From ebf2785208467e433c8b8b18d974e0ad69d80b79 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Oct 15 2020 20:25:33 +0000 Subject: [PATCH 1/6] use python to concat files --- diff --git a/build.py b/build.py index 4e9e0c2..1a228ce 100755 --- a/build.py +++ b/build.py @@ -153,12 +153,7 @@ def main(): json.dump(data, f, indent=2) print("") - # if package.startswith("libreoffice"): - # print("package ignored because really slow, please use --srpm") - # continue - - subprocess.run(['./concat_csv.sh', result_folder], - check=True) + concat_csv(result_folder) def extract_srpm(tmp, name, result_folder): @@ -332,6 +327,16 @@ def get_json_translation_level(path, mask, name, result_folder): result_folder + '/{p}.errors.txt'.format(p=name)], check=True) +def concat_csv(result_folder): + filenames = [f for f in os.listdir(result_folder) if os.path.isfile(os.path.join(result_folder, f))] + filenames = [f for f in filenames if f.endswith(".stats.csv")] + + with open(os.path.join(result_folder, "_concat.csv"), "w") as outfile: + for fname in filenames: + print(fname) + with open(os.path.join(result_folder, fname)) as infile: + for line in infile: + outfile.write(line) def unknown_format(results, srpm, tformat, result_folder): print("unknown_format: " + tformat) diff --git a/concat_csv.sh b/concat_csv.sh deleted file mode 100755 index 7c698c0..0000000 --- a/concat_csv.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -# concat every csv file in one single one - -folder=$1 -output="$folder/_concat.csv" - -if [ ! -d "$folder" ] ; then - echo "folder doesn't exist" - exit 1 -fi - -rm "$output" - -for i in "$folder/"*.stats.csv ; do - file=$(basename "$i") - while read -r line - do - echo "${file}, $line" - done <$i >> $output -done From a40a2c505caf2d78782c417bc2d14a3de11d0097 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Oct 15 2020 21:10:18 +0000 Subject: [PATCH 2/6] remove results files --- diff --git a/results/f30/0.error.lang with point.csv b/results/f30/0.error.lang with point.csv deleted file mode 100644 index 703e7e4..0000000 --- a/results/f30/0.error.lang with point.csv +++ /dev/null @@ -1,126 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,16,41,37,1,4,32,648,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,2,5,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,597,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,542,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,558,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,640,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,18,123,98,27,559,4,11,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,663,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,635,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,4,13,44,679,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,1,3,47,689,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,798,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,537,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,677,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,739,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,577,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,742,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,643,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,703,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,3,41,42,0,0,46,652,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,633,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,2,5,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,667,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,694,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,2,5,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,659,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,773,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,487,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,530,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,3,10,45,682,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,454,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,732,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,736,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,741,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,693,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,695,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,626,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,2,3,3,1,3,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,525,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,46,578,682,1,57,2,58,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,564,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,609,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,590,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,609,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,9,24,26,0,0,40,669,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,676,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,93,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,2,3,3,1,3,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,650,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,508,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,496,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,2,5,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,499,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,481,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,2,3,4,0,0,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,0,0,49,693,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,213,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,38,322,249,0,0,11,371,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,542,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,1,3,47,689,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,464,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,1,2,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,498,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,3,6,4,0,0,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,619,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,6,10,10,1,3,42,680,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,719,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,666,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,2,3,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,2,5,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,717,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,2,5,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,511,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,47,598,657,1,57,1,38,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,577,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,714,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,704,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,638,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,513,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,3,41,41,0,0,46,652,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,0,0,49,693,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,4,61,67,0,0,45,632,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,2,3,3,0,0,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,3,6,5,0,0,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,436,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,574,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,595,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,11,86,95,1,3,37,604,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,33,262,228,2,5,14,426,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,33,262,228,2,5,14,426,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,2,3,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,2,3,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,613,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,0,0,49,693,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,489,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,467,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,6,53,12,0,0,43,640,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,0,0,48,692,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,1,2,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,545,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,2,3,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,2,4,3,0,0,47,689,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,48,636,495,1,57,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,512,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,0,0,49,693,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,2,5,46,687,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,2,3,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,779,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,32,287,361,2,8,15,398,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,0,0,0,2,3,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,90,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,49,693,94,0,0,0,0,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/nlpsolver/help/en/com.sun.star.comp.calc.nlpsolver.po,1,1,1,1,2,47,690,49,693,com.sun.star.comp.calc.nlpsolver.po,com.sun.star.comp.calc.nlpsolver,com.sun.star.comp.calc.nlpsolver, diff --git a/results/f30/0.error.language not in cldr.csv b/results/f30/0.error.language not in cldr.csv deleted file mode 100644 index 7cf6d8e..0000000 --- a/results/f30/0.error.language not in cldr.csv +++ /dev/null @@ -1,17 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory,language_name,script_name,territory_name,full_language_code -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/wba.po,0,0,0,0,0,1198,7236,1198,7236,wba.po,,wba,,,,,wba -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/nhn.po,2,4,4,0,0,0,0,2,4,nhn.po,,nhn,,,,,nhn -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/son.po,212,262,266,0,0,208,724,420,986,son.po,,son,,,,,son -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nah.po,183,235,223,0,0,237,751,420,986,nah.po,,nah,,,,,nah -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mo.po,27,31,31,0,0,393,955,420,986,mo.po,,mo,,,,,mo -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mhr.po,108,130,120,0,0,312,856,420,986,mhr.po,,mhr,,,,,mhr -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/gr.po,162,1063,1170,72,714,41,653,275,2430,gr.po,,gr,,,,,gr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/gug.po,0,0,0,0,0,1,5,1,5,gug.po,,gug,,,,,gug -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/kmr_latn.po,0,0,0,0,0,1,4,1,4,kmr_latn.po,latn,kmr,,,latin,,kmr@latn -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/officecfg/registry/data/org/openoffice/office/ui.po,1665,3094,2988,108,205,1904,4423,3677,7722,ui.po,,ui,,,,,ui -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/ooo.po,9,18,18,4,5,569,2001,582,2024,ooo.po,,ooo,,,,,ooo -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/setup_native/source/mac.po,12,39,32,0,0,11,92,23,131,mac.po,,mac,,,,,mac -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/shell/source/win32/shlxthandler/res.po,35,39,39,0,0,2,6,37,45,res.po,,res,,,,,res -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/swext/mediawiki/src.po,1,2,2,0,0,1,37,2,39,src.po,,src,,,,,src -qt-4.8.7-47.fc30.src.rpm.stats.csv,demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.ts,4,4,4,0,0,0,0,4,4,qml_fr.ts,,qml,fr,,,france,qml_fr -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/cmn.po,654,3297,1433,14,60,196,1093,864,4450,cmn.po,,cmn,,,,,cmn diff --git a/results/f30/0.error.languages is numeric.csv b/results/f30/0.error.languages is numeric.csv deleted file mode 100644 index 29e809f..0000000 --- a/results/f30/0.error.languages is numeric.csv +++ /dev/null @@ -1,2305 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sbasic/shared/01.po,67,465,452,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1382,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sbasic/shared/03.po,41,121,190,0,0,6,24,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc/00.po,90,286,306,0,0,111,659,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc/01.po,7244,68739,68059,0,0,251,4416,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc/02.po,121,804,784,0,0,2,6,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc/04.po,187,1497,1385,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc/05.po,119,798,782,0,0,18,55,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc/06.po,1,3,4,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/schart/00.po,60,347,386,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/schart/01.po,972,11826,11154,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/schart/02.po,25,117,119,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/schart/04.po,32,133,131,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sdraw/04.po,103,489,432,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/00.po,1034,10790,10486,0,0,533,4904,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/01.po,5066,44511,41898,0,0,421,7451,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/02.po,1833,20688,18716,0,0,349,8434,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/04.po,274,1176,1180,0,0,39,895,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/05.po,128,1250,1177,0,0,68,1090,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/06.po,3,7,11,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/07.po,7,82,76,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/simpress/00.po,163,902,920,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/simpress/01.po,1029,8333,7582,0,0,17,181,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/simpress/02.po,660,6509,5941,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/simpress/04.po,239,1138,1138,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/smath/00.po,66,355,363,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/smath/01.po,1551,13859,14435,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/smath/02.po,6,97,86,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/smath/04.po,26,135,127,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/smath/06.po,9,21,28,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter/00.po,304,1796,1968,0,0,6,22,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter/01.po,3324,33365,31083,0,0,22,428,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter/02.po,426,3050,2896,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter/04.po,254,1276,1275,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sbasic/shared/01.po,4,4,4,0,0,63,461,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sbasic/shared/02.po,0,0,0,0,0,198,1482,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc/00.po,7,12,11,0,0,194,933,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc/01.po,92,113,106,0,0,7403,73042,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc/02.po,9,14,11,0,0,114,796,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc/04.po,23,40,26,0,0,164,1457,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc/05.po,0,0,0,0,0,137,853,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/schart/00.po,2,8,6,0,0,58,339,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/schart/01.po,12,12,12,0,0,960,11814,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/schart/02.po,0,0,0,0,0,25,117,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/schart/04.po,5,6,6,0,0,27,127,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sdraw/04.po,41,116,104,0,0,62,373,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/00.po,38,58,63,0,0,1529,15636,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/01.po,420,564,461,0,0,5067,51398,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/02.po,89,126,135,0,0,2093,28996,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/04.po,25,43,42,0,0,288,2028,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/05.po,1,2,3,0,0,195,2338,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/07.po,4,29,25,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/simpress/00.po,10,18,18,0,0,153,884,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/simpress/01.po,15,15,15,0,0,1031,8499,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/simpress/02.po,10,17,13,0,0,650,6492,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/simpress/04.po,28,41,37,0,0,211,1097,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/smath/00.po,54,228,197,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/smath/01.po,65,145,130,0,0,1486,13714,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/smath/02.po,6,97,67,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/smath/04.po,24,111,95,0,0,2,24,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter/00.po,47,128,124,0,0,263,1690,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter/01.po,109,113,115,0,0,3237,33680,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter/02.po,16,23,21,0,0,410,3027,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter/04.po,30,77,69,0,0,224,1199,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sbasic/shared/01.po,60,386,385,0,0,7,79,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1524,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc/00.po,63,155,184,0,0,138,790,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc/01.po,5650,49831,50276,0,0,1845,23324,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc/02.po,118,796,825,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc/04.po,181,1428,1559,0,0,6,69,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc/05.po,91,734,795,0,0,46,119,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/schart/00.po,49,303,344,0,0,11,44,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/schart/01.po,880,10383,10760,0,0,92,1443,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/schart/02.po,25,117,120,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/schart/04.po,32,133,152,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sdraw/01.po,3,12,14,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sdraw/04.po,102,486,507,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/00.po,807,7330,7941,0,0,760,8364,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/01.po,0,0,0,0,0,5487,51962,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/02.po,1750,19718,20483,0,0,432,9404,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/04.po,238,983,1173,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/05.po,109,1125,1167,0,0,87,1215,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/07.po,4,29,29,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/simpress/00.po,154,873,928,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/simpress/01.po,864,6526,6365,0,0,182,1988,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/simpress/02.po,653,6468,6626,0,0,7,41,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/simpress/04.po,196,985,1056,0,0,43,153,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/smath/00.po,54,228,229,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/smath/01.po,1114,11612,11577,0,0,437,2247,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/smath/02.po,6,97,95,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/smath/04.po,25,130,141,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter/00.po,213,1068,1160,0,0,97,750,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter/01.po,2746,25858,26082,0,0,600,7935,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter/02.po,376,2483,2441,0,0,50,567,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter/04.po,248,1239,1468,0,0,6,37,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po,67,465,436,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1453,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sbasic/shared/03.po,47,145,157,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc/00.po,201,945,1030,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc/01.po,7495,73155,66925,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc/02.po,123,810,816,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc/04.po,187,1497,1285,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc/05.po,137,853,806,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc/06.po,1,3,4,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/schart/00.po,60,347,362,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/schart/01.po,972,11826,11121,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/schart/02.po,25,117,109,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/schart/04.po,32,133,130,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sdraw/04.po,103,489,451,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/00.po,1567,15694,15787,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/01.po,5487,51962,48455,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/02.po,2182,29122,27316,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/04.po,313,2071,1923,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/05.po,196,2340,2310,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/06.po,3,7,12,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/07.po,7,82,75,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/simpress/00.po,163,902,904,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/simpress/01.po,1046,8514,7857,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/simpress/02.po,660,6509,6168,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/simpress/04.po,239,1138,1098,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/smath/00.po,66,355,330,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/smath/01.po,1551,13859,12667,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/smath/02.po,6,97,84,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/smath/04.po,26,135,121,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/smath/06.po,9,21,34,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter/00.po,310,1818,1850,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter/01.po,3346,33793,31143,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter/02.po,426,3050,2934,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter/04.po,254,1276,1251,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sbasic/shared/01.po,57,336,327,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sbasic/shared/02.po,183,1139,1116,0,0,15,343,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc/00.po,61,152,171,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc/01.po,5405,46720,42259,0,0,2090,26435,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc/02.po,115,769,727,0,0,8,41,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc/04.po,167,1225,1086,0,0,20,272,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc/05.po,76,591,539,0,0,61,262,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/schart/00.po,47,249,287,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/schart/01.po,827,9792,8750,0,0,145,2034,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/schart/02.po,25,117,105,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/schart/04.po,32,133,129,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sdraw/01.po,3,12,17,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sdraw/04.po,101,455,464,0,0,2,34,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/00.po,731,5996,5704,0,0,836,9698,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/01.po,0,0,0,0,0,5487,51962,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/02.po,1680,18926,16904,0,0,502,10196,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/04.po,234,960,986,0,0,79,1111,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/05.po,104,1055,949,0,0,92,1285,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/07.po,4,29,24,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/simpress/00.po,151,844,844,0,0,12,58,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/simpress/01.po,854,6341,5803,0,0,192,2173,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/simpress/02.po,641,6069,5515,0,0,19,440,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/simpress/04.po,185,900,860,0,0,54,238,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/smath/00.po,54,228,233,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/smath/01.po,1046,11172,10523,0,0,505,2687,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/smath/02.po,5,56,46,0,0,1,41,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/smath/04.po,25,130,120,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter/00.po,212,1065,1041,0,0,98,753,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter/01.po,2619,23940,21818,0,0,727,9853,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter/02.po,365,2425,2236,0,0,61,625,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter/04.po,186,1010,998,0,0,68,266,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po,57,336,327,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po,183,1139,1116,0,0,15,343,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc/00.po,61,152,171,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc/01.po,5405,46720,42259,0,0,2090,26435,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc/02.po,115,769,727,0,0,8,41,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc/04.po,167,1225,1086,0,0,20,272,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc/05.po,76,591,539,0,0,61,262,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/schart/00.po,47,249,287,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/schart/01.po,827,9792,8750,0,0,145,2034,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/schart/02.po,25,117,105,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/schart/04.po,32,133,129,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sdraw/01.po,3,12,17,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sdraw/04.po,101,455,464,0,0,2,34,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/00.po,731,5996,5704,0,0,836,9698,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/01.po,0,0,0,0,0,5487,51962,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/02.po,1680,18926,16904,0,0,502,10196,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/04.po,234,960,986,0,0,79,1111,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/05.po,104,1055,949,0,0,92,1285,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/07.po,4,29,24,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/simpress/00.po,151,844,844,0,0,12,58,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/simpress/01.po,854,6341,5803,0,0,192,2173,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/simpress/02.po,641,6069,5515,0,0,19,440,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/simpress/04.po,185,900,860,0,0,54,238,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/smath/00.po,54,228,233,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/smath/01.po,1046,11172,10523,0,0,505,2687,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/smath/02.po,5,56,46,0,0,1,41,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/smath/04.po,25,130,120,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter/00.po,212,1065,1042,0,0,98,753,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter/01.po,2619,23940,21818,0,0,727,9853,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter/02.po,365,2425,2236,0,0,61,625,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter/04.po,186,1010,998,0,0,68,266,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po,57,336,92,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po,145,684,200,0,0,53,798,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc/00.po,60,129,109,0,0,141,816,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc/01.po,5153,43529,11955,0,0,2342,29626,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc/02.po,114,779,199,0,0,9,31,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc/04.po,163,1185,257,0,0,24,312,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc/05.po,73,464,145,0,0,64,389,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/schart/00.po,47,249,144,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/schart/01.po,303,2008,528,0,0,669,9818,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/schart/02.po,25,117,30,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/schart/04.po,31,132,36,0,0,1,1,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sdraw/00.po,2,8,2,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sdraw/01.po,3,12,3,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sdraw/04.po,99,439,129,0,0,4,50,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/00.po,740,6250,1489,0,0,827,9444,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/01.po,0,0,0,0,0,5487,51962,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/02.po,1627,17867,2984,0,0,555,11255,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/04.po,227,909,393,0,0,86,1162,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/05.po,94,941,163,0,0,102,1399,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/07.po,4,29,19,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/simpress/00.po,151,832,281,0,0,12,70,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/simpress/01.po,822,5915,1179,0,0,224,2599,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/simpress/02.po,642,6224,1136,0,0,18,285,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/simpress/04.po,177,802,282,0,0,62,336,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/smath/00.po,53,224,106,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/smath/01.po,871,10442,2586,0,0,680,3417,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/smath/02.po,6,97,13,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/smath/04.po,25,130,37,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter/00.po,212,1065,463,0,0,98,753,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter/01.po,2523,22062,4051,0,0,823,11731,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter/02.po,363,2377,673,0,0,63,673,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter/04.po,225,1052,404,0,0,29,224,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po,56,319,268,0,0,11,146,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po,129,972,832,0,0,69,510,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc/00.po,44,130,132,0,0,157,815,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc/01.po,3654,25610,21345,0,0,3841,47545,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc/02.po,113,777,664,0,0,10,33,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc/04.po,159,1251,1077,0,0,28,246,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc/05.po,52,578,532,0,0,85,275,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/schart/00.po,29,182,185,0,0,31,165,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/schart/01.po,490,4112,3252,0,0,482,7714,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/schart/02.po,2,4,4,0,0,23,113,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/schart/04.po,7,8,9,0,0,25,125,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sdraw/04.po,49,108,99,0,0,54,381,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/00.po,426,1333,1201,0,0,1141,14361,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/01.po,2092,9314,7488,0,0,3395,42648,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/02.po,717,2319,2000,0,0,1465,26803,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/04.po,187,706,605,0,0,126,1365,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/05.po,90,875,773,0,0,106,1465,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/07.po,3,27,25,0,0,4,55,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/simpress/00.po,24,43,42,0,0,139,859,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/simpress/01.po,388,1374,1169,0,0,658,7140,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/simpress/02.po,114,351,261,0,0,546,6158,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/simpress/04.po,21,30,38,0,0,218,1108,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/smath/00.po,21,78,71,0,0,45,277,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/smath/01.po,390,985,960,0,0,1161,12874,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/smath/02.po,2,4,4,0,0,4,93,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/smath/04.po,4,11,9,0,0,22,124,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter/00.po,107,459,438,0,0,203,1359,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter/01.po,1368,7925,6893,0,0,1978,25868,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter/02.po,125,195,167,0,0,301,2855,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter/04.po,112,216,170,0,0,142,1060,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/01.po,60,386,418,0,0,7,79,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1642,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc/00.po,66,160,189,0,0,135,785,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc/01.po,6343,54979,58381,0,0,1152,18176,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc/02.po,118,796,929,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc/04.po,184,1473,1599,0,0,3,24,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc/05.po,92,751,883,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/schart/00.po,55,327,462,0,0,5,20,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/schart/01.po,900,10722,12154,0,0,72,1104,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/schart/02.po,25,117,125,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/schart/04.po,32,133,165,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sdraw/01.po,3,12,16,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sdraw/04.po,103,489,549,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/00.po,861,8417,9333,0,0,706,7277,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/01.po,4016,33288,36675,0,0,1471,18674,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/02.po,1756,19697,21812,0,0,426,9425,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/04.po,238,983,1113,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/05.po,109,1125,1236,0,0,87,1215,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/07.po,4,29,30,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/simpress/00.po,157,878,1012,0,0,6,24,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/simpress/01.po,752,5586,6176,0,0,294,2928,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/simpress/02.po,659,6480,7205,0,0,1,29,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/simpress/04.po,200,1002,1146,0,0,39,136,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/smath/00.po,54,228,267,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/smath/01.po,1495,12600,13461,0,0,56,1259,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/smath/02.po,6,97,102,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/smath/04.po,26,135,157,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter/00.po,229,1156,1421,0,0,81,662,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter/01.po,2795,26521,29134,0,0,551,7272,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter/02.po,389,2651,2941,0,0,37,399,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter/04.po,251,1257,1475,0,0,3,19,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po,67,465,505,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1643,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sbasic/shared/03.po,47,145,174,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc/00.po,188,867,1198,0,0,13,78,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc/01.po,6640,58419,62215,0,0,855,14736,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc/02.po,123,810,952,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc/04.po,187,1497,1623,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc/05.po,137,853,987,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc/06.po,1,3,4,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/schart/00.po,60,347,493,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/schart/01.po,955,11456,12990,0,0,17,370,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/schart/02.po,25,117,125,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/schart/04.po,32,133,165,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sdraw/00.po,2,8,12,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sdraw/01.po,3,12,16,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sdraw/04.po,103,489,549,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/00.po,1288,12644,15070,0,0,279,3050,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/01.po,4897,42296,46657,435,5866,155,3800,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/02.po,2065,26548,29288,110,2263,7,311,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/04.po,297,1564,1741,0,0,16,507,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/05.po,163,1864,2046,0,0,33,476,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/06.po,3,7,11,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/07.po,7,82,88,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/simpress/00.po,163,902,1051,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/simpress/01.po,857,6596,7301,0,0,189,1918,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/simpress/02.po,660,6509,7257,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/simpress/04.po,239,1138,1336,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/smath/00.po,66,355,432,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/smath/01.po,1551,13859,14823,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/smath/02.po,6,97,102,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/smath/04.po,26,135,157,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/smath/06.po,9,21,31,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter/00.po,310,1818,2465,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter/01.po,3209,31724,35071,122,1568,15,501,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter/02.po,426,3050,3367,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter/04.po,254,1276,1498,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po,67,465,385,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1260,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sbasic/shared/03.po,47,145,142,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc/00.po,201,945,954,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc/01.po,7495,73155,60024,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc/02.po,123,810,688,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc/04.po,187,1497,1187,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc/05.po,137,853,736,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/schart/00.po,60,347,352,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/schart/01.po,972,11826,9453,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/schart/02.po,25,117,92,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/schart/04.po,32,133,122,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sdraw/04.po,103,489,415,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/00.po,1567,15694,14162,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/01.po,5487,51962,41605,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/02.po,2182,29122,22937,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/04.po,313,2071,1740,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/05.po,196,2340,1950,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/06.po,3,7,9,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/07.po,7,82,68,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/simpress/00.po,163,902,843,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/simpress/01.po,1046,8514,6837,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/simpress/02.po,660,6509,5015,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/simpress/04.po,239,1138,971,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/smath/00.po,66,355,337,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/smath/01.po,1551,13859,11550,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/smath/02.po,6,97,82,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/smath/04.po,26,135,125,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/smath/06.po,9,21,31,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter/00.po,310,1818,1832,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter/01.po,3346,33793,27074,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter/02.po,426,3050,2520,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter/04.po,254,1276,1163,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sbasic/shared/01.po,67,465,437,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1282,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sbasic/shared/03.po,47,145,92,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc/00.po,201,945,900,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc/01.po,7495,73155,65251,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc/02.po,123,810,672,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc/04.po,187,1497,1341,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc/05.po,137,853,801,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc/06.po,1,3,2,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/schart/00.po,60,347,306,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/schart/01.po,972,11826,9905,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/schart/02.po,25,117,92,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/schart/04.po,32,133,111,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sdraw/04.po,103,489,423,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/00.po,1567,15694,14117,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/01.po,5487,51962,45545,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/02.po,2182,29122,24576,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/04.po,313,2071,1788,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/05.po,196,2340,2051,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/06.po,3,7,6,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/07.po,7,82,75,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/simpress/00.po,163,902,813,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/simpress/01.po,1046,8514,7387,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/simpress/02.po,660,6509,6234,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/simpress/04.po,239,1138,1027,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/smath/00.po,66,355,296,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/smath/01.po,1551,13859,12624,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/smath/02.po,6,97,80,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/smath/04.po,26,135,123,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/smath/06.po,9,21,20,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter/00.po,310,1818,1627,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter/01.po,3346,33793,29147,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter/02.po,426,3050,2748,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter/04.po,254,1276,1129,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sbasic/shared/01.po,67,465,548,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1423,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sbasic/shared/03.po,47,145,140,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc/00.po,201,945,1048,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc/01.po,7495,73155,68446,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc/02.po,123,810,729,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc/04.po,187,1497,1454,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc/05.po,137,853,810,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc/06.po,1,3,2,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/schart/00.po,60,347,346,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/schart/01.po,972,11826,11006,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/schart/02.po,25,117,98,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/schart/04.po,33,138,129,0,0,0,0,33,138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sdraw/01.po,3,12,49,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sdraw/04.po,103,489,518,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/00.po,1567,15694,15879,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/01.po,5487,51962,49527,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/02.po,2182,29122,26918,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/04.po,313,2071,2020,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/05.po,196,2340,2219,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/06.po,3,7,5,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/07.po,7,82,73,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/simpress/00.po,163,902,1027,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/simpress/01.po,1046,8514,8152,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/simpress/02.po,660,6509,6235,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/simpress/04.po,239,1138,1135,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/smath/00.po,66,355,378,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/smath/01.po,1551,13859,13545,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/smath/02.po,6,97,88,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/smath/04.po,26,135,114,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/smath/06.po,9,21,22,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter/00.po,310,1818,1851,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter/01.po,3346,33793,31847,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter/02.po,426,3050,3022,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter/04.po,254,1276,1170,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po,52,290,137,0,0,15,175,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po,177,1092,453,0,0,21,390,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc/00.po,60,129,113,0,0,141,816,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc/01.po,4661,41924,16820,0,0,2834,31231,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc/02.po,110,724,245,0,0,13,86,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc/04.po,163,1184,466,0,0,24,313,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc/05.po,72,453,152,0,0,65,400,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/schart/00.po,47,249,175,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/schart/01.po,321,2167,643,0,0,651,9659,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/schart/02.po,21,103,26,0,0,4,14,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/schart/04.po,31,132,43,0,0,1,1,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sdraw/00.po,2,8,4,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sdraw/01.po,3,12,6,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sdraw/04.po,98,427,218,0,0,5,62,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/00.po,722,6192,1843,0,0,845,9502,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/01.po,3390,24593,8080,0,0,2097,27369,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/02.po,1649,18428,6078,0,0,533,10694,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/04.po,229,911,370,0,0,84,1160,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/05.po,94,938,240,0,0,102,1402,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/07.po,4,29,11,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/simpress/00.po,153,861,472,0,0,10,41,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/simpress/01.po,844,6178,1410,0,0,202,2336,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/simpress/02.po,632,6276,1331,0,0,28,233,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/simpress/04.po,177,803,308,0,0,62,335,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/smath/00.po,53,224,126,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/smath/01.po,1038,11285,3923,0,0,513,2574,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/smath/02.po,6,97,23,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/smath/04.po,25,130,36,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter/00.po,211,1036,659,0,0,99,782,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter/01.po,2557,22956,6741,0,0,789,10837,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter/02.po,363,2432,1072,0,0,63,618,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter/04.po,228,1023,543,0,0,26,253,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sbasic/shared/01.po,67,465,503,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1554,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sbasic/shared/03.po,47,145,164,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc/00.po,196,920,955,0,0,5,25,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc/01.po,7487,72880,74445,0,0,8,275,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc/02.po,121,804,827,0,0,2,6,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc/04.po,187,1497,1536,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc/05.po,137,853,871,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/schart/00.po,60,347,346,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/schart/01.po,972,11826,12209,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/schart/02.po,25,117,119,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/schart/04.po,32,133,146,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sdraw/00.po,2,8,16,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sdraw/01.po,3,12,13,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sdraw/04.po,103,489,510,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/00.po,1550,15490,16298,0,0,17,204,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/01.po,5483,51844,52413,0,0,4,118,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/02.po,2181,29096,29803,0,0,1,26,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/04.po,311,2067,2181,0,0,2,4,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/05.po,196,2340,2505,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/06.po,3,7,7,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/07.po,7,82,74,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/simpress/00.po,163,902,958,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/simpress/01.po,1046,8514,8630,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/simpress/02.po,660,6509,7007,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/simpress/04.po,239,1138,1178,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/smath/00.po,66,355,371,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/smath/01.po,1551,13859,13993,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/smath/02.po,6,97,95,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/smath/04.po,26,135,138,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/smath/06.po,9,21,21,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter/00.po,310,1818,1943,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter/01.po,3346,33793,33821,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter/02.po,426,3050,3049,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter/04.po,254,1276,1321,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sbasic/shared/01.po,67,465,470,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1498,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sbasic/shared/03.po,47,145,145,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc/00.po,201,945,949,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc/01.po,7495,73155,73423,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc/02.po,123,810,809,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc/04.po,187,1497,1516,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc/05.po,137,853,862,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/schart/00.po,60,347,341,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/schart/01.po,972,11826,11797,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/schart/02.po,25,117,117,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/schart/04.po,32,133,133,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sdraw/04.po,103,489,490,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/00.po,1567,15694,15765,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/01.po,5487,51962,52267,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/02.po,2182,29122,29251,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/04.po,313,2071,2092,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/05.po,196,2340,2348,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/06.po,3,7,8,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/07.po,7,82,82,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/simpress/00.po,163,902,903,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/simpress/01.po,1046,8514,8536,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/simpress/02.po,660,6509,6602,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/simpress/04.po,239,1138,1139,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/smath/00.po,66,355,364,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/smath/01.po,1551,13859,13890,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/smath/02.po,6,97,97,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/smath/04.po,26,135,135,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/smath/06.po,9,21,28,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter/00.po,310,1818,1817,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter/01.po,3346,33793,33991,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter/02.po,426,3050,3095,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter/04.po,254,1276,1316,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sbasic/shared/01.po,57,336,336,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sbasic/shared/02.po,195,1404,1404,0,0,3,78,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc/00.po,61,152,152,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc/01.po,5487,48030,47585,0,0,2008,25125,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc/02.po,116,782,782,0,0,7,28,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc/04.po,168,1260,1257,0,0,19,237,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc/05.po,85,705,705,0,0,52,148,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/schart/00.po,47,249,249,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/schart/01.po,831,9897,9889,0,0,141,1929,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/schart/02.po,25,117,117,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/schart/04.po,32,133,133,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sdraw/04.po,102,486,480,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/00.po,740,6251,6254,0,0,827,9443,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/01.po,3664,28729,28708,0,0,1823,23233,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/02.po,1696,19241,19231,0,0,486,9881,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/04.po,234,960,957,0,0,79,1111,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/05.po,106,1108,1109,0,0,90,1232,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/07.po,4,29,29,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/simpress/00.po,154,873,875,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/simpress/01.po,860,6456,6447,0,0,186,2058,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/simpress/02.po,648,6400,6398,0,0,12,109,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/simpress/04.po,185,900,898,0,0,54,238,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/smath/00.po,54,228,226,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/smath/01.po,1047,11180,11198,0,0,504,2679,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/smath/02.po,5,56,56,0,0,1,41,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/smath/04.po,25,130,130,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter/00.po,210,1037,977,0,0,100,781,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter/01.po,2644,24523,24465,0,0,702,9270,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter/02.po,365,2425,2417,0,0,61,625,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter/04.po,241,1111,1062,0,0,13,165,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po,29,42,40,0,0,38,423,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po,57,103,90,0,0,141,1379,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc/00.po,62,131,137,0,0,139,814,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc/01.po,4238,32545,29160,0,0,3257,40610,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc/02.po,116,782,725,0,0,7,28,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc/04.po,157,1072,956,0,0,30,425,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc/05.po,71,417,368,0,0,66,436,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/schart/00.po,38,216,190,0,0,22,131,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/schart/01.po,357,2122,1897,0,0,615,9704,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/schart/02.po,25,117,105,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/schart/04.po,32,133,124,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sdraw/04.po,76,222,196,0,0,27,267,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/00.po,586,4232,3775,0,0,981,11462,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/01.po,1780,3487,3221,0,0,3707,48475,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/02.po,680,1261,1199,0,0,1502,27861,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/04.po,107,147,166,0,0,206,1924,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/05.po,111,1155,1053,0,0,85,1185,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/07.po,4,29,22,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/simpress/00.po,87,279,294,0,0,76,623,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/simpress/01.po,397,738,717,0,0,649,7776,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/simpress/02.po,438,1268,1186,0,0,222,5241,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/simpress/04.po,156,594,535,0,0,83,544,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/smath/00.po,28,90,100,0,0,38,265,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/smath/01.po,394,773,779,0,0,1157,13086,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/smath/02.po,2,4,4,0,0,4,93,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/smath/04.po,10,12,12,0,0,16,123,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter/00.po,282,1700,1682,0,0,28,118,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter/01.po,3234,32354,29412,0,0,112,1439,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter/02.po,426,3050,2802,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter/04.po,254,1276,1263,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sbasic/shared/01.po,67,465,495,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1647,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sbasic/shared/03.po,47,145,169,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc/00.po,200,937,1406,0,0,1,8,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc/01.po,7343,70367,77202,0,0,152,2788,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc/02.po,122,806,908,0,0,1,4,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc/04.po,187,1497,1770,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc/05.po,137,853,990,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc/06.po,1,3,5,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/schart/00.po,60,347,430,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/schart/01.po,964,11656,12963,0,0,8,170,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/schart/02.po,25,117,127,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/schart/04.po,32,133,176,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sdraw/01.po,3,12,16,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sdraw/04.po,103,489,628,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/00.po,1231,12468,15329,0,0,336,3226,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/01.po,5175,46042,50235,0,0,312,5920,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/02.po,1861,21411,24087,0,0,321,7711,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/04.po,284,1369,1799,0,0,29,702,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/05.po,142,1475,1699,0,0,54,865,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/06.po,3,7,13,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/07.po,7,82,84,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/simpress/00.po,163,902,1145,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/simpress/01.po,1030,8340,9031,0,0,16,174,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/simpress/02.po,660,6509,7209,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/simpress/04.po,239,1138,1400,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/smath/00.po,66,355,439,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/smath/01.po,1544,13733,14493,0,0,7,126,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/smath/02.po,6,97,105,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/smath/04.po,26,135,160,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/smath/06.po,8,18,40,0,0,1,3,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter/00.po,304,1795,2446,0,0,6,23,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter/01.po,3344,33787,37514,0,0,2,6,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter/02.po,426,3050,3315,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter/04.po,254,1276,1732,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sbasic/shared/01.po,63,408,298,0,0,4,57,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sbasic/shared/02.po,198,1482,977,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc/00.po,63,155,146,0,0,138,790,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc/01.po,6053,51653,36625,0,0,1442,21502,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc/02.po,118,796,557,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc/04.po,183,1448,984,0,0,4,49,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc/05.po,92,751,584,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc/06.po,1,3,2,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/schart/00.po,60,347,293,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/schart/01.po,960,11620,7648,0,0,12,206,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/schart/02.po,25,117,84,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/schart/04.po,32,133,92,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sdraw/04.po,103,489,353,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/00.po,816,7467,5344,0,0,751,8227,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/01.po,3948,32487,22551,0,0,1539,19475,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/02.po,1736,19471,12543,0,0,446,9651,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/04.po,238,983,690,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/05.po,109,1125,732,0,0,87,1215,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/06.po,3,7,6,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/07.po,7,82,46,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/simpress/00.po,154,873,695,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/simpress/01.po,896,6894,4599,0,0,150,1620,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/simpress/02.po,659,6480,4413,0,0,1,29,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/simpress/04.po,200,1002,706,0,0,39,136,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/smath/00.po,66,355,254,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/smath/01.po,1551,13859,9871,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/smath/02.po,6,97,57,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/smath/04.po,26,135,96,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/smath/06.po,9,21,18,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter/00.po,216,1067,907,0,0,94,751,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter/01.po,2448,18011,12204,0,0,898,15782,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter/02.po,389,2651,1956,0,0,37,399,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter/04.po,250,1252,952,0,0,4,24,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po,67,465,391,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1117,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sbasic/shared/03.po,47,145,129,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc/00.po,201,945,894,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc/01.po,7495,73155,57390,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc/02.po,123,810,625,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc/04.po,187,1497,1122,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc/05.po,137,853,733,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/schart/00.po,60,347,333,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/schart/01.po,972,11826,8735,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/schart/02.po,25,117,80,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/schart/04.po,32,133,94,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sdraw/04.po,103,489,396,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/00.po,1567,15694,12938,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/01.po,5487,51962,39526,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/02.po,2182,29122,20928,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/04.po,313,2071,1665,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/05.po,196,2340,1767,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/06.po,3,7,7,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/07.po,7,82,67,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/simpress/00.po,163,902,725,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/simpress/01.po,1046,8514,6275,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/simpress/02.po,660,6509,5011,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/simpress/04.po,239,1138,849,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/smath/00.po,66,355,277,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/smath/01.po,1551,13859,10770,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/smath/02.po,6,97,61,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/smath/04.po,26,135,97,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/smath/06.po,9,21,21,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter/00.po,310,1818,1574,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter/01.po,3346,33793,24402,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter/02.po,426,3050,2396,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter/04.po,254,1276,987,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po,63,408,302,0,0,4,57,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po,198,1482,950,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc/00.po,63,155,135,0,0,138,790,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc/01.po,0,0,0,0,0,7495,73155,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc/02.po,118,796,562,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc/04.po,183,1448,863,0,0,4,49,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc/05.po,92,751,531,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/schart/00.po,50,314,265,0,0,10,33,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/schart/01.po,886,10516,6426,0,0,86,1310,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/schart/02.po,25,117,77,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/schart/04.po,32,133,100,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sdraw/00.po,2,8,4,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sdraw/04.po,102,486,315,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/00.po,816,7467,5184,0,0,751,8227,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/01.po,4005,33602,21716,0,0,1482,18360,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/02.po,1756,19732,12760,0,0,426,9390,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/04.po,238,983,617,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/05.po,109,1125,786,0,0,87,1215,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/07.po,4,29,14,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/simpress/00.po,154,873,675,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/simpress/01.po,895,6893,4507,0,0,151,1621,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/simpress/02.po,653,6468,4639,0,0,7,41,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/simpress/04.po,200,1002,690,0,0,39,136,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/smath/00.po,54,228,157,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/smath/01.po,1115,11613,7781,0,0,436,2246,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/smath/02.po,6,97,52,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/smath/04.po,25,130,79,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter/00.po,216,1067,942,0,0,94,751,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter/01.po,2786,26513,16771,0,0,560,7280,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter/02.po,387,2645,1972,0,0,39,405,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter/04.po,250,1252,895,0,0,4,24,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po,67,465,540,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1686,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sbasic/shared/03.po,47,145,157,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc/00.po,201,945,1099,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc/01.po,7495,73155,78556,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc/02.po,123,810,882,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc/04.po,187,1497,1693,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc/05.po,137,853,897,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/schart/00.po,60,347,433,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/schart/01.po,972,11826,13335,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/schart/02.po,25,117,135,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/schart/04.po,32,133,172,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sdraw/01.po,3,12,14,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sdraw/04.po,103,489,533,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/00.po,1567,15694,17848,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/01.po,5487,51962,56770,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/02.po,2182,29122,32687,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/04.po,313,2071,2442,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/05.po,196,2340,2513,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/06.po,3,7,10,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/07.po,7,82,88,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/simpress/00.po,163,902,939,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/simpress/01.po,1046,8514,9159,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/simpress/02.po,660,6509,7938,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/simpress/04.po,239,1138,1344,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/smath/00.po,66,355,392,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/smath/01.po,1551,13859,14686,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/smath/02.po,6,97,104,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/smath/04.po,26,135,148,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/smath/06.po,9,21,42,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter/00.po,310,1818,2188,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter/01.po,3346,33793,37737,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter/02.po,426,3050,3461,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter/04.po,254,1276,1523,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sbasic/shared/01.po,66,459,481,0,0,1,6,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1548,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sbasic/shared/03.po,47,145,165,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc/00.po,66,160,185,0,0,135,785,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc/01.po,4598,31910,36106,0,0,2897,41245,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc/02.po,119,797,815,0,0,4,13,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc/04.po,186,1492,1748,1,5,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc/05.po,86,499,571,0,0,51,354,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc/06.po,1,3,5,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/schart/00.po,60,347,399,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/schart/01.po,745,7677,7780,0,0,227,4149,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/schart/02.po,25,117,116,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/schart/04.po,32,133,171,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sdraw/01.po,3,12,13,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sdraw/04.po,103,489,521,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/00.po,882,7766,8106,0,0,685,7928,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/01.po,4098,30315,32372,0,0,1389,21647,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/02.po,1685,17705,17651,0,0,497,11417,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/04.po,250,996,1138,0,0,63,1075,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/05.po,109,1125,1170,1,2,86,1213,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/06.po,3,7,13,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/07.po,5,47,47,0,0,2,35,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/simpress/00.po,163,902,1014,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/simpress/01.po,849,5838,5921,0,0,197,2676,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/simpress/02.po,612,4944,5097,1,29,47,1536,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/simpress/04.po,238,1129,1297,0,0,1,9,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/smath/00.po,66,355,358,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/smath/01.po,1475,11896,12039,0,0,76,1963,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/smath/02.po,6,97,98,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/smath/04.po,26,135,146,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/smath/06.po,9,21,44,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter/00.po,296,1776,2003,2,2,12,40,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter/01.po,3168,30350,31203,0,0,178,3443,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter/02.po,412,2882,2867,0,0,14,168,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter/04.po,253,1267,1469,0,0,1,9,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sbasic/shared/01.po,41,220,227,0,0,26,245,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sbasic/shared/02.po,148,859,860,0,0,50,623,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc/00.po,44,93,99,0,0,157,852,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc/01.po,4112,36553,35632,0,0,3383,36602,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc/02.po,100,641,640,0,0,23,169,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc/04.po,159,1173,1281,0,0,28,324,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc/05.po,59,411,410,0,0,78,442,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/schart/00.po,34,159,157,0,0,26,188,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/schart/01.po,242,1669,1658,0,0,730,10157,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/schart/02.po,11,41,41,0,0,14,76,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/schart/04.po,32,133,134,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sdraw/04.po,93,416,430,0,0,10,73,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/00.po,642,5516,5538,0,0,925,10178,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/01.po,2945,21401,21310,0,0,2542,30561,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/02.po,1494,17377,17402,0,0,688,11745,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/04.po,217,859,924,0,0,96,1212,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/05.po,78,849,849,0,0,118,1491,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/07.po,1,5,5,0,0,6,77,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/simpress/00.po,131,764,761,0,0,32,138,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/simpress/01.po,741,5695,5709,0,0,305,2819,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/simpress/02.po,491,5791,5919,0,0,169,718,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/simpress/04.po,160,721,742,0,0,79,417,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/smath/00.po,53,224,221,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/smath/01.po,974,10890,10928,0,0,577,2969,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/smath/02.po,6,97,97,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/smath/04.po,25,130,130,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter/00.po,179,893,846,0,0,131,925,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter/01.po,2342,21934,21922,0,0,1004,11859,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter/02.po,328,2048,2053,0,0,98,1002,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter/04.po,228,1009,1053,0,0,26,267,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sbasic/shared/01.po,38,99,122,0,0,29,366,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sbasic/shared/02.po,68,350,348,0,0,130,1132,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc/00.po,34,70,70,0,0,167,875,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc/01.po,4339,32270,31817,0,0,3156,40885,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc/02.po,57,339,348,0,0,66,471,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc/04.po,105,914,914,0,0,82,583,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc/05.po,72,445,459,0,0,65,408,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/schart/00.po,16,81,74,0,0,44,266,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/schart/01.po,205,1158,1149,0,0,767,10668,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/schart/02.po,11,34,32,0,0,14,83,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/schart/04.po,29,119,119,0,0,3,14,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sdraw/00.po,1,4,4,0,0,1,4,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sdraw/01.po,1,2,2,0,0,2,10,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sdraw/04.po,78,376,372,0,0,25,113,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/00.po,502,4386,4412,0,0,1065,11308,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/01.po,2378,10718,10536,0,0,3109,41244,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/02.po,1090,10534,10588,0,0,1092,18588,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/04.po,168,815,815,0,0,145,1256,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/05.po,53,720,708,0,0,143,1620,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/07.po,3,27,27,0,0,4,55,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/simpress/00.po,106,654,675,0,0,57,248,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/simpress/01.po,557,2914,2919,0,0,489,5600,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/simpress/02.po,345,2698,2686,0,0,315,3811,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/simpress/04.po,129,682,695,0,0,110,456,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/smath/00.po,35,176,174,0,0,31,179,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/smath/01.po,736,6110,6143,0,0,815,7749,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/smath/02.po,5,56,56,0,0,1,41,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/smath/04.po,23,119,119,0,0,3,16,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter/00.po,112,477,459,0,0,198,1341,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter/01.po,1756,10950,10898,0,0,1590,22843,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter/02.po,218,1005,1001,0,0,208,2045,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter/04.po,147,863,853,0,0,107,413,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sbasic/shared/01.po,27,43,50,0,0,40,422,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sbasic/shared/02.po,40,83,88,0,0,158,1399,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc/00.po,15,28,45,0,0,186,917,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc/01.po,863,2958,3190,0,0,6632,70197,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc/02.po,32,94,94,0,0,91,716,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc/04.po,76,472,522,0,0,111,1025,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc/05.po,21,85,92,0,0,116,768,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/schart/00.po,4,12,16,0,0,56,335,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/schart/01.po,96,284,299,0,0,876,11542,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/schart/02.po,1,3,3,0,0,24,114,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/schart/04.po,23,102,111,0,0,9,31,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sdraw/00.po,1,4,6,0,0,1,4,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sdraw/01.po,1,2,3,0,0,2,10,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sdraw/04.po,58,315,370,0,0,45,174,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/00.po,269,639,737,0,0,1298,15055,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/01.po,1478,4295,4798,0,0,4009,47667,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/02.po,634,1885,2075,0,0,1548,27237,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/04.po,141,618,697,0,0,172,1453,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/05.po,21,154,173,0,0,175,2186,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/07.po,1,5,5,0,0,6,77,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/simpress/00.po,15,24,26,0,0,148,878,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/simpress/01.po,339,1102,1212,0,0,707,7412,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/simpress/02.po,148,840,1051,0,0,512,5669,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/simpress/04.po,91,353,374,0,0,148,785,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/smath/00.po,15,47,49,0,0,51,308,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/smath/01.po,469,1343,1453,0,0,1082,12516,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/smath/02.po,2,4,4,0,0,4,93,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/smath/04.po,17,80,76,0,0,9,55,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter/00.po,33,81,105,0,0,277,1737,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter/01.po,1228,4025,4465,0,0,2118,29768,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter/02.po,143,673,741,0,0,283,2377,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter/04.po,127,713,784,0,0,127,563,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sbasic/shared/01.po,29,42,44,0,0,38,423,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po,63,136,146,0,0,135,1346,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc/00.po,29,54,56,0,0,172,891,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc/01.po,1794,4614,3823,0,0,5701,68541,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc/02.po,30,71,69,0,0,93,739,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc/04.po,26,36,32,0,0,161,1461,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc/05.po,10,20,17,0,0,127,833,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/schart/00.po,3,9,9,0,0,57,338,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/schart/01.po,214,699,641,0,0,758,11127,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/schart/02.po,8,20,20,0,0,17,97,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/schart/04.po,11,16,15,0,0,21,117,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sdraw/00.po,1,4,4,0,0,1,4,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sdraw/01.po,1,2,2,0,0,2,10,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sdraw/04.po,18,23,20,0,0,85,466,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/00.po,306,1396,1280,0,0,1261,14298,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/01.po,1388,2408,2402,0,0,4099,49554,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/02.po,672,1265,1311,0,0,1510,27857,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/04.po,55,88,77,0,0,258,1983,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/05.po,10,25,24,0,0,186,2315,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/07.po,1,2,1,0,0,6,80,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/simpress/00.po,30,55,54,0,0,133,847,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/simpress/01.po,318,572,583,0,0,728,7942,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/simpress/02.po,263,700,704,0,0,397,5809,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/simpress/04.po,29,45,39,0,0,210,1093,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/smath/00.po,12,23,21,0,0,54,332,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/smath/01.po,265,443,434,0,0,1286,13416,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/smath/02.po,2,4,4,0,0,4,93,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/smath/04.po,10,12,12,0,0,16,123,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter/00.po,44,110,112,0,0,266,1708,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter/01.po,1227,3451,3218,0,0,2119,30342,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter/02.po,160,269,265,0,0,266,2781,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter/04.po,52,94,87,0,0,202,1182,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sbasic/shared/01.po,66,459,406,0,0,1,6,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1144,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sbasic/shared/03.po,47,145,140,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc/00.po,65,159,197,0,0,136,786,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc/01.po,6724,62640,56400,0,0,771,10515,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc/02.po,118,796,637,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc/04.po,186,1475,1265,0,0,1,22,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc/05.po,92,751,677,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/schart/00.po,60,347,373,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/schart/01.po,958,11541,9294,0,0,14,285,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/schart/02.po,25,117,96,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/schart/04.po,32,133,106,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sdraw/01.po,3,12,13,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sdraw/04.po,103,489,397,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/00.po,886,9323,7838,0,0,681,6371,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/01.po,4459,37358,31131,0,0,1028,14604,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/02.po,1778,19926,15705,0,0,404,9196,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/04.po,238,983,846,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/05.po,110,1129,963,0,0,86,1211,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/06.po,2,5,4,0,0,1,2,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/07.po,7,82,69,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/simpress/00.po,157,878,1030,0,0,6,24,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/simpress/01.po,935,7278,6001,0,0,111,1236,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/simpress/02.po,659,6480,5276,0,0,1,29,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/simpress/04.po,200,1002,846,0,0,39,136,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/smath/00.po,66,355,453,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/smath/01.po,1503,12929,11227,0,0,48,930,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/smath/02.po,6,97,81,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/smath/04.po,26,135,108,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/smath/06.po,9,21,19,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter/00.po,299,1787,2173,0,0,11,31,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter/01.po,2922,28146,23309,0,0,424,5647,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter/02.po,426,3050,2621,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter/04.po,254,1276,1110,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sbasic/shared/01.po,67,465,418,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1368,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sbasic/shared/03.po,47,145,124,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc/00.po,201,945,999,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc/01.po,7495,73155,62402,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc/02.po,123,810,759,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc/04.po,187,1497,1429,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc/05.po,137,853,814,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/schart/00.po,60,347,340,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/schart/01.po,972,11826,10464,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/schart/02.po,25,117,105,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/schart/04.po,32,133,130,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sdraw/01.po,3,12,13,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sdraw/04.po,103,489,455,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/00.po,1567,15694,14474,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/01.po,5487,51962,45140,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/02.po,2182,29122,24586,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/04.po,313,2071,1867,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/05.po,196,2340,2090,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/06.po,3,7,8,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/07.po,7,82,67,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/simpress/00.po,163,902,870,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/simpress/01.po,1046,8514,7550,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/simpress/02.po,660,6509,5779,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/simpress/04.po,239,1138,1065,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/smath/00.po,66,355,341,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/smath/01.po,1551,13859,12832,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/smath/02.po,6,97,80,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/smath/04.po,26,135,119,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/smath/06.po,9,21,23,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter/00.po,310,1818,1820,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter/01.po,3346,33793,29064,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter/02.po,426,3050,2646,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter/04.po,254,1276,1180,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sbasic/shared/01.po,27,39,43,0,0,40,426,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sbasic/shared/02.po,123,196,180,0,0,75,1286,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc/00.po,46,73,75,0,0,155,872,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc/01.po,2290,4098,3835,58,407,5147,68650,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc/02.po,74,170,158,0,0,49,640,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc/04.po,85,187,157,0,0,102,1310,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc/05.po,30,37,35,0,0,107,816,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/schart/00.po,38,169,164,0,0,22,178,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/schart/01.po,305,516,460,0,0,667,11310,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/schart/02.po,25,117,102,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/schart/04.po,32,133,110,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sdraw/01.po,3,12,16,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sdraw/04.po,103,489,443,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/00.po,513,1357,1315,0,0,1054,14337,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/01.po,2104,4378,4216,1,2,3382,47582,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/02.po,899,1632,1507,0,0,1283,27490,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/04.po,156,319,267,0,0,157,1752,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/05.po,91,829,765,0,0,105,1511,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/07.po,4,29,23,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/simpress/00.po,132,526,457,0,0,31,376,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/simpress/01.po,491,959,912,0,0,555,7555,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/simpress/02.po,486,1504,1411,0,0,174,5005,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/simpress/04.po,239,1138,1046,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/smath/00.po,20,34,35,0,0,46,321,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/smath/01.po,444,852,837,0,0,1107,13007,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/smath/02.po,5,74,58,0,0,1,23,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/smath/04.po,18,56,47,0,0,8,79,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter/00.po,84,183,180,0,0,226,1635,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter/01.po,1339,2364,2310,0,0,2007,31429,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter/02.po,247,439,469,0,0,179,2611,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter/04.po,204,561,491,0,0,50,715,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sbasic/shared/01.po,67,465,493,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1655,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sbasic/shared/03.po,47,145,152,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc/00.po,201,945,1061,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc/01.po,7495,73155,77045,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc/02.po,123,810,827,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc/04.po,187,1497,1515,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc/05.po,137,853,975,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc/06.po,1,3,4,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/schart/00.po,60,347,400,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/schart/01.po,972,11826,12350,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/schart/02.po,25,117,117,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/schart/04.po,32,133,168,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sdraw/04.po,103,489,536,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/00.po,1567,15694,17205,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/01.po,5487,51962,52836,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/02.po,2182,29122,30282,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/04.po,313,2071,2260,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/05.po,196,2340,2506,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/06.po,3,7,10,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/07.po,7,82,78,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/simpress/00.po,163,902,954,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/simpress/01.po,1046,8514,8559,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/simpress/02.po,660,6509,7129,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/simpress/04.po,239,1138,1164,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/smath/00.po,66,355,360,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/smath/01.po,1551,13859,14072,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/smath/02.po,6,97,95,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/smath/04.po,26,135,151,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/smath/06.po,9,21,37,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter/00.po,310,1818,2117,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter/01.po,3346,33793,35492,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter/02.po,426,3050,3202,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter/04.po,254,1276,1318,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sbasic/shared/01.po,61,398,89,0,0,6,67,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sbasic/shared/02.po,198,1482,273,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc/00.po,64,156,131,0,0,137,789,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc/01.po,5933,51214,15246,0,0,1562,21941,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc/02.po,119,797,205,0,0,4,13,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc/04.po,181,1428,410,0,0,6,69,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc/05.po,90,715,205,0,0,47,138,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/schart/00.po,50,314,233,0,0,10,33,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/schart/01.po,854,10032,1693,0,0,118,1794,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/schart/02.po,25,117,28,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/schart/04.po,32,133,40,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sdraw/00.po,2,8,2,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sdraw/01.po,3,12,3,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sdraw/04.po,103,489,187,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/00.po,796,7003,1743,0,0,771,8691,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/01.po,3756,29714,5894,0,0,1731,22248,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/02.po,1712,19353,2978,0,0,470,9769,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/04.po,235,965,368,0,0,78,1106,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/05.po,108,1121,190,0,0,88,1219,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/07.po,4,29,10,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/simpress/00.po,154,873,521,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/simpress/01.po,867,6546,1356,0,0,179,1968,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/simpress/02.po,652,6439,1057,0,0,8,70,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/simpress/04.po,189,928,314,0,0,50,210,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/smath/00.po,54,228,124,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/smath/01.po,1070,11386,3146,0,0,481,2473,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/smath/02.po,6,97,15,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/smath/04.po,25,130,35,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter/00.po,213,1050,817,0,0,97,768,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter/01.po,2700,25200,4435,0,0,646,8593,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter/02.po,373,2443,710,0,0,53,607,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter/04.po,247,1225,485,0,0,7,51,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sbasic/shared/01.po,39,208,167,0,0,28,257,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sbasic/shared/02.po,142,851,617,0,0,56,631,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc/00.po,60,129,126,0,0,141,816,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc/01.po,3482,19046,13441,0,0,4013,54109,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc/02.po,110,715,524,0,0,13,95,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc/04.po,163,1184,895,0,0,24,313,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc/05.po,71,453,341,0,0,66,400,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/schart/00.po,0,0,0,0,0,60,347,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/schart/01.po,196,618,507,0,0,776,11208,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/schart/02.po,0,0,0,0,0,25,117,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/schart/04.po,27,101,75,0,0,5,32,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sdraw/01.po,0,0,0,0,0,3,12,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sdraw/04.po,88,327,261,0,0,15,162,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/00.po,414,933,794,0,0,1153,14761,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/01.po,1401,4350,3295,0,0,4086,47612,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/02.po,523,3108,2385,0,0,1659,26014,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/04.po,142,288,313,0,0,171,1783,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/05.po,64,546,411,0,0,132,1794,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/07.po,1,5,3,0,0,6,77,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/simpress/00.po,143,811,722,0,0,20,91,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/simpress/01.po,182,284,237,0,0,864,8230,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/simpress/02.po,630,6164,4558,0,0,30,345,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/simpress/04.po,151,511,404,0,0,88,627,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/smath/00.po,53,224,170,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/smath/01.po,376,3116,2199,0,0,1175,10743,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/smath/02.po,2,4,4,0,0,4,93,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/smath/04.po,25,130,93,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter/00.po,56,170,142,0,0,254,1648,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter/01.po,2447,21342,14654,0,0,899,12451,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter/02.po,354,2208,1650,0,0,72,842,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter/04.po,228,1009,860,0,0,26,267,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sbasic/shared/01.po,62,396,158,0,0,5,69,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sbasic/shared/02.po,198,1482,496,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc/00.po,63,155,123,0,0,138,790,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc/01.po,5800,51349,22057,0,0,1695,21806,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc/02.po,118,796,312,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc/04.po,181,1428,491,0,0,6,69,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc/05.po,92,751,312,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/schart/00.po,50,314,211,0,0,10,33,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/schart/01.po,886,10516,3263,0,0,86,1310,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/schart/02.po,25,117,37,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/schart/04.po,32,133,70,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sdraw/00.po,2,8,3,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sdraw/01.po,3,12,5,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sdraw/04.po,102,486,224,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/00.po,813,7460,2757,0,0,754,8234,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/01.po,3879,31680,10779,0,0,1608,20282,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/02.po,1750,19718,6073,0,0,432,9404,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/04.po,238,983,478,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/05.po,109,1125,371,0,0,87,1215,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/07.po,4,29,16,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/simpress/00.po,154,873,563,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/simpress/01.po,870,6631,2498,0,0,176,1883,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/simpress/02.po,653,6468,2214,0,0,7,41,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/simpress/04.po,198,989,468,0,0,41,149,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/smath/00.po,54,228,139,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/smath/01.po,1114,11612,5106,0,0,437,2247,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/smath/02.po,6,97,27,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/smath/04.po,25,130,63,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter/00.po,213,1050,748,0,0,97,768,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter/01.po,2754,26059,9165,0,0,592,7734,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter/02.po,377,2486,1104,0,0,49,564,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter/04.po,248,1239,561,0,0,6,37,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sbasic/shared/01.po,57,336,262,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sbasic/shared/02.po,195,1404,1100,0,0,3,78,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc/00.po,61,152,164,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc/01.po,5543,49144,34359,0,0,1952,24011,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc/02.po,117,795,593,0,0,6,15,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc/04.po,169,1264,1004,0,0,18,233,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc/05.po,85,705,549,0,0,52,148,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/schart/00.po,56,331,281,0,0,4,16,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/schart/01.po,972,11826,8479,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/schart/02.po,25,117,89,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/schart/04.po,32,133,117,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sdraw/04.po,103,489,504,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/00.po,834,8369,6330,0,0,733,7325,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/01.po,3827,30604,21924,0,0,1660,21358,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/02.po,1711,19340,13633,0,0,471,9782,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/04.po,240,988,947,0,0,73,1083,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/05.po,111,1155,851,0,0,85,1185,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/06.po,1,2,2,0,0,2,5,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/07.po,4,29,22,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/simpress/00.po,163,902,773,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/simpress/01.po,1025,8309,5876,0,0,21,205,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/simpress/02.po,660,6509,4461,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/simpress/04.po,239,1138,1021,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/smath/00.po,66,355,286,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/smath/01.po,1513,13418,10159,0,0,38,441,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/smath/02.po,6,97,61,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/smath/04.po,26,135,102,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter/00.po,250,1284,1300,27,393,33,141,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter/01.po,2673,24857,17697,0,0,673,8936,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter/02.po,426,3050,2301,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter/04.po,254,1276,1238,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sbasic/shared/01.po,0,0,0,0,0,67,465,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sbasic/shared/02.po,0,0,0,0,0,198,1482,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc/00.po,0,0,0,0,0,201,945,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc/01.po,0,0,0,0,0,7495,73155,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc/02.po,0,0,0,0,0,123,810,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc/04.po,0,0,0,0,0,187,1497,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc/05.po,0,0,0,0,0,137,853,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/schart/00.po,0,0,0,0,0,60,347,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/schart/01.po,0,0,0,0,0,972,11826,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/schart/02.po,0,0,0,0,0,25,117,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/schart/04.po,0,0,0,0,0,32,133,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sdraw/00.po,0,0,0,0,0,2,8,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sdraw/01.po,0,0,0,0,0,3,12,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sdraw/04.po,0,0,0,0,0,103,489,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/00.po,0,0,0,0,0,1567,15694,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/01.po,0,0,0,0,0,5487,51962,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/02.po,0,0,0,0,0,2182,29122,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/04.po,0,0,0,0,0,313,2071,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/05.po,0,0,0,0,0,196,2340,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/07.po,0,0,0,0,0,7,82,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/simpress/00.po,0,0,0,0,0,163,902,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/simpress/01.po,0,0,0,0,0,1046,8514,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/simpress/02.po,0,0,0,0,0,660,6509,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/simpress/04.po,0,0,0,0,0,239,1138,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/smath/00.po,0,0,0,0,0,66,355,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/smath/01.po,0,0,0,0,0,1551,13859,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/smath/02.po,0,0,0,0,0,6,97,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/smath/04.po,0,0,0,0,0,26,135,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter/00.po,0,0,0,0,0,310,1818,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter/01.po,0,0,0,0,0,3346,33793,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter/02.po,0,0,0,0,0,426,3050,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter/04.po,0,0,0,0,0,254,1276,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sbasic/shared/01.po,0,0,0,0,0,67,465,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sbasic/shared/02.po,0,0,0,0,0,198,1482,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc/00.po,201,945,1147,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc/01.po,3734,36644,28743,0,0,3761,36511,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc/02.po,121,804,631,0,0,2,6,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc/04.po,187,1497,1150,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc/05.po,137,853,691,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/schart/00.po,0,0,0,0,0,60,347,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/schart/01.po,0,0,0,0,0,972,11826,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/schart/02.po,0,0,0,0,0,25,117,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/schart/04.po,0,0,0,0,0,32,133,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sdraw/01.po,0,0,0,0,0,3,12,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sdraw/04.po,0,0,0,0,0,103,489,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/00.po,656,5402,6262,7,95,904,10197,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/01.po,634,6509,5435,0,0,4853,45453,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/02.po,115,1002,742,1,10,2066,28110,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/04.po,311,2067,1759,0,0,2,4,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/05.po,115,1256,1012,0,0,81,1084,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/07.po,7,82,62,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/simpress/00.po,3,12,16,0,0,160,890,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/simpress/01.po,0,0,0,0,0,1046,8514,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/simpress/02.po,0,0,0,0,0,660,6509,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/simpress/04.po,0,0,0,0,0,239,1138,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/smath/00.po,0,0,0,0,0,66,355,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/smath/01.po,2,0,0,0,0,1549,13859,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/smath/02.po,0,0,0,0,0,6,97,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/smath/04.po,0,0,0,0,0,26,135,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter/00.po,310,1818,2018,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter/01.po,290,2664,2221,0,0,3056,31129,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter/02.po,160,1389,1132,0,0,266,1661,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter/04.po,3,20,16,0,0,251,1256,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sbasic/shared/01.po,41,101,92,0,0,26,364,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sbasic/shared/02.po,136,261,245,0,0,62,1221,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc/00.po,63,132,135,0,0,138,813,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc/01.po,3083,7389,6847,0,0,4412,65766,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc/02.po,43,88,80,0,0,80,722,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc/04.po,69,176,138,0,0,118,1321,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc/05.po,51,92,90,0,0,86,761,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/schart/00.po,48,260,254,0,0,12,87,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/schart/01.po,318,839,738,0,0,654,10987,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/schart/02.po,13,27,23,0,0,12,90,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/schart/04.po,19,38,34,0,0,13,95,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sdraw/04.po,34,50,44,0,0,69,439,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/00.po,560,1233,1166,0,0,1007,14461,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/01.po,2094,4577,4232,0,0,3393,47385,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/02.po,1037,2430,2196,0,0,1145,26692,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/04.po,110,280,231,0,0,203,1791,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/05.po,29,54,47,0,0,167,2286,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/07.po,3,9,8,0,0,4,73,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/simpress/00.po,108,428,372,0,0,55,474,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/simpress/01.po,449,887,838,0,0,597,7627,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/simpress/02.po,472,1088,1062,0,0,188,5421,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/simpress/04.po,60,147,127,0,0,179,991,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/smath/00.po,30,78,70,0,0,36,277,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/smath/01.po,464,978,945,0,0,1087,12881,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/smath/02.po,2,4,4,0,0,4,93,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/smath/04.po,17,35,31,0,0,9,100,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter/00.po,197,792,779,0,0,113,1026,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter/01.po,1377,2969,2807,0,0,1969,30824,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter/02.po,292,657,596,0,0,134,2393,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter/04.po,97,295,280,0,0,157,981,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sbasic/shared/01.po,57,336,369,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sbasic/shared/02.po,177,1092,1108,0,0,21,390,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc/00.po,61,152,169,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc/01.po,5293,45191,44753,0,0,2202,27964,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc/02.po,117,795,808,0,0,6,15,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc/04.po,163,1185,1297,0,0,24,312,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc/05.po,77,540,528,0,0,60,313,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/schart/00.po,47,249,283,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/schart/01.po,418,2709,2680,0,0,554,9117,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/schart/02.po,25,117,132,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/schart/04.po,32,133,150,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sdraw/01.po,3,12,9,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sdraw/04.po,102,486,451,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/00.po,754,6643,6880,0,0,813,9051,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/01.po,3486,26142,25916,0,0,2001,25820,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/02.po,1675,18891,19071,0,0,507,10231,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/04.po,233,941,1129,0,0,80,1130,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/05.po,102,1031,1053,0,0,94,1309,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/07.po,4,29,22,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/simpress/00.po,154,873,922,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/simpress/01.po,852,6311,6260,0,0,194,2203,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/simpress/02.po,650,6431,6079,0,0,10,78,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/simpress/04.po,185,900,884,0,0,54,238,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/smath/00.po,53,224,214,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/smath/01.po,1036,11283,11247,0,0,515,2576,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/smath/02.po,6,97,95,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/smath/04.po,25,130,130,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter/00.po,210,1037,1053,0,0,100,781,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter/01.po,2597,23754,23948,0,0,749,10039,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter/02.po,366,2437,2407,0,0,60,613,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter/04.po,236,1148,1251,0,0,18,128,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sbasic/shared/01.po,67,465,448,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1342,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sbasic/shared/03.po,47,145,94,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc/00.po,99,388,437,0,0,102,557,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc/01.po,3901,27345,24306,0,0,3594,45810,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc/02.po,121,804,678,0,0,2,6,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc/04.po,187,1497,1295,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc/05.po,137,853,800,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc/06.po,1,3,2,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/schart/00.po,60,347,358,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/schart/01.po,972,11826,9882,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/schart/02.po,25,117,96,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/schart/04.po,32,133,114,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sdraw/01.po,3,12,15,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sdraw/04.po,103,489,502,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/00.po,1550,15490,15414,0,0,17,204,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/01.po,3531,26056,22942,0,0,1956,25906,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/02.po,2181,29096,25043,0,0,1,26,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/04.po,311,2067,2037,0,0,2,4,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/05.po,196,2340,2120,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/06.po,3,7,7,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/07.po,7,82,87,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/simpress/00.po,163,902,995,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/simpress/01.po,1046,8514,7575,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/simpress/02.po,660,6509,6005,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/simpress/04.po,239,1138,1073,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/smath/00.po,66,355,313,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/smath/01.po,1551,13859,13295,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/smath/02.po,6,97,79,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/smath/04.po,26,135,126,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/smath/06.po,9,21,25,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter/00.po,310,1818,1854,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter/01.po,3346,33793,31183,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter/02.po,426,3050,2962,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter/04.po,254,1276,1447,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sbasic/shared/01.po,52,279,275,0,0,15,186,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sbasic/shared/02.po,175,1063,959,0,0,23,419,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc/00.po,59,125,133,0,0,142,820,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc/01.po,5132,43002,35487,0,0,2363,30153,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc/02.po,114,744,654,0,0,9,66,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc/04.po,167,1184,1030,0,0,20,313,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc/05.po,71,453,404,0,0,66,400,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/schart/00.po,47,249,237,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/schart/01.po,326,2324,2003,0,0,646,9502,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/schart/02.po,25,117,106,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/schart/04.po,32,133,119,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sdraw/04.po,100,454,421,1,1,2,34,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/00.po,738,6297,5612,0,0,829,9397,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/01.po,3204,22868,20622,0,0,2283,29094,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/02.po,1644,18386,15656,0,0,538,10736,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/04.po,220,893,903,0,0,93,1178,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/05.po,96,1009,905,0,0,100,1331,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/07.po,1,5,5,0,0,6,77,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/simpress/00.po,152,833,747,0,0,11,69,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/simpress/01.po,837,5968,5271,0,0,209,2546,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/simpress/02.po,649,6206,5348,0,0,11,303,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/simpress/04.po,176,745,672,0,0,63,393,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/smath/00.po,54,225,186,0,0,12,130,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/smath/01.po,1086,10741,9407,0,0,465,3118,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/smath/02.po,6,97,70,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/smath/04.po,26,135,108,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter/00.po,208,1024,891,0,0,102,794,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter/01.po,2548,22727,19974,0,0,798,11066,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter/02.po,345,2053,1775,0,0,81,997,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter/04.po,228,1049,987,0,0,26,227,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sbasic/shared/01.po,67,465,482,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1496,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sbasic/shared/03.po,47,145,146,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc/00.po,201,945,938,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc/01.po,7492,73047,72747,0,0,3,108,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc/02.po,123,810,774,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc/04.po,187,1497,1488,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc/05.po,137,853,850,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc/06.po,1,3,1,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/schart/00.po,60,347,320,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/schart/01.po,972,11826,11404,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/schart/02.po,25,117,115,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/schart/04.po,32,133,121,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sdraw/00.po,2,8,14,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sdraw/01.po,3,12,13,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sdraw/04.po,103,489,514,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/00.po,1567,15694,15751,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/01.po,5486,51927,51930,0,0,1,35,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/02.po,2181,29109,28760,0,0,1,13,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/04.po,313,2071,2112,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/05.po,196,2340,2336,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/06.po,3,7,7,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/07.po,7,82,82,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/simpress/00.po,163,902,896,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/simpress/01.po,1044,8490,9000,0,0,2,24,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/simpress/02.po,660,6509,6807,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/simpress/04.po,239,1138,1199,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/smath/00.po,66,355,357,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/smath/01.po,1551,13859,14080,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/smath/02.po,6,97,98,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/smath/04.po,26,135,138,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/smath/06.po,9,21,20,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter/00.po,310,1818,1694,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter/01.po,3345,33786,33284,0,0,1,7,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter/02.po,426,3050,3019,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter/04.po,254,1276,1288,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sbasic/shared/01.po,67,465,459,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1361,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sbasic/shared/03.po,47,145,94,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc/00.po,197,924,1157,0,0,4,21,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc/01.po,7487,72880,67336,0,0,8,275,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc/02.po,121,804,695,0,0,2,6,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc/04.po,187,1497,1447,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc/05.po,137,853,816,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc/06.po,1,3,2,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/schart/00.po,60,347,404,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/schart/01.po,972,11826,10103,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/schart/02.po,25,117,97,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/schart/04.po,32,133,116,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sdraw/01.po,3,12,15,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sdraw/04.po,103,489,511,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/00.po,1550,15490,15599,0,0,17,204,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/01.po,5483,51844,46700,0,0,4,118,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/02.po,2181,29096,25171,0,0,1,26,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/04.po,311,2067,2091,0,0,2,4,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/05.po,196,2340,2144,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/06.po,3,7,7,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/07.po,7,82,75,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/simpress/00.po,163,902,1038,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/simpress/01.po,1046,8514,7744,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/simpress/02.po,660,6509,6071,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/simpress/04.po,239,1138,1175,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/smath/00.po,66,355,332,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/smath/01.po,1551,13859,13434,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/smath/02.po,6,97,78,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/smath/04.po,26,135,126,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/smath/06.po,9,21,26,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter/00.po,310,1818,2128,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter/01.po,3346,33793,30986,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter/02.po,426,3050,2964,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter/04.po,254,1276,1451,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sbasic/shared/01.po,57,336,281,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sbasic/shared/02.po,183,1139,900,0,0,15,343,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc/00.po,61,152,146,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc/01.po,5504,48601,36711,0,0,1991,24554,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc/02.po,116,782,616,0,0,7,28,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc/04.po,169,1264,1061,0,0,18,233,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc/05.po,82,672,556,0,0,55,181,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/schart/00.po,47,249,240,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/schart/01.po,833,9886,7556,0,0,139,1940,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/schart/02.po,25,117,99,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/schart/04.po,32,133,117,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sdraw/04.po,101,455,351,0,0,2,34,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/00.po,769,6653,5411,0,0,798,9041,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/01.po,3657,28360,21577,0,0,1830,23602,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/02.po,1694,19239,15755,0,0,488,9883,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/04.po,234,960,802,0,0,79,1111,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/05.po,103,1011,737,0,0,93,1329,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/07.po,4,29,24,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/simpress/00.po,154,873,778,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/simpress/01.po,858,6389,4995,0,0,188,2125,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/simpress/02.po,648,6360,4723,0,0,12,149,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/simpress/04.po,185,900,770,0,0,54,238,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/smath/00.po,53,224,184,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/smath/01.po,1055,11355,9548,0,0,496,2504,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/smath/02.po,6,97,69,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/smath/04.po,25,130,109,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter/00.po,210,1037,935,0,0,100,781,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter/01.po,2632,24244,19004,0,0,714,9549,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter/02.po,366,2437,2034,0,0,60,613,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter/04.po,236,1153,1025,0,0,18,123,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sbasic/shared/01.po,66,459,411,0,0,1,6,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1256,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sbasic/shared/03.po,46,141,121,0,0,1,4,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc/00.po,140,585,619,0,0,61,360,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc/01.po,7254,68937,61503,0,0,241,4218,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc/02.po,119,797,659,0,0,4,13,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc/04.po,187,1497,1304,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc/05.po,92,751,730,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/schart/00.po,60,347,331,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/schart/01.po,966,11652,10020,0,0,6,174,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/schart/02.po,25,117,92,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/schart/04.po,32,133,143,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sdraw/04.po,103,489,418,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/00.po,1104,11376,10390,0,0,463,4318,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/01.po,4668,40405,33996,0,0,819,11557,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/02.po,1872,22446,18919,0,0,310,6676,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/04.po,238,983,877,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/05.po,111,1141,982,0,0,85,1199,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/07.po,4,29,24,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/simpress/00.po,162,898,840,0,0,1,4,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/simpress/01.po,1021,8277,6946,0,0,25,237,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/simpress/02.po,659,6480,5709,0,0,1,29,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/simpress/04.po,224,1098,1009,0,0,15,40,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/smath/00.po,66,355,341,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/smath/01.po,1521,13088,11662,0,0,30,771,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/smath/02.po,6,97,77,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/smath/04.po,26,135,117,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter/00.po,284,1689,1671,0,0,26,129,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter/01.po,3041,29965,25034,0,0,305,3828,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter/02.po,395,2738,2384,0,0,31,312,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter/04.po,251,1257,1176,0,0,3,19,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sbasic/shared/01.po,67,465,495,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1652,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sbasic/shared/03.po,47,145,156,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc/00.po,201,945,1028,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc/01.po,7495,73155,75958,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc/02.po,123,810,860,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc/04.po,187,1497,1590,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc/05.po,137,853,950,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc/06.po,1,3,5,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/schart/00.po,60,347,434,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/schart/01.po,972,11826,12769,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/schart/02.po,25,117,120,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/schart/04.po,32,133,154,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sdraw/01.po,3,12,13,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sdraw/04.po,103,489,531,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/00.po,1567,15694,17842,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/01.po,5487,51962,54651,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/02.po,2182,29122,31214,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/04.po,313,2071,2401,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/05.po,196,2340,2538,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/06.po,3,7,10,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/07.po,7,82,85,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/simpress/00.po,163,902,1036,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/simpress/01.po,1046,8514,8974,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/simpress/02.po,660,6509,6997,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/simpress/04.po,239,1138,1324,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/smath/00.po,66,355,363,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/smath/01.po,1551,13859,14199,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/smath/02.po,6,97,100,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/smath/04.po,26,135,146,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/smath/06.po,9,21,37,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter/00.po,310,1818,2024,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter/01.po,3346,33793,35909,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter/02.po,426,3050,3179,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter/04.po,254,1276,1488,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sbasic/shared/01.po,67,465,483,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1639,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sbasic/shared/03.po,47,145,151,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc/00.po,196,920,998,0,0,5,25,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc/01.po,7243,68798,71510,0,0,252,4357,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc/02.po,121,804,854,0,0,2,6,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc/04.po,187,1497,1595,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc/05.po,137,853,955,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc/06.po,1,3,5,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/schart/00.po,60,347,389,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/schart/01.po,972,11826,12802,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/schart/02.po,25,117,123,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/schart/04.po,32,133,144,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sdraw/04.po,103,489,534,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/00.po,1522,15187,16822,0,0,45,507,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/01.po,4873,41259,42998,0,0,614,10703,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/02.po,1914,22714,24470,0,0,268,6408,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/04.po,313,2071,2366,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/05.po,196,2340,2456,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/06.po,3,7,12,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/07.po,7,82,84,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/simpress/00.po,163,902,1044,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/simpress/01.po,1046,8514,9045,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/simpress/02.po,660,6509,7217,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/simpress/04.po,239,1138,1285,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/smath/00.po,66,355,328,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/smath/01.po,1551,13859,14565,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/smath/02.po,6,97,97,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/smath/04.po,26,135,148,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/smath/06.po,9,21,43,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter/00.po,310,1818,1957,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter/01.po,3346,33793,35609,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter/02.po,426,3050,3154,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter/04.po,254,1276,1441,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sbasic/shared/01.po,0,0,0,0,0,67,465,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sbasic/shared/02.po,0,0,0,0,0,198,1482,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc/00.po,0,0,0,0,0,201,945,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc/01.po,0,0,0,0,0,7495,73155,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc/02.po,0,0,0,0,0,123,810,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc/04.po,0,0,0,0,0,187,1497,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc/05.po,0,0,0,0,0,137,853,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/schart/00.po,0,0,0,0,0,60,347,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/schart/01.po,0,0,0,0,0,972,11826,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/schart/02.po,0,0,0,0,0,25,117,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/schart/04.po,0,0,0,0,0,32,133,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sdraw/00.po,0,0,0,0,0,2,8,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sdraw/01.po,0,0,0,0,0,3,12,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sdraw/04.po,0,0,0,0,0,103,489,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/00.po,0,0,0,0,0,1567,15694,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/01.po,0,0,0,0,0,5487,51962,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/02.po,0,0,0,0,0,2182,29122,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/04.po,0,0,0,0,0,313,2071,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/05.po,0,0,0,0,0,196,2340,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/07.po,0,0,0,0,0,7,82,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/simpress/00.po,0,0,0,0,0,163,902,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/simpress/01.po,0,0,0,0,0,1046,8514,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/simpress/02.po,0,0,0,0,0,660,6509,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/simpress/04.po,0,0,0,0,0,239,1138,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/smath/00.po,0,0,0,0,0,66,355,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/smath/01.po,0,0,0,0,0,1551,13859,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/smath/02.po,0,0,0,0,0,6,97,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/smath/04.po,0,0,0,0,0,26,135,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter/00.po,0,0,0,0,0,310,1818,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter/01.po,0,0,0,0,0,3346,33793,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter/02.po,0,0,0,0,0,426,3050,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter/04.po,0,0,0,0,0,254,1276,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sbasic/shared/01.po,57,336,297,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sbasic/shared/02.po,195,1404,1276,0,0,3,78,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc/00.po,66,160,161,0,0,135,785,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc/01.po,5826,51764,42897,0,0,1669,21391,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc/02.po,118,796,661,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc/04.po,182,1429,1147,0,0,5,68,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc/05.po,91,734,639,0,0,46,119,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/schart/00.po,52,262,302,1,11,7,74,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/schart/01.po,839,10021,8305,0,0,133,1805,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/schart/02.po,25,117,98,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/schart/04.po,32,133,124,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sdraw/04.po,102,486,440,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/00.po,780,6875,5987,0,0,787,8819,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/01.po,3759,29984,24800,0,0,1728,21978,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/02.po,1709,19410,15790,0,0,473,9712,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/04.po,233,958,842,0,0,80,1113,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/05.po,106,1108,876,0,0,90,1232,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/07.po,4,29,21,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/simpress/00.po,157,878,920,0,0,6,24,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/simpress/01.po,878,6654,5482,0,0,168,1860,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/simpress/02.po,658,6451,5590,0,0,2,58,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/simpress/04.po,190,920,825,0,0,49,218,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/smath/00.po,54,228,256,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/smath/01.po,1058,11389,9979,0,0,493,2470,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/smath/02.po,6,97,73,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/smath/04.po,25,130,126,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter/00.po,221,1103,1056,0,0,89,715,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter/01.po,2749,26050,21156,0,0,597,7743,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter/02.po,372,2557,2171,0,0,58,612,430,3169,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter/04.po,245,1170,1047,0,0,9,106,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sbasic/shared/01.po,57,336,312,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sbasic/shared/02.po,183,1139,1037,0,0,15,343,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc/00.po,8,13,19,0,0,193,932,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc/01.po,1156,3251,2788,0,0,6339,69904,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc/02.po,14,20,21,0,0,109,790,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc/04.po,56,137,96,0,0,131,1360,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc/05.po,28,42,48,0,0,109,811,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/schart/00.po,30,115,120,0,0,30,232,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/schart/01.po,38,91,75,0,0,934,11735,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/schart/02.po,22,82,74,0,0,3,35,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/schart/04.po,32,133,142,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sdraw/00.po,1,4,4,0,0,1,4,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sdraw/01.po,0,0,0,0,0,3,12,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sdraw/04.po,100,445,410,0,0,3,44,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/00.po,232,523,433,0,0,1335,15171,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/01.po,1674,7857,7119,0,0,3813,44105,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/02.po,715,4058,3511,0,0,1467,25064,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/04.po,147,349,330,0,0,166,1722,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/05.po,12,88,80,0,0,184,2252,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/07.po,3,27,20,0,0,4,55,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/simpress/00.po,154,873,797,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/simpress/01.po,250,824,778,0,0,796,7690,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/simpress/02.po,272,532,569,0,0,388,5977,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/simpress/04.po,151,688,617,0,0,88,450,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/smath/00.po,53,224,206,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/smath/01.po,140,195,195,0,0,1411,13664,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/smath/02.po,6,97,70,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/smath/04.po,25,130,109,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter/00.po,209,1030,1012,0,0,101,788,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter/01.po,866,3680,3522,0,0,2480,30113,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter/02.po,275,650,684,0,0,151,2400,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter/04.po,153,365,361,0,0,101,911,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sbasic/shared/01.po,60,386,286,0,0,7,79,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sbasic/shared/02.po,195,1404,1106,0,0,3,78,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc/00.po,62,153,148,0,0,139,792,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc/01.po,4896,38345,27903,0,0,2599,34810,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc/02.po,115,793,592,0,0,8,17,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc/04.po,181,1428,1043,0,0,6,69,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc/05.po,89,732,538,0,0,48,121,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/schart/00.po,47,249,243,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/schart/01.po,855,10113,6829,0,0,117,1713,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/schart/02.po,25,117,84,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/schart/04.po,32,133,98,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sdraw/04.po,102,486,362,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/00.po,787,7100,5012,0,0,780,8594,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/01.po,1732,9722,7242,0,0,3755,42240,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/02.po,1710,18911,13273,0,0,472,10211,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/04.po,238,983,773,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/05.po,106,1108,746,0,0,90,1232,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/07.po,4,29,22,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/simpress/00.po,154,873,679,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/simpress/01.po,0,0,0,0,0,1046,8514,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/simpress/02.po,653,6468,4580,0,0,7,41,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/simpress/04.po,196,985,779,0,0,43,153,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/smath/00.po,54,228,190,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/smath/01.po,1111,11553,9765,0,0,440,2306,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/smath/02.po,6,97,67,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/smath/04.po,25,130,99,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter/00.po,202,1010,919,0,0,108,808,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter/01.po,2582,22974,18057,0,0,764,10819,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter/02.po,372,2466,1827,0,0,54,584,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter/04.po,246,1205,952,0,0,8,71,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sbasic/shared/01.po,58,357,302,0,0,9,108,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sbasic/shared/02.po,187,1147,1022,0,0,11,335,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc/00.po,63,155,160,0,0,138,790,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc/01.po,4429,29368,24095,0,0,3066,43787,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc/02.po,117,783,652,0,0,6,27,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc/04.po,124,1017,806,0,0,63,480,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc/05.po,75,522,450,0,0,62,331,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/schart/00.po,27,83,88,0,0,33,264,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/schart/01.po,776,8625,6925,0,0,196,3201,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/schart/02.po,25,117,98,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/schart/04.po,32,133,121,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sdraw/04.po,83,372,334,0,0,20,117,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/00.po,590,3400,2953,0,0,977,12294,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/01.po,2235,7905,7469,0,0,3252,44057,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/02.po,1132,7467,6118,0,0,1050,21655,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/04.po,236,971,859,0,0,77,1100,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/05.po,43,309,286,0,0,153,2031,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/07.po,4,29,23,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/simpress/00.po,151,833,768,0,0,12,69,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/simpress/01.po,848,5929,4798,0,0,198,2585,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/simpress/02.po,607,4860,3759,0,0,53,1649,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/simpress/04.po,180,841,790,0,0,59,297,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/smath/00.po,55,229,218,0,0,11,126,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/smath/01.po,1406,11403,9719,0,0,145,2456,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/smath/02.po,6,97,75,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/smath/04.po,25,130,124,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter/00.po,211,1040,1038,0,0,99,778,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter/01.po,2494,21184,17359,0,0,852,12609,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter/02.po,382,2502,2114,0,0,44,548,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter/04.po,232,1002,943,0,0,22,274,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sbasic/shared/01.po,67,465,405,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1296,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sbasic/shared/03.po,47,145,140,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc/00.po,201,945,1223,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc/01.po,7495,73155,62659,0,0,0,0,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc/02.po,123,810,708,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc/04.po,187,1497,1413,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc/05.po,137,853,765,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc/06.po,1,3,4,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/schart/00.po,60,347,415,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/schart/01.po,972,11826,9989,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/schart/02.po,25,117,104,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/schart/04.po,32,133,135,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sdraw/04.po,103,489,460,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/00.po,1567,15694,15835,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/01.po,5487,51962,45473,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/02.po,2182,29122,24676,0,0,0,0,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/04.po,313,2071,1916,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/05.po,196,2340,2063,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/06.po,3,7,9,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/07.po,7,82,74,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/simpress/00.po,163,904,959,0,0,0,0,163,904,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/simpress/01.po,1046,8514,7146,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/simpress/02.po,660,6509,5370,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/simpress/04.po,239,1138,1099,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/smath/00.po,66,355,366,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/smath/01.po,1551,13859,12065,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/smath/02.po,6,97,83,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/smath/04.po,26,135,131,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/smath/06.po,9,21,30,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter/00.po,310,1818,2074,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter/01.po,3346,33793,28939,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter/02.po,426,3050,2682,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter/04.po,254,1276,1289,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sbasic/shared/01.po,33,53,67,0,0,34,412,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sbasic/shared/02.po,61,112,144,0,0,137,1370,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc/00.po,26,49,53,0,0,175,896,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc/01.po,1850,3819,5502,0,0,5645,69336,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc/02.po,35,89,96,0,0,88,721,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc/04.po,25,54,63,0,0,162,1443,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc/05.po,8,17,23,0,0,129,836,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/schart/00.po,7,24,30,0,0,53,323,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/schart/01.po,203,363,439,0,0,769,11463,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/schart/02.po,9,23,28,0,0,16,94,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/schart/04.po,16,37,51,0,0,16,96,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sdraw/00.po,1,4,5,0,0,1,4,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sdraw/01.po,1,2,2,0,0,2,10,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sdraw/04.po,36,98,132,0,0,67,391,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/00.po,320,607,723,0,0,1247,15087,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/01.po,1567,2723,3274,0,0,3920,49239,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/02.po,665,1335,1646,0,0,1517,27787,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/04.po,87,220,248,0,0,226,1851,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/05.po,14,36,45,0,0,182,2304,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/07.po,2,7,7,0,0,5,75,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/simpress/00.po,30,57,65,0,0,133,845,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/simpress/01.po,345,676,828,0,0,701,7838,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/simpress/02.po,281,746,866,0,0,379,5763,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/simpress/04.po,60,158,186,0,0,179,980,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/smath/00.po,16,51,48,0,0,50,304,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/smath/01.po,210,368,473,0,0,1341,13491,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/smath/02.po,2,4,4,0,0,4,93,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/smath/04.po,10,22,30,0,0,16,113,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter/00.po,89,206,206,0,0,221,1612,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter/01.po,1229,2292,2806,0,0,2117,31501,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter/02.po,155,334,366,0,0,271,2716,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter/04.po,80,200,230,0,0,174,1076,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sbasic/shared/01.po,63,408,405,0,0,4,57,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1316,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc/00.po,70,237,227,0,0,131,708,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc/01.po,5937,52524,44767,0,0,1558,20631,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc/02.po,118,796,672,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc/04.po,187,1497,1352,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc/05.po,92,751,678,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc/06.po,1,3,2,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/schart/00.po,60,347,303,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/schart/01.po,899,10687,8948,0,0,73,1139,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/schart/02.po,25,117,96,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/schart/04.po,32,133,118,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sdraw/00.po,2,8,13,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sdraw/04.po,103,489,483,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/00.po,827,7637,6742,0,0,740,8057,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/01.po,3903,31924,28264,0,0,1584,20038,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/02.po,1750,19718,16780,0,0,432,9404,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/04.po,238,983,791,0,0,75,1088,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/05.po,127,1430,1304,0,0,69,910,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/07.po,6,65,63,0,0,1,17,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/simpress/00.po,163,902,804,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/simpress/01.po,877,6683,5961,0,0,169,1831,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/simpress/02.po,653,6468,6056,0,0,7,41,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/simpress/04.po,198,989,818,0,0,41,149,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/smath/00.po,62,334,261,0,0,4,21,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/smath/01.po,1116,11790,10902,0,0,435,2069,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/smath/02.po,6,97,85,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/smath/04.po,25,130,106,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter/00.po,231,1113,949,0,0,79,705,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter/01.po,2770,26230,23228,0,0,576,7563,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter/02.po,378,2494,2241,0,0,48,556,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter/04.po,253,1273,1098,0,0,1,3,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sbasic/shared/01.po,63,408,312,0,0,4,57,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1093,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc/00.po,65,159,141,0,0,136,786,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc/01.po,785,3972,3074,0,0,6710,69183,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc/02.po,118,796,620,0,0,5,14,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc/04.po,167,1442,988,0,0,20,55,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc/05.po,90,745,550,0,0,47,108,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/schart/00.po,33,137,124,0,0,27,210,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/schart/01.po,217,1856,1317,0,0,755,9970,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/schart/02.po,21,97,79,0,0,4,20,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/schart/04.po,28,89,73,0,0,4,44,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sdraw/00.po,2,8,4,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sdraw/01.po,3,12,12,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sdraw/04.po,95,402,304,0,0,8,87,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/00.po,433,1222,1052,0,0,1134,14472,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/01.po,979,4783,3626,0,0,4508,47179,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/02.po,1240,14286,9650,1,1,941,14835,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/04.po,228,891,670,0,0,85,1180,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/05.po,110,1129,796,0,0,86,1211,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/06.po,1,2,2,0,0,2,5,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/07.po,4,29,23,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/simpress/00.po,157,878,811,0,0,6,24,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/simpress/01.po,790,5627,4082,0,0,256,2887,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/simpress/02.po,205,996,764,0,0,455,5513,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/simpress/04.po,67,231,188,0,0,172,907,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/smath/00.po,66,355,312,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/smath/01.po,234,2436,1759,0,0,1317,11423,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/smath/02.po,6,97,61,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/smath/04.po,25,130,94,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter/00.po,263,1534,1385,0,0,47,284,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter/01.po,1511,16151,10845,0,0,1835,17642,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter/02.po,243,1566,1146,0,0,183,1484,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter/04.po,251,1257,935,0,0,3,19,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sbasic/shared/01.po,24,34,37,0,0,43,431,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sbasic/shared/02.po,51,89,98,0,0,147,1393,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc/00.po,56,125,159,0,0,145,820,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc/01.po,4082,38692,24039,0,0,3413,34463,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc/02.po,108,748,600,0,0,15,62,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc/04.po,152,1167,843,0,0,35,330,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc/05.po,52,457,371,0,0,85,396,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/schart/00.po,47,249,240,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/schart/01.po,305,2255,1600,0,0,667,9571,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/schart/02.po,25,117,82,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/schart/04.po,28,129,128,0,0,4,4,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sdraw/04.po,89,472,361,0,0,14,17,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/00.po,497,4053,3802,0,0,1070,11641,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/01.po,1480,2529,2496,0,0,4007,49433,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/02.po,698,1150,1136,0,0,1484,27972,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/04.po,199,876,877,0,0,114,1195,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/05.po,83,946,757,0,0,113,1394,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/07.po,4,29,26,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/simpress/00.po,145,796,756,0,0,18,106,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/simpress/01.po,314,644,650,0,0,732,7870,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/simpress/02.po,398,1065,1129,0,0,262,5444,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/simpress/04.po,30,52,47,0,0,209,1086,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/smath/00.po,51,222,206,0,0,15,133,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/smath/01.po,440,3232,2623,0,0,1111,10627,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/smath/02.po,6,97,75,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/smath/04.po,19,124,92,0,0,7,11,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter/00.po,80,167,160,0,0,230,1651,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter/01.po,965,2497,2464,0,0,2381,31296,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter/02.po,106,178,181,0,0,320,2872,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter/04.po,76,115,164,0,0,178,1161,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sbasic/shared/01.po,66,459,375,0,0,1,6,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1190,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc/00.po,66,160,164,0,0,135,785,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc/01.po,7274,69667,58415,0,0,221,3488,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc/02.po,119,797,642,0,0,4,13,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc/04.po,187,1497,1238,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc/05.po,92,751,633,0,0,45,102,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/schart/00.po,60,347,358,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/schart/01.po,972,11826,9118,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/schart/02.po,25,117,85,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/schart/04.po,32,133,122,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sdraw/00.po,2,8,6,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sdraw/04.po,103,489,389,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/00.po,914,9848,7999,0,0,653,5846,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/01.po,5005,43885,34056,0,0,482,8077,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/02.po,1826,20600,15300,0,0,356,8522,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/04.po,240,988,851,0,0,73,1083,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/05.po,111,1155,910,0,0,85,1185,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/06.po,1,2,2,0,0,2,5,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/07.po,4,29,22,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/simpress/00.po,163,902,825,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/simpress/01.po,1026,8315,6105,0,0,20,199,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/simpress/02.po,660,6509,5040,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/simpress/04.po,239,1138,945,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/smath/00.po,66,355,312,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/smath/01.po,1523,13447,11139,0,0,28,412,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/smath/02.po,6,97,66,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/smath/04.po,26,135,108,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/smath/06.po,9,21,25,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter/00.po,282,1700,1673,0,0,28,118,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter/01.po,3284,32862,24621,0,0,62,931,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter/02.po,426,3050,2401,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter/04.po,254,1276,1024,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sbasic/shared/01.po,24,35,35,0,0,43,430,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sbasic/shared/02.po,183,1139,972,0,0,15,343,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc/00.po,61,152,151,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc/01.po,1093,1585,1502,0,0,6402,71570,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc/02.po,116,782,649,0,0,7,28,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc/04.po,168,1254,1047,0,0,19,243,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc/05.po,79,602,534,0,0,58,251,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/schart/00.po,16,68,75,0,0,44,279,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/schart/01.po,158,351,367,0,0,814,11475,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/schart/02.po,25,117,104,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/schart/04.po,32,133,117,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sdraw/01.po,3,12,10,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sdraw/04.po,99,443,345,0,0,4,46,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/00.po,362,718,665,0,0,1205,14976,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/01.po,1572,2974,2778,0,0,3915,48988,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/02.po,631,1153,1173,0,0,1551,27969,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/04.po,231,930,825,0,0,82,1141,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/05.po,101,991,775,0,0,95,1349,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/07.po,4,29,22,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/simpress/00.po,152,849,849,0,0,11,53,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/simpress/01.po,351,752,839,0,0,695,7762,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/simpress/02.po,436,1585,1581,0,0,224,4924,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/simpress/04.po,182,864,772,0,0,57,274,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/smath/00.po,54,228,203,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/smath/01.po,258,407,423,0,0,1293,13452,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/smath/02.po,6,97,72,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/smath/04.po,25,130,104,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter/00.po,208,1026,1000,0,0,102,792,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter/01.po,1042,1613,1737,0,0,2304,32180,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter/02.po,366,2437,2147,0,0,60,613,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter/04.po,235,1080,960,0,0,19,196,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sbasic/shared/01.po,67,465,394,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sbasic/shared/02.po,198,1482,1320,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sbasic/shared/03.po,47,145,139,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc/00.po,197,924,975,0,0,4,21,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc/01.po,1929,15996,13393,0,0,5566,57159,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc/02.po,123,810,666,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc/04.po,187,1497,1207,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc/05.po,137,853,757,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc/06.po,1,3,3,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/schart/00.po,60,347,356,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/schart/01.po,972,11826,9754,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/schart/02.po,25,117,97,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/schart/04.po,32,133,117,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sdraw/00.po,2,8,8,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sdraw/01.po,3,12,11,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sdraw/04.po,103,489,438,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/00.po,1553,15574,14257,0,0,14,120,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/01.po,4207,36352,29783,0,0,1280,15610,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/02.po,743,6507,5435,0,0,1439,22615,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/04.po,313,2071,1726,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/05.po,196,2340,1851,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/06.po,3,7,9,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/07.po,7,82,60,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/simpress/00.po,163,902,881,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/simpress/01.po,1046,8514,6934,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/simpress/02.po,660,6509,5599,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/simpress/04.po,239,1138,1012,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/smath/00.po,66,355,371,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/smath/01.po,1551,13859,13642,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/smath/02.po,6,97,110,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/smath/04.po,26,135,118,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/smath/06.po,9,21,30,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter/00.po,310,1818,1744,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter/01.po,3346,33793,27011,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter/02.po,426,3050,2569,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter/04.po,254,1276,1186,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sbasic/shared/01.po,57,336,452,0,0,10,129,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sbasic/shared/02.po,183,1139,1466,0,0,15,343,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc/00.po,61,152,224,0,0,140,793,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc/01.po,5504,48601,58538,0,0,1991,24554,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc/02.po,116,782,1048,0,0,7,28,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc/04.po,169,1264,1476,0,0,18,233,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc/05.po,82,672,855,0,0,55,181,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/schart/00.po,47,249,391,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/schart/01.po,828,9773,12092,0,0,144,2053,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/schart/02.po,25,117,186,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/schart/04.po,32,133,204,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sdraw/00.po,2,8,10,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sdraw/01.po,3,12,13,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sdraw/04.po,101,455,575,0,0,2,34,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/00.po,770,6654,9327,0,0,797,9040,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/01.po,3659,28285,36732,0,0,1828,23677,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/02.po,1694,19239,24927,0,0,488,9883,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/04.po,234,960,1230,0,0,79,1111,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/05.po,103,1011,1340,0,0,93,1329,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/07.po,4,29,30,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/simpress/00.po,154,873,1204,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/simpress/01.po,857,6356,8379,0,0,189,2158,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/simpress/02.po,648,6360,8122,0,0,12,149,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/simpress/04.po,185,900,1102,0,0,54,238,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/smath/00.po,53,224,325,0,0,13,131,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/smath/01.po,1056,11356,13918,0,0,495,2503,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/smath/02.po,6,97,119,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/smath/04.po,25,130,141,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter/00.po,210,1037,1490,0,0,100,781,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter/01.po,2630,24157,30684,0,0,716,9636,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter/02.po,366,2437,3058,0,0,60,613,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter/04.po,241,1158,1483,0,0,13,118,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sbasic/shared/01.po,67,465,94,0,0,0,0,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sbasic/shared/02.po,198,1482,244,0,0,0,0,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sbasic/shared/03.po,47,145,93,0,0,0,0,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc/00.po,201,945,459,0,0,0,0,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc/01.po,6656,61055,16007,95,2372,744,9728,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc/02.po,123,810,194,0,0,0,0,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc/04.po,187,1497,290,0,0,0,0,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc/05.po,137,853,279,0,0,0,0,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc/06.po,1,3,2,0,0,0,0,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/schart/00.po,60,347,170,0,0,0,0,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/schart/01.po,972,11826,1771,0,0,0,0,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/schart/02.po,25,117,28,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/schart/04.po,32,133,41,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sdraw/00.po,2,8,2,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sdraw/01.po,3,12,3,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sdraw/04.po,103,489,161,0,0,0,0,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/00.po,1567,15694,4432,0,0,0,0,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/01.po,5487,51962,8876,0,0,0,0,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/02.po,2522,37155,4158,0,0,0,0,2522,37155,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/04.po,313,2071,434,0,0,0,0,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/05.po,196,2340,321,0,0,0,0,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/06.po,3,7,5,0,0,0,0,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/07.po,7,82,25,0,0,0,0,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/simpress/00.po,163,902,339,0,0,0,0,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/simpress/01.po,1046,8514,1444,0,0,0,0,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/simpress/02.po,660,6509,925,0,0,0,0,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/simpress/04.po,239,1138,347,0,0,0,0,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/smath/00.po,66,355,123,0,0,0,0,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/smath/01.po,1551,13859,2778,0,0,0,0,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/smath/02.po,6,97,10,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/smath/04.po,26,135,42,0,0,0,0,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/smath/06.po,9,21,10,0,0,0,0,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter/00.po,310,1818,753,0,0,0,0,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter/01.po,3346,33793,4757,0,0,0,0,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter/02.po,426,3050,686,0,0,0,0,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter/04.po,254,1276,406,0,0,0,0,254,1276,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sbasic/shared/01.po,63,408,91,0,0,4,57,67,465,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sbasic/shared/02.po,195,1404,262,0,0,3,78,198,1482,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc/00.po,62,153,105,0,0,139,792,201,945,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc/01.po,5680,50268,14910,0,0,1815,22887,7495,73155,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc/02.po,117,795,191,0,0,6,15,123,810,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc/04.po,169,1264,237,0,0,18,233,187,1497,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc/05.po,85,705,175,0,0,52,148,137,853,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc/06.po,0,0,0,0,0,1,3,1,3,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/schart/00.po,47,249,193,0,0,13,98,60,347,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/schart/01.po,831,9897,1720,0,0,141,1929,972,11826,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/schart/02.po,25,117,28,0,0,0,0,25,117,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/schart/04.po,32,133,41,0,0,0,0,32,133,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sdraw/00.po,2,8,2,0,0,0,0,2,8,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sdraw/01.po,3,12,3,0,0,0,0,3,12,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sdraw/04.po,102,486,149,0,0,1,3,103,489,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/00.po,776,6562,1556,0,0,791,9132,1567,15694,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/01.po,3686,29029,5804,0,0,1801,22933,5487,51962,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/02.po,1704,19334,2810,0,0,478,9788,2182,29122,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/04.po,234,960,271,0,0,79,1111,313,2071,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/05.po,107,1112,174,0,0,89,1228,196,2340,05.po,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/06.po,0,0,0,0,0,3,7,3,7,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/07.po,4,29,9,0,0,3,53,7,82,07.po,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress/00.po,154,873,382,0,0,9,29,163,902,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress/01.po,865,6507,1274,0,0,181,2007,1046,8514,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress/02.po,658,6451,1015,0,0,2,58,660,6509,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress/04.po,194,976,269,0,0,45,162,239,1138,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/00.po,54,228,105,0,0,12,127,66,355,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/01.po,1051,11443,2840,0,0,500,2416,1551,13859,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/02.po,6,97,17,0,0,0,0,6,97,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/04.po,25,130,35,0,0,1,5,26,135,04.po,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/00.po,214,1080,558,0,0,96,738,310,1818,00.po,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/01.po,2669,24832,4110,0,0,677,8961,3346,33793,01.po,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/02.po,370,2480,616,0,0,56,570,426,3050,02.po,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/04.po,247,1206,323,0,0,7,70,254,1276,04.po,,04, diff --git a/results/f30/0.error.len(language)>3.csv b/results/f30/0.error.len(language)>3.csv deleted file mode 100644 index b6763ba..0000000 --- a/results/f30/0.error.len(language)>3.csv +++ /dev/null @@ -1,12594 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory -boost-1.69.0-6.fc30.src.rpm.stats.csv,tools/build/example/gettext/russian.po,1,1,2,0,0,0,0,1,1,russian.po,,russian, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/tr/messages.po,86,693,680,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/sv/messages.po,86,693,685,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/sr/messages.po,86,693,700,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/sl/messages.po,85,693,694,0,0,1,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/sk/messages.po,86,693,717,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/ru/messages.po,86,693,676,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/pt_pt/messages.po,86,693,699,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/pt_br/messages.po,86,693,768,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/pl/messages.po,86,693,688,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/oc/messages.po,86,693,734,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/nl/messages.po,86,693,716,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/nb/messages.po,85,693,692,0,0,1,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/ko/messages.po,86,693,705,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/it/messages.po,86,693,746,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/id/messages.po,86,693,696,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/hu/messages.po,86,693,693,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/hr/messages.po,86,693,688,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/gl/messages.po,86,693,777,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/gd/messages.po,86,693,797,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/fr/messages.po,86,693,784,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/fi/messages.po,86,693,676,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/et/messages.po,86,693,696,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/es/messages.po,86,693,775,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/en/messages.po,85,693,693,0,0,1,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/el/messages.po,86,693,718,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/de/messages.po,86,693,712,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/da/messages.po,86,693,695,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/cs/messages.po,86,693,703,0,0,0,0,86,693,messages.po,,messages, -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,extension/_locales/ca/messages.po,86,693,768,0,0,0,0,86,693,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/accessibility/messages.po,8,10,11,0,0,3,17,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/avmedia/messages.po,21,44,36,0,0,1,1,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/basctl/messages.po,114,269,219,3,4,38,338,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/basic/messages.po,94,347,285,2,7,39,195,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/chart2/messages.po,289,488,459,3,3,328,877,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/messages.po,9,52,29,1,6,96,989,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/cui/messages.po,1505,2562,2304,49,97,789,2899,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dbaccess/messages.po,399,1074,859,39,106,374,3330,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/desktop/messages.po,74,173,147,3,5,85,1047,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/en/dialog.po,1,1,1,1,2,35,173,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/hu_hu/dialog.po,3,4,4,2,2,27,65,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/ru_ru/dialog.po,10,18,14,0,0,4,8,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/editeng/messages.po,159,322,300,6,16,100,318,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/extensions/messages.po,275,468,441,15,31,373,1600,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/extras/source/autocorr/emoji.po,434,455,538,27,27,1114,1335,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/extras/source/gallery/share.po,11,14,12,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/filter/messages.po,86,182,170,5,8,131,628,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/filter/source/config/fragments/filters.po,134,482,487,5,10,81,240,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/filter/source/config/fragments/internalgraphicfilters.po,25,91,91,0,0,13,48,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/filter/source/config/fragments/types.po,16,59,64,0,0,22,62,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/forms/messages.po,26,84,58,1,7,31,239,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/formula/messages.po,116,122,122,17,17,305,375,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/fpicker/messages.po,47,87,83,1,1,13,75,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/framework/messages.po,17,33,32,0,0,12,177,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/librelogo/source/pythonpath.po,87,107,101,9,9,42,57,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,1,4,4,0,0,1,17,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/nlpsolver/src/locale.po,25,41,41,0,0,16,64,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/officecfg/registry/data/org/openoffice.po,2,7,7,0,0,7,21,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/officecfg/registry/data/org/openoffice/office.po,256,318,306,112,135,940,1388,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/readlicense_oo/docs.po,12,57,57,0,0,91,2346,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/reportbuilder/java/org/libreoffice/report/function/metadata.po,2,6,3,0,0,4,14,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/reportdesign/messages.po,139,219,207,4,8,115,390,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/sc/messages.po,1573,2504,2274,77,134,3036,17622,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scaddins/messages.po,263,529,430,27,66,611,2593,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/sccomp/messages.po,6,24,18,0,0,8,41,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/base.po,4,8,9,1,3,5,33,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/calc.po,7,18,22,6,19,9,57,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/draw.po,29,94,94,4,11,8,44,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/extensions.po,7,21,19,1,1,8,43,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/graphicfilter.po,28,91,90,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/impress.po,10,25,25,6,19,5,37,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/math.po,6,29,23,1,3,3,10,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/onlineupdate.po,1,2,2,0,0,1,11,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/python.po,1,1,1,0,0,1,6,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/writer.po,17,51,51,3,10,7,53,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/sd/messages.po,408,703,672,58,110,853,2138,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/sfx2/messages.po,240,429,391,19,28,322,1769,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/starmath/messages.po,257,401,369,33,85,215,482,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/svtools/messages.po,229,549,495,10,19,675,2043,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/svx/messages.po,860,1490,1388,67,148,1919,5586,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/sw/messages.po,1649,2664,2633,90,129,1702,4947,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/swext/mediawiki/help.po,32,73,63,0,0,57,1331,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,21,38,34,0,0,11,143,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/sysui/desktop/share.po,60,192,205,0,0,6,85,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/uui/messages.po,56,199,150,1,3,100,1352,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/vcl/messages.po,141,211,199,11,13,204,513,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/wizards/messages.po,119,225,164,4,6,142,811,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/wizards/source/resources.po,243,520,405,11,44,300,1722,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/writerperfect/messages.po,10,18,18,0,0,20,47,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/xmlsecurity/messages.po,71,186,146,0,0,20,238,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/accessibility/messages.po,8,14,14,1,1,2,12,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/avmedia/messages.po,19,33,35,0,0,3,12,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/basctl/messages.po,94,388,388,37,54,24,169,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/basic/messages.po,18,52,51,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/chart2/messages.po,547,1151,935,18,57,55,160,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/messages.po,96,942,967,6,48,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/cui/messages.po,744,1485,1427,653,1076,946,2997,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dbaccess/messages.po,407,2456,2401,247,1315,158,739,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/desktop/messages.po,106,795,828,28,175,28,255,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/hu_hu/dialog.po,2,2,2,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/ru_ru/dialog.po,3,3,3,2,4,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/editeng/messages.po,234,561,555,18,61,13,34,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/extensions/messages.po,400,970,850,208,827,55,302,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/extras/source/autocorr/emoji.po,43,39,39,186,178,1346,1600,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/extras/source/gallery/share.po,10,13,12,0,0,2,2,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/filter/messages.po,52,205,188,31,61,139,552,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/filter/source/config/fragments/filters.po,81,280,242,10,25,129,427,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/filter/source/config/fragments/internalgraphicfilters.po,35,127,124,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/filter/source/config/fragments/types.po,16,46,39,2,7,20,68,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/forms/messages.po,54,314,322,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/formula/messages.po,306,309,308,61,87,71,118,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/fpicker/messages.po,31,88,79,15,34,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/framework/messages.po,17,163,153,6,14,6,33,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/librelogo/source/pythonpath.po,19,21,21,42,44,77,108,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/nlpsolver/src/locale.po,10,10,11,3,4,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/officecfg/registry/data/org/openoffice/office.po,1192,1279,1236,4,7,112,555,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/readlicense_oo/docs.po,19,219,209,0,0,84,2184,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/reportbuilder/java/org/libreoffice/report/function/metadata.po,1,1,1,0,0,5,19,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/reportdesign/messages.po,186,440,411,57,137,15,40,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/sc/messages.po,2257,11179,10377,1011,2984,1418,6097,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scaddins/messages.po,781,2471,2393,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/sccomp/messages.po,11,47,43,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/activex.po,1,2,1,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/base.po,8,40,38,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/calc.po,15,49,39,3,29,4,16,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/draw.po,11,45,36,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/gnome.po,1,2,1,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/graphicfilter.po,28,91,46,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/impress.po,17,67,52,1,4,3,10,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/math.po,9,39,33,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/onlineupdate.po,2,13,15,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/writer.po,19,56,34,0,0,8,58,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/sd/messages.po,419,1043,1012,325,556,575,1352,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/sfx2/messages.po,192,523,519,139,430,250,1273,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/starmath/messages.po,275,477,433,104,148,126,343,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/svtools/messages.po,559,1460,1367,71,144,284,1007,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/svx/messages.po,1472,3375,3032,559,1299,815,2550,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/sw/messages.po,1279,2118,2020,1055,1990,1107,3632,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/swext/mediawiki/help.po,44,304,289,24,702,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,170,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/sysui/desktop/share.po,43,153,104,10,52,13,72,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/uui/messages.po,87,804,835,23,136,47,614,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/vcl/messages.po,151,225,209,47,104,158,408,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/wizards/messages.po,229,985,959,12,13,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/wizards/source/resources.po,470,1917,1871,34,192,50,177,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/xmlsecurity/messages.po,21,40,37,17,118,53,266,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/accessibility/messages.po,11,27,29,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/avmedia/messages.po,22,45,43,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/basctl/messages.po,155,611,575,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/basic/messages.po,135,549,593,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/chart2/messages.po,620,1368,1595,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/messages.po,106,1047,891,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/cui/messages.po,2341,5556,6092,0,0,2,2,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dbaccess/messages.po,812,4510,3899,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/desktop/messages.po,162,1225,1016,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/en/dialog.po,37,176,190,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/hu_hu/dialog.po,32,71,71,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/ru_ru/dialog.po,14,26,30,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/editeng/messages.po,265,656,828,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/extensions/messages.po,663,2099,2042,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/extras/source/autocorr/emoji.po,1058,1243,1432,0,0,517,574,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/extras/source/gallery/share.po,11,14,16,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/filter/messages.po,222,818,849,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/filter/source/config/fragments/filters.po,220,732,748,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/filter/source/config/fragments/types.po,38,121,125,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/forms/messages.po,58,330,265,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/formula/messages.po,426,502,862,0,0,0,0,426,502,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/fpicker/messages.po,61,163,168,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/framework/messages.po,29,210,195,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/auxiliary.po,105,302,384,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sbasic/guide.po,100,1293,1243,0,0,3,52,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sbasic/shared.po,4126,33357,32837,0,0,379,2074,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc.po,187,986,1008,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/scalc/guide.po,1460,21281,19892,0,0,9,312,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/schart.po,96,931,885,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sdraw.po,123,732,714,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/sdraw/guide.po,275,3072,2760,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared.po,245,2167,2034,0,0,5,141,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/autokorr.po,48,420,353,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/autopi.po,887,8394,7626,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/explorer/database.po,1544,16165,15065,0,0,97,2692,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/guide.po,2494,35802,34655,0,0,22,641,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/help.po,76,109,110,0,0,2,8,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/menu.po,16,120,132,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/shared/optionen.po,1893,22145,21213,0,0,41,1206,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/simpress.po,199,1395,1313,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/simpress/guide.po,765,10243,9716,0,0,2,39,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/smath.po,60,739,719,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/smath/guide.po,104,1193,1162,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter.po,331,2836,2735,0,0,5,110,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter/guide.po,2143,27900,26772,0,0,1,37,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter/librelogo.po,326,3019,3361,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/helpcontent2/source/text/swriter/menu.po,17,96,110,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/librelogo/source/pythonpath.po,138,173,246,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/nlpsolver/src/locale.po,41,105,114,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/officecfg/registry/data/org/openoffice.po,9,28,36,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/officecfg/registry/data/org/openoffice/office.po,1308,1841,3081,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/readlicense_oo/docs.po,87,1857,1812,0,0,16,546,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/reportdesign/messages.po,258,617,679,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/sc/messages.po,4645,20072,17775,0,0,41,188,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scaddins/messages.po,900,3187,3209,0,0,0,0,900,3187,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/sccomp/messages.po,14,65,63,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/base.po,10,44,44,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/calc.po,22,94,95,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/draw.po,41,149,149,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/extensions.po,16,65,69,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/graphicfilter.po,30,101,103,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/impress.po,21,81,82,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/onlineupdate.po,2,13,14,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/python.po,2,7,10,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/writer.po,27,114,118,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/sd/messages.po,1319,2951,3212,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/sfx2/messages.po,577,2096,2015,0,0,4,130,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/starmath/messages.po,505,968,1206,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/svtools/messages.po,914,2611,2618,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/svx/messages.po,2846,7224,7877,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/sw/messages.po,3438,7734,8620,0,0,1,3,3439,7737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/swext/mediawiki/help.po,89,1404,1320,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,151,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/sysui/desktop/share.po,66,277,288,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/uui/messages.po,157,1554,1448,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/vcl/messages.po,292,576,626,0,0,64,161,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/wizards/messages.po,265,1042,982,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/wizards/source/resources.po,554,2286,2192,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/writerperfect/messages.po,30,65,76,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/xmlsecurity/messages.po,91,424,416,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/accessibility/messages.po,1,1,1,0,0,10,26,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/avmedia/messages.po,16,26,29,0,0,6,19,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/basctl/messages.po,7,7,8,11,14,137,590,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/basic/messages.po,1,1,1,0,0,134,548,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/chart2/messages.po,39,39,55,90,144,491,1185,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/messages.po,0,0,0,1,4,105,1043,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/cui/messages.po,170,180,215,257,321,1916,5057,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dbaccess/messages.po,24,31,34,59,86,729,4393,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/desktop/messages.po,2,2,2,6,6,154,1217,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/hu_hu/dialog.po,0,0,0,1,1,31,70,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/ru_ru/dialog.po,0,0,0,0,0,14,26,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/editeng/messages.po,11,12,12,15,19,239,625,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/extensions/messages.po,50,53,77,61,80,552,1966,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/extras/source/autocorr/emoji.po,1,1,1,49,31,1525,1785,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/extras/source/gallery/share.po,1,1,1,0,0,11,14,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/filter/messages.po,7,7,7,10,10,205,801,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/filter/source/config/fragments/filters.po,6,13,14,1,3,213,716,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/filter/source/config/fragments/types.po,0,0,0,0,0,38,121,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/forms/messages.po,3,3,3,3,3,52,324,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/formula/messages.po,9,9,9,12,13,417,492,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/fpicker/messages.po,3,4,5,4,4,54,155,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/framework/messages.po,0,0,0,1,1,28,209,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/librelogo/source/pythonpath.po,1,1,1,13,13,124,159,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/nlpsolver/src/locale.po,6,6,6,5,5,30,94,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/officecfg/registry/data/org/openoffice/office.po,286,327,339,891,928,131,586,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/reportdesign/messages.po,18,18,30,45,65,195,534,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/sc/messages.po,568,1972,2143,2295,11350,1823,6938,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scaddins/messages.po,49,49,49,16,18,836,3121,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/base.po,0,0,0,1,2,9,42,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/calc.po,1,1,3,3,4,18,89,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/draw.po,0,0,0,3,4,38,145,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/extensions.po,0,0,0,0,0,16,65,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/impress.po,1,1,1,2,2,18,78,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/math.po,0,0,0,2,3,8,39,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/writer.po,1,2,2,3,6,23,106,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/sd/messages.po,81,88,113,129,185,1109,2678,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/sfx2/messages.po,36,37,40,52,59,493,2130,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/starmath/messages.po,19,19,21,48,55,438,894,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/svtools/messages.po,26,26,31,43,59,845,2526,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/svx/messages.po,156,169,200,188,246,2502,6809,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/sw/messages.po,313,330,425,517,675,2611,6735,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/swext/mediawiki/help.po,2,2,2,2,2,85,1400,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,5,1,1,26,175,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/sysui/desktop/share.po,2,3,7,2,3,62,271,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/uui/messages.po,1,2,2,2,2,154,1550,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/vcl/messages.po,30,33,34,42,64,284,640,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/wizards/messages.po,23,23,33,20,21,222,998,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/wizards/source/resources.po,32,35,38,36,49,486,2202,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/writerperfect/messages.po,0,0,0,2,4,28,61,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/xmlsecurity/messages.po,5,7,5,4,5,82,412,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/avmedia/messages.po,22,45,40,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/basctl/messages.po,155,611,517,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/basic/messages.po,135,549,542,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/chart2/messages.po,541,1197,1210,32,55,47,116,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/messages.po,105,1033,876,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,8,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/cui/messages.po,2177,5153,5081,62,121,104,284,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dbaccess/messages.po,767,4289,3511,9,36,36,185,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/desktop/messages.po,160,1172,973,0,0,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/en/dialog.po,37,176,193,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/hu_hu/dialog.po,32,71,80,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/ru_ru/dialog.po,13,25,30,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/editeng/messages.po,265,656,719,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/extensions/messages.po,575,1784,1661,77,283,11,32,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/extras/source/autocorr/emoji.po,914,1045,1142,47,53,614,719,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/extras/source/gallery/share.po,11,14,13,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/filter/messages.po,200,744,679,9,22,13,52,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/filter/source/config/fragments/filters.po,154,528,581,16,58,50,146,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po,36,131,150,2,8,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/filter/source/config/fragments/types.po,22,71,75,3,13,13,37,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/forms/messages.po,58,330,306,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/formula/messages.po,333,340,339,45,67,60,107,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/fpicker/messages.po,57,155,145,1,4,3,4,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/framework/messages.po,23,196,160,6,14,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/auxiliary.po,89,256,271,1,3,15,43,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sbasic/guide.po,74,867,833,0,0,29,478,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sbasic/shared.po,752,1162,1122,0,0,3753,34269,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc.po,92,151,157,0,0,95,835,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/scalc/guide.po,5,6,6,0,0,1464,21587,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/schart.po,0,0,0,0,0,96,931,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sdraw.po,49,103,100,0,0,74,629,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/sdraw/guide.po,15,136,104,0,0,260,2936,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared.po,6,21,20,0,0,244,2287,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/autokorr.po,36,254,171,0,0,12,166,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/autopi.po,17,23,23,0,0,870,8371,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/explorer/database.po,40,40,42,0,0,1601,18817,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/guide.po,13,34,29,0,0,2503,36409,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/shared/optionen.po,54,55,55,0,0,1880,23296,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/simpress.po,63,91,78,0,0,136,1304,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/simpress/guide.po,2,3,3,0,0,765,10279,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/smath.po,55,608,470,0,0,5,131,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/smath/guide.po,1,1,1,1,1,102,1191,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter.po,74,145,143,0,0,262,2801,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter/guide.po,8,13,12,0,0,2136,27924,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter/librelogo.po,2,2,2,0,0,324,3017,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/librelogo/source/pythonpath.po,135,170,168,0,0,3,3,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,19,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/nlpsolver/src/locale.po,41,105,107,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/officecfg/registry/data/org/openoffice/office.po,1290,1777,1792,3,14,15,50,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/readlicense_oo/docs.po,92,1954,1693,0,0,11,449,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/reportdesign/messages.po,242,574,568,16,43,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/sc/messages.po,3151,14337,11722,746,2060,789,3863,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scaddins/messages.po,877,3041,2349,15,31,9,116,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/sccomp/messages.po,12,51,50,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/activex.po,2,16,15,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/base.po,10,44,40,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/calc.po,22,94,103,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/draw.po,25,89,90,0,0,16,60,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/extensions.po,16,65,70,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/graphicfilter.po,30,101,100,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/impress.po,21,81,85,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/writer.po,26,109,100,0,0,1,5,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/sd/messages.po,853,2205,2052,173,238,293,508,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/sfx2/messages.po,514,1886,1677,29,40,38,300,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/starmath/messages.po,436,747,758,15,38,54,183,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/svtools/messages.po,825,2406,2346,11,15,78,190,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/svx/messages.po,2320,5945,5843,260,514,266,765,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/sw/messages.po,2811,6177,6197,253,470,377,1093,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/swext/mediawiki/help.po,68,978,793,6,211,15,215,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,137,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/sysui/desktop/share.po,66,277,286,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/uui/messages.po,148,1322,1157,0,0,9,232,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/vcl/messages.po,273,534,516,0,0,83,203,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/wizards/messages.po,261,1032,876,4,10,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/wizards/source/resources.po,480,2027,1711,67,208,7,51,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/writerperfect/messages.po,22,45,47,0,0,8,20,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/xmlsecurity/messages.po,88,420,370,1,1,2,3,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/accessibility/messages.po,11,27,31,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/avmedia/messages.po,17,27,29,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/basctl/messages.po,132,540,551,21,39,2,32,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/basic/messages.po,17,49,55,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/chart2/messages.po,357,755,872,137,249,126,364,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/messages.po,104,1017,845,0,0,2,30,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/cui/messages.po,1324,3088,3617,622,1236,397,1234,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dbaccess/messages.po,559,3170,3056,226,1225,27,115,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/desktop/messages.po,126,705,684,26,395,10,125,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/en/dialog.po,37,176,188,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/hu_hu/dialog.po,32,71,72,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/ru_ru/dialog.po,13,25,26,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/editeng/messages.po,258,641,694,3,4,4,11,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/extensions/messages.po,436,1357,1384,194,628,33,114,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/extras/source/autocorr/emoji.po,55,47,47,201,198,1319,1572,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/filter/messages.po,80,281,302,37,79,105,458,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/filter/source/config/fragments/filters.po,105,380,380,18,62,97,290,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/filter/source/config/fragments/types.po,24,80,80,1,5,13,36,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/forms/messages.po,57,321,296,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/formula/messages.po,390,438,443,20,26,28,50,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/fpicker/messages.po,31,88,107,19,43,11,32,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/framework/messages.po,20,184,151,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/librelogo/source/pythonpath.po,137,170,183,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/nlpsolver/src/locale.po,41,105,116,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/officecfg/registry/data/org/openoffice.po,8,25,25,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/officecfg/registry/data/org/openoffice/office.po,1233,1420,2457,11,26,64,395,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/readlicense_oo/docs.po,88,1760,1628,1,85,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/reportdesign/messages.po,204,489,456,51,125,3,3,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/sc/messages.po,2822,13161,11611,958,2632,906,4467,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scaddins/messages.po,881,3056,3125,15,31,5,101,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/sccomp/messages.po,12,51,42,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/base.po,10,44,48,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/calc.po,21,89,93,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/draw.po,41,149,153,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/extensions.po,16,65,72,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/graphicfilter.po,30,101,99,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/impress.po,21,81,85,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/onlineupdate.po,2,13,9,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/writer.po,27,114,118,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/sd/messages.po,718,1779,1921,302,575,299,597,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/sfx2/messages.po,259,744,815,149,496,173,986,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/starmath/messages.po,311,533,533,93,135,99,298,503,966,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/svtools/messages.po,770,1983,1945,55,349,89,279,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/svx/messages.po,1789,4064,4339,533,1268,524,1892,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/sw/messages.po,1766,3350,3904,904,1807,771,2583,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/swext/mediawiki/help.po,47,353,313,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,5,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,168,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/sysui/desktop/share.po,64,257,253,2,20,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/uui/messages.po,122,1088,957,18,150,17,316,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/vcl/messages.po,239,451,552,23,57,94,229,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/wizards/messages.po,259,1032,1067,5,9,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/wizards/source/resources.po,491,1998,2008,54,225,9,63,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/writerperfect/messages.po,1,2,2,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/xmlsecurity/messages.po,55,223,211,18,131,18,70,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/accessibility/messages.po,11,27,29,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/avmedia/messages.po,21,44,47,1,1,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/basctl/messages.po,118,431,447,21,30,16,150,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/basic/messages.po,18,52,53,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/chart2/messages.po,364,763,890,132,240,124,365,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/messages.po,103,1005,1039,0,0,3,42,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,7,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/cui/messages.po,1433,3352,3697,584,1121,326,1085,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dbaccess/messages.po,480,2884,3082,230,1230,102,396,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/desktop/messages.po,111,643,669,34,405,17,177,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/en/dialog.po,37,176,194,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/hu_hu/dialog.po,32,71,77,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/ru_ru/dialog.po,13,25,28,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/editeng/messages.po,253,628,756,5,8,7,20,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/extensions/messages.po,418,1088,1201,207,789,38,222,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/extras/source/autocorr/emoji.po,55,48,48,205,203,1315,1566,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/extras/source/gallery/share.po,11,14,15,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/filter/messages.po,160,538,588,38,107,24,173,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/filter/source/config/fragments/filters.po,153,528,626,12,44,55,160,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po,37,135,157,0,0,1,4,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/filter/source/config/fragments/types.po,24,80,100,1,5,13,36,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/forms/messages.po,57,321,338,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/formula/messages.po,356,377,383,35,50,47,87,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/fpicker/messages.po,31,88,91,18,42,12,33,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/framework/messages.po,20,184,180,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/auxiliary.po,92,266,320,0,0,13,36,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sbasic/guide.po,89,1185,1270,0,0,14,160,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sbasic/shared.po,3553,29607,29498,0,0,952,5824,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc.po,178,940,1015,0,0,9,46,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/scalc/guide.po,1338,18990,19080,0,0,131,2603,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/schart.po,87,794,900,0,0,9,137,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sdraw.po,120,718,750,0,0,3,14,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/sdraw/guide.po,259,2780,2958,0,0,16,292,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared.po,218,1962,1988,0,0,32,346,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/autokorr.po,48,420,396,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/autopi.po,755,6555,6789,0,0,132,1839,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/explorer/database.po,1469,14596,15433,0,0,172,4261,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/guide.po,2082,29179,30402,0,0,434,7264,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/shared/optionen.po,1325,12663,13216,0,0,609,10688,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/simpress.po,185,1314,1408,0,0,14,81,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/simpress/guide.po,603,7994,8319,0,0,164,2288,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/smath.po,56,609,655,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/smath/guide.po,96,1031,1030,0,0,8,162,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter.po,217,1414,1495,0,0,119,1532,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter/guide.po,1929,24096,24381,0,0,215,3841,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter/librelogo.po,39,40,41,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/librelogo/source/pythonpath.po,134,167,166,2,4,2,2,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,23,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/nlpsolver/src/locale.po,41,105,127,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/officecfg/registry/data/org/openoffice.po,8,25,36,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/officecfg/registry/data/org/openoffice/office.po,1278,1726,1797,9,51,21,64,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/readlicense_oo/docs.po,88,1760,1788,1,85,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,17,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/reportdesign/messages.po,203,485,527,51,127,4,5,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/sc/messages.po,3123,14208,14354,785,2265,778,3787,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scaddins/messages.po,880,3053,2943,15,31,6,104,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/sccomp/messages.po,11,47,53,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/base.po,10,44,49,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/calc.po,21,89,121,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/draw.po,41,149,194,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/extensions.po,16,65,82,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/graphicfilter.po,30,101,104,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/impress.po,21,81,96,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/python.po,2,7,10,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/writer.po,27,114,139,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/sd/messages.po,714,1763,1921,290,553,315,635,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/sfx2/messages.po,296,866,894,139,500,146,860,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/starmath/messages.po,406,762,855,63,101,36,105,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/svtools/messages.po,752,1936,2082,60,368,102,307,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/svx/messages.po,1910,4477,4951,498,1203,438,1544,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/sw/messages.po,2257,4668,5246,681,1534,503,1538,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/swext/mediawiki/help.po,47,353,353,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,165,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/sysui/desktop/share.po,64,257,332,2,20,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/uui/messages.po,106,1003,1020,18,133,33,418,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/vcl/messages.po,222,412,427,20,45,114,280,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/wizards/messages.po,257,1034,1104,7,7,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/wizards/source/resources.po,506,2018,2024,38,192,10,76,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/writerperfect/messages.po,1,2,3,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/xmlsecurity/messages.po,48,204,213,23,144,20,76,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/avmedia/messages.po,17,37,35,1,1,4,7,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/basctl/messages.po,146,484,440,6,17,3,110,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/basic/messages.po,23,52,51,6,20,106,477,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/chart2/messages.po,7,7,7,31,34,582,1327,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/cui/messages.po,98,123,129,175,240,2070,5195,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dbaccess/messages.po,28,41,36,26,28,758,4441,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/desktop/messages.po,116,761,668,7,49,39,415,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/hu_hu/dialog.po,0,0,0,0,0,32,71,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/ru_ru/dialog.po,0,0,0,0,0,14,26,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/editeng/messages.po,4,4,4,8,8,253,644,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/extensions/messages.po,21,29,30,30,41,612,2029,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/extras/source/autocorr/emoji.po,294,310,319,86,85,1195,1422,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/extras/source/gallery/share.po,5,7,7,0,0,7,8,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/filter/messages.po,6,7,7,9,10,207,801,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/filter/source/config/fragments/filters.po,0,0,0,0,0,220,732,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/filter/source/config/fragments/types.po,0,0,0,0,0,38,121,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/forms/messages.po,5,11,14,0,0,53,319,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/formula/messages.po,3,3,3,0,0,435,511,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/fpicker/messages.po,5,9,9,9,15,47,139,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/framework/messages.po,17,44,48,6,14,6,152,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/librelogo/source/pythonpath.po,9,11,11,12,14,117,148,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/nlpsolver/src/locale.po,1,1,1,0,0,40,104,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/officecfg/registry/data/org/openoffice/office.po,37,40,40,92,100,1179,1701,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/reportdesign/messages.po,10,12,13,16,20,232,585,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/sc/messages.po,158,174,176,176,196,4352,19890,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scaddins/messages.po,5,5,5,3,3,893,3180,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/sccomp/messages.po,12,51,49,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/base.po,0,0,0,0,0,10,44,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/calc.po,0,0,0,2,3,20,91,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/draw.po,0,0,0,2,3,39,146,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/extensions.po,2,4,4,0,0,14,61,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/impress.po,0,0,0,2,3,19,78,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/math.po,0,0,0,2,3,8,39,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/winexplorerext.po,1,3,3,0,0,1,15,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/writer.po,0,0,0,1,1,26,113,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/sd/messages.po,36,43,46,82,95,1201,2813,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/sfx2/messages.po,25,29,30,43,48,513,2149,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/starmath/messages.po,35,35,36,34,40,436,893,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/svtools/messages.po,17,21,23,29,46,868,2544,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/svx/messages.po,71,80,87,124,142,2651,7002,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/sw/messages.po,120,140,149,277,331,3044,7269,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/swext/mediawiki/help.po,3,3,3,0,0,86,1401,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,3,3,3,4,4,25,174,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/sysui/desktop/share.po,1,2,2,2,3,63,272,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/uui/messages.po,19,60,58,6,12,132,1482,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/vcl/messages.po,14,17,17,33,35,309,685,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/wizards/messages.po,5,5,5,14,14,246,1023,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/wizards/source/resources.po,11,11,12,24,33,519,2242,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/writerperfect/messages.po,0,0,0,1,1,29,64,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/xmlsecurity/messages.po,5,5,5,3,3,83,416,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/avmedia/messages.po,22,45,39,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/basctl/messages.po,155,611,526,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/basic/messages.po,135,549,528,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/chart2/messages.po,617,1340,1349,0,0,3,28,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/messages.po,105,1033,923,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/cui/messages.po,2249,5315,5076,0,0,94,243,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dbaccess/messages.po,804,4474,3840,0,0,8,36,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/desktop/messages.po,160,1172,968,0,0,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/en/dialog.po,37,176,166,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/hu_hu/dialog.po,32,71,71,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/pt_br/dialog.po,2,5,4,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/ru_ru/dialog.po,13,25,28,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/editeng/messages.po,265,656,644,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/extensions/messages.po,658,2078,1860,0,0,5,21,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/extras/source/autocorr/emoji.po,1575,1817,1823,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/extras/source/gallery/share.po,11,14,12,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/filter/messages.po,222,818,766,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/filter/source/config/fragments/filters.po,196,667,677,0,0,24,65,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/filter/source/config/fragments/types.po,28,95,99,0,0,10,26,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/forms/messages.po,58,330,267,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/formula/messages.po,372,401,400,24,36,42,77,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/fpicker/messages.po,58,159,144,0,0,3,4,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/framework/messages.po,29,210,167,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/librelogo/source/pythonpath.po,105,140,134,12,12,21,21,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,20,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/nlpsolver/src/locale.po,22,41,36,11,42,8,22,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/officecfg/registry/data/org/openoffice.po,8,25,26,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/officecfg/registry/data/org/openoffice/office.po,1275,1647,1635,20,51,13,143,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/readlicense_oo/docs.po,60,939,839,21,709,22,755,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/reportdesign/messages.po,258,617,596,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/sc/messages.po,3248,14380,11031,827,2551,611,3329,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scaddins/messages.po,724,2532,1985,109,140,68,516,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/sccomp/messages.po,14,65,58,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/base.po,10,44,47,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/calc.po,22,94,101,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/draw.po,41,149,146,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/extensions.po,16,65,70,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/graphicfilter.po,30,101,101,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/impress.po,21,81,83,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/writer.po,27,114,112,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/sd/messages.po,1106,2590,2435,15,26,198,335,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/sfx2/messages.po,500,1521,1376,6,65,75,640,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/starmath/messages.po,464,805,782,3,9,38,154,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/svtools/messages.po,830,2102,2018,1,9,83,500,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/svx/messages.po,2598,6095,5873,29,128,219,1001,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/sw/messages.po,3217,7168,7016,0,0,224,572,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/swext/mediawiki/help.po,59,702,598,16,489,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,166,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/sysui/desktop/share.po,66,277,289,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/uui/messages.po,148,1322,1102,0,0,9,232,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/vcl/messages.po,270,525,498,0,0,86,212,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/wizards/messages.po,265,1042,937,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/wizards/source/resources.po,554,2286,1918,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/writerperfect/messages.po,15,40,40,0,0,15,25,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/xmlsecurity/messages.po,89,421,350,0,0,2,3,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/avmedia/messages.po,22,45,49,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/basctl/messages.po,155,611,664,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/basic/messages.po,135,549,630,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/chart2/messages.po,620,1368,1602,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/messages.po,106,1047,1079,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,7,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,6,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/cui/messages.po,2343,5558,6154,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dbaccess/messages.po,812,4510,4645,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/desktop/messages.po,162,1225,1220,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/en/dialog.po,37,176,199,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/hu_hu/dialog.po,32,71,80,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/ru_ru/dialog.po,14,26,34,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/editeng/messages.po,265,656,706,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/extensions/messages.po,663,2099,2195,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/extras/source/autocorr/emoji.po,1575,1817,1893,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/filter/messages.po,222,818,876,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/filter/source/config/fragments/filters.po,220,732,899,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po,38,139,181,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/filter/source/config/fragments/types.po,38,121,156,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/forms/messages.po,58,330,329,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/formula/messages.po,438,514,514,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/fpicker/messages.po,61,163,179,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/framework/messages.po,29,210,217,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/auxiliary.po,105,302,345,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sbasic/guide.po,103,1345,1411,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sbasic/shared.po,4505,35431,33152,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc.po,187,986,1016,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/scalc/guide.po,1469,21593,20299,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/schart.po,96,931,922,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sdraw.po,123,732,741,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/sdraw/guide.po,275,3072,2887,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared.po,250,2308,2221,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/autokorr.po,48,420,318,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/autopi.po,887,8394,7998,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/explorer/database.po,1641,18857,18509,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/guide.po,2516,36443,35411,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/help.po,78,117,126,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/menu.po,16,120,130,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/shared/optionen.po,1934,23351,22570,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/simpress.po,199,1395,1313,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/simpress/guide.po,767,10282,9559,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/smath.po,60,739,712,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/smath/guide.po,104,1193,1173,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter.po,336,2946,2914,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter/guide.po,2144,27937,26224,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter/librelogo.po,326,3019,3017,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/helpcontent2/source/text/swriter/menu.po,17,96,107,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/librelogo/source/pythonpath.po,138,173,175,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/nlpsolver/src/locale.po,41,105,123,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/officecfg/registry/data/org/openoffice.po,9,28,40,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/officecfg/registry/data/org/openoffice/office.po,1308,1841,1873,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/readlicense_oo/docs.po,103,2403,2300,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/reportdesign/messages.po,258,617,701,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/sc/messages.po,4686,20260,18664,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scaddins/messages.po,901,3188,3361,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/sccomp/messages.po,14,65,65,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/base.po,10,44,54,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/calc.po,22,94,118,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/draw.po,41,149,130,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/extensions.po,16,65,77,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/gnome.po,2,11,12,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/graphicfilter.po,30,101,143,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/impress.po,21,81,86,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/python.po,2,7,10,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/winexplorerext.po,2,18,22,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/writer.po,27,114,127,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/sd/messages.po,1319,2951,3194,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/sfx2/messages.po,581,2226,2305,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/starmath/messages.po,505,968,1024,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/svtools/messages.po,914,2611,2776,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/svx/messages.po,2846,7224,7896,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/sw/messages.po,3441,7740,8736,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/swext/mediawiki/help.po,89,1404,1286,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,158,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/sysui/desktop/share.po,66,277,320,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/uui/messages.po,157,1554,1516,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/vcl/messages.po,356,737,801,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/wizards/messages.po,265,1042,1040,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/wizards/source/resources.po,554,2286,2269,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/writerperfect/messages.po,30,65,77,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/xmlsecurity/messages.po,91,424,430,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/accessibility/messages.po,11,27,32,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/avmedia/messages.po,22,45,44,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/basctl/messages.po,155,611,660,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/basic/messages.po,135,549,557,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/chart2/messages.po,611,1348,1564,4,7,5,13,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/messages.po,106,1047,859,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/cui/messages.po,2113,4923,5743,59,98,171,537,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dbaccess/messages.po,697,4179,4041,103,245,12,86,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/desktop/messages.po,157,1146,1154,3,26,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/en/dialog.po,37,176,203,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/hu_hu/dialog.po,32,71,93,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/ru_ru/dialog.po,13,25,31,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/editeng/messages.po,264,654,712,1,2,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/extensions/messages.po,663,2099,2121,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/extensions/source/update/check/org/openoffice/office.po,1,3,5,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/extras/source/autocorr/emoji.po,90,84,84,185,182,1300,1551,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/extras/source/gallery/share.po,11,14,16,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/filter/messages.po,221,815,931,0,0,1,3,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/filter/source/config/fragments/filters.po,206,689,697,4,18,10,25,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/filter/source/config/fragments/types.po,25,85,85,1,5,12,31,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/forms/messages.po,58,330,283,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/formula/messages.po,431,507,518,0,0,1,1,432,508,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/fpicker/messages.po,50,133,167,5,9,6,21,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/framework/messages.po,29,210,232,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/auxiliary.po,22,30,37,0,0,83,272,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sbasic/guide.po,83,1116,1052,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sbasic/shared.po,3429,28633,27367,0,0,1076,6798,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc.po,171,830,831,0,0,16,156,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/scalc/guide.po,1239,16840,15413,0,0,230,4753,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/schart.po,83,676,699,0,0,13,255,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sdraw.po,117,702,696,0,0,6,30,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/sdraw/guide.po,254,2683,2606,0,0,21,389,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared.po,206,1691,1644,0,0,44,617,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/autokorr.po,47,403,431,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/autopi.po,744,6488,6094,0,0,143,1906,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/explorer/database.po,1447,14227,12874,0,0,194,4630,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/guide.po,1967,26766,25124,0,0,549,9677,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/shared/optionen.po,1192,10164,9659,0,0,742,13187,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/simpress.po,181,1264,1287,0,0,18,131,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/simpress/guide.po,580,7392,6942,0,0,187,2890,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/smath.po,56,609,557,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/smath/guide.po,94,1001,1010,0,0,10,192,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter.po,212,1244,1211,0,0,124,1702,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter/guide.po,1794,21537,20111,0,0,350,6400,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter/librelogo.po,39,40,40,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/librelogo/source/pythonpath.po,138,173,182,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,24,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/nlpsolver/src/locale.po,41,105,116,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/officecfg/registry/data/org/openoffice/office.po,1297,1822,1853,4,9,7,10,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/readlicense_oo/docs.po,89,1773,1591,1,85,13,545,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,18,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/reportdesign/messages.po,249,578,609,9,39,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/sc/messages.po,3456,15546,14079,682,1928,548,2786,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scaddins/messages.po,880,3055,2665,15,31,5,101,900,3187,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/sccomp/messages.po,14,65,65,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/activex.po,2,16,14,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/base.po,10,44,45,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/calc.po,22,94,93,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/draw.po,41,149,150,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/extensions.po,16,65,67,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/graphicfilter.po,30,101,101,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/impress.po,21,81,82,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/writer.po,27,114,113,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/sd/messages.po,852,2119,2320,216,396,251,436,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/sfx2/messages.po,544,1780,1894,10,36,27,410,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/starmath/messages.po,504,962,1041,0,0,1,6,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/svtools/messages.po,778,2151,2119,49,187,87,273,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/svx/messages.po,2020,4825,5080,417,1024,409,1375,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/sw/messages.po,1730,3173,3482,881,1745,829,2821,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/swext/mediawiki/help.po,75,1191,1101,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,168,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/sysui/desktop/share.po,66,277,274,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/uui/messages.po,99,959,918,24,169,34,426,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/vcl/messages.po,237,428,501,33,83,86,226,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/wizards/messages.po,263,1040,1059,0,0,2,2,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/wizards/source/resources.po,492,2073,1997,44,187,18,26,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/writerperfect/messages.po,30,65,77,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/xmlsecurity/messages.po,91,424,446,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/accessibility/messages.po,7,13,15,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/avmedia/messages.po,17,27,24,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/basctl/messages.po,97,393,404,35,51,23,167,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/basic/messages.po,18,52,53,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/chart2/messages.po,231,511,519,175,300,214,557,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/messages.po,102,990,815,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,4,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/cui/messages.po,622,1382,1394,774,1309,947,2867,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dbaccess/messages.po,414,2523,2318,245,1301,153,686,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/desktop/messages.po,99,499,502,41,505,22,221,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/hu_hu/dialog.po,2,2,2,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/ru_ru/dialog.po,4,4,6,2,4,8,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/editeng/messages.po,225,533,581,29,93,11,30,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/extensions/messages.po,399,992,1013,212,833,52,274,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/extras/source/autocorr/emoji.po,42,39,39,190,181,1343,1597,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/extras/source/gallery/share.po,6,8,8,2,2,4,5,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/filter/messages.po,53,207,205,31,65,138,546,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/filter/source/config/fragments/filters.po,83,291,293,12,34,125,407,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po,33,119,119,0,0,5,20,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/filter/source/config/fragments/types.po,17,50,50,4,17,17,54,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/forms/messages.po,54,314,265,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/formula/messages.po,304,307,309,63,89,71,118,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/fpicker/messages.po,30,76,96,16,46,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/framework/messages.po,18,167,176,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/auxiliary.po,22,30,37,0,0,83,272,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sbasic/guide.po,83,1116,1052,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sbasic/shared.po,3429,28633,27367,0,0,1076,6798,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc.po,171,830,831,0,0,16,156,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/scalc/guide.po,1239,16840,15413,0,0,230,4753,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/schart.po,83,676,699,0,0,13,255,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sdraw.po,117,702,696,0,0,6,30,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/sdraw/guide.po,254,2683,2606,0,0,21,389,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared.po,206,1691,1644,0,0,44,617,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/autokorr.po,47,403,431,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/autopi.po,744,6488,6094,0,0,143,1906,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/explorer/database.po,1447,14227,12874,0,0,194,4630,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/guide.po,1967,26766,25124,0,0,549,9677,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/shared/optionen.po,1193,10172,9669,0,0,741,13179,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/simpress.po,181,1264,1287,0,0,18,131,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/simpress/guide.po,580,7392,6942,0,0,187,2890,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/smath.po,56,609,557,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/smath/guide.po,94,1001,1010,0,0,10,192,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter.po,212,1244,1211,0,0,124,1702,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter/guide.po,1795,21544,20118,0,0,349,6393,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter/librelogo.po,39,40,40,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/librelogo/source/pythonpath.po,19,21,22,42,44,77,108,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,1,4,4,0,0,1,17,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/nlpsolver/src/locale.po,7,7,8,8,9,26,89,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/officecfg/registry/data/org/openoffice/office.po,1185,1270,1288,11,16,112,555,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/readlicense_oo/docs.po,58,1137,997,11,224,34,1042,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/reportdesign/messages.po,176,428,444,68,151,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/sc/messages.po,2256,11243,9347,1053,3119,1377,5898,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scaddins/messages.po,781,2471,2072,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/sccomp/messages.po,11,47,46,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/base.po,8,40,41,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/calc.po,17,56,55,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/draw.po,13,52,53,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/extensions.po,15,51,53,0,0,1,14,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/impress.po,19,74,75,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/writer.po,22,69,69,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/sd/messages.po,439,1153,1147,341,591,539,1207,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/sfx2/messages.po,178,539,537,161,462,242,1225,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/starmath/messages.po,274,477,464,107,152,124,339,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/svtools/messages.po,603,1543,1488,75,231,236,837,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/svx/messages.po,1487,3473,3607,578,1318,781,2433,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/sw/messages.po,1218,2104,2174,1155,2161,1067,3474,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/swext/mediawiki/help.po,44,304,281,24,702,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,168,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/sysui/desktop/share.po,44,171,171,10,52,12,54,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/uui/messages.po,92,904,867,23,151,42,499,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/vcl/messages.po,159,270,304,53,99,144,368,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/wizards/messages.po,207,909,905,34,89,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/wizards/source/resources.po,429,1827,1761,75,282,50,177,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/xmlsecurity/messages.po,18,37,41,21,122,52,265,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/accessibility/messages.po,7,13,8,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/avmedia/messages.po,16,25,16,1,2,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/basctl/messages.po,88,301,104,37,54,30,256,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/basic/messages.po,17,49,21,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/chart2/messages.po,215,452,256,179,335,226,581,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/cui/messages.po,406,570,413,741,1146,1196,3842,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dbaccess/messages.po,367,2312,535,239,1067,206,1131,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/desktop/messages.po,80,327,99,35,399,47,499,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/ru_ru/dialog.po,2,2,2,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/editeng/messages.po,60,99,62,72,118,133,439,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/extensions/messages.po,355,775,379,215,770,93,554,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/extras/source/autocorr/emoji.po,40,37,37,187,178,1348,1602,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/extras/source/gallery/share.po,6,8,6,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/filter/messages.po,40,159,59,31,59,151,600,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/filter/source/config/fragments/filters.po,31,91,72,10,28,179,613,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/filter/source/config/fragments/types.po,15,41,35,3,12,20,68,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/forms/messages.po,53,312,56,1,2,4,16,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/formula/messages.po,56,59,57,54,58,324,393,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/fpicker/messages.po,28,73,30,14,37,19,53,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/framework/messages.po,17,163,30,6,14,6,33,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/auxiliary.po,19,27,19,0,0,86,275,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sbasic/guide.po,51,598,146,0,0,52,747,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sbasic/shared.po,3352,27120,8986,0,0,1153,8311,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc.po,156,679,192,0,0,31,307,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/scalc/guide.po,1045,14327,2762,0,0,424,7266,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/schart.po,16,147,31,0,0,80,784,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sdraw.po,114,691,169,0,0,9,41,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/sdraw/guide.po,247,2629,469,0,0,28,443,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared.po,201,1739,323,0,0,49,569,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/autokorr.po,47,403,64,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/autopi.po,713,6025,1373,0,0,174,2369,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/explorer/database.po,1195,10187,2270,0,0,446,8670,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/guide.po,1589,21151,4163,0,0,927,15292,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/shared/optionen.po,1106,9138,2133,0,0,828,14213,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/simpress.po,162,1041,244,0,0,37,354,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/simpress/guide.po,480,5569,1144,0,0,287,4713,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/smath.po,55,576,120,0,0,5,163,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/smath/guide.po,65,652,168,0,0,39,541,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter.po,197,1033,271,0,0,139,1913,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter/guide.po,1381,15737,2816,0,0,763,12200,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter/librelogo.po,38,39,38,1,1,287,2979,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/librelogo/source/pythonpath.po,13,15,13,47,49,78,109,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/nlpsolver/src/locale.po,4,4,4,9,10,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/officecfg/registry/data/org/openoffice/office.po,1168,1249,1214,12,15,128,577,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/readlicense_oo/docs.po,23,301,131,2,97,78,2005,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/reportdesign/messages.po,61,83,61,81,131,116,403,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/sc/messages.po,2160,10980,2905,1045,3024,1481,6256,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scaddins/messages.po,781,2471,832,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/activex.po,1,2,1,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/base.po,8,40,15,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/calc.po,17,56,38,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/draw.po,13,52,25,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/gnome.po,1,2,1,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/graphicfilter.po,27,89,46,0,0,3,12,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/impress.po,19,74,49,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/math.po,10,42,18,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/quickstart.po,2,15,3,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/winexplorerext.po,2,18,7,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/writer.po,22,69,45,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/sd/messages.po,370,919,397,364,662,585,1370,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/sfx2/messages.po,166,459,188,161,462,254,1305,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/starmath/messages.po,269,471,276,109,153,127,344,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/svtools/messages.po,539,1346,693,73,183,302,1082,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/svx/messages.po,1304,3040,1480,616,1360,926,2824,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/sw/messages.po,1087,1861,1230,1195,2122,1147,3722,3429,7705,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/swext/mediawiki/help.po,5,6,5,6,8,78,1390,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,5,8,8,19,168,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/sysui/desktop/share.po,43,153,99,10,52,13,72,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/uui/messages.po,86,818,236,22,84,49,652,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/vcl/messages.po,119,173,121,56,104,181,460,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/wizards/messages.po,215,971,246,26,27,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/wizards/source/resources.po,408,1802,498,88,288,58,196,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/xmlsecurity/messages.po,17,36,20,20,105,54,283,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/avmedia/messages.po,22,45,50,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/basctl/messages.po,154,610,716,1,1,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/basic/messages.po,135,549,680,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/chart2/messages.po,615,1355,1657,3,9,2,4,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/messages.po,105,1033,1152,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/cui/messages.po,2160,5098,6176,49,104,134,356,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dbaccess/messages.po,789,4439,4940,13,23,10,48,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/desktop/messages.po,158,1146,1321,0,0,4,79,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/en/dialog.po,37,176,224,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/hu_hu/dialog.po,32,71,92,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/ru_ru/dialog.po,13,25,38,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/editeng/messages.po,258,641,747,4,6,3,9,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/extensions/messages.po,569,1918,2152,84,150,10,31,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/extras/source/autocorr/emoji.po,1104,1313,1387,0,0,471,504,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/extras/source/gallery/share.po,11,14,16,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/filter/messages.po,220,813,1027,0,0,2,5,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/filter/source/config/fragments/filters.po,186,635,729,1,2,33,95,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/filter/source/config/fragments/types.po,27,92,109,0,0,11,29,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/forms/messages.po,58,330,347,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/formula/messages.po,425,497,562,7,9,2,2,434,508,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/fpicker/messages.po,54,148,178,2,3,5,12,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/framework/messages.po,23,196,222,6,14,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/librelogo/source/pythonpath.po,137,170,199,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,34,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/nlpsolver/src/locale.po,41,105,133,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/officecfg/registry/data/org/openoffice.po,8,25,32,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/officecfg/registry/data/org/openoffice/office.po,1300,1827,1956,1,4,7,10,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/readlicense_oo/docs.po,89,1845,1997,0,0,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,22,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/reportdesign/messages.po,251,605,740,7,12,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/sc/messages.po,3745,17017,18317,549,1627,392,1616,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scaddins/messages.po,887,3170,3424,14,18,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/sccomp/messages.po,12,51,63,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/base.po,10,44,57,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/calc.po,21,89,103,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/draw.po,41,149,170,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/extensions.po,16,65,75,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/graphicfilter.po,30,101,103,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/impress.po,21,81,89,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/writer.po,27,114,129,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/xsltfilter.po,2,6,12,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/sd/messages.po,942,2311,2705,158,308,219,332,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/sfx2/messages.po,446,1591,1819,46,83,89,552,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/starmath/messages.po,484,895,986,0,0,21,73,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/svtools/messages.po,820,2274,2559,20,87,74,250,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/svx/messages.po,2382,5791,6687,198,521,266,912,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/sw/messages.po,2927,6451,7712,237,568,277,721,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/swext/mediawiki/help.po,47,353,383,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,196,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/sysui/desktop/share.po,66,277,313,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/uui/messages.po,144,1205,1333,2,92,11,257,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/vcl/messages.po,255,499,592,12,16,89,222,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/wizards/messages.po,262,1039,1097,3,3,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/wizards/source/resources.po,498,1989,2126,48,236,8,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/writerperfect/messages.po,4,6,6,2,5,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/xmlsecurity/messages.po,80,372,441,3,12,8,40,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/accessibility/messages.po,8,22,21,0,0,3,5,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/avmedia/messages.po,16,26,27,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/basctl/messages.po,85,292,291,31,40,39,279,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/basic/messages.po,17,49,47,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/chart2/messages.po,127,165,188,153,272,340,931,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,4,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/cui/messages.po,444,612,735,674,1056,1225,3890,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dbaccess/messages.po,333,1880,1654,234,1077,245,1553,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/desktop/messages.po,45,199,194,14,68,103,958,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/ru_ru/dialog.po,2,2,3,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/editeng/messages.po,60,97,126,71,118,134,441,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/extensions/messages.po,343,743,849,181,675,139,681,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/extras/source/autocorr/emoji.po,42,39,39,181,172,1352,1606,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/extras/source/gallery/share.po,6,8,9,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/filter/messages.po,43,162,159,28,56,151,600,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/filter/source/config/fragments/filters.po,20,58,63,9,24,191,650,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/forms/messages.po,51,294,263,1,2,6,34,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/formula/messages.po,62,65,67,52,53,320,392,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/fpicker/messages.po,29,61,63,16,46,16,56,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/framework/messages.po,10,69,65,7,16,12,125,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/librelogo/source/pythonpath.po,14,16,18,45,47,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/nlpsolver/src/locale.po,7,7,8,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/officecfg/registry/data/org/openoffice/office.po,1182,1262,2494,6,10,120,569,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/reportdesign/messages.po,69,93,121,67,110,122,414,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/sc/messages.po,2161,10657,9111,982,2946,1543,6657,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scaddins/messages.po,780,2459,2316,24,91,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/base.po,8,40,39,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/calc.po,15,48,48,4,33,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/draw.po,13,52,60,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/graphicfilter.po,28,91,107,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/impress.po,17,66,64,2,8,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/winexplorerext.po,2,18,19,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/writer.po,17,50,62,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/sd/messages.po,366,905,1011,352,633,601,1413,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/sfx2/messages.po,170,443,468,128,367,283,1416,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/starmath/messages.po,265,467,497,104,147,128,346,497,960,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/svtools/messages.po,329,932,1024,67,141,518,1538,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/svx/messages.po,1171,2556,2828,561,1198,1114,3470,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/sw/messages.po,1148,1925,2377,1117,2001,1173,3809,3438,7735,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/swext/mediawiki/help.po,4,4,7,6,8,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,5,7,7,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/sysui/desktop/share.po,30,117,147,14,66,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/uui/messages.po,62,525,447,20,120,75,909,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/vcl/messages.po,101,139,146,62,100,193,498,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/wizards/messages.po,228,984,922,13,14,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/wizards/source/resources.po,421,1805,1684,72,271,61,210,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/xmlsecurity/messages.po,20,39,42,15,56,56,329,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/avmedia/messages.po,19,39,37,1,1,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/basctl/messages.po,108,404,366,29,46,18,161,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/basic/messages.po,135,549,541,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/chart2/messages.po,361,756,739,135,247,124,365,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/messages.po,103,1005,808,0,0,3,42,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/cui/messages.po,1423,3338,3264,594,1144,326,1076,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dbaccess/messages.po,476,2881,2538,234,1233,102,396,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/desktop/messages.po,110,636,584,35,412,17,177,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/en/dialog.po,37,176,174,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/hu_hu/dialog.po,32,71,70,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/ru_ru/dialog.po,13,25,23,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/editeng/messages.po,253,628,663,5,8,7,20,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/extensions/messages.po,420,1089,1064,206,789,37,221,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/extras/source/autocorr/emoji.po,57,49,49,242,241,1276,1527,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/filter/messages.po,160,538,517,38,107,24,173,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/filter/source/config/fragments/filters.po,155,536,545,10,36,55,160,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po,37,135,135,0,0,1,4,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/filter/source/config/fragments/types.po,24,80,86,1,5,13,36,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/forms/messages.po,57,321,282,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/formula/messages.po,356,377,380,35,50,47,87,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/fpicker/messages.po,31,88,79,18,42,12,33,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/framework/messages.po,20,184,161,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/auxiliary.po,92,266,277,0,0,13,36,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sbasic/guide.po,6,61,55,0,0,97,1284,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sbasic/shared.po,2574,18088,15721,0,0,1931,17343,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc.po,184,973,923,0,0,3,13,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/scalc/guide.po,697,9833,8385,0,0,772,11760,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/schart.po,6,16,18,0,0,90,915,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sdraw.po,51,63,71,0,0,72,669,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/sdraw/guide.po,6,18,19,0,0,269,3054,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared.po,51,122,112,0,0,199,2186,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/autokorr.po,46,390,333,0,0,2,30,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/autopi.po,497,3886,3414,0,0,390,4508,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/explorer/database.po,517,2385,1927,0,0,1124,16472,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/guide.po,341,3639,3081,0,0,2175,32804,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/shared/optionen.po,796,4976,4483,0,0,1138,18375,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/simpress.po,97,189,206,0,0,102,1206,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/simpress/guide.po,27,102,86,0,0,740,10180,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/smath.po,21,24,25,0,0,39,715,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/smath/guide.po,3,3,3,0,0,101,1190,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter.po,118,228,212,0,0,218,2718,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter/guide.po,551,5356,4705,0,0,1593,22581,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter/librelogo.po,26,27,28,1,1,299,2991,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/librelogo/source/pythonpath.po,134,167,167,2,4,2,2,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,20,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/nlpsolver/src/locale.po,41,105,103,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/officecfg/registry/data/org/openoffice.po,8,25,26,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/officecfg/registry/data/org/openoffice/office.po,1278,1726,1703,10,52,20,63,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/readlicense_oo/docs.po,88,1760,1592,1,85,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/reportdesign/messages.po,200,481,455,54,131,4,5,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/sc/messages.po,3094,14177,11445,816,2298,776,3785,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scaddins/messages.po,880,3053,2403,15,31,6,104,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/sccomp/messages.po,12,51,49,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/base.po,10,44,46,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/calc.po,21,89,91,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/draw.po,41,149,148,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/extensions.po,16,65,66,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/gnome.po,1,2,4,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/graphicfilter.po,30,101,123,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/impress.po,21,81,83,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/writer.po,27,114,111,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/sd/messages.po,700,1750,1661,304,566,315,635,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/sfx2/messages.po,291,849,807,144,517,146,860,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/starmath/messages.po,406,762,719,63,101,36,105,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/svtools/messages.po,748,1931,1860,64,373,102,307,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/svx/messages.po,1888,4454,4325,520,1226,438,1544,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/sw/messages.po,2215,4627,4597,727,1579,499,1534,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/swext/mediawiki/help.po,47,353,311,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,156,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/sysui/desktop/share.po,66,277,293,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/uui/messages.po,106,1003,893,18,133,33,418,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/vcl/messages.po,222,412,398,21,43,113,282,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/wizards/messages.po,255,1032,979,9,9,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/wizards/source/resources.po,497,1994,1807,47,216,10,76,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/writerperfect/messages.po,1,2,2,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/xmlsecurity/messages.po,48,204,195,23,144,20,76,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/accessibility/messages.po,11,27,32,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/avmedia/messages.po,22,45,52,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/basctl/messages.po,146,595,686,9,16,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/basic/messages.po,21,63,86,114,486,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/chart2/messages.po,611,1326,1700,6,14,3,28,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/messages.po,105,1033,1199,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/cui/messages.po,2249,5315,6607,0,0,94,243,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dbaccess/messages.po,787,4433,5161,17,41,8,36,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/desktop/messages.po,155,1122,1273,5,50,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/en/dialog.po,37,176,202,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/hu_hu/dialog.po,32,71,90,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,9,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/pt_br/dialog.po,2,5,7,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/ru_ru/dialog.po,13,25,30,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/editeng/messages.po,262,651,779,3,5,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/extensions/messages.po,582,1936,2286,76,142,5,21,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/extras/source/autocorr/emoji.po,1575,1817,1975,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/extras/source/gallery/share.po,11,14,15,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/filter/messages.po,221,814,994,1,4,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/filter/source/config/fragments/filters.po,195,665,856,1,2,24,65,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/filter/source/config/fragments/internalgraphicfilters.po,38,139,172,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/filter/source/config/fragments/types.po,28,95,130,0,0,10,26,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/forms/messages.po,58,330,399,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/formula/messages.po,428,502,514,9,11,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/fpicker/messages.po,56,156,181,2,3,3,4,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/framework/messages.po,23,196,207,6,14,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/auxiliary.po,93,268,331,0,0,12,34,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sbasic/guide.po,89,1185,1442,0,0,14,160,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po,3690,30641,32546,0,0,815,4790,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc.po,187,986,1162,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/scalc/guide.po,1365,19662,21742,0,0,104,1931,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/schart.po,88,796,946,0,0,8,135,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sdraw.po,123,732,805,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/sdraw/guide.po,266,2860,3101,0,0,9,212,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared.po,239,2135,2380,0,0,11,173,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/autokorr.po,47,403,447,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/autopi.po,758,6585,7061,0,0,129,1809,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po,1470,14520,16997,0,0,171,4337,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/guide.po,2099,29358,32804,0,0,417,7085,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/menu.po,10,12,14,0,0,6,108,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/shared/optionen.po,1515,15685,17625,0,0,419,7666,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/simpress.po,199,1395,1538,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/simpress/guide.po,605,8019,9075,0,0,162,2263,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/smath.po,59,722,769,0,0,1,17,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/smath/guide.po,102,1165,1269,0,0,2,28,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter.po,250,1676,1888,0,0,86,1270,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter/guide.po,1938,24117,26846,0,0,206,3820,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter/librelogo.po,217,894,1083,0,0,109,2125,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/helpcontent2/source/text/swriter/menu.po,17,96,125,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/librelogo/source/pythonpath.po,137,170,227,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,25,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/nlpsolver/src/locale.po,41,105,131,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/officecfg/registry/data/org/openoffice.po,8,25,35,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/officecfg/registry/data/org/openoffice/office.po,1300,1827,2004,1,4,7,10,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/readlicense_oo/docs.po,89,1845,2002,0,0,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/reportdesign/messages.po,237,552,705,21,65,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/sc/messages.po,4437,19496,21377,0,0,249,764,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scaddins/messages.po,887,3170,3254,14,18,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/sccomp/messages.po,14,65,91,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/activex.po,2,16,20,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/base.po,10,44,56,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/calc.po,22,94,129,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/draw.po,41,149,194,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/extensions.po,16,65,87,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/gnome.po,1,2,4,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/graphicfilter.po,30,101,109,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/impress.po,21,81,94,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/onlineupdate.po,2,13,14,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/quickstart.po,2,15,19,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/writer.po,27,114,137,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/sd/messages.po,1143,2698,3274,0,0,176,253,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/sfx2/messages.po,555,1948,2183,0,0,26,278,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/starmath/messages.po,498,956,1127,7,12,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/svtools/messages.po,845,2346,2662,17,82,52,183,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/svx/messages.po,2715,6888,8039,0,0,131,336,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/sw/messages.po,3217,7168,9093,0,0,224,572,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/swext/mediawiki/help.po,49,374,423,26,817,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,181,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/sysui/desktop/share.po,66,277,358,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/uui/messages.po,146,1230,1370,2,92,9,232,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/vcl/messages.po,259,510,629,11,15,86,212,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/wizards/messages.po,265,1042,1194,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/wizards/source/resources.po,554,2286,2467,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/writerperfect/messages.po,12,33,46,3,7,15,25,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/xmlsecurity/messages.po,86,416,476,3,5,2,3,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/accessibility/messages.po,11,27,32,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/avmedia/messages.po,22,45,52,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/basctl/messages.po,155,611,709,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/basic/messages.po,135,549,755,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/chart2/messages.po,620,1368,1767,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/messages.po,106,1047,1214,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/cui/messages.po,2343,5558,6889,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dbaccess/messages.po,812,4510,5225,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/desktop/messages.po,162,1225,1394,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/en/dialog.po,37,176,202,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,9,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/hu_hu/dialog.po,32,71,90,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,9,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/pt_br/dialog.po,2,5,7,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/ru_ru/dialog.po,14,26,31,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/editeng/messages.po,265,656,790,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/extensions/messages.po,663,2099,2473,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/extensions/source/update/check/org/openoffice/office.po,1,3,5,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/extras/source/autocorr/emoji.po,1575,1817,1947,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/filter/messages.po,222,818,1000,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/filter/source/config/fragments/filters.po,220,732,936,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po,38,139,172,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/filter/source/config/fragments/types.po,38,121,162,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/forms/messages.po,58,330,399,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/formula/messages.po,438,514,526,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/fpicker/messages.po,61,163,192,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/framework/messages.po,29,210,233,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/auxiliary.po,105,302,378,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sbasic/guide.po,103,1345,1633,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sbasic/shared.po,4378,33585,35611,0,0,127,1846,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc.po,187,986,1155,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/scalc/guide.po,1425,20799,23070,0,0,44,794,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/schart.po,96,931,1100,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sdraw.po,123,732,807,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/sdraw/guide.po,275,3072,3330,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared.po,250,2308,2592,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/autokorr.po,48,420,467,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/autopi.po,876,8191,8737,0,0,11,203,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/explorer/database.po,1513,15331,17926,0,0,128,3526,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/guide.po,2306,32152,36116,0,0,210,4291,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/help.po,78,117,128,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/menu.po,16,120,139,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/shared/optionen.po,1703,18248,20617,0,0,231,5103,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/simpress.po,199,1395,1542,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/simpress/guide.po,636,8450,9541,0,0,131,1832,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/smath.po,60,739,784,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/smath/guide.po,104,1193,1303,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter.po,315,2359,2680,0,0,21,587,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter/guide.po,2097,26876,30258,35,668,12,393,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter/librelogo.po,239,1207,1465,81,1616,6,196,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/helpcontent2/source/text/swriter/menu.po,17,96,125,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/librelogo/source/pythonpath.po,138,173,230,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,25,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/nlpsolver/src/locale.po,41,105,131,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/officecfg/registry/data/org/openoffice.po,9,28,38,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/officecfg/registry/data/org/openoffice/office.po,1308,1841,2023,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/readlicense_oo/docs.po,103,2403,2582,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/reportdesign/messages.po,258,617,790,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/sc/messages.po,4686,20260,22231,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scaddins/messages.po,901,3188,3264,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/sccomp/messages.po,14,65,91,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/activex.po,2,16,20,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/base.po,10,44,55,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/calc.po,22,94,129,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/draw.po,41,149,194,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/extensions.po,16,65,87,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/graphicfilter.po,30,101,108,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/impress.po,21,81,94,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/onlineupdate.po,2,13,14,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/quickstart.po,2,15,19,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/writer.po,27,114,137,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/sd/messages.po,1319,2951,3561,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/sfx2/messages.po,581,2226,2493,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/starmath/messages.po,505,968,1142,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/svtools/messages.po,914,2611,2970,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/svx/messages.po,2846,7224,8428,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/sw/messages.po,3441,7740,9781,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/swext/mediawiki/help.po,89,1404,1549,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,183,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/sysui/desktop/share.po,66,277,357,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/uui/messages.po,157,1554,1720,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/vcl/messages.po,356,737,882,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/wizards/messages.po,265,1042,1198,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/wizards/source/resources.po,554,2286,2469,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/writerperfect/messages.po,30,65,87,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/xmlsecurity/messages.po,91,424,488,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/avmedia/messages.po,22,45,43,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/basctl/messages.po,155,611,550,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/basic/messages.po,135,549,513,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/chart2/messages.po,620,1368,1344,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/messages.po,106,1047,754,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/cui/messages.po,2343,5558,5303,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dbaccess/messages.po,812,4510,3700,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/desktop/messages.po,162,1225,1013,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/en/dialog.po,37,176,178,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/hu_hu/dialog.po,32,71,73,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/ru_ru/dialog.po,14,26,26,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/editeng/messages.po,265,656,655,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/extensions/messages.po,663,2099,1856,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/extras/source/autocorr/emoji.po,1575,1817,1813,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/filter/messages.po,222,818,749,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/filter/source/config/fragments/filters.po,220,732,737,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/filter/source/config/fragments/types.po,38,121,124,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/forms/messages.po,58,330,286,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/formula/messages.po,438,514,513,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/fpicker/messages.po,61,163,157,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/framework/messages.po,29,210,160,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/auxiliary.po,105,302,302,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sbasic/guide.po,103,1345,1213,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sbasic/shared.po,4505,35431,29202,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc.po,187,986,885,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/scalc/guide.po,1469,21593,17208,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/schart.po,96,931,772,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sdraw.po,123,732,670,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/sdraw/guide.po,275,3072,2511,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared.po,250,2308,1933,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/autokorr.po,48,420,385,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/autopi.po,887,8394,6718,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/explorer/database.po,1641,18857,14824,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/guide.po,2516,36443,30066,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/help.po,78,117,116,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/menu.po,16,120,111,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/shared/optionen.po,1934,23351,19711,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/simpress.po,199,1395,1189,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/simpress/guide.po,767,10282,8547,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/smath.po,60,739,681,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/smath/guide.po,104,1193,1028,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter.po,336,2946,2575,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter/guide.po,2144,27937,23553,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter/librelogo.po,326,3019,2927,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/helpcontent2/source/text/swriter/menu.po,17,96,98,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/librelogo/source/pythonpath.po,138,173,168,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,15,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/nlpsolver/src/locale.po,41,105,102,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/officecfg/registry/data/org/openoffice.po,9,28,30,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/officecfg/registry/data/org/openoffice/office.po,1308,1841,1778,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/readlicense_oo/docs.po,103,2403,2017,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/reportdesign/messages.po,258,617,581,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/sc/messages.po,4686,20260,17039,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scaddins/messages.po,901,3188,2935,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/sccomp/messages.po,14,65,58,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/base.po,10,44,45,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/calc.po,22,94,103,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/draw.po,41,149,149,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/extensions.po,16,65,61,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/graphicfilter.po,30,101,116,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/impress.po,21,81,80,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/onlineupdate.po,2,13,9,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/writer.po,27,114,114,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/sd/messages.po,1319,2951,2853,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/sfx2/messages.po,581,2226,1984,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/starmath/messages.po,505,968,1047,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/svtools/messages.po,914,2611,2456,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/svx/messages.po,2846,7224,6918,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/sw/messages.po,3441,7740,7586,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/swext/mediawiki/help.po,89,1404,1164,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,137,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/sysui/desktop/share.po,66,277,284,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/uui/messages.po,157,1554,1256,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/vcl/messages.po,356,737,721,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/wizards/messages.po,265,1042,894,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/wizards/source/resources.po,554,2286,1890,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/writerperfect/messages.po,30,65,68,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/xmlsecurity/messages.po,91,424,379,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/avmedia/messages.po,22,45,46,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/basctl/messages.po,155,611,604,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/basic/messages.po,135,549,607,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/chart2/messages.po,620,1368,1428,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/messages.po,106,1047,1041,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,6,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/cui/messages.po,2343,5558,5725,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dbaccess/messages.po,812,4510,4433,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/desktop/messages.po,162,1225,1261,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/en/dialog.po,37,176,178,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/hu_hu/dialog.po,32,71,78,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/ru_ru/dialog.po,14,26,29,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/editeng/messages.po,265,656,712,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/extensions/messages.po,663,2099,2121,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/extras/source/autocorr/emoji.po,1575,1817,1948,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/filter/messages.po,222,818,855,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/filter/source/config/fragments/filters.po,220,732,735,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/filter/source/config/fragments/types.po,38,121,124,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/forms/messages.po,58,330,322,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/formula/messages.po,438,514,515,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/fpicker/messages.po,61,163,168,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/framework/messages.po,29,210,214,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/librelogo/source/pythonpath.po,138,173,189,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,27,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/nlpsolver/src/locale.po,41,105,111,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/officecfg/registry/data/org/openoffice/office.po,1308,1841,1891,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/readlicense_oo/docs.po,103,2403,2520,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/reportdesign/messages.po,258,617,634,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/sc/messages.po,4686,20260,19050,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scaddins/messages.po,901,3188,2947,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/sccomp/messages.po,14,65,70,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/base.po,10,44,48,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/calc.po,22,94,91,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/draw.po,41,149,147,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/extensions.po,16,65,70,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/graphicfilter.po,30,101,103,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/impress.po,21,81,83,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/writer.po,27,114,111,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/sd/messages.po,1319,2951,2993,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/sfx2/messages.po,581,2226,2264,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/starmath/messages.po,505,968,998,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/svtools/messages.po,914,2611,2623,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/svx/messages.po,2846,7224,7301,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/sw/messages.po,3441,7740,7925,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/swext/mediawiki/help.po,89,1404,1433,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,164,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/sysui/desktop/share.po,66,277,288,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/uui/messages.po,157,1554,1629,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/vcl/messages.po,356,737,766,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/wizards/messages.po,265,1042,997,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/wizards/source/resources.po,554,2286,2232,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/writerperfect/messages.po,30,65,66,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/xmlsecurity/messages.po,91,424,446,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/avmedia/messages.po,22,45,40,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/basctl/messages.po,155,611,539,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/basic/messages.po,135,549,541,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/chart2/messages.po,620,1368,1129,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/messages.po,106,1047,859,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/cui/messages.po,2343,5558,5047,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dbaccess/messages.po,812,4510,3906,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/desktop/messages.po,162,1225,1142,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/en/dialog.po,37,176,179,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/hu_hu/dialog.po,32,71,71,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/ru_ru/dialog.po,14,26,29,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/editeng/messages.po,265,656,639,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/extensions/messages.po,663,2099,1784,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/extras/source/autocorr/emoji.po,1575,1817,1732,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/filter/messages.po,222,818,748,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/filter/source/config/fragments/filters.po,220,732,632,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/filter/source/config/fragments/internalgraphicfilters.po,38,139,135,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/filter/source/config/fragments/types.po,38,121,103,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/forms/messages.po,58,330,308,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/formula/messages.po,438,514,552,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/fpicker/messages.po,61,163,143,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/framework/messages.po,29,210,187,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/auxiliary.po,105,302,273,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sbasic/guide.po,103,1345,1203,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sbasic/shared.po,4505,35431,31119,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc.po,187,986,872,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/scalc/guide.po,1469,21593,19192,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/schart.po,96,931,782,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sdraw.po,123,732,687,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/sdraw/guide.po,275,3072,2849,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared.po,250,2308,2050,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/autokorr.po,48,420,413,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/autopi.po,887,8394,6968,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/explorer/database.po,1641,18857,15998,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/guide.po,2516,36443,32392,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/help.po,78,117,116,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/menu.po,16,120,111,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/shared/optionen.po,1934,23351,20428,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/simpress.po,199,1395,1312,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/simpress/guide.po,767,10282,9229,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/smath.po,60,739,700,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/smath/guide.po,104,1193,1132,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter.po,336,2946,2587,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter/guide.po,2144,27937,25311,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter/librelogo.po,326,3019,2929,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/helpcontent2/source/text/swriter/menu.po,17,96,91,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/librelogo/source/pythonpath.po,138,173,173,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/nlpsolver/src/locale.po,41,105,95,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/officecfg/registry/data/org/openoffice.po,9,28,18,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/officecfg/registry/data/org/openoffice/office.po,1308,1841,1747,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/readlicense_oo/docs.po,103,2403,2233,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/reportdesign/messages.po,258,617,550,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/sc/messages.po,4686,20260,16806,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scaddins/messages.po,901,3188,2669,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/sccomp/messages.po,14,65,60,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/base.po,10,44,44,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/calc.po,22,94,83,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/draw.po,41,149,138,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/extensions.po,16,65,59,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/gnome.po,2,11,8,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/graphicfilter.po,30,101,55,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/impress.po,21,81,68,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/writer.po,27,114,85,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/sd/messages.po,1319,2951,2711,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/sfx2/messages.po,581,2226,2032,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/starmath/messages.po,505,968,989,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/svtools/messages.po,914,2611,2415,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/svx/messages.po,2846,7224,6402,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/sw/messages.po,3441,7740,7001,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/swext/mediawiki/help.po,89,1404,1243,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,150,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/sysui/desktop/share.po,66,277,211,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/uui/messages.po,157,1554,1409,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/vcl/messages.po,356,737,682,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/wizards/messages.po,265,1042,897,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/wizards/source/resources.po,554,2286,1940,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/writerperfect/messages.po,30,65,58,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/xmlsecurity/messages.po,91,424,389,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/accessibility/messages.po,11,27,23,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/basctl/messages.po,155,611,574,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/basic/messages.po,135,549,510,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/chart2/messages.po,620,1368,1124,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/messages.po,106,1047,1035,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,3,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,1,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/cui/messages.po,2343,5558,5080,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dbaccess/messages.po,812,4510,4173,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/desktop/messages.po,162,1225,1297,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/en/dialog.po,37,176,172,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/hu_hu/dialog.po,32,71,65,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/ru_ru/dialog.po,14,26,23,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/editeng/messages.po,265,656,601,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/extensions/messages.po,663,2099,1855,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/extras/source/autocorr/emoji.po,1575,1817,2233,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/filter/messages.po,222,818,720,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/filter/source/config/fragments/filters.po,220,732,684,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/filter/source/config/fragments/internalgraphicfilters.po,38,139,134,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/filter/source/config/fragments/types.po,38,121,112,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/forms/messages.po,58,330,303,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/formula/messages.po,438,514,512,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/fpicker/messages.po,61,163,148,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/framework/messages.po,29,210,210,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/auxiliary.po,105,302,258,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sbasic/guide.po,103,1345,1344,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sbasic/shared.po,4505,35431,33787,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc.po,187,986,928,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/scalc/guide.po,1469,21593,20655,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/schart.po,96,931,876,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sdraw.po,123,732,772,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/sdraw/guide.po,275,3072,3459,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared.po,250,2308,2212,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/autokorr.po,48,420,318,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/autopi.po,887,8394,7881,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/explorer/database.po,1641,18857,17403,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/guide.po,2516,36443,35372,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/help.po,78,117,120,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/menu.po,16,120,113,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/shared/optionen.po,1934,23351,21941,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/simpress.po,199,1395,1374,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/simpress/guide.po,767,10282,10239,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/smath.po,60,739,751,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/smath/guide.po,104,1193,1100,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter.po,336,2946,2768,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter/guide.po,2144,27937,27023,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter/librelogo.po,326,3019,3133,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/helpcontent2/source/text/swriter/menu.po,17,96,80,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/librelogo/source/pythonpath.po,138,173,169,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,22,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/nlpsolver/src/locale.po,41,105,95,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/officecfg/registry/data/org/openoffice.po,9,28,19,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/officecfg/registry/data/org/openoffice/office.po,1308,1841,1811,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/readlicense_oo/docs.po,103,2403,2162,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,17,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/reportdesign/messages.po,258,617,562,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/sc/messages.po,4686,20260,17661,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scaddins/messages.po,901,3188,3286,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/sccomp/messages.po,14,65,57,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/activex.po,2,16,13,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/base.po,10,44,39,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/calc.po,22,94,90,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/draw.po,41,149,127,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/extensions.po,16,65,44,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/graphicfilter.po,30,101,96,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/impress.po,21,81,79,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/math.po,10,42,36,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/writer.po,27,114,100,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/sd/messages.po,1319,2951,2685,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/sfx2/messages.po,581,2226,2119,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/starmath/messages.po,505,968,978,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/svtools/messages.po,914,2611,2482,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/svx/messages.po,2846,7224,6442,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/sw/messages.po,3441,7740,6990,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/swext/mediawiki/help.po,89,1404,1374,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,168,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/sysui/desktop/share.po,66,277,241,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/uui/messages.po,157,1554,1515,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/vcl/messages.po,356,737,704,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/wizards/messages.po,265,1042,996,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/wizards/source/resources.po,554,2286,2087,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/writerperfect/messages.po,30,65,51,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/xmlsecurity/messages.po,91,424,409,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/accessibility/messages.po,7,13,14,0,0,4,14,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/avmedia/messages.po,16,26,28,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/basctl/messages.po,110,442,524,33,49,12,120,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/basic/messages.po,17,49,54,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/chart2/messages.po,309,684,706,169,320,142,364,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/messages.po,93,900,974,8,56,5,91,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,4,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/cui/messages.po,792,1814,2108,796,1358,755,2386,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dbaccess/messages.po,488,2748,2898,246,1263,78,499,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/desktop/messages.po,107,575,666,31,392,24,258,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/en/dialog.po,1,1,2,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/hu_hu/dialog.po,2,2,2,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/ru_ru/dialog.po,4,4,5,2,4,8,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/editeng/messages.po,178,492,557,72,111,15,53,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/extensions/messages.po,399,1202,1385,215,631,49,266,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/extras/source/autocorr/emoji.po,42,39,44,214,205,1319,1573,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/extras/source/gallery/share.po,6,8,8,2,2,4,5,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/filter/messages.po,91,390,422,40,101,91,327,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/filter/source/config/fragments/filters.po,86,303,302,12,34,122,395,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po,35,127,130,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/filter/source/config/fragments/types.po,18,56,56,5,19,15,46,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/forms/messages.po,54,314,326,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/formula/messages.po,274,277,282,95,121,63,110,432,508,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/fpicker/messages.po,29,75,94,18,49,14,39,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/framework/messages.po,14,84,152,7,16,8,110,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/librelogo/source/pythonpath.po,35,36,40,39,41,64,96,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/nlpsolver/src/locale.po,7,7,12,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/officecfg/registry/data/org/openoffice/office.po,1262,1526,2553,9,40,37,275,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/readlicense_oo/docs.po,66,1300,1484,2,86,35,1017,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/reportbuilder/java/org/libreoffice/report/function/metadata.po,2,2,2,0,0,4,18,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/reportdesign/messages.po,125,369,389,112,198,21,50,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/sc/messages.po,2172,11080,10386,1142,2929,1372,6251,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scaddins/messages.po,788,2467,2396,22,89,91,632,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/sccomp/messages.po,11,47,46,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/base.po,8,40,45,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/calc.po,15,48,47,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/draw.po,13,52,57,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/graphicfilter.po,28,91,99,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/impress.po,17,66,69,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/math.po,10,42,42,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/onlineupdate.po,2,13,15,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/quickstart.po,2,15,20,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/writer.po,21,65,67,1,4,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/sd/messages.po,472,1124,1370,367,690,480,1137,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/sfx2/messages.po,188,560,641,161,401,232,1265,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/starmath/messages.po,263,452,522,114,186,106,308,483,946,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/svtools/messages.po,576,1374,1461,83,153,255,1084,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/svx/messages.po,1472,3477,3949,622,1403,752,2344,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/sw/messages.po,1449,3075,3587,1162,2138,829,2525,3440,7738,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/swext/mediawiki/help.po,32,270,305,29,674,28,460,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,6,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,23,171,172,8,8,1,2,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/sysui/desktop/share.po,44,169,180,10,54,12,54,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/uui/messages.po,102,825,912,24,161,31,568,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/vcl/messages.po,137,219,280,66,130,153,388,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/wizards/messages.po,185,874,980,55,89,25,79,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/wizards/source/resources.po,359,1724,1786,132,276,63,286,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/xmlsecurity/messages.po,33,147,145,18,60,40,217,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/accessibility/messages.po,11,27,24,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/avmedia/messages.po,22,45,40,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/basctl/messages.po,155,611,562,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/basic/messages.po,135,549,569,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/chart2/messages.po,620,1368,1346,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/messages.po,106,1047,847,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,6,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/cui/messages.po,2343,5558,5438,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dbaccess/messages.po,812,4510,4038,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/desktop/messages.po,162,1225,1173,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/en/dialog.po,37,176,178,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/hu_hu/dialog.po,32,71,71,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/ru_ru/dialog.po,14,26,26,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/editeng/messages.po,265,656,652,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/extensions/messages.po,663,2099,1936,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/extras/source/autocorr/emoji.po,1575,1817,2435,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/filter/messages.po,222,818,770,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/filter/source/config/fragments/filters.po,220,732,736,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/filter/source/config/fragments/types.po,38,121,128,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/forms/messages.po,58,330,302,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/formula/messages.po,437,513,515,0,0,0,0,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/fpicker/messages.po,61,163,151,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/framework/messages.po,29,210,194,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/librelogo/source/pythonpath.po,138,173,174,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,26,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/nlpsolver/src/locale.po,41,105,110,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/officecfg/registry/data/org/openoffice/office.po,1308,1841,1817,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/readlicense_oo/docs.po,103,2403,2136,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/reportdesign/messages.po,258,617,596,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/sc/messages.po,4686,20260,17259,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scaddins/messages.po,901,3188,2595,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/sccomp/messages.po,14,65,60,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/base.po,10,44,40,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/calc.po,22,94,104,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/draw.po,41,149,150,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/extensions.po,16,65,67,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/graphicfilter.po,30,101,118,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/impress.po,21,81,81,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/writer.po,27,114,110,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/sd/messages.po,1319,2951,2898,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/sfx2/messages.po,581,2226,2056,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/starmath/messages.po,505,968,1023,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/svtools/messages.po,914,2611,2516,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/svx/messages.po,2846,7224,6961,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/sw/messages.po,3441,7740,7770,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/swext/mediawiki/help.po,89,1404,1196,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,139,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/sysui/desktop/share.po,66,277,290,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/uui/messages.po,157,1554,1378,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/vcl/messages.po,356,737,727,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/wizards/messages.po,265,1042,988,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/wizards/source/resources.po,554,2286,2008,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/writerperfect/messages.po,30,65,64,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/xmlsecurity/messages.po,91,424,402,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/accessibility/messages.po,7,13,7,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/avmedia/messages.po,17,27,18,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/basctl/messages.po,89,302,157,34,49,32,260,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/basic/messages.po,16,48,22,118,500,1,1,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/chart2/messages.po,218,453,255,177,335,225,580,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/messages.po,8,71,27,7,49,91,927,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,2,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/cui/messages.po,459,764,526,735,1136,1149,3658,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dbaccess/messages.po,398,2436,1038,245,1307,169,767,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/desktop/messages.po,77,345,192,32,427,53,453,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/hu_hu/dialog.po,2,2,2,5,8,25,61,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/ru_ru/dialog.po,2,2,2,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/editeng/messages.po,59,95,59,72,121,134,440,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/extensions/messages.po,386,950,529,216,838,61,311,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/extras/source/autocorr/emoji.po,41,38,38,181,172,1353,1607,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/extras/source/gallery/share.po,5,7,7,2,2,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/filter/messages.po,50,184,82,29,57,143,577,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/filter/source/config/fragments/filters.po,80,276,171,10,28,130,428,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po,35,127,86,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/filter/source/config/fragments/types.po,15,41,34,3,12,20,68,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/forms/messages.po,54,314,90,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/formula/messages.po,52,55,52,56,57,326,398,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/fpicker/messages.po,30,76,36,16,46,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/framework/messages.po,17,163,56,6,14,6,33,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/auxiliary.po,22,30,24,0,0,83,272,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sbasic/guide.po,50,595,237,0,0,53,750,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sbasic/shared.po,3436,28335,8871,0,0,1069,7096,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc.po,157,694,258,0,0,30,292,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/scalc/guide.po,1146,15761,5574,0,0,323,5832,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/schart.po,15,142,29,0,0,81,789,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sdraw.po,115,698,238,0,0,8,34,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/sdraw/guide.po,245,2617,908,0,0,30,455,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared.po,202,1760,551,0,0,48,548,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/autokorr.po,46,398,101,0,0,2,22,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/autopi.po,725,6416,2033,0,0,162,1978,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/explorer/database.po,1244,10856,3329,0,0,397,8001,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/guide.po,1698,22901,6003,0,0,818,13542,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/shared/optionen.po,1145,9743,2442,0,0,789,13608,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/simpress.po,167,1127,263,0,0,32,268,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/simpress/guide.po,521,6200,1345,0,0,246,4082,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/smath.po,56,609,172,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/smath/guide.po,64,643,219,0,0,40,550,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter.po,196,987,379,0,0,140,1959,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter/guide.po,1574,18651,4592,0,0,570,9286,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter/librelogo.po,38,39,38,1,1,287,2979,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/librelogo/source/pythonpath.po,14,16,14,45,47,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/nlpsolver/src/locale.po,4,4,4,9,10,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/officecfg/registry/data/org/openoffice/office.po,1164,1245,1495,25,28,119,568,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/readlicense_oo/docs.po,19,244,67,2,97,82,2062,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/reportdesign/messages.po,69,90,69,71,121,118,406,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/sc/messages.po,1966,10003,3186,1148,3178,1572,7079,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scaddins/messages.po,772,2437,838,32,113,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/activex.po,1,2,1,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/base.po,8,40,13,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/calc.po,15,48,43,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/draw.po,13,52,38,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/graphicfilter.po,28,91,81,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/impress.po,17,66,53,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/math.po,10,42,35,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/quickstart.po,2,15,6,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/winexplorerext.po,2,18,10,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/writer.po,17,50,42,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/sd/messages.po,358,895,387,359,643,602,1413,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/sfx2/messages.po,164,454,287,143,397,274,1375,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/starmath/messages.po,269,471,282,109,153,127,344,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/svtools/messages.po,369,974,529,79,162,466,1475,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/svx/messages.po,1362,3189,1826,604,1371,880,2664,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/sw/messages.po,1003,1596,1237,1216,2174,1222,3970,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/swext/mediawiki/help.po,5,6,5,6,8,78,1390,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,4,4,4,8,8,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/sysui/desktop/share.po,33,122,56,14,67,19,88,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/uui/messages.po,88,820,235,20,82,49,652,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/vcl/messages.po,111,156,117,59,99,186,482,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/wizards/messages.po,189,845,253,52,153,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/wizards/source/resources.po,405,1780,561,86,297,63,209,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/xmlsecurity/messages.po,17,36,23,19,61,55,327,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/accessibility/messages.po,11,27,31,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/avmedia/messages.po,22,45,48,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/basctl/messages.po,155,611,630,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/basic/messages.po,135,549,614,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/chart2/messages.po,620,1368,1428,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/messages.po,106,1047,980,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/cui/messages.po,2343,5558,5879,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dbaccess/messages.po,812,4510,4638,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/desktop/messages.po,162,1225,1258,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/en/dialog.po,37,176,179,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/hu_hu/dialog.po,32,71,74,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/ru_ru/dialog.po,14,26,25,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/editeng/messages.po,265,656,721,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/extensions/messages.po,663,2099,2166,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/extras/source/autocorr/emoji.po,1575,1817,2833,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/filter/messages.po,222,818,849,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/filter/source/config/fragments/filters.po,220,732,772,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/filter/source/config/fragments/types.po,38,121,129,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/forms/messages.po,58,330,339,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/formula/messages.po,438,514,516,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/fpicker/messages.po,61,163,170,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/framework/messages.po,29,210,216,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/auxiliary.po,105,302,311,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sbasic/guide.po,103,1345,1406,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sbasic/shared.po,4505,35431,36515,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc.po,187,986,1096,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/scalc/guide.po,1468,21546,21998,0,0,1,47,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/schart.po,96,931,1005,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sdraw.po,123,732,844,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/sdraw/guide.po,275,3072,3339,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared.po,246,2199,2225,0,0,4,109,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/autokorr.po,48,420,422,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/autopi.po,887,8394,8848,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/explorer/database.po,1638,18750,19938,0,0,3,107,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/guide.po,2508,36212,37778,0,0,8,231,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/help.po,78,117,120,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/menu.po,16,120,129,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/shared/optionen.po,1934,23351,24230,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/simpress.po,199,1395,1516,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/simpress/guide.po,767,10282,10890,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/smath.po,60,739,784,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/smath/guide.po,104,1193,1244,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter.po,331,2836,2956,0,0,5,110,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter/guide.po,2144,27937,28284,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter/librelogo.po,326,3019,3063,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/helpcontent2/source/text/swriter/menu.po,17,96,103,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/librelogo/source/pythonpath.po,138,173,176,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,24,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/nlpsolver/src/locale.po,41,105,110,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/officecfg/registry/data/org/openoffice.po,9,28,22,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/officecfg/registry/data/org/openoffice/office.po,1308,1841,1880,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/readlicense_oo/docs.po,103,2403,2515,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,18,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/reportdesign/messages.po,258,617,631,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/sc/messages.po,4686,20260,20216,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scaddins/messages.po,901,3188,3204,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/sccomp/messages.po,14,65,75,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/activex.po,2,16,22,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/base.po,10,44,53,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/calc.po,22,94,115,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/draw.po,41,149,161,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/extensions.po,16,65,72,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/gnome.po,2,11,14,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/graphicfilter.po,30,101,101,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/impress.po,21,81,91,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/math.po,10,42,51,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/quickstart.po,2,15,19,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/winexplorerext.po,2,18,19,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/writer.po,27,114,125,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/sd/messages.po,1319,2951,3089,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/sfx2/messages.po,581,2226,2350,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/starmath/messages.po,505,968,1000,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/svtools/messages.po,914,2611,2751,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/svx/messages.po,2846,7224,7530,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/sw/messages.po,3441,7740,8150,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/swext/mediawiki/help.po,89,1404,1496,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,171,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/sysui/desktop/share.po,66,277,320,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/uui/messages.po,157,1554,1683,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/vcl/messages.po,356,737,789,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/wizards/messages.po,265,1042,1053,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/wizards/source/resources.po,554,2286,2232,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/writerperfect/messages.po,30,65,66,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/xmlsecurity/messages.po,91,424,435,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/avmedia/messages.po,22,45,45,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/basctl/messages.po,155,611,611,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/basic/messages.po,135,549,548,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/chart2/messages.po,620,1368,1312,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/messages.po,106,1047,1040,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/cui/messages.po,2343,5558,5559,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dbaccess/messages.po,812,4510,4506,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/desktop/messages.po,162,1225,1224,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/en/dialog.po,37,176,176,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/hu_hu/dialog.po,32,71,71,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/ru_ru/dialog.po,14,26,26,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/editeng/messages.po,265,656,659,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/extensions/messages.po,663,2099,2100,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/extras/source/autocorr/emoji.po,1575,1817,1817,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/filter/messages.po,222,818,818,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/filter/source/config/fragments/filters.po,220,732,732,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/filter/source/config/fragments/types.po,38,121,121,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/forms/messages.po,58,330,329,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/formula/messages.po,438,514,514,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/fpicker/messages.po,61,163,161,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/framework/messages.po,29,210,210,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/auxiliary.po,105,302,303,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sbasic/guide.po,103,1345,1358,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sbasic/shared.po,4505,35431,35528,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc.po,187,986,989,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/scalc/guide.po,1469,21593,21708,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/schart.po,96,931,939,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sdraw.po,123,732,733,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/sdraw/guide.po,275,3072,3073,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared.po,250,2308,2315,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/autokorr.po,48,420,421,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/autopi.po,887,8394,8435,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/explorer/database.po,1641,18857,18944,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/guide.po,2516,36443,36595,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/help.po,78,117,117,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/menu.po,16,120,123,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/shared/optionen.po,1934,23351,23500,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/simpress.po,199,1395,1399,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/simpress/guide.po,767,10282,10311,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/smath.po,60,739,740,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/smath/guide.po,104,1193,1194,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter.po,336,2946,2970,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter/guide.po,2144,27937,27797,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter/librelogo.po,326,3019,3018,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/helpcontent2/source/text/swriter/menu.po,17,96,96,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/librelogo/source/pythonpath.po,138,173,173,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/nlpsolver/src/locale.po,41,105,105,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/officecfg/registry/data/org/openoffice/office.po,1308,1841,1840,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/readlicense_oo/docs.po,103,2403,2402,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,20,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/reportdesign/messages.po,258,617,616,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/sc/messages.po,4686,20260,20293,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scaddins/messages.po,901,3188,3189,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/sccomp/messages.po,14,65,65,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/base.po,10,44,42,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/calc.po,22,94,92,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/draw.po,41,149,147,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/extensions.po,16,65,65,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/graphicfilter.po,30,101,101,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/impress.po,21,81,79,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/writer.po,27,114,114,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/sd/messages.po,1319,2951,2945,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/sfx2/messages.po,581,2226,2232,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/starmath/messages.po,505,968,984,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/svtools/messages.po,914,2611,2606,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/svx/messages.po,2846,7224,7229,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/sw/messages.po,3441,7740,7748,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/swext/mediawiki/help.po,89,1404,1417,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,181,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/sysui/desktop/share.po,66,277,271,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/uui/messages.po,157,1554,1554,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/vcl/messages.po,356,737,736,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/wizards/messages.po,265,1042,1038,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/wizards/source/resources.po,554,2286,2282,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/writerperfect/messages.po,30,65,65,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/xmlsecurity/messages.po,91,424,424,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/accessibility/messages.po,7,13,13,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/avmedia/messages.po,17,27,27,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/basctl/messages.po,98,394,394,34,50,23,167,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/basic/messages.po,18,52,52,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/chart2/messages.po,243,526,526,163,285,214,557,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/messages.po,96,942,942,6,48,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/cui/messages.po,675,1441,1438,720,1243,948,2874,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dbaccess/messages.po,434,2640,2640,245,1304,133,566,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/desktop/messages.po,106,666,664,34,338,22,221,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/hu_hu/dialog.po,2,2,2,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/ru_ru/dialog.po,3,3,3,2,4,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/editeng/messages.po,237,565,565,17,61,11,30,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/extensions/messages.po,402,998,998,209,827,52,274,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/extras/source/autocorr/emoji.po,43,39,39,189,181,1343,1597,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/filter/messages.po,55,213,213,31,74,136,531,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/filter/source/config/fragments/filters.po,87,307,306,11,30,122,395,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/filter/source/config/fragments/types.po,17,50,50,4,17,17,54,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/forms/messages.po,54,314,314,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/formula/messages.po,304,307,307,63,89,71,118,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/fpicker/messages.po,31,88,88,15,34,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/framework/messages.po,18,167,167,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/auxiliary.po,22,30,30,0,0,83,272,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sbasic/guide.po,83,1116,1116,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sbasic/shared.po,3370,28592,28685,0,0,1135,6839,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc.po,171,830,823,0,0,16,156,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/scalc/guide.po,1298,18021,17994,0,0,171,3572,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/schart.po,87,794,794,0,0,9,137,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sdraw.po,119,714,711,0,0,4,18,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/sdraw/guide.po,255,2699,2697,0,0,20,373,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared.po,208,1801,1802,0,0,42,507,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/autokorr.po,47,403,403,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/autopi.po,744,6488,6487,0,0,143,1906,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/explorer/database.po,1449,14286,14269,0,0,192,4571,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/guide.po,2039,28012,27979,0,0,477,8431,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/shared/optionen.po,1231,11171,11161,0,0,703,12180,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/simpress.po,185,1314,1313,0,0,14,81,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/simpress/guide.po,594,7859,7849,0,0,173,2423,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/smath.po,56,609,606,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/smath/guide.po,95,1030,1030,0,0,9,163,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter.po,215,1366,1360,0,0,121,1580,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter/guide.po,1866,22720,22659,0,0,278,5217,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter/librelogo.po,39,40,40,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/librelogo/source/pythonpath.po,19,21,21,42,44,77,108,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/nlpsolver/src/locale.po,10,10,10,5,6,26,89,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/officecfg/registry/data/org/openoffice/office.po,1191,1278,1279,5,8,112,555,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/readlicense_oo/docs.po,66,1289,1289,10,282,27,832,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/reportdesign/messages.po,186,440,440,58,139,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/sc/messages.po,2310,11428,11428,1008,2993,1368,5839,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scaddins/messages.po,781,2471,2471,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/sccomp/messages.po,11,47,47,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/base.po,8,40,40,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/calc.po,17,56,56,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/draw.po,13,52,52,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/impress.po,19,74,74,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/math.po,10,42,42,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/writer.po,22,69,69,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/sd/messages.po,457,1181,1181,324,564,538,1206,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/sfx2/messages.po,195,523,523,141,443,245,1260,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/starmath/messages.po,277,481,480,104,148,124,339,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/svtools/messages.po,584,1472,1471,73,184,257,955,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/svx/messages.po,1468,3386,3385,574,1332,804,2506,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/sw/messages.po,1291,2193,2189,1086,2092,1064,3455,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/swext/mediawiki/help.po,44,304,304,24,702,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,181,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/sysui/desktop/share.po,44,171,171,10,52,12,54,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/uui/messages.po,97,923,923,19,134,41,497,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/vcl/messages.po,167,263,263,45,113,144,361,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/wizards/messages.po,229,985,985,12,13,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/wizards/source/resources.po,470,1917,1915,34,192,50,177,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/xmlsecurity/messages.po,21,40,40,17,118,53,266,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/avmedia/messages.po,22,45,44,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/basctl/messages.po,155,611,583,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/basic/messages.po,135,549,513,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/chart2/messages.po,620,1368,1214,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/messages.po,106,1047,949,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,3,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/cui/messages.po,2343,5558,5340,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dbaccess/messages.po,812,4510,4035,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/desktop/messages.po,162,1225,1179,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/en/dialog.po,37,176,162,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/hu_hu/dialog.po,32,71,64,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/pt_br/dialog.po,2,5,4,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/ru_ru/dialog.po,14,26,27,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/editeng/messages.po,265,656,650,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/extensions/messages.po,663,2099,1899,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/extras/source/autocorr/emoji.po,1573,1815,1775,0,0,2,2,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/filter/messages.po,222,818,717,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/filter/source/config/fragments/filters.po,204,691,681,0,0,16,41,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po,38,139,137,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/filter/source/config/fragments/types.po,28,95,105,0,0,10,26,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/forms/messages.po,58,330,323,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/formula/messages.po,437,513,561,0,0,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/fpicker/messages.po,61,163,147,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/framework/messages.po,29,210,182,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/auxiliary.po,97,279,279,0,0,8,23,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sbasic/guide.po,53,599,548,0,0,50,746,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sbasic/shared.po,2911,21527,19532,0,0,1594,13904,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc.po,187,986,972,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/scalc/guide.po,261,1861,1726,0,0,1208,19732,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/schart.po,96,931,853,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sdraw.po,123,732,655,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/sdraw/guide.po,32,215,211,0,0,243,2857,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared.po,239,2135,1919,0,0,11,173,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/autokorr.po,48,420,295,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/autopi.po,217,427,410,0,0,670,7967,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/explorer/database.po,401,940,909,0,0,1240,17917,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/guide.po,990,11563,10547,0,0,1526,24880,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/help.po,7,25,30,0,0,71,92,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/menu.po,16,120,112,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/shared/optionen.po,550,1076,1025,0,0,1384,22275,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/simpress.po,199,1395,1281,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/simpress/guide.po,183,2296,2060,0,0,584,7986,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/smath.po,59,722,659,0,0,1,17,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/smath/guide.po,3,3,3,0,0,101,1190,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter.po,330,2832,2625,0,0,6,114,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter/guide.po,2138,27875,25662,0,0,6,62,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter/librelogo.po,326,3019,2889,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/helpcontent2/source/text/swriter/menu.po,17,96,89,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/librelogo/source/pythonpath.po,138,173,171,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/nlpsolver/src/locale.po,41,105,113,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/officecfg/registry/data/org/openoffice/office.po,1308,1841,1777,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/readlicense_oo/docs.po,103,2403,2205,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,19,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/reportdesign/messages.po,258,617,587,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/sc/messages.po,4686,20260,18592,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scaddins/messages.po,901,3188,3040,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/sccomp/messages.po,14,65,60,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/base.po,10,44,37,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/calc.po,22,94,96,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/draw.po,41,149,161,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/extensions.po,16,65,59,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/graphicfilter.po,30,101,125,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/impress.po,21,81,86,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/writer.po,27,114,118,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/sd/messages.po,1319,2951,2866,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/sfx2/messages.po,581,2226,2137,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/starmath/messages.po,505,968,997,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/svtools/messages.po,908,2603,2485,0,0,6,8,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/svx/messages.po,2831,7189,6994,0,0,15,35,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/sw/messages.po,3441,7740,7500,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/swext/mediawiki/help.po,89,1404,1305,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,161,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/sysui/desktop/share.po,66,277,304,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/uui/messages.po,157,1554,1446,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/vcl/messages.po,356,737,688,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/wizards/messages.po,265,1042,967,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/wizards/source/resources.po,554,2286,2076,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/writerperfect/messages.po,30,65,62,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/xmlsecurity/messages.po,91,424,390,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/avmedia/messages.po,22,45,49,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/basctl/messages.po,155,611,674,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/basic/messages.po,135,549,738,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/chart2/messages.po,620,1368,1687,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/messages.po,106,1047,1207,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,7,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,5,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/cui/messages.po,2343,5558,6405,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dbaccess/messages.po,812,4510,5134,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/desktop/messages.po,162,1225,1263,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/en/dialog.po,37,176,191,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/hu_hu/dialog.po,32,71,84,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/ru_ru/dialog.po,14,26,31,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/editeng/messages.po,265,656,794,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/extensions/messages.po,663,2099,2328,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/extras/source/autocorr/emoji.po,1436,1663,1743,0,0,139,154,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/extras/source/gallery/share.po,12,15,17,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/filter/messages.po,222,818,956,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/filter/source/config/fragments/filters.po,220,732,948,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/filter/source/config/fragments/internalgraphicfilters.po,38,139,182,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/filter/source/config/fragments/types.po,38,121,161,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/forms/messages.po,58,330,360,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/formula/messages.po,438,514,631,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/fpicker/messages.po,61,163,176,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/framework/messages.po,29,210,233,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/auxiliary.po,105,302,375,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sbasic/guide.po,103,1345,1569,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sbasic/shared.po,4504,35404,38264,0,0,1,27,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc.po,187,986,1145,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/scalc/guide.po,1463,21414,23566,0,0,6,179,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/schart.po,96,931,1136,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sdraw.po,123,732,796,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/sdraw/guide.po,275,3072,3447,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared.po,250,2308,2559,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/autokorr.po,48,420,453,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/autopi.po,883,8300,9163,0,0,4,94,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/explorer/database.po,1528,15891,18074,0,0,113,2966,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/guide.po,2490,35788,40944,0,0,26,655,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/help.po,78,117,130,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/menu.po,16,120,144,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/shared/optionen.po,1900,22196,25085,0,0,34,1155,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/simpress.po,199,1395,1571,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/simpress/guide.po,767,10282,11701,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/smath.po,60,739,829,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/smath/guide.po,104,1193,1264,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter.po,334,2937,3387,0,0,2,9,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter/guide.po,2141,27919,31319,0,0,3,18,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter/librelogo.po,326,3019,3420,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/helpcontent2/source/text/swriter/menu.po,17,96,113,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/librelogo/source/pythonpath.po,138,173,203,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,27,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/nlpsolver/src/locale.po,41,105,134,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/officecfg/registry/data/org/openoffice.po,9,28,40,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/officecfg/registry/data/org/openoffice/office.po,1307,1839,1990,0,0,1,2,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/readlicense_oo/docs.po,103,2403,2620,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,17,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/reportdesign/messages.po,258,617,712,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/sc/messages.po,4642,20179,22313,5,5,39,76,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scaddins/messages.po,901,3188,3265,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/sccomp/messages.po,14,65,82,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/activex.po,2,16,19,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/base.po,10,44,53,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/calc.po,22,94,131,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/draw.po,41,149,173,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/extensions.po,16,65,90,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/gnome.po,2,11,13,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/graphicfilter.po,30,101,140,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/impress.po,21,81,96,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/math.po,10,42,46,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/python.po,2,7,11,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/quickstart.po,2,15,19,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/writer.po,27,114,145,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/sd/messages.po,1253,2879,3320,12,13,54,59,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/sfx2/messages.po,581,2226,2435,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/starmath/messages.po,505,968,1122,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/svtools/messages.po,900,2574,2917,0,0,14,37,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/svx/messages.po,2819,7162,8072,7,15,20,47,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/sw/messages.po,3400,7692,9074,4,5,37,43,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/swext/mediawiki/help.po,89,1404,1602,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,182,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/sysui/desktop/share.po,66,277,385,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/uui/messages.po,157,1554,1691,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/vcl/messages.po,332,670,765,0,0,24,67,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/wizards/messages.po,261,1026,1159,4,16,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/wizards/source/resources.po,554,2286,2441,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/writerperfect/messages.po,30,65,78,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/xmlsecurity/messages.po,91,424,485,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/accessibility/messages.po,11,27,19,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/basctl/messages.po,155,611,471,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/basic/messages.po,135,549,517,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/chart2/messages.po,620,1368,1104,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/messages.po,106,1047,779,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/cui/messages.po,2343,5558,4700,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dbaccess/messages.po,812,4510,3316,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/desktop/messages.po,162,1225,923,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/en/dialog.po,37,176,159,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/hu_hu/dialog.po,32,71,59,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/ru_ru/dialog.po,14,26,21,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/editeng/messages.po,265,656,584,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/extensions/messages.po,663,2099,1606,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/extras/source/autocorr/emoji.po,1575,1817,1607,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/filter/messages.po,222,818,633,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/filter/source/config/fragments/filters.po,220,732,669,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/filter/source/config/fragments/internalgraphicfilters.po,40,146,137,0,0,0,0,40,146,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/filter/source/config/fragments/types.po,38,121,113,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/forms/messages.po,58,330,257,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/formula/messages.po,438,514,511,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/fpicker/messages.po,61,163,138,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/framework/messages.po,29,210,143,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/auxiliary.po,105,302,255,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sbasic/guide.po,89,1185,813,0,0,14,160,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sbasic/shared.po,3524,29351,21467,0,0,981,6080,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc.po,187,986,734,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/scalc/guide.po,1360,19505,13699,0,0,109,2088,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/schart.po,96,931,606,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sdraw.po,123,732,551,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/sdraw/guide.po,275,3072,2107,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared.po,250,2308,1685,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/autokorr.po,48,420,277,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/autopi.po,648,4144,3086,0,0,239,4250,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/explorer/database.po,1406,12817,8960,0,0,235,6040,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/guide.po,2059,28452,19707,0,0,457,7991,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/menu.po,16,120,91,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/shared/optionen.po,1587,17301,12140,0,0,347,6050,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/simpress.po,199,1395,958,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/simpress/guide.po,605,8019,5450,0,0,162,2263,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/smath.po,60,739,544,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/smath/guide.po,104,1193,891,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter.po,314,2434,1783,0,0,22,512,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter/guide.po,1758,21487,14811,0,0,386,6450,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter/librelogo.po,267,1513,1354,5,124,54,1382,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/librelogo/source/pythonpath.po,138,173,167,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,12,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/nlpsolver/src/locale.po,41,105,84,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/officecfg/registry/data/org/openoffice.po,9,28,25,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/officecfg/registry/data/org/openoffice/office.po,1308,1841,1688,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/readlicense_oo/docs.po,103,2403,1684,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/reportdesign/messages.po,258,617,563,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/sc/messages.po,4686,20260,14003,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scaddins/messages.po,901,3188,2055,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/sccomp/messages.po,14,65,52,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/base.po,10,44,37,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/calc.po,22,94,83,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/draw.po,41,149,105,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/extensions.po,16,65,53,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/graphicfilter.po,30,101,79,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/impress.po,21,81,69,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/math.po,10,42,36,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/onlineupdate.po,2,13,7,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/quickstart.po,2,15,10,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/writer.po,27,114,89,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/sd/messages.po,1319,2951,2474,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/sfx2/messages.po,581,2226,1800,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/starmath/messages.po,505,968,836,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/svtools/messages.po,914,2611,2270,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/svx/messages.po,2846,7224,6027,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/sw/messages.po,3441,7740,6675,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/swext/mediawiki/help.po,89,1404,974,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,125,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/sysui/desktop/share.po,66,277,231,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/uui/messages.po,157,1554,1186,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/vcl/messages.po,356,737,669,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/wizards/messages.po,265,1042,809,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/wizards/source/resources.po,554,2286,1730,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/writerperfect/messages.po,30,65,59,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/xmlsecurity/messages.po,91,424,338,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/accessibility/messages.po,11,27,23,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/basctl/messages.po,155,611,503,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/basic/messages.po,135,549,558,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/chart2/messages.po,620,1368,1220,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/messages.po,106,1047,860,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/cui/messages.po,2343,5558,4943,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dbaccess/messages.po,812,4510,3619,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/desktop/messages.po,162,1225,963,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/en/dialog.po,37,176,170,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/hu_hu/dialog.po,32,71,66,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/ru_ru/dialog.po,14,26,26,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/editeng/messages.po,265,656,618,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/extensions/messages.po,663,2099,1672,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/extras/source/autocorr/emoji.po,1575,1817,1768,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/filter/messages.po,222,818,730,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/filter/source/config/fragments/filters.po,220,732,714,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po,38,139,136,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/filter/source/config/fragments/types.po,38,121,121,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/forms/messages.po,58,330,271,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/formula/messages.po,438,514,513,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/fpicker/messages.po,61,163,139,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/framework/messages.po,29,210,166,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/auxiliary.po,105,302,270,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sbasic/guide.po,103,1345,981,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sbasic/shared.po,4505,35431,28163,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc.po,187,986,789,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/scalc/guide.po,1469,21593,16390,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/schart.po,96,931,756,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sdraw.po,123,732,591,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/sdraw/guide.po,275,3072,2270,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared.po,250,2308,1860,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/autokorr.po,48,420,343,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/autopi.po,887,8394,6199,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/explorer/database.po,1641,18857,14003,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/guide.po,2516,36443,27598,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/help.po,78,117,111,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/menu.po,16,120,98,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/shared/optionen.po,1934,23351,18112,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/simpress.po,199,1395,1051,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/simpress/guide.po,767,10282,7542,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/smath.po,60,739,564,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/smath/guide.po,104,1193,913,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter.po,336,2946,2288,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter/guide.po,2144,27937,20350,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter/librelogo.po,326,3019,2701,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/helpcontent2/source/text/swriter/menu.po,17,96,79,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/librelogo/source/pythonpath.po,138,173,171,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,17,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/nlpsolver/src/locale.po,41,105,93,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/officecfg/registry/data/org/openoffice.po,9,28,20,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/officecfg/registry/data/org/openoffice/office.po,1308,1841,1762,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/readlicense_oo/docs.po,103,2403,1891,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/reportdesign/messages.po,258,617,552,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/sc/messages.po,4686,20260,15797,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scaddins/messages.po,901,3188,2468,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/sccomp/messages.po,14,65,62,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/activex.po,2,16,15,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/base.po,10,44,37,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/calc.po,22,94,88,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/draw.po,41,149,140,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/extensions.po,16,65,52,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/gnome.po,2,11,8,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/graphicfilter.po,30,101,121,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/impress.po,21,81,72,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/math.po,10,42,36,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/writer.po,27,114,98,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/sd/messages.po,1319,2951,2665,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/sfx2/messages.po,581,2226,1908,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/starmath/messages.po,504,967,969,0,0,0,0,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/svtools/messages.po,914,2611,2413,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/svx/messages.po,2846,7224,6358,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/sw/messages.po,3441,7740,6929,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/swext/mediawiki/help.po,89,1404,1084,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,136,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/sysui/desktop/share.po,66,277,264,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/uui/messages.po,157,1554,1257,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/vcl/messages.po,356,737,681,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/wizards/messages.po,265,1042,817,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/wizards/source/resources.po,554,2286,1834,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/writerperfect/messages.po,30,65,62,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/xmlsecurity/messages.po,91,424,360,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/accessibility/messages.po,11,27,35,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/avmedia/messages.po,22,45,47,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/basctl/messages.po,131,579,619,23,28,1,4,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/basic/messages.po,18,52,72,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/chart2/messages.po,243,536,600,149,254,228,578,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/messages.po,58,533,510,5,47,43,467,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/cui/messages.po,582,1202,1326,711,1299,1050,3057,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dbaccess/messages.po,255,1326,1353,319,2036,238,1148,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/desktop/messages.po,61,330,392,16,58,85,837,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/hu_hu/dialog.po,2,2,2,5,8,25,61,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/ru_ru/dialog.po,3,3,5,2,4,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/editeng/messages.po,265,656,718,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/extensions/messages.po,237,445,535,146,454,280,1200,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/extras/source/autocorr/emoji.po,42,39,39,175,165,1358,1613,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/extras/source/gallery/share.po,11,14,16,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/filter/messages.po,31,45,53,30,40,161,733,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/filter/source/config/fragments/filters.po,54,182,191,14,50,152,500,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po,5,17,19,0,0,33,122,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/filter/source/config/fragments/types.po,5,19,20,5,21,28,81,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/forms/messages.po,58,330,333,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/formula/messages.po,356,377,380,33,48,49,89,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/fpicker/messages.po,61,163,185,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/framework/messages.po,29,210,226,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/librelogo/source/pythonpath.po,15,17,15,43,45,80,111,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,1,4,4,0,0,1,17,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/nlpsolver/src/locale.po,9,9,9,3,4,29,92,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/officecfg/registry/data/org/openoffice/office.po,587,666,941,169,172,552,1003,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/readlicense_oo/docs.po,22,414,458,12,234,69,1755,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/reportdesign/messages.po,185,440,470,59,139,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/sc/messages.po,1739,6624,5874,1189,4753,1758,8883,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scaddins/messages.po,100,286,284,105,242,696,2660,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/sccomp/messages.po,14,65,75,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/base.po,8,40,43,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/calc.po,17,56,56,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/draw.po,13,52,54,3,13,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/extensions.po,10,34,37,0,0,6,31,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/graphicfilter.po,28,91,106,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/impress.po,19,74,79,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/onlineupdate.po,2,13,14,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/winexplorerext.po,2,18,19,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/writer.po,22,69,71,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/sd/messages.po,448,1170,1195,326,550,545,1231,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/sfx2/messages.po,164,370,394,124,279,293,1577,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/starmath/messages.po,257,477,552,103,143,120,323,480,943,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/svtools/messages.po,500,1147,1157,88,217,326,1247,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/svx/messages.po,1051,2137,2242,541,1100,1254,3987,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/sw/messages.po,1310,2352,2578,1063,1942,1067,3445,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/swext/mediawiki/help.po,13,17,18,3,5,73,1382,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,31,179,174,0,0,1,2,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/sysui/desktop/share.po,56,216,228,7,49,3,12,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/uui/messages.po,53,350,328,21,76,83,1128,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/vcl/messages.po,179,304,329,39,84,138,349,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/wizards/messages.po,73,254,269,38,71,154,717,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/wizards/source/resources.po,280,1077,1191,73,179,201,1030,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/writerperfect/messages.po,30,65,79,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/xmlsecurity/messages.po,33,74,77,14,103,44,247,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/accessibility/messages.po,11,27,19,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/basctl/messages.po,155,611,451,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/basic/messages.po,135,549,503,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/chart2/messages.po,617,1340,1048,0,0,3,28,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/messages.po,105,1033,783,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,1,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/cui/messages.po,2206,5231,4298,23,31,114,296,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dbaccess/messages.po,812,4510,3215,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/desktop/messages.po,160,1172,848,0,0,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/en/dialog.po,37,176,159,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/hu_hu/dialog.po,32,71,64,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/pt_br/dialog.po,2,5,4,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/ru_ru/dialog.po,13,25,24,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/editeng/messages.po,265,656,606,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/extensions/messages.po,658,2078,1549,0,0,5,21,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/extras/source/autocorr/emoji.po,1278,1493,1416,0,0,297,324,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/extras/source/gallery/share.po,11,14,13,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/filter/messages.po,222,818,612,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/filter/source/config/fragments/filters.po,196,667,573,0,0,24,65,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po,38,139,131,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/filter/source/config/fragments/types.po,28,95,84,0,0,10,26,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/forms/messages.po,58,330,248,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/formula/messages.po,437,513,623,0,0,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/fpicker/messages.po,61,163,139,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/framework/messages.po,29,210,138,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/auxiliary.po,92,266,232,0,0,13,36,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sbasic/guide.po,89,1185,748,0,0,14,160,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sbasic/shared.po,3558,29612,21278,0,0,947,5819,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc.po,183,970,700,0,0,4,16,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/scalc/guide.po,1364,19648,12791,0,0,105,1945,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/schart.po,88,796,491,0,0,8,135,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sdraw.po,120,718,520,0,0,3,14,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/sdraw/guide.po,263,2845,1834,0,0,12,227,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared.po,219,1966,1326,0,0,31,342,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/autokorr.po,48,420,317,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/autopi.po,758,6585,4379,0,0,129,1809,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/explorer/database.po,1477,14662,9461,0,0,164,4195,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/guide.po,2117,29836,19457,0,0,399,6607,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/shared/optionen.po,1562,17110,11173,0,0,372,6241,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/simpress.po,189,1337,893,0,0,10,58,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/simpress/guide.po,605,8019,5096,0,0,162,2263,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/smath.po,57,613,392,0,0,3,126,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/smath/guide.po,96,1031,723,0,0,8,162,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter.po,228,1524,1042,0,0,108,1422,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter/guide.po,1945,24313,15081,0,0,199,3624,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter/librelogo.po,319,2865,2370,0,0,7,154,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/librelogo/source/pythonpath.po,138,173,170,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,14,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/nlpsolver/src/locale.po,41,105,83,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/officecfg/registry/data/org/openoffice.po,8,25,21,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/officecfg/registry/data/org/openoffice/office.po,1301,1831,1703,0,0,7,10,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/readlicense_oo/docs.po,102,2343,1557,0,0,1,60,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/reportdesign/messages.po,258,617,544,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/sc/messages.po,4437,19496,12958,0,0,249,764,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scaddins/messages.po,901,3188,2242,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/sccomp/messages.po,14,65,45,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/activex.po,2,16,13,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/base.po,10,44,36,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/calc.po,22,94,83,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/draw.po,41,149,131,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/extensions.po,16,65,51,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/gnome.po,1,2,1,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/graphicfilter.po,30,101,64,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/impress.po,21,81,67,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/math.po,10,42,37,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/quickstart.po,2,15,10,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/winexplorerext.po,2,18,13,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/writer.po,27,114,79,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/sd/messages.po,1109,2644,2189,32,46,178,261,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/sfx2/messages.po,555,1948,1521,0,0,26,278,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/starmath/messages.po,505,968,794,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/svtools/messages.po,862,2428,2041,0,0,52,183,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/svx/messages.po,2715,6888,5693,0,0,131,336,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/sw/messages.po,3353,7370,6275,3,3,85,367,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/swext/mediawiki/help.po,75,1191,786,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,111,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/sysui/desktop/share.po,66,277,218,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/uui/messages.po,148,1322,1004,0,0,9,232,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/vcl/messages.po,270,525,442,0,0,86,212,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/wizards/messages.po,265,1042,710,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/wizards/source/resources.po,554,2286,1663,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/writerperfect/messages.po,21,52,45,0,0,9,13,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/xmlsecurity/messages.po,91,424,335,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/accessibility/messages.po,11,27,32,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/avmedia/messages.po,22,45,55,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/basctl/messages.po,155,611,721,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/basic/messages.po,135,549,622,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/chart2/messages.po,620,1368,1728,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/messages.po,106,1047,1233,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/cui/messages.po,2343,5558,6691,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dbaccess/messages.po,812,4510,5207,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/desktop/messages.po,162,1225,1394,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/en/dialog.po,37,176,223,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/hu_hu/dialog.po,32,71,85,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/ru_ru/dialog.po,14,26,31,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/editeng/messages.po,265,656,769,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/extensions/messages.po,663,2099,2420,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/extensions/source/update/check/org/openoffice/office.po,1,3,5,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/extras/source/autocorr/emoji.po,1575,1817,1922,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/filter/messages.po,222,818,987,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/filter/source/config/fragments/filters.po,220,732,757,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po,38,139,140,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/filter/source/config/fragments/types.po,38,121,128,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/forms/messages.po,58,330,356,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/formula/messages.po,438,514,612,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/fpicker/messages.po,61,163,198,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/framework/messages.po,29,210,238,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/auxiliary.po,105,302,349,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sbasic/guide.po,103,1345,1707,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sbasic/shared.po,4505,35431,38295,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc.po,187,986,1144,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/scalc/guide.po,1469,21593,23805,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/schart.po,96,931,1091,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sdraw.po,123,732,856,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/sdraw/guide.po,275,3072,3359,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared.po,250,2308,2579,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/autokorr.po,48,420,433,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/autopi.po,887,8394,9118,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/explorer/database.po,1641,18857,21450,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/guide.po,2516,36443,41308,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/help.po,78,117,132,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/menu.po,16,120,142,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/shared/optionen.po,1934,23351,26370,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/simpress.po,199,1395,1617,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/simpress/guide.po,767,10282,11388,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/smath.po,60,739,845,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/smath/guide.po,104,1193,1264,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter.po,336,2946,3414,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter/guide.po,2144,27937,31111,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter/librelogo.po,326,3019,3382,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/helpcontent2/source/text/swriter/menu.po,17,96,145,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/librelogo/source/pythonpath.po,138,173,175,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,27,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/nlpsolver/src/locale.po,41,105,128,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/officecfg/registry/data/org/openoffice.po,9,28,40,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/officecfg/registry/data/org/openoffice/office.po,1308,1841,1995,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/readlicense_oo/docs.po,103,2403,2637,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,19,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/reportdesign/messages.po,258,617,767,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/sc/messages.po,4686,20260,22042,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scaddins/messages.po,901,3188,3178,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/sccomp/messages.po,14,65,80,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/base.po,10,44,47,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/calc.po,22,94,108,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/draw.po,41,149,153,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/extensions.po,16,65,76,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/gnome.po,2,11,12,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/graphicfilter.po,30,101,98,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/impress.po,21,81,86,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/onlineupdate.po,2,13,18,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/quickstart.po,2,15,17,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/winexplorerext.po,2,18,21,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/writer.po,27,114,120,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/sd/messages.po,1319,2951,3445,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/sfx2/messages.po,581,2226,2483,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/starmath/messages.po,505,968,1122,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/svtools/messages.po,914,2611,2851,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/svx/messages.po,2846,7224,8349,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/sw/messages.po,3441,7740,9513,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/swext/mediawiki/help.po,89,1404,1597,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,179,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/sysui/desktop/share.po,66,277,311,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/uui/messages.po,157,1554,1800,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/vcl/messages.po,356,737,813,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/wizards/messages.po,265,1042,1130,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/wizards/source/resources.po,554,2286,2492,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/writerperfect/messages.po,30,65,80,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/xmlsecurity/messages.po,91,424,522,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/avmedia/messages.po,22,45,44,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/basctl/messages.po,155,611,598,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/basic/messages.po,135,549,581,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/chart2/messages.po,620,1368,1262,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/messages.po,106,1047,1108,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/cui/messages.po,2343,5558,5595,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dbaccess/messages.po,812,4510,4515,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/desktop/messages.po,162,1225,1391,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/en/dialog.po,37,176,201,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/hu_hu/dialog.po,32,71,84,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/pt_br/dialog.po,2,5,8,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/ru_ru/dialog.po,14,26,34,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/editeng/messages.po,265,656,704,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/extensions/messages.po,663,2099,2074,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/extras/source/autocorr/emoji.po,1575,1817,1816,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/filter/messages.po,222,818,829,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/filter/source/config/fragments/filters.po,220,732,714,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/filter/source/config/fragments/internalgraphicfilters.po,38,139,142,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/filter/source/config/fragments/types.po,38,121,121,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/forms/messages.po,58,330,359,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/formula/messages.po,437,513,558,0,0,0,0,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/fpicker/messages.po,61,163,145,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/framework/messages.po,29,210,240,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/librelogo/source/pythonpath.po,138,173,172,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,28,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/nlpsolver/src/locale.po,41,105,113,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/officecfg/registry/data/org/openoffice/office.po,1308,1841,1878,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/readlicense_oo/docs.po,103,2403,2538,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,21,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/reportdesign/messages.po,258,617,631,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/sc/messages.po,4686,20260,20352,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scaddins/messages.po,901,3188,3396,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/sccomp/messages.po,14,65,73,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/activex.po,2,16,21,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/base.po,10,44,48,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/calc.po,22,94,97,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/draw.po,41,149,152,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/extensions.po,16,65,69,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/graphicfilter.po,30,101,106,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/impress.po,21,81,83,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/onlineupdate.po,2,13,15,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/writer.po,27,114,113,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/sd/messages.po,1319,2951,3007,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/sfx2/messages.po,581,2226,2277,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/starmath/messages.po,505,968,991,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/svtools/messages.po,914,2611,2671,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/svx/messages.po,2846,7224,7299,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/sw/messages.po,3439,7738,7848,0,0,0,0,3439,7738,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/swext/mediawiki/help.po,89,1404,1514,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,180,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/sysui/desktop/share.po,66,277,282,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/uui/messages.po,157,1554,1644,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/vcl/messages.po,356,737,765,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/wizards/messages.po,265,1042,1028,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/wizards/source/resources.po,554,2286,2333,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/writerperfect/messages.po,30,65,63,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/xmlsecurity/messages.po,91,424,445,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/accessibility/messages.po,11,27,31,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/avmedia/messages.po,22,45,49,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/basctl/messages.po,155,611,689,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/basic/messages.po,135,549,671,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/chart2/messages.po,620,1368,1525,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/messages.po,106,1047,1057,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/cui/messages.po,2342,5554,6342,0,0,1,4,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dbaccess/messages.po,812,4510,4918,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/desktop/messages.po,162,1225,1426,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/en/dialog.po,37,176,191,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/hu_hu/dialog.po,32,71,86,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/ru_ru/dialog.po,14,26,28,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/editeng/messages.po,265,656,742,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/extensions/messages.po,663,2099,2310,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/extras/source/autocorr/emoji.po,1575,1817,1988,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/filter/messages.po,222,818,900,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/filter/source/config/fragments/filters.po,220,732,729,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/filter/source/config/fragments/internalgraphicfilters.po,38,139,143,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/filter/source/config/fragments/types.po,38,121,121,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/forms/messages.po,58,330,366,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/formula/messages.po,438,514,514,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/fpicker/messages.po,61,163,193,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/framework/messages.po,29,210,244,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/librelogo/source/pythonpath.po,138,173,182,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,25,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/nlpsolver/src/locale.po,41,105,124,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/officecfg/registry/data/org/openoffice/office.po,1308,1841,1916,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/readlicense_oo/docs.po,103,2403,2618,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,21,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/reportdesign/messages.po,258,617,682,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/sc/messages.po,4658,20081,20103,0,0,28,179,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scaddins/messages.po,901,3188,3033,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/sccomp/messages.po,14,65,75,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/activex.po,2,16,19,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/base.po,10,44,50,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/calc.po,22,94,109,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/draw.po,41,149,159,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/extensions.po,16,65,73,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/graphicfilter.po,30,101,108,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/impress.po,21,81,88,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/math.po,10,42,49,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/onlineupdate.po,2,13,19,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/writer.po,27,114,111,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/sd/messages.po,1315,2947,3390,0,0,4,4,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/sfx2/messages.po,577,2096,2402,0,0,4,130,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/starmath/messages.po,505,968,1063,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/svtools/messages.po,889,2512,2824,0,0,25,99,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/svx/messages.po,2814,7147,7821,0,0,32,77,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/sw/messages.po,3419,7495,8487,0,0,22,245,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/swext/mediawiki/help.po,89,1404,1491,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,182,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/sysui/desktop/share.po,66,277,283,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/uui/messages.po,157,1554,1785,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/vcl/messages.po,356,737,806,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/wizards/messages.po,265,1042,1190,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/wizards/source/resources.po,554,2286,2443,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/writerperfect/messages.po,30,65,66,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/xmlsecurity/messages.po,91,424,475,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/accessibility/messages.po,11,27,32,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/avmedia/messages.po,22,45,60,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/basctl/messages.po,155,611,817,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/basic/messages.po,135,549,817,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/chart2/messages.po,618,1364,1786,0,0,2,4,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/messages.po,106,1047,1276,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/cui/messages.po,2337,5529,7079,0,0,6,29,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dbaccess/messages.po,812,4510,5497,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/desktop/messages.po,162,1225,1685,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/en/dialog.po,37,176,235,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/hu_hu/dialog.po,32,71,94,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/pt_br/dialog.po,2,5,4,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/ru_ru/dialog.po,14,26,28,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/editeng/messages.po,265,656,835,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/extensions/messages.po,663,2099,2591,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/extensions/source/update/check/org/openoffice/office.po,1,3,4,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/extras/source/autocorr/emoji.po,1575,1817,2548,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/filter/messages.po,222,818,1026,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/filter/source/config/fragments/filters.po,220,732,734,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/filter/source/config/fragments/types.po,38,121,119,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/forms/messages.po,58,330,440,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/formula/messages.po,438,514,524,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/fpicker/messages.po,61,163,205,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/framework/messages.po,29,210,262,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/librelogo/source/pythonpath.po,138,173,214,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/nlpsolver/src/locale.po,41,105,109,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/officecfg/registry/data/org/openoffice/office.po,1308,1841,1951,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/readlicense_oo/docs.po,103,2403,2756,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,22,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/reportdesign/messages.po,258,617,816,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/sc/messages.po,4645,20163,23180,0,0,41,97,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scaddins/messages.po,901,3188,3398,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/sccomp/messages.po,14,65,93,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/activex.po,2,16,21,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/base.po,10,44,49,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/calc.po,22,94,101,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/draw.po,41,149,147,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/extensions.po,16,65,71,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/graphicfilter.po,30,101,105,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/impress.po,21,81,77,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/math.po,10,42,42,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/quickstart.po,2,15,20,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/winexplorerext.po,2,18,19,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/writer.po,27,114,111,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/sd/messages.po,1217,2836,3688,0,0,102,115,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/sfx2/messages.po,577,2096,2682,0,0,4,130,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/starmath/messages.po,505,968,1223,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/svtools/messages.po,914,2611,3092,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/svx/messages.po,2846,7224,8859,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/sw/messages.po,3398,7691,9808,0,0,42,48,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/swext/mediawiki/help.po,89,1404,1404,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,208,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/sysui/desktop/share.po,66,277,276,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/uui/messages.po,157,1554,1994,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/vcl/messages.po,354,731,893,0,0,2,6,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/wizards/messages.po,265,1042,1270,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/wizards/source/resources.po,554,2286,2773,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/writerperfect/messages.po,30,65,66,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/xmlsecurity/messages.po,91,424,576,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/accessibility/messages.po,11,27,29,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/avmedia/messages.po,22,45,51,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/basctl/messages.po,155,611,658,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/basic/messages.po,135,549,677,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/chart2/messages.po,620,1368,1659,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/messages.po,106,1047,1147,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,4,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,5,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/cui/messages.po,2343,5558,6492,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dbaccess/messages.po,812,4510,5017,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/desktop/messages.po,162,1225,1312,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/en/dialog.po,37,176,190,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/hu_hu/dialog.po,32,71,78,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/ru_ru/dialog.po,14,26,28,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/editeng/messages.po,265,656,737,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/extensions/messages.po,663,2099,2266,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/extras/source/autocorr/emoji.po,1575,1817,2243,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/filter/messages.po,222,818,930,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/filter/source/config/fragments/filters.po,220,732,901,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/filter/source/config/fragments/internalgraphicfilters.po,38,139,160,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/filter/source/config/fragments/types.po,38,121,164,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/forms/messages.po,58,330,357,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/formula/messages.po,438,514,529,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/fpicker/messages.po,61,163,185,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/framework/messages.po,29,210,235,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/auxiliary.po,105,302,373,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sbasic/guide.po,103,1345,1513,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sbasic/shared.po,2996,18317,18895,0,0,1509,17114,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc.po,187,986,1087,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/scalc/guide.po,319,3636,3721,0,0,1150,17957,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/schart.po,96,931,1004,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sdraw.po,123,732,752,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/sdraw/guide.po,275,3072,3140,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared.po,250,2308,2361,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/autokorr.po,48,420,320,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/autopi.po,735,6177,6231,0,0,152,2217,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/explorer/database.po,1280,10734,11512,0,0,361,8123,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/guide.po,1808,23199,23819,0,0,708,13244,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/help.po,76,109,119,0,0,2,8,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/menu.po,16,120,129,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/shared/optionen.po,1243,9914,10599,0,0,691,13437,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/simpress.po,199,1395,1490,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/simpress/guide.po,582,7180,7431,0,0,185,3102,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/smath.po,59,722,740,0,0,1,17,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/smath/guide.po,104,1193,1174,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter.po,336,2946,3132,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter/guide.po,1977,24685,26463,0,0,167,3252,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter/librelogo.po,306,2429,2609,8,421,12,169,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/helpcontent2/source/text/swriter/menu.po,17,96,112,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/librelogo/source/pythonpath.po,138,173,189,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,25,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/nlpsolver/src/locale.po,41,105,129,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/officecfg/registry/data/org/openoffice.po,9,28,40,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/officecfg/registry/data/org/openoffice/office.po,1308,1841,1937,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/readlicense_oo/docs.po,103,2403,2492,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,18,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/reportdesign/messages.po,258,617,685,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/sc/messages.po,4686,20260,20989,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scaddins/messages.po,901,3188,3251,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/sccomp/messages.po,14,65,82,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/activex.po,2,16,22,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/base.po,10,44,52,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/calc.po,22,94,130,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/draw.po,41,149,155,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/extensions.po,16,65,81,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/gnome.po,2,11,14,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/graphicfilter.po,30,101,141,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/impress.po,21,81,99,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/onlineupdate.po,2,13,15,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/python.po,2,7,10,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/writer.po,27,114,144,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/sd/messages.po,1319,2951,3370,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/sfx2/messages.po,581,2226,2420,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/starmath/messages.po,505,968,1107,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/svtools/messages.po,914,2611,2948,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/svx/messages.po,2846,7224,8183,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/sw/messages.po,3441,7740,9133,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/swext/mediawiki/help.po,89,1404,1496,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,179,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/sysui/desktop/share.po,66,277,379,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/uui/messages.po,157,1554,1647,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/vcl/messages.po,356,737,840,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/wizards/messages.po,265,1042,1128,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/wizards/source/resources.po,554,2286,2369,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/writerperfect/messages.po,30,65,87,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/xmlsecurity/messages.po,91,424,468,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/accessibility/messages.po,11,27,33,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/avmedia/messages.po,19,36,37,1,4,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/basctl/messages.po,132,540,560,21,39,2,32,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/basic/messages.po,18,52,59,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/chart2/messages.po,523,1118,1340,70,151,27,99,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/messages.po,104,1017,998,0,0,2,30,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,6,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/cui/messages.po,1544,3659,4284,536,1088,263,811,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dbaccess/messages.po,572,3189,3114,212,1192,28,129,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/desktop/messages.po,128,707,768,24,393,10,125,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/en/dialog.po,37,176,180,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/hu_hu/dialog.po,32,71,72,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/ru_ru/dialog.po,13,25,24,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/editeng/messages.po,256,635,682,5,10,4,11,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/extensions/messages.po,437,1356,1456,192,627,34,116,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/extras/source/autocorr/emoji.po,56,49,49,203,200,1316,1568,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/filter/messages.po,164,621,719,36,97,22,100,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/filter/source/config/fragments/filters.po,138,466,471,18,73,64,193,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/filter/source/config/fragments/types.po,21,66,66,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/forms/messages.po,57,321,309,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/formula/messages.po,390,438,446,19,25,28,50,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/fpicker/messages.po,30,87,117,20,44,11,32,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/framework/messages.po,21,193,221,6,14,2,3,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/auxiliary.po,15,20,20,0,0,90,282,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sbasic/guide.po,50,595,596,0,0,53,750,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sbasic/shared.po,3047,26465,26490,0,0,1458,8966,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc.po,165,768,746,0,0,22,218,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/scalc/guide.po,1029,13866,13788,0,0,440,7727,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/schart.po,14,140,141,0,0,82,791,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sdraw.po,115,687,684,0,0,8,45,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/sdraw/guide.po,236,2489,2485,0,0,39,583,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared.po,176,1661,1668,0,0,74,647,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/autokorr.po,21,261,261,0,0,27,159,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/autopi.po,615,5632,5618,0,0,272,2762,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/explorer/database.po,1084,9697,9694,0,0,557,9160,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/guide.po,1515,20289,20259,0,0,1001,16154,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/shared/optionen.po,1029,8043,8085,0,0,905,15308,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/simpress.po,167,1125,1130,0,0,32,270,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/simpress/guide.po,430,4915,4894,0,0,337,5367,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/smath.po,54,597,594,0,0,6,142,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/smath/guide.po,64,643,643,0,0,40,550,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter.po,198,1014,1020,0,0,138,1932,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter/guide.po,1379,15398,15031,0,0,765,12539,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter/librelogo.po,30,31,31,1,1,295,2987,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/librelogo/source/pythonpath.po,134,167,180,2,4,2,2,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,23,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/nlpsolver/src/locale.po,41,105,108,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/officecfg/registry/data/org/openoffice.po,5,16,16,1,3,3,9,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/officecfg/registry/data/org/openoffice/office.po,1272,1712,2222,10,52,26,77,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/readlicense_oo/docs.po,84,1637,1652,1,85,18,681,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/reportdesign/messages.po,202,492,517,53,122,3,3,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/sc/messages.po,3241,14415,12770,769,2307,676,3538,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scaddins/messages.po,878,3026,2477,15,31,8,131,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/sccomp/messages.po,12,51,54,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/base.po,10,44,51,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/calc.po,19,81,83,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/draw.po,37,131,136,2,9,2,9,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/extensions.po,16,65,75,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/graphicfilter.po,30,101,102,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/impress.po,20,77,79,1,4,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/onlineupdate.po,2,13,14,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/quickstart.po,2,15,17,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/writer.po,24,88,86,1,17,2,9,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/sd/messages.po,734,1787,2065,287,556,298,608,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/sfx2/messages.po,318,974,1111,130,465,133,787,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/starmath/messages.po,370,642,697,71,116,61,207,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/svtools/messages.po,765,1972,2054,54,348,95,291,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/svx/messages.po,1993,4779,5159,478,1147,375,1298,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/sw/messages.po,2302,4852,5653,674,1542,465,1346,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/swext/mediawiki/help.po,47,353,383,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,4,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,196,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/sysui/desktop/share.po,66,277,268,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/uui/messages.po,131,1115,1187,9,123,17,316,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/vcl/messages.po,254,498,574,9,11,93,228,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/wizards/messages.po,265,1042,1093,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/wizards/source/resources.po,487,1992,2033,59,233,8,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/writerperfect/messages.po,1,2,2,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/xmlsecurity/messages.po,67,331,366,7,27,17,66,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/accessibility/messages.po,9,23,21,2,4,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/avmedia/messages.po,21,44,42,1,1,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/basctl/messages.po,128,572,477,27,39,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/basic/messages.po,135,549,527,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/chart2/messages.po,346,537,633,84,183,190,648,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/messages.po,4,27,22,3,16,99,1004,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,3,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/cui/messages.po,2129,4927,5018,46,106,168,525,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dbaccess/messages.po,307,498,560,59,174,446,3838,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/desktop/messages.po,38,58,57,8,15,116,1152,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/en/dialog.po,18,68,71,0,0,19,108,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/hu_hu/dialog.po,14,18,16,1,2,17,51,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/ru_ru/dialog.po,5,6,7,0,0,9,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/editeng/messages.po,151,277,308,25,77,89,302,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/extensions/messages.po,329,480,542,103,181,231,1438,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/extras/source/autocorr/emoji.po,457,475,473,128,141,990,1201,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/extras/source/gallery/share.po,11,14,15,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/filter/messages.po,103,168,193,8,23,111,627,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/filter/source/config/fragments/filters.po,159,548,609,2,6,59,178,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/filter/source/config/fragments/internalgraphicfilters.po,36,133,158,0,0,2,6,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/filter/source/config/fragments/types.po,26,90,104,0,0,12,31,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/forms/messages.po,18,27,29,1,1,39,302,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/formula/messages.po,402,456,552,7,7,24,44,433,507,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/fpicker/messages.po,50,133,121,4,6,7,24,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/framework/messages.po,22,194,173,3,6,4,10,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/librelogo/source/pythonpath.po,126,143,157,2,6,10,24,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/nlpsolver/src/locale.po,12,13,14,2,2,27,90,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/officecfg/registry/data/org/openoffice.po,8,25,29,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/officecfg/registry/data/org/openoffice/office.po,1299,1825,1874,1,4,8,12,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/readlicense_oo/docs.po,4,11,11,1,1,98,2391,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/reportdesign/messages.po,137,214,238,50,102,71,301,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/sc/messages.po,3934,17476,15816,422,1287,330,1497,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scaddins/messages.po,315,496,470,65,214,521,2478,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/sccomp/messages.po,12,51,53,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/base.po,9,36,39,0,0,1,8,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/calc.po,18,60,74,1,13,3,21,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/draw.po,33,111,105,2,16,6,22,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/extensions.po,3,5,5,2,8,11,52,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/graphicfilter.po,9,21,25,1,4,20,76,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/impress.po,19,63,64,1,14,1,4,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/math.po,9,31,31,1,11,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/onlineupdate.po,1,2,4,0,0,1,11,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/python.po,1,1,1,0,0,1,6,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/quickstart.po,1,1,1,0,0,1,14,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/winexplorerext.po,1,3,4,0,0,1,15,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/writer.po,23,83,84,2,20,2,11,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/sd/messages.po,1023,2422,2303,95,210,201,319,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/sfx2/messages.po,340,722,708,48,106,193,1398,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/starmath/messages.po,455,822,870,17,31,33,115,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/svtools/messages.po,624,1132,1198,47,175,243,1304,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/svx/messages.po,1170,1828,1959,399,865,1277,4531,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/sw/messages.po,3065,6710,6736,118,356,256,670,3439,7736,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/swext/mediawiki/help.po,28,54,63,1,5,60,1345,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,18,25,27,2,2,12,154,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/sysui/desktop/share.po,65,259,291,0,0,1,18,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/uui/messages.po,53,160,136,2,32,102,1362,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/vcl/messages.po,238,392,412,9,11,109,334,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/wizards/messages.po,87,115,131,27,36,151,891,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/wizards/source/resources.po,166,245,285,60,121,328,1920,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/writerperfect/messages.po,4,6,6,2,5,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/xmlsecurity/messages.po,25,40,44,9,15,57,369,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/basctl/messages.po,135,457,421,7,29,13,125,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/basic/messages.po,47,147,148,88,402,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/chart2/messages.po,528,1144,1148,40,64,52,160,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/messages.po,105,1033,868,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,8,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,6,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,4,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/cui/messages.po,1411,3325,3270,507,943,425,1290,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dbaccess/messages.po,606,3346,2883,126,825,80,339,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/desktop/messages.po,142,815,752,13,281,7,129,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/en/dialog.po,37,176,176,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/hu_hu/dialog.po,32,71,82,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/ru_ru/dialog.po,13,25,26,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/editeng/messages.po,265,656,697,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/extensions/messages.po,481,1184,1192,152,701,30,214,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/extras/source/autocorr/emoji.po,505,559,612,156,159,914,1099,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/filter/messages.po,152,477,451,16,52,54,289,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/filter/source/config/fragments/filters.po,106,376,399,18,65,96,291,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/filter/source/config/fragments/internalgraphicfilters.po,35,127,130,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/filter/source/config/fragments/types.po,22,71,76,2,8,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/forms/messages.po,58,330,285,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/formula/messages.po,437,513,514,0,0,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/fpicker/messages.po,57,155,135,1,4,3,4,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/framework/messages.po,29,210,192,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/auxiliary.po,77,215,191,0,0,28,87,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sbasic/guide.po,46,522,527,0,0,57,823,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sbasic/shared.po,3107,24937,25070,0,0,1398,10494,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc.po,119,407,339,0,0,68,579,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/scalc/guide.po,1009,15264,15138,0,0,460,6329,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/schart.po,16,144,145,0,0,80,787,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sdraw.po,56,589,584,0,0,67,143,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/sdraw/guide.po,215,2464,2482,0,0,60,608,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared.po,96,659,672,0,0,154,1649,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/autokorr.po,36,198,197,0,0,12,222,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/autopi.po,454,3446,3443,0,0,433,4948,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/explorer/database.po,772,5408,5406,0,0,869,13449,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/guide.po,1405,19967,19999,0,0,1111,16476,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/shared/optionen.po,872,6175,6151,0,0,1062,17176,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/simpress.po,109,823,806,0,0,90,572,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/simpress/guide.po,454,5635,5576,0,0,313,4647,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/smath.po,46,469,466,0,0,14,270,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/smath/guide.po,56,622,621,0,0,48,571,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter.po,120,347,315,0,0,216,2599,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter/guide.po,1499,18772,18213,0,0,645,9165,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter/librelogo.po,38,39,40,1,1,287,2979,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/librelogo/source/pythonpath.po,138,173,177,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,20,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/nlpsolver/src/locale.po,41,105,105,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/officecfg/registry/data/org/openoffice/office.po,1243,1431,1451,7,24,58,386,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/readlicense_oo/docs.po,84,1629,1379,1,85,18,689,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/reportdesign/messages.po,252,585,565,6,32,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/sc/messages.po,2831,13340,10512,885,2497,970,4423,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scaddins/messages.po,841,2631,2235,14,18,46,539,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/sccomp/messages.po,12,51,47,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/base.po,10,44,47,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/calc.po,21,89,100,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/draw.po,36,130,151,1,4,4,15,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/extensions.po,16,65,68,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/graphicfilter.po,30,101,104,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/impress.po,19,74,69,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/math.po,10,42,37,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/quickstart.po,2,15,17,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/writer.po,24,88,81,1,17,2,9,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/sd/messages.po,681,1663,1605,278,515,360,773,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/sfx2/messages.po,436,1223,1123,48,308,97,695,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/starmath/messages.po,418,704,744,23,45,64,219,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/svtools/messages.po,780,1965,1965,33,229,101,417,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/svx/messages.po,1839,4297,4324,445,988,562,1939,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/sw/messages.po,2068,3986,4165,714,1525,659,2229,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/swext/mediawiki/help.po,48,384,322,25,786,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,4,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,155,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/sysui/desktop/share.po,66,277,284,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/uui/messages.po,136,1148,977,8,120,13,286,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/vcl/messages.po,269,521,509,0,0,87,216,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/wizards/messages.po,261,1037,881,4,5,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/wizards/source/resources.po,488,1992,1671,58,233,8,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/writerperfect/messages.po,15,40,40,0,0,15,25,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/xmlsecurity/messages.po,88,420,373,0,0,3,4,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/accessibility/messages.po,10,26,27,0,0,1,1,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/avmedia/messages.po,22,45,46,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/basctl/messages.po,76,232,277,30,49,49,330,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/basic/messages.po,18,52,66,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/chart2/messages.po,261,556,605,168,289,191,523,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/messages.po,102,990,1095,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/cui/messages.po,1082,2418,2911,627,1176,634,1964,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dbaccess/messages.po,463,2828,3152,233,1237,116,445,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/desktop/messages.po,104,625,756,37,404,21,196,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/en/dialog.po,37,176,187,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/hu_hu/dialog.po,32,71,82,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/ru_ru/dialog.po,13,25,29,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/editeng/messages.po,248,608,710,5,8,12,40,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/extensions/messages.po,427,1094,1273,196,779,40,226,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/extras/source/autocorr/emoji.po,48,48,48,208,197,1319,1572,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/extras/source/gallery/share.po,9,11,11,1,2,2,2,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/filter/messages.po,82,283,327,31,71,109,464,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/filter/source/config/fragments/filters.po,93,324,326,10,29,117,379,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/filter/source/config/fragments/types.po,21,66,67,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/forms/messages.po,54,314,354,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/formula/messages.po,318,321,323,57,83,63,110,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/fpicker/messages.po,31,88,117,18,42,12,33,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/framework/messages.po,18,167,196,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/auxiliary.po,15,20,32,0,0,90,282,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sbasic/guide.po,15,106,100,0,0,88,1239,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sbasic/shared.po,1477,5102,5452,0,0,3028,30329,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc.po,39,257,337,0,0,148,729,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/scalc/guide.po,323,2189,2438,0,0,1146,19404,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/schart.po,11,130,146,0,0,85,801,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sdraw.po,40,440,524,0,0,83,292,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/sdraw/guide.po,81,470,559,0,0,194,2602,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared.po,58,300,352,0,0,192,2008,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/autokorr.po,11,97,110,0,0,37,323,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/autopi.po,285,1171,1316,0,0,602,7223,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/explorer/database.po,474,1462,1580,0,0,1167,17395,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/guide.po,555,4330,4794,0,0,1961,32113,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/shared/optionen.po,616,1941,2269,0,0,1318,21410,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/simpress.po,55,647,775,0,0,144,748,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/simpress/guide.po,141,904,992,0,0,626,9378,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/smath.po,28,354,446,0,0,32,385,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/smath/guide.po,37,261,302,0,0,67,932,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter.po,70,224,256,0,0,266,2722,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter/guide.po,425,3250,3630,0,0,1719,24687,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter/librelogo.po,7,8,9,0,0,319,3011,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/librelogo/source/pythonpath.po,130,165,183,2,4,6,4,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,29,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/nlpsolver/src/locale.po,41,105,116,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/officecfg/registry/data/org/openoffice/office.po,1237,1424,1675,7,22,64,395,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/readlicense_oo/docs.po,73,1381,1553,1,85,29,937,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,23,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/reportdesign/messages.po,184,444,490,61,137,13,36,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/sc/messages.po,2725,12821,13173,850,2438,1111,5001,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scaddins/messages.po,835,2579,2365,14,18,52,591,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/sccomp/messages.po,11,47,53,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/base.po,10,44,52,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/calc.po,19,81,98,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/draw.po,15,60,60,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/extensions.po,15,51,57,0,0,1,14,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/impress.po,19,74,86,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/math.po,10,42,47,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/onlineupdate.po,2,13,15,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/quickstart.po,2,15,24,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/writer.po,22,69,73,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/sd/messages.po,526,1306,1501,323,585,470,1060,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/sfx2/messages.po,243,694,811,150,497,188,1035,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/starmath/messages.po,315,537,570,88,130,99,298,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/svtools/messages.po,702,1775,1899,58,260,154,576,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/svx/messages.po,1786,4033,4488,504,1214,556,1977,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/sw/messages.po,2053,4084,4847,724,1593,661,2059,3438,7736,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/swext/mediawiki/help.po,47,353,393,25,752,17,299,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,195,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/sysui/desktop/share.po,54,210,238,2,20,10,47,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/uui/messages.po,99,938,1106,20,164,38,452,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/vcl/messages.po,199,338,417,23,65,134,334,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/wizards/messages.po,262,1039,1165,2,2,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/wizards/source/resources.po,502,2004,2232,40,202,12,80,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/writerperfect/messages.po,2,3,3,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/xmlsecurity/messages.po,48,204,237,23,144,20,76,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/accessibility/messages.po,11,27,24,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/avmedia/messages.po,22,45,46,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/basctl/messages.po,155,611,558,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/basic/messages.po,135,549,569,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/chart2/messages.po,618,1364,1361,0,0,2,4,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/messages.po,106,1047,904,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/cui/messages.po,2311,5479,5386,0,0,32,79,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dbaccess/messages.po,812,4510,4029,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/desktop/messages.po,162,1225,1067,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/en/dialog.po,37,176,185,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/hu_hu/dialog.po,32,71,71,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/ru_ru/dialog.po,13,25,26,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/editeng/messages.po,265,656,668,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/extensions/messages.po,663,2099,1929,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/extras/source/autocorr/emoji.po,1575,1817,1870,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/filter/messages.po,222,818,798,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/filter/source/config/fragments/filters.po,220,732,757,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/filter/source/config/fragments/types.po,38,121,128,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/forms/messages.po,58,330,290,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/formula/messages.po,437,513,514,0,0,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/fpicker/messages.po,61,163,157,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/framework/messages.po,29,210,194,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/auxiliary.po,65,173,181,0,0,40,129,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sbasic/guide.po,48,468,402,0,0,55,877,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sbasic/shared.po,2141,12366,11160,0,0,2364,23065,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc.po,21,30,38,0,0,166,956,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/scalc/guide.po,88,359,337,0,0,1381,21234,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/schart.po,8,18,18,0,0,88,913,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sdraw.po,11,12,14,0,0,112,720,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/sdraw/guide.po,14,73,59,0,0,261,2999,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared.po,149,511,467,0,0,101,1797,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/autokorr.po,0,0,0,0,0,48,420,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/autopi.po,216,464,453,0,0,671,7930,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/explorer/database.po,488,1092,929,0,0,1153,17765,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/guide.po,137,554,519,0,0,2379,35889,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/shared/optionen.po,509,1106,1116,0,0,1425,22245,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/simpress.po,18,24,26,0,0,181,1371,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/simpress/guide.po,33,151,137,0,0,734,10131,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/smath.po,9,10,11,0,0,51,729,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/smath/guide.po,9,28,25,0,0,95,1165,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter.po,142,494,457,0,0,194,2452,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter/guide.po,468,3801,3271,0,0,1676,24136,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter/librelogo.po,33,34,34,0,0,293,2985,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/librelogo/source/pythonpath.po,138,173,205,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,19,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/nlpsolver/src/locale.po,41,105,107,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/officecfg/registry/data/org/openoffice/office.po,1304,1835,2264,0,0,4,6,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/readlicense_oo/docs.po,102,2343,2002,0,0,1,60,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/reportdesign/messages.po,258,617,590,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/sc/messages.po,4607,20058,17077,0,0,79,202,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scaddins/messages.po,901,3188,3038,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/sccomp/messages.po,14,65,64,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/base.po,10,44,43,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/calc.po,22,94,102,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/draw.po,41,149,144,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/extensions.po,16,65,65,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/graphicfilter.po,30,101,102,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/impress.po,21,81,79,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/math.po,10,42,37,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/writer.po,27,114,112,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/sd/messages.po,1188,2801,2722,0,0,131,150,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/sfx2/messages.po,576,2093,1976,0,0,5,133,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/starmath/messages.po,505,968,932,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/svtools/messages.po,911,2605,2554,0,0,3,6,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/svx/messages.po,2801,7124,6917,0,0,45,100,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/sw/messages.po,3360,7618,7562,0,0,81,122,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/swext/mediawiki/help.po,75,1191,1030,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,144,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/sysui/desktop/share.po,66,277,289,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/uui/messages.po,157,1554,1337,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/vcl/messages.po,319,638,635,0,0,37,99,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/wizards/messages.po,265,1042,939,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/wizards/source/resources.po,554,2286,2026,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/writerperfect/messages.po,30,65,70,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/xmlsecurity/messages.po,91,424,375,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/basctl/messages.po,155,611,556,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/basic/messages.po,135,549,560,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/chart2/messages.po,620,1368,1337,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/messages.po,106,1047,839,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,6,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/cui/messages.po,2343,5558,5392,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dbaccess/messages.po,812,4510,4015,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/desktop/messages.po,162,1225,1186,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/en/dialog.po,37,176,171,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/hu_hu/dialog.po,32,71,67,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/ru_ru/dialog.po,14,26,25,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/editeng/messages.po,265,656,655,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/extensions/messages.po,663,2099,1924,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/extras/source/autocorr/emoji.po,1575,1817,2406,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/filter/messages.po,222,818,764,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/filter/source/config/fragments/filters.po,220,732,737,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/filter/source/config/fragments/types.po,38,121,128,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/forms/messages.po,58,330,300,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/formula/messages.po,438,514,516,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/fpicker/messages.po,61,163,144,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/framework/messages.po,29,210,193,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/librelogo/source/pythonpath.po,138,173,169,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,25,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/nlpsolver/src/locale.po,41,105,110,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/officecfg/registry/data/org/openoffice/office.po,1308,1841,1805,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/readlicense_oo/docs.po,103,2403,2108,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/reportdesign/messages.po,258,617,589,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/sc/messages.po,4686,20260,17122,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scaddins/messages.po,901,3188,2583,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/sccomp/messages.po,14,65,60,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/base.po,10,44,43,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/calc.po,22,94,105,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/draw.po,41,149,148,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/extensions.po,16,65,67,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/graphicfilter.po,30,101,118,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/impress.po,21,81,80,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/writer.po,27,114,111,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/sd/messages.po,1319,2951,2896,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/sfx2/messages.po,581,2226,2016,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/starmath/messages.po,505,968,1019,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/svtools/messages.po,914,2611,2513,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/svx/messages.po,2846,7224,6927,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/sw/messages.po,3440,7739,7699,0,0,0,0,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/swext/mediawiki/help.po,89,1404,1216,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,141,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/sysui/desktop/share.po,66,277,290,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/uui/messages.po,157,1554,1367,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/vcl/messages.po,356,737,731,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/wizards/messages.po,265,1042,971,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/wizards/source/resources.po,554,2286,1989,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/writerperfect/messages.po,30,65,63,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/xmlsecurity/messages.po,91,424,393,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/accessibility/messages.po,11,27,24,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/avmedia/messages.po,22,45,39,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/basctl/messages.po,155,611,563,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/basic/messages.po,135,549,558,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/chart2/messages.po,620,1368,1176,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/messages.po,106,1047,847,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,3,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/cui/messages.po,2343,5558,5015,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dbaccess/messages.po,812,4510,3635,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/desktop/messages.po,162,1225,1129,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/en/dialog.po,37,176,156,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/hu_hu/dialog.po,32,71,68,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/pt_br/dialog.po,2,5,4,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/ru_ru/dialog.po,14,26,23,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/editeng/messages.po,265,656,631,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/extensions/messages.po,663,2099,1677,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/extras/source/autocorr/emoji.po,1575,1817,1621,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/filter/messages.po,222,818,723,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/filter/source/config/fragments/filters.po,220,732,655,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/filter/source/config/fragments/internalgraphicfilters.po,38,139,131,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/filter/source/config/fragments/types.po,38,121,98,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/forms/messages.po,58,330,266,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/formula/messages.po,438,514,580,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/fpicker/messages.po,61,163,130,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/framework/messages.po,29,210,183,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/auxiliary.po,105,302,284,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sbasic/guide.po,103,1345,1111,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sbasic/shared.po,4219,32884,29210,0,0,286,2547,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc.po,187,986,871,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/scalc/guide.po,1384,19985,17068,0,0,85,1608,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/schart.po,96,931,783,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sdraw.po,123,732,640,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/sdraw/guide.po,275,3072,2651,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared.po,245,2167,1799,0,0,5,141,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/autokorr.po,48,420,331,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/autopi.po,758,6585,5164,0,0,129,1809,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/explorer/database.po,1519,15579,12529,0,0,122,3278,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/guide.po,2148,30401,25776,0,0,368,6042,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/help.po,59,90,89,0,0,19,27,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/menu.po,16,120,107,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/shared/optionen.po,1715,19101,16188,0,0,219,4250,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/simpress.po,199,1395,1164,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/simpress/guide.po,612,8087,6914,0,0,155,2195,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/smath.po,60,739,599,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/smath/guide.po,104,1193,1063,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter.po,306,2560,2211,0,0,30,386,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter/guide.po,1971,24822,21378,0,0,173,3115,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter/librelogo.po,326,3019,2830,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/helpcontent2/source/text/swriter/menu.po,17,96,79,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/librelogo/source/pythonpath.po,138,173,170,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,17,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/nlpsolver/src/locale.po,41,105,103,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/officecfg/registry/data/org/openoffice.po,9,28,21,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/officecfg/registry/data/org/openoffice/office.po,1308,1841,1732,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/readlicense_oo/docs.po,103,2403,1988,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,11,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/reportdesign/messages.po,258,617,522,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/sc/messages.po,4686,20260,16281,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scaddins/messages.po,901,3188,2837,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/sccomp/messages.po,14,65,64,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/activex.po,2,16,20,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/base.po,10,44,36,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/calc.po,22,94,81,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/draw.po,41,149,131,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/extensions.po,16,65,52,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/gnome.po,2,11,14,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/graphicfilter.po,30,101,85,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/impress.po,21,81,67,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/math.po,10,42,37,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/onlineupdate.po,2,13,9,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/quickstart.po,2,15,11,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/writer.po,27,114,84,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/sd/messages.po,1319,2951,2620,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/sfx2/messages.po,581,2226,1914,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/starmath/messages.po,505,968,917,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/svtools/messages.po,914,2611,2386,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/svx/messages.po,2846,7224,6513,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/sw/messages.po,3441,7740,6865,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/swext/mediawiki/help.po,89,1404,1213,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,138,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/sysui/desktop/share.po,66,277,202,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/uui/messages.po,157,1554,1406,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/vcl/messages.po,356,737,678,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/wizards/messages.po,265,1042,857,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/wizards/source/resources.po,554,2286,1828,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/writerperfect/messages.po,30,65,61,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/xmlsecurity/messages.po,91,424,383,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/accessibility/messages.po,11,27,29,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/avmedia/messages.po,22,45,43,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/basctl/messages.po,155,611,577,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/basic/messages.po,135,549,572,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/chart2/messages.po,620,1368,1393,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/messages.po,106,1047,881,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/cui/messages.po,2343,5558,5618,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dbaccess/messages.po,812,4510,4071,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/desktop/messages.po,162,1225,1107,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/en/dialog.po,37,176,193,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/hu_hu/dialog.po,32,71,76,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/ru_ru/dialog.po,14,26,29,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/editeng/messages.po,265,656,740,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/extensions/messages.po,663,2099,1961,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/extras/source/autocorr/emoji.po,1575,1817,1989,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/filter/messages.po,222,818,818,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/filter/source/config/fragments/filters.po,220,732,753,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/filter/source/config/fragments/internalgraphicfilters.po,38,139,147,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/filter/source/config/fragments/types.po,38,121,127,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/forms/messages.po,58,330,269,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/formula/messages.po,438,514,514,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/fpicker/messages.po,61,163,148,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/framework/messages.po,29,210,200,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/auxiliary.po,105,302,311,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sbasic/guide.po,103,1345,1216,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sbasic/shared.po,4505,35431,31079,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc.po,187,986,972,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/scalc/guide.po,1469,21593,18983,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/schart.po,96,931,809,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sdraw.po,123,732,695,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/sdraw/guide.po,275,3072,2811,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared.po,250,2308,2133,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/autokorr.po,48,420,367,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/autopi.po,887,8394,7249,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/explorer/database.po,1641,18857,16694,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/guide.po,2516,36443,32350,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/help.po,78,117,116,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/menu.po,16,120,128,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/shared/optionen.po,1934,23351,20898,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/simpress.po,199,1395,1230,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/simpress/guide.po,767,10282,9206,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/smath.po,60,739,680,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/smath/guide.po,104,1193,1111,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter.po,336,2946,2738,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter/guide.po,2144,27937,24598,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter/librelogo.po,326,3019,2932,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/helpcontent2/source/text/swriter/menu.po,17,96,105,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/librelogo/source/pythonpath.po,138,173,178,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,21,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/nlpsolver/src/locale.po,41,105,103,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/officecfg/registry/data/org/openoffice/office.po,1308,1841,1832,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/readlicense_oo/docs.po,103,2403,2210,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/reportdesign/messages.po,258,617,589,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/sc/messages.po,4686,20260,17159,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scaddins/messages.po,901,3188,2663,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/sccomp/messages.po,14,65,58,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/base.po,10,44,42,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/calc.po,22,94,101,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/draw.po,41,149,148,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/extensions.po,16,65,66,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/graphicfilter.po,30,101,99,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/impress.po,21,81,74,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/math.po,10,42,35,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/writer.po,27,114,113,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/sd/messages.po,1319,2951,2925,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/sfx2/messages.po,581,2226,2093,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/starmath/messages.po,505,968,1032,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/svtools/messages.po,914,2611,2551,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/svx/messages.po,2846,7224,7077,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/sw/messages.po,3440,7739,7753,0,0,0,0,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/swext/mediawiki/help.po,89,1404,1273,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,156,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/sysui/desktop/share.po,66,277,279,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/uui/messages.po,157,1554,1404,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/vcl/messages.po,356,737,747,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/wizards/messages.po,265,1042,962,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/wizards/source/resources.po,554,2286,2010,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/writerperfect/messages.po,30,65,68,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/xmlsecurity/messages.po,91,424,414,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/basctl/messages.po,155,611,610,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/basic/messages.po,135,549,578,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/chart2/messages.po,620,1368,1175,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/messages.po,106,1047,940,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/cui/messages.po,2343,5558,5409,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dbaccess/messages.po,812,4510,4164,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/desktop/messages.po,162,1225,1271,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/en/dialog.po,37,176,170,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/hu_hu/dialog.po,32,71,77,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/ru_ru/dialog.po,14,26,29,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/editeng/messages.po,265,656,656,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/extensions/messages.po,663,2099,1934,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/extras/source/autocorr/emoji.po,1572,1814,1729,0,0,3,3,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/extras/source/gallery/share.po,12,15,12,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/filter/messages.po,222,818,806,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/filter/source/config/fragments/filters.po,220,732,708,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/filter/source/config/fragments/internalgraphicfilters.po,38,139,138,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/filter/source/config/fragments/types.po,38,121,117,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/forms/messages.po,58,330,322,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/formula/messages.po,438,514,514,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/fpicker/messages.po,61,163,154,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/framework/messages.po,29,210,194,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/auxiliary.po,105,302,292,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sbasic/guide.po,15,89,88,0,0,88,1256,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sbasic/shared.po,1863,4727,4669,4,13,2638,30691,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc.po,187,986,884,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/scalc/guide.po,185,468,464,0,0,1284,21125,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/schart.po,96,931,774,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sdraw.po,123,732,721,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/sdraw/guide.po,275,3072,2957,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared.po,245,2167,1937,0,0,5,141,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/autokorr.po,48,420,402,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/autopi.po,338,975,897,0,0,549,7419,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/explorer/database.po,630,1525,1379,0,0,1011,17332,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/guide.po,319,1090,1052,0,0,2197,35353,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/help.po,66,83,91,0,0,12,34,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/shared/optionen.po,728,1593,1487,0,0,1206,21758,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/simpress.po,199,1395,1278,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/simpress/guide.po,77,287,295,0,0,690,9995,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/smath.po,59,722,690,0,0,1,17,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/smath/guide.po,17,65,65,0,0,87,1128,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter.po,274,1744,1569,0,0,62,1202,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter/guide.po,307,897,939,0,0,1837,27040,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter/librelogo.po,39,40,41,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/librelogo/source/pythonpath.po,138,173,175,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,1,4,5,0,0,1,17,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/nlpsolver/src/locale.po,17,18,19,0,0,24,87,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/officecfg/registry/data/org/openoffice.po,9,28,18,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/officecfg/registry/data/org/openoffice/office.po,1308,1841,1809,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/readlicense_oo/docs.po,103,2403,2447,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/reportdesign/messages.po,258,617,618,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/sc/messages.po,4500,18294,15294,2,30,184,1936,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scaddins/messages.po,825,2708,2229,2,2,74,478,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/sccomp/messages.po,14,65,73,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/activex.po,2,16,15,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/base.po,10,44,42,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/calc.po,22,94,97,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/draw.po,41,149,151,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/extensions.po,16,65,62,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/graphicfilter.po,30,101,83,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/impress.po,21,81,85,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/writer.po,27,114,110,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/sd/messages.po,1319,2951,2821,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/sfx2/messages.po,581,2226,2220,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/starmath/messages.po,454,790,755,6,18,45,160,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/svtools/messages.po,914,2611,2547,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/svx/messages.po,2846,7224,6626,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/sw/messages.po,3441,7740,7546,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/swext/mediawiki/help.po,89,1404,1344,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,161,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/sysui/desktop/share.po,66,277,291,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/uui/messages.po,157,1554,1552,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/vcl/messages.po,308,604,608,0,0,48,133,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/wizards/messages.po,265,1042,995,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/wizards/source/resources.po,554,2286,2089,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/writerperfect/messages.po,30,65,68,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/xmlsecurity/messages.po,91,424,425,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/accessibility/messages.po,11,27,28,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/avmedia/messages.po,22,45,51,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/basctl/messages.po,155,611,651,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/basic/messages.po,135,549,598,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/chart2/messages.po,620,1368,1560,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/messages.po,106,1047,1030,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/cui/messages.po,2343,5558,6078,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dbaccess/messages.po,812,4510,4656,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/desktop/messages.po,162,1225,1275,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/en/dialog.po,37,176,213,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/hu_hu/dialog.po,32,71,82,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/ru_ru/dialog.po,14,26,31,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/editeng/messages.po,265,656,720,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/extensions/messages.po,663,2099,2181,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/extras/source/autocorr/emoji.po,1575,1817,1924,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/filter/messages.po,222,818,866,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/filter/source/config/fragments/filters.po,220,732,807,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/filter/source/config/fragments/internalgraphicfilters.po,38,139,138,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/filter/source/config/fragments/types.po,38,121,136,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/forms/messages.po,58,330,362,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/formula/messages.po,438,514,690,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/fpicker/messages.po,61,163,167,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/framework/messages.po,29,210,228,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/auxiliary.po,105,302,355,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sbasic/guide.po,103,1345,1678,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sbasic/shared.po,4505,35431,36333,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc.po,187,986,1141,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/scalc/guide.po,1469,21593,21827,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/schart.po,96,931,1052,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sdraw.po,123,732,860,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/sdraw/guide.po,275,3072,3244,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared.po,250,2308,2422,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/autokorr.po,48,420,437,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/autopi.po,887,8394,8905,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/explorer/database.po,1641,18857,19409,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/guide.po,2516,36443,38681,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/help.po,78,117,122,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/menu.po,16,120,142,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/shared/optionen.po,1934,23351,25019,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/simpress.po,199,1395,1577,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/simpress/guide.po,767,10282,10476,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/smath.po,60,739,796,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/smath/guide.po,104,1193,1205,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter.po,336,2946,3293,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter/guide.po,2144,27937,29261,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter/librelogo.po,326,3019,3245,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/helpcontent2/source/text/swriter/menu.po,17,96,148,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/librelogo/source/pythonpath.po,138,173,169,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,27,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/nlpsolver/src/locale.po,41,105,125,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/officecfg/registry/data/org/openoffice/office.po,1308,1841,1883,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/readlicense_oo/docs.po,103,2403,2448,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,22,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/reportdesign/messages.po,258,617,716,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/sc/messages.po,4686,20260,20378,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scaddins/messages.po,901,3188,3679,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/sccomp/messages.po,14,65,77,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/activex.po,2,16,19,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/base.po,10,44,48,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/calc.po,22,94,120,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/draw.po,41,149,154,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/extensions.po,16,65,76,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/graphicfilter.po,30,101,106,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/impress.po,21,81,85,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/writer.po,27,114,125,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/sd/messages.po,1319,2951,3144,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/sfx2/messages.po,581,2226,2311,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/starmath/messages.po,505,968,1028,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/svtools/messages.po,914,2611,2710,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/svx/messages.po,2846,7224,7700,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/sw/messages.po,3441,7740,8739,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/swext/mediawiki/help.po,89,1404,1457,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,162,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/sysui/desktop/share.po,66,277,329,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/uui/messages.po,157,1554,1596,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/vcl/messages.po,356,737,778,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/wizards/messages.po,265,1042,1107,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/wizards/source/resources.po,554,2286,2342,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/writerperfect/messages.po,30,65,70,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/xmlsecurity/messages.po,91,424,457,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/accessibility/messages.po,11,27,13,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/avmedia/messages.po,22,45,22,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/basctl/messages.po,155,611,194,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/basic/messages.po,135,549,193,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/chart2/messages.po,620,1368,721,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/messages.po,106,1047,234,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,2,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/cui/messages.po,2313,5495,2554,0,0,30,63,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dbaccess/messages.po,812,4510,1190,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/desktop/messages.po,162,1225,312,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/en/dialog.po,37,176,63,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/hu_hu/dialog.po,32,71,32,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/ru_ru/dialog.po,13,25,13,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/editeng/messages.po,265,656,324,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/extensions/messages.po,663,2099,810,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/extensions/source/update/check/org/openoffice/office.po,1,3,1,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/extras/source/autocorr/emoji.po,1575,1817,1817,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/extras/source/gallery/share.po,12,15,12,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/filter/messages.po,222,818,317,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/filter/source/config/fragments/filters.po,220,732,673,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/filter/source/config/fragments/internalgraphicfilters.po,38,139,135,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/filter/source/config/fragments/types.po,38,121,114,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/forms/messages.po,58,330,79,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/formula/messages.po,438,514,508,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/fpicker/messages.po,61,163,73,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/framework/messages.po,29,210,40,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/auxiliary.po,98,282,109,0,0,7,20,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sbasic/guide.po,89,1185,193,0,0,14,160,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sbasic/shared.po,3544,29440,9715,0,0,961,5991,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc.po,181,944,231,0,0,6,42,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/scalc/guide.po,1355,19373,4088,0,0,114,2220,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/schart.po,88,796,131,0,0,8,135,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sdraw.po,123,732,180,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/sdraw/guide.po,263,2845,619,0,0,12,227,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared.po,218,1962,387,0,0,32,346,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/autokorr.po,47,403,58,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/autopi.po,753,6508,1446,0,0,134,1886,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/explorer/database.po,1460,14346,2951,0,0,181,4511,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/guide.po,2070,28698,5785,0,0,446,7745,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/shared/optionen.po,1293,11760,2663,0,0,641,11591,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/simpress.po,197,1363,285,0,0,2,32,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/simpress/guide.po,601,7917,1663,0,0,166,2365,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/smath.po,57,613,111,0,0,3,126,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/smath/guide.po,96,1031,295,0,0,8,162,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter.po,221,1436,315,0,0,115,1510,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter/guide.po,1908,23471,4499,0,0,236,4466,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter/librelogo.po,299,2534,1365,0,0,27,485,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/librelogo/source/pythonpath.po,138,173,143,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,4,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/nlpsolver/src/locale.po,41,105,56,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/officecfg/registry/data/org/openoffice.po,9,28,18,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/officecfg/registry/data/org/openoffice/office.po,1308,1841,1645,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/readlicense_oo/docs.po,102,2343,442,0,0,1,60,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,6,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/reportdesign/messages.po,258,617,280,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/sc/messages.po,4534,19717,5426,4,34,148,509,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scaddins/messages.po,900,3185,1026,0,0,1,3,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/sccomp/messages.po,13,56,21,0,0,1,9,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/activex.po,2,16,8,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/base.po,10,44,23,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/calc.po,22,94,60,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/draw.po,41,149,138,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/extensions.po,16,65,27,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/graphicfilter.po,30,101,73,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/impress.po,21,81,58,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/math.po,10,42,23,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/onlineupdate.po,2,13,3,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/quickstart.po,2,15,4,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/winexplorerext.po,2,18,9,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/writer.po,27,114,71,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/sd/messages.po,1226,2824,1357,1,1,92,126,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/sfx2/messages.po,552,1985,703,0,0,29,241,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/starmath/messages.po,505,968,522,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/svtools/messages.po,874,2506,1436,0,0,40,105,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/svx/messages.po,2660,6769,3409,0,0,186,455,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/sw/messages.po,3354,7424,3860,0,0,87,316,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/swext/mediawiki/help.po,75,1191,221,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,56,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/sysui/desktop/share.po,66,277,172,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/uui/messages.po,156,1523,357,0,0,1,31,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/vcl/messages.po,277,552,326,0,0,79,185,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/wizards/messages.po,265,1042,287,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/wizards/source/resources.po,554,2286,703,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/writerperfect/messages.po,30,65,47,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/xmlsecurity/messages.po,88,418,119,0,0,3,6,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/accessibility/messages.po,11,27,28,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/avmedia/messages.po,19,42,39,2,2,1,1,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/basctl/messages.po,106,354,324,17,28,32,229,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/basic/messages.po,2,6,7,39,129,94,414,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/chart2/messages.po,14,16,16,60,60,546,1292,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/cui/messages.po,124,176,177,351,432,1868,4950,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dbaccess/messages.po,23,30,28,39,41,750,4439,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/desktop/messages.po,5,5,5,10,15,147,1205,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/en/dialog.po,37,176,193,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,3,4,0,0,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/hu_hu/dialog.po,32,71,85,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,3,4,0,0,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/pt_br/dialog.po,1,3,4,0,0,1,2,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,3,4,0,0,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/ru_ru/dialog.po,13,25,28,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,3,4,0,0,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/editeng/messages.po,6,6,6,24,25,235,625,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/extensions/messages.po,21,25,25,94,102,548,1972,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/extras/source/autocorr/emoji.po,0,0,0,90,71,1485,1746,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/extras/source/gallery/share.po,0,0,0,0,0,12,15,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/filter/messages.po,4,4,4,26,27,192,787,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/filter/source/config/fragments/filters.po,1,1,1,1,2,218,729,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/filter/source/config/fragments/types.po,0,0,0,0,0,38,121,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/forms/messages.po,0,0,0,6,6,52,324,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/formula/messages.po,3,3,3,12,12,423,499,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/fpicker/messages.po,4,5,5,11,13,46,145,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/framework/messages.po,1,1,1,1,1,27,208,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/librelogo/source/pythonpath.po,1,3,4,31,33,106,137,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/nlpsolver/src/locale.po,2,2,2,1,1,38,102,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/officecfg/registry/data/org/openoffice/office.po,42,47,48,65,65,1201,1729,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/reportdesign/messages.po,9,13,14,46,57,203,547,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/sc/messages.po,261,273,293,455,500,3970,19487,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scaddins/messages.po,8,8,8,30,30,863,3150,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/sccomp/messages.po,11,47,40,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/base.po,0,0,0,2,5,8,39,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/calc.po,2,2,3,3,6,17,86,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/draw.po,0,0,0,4,7,37,142,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/extensions.po,0,0,0,1,1,15,64,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/impress.po,0,0,0,3,4,18,77,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/math.po,0,0,0,3,6,7,36,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/writer.po,0,0,0,1,1,26,113,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/sd/messages.po,48,53,55,159,170,1112,2728,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/sfx2/messages.po,31,33,35,94,102,456,2091,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/starmath/messages.po,8,8,8,46,50,451,910,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/svtools/messages.po,20,22,25,53,72,841,2517,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/svx/messages.po,67,71,72,213,221,2566,6932,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/sw/messages.po,176,185,194,556,604,2709,6951,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/swext/mediawiki/help.po,2,2,2,4,4,83,1398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,3,3,3,3,3,26,175,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/sysui/desktop/share.po,1,1,2,2,2,63,274,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/uui/messages.po,3,3,4,3,5,151,1546,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/vcl/messages.po,18,18,18,42,43,296,676,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/wizards/messages.po,6,6,6,20,20,239,1016,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/wizards/source/resources.po,10,10,10,38,46,506,2230,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/writerperfect/messages.po,0,0,0,2,2,28,63,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/xmlsecurity/messages.po,5,5,5,3,3,83,416,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/accessibility/messages.po,9,15,15,0,0,2,12,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/avmedia/messages.po,16,26,22,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/basctl/messages.po,112,425,345,24,36,19,150,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/basic/messages.po,11,23,18,117,498,7,28,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/chart2/messages.po,197,301,309,147,245,276,822,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/messages.po,8,56,26,0,0,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/cui/messages.po,894,1832,1651,624,1061,825,2665,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dbaccess/messages.po,379,2211,1665,211,960,222,1339,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/desktop/messages.po,62,295,234,13,75,87,855,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/en/dialog.po,3,4,4,0,0,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/hu_hu/dialog.po,6,7,8,0,0,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/ru_ru/dialog.po,3,4,4,0,0,11,22,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/editeng/messages.po,116,218,201,21,26,128,412,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/extensions/messages.po,359,773,700,180,698,124,628,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/extras/source/autocorr/emoji.po,42,42,42,195,184,1338,1591,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/filter/messages.po,62,220,180,31,51,129,547,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/filter/source/config/fragments/filters.po,19,55,54,10,27,191,650,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/filter/source/config/fragments/types.po,6,24,21,3,10,29,87,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/forms/messages.po,50,293,200,2,3,6,34,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/formula/messages.po,44,44,44,20,21,368,443,432,508,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/fpicker/messages.po,31,88,76,15,34,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/framework/messages.po,11,71,52,6,14,12,125,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/auxiliary.po,6,6,6,0,0,99,296,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sbasic/guide.po,34,281,207,0,0,69,1064,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sbasic/shared.po,1335,5661,4508,0,0,3170,29770,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc.po,146,583,513,0,0,41,403,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/scalc/guide.po,83,285,207,0,0,1386,21308,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/schart.po,11,90,68,0,0,85,841,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sdraw.po,110,653,502,0,0,13,79,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/sdraw/guide.po,66,359,284,0,0,209,2713,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared.po,177,1476,1119,0,0,73,832,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/autokorr.po,19,239,137,0,0,29,181,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/autopi.po,255,937,755,0,0,632,7457,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/explorer/database.po,597,3898,2891,0,0,1044,14959,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/guide.po,53,313,196,0,0,2463,36130,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/shared/optionen.po,719,2482,1936,0,0,1215,20869,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/simpress.po,63,166,124,0,0,136,1229,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/simpress/guide.po,32,140,102,0,0,735,10142,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/smath.po,45,241,186,0,0,15,498,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/smath/guide.po,3,3,3,0,0,101,1190,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter.po,196,987,819,0,0,140,1959,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter/guide.po,195,847,568,0,0,1949,27090,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter/librelogo.po,30,31,31,0,0,296,2988,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/librelogo/source/pythonpath.po,54,58,59,5,5,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/nlpsolver/src/locale.po,11,12,12,1,1,29,92,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/officecfg/registry/data/org/openoffice/office.po,1190,1273,1306,2,5,116,563,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/readlicense_oo/docs.po,17,164,142,0,0,86,2239,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/reportdesign/messages.po,99,145,142,45,73,114,399,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/sc/messages.po,1121,2303,1955,894,1627,2671,16330,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scaddins/messages.po,778,2520,1790,12,16,108,649,898,3185,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/base.po,8,40,36,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/calc.po,19,81,76,0,0,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/draw.po,13,52,44,2,9,26,88,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/extensions.po,3,9,7,0,0,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/impress.po,14,57,52,1,4,6,20,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/math.po,10,42,38,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/quickstart.po,2,15,9,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/writer.po,18,54,54,1,3,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/sd/messages.po,451,1115,937,320,539,548,1297,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/sfx2/messages.po,210,534,450,123,359,248,1333,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/starmath/messages.po,293,500,473,85,125,124,340,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/svtools/messages.po,392,1092,953,41,133,481,1386,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/svx/messages.po,1519,3367,3133,494,1095,833,2762,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/sw/messages.po,1566,2756,2716,876,1682,999,3302,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/swext/mediawiki/help.po,7,10,12,4,4,78,1390,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,10,10,12,3,3,19,168,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/sysui/desktop/share.po,35,144,140,4,22,27,111,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/uui/messages.po,70,626,458,15,31,72,897,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/vcl/messages.po,157,244,221,27,49,172,444,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/wizards/messages.po,235,992,801,6,6,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/wizards/source/resources.po,435,1824,1395,58,255,61,207,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/writerperfect/messages.po,1,2,2,4,6,25,57,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/xmlsecurity/messages.po,18,37,29,20,62,53,325,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/accessibility/messages.po,11,27,32,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/avmedia/messages.po,22,45,46,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/basctl/messages.po,155,611,664,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/basic/messages.po,135,549,604,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/chart2/messages.po,620,1368,1615,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/messages.po,106,1047,973,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/cui/messages.po,2342,5554,6277,0,0,1,4,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dbaccess/messages.po,812,4510,4520,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/desktop/messages.po,162,1225,1219,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/en/dialog.po,37,176,204,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/hu_hu/dialog.po,32,71,90,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/pt_br/dialog.po,2,5,7,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/ru_ru/dialog.po,13,25,36,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/editeng/messages.po,265,656,759,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/extensions/messages.po,663,2099,2219,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/extras/source/autocorr/emoji.po,1575,1817,1989,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/filter/messages.po,222,818,890,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/filter/source/config/fragments/filters.po,220,732,783,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/filter/source/config/fragments/internalgraphicfilters.po,38,139,143,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/filter/source/config/fragments/types.po,38,121,133,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/forms/messages.po,58,330,318,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/formula/messages.po,411,472,615,0,0,0,0,411,472,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/fpicker/messages.po,61,163,172,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/framework/messages.po,29,210,240,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/librelogo/source/pythonpath.po,138,173,181,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,25,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/nlpsolver/src/locale.po,41,105,129,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/officecfg/registry/data/org/openoffice.po,9,28,39,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/officecfg/registry/data/org/openoffice/office.po,1080,1600,1801,0,0,228,241,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/readlicense_oo/docs.po,102,2343,2252,0,0,1,60,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,17,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/reportdesign/messages.po,258,617,667,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/sc/messages.po,3271,9618,9882,38,85,1377,10557,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scaddins/messages.po,453,1227,1081,6,6,441,1954,900,3187,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/sccomp/messages.po,14,65,74,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/base.po,10,44,54,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/calc.po,21,89,102,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/draw.po,26,95,97,2,7,13,47,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/extensions.po,9,33,39,0,0,7,32,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/graphicfilter.po,30,101,115,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/impress.po,21,81,95,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/math.po,10,42,48,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/onlineupdate.po,1,2,2,0,0,1,11,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/quickstart.po,1,1,2,0,0,1,14,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/writer.po,23,96,90,2,7,2,11,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/sd/messages.po,1175,2780,3105,0,0,144,171,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/sfx2/messages.po,575,2091,2080,0,0,6,135,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/starmath/messages.po,302,439,452,1,1,200,526,503,966,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/svtools/messages.po,692,1948,2048,95,171,127,492,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/svx/messages.po,2687,6845,7593,31,80,128,299,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/sw/messages.po,3355,7612,8797,0,0,82,123,3437,7735,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/swext/mediawiki/help.po,75,1191,1181,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,160,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/sysui/desktop/share.po,66,277,316,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/uui/messages.po,157,1554,1501,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/vcl/messages.po,284,569,621,0,0,72,168,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/wizards/messages.po,265,1042,1039,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/wizards/source/resources.po,554,2286,2278,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/writerperfect/messages.po,30,65,75,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/xmlsecurity/messages.po,91,424,440,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/avmedia/messages.po,22,45,43,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/basctl/messages.po,155,611,547,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/basic/messages.po,135,549,524,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/chart2/messages.po,620,1368,1383,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/messages.po,106,1047,780,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/cui/messages.po,2343,5558,5325,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dbaccess/messages.po,812,4510,3550,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/desktop/messages.po,162,1225,1022,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/en/dialog.po,37,176,165,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/hu_hu/dialog.po,32,71,75,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/ru_ru/dialog.po,14,26,23,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/editeng/messages.po,265,656,716,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/extensions/messages.po,663,2099,1846,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/extras/source/autocorr/emoji.po,1206,1419,1720,0,0,369,398,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/extras/source/gallery/share.po,11,14,15,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/filter/messages.po,222,818,737,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/filter/source/config/fragments/filters.po,220,732,749,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/filter/source/config/fragments/types.po,38,121,127,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/forms/messages.po,58,330,255,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/formula/messages.po,438,514,515,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/fpicker/messages.po,61,163,147,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/framework/messages.po,29,210,160,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/librelogo/source/pythonpath.po,138,173,171,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,18,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/nlpsolver/src/locale.po,41,105,102,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/officecfg/registry/data/org/openoffice/office.po,1308,1841,1784,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/readlicense_oo/docs.po,103,2403,1967,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/reportdesign/messages.po,258,617,595,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/sc/messages.po,4686,20260,15796,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scaddins/messages.po,901,3188,2958,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/sccomp/messages.po,14,65,65,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/base.po,10,44,41,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/calc.po,22,94,97,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/draw.po,41,149,144,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/extensions.po,16,65,69,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/graphicfilter.po,30,101,119,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/impress.po,21,81,78,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/onlineupdate.po,2,13,8,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/writer.po,27,114,109,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/sd/messages.po,1319,2951,2865,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/sfx2/messages.po,581,2226,1990,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/starmath/messages.po,505,968,1015,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/svtools/messages.po,914,2611,2469,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/svx/messages.po,2846,7224,6963,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/sw/messages.po,3440,7739,7575,0,0,0,0,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/swext/mediawiki/help.po,89,1404,1073,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,133,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/sysui/desktop/share.po,66,277,286,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/uui/messages.po,157,1554,1241,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/vcl/messages.po,347,707,697,0,0,9,30,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/wizards/messages.po,265,1042,852,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/wizards/source/resources.po,554,2286,1869,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/writerperfect/messages.po,30,65,65,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/xmlsecurity/messages.po,91,424,374,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/accessibility/messages.po,1,1,1,1,1,9,25,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/avmedia/messages.po,13,15,14,1,1,8,29,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/basctl/messages.po,80,259,164,17,22,58,330,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/basic/messages.po,0,0,0,3,8,132,541,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/chart2/messages.po,8,8,8,50,51,562,1309,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/cui/messages.po,89,93,93,291,352,1963,5113,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dbaccess/messages.po,12,12,12,43,54,757,4444,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/desktop/messages.po,6,20,12,14,21,142,1184,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/hu_hu/dialog.po,0,0,0,1,1,31,70,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/ru_ru/dialog.po,0,0,0,1,1,13,25,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/editeng/messages.po,4,4,4,24,25,237,627,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/extensions/messages.po,10,10,10,82,92,571,1997,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/extras/source/autocorr/emoji.po,0,0,0,89,70,1486,1747,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/extras/source/gallery/share.po,0,0,0,0,0,12,15,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/filter/messages.po,5,5,5,16,17,201,796,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/filter/source/config/fragments/filters.po,63,232,230,3,7,154,493,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/filter/source/config/fragments/types.po,15,44,43,1,5,22,72,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/forms/messages.po,5,22,10,5,5,48,303,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/formula/messages.po,1,1,1,10,10,427,503,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/fpicker/messages.po,4,5,5,8,10,49,148,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/framework/messages.po,1,1,1,1,1,27,208,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/librelogo/source/pythonpath.po,0,0,0,29,29,109,144,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/nlpsolver/src/locale.po,2,2,2,1,1,38,102,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/officecfg/registry/data/org/openoffice/office.po,18,34,34,80,85,1210,1722,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/reportdesign/messages.po,6,7,7,39,40,213,570,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/sc/messages.po,171,174,175,377,398,4138,19688,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scaddins/messages.po,6,6,6,34,34,861,3148,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/base.po,0,0,0,1,2,9,42,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/calc.po,2,3,3,4,11,16,80,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/draw.po,0,0,0,4,8,37,141,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/extensions.po,0,0,0,1,1,15,64,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/impress.po,0,0,0,4,8,17,73,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/math.po,0,0,0,2,3,8,39,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/writer.po,1,2,2,3,8,23,104,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/sd/messages.po,34,36,37,132,140,1153,2775,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/sfx2/messages.po,25,26,28,81,88,475,2112,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/starmath/messages.po,2,2,3,36,37,467,929,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/svtools/messages.po,9,9,9,57,74,848,2528,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/svx/messages.po,31,34,33,206,219,2609,6971,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/sw/messages.po,117,119,120,469,495,2855,7126,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/swext/mediawiki/help.po,0,0,0,3,3,86,1401,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,2,2,2,3,3,27,176,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/sysui/desktop/share.po,1,1,1,5,13,60,263,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/uui/messages.po,3,3,3,3,5,151,1546,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/vcl/messages.po,12,12,12,46,47,298,678,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/wizards/messages.po,4,4,4,17,17,244,1021,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/wizards/source/resources.po,4,4,4,30,35,520,2247,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/writerperfect/messages.po,0,0,0,1,1,29,64,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/xmlsecurity/messages.po,1,1,1,7,7,83,416,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/accessibility/messages.po,11,27,15,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/avmedia/messages.po,19,36,21,1,4,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/basctl/messages.po,132,540,223,21,39,2,32,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/basic/messages.po,18,52,34,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/chart2/messages.po,534,1151,711,67,144,19,73,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/messages.po,104,1017,447,0,0,2,30,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/cui/messages.po,1580,3786,2007,524,1054,239,718,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dbaccess/messages.po,567,3179,1326,217,1202,28,129,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/desktop/messages.po,128,707,352,24,393,10,125,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/en/dialog.po,37,176,115,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/hu_hu/dialog.po,32,71,33,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/ru_ru/dialog.po,13,25,14,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/editeng/messages.po,258,641,387,3,4,4,11,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/extensions/messages.po,432,1353,657,198,632,33,114,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/extras/source/autocorr/emoji.po,57,50,49,205,203,1313,1564,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/extras/source/gallery/share.po,11,14,13,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/filter/messages.po,169,633,333,39,112,14,73,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/filter/source/config/fragments/filters.po,160,554,509,10,36,50,142,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/filter/source/config/fragments/internalgraphicfilters.po,38,139,138,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/filter/source/config/fragments/types.po,24,80,77,1,5,13,36,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/forms/messages.po,57,321,124,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/formula/messages.po,388,436,434,20,26,28,50,436,512,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/fpicker/messages.po,31,88,51,19,43,11,32,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/framework/messages.po,20,184,57,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/auxiliary.po,92,266,152,0,0,13,36,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sbasic/guide.po,89,1185,426,0,0,14,160,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sbasic/shared.po,3557,29611,14770,0,0,948,5820,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc.po,178,940,433,0,0,9,46,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/scalc/guide.po,1364,19648,7009,0,0,105,1945,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/schart.po,87,794,285,0,0,9,137,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sdraw.po,120,718,348,0,0,3,14,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/sdraw/guide.po,259,2780,1069,0,0,16,292,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared.po,218,1962,710,0,0,32,346,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/autokorr.po,48,420,130,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/autopi.po,757,6572,2343,0,0,130,1822,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/explorer/database.po,1469,14596,4896,0,0,172,4261,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/guide.po,2101,29585,10915,0,0,415,6858,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/shared/optionen.po,1542,16921,5534,0,0,392,6430,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/simpress.po,186,1316,529,0,0,13,79,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/simpress/guide.po,603,7994,2918,0,0,164,2288,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/smath.po,56,609,254,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/smath/guide.po,96,1031,458,0,0,8,162,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter.po,217,1414,628,0,0,119,1532,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter/guide.po,1938,24248,8787,0,0,206,3689,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter/librelogo.po,310,2637,1691,1,120,15,262,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/librelogo/source/pythonpath.po,137,170,147,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,6,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/nlpsolver/src/locale.po,41,105,78,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/officecfg/registry/data/org/openoffice.po,8,25,16,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/officecfg/registry/data/org/openoffice/office.po,1279,1742,1448,10,65,19,34,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/readlicense_oo/docs.po,88,1760,700,1,85,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,6,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/reportdesign/messages.po,209,499,265,46,115,3,3,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/sc/messages.po,3309,14930,6155,777,2325,600,3005,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scaddins/messages.po,878,3053,1222,15,31,5,101,898,3185,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/sccomp/messages.po,12,51,27,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/base.po,10,44,30,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/calc.po,21,89,65,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/draw.po,41,149,130,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/extensions.po,16,65,33,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/graphicfilter.po,30,101,82,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/impress.po,21,81,64,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/math.po,10,42,30,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/onlineupdate.po,2,13,5,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/quickstart.po,2,15,6,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/winexplorerext.po,2,18,8,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/writer.po,27,114,82,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/sd/messages.po,747,1813,940,279,555,293,583,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/sfx2/messages.po,324,992,486,129,466,128,768,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/starmath/messages.po,407,764,490,65,106,33,98,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/svtools/messages.po,763,1968,1404,56,350,95,293,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/svx/messages.po,1976,4754,2820,488,1155,382,1315,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/sw/messages.po,2290,4742,2934,675,1556,476,1442,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/swext/mediawiki/help.po,47,353,121,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,82,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/sysui/desktop/share.po,64,257,187,2,20,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/uui/messages.po,117,1067,440,16,126,24,361,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/vcl/messages.po,239,451,300,24,58,93,228,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/wizards/messages.po,259,1036,448,5,5,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/wizards/source/resources.po,489,2013,860,56,210,9,63,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/writerperfect/messages.po,2,3,2,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/xmlsecurity/messages.po,55,223,76,18,131,18,70,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/accessibility/messages.po,7,13,16,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/avmedia/messages.po,17,27,26,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/basctl/messages.po,97,392,390,35,52,23,167,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/basic/messages.po,17,49,56,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/chart2/messages.po,228,481,523,178,330,214,557,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/messages.po,96,942,804,6,48,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/cui/messages.po,614,1337,1408,754,1265,975,2956,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dbaccess/messages.po,423,2479,2336,243,1294,146,737,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/desktop/messages.po,98,480,507,36,362,28,383,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/en/dialog.po,1,1,2,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/hu_hu/dialog.po,2,2,2,5,7,25,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/ru_ru/dialog.po,3,3,4,2,4,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/editeng/messages.po,225,534,642,24,80,16,42,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/extensions/messages.po,399,991,1042,211,832,53,276,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/extras/source/autocorr/emoji.po,42,38,39,179,170,1354,1609,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/filter/messages.po,53,207,235,31,61,138,550,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/filter/source/config/fragments/filters.po,80,276,285,11,29,129,427,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/filter/source/config/fragments/types.po,15,41,42,3,12,20,68,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/forms/messages.po,54,314,294,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/formula/messages.po,290,293,300,64,90,72,119,426,502,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/fpicker/messages.po,30,87,87,15,34,16,42,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/framework/messages.po,18,167,165,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/librelogo/source/pythonpath.po,19,21,28,38,40,81,112,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/nlpsolver/src/locale.po,9,9,9,6,7,26,89,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/officecfg/registry/data/org/openoffice/office.po,1178,1265,1274,18,21,112,555,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/readlicense_oo/docs.po,11,60,58,0,0,92,2343,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/reportdesign/messages.po,142,313,345,82,164,34,140,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/sc/messages.po,1647,4742,4131,898,1981,2141,13537,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scaddins/messages.po,414,883,723,77,249,408,2054,899,3186,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/sccomp/messages.po,11,47,46,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/base.po,8,40,49,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/calc.po,17,56,77,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/draw.po,13,52,57,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/graphicfilter.po,28,91,142,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/impress.po,19,74,80,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/writer.po,22,69,78,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/sd/messages.po,363,841,886,331,612,625,1498,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/sfx2/messages.po,188,515,531,144,444,249,1267,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/starmath/messages.po,270,472,483,105,150,127,343,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/svtools/messages.po,568,1442,1467,75,181,271,988,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/svx/messages.po,1040,2120,2231,599,1340,1207,3764,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/sw/messages.po,1184,1998,2273,1118,2001,1139,3741,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/swext/mediawiki/help.po,44,304,273,24,702,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,166,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/sysui/desktop/share.po,43,153,163,10,52,13,72,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/uui/messages.po,93,906,901,22,149,42,499,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/vcl/messages.po,143,227,248,54,110,159,400,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/wizards/messages.po,202,887,875,30,73,33,82,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/wizards/source/resources.po,432,1782,1743,57,240,65,264,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/xmlsecurity/messages.po,19,36,34,15,57,57,331,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/accessibility/messages.po,11,27,24,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/basctl/messages.po,143,564,471,10,15,2,32,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/basic/messages.po,132,539,486,3,10,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/chart2/messages.po,560,1232,1328,55,102,5,34,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/messages.po,104,1017,702,0,0,2,30,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/cui/messages.po,1633,4013,4065,478,858,232,687,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dbaccess/messages.po,525,2951,2333,266,1444,21,115,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/desktop/messages.po,118,664,559,34,436,10,125,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/en/dialog.po,37,176,182,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/hu_hu/dialog.po,32,71,76,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/ru_ru/dialog.po,13,25,26,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/editeng/messages.po,256,629,613,5,16,4,11,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/extensions/messages.po,450,1362,1251,197,649,16,88,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/extras/source/autocorr/emoji.po,56,50,50,203,200,1316,1567,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/filter/messages.po,170,635,594,38,110,14,73,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/filter/source/config/fragments/filters.po,120,413,411,51,179,49,140,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/filter/source/config/fragments/internalgraphicfilters.po,38,139,141,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/filter/source/config/fragments/types.po,24,80,81,1,5,13,36,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/forms/messages.po,57,321,235,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/formula/messages.po,365,415,419,41,45,28,50,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/fpicker/messages.po,29,84,87,21,47,11,32,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/framework/messages.po,21,193,153,6,14,2,3,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/librelogo/source/pythonpath.po,137,170,175,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,19,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/nlpsolver/src/locale.po,41,105,102,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/officecfg/registry/data/org/openoffice.po,8,25,25,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/officecfg/registry/data/org/openoffice/office.po,1279,1742,2579,10,65,19,34,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/readlicense_oo/docs.po,88,1760,1379,1,85,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/reportdesign/messages.po,205,496,477,51,118,2,3,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/sc/messages.po,3169,13706,10044,949,3706,568,2848,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scaddins/messages.po,881,3056,2053,15,31,5,101,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/sccomp/messages.po,12,51,41,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/base.po,10,44,41,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/calc.po,21,89,86,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/draw.po,41,149,145,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/extensions.po,16,65,55,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/graphicfilter.po,30,101,99,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/impress.po,21,81,84,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/writer.po,27,114,109,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/sd/messages.po,728,1790,1731,296,574,295,587,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/sfx2/messages.po,315,949,905,141,531,125,746,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/starmath/messages.po,408,774,785,64,96,33,98,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/svtools/messages.po,771,1981,1795,55,353,88,277,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/svx/messages.po,1955,4693,4557,523,1258,368,1273,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/sw/messages.po,1729,3249,3261,949,1925,763,2566,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/swext/mediawiki/help.po,47,353,295,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,128,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/sysui/desktop/share.po,65,261,258,1,16,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/uui/messages.po,121,1087,849,19,151,17,316,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/vcl/messages.po,238,450,445,25,59,93,228,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/wizards/messages.po,263,1040,834,1,1,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/wizards/source/resources.po,472,1996,1613,73,227,9,63,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/writerperfect/messages.po,3,4,4,3,7,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/xmlsecurity/messages.po,45,204,174,28,150,18,70,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/avmedia/messages.po,22,45,45,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/basctl/messages.po,155,611,480,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/basic/messages.po,135,549,536,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/chart2/messages.po,620,1368,1285,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/messages.po,106,1047,760,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,7,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/cui/messages.po,2337,5536,5072,0,0,6,22,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dbaccess/messages.po,812,4510,3348,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/desktop/messages.po,162,1225,951,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/en/dialog.po,37,176,180,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/hu_hu/dialog.po,32,71,70,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/pt_br/dialog.po,2,5,4,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/ru_ru/dialog.po,13,25,24,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/editeng/messages.po,265,656,643,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/extensions/messages.po,663,2099,1745,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/extras/source/autocorr/emoji.po,1575,1817,1860,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/filter/messages.po,222,818,720,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/filter/source/config/fragments/filters.po,220,732,760,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/filter/source/config/fragments/internalgraphicfilters.po,38,139,137,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/filter/source/config/fragments/types.po,38,121,132,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/forms/messages.po,58,330,236,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/formula/messages.po,433,509,511,0,0,0,0,433,509,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/fpicker/messages.po,61,163,138,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/framework/messages.po,29,210,178,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/auxiliary.po,94,272,243,0,0,11,30,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sbasic/guide.po,88,1177,941,0,0,15,168,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sbasic/shared.po,3490,29212,22347,0,0,1015,6219,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc.po,187,986,813,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/scalc/guide.po,1339,18959,13542,0,0,130,2634,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/schart.po,95,897,694,0,0,1,34,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sdraw.po,123,732,592,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/sdraw/guide.po,275,3072,2346,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared.po,239,2135,1574,0,0,11,173,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/autokorr.po,48,420,300,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/autopi.po,778,6843,5032,0,0,109,1551,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/explorer/database.po,1518,15556,11029,0,0,123,3301,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/guide.po,2080,28893,21560,0,0,436,7550,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/menu.po,16,120,100,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/shared/optionen.po,1247,11492,8616,0,0,687,11859,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/simpress.po,199,1395,1090,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/simpress/guide.po,753,10154,7174,0,0,14,128,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/smath.po,59,722,541,0,0,1,17,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/smath/guide.po,104,1193,883,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter.po,305,2642,2082,0,0,31,304,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter/guide.po,1925,23892,17393,0,0,219,4045,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter/librelogo.po,40,41,41,0,0,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/helpcontent2/source/text/swriter/menu.po,17,96,70,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/librelogo/source/pythonpath.po,138,173,176,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,19,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/nlpsolver/src/locale.po,41,105,102,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/officecfg/registry/data/org/openoffice/office.po,1304,1835,1774,0,0,4,6,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/readlicense_oo/docs.po,102,2343,1597,0,0,1,60,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/reportdesign/messages.po,258,617,549,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/sc/messages.po,4484,19800,13857,0,0,202,460,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scaddins/messages.po,901,3188,2100,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/sccomp/messages.po,14,65,53,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/base.po,10,44,37,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/calc.po,22,94,91,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/draw.po,41,149,151,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/extensions.po,16,65,61,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/graphicfilter.po,30,101,98,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/impress.po,21,81,81,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/math.po,10,42,34,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/writer.po,27,114,111,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/sd/messages.po,1175,2780,2511,0,0,144,171,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/sfx2/messages.po,576,2093,1711,0,0,5,133,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/starmath/messages.po,505,968,891,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/svtools/messages.po,906,2596,2280,0,0,8,15,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/svx/messages.po,2800,7122,6411,0,0,46,102,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/sw/messages.po,3360,7619,7154,0,0,80,120,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/swext/mediawiki/help.po,75,1191,835,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,121,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/sysui/desktop/share.po,66,277,273,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/uui/messages.po,157,1554,1112,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/vcl/messages.po,275,542,487,0,0,81,195,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/wizards/messages.po,265,1042,864,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/wizards/source/resources.po,554,2286,1736,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/writerperfect/messages.po,30,65,65,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/xmlsecurity/messages.po,91,424,323,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/accessibility/messages.po,7,13,14,0,0,4,14,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/avmedia/messages.po,11,20,19,4,5,7,20,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/basctl/messages.po,96,391,370,34,47,25,173,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/basic/messages.po,18,52,73,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/chart2/messages.po,220,479,587,174,314,226,575,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/messages.po,94,934,949,8,56,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,9,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/cui/messages.po,638,1261,1537,714,1250,991,3047,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dbaccess/messages.po,380,2296,2038,250,1316,182,898,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/desktop/messages.po,89,435,445,27,172,46,618,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/hu_hu/dialog.po,2,2,2,5,8,25,61,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/ru_ru/dialog.po,4,4,6,2,4,8,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/editeng/messages.po,190,499,794,59,97,16,60,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/extensions/messages.po,391,1016,1039,212,794,60,289,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/extras/source/autocorr/emoji.po,45,41,41,187,179,1343,1597,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/filter/messages.po,57,204,215,34,80,131,534,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/filter/source/config/fragments/filters.po,86,303,372,12,34,122,395,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/filter/source/config/fragments/internalgraphicfilters.po,35,127,151,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/filter/source/config/fragments/types.po,4,17,20,6,23,28,81,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/forms/messages.po,54,314,246,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/formula/messages.po,276,279,302,93,119,64,111,433,509,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/fpicker/messages.po,31,77,82,15,45,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/framework/messages.po,10,69,64,7,16,12,125,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/librelogo/source/pythonpath.po,29,30,32,45,47,64,96,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/nlpsolver/src/locale.po,8,8,9,5,6,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/officecfg/registry/data/org/openoffice/office.po,1230,1410,1739,5,6,73,425,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/readlicense_oo/docs.po,66,1300,2997,2,86,35,1017,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/reportdesign/messages.po,159,391,572,75,170,24,56,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/sc/messages.po,2254,10774,7863,921,2642,1511,6844,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scaddins/messages.po,788,2467,1952,22,89,91,632,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/sccomp/messages.po,11,47,73,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/base.po,8,40,41,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/calc.po,15,48,50,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/draw.po,13,52,53,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/graphicfilter.po,28,91,94,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/impress.po,17,66,66,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/writer.po,21,65,72,1,4,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/sd/messages.po,410,992,930,348,645,561,1314,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/sfx2/messages.po,185,540,566,132,420,264,1266,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/starmath/messages.po,274,476,481,105,149,124,341,503,966,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/svtools/messages.po,577,1354,1319,74,154,263,1103,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/svx/messages.po,1406,3291,3602,600,1360,840,2573,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/sw/messages.po,1245,2135,2396,1074,1978,1116,3617,3435,7730,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/swext/mediawiki/help.po,14,19,23,3,5,72,1380,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,5,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,24,172,336,7,7,1,2,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/sysui/desktop/share.po,41,157,214,12,64,13,56,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/uui/messages.po,92,905,879,24,163,41,486,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/vcl/messages.po,130,182,182,52,105,174,450,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/wizards/messages.po,228,984,848,13,14,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/wizards/source/resources.po,456,1858,1581,49,252,49,176,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/xmlsecurity/messages.po,20,39,35,18,118,53,267,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/accessibility/messages.po,7,13,14,0,0,4,14,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/avmedia/messages.po,16,26,24,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/basctl/messages.po,97,393,398,32,43,26,175,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/basic/messages.po,18,52,59,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/chart2/messages.po,230,488,486,157,264,233,616,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/cui/messages.po,375,545,601,741,1119,1227,3894,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dbaccess/messages.po,324,1864,1753,240,1066,248,1580,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/desktop/messages.po,42,181,178,15,74,105,970,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/ru_ru/dialog.po,2,2,2,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/editeng/messages.po,54,91,118,77,124,134,441,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/extensions/messages.po,335,735,798,190,688,138,676,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/extras/source/autocorr/emoji.po,42,39,41,181,172,1352,1606,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/extras/source/gallery/share.po,5,7,8,2,2,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/filter/messages.po,40,159,119,30,58,152,601,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/filter/source/config/fragments/filters.po,20,58,51,9,24,191,650,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/forms/messages.po,51,294,280,1,2,6,34,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/formula/messages.po,54,57,64,53,54,327,399,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/fpicker/messages.po,28,60,66,17,47,16,56,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/framework/messages.po,10,69,71,7,16,12,125,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/librelogo/source/pythonpath.po,14,16,21,45,47,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/nlpsolver/src/locale.po,5,5,5,8,9,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/officecfg/registry/data/org/openoffice/office.po,1179,1260,2195,9,12,120,569,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/reportdesign/messages.po,54,77,96,82,126,122,414,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/sc/messages.po,2097,10595,9322,999,2640,1590,7025,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scaddins/messages.po,780,2459,2394,24,91,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/base.po,8,40,41,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/calc.po,15,48,43,4,33,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/draw.po,13,52,43,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/graphicfilter.po,28,91,71,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/impress.po,17,66,63,2,8,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/quickstart.po,2,15,20,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/winexplorerext.po,2,18,14,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/writer.po,17,50,42,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/sd/messages.po,348,889,929,369,648,602,1414,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/sfx2/messages.po,156,410,459,137,343,288,1473,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/starmath/messages.po,256,458,455,110,152,129,348,495,958,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/svtools/messages.po,290,701,684,73,157,551,1753,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/svx/messages.po,1145,2530,2765,585,1223,1116,3471,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/sw/messages.po,1077,1841,2146,1172,2012,1191,3885,3440,7738,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/swext/mediawiki/help.po,2,2,3,8,10,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,5,7,7,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/sysui/desktop/share.po,19,89,106,23,86,24,102,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/uui/messages.po,60,523,493,22,122,75,909,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/vcl/messages.po,97,134,146,62,98,197,505,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/wizards/messages.po,218,974,1031,23,24,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/wizards/source/resources.po,397,1779,1724,97,298,60,209,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/xmlsecurity/messages.po,15,24,24,17,54,59,346,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/accessibility/messages.po,1,1,1,0,0,10,26,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/avmedia/messages.po,11,12,15,1,1,10,32,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/basctl/messages.po,0,0,0,1,1,154,610,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/basic/messages.po,7,9,8,6,15,122,525,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/chart2/messages.po,0,0,0,0,0,620,1368,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/cui/messages.po,16,16,16,3,3,2324,5539,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dbaccess/messages.po,7,7,7,5,5,800,4498,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/desktop/messages.po,2,13,10,0,0,160,1212,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/hu_hu/dialog.po,0,0,0,0,0,32,71,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/ru_ru/dialog.po,0,0,0,0,0,14,26,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/editeng/messages.po,0,0,0,0,0,265,656,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/extensions/messages.po,5,5,5,3,3,655,2091,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/extras/source/autocorr/emoji.po,0,0,0,23,4,1552,1813,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/extras/source/gallery/share.po,0,0,0,0,0,12,15,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/filter/messages.po,0,0,0,0,0,222,818,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/filter/source/config/fragments/filters.po,0,0,0,0,0,220,732,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/filter/source/config/fragments/types.po,0,0,0,0,0,38,121,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/forms/messages.po,0,0,0,0,0,58,330,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/formula/messages.po,0,0,0,0,0,438,514,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/fpicker/messages.po,2,2,2,3,3,56,158,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/framework/messages.po,0,0,0,0,0,29,210,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/librelogo/source/pythonpath.po,3,5,4,2,4,133,164,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/nlpsolver/src/locale.po,1,1,1,0,0,40,104,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/officecfg/registry/data/org/openoffice/office.po,0,0,0,1,1,1307,1840,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/reportdesign/messages.po,4,4,4,0,0,254,613,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/sc/messages.po,3,3,3,7,7,4676,20250,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scaddins/messages.po,0,0,0,1,1,900,3187,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/base.po,0,0,0,0,0,10,44,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/calc.po,0,0,0,0,0,22,94,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/draw.po,0,0,0,0,0,41,149,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/extensions.po,0,0,0,0,0,16,65,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/impress.po,0,0,0,0,0,21,81,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/math.po,0,0,0,0,0,10,42,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/writer.po,0,0,0,0,0,27,114,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/sd/messages.po,6,6,6,8,8,1305,2937,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/sfx2/messages.po,4,4,4,1,1,576,2221,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/starmath/messages.po,0,0,0,0,0,505,968,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/svtools/messages.po,0,0,0,1,1,913,2610,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/svx/messages.po,12,12,12,5,5,2829,7207,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/sw/messages.po,9,9,9,2,2,3430,7729,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/swext/mediawiki/help.po,0,0,0,0,0,89,1404,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,2,2,2,0,0,30,179,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/sysui/desktop/share.po,0,0,0,0,0,66,277,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/uui/messages.po,0,0,0,2,2,155,1552,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/vcl/messages.po,2,2,2,7,7,347,728,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/wizards/messages.po,2,2,2,0,0,263,1040,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/wizards/source/resources.po,4,4,4,1,1,549,2281,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/writerperfect/messages.po,0,0,0,0,0,30,65,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/xmlsecurity/messages.po,0,0,0,0,0,91,424,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/accessibility/messages.po,1,1,1,0,0,10,26,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/avmedia/messages.po,10,10,10,0,0,12,35,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/basctl/messages.po,49,124,122,28,38,78,449,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/basic/messages.po,6,6,6,2,9,127,534,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/chart2/messages.po,84,101,100,65,75,471,1192,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/messages.po,0,0,0,1,4,105,1043,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/cui/messages.po,327,389,382,450,543,1566,4626,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dbaccess/messages.po,50,50,50,62,94,700,4366,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/desktop/messages.po,52,143,149,27,86,83,996,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/en/dialog.po,37,176,172,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,3,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/hu_hu/dialog.po,32,71,65,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,3,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/ru_ru/dialog.po,4,6,6,0,0,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/editeng/messages.po,182,380,361,17,34,66,242,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/extensions/messages.po,107,127,117,112,164,444,1808,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/extras/source/autocorr/emoji.po,31,29,29,110,94,1434,1694,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/extras/source/gallery/share.po,2,2,2,1,1,9,12,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/filter/messages.po,24,30,31,23,27,175,761,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/filter/source/config/fragments/filters.po,28,90,81,10,30,182,612,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/filter/source/config/fragments/types.po,5,19,18,5,21,28,81,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/forms/messages.po,11,13,13,1,1,46,316,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/formula/messages.po,33,33,33,35,39,368,440,436,512,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/fpicker/messages.po,10,13,12,7,9,44,141,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/framework/messages.po,13,28,27,3,6,13,176,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/librelogo/source/pythonpath.po,10,10,10,25,25,103,138,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/nlpsolver/src/locale.po,8,8,8,2,2,31,95,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/officecfg/registry/data/org/openoffice/office.po,133,151,148,128,134,1047,1556,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/readlicense_oo/docs.po,32,763,656,9,127,62,1513,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/reportdesign/messages.po,72,91,90,37,62,149,464,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/sc/messages.po,640,717,685,681,887,3365,18656,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scaddins/messages.po,32,32,32,47,51,822,3105,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/base.po,9,29,26,0,0,1,15,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/calc.po,16,44,40,0,0,6,50,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/draw.po,11,29,25,0,0,30,120,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/extensions.po,2,4,4,0,0,14,61,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/gnome.po,1,2,1,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/impress.po,16,46,42,1,1,4,34,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/math.po,8,21,20,0,0,2,21,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/onlineupdate.po,1,2,2,0,0,1,11,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/writer.po,22,69,60,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/sd/messages.po,149,174,171,206,278,964,2499,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/sfx2/messages.po,96,116,117,80,103,405,2007,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/starmath/messages.po,117,136,131,80,95,308,737,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/svtools/messages.po,170,213,206,71,121,673,2277,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/svx/messages.po,416,501,464,304,429,2126,6294,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/sw/messages.po,473,525,511,690,922,2278,6293,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/swext/mediawiki/help.po,5,5,5,2,2,82,1397,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,8,8,8,2,2,22,171,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/sysui/desktop/share.po,32,95,91,9,48,25,134,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/uui/messages.po,23,72,67,13,25,121,1457,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/vcl/messages.po,67,72,71,39,44,250,621,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/wizards/messages.po,30,31,31,22,24,213,987,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/wizards/source/resources.po,76,94,93,37,57,441,2135,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/writerperfect/messages.po,0,0,0,3,5,27,60,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/xmlsecurity/messages.po,10,11,11,4,6,77,407,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/accessibility/messages.po,11,27,15,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/avmedia/messages.po,22,45,22,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/basctl/messages.po,155,611,226,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/basic/messages.po,135,549,235,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/chart2/messages.po,618,1364,828,0,0,2,4,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/cui/messages.po,409,575,423,646,992,1288,3991,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dbaccess/messages.po,333,1925,579,227,1042,252,1543,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/desktop/messages.po,162,1225,407,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/en/dialog.po,37,176,92,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/hu_hu/dialog.po,32,71,34,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/ru_ru/dialog.po,13,25,14,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/editeng/messages.po,179,403,269,25,40,61,213,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/extensions/messages.po,663,2099,882,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/extensions/source/update/check/org/openoffice/office.po,1,3,1,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/extras/source/autocorr/emoji.po,27,23,23,148,137,1400,1657,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/extras/source/gallery/share.po,11,14,13,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/filter/messages.po,222,818,427,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/filter/source/config/fragments/filters.po,220,732,635,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/filter/source/config/fragments/internalgraphicfilters.po,38,139,118,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/filter/source/config/fragments/types.po,38,121,119,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/forms/messages.po,58,330,105,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/formula/messages.po,437,513,507,0,0,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/fpicker/messages.po,61,163,79,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/framework/messages.po,29,210,57,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/auxiliary.po,0,0,0,0,0,105,302,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sbasic/guide.po,0,0,0,0,0,103,1345,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sbasic/shared.po,0,0,0,0,0,4505,35431,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc.po,0,0,0,0,0,187,986,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/scalc/guide.po,0,0,0,0,0,1469,21593,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/schart.po,0,0,0,0,0,96,931,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sdraw.po,0,0,0,0,0,123,732,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/sdraw/guide.po,0,0,0,0,0,275,3072,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared.po,0,0,0,0,0,250,2308,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/autokorr.po,0,0,0,0,0,48,420,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/autopi.po,0,0,0,0,0,887,8394,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/explorer/database.po,0,0,0,1,0,1640,18857,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/guide.po,0,0,0,0,0,2516,36443,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/shared/optionen.po,0,0,0,0,0,1934,23351,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/simpress.po,0,0,0,0,0,199,1395,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/simpress/guide.po,0,0,0,0,0,767,10282,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/smath.po,0,0,0,0,0,60,739,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/smath/guide.po,0,0,0,0,0,104,1193,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter.po,0,0,0,0,0,336,2946,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter/guide.po,0,0,0,0,0,2144,27937,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter/librelogo.po,0,0,0,0,0,326,3019,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/librelogo/source/pythonpath.po,138,173,153,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,5,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/nlpsolver/src/locale.po,41,105,69,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/officecfg/registry/data/org/openoffice.po,9,28,18,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/officecfg/registry/data/org/openoffice/office.po,1302,1833,1491,1,1,5,7,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,6,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/reportdesign/messages.po,75,116,79,68,113,115,388,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/sc/messages.po,2190,10478,2843,870,2514,1626,7268,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scaddins/messages.po,781,2471,908,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/sccomp/messages.po,14,65,37,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/base.po,3,19,5,4,13,3,12,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/calc.po,15,48,32,4,33,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/draw.po,13,52,37,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/impress.po,17,66,51,2,8,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/math.po,10,42,33,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/quickstart.po,2,15,6,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/winexplorerext.po,2,18,10,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/writer.po,17,50,40,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/sd/messages.po,348,824,409,350,614,621,1513,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/sfx2/messages.po,176,474,215,119,327,286,1425,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/starmath/messages.po,87,130,101,89,114,329,724,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/svtools/messages.po,112,142,115,105,217,697,2252,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/svx/messages.po,1017,2136,1299,529,884,1300,4204,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/sw/messages.po,1081,1812,1335,1129,1931,1231,3997,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/swext/mediawiki/help.po,4,4,4,6,8,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,4,4,4,8,8,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/sysui/desktop/share.po,66,277,180,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/uui/messages.po,15,160,41,17,37,125,1357,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/vcl/messages.po,110,143,113,58,97,188,497,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/wizards/messages.po,220,942,258,19,19,26,81,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/wizards/source/resources.po,424,1802,557,62,156,68,328,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/writerperfect/messages.po,30,65,53,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/xmlsecurity/messages.po,91,424,142,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/accessibility/messages.po,11,27,23,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/avmedia/messages.po,22,45,43,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/basctl/messages.po,155,611,517,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/basic/messages.po,135,549,481,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/chart2/messages.po,618,1364,1325,0,0,2,4,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/messages.po,106,1047,734,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/cui/messages.po,2313,5459,5183,1,1,29,98,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dbaccess/messages.po,787,4337,3331,2,3,23,170,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/desktop/messages.po,162,1225,950,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/en/dialog.po,37,176,170,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/hu_hu/dialog.po,32,71,66,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/ru_ru/dialog.po,13,25,27,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/editeng/messages.po,265,656,691,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/extensions/messages.po,648,2078,1737,13,13,2,8,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/extras/source/autocorr/emoji.po,1572,1813,2182,0,0,3,4,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/filter/messages.po,222,818,732,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/filter/source/config/fragments/filters.po,217,721,785,0,0,3,11,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/filter/source/config/fragments/internalgraphicfilters.po,38,139,147,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/filter/source/config/fragments/types.po,38,121,135,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/forms/messages.po,58,330,242,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/formula/messages.po,437,513,512,0,0,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/fpicker/messages.po,59,160,143,0,0,2,3,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/framework/messages.po,29,210,168,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/auxiliary.po,89,263,266,0,0,16,39,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sbasic/guide.po,0,0,0,0,0,103,1345,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sbasic/shared.po,0,0,0,0,0,4505,35431,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc.po,187,986,818,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/scalc/guide.po,1466,21503,16776,0,0,3,90,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/schart.po,0,0,0,0,0,96,931,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sdraw.po,120,712,645,0,0,3,20,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/sdraw/guide.po,0,0,0,0,0,275,3072,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared.po,115,727,632,0,0,135,1581,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/autokorr.po,0,0,0,0,0,48,420,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/autopi.po,17,0,0,0,0,870,8394,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/explorer/database.po,8,0,0,0,0,1633,18857,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/guide.po,472,5556,4936,2,36,2042,30851,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/help.po,76,109,106,0,0,2,8,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/shared/optionen.po,1619,19449,16420,4,123,311,3779,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/simpress.po,0,0,0,0,0,199,1395,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/simpress/guide.po,0,0,0,0,0,767,10282,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/smath.po,10,102,93,0,0,50,637,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/smath/guide.po,0,0,0,0,0,104,1193,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter.po,244,1655,1404,0,0,92,1291,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter/guide.po,263,2964,2654,0,0,1881,24973,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter/librelogo.po,3,5,6,0,0,323,3014,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/helpcontent2/source/text/swriter/menu.po,17,96,74,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/librelogo/source/pythonpath.po,137,172,217,0,0,1,1,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,17,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/nlpsolver/src/locale.po,41,105,98,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/officecfg/registry/data/org/openoffice.po,8,25,26,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/officecfg/registry/data/org/openoffice/office.po,1303,1834,1799,0,0,5,7,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/readlicense_oo/docs.po,102,2343,1869,0,0,1,60,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/reportdesign/messages.po,246,588,575,11,23,1,6,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/sc/messages.po,3976,17921,13599,305,598,405,1741,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scaddins/messages.po,820,2694,2239,2,2,79,492,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/sccomp/messages.po,12,51,43,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/activex.po,2,16,15,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/base.po,10,44,47,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/calc.po,22,94,90,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/draw.po,41,149,153,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/extensions.po,16,65,62,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/graphicfilter.po,30,101,178,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/impress.po,21,81,75,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/onlineupdate.po,2,13,8,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/writer.po,27,114,110,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/sd/messages.po,1195,2759,2554,55,80,69,112,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/sfx2/messages.po,495,1832,1530,28,37,58,357,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/starmath/messages.po,487,910,933,0,0,18,58,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/svtools/messages.po,796,2357,2226,9,15,109,239,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/svx/messages.po,2520,6468,6162,74,131,252,625,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/sw/messages.po,3337,7335,7217,28,37,76,368,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/swext/mediawiki/help.po,75,1191,989,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,134,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/sysui/desktop/share.po,66,277,283,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/uui/messages.po,155,1536,1150,2,18,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/vcl/messages.po,281,554,515,0,0,75,183,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/wizards/messages.po,256,1030,813,0,0,9,12,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/wizards/source/resources.po,520,2211,1666,12,14,22,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/writerperfect/messages.po,30,65,64,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/xmlsecurity/messages.po,91,424,351,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/accessibility/messages.po,11,27,22,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/basctl/messages.po,155,611,513,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/basic/messages.po,135,549,509,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/chart2/messages.po,620,1368,1342,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/messages.po,106,1047,732,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/cui/messages.po,2343,5558,5175,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dbaccess/messages.po,812,4510,3571,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/desktop/messages.po,162,1225,980,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/en/dialog.po,37,176,188,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/hu_hu/dialog.po,32,71,67,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/ru_ru/dialog.po,14,26,27,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/editeng/messages.po,265,656,642,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/extensions/messages.po,663,2099,1873,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/extras/source/autocorr/emoji.po,1558,1794,1841,0,0,17,23,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/filter/messages.po,222,818,710,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/filter/source/config/fragments/filters.po,220,732,728,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/filter/source/config/fragments/internalgraphicfilters.po,38,139,135,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/filter/source/config/fragments/types.po,38,121,123,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/forms/messages.po,58,330,258,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/formula/messages.po,438,514,514,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/fpicker/messages.po,61,163,148,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/framework/messages.po,29,210,165,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/auxiliary.po,94,271,264,0,0,11,31,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sbasic/guide.po,69,646,514,0,0,34,699,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sbasic/shared.po,2026,5887,5385,0,0,2479,29544,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc.po,148,369,351,0,0,39,617,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/scalc/guide.po,315,1263,1167,0,0,1154,20330,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/schart.po,63,278,239,0,0,33,653,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sdraw.po,81,160,153,0,0,42,572,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/sdraw/guide.po,34,89,82,0,0,241,2983,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared.po,101,202,201,0,0,149,2106,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/autokorr.po,24,96,96,0,0,24,324,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/autopi.po,478,1657,1540,0,0,409,6737,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/explorer/database.po,712,2079,1821,0,0,929,16778,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/guide.po,369,1388,1232,0,0,2147,35055,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/shared/optionen.po,726,1706,1602,0,0,1208,21645,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/simpress.po,149,417,364,0,0,50,978,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/simpress/guide.po,117,492,415,0,0,650,9790,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/smath.po,37,75,70,0,0,23,664,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/smath/guide.po,25,70,65,0,0,79,1123,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter.po,193,479,447,0,0,143,2467,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter/guide.po,452,1917,1636,0,0,1692,26020,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter/librelogo.po,126,148,144,0,0,200,2871,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/librelogo/source/pythonpath.po,138,173,170,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,18,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/nlpsolver/src/locale.po,41,105,101,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/officecfg/registry/data/org/openoffice/office.po,1308,1841,1779,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/readlicense_oo/docs.po,103,2403,1882,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/reportdesign/messages.po,258,617,583,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/sc/messages.po,4677,20155,15848,4,47,5,58,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scaddins/messages.po,901,3188,2482,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/sccomp/messages.po,14,65,63,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/base.po,10,44,38,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/calc.po,22,94,86,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/draw.po,41,149,148,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/extensions.po,16,65,59,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/gnome.po,2,11,9,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/graphicfilter.po,30,101,99,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/impress.po,21,81,74,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/math.po,10,42,37,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/onlineupdate.po,2,13,9,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/quickstart.po,2,15,11,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/winexplorerext.po,2,18,14,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/writer.po,27,114,108,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/sd/messages.po,1312,2929,2671,0,0,7,22,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/sfx2/messages.po,578,2200,1875,0,0,3,26,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/starmath/messages.po,505,968,959,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/svtools/messages.po,909,2605,2329,0,0,5,6,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/svx/messages.po,2834,7204,6788,2,2,10,18,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/sw/messages.po,3439,7713,7331,2,27,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/swext/mediawiki/help.po,89,1404,1116,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,137,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/sysui/desktop/share.po,66,277,257,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/uui/messages.po,156,1523,1214,1,31,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/vcl/messages.po,337,684,667,0,0,19,53,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/wizards/messages.po,265,1042,896,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/wizards/source/resources.po,551,2283,1861,3,3,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/writerperfect/messages.po,27,62,64,0,0,3,3,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/xmlsecurity/messages.po,91,424,352,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/accessibility/messages.po,9,23,22,0,0,2,4,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/avmedia/messages.po,19,36,33,1,4,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/basctl/messages.po,85,292,316,31,40,39,279,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/basic/messages.po,10,21,24,118,500,7,28,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/chart2/messages.po,128,168,175,150,265,342,935,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/messages.po,0,0,0,7,48,99,999,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/cui/messages.po,425,597,637,695,1071,1223,3890,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dbaccess/messages.po,301,1584,1547,237,1056,274,1870,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/desktop/messages.po,43,198,201,17,71,102,956,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/ru_ru/dialog.po,2,2,2,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/editeng/messages.po,72,115,135,59,100,134,441,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/extensions/messages.po,337,737,773,187,681,139,681,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/extras/source/autocorr/emoji.po,43,39,39,181,173,1351,1605,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/filter/messages.po,41,160,170,29,57,152,601,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/filter/source/config/fragments/filters.po,22,67,66,10,27,188,638,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/filter/source/config/fragments/internalgraphicfilters.po,2,8,8,0,0,36,131,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/forms/messages.po,51,294,301,1,2,6,34,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/formula/messages.po,54,57,58,53,54,327,399,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/fpicker/messages.po,29,61,75,16,46,16,56,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/framework/messages.po,10,69,81,7,16,12,125,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/librelogo/source/pythonpath.po,14,16,18,45,47,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/nlpsolver/src/locale.po,7,7,8,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/officecfg/registry/data/org/openoffice/office.po,1173,1254,1456,15,18,120,569,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/reportdesign/messages.po,70,93,101,65,108,123,416,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/sc/messages.po,2041,10499,8893,1057,2747,1588,7014,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scaddins/messages.po,775,2433,2056,29,117,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/base.po,8,40,43,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/calc.po,15,48,50,4,33,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/draw.po,13,52,55,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/extensions.po,1,1,1,2,8,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/graphicfilter.po,28,91,95,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/impress.po,17,66,69,2,8,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/winexplorerext.po,2,18,14,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/writer.po,17,50,50,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/sd/messages.po,360,901,942,358,640,601,1410,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/sfx2/messages.po,158,431,455,137,356,286,1439,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/starmath/messages.po,264,466,476,109,151,129,348,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/svtools/messages.po,378,985,986,79,161,457,1465,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/svx/messages.po,1165,2547,2654,574,1213,1107,3464,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/sw/messages.po,1064,1842,2047,1201,2095,1174,3801,3439,7738,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/swext/mediawiki/help.po,3,3,3,7,9,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,8,7,7,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/sysui/desktop/share.po,32,119,124,12,64,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/uui/messages.po,62,525,515,20,120,75,909,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/vcl/messages.po,102,141,177,60,97,194,499,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/wizards/messages.po,207,917,939,34,81,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/wizards/source/resources.po,421,1797,1850,72,279,61,210,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/xmlsecurity/messages.po,18,37,39,18,59,55,328,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/accessibility/messages.po,7,13,15,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/avmedia/messages.po,17,27,27,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/basctl/messages.po,90,303,321,35,52,30,256,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/basic/messages.po,18,52,60,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/chart2/messages.po,219,455,518,173,330,228,583,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/messages.po,91,911,914,6,48,9,88,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/cui/messages.po,480,651,690,663,1059,1200,3848,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dbaccess/messages.po,396,2424,2464,250,1295,166,791,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/desktop/messages.po,91,400,408,35,343,36,482,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/ru_ru/dialog.po,2,2,2,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/editeng/messages.po,69,112,123,64,106,132,438,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/extensions/messages.po,390,958,1116,214,832,59,309,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/extras/source/autocorr/emoji.po,42,38,38,184,176,1349,1603,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/filter/messages.po,51,185,162,29,57,142,576,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/filter/source/config/fragments/filters.po,81,280,282,10,25,129,427,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/filter/source/config/fragments/internalgraphicfilters.po,35,127,123,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/filter/source/config/fragments/types.po,15,41,48,3,12,20,68,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/forms/messages.po,54,314,308,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/formula/messages.po,303,306,308,63,89,71,118,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/fpicker/messages.po,30,76,83,16,46,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/framework/messages.po,17,163,171,6,14,6,33,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/auxiliary.po,22,30,30,0,0,83,272,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sbasic/guide.po,51,598,600,0,0,52,747,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sbasic/shared.po,3449,28735,28810,0,0,1056,6696,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc.po,170,854,923,0,0,17,132,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/scalc/guide.po,1221,17170,17053,0,0,248,4423,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/schart.po,38,416,417,0,0,58,515,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sdraw.po,115,698,766,0,0,8,34,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/sdraw/guide.po,256,2730,2609,0,0,19,342,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared.po,209,1822,1820,0,0,41,486,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/autokorr.po,47,403,364,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/autopi.po,738,6465,6469,0,0,149,1929,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/explorer/database.po,1244,10814,10810,0,0,397,8043,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/guide.po,1776,24054,24234,0,0,740,12389,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/shared/optionen.po,1181,10424,10538,0,0,753,12927,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/simpress.po,175,1240,1342,0,0,24,155,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/simpress/guide.po,500,5836,5698,0,0,267,4446,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/smath.po,56,609,625,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/smath/guide.po,65,652,671,0,0,39,541,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter.po,211,1354,1385,0,0,125,1592,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter/guide.po,1791,21510,20765,0,0,353,6427,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter/librelogo.po,38,39,40,1,1,287,2979,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/librelogo/source/pythonpath.po,13,15,15,46,48,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/nlpsolver/src/locale.po,9,9,10,4,5,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/officecfg/registry/data/org/openoffice/office.po,1190,1277,1287,6,9,112,555,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/readlicense_oo/docs.po,1,2,2,1,1,101,2400,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/reportdesign/messages.po,169,421,465,71,135,18,61,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/sc/messages.po,2213,11140,10146,970,2659,1503,6461,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scaddins/messages.po,781,2471,2150,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/sccomp/messages.po,11,47,53,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/activex.po,1,2,1,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/base.po,8,40,46,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/calc.po,17,56,61,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/draw.po,13,52,48,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/graphicfilter.po,28,91,132,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/impress.po,19,74,72,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/math.po,10,42,38,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/quickstart.po,2,15,19,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/winexplorerext.po,2,18,25,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/writer.po,22,69,66,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/sd/messages.po,398,951,1001,340,637,581,1363,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/sfx2/messages.po,179,495,498,146,425,256,1306,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/starmath/messages.po,273,475,529,103,145,129,348,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/svtools/messages.po,543,1353,1352,72,182,299,1076,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/svx/messages.po,1309,2965,3293,568,1281,969,2978,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/sw/messages.po,1199,2002,2235,1102,2041,1139,3696,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/swext/mediawiki/help.po,44,304,308,24,702,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,31,161,156,0,0,1,20,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/sysui/desktop/share.po,43,153,162,10,52,13,72,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/uui/messages.po,86,797,795,23,166,48,591,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/vcl/messages.po,130,184,185,48,96,178,457,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/wizards/messages.po,229,985,991,12,13,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/wizards/source/resources.po,447,1888,1914,55,218,52,180,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/xmlsecurity/messages.po,21,40,42,16,101,54,283,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/accessibility/messages.po,11,27,23,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/avmedia/messages.po,19,39,33,1,1,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/basctl/messages.po,149,602,476,6,9,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/basic/messages.po,135,549,473,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/chart2/messages.po,534,1150,1096,36,56,50,162,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/messages.po,105,1033,709,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,6,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,4,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/cui/messages.po,1501,3369,3095,378,737,464,1452,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dbaccess/messages.po,472,2856,1979,228,1218,112,436,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/desktop/messages.po,153,1118,918,5,28,4,79,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/en/dialog.po,37,176,164,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/hu_hu/dialog.po,32,71,63,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/ru_ru/dialog.po,13,25,24,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/editeng/messages.po,258,641,596,4,6,3,9,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/extensions/messages.po,413,1079,951,210,794,40,226,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/extras/source/autocorr/emoji.po,106,99,99,221,220,1248,1498,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/extras/source/gallery/share.po,11,14,13,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/filter/messages.po,79,280,232,36,76,107,462,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/filter/source/config/fragments/filters.po,93,335,344,26,95,101,302,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/filter/source/config/fragments/internalgraphicfilters.po,35,127,129,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/filter/source/config/fragments/types.po,21,66,66,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/forms/messages.po,57,321,212,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/formula/messages.po,323,326,326,55,81,60,107,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/fpicker/messages.po,52,145,130,3,4,6,14,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/framework/messages.po,22,194,146,6,14,1,2,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/librelogo/source/pythonpath.po,137,170,162,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,14,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/nlpsolver/src/locale.po,41,105,98,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/officecfg/registry/data/org/openoffice/office.po,1234,1421,2150,10,25,64,395,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/readlicense_oo/docs.po,83,1646,1456,1,85,19,672,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/reportdesign/messages.po,179,445,420,68,144,11,28,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/sc/messages.po,2694,12948,8594,942,2535,1050,4777,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scaddins/messages.po,841,2698,1998,14,18,46,472,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/sccomp/messages.po,12,51,40,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/base.po,10,44,41,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/calc.po,19,81,78,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/draw.po,15,60,56,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/extensions.po,16,65,62,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/graphicfilter.po,28,91,102,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/impress.po,19,74,75,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/math.po,10,42,33,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/onlineupdate.po,2,13,7,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/quickstart.po,2,15,11,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/winexplorerext.po,2,18,14,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/writer.po,22,69,68,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/sd/messages.po,514,1312,1160,354,623,451,1016,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/sfx2/messages.po,261,774,642,147,460,173,992,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/starmath/messages.po,313,536,468,89,130,100,299,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/svtools/messages.po,714,1827,1632,68,398,132,386,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/svx/messages.po,1791,4070,3863,521,1235,534,1919,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/sw/messages.po,1713,3204,3202,916,1803,811,2732,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/swext/mediawiki/help.po,47,353,253,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,4,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,129,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/sysui/desktop/share.po,65,261,254,1,16,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/uui/messages.po,105,1021,696,18,131,34,402,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/vcl/messages.po,247,484,456,10,12,99,241,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/wizards/messages.po,261,1038,790,4,4,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/wizards/source/resources.po,467,1957,1401,79,268,8,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/writerperfect/messages.po,3,5,5,3,6,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/xmlsecurity/messages.po,66,338,259,8,20,17,66,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/accessibility/messages.po,11,27,31,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/avmedia/messages.po,22,45,40,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/basctl/messages.po,155,611,560,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/basic/messages.po,135,549,548,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/chart2/messages.po,618,1364,1513,0,0,2,4,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/messages.po,58,587,465,3,22,45,438,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,5,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,1,1,1,2,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/cui/messages.po,742,1885,1955,698,1063,903,2610,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dbaccess/messages.po,446,2805,2324,228,1039,138,666,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/desktop/messages.po,154,1140,1081,4,6,4,79,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/en/dialog.po,37,176,214,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/hu_hu/dialog.po,32,71,92,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/pt_br/dialog.po,2,5,7,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/ru_ru/dialog.po,13,25,28,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/editeng/messages.po,216,483,571,19,53,30,120,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/extensions/messages.po,389,968,936,217,823,57,308,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/extras/source/autocorr/emoji.po,49,45,47,232,224,1294,1548,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/extras/source/gallery/share.po,5,7,8,3,3,4,5,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/filter/messages.po,53,187,163,33,64,136,567,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/filter/source/config/fragments/filters.po,92,332,347,15,50,113,350,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/filter/source/config/fragments/types.po,19,57,59,2,8,17,56,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/forms/messages.po,57,321,248,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/formula/messages.po,309,312,313,56,79,73,123,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/fpicker/messages.po,53,145,143,3,6,5,12,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/framework/messages.po,22,194,163,6,14,1,2,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/librelogo/source/pythonpath.po,25,27,36,45,47,68,99,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/nlpsolver/src/locale.po,9,9,9,5,6,27,90,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/officecfg/registry/data/org/openoffice/office.po,1188,1275,1282,11,14,109,552,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/readlicense_oo/docs.po,2,4,6,1,1,100,2398,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/reportdesign/messages.po,169,420,385,62,115,27,82,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/sc/messages.po,2162,10873,7594,1069,2865,1455,6522,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scaddins/messages.po,781,2471,1805,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/sccomp/messages.po,12,51,48,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/base.po,8,40,37,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/calc.po,15,48,53,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/draw.po,13,52,51,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/impress.po,17,66,69,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/math.po,10,42,42,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/writer.po,16,47,51,3,10,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/sd/messages.po,417,1006,948,351,642,551,1303,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/sfx2/messages.po,166,488,460,151,402,264,1336,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/starmath/messages.po,269,471,445,102,145,123,341,494,957,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/svtools/messages.po,543,1414,1536,86,188,285,1009,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/svx/messages.po,1323,3063,2996,604,1272,919,2889,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/sw/messages.po,1132,1968,2070,1219,2144,1088,3624,3439,7736,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/swext/mediawiki/help.po,45,352,295,23,654,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,31,161,126,0,0,1,20,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/sysui/desktop/share.po,65,261,300,1,16,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/uui/messages.po,81,806,669,25,140,51,608,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/vcl/messages.po,126,194,187,75,134,155,409,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/wizards/messages.po,205,893,779,37,106,23,43,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/wizards/source/resources.po,442,1943,1658,61,159,51,184,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/xmlsecurity/messages.po,20,57,58,19,86,52,281,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/accessibility/messages.po,6,11,13,1,2,4,14,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/avmedia/messages.po,16,26,26,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/basctl/messages.po,112,517,432,34,50,9,44,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/basic/messages.po,17,51,53,117,497,1,1,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/chart2/messages.po,237,417,418,169,324,214,627,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/messages.po,95,946,731,8,56,3,45,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,4,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/cui/messages.po,851,1908,1882,718,1294,774,2356,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dbaccess/messages.po,464,2631,2227,246,1345,102,534,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/desktop/messages.po,97,571,509,35,402,30,252,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/hu_hu/dialog.po,2,2,2,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/ru_ru/dialog.po,4,4,4,2,4,8,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/editeng/messages.po,173,469,511,73,119,19,68,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/extensions/messages.po,404,1273,1254,197,612,62,214,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/extras/source/autocorr/emoji.po,36,33,33,195,186,1344,1598,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/filter/messages.po,51,253,228,39,86,132,479,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/filter/source/config/fragments/filters.po,86,303,299,11,33,123,396,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/filter/source/config/fragments/types.po,4,17,17,6,23,28,81,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/forms/messages.po,51,294,241,1,2,6,34,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/formula/messages.po,97,100,109,69,70,268,340,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/fpicker/messages.po,30,76,74,17,48,14,39,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/framework/messages.po,10,69,39,7,16,12,125,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/librelogo/source/pythonpath.po,18,20,24,44,46,76,107,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/nlpsolver/src/locale.po,6,6,7,7,8,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/officecfg/registry/data/org/openoffice/office.po,1253,1514,2586,9,40,46,287,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/readlicense_oo/docs.po,67,1304,1148,2,86,34,1013,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/reportdesign/messages.po,120,235,255,78,145,60,237,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/sc/messages.po,2091,10838,8010,1110,2706,1485,6716,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scaddins/messages.po,784,2463,1959,22,89,95,636,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/base.po,8,40,38,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/calc.po,15,48,48,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/draw.po,13,52,53,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/gnome.po,0,0,0,1,2,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/graphicfilter.po,28,91,89,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/impress.po,17,66,65,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/writer.po,21,65,65,1,4,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/sd/messages.po,464,1111,1095,363,671,492,1169,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/sfx2/messages.po,195,584,563,131,380,255,1262,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/starmath/messages.po,270,472,491,109,154,121,337,500,963,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/svtools/messages.po,390,1011,930,80,150,444,1450,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/svx/messages.po,1292,2861,3025,598,1335,956,3028,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/sw/messages.po,1130,1944,2103,1205,2146,1105,3649,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/swext/mediawiki/help.po,25,113,92,22,547,42,744,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,7,6,9,9,18,165,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/sysui/desktop/share.po,40,156,148,13,65,13,56,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/uui/messages.po,98,944,825,26,164,33,446,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/vcl/messages.po,144,225,245,61,126,151,386,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/wizards/messages.po,227,983,853,14,15,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/wizards/source/resources.po,413,1810,1517,91,299,50,177,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/xmlsecurity/messages.po,34,133,140,17,118,40,173,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/avmedia/messages.po,16,26,27,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/basctl/messages.po,131,534,514,21,39,3,38,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/basic/messages.po,16,46,50,119,503,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/chart2/messages.po,528,1133,1311,69,146,23,89,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/messages.po,102,990,876,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/cui/messages.po,1565,3772,4233,540,1079,238,707,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dbaccess/messages.po,561,3156,2898,219,1217,32,137,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/desktop/messages.po,126,689,674,26,411,10,125,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/en/dialog.po,37,176,178,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/hu_hu/dialog.po,32,71,73,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/ru_ru/dialog.po,13,25,26,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/editeng/messages.po,253,628,641,5,8,7,20,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/extensions/messages.po,431,1351,1305,198,632,34,116,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/extras/source/autocorr/emoji.po,55,48,48,207,204,1313,1565,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/filter/messages.po,160,543,590,40,113,22,162,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/filter/source/config/fragments/filters.po,101,361,361,18,66,101,305,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/filter/source/config/fragments/internalgraphicfilters.po,35,127,128,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/filter/source/config/fragments/types.po,21,66,66,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/forms/messages.po,54,314,278,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/formula/messages.po,324,327,332,54,80,60,107,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/fpicker/messages.po,31,88,96,18,42,12,33,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/framework/messages.po,20,184,175,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/librelogo/source/pythonpath.po,133,166,175,2,4,3,3,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,18,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/nlpsolver/src/locale.po,41,105,102,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/officecfg/registry/data/org/openoffice/office.po,1236,1423,1533,8,23,64,395,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/readlicense_oo/docs.po,81,1590,1319,1,85,21,728,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/reportdesign/messages.po,204,494,530,51,120,3,3,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/sc/messages.po,3199,14095,11833,795,2434,692,3731,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scaddins/messages.po,835,2579,2104,14,18,52,591,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/sccomp/messages.po,11,47,47,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/base.po,10,44,45,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/calc.po,19,81,84,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/draw.po,15,60,60,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/extensions.po,16,65,62,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/graphicfilter.po,28,91,95,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/impress.po,19,74,75,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/onlineupdate.po,2,13,16,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/writer.po,22,69,69,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/sd/messages.po,673,1657,1762,316,605,330,689,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/sfx2/messages.po,304,852,918,135,493,142,881,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/starmath/messages.po,351,611,638,83,136,71,221,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/svtools/messages.po,721,1848,1796,63,379,130,384,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/svx/messages.po,1940,4661,4842,494,1167,412,1396,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/sw/messages.po,2250,4778,5405,711,1579,480,1383,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/swext/mediawiki/help.po,47,353,309,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,4,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,166,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/sysui/desktop/share.po,64,257,258,2,20,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/uui/messages.po,121,1087,1016,19,151,17,316,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/vcl/messages.po,227,415,468,29,74,100,248,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/wizards/messages.po,261,1038,1039,3,3,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/wizards/source/resources.po,466,1933,1900,77,275,11,78,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/writerperfect/messages.po,1,2,2,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/xmlsecurity/messages.po,55,223,204,18,131,18,70,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/accessibility/messages.po,7,13,10,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/avmedia/messages.po,16,26,16,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/basctl/messages.po,105,399,148,29,46,21,166,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/basic/messages.po,17,49,19,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/chart2/messages.po,254,547,352,174,295,192,526,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/messages.po,102,990,346,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/cui/messages.po,976,2106,1595,633,1080,734,2372,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dbaccess/messages.po,451,2725,1413,238,1250,123,535,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/desktop/messages.po,97,497,263,28,162,37,566,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/en/dialog.po,4,6,5,0,0,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,4,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/hu_hu/dialog.po,7,10,7,0,0,25,61,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,4,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/pt_br/dialog.po,1,2,4,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,4,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/ru_ru/dialog.po,5,7,6,0,0,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,4,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/editeng/messages.po,242,595,313,9,14,14,47,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/extensions/messages.po,402,1060,646,216,781,45,258,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/extras/source/autocorr/emoji.po,43,43,43,200,189,1332,1585,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/filter/messages.po,72,265,166,31,55,119,498,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/filter/source/config/fragments/filters.po,81,280,269,9,24,130,428,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/filter/source/config/fragments/internalgraphicfilters.po,35,127,123,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/filter/source/config/fragments/types.po,18,53,50,2,8,18,60,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/forms/messages.po,54,314,162,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/formula/messages.po,63,66,64,21,25,325,394,409,485,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/fpicker/messages.po,31,88,54,15,34,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/framework/messages.po,18,167,96,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/librelogo/source/pythonpath.po,55,59,57,5,5,78,109,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/nlpsolver/src/locale.po,13,14,14,0,0,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/officecfg/registry/data/org/openoffice/office.po,1194,1282,1632,4,7,110,552,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/readlicense_oo/docs.po,25,315,191,1,85,77,2003,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/reportdesign/messages.po,174,432,291,70,147,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/sc/messages.po,2387,11876,6699,1053,2858,1246,5526,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scaddins/messages.po,778,2520,925,12,16,108,649,898,3185,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/sccomp/messages.po,11,47,14,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/activex.po,1,2,1,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/base.po,8,40,26,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/calc.po,19,81,59,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/draw.po,13,52,33,2,9,26,88,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/extensions.po,3,9,3,0,0,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/graphicfilter.po,28,91,87,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/impress.po,19,74,55,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/math.po,10,42,31,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/onlineupdate.po,2,13,7,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/quickstart.po,2,15,10,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/winexplorerext.po,2,18,12,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/writer.po,22,69,65,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/sd/messages.po,497,1255,835,329,581,493,1115,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/sfx2/messages.po,216,586,389,150,445,215,1195,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/starmath/messages.po,300,508,341,86,126,119,334,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/svtools/messages.po,614,1605,1058,48,147,252,859,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/svx/messages.po,1565,3537,3254,501,1169,780,2518,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/sw/messages.po,1613,2848,2417,889,1751,938,3140,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/swext/mediawiki/help.po,43,282,146,21,649,25,473,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,77,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/sysui/desktop/share.po,51,185,150,2,20,13,72,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/uui/messages.po,93,839,516,20,164,44,551,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/vcl/messages.po,176,284,232,27,69,153,384,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/wizards/messages.po,235,992,733,6,6,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/wizards/source/resources.po,432,1857,1330,72,252,50,177,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/writerperfect/messages.po,2,3,2,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/xmlsecurity/messages.po,18,37,32,22,124,51,263,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/accessibility/messages.po,11,27,29,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/avmedia/messages.po,22,45,44,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/basctl/messages.po,155,611,550,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/basic/messages.po,135,549,523,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/chart2/messages.po,620,1368,1165,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/messages.po,106,1047,893,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,3,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,3,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/cui/messages.po,2343,5558,5152,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dbaccess/messages.po,812,4510,3943,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/desktop/messages.po,162,1225,1172,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/en/dialog.po,37,176,177,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/hu_hu/dialog.po,32,71,72,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/ru_ru/dialog.po,14,26,27,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/editeng/messages.po,265,656,624,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/extensions/messages.po,663,2099,1795,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/extras/source/autocorr/emoji.po,1575,1817,1815,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/filter/messages.po,222,818,729,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/filter/source/config/fragments/filters.po,220,732,636,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/filter/source/config/fragments/internalgraphicfilters.po,38,139,173,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/filter/source/config/fragments/types.po,38,121,98,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/forms/messages.po,58,330,293,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/formula/messages.po,425,491,570,0,0,0,0,425,491,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/fpicker/messages.po,61,163,145,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/framework/messages.po,29,210,192,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/auxiliary.po,105,302,278,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sbasic/guide.po,103,1345,1209,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sbasic/shared.po,1802,10238,9006,0,0,2703,25193,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc.po,187,986,895,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/scalc/guide.po,1466,21503,19308,0,0,3,90,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/schart.po,96,931,791,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sdraw.po,123,732,682,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/sdraw/guide.po,275,3072,2867,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared.po,246,2199,2042,0,0,4,109,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/autokorr.po,48,420,370,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/autopi.po,887,8394,7333,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/explorer/database.po,1638,18750,16021,0,0,3,107,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/guide.po,2271,32794,30494,0,0,245,3649,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/help.po,78,117,121,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/menu.po,16,120,110,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/shared/optionen.po,1412,13566,12882,0,0,522,9785,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/simpress.po,199,1395,1316,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/simpress/guide.po,767,10282,9396,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/smath.po,60,739,648,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/smath/guide.po,104,1193,1174,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter.po,331,2836,2534,0,0,5,110,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter/guide.po,2144,27937,25092,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter/librelogo.po,326,3019,3081,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/helpcontent2/source/text/swriter/menu.po,17,96,98,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/librelogo/source/pythonpath.po,138,173,179,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,24,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/nlpsolver/src/locale.po,41,105,95,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/officecfg/registry/data/org/openoffice.po,9,28,18,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/officecfg/registry/data/org/openoffice/office.po,1308,1841,1781,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/readlicense_oo/docs.po,103,2403,2132,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/reportdesign/messages.po,258,617,590,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/sc/messages.po,4686,20260,17055,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scaddins/messages.po,901,3188,2659,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/sccomp/messages.po,14,65,59,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/activex.po,2,16,14,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/base.po,10,44,41,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/calc.po,22,94,78,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/draw.po,41,149,111,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/extensions.po,16,65,60,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/gnome.po,2,11,8,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/graphicfilter.po,30,101,105,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/impress.po,21,81,65,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/writer.po,27,114,78,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/sd/messages.po,1319,2951,2819,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/sfx2/messages.po,581,2226,2076,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/starmath/messages.po,505,968,932,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/svtools/messages.po,914,2611,2435,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/svx/messages.po,2846,7224,6544,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/sw/messages.po,3439,7736,7268,0,0,0,0,3439,7736,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/swext/mediawiki/help.po,89,1404,1369,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,156,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/sysui/desktop/share.po,66,277,215,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/uui/messages.po,157,1554,1423,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/vcl/messages.po,356,737,710,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/wizards/messages.po,265,1042,886,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/wizards/source/resources.po,554,2286,2017,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/writerperfect/messages.po,30,65,61,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/xmlsecurity/messages.po,91,424,375,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/avmedia/messages.po,22,45,49,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/basctl/messages.po,155,611,581,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/basic/messages.po,135,549,593,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/chart2/messages.po,473,1038,1071,64,100,83,230,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/messages.po,105,1033,919,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/cui/messages.po,780,1485,1523,561,950,1002,3123,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dbaccess/messages.po,377,2155,1987,197,796,238,1559,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/desktop/messages.po,102,522,511,24,152,36,551,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/en/dialog.po,37,176,206,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,3,4,0,0,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/hu_hu/dialog.po,32,71,88,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,3,4,0,0,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/ru_ru/dialog.po,13,25,27,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,3,3,0,0,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/editeng/messages.po,122,232,244,16,21,127,403,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/extensions/messages.po,415,1067,1106,203,773,45,259,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/extras/source/autocorr/emoji.po,46,46,46,194,183,1335,1588,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/filter/messages.po,61,224,226,34,54,127,540,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/filter/source/config/fragments/filters.po,84,292,291,10,29,126,411,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/filter/source/config/fragments/types.po,20,62,58,3,13,15,46,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/forms/messages.po,58,330,296,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/formula/messages.po,314,317,322,53,79,65,112,432,508,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/fpicker/messages.po,32,89,101,14,33,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/framework/messages.po,18,167,160,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/auxiliary.po,96,276,285,0,0,9,26,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sbasic/guide.po,62,718,665,0,0,41,627,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sbasic/shared.po,3393,27229,24304,0,0,1112,8202,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc.po,177,856,832,0,0,10,130,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/scalc/guide.po,1051,14272,12587,0,0,418,7321,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/schart.po,18,151,145,0,0,78,780,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sdraw.po,123,732,703,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/sdraw/guide.po,249,2625,2402,0,0,26,447,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared.po,206,1781,1565,0,0,44,527,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/autokorr.po,46,362,373,0,0,2,58,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/autopi.po,711,6144,5506,0,0,176,2250,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/explorer/database.po,1147,9517,8413,0,0,494,9340,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/guide.po,1630,21031,18406,0,0,886,15412,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/shared/optionen.po,1125,9294,8374,0,0,809,14057,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/simpress.po,170,1195,1099,0,0,29,200,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/simpress/guide.po,476,5546,4831,0,0,291,4736,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/smath.po,55,576,522,0,0,5,163,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/smath/guide.po,66,654,593,0,0,38,539,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter.po,205,1153,1082,0,0,131,1793,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter/guide.po,1527,17236,14641,0,0,617,10701,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter/librelogo.po,39,40,40,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/librelogo/source/pythonpath.po,56,60,68,3,3,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/nlpsolver/src/locale.po,16,22,24,0,0,25,83,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/officecfg/registry/data/org/openoffice/office.po,1195,1283,2230,2,5,111,553,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/readlicense_oo/docs.po,12,185,164,0,0,91,2218,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/reportdesign/messages.po,187,447,456,57,132,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/sc/messages.po,2521,11671,9040,801,2183,1364,6406,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scaddins/messages.po,778,2520,2019,12,16,108,649,898,3185,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/sccomp/messages.po,14,65,62,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/base.po,8,40,43,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/calc.po,19,81,77,0,0,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/draw.po,15,60,63,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/extensions.po,3,9,9,0,0,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/graphicfilter.po,28,91,103,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/impress.po,19,74,79,0,0,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/writer.po,20,61,60,0,0,7,53,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/sd/messages.po,473,1152,1169,311,532,535,1267,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/sfx2/messages.po,223,625,646,135,371,223,1230,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/starmath/messages.po,308,530,514,83,122,113,315,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/svtools/messages.po,641,1561,1514,44,147,229,903,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/svx/messages.po,1496,3334,3473,452,1044,898,2846,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/sw/messages.po,1577,2705,2935,824,1593,1039,3441,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/swext/mediawiki/help.po,25,185,165,5,114,59,1105,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,13,17,16,2,2,17,162,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/sysui/desktop/share.po,51,201,199,2,20,13,56,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/uui/messages.po,107,979,904,19,72,31,503,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/vcl/messages.po,189,322,349,21,45,146,370,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/wizards/messages.po,235,992,962,6,6,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/wizards/source/resources.po,466,2003,1838,38,105,50,178,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/writerperfect/messages.po,1,2,2,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/xmlsecurity/messages.po,21,83,69,18,76,52,265,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/basctl/messages.po,155,611,610,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/basic/messages.po,135,549,542,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/chart2/messages.po,620,1368,1187,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/messages.po,106,1047,1115,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,3,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,3,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/cui/messages.po,2343,5558,5334,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dbaccess/messages.po,812,4510,4269,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/desktop/messages.po,162,1225,1313,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/en/dialog.po,37,176,195,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/hu_hu/dialog.po,32,71,84,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/ru_ru/dialog.po,14,26,31,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/editeng/messages.po,265,656,685,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/extensions/messages.po,663,2099,1917,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/extras/source/autocorr/emoji.po,1575,1817,1898,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/filter/messages.po,222,818,773,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/filter/source/config/fragments/filters.po,220,732,661,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/filter/source/config/fragments/internalgraphicfilters.po,38,139,137,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/filter/source/config/fragments/types.po,38,121,111,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/forms/messages.po,58,330,328,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/formula/messages.po,437,513,572,0,0,0,0,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/fpicker/messages.po,61,163,137,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/framework/messages.po,29,210,233,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/auxiliary.po,105,302,281,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sbasic/guide.po,103,1345,1400,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sbasic/shared.po,4502,35372,34332,0,0,3,59,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc.po,187,986,1022,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/scalc/guide.po,1469,21593,21182,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/schart.po,96,931,979,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sdraw.po,123,732,723,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/sdraw/guide.po,275,3072,3125,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared.po,250,2308,2245,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/autokorr.po,48,420,366,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/autopi.po,887,8394,8252,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/explorer/database.po,1641,18857,18427,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/guide.po,2516,36443,36107,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/help.po,78,117,118,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/menu.po,16,120,111,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/shared/optionen.po,1931,23189,22803,0,0,3,162,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/simpress.po,199,1395,1438,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/simpress/guide.po,767,10282,10360,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/smath.po,60,739,760,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/smath/guide.po,104,1193,1162,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter.po,336,2946,2945,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter/guide.po,2144,27937,27661,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter/librelogo.po,326,3019,3046,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/helpcontent2/source/text/swriter/menu.po,17,96,109,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/librelogo/source/pythonpath.po,138,173,170,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,24,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/nlpsolver/src/locale.po,41,105,95,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/officecfg/registry/data/org/openoffice.po,9,28,21,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/officecfg/registry/data/org/openoffice/office.po,1308,1841,1840,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/readlicense_oo/docs.po,103,2403,2535,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,20,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/reportdesign/messages.po,258,617,592,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/sc/messages.po,4686,20260,19056,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scaddins/messages.po,901,3188,3172,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/sccomp/messages.po,14,65,66,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/base.po,10,44,47,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/calc.po,22,94,89,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/draw.po,41,149,129,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/extensions.po,16,65,67,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/graphicfilter.po,30,101,53,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/impress.po,21,81,71,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/writer.po,27,114,87,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/sd/messages.po,1319,2951,2771,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/sfx2/messages.po,581,2226,2172,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/starmath/messages.po,505,968,937,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/svtools/messages.po,914,2611,2459,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/svx/messages.po,2846,7224,6703,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/sw/messages.po,3441,7740,7282,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/swext/mediawiki/help.po,89,1404,1452,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,166,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/sysui/desktop/share.po,66,277,265,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/uui/messages.po,157,1554,1618,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/vcl/messages.po,356,737,728,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/wizards/messages.po,265,1042,978,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/wizards/source/resources.po,554,2286,2168,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/writerperfect/messages.po,30,65,59,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/xmlsecurity/messages.po,91,424,436,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/accessibility/messages.po,11,27,28,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/basctl/messages.po,155,611,559,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/basic/messages.po,135,549,535,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/chart2/messages.po,620,1368,1161,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/messages.po,106,1047,877,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,3,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,3,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,1,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/cui/messages.po,2342,5554,5252,0,0,1,4,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dbaccess/messages.po,812,4510,3929,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/desktop/messages.po,162,1225,1183,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/en/dialog.po,37,176,181,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/hu_hu/dialog.po,32,71,73,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/ru_ru/dialog.po,14,26,27,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/editeng/messages.po,265,656,631,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/extensions/messages.po,663,2099,1829,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/extras/source/autocorr/emoji.po,1575,1817,1846,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/filter/messages.po,222,818,730,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/filter/source/config/fragments/filters.po,220,732,700,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/filter/source/config/fragments/internalgraphicfilters.po,38,139,173,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/filter/source/config/fragments/types.po,38,121,98,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/forms/messages.po,58,330,295,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/formula/messages.po,438,514,588,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/fpicker/messages.po,61,163,143,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/framework/messages.po,29,210,191,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/auxiliary.po,105,302,275,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sbasic/guide.po,103,1345,1247,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sbasic/shared.po,4505,35431,31449,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc.po,187,986,880,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/scalc/guide.po,1468,21546,19794,0,0,1,47,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/schart.po,96,931,804,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sdraw.po,123,732,685,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/sdraw/guide.po,275,3072,2951,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared.po,246,2199,2056,0,0,4,109,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/autokorr.po,48,420,381,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/autopi.po,887,8394,7390,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/explorer/database.po,1638,18750,16378,0,0,3,107,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/guide.po,2508,36212,34402,0,0,8,231,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/help.po,78,117,122,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/menu.po,16,120,110,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/shared/optionen.po,1934,23351,21988,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/simpress.po,199,1395,1321,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/simpress/guide.po,767,10282,9634,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/smath.po,60,739,676,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/smath/guide.po,104,1193,1181,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter.po,331,2836,2527,0,0,5,110,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter/guide.po,2144,27937,26018,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter/librelogo.po,326,3019,3135,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/helpcontent2/source/text/swriter/menu.po,17,96,99,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/librelogo/source/pythonpath.po,138,173,186,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,24,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/nlpsolver/src/locale.po,41,105,102,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/officecfg/registry/data/org/openoffice.po,9,28,19,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/officecfg/registry/data/org/openoffice/office.po,1308,1841,1774,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/readlicense_oo/docs.po,103,2403,2155,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/reportdesign/messages.po,258,617,603,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/sc/messages.po,4681,20238,17463,0,0,5,22,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scaddins/messages.po,901,3188,2725,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/sccomp/messages.po,14,65,52,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/activex.po,2,16,14,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/base.po,10,44,40,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/calc.po,22,94,79,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/draw.po,41,149,136,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/extensions.po,16,65,62,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/gnome.po,2,11,8,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/graphicfilter.po,30,101,105,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/impress.po,21,81,67,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/winexplorerext.po,2,18,21,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/writer.po,27,114,80,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/sd/messages.po,1306,2938,2842,0,0,13,13,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/sfx2/messages.po,580,2116,2001,0,0,1,110,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/starmath/messages.po,505,968,929,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/svtools/messages.po,914,2611,2429,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/svx/messages.po,2846,7224,6531,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/sw/messages.po,3437,7736,7291,0,0,3,3,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/swext/mediawiki/help.po,89,1404,1368,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,149,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/sysui/desktop/share.po,66,277,220,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/uui/messages.po,157,1554,1477,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/vcl/messages.po,354,733,718,0,0,2,4,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/wizards/messages.po,265,1042,899,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/wizards/source/resources.po,554,2286,2016,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/writerperfect/messages.po,30,65,53,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/xmlsecurity/messages.po,91,424,389,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/accessibility/messages.po,5,9,9,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/avmedia/messages.po,16,26,22,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/basctl/messages.po,74,242,187,34,50,47,319,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/basic/messages.po,8,14,11,9,31,118,504,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/chart2/messages.po,96,144,147,207,344,317,880,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/cui/messages.po,417,869,804,805,1262,1121,3427,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dbaccess/messages.po,295,1598,1153,225,654,292,2258,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/desktop/messages.po,43,167,148,13,28,106,1030,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/en/dialog.po,1,1,1,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/hu_hu/dialog.po,1,1,2,5,6,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/ru_ru/dialog.po,2,2,2,0,0,12,24,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/editeng/messages.po,198,459,417,49,141,18,56,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/extensions/messages.po,310,646,646,195,489,158,964,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/extras/source/autocorr/emoji.po,40,36,38,165,156,1370,1625,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/extras/source/gallery/share.po,5,7,8,2,2,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/filter/messages.po,41,160,149,30,59,151,599,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/filter/source/config/fragments/filters.po,19,55,53,11,28,190,649,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/forms/messages.po,50,278,214,1,2,7,50,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/formula/messages.po,283,286,292,71,96,84,132,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/fpicker/messages.po,25,39,40,18,52,18,72,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/framework/messages.po,8,14,17,7,15,14,181,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/librelogo/source/pythonpath.po,11,11,11,43,43,84,119,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/nlpsolver/src/locale.po,8,8,9,5,6,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/officecfg/registry/data/org/openoffice/office.po,477,566,1055,347,341,484,934,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/readlicense_oo/docs.po,7,41,33,1,1,95,2361,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/reportdesign/messages.po,57,76,75,78,125,123,416,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/sc/messages.po,1207,6911,4494,1415,3402,2064,9947,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scaddins/messages.po,260,1345,939,191,433,449,1409,900,3187,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/base.po,8,40,33,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/calc.po,13,41,38,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/draw.po,11,45,36,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/graphicfilter.po,24,77,124,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/impress.po,15,59,52,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/math.po,9,39,36,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/writer.po,14,37,36,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/sd/messages.po,303,772,684,368,618,648,1561,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/sfx2/messages.po,149,355,307,138,310,294,1561,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/starmath/messages.po,259,459,496,113,158,132,350,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/svtools/messages.po,388,847,840,103,205,423,1559,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/svx/messages.po,1099,2364,2272,642,1164,1105,3696,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/sw/messages.po,859,1547,1644,1314,2113,1264,4072,3437,7732,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/swext/mediawiki/help.po,4,4,4,6,8,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,5,7,7,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/sysui/desktop/share.po,31,119,111,13,64,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/uui/messages.po,13,88,65,24,80,120,1386,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/vcl/messages.po,87,105,105,74,116,195,516,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/wizards/messages.po,134,715,520,50,83,81,244,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/wizards/source/resources.po,391,1731,1321,84,198,79,357,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/xmlsecurity/messages.po,18,26,29,13,50,60,348,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/accessibility/messages.po,6,11,18,1,2,4,14,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/avmedia/messages.po,16,25,25,1,2,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/basctl/messages.po,76,244,308,35,55,44,312,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/basic/messages.po,9,17,19,9,31,117,501,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/chart2/messages.po,134,190,276,192,352,294,826,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/cui/messages.po,597,1162,1430,700,1154,1046,3242,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dbaccess/messages.po,323,1839,2239,216,663,273,2008,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/desktop/messages.po,92,450,595,33,349,37,426,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/en/dialog.po,1,1,2,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/hu_hu/dialog.po,1,1,1,5,6,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/ru_ru/dialog.po,3,3,4,1,2,10,21,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/editeng/messages.po,227,543,865,26,82,12,31,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/extensions/messages.po,343,717,992,173,472,147,910,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/extras/source/autocorr/emoji.po,42,38,41,179,171,1354,1608,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/filter/messages.po,41,160,201,30,58,151,600,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/filter/source/config/fragments/filters.po,20,58,71,9,24,191,650,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/filter/source/config/fragments/types.po,3,10,11,4,16,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/forms/messages.po,51,294,367,1,2,6,34,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/formula/messages.po,287,290,295,76,101,74,122,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/fpicker/messages.po,28,73,85,17,48,16,42,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/framework/messages.po,17,163,225,6,14,6,33,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/librelogo/source/pythonpath.po,13,13,17,46,46,79,114,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/nlpsolver/src/locale.po,8,8,10,5,6,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/officecfg/registry/data/org/openoffice/office.po,1181,1262,1361,9,12,118,567,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/readlicense_oo/docs.po,18,217,300,0,0,85,2186,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/reportdesign/messages.po,81,105,136,59,105,118,407,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/sc/messages.po,1395,7117,7706,1298,3357,1993,9786,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scaddins/messages.po,269,1354,1751,220,469,412,1365,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/base.po,8,40,51,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/calc.po,13,41,57,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/draw.po,11,45,70,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/graphicfilter.po,24,77,138,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/impress.po,15,59,81,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/math.po,9,39,53,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/onlineupdate.po,1,2,3,0,0,1,11,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/quickstart.po,2,15,24,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/winexplorerext.po,2,18,22,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/writer.po,14,37,51,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/sd/messages.po,407,1023,1343,333,568,579,1360,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/sfx2/messages.po,188,504,634,133,413,260,1309,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/starmath/messages.po,267,467,619,106,151,129,347,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/svtools/messages.po,551,1414,1776,75,185,288,1012,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/svx/messages.po,1444,3330,4775,577,1330,825,2564,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/sw/messages.po,1247,2076,2678,1066,1994,1127,3669,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/swext/mediawiki/help.po,7,7,7,3,5,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,9,10,11,5,5,18,166,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/sysui/desktop/share.po,43,153,230,9,50,14,74,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/uui/messages.po,14,92,128,29,113,114,1349,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/vcl/messages.po,148,219,253,44,91,164,427,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/wizards/messages.po,143,724,921,44,77,78,241,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/wizards/source/resources.po,424,1804,2358,54,135,76,347,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/xmlsecurity/messages.po,16,24,42,16,54,59,346,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/avmedia/messages.po,22,45,56,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/basctl/messages.po,155,611,709,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/basic/messages.po,135,549,620,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/chart2/messages.po,617,1340,1715,0,0,3,28,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/messages.po,105,1033,1168,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/cui/messages.po,2324,5423,6510,0,0,19,135,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dbaccess/messages.po,808,4481,5265,0,0,4,29,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/desktop/messages.po,160,1172,1302,0,0,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/en/dialog.po,37,176,221,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/hu_hu/dialog.po,32,71,85,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/ru_ru/dialog.po,13,25,31,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/editeng/messages.po,265,656,789,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/extensions/messages.po,660,2080,2386,0,0,3,19,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/extensions/source/update/check/org/openoffice/office.po,1,3,5,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/extras/source/autocorr/emoji.po,1567,1809,1917,0,0,8,8,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/filter/messages.po,222,818,1004,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/filter/source/config/fragments/filters.po,220,732,759,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/filter/source/config/fragments/internalgraphicfilters.po,38,139,142,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/filter/source/config/fragments/types.po,38,121,130,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/forms/messages.po,58,330,360,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/formula/messages.po,417,478,583,0,0,0,0,417,478,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/fpicker/messages.po,61,163,198,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/framework/messages.po,29,210,258,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/librelogo/source/pythonpath.po,138,173,177,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,26,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/nlpsolver/src/locale.po,41,105,126,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/officecfg/registry/data/org/openoffice.po,8,25,37,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/officecfg/registry/data/org/openoffice/office.po,1306,1811,1975,0,0,2,30,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/readlicense_oo/docs.po,89,1845,1866,0,0,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,20,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/reportdesign/messages.po,258,617,758,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/sc/messages.po,4204,15617,16955,11,159,471,4484,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scaddins/messages.po,895,3091,3039,0,0,4,95,899,3186,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/sccomp/messages.po,12,51,67,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/activex.po,2,16,19,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/base.po,10,44,55,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/calc.po,22,94,114,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/draw.po,41,149,153,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/extensions.po,16,65,78,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/gnome.po,2,11,12,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/graphicfilter.po,30,101,99,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/impress.po,21,81,88,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/math.po,10,42,45,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/onlineupdate.po,2,13,18,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/writer.po,27,114,121,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/sd/messages.po,1184,2784,3249,0,0,135,167,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/sfx2/messages.po,550,1672,1841,0,0,31,554,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/starmath/messages.po,505,968,1101,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/svtools/messages.po,883,2449,2631,2,21,29,141,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/svx/messages.po,2659,6088,7143,4,95,183,1041,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/sw/messages.po,3163,6473,8012,5,86,272,1180,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/swext/mediawiki/help.po,52,465,507,22,707,15,232,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,4,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,172,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/sysui/desktop/share.po,66,277,310,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/uui/messages.po,145,1209,1308,2,92,10,253,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/vcl/messages.po,269,521,585,0,0,87,216,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/wizards/messages.po,262,1026,1110,3,16,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/wizards/source/resources.po,548,2216,2403,1,10,5,60,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/writerperfect/messages.po,15,40,50,0,0,15,25,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/xmlsecurity/messages.po,89,421,507,0,0,2,3,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/accessibility/messages.po,7,13,13,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/avmedia/messages.po,17,27,26,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/basctl/messages.po,98,394,335,34,50,23,167,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/basic/messages.po,17,49,42,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/chart2/messages.po,235,526,509,165,277,220,565,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/messages.po,102,990,764,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/cui/messages.po,614,1392,1273,781,1278,948,2888,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dbaccess/messages.po,433,2679,2188,248,1305,131,526,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/desktop/messages.po,102,521,448,36,366,24,338,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/en/dialog.po,13,37,40,3,8,21,131,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/hu_hu/dialog.po,7,10,12,4,5,21,56,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/ru_ru/dialog.po,4,5,5,1,2,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/editeng/messages.po,66,114,112,75,138,124,404,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/extensions/messages.po,398,1061,953,216,796,49,242,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/extras/source/autocorr/emoji.po,41,38,38,191,182,1343,1597,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/extras/source/gallery/share.po,5,7,8,2,2,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/filter/messages.po,55,232,199,29,49,138,537,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/filter/source/config/fragments/filters.po,93,324,325,10,29,117,379,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/filter/source/config/fragments/types.po,21,66,68,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/forms/messages.po,54,314,250,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/formula/messages.po,314,317,317,63,89,61,108,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/fpicker/messages.po,30,87,75,18,41,13,35,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/framework/messages.po,18,167,140,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/auxiliary.po,22,30,31,0,0,83,272,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sbasic/guide.po,83,1116,883,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sbasic/shared.po,3485,28988,23418,0,0,1020,6443,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc.po,172,861,751,0,0,15,125,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/scalc/guide.po,1310,18357,13917,0,0,159,3236,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/schart.po,84,705,545,0,0,12,226,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sdraw.po,117,702,615,0,0,6,30,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/sdraw/guide.po,258,2764,2054,0,0,17,308,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared.po,207,1768,1449,0,0,43,540,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/autokorr.po,47,403,259,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/autopi.po,745,6507,5132,0,0,142,1887,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/explorer/database.po,1449,14276,11003,0,0,192,4581,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/guide.po,2004,27759,22089,0,0,512,8684,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/shared/optionen.po,1229,10979,8794,0,0,705,12372,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/simpress.po,181,1264,1104,0,0,18,131,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/simpress/guide.po,590,7567,5898,0,0,177,2715,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/smath.po,56,609,511,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/smath/guide.po,94,1001,885,0,0,10,192,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter.po,214,1268,1112,0,0,122,1678,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter/guide.po,1869,22817,17838,0,0,275,5120,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter/librelogo.po,39,40,40,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/librelogo/source/pythonpath.po,16,18,17,45,47,77,108,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/nlpsolver/src/locale.po,6,6,6,7,8,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/officecfg/registry/data/org/openoffice/office.po,1189,1276,1292,7,10,112,555,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/readlicense_oo/docs.po,24,303,258,3,100,76,2000,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,18,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/reportdesign/messages.po,179,432,406,65,147,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/sc/messages.po,2215,11144,7861,1020,2735,1451,6381,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scaddins/messages.po,791,2532,1856,16,21,92,633,899,3186,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/sccomp/messages.po,11,47,45,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/base.po,8,40,36,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/calc.po,17,56,54,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/draw.po,13,52,48,3,13,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/impress.po,19,74,67,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/math.po,10,42,38,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/quickstart.po,2,15,11,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/writer.po,22,69,67,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/sd/messages.po,398,1013,898,351,600,570,1338,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/sfx2/messages.po,177,493,432,151,434,253,1299,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/starmath/messages.po,280,496,482,106,150,119,322,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/svtools/messages.po,554,1416,1514,72,177,288,1018,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/svx/messages.po,1409,3204,3207,604,1367,833,2653,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/sw/messages.po,1149,1960,2010,1187,2168,1105,3612,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/swext/mediawiki/help.po,45,307,235,23,699,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,142,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/sysui/desktop/share.po,54,210,201,2,20,10,47,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/uui/messages.po,95,929,790,22,141,40,484,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/vcl/messages.po,166,276,263,45,89,145,372,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/wizards/messages.po,204,890,731,37,108,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/wizards/source/resources.po,437,1849,1551,69,275,48,162,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/xmlsecurity/messages.po,18,37,35,20,121,53,266,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/avmedia/messages.po,18,38,37,2,2,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/basctl/messages.po,149,602,570,6,9,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/basic/messages.po,91,357,366,44,192,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/chart2/messages.po,548,1194,1293,53,101,19,73,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/messages.po,104,1017,838,0,0,2,30,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,6,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/cui/messages.po,2008,4679,5201,121,232,214,647,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dbaccess/messages.po,686,4144,3782,113,275,13,91,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/desktop/messages.po,153,1096,1078,5,50,4,79,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/en/dialog.po,37,176,186,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/hu_hu/dialog.po,32,71,73,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/ru_ru/dialog.po,13,25,28,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/editeng/messages.po,258,641,687,3,4,4,11,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/extensions/messages.po,557,1850,1803,92,163,14,86,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/extras/source/autocorr/emoji.po,57,50,51,203,200,1315,1567,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/filter/messages.po,215,798,885,1,4,6,16,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/filter/source/config/fragments/filters.po,169,587,580,5,11,46,134,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/filter/source/config/fragments/types.po,25,85,85,1,5,12,31,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/forms/messages.po,57,321,259,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/formula/messages.po,396,446,450,12,14,28,50,436,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/fpicker/messages.po,43,120,140,7,11,11,32,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/framework/messages.po,21,193,148,6,14,2,3,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/librelogo/source/pythonpath.po,137,170,197,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,22,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/nlpsolver/src/locale.po,41,105,110,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/officecfg/registry/data/org/openoffice/office.po,1233,1420,2148,11,26,64,395,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/readlicense_oo/docs.po,81,1590,1368,1,85,21,728,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/reportdesign/messages.po,236,551,460,22,66,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/sc/messages.po,2743,13008,9892,897,2491,1046,4761,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scaddins/messages.po,835,2579,2036,14,18,52,591,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/sccomp/messages.po,12,51,45,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/base.po,10,44,45,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/calc.po,19,81,79,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/draw.po,15,60,58,3,12,23,77,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/extensions.po,16,65,72,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/impress.po,19,74,76,2,7,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/writer.po,22,69,68,1,4,4,41,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/sd/messages.po,532,1325,1293,343,625,444,1001,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/sfx2/messages.po,271,756,791,144,493,166,977,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/starmath/messages.po,312,536,550,89,129,99,298,500,963,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/svtools/messages.po,730,1884,1812,68,390,116,337,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/svx/messages.po,1794,4071,4204,526,1262,526,1891,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/sw/messages.po,2514,5135,5825,445,1192,481,1412,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/swext/mediawiki/help.po,47,353,306,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,5,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,179,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/sysui/desktop/share.po,65,261,261,1,16,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/uui/messages.po,130,1113,1043,10,125,17,316,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/vcl/messages.po,255,499,536,9,11,92,227,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/wizards/messages.po,262,1039,955,3,3,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/wizards/source/resources.po,500,2029,1820,46,196,8,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/writerperfect/messages.po,2,3,3,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/xmlsecurity/messages.po,67,331,316,7,27,17,66,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/accessibility/messages.po,11,27,28,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/avmedia/messages.po,22,45,46,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/basctl/messages.po,155,611,684,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/basic/messages.po,17,49,62,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/chart2/messages.po,289,628,668,170,295,161,445,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/messages.po,105,1033,1045,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,7,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/cui/messages.po,1040,2469,2562,640,1101,663,1988,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dbaccess/messages.po,469,2919,2903,222,1081,121,510,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/desktop/messages.po,105,544,657,25,153,32,528,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/en/dialog.po,37,176,193,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/hu_hu/dialog.po,32,71,73,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/ru_ru/dialog.po,13,25,26,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/editeng/messages.po,263,655,717,1,1,1,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/extensions/messages.po,419,1095,1189,202,773,42,231,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/extras/source/autocorr/emoji.po,74,75,77,224,213,1277,1529,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/filter/messages.po,75,275,275,37,74,110,469,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/filter/source/config/fragments/filters.po,105,380,382,14,50,101,302,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/filter/source/config/fragments/types.po,21,66,66,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/forms/messages.po,58,330,333,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/formula/messages.po,321,324,331,53,79,60,107,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/fpicker/messages.po,58,159,171,0,0,3,4,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/framework/messages.po,29,210,224,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/librelogo/source/pythonpath.po,76,80,94,3,3,59,90,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,26,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/nlpsolver/src/locale.po,41,105,112,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/officecfg/registry/data/org/openoffice/office.po,1192,1280,1304,7,10,109,551,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/readlicense_oo/docs.po,73,1381,1399,1,85,29,937,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,23,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/reportdesign/messages.po,179,438,449,65,141,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/sc/messages.po,2647,12456,11940,827,2346,1212,5458,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scaddins/messages.po,786,2528,2240,12,16,103,644,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/sccomp/messages.po,14,65,64,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/base.po,10,44,47,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/calc.po,19,81,91,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/draw.po,15,60,61,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/extensions.po,15,51,53,0,0,1,14,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/impress.po,19,74,77,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/quickstart.po,2,15,20,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/winexplorerext.po,2,18,22,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/writer.po,24,102,109,0,0,3,12,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/sd/messages.po,492,1263,1306,342,595,485,1093,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/sfx2/messages.po,239,714,773,145,430,197,1082,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/starmath/messages.po,306,528,519,91,133,107,306,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/svtools/messages.po,678,1743,1812,56,191,180,677,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/svx/messages.po,1642,3779,3849,509,1180,695,2265,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/sw/messages.po,1693,3110,3317,873,1727,875,2903,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/swext/mediawiki/help.po,49,429,467,23,676,17,299,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,170,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/sysui/desktop/share.po,66,277,294,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/uui/messages.po,99,938,1062,19,162,39,454,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/vcl/messages.po,206,361,399,23,52,127,324,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/wizards/messages.po,234,981,1040,7,17,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/wizards/source/resources.po,458,2028,2126,48,96,48,162,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/writerperfect/messages.po,1,2,2,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/xmlsecurity/messages.po,18,37,40,27,133,46,254,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/accessibility/messages.po,11,27,29,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/avmedia/messages.po,22,45,44,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/basctl/messages.po,155,611,569,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/basic/messages.po,135,549,549,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/chart2/messages.po,620,1368,1430,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/messages.po,106,1047,932,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/cui/messages.po,2342,5557,5542,0,0,1,1,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dbaccess/messages.po,812,4510,3973,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/desktop/messages.po,162,1225,1119,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/en/dialog.po,37,176,174,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/hu_hu/dialog.po,32,71,68,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/ru_ru/dialog.po,14,26,25,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/editeng/messages.po,265,656,687,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/extensions/messages.po,663,2099,1943,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/extras/source/autocorr/emoji.po,1575,1817,2019,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/filter/messages.po,222,818,794,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/filter/source/config/fragments/filters.po,220,732,756,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/filter/source/config/fragments/types.po,38,121,135,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/forms/messages.po,58,330,271,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/formula/messages.po,433,509,721,0,0,1,1,434,510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/fpicker/messages.po,61,163,155,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/framework/messages.po,29,210,174,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/auxiliary.po,105,302,317,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sbasic/guide.po,103,1345,1212,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sbasic/shared.po,4464,35164,31036,0,0,41,267,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc.po,187,986,913,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/scalc/guide.po,1455,21277,18564,0,0,14,316,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/schart.po,96,931,791,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sdraw.po,123,732,690,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/sdraw/guide.po,272,2992,2592,0,0,3,80,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared.po,240,2133,1860,0,0,10,175,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/autokorr.po,48,420,309,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/autopi.po,872,8202,7084,0,0,15,192,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/explorer/database.po,1521,15820,13889,0,0,120,3037,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/guide.po,2398,34306,31071,0,0,118,2137,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/help.po,43,55,56,0,0,35,62,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/menu.po,16,120,112,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/shared/optionen.po,1850,21674,19343,0,0,84,1677,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/simpress.po,197,1363,1157,0,0,2,32,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/simpress/guide.po,664,9023,7690,0,0,103,1259,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/smath.po,59,722,617,0,0,1,17,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/smath/guide.po,104,1193,1079,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter.po,301,2498,2237,0,0,35,448,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter/guide.po,2026,25814,22581,0,0,118,2123,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter/librelogo.po,319,2865,2746,0,0,7,154,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/helpcontent2/source/text/swriter/menu.po,17,96,91,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/librelogo/source/pythonpath.po,138,173,172,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,22,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/nlpsolver/src/locale.po,41,105,103,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/officecfg/registry/data/org/openoffice/office.po,1308,1841,1814,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/readlicense_oo/docs.po,103,2403,2146,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/reportdesign/messages.po,258,617,591,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/sc/messages.po,4683,20239,17241,0,0,3,21,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scaddins/messages.po,901,3188,3084,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/sccomp/messages.po,14,65,67,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/base.po,10,44,42,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/calc.po,22,94,98,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/draw.po,41,149,147,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/extensions.po,16,65,66,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/gnome.po,2,11,14,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/graphicfilter.po,30,101,139,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/impress.po,21,81,84,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/onlineupdate.po,2,13,9,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/writer.po,27,114,126,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/sd/messages.po,1319,2951,2953,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/sfx2/messages.po,581,2226,2045,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/starmath/messages.po,505,968,1039,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/svtools/messages.po,911,2602,2494,0,0,3,9,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/svx/messages.po,2845,7222,7047,0,0,1,2,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/sw/messages.po,3439,7733,7769,0,0,1,6,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/swext/mediawiki/help.po,89,1404,1256,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,145,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/sysui/desktop/share.po,66,277,298,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/uui/messages.po,157,1554,1389,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/vcl/messages.po,322,644,632,0,0,34,93,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/wizards/messages.po,265,1042,931,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/wizards/source/resources.po,554,2286,1950,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/writerperfect/messages.po,30,65,66,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/xmlsecurity/messages.po,91,424,404,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/avmedia/messages.po,22,45,50,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/basctl/messages.po,155,611,667,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/basic/messages.po,135,549,664,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/chart2/messages.po,620,1368,1672,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/messages.po,106,1047,1141,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,7,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,5,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/cui/messages.po,2343,5558,6413,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dbaccess/messages.po,812,4510,4972,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/desktop/messages.po,162,1225,1351,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/en/dialog.po,37,176,193,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/hu_hu/dialog.po,32,71,79,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/ru_ru/dialog.po,14,26,30,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/editeng/messages.po,265,656,725,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/extensions/messages.po,663,2099,2361,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/extras/source/autocorr/emoji.po,1575,1817,1953,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/extras/source/gallery/share.po,12,15,20,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/filter/messages.po,222,818,910,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/filter/source/config/fragments/filters.po,220,732,814,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/filter/source/config/fragments/internalgraphicfilters.po,38,139,137,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/filter/source/config/fragments/types.po,38,121,148,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/forms/messages.po,58,330,347,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/formula/messages.po,438,514,594,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/fpicker/messages.po,61,163,170,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/framework/messages.po,29,210,229,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/auxiliary.po,105,302,355,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sbasic/guide.po,103,1345,1523,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sbasic/shared.po,4505,35431,37569,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc.po,187,986,1081,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/scalc/guide.po,1469,21593,22430,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/schart.po,96,931,1055,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sdraw.po,123,732,777,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/sdraw/guide.po,275,3072,3246,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared.po,250,2308,2483,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/autokorr.po,48,420,403,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/autopi.po,887,8394,8982,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/explorer/database.po,1641,18857,20832,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/guide.po,2516,36443,39758,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/help.po,78,117,153,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/menu.po,16,120,134,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/shared/optionen.po,1934,23351,25037,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/simpress.po,199,1395,1515,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/simpress/guide.po,767,10282,11029,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/smath.po,60,739,793,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/smath/guide.po,104,1193,1222,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter.po,336,2946,3297,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter/guide.po,2144,27937,29003,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter/librelogo.po,326,3019,3328,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/helpcontent2/source/text/swriter/menu.po,17,96,118,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/librelogo/source/pythonpath.po,138,173,173,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,24,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/nlpsolver/src/locale.po,41,105,130,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/officecfg/registry/data/org/openoffice.po,9,28,40,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/officecfg/registry/data/org/openoffice/office.po,1308,1841,1948,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/readlicense_oo/docs.po,103,2403,2448,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,18,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/reportdesign/messages.po,258,617,693,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/sc/messages.po,4686,20260,21222,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scaddins/messages.po,901,3188,3437,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/sccomp/messages.po,14,65,82,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/activex.po,2,16,22,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/base.po,10,44,54,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/calc.po,22,94,104,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/draw.po,41,149,156,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/extensions.po,16,65,78,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/graphicfilter.po,30,101,140,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/impress.po,21,81,92,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/math.po,10,42,47,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/quickstart.po,2,15,20,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/writer.po,27,114,129,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/sd/messages.po,1319,2951,3372,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/sfx2/messages.po,581,2226,2370,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/starmath/messages.po,505,968,1097,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/svtools/messages.po,914,2611,2855,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/svx/messages.po,2846,7224,8102,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/sw/messages.po,3441,7740,9017,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/swext/mediawiki/help.po,89,1404,1486,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,179,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/sysui/desktop/share.po,66,277,345,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/uui/messages.po,157,1554,1646,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/vcl/messages.po,356,737,823,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/wizards/messages.po,265,1042,1115,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/wizards/source/resources.po,554,2286,2352,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/writerperfect/messages.po,30,65,77,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/xmlsecurity/messages.po,91,424,462,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/accessibility/messages.po,11,27,28,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/avmedia/messages.po,22,45,49,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/basctl/messages.po,155,611,687,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/basic/messages.po,135,549,647,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/chart2/messages.po,620,1368,1646,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/messages.po,106,1047,1119,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,7,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,5,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/cui/messages.po,2343,5558,6263,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dbaccess/messages.po,812,4510,4837,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/desktop/messages.po,162,1225,1306,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/en/dialog.po,37,176,183,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/hu_hu/dialog.po,32,71,79,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/pt_br/dialog.po,2,5,7,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/ru_ru/dialog.po,14,26,30,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/editeng/messages.po,265,656,724,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/extensions/messages.po,663,2099,2317,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/extras/source/autocorr/emoji.po,1572,1813,1963,0,0,3,4,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/filter/messages.po,222,818,895,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/filter/source/config/fragments/filters.po,220,732,912,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/filter/source/config/fragments/internalgraphicfilters.po,38,139,138,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/filter/source/config/fragments/types.po,38,121,172,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/forms/messages.po,58,330,346,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/formula/messages.po,438,514,594,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/fpicker/messages.po,61,163,175,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/framework/messages.po,29,210,207,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/auxiliary.po,105,302,357,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sbasic/guide.po,103,1345,1601,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sbasic/shared.po,4217,32854,34596,0,0,288,2577,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc.po,187,986,1075,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/scalc/guide.po,1468,21546,21993,0,0,1,47,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/schart.po,96,931,1040,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sdraw.po,123,732,771,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/sdraw/guide.po,275,3072,3222,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared.po,250,2308,2468,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/autokorr.po,48,420,450,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/autopi.po,887,8394,8961,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/explorer/database.po,1563,16357,18297,0,0,78,2500,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/guide.po,2364,32903,35904,0,0,152,3540,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/help.po,78,117,127,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/menu.po,16,120,146,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/shared/optionen.po,1880,21821,23705,0,0,54,1530,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/simpress.po,199,1395,1519,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/simpress/guide.po,767,10282,11117,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/smath.po,60,739,782,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/smath/guide.po,104,1193,1223,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter.po,336,2946,3212,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter/guide.po,2143,27934,29035,0,0,1,3,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter/librelogo.po,326,3019,3224,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/helpcontent2/source/text/swriter/menu.po,17,96,115,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/librelogo/source/pythonpath.po,138,173,171,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,26,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/nlpsolver/src/locale.po,41,105,131,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/officecfg/registry/data/org/openoffice.po,9,28,40,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/officecfg/registry/data/org/openoffice/office.po,1308,1841,1941,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/readlicense_oo/docs.po,103,2403,2432,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,18,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/reportdesign/messages.po,258,617,667,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/sc/messages.po,4686,20260,22688,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scaddins/messages.po,901,3188,4948,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/sccomp/messages.po,14,65,84,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/activex.po,2,16,21,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/base.po,10,44,53,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/calc.po,22,94,131,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/draw.po,41,149,157,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/extensions.po,16,65,73,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/graphicfilter.po,30,101,149,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/impress.po,21,81,91,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/math.po,10,42,46,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/quickstart.po,2,15,17,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/winexplorerext.po,2,18,23,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/writer.po,27,114,144,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/sd/messages.po,1319,2951,3309,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/sfx2/messages.po,581,2226,2326,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/starmath/messages.po,505,968,1098,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/svtools/messages.po,914,2611,2872,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/svx/messages.po,2846,7224,7997,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/sw/messages.po,3441,7740,8907,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/swext/mediawiki/help.po,89,1404,1489,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,4,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,175,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/sysui/desktop/share.po,66,277,369,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/uui/messages.po,157,1554,1600,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/vcl/messages.po,356,737,800,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/wizards/messages.po,265,1042,1089,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/wizards/source/resources.po,554,2286,2352,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/writerperfect/messages.po,30,65,72,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/xmlsecurity/messages.po,91,424,459,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/avmedia/messages.po,22,45,43,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/basctl/messages.po,155,611,597,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/basic/messages.po,135,549,590,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/chart2/messages.po,617,1340,1504,0,0,3,28,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/messages.po,105,1033,1032,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,3,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/cui/messages.po,2198,5190,5451,24,51,121,317,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dbaccess/messages.po,802,4462,4481,0,0,10,48,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/desktop/messages.po,160,1172,1167,0,0,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/en/dialog.po,37,176,191,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/hu_hu/dialog.po,32,71,83,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/ru_ru/dialog.po,13,25,28,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/editeng/messages.po,263,655,718,1,1,1,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/extensions/messages.po,657,2073,2148,1,5,5,21,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/extras/source/autocorr/emoji.po,1104,1313,1378,0,0,471,504,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/extras/source/gallery/share.po,11,14,16,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/filter/messages.po,222,818,858,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/filter/source/config/fragments/filters.po,189,646,681,1,2,30,84,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/filter/source/config/fragments/types.po,28,95,107,0,0,10,26,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/forms/messages.po,58,330,352,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/formula/messages.po,432,508,507,5,5,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/fpicker/messages.po,54,148,149,2,3,5,12,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/framework/messages.po,29,210,204,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/auxiliary.po,92,266,310,0,0,13,36,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sbasic/guide.po,17,238,216,0,0,86,1107,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sbasic/shared.po,0,0,0,0,0,4505,35431,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc.po,4,23,27,0,0,183,963,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/scalc/guide.po,0,0,0,0,0,1469,21593,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/schart.po,0,0,0,0,0,96,931,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sdraw.po,0,0,0,0,0,123,732,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/sdraw/guide.po,0,0,0,0,0,275,3072,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared.po,0,0,0,0,0,250,2308,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/autokorr.po,0,0,0,0,0,48,420,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/autopi.po,0,0,0,0,0,887,8394,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/explorer/database.po,0,0,0,0,0,1641,18857,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/guide.po,0,0,0,0,0,2516,36443,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/shared/optionen.po,0,0,0,0,0,1934,23351,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/simpress.po,9,19,20,0,0,190,1376,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/simpress/guide.po,0,0,0,0,0,767,10282,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/smath.po,0,0,0,0,0,60,739,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/smath/guide.po,0,0,0,0,0,104,1193,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter.po,0,0,0,0,0,336,2946,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter/guide.po,0,0,0,0,0,2144,27937,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter/librelogo.po,55,105,119,0,0,271,2914,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/librelogo/source/pythonpath.po,138,173,173,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,19,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/nlpsolver/src/locale.po,41,105,126,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/officecfg/registry/data/org/openoffice.po,8,25,27,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/officecfg/registry/data/org/openoffice/office.po,1300,1827,1828,1,4,7,10,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/readlicense_oo/docs.po,89,1845,1833,0,0,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,10,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/reportdesign/messages.po,258,617,666,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/sc/messages.po,3769,17071,15685,538,1595,379,1594,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scaddins/messages.po,901,3188,2800,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/sccomp/messages.po,12,51,56,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/base.po,10,44,50,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/calc.po,22,94,118,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/draw.po,41,149,147,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/extensions.po,16,65,73,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/graphicfilter.po,30,101,139,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/impress.po,21,81,80,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/python.po,2,7,10,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/winexplorerext.po,2,18,20,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/writer.po,27,114,118,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/sd/messages.po,989,2403,2491,120,238,210,310,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/sfx2/messages.po,515,1878,1855,5,7,61,341,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/starmath/messages.po,501,963,1014,2,3,0,0,503,966,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/svtools/messages.po,852,2414,2473,5,5,57,192,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/svx/messages.po,2385,5808,6006,195,504,266,912,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/sw/messages.po,3051,6699,7276,133,370,257,671,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/swext/mediawiki/help.po,47,353,350,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,175,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/sysui/desktop/share.po,66,277,321,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/uui/messages.po,145,1266,1265,1,31,11,257,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/vcl/messages.po,267,519,543,2,2,87,216,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/wizards/messages.po,263,1040,1105,2,2,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/wizards/source/resources.po,505,2073,2045,46,212,3,1,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/writerperfect/messages.po,2,3,4,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/xmlsecurity/messages.po,83,392,405,2,10,6,22,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/accessibility/messages.po,11,27,22,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/avmedia/messages.po,22,45,38,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/basctl/messages.po,155,611,515,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/basic/messages.po,135,549,494,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/chart2/messages.po,620,1368,1353,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/messages.po,106,1047,788,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/cui/messages.po,2343,5558,5068,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dbaccess/messages.po,812,4510,3690,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/desktop/messages.po,162,1225,1005,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/en/dialog.po,37,176,149,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/hu_hu/dialog.po,32,71,68,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/pt_br/dialog.po,2,5,4,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/ru_ru/dialog.po,14,26,21,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,4,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/editeng/messages.po,265,656,652,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/extensions/messages.po,663,2099,1820,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/extras/source/autocorr/emoji.po,1104,1313,1502,0,0,471,504,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/filter/messages.po,222,818,753,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/filter/source/config/fragments/filters.po,220,732,748,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/filter/source/config/fragments/internalgraphicfilters.po,38,139,138,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/filter/source/config/fragments/types.po,38,121,129,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/forms/messages.po,58,330,258,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/formula/messages.po,438,514,523,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/fpicker/messages.po,61,163,140,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/framework/messages.po,29,210,159,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/auxiliary.po,92,266,270,0,0,13,36,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sbasic/guide.po,86,1147,1072,0,0,17,198,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sbasic/shared.po,3518,29389,25150,0,0,987,6042,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc.po,187,986,901,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/scalc/guide.po,1357,19438,16390,0,0,112,2155,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/schart.po,88,796,756,0,0,8,135,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sdraw.po,121,724,659,0,0,2,8,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/sdraw/guide.po,266,2860,2404,0,0,9,212,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared.po,218,1962,1639,0,0,32,346,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/autokorr.po,47,403,288,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/autopi.po,752,6507,5178,0,0,135,1887,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/explorer/database.po,1458,14344,12063,0,0,183,4513,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/guide.po,2060,28665,24873,0,0,456,7778,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/shared/optionen.po,1252,11507,9992,0,0,682,11844,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/simpress.po,197,1363,1186,0,0,2,32,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/simpress/guide.po,603,7919,6760,0,0,164,2363,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/smath.po,56,609,550,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/smath/guide.po,95,1030,944,0,0,9,163,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter.po,245,1959,1736,0,0,91,987,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter/guide.po,1902,23418,19817,0,0,242,4519,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter/librelogo.po,42,54,53,1,1,283,2964,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/librelogo/source/pythonpath.po,138,173,167,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,17,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/nlpsolver/src/locale.po,41,105,99,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/officecfg/registry/data/org/openoffice.po,9,28,27,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/officecfg/registry/data/org/openoffice/office.po,1308,1841,1754,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/readlicense_oo/docs.po,103,2403,2026,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,11,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/reportdesign/messages.po,258,617,564,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/sc/messages.po,4686,20260,15689,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scaddins/messages.po,901,3188,3093,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/sccomp/messages.po,14,65,61,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/base.po,10,44,48,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/calc.po,22,94,97,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/draw.po,41,149,147,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/extensions.po,16,65,69,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/graphicfilter.po,30,101,118,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/impress.po,21,81,78,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/onlineupdate.po,2,13,7,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/writer.po,27,114,109,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/sd/messages.po,1319,2951,2796,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/sfx2/messages.po,581,2226,1873,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/starmath/messages.po,505,968,939,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/svtools/messages.po,912,2603,2381,0,0,2,8,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/svx/messages.po,2846,7224,6725,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/sw/messages.po,3441,7740,7423,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/swext/mediawiki/help.po,89,1404,1075,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,129,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/sysui/desktop/share.po,66,277,278,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/uui/messages.po,157,1554,1196,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/vcl/messages.po,354,727,681,0,0,2,10,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/wizards/messages.po,265,1042,830,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/wizards/source/resources.po,554,2286,1788,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/writerperfect/messages.po,30,65,64,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/xmlsecurity/messages.po,91,424,319,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/basctl/messages.po,116,487,403,20,22,19,102,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/basic/messages.po,10,21,17,118,500,7,28,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/chart2/messages.po,216,415,433,160,313,244,640,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/messages.po,6,61,47,8,56,92,930,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,6,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/cui/messages.po,475,650,648,658,1037,1210,3871,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dbaccess/messages.po,358,2163,1648,226,1017,228,1330,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/desktop/messages.po,85,362,318,24,119,53,744,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/ru_ru/dialog.po,2,2,3,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/editeng/messages.po,69,112,122,63,105,133,439,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/extensions/messages.po,388,945,892,210,826,65,328,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/extras/source/autocorr/emoji.po,43,39,39,182,174,1350,1604,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/filter/messages.po,43,162,136,29,57,150,599,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/filter/source/config/fragments/filters.po,78,268,285,10,25,132,439,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/filter/source/config/fragments/internalgraphicfilters.po,35,127,132,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/filter/source/config/fragments/types.po,15,41,49,3,12,20,68,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/forms/messages.po,54,314,243,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/formula/messages.po,292,295,297,64,87,82,132,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/fpicker/messages.po,31,77,72,15,45,15,41,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/framework/messages.po,14,152,117,6,14,9,44,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/librelogo/source/pythonpath.po,14,16,16,45,47,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/nlpsolver/src/locale.po,10,10,10,3,4,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/officecfg/registry/data/org/openoffice/office.po,1187,1274,1602,8,11,113,556,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/reportdesign/messages.po,169,391,387,57,112,32,114,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/sc/messages.po,2170,10770,8016,965,2646,1551,6844,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scaddins/messages.po,781,2471,2082,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/base.po,8,40,46,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/calc.po,15,48,50,4,33,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/draw.po,13,52,54,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/graphicfilter.po,28,91,95,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/impress.po,17,66,72,2,8,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/winexplorerext.po,2,18,19,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/writer.po,17,50,56,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/sd/messages.po,387,925,834,337,625,595,1401,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/sfx2/messages.po,174,464,392,130,364,277,1398,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/starmath/messages.po,273,475,461,102,144,129,348,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/svtools/messages.po,507,1266,1213,73,189,334,1156,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/svx/messages.po,1305,2949,2924,552,1268,989,3007,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/sw/messages.po,1248,2040,2200,1045,1955,1147,3744,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/swext/mediawiki/help.po,6,6,6,4,6,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,4,4,4,9,9,19,168,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/sysui/desktop/share.po,35,125,145,13,66,18,86,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/uui/messages.po,65,595,486,24,139,68,820,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/vcl/messages.po,131,180,168,43,81,182,476,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/wizards/messages.po,229,985,819,12,13,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/wizards/source/resources.po,447,1847,1495,49,239,58,200,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/xmlsecurity/messages.po,20,39,35,16,58,55,327,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/accessibility/messages.po,7,13,10,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/avmedia/messages.po,16,26,20,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/basctl/messages.po,111,443,326,33,49,11,119,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/basic/messages.po,17,49,43,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/chart2/messages.po,340,737,573,150,310,130,321,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/messages.po,94,914,602,8,56,4,77,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/cui/messages.po,843,1840,1524,740,1300,760,2418,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dbaccess/messages.po,477,2736,1948,235,1272,100,502,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/desktop/messages.po,104,474,353,33,382,25,369,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/hu_hu/dialog.po,2,2,2,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/ru_ru/dialog.po,4,4,4,2,4,8,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/editeng/messages.po,178,479,411,72,118,15,59,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/extensions/messages.po,419,1244,839,201,677,43,178,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/extras/source/autocorr/emoji.po,46,43,43,193,184,1336,1590,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/extras/source/gallery/share.po,6,8,7,2,2,4,5,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/filter/messages.po,94,389,307,37,102,91,327,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/filter/source/config/fragments/filters.po,86,303,248,12,34,122,395,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/filter/source/config/fragments/internalgraphicfilters.po,35,127,102,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/filter/source/config/fragments/types.po,20,62,52,3,13,15,46,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/forms/messages.po,54,314,202,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/formula/messages.po,98,101,103,70,74,265,334,433,509,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/fpicker/messages.po,30,76,72,17,48,14,39,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/framework/messages.po,18,167,140,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/librelogo/source/pythonpath.po,34,36,41,39,41,65,96,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/nlpsolver/src/locale.po,7,7,7,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/officecfg/registry/data/org/openoffice/office.po,1238,1499,1506,23,54,47,288,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/readlicense_oo/docs.po,67,1304,1045,2,86,34,1013,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/reportdesign/messages.po,191,462,352,55,124,12,31,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/sc/messages.po,2478,11965,7096,990,2762,1218,5533,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scaddins/messages.po,785,2475,1395,21,77,95,636,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/sccomp/messages.po,11,47,31,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/base.po,8,40,33,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/calc.po,15,48,44,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/draw.po,13,52,47,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/extensions.po,1,14,14,3,9,12,42,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/graphicfilter.po,28,91,88,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/impress.po,17,66,59,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/math.po,10,42,35,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/writer.po,20,62,49,2,7,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/sd/messages.po,484,1140,924,358,679,477,1132,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/sfx2/messages.po,186,557,456,166,433,229,1236,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/starmath/messages.po,270,472,367,113,159,117,332,500,963,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/svtools/messages.po,583,1422,1196,79,187,252,1002,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/svx/messages.po,1524,3530,2616,590,1371,732,2323,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/sw/messages.po,1544,3149,2598,1068,2077,829,2514,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/swext/mediawiki/help.po,44,304,217,24,702,21,398,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,5,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,125,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/sysui/desktop/share.po,39,155,115,14,66,13,56,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/uui/messages.po,103,949,676,26,163,28,442,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/vcl/messages.po,150,243,235,55,117,151,377,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/wizards/messages.po,221,975,628,20,23,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/wizards/source/resources.po,418,1817,1224,88,295,48,174,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/xmlsecurity/messages.po,32,131,116,20,106,39,187,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/accessibility/messages.po,1,1,1,0,0,10,26,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/avmedia/messages.po,0,0,0,0,0,22,45,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/basctl/messages.po,0,0,0,0,0,155,611,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/basic/messages.po,0,0,0,8,23,127,526,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/chart2/messages.po,0,0,0,0,0,620,1368,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/cui/messages.po,0,0,0,9,12,2334,5546,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dbaccess/messages.po,2,2,2,3,3,807,4505,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/desktop/messages.po,0,0,0,0,0,162,1225,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/hu_hu/dialog.po,0,0,0,0,0,32,71,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/ru_ru/dialog.po,0,0,0,0,0,14,26,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/editeng/messages.po,0,0,0,0,0,265,656,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/extensions/messages.po,0,0,0,0,0,663,2099,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/extras/source/autocorr/emoji.po,0,0,0,19,0,1556,1817,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/extras/source/gallery/share.po,0,0,0,0,0,12,15,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/filter/messages.po,0,0,0,0,0,222,818,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/filter/source/config/fragments/filters.po,0,0,0,4,11,216,721,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/filter/source/config/fragments/types.po,0,0,0,0,0,38,121,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/forms/messages.po,0,0,0,0,0,58,330,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/formula/messages.po,0,0,0,2,2,436,512,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/fpicker/messages.po,0,0,0,0,0,61,163,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/framework/messages.po,0,0,0,0,0,29,210,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/librelogo/source/pythonpath.po,0,0,0,1,3,137,170,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/nlpsolver/src/locale.po,0,0,0,0,0,41,105,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/officecfg/registry/data/org/openoffice/office.po,41,57,58,0,0,1267,1784,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/reportdesign/messages.po,0,0,0,1,1,257,616,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/sc/messages.po,2,2,2,18,20,4666,20238,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scaddins/messages.po,0,0,0,0,0,901,3188,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/base.po,0,0,0,0,0,10,44,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/calc.po,0,0,0,1,1,21,93,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/draw.po,0,0,0,1,1,40,148,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/extensions.po,0,0,0,0,0,16,65,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/impress.po,0,0,0,1,1,20,80,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/math.po,0,0,0,0,0,10,42,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/writer.po,0,0,0,1,2,26,112,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/sd/messages.po,0,0,0,7,8,1312,2943,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/sfx2/messages.po,4,4,5,2,3,575,2219,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/starmath/messages.po,0,0,0,1,1,504,967,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/svtools/messages.po,0,0,0,6,8,908,2603,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/svx/messages.po,2,2,2,2,2,2842,7220,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/sw/messages.po,1,1,1,9,11,3431,7728,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/swext/mediawiki/help.po,0,0,0,0,0,89,1404,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,0,0,0,0,0,32,181,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/sysui/desktop/share.po,0,0,0,3,4,63,273,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/uui/messages.po,0,0,0,0,0,157,1554,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/vcl/messages.po,0,0,0,0,0,356,737,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/wizards/messages.po,0,0,0,0,0,265,1042,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/wizards/source/resources.po,0,0,0,2,3,552,2283,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/writerperfect/messages.po,0,0,0,0,0,30,65,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/xmlsecurity/messages.po,0,0,0,1,2,90,422,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/accessibility/messages.po,8,14,18,0,0,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/avmedia/messages.po,16,26,30,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/basctl/messages.po,123,529,865,26,41,6,41,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/basic/messages.po,17,49,67,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/chart2/messages.po,376,815,1039,138,263,106,290,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/messages.po,104,1017,1063,0,0,2,30,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,5,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,1,2,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/cui/messages.po,1116,2802,3582,788,1438,439,1318,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dbaccess/messages.po,518,2925,4502,238,1329,56,256,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/desktop/messages.po,109,544,742,23,153,30,528,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/en/dialog.po,0,0,0,4,6,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/hu_hu/dialog.po,2,2,2,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/ru_ru/dialog.po,3,3,8,3,5,8,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/editeng/messages.po,183,510,785,74,116,8,30,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/extensions/messages.po,405,1286,1735,212,645,46,168,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/extras/source/autocorr/emoji.po,42,37,39,193,186,1340,1594,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/extras/source/gallery/share.po,11,14,22,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/filter/messages.po,105,413,455,41,111,76,294,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/filter/source/config/fragments/filters.po,86,303,415,13,37,121,392,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/filter/source/config/fragments/internalgraphicfilters.po,35,127,174,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/filter/source/config/fragments/types.po,21,69,80,4,16,13,36,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/forms/messages.po,54,314,551,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/formula/messages.po,281,284,299,96,122,59,106,436,512,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/fpicker/messages.po,29,75,135,20,55,12,33,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/framework/messages.po,19,182,263,7,16,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/librelogo/source/pythonpath.po,39,40,56,38,40,61,93,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/nlpsolver/src/locale.po,7,7,9,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/officecfg/registry/data/org/openoffice/office.po,993,1239,4026,284,349,31,253,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/readlicense_oo/docs.po,76,1517,2997,2,86,25,800,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,21,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/reportdesign/messages.po,157,408,505,90,184,11,25,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/sc/messages.po,2702,12578,15227,1000,2865,984,4817,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scaddins/messages.po,786,2457,2424,24,99,91,632,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/sccomp/messages.po,11,47,70,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/base.po,8,40,49,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/calc.po,15,48,50,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/draw.po,13,52,56,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/extensions.po,1,14,14,3,9,12,42,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/graphicfilter.po,28,91,89,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/impress.po,17,66,153,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/onlineupdate.po,2,13,15,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/python.po,1,1,1,0,0,1,6,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/quickstart.po,2,15,18,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/writer.po,21,65,110,1,4,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/sd/messages.po,563,1322,2122,356,706,400,923,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/sfx2/messages.po,226,685,990,178,486,177,1055,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/starmath/messages.po,284,479,599,118,198,96,284,498,961,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/svtools/messages.po,612,1534,2356,77,173,225,904,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/svx/messages.po,1730,4119,6038,602,1402,514,1703,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/sw/messages.po,1729,3602,4914,1030,1996,682,2142,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/swext/mediawiki/help.po,35,287,390,26,657,28,460,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,6,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,20,168,180,11,11,1,2,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/sysui/desktop/share.po,32,138,255,23,89,11,50,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/uui/messages.po,119,1082,1552,19,152,19,320,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/vcl/messages.po,166,282,447,67,136,123,319,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/wizards/messages.po,219,975,1786,23,23,23,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/wizards/source/resources.po,390,1795,2850,117,330,47,161,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/xmlsecurity/messages.po,53,221,296,20,133,18,70,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/accessibility/messages.po,7,13,15,0,0,4,14,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/avmedia/messages.po,16,26,28,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/basctl/messages.po,110,442,652,34,50,11,119,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/basic/messages.po,18,52,67,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/chart2/messages.po,306,670,823,180,352,134,346,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/messages.po,93,900,1021,8,56,5,91,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,4,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/cui/messages.po,967,2219,2969,734,1283,642,2056,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dbaccess/messages.po,468,2575,3272,247,1259,97,676,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/desktop/messages.po,105,472,601,22,131,35,622,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,5,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/hu_hu/dialog.po,2,2,3,6,9,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,5,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/pt_br/dialog.po,1,2,5,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,5,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/ru_ru/dialog.po,4,4,5,2,4,8,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,5,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/editeng/messages.po,176,483,676,75,122,14,51,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/extensions/messages.po,396,998,1486,213,726,54,375,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/extras/source/autocorr/emoji.po,40,36,36,199,191,1336,1590,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/extras/source/gallery/share.po,6,8,8,2,2,4,5,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/filter/messages.po,95,391,495,44,115,83,312,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/filter/source/config/fragments/filters.po,87,306,385,12,34,121,392,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/filter/source/config/fragments/internalgraphicfilters.po,35,127,170,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/filter/source/config/fragments/types.po,20,65,77,4,16,14,40,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/forms/messages.po,54,314,356,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/formula/messages.po,97,100,114,73,77,267,336,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/fpicker/messages.po,29,61,88,17,48,15,54,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/framework/messages.po,14,84,90,7,16,8,110,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/librelogo/source/pythonpath.po,30,31,40,39,41,69,101,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/nlpsolver/src/locale.po,6,6,6,7,8,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/officecfg/registry/data/org/openoffice/office.po,1268,1537,3443,8,39,32,265,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/readlicense_oo/docs.po,68,1308,1630,2,86,33,1009,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/reportbuilder/java/org/libreoffice/report/function/metadata.po,2,2,2,0,0,4,18,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/reportdesign/messages.po,152,401,527,94,185,12,31,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/sc/messages.po,2206,10670,10899,1270,3481,1210,6109,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scaddins/messages.po,788,2467,2563,22,89,91,632,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/sccomp/messages.po,11,47,67,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/base.po,8,40,54,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/calc.po,15,48,60,5,37,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/draw.po,13,52,73,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/graphicfilter.po,28,91,143,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/impress.po,17,66,82,3,12,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/math.po,10,42,52,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/onlineupdate.po,2,13,15,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/quickstart.po,2,15,20,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/winexplorerext.po,2,18,22,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/writer.po,21,65,92,1,4,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/sd/messages.po,512,1214,1561,352,664,455,1073,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/sfx2/messages.po,200,559,747,160,398,221,1269,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/starmath/messages.po,298,511,644,95,143,106,308,499,962,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/svtools/messages.po,604,1426,1705,77,147,233,1038,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/svx/messages.po,1534,3511,4678,611,1413,701,2300,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/sw/messages.po,1545,3145,4393,1107,2081,789,2514,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/swext/mediawiki/help.po,22,110,137,25,550,42,744,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,6,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,22,170,201,9,9,1,2,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/sysui/desktop/share.po,43,169,198,11,54,12,54,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/uui/messages.po,100,742,901,26,163,31,649,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/vcl/messages.po,166,265,346,64,127,126,345,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/wizards/messages.po,220,976,1205,21,22,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/wizards/source/resources.po,395,1800,2059,111,323,48,163,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/xmlsecurity/messages.po,40,124,163,20,67,31,233,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/accessibility/messages.po,7,13,13,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/avmedia/messages.po,16,26,28,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/basctl/messages.po,107,403,400,29,46,19,162,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/basic/messages.po,12,25,27,116,494,7,30,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/chart2/messages.po,255,549,570,171,289,194,530,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/messages.po,100,925,778,0,0,6,122,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,4,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/cui/messages.po,979,2200,2443,653,1171,711,2187,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dbaccess/messages.po,429,2562,2354,236,1248,147,700,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/desktop/messages.po,94,472,475,25,153,43,600,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/en/dialog.po,4,6,9,0,0,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/hu_hu/dialog.po,8,11,16,0,0,24,60,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/ru_ru/dialog.po,5,7,9,0,0,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/editeng/messages.po,197,435,469,14,20,54,201,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/extensions/messages.po,404,1063,1140,215,780,44,256,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/extras/source/autocorr/emoji.po,43,43,43,201,190,1331,1584,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/extras/source/gallery/share.po,6,8,9,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/filter/messages.po,73,247,251,30,55,119,516,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/filter/source/config/fragments/filters.po,81,277,306,10,28,129,427,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/filter/source/config/fragments/internalgraphicfilters.po,35,127,146,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/filter/source/config/fragments/types.po,18,53,58,2,8,18,60,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/forms/messages.po,54,314,266,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/formula/messages.po,312,315,316,57,83,63,110,432,508,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/fpicker/messages.po,31,88,96,17,40,13,35,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/framework/messages.po,18,167,177,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/auxiliary.po,10,10,13,0,0,95,292,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sbasic/guide.po,83,1116,1043,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sbasic/shared.po,2066,10046,9642,0,0,2439,25385,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc.po,144,579,600,0,0,43,407,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/scalc/guide.po,68,242,225,0,0,1401,21351,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/schart.po,66,403,386,0,0,30,528,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sdraw.po,100,671,725,0,0,23,61,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/sdraw/guide.po,45,435,385,0,0,230,2637,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared.po,128,651,533,0,0,122,1657,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/autokorr.po,0,0,0,0,0,48,420,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/autopi.po,62,73,75,0,0,825,8321,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/explorer/database.po,225,590,711,0,0,1416,18267,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/guide.po,57,335,242,0,0,2459,36108,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/shared/optionen.po,154,289,257,0,0,1780,23062,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/simpress.po,143,712,702,0,0,56,683,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/simpress/guide.po,99,815,734,0,0,668,9467,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/smath.po,56,609,538,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/smath/guide.po,16,118,107,0,0,88,1075,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter.po,205,1135,1184,0,0,131,1811,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter/guide.po,459,4156,3734,0,0,1685,23781,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter/librelogo.po,16,17,17,0,0,310,3002,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/librelogo/source/pythonpath.po,56,60,72,5,5,77,108,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/nlpsolver/src/locale.po,13,14,18,0,0,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/officecfg/registry/data/org/openoffice/office.po,1193,1281,1782,5,8,110,552,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/readlicense_oo/docs.po,25,315,306,1,85,77,2003,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/reportdesign/messages.po,177,418,434,64,123,17,76,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/sc/messages.po,2497,11568,9455,868,2248,1321,6444,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scaddins/messages.po,778,2520,2082,12,16,108,649,898,3185,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/sccomp/messages.po,11,47,44,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/base.po,8,40,45,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/calc.po,19,81,93,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/draw.po,13,52,56,2,9,26,88,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/extensions.po,3,9,9,0,0,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/graphicfilter.po,28,91,96,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/impress.po,19,74,88,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/math.po,10,42,43,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/onlineupdate.po,2,13,16,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/writer.po,22,69,68,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/sd/messages.po,471,1197,1246,345,602,503,1152,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/sfx2/messages.po,212,582,647,154,449,215,1195,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/starmath/messages.po,294,502,504,88,128,120,335,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/svtools/messages.po,613,1607,1593,45,140,256,864,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/svx/messages.po,1547,3447,3655,510,1178,789,2599,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/sw/messages.po,1600,2841,3447,899,1754,942,3145,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/swext/mediawiki/help.po,38,245,215,11,235,40,924,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,166,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/sysui/desktop/share.po,51,185,220,2,20,13,72,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/uui/messages.po,91,837,738,21,105,45,612,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/vcl/messages.po,184,308,384,27,69,145,360,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/wizards/messages.po,235,992,994,6,6,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/wizards/source/resources.po,428,1823,1771,60,241,66,222,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/writerperfect/messages.po,1,2,3,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/xmlsecurity/messages.po,18,37,39,22,124,51,263,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/accessibility/messages.po,7,13,13,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/avmedia/messages.po,17,27,23,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/basctl/messages.po,109,405,321,28,45,18,161,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/basic/messages.po,17,49,40,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/chart2/messages.po,266,577,550,177,301,177,490,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/messages.po,102,990,649,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,6,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/cui/messages.po,1096,2477,2156,652,1212,595,1869,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dbaccess/messages.po,461,2838,1933,239,1243,112,429,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/desktop/messages.po,107,633,484,38,415,17,177,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/en/dialog.po,37,176,160,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/hu_hu/dialog.po,32,71,66,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/ru_ru/dialog.po,13,25,26,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/editeng/messages.po,253,628,628,5,8,7,20,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/extensions/messages.po,406,1070,936,217,803,40,226,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/extras/source/autocorr/emoji.po,54,47,47,200,196,1321,1574,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/filter/messages.po,76,277,225,38,78,108,463,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/filter/source/config/fragments/filters.po,90,315,316,13,38,117,379,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/filter/source/config/fragments/types.po,21,66,64,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/forms/messages.po,54,314,230,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/formula/messages.po,323,326,328,55,81,60,107,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/fpicker/messages.po,30,87,65,19,43,12,33,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/framework/messages.po,20,184,140,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/auxiliary.po,0,0,0,0,0,105,302,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sbasic/guide.po,83,1116,796,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sbasic/shared.po,3534,29452,21870,0,0,971,5979,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc.po,178,940,732,0,0,9,46,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/scalc/guide.po,1357,19438,13829,0,0,112,2155,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/schart.po,0,0,0,0,0,96,931,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sdraw.po,120,718,581,0,0,3,14,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/sdraw/guide.po,259,2780,1978,0,0,16,292,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared.po,218,1962,1586,0,0,32,346,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/autokorr.po,47,403,245,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/autopi.po,753,6508,4781,0,0,134,1886,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/explorer/database.po,1461,14452,10306,0,0,180,4405,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/guide.po,2073,29003,20692,0,0,443,7440,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/shared/optionen.po,1115,9561,7057,0,0,819,13790,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/simpress.po,185,1314,1059,0,0,14,81,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/simpress/guide.po,601,7917,5621,0,0,166,2365,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/smath.po,56,609,447,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/smath/guide.po,96,1031,770,0,0,8,162,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter.po,217,1414,1171,0,0,119,1532,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter/guide.po,1815,21539,15971,0,0,329,6398,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter/librelogo.po,0,0,0,0,0,326,3019,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/librelogo/source/pythonpath.po,133,166,164,2,4,3,3,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,20,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/nlpsolver/src/locale.po,41,105,101,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/officecfg/registry/data/org/openoffice/office.po,1236,1423,1422,8,23,64,395,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/readlicense_oo/docs.po,81,1590,1152,1,85,21,728,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,16,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/reportdesign/messages.po,180,443,410,66,144,12,30,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/sc/messages.po,2719,12961,8971,898,2487,1069,4812,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scaddins/messages.po,835,2579,1742,14,18,52,591,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/sccomp/messages.po,11,47,41,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/base.po,10,44,36,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/calc.po,19,81,83,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/draw.po,15,60,53,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/extensions.po,16,65,69,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/graphicfilter.po,28,91,108,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/impress.po,19,74,65,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/math.po,10,42,34,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/writer.po,22,69,66,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/sd/messages.po,517,1316,1114,342,600,460,1035,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/sfx2/messages.po,257,729,597,149,501,175,996,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/starmath/messages.po,314,536,508,91,133,100,299,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/svtools/messages.po,705,1779,1542,61,371,148,461,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/svx/messages.po,1778,4050,3766,529,1247,539,1927,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/sw/messages.po,1679,3124,3062,928,1836,833,2779,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/swext/mediawiki/help.po,47,353,258,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,123,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/sysui/desktop/share.po,54,210,188,2,20,10,47,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/uui/messages.po,102,998,669,20,134,35,422,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/vcl/messages.po,209,354,333,24,58,123,325,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/wizards/messages.po,235,967,683,29,74,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/wizards/source/resources.po,474,1947,1451,69,261,11,78,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/writerperfect/messages.po,2,3,3,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/xmlsecurity/messages.po,47,203,156,24,145,20,76,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/avmedia/messages.po,22,45,44,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/basctl/messages.po,155,611,555,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/basic/messages.po,135,549,532,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/chart2/messages.po,620,1368,1365,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/messages.po,106,1047,851,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/cui/messages.po,2343,5558,5398,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dbaccess/messages.po,812,4510,3814,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/desktop/messages.po,162,1225,1074,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/en/dialog.po,37,176,178,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/hu_hu/dialog.po,32,71,79,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/ru_ru/dialog.po,14,26,26,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/editeng/messages.po,265,656,654,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/extensions/messages.po,663,2099,1892,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/extras/source/autocorr/emoji.po,1575,1817,1822,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/filter/messages.po,222,818,779,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/filter/source/config/fragments/filters.po,220,732,751,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/filter/source/config/fragments/internalgraphicfilters.po,38,139,139,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/filter/source/config/fragments/types.po,38,121,129,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/forms/messages.po,58,330,279,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/formula/messages.po,438,514,513,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/fpicker/messages.po,61,163,155,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/framework/messages.po,29,210,180,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/auxiliary.po,92,266,272,0,0,13,36,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sbasic/guide.po,86,1147,1014,0,0,17,198,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sbasic/shared.po,3035,22380,18784,0,0,1470,13051,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc.po,181,947,845,0,0,6,39,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/scalc/guide.po,1125,15090,12177,0,0,344,6503,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/schart.po,88,796,676,0,0,8,135,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sdraw.po,121,724,662,0,0,2,8,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/sdraw/guide.po,232,2455,2016,0,0,43,617,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared.po,221,1967,1651,0,0,29,341,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/autokorr.po,47,403,361,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/autopi.po,746,6394,5207,0,0,141,2000,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/explorer/database.po,903,6500,5181,0,0,738,12357,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/guide.po,1821,23721,19411,0,0,695,12722,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/menu.po,8,10,12,0,0,8,110,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/shared/optionen.po,637,1442,1343,0,0,1297,21909,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/simpress.po,191,1339,1158,0,0,8,56,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/simpress/guide.po,537,6510,5401,0,0,230,3772,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/smath.po,57,613,550,0,0,3,126,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/smath/guide.po,94,1001,898,0,0,10,192,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter.po,228,1449,1273,0,0,108,1497,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter/guide.po,1355,15658,13038,0,0,789,12279,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter/librelogo.po,45,46,46,0,0,281,2973,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/helpcontent2/source/text/swriter/menu.po,7,12,14,0,0,10,84,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/librelogo/source/pythonpath.po,138,173,170,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,15,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/nlpsolver/src/locale.po,41,105,106,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/officecfg/registry/data/org/openoffice/office.po,1308,1841,1803,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/readlicense_oo/docs.po,103,2403,2137,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/reportdesign/messages.po,258,617,602,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/sc/messages.po,4686,20260,16779,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scaddins/messages.po,901,3188,3003,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/sccomp/messages.po,14,65,62,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/base.po,10,44,43,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/calc.po,22,94,100,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/draw.po,41,149,149,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/extensions.po,16,65,65,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/graphicfilter.po,30,101,106,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/impress.po,21,81,75,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/math.po,10,42,42,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/onlineupdate.po,2,13,10,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/quickstart.po,2,15,14,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/writer.po,27,114,116,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/sd/messages.po,1319,2951,2838,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/sfx2/messages.po,581,2226,2017,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/starmath/messages.po,505,968,974,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/svtools/messages.po,914,2611,2480,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/svx/messages.po,2846,7224,6904,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/sw/messages.po,3441,7740,7662,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/swext/mediawiki/help.po,89,1404,1235,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,142,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/sysui/desktop/share.po,66,277,284,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/uui/messages.po,157,1554,1332,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/vcl/messages.po,356,737,728,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/wizards/messages.po,265,1042,906,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/wizards/source/resources.po,554,2286,1887,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/writerperfect/messages.po,30,65,67,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/xmlsecurity/messages.po,91,424,367,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/accessibility/messages.po,11,27,28,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/avmedia/messages.po,22,45,39,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/basctl/messages.po,155,611,570,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/basic/messages.po,135,549,563,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/chart2/messages.po,620,1368,1395,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/messages.po,106,1047,872,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,7,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,12,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/cui/messages.po,2343,5558,5505,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dbaccess/messages.po,812,4510,3996,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/desktop/messages.po,162,1225,1128,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/en/dialog.po,37,176,185,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/hu_hu/dialog.po,32,71,68,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/ru_ru/dialog.po,14,26,27,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/editeng/messages.po,265,656,674,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/extensions/messages.po,663,2099,1937,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/extras/source/autocorr/emoji.po,1575,1817,1873,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/filter/messages.po,222,818,796,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/filter/source/config/fragments/filters.po,220,732,864,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/filter/source/config/fragments/internalgraphicfilters.po,38,139,177,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/filter/source/config/fragments/types.po,38,121,132,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/forms/messages.po,58,330,278,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/formula/messages.po,438,514,515,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/fpicker/messages.po,61,163,159,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/framework/messages.po,29,210,185,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/auxiliary.po,105,302,313,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sbasic/guide.po,103,1345,1272,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sbasic/shared.po,4505,35431,31708,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc.po,187,986,941,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/scalc/guide.po,1469,21593,18952,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/schart.po,96,931,788,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sdraw.po,123,732,661,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/sdraw/guide.po,275,3072,2645,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared.po,250,2308,2053,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/autokorr.po,48,420,369,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/autopi.po,887,8394,7352,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/explorer/database.po,1641,18857,16626,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/guide.po,2516,36443,32834,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/help.po,78,117,120,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/menu.po,16,120,122,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/shared/optionen.po,1934,23351,21161,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/simpress.po,199,1395,1196,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/simpress/guide.po,767,10282,8771,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/smath.po,60,739,667,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/smath/guide.po,104,1193,1062,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter.po,336,2946,2699,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter/guide.po,2144,27937,23793,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter/librelogo.po,326,3019,2926,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/helpcontent2/source/text/swriter/menu.po,17,96,93,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/librelogo/source/pythonpath.po,138,173,174,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,20,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/nlpsolver/src/locale.po,41,105,106,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/officecfg/registry/data/org/openoffice.po,9,28,29,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/officecfg/registry/data/org/openoffice/office.po,1308,1841,1836,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/readlicense_oo/docs.po,103,2403,2208,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,13,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/reportdesign/messages.po,258,617,599,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/sc/messages.po,4686,20260,17408,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scaddins/messages.po,901,3188,2579,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/sccomp/messages.po,14,65,62,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/base.po,10,44,51,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/calc.po,22,94,102,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/draw.po,41,149,167,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/extensions.po,16,65,64,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/graphicfilter.po,30,101,190,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/impress.po,21,81,85,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/math.po,10,42,42,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/onlineupdate.po,2,13,14,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/writer.po,27,114,125,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/sd/messages.po,1319,2951,2866,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/sfx2/messages.po,581,2226,2076,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/starmath/messages.po,505,968,993,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/svtools/messages.po,914,2611,2598,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/svx/messages.po,2846,7224,7107,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/sw/messages.po,3441,7740,7785,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/swext/mediawiki/help.po,89,1404,1281,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,150,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/sysui/desktop/share.po,66,277,312,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/uui/messages.po,157,1554,1371,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/vcl/messages.po,356,737,764,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/wizards/messages.po,265,1042,939,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/wizards/source/resources.po,554,2286,2052,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/writerperfect/messages.po,30,65,68,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/xmlsecurity/messages.po,91,424,397,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/avmedia/messages.po,22,45,53,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/basctl/messages.po,155,611,677,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/basic/messages.po,135,549,699,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/chart2/messages.po,619,1366,1695,0,0,1,2,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/messages.po,106,1047,1112,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,6,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/cui/messages.po,1650,3483,4060,184,409,509,1666,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dbaccess/messages.po,419,1373,1568,121,276,272,2861,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/desktop/messages.po,162,1225,1354,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/en/dialog.po,37,176,212,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/hu_hu/dialog.po,32,71,83,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,8,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/pt_br/dialog.po,2,5,6,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/ru_ru/dialog.po,14,26,36,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/editeng/messages.po,165,323,444,16,48,84,285,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/extensions/messages.po,495,1602,1869,118,284,50,213,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/extras/source/autocorr/emoji.po,668,720,773,86,91,821,1006,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/extras/source/gallery/share.po,11,14,15,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/filter/messages.po,142,468,528,12,38,68,312,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/filter/source/config/fragments/filters.po,161,554,566,9,29,50,149,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/filter/source/config/fragments/internalgraphicfilters.po,38,139,140,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/filter/source/config/fragments/types.po,20,66,75,2,10,16,45,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/forms/messages.po,58,330,387,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/formula/messages.po,306,314,325,53,75,79,125,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/fpicker/messages.po,61,163,194,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/framework/messages.po,29,210,242,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/auxiliary.po,89,255,318,1,4,15,43,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sbasic/guide.po,7,21,26,0,0,96,1324,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sbasic/shared.po,1344,2497,3165,0,0,3161,32934,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc.po,26,43,66,0,0,161,943,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/scalc/guide.po,102,282,320,0,0,1367,21311,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/schart.po,8,17,22,0,0,88,914,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sdraw.po,14,21,29,0,0,109,711,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/sdraw/guide.po,37,108,127,0,0,238,2964,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared.po,65,133,167,0,0,185,2175,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/autokorr.po,25,101,77,0,0,23,319,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/autopi.po,249,601,750,0,0,638,7793,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/explorer/database.po,482,1024,1317,0,0,1159,17833,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/guide.po,276,926,1146,0,0,2240,35517,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/shared/optionen.po,606,1283,1629,0,0,1328,22068,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/simpress.po,23,39,58,0,0,176,1356,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/simpress/guide.po,62,246,261,0,0,705,10036,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/smath.po,12,20,25,0,0,48,719,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/smath/guide.po,17,55,66,0,0,87,1138,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter.po,94,134,159,0,0,242,2812,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter/guide.po,323,1040,1095,0,0,1821,26897,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter/librelogo.po,39,40,49,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/librelogo/source/pythonpath.po,138,173,203,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/nlpsolver/src/locale.po,14,18,20,0,0,27,87,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/officecfg/registry/data/org/openoffice/office.po,477,671,722,111,130,720,1040,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/readlicense_oo/docs.po,66,1232,1337,1,1,36,1170,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,19,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/reportdesign/messages.po,199,377,489,25,45,34,195,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/sc/messages.po,2644,11313,11491,756,2148,1286,6799,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scaddins/messages.po,623,1773,1692,21,76,257,1339,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/sccomp/messages.po,14,65,76,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/base.po,10,44,50,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/calc.po,20,77,104,0,0,2,17,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/draw.po,36,134,132,0,0,5,15,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/extensions.po,7,17,19,0,0,9,48,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/graphicfilter.po,30,101,106,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/impress.po,21,81,85,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/math.po,10,42,41,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/onlineupdate.po,1,2,3,0,0,1,11,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/python.po,1,1,1,0,0,1,6,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/quickstart.po,1,1,5,0,0,1,14,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/winexplorerext.po,1,3,3,0,0,1,15,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/writer.po,22,94,97,2,8,3,12,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/sd/messages.po,688,1624,1827,237,389,394,938,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/sfx2/messages.po,344,1089,1201,71,172,166,965,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/starmath/messages.po,382,638,775,33,59,90,271,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/svtools/messages.po,489,1338,1525,50,110,375,1163,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/svx/messages.po,1639,3800,4523,433,911,774,2513,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/sw/messages.po,2440,4725,5478,469,1083,532,1932,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/swext/mediawiki/help.po,40,220,241,5,136,44,1048,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,30,150,137,0,0,2,31,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/sysui/desktop/share.po,66,277,307,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/uui/messages.po,157,1554,1679,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/vcl/messages.po,354,731,851,0,0,2,6,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/wizards/messages.po,138,402,431,11,14,116,626,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/wizards/source/resources.po,361,1411,1490,54,110,139,765,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/writerperfect/messages.po,30,65,77,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/xmlsecurity/messages.po,25,139,160,24,53,42,232,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/accessibility/messages.po,1,1,1,7,13,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/avmedia/messages.po,13,15,16,3,3,6,27,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/basctl/messages.po,89,375,341,42,67,24,169,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/basic/messages.po,135,549,557,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/chart2/messages.po,140,402,404,234,337,248,611,622,1350,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/messages.po,96,957,827,11,95,1,16,108,1068,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,7,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/cui/messages.po,294,957,862,1086,1731,901,2722,2281,5410,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dbaccess/messages.po,331,2357,2077,182,417,295,1716,808,4490,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/desktop/messages.po,75,457,437,42,342,45,426,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/en/dialog.po,37,176,175,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,3,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/hu_hu/dialog.po,31,69,69,1,2,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,3,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,3,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/ru_ru/dialog.po,14,26,26,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,3,1,2,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/editeng/messages.po,240,584,592,14,33,12,40,266,657,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/extensions/messages.po,407,1072,1072,168,318,87,699,662,2089,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/extras/source/autocorr/emoji.po,0,0,0,173,177,990,1211,1163,1388,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/extras/source/gallery/share.po,0,0,0,8,10,3,4,11,14,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/filter/messages.po,50,240,207,55,156,117,422,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/filter/source/config/fragments/filters.po,0,0,0,116,408,96,327,212,735,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/filter/source/config/fragments/types.po,16,45,48,16,69,6,26,38,140,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/forms/messages.po,54,314,283,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/formula/messages.po,301,302,302,69,93,67,118,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/fpicker/messages.po,19,71,65,25,48,16,43,60,162,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/framework/messages.po,18,167,138,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/librelogo/source/pythonpath.po,35,70,72,44,46,59,57,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,17,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/nlpsolver/src/locale.po,41,105,113,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,29,9,29,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/officecfg/registry/data/org/openoffice/office.po,651,829,1200,590,595,66,417,1307,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/readlicense_oo/docs.po,41,609,575,3,119,59,1676,103,2404,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/reportdesign/messages.po,162,429,410,68,120,28,68,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/sc/messages.po,138,648,595,3390,14874,994,4299,4522,19821,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scaddins/messages.po,0,0,0,801,2569,100,619,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/sccomp/messages.po,11,47,40,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/base.po,9,42,43,1,2,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/calc.po,19,81,80,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/draw.po,15,60,58,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/extensions.po,9,28,26,8,27,1,14,18,69,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/graphicfilter.po,26,84,131,3,15,1,2,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/impress.po,19,74,71,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/winexplorerext.po,2,18,21,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/writer.po,22,69,71,2,33,3,12,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/xsltfilter.po,1,3,3,1,3,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/sd/messages.po,285,936,859,617,1076,320,815,1222,2827,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/sfx2/messages.po,100,429,399,250,457,191,1150,541,2036,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/starmath/messages.po,22,32,40,375,625,109,312,506,969,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/svl/messages.po,47,83,89,16,24,8,35,71,142,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/svtools/messages.po,519,1025,1031,199,869,160,579,878,2473,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/svx/messages.po,1129,2848,2773,927,1640,721,2482,2777,6970,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/sw/messages.po,959,2180,2214,1788,2779,775,2727,3522,7686,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/swext/mediawiki/help.po,48,456,377,41,971,2,21,91,1448,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,5,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,155,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/sysui/desktop/share.po,43,174,172,13,56,10,47,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/uui/messages.po,87,942,826,34,274,36,273,157,1489,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/vcl/messages.po,111,232,219,111,169,53,144,275,545,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/wizards/messages.po,0,0,0,264,1041,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/wizards/source/resources.po,0,0,0,541,2205,13,81,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/writerperfect/messages.po,0,0,0,6,11,9,29,15,40,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/xmlsecurity/messages.po,0,0,0,18,24,72,399,90,423,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/accessibility/messages.po,1,1,1,7,13,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/avmedia/messages.po,13,15,16,3,3,6,27,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/basctl/messages.po,89,375,341,42,67,24,169,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/basic/messages.po,135,549,557,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/chart2/messages.po,140,402,404,239,346,243,602,622,1350,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/messages.po,96,957,827,11,95,1,16,108,1068,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,7,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,4,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/cui/messages.po,294,957,862,1297,2468,690,1985,2281,5410,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dbaccess/messages.po,331,2357,2077,191,498,286,1635,808,4490,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/desktop/messages.po,75,457,437,42,342,45,426,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/en/dialog.po,37,176,175,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,2,5,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/hu_hu/dialog.po,31,69,69,1,2,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,2,5,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,2,5,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/ru_ru/dialog.po,14,26,26,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,2,5,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/editeng/messages.po,240,584,592,14,33,12,40,266,657,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/extensions/messages.po,407,1072,1072,172,328,83,689,662,2089,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/extras/source/autocorr/emoji.po,0,0,0,173,177,990,1211,1163,1388,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/extras/source/gallery/share.po,0,0,0,9,11,2,3,11,14,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/filter/messages.po,50,240,207,55,156,117,422,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/filter/source/config/fragments/filters.po,0,0,0,116,408,96,327,212,735,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/filter/source/config/fragments/types.po,16,45,48,16,69,6,26,38,140,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/forms/messages.po,54,314,283,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/formula/messages.po,301,302,302,69,93,67,118,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/fpicker/messages.po,19,71,65,25,48,16,43,60,162,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/framework/messages.po,18,167,138,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/librelogo/source/pythonpath.po,35,70,72,49,51,54,52,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,17,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/nlpsolver/src/locale.po,41,105,113,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,29,9,29,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/officecfg/registry/data/org/openoffice/office.po,651,829,1200,590,595,66,417,1307,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/readlicense_oo/docs.po,41,609,575,3,119,59,1676,103,2404,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/reportdesign/messages.po,162,429,410,70,124,26,64,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/sc/messages.po,138,648,595,3505,15341,879,3832,4522,19821,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scaddins/messages.po,0,0,0,801,2569,100,619,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/sccomp/messages.po,11,47,40,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/base.po,9,42,43,1,2,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/calc.po,19,81,80,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/draw.po,15,60,58,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/extensions.po,9,28,26,8,27,1,14,18,69,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/graphicfilter.po,26,84,131,3,15,1,2,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/impress.po,19,74,71,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/python.po,2,7,5,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/quickstart.po,2,15,16,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/winexplorerext.po,2,18,21,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/writer.po,22,69,71,2,33,3,12,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/xsltfilter.po,1,3,3,1,3,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/sd/messages.po,285,936,859,653,1156,284,735,1222,2827,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/sfx2/messages.po,100,429,399,280,525,161,1082,541,2036,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/starmath/messages.po,22,32,40,381,633,103,304,506,969,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/svl/messages.po,47,83,89,16,24,8,35,71,142,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/svtools/messages.po,519,1025,1031,221,911,138,537,878,2473,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/svx/messages.po,1129,2848,2773,967,1737,681,2385,2777,6970,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/sw/messages.po,959,2180,2214,1880,3091,683,2415,3522,7686,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/swext/mediawiki/help.po,48,456,377,41,971,2,21,91,1448,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,5,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,155,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/sysui/desktop/share.po,43,174,172,13,56,10,47,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/uui/messages.po,87,942,826,39,336,31,211,157,1489,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/vcl/messages.po,111,232,219,111,169,53,144,275,545,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/wizards/messages.po,0,0,0,264,1041,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/wizards/source/resources.po,0,0,0,541,2205,13,81,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/writerperfect/messages.po,0,0,0,6,11,9,29,15,40,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/xmlsecurity/messages.po,0,0,0,49,219,41,204,90,423,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/accessibility/messages.po,5,9,9,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/avmedia/messages.po,16,26,21,1,1,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/basctl/messages.po,75,243,203,33,49,47,319,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/basic/messages.po,8,14,11,9,31,118,504,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/chart2/messages.po,117,165,167,184,318,319,885,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/cui/messages.po,498,964,864,733,1185,1112,3409,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dbaccess/messages.po,307,1613,1146,213,639,292,2258,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/desktop/messages.po,42,166,126,14,29,106,1030,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/en/dialog.po,1,1,1,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/hu_hu/dialog.po,1,1,1,5,6,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/ru_ru/dialog.po,2,2,2,0,0,12,24,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/editeng/messages.po,200,461,432,47,139,18,56,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/extensions/messages.po,327,662,625,179,474,157,963,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/extras/source/autocorr/emoji.po,42,38,38,164,155,1369,1624,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/extras/source/gallery/share.po,5,7,6,2,2,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/filter/messages.po,41,160,126,33,63,148,595,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/filter/source/config/fragments/filters.po,20,58,54,10,25,190,649,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/forms/messages.po,50,278,208,1,2,7,50,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/formula/messages.po,283,286,286,70,95,85,133,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/fpicker/messages.po,25,39,39,18,52,18,72,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/framework/messages.po,8,14,15,7,15,14,181,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/librelogo/source/pythonpath.po,12,12,12,44,44,82,117,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/nlpsolver/src/locale.po,7,7,7,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/officecfg/registry/data/org/openoffice/office.po,499,588,604,331,325,478,928,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/readlicense_oo/docs.po,7,41,33,1,1,95,2361,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/reportdesign/messages.po,70,90,89,67,114,121,413,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/sc/messages.po,1304,7002,4654,1371,3587,2011,9671,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scaddins/messages.po,260,1345,979,192,434,449,1409,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/base.po,8,40,33,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/calc.po,13,41,39,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/draw.po,11,45,38,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/graphicfilter.po,24,77,77,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/impress.po,15,59,53,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/math.po,9,39,34,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/writer.po,14,37,37,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/sd/messages.po,340,809,717,336,586,643,1556,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/sfx2/messages.po,155,296,256,128,263,298,1667,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/starmath/messages.po,261,461,435,112,158,131,348,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/svtools/messages.po,394,856,802,100,205,420,1550,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/svx/messages.po,1143,2422,2306,623,1157,1080,3645,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/sw/messages.po,978,1678,1692,1216,2013,1247,4049,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/swext/mediawiki/help.po,6,6,6,4,6,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,7,8,8,6,6,19,167,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/sysui/desktop/share.po,32,120,108,12,63,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/uui/messages.po,12,87,62,26,87,119,1380,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/vcl/messages.po,107,136,125,65,107,184,494,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/wizards/messages.po,135,716,538,49,82,81,244,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/wizards/source/resources.po,405,1748,1303,70,181,79,357,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/xmlsecurity/messages.po,17,25,25,14,51,60,348,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/accessibility/messages.po,5,9,17,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/avmedia/messages.po,17,27,28,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/basctl/messages.po,74,242,316,34,50,47,319,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/basic/messages.po,8,14,13,9,31,118,504,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/chart2/messages.po,113,161,214,194,333,313,874,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/cui/messages.po,468,925,1204,764,1226,1111,3407,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dbaccess/messages.po,303,1609,1925,215,641,294,2260,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/desktop/messages.po,42,166,237,14,29,106,1030,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/en/dialog.po,1,1,2,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/hu_hu/dialog.po,2,2,2,4,5,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/ru_ru/dialog.po,2,2,3,0,0,12,24,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/editeng/messages.po,198,459,728,49,141,18,56,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/extensions/messages.po,323,659,992,182,476,158,964,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/extras/source/autocorr/emoji.po,42,38,41,164,155,1369,1624,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/extras/source/gallery/share.po,5,7,7,2,2,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/filter/messages.po,41,160,208,32,62,149,596,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/filter/source/config/fragments/filters.po,20,58,72,9,24,191,650,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/filter/source/config/fragments/types.po,3,10,11,4,16,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/forms/messages.po,50,278,339,1,2,7,50,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/formula/messages.po,156,159,163,78,102,202,251,436,512,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/fpicker/messages.po,25,39,48,18,52,18,72,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/framework/messages.po,8,14,21,7,15,14,181,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/librelogo/source/pythonpath.po,13,13,16,41,41,84,119,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/nlpsolver/src/locale.po,7,7,8,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/officecfg/registry/data/org/openoffice/office.po,476,565,621,354,348,478,928,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/readlicense_oo/docs.po,7,41,59,1,1,95,2361,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/reportdesign/messages.po,63,83,102,73,120,122,414,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/sc/messages.po,1299,7005,7955,1364,3577,2023,9678,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scaddins/messages.po,259,1344,1770,191,433,449,1409,899,3186,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/base.po,8,40,53,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/calc.po,13,41,70,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/draw.po,11,45,72,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/graphicfilter.po,24,77,170,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/impress.po,15,59,80,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/math.po,9,39,54,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/quickstart.po,2,15,22,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/winexplorerext.po,2,18,25,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/writer.po,14,37,51,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/sd/messages.po,322,791,1036,353,603,644,1557,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/sfx2/messages.po,154,295,398,128,263,299,1668,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/starmath/messages.po,263,463,655,110,156,131,348,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/svtools/messages.po,393,857,1073,102,206,419,1548,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/svx/messages.po,1131,2410,3539,623,1148,1092,3666,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/sw/messages.po,917,1612,2124,1285,2094,1239,4034,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/swext/mediawiki/help.po,5,5,5,5,7,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,6,6,6,7,7,19,168,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/sysui/desktop/share.po,30,117,187,14,66,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/uui/messages.po,11,86,122,27,88,119,1380,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/vcl/messages.po,100,129,132,73,116,183,492,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/wizards/messages.po,134,715,895,50,83,81,244,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/wizards/source/resources.po,395,1735,2169,80,194,79,357,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/xmlsecurity/messages.po,17,25,37,14,51,60,348,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/accessibility/messages.po,11,27,28,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/basctl/messages.po,155,611,584,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/basic/messages.po,135,549,593,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/chart2/messages.po,620,1368,1140,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/messages.po,106,1047,870,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,3,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,3,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,1,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/cui/messages.po,2343,5558,5216,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dbaccess/messages.po,812,4510,3951,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/desktop/messages.po,162,1225,1213,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/en/dialog.po,37,176,154,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/hu_hu/dialog.po,32,71,68,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/ru_ru/dialog.po,14,26,25,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/editeng/messages.po,265,656,631,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/extensions/messages.po,663,2099,1777,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/extras/source/autocorr/emoji.po,1575,1817,1747,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/extras/source/gallery/share.po,12,15,14,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/filter/messages.po,222,818,719,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/filter/source/config/fragments/filters.po,220,732,649,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/filter/source/config/fragments/internalgraphicfilters.po,38,139,137,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/filter/source/config/fragments/types.po,38,121,105,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/forms/messages.po,58,330,307,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/formula/messages.po,438,514,525,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/fpicker/messages.po,61,163,142,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/framework/messages.po,29,210,188,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/auxiliary.po,105,302,267,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sbasic/guide.po,103,1345,1256,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sbasic/shared.po,3675,30308,26822,0,0,830,5123,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc.po,187,986,846,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/scalc/guide.po,1364,19648,17566,0,0,105,1945,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/schart.po,87,794,697,0,0,9,137,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sdraw.po,123,732,697,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/sdraw/guide.po,264,2896,2971,0,0,11,176,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared.po,235,2098,1863,0,0,15,210,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/autokorr.po,48,420,334,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/autopi.po,757,6572,5696,0,0,130,1822,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/explorer/database.po,1469,14596,12620,0,0,172,4261,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/guide.po,2104,29662,26291,0,0,412,6781,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/shared/optionen.po,1542,16921,14780,0,0,392,6430,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/simpress.po,196,1360,1285,0,0,3,35,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/simpress/guide.po,603,7994,7339,0,0,164,2288,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/smath.po,56,609,579,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/smath/guide.po,96,1031,967,0,0,8,162,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter.po,258,2086,1864,0,0,78,860,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter/guide.po,1939,24266,22024,0,0,205,3671,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter/librelogo.po,321,2824,2704,1,120,4,75,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/librelogo/source/pythonpath.po,138,173,170,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,18,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/nlpsolver/src/locale.po,41,105,103,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/officecfg/registry/data/org/openoffice.po,9,28,18,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/officecfg/registry/data/org/openoffice/office.po,1308,1841,1742,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/readlicense_oo/docs.po,103,2403,2181,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/reportdesign/messages.po,258,617,563,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/sc/messages.po,4686,20260,16459,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scaddins/messages.po,901,3188,2634,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/sccomp/messages.po,14,65,52,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/activex.po,2,16,18,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/base.po,10,44,40,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/calc.po,22,94,83,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/draw.po,41,149,113,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/extensions.po,16,65,68,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/gnome.po,2,11,8,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/graphicfilter.po,30,101,93,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/impress.po,21,81,71,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/math.po,10,42,42,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/winexplorerext.po,2,18,24,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/writer.po,27,114,90,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/xsltfilter.po,2,6,2,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/sd/messages.po,1277,2908,2680,0,0,42,43,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/sfx2/messages.po,577,2096,1925,0,0,4,130,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/starmath/messages.po,499,944,900,0,0,6,24,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/svtools/messages.po,914,2611,2413,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/svx/messages.po,2846,7224,6504,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/sw/messages.po,3397,7690,7068,1,1,43,49,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/swext/mediawiki/help.po,89,1404,1289,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,156,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/sysui/desktop/share.po,66,277,235,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/uui/messages.po,157,1554,1463,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/vcl/messages.po,354,731,679,0,0,2,6,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/wizards/messages.po,265,1042,909,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/wizards/source/resources.po,554,2286,2019,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/writerperfect/messages.po,30,65,53,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/xmlsecurity/messages.po,91,424,396,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/accessibility/messages.po,5,9,9,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/avmedia/messages.po,17,27,28,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/basctl/messages.po,84,285,238,31,41,40,285,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/basic/messages.po,11,24,20,117,497,7,28,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/chart2/messages.po,119,156,168,154,271,347,941,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/cui/messages.po,495,668,684,619,984,1229,3906,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dbaccess/messages.po,339,1936,1766,225,1034,248,1540,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/desktop/messages.po,61,231,221,13,65,88,929,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/en/dialog.po,1,1,1,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/ru_ru/dialog.po,2,2,4,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/editeng/messages.po,72,115,117,62,106,131,435,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/extensions/messages.po,353,753,778,171,682,139,664,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/extras/source/autocorr/emoji.po,43,39,39,182,174,1350,1604,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/extras/source/gallery/share.po,6,8,9,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/filter/messages.po,42,161,128,28,56,152,601,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/filter/source/config/fragments/filters.po,29,83,79,10,25,181,624,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/filter/source/config/fragments/types.po,3,10,10,4,16,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/forms/messages.po,51,294,279,1,2,6,34,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/formula/messages.po,287,290,291,64,87,87,137,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/fpicker/messages.po,30,62,60,15,45,16,56,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/framework/messages.po,9,16,16,6,13,14,181,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/librelogo/source/pythonpath.po,14,16,16,45,47,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/nlpsolver/src/locale.po,8,8,8,5,6,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/officecfg/registry/data/org/openoffice/office.po,1183,1264,1281,5,8,120,569,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/reportdesign/messages.po,83,105,108,55,102,120,410,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/sc/messages.po,2166,10719,8835,993,2973,1527,6568,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scaddins/messages.po,781,2471,2138,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/base.po,8,40,41,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/calc.po,15,48,52,4,33,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/draw.po,13,52,54,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/graphicfilter.po,28,91,118,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/impress.po,17,66,71,2,8,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/writer.po,17,50,54,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/xsltfilter.po,2,6,10,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/sd/messages.po,392,934,883,325,603,602,1414,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/sfx2/messages.po,175,431,415,124,362,282,1433,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/starmath/messages.po,273,475,486,103,146,128,346,504,967,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/svtools/messages.po,501,1182,1144,73,156,340,1273,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/svx/messages.po,1300,2876,2913,533,1167,1013,3181,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/sw/messages.po,1238,2026,2215,1034,1925,1169,3789,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/swext/mediawiki/help.po,6,6,8,4,6,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,8,8,8,4,4,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/sysui/desktop/share.po,32,119,130,13,66,21,92,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/uui/messages.po,64,532,449,24,139,69,883,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/vcl/messages.po,129,178,164,44,81,183,478,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/wizards/messages.po,229,985,980,12,13,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/wizards/source/resources.po,451,1866,1807,41,201,62,219,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/xmlsecurity/messages.po,19,28,28,14,52,58,344,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/accessibility/messages.po,0,0,0,0,0,11,27,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/avmedia/messages.po,0,0,0,0,0,22,45,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/basctl/messages.po,0,0,0,1,0,154,611,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/basic/messages.po,0,0,0,0,0,135,549,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/chart2/messages.po,0,0,0,0,0,620,1368,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/cui/messages.po,0,0,0,8,0,2335,5558,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dbaccess/messages.po,0,0,0,10,0,802,4510,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/desktop/messages.po,0,0,0,0,0,162,1225,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/hu_hu/dialog.po,0,0,0,0,0,32,71,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/ru_ru/dialog.po,0,0,0,0,0,14,26,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/editeng/messages.po,0,0,0,0,0,265,656,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/extensions/messages.po,0,0,0,6,0,657,2099,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/extras/source/autocorr/emoji.po,0,0,0,19,0,1556,1817,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/extras/source/gallery/share.po,0,0,0,0,0,12,15,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/filter/messages.po,0,0,0,0,0,222,818,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/filter/source/config/fragments/filters.po,0,0,0,0,0,220,732,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/filter/source/config/fragments/types.po,0,0,0,0,0,38,121,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/forms/messages.po,0,0,0,0,0,58,330,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/formula/messages.po,0,0,0,0,0,438,514,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/fpicker/messages.po,0,0,0,0,0,61,163,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/framework/messages.po,0,0,0,0,0,29,210,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/librelogo/source/pythonpath.po,0,0,0,2,0,136,173,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/nlpsolver/src/locale.po,0,0,0,0,0,41,105,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/officecfg/registry/data/org/openoffice/office.po,0,0,0,11,0,1297,1841,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/reportdesign/messages.po,0,0,0,3,0,255,617,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/sc/messages.po,0,0,0,4,0,4682,20260,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scaddins/messages.po,0,0,0,0,0,901,3188,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/base.po,0,0,0,0,0,10,44,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/calc.po,0,0,0,0,0,22,94,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/draw.po,0,0,0,0,0,41,149,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/extensions.po,0,0,0,0,0,16,65,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/impress.po,0,0,0,0,0,21,81,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/math.po,0,0,0,0,0,10,42,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/writer.po,0,0,0,0,0,27,114,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/sd/messages.po,0,0,0,6,0,1313,2951,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/sfx2/messages.po,0,0,0,0,0,581,2226,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/starmath/messages.po,0,0,0,0,0,505,968,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/svtools/messages.po,0,0,0,1,0,913,2611,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/svx/messages.po,0,0,0,1,0,2845,7224,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/sw/messages.po,0,0,0,21,0,3420,7740,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/swext/mediawiki/help.po,0,0,0,0,0,89,1404,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,0,0,0,0,0,32,181,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/sysui/desktop/share.po,0,0,0,0,0,66,277,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/uui/messages.po,0,0,0,0,0,157,1554,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/vcl/messages.po,0,0,0,4,0,352,737,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/wizards/messages.po,0,0,0,1,0,264,1042,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/wizards/source/resources.po,0,0,0,0,0,554,2286,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/writerperfect/messages.po,0,0,0,0,0,30,65,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/xmlsecurity/messages.po,0,0,0,0,0,91,424,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/accessibility/messages.po,11,27,25,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/basctl/messages.po,154,610,453,1,1,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/basic/messages.po,135,549,452,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/chart2/messages.po,611,1344,1276,4,11,5,13,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/messages.po,105,1033,698,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/cui/messages.po,2071,4903,4286,113,211,159,444,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dbaccess/messages.po,780,4418,3187,22,44,10,48,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/desktop/messages.po,155,1141,855,3,5,4,79,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/en/dialog.po,37,176,179,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/hu_hu/dialog.po,32,71,70,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/ru_ru/dialog.po,13,25,25,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/editeng/messages.po,258,641,593,4,6,3,9,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/extensions/messages.po,568,1917,1531,86,152,9,30,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/extras/source/autocorr/emoji.po,1092,1289,1313,0,0,483,528,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/filter/messages.po,220,813,679,0,0,2,5,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/filter/source/config/fragments/filters.po,181,618,622,2,7,37,107,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/filter/source/config/fragments/internalgraphicfilters.po,38,139,142,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/filter/source/config/fragments/types.po,27,92,92,0,0,11,29,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/forms/messages.po,57,321,230,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/formula/messages.po,429,505,504,6,6,3,3,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/fpicker/messages.po,54,146,124,2,5,5,12,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/framework/messages.po,22,194,140,6,14,1,2,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/auxiliary.po,105,302,286,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sbasic/guide.po,92,1107,801,0,0,11,238,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sbasic/shared.po,1167,3524,2956,0,0,3338,31907,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc.po,184,973,741,0,0,3,13,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/scalc/guide.po,356,3654,2722,0,0,1113,17939,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/schart.po,88,796,602,0,0,8,135,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sdraw.po,121,724,535,0,0,2,8,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/sdraw/guide.po,69,541,394,0,0,206,2531,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared.po,231,2018,1469,0,0,19,290,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/autokorr.po,48,420,245,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/autopi.po,342,2636,1924,0,0,545,5758,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/explorer/database.po,742,5322,3860,0,0,899,13535,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/guide.po,366,4763,3620,0,0,2150,31680,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/help.po,11,34,29,0,0,67,83,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/menu.po,16,120,93,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/shared/optionen.po,385,2249,1687,0,0,1549,21102,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/simpress.po,197,1363,998,0,0,2,32,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/simpress/guide.po,257,2238,1686,0,0,510,8044,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/smath.po,57,613,453,0,0,3,126,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/smath/guide.po,87,839,654,0,0,17,354,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter.po,256,1772,1320,0,0,80,1174,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter/guide.po,618,5083,3850,0,0,1526,22854,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter/librelogo.po,52,344,260,1,1,273,2674,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/helpcontent2/source/text/swriter/menu.po,17,96,66,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/librelogo/source/pythonpath.po,137,170,170,1,3,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,16,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/nlpsolver/src/locale.po,41,105,101,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/officecfg/registry/data/org/openoffice.po,8,25,25,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/officecfg/registry/data/org/openoffice/office.po,1300,1827,1753,1,4,7,10,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/readlicense_oo/docs.po,89,1845,1303,0,0,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/reportdesign/messages.po,233,548,471,25,69,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/sc/messages.po,3572,15976,11658,678,2286,436,1998,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scaddins/messages.po,886,3149,2256,15,39,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/sccomp/messages.po,12,51,44,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/base.po,10,44,41,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/calc.po,21,89,89,0,0,1,5,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/draw.po,41,149,135,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/extensions.po,16,65,65,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/graphicfilter.po,30,101,99,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/impress.po,21,81,81,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/math.po,10,42,38,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/writer.po,27,114,108,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/sd/messages.po,896,2218,1885,188,350,235,383,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/sfx2/messages.po,404,1407,1103,65,110,112,709,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/starmath/messages.po,474,880,842,6,10,22,75,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/svtools/messages.po,812,2201,1944,24,153,78,257,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/svx/messages.po,2277,5513,5070,279,653,290,1058,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/sw/messages.po,2822,6224,5601,322,743,297,773,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/swext/mediawiki/help.po,47,353,276,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,129,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/sysui/desktop/share.po,66,277,249,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/uui/messages.po,143,1200,906,2,92,12,262,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/vcl/messages.po,257,501,469,10,14,89,222,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/wizards/messages.po,251,986,759,14,56,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/wizards/source/resources.po,467,1948,1495,79,277,8,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/writerperfect/messages.po,2,3,3,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/xmlsecurity/messages.po,78,362,282,3,12,10,50,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/accessibility/messages.po,7,13,13,1,1,3,13,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/avmedia/messages.po,17,27,25,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/basctl/messages.po,108,404,344,29,46,18,161,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/basic/messages.po,18,52,44,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/chart2/messages.po,276,590,592,183,322,161,456,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/messages.po,102,990,650,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/cui/messages.po,1560,3763,3648,543,1076,240,719,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dbaccess/messages.po,456,2833,1996,246,1251,110,426,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/desktop/messages.po,109,635,495,36,413,17,177,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/en/dialog.po,37,176,172,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/hu_hu/dialog.po,32,71,71,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/ru_ru/dialog.po,13,25,25,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/editeng/messages.po,253,628,598,5,8,7,20,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/extensions/messages.po,408,1076,969,215,797,40,226,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/extras/source/autocorr/emoji.po,56,50,51,199,195,1320,1572,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/filter/messages.po,77,278,236,39,81,106,459,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/filter/source/config/fragments/filters.po,90,312,195,13,41,117,379,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/filter/source/config/fragments/internalgraphicfilters.po,35,127,70,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/filter/source/config/fragments/types.po,21,66,61,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/forms/messages.po,55,316,229,0,0,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/formula/messages.po,323,326,327,55,81,60,107,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/fpicker/messages.po,31,88,77,18,42,12,33,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/framework/messages.po,20,184,159,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/librelogo/source/pythonpath.po,133,166,169,2,4,3,3,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,19,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/nlpsolver/src/locale.po,41,105,102,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/officecfg/registry/data/org/openoffice/office.po,1235,1422,1917,9,24,64,395,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/readlicense_oo/docs.po,81,1590,1117,1,85,21,728,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/reportdesign/messages.po,185,455,412,61,132,12,30,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/sc/messages.po,3351,15225,11394,836,2681,499,2354,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scaddins/messages.po,835,2579,2023,14,18,52,591,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/sccomp/messages.po,11,47,26,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/base.po,10,44,39,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/calc.po,19,81,76,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/draw.po,15,60,54,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/extensions.po,16,65,66,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/graphicfilter.po,28,91,108,1,2,1,8,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/impress.po,19,74,74,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/math.po,10,42,40,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/winexplorerext.po,2,18,12,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/writer.po,22,69,72,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/sd/messages.po,517,1314,1212,362,652,440,985,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/sfx2/messages.po,254,726,616,156,518,171,982,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/starmath/messages.po,299,521,491,98,140,98,297,495,958,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/svtools/messages.po,703,1777,1565,64,375,147,459,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/svx/messages.po,1780,4066,3906,548,1282,518,1876,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/sw/messages.po,1716,3192,3208,917,1835,807,2712,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/swext/mediawiki/help.po,47,353,268,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,131,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/sysui/desktop/share.po,54,210,208,2,20,10,47,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/uui/messages.po,104,1021,900,22,137,31,396,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/vcl/messages.po,208,353,349,26,62,122,322,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/wizards/messages.po,261,1038,859,3,3,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/wizards/source/resources.po,505,2022,1556,38,186,11,78,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/writerperfect/messages.po,1,2,2,5,9,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/xmlsecurity/messages.po,50,206,170,21,142,20,76,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/accessibility/messages.po,11,27,33,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/avmedia/messages.po,22,45,45,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/basctl/messages.po,100,396,418,32,45,23,170,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/basic/messages.po,21,71,70,114,478,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/chart2/messages.po,127,180,196,154,262,339,926,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/messages.po,4,40,32,7,49,95,958,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/cui/messages.po,484,658,692,646,1026,1213,3874,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dbaccess/messages.po,353,2099,1830,225,1036,234,1375,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/desktop/messages.po,91,394,357,25,123,46,708,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/en/dialog.po,1,1,2,3,5,33,170,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/hu_hu/dialog.po,1,1,1,5,8,26,62,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/ru_ru/dialog.po,2,2,3,2,4,10,20,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/editeng/messages.po,72,115,129,63,108,130,433,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/extensions/messages.po,356,758,777,175,710,132,631,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/extras/source/autocorr/emoji.po,43,39,39,183,175,1349,1603,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/extras/source/gallery/share.po,11,14,14,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/filter/messages.po,42,161,145,31,59,149,598,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/filter/source/config/fragments/filters.po,28,79,79,11,29,181,624,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/filter/source/config/fragments/types.po,3,10,11,4,16,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/forms/messages.po,57,321,259,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/formula/messages.po,355,376,378,36,51,47,87,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/fpicker/messages.po,31,88,84,17,40,13,35,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/framework/messages.po,11,71,60,6,14,12,125,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/auxiliary.po,70,190,190,0,0,35,112,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sbasic/guide.po,1,23,15,0,0,102,1322,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sbasic/shared.po,577,913,951,0,0,3928,34518,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc.po,163,809,737,0,0,24,177,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/scalc/guide.po,1067,15457,11996,0,0,402,6136,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/schart.po,18,151,103,0,0,78,780,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sdraw.po,116,702,584,0,0,7,30,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/sdraw/guide.po,245,2579,1930,0,0,30,493,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared.po,205,1800,1227,0,0,45,508,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/autokorr.po,47,403,335,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/autopi.po,703,6338,4859,0,0,184,2056,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/explorer/database.po,401,1199,985,0,0,1240,17658,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/guide.po,841,11043,9135,0,0,1675,25400,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/shared/optionen.po,1103,9544,7970,0,0,831,13807,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/simpress.po,175,1240,980,0,0,24,155,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/simpress/guide.po,440,5141,4727,0,0,327,5141,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/smath.po,56,609,447,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/smath/guide.po,54,587,483,0,0,50,606,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter.po,206,1213,989,0,0,130,1733,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter/guide.po,228,1446,1277,0,0,1916,26491,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter/librelogo.po,11,12,12,0,0,315,3007,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/librelogo/source/pythonpath.po,16,18,19,43,45,79,110,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/nlpsolver/src/locale.po,7,7,7,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/officecfg/registry/data/org/openoffice/office.po,1183,1264,1273,6,9,119,568,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,17,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/reportdesign/messages.po,85,109,119,54,100,119,408,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/sc/messages.po,2206,10785,8609,962,2966,1518,6509,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scaddins/messages.po,781,2471,2393,23,79,97,638,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/sccomp/messages.po,11,47,48,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/base.po,8,40,42,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/calc.po,15,48,51,4,33,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/draw.po,13,52,46,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/graphicfilter.po,28,91,108,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/impress.po,17,66,52,2,8,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/math.po,10,42,38,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/onlineupdate.po,2,13,11,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/quickstart.po,2,15,11,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/writer.po,17,50,48,2,7,8,57,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/sd/messages.po,396,943,924,325,603,598,1405,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/sfx2/messages.po,178,468,433,127,379,276,1379,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/starmath/messages.po,272,474,476,105,148,128,346,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/svtools/messages.po,498,1208,1154,79,164,337,1239,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/svx/messages.po,1329,2988,2995,543,1256,974,2980,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/sw/messages.po,1226,2026,2102,1055,1950,1158,3762,3439,7738,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/swext/mediawiki/help.po,6,6,6,4,6,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,8,8,8,4,4,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/sysui/desktop/share.po,32,120,116,14,67,20,90,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/uui/messages.po,65,595,490,24,139,68,820,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/vcl/messages.po,129,185,174,53,101,174,451,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/wizards/messages.po,225,981,883,16,17,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/wizards/source/resources.po,458,1895,1632,44,210,52,181,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/xmlsecurity/messages.po,20,39,35,18,119,53,266,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/accessibility/messages.po,11,27,15,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/avmedia/messages.po,19,36,19,1,4,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/basctl/messages.po,139,585,193,16,26,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/basic/messages.po,18,52,25,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/chart2/messages.po,547,1190,699,45,90,28,88,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/messages.po,104,1017,271,0,0,2,30,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,4,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,5,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/cui/messages.po,1009,2245,1178,583,1020,751,2293,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dbaccess/messages.po,412,2593,896,202,718,198,1199,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/desktop/messages.po,128,709,321,24,391,10,125,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/en/dialog.po,6,25,23,3,5,28,146,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,1,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/hu_hu/dialog.po,4,6,6,6,9,22,56,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,1,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/ru_ru/dialog.po,4,6,5,1,2,9,18,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/editeng/messages.po,150,322,207,44,92,71,242,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/extensions/messages.po,381,818,437,181,767,101,514,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/extras/source/autocorr/emoji.po,47,44,44,190,181,1338,1592,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/extras/source/gallery/share.po,11,14,11,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/filter/messages.po,66,250,126,31,52,125,516,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/filter/source/config/fragments/filters.po,56,218,203,11,32,153,482,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/filter/source/config/fragments/internalgraphicfilters.po,8,38,44,0,0,30,101,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/filter/source/config/fragments/types.po,5,20,19,5,18,28,83,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/forms/messages.po,57,321,88,0,0,1,9,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/formula/messages.po,392,443,438,19,22,27,49,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/fpicker/messages.po,33,93,40,16,36,12,34,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/framework/messages.po,20,184,38,6,14,3,12,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/librelogo/source/pythonpath.po,49,51,50,24,26,65,96,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/nlpsolver/src/locale.po,12,16,14,3,4,26,85,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/officecfg/registry/data/org/openoffice.po,1,3,2,1,3,7,22,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/officecfg/registry/data/org/openoffice/office.po,1242,1510,1341,5,9,61,322,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/readlicense_oo/docs.po,51,961,286,1,85,51,1357,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,9,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/reportdesign/messages.po,200,481,231,55,133,3,3,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/sc/messages.po,2497,12281,3848,995,2857,1194,5122,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scaddins/messages.po,782,2474,1044,24,88,95,626,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/sccomp/messages.po,12,51,20,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/base.po,10,44,44,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/calc.po,19,81,41,0,0,3,13,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/draw.po,14,55,32,3,13,24,81,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/extensions.po,3,5,3,2,8,11,52,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/graphicfilter.po,28,91,88,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/impress.po,19,74,42,0,0,2,7,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/math.po,10,42,23,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/winexplorerext.po,2,18,11,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/writer.po,18,54,39,2,7,7,53,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/sd/messages.po,548,1283,684,335,686,436,982,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/sfx2/messages.po,206,576,381,148,440,227,1210,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/starmath/messages.po,326,577,405,90,164,89,227,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/svtools/messages.po,691,1766,1186,70,345,153,500,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/svx/messages.po,1632,3758,2480,523,1253,691,2213,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/sw/messages.po,1530,2823,1887,1011,1937,900,2980,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/swext/mediawiki/help.po,41,254,75,25,812,23,338,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,27,175,57,4,4,1,2,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/sysui/desktop/share.po,64,257,140,2,20,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/uui/messages.po,124,1091,429,16,147,17,316,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/vcl/messages.po,158,249,184,46,95,152,393,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/wizards/messages.po,210,888,271,54,153,1,1,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/wizards/source/resources.po,487,1972,710,58,252,9,62,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/xmlsecurity/messages.po,20,41,35,26,75,45,308,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/accessibility/messages.po,9,23,19,0,0,2,4,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/avmedia/messages.po,17,34,32,2,5,3,6,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/basctl/messages.po,73,243,210,20,34,62,334,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/basic/messages.po,0,0,0,14,43,121,506,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/chart2/messages.po,39,60,69,19,27,562,1281,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/cui/messages.po,68,71,75,103,151,2172,5336,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dbaccess/messages.po,8,8,9,18,26,786,4476,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/desktop/messages.po,2,13,11,2,2,158,1210,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/hu_hu/dialog.po,0,0,0,0,0,32,71,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/ru_ru/dialog.po,0,0,0,0,0,14,26,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/editeng/messages.po,2,2,2,6,6,257,648,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/extensions/messages.po,12,17,20,12,12,639,2070,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/extras/source/autocorr/emoji.po,0,0,0,26,7,1549,1810,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/extras/source/gallery/share.po,0,0,0,0,0,12,15,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/filter/messages.po,1,1,1,2,3,219,814,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/filter/source/config/fragments/filters.po,0,0,0,0,0,220,732,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/filter/source/config/fragments/types.po,0,0,0,0,0,38,121,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/forms/messages.po,0,0,0,0,0,58,330,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/formula/messages.po,2,2,2,1,1,435,511,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/fpicker/messages.po,3,4,4,6,8,52,151,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/framework/messages.po,1,1,1,0,0,28,209,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/librelogo/source/pythonpath.po,0,0,0,3,7,135,166,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/nlpsolver/src/locale.po,1,1,2,0,0,40,104,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/officecfg/registry/data/org/openoffice/office.po,1,1,1,7,7,1300,1833,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/reportdesign/messages.po,11,14,17,13,17,234,586,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/sc/messages.po,110,115,125,271,296,4305,19849,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scaddins/messages.po,5,5,5,28,30,868,3153,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/base.po,0,0,0,0,0,10,44,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/calc.po,0,0,0,1,1,21,93,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/draw.po,0,0,0,1,1,40,148,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/extensions.po,0,0,0,0,0,16,65,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/impress.po,0,0,0,1,1,20,80,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/math.po,0,0,0,1,1,9,41,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/writer.po,0,0,0,1,1,26,113,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/sd/messages.po,40,47,59,40,48,1239,2856,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/sfx2/messages.po,14,15,16,16,17,551,2194,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/starmath/messages.po,5,5,6,11,11,489,952,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/svtools/messages.po,4,4,4,16,30,894,2577,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/svx/messages.po,41,45,49,61,68,2744,7111,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/sw/messages.po,106,110,120,134,149,3201,7481,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/swext/mediawiki/help.po,2,2,3,0,0,87,1402,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,0,0,0,0,0,32,181,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/sysui/desktop/share.po,0,0,0,0,0,66,277,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/uui/messages.po,2,2,3,3,5,152,1547,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/vcl/messages.po,5,5,7,22,23,329,709,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/wizards/messages.po,0,0,0,3,3,262,1039,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/wizards/source/resources.po,2,2,2,5,10,547,2274,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/writerperfect/messages.po,0,0,0,0,0,30,65,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/xmlsecurity/messages.po,1,1,1,0,0,90,423,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/accessibility/messages.po,5,9,9,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/avmedia/messages.po,9,9,9,4,4,9,32,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/basctl/messages.po,66,223,240,35,55,54,333,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/basic/messages.po,8,14,13,8,28,119,507,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/chart2/messages.po,118,167,171,160,281,342,920,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/messages.po,0,0,0,7,48,99,999,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/cui/messages.po,505,968,1021,694,1078,1144,3512,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dbaccess/messages.po,209,1151,1244,151,415,452,2944,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/desktop/messages.po,30,141,143,18,86,114,998,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/en/dialog.po,1,1,2,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/hu_hu/dialog.po,2,2,2,2,2,28,67,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/ru_ru/dialog.po,2,2,3,0,0,12,24,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/editeng/messages.po,196,465,500,51,143,18,48,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/extensions/messages.po,279,581,624,158,433,226,1085,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/extras/source/autocorr/emoji.po,41,37,37,150,140,1384,1640,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/filter/messages.po,40,159,168,28,56,154,603,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/filter/source/config/fragments/filters.po,16,46,43,9,23,195,663,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/filter/source/config/fragments/types.po,1,4,4,0,0,37,117,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/forms/messages.po,25,101,101,4,7,29,222,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/formula/messages.po,158,159,163,78,101,199,251,435,511,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/fpicker/messages.po,20,30,38,17,43,24,90,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/framework/messages.po,7,12,13,2,3,20,195,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/librelogo/source/pythonpath.po,14,14,14,42,42,82,117,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/nlpsolver/src/locale.po,6,6,7,7,8,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/officecfg/registry/data/org/openoffice/office.po,197,268,266,188,194,923,1379,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/readlicense_oo/docs.po,8,40,42,0,0,95,2363,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/reportdesign/messages.po,63,77,80,70,121,125,419,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/sc/messages.po,1298,6958,6752,1316,3621,2072,9681,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scaddins/messages.po,264,1349,1247,171,411,465,1427,900,3187,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/activex.po,1,2,5,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/base.po,2,4,4,3,11,5,29,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/calc.po,8,22,21,4,10,10,62,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/draw.po,5,12,12,3,10,33,127,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/graphicfilter.po,24,77,74,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/impress.po,10,26,24,3,9,8,46,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/math.po,4,11,11,2,5,4,26,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/writer.po,10,27,27,3,8,14,79,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/sd/messages.po,309,787,863,303,497,707,1667,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/sfx2/messages.po,142,287,358,118,298,321,1641,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/starmath/messages.po,261,461,600,109,155,133,350,503,966,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/svtools/messages.po,367,797,873,96,208,451,1606,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/svx/messages.po,1074,2167,2192,556,1064,1216,3993,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/sw/messages.po,938,1459,1483,1098,1781,1403,4498,3439,7738,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/swext/mediawiki/help.po,6,6,6,4,6,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,6,8,8,19,168,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/sysui/desktop/share.po,14,37,37,8,23,44,217,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/uui/messages.po,11,61,68,16,45,130,1448,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/vcl/messages.po,105,142,139,63,101,188,494,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/wizards/messages.po,39,86,102,38,51,188,905,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/wizards/source/resources.po,257,907,1078,72,141,225,1238,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/xmlsecurity/messages.po,11,13,12,2,3,78,408,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/accessibility/messages.po,11,27,27,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/avmedia/messages.po,22,45,39,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/basctl/messages.po,155,611,512,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/basic/messages.po,135,549,496,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/chart2/messages.po,620,1368,1388,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/messages.po,106,1047,694,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/cui/messages.po,2342,5557,5301,0,0,1,1,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dbaccess/messages.po,812,4510,3468,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/desktop/messages.po,162,1225,1002,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/en/dialog.po,37,176,186,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/hu_hu/dialog.po,32,71,81,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/ru_ru/dialog.po,14,26,27,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,6,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/editeng/messages.po,265,656,704,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/extensions/messages.po,663,2099,1837,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/extras/source/autocorr/emoji.po,1575,1817,1894,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/filter/messages.po,222,818,783,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/filter/source/config/fragments/filters.po,220,732,761,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/filter/source/config/fragments/internalgraphicfilters.po,38,139,144,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/filter/source/config/fragments/types.po,38,121,134,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/forms/messages.po,58,330,249,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/formula/messages.po,430,505,504,0,0,1,1,431,506,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/fpicker/messages.po,61,163,144,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/framework/messages.po,29,210,164,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/auxiliary.po,104,299,307,0,0,1,3,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sbasic/guide.po,103,1345,1085,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sbasic/shared.po,4474,35040,28312,0,0,31,391,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc.po,187,986,814,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/scalc/guide.po,1421,20874,16334,0,0,48,719,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/schart.po,96,931,726,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sdraw.po,123,732,617,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/sdraw/guide.po,275,3072,2400,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared.po,241,2147,1727,0,0,9,161,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/autokorr.po,48,420,327,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/autopi.po,887,8394,6499,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/explorer/database.po,1519,15579,11908,0,0,122,3278,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/guide.po,2488,35817,28135,0,0,28,626,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/help.po,11,34,29,0,0,67,83,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/menu.po,16,120,102,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/shared/optionen.po,1880,22150,17349,0,0,54,1201,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/simpress.po,199,1395,1165,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/simpress/guide.po,766,10274,7985,0,0,1,8,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/smath.po,59,722,550,0,0,1,17,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/smath/guide.po,104,1193,924,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter.po,305,2642,2132,0,0,31,304,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter/guide.po,2138,27875,21351,0,0,6,62,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter/librelogo.po,326,3019,2771,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/helpcontent2/source/text/swriter/menu.po,17,96,85,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/librelogo/source/pythonpath.po,138,173,188,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,24,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/nlpsolver/src/locale.po,41,105,106,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/officecfg/registry/data/org/openoffice.po,9,28,28,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/officecfg/registry/data/org/openoffice/office.po,1308,1841,1788,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/readlicense_oo/docs.po,103,2403,1872,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,15,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/reportdesign/messages.po,258,617,588,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/sc/messages.po,4680,20230,15583,2,4,4,26,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scaddins/messages.po,901,3188,2500,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/sccomp/messages.po,14,65,62,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/base.po,10,44,38,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/calc.po,22,94,96,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/draw.po,41,149,145,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/extensions.po,16,65,68,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/gnome.po,2,11,10,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/graphicfilter.po,30,101,130,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/impress.po,21,81,79,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/onlineupdate.po,2,13,12,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/writer.po,27,114,112,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/sd/messages.po,1317,2949,2798,0,0,2,2,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/sfx2/messages.po,581,2226,1911,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/starmath/messages.po,505,968,1000,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/svtools/messages.po,914,2611,2458,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/svx/messages.po,2840,7216,6942,0,0,6,8,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/sw/messages.po,3440,7737,7500,0,0,1,3,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/swext/mediawiki/help.po,89,1404,1104,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,135,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/sysui/desktop/share.po,66,277,277,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/uui/messages.po,157,1554,1197,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/vcl/messages.po,308,615,618,0,0,48,122,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/wizards/messages.po,265,1042,866,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/wizards/source/resources.po,554,2286,1838,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/writerperfect/messages.po,30,65,75,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/xmlsecurity/messages.po,91,424,335,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/accessibility/messages.po,5,9,10,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/avmedia/messages.po,17,27,25,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/basctl/messages.po,74,242,294,34,50,47,319,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/basic/messages.po,8,14,13,9,31,118,504,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/chart2/messages.po,103,154,222,204,343,313,871,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/cui/messages.po,432,890,1137,795,1264,1116,3404,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dbaccess/messages.po,303,1608,1801,217,644,292,2258,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/desktop/messages.po,42,166,204,14,29,106,1030,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/en/dialog.po,1,1,1,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/hu_hu/dialog.po,1,1,1,5,6,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/ru_ru/dialog.po,2,2,2,0,0,12,24,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/editeng/messages.po,198,459,638,49,141,18,56,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/extensions/messages.po,320,659,942,186,480,157,960,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/extras/source/autocorr/emoji.po,41,37,81,165,156,1369,1624,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/extras/source/gallery/share.po,5,7,7,2,2,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/filter/messages.po,42,161,189,30,60,150,597,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/filter/source/config/fragments/filters.po,19,55,63,11,28,190,649,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/forms/messages.po,50,278,345,1,2,7,50,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/formula/messages.po,283,286,298,71,96,84,132,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/fpicker/messages.po,25,39,48,18,52,18,72,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/framework/messages.po,8,14,17,7,15,14,181,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/librelogo/source/pythonpath.po,12,12,13,43,43,83,118,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/nlpsolver/src/locale.po,7,7,9,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/officecfg/registry/data/org/openoffice/office.po,470,559,1541,356,350,482,932,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/readlicense_oo/docs.po,7,41,58,1,1,95,2361,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/reportdesign/messages.po,62,81,111,73,121,123,415,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/sc/messages.po,1220,6929,7870,1454,3661,2012,9670,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scaddins/messages.po,255,1340,1634,196,438,449,1409,900,3187,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/base.po,8,40,50,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/calc.po,13,41,52,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/draw.po,11,45,57,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/graphicfilter.po,24,77,180,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/impress.po,15,59,75,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/math.po,9,39,51,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/quickstart.po,2,15,17,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/winexplorerext.po,2,18,21,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/writer.po,14,37,49,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/sd/messages.po,311,780,999,360,610,648,1561,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/sfx2/messages.po,152,293,373,130,265,299,1668,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/starmath/messages.po,202,402,593,119,165,131,348,452,915,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/svtools/messages.po,394,857,1127,101,205,419,1549,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/svx/messages.po,1117,2381,3409,626,1152,1103,3691,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/sw/messages.po,866,1567,2428,1333,2140,1242,4033,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/swext/mediawiki/help.po,4,4,6,6,8,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,5,5,6,7,7,20,169,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/sysui/desktop/share.po,31,119,159,13,64,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/uui/messages.po,11,86,105,27,88,119,1380,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/vcl/messages.po,86,104,123,77,120,193,513,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/wizards/messages.po,137,718,795,47,80,81,244,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/wizards/source/resources.po,387,1726,1959,87,202,80,358,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/xmlsecurity/messages.po,16,24,44,15,52,60,348,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/accessibility/messages.po,5,5,5,0,0,6,22,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/avmedia/messages.po,16,26,20,0,0,6,19,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/basctl/messages.po,93,302,254,29,36,33,273,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/basic/messages.po,18,52,41,117,497,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/chart2/messages.po,77,91,99,84,113,459,1164,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/messages.po,48,343,266,2,13,56,691,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/cui/messages.po,562,865,881,525,775,1256,3918,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dbaccess/messages.po,55,104,101,68,123,689,4283,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/desktop/messages.po,41,108,81,18,75,103,1042,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/en/dialog.po,37,176,158,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/en/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/hu_hu/dialog.po,32,71,75,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/pt_br/dialog.po,1,2,2,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/ru_ru/dialog.po,13,25,21,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,1,2,2,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/editeng/messages.po,130,239,278,27,65,108,352,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/extensions/messages.po,156,243,245,100,185,407,1671,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/extras/source/autocorr/emoji.po,4,3,3,95,80,1476,1734,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/extras/source/gallery/share.po,2,2,2,0,0,10,13,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/filter/messages.po,21,23,23,24,29,177,766,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/filter/source/config/fragments/filters.po,15,39,44,12,47,193,646,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/filter/source/config/fragments/types.po,2,8,10,2,10,34,103,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/forms/messages.po,7,7,7,5,7,46,316,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/formula/messages.po,297,298,299,60,82,81,134,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/fpicker/messages.po,27,44,47,9,20,25,99,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/framework/messages.po,7,13,12,3,6,19,191,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/librelogo/source/pythonpath.po,11,13,12,30,32,97,128,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/nlpsolver/src/locale.po,4,6,5,1,1,36,98,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/officecfg/registry/data/org/openoffice/office.po,195,218,218,122,135,991,1488,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/readlicense_oo/docs.po,0,0,0,1,1,102,2402,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/reportdesign/messages.po,61,73,88,42,71,155,473,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/sc/messages.po,702,789,826,539,875,3445,18596,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scaddins/messages.po,78,78,82,53,63,770,3047,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/base.po,0,0,0,0,0,10,44,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/calc.po,2,2,3,1,2,19,90,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/draw.po,2,2,2,2,6,37,141,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/extensions.po,0,0,0,1,1,15,64,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/impress.po,3,3,3,1,2,17,76,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/math.po,1,1,1,1,2,8,39,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/writer.po,3,5,5,2,7,22,102,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/sd/messages.po,177,203,221,239,333,903,2415,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/sfx2/messages.po,152,229,222,60,136,369,1861,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/starmath/messages.po,49,55,58,88,109,368,804,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/svl/messages.po,0,0,0,0,0,1,1,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/svtools/messages.po,177,288,283,78,168,659,2155,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/svx/messages.po,612,967,1028,407,699,1827,5558,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/sw/messages.po,610,677,729,658,894,2173,6169,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/swext/mediawiki/help.po,4,4,5,5,7,80,1393,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,8,8,9,1,1,23,172,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/sysui/desktop/share.po,4,5,6,3,6,59,266,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/uui/messages.po,5,32,31,10,29,142,1493,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/vcl/messages.po,73,92,97,41,46,242,599,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/wizards/messages.po,36,37,41,28,31,201,974,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/wizards/source/resources.po,62,71,69,39,78,453,2137,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/writerperfect/messages.po,0,0,0,2,3,28,62,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/xmlsecurity/messages.po,21,41,35,18,61,52,322,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/accessibility/messages.po,11,27,26,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/avmedia/messages.po,22,45,42,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/basctl/messages.po,155,611,482,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/basic/messages.po,135,549,538,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/chart2/messages.po,366,767,833,126,229,128,372,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/messages.po,105,1033,708,0,0,1,14,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/cui/messages.po,2080,4908,4699,101,196,162,454,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dbaccess/messages.po,481,2886,2218,227,1214,104,410,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/desktop/messages.po,160,1172,894,0,0,2,53,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/en/dialog.po,37,176,183,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/hu_hu/dialog.po,32,71,89,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/ru_ru/dialog.po,13,25,25,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/editeng/messages.po,265,656,707,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/extensions/messages.po,433,1106,1060,194,775,36,218,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/extras/source/autocorr/emoji.po,55,49,51,241,238,1279,1530,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/extras/source/gallery/share.po,11,14,15,0,0,1,1,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/filter/messages.po,83,284,233,36,78,103,456,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/filter/source/config/fragments/filters.po,100,357,390,24,87,96,288,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/filter/source/config/fragments/internalgraphicfilters.po,35,127,146,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/filter/source/config/fragments/types.po,21,66,69,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/forms/messages.po,58,330,287,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/formula/messages.po,437,513,513,0,0,1,1,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/fpicker/messages.po,57,155,134,1,4,3,4,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/framework/messages.po,29,210,182,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/auxiliary.po,20,23,30,0,0,85,279,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sbasic/guide.po,83,1116,954,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sbasic/shared.po,759,1487,1444,0,0,3746,33944,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc.po,173,877,823,0,0,14,109,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/scalc/guide.po,87,582,497,0,0,1382,21011,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/schart.po,64,425,371,0,0,32,506,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sdraw.po,120,718,650,0,0,3,14,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/sdraw/guide.po,18,33,31,0,0,257,3039,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared.po,215,1847,1568,0,0,35,461,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/autokorr.po,47,403,315,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/autopi.po,184,376,382,0,0,703,8018,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/explorer/database.po,331,692,708,0,0,1310,18165,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/guide.po,62,328,248,0,0,2454,36115,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/shared/optionen.po,423,908,847,0,0,1511,22443,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/simpress.po,185,1314,1175,0,0,14,81,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/simpress/guide.po,39,297,303,0,0,728,9985,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/smath.po,56,609,497,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/smath/guide.po,93,964,812,0,0,11,229,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter.po,216,1378,1230,0,0,120,1568,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter/guide.po,184,939,782,0,0,1960,26998,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter/librelogo.po,25,26,26,0,0,301,2993,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/librelogo/source/pythonpath.po,138,173,184,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,19,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/nlpsolver/src/locale.po,41,105,106,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/officecfg/registry/data/org/openoffice.po,8,25,27,0,0,1,3,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/officecfg/registry/data/org/openoffice/office.po,1300,1827,2899,1,4,7,10,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/readlicense_oo/docs.po,89,1845,1493,0,0,14,558,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,19,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/reportdesign/messages.po,237,552,538,21,65,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/sc/messages.po,2806,13277,10667,1035,3118,845,3865,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scaddins/messages.po,835,2579,2454,14,18,52,591,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/sccomp/messages.po,12,51,54,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/activex.po,2,16,16,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/base.po,10,44,44,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/calc.po,22,94,106,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/draw.po,41,149,164,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/extensions.po,16,65,62,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/graphicfilter.po,30,101,100,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/impress.po,21,81,84,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/math.po,10,42,38,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/onlineupdate.po,2,13,8,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/python.po,2,7,9,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/winexplorerext.po,2,18,19,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/writer.po,27,114,109,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/sd/messages.po,545,1362,1277,337,606,437,983,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/sfx2/messages.po,300,865,746,140,505,141,856,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/starmath/messages.po,342,611,637,86,154,73,199,501,964,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/svtools/messages.po,823,2279,2162,17,82,74,250,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/svx/messages.po,1843,4155,4383,500,1219,503,1850,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/sw/messages.po,1808,3322,3611,847,1752,785,2665,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/swext/mediawiki/help.po,47,353,270,26,817,16,234,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,4,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,122,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/sysui/desktop/share.po,66,277,288,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/uui/messages.po,148,1322,1022,0,0,9,232,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/vcl/messages.po,268,519,496,1,2,87,216,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/wizards/messages.po,265,1042,896,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/wizards/source/resources.po,520,2056,1697,26,169,8,61,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/writerperfect/messages.po,3,4,4,3,7,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/xmlsecurity/messages.po,78,362,303,3,12,10,50,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/accessibility/messages.po,11,27,30,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/avmedia/messages.po,22,45,41,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/basctl/messages.po,155,611,524,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/basic/messages.po,135,549,514,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/chart2/messages.po,620,1368,1385,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/messages.po,106,1047,737,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,9,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,5,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/cui/messages.po,2343,5558,5228,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dbaccess/messages.po,812,4510,3729,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/desktop/messages.po,162,1225,985,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/en/dialog.po,37,176,167,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/hu_hu/dialog.po,32,71,70,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/pt_br/dialog.po,2,5,5,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/ru_ru/dialog.po,14,26,24,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,5,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/editeng/messages.po,265,656,652,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/extensions/messages.po,663,2099,1827,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/extras/source/autocorr/emoji.po,1572,1813,1896,0,0,3,4,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/extras/source/gallery/share.po,12,15,15,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/filter/messages.po,222,818,749,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/filter/source/config/fragments/filters.po,220,732,754,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/filter/source/config/fragments/internalgraphicfilters.po,38,139,138,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/filter/source/config/fragments/types.po,38,121,129,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/forms/messages.po,58,330,264,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/formula/messages.po,438,514,515,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/fpicker/messages.po,61,163,140,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/framework/messages.po,29,210,162,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/auxiliary.po,105,302,311,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sbasic/guide.po,103,1345,1232,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sbasic/shared.po,4505,35431,30416,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc.po,187,986,902,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/scalc/guide.po,1468,21546,17956,0,0,1,47,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/schart.po,96,931,800,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sdraw.po,123,732,653,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/sdraw/guide.po,275,3072,2552,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared.po,246,2199,1852,0,0,4,109,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/autokorr.po,48,420,310,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/autopi.po,887,8394,6645,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/explorer/database.po,1641,18857,16152,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/guide.po,1004,12169,10723,0,0,1512,24274,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/help.po,78,117,119,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/menu.po,16,120,102,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/shared/optionen.po,1035,11126,9412,0,0,899,12225,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/simpress.po,199,1395,1206,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/simpress/guide.po,767,10282,8648,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/smath.po,60,739,703,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/smath/guide.po,104,1193,1156,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter.po,331,2836,2451,0,0,5,110,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter/guide.po,2144,27937,23275,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter/librelogo.po,326,3019,2841,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/helpcontent2/source/text/swriter/menu.po,17,96,90,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/librelogo/source/pythonpath.po,138,173,169,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,17,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/nlpsolver/src/locale.po,41,105,99,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/officecfg/registry/data/org/openoffice.po,9,28,27,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/officecfg/registry/data/org/openoffice/office.po,1308,1841,1790,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/readlicense_oo/docs.po,103,2403,2022,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,14,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/reportdesign/messages.po,258,617,589,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/sc/messages.po,4686,20260,16202,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scaddins/messages.po,901,3188,2927,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/sccomp/messages.po,14,65,64,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/activex.po,2,16,17,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/base.po,10,44,45,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/calc.po,22,94,99,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/draw.po,41,149,173,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/extensions.po,16,65,67,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/gnome.po,2,11,11,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/graphicfilter.po,30,101,124,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/impress.po,21,81,78,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/onlineupdate.po,2,13,7,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/winexplorerext.po,2,18,15,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/writer.po,27,114,116,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/sd/messages.po,1317,2949,2829,0,0,2,2,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/sfx2/messages.po,581,2226,1911,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/starmath/messages.po,505,968,950,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/svtools/messages.po,913,2610,2413,0,0,1,1,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/svx/messages.po,2840,7208,6808,0,0,6,16,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/sw/messages.po,3439,7738,7497,0,0,0,0,3439,7738,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/swext/mediawiki/help.po,89,1404,1108,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,127,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/sysui/desktop/share.po,66,277,276,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/uui/messages.po,157,1554,1230,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/vcl/messages.po,340,691,665,0,0,16,46,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/wizards/messages.po,265,1042,874,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/wizards/source/resources.po,554,2286,1827,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/writerperfect/messages.po,30,65,67,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/xmlsecurity/messages.po,91,424,351,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/accessibility/messages.po,9,23,30,0,0,2,4,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/avmedia/messages.po,17,34,39,1,4,4,7,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/basctl/messages.po,26,104,129,7,16,122,491,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/basic/messages.po,8,11,15,12,37,115,501,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/chart2/messages.po,21,21,24,13,13,586,1334,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/messages.po,0,0,0,0,0,106,1047,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/cui/messages.po,119,131,141,81,124,2143,5303,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dbaccess/messages.po,20,21,22,29,45,763,4444,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/desktop/messages.po,3,4,6,2,3,157,1218,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/en/dialog.po,0,0,0,0,0,37,176,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/hu_hu/dialog.po,0,0,0,0,0,32,71,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/pt_br/dialog.po,0,0,0,0,0,2,5,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/ru_ru/dialog.po,0,0,0,0,0,14,26,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,0,0,2,5,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/editeng/messages.po,7,7,9,1,2,257,647,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/extensions/messages.po,29,45,60,16,21,618,2033,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/extras/source/autocorr/emoji.po,0,0,0,37,18,1538,1799,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/extras/source/gallery/share.po,0,0,0,0,0,12,15,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/filter/messages.po,4,4,5,7,8,211,806,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/filter/source/config/fragments/filters.po,1,2,2,4,10,215,720,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/filter/source/config/fragments/types.po,1,2,3,1,3,36,116,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/forms/messages.po,0,0,0,0,0,58,330,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/formula/messages.po,5,5,10,3,3,430,506,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/fpicker/messages.po,29,85,106,12,31,20,47,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/framework/messages.po,1,2,2,1,1,27,207,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/librelogo/source/pythonpath.po,6,10,12,1,1,131,162,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/nlpsolver/src/locale.po,1,1,1,0,0,40,104,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/officecfg/registry/data/org/openoffice/office.po,58,78,80,4,6,1246,1757,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/readlicense_oo/docs.po,0,0,0,0,0,103,2403,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/reportdesign/messages.po,22,34,40,7,17,229,566,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/sc/messages.po,179,185,198,91,136,4416,19939,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scaddins/messages.po,8,8,8,0,0,893,3180,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/sccomp/messages.po,11,47,58,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/activex.po,0,0,0,0,0,2,16,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/base.po,3,7,8,0,0,7,37,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/calc.po,2,5,5,0,0,20,89,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/draw.po,2,5,5,0,0,39,144,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/extensions.po,0,0,0,0,0,16,65,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/graphicfilter.po,0,0,0,0,0,30,101,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/impress.po,2,5,4,0,0,19,76,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/math.po,2,5,5,0,0,8,37,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/quickstart.po,0,0,0,0,0,2,15,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/winexplorerext.po,0,0,0,0,0,2,18,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/writer.po,4,9,8,0,0,23,105,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/sd/messages.po,41,48,54,48,65,1230,2838,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/sfx2/messages.po,24,29,33,26,38,531,2159,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/starmath/messages.po,11,13,13,3,4,491,951,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/svtools/messages.po,36,51,51,10,26,868,2534,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/svx/messages.po,61,66,71,34,44,2751,7114,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/sw/messages.po,214,258,287,173,284,3054,7198,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/swext/mediawiki/help.po,3,3,3,1,2,85,1399,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,4,4,4,0,0,28,177,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/sysui/desktop/share.po,2,4,5,0,0,64,273,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/uui/messages.po,2,2,3,1,3,154,1549,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/vcl/messages.po,29,42,50,9,22,318,673,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/wizards/messages.po,9,9,9,2,2,254,1031,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/wizards/source/resources.po,20,25,27,8,13,526,2248,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/writerperfect/messages.po,0,0,0,2,3,28,62,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/xmlsecurity/messages.po,6,6,6,0,0,85,418,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/accessibility/messages.po,11,27,24,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/avmedia/messages.po,21,44,42,1,1,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/basctl/messages.po,155,611,528,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/basic/messages.po,135,549,495,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/chart2/messages.po,536,1167,1166,39,55,45,146,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/messages.po,80,732,519,2,24,24,291,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,2,3,3,0,0,1,2,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,1,5,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/cui/messages.po,588,1173,1099,726,1139,1029,3246,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dbaccess/messages.po,345,1782,1394,232,975,235,1753,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/desktop/messages.po,104,466,361,28,284,30,475,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/en/dialog.po,26,97,119,2,10,9,69,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/hu_hu/dialog.po,10,16,21,4,5,18,50,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/ru_ru/dialog.po,4,5,5,1,2,9,19,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/editeng/messages.po,70,115,121,70,115,125,426,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/extensions/messages.po,371,792,773,174,421,118,886,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/extensions/source/update/check/org/openoffice/office.po,1,3,3,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/extras/source/autocorr/emoji.po,41,38,38,169,157,1365,1622,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/extras/source/gallery/share.po,6,8,9,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/filter/messages.po,50,184,153,29,59,143,575,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/filter/source/config/fragments/filters.po,80,276,281,11,29,129,427,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/filter/source/config/fragments/internalgraphicfilters.po,35,127,127,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/filter/source/config/fragments/types.po,15,41,43,3,12,20,68,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/forms/messages.po,53,283,238,1,2,4,45,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/formula/messages.po,304,307,308,63,89,71,118,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/fpicker/messages.po,30,77,68,15,44,16,42,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/framework/messages.po,17,163,114,6,14,6,33,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/librelogo/source/pythonpath.po,18,20,19,47,49,73,104,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/nlpsolver/src/locale.po,9,9,10,4,5,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/officecfg/registry/data/org/openoffice/office.po,711,798,971,72,75,525,968,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/readlicense_oo/docs.po,10,38,38,0,0,93,2365,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/reportdesign/messages.po,148,308,330,75,149,35,160,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/sc/messages.po,1419,4111,2983,887,1795,2380,14354,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scaddins/messages.po,268,513,429,43,85,590,2590,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/sccomp/messages.po,12,51,50,0,0,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/base.po,8,40,41,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/calc.po,17,56,64,3,29,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/draw.po,13,52,49,1,5,27,92,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/gnome.po,1,2,2,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/graphicfilter.po,28,91,91,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/impress.po,19,74,69,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/math.po,10,42,39,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/onlineupdate.po,2,13,7,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/quickstart.po,2,15,15,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/winexplorerext.po,2,18,16,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/writer.po,22,69,71,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/sd/messages.po,348,797,741,344,625,627,1529,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/sfx2/messages.po,165,323,316,125,252,291,1651,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/starmath/messages.po,217,350,319,99,131,187,485,503,966,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/svtools/messages.po,511,1159,1094,68,125,335,1327,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/svx/messages.po,1215,2554,2564,546,1030,1085,3640,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/sw/messages.po,1149,1927,2037,1103,1931,1189,3882,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/swext/mediawiki/help.po,39,224,181,10,196,40,984,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,2,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,31,161,117,0,0,1,20,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/sysui/desktop/share.po,42,151,141,11,54,13,72,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/uui/messages.po,84,630,508,20,56,53,868,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/vcl/messages.po,133,194,190,52,101,171,442,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/wizards/messages.po,130,369,325,23,39,112,634,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/wizards/source/resources.po,337,1073,878,43,106,174,1107,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/xmlsecurity/messages.po,21,58,50,17,84,53,282,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/accessibility/messages.po,5,9,11,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/avmedia/messages.po,17,27,28,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/basctl/messages.po,74,242,321,34,50,47,319,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/basic/messages.po,8,14,18,9,31,118,504,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/chart2/messages.po,107,157,214,199,336,314,875,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/flat/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/cui/messages.po,443,896,1153,782,1249,1118,3413,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dbaccess/messages.po,301,1604,1896,219,648,292,2258,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/desktop/messages.po,41,165,223,15,30,106,1030,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/en/dialog.po,1,1,1,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/hu_hu/dialog.po,1,1,1,5,6,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/ru_ru/dialog.po,2,2,2,0,0,12,24,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/editeng/messages.po,198,459,677,49,141,18,56,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/extensions/messages.po,323,659,953,183,477,157,963,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/extras/source/autocorr/emoji.po,42,38,41,164,155,1369,1624,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/filter/messages.po,41,160,233,32,61,149,597,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/filter/source/config/fragments/filters.po,21,62,70,9,21,190,649,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/filter/source/config/fragments/types.po,3,10,11,4,16,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/forms/messages.po,50,278,373,1,2,7,50,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/formula/messages.po,283,286,291,70,95,85,133,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/fpicker/messages.po,25,39,48,18,52,18,72,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/framework/messages.po,8,14,17,7,15,14,181,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/librelogo/source/pythonpath.po,13,13,16,41,41,84,119,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/nlpsolver/src/locale.po,7,7,9,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/officecfg/registry/data/org/openoffice/office.po,477,566,610,353,347,478,928,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/readlicense_oo/docs.po,7,41,58,1,1,95,2361,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/reportdesign/messages.po,64,82,99,71,120,123,415,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/sc/messages.po,1293,6992,7401,1404,3641,1989,9627,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scaddins/messages.po,261,1346,1574,191,433,449,1409,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/base.po,8,40,47,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/calc.po,13,41,60,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/draw.po,11,45,62,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/graphicfilter.po,24,77,131,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/impress.po,15,59,84,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/math.po,9,39,52,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/quickstart.po,2,15,17,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/winexplorerext.po,2,18,22,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/writer.po,14,37,51,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/sd/messages.po,320,790,1008,355,604,644,1557,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/sfx2/messages.po,148,289,358,134,268,299,1669,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/starmath/messages.po,259,459,596,115,161,131,348,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/svl/messages.po,0,0,0,1,1,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/svtools/messages.po,393,855,1099,100,204,421,1552,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/svx/messages.po,1121,2400,3378,639,1165,1086,3659,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/sw/messages.po,890,1597,2065,1311,2114,1240,4029,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/swext/mediawiki/help.po,5,5,5,5,7,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,7,8,9,6,6,19,167,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/sysui/desktop/share.po,31,119,163,13,64,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/uui/messages.po,12,87,120,25,81,120,1386,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/vcl/messages.po,91,118,124,79,121,186,498,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/wizards/messages.po,139,720,942,45,78,81,244,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/wizards/source/resources.po,398,1736,2161,77,193,79,357,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/writerperfect/messages.po,0,0,0,6,11,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/xmlsecurity/messages.po,17,25,44,14,51,60,348,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/accessibility/messages.po,11,27,32,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/avmedia/messages.po,22,45,50,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/basctl/messages.po,155,611,730,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/basic/messages.po,135,549,673,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/chart2/messages.po,618,1364,1622,0,0,2,4,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/messages.po,106,1047,1187,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,3,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/cui/messages.po,2309,5475,6305,0,0,34,83,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dbaccess/messages.po,812,4510,5147,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/desktop/messages.po,162,1225,1456,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/en/dialog.po,37,176,219,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,9,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/hu_hu/dialog.po,32,71,92,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,9,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/pt_br/dialog.po,2,5,7,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/ru_ru/dialog.po,13,25,31,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,7,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/editeng/messages.po,265,656,768,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/extensions/messages.po,663,2099,2352,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/extensions/source/update/check/org/openoffice/office.po,1,3,2,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/extras/source/autocorr/emoji.po,1575,1817,1960,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/extras/source/gallery/share.po,12,15,16,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/filter/messages.po,222,818,942,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/filter/source/config/fragments/filters.po,220,732,804,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/filter/source/config/fragments/internalgraphicfilters.po,38,139,138,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/filter/source/config/fragments/types.po,38,121,141,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/forms/messages.po,58,330,402,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/formula/messages.po,429,501,670,0,0,1,1,430,502,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/fpicker/messages.po,61,163,172,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/framework/messages.po,29,210,244,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/librelogo/source/pythonpath.po,138,173,183,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,27,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/nlpsolver/src/locale.po,41,105,137,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/officecfg/registry/data/org/openoffice.po,9,28,30,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/officecfg/registry/data/org/openoffice/office.po,1304,1835,1972,0,0,4,6,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/readlicense_oo/docs.po,102,2343,2588,0,0,1,60,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,25,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/reportdesign/messages.po,258,617,762,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/sc/messages.po,4479,19775,21094,0,0,207,485,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scaddins/messages.po,901,3188,3853,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/sccomp/messages.po,14,65,84,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/activex.po,2,16,21,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/base.po,10,44,48,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/calc.po,22,94,128,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/draw.po,41,149,155,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/extensions.po,16,65,77,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/gnome.po,2,11,12,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/graphicfilter.po,30,101,115,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/impress.po,21,81,85,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/math.po,10,42,44,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/onlineupdate.po,2,13,13,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/python.po,2,7,8,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/quickstart.po,2,15,19,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/winexplorerext.po,2,18,26,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/writer.po,27,114,130,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/sd/messages.po,1188,2801,3130,0,0,131,150,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/sfx2/messages.po,555,1948,2176,0,0,26,278,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/starmath/messages.po,505,968,1026,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/svtools/messages.po,870,2483,2769,0,0,44,128,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/svx/messages.po,2801,7122,8009,0,0,45,102,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/sw/messages.po,3238,7422,8643,0,0,202,317,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/swext/mediawiki/help.po,75,1191,1419,0,0,14,213,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,182,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/sysui/desktop/share.po,66,277,338,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/uui/messages.po,149,1344,1651,0,0,8,210,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/vcl/messages.po,273,534,598,0,0,83,203,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/wizards/messages.po,265,1042,1283,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/wizards/source/resources.po,554,2286,2654,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/writerperfect/messages.po,30,65,70,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/xmlsecurity/messages.po,91,424,541,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/accessibility/messages.po,11,27,38,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/avmedia/messages.po,20,40,57,0,0,2,5,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/basctl/messages.po,129,528,713,18,31,8,52,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/basic/messages.po,17,49,62,118,500,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/chart2/messages.po,261,555,759,162,278,197,535,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/messages.po,102,990,1125,0,0,4,57,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,8,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,6,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/cui/messages.po,1019,2296,3258,642,1179,682,2083,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dbaccess/messages.po,453,2751,3541,236,1247,123,512,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/desktop/messages.po,101,520,734,28,168,33,537,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/en/dialog.po,37,176,227,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,9,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/hu_hu/dialog.po,32,71,114,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,9,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/pt_br/dialog.po,1,2,4,0,0,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,1,2,4,0,0,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/ru_ru/dialog.po,13,25,37,0,0,1,1,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,10,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/editeng/messages.po,248,608,811,5,8,12,40,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/extensions/messages.po,418,1082,1543,205,791,40,226,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/extensions/source/update/check/org/openoffice/office.po,0,0,0,1,3,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/extras/source/autocorr/emoji.po,43,43,70,202,191,1330,1583,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/extras/source/gallery/share.po,6,8,11,2,2,4,5,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/filter/messages.po,73,266,315,31,68,118,484,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/filter/source/config/fragments/filters.po,87,303,432,16,50,117,379,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/filter/source/config/fragments/internalgraphicfilters.po,35,127,197,0,0,3,12,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/filter/source/config/fragments/types.po,21,66,76,3,13,14,42,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/forms/messages.po,54,314,383,1,2,3,14,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/formula/messages.po,312,315,325,56,82,64,111,432,508,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/fpicker/messages.po,31,88,124,17,40,13,35,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/framework/messages.po,18,167,238,6,14,5,29,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/auxiliary.po,22,30,59,0,0,83,272,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sbasic/guide.po,83,1116,1491,0,0,20,229,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sbasic/shared.po,3486,28994,37082,0,0,1019,6437,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc.po,172,861,1189,0,0,15,125,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/scalc/guide.po,1310,18357,23414,0,0,159,3236,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/schart.po,84,705,964,0,0,12,226,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sdraw.po,117,702,960,0,0,6,30,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/sdraw/guide.po,258,2764,3663,0,0,17,308,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared.po,206,1766,2220,0,0,44,542,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/autokorr.po,47,403,643,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/autopi.po,742,6477,8629,0,0,145,1917,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/explorer/database.po,1442,14082,19187,0,0,199,4775,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/guide.po,170,1048,1285,0,0,2346,35395,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/shared/optionen.po,1226,10919,14979,0,0,708,12432,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/simpress.po,181,1264,1660,0,0,18,131,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/simpress/guide.po,590,7567,9813,0,0,177,2715,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/smath.po,56,609,776,0,0,4,130,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/smath/guide.po,94,1001,1291,0,0,10,192,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter.po,214,1268,1737,0,0,122,1678,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter/guide.po,1869,22817,28625,0,0,275,5120,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter/librelogo.po,39,40,56,1,1,286,2978,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/helpcontent2/source/text/swriter/menu.po,0,0,0,0,0,17,96,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/librelogo/source/pythonpath.po,56,60,85,5,5,77,108,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,23,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/nlpsolver/src/locale.po,41,105,143,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/officecfg/registry/data/org/openoffice/office.po,1195,1283,2472,3,6,110,552,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/readlicense_oo/docs.po,63,1197,1333,1,85,39,1121,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/reportdesign/messages.po,186,445,578,58,134,14,38,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/sc/messages.po,2617,12183,14719,848,2659,1221,5418,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scaddins/messages.po,778,2520,3032,12,16,108,649,898,3185,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/sccomp/messages.po,11,47,65,1,4,2,14,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/base.po,10,44,64,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/calc.po,19,81,104,1,4,2,9,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/draw.po,15,60,74,1,5,25,84,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/extensions.po,15,51,84,0,0,1,14,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/gnome.po,1,2,3,0,0,1,9,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/graphicfilter.po,28,91,134,0,0,2,10,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/impress.po,19,74,93,1,4,1,3,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/math.po,10,42,53,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/onlineupdate.po,2,13,18,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/quickstart.po,2,15,23,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/winexplorerext.po,2,18,28,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/writer.po,22,69,90,0,0,5,45,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/xsltfilter.po,2,6,8,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/sd/messages.po,492,1216,1708,331,579,496,1156,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/sfx2/messages.po,235,681,958,143,438,203,1107,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/starmath/messages.po,270,492,673,91,131,111,312,472,935,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/svl/messages.po,1,1,3,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/svtools/messages.po,658,1679,2243,51,168,205,764,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/svx/messages.po,1612,3680,5322,507,1195,727,2349,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/sw/messages.po,1662,2997,4514,868,1721,911,3022,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/swext/mediawiki/help.po,47,353,443,24,724,18,327,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,208,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/sysui/desktop/share.po,54,210,295,2,20,10,47,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/uui/messages.po,96,934,1164,22,166,39,454,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/vcl/messages.po,191,321,431,24,66,141,350,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/wizards/messages.po,235,992,1268,6,6,24,44,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/wizards/source/resources.po,468,1890,2345,38,234,48,162,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/writerperfect/messages.po,2,3,4,4,8,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/xmlsecurity/messages.po,21,40,56,23,128,47,256,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/accessibility/messages.po,5,9,9,0,0,6,18,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/avmedia/messages.po,17,27,23,0,0,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/basctl/messages.po,75,243,220,33,49,47,319,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/basic/messages.po,8,14,14,9,31,118,504,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/chart2/messages.po,110,158,181,198,337,312,873,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/calc/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,1,1,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/cui/messages.po,462,929,947,772,1225,1109,3404,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dbaccess/messages.po,307,1613,1282,213,639,292,2258,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/desktop/messages.po,40,160,140,15,31,107,1034,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/en/dialog.po,1,1,1,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/hu_hu/dialog.po,2,2,2,4,5,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/ru_ru/dialog.po,2,2,2,0,0,12,24,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/editeng/messages.po,198,459,510,49,141,18,56,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/extensions/messages.po,321,657,714,185,479,157,963,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/extras/source/autocorr/emoji.po,41,37,39,164,155,1370,1625,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/filter/messages.po,41,160,137,33,63,148,595,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/filter/source/config/fragments/filters.po,20,58,59,10,25,190,649,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/filter/source/config/fragments/types.po,3,10,11,4,16,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/forms/messages.po,50,278,208,1,2,7,50,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/formula/messages.po,282,285,285,70,95,86,134,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/fpicker/messages.po,25,39,47,18,52,18,72,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/framework/messages.po,8,14,16,7,15,14,181,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/librelogo/source/pythonpath.po,13,13,13,42,42,83,118,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/nlpsolver/src/locale.po,7,7,7,6,7,28,91,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/officecfg/registry/data/org/openoffice/office.po,536,625,1078,294,288,478,928,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/readlicense_oo/docs.po,7,41,43,1,1,95,2361,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/reportdesign/messages.po,68,87,97,68,116,122,414,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/sc/messages.po,1289,6997,5291,1377,3589,2020,9674,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scaddins/messages.po,260,1345,1075,192,434,449,1409,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/sccomp/messages.po,0,0,0,0,0,14,65,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/activex.po,1,2,2,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/base.po,8,40,39,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/calc.po,13,41,43,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/draw.po,11,45,41,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/graphicfilter.po,24,77,106,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/impress.po,15,59,55,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/math.po,9,39,36,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/quickstart.po,2,15,12,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/winexplorerext.po,2,18,17,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/writer.po,14,37,36,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/xsltfilter.po,0,0,0,0,0,2,6,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/sd/messages.po,323,792,784,353,603,643,1556,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/sfx2/messages.po,154,295,289,128,263,299,1668,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/starmath/messages.po,260,460,577,109,155,131,348,500,963,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/svtools/messages.po,392,854,899,99,203,423,1554,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/svx/messages.po,1161,2440,2726,600,1128,1085,3656,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/sw/messages.po,941,1630,1941,1255,2064,1245,4046,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/swext/mediawiki/help.po,7,7,8,3,5,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,9,10,11,5,5,18,166,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/sysui/desktop/share.po,31,119,125,13,64,22,94,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/uui/messages.po,12,87,67,26,87,119,1380,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/vcl/messages.po,102,131,123,70,112,184,494,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/wizards/messages.po,136,717,596,48,81,81,244,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/wizards/source/resources.po,395,1736,1471,80,193,79,357,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/xmlsecurity/messages.po,18,26,28,13,50,60,348,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/accessibility/messages.po,11,27,15,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/avmedia/messages.po,22,45,22,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/basctl/messages.po,155,611,195,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/basic/messages.po,135,549,185,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/chart2/messages.po,620,1368,749,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/messages.po,106,1047,212,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,3,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/cui/messages.po,2343,5558,2713,0,0,0,0,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dbaccess/messages.po,812,4510,1253,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/desktop/messages.po,162,1225,281,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/en/dialog.po,37,176,60,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/hu_hu/dialog.po,32,71,32,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/ru_ru/dialog.po,14,26,15,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/editeng/messages.po,265,656,320,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/extensions/messages.po,663,2099,803,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/extensions/source/update/check/org/openoffice/office.po,1,3,1,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/extras/source/autocorr/emoji.po,1575,1817,1821,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/extras/source/gallery/share.po,12,15,12,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/filter/messages.po,222,818,378,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/filter/source/config/fragments/filters.po,220,732,630,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/filter/source/config/fragments/internalgraphicfilters.po,38,139,109,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/filter/source/config/fragments/types.po,38,121,115,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/forms/messages.po,58,330,74,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/formula/messages.po,438,514,510,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/fpicker/messages.po,61,163,74,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/framework/messages.po,29,210,39,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/auxiliary.po,105,302,129,0,0,0,0,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sbasic/guide.po,103,1345,250,0,0,0,0,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sbasic/shared.po,4505,35431,11158,0,0,0,0,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc.po,187,986,239,0,0,0,0,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/scalc/guide.po,1469,21593,3430,0,0,0,0,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/schart.po,96,931,145,0,0,0,0,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sdraw.po,123,732,184,0,0,0,0,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/sdraw/guide.po,275,3072,427,0,0,0,0,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared.po,250,2308,405,0,0,0,0,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/autokorr.po,48,420,55,0,0,0,0,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/autopi.po,887,8394,1526,0,0,0,0,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/explorer/database.po,1641,18857,3199,0,0,0,0,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/guide.po,2516,36443,6557,0,0,0,0,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/help.po,78,117,90,0,0,0,0,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/menu.po,16,120,18,0,0,0,0,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/shared/optionen.po,1934,23351,4428,0,0,0,0,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/simpress.po,199,1395,257,0,0,0,0,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/simpress/guide.po,767,10282,1488,0,0,0,0,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/smath.po,60,739,126,0,0,0,0,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/smath/guide.po,104,1193,297,0,0,0,0,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter.po,336,2946,520,0,0,0,0,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter/guide.po,2144,27937,3960,0,0,0,0,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter/librelogo.po,326,3019,1817,0,0,0,0,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/helpcontent2/source/text/swriter/menu.po,17,96,17,0,0,0,0,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/librelogo/source/pythonpath.po,138,173,149,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,4,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/nlpsolver/src/locale.po,41,105,60,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/officecfg/registry/data/org/openoffice.po,9,28,18,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/officecfg/registry/data/org/openoffice/office.po,1308,1841,1605,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/readlicense_oo/docs.po,103,2403,548,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,6,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/reportdesign/messages.po,258,617,282,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/sc/messages.po,4686,20260,6195,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scaddins/messages.po,901,3188,1151,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/sccomp/messages.po,14,65,24,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/activex.po,2,16,9,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/base.po,10,44,26,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/calc.po,22,94,63,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/draw.po,41,149,127,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/extensions.po,16,65,27,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/gnome.po,2,11,8,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/graphicfilter.po,30,101,73,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/impress.po,21,81,58,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/math.po,10,42,26,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/onlineupdate.po,2,13,4,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/python.po,2,7,7,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/quickstart.po,2,15,5,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/winexplorerext.po,2,18,8,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/writer.po,27,114,71,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/sd/messages.po,1319,2951,1455,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/sfx2/messages.po,581,2226,777,0,0,0,0,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/starmath/messages.po,505,968,592,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/svtools/messages.po,914,2611,1728,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/svx/messages.po,2846,7224,3731,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/sw/messages.po,3441,7740,4106,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/swext/mediawiki/help.po,89,1404,259,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,65,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/sysui/desktop/share.po,66,277,176,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/uui/messages.po,157,1554,349,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/vcl/messages.po,356,737,433,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/wizards/messages.po,265,1042,291,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/wizards/source/resources.po,554,2286,685,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/writerperfect/messages.po,30,65,56,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/xmlsecurity/messages.po,91,424,128,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/accessibility/messages.po,11,27,15,0,0,0,0,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/avmedia/messages.po,22,45,22,0,0,0,0,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/basctl/messages.po,155,611,192,0,0,0,0,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/basic/messages.po,135,549,199,0,0,0,0,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/chart2/messages.po,620,1368,771,0,0,0,0,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/messages.po,106,1047,155,0,0,0,0,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/ado/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,3,5,5,0,0,0,0,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,2,4,4,0,0,0,0,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,2,3,3,0,0,0,0,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/macab/org/openoffice/office/dataaccess.po,1,5,4,0,0,0,0,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/mork/org/openoffice/office/dataaccess.po,1,3,2,0,0,0,0,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,3,6,6,0,0,0,0,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/connectivity/registry/writer/org/openoffice/office/dataaccess.po,1,2,2,0,0,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/cui/messages.po,2342,5554,2656,0,0,1,4,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dbaccess/messages.po,812,4510,1189,0,0,0,0,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/desktop/messages.po,162,1225,292,0,0,0,0,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/en/dialog.po,37,176,59,0,0,0,0,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/en/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/hu_hu/dialog.po,32,71,32,0,0,0,0,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,2,5,2,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/pt_br/dialog.po,2,5,3,0,0,0,0,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/ru_ru/dialog.po,14,26,15,0,0,0,0,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,2,5,3,0,0,0,0,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/editeng/messages.po,265,656,313,0,0,0,0,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/extensions/messages.po,663,2099,793,0,0,0,0,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/extensions/source/update/check/org/openoffice/office.po,1,3,1,0,0,0,0,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/extras/source/autocorr/emoji.po,1575,1817,1558,0,0,0,0,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/extras/source/gallery/share.po,12,15,12,0,0,0,0,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/filter/messages.po,222,818,349,0,0,0,0,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/filter/source/config/fragments/filters.po,220,732,607,0,0,0,0,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/filter/source/config/fragments/internalgraphicfilters.po,38,139,103,0,0,0,0,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/filter/source/config/fragments/types.po,38,121,114,0,0,0,0,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/forms/messages.po,58,330,75,0,0,0,0,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/formula/messages.po,438,514,508,0,0,0,0,438,514,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/fpicker/messages.po,61,163,71,0,0,0,0,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/framework/messages.po,29,210,39,0,0,0,0,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/auxiliary.po,93,268,103,0,0,12,34,105,302,auxiliary.po,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sbasic/guide.po,90,1191,255,0,0,13,154,103,1345,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sbasic/shared.po,3531,29394,9244,1,2,973,6035,4505,35431,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc.po,181,956,259,0,0,6,30,187,986,scalc.po,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc/guide.po,1305,18082,3673,0,0,164,3511,1469,21593,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/schart.po,88,796,141,0,0,8,135,96,931,schart.po,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sdraw.po,120,718,179,0,0,3,14,123,732,sdraw.po,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sdraw/guide.po,261,2793,533,0,0,14,279,275,3072,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared.po,219,1966,386,0,0,31,342,250,2308,shared.po,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/autokorr.po,47,403,81,0,0,1,17,48,420,autokorr.po,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/autopi.po,741,6458,1403,0,0,146,1936,887,8394,autopi.po,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/explorer/database.po,1445,14199,3038,0,0,196,4658,1641,18857,database.po,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/guide.po,2045,28172,5724,0,0,471,8271,2516,36443,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/help.po,0,0,0,0,0,78,117,78,117,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/menu.po,0,0,0,0,0,16,120,16,120,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/optionen.po,1232,11226,2639,0,0,702,12125,1934,23351,optionen.po,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress.po,187,1324,272,0,0,12,71,199,1395,simpress.po,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress/guide.po,604,7948,1491,0,0,163,2334,767,10282,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath.po,57,613,121,0,0,3,126,60,739,smath.po,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/guide.po,95,1030,308,0,0,9,163,104,1193,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter.po,222,1453,323,0,0,114,1493,336,2946,swriter.po,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/guide.po,1889,23164,4698,0,0,255,4773,2144,27937,guide.po,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/librelogo.po,139,880,402,1,1,186,2138,326,3019,librelogo.po,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/menu.po,6,13,6,0,0,11,83,17,96,menu.po,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/librelogo/source/pythonpath.po,138,173,148,0,0,0,0,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,2,21,4,0,0,0,0,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/nlpsolver/src/locale.po,41,105,54,0,0,0,0,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/officecfg/registry/data/org/openoffice.po,9,28,9,0,0,0,0,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/officecfg/registry/data/org/openoffice/office.po,1308,1841,1451,0,0,0,0,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/readlicense_oo/docs.po,103,2403,530,0,0,0,0,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/reportbuilder/java/org/libreoffice/report/function/metadata.po,6,20,6,0,0,0,0,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/reportdesign/messages.po,258,617,280,0,0,0,0,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/sc/messages.po,4686,20260,6279,0,0,0,0,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scaddins/messages.po,901,3188,1116,0,0,0,0,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/sccomp/messages.po,14,65,26,0,0,0,0,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/activex.po,2,16,9,0,0,0,0,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/base.po,10,44,26,0,0,0,0,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/calc.po,22,94,62,0,0,0,0,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/draw.po,41,149,90,0,0,0,0,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/extensions.po,16,65,26,0,0,0,0,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/gnome.po,2,11,7,0,0,0,0,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/graphicfilter.po,30,101,69,0,0,0,0,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/impress.po,21,81,55,0,0,0,0,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/math.po,10,42,26,0,0,0,0,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/onlineupdate.po,2,13,4,0,0,0,0,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/python.po,2,7,6,0,0,0,0,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/quickstart.po,2,15,5,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/winexplorerext.po,2,18,7,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/writer.po,27,114,72,0,0,0,0,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/xsltfilter.po,2,6,4,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/sd/messages.po,1319,2951,1459,0,0,0,0,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/sfx2/messages.po,580,2116,735,0,0,1,110,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/starmath/messages.po,505,968,545,0,0,0,0,505,968,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/svl/messages.po,1,1,1,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/svtools/messages.po,914,2611,1519,0,0,0,0,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/svx/messages.po,2846,7224,3597,0,0,0,0,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/sw/messages.po,3441,7740,4011,0,0,0,0,3441,7740,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/swext/mediawiki/help.po,89,1404,320,0,0,0,0,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/swext/mediawiki/src/registry/data/org/openoffice/office.po,2,3,3,0,0,0,0,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,32,181,56,0,0,0,0,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/sysui/desktop/share.po,66,277,172,0,0,0,0,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/uui/messages.po,157,1554,330,0,0,0,0,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/vcl/messages.po,356,737,430,0,0,0,0,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/wizards/messages.po,265,1042,279,0,0,0,0,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/wizards/source/resources.po,554,2286,638,0,0,0,0,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/writerperfect/messages.po,30,65,56,0,0,0,0,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/xmlsecurity/messages.po,91,424,129,0,0,0,0,91,424,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/accessibility/messages.po,6,11,11,1,2,4,14,11,27,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/avmedia/messages.po,15,24,20,2,3,5,18,22,45,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/basctl/messages.po,96,338,271,32,44,27,229,155,611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/basic/messages.po,8,14,11,9,31,118,504,135,549,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/chart2/messages.po,152,233,244,181,317,287,818,620,1368,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/messages.po,0,0,0,8,56,98,991,106,1047,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/ado/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/calc/org/openoffice/office/dataaccess.po,1,1,2,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/dbase/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/evoab2/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,5,3,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/firebird/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,4,2,4,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/flat/org/openoffice/office/dataaccess.po,1,1,1,0,0,0,0,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/hsqldb/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,2,3,2,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/macab/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,5,1,5,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/mork/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,3,1,3,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/mysql_jdbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,3,6,3,6,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/mysqlc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,2,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/odbc/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/postgresql/org/openoffice/office/dataaccess.po,0,0,0,0,0,1,1,1,1,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/cui/messages.po,537,1052,1033,724,1187,1082,3319,2343,5558,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dbaccess/messages.po,317,1831,1313,217,656,278,2023,812,4510,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/desktop/messages.po,42,166,140,15,30,105,1029,162,1225,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/en/dialog.po,1,1,1,2,3,34,172,37,176,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/en/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hu_hu/dialog.po,1,1,1,5,6,26,64,32,71,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hu_hu/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pt_br/dialog.po,0,0,0,1,2,1,3,2,5,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pt_br/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ru_ru/dialog.po,3,3,3,0,0,11,23,14,26,dialog.po,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ru_ru/dialog/registry/data/org/openoffice/office.po,0,0,0,1,2,1,3,2,5,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/editeng/messages.po,201,471,451,50,143,14,42,265,656,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/extensions/messages.po,333,705,710,180,486,150,908,663,2099,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/extensions/source/update/check/org/openoffice/office.po,0,0,0,0,0,1,3,1,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/extras/source/autocorr/emoji.po,42,38,38,170,161,1363,1618,1575,1817,emoji.po,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/extras/source/gallery/share.po,6,8,8,1,1,5,6,12,15,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/messages.po,43,163,128,33,67,146,588,222,818,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/filters.po,20,58,55,9,24,191,650,220,732,filters.po,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/forms/messages.po,50,278,201,1,2,7,50,58,330,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/formula/messages.po,275,278,281,88,113,74,122,437,513,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/fpicker/messages.po,23,36,39,20,55,18,72,61,163,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/framework/messages.po,11,27,26,7,15,11,168,29,210,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/librelogo/source/pythonpath.po,13,13,13,44,44,81,116,138,173,pythonpath.po,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/nlpsolver/src/locale.po,8,8,8,7,8,26,89,41,105,locale.po,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/officecfg/registry/data/org/openoffice/office.po,728,817,1456,206,200,374,824,1308,1841,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/readlicense_oo/docs.po,7,41,40,1,1,95,2361,103,2403,docs.po,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/reportdesign/messages.po,77,98,110,62,110,119,409,258,617,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sc/messages.po,1391,7256,4981,1376,3766,1919,9238,4686,20260,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scaddins/messages.po,265,1350,1076,187,429,449,1409,901,3188,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sccomp/messages.po,1,3,3,1,4,12,58,14,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/base.po,8,40,44,0,0,2,4,10,44,base.po,,base, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/calc.po,13,41,44,4,33,5,20,22,94,calc.po,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/draw.po,11,45,45,1,5,29,99,41,149,draw.po,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/graphicfilter.po,24,77,105,2,6,4,18,30,101,graphicfilter.po,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/impress.po,15,59,62,2,8,4,14,21,81,impress.po,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/math.po,9,39,41,0,0,1,3,10,42,math.po,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/writer.po,14,37,39,2,7,11,70,27,114,writer.po,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sd/messages.po,424,1135,987,338,584,557,1232,1319,2951,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sfx2/messages.po,186,545,460,146,445,249,1236,581,2226,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/starmath/messages.po,262,463,487,110,156,130,346,502,965,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/svl/messages.po,1,1,2,0,0,0,0,1,1,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/svtools/messages.po,557,1127,1114,74,181,283,1303,914,2611,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/svx/messages.po,1282,2787,2778,595,1200,969,3237,2846,7224,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sw/messages.po,1142,1948,2121,1172,2185,1126,3606,3440,7739,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/help.po,7,7,8,3,5,79,1392,89,1404,help.po,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,10,11,13,4,4,18,166,32,181,custom.po,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sysui/desktop/share.po,33,121,120,12,64,21,92,66,277,share.po,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/uui/messages.po,13,91,63,31,107,113,1356,157,1554,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/vcl/messages.po,158,263,261,52,103,146,371,356,737,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/wizards/messages.po,144,725,565,41,74,80,243,265,1042,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/wizards/source/resources.po,420,1798,1407,56,132,78,356,554,2286,resources.po,,resources, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/writerperfect/messages.po,1,1,1,5,10,24,54,30,65,messages.po,,messages, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/xmlsecurity/messages.po,18,26,29,14,52,59,346,91,424,messages.po,,messages, -lvm2-2.02.183-3.fc30.src.rpm.stats.csv,po/lvm2.po,0,0,0,0,0,1556,9826,1556,9826,lvm2.po,,lvm2, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/ja/lc_messages/zenmap.mo,474,3393,1203,0,0,0,0,474,3393,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/ru/lc_messages/zenmap.mo,365,1860,1602,0,0,0,0,365,1860,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/it/lc_messages/zenmap.mo,481,3518,3743,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/de/lc_messages/zenmap.mo,481,3518,3425,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/pl/lc_messages/zenmap.mo,480,3521,3249,0,0,0,0,480,3521,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/hr/lc_messages/zenmap.mo,269,1053,1006,0,0,0,0,269,1053,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/fr/lc_messages/zenmap.mo,481,3518,4019,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/zh/lc_messages/zenmap.mo,481,3523,642,0,0,0,0,481,3523,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/es/lc_messages/zenmap.mo,481,3518,3880,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/hi/lc_messages/zenmap.mo,481,3518,3386,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br/lc_messages/zenmap.mo,85,165,194,0,0,0,0,85,165,zenmap.mo,,zenmap, -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/ru_ru/lc_messages/humanize.po,52,97,110,0,0,0,0,52,97,humanize.po,,humanize, -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/ru_ru/lc_messages/humanize.mo,52,97,110,0,0,0,0,52,97,humanize.mo,,humanize, -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/ko_kr/lc_messages/humanize.po,33,78,54,19,19,0,0,52,97,humanize.po,,humanize, -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/ko_kr/lc_messages/humanize.mo,33,78,54,0,0,0,0,33,78,humanize.mo,,humanize, -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.po,32,77,83,20,20,0,0,52,97,humanize.po,,humanize, -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.mo,32,77,83,0,0,0,0,32,77,humanize.mo,,humanize, -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/messages.po,0,0,0,0,0,19,35,19,35,messages.po,,messages, -qt-4.8.7-47.fc30.src.rpm.stats.csv,demos/declarative/photoviewer/qml/photoviewer/i18n/base.ts,0,0,0,0,0,4,4,4,4,base.ts,,base, -qt-4.8.7-47.fc30.src.rpm.stats.csv,examples/declarative/i18n/qml/i18n/base.ts,0,0,0,0,0,1,1,1,1,base.ts,,base, -qt-4.8.7-47.fc30.src.rpm.stats.csv,examples/declarative/i18n/qml/i18n/qml_en_au.ts,1,1,1,0,0,0,0,1,1,qml_en_au.ts,,qml_en,au -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/qml_en_au.ts,1,1,1,0,0,0,0,1,1,qml_en_au.ts,,qml_en,au -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/base.ts,0,0,0,0,0,1,1,1,1,base.ts,,base, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/de/lc_messages/options.mo,55,323,265,0,0,0,0,55,323,options.mo,,options, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/ca/lc_messages/options.mo,69,415,547,0,0,0,0,69,415,options.mo,,options, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/es/lc_messages/options.mo,69,415,537,0,0,0,0,69,415,options.mo,,options, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/fr/lc_messages/options.mo,47,244,276,0,0,0,0,47,244,options.mo,,options, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/nl/lc_messages/options.mo,47,244,252,0,0,0,0,47,244,options.mo,,options, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/sv/lc_messages/options.mo,47,244,196,0,0,0,0,47,244,options.mo,,options, -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/messages.po,0,0,0,0,0,18,33,18,33,messages.po,,messages, diff --git a/results/f30/0.error.len(territory)>2.csv b/results/f30/0.error.len(territory)>2.csv deleted file mode 100644 index f9142f3..0000000 --- a/results/f30/0.error.len(territory)>2.csv +++ /dev/null @@ -1,127 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/zh_hant.po,115,258,115,0,0,0,0,115,258,zh_hant.po,,zh,hant -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/instsetoo_native/inc_openoffice/windows/msi_languages.po,196,432,408,3,11,358,3911,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po,528,3988,4028,7,96,22,270,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4033,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po,30,30,30,5,5,522,4319,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po,550,4294,3698,0,0,7,60,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,4542,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,4196,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/instsetoo_native/inc_openoffice/windows/msi_languages.po,7,23,25,35,41,515,4290,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po,550,4294,3888,0,0,7,60,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4461,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/instsetoo_native/inc_openoffice/windows/msi_languages.po,544,4201,4369,4,62,9,91,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po,531,4040,4191,8,98,18,216,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po,16,30,30,96,114,445,4210,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po,544,4201,4785,5,78,8,75,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po,529,4026,3991,7,96,21,232,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,3911,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,4745,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,5015,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3784,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4528,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3946,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4451,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po,529,4034,5195,8,98,18,216,555,4348,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4363,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po,521,4009,1599,14,120,20,219,555,4348,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4571,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4352,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/instsetoo_native/inc_openoffice/windows/msi_languages.po,531,4040,4040,8,98,18,216,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4284,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4930,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3400,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3496,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po,103,326,397,74,155,380,3873,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po,555,4334,3293,0,0,2,20,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4767,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4839,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4909,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,5715,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4767,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,4722,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,4105,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po,547,4227,3704,3,67,7,60,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,5110,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po,556,4339,3926,0,0,1,15,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4333,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4069,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4078,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4513,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4917,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,1232,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/instsetoo_native/inc_openoffice/windows/msi_languages.po,31,31,31,5,5,521,4318,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po,96,110,114,8,14,451,4224,555,4348,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/instsetoo_native/inc_openoffice/windows/msi_languages.po,556,4351,4364,0,0,0,0,556,4351,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3609,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/instsetoo_native/inc_openoffice/windows/msi_languages.po,8,8,8,27,31,522,4315,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,2186,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/instsetoo_native/inc_openoffice/windows/msi_languages.po,526,4025,4712,10,105,19,218,555,4348,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,3572,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3535,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po,528,4023,3933,8,98,20,230,556,4351,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po,522,3954,4824,7,96,24,292,553,4342,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/instsetoo_native/inc_openoffice/windows/msi_languages.po,2,2,2,0,0,555,4352,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po,44,58,58,58,66,455,4230,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po,555,4334,1399,0,0,2,20,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po,556,4339,3550,0,0,1,15,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3664,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po,527,4018,4442,9,104,21,232,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po,531,4040,4218,7,96,19,218,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po,536,4136,3255,5,78,12,128,553,4342,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po,529,4036,3733,9,100,19,218,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po,529,4034,3849,8,98,18,216,555,4348,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po,539,4145,4388,5,78,12,128,556,4351,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po,532,4057,2345,5,78,20,219,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4003,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po,532,4018,4030,5,78,20,258,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4560,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4001,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po,374,3385,2573,90,232,93,737,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po,528,3988,5330,7,96,22,270,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po,548,4214,4637,4,74,5,66,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po,538,4102,3637,6,104,13,148,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,3743,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/instsetoo_native/inc_openoffice/windows/msi_languages.po,541,4153,4688,5,78,11,123,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3934,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4780,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4650,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po,544,4201,4257,5,78,8,75,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3616,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po,530,4038,3570,7,96,20,220,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/instsetoo_native/inc_openoffice/windows/msi_languages.po,531,4040,3043,8,98,18,216,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/instsetoo_native/inc_openoffice/windows/msi_languages.po,0,0,0,0,0,557,4354,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po,531,4040,9141,8,98,18,216,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po,529,4034,4565,8,98,18,216,555,4348,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po,533,4058,4051,5,78,19,218,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,3138,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4027,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4067,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po,520,3956,4475,7,119,29,276,556,4351,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/instsetoo_native/inc_openoffice/windows/msi_languages.po,434,3859,3452,117,398,6,81,557,4338,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/instsetoo_native/inc_openoffice/windows/msi_languages.po,434,3859,3452,117,398,6,81,557,4338,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po,368,3379,2605,96,238,93,737,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po,374,3385,4517,90,232,93,737,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,4136,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/instsetoo_native/inc_openoffice/windows/msi_languages.po,529,4019,3989,7,96,21,239,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/instsetoo_native/inc_openoffice/windows/msi_languages.po,0,0,0,0,0,557,4354,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po,541,4153,3281,5,78,11,123,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,3316,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po,530,4038,4019,7,96,20,220,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po,540,4148,1272,5,78,12,128,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/instsetoo_native/inc_openoffice/windows/msi_languages.po,1,1,1,1,1,555,4352,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po,45,59,68,57,68,455,4227,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3672,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po,374,3385,4248,90,232,93,737,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po,38,39,39,50,55,469,4260,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po,541,4153,3466,5,78,11,123,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,3629,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/instsetoo_native/inc_openoffice/windows/msi_languages.po,10,23,29,0,0,547,4331,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po,433,2531,2102,4,43,120,1780,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po,374,3385,4465,90,232,93,737,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/instsetoo_native/inc_openoffice/windows/msi_languages.po,556,4339,5242,0,0,1,15,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po,538,4102,5731,5,78,14,174,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po,374,3385,2852,90,232,93,737,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,1161,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/instsetoo_native/inc_openoffice/windows/msi_languages.po,557,4354,1087,0,0,0,0,557,4354,msi_languages.po,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po,376,3387,2951,90,232,91,735,557,4354,msi_languages.po,,msi,languages diff --git a/results/f30/0.error.no population for this language-territory couple.csv b/results/f30/0.error.no population for this language-territory couple.csv deleted file mode 100644 index 460c23f..0000000 --- a/results/f30/0.error.no population for this language-territory couple.csv +++ /dev/null @@ -1,75 +0,0 @@ -language,territory,terr -pt,br, -zh,cn, -zh,tw, -zh,hk, -ru,ru, -en,us, -en,gb, -de,ch, -bn,in, -kw,gb, -en,ca, -en,nz, -en,au, -az,ir, -sl,si, -pt,pt, -ta,in, -pl,pl, -es,ve, -es,uy, -es,sv, -es,pr, -es,pe, -es,pa, -es,ni, -es,mx, -es,hn, -es,gt, -es,es, -es,ec, -es,do, -es,cr, -es,co, -es,cl, -es,ar, -af,za, -an,es, -be,by, -bg,bg, -bn,bd, -br,fr, -bs,ba, -cs,cz, -da,dk, -el,gr, -et,ee, -fr,fr, -gd,gb, -gu,in, -he,il, -hi,in, -hr,hr, -hu,hu, -it,it, -lo,la, -lt,lt, -lv,lv, -ne,np, -nl,nl, -oc,fr, -si,lk, -sk,sk, -sq,al, -sv,se, -sw,tz, -te,in, -th,th, -tr,tr, -uk,ua, -zu,za, -tt,ru, -ur,pk, -vi,vn, -de,de, diff --git a/results/f30/1.debug.lang.csv b/results/f30/1.debug.lang.csv deleted file mode 100644 index a516b51..0000000 --- a/results/f30/1.debug.lang.csv +++ /dev/null @@ -1,330 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -avahi-0.7-18.fc30.src.rpm.stats.csv,po/en_nz.po,152,758,758,11,89,5,21,168,868,en_nz.po,en_nz,en_nz,,en,nz -boost-1.69.0-6.fc30.src.rpm.stats.csv,tools/build/example/gettext/russian.po,1,1,2,0,0,0,0,1,1,russian.po,russian,russian,,russian, -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ts.po,320,1589,1886,0,0,0,0,320,1589,ts.po,ts,ts,,ts, -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/nhn.po,2,4,4,0,0,0,0,2,4,nhn.po,nhn,nhn,,nhn, -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/szl.po,39,103,93,0,0,0,0,39,103,szl.po,szl,szl,,szl, -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,808,2417,821,2432,az_ir.po,az_ir,az_ir,,az,ir -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/guc.po,3,8,10,0,0,0,0,3,8,guc.po,guc,guc,,guc, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/son.po,212,262,266,0,0,208,724,420,986,son.po,son,son,,son, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pi.po,162,187,176,0,0,258,799,420,986,pi.po,pi,pi,,pi, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pap.po,0,0,0,182,226,238,760,420,986,pap.po,pap,pap,,pap, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nv.po,86,112,260,0,0,334,874,420,986,nv.po,nv,nv,,nv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nah.po,183,235,223,0,0,237,751,420,986,nah.po,nah,nah,,nah, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/na.po,151,187,178,0,0,269,799,420,986,na.po,na,na,,na, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mo.po,27,31,31,0,0,393,955,420,986,mo.po,mo,mo,,mo, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kv.po,109,133,128,0,0,311,853,420,986,kv.po,kv,kv,,kv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kl.po,0,0,0,96,115,324,871,420,986,kl.po,kl,kl,,kl, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ki.po,115,145,141,0,0,305,841,420,986,ki.po,ki,ki,,ki, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kab.po,139,174,170,0,0,281,812,420,986,kab.po,kab,kab,,kab, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/jam.po,192,252,243,0,0,228,734,420,986,jam.po,jam,jam,,jam, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/iu.po,26,33,29,0,0,394,953,420,986,iu.po,iu,iu,,iu, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/gn.po,210,258,258,2,4,208,724,420,986,gn.po,gn,gn,,gn, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ff.po,82,96,86,0,0,338,890,420,986,ff.po,ff,ff,,ff, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ee.po,0,0,0,148,190,272,796,420,986,ee.po,ee,ee,,ee, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/dv.po,204,277,259,0,0,216,709,420,986,dv.po,dv,dv,,dv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/cv.po,202,278,269,0,0,218,708,420,986,cv.po,cv,cv,,cv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ckb.po,192,256,242,0,0,228,730,420,986,ckb.po,ckb,ckb,,ckb, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/chr.po,100,120,114,0,0,320,866,420,986,chr.po,chr,chr,,chr, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ch.po,23,31,25,0,0,397,955,420,986,ch.po,ch,ch,,ch, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bi.po,0,0,0,79,95,341,891,420,986,bi.po,bi,bi,,bi, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bar.po,153,200,188,0,0,267,786,420,986,bar.po,bar,bar,,bar, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ba.po,0,0,0,200,271,220,715,420,986,ba.po,ba,ba,,ba, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ay.po,0,0,0,68,91,352,895,420,986,ay.po,ay,ay,,ay, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ak.po,0,0,0,41,55,379,931,420,986,ak.po,ak,ak,,ak, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ace.po,0,0,0,178,228,242,758,420,986,ace.po,ace,ace,,ace, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ab.po,0,0,0,48,64,372,922,420,986,ab.po,ab,ab,,ab, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/wal.po,1,2,2,4,15,26,87,31,104,wal.po,wal,wal,,wal, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sw.po,0,0,0,2,5,29,99,31,104,sw.po,sw,sw,,sw, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/so.po,0,0,0,8,35,23,69,31,104,so.po,so,so,,so, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/haw.po,0,0,0,0,0,31,104,31,104,haw.po,haw,haw,,haw, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ve.po,40,40,42,4327,5593,4878,8215,9245,13848,ve.po,ve,ve,,ve, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tt.po,149,155,156,3305,4421,5791,9272,9245,13848,tt.po,tt,tt,,tt, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tig.po,120,123,120,2922,3857,6203,9868,9245,13848,tig.po,tig,tig,,tig, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ti.po,121,124,121,2921,3856,6203,9868,9245,13848,ti.po,ti,ti,,ti, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/mt.po,239,261,264,4890,6429,4116,7158,9245,13848,mt.po,mt,mt,,mt, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/kok.po,119,124,122,2925,3904,6201,9820,9245,13848,kok.po,kok,kok,,kok, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/gez.po,120,123,120,2922,3857,6203,9868,9245,13848,gez.po,gez,gez,,gez, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/byn.po,120,123,120,2922,3857,6203,9868,9245,13848,byn.po,byn,byn,,byn, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/zh_hant.po,115,258,115,0,0,0,0,115,258,zh_hant.po,zh_hant,zh_hant,,zh,hant -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/sc.po,115,258,269,0,0,0,0,115,258,sc.po,sc,sc,,sc, -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/gr.po,162,1063,1170,72,714,41,653,275,2430,gr.po,gr,gr,,gr, -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ta_in.po,4,59,39,3,11,5,13,12,83,ta_in.po,ta_in,ta_in,,ta,in -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/en_au.po,1172,6930,6930,5,47,0,0,1177,6977,en_au.po,en_au,en_au,,en,au -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ve.po,235,664,735,0,0,0,0,235,664,es_ve.po,es_ve,es_ve,,es,ve -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_uy.po,235,664,735,0,0,0,0,235,664,es_uy.po,es_uy,es_uy,,es,uy -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_sv.po,235,664,735,0,0,0,0,235,664,es_sv.po,es_sv,es_sv,,es,sv -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pr.po,235,664,735,0,0,0,0,235,664,es_pr.po,es_pr,es_pr,,es,pr -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pe.po,235,664,735,0,0,0,0,235,664,es_pe.po,es_pe,es_pe,,es,pe -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pa.po,235,664,735,0,0,0,0,235,664,es_pa.po,es_pa,es_pa,,es,pa -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ni.po,235,664,735,0,0,0,0,235,664,es_ni.po,es_ni,es_ni,,es,ni -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_hn.po,235,664,735,0,0,0,0,235,664,es_hn.po,es_hn,es_hn,,es,hn -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_gt.po,235,664,735,0,0,0,0,235,664,es_gt.po,es_gt,es_gt,,es,gt -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ec.po,235,664,735,0,0,0,0,235,664,es_ec.po,es_ec,es_ec,,es,ec -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_do.po,235,664,735,0,0,0,0,235,664,es_do.po,es_do,es_do,,es,do -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_cr.po,235,664,735,0,0,0,0,235,664,es_cr.po,es_cr,es_cr,,es,cr -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_co.po,235,664,735,0,0,0,0,235,664,es_co.po,es_co,es_co,,es,co -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/auxiliary.po,93,268,103,0,0,12,34,105,302,auxiliary.po,auxiliary,auxiliary,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,03,03,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc.po,181,956,259,0,0,6,30,187,986,scalc.po,scalc,scalc,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/schart.po,88,796,141,0,0,8,135,96,931,schart.po,schart,schart,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sdraw.po,120,718,179,0,0,3,14,123,732,sdraw.po,sdraw,sdraw,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared.po,219,1966,386,0,0,31,342,250,2308,shared.po,shared,shared,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/05.po,107,1112,174,0,0,89,1228,196,2340,05.po,05,05,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/07.po,4,29,9,0,0,3,53,7,82,07.po,07,07,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/autokorr.po,47,403,81,0,0,1,17,48,420,autokorr.po,autokorr,autokorr,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/autopi.po,741,6458,1403,0,0,146,1936,887,8394,autopi.po,autopi,autopi,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/explorer/database.po,1445,14199,3038,0,0,196,4658,1641,18857,database.po,database,database,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/optionen.po,1232,11226,2639,0,0,702,12125,1934,23351,optionen.po,optionen,optionen,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress.po,187,1324,272,0,0,12,71,199,1395,simpress.po,simpress,simpress,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath.po,57,613,121,0,0,3,126,60,739,smath.po,smath,smath,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,06,06,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter.po,222,1453,323,0,0,114,1493,336,2946,swriter.po,swriter,swriter,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/00.po,214,1080,558,0,0,96,738,310,1818,00.po,00,00,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/01.po,2669,24832,4110,0,0,677,8961,3346,33793,01.po,01,01,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/02.po,370,2480,616,0,0,56,570,426,3050,02.po,02,02,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/04.po,247,1206,323,0,0,7,70,254,1276,04.po,04,04,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/guide.po,1889,23164,4698,0,0,255,4773,2144,27937,guide.po,guide,guide,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/librelogo.po,139,880,402,1,1,186,2138,326,3019,librelogo.po,librelogo,librelogo,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/menu.po,6,13,6,0,0,11,83,17,96,menu.po,menu,menu,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,dataaccess,dataaccess,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/af_za.po,0,0,0,0,0,1,6,1,6,af_za.po,af_za,af_za,,af,za -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/an_es.po,0,0,0,0,0,1,3,1,3,an_es.po,an_es,an_es,,an,es -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/be_by.po,0,0,0,0,0,1,3,1,3,be_by.po,be_by,be_by,,be,by -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bg_bg.po,0,0,0,0,0,1,7,1,7,bg_bg.po,bg_bg,bg_bg,,bg,bg -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/br_fr.po,0,0,0,0,0,1,3,1,3,br_fr.po,br_fr,br_fr,,br,fr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bs_ba.po,0,0,0,0,0,1,3,1,3,bs_ba.po,bs_ba,bs_ba,,bs,ba -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/cs_cz.po,0,0,0,0,0,1,8,1,8,cs_cz.po,cs_cz,cs_cz,,cs,cz -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/da_dk.po,0,0,0,0,0,1,7,1,7,da_dk.po,da_dk,da_dk,,da,dk -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/el_gr.po,0,0,0,0,0,1,6,1,6,el_gr.po,el_gr,el_gr,,el,gr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/gd_gb.po,0,0,0,0,0,1,4,1,4,gd_gb.po,gd_gb,gd_gb,,gd,gb -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/gu_in.po,0,0,0,0,0,1,3,1,3,gu_in.po,gu_in,gu_in,,gu,in -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/gug.po,0,0,0,0,0,1,5,1,5,gug.po,gug,gug,,gug, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/he_il.po,0,0,0,0,0,1,3,1,3,he_il.po,he_il,he_il,,he,il -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hi_in.po,0,0,0,0,0,1,3,1,3,hi_in.po,hi_in,hi_in,,hi,in -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hr_hr.po,0,0,0,0,0,1,6,1,6,hr_hr.po,hr_hr,hr_hr,,hr,hr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hu_hu.po,0,0,0,0,0,1,9,1,9,hu_hu.po,hu_hu,hu_hu,,hu,hu -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/it_it.po,0,0,0,0,0,1,7,1,7,it_it.po,it_it,it_it,,it,it -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/kmr_latn.po,0,0,0,0,0,1,4,1,4,kmr_latn.po,kmr@latn,kmr,latn,kmr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/lo_la.po,0,0,0,0,0,1,3,1,3,lo_la.po,lo_la,lo_la,,lo,la -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ne_np.po,0,0,0,0,0,1,5,1,5,ne_np.po,ne_np,ne_np,,ne,np -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/nl_nl.po,0,0,0,0,0,1,6,1,6,nl_nl.po,nl_nl,nl_nl,,nl,nl -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/oc_fr.po,0,0,0,0,0,1,3,1,3,oc_fr.po,oc_fr,oc_fr,,oc,fr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pl_pl.po,0,0,0,0,0,1,7,1,7,pl_pl.po,pl_pl,pl_pl,,pl,pl -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pt_pt.po,0,0,0,0,0,1,8,1,8,pt_pt.po,pt_pt,pt_pt,,pt,pt -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ru_ru/dialog.po,3,3,3,0,0,11,23,14,26,dialog.po,dialog,dialog,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sk_sk.po,0,0,0,0,0,1,7,1,7,sk_sk.po,sk_sk,sk_sk,,sk,sk -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sl_si.po,0,0,0,0,0,1,7,1,7,sl_si.po,sl_si,sl_si,,sl,si -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sq_al.po,0,0,0,0,0,1,3,1,3,sq_al.po,sq_al,sq_al,,sq,al -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sv_se.po,0,0,0,0,0,1,2,1,2,sv_se.po,sv_se,sv_se,,sv,se -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sw_tz.po,0,0,0,0,0,1,3,1,3,sw_tz.po,sw_tz,sw_tz,,sw,tz -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/te_in.po,0,0,0,0,0,1,6,1,6,te_in.po,te_in,te_in,,te,in -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/th_th.po,0,0,0,0,0,1,3,1,3,th_th.po,th_th,th_th,,th,th -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/tr_tr.po,0,0,0,0,0,1,3,1,3,tr_tr.po,tr_tr,tr_tr,,tr,tr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/uk_ua.po,0,0,0,0,0,1,7,1,7,uk_ua.po,uk_ua,uk_ua,,uk,ua -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/zu_za.po,0,0,0,0,0,1,3,1,3,zu_za.po,zu_za,zu_za,,zu,za -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/extras/source/autocorr/emoji.po,42,38,38,170,161,1363,1618,1575,1817,emoji.po,emoji,emoji,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/filters.po,20,58,55,9,24,191,650,220,732,filters.po,filters,filters,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,internalgraphicfilters,internalgraphicfilters,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,types,types,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po,376,3387,2951,90,232,91,735,557,4354,msi_languages.po,msi_languages,msi_languages,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/librelogo/source/pythonpath.po,13,13,13,44,44,81,116,138,173,pythonpath.po,pythonpath,pythonpath,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,nlpsolver,nlpsolver,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/nlpsolver/src/locale.po,8,8,8,7,8,26,89,41,105,locale.po,locale,locale,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,openoffice,openoffice,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/officecfg/registry/data/org/openoffice/office/ui.po,1526,3214,3216,970,1665,1181,2843,3677,7722,ui.po,ui,ui,,ui, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/readlicense_oo/docs.po,7,41,40,1,1,95,2361,103,2403,docs.po,docs,docs,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,metadata,metadata,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,activex,activex,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/calc.po,13,41,44,4,33,5,20,22,94,calc.po,calc,calc,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/draw.po,11,45,45,1,5,29,99,41,149,draw.po,draw,draw,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,extensions,extensions,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,gnome,gnome,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/graphicfilter.po,24,77,105,2,6,4,18,30,101,graphicfilter.po,graphicfilter,graphicfilter,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/impress.po,15,59,62,2,8,4,14,21,81,impress.po,impress,impress,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,kde,kde,,kde, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/math.po,9,39,41,0,0,1,3,10,42,math.po,math,math,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,onlineupdate,onlineupdate,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/ooo.po,203,261,263,126,683,253,1080,582,2024,ooo.po,ooo,ooo,,ooo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,python,python,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,quickstart,quickstart,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,winexplorerext,winexplorerext,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/writer.po,14,37,39,2,7,11,70,27,114,writer.po,writer,writer,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,xsltfilter,xsltfilter,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/setup_native/source/mac.po,11,44,31,0,0,12,87,23,131,mac.po,mac,mac,,mac, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/shell/source/win32/shlxthandler/res.po,37,45,47,0,0,0,0,37,45,res.po,res,res,,res, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/help.po,7,7,8,3,5,79,1392,89,1404,help.po,help,help,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src.po,0,0,0,0,0,2,39,2,39,src.po,src,src,,src, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,office,office,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,10,11,13,4,4,18,166,32,181,custom.po,custom,custom,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sysui/desktop/share.po,33,121,120,12,64,21,92,66,277,share.po,share,share,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/wizards/source/resources.po,420,1798,1407,56,132,78,356,554,2286,resources.po,resources,resources,,resources, -libvisual-0.4.0-26.fc30.src.rpm.stats.csv,po/es_es.po,62,303,364,51,204,92,548,205,1055,es_es.po,es_es,es_es,,es,es -libvisual-0.4.0-26.fc30.src.rpm.stats.csv,po/es_ar.po,62,303,364,51,204,92,548,205,1055,es_ar.po,es_ar,es_ar,,es,ar -lvm2-2.02.183-3.fc30.src.rpm.stats.csv,po/lvm2.po,0,0,0,0,0,1556,9826,1556,9826,lvm2.po,lvm2,lvm2,,lvm2, -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/tt_ru.po,12,29,28,4,9,150,717,166,755,tt_ru.po,tt_ru,tt_ru,,tt,ru -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/lg.po,111,295,376,0,0,55,460,166,755,lg.po,lg,lg,,lg, -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ur_pk.po,12,29,33,4,9,150,717,166,755,ur_pk.po,ur_pk,ur_pk,,ur,pk -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/frp.po,10,16,16,5,15,151,724,166,755,frp.po,frp,frp,,frp, -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ht.po,30,114,117,0,0,0,0,30,114,ht.po,ht,ht,,ht, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/yi.po,29,31,31,32,59,1153,6886,1214,6976,yi.po,yi,yi,,yi, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/tk.po,994,5001,4101,81,321,139,1654,1214,6976,tk.po,tk,tk,,tk, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/io.po,451,1283,1212,14,44,766,6127,1231,7454,io.po,io,io,,io, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ig.po,723,3745,3973,386,2655,205,1744,1314,8144,ig.po,ig,ig,,ig, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ha.po,723,3745,4634,386,2655,205,1744,1314,8144,ha.po,ha,ha,,ha, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/fy.po,484,946,932,0,0,959,7938,1443,8884,fy.po,fy,fy,,fy, -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ln.po,8,45,56,0,0,0,0,8,45,ln.po,ln,ln,,ln, -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv,po/et_ee.po,532,2439,2388,0,0,2,10,534,2449,et_ee.po,et_ee,et_ee,,et,ee -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/zh.po,481,3523,642,0,0,0,0,481,3523,zh.po,zh,zh,,zh, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br/lc_messages/zenmap.mo,85,165,194,0,0,0,0,85,165,zenmap.mo,zenmap,zenmap,,zenmap, -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/fil.po,6,6,8,0,0,692,4491,698,4497,fil.po,fil,fil,,fil, -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/vi_vn.po,0,0,0,0,0,1078,7678,1078,7678,vi_vn.po,vi_vn,vi_vn,,vi,vn -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/si_lk.po,0,0,0,0,0,1078,7678,1078,7678,si_lk.po,si_lk,si_lk,,si,lk -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lv_lv.po,0,0,0,0,0,1078,7678,1078,7678,lv_lv.po,lv_lv,lv_lv,,lv,lv -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lt_lt.po,0,0,0,0,0,1078,7678,1078,7678,lt_lt.po,lt_lt,lt_lt,,lt,lt -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/es_mx.po,0,0,0,0,0,1078,7678,1078,7678,es_mx.po,es_mx,es_mx,,es,mx -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bn_bd.po,0,0,0,0,0,1078,7678,1078,7678,bn_bd.po,bn_bd,bn_bd,,bn,bd -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.mo,32,77,83,0,0,0,0,32,77,humanize.mo,humanize,humanize,,humanize, -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,23,109,23,109,ach.po,ach,ach,,ach, -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,23,109,23,109,wo.po,wo,wo,,wo, -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,23,109,23,109,ru_ru.po,ru_ru,ru_ru,,ru,ru -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,23,109,23,109,en_us.po,en_us,en_us,,en,us -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,23,109,23,109,aln.po,aln,aln,,aln, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,16,42,16,42,bal.po,bal,bal,,bal, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,16,42,16,42,kw_gb.po,kw_gb,kw_gb,,kw,gb -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/wba.po,0,0,0,0,0,16,42,16,42,wba.po,wba,wba,,wba, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,16,42,16,42,yo.po,yo,yo,,yo, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,16,42,16,42,tw.po,tw,tw,,tw, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,16,42,16,42,brx.po,brx,brx,,brx, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,16,42,16,42,anp.po,anp,anp,,anp, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,16,42,16,42,kw@kkcor.po,kw@kkcor,kw,kkcor,kw, -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/qml_fr.ts,1,1,1,0,0,0,0,1,1,qml_fr.ts,qml_fr,qml_fr,,qml,fr -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/qml_en_au.ts,1,1,1,0,0,0,0,1,1,qml_en_au.ts,qml_en_au,qml_en_au,,qml_en,au -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/base.ts,0,0,0,0,0,1,1,1,1,base.ts,base,base,,base, -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/es_cl.po,0,0,0,0,0,125,778,125,778,es_cl.po,es_cl,es_cl,,es,cl -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/cmn.po,654,3297,1433,14,60,196,1093,864,4450,cmn.po,cmn,cmn,,cmn, -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/tl.po,209,1015,1265,186,1271,204,1807,599,4093,tl.po,tl,tl,,tl, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/shn.po,4,4,8,0,0,141,585,145,589,shn.po,shn,shn,,shn, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/se.po,22,29,33,0,0,123,560,145,589,se.po,se,se,,se, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sd.po,60,121,135,0,0,85,468,145,589,sd.po,sd,sd,,sd, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/mhr.po,29,34,41,0,0,116,555,145,589,mhr.po,mhr,mhr,,mhr, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ce.po,0,0,0,0,0,145,589,145,589,ce.po,ce,ce,,ce, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/bo.po,87,325,208,0,0,58,264,145,589,bo.po,bo,bo,,bo, -sos-3.7-1.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,30,122,30,122,ur.po,ur,ur,,ur, -sos-3.7-1.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,30,122,30,122,lo.po,lo,lo,,lo, -sos-3.7-1.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,30,122,30,122,ilo.po,ilo,ilo,,ilo, -sos-3.7-1.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,30,122,30,122,hy.po,hy,hy,,hy, -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/my.po,189,434,361,29,80,365,2053,583,2567,my.po,my,my,,my, -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/gv.po,530,2169,2630,0,0,57,416,587,2585,gv.po,gv,gv,,gv, -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,478,1929,478,1929,fo.po,fo,fo,,fo, -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/no.po,1668,8054,7925,0,0,0,0,1668,8054,no.po,no,no,,no, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/sv/lc_messages/options.mo,47,244,196,0,0,0,0,47,244,options.mo,options,options,,options, -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/de_ch.po,49,186,184,0,0,105,577,154,763,de_ch.po,de_ch,de_ch,,de,ch -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ang.po,6,27,31,0,0,12,69,18,96,ang.po,ang,ang,,ang, -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ia.po,28,28,28,0,0,0,0,28,28,ia.po,ia,ia,,ia, -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/csb.po,11,81,66,0,0,0,0,11,81,csb.po,csb,csb,,csb, -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/kg.po,11,81,55,0,0,0,0,11,81,kg.po,kg,kg,,kg, -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/messages.po,0,0,0,0,0,18,33,18,33,messages.po,messages,messages,,messages, -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/fr_fr.po,18,33,39,0,0,0,0,18,33,fr_fr.po,fr_fr,fr_fr,,fr,fr -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/de_de.po,18,33,29,0,0,0,0,18,33,de_de.po,de_de,de_de,,de,de -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/li.po,23,51,43,47,96,78,459,148,606,li.po,li,li,,li, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nso.po,55,110,169,33,67,60,429,148,606,nso.po,nso,nso,,nso, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/la.po,13,13,24,0,0,336,1022,349,1035,la.po,la,la,,la, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/br.po,100,176,215,22,42,235,876,357,1094,br.po,br,br,,br, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ks.po,212,753,787,32,90,105,192,349,1035,ks.po,ks,ks,,ks, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/crh.po,357,1094,961,0,0,0,0,357,1094,crh.po,crh,crh,,crh, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/an.po,104,448,495,0,0,0,0,104,448,an.po,an,an,,an, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/zu.po,38,92,85,45,80,65,434,148,606,zu.po,zu,zu,,zu, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nds.po,160,316,294,0,0,0,0,160,316,nds.po,nds,nds,,nds, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/km.po,56,78,62,0,0,1,0,57,78,km.po,km,km,,km, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,75,219,92,238,uz@cyrillic.po,uz@cyrillic,uz,cyrillic,uz, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/gd.po,59,81,96,0,0,0,0,59,81,gd.po,gd,gd,,gd, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/wa.po,16,19,24,1,3,57,177,74,199,wa.po,wa,wa,,wa, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ky.po,56,78,80,2,2,0,0,58,80,ky.po,ky,ky,,ky, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,118,427,467,0,0,0,0,118,427,cy.po,cy,cy,,cy, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,196,891,865,0,0,0,0,196,891,ru.po,ru,ru,,ru, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,80,256,227,21,71,11,67,112,394,mn.po,mn,mn,,mn, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,196,891,847,0,0,0,0,196,891,nb.po,nb,nb,,nb, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,136,592,667,0,0,0,0,136,592,bn.po,bn,bn,,bn, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,199,896,255,0,0,0,0,199,896,zh_cn.po,zh_cn,zh_cn,,zh,cn -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,27,88,82,0,0,134,598,161,686,af.po,af,af,,af, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,82,272,251,20,70,10,52,112,394,az.po,az,az,,az, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,130,559,568,0,0,0,0,130,559,en_ca.po,en_ca,en_ca,,en,ca -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,199,896,923,0,0,0,0,199,896,pl.po,pl,pl,,pl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,82,210,217,0,0,53,372,135,582,ps.po,ps,ps,,ps, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,159,674,613,0,0,0,0,159,674,nn.po,nn,nn,,nn, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,199,896,1130,0,0,0,0,199,896,gl.po,gl,gl,,gl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,199,896,869,0,0,0,0,199,896,cs.po,cs,cs,,cs, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,175,834,839,0,0,0,0,175,834,he.po,he,he,,he, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,80,335,296,0,0,116,556,196,891,kk.po,kk,kk,,kk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,199,896,1076,0,0,0,0,199,896,it.po,it,it,,it, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,199,896,790,0,0,0,0,199,896,lt.po,lt,lt,,lt, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,199,896,837,0,0,0,0,199,896,hu.po,hu,hu,,hu, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,175,834,1197,0,0,0,0,175,834,vi.po,vi,vi,,vi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,187,841,870,0,0,0,0,187,841,as.po,as,as,,as, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,199,896,842,0,0,0,0,199,896,nl.po,nl,nl,,nl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,0,0,159,674,bn_in.po,bn_in,bn_in,,bn,in -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,0,0,135,582,be@latin.po,be@latin,be,latin,be, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,159,674,658,0,0,0,0,159,674,ar.po,ar,ar,,ar, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,178,775,712,0,0,0,0,178,775,ug.po,ug,ug,,ug, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,199,896,756,0,0,0,0,199,896,eu.po,eu,eu,,eu, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,199,896,879,0,0,0,0,199,896,sr.po,sr,sr,,sr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,174,751,685,0,0,0,0,174,751,uk.po,uk,uk,,uk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,107,359,327,1,6,4,29,112,394,xh.po,xh,xh,,xh, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,167,680,531,23,144,9,72,199,896,fi.po,fi,fi,,fi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,199,896,1155,0,0,0,0,199,896,es.po,es,es,,es, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,89,329,345,0,0,47,260,136,589,ga.po,ga,ga,,ga, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,199,896,805,0,0,0,0,199,896,sv.po,sv,sv,,sv, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mi.po,0,0,0,34,99,78,295,112,394,mi.po,mi,mi,,mi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,36,76,86,0,0,142,699,178,775,tg.po,tg,tg,,tg, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,9,13,12,91,341,12,40,112,394,rw.po,rw,rw,,rw, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,171,742,833,0,0,0,0,171,742,hi.po,hi,hi,,hi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,196,891,1212,0,0,0,0,196,891,oc.po,oc,oc,,oc, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,190,877,846,0,0,0,0,190,877,bs.po,bs,bs,,bs, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,198,881,787,0,0,1,15,199,896,eo.po,eo,eo,,eo, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,34,70,70,16,50,62,274,112,394,am.po,am,am,,am, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,116,421,317,0,0,4,120,120,541,ka.po,ka,ka,,ka, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,135,582,559,0,0,0,0,135,582,mr.po,mr,mr,,mr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,199,896,845,0,0,0,0,199,896,id.po,id,id,,id, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,199,896,986,0,0,0,0,199,896,el.po,el,el,,el, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,196,891,913,0,0,0,0,196,891,en_gb.po,en_gb,en_gb,,en,gb -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,196,891,1062,0,0,0,0,196,891,pt.po,pt,pt,,pt, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,120,541,643,0,0,0,0,120,541,mg.po,mg,mg,,mg, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,199,896,920,0,0,0,0,199,896,sk.po,sk,sk,,sk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,199,896,803,0,0,0,0,199,896,ko.po,ko,ko,,ko, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,130,559,586,0,0,0,0,130,559,si.po,si,si,,si, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,174,751,942,0,0,0,0,174,751,bg.po,bg,bg,,bg, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,199,896,835,0,0,0,0,199,896,de.po,de,de,,de, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,199,896,1127,0,0,0,0,199,896,fur.po,fur,fur,,fur, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,142,612,699,0,0,0,0,142,612,ast.po,ast,ast,,ast, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,199,896,789,0,0,0,0,199,896,lv.po,lv,lv,,lv, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,129,554,267,0,0,0,0,129,554,dz.po,dz,dz,,dz, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,128,551,581,0,0,6,28,134,579,mai.po,mai,mai,,mai, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,159,674,690,0,0,0,0,159,674,or.po,or,or,,or, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,178,775,644,0,0,0,0,178,775,ta.po,ta,ta,,ta, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,199,896,823,0,0,0,0,199,896,hr.po,hr,hr,,hr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,135,582,598,0,0,0,0,135,582,mk.po,mk,mk,,mk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,178,775,803,0,0,0,0,178,775,fa.po,fa,fa,,fa, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,130,559,564,0,0,0,0,130,559,ne.po,ne,ne,,ne, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,199,896,793,0,0,0,0,199,896,tr.po,tr,tr,,tr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,199,896,272,0,0,0,0,199,896,zh_tw.po,zh_tw,zh_tw,,zh,tw -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,199,896,1000,0,0,0,0,199,896,ro.po,ro,ro,,ro, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,0,0,187,841,zh_hk.po,zh_hk,zh_hk,,zh,hk -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,55,139,119,34,125,23,130,112,394,is.po,is,is,,is, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,135,582,701,0,0,0,0,135,582,sq.po,sq,sq,,sq, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,199,896,1245,0,0,0,0,199,896,fr.po,fr,fr,,fr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,199,896,885,0,0,0,0,199,896,sl.po,sl,sl,,sl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,18,20,20,1,4,93,370,112,394,ku.po,ku,ku,,ku, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,159,674,694,0,0,0,0,159,674,gu.po,gu,gu,,gu, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,174,751,802,0,0,0,0,174,751,pa.po,pa,pa,,pa, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,171,823,260,2,9,2,2,175,834,ja.po,ja,ja,,ja, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,199,896,783,0,0,0,0,199,896,ml.po,ml,ml,,ml, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,171,742,640,0,0,0,0,171,742,te.po,te,te,,te, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,135,582,535,0,0,0,0,135,582,kn.po,kn,kn,,kn, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,180,783,639,0,0,0,0,180,783,et.po,et,et,,et, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,0,0,142,612,en@shaw.po,en@shaw,en,shaw,en, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,199,896,753,0,0,0,0,199,896,da.po,da,da,,da, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,196,891,322,0,0,0,0,196,891,th.po,th,th,,th, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,196,891,1145,0,0,0,0,196,891,ca.po,ca,ca,,ca, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,10,52,112,394,ms.po,ms,ms,,ms, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f30/1.debug.language.csv b/results/f30/1.debug.language.csv deleted file mode 100644 index 1f08fdf..0000000 --- a/results/f30/1.debug.language.csv +++ /dev/null @@ -1,255 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -boost-1.69.0-6.fc30.src.rpm.stats.csv,tools/build/example/gettext/russian.po,1,1,2,0,0,0,0,1,1,russian.po,russian,russian,,russian, -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ts.po,320,1589,1886,0,0,0,0,320,1589,ts.po,ts,ts,,ts, -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/nhn.po,2,4,4,0,0,0,0,2,4,nhn.po,nhn,nhn,,nhn, -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/szl.po,39,103,93,0,0,0,0,39,103,szl.po,szl,szl,,szl, -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/guc.po,3,8,10,0,0,0,0,3,8,guc.po,guc,guc,,guc, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/son.po,212,262,266,0,0,208,724,420,986,son.po,son,son,,son, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pi.po,162,187,176,0,0,258,799,420,986,pi.po,pi,pi,,pi, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pap.po,0,0,0,182,226,238,760,420,986,pap.po,pap,pap,,pap, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nv.po,86,112,260,0,0,334,874,420,986,nv.po,nv,nv,,nv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nah.po,183,235,223,0,0,237,751,420,986,nah.po,nah,nah,,nah, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/na.po,151,187,178,0,0,269,799,420,986,na.po,na,na,,na, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mo.po,27,31,31,0,0,393,955,420,986,mo.po,mo,mo,,mo, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kv.po,109,133,128,0,0,311,853,420,986,kv.po,kv,kv,,kv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kl.po,0,0,0,96,115,324,871,420,986,kl.po,kl,kl,,kl, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ki.po,115,145,141,0,0,305,841,420,986,ki.po,ki,ki,,ki, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kab.po,139,174,170,0,0,281,812,420,986,kab.po,kab,kab,,kab, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/jam.po,192,252,243,0,0,228,734,420,986,jam.po,jam,jam,,jam, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/iu.po,26,33,29,0,0,394,953,420,986,iu.po,iu,iu,,iu, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/gn.po,210,258,258,2,4,208,724,420,986,gn.po,gn,gn,,gn, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ff.po,82,96,86,0,0,338,890,420,986,ff.po,ff,ff,,ff, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ee.po,0,0,0,148,190,272,796,420,986,ee.po,ee,ee,,ee, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/dv.po,204,277,259,0,0,216,709,420,986,dv.po,dv,dv,,dv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/cv.po,202,278,269,0,0,218,708,420,986,cv.po,cv,cv,,cv, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ckb.po,192,256,242,0,0,228,730,420,986,ckb.po,ckb,ckb,,ckb, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/chr.po,100,120,114,0,0,320,866,420,986,chr.po,chr,chr,,chr, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ch.po,23,31,25,0,0,397,955,420,986,ch.po,ch,ch,,ch, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bi.po,0,0,0,79,95,341,891,420,986,bi.po,bi,bi,,bi, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bar.po,153,200,188,0,0,267,786,420,986,bar.po,bar,bar,,bar, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ba.po,0,0,0,200,271,220,715,420,986,ba.po,ba,ba,,ba, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ay.po,0,0,0,68,91,352,895,420,986,ay.po,ay,ay,,ay, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ak.po,0,0,0,41,55,379,931,420,986,ak.po,ak,ak,,ak, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ace.po,0,0,0,178,228,242,758,420,986,ace.po,ace,ace,,ace, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ab.po,0,0,0,48,64,372,922,420,986,ab.po,ab,ab,,ab, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/wal.po,1,2,2,4,15,26,87,31,104,wal.po,wal,wal,,wal, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/so.po,0,0,0,8,35,23,69,31,104,so.po,so,so,,so, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/haw.po,0,0,0,0,0,31,104,31,104,haw.po,haw,haw,,haw, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ve.po,40,40,42,4327,5593,4878,8215,9245,13848,ve.po,ve,ve,,ve, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tig.po,120,123,120,2922,3857,6203,9868,9245,13848,tig.po,tig,tig,,tig, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ti.po,121,124,121,2921,3856,6203,9868,9245,13848,ti.po,ti,ti,,ti, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/mt.po,239,261,264,4890,6429,4116,7158,9245,13848,mt.po,mt,mt,,mt, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/kok.po,119,124,122,2925,3904,6201,9820,9245,13848,kok.po,kok,kok,,kok, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/gez.po,120,123,120,2922,3857,6203,9868,9245,13848,gez.po,gez,gez,,gez, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/byn.po,120,123,120,2922,3857,6203,9868,9245,13848,byn.po,byn,byn,,byn, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/sc.po,115,258,269,0,0,0,0,115,258,sc.po,sc,sc,,sc, -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/gr.po,162,1063,1170,72,714,41,653,275,2430,gr.po,gr,gr,,gr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/auxiliary.po,93,268,103,0,0,12,34,105,302,auxiliary.po,auxiliary,auxiliary,,auxiliary, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sbasic/shared/03.po,0,0,0,0,0,47,145,47,145,03.po,03,03,,03, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/scalc.po,181,956,259,0,0,6,30,187,986,scalc.po,scalc,scalc,,scalc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/schart.po,88,796,141,0,0,8,135,96,931,schart.po,schart,schart,,schart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/sdraw.po,120,718,179,0,0,3,14,123,732,sdraw.po,sdraw,sdraw,,sdraw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared.po,219,1966,386,0,0,31,342,250,2308,shared.po,shared,shared,,shared, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/05.po,107,1112,174,0,0,89,1228,196,2340,05.po,05,05,,05, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/07.po,4,29,9,0,0,3,53,7,82,07.po,07,07,,07, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/autokorr.po,47,403,81,0,0,1,17,48,420,autokorr.po,autokorr,autokorr,,autokorr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/autopi.po,741,6458,1403,0,0,146,1936,887,8394,autopi.po,autopi,autopi,,autopi, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/explorer/database.po,1445,14199,3038,0,0,196,4658,1641,18857,database.po,database,database,,database, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/shared/optionen.po,1232,11226,2639,0,0,702,12125,1934,23351,optionen.po,optionen,optionen,,optionen, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/simpress.po,187,1324,272,0,0,12,71,199,1395,simpress.po,simpress,simpress,,simpress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath.po,57,613,121,0,0,3,126,60,739,smath.po,smath,smath,,smath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/smath/06.po,0,0,0,0,0,9,21,9,21,06.po,06,06,,06, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter.po,222,1453,323,0,0,114,1493,336,2946,swriter.po,swriter,swriter,,swriter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/00.po,214,1080,558,0,0,96,738,310,1818,00.po,00,00,,00, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/01.po,2669,24832,4110,0,0,677,8961,3346,33793,01.po,01,01,,01, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/02.po,370,2480,616,0,0,56,570,426,3050,02.po,02,02,,02, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/04.po,247,1206,323,0,0,7,70,254,1276,04.po,04,04,,04, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/guide.po,1889,23164,4698,0,0,255,4773,2144,27937,guide.po,guide,guide,,guide, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/librelogo.po,139,880,402,1,1,186,2138,326,3019,librelogo.po,librelogo,librelogo,,librelogo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/helpcontent2/source/text/swriter/menu.po,6,13,6,0,0,11,83,17,96,menu.po,menu,menu,,menu, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/connectivity/registry/writer/org/openoffice/office/dataaccess.po,0,0,0,1,2,0,0,1,2,dataaccess.po,dataaccess,dataaccess,,dataaccess, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/gug.po,0,0,0,0,0,1,5,1,5,gug.po,gug,gug,,gug, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/kmr_latn.po,0,0,0,0,0,1,4,1,4,kmr_latn.po,kmr@latn,kmr,latn,kmr, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ru_ru/dialog.po,3,3,3,0,0,11,23,14,26,dialog.po,dialog,dialog,,dialog, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sw_tz.po,0,0,0,0,0,1,3,1,3,sw_tz.po,sw_tz,sw_tz,,sw,tz -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/extras/source/autocorr/emoji.po,42,38,38,170,161,1363,1618,1575,1817,emoji.po,emoji,emoji,,emoji, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/filters.po,20,58,55,9,24,191,650,220,732,filters.po,filters,filters,,filters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po,0,0,0,0,0,38,139,38,139,internalgraphicfilters.po,internalgraphicfilters,internalgraphicfilters,,internalgraphicfilters, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/filter/source/config/fragments/types.po,2,8,8,5,18,31,95,38,121,types.po,types,types,,types, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po,376,3387,2951,90,232,91,735,557,4354,msi_languages.po,msi_languages,msi_languages,,msi,languages -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/librelogo/source/pythonpath.po,13,13,13,44,44,81,116,138,173,pythonpath.po,pythonpath,pythonpath,,pythonpath, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/nlpsolver/src/com/sun/star/comp/calc/nlpsolver.po,0,0,0,0,0,2,21,2,21,nlpsolver.po,nlpsolver,nlpsolver,,nlpsolver, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/nlpsolver/src/locale.po,8,8,8,7,8,26,89,41,105,locale.po,locale,locale,,locale, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/officecfg/registry/data/org/openoffice.po,0,0,0,0,0,9,28,9,28,openoffice.po,openoffice,openoffice,,openoffice, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/officecfg/registry/data/org/openoffice/office/ui.po,1526,3214,3216,970,1665,1181,2843,3677,7722,ui.po,ui,ui,,ui, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/readlicense_oo/docs.po,7,41,40,1,1,95,2361,103,2403,docs.po,docs,docs,,docs, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/reportbuilder/java/org/libreoffice/report/function/metadata.po,0,0,0,0,0,6,20,6,20,metadata.po,metadata,metadata,,metadata, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/activex.po,1,2,3,0,0,1,14,2,16,activex.po,activex,activex,,activex, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/calc.po,13,41,44,4,33,5,20,22,94,calc.po,calc,calc,,calc, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/draw.po,11,45,45,1,5,29,99,41,149,draw.po,draw,draw,,draw, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/extensions.po,0,0,0,3,9,13,56,16,65,extensions.po,extensions,extensions,,extensions, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/gnome.po,0,0,0,0,0,2,11,2,11,gnome.po,gnome,gnome,,gnome, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/graphicfilter.po,24,77,105,2,6,4,18,30,101,graphicfilter.po,graphicfilter,graphicfilter,,graphicfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/impress.po,15,59,62,2,8,4,14,21,81,impress.po,impress,impress,,impress, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,kde,kde,,kde, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/math.po,9,39,41,0,0,1,3,10,42,math.po,math,math,,math, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/onlineupdate.po,0,0,0,0,0,2,13,2,13,onlineupdate.po,onlineupdate,onlineupdate,,onlineupdate, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/ooo.po,203,261,263,126,683,253,1080,582,2024,ooo.po,ooo,ooo,,ooo, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/python.po,0,0,0,0,0,2,7,2,7,python.po,python,python,,python, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/quickstart.po,2,15,13,0,0,0,0,2,15,quickstart.po,quickstart,quickstart,,quickstart, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/winexplorerext.po,2,18,18,0,0,0,0,2,18,winexplorerext.po,winexplorerext,winexplorerext,,winexplorerext, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/writer.po,14,37,39,2,7,11,70,27,114,writer.po,writer,writer,,writer, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/xsltfilter.po,2,6,6,0,0,0,0,2,6,xsltfilter.po,xsltfilter,xsltfilter,,xsltfilter, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/setup_native/source/mac.po,11,44,31,0,0,12,87,23,131,mac.po,mac,mac,,mac, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/shell/source/win32/shlxthandler/res.po,37,45,47,0,0,0,0,37,45,res.po,res,res,,res, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/help.po,7,7,8,3,5,79,1392,89,1404,help.po,help,help,,help, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src.po,0,0,0,0,0,2,39,2,39,src.po,src,src,,src, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/office.po,0,0,0,0,0,2,3,2,3,office.po,office,office,,office, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/office/custom.po,10,11,13,4,4,18,166,32,181,custom.po,custom,custom,,custom, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/sysui/desktop/share.po,33,121,120,12,64,21,92,66,277,share.po,share,share,,share, -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/wizards/source/resources.po,420,1798,1407,56,132,78,356,554,2286,resources.po,resources,resources,,resources, -lvm2-2.02.183-3.fc30.src.rpm.stats.csv,po/lvm2.po,0,0,0,0,0,1556,9826,1556,9826,lvm2.po,lvm2,lvm2,,lvm2, -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/tt_ru.po,12,29,28,4,9,150,717,166,755,tt_ru.po,tt_ru,tt_ru,,tt,ru -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/lg.po,111,295,376,0,0,55,460,166,755,lg.po,lg,lg,,lg, -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/frp.po,10,16,16,5,15,151,724,166,755,frp.po,frp,frp,,frp, -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ht.po,30,114,117,0,0,0,0,30,114,ht.po,ht,ht,,ht, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/yi.po,29,31,31,32,59,1153,6886,1214,6976,yi.po,yi,yi,,yi, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/tk.po,994,5001,4101,81,321,139,1654,1214,6976,tk.po,tk,tk,,tk, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/io.po,451,1283,1212,14,44,766,6127,1231,7454,io.po,io,io,,io, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ig.po,723,3745,3973,386,2655,205,1744,1314,8144,ig.po,ig,ig,,ig, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ha.po,723,3745,4634,386,2655,205,1744,1314,8144,ha.po,ha,ha,,ha, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/fy.po,484,946,932,0,0,959,7938,1443,8884,fy.po,fy,fy,,fy, -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ln.po,8,45,56,0,0,0,0,8,45,ln.po,ln,ln,,ln, -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br/lc_messages/zenmap.mo,85,165,194,0,0,0,0,85,165,zenmap.mo,zenmap,zenmap,,zenmap, -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/fil.po,6,6,8,0,0,692,4491,698,4497,fil.po,fil,fil,,fil, -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.mo,32,77,83,0,0,0,0,32,77,humanize.mo,humanize,humanize,,humanize, -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,23,109,23,109,ach.po,ach,ach,,ach, -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,23,109,23,109,wo.po,wo,wo,,wo, -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,23,109,23,109,aln.po,aln,aln,,aln, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,16,42,16,42,bal.po,bal,bal,,bal, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/wba.po,0,0,0,0,0,16,42,16,42,wba.po,wba,wba,,wba, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,16,42,16,42,yo.po,yo,yo,,yo, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,16,42,16,42,tw.po,tw,tw,,tw, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,16,42,16,42,brx.po,brx,brx,,brx, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,16,42,16,42,anp.po,anp,anp,,anp, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,16,42,16,42,kw@kkcor.po,kw@kkcor,kw,kkcor,kw, -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/qml_fr.ts,1,1,1,0,0,0,0,1,1,qml_fr.ts,qml_fr,qml_fr,,qml,fr -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/qml_en_au.ts,1,1,1,0,0,0,0,1,1,qml_en_au.ts,qml_en_au,qml_en_au,,qml_en,au -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/base.ts,0,0,0,0,0,1,1,1,1,base.ts,base,base,,base, -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/cmn.po,654,3297,1433,14,60,196,1093,864,4450,cmn.po,cmn,cmn,,cmn, -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/tl.po,209,1015,1265,186,1271,204,1807,599,4093,tl.po,tl,tl,,tl, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/shn.po,4,4,8,0,0,141,585,145,589,shn.po,shn,shn,,shn, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/se.po,22,29,33,0,0,123,560,145,589,se.po,se,se,,se, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sd.po,60,121,135,0,0,85,468,145,589,sd.po,sd,sd,,sd, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/mhr.po,29,34,41,0,0,116,555,145,589,mhr.po,mhr,mhr,,mhr, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ce.po,0,0,0,0,0,145,589,145,589,ce.po,ce,ce,,ce, -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/bo.po,87,325,208,0,0,58,264,145,589,bo.po,bo,bo,,bo, -sos-3.7-1.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,30,122,30,122,ur.po,ur,ur,,ur, -sos-3.7-1.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,30,122,30,122,lo.po,lo,lo,,lo, -sos-3.7-1.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,30,122,30,122,ilo.po,ilo,ilo,,ilo, -sos-3.7-1.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,30,122,30,122,hy.po,hy,hy,,hy, -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/my.po,189,434,361,29,80,365,2053,583,2567,my.po,my,my,,my, -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/gv.po,530,2169,2630,0,0,57,416,587,2585,gv.po,gv,gv,,gv, -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,478,1929,478,1929,fo.po,fo,fo,,fo, -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/no.po,1668,8054,7925,0,0,0,0,1668,8054,no.po,no,no,,no, -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/sv/lc_messages/options.mo,47,244,196,0,0,0,0,47,244,options.mo,options,options,,options, -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ang.po,6,27,31,0,0,12,69,18,96,ang.po,ang,ang,,ang, -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ia.po,28,28,28,0,0,0,0,28,28,ia.po,ia,ia,,ia, -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/csb.po,11,81,66,0,0,0,0,11,81,csb.po,csb,csb,,csb, -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/kg.po,11,81,55,0,0,0,0,11,81,kg.po,kg,kg,,kg, -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/messages.po,0,0,0,0,0,18,33,18,33,messages.po,messages,messages,,messages, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/li.po,23,51,43,47,96,78,459,148,606,li.po,li,li,,li, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nso.po,55,110,169,33,67,60,429,148,606,nso.po,nso,nso,,nso, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/la.po,13,13,24,0,0,336,1022,349,1035,la.po,la,la,,la, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/br.po,100,176,215,22,42,235,876,357,1094,br.po,br,br,,br, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ks.po,212,753,787,32,90,105,192,349,1035,ks.po,ks,ks,,ks, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/crh.po,357,1094,961,0,0,0,0,357,1094,crh.po,crh,crh,,crh, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/an.po,104,448,495,0,0,0,0,104,448,an.po,an,an,,an, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/zu.po,38,92,85,45,80,65,434,148,606,zu.po,zu,zu,,zu, -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nds.po,160,316,294,0,0,0,0,160,316,nds.po,nds,nds,,nds, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/km.po,56,78,62,0,0,1,0,57,78,km.po,km,km,,km, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,75,219,92,238,uz@cyrillic.po,uz@cyrillic,uz,cyrillic,uz, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/gd.po,59,81,96,0,0,0,0,59,81,gd.po,gd,gd,,gd, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/wa.po,16,19,24,1,3,57,177,74,199,wa.po,wa,wa,,wa, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ky.po,56,78,80,2,2,0,0,58,80,ky.po,ky,ky,,ky, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,118,427,467,0,0,0,0,118,427,cy.po,cy,cy,,cy, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,196,891,865,0,0,0,0,196,891,ru.po,ru,ru,,ru, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,80,256,227,21,71,11,67,112,394,mn.po,mn,mn,,mn, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,196,891,847,0,0,0,0,196,891,nb.po,nb,nb,,nb, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,27,88,82,0,0,134,598,161,686,af.po,af,af,,af, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,82,272,251,20,70,10,52,112,394,az.po,az,az,,az, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,199,896,923,0,0,0,0,199,896,pl.po,pl,pl,,pl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,82,210,217,0,0,53,372,135,582,ps.po,ps,ps,,ps, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,159,674,613,0,0,0,0,159,674,nn.po,nn,nn,,nn, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,199,896,1130,0,0,0,0,199,896,gl.po,gl,gl,,gl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,199,896,869,0,0,0,0,199,896,cs.po,cs,cs,,cs, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,175,834,839,0,0,0,0,175,834,he.po,he,he,,he, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,80,335,296,0,0,116,556,196,891,kk.po,kk,kk,,kk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,199,896,1076,0,0,0,0,199,896,it.po,it,it,,it, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,199,896,790,0,0,0,0,199,896,lt.po,lt,lt,,lt, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,199,896,837,0,0,0,0,199,896,hu.po,hu,hu,,hu, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,175,834,1197,0,0,0,0,175,834,vi.po,vi,vi,,vi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,187,841,870,0,0,0,0,187,841,as.po,as,as,,as, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,199,896,842,0,0,0,0,199,896,nl.po,nl,nl,,nl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,0,0,159,674,bn_in.po,bn_in,bn_in,,bn,in -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,0,0,135,582,be@latin.po,be@latin,be,latin,be, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,159,674,658,0,0,0,0,159,674,ar.po,ar,ar,,ar, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,178,775,712,0,0,0,0,178,775,ug.po,ug,ug,,ug, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,199,896,756,0,0,0,0,199,896,eu.po,eu,eu,,eu, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,199,896,879,0,0,0,0,199,896,sr.po,sr,sr,,sr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,174,751,685,0,0,0,0,174,751,uk.po,uk,uk,,uk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,107,359,327,1,6,4,29,112,394,xh.po,xh,xh,,xh, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,167,680,531,23,144,9,72,199,896,fi.po,fi,fi,,fi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,199,896,1155,0,0,0,0,199,896,es.po,es,es,,es, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,89,329,345,0,0,47,260,136,589,ga.po,ga,ga,,ga, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,199,896,805,0,0,0,0,199,896,sv.po,sv,sv,,sv, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mi.po,0,0,0,34,99,78,295,112,394,mi.po,mi,mi,,mi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,36,76,86,0,0,142,699,178,775,tg.po,tg,tg,,tg, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,9,13,12,91,341,12,40,112,394,rw.po,rw,rw,,rw, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,171,742,833,0,0,0,0,171,742,hi.po,hi,hi,,hi, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,196,891,1212,0,0,0,0,196,891,oc.po,oc,oc,,oc, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,190,877,846,0,0,0,0,190,877,bs.po,bs,bs,,bs, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,198,881,787,0,0,1,15,199,896,eo.po,eo,eo,,eo, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,34,70,70,16,50,62,274,112,394,am.po,am,am,,am, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,116,421,317,0,0,4,120,120,541,ka.po,ka,ka,,ka, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,135,582,559,0,0,0,0,135,582,mr.po,mr,mr,,mr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,199,896,845,0,0,0,0,199,896,id.po,id,id,,id, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,199,896,986,0,0,0,0,199,896,el.po,el,el,,el, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,120,541,643,0,0,0,0,120,541,mg.po,mg,mg,,mg, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,199,896,920,0,0,0,0,199,896,sk.po,sk,sk,,sk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,199,896,803,0,0,0,0,199,896,ko.po,ko,ko,,ko, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,130,559,586,0,0,0,0,130,559,si.po,si,si,,si, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,174,751,942,0,0,0,0,174,751,bg.po,bg,bg,,bg, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,199,896,835,0,0,0,0,199,896,de.po,de,de,,de, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,199,896,1127,0,0,0,0,199,896,fur.po,fur,fur,,fur, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,142,612,699,0,0,0,0,142,612,ast.po,ast,ast,,ast, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,199,896,789,0,0,0,0,199,896,lv.po,lv,lv,,lv, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,129,554,267,0,0,0,0,129,554,dz.po,dz,dz,,dz, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,128,551,581,0,0,6,28,134,579,mai.po,mai,mai,,mai, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,159,674,690,0,0,0,0,159,674,or.po,or,or,,or, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,178,775,644,0,0,0,0,178,775,ta.po,ta,ta,,ta, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,199,896,823,0,0,0,0,199,896,hr.po,hr,hr,,hr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,135,582,598,0,0,0,0,135,582,mk.po,mk,mk,,mk, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,178,775,803,0,0,0,0,178,775,fa.po,fa,fa,,fa, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,130,559,564,0,0,0,0,130,559,ne.po,ne,ne,,ne, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,199,896,793,0,0,0,0,199,896,tr.po,tr,tr,,tr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,199,896,1000,0,0,0,0,199,896,ro.po,ro,ro,,ro, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,0,0,187,841,zh_hk.po,zh_hk,zh_hk,,zh,hk -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,55,139,119,34,125,23,130,112,394,is.po,is,is,,is, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,135,582,701,0,0,0,0,135,582,sq.po,sq,sq,,sq, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,199,896,1245,0,0,0,0,199,896,fr.po,fr,fr,,fr, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,199,896,885,0,0,0,0,199,896,sl.po,sl,sl,,sl, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,18,20,20,1,4,93,370,112,394,ku.po,ku,ku,,ku, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,159,674,694,0,0,0,0,159,674,gu.po,gu,gu,,gu, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,174,751,802,0,0,0,0,174,751,pa.po,pa,pa,,pa, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,171,823,260,2,9,2,2,175,834,ja.po,ja,ja,,ja, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,199,896,783,0,0,0,0,199,896,ml.po,ml,ml,,ml, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,171,742,640,0,0,0,0,171,742,te.po,te,te,,te, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,135,582,535,0,0,0,0,135,582,kn.po,kn,kn,,kn, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,180,783,639,0,0,0,0,180,783,et.po,et,et,,et, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,0,0,142,612,en@shaw.po,en@shaw,en,shaw,en, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,199,896,753,0,0,0,0,199,896,da.po,da,da,,da, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,196,891,322,0,0,0,0,196,891,th.po,th,th,,th, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,196,891,1145,0,0,0,0,196,891,ca.po,ca,ca,,ca, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,10,52,112,394,ms.po,ms,ms,,ms, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f30/1.debug.script.csv b/results/f30/1.debug.script.csv deleted file mode 100644 index 8ef2082..0000000 --- a/results/f30/1.debug.script.csv +++ /dev/null @@ -1,18 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -cups-filters-1.22.5-1.fc30.src.rpm.stats.csv,filter/braille/drivers/common/fr-braille.po,79,203,250,0,0,0,0,79,203,fr-braille.po,fr@braille,fr,braille,fr, -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@arabic.po,1341,7111,7111,1,4,2,4,1344,7119,en@arabic.po,en@arabic,en,arabic,en, -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@greek.po,1341,7111,7111,1,4,2,4,1344,7119,en@greek.po,en@greek,en,greek,en, -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@hebrew.po,1341,7111,7113,1,4,2,4,1344,7119,en@hebrew.po,en@hebrew,en,hebrew,en, -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@piglatin.po,1344,7119,7128,0,0,0,0,1344,7119,en@piglatin.po,en@piglatin,en,piglatin,en, -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tt@iqtelif.po,149,155,156,3305,4421,5791,9272,9245,13848,tt@iqtelif.po,tt@iqtelif,tt,iqtelif,tt, -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@ije.po,1094,6241,5750,97,524,23,211,1214,6976,sr@ije.po,sr@ije,sr,ije,sr, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,16,42,16,42,kw@uccor.po,kw@uccor,kw,uccor,kw, -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,16,42,16,42,kw@kkcor.po,kw@kkcor,kw,kkcor,kw, -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/en@boldquot.po,1180,5642,5642,0,0,0,0,1180,5642,en@boldquot.po,en@boldquot,en,boldquot,en, -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/en@quot.po,1180,5642,5642,0,0,0,0,1180,5642,en@quot.po,en@quot,en,quot,en, -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/sr@latn.po,26,26,28,2,2,0,0,28,28,sr@latn.po,sr@latn,sr,latn,sr, -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,75,219,92,238,uz@cyrillic.po,uz@cyrillic,uz,cyrillic,uz, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,196,891,1144,0,0,0,0,196,891,ca@valencia.po,ca@valencia,ca,valencia,ca, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,0,0,135,582,be@latin.po,be@latin,be,latin,be, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,0,0,142,612,en@shaw.po,en@shaw,en,shaw,en, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f30/1.debug.territory.csv b/results/f30/1.debug.territory.csv deleted file mode 100644 index d9da3c2..0000000 --- a/results/f30/1.debug.territory.csv +++ /dev/null @@ -1,67 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -avahi-0.7-18.fc30.src.rpm.stats.csv,po/en_nz.po,152,758,758,11,89,5,21,168,868,en_nz.po,en_nz,en_nz,,en,nz -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,808,2417,821,2432,az_ir.po,az_ir,az_ir,,az,ir -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/zh_hant.po,115,258,115,0,0,0,0,115,258,zh_hant.po,zh_hant,zh_hant,,zh,hant -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ve.po,235,664,735,0,0,0,0,235,664,es_ve.po,es_ve,es_ve,,es,ve -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_uy.po,235,664,735,0,0,0,0,235,664,es_uy.po,es_uy,es_uy,,es,uy -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_sv.po,235,664,735,0,0,0,0,235,664,es_sv.po,es_sv,es_sv,,es,sv -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pr.po,235,664,735,0,0,0,0,235,664,es_pr.po,es_pr,es_pr,,es,pr -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pe.po,235,664,735,0,0,0,0,235,664,es_pe.po,es_pe,es_pe,,es,pe -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pa.po,235,664,735,0,0,0,0,235,664,es_pa.po,es_pa,es_pa,,es,pa -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ni.po,235,664,735,0,0,0,0,235,664,es_ni.po,es_ni,es_ni,,es,ni -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_hn.po,235,664,735,0,0,0,0,235,664,es_hn.po,es_hn,es_hn,,es,hn -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_gt.po,235,664,735,0,0,0,0,235,664,es_gt.po,es_gt,es_gt,,es,gt -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ec.po,235,664,735,0,0,0,0,235,664,es_ec.po,es_ec,es_ec,,es,ec -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_do.po,235,664,735,0,0,0,0,235,664,es_do.po,es_do,es_do,,es,do -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_cr.po,235,664,735,0,0,0,0,235,664,es_cr.po,es_cr,es_cr,,es,cr -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_co.po,235,664,735,0,0,0,0,235,664,es_co.po,es_co,es_co,,es,co -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/be_by.po,0,0,0,0,0,1,3,1,3,be_by.po,be_by,be_by,,be,by -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bg_bg.po,0,0,0,0,0,1,7,1,7,bg_bg.po,bg_bg,bg_bg,,bg,bg -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bs_ba.po,0,0,0,0,0,1,3,1,3,bs_ba.po,bs_ba,bs_ba,,bs,ba -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/cs_cz.po,0,0,0,0,0,1,8,1,8,cs_cz.po,cs_cz,cs_cz,,cs,cz -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/da_dk.po,0,0,0,0,0,1,7,1,7,da_dk.po,da_dk,da_dk,,da,dk -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/el_gr.po,0,0,0,0,0,1,6,1,6,el_gr.po,el_gr,el_gr,,el,gr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/he_il.po,0,0,0,0,0,1,3,1,3,he_il.po,he_il,he_il,,he,il -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hr_hr.po,0,0,0,0,0,1,6,1,6,hr_hr.po,hr_hr,hr_hr,,hr,hr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hu_hu.po,0,0,0,0,0,1,9,1,9,hu_hu.po,hu_hu,hu_hu,,hu,hu -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/it_it.po,0,0,0,0,0,1,7,1,7,it_it.po,it_it,it_it,,it,it -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/lo_la.po,0,0,0,0,0,1,3,1,3,lo_la.po,lo_la,lo_la,,lo,la -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ne_np.po,0,0,0,0,0,1,5,1,5,ne_np.po,ne_np,ne_np,,ne,np -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/nl_nl.po,0,0,0,0,0,1,6,1,6,nl_nl.po,nl_nl,nl_nl,,nl,nl -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pl_pl.po,0,0,0,0,0,1,7,1,7,pl_pl.po,pl_pl,pl_pl,,pl,pl -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pt_pt.po,0,0,0,0,0,1,8,1,8,pt_pt.po,pt_pt,pt_pt,,pt,pt -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sk_sk.po,0,0,0,0,0,1,7,1,7,sk_sk.po,sk_sk,sk_sk,,sk,sk -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sl_si.po,0,0,0,0,0,1,7,1,7,sl_si.po,sl_si,sl_si,,sl,si -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sq_al.po,0,0,0,0,0,1,3,1,3,sq_al.po,sq_al,sq_al,,sq,al -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sv_se.po,0,0,0,0,0,1,2,1,2,sv_se.po,sv_se,sv_se,,sv,se -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sw_tz.po,0,0,0,0,0,1,3,1,3,sw_tz.po,sw_tz,sw_tz,,sw,tz -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/th_th.po,0,0,0,0,0,1,3,1,3,th_th.po,th_th,th_th,,th,th -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/tr_tr.po,0,0,0,0,0,1,3,1,3,tr_tr.po,tr_tr,tr_tr,,tr,tr -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/uk_ua.po,0,0,0,0,0,1,7,1,7,uk_ua.po,uk_ua,uk_ua,,uk,ua -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/zu_za.po,0,0,0,0,0,1,3,1,3,zu_za.po,zu_za,zu_za,,zu,za -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po,376,3387,2951,90,232,91,735,557,4354,msi_languages.po,msi_languages,msi_languages,,msi,languages -libvisual-0.4.0-26.fc30.src.rpm.stats.csv,po/es_es.po,62,303,364,51,204,92,548,205,1055,es_es.po,es_es,es_es,,es,es -libvisual-0.4.0-26.fc30.src.rpm.stats.csv,po/es_ar.po,62,303,364,51,204,92,548,205,1055,es_ar.po,es_ar,es_ar,,es,ar -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ur_pk.po,12,29,33,4,9,150,717,166,755,ur_pk.po,ur_pk,ur_pk,,ur,pk -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv,po/et_ee.po,532,2439,2388,0,0,2,10,534,2449,et_ee.po,et_ee,et_ee,,et,ee -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/vi_vn.po,0,0,0,0,0,1078,7678,1078,7678,vi_vn.po,vi_vn,vi_vn,,vi,vn -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/si_lk.po,0,0,0,0,0,1078,7678,1078,7678,si_lk.po,si_lk,si_lk,,si,lk -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lv_lv.po,0,0,0,0,0,1078,7678,1078,7678,lv_lv.po,lv_lv,lv_lv,,lv,lv -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lt_lt.po,0,0,0,0,0,1078,7678,1078,7678,lt_lt.po,lt_lt,lt_lt,,lt,lt -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/es_mx.po,0,0,0,0,0,1078,7678,1078,7678,es_mx.po,es_mx,es_mx,,es,mx -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bn_bd.po,0,0,0,0,0,1078,7678,1078,7678,bn_bd.po,bn_bd,bn_bd,,bn,bd -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,23,109,23,109,ru_ru.po,ru_ru,ru_ru,,ru,ru -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,23,109,23,109,en_us.po,en_us,en_us,,en,us -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/qml_en_au.ts,1,1,1,0,0,0,0,1,1,qml_en_au.ts,qml_en_au,qml_en_au,,qml_en,au -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/es_cl.po,0,0,0,0,0,125,778,125,778,es_cl.po,es_cl,es_cl,,es,cl -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/de_ch.po,49,186,184,0,0,105,577,154,763,de_ch.po,de_ch,de_ch,,de,ch -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/fr_fr.po,18,33,39,0,0,0,0,18,33,fr_fr.po,fr_fr,fr_fr,,fr,fr -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/de_de.po,18,33,29,0,0,0,0,18,33,de_de.po,de_de,de_de,,de,de -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,199,896,255,0,0,0,0,199,896,zh_cn.po,zh_cn,zh_cn,,zh,cn -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,130,559,568,0,0,0,0,130,559,en_ca.po,en_ca,en_ca,,en,ca -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,0,0,159,674,bn_in.po,bn_in,bn_in,,bn,in -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,196,891,913,0,0,0,0,196,891,en_gb.po,en_gb,en_gb,,en,gb -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,199,896,272,0,0,0,0,199,896,zh_tw.po,zh_tw,zh_tw,,zh,tw -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,0,0,187,841,zh_hk.po,zh_hk,zh_hk,,zh,hk -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,10,52,112,394,ms.po,ms,ms,,ms, -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f30/1.debug.total message = 0.csv b/results/f30/1.debug.total message = 0.csv deleted file mode 100644 index 93e20a1..0000000 --- a/results/f30/1.debug.total message = 0.csv +++ /dev/null @@ -1,61 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._fi.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._ms.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._ru.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._pt.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._pl.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._gl.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._vi.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._ug.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._de.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._ca.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._es.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._sk.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._sv.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._bs.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._fr.po,0,0,0,0,0,0,0,0,0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/._uk.po,0,0,0,0,0,0,0,0,0 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,0,0,0,0 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,0,0,0,0 -krb5-1.17-4.fc30.src.rpm.stats.csv,src/po/en_us.po,0,0,0,0,0,0,0,0,0 -lvm2-2.02.183-3.fc30.src.rpm.stats.csv,po/de.po,0,0,0,0,0,0,0,0,0 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zu.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zh_hk.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/yo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/wba.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/vi.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ur.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/tw.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/tg.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sq.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/si.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ro.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nso.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nn.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ne.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mn.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/lv.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ky.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw_gb.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw@uccor.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw@kkcor.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/km.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kk.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ka.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ilo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/et.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/eo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/cy.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/brx.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/br.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/be.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bal.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/anp.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/am.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/af.mo,0,0,0,0,0,0,0,0,0 -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv,examples/qml/qml-i18n/i18n/qml_en.ts,0,0,0,0,0,0,0,0,0 -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,0,0,0,0 -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,0,0,0,0 diff --git a/results/f30/3.result.csv b/results/f30/3.result.csv deleted file mode 100644 index cdd8027..0000000 --- a/results/f30/3.result.csv +++ /dev/null @@ -1,23088 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory,language_name,script_name,territory_name,full_language_code,dirname -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/sr@latin.po,3,27,23,0,0,0,0,3,27,sr@latin.po,latin,sr,,serbian,,,sr@latin,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/oc.po,3,27,32,0,0,0,0,3,27,oc.po,,oc,,occitan,,,oc,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/da.po,3,27,21,0,0,0,0,3,27,da.po,,da,,danish,,,da,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/es.po,3,27,27,0,0,0,0,3,27,es.po,,es,,spanish,,,es,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/gl.po,3,27,39,0,0,0,0,3,27,gl.po,,gl,,galician,,,gl,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/ro.po,3,27,28,0,0,0,0,3,27,ro.po,,ro,,romanian,,,ro,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/de.po,3,27,26,0,0,0,0,3,27,de.po,,de,,german,,,de,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/id.po,3,27,25,0,0,0,0,3,27,id.po,,id,,indonesian,,,id,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/sv.po,3,27,24,0,0,0,0,3,27,sv.po,,sv,,swedish,,,sv,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/is.po,3,27,28,0,0,0,0,3,27,is.po,,is,,icelandic,,,is,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/lv.po,3,27,25,0,0,0,0,3,27,lv.po,,lv,,latvian,,,lv,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/el.po,3,27,29,0,0,0,0,3,27,el.po,,el,,greek,,,el,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/hr.po,3,27,24,0,0,0,0,3,27,hr.po,,hr,,croatian,,,hr,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/ca.po,3,27,40,0,0,0,0,3,27,ca.po,,ca,,catalan,,,ca,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/pt_br.po,3,27,29,0,0,0,0,3,27,pt_br.po,,pt,br,portuguese,,brazil,pt_br,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/zh_cn.po,3,27,7,0,0,0,0,3,27,zh_cn.po,,zh,cn,chinese,,china,zh_cn,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/tr.po,3,27,26,0,0,0,0,3,27,tr.po,,tr,,turkish,,,tr,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/pa.po,3,27,35,0,0,0,0,3,27,pa.po,,pa,,punjabi,,,pa,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/sk.po,3,27,26,0,0,0,0,3,27,sk.po,,sk,,slovak,,,sk,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/zh_tw.po,3,27,6,0,0,0,0,3,27,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/pl.po,3,27,23,0,0,0,0,3,27,pl.po,,pl,,polish,,,pl,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/hu.po,3,27,22,0,0,0,0,3,27,hu.po,,hu,,hungarian,,,hu,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/sl.po,3,27,24,0,0,0,0,3,27,sl.po,,sl,,slovenian,,,sl,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/lt.po,3,27,24,0,0,0,0,3,27,lt.po,,lt,,lithuanian,,,lt,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/fr.po,3,27,32,0,0,0,0,3,27,fr.po,,fr,,french,,,fr,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/ko.po,3,27,19,0,0,0,0,3,27,ko.po,,ko,,korean,,,ko,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/sr.po,3,27,23,0,0,0,0,3,27,sr.po,,sr,,serbian,,,sr,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/it.po,3,27,37,0,0,0,0,3,27,it.po,,it,,italian,,,it,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/cs.po,3,27,22,0,0,0,0,3,27,cs.po,,cs,,czech,,,cs,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/fur.po,3,27,32,0,0,0,0,3,27,fur.po,,fur,,friulian,,,fur,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/fi.po,3,27,19,0,0,0,0,3,27,fi.po,,fi,,finnish,,,fi,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/ru.po,3,27,24,0,0,0,0,3,27,ru.po,,ru,,russian,,,ru,appstream -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv,appstream/nl.po,3,27,27,0,0,0,0,3,27,nl.po,,nl,,dutch,,,nl,appstream -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,476,3969,476,3969,zu.po,,zu,,zulu,,,zu,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/zh_tw.po,476,3969,1335,0,0,0,0,476,3969,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/zh_hk.po,1,2,1,0,0,475,3967,476,3969,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/zh_cn.po,476,3969,1413,0,0,0,0,476,3969,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,476,3969,476,3969,xh.po,,xh,,xhosa,,,xh,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,476,3969,476,3969,wo.po,,wo,,wolof,,,wo,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/vi.po,7,24,45,0,0,469,3945,476,3969,vi.po,,vi,,vietnamese,,,vi,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/uz.po,0,0,0,0,0,476,3969,476,3969,uz.po,,uz,,uzbek,,,uz,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,476,3969,476,3969,ur.po,,ur,,urdu,,,ur,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/uk.po,476,3969,4321,0,0,0,0,476,3969,uk.po,,uk,,ukrainian,,,uk,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/tr.po,189,1319,1117,0,0,287,2650,476,3969,tr.po,,tr,,turkish,,,tr,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,476,3969,476,3969,tl.po,,tl,,tagalog,,,tl,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/th.po,143,1204,587,0,0,333,2765,476,3969,th.po,,th,,thai,,,th,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/tg.po,4,10,11,0,0,472,3959,476,3969,tg.po,,tg,,tajik,,,tg,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/te.po,341,2564,2189,0,0,135,1405,476,3969,te.po,,te,,telugu,,,te,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ta.po,342,2566,2293,0,0,134,1403,476,3969,ta.po,,ta,,tamil,,,ta,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/sv.po,476,3969,3778,0,0,0,0,476,3969,sv.po,,sv,,swedish,,,sv,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/sr@latin.po,1,1,1,0,0,475,3968,476,3969,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/sr.po,410,3343,3379,0,0,66,626,476,3969,sr.po,,sr,,serbian,,,sr,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/sq.po,476,3969,4685,0,0,0,0,476,3969,sq.po,,sq,,albanian,,,sq,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,476,3969,476,3969,sl.po,,sl,,slovenian,,,sl,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/sk.po,316,2414,2332,0,0,160,1555,476,3969,sk.po,,sk,,slovak,,,sk,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,476,3969,476,3969,si.po,,si,,sinhala,,,si,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,476,3969,476,3969,ru_ru.po,,ru,ru,russian,,russia,ru_ru,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ru.po,476,3969,3808,0,0,0,0,476,3969,ru.po,,ru,,russian,,,ru,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,476,3969,476,3969,ro.po,,ro,,romanian,,,ro,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/pt_br.po,476,3969,4511,0,0,0,0,476,3969,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/pt.po,183,1321,1518,14,126,279,2522,476,3969,pt.po,,pt,,portuguese,,,pt,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/pl.po,476,3969,3953,0,0,0,0,476,3969,pl.po,,pl,,polish,,,pl,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/pa.po,284,2105,2429,0,0,192,1864,476,3969,pa.po,,pa,,punjabi,,,pa,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/or.po,340,2546,2653,0,0,136,1423,476,3969,or.po,,or,,odia,,,or,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,476,3969,476,3969,nso.po,,nso,,northern sotho,,,nso,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/no.po,0,0,0,0,0,476,3969,476,3969,no.po,,no,,norwegian,,,no,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/nn.po,4,18,19,0,0,472,3951,476,3969,nn.po,,nn,,norwegian nynorsk,,,nn,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/nl.po,476,3969,4192,0,0,0,0,476,3969,nl.po,,nl,,dutch,,,nl,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,476,3969,476,3969,ne.po,,ne,,nepali,,,ne,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/nds.po,1,1,1,0,0,475,3968,476,3969,nds.po,,nds,,low german,,,nds,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/nb.po,56,242,245,0,0,420,3727,476,3969,nb.po,,nb,,norwegian bokmål,,,nb,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,476,3969,476,3969,my.po,,my,,burmese,,,my,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,476,3969,476,3969,ms.po,,ms,,malay,,,ms,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/mr.po,340,2563,2428,2,7,134,1399,476,3969,mr.po,,mr,,marathi,,,mr,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,476,3969,476,3969,mn.po,,mn,,mongolian,,,mn,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ml.po,342,2549,2040,1,5,133,1415,476,3969,ml.po,,ml,,malayalam,,,ml,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,476,3969,476,3969,mk.po,,mk,,macedonian,,,mk,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,476,3969,476,3969,mg.po,,mg,,malagasy,,,mg,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,476,3969,476,3969,mai.po,,mai,,maithili,,,mai,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/lv.po,19,64,55,0,0,457,3905,476,3969,lv.po,,lv,,latvian,,,lv,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/lt.po,476,3969,3442,0,0,0,0,476,3969,lt.po,,lt,,lithuanian,,,lt,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,476,3969,476,3969,lo.po,,lo,,lao,,,lo,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/la.po,0,0,0,0,0,476,3969,476,3969,la.po,,la,,latin,,,la,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,476,3969,476,3969,ky.po,,ky,,kyrgyz,,,ky,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,476,3969,476,3969,ku.po,,ku,,kurdish,,,ku,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,476,3969,476,3969,ks.po,,ks,,kashmiri,,,ks,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ko.po,368,2835,2449,0,0,108,1134,476,3969,ko.po,,ko,,korean,,,ko,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/kn.po,341,2564,2358,0,0,135,1405,476,3969,kn.po,,kn,,kannada,,,kn,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/km.po,41,303,97,0,0,435,3666,476,3969,km.po,,km,,khmer,,,km,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/kk.po,11,13,16,0,0,465,3956,476,3969,kk.po,,kk,,kazakh,,,kk,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ka.po,17,64,57,0,0,459,3905,476,3969,ka.po,,ka,,georgian,,,ka,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ja.po,476,3969,1407,0,0,0,0,476,3969,ja.po,,ja,,japanese,,,ja,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/it.po,476,3969,4384,0,0,0,0,476,3969,it.po,,it,,italian,,,it,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,476,3969,476,3969,is.po,,is,,icelandic,,,is,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,476,3969,476,3969,ilo.po,,ilo,,iloko,,,ilo,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/id.po,55,363,341,0,0,421,3606,476,3969,id.po,,id,,indonesian,,,id,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ia.po,83,567,691,0,0,393,3402,476,3969,ia.po,,ia,,interlingua,,,ia,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,476,3969,476,3969,hy.po,,hy,,armenian,,,hy,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/hu.po,476,3969,3981,0,0,0,0,476,3969,hu.po,,hu,,hungarian,,,hu,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,476,3969,476,3969,hr.po,,hr,,croatian,,,hr,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/hi.po,340,2546,3067,0,0,136,1423,476,3969,hi.po,,hi,,hindi,,,hi,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/he.po,47,407,376,0,0,429,3562,476,3969,he.po,,he,,hebrew,,,he,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/gu.po,341,2564,2821,0,0,135,1405,476,3969,gu.po,,gu,,gujarati,,,gu,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/gl.po,81,603,745,0,0,395,3366,476,3969,gl.po,,gl,,galician,,,gl,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,476,3969,476,3969,ga.po,,ga,,irish,,,ga,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/fr.po,476,3969,4841,0,0,0,0,476,3969,fr.po,,fr,,french,,,fr,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/fi.po,280,1656,1286,0,0,196,2313,476,3969,fi.po,,fi,,finnish,,,fi,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/fa.po,17,64,78,0,0,459,3905,476,3969,fa.po,,fa,,persian,,,fa,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/eu.po,35,189,177,0,0,441,3780,476,3969,eu.po,,eu,,basque,,,eu,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/et.po,148,1034,898,0,0,328,2935,476,3969,et.po,,et,,estonian,,,et,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/es.po,476,3969,4863,0,0,0,0,476,3969,es.po,,es,,spanish,,,es,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,476,3969,476,3969,eo.po,,eo,,esperanto,,,eo,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,476,3969,476,3969,en_us.po,,en,us,english,,united states,en_us,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/en_gb.po,249,2212,2211,0,0,227,1757,476,3969,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/el.po,19,151,176,0,0,457,3818,476,3969,el.po,,el,,greek,,,el,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,476,3969,476,3969,dz.po,,dz,,dzongkha,,,dz,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,476,3969,476,3969,de_ch.po,,de,ch,german,,switzerland,de_ch,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/de.po,476,3969,3905,0,0,0,0,476,3969,de.po,,de,,german,,,de,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/da.po,476,3969,3749,0,0,0,0,476,3969,da.po,,da,,danish,,,da,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,476,3969,476,3969,cy.po,,cy,,welsh,,,cy,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/cs.po,476,3969,3718,0,0,0,0,476,3969,cs.po,,cs,,czech,,,cs,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ca.po,476,3969,5170,0,0,0,0,476,3969,ca.po,,ca,,catalan,,,ca,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/bs.po,19,150,157,0,0,457,3819,476,3969,bs.po,,bs,,bosnian,,,bs,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,476,3969,476,3969,brx.po,,brx,,bodo,,,brx,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,476,3969,476,3969,br.po,,br,,breton,,,br,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,476,3969,476,3969,bo.po,,bo,,tibetan,,,bo,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/bn_in.po,340,2546,2780,0,0,136,1423,476,3969,bn_in.po,,bn,in,bangla,,india,bn_in,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/bn.po,128,927,1039,0,0,348,3042,476,3969,bn.po,,bn,,bangla,,,bn,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/bg.po,153,1116,1228,0,0,323,2853,476,3969,bg.po,,bg,,bulgarian,,,bg,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,476,3969,476,3969,be.po,,be,,belarusian,,,be,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,476,3969,476,3969,bal.po,,bal,,baluchi,,,bal,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,476,3969,476,3969,az.po,,az,,azerbaijani,,,az,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ast.po,1,1,1,0,0,475,3968,476,3969,ast.po,,ast,,asturian,,,ast,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/as.po,328,2488,2595,0,0,148,1481,476,3969,as.po,,as,,assamese,,,as,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ar.po,6,20,23,0,0,470,3949,476,3969,ar.po,,ar,,arabic,,,ar,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,476,3969,476,3969,am.po,,am,,amharic,,,am,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,476,3969,476,3969,aln.po,,aln,,gheg albanian,,,aln,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,476,3969,476,3969,af.po,,af,,afrikaans,,,af,po -abrt-2.12.0-2.fc30.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,476,3969,476,3969,ach.po,,ach,,acoli,,,ach,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/nl.po,10,59,57,0,0,0,0,10,59,nl.po,,nl,,dutch,,,nl,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/de.po,10,59,59,0,0,0,0,10,59,de.po,,de,,german,,,de,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ko.po,10,59,44,0,0,0,0,10,59,ko.po,,ko,,korean,,,ko,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/tr.po,10,59,58,0,0,0,0,10,59,tr.po,,tr,,turkish,,,tr,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/da.po,0,0,0,0,0,10,59,10,59,da.po,,da,,danish,,,da,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,10,59,10,59,ia.po,,ia,,interlingua,,,ia,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/pt_br.po,10,59,69,0,0,0,0,10,59,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/sv.po,10,59,51,0,0,0,0,10,59,sv.po,,sv,,swedish,,,sv,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,10,59,10,59,ro.po,,ro,,romanian,,,ro,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/eo.po,10,59,53,0,0,0,0,10,59,eo.po,,eo,,esperanto,,,eo,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/sl.po,10,59,55,0,0,0,0,10,59,sl.po,,sl,,slovenian,,,sl,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,10,59,10,59,ga.po,,ga,,irish,,,ga,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ja.po,10,59,12,0,0,0,0,10,59,ja.po,,ja,,japanese,,,ja,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/pl.po,10,59,56,0,0,0,0,10,59,pl.po,,pl,,polish,,,pl,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ru.po,10,59,62,0,0,0,0,10,59,ru.po,,ru,,russian,,,ru,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,10,59,10,59,he.po,,he,,hebrew,,,he,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,10,59,10,59,sr.po,,sr,,serbian,,,sr,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,10,59,10,59,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/en_gb.po,10,59,59,0,0,0,0,10,59,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,10,59,10,59,wa.po,,wa,,walloon,,,wa,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/gl.po,10,59,76,0,0,0,0,10,59,gl.po,,gl,,galician,,,gl,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,10,59,10,59,bn_in.po,,bn,in,bangla,,india,bn_in,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,10,59,10,59,bg.po,,bg,,bulgarian,,,bg,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/el.po,10,59,62,0,0,0,0,10,59,el.po,,el,,greek,,,el,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,10,59,10,59,te.po,,te,,telugu,,,te,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/cs.po,10,59,59,0,0,0,0,10,59,cs.po,,cs,,czech,,,cs,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/fr.po,10,59,78,0,0,0,0,10,59,fr.po,,fr,,french,,,fr,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/lv.po,10,59,53,0,0,0,0,10,59,lv.po,,lv,,latvian,,,lv,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/zh_cn.po,10,59,11,0,0,0,0,10,59,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ka.po,10,59,52,0,0,0,0,10,59,ka.po,,ka,,georgian,,,ka,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/uk.po,10,59,60,0,0,0,0,10,59,uk.po,,uk,,ukrainian,,,uk,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/zh_tw.po,10,59,13,0,0,0,0,10,59,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,10,59,10,59,hi.po,,hi,,hindi,,,hi,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,10,59,10,59,lt.po,,lt,,lithuanian,,,lt,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ca.po,10,59,73,0,0,0,0,10,59,ca.po,,ca,,catalan,,,ca,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/sk.po,10,59,61,0,0,0,0,10,59,sk.po,,sk,,slovak,,,sk,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/vi.po,10,59,89,0,0,0,0,10,59,vi.po,,vi,,vietnamese,,,vi,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,10,59,10,59,ar.po,,ar,,arabic,,,ar,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,10,59,10,59,kk.po,,kk,,kazakh,,,kk,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/es.po,10,59,67,0,0,0,0,10,59,es.po,,es,,spanish,,,es,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/it.po,10,59,71,0,0,0,0,10,59,it.po,,it,,italian,,,it,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,10,59,10,59,fa.po,,fa,,persian,,,fa,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/pa.po,10,59,62,0,0,0,0,10,59,pa.po,,pa,,punjabi,,,pa,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/id.po,10,59,56,0,0,0,0,10,59,id.po,,id,,indonesian,,,id,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,10,59,10,59,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/hu.po,10,59,50,0,0,0,0,10,59,hu.po,,hu,,hungarian,,,hu,po -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv,po/fi.po,10,59,39,0,0,0,0,10,59,fi.po,,fi,,finnish,,,fi,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/en@boldquot.po,52,500,502,0,0,0,0,52,500,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/sv.po,49,395,380,3,105,0,0,52,500,sv.po,,sv,,swedish,,,sv,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/en@quot.po,52,500,500,0,0,0,0,52,500,en@quot.po,quot,en,,english,,,en@quot,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/fr.po,48,370,424,4,130,0,0,52,500,fr.po,,fr,,french,,,fr,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/pl.po,49,395,400,3,105,0,0,52,500,pl.po,,pl,,polish,,,pl,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/es.po,49,395,447,3,105,0,0,52,500,es.po,,es,,spanish,,,es,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/gl.po,49,395,447,3,105,0,0,52,500,gl.po,,gl,,galician,,,gl,po -acl-2.2.53-3.fc30.src.rpm.stats.csv,po/de.po,49,395,362,3,105,0,0,52,500,de.po,,de,,german,,,de,po -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv,alsaconf/po/ja.po,35,537,213,0,0,1,1,36,538,ja.po,,ja,,japanese,,,ja,alsaconf/po -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv,alsaconf/po/ru.po,34,407,373,1,130,1,1,36,538,ru.po,,ru,,russian,,,ru,alsaconf/po -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv,po/fr.po,264,1144,1449,21,475,37,169,322,1788,fr.po,,fr,,french,,,fr,po -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv,po/ja.po,245,1080,594,22,486,55,222,322,1788,ja.po,,ja,,japanese,,,ja,po -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv,po/de.po,294,1260,1171,20,474,8,54,322,1788,de.po,,de,,german,,,de,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/nb.po,741,3389,3103,8,17,536,4405,1285,7811,nb.po,,nb,,norwegian bokmål,,,nb,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/kn.po,783,4094,3671,3,32,499,3685,1285,7811,kn.po,,kn,,kannada,,,kn,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/lv.po,46,243,193,0,0,1239,7568,1285,7811,lv.po,,lv,,latvian,,,lv,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/or.po,462,2550,2604,0,0,823,5261,1285,7811,or.po,,or,,odia,,,or,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/nso.po,14,66,90,0,0,1271,7745,1285,7811,nso.po,,nso,,northern sotho,,,nso,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/bn.po,37,227,240,0,0,1248,7584,1285,7811,bn.po,,bn,,bangla,,,bn,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,1285,7811,1285,7811,br.po,,br,,breton,,,br,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/si.po,40,225,224,0,0,1245,7586,1285,7811,si.po,,si,,sinhala,,,si,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,1285,7811,1285,7811,bal.po,,bal,,baluchi,,,bal,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/he.po,1187,6876,6199,2,2,96,933,1285,7811,he.po,,he,,hebrew,,,he,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ca.po,1272,7658,9036,0,0,13,153,1285,7811,ca.po,,ca,,catalan,,,ca,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/zh_cn.po,1285,7811,2503,0,0,0,0,1285,7811,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/is.po,23,112,107,0,0,1262,7699,1285,7811,is.po,,is,,icelandic,,,is,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/vi.po,14,66,64,0,0,1271,7745,1285,7811,vi.po,,vi,,vietnamese,,,vi,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/be.po,1280,7773,6906,0,0,5,38,1285,7811,be.po,,be,,belarusian,,,be,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/nn.po,39,311,257,0,0,1246,7500,1285,7811,nn.po,,nn,,norwegian nynorsk,,,nn,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/fa.po,143,456,534,0,0,1142,7355,1285,7811,fa.po,,fa,,persian,,,fa,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/fr.po,1285,7811,9340,0,0,0,0,1285,7811,fr.po,,fr,,french,,,fr,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ga.po,252,457,509,0,0,1033,7354,1285,7811,ga.po,,ga,,irish,,,ga,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,1285,7811,1285,7811,anp.po,,anp,,angika,,,anp,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/tr.po,1210,7050,5822,0,0,75,761,1285,7811,tr.po,,tr,,turkish,,,tr,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,1285,7811,1285,7811,yo.po,,yo,,yoruba,,,yo,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ia.po,642,3043,3427,0,0,643,4768,1285,7811,ia.po,,ia,,interlingua,,,ia,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/mai.po,24,144,176,0,0,1261,7667,1285,7811,mai.po,,mai,,maithili,,,mai,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ja.po,1270,7665,2488,0,0,15,146,1285,7811,ja.po,,ja,,japanese,,,ja,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,1285,7811,1285,7811,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ne.po,17,79,76,0,0,1268,7732,1285,7811,ne.po,,ne,,nepali,,,ne,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/pl.po,1285,7811,7350,0,0,0,0,1285,7811,pl.po,,pl,,polish,,,pl,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/pa.po,880,3632,4241,0,0,405,4179,1285,7811,pa.po,,pa,,punjabi,,,pa,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/nds.po,4,8,7,0,0,1281,7803,1285,7811,nds.po,,nds,,low german,,,nds,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,1285,7811,1285,7811,mn.po,,mn,,mongolian,,,mn,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,1285,7811,1285,7811,tw.po,,tw,,twi,,,tw,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/gu.po,796,3670,4305,0,0,489,4141,1285,7811,gu.po,,gu,,gujarati,,,gu,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ast.po,32,192,194,0,0,1253,7619,1285,7811,ast.po,,ast,,asturian,,,ast,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ru.po,1279,7765,6697,0,0,6,46,1285,7811,ru.po,,ru,,russian,,,ru,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/sq.po,1019,5848,6871,0,0,266,1963,1285,7811,sq.po,,sq,,albanian,,,sq,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/bg.po,984,5675,5853,0,0,301,2136,1285,7811,bg.po,,bg,,bulgarian,,,bg,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ta.po,879,4817,4363,0,0,406,2994,1285,7811,ta.po,,ta,,tamil,,,ta,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/id.po,1272,7694,7307,0,0,13,117,1285,7811,id.po,,id,,indonesian,,,id,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/fil.po,98,647,729,2,37,1185,7127,1285,7811,fil.po,,fil,,filipino,,,fil,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ml.po,436,2332,1840,0,0,849,5479,1285,7811,ml.po,,ml,,malayalam,,,ml,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/af.po,14,66,63,0,0,1271,7745,1285,7811,af.po,,af,,afrikaans,,,af,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/zh_tw.po,1274,7717,2341,0,0,11,94,1285,7811,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/nl.po,1285,7811,7809,0,0,0,0,1285,7811,nl.po,,nl,,dutch,,,nl,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ms.po,16,71,64,0,0,1269,7740,1285,7811,ms.po,,ms,,malay,,,ms,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,1285,7811,1285,7811,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/te.po,451,2419,1962,0,0,834,5392,1285,7811,te.po,,te,,telugu,,,te,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/sk.po,1285,7811,7328,0,0,0,0,1285,7811,sk.po,,sk,,slovak,,,sk,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/fur.po,1103,6392,7386,0,0,182,1419,1285,7811,fur.po,,fur,,friulian,,,fur,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/zh_hk.po,231,1088,342,0,0,1054,6723,1285,7811,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/de_ch.po,20,125,119,0,0,1265,7686,1285,7811,de_ch.po,,de,ch,german,,switzerland,de_ch,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/sv.po,1284,7797,7176,0,0,1,14,1285,7811,sv.po,,sv,,swedish,,,sv,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/lt.po,1203,7054,5855,0,0,82,757,1285,7811,lt.po,,lt,,lithuanian,,,lt,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/am.po,14,66,58,0,0,1271,7745,1285,7811,am.po,,am,,amharic,,,am,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/bo.po,1,1,1,0,0,1284,7810,1285,7811,bo.po,,bo,,tibetan,,,bo,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/eo.po,1090,5581,5162,51,240,144,1990,1285,7811,eo.po,,eo,,esperanto,,,eo,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/cy.po,14,66,67,0,0,1271,7745,1285,7811,cy.po,,cy,,welsh,,,cy,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/as.po,895,4939,5323,0,0,390,2872,1285,7811,as.po,,as,,assamese,,,as,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/sl.po,17,79,67,0,0,1268,7732,1285,7811,sl.po,,sl,,slovenian,,,sl,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/pt_br.po,1258,7567,8202,0,0,27,244,1285,7811,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/uk.po,1285,7811,7761,0,0,0,0,1285,7811,uk.po,,uk,,ukrainian,,,uk,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,1285,7811,1285,7811,brx.po,,brx,,bodo,,,brx,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ka.po,317,711,641,0,0,968,7100,1285,7811,ka.po,,ka,,georgian,,,ka,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/mk.po,17,79,77,0,0,1268,7732,1285,7811,mk.po,,mk,,macedonian,,,mk,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/hu.po,1285,7811,7091,0,0,0,0,1285,7811,hu.po,,hu,,hungarian,,,hu,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,1285,7811,1285,7811,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/gl.po,326,1625,1902,0,0,959,6186,1285,7811,gl.po,,gl,,galician,,,gl,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/el.po,34,191,197,0,0,1251,7620,1285,7811,el.po,,el,,greek,,,el,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/it.po,1108,6418,6695,1,10,176,1383,1285,7811,it.po,,it,,italian,,,it,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/da.po,1285,7811,7094,0,0,0,0,1285,7811,da.po,,da,,danish,,,da,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/eu.po,248,631,588,0,0,1037,7180,1285,7811,eu.po,,eu,,basque,,,eu,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ko.po,1269,7636,6293,0,0,16,175,1285,7811,ko.po,,ko,,korean,,,ko,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ro.po,1089,6201,6694,0,0,196,1610,1285,7811,ro.po,,ro,,romanian,,,ro,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/tg.po,16,46,48,0,0,1269,7765,1285,7811,tg.po,,tg,,tajik,,,tg,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/cs.po,1285,7811,7206,0,0,0,0,1285,7811,cs.po,,cs,,czech,,,cs,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/bn_in.po,904,5051,5445,0,0,381,2760,1285,7811,bn_in.po,,bn,in,bangla,,india,bn_in,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/en_gb.po,37,227,227,0,0,1248,7584,1285,7811,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/pt.po,316,1142,1293,0,0,969,6669,1285,7811,pt.po,,pt,,portuguese,,,pt,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/sr.po,1198,6786,6532,0,0,87,1025,1285,7811,sr.po,,sr,,serbian,,,sr,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/hr.po,1011,5761,5358,0,0,274,2050,1285,7811,hr.po,,hr,,croatian,,,hr,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ilo.po,14,66,77,0,0,1271,7745,1285,7811,ilo.po,,ilo,,iloko,,,ilo,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/th.po,170,690,320,0,0,1115,7121,1285,7811,th.po,,th,,thai,,,th,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ar.po,565,2688,2615,0,0,720,5123,1285,7811,ar.po,,ar,,arabic,,,ar,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/sr@latin.po,28,170,159,0,0,1257,7641,1285,7811,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/zu.po,11,52,37,0,0,1274,7759,1285,7811,zu.po,,zu,,zulu,,,zu,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/fi.po,1027,5439,4071,0,0,258,2372,1285,7811,fi.po,,fi,,finnish,,,fi,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/et.po,171,553,471,0,0,1114,7258,1285,7811,et.po,,et,,estonian,,,et,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/km.po,279,2291,1060,0,0,1006,5520,1285,7811,km.po,,km,,khmer,,,km,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,1285,7811,1285,7811,kw.po,,kw,,cornish,,,kw,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/hi.po,433,2234,2618,0,0,852,5577,1285,7811,hi.po,,hi,,hindi,,,hi,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/de.po,1259,7455,7108,0,0,26,356,1285,7811,de.po,,de,,german,,,de,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/bs.po,18,93,79,0,0,1267,7718,1285,7811,bs.po,,bs,,bosnian,,,bs,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/es.po,1284,7797,8793,0,0,1,14,1285,7811,es.po,,es,,spanish,,,es,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,1285,7811,1285,7811,ky.po,,ky,,kyrgyz,,,ky,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/mr.po,495,2811,2582,0,0,790,5000,1285,7811,mr.po,,mr,,marathi,,,mr,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/kk.po,1110,6433,5564,0,0,175,1378,1285,7811,kk.po,,kk,,kazakh,,,kk,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/ur.po,14,66,81,0,0,1271,7745,1285,7811,ur.po,,ur,,urdu,,,ur,po -anaconda-30.25.6-1.fc30.src.rpm.stats.csv,po/my.po,64,287,183,0,0,1221,7524,1285,7811,my.po,,my,,burmese,,,my,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,123,370,361,1,1,45,69,169,440,en_ca.po,,en,ca,english,,canada,en_ca,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,169,440,334,0,0,0,0,169,440,hu.po,,hu,,hungarian,,,hu,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/th.po,136,392,157,0,0,33,48,169,440,th.po,,th,,thai,,,th,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,169,440,181,0,0,0,0,169,440,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,139,398,315,0,0,30,42,169,440,nn.po,,nn,,norwegian nynorsk,,,nn,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/si.po,31,38,40,0,0,138,402,169,440,si.po,,si,,sinhala,,,si,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,169,440,427,0,0,0,0,169,440,hr.po,,hr,,croatian,,,hr,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,169,440,381,0,0,0,0,169,440,lt.po,,lt,,lithuanian,,,lt,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,126,375,298,0,0,43,65,169,440,mn.po,,mn,,mongolian,,,mn,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/es.po,169,440,561,0,0,0,0,169,440,es.po,,es,,spanish,,,es,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,169,440,385,0,0,0,0,169,440,tr.po,,tr,,turkish,,,tr,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,169,440,421,0,0,0,0,169,440,sr.po,,sr,,serbian,,,sr,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/zu.po,98,224,203,1,2,70,214,169,440,zu.po,,zu,,zulu,,,zu,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/as.po,169,440,409,0,0,0,0,169,440,as.po,,as,,assamese,,,as,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,139,398,470,0,0,30,42,169,440,gu.po,,gu,,gujarati,,,gu,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/yi.po,31,31,32,48,96,90,313,169,440,yi.po,,yi,,yiddish,,,yi,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,169,440,528,0,0,0,0,169,440,pt.po,,pt,,portuguese,,,pt,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,74,121,124,10,19,85,300,169,440,ms.po,,ms,,malay,,,ms,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,139,398,457,0,0,30,42,169,440,ast.po,,ast,,asturian,,,ast,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/da.po,169,440,309,0,0,0,0,169,440,da.po,,da,,danish,,,da,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,169,440,402,0,0,0,0,169,440,lv.po,,lv,,latvian,,,lv,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/an.po,169,440,522,0,0,0,0,169,440,an.po,,an,,aragonese,,,an,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,169,440,425,0,0,0,0,169,440,ru.po,,ru,,russian,,,ru,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,139,398,342,0,0,30,42,169,440,bn_in.po,,bn,in,bangla,,india,bn_in,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,169,440,517,0,0,0,0,169,440,fur.po,,fur,,friulian,,,fur,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,64,142,188,2,2,103,296,169,440,wa.po,,wa,,walloon,,,wa,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,169,440,439,0,0,0,0,169,440,ro.po,,ro,,romanian,,,ro,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,169,440,426,0,0,0,0,169,440,ne.po,,ne,,nepali,,,ne,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,126,375,431,0,0,43,65,169,440,sq.po,,sq,,albanian,,,sq,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,139,398,353,0,0,30,42,169,440,kn.po,,kn,,kannada,,,kn,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,169,440,536,0,0,0,0,169,440,fr.po,,fr,,french,,,fr,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/li.po,31,31,31,48,96,90,313,169,440,li.po,,li,,limburgish,,,li,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/te.po,139,398,332,0,0,30,42,169,440,te.po,,te,,telugu,,,te,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,167,410,350,1,21,1,9,169,440,eo.po,,eo,,esperanto,,,eo,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,126,375,376,0,0,43,65,169,440,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/hy.po,126,375,338,0,0,43,65,169,440,hy.po,,hy,,armenian,,,hy,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,169,440,527,0,0,0,0,169,440,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,169,440,524,0,0,0,0,169,440,bg.po,,bg,,bulgarian,,,bg,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,139,398,333,0,0,30,42,169,440,ml.po,,ml,,malayalam,,,ml,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,139,398,157,0,0,30,42,169,440,ja.po,,ja,,japanese,,,ja,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/el.po,169,440,451,0,0,0,0,169,440,el.po,,el,,greek,,,el,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,169,440,456,0,0,0,0,169,440,pa.po,,pa,,punjabi,,,pa,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,169,440,419,0,0,0,0,169,440,pl.po,,pl,,polish,,,pl,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,139,398,343,0,0,30,42,169,440,ug.po,,ug,,uyghur,,,ug,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,169,440,186,0,0,0,0,169,440,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/is.po,31,31,32,48,96,90,313,169,440,is.po,,is,,icelandic,,,is,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,126,375,341,0,0,43,65,169,440,ar.po,,ar,,arabic,,,ar,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/af.po,108,334,288,12,31,49,75,169,440,af.po,,af,,afrikaans,,,af,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/et.po,139,398,285,0,0,30,42,169,440,et.po,,et,,estonian,,,et,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,169,440,529,0,0,0,0,169,440,gl.po,,gl,,galician,,,gl,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,169,440,527,0,0,0,0,169,440,ca.po,,ca,,catalan,,,ca,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,169,440,415,0,0,0,0,169,440,sk.po,,sk,,slovak,,,sk,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,52,78,76,0,0,117,362,169,440,kk.po,,kk,,kazakh,,,kk,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/or.po,139,398,347,0,0,30,42,169,440,or.po,,or,,odia,,,or,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/km.po,139,398,164,0,0,30,42,169,440,km.po,,km,,khmer,,,km,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,169,440,417,0,0,0,0,169,440,cs.po,,cs,,czech,,,cs,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,123,370,388,1,1,45,69,169,440,mai.po,,mai,,maithili,,,mai,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,169,440,371,0,0,0,0,169,440,nl.po,,nl,,dutch,,,nl,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/tt.po,114,359,292,7,8,48,73,169,440,tt.po,,tt,,tatar,,,tt,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,169,440,430,0,0,0,0,169,440,bs.po,,bs,,bosnian,,,bs,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/de.po,169,440,353,0,0,0,0,169,440,de.po,,de,,german,,,de,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,169,440,440,0,0,0,0,169,440,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,5,5,5,85,299,79,136,169,440,rw.po,,rw,,kinyarwanda,,,rw,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/az.po,114,359,314,7,8,48,73,169,440,az.po,,az,,azerbaijani,,,az,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,25,25,26,15,26,129,389,169,440,ga.po,,ga,,irish,,,ga,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,159,417,297,5,9,5,14,169,440,fi.po,,fi,,finnish,,,fi,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,40,46,48,0,0,129,394,169,440,tg.po,,tg,,tajik,,,tg,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,169,440,362,0,0,0,0,169,440,nb.po,,nb,,norwegian bokmål,,,nb,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,169,440,186,0,0,0,0,169,440,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,139,398,360,0,0,30,42,169,440,uk.po,,uk,,ukrainian,,,uk,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/be.po,169,440,398,0,0,0,0,169,440,be.po,,be,,belarusian,,,be,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/he.po,169,440,441,0,0,0,0,169,440,he.po,,he,,hebrew,,,he,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,169,440,477,0,0,0,0,169,440,gd.po,,gd,,scottish gaelic,,,gd,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,169,440,528,0,0,0,0,169,440,oc.po,,oc,,occitan,,,oc,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,125,374,337,1,1,43,65,169,440,be@latin.po,latin,be,,belarusian,,,be@latin,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,123,370,188,1,1,45,69,169,440,dz.po,,dz,,dzongkha,,,dz,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,121,348,331,1,1,47,91,169,440,ku.po,,ku,,kurdish,,,ku,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,139,398,380,0,0,30,42,169,440,fa.po,,fa,,persian,,,fa,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,169,440,635,0,0,0,0,169,440,vi.po,,vi,,vietnamese,,,vi,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,169,440,341,0,0,0,0,169,440,eu.po,,eu,,basque,,,eu,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,169,440,529,0,0,0,0,169,440,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/am.po,24,24,28,26,53,119,363,169,440,am.po,,am,,amharic,,,am,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,169,440,326,0,0,0,0,169,440,sv.po,,sv,,swedish,,,sv,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/id.po,169,440,415,0,0,0,0,169,440,id.po,,id,,indonesian,,,id,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,123,370,300,1,1,45,69,169,440,ka.po,,ka,,georgian,,,ka,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/sr@ije.po,114,359,336,7,8,48,73,169,440,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,169,440,396,0,0,0,0,169,440,ko.po,,ko,,korean,,,ko,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,126,375,347,0,0,43,65,169,440,mr.po,,mr,,marathi,,,mr,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,169,440,421,0,0,0,0,169,440,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,123,370,436,1,1,45,69,169,440,mk.po,,mk,,macedonian,,,mk,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,139,398,432,0,0,30,42,169,440,hi.po,,hi,,hindi,,,hi,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,123,370,436,1,1,45,69,169,440,ps.po,,ps,,pashto,,,ps,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,126,375,382,0,0,43,65,169,440,cy.po,,cy,,welsh,,,cy,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,169,440,393,0,0,0,0,169,440,sl.po,,sl,,slovenian,,,sl,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,114,359,319,7,8,48,73,169,440,xh.po,,xh,,xhosa,,,xh,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/tk.po,111,348,291,8,9,50,83,169,440,tk.po,,tk,,turkmen,,,tk,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/it.po,169,440,491,0,0,0,0,169,440,it.po,,it,,italian,,,it,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,126,375,346,0,0,43,65,169,440,bn.po,,bn,,bangla,,,bn,po -atk-2.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,139,398,326,0,0,30,42,169,440,ta.po,,ta,,tamil,,,ta,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,2,10,2,0,0,16,112,18,122,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,2,10,2,0,0,16,112,18,122,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,2,10,2,0,0,16,112,18,122,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,14,96,121,0,0,4,26,18,122,vi.po,,vi,,vietnamese,,,vi,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,1,5,5,0,0,17,117,18,122,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,18,122,119,0,0,0,0,18,122,uk.po,,uk,,ukrainian,,,uk,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,14,96,115,0,0,4,26,18,122,ug.po,,ug,,uyghur,,,ug,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,2,10,12,0,0,16,112,18,122,tr.po,,tr,,turkish,,,tr,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,1,5,5,0,0,17,117,18,122,tg.po,,tg,,tajik,,,tg,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/te.po,18,122,109,0,0,0,0,18,122,te.po,,te,,telugu,,,te,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,1,5,3,0,0,17,117,18,122,ta.po,,ta,,tamil,,,ta,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,2,10,13,0,0,16,112,18,122,sv.po,,sv,,swedish,,,sv,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,2,10,11,0,0,16,112,18,122,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,2,10,11,0,0,16,112,18,122,sr.po,,sr,,serbian,,,sr,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/sq.po,18,122,145,0,0,0,0,18,122,sq.po,,sq,,albanian,,,sq,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,2,10,9,0,0,16,112,18,122,sl.po,,sl,,slovenian,,,sl,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,2,10,11,0,0,16,112,18,122,sk.po,,sk,,slovak,,,sk,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,2,10,12,0,0,16,112,18,122,ru.po,,ru,,russian,,,ru,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,2,10,13,0,0,16,112,18,122,ro.po,,ro,,romanian,,,ro,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,2,10,12,0,0,16,112,18,122,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,2,10,12,0,0,16,112,18,122,pt.po,,pt,,portuguese,,,pt,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,2,10,12,0,0,16,112,18,122,pl.po,,pl,,polish,,,pl,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,2,10,14,0,0,16,112,18,122,pa.po,,pa,,punjabi,,,pa,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/or.po,18,122,125,0,0,0,0,18,122,or.po,,or,,odia,,,or,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,2,10,10,0,0,16,112,18,122,oc.po,,oc,,occitan,,,oc,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,2,10,10,0,0,16,112,18,122,nl.po,,nl,,dutch,,,nl,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,2,10,11,0,0,16,112,18,122,ne.po,,ne,,nepali,,,ne,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,2,10,9,0,0,16,112,18,122,nb.po,,nb,,norwegian bokmål,,,nb,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,2,10,9,0,0,16,112,18,122,ms.po,,ms,,malay,,,ms,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,14,96,103,0,0,4,26,18,122,mr.po,,mr,,marathi,,,mr,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,2,10,9,0,0,16,112,18,122,ml.po,,ml,,malayalam,,,ml,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,2,10,9,0,0,16,112,18,122,lv.po,,lv,,latvian,,,lv,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,2,10,9,0,0,16,112,18,122,lt.po,,lt,,lithuanian,,,lt,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,2,10,9,0,0,16,112,18,122,ko.po,,ko,,korean,,,ko,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,18,122,123,0,0,0,0,18,122,kn.po,,kn,,kannada,,,kn,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/km.po,1,5,5,0,0,17,117,18,122,km.po,,km,,khmer,,,km,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,2,10,12,0,0,16,112,18,122,kk.po,,kk,,kazakh,,,kk,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,1,5,1,0,0,17,117,18,122,ja.po,,ja,,japanese,,,ja,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/it.po,2,10,9,0,0,16,112,18,122,it.po,,it,,italian,,,it,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/id.po,2,10,9,0,0,16,112,18,122,id.po,,id,,indonesian,,,id,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,2,10,10,0,0,16,112,18,122,hu.po,,hu,,hungarian,,,hu,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,2,10,10,0,0,16,112,18,122,hr.po,,hr,,croatian,,,hr,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,1,5,5,0,0,17,117,18,122,hi.po,,hi,,hindi,,,hi,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/he.po,2,10,10,0,0,16,112,18,122,he.po,,he,,hebrew,,,he,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,18,122,143,0,0,0,0,18,122,gu.po,,gu,,gujarati,,,gu,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,2,10,12,0,0,16,112,18,122,gl.po,,gl,,galician,,,gl,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,2,10,12,0,0,16,112,18,122,gd.po,,gd,,scottish gaelic,,,gd,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,1,5,6,0,0,17,117,18,122,ga.po,,ga,,irish,,,ga,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,2,10,10,0,0,16,112,18,122,fur.po,,fur,,friulian,,,fur,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,2,10,9,0,0,16,112,18,122,fr.po,,fr,,french,,,fr,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,1,5,4,0,0,17,117,18,122,fi.po,,fi,,finnish,,,fi,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,2,10,10,0,0,16,112,18,122,fa.po,,fa,,persian,,,fa,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,2,10,10,0,0,16,112,18,122,eu.po,,eu,,basque,,,eu,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/et.po,2,10,12,0,0,16,112,18,122,et.po,,et,,estonian,,,et,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/es.po,2,10,13,0,0,16,112,18,122,es.po,,es,,spanish,,,es,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,1,5,5,0,0,17,117,18,122,eo.po,,eo,,esperanto,,,eo,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,2,10,10,0,0,16,112,18,122,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,1,5,5,0,0,17,117,18,122,en_ca.po,,en,ca,english,,canada,en_ca,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/el.po,2,10,10,0,0,16,112,18,122,el.po,,el,,greek,,,el,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/de.po,2,10,11,0,0,16,112,18,122,de.po,,de,,german,,,de,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/da.po,2,10,10,0,0,16,112,18,122,da.po,,da,,danish,,,da,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,2,10,11,0,0,16,112,18,122,cs.po,,cs,,czech,,,cs,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,2,10,12,0,0,16,112,18,122,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,2,10,12,0,0,16,112,18,122,ca.po,,ca,,catalan,,,ca,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,2,10,10,0,0,16,112,18,122,bs.po,,bs,,bosnian,,,bs,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,18,122,139,0,0,0,0,18,122,bn_in.po,,bn,in,bangla,,india,bn_in,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,2,10,9,0,0,16,112,18,122,bg.po,,bg,,bulgarian,,,bg,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/be.po,2,10,12,0,0,16,112,18,122,be.po,,be,,belarusian,,,be,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,14,96,111,0,0,4,26,18,122,ast.po,,ast,,asturian,,,ast,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/as.po,2,10,9,0,0,16,112,18,122,as.po,,as,,assamese,,,as,po -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv,po/an.po,2,10,10,0,0,16,112,18,122,an.po,,an,,aragonese,,,an,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/en@boldquot.po,30,348,350,0,0,0,0,30,348,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/sv.po,22,208,206,7,138,1,2,30,348,sv.po,,sv,,swedish,,,sv,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/nl.po,22,208,209,7,138,1,2,30,348,nl.po,,nl,,dutch,,,nl,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/en@quot.po,30,348,348,0,0,0,0,30,348,en@quot.po,quot,en,,english,,,en@quot,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/fr.po,22,208,239,7,138,1,2,30,348,fr.po,,fr,,french,,,fr,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/pl.po,28,293,288,2,55,0,0,30,348,pl.po,,pl,,polish,,,pl,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/es.po,28,293,319,2,55,0,0,30,348,es.po,,es,,spanish,,,es,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/gl.po,28,293,319,2,55,0,0,30,348,gl.po,,gl,,galician,,,gl,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/de.po,21,197,186,8,149,1,2,30,348,de.po,,de,,german,,,de,po -attr-2.4.48-5.fc30.src.rpm.stats.csv,po/cs.po,28,293,290,2,55,0,0,30,348,cs.po,,cs,,czech,,,cs,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/zh_tw.po,309,1783,703,0,0,4,24,313,1807,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/zh_cn.po,309,1783,552,0,0,4,24,313,1807,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/uk.po,313,1807,1818,0,0,0,0,313,1807,uk.po,,uk,,ukrainian,,,uk,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/sv.po,313,1807,1755,0,0,0,0,313,1807,sv.po,,sv,,swedish,,,sv,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/ru.po,309,1783,1699,0,0,4,24,313,1807,ru.po,,ru,,russian,,,ru,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/pt_br.po,309,1783,2049,0,0,4,24,313,1807,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/pl.po,313,1807,1792,0,0,0,0,313,1807,pl.po,,pl,,polish,,,pl,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/nl.po,313,1807,1877,0,0,0,0,313,1807,nl.po,,nl,,dutch,,,nl,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/ko.po,309,1783,1585,0,0,4,24,313,1807,ko.po,,ko,,korean,,,ko,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/ja.po,309,1783,858,0,0,4,24,313,1807,ja.po,,ja,,japanese,,,ja,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/it.po,309,1783,1919,0,0,4,24,313,1807,it.po,,it,,italian,,,it,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/hu.po,277,1599,1483,0,0,36,208,313,1807,hu.po,,hu,,hungarian,,,hu,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/fr.po,313,1807,2152,0,0,0,0,313,1807,fr.po,,fr,,french,,,fr,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/es.po,313,1807,2220,0,0,0,0,313,1807,es.po,,es,,spanish,,,es,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/de.po,309,1783,1759,0,0,4,24,313,1807,de.po,,de,,german,,,de,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/cs.po,183,956,887,0,0,130,851,313,1807,cs.po,,cs,,czech,,,cs,po -authselect-1.0.3-1.fc30.src.rpm.stats.csv,po/ca.po,173,930,1144,0,0,140,877,313,1807,ca.po,,ca,,catalan,,,ca,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/en_nz.po,152,758,758,11,89,5,21,168,868,en_nz.po,,en,nz,english,,new zealand,en_nz,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/en_ca.po,1,1,1,1,1,166,866,168,868,en_ca.po,,en,ca,english,,canada,en_ca,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/sk.po,165,865,870,2,2,1,1,168,868,sk.po,,sk,,slovak,,,sk,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/eo.po,67,167,141,1,1,100,700,168,868,eo.po,,eo,,esperanto,,,eo,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/sr@latin.po,165,865,896,2,2,1,1,168,868,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/pl.po,168,868,865,0,0,0,0,168,868,pl.po,,pl,,polish,,,pl,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/uk.po,168,868,883,0,0,0,0,168,868,uk.po,,uk,,ukrainian,,,uk,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/fr.po,165,865,989,2,2,1,1,168,868,fr.po,,fr,,french,,,fr,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/nl.po,165,865,846,2,2,1,1,168,868,nl.po,,nl,,dutch,,,nl,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/es.po,165,865,1070,2,2,1,1,168,868,es.po,,es,,spanish,,,es,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/el.po,165,865,876,2,2,1,1,168,868,el.po,,el,,greek,,,el,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/oc.po,168,868,993,0,0,0,0,168,868,oc.po,,oc,,occitan,,,oc,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/tr.po,168,868,789,0,0,0,0,168,868,tr.po,,tr,,turkish,,,tr,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/fi.po,164,794,634,2,2,2,72,168,868,fi.po,,fi,,finnish,,,fi,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/fa.po,74,224,245,1,1,93,643,168,868,fa.po,,fa,,persian,,,fa,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ms.po,40,94,95,1,1,127,773,168,868,ms.po,,ms,,malay,,,ms,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ja.po,165,865,449,2,2,1,1,168,868,ja.po,,ja,,japanese,,,ja,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/bg.po,165,865,1001,2,2,1,1,168,868,bg.po,,bg,,bulgarian,,,bg,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/et.po,129,477,405,2,2,37,389,168,868,et.po,,et,,estonian,,,et,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/cs.po,133,642,607,2,2,33,224,168,868,cs.po,,cs,,czech,,,cs,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/sv.po,168,868,807,0,0,0,0,168,868,sv.po,,sv,,swedish,,,sv,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/hu.po,168,868,780,0,0,0,0,168,868,hu.po,,hu,,hungarian,,,hu,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ar.po,91,262,267,2,2,75,604,168,868,ar.po,,ar,,arabic,,,ar,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/sl.po,165,865,882,2,2,1,1,168,868,sl.po,,sl,,slovenian,,,sl,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/id.po,168,868,850,0,0,0,0,168,868,id.po,,id,,indonesian,,,id,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/he.po,103,332,318,2,2,63,534,168,868,he.po,,he,,hebrew,,,he,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/pt_br.po,165,865,1009,2,2,1,1,168,868,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/en_au.po,2,2,2,1,1,165,865,168,868,en_au.po,,en,au,english,,australia,en_au,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/fo.po,113,413,366,2,2,53,453,168,868,fo.po,,fo,,faroese,,,fo,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/zh_tw.po,165,865,391,2,2,1,1,168,868,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,168,868,168,868,ko.po,,ko,,korean,,,ko,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,168,868,168,868,ach.po,,ach,,acoli,,,ach,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/it.po,165,865,986,2,2,1,1,168,868,it.po,,it,,italian,,,it,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ru.po,165,865,828,2,2,1,1,168,868,ru.po,,ru,,russian,,,ru,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/da.po,165,865,761,2,2,1,1,168,868,da.po,,da,,danish,,,da,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/lv.po,165,865,776,2,2,1,1,168,868,lv.po,,lv,,latvian,,,lv,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/sr.po,165,865,896,2,2,1,1,168,868,sr.po,,sr,,serbian,,,sr,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/gl.po,165,865,1161,2,2,1,1,168,868,gl.po,,gl,,galician,,,gl,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/de.po,165,865,779,2,2,1,1,168,868,de.po,,de,,german,,,de,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/en_gb.po,165,865,865,2,2,1,1,168,868,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ca.po,165,865,1145,2,2,1,1,168,868,ca.po,,ca,,catalan,,,ca,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/zh_cn.po,165,865,414,2,2,1,1,168,868,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -avahi-0.7-18.fc30.src.rpm.stats.csv,po/ro.po,165,865,882,2,2,1,1,168,868,ro.po,,ro,,romanian,,,ro,po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/cs.po,4,67,68,0,0,0,0,4,67,cs.po,,cs,,czech,,,cs,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/da.po,4,67,64,0,0,0,0,4,67,da.po,,da,,danish,,,da,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/de.po,4,67,64,0,0,0,0,4,67,de.po,,de,,german,,,de,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/es.po,0,0,0,1,22,3,45,4,67,es.po,,es,,spanish,,,es,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/fr.po,4,67,73,0,0,0,0,4,67,fr.po,,fr,,french,,,fr,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/id.po,4,67,45,0,0,0,0,4,67,id.po,,id,,indonesian,,,id,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/it.po,4,67,70,0,0,0,0,4,67,it.po,,it,,italian,,,it,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/ja.po,4,67,10,0,0,0,0,4,67,ja.po,,ja,,japanese,,,ja,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/pl.po,4,67,65,0,0,0,0,4,67,pl.po,,pl,,polish,,,pl,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/pt.po,4,67,72,0,0,0,0,4,67,pt.po,,pt,,portuguese,,,pt,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/ru.po,4,67,53,0,0,0,0,4,67,ru.po,,ru,,russian,,,ru,debian/po -b43-fwcutter-019-15.fc30.src.rpm.stats.csv,debian/po/sv.po,4,67,66,0,0,0,0,4,67,sv.po,,sv,,swedish,,,sv,debian/po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,57,820,118,0,0,10,283,67,1103,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,67,1103,1032,0,0,0,0,67,1103,sv.po,,sv,,swedish,,,sv,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/sl/sl.po,57,820,734,0,0,10,283,67,1103,sl.po,,sl,,slovenian,,,sl,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/ru/ru.po,57,820,717,0,0,10,283,67,1103,ru.po,,ru,,russian,,,ru,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,67,1103,1218,0,0,0,0,67,1103,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/pt/pt.po,67,1103,1132,0,0,0,0,67,1103,pt.po,,pt,,portuguese,,,pt,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,67,1103,864,0,0,0,0,67,1103,pl.po,,pl,,polish,,,pl,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/ko/ko.po,67,1103,749,0,0,0,0,67,1103,ko.po,,ko,,korean,,,ko,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/it/it.po,67,1103,1105,0,0,0,0,67,1103,it.po,,it,,italian,,,it,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/id/id.po,67,1103,978,0,0,0,0,67,1103,id.po,,id,,indonesian,,,id,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,67,1103,890,0,0,0,0,67,1103,hu.po,,hu,,hungarian,,,hu,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/hr/hr.po,67,1103,910,0,0,0,0,67,1103,hr.po,,hr,,croatian,,,hr,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,39,345,388,7,255,21,503,67,1103,gl.po,,gl,,galician,,,gl,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,67,1103,1186,0,0,0,0,67,1103,fr.po,,fr,,french,,,fr,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/fi/fi.po,47,688,411,3,56,17,359,67,1103,fi.po,,fi,,finnish,,,fi,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,67,1103,1180,0,0,0,0,67,1103,es.po,,es,,spanish,,,es,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,67,1103,1126,0,0,0,0,67,1103,el.po,,el,,greek,,,el,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,67,1103,1060,0,0,0,0,67,1103,de.po,,de,,german,,,de,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,67,1103,967,0,0,0,0,67,1103,da.po,,da,,danish,,,da,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,67,1103,955,0,0,0,0,67,1103,cs.po,,cs,,czech,,,cs,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,41,703,758,0,0,26,400,67,1103,ca.po,,ca,,catalan,,,ca,help/ -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,65,247,116,0,0,61,293,126,540,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,57,210,109,0,0,69,330,126,540,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,65,247,109,0,0,61,293,126,540,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,12,23,21,40,128,74,389,126,540,xh.po,,xh,,xhosa,,,xh,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,6,6,6,44,128,76,406,126,540,wa.po,,wa,,walloon,,,wa,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,74,278,394,0,0,52,262,126,540,vi.po,,vi,,vietnamese,,,vi,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,30,108,116,0,0,96,432,126,540,uk.po,,uk,,ukrainian,,,uk,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,57,184,166,0,0,69,356,126,540,ug.po,,ug,,uyghur,,,ug,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,74,278,245,0,0,52,262,126,540,tr.po,,tr,,turkish,,,tr,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,58,180,86,0,0,68,360,126,540,th.po,,th,,thai,,,th,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,57,210,214,0,0,69,330,126,540,tg.po,,tg,,tajik,,,tg,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,57,210,198,0,0,69,330,126,540,te.po,,te,,telugu,,,te,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,57,210,192,0,0,69,330,126,540,ta.po,,ta,,tamil,,,ta,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,74,278,273,0,0,52,262,126,540,sv.po,,sv,,swedish,,,sv,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,65,247,268,0,0,61,293,126,540,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,74,278,308,0,0,52,262,126,540,sr.po,,sr,,serbian,,,sr,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,12,23,23,40,128,74,389,126,540,sq.po,,sq,,albanian,,,sq,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,74,278,284,0,0,52,262,126,540,sl.po,,sl,,slovenian,,,sl,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,65,247,245,0,0,61,293,126,540,sk.po,,sk,,slovak,,,sk,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,80,210,246,19,79,27,251,126,540,si.po,,si,,sinhala,,,si,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,2,2,2,47,141,77,397,126,540,rw.po,,rw,,kinyarwanda,,,rw,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,74,278,263,0,0,52,262,126,540,ru.po,,ru,,russian,,,ru,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,74,278,333,0,0,52,262,126,540,ro.po,,ro,,romanian,,,ro,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,74,278,418,0,0,52,262,126,540,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,63,243,279,0,0,63,297,126,540,pt.po,,pt,,portuguese,,,pt,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,99,282,317,5,18,22,240,126,540,ps.po,,ps,,pashto,,,ps,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,74,278,303,0,0,52,262,126,540,pl.po,,pl,,polish,,,pl,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,57,210,251,0,0,69,330,126,540,pa.po,,pa,,punjabi,,,pa,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,57,210,231,0,0,69,330,126,540,or.po,,or,,odia,,,or,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,57,185,213,0,0,69,355,126,540,oc.po,,oc,,occitan,,,oc,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,72,229,230,0,0,54,311,126,540,nn.po,,nn,,norwegian nynorsk,,,nn,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,74,278,284,0,0,52,262,126,540,nl.po,,nl,,dutch,,,nl,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,64,246,227,0,0,62,294,126,540,ne.po,,ne,,nepali,,,ne,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,44,84,78,1,3,81,453,126,540,nds.po,,nds,,low german,,,nds,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,65,247,249,0,0,61,293,126,540,nb.po,,nb,,norwegian bokmål,,,nb,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,9,15,24,40,134,77,391,126,540,ms.po,,ms,,malay,,,ms,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,57,210,217,0,0,69,330,126,540,mr.po,,mr,,marathi,,,mr,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,8,14,13,41,135,77,391,126,540,mn.po,,mn,,mongolian,,,mn,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,65,247,222,0,0,61,293,126,540,ml.po,,ml,,malayalam,,,ml,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,109,370,431,9,38,8,132,126,540,mk.po,,mk,,macedonian,,,mk,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,50,132,149,48,193,28,215,126,540,mg.po,,mg,,malagasy,,,mg,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,94,287,348,7,24,25,229,126,540,mai.po,,mai,,maithili,,,mai,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,74,278,266,0,0,52,262,126,540,lv.po,,lv,,latvian,,,lv,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,74,278,268,0,0,52,262,126,540,lt.po,,lt,,lithuanian,,,lt,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,54,118,132,26,104,46,318,126,540,ku.po,,ku,,kurdish,,,ku,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,74,278,238,0,0,52,262,126,540,ko.po,,ko,,korean,,,ko,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,57,210,187,0,0,69,330,126,540,kn.po,,kn,,kannada,,,kn,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,126,540,243,0,0,0,0,126,540,km.po,,km,,khmer,,,km,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,74,278,245,0,0,52,262,126,540,kk.po,,kk,,kazakh,,,kk,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,11,22,24,42,157,73,361,126,540,ka.po,,ka,,georgian,,,ka,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,71,225,129,0,0,55,315,126,540,ja.po,,ja,,japanese,,,ja,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,74,278,321,0,0,52,262,126,540,it.po,,it,,italian,,,it,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,65,247,245,0,0,61,293,126,540,is.po,,is,,icelandic,,,is,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,74,278,299,0,0,52,262,126,540,id.po,,id,,indonesian,,,id,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,74,278,290,0,0,52,262,126,540,hu.po,,hu,,hungarian,,,hu,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,65,247,240,0,0,61,293,126,540,hr.po,,hr,,croatian,,,hr,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,57,210,245,0,0,69,330,126,540,hi.po,,hi,,hindi,,,hi,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,63,243,264,0,0,63,297,126,540,he.po,,he,,hebrew,,,he,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,57,210,227,0,0,69,330,126,540,gu.po,,gu,,gujarati,,,gu,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,74,278,394,0,0,52,262,126,540,gl.po,,gl,,galician,,,gl,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,64,246,324,0,0,62,294,126,540,gd.po,,gd,,scottish gaelic,,,gd,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,45,124,162,1,6,80,410,126,540,ga.po,,ga,,irish,,,ga,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,74,278,317,0,0,52,262,126,540,fur.po,,fur,,friulian,,,fur,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,74,278,350,0,0,52,262,126,540,fr.po,,fr,,french,,,fr,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,74,278,256,0,0,52,262,126,540,fi.po,,fi,,finnish,,,fi,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,64,246,281,0,0,62,294,126,540,fa.po,,fa,,persian,,,fa,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,64,246,239,0,0,62,294,126,540,eu.po,,eu,,basque,,,eu,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,57,210,189,0,0,69,330,126,540,et.po,,et,,estonian,,,et,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,74,278,394,0,0,52,262,126,540,es.po,,es,,spanish,,,es,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,62,196,187,1,13,63,331,126,540,eo.po,,eo,,esperanto,,,eo,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,63,243,266,0,0,63,297,126,540,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,11,22,25,42,157,73,361,126,540,en_ca.po,,en,ca,english,,canada,en_ca,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,100,413,414,24,123,2,4,126,540,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,74,278,321,0,0,52,262,126,540,el.po,,el,,greek,,,el,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,90,285,133,24,103,12,152,126,540,dz.po,,dz,,dzongkha,,,dz,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,74,278,324,0,0,52,262,126,540,de.po,,de,,german,,,de,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,74,278,273,0,0,52,262,126,540,da.po,,da,,danish,,,da,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,50,132,164,52,203,24,205,126,540,cy.po,,cy,,welsh,,,cy,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,74,278,325,0,0,52,262,126,540,cs.po,,cs,,czech,,,cs,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,57,184,157,0,0,69,356,126,540,crh.po,,crh,,crimean turkish,,,crh,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,64,246,313,0,0,62,294,126,540,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,74,278,356,0,0,52,262,126,540,ca.po,,ca,,catalan,,,ca,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,57,210,217,0,0,69,330,126,540,bs.po,,bs,,bosnian,,,bs,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,57,210,244,0,0,69,330,126,540,br.po,,br,,breton,,,br,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,57,210,224,0,0,69,330,126,540,bn_in.po,,bn,in,bangla,,india,bn_in,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,122,526,596,2,10,2,4,126,540,bn.po,,bn,,bangla,,,bn,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,64,246,306,0,0,62,294,126,540,bg.po,,bg,,bulgarian,,,bg,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,109,370,341,9,38,8,132,126,540,be@latin.po,latin,be,,belarusian,,,be@latin,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,65,247,245,0,0,61,293,126,540,be.po,,be,,belarusian,,,be,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,9,15,29,40,134,77,391,126,540,az.po,,az,,azerbaijani,,,az,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,126,540,625,0,0,0,0,126,540,ast.po,,ast,,asturian,,,ast,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,57,210,227,0,0,69,330,126,540,as.po,,as,,assamese,,,as,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,64,244,257,0,0,62,296,126,540,ar.po,,ar,,arabic,,,ar,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,57,210,255,0,0,69,330,126,540,an.po,,an,,aragonese,,,an,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,6,6,10,16,35,104,499,126,540,am.po,,am,,amharic,,,am,po -baobab-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,65,247,248,0,0,61,293,126,540,af.po,,af,,afrikaans,,,af,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/hu.po,565,9806,8278,20,1695,1,6,586,11507,hu.po,,hu,,hungarian,,,hu,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/it.po,487,5568,6137,74,5784,25,155,586,11507,it.po,,it,,italian,,,it,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/sr.po,565,9806,9161,20,1695,1,6,586,11507,sr.po,,sr,,serbian,,,sr,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/af.po,15,46,52,220,759,351,10702,586,11507,af.po,,af,,afrikaans,,,af,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/sl.po,487,5568,5327,74,5784,25,155,586,11507,sl.po,,sl,,slovenian,,,sl,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/nl.po,565,9806,9808,20,1695,1,6,586,11507,nl.po,,nl,,dutch,,,nl,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/pl.po,584,11184,10311,2,323,0,0,586,11507,pl.po,,pl,,polish,,,pl,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/ro.po,125,431,477,173,827,288,10249,586,11507,ro.po,,ro,,romanian,,,ro,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/sk.po,487,5568,5224,74,5784,25,155,586,11507,sk.po,,sk,,slovak,,,sk,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/fr.po,584,11184,12921,2,323,0,0,586,11507,fr.po,,fr,,french,,,fr,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/en@boldquot.po,586,11507,11544,0,0,0,0,586,11507,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/hr.po,584,11184,10476,2,323,0,0,586,11507,hr.po,,hr,,croatian,,,hr,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/el.po,501,3498,3673,11,251,74,7758,586,11507,el.po,,el,,greek,,,el,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/eo.po,565,9806,9056,20,1695,1,6,586,11507,eo.po,,eo,,esperanto,,,eo,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/ru.po,543,6142,5719,42,5359,1,6,586,11507,ru.po,,ru,,russian,,,ru,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/id.po,510,5842,5584,63,5591,13,74,586,11507,id.po,,id,,indonesian,,,id,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/bg.po,565,9806,10657,20,1695,1,6,586,11507,bg.po,,bg,,bulgarian,,,bg,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/da.po,458,4836,4619,96,6469,32,202,586,11507,da.po,,da,,danish,,,da,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/et.po,153,660,647,47,189,386,10658,586,11507,et.po,,et,,estonian,,,et,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/gl.po,468,3199,3776,51,1438,67,6870,586,11507,gl.po,,gl,,galician,,,gl,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/ja.po,531,5986,2439,48,5483,7,38,586,11507,ja.po,,ja,,japanese,,,ja,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/ga.po,565,6907,7485,1,164,20,4436,586,11507,ga.po,,ga,,irish,,,ga,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/pt_br.po,584,11184,12173,2,323,0,0,586,11507,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/sv.po,584,11184,10408,2,323,0,0,586,11507,sv.po,,sv,,swedish,,,sv,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/tr.po,553,8541,7240,17,1181,16,1785,586,11507,tr.po,,tr,,turkish,,,tr,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/lt.po,326,1512,1409,77,1231,183,8764,586,11507,lt.po,,lt,,lithuanian,,,lt,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/zh_cn.po,584,11184,3906,2,323,0,0,586,11507,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/cs.po,584,11184,10087,2,323,0,0,586,11507,cs.po,,cs,,czech,,,cs,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/es.po,565,9806,11294,20,1695,1,6,586,11507,es.po,,es,,spanish,,,es,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/vi.po,550,9017,11285,30,2456,6,34,586,11507,vi.po,,vi,,vietnamese,,,vi,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/pt.po,584,11184,11647,2,323,0,0,586,11507,pt.po,,pt,,portuguese,,,pt,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/ca.po,556,9738,10809,20,1695,10,74,586,11507,ca.po,,ca,,catalan,,,ca,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/de.po,500,5904,5612,1,164,85,5439,586,11507,de.po,,de,,german,,,de,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/uk.po,565,9806,8768,20,1695,1,6,586,11507,uk.po,,uk,,ukrainian,,,uk,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/fi.po,459,4966,3719,92,6318,35,223,586,11507,fi.po,,fi,,finnish,,,fi,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/en@quot.po,586,11507,11507,0,0,0,0,586,11507,en@quot.po,quot,en,,english,,,en@quot,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/zh_tw.po,584,11184,3900,2,323,0,0,586,11507,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -bash-5.0.2-1.fc30.src.rpm.stats.csv,po/nb.po,565,9806,8857,20,1695,1,6,586,11507,nb.po,,nb,,norwegian bokmål,,,nb,po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/pt.po,1771,11953,12808,0,0,0,0,1771,11953,pt.po,,pt,,portuguese,,,pt,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/sr.po,1398,9119,9435,0,0,373,2834,1771,11953,sr.po,,sr,,serbian,,,sr,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/fr.po,1771,11953,14584,0,0,0,0,1771,11953,fr.po,,fr,,french,,,fr,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/vi.po,1312,8369,12106,0,0,459,3584,1771,11953,vi.po,,vi,,vietnamese,,,vi,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/tr.po,592,4098,3794,0,0,1179,7855,1771,11953,tr.po,,tr,,turkish,,,tr,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/fi.po,1398,9119,7687,0,0,373,2834,1771,11953,fi.po,,fi,,finnish,,,fi,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/ru.po,1651,11020,10975,0,0,120,933,1771,11953,ru.po,,ru,,russian,,,ru,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/zh_cn.po,214,935,437,521,2842,1036,8176,1771,11953,zh_cn.po,,zh,cn,chinese,,china,zh_cn,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/rw.po,1,2,2,508,3879,1262,8072,1771,11953,rw.po,,rw,,kinyarwanda,,,rw,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/da.po,1398,9119,8504,0,0,373,2834,1771,11953,da.po,,da,,danish,,,da,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/id.po,1312,8369,8501,0,0,459,3584,1771,11953,id.po,,id,,indonesian,,,id,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/es.po,1771,11953,13950,0,0,0,0,1771,11953,es.po,,es,,spanish,,,es,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/sv.po,1398,9119,8364,0,0,373,2834,1771,11953,sv.po,,sv,,swedish,,,sv,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/uk.po,1651,11020,11613,0,0,120,933,1771,11953,uk.po,,uk,,ukrainian,,,uk,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/hr.po,79,195,199,0,0,1692,11758,1771,11953,hr.po,,hr,,croatian,,,hr,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/ro.po,592,4098,4407,0,0,1179,7855,1771,11953,ro.po,,ro,,romanian,,,ro,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,bfd/po/ja.po,1013,6811,4307,0,0,758,5142,1771,11953,ja.po,,ja,,japanese,,,ja,bfd/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/pt.po,2218,13724,14965,0,0,0,0,2218,13724,pt.po,,pt,,portuguese,,,pt,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/it.po,1496,9431,10831,0,0,722,4293,2218,13724,it.po,,it,,italian,,,it,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/sr.po,1698,10376,10383,0,0,520,3348,2218,13724,sr.po,,sr,,serbian,,,sr,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/fr.po,2218,13724,16858,0,0,0,0,2218,13724,fr.po,,fr,,french,,,fr,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/zh_tw.po,881,4106,1957,238,2663,1099,6955,2218,13724,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/vi.po,1516,9516,14252,0,0,702,4208,2218,13724,vi.po,,vi,,vietnamese,,,vi,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/bg.po,840,5058,5493,0,0,1378,8666,2218,13724,bg.po,,bg,,bulgarian,,,bg,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/tr.po,979,6367,5810,0,0,1239,7357,2218,13724,tr.po,,tr,,turkish,,,tr,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/fi.po,1698,10376,8212,0,0,520,3348,2218,13724,fi.po,,fi,,finnish,,,fi,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/ru.po,2218,13724,13433,0,0,0,0,2218,13724,ru.po,,ru,,russian,,,ru,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/ca.po,1698,10376,13004,0,0,520,3348,2218,13724,ca.po,,ca,,catalan,,,ca,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/zh_cn.po,973,4740,2285,513,3613,732,5371,2218,13724,zh_cn.po,,zh,cn,chinese,,china,zh_cn,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/rw.po,5,8,9,761,5299,1452,8417,2218,13724,rw.po,,rw,,kinyarwanda,,,rw,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/da.po,780,3498,3134,254,2242,1184,7984,2218,13724,da.po,,da,,danish,,,da,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/id.po,1144,7903,7882,0,0,1074,5821,2218,13724,id.po,,id,,indonesian,,,id,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/es.po,1400,7316,9310,457,4071,361,2337,2218,13724,es.po,,es,,spanish,,,es,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/sv.po,2124,13295,11929,0,0,94,429,2218,13724,sv.po,,sv,,swedish,,,sv,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/uk.po,2124,13295,13483,0,0,94,429,2218,13724,uk.po,,uk,,ukrainian,,,uk,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/hr.po,262,1097,1060,7,107,1949,12520,2218,13724,hr.po,,hr,,croatian,,,hr,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/ro.po,261,968,1038,0,0,1957,12756,2218,13724,ro.po,,ro,,romanian,,,ro,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/sk.po,1106,7582,7268,0,0,1112,6142,2218,13724,sk.po,,sk,,slovak,,,sk,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,binutils/po/ja.po,1464,9332,5397,0,0,754,4392,2218,13724,ja.po,,ja,,japanese,,,ja,binutils/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/fr.po,4427,28114,33722,0,0,0,0,4427,28114,fr.po,,fr,,french,,,fr,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/tr.po,2368,13963,12564,229,1879,1830,12272,4427,28114,tr.po,,tr,,turkish,,,tr,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/fi.po,3702,23106,19304,0,0,725,5008,4427,28114,fi.po,,fi,,finnish,,,fi,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/ru.po,4355,27600,27087,0,0,72,514,4427,28114,ru.po,,ru,,russian,,,ru,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/zh_cn.po,46,142,74,2348,11907,2033,16065,4427,28114,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/rw.po,0,0,0,304,1492,4123,26622,4427,28114,rw.po,,rw,,kinyarwanda,,,rw,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/id.po,3702,23106,23606,0,0,725,5008,4427,28114,id.po,,id,,indonesian,,,id,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/es.po,4325,27075,33160,8,110,94,929,4427,28114,es.po,,es,,spanish,,,es,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/sv.po,4102,25598,23039,293,2143,32,373,4427,28114,sv.po,,sv,,swedish,,,sv,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/uk.po,4355,27600,29441,0,0,72,514,4427,28114,uk.po,,uk,,ukrainian,,,uk,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gas/po/ja.po,302,1631,975,6,34,4119,26449,4427,28114,ja.po,,ja,,japanese,,,ja,gas/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/it.po,485,2803,3294,0,0,420,3028,905,5831,it.po,,it,,italian,,,it,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/fr.po,905,5831,7784,0,0,0,0,905,5831,fr.po,,fr,,french,,,fr,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/vi.po,485,2803,4426,0,0,420,3028,905,5831,vi.po,,vi,,vietnamese,,,vi,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/fi.po,741,4571,3687,0,0,164,1260,905,5831,fi.po,,fi,,finnish,,,fi,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/zh_cn.po,118,459,190,319,1692,468,3680,905,5831,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/id.po,485,2803,2852,0,0,420,3028,905,5831,id.po,,id,,indonesian,,,id,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/es.po,792,4808,5615,0,0,113,1023,905,5831,es.po,,es,,spanish,,,es,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/sv.po,59,245,245,168,840,678,4746,905,5831,sv.po,,sv,,swedish,,,sv,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/uk.po,905,5831,6188,0,0,0,0,905,5831,uk.po,,uk,,ukrainian,,,uk,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gold/po/ja.po,120,678,431,0,0,785,5153,905,5831,ja.po,,ja,,japanese,,,ja,gold/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/de.po,97,525,492,0,0,1,8,98,533,de.po,,de,,german,,,de,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/it.po,97,525,595,0,0,1,8,98,533,it.po,,it,,italian,,,it,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/sr.po,98,533,543,0,0,0,0,98,533,sr.po,,sr,,serbian,,,sr,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/fr.po,98,533,614,0,0,0,0,98,533,fr.po,,fr,,french,,,fr,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/eo.po,98,533,535,0,0,0,0,98,533,eo.po,,eo,,esperanto,,,eo,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/ms.po,98,533,534,0,0,0,0,98,533,ms.po,,ms,,malay,,,ms,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/vi.po,97,525,879,0,0,1,8,98,533,vi.po,,vi,,vietnamese,,,vi,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/bg.po,98,533,601,0,0,0,0,98,533,bg.po,,bg,,bulgarian,,,bg,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/tr.po,98,533,519,0,0,0,0,98,533,tr.po,,tr,,turkish,,,tr,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/fi.po,97,526,487,0,0,1,7,98,533,fi.po,,fi,,finnish,,,fi,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/ru.po,98,533,536,0,0,0,0,98,533,ru.po,,ru,,russian,,,ru,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/nl.po,97,525,552,0,0,1,8,98,533,nl.po,,nl,,dutch,,,nl,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/rw.po,2,2,2,67,425,29,106,98,533,rw.po,,rw,,kinyarwanda,,,rw,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/da.po,97,526,505,0,0,1,7,98,533,da.po,,da,,danish,,,da,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/id.po,97,525,517,0,0,1,8,98,533,id.po,,id,,indonesian,,,id,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/es.po,98,533,625,0,0,0,0,98,533,es.po,,es,,spanish,,,es,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/sv.po,98,533,505,0,0,0,0,98,533,sv.po,,sv,,swedish,,,sv,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/pt_br.po,98,533,613,0,0,0,0,98,533,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/uk.po,98,533,552,0,0,0,0,98,533,uk.po,,uk,,ukrainian,,,uk,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/hu.po,98,533,545,0,0,0,0,98,533,hu.po,,hu,,hungarian,,,hu,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/ro.po,93,486,539,0,0,5,47,98,533,ro.po,,ro,,romanian,,,ro,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/ga.po,97,524,587,0,0,1,9,98,533,ga.po,,ga,,irish,,,ga,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,gprof/po/ja.po,28,119,90,36,136,34,278,98,533,ja.po,,ja,,japanese,,,ja,gprof/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/de.po,283,1404,1422,0,0,601,4684,884,6088,de.po,,de,,german,,,de,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/it.po,488,2898,3402,0,0,396,3190,884,6088,it.po,,it,,italian,,,it,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/sr.po,497,2968,3045,0,0,387,3120,884,6088,sr.po,,sr,,serbian,,,sr,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/fr.po,497,2968,3811,0,0,387,3120,884,6088,fr.po,,fr,,french,,,fr,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/zh_tw.po,497,2968,1403,0,0,387,3120,884,6088,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/vi.po,489,2902,4515,0,0,395,3186,884,6088,vi.po,,vi,,vietnamese,,,vi,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/bg.po,602,3746,4315,0,0,282,2342,884,6088,bg.po,,bg,,bulgarian,,,bg,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/tr.po,460,2690,2463,50,370,374,3028,884,6088,tr.po,,tr,,turkish,,,tr,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/fi.po,497,2968,2485,0,0,387,3120,884,6088,fi.po,,fi,,finnish,,,fi,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/ru.po,55,420,482,3,24,826,5644,884,6088,ru.po,,ru,,russian,,,ru,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/zh_cn.po,497,2968,1311,0,0,387,3120,884,6088,zh_cn.po,,zh,cn,chinese,,china,zh_cn,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/da.po,386,2177,2100,0,0,498,3911,884,6088,da.po,,da,,danish,,,da,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/id.po,489,2902,2970,0,0,395,3186,884,6088,id.po,,id,,indonesian,,,id,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/es.po,581,3688,4713,127,874,176,1526,884,6088,es.po,,es,,spanish,,,es,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/sv.po,497,2968,2891,0,0,387,3120,884,6088,sv.po,,sv,,swedish,,,sv,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/pt_br.po,884,6088,7062,0,0,0,0,884,6088,pt_br.po,,pt,br,portuguese,,brazil,pt_br,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/uk.po,884,6088,6380,0,0,0,0,884,6088,uk.po,,uk,,ukrainian,,,uk,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/ga.po,497,2968,3409,0,0,387,3120,884,6088,ga.po,,ga,,irish,,,ga,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,ld/po/ja.po,489,2902,1516,0,0,395,3186,884,6088,ja.po,,ja,,japanese,,,ja,ld/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/de.po,436,2594,2560,0,0,0,0,436,2594,de.po,,de,,german,,,de,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/it.po,234,1371,1595,0,0,202,1223,436,2594,it.po,,it,,italian,,,it,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/sr.po,287,1602,1611,0,0,149,992,436,2594,sr.po,,sr,,serbian,,,sr,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/fr.po,362,2108,2378,0,0,74,486,436,2594,fr.po,,fr,,french,,,fr,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/vi.po,292,1632,2494,0,0,144,962,436,2594,vi.po,,vi,,vietnamese,,,vi,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/tr.po,148,863,783,0,0,288,1731,436,2594,tr.po,,tr,,turkish,,,tr,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/fi.po,287,1602,1393,0,0,149,992,436,2594,fi.po,,fi,,finnish,,,fi,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/zh_cn.po,219,1192,525,108,650,109,752,436,2594,zh_cn.po,,zh,cn,chinese,,china,zh_cn,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/nl.po,234,1371,1419,0,0,202,1223,436,2594,nl.po,,nl,,dutch,,,nl,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/da.po,179,968,946,0,0,257,1626,436,2594,da.po,,da,,danish,,,da,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/id.po,292,1632,1687,0,0,144,962,436,2594,id.po,,id,,indonesian,,,id,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/es.po,370,2145,2527,0,0,66,449,436,2594,es.po,,es,,spanish,,,es,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/sv.po,149,866,842,0,0,287,1728,436,2594,sv.po,,sv,,swedish,,,sv,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/pt_br.po,436,2594,2943,0,0,0,0,436,2594,pt_br.po,,pt,br,portuguese,,brazil,pt_br,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/uk.po,436,2594,2697,0,0,0,0,436,2594,uk.po,,uk,,ukrainian,,,uk,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/ro.po,148,863,909,0,0,288,1731,436,2594,ro.po,,ro,,romanian,,,ro,opcodes/po -binutils-2.31.1-29.fc30.src.rpm.stats.csv,opcodes/po/ga.po,287,1602,1830,0,0,149,992,436,2594,ga.po,,ga,,irish,,,ga,opcodes/po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/zh_tw.po,218,753,344,0,0,5,62,223,815,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/zh_cn.po,184,687,328,0,0,39,128,223,815,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,223,815,223,815,vi.po,,vi,,vietnamese,,,vi,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/uk.po,223,815,839,0,0,0,0,223,815,uk.po,,uk,,ukrainian,,,uk,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,223,815,223,815,tr.po,,tr,,turkish,,,tr,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,223,815,223,815,th.po,,th,,thai,,,th,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,223,815,223,815,te.po,,te,,telugu,,,te,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,223,815,223,815,ta.po,,ta,,tamil,,,ta,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/sv.po,0,0,0,0,0,223,815,223,815,sv.po,,sv,,swedish,,,sv,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/sr.po,218,753,792,0,0,5,62,223,815,sr.po,,sr,,serbian,,,sr,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/sq.po,132,481,575,3,11,88,323,223,815,sq.po,,sq,,albanian,,,sq,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,223,815,223,815,sl.po,,sl,,slovenian,,,sl,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/sk.po,223,815,800,0,0,0,0,223,815,sk.po,,sk,,slovak,,,sk,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,223,815,223,815,si.po,,si,,sinhala,,,si,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ru.po,135,492,471,0,0,88,323,223,815,ru.po,,ru,,russian,,,ru,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,223,815,223,815,ro.po,,ro,,romanian,,,ro,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/pt_br.po,40,151,160,0,0,183,664,223,815,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/pl.po,223,815,845,0,0,0,0,223,815,pl.po,,pl,,polish,,,pl,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,223,815,223,815,pa.po,,pa,,punjabi,,,pa,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,223,815,223,815,or.po,,or,,odia,,,or,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,223,815,223,815,nn.po,,nn,,norwegian nynorsk,,,nn,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,223,815,223,815,nl.po,,nl,,dutch,,,nl,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,223,815,223,815,nds.po,,nds,,low german,,,nds,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,223,815,223,815,nb.po,,nb,,norwegian bokmål,,,nb,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,223,815,223,815,ms.po,,ms,,malay,,,ms,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,223,815,223,815,mr.po,,mr,,marathi,,,mr,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,223,815,223,815,mn.po,,mn,,mongolian,,,mn,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,223,815,223,815,ml.po,,ml,,malayalam,,,ml,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,223,815,223,815,mai.po,,mai,,maithili,,,mai,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,223,815,223,815,lv.po,,lv,,latvian,,,lv,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,223,815,223,815,ky.po,,ky,,kyrgyz,,,ky,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,223,815,223,815,ko.po,,ko,,korean,,,ko,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,223,815,223,815,kn.po,,kn,,kannada,,,kn,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/kk.po,135,492,485,0,0,88,323,223,815,kk.po,,kk,,kazakh,,,kk,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,223,815,223,815,ka.po,,ka,,georgian,,,ka,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ja.po,98,276,133,0,0,125,539,223,815,ja.po,,ja,,japanese,,,ja,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/it.po,135,492,535,0,0,88,323,223,815,it.po,,it,,italian,,,it,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,223,815,223,815,is.po,,is,,icelandic,,,is,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/id.po,0,0,0,0,0,223,815,223,815,id.po,,id,,indonesian,,,id,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/hu.po,223,815,789,0,0,0,0,223,815,hu.po,,hu,,hungarian,,,hu,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,223,815,223,815,hr.po,,hr,,croatian,,,hr,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,223,815,223,815,hi.po,,hi,,hindi,,,hi,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/he.po,77,163,168,1,1,145,651,223,815,he.po,,he,,hebrew,,,he,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,223,815,223,815,gu.po,,gu,,gujarati,,,gu,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,223,815,223,815,gl.po,,gl,,galician,,,gl,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,223,815,223,815,ga.po,,ga,,irish,,,ga,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/fur.po,215,749,887,0,0,8,66,223,815,fur.po,,fur,,friulian,,,fur,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/fr.po,222,811,1006,0,0,1,4,223,815,fr.po,,fr,,french,,,fr,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/fi.po,115,313,283,0,0,108,502,223,815,fi.po,,fi,,finnish,,,fi,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,223,815,223,815,fa.po,,fa,,persian,,,fa,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,223,815,223,815,eu.po,,eu,,basque,,,eu,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,223,815,223,815,et.po,,et,,estonian,,,et,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/es.po,220,809,951,2,2,1,4,223,815,es.po,,es,,spanish,,,es,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,223,815,223,815,eo.po,,eo,,esperanto,,,eo,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,223,815,223,815,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,223,815,223,815,el.po,,el,,greek,,,el,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,223,815,223,815,de_ch.po,,de,ch,german,,switzerland,de_ch,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/da.po,0,0,0,0,0,223,815,223,815,da.po,,da,,danish,,,da,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,223,815,223,815,cy.po,,cy,,welsh,,,cy,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/cs.po,222,811,796,0,0,1,4,223,815,cs.po,,cs,,czech,,,cs,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ca.po,218,775,965,0,0,5,40,223,815,ca.po,,ca,,catalan,,,ca,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,223,815,223,815,bs.po,,bs,,bosnian,,,bs,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,223,815,223,815,brx.po,,brx,,bodo,,,brx,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,223,815,223,815,br.po,,br,,breton,,,br,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,223,815,223,815,bn_in.po,,bn,in,bangla,,india,bn_in,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/bg.po,126,466,515,0,0,97,349,223,815,bg.po,,bg,,bulgarian,,,bg,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,223,815,223,815,ast.po,,ast,,asturian,,,ast,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,223,815,223,815,as.po,,as,,assamese,,,as,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,223,815,223,815,ar.po,,ar,,arabic,,,ar,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,223,815,223,815,anp.po,,anp,,angika,,,anp,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,223,815,223,815,am.po,,am,,amharic,,,am,po -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,223,815,223,815,af.po,,af,,afrikaans,,,af,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,143,2095,431,4,92,114,1323,261,3510,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/ru/ru.po,147,2187,1704,0,0,114,1323,261,3510,ru.po,,ru,,russian,,,ru,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/de/de.po,144,2202,2138,0,0,117,1308,261,3510,de.po,,de,,german,,,de,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/hu/hu.po,144,2202,1719,0,0,117,1308,261,3510,hu.po,,hu,,hungarian,,,hu,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/lv/lv.po,144,2202,1704,0,0,117,1308,261,3510,lv.po,,lv,,latvian,,,lv,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/el/el.po,144,2202,2092,0,0,117,1308,261,3510,el.po,,el,,greek,,,el,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/en_gb/en_gb.po,261,3510,3509,0,0,0,0,261,3510,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/es/es.po,144,2202,2196,0,0,117,1308,261,3510,es.po,,es,,spanish,,,es,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/id/id.po,144,2202,1944,0,0,117,1308,261,3510,id.po,,id,,indonesian,,,id,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/fi/fi.po,6,29,23,26,208,229,3273,261,3510,fi.po,,fi,,finnish,,,fi,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/bg/bg.po,260,3508,3353,0,0,1,2,261,3510,bg.po,,bg,,bulgarian,,,bg,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/ro/ro.po,144,2202,2205,0,0,117,1308,261,3510,ro.po,,ro,,romanian,,,ro,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/pl/pl.po,144,2202,1723,0,0,117,1308,261,3510,pl.po,,pl,,polish,,,pl,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/pt/pt.po,144,2202,2190,0,0,117,1308,261,3510,pt.po,,pt,,portuguese,,,pt,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/eu/eu.po,261,3510,2710,0,0,0,0,261,3510,eu.po,,eu,,basque,,,eu,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/zh_hk/zh_hk.po,110,1173,188,8,118,143,2219,261,3510,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/ja/ja.po,145,2204,168,0,0,116,1306,261,3510,ja.po,,ja,,japanese,,,ja,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/gl/gl.po,147,2187,2099,0,0,114,1323,261,3510,gl.po,,gl,,galician,,,gl,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/fr/fr.po,144,2202,2346,0,0,117,1308,261,3510,fr.po,,fr,,french,,,fr,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,110,1173,188,8,118,143,2219,261,3510,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/te/te.po,10,18,22,0,0,251,3492,261,3510,te.po,,te,,telugu,,,te,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/ko/ko.po,144,2202,1487,0,0,117,1308,261,3510,ko.po,,ko,,korean,,,ko,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/it/it.po,261,3510,3376,0,0,0,0,261,3510,it.po,,it,,italian,,,it,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/cs/cs.po,144,2202,1787,0,0,117,1308,261,3510,cs.po,,cs,,czech,,,cs,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/sl/sl.po,147,2187,1760,0,0,114,1323,261,3510,sl.po,,sl,,slovenian,,,sl,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,144,2202,2272,0,0,117,1308,261,3510,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/sv/sv.po,144,2202,2067,0,0,117,1308,261,3510,sv.po,,sv,,swedish,,,sv,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,help/ca/ca.po,89,977,1016,0,0,172,2533,261,3510,ca.po,,ca,,catalan,,,ca,help/ -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/eo.po,295,842,819,0,0,698,4766,993,5608,eo.po,,eo,,esperanto,,,eo,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/sr.po,968,5546,5134,0,0,25,62,993,5608,sr.po,,sr,,serbian,,,sr,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/nl.po,968,5546,5419,0,0,25,62,993,5608,nl.po,,nl,,dutch,,,nl,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/cs.po,969,5549,4930,0,0,24,59,993,5608,cs.po,,cs,,czech,,,cs,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/tr.po,969,5549,4538,0,0,24,59,993,5608,tr.po,,tr,,turkish,,,tr,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/mr.po,968,5546,5220,0,0,25,62,993,5608,mr.po,,mr,,marathi,,,mr,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/he.po,968,5546,4911,0,0,25,62,993,5608,he.po,,he,,hebrew,,,he,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/tg.po,968,5546,5738,0,0,25,62,993,5608,tg.po,,tg,,tajik,,,tg,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/bn_in.po,968,5546,6053,0,0,25,62,993,5608,bn_in.po,,bn,in,bangla,,india,bn_in,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ar.po,946,5182,4531,0,0,47,426,993,5608,ar.po,,ar,,arabic,,,ar,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/et.po,968,5546,4251,0,0,25,62,993,5608,et.po,,et,,estonian,,,et,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/pl.po,969,5549,4970,0,0,24,59,993,5608,pl.po,,pl,,polish,,,pl,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/uk.po,968,5546,4764,0,0,25,62,993,5608,uk.po,,uk,,ukrainian,,,uk,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/en@shaw.po,986,5408,5406,0,0,7,200,993,5608,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/gd.po,968,5546,7062,0,0,25,62,993,5608,gd.po,,gd,,scottish gaelic,,,gd,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/af.po,805,4286,4324,11,129,177,1193,993,5608,af.po,,af,,afrikaans,,,af,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/my.po,935,4765,1866,4,18,54,825,993,5608,my.po,,my,,burmese,,,my,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/nn.po,986,5520,5110,3,63,4,25,993,5608,nn.po,,nn,,norwegian nynorsk,,,nn,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/hr.po,969,5549,5030,0,0,24,59,993,5608,hr.po,,hr,,croatian,,,hr,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ast.po,971,5493,5661,0,0,22,115,993,5608,ast.po,,ast,,asturian,,,ast,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/mk.po,971,5493,5653,0,0,22,115,993,5608,mk.po,,mk,,macedonian,,,mk,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/sr@latin.po,968,5546,5134,0,0,25,62,993,5608,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ku.po,672,2889,3030,26,152,295,2567,993,5608,ku.po,,ku,,kurdish,,,ku,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ca.po,969,5549,6275,0,0,24,59,993,5608,ca.po,,ca,,catalan,,,ca,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/br.po,984,5393,6173,0,0,9,215,993,5608,br.po,,br,,breton,,,br,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/be.po,968,5546,4784,0,0,25,62,993,5608,be.po,,be,,belarusian,,,be,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/fr.po,969,5549,6366,0,0,24,59,993,5608,fr.po,,fr,,french,,,fr,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/en_ca.po,971,5493,5494,0,0,22,115,993,5608,en_ca.po,,en,ca,english,,canada,en_ca,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/zh_cn.po,968,5546,1589,0,0,25,62,993,5608,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/zh_hk.po,968,5546,1661,0,0,25,62,993,5608,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/sv.po,969,5549,5097,0,0,24,59,993,5608,sv.po,,sv,,swedish,,,sv,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/nb.po,969,5549,5123,0,0,24,59,993,5608,nb.po,,nb,,norwegian bokmål,,,nb,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ca@valencia.po,968,5546,6268,0,0,25,62,993,5608,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/bn.po,986,5408,5606,0,0,7,200,993,5608,bn.po,,bn,,bangla,,,bn,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/bg.po,968,5546,6078,0,0,25,62,993,5608,bg.po,,bg,,bulgarian,,,bg,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/en_gb.po,968,5546,5558,0,0,25,62,993,5608,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/it.po,982,5608,5414,0,0,11,0,993,5608,it.po,,it,,italian,,,it,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/nds.po,466,1332,1259,0,0,527,4276,993,5608,nds.po,,nds,,low german,,,nds,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/oc.po,968,5546,6238,0,0,25,62,993,5608,oc.po,,oc,,occitan,,,oc,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/es.po,969,5549,6058,0,0,24,59,993,5608,es.po,,es,,spanish,,,es,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ml.po,968,5546,4199,0,0,25,62,993,5608,ml.po,,ml,,malayalam,,,ml,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/kk.po,304,921,798,0,0,689,4687,993,5608,kk.po,,kk,,kazakh,,,kk,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/de.po,969,5549,5351,0,0,24,59,993,5608,de.po,,de,,german,,,de,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/bs.po,968,5546,5058,0,0,25,62,993,5608,bs.po,,bs,,bosnian,,,bs,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/lt.po,969,5549,4473,0,0,24,59,993,5608,lt.po,,lt,,lithuanian,,,lt,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ja.po,968,5546,1743,0,0,25,62,993,5608,ja.po,,ja,,japanese,,,ja,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/zh_tw.po,968,5546,1661,0,0,25,62,993,5608,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/te.po,968,5546,4519,0,0,25,62,993,5608,te.po,,te,,telugu,,,te,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/hi.po,968,5546,6441,0,0,25,62,993,5608,hi.po,,hi,,hindi,,,hi,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/as.po,968,5546,5755,0,0,25,62,993,5608,as.po,,as,,assamese,,,as,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/fur.po,969,5549,5917,0,0,24,59,993,5608,fur.po,,fur,,friulian,,,fur,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/id.po,969,5549,4998,0,0,24,59,993,5608,id.po,,id,,indonesian,,,id,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/pa.po,968,5546,5994,0,0,25,62,993,5608,pa.po,,pa,,punjabi,,,pa,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/pt_br.po,969,5549,5990,0,0,24,59,993,5608,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/gu.po,968,5546,5899,0,0,25,62,993,5608,gu.po,,gu,,gujarati,,,gu,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/el.po,968,5546,5813,0,0,25,62,993,5608,el.po,,el,,greek,,,el,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ga.po,495,1562,1688,9,66,489,3980,993,5608,ga.po,,ga,,irish,,,ga,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ne.po,213,476,491,497,2045,283,3087,993,5608,ne.po,,ne,,nepali,,,ne,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/kn.po,968,5546,4614,0,0,25,62,993,5608,kn.po,,kn,,kannada,,,kn,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/fi.po,968,5546,4099,0,0,25,62,993,5608,fi.po,,fi,,finnish,,,fi,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ro.po,968,5546,5785,0,0,25,62,993,5608,ro.po,,ro,,romanian,,,ro,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/is.po,669,2636,2505,0,0,324,2972,993,5608,is.po,,is,,icelandic,,,is,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ms.po,56,256,219,576,1796,361,3556,993,5608,ms.po,,ms,,malay,,,ms,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ru.po,968,5546,4751,0,0,25,62,993,5608,ru.po,,ru,,russian,,,ru,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/da.po,968,5546,5079,0,0,25,62,993,5608,da.po,,da,,danish,,,da,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/eu.po,968,5546,4622,0,0,25,62,993,5608,eu.po,,eu,,basque,,,eu,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/vi.po,969,5549,7376,0,0,24,59,993,5608,vi.po,,vi,,vietnamese,,,vi,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/dz.po,752,3949,1203,0,0,241,1659,993,5608,dz.po,,dz,,dzongkha,,,dz,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/gl.po,968,5546,6224,0,0,25,62,993,5608,gl.po,,gl,,galician,,,gl,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/lv.po,968,5546,4488,0,0,25,62,993,5608,lv.po,,lv,,latvian,,,lv,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/or.po,968,5546,5396,0,0,25,62,993,5608,or.po,,or,,odia,,,or,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/th.po,968,5546,1743,0,0,25,62,993,5608,th.po,,th,,thai,,,th,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/km.po,966,5474,1968,5,19,22,115,993,5608,km.po,,km,,khmer,,,km,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/sl.po,969,5549,5068,0,0,24,59,993,5608,sl.po,,sl,,slovenian,,,sl,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/fa.po,968,5546,5951,0,0,25,62,993,5608,fa.po,,fa,,persian,,,fa,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/hu.po,968,5546,4597,0,0,25,62,993,5608,hu.po,,hu,,hungarian,,,hu,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/mai.po,133,242,317,0,0,860,5366,993,5608,mai.po,,mai,,maithili,,,mai,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ta.po,968,5546,4597,0,0,25,62,993,5608,ta.po,,ta,,tamil,,,ta,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ug.po,977,5515,4331,0,0,16,93,993,5608,ug.po,,ug,,uyghur,,,ug,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/sk.po,969,5549,5121,0,0,24,59,993,5608,sk.po,,sk,,slovak,,,sk,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/pt.po,968,5546,5958,0,0,25,62,993,5608,pt.po,,pt,,portuguese,,,pt,po -brasero-3.12.2-8.fc30.src.rpm.stats.csv,po/ko.po,968,5546,4229,0,0,25,62,993,5608,ko.po,,ko,,korean,,,ko,po -brltty-5.6-32.fc30.src.rpm.stats.csv,messages/zh.po,774,2496,1015,6,34,18,66,798,2596,zh.po,,zh,,chinese,,,zh,messages -brltty-5.6-32.fc30.src.rpm.stats.csv,messages/fr.po,796,2591,3412,0,0,2,5,798,2596,fr.po,,fr,,french,,,fr,messages -brltty-5.6-32.fc30.src.rpm.stats.csv,messages/de.po,771,2439,2201,2,9,25,148,798,2596,de.po,,de,,german,,,de,messages -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/ko/ko.po,112,1472,1038,0,0,7,235,119,1707,ko.po,,ko,,korean,,,ko,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,118,1665,219,1,15,0,27,119,1707,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/hu/hu.po,112,1472,1243,0,0,7,235,119,1707,hu.po,,hu,,hungarian,,,hu,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/ca/ca.po,118,1652,1870,0,0,1,55,119,1707,ca.po,,ca,,catalan,,,ca,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/sv/sv.po,112,1472,1412,0,0,7,235,119,1707,sv.po,,sv,,swedish,,,sv,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/gl/gl.po,112,1472,1474,0,0,7,235,119,1707,gl.po,,gl,,galician,,,gl,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/de/de.po,112,1472,1529,0,0,7,235,119,1707,de.po,,de,,german,,,de,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/ru/ru.po,115,1705,1379,0,0,4,2,119,1707,ru.po,,ru,,russian,,,ru,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/es/es.po,112,1472,1575,0,0,7,235,119,1707,es.po,,es,,spanish,,,es,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/pl/pl.po,112,1472,1179,0,0,7,235,119,1707,pl.po,,pl,,polish,,,pl,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,112,1472,1569,0,0,7,235,119,1707,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/cs/cs.po,112,1472,1302,0,0,7,235,119,1707,cs.po,,cs,,czech,,,cs,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/fr/fr.po,112,1472,1632,0,0,7,235,119,1707,fr.po,,fr,,french,,,fr,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/el/el.po,112,1472,1626,0,0,7,235,119,1707,el.po,,el,,greek,,,el,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/id/id.po,112,1472,1291,0,0,7,235,119,1707,id.po,,id,,indonesian,,,id,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/fi/fi.po,79,877,606,26,472,14,358,119,1707,fi.po,,fi,,finnish,,,fi,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/nl/nl.po,112,1472,1557,0,0,7,235,119,1707,nl.po,,nl,,dutch,,,nl,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,help/sl/sl.po,114,1707,1468,0,0,5,0,119,1707,sl.po,,sl,,slovenian,,,sl,help/ -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/id.po,122,614,580,0,0,3,46,125,660,id.po,,id,,indonesian,,,id,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/pa.po,120,613,644,0,0,5,47,125,660,pa.po,,pa,,punjabi,,,pa,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/te.po,120,613,509,0,0,5,47,125,660,te.po,,te,,telugu,,,te,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/oc.po,123,614,690,0,0,2,46,125,660,oc.po,,oc,,occitan,,,oc,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/af.po,123,614,603,0,0,2,46,125,660,af.po,,af,,afrikaans,,,af,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/sk.po,123,614,565,0,0,2,46,125,660,sk.po,,sk,,slovak,,,sk,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/bn.po,120,651,671,0,0,5,9,125,660,bn.po,,bn,,bangla,,,bn,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/hi.po,123,614,672,0,0,2,46,125,660,hi.po,,hi,,hindi,,,hi,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,123,614,627,0,0,2,46,125,660,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ka.po,120,651,503,0,0,5,9,125,660,ka.po,,ka,,georgian,,,ka,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ga.po,76,238,325,32,244,17,178,125,660,ga.po,,ga,,irish,,,ga,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ta.po,120,613,500,0,0,5,47,125,660,ta.po,,ta,,tamil,,,ta,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/vi.po,122,614,748,0,0,3,46,125,660,vi.po,,vi,,vietnamese,,,vi,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/tr.po,122,614,471,0,0,3,46,125,660,tr.po,,tr,,turkish,,,tr,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ca.po,123,614,692,0,0,2,46,125,660,ca.po,,ca,,catalan,,,ca,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/th.po,123,614,168,0,0,2,46,125,660,th.po,,th,,thai,,,th,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ro.po,122,614,646,0,0,3,46,125,660,ro.po,,ro,,romanian,,,ro,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/et.po,122,614,438,0,0,3,46,125,660,et.po,,et,,estonian,,,et,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/kn.po,120,613,502,0,0,5,47,125,660,kn.po,,kn,,kannada,,,kn,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/lt.po,122,614,503,0,0,3,46,125,660,lt.po,,lt,,lithuanian,,,lt,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,90,412,381,0,0,35,248,125,660,be@latin.po,latin,be,,belarusian,,,be@latin,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ms.po,95,372,333,16,197,14,91,125,660,ms.po,,ms,,malay,,,ms,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,123,614,692,0,0,2,46,125,660,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,114,592,593,6,59,5,9,125,660,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/nn.po,103,530,538,0,0,22,130,125,660,nn.po,,nn,,norwegian nynorsk,,,nn,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/sr.po,122,614,608,0,0,3,46,125,660,sr.po,,sr,,serbian,,,sr,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/or.po,120,613,577,0,0,5,47,125,660,or.po,,or,,odia,,,or,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/nl.po,122,614,657,0,0,3,46,125,660,nl.po,,nl,,dutch,,,nl,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,123,614,609,0,0,2,46,125,660,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ar.po,119,530,502,0,0,6,130,125,660,ar.po,,ar,,arabic,,,ar,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/gl.po,122,614,711,0,0,3,46,125,660,gl.po,,gl,,galician,,,gl,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/gu.po,123,614,591,0,0,2,46,125,660,gu.po,,gu,,gujarati,,,gu,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/mk.po,119,550,599,0,0,6,110,125,660,mk.po,,mk,,macedonian,,,mk,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/sl.po,122,614,564,0,0,3,46,125,660,sl.po,,sl,,slovenian,,,sl,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/es.po,122,614,711,0,0,3,46,125,660,es.po,,es,,spanish,,,es,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/hu.po,122,614,505,0,0,3,46,125,660,hu.po,,hu,,hungarian,,,hu,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/lv.po,122,614,512,0,0,3,46,125,660,lv.po,,lv,,latvian,,,lv,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/fr.po,122,614,711,0,0,3,46,125,660,fr.po,,fr,,french,,,fr,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/mr.po,120,613,513,0,0,5,47,125,660,mr.po,,mr,,marathi,,,mr,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ne.po,123,614,531,0,0,2,46,125,660,ne.po,,ne,,nepali,,,ne,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/nb.po,122,614,593,0,0,3,46,125,660,nb.po,,nb,,norwegian bokmål,,,nb,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ml.po,123,614,477,0,0,2,46,125,660,ml.po,,ml,,malayalam,,,ml,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ug.po,125,574,442,0,0,0,86,125,660,ug.po,,ug,,uyghur,,,ug,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/bs.po,120,613,578,0,0,5,47,125,660,bs.po,,bs,,bosnian,,,bs,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/as.po,120,613,581,0,0,5,47,125,660,as.po,,as,,assamese,,,as,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,123,614,205,0,0,2,46,125,660,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/bg.po,123,614,561,0,0,2,46,125,660,bg.po,,bg,,bulgarian,,,bg,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ast.po,118,538,574,0,0,7,122,125,660,ast.po,,ast,,asturian,,,ast,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/it.po,122,614,603,0,0,3,46,125,660,it.po,,it,,italian,,,it,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/tg.po,120,613,608,0,0,5,47,125,660,tg.po,,tg,,tajik,,,tg,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,121,630,154,0,0,4,30,125,660,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/nds.po,54,104,96,0,0,71,556,125,660,nds.po,,nds,,low german,,,nds,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/fa.po,123,614,617,0,0,2,46,125,660,fa.po,,fa,,persian,,,fa,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/pt.po,123,614,655,0,0,2,46,125,660,pt.po,,pt,,portuguese,,,pt,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/eo.po,122,614,574,0,0,3,46,125,660,eo.po,,eo,,esperanto,,,eo,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,122,614,707,0,0,3,46,125,660,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/zu.po,70,185,164,2,109,53,366,125,660,zu.po,,zu,,zulu,,,zu,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,122,614,153,0,0,3,46,125,660,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/is.po,123,614,566,0,0,2,46,125,660,is.po,,is,,icelandic,,,is,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ko.po,122,614,446,0,0,3,46,125,660,ko.po,,ko,,korean,,,ko,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/pl.po,122,614,573,0,0,3,46,125,660,pl.po,,pl,,polish,,,pl,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/an.po,123,614,667,0,0,2,46,125,660,an.po,,an,,aragonese,,,an,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/xh.po,71,193,178,14,44,40,423,125,660,xh.po,,xh,,xhosa,,,xh,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ps.po,72,333,367,0,0,53,327,125,660,ps.po,,ps,,pashto,,,ps,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/cs.po,122,614,575,0,0,3,46,125,660,cs.po,,cs,,czech,,,cs,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/lo.po,123,614,182,0,0,2,46,125,660,lo.po,,lo,,lao,,,lo,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/he.po,123,614,608,0,0,2,46,125,660,he.po,,he,,hebrew,,,he,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/km.po,119,550,193,0,0,6,110,125,660,km.po,,km,,khmer,,,km,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/eu.po,123,614,520,0,0,2,46,125,660,eu.po,,eu,,basque,,,eu,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,120,613,602,0,0,5,47,125,660,bn_in.po,,bn,in,bangla,,india,bn_in,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/el.po,122,614,667,0,0,3,46,125,660,el.po,,el,,greek,,,el,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/fur.po,122,614,663,0,0,3,46,125,660,fur.po,,fur,,friulian,,,fur,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/sq.po,99,527,567,0,0,26,133,125,660,sq.po,,sq,,albanian,,,sq,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/hr.po,122,614,560,0,0,3,46,125,660,hr.po,,hr,,croatian,,,hr,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ku.po,92,398,415,0,0,33,262,125,660,ku.po,,ku,,kurdish,,,ku,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ky.po,125,576,441,0,0,0,84,125,660,ky.po,,ky,,kyrgyz,,,ky,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/fi.po,122,614,423,0,0,3,46,125,660,fi.po,,fi,,finnish,,,fi,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/da.po,122,614,559,0,0,3,46,125,660,da.po,,da,,danish,,,da,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/dz.po,59,304,183,0,0,66,356,125,660,dz.po,,dz,,dzongkha,,,dz,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/be.po,123,614,502,0,0,2,46,125,660,be.po,,be,,belarusian,,,be,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/uk.po,123,614,518,0,0,2,46,125,660,uk.po,,uk,,ukrainian,,,uk,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/sv.po,122,614,580,0,0,3,46,125,660,sv.po,,sv,,swedish,,,sv,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ru.po,122,614,511,0,0,3,46,125,660,ru.po,,ru,,russian,,,ru,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/mai.po,29,146,167,0,0,96,514,125,660,mai.po,,mai,,maithili,,,mai,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/ja.po,122,614,184,0,0,3,46,125,660,ja.po,,ja,,japanese,,,ja,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/kk.po,122,614,472,0,0,3,46,125,660,kk.po,,kk,,kazakh,,,kk,po -cheese-3.32.1-1.fc30.src.rpm.stats.csv,po/de.po,122,614,611,0,0,3,46,125,660,de.po,,de,,german,,,de,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/zh_tw.po,94,503,265,0,0,9,52,103,555,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/zh_cn.po,96,524,263,0,0,7,31,103,555,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/vi.po,72,346,441,0,0,31,209,103,555,vi.po,,vi,,vietnamese,,,vi,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ur.po,82,400,422,0,0,21,155,103,555,ur.po,,ur,,urdu,,,ur,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/uk.po,96,524,503,0,0,7,31,103,555,uk.po,,uk,,ukrainian,,,uk,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/tr.po,92,480,410,4,44,7,31,103,555,tr.po,,tr,,turkish,,,tr,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/th.po,29,180,103,0,0,74,375,103,555,th.po,,th,,thai,,,th,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/tg.po,91,477,531,0,0,12,78,103,555,tg.po,,tg,,tajik,,,tg,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/te.po,94,503,418,0,0,9,52,103,555,te.po,,te,,telugu,,,te,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ta.po,94,503,434,0,0,9,52,103,555,ta.po,,ta,,tamil,,,ta,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/sv.po,96,524,539,0,0,7,31,103,555,sv.po,,sv,,swedish,,,sv,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/sr@latin.po,88,438,418,0,0,15,117,103,555,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/sr.po,96,524,499,0,0,7,31,103,555,sr.po,,sr,,serbian,,,sr,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/sq.po,95,519,567,1,5,7,31,103,555,sq.po,,sq,,albanian,,,sq,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/sl.po,84,413,410,0,0,19,142,103,555,sl.po,,sl,,slovenian,,,sl,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/sk.po,96,524,519,0,0,7,31,103,555,sk.po,,sk,,slovak,,,sk,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/si.po,12,38,38,0,0,91,517,103,555,si.po,,si,,sinhala,,,si,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ru.po,96,524,482,0,0,7,31,103,555,ru.po,,ru,,russian,,,ru,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,103,555,103,555,ro.po,,ro,,romanian,,,ro,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/pt_br.po,96,524,570,0,0,7,31,103,555,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/pt.po,96,524,601,0,0,7,31,103,555,pt.po,,pt,,portuguese,,,pt,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/pl.po,96,524,543,0,0,7,31,103,555,pl.po,,pl,,polish,,,pl,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/pa.po,92,480,555,0,0,11,75,103,555,pa.po,,pa,,punjabi,,,pa,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/or.po,94,503,568,0,0,9,52,103,555,or.po,,or,,odia,,,or,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/nn.po,6,6,6,0,0,97,549,103,555,nn.po,,nn,,norwegian nynorsk,,,nn,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/nl.po,96,524,545,0,0,7,31,103,555,nl.po,,nl,,dutch,,,nl,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/nds.po,6,6,6,0,0,97,549,103,555,nds.po,,nds,,low german,,,nds,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/nb.po,92,480,491,0,0,11,75,103,555,nb.po,,nb,,norwegian bokmål,,,nb,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,103,555,103,555,my.po,,my,,burmese,,,my,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ms.po,84,413,405,0,0,19,142,103,555,ms.po,,ms,,malay,,,ms,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/mr.po,94,503,482,0,0,9,52,103,555,mr.po,,mr,,marathi,,,mr,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ml.po,96,524,440,0,0,7,31,103,555,ml.po,,ml,,malayalam,,,ml,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/mk.po,84,413,463,0,0,19,142,103,555,mk.po,,mk,,macedonian,,,mk,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/mai.po,88,438,509,0,0,15,117,103,555,mai.po,,mai,,maithili,,,mai,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/lv.po,91,477,428,0,0,12,78,103,555,lv.po,,lv,,latvian,,,lv,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,103,555,103,555,lo.po,,lo,,lao,,,lo,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,103,555,103,555,ku.po,,ku,,kurdish,,,ku,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ko.po,96,524,467,0,0,7,31,103,555,ko.po,,ko,,korean,,,ko,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/kn.po,94,503,464,0,0,9,52,103,555,kn.po,,kn,,kannada,,,kn,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/km.po,96,524,301,0,0,7,31,103,555,km.po,,km,,khmer,,,km,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ka.po,55,237,221,0,0,48,318,103,555,ka.po,,ka,,georgian,,,ka,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ja.po,95,516,295,1,8,7,31,103,555,ja.po,,ja,,japanese,,,ja,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/it.po,94,503,531,0,0,9,52,103,555,it.po,,it,,italian,,,it,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/is.po,91,477,481,0,0,12,78,103,555,is.po,,is,,icelandic,,,is,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/id.po,94,503,506,0,0,9,52,103,555,id.po,,id,,indonesian,,,id,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ia.po,94,503,546,0,0,9,52,103,555,ia.po,,ia,,interlingua,,,ia,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,103,555,103,555,hy.po,,hy,,armenian,,,hy,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/hu.po,94,503,503,0,0,9,52,103,555,hu.po,,hu,,hungarian,,,hu,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/hr.po,84,413,412,0,0,19,142,103,555,hr.po,,hr,,croatian,,,hr,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/hi.po,94,503,601,0,0,9,52,103,555,hi.po,,hi,,hindi,,,hi,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,103,555,103,555,he.po,,he,,hebrew,,,he,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/gu.po,94,503,547,0,0,9,52,103,555,gu.po,,gu,,gujarati,,,gu,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/gl.po,94,503,579,0,0,9,52,103,555,gl.po,,gl,,galician,,,gl,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/fr.po,96,524,591,0,0,7,31,103,555,fr.po,,fr,,french,,,fr,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/fi.po,96,524,460,0,0,7,31,103,555,fi.po,,fi,,finnish,,,fi,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/fa.po,91,477,513,0,0,12,78,103,555,fa.po,,fa,,persian,,,fa,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/eu.po,6,6,6,0,0,97,549,103,555,eu.po,,eu,,basque,,,eu,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/et.po,92,480,423,0,0,11,75,103,555,et.po,,et,,estonian,,,et,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/es.po,96,524,580,0,0,7,31,103,555,es.po,,es,,spanish,,,es,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/en_gb.po,88,438,438,0,0,15,117,103,555,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/el.po,94,503,517,0,0,9,52,103,555,el.po,,el,,greek,,,el,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/de.po,96,524,553,0,0,7,31,103,555,de.po,,de,,german,,,de,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/da.po,92,480,481,0,0,11,75,103,555,da.po,,da,,danish,,,da,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/cy.po,84,413,438,0,0,19,142,103,555,cy.po,,cy,,welsh,,,cy,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/cs.po,96,524,482,0,0,7,31,103,555,cs.po,,cs,,czech,,,cs,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ca.po,96,524,641,0,0,7,31,103,555,ca.po,,ca,,catalan,,,ca,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/bs.po,82,400,398,0,0,21,155,103,555,bs.po,,bs,,bosnian,,,bs,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/bn_in.po,92,480,488,0,0,11,75,103,555,bn_in.po,,bn,in,bangla,,india,bn_in,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/bn.po,91,477,485,0,0,12,78,103,555,bn.po,,bn,,bangla,,,bn,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/bg.po,95,522,554,0,0,8,33,103,555,bg.po,,bg,,bulgarian,,,bg,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/be.po,81,393,372,0,0,22,162,103,555,be.po,,be,,belarusian,,,be,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/bal.po,84,413,436,0,0,19,142,103,555,bal.po,,bal,,baluchi,,,bal,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/as.po,94,503,505,0,0,9,52,103,555,as.po,,as,,assamese,,,as,po -chkconfig-1.11-4.fc30.src.rpm.stats.csv,po/ar.po,90,453,442,0,0,13,102,103,555,ar.po,,ar,,arabic,,,ar,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/tr.po,49,313,288,0,0,0,18,49,331,tr.po,,tr,,turkish,,,tr,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/sv.po,49,313,304,0,0,0,18,49,331,sv.po,,sv,,swedish,,,sv,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/sr.po,49,313,315,0,0,0,18,49,331,sr.po,,sr,,serbian,,,sr,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/sl.po,13,14,15,19,59,17,258,49,331,sl.po,,sl,,slovenian,,,sl,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/sk.po,47,329,354,0,0,2,2,49,331,sk.po,,sk,,slovak,,,sk,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/ru.po,49,313,292,0,0,0,18,49,331,ru.po,,ru,,russian,,,ru,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/pt_br.po,49,313,390,0,0,0,18,49,331,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/pt.po,11,13,18,9,31,29,287,49,331,pt.po,,pt,,portuguese,,,pt,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/pl.po,49,313,304,0,0,0,18,49,331,pl.po,,pl,,polish,,,pl,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/oc.po,44,184,251,2,124,3,23,49,331,oc.po,,oc,,occitan,,,oc,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/nl.po,49,313,333,0,0,0,18,49,331,nl.po,,nl,,dutch,,,nl,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/nb.po,20,30,29,0,0,29,301,49,331,nb.po,,nb,,norwegian bokmål,,,nb,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/ko.po,46,331,325,0,0,3,0,49,331,ko.po,,ko,,korean,,,ko,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/it.po,47,329,388,0,0,2,2,49,331,it.po,,it,,italian,,,it,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/id.po,49,313,314,0,0,0,18,49,331,id.po,,id,,indonesian,,,id,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/hu.po,49,313,306,0,0,0,18,49,331,hu.po,,hu,,hungarian,,,hu,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/hr.po,49,313,301,0,0,0,18,49,331,hr.po,,hr,,croatian,,,hr,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/gl.po,47,329,418,0,0,2,2,49,331,gl.po,,gl,,galician,,,gl,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/gd.po,46,331,444,0,0,3,0,49,331,gd.po,,gd,,scottish gaelic,,,gd,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/fr.po,46,331,436,0,0,3,0,49,331,fr.po,,fr,,french,,,fr,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/fi.po,38,139,121,3,61,8,131,49,331,fi.po,,fi,,finnish,,,fi,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/et.po,40,162,164,0,0,9,169,49,331,et.po,,et,,estonian,,,et,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/es.po,49,313,394,0,0,0,18,49,331,es.po,,es,,spanish,,,es,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/el.po,28,109,135,2,32,19,190,49,331,el.po,,el,,greek,,,el,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/de.po,49,313,331,0,0,0,18,49,331,de.po,,de,,german,,,de,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/da.po,49,313,312,0,0,0,18,49,331,da.po,,da,,danish,,,da,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/cs.po,49,313,317,0,0,0,18,49,331,cs.po,,cs,,czech,,,cs,po -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv,po/ca.po,46,331,412,0,0,3,0,49,331,ca.po,,ca,,catalan,,,ca,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ro.po,514,2335,2272,95,459,66,263,675,3057,ro.po,,ro,,romanian,,,ro,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/eo.po,287,983,904,71,295,317,1779,675,3057,eo.po,,eo,,esperanto,,,eo,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/sl.po,675,3057,2589,0,0,0,0,675,3057,sl.po,,sl,,slovenian,,,sl,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/sv.po,675,3057,2402,0,0,0,0,675,3057,sv.po,,sv,,swedish,,,sv,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ps.po,1,1,1,0,0,674,3056,675,3057,ps.po,,ps,,pashto,,,ps,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/it.po,675,3057,3074,0,0,0,0,675,3057,it.po,,it,,italian,,,it,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/bg.po,675,3057,3108,0,0,0,0,675,3057,bg.po,,bg,,bulgarian,,,bg,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ca.po,675,3057,3514,0,0,0,0,675,3057,ca.po,,ca,,catalan,,,ca,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/sr.po,675,3057,2708,0,0,0,0,675,3057,sr.po,,sr,,serbian,,,sr,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/lv.po,675,3057,2351,0,0,0,0,675,3057,lv.po,,lv,,latvian,,,lv,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/pt.po,675,3057,3395,0,0,0,0,675,3057,pt.po,,pt,,portuguese,,,pt,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/sr@latin.po,675,3057,2710,0,0,0,0,675,3057,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/kk.po,67,113,119,0,0,608,2944,675,3057,kk.po,,kk,,kazakh,,,kk,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/fa.po,1,1,1,0,0,674,3056,675,3057,fa.po,,fa,,persian,,,fa,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/lt.po,675,3057,2240,0,0,0,0,675,3057,lt.po,,lt,,lithuanian,,,lt,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/kn.po,304,928,732,32,169,339,1960,675,3057,kn.po,,kn,,kannada,,,kn,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/mk.po,521,2366,2379,93,447,61,244,675,3057,mk.po,,mk,,macedonian,,,mk,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/gl.po,675,3057,3384,0,0,0,0,675,3057,gl.po,,gl,,galician,,,gl,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/fr.po,675,3057,3443,0,0,0,0,675,3057,fr.po,,fr,,french,,,fr,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/or.po,307,945,838,62,251,306,1861,675,3057,or.po,,or,,odia,,,or,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/an.po,672,3030,3299,3,27,0,0,675,3057,an.po,,an,,aragonese,,,an,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/tr.po,527,2223,1743,35,202,113,632,675,3057,tr.po,,tr,,turkish,,,tr,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/hr.po,17,58,62,1,3,657,2996,675,3057,hr.po,,hr,,croatian,,,hr,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/zh_hk.po,669,3022,919,3,27,3,8,675,3057,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/de.po,675,3057,2821,0,0,0,0,675,3057,de.po,,de,,german,,,de,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/id.po,675,3057,2573,0,0,0,0,675,3057,id.po,,id,,indonesian,,,id,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/az_ir.po,1,1,1,0,0,674,3056,675,3057,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/fur.po,174,587,622,0,0,501,2470,675,3057,fur.po,,fur,,friulian,,,fur,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/be.po,675,3057,2357,0,0,0,0,675,3057,be.po,,be,,belarusian,,,be,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/pt_br.po,675,3057,3290,0,0,0,0,675,3057,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ja.po,653,2947,743,14,85,8,25,675,3057,ja.po,,ja,,japanese,,,ja,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ru.po,675,3057,2485,0,0,0,0,675,3057,ru.po,,ru,,russian,,,ru,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/fi.po,44,122,91,6,34,625,2901,675,3057,fi.po,,fi,,finnish,,,fi,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/nl.po,439,1893,1867,128,624,108,540,675,3057,nl.po,,nl,,dutch,,,nl,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/pa.po,66,142,142,15,51,594,2864,675,3057,pa.po,,pa,,punjabi,,,pa,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ar.po,1,1,1,0,0,674,3056,675,3057,ar.po,,ar,,arabic,,,ar,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/eu.po,675,3057,2345,0,0,0,0,675,3057,eu.po,,eu,,basque,,,eu,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ca@valencia.po,669,3022,3468,3,27,3,8,675,3057,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/pl.po,675,3057,2599,0,0,0,0,675,3057,pl.po,,pl,,polish,,,pl,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ast.po,515,2319,2411,93,441,67,297,675,3057,ast.po,,ast,,asturian,,,ast,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/yi.po,1,1,1,0,0,674,3056,675,3057,yi.po,,yi,,yiddish,,,yi,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ml.po,124,296,240,3,15,548,2746,675,3057,ml.po,,ml,,malayalam,,,ml,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/bs.po,672,3030,2656,3,27,0,0,675,3057,bs.po,,bs,,bosnian,,,bs,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/zh_cn.po,675,3057,902,0,0,0,0,675,3057,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/oc.po,675,3057,3457,0,0,0,0,675,3057,oc.po,,oc,,occitan,,,oc,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/cs.po,675,3057,2742,0,0,0,0,675,3057,cs.po,,cs,,czech,,,cs,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/as.po,669,3022,2472,3,27,3,8,675,3057,as.po,,as,,assamese,,,as,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ur.po,1,1,1,0,0,674,3056,675,3057,ur.po,,ur,,urdu,,,ur,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/sk.po,675,3057,2724,0,0,0,0,675,3057,sk.po,,sk,,slovak,,,sk,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/te.po,653,2947,2268,14,85,8,25,675,3057,te.po,,te,,telugu,,,te,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/hi.po,653,2947,2999,14,85,8,25,675,3057,hi.po,,hi,,hindi,,,hi,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/zh_tw.po,675,3057,932,0,0,0,0,675,3057,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ko.po,16,50,41,0,0,659,3007,675,3057,ko.po,,ko,,korean,,,ko,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ug.po,153,372,339,1,2,521,2683,675,3057,ug.po,,ug,,uyghur,,,ug,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/hu.po,675,3057,2541,0,0,0,0,675,3057,hu.po,,hu,,hungarian,,,hu,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/da.po,675,3057,2397,0,0,0,0,675,3057,da.po,,da,,danish,,,da,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/es.po,675,3057,3534,0,0,0,0,675,3057,es.po,,es,,spanish,,,es,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/he.po,675,3057,3057,0,0,0,0,675,3057,he.po,,he,,hebrew,,,he,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/nb.po,351,1069,849,19,110,305,1878,675,3057,nb.po,,nb,,norwegian bokmål,,,nb,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/el.po,675,3057,2998,0,0,0,0,675,3057,el.po,,el,,greek,,,el,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/en_gb.po,675,3057,3057,0,0,0,0,675,3057,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/km.po,527,2389,733,88,428,60,240,675,3057,km.po,,km,,khmer,,,km,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/ta.po,515,2319,1645,93,441,67,297,675,3057,ta.po,,ta,,tamil,,,ta,po -clutter-1.26.2-8.fc30.src.rpm.stats.csv,po/uk.po,672,3030,2651,3,27,0,0,675,3057,uk.po,,uk,,ukrainian,,,uk,po -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv,po/ja.po,1,5,4,0,0,0,0,1,5,ja.po,,ja,,japanese,,,ja,po -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv,po/pl.po,1,5,5,0,0,0,0,1,5,pl.po,,pl,,polish,,,pl,po -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv,po/zh_cn.po,1,5,3,0,0,0,0,1,5,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/th.po,80,393,144,0,0,0,0,80,393,th.po,,th,,thai,,,th,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ca.po,76,378,523,0,0,4,15,80,393,ca.po,,ca,,catalan,,,ca,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ta.po,76,378,346,0,0,4,15,80,393,ta.po,,ta,,tamil,,,ta,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/he.po,76,378,378,0,0,4,15,80,393,he.po,,he,,hebrew,,,he,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/zh_tw.po,76,378,141,0,0,4,15,80,393,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/bg.po,80,393,589,0,0,0,0,80,393,bg.po,,bg,,bulgarian,,,bg,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/pl.po,80,393,389,0,0,0,0,80,393,pl.po,,pl,,polish,,,pl,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ca@valencia.po,76,378,523,0,0,4,15,80,393,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/nb.po,14,39,42,0,0,66,354,80,393,nb.po,,nb,,norwegian bokmål,,,nb,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/bs.po,76,378,382,0,0,4,15,80,393,bs.po,,bs,,bosnian,,,bs,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/pa.po,25,62,63,0,0,55,331,80,393,pa.po,,pa,,punjabi,,,pa,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/hu.po,76,378,339,0,0,4,15,80,393,hu.po,,hu,,hungarian,,,hu,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/cs.po,80,393,414,0,0,0,0,80,393,cs.po,,cs,,czech,,,cs,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/nl.po,4,15,11,0,0,76,378,80,393,nl.po,,nl,,dutch,,,nl,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/vi.po,4,15,17,0,0,76,378,80,393,vi.po,,vi,,vietnamese,,,vi,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/eu.po,80,393,369,0,0,0,0,80,393,eu.po,,eu,,basque,,,eu,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/sv.po,80,393,340,0,0,0,0,80,393,sv.po,,sv,,swedish,,,sv,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/sr@latin.po,80,393,389,0,0,0,0,80,393,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ko.po,80,393,353,0,0,0,0,80,393,ko.po,,ko,,korean,,,ko,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ru.po,76,378,343,0,0,4,15,80,393,ru.po,,ru,,russian,,,ru,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/an.po,80,393,501,0,0,0,0,80,393,an.po,,an,,aragonese,,,an,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/kn.po,4,15,15,0,0,76,378,80,393,kn.po,,kn,,kannada,,,kn,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/lv.po,80,393,344,0,0,0,0,80,393,lv.po,,lv,,latvian,,,lv,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/id.po,80,393,388,0,0,0,0,80,393,id.po,,id,,indonesian,,,id,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/es.po,76,378,508,0,0,4,15,80,393,es.po,,es,,spanish,,,es,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/pt.po,80,393,464,0,0,0,0,80,393,pt.po,,pt,,portuguese,,,pt,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/hi.po,76,378,510,0,0,4,15,80,393,hi.po,,hi,,hindi,,,hi,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/gl.po,77,370,496,0,0,3,23,80,393,gl.po,,gl,,galician,,,gl,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/el.po,80,393,410,0,0,0,0,80,393,el.po,,el,,greek,,,el,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/fr.po,80,393,531,0,0,0,0,80,393,fr.po,,fr,,french,,,fr,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/de.po,76,378,323,0,0,4,15,80,393,de.po,,de,,german,,,de,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/km.po,71,320,136,4,41,5,32,80,393,km.po,,km,,khmer,,,km,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/zh_cn.po,80,393,164,0,0,0,0,80,393,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/sr.po,80,393,389,0,0,0,0,80,393,sr.po,,sr,,serbian,,,sr,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/be.po,80,393,361,0,0,0,0,80,393,be.po,,be,,belarusian,,,be,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/sk.po,80,393,436,0,0,0,0,80,393,sk.po,,sk,,slovak,,,sk,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/fa.po,4,15,18,0,0,76,378,80,393,fa.po,,fa,,persian,,,fa,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/it.po,76,378,455,0,0,4,15,80,393,it.po,,it,,italian,,,it,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ug.po,69,295,332,0,0,11,98,80,393,ug.po,,ug,,uyghur,,,ug,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ja.po,76,378,119,0,0,4,15,80,393,ja.po,,ja,,japanese,,,ja,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/te.po,76,378,349,0,0,4,15,80,393,te.po,,te,,telugu,,,te,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/sl.po,76,378,358,0,0,4,15,80,393,sl.po,,sl,,slovenian,,,sl,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/as.po,76,378,418,0,0,4,15,80,393,as.po,,as,,assamese,,,as,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/en_ca.po,4,15,15,0,0,76,378,80,393,en_ca.po,,en,ca,english,,canada,en_ca,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/uk.po,80,393,360,0,0,0,0,80,393,uk.po,,uk,,ukrainian,,,uk,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/en_gb.po,76,378,378,0,0,4,15,80,393,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/eo.po,7,15,17,0,0,73,378,80,393,eo.po,,eo,,esperanto,,,eo,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ml.po,2,4,4,0,0,78,389,80,393,ml.po,,ml,,malayalam,,,ml,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/oc.po,80,393,535,0,0,0,0,80,393,oc.po,,oc,,occitan,,,oc,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ast.po,4,15,21,0,0,76,378,80,393,ast.po,,ast,,asturian,,,ast,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/zh_hk.po,76,378,141,0,0,4,15,80,393,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/lt.po,80,393,345,0,0,0,0,80,393,lt.po,,lt,,lithuanian,,,lt,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/pt_br.po,80,393,515,0,0,0,0,80,393,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/or.po,4,15,19,0,0,76,378,80,393,or.po,,or,,odia,,,or,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/ar.po,4,15,15,0,0,76,378,80,393,ar.po,,ar,,arabic,,,ar,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/tr.po,80,393,374,0,0,0,0,80,393,tr.po,,tr,,turkish,,,tr,po -cogl-1.22.2-12.fc30.src.rpm.stats.csv,po/da.po,76,378,319,0,0,4,15,80,393,da.po,,da,,danish,,,da,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/zh_tw.po,253,1990,546,0,0,0,0,253,1990,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/zh_cn.po,253,1990,504,0,0,0,0,253,1990,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/uk.po,253,1990,1960,0,0,0,0,253,1990,uk.po,,uk,,ukrainian,,,uk,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/tr.po,211,1928,1622,0,0,42,62,253,1990,tr.po,,tr,,turkish,,,tr,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/th.po,2,11,4,0,0,251,1979,253,1990,th.po,,th,,thai,,,th,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/ta.po,8,25,22,0,0,245,1965,253,1990,ta.po,,ta,,tamil,,,ta,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/sv.po,253,1990,1728,0,0,0,0,253,1990,sv.po,,sv,,swedish,,,sv,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/sr@latin.po,8,25,32,0,0,245,1965,253,1990,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/sr.po,211,1928,1817,0,0,42,62,253,1990,sr.po,,sr,,serbian,,,sr,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/sl.po,127,522,496,0,0,126,1468,253,1990,sl.po,,sl,,slovenian,,,sl,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/sk.po,89,334,319,0,0,164,1656,253,1990,sk.po,,sk,,slovak,,,sk,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/ru.po,253,1990,1910,0,0,0,0,253,1990,ru.po,,ru,,russian,,,ru,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/ro.po,75,303,343,0,0,178,1687,253,1990,ro.po,,ro,,romanian,,,ro,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/pt_br.po,253,1990,2325,0,0,0,0,253,1990,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/pt.po,111,372,427,0,0,142,1618,253,1990,pt.po,,pt,,portuguese,,,pt,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/pl.po,253,1990,1896,0,0,0,0,253,1990,pl.po,,pl,,polish,,,pl,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/pa.po,8,25,26,0,0,245,1965,253,1990,pa.po,,pa,,punjabi,,,pa,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/or.po,8,25,29,0,0,245,1965,253,1990,or.po,,or,,odia,,,or,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/oc.po,120,432,520,0,0,133,1558,253,1990,oc.po,,oc,,occitan,,,oc,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/nl.po,97,386,417,0,0,156,1604,253,1990,nl.po,,nl,,dutch,,,nl,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/nb.po,150,673,565,0,0,103,1317,253,1990,nb.po,,nb,,norwegian bokmål,,,nb,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/mr.po,8,25,23,0,0,245,1965,253,1990,mr.po,,mr,,marathi,,,mr,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/ml.po,8,25,24,0,0,245,1965,253,1990,ml.po,,ml,,malayalam,,,ml,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/lv.po,121,497,401,0,0,132,1493,253,1990,lv.po,,lv,,latvian,,,lv,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/lt.po,59,209,193,0,0,194,1781,253,1990,lt.po,,lt,,lithuanian,,,lt,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/ko.po,253,1990,1519,0,0,0,0,253,1990,ko.po,,ko,,korean,,,ko,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/kn.po,8,25,25,0,0,245,1965,253,1990,kn.po,,kn,,kannada,,,kn,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/kk.po,5,5,5,0,0,248,1985,253,1990,kk.po,,kk,,kazakh,,,kk,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/ja.po,134,545,175,0,0,119,1445,253,1990,ja.po,,ja,,japanese,,,ja,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/it.po,253,1990,2088,0,0,0,0,253,1990,it.po,,it,,italian,,,it,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/is.po,132,448,399,0,0,121,1542,253,1990,is.po,,is,,icelandic,,,is,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/id.po,215,837,785,0,0,38,1153,253,1990,id.po,,id,,indonesian,,,id,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/hu.po,253,1990,1682,0,0,0,0,253,1990,hu.po,,hu,,hungarian,,,hu,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/hr.po,166,899,803,0,0,87,1091,253,1990,hr.po,,hr,,croatian,,,hr,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/hi.po,8,25,28,0,0,245,1965,253,1990,hi.po,,hi,,hindi,,,hi,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/he.po,38,162,135,0,0,215,1828,253,1990,he.po,,he,,hebrew,,,he,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/gu.po,8,25,25,0,0,245,1965,253,1990,gu.po,,gu,,gujarati,,,gu,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/gl.po,151,630,726,0,0,102,1360,253,1990,gl.po,,gl,,galician,,,gl,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/fur.po,179,753,888,0,0,74,1237,253,1990,fur.po,,fur,,friulian,,,fur,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/fr.po,148,732,832,0,0,105,1258,253,1990,fr.po,,fr,,french,,,fr,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/fi.po,43,161,100,0,0,210,1829,253,1990,fi.po,,fi,,finnish,,,fi,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/eu.po,49,129,105,0,0,204,1861,253,1990,eu.po,,eu,,basque,,,eu,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/es.po,197,1850,2073,0,0,56,140,253,1990,es.po,,es,,spanish,,,es,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/eo.po,5,5,5,0,0,248,1985,253,1990,eo.po,,eo,,esperanto,,,eo,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/en_gb.po,252,1986,1986,0,0,1,4,253,1990,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/el.po,203,1885,2153,0,0,50,105,253,1990,el.po,,el,,greek,,,el,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/de.po,246,1865,1697,0,0,7,125,253,1990,de.po,,de,,german,,,de,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/da.po,253,1990,1767,0,0,0,0,253,1990,da.po,,da,,danish,,,da,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/cs.po,253,1990,1889,0,0,0,0,253,1990,cs.po,,cs,,czech,,,cs,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/ca.po,253,1990,2435,0,0,0,0,253,1990,ca.po,,ca,,catalan,,,ca,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/bn_in.po,8,25,34,0,0,245,1965,253,1990,bn_in.po,,bn,in,bangla,,india,bn_in,po -colord-1.4.4-1.fc30.src.rpm.stats.csv,po/as.po,8,25,29,0,0,245,1965,253,1990,as.po,,as,,assamese,,,as,po -colord-gtk-0.1.26-11.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,1,5,1,5,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/fr.po,1801,21330,25058,0,0,0,0,1801,21330,fr.po,,fr,,french,,,fr,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/lg.po,1044,9115,13604,487,8924,270,3291,1801,21330,lg.po,,lg,,ganda,,,lg,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/af.po,341,1519,1740,454,2568,1006,17243,1801,21330,af.po,,af,,afrikaans,,,af,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/da.po,1801,21330,20361,0,0,0,0,1801,21330,da.po,,da,,danish,,,da,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/uk.po,1801,21330,21047,0,0,0,0,1801,21330,uk.po,,uk,,ukrainian,,,uk,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/eu.po,384,1329,1394,846,12704,571,7297,1801,21330,eu.po,,eu,,basque,,,eu,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ca.po,1739,20201,25537,40,882,22,247,1801,21330,ca.po,,ca,,catalan,,,ca,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ru.po,1801,21330,20782,0,0,0,0,1801,21330,ru.po,,ru,,russian,,,ru,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/de.po,1682,19179,18992,81,1683,38,468,1801,21330,de.po,,de,,german,,,de,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/bg.po,1216,12550,14074,312,5079,273,3701,1801,21330,bg.po,,bg,,bulgarian,,,bg,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/kk.po,21,36,35,143,471,1637,20823,1801,21330,kk.po,,kk,,kazakh,,,kk,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/el.po,175,948,1147,711,5571,915,14811,1801,21330,el.po,,el,,greek,,,el,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/id.po,1012,8436,8509,518,9522,271,3372,1801,21330,id.po,,id,,indonesian,,,id,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ga.po,820,6614,7401,588,9942,393,4774,1801,21330,ga.po,,ga,,irish,,,ga,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ms.po,259,1260,1284,543,3921,999,16149,1801,21330,ms.po,,ms,,malay,,,ms,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/fi.po,876,6281,5417,555,9689,370,5360,1801,21330,fi.po,,fi,,finnish,,,fi,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/nl.po,1679,19048,19644,81,1683,41,599,1801,21330,nl.po,,nl,,dutch,,,nl,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/hr.po,1801,21330,21709,0,0,0,0,1801,21330,hr.po,,hr,,croatian,,,hr,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/zh_tw.po,371,2618,1246,669,8497,761,10215,1801,21330,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/hu.po,1739,20201,19987,40,882,22,247,1801,21330,hu.po,,hu,,hungarian,,,hu,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/sr.po,1682,19179,18890,81,1683,38,468,1801,21330,sr.po,,sr,,serbian,,,sr,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/sv.po,1760,20567,19823,28,639,13,124,1801,21330,sv.po,,sv,,swedish,,,sv,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/pt_br.po,1801,21330,24672,0,0,0,0,1801,21330,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/eo.po,1243,9987,9741,177,2326,381,9017,1801,21330,eo.po,,eo,,esperanto,,,eo,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/vi.po,1760,20567,28379,28,639,13,124,1801,21330,vi.po,,vi,,vietnamese,,,vi,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/sk.po,678,3774,3889,491,5387,632,12169,1801,21330,sk.po,,sk,,slovak,,,sk,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ja.po,1127,9920,4970,450,8773,224,2637,1801,21330,ja.po,,ja,,japanese,,,ja,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/pt.po,1760,20567,21822,28,639,13,124,1801,21330,pt.po,,pt,,portuguese,,,pt,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/gl.po,222,1537,1816,756,7228,823,12565,1801,21330,gl.po,,gl,,galician,,,gl,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/sl.po,1645,18594,19010,105,2151,51,585,1801,21330,sl.po,,sl,,slovenian,,,sl,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/nb.po,1760,20567,20901,28,639,13,124,1801,21330,nb.po,,nb,,norwegian bokmål,,,nb,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/zh_cn.po,1447,13490,4919,206,5912,148,1928,1801,21330,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/it.po,1098,9643,10929,468,8885,235,2802,1801,21330,it.po,,it,,italian,,,it,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/be.po,479,2615,2531,470,4529,852,14186,1801,21330,be.po,,be,,belarusian,,,be,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ko.po,168,1298,1135,715,6399,918,13633,1801,21330,ko.po,,ko,,korean,,,ko,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/lt.po,367,1639,1518,252,1620,1182,18071,1801,21330,lt.po,,lt,,lithuanian,,,lt,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ro.po,557,2485,2737,252,1782,992,17063,1801,21330,ro.po,,ro,,romanian,,,ro,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/cs.po,1760,20567,20079,28,639,13,124,1801,21330,cs.po,,cs,,czech,,,cs,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/ia.po,89,270,348,43,164,1669,20896,1801,21330,ia.po,,ia,,interlingua,,,ia,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/es.po,1399,14738,17951,270,5225,132,1367,1801,21330,es.po,,es,,spanish,,,es,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/et.po,1760,20567,17280,28,639,13,124,1801,21330,et.po,,et,,estonian,,,et,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/tr.po,1026,8321,7437,177,2112,598,10897,1801,21330,tr.po,,tr,,turkish,,,tr,po -coreutils-8.31-1.fc30.src.rpm.stats.csv,po/pl.po,1801,21330,21063,0,0,0,0,1801,21330,pl.po,,pl,,polish,,,pl,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/zh_cn.po,162,1101,403,45,211,106,590,313,1902,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/sv.po,293,1795,1770,15,86,5,21,313,1902,sv.po,,sv,,swedish,,,sv,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/sr.po,293,1795,1866,15,86,5,21,313,1902,sr.po,,sr,,serbian,,,sr,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/tr.po,293,1795,1606,15,86,5,21,313,1902,tr.po,,tr,,turkish,,,tr,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/it.po,293,1795,2020,15,86,5,21,313,1902,it.po,,it,,italian,,,it,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/nl.po,293,1795,1808,15,86,5,21,313,1902,nl.po,,nl,,dutch,,,nl,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/uk.po,293,1795,1786,15,86,5,21,313,1902,uk.po,,uk,,ukrainian,,,uk,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/ja.po,293,1795,846,15,86,5,21,313,1902,ja.po,,ja,,japanese,,,ja,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/pt_br.po,38,197,244,52,272,223,1433,313,1902,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/ga.po,162,1101,1453,45,211,106,590,313,1902,ga.po,,ga,,irish,,,ga,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/ru.po,293,1795,1785,15,86,5,21,313,1902,ru.po,,ru,,russian,,,ru,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/pl.po,293,1795,1800,15,86,5,21,313,1902,pl.po,,pl,,polish,,,pl,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/vi.po,293,1795,2633,15,86,5,21,313,1902,vi.po,,vi,,vietnamese,,,vi,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/ro.po,38,197,235,52,272,223,1433,313,1902,ro.po,,ro,,romanian,,,ro,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/fi.po,293,1795,1472,15,86,5,21,313,1902,fi.po,,fi,,finnish,,,fi,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/id.po,293,1795,1804,15,86,5,21,313,1902,id.po,,id,,indonesian,,,id,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/gl.po,125,567,722,9,43,179,1292,313,1902,gl.po,,gl,,galician,,,gl,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/ko.po,33,174,159,57,295,223,1433,313,1902,ko.po,,ko,,korean,,,ko,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/hr.po,293,1795,1754,15,86,5,21,313,1902,hr.po,,hr,,croatian,,,hr,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/hu.po,293,1795,1799,15,86,5,21,313,1902,hu.po,,hu,,hungarian,,,hu,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/fr.po,293,1795,2158,15,86,5,21,313,1902,fr.po,,fr,,french,,,fr,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/de.po,293,1795,1765,15,86,5,21,313,1902,de.po,,de,,german,,,de,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/zh_tw.po,178,899,458,39,240,96,763,313,1902,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/da.po,293,1795,1722,15,86,5,21,313,1902,da.po,,da,,danish,,,da,po -cpio-2.12-10.fc30.src.rpm.stats.csv,po/es.po,267,1598,1983,15,86,31,218,313,1902,es.po,,es,,spanish,,,es,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/cs.po,15,93,74,0,0,1,3,16,96,cs.po,,cs,,czech,,,cs,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/ko.po,15,93,64,0,0,1,3,16,96,ko.po,,ko,,korean,,,ko,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/ru.po,15,93,66,0,0,1,3,16,96,ru.po,,ru,,russian,,,ru,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/pt_br.po,15,93,89,0,0,1,3,16,96,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/or.po,15,93,88,0,0,1,3,16,96,or.po,,or,,odia,,,or,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/fi.po,15,93,51,0,0,1,3,16,96,fi.po,,fi,,finnish,,,fi,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/ja.po,15,93,15,0,0,1,3,16,96,ja.po,,ja,,japanese,,,ja,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/es.po,15,93,83,0,0,1,3,16,96,es.po,,es,,spanish,,,es,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/de.po,15,93,83,0,0,1,3,16,96,de.po,,de,,german,,,de,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/bn_in.po,15,93,96,0,0,1,3,16,96,bn_in.po,,bn,in,bangla,,india,bn_in,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/pl.po,15,93,73,0,0,1,3,16,96,pl.po,,pl,,polish,,,pl,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/zh_tw.po,15,93,17,0,0,1,3,16,96,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/nl.po,15,93,93,0,0,1,3,16,96,nl.po,,nl,,dutch,,,nl,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/pt.po,15,93,103,0,0,1,3,16,96,pt.po,,pt,,portuguese,,,pt,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/kn.po,15,93,68,0,0,1,3,16,96,kn.po,,kn,,kannada,,,kn,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/hi.po,15,93,105,0,0,1,3,16,96,hi.po,,hi,,hindi,,,hi,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/gu.po,15,93,80,0,0,1,3,16,96,gu.po,,gu,,gujarati,,,gu,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/sk.po,15,93,80,0,0,1,3,16,96,sk.po,,sk,,slovak,,,sk,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/ml.po,15,93,52,0,0,1,3,16,96,ml.po,,ml,,malayalam,,,ml,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/nb.po,15,93,85,0,0,1,3,16,96,nb.po,,nb,,norwegian bokmål,,,nb,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/it.po,15,93,84,0,0,1,3,16,96,it.po,,it,,italian,,,it,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/el.po,15,93,67,0,0,1,3,16,96,el.po,,el,,greek,,,el,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/sl_si.po,15,93,80,0,0,1,3,16,96,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/te.po,15,93,73,0,0,1,3,16,96,te.po,,te,,telugu,,,te,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/ta.po,15,93,72,0,0,1,3,16,96,ta.po,,ta,,tamil,,,ta,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/pa.po,15,93,97,0,0,1,3,16,96,pa.po,,pa,,punjabi,,,pa,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/as.po,15,93,82,0,0,1,3,16,96,as.po,,as,,assamese,,,as,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/uk.po,15,93,78,0,0,1,3,16,96,uk.po,,uk,,ukrainian,,,uk,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/hu.po,15,93,65,0,0,1,3,16,96,hu.po,,hu,,hungarian,,,hu,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/mr.po,15,93,66,0,0,1,3,16,96,mr.po,,mr,,marathi,,,mr,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/lt.po,15,93,77,0,0,1,3,16,96,lt.po,,lt,,lithuanian,,,lt,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/fr.po,15,93,87,0,0,1,3,16,96,fr.po,,fr,,french,,,fr,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/da.po,15,93,90,0,0,1,3,16,96,da.po,,da,,danish,,,da,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/zh_cn.po,15,93,1,0,0,1,3,16,96,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cracklib-2.9.6-19.fc30.src.rpm.stats.csv,po/tr.po,15,93,89,0,0,1,3,16,96,tr.po,,tr,,turkish,,,tr,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/sv.po,232,1483,1348,403,2700,47,374,682,4557,sv.po,,sv,,swedish,,,sv,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/nl.po,148,921,934,373,2483,161,1153,682,4557,nl.po,,nl,,dutch,,,nl,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/fr.po,680,4545,6045,2,12,0,0,682,4557,fr.po,,fr,,french,,,fr,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/ru.po,680,4545,4445,2,12,0,0,682,4557,ru.po,,ru,,russian,,,ru,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/pl.po,680,4545,4693,2,12,0,0,682,4557,pl.po,,pl,,polish,,,pl,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/zh_cn.po,422,2584,991,166,1247,94,726,682,4557,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/es.po,642,4222,5944,29,240,11,95,682,4557,es.po,,es,,spanish,,,es,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/cs.po,680,4545,4595,2,12,0,0,682,4557,cs.po,,cs,,czech,,,cs,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/da.po,680,4545,4138,2,12,0,0,682,4557,da.po,,da,,danish,,,da,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/fi.po,141,882,631,371,2460,170,1215,682,4557,fi.po,,fi,,finnish,,,fi,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/pt_br.po,680,4545,5814,2,12,0,0,682,4557,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/uk.po,680,4545,4986,2,12,0,0,682,4557,uk.po,,uk,,ukrainian,,,uk,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/id.po,60,340,343,252,1574,370,2643,682,4557,id.po,,id,,indonesian,,,id,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/de.po,680,4545,4624,2,12,0,0,682,4557,de.po,,de,,german,,,de,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/sr.po,148,921,899,367,2442,167,1194,682,4557,sr.po,,sr,,serbian,,,sr,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/vi.po,148,921,1371,372,2477,162,1159,682,4557,vi.po,,vi,,vietnamese,,,vi,po -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv,po/it.po,680,4545,5476,2,12,0,0,682,4557,it.po,,it,,italian,,,it,po -cups-filters-1.22.5-1.fc30.src.rpm.stats.csv,filter/braille/drivers/common/fr-braille.po,79,203,250,0,0,0,0,79,203,fr-braille.po,braille,fr,,french,,,fr@braille,filter/braille/drivers/common -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/zh_tw.po,22,149,22,0,0,0,0,22,149,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/pl.po,22,149,132,0,0,0,0,22,149,pl.po,,pl,,polish,,,pl,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/hu.po,22,149,98,0,0,0,0,22,149,hu.po,,hu,,hungarian,,,hu,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/nl.po,22,149,164,0,0,0,0,22,149,nl.po,,nl,,dutch,,,nl,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/id.po,22,149,149,0,0,0,0,22,149,id.po,,id,,indonesian,,,id,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/cs.po,22,149,129,0,0,0,0,22,149,cs.po,,cs,,czech,,,cs,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/sl.po,22,149,127,0,0,0,0,22,149,sl.po,,sl,,slovenian,,,sl,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/sv.po,22,149,166,0,0,0,0,22,149,sv.po,,sv,,swedish,,,sv,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/pt.po,22,149,153,0,0,0,0,22,149,pt.po,,pt,,portuguese,,,pt,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/hr.po,22,149,135,0,0,0,0,22,149,hr.po,,hr,,croatian,,,hr,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/zh_cn.po,22,149,22,0,0,0,0,22,149,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/ka.po,16,90,59,0,0,6,59,22,149,ka.po,,ka,,georgian,,,ka,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/uk.po,22,149,159,0,0,0,0,22,149,uk.po,,uk,,ukrainian,,,uk,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/gl.po,22,149,152,0,0,0,0,22,149,gl.po,,gl,,galician,,,gl,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/fr.po,22,149,168,0,0,0,0,22,149,fr.po,,fr,,french,,,fr,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/sk.po,22,149,127,0,0,0,0,22,149,sk.po,,sk,,slovak,,,sk,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/sr.po,22,149,133,0,0,0,0,22,149,sr.po,,sr,,serbian,,,sr,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/ru.po,22,149,135,0,0,0,0,22,149,ru.po,,ru,,russian,,,ru,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/en_gb.po,22,149,149,0,0,0,0,22,149,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/lv.po,22,149,118,0,0,0,0,22,149,lv.po,,lv,,latvian,,,lv,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/eo.po,22,149,127,0,0,0,0,22,149,eo.po,,eo,,esperanto,,,eo,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/it.po,22,149,204,0,0,0,0,22,149,it.po,,it,,italian,,,it,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/ca.po,22,149,208,0,0,0,0,22,149,ca.po,,ca,,catalan,,,ca,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/pt_br.po,22,149,154,0,0,0,0,22,149,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/fi.po,7,30,29,0,0,15,119,22,149,fi.po,,fi,,finnish,,,fi,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/es.po,22,149,185,0,0,0,0,22,149,es.po,,es,,spanish,,,es,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/ko.po,22,149,101,0,0,0,0,22,149,ko.po,,ko,,korean,,,ko,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/en.po,22,149,149,0,0,0,0,22,149,en.po,,en,,english,,,en,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/kk.po,20,136,112,0,0,2,13,22,149,kk.po,,kk,,kazakh,,,kk,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/oc.po,22,149,168,0,0,0,0,22,149,oc.po,,oc,,occitan,,,oc,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/ja.po,22,149,22,0,0,0,0,22,149,ja.po,,ja,,japanese,,,ja,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/ia.po,22,149,158,0,0,0,0,22,149,ia.po,,ia,,interlingua,,,ia,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/da.po,22,149,156,0,0,0,0,22,149,da.po,,da,,danish,,,da,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/de.po,22,149,158,0,0,0,0,22,149,de.po,,de,,german,,,de,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/eu.po,22,149,131,0,0,0,0,22,149,eu.po,,eu,,basque,,,eu,po -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv,po/tr.po,22,149,168,0,0,0,0,22,149,tr.po,,tr,,turkish,,,tr,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/da.po,263,1839,1794,3,47,0,0,266,1886,da.po,,da,,danish,,,da,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/ru.po,266,1886,1855,0,0,0,0,266,1886,ru.po,,ru,,russian,,,ru,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/fr.po,266,1886,2289,0,0,0,0,266,1886,fr.po,,fr,,french,,,fr,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/pt_br.po,266,1886,2207,0,0,0,0,266,1886,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/uk.po,266,1886,1950,0,0,0,0,266,1886,uk.po,,uk,,ukrainian,,,uk,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/ca.po,84,415,537,125,1085,57,386,266,1886,ca.po,,ca,,catalan,,,ca,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/id.po,232,1668,1635,23,164,11,54,266,1886,id.po,,id,,indonesian,,,id,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/it.po,247,1735,1962,14,138,5,13,266,1886,it.po,,it,,italian,,,it,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/sr.po,263,1839,1747,3,47,0,0,266,1886,sr.po,,sr,,serbian,,,sr,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/nl.po,266,1886,1991,0,0,0,0,266,1886,nl.po,,nl,,dutch,,,nl,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/ms.po,121,630,641,134,1104,11,152,266,1886,ms.po,,ms,,malay,,,ms,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/hr.po,151,724,741,19,123,96,1039,266,1886,hr.po,,hr,,croatian,,,hr,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/vi.po,266,1886,2782,0,0,0,0,266,1886,vi.po,,vi,,vietnamese,,,vi,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/pt.po,266,1886,2039,0,0,0,0,266,1886,pt.po,,pt,,portuguese,,,pt,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/he.po,73,318,351,129,1094,64,474,266,1886,he.po,,he,,hebrew,,,he,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/hu.po,263,1839,1839,3,47,0,0,266,1886,hu.po,,hu,,hungarian,,,hu,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/nb.po,266,1886,1965,0,0,0,0,266,1886,nb.po,,nb,,norwegian bokmål,,,nb,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/sv.po,266,1886,1862,0,0,0,0,266,1886,sv.po,,sv,,swedish,,,sv,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/zh_tw.po,85,421,250,124,1079,57,386,266,1886,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/zh_cn.po,266,1886,851,0,0,0,0,266,1886,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/ro.po,72,315,341,130,1097,64,474,266,1886,ro.po,,ro,,romanian,,,ro,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/ga.po,84,415,450,125,1085,57,386,266,1886,ga.po,,ga,,irish,,,ga,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/fi.po,143,788,691,101,884,22,214,266,1886,fi.po,,fi,,finnish,,,fi,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/el.po,263,1839,2017,3,47,0,0,266,1886,el.po,,el,,greek,,,el,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/pl.po,263,1839,1828,3,47,0,0,266,1886,pl.po,,pl,,polish,,,pl,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/cs.po,266,1886,1876,0,0,0,0,266,1886,cs.po,,cs,,czech,,,cs,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/de.po,266,1886,1862,0,0,0,0,266,1886,de.po,,de,,german,,,de,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/es.po,232,1668,2009,23,164,11,54,266,1886,es.po,,es,,spanish,,,es,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/ja.po,204,1495,748,50,332,12,59,266,1886,ja.po,,ja,,japanese,,,ja,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/eo.po,263,1839,1776,3,47,0,0,266,1886,eo.po,,eo,,esperanto,,,eo,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/bg.po,266,1886,2185,0,0,0,0,266,1886,bg.po,,bg,,bulgarian,,,bg,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/lv.po,232,1668,1554,23,164,11,54,266,1886,lv.po,,lv,,latvian,,,lv,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/tr.po,266,1886,1811,0,0,0,0,266,1886,tr.po,,tr,,turkish,,,tr,po -diffutils-3.7-2.fc30.src.rpm.stats.csv,po/gl.po,110,554,655,129,1085,27,247,266,1886,gl.po,,gl,,galician,,,gl,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/zh_tw.po,677,3327,1176,0,0,74,391,751,3718,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/zh_cn.po,660,3253,1287,0,0,91,465,751,3718,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,751,3718,751,3718,ur.po,,ur,,urdu,,,ur,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/uk.po,745,3671,3814,0,0,6,47,751,3718,uk.po,,uk,,ukrainian,,,uk,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/tr.po,531,2174,2038,0,0,220,1544,751,3718,tr.po,,tr,,turkish,,,tr,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/th.po,57,195,138,0,0,694,3523,751,3718,th.po,,th,,thai,,,th,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/sv.po,745,3671,3593,0,0,6,47,751,3718,sv.po,,sv,,swedish,,,sv,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/sr@latin.po,134,476,490,1,5,616,3237,751,3718,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/sr.po,431,1724,1812,0,0,320,1994,751,3718,sr.po,,sr,,serbian,,,sr,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/sq.po,20,91,103,0,0,731,3627,751,3718,sq.po,,sq,,albanian,,,sq,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/sk.po,177,640,664,1,2,573,3076,751,3718,sk.po,,sk,,slovak,,,sk,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ru.po,719,3502,3426,0,0,32,216,751,3718,ru.po,,ru,,russian,,,ru,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/pt_br.po,650,3194,3527,0,0,101,524,751,3718,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/pt.po,442,1926,2186,23,140,286,1652,751,3718,pt.po,,pt,,portuguese,,,pt,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/pl.po,745,3671,3738,0,0,6,47,751,3718,pl.po,,pl,,polish,,,pl,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/pa.po,486,1734,2182,0,0,265,1984,751,3718,pa.po,,pa,,punjabi,,,pa,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/nl.po,745,3671,3726,0,0,6,47,751,3718,nl.po,,nl,,dutch,,,nl,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/nb.po,92,294,330,0,0,659,3424,751,3718,nb.po,,nb,,norwegian bokmål,,,nb,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ms.po,8,22,22,0,0,743,3696,751,3718,ms.po,,ms,,malay,,,ms,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/mr.po,63,157,181,0,0,688,3561,751,3718,mr.po,,mr,,marathi,,,mr,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ml.po,16,50,57,1,4,734,3664,751,3718,ml.po,,ml,,malayalam,,,ml,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/lt.po,219,715,663,1,2,531,3001,751,3718,lt.po,,lt,,lithuanian,,,lt,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ko.po,402,2230,1978,3,29,346,1459,751,3718,ko.po,,ko,,korean,,,ko,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/kk.po,135,326,316,1,2,615,3390,751,3718,kk.po,,kk,,kazakh,,,kk,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ka.po,105,221,214,1,2,645,3495,751,3718,ka.po,,ka,,georgian,,,ka,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ja.po,669,3293,1374,0,0,82,425,751,3718,ja.po,,ja,,japanese,,,ja,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/it.po,622,3070,3579,0,0,129,648,751,3718,it.po,,it,,italian,,,it,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/id.po,218,645,674,1,2,532,3071,751,3718,id.po,,id,,indonesian,,,id,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/hu.po,745,3671,3633,0,0,6,47,751,3718,hu.po,,hu,,hungarian,,,hu,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,751,3718,751,3718,hr.po,,hr,,croatian,,,hr,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,751,3718,751,3718,hi.po,,hi,,hindi,,,hi,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/he.po,45,93,103,0,0,706,3625,751,3718,he.po,,he,,hebrew,,,he,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/gu.po,78,176,224,0,0,673,3542,751,3718,gu.po,,gu,,gujarati,,,gu,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/gd.po,0,0,0,0,0,751,3718,751,3718,gd.po,,gd,,scottish gaelic,,,gd,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/fur.po,551,2555,3169,2,8,198,1155,751,3718,fur.po,,fur,,friulian,,,fur,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/fr.po,745,3671,4657,0,0,6,47,751,3718,fr.po,,fr,,french,,,fr,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/fil.po,144,513,665,0,0,607,3205,751,3718,fil.po,,fil,,filipino,,,fil,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/fi.po,340,1146,1039,0,0,411,2572,751,3718,fi.po,,fi,,finnish,,,fi,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/eu.po,333,1140,1121,0,0,418,2578,751,3718,eu.po,,eu,,basque,,,eu,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/es.po,744,3661,4336,0,0,7,57,751,3718,es.po,,es,,spanish,,,es,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/eo.po,520,2073,2031,0,0,231,1645,751,3718,eo.po,,eo,,esperanto,,,eo,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/en_gb.po,333,1381,1381,0,0,418,2337,751,3718,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/el.po,5,5,6,0,0,746,3713,751,3718,el.po,,el,,greek,,,el,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/de.po,672,3288,3291,0,0,79,430,751,3718,de.po,,de,,german,,,de,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/da.po,745,3671,3542,0,0,6,47,751,3718,da.po,,da,,danish,,,da,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/cs.po,618,2887,2822,0,0,133,831,751,3718,cs.po,,cs,,czech,,,cs,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ca.po,618,2838,3698,0,0,133,880,751,3718,ca.po,,ca,,catalan,,,ca,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,751,3718,751,3718,bn_in.po,,bn,in,bangla,,india,bn_in,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/bg.po,383,1652,1778,0,0,368,2066,751,3718,bg.po,,bg,,bulgarian,,,bg,po -dnf-4.2.2-2.fc30.src.rpm.stats.csv,po/ar.po,21,80,71,0,0,730,3638,751,3718,ar.po,,ar,,arabic,,,ar,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/zh_tw.po,147,953,344,0,0,41,227,188,1180,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/zh_cn.po,136,770,299,0,0,52,410,188,1180,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/uk.po,188,1180,1203,0,0,0,0,188,1180,uk.po,,uk,,ukrainian,,,uk,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/tr.po,30,170,156,0,0,158,1010,188,1180,tr.po,,tr,,turkish,,,tr,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/sv.po,188,1180,1091,0,0,0,0,188,1180,sv.po,,sv,,swedish,,,sv,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/sr.po,50,237,240,0,0,138,943,188,1180,sr.po,,sr,,serbian,,,sr,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/sq.po,2,10,9,0,0,186,1170,188,1180,sq.po,,sq,,albanian,,,sq,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/ru.po,188,1180,1136,0,0,0,0,188,1180,ru.po,,ru,,russian,,,ru,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/pt_br.po,133,746,845,0,0,55,434,188,1180,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/pl.po,188,1180,1162,0,0,0,0,188,1180,pl.po,,pl,,polish,,,pl,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/pa.po,25,101,128,0,0,163,1079,188,1180,pa.po,,pa,,punjabi,,,pa,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/ko.po,116,652,594,0,0,72,528,188,1180,ko.po,,ko,,korean,,,ko,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/ja.po,136,770,326,0,0,52,410,188,1180,ja.po,,ja,,japanese,,,ja,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/it.po,131,726,866,1,13,56,441,188,1180,it.po,,it,,italian,,,it,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/id.po,38,219,229,0,0,150,961,188,1180,id.po,,id,,indonesian,,,id,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/hu.po,188,1180,1132,0,0,0,0,188,1180,hu.po,,hu,,hungarian,,,hu,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/fr.po,188,1180,1418,0,0,0,0,188,1180,fr.po,,fr,,french,,,fr,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/fi.po,40,164,139,0,0,148,1016,188,1180,fi.po,,fi,,finnish,,,fi,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/eu.po,5,5,5,0,0,183,1175,188,1180,eu.po,,eu,,basque,,,eu,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/es.po,184,1133,1287,0,0,4,47,188,1180,es.po,,es,,spanish,,,es,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/de.po,131,729,734,0,0,57,451,188,1180,de.po,,de,,german,,,de,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/da.po,188,1180,1089,0,0,0,0,188,1180,da.po,,da,,danish,,,da,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/cs.po,121,685,654,0,0,67,495,188,1180,cs.po,,cs,,czech,,,cs,po -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv,po/ca.po,119,673,851,0,0,69,507,188,1180,ca.po,,ca,,catalan,,,ca,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/de.po,501,2918,2721,0,0,0,0,501,2918,de.po,,de,,german,,,de,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/fr.po,400,2284,3028,46,285,55,349,501,2918,fr.po,,fr,,french,,,fr,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/id.po,132,745,738,153,858,216,1315,501,2918,id.po,,id,,indonesian,,,id,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/es.po,253,1430,1605,186,1101,62,387,501,2918,es.po,,es,,spanish,,,es,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/it.po,0,0,0,0,0,501,2918,501,2918,it.po,,it,,italian,,,it,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,501,2918,501,2918,fi.po,,fi,,finnish,,,fi,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/ro.po,134,757,775,152,856,215,1305,501,2918,ro.po,,ro,,romanian,,,ro,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/pt_br.po,0,0,0,0,0,501,2918,501,2918,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/no.po,134,757,754,152,856,215,1305,501,2918,no.po,,no,,norwegian,,,no,po -dnsmasq-2.80-4.fc30.src.rpm.stats.csv,po/pl.po,484,2805,3128,11,70,6,43,501,2918,pl.po,,pl,,polish,,,pl,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/zh_cn.po,292,4132,900,0,0,0,0,292,4132,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/uk.po,280,3838,3963,3,18,9,276,292,4132,uk.po,,uk,,ukrainian,,,uk,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/sv.po,292,4132,3629,0,0,0,0,292,4132,sv.po,,sv,,swedish,,,sv,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/pt_br.po,292,4132,4495,0,0,0,0,292,4132,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/pl.po,292,4132,3748,0,0,0,0,292,4132,pl.po,,pl,,polish,,,pl,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/nl.po,257,3253,2975,9,92,26,787,292,4132,nl.po,,nl,,dutch,,,nl,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/fr.po,292,4132,4593,0,0,0,0,292,4132,fr.po,,fr,,french,,,fr,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/es.po,237,2897,3205,13,195,42,1040,292,4132,es.po,,es,,spanish,,,es,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po-man/de.po,292,4132,3876,0,0,0,0,292,4132,de.po,,de,,german,,,de,po-man -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/zh_tw.po,73,649,403,31,266,21,123,125,1038,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/zh_cn.po,125,1038,567,0,0,0,0,125,1038,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/vi.po,124,928,1291,0,0,1,110,125,1038,vi.po,,vi,,vietnamese,,,vi,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/uk.po,120,993,1099,0,0,5,45,125,1038,uk.po,,uk,,ukrainian,,,uk,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/sv.po,125,1038,960,0,0,0,0,125,1038,sv.po,,sv,,swedish,,,sv,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/sr.po,120,993,969,0,0,5,45,125,1038,sr.po,,sr,,serbian,,,sr,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/ru.po,125,1038,1029,0,0,0,0,125,1038,ru.po,,ru,,russian,,,ru,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/pt_br.po,125,1038,1228,0,0,0,0,125,1038,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/pl.po,125,1038,997,0,0,0,0,125,1038,pl.po,,pl,,polish,,,pl,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/nl.po,119,883,851,0,0,6,155,125,1038,nl.po,,nl,,dutch,,,nl,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/nb.po,125,1038,926,0,0,0,0,125,1038,nb.po,,nb,,norwegian bokmål,,,nb,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/ja.po,120,993,691,0,0,5,45,125,1038,ja.po,,ja,,japanese,,,ja,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/hu.po,120,993,947,0,0,5,45,125,1038,hu.po,,hu,,hungarian,,,hu,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/fr.po,125,1038,1225,0,0,0,0,125,1038,fr.po,,fr,,french,,,fr,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/es.po,116,938,1118,4,55,5,45,125,1038,es.po,,es,,spanish,,,es,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/eo.po,114,815,740,5,68,6,155,125,1038,eo.po,,eo,,esperanto,,,eo,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/de.po,120,993,987,0,0,5,45,125,1038,de.po,,de,,german,,,de,po -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv,po/da.po,120,993,864,0,0,5,45,125,1038,da.po,,da,,danish,,,da,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/zh_cn.po,1499,9697,3127,49,444,18,119,1566,10260,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/vi.po,1547,10128,14506,13,85,6,47,1566,10260,vi.po,,vi,,vietnamese,,,vi,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/uk.po,1564,10240,11203,1,4,1,16,1566,10260,uk.po,,uk,,ukrainian,,,uk,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/tr.po,672,3766,3843,424,2918,470,3576,1566,10260,tr.po,,tr,,turkish,,,tr,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/sv.po,1564,10240,9971,1,4,1,16,1566,10260,sv.po,,sv,,swedish,,,sv,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/sr.po,1516,9796,10467,35,360,15,104,1566,10260,sr.po,,sr,,serbian,,,sr,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/pl.po,1564,10240,10499,1,4,1,16,1566,10260,pl.po,,pl,,polish,,,pl,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/nl.po,1466,9141,9617,47,559,53,560,1566,10260,nl.po,,nl,,dutch,,,nl,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/ms.po,237,953,964,638,2949,691,6358,1566,10260,ms.po,,ms,,malay,,,ms,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/it.po,607,3115,3631,483,3282,476,3863,1566,10260,it.po,,it,,italian,,,it,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/id.po,816,4875,4947,358,2583,392,2802,1566,10260,id.po,,id,,indonesian,,,id,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/hu.po,1516,9796,9661,35,360,15,104,1566,10260,hu.po,,hu,,hungarian,,,hu,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/fr.po,1564,10240,13359,1,4,1,16,1566,10260,fr.po,,fr,,french,,,fr,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/fi.po,241,1074,898,106,528,1219,8658,1566,10260,fi.po,,fi,,finnish,,,fi,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/es.po,1564,10240,14124,1,4,1,16,1566,10260,es.po,,es,,spanish,,,es,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/eo.po,918,5210,5268,152,897,496,4153,1566,10260,eo.po,,eo,,esperanto,,,eo,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/de.po,1516,9796,10937,35,360,15,104,1566,10260,de.po,,de,,german,,,de,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/da.po,1365,8206,8136,1,4,200,2050,1566,10260,da.po,,da,,danish,,,da,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/cs.po,1564,10240,10616,1,4,1,16,1566,10260,cs.po,,cs,,czech,,,cs,po -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv,po/ca.po,1253,7784,11026,186,1409,127,1067,1566,10260,ca.po,,ca,,catalan,,,ca,po -elfutils-0.176-1.fc30.src.rpm.stats.csv,po/de.po,226,875,847,177,886,838,6725,1241,8486,de.po,,de,,german,,,de,po -elfutils-0.176-1.fc30.src.rpm.stats.csv,po/es.po,899,5985,7201,240,1671,102,830,1241,8486,es.po,,es,,spanish,,,es,po -elfutils-0.176-1.fc30.src.rpm.stats.csv,po/ja.po,513,2958,1529,246,1402,482,4126,1241,8486,ja.po,,ja,,japanese,,,ja,po -elfutils-0.176-1.fc30.src.rpm.stats.csv,po/pl.po,1125,7486,7859,99,847,17,153,1241,8486,pl.po,,pl,,polish,,,pl,po -elfutils-0.176-1.fc30.src.rpm.stats.csv,po/uk.po,1085,7158,7796,126,1030,30,298,1241,8486,uk.po,,uk,,ukrainian,,,uk,po -elfutils-0.176-1.fc30.src.rpm.stats.csv,po/en@quot.po,1241,8486,8486,0,0,0,0,1241,8486,en@quot.po,quot,en,,english,,,en@quot,po -elfutils-0.176-1.fc30.src.rpm.stats.csv,po/en@boldquot.po,1241,8486,8487,0,0,0,0,1241,8486,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,115,1550,373,0,0,315,3511,430,5061,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,99,327,186,134,1203,197,3531,430,5061,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/uk/uk.po,234,3273,2766,0,0,196,1788,430,5061,uk.po,,uk,,ukrainian,,,uk,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/th/th.po,75,763,298,0,0,355,4298,430,5061,th.po,,th,,thai,,,th,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/te/te.po,38,41,45,0,0,392,5020,430,5061,te.po,,te,,telugu,,,te,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/sv/sv.po,395,4727,4347,0,0,35,334,430,5061,sv.po,,sv,,swedish,,,sv,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/sl/sl.po,430,5061,4248,0,0,0,0,430,5061,sl.po,,sl,,slovenian,,,sl,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/ru/ru.po,419,4931,4187,0,0,11,130,430,5061,ru.po,,ru,,russian,,,ru,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/ro/ro.po,56,256,273,0,0,374,4805,430,5061,ro.po,,ro,,romanian,,,ro,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,396,4697,5113,0,0,34,364,430,5061,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/pl/pl.po,395,4750,3801,0,0,35,311,430,5061,pl.po,,pl,,polish,,,pl,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/pa/pa.po,174,1453,1506,0,0,256,3608,430,5061,pa.po,,pa,,punjabi,,,pa,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/oc/oc.po,69,162,193,0,0,361,4899,430,5061,oc.po,,oc,,occitan,,,oc,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/lv/lv.po,398,4739,3657,0,0,32,322,430,5061,lv.po,,lv,,latvian,,,lv,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/ko/ko.po,416,4876,3439,0,0,14,185,430,5061,ko.po,,ko,,korean,,,ko,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/ja/ja.po,414,4866,885,2,10,14,185,430,5061,ja.po,,ja,,japanese,,,ja,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/it/it.po,234,3273,3350,0,0,196,1788,430,5061,it.po,,it,,italian,,,it,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/hu/hu.po,395,4750,3918,0,0,35,311,430,5061,hu.po,,hu,,hungarian,,,hu,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/gl/gl.po,430,5061,5061,0,0,0,0,430,5061,gl.po,,gl,,galician,,,gl,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/fr/fr.po,396,4699,5219,0,0,34,362,430,5061,fr.po,,fr,,french,,,fr,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/fi/fi.po,404,4805,3018,2,31,24,225,430,5061,fi.po,,fi,,finnish,,,fi,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/eu/eu.po,217,3053,2295,0,0,213,2008,430,5061,eu.po,,eu,,basque,,,eu,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/es/es.po,396,4697,4915,0,0,34,364,430,5061,es.po,,es,,spanish,,,es,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/en_gb/en_gb.po,234,3273,3285,0,0,196,1788,430,5061,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/el/el.po,416,4876,4841,0,0,14,185,430,5061,el.po,,el,,greek,,,el,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/de/de.po,395,4727,4507,0,0,35,334,430,5061,de.po,,de,,german,,,de,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/da/da.po,234,3273,3018,0,0,196,1788,430,5061,da.po,,da,,danish,,,da,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/cs/cs.po,395,4727,4177,0,0,35,334,430,5061,cs.po,,cs,,czech,,,cs,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/ca/ca.po,245,3008,3110,100,1269,85,784,430,5061,ca.po,,ca,,catalan,,,ca,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,help/ar/ar.po,228,2853,2290,0,0,202,2208,430,5061,ar.po,,ar,,arabic,,,ar,help/ -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/zu.po,290,1144,961,5,40,44,562,339,1746,zu.po,,zu,,zulu,,,zu,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,327,1680,457,0,0,12,66,339,1746,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,339,1746,485,0,0,0,0,339,1746,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,327,1675,486,0,0,12,71,339,1746,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/xh.po,293,1140,993,7,37,39,569,339,1746,xh.po,,xh,,xhosa,,,xh,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/wa.po,190,819,1091,0,0,149,927,339,1746,wa.po,,wa,,walloon,,,wa,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,327,1680,2018,0,0,12,66,339,1746,vi.po,,vi,,vietnamese,,,vi,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,235,727,658,0,0,104,1019,339,1746,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/uz.po,235,727,658,0,0,104,1019,339,1746,uz.po,,uz,,uzbek,,,uz,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,324,1672,1459,0,0,15,74,339,1746,uk.po,,uk,,ukrainian,,,uk,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,327,1616,1263,0,0,12,130,339,1746,ug.po,,ug,,uyghur,,,ug,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ts.po,320,1589,1886,0,0,19,157,339,1746,ts.po,,ts,,tsonga,,,ts,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,327,1680,1366,0,0,12,66,339,1746,tr.po,,tr,,turkish,,,tr,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/tk.po,60,143,139,24,79,255,1524,339,1746,tk.po,,tk,,turkmen,,,tk,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,323,1675,545,0,0,16,71,339,1746,th.po,,th,,thai,,,th,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,292,1559,1578,0,0,47,187,339,1746,tg.po,,tg,,tajik,,,tg,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,327,1616,1331,0,0,12,130,339,1746,te.po,,te,,telugu,,,te,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,327,1616,1334,0,0,12,130,339,1746,ta.po,,ta,,tamil,,,ta,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,327,1680,1547,0,0,12,66,339,1746,sv.po,,sv,,swedish,,,sv,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,327,1675,1754,0,0,12,71,339,1746,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,327,1680,1758,0,0,12,66,339,1746,sr.po,,sr,,serbian,,,sr,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/sq.po,282,1223,1354,0,0,57,523,339,1746,sq.po,,sq,,albanian,,,sq,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,327,1680,1607,0,0,12,66,339,1746,sl.po,,sl,,slovenian,,,sl,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,327,1680,1575,0,0,12,66,339,1746,sk.po,,sk,,slovak,,,sk,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/si.po,156,349,392,0,0,183,1397,339,1746,si.po,,si,,sinhala,,,si,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/rw.po,35,36,39,108,568,196,1142,339,1746,rw.po,,rw,,kinyarwanda,,,rw,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,327,1680,1512,0,0,12,66,339,1746,ru.po,,ru,,russian,,,ru,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,327,1680,1841,0,0,12,66,339,1746,ro.po,,ro,,romanian,,,ro,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,327,1680,1953,0,0,12,66,339,1746,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,323,1675,1843,0,0,16,71,339,1746,pt.po,,pt,,portuguese,,,pt,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ps.po,252,750,824,0,0,87,996,339,1746,ps.po,,ps,,pashto,,,ps,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,327,1680,1563,0,0,12,66,339,1746,pl.po,,pl,,polish,,,pl,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,326,1674,1767,0,0,13,72,339,1746,pa.po,,pa,,punjabi,,,pa,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,244,1200,1193,53,242,42,304,339,1746,or.po,,or,,odia,,,or,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,316,1606,1796,2,8,21,132,339,1746,oc.po,,oc,,occitan,,,oc,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/nso.po,149,554,815,2,5,188,1187,339,1746,nso.po,,nso,,northern sotho,,,nso,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/nn.po,270,1152,1146,0,0,69,594,339,1746,nn.po,,nn,,norwegian nynorsk,,,nn,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,327,1680,1626,0,0,12,66,339,1746,nl.po,,nl,,dutch,,,nl,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,263,938,945,47,292,29,516,339,1746,ne.po,,ne,,nepali,,,ne,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/nds.po,143,293,274,0,0,196,1453,339,1746,nds.po,,nds,,low german,,,nds,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,327,1675,1537,0,0,12,71,339,1746,nb.po,,nb,,norwegian bokmål,,,nb,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/my.po,126,225,222,0,0,213,1521,339,1746,my.po,,my,,burmese,,,my,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,141,481,460,3,41,195,1224,339,1746,ms.po,,ms,,malay,,,ms,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,339,1746,1605,0,0,0,0,339,1746,mr.po,,mr,,marathi,,,mr,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/mn.po,88,324,280,30,143,221,1279,339,1746,mn.po,,mn,,mongolian,,,mn,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,327,1675,1278,0,0,12,71,339,1746,ml.po,,ml,,malayalam,,,ml,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,323,1607,1700,0,0,16,139,339,1746,mk.po,,mk,,macedonian,,,mk,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/mg.po,192,821,887,0,0,147,925,339,1746,mg.po,,mg,,malagasy,,,mg,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,180,676,752,0,0,159,1070,339,1746,mai.po,,mai,,maithili,,,mai,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,327,1680,1432,0,0,12,66,339,1746,lv.po,,lv,,latvian,,,lv,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,327,1680,1441,0,0,12,66,339,1746,lt.po,,lt,,lithuanian,,,lt,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,180,445,479,11,51,148,1250,339,1746,ku.po,,ku,,kurdish,,,ku,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ks.po,246,953,1020,4,16,89,777,339,1746,ks.po,,ks,,kashmiri,,,ks,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,327,1680,1275,0,0,12,66,339,1746,ko.po,,ko,,korean,,,ko,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,327,1616,1368,0,0,12,130,339,1746,kn.po,,kn,,kannada,,,kn,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,324,1603,625,2,10,13,133,339,1746,km.po,,km,,khmer,,,km,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,327,1680,1392,0,0,12,66,339,1746,kk.po,,kk,,kazakh,,,kk,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ka.po,187,695,598,0,0,152,1051,339,1746,ka.po,,ka,,georgian,,,ka,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,327,1680,475,0,0,12,66,339,1746,ja.po,,ja,,japanese,,,ja,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,327,1680,1703,0,0,12,66,339,1746,it.po,,it,,italian,,,it,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,327,1675,1590,0,0,12,71,339,1746,is.po,,is,,icelandic,,,is,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,327,1680,1602,0,0,12,66,339,1746,id.po,,id,,indonesian,,,id,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,327,1680,1440,0,0,12,66,339,1746,hu.po,,hu,,hungarian,,,hu,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,324,1675,1580,0,0,15,71,339,1746,hr.po,,hr,,croatian,,,hr,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,327,1616,1857,0,0,12,130,339,1746,hi.po,,hi,,hindi,,,hi,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,323,1675,1577,0,0,16,71,339,1746,he.po,,he,,hebrew,,,he,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,326,1615,1689,0,0,13,131,339,1746,gu.po,,gu,,gujarati,,,gu,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,327,1680,1966,0,0,12,66,339,1746,gl.po,,gl,,galician,,,gl,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,327,1675,2167,0,0,12,71,339,1746,gd.po,,gd,,scottish gaelic,,,gd,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,190,410,506,41,172,108,1164,339,1746,ga.po,,ga,,irish,,,ga,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/fy.po,119,210,218,0,0,220,1536,339,1746,fy.po,,fy,,western frisian,,,fy,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,327,1680,1953,0,0,12,66,339,1746,fur.po,,fur,,friulian,,,fur,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,327,1680,1916,0,0,12,66,339,1746,fr.po,,fr,,french,,,fr,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,327,1680,1255,0,0,12,66,339,1746,fi.po,,fi,,finnish,,,fi,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,327,1675,1782,0,0,12,71,339,1746,fa.po,,fa,,persian,,,fa,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,327,1675,1364,0,0,12,71,339,1746,eu.po,,eu,,basque,,,eu,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,288,1502,1215,0,0,51,244,339,1746,et.po,,et,,estonian,,,et,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,327,1680,1944,0,0,12,66,339,1746,es.po,,es,,spanish,,,es,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,327,1680,1587,0,0,12,66,339,1746,eo.po,,eo,,esperanto,,,eo,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,326,1674,1706,0,0,13,72,339,1746,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,323,1607,1610,0,0,16,139,339,1746,en_ca.po,,en,ca,english,,canada,en_ca,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,304,1523,1523,0,0,35,223,339,1746,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,327,1680,1762,0,0,12,66,339,1746,el.po,,el,,greek,,,el,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/dz.po,270,1152,585,0,0,69,594,339,1746,dz.po,,dz,,dzongkha,,,dz,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,327,1680,1653,0,0,12,66,339,1746,de.po,,de,,german,,,de,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,324,1675,1549,0,0,15,71,339,1746,da.po,,da,,danish,,,da,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/cy.po,187,706,807,0,0,152,1040,339,1746,cy.po,,cy,,welsh,,,cy,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,327,1680,1566,0,0,12,66,339,1746,cs.po,,cs,,czech,,,cs,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,327,1675,1964,0,0,12,71,339,1746,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,327,1680,1975,0,0,12,66,339,1746,ca.po,,ca,,catalan,,,ca,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,288,1502,1472,0,0,51,244,339,1746,bs.po,,bs,,bosnian,,,bs,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/br.po,183,467,555,0,0,156,1279,339,1746,br.po,,br,,breton,,,br,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,312,1566,1757,0,0,27,180,339,1746,bn_in.po,,bn,in,bangla,,india,bn_in,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,305,1527,1615,0,0,34,219,339,1746,bn.po,,bn,,bangla,,,bn,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,327,1675,1733,0,0,12,71,339,1746,bg.po,,bg,,bulgarian,,,bg,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,285,1255,1103,0,0,54,491,339,1746,be@latin.po,latin,be,,belarusian,,,be@latin,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,327,1675,1559,0,0,12,71,339,1746,be.po,,be,,belarusian,,,be,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/az.po,87,324,297,28,141,224,1281,339,1746,az.po,,az,,azerbaijani,,,az,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,320,1589,1753,0,0,19,157,339,1746,ast.po,,ast,,asturian,,,ast,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,339,1746,1770,0,0,0,0,339,1746,as.po,,as,,assamese,,,as,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,323,1539,1491,0,0,16,207,339,1746,ar.po,,ar,,arabic,,,ar,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,288,1502,1637,0,0,51,244,339,1746,an.po,,an,,aragonese,,,an,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/am.po,30,80,68,42,94,267,1572,339,1746,am.po,,am,,amharic,,,am,po -eog-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,318,1404,1393,0,0,21,342,339,1746,af.po,,af,,afrikaans,,,af,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/sv/sv.po,249,2476,2320,0,0,42,578,291,3054,sv.po,,sv,,swedish,,,sv,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/ru/ru.po,51,568,471,10,69,230,2417,291,3054,ru.po,,ru,,russian,,,ru,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,249,2476,2527,0,0,42,578,291,3054,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/pl/pl.po,249,2476,1795,0,0,42,578,291,3054,pl.po,,pl,,polish,,,pl,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/ko/ko.po,249,2476,1817,0,0,42,578,291,3054,ko.po,,ko,,korean,,,ko,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/hu/hu.po,249,2476,2064,0,0,42,578,291,3054,hu.po,,hu,,hungarian,,,hu,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/gl/gl.po,91,215,224,0,0,200,2839,291,3054,gl.po,,gl,,galician,,,gl,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/fr/fr.po,291,3054,3247,0,0,0,0,291,3054,fr.po,,fr,,french,,,fr,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/es/es.po,249,2476,2522,0,0,42,578,291,3054,es.po,,es,,spanish,,,es,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/el/el.po,291,3054,3142,0,0,0,0,291,3054,el.po,,el,,greek,,,el,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/de/de.po,249,2476,2302,0,0,42,578,291,3054,de.po,,de,,german,,,de,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,help/cs/cs.po,249,2476,1983,0,0,42,578,291,3054,cs.po,,cs,,czech,,,cs,help/ -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/zh_tw.po,717,3876,1088,0,0,201,370,918,4246,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/zh_hk.po,593,2564,827,0,0,325,1682,918,4246,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/zh_cn.po,708,3808,1064,0,0,210,438,918,4246,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/yo.po,479,1553,1795,95,276,344,2417,918,4246,yo.po,,yo,,yoruba,,,yo,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/wa.po,528,1137,1371,0,0,390,3109,918,4246,wa.po,,wa,,walloon,,,wa,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/vi.po,495,1757,2381,0,0,423,2489,918,4246,vi.po,,vi,,vietnamese,,,vi,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,539,1807,1653,4,17,375,2422,918,4246,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/uz.po,681,2405,2215,0,0,237,1841,918,4246,uz.po,,uz,,uzbek,,,uz,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/uk.po,633,3278,2764,0,0,285,968,918,4246,uk.po,,uk,,ukrainian,,,uk,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ug.po,570,2461,2118,0,0,348,1785,918,4246,ug.po,,ug,,uyghur,,,ug,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/tr.po,738,4012,3467,0,0,180,234,918,4246,tr.po,,tr,,turkish,,,tr,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/tk.po,573,1702,1598,0,0,345,2544,918,4246,tk.po,,tk,,turkmen,,,tk,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/th.po,597,2618,969,0,0,321,1628,918,4246,th.po,,th,,thai,,,th,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/tg.po,172,265,309,6,10,740,3971,918,4246,tg.po,,tg,,tajik,,,tg,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/te.po,574,2413,2121,0,0,344,1833,918,4246,te.po,,te,,telugu,,,te,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ta.po,570,2461,2259,0,0,348,1785,918,4246,ta.po,,ta,,tamil,,,ta,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/sv.po,738,4012,3736,0,0,180,234,918,4246,sv.po,,sv,,swedish,,,sv,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/sr@latin.po,697,3599,3601,0,0,221,647,918,4246,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/sr.po,738,4012,4045,0,0,180,234,918,4246,sr.po,,sr,,serbian,,,sr,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/sq.po,755,3011,3382,0,0,163,1235,918,4246,sq.po,,sq,,albanian,,,sq,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/sl.po,738,4012,3811,0,0,180,234,918,4246,sl.po,,sl,,slovenian,,,sl,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/sk.po,613,2652,2594,21,122,284,1472,918,4246,sk.po,,sk,,slovak,,,sk,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/si.po,127,197,282,0,0,791,4049,918,4246,si.po,,si,,sinhala,,,si,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/rw.po,141,251,230,588,2753,189,1242,918,4246,rw.po,,rw,,kinyarwanda,,,rw,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ru.po,738,4012,3601,0,0,180,234,918,4246,ru.po,,ru,,russian,,,ru,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ro.po,738,4012,4187,0,0,180,234,918,4246,ro.po,,ro,,romanian,,,ro,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/pt_br.po,738,4012,4501,0,0,180,234,918,4246,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/pt.po,652,2826,2953,1,3,265,1417,918,4246,pt.po,,pt,,portuguese,,,pt,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ps.po,219,401,412,8,12,691,3833,918,4246,ps.po,,ps,,pashto,,,ps,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/pl.po,738,4012,3632,0,0,180,234,918,4246,pl.po,,pl,,polish,,,pl,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/pa.po,609,2013,2217,2,54,307,2179,918,4246,pa.po,,pa,,punjabi,,,pa,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/or.po,469,1495,1695,40,184,409,2567,918,4246,or.po,,or,,odia,,,or,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/oc.po,701,3593,4087,0,0,217,653,918,4246,oc.po,,oc,,occitan,,,oc,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/nn.po,753,3006,2822,0,0,165,1240,918,4246,nn.po,,nn,,norwegian nynorsk,,,nn,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/nl.po,738,4012,3995,0,0,180,234,918,4246,nl.po,,nl,,dutch,,,nl,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ne.po,369,865,917,147,632,402,2749,918,4246,ne.po,,ne,,nepali,,,ne,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/nds.po,468,1047,987,15,52,435,3147,918,4246,nds.po,,nds,,low german,,,nds,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/nb.po,676,3166,3010,1,14,241,1066,918,4246,nb.po,,nb,,norwegian bokmål,,,nb,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ms.po,467,1537,1438,181,669,270,2040,918,4246,ms.po,,ms,,malay,,,ms,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/mr.po,574,2413,2356,0,0,344,1833,918,4246,mr.po,,mr,,marathi,,,mr,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/mn.po,758,3054,2643,0,0,160,1192,918,4246,mn.po,,mn,,mongolian,,,mn,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ml.po,360,988,894,150,763,408,2495,918,4246,ml.po,,ml,,malayalam,,,ml,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/mk.po,613,2199,2300,0,0,305,2047,918,4246,mk.po,,mk,,macedonian,,,mk,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/mi.po,98,114,166,76,122,744,4010,918,4246,mi.po,,mi,,maori,,,mi,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/mg.po,830,3684,4108,12,99,76,463,918,4246,mg.po,,mg,,malagasy,,,mg,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/mai.po,657,2530,2728,0,0,261,1716,918,4246,mai.po,,mai,,maithili,,,mai,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/lv.po,738,4012,3489,0,0,180,234,918,4246,lv.po,,lv,,latvian,,,lv,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/lt.po,738,4012,3360,0,0,180,234,918,4246,lt.po,,lt,,lithuanian,,,lt,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/li.po,406,1057,1002,223,718,289,2471,918,4246,li.po,,li,,limburgish,,,li,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ku.po,433,1078,1126,40,165,445,3003,918,4246,ku.po,,ku,,kurdish,,,ku,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ko.po,734,3931,3110,0,0,184,315,918,4246,ko.po,,ko,,korean,,,ko,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/kn.po,574,2413,2097,0,0,344,1833,918,4246,kn.po,,kn,,kannada,,,kn,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/km.po,599,2072,991,2,35,317,2139,918,4246,km.po,,km,,khmer,,,km,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/kk.po,447,1116,1095,0,0,471,3130,918,4246,kk.po,,kk,,kazakh,,,kk,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ka.po,729,3010,2578,0,0,189,1236,918,4246,ka.po,,ka,,georgian,,,ka,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ja.po,611,2749,919,0,0,307,1497,918,4246,ja.po,,ja,,japanese,,,ja,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/it.po,738,4012,4313,0,0,180,234,918,4246,it.po,,it,,italian,,,it,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/is.po,266,518,517,28,83,624,3645,918,4246,is.po,,is,,icelandic,,,is,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ig.po,536,1949,2038,146,511,236,1786,918,4246,ig.po,,ig,,igbo,,,ig,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/id.po,738,4012,3816,0,0,180,234,918,4246,id.po,,id,,indonesian,,,id,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/hy.po,367,1241,1046,0,0,551,3005,918,4246,hy.po,,hy,,armenian,,,hy,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/hu.po,738,4012,3650,0,0,180,234,918,4246,hu.po,,hu,,hungarian,,,hu,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/hr.po,717,3876,3561,0,0,201,370,918,4246,hr.po,,hr,,croatian,,,hr,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/hi.po,570,2461,2958,0,0,348,1785,918,4246,hi.po,,hi,,hindi,,,hi,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/he.po,578,2810,2649,0,0,340,1436,918,4246,he.po,,he,,hebrew,,,he,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/gv.po,666,2764,3387,44,198,208,1284,918,4246,gv.po,,gv,,manx,,,gv,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/gu.po,499,1423,1645,22,167,397,2656,918,4246,gu.po,,gu,,gujarati,,,gu,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/gl.po,734,3931,4482,0,0,184,315,918,4246,gl.po,,gl,,galician,,,gl,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ga.po,413,1062,1264,32,97,473,3087,918,4246,ga.po,,ga,,irish,,,ga,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/fur.po,734,3931,4646,0,0,184,315,918,4246,fur.po,,fur,,friulian,,,fur,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/fr.po,738,4012,4826,0,0,180,234,918,4246,fr.po,,fr,,french,,,fr,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/fi.po,678,2950,2288,4,17,236,1279,918,4246,fi.po,,fi,,finnish,,,fi,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/fa.po,664,2873,3187,0,0,254,1373,918,4246,fa.po,,fa,,persian,,,fa,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/eu.po,734,3931,3468,0,0,184,315,918,4246,eu.po,,eu,,basque,,,eu,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/et.po,496,1758,1541,0,0,422,2488,918,4246,et.po,,et,,estonian,,,et,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/es.po,738,4012,4540,0,0,180,234,918,4246,es.po,,es,,spanish,,,es,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/eo.po,662,2828,2638,1,3,255,1415,918,4246,eo.po,,eo,,esperanto,,,eo,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/en_gb.po,738,4012,4032,0,0,180,234,918,4246,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/en_ca.po,651,2291,2298,0,0,267,1955,918,4246,en_ca.po,,en,ca,english,,canada,en_ca,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/en@shaw.po,692,2644,2645,41,408,185,1194,918,4246,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/el.po,712,3843,4176,20,92,186,311,918,4246,el.po,,el,,greek,,,el,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/dz.po,918,4246,2200,0,0,0,0,918,4246,dz.po,,dz,,dzongkha,,,dz,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/de.po,738,4012,3905,0,0,180,234,918,4246,de.po,,de,,german,,,de,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/da.po,738,4012,3769,0,0,180,234,918,4246,da.po,,da,,danish,,,da,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/cy.po,844,3788,4130,0,0,74,458,918,4246,cy.po,,cy,,welsh,,,cy,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/cs.po,738,4012,3853,0,0,180,234,918,4246,cs.po,,cs,,czech,,,cs,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,696,3589,4224,0,0,222,657,918,4246,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ca.po,714,3697,4316,5,37,199,512,918,4246,ca.po,,ca,,catalan,,,ca,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/bs.po,596,2615,2505,0,0,322,1631,918,4246,bs.po,,bs,,bosnian,,,bs,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/br.po,574,1751,1984,0,0,344,2495,918,4246,br.po,,br,,breton,,,br,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/bn_in.po,643,2291,2660,0,0,275,1955,918,4246,bn_in.po,,bn,in,bangla,,india,bn_in,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/bn.po,352,1132,1375,101,382,465,2732,918,4246,bn.po,,bn,,bangla,,,bn,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/bg.po,613,2698,2900,2,54,303,1494,918,4246,bg.po,,bg,,bulgarian,,,bg,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/be@latin.po,918,4246,3748,0,0,0,0,918,4246,be@latin.po,latin,be,,belarusian,,,be@latin,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/be.po,717,3876,3421,0,0,201,370,918,4246,be.po,,be,,belarusian,,,be,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/az.po,780,2782,2711,0,0,138,1464,918,4246,az.po,,az,,azerbaijani,,,az,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ast.po,741,3073,3335,0,0,177,1173,918,4246,ast.po,,ast,,asturian,,,ast,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/as.po,594,2592,2854,0,0,324,1654,918,4246,as.po,,as,,assamese,,,as,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/ar.po,584,2328,2196,0,0,334,1918,918,4246,ar.po,,ar,,arabic,,,ar,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/an.po,495,1757,1920,0,0,423,2489,918,4246,an.po,,an,,aragonese,,,an,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/am.po,197,288,350,251,522,470,3436,918,4246,am.po,,am,,amharic,,,am,po -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv,po/af.po,604,1952,1976,0,0,314,2294,918,4246,af.po,,af,,afrikaans,,,af,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,673,7537,6491,0,0,4,25,677,7562,cs.po,,cs,,czech,,,cs,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/ko/ko.po,667,7513,5095,6,24,4,25,677,7562,ko.po,,ko,,korean,,,ko,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/oc/oc.po,41,64,73,0,0,636,7498,677,7562,oc.po,,oc,,occitan,,,oc,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,670,7525,7379,3,12,4,25,677,7562,de.po,,de,,german,,,de,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/fi/fi.po,581,6465,4127,39,707,57,390,677,7562,fi.po,,fi,,finnish,,,fi,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/ru/ru.po,631,6952,5880,0,0,46,610,677,7562,ru.po,,ru,,russian,,,ru,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,673,7537,8160,0,0,4,25,677,7562,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,653,7485,6925,0,0,24,77,677,7562,da.po,,da,,danish,,,da,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/sl/sl.po,630,6994,5974,0,0,47,568,677,7562,sl.po,,sl,,slovenian,,,sl,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/nl/nl.po,399,3713,3629,0,0,278,3849,677,7562,nl.po,,nl,,dutch,,,nl,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/ja/ja.po,629,6990,1689,0,0,48,572,677,7562,ja.po,,ja,,japanese,,,ja,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,677,7562,5958,0,0,0,0,677,7562,pl.po,,pl,,polish,,,pl,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/eu/eu.po,152,1767,1341,0,0,525,5795,677,7562,eu.po,,eu,,basque,,,eu,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,653,7485,7389,0,0,24,77,677,7562,el.po,,el,,greek,,,el,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,630,6994,7043,0,0,47,568,677,7562,gl.po,,gl,,galician,,,gl,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/lv/lv.po,636,7089,5666,0,0,41,473,677,7562,lv.po,,lv,,latvian,,,lv,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/vi/vi.po,204,1651,2028,0,0,473,5911,677,7562,vi.po,,vi,,vietnamese,,,vi,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/uk/uk.po,151,1742,1365,1,25,525,5795,677,7562,uk.po,,uk,,ukrainian,,,uk,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/id/id.po,636,7323,6463,0,0,41,239,677,7562,id.po,,id,,indonesian,,,id,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/bg/bg.po,154,1753,1691,0,0,523,5809,677,7562,bg.po,,bg,,bulgarian,,,bg,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,238,1639,1810,0,0,439,5923,677,7562,ca.po,,ca,,catalan,,,ca,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,639,7382,8238,0,0,38,180,677,7562,fr.po,,fr,,french,,,fr,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_hk/zh_hk.po,213,1919,373,0,0,464,5643,677,7562,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/ro/ro.po,321,4017,3994,245,2608,111,937,677,7562,ro.po,,ro,,romanian,,,ro,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/en_gb/en_gb.po,212,1918,1926,0,0,465,5644,677,7562,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/it/it.po,212,1918,1975,0,0,465,5644,677,7562,it.po,,it,,italian,,,it,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/sr/sr.po,48,521,485,0,0,629,7041,677,7562,sr.po,,sr,,serbian,,,sr,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,665,7346,7762,8,173,4,43,677,7562,es.po,,es,,spanish,,,es,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,213,1919,373,0,0,464,5643,677,7562,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,595,6634,1808,0,0,82,928,677,7562,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,677,7562,7047,0,0,0,0,677,7562,sv.po,,sv,,swedish,,,sv,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,677,7562,6330,0,0,0,0,677,7562,hu.po,,hu,,hungarian,,,hu,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,help/te/te.po,23,81,82,0,0,654,7481,677,7562,te.po,,te,,telugu,,,te,help/ -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,416,1654,1545,0,0,0,47,416,1701,ru.po,,ru,,russian,,,ru,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,247,838,936,24,91,145,772,416,1701,mg.po,,mg,,malagasy,,,mg,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,204,429,492,8,44,204,1228,416,1701,ga.po,,ga,,irish,,,ga,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,368,1523,1599,0,0,48,178,416,1701,or.po,,or,,odia,,,or,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,354,1518,522,0,0,62,183,416,1701,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,400,1595,620,0,0,16,106,416,1701,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,333,1392,1342,0,0,83,309,416,1701,mn.po,,mn,,mongolian,,,mn,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,364,1435,1434,0,0,52,266,416,1701,nn.po,,nn,,norwegian nynorsk,,,nn,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,355,1525,1375,0,0,61,176,416,1701,kn.po,,kn,,kannada,,,kn,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,392,1664,2129,0,0,24,37,416,1701,gd.po,,gd,,scottish gaelic,,,gd,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,392,1662,1647,0,0,24,39,416,1701,nb.po,,nb,,norwegian bokmål,,,nb,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,392,1664,1961,0,0,24,37,416,1701,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,218,730,767,0,0,198,971,416,1701,cy.po,,cy,,welsh,,,cy,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,416,1654,2047,0,0,0,47,416,1701,fr.po,,fr,,french,,,fr,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,242,621,626,6,38,168,1042,416,1701,nds.po,,nds,,low german,,,nds,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,392,1560,1578,0,0,24,141,416,1701,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,355,1525,1620,0,0,61,176,416,1701,as.po,,as,,assamese,,,as,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,366,1437,1574,0,0,50,264,416,1701,mk.po,,mk,,macedonian,,,mk,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,397,1701,1517,0,0,19,0,416,1701,uk.po,,uk,,ukrainian,,,uk,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,410,1650,571,0,0,6,51,416,1701,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,291,1048,1192,0,0,125,653,416,1701,sq.po,,sq,,albanian,,,sq,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,366,1437,1618,0,0,50,264,416,1701,ast.po,,ast,,asturian,,,ast,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,416,1654,1610,0,0,0,47,416,1701,pl.po,,pl,,polish,,,pl,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,416,1654,1456,0,0,0,47,416,1701,hu.po,,hu,,hungarian,,,hu,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,416,1654,1600,0,0,0,47,416,1701,id.po,,id,,indonesian,,,id,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,416,1654,1452,0,0,0,47,416,1701,lt.po,,lt,,lithuanian,,,lt,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,23,25,28,95,522,298,1154,416,1701,rw.po,,rw,,kinyarwanda,,,rw,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,355,1525,1678,0,0,61,176,416,1701,gu.po,,gu,,gujarati,,,gu,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,416,1654,1824,0,0,0,47,416,1701,ro.po,,ro,,romanian,,,ro,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,392,1664,1553,0,0,24,37,416,1701,ne.po,,ne,,nepali,,,ne,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,410,1650,1673,0,0,6,51,416,1701,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,125,219,267,0,0,291,1482,416,1701,si.po,,si,,sinhala,,,si,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,355,1525,1369,0,0,61,176,416,1701,te.po,,te,,telugu,,,te,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,416,1654,1674,0,0,0,47,416,1701,sr.po,,sr,,serbian,,,sr,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,368,1523,1269,0,0,48,178,416,1701,ml.po,,ml,,malayalam,,,ml,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,149,601,800,0,0,267,1100,416,1701,wa.po,,wa,,walloon,,,wa,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,416,1654,1930,0,0,0,47,416,1701,fur.po,,fur,,friulian,,,fur,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/zu.po,358,1287,1092,4,119,54,295,416,1701,zu.po,,zu,,zulu,,,zu,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,248,746,780,0,0,168,955,416,1701,ps.po,,ps,,pashto,,,ps,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,312,1155,1084,0,0,104,546,416,1701,be@latin.po,latin,be,,belarusian,,,be@latin,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,416,1654,1681,0,0,0,47,416,1701,de.po,,de,,german,,,de,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,251,842,685,0,0,165,859,416,1701,ka.po,,ka,,georgian,,,ka,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,416,1654,1617,0,0,0,47,416,1701,cs.po,,cs,,czech,,,cs,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,397,1701,1920,0,0,19,0,416,1701,pa.po,,pa,,punjabi,,,pa,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,416,1654,1464,0,0,0,47,416,1701,eu.po,,eu,,basque,,,eu,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,416,1654,1463,0,0,0,47,416,1701,kk.po,,kk,,kazakh,,,kk,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,378,1624,1928,0,0,38,77,416,1701,oc.po,,oc,,occitan,,,oc,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,366,1437,1355,0,0,50,264,416,1701,ms.po,,ms,,malay,,,ms,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,410,1650,1527,0,0,6,51,416,1701,be.po,,be,,belarusian,,,be,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,360,1532,1473,0,0,56,169,416,1701,bs.po,,bs,,bosnian,,,bs,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,416,1654,1980,0,0,0,47,416,1701,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,345,1429,1469,0,0,71,272,416,1701,af.po,,af,,afrikaans,,,af,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,416,1654,1344,0,0,0,47,416,1701,fi.po,,fi,,finnish,,,fi,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,392,1664,1765,0,0,24,37,416,1701,bg.po,,bg,,bulgarian,,,bg,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,393,1698,641,0,0,23,3,416,1701,th.po,,th,,thai,,,th,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,355,1525,1311,0,0,61,176,416,1701,ta.po,,ta,,tamil,,,ta,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ks.po,231,789,821,38,166,147,746,416,1701,ks.po,,ks,,kashmiri,,,ks,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,410,1631,1574,0,0,6,70,416,1701,sl.po,,sl,,slovenian,,,sl,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,366,1437,1440,0,0,50,264,416,1701,en_ca.po,,en,ca,english,,canada,en_ca,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,416,1654,1916,0,0,0,47,416,1701,es.po,,es,,spanish,,,es,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,296,872,946,7,37,113,792,416,1701,ku.po,,ku,,kurdish,,,ku,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,410,1650,1551,0,0,6,51,416,1701,ar.po,,ar,,arabic,,,ar,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,416,1654,1563,0,0,0,47,416,1701,da.po,,da,,danish,,,da,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,400,1598,1539,6,19,10,84,416,1701,sk.po,,sk,,slovak,,,sk,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,382,1520,660,0,0,34,181,416,1701,km.po,,km,,khmer,,,km,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,248,872,942,0,0,168,829,416,1701,mai.po,,mai,,maithili,,,mai,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,393,1698,1881,0,0,23,3,416,1701,pt.po,,pt,,portuguese,,,pt,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,405,1589,585,1,4,10,108,416,1701,ja.po,,ja,,japanese,,,ja,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,392,1560,1581,0,0,24,141,416,1701,is.po,,is,,icelandic,,,is,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,410,1631,1765,0,0,6,70,416,1701,el.po,,el,,greek,,,el,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,355,1525,1688,0,0,61,176,416,1701,bn_in.po,,bn,in,bangla,,india,bn_in,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,393,1698,1544,0,0,23,3,416,1701,he.po,,he,,hebrew,,,he,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,333,1392,1523,0,0,83,309,416,1701,bn.po,,bn,,bangla,,,bn,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,416,1654,1642,0,0,0,47,416,1701,eo.po,,eo,,esperanto,,,eo,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,392,1664,1817,0,0,24,37,416,1701,fa.po,,fa,,persian,,,fa,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,355,1525,1817,0,0,61,176,416,1701,hi.po,,hi,,hindi,,,hi,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,360,1589,1278,0,0,56,112,416,1701,et.po,,et,,estonian,,,et,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/my.po,324,1084,722,6,31,86,586,416,1701,my.po,,my,,burmese,,,my,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,416,1654,1444,0,0,0,47,416,1701,lv.po,,lv,,latvian,,,lv,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,360,1527,1563,0,0,56,174,416,1701,tg.po,,tg,,tajik,,,tg,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,199,572,677,4,15,213,1114,416,1701,br.po,,br,,breton,,,br,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,292,1002,467,0,0,124,699,416,1701,dz.po,,dz,,dzongkha,,,dz,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,410,1650,1582,0,0,6,51,416,1701,hr.po,,hr,,croatian,,,hr,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,416,1654,1671,0,0,0,47,416,1701,nl.po,,nl,,dutch,,,nl,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,410,1650,2196,0,0,6,51,416,1701,vi.po,,vi,,vietnamese,,,vi,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,410,1631,1608,0,0,6,70,416,1701,sv.po,,sv,,swedish,,,sv,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,416,1654,1993,0,0,0,47,416,1701,gl.po,,gl,,galician,,,gl,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,416,1654,1446,0,0,0,47,416,1701,tr.po,,tr,,turkish,,,tr,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,416,1654,1968,0,0,0,47,416,1701,ca.po,,ca,,catalan,,,ca,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,303,1180,1181,28,200,85,321,416,1701,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,355,1525,1480,0,0,61,176,416,1701,mr.po,,mr,,marathi,,,mr,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,356,1521,1690,3,7,57,173,416,1701,an.po,,an,,aragonese,,,an,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,416,1654,1806,0,0,0,47,416,1701,it.po,,it,,italian,,,it,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,368,1523,1298,0,0,48,178,416,1701,ug.po,,ug,,uyghur,,,ug,po -evince-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,416,1654,1390,0,0,0,47,416,1701,ko.po,,ko,,korean,,,ko,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,1442,7607,2643,0,0,2691,9463,4133,17070,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,1076,5406,1974,0,0,3057,11664,4133,17070,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,999,4444,1786,176,1505,2958,11121,4133,17070,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/xh.po,956,4657,4632,3,19,3174,12394,4133,17070,xh.po,,xh,,xhosa,,,xh,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/wa.po,651,866,953,554,1199,2928,15005,4133,17070,wa.po,,wa,,walloon,,,wa,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/vi.po,1127,5365,7655,0,0,3006,11705,4133,17070,vi.po,,vi,,vietnamese,,,vi,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/uk.po,1074,5398,5219,0,0,3059,11672,4133,17070,uk.po,,uk,,ukrainian,,,uk,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ug.po,1157,5571,5390,0,0,2976,11499,4133,17070,ug.po,,ug,,uyghur,,,ug,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/tr.po,1443,7608,6394,0,0,2690,9462,4133,17070,tr.po,,tr,,turkish,,,tr,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/th.po,1129,5489,2522,0,0,3004,11581,4133,17070,th.po,,th,,thai,,,th,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/tg.po,1,1,1,0,0,4132,17069,4133,17070,tg.po,,tg,,tajik,,,tg,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/te.po,1104,5314,4640,10,79,3019,11677,4133,17070,te.po,,te,,telugu,,,te,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ta.po,1074,5400,4899,0,0,3059,11670,4133,17070,ta.po,,ta,,tamil,,,ta,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/sv.po,1443,7608,7200,0,0,2690,9462,4133,17070,sv.po,,sv,,swedish,,,sv,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,1263,6683,7068,0,0,2870,10387,4133,17070,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/sr.po,1443,7608,7948,0,0,2690,9462,4133,17070,sr.po,,sr,,serbian,,,sr,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/sq.po,1042,5021,6248,0,0,3091,12049,4133,17070,sq.po,,sq,,albanian,,,sq,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/sl.po,1443,7608,7953,0,0,2690,9462,4133,17070,sl.po,,sl,,slovenian,,,sl,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/sk.po,1238,6321,6617,4,33,2891,10716,4133,17070,sk.po,,sk,,slovak,,,sk,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/si.po,113,149,203,0,0,4020,16921,4133,17070,si.po,,si,,sinhala,,,si,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/rw.po,57,68,73,702,4191,3374,12811,4133,17070,rw.po,,rw,,kinyarwanda,,,rw,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ru.po,1147,5716,5689,0,0,2986,11354,4133,17070,ru.po,,ru,,russian,,,ru,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ro.po,766,3660,4362,318,1707,3049,11703,4133,17070,ro.po,,ro,,romanian,,,ro,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,1443,7608,9125,0,0,2690,9462,4133,17070,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/pt.po,1158,5824,6731,0,0,2975,11246,4133,17070,pt.po,,pt,,portuguese,,,pt,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/pl.po,1443,7608,7747,0,0,2690,9462,4133,17070,pl.po,,pl,,polish,,,pl,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/pa.po,808,3479,4177,302,1734,3023,11857,4133,17070,pa.po,,pa,,punjabi,,,pa,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/or.po,1074,5398,5609,0,0,3059,11672,4133,17070,or.po,,or,,odia,,,or,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/oc.po,1449,7493,9115,0,0,2684,9577,4133,17070,oc.po,,oc,,occitan,,,oc,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/nn.po,1033,4985,4924,0,0,3100,12085,4133,17070,nn.po,,nn,,norwegian nynorsk,,,nn,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/nl.po,1443,7608,7556,0,0,2690,9462,4133,17070,nl.po,,nl,,dutch,,,nl,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ne.po,703,2797,2973,399,2116,3031,12157,4133,17070,ne.po,,ne,,nepali,,,ne,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/nb.po,1227,6088,6004,0,0,2906,10982,4133,17070,nb.po,,nb,,norwegian bokmål,,,nb,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ms.po,597,3008,3200,211,1120,3325,12942,4133,17070,ms.po,,ms,,malay,,,ms,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/mr.po,1074,5396,5486,0,0,3059,11674,4133,17070,mr.po,,mr,,marathi,,,mr,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/mn.po,202,585,581,139,737,3792,15748,4133,17070,mn.po,,mn,,mongolian,,,mn,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ml.po,699,2924,2671,338,1691,3096,12455,4133,17070,ml.po,,ml,,malayalam,,,ml,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/mk.po,1042,5021,5892,0,0,3091,12049,4133,17070,mk.po,,mk,,macedonian,,,mk,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/mai.po,106,157,172,0,0,4027,16913,4133,17070,mai.po,,mai,,maithili,,,mai,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/lv.po,1264,6686,6127,0,0,2869,10384,4133,17070,lv.po,,lv,,latvian,,,lv,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/lt.po,1443,7608,6633,0,0,2690,9462,4133,17070,lt.po,,lt,,lithuanian,,,lt,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ku.po,3,3,5,56,67,4074,17000,4133,17070,ku.po,,ku,,kurdish,,,ku,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ko.po,1442,7607,6661,0,0,2691,9463,4133,17070,ko.po,,ko,,korean,,,ko,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/kn.po,1164,5673,5091,0,0,2969,11397,4133,17070,kn.po,,kn,,kannada,,,kn,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/km.po,992,4693,2572,0,0,3141,12377,4133,17070,km.po,,km,,khmer,,,km,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/kk.po,532,1636,1596,0,0,3601,15434,4133,17070,kk.po,,kk,,kazakh,,,kk,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ka.po,160,295,287,519,3000,3454,13775,4133,17070,ka.po,,ka,,georgian,,,ka,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ja.po,1023,5039,2210,76,388,3034,11643,4133,17070,ja.po,,ja,,japanese,,,ja,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/it.po,1264,6686,7461,0,0,2869,10384,4133,17070,it.po,,it,,italian,,,it,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/is.po,314,766,686,46,154,3773,16150,4133,17070,is.po,,is,,icelandic,,,is,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/id.po,1443,7608,7474,0,0,2690,9462,4133,17070,id.po,,id,,indonesian,,,id,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/hu.po,1443,7608,7303,0,0,2690,9462,4133,17070,hu.po,,hu,,hungarian,,,hu,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/hr.po,887,4051,4136,87,584,3159,12435,4133,17070,hr.po,,hr,,croatian,,,hr,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/hi.po,1074,5396,6550,0,0,3059,11674,4133,17070,hi.po,,hi,,hindi,,,hi,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/he.po,846,3709,3883,0,0,3287,13361,4133,17070,he.po,,he,,hebrew,,,he,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/gu.po,1163,5667,6278,0,0,2970,11403,4133,17070,gu.po,,gu,,gujarati,,,gu,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/gl.po,1443,7608,9754,0,0,2690,9462,4133,17070,gl.po,,gl,,galician,,,gl,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ga.po,290,785,905,134,489,3709,15796,4133,17070,ga.po,,ga,,irish,,,ga,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/fur.po,1443,7608,9311,0,0,2690,9462,4133,17070,fur.po,,fur,,friulian,,,fur,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/fr.po,1449,7493,9165,0,0,2684,9577,4133,17070,fr.po,,fr,,french,,,fr,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/fi.po,1045,4326,3455,233,1488,2855,11256,4133,17070,fi.po,,fi,,finnish,,,fi,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/fa.po,768,3317,3977,147,945,3218,12808,4133,17070,fa.po,,fa,,persian,,,fa,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/eu.po,1355,6654,6282,0,0,2778,10416,4133,17070,eu.po,,eu,,basque,,,eu,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/et.po,985,4681,4249,0,0,3148,12389,4133,17070,et.po,,et,,estonian,,,et,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/es.po,1443,7608,9375,0,0,2690,9462,4133,17070,es.po,,es,,spanish,,,es,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/eo.po,860,3108,2994,51,288,3222,13674,4133,17070,eo.po,,eo,,esperanto,,,eo,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,1449,7493,7492,0,0,2684,9577,4133,17070,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,1041,5044,5044,0,0,3092,12026,4133,17070,en_ca.po,,en,ca,english,,canada,en_ca,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/en_au.po,29,166,187,175,1000,3929,15904,4133,17070,en_au.po,,en,au,english,,australia,en_au,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,716,3166,3167,210,1238,3207,12666,4133,17070,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/el.po,1401,6930,7314,17,252,2715,9888,4133,17070,el.po,,el,,greek,,,el,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/dz.po,1042,5021,2638,0,0,3091,12049,4133,17070,dz.po,,dz,,dzongkha,,,dz,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/de.po,1443,7608,7539,0,0,2690,9462,4133,17070,de.po,,de,,german,,,de,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/da.po,1443,7608,7026,0,0,2690,9462,4133,17070,da.po,,da,,danish,,,da,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/cy.po,1018,4906,5441,0,0,3115,12164,4133,17070,cy.po,,cy,,welsh,,,cy,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/cs.po,1443,7608,7369,0,0,2690,9462,4133,17070,cs.po,,cs,,czech,,,cs,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,1252,6434,8901,0,0,2881,10636,4133,17070,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ca.po,1441,7441,9946,0,0,2692,9629,4133,17070,ca.po,,ca,,catalan,,,ca,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/bs.po,1082,5383,5461,0,0,3051,11687,4133,17070,bs.po,,bs,,bosnian,,,bs,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,1074,5398,5905,0,0,3059,11672,4133,17070,bn_in.po,,bn,in,bangla,,india,bn_in,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/bn.po,997,4910,5506,0,0,3136,12160,4133,17070,bn.po,,bn,,bangla,,,bn,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/bg.po,1141,5529,6391,0,0,2992,11541,4133,17070,bg.po,,bg,,bulgarian,,,bg,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/be.po,1166,5681,5467,0,0,2967,11389,4133,17070,be.po,,be,,belarusian,,,be,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/az.po,717,3438,3215,101,528,3315,13104,4133,17070,az.po,,az,,azerbaijani,,,az,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ast.po,982,4619,5531,0,0,3151,12451,4133,17070,ast.po,,ast,,asturian,,,ast,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/as.po,1074,5398,5855,0,0,3059,11672,4133,17070,as.po,,as,,assamese,,,as,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/ar.po,755,3632,3702,197,862,3181,12576,4133,17070,ar.po,,ar,,arabic,,,ar,po -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv,po/am.po,73,99,104,137,672,3923,16299,4133,17070,am.po,,am,,amharic,,,am,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/fi.po,207,419,324,1783,4259,4096,33334,6086,38012,fi.po,,fi,,finnish,,,fi,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/ms.po,4877,28305,25657,677,2977,532,6730,6086,38012,ms.po,,ms,,malay,,,ms,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/ru.po,729,3302,2861,3196,9739,2161,24971,6086,38012,ru.po,,ru,,russian,,,ru,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/pt.po,1853,11784,13364,2073,6846,2160,19382,6086,38012,pt.po,,pt,,portuguese,,,pt,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/pl.po,2604,12391,11584,1983,6457,1499,19164,6086,38012,pl.po,,pl,,polish,,,pl,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/gl.po,3879,18175,21481,1098,4311,1109,15526,6086,38012,gl.po,,gl,,galician,,,gl,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/vi.po,1133,3333,5045,1979,5636,2974,29043,6086,38012,vi.po,,vi,,vietnamese,,,vi,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/ug.po,2058,4663,4763,1644,4415,2384,28934,6086,38012,ug.po,,ug,,uyghur,,,ug,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/de.po,2563,13583,12358,2068,6889,1455,17540,6086,38012,de.po,,de,,german,,,de,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/ca.po,3542,13166,17734,1,3,2543,24843,6086,38012,ca.po,,ca,,catalan,,,ca,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/es.po,4297,26869,31146,327,1668,1462,9475,6086,38012,es.po,,es,,spanish,,,es,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/sk.po,2003,9069,8406,2335,7381,1748,21562,6086,38012,sk.po,,sk,,slovak,,,sk,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/sv.po,5602,35017,27785,345,1703,139,1292,6086,38012,sv.po,,sv,,swedish,,,sv,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/bs.po,4390,23653,21639,939,3796,757,10563,6086,38012,bs.po,,bs,,bosnian,,,bs,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/fr.po,1414,4976,5716,2708,8431,1964,24605,6086,38012,fr.po,,fr,,french,,,fr,po -exiv2-0.27.0-3.fc30.src.rpm.stats.csv,po/uk.po,2102,7418,7022,1764,5067,2220,25527,6086,38012,uk.po,,uk,,ukrainian,,,uk,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,191,1742,267,2,8,1,86,194,1836,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/te/te.po,28,192,158,0,0,166,1644,194,1836,te.po,,te,,telugu,,,te,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/sv/sv.po,181,1641,1477,0,0,13,195,194,1836,sv.po,,sv,,swedish,,,sv,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/sl/sl.po,191,1830,1542,0,0,3,6,194,1836,sl.po,,sl,,slovenian,,,sl,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/ru/ru.po,191,1829,1517,0,0,3,7,194,1836,ru.po,,ru,,russian,,,ru,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,181,1641,1746,0,0,13,195,194,1836,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/pl/pl.po,181,1641,1209,0,0,13,195,194,1836,pl.po,,pl,,polish,,,pl,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/ko/ko.po,181,1641,1273,0,0,13,195,194,1836,ko.po,,ko,,korean,,,ko,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/ja/ja.po,191,1829,272,0,0,3,7,194,1836,ja.po,,ja,,japanese,,,ja,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/id/id.po,181,1641,1491,0,0,13,195,194,1836,id.po,,id,,indonesian,,,id,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/hu/hu.po,181,1641,1344,0,0,13,195,194,1836,hu.po,,hu,,hungarian,,,hu,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/gl/gl.po,181,1641,1622,0,0,13,195,194,1836,gl.po,,gl,,galician,,,gl,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/fr/fr.po,181,1641,1878,0,0,13,195,194,1836,fr.po,,fr,,french,,,fr,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/fi/fi.po,166,1346,846,11,221,17,269,194,1836,fi.po,,fi,,finnish,,,fi,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/es/es.po,181,1641,1728,0,0,13,195,194,1836,es.po,,es,,spanish,,,es,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/el/el.po,181,1641,1768,0,0,13,195,194,1836,el.po,,el,,greek,,,el,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/de/de.po,181,1641,1564,0,0,13,195,194,1836,de.po,,de,,german,,,de,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/da/da.po,181,1641,1522,0,0,13,195,194,1836,da.po,,da,,danish,,,da,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/cs/cs.po,181,1641,1370,0,0,13,195,194,1836,cs.po,,cs,,czech,,,cs,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,help/ca/ca.po,194,1836,1941,0,0,0,0,194,1836,ca.po,,ca,,catalan,,,ca,help/ -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/zu.po,297,1254,1058,5,20,38,281,340,1555,zu.po,,zu,,zulu,,,zu,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,276,1207,335,0,0,64,348,340,1555,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,268,1195,326,0,0,72,360,340,1555,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,275,1201,349,0,0,65,354,340,1555,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/xh.po,238,928,788,4,29,98,598,340,1555,xh.po,,xh,,xhosa,,,xh,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,276,1207,1591,0,0,64,348,340,1555,vi.po,,vi,,vietnamese,,,vi,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ur.po,259,1159,1332,0,0,81,396,340,1555,ur.po,,ur,,urdu,,,ur,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,269,1181,1017,0,0,71,374,340,1555,uk.po,,uk,,ukrainian,,,uk,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,292,1325,996,0,0,48,230,340,1555,ug.po,,ug,,uyghur,,,ug,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,276,1207,979,0,0,64,348,340,1555,tr.po,,tr,,turkish,,,tr,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/tk.po,194,702,608,13,77,133,776,340,1555,tk.po,,tk,,turkmen,,,tk,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,267,1187,428,0,0,73,368,340,1555,th.po,,th,,thai,,,th,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,268,1195,1160,0,0,72,360,340,1555,tg.po,,tg,,tajik,,,tg,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,268,1195,1015,0,0,72,360,340,1555,te.po,,te,,telugu,,,te,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,268,1195,1039,0,0,72,360,340,1555,ta.po,,ta,,tamil,,,ta,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,276,1207,1151,0,0,64,348,340,1555,sv.po,,sv,,swedish,,,sv,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,275,1201,1229,0,0,65,354,340,1555,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@ije.po,205,799,766,32,138,103,618,340,1555,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,276,1207,1237,0,0,64,348,340,1555,sr.po,,sr,,serbian,,,sr,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/sq.po,270,1205,1292,0,0,70,350,340,1555,sq.po,,sq,,albanian,,,sq,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,276,1207,1152,0,0,64,348,340,1555,sl.po,,sl,,slovenian,,,sl,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,276,1207,1129,0,0,64,348,340,1555,sk.po,,sk,,slovak,,,sk,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/si.po,206,651,716,0,0,134,904,340,1555,si.po,,si,,sinhala,,,si,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/rw.po,19,20,21,171,838,150,697,340,1555,rw.po,,rw,,kinyarwanda,,,rw,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,276,1207,1045,0,0,64,348,340,1555,ru.po,,ru,,russian,,,ru,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,276,1207,1258,0,0,64,348,340,1555,ro.po,,ro,,romanian,,,ro,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,276,1207,1327,0,0,64,348,340,1555,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,275,1206,1244,0,0,65,349,340,1555,pt.po,,pt,,portuguese,,,pt,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ps.po,270,1200,1258,1,6,69,349,340,1555,ps.po,,ps,,pashto,,,ps,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,276,1207,1130,0,0,64,348,340,1555,pl.po,,pl,,polish,,,pl,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,274,1200,1327,0,0,66,355,340,1555,pa.po,,pa,,punjabi,,,pa,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,270,1198,1305,0,0,70,357,340,1555,or.po,,or,,odia,,,or,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,270,1198,1351,0,0,70,357,340,1555,oc.po,,oc,,occitan,,,oc,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/nn.po,338,1525,1451,1,1,1,29,340,1555,nn.po,,nn,,norwegian nynorsk,,,nn,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,276,1207,1185,0,0,64,348,340,1555,nl.po,,nl,,dutch,,,nl,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,196,616,610,49,272,95,667,340,1555,ne.po,,ne,,nepali,,,ne,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/nds.po,146,352,339,0,0,194,1203,340,1555,nds.po,,nds,,low german,,,nds,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,274,1200,1148,0,0,66,355,340,1555,nb.po,,nb,,norwegian bokmål,,,nb,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/my.po,267,1035,440,0,0,73,520,340,1555,my.po,,my,,burmese,,,my,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,228,872,781,13,77,99,606,340,1555,ms.po,,ms,,malay,,,ms,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,268,1195,1167,0,0,72,360,340,1555,mr.po,,mr,,marathi,,,mr,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/mn.po,203,785,658,34,152,103,618,340,1555,mn.po,,mn,,mongolian,,,mn,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,292,1325,1034,0,0,48,230,340,1555,ml.po,,ml,,malayalam,,,ml,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,337,1548,1603,0,0,3,7,340,1555,mk.po,,mk,,macedonian,,,mk,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/mg.po,226,886,935,31,117,83,552,340,1555,mg.po,,mg,,malagasy,,,mg,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,235,898,982,0,0,105,657,340,1555,mai.po,,mai,,maithili,,,mai,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,276,1207,1029,0,0,64,348,340,1555,lv.po,,lv,,latvian,,,lv,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,276,1207,973,0,0,64,348,340,1555,lt.po,,lt,,lithuanian,,,lt,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,233,903,995,2,15,105,637,340,1555,ku.po,,ku,,kurdish,,,ku,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,276,1207,975,0,0,64,348,340,1555,ko.po,,ko,,korean,,,ko,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,268,1195,1057,0,0,72,360,340,1555,kn.po,,kn,,kannada,,,kn,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,334,1484,620,0,0,6,71,340,1555,km.po,,km,,khmer,,,km,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,276,1207,987,0,0,64,348,340,1555,kk.po,,kk,,kazakh,,,kk,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ka.po,239,952,760,0,0,101,603,340,1555,ka.po,,ka,,georgian,,,ka,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,276,1207,367,0,0,64,348,340,1555,ja.po,,ja,,japanese,,,ja,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,276,1207,1219,0,0,64,348,340,1555,it.po,,it,,italian,,,it,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,275,1201,1158,0,0,65,354,340,1555,is.po,,is,,icelandic,,,is,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,276,1207,1129,0,0,64,348,340,1555,id.po,,id,,indonesian,,,id,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/hy.po,239,955,837,0,0,101,600,340,1555,hy.po,,hy,,armenian,,,hy,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,276,1207,1066,0,0,64,348,340,1555,hu.po,,hu,,hungarian,,,hu,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,275,1204,1118,0,0,65,351,340,1555,hr.po,,hr,,croatian,,,hr,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,268,1195,1409,0,0,72,360,340,1555,hi.po,,hi,,hindi,,,hi,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,269,1181,1086,0,0,71,374,340,1555,he.po,,he,,hebrew,,,he,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,270,1198,1319,0,0,70,357,340,1555,gu.po,,gu,,gujarati,,,gu,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,276,1207,1360,0,0,64,348,340,1555,gl.po,,gl,,galician,,,gl,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,274,1200,1551,0,0,66,355,340,1555,gd.po,,gd,,scottish gaelic,,,gd,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,150,412,484,18,75,172,1068,340,1555,ga.po,,ga,,irish,,,ga,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/fy.po,152,470,483,0,0,188,1085,340,1555,fy.po,,fy,,western frisian,,,fy,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,276,1207,1391,0,0,64,348,340,1555,fur.po,,fur,,friulian,,,fur,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,276,1207,1404,0,0,64,348,340,1555,fr.po,,fr,,french,,,fr,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,276,1207,920,0,0,64,348,340,1555,fi.po,,fi,,finnish,,,fi,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,274,1200,1273,0,0,66,355,340,1555,fa.po,,fa,,persian,,,fa,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,274,1200,999,0,0,66,355,340,1555,eu.po,,eu,,basque,,,eu,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,276,1201,1011,0,0,64,354,340,1555,et.po,,et,,estonian,,,et,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,276,1207,1303,0,0,64,348,340,1555,es.po,,es,,spanish,,,es,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,276,1207,1146,0,0,64,348,340,1555,eo.po,,eo,,esperanto,,,eo,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,275,1201,1228,0,0,65,354,340,1555,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,253,1084,1093,0,0,87,471,340,1555,en_ca.po,,en,ca,english,,canada,en_ca,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,243,1043,1043,56,335,41,177,340,1555,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,276,1207,1291,0,0,64,348,340,1555,el.po,,el,,greek,,,el,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/dz.po,259,1159,570,0,0,81,396,340,1555,dz.po,,dz,,dzongkha,,,dz,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,276,1207,1244,0,0,64,348,340,1555,de.po,,de,,german,,,de,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,275,1204,1122,0,0,65,351,340,1555,da.po,,da,,danish,,,da,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/cy.po,242,957,941,0,0,98,598,340,1555,cy.po,,cy,,welsh,,,cy,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/csb.po,21,41,45,0,0,319,1514,340,1555,csb.po,,csb,,kashubian,,,csb,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,276,1207,1116,0,0,64,348,340,1555,cs.po,,cs,,czech,,,cs,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,274,1200,1384,0,0,66,355,340,1555,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,276,1207,1393,0,0,64,348,340,1555,ca.po,,ca,,catalan,,,ca,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,268,1195,1160,0,0,72,360,340,1555,bs.po,,bs,,bosnian,,,bs,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/br.po,264,1007,1200,0,0,76,548,340,1555,br.po,,br,,breton,,,br,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,268,1195,1330,0,0,72,360,340,1555,bn_in.po,,bn,in,bangla,,india,bn_in,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,297,1370,1466,0,0,43,185,340,1555,bn.po,,bn,,bangla,,,bn,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,274,1200,1245,0,0,66,355,340,1555,bg.po,,bg,,bulgarian,,,bg,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,284,1267,1127,0,0,56,288,340,1555,be@latin.po,latin,be,,belarusian,,,be@latin,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,274,1200,1101,0,0,66,355,340,1555,be.po,,be,,belarusian,,,be,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/az.po,228,872,771,13,77,99,606,340,1555,az.po,,az,,azerbaijani,,,az,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,335,1519,1536,0,0,5,36,340,1555,ast.po,,ast,,asturian,,,ast,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,270,1198,1309,0,0,70,357,340,1555,as.po,,as,,assamese,,,as,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,275,1201,1101,0,0,65,354,340,1555,ar.po,,ar,,arabic,,,ar,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,270,1198,1238,0,0,70,357,340,1555,an.po,,an,,aragonese,,,an,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/am.po,66,110,142,53,145,221,1300,340,1555,am.po,,am,,amharic,,,am,po -file-roller-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,275,1201,1278,0,0,65,354,340,1555,af.po,,af,,afrikaans,,,af,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/lt.po,54,405,378,31,237,154,1926,239,2568,lt.po,,lt,,lithuanian,,,lt,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/hu.po,235,2545,2410,4,23,0,0,239,2568,hu.po,,hu,,hungarian,,,hu,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/sl.po,235,2545,2473,4,23,0,0,239,2568,sl.po,,sl,,slovenian,,,sl,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/nl.po,230,2510,2419,6,38,3,20,239,2568,nl.po,,nl,,dutch,,,nl,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/vi.po,235,2545,3335,3,16,1,7,239,2568,vi.po,,vi,,vietnamese,,,vi,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/be.po,23,82,78,33,306,183,2180,239,2568,be.po,,be,,belarusian,,,be,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/ko.po,21,86,91,30,228,188,2254,239,2568,ko.po,,ko,,korean,,,ko,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/rw.po,2,2,2,80,699,157,1867,239,2568,rw.po,,rw,,kinyarwanda,,,rw,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/ms.po,16,55,58,9,54,214,2459,239,2568,ms.po,,ms,,malay,,,ms,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/hr.po,178,1856,1729,20,220,41,492,239,2568,hr.po,,hr,,croatian,,,hr,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/fi.po,230,2510,2022,7,45,2,13,239,2568,fi.po,,fi,,finnish,,,fi,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/zh_tw.po,42,447,224,57,598,140,1523,239,2568,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/ca.po,56,583,704,63,747,120,1238,239,2568,ca.po,,ca,,catalan,,,ca,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/zh_cn.po,194,2063,798,15,129,30,376,239,2568,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/sv.po,235,2545,2420,3,16,1,7,239,2568,sv.po,,sv,,swedish,,,sv,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/eo.po,230,2510,2438,7,45,2,13,239,2568,eo.po,,eo,,esperanto,,,eo,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/uk.po,235,2545,2505,3,16,1,7,239,2568,uk.po,,uk,,ukrainian,,,uk,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/sk.po,49,508,510,61,689,129,1371,239,2568,sk.po,,sk,,slovak,,,sk,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/ja.po,180,1866,809,18,208,41,494,239,2568,ja.po,,ja,,japanese,,,ja,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/fr.po,235,2545,2880,4,23,0,0,239,2568,fr.po,,fr,,french,,,fr,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/ga.po,145,1474,1697,40,504,54,590,239,2568,ga.po,,ga,,irish,,,ga,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/tr.po,222,2422,2054,13,119,4,27,239,2568,tr.po,,tr,,turkish,,,tr,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/pt.po,123,1094,1176,61,877,55,597,239,2568,pt.po,,pt,,portuguese,,,pt,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/nb.po,235,2545,2432,3,16,1,7,239,2568,nb.po,,nb,,norwegian bokmål,,,nb,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/pl.po,235,2545,2423,3,16,1,7,239,2568,pl.po,,pl,,polish,,,pl,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/de.po,230,2510,2486,7,45,2,13,239,2568,de.po,,de,,german,,,de,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/ru.po,235,2545,2424,3,16,1,7,239,2568,ru.po,,ru,,russian,,,ru,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/et.po,235,2545,2079,3,16,1,7,239,2568,et.po,,et,,estonian,,,et,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/lg.po,27,103,129,34,315,178,2150,239,2568,lg.po,,lg,,ganda,,,lg,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/id.po,145,1474,1477,40,504,54,590,239,2568,id.po,,id,,indonesian,,,id,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/el.po,230,2510,2568,6,38,3,20,239,2568,el.po,,el,,greek,,,el,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/bg.po,118,1223,1378,49,603,72,742,239,2568,bg.po,,bg,,bulgarian,,,bg,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/es.po,171,1768,2151,5,32,63,768,239,2568,es.po,,es,,spanish,,,es,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/sr.po,235,2545,2542,3,16,1,7,239,2568,sr.po,,sr,,serbian,,,sr,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/ro.po,51,515,534,62,705,126,1348,239,2568,ro.po,,ro,,romanian,,,ro,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/da.po,235,2545,2409,3,16,1,7,239,2568,da.po,,da,,danish,,,da,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/it.po,222,2422,2635,13,119,4,27,239,2568,it.po,,it,,italian,,,it,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/pt_br.po,235,2545,2918,3,16,1,7,239,2568,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -findutils-4.6.0-22.fc30.src.rpm.stats.csv,po/cs.po,235,2545,2385,4,23,0,0,239,2568,cs.po,,cs,,czech,,,cs,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/zh_tw.po,415,2217,620,0,0,0,0,415,2217,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/zh_cn.po,391,2082,643,2,13,22,122,415,2217,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/uk.po,415,2217,2139,0,0,0,0,415,2217,uk.po,,uk,,ukrainian,,,uk,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/tr.po,129,568,542,0,0,286,1649,415,2217,tr.po,,tr,,turkish,,,tr,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/te.po,293,1496,1267,0,0,122,721,415,2217,te.po,,te,,telugu,,,te,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ta.po,293,1496,1238,0,0,122,721,415,2217,ta.po,,ta,,tamil,,,ta,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/sv.po,415,2217,2024,0,0,0,0,415,2217,sv.po,,sv,,swedish,,,sv,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/sr@latin.po,34,212,207,0,0,381,2005,415,2217,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/sr.po,297,1507,1455,0,0,118,710,415,2217,sr.po,,sr,,serbian,,,sr,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/sq.po,86,141,152,0,0,329,2076,415,2217,sq.po,,sq,,albanian,,,sq,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/sk.po,415,2217,2029,0,0,0,0,415,2217,sk.po,,sk,,slovak,,,sk,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ru.po,402,2167,1814,0,0,13,50,415,2217,ru.po,,ru,,russian,,,ru,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/pt_br.po,414,2209,2474,0,0,1,8,415,2217,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/pt.po,290,1453,1544,0,0,125,764,415,2217,pt.po,,pt,,portuguese,,,pt,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/pl.po,415,2217,2098,0,0,0,0,415,2217,pl.po,,pl,,polish,,,pl,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/pa.po,295,1496,1624,0,0,120,721,415,2217,pa.po,,pa,,punjabi,,,pa,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/or.po,293,1496,1492,0,0,122,721,415,2217,or.po,,or,,odia,,,or,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/nl.po,415,2217,2199,0,0,0,0,415,2217,nl.po,,nl,,dutch,,,nl,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/mr.po,293,1496,1407,0,0,122,721,415,2217,mr.po,,mr,,marathi,,,mr,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ml.po,293,1496,1168,0,0,122,721,415,2217,ml.po,,ml,,malayalam,,,ml,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/lt.po,169,436,402,0,0,246,1781,415,2217,lt.po,,lt,,lithuanian,,,lt,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ko.po,382,2054,1669,0,0,33,163,415,2217,ko.po,,ko,,korean,,,ko,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/kn.po,293,1496,1253,0,0,122,721,415,2217,kn.po,,kn,,kannada,,,kn,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ka.po,82,180,170,0,0,333,2037,415,2217,ka.po,,ka,,georgian,,,ka,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ja.po,403,2168,671,0,0,12,49,415,2217,ja.po,,ja,,japanese,,,ja,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/it.po,406,2142,2229,1,43,8,32,415,2217,it.po,,it,,italian,,,it,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/id.po,36,135,137,0,0,379,2082,415,2217,id.po,,id,,indonesian,,,id,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ia.po,4,9,13,0,0,411,2208,415,2217,ia.po,,ia,,interlingua,,,ia,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/hu.po,415,2217,2067,0,0,0,0,415,2217,hu.po,,hu,,hungarian,,,hu,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/hi.po,293,1496,1676,0,0,122,721,415,2217,hi.po,,hi,,hindi,,,hi,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/gu.po,293,1496,1558,0,0,122,721,415,2217,gu.po,,gu,,gujarati,,,gu,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/gl.po,108,434,547,0,0,307,1783,415,2217,gl.po,,gl,,galician,,,gl,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/fr.po,415,2217,2571,0,0,0,0,415,2217,fr.po,,fr,,french,,,fr,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/fi.po,302,1124,879,0,0,113,1093,415,2217,fi.po,,fi,,finnish,,,fi,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/eu.po,64,116,118,0,0,351,2101,415,2217,eu.po,,eu,,basque,,,eu,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/et.po,93,216,206,0,0,322,2001,415,2217,et.po,,et,,estonian,,,et,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/es.po,415,2217,2440,0,0,0,0,415,2217,es.po,,es,,spanish,,,es,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/en_us.po,293,1496,1496,67,314,55,407,415,2217,en_us.po,,en,us,english,,united states,en_us,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/en_gb.po,203,819,819,0,0,212,1398,415,2217,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/el.po,125,584,647,0,0,290,1633,415,2217,el.po,,el,,greek,,,el,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/de.po,403,2168,2005,0,0,12,49,415,2217,de.po,,de,,german,,,de,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/da.po,415,2217,1939,0,0,0,0,415,2217,da.po,,da,,danish,,,da,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/cs.po,414,2209,2018,0,0,1,8,415,2217,cs.po,,cs,,czech,,,cs,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ca.po,415,2217,2631,0,0,0,0,415,2217,ca.po,,ca,,catalan,,,ca,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/bn_in.po,293,1496,1517,0,0,122,721,415,2217,bn_in.po,,bn,in,bangla,,india,bn_in,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/bg.po,134,622,664,0,0,281,1595,415,2217,bg.po,,bg,,bulgarian,,,bg,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/as.po,293,1496,1515,0,0,122,721,415,2217,as.po,,as,,assamese,,,as,po -firewalld-0.6.3-2.fc30.src.rpm.stats.csv,po/ar.po,34,212,171,0,0,381,2005,415,2217,ar.po,,ar,,arabic,,,ar,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/zh_tw.po,816,3989,1533,104,476,38,267,958,4732,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/uk.po,820,4015,4209,98,434,40,283,958,4732,uk.po,,uk,,ukrainian,,,uk,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/tr.po,397,1875,1688,309,1434,252,1423,958,4732,tr.po,,tr,,turkish,,,tr,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/sv.po,515,2372,2282,287,1379,156,981,958,4732,sv.po,,sv,,swedish,,,sv,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/sk.po,140,509,535,286,1245,532,2978,958,4732,sk.po,,sk,,slovak,,,sk,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/ru.po,519,2377,2338,253,1202,186,1153,958,4732,ru.po,,ru,,russian,,,ru,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/pt_br.po,657,3109,3574,201,940,100,683,958,4732,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/pl.po,958,4732,4769,0,0,0,0,958,4732,pl.po,,pl,,polish,,,pl,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/id.po,908,4451,4442,34,131,16,150,958,4732,id.po,,id,,indonesian,,,id,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/hu.po,527,2452,2443,280,1332,151,948,958,4732,hu.po,,hu,,hungarian,,,hu,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/gl.po,445,2091,2499,303,1399,210,1242,958,4732,gl.po,,gl,,galician,,,gl,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/es.po,435,2027,2573,316,1469,207,1236,958,4732,es.po,,es,,spanish,,,es,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/de.po,455,2103,2117,289,1367,214,1262,958,4732,de.po,,de,,german,,,de,po -flatpak-1.2.4-2.fc30.src.rpm.stats.csv,po/cs.po,871,4061,3965,0,0,87,671,958,4732,cs.po,,cs,,czech,,,cs,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/nl.po,130,1056,1023,0,0,0,0,130,1056,nl.po,,nl,,dutch,,,nl,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/el.po,130,1056,1177,0,0,0,0,130,1056,el.po,,el,,greek,,,el,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/vi.po,130,1056,1422,0,0,0,0,130,1056,vi.po,,vi,,vietnamese,,,vi,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/fa.po,130,1056,1113,0,0,0,0,130,1056,fa.po,,fa,,persian,,,fa,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/zh_cn.po,130,1056,224,0,0,0,0,130,1056,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/be.po,130,1056,1001,0,0,0,0,130,1056,be.po,,be,,belarusian,,,be,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ml.po,111,858,676,0,0,19,198,130,1056,ml.po,,ml,,malayalam,,,ml,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/tr.po,130,1056,880,0,0,0,0,130,1056,tr.po,,tr,,turkish,,,tr,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/he.po,80,517,558,0,0,50,539,130,1056,he.po,,he,,hebrew,,,he,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/de.po,130,1056,1058,0,0,0,0,130,1056,de.po,,de,,german,,,de,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/as.po,123,1003,966,0,0,7,53,130,1056,as.po,,as,,assamese,,,as,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/fr.po,130,1056,1341,0,0,0,0,130,1056,fr.po,,fr,,french,,,fr,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/eo.po,36,203,198,5,34,89,819,130,1056,eo.po,,eo,,esperanto,,,eo,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/bs.po,124,1011,953,0,0,6,45,130,1056,bs.po,,bs,,bosnian,,,bs,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ko.po,130,1056,909,0,0,0,0,130,1056,ko.po,,ko,,korean,,,ko,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/pl.po,130,1056,1067,0,0,0,0,130,1056,pl.po,,pl,,polish,,,pl,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ug.po,111,858,778,0,0,19,198,130,1056,ug.po,,ug,,uyghur,,,ug,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/lv.po,130,1056,925,0,0,0,0,130,1056,lv.po,,lv,,latvian,,,lv,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/hu.po,130,1056,953,0,0,0,0,130,1056,hu.po,,hu,,hungarian,,,hu,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ca.po,130,1056,1414,0,0,0,0,130,1056,ca.po,,ca,,catalan,,,ca,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/kk.po,8,10,14,0,0,122,1046,130,1056,kk.po,,kk,,kazakh,,,kk,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/da.po,130,1056,980,0,0,0,0,130,1056,da.po,,da,,danish,,,da,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/sr.po,130,1056,1072,0,0,0,0,130,1056,sr.po,,sr,,serbian,,,sr,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/bn_in.po,123,1003,1004,0,0,7,53,130,1056,bn_in.po,,bn,in,bangla,,india,bn_in,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/sv.po,130,1056,997,0,0,0,0,130,1056,sv.po,,sv,,swedish,,,sv,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ar.po,13,41,40,0,0,117,1015,130,1056,ar.po,,ar,,arabic,,,ar,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/pa.po,123,1003,1122,0,0,7,53,130,1056,pa.po,,pa,,punjabi,,,pa,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/te.po,123,1003,812,0,0,7,53,130,1056,te.po,,te,,telugu,,,te,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/uk.po,114,947,843,0,0,16,109,130,1056,uk.po,,uk,,ukrainian,,,uk,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/cs.po,130,1056,1049,0,0,0,0,130,1056,cs.po,,cs,,czech,,,cs,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/kn.po,123,1003,845,0,0,7,53,130,1056,kn.po,,kn,,kannada,,,kn,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/nb.po,113,793,767,2,18,15,245,130,1056,nb.po,,nb,,norwegian bokmål,,,nb,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/tg.po,6,6,6,0,0,124,1050,130,1056,tg.po,,tg,,tajik,,,tg,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/hi.po,123,1003,1165,0,0,7,53,130,1056,hi.po,,hi,,hindi,,,hi,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/it.po,130,1056,1217,0,0,0,0,130,1056,it.po,,it,,italian,,,it,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/en_gb.po,130,1056,1056,0,0,0,0,130,1056,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/es.po,130,1056,1344,0,0,0,0,130,1056,es.po,,es,,spanish,,,es,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ro.po,78,611,778,12,103,40,342,130,1056,ro.po,,ro,,romanian,,,ro,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/oc.po,130,1056,1333,0,0,0,0,130,1056,oc.po,,oc,,occitan,,,oc,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/pt_br.po,130,1056,1252,0,0,0,0,130,1056,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ja.po,109,843,315,0,0,21,213,130,1056,ja.po,,ja,,japanese,,,ja,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/eu.po,130,1056,965,0,0,0,0,130,1056,eu.po,,eu,,basque,,,eu,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/zh_tw.po,130,1056,263,0,0,0,0,130,1056,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/fi.po,34,196,181,1,6,95,854,130,1056,fi.po,,fi,,finnish,,,fi,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/zh_hk.po,123,1003,257,0,0,7,53,130,1056,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ta.po,123,1003,886,0,0,7,53,130,1056,ta.po,,ta,,tamil,,,ta,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/or.po,123,1003,952,0,0,7,53,130,1056,or.po,,or,,odia,,,or,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/pt.po,130,1056,1181,0,0,0,0,130,1056,pt.po,,pt,,portuguese,,,pt,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ca@valencia.po,123,1003,1322,0,0,7,53,130,1056,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/gu.po,123,1003,1052,0,0,7,53,130,1056,gu.po,,gu,,gujarati,,,gu,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/ru.po,130,1056,995,0,0,0,0,130,1056,ru.po,,ru,,russian,,,ru,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/sk.po,130,1056,1093,0,0,0,0,130,1056,sk.po,,sk,,slovak,,,sk,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/bg.po,110,851,1037,0,0,20,205,130,1056,bg.po,,bg,,bulgarian,,,bg,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/lt.po,130,1056,868,0,0,0,0,130,1056,lt.po,,lt,,lithuanian,,,lt,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/gl.po,130,1056,1366,0,0,0,0,130,1056,gl.po,,gl,,galician,,,gl,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/id.po,130,1056,1026,0,0,0,0,130,1056,id.po,,id,,indonesian,,,id,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/mr.po,123,1003,876,0,0,7,53,130,1056,mr.po,,mr,,marathi,,,mr,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/sr@latin.po,130,1056,1072,0,0,0,0,130,1056,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/sl.po,130,1056,1022,0,0,0,0,130,1056,sl.po,,sl,,slovenian,,,sl,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/fur.po,130,1056,1319,0,0,0,0,130,1056,fur.po,,fur,,friulian,,,fur,po -folks-0.11.4-15.fc30.src.rpm.stats.csv,po/hr.po,95,735,667,3,37,32,284,130,1056,hr.po,,hr,,croatian,,,hr,po -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv,po-conf/zh_cn.po,29,157,66,0,0,0,0,29,157,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-conf -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv,po/zh_cn.po,106,756,375,0,0,0,0,106,756,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/pt_br.po,57,419,452,0,0,0,0,57,419,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ja.po,57,419,79,0,0,0,0,57,419,ja.po,,ja,,japanese,,,ja,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/da.po,57,419,347,0,0,0,0,57,419,da.po,,da,,danish,,,da,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/nl.po,57,419,412,0,0,0,0,57,419,nl.po,,nl,,dutch,,,nl,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,57,419,57,419,he.po,,he,,hebrew,,,he,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,57,419,57,419,sq.po,,sq,,albanian,,,sq,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/tr.po,57,419,352,0,0,0,0,57,419,tr.po,,tr,,turkish,,,tr,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,57,419,57,419,mr.po,,mr,,marathi,,,mr,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/zh_cn.po,57,419,90,0,0,0,0,57,419,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/de.po,57,419,454,0,0,0,0,57,419,de.po,,de,,german,,,de,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,57,419,57,419,be.po,,be,,belarusian,,,be,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/it.po,57,419,376,0,0,0,0,57,419,it.po,,it,,italian,,,it,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,57,419,57,419,bn_in.po,,bn,in,bangla,,india,bn_in,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,57,419,57,419,te.po,,te,,telugu,,,te,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,57,419,57,419,vi.po,,vi,,vietnamese,,,vi,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/cs.po,57,419,384,0,0,0,0,57,419,cs.po,,cs,,czech,,,cs,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,57,419,57,419,ka.po,,ka,,georgian,,,ka,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,57,419,57,419,ast.po,,ast,,asturian,,,ast,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,57,419,57,419,kk.po,,kk,,kazakh,,,kk,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/eo.po,23,151,144,0,0,34,268,57,419,eo.po,,eo,,esperanto,,,eo,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/hr.po,57,419,395,0,0,0,0,57,419,hr.po,,hr,,croatian,,,hr,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,57,419,57,419,cy.po,,cy,,welsh,,,cy,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/bg.po,25,163,164,0,0,32,256,57,419,bg.po,,bg,,bulgarian,,,bg,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,57,419,57,419,ms.po,,ms,,malay,,,ms,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,57,419,57,419,hi.po,,hi,,hindi,,,hi,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/oc.po,57,419,411,0,0,0,0,57,419,oc.po,,oc,,occitan,,,oc,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/sr.po,57,419,408,0,0,0,0,57,419,sr.po,,sr,,serbian,,,sr,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,57,419,57,419,az.po,,az,,azerbaijani,,,az,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/pt.po,57,419,435,0,0,0,0,57,419,pt.po,,pt,,portuguese,,,pt,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ko.po,57,419,259,0,0,0,0,57,419,ko.po,,ko,,korean,,,ko,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ro.po,23,151,183,0,0,34,268,57,419,ro.po,,ro,,romanian,,,ro,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/pl.po,57,419,398,0,0,0,0,57,419,pl.po,,pl,,polish,,,pl,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,57,419,57,419,th.po,,th,,thai,,,th,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,57,419,57,419,ga.po,,ga,,irish,,,ga,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,57,419,57,419,ta.po,,ta,,tamil,,,ta,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/zh_tw.po,57,419,90,0,0,0,0,57,419,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/lv.po,57,419,359,0,0,0,0,57,419,lv.po,,lv,,latvian,,,lv,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/sk.po,57,419,337,0,0,0,0,57,419,sk.po,,sk,,slovak,,,sk,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,57,419,57,419,or.po,,or,,odia,,,or,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,57,419,57,419,eu.po,,eu,,basque,,,eu,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ar.po,23,151,113,0,0,34,268,57,419,ar.po,,ar,,arabic,,,ar,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/fur.po,57,419,577,0,0,0,0,57,419,fur.po,,fur,,friulian,,,fur,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,57,419,57,419,lt.po,,lt,,lithuanian,,,lt,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/fi.po,28,205,127,0,0,29,214,57,419,fi.po,,fi,,finnish,,,fi,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/fo.po,23,151,138,0,0,34,268,57,419,fo.po,,fo,,faroese,,,fo,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ca.po,57,419,417,0,0,0,0,57,419,ca.po,,ca,,catalan,,,ca,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/en_gb.po,57,419,419,0,0,0,0,57,419,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,57,419,57,419,fa.po,,fa,,persian,,,fa,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,57,419,57,419,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/id.po,57,419,403,0,0,0,0,57,419,id.po,,id,,indonesian,,,id,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,57,419,57,419,kn.po,,kn,,kannada,,,kn,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,57,419,57,419,ml.po,,ml,,malayalam,,,ml,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,57,419,57,419,wa.po,,wa,,walloon,,,wa,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,57,419,57,419,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/el.po,57,419,500,0,0,0,0,57,419,el.po,,el,,greek,,,el,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,57,419,57,419,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/sv.po,57,419,344,0,0,0,0,57,419,sv.po,,sv,,swedish,,,sv,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/uk.po,57,419,412,0,0,0,0,57,419,uk.po,,uk,,ukrainian,,,uk,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,57,419,57,419,et.po,,et,,estonian,,,et,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,57,419,57,419,nb.po,,nb,,norwegian bokmål,,,nb,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,57,419,57,419,gu.po,,gu,,gujarati,,,gu,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/es.po,57,419,461,0,0,0,0,57,419,es.po,,es,,spanish,,,es,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/pa.po,28,183,193,0,0,29,236,57,419,pa.po,,pa,,punjabi,,,pa,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,57,419,57,419,as.po,,as,,assamese,,,as,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/gl.po,57,419,515,0,0,0,0,57,419,gl.po,,gl,,galician,,,gl,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,57,419,57,419,nn.po,,nn,,norwegian nynorsk,,,nn,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ia.po,57,419,448,0,0,0,0,57,419,ia.po,,ia,,interlingua,,,ia,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/fr.po,57,419,435,0,0,0,0,57,419,fr.po,,fr,,french,,,fr,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/hu.po,57,419,364,0,0,0,0,57,419,hu.po,,hu,,hungarian,,,hu,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/sl.po,57,419,367,0,0,0,0,57,419,sl.po,,sl,,slovenian,,,sl,po -fprintd-0.8.1-4.fc30.src.rpm.stats.csv,po/ru.po,57,419,393,0,0,0,0,57,419,ru.po,,ru,,russian,,,ru,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/zh_tw.po,229,1115,309,0,0,57,274,286,1389,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/zh_cn.po,280,1371,362,0,0,6,18,286,1389,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/uk.po,286,1389,1436,0,0,0,0,286,1389,uk.po,,uk,,ukrainian,,,uk,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/tr.po,53,164,183,0,0,233,1225,286,1389,tr.po,,tr,,turkish,,,tr,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/sv.po,242,1169,1162,0,0,44,220,286,1389,sv.po,,sv,,swedish,,,sv,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/sr.po,181,724,723,0,0,105,665,286,1389,sr.po,,sr,,serbian,,,sr,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/sk.po,91,386,389,0,0,195,1003,286,1389,sk.po,,sk,,slovak,,,sk,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/ru.po,154,591,568,0,0,132,798,286,1389,ru.po,,ru,,russian,,,ru,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/pt_br.po,286,1389,1603,0,0,0,0,286,1389,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/pl.po,286,1389,1440,0,0,0,0,286,1389,pl.po,,pl,,polish,,,pl,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/oc.po,36,99,138,0,0,250,1290,286,1389,oc.po,,oc,,occitan,,,oc,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/nl.po,103,439,468,0,0,183,950,286,1389,nl.po,,nl,,dutch,,,nl,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/lt.po,276,1211,1272,0,0,10,178,286,1389,lt.po,,lt,,lithuanian,,,lt,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/ky.po,13,15,15,0,0,273,1374,286,1389,ky.po,,ky,,kyrgyz,,,ky,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/ko.po,280,1371,1130,0,0,6,18,286,1389,ko.po,,ko,,korean,,,ko,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/kk.po,8,8,9,0,0,278,1381,286,1389,kk.po,,kk,,kazakh,,,kk,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/it.po,286,1389,1526,0,0,0,0,286,1389,it.po,,it,,italian,,,it,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/id.po,181,724,713,0,0,105,665,286,1389,id.po,,id,,indonesian,,,id,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/hu.po,284,1371,1237,0,0,2,18,286,1389,hu.po,,hu,,hungarian,,,hu,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/hr.po,182,732,705,0,0,104,657,286,1389,hr.po,,hr,,croatian,,,hr,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/hi.po,18,88,115,0,0,268,1301,286,1389,hi.po,,hi,,hindi,,,hi,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/he.po,25,102,97,0,0,261,1287,286,1389,he.po,,he,,hebrew,,,he,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/fur.po,159,656,865,0,0,127,733,286,1389,fur.po,,fur,,friulian,,,fur,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/fr.po,18,88,126,0,0,268,1301,286,1389,fr.po,,fr,,french,,,fr,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/fi.po,145,722,529,0,0,141,667,286,1389,fi.po,,fi,,finnish,,,fi,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/eu.po,10,12,13,0,0,276,1377,286,1389,eu.po,,eu,,basque,,,eu,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/eo.po,19,24,23,0,0,267,1365,286,1389,eo.po,,eo,,esperanto,,,eo,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/en_gb.po,247,1205,1205,0,0,39,184,286,1389,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/de.po,214,1003,949,0,0,72,386,286,1389,de.po,,de,,german,,,de,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/da.po,286,1389,1297,0,0,0,0,286,1389,da.po,,da,,danish,,,da,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/cs.po,229,1115,1126,0,0,57,274,286,1389,cs.po,,cs,,czech,,,cs,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/ca.po,280,1371,1774,0,0,6,18,286,1389,ca.po,,ca,,catalan,,,ca,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/ast.po,15,16,17,0,0,271,1373,286,1389,ast.po,,ast,,asturian,,,ast,po -fwupd-1.2.7-2.fc30.src.rpm.stats.csv,po/af.po,94,205,242,0,0,192,1184,286,1389,af.po,,af,,afrikaans,,,af,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/ms.po,5,36,32,6,41,734,4684,745,4761,ms.po,,ms,,malay,,,ms,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/zh_cn.po,745,4761,1552,0,0,0,0,745,4761,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/sv.po,745,4761,4845,0,0,0,0,745,4761,sv.po,,sv,,swedish,,,sv,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/pl.po,564,3425,3588,64,474,117,862,745,4761,pl.po,,pl,,polish,,,pl,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/pt_br.po,745,4761,5405,0,0,0,0,745,4761,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/id.po,658,4100,4143,69,517,18,144,745,4761,id.po,,id,,indonesian,,,id,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/vi.po,745,4761,7301,0,0,0,0,745,4761,vi.po,,vi,,vietnamese,,,vi,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/es.po,359,2356,3101,165,994,221,1411,745,4761,es.po,,es,,spanish,,,es,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/fi.po,727,4591,3943,12,114,6,56,745,4761,fi.po,,fi,,finnish,,,fi,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/da.po,451,2813,2820,95,609,199,1339,745,4761,da.po,,da,,danish,,,da,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/fr.po,745,4761,5553,0,0,0,0,745,4761,fr.po,,fr,,french,,,fr,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/de.po,743,4709,5241,2,52,0,0,745,4761,de.po,,de,,german,,,de,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/ja.po,389,2507,1273,125,782,231,1472,745,4761,ja.po,,ja,,japanese,,,ja,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/ca.po,681,4272,5542,52,399,12,90,745,4761,ca.po,,ca,,catalan,,,ca,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/nl.po,681,4272,4319,52,399,12,90,745,4761,nl.po,,nl,,dutch,,,nl,po -gawk-4.2.1-6.fc30.src.rpm.stats.csv,po/it.po,745,4761,5251,0,0,0,0,745,4761,it.po,,it,,italian,,,it,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/cs.po,30,127,133,0,0,4,35,34,162,cs.po,,cs,,czech,,,cs,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/eu.po,33,159,159,0,0,1,3,34,162,eu.po,,eu,,basque,,,eu,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/hu.po,30,127,134,0,0,4,35,34,162,hu.po,,hu,,hungarian,,,hu,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/zh_cn.po,32,154,72,0,0,2,8,34,162,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/nb.po,20,76,80,0,0,14,86,34,162,nb.po,,nb,,norwegian bokmål,,,nb,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/sr.po,34,162,173,0,0,0,0,34,162,sr.po,,sr,,serbian,,,sr,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/gl.po,32,154,202,0,0,2,8,34,162,gl.po,,gl,,galician,,,gl,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/sr@latin.po,34,162,173,0,0,0,0,34,162,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/lt.po,34,162,148,0,0,0,0,34,162,lt.po,,lt,,lithuanian,,,lt,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/da.po,34,162,168,0,0,0,0,34,162,da.po,,da,,danish,,,da,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/oc.po,33,159,200,0,0,1,3,34,162,oc.po,,oc,,occitan,,,oc,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/ru.po,34,162,164,0,0,0,0,34,162,ru.po,,ru,,russian,,,ru,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/fr.po,30,127,161,0,0,4,35,34,162,fr.po,,fr,,french,,,fr,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/tr.po,34,162,147,0,0,0,0,34,162,tr.po,,tr,,turkish,,,tr,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/es.po,30,127,159,0,0,4,35,34,162,es.po,,es,,spanish,,,es,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/pt_br.po,30,127,147,0,0,4,35,34,162,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/fur.po,34,162,198,0,0,0,0,34,162,fur.po,,fur,,friulian,,,fur,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/pl.po,30,127,140,0,0,4,35,34,162,pl.po,,pl,,polish,,,pl,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/id.po,30,127,137,0,0,4,35,34,162,id.po,,id,,indonesian,,,id,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/sl.po,34,162,181,0,0,0,0,34,162,sl.po,,sl,,slovenian,,,sl,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/tg.po,32,152,171,0,0,2,10,34,162,tg.po,,tg,,tajik,,,tg,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/bs.po,32,154,150,0,0,2,8,34,162,bs.po,,bs,,bosnian,,,bs,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/el.po,34,162,178,0,0,0,0,34,162,el.po,,el,,greek,,,el,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/lv.po,32,154,146,0,0,2,8,34,162,lv.po,,lv,,latvian,,,lv,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/de.po,30,127,141,0,0,4,35,34,162,de.po,,de,,german,,,de,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/pt.po,34,162,179,0,0,0,0,34,162,pt.po,,pt,,portuguese,,,pt,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/sv.po,30,127,126,0,0,4,35,34,162,sv.po,,sv,,swedish,,,sv,po -gcab-1.1-6.fc30.src.rpm.stats.csv,po/fi.po,24,101,83,0,0,10,61,34,162,fi.po,,fi,,finnish,,,fi,po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/vi.po,4685,27633,39374,1422,10155,7223,67638,13330,105426,vi.po,,vi,,vietnamese,,,vi,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/ja.po,2444,14520,7092,5109,35405,5777,55501,13330,105426,ja.po,,ja,,japanese,,,ja,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/hr.po,123,527,499,189,926,13018,103973,13330,105426,hr.po,,hr,,croatian,,,hr,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/sv.po,12396,97476,90747,689,5428,245,2522,13330,105426,sv.po,,sv,,swedish,,,sv,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/sr.po,2728,18280,17693,6640,48523,3962,38623,13330,105426,sr.po,,sr,,serbian,,,sr,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/el.po,42,172,188,4216,25475,9072,79779,13330,105426,el.po,,el,,greek,,,el,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/es.po,9669,71464,89919,2820,25141,841,8821,13330,105426,es.po,,es,,spanish,,,es,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/zh_cn.po,4695,31747,10198,6953,55791,1682,17888,13330,105426,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/nl.po,837,4443,4498,5926,41350,6567,59633,13330,105426,nl.po,,nl,,dutch,,,nl,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/fr.po,13330,105426,131010,0,0,0,0,13330,105426,fr.po,,fr,,french,,,fr,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/id.po,3219,22150,22362,6810,51253,3301,32023,13330,105426,id.po,,id,,indonesian,,,id,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/fi.po,2076,12614,9796,8552,63831,2702,28981,13330,105426,fi.po,,fi,,finnish,,,fi,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/tr.po,2543,16562,14477,6962,51058,3825,37806,13330,105426,tr.po,,tr,,turkish,,,tr,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/da.po,1990,11888,10897,6216,43252,5124,50286,13330,105426,da.po,,da,,danish,,,da,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/zh_tw.po,2313,14698,6463,8955,69940,2062,20788,13330,105426,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/de.po,12396,97476,90762,690,5433,244,2517,13330,105426,de.po,,de,,german,,,de,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/uk.po,1020,4810,4901,0,0,12310,100616,13330,105426,uk.po,,uk,,ukrainian,,,uk,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/be.po,65,222,216,2346,13376,10919,91828,13330,105426,be.po,,be,,belarusian,,,be,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,gcc/po/ru.po,11321,86870,82235,674,5287,1335,13269,13330,105426,ru.po,,ru,,russian,,,ru,gcc/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/vi.po,211,1340,2142,1,5,4,18,216,1363,vi.po,,vi,,vietnamese,,,vi,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/ja.po,188,1148,556,20,167,8,48,216,1363,ja.po,,ja,,japanese,,,ja,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/pt_br.po,216,1363,1575,0,0,0,0,216,1363,pt_br.po,,pt,br,portuguese,,brazil,pt_br,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/sv.po,216,1363,1300,0,0,0,0,216,1363,sv.po,,sv,,swedish,,,sv,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/sr.po,207,1309,1286,4,30,5,24,216,1363,sr.po,,sr,,serbian,,,sr,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/el.po,5,13,16,73,380,138,970,216,1363,el.po,,el,,greek,,,el,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/es.po,211,1340,1677,1,5,4,18,216,1363,es.po,,es,,spanish,,,es,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/zh_cn.po,183,1112,440,22,175,11,76,216,1363,zh_cn.po,,zh,cn,chinese,,china,zh_cn,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/nl.po,205,1299,1352,5,37,6,27,216,1363,nl.po,,nl,,dutch,,,nl,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/fr.po,216,1363,1717,0,0,0,0,216,1363,fr.po,,fr,,french,,,fr,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/id.po,182,1105,1114,23,182,11,76,216,1363,id.po,,id,,indonesian,,,id,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/fi.po,216,1363,1079,0,0,0,0,216,1363,fi.po,,fi,,finnish,,,fi,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/tr.po,185,1122,986,22,187,9,54,216,1363,tr.po,,tr,,turkish,,,tr,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/da.po,216,1363,1304,0,0,0,0,216,1363,da.po,,da,,danish,,,da,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/zh_tw.po,203,1282,480,6,46,7,35,216,1363,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/eo.po,216,1363,1396,0,0,0,0,216,1363,eo.po,,eo,,esperanto,,,eo,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/de.po,216,1363,1256,0,0,0,0,216,1363,de.po,,de,,german,,,de,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/uk.po,216,1363,1345,0,0,0,0,216,1363,uk.po,,uk,,ukrainian,,,uk,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/be.po,4,12,12,27,139,185,1212,216,1363,be.po,,be,,belarusian,,,be,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/ca.po,151,932,1126,41,264,24,167,216,1363,ca.po,,ca,,catalan,,,ca,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libcpp/po/ru.po,216,1363,1320,0,0,0,0,216,1363,ru.po,,ru,,russian,,,ru,libcpp/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libstdc++-v3/po/fr.po,4,5,6,0,0,0,0,4,5,fr.po,,fr,,french,,,fr,libstdc++-v3/po -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv,libstdc++-v3/po/de.po,4,5,4,0,0,0,0,4,5,de.po,,de,,german,,,de,libstdc++-v3/po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ca.po,496,4074,5384,0,0,1,14,497,4088,ca.po,,ca,,catalan,,,ca,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/cs.po,497,4088,3994,0,0,0,0,497,4088,cs.po,,cs,,czech,,,cs,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/uk.po,497,4088,3802,0,0,0,0,497,4088,uk.po,,uk,,ukrainian,,,uk,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/sr@latin.po,497,4088,4232,0,0,0,0,497,4088,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/sq.po,485,4024,4807,0,0,12,64,497,4088,sq.po,,sq,,albanian,,,sq,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/en_gb.po,497,4088,4088,0,0,0,0,497,4088,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ms.po,345,2295,2161,33,242,119,1551,497,4088,ms.po,,ms,,malay,,,ms,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/tr.po,497,4088,3404,0,0,0,0,497,4088,tr.po,,tr,,turkish,,,tr,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ar.po,474,3940,3574,9,91,14,57,497,4088,ar.po,,ar,,arabic,,,ar,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ja.po,496,4074,1646,0,0,1,14,497,4088,ja.po,,ja,,japanese,,,ja,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/sl.po,497,4088,4084,0,0,0,0,497,4088,sl.po,,sl,,slovenian,,,sl,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/he.po,497,4088,4087,0,0,0,0,497,4088,he.po,,he,,hebrew,,,he,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/pa.po,497,4088,4701,0,0,0,0,497,4088,pa.po,,pa,,punjabi,,,pa,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/de.po,497,4088,4533,0,0,0,0,497,4088,de.po,,de,,german,,,de,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/az.po,397,3479,3208,31,234,69,375,497,4088,az.po,,az,,azerbaijani,,,az,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ast.po,497,4088,4700,0,0,0,0,497,4088,ast.po,,ast,,asturian,,,ast,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/eu.po,497,4088,3796,0,0,0,0,497,4088,eu.po,,eu,,basque,,,eu,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/bs.po,443,3832,3670,11,72,43,184,497,4088,bs.po,,bs,,bosnian,,,bs,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/bn.po,485,4024,4139,0,0,12,64,497,4088,bn.po,,bn,,bangla,,,bn,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/fr.po,497,4088,5075,0,0,0,0,497,4088,fr.po,,fr,,french,,,fr,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/hr.po,415,3478,3446,6,52,76,558,497,4088,hr.po,,hr,,croatian,,,hr,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/gu.po,497,4088,4445,0,0,0,0,497,4088,gu.po,,gu,,gujarati,,,gu,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/sv.po,497,4088,3991,0,0,0,0,497,4088,sv.po,,sv,,swedish,,,sv,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/pl.po,496,4074,4023,0,0,1,14,497,4088,pl.po,,pl,,polish,,,pl,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/zh_hk.po,497,4088,1300,0,0,0,0,497,4088,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/or.po,497,4088,4141,0,0,0,0,497,4088,or.po,,or,,odia,,,or,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/te.po,497,4088,3604,0,0,0,0,497,4088,te.po,,te,,telugu,,,te,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/fi.po,497,4088,3293,0,0,0,0,497,4088,fi.po,,fi,,finnish,,,fi,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/zh_tw.po,497,4088,1300,0,0,0,0,497,4088,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/yi.po,1,1,1,0,0,496,4087,497,4088,yi.po,,yi,,yiddish,,,yi,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/mk.po,477,4004,4344,0,0,20,84,497,4088,mk.po,,mk,,macedonian,,,mk,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ne.po,480,4026,3967,0,0,17,62,497,4088,ne.po,,ne,,nepali,,,ne,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/be.po,497,4088,3838,0,0,0,0,497,4088,be.po,,be,,belarusian,,,be,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/lv.po,496,4074,3481,0,0,1,14,497,4088,lv.po,,lv,,latvian,,,lv,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/th.po,497,4088,1820,0,0,0,0,497,4088,th.po,,th,,thai,,,th,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/id.po,497,4088,4008,0,0,0,0,497,4088,id.po,,id,,indonesian,,,id,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/es.po,496,4074,5057,0,0,1,14,497,4088,es.po,,es,,spanish,,,es,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/nl.po,497,4088,4205,0,0,0,0,497,4088,nl.po,,nl,,dutch,,,nl,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/fa.po,444,3752,4159,4,24,49,312,497,4088,fa.po,,fa,,persian,,,fa,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/hu.po,497,4088,4032,0,0,0,0,497,4088,hu.po,,hu,,hungarian,,,hu,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/xh.po,443,3832,3244,11,72,43,184,497,4088,xh.po,,xh,,xhosa,,,xh,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/da.po,497,4088,3891,0,0,0,0,497,4088,da.po,,da,,danish,,,da,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/pt_br.po,497,4088,4748,0,0,0,0,497,4088,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/bn_in.po,485,4024,4183,0,0,12,64,497,4088,bn_in.po,,bn,in,bangla,,india,bn_in,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/mr.po,485,4024,3849,0,0,12,64,497,4088,mr.po,,mr,,marathi,,,mr,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/hi.po,496,4074,4733,0,0,1,14,497,4088,hi.po,,hi,,hindi,,,hi,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/lt.po,497,4088,3544,0,0,0,0,497,4088,lt.po,,lt,,lithuanian,,,lt,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/kn.po,484,4035,3566,0,0,13,53,497,4088,kn.po,,kn,,kannada,,,kn,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/vi.po,485,4024,5953,5,25,7,39,497,4088,vi.po,,vi,,vietnamese,,,vi,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ug.po,497,4088,3801,0,0,0,0,497,4088,ug.po,,ug,,uyghur,,,ug,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/rw.po,3,3,3,428,3832,66,253,497,4088,rw.po,,rw,,kinyarwanda,,,rw,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/km.po,497,4088,1957,0,0,0,0,497,4088,km.po,,km,,khmer,,,km,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ca@valencia.po,496,4074,5380,0,0,1,14,497,4088,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/cy.po,484,4035,4233,0,0,13,53,497,4088,cy.po,,cy,,welsh,,,cy,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/nn.po,477,4004,4022,0,0,20,84,497,4088,nn.po,,nn,,norwegian nynorsk,,,nn,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ku.po,9,10,12,0,0,488,4078,497,4088,ku.po,,ku,,kurdish,,,ku,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/as.po,497,4088,4103,0,0,0,0,497,4088,as.po,,as,,assamese,,,as,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/eo.po,114,553,576,2,19,381,3516,497,4088,eo.po,,eo,,esperanto,,,eo,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/mai.po,429,3565,3838,0,0,68,523,497,4088,mai.po,,mai,,maithili,,,mai,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/nb.po,497,4088,4003,0,0,0,0,497,4088,nb.po,,nb,,norwegian bokmål,,,nb,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/el.po,496,4074,4400,0,0,1,14,497,4088,el.po,,el,,greek,,,el,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/mn.po,443,3832,3414,11,72,43,184,497,4088,mn.po,,mn,,mongolian,,,mn,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ta.po,497,4088,3251,0,0,0,0,497,4088,ta.po,,ta,,tamil,,,ta,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ro.po,485,4024,4546,0,0,12,64,497,4088,ro.po,,ro,,romanian,,,ro,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/si.po,11,22,29,0,0,486,4066,497,4088,si.po,,si,,sinhala,,,si,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/hy.po,483,4025,3888,0,0,14,63,497,4088,hy.po,,hy,,armenian,,,hy,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/zh_cn.po,497,4088,1124,0,0,0,0,497,4088,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ka.po,481,4032,3302,0,0,16,56,497,4088,ka.po,,ka,,georgian,,,ka,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/en_ca.po,481,4032,4030,0,0,16,56,497,4088,en_ca.po,,en,ca,english,,canada,en_ca,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/am.po,19,40,40,2,9,476,4039,497,4088,am.po,,am,,amharic,,,am,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/gl.po,497,4088,5218,0,0,0,0,497,4088,gl.po,,gl,,galician,,,gl,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/sk.po,461,3957,3742,0,0,36,131,497,4088,sk.po,,sk,,slovak,,,sk,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/dz.po,477,4004,2148,0,0,20,84,497,4088,dz.po,,dz,,dzongkha,,,dz,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/it.po,497,4088,4609,0,0,0,0,497,4088,it.po,,it,,italian,,,it,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/sr.po,497,4088,4232,0,0,0,0,497,4088,sr.po,,sr,,serbian,,,sr,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/oc.po,45,188,228,0,0,452,3900,497,4088,oc.po,,oc,,occitan,,,oc,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ml.po,496,4074,3459,0,0,1,14,497,4088,ml.po,,ml,,malayalam,,,ml,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ru.po,497,4088,3972,0,0,0,0,497,4088,ru.po,,ru,,russian,,,ru,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/pt.po,497,4088,4675,0,0,0,0,497,4088,pt.po,,pt,,portuguese,,,pt,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/is.po,178,1159,1217,22,133,297,2796,497,4088,is.po,,is,,icelandic,,,is,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ga.po,61,264,277,16,89,420,3735,497,4088,ga.po,,ga,,irish,,,ga,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/et.po,393,2728,2310,0,0,104,1360,497,4088,et.po,,et,,estonian,,,et,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/mg.po,477,3998,4428,2,19,18,71,497,4088,mg.po,,mg,,malagasy,,,mg,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/ko.po,497,4088,3534,0,0,0,0,497,4088,ko.po,,ko,,korean,,,ko,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/bg.po,497,4088,4854,0,0,0,0,497,4088,bg.po,,bg,,bulgarian,,,bg,po -gconf2-3.2.6-25.fc30.src.rpm.stats.csv,po/en@shaw.po,484,4035,4035,0,0,13,53,497,4088,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/lt.po,255,704,617,0,0,0,0,255,704,lt.po,,lt,,lithuanian,,,lt,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ca.po,254,700,870,0,0,1,4,255,704,ca.po,,ca,,catalan,,,ca,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/pl.po,255,704,665,0,0,0,0,255,704,pl.po,,pl,,polish,,,pl,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/kn.po,59,115,110,71,205,125,384,255,704,kn.po,,kn,,kannada,,,kn,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ast.po,64,141,170,71,193,120,370,255,704,ast.po,,ast,,asturian,,,ast,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/cs.po,255,704,672,0,0,0,0,255,704,cs.po,,cs,,czech,,,cs,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ca@valencia.po,254,700,872,0,0,1,4,255,704,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ne.po,67,105,118,160,449,28,150,255,704,ne.po,,ne,,nepali,,,ne,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/en_ca.po,0,0,0,10,35,245,669,255,704,en_ca.po,,en,ca,english,,canada,en_ca,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/de.po,255,704,666,0,0,0,0,255,704,de.po,,de,,german,,,de,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/lv.po,255,704,644,0,0,0,0,255,704,lv.po,,lv,,latvian,,,lv,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/sq.po,6,11,10,48,159,201,534,255,704,sq.po,,sq,,albanian,,,sq,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/te.po,181,468,412,17,50,57,186,255,704,te.po,,te,,telugu,,,te,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/si.po,0,0,0,5,9,250,695,255,704,si.po,,si,,sinhala,,,si,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/da.po,255,704,640,0,0,0,0,255,704,da.po,,da,,danish,,,da,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/oc.po,254,700,809,0,0,1,4,255,704,oc.po,,oc,,occitan,,,oc,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/sl.po,255,704,687,0,0,0,0,255,704,sl.po,,sl,,slovenian,,,sl,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/id.po,255,704,716,0,0,0,0,255,704,id.po,,id,,indonesian,,,id,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/gl.po,255,704,828,0,0,0,0,255,704,gl.po,,gl,,galician,,,gl,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ru.po,254,700,645,0,0,1,4,255,704,ru.po,,ru,,russian,,,ru,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/sk.po,255,704,679,0,0,0,0,255,704,sk.po,,sk,,slovak,,,sk,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/uk.po,242,678,602,0,0,13,26,255,704,uk.po,,uk,,ukrainian,,,uk,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/hr.po,255,704,656,0,0,0,0,255,704,hr.po,,hr,,croatian,,,hr,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/zh_tw.po,255,704,317,0,0,0,0,255,704,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/pt_br.po,255,704,812,0,0,0,0,255,704,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/bg.po,241,677,767,0,0,14,27,255,704,bg.po,,bg,,bulgarian,,,bg,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/zh_hk.po,254,700,315,0,0,1,4,255,704,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/he.po,254,700,676,0,0,1,4,255,704,he.po,,he,,hebrew,,,he,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/tr.po,255,704,662,0,0,0,0,255,704,tr.po,,tr,,turkish,,,tr,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/be@latin.po,59,115,105,71,205,125,384,255,704,be@latin.po,latin,be,,belarusian,,,be@latin,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ga.po,7,15,15,15,45,233,644,255,704,ga.po,,ga,,irish,,,ga,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/bn_in.po,59,115,113,71,205,125,384,255,704,bn_in.po,,bn,in,bangla,,india,bn_in,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/sr@latin.po,255,704,685,0,0,0,0,255,704,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/mr.po,59,115,113,71,205,125,384,255,704,mr.po,,mr,,marathi,,,mr,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ta.po,242,678,630,0,0,13,26,255,704,ta.po,,ta,,tamil,,,ta,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,5,9,250,695,255,704,cy.po,,cy,,welsh,,,cy,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/or.po,60,116,117,70,201,125,387,255,704,or.po,,or,,odia,,,or,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/nb.po,254,700,682,0,0,1,4,255,704,nb.po,,nb,,norwegian bokmål,,,nb,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/it.po,255,704,751,0,0,0,0,255,704,it.po,,it,,italian,,,it,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,1,4,254,700,255,704,rw.po,,rw,,kinyarwanda,,,rw,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ar.po,143,375,369,48,162,64,167,255,704,ar.po,,ar,,arabic,,,ar,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/az.po,0,0,0,3,7,252,697,255,704,az.po,,az,,azerbaijani,,,az,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/bn.po,79,175,183,64,184,112,345,255,704,bn.po,,bn,,bangla,,,bn,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/fr.po,255,704,841,0,0,0,0,255,704,fr.po,,fr,,french,,,fr,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ml.po,195,461,415,9,43,51,200,255,704,ml.po,,ml,,malayalam,,,ml,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/fi.po,208,531,444,8,42,39,131,255,704,fi.po,,fi,,finnish,,,fi,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/pa.po,254,700,759,0,0,1,4,255,704,pa.po,,pa,,punjabi,,,pa,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/pt.po,254,700,787,0,0,1,4,255,704,pt.po,,pt,,portuguese,,,pt,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,5,9,250,695,255,704,mn.po,,mn,,mongolian,,,mn,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/nl.po,255,704,669,0,0,0,0,255,704,nl.po,,nl,,dutch,,,nl,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/hi.po,242,677,798,0,0,13,27,255,704,hi.po,,hi,,hindi,,,hi,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/hu.po,255,704,617,0,0,0,0,255,704,hu.po,,hu,,hungarian,,,hu,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/be.po,254,700,663,0,0,1,4,255,704,be.po,,be,,belarusian,,,be,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/mk.po,6,11,10,48,159,201,534,255,704,mk.po,,mk,,macedonian,,,mk,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/fur.po,255,704,789,0,0,0,0,255,704,fur.po,,fur,,friulian,,,fur,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/en_gb.po,255,704,706,0,0,0,0,255,704,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/es.po,255,704,873,0,0,0,0,255,704,es.po,,es,,spanish,,,es,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/zh_cn.po,254,700,329,0,0,1,4,255,704,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/th.po,254,700,327,0,0,1,4,255,704,th.po,,th,,thai,,,th,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/xh.po,0,0,0,3,7,252,697,255,704,xh.po,,xh,,xhosa,,,xh,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/af.po,72,157,136,66,186,117,361,255,704,af.po,,af,,afrikaans,,,af,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/vi.po,254,700,982,0,0,1,4,255,704,vi.po,,vi,,vietnamese,,,vi,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ja.po,240,669,295,0,0,15,35,255,704,ja.po,,ja,,japanese,,,ja,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ro.po,255,704,793,0,0,0,0,255,704,ro.po,,ro,,romanian,,,ro,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/tg.po,62,77,88,1,4,192,623,255,704,tg.po,,tg,,tajik,,,tg,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/bs.po,254,700,676,0,0,1,4,255,704,bs.po,,bs,,bosnian,,,bs,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/en@shaw.po,52,99,99,81,229,122,376,255,704,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/nn.po,76,161,142,66,199,113,344,255,704,nn.po,,nn,,norwegian nynorsk,,,nn,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/eo.po,177,431,400,11,41,67,232,255,704,eo.po,,eo,,esperanto,,,eo,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/kk.po,95,189,175,0,0,160,515,255,704,kk.po,,kk,,kazakh,,,kk,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ko.po,254,700,648,0,0,1,4,255,704,ko.po,,ko,,korean,,,ko,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/as.po,254,700,719,0,0,1,4,255,704,as.po,,as,,assamese,,,as,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/et.po,79,178,160,61,176,115,350,255,704,et.po,,et,,estonian,,,et,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/fa.po,254,700,779,0,0,1,4,255,704,fa.po,,fa,,persian,,,fa,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,255,704,255,704,is.po,,is,,icelandic,,,is,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,2,3,253,701,255,704,ka.po,,ka,,georgian,,,ka,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/gu.po,76,157,172,64,197,115,350,255,704,gu.po,,gu,,gujarati,,,gu,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/mg.po,0,0,0,5,9,250,695,255,704,mg.po,,mg,,malagasy,,,mg,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/el.po,255,704,738,0,0,0,0,255,704,el.po,,el,,greek,,,el,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/eu.po,254,700,642,0,0,1,4,255,704,eu.po,,eu,,basque,,,eu,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ug.po,242,677,643,0,0,13,27,255,704,ug.po,,ug,,uyghur,,,ug,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/mai.po,25,33,33,22,38,208,633,255,704,mai.po,,mai,,maithili,,,mai,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/ms.po,54,106,100,66,172,135,426,255,704,ms.po,,ms,,malay,,,ms,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/dz.po,1,1,1,21,67,233,636,255,704,dz.po,,dz,,dzongkha,,,dz,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/sv.po,255,704,608,0,0,0,0,255,704,sv.po,,sv,,swedish,,,sv,po -gcr-3.28.1-3.fc30.src.rpm.stats.csv,po/sr.po,255,704,685,0,0,0,0,255,704,sr.po,,sr,,serbian,,,sr,po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/uk.po,1692,11391,12006,0,0,79,562,1771,11953,uk.po,,uk,,ukrainian,,,uk,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/ja.po,1013,6811,4307,0,0,758,5142,1771,11953,ja.po,,ja,,japanese,,,ja,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/sr.po,1398,9119,9435,0,0,373,2834,1771,11953,sr.po,,sr,,serbian,,,sr,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/fr.po,1692,11391,13903,0,0,79,562,1771,11953,fr.po,,fr,,french,,,fr,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/ro.po,592,4098,4407,0,0,1179,7855,1771,11953,ro.po,,ro,,romanian,,,ro,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/id.po,1312,8369,8501,0,0,459,3584,1771,11953,id.po,,id,,indonesian,,,id,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/da.po,1398,9119,8504,0,0,373,2834,1771,11953,da.po,,da,,danish,,,da,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/fi.po,1398,9119,7687,0,0,373,2834,1771,11953,fi.po,,fi,,finnish,,,fi,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/pt.po,1692,11391,12183,0,0,79,562,1771,11953,pt.po,,pt,,portuguese,,,pt,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/tr.po,592,4098,3794,0,0,1179,7855,1771,11953,tr.po,,tr,,turkish,,,tr,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/sv.po,1398,9119,8364,0,0,373,2834,1771,11953,sv.po,,sv,,swedish,,,sv,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/hr.po,79,195,199,0,0,1692,11758,1771,11953,hr.po,,hr,,croatian,,,hr,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/es.po,1771,11953,13950,0,0,0,0,1771,11953,es.po,,es,,spanish,,,es,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/rw.po,1,2,2,508,3879,1262,8072,1771,11953,rw.po,,rw,,kinyarwanda,,,rw,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/zh_cn.po,214,935,437,521,2842,1036,8176,1771,11953,zh_cn.po,,zh,cn,chinese,,china,zh_cn,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/ru.po,1692,11391,11334,0,0,79,562,1771,11953,ru.po,,ru,,russian,,,ru,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,bfd/po/vi.po,1312,8369,12106,0,0,459,3584,1771,11953,vi.po,,vi,,vietnamese,,,vi,bfd/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/uk.po,453,2685,2795,0,0,0,0,453,2685,uk.po,,uk,,ukrainian,,,uk,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/it.po,234,1371,1595,0,0,219,1314,453,2685,it.po,,it,,italian,,,it,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/ga.po,287,1602,1830,0,0,166,1083,453,2685,ga.po,,ga,,irish,,,ga,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/de.po,453,2685,2640,0,0,0,0,453,2685,de.po,,de,,german,,,de,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/sr.po,287,1602,1611,0,0,166,1083,453,2685,sr.po,,sr,,serbian,,,sr,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/fr.po,362,2108,2378,0,0,91,577,453,2685,fr.po,,fr,,french,,,fr,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/ro.po,148,863,909,0,0,305,1822,453,2685,ro.po,,ro,,romanian,,,ro,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/id.po,292,1632,1687,0,0,161,1053,453,2685,id.po,,id,,indonesian,,,id,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/nl.po,234,1371,1419,0,0,219,1314,453,2685,nl.po,,nl,,dutch,,,nl,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/da.po,179,968,946,0,0,274,1717,453,2685,da.po,,da,,danish,,,da,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/fi.po,287,1602,1393,0,0,166,1083,453,2685,fi.po,,fi,,finnish,,,fi,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/tr.po,148,863,783,0,0,305,1822,453,2685,tr.po,,tr,,turkish,,,tr,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/sv.po,453,2685,2485,0,0,0,0,453,2685,sv.po,,sv,,swedish,,,sv,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/es.po,370,2145,2527,0,0,83,540,453,2685,es.po,,es,,spanish,,,es,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/zh_cn.po,219,1192,525,108,650,126,843,453,2685,zh_cn.po,,zh,cn,chinese,,china,zh_cn,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/pt_br.po,453,2685,3051,0,0,0,0,453,2685,pt_br.po,,pt,br,portuguese,,brazil,pt_br,opcodes/po -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv,opcodes/po/vi.po,292,1632,2494,0,0,161,1053,453,2685,vi.po,,vi,,vietnamese,,,vi,opcodes/po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/da.po,205,739,686,4,19,14,55,223,813,da.po,,da,,danish,,,da,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/ja.po,78,246,143,53,224,92,343,223,813,ja.po,,ja,,japanese,,,ja,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/fr.po,205,739,982,4,19,14,55,223,813,fr.po,,fr,,french,,,fr,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/pt_br.po,220,800,1003,1,7,2,6,223,813,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/fi.po,165,582,512,30,134,28,97,223,813,fi.po,,fi,,finnish,,,fi,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/uk.po,220,800,903,1,7,2,6,223,813,uk.po,,uk,,ukrainian,,,uk,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/sv.po,205,739,747,4,19,14,55,223,813,sv.po,,sv,,swedish,,,sv,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/de.po,165,582,585,30,134,28,97,223,813,de.po,,de,,german,,,de,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/vi.po,220,800,1292,1,7,2,6,223,813,vi.po,,vi,,vietnamese,,,vi,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/eo.po,205,739,749,4,19,14,55,223,813,eo.po,,eo,,esperanto,,,eo,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/pl.po,220,800,861,1,7,2,6,223,813,pl.po,,pl,,polish,,,pl,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/sr.po,205,739,810,4,19,14,55,223,813,sr.po,,sr,,serbian,,,sr,po -gdbm-1.18-4.fc30.src.rpm.stats.csv,po/es.po,205,739,813,4,19,14,55,223,813,es.po,,es,,spanish,,,es,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,212,1415,488,0,0,16,63,228,1478,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,203,1360,484,0,0,25,118,228,1478,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,208,1393,482,0,0,20,85,228,1478,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/yi.po,118,792,751,73,466,37,220,228,1478,yi.po,,yi,,yiddish,,,yi,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/xh.po,151,987,880,45,294,32,197,228,1478,xh.po,,xh,,xhosa,,,xh,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/wa.po,134,910,1377,32,181,62,387,228,1478,wa.po,,wa,,walloon,,,wa,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/vi.po,202,1351,1831,0,0,26,127,228,1478,vi.po,,vi,,vietnamese,,,vi,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,28,158,137,6,30,194,1290,228,1478,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/uz.po,28,158,137,6,30,194,1290,228,1478,uz.po,,uz,,uzbek,,,uz,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/uk.po,203,1360,1432,0,0,25,118,228,1478,uk.po,,uk,,ukrainian,,,uk,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ug.po,202,1354,1107,0,0,26,124,228,1478,ug.po,,ug,,uyghur,,,ug,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/tt.po,67,388,269,25,118,136,972,228,1478,tt.po,,tt,,tatar,,,tt,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/tr.po,212,1415,1157,0,0,16,63,228,1478,tr.po,,tr,,turkish,,,tr,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/tk.po,18,92,81,26,119,184,1267,228,1478,tk.po,,tk,,turkmen,,,tk,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/th.po,203,1360,553,0,0,25,118,228,1478,th.po,,th,,thai,,,th,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/tg.po,2,9,12,0,0,226,1469,228,1478,tg.po,,tg,,tajik,,,tg,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/te.po,202,1354,1098,0,0,26,124,228,1478,te.po,,te,,telugu,,,te,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ta.po,197,1288,1079,5,60,26,130,228,1478,ta.po,,ta,,tamil,,,ta,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/sv.po,212,1415,1355,0,0,16,63,228,1478,sv.po,,sv,,swedish,,,sv,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,211,1409,1518,0,0,17,69,228,1478,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/sr@ije.po,137,915,884,59,376,32,187,228,1478,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/sr.po,212,1415,1527,0,0,16,63,228,1478,sr.po,,sr,,serbian,,,sr,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/sq.po,185,1208,1474,12,89,31,181,228,1478,sq.po,,sq,,albanian,,,sq,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/sl.po,212,1415,1486,0,0,16,63,228,1478,sl.po,,sl,,slovenian,,,sl,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/sk.po,212,1415,1417,0,0,16,63,228,1478,sk.po,,sk,,slovak,,,sk,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/si.po,151,995,995,35,204,42,279,228,1478,si.po,,si,,sinhala,,,si,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ru.po,208,1393,1505,0,0,20,85,228,1478,ru.po,,ru,,russian,,,ru,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ro.po,212,1415,1671,0,0,16,63,228,1478,ro.po,,ro,,romanian,,,ro,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,212,1415,1765,0,0,16,63,228,1478,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/pt.po,207,1382,1537,0,0,21,96,228,1478,pt.po,,pt,,portuguese,,,pt,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ps.po,25,120,137,4,19,199,1339,228,1478,ps.po,,ps,,pashto,,,ps,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/pl.po,212,1415,1491,0,0,16,63,228,1478,pl.po,,pl,,polish,,,pl,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/pa.po,203,1360,1608,0,0,25,118,228,1478,pa.po,,pa,,punjabi,,,pa,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/or.po,201,1345,1293,0,0,27,133,228,1478,or.po,,or,,odia,,,or,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/oc.po,211,1409,1808,0,0,17,69,228,1478,oc.po,,oc,,occitan,,,oc,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/nso.po,137,915,1487,59,376,32,187,228,1478,nso.po,,nso,,northern sotho,,,nso,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/nn.po,185,1208,1176,12,89,31,181,228,1478,nn.po,,nn,,norwegian nynorsk,,,nn,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/nl.po,212,1415,1357,0,0,16,63,228,1478,nl.po,,nl,,dutch,,,nl,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ne.po,158,1061,1021,39,236,31,181,228,1478,ne.po,,ne,,nepali,,,ne,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/nds.po,49,257,283,1,3,178,1218,228,1478,nds.po,,nds,,low german,,,nds,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/nb.po,211,1409,1351,0,0,17,69,228,1478,nb.po,,nb,,norwegian bokmål,,,nb,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/my.po,184,1192,942,12,89,32,197,228,1478,my.po,,my,,burmese,,,my,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ms.po,132,870,827,56,355,40,253,228,1478,ms.po,,ms,,malay,,,ms,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/mr.po,197,1288,1322,5,60,26,130,228,1478,mr.po,,mr,,marathi,,,mr,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/mn.po,137,915,859,59,376,32,187,228,1478,mn.po,,mn,,mongolian,,,mn,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ml.po,202,1354,1111,0,0,26,124,228,1478,ml.po,,ml,,malayalam,,,ml,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/mk.po,163,1102,1311,34,195,31,181,228,1478,mk.po,,mk,,macedonian,,,mk,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/mi.po,118,741,839,58,359,52,378,228,1478,mi.po,,mi,,maori,,,mi,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/mai.po,184,1192,1283,12,89,32,197,228,1478,mai.po,,mai,,maithili,,,mai,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/lv.po,212,1415,1262,0,0,16,63,228,1478,lv.po,,lv,,latvian,,,lv,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/lt.po,212,1415,1239,0,0,16,63,228,1478,lt.po,,lt,,lithuanian,,,lt,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/li.po,118,792,749,73,466,37,220,228,1478,li.po,,li,,limburgish,,,li,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ku.po,177,1171,1263,20,126,31,181,228,1478,ku.po,,ku,,kurdish,,,ku,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ko.po,212,1415,1217,0,0,16,63,228,1478,ko.po,,ko,,korean,,,ko,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/kn.po,186,1213,1047,11,84,31,181,228,1478,kn.po,,kn,,kannada,,,kn,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/km.po,192,1245,598,4,27,32,206,228,1478,km.po,,km,,khmer,,,km,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/kk.po,61,267,257,0,0,167,1211,228,1478,kk.po,,kk,,kazakh,,,kk,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ka.po,185,1208,995,12,89,31,181,228,1478,ka.po,,ka,,georgian,,,ka,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ja.po,202,1354,518,0,0,26,124,228,1478,ja.po,,ja,,japanese,,,ja,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/it.po,212,1415,1608,0,0,16,63,228,1478,it.po,,it,,italian,,,it,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/is.po,212,1415,1376,0,0,16,63,228,1478,is.po,,is,,icelandic,,,is,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/io.po,57,299,276,25,117,146,1062,228,1478,io.po,,io,,ido,,,io,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/id.po,212,1415,1401,0,0,16,63,228,1478,id.po,,id,,indonesian,,,id,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ia.po,6,49,42,29,173,193,1256,228,1478,ia.po,,ia,,interlingua,,,ia,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/hy.po,194,1250,1187,8,98,26,130,228,1478,hy.po,,hy,,armenian,,,hy,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/hu.po,212,1415,1300,0,0,16,63,228,1478,hu.po,,hu,,hungarian,,,hu,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/hr.po,212,1415,1351,0,0,16,63,228,1478,hr.po,,hr,,croatian,,,hr,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/hi.po,202,1354,1605,0,0,26,124,228,1478,hi.po,,hi,,hindi,,,hi,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/he.po,211,1409,1349,0,0,17,69,228,1478,he.po,,he,,hebrew,,,he,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/gu.po,184,1192,1226,12,89,32,197,228,1478,gu.po,,gu,,gujarati,,,gu,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/gl.po,212,1415,1920,0,0,16,63,228,1478,gl.po,,gl,,galician,,,gl,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ga.po,172,1060,1278,5,50,51,368,228,1478,ga.po,,ga,,irish,,,ga,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/fur.po,212,1415,1851,0,0,16,63,228,1478,fur.po,,fur,,friulian,,,fur,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/fr.po,212,1415,1797,0,0,16,63,228,1478,fr.po,,fr,,french,,,fr,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/fi.po,148,872,665,42,420,38,186,228,1478,fi.po,,fi,,finnish,,,fi,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/fa.po,150,991,1035,45,294,33,193,228,1478,fa.po,,fa,,persian,,,fa,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/eu.po,212,1415,1358,0,0,16,63,228,1478,eu.po,,eu,,basque,,,eu,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/et.po,203,1360,1095,0,0,25,118,228,1478,et.po,,et,,estonian,,,et,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/es.po,212,1415,1924,0,0,16,63,228,1478,es.po,,es,,spanish,,,es,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/eo.po,163,1201,1057,4,41,61,236,228,1478,eo.po,,eo,,esperanto,,,eo,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,211,1409,1409,0,0,17,69,228,1478,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,175,1166,1168,22,131,31,181,228,1478,en_ca.po,,en,ca,english,,canada,en_ca,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,174,1158,1158,28,190,26,130,228,1478,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/el.po,212,1415,1660,0,0,16,63,228,1478,el.po,,el,,greek,,,el,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/dz.po,162,1095,573,35,202,31,181,228,1478,dz.po,,dz,,dzongkha,,,dz,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/de.po,212,1415,1398,0,0,16,63,228,1478,de.po,,de,,german,,,de,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/da.po,212,1415,1314,0,0,16,63,228,1478,da.po,,da,,danish,,,da,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/cy.po,175,1162,1357,22,135,31,181,228,1478,cy.po,,cy,,welsh,,,cy,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/csb.po,66,481,474,4,43,158,954,228,1478,csb.po,,csb,,kashubian,,,csb,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/cs.po,212,1415,1450,0,0,16,63,228,1478,cs.po,,cs,,czech,,,cs,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/crh.po,202,1354,1118,0,0,26,124,228,1478,crh.po,,crh,,crimean turkish,,,crh,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,211,1409,1916,0,0,17,69,228,1478,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ca.po,211,1409,1917,0,0,17,69,228,1478,ca.po,,ca,,catalan,,,ca,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/bs.po,228,1478,1532,0,0,0,0,228,1478,bs.po,,bs,,bosnian,,,bs,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/br.po,53,264,326,7,39,168,1175,228,1478,br.po,,br,,breton,,,br,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,197,1288,1310,5,60,26,130,228,1478,bn_in.po,,bn,in,bangla,,india,bn_in,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/bn.po,195,1266,1254,7,82,26,130,228,1478,bn.po,,bn,,bangla,,,bn,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/bg.po,205,1372,1774,0,0,23,106,228,1478,bg.po,,bg,,bulgarian,,,bg,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,185,1208,1205,12,89,31,181,228,1478,be@latin.po,latin,be,,belarusian,,,be@latin,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/be.po,211,1409,1436,0,0,17,69,228,1478,be.po,,be,,belarusian,,,be,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/az.po,137,915,795,59,376,32,187,228,1478,az.po,,az,,azerbaijani,,,az,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ast.po,197,1288,1581,5,60,26,130,228,1478,ast.po,,ast,,asturian,,,ast,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/as.po,203,1360,1264,0,0,25,118,228,1478,as.po,,as,,assamese,,,as,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ar.po,195,1266,1236,7,82,26,130,228,1478,ar.po,,ar,,arabic,,,ar,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/ang.po,42,223,183,32,163,154,1092,228,1478,ang.po,,ang,,old english,,,ang,po -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv,po/af.po,183,1180,1152,8,72,37,226,228,1478,af.po,,af,,afrikaans,,,af,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/id/id.po,355,9360,8302,0,0,879,21049,1234,30409,id.po,,id,,indonesian,,,id,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/pt_br/pt_br.po,35,114,137,3,30,1196,30265,1234,30409,pt_br.po,,pt,br,portuguese,,brazil,pt_br,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/de/de.po,355,9360,8559,0,0,879,21049,1234,30409,de.po,,de,,german,,,de,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/sl/sl.po,39,51,51,0,0,1195,30358,1234,30409,sl.po,,sl,,slovenian,,,sl,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/gl/gl.po,287,6022,6295,0,0,947,24387,1234,30409,gl.po,,gl,,galician,,,gl,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/ca/ca.po,354,9346,9902,1,14,879,21049,1234,30409,ca.po,,ca,,catalan,,,ca,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/el/el.po,355,9360,9757,0,0,879,21049,1234,30409,el.po,,el,,greek,,,el,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/oc/oc.po,5,5,5,0,0,1229,30404,1234,30409,oc.po,,oc,,occitan,,,oc,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/es/es.po,355,9360,10345,0,0,879,21049,1234,30409,es.po,,es,,spanish,,,es,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/sv/sv.po,355,9360,8129,0,0,879,21049,1234,30409,sv.po,,sv,,swedish,,,sv,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/uk/uk.po,863,14012,11584,127,4651,244,11746,1234,30409,uk.po,,uk,,ukrainian,,,uk,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/tr/tr.po,41,156,151,0,0,1193,30253,1234,30409,tr.po,,tr,,turkish,,,tr,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/cs/cs.po,355,9360,8300,0,0,879,21049,1234,30409,cs.po,,cs,,czech,,,cs,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/zh_cn/zh_cn.po,355,9360,1812,0,0,879,21049,1234,30409,zh_cn.po,,zh,cn,chinese,,china,zh_cn,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/it/it.po,68,1304,1351,0,0,1166,29105,1234,30409,it.po,,it,,italian,,,it,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/ko/ko.po,411,502,503,11,24,812,29883,1234,30409,ko.po,,ko,,korean,,,ko,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/en_gb/en_gb.po,333,7968,7974,0,0,901,22441,1234,30409,en_gb.po,,en,gb,english,,united kingdom,en_gb,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/fr/fr.po,355,9360,10190,0,0,879,21049,1234,30409,fr.po,,fr,,french,,,fr,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/ru/ru.po,293,6757,5318,17,946,924,22706,1234,30409,ru.po,,ru,,russian,,,ru,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/te/te.po,22,52,52,0,0,1212,30357,1234,30409,te.po,,te,,telugu,,,te,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/ro/ro.po,355,9360,9532,0,0,879,21049,1234,30409,ro.po,,ro,,romanian,,,ro,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,docs/hu/hu.po,30,645,504,0,0,1204,29764,1234,30409,hu.po,,hu,,hungarian,,,hu,docs/ -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/en_gb.po,84,622,622,0,0,4,28,88,650,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/da.po,88,629,558,0,0,0,21,88,650,da.po,,da,,danish,,,da,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/zu.po,7,21,22,35,224,46,405,88,650,zu.po,,zu,,zulu,,,zu,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/he.po,84,622,607,0,0,4,28,88,650,he.po,,he,,hebrew,,,he,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ko.po,88,629,478,0,0,0,21,88,650,ko.po,,ko,,korean,,,ko,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/mai.po,42,205,220,19,145,27,300,88,650,mai.po,,mai,,maithili,,,mai,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/kn.po,78,566,445,3,15,7,69,88,650,kn.po,,kn,,kannada,,,kn,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/fa.po,85,626,734,0,0,3,24,88,650,fa.po,,fa,,persian,,,fa,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/be@latin.po,38,171,170,21,129,29,350,88,650,be@latin.po,latin,be,,belarusian,,,be@latin,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ga.po,40,173,218,5,26,43,451,88,650,ga.po,,ga,,irish,,,ga,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/kab.po,87,650,752,0,0,1,0,88,650,kab.po,,kab,,kabyle,,,kab,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/uk.po,84,622,524,0,0,4,28,88,650,uk.po,,uk,,ukrainian,,,uk,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/tg.po,87,650,659,0,0,1,0,88,650,tg.po,,tg,,tajik,,,tg,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/bn.po,49,258,280,12,57,27,335,88,650,bn.po,,bn,,bangla,,,bn,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/it.po,88,629,702,0,0,0,21,88,650,it.po,,it,,italian,,,it,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/km.po,80,578,216,3,15,5,57,88,650,km.po,,km,,khmer,,,km,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/bg.po,85,626,694,0,0,3,24,88,650,bg.po,,bg,,bulgarian,,,bg,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/fr.po,88,629,744,0,0,0,21,88,650,fr.po,,fr,,french,,,fr,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/bs.po,87,650,629,0,0,1,0,88,650,bs.po,,bs,,bosnian,,,bs,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ku.po,31,121,122,16,97,41,432,88,650,ku.po,,ku,,kurdish,,,ku,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/eo.po,88,629,580,0,0,0,21,88,650,eo.po,,eo,,esperanto,,,eo,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/el.po,88,629,684,0,0,0,21,88,650,el.po,,el,,greek,,,el,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/gd.po,88,629,851,0,0,0,21,88,650,gd.po,,gd,,scottish gaelic,,,gd,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/sv.po,88,629,567,0,0,0,21,88,650,sv.po,,sv,,swedish,,,sv,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/fy.po,22,93,80,11,52,55,505,88,650,fy.po,,fy,,western frisian,,,fy,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/xh.po,7,21,26,35,224,46,405,88,650,xh.po,,xh,,xhosa,,,xh,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/nso.po,7,21,37,35,224,46,405,88,650,nso.po,,nso,,northern sotho,,,nso,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/mg.po,34,159,174,19,142,35,349,88,650,mg.po,,mg,,malagasy,,,mg,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ms.po,81,619,574,4,19,3,12,88,650,ms.po,,ms,,malay,,,ms,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/csb.po,25,112,117,10,46,53,492,88,650,csb.po,,csb,,kashubian,,,csb,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,45,228,184,4,19,39,403,88,650,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/gl.po,88,629,817,0,0,0,21,88,650,gl.po,,gl,,galician,,,gl,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/hi.po,80,578,697,3,15,5,57,88,650,hi.po,,hi,,hindi,,,hi,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/si.po,20,116,110,21,143,47,391,88,650,si.po,,si,,sinhala,,,si,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ta.po,81,619,488,3,15,4,16,88,650,ta.po,,ta,,tamil,,,ta,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/hu.po,88,629,555,0,0,0,21,88,650,hu.po,,hu,,hungarian,,,hu,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/eu.po,88,629,557,0,0,0,21,88,650,eu.po,,eu,,basque,,,eu,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/mr.po,81,619,533,3,15,4,16,88,650,mr.po,,mr,,marathi,,,mr,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/lt.po,88,629,512,0,0,0,21,88,650,lt.po,,lt,,lithuanian,,,lt,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/af.po,88,629,627,0,0,0,21,88,650,af.po,,af,,afrikaans,,,af,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/sr.po,88,629,656,0,0,0,21,88,650,sr.po,,sr,,serbian,,,sr,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/es.po,88,629,811,0,0,0,21,88,650,es.po,,es,,spanish,,,es,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ky.po,67,524,422,7,41,14,85,88,650,ky.po,,ky,,kyrgyz,,,ky,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/uz.po,8,17,15,4,21,76,612,88,650,uz.po,,uz,,uzbek,,,uz,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/sk.po,88,629,609,0,0,0,21,88,650,sk.po,,sk,,slovak,,,sk,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/be.po,88,629,577,0,0,0,21,88,650,be.po,,be,,belarusian,,,be,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/id.po,88,629,592,0,0,0,21,88,650,id.po,,id,,indonesian,,,id,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/sq.po,37,175,207,23,176,28,299,88,650,sq.po,,sq,,albanian,,,sq,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/is.po,88,629,636,0,0,0,21,88,650,is.po,,is,,icelandic,,,is,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/en@shaw.po,28,119,119,33,196,27,335,88,650,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ro.po,88,629,667,0,0,0,21,88,650,ro.po,,ro,,romanian,,,ro,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/rw.po,1,1,2,39,239,48,410,88,650,rw.po,,rw,,kinyarwanda,,,rw,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ne.po,85,626,520,0,0,3,24,88,650,ne.po,,ne,,nepali,,,ne,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/crh.po,73,514,437,5,64,10,72,88,650,crh.po,,crh,,crimean turkish,,,crh,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/de.po,88,629,617,0,0,0,21,88,650,de.po,,de,,german,,,de,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/tr.po,88,629,549,0,0,0,21,88,650,tr.po,,tr,,turkish,,,tr,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/sl.po,88,629,612,0,0,0,21,88,650,sl.po,,sl,,slovenian,,,sl,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/nl.po,88,629,571,0,0,0,21,88,650,nl.po,,nl,,dutch,,,nl,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/az.po,7,21,27,35,224,46,405,88,650,az.po,,az,,azerbaijani,,,az,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/zh_hk.po,87,650,161,0,0,1,0,88,650,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/hr.po,88,629,577,0,0,0,21,88,650,hr.po,,hr,,croatian,,,hr,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/th.po,87,650,197,0,0,1,0,88,650,th.po,,th,,thai,,,th,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/br.po,44,218,269,17,97,27,335,88,650,br.po,,br,,breton,,,br,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/et.po,88,629,505,0,0,0,21,88,650,et.po,,et,,estonian,,,et,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/mn.po,7,21,21,35,224,46,405,88,650,mn.po,,mn,,mongolian,,,mn,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/wa.po,3,8,17,16,74,69,568,88,650,wa.po,,wa,,walloon,,,wa,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ug.po,75,558,454,4,23,9,69,88,650,ug.po,,ug,,uyghur,,,ug,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/vi.po,88,629,879,0,0,0,21,88,650,vi.po,,vi,,vietnamese,,,vi,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/sr@latin.po,88,629,656,0,0,0,21,88,650,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/an.po,87,650,790,0,0,1,0,88,650,an.po,,an,,aragonese,,,an,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/kk.po,88,629,539,0,0,0,21,88,650,kk.po,,kk,,kazakh,,,kk,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/pt_br.po,88,629,788,0,0,0,21,88,650,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/zh_cn.po,88,629,157,0,0,0,21,88,650,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/oc.po,88,629,734,0,0,0,21,88,650,oc.po,,oc,,occitan,,,oc,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/gv.po,41,206,246,16,91,31,353,88,650,gv.po,,gv,,manx,,,gv,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/cy.po,8,30,33,33,217,47,403,88,650,cy.po,,cy,,welsh,,,cy,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/pt.po,84,622,711,0,0,4,28,88,650,pt.po,,pt,,portuguese,,,pt,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/nb.po,85,626,577,0,0,3,24,88,650,nb.po,,nb,,norwegian bokmål,,,nb,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/bn_in.po,80,578,602,3,15,5,57,88,650,bn_in.po,,bn,in,bangla,,india,bn_in,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ml.po,88,629,480,0,0,0,21,88,650,ml.po,,ml,,malayalam,,,ml,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/mi.po,0,0,0,1,2,87,648,88,650,mi.po,,mi,,maori,,,mi,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/nds.po,24,87,87,6,26,58,537,88,650,nds.po,,nds,,low german,,,nds,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ja.po,87,626,171,0,0,1,24,88,650,ja.po,,ja,,japanese,,,ja,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ar.po,87,620,531,1,9,0,21,88,650,ar.po,,ar,,arabic,,,ar,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/gu.po,84,622,636,0,0,4,28,88,650,gu.po,,gu,,gujarati,,,gu,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/fur.po,88,629,764,0,0,0,21,88,650,fur.po,,fur,,friulian,,,fur,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/lv.po,88,629,527,0,0,0,21,88,650,lv.po,,lv,,latvian,,,lv,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/hy.po,1,1,1,9,40,78,609,88,650,hy.po,,hy,,armenian,,,hy,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ka.po,4,6,7,38,212,46,432,88,650,ka.po,,ka,,georgian,,,ka,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ca@valencia.po,85,626,799,0,0,3,24,88,650,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/cs.po,88,629,557,0,0,0,21,88,650,cs.po,,cs,,czech,,,cs,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/en_ca.po,8,30,31,33,217,47,403,88,650,en_ca.po,,en,ca,english,,canada,en_ca,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ast.po,57,352,403,13,89,18,209,88,650,ast.po,,ast,,asturian,,,ast,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/mk.po,60,422,490,14,95,14,133,88,650,mk.po,,mk,,macedonian,,,mk,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/fi.po,88,629,441,0,0,0,21,88,650,fi.po,,fi,,finnish,,,fi,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/pl.po,88,629,585,0,0,0,21,88,650,pl.po,,pl,,polish,,,pl,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ca.po,88,629,802,0,0,0,21,88,650,ca.po,,ca,,catalan,,,ca,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/pa.po,88,629,722,0,0,0,21,88,650,pa.po,,pa,,punjabi,,,pa,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/dz.po,12,50,22,37,236,39,364,88,650,dz.po,,dz,,dzongkha,,,dz,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/te.po,81,619,487,3,15,4,16,88,650,te.po,,te,,telugu,,,te,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/as.po,81,619,593,3,15,4,16,88,650,as.po,,as,,assamese,,,as,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/or.po,81,619,585,3,15,4,16,88,650,or.po,,or,,odia,,,or,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/nn.po,50,299,265,17,85,21,266,88,650,nn.po,,nn,,norwegian nynorsk,,,nn,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ru.po,88,629,574,0,0,0,21,88,650,ru.po,,ru,,russian,,,ru,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/zh_tw.po,88,629,160,0,0,0,21,88,650,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/ps.po,27,109,124,12,76,49,465,88,650,ps.po,,ps,,pashto,,,ps,po -gdm-3.32.0-3.fc30.src.rpm.stats.csv,po/am.po,2,2,3,5,9,81,639,88,650,am.po,,am,,amharic,,,am,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,433,5312,1030,0,0,259,2444,692,7756,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_hk/zh_hk.po,436,5390,1035,0,0,256,2366,692,7756,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,581,6612,1204,0,0,111,1144,692,7756,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/uk/uk.po,552,6577,5320,0,0,140,1179,692,7756,uk.po,,uk,,ukrainian,,,uk,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/th/th.po,219,2555,778,0,0,473,5201,692,7756,th.po,,th,,thai,,,th,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/te/te.po,15,29,30,0,0,677,7727,692,7756,te.po,,te,,telugu,,,te,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,580,6562,6086,0,0,112,1194,692,7756,sv.po,,sv,,swedish,,,sv,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/sl/sl.po,600,7570,6316,0,0,92,186,692,7756,sl.po,,sl,,slovenian,,,sl,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/ru/ru.po,580,6559,5328,0,0,112,1197,692,7756,ru.po,,ru,,russian,,,ru,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/ro/ro.po,580,6559,6440,0,0,112,1197,692,7756,ro.po,,ro,,romanian,,,ro,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,580,6559,6907,0,0,112,1197,692,7756,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,580,6562,5098,0,0,112,1194,692,7756,pl.po,,pl,,polish,,,pl,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/oc/oc.po,96,141,165,0,0,596,7615,692,7756,oc.po,,oc,,occitan,,,oc,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/lv/lv.po,581,6603,5046,0,0,111,1153,692,7756,lv.po,,lv,,latvian,,,lv,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/ko/ko.po,692,7740,5726,0,0,0,16,692,7756,ko.po,,ko,,korean,,,ko,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/ja/ja.po,71,316,168,164,1181,457,6259,692,7756,ja.po,,ja,,japanese,,,ja,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/it/it.po,675,7613,7707,0,0,17,143,692,7756,it.po,,it,,italian,,,it,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/id/id.po,581,6603,5951,0,0,111,1153,692,7756,id.po,,id,,indonesian,,,id,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,580,6562,5469,0,0,112,1194,692,7756,hu.po,,hu,,hungarian,,,hu,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,580,6559,6456,0,0,112,1197,692,7756,gl.po,,gl,,galician,,,gl,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,580,6559,7117,0,0,112,1197,692,7756,fr.po,,fr,,french,,,fr,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/fi/fi.po,211,2280,1403,133,1567,348,3909,692,7756,fi.po,,fi,,finnish,,,fi,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/eu/eu.po,675,7577,5738,0,0,17,179,692,7756,eu.po,,eu,,basque,,,eu,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,580,6559,6779,0,0,112,1197,692,7756,es.po,,es,,spanish,,,es,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,581,6612,6702,0,0,111,1144,692,7756,el.po,,el,,greek,,,el,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,580,6559,6298,0,0,112,1197,692,7756,de.po,,de,,german,,,de,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,670,7555,7171,0,0,22,201,692,7756,da.po,,da,,danish,,,da,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,580,6559,5867,0,0,112,1197,692,7756,cs.po,,cs,,czech,,,cs,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,671,7557,8440,3,13,18,186,692,7756,ca.po,,ca,,catalan,,,ca,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/bg/bg.po,595,7465,6650,0,0,97,291,692,7756,bg.po,,bg,,bulgarian,,,bg,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,help/ar/ar.po,513,4492,3525,3,62,176,3202,692,7756,ar.po,,ar,,arabic,,,ar,help/ -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,727,4279,979,0,0,383,784,1110,5063,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,682,4080,930,0,0,428,983,1110,5063,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,721,4267,1051,0,0,389,796,1110,5063,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,999,4120,3612,17,73,94,870,1110,5063,xh.po,,xh,,xhosa,,,xh,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,501,2030,2528,128,511,481,2522,1110,5063,wa.po,,wa,,walloon,,,wa,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,726,4278,5307,0,0,384,785,1110,5063,vi.po,,vi,,vietnamese,,,vi,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,722,4266,3754,0,0,388,797,1110,5063,uk.po,,uk,,ukrainian,,,uk,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,754,4362,3285,0,0,356,701,1110,5063,ug.po,,ug,,uyghur,,,ug,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,727,4279,3412,0,0,383,784,1110,5063,tr.po,,tr,,turkish,,,tr,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/tk.po,526,2502,2118,179,906,405,1655,1110,5063,tk.po,,tk,,turkmen,,,tk,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,722,4266,1225,0,0,388,797,1110,5063,th.po,,th,,thai,,,th,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,150,214,257,1,1,959,4848,1110,5063,tg.po,,tg,,tajik,,,tg,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,683,4083,3336,0,0,427,980,1110,5063,te.po,,te,,telugu,,,te,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,684,4084,3444,0,0,426,979,1110,5063,ta.po,,ta,,tamil,,,ta,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,727,4279,4044,0,0,383,784,1110,5063,sv.po,,sv,,swedish,,,sv,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,721,4267,4427,0,0,389,796,1110,5063,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,726,4278,4434,0,0,384,785,1110,5063,sr.po,,sr,,serbian,,,sr,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,1093,4942,5720,0,0,17,121,1110,5063,sq.po,,sq,,albanian,,,sq,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,727,4279,4169,0,0,383,784,1110,5063,sl.po,,sl,,slovenian,,,sl,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,721,4267,4036,0,0,389,796,1110,5063,sk.po,,sk,,slovak,,,sk,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,659,1941,2161,0,0,451,3122,1110,5063,si.po,,si,,sinhala,,,si,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,202,244,252,648,3615,260,1204,1110,5063,rw.po,,rw,,kinyarwanda,,,rw,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,726,4278,3713,0,0,384,785,1110,5063,ru.po,,ru,,russian,,,ru,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,727,4279,4696,0,0,383,784,1110,5063,ro.po,,ro,,romanian,,,ro,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,726,4278,4795,0,0,384,785,1110,5063,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,722,4266,4599,0,0,388,797,1110,5063,pt.po,,pt,,portuguese,,,pt,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,622,1929,2072,0,0,488,3134,1110,5063,ps.po,,ps,,pashto,,,ps,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,727,4279,4056,0,0,383,784,1110,5063,pl.po,,pl,,polish,,,pl,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,720,4220,4558,0,0,390,843,1110,5063,pa.po,,pa,,punjabi,,,pa,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,684,4084,4096,0,0,426,979,1110,5063,or.po,,or,,odia,,,or,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,721,4267,4839,0,0,389,796,1110,5063,oc.po,,oc,,occitan,,,oc,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,655,3549,3368,1,1,454,1513,1110,5063,nn.po,,nn,,norwegian nynorsk,,,nn,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,726,4278,4222,0,0,384,785,1110,5063,nl.po,,nl,,dutch,,,nl,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,477,2356,2329,219,1497,414,1210,1110,5063,ne.po,,ne,,nepali,,,ne,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,239,438,408,0,0,871,4625,1110,5063,nds.po,,nds,,low german,,,nds,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,721,4271,4034,0,0,389,792,1110,5063,nb.po,,nb,,norwegian bokmål,,,nb,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/my.po,475,1513,1137,0,0,635,3550,1110,5063,my.po,,my,,burmese,,,my,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,541,2390,2105,176,884,393,1789,1110,5063,ms.po,,ms,,malay,,,ms,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,683,4083,3807,0,0,427,980,1110,5063,mr.po,,mr,,marathi,,,mr,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,507,2180,1901,211,1293,392,1590,1110,5063,mn.po,,mn,,mongolian,,,mn,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,721,4271,3425,0,0,389,792,1110,5063,ml.po,,ml,,malayalam,,,ml,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,739,4316,4378,0,0,371,747,1110,5063,mk.po,,mk,,macedonian,,,mk,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/mi.po,54,68,74,131,232,925,4763,1110,5063,mi.po,,mi,,maori,,,mi,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,1032,4328,4766,14,45,64,690,1110,5063,mg.po,,mg,,malagasy,,,mg,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,1104,4965,5469,0,0,6,98,1110,5063,mai.po,,mai,,maithili,,,mai,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,726,4278,3700,0,0,384,785,1110,5063,lv.po,,lv,,latvian,,,lv,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,726,4278,3570,0,0,384,785,1110,5063,lt.po,,lt,,lithuanian,,,lt,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ln.po,724,4280,4594,0,0,386,783,1110,5063,ln.po,,ln,,lingala,,,ln,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/la.po,8,9,16,0,0,1102,5054,1110,5063,la.po,,la,,latin,,,la,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,297,676,760,19,39,794,4348,1110,5063,ku.po,,ku,,kurdish,,,ku,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,726,4278,3070,0,0,384,785,1110,5063,ko.po,,ko,,korean,,,ko,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,684,4084,3430,0,0,426,979,1110,5063,kn.po,,kn,,kannada,,,kn,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,751,4360,1654,0,0,359,703,1110,5063,km.po,,km,,khmer,,,km,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,669,3162,2540,0,0,441,1901,1110,5063,kk.po,,kk,,kazakh,,,kk,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,311,491,475,371,1693,428,2879,1110,5063,ka.po,,ka,,georgian,,,ka,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,726,4278,1001,0,0,384,785,1110,5063,ja.po,,ja,,japanese,,,ja,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,726,4278,4460,0,0,384,785,1110,5063,it.po,,it,,italian,,,it,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,713,3933,3647,0,0,397,1130,1110,5063,is.po,,is,,icelandic,,,is,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,727,4279,3938,0,0,383,784,1110,5063,id.po,,id,,indonesian,,,id,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/hy.po,156,415,357,0,0,954,4648,1110,5063,hy.po,,hy,,armenian,,,hy,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,727,4279,3670,0,0,383,784,1110,5063,hu.po,,hu,,hungarian,,,hu,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,721,4271,4078,0,0,389,792,1110,5063,hr.po,,hr,,croatian,,,hr,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,683,4083,4844,0,0,427,980,1110,5063,hi.po,,hi,,hindi,,,hi,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,722,4266,3803,0,0,388,797,1110,5063,he.po,,he,,hebrew,,,he,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,712,4184,4421,0,0,398,879,1110,5063,gu.po,,gu,,gujarati,,,gu,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,727,4279,4824,0,0,383,784,1110,5063,gl.po,,gl,,galician,,,gl,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,721,4267,6000,0,0,389,796,1110,5063,gd.po,,gd,,scottish gaelic,,,gd,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,397,996,1124,35,158,678,3909,1110,5063,ga.po,,ga,,irish,,,ga,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,726,4278,4913,0,0,384,785,1110,5063,fur.po,,fur,,friulian,,,fur,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,727,4279,4917,0,0,383,784,1110,5063,fr.po,,fr,,french,,,fr,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,726,4278,3165,0,0,384,785,1110,5063,fi.po,,fi,,finnish,,,fi,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,722,4266,4793,0,0,388,797,1110,5063,fa.po,,fa,,persian,,,fa,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,726,4278,3477,0,0,384,785,1110,5063,eu.po,,eu,,basque,,,eu,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,747,4276,3369,0,0,363,787,1110,5063,et.po,,et,,estonian,,,et,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,727,4279,4808,0,0,383,784,1110,5063,es.po,,es,,spanish,,,es,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,710,4084,3756,0,0,400,979,1110,5063,eo.po,,eo,,esperanto,,,eo,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,721,4267,4294,0,0,389,796,1110,5063,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,1028,4339,4344,0,0,82,724,1110,5063,en_ca.po,,en,ca,english,,canada,en_ca,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,1110,5063,5069,0,0,0,0,1110,5063,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,727,4279,4479,0,0,383,784,1110,5063,el.po,,el,,greek,,,el,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,1099,4983,2458,0,0,11,80,1110,5063,dz.po,,dz,,dzongkha,,,dz,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,727,4279,4260,0,0,383,784,1110,5063,de.po,,de,,german,,,de,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,726,4278,3909,0,0,384,785,1110,5063,da.po,,da,,danish,,,da,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,953,3827,4389,100,747,57,489,1110,5063,cy.po,,cy,,welsh,,,cy,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,726,4278,4091,0,0,384,785,1110,5063,cs.po,,cs,,czech,,,cs,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,754,4362,3447,0,0,356,701,1110,5063,crh.po,,crh,,crimean turkish,,,crh,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,722,4266,4981,0,0,388,797,1110,5063,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,727,4279,4998,0,0,383,784,1110,5063,ca.po,,ca,,catalan,,,ca,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,685,4087,4003,0,0,425,976,1110,5063,bs.po,,bs,,bosnian,,,bs,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,787,2495,2806,103,787,220,1781,1110,5063,br.po,,br,,breton,,,br,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,684,4084,4396,0,0,426,979,1110,5063,bn_in.po,,bn,in,bangla,,india,bn_in,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,1107,5003,5417,0,0,3,60,1110,5063,bn.po,,bn,,bangla,,,bn,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,722,4266,4420,0,0,388,797,1110,5063,bg.po,,bg,,bulgarian,,,bg,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,1099,4948,4656,0,0,11,115,1110,5063,be@latin.po,latin,be,,belarusian,,,be@latin,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,721,4271,3896,0,0,389,792,1110,5063,be.po,,be,,belarusian,,,be,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,548,2626,2196,176,884,386,1553,1110,5063,az.po,,az,,azerbaijani,,,az,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,734,4323,4477,0,0,376,740,1110,5063,ast.po,,ast,,asturian,,,ast,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,684,4084,4244,0,0,426,979,1110,5063,as.po,,as,,assamese,,,as,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,721,4265,4174,0,0,389,798,1110,5063,ar.po,,ar,,arabic,,,ar,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,688,4104,4705,0,0,422,959,1110,5063,an.po,,an,,aragonese,,,an,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,257,521,547,203,553,650,3989,1110,5063,am.po,,am,,amharic,,,am,po -gedit-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,683,3317,3347,41,824,386,922,1110,5063,af.po,,af,,afrikaans,,,af,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/sr.po,1504,7291,7040,0,0,370,1848,1874,9139,sr.po,,sr,,serbian,,,sr,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/uk.po,1344,4646,4344,149,505,381,3988,1874,9139,uk.po,,uk,,ukrainian,,,uk,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/el.po,1805,8737,8935,0,0,69,402,1874,9139,el.po,,el,,greek,,,el,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/de.po,1609,6737,5861,75,491,190,1911,1874,9139,de.po,,de,,german,,,de,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/zh_cn.po,747,4149,1646,134,460,993,4530,1874,9139,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/tr.po,614,2379,2085,34,64,1226,6696,1874,9139,tr.po,,tr,,turkish,,,tr,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/da.po,1852,9021,8014,0,0,22,118,1874,9139,da.po,,da,,danish,,,da,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/sl.po,1566,6646,6275,39,299,269,2194,1874,9139,sl.po,,sl,,slovenian,,,sl,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/it.po,1860,9095,9775,0,0,14,44,1874,9139,it.po,,it,,italian,,,it,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/mr.po,1490,6617,5826,11,51,373,2471,1874,9139,mr.po,,mr,,marathi,,,mr,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/pt.po,1504,7265,8037,6,66,364,1808,1874,9139,pt.po,,pt,,portuguese,,,pt,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/ca.po,1719,8130,9848,0,0,155,1009,1874,9139,ca.po,,ca,,catalan,,,ca,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/sv.po,1855,9050,7846,0,0,19,89,1874,9139,sv.po,,sv,,swedish,,,sv,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/oc.po,1292,5922,6708,0,0,582,3217,1874,9139,oc.po,,oc,,occitan,,,oc,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/eo.po,127,178,173,106,209,1641,8752,1874,9139,eo.po,,eo,,esperanto,,,eo,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/sk.po,68,151,159,0,0,1806,8988,1874,9139,sk.po,,sk,,slovak,,,sk,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/nb.po,122,187,177,626,1556,1126,7396,1874,9139,nb.po,,nb,,norwegian bokmål,,,nb,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/es.po,1860,9095,10856,0,0,14,44,1874,9139,es.po,,es,,spanish,,,es,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/pt_br.po,1764,8483,9471,0,0,110,656,1874,9139,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/ko.po,148,345,285,105,247,1621,8547,1874,9139,ko.po,,ko,,korean,,,ko,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/eu.po,1719,8130,6866,0,0,155,1009,1874,9139,eu.po,,eu,,basque,,,eu,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/pl.po,1874,9139,8537,0,0,0,0,1874,9139,pl.po,,pl,,polish,,,pl,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/en_gb.po,596,3578,3578,196,913,1082,4648,1874,9139,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/fr.po,1186,5686,6517,2,55,686,3398,1874,9139,fr.po,,fr,,french,,,fr,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/is.po,345,626,600,0,0,1529,8513,1874,9139,is.po,,is,,icelandic,,,is,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/lv.po,1418,5684,5158,111,758,345,2697,1874,9139,lv.po,,lv,,latvian,,,lv,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/id.po,76,115,110,313,714,1485,8310,1874,9139,id.po,,id,,indonesian,,,id,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/ru.po,1078,2944,2870,124,434,672,5761,1874,9139,ru.po,,ru,,russian,,,ru,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/bs.po,1327,6792,6166,0,0,547,2347,1874,9139,bs.po,,bs,,bosnian,,,bs,po -gegl04-0.4.14-1.fc30.src.rpm.stats.csv,po/gl.po,170,283,325,132,287,1572,8569,1874,9139,gl.po,,gl,,galician,,,gl,po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/fi.po,42,514,417,0,0,0,0,42,514,fi.po,,fi,,finnish,,,fi,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/pt_br.po,42,514,566,0,0,0,0,42,514,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/bg.po,42,514,522,0,0,0,0,42,514,bg.po,,bg,,bulgarian,,,bg,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/it.po,42,514,536,0,0,0,0,42,514,it.po,,it,,italian,,,it,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/da.po,41,509,463,1,5,0,0,42,514,da.po,,da,,danish,,,da,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/uk.po,42,514,490,0,0,0,0,42,514,uk.po,,uk,,ukrainian,,,uk,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/hr.po,42,514,483,0,0,0,0,42,514,hr.po,,hr,,croatian,,,hr,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/ro.po,25,320,334,14,150,3,44,42,514,ro.po,,ro,,romanian,,,ro,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/vi.po,42,514,739,0,0,0,0,42,514,vi.po,,vi,,vietnamese,,,vi,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/de.po,42,514,505,0,0,0,0,42,514,de.po,,de,,german,,,de,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/en@quot.po,42,514,514,0,0,0,0,42,514,en@quot.po,quot,en,,english,,,en@quot,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/pl.po,42,514,477,0,0,0,0,42,514,pl.po,,pl,,polish,,,pl,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/id.po,39,428,406,3,86,0,0,42,514,id.po,,id,,indonesian,,,id,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/et.po,7,18,20,18,295,17,201,42,514,et.po,,et,,estonian,,,et,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/sr.po,42,514,493,0,0,0,0,42,514,sr.po,,sr,,serbian,,,sr,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/ga.po,28,364,355,14,150,0,0,42,514,ga.po,,ga,,irish,,,ga,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/zh_tw.po,42,514,197,0,0,0,0,42,514,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/sv.po,42,514,470,0,0,0,0,42,514,sv.po,,sv,,swedish,,,sv,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/sk.po,42,514,522,0,0,0,0,42,514,sk.po,,sk,,slovak,,,sk,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/el.po,6,16,18,19,297,17,201,42,514,el.po,,el,,greek,,,el,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/zh_hk.po,27,324,126,14,150,1,40,42,514,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/sl.po,42,514,455,0,0,0,0,42,514,sl.po,,sl,,slovenian,,,sl,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/es.po,42,514,600,0,0,0,0,42,514,es.po,,es,,spanish,,,es,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/fr.po,42,514,537,0,0,0,0,42,514,fr.po,,fr,,french,,,fr,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/pt.po,28,364,424,14,150,0,0,42,514,pt.po,,pt,,portuguese,,,pt,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/ko.po,42,514,411,0,0,0,0,42,514,ko.po,,ko,,korean,,,ko,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/hu.po,42,514,486,0,0,0,0,42,514,hu.po,,hu,,hungarian,,,hu,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/tr.po,41,509,443,1,5,0,0,42,514,tr.po,,tr,,turkish,,,tr,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/gl.po,42,514,551,0,0,0,0,42,514,gl.po,,gl,,galician,,,gl,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/nb.po,42,514,479,0,0,0,0,42,514,nb.po,,nb,,norwegian bokmål,,,nb,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/en@boldquot.po,42,514,514,0,0,0,0,42,514,en@boldquot.po,boldquot,en,,english,,,en@boldquot,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/cs.po,42,514,492,0,0,0,0,42,514,cs.po,,cs,,czech,,,cs,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/nn.po,28,364,363,14,150,0,0,42,514,nn.po,,nn,,norwegian nynorsk,,,nn,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/ca.po,42,514,553,0,0,0,0,42,514,ca.po,,ca,,catalan,,,ca,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/zh_cn.po,41,440,155,1,74,0,0,42,514,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/ja.po,42,514,265,0,0,0,0,42,514,ja.po,,ja,,japanese,,,ja,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/eo.po,42,514,508,0,0,0,0,42,514,eo.po,,eo,,esperanto,,,eo,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/be.po,14,150,142,16,161,12,203,42,514,be.po,,be,,belarusian,,,be,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/ru.po,42,514,478,0,0,0,0,42,514,ru.po,,ru,,russian,,,ru,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-runtime/po/nl.po,42,514,508,0,0,0,0,42,514,nl.po,,nl,,dutch,,,nl,gettext-runtime/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/fi.po,4,15,11,0,0,0,0,4,15,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/pt_br.po,4,15,16,0,0,0,0,4,15,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/bg.po,4,15,16,0,0,0,0,4,15,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ast.po,4,15,16,0,0,0,0,4,15,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/it.po,4,15,20,0,0,0,0,4,15,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/af.po,4,15,13,0,0,0,0,4,15,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/da.po,4,15,14,0,0,0,0,4,15,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/uk.po,4,15,14,0,0,0,0,4,15,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/hr.po,4,15,15,0,0,0,0,4,15,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ro.po,4,15,14,0,0,0,0,4,15,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/vi.po,4,15,22,0,0,0,0,4,15,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/de.po,4,15,13,0,0,0,0,4,15,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/pl.po,4,15,17,0,0,0,0,4,15,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/id.po,4,15,14,0,0,0,0,4,15,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sr.po,4,15,15,0,0,0,0,4,15,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ga.po,4,15,21,0,0,0,0,4,15,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/zh_tw.po,4,15,5,0,0,0,0,4,15,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sv.po,4,15,12,0,0,0,0,4,15,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sk.po,4,15,15,0,0,0,0,4,15,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/el.po,4,15,17,0,0,0,0,4,15,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/zh_hk.po,4,15,5,0,0,0,0,4,15,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sl.po,4,15,14,0,0,0,0,4,15,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/es.po,4,15,18,0,0,0,0,4,15,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/fr.po,4,15,20,0,0,0,0,4,15,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/pt.po,4,15,19,0,0,0,0,4,15,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/hu.po,4,15,14,0,0,0,0,4,15,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ms.po,4,15,14,0,0,0,0,4,15,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/tr.po,4,15,14,0,0,0,0,4,15,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/gl.po,4,15,16,0,0,0,0,4,15,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/nb.po,4,15,13,0,0,0,0,4,15,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/cs.po,4,15,14,0,0,0,0,4,15,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ca.po,4,15,17,0,0,0,0,4,15,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/zh_cn.po,4,15,6,0,0,0,0,4,15,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ja.po,4,15,8,0,0,0,0,4,15,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/eo.po,4,15,13,0,0,0,0,4,15,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ru.po,4,15,15,0,0,0,0,4,15,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/nl.po,4,15,12,0,0,0,0,4,15,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ky.po,4,15,15,0,0,0,0,4,15,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/lv.po,4,15,15,0,0,0,0,4,15,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/mt.po,4,15,17,0,0,0,0,4,15,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-kde/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-qt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/fi.po,9,37,27,0,0,0,0,9,37,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/pt_br.po,9,37,38,0,0,0,0,9,37,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/bg.po,9,37,39,0,0,0,0,9,37,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ast.po,1,2,2,1,10,7,25,9,37,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/it.po,9,37,42,0,0,0,0,9,37,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/af.po,1,2,2,1,10,7,25,9,37,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/da.po,9,37,32,0,0,0,0,9,37,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/uk.po,9,37,33,0,0,0,0,9,37,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/hr.po,9,37,39,0,0,0,0,9,37,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ro.po,9,37,38,0,0,0,0,9,37,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/vi.po,9,37,50,0,0,0,0,9,37,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/de.po,9,37,35,0,0,0,0,9,37,de.po,,de,,german,,,de,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/pl.po,9,37,35,0,0,0,0,9,37,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/id.po,1,2,2,1,10,7,25,9,37,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sr.po,9,37,41,0,0,0,0,9,37,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ga.po,1,2,4,1,10,7,25,9,37,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/zh_tw.po,9,37,15,0,0,0,0,9,37,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sv.po,9,37,34,0,0,0,0,9,37,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sk.po,9,37,35,0,0,0,0,9,37,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/el.po,1,2,3,1,10,7,25,9,37,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/zh_hk.po,1,2,1,1,10,7,25,9,37,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sl.po,9,37,32,0,0,0,0,9,37,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/es.po,9,37,38,0,0,0,0,9,37,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/fr.po,9,37,47,0,0,0,0,9,37,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/pt.po,1,2,2,1,10,7,25,9,37,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/hu.po,9,37,31,0,0,0,0,9,37,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ms.po,9,37,37,0,0,0,0,9,37,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/tr.po,1,2,2,1,10,7,25,9,37,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/gl.po,2,4,5,1,10,6,23,9,37,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/nb.po,9,37,34,0,0,0,0,9,37,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/cs.po,9,37,38,0,0,0,0,9,37,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ca.po,9,37,43,0,0,0,0,9,37,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/zh_cn.po,9,37,14,0,0,0,0,9,37,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ja.po,9,37,14,0,0,0,0,9,37,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/eo.po,9,37,39,0,0,0,0,9,37,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ru.po,9,37,33,0,0,0,0,9,37,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/nl.po,9,37,38,0,0,0,0,9,37,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ky.po,1,2,2,1,10,7,25,9,37,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/lv.po,1,2,2,1,10,7,25,9,37,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/mt.po,1,2,3,1,10,7,25,9,37,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c-gnome3/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-clisp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-csharp-forms/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-csharp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-gawk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-guile/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ast.po,1,2,2,1,8,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java-awt/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ast.po,1,2,2,1,8,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ast.po,1,2,2,1,8,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java-swing/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ast.po,1,2,2,1,8,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-librep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-objc-gnome/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-objc/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-pascal/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/fi.po,3,18,12,0,0,0,0,3,18,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/pt_br.po,3,18,20,0,0,0,0,3,18,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/bg.po,3,18,17,0,0,0,0,3,18,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ast.po,3,18,18,0,0,0,0,3,18,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/it.po,3,18,22,0,0,0,0,3,18,it.po,,it,,italian,,,it,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/af.po,3,18,14,0,0,0,0,3,18,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/da.po,3,18,16,0,0,0,0,3,18,da.po,,da,,danish,,,da,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/uk.po,3,18,18,0,0,0,0,3,18,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/hr.po,3,18,18,0,0,0,0,3,18,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ro.po,3,18,16,0,0,0,0,3,18,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/vi.po,3,18,25,0,0,0,0,3,18,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/de.po,3,18,16,0,0,0,0,3,18,de.po,,de,,german,,,de,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/pl.po,3,18,18,0,0,0,0,3,18,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/id.po,3,18,16,0,0,0,0,3,18,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sr.po,3,18,18,0,0,0,0,3,18,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ga.po,3,18,22,0,0,0,0,3,18,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/zh_tw.po,3,18,5,0,0,0,0,3,18,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sv.po,3,18,16,0,0,0,0,3,18,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sk.po,3,18,18,0,0,0,0,3,18,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/el.po,3,18,19,0,0,0,0,3,18,el.po,,el,,greek,,,el,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/zh_hk.po,3,18,5,0,0,0,0,3,18,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sl.po,3,18,16,0,0,0,0,3,18,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/es.po,3,18,20,0,0,0,0,3,18,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/fr.po,3,18,23,0,0,0,0,3,18,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/pt.po,3,18,26,0,0,0,0,3,18,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/hu.po,3,18,16,0,0,0,0,3,18,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ms.po,3,18,16,0,0,0,0,3,18,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/tr.po,3,18,16,0,0,0,0,3,18,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/gl.po,3,18,20,0,0,0,0,3,18,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/nb.po,3,18,16,0,0,0,0,3,18,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/cs.po,3,18,16,0,0,0,0,3,18,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ca.po,3,18,22,0,0,0,0,3,18,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/zh_cn.po,3,18,7,0,0,0,0,3,18,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ja.po,3,18,8,0,0,0,0,3,18,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/eo.po,3,18,20,0,0,0,0,3,18,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ru.po,3,18,18,0,0,0,0,3,18,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/nl.po,3,18,16,0,0,0,0,3,18,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ky.po,3,18,18,0,0,0,0,3,18,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/lv.po,3,18,18,0,0,0,0,3,18,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/mt.po,3,18,17,0,0,0,0,3,18,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-perl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-php/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-python/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-sh/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-smalltalk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-tcl-tk/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-tcl/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/pt.po,2,10,14,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-ycp/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/fi.po,18,98,66,0,0,0,0,18,98,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/pt_br.po,18,98,106,0,0,0,0,18,98,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/bg.po,18,98,94,0,0,0,0,18,98,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ast.po,10,63,64,1,10,7,25,18,98,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/it.po,18,98,120,0,0,0,0,18,98,it.po,,it,,italian,,,it,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/af.po,10,63,49,1,10,7,25,18,98,af.po,,af,,afrikaans,,,af,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/da.po,18,98,86,0,0,0,0,18,98,da.po,,da,,danish,,,da,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/uk.po,18,98,93,0,0,0,0,18,98,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/hr.po,18,98,100,0,0,0,0,18,98,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ro.po,18,98,92,0,0,0,0,18,98,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/vi.po,18,98,135,0,0,0,0,18,98,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/de.po,18,98,88,0,0,0,0,18,98,de.po,,de,,german,,,de,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/pl.po,18,98,98,0,0,0,0,18,98,pl.po,,pl,,polish,,,pl,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/id.po,10,63,56,1,10,7,25,18,98,id.po,,id,,indonesian,,,id,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/sr.po,18,98,102,0,0,0,0,18,98,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ga.po,10,63,75,1,10,7,25,18,98,ga.po,,ga,,irish,,,ga,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/zh_tw.po,18,98,31,0,0,0,0,18,98,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/sv.po,18,98,86,0,0,0,0,18,98,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/sk.po,18,98,96,0,0,0,0,18,98,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/el.po,10,63,65,1,10,7,25,18,98,el.po,,el,,greek,,,el,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/zh_hk.po,10,63,17,1,10,7,25,18,98,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/sl.po,18,98,86,0,0,0,0,18,98,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/es.po,18,98,108,0,0,0,0,18,98,es.po,,es,,spanish,,,es,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/fr.po,18,98,124,0,0,0,0,18,98,fr.po,,fr,,french,,,fr,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/pt.po,10,63,91,1,10,7,25,18,98,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/hu.po,18,98,85,0,0,0,0,18,98,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ms.po,18,98,91,0,0,0,0,18,98,ms.po,,ms,,malay,,,ms,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/tr.po,10,63,56,1,10,7,25,18,98,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/gl.po,11,65,73,1,10,6,23,18,98,gl.po,,gl,,galician,,,gl,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/nb.po,18,98,87,0,0,0,0,18,98,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/cs.po,18,98,92,0,0,0,0,18,98,cs.po,,cs,,czech,,,cs,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ca.po,18,98,118,0,0,0,0,18,98,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/zh_cn.po,18,98,37,0,0,0,0,18,98,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ja.po,18,98,38,0,0,0,0,18,98,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/eo.po,18,98,104,0,0,0,0,18,98,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ru.po,18,98,94,0,0,0,0,18,98,ru.po,,ru,,russian,,,ru,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/nl.po,18,98,90,0,0,0,0,18,98,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/ky.po,10,63,63,1,10,7,25,18,98,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/lv.po,10,63,63,1,10,7,25,18,98,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/examples/po/mt.po,10,63,59,1,10,7,25,18,98,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/eu.po,380,2940,2707,176,1782,143,2120,699,6842,eu.po,,eu,,basque,,,eu,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/fi.po,633,6487,5031,30,158,36,197,699,6842,fi.po,,fi,,finnish,,,fi,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/pt_br.po,696,6822,7619,3,20,0,0,699,6842,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/bg.po,699,6842,7154,0,0,0,0,699,6842,bg.po,,bg,,bulgarian,,,bg,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/it.po,627,6444,7016,28,145,44,253,699,6842,it.po,,it,,italian,,,it,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/da.po,548,5535,4932,91,910,60,397,699,6842,da.po,,da,,danish,,,da,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/uk.po,699,6842,6375,0,0,0,0,699,6842,uk.po,,uk,,ukrainian,,,uk,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/ro.po,396,3765,3989,193,2185,110,892,699,6842,ro.po,,ro,,romanian,,,ro,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/vi.po,699,6842,9852,0,0,0,0,699,6842,vi.po,,vi,,vietnamese,,,vi,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/pa.po,210,1136,1271,65,383,424,5323,699,6842,pa.po,,pa,,punjabi,,,pa,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/de.po,633,6487,6420,30,158,36,197,699,6842,de.po,,de,,german,,,de,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/en@quot.po,699,6842,6842,0,0,0,0,699,6842,en@quot.po,quot,en,,english,,,en@quot,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/pl.po,699,6842,6467,0,0,0,0,699,6842,pl.po,,pl,,polish,,,pl,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/id.po,544,5523,5301,94,923,61,396,699,6842,id.po,,id,,indonesian,,,id,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/et.po,55,332,324,136,1220,508,5290,699,6842,et.po,,et,,estonian,,,et,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/sr.po,699,6842,6419,0,0,0,0,699,6842,sr.po,,sr,,serbian,,,sr,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/zh_tw.po,402,3657,1503,163,1940,134,1245,699,6842,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/sv.po,699,6842,5998,0,0,0,0,699,6842,sv.po,,sv,,swedish,,,sv,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/sk.po,699,6842,6453,0,0,0,0,699,6842,sk.po,,sk,,slovak,,,sk,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/el.po,35,184,214,143,1265,521,5393,699,6842,el.po,,el,,greek,,,el,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/sl.po,696,6822,6590,3,20,0,0,699,6842,sl.po,,sl,,slovenian,,,sl,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/es.po,696,6822,8306,3,20,0,0,699,6842,es.po,,es,,spanish,,,es,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/fr.po,699,6842,8174,0,0,0,0,699,6842,fr.po,,fr,,french,,,fr,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/pt.po,29,151,176,85,757,585,5934,699,6842,pt.po,,pt,,portuguese,,,pt,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/ko.po,699,6842,5626,0,0,0,0,699,6842,ko.po,,ko,,korean,,,ko,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/tr.po,493,5031,4203,131,1285,75,526,699,6842,tr.po,,tr,,turkish,,,tr,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/gl.po,199,1349,1624,35,336,465,5157,699,6842,gl.po,,gl,,galician,,,gl,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/nb.po,55,332,315,136,1220,508,5290,699,6842,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/en@boldquot.po,699,6842,6869,0,0,0,0,699,6842,en@boldquot.po,boldquot,en,,english,,,en@boldquot,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/cs.po,55,332,354,109,1036,535,5474,699,6842,cs.po,,cs,,czech,,,cs,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/nn.po,94,881,789,100,903,505,5058,699,6842,nn.po,,nn,,norwegian nynorsk,,,nn,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/ca.po,633,6487,7775,30,158,36,197,699,6842,ca.po,,ca,,catalan,,,ca,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/zh_cn.po,633,6487,2233,30,158,36,197,699,6842,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/ja.po,699,6842,3176,0,0,0,0,699,6842,ja.po,,ja,,japanese,,,ja,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/be.po,151,1154,1104,136,1197,412,4491,699,6842,be.po,,be,,belarusian,,,be,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/ru.po,617,6356,5904,36,205,46,281,699,6842,ru.po,,ru,,russian,,,ru,gettext-tools/po -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv,gettext-tools/po/nl.po,422,3220,3070,8,38,269,3584,699,6842,nl.po,,nl,,dutch,,,nl,gettext-tools/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/zh_cn.po,366,1755,665,7,18,192,834,565,2607,zh_cn.po,,zh,cn,chinese,,china,zh_cn,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/vi.po,543,2517,3958,0,0,22,90,565,2607,vi.po,,vi,,vietnamese,,,vi,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/sv.po,547,2534,2614,0,0,18,73,565,2607,sv.po,,sv,,swedish,,,sv,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/ru.po,520,2359,2239,0,0,45,248,565,2607,ru.po,,ru,,russian,,,ru,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/pt_pt.po,550,2546,2885,0,0,15,61,565,2607,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/pt_br.po,520,2359,2659,0,0,45,248,565,2607,pt_br.po,,pt,br,portuguese,,brazil,pt_br,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/nb.po,474,1882,1982,0,0,91,725,565,2607,nb.po,,nb,,norwegian bokmål,,,nb,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/ja.po,546,2532,896,0,0,19,75,565,2607,ja.po,,ja,,japanese,,,ja,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/it.po,519,2358,2830,0,0,46,249,565,2607,it.po,,it,,italian,,,it,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/hu.po,514,2328,2367,0,0,51,279,565,2607,hu.po,,hu,,hungarian,,,hu,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/fr.po,520,2359,2916,0,0,45,248,565,2607,fr.po,,fr,,french,,,fr,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/el.po,381,1827,1982,4,9,180,771,565,2607,el.po,,el,,greek,,,el,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/de.po,520,2359,2430,0,0,45,248,565,2607,de.po,,de,,german,,,de,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/bg.po,565,2607,3145,0,0,0,0,565,2607,bg.po,,bg,,bulgarian,,,bg,git-gui/po -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/zh_cn.po,34,70,34,0,0,33,49,67,119,zh_cn.po,,zh,cn,chinese,,china,zh_cn,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/pt_pt.po,67,119,127,0,0,0,0,67,119,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/pt_br.po,37,62,54,0,0,30,57,67,119,pt_br.po,,pt,br,portuguese,,brazil,pt_br,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/it.po,37,74,195,0,0,30,45,67,119,it.po,,it,,italian,,,it,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/fr.po,36,61,51,0,0,31,58,67,119,fr.po,,fr,,french,,,fr,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/el.po,36,60,57,1,2,30,57,67,119,el.po,,el,,greek,,,el,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/de.po,38,75,159,0,0,29,44,67,119,de.po,,de,,german,,,de,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,git-gui/po/glossary/bg.po,67,119,120,0,0,0,0,67,119,bg.po,,bg,,bulgarian,,,bg,git-gui/po/glossary -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/vi.po,307,1135,1820,0,0,10,32,317,1167,vi.po,,vi,,vietnamese,,,vi,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/sv.po,311,1143,1160,0,0,6,24,317,1167,sv.po,,sv,,swedish,,,sv,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/ru.po,317,1167,1198,0,0,0,0,317,1167,ru.po,,ru,,russian,,,ru,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/pt_pt.po,311,1143,1351,0,0,6,24,317,1167,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/pt_br.po,279,970,1113,16,116,22,81,317,1167,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/ja.po,311,1143,515,0,0,6,24,317,1167,ja.po,,ja,,japanese,,,ja,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/it.po,274,963,1181,17,119,26,85,317,1167,it.po,,it,,italian,,,it,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/hu.po,277,976,1025,18,121,22,70,317,1167,hu.po,,hu,,hungarian,,,hu,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/fr.po,311,1143,1470,0,0,6,24,317,1167,fr.po,,fr,,french,,,fr,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/es.po,184,634,780,46,179,87,354,317,1167,es.po,,es,,spanish,,,es,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/de.po,307,1135,1107,0,0,10,32,317,1167,de.po,,de,,german,,,de,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/ca.po,307,1135,1494,0,0,10,32,317,1167,ca.po,,ca,,catalan,,,ca,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,gitk-git/po/bg.po,311,1143,1320,0,0,6,24,317,1167,bg.po,,bg,,bulgarian,,,bg,gitk-git/po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,4363,29326,11460,0,0,0,0,4363,29326,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/vi.po,4187,28089,41616,0,0,176,1237,4363,29326,vi.po,,vi,,vietnamese,,,vi,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/sv.po,4363,29326,28133,0,0,0,0,4363,29326,sv.po,,sv,,swedish,,,sv,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/ru.po,3366,22514,23326,0,0,997,6812,4363,29326,ru.po,,ru,,russian,,,ru,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/pt_pt.po,3198,21526,24299,0,0,1165,7800,4363,29326,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/ko.po,3608,24346,21312,0,0,755,4980,4363,29326,ko.po,,ko,,korean,,,ko,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/it.po,2347,15566,17960,583,3156,1433,10604,4363,29326,it.po,,it,,italian,,,it,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/is.po,14,81,80,0,0,4349,29245,4363,29326,is.po,,is,,icelandic,,,is,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/fr.po,4363,29326,34255,0,0,0,0,4363,29326,fr.po,,fr,,french,,,fr,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/es.po,4363,29326,33250,0,0,0,0,4363,29326,es.po,,es,,spanish,,,es,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/el.po,1038,7892,9184,0,0,3325,21434,4363,29326,el.po,,el,,greek,,,el,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/de.po,4363,29326,29980,0,0,0,0,4363,29326,de.po,,de,,german,,,de,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/ca.po,3450,22883,27720,417,2655,496,3788,4363,29326,ca.po,,ca,,catalan,,,ca,po -git-2.21.0-1.fc30.src.rpm.stats.csv,po/bg.po,4363,29326,35754,0,0,0,0,4363,29326,bg.po,,bg,,bulgarian,,,bg,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,988,5877,1967,114,938,48,342,1150,7157,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,905,5703,1802,0,0,245,1454,1150,7157,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,1067,6647,2046,0,0,83,510,1150,7157,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/yi.po,105,688,692,127,715,918,5754,1150,7157,yi.po,,yi,,yiddish,,,yi,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/xh.po,131,902,729,142,769,877,5486,1150,7157,xh.po,,xh,,xhosa,,,xh,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/wa.po,68,281,386,123,657,959,6219,1150,7157,wa.po,,wa,,walloon,,,wa,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/vi.po,916,5762,8063,0,0,234,1395,1150,7157,vi.po,,vi,,vietnamese,,,vi,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/uk.po,903,5675,5555,0,0,247,1482,1150,7157,uk.po,,uk,,ukrainian,,,uk,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ug.po,860,5426,5080,0,0,290,1731,1150,7157,ug.po,,ug,,uyghur,,,ug,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/tt.po,81,345,297,101,513,968,6299,1150,7157,tt.po,,tt,,tatar,,,tt,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/tr.po,1150,7157,6248,0,0,0,0,1150,7157,tr.po,,tr,,turkish,,,tr,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/tl.po,150,1021,1212,129,676,871,5460,1150,7157,tl.po,,tl,,tagalog,,,tl,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/th.po,1066,6642,2868,0,0,84,515,1150,7157,th.po,,th,,thai,,,th,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/tg.po,79,119,115,27,101,1044,6937,1150,7157,tg.po,,tg,,tajik,,,tg,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/te.po,905,5703,4929,0,0,245,1454,1150,7157,te.po,,te,,telugu,,,te,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ta.po,905,5703,4992,0,0,245,1454,1150,7157,ta.po,,ta,,tamil,,,ta,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/sv.po,1150,7157,6851,0,0,0,0,1150,7157,sv.po,,sv,,swedish,,,sv,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,1131,7036,7206,0,0,19,121,1150,7157,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/sr@ije.po,106,706,648,134,736,910,5715,1150,7157,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/sr.po,1150,7157,7326,0,0,0,0,1150,7157,sr.po,,sr,,serbian,,,sr,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/sq.po,358,2080,2542,98,476,694,4601,1150,7157,sq.po,,sq,,albanian,,,sq,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/sl.po,1150,7157,7302,0,0,0,0,1150,7157,sl.po,,sl,,slovenian,,,sl,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/sk.po,1092,6591,6603,39,446,19,120,1150,7157,sk.po,,sk,,slovak,,,sk,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/si.po,97,385,417,115,566,938,6206,1150,7157,si.po,,si,,sinhala,,,si,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/rw.po,32,36,44,239,1640,879,5481,1150,7157,rw.po,,rw,,kinyarwanda,,,rw,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ru.po,1050,6425,6351,51,374,49,358,1150,7157,ru.po,,ru,,russian,,,ru,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ro.po,1150,7157,8307,0,0,0,0,1150,7157,ro.po,,ro,,romanian,,,ro,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,1150,7157,8335,0,0,0,0,1150,7157,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/pt.po,1060,6469,7445,0,0,90,688,1150,7157,pt.po,,pt,,portuguese,,,pt,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ps.po,131,466,588,69,305,950,6386,1150,7157,ps.po,,ps,,pashto,,,ps,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/pl.po,1150,7157,7321,0,0,0,0,1150,7157,pl.po,,pl,,polish,,,pl,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/pa.po,910,5725,6481,0,0,240,1432,1150,7157,pa.po,,pa,,punjabi,,,pa,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/or.po,905,5703,5749,0,0,245,1454,1150,7157,or.po,,or,,odia,,,or,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/oc.po,1066,6642,8396,0,0,84,515,1150,7157,oc.po,,oc,,occitan,,,oc,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/nn.po,362,2080,2137,89,460,699,4617,1150,7157,nn.po,,nn,,norwegian nynorsk,,,nn,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/nl.po,665,2857,2879,260,2059,225,2241,1150,7157,nl.po,,nl,,dutch,,,nl,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ne.po,403,1706,1792,403,2232,344,3219,1150,7157,ne.po,,ne,,nepali,,,ne,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/nds.po,96,259,278,39,201,1015,6697,1150,7157,nds.po,,nds,,low german,,,nds,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/nb.po,1088,6534,6548,1,8,61,615,1150,7157,nb.po,,nb,,norwegian bokmål,,,nb,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ms.po,105,698,651,135,744,910,5715,1150,7157,ms.po,,ms,,malay,,,ms,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/mr.po,905,5703,5424,0,0,245,1454,1150,7157,mr.po,,mr,,marathi,,,mr,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/mn.po,131,902,774,142,769,877,5486,1150,7157,mn.po,,mn,,mongolian,,,mn,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ml.po,587,3073,2653,42,333,521,3751,1150,7157,ml.po,,ml,,malayalam,,,ml,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/mk.po,347,2025,2333,104,515,699,4617,1150,7157,mk.po,,mk,,macedonian,,,mk,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/mg.po,164,1135,1210,121,630,865,5392,1150,7157,mg.po,,mg,,malagasy,,,mg,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/mai.po,287,1667,1866,93,452,770,5038,1150,7157,mai.po,,mai,,maithili,,,mai,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/lv.po,1131,7036,6454,0,0,19,121,1150,7157,lv.po,,lv,,latvian,,,lv,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/lt.po,1150,7157,6167,0,0,0,0,1150,7157,lt.po,,lt,,lithuanian,,,lt,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ku.po,41,71,77,90,442,1019,6644,1150,7157,ku.po,,ku,,kurdish,,,ku,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ko.po,1150,7157,6265,0,0,0,0,1150,7157,ko.po,,ko,,korean,,,ko,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/kn.po,904,5697,5056,0,0,246,1460,1150,7157,kn.po,,kn,,kannada,,,kn,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/kk.po,339,1072,1019,0,0,811,6085,1150,7157,kk.po,,kk,,kazakh,,,kk,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ka.po,193,1287,1058,120,605,837,5265,1150,7157,ka.po,,ka,,georgian,,,ka,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ja.po,671,4078,1761,92,660,387,2419,1150,7157,ja.po,,ja,,japanese,,,ja,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/it.po,1150,7157,8125,0,0,0,0,1150,7157,it.po,,it,,italian,,,it,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/is.po,163,788,744,160,917,827,5452,1150,7157,is.po,,is,,icelandic,,,is,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/id.po,1150,7157,7261,0,0,0,0,1150,7157,id.po,,id,,indonesian,,,id,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/hy.po,643,4085,3998,42,304,465,2768,1150,7157,hy.po,,hy,,armenian,,,hy,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/hu.po,1150,7157,6987,0,0,0,0,1150,7157,hu.po,,hu,,hungarian,,,hu,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/hr.po,178,1017,968,0,0,972,6140,1150,7157,hr.po,,hr,,croatian,,,hr,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/hi.po,905,5703,6753,0,0,245,1454,1150,7157,hi.po,,hi,,hindi,,,hi,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/he.po,1127,7018,7022,0,0,23,139,1150,7157,he.po,,he,,hebrew,,,he,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/gu.po,904,5697,6111,0,0,246,1460,1150,7157,gu.po,,gu,,gujarati,,,gu,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/gl.po,1150,7157,8981,0,0,0,0,1150,7157,gl.po,,gl,,galician,,,gl,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/gd.po,149,400,516,0,0,1001,6757,1150,7157,gd.po,,gd,,scottish gaelic,,,gd,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ga.po,189,628,758,48,219,913,6310,1150,7157,ga.po,,ga,,irish,,,ga,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/fur.po,649,3158,3872,5,38,496,3961,1150,7157,fur.po,,fur,,friulian,,,fur,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/fr.po,1150,7157,9044,0,0,0,0,1150,7157,fr.po,,fr,,french,,,fr,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/fi.po,662,3319,2746,280,2275,208,1563,1150,7157,fi.po,,fi,,finnish,,,fi,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/fa.po,492,2602,2979,38,244,620,4311,1150,7157,fa.po,,fa,,persian,,,fa,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/eu.po,1150,7157,6782,0,0,0,0,1150,7157,eu.po,,eu,,basque,,,eu,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/et.po,536,2825,2459,151,897,463,3435,1150,7157,et.po,,et,,estonian,,,et,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/es.po,1150,7157,9086,0,0,0,0,1150,7157,es.po,,es,,spanish,,,es,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/eo.po,626,3373,3327,245,2038,279,1746,1150,7157,eo.po,,eo,,esperanto,,,eo,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,1131,7036,7055,0,0,19,121,1150,7157,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,771,4801,4804,0,0,379,2356,1150,7157,en_ca.po,,en,ca,english,,canada,en_ca,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,423,2582,2581,66,377,661,4198,1150,7157,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/el.po,717,3615,3831,300,2566,133,976,1150,7157,el.po,,el,,greek,,,el,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/dz.po,166,1138,621,123,637,861,5382,1150,7157,dz.po,,dz,,dzongkha,,,dz,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/de.po,1150,7157,7281,0,0,0,0,1150,7157,de.po,,de,,german,,,de,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/da.po,1150,7157,6955,0,0,0,0,1150,7157,da.po,,da,,danish,,,da,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/cy.po,270,1620,1788,101,503,779,5034,1150,7157,cy.po,,cy,,welsh,,,cy,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/cs.po,1150,7157,6893,0,0,0,0,1150,7157,cs.po,,cs,,czech,,,cs,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,1107,6956,9502,0,0,43,201,1150,7157,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ca.po,1150,7157,9780,0,0,0,0,1150,7157,ca.po,,ca,,catalan,,,ca,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/bs.po,904,5697,5735,0,0,246,1460,1150,7157,bs.po,,bs,,bosnian,,,bs,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,915,5750,5872,0,0,235,1407,1150,7157,bn_in.po,,bn,in,bangla,,india,bn_in,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/bn.po,447,2552,2699,57,301,646,4304,1150,7157,bn.po,,bn,,bangla,,,bn,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/bg.po,914,5755,6494,0,0,236,1402,1150,7157,bg.po,,bg,,bulgarian,,,bg,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,347,2025,1955,104,515,699,4617,1150,7157,be@latin.po,latin,be,,belarusian,,,be@latin,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/be.po,865,5478,5365,0,0,285,1679,1150,7157,be.po,,be,,belarusian,,,be,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/az.po,104,696,627,135,744,911,5717,1150,7157,az.po,,az,,azerbaijani,,,az,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ast.po,433,2489,3154,66,335,651,4333,1150,7157,ast.po,,ast,,asturian,,,ast,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/as.po,905,5703,5806,0,0,245,1454,1150,7157,as.po,,as,,assamese,,,as,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/ar.po,431,2303,2337,0,0,719,4854,1150,7157,ar.po,,ar,,arabic,,,ar,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/an.po,864,5464,7395,0,0,286,1693,1150,7157,an.po,,an,,aragonese,,,an,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/am.po,37,51,54,86,414,1027,6692,1150,7157,am.po,,am,,amharic,,,am,po -glib2-2.60.1-2.fc30.src.rpm.stats.csv,po/af.po,137,351,407,46,261,967,6545,1150,7157,af.po,,af,,afrikaans,,,af,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/zh_tw.po,1353,7306,3114,68,449,47,351,1468,8106,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/zh_cn.po,1411,7698,2974,43,261,14,147,1468,8106,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/vi.po,1454,7955,12531,8,116,6,35,1468,8106,vi.po,,vi,,vietnamese,,,vi,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/uk.po,1468,8106,8801,0,0,0,0,1468,8106,uk.po,,uk,,ukrainian,,,uk,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/tr.po,1243,6403,5786,169,1157,56,546,1468,8106,tr.po,,tr,,turkish,,,tr,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/sv.po,1454,7955,7658,8,116,6,35,1468,8106,sv.po,,sv,,swedish,,,sv,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/sl.po,528,2715,2838,359,1630,581,3761,1468,8106,sl.po,,sl,,slovenian,,,sl,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/sk.po,1023,5033,5258,227,1275,218,1798,1468,8106,sk.po,,sk,,slovak,,,sk,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/rw.po,14,19,21,1090,5891,364,2196,1468,8106,rw.po,,rw,,kinyarwanda,,,rw,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/ru.po,1468,8106,8127,0,0,0,0,1468,8106,ru.po,,ru,,russian,,,ru,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/pt_br.po,1468,8106,9787,0,0,0,0,1468,8106,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/pl.po,1468,8106,8456,0,0,0,0,1468,8106,pl.po,,pl,,polish,,,pl,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/nl.po,1440,7884,8015,19,176,9,46,1468,8106,nl.po,,nl,,dutch,,,nl,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/nb.po,697,3102,3004,413,2299,358,2705,1468,8106,nb.po,,nb,,norwegian bokmål,,,nb,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/lt.po,401,1592,1428,377,1749,690,4765,1468,8106,lt.po,,lt,,lithuanian,,,lt,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/ko.po,1440,7884,7437,19,176,9,46,1468,8106,ko.po,,ko,,korean,,,ko,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/ja.po,1292,6937,3022,110,724,66,445,1468,8106,ja.po,,ja,,japanese,,,ja,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/it.po,1299,6976,8217,106,705,63,425,1468,8106,it.po,,it,,italian,,,it,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/id.po,1237,6657,6991,141,793,90,656,1468,8106,id.po,,id,,indonesian,,,id,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/ia.po,522,3263,4173,39,261,907,4582,1468,8106,ia.po,,ia,,interlingua,,,ia,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/hu.po,381,1560,1603,81,343,1006,6203,1468,8106,hu.po,,hu,,hungarian,,,hu,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/hr.po,1468,8106,8854,0,0,0,0,1468,8106,hr.po,,hr,,croatian,,,hr,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/gl.po,1010,4955,6261,239,1354,219,1797,1468,8106,gl.po,,gl,,galician,,,gl,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/fr.po,1431,7805,10074,26,233,11,68,1468,8106,fr.po,,fr,,french,,,fr,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/fi.po,1215,5965,5129,127,998,126,1143,1468,8106,fi.po,,fi,,finnish,,,fi,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/es.po,1374,7466,10167,57,350,37,290,1468,8106,es.po,,es,,spanish,,,es,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/eo.po,836,3486,3419,45,218,587,4402,1468,8106,eo.po,,eo,,esperanto,,,eo,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/en_gb.po,10,64,64,0,0,1458,8042,1468,8106,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/el.po,704,3078,3615,374,2040,390,2988,1468,8106,el.po,,el,,greek,,,el,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/de.po,1468,8106,9036,0,0,0,0,1468,8106,de.po,,de,,german,,,de,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/da.po,1237,6657,6407,140,789,91,660,1468,8106,da.po,,da,,danish,,,da,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/cs.po,1468,8106,8249,0,0,0,0,1468,8106,cs.po,,cs,,czech,,,cs,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/ca.po,1391,7579,10861,51,314,26,213,1468,8106,ca.po,,ca,,catalan,,,ca,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/bg.po,1468,8106,9940,0,0,0,0,1468,8106,bg.po,,bg,,bulgarian,,,bg,po -glibc-2.29-9.fc30.src.rpm.stats.csv,po/be.po,526,2713,2656,2,11,940,5382,1468,8106,be.po,,be,,belarusian,,,be,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,41,271,102,0,0,1,7,42,278,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,29,161,70,0,0,13,117,42,278,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,38,250,91,0,0,4,28,42,278,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/vi.po,29,161,218,0,0,13,117,42,278,vi.po,,vi,,vietnamese,,,vi,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/uk.po,24,135,125,0,0,18,143,42,278,uk.po,,uk,,ukrainian,,,uk,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ug.po,29,161,137,0,0,13,117,42,278,ug.po,,ug,,uyghur,,,ug,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/tr.po,42,278,213,0,0,0,0,42,278,tr.po,,tr,,turkish,,,tr,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/th.po,29,161,74,0,0,13,117,42,278,th.po,,th,,thai,,,th,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/tg.po,29,161,168,0,0,13,117,42,278,tg.po,,tg,,tajik,,,tg,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/te.po,28,153,140,0,0,14,125,42,278,te.po,,te,,telugu,,,te,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ta.po,16,86,81,0,0,26,192,42,278,ta.po,,ta,,tamil,,,ta,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/sv.po,42,278,262,0,0,0,0,42,278,sv.po,,sv,,swedish,,,sv,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,36,229,276,0,0,6,49,42,278,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/sr.po,42,278,329,0,0,0,0,42,278,sr.po,,sr,,serbian,,,sr,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/sl.po,42,278,334,0,0,0,0,42,278,sl.po,,sl,,slovenian,,,sl,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/sk.po,37,247,308,0,0,5,31,42,278,sk.po,,sk,,slovak,,,sk,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ru.po,41,271,277,0,0,1,7,42,278,ru.po,,ru,,russian,,,ru,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ro.po,42,278,362,0,0,0,0,42,278,ro.po,,ro,,romanian,,,ro,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,42,278,325,0,0,0,0,42,278,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/pt.po,28,157,181,0,0,14,121,42,278,pt.po,,pt,,portuguese,,,pt,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/pl.po,42,278,306,0,0,0,0,42,278,pl.po,,pl,,polish,,,pl,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/pa.po,29,161,193,0,0,13,117,42,278,pa.po,,pa,,punjabi,,,pa,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/or.po,24,135,137,0,0,18,143,42,278,or.po,,or,,odia,,,or,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/oc.po,36,229,305,0,0,6,49,42,278,oc.po,,oc,,occitan,,,oc,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/nl.po,42,278,256,0,0,0,0,42,278,nl.po,,nl,,dutch,,,nl,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ne.po,24,139,120,0,0,18,139,42,278,ne.po,,ne,,nepali,,,ne,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/nb.po,32,174,159,0,0,10,104,42,278,nb.po,,nb,,norwegian bokmål,,,nb,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/mr.po,24,135,124,0,0,18,143,42,278,mr.po,,mr,,marathi,,,mr,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ml.po,29,163,137,0,0,13,115,42,278,ml.po,,ml,,malayalam,,,ml,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/lv.po,42,278,282,0,0,0,0,42,278,lv.po,,lv,,latvian,,,lv,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/lt.po,42,278,276,0,0,0,0,42,278,lt.po,,lt,,lithuanian,,,lt,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ko.po,42,278,226,0,0,0,0,42,278,ko.po,,ko,,korean,,,ko,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/kn.po,16,86,84,0,0,26,192,42,278,kn.po,,kn,,kannada,,,kn,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/km.po,24,135,80,0,0,18,143,42,278,km.po,,km,,khmer,,,km,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/kk.po,28,153,145,0,0,14,125,42,278,kk.po,,kk,,kazakh,,,kk,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ja.po,28,157,68,0,0,14,121,42,278,ja.po,,ja,,japanese,,,ja,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/it.po,42,278,327,0,0,0,0,42,278,it.po,,it,,italian,,,it,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/id.po,42,278,270,0,0,0,0,42,278,id.po,,id,,indonesian,,,id,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/hu.po,42,278,275,0,0,0,0,42,278,hu.po,,hu,,hungarian,,,hu,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/hr.po,42,278,276,0,0,0,0,42,278,hr.po,,hr,,croatian,,,hr,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/hi.po,29,161,195,0,0,13,117,42,278,hi.po,,hi,,hindi,,,hi,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/he.po,32,171,165,0,0,10,107,42,278,he.po,,he,,hebrew,,,he,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/gu.po,16,86,110,0,0,26,192,42,278,gu.po,,gu,,gujarati,,,gu,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/gl.po,42,278,382,0,0,0,0,42,278,gl.po,,gl,,galician,,,gl,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/gd.po,29,163,214,0,0,13,115,42,278,gd.po,,gd,,scottish gaelic,,,gd,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/fur.po,42,278,361,0,0,0,0,42,278,fur.po,,fur,,friulian,,,fur,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/fr.po,41,271,367,0,0,1,7,42,278,fr.po,,fr,,french,,,fr,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/fi.po,29,165,126,0,0,13,113,42,278,fi.po,,fi,,finnish,,,fi,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/fa.po,29,163,191,0,0,13,115,42,278,fa.po,,fa,,persian,,,fa,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/eu.po,42,278,261,0,0,0,0,42,278,eu.po,,eu,,basque,,,eu,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/et.po,29,161,128,0,0,13,117,42,278,et.po,,et,,estonian,,,et,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/es.po,42,278,352,0,0,0,0,42,278,es.po,,es,,spanish,,,es,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/eo.po,22,123,123,2,11,18,144,42,278,eo.po,,eo,,esperanto,,,eo,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,28,157,157,0,0,14,121,42,278,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,1,4,4,0,0,41,274,42,278,en_ca.po,,en,ca,english,,canada,en_ca,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/el.po,29,163,178,0,0,13,115,42,278,el.po,,el,,greek,,,el,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/de.po,42,278,295,0,0,0,0,42,278,de.po,,de,,german,,,de,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/da.po,42,278,266,0,0,0,0,42,278,da.po,,da,,danish,,,da,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/cs.po,42,278,297,0,0,0,0,42,278,cs.po,,cs,,czech,,,cs,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,29,163,249,0,0,13,115,42,278,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ca.po,41,271,415,0,0,1,7,42,278,ca.po,,ca,,catalan,,,ca,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/bs.po,28,157,154,0,0,14,121,42,278,bs.po,,bs,,bosnian,,,bs,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,16,86,98,0,0,26,192,42,278,bn_in.po,,bn,in,bangla,,india,bn_in,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/bg.po,29,163,199,0,0,13,115,42,278,bg.po,,bg,,bulgarian,,,bg,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/be.po,39,258,245,0,0,3,20,42,278,be.po,,be,,belarusian,,,be,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/as.po,29,161,155,0,0,13,117,42,278,as.po,,as,,assamese,,,as,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/ar.po,28,153,161,0,0,14,125,42,278,ar.po,,ar,,arabic,,,ar,po -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv,po/an.po,29,161,199,0,0,13,117,42,278,an.po,,an,,aragonese,,,an,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/sk.po,73,396,404,0,0,0,0,73,396,sk.po,,sk,,slovak,,,sk,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/es.po,73,396,483,0,0,0,0,73,396,es.po,,es,,spanish,,,es,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/he.po,71,391,354,0,0,2,5,73,396,he.po,,he,,hebrew,,,he,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/cs.po,73,396,375,0,0,0,0,73,396,cs.po,,cs,,czech,,,cs,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/zh_cn.po,71,391,132,0,0,2,5,73,396,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/as.po,43,285,296,4,15,26,96,73,396,as.po,,as,,assamese,,,as,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/kk.po,7,8,9,0,0,66,388,73,396,kk.po,,kk,,kazakh,,,kk,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/tr.po,73,396,320,0,0,0,0,73,396,tr.po,,tr,,turkish,,,tr,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ko.po,43,280,245,4,15,26,101,73,396,ko.po,,ko,,korean,,,ko,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/da.po,73,396,381,0,0,0,0,73,396,da.po,,da,,danish,,,da,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/sr.po,73,396,412,0,0,0,0,73,396,sr.po,,sr,,serbian,,,sr,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/zh_tw.po,73,396,128,0,0,0,0,73,396,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/pt_br.po,73,396,443,0,0,0,0,73,396,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/nl.po,73,396,425,0,0,0,0,73,396,nl.po,,nl,,dutch,,,nl,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/id.po,73,396,390,0,0,0,0,73,396,id.po,,id,,indonesian,,,id,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/sv.po,73,396,380,0,0,0,0,73,396,sv.po,,sv,,swedish,,,sv,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ja.po,73,396,143,0,0,0,0,73,396,ja.po,,ja,,japanese,,,ja,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ca.po,73,396,502,0,0,0,0,73,396,ca.po,,ca,,catalan,,,ca,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/nn.po,17,108,96,0,0,56,288,73,396,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/bn_in.po,43,280,298,4,15,26,101,73,396,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/kn.po,44,296,270,4,15,25,85,73,396,kn.po,,kn,,kannada,,,kn,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/fur.po,71,391,464,0,0,2,5,73,396,fur.po,,fur,,friulian,,,fur,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ar.po,12,14,16,9,32,52,350,73,396,ar.po,,ar,,arabic,,,ar,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/de.po,71,391,399,0,0,2,5,73,396,de.po,,de,,german,,,de,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/it.po,71,391,424,0,0,2,5,73,396,it.po,,it,,italian,,,it,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/el.po,1,5,5,0,0,72,391,73,396,el.po,,el,,greek,,,el,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ru.po,73,396,361,0,0,0,0,73,396,ru.po,,ru,,russian,,,ru,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/hi.po,43,280,331,4,15,26,101,73,396,hi.po,,hi,,hindi,,,hi,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ta.po,43,280,251,4,15,26,101,73,396,ta.po,,ta,,tamil,,,ta,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/fi.po,62,264,200,0,0,11,132,73,396,fi.po,,fi,,finnish,,,fi,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/sr@latin.po,1,5,5,0,0,72,391,73,396,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/en_gb.po,1,5,5,0,0,72,391,73,396,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/pa.po,43,280,334,4,15,26,101,73,396,pa.po,,pa,,punjabi,,,pa,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/nb.po,1,5,6,0,0,72,391,73,396,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/fr.po,73,396,475,0,0,0,0,73,396,fr.po,,fr,,french,,,fr,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/fa.po,1,5,5,0,0,72,391,73,396,fa.po,,fa,,persian,,,fa,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/mr.po,73,396,365,0,0,0,0,73,396,mr.po,,mr,,marathi,,,mr,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/bs.po,4,9,8,0,0,69,387,73,396,bs.po,,bs,,bosnian,,,bs,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/km.po,55,342,148,4,15,14,39,73,396,km.po,,km,,khmer,,,km,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/pl.po,73,396,399,0,0,0,0,73,396,pl.po,,pl,,polish,,,pl,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/gu.po,44,296,320,4,15,25,85,73,396,gu.po,,gu,,gujarati,,,gu,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/or.po,43,280,273,4,15,26,101,73,396,or.po,,or,,odia,,,or,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/uk.po,73,396,416,0,0,0,0,73,396,uk.po,,uk,,ukrainian,,,uk,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/hu.po,73,396,356,0,0,0,0,73,396,hu.po,,hu,,hungarian,,,hu,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/sq.po,73,396,501,0,0,0,0,73,396,sq.po,,sq,,albanian,,,sq,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/pt.po,2,6,8,0,0,71,390,73,396,pt.po,,pt,,portuguese,,,pt,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ml.po,43,280,217,4,15,26,101,73,396,ml.po,,ml,,malayalam,,,ml,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/ast.po,2,2,2,0,0,71,394,73,396,ast.po,,ast,,asturian,,,ast,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/et.po,7,7,7,0,0,66,389,73,396,et.po,,et,,estonian,,,et,po -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv,po/te.po,44,296,246,4,15,25,85,73,396,te.po,,te,,telugu,,,te,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,16,31,18,0,0,2,4,18,35,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,18,30,19,0,0,0,5,18,35,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,16,31,16,0,0,2,4,18,35,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,18,30,32,0,0,0,5,18,35,xh.po,,xh,,xhosa,,,xh,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,18,29,48,0,0,0,6,18,35,vi.po,,vi,,vietnamese,,,vi,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,18,24,28,0,0,0,11,18,35,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/uz.po,7,14,11,0,0,11,21,18,35,uz.po,,uz,,uzbek,,,uz,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,18,29,27,0,0,0,6,18,35,uk.po,,uk,,ukrainian,,,uk,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,18,24,30,0,0,0,11,18,35,ug.po,,ug,,uyghur,,,ug,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,16,31,33,0,0,2,4,18,35,tr.po,,tr,,turkish,,,tr,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,18,24,20,0,0,0,11,18,35,th.po,,th,,thai,,,th,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,18,29,28,0,0,0,6,18,35,tg.po,,tg,,tajik,,,tg,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,18,30,29,0,0,0,5,18,35,te.po,,te,,telugu,,,te,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,18,30,27,0,0,0,5,18,35,ta.po,,ta,,tamil,,,ta,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,16,31,31,0,0,2,4,18,35,sv.po,,sv,,swedish,,,sv,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,16,31,33,0,0,2,4,18,35,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,16,31,33,0,0,2,4,18,35,sr.po,,sr,,serbian,,,sr,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,17,23,24,0,0,1,12,18,35,sq.po,,sq,,albanian,,,sq,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,15,26,27,0,0,3,9,18,35,sl.po,,sl,,slovenian,,,sl,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,16,31,35,0,0,2,4,18,35,sk.po,,sk,,slovak,,,sk,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,9,18,19,0,0,9,17,18,35,si.po,,si,,sinhala,,,si,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,0,0,18,35,18,35,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,16,31,31,0,0,2,4,18,35,ru.po,,ru,,russian,,,ru,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,16,31,38,0,0,2,4,18,35,ro.po,,ro,,romanian,,,ro,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,16,31,41,0,0,2,4,18,35,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,18,29,34,0,0,0,6,18,35,pt.po,,pt,,portuguese,,,pt,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,9,18,25,0,0,9,17,18,35,ps.po,,ps,,pashto,,,ps,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,15,26,27,0,0,3,9,18,35,pl.po,,pl,,polish,,,pl,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,18,29,37,0,0,0,6,18,35,pa.po,,pa,,punjabi,,,pa,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,18,30,33,0,0,0,5,18,35,or.po,,or,,odia,,,or,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,16,31,36,0,0,2,4,18,35,oc.po,,oc,,occitan,,,oc,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,17,23,21,0,0,1,12,18,35,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,16,31,30,0,0,2,4,18,35,nl.po,,nl,,dutch,,,nl,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,18,29,29,0,0,0,6,18,35,ne.po,,ne,,nepali,,,ne,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,17,23,22,0,0,1,12,18,35,nds.po,,nds,,low german,,,nds,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,18,29,24,0,0,0,6,18,35,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,15,20,23,0,0,3,15,18,35,ms.po,,ms,,malay,,,ms,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,18,30,28,0,0,0,5,18,35,mr.po,,mr,,marathi,,,mr,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,17,23,23,0,0,1,12,18,35,mn.po,,mn,,mongolian,,,mn,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,16,31,30,0,0,2,4,18,35,ml.po,,ml,,malayalam,,,ml,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,17,23,21,0,0,1,12,18,35,mk.po,,mk,,macedonian,,,mk,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,17,23,22,0,0,1,12,18,35,mg.po,,mg,,malagasy,,,mg,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,8,16,18,1,2,9,17,18,35,mai.po,,mai,,maithili,,,mai,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,16,31,31,0,0,2,4,18,35,lv.po,,lv,,latvian,,,lv,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,15,26,25,0,0,3,9,18,35,lt.po,,lt,,lithuanian,,,lt,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ky.po,16,22,21,1,1,1,12,18,35,ky.po,,ky,,kyrgyz,,,ky,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,18,24,24,0,0,0,11,18,35,ku.po,,ku,,kurdish,,,ku,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,16,31,33,0,0,2,4,18,35,ko.po,,ko,,korean,,,ko,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,18,30,28,0,0,0,5,18,35,kn.po,,kn,,kannada,,,kn,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,18,30,21,0,0,0,5,18,35,km.po,,km,,khmer,,,km,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,15,26,27,0,0,3,9,18,35,kk.po,,kk,,kazakh,,,kk,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,9,18,18,0,0,9,17,18,35,ka.po,,ka,,georgian,,,ka,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,18,30,20,0,0,0,5,18,35,ja.po,,ja,,japanese,,,ja,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,16,31,33,0,0,2,4,18,35,it.po,,it,,italian,,,it,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,16,31,29,0,0,2,4,18,35,is.po,,is,,icelandic,,,is,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,15,26,31,0,0,3,9,18,35,id.po,,id,,indonesian,,,id,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/hy.po,17,23,22,0,0,1,12,18,35,hy.po,,hy,,armenian,,,hy,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,15,26,25,0,0,3,9,18,35,hu.po,,hu,,hungarian,,,hu,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,16,31,35,0,0,2,4,18,35,hr.po,,hr,,croatian,,,hr,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,18,30,33,0,0,0,5,18,35,hi.po,,hi,,hindi,,,hi,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,18,29,34,0,0,0,6,18,35,he.po,,he,,hebrew,,,he,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,18,30,30,0,0,0,5,18,35,gu.po,,gu,,gujarati,,,gu,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,16,31,37,0,0,2,4,18,35,gl.po,,gl,,galician,,,gl,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,18,29,28,0,0,0,6,18,35,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,18,30,31,0,0,0,5,18,35,ga.po,,ga,,irish,,,ga,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/fy.po,17,23,21,0,0,1,12,18,35,fy.po,,fy,,western frisian,,,fy,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,15,26,33,0,0,3,9,18,35,fur.po,,fur,,friulian,,,fur,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,15,26,34,0,0,3,9,18,35,fr.po,,fr,,french,,,fr,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,16,31,28,0,0,2,4,18,35,fi.po,,fi,,finnish,,,fi,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,18,29,29,0,0,0,6,18,35,fa.po,,fa,,persian,,,fa,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,18,29,32,0,0,0,6,18,35,eu.po,,eu,,basque,,,eu,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,16,31,29,0,0,2,4,18,35,et.po,,et,,estonian,,,et,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,15,26,32,0,0,3,9,18,35,es.po,,es,,spanish,,,es,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,16,31,32,0,0,2,4,18,35,eo.po,,eo,,esperanto,,,eo,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,16,31,31,0,0,2,4,18,35,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,9,18,19,0,0,9,17,18,35,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,17,23,23,0,0,1,12,18,35,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,16,31,28,0,0,2,4,18,35,el.po,,el,,greek,,,el,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,9,18,11,0,0,9,17,18,35,dz.po,,dz,,dzongkha,,,dz,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,16,31,28,0,0,2,4,18,35,de.po,,de,,german,,,de,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,16,31,29,0,0,2,4,18,35,da.po,,da,,danish,,,da,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,17,23,29,0,0,1,12,18,35,cy.po,,cy,,welsh,,,cy,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,15,26,28,0,0,3,9,18,35,cs.po,,cs,,czech,,,cs,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,18,29,37,0,0,0,6,18,35,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,16,31,38,0,0,2,4,18,35,ca.po,,ca,,catalan,,,ca,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,18,30,29,0,0,0,5,18,35,bs.po,,bs,,bosnian,,,bs,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,17,23,31,0,0,1,12,18,35,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,17,29,38,0,0,1,6,18,35,bn.po,,bn,,bangla,,,bn,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,18,29,31,0,0,0,6,18,35,bg.po,,bg,,bulgarian,,,bg,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,16,22,20,0,0,2,13,18,35,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,18,29,26,0,0,0,6,18,35,be.po,,be,,belarusian,,,be,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,17,23,22,0,0,1,12,18,35,ast.po,,ast,,asturian,,,ast,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,18,30,29,0,0,0,5,18,35,as.po,,as,,assamese,,,as,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,18,30,29,0,0,0,5,18,35,ar.po,,ar,,arabic,,,ar,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,18,30,31,0,0,0,5,18,35,an.po,,an,,aragonese,,,an,po -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,13,22,20,0,0,5,13,18,35,af.po,,af,,afrikaans,,,af,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/zu.po,192,663,574,0,0,0,34,192,697,zu.po,,zu,,zulu,,,zu,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,111,373,139,0,0,81,324,192,697,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,102,308,132,0,0,90,389,192,697,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,111,373,139,0,0,81,324,192,697,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/xh.po,174,596,511,1,3,17,98,192,697,xh.po,,xh,,xhosa,,,xh,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,111,373,504,0,0,81,324,192,697,vi.po,,vi,,vietnamese,,,vi,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,110,372,334,0,0,82,325,192,697,uk.po,,uk,,ukrainian,,,uk,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,95,303,266,0,0,97,394,192,697,ug.po,,ug,,uyghur,,,ug,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,111,373,324,0,0,81,324,192,697,tr.po,,tr,,turkish,,,tr,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,110,372,169,0,0,82,325,192,697,th.po,,th,,thai,,,th,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,102,309,340,0,0,90,388,192,697,tg.po,,tg,,tajik,,,tg,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,102,309,286,0,0,90,388,192,697,te.po,,te,,telugu,,,te,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,102,309,276,0,0,90,388,192,697,ta.po,,ta,,tamil,,,ta,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,111,373,337,0,0,81,324,192,697,sv.po,,sv,,swedish,,,sv,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,111,373,392,0,0,81,324,192,697,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,111,373,392,0,0,81,324,192,697,sr.po,,sr,,serbian,,,sr,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,111,373,391,0,0,81,324,192,697,sl.po,,sl,,slovenian,,,sl,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,111,373,389,0,0,81,324,192,697,sk.po,,sk,,slovak,,,sk,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,111,373,340,0,0,81,324,192,697,ru.po,,ru,,russian,,,ru,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,111,373,382,0,0,81,324,192,697,ro.po,,ro,,romanian,,,ro,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,111,373,413,0,0,81,324,192,697,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,110,372,383,0,0,82,325,192,697,pt.po,,pt,,portuguese,,,pt,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,111,373,370,0,0,81,324,192,697,pl.po,,pl,,polish,,,pl,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,111,373,419,0,0,81,324,192,697,pa.po,,pa,,punjabi,,,pa,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,102,309,333,0,0,90,388,192,697,or.po,,or,,odia,,,or,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,106,349,385,0,0,86,348,192,697,oc.po,,oc,,occitan,,,oc,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/nn.po,177,646,620,0,0,15,51,192,697,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,111,373,355,0,0,81,324,192,697,nl.po,,nl,,dutch,,,nl,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,13,15,18,67,144,112,538,192,697,ne.po,,ne,,nepali,,,ne,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,111,373,362,0,0,81,324,192,697,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,160,519,486,2,9,30,169,192,697,ms.po,,ms,,malay,,,ms,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,102,309,309,0,0,90,388,192,697,mr.po,,mr,,marathi,,,mr,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/mn.po,87,230,231,0,0,105,467,192,697,mn.po,,mn,,mongolian,,,mn,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,111,373,320,0,0,81,324,192,697,ml.po,,ml,,malayalam,,,ml,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,175,599,654,0,0,17,98,192,697,mk.po,,mk,,macedonian,,,mk,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,37,63,75,0,0,155,634,192,697,mai.po,,mai,,maithili,,,mai,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,111,373,343,0,0,81,324,192,697,lv.po,,lv,,latvian,,,lv,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,111,373,329,0,0,81,324,192,697,lt.po,,lt,,lithuanian,,,lt,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,188,650,720,0,0,4,47,192,697,ku.po,,ku,,kurdish,,,ku,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,111,373,289,0,0,81,324,192,697,ko.po,,ko,,korean,,,ko,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,102,309,296,0,0,90,388,192,697,kn.po,,kn,,kannada,,,kn,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,144,460,257,0,0,48,237,192,697,km.po,,km,,khmer,,,km,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,111,373,329,0,0,81,324,192,697,kk.po,,kk,,kazakh,,,kk,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ka.po,118,321,284,0,0,74,376,192,697,ka.po,,ka,,georgian,,,ka,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,111,373,153,0,0,81,324,192,697,ja.po,,ja,,japanese,,,ja,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,111,373,358,0,0,81,324,192,697,it.po,,it,,italian,,,it,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,111,373,359,0,0,81,324,192,697,is.po,,is,,icelandic,,,is,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,111,373,334,0,0,81,324,192,697,id.po,,id,,indonesian,,,id,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/hy.po,181,664,631,0,0,11,33,192,697,hy.po,,hy,,armenian,,,hy,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,111,373,325,0,0,81,324,192,697,hu.po,,hu,,hungarian,,,hu,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,111,373,357,0,0,81,324,192,697,hr.po,,hr,,croatian,,,hr,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,102,309,361,0,0,90,388,192,697,hi.po,,hi,,hindi,,,hi,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,110,372,345,0,0,82,325,192,697,he.po,,he,,hebrew,,,he,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,102,309,355,0,0,90,388,192,697,gu.po,,gu,,gujarati,,,gu,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,111,373,388,0,0,81,324,192,697,gl.po,,gl,,galician,,,gl,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,111,373,493,0,0,81,324,192,697,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,70,156,204,0,0,122,541,192,697,ga.po,,ga,,irish,,,ga,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/fy.po,13,15,20,0,0,179,682,192,697,fy.po,,fy,,western frisian,,,fy,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,111,373,407,0,0,81,324,192,697,fur.po,,fur,,friulian,,,fur,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,111,373,423,0,0,81,324,192,697,fr.po,,fr,,french,,,fr,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,115,398,302,0,0,77,299,192,697,fi.po,,fi,,finnish,,,fi,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,111,373,411,0,0,81,324,192,697,fa.po,,fa,,persian,,,fa,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,111,373,315,0,0,81,324,192,697,eu.po,,eu,,basque,,,eu,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,96,310,257,0,0,96,387,192,697,et.po,,et,,estonian,,,et,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,111,373,396,0,0,81,324,192,697,es.po,,es,,spanish,,,es,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,111,373,359,0,0,81,324,192,697,eo.po,,eo,,esperanto,,,eo,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,110,372,372,0,0,82,325,192,697,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,121,419,419,66,256,5,22,192,697,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,111,373,390,0,0,81,324,192,697,el.po,,el,,greek,,,el,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,111,373,379,0,0,81,324,192,697,de.po,,de,,german,,,de,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,111,373,345,0,0,81,324,192,697,da.po,,da,,danish,,,da,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,111,373,392,0,0,81,324,192,697,cs.po,,cs,,czech,,,cs,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/crh.po,95,303,272,0,0,97,394,192,697,crh.po,,crh,,crimean turkish,,,crh,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,111,373,428,0,0,81,324,192,697,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,111,373,428,0,0,81,324,192,697,ca.po,,ca,,catalan,,,ca,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,102,309,313,0,0,90,388,192,697,bs.po,,bs,,bosnian,,,bs,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,95,303,350,0,0,97,394,192,697,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,192,662,719,0,0,0,35,192,697,bn.po,,bn,,bangla,,,bn,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,111,373,389,0,0,81,324,192,697,bg.po,,bg,,bulgarian,,,bg,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,111,373,347,0,0,81,324,192,697,be.po,,be,,belarusian,,,be,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,181,664,736,0,0,11,33,192,697,ast.po,,ast,,asturian,,,ast,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,101,308,336,0,0,91,389,192,697,as.po,,as,,assamese,,,as,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,111,373,399,0,0,81,324,192,697,ar.po,,ar,,arabic,,,ar,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,110,372,407,0,0,82,325,192,697,an.po,,an,,aragonese,,,an,po -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,185,642,645,0,0,7,55,192,697,af.po,,af,,afrikaans,,,af,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/sv/sv.po,230,2786,2603,0,0,0,0,230,2786,sv.po,,sv,,swedish,,,sv,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,230,2786,3059,0,0,0,0,230,2786,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/pl/pl.po,230,2786,2262,0,0,0,0,230,2786,pl.po,,pl,,polish,,,pl,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/ko/ko.po,230,2786,1982,0,0,0,0,230,2786,ko.po,,ko,,korean,,,ko,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/it/it.po,213,2575,2709,0,0,17,211,230,2786,it.po,,it,,italian,,,it,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/hu/hu.po,230,2786,2465,0,0,0,0,230,2786,hu.po,,hu,,hungarian,,,hu,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/gl/gl.po,121,768,803,0,0,109,2018,230,2786,gl.po,,gl,,galician,,,gl,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/fr/fr.po,224,2739,2990,0,0,6,47,230,2786,fr.po,,fr,,french,,,fr,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/es/es.po,213,2575,2875,0,0,17,211,230,2786,es.po,,es,,spanish,,,es,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/el/el.po,208,2323,2501,0,0,22,463,230,2786,el.po,,el,,greek,,,el,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/de/de.po,230,2786,2821,0,0,0,0,230,2786,de.po,,de,,german,,,de,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,help/cs/cs.po,224,2739,2490,0,0,6,47,230,2786,cs.po,,cs,,czech,,,cs,help/ -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/zh_tw.po,295,1289,461,0,0,3,7,298,1296,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/zh_hk.po,207,946,333,0,0,91,350,298,1296,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/zh_cn.po,289,1224,520,0,0,9,72,298,1296,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/vi.po,154,624,800,0,0,144,672,298,1296,vi.po,,vi,,vietnamese,,,vi,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/uk.po,262,1113,1049,0,0,36,183,298,1296,uk.po,,uk,,ukrainian,,,uk,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ug.po,167,750,718,0,0,131,546,298,1296,ug.po,,ug,,uyghur,,,ug,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/tr.po,296,1290,1127,0,0,2,6,298,1296,tr.po,,tr,,turkish,,,tr,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/th.po,123,532,216,0,0,175,764,298,1296,th.po,,th,,thai,,,th,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/tg.po,175,572,651,19,326,104,398,298,1296,tg.po,,tg,,tajik,,,tg,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/te.po,208,950,834,0,0,90,346,298,1296,te.po,,te,,telugu,,,te,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ta.po,208,950,891,0,0,90,346,298,1296,ta.po,,ta,,tamil,,,ta,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/sv.po,298,1296,1267,0,0,0,0,298,1296,sv.po,,sv,,swedish,,,sv,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/sr@latin.po,283,1207,1324,0,0,15,89,298,1296,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/sr.po,298,1296,1416,0,0,0,0,298,1296,sr.po,,sr,,serbian,,,sr,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/sl.po,298,1296,1368,0,0,0,0,298,1296,sl.po,,sl,,slovenian,,,sl,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/sk.po,294,1282,1364,0,0,4,14,298,1296,sk.po,,sk,,slovak,,,sk,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ru.po,298,1296,1272,0,0,0,0,298,1296,ru.po,,ru,,russian,,,ru,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ro.po,298,1296,1500,0,0,0,0,298,1296,ro.po,,ro,,romanian,,,ro,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/pt_br.po,298,1296,1487,0,0,0,0,298,1296,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/pt.po,260,1102,1293,0,0,38,194,298,1296,pt.po,,pt,,portuguese,,,pt,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/pl.po,298,1296,1348,0,0,0,0,298,1296,pl.po,,pl,,polish,,,pl,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/pa.po,208,950,1149,0,0,90,346,298,1296,pa.po,,pa,,punjabi,,,pa,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/or.po,208,950,1036,0,0,90,346,298,1296,or.po,,or,,odia,,,or,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/oc.po,253,1048,1297,2,8,43,240,298,1296,oc.po,,oc,,occitan,,,oc,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/nl.po,296,1290,1335,0,0,2,6,298,1296,nl.po,,nl,,dutch,,,nl,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ne.po,274,1160,1153,0,0,24,136,298,1296,ne.po,,ne,,nepali,,,ne,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/nb.po,293,1269,1295,0,0,5,27,298,1296,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/mr.po,208,950,929,0,0,90,346,298,1296,mr.po,,mr,,marathi,,,mr,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ml.po,281,1171,1072,0,0,17,125,298,1296,ml.po,,ml,,malayalam,,,ml,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/lv.po,295,1289,1207,0,0,3,7,298,1296,lv.po,,lv,,latvian,,,lv,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/lt.po,296,1290,1178,0,0,2,6,298,1296,lt.po,,lt,,lithuanian,,,lt,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ko.po,296,1290,1071,0,0,2,6,298,1296,ko.po,,ko,,korean,,,ko,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/kn.po,208,950,872,0,0,90,346,298,1296,kn.po,,kn,,kannada,,,kn,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/km.po,193,885,398,0,0,105,411,298,1296,km.po,,km,,khmer,,,km,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/kk.po,295,1289,1162,0,0,3,7,298,1296,kk.po,,kk,,kazakh,,,kk,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ja.po,260,1072,456,0,0,38,224,298,1296,ja.po,,ja,,japanese,,,ja,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/it.po,298,1296,1369,0,0,0,0,298,1296,it.po,,it,,italian,,,it,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/id.po,298,1296,1315,0,0,0,0,298,1296,id.po,,id,,indonesian,,,id,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/hu.po,296,1290,1247,0,0,2,6,298,1296,hu.po,,hu,,hungarian,,,hu,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/hr.po,296,1294,1273,0,0,2,2,298,1296,hr.po,,hr,,croatian,,,hr,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/hi.po,208,950,1187,0,0,90,346,298,1296,hi.po,,hi,,hindi,,,hi,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/he.po,260,1102,1072,0,0,38,194,298,1296,he.po,,he,,hebrew,,,he,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/gu.po,208,950,1058,0,0,90,346,298,1296,gu.po,,gu,,gujarati,,,gu,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/gl.po,296,1290,1477,0,0,2,6,298,1296,gl.po,,gl,,galician,,,gl,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ga.po,100,207,256,0,0,198,1089,298,1296,ga.po,,ga,,irish,,,ga,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/fur.po,295,1289,1514,0,0,3,7,298,1296,fur.po,,fur,,friulian,,,fur,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/fr.po,296,1290,1628,0,0,2,6,298,1296,fr.po,,fr,,french,,,fr,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/fi.po,290,1201,962,0,0,8,95,298,1296,fi.po,,fi,,finnish,,,fi,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/fa.po,185,856,962,0,0,113,440,298,1296,fa.po,,fa,,persian,,,fa,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/eu.po,295,1289,1167,0,0,3,7,298,1296,eu.po,,eu,,basque,,,eu,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/et.po,185,856,713,0,0,113,440,298,1296,et.po,,et,,estonian,,,et,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/es.po,298,1296,1491,0,0,0,0,298,1296,es.po,,es,,spanish,,,es,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/eo.po,281,1170,1081,4,23,13,103,298,1296,eo.po,,eo,,esperanto,,,eo,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/en_gb.po,282,1203,1206,0,0,16,93,298,1296,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/el.po,295,1289,1463,0,0,3,7,298,1296,el.po,,el,,greek,,,el,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/de.po,298,1296,1338,0,0,0,0,298,1296,de.po,,de,,german,,,de,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/da.po,296,1290,1268,0,0,2,6,298,1296,da.po,,da,,danish,,,da,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/cs.po,294,1284,1313,0,0,4,12,298,1296,cs.po,,cs,,czech,,,cs,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,273,1147,1453,0,0,25,149,298,1296,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ca.po,295,1289,1618,0,0,3,7,298,1296,ca.po,,ca,,catalan,,,ca,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/bs.po,217,968,969,0,0,81,328,298,1296,bs.po,,bs,,bosnian,,,bs,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/bn_in.po,169,753,853,0,0,129,543,298,1296,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/bg.po,153,677,756,0,0,145,619,298,1296,bg.po,,bg,,bulgarian,,,bg,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/be.po,294,1282,1284,0,0,4,14,298,1296,be.po,,be,,belarusian,,,be,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/as.po,208,950,1050,0,0,90,346,298,1296,as.po,,as,,assamese,,,as,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/ar.po,239,1016,1045,0,0,59,280,298,1296,ar.po,,ar,,arabic,,,ar,po -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv,po/af.po,295,1289,1387,0,0,3,7,298,1296,af.po,,af,,afrikaans,,,af,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,238,1579,450,0,0,647,4912,885,6491,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/zh_hk/zh_hk.po,238,1579,450,0,0,647,4912,885,6491,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,238,1579,425,0,0,647,4912,885,6491,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/te/te.po,99,110,110,0,0,786,6381,885,6491,te.po,,te,,telugu,,,te,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/sv/sv.po,277,1950,1733,0,0,608,4541,885,6491,sv.po,,sv,,swedish,,,sv,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/sl/sl.po,238,1616,1394,0,0,647,4875,885,6491,sl.po,,sl,,slovenian,,,sl,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/ru/ru.po,209,1187,1069,4,25,672,5279,885,6491,ru.po,,ru,,russian,,,ru,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/ro/ro.po,220,1241,1190,3,49,662,5201,885,6491,ro.po,,ro,,romanian,,,ro,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,277,1950,2144,0,0,608,4541,885,6491,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/pt/pt.po,250,1750,1789,3,32,632,4709,885,6491,pt.po,,pt,,portuguese,,,pt,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/pl/pl.po,277,1950,1665,0,0,608,4541,885,6491,pl.po,,pl,,polish,,,pl,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/oc/oc.po,259,303,325,0,0,626,6188,885,6491,oc.po,,oc,,occitan,,,oc,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/lv/lv.po,265,1886,1501,0,0,620,4605,885,6491,lv.po,,lv,,latvian,,,lv,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/ko/ko.po,277,1950,1416,0,0,608,4541,885,6491,ko.po,,ko,,korean,,,ko,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/ja/ja.po,225,1289,427,9,265,651,4937,885,6491,ja.po,,ja,,japanese,,,ja,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/it/it.po,188,1017,1096,8,239,689,5235,885,6491,it.po,,it,,italian,,,it,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/hu/hu.po,277,1950,1697,0,0,608,4541,885,6491,hu.po,,hu,,hungarian,,,hu,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/gl/gl.po,247,1727,1753,0,0,638,4764,885,6491,gl.po,,gl,,galician,,,gl,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/fr/fr.po,277,1950,2147,0,0,608,4541,885,6491,fr.po,,fr,,french,,,fr,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/fi/fi.po,203,1082,826,22,225,660,5184,885,6491,fi.po,,fi,,finnish,,,fi,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/eu/eu.po,831,6011,4612,0,0,54,480,885,6491,eu.po,,eu,,basque,,,eu,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/es/es.po,277,1950,2084,0,0,608,4541,885,6491,es.po,,es,,spanish,,,es,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/el/el.po,251,1777,1922,0,0,634,4714,885,6491,el.po,,el,,greek,,,el,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/de/de.po,277,1950,1879,0,0,608,4541,885,6491,de.po,,de,,german,,,de,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/cs/cs.po,277,1950,1745,0,0,608,4541,885,6491,cs.po,,cs,,czech,,,cs,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/ca/ca.po,216,1392,1547,14,190,655,4909,885,6491,ca.po,,ca,,catalan,,,ca,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,help/bg/bg.po,603,5554,5201,0,0,282,937,885,6491,bg.po,,bg,,bulgarian,,,bg,help/ -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,578,1594,762,0,0,12,98,590,1692,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,431,1341,574,0,0,159,351,590,1692,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,579,1596,770,0,0,11,96,590,1692,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/xh.po,362,851,840,13,35,215,806,590,1692,xh.po,,xh,,xhosa,,,xh,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,590,1632,2264,0,0,0,60,590,1692,vi.po,,vi,,vietnamese,,,vi,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,573,1583,1470,0,0,17,109,590,1692,uk.po,,uk,,ukrainian,,,uk,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,334,1078,1026,0,0,256,614,590,1692,ug.po,,ug,,uyghur,,,ug,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,590,1632,1495,0,0,0,60,590,1692,tr.po,,tr,,turkish,,,tr,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/tk.po,164,294,281,79,175,347,1223,590,1692,tk.po,,tk,,turkmen,,,tk,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,540,1486,834,0,0,50,206,590,1692,th.po,,th,,thai,,,th,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,535,1464,1464,0,0,55,228,590,1692,tg.po,,tg,,tajik,,,tg,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,428,1337,1171,0,0,162,355,590,1692,te.po,,te,,telugu,,,te,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,428,1337,1281,0,0,162,355,590,1692,ta.po,,ta,,tamil,,,ta,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,590,1632,1521,0,0,0,60,590,1692,sv.po,,sv,,swedish,,,sv,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,579,1596,1520,0,0,11,96,590,1692,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,590,1632,1556,0,0,0,60,590,1692,sr.po,,sr,,serbian,,,sr,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/sq.po,399,1128,1306,0,0,191,564,590,1692,sq.po,,sq,,albanian,,,sq,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,590,1632,1554,0,0,0,60,590,1692,sl.po,,sl,,slovenian,,,sl,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,581,1602,1581,0,0,9,90,590,1692,sk.po,,sk,,slovak,,,sk,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/si.po,379,853,894,0,0,211,839,590,1692,si.po,,si,,sinhala,,,si,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/rw.po,60,53,61,243,719,287,920,590,1692,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,590,1632,1581,0,0,0,60,590,1692,ru.po,,ru,,russian,,,ru,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,590,1632,1771,0,0,0,60,590,1692,ro.po,,ro,,romanian,,,ro,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,590,1632,1926,0,0,0,60,590,1692,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,573,1583,1735,0,0,17,109,590,1692,pt.po,,pt,,portuguese,,,pt,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,590,1632,1578,0,0,0,60,590,1692,pl.po,,pl,,polish,,,pl,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,551,1539,1640,0,0,39,153,590,1692,pa.po,,pa,,punjabi,,,pa,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,428,1337,1302,0,0,162,355,590,1692,or.po,,or,,odia,,,or,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,540,1486,1667,0,0,50,206,590,1692,oc.po,,oc,,occitan,,,oc,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/nn.po,228,770,803,8,14,354,908,590,1692,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,590,1632,1699,0,0,0,60,590,1692,nl.po,,nl,,dutch,,,nl,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,205,357,347,116,286,269,1049,590,1692,ne.po,,ne,,nepali,,,ne,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,578,1590,1456,0,0,12,102,590,1692,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/my.po,160,352,241,0,0,430,1340,590,1692,my.po,,my,,burmese,,,my,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,328,768,757,30,57,232,867,590,1692,ms.po,,ms,,malay,,,ms,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,428,1337,1299,0,0,162,355,590,1692,mr.po,,mr,,marathi,,,mr,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/mn.po,181,392,372,142,368,267,932,590,1692,mn.po,,mn,,mongolian,,,mn,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,334,1078,854,0,0,256,614,590,1692,ml.po,,ml,,malayalam,,,ml,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,433,1399,1408,0,0,157,293,590,1692,mk.po,,mk,,macedonian,,,mk,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/mg.po,349,992,1083,8,23,233,677,590,1692,mg.po,,mg,,malagasy,,,mg,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,243,536,586,0,0,347,1156,590,1692,mai.po,,mai,,maithili,,,mai,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,590,1632,1512,0,0,0,60,590,1692,lv.po,,lv,,latvian,,,lv,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,590,1632,1485,0,0,0,60,590,1692,lt.po,,lt,,lithuanian,,,lt,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,98,117,123,4,4,488,1571,590,1692,ku.po,,ku,,kurdish,,,ku,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,590,1632,1384,0,0,0,60,590,1692,ko.po,,ko,,korean,,,ko,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,428,1337,1181,0,0,162,355,590,1692,kn.po,,kn,,kannada,,,kn,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,429,1333,750,0,0,161,359,590,1692,km.po,,km,,khmer,,,km,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,321,566,568,0,0,269,1126,590,1692,kk.po,,kk,,kazakh,,,kk,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ka.po,365,1044,948,0,0,225,648,590,1692,ka.po,,ka,,georgian,,,ka,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,567,1564,750,0,0,23,128,590,1692,ja.po,,ja,,japanese,,,ja,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,590,1632,1782,0,0,0,60,590,1692,it.po,,it,,italian,,,it,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,590,1632,1623,0,0,0,60,590,1692,id.po,,id,,indonesian,,,id,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/hy.po,119,361,351,0,0,471,1331,590,1692,hy.po,,hy,,armenian,,,hy,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,590,1632,1525,0,0,0,60,590,1692,hu.po,,hu,,hungarian,,,hu,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,589,1629,1524,0,0,1,63,590,1692,hr.po,,hr,,croatian,,,hr,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,428,1337,1519,0,0,162,355,590,1692,hi.po,,hi,,hindi,,,hi,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,513,1451,1481,0,0,77,241,590,1692,he.po,,he,,hebrew,,,he,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,428,1337,1332,0,0,162,355,590,1692,gu.po,,gu,,gujarati,,,gu,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,590,1632,1855,0,0,0,60,590,1692,gl.po,,gl,,galician,,,gl,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,574,1584,1836,0,0,16,108,590,1692,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,217,351,419,9,23,364,1318,590,1692,ga.po,,ga,,irish,,,ga,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,590,1632,1829,0,0,0,60,590,1692,fur.po,,fur,,friulian,,,fur,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,590,1632,1899,0,0,0,60,590,1692,fr.po,,fr,,french,,,fr,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,590,1632,1354,0,0,0,60,590,1692,fi.po,,fi,,finnish,,,fi,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,574,1584,1656,0,0,16,108,590,1692,fa.po,,fa,,persian,,,fa,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,590,1632,1463,0,0,0,60,590,1692,eu.po,,eu,,basque,,,eu,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,334,1078,874,0,0,256,614,590,1692,et.po,,et,,estonian,,,et,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,590,1632,1839,0,0,0,60,590,1692,es.po,,es,,spanish,,,es,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,584,1601,1581,1,4,5,87,590,1692,eo.po,,eo,,esperanto,,,eo,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,540,1486,1504,0,0,50,206,590,1692,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,433,1399,1402,0,0,157,293,590,1692,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,254,1172,1173,6,129,330,391,590,1692,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,556,1468,1587,25,134,9,90,590,1692,el.po,,el,,greek,,,el,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/dz.po,410,1175,812,0,0,180,517,590,1692,dz.po,,dz,,dzongkha,,,dz,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,590,1632,1574,0,0,0,60,590,1692,de.po,,de,,german,,,de,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,589,1629,1529,0,0,1,63,590,1692,da.po,,da,,danish,,,da,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/cy.po,349,895,977,0,0,241,797,590,1692,cy.po,,cy,,welsh,,,cy,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,590,1632,1626,0,0,0,60,590,1692,cs.po,,cs,,czech,,,cs,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,574,1584,1797,0,0,16,108,590,1692,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,590,1632,1849,0,0,0,60,590,1692,ca.po,,ca,,catalan,,,ca,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,535,1464,1357,0,0,55,228,590,1692,bs.po,,bs,,bosnian,,,bs,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,428,1337,1332,0,0,162,355,590,1692,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,267,1327,1384,0,0,323,365,590,1692,bn.po,,bn,,bangla,,,bn,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,574,1584,1721,0,0,16,108,590,1692,bg.po,,bg,,bulgarian,,,bg,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,277,564,566,0,0,313,1128,590,1692,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,378,855,909,0,0,212,837,590,1692,be.po,,be,,belarusian,,,be,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/az.po,181,392,369,142,368,267,932,590,1692,az.po,,az,,azerbaijani,,,az,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,433,1399,1502,0,0,157,293,590,1692,ast.po,,ast,,asturian,,,ast,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,428,1337,1364,0,0,162,355,590,1692,as.po,,as,,assamese,,,as,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,257,545,557,65,160,268,987,590,1692,ar.po,,ar,,arabic,,,ar,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/am.po,83,78,80,49,55,458,1559,590,1692,am.po,,am,,amharic,,,am,po -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,350,1044,1011,37,159,203,489,590,1692,af.po,,af,,afrikaans,,,af,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,218,668,268,0,0,2,1,220,669,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,58,122,81,2,6,160,541,220,669,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,220,661,347,0,0,0,8,220,669,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,139,432,420,0,0,81,237,220,669,uk.po,,uk,,ukrainian,,,uk,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,218,668,595,0,0,2,1,220,669,tr.po,,tr,,turkish,,,tr,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,138,424,202,0,0,82,245,220,669,th.po,,th,,thai,,,th,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,105,342,367,0,0,115,327,220,669,tg.po,,tg,,tajik,,,tg,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,218,668,657,0,0,2,1,220,669,sv.po,,sv,,swedish,,,sv,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,220,661,697,0,0,0,8,220,669,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,218,668,705,0,0,2,1,220,669,sr.po,,sr,,serbian,,,sr,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,218,668,693,0,0,2,1,220,669,sl.po,,sl,,slovenian,,,sl,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,220,669,670,0,0,0,0,220,669,sk.po,,sk,,slovak,,,sk,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,218,668,697,0,0,2,1,220,669,ru.po,,ru,,russian,,,ru,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,218,668,727,0,0,2,1,220,669,ro.po,,ro,,romanian,,,ro,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,218,668,753,0,0,2,1,220,669,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,138,424,446,0,0,82,245,220,669,pt.po,,pt,,portuguese,,,pt,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,218,668,632,0,0,2,1,220,669,pl.po,,pl,,polish,,,pl,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,66,222,254,0,0,154,447,220,669,pa.po,,pa,,punjabi,,,pa,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,217,645,753,1,3,2,21,220,669,oc.po,,oc,,occitan,,,oc,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,218,668,669,0,0,2,1,220,669,nl.po,,nl,,dutch,,,nl,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,214,641,623,0,0,6,28,220,669,ne.po,,ne,,nepali,,,ne,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,214,641,624,0,0,6,28,220,669,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,220,669,598,0,0,0,0,220,669,ml.po,,ml,,malayalam,,,ml,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,218,668,636,0,0,2,1,220,669,lv.po,,lv,,latvian,,,lv,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,218,668,621,0,0,2,1,220,669,lt.po,,lt,,lithuanian,,,lt,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,218,668,539,0,0,2,1,220,669,ko.po,,ko,,korean,,,ko,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,218,668,611,0,0,2,1,220,669,kk.po,,kk,,kazakh,,,kk,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,218,668,267,0,0,2,1,220,669,ja.po,,ja,,japanese,,,ja,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,218,668,709,0,0,2,1,220,669,it.po,,it,,italian,,,it,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,220,669,657,0,0,0,0,220,669,is.po,,is,,icelandic,,,is,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,218,668,671,0,0,2,1,220,669,id.po,,id,,indonesian,,,id,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,218,668,632,0,0,2,1,220,669,hu.po,,hu,,hungarian,,,hu,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,220,669,667,0,0,0,0,220,669,hr.po,,hr,,croatian,,,hr,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,138,424,440,0,0,82,245,220,669,he.po,,he,,hebrew,,,he,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,218,668,737,0,0,2,1,220,669,gl.po,,gl,,galician,,,gl,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,220,661,881,0,0,0,8,220,669,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,80,173,211,0,0,140,496,220,669,ga.po,,ga,,irish,,,ga,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,218,668,752,0,0,2,1,220,669,fur.po,,fur,,friulian,,,fur,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,218,668,760,0,0,2,1,220,669,fr.po,,fr,,french,,,fr,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,218,668,522,0,0,2,1,220,669,fi.po,,fi,,finnish,,,fi,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,214,641,663,0,0,6,28,220,669,fa.po,,fa,,persian,,,fa,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,218,668,596,0,0,2,1,220,669,eu.po,,eu,,basque,,,eu,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,218,668,571,0,0,2,1,220,669,et.po,,et,,estonian,,,et,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,218,668,778,0,0,2,1,220,669,es.po,,es,,spanish,,,es,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,220,669,671,0,0,0,0,220,669,eo.po,,eo,,esperanto,,,eo,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,220,669,685,0,0,0,0,220,669,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,218,668,754,0,0,2,1,220,669,el.po,,el,,greek,,,el,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,218,668,661,0,0,2,1,220,669,de.po,,de,,german,,,de,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,218,668,635,0,0,2,1,220,669,da.po,,da,,danish,,,da,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,218,668,648,0,0,2,1,220,669,cs.po,,cs,,czech,,,cs,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,213,638,746,1,3,6,28,220,669,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,218,668,789,0,0,2,1,220,669,ca.po,,ca,,catalan,,,ca,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,67,224,219,0,0,153,445,220,669,bs.po,,bs,,bosnian,,,bs,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,220,669,664,0,0,0,0,220,669,be.po,,be,,belarusian,,,be,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,219,649,677,0,0,1,20,220,669,ar.po,,ar,,arabic,,,ar,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,67,224,249,0,0,153,445,220,669,an.po,,an,,aragonese,,,an,po -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,218,668,669,0,0,2,1,220,669,af.po,,af,,afrikaans,,,af,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,57,186,71,0,0,1,0,58,186,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,58,186,93,0,0,0,0,58,186,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,47,161,149,0,0,11,25,58,186,uk.po,,uk,,ukrainian,,,uk,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,57,186,178,0,0,1,0,58,186,tr.po,,tr,,turkish,,,tr,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,24,49,64,0,0,34,137,58,186,tg.po,,tg,,tajik,,,tg,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,54,149,138,0,0,4,37,58,186,ta.po,,ta,,tamil,,,ta,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,57,186,189,0,0,1,0,58,186,sv.po,,sv,,swedish,,,sv,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,58,186,204,0,0,0,0,58,186,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,57,186,203,0,0,1,0,58,186,sr.po,,sr,,serbian,,,sr,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,57,186,191,0,0,1,0,58,186,sl.po,,sl,,slovenian,,,sl,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,58,186,191,0,0,0,0,58,186,sk.po,,sk,,slovak,,,sk,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,57,186,180,0,0,1,0,58,186,ru.po,,ru,,russian,,,ru,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,57,186,219,0,0,1,0,58,186,ro.po,,ro,,romanian,,,ro,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,57,186,226,0,0,1,0,58,186,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,48,162,177,0,0,10,24,58,186,pt.po,,pt,,portuguese,,,pt,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,57,186,194,0,0,1,0,58,186,pl.po,,pl,,polish,,,pl,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,35,80,103,0,0,23,106,58,186,pa.po,,pa,,punjabi,,,pa,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,58,186,214,0,0,0,0,58,186,oc.po,,oc,,occitan,,,oc,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,57,186,217,0,0,1,0,58,186,nl.po,,nl,,dutch,,,nl,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,58,186,197,0,0,0,0,58,186,ne.po,,ne,,nepali,,,ne,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,58,186,184,0,0,0,0,58,186,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,58,186,158,0,0,0,0,58,186,ml.po,,ml,,malayalam,,,ml,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,57,186,173,0,0,1,0,58,186,lv.po,,lv,,latvian,,,lv,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,57,186,175,0,0,1,0,58,186,lt.po,,lt,,lithuanian,,,lt,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ln.po,44,155,181,0,0,14,31,58,186,ln.po,,ln,,lingala,,,ln,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,57,186,168,0,0,1,0,58,186,ko.po,,ko,,korean,,,ko,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,57,186,182,0,0,1,0,58,186,kk.po,,kk,,kazakh,,,kk,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,56,185,79,0,0,2,1,58,186,ja.po,,ja,,japanese,,,ja,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,57,186,195,0,0,1,0,58,186,it.po,,it,,italian,,,it,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,58,186,192,0,0,0,0,58,186,is.po,,is,,icelandic,,,is,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,57,186,208,0,0,1,0,58,186,id.po,,id,,indonesian,,,id,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,57,186,181,0,0,1,0,58,186,hu.po,,hu,,hungarian,,,hu,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,57,186,178,0,0,1,0,58,186,hr.po,,hr,,croatian,,,hr,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,47,161,157,0,0,11,25,58,186,he.po,,he,,hebrew,,,he,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,47,161,173,0,0,11,25,58,186,gu.po,,gu,,gujarati,,,gu,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,57,186,212,0,0,1,0,58,186,gl.po,,gl,,galician,,,gl,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,58,186,246,0,0,0,0,58,186,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,57,186,215,0,0,1,0,58,186,fur.po,,fur,,friulian,,,fur,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,57,186,217,0,0,1,0,58,186,fr.po,,fr,,french,,,fr,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,57,186,151,0,0,1,0,58,186,fi.po,,fi,,finnish,,,fi,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,58,186,219,0,0,0,0,58,186,fa.po,,fa,,persian,,,fa,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,57,186,180,0,0,1,0,58,186,eu.po,,eu,,basque,,,eu,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,57,186,217,0,0,1,0,58,186,es.po,,es,,spanish,,,es,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,56,185,178,0,0,2,1,58,186,eo.po,,eo,,esperanto,,,eo,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,58,186,194,0,0,0,0,58,186,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,57,186,207,0,0,1,0,58,186,el.po,,el,,greek,,,el,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,57,186,204,0,0,1,0,58,186,de.po,,de,,german,,,de,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,56,185,191,0,0,2,1,58,186,da.po,,da,,danish,,,da,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,57,186,189,0,0,1,0,58,186,cs.po,,cs,,czech,,,cs,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,58,186,221,0,0,0,0,58,186,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,58,186,221,0,0,0,0,58,186,ca.po,,ca,,catalan,,,ca,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,58,186,179,0,0,0,0,58,186,be.po,,be,,belarusian,,,be,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,57,186,183,0,0,1,0,58,186,ar.po,,ar,,arabic,,,ar,po -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,57,186,191,0,0,1,0,58,186,af.po,,af,,afrikaans,,,af,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,82,983,765,0,0,0,0,82,983,cs.po,,cs,,czech,,,cs,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,82,983,736,0,0,0,0,82,983,hu.po,,hu,,hungarian,,,hu,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/ko/ko.po,82,983,621,0,0,0,0,82,983,ko.po,,ko,,korean,,,ko,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,82,983,721,0,0,0,0,82,983,pl.po,,pl,,polish,,,pl,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,82,983,994,0,0,0,0,82,983,el.po,,el,,greek,,,el,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/nl/nl.po,82,983,985,0,0,0,0,82,983,nl.po,,nl,,dutch,,,nl,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,82,983,968,0,0,0,0,82,983,de.po,,de,,german,,,de,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,81,978,939,0,0,1,5,82,983,ca.po,,ca,,catalan,,,ca,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,82,983,957,0,0,0,0,82,983,sv.po,,sv,,swedish,,,sv,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,82,983,1061,0,0,0,0,82,983,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/fi/fi.po,82,983,584,0,0,0,0,82,983,fi.po,,fi,,finnish,,,fi,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,82,983,963,0,0,0,0,82,983,es.po,,es,,spanish,,,es,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/ru/ru.po,81,978,753,0,0,1,5,82,983,ru.po,,ru,,russian,,,ru,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,82,983,960,0,0,0,0,82,983,da.po,,da,,danish,,,da,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,82,983,1060,0,0,0,0,82,983,fr.po,,fr,,french,,,fr,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,82,983,894,0,0,0,0,82,983,gl.po,,gl,,galician,,,gl,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,help/id/id.po,82,983,845,0,0,0,0,82,983,id.po,,id,,indonesian,,,id,help/ -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,100,284,217,0,0,0,0,100,284,fi.po,,fi,,finnish,,,fi,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,100,284,277,0,0,0,0,100,284,de.po,,de,,german,,,de,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,100,283,254,0,0,0,1,100,284,eu.po,,eu,,basque,,,eu,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,77,223,199,0,0,23,61,100,284,te.po,,te,,telugu,,,te,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,100,284,300,0,0,0,0,100,284,it.po,,it,,italian,,,it,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,100,284,115,0,0,0,0,100,284,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,100,284,248,0,0,0,0,100,284,hu.po,,hu,,hungarian,,,hu,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,100,283,369,0,0,0,1,100,284,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,100,284,310,0,0,0,0,100,284,fur.po,,fur,,friulian,,,fur,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,100,284,309,0,0,0,0,100,284,el.po,,el,,greek,,,el,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,59,127,126,0,0,41,157,100,284,ug.po,,ug,,uyghur,,,ug,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,100,284,257,0,0,0,0,100,284,lv.po,,lv,,latvian,,,lv,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,98,280,121,0,0,2,4,100,284,ja.po,,ja,,japanese,,,ja,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,100,284,291,0,0,0,0,100,284,sv.po,,sv,,swedish,,,sv,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,77,223,244,0,0,23,61,100,284,or.po,,or,,odia,,,or,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,100,283,277,0,0,0,1,100,284,sk.po,,sk,,slovak,,,sk,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,77,223,91,0,0,23,61,100,284,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,77,223,245,0,0,23,61,100,284,gu.po,,gu,,gujarati,,,gu,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,100,284,245,0,0,0,0,100,284,lt.po,,lt,,lithuanian,,,lt,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,77,223,226,0,0,23,61,100,284,mr.po,,mr,,marathi,,,mr,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,100,283,286,0,0,0,1,100,284,af.po,,af,,afrikaans,,,af,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,59,129,130,5,19,36,136,100,284,ne.po,,ne,,nepali,,,ne,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,95,273,310,0,0,5,11,100,284,pt.po,,pt,,portuguese,,,pt,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,100,283,273,0,0,0,1,100,284,be.po,,be,,belarusian,,,be,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,100,283,284,0,0,0,1,100,284,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,100,284,272,0,0,0,0,100,284,da.po,,da,,danish,,,da,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,77,223,213,0,0,23,61,100,284,kn.po,,kn,,kannada,,,kn,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,100,283,291,0,0,0,1,100,284,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,43,85,108,0,0,57,199,100,284,ga.po,,ga,,irish,,,ga,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,100,283,278,0,0,0,1,100,284,ml.po,,ml,,malayalam,,,ml,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,77,223,237,0,0,23,61,100,284,as.po,,as,,assamese,,,as,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,77,223,229,0,0,23,61,100,284,ta.po,,ta,,tamil,,,ta,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,100,284,239,0,0,0,0,100,284,ko.po,,ko,,korean,,,ko,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,100,284,315,0,0,0,0,100,284,ro.po,,ro,,romanian,,,ro,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,77,223,252,0,0,23,61,100,284,an.po,,an,,aragonese,,,an,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,100,284,334,0,0,0,0,100,284,ca.po,,ca,,catalan,,,ca,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,100,284,267,0,0,0,0,100,284,kk.po,,kk,,kazakh,,,kk,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,100,284,283,0,0,0,0,100,284,sr.po,,sr,,serbian,,,sr,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,100,283,269,0,0,0,1,100,284,hr.po,,hr,,croatian,,,hr,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,100,283,136,0,0,0,1,100,284,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,100,284,315,0,0,0,0,100,284,gl.po,,gl,,galician,,,gl,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,94,272,121,0,0,6,12,100,284,th.po,,th,,thai,,,th,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,100,284,268,0,0,0,0,100,284,cs.po,,cs,,czech,,,cs,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,77,223,220,0,0,23,61,100,284,bs.po,,bs,,bosnian,,,bs,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,100,283,331,0,0,0,1,100,284,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,100,284,266,0,0,0,0,100,284,nl.po,,nl,,dutch,,,nl,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,100,283,276,0,0,0,1,100,284,is.po,,is,,icelandic,,,is,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,94,272,286,0,0,6,12,100,284,he.po,,he,,hebrew,,,he,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,100,283,308,0,0,0,1,100,284,pa.po,,pa,,punjabi,,,pa,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,77,223,247,0,0,23,61,100,284,tg.po,,tg,,tajik,,,tg,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,100,283,331,0,0,0,1,100,284,fa.po,,fa,,persian,,,fa,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,100,284,345,0,0,0,0,100,284,fr.po,,fr,,french,,,fr,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,100,284,281,0,0,0,0,100,284,sl.po,,sl,,slovenian,,,sl,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,100,284,299,0,0,0,0,100,284,id.po,,id,,indonesian,,,id,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,100,284,273,0,0,0,0,100,284,ru.po,,ru,,russian,,,ru,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,92,259,310,0,0,8,25,100,284,oc.po,,oc,,occitan,,,oc,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,100,284,325,0,0,0,0,100,284,es.po,,es,,spanish,,,es,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,77,223,269,0,0,23,61,100,284,hi.po,,hi,,hindi,,,hi,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,95,273,268,0,0,5,11,100,284,ar.po,,ar,,arabic,,,ar,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,77,223,176,0,0,23,61,100,284,et.po,,et,,estonian,,,et,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,100,284,424,0,0,0,0,100,284,vi.po,,vi,,vietnamese,,,vi,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,94,272,282,0,0,6,12,100,284,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,100,283,281,0,0,0,1,100,284,eo.po,,eo,,esperanto,,,eo,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,92,259,265,0,0,8,25,100,284,bg.po,,bg,,bulgarian,,,bg,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,100,284,345,0,0,0,0,100,284,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,100,284,268,0,0,0,0,100,284,tr.po,,tr,,turkish,,,tr,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,100,284,259,0,0,0,0,100,284,pl.po,,pl,,polish,,,pl,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,77,223,239,0,0,23,61,100,284,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,38,67,72,0,0,62,217,100,284,uk.po,,uk,,ukrainian,,,uk,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,16,160,70,0,0,10,374,26,534,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_hk/zh_hk.po,16,160,70,0,0,10,374,26,534,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,26,534,139,0,0,0,0,26,534,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,26,534,475,0,0,0,0,26,534,sv.po,,sv,,swedish,,,sv,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,26,534,665,0,0,0,0,26,534,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,26,534,470,0,0,0,0,26,534,pl.po,,pl,,polish,,,pl,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/ml/ml.po,26,534,417,0,0,0,0,26,534,ml.po,,ml,,malayalam,,,ml,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/ko/ko.po,26,534,387,0,0,0,0,26,534,ko.po,,ko,,korean,,,ko,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/it/it.po,26,534,543,0,0,0,0,26,534,it.po,,it,,italian,,,it,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,26,534,473,0,0,0,0,26,534,hu.po,,hu,,hungarian,,,hu,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/hr/hr.po,26,534,444,0,0,0,0,26,534,hr.po,,hr,,croatian,,,hr,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,26,534,554,0,0,0,0,26,534,gl.po,,gl,,galician,,,gl,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,26,534,615,0,0,0,0,26,534,fr.po,,fr,,french,,,fr,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/fi/fi.po,26,534,346,0,0,0,0,26,534,fi.po,,fi,,finnish,,,fi,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,26,534,598,0,0,0,0,26,534,es.po,,es,,spanish,,,es,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,26,534,577,0,0,0,0,26,534,el.po,,el,,greek,,,el,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,26,534,516,0,0,0,0,26,534,de.po,,de,,german,,,de,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,26,534,480,0,0,0,0,26,534,da.po,,da,,danish,,,da,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,26,534,491,0,0,0,0,26,534,cs.po,,cs,,czech,,,cs,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,26,534,613,0,0,0,0,26,534,ca.po,,ca,,catalan,,,ca,help/ -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,345,1796,471,0,0,38,617,383,2413,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,342,1792,467,0,0,41,621,383,2413,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,345,1796,468,0,0,38,617,383,2413,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,345,1796,2263,0,0,38,617,383,2413,vi.po,,vi,,vietnamese,,,vi,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,345,1796,1483,0,0,38,617,383,2413,uk.po,,uk,,ukrainian,,,uk,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,329,1681,1328,0,0,54,732,383,2413,ug.po,,ug,,uyghur,,,ug,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,345,1796,1525,0,0,38,617,383,2413,tr.po,,tr,,turkish,,,tr,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,18,28,19,0,0,365,2385,383,2413,th.po,,th,,thai,,,th,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,343,1793,1702,0,0,40,620,383,2413,tg.po,,tg,,tajik,,,tg,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,342,1792,1371,0,0,41,621,383,2413,te.po,,te,,telugu,,,te,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,342,1792,1458,0,0,41,621,383,2413,ta.po,,ta,,tamil,,,ta,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,345,1796,1561,0,0,38,617,383,2413,sv.po,,sv,,swedish,,,sv,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,345,1796,1613,0,0,38,617,383,2413,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,345,1796,1613,0,0,38,617,383,2413,sr.po,,sr,,serbian,,,sr,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,345,1796,1591,0,0,38,617,383,2413,sl.po,,sl,,slovenian,,,sl,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,345,1796,1599,0,0,38,617,383,2413,sk.po,,sk,,slovak,,,sk,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,345,1796,1540,0,0,38,617,383,2413,ru.po,,ru,,russian,,,ru,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,345,1796,1853,0,0,38,617,383,2413,ro.po,,ro,,romanian,,,ro,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,345,1796,2050,0,0,38,617,383,2413,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,345,1796,2026,0,0,38,617,383,2413,pt.po,,pt,,portuguese,,,pt,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,345,1796,1617,0,0,38,617,383,2413,pl.po,,pl,,polish,,,pl,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,342,1792,1925,0,0,41,621,383,2413,pa.po,,pa,,punjabi,,,pa,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,342,1792,1682,0,0,41,621,383,2413,or.po,,or,,odia,,,or,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,343,1793,2019,0,0,40,620,383,2413,oc.po,,oc,,occitan,,,oc,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,345,1796,1670,0,0,38,617,383,2413,nl.po,,nl,,dutch,,,nl,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,151,327,333,109,449,123,1637,383,2413,ne.po,,ne,,nepali,,,ne,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,345,1796,1611,0,0,38,617,383,2413,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,342,1792,1522,0,0,41,621,383,2413,mr.po,,mr,,marathi,,,mr,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,237,770,635,2,2,144,1641,383,2413,ml.po,,ml,,malayalam,,,ml,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,345,1796,1507,0,0,38,617,383,2413,lv.po,,lv,,latvian,,,lv,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,345,1796,1407,0,0,38,617,383,2413,lt.po,,lt,,lithuanian,,,lt,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,345,1796,1377,0,0,38,617,383,2413,ko.po,,ko,,korean,,,ko,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,342,1792,1455,0,0,41,621,383,2413,kn.po,,kn,,kannada,,,kn,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,153,404,359,0,0,230,2009,383,2413,kk.po,,kk,,kazakh,,,kk,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,343,1793,420,0,0,40,620,383,2413,ja.po,,ja,,japanese,,,ja,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,345,1796,1879,0,0,38,617,383,2413,it.po,,it,,italian,,,it,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,345,1796,1706,0,0,38,617,383,2413,is.po,,is,,icelandic,,,is,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,345,1796,1612,0,0,38,617,383,2413,id.po,,id,,indonesian,,,id,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,345,1796,1471,0,0,38,617,383,2413,hu.po,,hu,,hungarian,,,hu,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,345,1796,1571,0,0,38,617,383,2413,hr.po,,hr,,croatian,,,hr,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,342,1792,2093,0,0,41,621,383,2413,hi.po,,hi,,hindi,,,hi,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,343,1793,1605,0,0,40,620,383,2413,he.po,,he,,hebrew,,,he,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,343,1793,1825,0,0,40,620,383,2413,gu.po,,gu,,gujarati,,,gu,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,345,1796,1995,0,0,38,617,383,2413,gl.po,,gl,,galician,,,gl,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,345,1796,2183,0,0,38,617,383,2413,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,345,1796,2031,0,0,38,617,383,2413,fur.po,,fur,,friulian,,,fur,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,345,1796,2037,0,0,38,617,383,2413,fr.po,,fr,,french,,,fr,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,321,1639,1155,1,17,61,757,383,2413,fi.po,,fi,,finnish,,,fi,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,345,1796,1873,0,0,38,617,383,2413,fa.po,,fa,,persian,,,fa,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,345,1796,1446,0,0,38,617,383,2413,eu.po,,eu,,basque,,,eu,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,343,1793,1323,0,0,40,620,383,2413,et.po,,et,,estonian,,,et,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,345,1796,2031,0,0,38,617,383,2413,es.po,,es,,spanish,,,es,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,345,1796,1609,0,0,38,617,383,2413,eo.po,,eo,,esperanto,,,eo,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,345,1796,1795,0,0,38,617,383,2413,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,345,1796,1839,0,0,38,617,383,2413,el.po,,el,,greek,,,el,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,345,1796,1724,0,0,38,617,383,2413,de.po,,de,,german,,,de,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,345,1796,1572,0,0,38,617,383,2413,da.po,,da,,danish,,,da,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,345,1796,1599,0,0,38,617,383,2413,cs.po,,cs,,czech,,,cs,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,345,1796,2097,0,0,38,617,383,2413,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,345,1796,2100,0,0,38,617,383,2413,ca.po,,ca,,catalan,,,ca,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,343,1793,1549,0,0,40,620,383,2413,bs.po,,bs,,bosnian,,,bs,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,342,1792,1762,0,0,41,621,383,2413,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,343,1793,1816,0,0,40,620,383,2413,bg.po,,bg,,bulgarian,,,bg,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,342,1792,1719,0,0,41,621,383,2413,as.po,,as,,assamese,,,as,po -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,97,304,294,0,0,286,2109,383,2413,ar.po,,ar,,arabic,,,ar,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/zh_tw.po,167,590,227,0,0,0,0,167,590,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/zh_hk.po,155,405,207,0,0,12,185,167,590,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/zh_cn.po,158,434,221,0,0,9,156,167,590,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/vi.po,157,433,647,0,0,10,157,167,590,vi.po,,vi,,vietnamese,,,vi,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/uk.po,129,311,312,0,0,38,279,167,590,uk.po,,uk,,ukrainian,,,uk,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ug.po,151,344,326,0,0,16,246,167,590,ug.po,,ug,,uyghur,,,ug,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/tr.po,167,590,498,0,0,0,0,167,590,tr.po,,tr,,turkish,,,tr,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/th.po,157,433,215,0,0,10,157,167,590,th.po,,th,,thai,,,th,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/tg.po,156,411,473,0,0,11,179,167,590,tg.po,,tg,,tajik,,,tg,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/te.po,155,405,370,0,0,12,185,167,590,te.po,,te,,telugu,,,te,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ta.po,155,405,406,0,0,12,185,167,590,ta.po,,ta,,tamil,,,ta,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/sv.po,167,590,558,0,0,0,0,167,590,sv.po,,sv,,swedish,,,sv,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/sr@latin.po,162,563,589,0,0,5,27,167,590,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/sr.po,167,590,617,0,0,0,0,167,590,sr.po,,sr,,serbian,,,sr,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/sl.po,167,590,551,0,0,0,0,167,590,sl.po,,sl,,slovenian,,,sl,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/sk.po,166,586,553,0,0,1,4,167,590,sk.po,,sk,,slovak,,,sk,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ru.po,167,590,559,0,0,0,0,167,590,ru.po,,ru,,russian,,,ru,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ro.po,167,590,622,0,0,0,0,167,590,ro.po,,ro,,romanian,,,ro,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/pt_br.po,167,590,654,0,0,0,0,167,590,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/pt.po,157,433,481,0,0,10,157,167,590,pt.po,,pt,,portuguese,,,pt,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/pl.po,167,590,559,0,0,0,0,167,590,pl.po,,pl,,polish,,,pl,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/pa.po,156,411,457,0,0,11,179,167,590,pa.po,,pa,,punjabi,,,pa,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/or.po,155,405,440,0,0,12,185,167,590,or.po,,or,,odia,,,or,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/oc.po,157,433,497,0,0,10,157,167,590,oc.po,,oc,,occitan,,,oc,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/nl.po,167,590,576,0,0,0,0,167,590,nl.po,,nl,,dutch,,,nl,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ne.po,144,417,416,0,0,23,173,167,590,ne.po,,ne,,nepali,,,ne,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/nb.po,144,417,408,0,0,23,173,167,590,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/mr.po,155,405,421,0,0,12,185,167,590,mr.po,,mr,,marathi,,,mr,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ml.po,151,344,316,0,0,16,246,167,590,ml.po,,ml,,malayalam,,,ml,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/mk.po,116,231,245,0,0,51,359,167,590,mk.po,,mk,,macedonian,,,mk,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/lv.po,167,590,548,0,0,0,0,167,590,lv.po,,lv,,latvian,,,lv,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/lt.po,167,590,531,0,0,0,0,167,590,lt.po,,lt,,lithuanian,,,lt,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ko.po,167,590,461,0,0,0,0,167,590,ko.po,,ko,,korean,,,ko,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/kn.po,155,405,399,0,0,12,185,167,590,kn.po,,kn,,kannada,,,kn,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/kk.po,167,590,519,0,0,0,0,167,590,kk.po,,kk,,kazakh,,,kk,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ja.po,157,433,210,0,0,10,157,167,590,ja.po,,ja,,japanese,,,ja,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/it.po,167,590,561,0,0,0,0,167,590,it.po,,it,,italian,,,it,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/is.po,163,506,494,0,0,4,84,167,590,is.po,,is,,icelandic,,,is,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/id.po,167,590,577,0,0,0,0,167,590,id.po,,id,,indonesian,,,id,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/hu.po,167,590,534,0,0,0,0,167,590,hu.po,,hu,,hungarian,,,hu,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/hr.po,166,586,536,0,0,1,4,167,590,hr.po,,hr,,croatian,,,hr,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/hi.po,155,405,449,0,0,12,185,167,590,hi.po,,hi,,hindi,,,hi,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/he.po,157,433,490,0,0,10,157,167,590,he.po,,he,,hebrew,,,he,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/gu.po,157,433,490,0,0,10,157,167,590,gu.po,,gu,,gujarati,,,gu,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/gl.po,167,590,648,0,0,0,0,167,590,gl.po,,gl,,galician,,,gl,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/gd.po,144,417,591,0,0,23,173,167,590,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ga.po,117,184,202,1,4,49,402,167,590,ga.po,,ga,,irish,,,ga,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/fur.po,167,590,642,0,0,0,0,167,590,fur.po,,fur,,friulian,,,fur,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/fr.po,167,590,663,0,0,0,0,167,590,fr.po,,fr,,french,,,fr,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/fi.po,167,590,451,0,0,0,0,167,590,fi.po,,fi,,finnish,,,fi,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/fa.po,146,422,485,0,0,21,168,167,590,fa.po,,fa,,persian,,,fa,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/eu.po,167,590,512,0,0,0,0,167,590,eu.po,,eu,,basque,,,eu,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/et.po,151,331,301,0,0,16,259,167,590,et.po,,et,,estonian,,,et,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/es.po,167,590,650,0,0,0,0,167,590,es.po,,es,,spanish,,,es,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/eo.po,159,481,474,0,0,8,109,167,590,eo.po,,eo,,esperanto,,,eo,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/en_gb.po,162,563,569,0,0,5,27,167,590,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/en_ca.po,145,309,310,0,0,22,281,167,590,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/el.po,167,590,636,0,0,0,0,167,590,el.po,,el,,greek,,,el,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/de.po,167,590,562,0,0,0,0,167,590,de.po,,de,,german,,,de,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/da.po,167,590,524,0,0,0,0,167,590,da.po,,da,,danish,,,da,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/cs.po,167,590,539,0,0,0,0,167,590,cs.po,,cs,,czech,,,cs,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,144,417,499,0,0,23,173,167,590,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ca.po,167,590,681,0,0,0,0,167,590,ca.po,,ca,,catalan,,,ca,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/bs.po,156,411,418,0,0,11,179,167,590,bs.po,,bs,,bosnian,,,bs,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/bn_in.po,155,405,449,0,0,12,185,167,590,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/bg.po,112,288,344,0,0,55,302,167,590,bg.po,,bg,,bulgarian,,,bg,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/be.po,146,422,432,0,0,21,168,167,590,be.po,,be,,belarusian,,,be,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ast.po,105,205,222,0,0,62,385,167,590,ast.po,,ast,,asturian,,,ast,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/as.po,155,405,467,0,0,12,185,167,590,as.po,,as,,assamese,,,as,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/ar.po,155,380,423,0,0,12,210,167,590,ar.po,,ar,,arabic,,,ar,po -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv,po/af.po,99,186,192,5,8,63,396,167,590,af.po,,af,,afrikaans,,,af,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/zh_tw.po,756,1313,886,0,0,0,0,756,1313,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/zh_cn.po,756,1313,757,0,0,0,0,756,1313,zh_cn.po,,zh,cn,chinese,,china,zh_cn,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/vi.po,504,504,981,69,88,183,721,756,1313,vi.po,,vi,,vietnamese,,,vi,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ur.po,0,0,0,0,0,756,1313,756,1313,ur.po,,ur,,urdu,,,ur,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/uk.po,752,1304,1368,0,0,4,9,756,1313,uk.po,,uk,,ukrainian,,,uk,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/tr.po,612,672,672,4,8,140,633,756,1313,tr.po,,tr,,turkish,,,tr,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/te.po,756,1313,1337,0,0,0,0,756,1313,te.po,,te,,telugu,,,te,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ta.po,756,1313,1299,0,0,0,0,756,1313,ta.po,,ta,,tamil,,,ta,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/sv.po,752,1304,1203,0,0,4,9,756,1313,sv.po,,sv,,swedish,,,sv,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/sr@latin.po,750,1298,1290,5,9,1,6,756,1313,sr@latin.po,latin,sr,,serbian,,,sr@latin,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/sr.po,750,1298,1290,5,9,1,6,756,1313,sr.po,,sr,,serbian,,,sr,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/sq.po,551,551,551,38,54,167,708,756,1313,sq.po,,sq,,albanian,,,sq,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/sl.po,521,521,521,69,88,166,704,756,1313,sl.po,,sl,,slovenian,,,sl,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/sk.po,756,1313,1307,0,0,0,0,756,1313,sk.po,,sk,,slovak,,,sk,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/si.po,550,550,551,40,59,166,704,756,1313,si.po,,si,,sinhala,,,si,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ru.po,756,1313,1396,0,0,0,0,756,1313,ru.po,,ru,,russian,,,ru,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ro.po,550,550,550,40,59,166,704,756,1313,ro.po,,ro,,romanian,,,ro,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/pt_br.po,756,1313,1485,0,0,0,0,756,1313,pt_br.po,,pt,br,portuguese,,brazil,pt_br,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/pt.po,756,1313,1404,0,0,0,0,756,1313,pt.po,,pt,,portuguese,,,pt,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/pl.po,756,1313,1494,0,0,0,0,756,1313,pl.po,,pl,,polish,,,pl,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/pa.po,756,1313,1376,0,0,0,0,756,1313,pa.po,,pa,,punjabi,,,pa,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/or.po,756,1313,1318,0,0,0,0,756,1313,or.po,,or,,odia,,,or,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/nn.po,0,0,0,0,0,756,1313,756,1313,nn.po,,nn,,norwegian nynorsk,,,nn,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/nl.po,756,1313,1289,0,0,0,0,756,1313,nl.po,,nl,,dutch,,,nl,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/nds.po,756,1313,1295,0,0,0,0,756,1313,nds.po,,nds,,low german,,,nds,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/nb.po,709,1000,948,0,0,47,313,756,1313,nb.po,,nb,,norwegian bokmål,,,nb,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ms.po,551,551,551,39,58,166,704,756,1313,ms.po,,ms,,malay,,,ms,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/mr.po,756,1313,1318,0,0,0,0,756,1313,mr.po,,mr,,marathi,,,mr,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ml.po,756,1313,1312,0,0,0,0,756,1313,ml.po,,ml,,malayalam,,,ml,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/mk.po,521,521,521,69,88,166,704,756,1313,mk.po,,mk,,macedonian,,,mk,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/mai.po,559,559,564,31,50,166,704,756,1313,mai.po,,mai,,maithili,,,mai,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/lv.po,549,549,622,41,60,166,704,756,1313,lv.po,,lv,,latvian,,,lv,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/lt.po,521,521,521,69,88,166,704,756,1313,lt.po,,lt,,lithuanian,,,lt,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/lo.po,0,0,0,0,0,756,1313,756,1313,lo.po,,lo,,lao,,,lo,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ku.po,0,0,0,0,0,756,1313,756,1313,ku.po,,ku,,kurdish,,,ku,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ko.po,756,1313,1435,0,0,0,0,756,1313,ko.po,,ko,,korean,,,ko,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/kn.po,756,1313,1430,0,0,0,0,756,1313,kn.po,,kn,,kannada,,,kn,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ka.po,166,166,166,40,53,550,1094,756,1313,ka.po,,ka,,georgian,,,ka,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ja.po,756,1313,912,0,0,0,0,756,1313,ja.po,,ja,,japanese,,,ja,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/it.po,756,1313,1427,0,0,0,0,756,1313,it.po,,it,,italian,,,it,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/is.po,750,1298,1154,5,9,1,6,756,1313,is.po,,is,,icelandic,,,is,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ilo.po,0,0,0,0,0,756,1313,756,1313,ilo.po,,ilo,,iloko,,,ilo,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/id.po,539,539,539,51,70,166,704,756,1313,id.po,,id,,indonesian,,,id,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/hu.po,690,971,986,15,29,51,313,756,1313,hu.po,,hu,,hungarian,,,hu,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/hr.po,551,551,563,39,58,166,704,756,1313,hr.po,,hr,,croatian,,,hr,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/hi.po,756,1313,1317,0,0,0,0,756,1313,hi.po,,hi,,hindi,,,hi,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/he.po,504,504,515,31,50,221,759,756,1313,he.po,,he,,hebrew,,,he,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/gu.po,756,1313,1388,0,0,0,0,756,1313,gu.po,,gu,,gujarati,,,gu,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/gl.po,521,521,521,69,88,166,704,756,1313,gl.po,,gl,,galician,,,gl,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/fr.po,755,1307,1447,0,0,1,6,756,1313,fr.po,,fr,,french,,,fr,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/fi.po,756,1313,1213,0,0,0,0,756,1313,fi.po,,fi,,finnish,,,fi,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/fa.po,520,526,701,59,76,177,711,756,1313,fa.po,,fa,,persian,,,fa,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/et.po,521,521,522,69,88,166,704,756,1313,et.po,,et,,estonian,,,et,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/en_gb.po,734,1223,1223,19,67,3,23,756,1313,en_gb.po,,en,gb,english,,united kingdom,en_gb,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/el.po,734,1223,1195,19,67,3,23,756,1313,el.po,,el,,greek,,,el,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/de.po,756,1313,1295,0,0,0,0,756,1313,de.po,,de,,german,,,de,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/da.po,750,1298,1198,5,9,1,6,756,1313,da.po,,da,,danish,,,da,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/cy.po,539,539,543,51,70,166,704,756,1313,cy.po,,cy,,welsh,,,cy,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/cs.po,752,1304,1298,0,0,4,9,756,1313,cs.po,,cs,,czech,,,cs,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ca.po,652,905,959,1,2,103,406,756,1313,ca.po,,ca,,catalan,,,ca,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/bs.po,550,550,562,40,59,166,704,756,1313,bs.po,,bs,,bosnian,,,bs,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/bn_in.po,756,1313,1335,0,0,0,0,756,1313,bn_in.po,,bn,in,bangla,,india,bn_in,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/bn.po,539,539,597,51,70,166,704,756,1313,bn.po,,bn,,bangla,,,bn,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/bg.po,559,559,573,31,50,166,704,756,1313,bg.po,,bg,,bulgarian,,,bg,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ast.po,756,1313,1322,0,0,0,0,756,1313,ast.po,,ast,,asturian,,,ast,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/as.po,734,1223,1387,19,67,3,23,756,1313,as.po,,as,,assamese,,,as,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/ar.po,750,1298,1298,5,9,1,6,756,1313,ar.po,,ar,,arabic,,,ar,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/am.po,521,521,543,69,88,166,704,756,1313,am.po,,am,,amharic,,,am,panels/datetime/po-timezones -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,panels/datetime/po-timezones/es.po,756,1313,1465,0,0,0,0,756,1313,es.po,,es,,spanish,,,es,panels/datetime/po-timezon -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/zu.po,564,2619,2251,100,352,958,2742,1622,5713,zu.po,,zu,,zulu,,,zu,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,1572,5528,2099,0,0,50,185,1622,5713,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,1454,4946,1843,0,0,168,767,1622,5713,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,1500,5189,1978,1,3,121,521,1622,5713,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/xh.po,646,2834,2520,55,267,921,2612,1622,5713,xh.po,,xh,,xhosa,,,xh,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/wa.po,128,273,373,219,470,1275,4970,1622,5713,wa.po,,wa,,walloon,,,wa,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,1526,5320,7609,0,0,96,393,1622,5713,vi.po,,vi,,vietnamese,,,vi,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,353,885,846,0,0,1269,4828,1622,5713,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/uz.po,353,885,846,0,0,1269,4828,1622,5713,uz.po,,uz,,uzbek,,,uz,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,1492,5200,4819,0,0,130,513,1622,5713,uk.po,,uk,,ukrainian,,,uk,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,1432,4462,4192,2,2,188,1249,1622,5713,ug.po,,ug,,uyghur,,,ug,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,1622,5713,5121,0,0,0,0,1622,5713,tr.po,,tr,,turkish,,,tr,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,1501,5190,2170,0,0,121,523,1622,5713,th.po,,th,,thai,,,th,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,1464,5034,5429,0,0,158,679,1622,5713,tg.po,,tg,,tajik,,,tg,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,1454,4946,4484,0,0,168,767,1622,5713,te.po,,te,,telugu,,,te,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,1454,4946,4602,0,0,168,767,1622,5713,ta.po,,ta,,tamil,,,ta,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,1621,5712,5238,0,0,1,1,1622,5713,sv.po,,sv,,swedish,,,sv,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,1526,5320,5367,0,0,96,393,1622,5713,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,1622,5713,5760,0,0,0,0,1622,5713,sr.po,,sr,,serbian,,,sr,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/sq.po,724,2780,3203,0,0,898,2933,1622,5713,sq.po,,sq,,albanian,,,sq,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,1622,5713,5763,0,0,0,0,1622,5713,sl.po,,sl,,slovenian,,,sl,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,1561,5433,5348,0,0,61,280,1622,5713,sk.po,,sk,,slovak,,,sk,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/si.po,184,380,454,0,0,1438,5333,1622,5713,si.po,,si,,sinhala,,,si,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/rw.po,60,63,64,474,2800,1088,2850,1622,5713,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,1622,5713,5389,0,0,0,0,1622,5713,ru.po,,ru,,russian,,,ru,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,1622,5713,6053,0,0,0,0,1622,5713,ro.po,,ro,,romanian,,,ro,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,1622,5713,6476,0,0,0,0,1622,5713,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,1504,5267,5898,0,0,118,446,1622,5713,pt.po,,pt,,portuguese,,,pt,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,1622,5713,5476,0,0,0,0,1622,5713,pl.po,,pl,,polish,,,pl,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,1526,5320,5985,0,0,96,393,1622,5713,pa.po,,pa,,punjabi,,,pa,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,1454,4946,5435,0,0,168,767,1622,5713,or.po,,or,,odia,,,or,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,1551,5346,6226,0,0,71,367,1622,5713,oc.po,,oc,,occitan,,,oc,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/nso.po,571,2626,3886,95,347,956,2740,1622,5713,nso.po,,nso,,northern sotho,,,nso,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/nn.po,567,1856,1702,0,0,1055,3857,1622,5713,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,1622,5713,5448,0,0,0,0,1622,5713,nl.po,,nl,,dutch,,,nl,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,1269,3402,3385,89,408,264,1903,1622,5713,ne.po,,ne,,nepali,,,ne,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/nds.po,389,706,657,0,0,1233,5007,1622,5713,nds.po,,nds,,low german,,,nds,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,1496,5201,4944,0,0,126,512,1622,5713,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/my.po,368,1049,605,0,0,1254,4664,1622,5713,my.po,,my,,burmese,,,my,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,327,868,832,517,1222,778,3623,1622,5713,ms.po,,ms,,malay,,,ms,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,1454,4946,4960,0,0,168,767,1622,5713,mr.po,,mr,,marathi,,,mr,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/mn.po,778,3548,3065,0,0,844,2165,1622,5713,mn.po,,mn,,mongolian,,,mn,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,1386,4336,3756,44,318,192,1059,1622,5713,ml.po,,ml,,malayalam,,,ml,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,953,2882,3146,0,0,669,2831,1622,5713,mk.po,,mk,,macedonian,,,mk,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/mg.po,770,3501,3857,3,15,849,2197,1622,5713,mg.po,,mg,,malagasy,,,mg,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,483,1583,1841,0,0,1139,4130,1622,5713,mai.po,,mai,,maithili,,,mai,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,1622,5713,5172,0,0,0,0,1622,5713,lv.po,,lv,,latvian,,,lv,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,1622,5713,5080,0,0,0,0,1622,5713,lt.po,,lt,,lithuanian,,,lt,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ky.po,695,1780,1661,11,26,916,3907,1622,5713,ky.po,,ky,,kyrgyz,,,ky,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,198,447,472,256,706,1168,4560,1622,5713,ku.po,,ku,,kurdish,,,ku,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,1622,5713,4888,0,0,0,0,1622,5713,ko.po,,ko,,korean,,,ko,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,1452,4958,4666,0,0,170,755,1622,5713,kn.po,,kn,,kannada,,,kn,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,1116,3467,1652,1,1,505,2245,1622,5713,km.po,,km,,khmer,,,km,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,1622,5713,5279,0,0,0,0,1622,5713,kk.po,,kk,,kazakh,,,kk,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ka.po,626,1983,1670,51,322,945,3408,1622,5713,ka.po,,ka,,georgian,,,ka,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,1605,5586,2088,1,15,16,112,1622,5713,ja.po,,ja,,japanese,,,ja,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,1622,5713,6071,0,0,0,0,1622,5713,it.po,,it,,italian,,,it,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,1566,5516,5378,0,0,56,197,1622,5713,is.po,,is,,icelandic,,,is,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,1622,5713,5662,0,0,0,0,1622,5713,id.po,,id,,indonesian,,,id,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/hy.po,480,1906,1762,0,0,1142,3807,1622,5713,hy.po,,hy,,armenian,,,hy,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,1622,5713,5144,0,0,0,0,1622,5713,hu.po,,hu,,hungarian,,,hu,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,1595,5684,5520,0,0,27,29,1622,5713,hr.po,,hr,,croatian,,,hr,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,1454,4946,5873,0,0,168,767,1622,5713,hi.po,,hi,,hindi,,,hi,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,1502,5192,5010,0,0,120,521,1622,5713,he.po,,he,,hebrew,,,he,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,1454,4946,5506,0,0,168,767,1622,5713,gu.po,,gu,,gujarati,,,gu,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,1622,5713,6649,0,0,0,0,1622,5713,gl.po,,gl,,galician,,,gl,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,1526,5320,6981,0,0,96,393,1622,5713,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,892,1952,2167,149,574,581,3187,1622,5713,ga.po,,ga,,irish,,,ga,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,1622,5713,6508,0,0,0,0,1622,5713,fur.po,,fur,,friulian,,,fur,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,1622,5713,6752,0,0,0,0,1622,5713,fr.po,,fr,,french,,,fr,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,1614,5609,4446,1,5,7,99,1622,5713,fi.po,,fi,,finnish,,,fi,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,1499,5228,5813,0,0,123,485,1622,5713,fa.po,,fa,,persian,,,fa,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,1622,5713,5321,0,0,0,0,1622,5713,eu.po,,eu,,basque,,,eu,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,1444,4906,4090,0,0,178,807,1622,5713,et.po,,et,,estonian,,,et,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,1621,5712,6693,0,0,1,1,1622,5713,es.po,,es,,spanish,,,es,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,1614,5682,5266,2,8,6,23,1622,5713,eo.po,,eo,,esperanto,,,eo,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,1622,5713,5710,0,0,0,0,1622,5713,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,754,3477,3483,0,0,868,2236,1622,5713,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,696,2803,2803,115,717,811,2193,1622,5713,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/en.po,6,17,17,0,0,1616,5696,1622,5713,en.po,,en,,english,,,en,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,1622,5713,6160,0,0,0,0,1622,5713,el.po,,el,,greek,,,el,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/dz.po,757,3067,1479,0,0,865,2646,1622,5713,dz.po,,dz,,dzongkha,,,dz,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,1622,5713,5446,0,0,0,0,1622,5713,de.po,,de,,german,,,de,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,1622,5713,5223,0,0,0,0,1622,5713,da.po,,da,,danish,,,da,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/cy.po,763,3491,3703,0,0,859,2222,1622,5713,cy.po,,cy,,welsh,,,cy,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,1622,5713,5633,0,0,0,0,1622,5713,cs.po,,cs,,czech,,,cs,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/crh.po,1198,3387,3138,0,0,424,2326,1622,5713,crh.po,,crh,,crimean turkish,,,crh,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,1499,5228,6292,0,0,123,485,1622,5713,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,1622,5713,6809,0,0,0,0,1622,5713,ca.po,,ca,,catalan,,,ca,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,1458,4996,4829,0,0,164,717,1622,5713,bs.po,,bs,,bosnian,,,bs,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/br.po,218,474,577,36,89,1368,5150,1622,5713,br.po,,br,,breton,,,br,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,1454,4946,5400,0,0,168,767,1622,5713,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,742,2352,2435,0,0,880,3361,1622,5713,bn.po,,bn,,bangla,,,bn,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,1499,5228,5824,0,0,123,485,1622,5713,bg.po,,bg,,bulgarian,,,bg,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,770,3188,2909,0,0,852,2525,1622,5713,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,1566,5516,5182,0,0,56,197,1622,5713,be.po,,be,,belarusian,,,be,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/az.po,564,2619,2394,100,352,958,2742,1622,5713,az.po,,az,,azerbaijani,,,az,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,943,2973,3288,0,0,679,2740,1622,5713,ast.po,,ast,,asturian,,,ast,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,1454,4946,5359,0,0,168,767,1622,5713,as.po,,as,,assamese,,,as,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,1530,5172,4945,4,19,88,522,1622,5713,ar.po,,ar,,arabic,,,ar,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,1464,5034,5936,0,0,158,679,1622,5713,an.po,,an,,aragonese,,,an,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/am.po,111,160,179,168,311,1343,5242,1622,5713,am.po,,am,,amharic,,,am,po -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,1470,5162,5138,30,83,122,468,1622,5713,af.po,,af,,afrikaans,,,af,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/zh_cn/zh_cn.po,69,2543,196,4,344,1,2,74,2889,zh_cn.po,,zh,cn,chinese,,china,zh_cn,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/vi/vi.po,74,2887,3962,0,0,0,2,74,2889,vi.po,,vi,,vietnamese,,,vi,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/uk/uk.po,73,2887,2544,0,0,1,2,74,2889,uk.po,,uk,,ukrainian,,,uk,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/sv/sv.po,72,2889,2853,0,0,2,0,74,2889,sv.po,,sv,,swedish,,,sv,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/sl/sl.po,72,2889,2543,0,0,2,0,74,2889,sl.po,,sl,,slovenian,,,sl,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/pt_br/pt_br.po,72,2889,2981,0,0,2,0,74,2889,pt_br.po,,pt,br,portuguese,,brazil,pt_br,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/oc/oc.po,9,17,24,0,0,65,2872,74,2889,oc.po,,oc,,occitan,,,oc,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/ko/ko.po,73,2887,2175,0,0,1,2,74,2889,ko.po,,ko,,korean,,,ko,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/hu/hu.po,72,2889,2628,0,0,2,0,74,2889,hu.po,,hu,,hungarian,,,hu,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/gl/gl.po,61,2145,2156,0,0,13,744,74,2889,gl.po,,gl,,galician,,,gl,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/fr/fr.po,72,2889,3109,0,0,2,0,74,2889,fr.po,,fr,,french,,,fr,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/eu/eu.po,73,2887,2311,0,0,1,2,74,2889,eu.po,,eu,,basque,,,eu,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/es/es.po,72,2889,3006,0,0,2,0,74,2889,es.po,,es,,spanish,,,es,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/el/el.po,72,2889,3045,0,0,2,0,74,2889,el.po,,el,,greek,,,el,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/de/de.po,72,2889,2801,0,0,2,0,74,2889,de.po,,de,,german,,,de,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/cs/cs.po,11,126,121,0,0,63,2763,74,2889,cs.po,,cs,,czech,,,cs,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/ca/ca.po,72,2889,2977,0,0,2,0,74,2889,ca.po,,ca,,catalan,,,ca,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/fdl/ar/ar.po,6,13,13,0,0,68,2876,74,2889,ar.po,,ar,,arabic,,,ar,desktop-docs/fdl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/zh_cn/zh_cn.po,70,2552,136,0,0,1,3,71,2555,zh_cn.po,,zh,cn,chinese,,china,zh_cn,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/vi/vi.po,71,2552,3505,0,0,0,3,71,2555,vi.po,,vi,,vietnamese,,,vi,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/uk/uk.po,69,2511,2508,1,41,1,3,71,2555,uk.po,,uk,,ukrainian,,,uk,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/sv/sv.po,69,2555,2433,0,0,2,0,71,2555,sv.po,,sv,,swedish,,,sv,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/sr@latin/sr@latin.po,70,2552,2301,0,0,1,3,71,2555,sr@latin.po,latin,sr,,serbian,,,sr@latin,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/sl/sl.po,69,2555,2328,0,0,2,0,71,2555,sl.po,,sl,,slovenian,,,sl,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/pt_br/pt_br.po,69,2555,2545,0,0,2,0,71,2555,pt_br.po,,pt,br,portuguese,,brazil,pt_br,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/pa/pa.po,25,77,85,0,0,46,2478,71,2555,pa.po,,pa,,punjabi,,,pa,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/oc/oc.po,18,33,38,0,0,53,2522,71,2555,oc.po,,oc,,occitan,,,oc,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/nds/nds.po,39,465,489,31,2087,1,3,71,2555,nds.po,,nds,,low german,,,nds,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/ko/ko.po,70,2552,2059,0,0,1,3,71,2555,ko.po,,ko,,korean,,,ko,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/hu/hu.po,69,2555,2094,0,0,2,0,71,2555,hu.po,,hu,,hungarian,,,hu,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/gl/gl.po,69,2555,2851,0,0,2,0,71,2555,gl.po,,gl,,galician,,,gl,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/fr/fr.po,69,2555,2948,0,0,2,0,71,2555,fr.po,,fr,,french,,,fr,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/fi/fi.po,66,2390,1826,3,165,2,0,71,2555,fi.po,,fi,,finnish,,,fi,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/eu/eu.po,70,2552,1992,0,0,1,3,71,2555,eu.po,,eu,,basque,,,eu,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/es/es.po,69,2555,2722,0,0,2,0,71,2555,es.po,,es,,spanish,,,es,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/el/el.po,69,2555,2635,0,0,2,0,71,2555,el.po,,el,,greek,,,el,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/de/de.po,69,2555,2676,0,0,2,0,71,2555,de.po,,de,,german,,,de,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/cs/cs.po,69,2555,2207,0,0,2,0,71,2555,cs.po,,cs,,czech,,,cs,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/ca/ca.po,69,2555,2706,0,0,2,0,71,2555,ca.po,,ca,,catalan,,,ca,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/ar/ar.po,70,2552,1913,0,0,1,3,71,2555,ar.po,,ar,,arabic,,,ar,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/sr/sr.po,69,2555,2304,0,0,2,0,71,2555,sr.po,,sr,,serbian,,,sr,desktop-docs/gpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/gpl/sr/sr@latin.po,69,2555,2304,0,0,0,0,69,2555,sr@latin.po,latin,sr,,serbian,,,sr@latin,desktop-docs/gpl/sr -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/zh_cn/zh_cn.po,71,2364,156,3,132,26,1645,100,4141,zh_cn.po,,zh,cn,chinese,,china,zh_cn,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/vi/vi.po,100,4137,5545,0,0,0,4,100,4141,vi.po,,vi,,vietnamese,,,vi,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/uk/uk.po,99,4137,3895,0,0,1,4,100,4141,uk.po,,uk,,ukrainian,,,uk,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/sv/sv.po,98,4140,3650,0,0,2,1,100,4141,sv.po,,sv,,swedish,,,sv,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/sl/sl.po,99,4141,3695,0,0,1,0,100,4141,sl.po,,sl,,slovenian,,,sl,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/pt_br/pt_br.po,98,4140,4117,0,0,2,1,100,4141,pt_br.po,,pt,br,portuguese,,brazil,pt_br,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/pa/pa.po,34,274,305,0,0,66,3867,100,4141,pa.po,,pa,,punjabi,,,pa,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/oc/oc.po,22,41,46,0,0,78,4100,100,4141,oc.po,,oc,,occitan,,,oc,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/ko/ko.po,99,4137,3163,0,0,1,4,100,4141,ko.po,,ko,,korean,,,ko,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/hu/hu.po,98,4140,3433,0,0,2,1,100,4141,hu.po,,hu,,hungarian,,,hu,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/fr/fr.po,98,4140,4590,0,0,2,1,100,4141,fr.po,,fr,,french,,,fr,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/fi/fi.po,60,1912,1495,8,465,32,1764,100,4141,fi.po,,fi,,finnish,,,fi,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/eu/eu.po,99,4137,3084,0,0,1,4,100,4141,eu.po,,eu,,basque,,,eu,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/es/es.po,98,4140,4433,0,0,2,1,100,4141,es.po,,es,,spanish,,,es,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/el/el.po,98,4140,4214,0,0,2,1,100,4141,el.po,,el,,greek,,,el,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/de/de.po,98,4140,4452,0,0,2,1,100,4141,de.po,,de,,german,,,de,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/cs/cs.po,11,103,104,0,0,89,4038,100,4141,cs.po,,cs,,czech,,,cs,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/ca/ca.po,49,1360,1391,0,0,51,2781,100,4141,ca.po,,ca,,catalan,,,ca,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,desktop-docs/lgpl/ar/ar.po,6,13,12,0,0,94,4128,100,4141,ar.po,,ar,,arabic,,,ar,desktop-docs/lgpl/ -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/zu.po,72,316,260,1,4,20,118,93,438,zu.po,,zu,,zulu,,,zu,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,27,152,80,0,0,66,286,93,438,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,23,146,83,0,0,70,292,93,438,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,23,146,83,0,0,70,292,93,438,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/yo.po,90,328,357,2,8,1,102,93,438,yo.po,,yo,,yoruba,,,yo,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/yi.po,2,2,2,2,2,89,434,93,438,yi.po,,yi,,yiddish,,,yi,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/xh.po,24,139,111,7,96,62,203,93,438,xh.po,,xh,,xhosa,,,xh,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/wa.po,72,316,449,1,4,20,118,93,438,wa.po,,wa,,walloon,,,wa,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,23,146,179,0,0,70,292,93,438,vi.po,,vi,,vietnamese,,,vi,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,23,146,157,0,0,70,292,93,438,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/uz.po,73,314,285,0,0,20,124,93,438,uz.po,,uz,,uzbek,,,uz,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ur.po,9,15,16,3,3,81,420,93,438,ur.po,,ur,,urdu,,,ur,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,23,146,138,0,0,70,292,93,438,uk.po,,uk,,ukrainian,,,uk,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,36,232,200,0,0,57,206,93,438,ug.po,,ug,,uyghur,,,ug,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,27,152,137,0,0,66,286,93,438,tr.po,,tr,,turkish,,,tr,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/tk.po,69,291,256,1,4,23,143,93,438,tk.po,,tk,,turkmen,,,tk,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,23,146,98,0,0,70,292,93,438,th.po,,th,,thai,,,th,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,23,146,145,0,0,70,292,93,438,tg.po,,tg,,tajik,,,tg,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,23,146,131,0,0,70,292,93,438,te.po,,te,,telugu,,,te,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,23,146,138,0,0,70,292,93,438,ta.po,,ta,,tamil,,,ta,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,27,152,155,0,0,66,286,93,438,sv.po,,sv,,swedish,,,sv,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,23,146,131,0,0,70,292,93,438,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,27,152,143,0,0,66,286,93,438,sr.po,,sr,,serbian,,,sr,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/sq.po,71,285,350,0,0,22,153,93,438,sq.po,,sq,,albanian,,,sq,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,27,152,148,0,0,66,286,93,438,sl.po,,sl,,slovenian,,,sl,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,23,146,125,0,0,70,292,93,438,sk.po,,sk,,slovak,,,sk,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/si.po,76,330,344,0,0,17,108,93,438,si.po,,si,,sinhala,,,si,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/rw.po,14,15,19,44,276,35,147,93,438,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,27,152,153,0,0,66,286,93,438,ru.po,,ru,,russian,,,ru,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,27,152,154,0,0,66,286,93,438,ro.po,,ro,,romanian,,,ro,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,27,152,173,0,0,66,286,93,438,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,23,146,150,0,0,70,292,93,438,pt.po,,pt,,portuguese,,,pt,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ps.po,58,144,174,0,0,35,294,93,438,ps.po,,ps,,pashto,,,ps,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,27,152,154,0,0,66,286,93,438,pl.po,,pl,,polish,,,pl,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,23,146,159,0,0,70,292,93,438,pa.po,,pa,,punjabi,,,pa,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,23,146,147,0,0,70,292,93,438,or.po,,or,,odia,,,or,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,23,146,167,0,0,70,292,93,438,oc.po,,oc,,occitan,,,oc,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/nso.po,72,316,489,1,4,20,118,93,438,nso.po,,nso,,northern sotho,,,nso,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/nn.po,22,196,192,9,39,62,203,93,438,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,27,152,153,0,0,66,286,93,438,nl.po,,nl,,dutch,,,nl,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,23,146,139,0,0,70,292,93,438,ne.po,,ne,,nepali,,,ne,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/nds.po,53,351,360,0,0,40,87,93,438,nds.po,,nds,,low german,,,nds,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,23,146,138,0,0,70,292,93,438,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,61,377,360,0,0,32,61,93,438,ms.po,,ms,,malay,,,ms,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,23,146,148,0,0,70,292,93,438,mr.po,,mr,,marathi,,,mr,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/mn.po,53,349,301,0,0,40,89,93,438,mn.po,,mn,,mongolian,,,mn,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,27,152,132,0,0,66,286,93,438,ml.po,,ml,,malayalam,,,ml,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,31,235,253,0,0,62,203,93,438,mk.po,,mk,,macedonian,,,mk,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/mi.po,14,20,27,1,4,78,414,93,438,mi.po,,mi,,maori,,,mi,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/mg.po,70,281,336,1,4,22,153,93,438,mg.po,,mg,,malagasy,,,mg,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,53,351,388,0,0,40,87,93,438,mai.po,,mai,,maithili,,,mai,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,27,152,144,0,0,66,286,93,438,lv.po,,lv,,latvian,,,lv,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,27,152,136,0,0,66,286,93,438,lt.po,,lt,,lithuanian,,,lt,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/lo.po,23,146,97,0,0,70,292,93,438,lo.po,,lo,,lao,,,lo,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/li.po,33,96,95,18,32,42,310,93,438,li.po,,li,,limburgish,,,li,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ky.po,35,241,210,0,0,58,197,93,438,ky.po,,ky,,kyrgyz,,,ky,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,48,297,340,0,0,45,141,93,438,ku.po,,ku,,kurdish,,,ku,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,27,152,142,0,0,66,286,93,438,ko.po,,ko,,korean,,,ko,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,23,146,138,0,0,70,292,93,438,kn.po,,kn,,kannada,,,kn,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,31,235,140,0,0,62,203,93,438,km.po,,km,,khmer,,,km,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,27,152,136,0,0,66,286,93,438,kk.po,,kk,,kazakh,,,kk,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/kg.po,49,384,392,0,0,44,54,93,438,kg.po,,kg,,kongo,,,kg,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ka.po,69,283,241,0,0,24,155,93,438,ka.po,,ka,,georgian,,,ka,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,27,152,103,0,0,66,286,93,438,ja.po,,ja,,japanese,,,ja,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,27,152,154,0,0,66,286,93,438,it.po,,it,,italian,,,it,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,27,152,139,0,0,66,286,93,438,is.po,,is,,icelandic,,,is,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ig.po,29,203,227,3,14,61,221,93,438,ig.po,,ig,,igbo,,,ig,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,27,152,158,0,0,66,286,93,438,id.po,,id,,indonesian,,,id,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/hy.po,52,345,326,1,4,40,89,93,438,hy.po,,hy,,armenian,,,hy,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,27,152,127,0,0,66,286,93,438,hu.po,,hu,,hungarian,,,hu,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,27,152,138,0,0,66,286,93,438,hr.po,,hr,,croatian,,,hr,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,23,146,172,0,0,70,292,93,438,hi.po,,hi,,hindi,,,hi,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,23,146,141,0,0,70,292,93,438,he.po,,he,,hebrew,,,he,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ha.po,29,203,314,3,14,61,221,93,438,ha.po,,ha,,hausa,,,ha,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,23,146,163,0,0,70,292,93,438,gu.po,,gu,,gujarati,,,gu,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,27,152,175,0,0,66,286,93,438,gl.po,,gl,,galician,,,gl,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,23,146,198,0,0,70,292,93,438,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,27,136,146,0,0,66,302,93,438,ga.po,,ga,,irish,,,ga,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/fy.po,40,209,219,0,0,53,229,93,438,fy.po,,fy,,western frisian,,,fy,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,27,152,172,0,0,66,286,93,438,fur.po,,fur,,friulian,,,fur,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,27,152,176,0,0,66,286,93,438,fr.po,,fr,,french,,,fr,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,27,152,136,0,0,66,286,93,438,fi.po,,fi,,finnish,,,fi,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,23,146,161,0,0,70,292,93,438,fa.po,,fa,,persian,,,fa,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,27,152,142,0,0,66,286,93,438,eu.po,,eu,,basque,,,eu,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,23,146,128,0,0,70,292,93,438,et.po,,et,,estonian,,,et,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,27,152,176,0,0,66,286,93,438,es.po,,es,,spanish,,,es,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,27,152,159,0,0,66,286,93,438,eo.po,,eo,,esperanto,,,eo,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,27,152,152,0,0,66,286,93,438,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,76,330,330,0,0,17,108,93,438,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,49,334,334,12,104,32,0,93,438,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/en.po,12,34,34,0,0,81,404,93,438,en.po,,en,,english,,,en,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,27,152,166,0,0,66,286,93,438,el.po,,el,,greek,,,el,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/dz.po,69,283,161,0,0,24,155,93,438,dz.po,,dz,,dzongkha,,,dz,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,27,152,145,0,0,66,286,93,438,de.po,,de,,german,,,de,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,27,152,145,0,0,66,286,93,438,da.po,,da,,danish,,,da,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/cy.po,73,323,336,0,0,20,115,93,438,cy.po,,cy,,welsh,,,cy,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/csb.po,31,235,231,0,0,62,203,93,438,csb.po,,csb,,kashubian,,,csb,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,27,152,135,0,0,66,286,93,438,cs.po,,cs,,czech,,,cs,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/crh.po,36,233,216,0,0,57,205,93,438,crh.po,,crh,,crimean turkish,,,crh,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,23,146,175,0,0,70,292,93,438,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,27,152,184,0,0,66,286,93,438,ca.po,,ca,,catalan,,,ca,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,23,146,134,0,0,70,292,93,438,bs.po,,bs,,bosnian,,,bs,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/br.po,51,335,372,1,4,41,99,93,438,br.po,,br,,breton,,,br,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,23,146,153,0,0,70,292,93,438,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,31,235,225,0,0,62,203,93,438,bn.po,,bn,,bangla,,,bn,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,23,146,149,0,0,70,292,93,438,bg.po,,bg,,bulgarian,,,bg,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,52,349,326,0,0,41,89,93,438,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,27,152,156,0,0,66,286,93,438,be.po,,be,,belarusian,,,be,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/az.po,72,316,299,1,4,20,118,93,438,az.po,,az,,azerbaijani,,,az,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,23,207,230,0,0,70,231,93,438,ast.po,,ast,,asturian,,,ast,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,23,146,151,0,0,70,292,93,438,as.po,,as,,assamese,,,as,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,27,152,143,0,0,66,286,93,438,ar.po,,ar,,arabic,,,ar,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,23,146,161,0,0,70,292,93,438,an.po,,an,,aragonese,,,an,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/am.po,32,92,97,19,36,42,310,93,438,am.po,,am,,amharic,,,am,po -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,31,235,249,0,0,62,203,93,438,af.po,,af,,afrikaans,,,af,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,735,3945,1147,0,0,342,599,1077,4544,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,632,3423,980,0,0,445,1121,1077,4544,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,714,3822,1132,0,0,363,722,1077,4544,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,693,3718,4930,0,0,384,826,1077,4544,vi.po,,vi,,vietnamese,,,vi,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,417,2229,2007,0,0,660,2315,1077,4544,uk.po,,uk,,ukrainian,,,uk,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,734,3775,3382,0,0,343,769,1077,4544,ug.po,,ug,,uyghur,,,ug,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,737,3949,3398,0,0,340,595,1077,4544,tr.po,,tr,,turkish,,,tr,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,654,3543,1165,0,0,423,1001,1077,4544,th.po,,th,,thai,,,th,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,610,3061,3051,56,394,411,1089,1077,4544,tg.po,,tg,,tajik,,,tg,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,632,3423,2829,0,0,445,1121,1077,4544,te.po,,te,,telugu,,,te,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,632,3423,2869,0,0,445,1121,1077,4544,ta.po,,ta,,tamil,,,ta,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,737,3949,3788,0,0,340,595,1077,4544,sv.po,,sv,,swedish,,,sv,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,713,3820,3823,0,0,364,724,1077,4544,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,737,3949,3936,0,0,340,595,1077,4544,sr.po,,sr,,serbian,,,sr,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,737,3949,3882,0,0,340,595,1077,4544,sl.po,,sl,,slovenian,,,sl,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,728,3883,3813,0,0,349,661,1077,4544,sk.po,,sk,,slovak,,,sk,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,737,3949,3517,0,0,340,595,1077,4544,ru.po,,ru,,russian,,,ru,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,737,3949,4555,0,0,340,595,1077,4544,ro.po,,ro,,romanian,,,ro,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,737,3949,4642,0,0,340,595,1077,4544,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,653,3535,4016,0,0,424,1009,1077,4544,pt.po,,pt,,portuguese,,,pt,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,737,3949,3807,0,0,340,595,1077,4544,pl.po,,pl,,polish,,,pl,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,632,3423,3769,0,0,445,1121,1077,4544,pa.po,,pa,,punjabi,,,pa,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,632,3423,3434,0,0,445,1121,1077,4544,or.po,,or,,odia,,,or,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,654,3543,4230,0,0,423,1001,1077,4544,oc.po,,oc,,occitan,,,oc,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,737,3949,4014,0,0,340,595,1077,4544,nl.po,,nl,,dutch,,,nl,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,196,389,411,229,745,652,3410,1077,4544,ne.po,,ne,,nepali,,,ne,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,679,3489,3459,7,90,391,965,1077,4544,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,515,1288,1281,0,0,562,3256,1077,4544,ms.po,,ms,,malay,,,ms,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,632,3423,3032,0,0,445,1121,1077,4544,mr.po,,mr,,marathi,,,mr,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,737,3863,2984,0,0,340,681,1077,4544,ml.po,,ml,,malayalam,,,ml,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,1077,4544,4989,0,0,0,0,1077,4544,mk.po,,mk,,macedonian,,,mk,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,111,148,208,0,0,966,4396,1077,4544,mai.po,,mai,,maithili,,,mai,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,737,3949,3567,0,0,340,595,1077,4544,lv.po,,lv,,latvian,,,lv,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,737,3949,3422,0,0,340,595,1077,4544,lt.po,,lt,,lithuanian,,,lt,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,224,475,516,107,331,746,3738,1077,4544,ku.po,,ku,,kurdish,,,ku,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,737,3949,3249,0,0,340,595,1077,4544,ko.po,,ko,,korean,,,ko,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,632,3423,2888,0,0,445,1121,1077,4544,kn.po,,kn,,kannada,,,kn,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,632,3423,1312,0,0,445,1121,1077,4544,km.po,,km,,khmer,,,km,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,478,1684,1634,0,0,599,2860,1077,4544,kk.po,,kk,,kazakh,,,kk,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,727,3859,1289,0,0,350,685,1077,4544,ja.po,,ja,,japanese,,,ja,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,737,3949,4170,0,0,340,595,1077,4544,it.po,,it,,italian,,,it,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,424,1227,1270,0,0,653,3317,1077,4544,is.po,,is,,icelandic,,,is,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,737,3949,3815,0,0,340,595,1077,4544,id.po,,id,,indonesian,,,id,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/hy.po,1075,4544,4122,0,0,2,0,1077,4544,hy.po,,hy,,armenian,,,hy,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,737,3949,3494,0,0,340,595,1077,4544,hu.po,,hu,,hungarian,,,hu,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,735,3945,3635,0,0,342,599,1077,4544,hr.po,,hr,,croatian,,,hr,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,632,3423,4135,0,0,445,1121,1077,4544,hi.po,,hi,,hindi,,,hi,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,653,3522,3213,1,21,423,1001,1077,4544,he.po,,he,,hebrew,,,he,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,652,3533,3852,0,0,425,1011,1077,4544,gu.po,,gu,,gujarati,,,gu,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,737,3949,4777,0,0,340,595,1077,4544,gl.po,,gl,,galician,,,gl,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,713,3820,5126,0,0,364,724,1077,4544,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,205,416,464,29,89,843,4039,1077,4544,ga.po,,ga,,irish,,,ga,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,737,3949,4615,0,0,340,595,1077,4544,fur.po,,fur,,friulian,,,fur,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,737,3949,4793,0,0,340,595,1077,4544,fr.po,,fr,,french,,,fr,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,721,3829,2889,7,67,349,648,1077,4544,fi.po,,fi,,finnish,,,fi,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,338,1227,1395,12,44,727,3273,1077,4544,fa.po,,fa,,persian,,,fa,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,737,3949,3305,0,0,340,595,1077,4544,eu.po,,eu,,basque,,,eu,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,545,3026,2339,0,0,532,1518,1077,4544,et.po,,et,,estonian,,,et,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,737,3949,4674,0,0,340,595,1077,4544,es.po,,es,,spanish,,,es,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,638,3083,2957,0,0,439,1461,1077,4544,eo.po,,eo,,esperanto,,,eo,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,693,3718,3726,0,0,384,826,1077,4544,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,455,1944,1944,620,2600,2,0,1077,4544,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,712,3805,4122,0,0,365,739,1077,4544,el.po,,el,,greek,,,el,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,737,3949,3945,0,0,340,595,1077,4544,de.po,,de,,german,,,de,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,735,3945,3719,0,0,342,599,1077,4544,da.po,,da,,danish,,,da,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,737,3949,3880,0,0,340,595,1077,4544,cs.po,,cs,,czech,,,cs,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,693,3718,4784,0,0,384,826,1077,4544,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,737,3949,5051,0,0,340,595,1077,4544,ca.po,,ca,,catalan,,,ca,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,636,3435,3325,0,0,441,1109,1077,4544,bs.po,,bs,,bosnian,,,bs,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,632,3423,3588,0,0,445,1121,1077,4544,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,1075,4544,4689,0,0,2,0,1077,4544,bn.po,,bn,,bangla,,,bn,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,545,3026,3514,0,0,532,1518,1077,4544,bg.po,,bg,,bulgarian,,,bg,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,693,3718,3424,0,0,384,826,1077,4544,be.po,,be,,belarusian,,,be,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,1075,4544,5095,0,0,2,0,1077,4544,ast.po,,ast,,asturian,,,ast,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,632,3423,3389,0,0,445,1121,1077,4544,as.po,,as,,assamese,,,as,po -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,265,995,1082,159,753,653,2796,1077,4544,ar.po,,ar,,arabic,,,ar,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,45,142,113,0,0,156,387,201,529,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,27,110,89,0,0,174,419,201,529,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,30,130,52,0,0,171,399,201,529,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,18,32,33,0,0,183,497,201,529,xh.po,,xh,,xhosa,,,xh,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,2,2,2,5,6,194,521,201,529,wa.po,,wa,,walloon,,,wa,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,29,113,180,0,0,172,416,201,529,vi.po,,vi,,vietnamese,,,vi,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,28,116,96,0,0,173,413,201,529,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,30,130,108,0,0,171,399,201,529,uk.po,,uk,,ukrainian,,,uk,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,24,46,63,0,0,177,483,201,529,ug.po,,ug,,uyghur,,,ug,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,201,529,572,0,0,0,0,201,529,tr.po,,tr,,turkish,,,tr,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,30,130,57,0,0,171,399,201,529,th.po,,th,,thai,,,th,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,30,130,140,0,0,171,399,201,529,tg.po,,tg,,tajik,,,tg,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,26,109,92,0,0,175,420,201,529,te.po,,te,,telugu,,,te,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,26,109,95,0,0,175,420,201,529,ta.po,,ta,,tamil,,,ta,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,201,529,487,0,0,0,0,201,529,sv.po,,sv,,swedish,,,sv,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,182,470,518,0,0,19,59,201,529,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,201,529,576,0,0,0,0,201,529,sr.po,,sr,,serbian,,,sr,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,7,9,194,520,201,529,sq.po,,sq,,albanian,,,sq,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,182,470,521,0,0,19,59,201,529,sl.po,,sl,,slovenian,,,sl,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,83,234,236,0,0,118,295,201,529,sk.po,,sk,,slovak,,,sk,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,0,0,0,7,9,194,520,201,529,si.po,,si,,sinhala,,,si,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,5,6,196,523,201,529,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,58,172,188,0,0,143,357,201,529,ru.po,,ru,,russian,,,ru,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,201,529,617,0,0,0,0,201,529,ro.po,,ro,,romanian,,,ro,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,201,529,727,0,0,0,0,201,529,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,30,130,161,0,0,171,399,201,529,pt.po,,pt,,portuguese,,,pt,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,0,0,0,7,9,194,520,201,529,ps.po,,ps,,pashto,,,ps,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,201,529,614,0,0,0,0,201,529,pl.po,,pl,,polish,,,pl,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,27,110,137,0,0,174,419,201,529,pa.po,,pa,,punjabi,,,pa,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,26,109,105,0,0,175,420,201,529,or.po,,or,,odia,,,or,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,130,332,389,0,0,71,197,201,529,oc.po,,oc,,occitan,,,oc,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,1,1,1,6,8,194,520,201,529,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,201,529,452,0,0,0,0,201,529,nl.po,,nl,,dutch,,,nl,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,29,113,110,0,0,172,416,201,529,ne.po,,ne,,nepali,,,ne,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,7,9,194,520,201,529,nds.po,,nds,,low german,,,nds,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,41,130,131,1,2,159,397,201,529,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,2,2,2,4,5,195,522,201,529,ms.po,,ms,,malay,,,ms,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,26,109,99,0,0,175,420,201,529,mr.po,,mr,,marathi,,,mr,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,2,2,2,4,5,195,522,201,529,mn.po,,mn,,mongolian,,,mn,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,129,347,369,0,0,72,182,201,529,ml.po,,ml,,malayalam,,,ml,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,7,9,194,520,201,529,mk.po,,mk,,macedonian,,,mk,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,0,0,0,7,9,194,520,201,529,mg.po,,mg,,malagasy,,,mg,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,7,9,194,520,201,529,mai.po,,mai,,maithili,,,mai,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,201,529,544,0,0,0,0,201,529,lv.po,,lv,,latvian,,,lv,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,201,529,531,0,0,0,0,201,529,lt.po,,lt,,lithuanian,,,lt,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ky.po,22,39,46,0,0,179,490,201,529,ky.po,,ky,,kyrgyz,,,ky,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,6,7,195,522,201,529,ku.po,,ku,,kurdish,,,ku,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,201,529,521,0,0,0,0,201,529,ko.po,,ko,,korean,,,ko,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,26,109,94,0,0,175,420,201,529,kn.po,,kn,,kannada,,,kn,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,18,32,35,0,0,183,497,201,529,km.po,,km,,khmer,,,km,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,77,206,198,0,0,124,323,201,529,kk.po,,kk,,kazakh,,,kk,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,7,9,194,520,201,529,ka.po,,ka,,georgian,,,ka,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,30,130,120,0,0,171,399,201,529,ja.po,,ja,,japanese,,,ja,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,201,529,600,0,0,0,0,201,529,it.po,,it,,italian,,,it,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,106,294,280,0,0,95,235,201,529,is.po,,is,,icelandic,,,is,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,201,529,577,0,0,0,0,201,529,id.po,,id,,indonesian,,,id,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,201,529,583,0,0,0,0,201,529,hu.po,,hu,,hungarian,,,hu,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,201,527,562,0,0,0,2,201,529,hr.po,,hr,,croatian,,,hr,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,26,109,121,0,0,175,420,201,529,hi.po,,hi,,hindi,,,hi,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,30,130,132,0,0,171,399,201,529,he.po,,he,,hebrew,,,he,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,26,109,120,0,0,175,420,201,529,gu.po,,gu,,gujarati,,,gu,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,201,529,668,0,0,0,0,201,529,gl.po,,gl,,galician,,,gl,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,29,113,153,0,0,172,416,201,529,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,24,46,57,0,0,177,483,201,529,ga.po,,ga,,irish,,,ga,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,104,286,321,0,0,97,243,201,529,fur.po,,fur,,friulian,,,fur,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,201,529,626,0,0,0,0,201,529,fr.po,,fr,,french,,,fr,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,44,140,115,0,0,157,389,201,529,fi.po,,fi,,finnish,,,fi,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,29,113,129,0,0,172,416,201,529,fa.po,,fa,,persian,,,fa,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,29,113,100,0,0,172,416,201,529,eu.po,,eu,,basque,,,eu,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,25,47,74,0,0,176,482,201,529,et.po,,et,,estonian,,,et,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,201,529,657,0,0,0,0,201,529,es.po,,es,,spanish,,,es,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,127,341,339,0,0,74,188,201,529,eo.po,,eo,,esperanto,,,eo,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,182,470,473,0,0,19,59,201,529,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,0,0,0,7,9,194,520,201,529,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,29,113,165,0,0,172,416,201,529,el.po,,el,,greek,,,el,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,0,0,0,7,9,194,520,201,529,dz.po,,dz,,dzongkha,,,dz,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,201,529,513,0,0,0,0,201,529,de.po,,de,,german,,,de,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,201,529,502,0,0,0,0,201,529,da.po,,da,,danish,,,da,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,1,1,1,7,9,193,519,201,529,cy.po,,cy,,welsh,,,cy,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,201,529,560,0,0,0,0,201,529,cs.po,,cs,,czech,,,cs,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,0,0,0,7,9,194,520,201,529,crh.po,,crh,,crimean turkish,,,crh,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,29,113,159,0,0,172,416,201,529,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,201,529,653,0,0,0,0,201,529,ca.po,,ca,,catalan,,,ca,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,30,130,127,0,0,171,399,201,529,bs.po,,bs,,bosnian,,,bs,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,24,46,58,0,0,177,483,201,529,br.po,,br,,breton,,,br,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,26,109,116,0,0,175,420,201,529,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,7,9,194,520,201,529,bn.po,,bn,,bangla,,,bn,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,29,113,133,0,0,172,416,201,529,bg.po,,bg,,bulgarian,,,bg,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,0,0,0,7,9,194,520,201,529,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,29,113,109,0,0,172,416,201,529,be.po,,be,,belarusian,,,be,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,2,2,2,4,5,195,522,201,529,az.po,,az,,azerbaijani,,,az,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,18,32,41,0,0,183,497,201,529,ast.po,,ast,,asturian,,,ast,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,27,110,118,0,0,174,419,201,529,as.po,,as,,assamese,,,as,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,201,527,554,0,0,0,2,201,529,ar.po,,ar,,arabic,,,ar,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,30,130,149,0,0,171,399,201,529,an.po,,an,,aragonese,,,an,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,2,2,2,5,6,194,521,201,529,am.po,,am,,amharic,,,am,po -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,25,47,48,0,0,176,482,201,529,af.po,,af,,afrikaans,,,af,po -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/nl/nl.po,345,2507,2522,0,0,0,132,345,2639,nl.po,,nl,,dutch,,,nl,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/cs/cs.po,345,2507,2172,0,0,0,132,345,2639,cs.po,,cs,,czech,,,cs,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/gl/gl.po,345,2507,2585,0,0,0,132,345,2639,gl.po,,gl,,galician,,,gl,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/lt/lt.po,345,2507,1885,0,0,0,132,345,2639,lt.po,,lt,,lithuanian,,,lt,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pl/pl.po,345,2507,2035,0,0,0,132,345,2639,pl.po,,pl,,polish,,,pl,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/hr/hr.po,345,2507,2100,0,0,0,132,345,2639,hr.po,,hr,,croatian,,,hr,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/fr/fr.po,339,2481,2571,0,0,6,158,345,2639,fr.po,,fr,,french,,,fr,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ko/ko.po,345,2507,1687,0,0,0,132,345,2639,ko.po,,ko,,korean,,,ko,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/el/el.po,337,2501,2544,0,0,8,138,345,2639,el.po,,el,,greek,,,el,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/de/de.po,345,2507,2486,0,0,0,132,345,2639,de.po,,de,,german,,,de,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/id/id.po,338,2508,2197,0,0,7,131,345,2639,id.po,,id,,indonesian,,,id,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/kn/kn.po,339,2639,1983,0,0,6,0,345,2639,kn.po,,kn,,kannada,,,kn,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/fi/fi.po,345,2507,1623,0,0,0,132,345,2639,fi.po,,fi,,finnish,,,fi,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/lv/lv.po,345,2507,1970,0,0,0,132,345,2639,lv.po,,lv,,latvian,,,lv,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ru/ru.po,335,2569,2126,0,0,10,70,345,2639,ru.po,,ru,,russian,,,ru,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/zh_tw/zh_tw.po,339,2639,605,0,0,6,0,345,2639,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pt/pt.po,337,2506,2522,0,0,8,133,345,2639,pt.po,,pt,,portuguese,,,pt,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sv/sv.po,345,2507,2296,0,0,0,132,345,2639,sv.po,,sv,,swedish,,,sv,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/da/da.po,345,2507,2309,0,0,0,132,345,2639,da.po,,da,,danish,,,da,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/eo/eo.po,338,2397,2161,0,0,7,242,345,2639,eo.po,,eo,,esperanto,,,eo,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/hu/hu.po,345,2507,2112,0,0,0,132,345,2639,hu.po,,hu,,hungarian,,,hu,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ca/ca.po,322,2248,2660,16,260,7,131,345,2639,ca.po,,ca,,catalan,,,ca,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sr@latin/sr@latin.po,338,2508,2306,0,0,7,131,345,2639,sr@latin.po,latin,sr,,serbian,,,sr@latin,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/mr/mr.po,339,2639,2044,0,0,6,0,345,2639,mr.po,,mr,,marathi,,,mr,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/as/as.po,339,2639,2245,0,0,6,0,345,2639,as.po,,as,,assamese,,,as,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ta/ta.po,339,2639,1992,0,0,6,0,345,2639,ta.po,,ta,,tamil,,,ta,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/es/es.po,345,2507,2748,0,0,0,132,345,2639,es.po,,es,,spanish,,,es,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sr/sr.po,345,2507,2311,0,0,0,132,345,2639,sr.po,,sr,,serbian,,,sr,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/gu/gu.po,322,2301,2180,6,125,17,213,345,2639,gu.po,,gu,,gujarati,,,gu,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ro/ro.po,345,2507,2494,0,0,0,132,345,2639,ro.po,,ro,,romanian,,,ro,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ja/ja.po,337,2501,487,0,0,8,138,345,2639,ja.po,,ja,,japanese,,,ja,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/he/he.po,337,2506,1879,0,0,8,133,345,2639,he.po,,he,,hebrew,,,he,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/zh_hk/zh_hk.po,339,2639,605,0,0,6,0,345,2639,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/hi/hi.po,339,2639,2791,0,0,6,0,345,2639,hi.po,,hi,,hindi,,,hi,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pt_br/pt_br.po,345,2507,2665,0,0,0,132,345,2639,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/te/te.po,339,2639,1846,0,0,6,0,345,2639,te.po,,te,,telugu,,,te,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pa/pa.po,339,2639,2801,0,0,6,0,345,2639,pa.po,,pa,,punjabi,,,pa,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sk/sk.po,336,2499,2115,1,2,8,138,345,2639,sk.po,,sk,,slovak,,,sk,gnome-help/ -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/it/it.po,345,2507,2429,0,0,0,132,345,2639,it.po,,it,,italian,,,it,gnome-help/ -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/is.po,31,34,35,1,2,16,18,48,54,is.po,,is,,icelandic,,,is,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/gd.po,2,4,4,0,0,46,50,48,54,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/eu.po,38,43,43,0,0,10,11,48,54,eu.po,,eu,,basque,,,eu,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/fur.po,38,43,44,0,0,10,11,48,54,fur.po,,fur,,friulian,,,fur,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/sk.po,38,43,45,0,0,10,11,48,54,sk.po,,sk,,slovak,,,sk,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/cy.po,47,53,70,0,0,1,1,48,54,cy.po,,cy,,welsh,,,cy,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/am.po,21,21,21,3,7,24,26,48,54,am.po,,am,,amharic,,,am,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/km.po,2,4,4,0,0,46,50,48,54,km.po,,km,,khmer,,,km,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/sv.po,40,45,44,0,0,8,9,48,54,sv.po,,sv,,swedish,,,sv,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/fr.po,38,43,48,0,0,10,11,48,54,fr.po,,fr,,french,,,fr,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/sl.po,38,43,45,0,0,10,11,48,54,sl.po,,sl,,slovenian,,,sl,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/cs.po,38,43,46,0,0,10,11,48,54,cs.po,,cs,,czech,,,cs,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/zh_tw.po,16,20,18,0,0,32,34,48,54,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/fa.po,47,53,71,0,0,1,1,48,54,fa.po,,fa,,persian,,,fa,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/mg.po,44,49,54,1,1,3,4,48,54,mg.po,,mg,,malagasy,,,mg,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/si.po,44,49,55,0,0,4,5,48,54,si.po,,si,,sinhala,,,si,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/af.po,38,43,39,0,0,10,11,48,54,af.po,,af,,afrikaans,,,af,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ca.po,40,45,47,0,0,8,9,48,54,ca.po,,ca,,catalan,,,ca,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/hu.po,16,20,19,0,0,32,34,48,54,hu.po,,hu,,hungarian,,,hu,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ru.po,38,43,48,0,0,10,11,48,54,ru.po,,ru,,russian,,,ru,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/de.po,46,51,55,0,0,2,3,48,54,de.po,,de,,german,,,de,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/sr@latin.po,16,20,21,0,0,32,34,48,54,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/lv.po,2,4,4,0,0,46,50,48,54,lv.po,,lv,,latvian,,,lv,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/nds.po,16,20,20,0,0,32,34,48,54,nds.po,,nds,,low german,,,nds,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/bn_in.po,46,51,55,0,0,2,3,48,54,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/br.po,16,20,22,0,0,32,34,48,54,br.po,,br,,breton,,,br,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/mk.po,38,43,47,0,0,10,11,48,54,mk.po,,mk,,macedonian,,,mk,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/xh.po,47,53,63,0,0,1,1,48,54,xh.po,,xh,,xhosa,,,xh,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/uk.po,38,43,47,0,0,10,11,48,54,uk.po,,uk,,ukrainian,,,uk,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/or.po,2,4,5,0,0,46,50,48,54,or.po,,or,,odia,,,or,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/wa.po,27,28,30,2,5,19,21,48,54,wa.po,,wa,,walloon,,,wa,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/tk.po,33,36,37,1,2,14,16,48,54,tk.po,,tk,,turkmen,,,tk,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/pt.po,38,43,47,0,0,10,11,48,54,pt.po,,pt,,portuguese,,,pt,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/as.po,2,4,4,0,0,46,50,48,54,as.po,,as,,assamese,,,as,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/pt_br.po,16,20,23,0,0,32,34,48,54,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/oc.po,14,16,18,0,0,34,38,48,54,oc.po,,oc,,occitan,,,oc,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/en_ca.po,38,43,43,0,0,10,11,48,54,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/el.po,2,4,5,0,0,46,50,48,54,el.po,,el,,greek,,,el,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/fi.po,46,51,56,0,0,2,3,48,54,fi.po,,fi,,finnish,,,fi,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/tr.po,16,20,21,0,0,32,34,48,54,tr.po,,tr,,turkish,,,tr,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/vi.po,47,51,129,0,0,1,3,48,54,vi.po,,vi,,vietnamese,,,vi,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ro.po,16,20,22,0,0,32,34,48,54,ro.po,,ro,,romanian,,,ro,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ne.po,38,43,42,0,0,10,11,48,54,ne.po,,ne,,nepali,,,ne,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/nb.po,2,4,4,0,0,46,50,48,54,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/uz.po,16,20,22,0,0,32,34,48,54,uz.po,,uz,,uzbek,,,uz,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/kn.po,2,4,4,0,0,46,50,48,54,kn.po,,kn,,kannada,,,kn,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/eo.po,2,4,3,0,0,46,50,48,54,eo.po,,eo,,esperanto,,,eo,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/bn.po,2,4,4,0,0,46,50,48,54,bn.po,,bn,,bangla,,,bn,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ps.po,16,20,21,0,0,32,34,48,54,ps.po,,ps,,pashto,,,ps,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/an.po,2,4,5,0,0,46,50,48,54,an.po,,an,,aragonese,,,an,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ka.po,47,53,56,0,0,1,1,48,54,ka.po,,ka,,georgian,,,ka,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ta.po,46,51,52,0,0,2,3,48,54,ta.po,,ta,,tamil,,,ta,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ms.po,39,45,45,0,0,9,9,48,54,ms.po,,ms,,malay,,,ms,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/hr.po,16,20,22,0,0,32,34,48,54,hr.po,,hr,,croatian,,,hr,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/mai.po,16,20,20,0,0,32,34,48,54,mai.po,,mai,,maithili,,,mai,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/he.po,38,43,48,0,0,10,11,48,54,he.po,,he,,hebrew,,,he,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/crh.po,16,20,18,0,0,32,34,48,54,crh.po,,crh,,crimean turkish,,,crh,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ca@valencia.po,2,4,6,0,0,46,50,48,54,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ku.po,2,4,5,0,0,46,50,48,54,ku.po,,ku,,kurdish,,,ku,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/csb.po,2,4,4,0,0,46,50,48,54,csb.po,,csb,,kashubian,,,csb,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/mn.po,33,36,36,1,2,14,16,48,54,mn.po,,mn,,mongolian,,,mn,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/nn.po,2,4,3,0,0,46,50,48,54,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/en@shaw.po,2,4,4,0,0,46,50,48,54,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ast.po,16,20,21,0,0,32,34,48,54,ast.po,,ast,,asturian,,,ast,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/et.po,46,51,48,0,0,2,3,48,54,et.po,,et,,estonian,,,et,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/bs.po,46,52,51,0,0,2,2,48,54,bs.po,,bs,,bosnian,,,bs,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ga.po,38,43,49,0,0,10,11,48,54,ga.po,,ga,,irish,,,ga,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/gu.po,46,51,52,0,0,2,3,48,54,gu.po,,gu,,gujarati,,,gu,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/en_gb.po,38,43,43,0,0,10,11,48,54,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/zh_cn.po,38,43,39,0,0,10,11,48,54,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/th.po,40,45,41,0,0,8,9,48,54,th.po,,th,,thai,,,th,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/it.po,38,43,44,0,0,10,11,48,54,it.po,,it,,italian,,,it,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/tg.po,2,4,4,0,0,46,50,48,54,tg.po,,tg,,tajik,,,tg,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ko.po,38,43,45,0,0,10,11,48,54,ko.po,,ko,,korean,,,ko,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/pl.po,2,4,4,0,0,46,50,48,54,pl.po,,pl,,polish,,,pl,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/li.po,22,22,22,3,7,23,25,48,54,li.po,,li,,limburgish,,,li,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/id.po,47,53,55,0,0,1,1,48,54,id.po,,id,,indonesian,,,id,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ar.po,16,20,21,0,0,32,34,48,54,ar.po,,ar,,arabic,,,ar,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ug.po,2,4,5,0,0,46,50,48,54,ug.po,,ug,,uyghur,,,ug,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,16,20,22,0,0,32,34,48,54,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ml.po,38,43,42,0,0,10,11,48,54,ml.po,,ml,,malayalam,,,ml,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/rw.po,18,18,19,12,16,18,20,48,54,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/lt.po,38,43,41,0,0,10,11,48,54,lt.po,,lt,,lithuanian,,,lt,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/kk.po,16,20,23,0,0,32,34,48,54,kk.po,,kk,,kazakh,,,kk,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/sq.po,38,43,56,0,0,10,11,48,54,sq.po,,sq,,albanian,,,sq,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/te.po,48,54,56,0,0,0,0,48,54,te.po,,te,,telugu,,,te,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/sr.po,16,20,21,0,0,32,34,48,54,sr.po,,sr,,serbian,,,sr,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/dz.po,46,51,47,0,0,2,3,48,54,dz.po,,dz,,dzongkha,,,dz,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/fy.po,2,4,4,0,0,46,50,48,54,fy.po,,fy,,western frisian,,,fy,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/be.po,2,4,4,0,0,46,50,48,54,be.po,,be,,belarusian,,,be,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/bg.po,2,4,5,0,0,46,50,48,54,bg.po,,bg,,bulgarian,,,bg,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/hi.po,16,20,20,0,0,32,34,48,54,hi.po,,hi,,hindi,,,hi,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/mr.po,38,43,43,0,0,10,11,48,54,mr.po,,mr,,marathi,,,mr,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/be@latin.po,38,43,44,0,0,10,11,48,54,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/nl.po,46,51,50,0,0,2,3,48,54,nl.po,,nl,,dutch,,,nl,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/es.po,16,20,21,0,0,32,34,48,54,es.po,,es,,spanish,,,es,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/da.po,38,43,43,0,0,10,11,48,54,da.po,,da,,danish,,,da,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/gl.po,2,4,5,0,0,46,50,48,54,gl.po,,gl,,galician,,,gl,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/ja.po,2,4,4,0,0,46,50,48,54,ja.po,,ja,,japanese,,,ja,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/pa.po,16,20,20,0,0,32,34,48,54,pa.po,,pa,,punjabi,,,pa,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/zh_hk.po,16,20,18,0,0,32,34,48,54,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv,po/az.po,46,52,56,0,0,2,2,48,54,az.po,,az,,azerbaijani,,,az,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,123,853,147,0,0,3,0,126,853,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,87,417,109,0,0,39,436,126,853,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,122,849,146,0,0,4,4,126,853,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,120,766,1067,0,0,6,87,126,853,vi.po,,vi,,vietnamese,,,vi,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,126,849,683,0,0,0,4,126,853,uk.po,,uk,,ukrainian,,,uk,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,83,318,269,0,0,43,535,126,853,ug.po,,ug,,uyghur,,,ug,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,123,853,694,0,0,3,0,126,853,tr.po,,tr,,turkish,,,tr,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,68,234,87,0,0,58,619,126,853,th.po,,th,,thai,,,th,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,112,737,776,0,0,14,116,126,853,tg.po,,tg,,tajik,,,tg,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,103,585,475,0,0,23,268,126,853,te.po,,te,,telugu,,,te,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,103,585,494,0,0,23,268,126,853,ta.po,,ta,,tamil,,,ta,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,123,853,815,0,0,3,0,126,853,sv.po,,sv,,swedish,,,sv,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,121,761,712,0,0,5,92,126,853,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,123,853,789,0,0,3,0,126,853,sr.po,,sr,,serbian,,,sr,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,123,853,743,0,0,3,0,126,853,sl.po,,sl,,slovenian,,,sl,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,122,852,780,0,0,4,1,126,853,sk.po,,sk,,slovak,,,sk,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,123,853,721,0,0,3,0,126,853,ru.po,,ru,,russian,,,ru,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,123,853,890,0,0,3,0,126,853,ro.po,,ro,,romanian,,,ro,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,123,853,879,0,0,3,0,126,853,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,126,849,878,0,0,0,4,126,853,pt.po,,pt,,portuguese,,,pt,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,123,853,736,0,0,3,0,126,853,pl.po,,pl,,polish,,,pl,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,122,848,948,0,0,4,5,126,853,pa.po,,pa,,punjabi,,,pa,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,103,585,626,0,0,23,268,126,853,or.po,,or,,odia,,,or,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,122,848,907,0,0,4,5,126,853,oc.po,,oc,,occitan,,,oc,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,123,853,837,0,0,3,0,126,853,nl.po,,nl,,dutch,,,nl,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,71,202,184,14,62,41,589,126,853,ne.po,,ne,,nepali,,,ne,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,121,844,809,1,4,4,5,126,853,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,103,585,545,0,0,23,268,126,853,mr.po,,mr,,marathi,,,mr,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,122,848,636,0,0,4,5,126,853,ml.po,,ml,,malayalam,,,ml,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,123,853,682,0,0,3,0,126,853,lv.po,,lv,,latvian,,,lv,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,123,853,715,0,0,3,0,126,853,lt.po,,lt,,lithuanian,,,lt,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,123,853,577,0,0,3,0,126,853,ko.po,,ko,,korean,,,ko,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,103,585,495,0,0,23,268,126,853,kn.po,,kn,,kannada,,,kn,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,123,853,704,0,0,3,0,126,853,kk.po,,kk,,kazakh,,,kk,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,119,821,143,0,0,7,32,126,853,ja.po,,ja,,japanese,,,ja,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,123,853,864,0,0,3,0,126,853,it.po,,it,,italian,,,it,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,122,848,803,0,0,4,5,126,853,is.po,,is,,icelandic,,,is,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,123,853,847,0,0,3,0,126,853,id.po,,id,,indonesian,,,id,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ia.po,75,316,351,0,0,51,537,126,853,ia.po,,ia,,interlingua,,,ia,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,123,853,743,0,0,3,0,126,853,hu.po,,hu,,hungarian,,,hu,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,123,853,753,0,0,3,0,126,853,hr.po,,hr,,croatian,,,hr,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,103,585,721,0,0,23,268,126,853,hi.po,,hi,,hindi,,,hi,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,125,842,692,0,0,1,11,126,853,he.po,,he,,hebrew,,,he,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,103,585,615,0,0,23,268,126,853,gu.po,,gu,,gujarati,,,gu,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,123,853,911,0,0,3,0,126,853,gl.po,,gl,,galician,,,gl,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,122,849,1008,0,0,4,4,126,853,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,69,230,260,1,5,56,618,126,853,ga.po,,ga,,irish,,,ga,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,123,853,983,0,0,3,0,126,853,fur.po,,fur,,friulian,,,fur,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,123,853,967,0,0,3,0,126,853,fr.po,,fr,,french,,,fr,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,123,853,606,0,0,3,0,126,853,fi.po,,fi,,finnish,,,fi,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,120,766,844,0,0,6,87,126,853,fa.po,,fa,,persian,,,fa,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,122,848,692,0,0,4,5,126,853,eu.po,,eu,,basque,,,eu,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,87,372,308,0,0,39,481,126,853,et.po,,et,,estonian,,,et,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,123,853,952,0,0,3,0,126,853,es.po,,es,,spanish,,,es,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,122,852,769,0,0,4,1,126,853,eo.po,,eo,,esperanto,,,eo,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,120,766,766,0,0,6,87,126,853,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,123,853,909,0,0,3,0,126,853,el.po,,el,,greek,,,el,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,123,853,826,0,0,3,0,126,853,de.po,,de,,german,,,de,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,123,853,755,0,0,3,0,126,853,da.po,,da,,danish,,,da,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,123,853,763,0,0,3,0,126,853,cs.po,,cs,,czech,,,cs,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,120,766,832,0,0,6,87,126,853,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,123,853,895,0,0,3,0,126,853,ca.po,,ca,,catalan,,,ca,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,109,638,580,0,0,17,215,126,853,bs.po,,bs,,bosnian,,,bs,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,82,364,392,0,0,44,489,126,853,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,120,766,763,0,0,6,87,126,853,bg.po,,bg,,bulgarian,,,bg,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,120,766,687,0,0,6,87,126,853,be.po,,be,,belarusian,,,be,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,103,585,606,0,0,23,268,126,853,as.po,,as,,assamese,,,as,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,120,765,676,0,0,6,88,126,853,ar.po,,ar,,arabic,,,ar,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,109,638,711,0,0,17,215,126,853,an.po,,an,,aragonese,,,an,po -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,120,766,787,0,0,6,87,126,853,af.po,,af,,afrikaans,,,af,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/fur.po,103,509,549,0,0,131,419,234,928,fur.po,,fur,,friulian,,,fur,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/hi.po,112,553,619,0,0,122,375,234,928,hi.po,,hi,,hindi,,,hi,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/or.po,112,553,622,0,0,122,375,234,928,or.po,,or,,odia,,,or,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/hr.po,103,509,456,0,0,131,419,234,928,hr.po,,hr,,croatian,,,hr,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ar.po,107,532,502,0,0,127,396,234,928,ar.po,,ar,,arabic,,,ar,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/mg.po,7,25,34,20,165,207,738,234,928,mg.po,,mg,,malagasy,,,mg,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ko.po,103,509,431,0,0,131,419,234,928,ko.po,,ko,,korean,,,ko,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/sv.po,103,509,492,0,0,131,419,234,928,sv.po,,sv,,swedish,,,sv,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/mk.po,111,552,595,0,0,123,376,234,928,mk.po,,mk,,macedonian,,,mk,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/dz.po,25,148,69,19,131,190,649,234,928,dz.po,,dz,,dzongkha,,,dz,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/tg.po,21,25,31,0,0,213,903,234,928,tg.po,,tg,,tajik,,,tg,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/uk.po,112,553,526,0,0,122,375,234,928,uk.po,,uk,,ukrainian,,,uk,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/da.po,103,509,492,0,0,131,419,234,928,da.po,,da,,danish,,,da,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ne.po,43,119,125,48,307,143,502,234,928,ne.po,,ne,,nepali,,,ne,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/vi.po,106,532,734,0,0,128,396,234,928,vi.po,,vi,,vietnamese,,,vi,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/sr.po,103,509,477,0,0,131,419,234,928,sr.po,,sr,,serbian,,,sr,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/zh_hk.po,112,553,154,0,0,122,375,234,928,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ro.po,103,509,550,0,0,131,419,234,928,ro.po,,ro,,romanian,,,ro,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/pa.po,112,553,604,0,0,122,375,234,928,pa.po,,pa,,punjabi,,,pa,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/es.po,103,509,613,0,0,131,419,234,928,es.po,,es,,spanish,,,es,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/tr.po,103,509,449,0,0,131,419,234,928,tr.po,,tr,,turkish,,,tr,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,234,928,234,928,is.po,,is,,icelandic,,,is,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/it.po,103,509,509,0,0,131,419,234,928,it.po,,it,,italian,,,it,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/km.po,111,552,250,0,0,123,376,234,928,km.po,,km,,khmer,,,km,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/de.po,103,509,509,0,0,131,419,234,928,de.po,,de,,german,,,de,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/lv.po,103,509,432,0,0,131,419,234,928,lv.po,,lv,,latvian,,,lv,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/en_ca.po,8,28,28,26,182,200,718,234,928,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/mai.po,21,45,48,10,78,203,805,234,928,mai.po,,mai,,maithili,,,mai,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/az.po,4,17,22,19,162,211,749,234,928,az.po,,az,,azerbaijani,,,az,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ca.po,103,509,594,0,0,131,419,234,928,ca.po,,ca,,catalan,,,ca,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/kn.po,112,553,489,0,0,122,375,234,928,kn.po,,kn,,kannada,,,kn,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/be@latin.po,62,256,234,23,133,149,539,234,928,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/bs.po,112,553,522,0,0,122,375,234,928,bs.po,,bs,,bosnian,,,bs,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/af.po,100,474,460,3,4,131,450,234,928,af.po,,af,,afrikaans,,,af,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/th.po,112,553,189,0,0,122,375,234,928,th.po,,th,,thai,,,th,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/nn.po,99,466,464,0,0,135,462,234,928,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ka.po,4,16,15,13,88,217,824,234,928,ka.po,,ka,,georgian,,,ka,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ga.po,24,116,142,12,74,198,738,234,928,ga.po,,ga,,irish,,,ga,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/as.po,112,553,566,0,0,122,375,234,928,as.po,,as,,assamese,,,as,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/xh.po,4,17,22,19,162,211,749,234,928,xh.po,,xh,,xhosa,,,xh,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/mr.po,112,553,492,0,0,122,375,234,928,mr.po,,mr,,marathi,,,mr,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/pt_br.po,103,509,569,0,0,131,419,234,928,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/eu.po,103,509,421,0,0,131,419,234,928,eu.po,,eu,,basque,,,eu,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ug.po,112,553,504,0,0,122,375,234,928,ug.po,,ug,,uyghur,,,ug,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/gd.po,103,509,703,0,0,131,419,234,928,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/kk.po,103,509,466,0,0,131,419,234,928,kk.po,,kk,,kazakh,,,kk,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ast.po,234,928,1040,0,0,0,0,234,928,ast.po,,ast,,asturian,,,ast,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/nb.po,103,509,522,0,0,131,419,234,928,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/nl.po,103,509,501,0,0,131,419,234,928,nl.po,,nl,,dutch,,,nl,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/fi.po,93,473,375,0,0,141,455,234,928,fi.po,,fi,,finnish,,,fi,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/eo.po,103,509,471,0,0,131,419,234,928,eo.po,,eo,,esperanto,,,eo,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/lt.po,103,509,406,0,0,131,419,234,928,lt.po,,lt,,lithuanian,,,lt,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/gu.po,112,553,599,0,0,122,375,234,928,gu.po,,gu,,gujarati,,,gu,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/sq.po,25,148,180,24,150,185,630,234,928,sq.po,,sq,,albanian,,,sq,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/fa.po,112,553,650,0,0,122,375,234,928,fa.po,,fa,,persian,,,fa,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/oc.po,103,509,570,0,0,131,419,234,928,oc.po,,oc,,occitan,,,oc,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/fr.po,103,509,664,0,0,131,419,234,928,fr.po,,fr,,french,,,fr,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ru.po,103,509,472,0,0,131,419,234,928,ru.po,,ru,,russian,,,ru,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/sl.po,103,509,472,0,0,131,419,234,928,sl.po,,sl,,slovenian,,,sl,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/bn.po,104,480,485,2,4,128,444,234,928,bn.po,,bn,,bangla,,,bn,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/cs.po,103,509,463,0,0,131,419,234,928,cs.po,,cs,,czech,,,cs,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,16,163,218,765,234,928,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/bg.po,103,509,519,0,0,131,419,234,928,bg.po,,bg,,bulgarian,,,bg,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ml.po,103,509,403,0,0,131,419,234,928,ml.po,,ml,,malayalam,,,ml,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/be.po,103,509,464,0,0,131,419,234,928,be.po,,be,,belarusian,,,be,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/cy.po,6,22,30,21,168,207,738,234,928,cy.po,,cy,,welsh,,,cy,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/pl.po,103,509,483,0,0,131,419,234,928,pl.po,,pl,,polish,,,pl,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/mn.po,7,25,29,20,165,207,738,234,928,mn.po,,mn,,mongolian,,,mn,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/zh_cn.po,103,509,135,0,0,131,419,234,928,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,103,509,594,0,0,131,419,234,928,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/en_gb.po,112,553,555,0,0,122,375,234,928,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/id.po,103,509,494,0,0,131,419,234,928,id.po,,id,,indonesian,,,id,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/si.po,7,25,32,19,146,208,757,234,928,si.po,,si,,sinhala,,,si,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/et.po,112,553,474,0,0,122,375,234,928,et.po,,et,,estonian,,,et,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ta.po,112,553,481,0,0,122,375,234,928,ta.po,,ta,,tamil,,,ta,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/sr@latin.po,103,509,477,0,0,131,419,234,928,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ja.po,103,509,143,0,0,131,419,234,928,ja.po,,ja,,japanese,,,ja,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/gl.po,103,509,613,0,0,131,419,234,928,gl.po,,gl,,galician,,,gl,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/he.po,103,509,480,0,0,131,419,234,928,he.po,,he,,hebrew,,,he,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/en@shaw.po,53,232,232,43,214,138,482,234,928,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/hu.po,103,509,445,0,0,131,419,234,928,hu.po,,hu,,hungarian,,,hu,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/sk.po,103,509,479,0,0,131,419,234,928,sk.po,,sk,,slovak,,,sk,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/bn_in.po,112,553,566,0,0,122,375,234,928,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/te.po,112,553,480,0,0,122,375,234,928,te.po,,te,,telugu,,,te,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/el.po,103,509,534,0,0,131,419,234,928,el.po,,el,,greek,,,el,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/zh_tw.po,103,509,136,0,0,131,419,234,928,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv,po/ms.po,71,289,254,9,33,154,606,234,928,ms.po,,ms,,malay,,,ms,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/ko/ko.po,22,272,190,0,0,0,0,22,272,ko.po,,ko,,korean,,,ko,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/hu/hu.po,22,272,215,0,0,0,0,22,272,hu.po,,hu,,hungarian,,,hu,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/sv/sv.po,22,272,253,0,0,0,0,22,272,sv.po,,sv,,swedish,,,sv,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/gl/gl.po,22,272,251,0,0,0,0,22,272,gl.po,,gl,,galician,,,gl,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/de/de.po,22,272,229,0,0,0,0,22,272,de.po,,de,,german,,,de,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/ru/ru.po,22,272,251,0,0,0,0,22,272,ru.po,,ru,,russian,,,ru,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/es/es.po,22,272,288,0,0,0,0,22,272,es.po,,es,,spanish,,,es,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/da/da.po,22,272,265,0,0,0,0,22,272,da.po,,da,,danish,,,da,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/pl/pl.po,22,272,209,0,0,0,0,22,272,pl.po,,pl,,polish,,,pl,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,22,272,319,0,0,0,0,22,272,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/cs/cs.po,22,272,235,0,0,0,0,22,272,cs.po,,cs,,czech,,,cs,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/fr/fr.po,22,272,288,0,0,0,0,22,272,fr.po,,fr,,french,,,fr,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/el/el.po,22,272,313,0,0,0,0,22,272,el.po,,el,,greek,,,el,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,help/nl/nl.po,22,272,266,0,0,0,0,22,272,nl.po,,nl,,dutch,,,nl,help/ -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/id.po,123,380,383,0,0,1,0,124,380,id.po,,id,,indonesian,,,id,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/pa.po,37,115,133,0,0,87,265,124,380,pa.po,,pa,,punjabi,,,pa,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/te.po,37,115,106,0,0,87,265,124,380,te.po,,te,,telugu,,,te,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/oc.po,117,349,418,0,0,7,31,124,380,oc.po,,oc,,occitan,,,oc,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/sk.po,124,378,369,0,0,0,2,124,380,sk.po,,sk,,slovak,,,sk,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,122,376,387,0,0,2,4,124,380,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ga.po,28,46,53,0,0,96,334,124,380,ga.po,,ga,,irish,,,ga,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/vi.po,69,223,336,0,0,55,157,124,380,vi.po,,vi,,vietnamese,,,vi,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/tr.po,123,380,341,0,0,1,0,124,380,tr.po,,tr,,turkish,,,tr,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ca.po,123,380,453,0,0,1,0,124,380,ca.po,,ca,,catalan,,,ca,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/th.po,69,223,110,0,0,55,157,124,380,th.po,,th,,thai,,,th,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ro.po,123,380,431,0,0,1,0,124,380,ro.po,,ro,,romanian,,,ro,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/lt.po,123,380,341,0,0,1,0,124,380,lt.po,,lt,,lithuanian,,,lt,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,122,376,449,0,0,2,4,124,380,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/sr.po,123,380,371,0,0,1,0,124,380,sr.po,,sr,,serbian,,,sr,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/nl.po,123,380,366,0,0,1,0,124,380,nl.po,,nl,,dutch,,,nl,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,124,378,370,0,0,0,2,124,380,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ar.po,36,113,115,0,0,88,267,124,380,ar.po,,ar,,arabic,,,ar,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/gl.po,123,380,440,0,0,1,0,124,380,gl.po,,gl,,galician,,,gl,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/sl.po,123,380,358,0,0,1,0,124,380,sl.po,,sl,,slovenian,,,sl,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/es.po,123,380,441,0,0,1,0,124,380,es.po,,es,,spanish,,,es,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/gd.po,122,376,453,0,0,2,4,124,380,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/hu.po,123,380,321,0,0,1,0,124,380,hu.po,,hu,,hungarian,,,hu,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/lv.po,123,380,326,0,0,1,0,124,380,lv.po,,lv,,latvian,,,lv,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/fr.po,123,380,453,0,0,1,0,124,380,fr.po,,fr,,french,,,fr,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ne.po,79,144,159,28,86,17,150,124,380,ne.po,,ne,,nepali,,,ne,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/nb.po,123,355,325,0,0,1,25,124,380,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ml.po,124,378,331,0,0,0,2,124,380,ml.po,,ml,,malayalam,,,ml,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/bs.po,42,140,142,0,0,82,240,124,380,bs.po,,bs,,bosnian,,,bs,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/as.po,37,115,126,0,0,87,265,124,380,as.po,,as,,assamese,,,as,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,124,378,169,0,0,0,2,124,380,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/bg.po,68,216,242,0,0,56,164,124,380,bg.po,,bg,,bulgarian,,,bg,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/it.po,123,380,395,0,0,1,0,124,380,it.po,,it,,italian,,,it,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/tg.po,43,141,152,0,0,81,239,124,380,tg.po,,tg,,tajik,,,tg,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,37,115,52,0,0,87,265,124,380,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/fa.po,122,376,389,0,0,2,4,124,380,fa.po,,fa,,persian,,,fa,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/pt.po,69,223,232,0,0,55,157,124,380,pt.po,,pt,,portuguese,,,pt,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/eo.po,120,331,308,0,0,4,49,124,380,eo.po,,eo,,esperanto,,,eo,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,123,380,464,0,0,1,0,124,380,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,123,380,154,0,0,1,0,124,380,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ko.po,123,380,336,0,0,1,0,124,380,ko.po,,ko,,korean,,,ko,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/pl.po,123,380,346,0,0,1,0,124,380,pl.po,,pl,,polish,,,pl,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/an.po,43,142,154,0,0,81,238,124,380,an.po,,an,,aragonese,,,an,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/cs.po,123,380,365,0,0,1,0,124,380,cs.po,,cs,,czech,,,cs,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/he.po,57,178,167,3,7,64,195,124,380,he.po,,he,,hebrew,,,he,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/eu.po,121,371,337,1,5,2,4,124,380,eu.po,,eu,,basque,,,eu,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/el.po,123,380,414,0,0,1,0,124,380,el.po,,el,,greek,,,el,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/fur.po,123,380,406,0,0,1,0,124,380,fur.po,,fur,,friulian,,,fur,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/hr.po,123,380,343,0,0,1,0,124,380,hr.po,,hr,,croatian,,,hr,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/fi.po,123,380,297,0,0,1,0,124,380,fi.po,,fi,,finnish,,,fi,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/da.po,122,377,340,0,0,2,3,124,380,da.po,,da,,danish,,,da,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/be.po,124,378,350,0,0,0,2,124,380,be.po,,be,,belarusian,,,be,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/uk.po,118,354,307,0,0,6,26,124,380,uk.po,,uk,,ukrainian,,,uk,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/sv.po,123,380,359,0,0,1,0,124,380,sv.po,,sv,,swedish,,,sv,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ru.po,123,380,342,0,0,1,0,124,380,ru.po,,ru,,russian,,,ru,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/ja.po,22,37,25,0,0,102,343,124,380,ja.po,,ja,,japanese,,,ja,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/kk.po,123,380,345,0,0,1,0,124,380,kk.po,,kk,,kazakh,,,kk,po -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv,po/de.po,123,380,382,0,0,1,0,124,380,de.po,,de,,german,,,de,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,314,1236,472,0,0,1,0,315,1236,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,40,205,67,0,0,275,1031,315,1236,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,315,1235,479,0,0,0,1,315,1236,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,314,1236,1784,0,0,1,0,315,1236,vi.po,,vi,,vietnamese,,,vi,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,268,1103,1005,0,0,47,133,315,1236,uk.po,,uk,,ukrainian,,,uk,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,314,1236,1120,0,0,1,0,315,1236,tr.po,,tr,,turkish,,,tr,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,111,485,491,0,0,204,751,315,1236,tg.po,,tg,,tajik,,,tg,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,34,196,170,0,0,281,1040,315,1236,te.po,,te,,telugu,,,te,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,314,1236,1184,0,0,1,0,315,1236,sv.po,,sv,,swedish,,,sv,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,314,1232,1238,0,0,1,4,315,1236,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,314,1236,1239,0,0,1,0,315,1236,sr.po,,sr,,serbian,,,sr,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,314,1236,1201,0,0,1,0,315,1236,sl.po,,sl,,slovenian,,,sl,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,315,1236,1249,0,0,0,0,315,1236,sk.po,,sk,,slovak,,,sk,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,314,1236,1133,0,0,1,0,315,1236,ru.po,,ru,,russian,,,ru,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,314,1236,1362,0,0,1,0,315,1236,ro.po,,ro,,romanian,,,ro,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,314,1236,1387,0,0,1,0,315,1236,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,239,975,1066,0,0,76,261,315,1236,pt.po,,pt,,portuguese,,,pt,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,314,1236,1233,0,0,1,0,315,1236,pl.po,,pl,,polish,,,pl,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,229,858,999,0,0,86,378,315,1236,pa.po,,pa,,punjabi,,,pa,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,314,1232,1461,0,0,1,4,315,1236,oc.po,,oc,,occitan,,,oc,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,314,1236,1257,0,0,1,0,315,1236,nl.po,,nl,,dutch,,,nl,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,167,303,322,79,286,69,647,315,1236,ne.po,,ne,,nepali,,,ne,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,302,1158,1138,1,3,12,75,315,1236,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,182,517,461,2,3,131,716,315,1236,ml.po,,ml,,malayalam,,,ml,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,314,1236,1103,0,0,1,0,315,1236,lv.po,,lv,,latvian,,,lv,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,314,1236,1062,0,0,1,0,315,1236,lt.po,,lt,,lithuanian,,,lt,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,314,1236,990,0,0,1,0,315,1236,ko.po,,ko,,korean,,,ko,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,19,41,45,0,0,296,1195,315,1236,kn.po,,kn,,kannada,,,kn,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,314,1236,1121,0,0,1,0,315,1236,kk.po,,kk,,kazakh,,,kk,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,139,548,201,29,98,147,590,315,1236,ja.po,,ja,,japanese,,,ja,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,314,1236,1363,0,0,1,0,315,1236,it.po,,it,,italian,,,it,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,315,1236,1252,0,0,0,0,315,1236,is.po,,is,,icelandic,,,is,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,314,1236,1235,0,0,1,0,315,1236,id.po,,id,,indonesian,,,id,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,314,1236,1127,0,0,1,0,315,1236,hu.po,,hu,,hungarian,,,hu,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,314,1236,1135,0,0,1,0,315,1236,hr.po,,hr,,croatian,,,hr,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,50,249,291,0,0,265,987,315,1236,hi.po,,hi,,hindi,,,hi,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,239,975,890,0,0,76,261,315,1236,he.po,,he,,hebrew,,,he,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,314,1236,1406,0,0,1,0,315,1236,gl.po,,gl,,galician,,,gl,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,250,986,1285,3,21,62,229,315,1236,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,56,125,138,2,8,257,1103,315,1236,ga.po,,ga,,irish,,,ga,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,314,1236,1394,0,0,1,0,315,1236,fur.po,,fur,,friulian,,,fur,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,314,1236,1473,0,0,1,0,315,1236,fr.po,,fr,,french,,,fr,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,314,1236,915,0,0,1,0,315,1236,fi.po,,fi,,finnish,,,fi,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,239,975,1099,0,0,76,261,315,1236,fa.po,,fa,,persian,,,fa,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,314,1236,1101,0,0,1,0,315,1236,eu.po,,eu,,basque,,,eu,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,32,180,150,0,0,283,1056,315,1236,et.po,,et,,estonian,,,et,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,314,1236,1426,0,0,1,0,315,1236,es.po,,es,,spanish,,,es,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,313,1230,1200,0,0,2,6,315,1236,eo.po,,eo,,esperanto,,,eo,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,304,1186,1197,0,0,11,50,315,1236,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,314,1236,1351,0,0,1,0,315,1236,el.po,,el,,greek,,,el,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,314,1236,1254,0,0,1,0,315,1236,de.po,,de,,german,,,de,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,314,1236,1202,0,0,1,0,315,1236,da.po,,da,,danish,,,da,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,314,1236,1223,0,0,1,0,315,1236,cs.po,,cs,,czech,,,cs,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,304,1186,1426,0,0,11,50,315,1236,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,314,1236,1487,0,0,1,0,315,1236,ca.po,,ca,,catalan,,,ca,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,111,485,471,0,0,204,751,315,1236,bs.po,,bs,,bosnian,,,bs,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,213,821,917,0,0,102,415,315,1236,bg.po,,bg,,bulgarian,,,bg,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,46,224,229,0,0,269,1012,315,1236,as.po,,as,,assamese,,,as,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,303,1180,1124,0,0,12,56,315,1236,ar.po,,ar,,arabic,,,ar,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,111,485,560,0,0,204,751,315,1236,an.po,,an,,aragonese,,,an,po -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,31,157,150,1,26,283,1053,315,1236,af.po,,af,,afrikaans,,,af,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,58,165,176,0,0,2,2,60,167,si.po,,si,,sinhala,,,si,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/yo.po,42,116,152,5,15,13,36,60,167,yo.po,,yo,,yoruba,,,yo,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,49,136,148,0,0,11,31,60,167,cy.po,,cy,,welsh,,,cy,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,27,70,35,0,0,33,97,60,167,km.po,,km,,khmer,,,km,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/gn.po,33,71,77,0,0,27,96,60,167,gn.po,,gn,,guarani,,,gn,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,27,70,64,0,0,33,97,60,167,he.po,,he,,hebrew,,,he,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,38,81,70,0,0,22,86,60,167,nl.po,,nl,,dutch,,,nl,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,27,70,72,0,0,33,97,60,167,fa.po,,fa,,persian,,,fa,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,27,70,65,0,0,33,97,60,167,ug.po,,ug,,uyghur,,,ug,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,27,70,66,0,0,33,97,60,167,ne.po,,ne,,nepali,,,ne,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,26,69,30,0,0,34,98,60,167,ja.po,,ja,,japanese,,,ja,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,27,70,69,0,0,33,97,60,167,ga.po,,ga,,irish,,,ga,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,27,70,75,0,0,33,97,60,167,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,46,125,119,0,0,14,42,60,167,mn.po,,mn,,mongolian,,,mn,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,38,81,77,0,0,22,86,60,167,eo.po,,eo,,esperanto,,,eo,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,38,81,143,0,0,22,86,60,167,vi.po,,vi,,vietnamese,,,vi,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,38,81,84,0,0,22,86,60,167,ro.po,,ro,,romanian,,,ro,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,38,81,87,0,0,22,86,60,167,ca.po,,ca,,catalan,,,ca,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/csb.po,37,95,87,0,0,23,72,60,167,csb.po,,csb,,kashubian,,,csb,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,27,70,71,0,0,33,97,60,167,or.po,,or,,odia,,,or,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,27,70,65,0,0,33,97,60,167,is.po,,is,,icelandic,,,is,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,27,70,70,0,0,33,97,60,167,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,58,165,88,0,0,2,2,60,167,dz.po,,dz,,dzongkha,,,dz,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,38,81,71,0,0,22,86,60,167,hu.po,,hu,,hungarian,,,hu,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,37,80,79,0,0,23,87,60,167,lv.po,,lv,,latvian,,,lv,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,37,80,71,0,0,23,87,60,167,de.po,,de,,german,,,de,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/kg.po,46,125,135,0,0,14,42,60,167,kg.po,,kg,,kongo,,,kg,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ia.po,27,70,80,0,0,33,97,60,167,ia.po,,ia,,interlingua,,,ia,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/dv.po,56,157,133,0,0,4,10,60,167,dv.po,,dv,,divehi,,,dv,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,27,70,83,0,0,33,97,60,167,pt.po,,pt,,portuguese,,,pt,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,38,81,88,0,0,22,86,60,167,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,52,128,149,0,0,8,39,60,167,ps.po,,ps,,pashto,,,ps,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,37,95,94,0,0,23,72,60,167,bn.po,,bn,,bangla,,,bn,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,57,161,146,0,0,3,6,60,167,nds.po,,nds,,low german,,,nds,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,27,70,70,0,0,33,97,60,167,bs.po,,bs,,bosnian,,,bs,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,38,81,86,0,0,22,86,60,167,it.po,,it,,italian,,,it,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ha.po,42,116,160,5,15,13,36,60,167,ha.po,,ha,,hausa,,,ha,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,27,70,63,0,0,33,97,60,167,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,27,70,76,0,0,33,97,60,167,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,27,70,80,0,0,33,97,60,167,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,27,70,69,0,0,33,97,60,167,hr.po,,hr,,croatian,,,hr,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/fy.po,37,95,84,0,0,23,72,60,167,fy.po,,fy,,western frisian,,,fy,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,27,70,80,0,0,33,97,60,167,oc.po,,oc,,occitan,,,oc,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,27,70,31,0,0,33,97,60,167,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/kab.po,23,65,72,0,0,37,102,60,167,kab.po,,kab,,kabyle,,,kab,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,38,81,72,0,0,22,86,60,167,sv.po,,sv,,swedish,,,sv,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,27,70,65,0,0,33,97,60,167,te.po,,te,,telugu,,,te,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,58,165,150,0,0,2,2,60,167,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,38,81,70,0,0,22,86,60,167,da.po,,da,,danish,,,da,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,37,80,61,0,0,23,87,60,167,fi.po,,fi,,finnish,,,fi,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,27,70,70,0,0,33,97,60,167,sk.po,,sk,,slovak,,,sk,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,46,125,125,0,0,14,42,60,167,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,27,70,84,0,0,33,97,60,167,be.po,,be,,belarusian,,,be,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,57,161,174,0,0,3,6,60,167,mai.po,,mai,,maithili,,,mai,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,38,81,81,0,0,22,86,60,167,sr.po,,sr,,serbian,,,sr,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,27,70,58,0,0,33,97,60,167,et.po,,et,,estonian,,,et,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,38,81,72,0,0,22,86,60,167,ko.po,,ko,,korean,,,ko,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,36,80,85,1,15,23,72,60,167,xh.po,,xh,,xhosa,,,xh,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,37,80,86,0,0,23,87,60,167,fur.po,,fur,,friulian,,,fur,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,38,81,79,0,0,22,86,60,167,pl.po,,pl,,polish,,,pl,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,27,70,33,0,0,33,97,60,167,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,27,70,64,0,0,33,97,60,167,crh.po,,crh,,crimean turkish,,,crh,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,37,80,66,0,0,23,87,60,167,kk.po,,kk,,kazakh,,,kk,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,27,70,72,0,0,33,97,60,167,tg.po,,tg,,tajik,,,tg,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,38,81,91,0,0,22,86,60,167,es.po,,es,,spanish,,,es,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,27,70,68,0,0,33,97,60,167,uk.po,,uk,,ukrainian,,,uk,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,38,81,75,0,0,22,86,60,167,ru.po,,ru,,russian,,,ru,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/gv.po,36,84,92,0,0,24,83,60,167,gv.po,,gv,,manx,,,gv,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/io.po,44,86,90,0,0,16,81,60,167,io.po,,io,,ido,,,io,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,27,70,67,0,0,33,97,60,167,ar.po,,ar,,arabic,,,ar,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,27,70,81,0,0,33,97,60,167,bg.po,,bg,,bulgarian,,,bg,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,27,70,31,0,0,33,97,60,167,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,38,81,74,0,0,22,86,60,167,tr.po,,tr,,turkish,,,tr,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,37,80,72,0,0,23,87,60,167,eu.po,,eu,,basque,,,eu,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,27,70,68,0,0,33,97,60,167,as.po,,as,,assamese,,,as,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,27,70,63,0,0,33,97,60,167,kn.po,,kn,,kannada,,,kn,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,27,70,59,0,0,33,97,60,167,af.po,,af,,afrikaans,,,af,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/lo.po,27,70,41,0,0,33,97,60,167,lo.po,,lo,,lao,,,lo,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,37,80,83,0,0,23,87,60,167,el.po,,el,,greek,,,el,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,49,136,164,0,0,11,31,60,167,mg.po,,mg,,malagasy,,,mg,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,49,136,135,0,0,11,31,60,167,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,8,8,10,10,45,42,114,60,167,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,27,70,72,0,0,33,97,60,167,pa.po,,pa,,punjabi,,,pa,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,57,161,190,0,0,3,6,60,167,br.po,,br,,breton,,,br,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,60,167,188,0,0,0,0,60,167,ku.po,,ku,,kurdish,,,ku,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,27,70,70,0,0,33,97,60,167,hi.po,,hi,,hindi,,,hi,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/hy.po,55,151,136,1,6,4,10,60,167,hy.po,,hy,,armenian,,,hy,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,37,80,75,0,0,23,87,60,167,lt.po,,lt,,lithuanian,,,lt,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,27,70,67,0,0,33,97,60,167,ms.po,,ms,,malay,,,ms,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,27,70,68,0,0,33,97,60,167,gu.po,,gu,,gujarati,,,gu,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/zu.po,37,95,92,0,0,23,72,60,167,zu.po,,zu,,zulu,,,zu,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,27,70,32,0,0,33,97,60,167,th.po,,th,,thai,,,th,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,27,70,79,0,0,33,97,60,167,an.po,,an,,aragonese,,,an,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ak.po,27,70,74,0,0,33,97,60,167,ak.po,,ak,,akan,,,ak,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ig.po,42,116,121,5,15,13,36,60,167,ig.po,,ig,,igbo,,,ig,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ky.po,39,103,93,0,0,21,64,60,167,ky.po,,ky,,kyrgyz,,,ky,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,46,125,116,0,0,14,42,60,167,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,27,70,69,0,0,33,97,60,167,mr.po,,mr,,marathi,,,mr,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,27,70,67,0,0,33,97,60,167,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/szl.po,39,103,93,0,0,21,64,60,167,szl.po,,szl,,silesian,,,szl,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,38,81,82,0,0,22,86,60,167,id.po,,id,,indonesian,,,id,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,38,81,90,0,0,22,86,60,167,fr.po,,fr,,french,,,fr,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,27,70,56,0,0,33,97,60,167,ml.po,,ml,,malayalam,,,ml,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,37,80,82,0,0,23,87,60,167,sl.po,,sl,,slovenian,,,sl,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,37,80,93,0,0,23,87,60,167,gl.po,,gl,,galician,,,gl,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,56,157,182,0,0,4,10,60,167,ast.po,,ast,,asturian,,,ast,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,49,136,119,0,0,11,31,60,167,ka.po,,ka,,georgian,,,ka,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,27,70,64,0,0,33,97,60,167,ta.po,,ta,,tamil,,,ta,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,38,81,78,0,0,22,86,60,167,cs.po,,cs,,czech,,,cs,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,58,165,192,0,0,2,2,60,167,mk.po,,mk,,macedonian,,,mk,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,58,165,186,0,0,2,2,60,167,sq.po,,sq,,albanian,,,sq,po -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,27,70,70,0,0,33,97,60,167,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,145,652,628,1,6,11,137,157,795,eo.po,,eo,,esperanto,,,eo,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,155,693,702,0,0,2,102,157,795,sr.po,,sr,,serbian,,,sr,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,147,692,722,0,0,10,103,157,795,or.po,,or,,odia,,,or,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,155,693,889,0,0,2,102,157,795,es.po,,es,,spanish,,,es,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,154,680,794,0,0,3,115,157,795,bg.po,,bg,,bulgarian,,,bg,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,155,693,938,0,0,2,102,157,795,ca.po,,ca,,catalan,,,ca,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,155,693,709,0,0,2,102,157,795,pl.po,,pl,,polish,,,pl,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,146,658,525,0,0,11,137,157,795,ml.po,,ml,,malayalam,,,ml,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,155,693,848,0,0,2,102,157,795,fur.po,,fur,,friulian,,,fur,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,147,692,655,0,0,10,103,157,795,mr.po,,mr,,marathi,,,mr,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,155,693,652,0,0,2,102,157,795,hr.po,,hr,,croatian,,,hr,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,155,693,251,0,0,2,102,157,795,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,155,693,683,0,0,2,102,157,795,id.po,,id,,indonesian,,,id,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,157,715,292,0,0,0,80,157,795,th.po,,th,,thai,,,th,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/kab.po,120,496,592,0,0,37,299,157,795,kab.po,,kab,,kabyle,,,kab,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,155,693,622,0,0,2,102,157,795,kk.po,,kk,,kazakh,,,kk,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,146,658,840,0,0,11,137,157,795,oc.po,,oc,,occitan,,,oc,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,155,693,586,0,0,2,102,157,795,tr.po,,tr,,turkish,,,tr,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,154,690,682,0,0,3,105,157,795,he.po,,he,,hebrew,,,he,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,145,657,620,0,0,12,138,157,795,eu.po,,eu,,basque,,,eu,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,147,692,626,0,0,10,103,157,795,ta.po,,ta,,tamil,,,ta,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,155,693,697,0,0,2,102,157,795,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,147,692,845,0,0,10,103,157,795,hi.po,,hi,,hindi,,,hi,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,147,687,695,0,0,10,108,157,795,bs.po,,bs,,bosnian,,,bs,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,147,692,599,0,0,10,103,157,795,te.po,,te,,telugu,,,te,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,146,658,656,0,0,11,137,157,795,be.po,,be,,belarusian,,,be,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,155,693,666,0,0,2,102,157,795,sv.po,,sv,,swedish,,,sv,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,155,693,708,0,0,2,102,157,795,de.po,,de,,german,,,de,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,154,680,930,0,0,3,115,157,795,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,155,693,719,0,0,2,102,157,795,el.po,,el,,greek,,,el,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,154,680,773,0,0,3,115,157,795,fa.po,,fa,,persian,,,fa,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,153,706,955,0,0,4,89,157,795,an.po,,an,,aragonese,,,an,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,155,693,683,0,0,2,102,157,795,ru.po,,ru,,russian,,,ru,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,155,693,893,0,0,2,102,157,795,gl.po,,gl,,galician,,,gl,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,155,693,564,0,0,2,102,157,795,lt.po,,lt,,lithuanian,,,lt,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,151,795,768,0,0,6,0,157,795,ug.po,,ug,,uyghur,,,ug,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,54,304,326,0,0,103,491,157,795,ms.po,,ms,,malay,,,ms,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,146,688,288,0,0,11,107,157,795,km.po,,km,,khmer,,,km,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,57,321,364,0,0,100,474,157,795,mk.po,,mk,,macedonian,,,mk,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,155,693,620,0,0,2,102,157,795,lv.po,,lv,,latvian,,,lv,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,147,687,741,0,0,10,108,157,795,tg.po,,tg,,tajik,,,tg,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,153,699,752,0,0,4,96,157,795,gu.po,,gu,,gujarati,,,gu,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,155,693,712,0,0,2,102,157,795,sl.po,,sl,,slovenian,,,sl,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,130,655,686,0,0,27,140,157,795,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,155,693,669,0,0,2,102,157,795,da.po,,da,,danish,,,da,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,54,304,361,0,0,103,491,157,795,ast.po,,ast,,asturian,,,ast,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,155,693,782,0,0,2,102,157,795,ro.po,,ro,,romanian,,,ro,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,146,658,838,0,0,11,137,157,795,fr.po,,fr,,french,,,fr,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,136,604,238,1,3,20,188,157,795,ja.po,,ja,,japanese,,,ja,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,155,693,759,0,0,2,102,157,795,it.po,,it,,italian,,,it,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,94,346,353,16,93,47,356,157,795,ar.po,,ar,,arabic,,,ar,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,147,692,739,0,0,10,103,157,795,as.po,,as,,assamese,,,as,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,147,692,821,0,0,10,103,157,795,pa.po,,pa,,punjabi,,,pa,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,155,693,721,0,0,2,102,157,795,nl.po,,nl,,dutch,,,nl,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,152,660,662,0,0,5,135,157,795,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,112,369,372,0,0,45,426,157,795,is.po,,is,,icelandic,,,is,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,53,136,145,7,19,97,640,157,795,af.po,,af,,afrikaans,,,af,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,147,692,616,0,0,10,103,157,795,kn.po,,kn,,kannada,,,kn,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,154,705,785,0,0,3,90,157,795,pt.po,,pt,,portuguese,,,pt,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,155,693,243,0,0,2,102,157,795,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,152,670,629,0,0,5,125,157,795,ne.po,,ne,,nepali,,,ne,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,147,692,241,0,0,10,103,157,795,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,155,693,626,0,0,2,102,157,795,ko.po,,ko,,korean,,,ko,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,111,445,382,23,139,23,211,157,795,et.po,,et,,estonian,,,et,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,155,693,656,0,0,2,102,157,795,cs.po,,cs,,czech,,,cs,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,155,693,708,0,0,2,102,157,795,sk.po,,sk,,slovak,,,sk,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,88,310,358,0,0,69,485,157,795,ga.po,,ga,,irish,,,ga,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,113,414,324,7,59,37,322,157,795,fi.po,,fi,,finnish,,,fi,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,155,693,835,0,0,2,102,157,795,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,146,658,903,0,0,11,137,157,795,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,155,693,702,0,0,2,102,157,795,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,155,693,704,0,0,2,102,157,795,hu.po,,hu,,hungarian,,,hu,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,157,714,670,0,0,0,81,157,795,uk.po,,uk,,ukrainian,,,uk,po -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,155,693,1051,0,0,2,102,157,795,vi.po,,vi,,vietnamese,,,vi,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,46,457,441,0,0,0,0,46,457,sv.po,,sv,,swedish,,,sv,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/ro/ro.po,46,457,468,0,0,0,0,46,457,ro.po,,ro,,romanian,,,ro,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,46,457,456,0,0,0,0,46,457,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,46,457,373,0,0,0,0,46,457,pl.po,,pl,,polish,,,pl,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/nl/nl.po,46,457,451,0,0,0,0,46,457,nl.po,,nl,,dutch,,,nl,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/ko/ko.po,46,457,310,0,0,0,0,46,457,ko.po,,ko,,korean,,,ko,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,46,457,394,0,0,0,0,46,457,hu.po,,hu,,hungarian,,,hu,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,46,457,446,0,0,0,0,46,457,gl.po,,gl,,galician,,,gl,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/fur/fur.po,45,451,474,0,0,1,6,46,457,fur.po,,fur,,friulian,,,fur,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,46,457,457,0,0,0,0,46,457,fr.po,,fr,,french,,,fr,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,46,457,461,0,0,0,0,46,457,es.po,,es,,spanish,,,es,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,46,457,487,0,0,0,0,46,457,el.po,,el,,greek,,,el,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,46,457,477,0,0,0,0,46,457,de.po,,de,,german,,,de,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,46,457,430,0,0,0,0,46,457,da.po,,da,,danish,,,da,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,46,457,415,0,0,0,0,46,457,cs.po,,cs,,czech,,,cs,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,46,457,476,0,0,0,0,46,457,ca.po,,ca,,catalan,,,ca,help/ -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,219,572,285,0,0,0,0,219,572,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,125,354,161,0,0,94,218,219,572,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,216,535,309,0,0,3,37,219,572,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,219,572,833,0,0,0,0,219,572,vi.po,,vi,,vietnamese,,,vi,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,191,459,459,0,0,28,113,219,572,uk.po,,uk,,ukrainian,,,uk,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,219,572,543,0,0,0,0,219,572,tr.po,,tr,,turkish,,,tr,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,127,377,433,0,0,92,195,219,572,tg.po,,tg,,tajik,,,tg,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,120,344,326,0,0,99,228,219,572,te.po,,te,,telugu,,,te,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,219,572,592,0,0,0,0,219,572,sv.po,,sv,,swedish,,,sv,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,216,535,615,0,0,3,37,219,572,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,219,572,656,0,0,0,0,219,572,sr.po,,sr,,serbian,,,sr,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,219,572,630,0,0,0,0,219,572,sl.po,,sl,,slovenian,,,sl,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,216,535,569,0,0,3,37,219,572,sk.po,,sk,,slovak,,,sk,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,219,572,612,0,0,0,0,219,572,ru.po,,ru,,russian,,,ru,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,219,572,631,0,0,0,0,219,572,ro.po,,ro,,romanian,,,ro,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,219,572,631,0,0,0,0,219,572,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,187,448,493,0,0,32,124,219,572,pt.po,,pt,,portuguese,,,pt,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,219,572,585,0,0,0,0,219,572,pl.po,,pl,,polish,,,pl,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,180,428,530,0,0,39,144,219,572,pa.po,,pa,,punjabi,,,pa,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,187,448,536,0,0,32,124,219,572,oc.po,,oc,,occitan,,,oc,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,219,572,586,0,0,0,0,219,572,nl.po,,nl,,dutch,,,nl,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,86,153,172,25,83,108,336,219,572,ne.po,,ne,,nepali,,,ne,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,198,473,481,0,0,21,99,219,572,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,218,561,536,0,0,1,11,219,572,ml.po,,ml,,malayalam,,,ml,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,219,572,564,0,0,0,0,219,572,lv.po,,lv,,latvian,,,lv,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,219,572,551,0,0,0,0,219,572,lt.po,,lt,,lithuanian,,,lt,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,219,572,523,0,0,0,0,219,572,ko.po,,ko,,korean,,,ko,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,84,158,181,0,0,135,414,219,572,kn.po,,kn,,kannada,,,kn,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,219,572,219,572,km.po,,km,,khmer,,,km,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,219,572,541,0,0,0,0,219,572,kk.po,,kk,,kazakh,,,kk,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,174,419,233,0,0,45,153,219,572,ja.po,,ja,,japanese,,,ja,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,219,572,613,0,0,0,0,219,572,it.po,,it,,italian,,,it,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,217,556,604,0,0,2,16,219,572,is.po,,is,,icelandic,,,is,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,219,572,589,0,0,0,0,219,572,id.po,,id,,indonesian,,,id,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,219,572,561,0,0,0,0,219,572,hu.po,,hu,,hungarian,,,hu,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,217,556,564,0,0,2,16,219,572,hr.po,,hr,,croatian,,,hr,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,187,448,437,0,0,32,124,219,572,he.po,,he,,hebrew,,,he,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,73,135,168,1,1,145,436,219,572,gu.po,,gu,,gujarati,,,gu,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,219,572,655,0,0,0,0,219,572,gl.po,,gl,,galician,,,gl,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,198,473,661,0,0,21,99,219,572,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,94,217,255,0,0,125,355,219,572,ga.po,,ga,,irish,,,ga,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,219,572,641,0,0,0,0,219,572,fur.po,,fur,,friulian,,,fur,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,219,572,686,0,0,0,0,219,572,fr.po,,fr,,french,,,fr,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,219,572,486,0,0,0,0,219,572,fi.po,,fi,,finnish,,,fi,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,198,473,542,0,0,21,99,219,572,fa.po,,fa,,persian,,,fa,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,219,572,553,0,0,0,0,219,572,eu.po,,eu,,basque,,,eu,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,100,301,256,0,0,119,271,219,572,et.po,,et,,estonian,,,et,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,219,572,660,0,0,0,0,219,572,es.po,,es,,spanish,,,es,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,217,556,552,0,0,2,16,219,572,eo.po,,eo,,esperanto,,,eo,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,217,556,559,0,0,2,16,219,572,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,219,572,636,0,0,0,0,219,572,el.po,,el,,greek,,,el,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,219,572,589,0,0,0,0,219,572,de.po,,de,,german,,,de,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,219,572,569,0,0,0,0,219,572,da.po,,da,,danish,,,da,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,219,572,617,0,0,0,0,219,572,cs.po,,cs,,czech,,,cs,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,198,473,572,0,0,21,99,219,572,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,219,572,679,0,0,0,0,219,572,ca.po,,ca,,catalan,,,ca,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,126,379,379,0,0,93,193,219,572,bs.po,,bs,,bosnian,,,bs,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,104,304,352,0,0,115,268,219,572,bg.po,,bg,,bulgarian,,,bg,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,125,354,403,0,0,94,218,219,572,as.po,,as,,assamese,,,as,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,196,467,508,0,0,23,105,219,572,ar.po,,ar,,arabic,,,ar,po -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,127,377,430,0,0,92,195,219,572,an.po,,an,,aragonese,,,an,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,79,458,112,0,0,1,0,80,458,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,75,354,97,0,0,5,104,80,458,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,79,456,154,0,0,1,2,80,458,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,50,241,208,6,43,24,174,80,458,xh.po,,xh,,xhosa,,,xh,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,1,0,0,9,27,70,431,80,458,wa.po,,wa,,walloon,,,wa,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,78,455,589,0,0,2,3,80,458,vi.po,,vi,,vietnamese,,,vi,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,78,455,399,0,0,2,3,80,458,uk.po,,uk,,ukrainian,,,uk,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,71,343,303,0,0,9,115,80,458,ug.po,,ug,,uyghur,,,ug,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,79,458,391,0,0,1,0,80,458,tr.po,,tr,,turkish,,,tr,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,78,455,152,0,0,2,3,80,458,th.po,,th,,thai,,,th,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,78,455,447,0,0,2,3,80,458,tg.po,,tg,,tajik,,,tg,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,75,354,289,0,0,5,104,80,458,te.po,,te,,telugu,,,te,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,75,354,306,0,0,5,104,80,458,ta.po,,ta,,tamil,,,ta,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,79,458,442,0,0,1,0,80,458,sv.po,,sv,,swedish,,,sv,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,80,457,447,0,0,0,1,80,458,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,79,458,448,0,0,1,0,80,458,sr.po,,sr,,serbian,,,sr,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,11,43,52,33,168,36,247,80,458,sq.po,,sq,,albanian,,,sq,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,79,458,429,0,0,1,0,80,458,sl.po,,sl,,slovenian,,,sl,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,80,457,433,0,0,0,1,80,458,sk.po,,sk,,slovak,,,sk,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,20,46,45,12,41,48,371,80,458,si.po,,si,,sinhala,,,si,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,1,0,0,36,199,43,259,80,458,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,79,458,404,0,0,1,0,80,458,ru.po,,ru,,russian,,,ru,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,79,458,499,0,0,1,0,80,458,ro.po,,ro,,romanian,,,ro,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,79,458,625,0,0,1,0,80,458,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,78,455,539,0,0,2,3,80,458,pt.po,,pt,,portuguese,,,pt,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,30,91,101,14,79,36,288,80,458,ps.po,,ps,,pashto,,,ps,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,79,458,451,0,0,1,0,80,458,pl.po,,pl,,polish,,,pl,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,78,455,471,0,0,2,3,80,458,pa.po,,pa,,punjabi,,,pa,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,75,354,360,0,0,5,104,80,458,or.po,,or,,odia,,,or,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,78,455,543,0,0,2,3,80,458,oc.po,,oc,,occitan,,,oc,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,34,143,141,18,113,28,202,80,458,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,79,458,458,0,0,1,0,80,458,nl.po,,nl,,dutch,,,nl,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,80,457,402,0,0,0,1,80,458,ne.po,,ne,,nepali,,,ne,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,14,28,24,3,8,63,422,80,458,nds.po,,nds,,low german,,,nds,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,80,457,422,0,0,0,1,80,458,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,1,0,0,7,22,72,436,80,458,ms.po,,ms,,malay,,,ms,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,75,354,317,0,0,5,104,80,458,mr.po,,mr,,marathi,,,mr,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,1,0,0,7,22,72,436,80,458,mn.po,,mn,,mongolian,,,mn,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,79,456,374,0,0,1,2,80,458,ml.po,,ml,,malayalam,,,ml,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,42,187,213,15,106,23,165,80,458,mk.po,,mk,,macedonian,,,mk,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,18,66,66,28,167,34,225,80,458,mg.po,,mg,,malagasy,,,mg,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,22,77,76,12,82,46,299,80,458,mai.po,,mai,,maithili,,,mai,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,79,458,361,0,0,1,0,80,458,lv.po,,lv,,latvian,,,lv,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,79,458,384,0,0,1,0,80,458,lt.po,,lt,,lithuanian,,,lt,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,20,68,75,20,117,40,273,80,458,ku.po,,ku,,kurdish,,,ku,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,79,458,362,0,0,1,0,80,458,ko.po,,ko,,korean,,,ko,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,75,354,311,0,0,5,104,80,458,kn.po,,kn,,kannada,,,kn,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,75,359,126,0,0,5,99,80,458,km.po,,km,,khmer,,,km,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,79,458,378,0,0,1,0,80,458,kk.po,,kk,,kazakh,,,kk,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,17,63,51,28,166,35,229,80,458,ka.po,,ka,,georgian,,,ka,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,78,455,123,0,0,2,3,80,458,ja.po,,ja,,japanese,,,ja,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,79,458,468,0,0,1,0,80,458,it.po,,it,,italian,,,it,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,80,457,478,0,0,0,1,80,458,is.po,,is,,icelandic,,,is,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,79,458,435,0,0,1,0,80,458,id.po,,id,,indonesian,,,id,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,79,458,455,0,0,1,0,80,458,hu.po,,hu,,hungarian,,,hu,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,79,456,427,0,0,1,2,80,458,hr.po,,hr,,croatian,,,hr,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,75,354,384,0,0,5,104,80,458,hi.po,,hi,,hindi,,,hi,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,78,455,456,0,0,2,3,80,458,he.po,,he,,hebrew,,,he,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,78,455,440,0,0,2,3,80,458,gu.po,,gu,,gujarati,,,gu,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,79,458,611,0,0,1,0,80,458,gl.po,,gl,,galician,,,gl,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,80,457,595,0,0,0,1,80,458,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,36,102,119,1,2,43,354,80,458,ga.po,,ga,,irish,,,ga,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,79,458,536,0,0,1,0,80,458,fur.po,,fur,,friulian,,,fur,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,79,458,632,0,0,1,0,80,458,fr.po,,fr,,french,,,fr,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,79,458,353,0,0,1,0,80,458,fi.po,,fi,,finnish,,,fi,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,80,457,468,0,0,0,1,80,458,fa.po,,fa,,persian,,,fa,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,80,457,365,0,0,0,1,80,458,eu.po,,eu,,basque,,,eu,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,71,351,296,0,0,9,107,80,458,et.po,,et,,estonian,,,et,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,79,458,542,0,0,1,0,80,458,es.po,,es,,spanish,,,es,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,79,456,443,0,0,1,2,80,458,eo.po,,eo,,esperanto,,,eo,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,78,455,458,0,0,2,3,80,458,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,14,55,55,29,171,37,232,80,458,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,29,144,144,30,175,21,139,80,458,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,79,458,525,0,0,1,0,80,458,el.po,,el,,greek,,,el,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,34,143,56,19,116,27,199,80,458,dz.po,,dz,,dzongkha,,,dz,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,79,458,429,0,0,1,0,80,458,de.po,,de,,german,,,de,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,79,458,454,0,0,1,0,80,458,da.po,,da,,danish,,,da,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,19,74,72,29,170,32,214,80,458,cy.po,,cy,,welsh,,,cy,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,79,458,419,0,0,1,0,80,458,cs.po,,cs,,czech,,,cs,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,71,343,307,0,0,9,115,80,458,crh.po,,crh,,crimean turkish,,,crh,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,80,457,570,0,0,0,1,80,458,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,79,456,569,0,0,1,2,80,458,ca.po,,ca,,catalan,,,ca,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,78,455,425,0,0,2,3,80,458,bs.po,,bs,,bosnian,,,bs,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,50,263,311,9,56,21,139,80,458,br.po,,br,,breton,,,br,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,75,354,416,0,0,5,104,80,458,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,50,263,300,9,56,21,139,80,458,bn.po,,bn,,bangla,,,bn,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,64,326,401,0,0,16,132,80,458,bg.po,,bg,,bulgarian,,,bg,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,42,187,165,15,106,23,165,80,458,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,80,457,394,0,0,0,1,80,458,be.po,,be,,belarusian,,,be,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,1,0,0,7,22,72,436,80,458,az.po,,az,,azerbaijani,,,az,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,58,306,333,1,13,21,139,80,458,ast.po,,ast,,asturian,,,ast,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,75,354,367,0,0,5,104,80,458,as.po,,as,,assamese,,,as,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,76,355,320,0,0,4,103,80,458,ar.po,,ar,,arabic,,,ar,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,78,455,518,0,0,2,3,80,458,an.po,,an,,aragonese,,,an,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,1,0,0,5,13,74,445,80,458,am.po,,am,,amharic,,,am,po -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,80,457,477,0,0,0,1,80,458,af.po,,af,,afrikaans,,,af,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/zu.po,100,513,424,1,3,29,383,130,899,zu.po,,zu,,zulu,,,zu,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,58,364,111,0,0,72,535,130,899,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,87,431,145,0,0,43,468,130,899,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,50,299,96,0,0,80,600,130,899,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/yo.po,20,117,148,28,86,82,696,130,899,yo.po,,yo,,yoruba,,,yo,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,99,498,397,1,8,30,393,130,899,xh.po,,xh,,xhosa,,,xh,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,101,533,712,0,0,29,366,130,899,wa.po,,wa,,walloon,,,wa,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,58,364,521,0,0,72,535,130,899,vi.po,,vi,,vietnamese,,,vi,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,64,193,178,0,0,66,706,130,899,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/uz.po,64,193,178,0,0,66,706,130,899,uz.po,,uz,,uzbek,,,uz,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,59,319,287,0,0,71,580,130,899,uk.po,,uk,,ukrainian,,,uk,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,110,563,463,0,0,20,336,130,899,ug.po,,ug,,uyghur,,,ug,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,58,364,307,0,0,72,535,130,899,tr.po,,tr,,turkish,,,tr,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/tk.po,26,44,44,0,0,104,855,130,899,tk.po,,tk,,turkmen,,,tk,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,59,319,119,0,0,71,580,130,899,th.po,,th,,thai,,,th,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,60,327,368,0,0,70,572,130,899,tg.po,,tg,,tajik,,,tg,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,59,323,290,0,0,71,576,130,899,te.po,,te,,telugu,,,te,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,59,323,293,0,0,71,576,130,899,ta.po,,ta,,tamil,,,ta,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,58,364,342,0,0,72,535,130,899,sv.po,,sv,,swedish,,,sv,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,50,299,310,0,0,80,600,130,899,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,58,364,379,0,0,72,535,130,899,sr.po,,sr,,serbian,,,sr,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,115,811,885,0,0,15,88,130,899,sq.po,,sq,,albanian,,,sq,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,58,364,350,0,0,72,535,130,899,sl.po,,sl,,slovenian,,,sl,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,50,299,295,0,0,80,600,130,899,sk.po,,sk,,slovak,,,sk,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,115,811,757,0,0,15,88,130,899,si.po,,si,,sinhala,,,si,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,12,13,16,69,480,49,406,130,899,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,58,364,331,0,0,72,535,130,899,ru.po,,ru,,russian,,,ru,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,58,364,395,0,0,72,535,130,899,ro.po,,ro,,romanian,,,ro,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,58,364,426,0,0,72,535,130,899,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,59,319,370,0,0,71,580,130,899,pt.po,,pt,,portuguese,,,pt,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,70,244,255,0,0,60,655,130,899,ps.po,,ps,,pashto,,,ps,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,58,364,337,0,0,72,535,130,899,pl.po,,pl,,polish,,,pl,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,50,299,319,0,0,80,600,130,899,pa.po,,pa,,punjabi,,,pa,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,59,323,343,0,0,71,576,130,899,or.po,,or,,odia,,,or,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,50,299,333,0,0,80,600,130,899,oc.po,,oc,,occitan,,,oc,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/nso.po,100,513,736,1,3,29,383,130,899,nso.po,,nso,,northern sotho,,,nso,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,97,489,455,0,0,33,410,130,899,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,58,364,370,0,0,72,535,130,899,nl.po,,nl,,dutch,,,nl,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,32,90,94,0,0,98,809,130,899,ne.po,,ne,,nepali,,,ne,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,68,209,176,0,0,62,690,130,899,nds.po,,nds,,low german,,,nds,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,50,299,294,0,0,80,600,130,899,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,59,323,307,0,0,71,576,130,899,ms.po,,ms,,malay,,,ms,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,59,323,320,0,0,71,576,130,899,mr.po,,mr,,marathi,,,mr,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,100,513,408,1,3,29,383,130,899,mn.po,,mn,,mongolian,,,mn,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,58,364,294,0,0,72,535,130,899,ml.po,,ml,,malayalam,,,ml,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,114,714,793,0,0,16,185,130,899,mk.po,,mk,,macedonian,,,mk,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/mi.po,6,8,8,0,0,124,891,130,899,mi.po,,mi,,maori,,,mi,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,106,571,586,0,0,24,328,130,899,mg.po,,mg,,malagasy,,,mg,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,61,267,283,0,0,69,632,130,899,mai.po,,mai,,maithili,,,mai,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,58,364,306,0,0,72,535,130,899,lv.po,,lv,,latvian,,,lv,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,58,364,291,0,0,72,535,130,899,lt.po,,lt,,lithuanian,,,lt,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,46,208,196,19,56,65,635,130,899,ku.po,,ku,,kurdish,,,ku,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,58,364,283,0,0,72,535,130,899,ko.po,,ko,,korean,,,ko,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,59,323,285,0,0,71,576,130,899,kn.po,,kn,,kannada,,,kn,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,59,323,168,0,0,71,576,130,899,km.po,,km,,khmer,,,km,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,58,364,346,0,0,72,535,130,899,kk.po,,kk,,kazakh,,,kk,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/kab.po,49,250,247,0,0,81,649,130,899,kab.po,,kab,,kabyle,,,kab,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,88,434,335,0,0,42,465,130,899,ka.po,,ka,,georgian,,,ka,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,56,343,107,0,0,74,556,130,899,ja.po,,ja,,japanese,,,ja,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,58,364,379,0,0,72,535,130,899,it.po,,it,,italian,,,it,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,58,364,382,0,0,72,535,130,899,is.po,,is,,icelandic,,,is,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ig.po,20,117,131,28,86,82,696,130,899,ig.po,,ig,,igbo,,,ig,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,58,364,346,0,0,72,535,130,899,id.po,,id,,indonesian,,,id,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/hy.po,103,570,546,0,0,27,329,130,899,hy.po,,hy,,armenian,,,hy,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,58,364,316,0,0,72,535,130,899,hu.po,,hu,,hungarian,,,hu,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,58,364,341,0,0,72,535,130,899,hr.po,,hr,,croatian,,,hr,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,59,323,424,0,0,71,576,130,899,hi.po,,hi,,hindi,,,hi,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,59,319,289,0,0,71,580,130,899,he.po,,he,,hebrew,,,he,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ha.po,20,117,153,28,86,82,696,130,899,ha.po,,ha,,hausa,,,ha,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,50,298,343,0,0,80,601,130,899,gu.po,,gu,,gujarati,,,gu,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,58,364,407,0,0,72,535,130,899,gl.po,,gl,,galician,,,gl,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,58,364,477,0,0,72,535,130,899,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,78,274,361,0,0,52,625,130,899,ga.po,,ga,,irish,,,ga,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/fy.po,96,448,414,0,0,34,451,130,899,fy.po,,fy,,western frisian,,,fy,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,58,364,420,0,0,72,535,130,899,fur.po,,fur,,friulian,,,fur,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,58,364,419,0,0,72,535,130,899,fr.po,,fr,,french,,,fr,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,55,276,219,2,21,73,602,130,899,fi.po,,fi,,finnish,,,fi,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,50,299,339,0,0,80,600,130,899,fa.po,,fa,,persian,,,fa,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,58,364,344,0,0,72,535,130,899,eu.po,,eu,,basque,,,eu,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,50,299,257,0,0,80,600,130,899,et.po,,et,,estonian,,,et,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,58,364,420,0,0,72,535,130,899,es.po,,es,,spanish,,,es,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,58,364,331,0,0,72,535,130,899,eo.po,,eo,,esperanto,,,eo,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,50,298,298,0,0,80,601,130,899,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,126,888,887,0,0,4,11,130,899,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,99,556,556,12,82,19,261,130,899,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,58,364,400,0,0,72,535,130,899,el.po,,el,,greek,,,el,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,130,899,348,0,0,0,0,130,899,dz.po,,dz,,dzongkha,,,dz,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,58,364,366,0,0,72,535,130,899,de.po,,de,,german,,,de,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,58,364,343,0,0,72,535,130,899,da.po,,da,,danish,,,da,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,104,569,623,0,0,26,330,130,899,cy.po,,cy,,welsh,,,cy,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/csb.po,92,447,413,4,27,34,425,130,899,csb.po,,csb,,kashubian,,,csb,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,58,364,335,0,0,72,535,130,899,cs.po,,cs,,czech,,,cs,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,110,563,503,0,0,20,336,130,899,crh.po,,crh,,crimean turkish,,,crh,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,50,299,352,0,0,80,600,130,899,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,58,364,416,0,0,72,535,130,899,ca.po,,ca,,catalan,,,ca,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,60,327,328,0,0,70,572,130,899,bs.po,,bs,,bosnian,,,bs,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,112,668,732,1,7,17,224,130,899,br.po,,br,,breton,,,br,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,59,323,380,0,0,71,576,130,899,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,92,446,500,0,0,38,453,130,899,bn.po,,bn,,bangla,,,bn,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,50,299,341,0,0,80,600,130,899,bg.po,,bg,,bulgarian,,,bg,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,108,533,461,0,0,22,366,130,899,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,58,364,332,0,0,72,535,130,899,be.po,,be,,belarusian,,,be,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,100,513,427,1,3,29,383,130,899,az.po,,az,,azerbaijani,,,az,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,111,711,791,1,6,18,182,130,899,ast.po,,ast,,asturian,,,ast,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,59,323,376,0,0,71,576,130,899,as.po,,as,,assamese,,,as,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,58,256,217,0,0,72,643,130,899,ar.po,,ar,,arabic,,,ar,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,59,319,368,0,0,71,580,130,899,an.po,,an,,aragonese,,,an,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,52,145,143,4,11,74,743,130,899,am.po,,am,,amharic,,,am,po -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,50,299,309,0,0,80,600,130,899,af.po,,af,,afrikaans,,,af,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/zu.po,47,313,257,42,196,517,3423,606,3932,zu.po,,zu,,zulu,,,zu,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,371,2549,601,0,0,235,1383,606,3932,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,429,2607,645,0,0,177,1325,606,3932,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,384,2659,578,0,0,222,1273,606,3932,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,47,313,251,42,196,517,3423,606,3932,xh.po,,xh,,xhosa,,,xh,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,6,18,27,36,94,564,3820,606,3932,wa.po,,wa,,walloon,,,wa,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,406,2416,2967,0,0,200,1516,606,3932,vi.po,,vi,,vietnamese,,,vi,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,416,2494,2142,0,0,190,1438,606,3932,uk.po,,uk,,ukrainian,,,uk,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,575,3618,2937,0,0,31,314,606,3932,ug.po,,ug,,uyghur,,,ug,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,371,2549,2191,0,0,235,1383,606,3932,tr.po,,tr,,turkish,,,tr,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,572,3740,1059,0,0,34,192,606,3932,th.po,,th,,thai,,,th,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,162,401,448,0,0,444,3531,606,3932,tg.po,,tg,,tajik,,,tg,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,429,2607,2181,0,0,177,1325,606,3932,te.po,,te,,telugu,,,te,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,429,2607,2102,0,0,177,1325,606,3932,ta.po,,ta,,tamil,,,ta,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,371,2549,2440,0,0,235,1383,606,3932,sv.po,,sv,,swedish,,,sv,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,370,2547,2480,0,0,236,1385,606,3932,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,371,2549,2493,0,0,235,1383,606,3932,sr.po,,sr,,serbian,,,sr,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,70,408,399,28,120,508,3404,606,3932,sq.po,,sq,,albanian,,,sq,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,371,2549,2505,0,0,235,1383,606,3932,sl.po,,sl,,slovenian,,,sl,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,349,2281,2116,3,28,254,1623,606,3932,sk.po,,sk,,slovak,,,sk,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,12,21,28,13,29,581,3882,606,3932,si.po,,si,,sinhala,,,si,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,6,6,6,76,494,524,3432,606,3932,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,336,2292,2064,0,0,270,1640,606,3932,ru.po,,ru,,russian,,,ru,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,371,2549,2775,0,0,235,1383,606,3932,ro.po,,ro,,romanian,,,ro,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,371,2549,2888,0,0,235,1383,606,3932,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,406,2416,2740,0,0,200,1516,606,3932,pt.po,,pt,,portuguese,,,pt,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,371,2549,2398,0,0,235,1383,606,3932,pl.po,,pl,,polish,,,pl,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,429,2607,2927,0,0,177,1325,606,3932,pa.po,,pa,,punjabi,,,pa,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,429,2607,2456,0,0,177,1325,606,3932,or.po,,or,,odia,,,or,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,406,2416,2783,0,0,200,1516,606,3932,oc.po,,oc,,occitan,,,oc,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/nso.po,47,313,460,42,196,517,3423,606,3932,nso.po,,nso,,northern sotho,,,nso,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,252,1704,1657,0,0,354,2228,606,3932,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,371,2549,2601,0,0,235,1383,606,3932,nl.po,,nl,,dutch,,,nl,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,207,967,919,100,528,299,2437,606,3932,ne.po,,ne,,nepali,,,ne,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,54,123,98,0,0,552,3809,606,3932,nds.po,,nds,,low german,,,nds,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,306,1600,1583,6,26,294,2306,606,3932,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,37,207,187,49,218,520,3507,606,3932,ms.po,,ms,,malay,,,ms,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,429,2607,2318,0,0,177,1325,606,3932,mr.po,,mr,,marathi,,,mr,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,70,408,328,32,129,504,3395,606,3932,mn.po,,mn,,mongolian,,,mn,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,290,1678,1295,35,257,281,1997,606,3932,ml.po,,ml,,malayalam,,,ml,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,551,3749,3960,0,0,55,183,606,3932,mk.po,,mk,,macedonian,,,mk,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,70,408,391,32,129,504,3395,606,3932,mg.po,,mg,,malagasy,,,mg,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,68,227,263,0,0,538,3705,606,3932,mai.po,,mai,,maithili,,,mai,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,371,2549,2214,0,0,235,1383,606,3932,lv.po,,lv,,latvian,,,lv,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,371,2549,2057,0,0,235,1383,606,3932,lt.po,,lt,,lithuanian,,,lt,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,67,369,377,39,181,500,3382,606,3932,ku.po,,ku,,kurdish,,,ku,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,371,2549,1979,0,0,235,1383,606,3932,ko.po,,ko,,korean,,,ko,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,429,2607,2205,0,0,177,1325,606,3932,kn.po,,kn,,kannada,,,kn,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,572,3740,1282,0,0,34,192,606,3932,km.po,,km,,khmer,,,km,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,286,1410,1288,0,0,320,2522,606,3932,kk.po,,kk,,kazakh,,,kk,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,72,436,315,33,114,501,3382,606,3932,ka.po,,ka,,georgian,,,ka,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,606,3729,962,0,0,0,203,606,3932,ja.po,,ja,,japanese,,,ja,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,371,2549,2774,0,0,235,1383,606,3932,it.po,,it,,italian,,,it,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,288,1378,1404,0,0,318,2554,606,3932,is.po,,is,,icelandic,,,is,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,371,2549,2339,0,0,235,1383,606,3932,id.po,,id,,indonesian,,,id,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,371,2549,2131,0,0,235,1383,606,3932,hu.po,,hu,,hungarian,,,hu,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,371,2549,2378,0,0,235,1383,606,3932,hr.po,,hr,,croatian,,,hr,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,429,2607,2968,0,0,177,1325,606,3932,hi.po,,hi,,hindi,,,hi,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,384,2659,2562,0,0,222,1273,606,3932,he.po,,he,,hebrew,,,he,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,405,2303,2321,0,0,201,1629,606,3932,gu.po,,gu,,gujarati,,,gu,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,371,2549,2943,0,0,235,1383,606,3932,gl.po,,gl,,galician,,,gl,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,272,1325,1944,0,0,334,2607,606,3932,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,129,366,434,0,0,477,3566,606,3932,ga.po,,ga,,irish,,,ga,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,371,2549,3148,0,0,235,1383,606,3932,fur.po,,fur,,friulian,,,fur,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,371,2549,2957,0,0,235,1383,606,3932,fr.po,,fr,,french,,,fr,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,266,1345,1030,27,216,313,2371,606,3932,fi.po,,fi,,finnish,,,fi,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,486,2647,3054,6,24,114,1261,606,3932,fa.po,,fa,,persian,,,fa,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,384,2659,2163,0,0,222,1273,606,3932,eu.po,,eu,,basque,,,eu,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,325,1913,1488,0,0,281,2019,606,3932,et.po,,et,,estonian,,,et,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,371,2549,2971,0,0,235,1383,606,3932,es.po,,es,,spanish,,,es,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,367,2501,2362,0,0,239,1431,606,3932,eo.po,,eo,,esperanto,,,eo,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,371,2549,2549,0,0,235,1383,606,3932,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,62,398,400,33,127,511,3407,606,3932,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,254,1652,1652,26,307,326,1973,606,3932,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,371,2549,2850,0,0,235,1383,606,3932,el.po,,el,,greek,,,el,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,73,441,176,35,130,498,3361,606,3932,dz.po,,dz,,dzongkha,,,dz,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,371,2549,2508,0,0,235,1383,606,3932,de.po,,de,,german,,,de,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,371,2549,2416,0,0,235,1383,606,3932,da.po,,da,,danish,,,da,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,70,408,410,28,120,508,3404,606,3932,cy.po,,cy,,welsh,,,cy,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,371,2549,2400,0,0,235,1383,606,3932,cs.po,,cs,,czech,,,cs,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,579,3694,3076,0,0,27,238,606,3932,crh.po,,crh,,crimean turkish,,,crh,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,384,2659,3121,0,0,222,1273,606,3932,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,384,2659,3124,0,0,222,1273,606,3932,ca.po,,ca,,catalan,,,ca,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,416,2494,2426,0,0,190,1438,606,3932,bs.po,,bs,,bosnian,,,bs,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,65,129,160,6,20,535,3783,606,3932,br.po,,br,,breton,,,br,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,429,2607,2682,0,0,177,1325,606,3932,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,288,1752,1844,0,0,318,2180,606,3932,bn.po,,bn,,bangla,,,bn,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,572,3740,3973,0,0,34,192,606,3932,bg.po,,bg,,bulgarian,,,bg,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,171,1034,845,0,0,435,2898,606,3932,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,371,2549,2164,0,0,235,1383,606,3932,be.po,,be,,belarusian,,,be,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,47,313,260,42,196,517,3423,606,3932,az.po,,az,,azerbaijani,,,az,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,569,3892,4208,0,0,37,40,606,3932,ast.po,,ast,,asturian,,,ast,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,429,2607,2511,0,0,177,1325,606,3932,as.po,,as,,assamese,,,as,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,318,1683,1582,23,80,265,2169,606,3932,ar.po,,ar,,arabic,,,ar,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,3,3,5,27,60,576,3869,606,3932,am.po,,am,,amharic,,,am,po -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,102,509,496,22,85,482,3338,606,3932,af.po,,af,,afrikaans,,,af,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/sv/sv.po,232,4113,3533,0,0,0,0,232,4113,sv.po,,sv,,swedish,,,sv,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/ro/ro.po,19,141,143,23,202,190,3770,232,4113,ro.po,,ro,,romanian,,,ro,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,232,4113,4276,0,0,0,0,232,4113,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/pt/pt.po,229,4089,4167,0,0,3,24,232,4113,pt.po,,pt,,portuguese,,,pt,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/pl/pl.po,232,4113,3200,0,0,0,0,232,4113,pl.po,,pl,,polish,,,pl,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/ko/ko.po,232,4113,2765,0,0,0,0,232,4113,ko.po,,ko,,korean,,,ko,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/hu/hu.po,232,4113,3177,0,0,0,0,232,4113,hu.po,,hu,,hungarian,,,hu,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/fr/fr.po,232,4113,4370,0,0,0,0,232,4113,fr.po,,fr,,french,,,fr,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/es/es.po,232,4113,4335,0,0,0,0,232,4113,es.po,,es,,spanish,,,es,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/el/el.po,229,4089,4061,0,0,3,24,232,4113,el.po,,el,,greek,,,el,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/de/de.po,232,4113,3790,0,0,0,0,232,4113,de.po,,de,,german,,,de,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,help/cs/cs.po,232,4113,3526,0,0,0,0,232,4113,cs.po,,cs,,czech,,,cs,help/ -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,304,1444,440,0,0,10,19,314,1463,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,292,1289,430,0,0,22,174,314,1463,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,304,1439,483,0,0,10,24,314,1463,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,298,1365,1969,0,0,16,98,314,1463,vi.po,,vi,,vietnamese,,,vi,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,301,1396,1287,0,0,13,67,314,1463,uk.po,,uk,,ukrainian,,,uk,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ug.po,308,1280,1149,0,0,6,183,314,1463,ug.po,,ug,,uyghur,,,ug,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,304,1444,1264,0,0,10,19,314,1463,tr.po,,tr,,turkish,,,tr,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,298,1365,589,0,0,16,98,314,1463,th.po,,th,,thai,,,th,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,291,1285,1309,0,0,23,178,314,1463,tg.po,,tg,,tajik,,,tg,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,292,1289,1161,0,0,22,174,314,1463,te.po,,te,,telugu,,,te,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ta.po,292,1289,1142,0,0,22,174,314,1463,ta.po,,ta,,tamil,,,ta,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,304,1444,1286,0,0,10,19,314,1463,sv.po,,sv,,swedish,,,sv,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,304,1439,1487,0,0,10,24,314,1463,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,304,1444,1491,0,0,10,19,314,1463,sr.po,,sr,,serbian,,,sr,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/sq.po,177,645,806,0,0,137,818,314,1463,sq.po,,sq,,albanian,,,sq,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,304,1444,1480,0,0,10,19,314,1463,sl.po,,sl,,slovenian,,,sl,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,302,1440,1340,0,0,12,23,314,1463,sk.po,,sk,,slovak,,,sk,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/si.po,131,258,310,0,0,183,1205,314,1463,si.po,,si,,sinhala,,,si,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/rw.po,22,22,23,86,471,206,970,314,1463,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,304,1444,1370,0,0,10,19,314,1463,ru.po,,ru,,russian,,,ru,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,304,1444,1667,0,0,10,19,314,1463,ro.po,,ro,,romanian,,,ro,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,304,1444,1829,0,0,10,19,314,1463,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,301,1396,1747,0,0,13,67,314,1463,pt.po,,pt,,portuguese,,,pt,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ps.po,177,479,567,0,0,137,984,314,1463,ps.po,,ps,,pashto,,,ps,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,304,1444,1391,0,0,10,19,314,1463,pl.po,,pl,,polish,,,pl,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,304,1439,1538,0,0,10,24,314,1463,pa.po,,pa,,punjabi,,,pa,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/or.po,308,1280,1294,0,0,6,183,314,1463,or.po,,or,,odia,,,or,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,301,1396,1891,0,0,13,67,314,1463,oc.po,,oc,,occitan,,,oc,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/nn.po,231,874,858,0,0,83,589,314,1463,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,304,1444,1383,0,0,10,19,314,1463,nl.po,,nl,,dutch,,,nl,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,313,1462,1357,0,0,1,1,314,1463,ne.po,,ne,,nepali,,,ne,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/nds.po,56,97,89,0,0,258,1366,314,1463,nds.po,,nds,,low german,,,nds,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,314,1463,1489,0,0,0,0,314,1463,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ms.po,143,502,487,0,0,171,961,314,1463,ms.po,,ms,,malay,,,ms,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/mr.po,292,1289,1164,0,0,22,174,314,1463,mr.po,,mr,,marathi,,,mr,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/mn.po,142,498,452,0,0,172,965,314,1463,mn.po,,mn,,mongolian,,,mn,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,305,1440,1233,0,0,9,23,314,1463,ml.po,,ml,,malayalam,,,ml,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/mk.po,275,1072,1236,0,0,39,391,314,1463,mk.po,,mk,,macedonian,,,mk,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/mg.po,209,845,929,1,1,104,617,314,1463,mg.po,,mg,,malagasy,,,mg,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/mai.po,175,577,664,0,0,139,886,314,1463,mai.po,,mai,,maithili,,,mai,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,304,1444,1291,0,0,10,19,314,1463,lv.po,,lv,,latvian,,,lv,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,304,1444,1355,0,0,10,19,314,1463,lt.po,,lt,,lithuanian,,,lt,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/li.po,116,388,377,20,67,178,1008,314,1463,li.po,,li,,limburgish,,,li,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ky.po,308,1283,1139,0,0,6,180,314,1463,ky.po,,ky,,kyrgyz,,,ky,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ku.po,87,154,172,0,0,227,1309,314,1463,ku.po,,ku,,kurdish,,,ku,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,304,1444,1261,0,0,10,19,314,1463,ko.po,,ko,,korean,,,ko,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,292,1289,1159,0,0,22,174,314,1463,kn.po,,kn,,kannada,,,kn,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/km.po,294,1283,571,0,0,20,180,314,1463,km.po,,km,,khmer,,,km,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,304,1444,1280,0,0,10,19,314,1463,kk.po,,kk,,kazakh,,,kk,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ka.po,224,839,738,0,0,90,624,314,1463,ka.po,,ka,,georgian,,,ka,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,301,1437,469,0,0,13,26,314,1463,ja.po,,ja,,japanese,,,ja,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,304,1444,1560,0,0,10,19,314,1463,it.po,,it,,italian,,,it,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,305,1440,1275,0,0,9,23,314,1463,is.po,,is,,icelandic,,,is,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,304,1444,1420,0,0,10,19,314,1463,id.po,,id,,indonesian,,,id,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,304,1444,1336,0,0,10,19,314,1463,hu.po,,hu,,hungarian,,,hu,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,302,1440,1400,0,0,12,23,314,1463,hr.po,,hr,,croatian,,,hr,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/hi.po,292,1289,1417,0,0,22,174,314,1463,hi.po,,hi,,hindi,,,hi,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,298,1365,1323,0,0,16,98,314,1463,he.po,,he,,hebrew,,,he,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/gu.po,308,1280,1348,0,0,6,183,314,1463,gu.po,,gu,,gujarati,,,gu,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,304,1444,1852,0,0,10,19,314,1463,gl.po,,gl,,galician,,,gl,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,313,1462,2024,0,0,1,1,314,1463,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,158,294,370,3,9,153,1160,314,1463,ga.po,,ga,,irish,,,ga,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,304,1444,1699,0,0,10,19,314,1463,fur.po,,fur,,friulian,,,fur,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,304,1444,1972,0,0,10,19,314,1463,fr.po,,fr,,french,,,fr,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,304,1444,1034,0,0,10,19,314,1463,fi.po,,fi,,finnish,,,fi,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,313,1462,1704,0,0,1,1,314,1463,fa.po,,fa,,persian,,,fa,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,304,1444,1259,0,0,10,19,314,1463,eu.po,,eu,,basque,,,eu,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,292,1289,1018,0,0,22,174,314,1463,et.po,,et,,estonian,,,et,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,304,1444,1905,0,0,10,19,314,1463,es.po,,es,,spanish,,,es,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,303,1407,1194,0,0,11,56,314,1463,eo.po,,eo,,esperanto,,,eo,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,304,1439,1462,0,0,10,24,314,1463,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/en_ca.po,177,645,644,0,0,137,818,314,1463,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,210,727,728,34,206,70,530,314,1463,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,304,1444,1519,0,0,10,19,314,1463,el.po,,el,,greek,,,el,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/dz.po,230,868,501,0,0,84,595,314,1463,dz.po,,dz,,dzongkha,,,dz,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,304,1444,1398,0,0,10,19,314,1463,de.po,,de,,german,,,de,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,302,1440,1275,0,0,12,23,314,1463,da.po,,da,,danish,,,da,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/cy.po,177,645,711,0,0,137,818,314,1463,cy.po,,cy,,welsh,,,cy,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,304,1444,1381,0,0,10,19,314,1463,cs.po,,cs,,czech,,,cs,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,313,1462,1833,0,0,1,1,314,1463,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,303,1441,1813,0,0,11,22,314,1463,ca.po,,ca,,catalan,,,ca,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,292,1289,1244,0,0,22,174,314,1463,bs.po,,bs,,bosnian,,,bs,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,292,1289,1317,0,0,22,174,314,1463,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/bn.po,244,933,1055,0,0,70,530,314,1463,bn.po,,bn,,bangla,,,bn,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,313,1462,1581,0,0,1,1,314,1463,bg.po,,bg,,bulgarian,,,bg,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,184,545,507,0,0,130,918,314,1463,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,313,1462,1424,0,0,1,1,314,1463,be.po,,be,,belarusian,,,be,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/az.po,143,502,449,0,0,171,961,314,1463,az.po,,az,,azerbaijani,,,az,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ast.po,238,913,1131,0,0,76,550,314,1463,ast.po,,ast,,asturian,,,ast,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,292,1289,1253,0,0,22,174,314,1463,as.po,,as,,assamese,,,as,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,304,1439,1575,0,0,10,24,314,1463,ar.po,,ar,,arabic,,,ar,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,289,1276,1596,0,0,25,187,314,1463,an.po,,an,,aragonese,,,an,po -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv,po/am.po,43,74,90,20,33,251,1356,314,1463,am.po,,am,,amharic,,,am,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/sv/sv.po,538,5361,4892,0,0,8,107,546,5468,sv.po,,sv,,swedish,,,sv,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/ru/ru.po,517,5232,4551,0,0,29,236,546,5468,ru.po,,ru,,russian,,,ru,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/pl/pl.po,538,5361,4355,0,0,8,107,546,5468,pl.po,,pl,,polish,,,pl,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/ca/ca.po,513,5247,5593,0,0,33,221,546,5468,ca.po,,ca,,catalan,,,ca,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/fr/fr.po,546,5468,6141,0,0,0,0,546,5468,fr.po,,fr,,french,,,fr,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/el/el.po,513,5247,5419,0,0,33,221,546,5468,el.po,,el,,greek,,,el,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/gl/gl.po,225,1149,1244,23,108,298,4211,546,5468,gl.po,,gl,,galician,,,gl,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,546,5468,5967,0,0,0,0,546,5468,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/de/de.po,546,5468,5453,0,0,0,0,546,5468,de.po,,de,,german,,,de,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/cs/cs.po,546,5468,5010,0,0,0,0,546,5468,cs.po,,cs,,czech,,,cs,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/ro/ro.po,136,528,532,0,0,410,4940,546,5468,ro.po,,ro,,romanian,,,ro,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/es/es.po,546,5468,6142,0,0,0,0,546,5468,es.po,,es,,spanish,,,es,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/ko/ko.po,546,5468,4047,0,0,0,0,546,5468,ko.po,,ko,,korean,,,ko,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/fi/fi.po,481,4718,3149,16,225,49,525,546,5468,fi.po,,fi,,finnish,,,fi,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,help/hu/hu.po,538,5361,4551,0,0,8,107,546,5468,hu.po,,hu,,hungarian,,,hu,help/ -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/mk.po,487,4145,4065,0,0,36,473,523,4618,mk.po,,mk,,macedonian,,,mk,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/fur.po,488,2499,2977,0,0,35,2119,523,4618,fur.po,,fur,,friulian,,,fur,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/sq.po,493,4548,4706,0,0,30,70,523,4618,sq.po,,sq,,albanian,,,sq,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/rw.po,55,69,71,395,4210,73,339,523,4618,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/cy.po,339,3183,3289,65,365,119,1070,523,4618,cy.po,,cy,,welsh,,,cy,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/br.po,216,639,702,1,12,306,3967,523,4618,br.po,,br,,breton,,,br,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ga.po,304,1032,1108,20,102,199,3484,523,4618,ga.po,,ga,,irish,,,ga,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/sl.po,488,2499,2363,0,0,35,2119,523,4618,sl.po,,sl,,slovenian,,,sl,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ar.po,428,1785,1616,37,495,58,2338,523,4618,ar.po,,ar,,arabic,,,ar,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/id.po,488,2499,2353,0,0,35,2119,523,4618,id.po,,id,,indonesian,,,id,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/nl.po,488,2499,2414,0,0,35,2119,523,4618,nl.po,,nl,,dutch,,,nl,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/dz.po,342,3098,1233,84,548,97,972,523,4618,dz.po,,dz,,dzongkha,,,dz,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/fi.po,468,2085,1549,10,296,45,2237,523,4618,fi.po,,fi,,finnish,,,fi,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/bg.po,487,2554,2779,0,0,36,2064,523,4618,bg.po,,bg,,bulgarian,,,bg,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/gl.po,488,2499,2973,0,0,35,2119,523,4618,gl.po,,gl,,galician,,,gl,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/wa.po,470,3947,4839,0,0,53,671,523,4618,wa.po,,wa,,walloon,,,wa,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/eu.po,487,2481,2050,0,0,36,2137,523,4618,eu.po,,eu,,basque,,,eu,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/hr.po,488,2499,2319,0,0,35,2119,523,4618,hr.po,,hr,,croatian,,,hr,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/oc.po,486,2503,3017,0,0,37,2115,523,4618,oc.po,,oc,,occitan,,,oc,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ka.po,184,389,342,311,4177,28,52,523,4618,ka.po,,ka,,georgian,,,ka,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,488,2499,2940,0,0,35,2119,523,4618,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/gd.po,487,2554,3241,0,0,36,2064,523,4618,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/sr.po,488,2499,2354,0,0,35,2119,523,4618,sr.po,,sr,,serbian,,,sr,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,487,2554,3049,0,0,36,2064,523,4618,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ru.po,488,2499,2270,0,0,35,2119,523,4618,ru.po,,ru,,russian,,,ru,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ug.po,433,2308,1973,0,0,90,2310,523,4618,ug.po,,ug,,uyghur,,,ug,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/tr.po,488,2499,2205,0,0,35,2119,523,4618,tr.po,,tr,,turkish,,,tr,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,442,2209,2362,0,0,81,2409,523,4618,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/is.po,402,1638,1541,0,0,121,2980,523,4618,is.po,,is,,icelandic,,,is,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/lv.po,488,2499,2092,0,0,35,2119,523,4618,lv.po,,lv,,latvian,,,lv,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ml.po,455,2265,1863,18,129,50,2224,523,4618,ml.po,,ml,,malayalam,,,ml,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/eo.po,482,2416,2233,0,0,41,2202,523,4618,eo.po,,eo,,esperanto,,,eo,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ro.po,488,2499,2663,0,0,35,2119,523,4618,ro.po,,ro,,romanian,,,ro,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/mn.po,474,3480,2757,2,45,47,1093,523,4618,mn.po,,mn,,mongolian,,,mn,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,496,4218,4219,0,0,27,400,523,4618,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ta.po,442,2209,1883,0,0,81,2409,523,4618,ta.po,,ta,,tamil,,,ta,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/he.po,477,2511,2497,0,0,46,2107,523,4618,he.po,,he,,hebrew,,,he,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/pa.po,473,2336,2504,1,7,49,2275,523,4618,pa.po,,pa,,punjabi,,,pa,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/nn.po,459,3933,3589,3,14,61,671,523,4618,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/te.po,442,2209,1841,0,0,81,2409,523,4618,te.po,,te,,telugu,,,te,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/el.po,488,2499,2662,0,0,35,2119,523,4618,el.po,,el,,greek,,,el,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/et.po,419,2157,1695,0,0,104,2461,523,4618,et.po,,et,,estonian,,,et,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/mg.po,511,4558,4454,12,60,0,0,523,4618,mg.po,,mg,,malagasy,,,mg,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/bs.po,440,2218,2087,0,0,83,2400,523,4618,bs.po,,bs,,bosnian,,,bs,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/mai.po,348,3013,3089,0,0,175,1605,523,4618,mai.po,,mai,,maithili,,,mai,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/am.po,180,350,372,29,84,314,4184,523,4618,am.po,,am,,amharic,,,am,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/es.po,488,2499,3048,0,0,35,2119,523,4618,es.po,,es,,spanish,,,es,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/hi.po,423,2045,2348,0,0,100,2573,523,4618,hi.po,,hi,,hindi,,,hi,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,486,2503,727,0,0,37,2115,523,4618,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/kk.po,488,2499,2216,0,0,35,2119,523,4618,kk.po,,kk,,kazakh,,,kk,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ku.po,372,1619,1730,1,6,150,2993,523,4618,ku.po,,ku,,kurdish,,,ku,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/it.po,488,2499,2839,0,0,35,2119,523,4618,it.po,,it,,italian,,,it,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/km.po,430,2248,720,0,0,93,2370,523,4618,km.po,,km,,khmer,,,km,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/bn.po,483,4141,4096,0,0,40,477,523,4618,bn.po,,bn,,bangla,,,bn,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ja.po,476,2370,792,0,0,47,2248,523,4618,ja.po,,ja,,japanese,,,ja,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/nb.po,471,2341,2214,8,73,44,2204,523,4618,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ca.po,488,2499,2991,0,0,35,2119,523,4618,ca.po,,ca,,catalan,,,ca,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,488,2499,707,0,0,35,2119,523,4618,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,493,2543,2570,0,0,30,2075,523,4618,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/tg.po,437,2182,2144,0,0,86,2436,523,4618,tg.po,,tg,,tajik,,,tg,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/th.po,477,2511,805,0,0,46,2107,523,4618,th.po,,th,,thai,,,th,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ast.po,487,4145,4425,0,0,36,473,523,4618,ast.po,,ast,,asturian,,,ast,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,430,3842,3156,0,0,93,776,523,4618,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,511,4597,4609,0,0,12,21,523,4618,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/si.po,273,806,977,1,3,249,3809,523,4618,si.po,,si,,sinhala,,,si,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/cs.po,488,2499,2344,0,0,35,2119,523,4618,cs.po,,cs,,czech,,,cs,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,492,2542,2395,0,0,31,2076,523,4618,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,439,2204,617,3,5,81,2409,523,4618,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/hu.po,488,2499,2166,0,0,35,2119,523,4618,hu.po,,hu,,hungarian,,,hu,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ne.po,327,1321,1211,77,475,119,2822,523,4618,ne.po,,ne,,nepali,,,ne,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/an.po,440,2218,2646,0,0,83,2400,523,4618,an.po,,an,,aragonese,,,an,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/gu.po,427,2073,2232,9,93,87,2452,523,4618,gu.po,,gu,,gujarati,,,gu,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/as.po,442,2209,2268,0,0,81,2409,523,4618,as.po,,as,,assamese,,,as,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/uk.po,477,2511,2161,0,0,46,2107,523,4618,uk.po,,uk,,ukrainian,,,uk,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/xh.po,518,4397,3646,2,7,3,214,523,4618,xh.po,,xh,,xhosa,,,xh,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/nds.po,233,1064,1029,8,29,282,3525,523,4618,nds.po,,nds,,low german,,,nds,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/pl.po,508,2642,2427,0,0,15,1976,523,4618,pl.po,,pl,,polish,,,pl,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/hy.po,117,261,236,47,170,359,4187,523,4618,hy.po,,hy,,armenian,,,hy,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/da.po,488,2499,2283,0,0,35,2119,523,4618,da.po,,da,,danish,,,da,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/fa.po,487,2554,2813,0,0,36,2064,523,4618,fa.po,,fa,,persian,,,fa,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/lt.po,488,2499,2098,0,0,35,2119,523,4618,lt.po,,lt,,lithuanian,,,lt,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ps.po,259,899,1024,0,0,264,3719,523,4618,ps.po,,ps,,pashto,,,ps,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/sk.po,453,2346,2188,25,98,45,2174,523,4618,sk.po,,sk,,slovak,,,sk,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/vi.po,488,2499,3415,0,0,35,2119,523,4618,vi.po,,vi,,vietnamese,,,vi,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/mr.po,442,2209,2040,0,0,81,2409,523,4618,mr.po,,mr,,marathi,,,mr,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ms.po,484,3691,3219,11,68,28,859,523,4618,ms.po,,ms,,malay,,,ms,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/fr.po,488,2499,3010,0,0,35,2119,523,4618,fr.po,,fr,,french,,,fr,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/de.po,488,2499,2494,0,0,35,2119,523,4618,de.po,,de,,german,,,de,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/kn.po,442,2209,1934,0,0,81,2409,523,4618,kn.po,,kn,,kannada,,,kn,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/pt.po,477,2511,2819,0,0,46,2107,523,4618,pt.po,,pt,,portuguese,,,pt,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/ko.po,488,2499,2064,0,0,35,2119,523,4618,ko.po,,ko,,korean,,,ko,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/az.po,511,4360,3358,9,44,3,214,523,4618,az.po,,az,,azerbaijani,,,az,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/or.po,434,2309,2400,0,0,89,2309,523,4618,or.po,,or,,odia,,,or,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/sv.po,488,2499,2332,0,0,35,2119,523,4618,sv.po,,sv,,swedish,,,sv,po -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv,po/be.po,488,2499,2264,0,0,35,2119,523,4618,be.po,,be,,belarusian,,,be,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ln.po,4,10,13,0,0,5,14,9,24,ln.po,,ln,,lingala,,,ln,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/gd.po,6,15,18,0,0,3,9,9,24,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/it.po,6,15,16,0,0,3,9,9,24,it.po,,it,,italian,,,it,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/eu.po,6,15,14,0,0,3,9,9,24,eu.po,,eu,,basque,,,eu,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/hi.po,5,12,11,0,0,4,12,9,24,hi.po,,hi,,hindi,,,hi,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/hr.po,6,15,13,0,0,3,9,9,24,hr.po,,hr,,croatian,,,hr,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ga.po,5,12,10,0,0,4,12,9,24,ga.po,,ga,,irish,,,ga,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/en_ca.po,9,24,24,0,0,0,0,9,24,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/tr.po,6,15,15,0,0,3,9,9,24,tr.po,,tr,,turkish,,,tr,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/lt.po,6,15,11,0,0,3,9,9,24,lt.po,,lt,,lithuanian,,,lt,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/da.po,6,15,16,0,0,3,9,9,24,da.po,,da,,danish,,,da,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/km.po,9,24,9,0,0,0,0,9,24,km.po,,km,,khmer,,,km,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/as.po,9,24,23,0,0,0,0,9,24,as.po,,as,,assamese,,,as,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/fa.po,6,15,15,0,0,3,9,9,24,fa.po,,fa,,persian,,,fa,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/en_gb.po,9,24,24,0,0,0,0,9,24,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/kn.po,5,12,14,0,0,4,12,9,24,kn.po,,kn,,kannada,,,kn,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ko.po,6,15,11,0,0,3,9,9,24,ko.po,,ko,,korean,,,ko,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/id.po,6,15,14,0,0,3,9,9,24,id.po,,id,,indonesian,,,id,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/sv.po,6,15,16,0,0,3,9,9,24,sv.po,,sv,,swedish,,,sv,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/is.po,6,15,16,0,0,3,9,9,24,is.po,,is,,icelandic,,,is,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ne.po,6,15,13,0,0,3,9,9,24,ne.po,,ne,,nepali,,,ne,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/kk.po,6,15,13,0,0,3,9,9,24,kk.po,,kk,,kazakh,,,kk,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ca@valencia.po,6,15,15,0,0,3,9,9,24,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/cs.po,6,15,15,0,0,3,9,9,24,cs.po,,cs,,czech,,,cs,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/af.po,6,15,15,0,0,3,9,9,24,af.po,,af,,afrikaans,,,af,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/th.po,9,24,9,0,0,0,0,9,24,th.po,,th,,thai,,,th,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/tg.po,5,12,12,0,0,4,12,9,24,tg.po,,tg,,tajik,,,tg,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/vi.po,9,24,31,0,0,0,0,9,24,vi.po,,vi,,vietnamese,,,vi,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/an.po,9,24,26,0,0,0,0,9,24,an.po,,an,,aragonese,,,an,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/zh_cn.po,6,15,6,0,0,3,9,9,24,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ug.po,9,24,23,0,0,0,0,9,24,ug.po,,ug,,uyghur,,,ug,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/hu.po,6,15,14,0,0,3,9,9,24,hu.po,,hu,,hungarian,,,hu,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/sr.po,6,15,14,0,0,3,9,9,24,sr.po,,sr,,serbian,,,sr,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/gu.po,9,24,24,0,0,0,0,9,24,gu.po,,gu,,gujarati,,,gu,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/fi.po,6,15,13,0,0,3,9,9,24,fi.po,,fi,,finnish,,,fi,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/bn_in.po,5,12,11,0,0,4,12,9,24,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/pt.po,6,15,14,0,0,3,9,9,24,pt.po,,pt,,portuguese,,,pt,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/pt_br.po,6,15,14,0,0,3,9,9,24,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/eo.po,6,15,14,0,0,3,9,9,24,eo.po,,eo,,esperanto,,,eo,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/lv.po,6,15,13,0,0,3,9,9,24,lv.po,,lv,,latvian,,,lv,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/es.po,6,15,15,0,0,3,9,9,24,es.po,,es,,spanish,,,es,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,9,24,23,0,0,0,0,9,24,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/pa.po,6,15,15,0,0,3,9,9,24,pa.po,,pa,,punjabi,,,pa,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/el.po,6,15,14,0,0,3,9,9,24,el.po,,el,,greek,,,el,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/zh_tw.po,6,15,6,0,0,3,9,9,24,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/de.po,6,15,17,0,0,3,9,9,24,de.po,,de,,german,,,de,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/sl.po,6,15,17,0,0,3,9,9,24,sl.po,,sl,,slovenian,,,sl,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ta.po,9,24,23,0,0,0,0,9,24,ta.po,,ta,,tamil,,,ta,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/te.po,9,24,23,0,0,0,0,9,24,te.po,,te,,telugu,,,te,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/sk.po,6,15,15,0,0,3,9,9,24,sk.po,,sk,,slovak,,,sk,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ro.po,9,24,27,0,0,0,0,9,24,ro.po,,ro,,romanian,,,ro,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/uk.po,6,15,14,0,0,3,9,9,24,uk.po,,uk,,ukrainian,,,uk,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/mr.po,9,24,23,0,0,0,0,9,24,mr.po,,mr,,marathi,,,mr,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/nb.po,6,15,16,0,0,3,9,9,24,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/gl.po,6,15,15,0,0,3,9,9,24,gl.po,,gl,,galician,,,gl,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/nl.po,6,15,18,0,0,3,9,9,24,nl.po,,nl,,dutch,,,nl,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ja.po,9,24,9,0,0,0,0,9,24,ja.po,,ja,,japanese,,,ja,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/fur.po,6,15,16,0,0,3,9,9,24,fur.po,,fur,,friulian,,,fur,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/bg.po,6,15,15,0,0,3,9,9,24,bg.po,,bg,,bulgarian,,,bg,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/be.po,6,15,15,0,0,3,9,9,24,be.po,,be,,belarusian,,,be,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ru.po,6,15,12,0,0,3,9,9,24,ru.po,,ru,,russian,,,ru,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/et.po,9,24,17,0,0,0,0,9,24,et.po,,et,,estonian,,,et,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/pl.po,6,15,17,0,0,3,9,9,24,pl.po,,pl,,polish,,,pl,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ml.po,5,12,11,0,0,4,12,9,24,ml.po,,ml,,malayalam,,,ml,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/fy.po,9,24,18,0,0,0,0,9,24,fy.po,,fy,,western frisian,,,fy,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ar.po,9,24,23,0,0,0,0,9,24,ar.po,,ar,,arabic,,,ar,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/oc.po,4,10,12,0,0,5,14,9,24,oc.po,,oc,,occitan,,,oc,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/fr.po,6,15,20,0,0,3,9,9,24,fr.po,,fr,,french,,,fr,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/bs.po,4,10,9,0,0,5,14,9,24,bs.po,,bs,,bosnian,,,bs,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/zh_hk.po,9,24,9,0,0,0,0,9,24,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/sr@latin.po,6,15,14,0,0,3,9,9,24,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/ca.po,6,15,15,0,0,3,9,9,24,ca.po,,ca,,catalan,,,ca,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/or.po,9,24,24,0,0,0,0,9,24,or.po,,or,,odia,,,or,po -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv,po/he.po,6,15,13,0,0,3,9,9,24,he.po,,he,,hebrew,,,he,po -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/de/de.po,3202,56807,54927,0,0,119,3446,3321,60253,de.po,,de,,german,,,de,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/kn/kn.po,350,897,882,0,0,2971,59356,3321,60253,kn.po,,kn,,kannada,,,kn,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/fr/fr.po,2704,47231,50188,321,7417,296,5605,3321,60253,fr.po,,fr,,french,,,fr,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/as/as.po,2407,30614,27469,319,4795,595,24844,3321,60253,as.po,,as,,assamese,,,as,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/hu/hu.po,3201,56823,45700,0,0,120,3430,3321,60253,hu.po,,hu,,hungarian,,,hu,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/it/it.po,2088,36623,36404,480,7593,753,16037,3321,60253,it.po,,it,,italian,,,it,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ta/ta.po,2795,50123,38336,275,5971,251,4159,3321,60253,ta.po,,ta,,tamil,,,ta,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ro/ro.po,169,1855,1837,0,0,3152,58398,3321,60253,ro.po,,ro,,romanian,,,ro,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/vi/vi.po,2237,36788,39571,0,0,1084,23465,3321,60253,vi.po,,vi,,vietnamese,,,vi,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sv/sv.po,3201,56823,52768,0,0,120,3430,3321,60253,sv.po,,sv,,swedish,,,sv,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ru/ru.po,2884,50476,42172,247,6960,190,2817,3321,60253,ru.po,,ru,,russian,,,ru,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/he/he.po,4,8,11,0,0,3317,60245,3321,60253,he.po,,he,,hebrew,,,he,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pt/pt.po,3115,55812,57231,19,532,187,3909,3321,60253,pt.po,,pt,,portuguese,,,pt,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/te/te.po,939,14118,10266,197,2937,2185,43198,3321,60253,te.po,,te,,telugu,,,te,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pl/pl.po,3201,56823,45248,0,0,120,3430,3321,60253,pl.po,,pl,,polish,,,pl,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/lv/lv.po,3191,57078,44920,5,20,125,3155,3321,60253,lv.po,,lv,,latvian,,,lv,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/id/id.po,1798,20821,18532,402,6368,1121,33064,3321,60253,id.po,,id,,indonesian,,,id,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pa/pa.po,192,532,564,149,863,2980,58858,3321,60253,pa.po,,pa,,punjabi,,,pa,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/fi/fi.po,2052,28273,19055,649,15400,620,16580,3321,60253,fi.po,,fi,,finnish,,,fi,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/es/es.po,3075,54687,57662,111,1699,135,3867,3321,60253,es.po,,es,,spanish,,,es,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sr@latin/sr@latin.po,3168,56855,51793,0,0,153,3398,3321,60253,sr@latin.po,latin,sr,,serbian,,,sr@latin,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/zh_cn/zh_cn.po,2794,51114,5179,375,5958,152,3181,3321,60253,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/nl/nl.po,3168,56853,57429,0,0,153,3400,3321,60253,nl.po,,nl,,dutch,,,nl,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/gu/gu.po,2515,39284,39210,412,9639,394,11330,3321,60253,gu.po,,gu,,gujarati,,,gu,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ja/ja.po,1739,27509,3394,729,15161,853,17583,3321,60253,ja.po,,ja,,japanese,,,ja,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sl/sl.po,2939,52634,44589,190,4255,192,3364,3321,60253,sl.po,,sl,,slovenian,,,sl,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/sr/sr.po,3168,56855,51793,0,0,153,3398,3321,60253,sr.po,,sr,,serbian,,,sr,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/hr/hr.po,307,2687,2329,18,30,2996,57536,3321,60253,hr.po,,hr,,croatian,,,hr,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/el/el.po,3111,56124,56974,0,0,210,4129,3321,60253,el.po,,el,,greek,,,el,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/hi/hi.po,164,3074,3661,1,19,3156,57160,3321,60253,hi.po,,hi,,hindi,,,hi,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/pt_br/pt_br.po,3201,56823,59860,0,0,120,3430,3321,60253,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/cs/cs.po,3201,56823,49138,0,0,120,3430,3321,60253,cs.po,,cs,,czech,,,cs,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/da/da.po,1445,11583,10661,0,0,1876,48670,3321,60253,da.po,,da,,danish,,,da,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/gl/gl.po,2431,35551,36371,641,18198,249,6504,3321,60253,gl.po,,gl,,galician,,,gl,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/ca/ca.po,3047,54705,57389,121,1537,153,4011,3321,60253,ca.po,,ca,,catalan,,,ca,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,gnome-help/mr/mr.po,2559,44257,33981,563,12746,199,3250,3321,60253,mr.po,,mr,,marathi,,,mr,gnome-help/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/de/de.po,542,7433,7064,0,0,119,1657,661,9090,de.po,,de,,german,,,de,system-admin-guide/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/hu/hu.po,547,7497,6920,0,0,114,1593,661,9090,hu.po,,hu,,hungarian,,,hu,system-admin-guide/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/sv/sv.po,661,9090,8055,0,0,0,0,661,9090,sv.po,,sv,,swedish,,,sv,system-admin-guide/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/es/es.po,593,7515,8331,15,527,53,1048,661,9090,es.po,,es,,spanish,,,es,system-admin-guide/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/pt_br/pt_br.po,542,7433,8003,0,0,119,1657,661,9090,pt_br.po,,pt,br,portuguese,,brazil,pt_br,system-admin-guide/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/cs/cs.po,542,7433,6580,0,0,119,1657,661,9090,cs.po,,cs,,czech,,,cs,system-admin-guide/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/ko/ko.po,661,9090,6736,0,0,0,0,661,9090,ko.po,,ko,,korean,,,ko,system-admin-guide/ -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv,system-admin-guide/gl/gl.po,238,1590,1823,19,118,404,7382,661,9090,gl.po,,gl,,galician,,,gl,system-admin-guide/ -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,15,70,70,0,0,36,256,51,326,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,11,52,57,0,0,40,274,51,326,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ja.po,10,51,14,0,0,41,275,51,326,ja.po,,ja,,japanese,,,ja,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/af.po,10,52,54,0,0,41,274,51,326,af.po,,af,,afrikaans,,,af,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/da.po,11,52,44,0,0,40,274,51,326,da.po,,da,,danish,,,da,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/nl.po,11,52,60,0,0,40,274,51,326,nl.po,,nl,,dutch,,,nl,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/mk.po,13,61,62,0,0,38,265,51,326,mk.po,,mk,,macedonian,,,mk,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/he.po,10,52,49,0,0,41,274,51,326,he.po,,he,,hebrew,,,he,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/rw.po,2,2,4,11,59,38,265,51,326,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/sq.po,13,61,77,0,0,38,265,51,326,sq.po,,sq,,albanian,,,sq,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/tr.po,11,52,51,0,0,40,274,51,326,tr.po,,tr,,turkish,,,tr,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/mr.po,29,160,160,0,0,22,166,51,326,mr.po,,mr,,marathi,,,mr,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,10,52,17,0,0,41,274,51,326,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/de.po,11,52,56,0,0,40,274,51,326,de.po,,de,,german,,,de,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/be.po,10,52,60,0,0,41,274,51,326,be.po,,be,,belarusian,,,be,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/it.po,11,52,57,0,0,40,274,51,326,it.po,,it,,italian,,,it,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,51,316,419,0,0,0,10,51,326,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/te.po,29,160,126,0,0,22,166,51,326,te.po,,te,,telugu,,,te,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/vi.po,11,52,87,0,0,40,274,51,326,vi.po,,vi,,vietnamese,,,vi,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/cs.po,11,52,50,0,0,40,274,51,326,cs.po,,cs,,czech,,,cs,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/br.po,51,326,379,0,0,0,0,51,326,br.po,,br,,breton,,,br,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ast.po,51,326,353,0,0,0,0,51,326,ast.po,,ast,,asturian,,,ast,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/kk.po,10,51,51,0,0,41,275,51,326,kk.po,,kk,,kazakh,,,kk,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/eo.po,10,52,51,0,0,41,274,51,326,eo.po,,eo,,esperanto,,,eo,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/hr.po,10,52,51,0,0,41,274,51,326,hr.po,,hr,,croatian,,,hr,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/bg.po,10,52,61,0,0,41,274,51,326,bg.po,,bg,,bulgarian,,,bg,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/bn.po,51,326,374,0,0,0,0,51,326,bn.po,,bn,,bangla,,,bn,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/mai.po,6,8,11,0,0,45,318,51,326,mai.po,,mai,,maithili,,,mai,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/hi.po,29,160,186,0,0,22,166,51,326,hi.po,,hi,,hindi,,,hi,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/oc.po,10,52,64,0,0,41,274,51,326,oc.po,,oc,,occitan,,,oc,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/sr.po,11,52,59,0,0,40,274,51,326,sr.po,,sr,,serbian,,,sr,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/pt.po,10,52,56,0,0,41,274,51,326,pt.po,,pt,,portuguese,,,pt,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/bs.po,26,136,134,0,0,25,190,51,326,bs.po,,bs,,bosnian,,,bs,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ko.po,11,52,42,0,0,40,274,51,326,ko.po,,ko,,korean,,,ko,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ro.po,11,52,59,0,0,40,274,51,326,ro.po,,ro,,romanian,,,ro,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/is.po,10,52,50,0,0,41,274,51,326,is.po,,is,,icelandic,,,is,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/pl.po,11,52,53,0,0,40,274,51,326,pl.po,,pl,,polish,,,pl,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ne.po,10,52,47,0,0,41,274,51,326,ne.po,,ne,,nepali,,,ne,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/km.po,30,184,67,0,0,21,142,51,326,km.po,,km,,khmer,,,km,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/th.po,51,316,89,0,0,0,10,51,326,th.po,,th,,thai,,,th,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ga.po,46,288,361,0,0,5,38,51,326,ga.po,,ga,,irish,,,ga,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ta.po,29,160,139,0,0,22,166,51,326,ta.po,,ta,,tamil,,,ta,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,10,51,13,0,0,41,275,51,326,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/lv.po,10,51,48,0,0,41,275,51,326,lv.po,,lv,,latvian,,,lv,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/sk.po,10,52,51,0,0,41,274,51,326,sk.po,,sk,,slovak,,,sk,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/or.po,29,160,169,0,0,22,166,51,326,or.po,,or,,odia,,,or,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/eu.po,10,52,47,0,0,41,274,51,326,eu.po,,eu,,basque,,,eu,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ar.po,34,247,214,0,0,17,79,51,326,ar.po,,ar,,arabic,,,ar,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/tg.po,26,136,136,0,0,25,190,51,326,tg.po,,tg,,tajik,,,tg,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/fur.po,10,51,54,0,0,41,275,51,326,fur.po,,fur,,friulian,,,fur,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/lt.po,11,52,44,0,0,40,274,51,326,lt.po,,lt,,lithuanian,,,lt,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/fi.po,11,52,48,0,0,40,274,51,326,fi.po,,fi,,finnish,,,fi,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ca.po,10,52,65,0,0,41,274,51,326,ca.po,,ca,,catalan,,,ca,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,10,52,52,0,0,41,274,51,326,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/fa.po,10,52,58,0,0,41,274,51,326,fa.po,,fa,,persian,,,fa,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,10,52,65,0,0,41,274,51,326,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/id.po,11,52,57,0,0,40,274,51,326,id.po,,id,,indonesian,,,id,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/kn.po,29,160,126,0,0,22,166,51,326,kn.po,,kn,,kannada,,,kn,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,51,326,326,0,0,0,0,51,326,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ml.po,10,52,44,0,0,41,274,51,326,ml.po,,ml,,malayalam,,,ml,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,10,52,59,0,0,41,274,51,326,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/gd.po,10,52,63,0,0,41,274,51,326,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/el.po,10,51,62,0,0,41,275,51,326,el.po,,el,,greek,,,el,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,29,160,38,0,0,22,166,51,326,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/sv.po,11,52,52,0,0,40,274,51,326,sv.po,,sv,,swedish,,,sv,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/uk.po,10,52,45,0,0,41,274,51,326,uk.po,,uk,,ukrainian,,,uk,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/et.po,10,52,55,0,0,41,274,51,326,et.po,,et,,estonian,,,et,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/nb.po,10,52,49,0,0,41,274,51,326,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/an.po,29,160,187,0,0,22,166,51,326,an.po,,an,,aragonese,,,an,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/gu.po,10,52,56,0,0,41,274,51,326,gu.po,,gu,,gujarati,,,gu,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ln.po,10,52,57,0,0,41,274,51,326,ln.po,,ln,,lingala,,,ln,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/es.po,11,52,62,0,0,40,274,51,326,es.po,,es,,spanish,,,es,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/pa.po,10,52,57,0,0,41,274,51,326,pa.po,,pa,,punjabi,,,pa,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/as.po,29,160,186,0,0,22,166,51,326,as.po,,as,,assamese,,,as,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/gl.po,10,51,58,0,0,41,275,51,326,gl.po,,gl,,galician,,,gl,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ug.po,29,224,183,0,0,22,102,51,326,ug.po,,ug,,uyghur,,,ug,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/nn.po,51,326,320,0,0,0,0,51,326,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/fr.po,11,52,69,0,0,40,274,51,326,fr.po,,fr,,french,,,fr,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/hu.po,11,52,48,0,0,40,274,51,326,hu.po,,hu,,hungarian,,,hu,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/sl.po,11,52,55,0,0,40,274,51,326,sl.po,,sl,,slovenian,,,sl,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/dz.po,16,75,33,0,0,35,251,51,326,dz.po,,dz,,dzongkha,,,dz,po -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv,po/ru.po,11,52,55,0,0,40,274,51,326,ru.po,,ru,,russian,,,ru,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/id.po,68,256,227,0,0,0,0,68,256,id.po,,id,,indonesian,,,id,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/pa.po,68,256,275,0,0,0,0,68,256,pa.po,,pa,,punjabi,,,pa,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/te.po,68,256,208,0,0,0,0,68,256,te.po,,te,,telugu,,,te,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/oc.po,68,256,287,0,0,0,0,68,256,oc.po,,oc,,occitan,,,oc,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/af.po,63,229,232,2,7,3,20,68,256,af.po,,af,,afrikaans,,,af,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/sk.po,68,256,221,0,0,0,0,68,256,sk.po,,sk,,slovak,,,sk,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/bn.po,10,11,13,2,2,56,243,68,256,bn.po,,bn,,bangla,,,bn,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/hi.po,68,256,267,0,0,0,0,68,256,hi.po,,hi,,hindi,,,hi,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/en_gb.po,68,256,256,0,0,0,0,68,256,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ka.po,10,11,11,2,2,56,243,68,256,ka.po,,ka,,georgian,,,ka,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ga.po,36,46,50,1,4,31,206,68,256,ga.po,,ga,,irish,,,ga,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ta.po,68,256,204,0,0,0,0,68,256,ta.po,,ta,,tamil,,,ta,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/vi.po,68,256,299,0,0,0,0,68,256,vi.po,,vi,,vietnamese,,,vi,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/tr.po,68,256,214,0,0,0,0,68,256,tr.po,,tr,,turkish,,,tr,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ca.po,68,256,292,0,0,0,0,68,256,ca.po,,ca,,catalan,,,ca,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/th.po,68,256,72,0,0,0,0,68,256,th.po,,th,,thai,,,th,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ro.po,68,256,250,0,0,0,0,68,256,ro.po,,ro,,romanian,,,ro,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/et.po,68,256,176,0,0,0,0,68,256,et.po,,et,,estonian,,,et,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/kn.po,10,11,12,2,2,56,243,68,256,kn.po,,kn,,kannada,,,kn,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/lt.po,68,256,209,0,0,0,0,68,256,lt.po,,lt,,lithuanian,,,lt,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/be@latin.po,10,11,11,2,2,56,243,68,256,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ms.po,7,8,9,5,5,56,243,68,256,ms.po,,ms,,malay,,,ms,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ca@valencia.po,68,256,292,0,0,0,0,68,256,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/en@shaw.po,10,11,11,2,2,56,243,68,256,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/nn.po,10,11,11,2,2,56,243,68,256,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/sr.po,68,256,208,0,0,0,0,68,256,sr.po,,sr,,serbian,,,sr,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/or.po,10,11,12,2,2,56,243,68,256,or.po,,or,,odia,,,or,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/nl.po,68,256,237,0,0,0,0,68,256,nl.po,,nl,,dutch,,,nl,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/sr@latin.po,68,256,208,0,0,0,0,68,256,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ar.po,10,11,11,2,2,56,243,68,256,ar.po,,ar,,arabic,,,ar,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/gl.po,68,256,292,0,0,0,0,68,256,gl.po,,gl,,galician,,,gl,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/gu.po,10,11,14,2,2,56,243,68,256,gu.po,,gu,,gujarati,,,gu,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/mk.po,10,11,11,2,2,56,243,68,256,mk.po,,mk,,macedonian,,,mk,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/sl.po,68,256,229,0,0,0,0,68,256,sl.po,,sl,,slovenian,,,sl,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/es.po,68,256,310,0,0,0,0,68,256,es.po,,es,,spanish,,,es,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/hu.po,68,256,190,0,0,0,0,68,256,hu.po,,hu,,hungarian,,,hu,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/lv.po,68,256,203,0,0,0,0,68,256,lv.po,,lv,,latvian,,,lv,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/fr.po,68,256,293,0,0,0,0,68,256,fr.po,,fr,,french,,,fr,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/mr.po,10,11,11,2,2,56,243,68,256,mr.po,,mr,,marathi,,,mr,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/nb.po,68,256,219,0,0,0,0,68,256,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ml.po,68,256,194,0,0,0,0,68,256,ml.po,,ml,,malayalam,,,ml,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ug.po,17,28,30,0,0,51,228,68,256,ug.po,,ug,,uyghur,,,ug,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/bs.po,68,256,227,0,0,0,0,68,256,bs.po,,bs,,bosnian,,,bs,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/as.po,68,256,238,0,0,0,0,68,256,as.po,,as,,assamese,,,as,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/zh_cn.po,68,256,68,0,0,0,0,68,256,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/bg.po,68,256,235,0,0,0,0,68,256,bg.po,,bg,,bulgarian,,,bg,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ast.po,10,11,13,2,2,56,243,68,256,ast.po,,ast,,asturian,,,ast,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/it.po,68,256,264,0,0,0,0,68,256,it.po,,it,,italian,,,it,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/tg.po,11,11,15,0,0,57,245,68,256,tg.po,,tg,,tajik,,,tg,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/zh_hk.po,68,256,69,0,0,0,0,68,256,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/nds.po,23,26,28,0,0,45,230,68,256,nds.po,,nds,,low german,,,nds,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/fa.po,68,256,271,0,0,0,0,68,256,fa.po,,fa,,persian,,,fa,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/eo.po,58,201,183,0,0,10,55,68,256,eo.po,,eo,,esperanto,,,eo,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/pt_br.po,68,256,285,0,0,0,0,68,256,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/zh_tw.po,68,256,69,0,0,0,0,68,256,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ko.po,68,256,160,0,0,0,0,68,256,ko.po,,ko,,korean,,,ko,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/pl.po,68,256,239,0,0,0,0,68,256,pl.po,,pl,,polish,,,pl,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ps.po,7,8,8,1,1,60,247,68,256,ps.po,,ps,,pashto,,,ps,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/cs.po,68,256,234,0,0,0,0,68,256,cs.po,,cs,,czech,,,cs,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/he.po,68,256,217,0,0,0,0,68,256,he.po,,he,,hebrew,,,he,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/km.po,66,246,75,0,0,2,10,68,256,km.po,,km,,khmer,,,km,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/eu.po,68,256,205,0,0,0,0,68,256,eu.po,,eu,,basque,,,eu,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/bn_in.po,10,11,11,2,2,56,243,68,256,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/el.po,68,256,250,0,0,0,0,68,256,el.po,,el,,greek,,,el,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/fur.po,68,256,266,0,0,0,0,68,256,fur.po,,fur,,friulian,,,fur,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/sq.po,10,11,14,2,2,56,243,68,256,sq.po,,sq,,albanian,,,sq,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/hr.po,11,39,36,0,0,57,217,68,256,hr.po,,hr,,croatian,,,hr,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ku.po,10,11,11,2,2,56,243,68,256,ku.po,,ku,,kurdish,,,ku,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/fi.po,68,256,169,0,0,0,0,68,256,fi.po,,fi,,finnish,,,fi,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/da.po,68,256,210,0,0,0,0,68,256,da.po,,da,,danish,,,da,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/dz.po,10,11,11,2,2,56,243,68,256,dz.po,,dz,,dzongkha,,,dz,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/be.po,68,256,175,0,0,0,0,68,256,be.po,,be,,belarusian,,,be,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/uk.po,68,256,205,0,0,0,0,68,256,uk.po,,uk,,ukrainian,,,uk,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/sv.po,68,256,233,0,0,0,0,68,256,sv.po,,sv,,swedish,,,sv,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ru.po,68,256,165,0,0,0,0,68,256,ru.po,,ru,,russian,,,ru,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/mai.po,3,4,5,1,1,64,251,68,256,mai.po,,mai,,maithili,,,mai,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/ja.po,68,256,69,0,0,0,0,68,256,ja.po,,ja,,japanese,,,ja,po -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv,po/de.po,68,256,225,0,0,0,0,68,256,de.po,,de,,german,,,de,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,41,192,60,0,0,40,24,81,216,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,37,164,56,0,0,44,52,81,216,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,42,192,88,0,0,39,24,81,216,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/vi.po,42,195,284,0,0,39,21,81,216,vi.po,,vi,,vietnamese,,,vi,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/uk.po,42,192,168,0,0,39,24,81,216,uk.po,,uk,,ukrainian,,,uk,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/tr.po,42,195,165,0,0,39,21,81,216,tr.po,,tr,,turkish,,,tr,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/th.po,42,192,65,0,0,39,24,81,216,th.po,,th,,thai,,,th,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/tg.po,42,195,220,0,0,39,21,81,216,tg.po,,tg,,tajik,,,tg,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/te.po,81,216,198,0,0,0,0,81,216,te.po,,te,,telugu,,,te,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/sv.po,42,195,203,0,0,39,21,81,216,sv.po,,sv,,swedish,,,sv,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,42,192,182,0,0,39,24,81,216,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/sr.po,42,195,183,0,0,39,21,81,216,sr.po,,sr,,serbian,,,sr,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/sl.po,42,195,166,0,0,39,21,81,216,sl.po,,sl,,slovenian,,,sl,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/sk.po,42,192,185,0,0,39,24,81,216,sk.po,,sk,,slovak,,,sk,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ru.po,42,195,162,0,0,39,21,81,216,ru.po,,ru,,russian,,,ru,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ro.po,42,195,208,0,0,39,21,81,216,ro.po,,ro,,romanian,,,ro,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,42,195,223,0,0,39,21,81,216,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/pt.po,42,192,216,0,0,39,24,81,216,pt.po,,pt,,portuguese,,,pt,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/pl.po,42,195,188,0,0,39,21,81,216,pl.po,,pl,,polish,,,pl,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/pa.po,41,191,228,0,0,40,25,81,216,pa.po,,pa,,punjabi,,,pa,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/oc.po,42,192,215,0,0,39,24,81,216,oc.po,,oc,,occitan,,,oc,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/nl.po,42,195,210,0,0,39,21,81,216,nl.po,,nl,,dutch,,,nl,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ne.po,42,192,179,0,0,39,24,81,216,ne.po,,ne,,nepali,,,ne,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/nb.po,42,192,186,0,0,39,24,81,216,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ml.po,42,192,141,0,0,39,24,81,216,ml.po,,ml,,malayalam,,,ml,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/lv.po,42,195,163,0,0,39,21,81,216,lv.po,,lv,,latvian,,,lv,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/lt.po,42,195,147,0,0,39,21,81,216,lt.po,,lt,,lithuanian,,,lt,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ko.po,42,192,155,0,0,39,24,81,216,ko.po,,ko,,korean,,,ko,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/kn.po,67,129,142,0,0,14,87,81,216,kn.po,,kn,,kannada,,,kn,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/kk.po,41,192,172,0,0,40,24,81,216,kk.po,,kk,,kazakh,,,kk,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ja.po,40,191,65,0,0,41,25,81,216,ja.po,,ja,,japanese,,,ja,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/it.po,42,195,196,0,0,39,21,81,216,it.po,,it,,italian,,,it,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/is.po,42,192,204,0,0,39,24,81,216,is.po,,is,,icelandic,,,is,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/id.po,42,195,195,0,0,39,21,81,216,id.po,,id,,indonesian,,,id,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/hu.po,42,195,179,0,0,39,21,81,216,hu.po,,hu,,hungarian,,,hu,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/hr.po,42,195,175,0,0,39,21,81,216,hr.po,,hr,,croatian,,,hr,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/he.po,42,192,191,0,0,39,24,81,216,he.po,,he,,hebrew,,,he,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/gl.po,42,195,207,0,0,39,21,81,216,gl.po,,gl,,galician,,,gl,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/gd.po,41,191,248,0,0,40,25,81,216,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ga.po,38,113,123,0,0,43,103,81,216,ga.po,,ga,,irish,,,ga,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/fur.po,42,195,209,0,0,39,21,81,216,fur.po,,fur,,friulian,,,fur,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/fr.po,42,195,228,0,0,39,21,81,216,fr.po,,fr,,french,,,fr,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/fi.po,42,195,140,0,0,39,21,81,216,fi.po,,fi,,finnish,,,fi,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/fa.po,42,192,205,0,0,39,24,81,216,fa.po,,fa,,persian,,,fa,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/eu.po,42,195,166,0,0,39,21,81,216,eu.po,,eu,,basque,,,eu,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/et.po,42,195,160,0,0,39,21,81,216,et.po,,et,,estonian,,,et,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/es.po,42,195,211,0,0,39,21,81,216,es.po,,es,,spanish,,,es,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/eo.po,42,195,194,0,0,39,21,81,216,eo.po,,eo,,esperanto,,,eo,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,42,195,198,0,0,39,21,81,216,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/el.po,42,195,234,0,0,39,21,81,216,el.po,,el,,greek,,,el,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/de.po,42,195,223,0,0,39,21,81,216,de.po,,de,,german,,,de,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/da.po,42,195,200,0,0,39,21,81,216,da.po,,da,,danish,,,da,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/cs.po,42,195,190,0,0,39,21,81,216,cs.po,,cs,,czech,,,cs,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,41,191,219,0,0,40,25,81,216,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ca.po,41,192,220,0,0,40,24,81,216,ca.po,,ca,,catalan,,,ca,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/bs.po,42,184,168,0,0,39,32,81,216,bs.po,,bs,,bosnian,,,bs,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/bg.po,42,192,222,0,0,39,24,81,216,bg.po,,bg,,bulgarian,,,bg,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/be.po,42,192,177,0,0,39,24,81,216,be.po,,be,,belarusian,,,be,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/as.po,41,183,182,0,0,40,33,81,216,as.po,,as,,assamese,,,as,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/ar.po,36,98,102,0,0,45,118,81,216,ar.po,,ar,,arabic,,,ar,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/an.po,42,184,191,0,0,39,32,81,216,an.po,,an,,aragonese,,,an,po -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv,po/af.po,40,191,205,0,0,41,25,81,216,af.po,,af,,afrikaans,,,af,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/hu.po,424,2524,2294,1133,6451,637,4459,2194,13434,hu.po,,hu,,hungarian,,,hu,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/zh_tw.po,1932,11431,5338,176,1287,86,716,2194,13434,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/cs.po,2191,13419,13386,2,10,1,5,2194,13434,cs.po,,cs,,czech,,,cs,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/sv.po,1379,7982,7819,602,3778,213,1674,2194,13434,sv.po,,sv,,swedish,,,sv,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/id.po,424,2524,2366,1133,6451,637,4459,2194,13434,id.po,,id,,indonesian,,,id,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/zh_cn.po,2164,13261,4683,21,127,9,46,2194,13434,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/en@boldquot.po,2194,13434,13443,0,0,0,0,2194,13434,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/de.po,2159,13089,13422,29,296,6,49,2194,13434,de.po,,de,,german,,,de,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/et.po,424,2524,2224,1133,6451,637,4459,2194,13434,et.po,,et,,estonian,,,et,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/ru.po,2191,13419,12826,2,10,1,5,2194,13434,ru.po,,ru,,russian,,,ru,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/ro.po,823,4864,5237,853,4832,518,3738,2194,13434,ro.po,,ro,,romanian,,,ro,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/el.po,424,2524,2685,1133,6451,637,4459,2194,13434,el.po,,el,,greek,,,el,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/nb.po,2166,13252,12728,23,125,5,57,2194,13434,nb.po,,nb,,norwegian bokmål,,,nb,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/sk.po,423,2519,2463,1134,6456,637,4459,2194,13434,sk.po,,sk,,slovak,,,sk,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/uk.po,2138,13048,13776,45,295,11,91,2194,13434,uk.po,,uk,,ukrainian,,,uk,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/tr.po,1320,7635,7201,630,3919,244,1880,2194,13434,tr.po,,tr,,turkish,,,tr,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/pl.po,2192,13423,13597,1,6,1,5,2194,13434,pl.po,,pl,,polish,,,pl,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/gl.po,422,2496,2952,1154,6571,618,4367,2194,13434,gl.po,,gl,,galician,,,gl,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/eo.po,298,1664,1573,1217,6924,679,4846,2194,13434,eo.po,,eo,,esperanto,,,eo,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/da.po,1394,8105,7686,588,3662,212,1667,2194,13434,da.po,,da,,danish,,,da,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/pt.po,365,2083,2357,1162,6610,667,4741,2194,13434,pt.po,,pt,,portuguese,,,pt,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/en@quot.po,2194,13434,13434,0,0,0,0,2194,13434,en@quot.po,quot,en,,english,,,en@quot,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/es.po,2177,13247,15305,7,39,10,148,2194,13434,es.po,,es,,spanish,,,es,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/ca.po,428,2505,3108,1134,6503,632,4426,2194,13434,ca.po,,ca,,catalan,,,ca,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/ja.po,2194,13434,3903,0,0,0,0,2194,13434,ja.po,,ja,,japanese,,,ja,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/it.po,424,2524,2800,1133,6451,637,4459,2194,13434,it.po,,it,,italian,,,it,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/fi.po,424,2524,2068,1133,6451,637,4459,2194,13434,fi.po,,fi,,finnish,,,fi,po -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv,po/fr.po,1946,11450,13970,172,1282,76,702,2194,13434,fr.po,,fr,,french,,,fr,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/ms.po,162,710,657,145,621,78,456,385,1787,ms.po,,ms,,malay,,,ms,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/pt_br.po,281,1247,1430,59,286,45,254,385,1787,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/fr.po,281,1247,1452,59,286,45,254,385,1787,fr.po,,fr,,french,,,fr,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/pl.po,281,1247,1180,59,286,45,254,385,1787,pl.po,,pl,,polish,,,pl,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/cs.po,281,1247,1172,59,286,45,254,385,1787,cs.po,,cs,,czech,,,cs,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/es.po,281,1247,1338,59,286,45,254,385,1787,es.po,,es,,spanish,,,es,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/vi.po,281,1247,1814,59,286,45,254,385,1787,vi.po,,vi,,vietnamese,,,vi,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/de.po,261,1162,1052,56,282,68,343,385,1787,de.po,,de,,german,,,de,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/eo.po,281,1247,1185,59,286,45,254,385,1787,eo.po,,eo,,esperanto,,,eo,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/uk.po,281,1247,1202,59,286,45,254,385,1787,uk.po,,uk,,ukrainian,,,uk,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/zh_cn.po,281,1247,480,59,286,45,254,385,1787,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/it.po,281,1247,1414,59,286,45,254,385,1787,it.po,,it,,italian,,,it,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/sr.po,281,1247,1176,59,286,45,254,385,1787,sr.po,,sr,,serbian,,,sr,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/sv.po,281,1247,1048,59,286,45,254,385,1787,sv.po,,sv,,swedish,,,sv,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/nl.po,281,1247,1154,59,286,45,254,385,1787,nl.po,,nl,,dutch,,,nl,po -gnutls-3.6.7-1.fc30.src.rpm.stats.csv,po/fi.po,281,1247,887,59,286,45,254,385,1787,fi.po,,fi,,finnish,,,fi,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/da.po,93,612,605,13,262,1,7,107,881,da.po,,da,,danish,,,da,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/ru.po,107,881,935,0,0,0,0,107,881,ru.po,,ru,,russian,,,ru,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/fr.po,94,615,700,12,259,1,7,107,881,fr.po,,fr,,french,,,fr,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/sk.po,84,541,549,17,298,6,42,107,881,sk.po,,sk,,slovak,,,sk,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/pt_br.po,107,881,1037,0,0,0,0,107,881,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/eu.po,15,43,44,23,218,69,620,107,881,eu.po,,eu,,basque,,,eu,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/uk.po,107,881,981,0,0,0,0,107,881,uk.po,,uk,,ukrainian,,,uk,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/be.po,15,43,42,22,214,70,624,107,881,be.po,,be,,belarusian,,,be,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/pa.po,62,252,282,11,59,34,570,107,881,pa.po,,pa,,punjabi,,,pa,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/lt.po,16,89,86,27,272,64,520,107,881,lt.po,,lt,,lithuanian,,,lt,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/ky.po,16,89,89,26,239,65,553,107,881,ky.po,,ky,,kyrgyz,,,ky,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/ca.po,94,615,791,12,259,1,7,107,881,ca.po,,ca,,catalan,,,ca,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/id.po,90,591,642,13,262,4,28,107,881,id.po,,id,,indonesian,,,id,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/it.po,94,615,692,12,259,1,7,107,881,it.po,,it,,italian,,,it,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/af.po,15,43,42,22,214,70,624,107,881,af.po,,af,,afrikaans,,,af,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/sr.po,94,615,639,12,259,1,7,107,881,sr.po,,sr,,serbian,,,sr,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/nl.po,107,881,956,0,0,0,0,107,881,nl.po,,nl,,dutch,,,nl,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/th.po,94,615,378,12,259,1,7,107,881,th.po,,th,,thai,,,th,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/hr.po,94,615,620,12,259,1,7,107,881,hr.po,,hr,,croatian,,,hr,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/vi.po,107,881,1314,0,0,0,0,107,881,vi.po,,vi,,vietnamese,,,vi,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/pt.po,15,43,57,22,214,70,624,107,881,pt.po,,pt,,portuguese,,,pt,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/he.po,15,43,52,23,218,69,620,107,881,he.po,,he,,hebrew,,,he,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/hu.po,107,881,880,0,0,0,0,107,881,hu.po,,hu,,hungarian,,,hu,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/nb.po,94,615,669,12,259,1,7,107,881,nb.po,,nb,,norwegian bokmål,,,nb,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/sv.po,107,881,897,0,0,0,0,107,881,sv.po,,sv,,swedish,,,sv,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/zh_tw.po,94,615,352,12,259,1,7,107,881,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/zh_cn.po,94,615,339,12,259,1,7,107,881,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/ro.po,15,43,47,22,214,70,624,107,881,ro.po,,ro,,romanian,,,ro,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/et.po,107,881,774,0,0,0,0,107,881,et.po,,et,,estonian,,,et,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/ga.po,107,881,967,0,0,0,0,107,881,ga.po,,ga,,irish,,,ga,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/sl.po,93,612,647,13,262,1,7,107,881,sl.po,,sl,,slovenian,,,sl,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/fi.po,94,615,550,12,259,1,7,107,881,fi.po,,fi,,finnish,,,fi,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/el.po,49,272,305,35,314,23,295,107,881,el.po,,el,,greek,,,el,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/pl.po,107,881,906,0,0,0,0,107,881,pl.po,,pl,,polish,,,pl,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/cs.po,94,615,640,12,259,1,7,107,881,cs.po,,cs,,czech,,,cs,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/de.po,94,615,653,12,259,1,7,107,881,de.po,,de,,german,,,de,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/es.po,90,591,701,13,262,4,28,107,881,es.po,,es,,spanish,,,es,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/ja.po,107,881,528,0,0,0,0,107,881,ja.po,,ja,,japanese,,,ja,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/eo.po,94,615,633,12,259,1,7,107,881,eo.po,,eo,,esperanto,,,eo,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/bg.po,107,881,1066,0,0,0,0,107,881,bg.po,,bg,,bulgarian,,,bg,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/ko.po,4,11,11,17,72,86,798,107,881,ko.po,,ko,,korean,,,ko,po -grep-3.1-9.fc30.src.rpm.stats.csv,po/tr.po,15,43,44,23,218,69,620,107,881,tr.po,,tr,,turkish,,,tr,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/zh_tw.po,36,191,58,0,0,1,3,37,194,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/zh_hk.po,36,187,57,0,0,1,7,37,194,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/zh_cn.po,36,191,68,0,0,1,3,37,194,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/uk.po,36,187,177,0,0,1,7,37,194,uk.po,,uk,,ukrainian,,,uk,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/tr.po,36,191,166,0,0,1,3,37,194,tr.po,,tr,,turkish,,,tr,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/tg.po,36,187,199,0,0,1,7,37,194,tg.po,,tg,,tajik,,,tg,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/sv.po,36,191,179,0,0,1,3,37,194,sv.po,,sv,,swedish,,,sv,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/sr@latin.po,37,194,204,0,0,0,0,37,194,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/sr.po,36,191,201,0,0,1,3,37,194,sr.po,,sr,,serbian,,,sr,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/sl.po,36,191,214,0,0,1,3,37,194,sl.po,,sl,,slovenian,,,sl,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/sk.po,36,191,209,0,0,1,3,37,194,sk.po,,sk,,slovak,,,sk,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ru.po,37,194,190,0,0,0,0,37,194,ru.po,,ru,,russian,,,ru,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ro.po,36,191,231,0,0,1,3,37,194,ro.po,,ro,,romanian,,,ro,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/pt_br.po,36,191,227,0,0,1,3,37,194,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/pt.po,37,194,216,0,0,0,0,37,194,pt.po,,pt,,portuguese,,,pt,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/pl.po,36,191,197,0,0,1,3,37,194,pl.po,,pl,,polish,,,pl,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/pa.po,36,187,226,0,0,1,7,37,194,pa.po,,pa,,punjabi,,,pa,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/oc.po,36,191,246,0,0,1,3,37,194,oc.po,,oc,,occitan,,,oc,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/nl.po,37,194,180,0,0,0,0,37,194,nl.po,,nl,,dutch,,,nl,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ne.po,21,96,94,7,41,9,57,37,194,ne.po,,ne,,nepali,,,ne,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/nb.po,37,194,205,0,0,0,0,37,194,nb.po,,nb,,norwegian bokmål,,,nb,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ml.po,36,191,156,0,0,1,3,37,194,ml.po,,ml,,malayalam,,,ml,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/lv.po,36,191,181,0,0,1,3,37,194,lv.po,,lv,,latvian,,,lv,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/lt.po,36,191,164,0,0,1,3,37,194,lt.po,,lt,,lithuanian,,,lt,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ko.po,36,191,168,0,0,1,3,37,194,ko.po,,ko,,korean,,,ko,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ja.po,35,184,76,0,0,2,10,37,194,ja.po,,ja,,japanese,,,ja,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/it.po,36,191,238,0,0,1,3,37,194,it.po,,it,,italian,,,it,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/id.po,36,191,200,0,0,1,3,37,194,id.po,,id,,indonesian,,,id,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/hu.po,36,191,192,0,0,1,3,37,194,hu.po,,hu,,hungarian,,,hu,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/hr.po,36,191,180,0,0,1,3,37,194,hr.po,,hr,,croatian,,,hr,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/he.po,37,194,194,0,0,0,0,37,194,he.po,,he,,hebrew,,,he,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/gl.po,36,191,257,0,0,1,3,37,194,gl.po,,gl,,galician,,,gl,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/fur.po,36,191,250,0,0,1,3,37,194,fur.po,,fur,,friulian,,,fur,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/fr.po,36,191,247,0,0,1,3,37,194,fr.po,,fr,,french,,,fr,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/fi.po,19,85,71,0,0,18,109,37,194,fi.po,,fi,,finnish,,,fi,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/eu.po,37,194,205,0,0,0,0,37,194,eu.po,,eu,,basque,,,eu,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/es.po,36,191,269,0,0,1,3,37,194,es.po,,es,,spanish,,,es,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/eo.po,36,191,182,0,0,1,3,37,194,eo.po,,eo,,esperanto,,,eo,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/en_gb.po,37,194,194,0,0,0,0,37,194,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/el.po,37,194,219,0,0,0,0,37,194,el.po,,el,,greek,,,el,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/de.po,36,191,203,0,0,1,3,37,194,de.po,,de,,german,,,de,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/da.po,36,191,188,0,0,1,3,37,194,da.po,,da,,danish,,,da,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/cs.po,36,191,202,0,0,1,3,37,194,cs.po,,cs,,czech,,,cs,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,36,191,278,0,0,1,3,37,194,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/ca.po,36,191,278,0,0,1,3,37,194,ca.po,,ca,,catalan,,,ca,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/bs.po,36,187,177,0,0,1,7,37,194,bs.po,,bs,,bosnian,,,bs,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/bg.po,37,194,218,0,0,0,0,37,194,bg.po,,bg,,bulgarian,,,bg,po -grilo-0.3.7-2.fc30.src.rpm.stats.csv,po/as.po,36,187,188,0,0,1,7,37,194,as.po,,as,,assamese,,,as,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,help/pl/pl.po,54,1294,1204,0,0,0,0,54,1294,pl.po,,pl,,polish,,,pl,help/ -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,54,1294,1346,0,0,0,0,54,1294,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,help/es/es.po,36,668,699,0,0,18,626,54,1294,es.po,,es,,spanish,,,es,help/ -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,help/de/de.po,54,1294,1222,0,0,0,0,54,1294,de.po,,de,,german,,,de,help/ -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,help/sv/sv.po,54,1294,1233,0,0,0,0,54,1294,sv.po,,sv,,swedish,,,sv,help/ -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,help/cs/cs.po,54,1294,1216,0,0,0,0,54,1294,cs.po,,cs,,czech,,,cs,help/ -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/sr@latin.po,133,536,541,0,0,3,18,136,554,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ne.po,44,77,79,52,186,40,291,136,554,ne.po,,ne,,nepali,,,ne,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/fur.po,133,537,700,0,0,3,17,136,554,fur.po,,fur,,friulian,,,fur,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/zh_cn.po,133,536,215,0,0,3,18,136,554,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/hu.po,133,537,473,0,0,3,17,136,554,hu.po,,hu,,hungarian,,,hu,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/bs.po,136,554,494,0,0,0,0,136,554,bs.po,,bs,,bosnian,,,bs,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/he.po,133,536,475,0,0,3,18,136,554,he.po,,he,,hebrew,,,he,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/eo.po,67,229,214,0,0,69,325,136,554,eo.po,,eo,,esperanto,,,eo,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/es.po,133,537,643,0,0,3,17,136,554,es.po,,es,,spanish,,,es,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/pl.po,133,537,585,0,0,3,17,136,554,pl.po,,pl,,polish,,,pl,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/cs.po,133,537,481,0,0,3,17,136,554,cs.po,,cs,,czech,,,cs,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ru.po,132,528,502,0,0,4,26,136,554,ru.po,,ru,,russian,,,ru,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/gl.po,133,537,695,0,0,3,17,136,554,gl.po,,gl,,galician,,,gl,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ro.po,133,537,639,0,0,3,17,136,554,ro.po,,ro,,romanian,,,ro,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/zh_tw.po,133,537,220,0,0,3,17,136,554,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/pt_br.po,133,537,617,0,0,3,17,136,554,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/tr.po,133,537,510,0,0,3,17,136,554,tr.po,,tr,,turkish,,,tr,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/da.po,133,537,524,0,0,3,17,136,554,da.po,,da,,danish,,,da,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ja.po,124,480,190,0,0,12,74,136,554,ja.po,,ja,,japanese,,,ja,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/id.po,133,537,507,0,0,3,17,136,554,id.po,,id,,indonesian,,,id,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/uk.po,125,483,458,0,0,11,71,136,554,uk.po,,uk,,ukrainian,,,uk,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/it.po,133,537,604,0,0,3,17,136,554,it.po,,it,,italian,,,it,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/oc.po,132,528,620,0,0,4,26,136,554,oc.po,,oc,,occitan,,,oc,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/sl.po,133,537,528,0,0,3,17,136,554,sl.po,,sl,,slovenian,,,sl,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/lv.po,133,537,458,0,0,3,17,136,554,lv.po,,lv,,latvian,,,lv,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/sr.po,133,536,541,0,0,3,18,136,554,sr.po,,sr,,serbian,,,sr,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/pt.po,133,536,594,0,0,3,18,136,554,pt.po,,pt,,portuguese,,,pt,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/de.po,133,537,532,0,0,3,17,136,554,de.po,,de,,german,,,de,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ko.po,133,537,453,0,0,3,17,136,554,ko.po,,ko,,korean,,,ko,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/hr.po,133,537,476,0,0,3,17,136,554,hr.po,,hr,,croatian,,,hr,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/fi.po,46,99,84,0,0,90,455,136,554,fi.po,,fi,,finnish,,,fi,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ca.po,133,536,698,0,0,3,18,136,554,ca.po,,ca,,catalan,,,ca,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/nb.po,123,467,530,0,0,13,87,136,554,nb.po,,nb,,norwegian bokmål,,,nb,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/lt.po,133,537,436,0,0,3,17,136,554,lt.po,,lt,,lithuanian,,,lt,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/eu.po,133,536,499,0,0,3,18,136,554,eu.po,,eu,,basque,,,eu,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/el.po,133,536,547,0,0,3,18,136,554,el.po,,el,,greek,,,el,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/nl.po,133,536,526,0,0,3,18,136,554,nl.po,,nl,,dutch,,,nl,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/fr.po,133,537,633,0,0,3,17,136,554,fr.po,,fr,,french,,,fr,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/as.po,132,533,546,0,0,4,21,136,554,as.po,,as,,assamese,,,as,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/sv.po,133,537,568,0,0,3,17,136,554,sv.po,,sv,,swedish,,,sv,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/zh_hk.po,132,533,227,0,0,4,21,136,554,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ml.po,27,51,51,0,0,109,503,136,554,ml.po,,ml,,malayalam,,,ml,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/en_gb.po,133,536,535,0,0,3,18,136,554,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/sk.po,133,536,494,0,0,3,18,136,554,sk.po,,sk,,slovak,,,sk,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,133,536,698,0,0,3,18,136,554,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv,po/bg.po,133,536,593,0,0,3,18,136,554,bg.po,,bg,,bulgarian,,,bg,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/ast.po,193,962,1090,294,1618,857,4539,1344,7119,ast.po,,ast,,asturian,,,ast,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/ca.po,1344,7119,9408,0,0,0,0,1344,7119,ca.po,,ca,,catalan,,,ca,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/da.po,1344,7119,6636,0,0,0,0,1344,7119,da.po,,da,,danish,,,da,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/de.po,1337,7003,6648,0,0,7,116,1344,7119,de.po,,de,,german,,,de,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/de_ch.po,1337,7003,6648,0,0,7,116,1344,7119,de_ch.po,,de,ch,german,,switzerland,de_ch,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/de@hebrew.po,1337,7003,6650,0,0,7,116,1344,7119,de@hebrew.po,hebrew,de,,german,,,de@hebrew,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@arabic.po,1341,7111,7111,1,4,2,4,1344,7119,en@arabic.po,arabic,en,,english,,,en@arabic,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@cyrillic.po,1341,7111,7111,1,4,2,4,1344,7119,en@cyrillic.po,cyrillic,en,,english,,,en@cyrillic,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@greek.po,1341,7111,7111,1,4,2,4,1344,7119,en@greek.po,greek,en,,english,,,en@greek,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@hebrew.po,1341,7111,7113,1,4,2,4,1344,7119,en@hebrew.po,hebrew,en,,english,,,en@hebrew,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@piglatin.po,1344,7119,7128,0,0,0,0,1344,7119,en@piglatin.po,piglatin,en,,english,,,en@piglatin,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/en@quot.po,1344,7119,7119,0,0,0,0,1344,7119,en@quot.po,quot,en,,english,,,en@quot,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/eo.po,496,2432,2251,68,403,780,4284,1344,7119,eo.po,,eo,,esperanto,,,eo,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/es.po,1314,6962,8812,22,132,8,25,1344,7119,es.po,,es,,spanish,,,es,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/fi.po,1314,6962,5587,23,134,7,23,1344,7119,fi.po,,fi,,finnish,,,fi,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/fr.po,1314,6962,8698,23,134,7,23,1344,7119,fr.po,,fr,,french,,,fr,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/gl.po,1137,5711,7201,103,670,104,738,1344,7119,gl.po,,gl,,galician,,,gl,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/hr.po,1344,7119,6868,0,0,0,0,1344,7119,hr.po,,hr,,croatian,,,hr,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/hu.po,1344,7119,7002,0,0,0,0,1344,7119,hu.po,,hu,,hungarian,,,hu,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/id.po,322,1633,1638,273,1517,749,3969,1344,7119,id.po,,id,,indonesian,,,id,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/it.po,1344,7119,7898,0,0,0,0,1344,7119,it.po,,it,,italian,,,it,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/ja.po,231,1063,408,399,1597,714,4459,1344,7119,ja.po,,ja,,japanese,,,ja,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/ko.po,192,959,816,228,1299,924,4861,1344,7119,ko.po,,ko,,korean,,,ko,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/lt.po,1104,5359,5109,17,89,223,1671,1344,7119,lt.po,,lt,,lithuanian,,,lt,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/nb.po,1344,7119,7057,0,0,0,0,1344,7119,nb.po,,nb,,norwegian bokmål,,,nb,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/nl.po,1343,7115,7054,1,4,0,0,1344,7119,nl.po,,nl,,dutch,,,nl,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/pa.po,663,2456,2720,73,339,608,4324,1344,7119,pa.po,,pa,,punjabi,,,pa,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/pl.po,1344,7119,7178,0,0,0,0,1344,7119,pl.po,,pl,,polish,,,pl,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/pt_br.po,1013,4531,5407,181,984,150,1604,1344,7119,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/ru.po,1344,7119,7014,0,0,0,0,1344,7119,ru.po,,ru,,russian,,,ru,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/sl.po,1067,5382,5546,119,719,158,1018,1344,7119,sl.po,,sl,,slovenian,,,sl,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/sr.po,1314,6962,7004,21,128,9,29,1344,7119,sr.po,,sr,,serbian,,,sr,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/sv.po,1344,7119,6673,0,0,0,0,1344,7119,sv.po,,sv,,swedish,,,sv,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/tr.po,827,3690,3455,15,66,502,3363,1344,7119,tr.po,,tr,,turkish,,,tr,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/uk.po,1344,7119,7481,0,0,0,0,1344,7119,uk.po,,uk,,ukrainian,,,uk,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/vi.po,1344,7119,10567,0,0,0,0,1344,7119,vi.po,,vi,,vietnamese,,,vi,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/zh_cn.po,348,1731,681,271,1489,725,3899,1344,7119,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grub2-2.02-75.fc30.src.rpm.stats.csv,po/zh_tw.po,352,1741,734,240,1296,752,4082,1344,7119,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,572,6378,1080,0,0,17,182,589,6560,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,496,5665,914,0,0,93,895,589,6560,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,560,6232,1008,0,0,29,328,589,6560,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,154,762,963,0,0,435,5798,589,6560,vi.po,,vi,,vietnamese,,,vi,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,106,1033,825,0,0,483,5527,589,6560,uk.po,,uk,,ukrainian,,,uk,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,428,3600,2844,0,0,161,2960,589,6560,ug.po,,ug,,uyghur,,,ug,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,578,6423,5387,0,0,11,137,589,6560,tr.po,,tr,,turkish,,,tr,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,4,8,8,0,0,585,6552,589,6560,tg.po,,tg,,tajik,,,tg,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,578,6423,5800,0,0,11,137,589,6560,sv.po,,sv,,swedish,,,sv,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,572,6378,6138,0,0,17,182,589,6560,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,578,6423,6191,0,0,11,137,589,6560,sr.po,,sr,,serbian,,,sr,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,578,6423,5836,0,0,11,137,589,6560,sl.po,,sl,,slovenian,,,sl,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,566,6311,6038,0,0,23,249,589,6560,sk.po,,sk,,slovak,,,sk,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,490,4136,3625,62,1877,37,547,589,6560,ru.po,,ru,,russian,,,ru,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,252,1304,1494,3,299,334,4957,589,6560,ro.po,,ro,,romanian,,,ro,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,578,6423,7252,0,0,11,137,589,6560,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,560,6232,7008,0,0,29,328,589,6560,pt.po,,pt,,portuguese,,,pt,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,578,6423,5839,0,0,11,137,589,6560,pl.po,,pl,,polish,,,pl,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,236,2202,2292,1,7,352,4351,589,6560,pa.po,,pa,,punjabi,,,pa,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,242,2113,1913,0,0,347,4447,589,6560,or.po,,or,,odia,,,or,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,531,5849,7068,1,14,57,697,589,6560,oc.po,,oc,,occitan,,,oc,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,404,3033,2836,0,0,185,3527,589,6560,nl.po,,nl,,dutch,,,nl,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,176,901,903,165,825,248,4834,589,6560,ne.po,,ne,,nepali,,,ne,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,306,1575,1489,20,194,263,4791,589,6560,nb.po,,nb,,norwegian bokmål,,,nb,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,101,582,442,11,59,477,5919,589,6560,ml.po,,ml,,malayalam,,,ml,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,572,6378,5334,0,0,17,182,589,6560,lv.po,,lv,,latvian,,,lv,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,578,6423,5041,0,0,11,137,589,6560,lt.po,,lt,,lithuanian,,,lt,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,226,944,936,0,0,363,5616,589,6560,kk.po,,kk,,kazakh,,,kk,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,166,1337,293,79,612,344,4611,589,6560,ja.po,,ja,,japanese,,,ja,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,578,6423,6991,0,0,11,137,589,6560,it.po,,it,,italian,,,it,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,169,957,1004,0,0,420,5603,589,6560,is.po,,is,,icelandic,,,is,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,578,6423,5961,0,0,11,137,589,6560,id.po,,id,,indonesian,,,id,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,578,6423,5714,0,0,11,137,589,6560,hu.po,,hu,,hungarian,,,hu,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,589,6560,5797,0,0,0,0,589,6560,hr.po,,hr,,croatian,,,hr,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,468,5290,6120,0,0,121,1270,589,6560,hi.po,,hi,,hindi,,,hi,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,570,6343,6343,0,0,19,217,589,6560,he.po,,he,,hebrew,,,he,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,246,1128,1131,12,86,331,5346,589,6560,gu.po,,gu,,gujarati,,,gu,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,578,6423,7401,0,0,11,137,589,6560,gl.po,,gl,,galician,,,gl,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,520,5279,6467,0,0,69,1281,589,6560,fur.po,,fur,,friulian,,,fur,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,578,6423,7857,0,0,11,137,589,6560,fr.po,,fr,,french,,,fr,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,106,406,318,21,92,462,6062,589,6560,fi.po,,fi,,finnish,,,fi,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,578,6423,5418,0,0,11,137,589,6560,eu.po,,eu,,basque,,,eu,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,578,6423,7631,0,0,11,137,589,6560,es.po,,es,,spanish,,,es,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,224,1494,1390,10,120,355,4946,589,6560,eo.po,,eo,,esperanto,,,eo,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,572,6378,6376,0,0,17,182,589,6560,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,532,5863,6193,0,0,57,697,589,6560,el.po,,el,,greek,,,el,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,578,6423,6100,0,0,11,137,589,6560,de.po,,de,,german,,,de,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,578,6423,5684,0,0,11,137,589,6560,da.po,,da,,danish,,,da,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,578,6423,6028,0,0,11,137,589,6560,cs.po,,cs,,czech,,,cs,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,550,5942,7339,2,71,37,547,589,6560,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,550,5942,7357,2,71,37,547,589,6560,ca.po,,ca,,catalan,,,ca,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,527,5813,5446,0,0,62,747,589,6560,bs.po,,bs,,bosnian,,,bs,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,37,254,300,0,0,552,6306,589,6560,bg.po,,bg,,bulgarian,,,bg,po -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,69,678,574,0,0,520,5882,589,6560,as.po,,as,,assamese,,,as,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/zh_tw.po,32,78,34,0,0,0,0,32,78,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/zh_cn.po,32,78,34,0,0,0,0,32,78,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/vi.po,27,56,89,5,22,0,0,32,78,vi.po,,vi,,vietnamese,,,vi,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/tr.po,32,78,79,0,0,0,0,32,78,tr.po,,tr,,turkish,,,tr,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/sv.po,32,78,77,0,0,0,0,32,78,sv.po,,sv,,swedish,,,sv,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/sr.po,32,78,81,0,0,0,0,32,78,sr.po,,sr,,serbian,,,sr,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/sr@latin.po,32,78,81,0,0,0,0,32,78,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/sl.po,32,78,80,0,0,0,0,32,78,sl.po,,sl,,slovenian,,,sl,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/sk.po,32,78,80,0,0,0,0,32,78,sk.po,,sk,,slovak,,,sk,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ru.po,26,53,51,4,9,2,16,32,78,ru.po,,ru,,russian,,,ru,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ro.po,32,78,84,0,0,0,0,32,78,ro.po,,ro,,romanian,,,ro,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/pt.po,29,62,64,3,16,0,0,32,78,pt.po,,pt,,portuguese,,,pt,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/pt_br.po,32,78,86,0,0,0,0,32,78,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/pl.po,32,78,75,0,0,0,0,32,78,pl.po,,pl,,polish,,,pl,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/pa.po,32,78,99,0,0,0,0,32,78,pa.po,,pa,,punjabi,,,pa,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/oc.po,25,53,62,5,9,2,16,32,78,oc.po,,oc,,occitan,,,oc,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/nl.po,32,78,79,0,0,0,0,32,78,nl.po,,nl,,dutch,,,nl,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ne.po,32,78,87,0,0,0,0,32,78,ne.po,,ne,,nepali,,,ne,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/nb.po,32,78,74,0,0,0,0,32,78,nb.po,,nb,,norwegian bokmål,,,nb,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ml.po,32,78,85,0,0,0,0,32,78,ml.po,,ml,,malayalam,,,ml,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/lv.po,32,78,76,0,0,0,0,32,78,lv.po,,lv,,latvian,,,lv,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/lt.po,32,78,72,0,0,0,0,32,78,lt.po,,lt,,lithuanian,,,lt,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ko.po,32,78,78,0,0,0,0,32,78,ko.po,,ko,,korean,,,ko,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ja.po,26,53,29,4,9,2,16,32,78,ja.po,,ja,,japanese,,,ja,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/it.po,32,78,80,0,0,0,0,32,78,it.po,,it,,italian,,,it,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/id.po,32,78,90,0,0,0,0,32,78,id.po,,id,,indonesian,,,id,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/hu.po,32,78,72,0,0,0,0,32,78,hu.po,,hu,,hungarian,,,hu,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/hr.po,32,78,77,0,0,0,0,32,78,hr.po,,hr,,croatian,,,hr,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/he.po,26,53,53,4,9,2,16,32,78,he.po,,he,,hebrew,,,he,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/gl.po,32,78,96,0,0,0,0,32,78,gl.po,,gl,,galician,,,gl,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/fur.po,32,78,85,0,0,0,0,32,78,fur.po,,fur,,friulian,,,fur,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/fr.po,32,78,89,0,0,0,0,32,78,fr.po,,fr,,french,,,fr,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/fi.po,32,78,73,0,0,0,0,32,78,fi.po,,fi,,finnish,,,fi,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/fa.po,32,78,89,0,0,0,0,32,78,fa.po,,fa,,persian,,,fa,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/es.po,32,78,98,0,0,0,0,32,78,es.po,,es,,spanish,,,es,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/eo.po,32,78,84,0,0,0,0,32,78,eo.po,,eo,,esperanto,,,eo,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/en_gb.po,32,78,78,0,0,0,0,32,78,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/el.po,32,78,81,0,0,0,0,32,78,el.po,,el,,greek,,,el,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/de.po,32,78,79,0,0,0,0,32,78,de.po,,de,,german,,,de,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/da.po,32,78,78,0,0,0,0,32,78,da.po,,da,,danish,,,da,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/cs.po,32,78,79,0,0,0,0,32,78,cs.po,,cs,,czech,,,cs,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ca@valencia.po,32,78,99,0,0,0,0,32,78,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ca.po,32,78,99,0,0,0,0,32,78,ca.po,,ca,,catalan,,,ca,po -gspell-1.8.1-3.fc30.src.rpm.stats.csv,po/ar.po,32,78,83,0,0,0,0,32,78,ar.po,,ar,,arabic,,,ar,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/gl.po,336,1861,2206,11,79,31,170,378,2110,gl.po,,gl,,galician,,,gl,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/pl.po,378,2110,1997,0,0,0,0,378,2110,pl.po,,pl,,polish,,,pl,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/zh_cn.po,373,2074,543,2,5,3,31,378,2110,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/sr.po,373,2074,2136,2,5,3,31,378,2110,sr.po,,sr,,serbian,,,sr,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/bg.po,373,2074,2319,2,5,3,31,378,2110,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/hr.po,378,2110,2083,0,0,0,0,378,2110,hr.po,,hr,,croatian,,,hr,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/fur.po,186,888,1037,2,5,190,1217,378,2110,fur.po,,fur,,friulian,,,fur,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/ca.po,317,1736,2259,24,153,37,221,378,2110,ca.po,,ca,,catalan,,,ca,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/vi.po,373,2074,3100,2,5,3,31,378,2110,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/az.po,24,41,41,12,43,342,2026,378,2110,az.po,,az,,azerbaijani,,,az,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/cs.po,373,2074,2102,2,5,3,31,378,2110,cs.po,,cs,,czech,,,cs,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/sl.po,349,1947,1915,8,52,21,111,378,2110,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/hu.po,373,2074,1873,2,5,3,31,378,2110,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/zh_tw.po,349,1965,495,5,30,24,115,378,2110,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/sv.po,378,2110,1970,0,0,0,0,378,2110,sv.po,,sv,,swedish,,,sv,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/be.po,42,175,169,22,121,314,1814,378,2110,be.po,,be,,belarusian,,,be,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/nb.po,373,2074,1894,2,5,3,31,378,2110,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/eu.po,292,1544,1333,34,209,52,357,378,2110,eu.po,,eu,,basque,,,eu,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/de.po,373,2074,2104,2,5,3,31,378,2110,de.po,,de,,german,,,de,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/ast.po,293,1550,1723,32,197,53,363,378,2110,ast.po,,ast,,asturian,,,ast,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/fr.po,373,2074,2445,2,5,3,31,378,2110,fr.po,,fr,,french,,,fr,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/tr.po,378,2110,1852,0,0,0,0,378,2110,tr.po,,tr,,turkish,,,tr,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/sq.po,137,595,697,85,461,156,1054,378,2110,sq.po,,sq,,albanian,,,sq,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/es.po,322,1759,2195,22,147,34,204,378,2110,es.po,,es,,spanish,,,es,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/ru.po,378,2110,1940,0,0,0,0,378,2110,ru.po,,ru,,russian,,,ru,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/it.po,378,2110,2406,0,0,0,0,378,2110,it.po,,it,,italian,,,it,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/id.po,369,2027,1939,5,37,4,46,378,2110,id.po,,id,,indonesian,,,id,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/lt.po,305,1667,1403,28,173,45,270,378,2110,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/pt_br.po,369,2027,2390,5,37,4,46,378,2110,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/af.po,166,743,759,80,420,132,947,378,2110,af.po,,af,,afrikaans,,,af,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/ja.po,173,688,270,20,99,185,1323,378,2110,ja.po,,ja,,japanese,,,ja,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/en_gb.po,134,583,583,86,465,158,1062,378,2110,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/fi.po,318,1743,1364,24,153,36,214,378,2110,fi.po,,fi,,finnish,,,fi,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/ro.po,304,1666,1984,28,173,46,271,378,2110,ro.po,,ro,,romanian,,,ro,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/uk.po,378,2110,2029,0,0,0,0,378,2110,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/el.po,317,1736,1820,23,149,38,225,378,2110,el.po,,el,,greek,,,el,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/da.po,378,2110,1972,0,0,0,0,378,2110,da.po,,da,,danish,,,da,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/rw.po,5,4,4,198,1032,175,1074,378,2110,rw.po,,rw,,kinyarwanda,,,rw,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/eo.po,67,161,169,4,16,307,1933,378,2110,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/sk.po,364,2008,1987,5,37,9,65,378,2110,sk.po,,sk,,slovak,,,sk,po -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv,po/nl.po,373,2074,2177,2,5,3,31,378,2110,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sl.po,10,73,63,3,22,16,102,29,197,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/gl.po,10,73,101,3,22,16,102,29,197,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ro.po,8,49,59,4,26,17,122,29,197,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ky.po,4,26,20,3,21,22,150,29,197,ky.po,,ky,,kyrgyz,,,ky,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sq.po,5,30,36,6,39,18,128,29,197,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/hu.po,28,194,197,0,0,1,3,29,197,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/hr.po,29,197,207,0,0,0,0,29,197,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/af.po,2,12,13,8,53,19,132,29,197,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/id.po,28,194,189,0,0,1,3,29,197,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/uk.po,29,197,212,0,0,0,0,29,197,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/bg.po,28,194,246,0,0,1,3,29,197,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/nb.po,28,194,173,0,0,1,3,29,197,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/da.po,29,197,175,0,0,0,0,29,197,da.po,,da,,danish,,,da,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/es.po,10,73,95,6,39,13,85,29,197,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/tr.po,29,197,152,0,0,0,0,29,197,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/lv.po,17,126,105,9,57,3,14,29,197,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/fur.po,28,194,252,0,0,1,3,29,197,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/mt.po,7,43,39,7,43,15,111,29,197,mt.po,,mt,,maltese,,,mt,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/az.po,2,12,10,8,53,19,132,29,197,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sv.po,29,197,197,0,0,0,0,29,197,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ca.po,10,73,99,3,22,16,102,29,197,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/nl.po,28,194,227,0,0,1,3,29,197,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sk.po,21,152,140,7,42,1,3,29,197,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/cs.po,28,194,211,0,0,1,3,29,197,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/it.po,29,197,235,0,0,0,0,29,197,it.po,,it,,italian,,,it,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sr.po,28,194,218,0,0,1,3,29,197,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/fi.po,8,49,38,7,43,14,105,29,197,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/vi.po,28,194,297,0,0,1,3,29,197,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/el.po,10,73,72,3,22,16,102,29,197,el.po,,el,,greek,,,el,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/pl.po,29,197,219,0,0,0,0,29,197,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ru.po,29,197,188,0,0,0,0,29,197,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/zh_cn.po,28,194,29,0,0,1,3,29,197,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/de.po,29,197,205,0,0,0,0,29,197,de.po,,de,,german,,,de,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/eu.po,8,49,47,4,26,17,122,29,197,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/eo.po,8,59,52,5,36,16,102,29,197,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ja.po,10,73,20,6,39,13,85,29,197,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/fr.po,28,194,238,0,0,1,3,29,197,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/or.po,2,12,10,8,53,19,132,29,197,or.po,,or,,odia,,,or,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/lt.po,5,30,26,6,39,18,128,29,197,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/pt_br.po,28,194,268,0,0,1,3,29,197,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv,po/en_gb.po,2,12,12,8,53,19,132,29,197,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/gl.po,136,677,840,13,65,55,234,204,976,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/pl.po,204,976,940,0,0,0,0,204,976,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/zh_cn.po,196,939,335,1,5,7,32,204,976,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/sr.po,196,939,915,1,5,7,32,204,976,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/bg.po,191,912,968,4,28,9,36,204,976,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/hr.po,203,973,939,1,3,0,0,204,976,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/fur.po,131,590,681,2,8,71,378,204,976,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/ca.po,124,640,823,22,95,58,241,204,976,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/vi.po,196,939,1439,1,5,7,32,204,976,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/az.po,2,8,7,18,123,184,845,204,976,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/cs.po,196,939,932,1,5,7,32,204,976,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/sl.po,136,677,628,11,55,57,244,204,976,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/hu.po,196,939,818,1,5,7,32,204,976,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/sv.po,204,976,807,0,0,0,0,204,976,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/nb.po,196,939,796,1,5,7,32,204,976,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/eu.po,85,407,397,19,73,100,496,204,976,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/de.po,204,976,868,0,0,0,0,204,976,de.po,,de,,german,,,de,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/fr.po,196,939,1154,1,5,7,32,204,976,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/tr.po,204,976,853,0,0,0,0,204,976,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/sq.po,2,8,9,18,123,184,845,204,976,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/es.po,126,651,827,20,84,58,241,204,976,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/ru.po,204,976,875,0,0,0,0,204,976,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/it.po,204,976,1067,0,0,0,0,204,976,it.po,,it,,italian,,,it,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/id.po,196,939,912,1,5,7,32,204,976,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/lt.po,70,316,265,30,137,104,523,204,976,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/pt_br.po,196,939,1171,1,5,7,32,204,976,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/af.po,2,8,9,18,123,184,845,204,976,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/ja.po,94,448,197,20,75,90,453,204,976,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/en_gb.po,2,8,8,18,123,184,845,204,976,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/lv.po,154,770,635,7,41,43,165,204,976,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/fi.po,124,640,416,22,95,58,241,204,976,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/ro.po,80,394,416,18,64,106,518,204,976,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/or.po,2,8,7,18,123,184,845,204,976,or.po,,or,,odia,,,or,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/uk.po,204,976,935,0,0,0,0,204,976,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/el.po,126,651,687,20,84,58,241,204,976,el.po,,el,,greek,,,el,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/da.po,204,976,836,0,0,0,0,204,976,da.po,,da,,danish,,,da,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/eo.po,28,167,162,3,17,173,792,204,976,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/sk.po,186,887,804,4,28,14,61,204,976,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv,po/nl.po,191,912,911,4,28,9,36,204,976,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/gl.po,65,558,715,20,152,13,92,98,802,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/pl.po,98,802,784,0,0,0,0,98,802,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/zh_cn.po,88,716,147,6,43,4,43,98,802,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/sr.po,88,716,740,6,43,4,43,98,802,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/bg.po,88,716,741,6,43,4,43,98,802,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/hr.po,98,802,756,0,0,0,0,98,802,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/fur.po,80,665,840,7,52,11,85,98,802,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/ca.po,53,458,593,29,231,16,113,98,802,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/vi.po,88,716,1097,6,43,4,43,98,802,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/az.po,1,10,9,34,254,63,538,98,802,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/cs.po,88,716,639,6,43,4,43,98,802,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/sl.po,67,572,531,20,152,11,78,98,802,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/hu.po,88,716,666,6,43,4,43,98,802,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/zh_tw.po,6,54,8,1,9,91,739,98,802,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/sv.po,98,802,791,0,0,0,0,98,802,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/nb.po,88,716,665,6,43,4,43,98,802,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/eu.po,44,405,376,33,258,21,139,98,802,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/de.po,98,802,845,0,0,0,0,98,802,de.po,,de,,german,,,de,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/fr.po,88,716,866,6,43,4,43,98,802,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/tr.po,97,784,622,0,0,1,18,98,802,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/sq.po,1,10,13,36,265,61,527,98,802,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/es.po,56,483,602,28,221,14,98,98,802,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/ru.po,98,802,694,0,0,0,0,98,802,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/zh_hk.po,6,54,8,1,9,91,739,98,802,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/it.po,98,802,924,0,0,0,0,98,802,it.po,,it,,italian,,,it,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/id.po,86,702,663,8,57,4,43,98,802,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/lt.po,44,405,308,33,258,21,139,98,802,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/mt.po,40,340,319,36,293,22,169,98,802,mt.po,,mt,,maltese,,,mt,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/pt_br.po,88,716,875,6,43,4,43,98,802,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/af.po,1,10,8,34,254,63,538,98,802,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/ja.po,65,558,161,20,152,13,92,98,802,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/en_gb.po,1,10,10,36,265,61,527,98,802,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/lv.po,67,572,467,20,152,11,78,98,802,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/fi.po,50,432,344,32,258,16,112,98,802,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/ro.po,44,405,448,33,258,21,139,98,802,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/or.po,1,10,9,38,295,59,497,98,802,or.po,,or,,odia,,,or,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/uk.po,98,802,783,0,0,0,0,98,802,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/el.po,53,458,516,23,186,22,158,98,802,el.po,,el,,greek,,,el,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/da.po,98,802,756,0,0,0,0,98,802,da.po,,da,,danish,,,da,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/eo.po,6,41,38,1,9,91,752,98,802,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/sk.po,83,686,644,8,57,7,59,98,802,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv,po/nl.po,88,716,724,6,43,4,43,98,802,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sl.po,10,80,66,0,0,0,0,10,80,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/gl.po,10,80,107,0,0,0,0,10,80,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ro.po,8,56,63,1,4,1,20,10,80,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sq.po,1,7,8,4,21,5,52,10,80,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/hu.po,10,80,76,0,0,0,0,10,80,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/hr.po,10,80,68,0,0,0,0,10,80,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/af.po,1,7,8,4,21,5,52,10,80,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/id.po,10,80,71,0,0,0,0,10,80,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/uk.po,10,80,74,0,0,0,0,10,80,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/bg.po,10,80,99,0,0,0,0,10,80,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/nb.po,10,80,72,0,0,0,0,10,80,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/da.po,10,80,69,0,0,0,0,10,80,da.po,,da,,danish,,,da,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/es.po,10,80,105,0,0,0,0,10,80,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/tr.po,10,80,56,0,0,0,0,10,80,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/lv.po,10,80,59,0,0,0,0,10,80,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/fur.po,10,80,87,0,0,0,0,10,80,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/mt.po,8,56,50,1,4,1,20,10,80,mt.po,,mt,,maltese,,,mt,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/az.po,1,7,6,4,21,5,52,10,80,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sv.po,10,80,75,0,0,0,0,10,80,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ca.po,10,80,102,0,0,0,0,10,80,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/nl.po,10,80,83,0,0,0,0,10,80,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sk.po,10,80,73,0,0,0,0,10,80,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/cs.po,10,80,75,0,0,0,0,10,80,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/it.po,10,80,90,0,0,0,0,10,80,it.po,,it,,italian,,,it,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/sr.po,10,80,80,0,0,0,0,10,80,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/fi.po,8,56,47,1,4,1,20,10,80,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/vi.po,10,80,100,0,0,0,0,10,80,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/el.po,10,80,107,0,0,0,0,10,80,el.po,,el,,greek,,,el,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/pl.po,10,80,85,0,0,0,0,10,80,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ru.po,10,80,67,0,0,0,0,10,80,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/zh_cn.po,10,80,32,0,0,0,0,10,80,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/de.po,10,80,91,0,0,0,0,10,80,de.po,,de,,german,,,de,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ms.po,8,56,51,1,4,1,20,10,80,ms.po,,ms,,malay,,,ms,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/eu.po,8,56,56,1,4,1,20,10,80,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/eo.po,10,80,79,0,0,0,0,10,80,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/ja.po,10,80,18,0,0,0,0,10,80,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/fr.po,10,80,89,0,0,0,0,10,80,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/or.po,1,7,6,4,21,5,52,10,80,or.po,,or,,odia,,,or,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/lt.po,5,38,30,3,16,2,26,10,80,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/pt_br.po,10,80,107,0,0,0,0,10,80,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv,po/en_gb.po,1,7,7,4,21,5,52,10,80,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/wa.po,459,1797,2311,184,817,1467,8997,2110,11611,wa.po,,wa,,walloon,,,wa,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/en_ca.po,1501,8620,8623,165,887,444,2104,2110,11611,en_ca.po,,en,ca,english,,canada,en_ca,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/de.po,1911,10664,9730,0,0,199,947,2110,11611,de.po,,de,,german,,,de,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ar.po,1577,9006,7417,109,617,424,1988,2110,11611,ar.po,,ar,,arabic,,,ar,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ka.po,1292,7118,4878,255,1448,563,3045,2110,11611,ka.po,,ka,,georgian,,,ka,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/zh_hk.po,1716,9819,2089,0,0,394,1792,2110,11611,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/am.po,91,161,170,250,902,1769,10548,2110,11611,am.po,,am,,amharic,,,am,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/uz@cyrillic.po,384,1279,1012,47,210,1679,10122,2110,11611,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/bs.po,987,5438,5106,486,2657,637,3516,2110,11611,bs.po,,bs,,bosnian,,,bs,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/lv.po,1500,7984,6338,58,330,552,3297,2110,11611,lv.po,,lv,,latvian,,,lv,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/nso.po,987,5438,7966,485,2651,638,3522,2110,11611,nso.po,,nso,,northern sotho,,,nso,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/dz.po,1390,7921,3051,244,1359,476,2331,2110,11611,dz.po,,dz,,dzongkha,,,dz,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/th.po,154,879,249,41,226,1915,10506,2110,11611,th.po,,th,,thai,,,th,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/pt.po,1716,9819,11377,0,0,394,1792,2110,11611,pt.po,,pt,,portuguese,,,pt,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/yi.po,758,4040,4006,608,3317,744,4254,2110,11611,yi.po,,yi,,yiddish,,,yi,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/br.po,164,281,323,17,50,1929,11280,2110,11611,br.po,,br,,breton,,,br,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/te.po,1680,9570,6784,31,202,399,1839,2110,11611,te.po,,te,,telugu,,,te,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/nn.po,903,4951,4476,514,2808,693,3852,2110,11611,nn.po,,nn,,norwegian nynorsk,,,nn,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/bn.po,1718,9837,9350,1,5,391,1769,2110,11611,bn.po,,bn,,bangla,,,bn,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ca@valencia.po,1718,9837,11460,1,5,391,1769,2110,11611,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/xh.po,1102,6156,5347,425,2339,583,3116,2110,11611,xh.po,,xh,,xhosa,,,xh,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/tr.po,1639,9337,7175,60,354,411,1920,2110,11611,tr.po,,tr,,turkish,,,tr,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/hu.po,1729,9908,8112,0,0,381,1703,2110,11611,hu.po,,hu,,hungarian,,,hu,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/nl.po,1641,9344,8717,58,347,411,1920,2110,11611,nl.po,,nl,,dutch,,,nl,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/eu.po,1716,9819,7953,0,0,394,1792,2110,11611,eu.po,,eu,,basque,,,eu,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/kk.po,7,7,7,164,368,1939,11236,2110,11611,kk.po,,kk,,kazakh,,,kk,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/pl.po,1729,9908,8858,0,0,381,1703,2110,11611,pl.po,,pl,,polish,,,pl,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ta.po,1680,9570,7251,31,202,399,1839,2110,11611,ta.po,,ta,,tamil,,,ta,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/zh_cn.po,1716,9819,2017,0,0,394,1792,2110,11611,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/mr.po,1718,9837,7966,1,5,391,1769,2110,11611,mr.po,,mr,,marathi,,,mr,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/mai.po,1680,9570,9441,31,202,399,1839,2110,11611,mai.po,,mai,,maithili,,,mai,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/be.po,758,4040,3415,608,3317,744,4254,2110,11611,be.po,,be,,belarusian,,,be,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/bg.po,1718,9837,10226,1,5,391,1769,2110,11611,bg.po,,bg,,bulgarian,,,bg,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/gu.po,1680,9570,9098,31,202,399,1839,2110,11611,gu.po,,gu,,gujarati,,,gu,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ku.po,69,108,110,86,280,1955,11223,2110,11611,ku.po,,ku,,kurdish,,,ku,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/en_gb.po,1721,9860,9849,0,0,389,1751,2110,11611,en_gb.po,,en,gb,english,,united kingdom,en_gb,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/az_ir.po,1,2,2,2,4,2107,11605,2110,11611,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/li.po,758,4040,3744,608,3317,744,4254,2110,11611,li.po,,li,,limburgish,,,li,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/af.po,980,5396,5019,489,2677,641,3538,2110,11611,af.po,,af,,afrikaans,,,af,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/si.po,332,1377,1206,103,457,1675,9777,2110,11611,si.po,,si,,sinhala,,,si,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/is.po,69,376,332,249,1210,1792,10025,2110,11611,is.po,,is,,icelandic,,,is,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/it.po,1723,9871,10787,0,0,387,1740,2110,11611,it.po,,it,,italian,,,it,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ang.po,33,91,82,54,225,2023,11295,2110,11611,ang.po,,ang,,old english,,,ang,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ms.po,925,5021,4230,508,2765,677,3825,2110,11611,ms.po,,ms,,malay,,,ms,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/hi.po,1680,9570,10235,31,202,399,1839,2110,11611,hi.po,,hi,,hindi,,,hi,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ro.po,1723,9871,9712,0,0,387,1740,2110,11611,ro.po,,ro,,romanian,,,ro,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ast.po,1690,9636,10837,23,157,397,1818,2110,11611,ast.po,,ast,,asturian,,,ast,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/id.po,1729,9908,8933,0,0,381,1703,2110,11611,id.po,,id,,indonesian,,,id,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/sl.po,1716,9819,8802,0,0,394,1792,2110,11611,sl.po,,sl,,slovenian,,,sl,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/et.po,822,4033,2992,99,569,1189,7009,2110,11611,et.po,,et,,estonian,,,et,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/my.po,1651,9398,6432,52,316,407,1897,2110,11611,my.po,,my,,burmese,,,my,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/he.po,1716,9819,9819,0,0,394,1792,2110,11611,he.po,,he,,hebrew,,,he,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/mi.po,1,1,1,113,219,1996,11391,2110,11611,mi.po,,mi,,maori,,,mi,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/hr.po,1138,6381,5836,395,2095,577,3135,2110,11611,hr.po,,hr,,croatian,,,hr,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/vi.po,1718,9837,13588,1,5,391,1769,2110,11611,vi.po,,vi,,vietnamese,,,vi,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/sv.po,1716,9819,8097,0,0,394,1792,2110,11611,sv.po,,sv,,swedish,,,sv,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/uk.po,1718,9837,8324,1,5,391,1769,2110,11611,uk.po,,uk,,ukrainian,,,uk,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/cs.po,1716,9819,8344,0,0,394,1792,2110,11611,cs.po,,cs,,czech,,,cs,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/uz.po,384,1279,1012,47,210,1679,10122,2110,11611,uz.po,,uz,,uzbek,,,uz,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/sr.po,1718,9837,9052,1,5,391,1769,2110,11611,sr.po,,sr,,serbian,,,sr,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ug.po,12,15,18,253,616,1845,10980,2110,11611,ug.po,,ug,,uyghur,,,ug,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ml.po,1680,9570,6829,31,202,399,1839,2110,11611,ml.po,,ml,,malayalam,,,ml,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/nds.po,560,1536,1242,1153,8239,397,1836,2110,11611,nds.po,,nds,,low german,,,nds,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/gl.po,1716,9819,11730,0,0,394,1792,2110,11611,gl.po,,gl,,galician,,,gl,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ja.po,1713,9814,2317,0,0,397,1797,2110,11611,ja.po,,ja,,japanese,,,ja,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/cy.po,1507,8597,8895,163,923,440,2091,2110,11611,cy.po,,cy,,welsh,,,cy,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ps.po,509,1582,1638,33,172,1568,9857,2110,11611,ps.po,,ps,,pashto,,,ps,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/mk.po,1489,8558,8759,176,945,445,2108,2110,11611,mk.po,,mk,,macedonian,,,mk,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/io.po,0,0,0,0,0,2110,11611,2110,11611,io.po,,io,,ido,,,io,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/pt_br.po,1716,9819,11008,0,0,394,1792,2110,11611,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/or.po,1680,9570,8501,31,202,399,1839,2110,11611,or.po,,or,,odia,,,or,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ia.po,1,1,1,199,429,1910,11181,2110,11611,ia.po,,ia,,interlingua,,,ia,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/tk.po,5,6,6,204,602,1901,11003,2110,11611,tk.po,,tk,,turkmen,,,tk,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/el.po,1718,9837,10251,1,5,391,1769,2110,11611,el.po,,el,,greek,,,el,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/fa.po,308,1016,970,343,1492,1459,9103,2110,11611,fa.po,,fa,,persian,,,fa,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/sr@ije.po,987,5438,5051,485,2655,638,3518,2110,11611,sr@ije.po,ije,sr,,serbian,,,sr@ije,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/mn.po,987,5438,4334,486,2660,637,3513,2110,11611,mn.po,,mn,,mongolian,,,mn,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/oc.po,2110,11611,14089,0,0,0,0,2110,11611,oc.po,,oc,,occitan,,,oc,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/sq.po,1577,9006,9943,109,617,424,1988,2110,11611,sq.po,,sq,,albanian,,,sq,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/nb.po,1479,7808,6611,130,1066,501,2737,2110,11611,nb.po,,nb,,norwegian bokmål,,,nb,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/sk.po,1559,8863,7526,122,720,429,2028,2110,11611,sk.po,,sk,,slovak,,,sk,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/da.po,1716,9819,8130,0,0,394,1792,2110,11611,da.po,,da,,danish,,,da,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/lt.po,1718,9837,7657,1,5,391,1769,2110,11611,lt.po,,lt,,lithuanian,,,lt,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ca.po,1718,9837,11460,1,5,391,1769,2110,11611,ca.po,,ca,,catalan,,,ca,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/sr@latin.po,1718,9837,9052,1,5,391,1769,2110,11611,sr@latin.po,latin,sr,,serbian,,,sr@latin,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/pa.po,1718,9837,9672,1,5,391,1769,2110,11611,pa.po,,pa,,punjabi,,,pa,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/bn_in.po,1718,9837,9344,1,5,391,1769,2110,11611,bn_in.po,,bn,in,bangla,,india,bn_in,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/crh.po,1641,9344,7537,58,347,411,1920,2110,11611,crh.po,,crh,,crimean turkish,,,crh,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/hy.po,16,38,27,162,489,1932,11084,2110,11611,hy.po,,hy,,armenian,,,hy,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ne.po,1121,6287,5162,411,2240,578,3084,2110,11611,ne.po,,ne,,nepali,,,ne,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/zh_tw.po,1716,9819,2089,0,0,394,1792,2110,11611,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/tt.po,232,533,475,188,679,1690,10399,2110,11611,tt.po,,tt,,tatar,,,tt,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/eo.po,0,0,0,0,0,2110,11611,2110,11611,eo.po,,eo,,esperanto,,,eo,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/kn.po,1682,9574,7031,29,198,399,1839,2110,11611,kn.po,,kn,,kannada,,,kn,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/fr.po,1716,9819,11527,0,0,394,1792,2110,11611,fr.po,,fr,,french,,,fr,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ur.po,4,4,4,42,69,2064,11538,2110,11611,ur.po,,ur,,urdu,,,ur,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/be@latin.po,1490,8572,7361,175,931,445,2108,2110,11611,be@latin.po,latin,be,,belarusian,,,be@latin,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/az.po,987,5438,4244,485,2655,638,3518,2110,11611,az.po,,az,,azerbaijani,,,az,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ga.po,158,286,296,83,244,1869,11081,2110,11611,ga.po,,ga,,irish,,,ga,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ko.po,1716,9819,7563,0,0,394,1792,2110,11611,ko.po,,ko,,korean,,,ko,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/fi.po,1718,9837,6213,1,5,391,1769,2110,11611,fi.po,,fi,,finnish,,,fi,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/ru.po,1718,9837,8315,1,5,391,1769,2110,11611,ru.po,,ru,,russian,,,ru,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/as.po,1680,9570,8145,31,202,399,1839,2110,11611,as.po,,as,,assamese,,,as,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/rw.po,84,104,104,1156,7791,870,3716,2110,11611,rw.po,,rw,,kinyarwanda,,,rw,po-properties -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po-properties/es.po,1716,9819,11866,0,0,0,0,1716,9819,es.po,,es,,spanish,,,es,po-properti -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/wa.po,438,1881,2694,263,570,548,1411,1249,3862,wa.po,,wa,,walloon,,,wa,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/en_ca.po,586,2734,2735,249,477,414,651,1249,3862,en_ca.po,,en,ca,english,,canada,en_ca,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/de.po,868,2604,2541,0,0,381,1258,1249,3862,de.po,,de,,german,,,de,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ar.po,866,2562,2420,0,0,383,1300,1249,3862,ar.po,,ar,,arabic,,,ar,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ka.po,650,3011,2416,222,395,377,456,1249,3862,ka.po,,ka,,georgian,,,ka,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/zh_hk.po,866,2562,1183,0,0,383,1300,1249,3862,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/am.po,46,64,79,249,442,954,3356,1249,3862,am.po,,am,,amharic,,,am,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,621,1366,1292,64,128,564,2368,1249,3862,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/bs.po,257,1447,1390,324,851,668,1564,1249,3862,bs.po,,bs,,bosnian,,,bs,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/lv.po,1065,3862,3364,0,0,184,0,1249,3862,lv.po,,lv,,latvian,,,lv,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/nso.po,258,1448,2259,322,849,669,1565,1249,3862,nso.po,,nso,,northern sotho,,,nso,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/dz.po,524,2500,1298,404,759,321,603,1249,3862,dz.po,,dz,,dzongkha,,,dz,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/th.po,870,2610,1383,0,0,379,1252,1249,3862,th.po,,th,,thai,,,th,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/pt.po,866,2562,2800,0,0,383,1300,1249,3862,pt.po,,pt,,portuguese,,,pt,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/yi.po,205,1183,1189,343,960,701,1719,1249,3862,yi.po,,yi,,yiddish,,,yi,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/br.po,530,1052,1227,12,47,707,2763,1249,3862,br.po,,br,,breton,,,br,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/te.po,1037,3689,3156,18,93,194,80,1249,3862,te.po,,te,,telugu,,,te,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/nn.po,972,3463,3395,44,134,233,265,1249,3862,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/bn.po,1065,3862,4093,0,0,184,0,1249,3862,bn.po,,bn,,bangla,,,bn,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ca@valencia.po,1065,3862,4945,0,0,184,0,1249,3862,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/xh.po,325,1728,1528,299,728,625,1406,1249,3862,xh.po,,xh,,xhosa,,,xh,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/tr.po,988,3511,3047,40,121,221,230,1249,3862,tr.po,,tr,,turkish,,,tr,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/hu.po,870,2610,2408,0,0,379,1252,1249,3862,hu.po,,hu,,hungarian,,,hu,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/nl.po,867,2581,2594,0,0,382,1281,1249,3862,nl.po,,nl,,dutch,,,nl,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/eu.po,540,2125,1874,0,0,709,1737,1249,3862,eu.po,,eu,,basque,,,eu,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/kk.po,866,2562,2305,0,0,383,1300,1249,3862,kk.po,,kk,,kazakh,,,kk,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/pl.po,862,2584,2598,0,0,387,1278,1249,3862,pl.po,,pl,,polish,,,pl,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ta.po,1037,3689,3321,18,93,194,80,1249,3862,ta.po,,ta,,tamil,,,ta,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/zh_cn.po,862,2553,1129,3,20,384,1289,1249,3862,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/mr.po,1063,3840,3970,2,22,184,0,1249,3862,mr.po,,mr,,marathi,,,mr,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/mai.po,1037,3689,4108,18,93,194,80,1249,3862,mai.po,,mai,,maithili,,,mai,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/be.po,855,2469,2285,0,0,394,1393,1249,3862,be.po,,be,,belarusian,,,be,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/bg.po,1065,3862,4582,0,0,184,0,1249,3862,bg.po,,bg,,bulgarian,,,bg,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/gu.po,844,2436,2775,19,106,386,1320,1249,3862,gu.po,,gu,,gujarati,,,gu,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ku.po,621,2761,3002,219,443,409,658,1249,3862,ku.po,,ku,,kurdish,,,ku,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/en_gb.po,867,2581,2582,0,0,382,1281,1249,3862,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,1236,3847,1249,3862,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/li.po,205,1183,1145,343,960,701,1719,1249,3862,li.po,,li,,limburgish,,,li,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/af.po,927,3241,3225,24,61,298,560,1249,3862,af.po,,af,,afrikaans,,,af,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/si.po,482,2073,2186,268,561,499,1228,1249,3862,si.po,,si,,sinhala,,,si,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/is.po,215,1079,1062,318,849,716,1934,1249,3862,is.po,,is,,icelandic,,,is,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/it.po,867,2581,2742,0,0,382,1281,1249,3862,it.po,,it,,italian,,,it,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ang.po,78,312,272,171,421,1000,3129,1249,3862,ang.po,,ang,,old english,,,ang,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ms.po,240,1320,1237,323,844,686,1698,1249,3862,ms.po,,ms,,malay,,,ms,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/hi.po,1037,3689,4363,18,93,194,80,1249,3862,hi.po,,hi,,hindi,,,hi,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ro.po,868,2604,2807,0,0,381,1258,1249,3862,ro.po,,ro,,romanian,,,ro,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ast.po,1053,3792,4231,9,49,187,21,1249,3862,ast.po,,ast,,asturian,,,ast,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/id.po,862,2584,2525,0,0,387,1278,1249,3862,id.po,,id,,indonesian,,,id,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/sl.po,866,2562,2540,0,0,383,1300,1249,3862,sl.po,,sl,,slovenian,,,sl,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/et.po,866,2562,2217,0,0,383,1300,1249,3862,et.po,,et,,estonian,,,et,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/my.po,1019,3612,2931,25,127,205,123,1249,3862,my.po,,my,,burmese,,,my,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/he.po,870,2610,2495,0,0,379,1252,1249,3862,he.po,,he,,hebrew,,,he,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/mi.po,204,1018,1135,310,826,735,2018,1249,3862,mi.po,,mi,,maori,,,mi,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/hr.po,348,1906,1845,276,617,625,1339,1249,3862,hr.po,,hr,,croatian,,,hr,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/vi.po,1063,3840,5204,2,22,184,0,1249,3862,vi.po,,vi,,vietnamese,,,vi,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/sv.po,866,2562,2479,0,0,383,1300,1249,3862,sv.po,,sv,,swedish,,,sv,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/uk.po,1065,3862,3708,0,0,184,0,1249,3862,uk.po,,uk,,ukrainian,,,uk,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/cs.po,867,2581,2414,0,0,382,1281,1249,3862,cs.po,,cs,,czech,,,cs,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/uz.po,621,1366,1292,64,128,564,2368,1249,3862,uz.po,,uz,,uzbek,,,uz,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/sr.po,1065,3862,3844,0,0,184,0,1249,3862,sr.po,,sr,,serbian,,,sr,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ug.po,866,2562,2312,0,0,383,1300,1249,3862,ug.po,,ug,,uyghur,,,ug,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ml.po,1037,3689,3259,18,93,194,80,1249,3862,ml.po,,ml,,malayalam,,,ml,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/nds.po,678,1422,1536,0,0,571,2440,1249,3862,nds.po,,nds,,low german,,,nds,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/gl.po,866,2562,3000,0,0,383,1300,1249,3862,gl.po,,gl,,galician,,,gl,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ja.po,861,2550,1329,5,29,383,1283,1249,3862,ja.po,,ja,,japanese,,,ja,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/cy.po,901,3190,3511,75,201,273,471,1249,3862,cy.po,,cy,,welsh,,,cy,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ps.po,413,859,939,29,69,807,2934,1249,3862,ps.po,,ps,,pashto,,,ps,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/mk.po,559,2639,2994,272,560,418,663,1249,3862,mk.po,,mk,,macedonian,,,mk,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/io.po,348,1168,1106,247,467,654,2227,1249,3862,io.po,,io,,ido,,,io,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/pt_br.po,866,2562,2849,0,0,383,1300,1249,3862,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/or.po,1044,3721,3892,10,60,195,81,1249,3862,or.po,,or,,odia,,,or,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ia.po,868,2604,2983,0,0,381,1258,1249,3862,ia.po,,ia,,interlingua,,,ia,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/tk.po,77,209,210,264,543,908,3110,1249,3862,tk.po,,tk,,turkmen,,,tk,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/el.po,866,2562,2736,0,0,383,1300,1249,3862,el.po,,el,,greek,,,el,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/fa.po,319,1713,1772,301,738,629,1411,1249,3862,fa.po,,fa,,persian,,,fa,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/sr@ije.po,258,1448,1397,326,853,665,1561,1249,3862,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/mn.po,255,1429,1314,328,869,666,1564,1249,3862,mn.po,,mn,,mongolian,,,mn,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/oc.po,1245,3525,4086,0,0,4,337,1249,3862,oc.po,,oc,,occitan,,,oc,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/sq.po,987,3503,4104,39,119,223,240,1249,3862,sq.po,,sq,,albanian,,,sq,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/nb.po,868,2604,2585,0,0,381,1258,1249,3862,nb.po,,nb,,norwegian bokmål,,,nb,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/sk.po,1043,3724,3552,14,83,192,55,1249,3862,sk.po,,sk,,slovak,,,sk,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/da.po,866,2562,2420,0,0,383,1300,1249,3862,da.po,,da,,danish,,,da,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/lt.po,1065,3862,3397,0,0,184,0,1249,3862,lt.po,,lt,,lithuanian,,,lt,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ca.po,1065,3862,4949,0,0,184,0,1249,3862,ca.po,,ca,,catalan,,,ca,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/sr@latin.po,1065,3862,3844,0,0,184,0,1249,3862,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/pa.po,1065,3862,4366,0,0,184,0,1249,3862,pa.po,,pa,,punjabi,,,pa,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/bn_in.po,1063,3840,4178,2,22,184,0,1249,3862,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/crh.po,981,3469,3047,39,119,229,274,1249,3862,crh.po,,crh,,crimean turkish,,,crh,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/hy.po,299,1638,1500,301,790,649,1434,1249,3862,hy.po,,hy,,armenian,,,hy,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ne.po,343,1874,1801,258,607,648,1381,1249,3862,ne.po,,ne,,nepali,,,ne,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/zh_tw.po,866,2562,1183,0,0,383,1300,1249,3862,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/tt.po,179,608,466,236,477,834,2777,1249,3862,tt.po,,tt,,tatar,,,tt,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/es.po,868,2604,3060,0,0,381,1258,1249,3862,es.po,,es,,spanish,,,es,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/eo.po,503,2364,2212,228,483,518,1015,1249,3862,eo.po,,eo,,esperanto,,,eo,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/kn.po,1047,3748,3374,10,59,192,55,1249,3862,kn.po,,kn,,kannada,,,kn,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/fr.po,866,2562,2975,0,0,383,1300,1249,3862,fr.po,,fr,,french,,,fr,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ur.po,12,12,14,42,44,1195,3806,1249,3862,ur.po,,ur,,urdu,,,ur,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/be@latin.po,986,3491,3344,39,119,224,252,1249,3862,be@latin.po,latin,be,,belarusian,,,be@latin,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/az.po,257,1447,1258,323,848,669,1567,1249,3862,az.po,,az,,azerbaijani,,,az,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ga.po,990,3234,3657,18,93,241,535,1249,3862,ga.po,,ga,,irish,,,ga,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ko.po,866,2562,2312,0,0,383,1300,1249,3862,ko.po,,ko,,korean,,,ko,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/fi.po,1065,3862,3092,0,0,184,0,1249,3862,fi.po,,fi,,finnish,,,fi,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/ru.po,1063,3840,3771,2,22,184,0,1249,3862,ru.po,,ru,,russian,,,ru,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/as.po,1039,3711,3899,18,96,192,55,1249,3862,as.po,,as,,assamese,,,as,po -gtk2-2.24.32-4.fc30.src.rpm.stats.csv,po/rw.po,28,32,36,545,2359,676,1471,1249,3862,rw.po,,rw,,kinyarwanda,,,rw,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ja.po,1628,9159,2151,197,931,418,2169,2243,12259,ja.po,,ja,,japanese,,,ja,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/mn.po,890,4865,3867,522,2791,831,4603,2243,12259,mn.po,,mn,,mongolian,,,mn,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/nso.po,890,4865,7165,521,2782,832,4612,2243,12259,nso.po,,nso,,northern sotho,,,nso,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ta.po,2041,11341,8502,0,0,202,918,2243,12259,ta.po,,ta,,tamil,,,ta,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ne.po,1085,5689,4718,963,4712,195,1858,2243,12259,ne.po,,ne,,nepali,,,ne,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/as.po,2041,11341,9554,0,0,202,918,2243,12259,as.po,,as,,assamese,,,as,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ky.po,94,351,263,0,0,2149,11908,2243,12259,ky.po,,ky,,kyrgyz,,,ky,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/fi.po,1629,8902,5674,408,2121,206,1236,2243,12259,fi.po,,fi,,finnish,,,fi,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/az.po,890,4865,3819,521,2786,832,4608,2243,12259,az.po,,az,,azerbaijani,,,az,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/be@latin.po,1364,7766,6691,228,1205,651,3288,2243,12259,be@latin.po,latin,be,,belarusian,,,be@latin,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/nl.po,2243,12259,11695,0,0,0,0,2243,12259,nl.po,,nl,,dutch,,,nl,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/pt.po,2223,12154,14095,0,0,20,105,2243,12259,pt.po,,pt,,portuguese,,,pt,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/my.po,1515,8550,5859,115,632,613,3077,2243,12259,my.po,,my,,burmese,,,my,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/zh_hk.po,2041,11341,2453,0,0,202,918,2243,12259,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ga.po,144,259,269,100,287,1999,11713,2243,12259,ga.po,,ga,,irish,,,ga,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/eu.po,2243,12259,9908,0,0,0,0,2243,12259,eu.po,,eu,,basque,,,eu,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/tr.po,2243,12259,9730,0,0,0,0,2243,12259,tr.po,,tr,,turkish,,,tr,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ang.po,30,79,73,61,254,2152,11926,2243,12259,ang.po,,ang,,old english,,,ang,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/hi.po,1911,10656,11375,0,0,332,1603,2243,12259,hi.po,,hi,,hindi,,,hi,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/hy.po,1627,9220,7803,23,115,593,2924,2243,12259,hy.po,,hy,,armenian,,,hy,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/am.po,86,152,157,270,976,1887,11131,2243,12259,am.po,,am,,amharic,,,am,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/sk.po,2243,12259,11162,0,0,0,0,2243,12259,sk.po,,sk,,slovak,,,sk,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/en_gb.po,2223,12154,12167,0,0,20,105,2243,12259,en_gb.po,,en,gb,english,,united kingdom,en_gb,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/kn.po,1146,3235,3216,0,0,1097,9024,2243,12259,kn.po,,kn,,kannada,,,kn,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/mk.po,1363,7752,7949,229,1219,651,3288,2243,12259,mk.po,,mk,,macedonian,,,mk,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ast.po,1818,10199,11398,0,0,425,2060,2243,12259,ast.po,,ast,,asturian,,,ast,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/tg.po,2023,11243,10638,0,0,220,1016,2243,12259,tg.po,,tg,,tajik,,,tg,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/uz.po,368,1220,962,88,399,1787,10640,2243,12259,uz.po,,uz,,uzbek,,,uz,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/en@shaw.po,1362,7355,7355,310,2235,571,2669,2243,12259,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/xh.po,1002,5559,4834,463,2493,778,4207,2243,12259,xh.po,,xh,,xhosa,,,xh,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ar.po,1446,8183,6712,167,908,630,3168,2243,12259,ar.po,,ar,,arabic,,,ar,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/hu.po,2243,12259,9978,0,0,0,0,2243,12259,hu.po,,hu,,hungarian,,,hu,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ug.po,1908,10631,8566,0,0,335,1628,2243,12259,ug.po,,ug,,uyghur,,,ug,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ko.po,2243,12259,9423,0,0,0,0,2243,12259,ko.po,,ko,,korean,,,ko,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ka.po,1183,6448,4441,304,1688,756,4123,2243,12259,ka.po,,ka,,georgian,,,ka,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/rw.po,82,101,100,1116,7392,1045,4766,2243,12259,rw.po,,rw,,kinyarwanda,,,rw,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ro.po,1798,9969,10048,294,1441,151,849,2243,12259,ro.po,,ro,,romanian,,,ro,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/fur.po,669,3021,3483,27,102,1547,9136,2243,12259,fur.po,,fur,,friulian,,,fur,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/af.po,852,4606,4261,910,4648,481,3005,2243,12259,af.po,,af,,afrikaans,,,af,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/bg.po,1915,10684,11145,0,0,328,1575,2243,12259,bg.po,,bg,,bulgarian,,,bg,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/en.po,0,0,0,0,0,2243,12259,2243,12259,en.po,,en,,english,,,en,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/wa.po,427,1664,2145,223,988,1593,9607,2243,12259,wa.po,,wa,,walloon,,,wa,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/kk.po,277,661,588,0,0,1966,11598,2243,12259,kk.po,,kk,,kazakh,,,kk,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/it.po,2243,12259,13361,0,0,0,0,2243,12259,it.po,,it,,italian,,,it,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/nds.po,515,1405,1134,1125,7838,603,3016,2243,12259,nds.po,,nds,,low german,,,nds,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/lv.po,2243,12259,9790,0,0,0,0,2243,12259,lv.po,,lv,,latvian,,,lv,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/io.po,0,0,0,0,0,2243,12259,2243,12259,io.po,,io,,ido,,,io,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/gl.po,2243,12259,14529,0,0,0,0,2243,12259,gl.po,,gl,,galician,,,gl,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ur.po,4,4,4,44,74,2195,12181,2243,12259,ur.po,,ur,,urdu,,,ur,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/yi.po,681,3591,3559,632,3374,930,5294,2243,12259,yi.po,,yi,,yiddish,,,yi,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/gd.po,2227,12176,15288,0,0,16,83,2243,12259,gd.po,,gd,,scottish gaelic,,,gd,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/sr@latin.po,2227,12176,11384,0,0,16,83,2243,12259,sr@latin.po,latin,sr,,serbian,,,sr@latin,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ia.po,1,1,1,207,454,2035,11804,2243,12259,ia.po,,ia,,interlingua,,,ia,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/id.po,2243,12259,10976,0,0,0,0,2243,12259,id.po,,id,,indonesian,,,id,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/pa.po,2181,11945,11750,2,18,60,296,2243,12259,pa.po,,pa,,punjabi,,,pa,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/zh_tw.po,2243,12259,2724,0,0,0,0,2243,12259,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/vi.po,2154,11849,16298,0,0,89,410,2243,12259,vi.po,,vi,,vietnamese,,,vi,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/mi.po,1,1,1,120,236,2122,12022,2243,12259,mi.po,,mi,,maori,,,mi,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/cs.po,2243,12259,10613,0,0,0,0,2243,12259,cs.po,,cs,,czech,,,cs,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ms.po,840,4514,3815,540,2876,863,4869,2243,12259,ms.po,,ms,,malay,,,ms,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/el.po,2225,12163,12801,0,0,18,96,2243,12259,el.po,,el,,greek,,,el,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/br.po,157,265,306,18,41,2068,11953,2243,12259,br.po,,br,,breton,,,br,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/en_ca.po,1375,7814,7817,218,1161,650,3284,2243,12259,en_ca.po,,en,ca,english,,canada,en_ca,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/fr.po,2243,12259,14758,0,0,0,0,2243,12259,fr.po,,fr,,french,,,fr,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/tk.po,5,6,6,217,647,2021,11606,2243,12259,tk.po,,tk,,turkmen,,,tk,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/bn_in.po,1577,8957,8514,69,353,597,2949,2243,12259,bn_in.po,,bn,in,bangla,,india,bn_in,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/az_ir.po,0,0,0,2,4,2241,12255,2243,12259,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/km.po,1911,10656,2871,0,0,332,1603,2243,12259,km.po,,km,,khmer,,,km,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/kg.po,12,15,15,257,630,1974,11614,2243,12259,kg.po,,kg,,kongo,,,kg,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/et.po,791,3778,2802,457,2259,995,6222,2243,12259,et.po,,et,,estonian,,,et,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/da.po,2243,12259,10083,0,0,0,0,2243,12259,da.po,,da,,danish,,,da,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/sr@ije.po,890,4865,4522,521,2786,832,4608,2243,12259,sr@ije.po,ije,sr,,serbian,,,sr@ije,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/mr.po,2041,11341,9083,0,0,202,918,2243,12259,mr.po,,mr,,marathi,,,mr,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/zh_cn.po,2227,12176,2644,1,1,15,82,2243,12259,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/gu.po,1933,10695,10095,79,440,231,1124,2243,12259,gu.po,,gu,,gujarati,,,gu,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/fa.po,381,1236,1168,386,1801,1476,9222,2243,12259,fa.po,,fa,,persian,,,fa,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/pt_br.po,2243,12259,13818,0,0,0,0,2243,12259,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/eo.po,729,2911,2640,136,663,1378,8685,2243,12259,eo.po,,eo,,esperanto,,,eo,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/dz.po,1270,7185,2790,291,1563,682,3511,2243,12259,dz.po,,dz,,dzongkha,,,dz,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/si.po,317,1290,1143,142,647,1784,10322,2243,12259,si.po,,si,,sinhala,,,si,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/uz@cyrillic.po,368,1220,962,88,399,1787,10640,2243,12259,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/uk.po,1877,10467,8839,0,0,366,1792,2243,12259,uk.po,,uk,,ukrainian,,,uk,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/sl.po,2243,12259,11145,0,0,0,0,2243,12259,sl.po,,sl,,slovenian,,,sl,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/bs.po,1919,10700,9951,0,0,324,1559,2243,12259,bs.po,,bs,,bosnian,,,bs,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/pl.po,2243,12259,10989,0,0,0,0,2243,12259,pl.po,,pl,,polish,,,pl,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/li.po,681,3591,3334,632,3374,930,5294,2243,12259,li.po,,li,,limburgish,,,li,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ku.po,66,103,102,97,325,2080,11831,2243,12259,ku.po,,ku,,kurdish,,,ku,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/crh.po,1692,9595,7730,9,102,542,2562,2243,12259,crh.po,,crh,,crimean turkish,,,crh,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/lg.po,0,0,0,0,0,2243,12259,2243,12259,lg.po,,lg,,ganda,,,lg,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/he.po,2227,12176,12176,0,0,16,83,2243,12259,he.po,,he,,hebrew,,,he,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/sr.po,2243,12259,11458,0,0,0,0,2243,12259,sr.po,,sr,,serbian,,,sr,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ca.po,2236,12225,14501,4,18,3,16,2243,12259,ca.po,,ca,,catalan,,,ca,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/nn.po,831,4515,4075,539,2880,873,4864,2243,12259,nn.po,,nn,,norwegian nynorsk,,,nn,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/an.po,1633,8891,10178,380,2291,230,1077,2243,12259,an.po,,an,,aragonese,,,an,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ru.po,2243,12259,10502,0,0,0,0,2243,12259,ru.po,,ru,,russian,,,ru,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/lt.po,2243,12259,9597,0,0,0,0,2243,12259,lt.po,,lt,,lithuanian,,,lt,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/bn.po,1577,8957,8520,69,353,597,2949,2243,12259,bn.po,,bn,,bangla,,,bn,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/or.po,1749,9448,8442,82,578,412,2233,2243,12259,or.po,,or,,odia,,,or,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/oc.po,2104,11544,13971,83,438,56,277,2243,12259,oc.po,,oc,,occitan,,,oc,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/mai.po,1540,8700,8583,98,540,605,3019,2243,12259,mai.po,,mai,,maithili,,,mai,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/be.po,681,3591,3020,632,3374,930,5294,2243,12259,be.po,,be,,belarusian,,,be,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/sq.po,1446,8183,9029,167,908,630,3168,2243,12259,sq.po,,sq,,albanian,,,sq,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/sv.po,2243,12259,10152,0,0,0,0,2243,12259,sv.po,,sv,,swedish,,,sv,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ca@valencia.po,2225,12163,14425,0,0,18,96,2243,12259,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ml.po,1540,8700,6215,98,540,605,3019,2243,12259,ml.po,,ml,,malayalam,,,ml,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/hr.po,2243,12259,10859,0,0,0,0,2243,12259,hr.po,,hr,,croatian,,,hr,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/th.po,153,862,236,72,395,2018,11002,2243,12259,th.po,,th,,thai,,,th,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/te.po,1911,10656,7759,0,0,332,1603,2243,12259,te.po,,te,,telugu,,,te,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/is.po,539,1577,1390,27,133,1677,10549,2243,12259,is.po,,is,,icelandic,,,is,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/de.po,2243,12259,11338,0,0,0,0,2243,12259,de.po,,de,,german,,,de,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/nb.po,1622,8025,6828,274,1927,347,2307,2243,12259,nb.po,,nb,,norwegian bokmål,,,nb,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/tt.po,220,509,455,222,836,1801,10914,2243,12259,tt.po,,tt,,tatar,,,tt,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/ps.po,470,1445,1510,76,351,1697,10463,2243,12259,ps.po,,ps,,pashto,,,ps,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/cy.po,1381,7791,8074,216,1197,646,3271,2243,12259,cy.po,,cy,,welsh,,,cy,po-properties -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po-properties/es.po,2243,12259,14808,0,0,0,0,2243,12259,es.po,,es,,spanish,,,es,po-properti -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ja.po,1450,3824,2047,42,132,174,454,1666,4410,ja.po,,ja,,japanese,,,ja,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/mn.po,82,395,338,265,506,1319,3509,1666,4410,mn.po,,mn,,mongolian,,,mn,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/nso.po,84,399,562,260,501,1322,3510,1666,4410,nso.po,,nso,,northern sotho,,,nso,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ta.po,1146,3235,3081,0,0,520,1175,1666,4410,ta.po,,ta,,tamil,,,ta,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ne.po,709,1600,1628,565,1628,392,1182,1666,4410,ne.po,,ne,,nepali,,,ne,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/as.po,1142,3231,3574,0,0,524,1179,1666,4410,as.po,,as,,assamese,,,as,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ky.po,66,83,82,3,3,1597,4324,1666,4410,ky.po,,ky,,kyrgyz,,,ky,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/fi.po,1191,3258,2783,95,219,380,933,1666,4410,fi.po,,fi,,finnish,,,fi,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/az.po,83,398,331,261,500,1322,3512,1666,4410,az.po,,az,,azerbaijani,,,az,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/be@latin.po,743,2090,1940,41,107,882,2213,1666,4410,be@latin.po,latin,be,,belarusian,,,be@latin,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/nl.po,1663,4406,4336,0,0,3,4,1666,4410,nl.po,,nl,,dutch,,,nl,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/pt.po,1351,3852,4234,0,0,315,558,1666,4410,pt.po,,pt,,portuguese,,,pt,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/my.po,776,2216,1810,29,135,861,2059,1666,4410,my.po,,my,,burmese,,,my,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/zh_hk.po,1142,3231,1571,0,0,524,1179,1666,4410,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ga.po,882,2141,2357,51,273,733,1996,1666,4410,ga.po,,ga,,irish,,,ga,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/eu.po,1663,4406,4206,0,0,3,4,1666,4410,eu.po,,eu,,basque,,,eu,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/tr.po,1663,4408,4108,0,0,3,2,1666,4410,tr.po,,tr,,turkish,,,tr,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ang.po,27,79,71,138,256,1501,4075,1666,4410,ang.po,,ang,,old english,,,ang,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/hi.po,1146,3235,3797,0,0,520,1175,1666,4410,hi.po,,hi,,hindi,,,hi,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/hy.po,494,1993,1802,53,67,1119,2350,1666,4410,hy.po,,hy,,armenian,,,hy,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/am.po,23,32,42,233,378,1410,4000,1666,4410,am.po,,am,,amharic,,,am,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/sk.po,1516,4060,4027,26,51,124,299,1666,4410,sk.po,,sk,,slovak,,,sk,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/en_gb.po,1666,4409,4450,0,0,0,1,1666,4410,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/kn.po,1146,3235,3216,0,0,520,1175,1666,4410,kn.po,,kn,,kannada,,,kn,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/mk.po,342,1357,1470,249,435,1075,2618,1666,4410,mk.po,,mk,,macedonian,,,mk,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ast.po,810,2366,2499,10,55,846,1989,1666,4410,ast.po,,ast,,asturian,,,ast,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/tg.po,1136,2881,3208,58,356,472,1173,1666,4410,tg.po,,tg,,tajik,,,tg,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/uz.po,555,1157,1093,67,127,1044,3126,1666,4410,uz.po,,uz,,uzbek,,,uz,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/en@shaw.po,782,3077,3078,235,633,649,700,1666,4410,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/xh.po,135,597,506,254,481,1277,3332,1666,4410,xh.po,,xh,,xhosa,,,xh,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ar.po,1217,3377,3270,7,12,442,1021,1666,4410,ar.po,,ar,,arabic,,,ar,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/hu.po,1663,4408,4209,0,0,3,2,1666,4410,hu.po,,hu,,hungarian,,,hu,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ug.po,932,2707,2470,0,0,734,1703,1666,4410,ug.po,,ug,,uyghur,,,ug,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ko.po,1663,4406,4240,0,0,3,4,1666,4410,ko.po,,ko,,korean,,,ko,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ka.po,409,1612,1257,222,381,1035,2417,1666,4410,ka.po,,ka,,georgian,,,ka,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/rw.po,21,24,26,323,983,1322,3403,1666,4410,rw.po,,rw,,kinyarwanda,,,rw,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ro.po,1620,4307,4773,11,24,35,79,1666,4410,ro.po,,ro,,romanian,,,ro,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/fur.po,1539,4097,4649,18,37,109,276,1666,4410,fur.po,,fur,,friulian,,,fur,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/af.po,1238,3162,3202,0,0,428,1248,1666,4410,af.po,,af,,afrikaans,,,af,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/bg.po,1334,3782,4286,0,0,332,628,1666,4410,bg.po,,bg,,bulgarian,,,bg,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/en.po,49,49,92,0,0,1617,4361,1666,4410,en.po,,en,,english,,,en,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/wa.po,251,797,1053,241,452,1174,3161,1666,4410,wa.po,,wa,,walloon,,,wa,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/kk.po,1522,4091,3836,0,0,144,319,1666,4410,kk.po,,kk,,kazakh,,,kk,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/it.po,1663,4408,4719,0,0,3,2,1666,4410,it.po,,it,,italian,,,it,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/nds.po,580,1062,1119,8,24,1078,3324,1666,4410,nds.po,,nds,,low german,,,nds,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/lv.po,1666,4409,4164,0,0,0,1,1666,4410,lv.po,,lv,,latvian,,,lv,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/io.po,248,782,739,229,378,1189,3250,1666,4410,io.po,,io,,ido,,,io,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/gl.po,1666,4409,5144,0,0,0,1,1666,4410,gl.po,,gl,,galician,,,gl,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ur.po,11,11,13,43,45,1612,4354,1666,4410,ur.po,,ur,,urdu,,,ur,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/yi.po,55,288,315,262,490,1349,3632,1666,4410,yi.po,,yi,,yiddish,,,yi,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/gd.po,1372,3869,4975,0,0,294,541,1666,4410,gd.po,,gd,,scottish gaelic,,,gd,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/sr@latin.po,1372,3869,3915,0,0,294,541,1666,4410,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ia.po,932,2706,3109,0,0,734,1704,1666,4410,ia.po,,ia,,interlingua,,,ia,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/id.po,1663,4408,4365,0,0,3,2,1666,4410,id.po,,id,,indonesian,,,id,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/es.po,1663,4408,5201,0,0,3,2,1666,4410,es.po,,es,,spanish,,,es,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/pa.po,1335,3791,4225,0,0,331,619,1666,4410,pa.po,,pa,,punjabi,,,pa,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/zh_tw.po,1377,3875,1887,42,76,247,459,1666,4410,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/vi.po,1308,3731,5136,0,0,358,679,1666,4410,vi.po,,vi,,vietnamese,,,vi,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/mi.po,56,211,200,252,500,1358,3699,1666,4410,mi.po,,mi,,maori,,,mi,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/cs.po,1663,4408,4287,0,0,3,2,1666,4410,cs.po,,cs,,czech,,,cs,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ms.po,72,331,295,263,504,1331,3575,1666,4410,ms.po,,ms,,malay,,,ms,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/el.po,1234,3227,3487,60,136,372,1047,1666,4410,el.po,,el,,greek,,,el,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/br.po,794,1424,1712,1,2,871,2984,1666,4410,br.po,,br,,breton,,,br,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/en_ca.po,357,1388,1387,238,416,1071,2606,1666,4410,en_ca.po,,en,ca,english,,canada,en_ca,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/fr.po,1666,4409,5163,0,0,0,1,1666,4410,fr.po,,fr,,french,,,fr,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/tk.po,35,73,74,239,427,1392,3910,1666,4410,tk.po,,tk,,turkmen,,,tk,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/bn_in.po,955,2772,3100,0,0,711,1638,1666,4410,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,1653,4395,1666,4410,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/km.po,931,2695,1578,0,0,735,1715,1666,4410,km.po,,km,,khmer,,,km,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/kg.po,971,3230,3181,21,118,674,1062,1666,4410,kg.po,,kg,,kongo,,,kg,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/et.po,955,2408,2206,158,550,553,1452,1666,4410,et.po,,et,,estonian,,,et,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/da.po,1663,4408,4122,0,0,3,2,1666,4410,da.po,,da,,danish,,,da,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/sr@ije.po,84,399,378,264,505,1318,3506,1666,4410,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/mr.po,1142,3231,3362,0,0,524,1179,1666,4410,mr.po,,mr,,marathi,,,mr,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/zh_cn.po,1372,3869,1845,0,0,294,541,1666,4410,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/gu.po,1110,2996,3452,7,52,549,1362,1666,4410,gu.po,,gu,,gujarati,,,gu,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/fa.po,1361,3850,4292,0,0,305,560,1666,4410,fa.po,,fa,,persian,,,fa,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/pt_br.po,1663,4408,4961,0,0,3,2,1666,4410,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/eo.po,1522,4109,3955,20,39,124,262,1666,4410,eo.po,,eo,,esperanto,,,eo,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/dz.po,306,1223,605,380,627,980,2560,1666,4410,dz.po,,dz,,dzongkha,,,dz,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/si.po,279,908,979,243,421,1144,3081,1666,4410,si.po,,si,,sinhala,,,si,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,555,1157,1093,67,127,1044,3126,1666,4410,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/uk.po,1352,3855,3559,0,0,314,555,1666,4410,uk.po,,uk,,ukrainian,,,uk,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/sl.po,1663,4406,4499,0,0,3,4,1666,4410,sl.po,,sl,,slovenian,,,sl,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/bs.po,1030,3062,2991,0,0,636,1348,1666,4410,bs.po,,bs,,bosnian,,,bs,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/pl.po,1664,4410,4533,0,0,2,0,1666,4410,pl.po,,pl,,polish,,,pl,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/li.po,55,288,286,262,490,1349,3632,1666,4410,li.po,,li,,limburgish,,,li,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ku.po,775,2301,2489,3,14,888,2095,1666,4410,ku.po,,ku,,kurdish,,,ku,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/crh.po,789,2121,1901,21,72,856,2217,1666,4410,crh.po,,crh,,crimean turkish,,,crh,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/lg.po,677,1889,2048,0,0,989,2521,1666,4410,lg.po,,lg,,ganda,,,lg,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/he.po,1370,3860,3820,0,0,296,550,1666,4410,he.po,,he,,hebrew,,,he,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/sr.po,1518,4130,4187,34,72,114,208,1666,4410,sr.po,,sr,,serbian,,,sr,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ca.po,1580,4182,5060,75,193,11,35,1666,4410,ca.po,,ca,,catalan,,,ca,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/nn.po,854,2383,2324,15,58,797,1969,1666,4410,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/an.po,955,2772,3218,0,0,711,1638,1666,4410,an.po,,an,,aragonese,,,an,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ru.po,1437,3983,3860,23,45,206,382,1666,4410,ru.po,,ru,,russian,,,ru,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/lt.po,1666,4409,4027,0,0,0,1,1666,4410,lt.po,,lt,,lithuanian,,,lt,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/bn.po,866,2566,2762,0,0,800,1844,1666,4410,bn.po,,bn,,bangla,,,bn,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/or.po,955,2772,2979,0,0,711,1638,1666,4410,or.po,,or,,odia,,,or,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/oc.po,1278,3532,4119,21,94,367,784,1666,4410,oc.po,,oc,,occitan,,,oc,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/mai.po,791,2273,2543,25,121,850,2016,1666,4410,mai.po,,mai,,maithili,,,mai,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/be.po,1048,2981,2786,0,0,618,1429,1666,4410,be.po,,be,,belarusian,,,be,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/sq.po,744,2102,2391,41,107,881,2201,1666,4410,sq.po,,sq,,albanian,,,sq,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/sv.po,1663,4408,4191,0,0,3,2,1666,4410,sv.po,,sv,,swedish,,,sv,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,1361,3850,4686,0,0,305,560,1666,4410,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ml.po,955,2772,2485,0,0,711,1638,1666,4410,ml.po,,ml,,malayalam,,,ml,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/hr.po,1666,4409,4322,0,0,0,1,1666,4410,hr.po,,hr,,croatian,,,hr,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/th.po,1351,3852,2114,0,0,315,558,1666,4410,th.po,,th,,thai,,,th,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/te.po,1146,3235,3019,0,0,520,1175,1666,4410,te.po,,te,,telugu,,,te,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/is.po,1527,4024,3994,17,40,122,346,1666,4410,is.po,,is,,icelandic,,,is,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/de.po,1663,4408,4294,0,0,3,2,1666,4410,de.po,,de,,german,,,de,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/nb.po,1370,3860,3854,0,0,296,550,1666,4410,nb.po,,nb,,norwegian bokmål,,,nb,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/tt.po,87,186,161,208,359,1371,3865,1666,4410,tt.po,,tt,,tatar,,,tt,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/ps.po,345,636,671,31,64,1290,3710,1666,4410,ps.po,,ps,,pashto,,,ps,po -gtk3-3.24.8-1.fc30.src.rpm.stats.csv,po/cy.po,670,1846,1951,66,138,930,2426,1666,4410,cy.po,,cy,,welsh,,,cy,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/si.po,7,8,9,9,14,90,300,106,322,si.po,,si,,sinhala,,,si,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/pt.po,94,255,296,12,67,0,0,106,322,pt.po,,pt,,portuguese,,,pt,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/en_ca.po,16,72,72,23,84,67,166,106,322,en_ca.po,,en,ca,english,,canada,en_ca,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/sk.po,105,320,327,1,2,0,0,106,322,sk.po,,sk,,slovak,,,sk,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/zh_cn.po,105,320,145,1,2,0,0,106,322,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/de.po,106,322,297,0,0,0,0,106,322,de.po,,de,,german,,,de,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/dz.po,16,72,44,25,87,65,163,106,322,dz.po,,dz,,dzongkha,,,dz,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/nb.po,103,315,306,1,2,2,5,106,322,nb.po,,nb,,norwegian bokmål,,,nb,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/gl.po,105,320,384,1,2,0,0,106,322,gl.po,,gl,,galician,,,gl,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/eu.po,106,322,290,0,0,0,0,106,322,eu.po,,eu,,basque,,,eu,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/rw.po,1,1,1,5,7,100,314,106,322,rw.po,,rw,,kinyarwanda,,,rw,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/pl.po,106,322,317,0,0,0,0,106,322,pl.po,,pl,,polish,,,pl,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/mg.po,3,4,5,10,15,93,303,106,322,mg.po,,mg,,malagasy,,,mg,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/hu.po,106,322,295,0,0,0,0,106,322,hu.po,,hu,,hungarian,,,hu,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/fur.po,57,79,82,1,2,48,241,106,322,fur.po,,fur,,friulian,,,fur,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/zh_tw.po,105,320,143,1,2,0,0,106,322,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/mr.po,20,94,94,25,83,61,145,106,322,mr.po,,mr,,marathi,,,mr,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/he.po,94,255,253,12,67,0,0,106,322,he.po,,he,,hebrew,,,he,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/en@shaw.po,22,74,74,29,115,55,133,106,322,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/fi.po,59,163,128,16,73,31,86,106,322,fi.po,,fi,,finnish,,,fi,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/sr@latin.po,105,320,331,1,2,0,0,106,322,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/be.po,105,320,314,1,2,0,0,106,322,be.po,,be,,belarusian,,,be,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/kk.po,79,145,144,1,2,26,175,106,322,kk.po,,kk,,kazakh,,,kk,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/pa.po,43,130,136,23,87,40,105,106,322,pa.po,,pa,,punjabi,,,pa,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/sq.po,3,4,5,10,15,93,303,106,322,sq.po,,sq,,albanian,,,sq,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/es.po,106,322,398,0,0,0,0,106,322,es.po,,es,,spanish,,,es,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/cs.po,106,322,320,0,0,0,0,106,322,cs.po,,cs,,czech,,,cs,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ar.po,20,94,85,25,83,61,145,106,322,ar.po,,ar,,arabic,,,ar,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/bn_in.po,20,94,101,25,83,61,145,106,322,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/et.po,30,106,83,17,61,59,155,106,322,et.po,,et,,estonian,,,et,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ru.po,88,220,211,13,69,5,33,106,322,ru.po,,ru,,russian,,,ru,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/tg.po,11,11,13,6,8,89,303,106,322,tg.po,,tg,,tajik,,,tg,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ga.po,16,39,38,10,27,80,256,106,322,ga.po,,ga,,irish,,,ga,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/cy.po,3,4,4,10,15,93,303,106,322,cy.po,,cy,,welsh,,,cy,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/fa.po,4,8,8,9,13,93,301,106,322,fa.po,,fa,,persian,,,fa,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,90,223,283,11,66,5,33,106,322,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/fr.po,106,322,403,0,0,0,0,106,322,fr.po,,fr,,french,,,fr,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/it.po,106,322,353,0,0,0,0,106,322,it.po,,it,,italian,,,it,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/uk.po,39,123,114,21,85,46,114,106,322,uk.po,,uk,,ukrainian,,,uk,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/te.po,39,123,114,21,85,46,114,106,322,te.po,,te,,telugu,,,te,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ro.po,105,320,375,1,2,0,0,106,322,ro.po,,ro,,romanian,,,ro,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/lv.po,105,320,300,1,2,0,0,106,322,lv.po,,lv,,latvian,,,lv,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/az.po,3,4,4,8,12,95,306,106,322,az.po,,az,,azerbaijani,,,az,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/hr.po,105,320,310,1,2,0,0,106,322,hr.po,,hr,,croatian,,,hr,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/pt_br.po,106,322,371,0,0,0,0,106,322,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ml.po,20,94,69,25,83,61,145,106,322,ml.po,,ml,,malayalam,,,ml,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/lt.po,106,322,285,0,0,0,0,106,322,lt.po,,lt,,lithuanian,,,lt,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/hi.po,40,127,128,21,82,45,113,106,322,hi.po,,hi,,hindi,,,hi,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/kn.po,37,118,103,20,82,49,122,106,322,kn.po,,kn,,kannada,,,kn,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/as.po,84,213,225,16,75,6,34,106,322,as.po,,as,,assamese,,,as,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/bn.po,26,103,110,25,86,55,133,106,322,bn.po,,bn,,bangla,,,bn,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/da.po,105,320,292,1,2,0,0,106,322,da.po,,da,,danish,,,da,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ne.po,16,72,70,23,84,67,166,106,322,ne.po,,ne,,nepali,,,ne,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/vi.po,94,255,378,12,67,0,0,106,322,vi.po,,vi,,vietnamese,,,vi,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/el.po,105,320,339,1,2,0,0,106,322,el.po,,el,,greek,,,el,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/eo.po,15,16,15,8,11,83,295,106,322,eo.po,,eo,,esperanto,,,eo,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/mk.po,38,119,141,21,85,47,118,106,322,mk.po,,mk,,macedonian,,,mk,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/bs.po,87,218,214,14,71,5,33,106,322,bs.po,,bs,,bosnian,,,bs,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ast.po,38,119,143,21,85,47,118,106,322,ast.po,,ast,,asturian,,,ast,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/sv.po,106,322,280,0,0,0,0,106,322,sv.po,,sv,,swedish,,,sv,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/sl.po,106,322,308,0,0,0,0,106,322,sl.po,,sl,,slovenian,,,sl,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/gu.po,67,162,174,21,79,18,81,106,322,gu.po,,gu,,gujarati,,,gu,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ko.po,105,320,301,1,2,0,0,106,322,ko.po,,ko,,korean,,,ko,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/xh.po,3,4,5,9,13,94,305,106,322,xh.po,,xh,,xhosa,,,xh,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/zh_hk.po,84,213,114,16,75,6,34,106,322,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/mn.po,3,4,4,8,12,95,306,106,322,mn.po,,mn,,mongolian,,,mn,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/nl.po,105,320,288,1,2,0,0,106,322,nl.po,,nl,,dutch,,,nl,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ms.po,3,4,4,9,13,94,305,106,322,ms.po,,ms,,malay,,,ms,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/id.po,106,322,327,0,0,0,0,106,322,id.po,,id,,indonesian,,,id,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ug.po,40,127,120,21,82,45,113,106,322,ug.po,,ug,,uyghur,,,ug,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ca.po,90,223,283,11,66,5,33,106,322,ca.po,,ca,,catalan,,,ca,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/bg.po,93,251,285,11,66,2,5,106,322,bg.po,,bg,,bulgarian,,,bg,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/nn.po,26,103,85,23,82,57,137,106,322,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ja.po,86,210,119,12,68,8,44,106,322,ja.po,,ja,,japanese,,,ja,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/th.po,40,127,66,20,81,46,114,106,322,th.po,,th,,thai,,,th,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/en_gb.po,94,255,254,12,67,0,0,106,322,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/mai.po,6,7,8,10,15,90,300,106,322,mai.po,,mai,,maithili,,,mai,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/ta.po,40,127,117,21,82,45,113,106,322,ta.po,,ta,,tamil,,,ta,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/tr.po,106,322,291,0,0,0,0,106,322,tr.po,,tr,,turkish,,,tr,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/or.po,34,113,110,21,83,51,126,106,322,or.po,,or,,odia,,,or,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/oc.po,105,320,396,1,2,0,0,106,322,oc.po,,oc,,occitan,,,oc,po -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv,po/sr.po,106,322,333,0,0,0,0,106,322,sr.po,,sr,,serbian,,,sr,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/si.po,6,7,8,6,11,82,290,94,308,si.po,,si,,sinhala,,,si,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/pt.po,82,241,278,12,67,0,0,94,308,pt.po,,pt,,portuguese,,,pt,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,15,71,71,19,80,60,157,94,308,en_ca.po,,en,ca,english,,canada,en_ca,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/sk.po,93,306,313,1,2,0,0,94,308,sk.po,,sk,,slovak,,,sk,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,93,306,133,1,2,0,0,94,308,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/de.po,94,308,283,0,0,0,0,94,308,de.po,,de,,german,,,de,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/dz.po,15,71,43,21,83,58,154,94,308,dz.po,,dz,,dzongkha,,,dz,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/nb.po,90,299,289,2,4,2,5,94,308,nb.po,,nb,,norwegian bokmål,,,nb,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/gl.po,94,308,372,0,0,0,0,94,308,gl.po,,gl,,galician,,,gl,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/eu.po,93,306,272,1,2,0,0,94,308,eu.po,,eu,,basque,,,eu,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/rw.po,1,1,1,3,5,90,302,94,308,rw.po,,rw,,kinyarwanda,,,rw,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/pl.po,94,308,303,0,0,0,0,94,308,pl.po,,pl,,polish,,,pl,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/mg.po,3,4,5,8,13,83,291,94,308,mg.po,,mg,,malagasy,,,mg,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/hu.po,94,308,281,0,0,0,0,94,308,hu.po,,hu,,hungarian,,,hu,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/fur.po,94,308,375,0,0,0,0,94,308,fur.po,,fur,,friulian,,,fur,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,94,308,133,0,0,0,0,94,308,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/mr.po,19,93,93,18,76,57,139,94,308,mr.po,,mr,,marathi,,,mr,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/he.po,82,241,237,12,67,0,0,94,308,he.po,,he,,hebrew,,,he,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,20,72,72,23,109,51,127,94,308,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/fi.po,48,150,115,15,72,31,86,94,308,fi.po,,fi,,finnish,,,fi,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,93,306,317,1,2,0,0,94,308,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/be.po,94,308,293,0,0,0,0,94,308,be.po,,be,,belarusian,,,be,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/kk.po,68,133,130,0,0,26,175,94,308,kk.po,,kk,,kazakh,,,kk,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/pa.po,31,116,121,23,87,40,105,94,308,pa.po,,pa,,punjabi,,,pa,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/sq.po,3,4,5,8,13,83,291,94,308,sq.po,,sq,,albanian,,,sq,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/es.po,94,308,384,0,0,0,0,94,308,es.po,,es,,spanish,,,es,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/cs.po,94,308,306,0,0,0,0,94,308,cs.po,,cs,,czech,,,cs,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ar.po,19,93,84,18,76,57,139,94,308,ar.po,,ar,,arabic,,,ar,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,19,93,100,18,76,57,139,94,308,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/et.po,22,96,74,17,61,55,151,94,308,et.po,,et,,estonian,,,et,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ru.po,76,206,192,13,69,5,33,94,308,ru.po,,ru,,russian,,,ru,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/tg.po,4,4,4,6,8,84,296,94,308,tg.po,,tg,,tajik,,,tg,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ga.po,14,37,36,10,27,70,244,94,308,ga.po,,ga,,irish,,,ga,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/cy.po,3,4,4,8,13,83,291,94,308,cy.po,,cy,,welsh,,,cy,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/fa.po,4,8,8,7,11,83,289,94,308,fa.po,,fa,,persian,,,fa,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,78,209,266,11,66,5,33,94,308,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/fr.po,94,308,382,0,0,0,0,94,308,fr.po,,fr,,french,,,fr,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/it.po,94,308,339,0,0,0,0,94,308,it.po,,it,,italian,,,it,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/uk.po,27,109,100,21,85,46,114,94,308,uk.po,,uk,,ukrainian,,,uk,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/te.po,27,109,97,21,85,46,114,94,308,te.po,,te,,telugu,,,te,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ro.po,94,308,359,0,0,0,0,94,308,ro.po,,ro,,romanian,,,ro,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/lv.po,94,308,287,0,0,0,0,94,308,lv.po,,lv,,latvian,,,lv,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/az.po,3,4,4,6,10,85,294,94,308,az.po,,az,,azerbaijani,,,az,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/hr.po,94,308,297,0,0,0,0,94,308,hr.po,,hr,,croatian,,,hr,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,94,308,362,0,0,0,0,94,308,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ml.po,19,93,68,18,76,57,139,94,308,ml.po,,ml,,malayalam,,,ml,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/lt.po,94,308,270,0,0,0,0,94,308,lt.po,,lt,,lithuanian,,,lt,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/hi.po,28,113,113,21,82,45,113,94,308,hi.po,,hi,,hindi,,,hi,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/kn.po,26,107,91,20,82,48,119,94,308,kn.po,,kn,,kannada,,,kn,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/as.po,72,199,209,16,75,6,34,94,308,as.po,,as,,assamese,,,as,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/bn.po,24,101,108,19,80,51,127,94,308,bn.po,,bn,,bangla,,,bn,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/da.po,94,308,278,0,0,0,0,94,308,da.po,,da,,danish,,,da,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ne.po,15,71,69,19,80,60,157,94,308,ne.po,,ne,,nepali,,,ne,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/vi.po,82,241,359,12,67,0,0,94,308,vi.po,,vi,,vietnamese,,,vi,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/el.po,94,308,323,0,0,0,0,94,308,el.po,,el,,greek,,,el,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/eo.po,26,31,29,2,4,66,273,94,308,eo.po,,eo,,esperanto,,,eo,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/mk.po,26,105,123,21,85,47,118,94,308,mk.po,,mk,,macedonian,,,mk,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/bs.po,75,204,200,14,71,5,33,94,308,bs.po,,bs,,bosnian,,,bs,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ast.po,26,105,129,21,85,47,118,94,308,ast.po,,ast,,asturian,,,ast,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/sv.po,94,308,267,0,0,0,0,94,308,sv.po,,sv,,swedish,,,sv,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/sl.po,94,308,294,0,0,0,0,94,308,sl.po,,sl,,slovenian,,,sl,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/gu.po,58,153,165,19,77,17,78,94,308,gu.po,,gu,,gujarati,,,gu,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ko.po,94,308,286,0,0,0,0,94,308,ko.po,,ko,,korean,,,ko,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/xh.po,3,4,5,7,11,84,293,94,308,xh.po,,xh,,xhosa,,,xh,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,72,199,102,16,75,6,34,94,308,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/mn.po,3,4,4,6,10,85,294,94,308,mn.po,,mn,,mongolian,,,mn,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/nl.po,94,308,274,0,0,0,0,94,308,nl.po,,nl,,dutch,,,nl,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ms.po,3,4,4,7,11,84,293,94,308,ms.po,,ms,,malay,,,ms,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/id.po,94,308,310,0,0,0,0,94,308,id.po,,id,,indonesian,,,id,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ug.po,28,113,104,21,82,45,113,94,308,ug.po,,ug,,uyghur,,,ug,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ca.po,93,306,387,1,2,0,0,94,308,ca.po,,ca,,catalan,,,ca,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/bg.po,81,237,267,11,66,2,5,94,308,bg.po,,bg,,bulgarian,,,bg,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/nn.po,24,101,83,18,77,52,130,94,308,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ja.po,74,196,107,12,68,8,44,94,308,ja.po,,ja,,japanese,,,ja,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/th.po,28,113,54,20,81,46,114,94,308,th.po,,th,,thai,,,th,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,82,241,240,12,67,0,0,94,308,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/mai.po,6,7,8,7,12,81,289,94,308,mai.po,,mai,,maithili,,,mai,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/ta.po,28,113,102,21,82,45,113,94,308,ta.po,,ta,,tamil,,,ta,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/tr.po,94,308,273,0,0,0,0,94,308,tr.po,,tr,,turkish,,,tr,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/or.po,22,99,95,21,83,51,126,94,308,or.po,,or,,odia,,,or,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/oc.po,94,308,379,0,0,0,0,94,308,oc.po,,oc,,occitan,,,oc,po -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv,po/sr.po,94,308,319,0,0,0,0,94,308,sr.po,,sr,,serbian,,,sr,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/cs.po,3,8,8,0,0,19,73,22,81,cs.po,,cs,,czech,,,cs,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/pt_br.po,22,81,99,0,0,0,0,22,81,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/sl.po,22,81,83,0,0,0,0,22,81,sl.po,,sl,,slovenian,,,sl,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/es.po,22,81,113,0,0,0,0,22,81,es.po,,es,,spanish,,,es,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/sv.po,22,81,79,0,0,0,0,22,81,sv.po,,sv,,swedish,,,sv,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/ca.po,22,81,139,0,0,0,0,22,81,ca.po,,ca,,catalan,,,ca,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/el.po,3,8,11,0,0,19,73,22,81,el.po,,el,,greek,,,el,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/ro.po,3,8,9,0,0,19,73,22,81,ro.po,,ro,,romanian,,,ro,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/ca@valencia.po,3,8,13,0,0,19,73,22,81,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/nds.po,3,8,7,0,0,19,73,22,81,nds.po,,nds,,low german,,,nds,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/zh_hk.po,21,75,28,0,0,1,6,22,81,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/hr.po,3,8,9,0,0,19,73,22,81,hr.po,,hr,,croatian,,,hr,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/uk.po,3,8,8,0,0,19,73,22,81,uk.po,,uk,,ukrainian,,,uk,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/lt.po,3,8,8,0,0,19,73,22,81,lt.po,,lt,,lithuanian,,,lt,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/oc.po,3,8,11,0,0,19,73,22,81,oc.po,,oc,,occitan,,,oc,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/pl.po,3,8,10,0,0,19,73,22,81,pl.po,,pl,,polish,,,pl,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/sr.po,3,8,10,0,0,19,73,22,81,sr.po,,sr,,serbian,,,sr,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/gl.po,22,81,115,0,0,0,0,22,81,gl.po,,gl,,galician,,,gl,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/lv.po,3,8,8,0,0,19,73,22,81,lv.po,,lv,,latvian,,,lv,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/te.po,3,8,8,0,0,19,73,22,81,te.po,,te,,telugu,,,te,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/eu.po,22,81,89,0,0,0,0,22,81,eu.po,,eu,,basque,,,eu,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/bs.po,3,8,8,0,0,19,73,22,81,bs.po,,bs,,bosnian,,,bs,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/pa.po,22,81,96,0,0,0,0,22,81,pa.po,,pa,,punjabi,,,pa,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/th.po,3,8,5,0,0,19,73,22,81,th.po,,th,,thai,,,th,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/en_gb.po,22,81,81,0,0,0,0,22,81,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/fr.po,22,81,111,0,0,0,0,22,81,fr.po,,fr,,french,,,fr,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/hu.po,22,81,77,0,0,0,0,22,81,hu.po,,hu,,hungarian,,,hu,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/nl.po,3,8,6,0,0,19,73,22,81,nl.po,,nl,,dutch,,,nl,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/pt.po,3,8,11,0,0,19,73,22,81,pt.po,,pt,,portuguese,,,pt,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/ru.po,22,81,82,0,0,0,0,22,81,ru.po,,ru,,russian,,,ru,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/gd.po,3,8,12,0,0,19,73,22,81,gd.po,,gd,,scottish gaelic,,,gd,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/eo.po,3,8,14,0,0,19,73,22,81,eo.po,,eo,,esperanto,,,eo,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/guc.po,3,8,10,0,0,19,73,22,81,guc.po,,guc,,wayuu,,,guc,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/id.po,3,8,8,0,0,19,73,22,81,id.po,,id,,indonesian,,,id,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/de.po,22,81,83,0,0,0,0,22,81,de.po,,de,,german,,,de,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/zh_cn.po,22,81,30,0,0,0,0,22,81,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/zh_tw.po,21,75,28,0,0,1,6,22,81,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/ja.po,3,8,5,0,0,19,73,22,81,ja.po,,ja,,japanese,,,ja,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/fur.po,3,8,13,0,0,19,73,22,81,fur.po,,fur,,friulian,,,fur,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/da.po,22,81,89,0,0,0,0,22,81,da.po,,da,,danish,,,da,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/ko.po,3,8,8,0,0,19,73,22,81,ko.po,,ko,,korean,,,ko,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/sk.po,3,8,8,0,0,19,73,22,81,sk.po,,sk,,slovak,,,sk,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/sr@latin.po,3,8,10,0,0,19,73,22,81,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/he.po,3,8,9,0,0,19,73,22,81,he.po,,he,,hebrew,,,he,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/it.po,22,81,92,0,0,0,0,22,81,it.po,,it,,italian,,,it,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/tr.po,3,8,9,0,0,19,73,22,81,tr.po,,tr,,turkish,,,tr,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/tg.po,3,8,10,0,0,19,73,22,81,tg.po,,tg,,tajik,,,tg,po -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv,po/nb.po,3,8,10,0,0,19,73,22,81,nb.po,,nb,,norwegian bokmål,,,nb,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/nl.po,3311,11653,11404,1205,3556,184,553,4700,15762,nl.po,,nl,,dutch,,,nl,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/el.po,115,148,158,2074,6310,2511,9304,4700,15762,el.po,,el,,greek,,,el,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/ru.po,1704,4597,4538,2114,6205,882,4960,4700,15762,ru.po,,ru,,russian,,,ru,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/ja.po,975,3254,1999,1702,6571,2023,5937,4700,15762,ja.po,,ja,,japanese,,,ja,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/pl.po,157,314,306,1846,5527,2697,9921,4700,15762,pl.po,,pl,,polish,,,pl,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/sk.po,3108,10215,10002,1288,4541,304,1006,4700,15762,sk.po,,sk,,slovak,,,sk,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/zh_tw.po,465,1584,793,2524,7790,1711,6388,4700,15762,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/es.po,306,1819,1984,2037,7189,2357,6754,4700,15762,es.po,,es,,spanish,,,es,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/zh_cn.po,2965,8561,7654,1222,3614,513,3587,4700,15762,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/pt.po,334,1968,2054,2012,7044,2354,6750,4700,15762,pt.po,,pt,,portuguese,,,pt,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/sl.po,2560,8860,8534,1918,6263,222,639,4700,15762,sl.po,,sl,,slovenian,,,sl,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/da.po,3311,11653,11174,1208,3564,181,545,4700,15762,da.po,,da,,danish,,,da,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/fr.po,3311,11653,12125,1208,3564,181,545,4700,15762,fr.po,,fr,,french,,,fr,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/tr.po,3304,11036,10518,1213,4175,183,551,4700,15762,tr.po,,tr,,turkish,,,tr,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/vi.po,2935,8209,8668,1200,3529,565,4024,4700,15762,vi.po,,vi,,vietnamese,,,vi,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/uk.po,3311,11653,11248,1208,3564,181,545,4700,15762,uk.po,,uk,,ukrainian,,,uk,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/sv.po,1354,5110,4902,2650,8590,696,2062,4700,15762,sv.po,,sv,,swedish,,,sv,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/it.po,3311,11653,11994,1208,3564,181,545,4700,15762,it.po,,it,,italian,,,it,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/gl.po,2582,8926,9610,1896,6197,222,639,4700,15762,gl.po,,gl,,galician,,,gl,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/en_gb.po,2112,7530,7507,2283,7328,305,904,4700,15762,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/cs.po,336,1980,1683,2003,6971,2361,6811,4700,15762,cs.po,,cs,,czech,,,cs,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/hu.po,3311,11653,11181,1208,3564,181,545,4700,15762,hu.po,,hu,,hungarian,,,hu,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/nb.po,242,695,642,2048,6258,2410,8809,4700,15762,nb.po,,nb,,norwegian bokmål,,,nb,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/de.po,3311,11653,10679,1214,3574,175,535,4700,15762,de.po,,de,,german,,,de,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/fi.po,2212,6765,6191,2042,6009,446,2988,4700,15762,fi.po,,fi,,finnish,,,fi,po -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv,po/ca.po,3311,11653,12496,1208,3564,181,545,4700,15762,ca.po,,ca,,catalan,,,ca,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,403,2076,639,0,0,228,834,631,2910,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,596,2704,1004,0,0,35,206,631,2910,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,631,2910,1008,0,0,0,0,631,2910,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/vi.po,403,2076,3099,0,0,228,834,631,2910,vi.po,,vi,,vietnamese,,,vi,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/uk.po,402,2069,2058,0,0,229,841,631,2910,uk.po,,uk,,ukrainian,,,uk,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ug.po,583,2640,2364,0,0,48,270,631,2910,ug.po,,ug,,uyghur,,,ug,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/tr.po,403,2076,1772,0,0,228,834,631,2910,tr.po,,tr,,turkish,,,tr,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/th.po,564,2552,1102,0,0,67,358,631,2910,th.po,,th,,thai,,,th,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/tg.po,71,121,134,0,0,560,2789,631,2910,tg.po,,tg,,tajik,,,tg,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/te.po,596,2704,2339,0,0,35,206,631,2910,te.po,,te,,telugu,,,te,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ta.po,596,2704,2387,0,0,35,206,631,2910,ta.po,,ta,,tamil,,,ta,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/sv.po,403,2076,2015,0,0,228,834,631,2910,sv.po,,sv,,swedish,,,sv,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,412,2148,2317,0,0,219,762,631,2910,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/sr.po,403,2076,2251,0,0,228,834,631,2910,sr.po,,sr,,serbian,,,sr,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/sq.po,312,1245,1532,0,0,319,1665,631,2910,sq.po,,sq,,albanian,,,sq,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/sl.po,403,2076,2148,0,0,228,834,631,2910,sl.po,,sl,,slovenian,,,sl,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/sk.po,402,2069,2074,0,0,229,841,631,2910,sk.po,,sk,,slovak,,,sk,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ru.po,403,2076,2003,0,0,228,834,631,2910,ru.po,,ru,,russian,,,ru,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ro.po,403,2076,2468,0,0,228,834,631,2910,ro.po,,ro,,romanian,,,ro,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,403,2076,2605,0,0,228,834,631,2910,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/pt.po,624,2893,3334,0,0,7,17,631,2910,pt.po,,pt,,portuguese,,,pt,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/pl.po,403,2076,2162,0,0,228,834,631,2910,pl.po,,pl,,polish,,,pl,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/pa.po,607,2762,3169,0,0,24,148,631,2910,pa.po,,pa,,punjabi,,,pa,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/or.po,596,2704,2797,0,0,35,206,631,2910,or.po,,or,,odia,,,or,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/oc.po,593,2663,3511,0,0,38,247,631,2910,oc.po,,oc,,occitan,,,oc,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/nn.po,540,2427,2414,0,0,91,483,631,2910,nn.po,,nn,,norwegian nynorsk,,,nn,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/nl.po,403,2076,2062,0,0,228,834,631,2910,nl.po,,nl,,dutch,,,nl,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ne.po,155,554,562,170,781,306,1575,631,2910,ne.po,,ne,,nepali,,,ne,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/nds.po,222,594,641,0,0,409,2316,631,2910,nds.po,,nds,,low german,,,nds,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/nb.po,412,2148,2136,0,0,219,762,631,2910,nb.po,,nb,,norwegian bokmål,,,nb,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/mr.po,596,2704,2677,0,0,35,206,631,2910,mr.po,,mr,,marathi,,,mr,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ml.po,585,2648,2211,0,0,46,262,631,2910,ml.po,,ml,,malayalam,,,ml,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/mk.po,537,2412,2873,0,0,94,498,631,2910,mk.po,,mk,,macedonian,,,mk,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/mai.po,88,196,215,0,0,543,2714,631,2910,mai.po,,mai,,maithili,,,mai,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/lv.po,403,2076,1856,0,0,228,834,631,2910,lv.po,,lv,,latvian,,,lv,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/lt.po,403,2076,1765,0,0,228,834,631,2910,lt.po,,lt,,lithuanian,,,lt,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ku.po,65,142,164,0,0,566,2768,631,2910,ku.po,,ku,,kurdish,,,ku,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ko.po,403,2076,1834,0,0,228,834,631,2910,ko.po,,ko,,korean,,,ko,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/kn.po,601,2728,2422,0,0,30,182,631,2910,kn.po,,kn,,kannada,,,kn,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/kk.po,313,1502,1420,0,0,318,1408,631,2910,kk.po,,kk,,kazakh,,,kk,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ja.po,583,2640,1062,0,0,48,270,631,2910,ja.po,,ja,,japanese,,,ja,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/it.po,403,2076,2347,0,0,228,834,631,2910,it.po,,it,,italian,,,it,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/id.po,403,2076,2100,0,0,228,834,631,2910,id.po,,id,,indonesian,,,id,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/hu.po,403,2076,2037,0,0,228,834,631,2910,hu.po,,hu,,hungarian,,,hu,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/hr.po,403,2076,1955,0,0,228,834,631,2910,hr.po,,hr,,croatian,,,hr,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/hi.po,596,2704,3161,0,0,35,206,631,2910,hi.po,,hi,,hindi,,,hi,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/he.po,400,2080,2041,0,0,231,830,631,2910,he.po,,he,,hebrew,,,he,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/gu.po,597,2706,3018,0,0,34,204,631,2910,gu.po,,gu,,gujarati,,,gu,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/gl.po,403,2076,2857,0,0,228,834,631,2910,gl.po,,gl,,galician,,,gl,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ga.po,165,446,523,0,0,466,2464,631,2910,ga.po,,ga,,irish,,,ga,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/fur.po,403,2076,2560,0,0,228,834,631,2910,fur.po,,fur,,friulian,,,fur,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/fr.po,403,2076,2820,0,0,228,834,631,2910,fr.po,,fr,,french,,,fr,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/fi.po,341,1699,1411,43,266,247,945,631,2910,fi.po,,fi,,finnish,,,fi,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/fa.po,465,1815,2181,15,61,151,1034,631,2910,fa.po,,fa,,persian,,,fa,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/eu.po,411,2139,2066,0,0,220,771,631,2910,eu.po,,eu,,basque,,,eu,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/et.po,565,2555,2241,0,0,66,355,631,2910,et.po,,et,,estonian,,,et,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/es.po,403,2076,2739,0,0,228,834,631,2910,es.po,,es,,spanish,,,es,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/eo.po,111,361,386,9,43,511,2506,631,2910,eo.po,,eo,,esperanto,,,eo,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,412,2148,2146,0,0,219,762,631,2910,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/en@shaw.po,409,1725,1725,49,211,173,974,631,2910,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/el.po,403,2076,2225,0,0,228,834,631,2910,el.po,,el,,greek,,,el,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/de.po,403,2076,2213,0,0,228,834,631,2910,de.po,,de,,german,,,de,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/da.po,403,2076,2009,0,0,228,834,631,2910,da.po,,da,,danish,,,da,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/cs.po,403,2076,1985,0,0,228,834,631,2910,cs.po,,cs,,czech,,,cs,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,411,2139,3009,0,0,220,771,631,2910,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ca.po,400,2043,2897,0,0,231,867,631,2910,ca.po,,ca,,catalan,,,ca,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/bs.po,609,2777,2884,0,0,22,133,631,2910,bs.po,,bs,,bosnian,,,bs,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,596,2704,2986,0,0,35,206,631,2910,bn_in.po,,bn,in,bangla,,india,bn_in,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/bn.po,458,1936,2102,0,0,173,974,631,2910,bn.po,,bn,,bangla,,,bn,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/bg.po,618,2851,3363,0,0,13,59,631,2910,bg.po,,bg,,bulgarian,,,bg,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/be@latin.po,326,1354,1338,0,0,305,1556,631,2910,be@latin.po,latin,be,,belarusian,,,be@latin,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/be.po,402,2069,2045,0,0,229,841,631,2910,be.po,,be,,belarusian,,,be,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ast.po,537,2412,2910,0,0,94,498,631,2910,ast.po,,ast,,asturian,,,ast,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/as.po,597,2706,2858,0,0,34,204,631,2910,as.po,,as,,assamese,,,as,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/ar.po,401,1654,1688,9,33,221,1223,631,2910,ar.po,,ar,,arabic,,,ar,po -gvfs-1.40.1-2.fc30.src.rpm.stats.csv,po/af.po,210,711,733,1,3,420,2196,631,2910,af.po,,af,,afrikaans,,,af,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/tg.po,79,613,646,0,0,0,0,79,613,tg.po,,tg,,tajik,,,tg,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/pt_br.po,79,613,683,0,0,0,0,79,613,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/pl.po,79,613,599,0,0,0,0,79,613,pl.po,,pl,,polish,,,pl,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/it.po,69,496,533,6,24,4,93,79,613,it.po,,it,,italian,,,it,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/hu.po,76,598,563,3,15,0,0,79,613,hu.po,,hu,,hungarian,,,hu,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/es.po,79,613,700,0,0,0,0,79,613,es.po,,es,,spanish,,,es,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/de.po,79,613,582,0,0,0,0,79,613,de.po,,de,,german,,,de,po -hunspell-1.7.0-2.fc30.src.rpm.stats.csv,po/ca.po,79,613,705,0,0,0,0,79,613,ca.po,,ca,,catalan,,,ca,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/nb.po,62,163,151,8,22,465,1961,535,2146,nb.po,,nb,,norwegian bokmål,,,nb,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ml.po,154,707,593,15,103,366,1336,535,2146,ml.po,,ml,,malayalam,,,ml,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ar.po,41,117,109,5,16,489,2013,535,2146,ar.po,,ar,,arabic,,,ar,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ru.po,145,758,657,10,83,380,1305,535,2146,ru.po,,ru,,russian,,,ru,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ca.po,272,1398,1656,6,42,257,706,535,2146,ca.po,,ca,,catalan,,,ca,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/sr@latin.po,41,115,109,5,16,489,2015,535,2146,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/mr.po,162,925,857,6,59,367,1162,535,2146,mr.po,,mr,,marathi,,,mr,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/hu.po,535,2146,2019,0,0,0,0,535,2146,hu.po,,hu,,hungarian,,,hu,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/zh_hk.po,163,927,309,6,59,366,1160,535,2146,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ko.po,162,925,735,6,59,367,1162,535,2146,ko.po,,ko,,korean,,,ko,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/bn_in.po,162,925,939,6,59,367,1162,535,2146,bn_in.po,,bn,in,bangla,,india,bn_in,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/bg.po,121,557,613,11,51,403,1538,535,2146,bg.po,,bg,,bulgarian,,,bg,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/zh_cn.po,222,1149,387,6,57,307,940,535,2146,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/fi.po,93,302,240,7,11,435,1833,535,2146,fi.po,,fi,,finnish,,,fi,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/or.po,142,669,659,15,97,378,1380,535,2146,or.po,,or,,odia,,,or,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/de.po,195,1069,910,11,88,329,989,535,2146,de.po,,de,,german,,,de,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/eu.po,50,96,102,7,13,478,2037,535,2146,eu.po,,eu,,basque,,,eu,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ur.po,1,1,1,0,0,534,2145,535,2146,ur.po,,ur,,urdu,,,ur,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/te.po,162,925,780,6,59,367,1162,535,2146,te.po,,te,,telugu,,,te,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/fr.po,535,2146,2429,0,0,0,0,535,2146,fr.po,,fr,,french,,,fr,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/mn.po,32,116,97,5,33,498,1997,535,2146,mn.po,,mn,,mongolian,,,mn,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/as.po,162,925,885,6,59,367,1162,535,2146,as.po,,as,,assamese,,,as,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/es.po,520,2088,2389,10,50,5,8,535,2146,es.po,,es,,spanish,,,es,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/tg.po,32,36,44,4,6,499,2104,535,2146,tg.po,,tg,,tajik,,,tg,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ta.po,162,925,768,6,59,367,1162,535,2146,ta.po,,ta,,tamil,,,ta,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/it.po,171,807,919,28,393,336,946,535,2146,it.po,,it,,italian,,,it,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/he.po,1,1,1,0,0,534,2145,535,2146,he.po,,he,,hebrew,,,he,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/pt_br.po,197,1123,1304,11,88,327,935,535,2146,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/bn.po,104,448,503,10,49,421,1649,535,2146,bn.po,,bn,,bangla,,,bn,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/gu.po,162,925,916,6,59,367,1162,535,2146,gu.po,,gu,,gujarati,,,gu,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/cs.po,504,1883,1759,19,104,12,159,535,2146,cs.po,,cs,,czech,,,cs,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ia.po,125,583,715,14,93,396,1470,535,2146,ia.po,,ia,,interlingua,,,ia,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/en_gb.po,104,449,452,11,51,420,1646,535,2146,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/hi.po,125,583,682,14,93,396,1470,535,2146,hi.po,,hi,,hindi,,,hi,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/et.po,42,75,69,6,12,487,2059,535,2146,et.po,,et,,estonian,,,et,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/vi.po,118,512,681,0,0,417,1634,535,2146,vi.po,,vi,,vietnamese,,,vi,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/pa.po,203,777,782,4,39,328,1330,535,2146,pa.po,,pa,,punjabi,,,pa,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/zh_tw.po,520,2088,747,10,50,5,8,535,2146,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/fa.po,38,67,73,5,8,492,2071,535,2146,fa.po,,fa,,persian,,,fa,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/uk.po,535,2146,2083,0,0,0,0,535,2146,uk.po,,uk,,ukrainian,,,uk,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/sr.po,41,115,109,5,16,489,2015,535,2146,sr.po,,sr,,serbian,,,sr,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/ja.po,535,2146,812,0,0,0,0,535,2146,ja.po,,ja,,japanese,,,ja,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/sq.po,13,20,22,1,2,521,2124,535,2146,sq.po,,sq,,albanian,,,sq,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/da.po,520,2088,1750,10,50,5,8,535,2146,da.po,,da,,danish,,,da,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/pl.po,535,2146,2025,0,0,0,0,535,2146,pl.po,,pl,,polish,,,pl,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/nl.po,535,2146,2128,0,0,0,0,535,2146,nl.po,,nl,,dutch,,,nl,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/lv.po,105,456,407,11,51,419,1639,535,2146,lv.po,,lv,,latvian,,,lv,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/sv.po,520,2088,1708,10,50,5,8,535,2146,sv.po,,sv,,swedish,,,sv,po -ibus-1.5.20-1.fc30.src.rpm.stats.csv,po/kn.po,162,925,803,6,59,367,1162,535,2146,kn.po,,kn,,kannada,,,kn,po -ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,27,129,27,129,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv,po/ko.po,27,129,99,0,0,0,0,27,129,ko.po,,ko,,korean,,,ko,po -ibus-kkc-1.5.22-11.fc30.src.rpm.stats.csv,po/ja.po,82,270,114,0,0,0,0,82,270,ja.po,,ja,,japanese,,,ja,po -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv,po/ca.po,134,369,430,4,8,3,3,141,380,ca.po,,ca,,catalan,,,ca,po -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv,po/zh_tw.po,59,117,61,27,93,55,170,141,380,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv,po/zh_cn.po,141,380,173,0,0,0,0,141,380,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv,po/fr.po,133,335,360,0,0,8,45,141,380,fr.po,,fr,,french,,,fr,po -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv,po/zh_hk.po,59,117,61,27,93,55,170,141,380,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv,po/ru.po,27,42,51,38,104,76,234,141,380,ru.po,,ru,,russian,,,ru,po -ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv,po/zh_tw.po,70,204,113,0,0,0,0,70,204,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv,po/zh_cn.po,60,174,84,0,0,10,30,70,204,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv,po/zh_hk.po,52,142,76,6,21,12,41,70,204,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv,po/de.po,24,56,55,0,0,0,0,24,56,de.po,,de,,german,,,de,po -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,24,56,24,56,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/ca.po,20,78,102,3,12,170,1688,193,1778,ca.po,,ca,,catalan,,,ca,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/cs.po,13,14,14,0,0,180,1764,193,1778,cs.po,,cs,,czech,,,cs,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/uk.po,193,1778,1654,0,0,0,0,193,1778,uk.po,,uk,,ukrainian,,,uk,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/de.po,193,1778,1716,0,0,0,0,193,1778,de.po,,de,,german,,,de,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,18,30,33,0,0,175,1748,193,1778,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/fr.po,172,1497,1682,0,0,21,281,193,1778,fr.po,,fr,,french,,,fr,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/pl.po,193,1778,1596,0,0,0,0,193,1778,pl.po,,pl,,polish,,,pl,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/ja.po,65,158,70,0,0,128,1620,193,1778,ja.po,,ja,,japanese,,,ja,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,20,40,20,0,0,173,1738,193,1778,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv,po/es.po,129,1077,1173,0,0,64,701,193,1778,es.po,,es,,spanish,,,es,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/zh_tw.po,119,775,342,10,54,28,172,157,1001,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,157,1001,157,1001,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/zh_cn.po,132,864,447,0,0,25,137,157,1001,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,157,1001,157,1001,wa.po,,wa,,walloon,,,wa,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/vi.po,62,367,487,9,46,86,588,157,1001,vi.po,,vi,,vietnamese,,,vi,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,157,1001,157,1001,ur.po,,ur,,urdu,,,ur,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/uk.po,132,864,845,0,0,25,137,157,1001,uk.po,,uk,,ukrainian,,,uk,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/tr.po,132,864,816,0,0,25,137,157,1001,tr.po,,tr,,turkish,,,tr,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,157,1001,157,1001,tg.po,,tg,,tajik,,,tg,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/te.po,119,775,677,10,54,28,172,157,1001,te.po,,te,,telugu,,,te,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ta.po,119,775,683,10,54,28,172,157,1001,ta.po,,ta,,tamil,,,ta,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/sv.po,132,864,851,0,0,25,137,157,1001,sv.po,,sv,,swedish,,,sv,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/sr@latin.po,118,768,783,10,54,29,179,157,1001,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/sr.po,132,864,882,0,0,25,137,157,1001,sr.po,,sr,,serbian,,,sr,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,157,1001,157,1001,sq.po,,sq,,albanian,,,sq,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/sl.po,118,768,772,10,54,29,179,157,1001,sl.po,,sl,,slovenian,,,sl,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/sk.po,132,864,854,0,0,25,137,157,1001,sk.po,,sk,,slovak,,,sk,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,157,1001,157,1001,si.po,,si,,sinhala,,,si,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ru.po,132,864,853,0,0,25,137,157,1001,ru.po,,ru,,russian,,,ru,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ro.po,63,318,351,6,25,88,658,157,1001,ro.po,,ro,,romanian,,,ro,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/pt_br.po,132,864,1000,0,0,25,137,157,1001,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/pt.po,119,775,941,10,54,28,172,157,1001,pt.po,,pt,,portuguese,,,pt,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/pl.po,132,864,892,0,0,25,137,157,1001,pl.po,,pl,,polish,,,pl,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/pa.po,119,775,950,10,54,28,172,157,1001,pa.po,,pa,,punjabi,,,pa,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/or.po,119,775,916,10,54,28,172,157,1001,or.po,,or,,odia,,,or,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/nn.po,3,4,4,3,12,151,985,157,1001,nn.po,,nn,,norwegian nynorsk,,,nn,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/nl.po,132,864,939,0,0,25,137,157,1001,nl.po,,nl,,dutch,,,nl,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/nds.po,1,1,1,0,0,156,1000,157,1001,nds.po,,nds,,low german,,,nds,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/nb.po,119,775,775,10,54,28,172,157,1001,nb.po,,nb,,norwegian bokmål,,,nb,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,157,1001,157,1001,my.po,,my,,burmese,,,my,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ms.po,104,684,697,10,54,43,263,157,1001,ms.po,,ms,,malay,,,ms,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/mr.po,119,775,787,10,54,28,172,157,1001,mr.po,,mr,,marathi,,,mr,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ml.po,132,864,759,0,0,25,137,157,1001,ml.po,,ml,,malayalam,,,ml,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/mk.po,112,744,775,10,54,35,203,157,1001,mk.po,,mk,,macedonian,,,mk,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/mai.po,118,768,942,10,54,29,179,157,1001,mai.po,,mai,,maithili,,,mai,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/lv.po,61,337,270,10,54,86,610,157,1001,lv.po,,lv,,latvian,,,lv,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/lt.po,62,288,252,10,54,85,659,157,1001,lt.po,,lt,,lithuanian,,,lt,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,157,1001,157,1001,lo.po,,lo,,lao,,,lo,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,157,1001,157,1001,ku.po,,ku,,kurdish,,,ku,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,157,1001,157,1001,ks.po,,ks,,kashmiri,,,ks,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ko.po,118,768,721,10,54,29,179,157,1001,ko.po,,ko,,korean,,,ko,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/kn.po,119,775,752,10,54,28,172,157,1001,kn.po,,kn,,kannada,,,kn,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,157,1001,157,1001,kk.po,,kk,,kazakh,,,kk,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ka.po,10,22,25,3,16,144,963,157,1001,ka.po,,ka,,georgian,,,ka,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ja.po,119,775,423,10,54,28,172,157,1001,ja.po,,ja,,japanese,,,ja,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/it.po,119,775,867,10,54,28,172,157,1001,it.po,,it,,italian,,,it,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/is.po,111,740,765,10,54,36,207,157,1001,is.po,,is,,icelandic,,,is,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/id.po,103,683,713,10,54,44,264,157,1001,id.po,,id,,indonesian,,,id,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,157,1001,157,1001,ia.po,,ia,,interlingua,,,ia,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,157,1001,157,1001,hy.po,,hy,,armenian,,,hy,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/hu.po,119,775,815,10,54,28,172,157,1001,hu.po,,hu,,hungarian,,,hu,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/hr.po,118,768,787,10,54,29,179,157,1001,hr.po,,hr,,croatian,,,hr,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/hi.po,119,775,951,10,54,28,172,157,1001,hi.po,,hi,,hindi,,,hi,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,157,1001,157,1001,he.po,,he,,hebrew,,,he,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/gu.po,119,775,908,10,54,28,172,157,1001,gu.po,,gu,,gujarati,,,gu,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/gl.po,44,209,245,9,46,104,746,157,1001,gl.po,,gl,,galician,,,gl,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,157,1001,157,1001,ga.po,,ga,,irish,,,ga,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/fr.po,132,864,1045,0,0,25,137,157,1001,fr.po,,fr,,french,,,fr,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/fi.po,132,864,749,0,0,25,137,157,1001,fi.po,,fi,,finnish,,,fi,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,157,1001,157,1001,fa.po,,fa,,persian,,,fa,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/eu.po,1,2,4,2,7,154,992,157,1001,eu.po,,eu,,basque,,,eu,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/et.po,103,683,640,10,54,44,264,157,1001,et.po,,et,,estonian,,,et,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/es.po,132,864,1031,0,0,25,137,157,1001,es.po,,es,,spanish,,,es,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/en_gb.po,119,775,775,10,54,28,172,157,1001,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/el.po,117,761,856,10,54,30,186,157,1001,el.po,,el,,greek,,,el,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/de.po,132,864,848,0,0,25,137,157,1001,de.po,,de,,german,,,de,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/da.po,119,775,764,10,54,28,172,157,1001,da.po,,da,,danish,,,da,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/cy.po,106,701,818,10,54,41,246,157,1001,cy.po,,cy,,welsh,,,cy,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/cs.po,132,864,824,0,0,25,137,157,1001,cs.po,,cs,,czech,,,cs,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ca.po,132,864,1167,0,0,25,137,157,1001,ca.po,,ca,,catalan,,,ca,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/bs.po,110,730,747,10,54,37,217,157,1001,bs.po,,bs,,bosnian,,,bs,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,157,1001,157,1001,br.po,,br,,breton,,,br,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,157,1001,157,1001,bo.po,,bo,,tibetan,,,bo,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/bn_in.po,119,775,849,10,54,28,172,157,1001,bn_in.po,,bn,in,bangla,,india,bn_in,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/bn.po,119,775,852,10,54,28,172,157,1001,bn.po,,bn,,bangla,,,bn,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/bg.po,119,775,834,10,54,28,172,157,1001,bg.po,,bg,,bulgarian,,,bg,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,157,1001,157,1001,bal.po,,bal,,baluchi,,,bal,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,157,1001,157,1001,ast.po,,ast,,asturian,,,ast,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/as.po,119,775,886,10,54,28,172,157,1001,as.po,,as,,assamese,,,as,po -initscripts-10.01-2.fc30.src.rpm.stats.csv,po/ar.po,101,666,701,10,54,46,281,157,1001,ar.po,,ar,,arabic,,,ar,po -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/zh_tw.po,182,383,215,0,0,0,0,182,383,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/zh_hk.po,67,84,71,21,46,94,253,182,383,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/zh_cn.po,102,192,112,17,47,63,144,182,383,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/vi.po,129,253,325,8,30,45,100,182,383,vi.po,,vi,,vietnamese,,,vi,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/uk.po,182,383,339,0,0,0,0,182,383,uk.po,,uk,,ukrainian,,,uk,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/tr.po,75,93,104,20,42,87,248,182,383,tr.po,,tr,,turkish,,,tr,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/th.po,155,309,204,3,13,24,61,182,383,th.po,,th,,thai,,,th,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/sv.po,182,383,350,0,0,0,0,182,383,sv.po,,sv,,swedish,,,sv,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/sr@latin.po,168,340,297,4,14,10,29,182,383,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/sr.po,168,340,297,4,14,10,29,182,383,sr.po,,sr,,serbian,,,sr,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/sl.po,107,206,242,8,30,67,147,182,383,sl.po,,sl,,slovenian,,,sl,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/sk.po,28,48,50,7,26,147,309,182,383,sk.po,,sk,,slovak,,,sk,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/sc.po,182,383,403,0,0,0,0,182,383,sc.po,,sc,,sardinian,,,sc,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ru.po,182,383,311,0,0,0,0,182,383,ru.po,,ru,,russian,,,ru,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ro.po,144,288,291,5,22,33,73,182,383,ro.po,,ro,,romanian,,,ro,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/pt_br.po,182,383,390,0,0,0,0,182,383,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/pt.po,73,89,91,24,54,85,240,182,383,pt.po,,pt,,portuguese,,,pt,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/pl.po,182,383,309,0,0,0,0,182,383,pl.po,,pl,,polish,,,pl,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/oc.po,36,36,36,0,0,146,347,182,383,oc.po,,oc,,occitan,,,oc,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/nn.po,76,94,90,24,54,82,235,182,383,nn.po,,nn,,norwegian nynorsk,,,nn,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/nl.po,182,383,355,0,0,0,0,182,383,nl.po,,nl,,dutch,,,nl,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/nb.po,84,115,110,23,54,75,214,182,383,nb.po,,nb,,norwegian bokmål,,,nb,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ml.po,17,17,17,1,2,164,364,182,383,ml.po,,ml,,malayalam,,,ml,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/lv.po,168,340,299,4,14,10,29,182,383,lv.po,,lv,,latvian,,,lv,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/lt.po,123,233,219,9,34,50,116,182,383,lt.po,,lt,,lithuanian,,,lt,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ko.po,50,56,62,13,33,119,294,182,383,ko.po,,ko,,korean,,,ko,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ja.po,65,79,65,22,49,95,255,182,383,ja.po,,ja,,japanese,,,ja,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/it.po,168,340,346,4,14,10,29,182,383,it.po,,it,,italian,,,it,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/is.po,182,383,372,0,0,0,0,182,383,is.po,,is,,icelandic,,,is,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/id.po,182,383,395,0,0,0,0,182,383,id.po,,id,,indonesian,,,id,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ia.po,135,286,280,47,97,0,0,182,383,ia.po,,ia,,interlingua,,,ia,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/hu.po,182,383,378,0,0,0,0,182,383,hu.po,,hu,,hungarian,,,hu,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/he.po,31,36,36,8,22,143,325,182,383,he.po,,he,,hebrew,,,he,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/gl.po,144,288,304,5,22,33,73,182,383,gl.po,,gl,,galician,,,gl,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/fr.po,182,383,356,0,0,0,0,182,383,fr.po,,fr,,french,,,fr,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/fi.po,158,315,254,4,14,20,54,182,383,fi.po,,fi,,finnish,,,fi,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/fa.po,38,41,41,9,22,135,320,182,383,fa.po,,fa,,persian,,,fa,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/et.po,178,377,283,4,6,0,0,182,383,et.po,,et,,estonian,,,et,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/es.po,124,255,273,12,35,46,93,182,383,es.po,,es,,spanish,,,es,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/eo.po,162,328,288,4,14,16,41,182,383,eo.po,,eo,,esperanto,,,eo,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/el.po,25,30,30,6,15,151,338,182,383,el.po,,el,,greek,,,el,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/de.po,182,383,348,0,0,0,0,182,383,de.po,,de,,german,,,de,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/da.po,182,383,356,0,0,0,0,182,383,da.po,,da,,danish,,,da,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/cy.po,0,0,0,0,0,182,383,182,383,cy.po,,cy,,welsh,,,cy,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/cs.po,158,315,272,4,14,20,54,182,383,cs.po,,cs,,czech,,,cs,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ca.po,48,96,104,2,10,132,277,182,383,ca.po,,ca,,catalan,,,ca,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/br.po,123,233,238,9,34,50,116,182,383,br.po,,br,,breton,,,br,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/bg.po,27,35,31,8,24,147,324,182,383,bg.po,,bg,,bulgarian,,,bg,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/be.po,182,383,319,0,0,0,0,182,383,be.po,,be,,belarusian,,,be,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_15924/ar.po,70,88,86,25,55,87,240,182,383,ar.po,,ar,,arabic,,,ar,iso_15924 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/zu.po,111,131,135,119,316,190,539,420,986,zu.po,,zu,,zulu,,,zu,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/zh_tw.po,420,986,426,0,0,0,0,420,986,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/zh_hk.po,377,830,377,19,66,24,90,420,986,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/zh_cn.po,414,972,414,4,12,2,2,420,986,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/yo.po,220,325,339,0,0,200,661,420,986,yo.po,,yo,,yoruba,,,yo,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/xh.po,61,69,73,140,338,219,579,420,986,xh.po,,xh,,xhosa,,,xh,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/wo.po,397,903,927,16,58,7,25,420,986,wo.po,,wo,,wolof,,,wo,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/wal.po,113,140,138,13,46,294,800,420,986,wal.po,,wal,,wolaytta,,,wal,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/wa.po,409,951,919,8,30,3,5,420,986,wa.po,,wa,,walloon,,,wa,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/vi.po,414,972,1163,4,12,2,2,420,986,vi.po,,vi,,vietnamese,,,vi,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ve.po,186,225,225,121,374,113,387,420,986,ve.po,,ve,,venda,,,ve,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/uz.po,199,267,260,0,0,221,719,420,986,uz.po,,uz,,uzbek,,,uz,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ur.po,223,335,329,0,0,197,651,420,986,ur.po,,ur,,urdu,,,ur,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/uk.po,420,986,767,0,0,0,0,420,986,uk.po,,uk,,ukrainian,,,uk,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ug.po,412,962,767,6,22,2,2,420,986,ug.po,,ug,,uyghur,,,ug,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/tt@iqtelif.po,348,711,589,22,71,50,204,420,986,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/tt.po,348,711,589,22,71,50,204,420,986,tt.po,,tt,,tatar,,,tt,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/tr.po,415,973,792,4,12,1,1,420,986,tr.po,,tr,,turkish,,,tr,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/tl.po,391,886,883,17,63,12,37,420,986,tl.po,,tl,,tagalog,,,tl,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/tk.po,339,717,565,23,76,58,193,420,986,tk.po,,tk,,turkmen,,,tk,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/tig.po,113,140,138,13,46,294,800,420,986,tig.po,,tig,,tigre,,,tig,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ti.po,133,163,160,13,46,274,777,420,986,ti.po,,ti,,tigrinya,,,ti,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/th.po,419,985,442,1,1,0,0,420,986,th.po,,th,,thai,,,th,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/tg.po,420,986,781,0,0,0,0,420,986,tg.po,,tg,,tajik,,,tg,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/te.po,408,946,931,7,25,5,15,420,986,te.po,,te,,telugu,,,te,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ta.po,395,901,725,17,59,8,26,420,986,ta.po,,ta,,tamil,,,ta,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sw.po,167,262,273,76,264,177,460,420,986,sw.po,,sw,,swahili,,,sw,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sv.po,420,986,737,0,0,0,0,420,986,sv.po,,sv,,swedish,,,sv,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sr@latin.po,415,973,792,4,12,1,1,420,986,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sr.po,415,973,792,4,12,1,1,420,986,sr.po,,sr,,serbian,,,sr,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sq.po,396,902,912,15,54,9,30,420,986,sq.po,,sq,,albanian,,,sq,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/so.po,128,169,150,49,174,243,643,420,986,so.po,,so,,somali,,,so,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sl.po,415,973,777,4,12,1,1,420,986,sl.po,,sl,,slovenian,,,sl,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sk.po,420,986,779,0,0,0,0,420,986,sk.po,,sk,,slovak,,,sk,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/si.po,409,951,774,8,30,3,5,420,986,si.po,,si,,sinhala,,,si,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sd.po,76,88,86,0,0,344,898,420,986,sd.po,,sd,,sindhi,,,sd,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/sc.po,420,986,1034,0,0,0,0,420,986,sc.po,,sc,,sardinian,,,sc,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/rw.po,389,881,899,20,69,11,36,420,986,rw.po,,rw,,kinyarwanda,,,rw,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ru.po,420,986,763,0,0,0,0,420,986,ru.po,,ru,,russian,,,ru,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ro.po,420,986,818,0,0,0,0,420,986,ro.po,,ro,,romanian,,,ro,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pt_br.po,420,986,988,0,0,0,0,420,986,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pt.po,413,965,960,7,21,0,0,420,986,pt.po,,pt,,portuguese,,,pt,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ps.po,148,176,174,2,2,270,808,420,986,ps.po,,ps,,pashto,,,ps,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pl.po,420,986,784,0,0,0,0,420,986,pl.po,,pl,,polish,,,pl,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pi.po,162,187,176,0,0,258,799,420,986,pi.po,,pi,,pali,,,pi,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pap.po,0,0,0,182,226,238,760,420,986,pap.po,,pap,,papiamento,,,pap,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/pa.po,413,963,781,5,15,2,8,420,986,pa.po,,pa,,punjabi,,,pa,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/or.po,402,929,756,13,46,5,11,420,986,or.po,,or,,odia,,,or,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/oc.po,380,851,745,15,50,25,85,420,986,oc.po,,oc,,occitan,,,oc,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nv.po,86,112,260,0,0,334,874,420,986,nv.po,,nv,,navajo,,,nv,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nso.po,185,224,229,119,363,116,399,420,986,nso.po,,nso,,northern sotho,,,nso,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nn.po,407,945,695,7,24,6,17,420,986,nn.po,,nn,,norwegian nynorsk,,,nn,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nl.po,420,986,743,0,0,0,0,420,986,nl.po,,nl,,dutch,,,nl,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ne.po,405,939,769,12,42,3,5,420,986,ne.po,,ne,,nepali,,,ne,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/nb.po,420,986,766,0,0,0,0,420,986,nb.po,,nb,,norwegian bokmål,,,nb,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/na.po,151,187,178,0,0,269,799,420,986,na.po,,na,,nauru,,,na,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/my.po,186,241,194,0,0,234,745,420,986,my.po,,my,,burmese,,,my,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mt.po,206,304,299,101,288,113,394,420,986,mt.po,,mt,,maltese,,,mt,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ms.po,264,454,411,22,82,134,450,420,986,ms.po,,ms,,malay,,,ms,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mr.po,409,951,936,8,30,3,5,420,986,mr.po,,mr,,marathi,,,mr,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mn.po,196,267,267,97,320,127,399,420,986,mn.po,,mn,,mongolian,,,mn,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ml.po,395,901,739,17,59,8,26,420,986,ml.po,,ml,,malayalam,,,ml,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mk.po,407,945,773,10,36,3,5,420,986,mk.po,,mk,,macedonian,,,mk,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mi.po,210,401,336,97,337,113,248,420,986,mi.po,,mi,,maori,,,mi,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/mai.po,73,88,79,0,0,347,898,420,986,mai.po,,mai,,maithili,,,mai,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/lv.po,415,973,720,4,12,1,1,420,986,lv.po,,lv,,latvian,,,lv,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/lt.po,412,962,790,7,23,1,1,420,986,lt.po,,lt,,lithuanian,,,lt,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/lo.po,79,96,80,0,0,341,890,420,986,lo.po,,lo,,lao,,,lo,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ky.po,420,986,763,0,0,0,0,420,986,ky.po,,ky,,kyrgyz,,,ky,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kw.po,212,294,296,0,0,208,692,420,986,kw.po,,kw,,cornish,,,kw,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kv.po,109,133,128,0,0,311,853,420,986,kv.po,,kv,,komi,,,kv,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ku.po,408,941,822,9,34,3,11,420,986,ku.po,,ku,,kurdish,,,ku,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ko.po,420,986,706,0,0,0,0,420,986,ko.po,,ko,,korean,,,ko,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kn.po,388,878,722,20,71,12,37,420,986,kn.po,,kn,,kannada,,,kn,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/km.po,417,971,477,3,15,0,0,420,986,km.po,,km,,khmer,,,km,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kl.po,0,0,0,96,115,324,871,420,986,kl.po,,kl,,kalaallisut,,,kl,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kk.po,414,972,762,4,12,2,2,420,986,kk.po,,kk,,kazakh,,,kk,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ki.po,115,145,141,0,0,305,841,420,986,ki.po,,ki,,kikuyu,,,ki,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/kab.po,139,174,170,0,0,281,812,420,986,kab.po,,kab,,kabyle,,,kab,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ka.po,395,901,710,17,59,8,26,420,986,ka.po,,ka,,georgian,,,ka,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/jam.po,192,252,243,0,0,228,734,420,986,jam.po,,jam,,jamaican creole english,,,jam,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ja.po,415,973,422,4,12,1,1,420,986,ja.po,,ja,,japanese,,,ja,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/iu.po,26,33,29,0,0,394,953,420,986,iu.po,,iu,,inuktitut,,,iu,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/it.po,420,986,928,0,0,0,0,420,986,it.po,,it,,italian,,,it,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/is.po,420,986,707,0,0,0,0,420,986,is.po,,is,,icelandic,,,is,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/io.po,211,289,266,0,0,209,697,420,986,io.po,,io,,ido,,,io,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/id.po,420,986,798,0,0,0,0,420,986,id.po,,id,,indonesian,,,id,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ia.po,416,978,963,4,8,0,0,420,986,ia.po,,ia,,interlingua,,,ia,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/hy.po,413,968,771,5,16,2,2,420,986,hy.po,,hy,,armenian,,,hy,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/hu.po,420,986,748,0,0,0,0,420,986,hu.po,,hu,,hungarian,,,hu,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ht.po,188,218,208,0,0,232,768,420,986,ht.po,,ht,,haitian creole,,,ht,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/hr.po,420,986,780,0,0,0,0,420,986,hr.po,,hr,,croatian,,,hr,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/hi.po,412,962,961,6,22,2,2,420,986,hi.po,,hi,,hindi,,,hi,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/he.po,415,973,892,4,12,1,1,420,986,he.po,,he,,hebrew,,,he,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/haw.po,19,22,27,87,120,314,844,420,986,haw.po,,haw,,hawaiian,,,haw,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ha.po,119,140,130,0,0,301,846,420,986,ha.po,,ha,,hausa,,,ha,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/gv.po,192,254,377,0,0,228,732,420,986,gv.po,,gv,,manx,,,gv,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/gu.po,412,962,949,6,22,2,2,420,986,gu.po,,gu,,gujarati,,,gu,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/gn.po,210,258,258,2,4,208,724,420,986,gn.po,,gn,,guarani,,,gn,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/gl.po,414,972,986,5,13,1,1,420,986,gl.po,,gl,,galician,,,gl,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/gez.po,113,140,113,13,46,294,800,420,986,gez.po,,gez,,geez,,,gez,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ga.po,412,962,1006,7,23,1,1,420,986,ga.po,,ga,,irish,,,ga,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/fy.po,210,297,257,0,0,210,689,420,986,fy.po,,fy,,western frisian,,,fy,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/fur.po,52,57,58,0,0,368,929,420,986,fur.po,,fur,,friulian,,,fur,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/frp.po,205,276,250,0,0,215,710,420,986,frp.po,,frp,,arpitan,,,frp,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/fr.po,420,986,926,0,0,0,0,420,986,fr.po,,fr,,french,,,fr,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/fo.po,113,147,135,13,46,294,793,420,986,fo.po,,fo,,faroese,,,fo,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/fi.po,409,951,701,9,31,2,4,420,986,fi.po,,fi,,finnish,,,fi,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ff.po,82,96,86,0,0,338,890,420,986,ff.po,,ff,,fulah,,,ff,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/fa.po,420,986,795,0,0,0,0,420,986,fa.po,,fa,,persian,,,fa,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/eu.po,412,962,789,7,23,1,1,420,986,eu.po,,eu,,basque,,,eu,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/et.po,420,986,729,0,0,0,0,420,986,et.po,,et,,estonian,,,et,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/es.po,420,986,999,0,0,0,0,420,986,es.po,,es,,spanish,,,es,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/eo.po,415,973,727,4,12,1,1,420,986,eo.po,,eo,,esperanto,,,eo,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/el.po,420,986,974,0,0,0,0,420,986,el.po,,el,,greek,,,el,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ee.po,0,0,0,148,190,272,796,420,986,ee.po,,ee,,ewe,,,ee,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/dz.po,402,929,692,13,46,5,11,420,986,dz.po,,dz,,dzongkha,,,dz,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/dv.po,204,277,259,0,0,216,709,420,986,dv.po,,dv,,divehi,,,dv,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/de.po,420,986,750,0,0,0,0,420,986,de.po,,de,,german,,,de,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/da.po,414,971,782,5,14,1,1,420,986,da.po,,da,,danish,,,da,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/cy.po,420,986,857,0,0,0,0,420,986,cy.po,,cy,,welsh,,,cy,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/cv.po,202,278,269,0,0,218,708,420,986,cv.po,,cv,,chuvash,,,cv,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/csb.po,94,108,106,0,0,326,878,420,986,csb.po,,csb,,kashubian,,,csb,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/cs.po,419,985,786,1,1,0,0,420,986,cs.po,,cs,,czech,,,cs,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/crh.po,395,905,735,17,55,8,26,420,986,crh.po,,crh,,crimean turkish,,,crh,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ckb.po,192,256,242,0,0,228,730,420,986,ckb.po,,ckb,,central kurdish,,,ckb,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/chr.po,100,120,114,0,0,320,866,420,986,chr.po,,chr,,cherokee,,,chr,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ch.po,23,31,25,0,0,397,955,420,986,ch.po,,ch,,chamorro,,,ch,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ce.po,202,278,269,0,0,218,708,420,986,ce.po,,ce,,chechen,,,ce,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ca.po,415,969,948,3,10,2,7,420,986,ca.po,,ca,,catalan,,,ca,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/byn.po,113,140,138,13,46,294,800,420,986,byn.po,,byn,,blin,,,byn,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bs.po,408,947,770,10,35,2,4,420,986,bs.po,,bs,,bosnian,,,bs,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/br.po,230,356,334,11,42,179,588,420,986,br.po,,br,,breton,,,br,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bn_in.po,402,929,747,13,46,5,11,420,986,bn_in.po,,bn,in,bangla,,india,bn_in,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bn.po,414,972,777,4,12,2,2,420,986,bn.po,,bn,,bangla,,,bn,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bi.po,0,0,0,79,95,341,891,420,986,bi.po,,bi,,bislama,,,bi,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bg.po,415,973,800,4,12,1,1,420,986,bg.po,,bg,,bulgarian,,,bg,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/be.po,420,986,772,0,0,0,0,420,986,be.po,,be,,belarusian,,,be,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/bar.po,153,200,188,0,0,267,786,420,986,bar.po,,bar,,bavarian,,,bar,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ba.po,0,0,0,200,271,220,715,420,986,ba.po,,ba,,bashkir,,,ba,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/az.po,216,302,297,191,637,13,47,420,986,az.po,,az,,azerbaijani,,,az,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ay.po,0,0,0,68,91,352,895,420,986,ay.po,,ay,,aymara,,,ay,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ast.po,410,955,913,7,26,3,5,420,986,ast.po,,ast,,asturian,,,ast,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/as.po,402,929,748,13,46,5,11,420,986,as.po,,as,,assamese,,,as,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ar.po,412,957,790,8,29,0,0,420,986,ar.po,,ar,,arabic,,,ar,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/an.po,0,0,0,208,288,212,698,420,986,an.po,,an,,aragonese,,,an,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/am.po,123,165,151,171,420,126,401,420,986,am.po,,am,,amharic,,,am,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ak.po,0,0,0,41,55,379,931,420,986,ak.po,,ak,,akan,,,ak,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/af.po,396,901,827,5,15,19,70,420,986,af.po,,af,,afrikaans,,,af,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ach.po,212,262,294,0,0,208,724,420,986,ach.po,,ach,,acoli,,,ach,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ace.po,0,0,0,178,228,242,758,420,986,ace.po,,ace,,achinese,,,ace,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-1/ab.po,0,0,0,48,64,372,922,420,986,ab.po,,ab,,abkhazian,,,ab,iso_3166-1 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/zh_tw.po,481,579,481,4196,6079,10,29,4687,6687,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/zh_cn.po,3019,4032,3021,1089,1647,579,1008,4687,6687,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/wa.po,58,82,82,891,1082,3738,5523,4687,6687,wa.po,,wa,,walloon,,,wa,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/vi.po,3936,5393,5627,462,761,289,533,4687,6687,vi.po,,vi,,vietnamese,,,vi,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/ve.po,13,17,17,2124,2612,2550,4058,4687,6687,ve.po,,ve,,venda,,,ve,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/uk.po,4687,6687,5995,0,0,0,0,4687,6687,uk.po,,uk,,ukrainian,,,uk,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/tr.po,71,99,99,2119,2608,2497,3980,4687,6687,tr.po,,tr,,turkish,,,tr,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/th.po,1805,2536,2000,91,176,2791,3975,4687,6687,th.po,,th,,thai,,,th,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/sv.po,4681,6670,6490,2,4,4,13,4687,6687,sv.po,,sv,,swedish,,,sv,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/sr@latin.po,3632,4774,4788,47,95,1008,1818,4687,6687,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/sr.po,3632,4774,4788,47,95,1008,1818,4687,6687,sr.po,,sr,,serbian,,,sr,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/sl.po,2179,2919,2915,2170,3178,338,590,4687,6687,sl.po,,sl,,slovenian,,,sl,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/sk.po,375,556,550,55,90,4257,6041,4687,6687,sk.po,,sk,,slovak,,,sk,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/sc.po,2910,4086,4488,0,0,1777,2601,4687,6687,sc.po,,sc,,sardinian,,,sc,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/ro.po,780,941,954,555,693,3352,5053,4687,6687,ro.po,,ro,,romanian,,,ro,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/pl.po,4620,6611,6400,0,0,67,76,4687,6687,pl.po,,pl,,polish,,,pl,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/oc.po,119,132,189,51,64,4517,6491,4687,6687,oc.po,,oc,,occitan,,,oc,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/nso.po,13,17,18,2127,2615,2547,4055,4687,6687,nso.po,,nso,,northern sotho,,,nso,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/nl.po,4687,6687,6384,0,0,0,0,4687,6687,nl.po,,nl,,dutch,,,nl,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/lv.po,54,69,61,1866,2275,2767,4343,4687,6687,lv.po,,lv,,latvian,,,lv,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/lt.po,2054,2749,3215,497,771,2136,3167,4687,6687,lt.po,,lt,,lithuanian,,,lt,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/ky.po,20,30,27,0,0,4667,6657,4687,6687,ky.po,,ky,,kyrgyz,,,ky,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/ko.po,61,77,68,1846,2228,2780,4382,4687,6687,ko.po,,ko,,korean,,,ko,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/ja.po,2586,3442,2598,52,90,2049,3155,4687,6687,ja.po,,ja,,japanese,,,ja,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/it.po,4674,6655,6904,9,19,4,13,4687,6687,it.po,,it,,italian,,,it,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/is.po,125,180,140,0,0,4562,6507,4687,6687,is.po,,is,,icelandic,,,is,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/id.po,4683,6672,6673,1,3,3,12,4687,6687,id.po,,id,,indonesian,,,id,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/hu.po,1970,2677,2840,560,875,2157,3135,4687,6687,hu.po,,hu,,hungarian,,,hu,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/ga.po,46,56,81,1451,1733,3190,4898,4687,6687,ga.po,,ga,,irish,,,ga,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/fr.po,4680,6667,6421,3,7,4,13,4687,6687,fr.po,,fr,,french,,,fr,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/fi.po,191,329,336,53,78,4443,6280,4687,6687,fi.po,,fi,,finnish,,,fi,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/eu.po,71,99,98,2114,2603,2502,3985,4687,6687,eu.po,,eu,,basque,,,eu,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/et.po,32,44,39,1,1,4654,6642,4687,6687,et.po,,et,,estonian,,,et,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/es.po,120,168,166,2097,2586,2470,3933,4687,6687,es.po,,es,,spanish,,,es,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/eo.po,71,99,83,2088,2570,2528,4018,4687,6687,eo.po,,eo,,esperanto,,,eo,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/en.po,2564,3336,3336,1536,2307,587,1044,4687,6687,en.po,,en,,english,,,en,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/el.po,257,328,332,74,115,4356,6244,4687,6687,el.po,,el,,greek,,,el,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/de.po,4687,6687,6517,0,0,0,0,4687,6687,de.po,,de,,german,,,de,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/da.po,4008,5489,5416,343,578,336,620,4687,6687,da.po,,da,,danish,,,da,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/cs.po,223,317,315,2136,2639,2328,3731,4687,6687,cs.po,,cs,,czech,,,cs,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/crh.po,79,109,109,49,68,4559,6510,4687,6687,crh.po,,crh,,crimean turkish,,,crh,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/ca.po,71,99,100,2217,2740,2399,3848,4687,6687,ca.po,,ca,,catalan,,,ca,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/bs.po,71,99,98,2220,2745,2396,3843,4687,6687,bs.po,,bs,,bosnian,,,bs,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/bg.po,377,512,500,2049,2536,2261,3639,4687,6687,bg.po,,bg,,bulgarian,,,bg,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/be.po,4687,6687,6052,0,0,0,0,4687,6687,be.po,,be,,belarusian,,,be,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-2/az.po,69,96,95,2217,2740,2401,3851,4687,6687,az.po,,az,,azerbaijani,,,az,iso_3166-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/zu.po,0,0,0,10,32,21,72,31,104,zu.po,,zu,,zulu,,,zu,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/zh_tw.po,31,104,31,0,0,0,0,31,104,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/zh_hk.po,1,2,1,14,53,16,49,31,104,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/zh_cn.po,31,104,32,0,0,0,0,31,104,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/xh.po,0,0,0,10,32,21,72,31,104,xh.po,,xh,,xhosa,,,xh,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/wo.po,31,104,103,0,0,0,0,31,104,wo.po,,wo,,wolof,,,wo,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/wal.po,1,2,2,4,15,26,87,31,104,wal.po,,wal,,wolaytta,,,wal,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/wa.po,31,104,116,0,0,0,0,31,104,wa.po,,wa,,walloon,,,wa,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/vi.po,31,104,137,0,0,0,0,31,104,vi.po,,vi,,vietnamese,,,vi,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ve.po,1,2,2,10,32,20,70,31,104,ve.po,,ve,,venda,,,ve,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/uk.po,31,104,93,0,0,0,0,31,104,uk.po,,uk,,ukrainian,,,uk,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ug.po,31,104,101,0,0,0,0,31,104,ug.po,,ug,,uyghur,,,ug,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/tt@iqtelif.po,1,2,2,12,45,18,57,31,104,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/tt.po,1,2,2,12,45,18,57,31,104,tt.po,,tt,,tatar,,,tt,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/tr.po,31,104,93,0,0,0,0,31,104,tr.po,,tr,,turkish,,,tr,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/tl.po,1,2,2,14,53,16,49,31,104,tl.po,,tl,,tagalog,,,tl,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/tk.po,0,0,0,12,45,19,59,31,104,tk.po,,tk,,turkmen,,,tk,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/tig.po,1,2,2,4,15,26,87,31,104,tig.po,,tig,,tigre,,,tig,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ti.po,1,2,2,4,15,26,87,31,104,ti.po,,ti,,tigrinya,,,ti,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/th.po,31,104,42,0,0,0,0,31,104,th.po,,th,,thai,,,th,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/te.po,31,104,104,0,0,0,0,31,104,te.po,,te,,telugu,,,te,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ta.po,31,104,98,0,0,0,0,31,104,ta.po,,ta,,tamil,,,ta,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sw.po,0,0,0,2,5,29,99,31,104,sw.po,,sw,,swahili,,,sw,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sv.po,31,104,73,0,0,0,0,31,104,sv.po,,sv,,swedish,,,sv,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sr@latin.po,31,104,96,0,0,0,0,31,104,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sr.po,31,104,96,0,0,0,0,31,104,sr.po,,sr,,serbian,,,sr,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sq.po,31,104,111,0,0,0,0,31,104,sq.po,,sq,,albanian,,,sq,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/so.po,0,0,0,8,35,23,69,31,104,so.po,,so,,somali,,,so,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sl.po,31,104,93,0,0,0,0,31,104,sl.po,,sl,,slovenian,,,sl,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sk.po,31,104,92,0,0,0,0,31,104,sk.po,,sk,,slovak,,,sk,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/si.po,31,104,94,0,0,0,0,31,104,si.po,,si,,sinhala,,,si,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/sc.po,31,104,122,0,0,0,0,31,104,sc.po,,sc,,sardinian,,,sc,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/rw.po,2,5,6,13,50,16,49,31,104,rw.po,,rw,,kinyarwanda,,,rw,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ru.po,31,104,92,0,0,0,0,31,104,ru.po,,ru,,russian,,,ru,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ro.po,31,104,103,0,0,0,0,31,104,ro.po,,ro,,romanian,,,ro,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/pt_br.po,31,104,114,0,0,0,0,31,104,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/pt.po,31,104,116,0,0,0,0,31,104,pt.po,,pt,,portuguese,,,pt,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ps.po,0,0,0,0,0,31,104,31,104,ps.po,,ps,,pashto,,,ps,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/pl.po,31,104,102,0,0,0,0,31,104,pl.po,,pl,,polish,,,pl,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/pa.po,31,104,88,0,0,0,0,31,104,pa.po,,pa,,punjabi,,,pa,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/or.po,31,104,98,0,0,0,0,31,104,or.po,,or,,odia,,,or,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/oc.po,13,38,22,0,0,18,66,31,104,oc.po,,oc,,occitan,,,oc,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/nso.po,1,2,2,10,32,20,70,31,104,nso.po,,nso,,northern sotho,,,nso,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/nn.po,31,104,86,0,0,0,0,31,104,nn.po,,nn,,norwegian nynorsk,,,nn,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/nl.po,31,104,88,0,0,0,0,31,104,nl.po,,nl,,dutch,,,nl,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ne.po,31,104,93,0,0,0,0,31,104,ne.po,,ne,,nepali,,,ne,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/nb.po,31,104,87,0,0,0,0,31,104,nb.po,,nb,,norwegian bokmål,,,nb,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/mt.po,0,0,0,13,42,18,62,31,104,mt.po,,mt,,maltese,,,mt,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ms.po,1,2,2,10,31,20,71,31,104,ms.po,,ms,,malay,,,ms,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/mr.po,31,104,104,0,0,0,0,31,104,mr.po,,mr,,marathi,,,mr,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/mn.po,0,0,0,8,27,23,77,31,104,mn.po,,mn,,mongolian,,,mn,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ml.po,31,104,90,0,0,0,0,31,104,ml.po,,ml,,malayalam,,,ml,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/mk.po,31,104,99,0,0,0,0,31,104,mk.po,,mk,,macedonian,,,mk,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/mi.po,0,0,0,1,4,30,100,31,104,mi.po,,mi,,maori,,,mi,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/lv.po,31,104,88,0,0,0,0,31,104,lv.po,,lv,,latvian,,,lv,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/lt.po,31,104,95,0,0,0,0,31,104,lt.po,,lt,,lithuanian,,,lt,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ku.po,31,104,109,0,0,0,0,31,104,ku.po,,ku,,kurdish,,,ku,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ko.po,31,104,76,0,0,0,0,31,104,ko.po,,ko,,korean,,,ko,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/kn.po,0,0,0,15,55,16,49,31,104,kn.po,,kn,,kannada,,,kn,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/km.po,31,104,46,0,0,0,0,31,104,km.po,,km,,khmer,,,km,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/kk.po,31,104,89,0,0,0,0,31,104,kk.po,,kk,,kazakh,,,kk,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ka.po,31,104,95,0,0,0,0,31,104,ka.po,,ka,,georgian,,,ka,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ja.po,31,104,36,0,0,0,0,31,104,ja.po,,ja,,japanese,,,ja,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/it.po,31,104,111,0,0,0,0,31,104,it.po,,it,,italian,,,it,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/is.po,31,104,74,0,0,0,0,31,104,is.po,,is,,icelandic,,,is,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/id.po,31,104,89,0,0,0,0,31,104,id.po,,id,,indonesian,,,id,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ia.po,31,104,113,0,0,0,0,31,104,ia.po,,ia,,interlingua,,,ia,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/hy.po,31,104,94,0,0,0,0,31,104,hy.po,,hy,,armenian,,,hy,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/hu.po,31,104,79,0,0,0,0,31,104,hu.po,,hu,,hungarian,,,hu,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/hr.po,31,104,95,0,0,0,0,31,104,hr.po,,hr,,croatian,,,hr,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/hi.po,31,104,103,0,0,0,0,31,104,hi.po,,hi,,hindi,,,hi,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/he.po,31,104,100,0,0,0,0,31,104,he.po,,he,,hebrew,,,he,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/haw.po,0,0,0,0,0,31,104,31,104,haw.po,,haw,,hawaiian,,,haw,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/gu.po,31,104,101,0,0,0,0,31,104,gu.po,,gu,,gujarati,,,gu,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/gl.po,31,104,117,0,0,0,0,31,104,gl.po,,gl,,galician,,,gl,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/gez.po,1,2,1,4,15,26,87,31,104,gez.po,,gez,,geez,,,gez,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ga.po,31,104,111,0,0,0,0,31,104,ga.po,,ga,,irish,,,ga,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/fr.po,31,104,106,0,0,0,0,31,104,fr.po,,fr,,french,,,fr,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/fo.po,0,0,0,6,16,25,88,31,104,fo.po,,fo,,faroese,,,fo,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/fi.po,31,104,75,0,0,0,0,31,104,fi.po,,fi,,finnish,,,fi,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/fa.po,31,104,109,0,0,0,0,31,104,fa.po,,fa,,persian,,,fa,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/eu.po,31,104,93,0,0,0,0,31,104,eu.po,,eu,,basque,,,eu,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/et.po,31,104,85,0,0,0,0,31,104,et.po,,et,,estonian,,,et,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/es.po,31,104,121,0,0,0,0,31,104,es.po,,es,,spanish,,,es,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/eo.po,31,104,95,0,0,0,0,31,104,eo.po,,eo,,esperanto,,,eo,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/el.po,31,104,107,0,0,0,0,31,104,el.po,,el,,greek,,,el,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/dz.po,31,104,74,0,0,0,0,31,104,dz.po,,dz,,dzongkha,,,dz,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/de.po,31,104,79,0,0,0,0,31,104,de.po,,de,,german,,,de,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/da.po,31,104,88,0,0,0,0,31,104,da.po,,da,,danish,,,da,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/cy.po,31,104,101,0,0,0,0,31,104,cy.po,,cy,,welsh,,,cy,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/cs.po,31,104,97,0,0,0,0,31,104,cs.po,,cs,,czech,,,cs,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/crh.po,31,104,93,0,0,0,0,31,104,crh.po,,crh,,crimean turkish,,,crh,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ca.po,31,104,115,0,0,0,0,31,104,ca.po,,ca,,catalan,,,ca,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/byn.po,1,2,2,4,15,26,87,31,104,byn.po,,byn,,blin,,,byn,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/bs.po,31,104,96,0,0,0,0,31,104,bs.po,,bs,,bosnian,,,bs,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/br.po,21,82,81,0,0,10,22,31,104,br.po,,br,,breton,,,br,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/bn_in.po,31,104,96,0,0,0,0,31,104,bn_in.po,,bn,in,bangla,,india,bn_in,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/bn.po,31,104,96,0,0,0,0,31,104,bn.po,,bn,,bangla,,,bn,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/bg.po,31,104,93,0,0,0,0,31,104,bg.po,,bg,,bulgarian,,,bg,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/be.po,31,104,94,0,0,0,0,31,104,be.po,,be,,belarusian,,,be,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/az.po,1,2,2,14,53,16,49,31,104,az.po,,az,,azerbaijani,,,az,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ast.po,31,104,98,0,0,0,0,31,104,ast.po,,ast,,asturian,,,ast,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/as.po,31,104,96,0,0,0,0,31,104,as.po,,as,,assamese,,,as,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/ar.po,31,104,91,0,0,0,0,31,104,ar.po,,ar,,arabic,,,ar,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/am.po,1,2,2,9,40,21,62,31,104,am.po,,am,,amharic,,,am,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_3166-3/af.po,9,27,18,1,2,21,75,31,104,af.po,,af,,afrikaans,,,af,iso_3166-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/zh_tw.po,170,348,179,0,0,0,0,170,348,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/zh_hk.po,95,198,95,37,77,38,73,170,348,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/zh_cn.po,145,259,151,17,65,8,24,170,348,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/vi.po,145,259,393,17,65,8,24,170,348,vi.po,,vi,,vietnamese,,,vi,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/uk.po,170,348,333,0,0,0,0,170,348,uk.po,,uk,,ukrainian,,,uk,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/tr.po,96,199,202,39,95,35,54,170,348,tr.po,,tr,,turkish,,,tr,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/th.po,145,259,247,17,65,8,24,170,348,th.po,,th,,thai,,,th,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/sv.po,170,348,302,0,0,0,0,170,348,sv.po,,sv,,swedish,,,sv,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/sr@latin.po,145,259,245,17,65,8,24,170,348,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/sr.po,145,259,245,17,65,8,24,170,348,sr.po,,sr,,serbian,,,sr,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/sl.po,145,259,257,17,65,8,24,170,348,sl.po,,sl,,slovenian,,,sl,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/sk.po,87,184,179,33,56,50,108,170,348,sk.po,,sk,,slovak,,,sk,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/sc.po,170,348,408,0,0,0,0,170,348,sc.po,,sc,,sardinian,,,sc,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/rw.po,85,176,241,49,117,36,55,170,348,rw.po,,rw,,kinyarwanda,,,rw,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/ru.po,170,348,339,0,0,0,0,170,348,ru.po,,ru,,russian,,,ru,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/ro.po,143,254,255,16,56,11,38,170,348,ro.po,,ro,,romanian,,,ro,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/pt_br.po,170,348,397,0,0,0,0,170,348,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/pt.po,94,196,233,41,98,35,54,170,348,pt.po,,pt,,portuguese,,,pt,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/pl.po,170,348,318,0,0,0,0,170,348,pl.po,,pl,,polish,,,pl,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/oc.po,4,5,5,0,0,166,343,170,348,oc.po,,oc,,occitan,,,oc,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/nn.po,143,255,279,19,69,8,24,170,348,nn.po,,nn,,norwegian nynorsk,,,nn,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/nl.po,170,348,370,0,0,0,0,170,348,nl.po,,nl,,dutch,,,nl,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/nb.po,158,297,319,12,51,0,0,170,348,nb.po,,nb,,norwegian bokmål,,,nb,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/mn.po,84,174,174,49,118,37,56,170,348,mn.po,,mn,,mongolian,,,mn,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/lv.po,145,259,255,17,65,8,24,170,348,lv.po,,lv,,latvian,,,lv,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/lt.po,143,255,254,19,69,8,24,170,348,lt.po,,lt,,lithuanian,,,lt,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/ko.po,170,348,389,0,0,0,0,170,348,ko.po,,ko,,korean,,,ko,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/ja.po,170,348,176,0,0,0,0,170,348,ja.po,,ja,,japanese,,,ja,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/it.po,170,348,356,0,0,0,0,170,348,it.po,,it,,italian,,,it,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/is.po,170,348,309,0,0,0,0,170,348,is.po,,is,,icelandic,,,is,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/id.po,170,348,345,0,0,0,0,170,348,id.po,,id,,indonesian,,,id,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/hu.po,170,348,337,0,0,0,0,170,348,hu.po,,hu,,hungarian,,,hu,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/hr.po,170,348,344,0,0,0,0,170,348,hr.po,,hr,,croatian,,,hr,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/gl.po,46,99,126,36,83,88,166,170,348,gl.po,,gl,,galician,,,gl,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/ga.po,73,154,176,18,32,79,162,170,348,ga.po,,ga,,irish,,,ga,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/fr.po,170,348,376,0,0,0,0,170,348,fr.po,,fr,,french,,,fr,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/fi.po,145,259,256,17,65,8,24,170,348,fi.po,,fi,,finnish,,,fi,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/et.po,170,348,318,0,0,0,0,170,348,et.po,,et,,estonian,,,et,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/es.po,145,259,295,17,65,8,24,170,348,es.po,,es,,spanish,,,es,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/el.po,155,280,280,15,68,0,0,170,348,el.po,,el,,greek,,,el,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/de.po,170,348,280,0,0,0,0,170,348,de.po,,de,,german,,,de,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/da.po,145,259,236,17,65,8,24,170,348,da.po,,da,,danish,,,da,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/cs.po,145,259,249,17,65,8,24,170,348,cs.po,,cs,,czech,,,cs,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/ca.po,167,326,371,0,0,3,22,170,348,ca.po,,ca,,catalan,,,ca,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/br.po,102,181,181,11,23,57,144,170,348,br.po,,br,,breton,,,br,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_4217/be.po,170,348,326,0,0,0,0,170,348,be.po,,be,,belarusian,,,be,iso_4217 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/zu.po,44,44,46,134,191,309,536,487,771,zu.po,,zu,,zulu,,,zu,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/zh_tw.po,487,771,517,0,0,0,0,487,771,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/zh_hk.po,424,602,427,47,121,16,48,487,771,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/zh_cn.po,478,747,483,5,17,4,7,487,771,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/xh.po,49,49,49,137,205,301,517,487,771,xh.po,,xh,,xhosa,,,xh,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/wa.po,478,747,721,5,17,4,7,487,771,wa.po,,wa,,walloon,,,wa,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/vi.po,480,751,1392,5,17,2,3,487,771,vi.po,,vi,,vietnamese,,,vi,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ve.po,37,37,37,255,337,195,397,487,771,ve.po,,ve,,venda,,,ve,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/uk.po,487,771,718,0,0,0,0,487,771,uk.po,,uk,,ukrainian,,,uk,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/tt@iqtelif.po,148,155,155,66,140,273,476,487,771,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/tt.po,148,155,155,66,140,273,476,487,771,tt.po,,tt,,tatar,,,tt,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/tr.po,480,751,873,5,17,2,3,487,771,tr.po,,tr,,turkish,,,tr,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/tig.po,119,122,119,49,98,319,551,487,771,tig.po,,tig,,tigre,,,tig,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ti.po,119,122,119,49,98,319,551,487,771,ti.po,,ti,,tigrinya,,,ti,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/th.po,269,435,327,3,11,215,325,487,771,th.po,,th,,thai,,,th,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/te.po,475,738,737,7,21,5,12,487,771,te.po,,te,,telugu,,,te,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ta.po,475,738,716,7,21,5,12,487,771,ta.po,,ta,,tamil,,,ta,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/sv.po,487,771,627,0,0,0,0,487,771,sv.po,,sv,,swedish,,,sv,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/sr@latin.po,487,771,750,0,0,0,0,487,771,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/sr.po,487,771,750,0,0,0,0,487,771,sr.po,,sr,,serbian,,,sr,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/sl.po,480,751,670,5,17,2,3,487,771,sl.po,,sl,,slovenian,,,sl,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/sk.po,485,768,752,1,2,1,1,487,771,sk.po,,sk,,slovak,,,sk,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/sc.po,487,771,803,0,0,0,0,487,771,sc.po,,sc,,sardinian,,,sc,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/rw.po,356,420,430,95,231,36,120,487,771,rw.po,,rw,,kinyarwanda,,,rw,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ru.po,480,751,686,5,17,2,3,487,771,ru.po,,ru,,russian,,,ru,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ro.po,478,747,741,5,17,4,7,487,771,ro.po,,ro,,romanian,,,ro,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/pt_br.po,487,771,755,0,0,0,0,487,771,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/pt.po,272,343,343,139,224,76,204,487,771,pt.po,,pt,,portuguese,,,pt,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ps.po,29,29,29,33,63,425,679,487,771,ps.po,,ps,,pashto,,,ps,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/pl.po,487,771,714,0,0,0,0,487,771,pl.po,,pl,,polish,,,pl,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/pa.po,487,771,770,0,0,0,0,487,771,pa.po,,pa,,punjabi,,,pa,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/or.po,478,747,749,5,17,4,7,487,771,or.po,,or,,odia,,,or,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/oc.po,159,178,181,26,54,302,539,487,771,oc.po,,oc,,occitan,,,oc,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/nso.po,55,56,60,99,149,333,566,487,771,nso.po,,nso,,northern sotho,,,nso,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/nn.po,217,321,251,85,190,185,260,487,771,nn.po,,nn,,norwegian nynorsk,,,nn,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/nl.po,487,771,721,0,0,0,0,487,771,nl.po,,nl,,dutch,,,nl,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/nb.po,155,180,170,108,160,224,431,487,771,nb.po,,nb,,norwegian bokmål,,,nb,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/mt.po,240,271,272,169,279,78,221,487,771,mt.po,,mt,,maltese,,,mt,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ms.po,45,45,47,138,194,304,532,487,771,ms.po,,ms,,malay,,,ms,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/mr.po,478,747,752,5,17,4,7,487,771,mr.po,,mr,,marathi,,,mr,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/mn.po,135,141,142,173,264,179,366,487,771,mn.po,,mn,,mongolian,,,mn,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ml.po,475,738,719,7,21,5,12,487,771,ml.po,,ml,,malayalam,,,ml,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/mk.po,35,35,35,143,200,309,536,487,771,mk.po,,mk,,macedonian,,,mk,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/mi.po,24,24,51,154,211,309,536,487,771,mi.po,,mi,,maori,,,mi,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/lv.po,480,751,593,5,17,2,3,487,771,lv.po,,lv,,latvian,,,lv,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/lt.po,471,727,677,7,21,9,23,487,771,lt.po,,lt,,lithuanian,,,lt,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/kok.po,118,123,120,54,111,315,537,487,771,kok.po,,kok,,konkani,,,kok,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ko.po,487,771,607,0,0,0,0,487,771,ko.po,,ko,,korean,,,ko,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/kn.po,475,738,738,7,21,5,12,487,771,kn.po,,kn,,kannada,,,kn,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ja.po,428,609,523,45,117,14,45,487,771,ja.po,,ja,,japanese,,,ja,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/it.po,487,771,776,0,0,0,0,487,771,it.po,,it,,italian,,,it,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/is.po,487,771,744,0,0,0,0,487,771,is.po,,is,,icelandic,,,is,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/id.po,487,771,788,0,0,0,0,487,771,id.po,,id,,indonesian,,,id,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/hu.po,487,771,716,0,0,0,0,487,771,hu.po,,hu,,hungarian,,,hu,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/hr.po,234,390,350,4,15,249,366,487,771,hr.po,,hr,,croatian,,,hr,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/hi.po,118,121,120,49,98,320,552,487,771,hi.po,,hi,,hindi,,,hi,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/he.po,49,49,49,132,189,306,533,487,771,he.po,,he,,hebrew,,,he,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/gu.po,478,747,752,5,17,4,7,487,771,gu.po,,gu,,gujarati,,,gu,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/gl.po,478,747,783,5,17,4,7,487,771,gl.po,,gl,,galician,,,gl,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/gez.po,119,122,119,49,98,319,551,487,771,gez.po,,gez,,geez,,,gez,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ga.po,283,464,421,3,11,201,296,487,771,ga.po,,ga,,irish,,,ga,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/fr.po,487,771,718,0,0,0,0,487,771,fr.po,,fr,,french,,,fr,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/fi.po,478,747,551,5,17,4,7,487,771,fi.po,,fi,,finnish,,,fi,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/fa.po,298,349,349,84,209,105,213,487,771,fa.po,,fa,,persian,,,fa,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/eu.po,361,539,486,38,95,88,137,487,771,eu.po,,eu,,basque,,,eu,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/et.po,487,771,582,0,0,0,0,487,771,et.po,,et,,estonian,,,et,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/es.po,394,520,538,58,145,35,106,487,771,es.po,,es,,spanish,,,es,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/eo.po,480,751,645,5,17,2,3,487,771,eo.po,,eo,,esperanto,,,eo,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/el.po,130,212,209,45,99,312,460,487,771,el.po,,el,,greek,,,el,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/de.po,487,771,639,0,0,0,0,487,771,de.po,,de,,german,,,de,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/da.po,480,751,679,5,17,2,3,487,771,da.po,,da,,danish,,,da,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/cy.po,115,116,115,176,257,196,398,487,771,cy.po,,cy,,welsh,,,cy,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/cs.po,487,771,746,0,0,0,0,487,771,cs.po,,cs,,czech,,,cs,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/crh.po,427,603,718,39,95,21,73,487,771,crh.po,,crh,,crimean turkish,,,crh,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ca.po,487,771,790,0,0,0,0,487,771,ca.po,,ca,,catalan,,,ca,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/byn.po,119,122,119,49,98,319,551,487,771,byn.po,,byn,,blin,,,byn,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/bs.po,47,47,47,117,159,323,565,487,771,bs.po,,bs,,bosnian,,,bs,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/br.po,176,238,218,38,93,273,440,487,771,br.po,,br,,breton,,,br,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/bn.po,479,748,747,5,17,3,6,487,771,bn.po,,bn,,bangla,,,bn,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/bg.po,255,417,348,4,15,228,339,487,771,bg.po,,bg,,bulgarian,,,bg,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/be.po,487,771,635,0,0,0,0,487,771,be.po,,be,,belarusian,,,be,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/az.po,24,24,24,161,217,302,530,487,771,az.po,,az,,azerbaijani,,,az,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ast.po,477,745,750,6,19,4,7,487,771,ast.po,,ast,,asturian,,,ast,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/as.po,477,745,748,6,19,4,7,487,771,as.po,,as,,assamese,,,as,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/ar.po,99,111,115,126,181,262,479,487,771,ar.po,,ar,,arabic,,,ar,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/am.po,118,121,118,51,100,318,550,487,771,am.po,,am,,amharic,,,am,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-2/af.po,157,185,166,146,211,184,375,487,771,af.po,,af,,afrikaans,,,af,iso_639-2 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/zu.po,49,49,51,2873,3575,6323,10224,9245,13848,zu.po,,zu,,zulu,,,zu,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/zh_tw.po,633,1195,704,2641,3206,5971,9447,9245,13848,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/zh_cn.po,300,409,315,2955,3791,5990,9648,9245,13848,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/xh.po,52,52,52,2784,3470,6409,10326,9245,13848,xh.po,,xh,,xhosa,,,xh,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/wa.po,322,357,366,4066,5629,4857,7862,9245,13848,wa.po,,wa,,walloon,,,wa,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/vi.po,339,378,789,4885,6557,4021,6913,9245,13848,vi.po,,vi,,vietnamese,,,vi,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ve.po,40,40,42,4327,5593,4878,8215,9245,13848,ve.po,,ve,,venda,,,ve,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/uk.po,9245,13848,13127,0,0,0,0,9245,13848,uk.po,,uk,,ukrainian,,,uk,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tt@iqtelif.po,149,155,156,3305,4421,5791,9272,9245,13848,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tt.po,149,155,156,3305,4421,5791,9272,9245,13848,tt.po,,tt,,tatar,,,tt,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tr.po,7402,10024,10142,660,1289,1183,2535,9245,13848,tr.po,,tr,,turkish,,,tr,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/tig.po,120,123,120,2922,3857,6203,9868,9245,13848,tig.po,,tig,,tigre,,,tig,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ti.po,121,124,121,2921,3856,6203,9868,9245,13848,ti.po,,ti,,tigrinya,,,ti,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/th.po,717,1493,872,192,415,8336,11940,9245,13848,th.po,,th,,thai,,,th,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ta.po,7371,9970,9855,1323,2805,551,1073,9245,13848,ta.po,,ta,,tamil,,,ta,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/sv.po,9245,13848,13582,0,0,0,0,9245,13848,sv.po,,sv,,swedish,,,sv,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/sr@latin.po,332,373,374,4923,6621,3990,6854,9245,13848,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/sr.po,332,373,374,4923,6621,3990,6854,9245,13848,sr.po,,sr,,serbian,,,sr,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/sl.po,322,362,350,4071,5656,4852,7830,9245,13848,sl.po,,sl,,slovenian,,,sl,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/sk.po,256,322,327,2873,3574,6116,9952,9245,13848,sk.po,,sk,,slovak,,,sk,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/sc.po,479,590,616,0,0,8766,13258,9245,13848,sc.po,,sc,,sardinian,,,sc,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/rw.po,328,359,361,4920,6621,3997,6868,9245,13848,rw.po,,rw,,kinyarwanda,,,rw,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ru.po,351,401,392,4715,6213,4179,7234,9245,13848,ru.po,,ru,,russian,,,ru,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ro.po,247,308,315,3043,3762,5955,9778,9245,13848,ro.po,,ro,,romanian,,,ro,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/pt_br.po,427,515,523,2057,3005,6761,10328,9245,13848,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/pt.po,237,263,263,4850,6368,4158,7217,9245,13848,pt.po,,pt,,portuguese,,,pt,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ps.po,29,29,29,1041,1368,8175,12451,9245,13848,ps.po,,ps,,pashto,,,ps,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/pl.po,2639,4164,3978,0,0,6606,9684,9245,13848,pl.po,,pl,,polish,,,pl,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/pa.po,7377,9980,9977,1321,2800,547,1068,9245,13848,pa.po,,pa,,punjabi,,,pa,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/or.po,3502,5403,5397,1003,2182,4740,6263,9245,13848,or.po,,or,,odia,,,or,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/oc.po,78,86,88,130,247,9037,13515,9245,13848,oc.po,,oc,,occitan,,,oc,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/nso.po,59,60,62,2828,3687,6358,10101,9245,13848,nso.po,,nso,,northern sotho,,,nso,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/nn.po,175,204,193,3660,5191,5410,8453,9245,13848,nn.po,,nn,,norwegian nynorsk,,,nn,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/nl.po,1629,2248,2163,3812,5050,3804,6550,9245,13848,nl.po,,nl,,dutch,,,nl,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/nb.po,133,139,140,3914,5020,5198,8689,9245,13848,nb.po,,nb,,norwegian bokmål,,,nb,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/mt.po,239,261,264,4890,6429,4116,7158,9245,13848,mt.po,,mt,,maltese,,,mt,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ms.po,49,49,50,2877,3561,6319,10238,9245,13848,ms.po,,ms,,malay,,,ms,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/mr.po,7442,10085,10090,1264,2710,539,1053,9245,13848,mr.po,,mr,,marathi,,,mr,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/mn.po,140,147,148,4359,5651,4746,8050,9245,13848,mn.po,,mn,,mongolian,,,mn,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/mk.po,39,39,39,2883,3585,6323,10224,9245,13848,mk.po,,mk,,macedonian,,,mk,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/mi.po,28,28,61,2894,3596,6323,10224,9245,13848,mi.po,,mi,,maori,,,mi,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/lv.po,255,318,289,2874,3578,6116,9952,9245,13848,lv.po,,lv,,latvian,,,lv,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/lt.po,638,1096,1112,589,1228,8018,11524,9245,13848,lt.po,,lt,,lithuanian,,,lt,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/kok.po,119,124,122,2925,3904,6201,9820,9245,13848,kok.po,,kok,,konkani,,,kok,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ko.po,360,437,435,2911,3612,5974,9799,9245,13848,ko.po,,ko,,korean,,,ko,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/kn.po,6608,9115,9134,1290,2747,1347,1986,9245,13848,kn.po,,kn,,kannada,,,kn,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ja.po,338,375,360,4885,6557,4022,6916,9245,13848,ja.po,,ja,,japanese,,,ja,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/it.po,8606,12469,12738,448,1004,191,375,9245,13848,it.po,,it,,italian,,,it,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/is.po,3521,4877,4485,1343,1591,4381,7380,9245,13848,is.po,,is,,icelandic,,,is,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/id.po,7135,9500,9566,430,959,1680,3389,9245,13848,id.po,,id,,indonesian,,,id,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/hu.po,979,1111,1079,4273,5880,3993,6857,9245,13848,hu.po,,hu,,hungarian,,,hu,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/hr.po,538,1113,999,42,100,8665,12635,9245,13848,hr.po,,hr,,croatian,,,hr,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/hi.po,118,121,120,2943,3907,6184,9820,9245,13848,hi.po,,hi,,hindi,,,hi,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/he.po,53,53,53,2872,3574,6320,10221,9245,13848,he.po,,he,,hebrew,,,he,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/gu.po,888,1039,1041,377,728,7980,12081,9245,13848,gu.po,,gu,,gujarati,,,gu,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/gl.po,7470,10120,10525,1249,2690,526,1038,9245,13848,gl.po,,gl,,galician,,,gl,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/gez.po,120,123,120,2922,3857,6203,9868,9245,13848,gez.po,,gez,,geez,,,gez,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ga.po,202,233,233,3741,5221,5302,8394,9245,13848,ga.po,,ga,,irish,,,ga,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/fr.po,9245,13848,14903,0,0,0,0,9245,13848,fr.po,,fr,,french,,,fr,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/fi.po,338,375,348,4872,6543,4035,6930,9245,13848,fi.po,,fi,,finnish,,,fi,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/fa.po,279,306,311,4607,6262,4359,7280,9245,13848,fa.po,,fa,,persian,,,fa,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/eu.po,397,548,505,2757,3453,6091,9847,9245,13848,eu.po,,eu,,basque,,,eu,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/et.po,613,757,645,2120,2652,6512,10439,9245,13848,et.po,,et,,estonian,,,et,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/es.po,327,362,372,4906,6607,4012,6879,9245,13848,es.po,,es,,spanish,,,es,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/eo.po,339,378,371,4898,6570,4008,6900,9245,13848,eo.po,,eo,,esperanto,,,eo,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/el.po,845,1722,1734,443,866,7957,11260,9245,13848,el.po,,el,,greek,,,el,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/de.po,9007,13484,12160,193,311,45,53,9245,13848,de.po,,de,,german,,,de,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/da.po,429,663,559,4854,6387,3962,6798,9245,13848,da.po,,da,,danish,,,da,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/cy.po,120,120,120,3986,4950,5139,8778,9245,13848,cy.po,,cy,,welsh,,,cy,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/cs.po,335,372,375,3410,4866,5500,8610,9245,13848,cs.po,,cs,,czech,,,cs,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/crh.po,6573,8061,8159,1097,2200,1575,3587,9245,13848,crh.po,,crh,,crimean turkish,,,crh,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ca.po,587,831,869,3730,4786,4928,8231,9245,13848,ca.po,,ca,,catalan,,,ca,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/byn.po,120,123,120,2922,3857,6203,9868,9245,13848,byn.po,,byn,,blin,,,byn,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/bs.po,51,51,51,2644,3221,6550,10576,9245,13848,bs.po,,bs,,bosnian,,,bs,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/br.po,809,1040,1063,490,983,7946,11825,9245,13848,br.po,,br,,breton,,,br,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/bn.po,1543,2028,2030,4009,5565,3693,6255,9245,13848,bn.po,,bn,,bangla,,,bn,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/bg.po,395,680,567,16,31,8834,13137,9245,13848,bg.po,,bg,,bulgarian,,,bg,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/az.po,25,25,25,3047,3764,6173,10059,9245,13848,az.po,,az,,azerbaijani,,,az,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ast.po,7590,10295,10309,1160,2549,495,1004,9245,13848,ast.po,,ast,,asturian,,,ast,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/ar.po,92,99,101,3020,3755,6133,9994,9245,13848,ar.po,,ar,,arabic,,,ar,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/am.po,119,122,119,2924,3859,6202,9867,9245,13848,am.po,,am,,amharic,,,am,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-3/af.po,128,132,131,4111,5176,5006,8540,9245,13848,af.po,,af,,afrikaans,,,af,iso_639-3 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/uk.po,115,258,249,0,0,0,0,115,258,uk.po,,uk,,ukrainian,,,uk,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/sv.po,115,258,203,0,0,0,0,115,258,sv.po,,sv,,swedish,,,sv,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/sr@latin.po,44,98,92,0,0,71,160,115,258,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/sr.po,44,98,92,0,0,71,160,115,258,sr.po,,sr,,serbian,,,sr,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/sc.po,115,258,269,0,0,0,0,115,258,sc.po,,sc,,sardinian,,,sc,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/pl.po,113,254,241,0,0,2,4,115,258,pl.po,,pl,,polish,,,pl,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/nl.po,115,258,231,0,0,0,0,115,258,nl.po,,nl,,dutch,,,nl,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/it.po,101,221,222,0,0,14,37,115,258,it.po,,it,,italian,,,it,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/is.po,115,258,243,0,0,0,0,115,258,is.po,,is,,icelandic,,,is,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/id.po,60,128,129,0,0,55,130,115,258,id.po,,id,,indonesian,,,id,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/hu.po,112,252,242,0,0,3,6,115,258,hu.po,,hu,,hungarian,,,hu,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/fr.po,115,258,260,0,0,0,0,115,258,fr.po,,fr,,french,,,fr,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/et.po,61,130,126,0,0,54,128,115,258,et.po,,et,,estonian,,,et,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/de.po,115,258,197,0,0,0,0,115,258,de.po,,de,,german,,,de,iso_639-5 -iso-codes-4.2-2.fc30.src.rpm.stats.csv,iso_639-5/be.po,115,258,246,0,0,0,0,115,258,be.po,,be,,belarusian,,,be,iso_639-5 -jbigkit-2.1-16.fc30.src.rpm.stats.csv,libjbig/po/ru.po,9,44,34,0,0,0,0,9,44,ru.po,,ru,,russian,,,ru,libjbig/po -jbigkit-2.1-16.fc30.src.rpm.stats.csv,libjbig/po/de.po,9,44,41,0,0,0,0,9,44,de.po,,de,,german,,,de,libjbig/po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ne.po,36,239,219,3,14,5,50,44,303,ne.po,,ne,,nepali,,,ne,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ro.po,44,303,310,0,0,0,0,44,303,ro.po,,ro,,romanian,,,ro,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/bn_in.po,27,226,184,0,0,17,77,44,303,bn_in.po,,bn,in,bangla,,india,bn_in,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/eo.po,27,221,205,6,33,11,49,44,303,eo.po,,eo,,esperanto,,,eo,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/sl.po,44,303,275,0,0,0,0,44,303,sl.po,,sl,,slovenian,,,sl,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/sv.po,44,303,259,0,0,0,0,44,303,sv.po,,sv,,swedish,,,sv,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/it.po,44,303,321,0,0,0,0,44,303,it.po,,it,,italian,,,it,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/bg.po,27,226,213,0,0,17,77,44,303,bg.po,,bg,,bulgarian,,,bg,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ca.po,44,303,405,0,0,0,0,44,303,ca.po,,ca,,catalan,,,ca,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/sr.po,44,303,269,0,0,0,0,44,303,sr.po,,sr,,serbian,,,sr,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/lv.po,44,303,250,0,0,0,0,44,303,lv.po,,lv,,latvian,,,lv,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/pt.po,44,303,320,0,0,0,0,44,303,pt.po,,pt,,portuguese,,,pt,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/sr@latin.po,44,303,269,0,0,0,0,44,303,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/lt.po,44,303,246,0,0,0,0,44,303,lt.po,,lt,,lithuanian,,,lt,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/et.po,27,226,173,0,0,17,77,44,303,et.po,,et,,estonian,,,et,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/gl.po,44,303,340,0,0,0,0,44,303,gl.po,,gl,,galician,,,gl,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/fr.po,44,303,345,0,0,0,0,44,303,fr.po,,fr,,french,,,fr,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/or.po,27,226,200,0,0,17,77,44,303,or.po,,or,,odia,,,or,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/tr.po,44,303,250,0,0,0,0,44,303,tr.po,,tr,,turkish,,,tr,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/hr.po,44,303,263,0,0,0,0,44,303,hr.po,,hr,,croatian,,,hr,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/zh_hk.po,44,303,80,0,0,0,0,44,303,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/de.po,44,303,290,0,0,0,0,44,303,de.po,,de,,german,,,de,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/id.po,44,303,286,0,0,0,0,44,303,id.po,,id,,indonesian,,,id,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/fur.po,44,303,352,0,0,0,0,44,303,fur.po,,fur,,friulian,,,fur,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/pt_br.po,44,303,324,0,0,0,0,44,303,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ja.po,27,226,72,0,0,17,77,44,303,ja.po,,ja,,japanese,,,ja,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ru.po,44,303,267,0,0,0,0,44,303,ru.po,,ru,,russian,,,ru,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/nl.po,44,303,291,0,0,0,0,44,303,nl.po,,nl,,dutch,,,nl,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/pa.po,27,226,207,0,0,17,77,44,303,pa.po,,pa,,punjabi,,,pa,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/eu.po,44,303,270,0,0,0,0,44,303,eu.po,,eu,,basque,,,eu,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/vi.po,29,244,264,0,0,15,59,44,303,vi.po,,vi,,vietnamese,,,vi,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,44,303,403,0,0,0,0,44,303,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/pl.po,44,303,270,0,0,0,0,44,303,pl.po,,pl,,polish,,,pl,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ml.po,27,226,165,0,0,17,77,44,303,ml.po,,ml,,malayalam,,,ml,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/bs.po,44,303,270,0,0,0,0,44,303,bs.po,,bs,,bosnian,,,bs,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/zh_cn.po,44,303,95,0,0,0,0,44,303,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/oc.po,44,303,351,0,0,0,0,44,303,oc.po,,oc,,occitan,,,oc,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/cs.po,44,303,279,0,0,0,0,44,303,cs.po,,cs,,czech,,,cs,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/as.po,44,303,276,0,0,0,0,44,303,as.po,,as,,assamese,,,as,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/tg.po,44,303,292,0,0,0,0,44,303,tg.po,,tg,,tajik,,,tg,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/sk.po,44,303,297,0,0,0,0,44,303,sk.po,,sk,,slovak,,,sk,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/te.po,27,226,191,0,0,17,77,44,303,te.po,,te,,telugu,,,te,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/hi.po,27,226,234,0,0,17,77,44,303,hi.po,,hi,,hindi,,,hi,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/zh_tw.po,44,303,80,0,0,0,0,44,303,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ko.po,44,303,237,0,0,0,0,44,303,ko.po,,ko,,korean,,,ko,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ug.po,25,208,167,0,0,19,95,44,303,ug.po,,ug,,uyghur,,,ug,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/hu.po,44,303,268,0,0,0,0,44,303,hu.po,,hu,,hungarian,,,hu,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/da.po,44,303,272,0,0,0,0,44,303,da.po,,da,,danish,,,da,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/es.po,44,303,351,0,0,0,0,44,303,es.po,,es,,spanish,,,es,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/he.po,44,303,303,0,0,0,0,44,303,he.po,,he,,hebrew,,,he,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/nb.po,26,159,145,0,0,18,144,44,303,nb.po,,nb,,norwegian bokmål,,,nb,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/el.po,44,303,302,0,0,0,0,44,303,el.po,,el,,greek,,,el,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/en_gb.po,44,303,303,0,0,0,0,44,303,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/ky.po,27,226,167,0,0,17,77,44,303,ky.po,,ky,,kyrgyz,,,ky,po -json-glib-1.4.4-2.fc30.src.rpm.stats.csv,po/uk.po,44,303,272,0,0,0,0,44,303,uk.po,,uk,,ukrainian,,,uk,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/nl.po,65,401,391,2,11,4,28,71,440,nl.po,,nl,,dutch,,,nl,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/zh_tw.po,64,396,168,2,11,5,33,71,440,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/pl.po,65,401,419,2,11,4,28,71,440,pl.po,,pl,,polish,,,pl,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/sv.po,71,440,423,0,0,0,0,71,440,sv.po,,sv,,swedish,,,sv,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/pt_br.po,65,401,427,2,11,4,28,71,440,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/rw.po,1,2,2,59,394,11,44,71,440,rw.po,,rw,,kinyarwanda,,,rw,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/fr.po,65,401,460,2,11,4,28,71,440,fr.po,,fr,,french,,,fr,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/tr.po,64,395,347,3,17,4,28,71,440,tr.po,,tr,,turkish,,,tr,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/hu.po,65,401,414,2,11,4,28,71,440,hu.po,,hu,,hungarian,,,hu,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/es.po,71,440,568,0,0,0,0,71,440,es.po,,es,,spanish,,,es,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/ru.po,17,83,85,22,99,32,258,71,440,ru.po,,ru,,russian,,,ru,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/id.po,65,401,398,2,11,4,28,71,440,id.po,,id,,indonesian,,,id,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/ro.po,65,401,416,2,11,4,28,71,440,ro.po,,ro,,romanian,,,ro,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/it.po,71,440,492,0,0,0,0,71,440,it.po,,it,,italian,,,it,po -jwhois-4.0-56.fc30.src.rpm.stats.csv,po/vi.po,71,440,666,0,0,0,0,71,440,vi.po,,vi,,vietnamese,,,vi,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/zh_cn.po,266,2051,1075,8,372,1,7,275,2430,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/uk.po,275,2430,2423,0,0,0,0,275,2430,uk.po,,uk,,ukrainian,,,uk,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/nl.po,275,2430,2442,0,0,0,0,275,2430,nl.po,,nl,,dutch,,,nl,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/da.po,207,1512,1431,53,752,15,166,275,2430,da.po,,da,,danish,,,da,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/el.po,266,2051,2213,8,372,1,7,275,2430,el.po,,el,,greek,,,el,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/ru.po,275,2430,2397,0,0,0,0,275,2430,ru.po,,ru,,russian,,,ru,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/eo.po,266,2051,2111,8,372,1,7,275,2430,eo.po,,eo,,esperanto,,,eo,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/cs.po,275,2430,2346,0,0,0,0,275,2430,cs.po,,cs,,czech,,,cs,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/sv.po,275,2430,2332,0,0,0,0,275,2430,sv.po,,sv,,swedish,,,sv,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/it.po,207,1512,1816,53,752,15,166,275,2430,it.po,,it,,italian,,,it,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/ro.po,162,1063,1180,63,657,50,710,275,2430,ro.po,,ro,,romanian,,,ro,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/vi.po,275,2430,3354,0,0,0,0,275,2430,vi.po,,vi,,vietnamese,,,vi,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/fr.po,219,1736,2139,49,642,7,52,275,2430,fr.po,,fr,,french,,,fr,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/id.po,181,1341,1370,68,678,26,411,275,2430,id.po,,id,,indonesian,,,id,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/de.po,275,2430,2500,0,0,0,0,275,2430,de.po,,de,,german,,,de,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/pl.po,275,2430,2424,0,0,0,0,275,2430,pl.po,,pl,,polish,,,pl,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/es.po,169,1259,1653,59,548,47,623,275,2430,es.po,,es,,spanish,,,es,po -kbd-2.0.4-13.fc30.src.rpm.stats.csv,po/tr.po,164,1075,1005,61,645,50,710,275,2430,tr.po,,tr,,turkish,,,tr,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/zh_tw.po,12,83,26,0,0,0,0,12,83,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/zh_cn.po,12,83,20,0,0,0,0,12,83,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,12,83,12,83,vi.po,,vi,,vietnamese,,,vi,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/uk.po,2,51,34,2,8,8,24,12,83,uk.po,,uk,,ukrainian,,,uk,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,12,83,12,83,tr.po,,tr,,turkish,,,tr,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/te.po,12,83,50,0,0,0,0,12,83,te.po,,te,,telugu,,,te,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ta_in.po,4,59,39,3,11,5,13,12,83,ta_in.po,,ta,in,tamil,,india,ta_in,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ta.po,12,83,66,0,0,0,0,12,83,ta.po,,ta,,tamil,,,ta,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/sv.po,2,51,43,2,8,8,24,12,83,sv.po,,sv,,swedish,,,sv,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/sr@latin.po,2,51,43,2,8,8,24,12,83,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/sr@latn.po,2,51,43,2,8,8,24,12,83,sr@latn.po,latn,sr,,serbian,latin,,sr@latn,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/sr.po,2,51,43,2,8,8,24,12,83,sr.po,,sr,,serbian,,,sr,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,12,83,12,83,sq.po,,sq,,albanian,,,sq,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/sl.po,2,51,42,2,8,8,24,12,83,sl.po,,sl,,slovenian,,,sl,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,12,83,12,83,sk.po,,sk,,slovak,,,sk,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/si.po,2,51,46,4,14,6,18,12,83,si.po,,si,,sinhala,,,si,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ru.po,12,83,59,0,0,0,0,12,83,ru.po,,ru,,russian,,,ru,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/pt_br.po,12,83,92,0,0,0,0,12,83,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/pt.po,2,51,55,2,8,8,24,12,83,pt.po,,pt,,portuguese,,,pt,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/pl.po,2,51,38,2,8,8,24,12,83,pl.po,,pl,,polish,,,pl,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/pa.po,5,64,66,0,0,7,19,12,83,pa.po,,pa,,punjabi,,,pa,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/or.po,12,83,91,0,0,0,0,12,83,or.po,,or,,odia,,,or,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,12,83,12,83,nl.po,,nl,,dutch,,,nl,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/nb.po,2,51,47,2,8,8,24,12,83,nb.po,,nb,,norwegian bokmål,,,nb,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ms.po,2,51,41,2,8,8,24,12,83,ms.po,,ms,,malay,,,ms,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/mr.po,12,83,73,0,0,0,0,12,83,mr.po,,mr,,marathi,,,mr,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ml.po,12,83,61,0,0,0,0,12,83,ml.po,,ml,,malayalam,,,ml,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,12,83,12,83,lv.po,,lv,,latvian,,,lv,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ko.po,12,83,63,0,0,0,0,12,83,ko.po,,ko,,korean,,,ko,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/kn.po,12,83,72,0,0,0,0,12,83,kn.po,,kn,,kannada,,,kn,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,12,83,12,83,ka.po,,ka,,georgian,,,ka,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ja.po,12,83,30,0,0,0,0,12,83,ja.po,,ja,,japanese,,,ja,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/it.po,12,83,88,0,0,0,0,12,83,it.po,,it,,italian,,,it,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/is.po,2,51,48,2,8,8,24,12,83,is.po,,is,,icelandic,,,is,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/id.po,2,51,45,2,8,8,24,12,83,id.po,,id,,indonesian,,,id,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/hu.po,2,51,35,2,8,8,24,12,83,hu.po,,hu,,hungarian,,,hu,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/hr.po,2,51,45,4,14,6,18,12,83,hr.po,,hr,,croatian,,,hr,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/hi.po,12,83,86,0,0,0,0,12,83,hi.po,,hi,,hindi,,,hi,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,12,83,12,83,he.po,,he,,hebrew,,,he,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/gu.po,12,83,89,0,0,0,0,12,83,gu.po,,gu,,gujarati,,,gu,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/fr.po,12,83,86,0,0,0,0,12,83,fr.po,,fr,,french,,,fr,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/fi.po,2,51,35,2,8,8,24,12,83,fi.po,,fi,,finnish,,,fi,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,12,83,12,83,fa.po,,fa,,persian,,,fa,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,12,83,12,83,et.po,,et,,estonian,,,et,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/es.po,12,83,95,0,0,0,0,12,83,es.po,,es,,spanish,,,es,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,12,83,12,83,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,12,83,12,83,el.po,,el,,greek,,,el,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/de.po,12,83,73,0,0,0,0,12,83,de.po,,de,,german,,,de,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/da.po,2,51,52,2,8,8,24,12,83,da.po,,da,,danish,,,da,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,12,83,12,83,cy.po,,cy,,welsh,,,cy,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/cs.po,2,51,47,2,8,8,24,12,83,cs.po,,cs,,czech,,,cs,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ca.po,2,51,53,2,8,8,24,12,83,ca.po,,ca,,catalan,,,ca,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,12,83,12,83,bs.po,,bs,,bosnian,,,bs,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/bn_in.po,12,83,82,0,0,0,0,12,83,bn_in.po,,bn,in,bangla,,india,bn_in,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/bg.po,2,51,49,2,8,8,24,12,83,bg.po,,bg,,bulgarian,,,bg,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/as.po,12,83,79,0,0,0,0,12,83,as.po,,as,,assamese,,,as,po -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,12,83,12,83,ar.po,,ar,,arabic,,,ar,po -kernel-5.0.7-300.fc30.src.rpm.stats.csv,tools/power/cpupower/po/pt.po,48,473,536,15,146,93,530,156,1149,pt.po,,pt,,portuguese,,,pt,tools/power/cpupower/po -kernel-5.0.7-300.fc30.src.rpm.stats.csv,tools/power/cpupower/po/it.po,48,473,513,15,146,93,530,156,1149,it.po,,it,,italian,,,it,tools/power/cpupower/po -kernel-5.0.7-300.fc30.src.rpm.stats.csv,tools/power/cpupower/po/fr.po,39,394,432,21,211,96,544,156,1149,fr.po,,fr,,french,,,fr,tools/power/cpupower/po -kernel-5.0.7-300.fc30.src.rpm.stats.csv,tools/power/cpupower/po/de.po,48,473,452,15,146,93,530,156,1149,de.po,,de,,german,,,de,tools/power/cpupower/po -kernel-5.0.7-300.fc30.src.rpm.stats.csv,tools/power/cpupower/po/cs.po,39,394,362,21,211,96,544,156,1149,cs.po,,cs,,czech,,,cs,tools/power/cpupower/po -krb5-1.17-4.fc30.src.rpm.stats.csv,src/po/de.po,1847,10072,10435,0,0,0,0,1847,10072,de.po,,de,,german,,,de,src/po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/zh_tw.po,98,450,199,0,0,0,0,98,450,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/zh_cn.po,91,419,191,1,7,6,24,98,450,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/uk.po,98,450,469,0,0,0,0,98,450,uk.po,,uk,,ukrainian,,,uk,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/tr.po,97,447,392,0,0,1,3,98,450,tr.po,,tr,,turkish,,,tr,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/sv.po,98,450,409,0,0,0,0,98,450,sv.po,,sv,,swedish,,,sv,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/sr@latin.po,62,297,289,0,0,36,153,98,450,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/sr.po,84,382,378,0,0,14,68,98,450,sr.po,,sr,,serbian,,,sr,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/sl.po,44,197,178,0,0,54,253,98,450,sl.po,,sl,,slovenian,,,sl,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/sk.po,84,383,368,0,0,14,67,98,450,sk.po,,sk,,slovak,,,sk,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/ru.po,86,396,375,0,0,12,54,98,450,ru.po,,ru,,russian,,,ru,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/pt_br.po,96,442,501,0,0,2,8,98,450,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/pt.po,62,297,325,0,0,36,153,98,450,pt.po,,pt,,portuguese,,,pt,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/pl.po,98,450,427,0,0,0,0,98,450,pl.po,,pl,,polish,,,pl,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/oc.po,48,211,240,0,0,50,239,98,450,oc.po,,oc,,occitan,,,oc,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/lt.po,98,450,391,0,0,0,0,98,450,lt.po,,lt,,lithuanian,,,lt,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/ko.po,86,396,327,0,0,12,54,98,450,ko.po,,ko,,korean,,,ko,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/it.po,98,450,493,0,0,0,0,98,450,it.po,,it,,italian,,,it,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/id.po,96,442,412,0,0,2,8,98,450,id.po,,id,,indonesian,,,id,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/hu.po,98,450,428,0,0,0,0,98,450,hu.po,,hu,,hungarian,,,hu,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/gl.po,61,294,346,0,0,37,156,98,450,gl.po,,gl,,galician,,,gl,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/fur.po,96,442,538,0,0,2,8,98,450,fur.po,,fur,,friulian,,,fur,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/fr.po,98,450,554,0,0,0,0,98,450,fr.po,,fr,,french,,,fr,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/fi.po,28,90,65,0,0,70,360,98,450,fi.po,,fi,,finnish,,,fi,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/es.po,97,447,515,1,3,0,0,98,450,es.po,,es,,spanish,,,es,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/en_gb.po,86,396,396,0,0,12,54,98,450,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/de.po,89,411,356,0,0,9,39,98,450,de.po,,de,,german,,,de,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/da.po,98,450,390,0,0,0,0,98,450,da.po,,da,,danish,,,da,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/cs.po,97,447,436,0,0,1,3,98,450,cs.po,,cs,,czech,,,cs,po -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv,po/ca.po,98,450,608,0,0,0,0,98,450,ca.po,,ca,,catalan,,,ca,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,17,17,17,17,lv.po,,lv,,latvian,,,lv,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,17,17,17,17,or.po,,or,,odia,,,or,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,17,17,17,17,nso.po,,nso,,northern sotho,,,nso,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,17,17,17,17,bn.po,,bn,,bangla,,,bn,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,17,17,17,17,br.po,,br,,breton,,,br,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,17,17,17,17,si.po,,si,,sinhala,,,si,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,17,17,17,17,bal.po,,bal,,baluchi,,,bal,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/hu.po,17,17,17,0,0,0,0,17,17,hu.po,,hu,,hungarian,,,hu,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ca.po,17,17,17,0,0,0,0,17,17,ca.po,,ca,,catalan,,,ca,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/zh_cn.po,17,17,17,0,0,0,0,17,17,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,17,17,17,17,is.po,,is,,icelandic,,,is,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,17,17,17,17,vi.po,,vi,,vietnamese,,,vi,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/be.po,17,17,17,0,0,0,0,17,17,be.po,,be,,belarusian,,,be,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,17,17,17,17,nn.po,,nn,,norwegian nynorsk,,,nn,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,17,17,17,17,fa.po,,fa,,persian,,,fa,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/fr.po,17,17,17,0,0,0,0,17,17,fr.po,,fr,,french,,,fr,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,17,17,17,17,ga.po,,ga,,irish,,,ga,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,17,17,17,17,anp.po,,anp,,angika,,,anp,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,17,17,17,17,tr.po,,tr,,turkish,,,tr,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,17,17,17,17,yo.po,,yo,,yoruba,,,yo,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,17,17,17,17,ia.po,,ia,,interlingua,,,ia,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,17,17,17,17,mai.po,,mai,,maithili,,,mai,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ja.po,0,0,0,0,0,17,17,17,17,ja.po,,ja,,japanese,,,ja,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,17,17,17,17,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,17,17,17,17,ne.po,,ne,,nepali,,,ne,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/pl.po,17,17,17,0,0,0,0,17,17,pl.po,,pl,,polish,,,pl,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,17,17,17,17,pa.po,,pa,,punjabi,,,pa,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,17,17,17,17,bo.po,,bo,,tibetan,,,bo,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,17,17,17,17,eo.po,,eo,,esperanto,,,eo,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,17,17,17,17,tw.po,,tw,,twi,,,tw,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,17,17,17,17,gu.po,,gu,,gujarati,,,gu,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,17,17,17,17,ast.po,,ast,,asturian,,,ast,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ru.po,17,17,17,0,0,0,0,17,17,ru.po,,ru,,russian,,,ru,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,17,17,17,17,kw.po,,kw,,cornish,,,kw,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,17,17,17,17,ro.po,,ro,,romanian,,,ro,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,17,17,17,17,ta.po,,ta,,tamil,,,ta,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,17,17,17,17,sl.po,,sl,,slovenian,,,sl,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/id.po,17,17,17,0,0,0,0,17,17,id.po,,id,,indonesian,,,id,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/sq.po,17,17,17,0,0,0,0,17,17,sq.po,,sq,,albanian,,,sq,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,17,17,17,17,ml.po,,ml,,malayalam,,,ml,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,17,17,17,17,af.po,,af,,afrikaans,,,af,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,17,17,17,17,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/nl.po,17,17,17,0,0,0,0,17,17,nl.po,,nl,,dutch,,,nl,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,17,17,17,17,ms.po,,ms,,malay,,,ms,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,17,17,17,17,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,17,17,17,17,te.po,,te,,telugu,,,te,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/sk.po,17,17,17,0,0,0,0,17,17,sk.po,,sk,,slovak,,,sk,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,17,17,17,17,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,17,17,17,17,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/sv.po,17,17,17,0,0,0,0,17,17,sv.po,,sv,,swedish,,,sv,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,17,17,17,17,lt.po,,lt,,lithuanian,,,lt,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,17,17,17,17,am.po,,am,,amharic,,,am,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,17,17,17,17,bg.po,,bg,,bulgarian,,,bg,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,17,17,17,17,he.po,,he,,hebrew,,,he,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,17,17,17,17,cy.po,,cy,,welsh,,,cy,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,17,17,17,17,as.po,,as,,assamese,,,as,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/pt_br.po,17,17,17,0,0,0,0,17,17,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/uk.po,17,17,17,0,0,0,0,17,17,uk.po,,uk,,ukrainian,,,uk,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,17,17,17,17,brx.po,,brx,,bodo,,,brx,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,17,17,17,17,ka.po,,ka,,georgian,,,ka,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,17,17,17,17,mk.po,,mk,,macedonian,,,mk,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,17,17,17,17,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,17,17,17,17,gl.po,,gl,,galician,,,gl,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,17,17,17,17,el.po,,el,,greek,,,el,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/it.po,17,17,17,0,0,0,0,17,17,it.po,,it,,italian,,,it,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/da.po,17,17,17,0,0,0,0,17,17,da.po,,da,,danish,,,da,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,17,17,17,17,eu.po,,eu,,basque,,,eu,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,17,17,17,17,nds.po,,nds,,low german,,,nds,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,17,17,17,17,kn.po,,kn,,kannada,,,kn,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,17,17,17,17,tg.po,,tg,,tajik,,,tg,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/cs.po,17,17,17,0,0,0,0,17,17,cs.po,,cs,,czech,,,cs,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,17,17,17,17,bn_in.po,,bn,in,bangla,,india,bn_in,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,17,17,17,17,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,17,17,17,17,pt.po,,pt,,portuguese,,,pt,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,17,17,17,17,sr.po,,sr,,serbian,,,sr,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,17,17,17,17,hr.po,,hr,,croatian,,,hr,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,17,17,17,17,ilo.po,,ilo,,iloko,,,ilo,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,17,17,17,17,th.po,,th,,thai,,,th,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,17,17,17,17,ar.po,,ar,,arabic,,,ar,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,17,17,17,17,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,17,17,17,17,zu.po,,zu,,zulu,,,zu,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,17,17,17,17,fi.po,,fi,,finnish,,,fi,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,17,17,17,17,et.po,,et,,estonian,,,et,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,17,17,17,17,km.po,,km,,khmer,,,km,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,17,17,17,17,ko.po,,ko,,korean,,,ko,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,17,17,17,17,hi.po,,hi,,hindi,,,hi,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/de.po,17,17,17,0,0,0,0,17,17,de.po,,de,,german,,,de,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,17,17,17,17,bs.po,,bs,,bosnian,,,bs,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/es.po,17,17,17,0,0,0,0,17,17,es.po,,es,,spanish,,,es,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,17,17,17,17,ky.po,,ky,,kyrgyz,,,ky,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,17,17,17,17,mr.po,,mr,,marathi,,,mr,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,17,17,17,17,kk.po,,kk,,kazakh,,,kk,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,17,17,17,17,ur.po,,ur,,urdu,,,ur,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,17,17,17,17,my.po,,my,,burmese,,,my,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,17,17,17,17,nb.po,,nb,,norwegian bokmål,,,nb,po -libbytesize-1.4-2.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,17,17,17,17,mn.po,,mn,,mongolian,,,mn,po -libconfig-1.7.2-3.fc30.src.rpm.stats.csv,contrib/ls-config/src/po/en_gb.po,52,255,258,0,0,0,0,52,255,en_gb.po,,en,gb,english,,united kingdom,en_gb,contrib/ls-config/src/po -libconfig-1.7.2-3.fc30.src.rpm.stats.csv,contrib/ls-config/src/po/pl_pl.po,52,255,260,0,0,0,0,52,255,pl_pl.po,,pl,pl,polish,,poland,pl_pl,contrib/ls-config/src/po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,111,640,233,0,0,62,383,173,1023,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,124,720,381,0,0,49,303,173,1023,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/uk.po,173,1023,1096,0,0,0,0,173,1023,uk.po,,uk,,ukrainian,,,uk,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/tr.po,12,72,60,0,0,161,951,173,1023,tr.po,,tr,,turkish,,,tr,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/th.po,1,2,1,0,0,172,1021,173,1023,th.po,,th,,thai,,,th,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/te.po,1,2,2,0,0,172,1021,173,1023,te.po,,te,,telugu,,,te,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/ta.po,1,2,2,0,0,172,1021,173,1023,ta.po,,ta,,tamil,,,ta,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/sv.po,106,615,640,0,0,67,408,173,1023,sv.po,,sv,,swedish,,,sv,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,1,2,2,0,0,172,1021,173,1023,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/sr.po,1,2,2,0,0,172,1021,173,1023,sr.po,,sr,,serbian,,,sr,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/sq.po,1,2,4,0,0,172,1021,173,1023,sq.po,,sq,,albanian,,,sq,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/sk.po,3,13,14,0,0,170,1010,173,1023,sk.po,,sk,,slovak,,,sk,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/ru.po,106,615,613,0,0,67,408,173,1023,ru.po,,ru,,russian,,,ru,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,106,615,711,0,0,67,408,173,1023,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/pt.po,13,74,86,0,0,160,949,173,1023,pt.po,,pt,,portuguese,,,pt,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/pl.po,173,1023,1139,0,0,0,0,173,1023,pl.po,,pl,,polish,,,pl,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/pa.po,5,22,28,0,0,168,1001,173,1023,pa.po,,pa,,punjabi,,,pa,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/or.po,1,2,2,0,0,172,1021,173,1023,or.po,,or,,odia,,,or,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/nl.po,24,157,169,0,0,149,866,173,1023,nl.po,,nl,,dutch,,,nl,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/nb.po,1,2,1,0,0,172,1021,173,1023,nb.po,,nb,,norwegian bokmål,,,nb,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/mr.po,1,2,3,0,0,172,1021,173,1023,mr.po,,mr,,marathi,,,mr,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/ml.po,1,2,1,0,0,172,1021,173,1023,ml.po,,ml,,malayalam,,,ml,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/mai.po,1,2,1,0,0,172,1021,173,1023,mai.po,,mai,,maithili,,,mai,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/ko.po,103,585,552,0,0,70,438,173,1023,ko.po,,ko,,korean,,,ko,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/kn.po,1,2,1,0,0,172,1021,173,1023,kn.po,,kn,,kannada,,,kn,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/ja.po,124,720,370,0,0,49,303,173,1023,ja.po,,ja,,japanese,,,ja,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/it.po,106,615,730,0,0,67,408,173,1023,it.po,,it,,italian,,,it,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/is.po,1,2,2,0,0,172,1021,173,1023,is.po,,is,,icelandic,,,is,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/id.po,3,13,12,0,0,170,1010,173,1023,id.po,,id,,indonesian,,,id,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/ia.po,1,2,2,0,0,172,1021,173,1023,ia.po,,ia,,interlingua,,,ia,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/hu.po,25,162,172,0,0,148,861,173,1023,hu.po,,hu,,hungarian,,,hu,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/hi.po,1,2,2,0,0,172,1021,173,1023,hi.po,,hi,,hindi,,,hi,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/gu.po,1,2,2,0,0,172,1021,173,1023,gu.po,,gu,,gujarati,,,gu,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/fur.po,14,88,113,0,0,159,935,173,1023,fur.po,,fur,,friulian,,,fur,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/fr.po,173,1023,1297,0,0,0,0,173,1023,fr.po,,fr,,french,,,fr,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/fil.po,1,8,9,0,0,172,1015,173,1023,fil.po,,fil,,filipino,,,fil,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/fi.po,8,36,32,0,0,165,987,173,1023,fi.po,,fi,,finnish,,,fi,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/fa.po,1,2,3,0,0,172,1021,173,1023,fa.po,,fa,,persian,,,fa,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/eu.po,1,4,5,0,0,172,1019,173,1023,eu.po,,eu,,basque,,,eu,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/es.po,106,615,810,0,0,67,408,173,1023,es.po,,es,,spanish,,,es,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/el.po,1,2,2,0,0,172,1021,173,1023,el.po,,el,,greek,,,el,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/de.po,106,615,658,0,0,67,408,173,1023,de.po,,de,,german,,,de,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/da.po,5,18,18,0,0,168,1005,173,1023,da.po,,da,,danish,,,da,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/cs.po,25,167,162,0,0,148,856,173,1023,cs.po,,cs,,czech,,,cs,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/ca.po,21,123,169,0,0,152,900,173,1023,ca.po,,ca,,catalan,,,ca,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,1,2,1,0,0,172,1021,173,1023,bn_in.po,,bn,in,bangla,,india,bn_in,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/bn.po,1,2,1,0,0,172,1021,173,1023,bn.po,,bn,,bangla,,,bn,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/bg.po,6,30,32,0,0,167,993,173,1023,bg.po,,bg,,bulgarian,,,bg,po -libdnf-0.28.1-1.fc30.src.rpm.stats.csv,po/as.po,1,2,1,0,0,172,1021,173,1023,as.po,,as,,assamese,,,as,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/sq.po,181,458,531,3,17,993,6502,1177,6977,sq.po,,sq,,albanian,,,sq,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/sr.po,602,3700,3293,4,25,571,3252,1177,6977,sr.po,,sr,,serbian,,,sr,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/tr.po,407,997,992,3,17,767,5963,1177,6977,tr.po,,tr,,turkish,,,tr,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/de.po,1176,6976,5965,1,1,0,0,1177,6977,de.po,,de,,german,,,de,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/pl.po,1177,6977,6334,0,0,0,0,1177,6977,pl.po,,pl,,polish,,,pl,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/nl.po,1172,6930,6251,5,47,0,0,1177,6977,nl.po,,nl,,dutch,,,nl,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/en_ca.po,59,705,705,0,0,1118,6272,1177,6977,en_ca.po,,en,ca,english,,canada,en_ca,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/zh_cn.po,355,999,736,3,17,819,5961,1177,6977,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/ru.po,648,3546,3071,5,47,524,3384,1177,6977,ru.po,,ru,,russian,,,ru,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/pt_br.po,657,1746,1936,3,17,517,5214,1177,6977,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/sk.po,1177,6977,6232,0,0,0,0,1177,6977,sk.po,,sk,,slovak,,,sk,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/sv.po,612,1540,1395,119,321,446,5116,1177,6977,sv.po,,sv,,swedish,,,sv,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/en_au.po,1172,6930,6930,5,47,0,0,1177,6977,en_au.po,,en,au,english,,australia,en_au,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/ja.po,728,1894,1376,24,80,425,5003,1177,6977,ja.po,,ja,,japanese,,,ja,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/vi.po,1177,6977,8942,0,0,0,0,1177,6977,vi.po,,vi,,vietnamese,,,vi,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/fr.po,182,1220,1329,393,1220,602,4537,1177,6977,fr.po,,fr,,french,,,fr,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/da.po,1177,6977,5807,0,0,0,0,1177,6977,da.po,,da,,danish,,,da,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/uk.po,548,1243,1389,0,0,629,5734,1177,6977,uk.po,,uk,,ukrainian,,,uk,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/es.po,242,2517,2806,387,2212,548,2248,1177,6977,es.po,,es,,spanish,,,es,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/it.po,892,5092,5425,57,503,228,1382,1177,6977,it.po,,it,,italian,,,it,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/pt.po,170,420,428,3,17,1004,6540,1177,6977,pt.po,,pt,,portuguese,,,pt,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/bs.po,1172,6930,6271,5,47,0,0,1177,6977,bs.po,,bs,,bosnian,,,bs,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/be.po,215,610,609,3,17,959,6350,1177,6977,be.po,,be,,belarusian,,,be,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/en_gb.po,1172,6930,6930,5,47,0,0,1177,6977,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libexif-0.6.21-19.fc30.src.rpm.stats.csv,po/cs.po,729,3309,2947,5,47,443,3621,1177,6977,cs.po,,cs,,czech,,,cs,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/lv.po,84,684,537,0,0,1,11,85,695,lv.po,,lv,,latvian,,,lv,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ta.po,74,597,446,0,0,11,98,85,695,ta.po,,ta,,tamil,,,ta,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/hi.po,76,614,721,0,0,9,81,85,695,hi.po,,hi,,hindi,,,hi,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/tr.po,82,673,539,0,0,3,22,85,695,tr.po,,tr,,turkish,,,tr,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/et.po,85,695,542,0,0,0,0,85,695,et.po,,et,,estonian,,,et,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/sl.po,84,684,640,0,0,1,11,85,695,sl.po,,sl,,slovenian,,,sl,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/cs.po,84,684,627,0,0,1,11,85,695,cs.po,,cs,,czech,,,cs,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/as.po,85,695,656,0,0,0,0,85,695,as.po,,as,,assamese,,,as,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/pl.po,84,684,594,0,0,1,11,85,695,pl.po,,pl,,polish,,,pl,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/th.po,84,684,195,0,0,1,11,85,695,th.po,,th,,thai,,,th,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/pt_br.po,84,684,717,0,0,1,11,85,695,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/fi.po,76,612,495,4,41,5,42,85,695,fi.po,,fi,,finnish,,,fi,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/oc.po,84,684,752,0,0,1,11,85,695,oc.po,,oc,,occitan,,,oc,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/it.po,84,684,695,0,0,1,11,85,695,it.po,,it,,italian,,,it,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/vi.po,84,684,848,0,0,1,11,85,695,vi.po,,vi,,vietnamese,,,vi,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/bs.po,85,695,609,0,0,0,0,85,695,bs.po,,bs,,bosnian,,,bs,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ar.po,55,403,333,0,0,30,292,85,695,ar.po,,ar,,arabic,,,ar,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/te.po,76,614,470,0,0,9,81,85,695,te.po,,te,,telugu,,,te,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/lt.po,84,684,526,0,0,1,11,85,695,lt.po,,lt,,lithuanian,,,lt,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/bg.po,85,695,751,0,0,0,0,85,695,bg.po,,bg,,bulgarian,,,bg,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ug.po,76,614,544,0,0,9,81,85,695,ug.po,,ug,,uyghur,,,ug,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/fr.po,84,684,770,0,0,1,11,85,695,fr.po,,fr,,french,,,fr,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/mr.po,74,597,506,0,0,11,98,85,695,mr.po,,mr,,marathi,,,mr,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/es.po,84,684,732,0,0,1,11,85,695,es.po,,es,,spanish,,,es,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/da.po,84,684,661,0,0,1,11,85,695,da.po,,da,,danish,,,da,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ja.po,81,659,129,0,0,4,36,85,695,ja.po,,ja,,japanese,,,ja,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/zh_cn.po,84,684,142,0,0,1,11,85,695,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/sv.po,84,684,652,0,0,1,11,85,695,sv.po,,sv,,swedish,,,sv,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/id.po,84,684,625,0,0,1,11,85,695,id.po,,id,,indonesian,,,id,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ca.po,85,695,729,0,0,0,0,85,695,ca.po,,ca,,catalan,,,ca,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/eo.po,51,370,319,0,0,34,325,85,695,eo.po,,eo,,esperanto,,,eo,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/zh_tw.po,84,684,148,0,0,1,11,85,695,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ko.po,84,684,476,0,0,1,11,85,695,ko.po,,ko,,korean,,,ko,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ml.po,30,192,143,2,22,53,481,85,695,ml.po,,ml,,malayalam,,,ml,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/nb.po,84,684,673,0,0,1,11,85,695,nb.po,,nb,,norwegian bokmål,,,nb,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/zh_hk.po,85,695,150,0,0,0,0,85,695,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ca@valencia.po,85,695,729,0,0,0,0,85,695,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/gu.po,48,324,349,4,34,33,337,85,695,gu.po,,gu,,gujarati,,,gu,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/pa.po,85,695,731,0,0,0,0,85,695,pa.po,,pa,,punjabi,,,pa,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/be.po,84,684,617,0,0,1,11,85,695,be.po,,be,,belarusian,,,be,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/eu.po,84,684,591,0,0,1,11,85,695,eu.po,,eu,,basque,,,eu,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/pt.po,84,684,722,0,0,1,11,85,695,pt.po,,pt,,portuguese,,,pt,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/kn.po,14,79,68,0,0,71,616,85,695,kn.po,,kn,,kannada,,,kn,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/en_gb.po,84,684,684,0,0,1,11,85,695,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ru.po,84,684,572,0,0,1,11,85,695,ru.po,,ru,,russian,,,ru,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/el.po,84,684,790,0,0,1,11,85,695,el.po,,el,,greek,,,el,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/ro.po,67,552,604,0,0,18,143,85,695,ro.po,,ro,,romanian,,,ro,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/he.po,84,684,564,0,0,1,11,85,695,he.po,,he,,hebrew,,,he,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/tg.po,12,106,107,0,0,73,589,85,695,tg.po,,tg,,tajik,,,tg,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/hu.po,84,684,569,0,0,1,11,85,695,hu.po,,hu,,hungarian,,,hu,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/gl.po,84,684,711,0,0,1,11,85,695,gl.po,,gl,,galician,,,gl,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/sr.po,84,684,640,0,0,1,11,85,695,sr.po,,sr,,serbian,,,sr,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/de.po,84,684,672,0,0,1,11,85,695,de.po,,de,,german,,,de,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/bn_in.po,67,552,540,0,0,18,143,85,695,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/or.po,74,597,582,0,0,11,98,85,695,or.po,,or,,odia,,,or,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/sr@latin.po,84,684,640,0,0,1,11,85,695,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/uk.po,74,597,503,0,0,11,98,85,695,uk.po,,uk,,ukrainian,,,uk,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/nl.po,75,607,608,0,0,10,88,85,695,nl.po,,nl,,dutch,,,nl,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/sk.po,84,684,642,0,0,1,11,85,695,sk.po,,sk,,slovak,,,sk,po -libgdata-0.17.9-4.fc30.src.rpm.stats.csv,po/fur.po,84,684,781,0,0,1,11,85,695,fur.po,,fur,,friulian,,,fur,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ml.po,39,187,147,0,0,20,99,59,286,ml.po,,ml,,malayalam,,,ml,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/nn.po,50,277,280,0,0,9,9,59,286,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/eu.po,55,242,201,0,0,4,44,59,286,eu.po,,eu,,basque,,,eu,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/lv.po,39,187,161,0,0,20,99,59,286,lv.po,,lv,,latvian,,,lv,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/km.po,39,187,69,0,0,20,99,59,286,km.po,,km,,khmer,,,km,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ar.po,55,242,231,0,0,4,44,59,286,ar.po,,ar,,arabic,,,ar,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/eo.po,40,188,159,0,0,19,98,59,286,eo.po,,eo,,esperanto,,,eo,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/bs.po,39,187,177,0,0,20,99,59,286,bs.po,,bs,,bosnian,,,bs,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,40,188,227,0,0,19,98,59,286,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/oc.po,39,187,239,0,0,20,99,59,286,oc.po,,oc,,occitan,,,oc,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ru.po,55,242,218,0,0,4,44,59,286,ru.po,,ru,,russian,,,ru,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ast.po,59,286,340,0,0,0,0,59,286,ast.po,,ast,,asturian,,,ast,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/vi.po,40,188,263,0,0,19,98,59,286,vi.po,,vi,,vietnamese,,,vi,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/hu.po,40,188,151,0,0,19,98,59,286,hu.po,,hu,,hungarian,,,hu,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ja.po,55,242,77,0,0,4,44,59,286,ja.po,,ja,,japanese,,,ja,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,55,242,241,0,0,4,44,59,286,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/cs.po,40,188,165,0,0,19,98,59,286,cs.po,,cs,,czech,,,cs,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/pa.po,55,242,236,0,0,4,44,59,286,pa.po,,pa,,punjabi,,,pa,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,55,242,68,0,0,4,44,59,286,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/lt.po,40,188,157,0,0,19,98,59,286,lt.po,,lt,,lithuanian,,,lt,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,49,235,217,0,0,10,51,59,286,be@latin.po,latin,be,,belarusian,,,be@latin,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/tr.po,40,188,175,0,0,19,98,59,286,tr.po,,tr,,turkish,,,tr,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/be.po,55,242,230,0,0,4,44,59,286,be.po,,be,,belarusian,,,be,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/uk.po,55,242,218,0,0,4,44,59,286,uk.po,,uk,,ukrainian,,,uk,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/id.po,40,188,199,0,0,19,98,59,286,id.po,,id,,indonesian,,,id,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/es.po,40,188,241,0,0,19,98,59,286,es.po,,es,,spanish,,,es,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,39,187,188,0,0,20,99,59,286,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ka.po,49,262,199,0,0,10,24,59,286,ka.po,,ka,,georgian,,,ka,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ro.po,55,242,238,0,0,4,44,59,286,ro.po,,ro,,romanian,,,ro,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/gl.po,55,242,317,0,0,4,44,59,286,gl.po,,gl,,galician,,,gl,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/or.po,55,242,255,0,0,4,44,59,286,or.po,,or,,odia,,,or,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/da.po,40,188,143,0,0,19,98,59,286,da.po,,da,,danish,,,da,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/nl.po,40,188,155,0,0,19,98,59,286,nl.po,,nl,,dutch,,,nl,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/kk.po,39,187,163,0,0,20,99,59,286,kk.po,,kk,,kazakh,,,kk,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/bg.po,55,242,272,0,0,4,44,59,286,bg.po,,bg,,bulgarian,,,bg,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/th.po,55,242,81,0,0,4,44,59,286,th.po,,th,,thai,,,th,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/tg.po,39,187,180,0,0,20,99,59,286,tg.po,,tg,,tajik,,,tg,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/bn.po,59,286,282,0,0,0,0,59,286,bn.po,,bn,,bangla,,,bn,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/dz.po,50,277,101,0,0,9,9,59,286,dz.po,,dz,,dzongkha,,,dz,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ug.po,55,242,216,0,0,4,44,59,286,ug.po,,ug,,uyghur,,,ug,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/et.po,55,242,197,0,0,4,44,59,286,et.po,,et,,estonian,,,et,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/sr.po,40,188,190,0,0,19,98,59,286,sr.po,,sr,,serbian,,,sr,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/he.po,55,242,244,0,0,4,44,59,286,he.po,,he,,hebrew,,,he,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,55,242,68,0,0,4,44,59,286,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ta.po,55,242,208,0,0,4,44,59,286,ta.po,,ta,,tamil,,,ta,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/si.po,49,262,268,0,0,10,24,59,286,si.po,,si,,sinhala,,,si,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,40,188,190,0,0,19,98,59,286,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/fur.po,39,187,233,0,0,20,99,59,286,fur.po,,fur,,friulian,,,fur,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ms.po,47,183,166,0,0,12,103,59,286,ms.po,,ms,,malay,,,ms,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ga.po,51,246,275,0,0,8,40,59,286,ga.po,,ga,,irish,,,ga,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/sk.po,40,188,170,0,0,19,98,59,286,sk.po,,sk,,slovak,,,sk,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,55,242,324,0,0,4,44,59,286,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/hi.po,39,187,187,0,0,20,99,59,286,hi.po,,hi,,hindi,,,hi,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/sq.po,49,235,286,0,0,10,51,59,286,sq.po,,sq,,albanian,,,sq,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ko.po,55,242,225,0,0,4,44,59,286,ko.po,,ko,,korean,,,ko,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/fr.po,55,242,296,0,0,4,44,59,286,fr.po,,fr,,french,,,fr,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/fa.po,55,242,227,0,0,4,44,59,286,fa.po,,fa,,persian,,,fa,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/sv.po,40,188,140,0,0,19,98,59,286,sv.po,,sv,,swedish,,,sv,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/it.po,40,188,217,0,0,19,98,59,286,it.po,,it,,italian,,,it,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,51,210,210,8,76,0,0,59,286,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/mr.po,39,187,162,0,0,20,99,59,286,mr.po,,mr,,marathi,,,mr,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/as.po,39,187,177,0,0,20,99,59,286,as.po,,as,,assamese,,,as,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/kn.po,39,187,159,0,0,20,99,59,286,kn.po,,kn,,kannada,,,kn,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/mk.po,49,235,281,0,0,10,51,59,286,mk.po,,mk,,macedonian,,,mk,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/pl.po,40,188,171,0,0,19,98,59,286,pl.po,,pl,,polish,,,pl,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/gu.po,55,242,224,0,0,4,44,59,286,gu.po,,gu,,gujarati,,,gu,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/pt.po,40,188,231,0,0,19,98,59,286,pt.po,,pt,,portuguese,,,pt,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/nb.po,55,242,211,0,0,4,44,59,286,nb.po,,nb,,norwegian bokmål,,,nb,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/te.po,55,242,215,0,0,4,44,59,286,te.po,,te,,telugu,,,te,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/el.po,39,187,187,0,0,20,99,59,286,el.po,,el,,greek,,,el,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/mai.po,27,109,111,0,0,32,177,59,286,mai.po,,mai,,maithili,,,mai,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/fi.po,40,188,126,0,0,19,98,59,286,fi.po,,fi,,finnish,,,fi,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/de.po,40,188,156,0,0,19,98,59,286,de.po,,de,,german,,,de,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/ca.po,55,242,324,0,0,4,44,59,286,ca.po,,ca,,catalan,,,ca,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/sl.po,40,188,173,0,0,19,98,59,286,sl.po,,sl,,slovenian,,,sl,po -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,55,242,68,0,0,4,44,59,286,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/eu.po,23,102,118,0,0,0,0,23,102,eu.po,,eu,,basque,,,eu,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/el.po,23,102,115,0,0,0,0,23,102,el.po,,el,,greek,,,el,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/id.po,23,102,105,0,0,0,0,23,102,id.po,,id,,indonesian,,,id,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/pt_br.po,23,102,131,0,0,0,0,23,102,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/de.po,23,102,102,0,0,0,0,23,102,de.po,,de,,german,,,de,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/bs.po,23,102,104,0,0,0,0,23,102,bs.po,,bs,,bosnian,,,bs,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/cs.po,23,102,98,0,0,0,0,23,102,cs.po,,cs,,czech,,,cs,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/tr.po,23,102,91,0,0,0,0,23,102,tr.po,,tr,,turkish,,,tr,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/sr.po,23,102,116,0,0,0,0,23,102,sr.po,,sr,,serbian,,,sr,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/fr.po,23,102,119,0,0,0,0,23,102,fr.po,,fr,,french,,,fr,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/sr@latin.po,23,102,116,0,0,0,0,23,102,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/es.po,23,102,140,0,0,0,0,23,102,es.po,,es,,spanish,,,es,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/ru.po,23,102,101,0,0,0,0,23,102,ru.po,,ru,,russian,,,ru,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/pl.po,23,102,112,0,0,0,0,23,102,pl.po,,pl,,polish,,,pl,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/lt.po,23,102,90,0,0,0,0,23,102,lt.po,,lt,,lithuanian,,,lt,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/oc.po,23,102,120,0,0,0,0,23,102,oc.po,,oc,,occitan,,,oc,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/sl.po,23,102,107,0,0,0,0,23,102,sl.po,,sl,,slovenian,,,sl,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/zh_cn.po,23,102,57,0,0,0,0,23,102,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/sv.po,23,102,83,0,0,0,0,23,102,sv.po,,sv,,swedish,,,sv,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/hu.po,23,102,103,0,0,0,0,23,102,hu.po,,hu,,hungarian,,,hu,po -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv,po/pt.po,23,102,112,0,0,0,0,23,102,pt.po,,pt,,portuguese,,,pt,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/hu.po,257,738,758,116,381,71,301,444,1420,hu.po,,hu,,hungarian,,,hu,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/vi.po,259,740,1268,114,373,71,307,444,1420,vi.po,,vi,,vietnamese,,,vi,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/zh_tw.po,327,978,445,75,270,42,172,444,1420,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/cs.po,327,978,986,75,270,42,172,444,1420,cs.po,,cs,,czech,,,cs,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/sv.po,274,789,688,107,358,63,273,444,1420,sv.po,,sv,,swedish,,,sv,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/zh_cn.po,200,546,230,115,376,129,498,444,1420,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/sr.po,257,738,794,112,367,75,315,444,1420,sr.po,,sr,,serbian,,,sr,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/de.po,444,1420,1369,0,0,0,0,444,1420,de.po,,de,,german,,,de,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/ru.po,444,1420,1447,0,0,0,0,444,1420,ru.po,,ru,,russian,,,ru,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/ro.po,223,613,723,138,446,83,361,444,1420,ro.po,,ro,,romanian,,,ro,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/uk.po,444,1420,1544,0,0,0,0,444,1420,uk.po,,uk,,ukrainian,,,uk,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/pl.po,417,1321,1380,17,55,10,44,444,1420,pl.po,,pl,,polish,,,pl,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/eo.po,259,740,728,118,387,67,293,444,1420,eo.po,,eo,,esperanto,,,eo,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/da.po,325,971,854,77,277,42,172,444,1420,da.po,,da,,danish,,,da,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/pt.po,310,922,1129,88,306,46,192,444,1420,pt.po,,pt,,portuguese,,,pt,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/nl.po,309,917,830,85,297,50,206,444,1420,nl.po,,nl,,dutch,,,nl,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/es.po,392,1187,1557,0,0,52,233,444,1420,es.po,,es,,spanish,,,es,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/ja.po,444,1420,540,0,0,0,0,444,1420,ja.po,,ja,,japanese,,,ja,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/it.po,310,922,1098,88,306,46,192,444,1420,it.po,,it,,italian,,,it,po -libgpg-error-1.33-2.fc30.src.rpm.stats.csv,po/fr.po,327,978,1166,75,270,42,172,444,1420,fr.po,,fr,,french,,,fr,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/cs.po,75,459,412,1,3,0,0,76,462,cs.po,,cs,,czech,,,cs,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/sr.po,76,462,482,0,0,0,0,76,462,sr.po,,sr,,serbian,,,sr,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/de.po,75,459,451,1,3,0,0,76,462,de.po,,de,,german,,,de,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/zh_tw.po,76,462,197,0,0,0,0,76,462,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/sv.po,76,462,432,0,0,0,0,76,462,sv.po,,sv,,swedish,,,sv,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/nl.po,76,462,463,0,0,0,0,76,462,nl.po,,nl,,dutch,,,nl,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/fi.po,76,462,355,0,0,0,0,76,462,fi.po,,fi,,finnish,,,fi,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/vi.po,76,462,624,0,0,0,0,76,462,vi.po,,vi,,vietnamese,,,vi,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/es.po,76,462,531,0,0,0,0,76,462,es.po,,es,,spanish,,,es,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/da.po,76,462,426,0,0,0,0,76,462,da.po,,da,,danish,,,da,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/pl.po,76,462,487,0,0,0,0,76,462,pl.po,,pl,,polish,,,pl,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/ja.po,48,269,112,23,173,5,20,76,462,ja.po,,ja,,japanese,,,ja,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/zh_cn.po,76,462,181,0,0,0,0,76,462,zh_cn.po,,zh,cn,chinese,,china,zh_cn,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/fr.po,76,462,509,0,0,0,0,76,462,fr.po,,fr,,french,,,fr,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/ru.po,76,462,409,0,0,0,0,76,462,ru.po,,ru,,russian,,,ru,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/it.po,75,459,491,1,3,0,0,76,462,it.po,,it,,italian,,,it,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/sk.po,69,405,386,5,50,2,7,76,462,sk.po,,sk,,slovak,,,sk,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/eu.po,44,263,239,23,173,9,26,76,462,eu.po,,eu,,basque,,,eu,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/uk.po,76,462,435,0,0,0,0,76,462,uk.po,,uk,,ukrainian,,,uk,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,libgphoto2_port/po/pt_br.po,76,462,555,0,0,0,0,76,462,pt_br.po,,pt,br,portuguese,,brazil,pt_br,libgphoto2_port/po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/cs.po,2159,9977,11381,255,890,60,203,2474,11070,cs.po,,cs,,czech,,,cs,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/de.po,2275,10183,9472,154,585,45,302,2474,11070,de.po,,de,,german,,,de,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/sv.po,2451,11013,9698,20,51,3,6,2474,11070,sv.po,,sv,,swedish,,,sv,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/nl.po,1895,8700,8049,298,1010,281,1360,2474,11070,nl.po,,nl,,dutch,,,nl,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/vi.po,2423,10925,15568,44,133,7,12,2474,11070,vi.po,,vi,,vietnamese,,,vi,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/es.po,1705,6671,7818,594,2310,175,2089,2474,11070,es.po,,es,,spanish,,,es,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/da.po,2451,11013,9807,20,51,3,6,2474,11070,da.po,,da,,danish,,,da,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/pl.po,2451,11013,11072,20,51,3,6,2474,11070,pl.po,,pl,,polish,,,pl,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/ja.po,1180,5257,2874,658,2916,636,2897,2474,11070,ja.po,,ja,,japanese,,,ja,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/zh_cn.po,602,2742,1278,749,3174,1123,5154,2474,11070,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/fr.po,2423,10925,13610,44,133,7,12,2474,11070,fr.po,,fr,,french,,,fr,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/hu.po,579,2661,2623,756,3217,1139,5192,2474,11070,hu.po,,hu,,hungarian,,,hu,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/ru.po,577,3043,2796,727,2845,1170,5182,2474,11070,ru.po,,ru,,russian,,,ru,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/it.po,1534,5406,5837,85,248,855,5416,2474,11070,it.po,,it,,italian,,,it,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/eu.po,794,4240,3992,851,3592,829,3238,2474,11070,eu.po,,eu,,basque,,,eu,po -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv,po/uk.po,2451,11013,10867,20,51,3,6,2474,11070,uk.po,,uk,,ukrainian,,,uk,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/es.po,149,891,1110,33,146,3,16,185,1053,es.po,,es,,spanish,,,es,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/ro.po,108,761,862,58,225,19,67,185,1053,ro.po,,ro,,romanian,,,ro,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/fr.po,180,1024,1231,4,23,1,6,185,1053,fr.po,,fr,,french,,,fr,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/zh_cn.po,149,891,220,33,146,3,16,185,1053,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/it.po,185,1053,1236,0,0,0,0,185,1053,it.po,,it,,italian,,,it,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/ja.po,90,650,358,55,282,40,121,185,1053,ja.po,,ja,,japanese,,,ja,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/sv.po,149,891,889,33,146,3,16,185,1053,sv.po,,sv,,swedish,,,sv,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/de.po,149,891,986,33,146,3,16,185,1053,de.po,,de,,german,,,de,po -libgpod-0.8.3-27.fc30.src.rpm.stats.csv,po/he.po,149,891,902,33,146,3,16,185,1053,he.po,,he,,hebrew,,,he,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/tr.po,149,719,619,0,0,1,124,150,843,tr.po,,tr,,turkish,,,tr,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ta.po,34,243,195,0,0,116,600,150,843,ta.po,,ta,,tamil,,,ta,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ro.po,110,843,1003,0,0,40,0,150,843,ro.po,,ro,,romanian,,,ro,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/zh_cn.po,150,720,307,0,0,0,123,150,843,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/it.po,146,696,760,0,0,4,147,150,843,it.po,,it,,italian,,,it,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/pa.po,13,69,70,0,0,137,774,150,843,pa.po,,pa,,punjabi,,,pa,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ca.po,146,696,981,0,0,4,147,150,843,ca.po,,ca,,catalan,,,ca,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/pt_br.po,150,720,877,0,0,0,123,150,843,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ru.po,149,719,649,0,0,1,124,150,843,ru.po,,ru,,russian,,,ru,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ml.po,15,27,28,0,0,135,816,150,843,ml.po,,ml,,malayalam,,,ml,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/es.po,150,720,925,0,0,0,123,150,843,es.po,,es,,spanish,,,es,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/pt.po,150,720,817,0,0,0,123,150,843,pt.po,,pt,,portuguese,,,pt,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/da.po,150,720,655,0,0,0,123,150,843,da.po,,da,,danish,,,da,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/sv.po,150,720,647,0,0,0,123,150,843,sv.po,,sv,,swedish,,,sv,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/tg.po,2,5,5,0,0,148,838,150,843,tg.po,,tg,,tajik,,,tg,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/he.po,146,696,696,0,0,4,147,150,843,he.po,,he,,hebrew,,,he,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/uk.po,28,213,195,0,0,122,630,150,843,uk.po,,uk,,ukrainian,,,uk,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/eo.po,116,503,481,3,20,31,320,150,843,eo.po,,eo,,esperanto,,,eo,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ca@valencia.po,146,696,971,0,0,4,147,150,843,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/fr.po,150,720,909,0,0,0,123,150,843,fr.po,,fr,,french,,,fr,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/nb.po,75,359,346,1,3,74,481,150,843,nb.po,,nb,,norwegian bokmål,,,nb,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/pl.po,150,720,696,0,0,0,123,150,843,pl.po,,pl,,polish,,,pl,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/sl.po,150,720,700,0,0,0,123,150,843,sl.po,,sl,,slovenian,,,sl,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/eu.po,149,719,669,0,0,1,124,150,843,eu.po,,eu,,basque,,,eu,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/en_gb.po,145,692,692,0,0,5,151,150,843,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/de.po,150,720,693,0,0,0,123,150,843,de.po,,de,,german,,,de,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/fi.po,146,696,524,0,0,4,147,150,843,fi.po,,fi,,finnish,,,fi,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/zh_tw.po,146,696,275,0,0,4,147,150,843,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/sr@latin.po,150,720,712,0,0,0,123,150,843,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/bs.po,149,719,699,0,0,1,124,150,843,bs.po,,bs,,bosnian,,,bs,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/sr.po,150,720,712,0,0,0,123,150,843,sr.po,,sr,,serbian,,,sr,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/sk.po,150,720,721,0,0,0,123,150,843,sk.po,,sk,,slovak,,,sk,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/gl.po,146,696,871,0,0,4,147,150,843,gl.po,,gl,,galician,,,gl,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/zh_hk.po,146,696,275,0,0,4,147,150,843,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/lv.po,146,696,617,0,0,4,147,150,843,lv.po,,lv,,latvian,,,lv,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/th.po,83,413,190,0,0,67,430,150,843,th.po,,th,,thai,,,th,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/el.po,150,720,763,0,0,0,123,150,843,el.po,,el,,greek,,,el,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/oc.po,34,216,256,0,0,116,627,150,843,oc.po,,oc,,occitan,,,oc,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/nn.po,109,833,717,0,0,41,10,150,843,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/hu.po,150,720,678,0,0,0,123,150,843,hu.po,,hu,,hungarian,,,hu,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ko.po,146,696,609,0,0,4,147,150,843,ko.po,,ko,,korean,,,ko,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/ja.po,145,692,276,1,4,4,147,150,843,ja.po,,ja,,japanese,,,ja,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/id.po,150,720,685,0,0,0,123,150,843,id.po,,id,,indonesian,,,id,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/cs.po,150,720,691,0,0,0,123,150,843,cs.po,,cs,,czech,,,cs,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/as.po,1,9,8,0,0,149,834,150,843,as.po,,as,,assamese,,,as,po -libgsf-1.14.43-3.fc30.src.rpm.stats.csv,po/lt.po,150,720,621,0,0,0,123,150,843,lt.po,,lt,,lithuanian,,,lt,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/sr.po,40,126,159,0,0,4,8,44,134,sr.po,,sr,,serbian,,,sr,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/cs.po,40,126,133,0,0,4,8,44,134,cs.po,,cs,,czech,,,cs,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/rw.po,5,5,6,24,102,15,27,44,134,rw.po,,rw,,kinyarwanda,,,rw,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ru.po,40,126,129,0,0,4,8,44,134,ru.po,,ru,,russian,,,ru,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,40,126,64,0,0,4,8,44,134,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ca.po,40,126,168,0,0,4,8,44,134,ca.po,,ca,,catalan,,,ca,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ku.po,7,17,22,1,1,36,116,44,134,ku.po,,ku,,kurdish,,,ku,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ka.po,10,14,14,17,81,17,39,44,134,ka.po,,ka,,georgian,,,ka,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/gl.po,40,126,161,0,0,4,8,44,134,gl.po,,gl,,galician,,,gl,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/vi.po,41,126,227,0,0,3,8,44,134,vi.po,,vi,,vietnamese,,,vi,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/nn.po,40,126,111,0,0,4,8,44,134,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/nl.po,40,126,124,0,0,4,8,44,134,nl.po,,nl,,dutch,,,nl,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/hu.po,40,126,108,0,0,4,8,44,134,hu.po,,hu,,hungarian,,,hu,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/th.po,40,126,56,0,0,4,8,44,134,th.po,,th,,thai,,,th,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/la.po,2,2,2,0,0,42,132,44,134,la.po,,la,,latin,,,la,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/bs.po,40,126,135,0,0,4,8,44,134,bs.po,,bs,,bosnian,,,bs,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/pt.po,40,126,146,0,0,4,8,44,134,pt.po,,pt,,portuguese,,,pt,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,40,126,167,0,0,4,8,44,134,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,40,126,159,0,0,4,8,44,134,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/mk.po,40,126,152,0,0,4,8,44,134,mk.po,,mk,,macedonian,,,mk,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/hi.po,40,126,145,0,0,4,8,44,134,hi.po,,hi,,hindi,,,hi,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/mi.po,0,0,0,8,34,36,100,44,134,mi.po,,mi,,maori,,,mi,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/te.po,40,126,113,0,0,4,8,44,134,te.po,,te,,telugu,,,te,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/fr.po,40,126,148,0,0,4,8,44,134,fr.po,,fr,,french,,,fr,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/tg.po,40,126,129,0,0,4,8,44,134,tg.po,,tg,,tajik,,,tg,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ta.po,40,126,113,0,0,4,8,44,134,ta.po,,ta,,tamil,,,ta,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/hr.po,40,126,137,0,0,4,8,44,134,hr.po,,hr,,croatian,,,hr,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/pa.po,40,126,127,0,0,4,8,44,134,pa.po,,pa,,punjabi,,,pa,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/id.po,40,126,115,0,0,4,8,44,134,id.po,,id,,indonesian,,,id,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/xh.po,44,134,153,0,0,0,0,44,134,xh.po,,xh,,xhosa,,,xh,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,40,126,147,0,0,4,8,44,134,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/lt.po,40,126,132,0,0,4,8,44,134,lt.po,,lt,,lithuanian,,,lt,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,40,126,126,0,0,4,8,44,134,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/et.po,40,126,103,0,0,4,8,44,134,et.po,,et,,estonian,,,et,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/da.po,40,126,113,0,0,4,8,44,134,da.po,,da,,danish,,,da,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,40,126,58,0,0,4,8,44,134,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/pl.po,40,126,140,0,0,4,8,44,134,pl.po,,pl,,polish,,,pl,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/oc.po,40,126,149,0,0,4,8,44,134,oc.po,,oc,,occitan,,,oc,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/el.po,40,126,144,0,0,4,8,44,134,el.po,,el,,greek,,,el,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/uk.po,40,126,138,0,0,4,8,44,134,uk.po,,uk,,ukrainian,,,uk,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/mr.po,40,126,127,0,0,4,8,44,134,mr.po,,mr,,marathi,,,mr,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ml.po,40,126,121,0,0,4,8,44,134,ml.po,,ml,,malayalam,,,ml,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/cy.po,44,134,146,0,0,0,0,44,134,cy.po,,cy,,welsh,,,cy,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/es.po,40,126,158,0,0,4,8,44,134,es.po,,es,,spanish,,,es,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ky.po,40,126,114,0,0,4,8,44,134,ky.po,,ky,,kyrgyz,,,ky,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,44,134,134,0,0,0,0,44,134,en_ca.po,,en,ca,english,,canada,en_ca,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/dz.po,39,113,73,1,13,4,8,44,134,dz.po,,dz,,dzongkha,,,dz,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ast.po,40,126,155,0,0,4,8,44,134,ast.po,,ast,,asturian,,,ast,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,40,126,62,0,0,4,8,44,134,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/be.po,40,126,156,0,0,4,8,44,134,be.po,,be,,belarusian,,,be,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/sq.po,40,126,162,0,0,4,8,44,134,sq.po,,sq,,albanian,,,sq,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/tr.po,40,126,109,0,0,4,8,44,134,tr.po,,tr,,turkish,,,tr,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/or.po,40,126,133,0,0,4,8,44,134,or.po,,or,,odia,,,or,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/bn.po,40,126,143,0,0,4,8,44,134,bn.po,,bn,,bangla,,,bn,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/sv.po,40,126,100,0,0,4,8,44,134,sv.po,,sv,,swedish,,,sv,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,40,126,152,0,0,4,8,44,134,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/sk.po,40,126,138,0,0,4,8,44,134,sk.po,,sk,,slovak,,,sk,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/az.po,42,118,118,2,16,0,0,44,134,az.po,,az,,azerbaijani,,,az,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/fur.po,40,126,142,0,0,4,8,44,134,fur.po,,fur,,friulian,,,fur,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/de.po,40,126,109,0,0,4,8,44,134,de.po,,de,,german,,,de,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/gu.po,40,126,156,0,0,4,8,44,134,gu.po,,gu,,gujarati,,,gu,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/sl.po,40,126,145,0,0,4,8,44,134,sl.po,,sl,,slovenian,,,sl,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/as.po,40,126,146,0,0,4,8,44,134,as.po,,as,,assamese,,,as,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/eu.po,40,126,113,0,0,4,8,44,134,eu.po,,eu,,basque,,,eu,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/mn.po,42,118,109,2,16,0,0,44,134,mn.po,,mn,,mongolian,,,mn,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/eo.po,40,126,118,0,0,4,8,44,134,eo.po,,eo,,esperanto,,,eo,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ne.po,40,126,132,0,0,4,8,44,134,ne.po,,ne,,nepali,,,ne,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/mai.po,40,126,134,0,0,4,8,44,134,mai.po,,mai,,maithili,,,mai,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/bg.po,40,126,148,0,0,4,8,44,134,bg.po,,bg,,bulgarian,,,bg,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ro.po,40,126,172,0,0,4,8,44,134,ro.po,,ro,,romanian,,,ro,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,40,126,126,0,0,4,8,44,134,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ja.po,40,126,49,0,0,4,8,44,134,ja.po,,ja,,japanese,,,ja,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/he.po,40,126,126,0,0,4,8,44,134,he.po,,he,,hebrew,,,he,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/lv.po,40,126,125,0,0,4,8,44,134,lv.po,,lv,,latvian,,,lv,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/fa.po,40,126,141,0,0,4,8,44,134,fa.po,,fa,,persian,,,fa,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/kn.po,40,126,118,0,0,4,8,44,134,kn.po,,kn,,kannada,,,kn,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/it.po,40,126,139,0,0,4,8,44,134,it.po,,it,,italian,,,it,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ms.po,40,110,110,3,22,1,2,44,134,ms.po,,ms,,malay,,,ms,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/mg.po,44,134,155,0,0,0,0,44,134,mg.po,,mg,,malagasy,,,mg,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/am.po,9,12,12,0,0,35,122,44,134,am.po,,am,,amharic,,,am,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/nb.po,40,126,117,0,0,4,8,44,134,nb.po,,nb,,norwegian bokmål,,,nb,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ko.po,40,126,103,0,0,4,8,44,134,ko.po,,ko,,korean,,,ko,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ar.po,40,126,171,0,0,4,8,44,134,ar.po,,ar,,arabic,,,ar,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/fi.po,39,122,89,1,4,4,8,44,134,fi.po,,fi,,finnish,,,fi,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ga.po,40,126,162,0,0,4,8,44,134,ga.po,,ga,,irish,,,ga,po -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv,po/ug.po,40,126,121,0,0,4,8,44,134,ug.po,,ug,,uyghur,,,ug,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/zh_tw.po,4267,5481,4347,107,129,2229,4309,6603,9919,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/zh_hk.po,4267,5481,4342,107,129,2229,4309,6603,9919,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/zh_cn.po,4412,5664,4448,7,11,2184,4244,6603,9919,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/vi.po,4374,5625,5762,0,0,2229,4294,6603,9919,vi.po,,vi,,vietnamese,,,vi,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/uk.po,4374,5625,5407,0,0,2229,4294,6603,9919,uk.po,,uk,,ukrainian,,,uk,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ug.po,4375,5624,5525,0,0,2228,4295,6603,9919,ug.po,,ug,,uyghur,,,ug,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/tr.po,4439,5702,5676,0,0,2164,4217,6603,9919,tr.po,,tr,,turkish,,,tr,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/th.po,2603,3377,2822,18,53,3982,6489,6603,9919,th.po,,th,,thai,,,th,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/te.po,4430,5687,5764,0,0,2173,4232,6603,9919,te.po,,te,,telugu,,,te,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ta.po,4430,5687,5794,0,0,2173,4232,6603,9919,ta.po,,ta,,tamil,,,ta,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/sv.po,4439,5702,5630,0,0,2164,4217,6603,9919,sv.po,,sv,,swedish,,,sv,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/sr@latin.po,4440,5703,5739,0,0,2163,4216,6603,9919,sr@latin.po,latin,sr,,serbian,,,sr@latin,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/sr.po,4439,5702,5738,0,0,2164,4217,6603,9919,sr.po,,sr,,serbian,,,sr,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/sq.po,4566,6823,6871,0,0,2037,3096,6603,9919,sq.po,,sq,,albanian,,,sq,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/sl.po,4439,5702,5837,0,0,2164,4217,6603,9919,sl.po,,sl,,slovenian,,,sl,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/sk.po,4442,5703,5671,0,0,2161,4216,6603,9919,sk.po,,sk,,slovak,,,sk,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/si.po,4256,6087,5873,0,0,2347,3832,6603,9919,si.po,,si,,sinhala,,,si,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/rw.po,226,310,331,83,261,6294,9348,6603,9919,rw.po,,rw,,kinyarwanda,,,rw,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ru.po,4439,5702,4918,0,0,2164,4217,6603,9919,ru.po,,ru,,russian,,,ru,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ro.po,4439,5702,5768,0,0,2164,4217,6603,9919,ro.po,,ro,,romanian,,,ro,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/pt_br.po,4439,5702,5804,0,0,2164,4217,6603,9919,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/pt.po,4431,5688,5875,0,0,2172,4231,6603,9919,pt.po,,pt,,portuguese,,,pt,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/pl.po,4439,5702,5688,0,0,2164,4217,6603,9919,pl.po,,pl,,polish,,,pl,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/pa.po,4442,5703,5704,0,0,2161,4216,6603,9919,pa.po,,pa,,punjabi,,,pa,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/or.po,4430,5687,5676,0,0,2173,4232,6603,9919,or.po,,or,,odia,,,or,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/oc.po,4431,5688,5806,0,0,2172,4231,6603,9919,oc.po,,oc,,occitan,,,oc,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/nn.po,4374,5625,5480,0,0,2229,4294,6603,9919,nn.po,,nn,,norwegian nynorsk,,,nn,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/nl.po,4439,5702,5620,0,0,2164,4217,6603,9919,nl.po,,nl,,dutch,,,nl,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ne.po,2897,3779,3775,0,0,3706,6140,6603,9919,ne.po,,ne,,nepali,,,ne,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/nds.po,4337,5586,5471,0,0,2266,4333,6603,9919,nds.po,,nds,,low german,,,nds,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/nb.po,4442,5703,5630,0,0,2161,4216,6603,9919,nb.po,,nb,,norwegian bokmål,,,nb,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ms.po,4374,5625,5650,0,0,2229,4294,6603,9919,ms.po,,ms,,malay,,,ms,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/mr.po,4375,5624,5635,0,0,2228,4295,6603,9919,mr.po,,mr,,marathi,,,mr,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/mn.po,2678,3642,3641,0,0,3925,6277,6603,9919,mn.po,,mn,,mongolian,,,mn,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ml.po,4442,5703,5809,0,0,2161,4216,6603,9919,ml.po,,ml,,malayalam,,,ml,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/mk.po,4374,5625,5606,0,0,2229,4294,6603,9919,mk.po,,mk,,macedonian,,,mk,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/mg.po,4325,6196,6185,30,61,2248,3662,6603,9919,mg.po,,mg,,malagasy,,,mg,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/mai.po,4337,5586,5656,0,0,2266,4333,6603,9919,mai.po,,mai,,maithili,,,mai,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/lv.po,2900,3781,3699,0,0,3703,6138,6603,9919,lv.po,,lv,,latvian,,,lv,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/lt.po,4439,5702,5699,0,0,2164,4217,6603,9919,lt.po,,lt,,lithuanian,,,lt,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ky.po,6597,9910,9670,0,0,6,9,6603,9919,ky.po,,ky,,kyrgyz,,,ky,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ku.po,4369,5620,5616,0,0,2234,4299,6603,9919,ku.po,,ku,,kurdish,,,ku,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ko.po,1045,1337,1148,0,0,5558,8582,6603,9919,ko.po,,ko,,korean,,,ko,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/kn.po,4374,5623,5626,0,0,2229,4296,6603,9919,kn.po,,kn,,kannada,,,kn,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/kk.po,2034,2489,2193,0,0,4569,7430,6603,9919,kk.po,,kk,,kazakh,,,kk,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ka.po,6588,9901,9865,0,0,15,18,6603,9919,ka.po,,ka,,georgian,,,ka,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ja.po,4374,5623,4849,0,0,2229,4296,6603,9919,ja.po,,ja,,japanese,,,ja,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/it.po,4439,5702,5764,0,0,2164,4217,6603,9919,it.po,,it,,italian,,,it,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/is.po,4440,5703,5542,0,0,2163,4216,6603,9919,is.po,,is,,icelandic,,,is,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/id.po,4439,5702,5701,0,0,2164,4217,6603,9919,id.po,,id,,indonesian,,,id,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/hu.po,4439,5702,5589,0,0,2164,4217,6603,9919,hu.po,,hu,,hungarian,,,hu,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/hr.po,4440,5703,5726,0,0,2163,4216,6603,9919,hr.po,,hr,,croatian,,,hr,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/hi.po,4374,5623,5692,0,0,2229,4296,6603,9919,hi.po,,hi,,hindi,,,hi,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/he.po,4449,5709,5690,0,0,2154,4210,6603,9919,he.po,,he,,hebrew,,,he,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/gu.po,4414,5666,5686,0,0,2189,4253,6603,9919,gu.po,,gu,,gujarati,,,gu,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/gl.po,4439,5702,5802,0,0,2164,4217,6603,9919,gl.po,,gl,,galician,,,gl,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/gd.po,4441,5702,5959,0,0,2162,4217,6603,9919,gd.po,,gd,,scottish gaelic,,,gd,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ga.po,1888,2462,2589,910,1322,3805,6135,6603,9919,ga.po,,ga,,irish,,,ga,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/fur.po,4439,5702,5768,0,0,2164,4217,6603,9919,fur.po,,fur,,friulian,,,fur,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/fr.po,4439,5702,5719,0,0,2164,4217,6603,9919,fr.po,,fr,,french,,,fr,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/fi.po,4414,5668,5540,17,20,2172,4231,6603,9919,fi.po,,fi,,finnish,,,fi,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/fa.po,4442,5703,5640,0,0,2161,4216,6603,9919,fa.po,,fa,,persian,,,fa,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/eu.po,4439,5702,5688,0,0,2164,4217,6603,9919,eu.po,,eu,,basque,,,eu,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/et.po,4374,5625,5525,0,0,2229,4294,6603,9919,et.po,,et,,estonian,,,et,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/es.po,4439,5702,5783,0,0,2164,4217,6603,9919,es.po,,es,,spanish,,,es,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/eo.po,4439,5702,5525,0,0,2164,4217,6603,9919,eo.po,,eo,,esperanto,,,eo,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/en_gb.po,4431,5688,5689,0,0,2172,4231,6603,9919,en_gb.po,,en,gb,english,,united kingdom,en_gb,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/en_ca.po,4390,6303,6303,0,0,2213,3616,6603,9919,en_ca.po,,en,ca,english,,canada,en_ca,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/en@shaw.po,2667,3595,3595,0,0,3936,6324,6603,9919,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/el.po,4442,5703,5713,0,0,2161,4216,6603,9919,el.po,,el,,greek,,,el,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/dz.po,6589,9906,9437,0,0,14,13,6603,9919,dz.po,,dz,,dzongkha,,,dz,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/de.po,4439,5702,5577,0,0,2164,4217,6603,9919,de.po,,de,,german,,,de,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/da.po,4439,5702,5619,0,0,2164,4217,6603,9919,da.po,,da,,danish,,,da,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/cy.po,6603,9919,10438,0,0,0,0,6603,9919,cy.po,,cy,,welsh,,,cy,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/cs.po,4439,5702,5685,0,0,2164,4217,6603,9919,cs.po,,cs,,czech,,,cs,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/crh.po,4393,5645,5634,0,0,2210,4274,6603,9919,crh.po,,crh,,crimean turkish,,,crh,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ca@valencia.po,4442,5703,5770,0,0,2161,4216,6603,9919,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ca.po,4424,5684,5757,0,0,2179,4235,6603,9919,ca.po,,ca,,catalan,,,ca,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/bs.po,4374,5623,5842,0,0,2229,4296,6603,9919,bs.po,,bs,,bosnian,,,bs,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/br.po,4298,5403,5403,0,0,2305,4516,6603,9919,br.po,,br,,breton,,,br,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/bn_in.po,4374,5623,5604,0,0,2229,4296,6603,9919,bn_in.po,,bn,in,bangla,,india,bn_in,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/bn.po,4374,5625,5631,0,0,2229,4294,6603,9919,bn.po,,bn,,bangla,,,bn,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/bg.po,4460,5724,5722,0,0,2143,4195,6603,9919,bg.po,,bg,,bulgarian,,,bg,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/be@latin.po,4381,5642,5624,0,0,2222,4277,6603,9919,be@latin.po,latin,be,,belarusian,,,be@latin,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/be.po,4337,5586,5564,0,0,2266,4333,6603,9919,be.po,,be,,belarusian,,,be,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/az.po,2693,3655,3651,0,0,3910,6264,6603,9919,az.po,,az,,azerbaijani,,,az,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ast.po,4369,5620,5694,0,0,2234,4299,6603,9919,ast.po,,ast,,asturian,,,ast,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/as.po,4430,5687,5675,0,0,2173,4232,6603,9919,as.po,,as,,assamese,,,as,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ar.po,3386,4260,4189,702,920,2515,4739,6603,9919,ar.po,,ar,,arabic,,,ar,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po-locations/ang.po,46,51,57,0,0,6557,9868,6603,9919,ang.po,,ang,,old english,,,ang,po-locations -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,235,664,282,0,0,2,3,237,667,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,144,479,188,1,4,92,184,237,667,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,147,485,199,0,0,90,182,237,667,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/xh.po,153,355,339,12,35,72,277,237,667,xh.po,,xh,,xhosa,,,xh,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/wa.po,35,57,71,24,58,178,552,237,667,wa.po,,wa,,walloon,,,wa,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/vi.po,148,483,629,0,0,89,184,237,667,vi.po,,vi,,vietnamese,,,vi,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/uk.po,146,484,484,0,0,91,183,237,667,uk.po,,uk,,ukrainian,,,uk,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ug.po,148,483,445,0,0,89,184,237,667,ug.po,,ug,,uyghur,,,ug,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/tr.po,235,664,661,0,0,2,3,237,667,tr.po,,tr,,turkish,,,tr,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/th.po,147,485,254,0,0,90,182,237,667,th.po,,th,,thai,,,th,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/te.po,146,484,441,0,0,91,183,237,667,te.po,,te,,telugu,,,te,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ta.po,146,484,396,0,0,91,183,237,667,ta.po,,ta,,tamil,,,ta,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/sv.po,235,664,606,0,0,2,3,237,667,sv.po,,sv,,swedish,,,sv,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,234,662,645,0,0,3,5,237,667,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/sr.po,235,664,647,0,0,2,3,237,667,sr.po,,sr,,serbian,,,sr,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/sq.po,179,461,534,0,0,58,206,237,667,sq.po,,sq,,albanian,,,sq,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/sl.po,235,664,674,0,0,2,3,237,667,sl.po,,sl,,slovenian,,,sl,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/sk.po,234,662,645,0,0,3,5,237,667,sk.po,,sk,,slovak,,,sk,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/si.po,119,222,233,0,0,118,445,237,667,si.po,,si,,sinhala,,,si,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/rw.po,9,9,8,59,215,169,443,237,667,rw.po,,rw,,kinyarwanda,,,rw,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ru.po,235,664,660,0,0,2,3,237,667,ru.po,,ru,,russian,,,ru,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ro.po,235,664,747,0,0,2,3,237,667,ro.po,,ro,,romanian,,,ro,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,235,664,725,0,0,2,3,237,667,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/pt.po,147,485,544,0,0,90,182,237,667,pt.po,,pt,,portuguese,,,pt,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/pl.po,235,664,672,0,0,2,3,237,667,pl.po,,pl,,polish,,,pl,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/pa.po,237,667,705,0,0,0,0,237,667,pa.po,,pa,,punjabi,,,pa,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/or.po,148,483,487,0,0,89,184,237,667,or.po,,or,,odia,,,or,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/oc.po,234,662,744,0,0,3,5,237,667,oc.po,,oc,,occitan,,,oc,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/nn.po,181,465,416,0,0,56,202,237,667,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/nl.po,235,664,583,0,0,2,3,237,667,nl.po,,nl,,dutch,,,nl,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ne.po,136,253,285,4,30,97,384,237,667,ne.po,,ne,,nepali,,,ne,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/nb.po,237,667,605,0,0,0,0,237,667,nb.po,,nb,,norwegian bokmål,,,nb,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ms.po,127,285,306,24,54,86,328,237,667,ms.po,,ms,,malay,,,ms,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/mr.po,146,484,436,0,0,91,183,237,667,mr.po,,mr,,marathi,,,mr,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/mn.po,98,192,199,25,63,114,412,237,667,mn.po,,mn,,mongolian,,,mn,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ml.po,235,664,613,0,0,2,3,237,667,ml.po,,ml,,malayalam,,,ml,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/mk.po,179,461,487,0,0,58,206,237,667,mk.po,,mk,,macedonian,,,mk,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/mg.po,166,437,429,9,19,62,211,237,667,mg.po,,mg,,malagasy,,,mg,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/mai.po,175,408,442,0,0,62,259,237,667,mai.po,,mai,,maithili,,,mai,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/lv.po,235,664,632,0,0,2,3,237,667,lv.po,,lv,,latvian,,,lv,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/lt.po,235,664,610,0,0,2,3,237,667,lt.po,,lt,,lithuanian,,,lt,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ky.po,132,426,421,3,39,102,202,237,667,ky.po,,ky,,kyrgyz,,,ky,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ku.po,174,396,463,1,10,62,261,237,667,ku.po,,ku,,kurdish,,,ku,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ko.po,235,664,566,0,0,2,3,237,667,ko.po,,ko,,korean,,,ko,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/kn.po,146,484,446,0,0,91,183,237,667,kn.po,,kn,,kannada,,,kn,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/kk.po,235,664,701,0,0,2,3,237,667,kk.po,,kk,,kazakh,,,kk,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ka.po,170,447,408,5,9,62,211,237,667,ka.po,,ka,,georgian,,,ka,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ja.po,225,646,326,0,0,12,21,237,667,ja.po,,ja,,japanese,,,ja,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/it.po,235,664,752,0,0,2,3,237,667,it.po,,it,,italian,,,it,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/is.po,234,662,559,0,0,3,5,237,667,is.po,,is,,icelandic,,,is,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/id.po,235,664,698,0,0,2,3,237,667,id.po,,id,,indonesian,,,id,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/hy.po,155,360,362,14,39,68,268,237,667,hy.po,,hy,,armenian,,,hy,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/hu.po,235,664,593,0,0,2,3,237,667,hu.po,,hu,,hungarian,,,hu,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/hr.po,235,664,654,0,0,2,3,237,667,hr.po,,hr,,croatian,,,hr,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/hi.po,146,484,548,0,0,91,183,237,667,hi.po,,hi,,hindi,,,hi,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/he.po,147,485,519,0,0,90,182,237,667,he.po,,he,,hebrew,,,he,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/gu.po,147,485,491,0,0,90,182,237,667,gu.po,,gu,,gujarati,,,gu,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/gl.po,235,664,775,0,0,2,3,237,667,gl.po,,gl,,galician,,,gl,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/gd.po,237,667,780,0,0,0,0,237,667,gd.po,,gd,,scottish gaelic,,,gd,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ga.po,90,133,133,0,0,147,534,237,667,ga.po,,ga,,irish,,,ga,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/fur.po,235,664,762,0,0,2,3,237,667,fur.po,,fur,,friulian,,,fur,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/fr.po,235,664,774,0,0,2,3,237,667,fr.po,,fr,,french,,,fr,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/fi.po,193,367,309,32,97,12,203,237,667,fi.po,,fi,,finnish,,,fi,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/fa.po,237,667,777,0,0,0,0,237,667,fa.po,,fa,,persian,,,fa,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/eu.po,235,664,552,0,0,2,3,237,667,eu.po,,eu,,basque,,,eu,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/et.po,148,483,382,0,0,89,184,237,667,et.po,,et,,estonian,,,et,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ve.po,235,664,735,0,0,2,3,237,667,es_ve.po,,es,ve,spanish,,venezuela,es_ve,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_uy.po,235,664,735,0,0,2,3,237,667,es_uy.po,,es,uy,spanish,,uruguay,es_uy,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_sv.po,235,664,735,0,0,2,3,237,667,es_sv.po,,es,sv,spanish,,el salvador,es_sv,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pr.po,235,664,735,0,0,2,3,237,667,es_pr.po,,es,pr,spanish,,puerto rico,es_pr,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pe.po,235,664,735,0,0,2,3,237,667,es_pe.po,,es,pe,spanish,,peru,es_pe,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_pa.po,235,664,735,0,0,2,3,237,667,es_pa.po,,es,pa,spanish,,panama,es_pa,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ni.po,235,664,735,0,0,2,3,237,667,es_ni.po,,es,ni,spanish,,nicaragua,es_ni,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_mx.po,235,664,735,0,0,2,3,237,667,es_mx.po,,es,mx,spanish,,mexico,es_mx,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_hn.po,235,664,735,0,0,2,3,237,667,es_hn.po,,es,hn,spanish,,honduras,es_hn,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_gt.po,235,664,735,0,0,2,3,237,667,es_gt.po,,es,gt,spanish,,guatemala,es_gt,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_es.po,235,664,735,0,0,2,3,237,667,es_es.po,,es,es,spanish,,spain,es_es,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ec.po,235,664,735,0,0,2,3,237,667,es_ec.po,,es,ec,spanish,,ecuador,es_ec,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_do.po,235,664,735,0,0,2,3,237,667,es_do.po,,es,do,spanish,,dominican republic,es_do,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_cr.po,235,664,735,0,0,2,3,237,667,es_cr.po,,es,cr,spanish,,costa rica,es_cr,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_co.po,235,664,735,0,0,2,3,237,667,es_co.po,,es,co,spanish,,colombia,es_co,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_cl.po,235,664,735,0,0,2,3,237,667,es_cl.po,,es,cl,spanish,,chile,es_cl,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es_ar.po,235,664,735,0,0,2,3,237,667,es_ar.po,,es,ar,spanish,,argentina,es_ar,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/es.po,235,664,735,0,0,2,3,237,667,es.po,,es,,spanish,,,es,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/eo.po,230,483,469,0,0,7,184,237,667,eo.po,,eo,,esperanto,,,eo,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,234,662,662,0,0,3,5,237,667,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,179,460,460,0,0,58,207,237,667,en_ca.po,,en,ca,english,,canada,en_ca,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,181,465,465,0,0,56,202,237,667,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/el.po,235,664,703,0,0,2,3,237,667,el.po,,el,,greek,,,el,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/dz.po,170,447,271,5,9,62,211,237,667,dz.po,,dz,,dzongkha,,,dz,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/de.po,235,664,576,0,0,2,3,237,667,de.po,,de,,german,,,de,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/da.po,235,664,549,0,0,2,3,237,667,da.po,,da,,danish,,,da,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/cy.po,181,465,503,0,0,56,202,237,667,cy.po,,cy,,welsh,,,cy,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/cs.po,235,664,623,0,0,2,3,237,667,cs.po,,cs,,czech,,,cs,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/crh.po,148,483,449,0,0,89,184,237,667,crh.po,,crh,,crimean turkish,,,crh,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,237,667,782,0,0,0,0,237,667,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ca.po,234,662,771,0,0,3,5,237,667,ca.po,,ca,,catalan,,,ca,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/bs.po,146,484,492,0,0,91,183,237,667,bs.po,,bs,,bosnian,,,bs,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/br.po,51,75,80,1,2,185,590,237,667,br.po,,br,,breton,,,br,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,146,484,459,0,0,91,183,237,667,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/bn.po,181,465,448,0,0,56,202,237,667,bn.po,,bn,,bangla,,,bn,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/bg.po,146,484,538,0,0,91,183,237,667,bg.po,,bg,,bulgarian,,,bg,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,179,461,455,0,0,58,206,237,667,be@latin.po,latin,be,,belarusian,,,be@latin,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/be.po,147,493,513,0,0,90,174,237,667,be.po,,be,,belarusian,,,be,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/az.po,145,324,324,19,56,73,287,237,667,az.po,,az,,azerbaijani,,,az,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ast.po,181,465,524,0,0,56,202,237,667,ast.po,,ast,,asturian,,,ast,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/as.po,146,484,456,0,0,91,183,237,667,as.po,,as,,assamese,,,as,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/ar.po,228,466,529,0,0,9,201,237,667,ar.po,,ar,,arabic,,,ar,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/am.po,11,14,14,11,17,215,636,237,667,am.po,,am,,amharic,,,am,po -libgweather-3.32.1-1.fc30.src.rpm.stats.csv,po/af.po,133,274,233,5,11,99,382,237,667,af.po,,af,,afrikaans,,,af,po -libhangul-0.1.0-19.fc30.src.rpm.stats.csv,po/ko.po,9,16,15,0,0,0,0,9,16,ko.po,,ko,,korean,,,ko,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/ja.po,39,160,47,9,59,12,209,60,428,ja.po,,ja,,japanese,,,ja,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/hr.po,58,414,402,0,0,2,14,60,428,hr.po,,hr,,croatian,,,hr,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/sr.po,58,414,424,0,0,2,14,60,428,sr.po,,sr,,serbian,,,sr,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/nl.po,58,414,417,0,0,2,14,60,428,nl.po,,nl,,dutch,,,nl,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/sv.po,60,428,400,0,0,0,0,60,428,sv.po,,sv,,swedish,,,sv,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/fr.po,58,414,485,0,0,2,14,60,428,fr.po,,fr,,french,,,fr,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/de.po,58,414,391,0,0,2,14,60,428,de.po,,de,,german,,,de,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/en@quot.po,60,428,428,0,0,0,0,60,428,en@quot.po,quot,en,,english,,,en@quot,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/vi.po,58,414,615,0,0,2,14,60,428,vi.po,,vi,,vietnamese,,,vi,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/ro.po,2,16,16,7,46,51,366,60,428,ro.po,,ro,,romanian,,,ro,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/pt_br.po,58,414,461,0,0,2,14,60,428,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/uk.po,58,414,462,0,0,2,14,60,428,uk.po,,uk,,ukrainian,,,uk,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/cs.po,58,414,416,0,0,2,14,60,428,cs.po,,cs,,czech,,,cs,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/hu.po,58,414,396,0,0,2,14,60,428,hu.po,,hu,,hungarian,,,hu,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/id.po,58,414,415,0,0,2,14,60,428,id.po,,id,,indonesian,,,id,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/it.po,58,414,440,0,0,2,14,60,428,it.po,,it,,italian,,,it,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/eo.po,58,414,397,0,0,2,14,60,428,eo.po,,eo,,esperanto,,,eo,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/pl.po,58,414,424,0,0,2,14,60,428,pl.po,,pl,,polish,,,pl,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/es.po,4,21,21,28,100,28,307,60,428,es.po,,es,,spanish,,,es,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/da.po,58,414,414,0,0,2,14,60,428,da.po,,da,,danish,,,da,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/fi.po,58,414,352,0,0,2,14,60,428,fi.po,,fi,,finnish,,,fi,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/en@boldquot.po,60,428,431,0,0,0,0,60,428,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -libidn-1.35-5.fc30.src.rpm.stats.csv,po/zh_cn.po,58,414,184,0,0,2,14,60,428,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/fur.po,35,270,331,1,12,3,24,39,306,fur.po,,fur,,friulian,,,fur,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/it.po,6,40,45,11,109,22,157,39,306,it.po,,it,,italian,,,it,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/vi.po,6,40,54,11,109,22,157,39,306,vi.po,,vi,,vietnamese,,,vi,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/hu.po,35,270,269,1,12,3,24,39,306,hu.po,,hu,,hungarian,,,hu,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/es.po,12,53,58,3,18,24,235,39,306,es.po,,es,,spanish,,,es,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/ro.po,1,14,14,2,8,36,284,39,306,ro.po,,ro,,romanian,,,ro,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/uk.po,35,270,277,1,12,3,24,39,306,uk.po,,uk,,ukrainian,,,uk,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/cs.po,35,270,272,1,12,3,24,39,306,cs.po,,cs,,czech,,,cs,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/hr.po,6,40,37,11,109,22,157,39,306,hr.po,,hr,,croatian,,,hr,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/sv.po,35,270,237,1,12,3,24,39,306,sv.po,,sv,,swedish,,,sv,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/pt_br.po,35,270,319,1,12,3,24,39,306,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/sr.po,6,40,37,11,109,22,157,39,306,sr.po,,sr,,serbian,,,sr,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/nl.po,6,40,36,11,109,22,157,39,306,nl.po,,nl,,dutch,,,nl,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/pl.po,35,270,274,1,12,3,24,39,306,pl.po,,pl,,polish,,,pl,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/fr.po,35,270,327,1,12,3,24,39,306,fr.po,,fr,,french,,,fr,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/zh_cn.po,6,40,15,11,109,22,157,39,306,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/ja.po,2,16,2,8,31,29,259,39,306,ja.po,,ja,,japanese,,,ja,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/fi.po,6,40,32,11,109,22,157,39,306,fi.po,,fi,,finnish,,,fi,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/da.po,35,270,248,1,12,3,24,39,306,da.po,,da,,danish,,,da,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/id.po,6,40,40,11,109,22,157,39,306,id.po,,id,,indonesian,,,id,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/de.po,35,270,257,1,12,3,24,39,306,de.po,,de,,german,,,de,po -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv,po/eo.po,6,40,41,11,109,22,157,39,306,eo.po,,eo,,esperanto,,,eo,po -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv,iptc/po/de.po,34,349,354,0,0,0,0,34,349,de.po,,de,,german,,,de,iptc/po -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv,iptc/po/it.po,34,349,386,0,0,0,0,34,349,it.po,,it,,italian,,,it,iptc/po -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv,po/de.po,169,1089,980,0,0,0,0,169,1089,de.po,,de,,german,,,de,po -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv,po/it.po,169,1089,1104,0,0,0,0,169,1089,it.po,,it,,italian,,,it,po -libkkc-0.3.5-14.fc30.src.rpm.stats.csv,po/ja.po,59,272,82,0,0,0,0,59,272,ja.po,,ja,,japanese,,,ja,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/pl.po,155,723,715,0,0,1,5,156,728,pl.po,,pl,,polish,,,pl,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,156,728,156,728,bal.po,,bal,,baluchi,,,bal,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/de.po,114,468,436,0,0,42,260,156,728,de.po,,de,,german,,,de,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,156,728,156,728,ky.po,,ky,,kyrgyz,,,ky,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,156,728,156,728,ro.po,,ro,,romanian,,,ro,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,156,728,156,728,kn.po,,kn,,kannada,,,kn,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/fr.po,153,711,854,0,0,3,17,156,728,fr.po,,fr,,french,,,fr,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,156,728,156,728,nso.po,,nso,,northern sotho,,,nso,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,156,728,156,728,kk.po,,kk,,kazakh,,,kk,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,156,728,156,728,gu.po,,gu,,gujarati,,,gu,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,156,728,156,728,el.po,,el,,greek,,,el,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,156,728,156,728,br.po,,br,,breton,,,br,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/hu.po,0,0,0,0,0,156,728,156,728,hu.po,,hu,,hungarian,,,hu,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,156,728,156,728,gl.po,,gl,,galician,,,gl,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,156,728,156,728,is.po,,is,,icelandic,,,is,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,156,728,156,728,yo.po,,yo,,yoruba,,,yo,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,156,728,156,728,nn.po,,nn,,norwegian nynorsk,,,nn,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,156,728,156,728,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,156,728,156,728,pa.po,,pa,,punjabi,,,pa,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,156,728,156,728,et.po,,et,,estonian,,,et,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,156,728,156,728,hi.po,,hi,,hindi,,,hi,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,156,728,156,728,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,156,728,156,728,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,156,728,156,728,ar.po,,ar,,arabic,,,ar,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,156,728,156,728,ne.po,,ne,,nepali,,,ne,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/sv.po,0,0,0,0,0,156,728,156,728,sv.po,,sv,,swedish,,,sv,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/it.po,155,723,807,0,0,1,5,156,728,it.po,,it,,italian,,,it,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,156,728,156,728,nb.po,,nb,,norwegian bokmål,,,nb,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/uk.po,155,723,760,0,0,1,5,156,728,uk.po,,uk,,ukrainian,,,uk,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,156,728,156,728,ko.po,,ko,,korean,,,ko,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,156,728,156,728,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,156,728,156,728,anp.po,,anp,,angika,,,anp,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,156,728,156,728,km.po,,km,,khmer,,,km,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,156,728,156,728,bn_in.po,,bn,in,bangla,,india,bn_in,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,156,728,156,728,or.po,,or,,odia,,,or,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,156,728,156,728,nl.po,,nl,,dutch,,,nl,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,156,728,156,728,as.po,,as,,assamese,,,as,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/id.po,0,0,0,0,0,156,728,156,728,id.po,,id,,indonesian,,,id,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ru.po,0,0,0,0,0,156,728,156,728,ru.po,,ru,,russian,,,ru,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ja.po,114,468,218,0,0,42,260,156,728,ja.po,,ja,,japanese,,,ja,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,156,728,156,728,eo.po,,eo,,esperanto,,,eo,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,156,728,156,728,te.po,,te,,telugu,,,te,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,156,728,156,728,mai.po,,mai,,maithili,,,mai,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,156,728,156,728,zu.po,,zu,,zulu,,,zu,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,156,728,156,728,ur.po,,ur,,urdu,,,ur,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,156,728,156,728,bs.po,,bs,,bosnian,,,bs,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,156,728,156,728,ast.po,,ast,,asturian,,,ast,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,156,728,156,728,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,156,728,156,728,cy.po,,cy,,welsh,,,cy,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,156,728,156,728,am.po,,am,,amharic,,,am,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,156,728,156,728,bg.po,,bg,,bulgarian,,,bg,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,156,728,156,728,tr.po,,tr,,turkish,,,tr,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,156,728,156,728,he.po,,he,,hebrew,,,he,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,156,728,156,728,be.po,,be,,belarusian,,,be,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,156,728,156,728,kw.po,,kw,,cornish,,,kw,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,156,728,156,728,mn.po,,mn,,mongolian,,,mn,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/es.po,22,60,66,0,0,134,668,156,728,es.po,,es,,spanish,,,es,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,156,728,156,728,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,156,728,156,728,bn.po,,bn,,bangla,,,bn,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,156,728,156,728,mk.po,,mk,,macedonian,,,mk,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,156,728,156,728,hr.po,,hr,,croatian,,,hr,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,156,728,156,728,ka.po,,ka,,georgian,,,ka,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/pt_br.po,16,23,25,0,0,140,705,156,728,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,156,728,156,728,sq.po,,sq,,albanian,,,sq,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/fi.po,28,70,51,0,0,128,658,156,728,fi.po,,fi,,finnish,,,fi,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,156,728,156,728,tg.po,,tg,,tajik,,,tg,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,156,728,156,728,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,156,728,156,728,af.po,,af,,afrikaans,,,af,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,156,728,156,728,eu.po,,eu,,basque,,,eu,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,156,728,156,728,ilo.po,,ilo,,iloko,,,ilo,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,156,728,156,728,nds.po,,nds,,low german,,,nds,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ca.po,141,640,837,0,0,15,88,156,728,ca.po,,ca,,catalan,,,ca,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,156,728,156,728,bo.po,,bo,,tibetan,,,bo,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,156,728,156,728,pt.po,,pt,,portuguese,,,pt,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,156,728,156,728,ta.po,,ta,,tamil,,,ta,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,156,728,156,728,fa.po,,fa,,persian,,,fa,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,156,728,156,728,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,156,728,156,728,sr.po,,sr,,serbian,,,sr,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,156,728,156,728,ia.po,,ia,,interlingua,,,ia,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,156,728,156,728,lv.po,,lv,,latvian,,,lv,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,156,728,156,728,sk.po,,sk,,slovak,,,sk,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,156,728,156,728,si.po,,si,,sinhala,,,si,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,156,728,156,728,mr.po,,mr,,marathi,,,mr,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/da.po,0,0,0,0,0,156,728,156,728,da.po,,da,,danish,,,da,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,156,728,156,728,vi.po,,vi,,vietnamese,,,vi,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,156,728,156,728,sl.po,,sl,,slovenian,,,sl,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,156,728,156,728,ml.po,,ml,,malayalam,,,ml,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,156,728,156,728,lt.po,,lt,,lithuanian,,,lt,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,156,728,156,728,ms.po,,ms,,malay,,,ms,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,156,728,156,728,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,156,728,156,728,tw.po,,tw,,twi,,,tw,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,156,728,156,728,brx.po,,brx,,bodo,,,brx,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,156,728,156,728,th.po,,th,,thai,,,th,po -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv,po/cs.po,141,640,608,0,0,15,88,156,728,cs.po,,cs,,czech,,,cs,po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/nl.po,46,73,147,0,0,0,0,46,73,nl.po,,nl,,dutch,,,nl,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/ru.po,46,73,68,0,0,0,0,46,73,ru.po,,ru,,russian,,,ru,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/sv.po,46,73,76,0,0,0,0,46,73,sv.po,,sv,,swedish,,,sv,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/uk.po,0,0,0,1,25,45,48,46,73,uk.po,,uk,,ukrainian,,,uk,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/tr.po,46,73,66,0,0,0,0,46,73,tr.po,,tr,,turkish,,,tr,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/da.po,46,73,73,0,0,0,0,46,73,da.po,,da,,danish,,,da,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/pt_br.po,46,73,81,0,0,0,0,46,73,pt_br.po,,pt,br,portuguese,,brazil,pt_br,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/es.po,46,73,80,0,0,0,0,46,73,es.po,,es,,spanish,,,es,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/cs.po,46,73,67,0,0,0,0,46,73,cs.po,,cs,,czech,,,cs,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/gl.po,46,73,77,0,0,0,0,46,73,gl.po,,gl,,galician,,,gl,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/fr.po,46,73,73,0,0,0,0,46,73,fr.po,,fr,,french,,,fr,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/it.po,46,73,69,0,0,0,0,46,73,it.po,,it,,italian,,,it,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/pl.po,46,73,78,0,0,0,0,46,73,pl.po,,pl,,polish,,,pl,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/ja.po,46,73,48,0,0,0,0,46,73,ja.po,,ja,,japanese,,,ja,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/sk.po,46,73,70,0,0,0,0,46,73,sk.po,,sk,,slovak,,,sk,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/ca.po,46,73,82,0,0,0,0,46,73,ca.po,,ca,,catalan,,,ca,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/vi.po,46,73,97,0,0,0,0,46,73,vi.po,,vi,,vietnamese,,,vi,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/de.po,46,73,78,0,0,0,0,46,73,de.po,,de,,german,,,de,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/hu.po,2,29,22,0,0,44,44,46,73,hu.po,,hu,,hungarian,,,hu,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/eu.po,46,73,72,0,0,0,0,46,73,eu.po,,eu,,basque,,,eu,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/fi.po,46,73,60,0,0,0,0,46,73,fi.po,,fi,,finnish,,,fi,debian/po -libpaper-1.1.24-24.fc30.src.rpm.stats.csv,debian/po/pt.po,46,73,88,0,0,0,0,46,73,pt.po,,pt,,portuguese,,,pt,debian/po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/th.po,34,112,54,0,0,0,0,34,112,th.po,,th,,thai,,,th,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/zh_tw.po,34,112,37,0,0,0,0,34,112,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/uk.po,26,105,83,0,0,8,7,34,112,uk.po,,uk,,ukrainian,,,uk,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/el.po,34,112,112,0,0,0,0,34,112,el.po,,el,,greek,,,el,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/nds.po,11,24,21,0,0,23,88,34,112,nds.po,,nds,,low german,,,nds,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/lt.po,34,112,94,0,0,0,0,34,112,lt.po,,lt,,lithuanian,,,lt,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/fr.po,34,112,127,0,0,0,0,34,112,fr.po,,fr,,french,,,fr,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ast.po,24,103,103,0,0,10,9,34,112,ast.po,,ast,,asturian,,,ast,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/id.po,34,112,98,0,0,0,0,34,112,id.po,,id,,indonesian,,,id,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/an.po,34,111,118,0,0,0,1,34,112,an.po,,an,,aragonese,,,an,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/tg.po,26,105,107,0,0,8,7,34,112,tg.po,,tg,,tajik,,,tg,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/be.po,34,112,99,0,0,0,0,34,112,be.po,,be,,belarusian,,,be,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/de.po,34,112,110,0,0,0,0,34,112,de.po,,de,,german,,,de,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ar.po,26,105,85,0,0,8,7,34,112,ar.po,,ar,,arabic,,,ar,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/he.po,34,112,100,0,0,0,0,34,112,he.po,,he,,hebrew,,,he,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/sr.po,34,112,110,0,0,0,0,34,112,sr.po,,sr,,serbian,,,sr,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/te.po,31,110,101,0,0,3,2,34,112,te.po,,te,,telugu,,,te,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ml.po,26,105,88,0,0,8,7,34,112,ml.po,,ml,,malayalam,,,ml,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/pl.po,34,112,107,0,0,0,0,34,112,pl.po,,pl,,polish,,,pl,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/it.po,34,112,117,0,0,0,0,34,112,it.po,,it,,italian,,,it,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/as.po,31,110,125,0,0,3,2,34,112,as.po,,as,,assamese,,,as,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/zh_hk.po,31,110,35,0,0,3,2,34,112,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/eu.po,34,112,111,0,0,0,0,34,112,eu.po,,eu,,basque,,,eu,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/gu.po,31,110,126,0,0,3,2,34,112,gu.po,,gu,,gujarati,,,gu,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/bg.po,26,105,114,0,0,8,7,34,112,bg.po,,bg,,bulgarian,,,bg,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/gl.po,34,112,122,0,0,0,0,34,112,gl.po,,gl,,galician,,,gl,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ta.po,31,110,102,0,0,3,2,34,112,ta.po,,ta,,tamil,,,ta,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/hi.po,31,110,135,0,0,3,2,34,112,hi.po,,hi,,hindi,,,hi,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/sv.po,34,112,107,0,0,0,0,34,112,sv.po,,sv,,swedish,,,sv,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ne.po,19,33,38,6,22,9,57,34,112,ne.po,,ne,,nepali,,,ne,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ru.po,34,112,104,0,0,0,0,34,112,ru.po,,ru,,russian,,,ru,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/nl.po,27,106,99,0,0,7,6,34,112,nl.po,,nl,,dutch,,,nl,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/hu.po,34,112,103,0,0,0,0,34,112,hu.po,,hu,,hungarian,,,hu,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/fi.po,34,112,100,0,0,0,0,34,112,fi.po,,fi,,finnish,,,fi,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/bs.po,34,111,105,0,0,0,1,34,112,bs.po,,bs,,bosnian,,,bs,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/fur.po,34,112,133,0,0,0,0,34,112,fur.po,,fur,,friulian,,,fur,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/oc.po,34,112,121,0,0,0,0,34,112,oc.po,,oc,,occitan,,,oc,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/hr.po,34,112,105,0,0,0,0,34,112,hr.po,,hr,,croatian,,,hr,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ro.po,34,112,131,0,0,0,0,34,112,ro.po,,ro,,romanian,,,ro,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ca@valencia.po,31,110,121,0,0,3,2,34,112,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/or.po,31,110,127,0,0,3,2,34,112,or.po,,or,,odia,,,or,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/fa.po,34,112,109,0,0,0,0,34,112,fa.po,,fa,,persian,,,fa,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/da.po,34,112,107,0,0,0,0,34,112,da.po,,da,,danish,,,da,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/en_gb.po,34,112,112,0,0,0,0,34,112,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/pa.po,31,110,119,0,0,3,2,34,112,pa.po,,pa,,punjabi,,,pa,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/mr.po,31,110,115,0,0,3,2,34,112,mr.po,,mr,,marathi,,,mr,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/vi.po,26,105,135,0,0,8,7,34,112,vi.po,,vi,,vietnamese,,,vi,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/is.po,27,56,62,0,0,7,56,34,112,is.po,,is,,icelandic,,,is,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/sk.po,34,112,117,0,0,0,0,34,112,sk.po,,sk,,slovak,,,sk,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/et.po,26,105,80,0,0,8,7,34,112,et.po,,et,,estonian,,,et,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ko.po,34,112,92,0,0,0,0,34,112,ko.po,,ko,,korean,,,ko,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/zh_cn.po,34,112,37,0,0,0,0,34,112,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/lv.po,34,112,95,0,0,0,0,34,112,lv.po,,lv,,latvian,,,lv,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/bn_in.po,31,110,124,0,0,3,2,34,112,bn_in.po,,bn,in,bangla,,india,bn_in,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/cs.po,34,112,118,0,0,0,0,34,112,cs.po,,cs,,czech,,,cs,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/sr@latin.po,34,112,110,0,0,0,0,34,112,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/pt_br.po,34,112,116,0,0,0,0,34,112,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/kn.po,34,111,107,0,0,0,1,34,112,kn.po,,kn,,kannada,,,kn,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/kk.po,34,112,96,0,0,0,0,34,112,kk.po,,kk,,kazakh,,,kk,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/nb.po,34,112,112,0,0,0,0,34,112,nb.po,,nb,,norwegian bokmål,,,nb,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/es.po,34,112,119,0,0,0,0,34,112,es.po,,es,,spanish,,,es,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/eo.po,24,103,91,0,0,10,9,34,112,eo.po,,eo,,esperanto,,,eo,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ja.po,30,99,48,3,9,1,4,34,112,ja.po,,ja,,japanese,,,ja,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ug.po,26,105,89,0,0,8,7,34,112,ug.po,,ug,,uyghur,,,ug,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/pt.po,34,112,119,0,0,0,0,34,112,pt.po,,pt,,portuguese,,,pt,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/ca.po,34,112,124,0,0,0,0,34,112,ca.po,,ca,,catalan,,,ca,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/tr.po,34,112,103,0,0,0,0,34,112,tr.po,,tr,,turkish,,,tr,po -libpeas-1.22.0-10.fc30.src.rpm.stats.csv,po/sl.po,34,112,114,0,0,0,0,34,112,sl.po,,sl,,slovenian,,,sl,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/hu.po,53,343,311,0,0,0,0,53,343,hu.po,,hu,,hungarian,,,hu,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/bn_in.po,53,343,307,0,0,0,0,53,343,bn_in.po,,bn,in,bangla,,india,bn_in,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/si.po,6,18,19,0,0,47,325,53,343,si.po,,si,,sinhala,,,si,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/de.po,53,343,308,0,0,0,0,53,343,de.po,,de,,german,,,de,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/kk.po,6,18,20,0,0,47,325,53,343,kk.po,,kk,,kazakh,,,kk,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/tr.po,6,18,17,0,0,47,325,53,343,tr.po,,tr,,turkish,,,tr,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/fi.po,53,343,255,0,0,0,0,53,343,fi.po,,fi,,finnish,,,fi,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ru.po,53,343,275,0,0,0,0,53,343,ru.po,,ru,,russian,,,ru,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/sr.po,53,343,290,0,0,0,0,53,343,sr.po,,sr,,serbian,,,sr,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/sk.po,53,343,292,0,0,0,0,53,343,sk.po,,sk,,slovak,,,sk,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/te.po,53,343,255,0,0,0,0,53,343,te.po,,te,,telugu,,,te,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/uk.po,53,343,311,0,0,0,0,53,343,uk.po,,uk,,ukrainian,,,uk,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/gu.po,53,343,309,0,0,0,0,53,343,gu.po,,gu,,gujarati,,,gu,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/nb.po,6,18,18,0,0,47,325,53,343,nb.po,,nb,,norwegian bokmål,,,nb,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/fr.po,53,343,462,0,0,0,0,53,343,fr.po,,fr,,french,,,fr,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/zu.po,6,18,17,0,0,47,325,53,343,zu.po,,zu,,zulu,,,zu,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/he.po,53,343,286,0,0,0,0,53,343,he.po,,he,,hebrew,,,he,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/kn.po,53,343,259,0,0,0,0,53,343,kn.po,,kn,,kannada,,,kn,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/zh_tw.po,53,343,81,0,0,0,0,53,343,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/sq.po,9,59,53,0,0,44,284,53,343,sq.po,,sq,,albanian,,,sq,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ja.po,53,343,86,0,0,0,0,53,343,ja.po,,ja,,japanese,,,ja,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ta.po,53,343,285,0,0,0,0,53,343,ta.po,,ta,,tamil,,,ta,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/da.po,53,343,305,0,0,0,0,53,343,da.po,,da,,danish,,,da,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/nl.po,53,343,339,0,0,0,0,53,343,nl.po,,nl,,dutch,,,nl,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/bg.po,51,324,304,0,0,2,19,53,343,bg.po,,bg,,bulgarian,,,bg,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/vi.po,6,18,32,0,0,47,325,53,343,vi.po,,vi,,vietnamese,,,vi,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/or.po,53,343,344,0,0,0,0,53,343,or.po,,or,,odia,,,or,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/sr@latin.po,6,18,19,0,0,47,325,53,343,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ko.po,53,343,274,0,0,0,0,53,343,ko.po,,ko,,korean,,,ko,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/km.po,53,343,101,0,0,0,0,53,343,km.po,,km,,khmer,,,km,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/cs.po,53,343,291,0,0,0,0,53,343,cs.po,,cs,,czech,,,cs,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/zh_cn.po,53,343,86,0,0,0,0,53,343,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/pt_br.po,53,343,372,0,0,0,0,53,343,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/pl.po,53,343,307,0,0,0,0,53,343,pl.po,,pl,,polish,,,pl,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/sv.po,53,343,290,0,0,0,0,53,343,sv.po,,sv,,swedish,,,sv,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ca.po,53,343,389,0,0,0,0,53,343,ca.po,,ca,,catalan,,,ca,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ur.po,6,23,33,0,0,47,320,53,343,ur.po,,ur,,urdu,,,ur,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/hi.po,53,343,356,0,0,0,0,53,343,hi.po,,hi,,hindi,,,hi,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/pt.po,53,343,372,0,0,0,0,53,343,pt.po,,pt,,portuguese,,,pt,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/as.po,53,343,289,0,0,0,0,53,343,as.po,,as,,assamese,,,as,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/mr.po,53,343,287,0,0,0,0,53,343,mr.po,,mr,,marathi,,,mr,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/eu.po,23,108,85,0,0,30,235,53,343,eu.po,,eu,,basque,,,eu,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/it.po,53,343,350,0,0,0,0,53,343,it.po,,it,,italian,,,it,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ar.po,6,18,29,0,0,47,325,53,343,ar.po,,ar,,arabic,,,ar,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/pa.po,53,343,381,0,0,0,0,53,343,pa.po,,pa,,punjabi,,,pa,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/ml.po,53,343,219,0,0,0,0,53,343,ml.po,,ml,,malayalam,,,ml,po -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv,po/es.po,53,343,398,0,0,0,0,53,343,es.po,,es,,spanish,,,es,po -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ab/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ab/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ab/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/af/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/af/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/af/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/af/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/cs_cz.po,1,8,8,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/am/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/am/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/am/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/am/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/an/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/an/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/an/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/an/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/an_es.po,1,3,5,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/be_by.po,1,3,5,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/br_fr.po,1,3,5,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/is.po,1,7,8,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/lo_la.po,1,3,5,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/si_lk.po,1,3,5,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ar/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/dictionaries/es.po,1,12,14,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ar/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ar/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ar/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/as/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/as/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/as/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/as/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/af_za.po,1,6,9,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/ar.po,1,5,9,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/bg_bg.po,1,7,11,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/ca.po,1,7,12,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/da_dk.po,1,7,11,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/en.po,1,9,13,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/fr_fr.po,1,7,11,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/hr_hr.po,1,6,9,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/hu_hu.po,1,9,11,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/it_it.po,1,7,10,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/lt_lt.po,1,6,9,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/ne_np.po,1,5,9,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/no.po,1,10,14,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/pl_pl.po,1,7,10,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/pt_br.po,1,9,12,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/pt_pt.po,1,8,11,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/ro.po,1,7,10,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/sk_sk.po,1,7,10,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/sl_si.po,1,7,10,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/sr.po,1,9,13,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/uk_ua.po,1,7,10,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ast/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ast/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ast/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ast/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/az/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/az/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/az/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/az/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/gl.po,1,7,6,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/be/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/be/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/be/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/be/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/gd_gb.po,1,4,6,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/hu_hu.po,1,9,13,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/ru_ru.po,1,9,13,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/tr_tr.po,1,3,6,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/bg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/bg/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bg/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/bg/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/nl_nl.po,1,6,8,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/sr.po,1,9,11,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/bn-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/bn-in/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn-in/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/bn-in/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/bn_bd.po,0,0,0,1,3,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/br_fr.po,0,0,0,1,3,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/gu_in.po,0,0,0,1,3,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/he_il.po,0,0,0,1,3,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/oc_fr.po,0,0,0,1,3,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/bn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/bn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bn/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/bn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/bo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/bo/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bo/scp2/source/kde.po,0,0,0,2,9,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/bo/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/af_za.po,1,6,10,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/an_es.po,1,3,6,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/ar.po,1,5,10,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/be_by.po,1,3,6,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/bg_bg.po,1,7,13,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/bn_bd.po,1,3,6,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/br_fr.po,1,3,6,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/bs_ba.po,1,3,6,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/ca.po,1,7,13,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/da_dk.po,1,7,13,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/de.po,1,10,18,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/el_gr.po,1,6,11,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/en.po,1,9,14,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/et_ee.po,1,6,10,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/fr_fr.po,1,7,13,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/gl.po,1,7,14,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/gu_in.po,1,3,6,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/he_il.po,1,3,6,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/hr_hr.po,1,6,10,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/hu_hu.po,1,9,13,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/is.po,1,7,13,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/it_it.po,1,7,13,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/lo_la.po,1,3,6,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/lt_lt.po,1,6,10,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/lv_lv.po,1,6,10,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/ne_np.po,1,5,10,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/nl_nl.po,1,6,10,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/no.po,1,10,16,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/oc_fr.po,1,3,6,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/pl_pl.po,1,7,13,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/pt_br.po,1,9,11,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/pt_pt.po,1,8,14,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/ro.po,1,7,13,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/ru_ru.po,1,9,13,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/si_lk.po,1,3,6,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/sk_sk.po,1,7,13,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/sl_si.po,1,7,13,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/sr.po,1,9,13,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/sw_tz.po,1,3,6,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/te_in.po,1,6,11,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/th_th.po,1,3,6,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/uk_ua.po,1,7,13,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/vi.po,1,3,6,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/dictionaries/es.po,1,12,18,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/br/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/br/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/br/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/brx/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/brx/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/brx/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/brx/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/af_za.po,1,6,12,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/an_es.po,1,3,5,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/be_by.po,1,3,5,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/bg_bg.po,1,7,14,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/br_fr.po,1,3,5,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/bs_ba.po,1,3,5,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/ca.po,1,7,14,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/da_dk.po,1,7,14,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/de.po,1,10,17,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/el_gr.po,1,6,12,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/en.po,1,9,16,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/et_ee.po,1,6,12,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/fr_fr.po,1,7,14,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/gl.po,1,7,14,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/hr_hr.po,1,6,12,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/hu_hu.po,1,9,16,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/it_it.po,1,7,14,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/lt_lt.po,1,6,12,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/lv_lv.po,1,6,12,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/nl_nl.po,1,6,12,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/no.po,1,10,17,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/pl_pl.po,1,7,14,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/pt_br.po,1,9,15,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/pt_pt.po,1,8,15,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/ro.po,1,7,14,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/ru_ru.po,1,9,16,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/si_lk.po,1,3,5,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/sk_sk.po,1,7,14,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/sl_si.po,1,7,14,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/sr.po,1,9,15,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/te_in.po,1,6,12,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/uk_ua.po,1,7,14,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/zu_za.po,1,3,9,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/bs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/bs/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/bs/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/bs/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/ar.po,1,5,9,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/bg_bg.po,1,7,12,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/bo.po,1,6,9,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/ca.po,1,7,12,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/da_dk.po,1,7,12,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/de.po,1,10,15,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/en.po,1,9,14,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/fr_fr.po,1,7,12,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/gl.po,1,7,12,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/hu_hu.po,1,9,14,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/is.po,1,7,12,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/it_it.po,1,7,12,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/ne_np.po,1,5,9,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/no.po,1,10,15,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/pl_pl.po,1,7,12,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/pt_pt.po,1,8,13,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/ro.po,1,7,12,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/ru_ru.po,1,9,14,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/sk_sk.po,1,7,12,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/sl_si.po,1,7,12,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/uk_ua.po,1,7,12,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ca-valencia/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/dictionaries/es.po,1,12,20,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ca-valencia/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca-valencia/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ca-valencia/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/ar.po,1,5,9,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/bg_bg.po,1,7,12,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/bo.po,1,6,9,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/ca.po,1,7,12,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/cs_cz.po,1,8,12,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/da_dk.po,1,7,12,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/de.po,1,10,15,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/en.po,1,9,14,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/fr_fr.po,1,7,12,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/gl.po,1,7,12,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/hu_hu.po,1,9,14,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/id.po,1,7,12,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/is.po,1,7,12,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/it_it.po,1,7,12,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/ne_np.po,1,5,9,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/no.po,1,10,15,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/pl_pl.po,1,7,12,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/pt_pt.po,1,8,13,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/ro.po,1,7,12,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/ru_ru.po,1,9,14,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/sk_sk.po,1,7,12,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/sl_si.po,1,7,12,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/uk_ua.po,1,7,12,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ca/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/dictionaries/es.po,1,12,20,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ca/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ca/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ca/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/an_es.po,1,3,5,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/ar.po,1,5,8,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/be_by.po,1,3,5,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/br_fr.po,1,3,5,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/bs_ba.po,1,3,5,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/cs_cz.po,1,8,10,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/da_dk.po,1,7,10,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/fr_fr.po,1,7,10,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/id.po,1,7,10,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/is.po,1,7,10,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/it_it.po,1,7,10,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/lo_la.po,1,3,5,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/ne_np.po,1,5,8,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/nl_nl.po,1,6,8,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/no.po,1,10,13,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/pl_pl.po,1,7,10,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/pt_br.po,1,9,14,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/pt_pt.po,1,8,11,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/ro.po,1,7,10,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/si_lk.po,1,3,5,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/sk_sk.po,1,7,10,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/sl_si.po,1,7,10,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/sq_al.po,1,3,5,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/sr.po,1,9,11,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/tr_tr.po,1,3,5,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/uk_ua.po,1,7,10,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/cs/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/dictionaries/es.po,1,12,14,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/cs/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cs/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/cs/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/cs_cz.po,1,8,8,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/id.po,1,7,8,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/pt_br.po,1,9,8,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/cy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/cy/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/cy/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/cy/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/af_za.po,1,6,5,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/be_by.po,1,3,2,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/de.po,1,10,8,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/el_gr.po,1,6,4,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/et_ee.po,1,6,4,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/fr_fr.po,1,7,5,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/gd_gb.po,1,4,2,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/gl.po,1,7,5,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/gu_in.po,1,3,2,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/hi_in.po,1,3,2,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/hr_hr.po,1,6,4,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/hu_hu.po,1,9,6,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/id.po,1,7,5,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/it_it.po,1,7,5,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/lt_lt.po,1,6,4,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/lv_lv.po,1,6,4,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/nl_nl.po,1,6,4,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/no.po,1,10,8,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/oc_fr.po,1,3,2,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/pl_pl.po,1,7,5,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/pt_br.po,1,9,8,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/pt_pt.po,1,8,6,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/ro.po,1,7,5,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/ru_ru.po,1,9,6,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/sk_sk.po,1,7,5,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/sl_si.po,1,7,5,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/sw_tz.po,1,3,2,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/te_in.po,1,6,4,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/th_th.po,1,3,2,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/tr_tr.po,1,3,2,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/uk_ua.po,1,7,5,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/zu_za.po,1,3,2,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/da/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/da/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/da/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/da/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/gd_gb.po,1,4,2,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/hu_hu.po,1,9,8,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/id.po,1,7,5,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/ru_ru.po,1,9,8,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/tr_tr.po,1,3,2,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/de/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/de/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/de/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/de/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/be_by.po,0,0,0,1,3,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/de.po,0,0,0,1,10,0,0,1,10,de.po,,de,,german,,,de,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/hi_in.po,1,3,2,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/no.po,0,0,0,1,10,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/pt_pt.po,1,8,7,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/sr.po,1,9,6,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/dgo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/dgo/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dgo/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/dgo/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/is.po,1,7,8,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/dsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/dsb/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dsb/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/dsb/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/dz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/dz/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/dz/scp2/source/kde.po,0,0,0,2,9,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/dz/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/ca.po,1,7,6,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/cs_cz.po,1,8,6,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/da_dk.po,1,7,6,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/en.po,1,9,7,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/et_ee.po,1,6,5,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/fr_fr.po,1,7,6,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/hr_hr.po,1,6,5,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/hu_hu.po,1,9,7,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/id.po,1,7,6,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/it_it.po,1,7,6,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/nl_nl.po,1,6,5,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/no.po,1,10,9,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/pl_pl.po,1,7,6,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/pt_br.po,1,9,11,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/pt_pt.po,1,8,7,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/ro.po,1,7,6,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/ru_ru.po,1,9,7,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/sk_sk.po,1,7,6,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/sl_si.po,1,7,6,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/sr.po,1,9,8,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/te_in.po,1,6,5,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/uk_ua.po,1,7,6,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/zu_za.po,1,3,2,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/el/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/dictionaries/es.po,1,12,11,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/el/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/el/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/el/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/cs_cz.po,1,8,8,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/en-gb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/en-gb/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-gb/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/en-gb/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/bn_bd.po,0,0,0,1,3,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/br_fr.po,0,0,0,1,3,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/gu_in.po,0,0,0,1,3,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/he_il.po,0,0,0,1,3,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/oc_fr.po,0,0,0,1,3,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/en-za/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/en-za/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/en-za/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/en-za/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/gd_gb.po,1,4,6,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/hr_hr.po,1,6,5,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/hu_hu.po,1,9,8,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/nl_nl.po,1,6,5,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/sq_al.po,1,3,5,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/sv_se.po,1,2,4,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/tr_tr.po,1,3,5,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/eo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/dictionaries/es.po,1,12,11,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/eo/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eo/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/eo/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/af_za.po,1,6,9,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/cs_cz.po,1,8,10,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/da_dk.po,1,7,10,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/el_gr.po,1,6,9,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/et_ee.po,1,6,9,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/fr_fr.po,1,7,10,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/hr_hr.po,1,6,9,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/id.po,1,7,10,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/is.po,1,7,10,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/it_it.po,1,7,10,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/lt_lt.po,1,6,9,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/no.po,1,10,13,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/pl_pl.po,1,7,10,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/pt_br.po,1,9,12,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/pt_pt.po,1,8,11,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/ro.po,1,7,10,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/sk_sk.po,1,7,10,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/sl_si.po,1,7,10,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/te_in.po,1,6,9,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/uk_ua.po,1,7,10,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/es/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/es/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/es/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/es/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/hu_hu.po,1,9,8,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/ru_ru.po,1,9,8,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/et/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/dictionaries/es.po,1,12,11,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/et/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/et/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/et/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/be_by.po,1,3,2,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/bn_bd.po,1,3,2,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/br_fr.po,1,3,2,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/bs_ba.po,1,3,2,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/gu_in.po,1,3,2,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/hi_in.po,1,3,2,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/hu_hu.po,1,9,8,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/oc_fr.po,1,3,2,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/pt_br.po,1,9,8,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/pt_pt.po,1,8,7,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/ru_ru.po,1,9,8,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/sq_al.po,1,3,2,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/sw_tz.po,1,3,2,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/th_th.po,1,3,2,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/tr_tr.po,1,3,2,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/zu_za.po,1,3,2,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/eu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/dictionaries/es.po,1,12,10,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/eu/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/eu/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/eu/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/gu_in.po,0,0,0,1,3,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/sw_tz.po,0,0,0,1,3,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/th_th.po,0,0,0,1,3,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/fa/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/fa/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fa/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/fa/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/af_za.po,1,6,4,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/be_by.po,1,3,2,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/bg_bg.po,1,7,5,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/bn_bd.po,1,3,2,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/bo.po,1,6,4,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/br_fr.po,1,3,2,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/bs_ba.po,1,3,2,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/da_dk.po,1,7,5,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/de.po,1,10,9,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/el_gr.po,1,6,4,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/en.po,1,9,7,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/et_ee.po,1,6,4,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/fr_fr.po,1,7,5,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/gd_gb.po,1,4,2,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/gl.po,1,7,5,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/gu_in.po,1,3,2,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/hi_in.po,1,3,2,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/hr_hr.po,1,6,4,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/hu_hu.po,1,9,7,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/it_it.po,1,7,5,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/lt_lt.po,1,6,4,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/lv_lv.po,1,6,4,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/nl_nl.po,1,6,4,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/no.po,1,10,8,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/oc_fr.po,1,3,2,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/pl_pl.po,1,7,5,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/pt_pt.po,1,8,6,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/ro.po,1,7,5,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/ru_ru.po,1,9,7,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/si_lk.po,1,3,2,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/sk_sk.po,1,7,5,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/sl_si.po,1,7,5,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/sq_al.po,1,3,2,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/sw_tz.po,1,3,2,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/te_in.po,1,6,4,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/th_th.po,1,3,2,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/uk_ua.po,1,7,5,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/zu_za.po,1,3,2,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/fi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/fi/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fi/scp2/source/kde.po,2,9,5,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/fi/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/af_za.po,1,6,9,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/bg_bg.po,1,7,11,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/ca.po,1,7,11,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/cs_cz.po,1,8,11,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/da_dk.po,1,7,11,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/de.po,1,10,15,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/en.po,1,9,13,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/et_ee.po,1,6,9,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/fr_fr.po,1,7,11,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/gl.po,1,7,11,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/hr_hr.po,1,6,9,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/hu_hu.po,1,9,15,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/id.po,1,7,11,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/is.po,1,7,11,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/it_it.po,1,7,11,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/lt_lt.po,1,6,9,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/no.po,1,10,14,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/pl_pl.po,1,7,11,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/pt_br.po,1,9,11,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/pt_pt.po,1,8,12,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/ro.po,1,7,11,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/ru_ru.po,1,9,15,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/sk_sk.po,1,7,11,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/sl_si.po,1,7,11,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/tr_tr.po,1,3,5,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/uk_ua.po,1,7,11,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/fr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/dictionaries/es.po,1,12,15,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/fr/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fr/scp2/source/kde.po,2,9,13,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/fr/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/id.po,1,7,6,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/sk_sk.po,1,7,6,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/fy/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/fy/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/fy/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/fy/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/cs_cz.po,1,8,8,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/de.po,1,10,14,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/id.po,1,7,8,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/is.po,1,7,8,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ga/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/dictionaries/es.po,1,12,14,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ga/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ga/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ga/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/cs_cz.po,1,8,8,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/de.po,1,10,14,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/id.po,1,7,8,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/pt_br.po,1,9,8,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/gd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/gd/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gd/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/gd/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/cs_cz.po,1,8,10,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/da_dk.po,1,7,10,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/en.po,1,9,13,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/id.po,1,7,8,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/pt_br.po,1,9,8,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/gl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/gl/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gl/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/gl/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/en.po,1,9,11,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/hu_hu.po,1,9,11,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/ru_ru.po,1,9,11,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/gu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/gu/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gu/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/gu/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/ar.po,1,5,3,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/ca.po,1,7,6,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/en.po,0,0,0,1,9,0,1,1,10,en.po,,en,,english,,,en,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/fr_fr.po,1,7,6,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/hu_hu.po,1,9,6,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/it_it.po,1,7,6,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/pl_pl.po,1,7,6,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/pt_pt.po,0,0,0,1,8,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/ro.po,1,7,6,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/ru_ru.po,0,0,0,1,9,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/sk_sk.po,1,7,6,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/sl_si.po,1,7,6,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/uk_ua.po,1,7,6,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/gug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/gug/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/gug/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/gug/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/br_fr.po,1,3,5,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/hu_hu.po,1,9,8,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/te_in.po,1,6,5,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/he/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/he/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/he/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/he/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/hi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/hi/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hi/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/hi/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/an_es.po,1,3,7,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/bn_bd.po,1,3,7,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/br_fr.po,1,3,7,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/cs_cz.po,1,8,10,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/en.po,1,9,11,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/gd_gb.po,1,4,6,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/hu_hu.po,1,9,11,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/id.po,1,7,10,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/is.po,1,7,10,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/no.po,1,10,13,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/oc_fr.po,1,3,7,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/ru_ru.po,1,9,11,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/si_lk.po,1,3,7,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/sq_al.po,1,3,6,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/tr_tr.po,1,3,6,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/hr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/hr/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hr/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/hr/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/is.po,1,7,8,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/hsb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/hsb/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hsb/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/hsb/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/pt_pt.po,1,8,7,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/hu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/dictionaries/es.po,1,12,11,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/hu/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/hu/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/hu/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/af_za.po,1,6,9,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/cs_cz.po,1,8,10,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/da_dk.po,1,7,10,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/el_gr.po,1,6,9,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/et_ee.po,1,6,9,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/fr_fr.po,1,7,10,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/hr_hr.po,1,6,9,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/id.po,1,7,10,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/lt_lt.po,1,6,9,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/no.po,1,10,13,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/pl_pl.po,1,7,10,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/pt_br.po,1,9,13,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/pt_pt.po,1,8,11,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/ro.po,1,7,10,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/sk_sk.po,1,7,10,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/sl_si.po,1,7,10,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/te_in.po,1,6,9,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/uk_ua.po,1,7,10,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/id/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/dictionaries/es.po,1,12,15,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/id/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/id/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/id/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/be_by.po,1,3,2,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/bg_bg.po,1,7,5,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/bn_bd.po,1,3,2,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/br_fr.po,1,3,2,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/bs_ba.po,1,3,2,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/da_dk.po,1,7,5,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/de.po,1,10,9,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/el_gr.po,1,6,4,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/en.po,1,9,6,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/et_ee.po,1,6,4,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/fr_fr.po,1,7,5,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/gd_gb.po,1,4,2,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/gl.po,1,7,5,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/gu_in.po,1,3,2,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/hi_in.po,1,3,2,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/hr_hr.po,1,6,4,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/hu_hu.po,1,9,5,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/id.po,1,7,5,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/it_it.po,1,7,5,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/lt_lt.po,1,6,4,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/lv_lv.po,1,6,4,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/nl_nl.po,1,6,4,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/no.po,1,10,8,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/pl_pl.po,1,7,5,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/pt_br.po,1,9,5,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/pt_pt.po,1,8,5,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/ro.po,1,7,5,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/ru_ru.po,1,9,5,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/si_lk.po,1,3,2,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/sk_sk.po,1,7,5,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/sl_si.po,1,7,5,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/sq_al.po,1,3,2,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/sw_tz.po,1,3,2,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/th_th.po,1,3,2,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/tr_tr.po,1,3,2,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/uk_ua.po,1,7,5,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/is/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/is/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/is/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/is/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/cs_cz.po,1,8,10,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/da_dk.po,1,7,10,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/fr_fr.po,1,7,10,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/id.po,1,7,10,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/is.po,1,7,10,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/it_it.po,1,7,10,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/no.po,1,10,13,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/pl_pl.po,1,7,10,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/pt_br.po,1,9,12,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/ro.po,1,7,10,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/sk_sk.po,1,7,10,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/sl_si.po,1,7,10,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/tr_tr.po,1,3,6,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/uk_ua.po,1,7,10,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/it/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/dictionaries/es.po,1,12,15,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/it/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/it/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/it/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/af_za.po,1,6,1,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/an_es.po,1,3,1,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/ar.po,1,5,1,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/be_by.po,1,3,1,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/bg_bg.po,1,7,1,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/bn_bd.po,1,3,1,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/bo.po,1,6,1,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/br_fr.po,1,3,1,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/bs_ba.po,1,3,1,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/ca.po,1,7,1,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/cs_cz.po,1,8,1,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/da_dk.po,1,7,1,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/de.po,1,10,3,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/el_gr.po,1,6,1,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/en.po,1,9,1,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/et_ee.po,1,6,1,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/fr_fr.po,1,7,1,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/gd_gb.po,1,4,1,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/gl.po,1,7,1,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/gu_in.po,1,3,1,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/he_il.po,1,3,1,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/hi_in.po,1,3,1,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/hr_hr.po,1,6,1,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/hu_hu.po,1,9,1,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/id.po,1,7,1,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/is.po,1,7,1,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/it_it.po,1,7,1,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/lo_la.po,1,3,1,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/lt_lt.po,1,6,1,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/lv_lv.po,1,6,1,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/ne_np.po,1,5,1,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/nl_nl.po,1,6,1,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/no.po,1,10,3,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/oc_fr.po,1,3,1,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/pl_pl.po,1,7,1,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/pt_br.po,1,9,2,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/pt_pt.po,1,8,3,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/ro.po,1,7,1,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/ru_ru.po,1,9,1,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/si_lk.po,1,3,1,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/sk_sk.po,1,7,1,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/sl_si.po,1,7,1,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/sq_al.po,1,3,1,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/sr.po,1,9,3,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/sv_se.po,1,2,1,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/sw_tz.po,1,3,1,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/te_in.po,1,6,1,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/th_th.po,1,3,1,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/tr_tr.po,1,3,1,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/uk_ua.po,1,7,1,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/vi.po,1,3,1,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/zu_za.po,1,3,1,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ja/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/dictionaries/es.po,1,12,1,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ja/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ja/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ja/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/da_dk.po,1,7,5,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/de.po,1,10,8,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/en.po,1,9,6,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/nl_nl.po,1,6,8,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/pt_br.po,1,9,12,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/sr.po,1,9,11,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/jv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/jv/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/jv/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/jv/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ka/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ka/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ka/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ka/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/af_za.po,1,6,11,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/an_es.po,1,3,5,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/bg_bg.po,1,7,11,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/ca.po,1,7,11,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/cs_cz.po,1,8,11,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/da_dk.po,1,7,11,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/en.po,1,9,13,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/et_ee.po,1,6,11,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/fr_fr.po,1,7,11,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/gd_gb.po,1,4,7,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/gl.po,1,7,12,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/hr_hr.po,1,6,11,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/hu_hu.po,1,9,13,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/id.po,1,7,12,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/is.po,1,7,12,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/it_it.po,1,7,11,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/lo_la.po,1,3,5,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/lt_lt.po,1,6,11,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/lv_lv.po,1,6,11,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/nl_nl.po,1,6,11,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/no.po,1,10,13,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/pl_pl.po,1,7,12,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/pt_br.po,1,9,12,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/pt_pt.po,1,8,12,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/ro.po,1,7,12,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/ru_ru.po,1,9,13,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/sk_sk.po,1,7,11,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/sl_si.po,1,7,11,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/sq_al.po,1,3,5,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/sr.po,1,9,14,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/te_in.po,1,6,11,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/tr_tr.po,1,3,6,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/uk_ua.po,1,7,11,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/zu_za.po,1,3,7,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/kab/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/dictionaries/es.po,1,12,17,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/kab/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kab/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/kab/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/kk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/kk/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kk/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/kk/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/th_th.po,0,0,0,1,3,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/zu_za.po,0,0,0,1,3,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/kl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/kl/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kl/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/kl/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/af_za.po,1,6,2,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/ar.po,1,5,2,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/be_by.po,1,3,1,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/bg_bg.po,1,7,3,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/bn_bd.po,1,3,1,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/br_fr.po,1,3,1,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/bs_ba.po,1,3,1,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/ca.po,1,7,3,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/da_dk.po,1,7,3,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/de.po,1,10,7,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/el_gr.po,1,6,2,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/en.po,1,9,4,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/et_ee.po,1,6,2,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/fr_fr.po,1,7,3,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/gl.po,1,7,3,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/gu_in.po,1,3,1,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/he_il.po,1,3,1,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/hi_in.po,1,3,1,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/hr_hr.po,1,6,2,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/hu_hu.po,1,9,3,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/it_it.po,1,7,3,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/lo_la.po,1,3,1,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/lt_lt.po,1,6,2,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/lv_lv.po,1,6,2,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/ne_np.po,1,5,2,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/nl_nl.po,1,6,2,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/no.po,1,10,5,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/oc_fr.po,1,3,1,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/pl_pl.po,1,7,3,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/pt_br.po,1,9,4,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/pt_pt.po,1,8,3,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/ro.po,1,7,3,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/ru_ru.po,1,9,4,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/si_lk.po,1,3,2,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/sk_sk.po,1,7,3,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/sl_si.po,1,7,3,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/sr.po,1,9,4,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/sw_tz.po,1,3,1,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/te_in.po,1,6,2,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/th_th.po,1,3,1,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/uk_ua.po,1,7,3,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/vi.po,1,3,1,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/zu_za.po,1,3,1,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/km/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/km/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/km/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/km/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/bn_bd.po,0,0,0,1,3,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/br_fr.po,0,0,0,1,3,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/gu_in.po,0,0,0,1,3,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/he_il.po,0,0,0,1,3,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/oc_fr.po,0,0,0,1,3,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/kmr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/kmr-latn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kmr-latn/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/kmr-latn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/af_za.po,1,6,5,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/et_ee.po,1,6,5,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/hr_hr.po,1,6,5,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/nl_nl.po,1,6,5,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/pt_br.po,1,9,8,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/sr.po,1,9,8,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/te_in.po,1,6,5,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/kn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/kn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kn/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/kn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/af_za.po,1,6,5,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/bs_ba.po,1,3,2,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/da_dk.po,1,7,6,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ko/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ko/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ko/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ko/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/af_za.po,1,6,12,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/ar.po,1,5,12,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/be_by.po,0,0,0,1,3,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/bg_bg.po,1,7,14,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/br_fr.po,1,3,10,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/ca.po,1,7,15,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/da_dk.po,1,7,15,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/de.po,0,0,0,1,10,0,0,1,10,de.po,,de,,german,,,de,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/et_ee.po,1,6,13,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/fr_fr.po,1,7,14,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/hr_hr.po,1,6,13,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/it_it.po,1,7,15,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/lt_lt.po,1,6,13,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/lv_lv.po,1,6,14,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/ne_np.po,1,5,12,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/nl_nl.po,1,6,13,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/no.po,0,0,0,1,10,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/pl_pl.po,1,7,15,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/pt_pt.po,1,8,17,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/ro.po,1,7,15,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/sk_sk.po,1,7,15,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/sl_si.po,1,7,15,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/sr.po,1,9,16,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/uk_ua.po,1,7,15,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/zu_za.po,1,3,7,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/kok/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/kok/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/kok/scp2/source/kde.po,2,9,16,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/kok/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ks/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ks/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ks/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ks/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ky/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ky/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ky/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ky/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/bg_bg.po,0,0,0,1,7,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/br_fr.po,0,0,0,1,3,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/ca.po,0,0,0,1,7,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/da_dk.po,0,0,0,1,7,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/et_ee.po,0,0,0,1,6,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/hr_hr.po,0,0,0,1,6,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/it_it.po,0,0,0,1,7,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/lt_lt.po,0,0,0,1,6,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/lv_lv.po,0,0,0,1,6,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/nl_nl.po,0,0,0,1,6,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/pl_pl.po,0,0,0,1,7,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/pt_pt.po,0,0,0,1,8,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/ro.po,0,0,0,1,7,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/sk_sk.po,0,0,0,1,7,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/sl_si.po,0,0,0,1,7,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/uk_ua.po,0,0,0,1,7,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/vi.po,0,0,0,1,3,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/lb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/lb/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lb/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/lb/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/af_za.po,1,6,4,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/be_by.po,1,3,2,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/bg_bg.po,1,7,5,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/bn_bd.po,1,3,2,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/br_fr.po,1,3,2,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/bs_ba.po,1,3,2,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/da_dk.po,1,7,5,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/de.po,1,10,8,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/el_gr.po,1,6,4,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/en.po,1,9,6,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/et_ee.po,1,6,4,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/fr_fr.po,1,7,5,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/gl.po,1,7,5,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/gu_in.po,1,3,2,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/hi_in.po,1,3,2,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/hr_hr.po,1,6,4,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/hu_hu.po,1,9,6,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/id.po,1,7,5,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/it_it.po,1,7,5,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/lt_lt.po,1,6,4,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/lv_lv.po,1,6,4,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/nl_nl.po,1,6,4,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/no.po,1,10,7,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/oc_fr.po,1,3,2,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/pl_pl.po,1,7,5,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/pt_br.po,1,9,6,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/pt_pt.po,1,8,6,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/ro.po,1,7,5,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/ru_ru.po,1,9,6,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/si_lk.po,1,3,2,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/sk_sk.po,1,7,5,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/sl_si.po,1,7,5,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/sq_al.po,1,3,2,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/sr.po,1,9,6,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/sw_tz.po,1,3,2,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/te_in.po,1,6,4,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/th_th.po,1,3,2,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/tr_tr.po,1,3,2,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/uk_ua.po,1,7,5,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/zu_za.po,1,3,2,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/lo/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/dictionaries/es.po,1,12,10,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/lo/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lo/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/lo/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/an_es.po,1,3,5,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/be_by.po,1,3,5,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/br_fr.po,1,3,5,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/bs_ba.po,1,3,5,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/cs_cz.po,1,8,8,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/en.po,1,9,11,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/gd_gb.po,1,4,6,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/hu_hu.po,1,9,11,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/lo_la.po,1,3,5,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/nl_nl.po,1,6,8,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/ru_ru.po,1,9,11,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/si_lk.po,1,3,5,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/sq_al.po,1,3,5,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/sv_se.po,1,2,5,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/tr_tr.po,1,3,5,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/lt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/dictionaries/es.po,1,12,14,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/lt/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lt/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/lt/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/lv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/dictionaries/es.po,1,12,10,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/lv/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/lv/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/lv/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/mai/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/mai/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mai/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/mai/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/mk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/mk/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mk/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/mk/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/af_za.po,1,6,5,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/ca.po,1,7,6,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/da_dk.po,1,7,6,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/de.po,1,10,9,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/et_ee.po,1,6,5,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/fr_fr.po,1,7,6,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/gl.po,1,7,6,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/hr_hr.po,1,6,5,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/hu_hu.po,1,9,8,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/it_it.po,1,7,6,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/nl_nl.po,1,6,5,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/no.po,1,10,6,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/pl_pl.po,1,7,6,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/pt_pt.po,1,8,7,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/ro.po,1,7,6,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/ru_ru.po,1,9,8,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/sk_sk.po,1,7,6,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/sl_si.po,1,7,6,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/te_in.po,1,6,5,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/uk_ua.po,1,7,6,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ml/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ml/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ml/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ml/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/af_za.po,1,6,10,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/an_es.po,1,3,7,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/ar.po,1,5,10,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/be_by.po,1,3,7,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/bn_bd.po,1,3,10,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/br_fr.po,1,3,7,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/bs_ba.po,1,3,7,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/ca.po,0,0,0,1,7,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/da_dk.po,1,7,12,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/de.po,1,10,15,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/el_gr.po,1,6,12,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/en.po,1,9,15,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/et_ee.po,1,6,10,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/fr_fr.po,1,7,12,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/gl.po,1,7,12,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/gu_in.po,1,3,7,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/he_il.po,1,3,7,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/hi_in.po,1,3,7,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/hr_hr.po,1,6,10,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/hu_hu.po,1,9,15,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/is.po,1,7,12,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/it_it.po,1,7,12,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/lo_la.po,1,3,7,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/lt_lt.po,1,6,10,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/lv_lv.po,1,6,10,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/ne_np.po,1,5,8,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/nl_nl.po,1,6,10,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/oc_fr.po,1,3,7,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/pl_pl.po,1,7,12,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/pt_br.po,1,9,14,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/pt_pt.po,1,8,13,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/ro.po,1,7,12,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/ru_ru.po,1,9,15,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/si_lk.po,1,3,7,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/sk_sk.po,1,7,12,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/sl_si.po,1,7,12,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/sw_tz.po,1,3,7,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/te_in.po,1,6,10,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/th_th.po,1,3,7,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/uk_ua.po,1,7,12,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/vi.po,1,3,7,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/mn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/dictionaries/es.po,1,12,15,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/mn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mn/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/mn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/be_by.po,0,0,0,1,3,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/de.po,0,0,0,1,10,0,0,1,10,de.po,,de,,german,,,de,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/et_ee.po,1,6,5,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/no.po,0,0,0,1,10,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/vi.po,1,3,1,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/mni/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/mni/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mni/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/mni/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/mr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/mr/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/mr/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/mr/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/an_es.po,1,3,1,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/ar.po,1,5,3,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/be_by.po,1,3,1,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/bg_bg.po,1,7,4,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/bn_bd.po,1,3,1,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/br_fr.po,1,3,1,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/bs_ba.po,1,3,1,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/ca.po,1,7,4,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/da_dk.po,1,7,5,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/en.po,1,9,4,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/fr_fr.po,1,7,5,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/gu_in.po,1,3,1,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/he_il.po,1,3,1,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/hi_in.po,1,3,1,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/hu_hu.po,1,9,4,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/it_it.po,1,7,4,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/ne_np.po,1,5,3,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/oc_fr.po,1,3,1,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/pl_pl.po,1,7,5,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/pt_pt.po,1,8,5,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/ro.po,1,7,4,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/ru_ru.po,0,0,0,1,9,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/si_lk.po,1,3,1,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/sk_sk.po,1,7,5,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/sl_si.po,1,7,5,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/sw_tz.po,1,3,1,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/th_th.po,1,3,1,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/uk_ua.po,1,7,4,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/vi.po,1,3,1,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/my/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/my/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/my/scp2/source/kde.po,2,9,5,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/my/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/af_za.po,1,6,4,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/be_by.po,1,3,2,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/bg_bg.po,1,7,5,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/bn_bd.po,1,3,2,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/br_fr.po,1,3,2,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/bs_ba.po,1,3,2,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/da_dk.po,1,7,5,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/de.po,1,10,8,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/el_gr.po,1,6,4,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/en.po,1,9,6,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/et_ee.po,1,6,4,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/fr_fr.po,1,7,5,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/gl.po,1,7,5,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/hr_hr.po,1,6,4,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/hu_hu.po,1,9,7,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/id.po,1,7,5,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/it_it.po,1,7,5,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/nl_nl.po,1,6,4,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/no.po,1,10,8,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/oc_fr.po,1,3,2,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/pl_pl.po,1,7,5,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/pt_br.po,1,9,6,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/pt_pt.po,1,8,5,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/ro.po,1,7,5,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/ru_ru.po,1,9,6,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/si_lk.po,1,3,2,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/sk_sk.po,1,7,5,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/sl_si.po,1,7,5,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/sq_al.po,1,3,2,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/te_in.po,1,6,5,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/uk_ua.po,1,7,5,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/nb/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/nb/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nb/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/nb/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/ca.po,1,7,2,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/de.po,0,0,0,1,10,0,0,1,10,de.po,,de,,german,,,de,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/en.po,1,9,11,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/hu_hu.po,1,9,11,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/ne_np.po,1,5,8,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/nl_nl.po,1,6,8,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/ru_ru.po,1,9,11,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/sr.po,1,9,11,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ne/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ne/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ne/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ne/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/bs_ba.po,1,3,5,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/da_dk.po,1,7,6,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/de.po,1,10,14,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/en.po,1,9,7,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/et_ee.po,1,6,4,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/fr_fr.po,1,7,6,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/hr_hr.po,1,6,5,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/hu_hu.po,1,9,7,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/id.po,1,7,6,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/it_it.po,1,7,6,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/nl_nl.po,1,6,5,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/no.po,1,10,9,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/pl_pl.po,1,7,6,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/pt_pt.po,1,8,7,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/ro.po,1,7,6,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/ru_ru.po,1,9,7,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/sk_sk.po,1,7,6,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/sl_si.po,1,7,6,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/sr.po,1,9,8,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/te_in.po,1,6,5,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/tr_tr.po,1,3,2,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/uk_ua.po,1,7,6,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/nl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/nl/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nl/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/nl/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/af_za.po,1,6,4,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/an_es.po,1,3,2,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/be_by.po,1,3,2,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/bg_bg.po,1,7,5,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/bn_bd.po,1,3,2,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/br_fr.po,1,3,2,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/bs_ba.po,1,3,2,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/da_dk.po,1,7,5,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/de.po,1,10,8,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/el_gr.po,1,6,4,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/en.po,1,9,6,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/et_ee.po,1,6,4,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/fr_fr.po,1,7,5,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/gd_gb.po,1,4,2,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/gl.po,1,7,5,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/gu_in.po,1,3,2,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/hi_in.po,1,3,2,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/hr_hr.po,1,6,4,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/hu_hu.po,1,9,7,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/id.po,1,7,5,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/it_it.po,1,7,5,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/nl_nl.po,1,6,4,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/no.po,1,10,8,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/oc_fr.po,1,3,2,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/pl_pl.po,1,7,5,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/pt_br.po,1,9,6,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/pt_pt.po,1,8,5,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/ro.po,1,7,5,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/ru_ru.po,1,9,6,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/si_lk.po,1,3,2,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/sk_sk.po,1,7,5,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/sl_si.po,1,7,5,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/sq_al.po,1,3,2,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/sw_tz.po,1,3,2,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/te_in.po,1,6,4,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/th_th.po,1,3,2,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/uk_ua.po,1,7,5,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/zu_za.po,1,3,2,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/nn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/nn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nn/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/nn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/nr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/nr/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nr/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/nr/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/nso/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/nso/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/nso/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/nso/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/af_za.po,1,6,9,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/bg_bg.po,1,7,11,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/ca.po,1,7,11,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/cs_cz.po,1,8,11,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/da_dk.po,1,7,11,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/de.po,1,10,15,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/el_gr.po,1,6,9,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/en.po,1,9,13,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/et_ee.po,1,6,9,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/fr_fr.po,1,7,11,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/gl.po,1,7,11,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/hr_hr.po,1,6,9,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/hu_hu.po,1,9,13,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/is.po,1,7,11,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/it_it.po,1,7,11,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/lt_lt.po,1,6,9,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/ne_np.po,1,5,4,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/no.po,1,10,14,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/pl_pl.po,1,7,11,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/pt_br.po,1,9,11,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/pt_pt.po,1,8,12,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/ro.po,1,7,11,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/ru_ru.po,1,9,13,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/sk_sk.po,1,7,11,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/sl_si.po,1,7,11,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/sw_tz.po,1,3,6,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/te_in.po,1,6,9,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/uk_ua.po,1,7,11,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/oc/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/dictionaries/es.po,1,12,15,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/oc/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/oc/scp2/source/kde.po,2,9,13,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/oc/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/af_za.po,1,6,4,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/ar.po,1,5,3,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/bg_bg.po,1,7,4,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/ca.po,1,7,4,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/da_dk.po,1,7,4,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/de.po,1,10,4,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/el_gr.po,1,6,4,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/en.po,1,9,4,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/et_ee.po,0,0,0,1,6,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/fr_fr.po,0,0,0,1,7,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/gu_in.po,0,0,0,1,3,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/he_il.po,0,0,0,1,3,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/hr_hr.po,0,0,0,1,6,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/hu_hu.po,0,0,0,1,9,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/it_it.po,0,0,0,1,7,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/lt_lt.po,0,0,0,1,6,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/lv_lv.po,0,0,0,1,6,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/ne_np.po,0,0,0,1,5,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/nl_nl.po,0,0,0,1,6,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/oc_fr.po,0,0,0,1,3,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/pl_pl.po,0,0,0,1,7,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/pt_pt.po,0,0,0,1,8,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/ro.po,0,0,0,1,7,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/ru_ru.po,0,0,0,1,9,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/sk_sk.po,0,0,0,1,7,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/sl_si.po,0,0,0,1,7,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/sw_tz.po,0,0,0,1,3,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/th_th.po,0,0,0,1,3,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/uk_ua.po,0,0,0,1,7,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/vi.po,0,0,0,1,3,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/om/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/om/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/om/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/om/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/or/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/or/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/or/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/or/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/is.po,1,7,8,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/pa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/pa-in/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pa-in/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/pa-in/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/an_es.po,1,3,6,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/cs_cz.po,1,8,10,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/da_dk.po,1,7,10,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/fr_fr.po,1,7,10,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/id.po,1,7,10,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/is.po,1,7,10,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/it_it.po,1,7,10,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/no.po,1,10,13,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/pl_pl.po,1,7,10,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/pt_br.po,1,9,11,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/pt_pt.po,1,8,13,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/ro.po,1,7,10,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/sk_sk.po,1,7,10,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/sl_si.po,1,7,10,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/tr_tr.po,1,3,6,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/uk_ua.po,1,7,10,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/pl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/dictionaries/es.po,1,12,15,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/pl/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pl/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/pl/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/en.po,1,9,11,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/hu_hu.po,1,9,11,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/nl_nl.po,1,6,8,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/ru_ru.po,1,9,11,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/sr.po,1,9,11,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/pt-br/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/pt-br/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt-br/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/pt-br/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/el_gr.po,1,6,8,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/en.po,1,9,11,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/hu_hu.po,1,9,11,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/lo_la.po,1,3,4,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/lv_lv.po,1,6,8,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/nl_nl.po,1,6,8,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/ru_ru.po,1,9,11,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/sq_al.po,1,3,4,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/pt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/pt/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/pt/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/pt/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/gl.po,1,7,9,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/pt_pt.po,1,8,11,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ro/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ro/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ro/scp2/source/kde.po,2,9,13,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ro/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/pt_br.po,1,9,11,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ru/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ru/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ru/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ru/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/rw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/rw/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/rw/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/rw/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/af_za.po,1,6,5,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/be_by.po,0,0,0,1,3,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/bg_bg.po,0,0,0,1,7,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/bn_bd.po,1,3,1,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/br_fr.po,1,3,2,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/ca.po,0,0,0,1,7,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/da_dk.po,1,7,6,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/et_ee.po,1,6,5,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/fr_fr.po,1,7,6,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/gu_in.po,1,3,1,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/hi_in.po,1,3,1,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/hr_hr.po,1,6,5,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/it_it.po,1,7,6,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/nl_nl.po,1,6,5,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/oc_fr.po,1,3,2,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/pl_pl.po,1,7,6,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/pt_pt.po,1,8,7,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/ro.po,1,7,6,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/sk_sk.po,1,7,6,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/sl_si.po,1,7,6,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/sw_tz.po,1,3,2,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/th_th.po,1,3,2,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/uk_ua.po,1,7,6,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/vi.po,1,3,2,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/zu_za.po,1,3,2,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sa-in/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sa-in/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sa-in/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sa-in/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sah/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sah/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sah/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sah/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/ar.po,1,5,12,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/be_by.po,0,0,0,1,3,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/bg_bg.po,1,7,17,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/br_fr.po,1,3,5,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/ca.po,1,7,32,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/da_dk.po,1,7,15,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/de.po,0,0,0,1,10,0,0,1,10,de.po,,de,,german,,,de,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/et_ee.po,1,6,9,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/fr_fr.po,1,7,16,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/hr_hr.po,1,6,9,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/it_it.po,1,7,16,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/lt_lt.po,1,6,9,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/ne_np.po,1,5,12,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/no.po,0,0,0,1,10,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/pl_pl.po,1,7,16,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/pt_pt.po,1,8,17,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/ro.po,1,7,16,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/sk_sk.po,1,7,16,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/sl_si.po,1,7,16,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/uk_ua.po,1,7,16,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/zu_za.po,1,3,5,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sat/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sat/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sat/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sat/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/af_za.po,1,6,9,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/an_es.po,0,0,0,1,3,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/be_by.po,0,0,0,1,3,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/bg_bg.po,1,7,11,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/ca.po,1,7,11,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/da_dk.po,1,7,11,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/de.po,0,0,0,1,10,0,0,1,10,de.po,,de,,german,,,de,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/et_ee.po,1,6,9,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/fr_fr.po,1,7,11,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/hr_hr.po,1,6,9,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/it_it.po,1,7,11,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/lt_lt.po,1,6,9,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/no.po,0,0,0,1,10,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/pl_pl.po,1,7,11,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/pt_pt.po,1,8,12,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/ro.po,1,7,11,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/sk_sk.po,1,7,11,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/sl_si.po,1,7,11,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/sr.po,1,9,11,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/uk_ua.po,1,7,11,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sd/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sd/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sd/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sd/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/si/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/si/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/si/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/si/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/bs_ba.po,1,3,4,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/uk_ua.po,1,7,9,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sid/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sid/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sid/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sid/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/af_za.po,1,6,9,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/an_es.po,1,3,5,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/ar.po,1,5,7,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/be_by.po,1,3,5,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/bg_bg.po,1,7,9,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/bn_bd.po,1,3,5,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/bo.po,1,6,6,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/br_fr.po,1,3,5,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/bs_ba.po,1,3,5,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/de.po,1,10,13,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/el_gr.po,1,6,10,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/et_ee.po,1,6,10,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/fr_fr.po,1,7,10,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/gd_gb.po,1,4,5,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/gl.po,1,7,11,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/he_il.po,1,3,5,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/hr_hr.po,1,6,10,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/hu_hu.po,1,9,13,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/id.po,1,7,11,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/it_it.po,1,7,10,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/lo_la.po,1,3,5,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/lt_lt.po,1,6,10,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/lv_lv.po,1,6,10,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/nl_nl.po,1,6,10,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/pl_pl.po,1,7,9,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/pt_br.po,1,9,14,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/pt_pt.po,1,8,12,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/ro.po,1,7,11,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/ru_ru.po,1,9,13,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/si_lk.po,1,3,5,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/sk_sk.po,1,7,11,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/sl_si.po,1,7,11,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/sq_al.po,1,3,5,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/sr.po,1,9,12,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/te_in.po,1,6,10,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/th_th.po,1,3,5,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/uk_ua.po,1,7,11,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/vi.po,1,3,5,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/zu_za.po,1,3,6,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/dictionaries/es.po,1,12,14,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/sk/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sk/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sk/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/af_za.po,1,6,12,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/an_es.po,1,3,7,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/ar.po,1,5,10,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/be_by.po,1,3,7,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/bg_bg.po,1,7,14,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/bn_bd.po,1,3,7,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/bo.po,1,6,11,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/br_fr.po,1,3,7,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/bs_ba.po,1,3,7,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/ca.po,1,7,14,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/cs_cz.po,1,8,14,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/da_dk.po,1,7,14,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/de.po,1,10,17,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/el_gr.po,1,6,12,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/en.po,1,9,16,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/et_ee.po,1,6,12,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/fr_fr.po,1,7,14,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/gd_gb.po,1,4,8,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/gl.po,1,7,14,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/gu_in.po,1,3,7,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/he_il.po,1,3,7,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/hi_in.po,1,3,7,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/hr_hr.po,1,6,12,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/hu_hu.po,1,9,16,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/id.po,1,7,14,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/is.po,1,7,14,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/it_it.po,1,7,14,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/lo_la.po,1,3,7,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/lt_lt.po,1,6,12,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/lv_lv.po,1,6,12,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/ne_np.po,1,5,10,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/nl_nl.po,1,6,12,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/no.po,1,10,17,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/oc_fr.po,1,3,7,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/pl_pl.po,1,7,14,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/pt_br.po,1,9,12,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/pt_pt.po,1,8,15,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/ro.po,1,7,14,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/ru_ru.po,1,9,16,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/si_lk.po,1,3,7,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/sk_sk.po,1,7,14,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/sl_si.po,1,7,14,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/sq_al.po,1,3,7,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/sr.po,1,9,15,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/sv_se.po,1,2,7,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/sw_tz.po,1,3,7,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/te_in.po,1,6,12,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/th_th.po,1,3,7,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/tr_tr.po,1,3,7,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/uk_ua.po,1,7,14,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/vi.po,1,3,7,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/zu_za.po,1,3,7,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/dictionaries/es.po,1,12,19,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/sl/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sl/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sl/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/af_za.po,1,6,8,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/ca.po,1,7,9,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/cs_cz.po,1,8,9,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/en.po,1,9,11,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/fr_fr.po,1,7,9,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/gd_gb.po,1,4,6,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/is.po,1,7,9,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/it_it.po,1,7,9,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/no.po,1,10,12,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/pt_pt.po,1,8,10,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/ro.po,1,7,9,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/sk_sk.po,1,7,9,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/sl_si.po,1,7,9,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/tr_tr.po,1,3,6,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sq/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/dictionaries/es.po,1,12,14,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/sq/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sq/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sq/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/ca.po,0,0,0,1,7,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sr-latn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sr-latn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr-latn/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sr-latn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/ca.po,0,0,0,1,7,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sr/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sr/scp2/source/kde.po,2,9,11,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sr/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ss/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ss/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ss/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ss/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/st/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/st/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/st/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/st/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/af_za.po,1,6,5,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/bo.po,1,6,5,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/ca.po,1,7,5,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/cs_cz.po,1,8,5,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/da_dk.po,1,7,6,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/de.po,1,10,9,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/el_gr.po,1,6,5,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/en.po,1,9,6,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/et_ee.po,1,6,5,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/fr_fr.po,1,7,6,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/gd_gb.po,1,4,3,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/gl.po,1,7,6,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/he_il.po,1,3,2,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/hr_hr.po,1,6,5,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/hu_hu.po,1,9,7,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/id.po,1,7,5,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/is.po,1,7,5,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/it_it.po,1,7,6,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/lo_la.po,1,3,2,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/nl_nl.po,1,6,5,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/no.po,1,10,9,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/pl_pl.po,1,7,6,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/pt_br.po,1,9,7,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/pt_pt.po,1,8,6,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/ro.po,1,7,6,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/ru_ru.po,1,9,6,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/sk_sk.po,1,7,6,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/sl_si.po,1,7,6,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/sq_al.po,1,3,2,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/sr.po,1,9,8,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/te_in.po,1,6,5,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/tr_tr.po,1,3,2,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/uk_ua.po,1,7,6,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sv/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/sv/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sv/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sv/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/sw-tz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/sw-tz/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/sw-tz/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/sw-tz/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/szl/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/szl/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/szl/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/szl/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/af_za.po,1,6,5,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/ar.po,1,5,4,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/bg_bg.po,1,7,6,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/da_dk.po,1,7,6,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/el_gr.po,1,6,9,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/no.po,1,10,9,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/sr.po,1,9,7,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ta/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/dictionaries/es.po,1,12,9,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ta/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ta/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ta/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/lt_lt.po,1,6,5,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/lv_lv.po,1,6,5,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/te/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/te/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/te/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/te/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/tg/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/tg/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tg/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/tg/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/af_za.po,1,6,1,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/ar.po,1,5,3,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/be_by.po,1,3,1,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/bg_bg.po,1,7,2,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/bn_bd.po,0,0,0,1,3,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/br_fr.po,0,0,0,1,3,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/ca.po,1,7,2,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/da_dk.po,0,0,0,1,7,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/el_gr.po,0,0,0,1,6,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/et_ee.po,0,0,0,1,6,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/fr_fr.po,0,0,0,1,7,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/gu_in.po,0,0,0,1,3,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/he_il.po,0,0,0,1,3,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/hr_hr.po,1,6,1,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/it_it.po,0,0,0,1,7,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/lt_lt.po,0,0,0,1,6,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/lv_lv.po,0,0,0,1,6,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/ne_np.po,0,0,0,1,5,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/nl_nl.po,0,0,0,1,6,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/oc_fr.po,0,0,0,1,3,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/pl_pl.po,0,0,0,1,7,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/pt_pt.po,0,0,0,1,8,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/ro.po,0,0,0,1,7,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/sk_sk.po,0,0,0,1,7,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/sl_si.po,0,0,0,1,7,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/sw_tz.po,0,0,0,1,3,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/th_th.po,1,3,1,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/uk_ua.po,0,0,0,1,7,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/th/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/th/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/th/scp2/source/kde.po,0,0,0,2,9,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/th/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ti/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ti/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ti/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ti/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/tn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/tn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tn/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/tn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/cs_cz.po,1,8,8,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/da_dk.po,1,7,9,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/en.po,1,9,8,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/gl.po,1,7,8,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/hu_hu.po,1,9,13,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/id.po,1,7,9,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/is.po,1,7,8,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/pt_br.po,1,9,10,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/ru_ru.po,1,9,11,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/tr_tr.po,1,3,4,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/tr/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/dictionaries/es.po,1,12,13,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/tr/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tr/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/tr/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ts/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ts/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ts/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ts/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/be_by.po,1,3,4,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/bn_bd.po,1,3,4,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/br_fr.po,1,3,4,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/bs_ba.po,0,0,0,1,3,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/ca.po,1,7,8,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/gu_in.po,1,3,4,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/he_il.po,1,3,4,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/hi_in.po,1,3,4,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/hu_hu.po,1,9,10,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/it_it.po,1,7,8,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/no.po,1,10,11,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/oc_fr.po,1,3,4,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/pl_pl.po,1,7,8,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/pt_pt.po,1,8,9,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/ro.po,1,7,8,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/ru_ru.po,1,9,10,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/si_lk.po,1,3,4,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/sk_sk.po,1,7,8,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/sl_si.po,1,7,8,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/sw_tz.po,1,3,4,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/th_th.po,1,3,4,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/uk_ua.po,1,7,8,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/vi.po,1,3,4,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/tt/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/tt/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/tt/scp2/source/kde.po,0,0,0,1,7,1,2,2,9,kde.po,,kde,,makonde,,,kde,translations/source/tt/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/ar.po,1,5,6,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/bg_bg.po,1,7,10,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/ca.po,1,7,10,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/da_dk.po,1,7,10,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/de.po,1,10,12,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/en.po,1,9,12,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/fr_fr.po,1,7,10,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/gl.po,1,7,10,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/hu_hu.po,1,9,12,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/is.po,1,7,10,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/it_it.po,1,7,10,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/ne_np.po,1,5,6,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/no.po,1,10,14,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/pl_pl.po,1,7,10,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/pt_br.po,1,9,11,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/pt_pt.po,1,8,11,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/ro.po,1,7,10,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/ru_ru.po,1,9,12,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/sk_sk.po,1,7,10,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/sl_si.po,1,7,10,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/te_in.po,1,6,3,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/th_th.po,1,3,10,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/uk_ua.po,1,7,10,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ug/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/dictionaries/es.po,1,12,15,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/ug/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ug/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ug/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/af_za.po,1,6,6,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/bg_bg.po,1,7,7,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/bo.po,1,6,7,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/ca.po,1,7,7,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/cs_cz.po,1,8,7,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/da_dk.po,1,7,7,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/el_gr.po,1,6,6,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/en.po,1,9,9,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/et_ee.po,1,6,6,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/fr_fr.po,1,7,7,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/gl.po,1,7,7,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/hr_hr.po,1,6,6,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/hu_hu.po,1,9,9,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/id.po,1,7,7,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/is.po,1,7,7,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/it_it.po,1,7,7,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/lt_lt.po,1,6,6,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/lv_lv.po,1,6,6,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/ne_np.po,1,5,5,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/nl_nl.po,1,6,6,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/no.po,1,10,10,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/pl_pl.po,1,7,7,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/pt_br.po,1,9,9,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/pt_pt.po,1,8,8,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/ro.po,1,7,7,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/ru_ru.po,1,9,9,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/sk_sk.po,1,7,7,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/sl_si.po,1,7,7,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/sr.po,1,9,9,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/sv_se.po,1,2,3,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/te_in.po,1,6,6,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/uk_ua.po,1,7,7,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/zu_za.po,1,3,3,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/uk/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/dictionaries/es.po,1,12,12,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/uk/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uk/scp2/source/kde.po,2,9,9,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/uk/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ur/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ur/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ur/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ur/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/an_es.po,1,3,3,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/ar.po,1,5,5,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/bg_bg.po,1,7,8,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/ca.po,0,0,0,1,7,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/da_dk.po,1,7,8,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/de.po,1,10,11,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/en.po,1,9,10,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/et_ee.po,0,0,0,1,6,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/fr_fr.po,0,0,0,1,7,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/gl.po,0,0,0,1,7,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/gu_in.po,0,0,0,1,3,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/he_il.po,0,0,0,1,3,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/hi_in.po,0,0,0,1,3,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/hr_hr.po,0,0,0,1,6,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/hu_hu.po,0,0,0,1,9,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/it_it.po,0,0,0,1,7,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/lt_lt.po,0,0,0,1,6,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/lv_lv.po,0,0,0,1,6,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/ne_np.po,0,0,0,1,5,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/nl_nl.po,0,0,0,1,6,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/oc_fr.po,0,0,0,1,3,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/pl_pl.po,0,0,0,1,7,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/pt_pt.po,0,0,0,1,8,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/ro.po,0,0,0,1,7,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/ru_ru.po,0,0,0,1,9,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/si_lk.po,0,0,0,1,3,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/sk_sk.po,0,0,0,1,7,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/sl_si.po,0,0,0,1,7,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/sw_tz.po,0,0,0,1,3,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/te_in.po,0,0,0,1,6,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/th_th.po,0,0,0,1,3,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/uk_ua.po,0,0,0,1,7,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/vi.po,0,0,0,1,3,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/uz/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/uz/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/uz/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/uz/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/ve/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/ve/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/ve/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/ve/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/af_za.po,1,6,7,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/an_es.po,1,3,4,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/ar.po,1,5,9,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/be_by.po,1,3,3,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/bg_bg.po,1,7,11,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/bn_bd.po,1,3,3,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/bo.po,1,6,8,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/br_fr.po,1,3,3,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/bs_ba.po,1,3,3,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/ca.po,1,7,11,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/cs_cz.po,1,8,11,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/da_dk.po,1,7,11,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/de.po,1,10,14,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/el_gr.po,1,6,7,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/en.po,1,9,13,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/et_ee.po,1,6,7,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/fr_fr.po,1,7,11,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/gd_gb.po,1,4,4,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/gl.po,1,7,11,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/gu_in.po,1,3,3,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/he_il.po,1,3,3,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/hi_in.po,1,3,3,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/hr_hr.po,1,6,7,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/hu_hu.po,1,9,13,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/id.po,1,7,11,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/is.po,1,7,11,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/it_it.po,1,7,11,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/lo_la.po,1,3,3,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/lt_lt.po,1,6,7,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/lv_lv.po,1,6,7,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/ne_np.po,1,5,8,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/nl_nl.po,1,6,7,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/no.po,1,10,14,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/oc_fr.po,1,3,3,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/pl_pl.po,1,7,11,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/pt_br.po,1,9,12,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/pt_pt.po,1,8,11,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/ro.po,1,7,11,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/ru_ru.po,1,9,13,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/si_lk.po,1,3,3,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/sk_sk.po,1,7,11,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/sl_si.po,1,7,11,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/sq_al.po,1,3,3,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/sr.po,1,9,10,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/sv_se.po,1,2,2,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/sw_tz.po,1,3,3,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/te_in.po,1,6,7,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/th_th.po,1,3,3,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/tr_tr.po,1,3,3,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/uk_ua.po,1,7,11,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/vi.po,1,3,3,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/vec/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/dictionaries/es.po,1,12,17,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/vec/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vec/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/vec/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/af_za.po,1,6,10,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/an_es.po,1,3,5,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/ar.po,1,5,10,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/be_by.po,1,3,5,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/bg_bg.po,1,7,13,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/bn_bd.po,1,3,6,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/br_fr.po,1,3,6,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/bs_ba.po,1,3,7,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/ca.po,1,7,13,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/cs_cz.po,0,0,0,1,8,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/da_dk.po,1,7,14,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/de.po,1,10,10,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/el_gr.po,1,6,11,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/en.po,1,9,18,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/et_ee.po,1,6,8,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/fr_fr.po,1,7,8,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/gl.po,1,7,13,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/gu_in.po,1,3,5,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/he_il.po,1,3,6,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/hi_in.po,1,3,5,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/hr_hr.po,1,6,8,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/hu_hu.po,1,9,16,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/is.po,0,0,0,1,7,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/it_it.po,1,7,12,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/lo_la.po,0,0,0,1,3,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/lt_lt.po,1,6,8,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/lv_lv.po,1,6,9,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/ne_np.po,1,5,7,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/nl_nl.po,1,6,9,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/no.po,1,10,17,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/oc_fr.po,1,3,5,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/pl_pl.po,1,7,14,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/pt_pt.po,1,8,17,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/ro.po,1,7,13,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/ru_ru.po,1,9,19,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/si_lk.po,1,3,5,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/sk_sk.po,1,7,13,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/sl_si.po,1,7,12,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/sq_al.po,0,0,0,1,3,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/sr.po,1,9,11,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/sw_tz.po,1,3,5,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/te_in.po,1,6,8,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/th_th.po,1,3,6,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/uk_ua.po,1,7,12,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/vi.po,1,3,6,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/zu_za.po,1,3,4,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/vi/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/vi/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/vi/scp2/source/kde.po,2,9,10,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/vi/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/xh/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/xh/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/xh/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/xh/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/af_za.po,1,6,1,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/an_es.po,1,3,1,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/ar.po,1,5,1,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/be_by.po,1,3,1,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/bg_bg.po,1,7,1,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/bn_bd.po,1,3,1,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/bo.po,1,6,2,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/br_fr.po,1,3,1,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/bs_ba.po,1,3,1,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/ca.po,1,7,1,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/cs_cz.po,1,8,1,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/da_dk.po,1,7,1,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/de.po,1,10,3,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/el_gr.po,1,6,1,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/en.po,1,9,1,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/et_ee.po,1,6,1,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/fr_fr.po,1,7,1,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/gd_gb.po,1,4,1,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/gl.po,1,7,1,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/gu_in.po,1,3,1,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/he_il.po,1,3,1,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/hi_in.po,1,3,1,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/hr_hr.po,1,6,1,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/hu_hu.po,1,9,1,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/id.po,1,7,1,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/is.po,1,7,1,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/it_it.po,1,7,1,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/lo_la.po,1,3,1,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/lt_lt.po,1,6,1,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/lv_lv.po,1,6,1,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/ne_np.po,1,5,1,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/nl_nl.po,1,6,1,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/no.po,1,10,3,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/oc_fr.po,1,3,1,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/pl_pl.po,1,7,1,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/pt_br.po,1,9,1,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/pt_pt.po,1,8,1,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/ro.po,1,7,1,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/ru_ru.po,1,9,1,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/si_lk.po,1,3,1,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/sk_sk.po,1,7,1,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/sl_si.po,1,7,1,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/sq_al.po,1,3,1,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/sr.po,1,9,3,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/sv_se.po,1,2,1,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/sw_tz.po,1,3,1,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/te_in.po,1,6,1,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/th_th.po,1,3,1,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/tr_tr.po,1,3,1,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/uk_ua.po,1,7,1,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/vi.po,1,3,1,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/zu_za.po,1,3,1,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/zh-cn/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/dictionaries/es.po,1,12,1,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/zh-cn/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-cn/scp2/source/kde.po,2,9,8,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/zh-cn/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/af_za.po,1,6,1,0,0,0,4,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/an_es.po,1,3,1,0,0,0,7,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/ar.po,1,5,1,0,0,0,5,1,10,ar.po,,ar,,arabic,,,ar,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/be_by.po,1,3,1,0,0,0,7,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/bg_bg.po,1,7,1,0,0,0,3,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/bn_bd.po,1,3,1,0,0,0,7,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/bo.po,1,6,2,0,0,0,4,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/br_fr.po,1,3,1,0,0,0,7,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/bs_ba.po,1,3,1,0,0,0,7,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/ca.po,1,7,1,0,0,0,3,1,10,ca.po,,ca,,catalan,,,ca,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/cs_cz.po,1,8,1,0,0,0,2,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/da_dk.po,1,7,1,0,0,0,3,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/de.po,1,10,3,0,0,0,0,1,10,de.po,,de,,german,,,de,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/el_gr.po,1,6,1,0,0,0,4,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/en.po,1,9,1,0,0,0,1,1,10,en.po,,en,,english,,,en,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/et_ee.po,1,6,1,0,0,0,4,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/fr_fr.po,1,7,1,0,0,0,3,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/gd_gb.po,1,4,1,0,0,0,6,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/gl.po,1,7,1,0,0,0,3,1,10,gl.po,,gl,,galician,,,gl,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/gu_in.po,1,3,1,0,0,0,7,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/he_il.po,1,3,1,0,0,0,7,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/hi_in.po,1,3,1,0,0,0,7,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/hr_hr.po,1,6,1,0,0,0,4,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/hu_hu.po,1,9,1,0,0,0,1,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/id.po,1,7,1,0,0,0,3,1,10,id.po,,id,,indonesian,,,id,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/is.po,1,7,1,0,0,0,3,1,10,is.po,,is,,icelandic,,,is,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/it_it.po,1,7,1,0,0,0,3,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/lo_la.po,1,3,1,0,0,0,7,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/lt_lt.po,1,6,1,0,0,0,4,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/lv_lv.po,1,6,1,0,0,0,4,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/ne_np.po,1,5,1,0,0,0,5,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/nl_nl.po,1,6,1,0,0,0,4,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/no.po,1,10,3,0,0,0,0,1,10,no.po,,no,,norwegian,,,no,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/oc_fr.po,1,3,1,0,0,0,7,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/pl_pl.po,1,7,1,0,0,0,3,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/pt_br.po,1,9,1,0,0,0,1,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/pt_pt.po,1,8,1,0,0,0,2,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/ro.po,1,7,1,0,0,0,3,1,10,ro.po,,ro,,romanian,,,ro,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/ru_ru.po,1,9,1,0,0,0,1,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/si_lk.po,1,3,1,0,0,0,7,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/sk_sk.po,1,7,1,0,0,0,3,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/sl_si.po,1,7,1,0,0,0,3,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/sq_al.po,1,3,1,0,0,0,7,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/sr.po,1,9,3,0,0,0,1,1,10,sr.po,,sr,,serbian,,,sr,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/sv_se.po,1,2,1,0,0,0,8,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/sw_tz.po,1,3,1,0,0,0,7,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/te_in.po,1,6,1,0,0,0,4,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/th_th.po,1,3,1,0,0,0,7,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/tr_tr.po,1,3,1,0,0,0,7,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/uk_ua.po,1,7,1,0,0,0,3,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/vi.po,1,3,1,0,0,0,7,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/zu_za.po,1,3,1,0,0,0,7,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/zh-tw/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/dictionaries/es.po,1,12,1,0,0,0,0,1,12,es.po,,es,,spanish,,,es,translations/source/zh-tw/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zh-tw/scp2/source/kde.po,2,9,7,0,0,0,0,2,9,kde.po,,kde,,makonde,,,kde,translations/source/zh-tw/scp2/source -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/af_za.po,0,0,0,0,0,1,10,1,10,af_za.po,,af,za,afrikaans,,south africa,af_za,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/an_es.po,0,0,0,0,0,1,10,1,10,an_es.po,,an,es,aragonese,,spain,an_es,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ar.po,0,0,0,0,0,1,10,1,10,ar.po,,ar,,arabic,,,ar,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/be_by.po,0,0,0,0,0,1,10,1,10,be_by.po,,be,by,belarusian,,belarus,be_by,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bg_bg.po,0,0,0,0,0,1,10,1,10,bg_bg.po,,bg,bg,bulgarian,,bulgaria,bg_bg,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bn_bd.po,0,0,0,0,0,1,10,1,10,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bo.po,0,0,0,0,0,1,10,1,10,bo.po,,bo,,tibetan,,,bo,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/br_fr.po,0,0,0,0,0,1,10,1,10,br_fr.po,,br,fr,breton,,france,br_fr,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/bs_ba.po,0,0,0,0,0,1,10,1,10,bs_ba.po,,bs,ba,bosnian,,bosnia & herzegovina,bs_ba,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ca.po,0,0,0,0,0,1,10,1,10,ca.po,,ca,,catalan,,,ca,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/cs_cz.po,0,0,0,0,0,1,10,1,10,cs_cz.po,,cs,cz,czech,,czechia,cs_cz,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/da_dk.po,0,0,0,0,0,1,10,1,10,da_dk.po,,da,dk,danish,,denmark,da_dk,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/de.po,0,0,0,0,0,1,10,1,10,de.po,,de,,german,,,de,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/el_gr.po,0,0,0,0,0,1,10,1,10,el_gr.po,,el,gr,greek,,greece,el_gr,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/en.po,0,0,0,0,0,1,10,1,10,en.po,,en,,english,,,en,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/et_ee.po,0,0,0,0,0,1,10,1,10,et_ee.po,,et,ee,estonian,,estonia,et_ee,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/fr_fr.po,0,0,0,0,0,1,10,1,10,fr_fr.po,,fr,fr,french,,france,fr_fr,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/gd_gb.po,0,0,0,0,0,1,10,1,10,gd_gb.po,,gd,gb,scottish gaelic,,united kingdom,gd_gb,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/gl.po,0,0,0,0,0,1,10,1,10,gl.po,,gl,,galician,,,gl,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/gu_in.po,0,0,0,0,0,1,10,1,10,gu_in.po,,gu,in,gujarati,,india,gu_in,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/he_il.po,0,0,0,0,0,1,10,1,10,he_il.po,,he,il,hebrew,,israel,he_il,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hi_in.po,0,0,0,0,0,1,10,1,10,hi_in.po,,hi,in,hindi,,india,hi_in,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hr_hr.po,0,0,0,0,0,1,10,1,10,hr_hr.po,,hr,hr,croatian,,croatia,hr_hr,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/hu_hu.po,0,0,0,0,0,1,10,1,10,hu_hu.po,,hu,hu,hungarian,,hungary,hu_hu,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/id.po,0,0,0,0,0,1,10,1,10,id.po,,id,,indonesian,,,id,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/is.po,0,0,0,0,0,1,10,1,10,is.po,,is,,icelandic,,,is,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/it_it.po,0,0,0,0,0,1,10,1,10,it_it.po,,it,it,italian,,italy,it_it,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/lo_la.po,0,0,0,0,0,1,10,1,10,lo_la.po,,lo,la,lao,,laos,lo_la,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/lt_lt.po,0,0,0,0,0,1,10,1,10,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/lv_lv.po,0,0,0,0,0,1,10,1,10,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ne_np.po,0,0,0,0,0,1,10,1,10,ne_np.po,,ne,np,nepali,,nepal,ne_np,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/nl_nl.po,0,0,0,0,0,1,10,1,10,nl_nl.po,,nl,nl,dutch,,netherlands,nl_nl,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/no.po,0,0,0,0,0,1,10,1,10,no.po,,no,,norwegian,,,no,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/oc_fr.po,0,0,0,0,0,1,10,1,10,oc_fr.po,,oc,fr,occitan,,france,oc_fr,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pl_pl.po,0,0,0,0,0,1,10,1,10,pl_pl.po,,pl,pl,polish,,poland,pl_pl,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pt_br.po,0,0,0,0,0,1,10,1,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/pt_pt.po,0,0,0,0,0,1,10,1,10,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ro.po,0,0,0,0,0,1,10,1,10,ro.po,,ro,,romanian,,,ro,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/ru_ru.po,0,0,0,0,0,1,10,1,10,ru_ru.po,,ru,ru,russian,,russia,ru_ru,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/si_lk.po,0,0,0,0,0,1,10,1,10,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sk_sk.po,0,0,0,0,0,1,10,1,10,sk_sk.po,,sk,sk,slovak,,slovakia,sk_sk,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sl_si.po,0,0,0,0,0,1,10,1,10,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sq_al.po,0,0,0,0,0,1,10,1,10,sq_al.po,,sq,al,albanian,,albania,sq_al,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sr.po,0,0,0,0,0,1,10,1,10,sr.po,,sr,,serbian,,,sr,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sv_se.po,0,0,0,0,0,1,10,1,10,sv_se.po,,sv,se,swedish,,sweden,sv_se,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/sw_tz.po,0,0,0,0,0,1,10,1,10,sw_tz.po,,sw,tz,swahili,,tanzania,sw_tz,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/te_in.po,0,0,0,0,0,1,10,1,10,te_in.po,,te,in,telugu,,india,te_in,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/th_th.po,0,0,0,0,0,1,10,1,10,th_th.po,,th,th,thai,,thailand,th_th,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/tr_tr.po,0,0,0,0,0,1,10,1,10,tr_tr.po,,tr,tr,turkish,,turkey,tr_tr,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/uk_ua.po,0,0,0,0,0,1,10,1,10,uk_ua.po,,uk,ua,ukrainian,,ukraine,uk_ua,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/vi.po,0,0,0,0,0,1,10,1,10,vi.po,,vi,,vietnamese,,,vi,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/zu_za.po,0,0,0,0,0,1,10,1,10,zu_za.po,,zu,za,zulu,,south africa,zu_za,translations/source/zu/dictionaries -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/dictionaries/es.po,0,0,0,0,0,1,12,1,12,es.po,,es,,spanish,,,es,translations/source/zu/dictionari -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv,translations/source/zu/scp2/source/kde.po,0,0,0,0,0,2,9,2,9,kde.po,,kde,,makonde,,,kde,translations/source/zu/scp2/source -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,607,4987,607,4987,zu.po,,zu,,zulu,,,zu,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,607,4987,1829,0,0,0,0,607,4987,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,607,4987,607,4987,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,607,4987,2018,0,0,0,0,607,4987,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,607,4987,607,4987,xh.po,,xh,,xhosa,,,xh,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,607,4987,607,4987,wo.po,,wo,,wolof,,,wo,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,607,4987,607,4987,vi.po,,vi,,vietnamese,,,vi,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/uz.po,0,0,0,0,0,607,4987,607,4987,uz.po,,uz,,uzbek,,,uz,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,607,4987,607,4987,ur.po,,ur,,urdu,,,ur,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/uk.po,607,4987,5205,0,0,0,0,607,4987,uk.po,,uk,,ukrainian,,,uk,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/tr.po,144,695,578,0,0,463,4292,607,4987,tr.po,,tr,,turkish,,,tr,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,607,4987,607,4987,tl.po,,tl,,tagalog,,,tl,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,607,4987,607,4987,th.po,,th,,thai,,,th,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,607,4987,607,4987,tg.po,,tg,,tajik,,,tg,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/te.po,376,2390,2029,0,0,231,2597,607,4987,te.po,,te,,telugu,,,te,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ta.po,405,2625,2275,0,0,202,2362,607,4987,ta.po,,ta,,tamil,,,ta,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/sv.po,607,4987,4649,0,0,0,0,607,4987,sv.po,,sv,,swedish,,,sv,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,22,91,82,0,0,585,4896,607,4987,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/sr.po,22,91,82,0,0,585,4896,607,4987,sr.po,,sr,,serbian,,,sr,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,607,4987,607,4987,sq.po,,sq,,albanian,,,sq,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,607,4987,607,4987,sl.po,,sl,,slovenian,,,sl,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/sk.po,388,2375,2241,0,0,219,2612,607,4987,sk.po,,sk,,slovak,,,sk,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,607,4987,607,4987,si.po,,si,,sinhala,,,si,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,607,4987,607,4987,ru_ru.po,,ru,ru,russian,,russia,ru_ru,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ru.po,607,4987,4456,0,0,0,0,607,4987,ru.po,,ru,,russian,,,ru,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,607,4987,607,4987,ro.po,,ro,,romanian,,,ro,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,607,4987,5471,0,0,0,0,607,4987,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/pt.po,201,1081,1183,0,0,406,3906,607,4987,pt.po,,pt,,portuguese,,,pt,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/pl.po,607,4987,4886,0,0,0,0,607,4987,pl.po,,pl,,polish,,,pl,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/pa.po,183,1038,1189,0,0,424,3949,607,4987,pa.po,,pa,,punjabi,,,pa,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/or.po,384,2463,2590,0,0,223,2524,607,4987,or.po,,or,,odia,,,or,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,607,4987,607,4987,nso.po,,nso,,northern sotho,,,nso,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/no.po,0,0,0,0,0,607,4987,607,4987,no.po,,no,,norwegian,,,no,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,607,4987,607,4987,nn.po,,nn,,norwegian nynorsk,,,nn,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/nl.po,607,4987,5224,0,0,0,0,607,4987,nl.po,,nl,,dutch,,,nl,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,607,4987,607,4987,ne.po,,ne,,nepali,,,ne,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/nds.po,7,9,9,0,0,600,4978,607,4987,nds.po,,nds,,low german,,,nds,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/nb.po,65,180,174,0,0,542,4807,607,4987,nb.po,,nb,,norwegian bokmål,,,nb,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,607,4987,607,4987,my.po,,my,,burmese,,,my,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,607,4987,607,4987,ms.po,,ms,,malay,,,ms,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/mr.po,390,2507,2436,0,0,217,2480,607,4987,mr.po,,mr,,marathi,,,mr,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,607,4987,607,4987,mn.po,,mn,,mongolian,,,mn,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ml.po,200,1127,901,0,0,407,3860,607,4987,ml.po,,ml,,malayalam,,,ml,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,607,4987,607,4987,mk.po,,mk,,macedonian,,,mk,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,607,4987,607,4987,mg.po,,mg,,malagasy,,,mg,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,607,4987,607,4987,mai.po,,mai,,maithili,,,mai,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/lv.po,33,70,62,0,0,574,4917,607,4987,lv.po,,lv,,latvian,,,lv,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,607,4987,607,4987,lt.po,,lt,,lithuanian,,,lt,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,607,4987,607,4987,lo.po,,lo,,lao,,,lo,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/la.po,0,0,0,0,0,607,4987,607,4987,la.po,,la,,latin,,,la,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,607,4987,607,4987,ky.po,,ky,,kyrgyz,,,ky,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,607,4987,607,4987,ku.po,,ku,,kurdish,,,ku,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,607,4987,607,4987,ks.po,,ks,,kashmiri,,,ks,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ko.po,183,1038,902,0,0,424,3949,607,4987,ko.po,,ko,,korean,,,ko,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/kn.po,390,2507,2260,0,0,217,2480,607,4987,kn.po,,kn,,kannada,,,kn,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,607,4987,607,4987,km.po,,km,,khmer,,,km,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,607,4987,607,4987,kk.po,,kk,,kazakh,,,kk,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ka.po,85,214,194,0,0,522,4773,607,4987,ka.po,,ka,,georgian,,,ka,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ja.po,390,2507,1055,0,0,217,2480,607,4987,ja.po,,ja,,japanese,,,ja,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/it.po,552,3893,4220,22,489,33,605,607,4987,it.po,,it,,italian,,,it,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,607,4987,607,4987,is.po,,is,,icelandic,,,is,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,607,4987,607,4987,ilo.po,,ilo,,iloko,,,ilo,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/id.po,1,1,1,0,0,606,4986,607,4987,id.po,,id,,indonesian,,,id,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ia.po,69,230,251,0,0,538,4757,607,4987,ia.po,,ia,,interlingua,,,ia,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,607,4987,607,4987,hy.po,,hy,,armenian,,,hy,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/hu.po,470,3241,3174,0,0,137,1746,607,4987,hu.po,,hu,,hungarian,,,hu,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,607,4987,607,4987,hr.po,,hr,,croatian,,,hr,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/hi.po,376,2390,2926,0,0,231,2597,607,4987,hi.po,,hi,,hindi,,,hi,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/he.po,81,337,316,0,0,526,4650,607,4987,he.po,,he,,hebrew,,,he,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/gu.po,388,2497,2747,0,0,219,2490,607,4987,gu.po,,gu,,gujarati,,,gu,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/gl.po,254,1424,1753,0,0,353,3563,607,4987,gl.po,,gl,,galician,,,gl,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,607,4987,607,4987,ga.po,,ga,,irish,,,ga,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/fr.po,607,4987,5735,0,0,0,0,607,4987,fr.po,,fr,,french,,,fr,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/fi.po,392,2288,1779,0,0,215,2699,607,4987,fi.po,,fi,,finnish,,,fi,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/fa.po,33,148,159,0,0,574,4839,607,4987,fa.po,,fa,,persian,,,fa,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/eu.po,68,181,174,0,0,539,4806,607,4987,eu.po,,eu,,basque,,,eu,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,607,4987,607,4987,et.po,,et,,estonian,,,et,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/es.po,607,4987,5630,0,0,0,0,607,4987,es.po,,es,,spanish,,,es,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,607,4987,607,4987,eo.po,,eo,,esperanto,,,eo,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,607,4987,607,4987,en_us.po,,en,us,english,,united states,en_us,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,139,682,682,0,0,468,4305,607,4987,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/el.po,2,2,2,0,0,605,4985,607,4987,el.po,,el,,greek,,,el,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,607,4987,607,4987,dz.po,,dz,,dzongkha,,,dz,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,607,4987,607,4987,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/de.po,607,4987,4755,0,0,0,0,607,4987,de.po,,de,,german,,,de,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/da.po,177,674,647,0,0,430,4313,607,4987,da.po,,da,,danish,,,da,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,607,4987,607,4987,cy.po,,cy,,welsh,,,cy,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/cs.po,607,4987,4554,0,0,0,0,607,4987,cs.po,,cs,,czech,,,cs,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ca.po,607,4987,6174,0,0,0,0,607,4987,ca.po,,ca,,catalan,,,ca,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/bs.po,43,229,220,0,0,564,4758,607,4987,bs.po,,bs,,bosnian,,,bs,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,607,4987,607,4987,brx.po,,brx,,bodo,,,brx,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,607,4987,607,4987,br.po,,br,,breton,,,br,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,607,4987,607,4987,bo.po,,bo,,tibetan,,,bo,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,216,1249,1428,0,0,391,3738,607,4987,bn_in.po,,bn,in,bangla,,india,bn_in,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,607,4987,607,4987,bn.po,,bn,,bangla,,,bn,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/bg.po,259,1583,1677,0,0,348,3404,607,4987,bg.po,,bg,,bulgarian,,,bg,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,607,4987,607,4987,be.po,,be,,belarusian,,,be,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,607,4987,607,4987,bal.po,,bal,,baluchi,,,bal,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,607,4987,607,4987,az.po,,az,,azerbaijani,,,az,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,607,4987,607,4987,ast.po,,ast,,asturian,,,ast,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/as.po,390,2507,2679,0,0,217,2480,607,4987,as.po,,as,,assamese,,,as,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ar.po,56,233,224,0,0,551,4754,607,4987,ar.po,,ar,,arabic,,,ar,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,607,4987,607,4987,am.po,,am,,amharic,,,am,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,607,4987,607,4987,aln.po,,aln,,gheg albanian,,,aln,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,607,4987,607,4987,af.po,,af,,afrikaans,,,af,po -libreport-2.10.0-1.fc30.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,607,4987,607,4987,ach.po,,ach,,acoli,,,ach,po -librsvg2-2.45.5-3.fc30.src.rpm.stats.csv,po/es.po,21,67,80,0,0,0,0,21,67,es.po,,es,,spanish,,,es,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/fur.po,9,59,71,0,0,0,0,9,59,fur.po,,fur,,friulian,,,fur,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/hr.po,9,59,54,0,0,0,0,9,59,hr.po,,hr,,croatian,,,hr,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ar.po,9,59,49,0,0,0,0,9,59,ar.po,,ar,,arabic,,,ar,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ko.po,9,59,46,0,0,0,0,9,59,ko.po,,ko,,korean,,,ko,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/sv.po,9,59,51,0,0,0,0,9,59,sv.po,,sv,,swedish,,,sv,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/tg.po,9,59,55,0,0,0,0,9,59,tg.po,,tg,,tajik,,,tg,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/uk.po,9,59,53,0,0,0,0,9,59,uk.po,,uk,,ukrainian,,,uk,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/da.po,9,59,61,0,0,0,0,9,59,da.po,,da,,danish,,,da,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ne.po,9,59,50,0,0,0,0,9,59,ne.po,,ne,,nepali,,,ne,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/sr.po,9,59,56,0,0,0,0,9,59,sr.po,,sr,,serbian,,,sr,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/zh_hk.po,9,59,9,0,0,0,0,9,59,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ro.po,9,59,63,0,0,0,0,9,59,ro.po,,ro,,romanian,,,ro,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/pa.po,9,59,63,0,0,0,0,9,59,pa.po,,pa,,punjabi,,,pa,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/es.po,9,59,71,0,0,0,0,9,59,es.po,,es,,spanish,,,es,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/tr.po,9,59,42,0,0,0,0,9,59,tr.po,,tr,,turkish,,,tr,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/it.po,9,59,65,0,0,0,0,9,59,it.po,,it,,italian,,,it,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/de.po,9,59,54,0,0,0,0,9,59,de.po,,de,,german,,,de,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/lv.po,9,59,47,0,0,0,0,9,59,lv.po,,lv,,latvian,,,lv,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ca.po,9,59,77,0,0,0,0,9,59,ca.po,,ca,,catalan,,,ca,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/bs.po,9,59,53,0,0,0,0,9,59,bs.po,,bs,,bosnian,,,bs,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/as.po,9,59,54,0,0,0,0,9,59,as.po,,as,,assamese,,,as,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/pt_br.po,9,59,70,0,0,0,0,9,59,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/an.po,9,59,69,0,0,0,0,9,59,an.po,,an,,aragonese,,,an,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/eu.po,9,59,50,0,0,0,0,9,59,eu.po,,eu,,basque,,,eu,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/kk.po,9,59,48,0,0,0,0,9,59,kk.po,,kk,,kazakh,,,kk,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/nb.po,9,59,56,0,0,0,0,9,59,nb.po,,nb,,norwegian bokmål,,,nb,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/nl.po,9,59,55,0,0,0,0,9,59,nl.po,,nl,,dutch,,,nl,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/eo.po,9,59,52,0,0,0,0,9,59,eo.po,,eo,,esperanto,,,eo,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/lt.po,9,59,45,0,0,0,0,9,59,lt.po,,lt,,lithuanian,,,lt,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/fa.po,9,59,62,0,0,0,0,9,59,fa.po,,fa,,persian,,,fa,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/oc.po,9,59,69,0,0,0,0,9,59,oc.po,,oc,,occitan,,,oc,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/fr.po,9,59,68,0,0,0,0,9,59,fr.po,,fr,,french,,,fr,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ru.po,9,59,50,0,0,0,0,9,59,ru.po,,ru,,russian,,,ru,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/sl.po,9,59,59,0,0,0,0,9,59,sl.po,,sl,,slovenian,,,sl,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/cs.po,9,59,55,0,0,0,0,9,59,cs.po,,cs,,czech,,,cs,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/bg.po,9,59,48,0,0,0,0,9,59,bg.po,,bg,,bulgarian,,,bg,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ml.po,9,59,38,0,0,0,0,9,59,ml.po,,ml,,malayalam,,,ml,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/be.po,9,59,51,0,0,0,0,9,59,be.po,,be,,belarusian,,,be,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/pl.po,9,59,49,0,0,0,0,9,59,pl.po,,pl,,polish,,,pl,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/zh_cn.po,9,59,9,0,0,0,0,9,59,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,9,59,77,0,0,0,0,9,59,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/en_gb.po,9,59,59,0,0,0,0,9,59,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/id.po,9,59,59,0,0,0,0,9,59,id.po,,id,,indonesian,,,id,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/sr@latin.po,9,59,56,0,0,0,0,9,59,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/ja.po,6,44,6,0,0,3,15,9,59,ja.po,,ja,,japanese,,,ja,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/gl.po,9,59,73,0,0,0,0,9,59,gl.po,,gl,,galician,,,gl,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/he.po,9,59,49,0,0,0,0,9,59,he.po,,he,,hebrew,,,he,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/hu.po,9,59,51,0,0,0,0,9,59,hu.po,,hu,,hungarian,,,hu,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/sk.po,9,59,51,0,0,0,0,9,59,sk.po,,sk,,slovak,,,sk,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/pt.po,9,59,64,0,0,0,0,9,59,pt.po,,pt,,portuguese,,,pt,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/el.po,9,59,67,0,0,0,0,9,59,el.po,,el,,greek,,,el,po -libsecret-0.18.8-1.fc30.src.rpm.stats.csv,po/zh_tw.po,9,59,9,0,0,0,0,9,59,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,359,2174,359,2174,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,359,2174,359,2174,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,359,2174,359,2174,nl.po,,nl,,dutch,,,nl,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,359,2174,359,2174,ko.po,,ko,,korean,,,ko,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/ja.po,0,0,0,0,0,359,2174,359,2174,ja.po,,ja,,japanese,,,ja,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/it.po,0,0,0,0,0,359,2174,359,2174,it.po,,it,,italian,,,it,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/fr.po,0,0,0,0,0,359,2174,359,2174,fr.po,,fr,,french,,,fr,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/es.po,217,1139,1374,21,152,121,883,359,2174,es.po,,es,,spanish,,,es,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/en_us.po,21,178,178,0,0,338,1996,359,2174,en_us.po,,en,us,english,,united states,en_us,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/en@quot.po,359,2174,2174,0,0,0,0,359,2174,en@quot.po,quot,en,,english,,,en@quot,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/en@boldquot.po,359,2174,2174,0,0,0,0,359,2174,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/en.po,12,88,88,8,69,339,2017,359,2174,en.po,,en,,english,,,en,po -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv,po/de.po,0,0,0,0,0,359,2174,359,2174,de.po,,de,,german,,,de,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/zh_tw.po,38,162,78,0,0,0,0,38,162,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/zh_hk.po,25,110,50,0,0,13,52,38,162,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/zh_cn.po,38,162,87,0,0,0,0,38,162,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/vi.po,36,155,267,0,0,2,7,38,162,vi.po,,vi,,vietnamese,,,vi,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,14,51,52,0,0,24,111,38,162,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/uk.po,25,110,111,0,0,13,52,38,162,uk.po,,uk,,ukrainian,,,uk,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ug.po,20,79,79,0,0,18,83,38,162,ug.po,,ug,,uyghur,,,ug,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/tr.po,38,162,162,0,0,0,0,38,162,tr.po,,tr,,turkish,,,tr,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/th.po,36,155,81,0,0,2,7,38,162,th.po,,th,,thai,,,th,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/tg.po,20,79,92,0,0,18,83,38,162,tg.po,,tg,,tajik,,,tg,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/te.po,25,110,96,0,0,13,52,38,162,te.po,,te,,telugu,,,te,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ta.po,25,110,105,0,0,13,52,38,162,ta.po,,ta,,tamil,,,ta,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/sv.po,38,162,155,0,0,0,0,38,162,sv.po,,sv,,swedish,,,sv,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/sr@latin.po,37,158,188,0,0,1,4,38,162,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/sr.po,38,162,193,0,0,0,0,38,162,sr.po,,sr,,serbian,,,sr,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/sl.po,38,162,185,0,0,0,0,38,162,sl.po,,sl,,slovenian,,,sl,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/sk.po,38,162,188,0,0,0,0,38,162,sk.po,,sk,,slovak,,,sk,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ru.po,36,155,157,0,0,2,7,38,162,ru.po,,ru,,russian,,,ru,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ro.po,38,162,213,0,0,0,0,38,162,ro.po,,ro,,romanian,,,ro,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/pt_br.po,38,162,231,0,0,0,0,38,162,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/pt.po,36,155,183,0,0,2,7,38,162,pt.po,,pt,,portuguese,,,pt,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/pl.po,38,162,175,0,0,0,0,38,162,pl.po,,pl,,polish,,,pl,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/pa.po,25,110,146,0,0,13,52,38,162,pa.po,,pa,,punjabi,,,pa,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/or.po,25,110,121,0,0,13,52,38,162,or.po,,or,,odia,,,or,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/oc.po,36,155,221,0,0,2,7,38,162,oc.po,,oc,,occitan,,,oc,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/nl.po,38,162,147,0,0,0,0,38,162,nl.po,,nl,,dutch,,,nl,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ne.po,36,155,159,0,0,2,7,38,162,ne.po,,ne,,nepali,,,ne,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/nb.po,36,155,168,0,0,2,7,38,162,nb.po,,nb,,norwegian bokmål,,,nb,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/mr.po,25,110,108,0,0,13,52,38,162,mr.po,,mr,,marathi,,,mr,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ml.po,20,79,70,0,0,18,83,38,162,ml.po,,ml,,malayalam,,,ml,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/lv.po,38,162,153,0,0,0,0,38,162,lv.po,,lv,,latvian,,,lv,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/lt.po,38,162,157,0,0,0,0,38,162,lt.po,,lt,,lithuanian,,,lt,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ko.po,38,162,173,0,0,0,0,38,162,ko.po,,ko,,korean,,,ko,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/kn.po,25,110,106,0,0,13,52,38,162,kn.po,,kn,,kannada,,,kn,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ja.po,14,51,31,0,0,24,111,38,162,ja.po,,ja,,japanese,,,ja,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/it.po,38,162,200,0,0,0,0,38,162,it.po,,it,,italian,,,it,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/id.po,38,162,190,0,0,0,0,38,162,id.po,,id,,indonesian,,,id,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/hu.po,38,162,188,0,0,0,0,38,162,hu.po,,hu,,hungarian,,,hu,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/hr.po,38,162,155,0,0,0,0,38,162,hr.po,,hr,,croatian,,,hr,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/hi.po,25,110,148,0,0,13,52,38,162,hi.po,,hi,,hindi,,,hi,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/he.po,36,155,173,0,0,2,7,38,162,he.po,,he,,hebrew,,,he,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/gu.po,25,110,124,0,0,13,52,38,162,gu.po,,gu,,gujarati,,,gu,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/gl.po,38,162,236,0,0,0,0,38,162,gl.po,,gl,,galician,,,gl,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/gd.po,36,155,259,0,0,2,7,38,162,gd.po,,gd,,scottish gaelic,,,gd,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/fur.po,38,162,219,0,0,0,0,38,162,fur.po,,fur,,friulian,,,fur,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/fr.po,38,162,235,0,0,0,0,38,162,fr.po,,fr,,french,,,fr,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/fa.po,20,79,97,0,0,18,83,38,162,fa.po,,fa,,persian,,,fa,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/eu.po,36,155,176,0,0,2,7,38,162,eu.po,,eu,,basque,,,eu,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/et.po,37,158,145,0,0,1,4,38,162,et.po,,et,,estonian,,,et,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/es.po,38,162,255,0,0,0,0,38,162,es.po,,es,,spanish,,,es,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/eo.po,21,80,82,0,0,17,82,38,162,eo.po,,eo,,esperanto,,,eo,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/en_gb.po,36,155,155,0,0,2,7,38,162,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/el.po,38,162,205,0,0,0,0,38,162,el.po,,el,,greek,,,el,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/de.po,38,162,173,0,0,0,0,38,162,de.po,,de,,german,,,de,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/da.po,38,162,164,0,0,0,0,38,162,da.po,,da,,danish,,,da,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/cs.po,38,162,168,0,0,0,0,38,162,cs.po,,cs,,czech,,,cs,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,36,155,260,0,0,2,7,38,162,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/ca.po,38,162,273,0,0,0,0,38,162,ca.po,,ca,,catalan,,,ca,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/bs.po,25,110,114,0,0,13,52,38,162,bs.po,,bs,,bosnian,,,bs,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/bn_in.po,25,110,119,0,0,13,52,38,162,bn_in.po,,bn,in,bangla,,india,bn_in,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/bg.po,36,155,207,0,0,2,7,38,162,bg.po,,bg,,bulgarian,,,bg,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/be.po,38,162,161,0,0,0,0,38,162,be.po,,be,,belarusian,,,be,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/as.po,25,110,119,0,0,13,52,38,162,as.po,,as,,assamese,,,as,po -libsoup-2.66.1-2.fc30.src.rpm.stats.csv,po/an.po,36,155,238,0,0,2,7,38,162,an.po,,an,,aragonese,,,an,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ar.po,211,981,1061,7,38,83,418,301,1437,ar.po,,ar,,arabic,,,ar,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/as.po,213,996,1132,7,38,81,403,301,1437,as.po,,as,,assamese,,,as,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/bg.po,290,1374,1575,8,45,3,18,301,1437,bg.po,,bg,,bulgarian,,,bg,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/bn.po,213,996,1165,7,38,81,403,301,1437,bn.po,,bn,,bangla,,,bn,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/bn_in.po,213,996,1165,7,38,81,403,301,1437,bn_in.po,,bn,in,bangla,,india,bn_in,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/bs.po,192,889,945,5,25,104,523,301,1437,bs.po,,bs,,bosnian,,,bs,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ca.po,292,1385,2086,6,34,3,18,301,1437,ca.po,,ca,,catalan,,,ca,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/cs.po,301,1437,1381,0,0,0,0,301,1437,cs.po,,cs,,czech,,,cs,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/cy.po,197,904,1036,5,25,99,508,301,1437,cy.po,,cy,,welsh,,,cy,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/da.po,292,1385,1360,6,34,3,18,301,1437,da.po,,da,,danish,,,da,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/de.po,292,1385,1425,6,34,3,18,301,1437,de.po,,de,,german,,,de,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/de_ch.po,204,938,990,7,38,90,461,301,1437,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/el.po,290,1374,1533,8,45,3,18,301,1437,el.po,,el,,greek,,,el,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/en_gb.po,197,904,904,5,25,99,508,301,1437,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/es.po,290,1374,1749,8,45,3,18,301,1437,es.po,,es,,spanish,,,es,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/et.po,202,923,834,7,38,92,476,301,1437,et.po,,et,,estonian,,,et,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/eu.po,24,58,55,0,0,277,1379,301,1437,eu.po,,eu,,basque,,,eu,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/fi.po,211,984,842,7,38,83,415,301,1437,fi.po,,fi,,finnish,,,fi,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/fr.po,290,1374,1850,8,45,3,18,301,1437,fr.po,,fr,,french,,,fr,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/gu.po,213,996,1147,7,38,81,403,301,1437,gu.po,,gu,,gujarati,,,gu,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/he.po,84,355,359,5,25,212,1057,301,1437,he.po,,he,,hebrew,,,he,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/hi.po,213,996,1271,7,38,81,403,301,1437,hi.po,,hi,,hindi,,,hi,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/hr.po,197,904,959,5,25,99,508,301,1437,hr.po,,hr,,croatian,,,hr,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/hu.po,290,1374,1337,8,45,3,18,301,1437,hu.po,,hu,,hungarian,,,hu,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/id.po,213,996,1062,7,38,81,403,301,1437,id.po,,id,,indonesian,,,id,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/is.po,211,985,1064,7,38,83,414,301,1437,is.po,,is,,icelandic,,,is,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/it.po,213,996,1179,7,38,81,403,301,1437,it.po,,it,,italian,,,it,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ja.po,290,1374,609,8,45,3,18,301,1437,ja.po,,ja,,japanese,,,ja,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/kn.po,213,996,975,7,38,81,403,301,1437,kn.po,,kn,,kannada,,,kn,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ko.po,218,1020,1049,7,38,76,379,301,1437,ko.po,,ko,,korean,,,ko,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/lv.po,62,248,223,5,25,234,1164,301,1437,lv.po,,lv,,latvian,,,lv,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/mai.po,204,938,1192,7,38,90,461,301,1437,mai.po,,mai,,maithili,,,mai,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/mk.po,197,904,1066,5,25,99,508,301,1437,mk.po,,mk,,macedonian,,,mk,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ml.po,208,970,862,7,38,86,429,301,1437,ml.po,,ml,,malayalam,,,ml,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/mr.po,212,990,1013,7,38,82,409,301,1437,mr.po,,mr,,marathi,,,mr,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ms.po,197,904,897,5,25,99,508,301,1437,ms.po,,ms,,malay,,,ms,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/nb.po,290,1374,1364,8,45,3,18,301,1437,nb.po,,nb,,norwegian bokmål,,,nb,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/nds.po,15,27,27,0,0,286,1410,301,1437,nds.po,,nds,,low german,,,nds,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/nl.po,292,1385,1483,6,34,3,18,301,1437,nl.po,,nl,,dutch,,,nl,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/or.po,213,996,1389,7,38,81,403,301,1437,or.po,,or,,odia,,,or,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/pa.po,213,996,1259,7,38,81,403,301,1437,pa.po,,pa,,punjabi,,,pa,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/pl.po,292,1385,1463,6,34,3,18,301,1437,pl.po,,pl,,polish,,,pl,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/pt.po,213,996,1259,7,38,81,403,301,1437,pt.po,,pt,,portuguese,,,pt,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/pt_br.po,219,1014,1243,7,38,75,385,301,1437,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ro.po,77,306,353,5,25,219,1106,301,1437,ro.po,,ro,,romanian,,,ro,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ru.po,290,1374,1342,8,45,3,18,301,1437,ru.po,,ru,,russian,,,ru,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/sk.po,211,979,994,8,49,82,409,301,1437,sk.po,,sk,,slovak,,,sk,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/sl.po,197,904,968,5,25,99,508,301,1437,sl.po,,sl,,slovenian,,,sl,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/sr.po,292,1385,1440,6,34,3,18,301,1437,sr.po,,sr,,serbian,,,sr,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/sr@latin.po,208,970,1024,7,38,86,429,301,1437,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/sv.po,292,1385,1404,6,34,3,18,301,1437,sv.po,,sv,,swedish,,,sv,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/ta.po,213,996,879,7,38,81,403,301,1437,ta.po,,ta,,tamil,,,ta,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/te.po,213,996,894,7,38,81,403,301,1437,te.po,,te,,telugu,,,te,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/tr.po,212,990,901,7,38,82,409,301,1437,tr.po,,tr,,turkish,,,tr,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/uk.po,292,1385,1380,6,34,3,18,301,1437,uk.po,,uk,,ukrainian,,,uk,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/vi.po,145,607,810,5,25,151,805,301,1437,vi.po,,vi,,vietnamese,,,vi,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/zh_cn.po,290,1374,574,8,45,3,18,301,1437,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libuser-0.62-20.fc30.src.rpm.stats.csv,po/zh_tw.po,290,1374,539,8,45,3,18,301,1437,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,9877,64065,9877,64065,zu.po,,zu,,zulu,,,zu,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/zh_tw.po,290,1273,511,0,0,9587,62792,9877,64065,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,9877,64065,9877,64065,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/zh_cn.po,6212,38181,17684,0,0,3665,25884,9877,64065,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,9877,64065,9877,64065,yo.po,,yo,,yoruba,,,yo,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/vi.po,2234,12503,17619,0,0,7643,51562,9877,64065,vi.po,,vi,,vietnamese,,,vi,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,9877,64065,9877,64065,ur.po,,ur,,urdu,,,ur,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/uk.po,9789,63408,68392,0,0,88,657,9877,64065,uk.po,,uk,,ukrainian,,,uk,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,9877,64065,9877,64065,tw.po,,tw,,twi,,,tw,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,9877,64065,9877,64065,tr.po,,tr,,turkish,,,tr,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,9877,64065,9877,64065,th.po,,th,,thai,,,th,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,9877,64065,9877,64065,tg.po,,tg,,tajik,,,tg,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/te.po,5674,34412,30313,0,0,4203,29653,9877,64065,te.po,,te,,telugu,,,te,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ta.po,6240,38353,35168,0,0,3637,25712,9877,64065,ta.po,,ta,,tamil,,,ta,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/sv.po,685,3447,3116,0,0,9192,60618,9877,64065,sv.po,,sv,,swedish,,,sv,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/sr.po,594,2722,2626,0,0,9283,61343,9877,64065,sr.po,,sr,,serbian,,,sr,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/sr@latin.po,594,2722,2626,0,0,9283,61343,9877,64065,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,9877,64065,9877,64065,sq.po,,sq,,albanian,,,sq,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,9877,64065,9877,64065,sl.po,,sl,,slovenian,,,sl,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,9877,64065,9877,64065,sk.po,,sk,,slovak,,,sk,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,9877,64065,9877,64065,si.po,,si,,sinhala,,,si,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ru.po,5526,32781,31785,0,0,4351,31284,9877,64065,ru.po,,ru,,russian,,,ru,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,9877,64065,9877,64065,ro.po,,ro,,romanian,,,ro,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/pt.po,345,1488,1996,0,0,9532,62577,9877,64065,pt.po,,pt,,portuguese,,,pt,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/pt_br.po,5813,35278,43640,0,0,4064,28787,9877,64065,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/pl.po,2622,14541,15360,0,0,7255,49524,9877,64065,pl.po,,pl,,polish,,,pl,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/pa.po,5677,34495,39805,0,0,4200,29570,9877,64065,pa.po,,pa,,punjabi,,,pa,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/or.po,5565,31727,33007,0,0,4312,32338,9877,64065,or.po,,or,,odia,,,or,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,9877,64065,9877,64065,nso.po,,nso,,northern sotho,,,nso,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,9877,64065,9877,64065,nn.po,,nn,,norwegian nynorsk,,,nn,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/nl.po,2537,14131,14704,0,0,7340,49934,9877,64065,nl.po,,nl,,dutch,,,nl,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,9877,64065,9877,64065,ne.po,,ne,,nepali,,,ne,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,9877,64065,9877,64065,nds.po,,nds,,low german,,,nds,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/nb.po,132,468,432,0,0,9745,63597,9877,64065,nb.po,,nb,,norwegian bokmål,,,nb,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,9877,64065,9877,64065,my.po,,my,,burmese,,,my,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ms.po,46,115,112,0,0,9831,63950,9877,64065,ms.po,,ms,,malay,,,ms,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/mr.po,6749,41259,39684,0,0,3128,22806,9877,64065,mr.po,,mr,,marathi,,,mr,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,9877,64065,9877,64065,mn.po,,mn,,mongolian,,,mn,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ml.po,5733,34865,29079,0,0,4144,29200,9877,64065,ml.po,,ml,,malayalam,,,ml,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/mk.po,317,1353,1603,0,0,9560,62712,9877,64065,mk.po,,mk,,macedonian,,,mk,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,9877,64065,9877,64065,mai.po,,mai,,maithili,,,mai,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,9877,64065,9877,64065,lv.po,,lv,,latvian,,,lv,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,9877,64065,9877,64065,lt.po,,lt,,lithuanian,,,lt,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,9877,64065,9877,64065,ky.po,,ky,,kyrgyz,,,ky,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,9877,64065,9877,64065,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,9877,64065,9877,64065,kw.po,,kw,,cornish,,,kw,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,9877,64065,9877,64065,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,9877,64065,9877,64065,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ko.po,3364,18956,18126,0,0,6513,45109,9877,64065,ko.po,,ko,,korean,,,ko,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/kn.po,5704,34630,31559,0,0,4173,29435,9877,64065,kn.po,,kn,,kannada,,,kn,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,9877,64065,9877,64065,km.po,,km,,khmer,,,km,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,9877,64065,9877,64065,kk.po,,kk,,kazakh,,,kk,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,9877,64065,9877,64065,ka.po,,ka,,georgian,,,ka,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ja.po,5839,35421,16456,0,0,4038,28644,9877,64065,ja.po,,ja,,japanese,,,ja,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/it.po,1676,8996,10539,0,0,8201,55069,9877,64065,it.po,,it,,italian,,,it,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,9877,64065,9877,64065,is.po,,is,,icelandic,,,is,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,9877,64065,9877,64065,ilo.po,,ilo,,iloko,,,ilo,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/id.po,209,834,787,0,0,9668,63231,9877,64065,id.po,,id,,indonesian,,,id,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,9877,64065,9877,64065,ia.po,,ia,,interlingua,,,ia,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/hu.po,270,1164,1106,0,0,9607,62901,9877,64065,hu.po,,hu,,hungarian,,,hu,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,9877,64065,9877,64065,hr.po,,hr,,croatian,,,hr,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/hi.po,3586,20813,24843,0,0,6291,43252,9877,64065,hi.po,,hi,,hindi,,,hi,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,9877,64065,9877,64065,he.po,,he,,hebrew,,,he,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/gu.po,5943,35847,38666,0,0,3934,28218,9877,64065,gu.po,,gu,,gujarati,,,gu,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,9877,64065,9877,64065,gl.po,,gl,,galician,,,gl,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,9877,64065,9877,64065,ga.po,,ga,,irish,,,ga,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/fur.po,0,0,0,0,0,9877,64065,9877,64065,fur.po,,fur,,friulian,,,fur,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/fr.po,1157,5793,7186,0,0,8720,58272,9877,64065,fr.po,,fr,,french,,,fr,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/fi.po,358,1518,1185,0,0,9519,62547,9877,64065,fi.po,,fi,,finnish,,,fi,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/fil.po,0,0,0,0,0,9877,64065,9877,64065,fil.po,,fil,,filipino,,,fil,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,9877,64065,9877,64065,fa.po,,fa,,persian,,,fa,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,9877,64065,9877,64065,eu.po,,eu,,basque,,,eu,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,9877,64065,9877,64065,et.po,,et,,estonian,,,et,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/es.po,5715,34614,44483,0,0,4162,29451,9877,64065,es.po,,es,,spanish,,,es,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,9877,64065,9877,64065,eo.po,,eo,,esperanto,,,eo,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/en_gb.po,5799,35309,35309,0,0,4078,28756,9877,64065,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/el.po,179,926,1349,0,0,9698,63139,9877,64065,el.po,,el,,greek,,,el,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/de.po,5746,34937,33795,0,0,4131,29128,9877,64065,de.po,,de,,german,,,de,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,9877,64065,9877,64065,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/da.po,270,1164,1082,0,0,9607,62901,9877,64065,da.po,,da,,danish,,,da,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,9877,64065,9877,64065,cy.po,,cy,,welsh,,,cy,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/cs.po,1294,6111,5858,0,0,8583,57954,9877,64065,cs.po,,cs,,czech,,,cs,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ca.po,443,1971,2603,0,0,9434,62094,9877,64065,ca.po,,ca,,catalan,,,ca,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/bs.po,204,849,847,0,0,9673,63216,9877,64065,bs.po,,bs,,bosnian,,,bs,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,9877,64065,9877,64065,brx.po,,brx,,bodo,,,brx,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,9877,64065,9877,64065,br.po,,br,,breton,,,br,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,9877,64065,9877,64065,bo.po,,bo,,tibetan,,,bo,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,9877,64065,9877,64065,bn.po,,bn,,bangla,,,bn,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/bn_in.po,2364,13222,14044,0,0,7513,50843,9877,64065,bn_in.po,,bn,in,bangla,,india,bn_in,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/bg.po,335,1452,1632,0,0,9542,62613,9877,64065,bg.po,,bg,,bulgarian,,,bg,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,9877,64065,9877,64065,be.po,,be,,belarusian,,,be,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,9877,64065,9877,64065,bal.po,,bal,,baluchi,,,bal,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,9877,64065,9877,64065,ast.po,,ast,,asturian,,,ast,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/as.po,5981,36594,38452,0,0,3896,27471,9877,64065,as.po,,as,,assamese,,,as,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,9877,64065,9877,64065,ar.po,,ar,,arabic,,,ar,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,9877,64065,9877,64065,anp.po,,anp,,angika,,,anp,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,9877,64065,9877,64065,am.po,,am,,amharic,,,am,po -libvirt-5.1.0-4.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,9877,64065,9877,64065,af.po,,af,,afrikaans,,,af,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/cs.po,30,153,142,0,0,0,0,30,153,cs.po,,cs,,czech,,,cs,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/pt_br.po,25,121,159,0,0,5,32,30,153,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,30,153,30,153,sl.po,,sl,,slovenian,,,sl,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,30,153,30,153,fa.po,,fa,,persian,,,fa,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,30,153,30,153,cy.po,,cy,,welsh,,,cy,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,30,153,30,153,mk.po,,mk,,macedonian,,,mk,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/es.po,29,145,205,0,0,1,8,30,153,es.po,,es,,spanish,,,es,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/sv.po,0,0,0,0,0,30,153,30,153,sv.po,,sv,,swedish,,,sv,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ca.po,30,153,223,0,0,0,0,30,153,ca.po,,ca,,catalan,,,ca,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,30,153,30,153,el.po,,el,,greek,,,el,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,30,153,30,153,ro.po,,ro,,romanian,,,ro,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,30,153,30,153,nds.po,,nds,,low german,,,nds,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,30,153,30,153,or.po,,or,,odia,,,or,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,30,153,30,153,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,30,153,30,153,ar.po,,ar,,arabic,,,ar,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,30,153,30,153,hr.po,,hr,,croatian,,,hr,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,30,153,30,153,et.po,,et,,estonian,,,et,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,30,153,30,153,be.po,,be,,belarusian,,,be,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,30,153,30,153,bn_in.po,,bn,in,bangla,,india,bn_in,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,30,153,30,153,as.po,,as,,assamese,,,as,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,30,153,30,153,bg.po,,bg,,bulgarian,,,bg,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,30,153,30,153,anp.po,,anp,,angika,,,anp,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,30,153,30,153,ka.po,,ka,,georgian,,,ka,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,30,153,30,153,zu.po,,zu,,zulu,,,zu,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/uk.po,30,153,150,0,0,0,0,30,153,uk.po,,uk,,ukrainian,,,uk,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,30,153,30,153,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,30,153,30,153,lt.po,,lt,,lithuanian,,,lt,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,30,153,30,153,bn.po,,bn,,bangla,,,bn,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,30,153,30,153,mr.po,,mr,,marathi,,,mr,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,30,153,30,153,ne.po,,ne,,nepali,,,ne,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/pl.po,30,153,158,0,0,0,0,30,153,pl.po,,pl,,polish,,,pl,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,30,153,30,153,sr.po,,sr,,serbian,,,sr,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,30,153,30,153,gl.po,,gl,,galician,,,gl,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,30,153,30,153,lv.po,,lv,,latvian,,,lv,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,30,153,30,153,te.po,,te,,telugu,,,te,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,30,153,30,153,eu.po,,eu,,basque,,,eu,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,30,153,30,153,ilo.po,,ilo,,iloko,,,ilo,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,30,153,30,153,vi.po,,vi,,vietnamese,,,vi,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/fi.po,7,31,28,0,0,23,122,30,153,fi.po,,fi,,finnish,,,fi,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,30,153,30,153,bs.po,,bs,,bosnian,,,bs,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,30,153,30,153,pa.po,,pa,,punjabi,,,pa,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,30,153,30,153,th.po,,th,,thai,,,th,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/en_gb.po,25,121,121,0,0,5,32,30,153,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/fr.po,29,145,167,0,0,1,8,30,153,fr.po,,fr,,french,,,fr,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,30,153,30,153,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,30,153,30,153,br.po,,br,,breton,,,br,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,30,153,30,153,ml.po,,ml,,malayalam,,,ml,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,30,153,30,153,mai.po,,mai,,maithili,,,mai,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,30,153,30,153,is.po,,is,,icelandic,,,is,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/hu.po,0,0,0,0,0,30,153,30,153,hu.po,,hu,,hungarian,,,hu,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,30,153,30,153,nl.po,,nl,,dutch,,,nl,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,30,153,30,153,sq.po,,sq,,albanian,,,sq,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,30,153,30,153,pt.po,,pt,,portuguese,,,pt,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ru.po,1,4,3,0,0,29,149,30,153,ru.po,,ru,,russian,,,ru,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,30,153,30,153,ta.po,,ta,,tamil,,,ta,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,30,153,30,153,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,30,153,30,153,eo.po,,eo,,esperanto,,,eo,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,30,153,30,153,am.po,,am,,amharic,,,am,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,30,153,30,153,nso.po,,nso,,northern sotho,,,nso,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,30,153,30,153,kn.po,,kn,,kannada,,,kn,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,30,153,30,153,af.po,,af,,afrikaans,,,af,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/id.po,0,0,0,0,0,30,153,30,153,id.po,,id,,indonesian,,,id,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,30,153,30,153,brx.po,,brx,,bodo,,,brx,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,30,153,30,153,gu.po,,gu,,gujarati,,,gu,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,30,153,30,153,ms.po,,ms,,malay,,,ms,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,30,153,30,153,si.po,,si,,sinhala,,,si,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,30,153,30,153,tw.po,,tw,,twi,,,tw,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/de.po,0,0,0,0,0,30,153,30,153,de.po,,de,,german,,,de,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,30,153,30,153,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,30,153,30,153,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,30,153,30,153,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ja.po,25,121,52,0,0,5,32,30,153,ja.po,,ja,,japanese,,,ja,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,30,153,30,153,nn.po,,nn,,norwegian nynorsk,,,nn,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,30,153,30,153,km.po,,km,,khmer,,,km,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,30,153,30,153,kw.po,,kw,,cornish,,,kw,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/da.po,0,0,0,0,0,30,153,30,153,da.po,,da,,danish,,,da,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,30,153,30,153,ko.po,,ko,,korean,,,ko,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/hi.po,25,121,166,0,0,5,32,30,153,hi.po,,hi,,hindi,,,hi,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,30,153,30,153,mn.po,,mn,,mongolian,,,mn,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,30,153,30,153,yo.po,,yo,,yoruba,,,yo,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,30,153,30,153,ky.po,,ky,,kyrgyz,,,ky,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,30,153,30,153,sk.po,,sk,,slovak,,,sk,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,30,153,30,153,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,30,153,30,153,bo.po,,bo,,tibetan,,,bo,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,30,153,30,153,he.po,,he,,hebrew,,,he,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,30,153,30,153,kk.po,,kk,,kazakh,,,kk,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,30,153,30,153,ur.po,,ur,,urdu,,,ur,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,30,153,30,153,bal.po,,bal,,baluchi,,,bal,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/it.po,0,0,0,0,0,30,153,30,153,it.po,,it,,italian,,,it,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,30,153,30,153,tr.po,,tr,,turkish,,,tr,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,30,153,30,153,ast.po,,ast,,asturian,,,ast,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,30,153,30,153,tg.po,,tg,,tajik,,,tg,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,30,153,30,153,nb.po,,nb,,norwegian bokmål,,,nb,po -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,30,153,30,153,ia.po,,ia,,interlingua,,,ia,po -libvisual-0.4.0-26.fc30.src.rpm.stats.csv,po/es_es.po,62,303,364,51,204,92,548,205,1055,es_es.po,,es,es,spanish,,spain,es_es,po -libvisual-0.4.0-26.fc30.src.rpm.stats.csv,po/es_ar.po,62,303,364,51,204,92,548,205,1055,es_ar.po,,es,ar,spanish,,argentina,es_ar,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/zh_tw.po,231,1086,353,0,0,10,38,241,1124,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/zh_hk.po,230,1084,352,0,0,11,40,241,1124,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/zh_cn.po,231,1086,330,0,0,10,38,241,1124,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/xh.po,30,73,88,0,0,211,1051,241,1124,xh.po,,xh,,xhosa,,,xh,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/wa.po,15,30,46,9,29,217,1065,241,1124,wa.po,,wa,,walloon,,,wa,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/vi.po,231,1086,1657,0,0,10,38,241,1124,vi.po,,vi,,vietnamese,,,vi,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/uk.po,230,1084,998,0,0,11,40,241,1124,uk.po,,uk,,ukrainian,,,uk,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ug.po,230,1082,991,0,0,11,42,241,1124,ug.po,,ug,,uyghur,,,ug,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/tr.po,231,1086,986,0,0,10,38,241,1124,tr.po,,tr,,turkish,,,tr,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/th.po,231,1086,432,0,0,10,38,241,1124,th.po,,th,,thai,,,th,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/te.po,231,1086,859,0,0,10,38,241,1124,te.po,,te,,telugu,,,te,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ta.po,230,1068,908,1,18,10,38,241,1124,ta.po,,ta,,tamil,,,ta,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/sv.po,231,1086,1025,0,0,10,38,241,1124,sv.po,,sv,,swedish,,,sv,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/sr@latin.po,231,1086,1084,0,0,10,38,241,1124,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/sr.po,231,1086,1084,0,0,10,38,241,1124,sr.po,,sr,,serbian,,,sr,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/sq.po,33,88,131,0,0,208,1036,241,1124,sq.po,,sq,,albanian,,,sq,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/sl.po,231,1086,1032,0,0,10,38,241,1124,sl.po,,sl,,slovenian,,,sl,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/sk.po,231,1086,1016,0,0,10,38,241,1124,sk.po,,sk,,slovak,,,sk,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/si.po,32,87,103,0,0,209,1037,241,1124,si.po,,si,,sinhala,,,si,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/rw.po,1,2,2,20,55,220,1067,241,1124,rw.po,,rw,,kinyarwanda,,,rw,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ru.po,231,1086,1035,0,0,10,38,241,1124,ru.po,,ru,,russian,,,ru,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ro.po,241,1124,1277,0,0,0,0,241,1124,ro.po,,ro,,romanian,,,ro,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/pt_br.po,231,1086,1280,0,0,10,38,241,1124,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/pt.po,231,1086,1291,0,0,10,38,241,1124,pt.po,,pt,,portuguese,,,pt,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/pl.po,231,1086,1022,0,0,10,38,241,1124,pl.po,,pl,,polish,,,pl,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/pa.po,230,1084,1097,0,0,11,40,241,1124,pa.po,,pa,,punjabi,,,pa,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/or.po,230,1068,1013,1,18,10,38,241,1124,or.po,,or,,odia,,,or,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/oc.po,230,1082,1337,0,0,11,42,241,1124,oc.po,,oc,,occitan,,,oc,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/nn.po,241,1124,1049,0,0,0,0,241,1124,nn.po,,nn,,norwegian nynorsk,,,nn,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/nl.po,230,1084,992,0,0,11,40,241,1124,nl.po,,nl,,dutch,,,nl,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ne.po,236,1083,1017,3,39,2,2,241,1124,ne.po,,ne,,nepali,,,ne,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/nb.po,203,749,697,0,0,38,375,241,1124,nb.po,,nb,,norwegian bokmål,,,nb,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ms.po,21,47,49,7,21,213,1056,241,1124,ms.po,,ms,,malay,,,ms,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/mr.po,231,1086,1049,0,0,10,38,241,1124,mr.po,,mr,,marathi,,,mr,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/mn.po,21,47,56,7,21,213,1056,241,1124,mn.po,,mn,,mongolian,,,mn,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ml.po,231,1086,835,0,0,10,38,241,1124,ml.po,,ml,,malayalam,,,ml,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/mk.po,240,1106,1275,1,18,0,0,241,1124,mk.po,,mk,,macedonian,,,mk,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/mi.po,0,0,0,6,11,235,1113,241,1124,mi.po,,mi,,maori,,,mi,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/mai.po,47,97,124,0,0,194,1027,241,1124,mai.po,,mai,,maithili,,,mai,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/lv.po,231,1086,967,0,0,10,38,241,1124,lv.po,,lv,,latvian,,,lv,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/lt.po,231,1086,940,0,0,10,38,241,1124,lt.po,,lt,,lithuanian,,,lt,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/li.po,15,30,32,9,29,217,1065,241,1124,li.po,,li,,limburgish,,,li,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ky.po,27,69,74,1,1,213,1054,241,1124,ky.po,,ky,,kyrgyz,,,ky,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ku.po,30,73,87,0,0,211,1051,241,1124,ku.po,,ku,,kurdish,,,ku,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ko.po,230,1084,985,0,0,11,40,241,1124,ko.po,,ko,,korean,,,ko,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/kn.po,230,1068,899,1,18,10,38,241,1124,kn.po,,kn,,kannada,,,kn,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/km.po,230,1084,522,0,0,11,40,241,1124,km.po,,km,,khmer,,,km,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/kk.po,89,207,223,0,0,152,917,241,1124,kk.po,,kk,,kazakh,,,kk,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ka.po,152,621,529,0,0,89,503,241,1124,ka.po,,ka,,georgian,,,ka,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ja.po,231,1086,443,0,0,10,38,241,1124,ja.po,,ja,,japanese,,,ja,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/it.po,231,1086,1208,0,0,10,38,241,1124,it.po,,it,,italian,,,it,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/is.po,17,33,43,8,27,216,1064,241,1124,is.po,,is,,icelandic,,,is,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/id.po,231,1086,1113,0,0,10,38,241,1124,id.po,,id,,indonesian,,,id,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/hu.po,231,1086,984,0,0,10,38,241,1124,hu.po,,hu,,hungarian,,,hu,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/hr.po,22,65,80,4,10,215,1049,241,1124,hr.po,,hr,,croatian,,,hr,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/hi.po,231,1086,1234,0,0,10,38,241,1124,hi.po,,hi,,hindi,,,hi,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/he.po,230,1084,1094,0,0,11,40,241,1124,he.po,,he,,hebrew,,,he,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/gu.po,231,1086,1133,0,0,10,38,241,1124,gu.po,,gu,,gujarati,,,gu,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/gl.po,231,1086,1330,0,0,10,38,241,1124,gl.po,,gl,,galician,,,gl,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/gd.po,231,1086,1331,0,0,10,38,241,1124,gd.po,,gd,,scottish gaelic,,,gd,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ga.po,143,343,404,0,0,98,781,241,1124,ga.po,,ga,,irish,,,ga,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/fy.po,230,1082,1120,0,0,11,42,241,1124,fy.po,,fy,,western frisian,,,fy,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/fr.po,230,1084,1336,0,0,11,40,241,1124,fr.po,,fr,,french,,,fr,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/fi.po,230,1084,846,0,0,11,40,241,1124,fi.po,,fi,,finnish,,,fi,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/fa.po,230,1084,1127,0,0,11,40,241,1124,fa.po,,fa,,persian,,,fa,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/eu.po,229,1066,935,1,18,11,40,241,1124,eu.po,,eu,,basque,,,eu,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/et.po,230,1084,868,0,0,11,40,241,1124,et.po,,et,,estonian,,,et,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/es.po,231,1086,1356,0,0,10,38,241,1124,es.po,,es,,spanish,,,es,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/eo.po,153,410,403,0,0,88,714,241,1124,eo.po,,eo,,esperanto,,,eo,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/en_gb.po,230,1084,1084,0,0,11,40,241,1124,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/en_ca.po,33,88,88,0,0,208,1036,241,1124,en_ca.po,,en,ca,english,,canada,en_ca,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/en@shaw.po,195,893,892,46,231,0,0,241,1124,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/el.po,231,1086,1216,0,0,10,38,241,1124,el.po,,el,,greek,,,el,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/dz.po,241,1124,745,0,0,0,0,241,1124,dz.po,,dz,,dzongkha,,,dz,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/de.po,231,1086,1023,0,0,10,38,241,1124,de.po,,de,,german,,,de,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/da.po,231,1086,1023,0,0,10,38,241,1124,da.po,,da,,danish,,,da,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/cy.po,33,88,104,0,0,208,1036,241,1124,cy.po,,cy,,welsh,,,cy,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/cs.po,231,1086,1037,0,0,10,38,241,1124,cs.po,,cs,,czech,,,cs,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/crh.po,230,1084,959,0,0,11,40,241,1124,crh.po,,crh,,crimean turkish,,,crh,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,229,1066,1341,1,18,11,40,241,1124,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ca.po,229,1066,1343,2,20,10,38,241,1124,ca.po,,ca,,catalan,,,ca,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/bs.po,230,1068,1148,1,18,10,38,241,1124,bs.po,,bs,,bosnian,,,bs,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/br.po,98,240,257,2,8,141,876,241,1124,br.po,,br,,breton,,,br,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/bn_in.po,230,1068,1127,1,18,10,38,241,1124,bn_in.po,,bn,in,bangla,,india,bn_in,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/bn.po,240,1106,1180,1,18,0,0,241,1124,bn.po,,bn,,bangla,,,bn,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/bg.po,230,1084,1263,0,0,11,40,241,1124,bg.po,,bg,,bulgarian,,,bg,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/be@latin.po,241,1124,1022,0,0,0,0,241,1124,be@latin.po,latin,be,,belarusian,,,be@latin,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/be.po,230,1084,1019,0,0,11,40,241,1124,be.po,,be,,belarusian,,,be,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/az.po,21,47,50,7,21,213,1056,241,1124,az.po,,az,,azerbaijani,,,az,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ast.po,241,1124,1303,0,0,0,0,241,1124,ast.po,,ast,,asturian,,,ast,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/as.po,230,1068,1055,1,18,10,38,241,1124,as.po,,as,,assamese,,,as,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/ar.po,241,1124,1093,0,0,0,0,241,1124,ar.po,,ar,,arabic,,,ar,po -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv,po/am.po,11,26,35,13,33,217,1065,241,1124,am.po,,am,,amharic,,,am,po -lrzsz-0.12.20-47.fc30.src.rpm.stats.csv,po/de.po,128,709,711,2,404,5,10,135,1123,de.po,,de,,german,,,de,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/bg.po,53,145,166,36,89,113,578,202,812,bg.po,,bg,,bulgarian,,,bg,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/eu.po,166,755,626,0,0,36,57,202,812,eu.po,,eu,,basque,,,eu,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/uk.po,91,208,216,0,0,111,604,202,812,uk.po,,uk,,ukrainian,,,uk,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/pt.po,166,755,865,0,0,36,57,202,812,pt.po,,pt,,portuguese,,,pt,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/te.po,102,215,213,0,0,100,597,202,812,te.po,,te,,telugu,,,te,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/el.po,166,755,843,0,0,36,57,202,812,el.po,,el,,greek,,,el,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/en_gb.po,26,97,97,29,78,147,637,202,812,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/hr.po,121,422,420,0,0,81,390,202,812,hr.po,,hr,,croatian,,,hr,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/af.po,11,28,29,4,9,187,775,202,812,af.po,,af,,afrikaans,,,af,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ca.po,166,755,910,0,0,36,57,202,812,ca.po,,ca,,catalan,,,ca,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/sv.po,166,755,735,0,0,36,57,202,812,sv.po,,sv,,swedish,,,sv,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/fa.po,12,29,29,4,9,186,774,202,812,fa.po,,fa,,persian,,,fa,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/pt_br.po,166,755,926,0,0,36,57,202,812,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/et.po,166,755,599,0,0,36,57,202,812,et.po,,et,,estonian,,,et,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/is.po,135,343,343,0,0,67,469,202,812,is.po,,is,,icelandic,,,is,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ro.po,26,97,91,29,78,147,637,202,812,ro.po,,ro,,romanian,,,ro,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/nb.po,12,29,27,4,9,186,774,202,812,nb.po,,nb,,norwegian bokmål,,,nb,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ja.po,166,755,251,0,0,36,57,202,812,ja.po,,ja,,japanese,,,ja,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/be.po,26,97,87,29,78,147,637,202,812,be.po,,be,,belarusian,,,be,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/sl.po,47,131,126,11,22,144,659,202,812,sl.po,,sl,,slovenian,,,sl,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/am.po,3,5,6,3,5,196,802,202,812,am.po,,am,,amharic,,,am,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/de.po,46,114,115,15,38,141,660,202,812,de.po,,de,,german,,,de,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/eo.po,12,29,28,4,9,186,774,202,812,eo.po,,eo,,esperanto,,,eo,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/sr.po,166,755,742,0,0,36,57,202,812,sr.po,,sr,,serbian,,,sr,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/tt_ru.po,12,29,28,4,9,186,774,202,812,tt_ru.po,,tt,ru,tatar,,russia,tt_ru,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ast.po,12,29,27,4,9,186,774,202,812,ast.po,,ast,,asturian,,,ast,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ko.po,166,755,660,0,0,36,57,202,812,ko.po,,ko,,korean,,,ko,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,202,812,202,812,th.po,,th,,thai,,,th,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ar.po,122,490,461,12,84,68,238,202,812,ar.po,,ar,,arabic,,,ar,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/zh_tw.po,149,680,241,14,40,39,92,202,812,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/lt.po,166,755,736,0,0,36,57,202,812,lt.po,,lt,,lithuanian,,,lt,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ms.po,12,29,25,4,9,186,774,202,812,ms.po,,ms,,malay,,,ms,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ru.po,166,755,738,0,0,36,57,202,812,ru.po,,ru,,russian,,,ru,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/fi.po,105,241,192,11,40,86,531,202,812,fi.po,,fi,,finnish,,,fi,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/nl.po,166,755,758,0,0,36,57,202,812,nl.po,,nl,,dutch,,,nl,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/hu.po,59,106,92,0,0,143,706,202,812,hu.po,,hu,,hungarian,,,hu,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/vi.po,26,97,152,29,78,147,637,202,812,vi.po,,vi,,vietnamese,,,vi,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/si.po,12,29,33,4,9,186,774,202,812,si.po,,si,,sinhala,,,si,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/nn.po,12,29,31,4,9,186,774,202,812,nn.po,,nn,,norwegian nynorsk,,,nn,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/sk.po,159,713,695,0,0,43,99,202,812,sk.po,,sk,,slovak,,,sk,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ur.po,12,29,33,4,9,186,774,202,812,ur.po,,ur,,urdu,,,ur,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/pl.po,166,755,751,0,0,36,57,202,812,pl.po,,pl,,polish,,,pl,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/es.po,166,755,910,0,0,36,57,202,812,es.po,,es,,spanish,,,es,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/fr.po,166,755,985,0,0,36,57,202,812,fr.po,,fr,,french,,,fr,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/it.po,52,142,146,32,81,118,589,202,812,it.po,,it,,italian,,,it,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ps.po,0,0,0,0,0,202,812,202,812,ps.po,,ps,,pashto,,,ps,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,202,812,202,812,ml.po,,ml,,malayalam,,,ml,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/bn_in.po,11,28,27,5,10,186,774,202,812,bn_in.po,,bn,in,bangla,,india,bn_in,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ug.po,26,97,83,29,78,147,637,202,812,ug.po,,ug,,uyghur,,,ug,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/fo.po,12,29,21,4,9,186,774,202,812,fo.po,,fo,,faroese,,,fo,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/kk.po,121,318,320,4,24,77,470,202,812,kk.po,,kk,,kazakh,,,kk,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/lg.po,111,295,376,0,0,91,517,202,812,lg.po,,lg,,ganda,,,lg,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/gl.po,166,755,917,0,0,36,57,202,812,gl.po,,gl,,galician,,,gl,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/sr@latin.po,165,734,726,0,0,37,78,202,812,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/da.po,166,755,701,0,0,36,57,202,812,da.po,,da,,danish,,,da,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/zh_cn.po,166,755,249,0,0,36,57,202,812,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/id.po,111,298,315,10,37,81,477,202,812,id.po,,id,,indonesian,,,id,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/bn.po,12,29,31,4,9,186,774,202,812,bn.po,,bn,,bangla,,,bn,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/tr.po,166,755,700,0,0,36,57,202,812,tr.po,,tr,,turkish,,,tr,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/ur_pk.po,12,29,33,4,9,186,774,202,812,ur_pk.po,,ur,pk,urdu,,pakistan,ur_pk,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/cs.po,166,755,732,0,0,36,57,202,812,cs.po,,cs,,czech,,,cs,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/pa.po,12,29,29,4,9,186,774,202,812,pa.po,,pa,,punjabi,,,pa,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/he.po,124,328,343,6,17,72,467,202,812,he.po,,he,,hebrew,,,he,po -lxsession-0.5.4-1.fc30.src.rpm.stats.csv,po/frp.po,10,16,16,5,15,187,781,202,812,frp.po,,frp,,arpitan,,,frp,po -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv,po/ja.po,5,107,23,0,0,55,1283,60,1390,ja.po,,ja,,japanese,,,ja,po -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv,po/eo.po,5,44,83,0,0,55,1346,60,1390,eo.po,,eo,,esperanto,,,eo,po -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv,po/de.po,54,1120,1080,2,42,4,228,60,1390,de.po,,de,,german,,,de,po -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv,po/vi.po,3,130,208,3,119,54,1141,60,1390,vi.po,,vi,,vietnamese,,,vi,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/it.po,42,163,185,7,40,0,0,49,203,it.po,,it,,italian,,,it,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/nl.po,42,163,175,7,40,0,0,49,203,nl.po,,nl,,dutch,,,nl,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/da.po,42,163,160,7,40,0,0,49,203,da.po,,da,,danish,,,da,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/cs.po,42,163,168,7,40,0,0,49,203,cs.po,,cs,,czech,,,cs,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/ru.po,42,163,160,7,40,0,0,49,203,ru.po,,ru,,russian,,,ru,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/uk.po,42,163,149,7,40,0,0,49,203,uk.po,,uk,,ukrainian,,,uk,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/ca.po,15,66,85,26,114,8,23,49,203,ca.po,,ca,,catalan,,,ca,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/zh_tw.po,3,6,3,25,123,21,74,49,203,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/pl.po,42,163,162,7,40,0,0,49,203,pl.po,,pl,,polish,,,pl,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/fi.po,42,163,140,7,40,0,0,49,203,fi.po,,fi,,finnish,,,fi,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/be.po,4,13,12,23,113,22,77,49,203,be.po,,be,,belarusian,,,be,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/pt_br.po,42,163,191,7,40,0,0,49,203,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/af.po,4,13,12,23,113,22,77,49,203,af.po,,af,,afrikaans,,,af,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/eo.po,42,163,154,7,40,0,0,49,203,eo.po,,eo,,esperanto,,,eo,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/fr.po,42,163,195,7,40,0,0,49,203,fr.po,,fr,,french,,,fr,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/ga.po,40,153,161,9,50,0,0,49,203,ga.po,,ga,,irish,,,ga,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/ms.po,4,13,15,23,113,22,77,49,203,ms.po,,ms,,malay,,,ms,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/bg.po,5,19,21,23,110,21,74,49,203,bg.po,,bg,,bulgarian,,,bg,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/eu.po,3,6,5,24,120,22,77,49,203,eu.po,,eu,,basque,,,eu,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/sk.po,2,5,5,23,103,24,95,49,203,sk.po,,sk,,slovak,,,sk,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/nb.po,2,5,5,24,120,23,78,49,203,nb.po,,nb,,norwegian bokmål,,,nb,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/tr.po,4,13,11,24,116,21,74,49,203,tr.po,,tr,,turkish,,,tr,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/sr.po,42,163,165,7,40,0,0,49,203,sr.po,,sr,,serbian,,,sr,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/pt.po,42,163,186,7,40,0,0,49,203,pt.po,,pt,,portuguese,,,pt,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/ko.po,2,5,7,24,120,23,78,49,203,ko.po,,ko,,korean,,,ko,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/hu.po,42,163,160,7,40,0,0,49,203,hu.po,,hu,,hungarian,,,hu,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/es.po,42,163,198,7,40,0,0,49,203,es.po,,es,,spanish,,,es,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/ro.po,14,57,61,23,101,12,45,49,203,ro.po,,ro,,romanian,,,ro,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/sv.po,42,163,158,7,40,0,0,49,203,sv.po,,sv,,swedish,,,sv,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/ja.po,42,163,70,7,40,0,0,49,203,ja.po,,ja,,japanese,,,ja,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/de.po,42,163,166,7,40,0,0,49,203,de.po,,de,,german,,,de,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/gl.po,34,118,152,7,40,8,45,49,203,gl.po,,gl,,galician,,,gl,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/et.po,35,150,127,6,37,8,16,49,203,et.po,,et,,estonian,,,et,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/vi.po,42,163,265,7,40,0,0,49,203,vi.po,,vi,,vietnamese,,,vi,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/rw.po,2,2,2,38,175,9,26,49,203,rw.po,,rw,,kinyarwanda,,,rw,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/sl.po,42,163,164,7,40,0,0,49,203,sl.po,,sl,,slovenian,,,sl,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/el.po,3,6,7,22,102,24,95,49,203,el.po,,el,,greek,,,el,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,gl/po/zh_cn.po,41,160,63,8,43,0,0,49,203,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gl/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/nl.po,185,4827,4619,61,1176,130,2347,376,8350,nl.po,,nl,,dutch,,,nl,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/da.po,278,3985,3576,0,0,98,4365,376,8350,da.po,,da,,danish,,,da,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/ru.po,376,8350,7382,0,0,0,0,376,8350,ru.po,,ru,,russian,,,ru,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/id.po,347,7617,7100,28,697,1,36,376,8350,id.po,,id,,indonesian,,,id,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/pl.po,374,8256,7683,2,94,0,0,376,8350,pl.po,,pl,,polish,,,pl,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/pt_br.po,376,8350,9051,0,0,0,0,376,8350,pt_br.po,,pt,br,portuguese,,brazil,pt_br,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/fr.po,374,8256,9537,2,94,0,0,376,8350,fr.po,,fr,,french,,,fr,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/tr.po,374,8256,6588,2,94,0,0,376,8350,tr.po,,tr,,turkish,,,tr,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/sr.po,374,8256,7473,2,94,0,0,376,8350,sr.po,,sr,,serbian,,,sr,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/es.po,363,7626,8143,6,349,7,375,376,8350,es.po,,es,,spanish,,,es,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/sv.po,376,8350,7667,0,0,0,0,376,8350,sv.po,,sv,,swedish,,,sv,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/ja.po,254,5069,1201,39,881,83,2400,376,8350,ja.po,,ja,,japanese,,,ja,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/de.po,376,8350,7764,0,0,0,0,376,8350,de.po,,de,,german,,,de,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,man/po4a/po/zh_cn.po,376,8350,1940,0,0,0,0,376,8350,zh_cn.po,,zh,cn,chinese,,china,zh_cn,man/po4a/po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/it.po,85,452,540,14,109,101,485,200,1046,it.po,,it,,italian,,,it,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/nl.po,192,965,960,8,81,0,0,200,1046,nl.po,,nl,,dutch,,,nl,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/da.po,200,1046,1026,0,0,0,0,200,1046,da.po,,da,,danish,,,da,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/cs.po,200,1046,1182,0,0,0,0,200,1046,cs.po,,cs,,czech,,,cs,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/ru.po,200,1046,1120,0,0,0,0,200,1046,ru.po,,ru,,russian,,,ru,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/id.po,200,1046,1145,0,0,0,0,200,1046,id.po,,id,,indonesian,,,id,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/ca.po,200,1046,1426,0,0,0,0,200,1046,ca.po,,ca,,catalan,,,ca,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/zh_tw.po,200,1046,483,0,0,0,0,200,1046,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/pl.po,200,1046,1156,0,0,0,0,200,1046,pl.po,,pl,,polish,,,pl,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/fi.po,72,290,250,13,86,115,670,200,1046,fi.po,,fi,,finnish,,,fi,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/pt_br.po,200,1046,1298,0,0,0,0,200,1046,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/eo.po,200,1046,1103,0,0,0,0,200,1046,eo.po,,eo,,esperanto,,,eo,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/fr.po,200,1046,1359,0,0,0,0,200,1046,fr.po,,fr,,french,,,fr,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/tr.po,200,1046,976,0,0,0,0,200,1046,tr.po,,tr,,turkish,,,tr,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/sr.po,200,1046,1180,0,0,0,0,200,1046,sr.po,,sr,,serbian,,,sr,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/es.po,200,1046,1309,0,0,0,0,200,1046,es.po,,es,,spanish,,,es,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/ro.po,80,425,539,19,136,101,485,200,1046,ro.po,,ro,,romanian,,,ro,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/sv.po,200,1046,1023,0,0,0,0,200,1046,sv.po,,sv,,swedish,,,sv,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/ja.po,200,1046,558,0,0,0,0,200,1046,ja.po,,ja,,japanese,,,ja,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/de.po,200,1046,1094,0,0,0,0,200,1046,de.po,,de,,german,,,de,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/vi.po,200,1046,1688,0,0,0,0,200,1046,vi.po,,vi,,vietnamese,,,vi,po -man-db-2.8.4-4.fc30.src.rpm.stats.csv,po/zh_cn.po,200,1046,484,0,0,0,0,200,1046,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -mesa-19.0.2-3.fc30.src.rpm.stats.csv,src/util/xmlpool/sv.po,8,43,38,0,0,47,438,55,481,sv.po,,sv,,swedish,,,sv,src/util/xmlpool -mesa-19.0.2-3.fc30.src.rpm.stats.csv,src/util/xmlpool/fr.po,8,43,61,0,0,47,438,55,481,fr.po,,fr,,french,,,fr,src/util/xmlpool -mesa-19.0.2-3.fc30.src.rpm.stats.csv,src/util/xmlpool/nl.po,8,43,49,0,0,47,438,55,481,nl.po,,nl,,dutch,,,nl,src/util/xmlpool -mesa-19.0.2-3.fc30.src.rpm.stats.csv,src/util/xmlpool/es.po,29,212,278,0,0,26,269,55,481,es.po,,es,,spanish,,,es,src/util/xmlpool -mesa-19.0.2-3.fc30.src.rpm.stats.csv,src/util/xmlpool/de.po,16,122,105,0,0,39,359,55,481,de.po,,de,,german,,,de,src/util/xmlpool -mesa-19.0.2-3.fc30.src.rpm.stats.csv,src/util/xmlpool/ca.po,29,212,276,0,0,26,269,55,481,ca.po,,ca,,catalan,,,ca,src/util/xmlpool -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/nl.po,50,406,415,1,175,0,0,51,581,nl.po,,nl,,dutch,,,nl,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/et.po,44,270,252,0,0,7,311,51,581,et.po,,et,,estonian,,,et,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ms.po,31,165,157,0,0,20,416,51,581,ms.po,,ms,,malay,,,ms,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/cs.po,51,581,568,0,0,0,0,51,581,cs.po,,cs,,czech,,,cs,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/sv.po,50,406,402,1,175,0,0,51,581,sv.po,,sv,,swedish,,,sv,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/tr.po,7,22,20,0,0,44,559,51,581,tr.po,,tr,,turkish,,,tr,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ru.po,50,406,413,1,175,0,0,51,581,ru.po,,ru,,russian,,,ru,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/sr@latin.po,45,367,384,1,175,5,39,51,581,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/pt.po,50,406,486,1,175,0,0,51,581,pt.po,,pt,,portuguese,,,pt,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ta.po,4,156,156,1,175,46,250,51,581,ta.po,,ta,,tamil,,,ta,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ast.po,49,397,464,1,175,1,9,51,581,ast.po,,ast,,asturian,,,ast,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/hu.po,50,406,373,1,175,0,0,51,581,hu.po,,hu,,hungarian,,,hu,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/es.po,50,406,490,1,175,0,0,51,581,es.po,,es,,spanish,,,es,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/fr.po,50,406,519,1,175,0,0,51,581,fr.po,,fr,,french,,,fr,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ar.po,49,397,458,1,175,1,9,51,581,ar.po,,ar,,arabic,,,ar,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ca.po,50,406,534,1,175,0,0,51,581,ca.po,,ca,,catalan,,,ca,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/zh_tw.po,50,406,153,1,175,0,0,51,581,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/pt_br.po,50,406,494,1,175,0,0,51,581,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ko.po,50,406,377,1,175,0,0,51,581,ko.po,,ko,,korean,,,ko,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/da.po,50,406,390,1,175,0,0,51,581,da.po,,da,,danish,,,da,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/el.po,47,286,330,0,0,4,295,51,581,el.po,,el,,greek,,,el,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/bs.po,47,380,399,1,175,3,26,51,581,bs.po,,bs,,bosnian,,,bs,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/fi.po,34,174,150,0,0,17,407,51,581,fi.po,,fi,,finnish,,,fi,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/fa.po,50,406,447,1,175,0,0,51,581,fa.po,,fa,,persian,,,fa,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/zh_cn.po,50,406,194,1,175,0,0,51,581,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/lv.po,50,406,385,1,175,0,0,51,581,lv.po,,lv,,latvian,,,lv,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/gu.po,24,140,147,0,0,27,441,51,581,gu.po,,gu,,gujarati,,,gu,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/de.po,50,406,372,1,175,0,0,51,581,de.po,,de,,german,,,de,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/bg.po,50,406,455,1,175,0,0,51,581,bg.po,,bg,,bulgarian,,,bg,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/sr.po,45,367,384,1,175,5,39,51,581,sr.po,,sr,,serbian,,,sr,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/en_gb.po,49,397,397,1,175,1,9,51,581,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/pl.po,50,406,426,1,175,0,0,51,581,pl.po,,pl,,polish,,,pl,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/as.po,50,406,413,1,175,0,0,51,581,as.po,,as,,assamese,,,as,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/uk.po,50,406,417,1,175,0,0,51,581,uk.po,,uk,,ukrainian,,,uk,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/nds.po,3,10,10,0,0,48,571,51,581,nds.po,,nds,,low german,,,nds,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/ja.po,50,406,202,1,175,0,0,51,581,ja.po,,ja,,japanese,,,ja,po -mlocate-0.26-23.fc30.src.rpm.stats.csv,po/it.po,50,406,451,1,175,0,0,51,581,it.po,,it,,italian,,,it,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/cs.po,17,134,166,0,0,0,0,17,134,cs.po,,cs,,czech,,,cs,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/de.po,13,105,106,2,15,2,14,17,134,de.po,,de,,german,,,de,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,17,134,178,0,0,0,0,17,134,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/sk.po,17,134,132,0,0,0,0,17,134,sk.po,,sk,,slovak,,,sk,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/hu.po,17,134,157,0,0,0,0,17,134,hu.po,,hu,,hungarian,,,hu,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/uk.po,17,134,147,0,0,0,0,17,134,uk.po,,uk,,ukrainian,,,uk,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/tr.po,17,134,137,0,0,0,0,17,134,tr.po,,tr,,turkish,,,tr,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/sv.po,17,134,135,0,0,0,0,17,134,sv.po,,sv,,swedish,,,sv,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/pl.po,17,134,124,0,0,0,0,17,134,pl.po,,pl,,polish,,,pl,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/it.po,17,134,182,0,0,0,0,17,134,it.po,,it,,italian,,,it,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/id.po,17,134,132,0,0,0,0,17,134,id.po,,id,,indonesian,,,id,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/fr.po,17,134,177,0,0,0,0,17,134,fr.po,,fr,,french,,,fr,po -modemmanager-1.10.0-1.fc30.src.rpm.stats.csv,po/fur.po,17,134,204,0,0,0,0,17,134,fur.po,,fur,,friulian,,,fur,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,30,114,113,0,0,67,616,97,730,he.po,,he,,hebrew,,,he,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,34,131,121,0,0,63,599,97,730,nl.po,,nl,,dutch,,,nl,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,30,114,123,0,0,67,616,97,730,fa.po,,fa,,persian,,,fa,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,30,114,109,0,0,67,616,97,730,ug.po,,ug,,uyghur,,,ug,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,30,114,102,0,0,67,616,97,730,ne.po,,ne,,nepali,,,ne,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,30,114,39,0,0,67,616,97,730,ja.po,,ja,,japanese,,,ja,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,94,715,740,0,0,3,15,97,730,bn_in.po,,bn,in,bangla,,india,bn_in,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,30,114,105,0,0,67,616,97,730,eo.po,,eo,,esperanto,,,eo,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,30,114,140,0,0,67,616,97,730,vi.po,,vi,,vietnamese,,,vi,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,30,114,129,0,0,67,616,97,730,ro.po,,ro,,romanian,,,ro,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,30,114,167,0,0,67,616,97,730,ca.po,,ca,,catalan,,,ca,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,94,715,720,0,0,3,15,97,730,or.po,,or,,odia,,,or,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,14,29,26,0,0,83,701,97,730,is.po,,is,,icelandic,,,is,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,30,114,114,0,0,67,616,97,730,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,34,131,121,0,0,63,599,97,730,hu.po,,hu,,hungarian,,,hu,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,30,114,104,0,0,67,616,97,730,lv.po,,lv,,latvian,,,lv,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,30,114,98,0,0,67,616,97,730,de.po,,de,,german,,,de,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,34,131,170,0,0,63,599,97,730,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,97,730,752,0,0,0,0,97,730,bn.po,,bn,,bangla,,,bn,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,30,114,117,0,0,67,616,97,730,bs.po,,bs,,bosnian,,,bs,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,34,131,164,0,0,63,599,97,730,it.po,,it,,italian,,,it,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,30,114,99,0,0,67,616,97,730,nb.po,,nb,,norwegian bokmål,,,nb,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,30,114,161,0,0,67,616,97,730,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,30,114,136,0,0,67,616,97,730,gd.po,,gd,,scottish gaelic,,,gd,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,30,114,111,0,0,67,616,97,730,hr.po,,hr,,croatian,,,hr,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,30,114,155,0,0,67,616,97,730,oc.po,,oc,,occitan,,,oc,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,30,114,38,0,0,67,616,97,730,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,34,131,101,0,0,63,599,97,730,sv.po,,sv,,swedish,,,sv,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,30,114,111,0,0,67,616,97,730,te.po,,te,,telugu,,,te,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,34,131,108,0,0,63,599,97,730,da.po,,da,,danish,,,da,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,23,73,59,1,4,73,653,97,730,fi.po,,fi,,finnish,,,fi,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,30,114,110,0,0,67,616,97,730,sk.po,,sk,,slovak,,,sk,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,83,630,630,14,100,0,0,97,730,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,30,114,115,0,0,67,616,97,730,be.po,,be,,belarusian,,,be,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,12,16,24,0,0,85,714,97,730,mai.po,,mai,,maithili,,,mai,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,30,114,121,0,0,67,616,97,730,sr.po,,sr,,serbian,,,sr,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,30,114,98,0,0,67,616,97,730,et.po,,et,,estonian,,,et,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,30,114,107,0,0,67,616,97,730,ko.po,,ko,,korean,,,ko,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ht.po,30,114,117,0,0,67,616,97,730,ht.po,,ht,,haitian creole,,,ht,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,30,114,151,0,0,67,616,97,730,fur.po,,fur,,friulian,,,fur,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,34,131,132,0,0,63,599,97,730,pl.po,,pl,,polish,,,pl,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,30,114,36,0,0,67,616,97,730,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,30,114,116,0,0,67,616,97,730,kk.po,,kk,,kazakh,,,kk,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,30,114,118,0,0,67,616,97,730,tg.po,,tg,,tajik,,,tg,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,34,131,194,0,0,63,599,97,730,es.po,,es,,spanish,,,es,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,30,114,117,0,0,67,616,97,730,uk.po,,uk,,ukrainian,,,uk,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,30,114,109,0,0,67,616,97,730,ru.po,,ru,,russian,,,ru,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,30,114,102,0,0,67,616,97,730,ar.po,,ar,,arabic,,,ar,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,30,114,153,0,0,67,616,97,730,bg.po,,bg,,bulgarian,,,bg,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,30,114,38,0,0,67,616,97,730,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,34,131,124,0,0,63,599,97,730,tr.po,,tr,,turkish,,,tr,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,30,114,108,0,0,67,616,97,730,eu.po,,eu,,basque,,,eu,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,30,114,113,0,0,67,616,97,730,as.po,,as,,assamese,,,as,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,94,715,569,0,0,3,15,97,730,kn.po,,kn,,kannada,,,kn,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/lo.po,30,114,48,0,0,67,616,97,730,lo.po,,lo,,lao,,,lo,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,30,114,125,0,0,67,616,97,730,el.po,,el,,greek,,,el,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,30,114,114,0,0,67,616,97,730,pa.po,,pa,,punjabi,,,pa,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,30,114,125,0,0,67,616,97,730,hi.po,,hi,,hindi,,,hi,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,30,114,97,0,0,67,616,97,730,lt.po,,lt,,lithuanian,,,lt,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,30,114,101,0,0,67,616,97,730,gu.po,,gu,,gujarati,,,gu,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,30,114,38,0,0,67,616,97,730,th.po,,th,,thai,,,th,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,30,114,167,0,0,67,616,97,730,an.po,,an,,aragonese,,,an,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,76,294,291,0,0,21,436,97,730,nn.po,,nn,,norwegian nynorsk,,,nn,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,94,715,631,0,0,3,15,97,730,mr.po,,mr,,marathi,,,mr,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,34,131,124,0,0,63,599,97,730,id.po,,id,,indonesian,,,id,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,30,114,150,0,0,67,616,97,730,fr.po,,fr,,french,,,fr,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,30,114,92,0,0,67,616,97,730,ml.po,,ml,,malayalam,,,ml,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,30,114,110,0,0,67,616,97,730,sl.po,,sl,,slovenian,,,sl,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,30,114,171,0,0,67,616,97,730,gl.po,,gl,,galician,,,gl,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,97,730,863,0,0,0,0,97,730,ast.po,,ast,,asturian,,,ast,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,30,114,112,0,0,67,616,97,730,ta.po,,ta,,tamil,,,ta,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,34,131,131,0,0,63,599,97,730,cs.po,,cs,,czech,,,cs,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,76,294,380,0,0,21,436,97,730,mk.po,,mk,,macedonian,,,mk,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,94,426,497,0,0,3,304,97,730,sq.po,,sq,,albanian,,,sq,po -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,30,114,121,0,0,67,616,97,730,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/zu.po,1171,6674,4763,36,174,242,2043,1449,8891,zu.po,,zu,,zulu,,,zu,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,1077,5524,1480,0,0,372,3367,1449,8891,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,1050,6243,1428,0,0,399,2648,1449,8891,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,1082,5566,1537,0,0,367,3325,1449,8891,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/yo.po,295,1434,1797,513,2994,641,4463,1449,8891,yo.po,,yo,,yoruba,,,yo,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/yi.po,29,31,31,32,59,1388,8801,1449,8891,yi.po,,yi,,yiddish,,,yi,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,1227,6945,5811,18,111,204,1835,1449,8891,xh.po,,xh,,xhosa,,,xh,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,505,1435,1779,182,813,762,6643,1449,8891,wa.po,,wa,,walloon,,,wa,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,1123,5606,7068,0,0,326,3285,1449,8891,vi.po,,vi,,vietnamese,,,vi,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,1015,4687,3905,0,0,434,4204,1449,8891,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/uz.po,1015,4687,3905,0,0,434,4204,1449,8891,uz.po,,uz,,uzbek,,,uz,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,1114,5948,5502,0,0,335,2943,1449,8891,uk.po,,uk,,ukrainian,,,uk,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,1076,6381,4988,0,0,373,2510,1449,8891,ug.po,,ug,,uyghur,,,ug,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,1123,5606,4450,0,0,326,3285,1449,8891,tr.po,,tr,,turkish,,,tr,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/tk.po,994,5001,4101,81,321,374,3569,1449,8891,tk.po,,tk,,turkmen,,,tk,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,1095,5862,1986,0,0,354,3029,1449,8891,th.po,,th,,thai,,,th,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,976,4685,4949,77,1667,396,2539,1449,8891,tg.po,,tg,,tajik,,,tg,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,1029,6107,4975,1,7,419,2777,1449,8891,te.po,,te,,telugu,,,te,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,1030,6114,5024,0,0,419,2777,1449,8891,ta.po,,ta,,tamil,,,ta,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,1123,5606,5548,0,0,326,3285,1449,8891,sv.po,,sv,,swedish,,,sv,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,1087,5622,6307,0,0,362,3269,1449,8891,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@ije.po,1094,6241,5750,97,524,258,2126,1449,8891,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,1123,5606,6317,0,0,326,3285,1449,8891,sr.po,,sr,,serbian,,,sr,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,1320,8379,9223,0,0,129,512,1449,8891,sq.po,,sq,,albanian,,,sq,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,1123,5606,6276,0,0,326,3285,1449,8891,sl.po,,sl,,slovenian,,,sl,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,1087,5620,5769,0,0,362,3271,1449,8891,sk.po,,sk,,slovak,,,sk,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,298,887,976,347,1835,804,6169,1449,8891,si.po,,si,,sinhala,,,si,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,100,107,117,849,6436,500,2348,1449,8891,rw.po,,rw,,kinyarwanda,,,rw,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,1123,5606,5574,0,0,326,3285,1449,8891,ru.po,,ru,,russian,,,ru,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,1123,5606,6518,0,0,326,3285,1449,8891,ro.po,,ro,,romanian,,,ro,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,1123,5606,6242,0,0,326,3285,1449,8891,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,1002,5439,5737,66,282,381,3170,1449,8891,pt.po,,pt,,portuguese,,,pt,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,512,1166,1250,1,4,936,7721,1449,8891,ps.po,,ps,,pashto,,,ps,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,1123,5606,5651,0,0,326,3285,1449,8891,pl.po,,pl,,polish,,,pl,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,1087,5622,6386,0,0,362,3269,1449,8891,pa.po,,pa,,punjabi,,,pa,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,1030,6114,6397,0,0,419,2777,1449,8891,or.po,,or,,odia,,,or,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,1087,5622,6463,0,0,362,3269,1449,8891,oc.po,,oc,,occitan,,,oc,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/nso.po,704,3641,4773,412,2671,333,2579,1449,8891,nso.po,,nso,,northern sotho,,,nso,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,1097,6708,6383,10,71,342,2112,1449,8891,nn.po,,nn,,norwegian nynorsk,,,nn,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,1123,5606,5909,0,0,326,3285,1449,8891,nl.po,,nl,,dutch,,,nl,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,712,2397,2361,342,2525,395,3969,1449,8891,ne.po,,ne,,nepali,,,ne,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/nds.po,813,2511,2359,0,0,636,6380,1449,8891,nds.po,,nds,,low german,,,nds,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,1096,5161,5086,20,674,333,3056,1449,8891,nb.po,,nb,,norwegian bokmål,,,nb,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/my.po,288,797,572,0,0,1161,8094,1449,8891,my.po,,my,,burmese,,,my,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,844,4023,3681,244,1920,361,2948,1449,8891,ms.po,,ms,,malay,,,ms,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,1030,6114,5696,0,0,419,2777,1449,8891,mr.po,,mr,,marathi,,,mr,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,1174,6597,5791,75,465,200,1829,1449,8891,mn.po,,mn,,mongolian,,,mn,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,784,3484,2868,236,1891,429,3516,1449,8891,ml.po,,ml,,malayalam,,,ml,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,1121,7079,7322,0,0,328,1812,1449,8891,mk.po,,mk,,macedonian,,,mk,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/mi.po,167,244,285,78,170,1204,8477,1449,8891,mi.po,,mi,,maori,,,mi,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,1048,6089,6546,96,733,305,2069,1449,8891,mg.po,,mg,,malagasy,,,mg,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,951,5078,5462,0,0,498,3813,1449,8891,mai.po,,mai,,maithili,,,mai,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,1123,5606,5259,0,0,326,3285,1449,8891,lv.po,,lv,,latvian,,,lv,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,1123,5606,5087,0,0,326,3285,1449,8891,lt.po,,lt,,lithuanian,,,lt,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ln.po,996,5489,5850,0,0,453,3402,1449,8891,ln.po,,ln,,lingala,,,ln,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/li.po,743,3450,3347,398,2903,308,2538,1449,8891,li.po,,li,,limburgish,,,li,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ky.po,391,999,879,74,407,984,7485,1449,8891,ky.po,,ky,,kyrgyz,,,ky,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,658,2464,2638,232,1737,559,4690,1449,8891,ku.po,,ku,,kurdish,,,ku,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,1123,5606,4326,0,0,326,3285,1449,8891,ko.po,,ko,,korean,,,ko,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,1030,6114,5253,0,0,419,2777,1449,8891,kn.po,,kn,,kannada,,,kn,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,11,42,14,89,398,1349,8451,1449,8891,km.po,,km,,khmer,,,km,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,1123,5606,4680,0,0,326,3285,1449,8891,kk.po,,kk,,kazakh,,,kk,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,1226,6415,4739,8,35,215,2441,1449,8891,ka.po,,ka,,georgian,,,ka,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,1077,5536,1499,19,32,353,3323,1449,8891,ja.po,,ja,,japanese,,,ja,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,1123,5606,5938,0,0,326,3285,1449,8891,it.po,,it,,italian,,,it,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,1077,5524,5612,0,0,372,3367,1449,8891,is.po,,is,,icelandic,,,is,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/io.po,451,1283,1212,14,44,984,7564,1449,8891,io.po,,io,,ido,,,io,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ig.po,723,3745,3973,386,2655,340,2491,1449,8891,ig.po,,ig,,igbo,,,ig,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,1123,5606,5494,0,0,326,3285,1449,8891,id.po,,id,,indonesian,,,id,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/hy.po,1140,6554,5928,28,262,281,2075,1449,8891,hy.po,,hy,,armenian,,,hy,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,1123,5606,5020,0,0,326,3285,1449,8891,hu.po,,hu,,hungarian,,,hu,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,1077,5524,5457,0,0,372,3367,1449,8891,hr.po,,hr,,croatian,,,hr,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,1030,6114,7276,0,0,419,2777,1449,8891,hi.po,,hi,,hindi,,,hi,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,1108,5893,5862,0,0,341,2998,1449,8891,he.po,,he,,hebrew,,,he,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ha.po,723,3745,4634,386,2655,340,2491,1449,8891,ha.po,,ha,,hausa,,,ha,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/gv.po,1269,7500,9107,138,863,42,528,1449,8891,gv.po,,gv,,manx,,,gv,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,1030,6114,6546,0,0,419,2777,1449,8891,gu.po,,gu,,gujarati,,,gu,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,1123,5606,6168,0,0,326,3285,1449,8891,gl.po,,gl,,galician,,,gl,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,1087,5620,8440,0,0,362,3271,1449,8891,gd.po,,gd,,scottish gaelic,,,gd,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,416,1130,1618,168,785,865,6976,1449,8891,ga.po,,ga,,irish,,,ga,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/fy.po,484,946,932,0,0,965,7945,1449,8891,fy.po,,fy,,western frisian,,,fy,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,1123,5606,6504,0,0,326,3285,1449,8891,fur.po,,fur,,friulian,,,fur,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,1123,5606,6496,0,0,326,3285,1449,8891,fr.po,,fr,,french,,,fr,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,1090,4753,3992,22,694,337,3444,1449,8891,fi.po,,fi,,finnish,,,fi,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,1114,5984,6560,0,0,335,2907,1449,8891,fa.po,,fa,,persian,,,fa,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,1123,5606,4837,0,0,326,3285,1449,8891,eu.po,,eu,,basque,,,eu,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,1049,6236,4871,1,7,399,2648,1449,8891,et.po,,et,,estonian,,,et,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,1123,5606,6297,0,0,326,3285,1449,8891,es.po,,es,,spanish,,,es,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,1123,5606,5377,0,0,326,3285,1449,8891,eo.po,,eo,,esperanto,,,eo,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,1077,5524,5604,0,0,372,3367,1449,8891,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,1192,7325,7330,0,0,257,1566,1449,8891,en_ca.po,,en,ca,english,,canada,en_ca,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,1333,7548,7548,105,1292,11,51,1449,8891,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,1123,5606,5791,0,0,326,3285,1449,8891,el.po,,el,,greek,,,el,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,1172,7054,3098,3,10,274,1827,1449,8891,dz.po,,dz,,dzongkha,,,dz,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,1123,5606,5721,0,0,326,3285,1449,8891,de.po,,de,,german,,,de,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,1123,5606,5403,0,0,326,3285,1449,8891,da.po,,da,,danish,,,da,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,1162,7004,7511,1,1,286,1886,1449,8891,cy.po,,cy,,welsh,,,cy,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,1123,5606,5709,0,0,326,3285,1449,8891,cs.po,,cs,,czech,,,cs,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,1032,6170,4852,2,16,415,2705,1449,8891,crh.po,,crh,,crimean turkish,,,crh,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,1114,5984,7063,0,0,335,2907,1449,8891,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,1123,5606,6627,0,0,326,3285,1449,8891,ca.po,,ca,,catalan,,,ca,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,869,5118,5012,0,0,580,3773,1449,8891,bs.po,,bs,,bosnian,,,bs,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,1417,8788,10044,1,13,31,90,1449,8891,br.po,,br,,breton,,,br,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/bo.po,1031,6259,2219,115,823,303,1809,1449,8891,bo.po,,bo,,tibetan,,,bo,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,1030,6114,6520,0,0,419,2777,1449,8891,bn_in.po,,bn,in,bangla,,india,bn_in,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,1121,7063,7293,7,66,321,1762,1449,8891,bn.po,,bn,,bangla,,,bn,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,864,5223,5540,0,0,585,3668,1449,8891,bg.po,,bg,,bulgarian,,,bg,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,1287,7522,6673,8,104,154,1265,1449,8891,be@latin.po,latin,be,,belarusian,,,be@latin,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,1123,5606,5651,0,0,326,3285,1449,8891,be.po,,be,,belarusian,,,be,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,1214,6881,5493,40,193,195,1817,1449,8891,az.po,,az,,azerbaijani,,,az,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,1121,7079,7278,0,0,328,1812,1449,8891,ast.po,,ast,,asturian,,,ast,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,1030,6114,6295,0,0,419,2777,1449,8891,as.po,,as,,assamese,,,as,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,1029,4536,5586,21,595,399,3760,1449,8891,ar.po,,ar,,arabic,,,ar,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,783,3679,3986,0,0,666,5212,1449,8891,an.po,,an,,aragonese,,,an,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,381,909,971,190,657,878,7325,1449,8891,am.po,,am,,amharic,,,am,po -nautilus-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,1050,4908,5323,0,0,399,3983,1449,8891,af.po,,af,,afrikaans,,,af,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/en_ca.po,39,173,171,0,0,28,143,67,316,en_ca.po,,en,ca,english,,canada,en_ca,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/pt_br.po,10,56,69,0,0,57,260,67,316,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ja.po,8,45,16,0,0,59,271,67,316,ja.po,,ja,,japanese,,,ja,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/af.po,6,31,37,0,0,61,285,67,316,af.po,,af,,afrikaans,,,af,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/da.po,10,56,52,0,0,57,260,67,316,da.po,,da,,danish,,,da,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/nl.po,8,45,41,0,0,59,271,67,316,nl.po,,nl,,dutch,,,nl,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/mk.po,62,299,293,0,0,5,17,67,316,mk.po,,mk,,macedonian,,,mk,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/he.po,8,45,45,0,0,59,271,67,316,he.po,,he,,hebrew,,,he,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/rw.po,2,1,1,12,42,53,273,67,316,rw.po,,rw,,kinyarwanda,,,rw,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/sq.po,20,55,58,0,0,47,261,67,316,sq.po,,sq,,albanian,,,sq,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/tr.po,10,56,48,0,0,57,260,67,316,tr.po,,tr,,turkish,,,tr,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/mr.po,8,45,47,0,0,59,271,67,316,mr.po,,mr,,marathi,,,mr,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/zh_cn.po,10,56,15,0,0,57,260,67,316,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/de.po,10,56,53,0,0,57,260,67,316,de.po,,de,,german,,,de,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/be.po,10,56,58,0,0,57,260,67,316,be.po,,be,,belarusian,,,be,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/it.po,10,56,67,0,0,57,260,67,316,it.po,,it,,italian,,,it,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/bn_in.po,8,45,46,0,0,59,271,67,316,bn_in.po,,bn,in,bangla,,india,bn_in,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/te.po,8,45,38,0,0,59,271,67,316,te.po,,te,,telugu,,,te,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/vi.po,10,56,90,0,0,57,260,67,316,vi.po,,vi,,vietnamese,,,vi,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/cs.po,10,56,59,0,0,57,260,67,316,cs.po,,cs,,czech,,,cs,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ka.po,28,84,68,0,0,39,232,67,316,ka.po,,ka,,georgian,,,ka,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/br.po,33,98,112,0,0,34,218,67,316,br.po,,br,,breton,,,br,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ast.po,65,310,334,0,0,2,6,67,316,ast.po,,ast,,asturian,,,ast,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/kk.po,10,56,50,0,0,57,260,67,316,kk.po,,kk,,kazakh,,,kk,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/eo.po,10,56,49,0,0,57,260,67,316,eo.po,,eo,,esperanto,,,eo,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/hr.po,10,56,60,0,0,57,260,67,316,hr.po,,hr,,croatian,,,hr,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/bg.po,8,45,59,0,0,59,271,67,316,bg.po,,bg,,bulgarian,,,bg,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/bn.po,65,310,304,0,0,2,6,67,316,bn.po,,bn,,bangla,,,bn,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/kg.po,11,39,34,2,6,54,271,67,316,kg.po,,kg,,kongo,,,kg,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ms.po,50,217,189,0,0,17,99,67,316,ms.po,,ms,,malay,,,ms,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/hi.po,8,45,62,0,0,59,271,67,316,hi.po,,hi,,hindi,,,hi,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/nds.po,43,152,156,0,0,24,164,67,316,nds.po,,nds,,low german,,,nds,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/oc.po,10,56,77,0,0,57,260,67,316,oc.po,,oc,,occitan,,,oc,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/sr.po,10,56,59,0,0,57,260,67,316,sr.po,,sr,,serbian,,,sr,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/pt.po,10,56,67,0,0,57,260,67,316,pt.po,,pt,,portuguese,,,pt,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/bs.po,8,45,47,0,0,59,271,67,316,bs.po,,bs,,bosnian,,,bs,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ko.po,10,56,47,0,0,57,260,67,316,ko.po,,ko,,korean,,,ko,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ro.po,8,45,54,0,0,59,271,67,316,ro.po,,ro,,romanian,,,ro,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/is.po,10,56,51,0,0,57,260,67,316,is.po,,is,,icelandic,,,is,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/pl.po,10,56,61,0,0,57,260,67,316,pl.po,,pl,,polish,,,pl,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ne.po,8,45,42,0,0,59,271,67,316,ne.po,,ne,,nepali,,,ne,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/km.po,59,274,130,0,0,8,42,67,316,km.po,,km,,khmer,,,km,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/th.po,8,45,17,0,0,59,271,67,316,th.po,,th,,thai,,,th,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ga.po,8,45,56,0,0,59,271,67,316,ga.po,,ga,,irish,,,ga,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/be@latin.po,60,289,251,0,0,7,27,67,316,be@latin.po,latin,be,,belarusian,,,be@latin,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ta.po,8,45,40,0,0,59,271,67,316,ta.po,,ta,,tamil,,,ta,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/zh_tw.po,10,56,18,0,0,57,260,67,316,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/lv.po,10,56,50,0,0,57,260,67,316,lv.po,,lv,,latvian,,,lv,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/sk.po,10,56,63,0,0,57,260,67,316,sk.po,,sk,,slovak,,,sk,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/or.po,8,45,46,0,0,59,271,67,316,or.po,,or,,odia,,,or,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/eu.po,10,56,55,0,0,57,260,67,316,eu.po,,eu,,basque,,,eu,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ar.po,6,31,33,0,0,61,285,67,316,ar.po,,ar,,arabic,,,ar,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/tg.po,8,45,52,0,0,59,271,67,316,tg.po,,tg,,tajik,,,tg,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/fur.po,10,56,70,0,0,57,260,67,316,fur.po,,fur,,friulian,,,fur,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/lt.po,10,56,49,0,0,57,260,67,316,lt.po,,lt,,lithuanian,,,lt,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/fi.po,8,42,29,0,0,59,274,67,316,fi.po,,fi,,finnish,,,fi,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ca.po,10,56,80,0,0,57,260,67,316,ca.po,,ca,,catalan,,,ca,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/en_gb.po,8,45,45,0,0,59,271,67,316,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/fa.po,8,45,59,0,0,59,271,67,316,fa.po,,fa,,persian,,,fa,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ca@valencia.po,8,45,66,0,0,59,271,67,316,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/id.po,10,56,58,0,0,57,260,67,316,id.po,,id,,indonesian,,,id,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/kn.po,8,45,38,0,0,59,271,67,316,kn.po,,kn,,kannada,,,kn,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/en@shaw.po,64,308,305,0,0,3,8,67,316,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ml.po,8,45,33,0,0,59,271,67,316,ml.po,,ml,,malayalam,,,ml,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/sr@latin.po,10,56,59,0,0,57,260,67,316,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/gd.po,10,56,75,0,0,57,260,67,316,gd.po,,gd,,scottish gaelic,,,gd,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/el.po,10,56,61,0,0,57,260,67,316,el.po,,el,,greek,,,el,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/zh_hk.po,8,45,12,0,0,59,271,67,316,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/sv.po,10,56,46,0,0,57,260,67,316,sv.po,,sv,,swedish,,,sv,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/uk.po,8,45,48,0,0,59,271,67,316,uk.po,,uk,,ukrainian,,,uk,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/et.po,8,45,37,0,0,59,271,67,316,et.po,,et,,estonian,,,et,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/nb.po,10,56,45,0,0,57,260,67,316,nb.po,,nb,,norwegian bokmål,,,nb,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/an.po,8,45,62,0,0,59,271,67,316,an.po,,an,,aragonese,,,an,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/gu.po,8,45,50,0,0,59,271,67,316,gu.po,,gu,,gujarati,,,gu,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ln.po,8,45,56,0,0,59,271,67,316,ln.po,,ln,,lingala,,,ln,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/es.po,10,56,76,0,0,57,260,67,316,es.po,,es,,spanish,,,es,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/pa.po,8,45,54,0,0,59,271,67,316,pa.po,,pa,,punjabi,,,pa,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/as.po,8,45,49,0,0,59,271,67,316,as.po,,as,,assamese,,,as,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/gl.po,10,56,77,0,0,57,260,67,316,gl.po,,gl,,galician,,,gl,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ug.po,7,38,32,0,0,60,278,67,316,ug.po,,ug,,uyghur,,,ug,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/nn.po,64,308,275,0,0,3,8,67,316,nn.po,,nn,,norwegian nynorsk,,,nn,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/fr.po,10,56,73,0,0,57,260,67,316,fr.po,,fr,,french,,,fr,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/hu.po,10,56,47,0,0,57,260,67,316,hu.po,,hu,,hungarian,,,hu,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/sl.po,10,56,64,0,0,57,260,67,316,sl.po,,sl,,slovenian,,,sl,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/dz.po,39,173,56,0,0,28,143,67,316,dz.po,,dz,,dzongkha,,,dz,po -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv,po/ru.po,10,56,61,0,0,57,260,67,316,ru.po,,ru,,russian,,,ru,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/tr.po,14,76,57,47,255,75,363,136,694,tr.po,,tr,,turkish,,,tr,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/cs.po,14,76,70,51,274,71,344,136,694,cs.po,,cs,,czech,,,cs,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/ru.po,0,0,0,32,172,104,522,136,694,ru.po,,ru,,russian,,,ru,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/fr.po,0,0,0,44,249,92,445,136,694,fr.po,,fr,,french,,,fr,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/de.po,14,76,82,51,274,71,344,136,694,de.po,,de,,german,,,de,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/ja.po,6,32,11,46,251,84,411,136,694,ja.po,,ja,,japanese,,,ja,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/pl.po,131,662,676,2,14,3,18,136,694,pl.po,,pl,,polish,,,pl,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/nn.po,14,76,72,61,317,61,301,136,694,nn.po,,nn,,norwegian nynorsk,,,nn,po -neon-0.30.2-10.fc30.src.rpm.stats.csv,po/zh_cn.po,92,476,159,20,105,24,113,136,694,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv,po/pt_br.po,500,2225,2477,0,0,108,703,608,2928,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv,po/fr.po,433,1859,2044,19,88,156,981,608,2928,fr.po,,fr,,french,,,fr,po -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv,po/et_ee.po,532,2439,2388,0,0,76,489,608,2928,et_ee.po,,et,ee,estonian,,estonia,et_ee,po -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv,po/de.po,486,2168,2038,8,31,114,729,608,2928,de.po,,de,,german,,,de,po -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv,po/cs.po,608,2928,3121,0,0,0,0,608,2928,cs.po,,cs,,czech,,,cs,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,1558,20550,4247,463,2974,56,601,2077,24125,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,33,177,70,331,1380,1713,22568,2077,24125,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,1985,21016,7189,38,2613,54,496,2077,24125,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,133,457,1944,23668,2077,24125,wa.po,,wa,,walloon,,,wa,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/vi.po,23,158,198,60,347,1994,23620,2077,24125,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/uk.po,2036,23790,23429,0,0,41,335,2077,24125,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/tr.po,1050,7118,6374,355,2087,672,14920,2077,24125,tr.po,,tr,,turkish,,,tr,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/th.po,8,13,11,284,1092,1785,23020,2077,24125,th.po,,th,,thai,,,th,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/te.po,807,4990,4360,473,3164,797,15971,2077,24125,te.po,,te,,telugu,,,te,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ta.po,981,6525,5706,395,2395,701,15205,2077,24125,ta.po,,ta,,tamil,,,ta,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/sv.po,1867,19460,17115,106,2314,104,2351,2077,24125,sv.po,,sv,,swedish,,,sv,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,135,644,671,598,3017,1344,20464,2077,24125,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/sr.po,135,644,671,598,3017,1344,20464,2077,24125,sr.po,,sr,,serbian,,,sr,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,74,258,2003,23867,2077,24125,sq.po,,sq,,albanian,,,sq,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/sl.po,258,1278,1302,459,2186,1360,20661,2077,24125,sl.po,,sl,,slovenian,,,sl,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/sk.po,123,584,611,272,1078,1682,22463,2077,24125,sk.po,,sk,,slovak,,,sk,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,204,792,1873,23333,2077,24125,rw.po,,rw,,kinyarwanda,,,rw,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ru.po,1886,22856,20510,137,682,54,587,2077,24125,ru.po,,ru,,russian,,,ru,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,2043,23862,26303,0,0,34,263,2077,24125,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/pt.po,2,2,2,192,711,1883,23412,2077,24125,pt.po,,pt,,portuguese,,,pt,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/pl.po,1736,12360,12178,0,0,341,11765,2077,24125,pl.po,,pl,,polish,,,pl,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/pa.po,705,4064,4663,524,3297,848,16764,2077,24125,pa.po,,pa,,punjabi,,,pa,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/or.po,703,4054,4194,526,3307,848,16764,2077,24125,or.po,,or,,odia,,,or,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/oc.po,142,474,570,300,1328,1635,22323,2077,24125,oc.po,,oc,,occitan,,,oc,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/nl.po,16,106,100,28,155,2033,23864,2077,24125,nl.po,,nl,,dutch,,,nl,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ne.po,2,2,4,132,495,1943,23628,2077,24125,ne.po,,ne,,nepali,,,ne,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/nb.po,10,53,51,33,196,2034,23876,2077,24125,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/mr.po,807,4990,4787,474,3170,796,15965,2077,24125,mr.po,,mr,,marathi,,,mr,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ml.po,703,4054,3407,526,3307,848,16764,2077,24125,ml.po,,ml,,malayalam,,,ml,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,3,27,2074,24098,2077,24125,mk.po,,mk,,macedonian,,,mk,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/lv.po,5,10,10,276,1089,1796,23026,2077,24125,lv.po,,lv,,latvian,,,lv,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/lt.po,560,2847,2495,502,3030,1015,18248,2077,24125,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ku.po,1,2,2,256,1014,1820,23109,2077,24125,ku.po,,ku,,kurdish,,,ku,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ko.po,1860,22794,18435,162,735,55,596,2077,24125,ko.po,,ko,,korean,,,ko,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/kn.po,807,4990,4493,473,3164,797,15971,2077,24125,kn.po,,kn,,kannada,,,kn,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ka.po,8,13,13,284,1092,1785,23020,2077,24125,ka.po,,ka,,georgian,,,ka,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ja.po,1998,21403,8178,25,2226,54,496,2077,24125,ja.po,,ja,,japanese,,,ja,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/it.po,1776,21675,23174,246,1854,55,596,2077,24125,it.po,,it,,italian,,,it,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/id.po,1903,19866,18755,86,2406,88,1853,2077,24125,id.po,,id,,indonesian,,,id,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/hu.po,333,1689,1657,580,3132,1164,19304,2077,24125,hu.po,,hu,,hungarian,,,hu,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/hr.po,95,352,322,487,2422,1495,21351,2077,24125,hr.po,,hr,,croatian,,,hr,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/hi.po,807,4990,5566,534,4163,736,14972,2077,24125,hi.po,,hi,,hindi,,,hi,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/he.po,0,0,0,3,27,2074,24098,2077,24125,he.po,,he,,hebrew,,,he,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/gu.po,714,4112,4394,576,4351,787,15662,2077,24125,gu.po,,gu,,gujarati,,,gu,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/gl.po,478,1982,2468,447,2164,1152,19979,2077,24125,gl.po,,gl,,galician,,,gl,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/gd.po,139,1088,1401,352,1997,1586,21040,2077,24125,gd.po,,gd,,scottish gaelic,,,gd,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/fr.po,2008,23164,26154,14,365,55,596,2077,24125,fr.po,,fr,,french,,,fr,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/fi.po,97,475,412,393,1835,1587,21815,2077,24125,fi.po,,fi,,finnish,,,fi,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/eu.po,105,462,501,402,1879,1570,21784,2077,24125,eu.po,,eu,,basque,,,eu,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/et.po,27,177,136,62,347,1988,23601,2077,24125,et.po,,et,,estonian,,,et,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/es.po,1834,22640,25954,188,889,55,596,2077,24125,es.po,,es,,spanish,,,es,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/eo.po,209,981,894,417,1987,1451,21157,2077,24125,eo.po,,eo,,esperanto,,,eo,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,252,1242,1241,554,2768,1271,20115,2077,24125,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,3,5,5,380,1612,1694,22508,2077,24125,en_ca.po,,en,ca,english,,canada,en_ca,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/el.po,766,4820,5267,554,4190,757,15115,2077,24125,el.po,,el,,greek,,,el,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/dz.po,2,2,2,197,733,1878,23390,2077,24125,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/de.po,1967,22332,21773,56,1206,54,587,2077,24125,de.po,,de,,german,,,de,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/da.po,450,3777,3526,422,2112,1205,18236,2077,24125,da.po,,da,,danish,,,da,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/cs.po,410,1288,1243,405,2241,1262,20596,2077,24125,cs.po,,cs,,czech,,,cs,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ca.po,1207,8416,10277,320,2290,550,13419,2077,24125,ca.po,,ca,,catalan,,,ca,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,78,278,1999,23847,2077,24125,bs.po,,bs,,bosnian,,,bs,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,810,5011,5139,531,4142,736,14972,2077,24125,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/bg.po,141,670,842,500,2500,1436,20955,2077,24125,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,0,0,0,5,29,2072,24096,2077,24125,be@latin.po,latin,be,,belarusian,,,be@latin,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/as.po,817,5059,5128,525,4100,735,14966,2077,24125,as.po,,as,,assamese,,,as,po -networkmanager-1.16.0-1.fc30.src.rpm.stats.csv,po/ar.po,2,2,2,145,545,1930,23578,2077,24125,ar.po,,ar,,arabic,,,ar,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/sk.po,804,3225,3289,86,594,101,1025,991,4844,sk.po,,sk,,slovak,,,sk,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/bs.po,542,1996,2016,184,1154,265,1694,991,4844,bs.po,,bs,,bosnian,,,bs,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/bn_in.po,331,1081,1272,305,1617,355,2146,991,4844,bn_in.po,,bn,in,bangla,,india,bn_in,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/be@latin.po,137,382,387,325,1337,529,3125,991,4844,be@latin.po,latin,be,,belarusian,,,be@latin,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/fr.po,991,4844,5727,0,0,0,0,991,4844,fr.po,,fr,,french,,,fr,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/oc.po,580,2082,2514,152,1003,259,1759,991,4844,oc.po,,oc,,occitan,,,oc,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/km.po,538,1965,952,186,1178,267,1701,991,4844,km.po,,km,,khmer,,,km,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/de.po,981,4790,4490,0,0,10,54,991,4844,de.po,,de,,german,,,de,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/eo.po,510,1739,1680,134,1037,347,2068,991,4844,eo.po,,eo,,esperanto,,,eo,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/hu.po,910,4330,3988,5,27,76,487,991,4844,hu.po,,hu,,hungarian,,,hu,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/mk.po,333,1102,1308,275,1593,383,2149,991,4844,mk.po,,mk,,macedonian,,,mk,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/da.po,986,4828,4319,0,0,5,16,991,4844,da.po,,da,,danish,,,da,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/he.po,497,1803,1831,194,1174,300,1867,991,4844,he.po,,he,,hebrew,,,he,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/zh_tw.po,540,1974,921,181,1164,270,1706,991,4844,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/es.po,960,4487,5426,0,0,31,357,991,4844,es.po,,es,,spanish,,,es,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ne.po,32,70,76,227,849,732,3925,991,4844,ne.po,,ne,,nepali,,,ne,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/zh_cn.po,600,2264,1027,171,1147,220,1433,991,4844,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/as.po,540,1975,2165,190,1184,261,1685,991,4844,as.po,,as,,assamese,,,as,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/et.po,488,1783,1506,195,1177,308,1884,991,4844,et.po,,et,,estonian,,,et,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/fi.po,568,1914,1485,172,1163,251,1767,991,4844,fi.po,,fi,,finnish,,,fi,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/sr@latin.po,972,4730,4709,0,0,19,114,991,4844,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/th.po,377,1305,660,244,1464,370,2075,991,4844,th.po,,th,,thai,,,th,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/crh.po,444,1593,1526,197,1189,350,2062,991,4844,crh.po,,crh,,crimean turkish,,,crh,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/vi.po,541,1981,2558,186,1174,264,1689,991,4844,vi.po,,vi,,vietnamese,,,vi,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ml.po,491,1792,1568,193,1172,307,1880,991,4844,ml.po,,ml,,malayalam,,,ml,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ro.po,525,2292,2593,96,474,370,2078,991,4844,ro.po,,ro,,romanian,,,ro,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ast.po,326,1087,1286,277,1587,388,2170,991,4844,ast.po,,ast,,asturian,,,ast,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ca.po,978,4803,6020,0,0,13,41,991,4844,ca.po,,ca,,catalan,,,ca,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ar.po,278,892,916,269,1392,444,2560,991,4844,ar.po,,ar,,arabic,,,ar,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ms.po,333,1102,1085,273,1586,385,2156,991,4844,ms.po,,ms,,malay,,,ms,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,539,1974,2582,186,1175,266,1695,991,4844,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ku.po,135,272,293,191,745,665,3827,991,4844,ku.po,,ku,,kurdish,,,ku,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ug.po,479,1711,1640,200,1194,312,1939,991,4844,ug.po,,ug,,uyghur,,,ug,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/nl.po,972,4730,4644,0,0,19,114,991,4844,nl.po,,nl,,dutch,,,nl,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/eu.po,541,1981,1860,187,1174,263,1689,991,4844,eu.po,,eu,,basque,,,eu,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/hi.po,486,1760,2125,198,1188,307,1896,991,4844,hi.po,,hi,,hindi,,,hi,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/nn.po,366,1210,1160,250,1509,375,2125,991,4844,nn.po,,nn,,norwegian nynorsk,,,nn,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/sv.po,985,4814,4337,0,0,6,30,991,4844,sv.po,,sv,,swedish,,,sv,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/id.po,984,4803,4662,0,0,7,41,991,4844,id.po,,id,,indonesian,,,id,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/mr.po,369,1190,1294,267,1566,355,2088,991,4844,mr.po,,mr,,marathi,,,mr,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/pa.po,872,3588,3999,0,0,119,1256,991,4844,pa.po,,pa,,punjabi,,,pa,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/gd.po,780,3365,4473,30,128,181,1351,991,4844,gd.po,,gd,,scottish gaelic,,,gd,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/or.po,331,1081,1224,305,1617,355,2146,991,4844,or.po,,or,,odia,,,or,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/lv.po,972,4730,4300,0,0,19,114,991,4844,lv.po,,lv,,latvian,,,lv,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ta.po,395,1281,1219,251,1502,345,2061,991,4844,ta.po,,ta,,tamil,,,ta,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/sq.po,1,2,3,68,232,922,4610,991,4844,sq.po,,sq,,albanian,,,sq,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/el.po,540,1975,2126,191,1186,260,1683,991,4844,el.po,,el,,greek,,,el,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/tr.po,981,4720,4207,0,0,10,124,991,4844,tr.po,,tr,,turkish,,,tr,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/lt.po,991,4844,4337,0,0,0,0,991,4844,lt.po,,lt,,lithuanian,,,lt,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ja.po,969,4707,1931,2,14,20,123,991,4844,ja.po,,ja,,japanese,,,ja,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/kk.po,749,2641,2450,0,0,242,2203,991,4844,kk.po,,kk,,kazakh,,,kk,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/tg.po,307,685,741,388,2358,296,1801,991,4844,tg.po,,tg,,tajik,,,tg,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/cs.po,986,4828,4633,0,0,5,16,991,4844,cs.po,,cs,,czech,,,cs,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/en_ca.po,24,56,56,197,748,770,4040,991,4844,en_ca.po,,en,ca,english,,canada,en_ca,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,95,375,896,4469,991,4844,rw.po,,rw,,kinyarwanda,,,rw,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/it.po,984,4803,5162,0,0,7,41,991,4844,it.po,,it,,italian,,,it,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ru.po,897,3821,3493,0,0,94,1023,991,4844,ru.po,,ru,,russian,,,ru,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/nb.po,530,1912,1828,189,1179,272,1753,991,4844,nb.po,,nb,,norwegian bokmål,,,nb,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ur.po,241,813,1104,300,1528,450,2503,991,4844,ur.po,,ur,,urdu,,,ur,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/pl.po,991,4844,4526,0,0,0,0,991,4844,pl.po,,pl,,polish,,,pl,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/af.po,155,445,379,187,880,649,3519,991,4844,af.po,,af,,afrikaans,,,af,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/pt.po,629,2353,2677,171,1131,191,1360,991,4844,pt.po,,pt,,portuguese,,,pt,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/dz.po,32,70,40,227,849,732,3925,991,4844,dz.po,,dz,,dzongkha,,,dz,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/en_gb.po,485,1755,1755,203,1202,303,1887,991,4844,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/uk.po,364,1197,1174,252,1511,375,2136,991,4844,uk.po,,uk,,ukrainian,,,uk,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/zh_hk.po,543,1978,925,185,1177,263,1689,991,4844,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/be.po,482,1750,1625,196,1187,313,1907,991,4844,be.po,,be,,belarusian,,,be,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/is.po,816,3203,3155,23,145,152,1496,991,4844,is.po,,is,,icelandic,,,is,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/gl.po,949,4504,5401,0,0,42,340,991,4844,gl.po,,gl,,galician,,,gl,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/ko.po,538,1972,1735,181,1161,272,1711,991,4844,ko.po,,ko,,korean,,,ko,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/sr.po,972,4730,4709,0,0,19,114,991,4844,sr.po,,sr,,serbian,,,sr,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/wa.po,1,2,2,72,251,918,4591,991,4844,wa.po,,wa,,walloon,,,wa,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/sl.po,545,2002,2012,181,1148,265,1694,991,4844,sl.po,,sl,,slovenian,,,sl,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/hr.po,985,4814,4588,0,0,6,30,991,4844,hr.po,,hr,,croatian,,,hr,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/gu.po,499,1634,1899,196,1267,296,1943,991,4844,gu.po,,gu,,gujarati,,,gu,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/kn.po,331,1081,1038,305,1617,355,2146,991,4844,kn.po,,kn,,kannada,,,kn,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/an.po,313,915,1106,298,1787,380,2142,991,4844,an.po,,an,,aragonese,,,an,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/pt_br.po,991,4844,5606,0,0,0,0,991,4844,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/fa.po,377,1305,1606,244,1457,370,2082,991,4844,fa.po,,fa,,persian,,,fa,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/te.po,416,1414,1336,233,1419,342,2011,991,4844,te.po,,te,,telugu,,,te,po -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv,po/bg.po,540,1975,2323,185,1174,266,1695,991,4844,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/bg.po,16,54,59,2,5,951,5496,969,5555,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/zh_cn.po,112,468,245,18,81,839,5006,969,5555,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/zh_tw.po,23,86,44,2,11,944,5458,969,5555,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/kn.po,9,34,36,2,5,958,5516,969,5555,kn.po,,kn,,kannada,,,kn,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/or.po,16,54,71,2,5,951,5496,969,5555,or.po,,or,,odia,,,or,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/fi.po,114,385,335,24,149,831,5021,969,5555,fi.po,,fi,,finnish,,,fi,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/es.po,929,5286,6666,0,0,40,269,969,5555,es.po,,es,,spanish,,,es,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/pa.po,122,463,530,31,156,816,4936,969,5555,pa.po,,pa,,punjabi,,,pa,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/fa.po,15,51,62,2,5,952,5499,969,5555,fa.po,,fa,,persian,,,fa,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ar.po,10,48,51,0,0,959,5507,969,5555,ar.po,,ar,,arabic,,,ar,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ro.po,16,54,54,2,5,951,5496,969,5555,ro.po,,ro,,romanian,,,ro,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ca@valencia.po,9,34,38,5,11,955,5510,969,5555,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ca.po,936,5323,6936,0,0,33,232,969,5555,ca.po,,ca,,catalan,,,ca,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/uk.po,81,305,336,17,102,871,5148,969,5555,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/pl.po,969,5555,6112,0,0,0,0,969,5555,pl.po,,pl,,polish,,,pl,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/tg.po,6,10,10,0,0,963,5545,969,5555,tg.po,,tg,,tajik,,,tg,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/vi.po,31,134,191,2,5,936,5416,969,5555,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/en_gb.po,468,2531,2531,21,105,480,2919,969,5555,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/mr.po,9,34,33,2,5,958,5516,969,5555,mr.po,,mr,,marathi,,,mr,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ta.po,9,34,33,2,5,958,5516,969,5555,ta.po,,ta,,tamil,,,ta,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/lv.po,32,139,133,2,5,935,5411,969,5555,lv.po,,lv,,latvian,,,lv,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/sv.po,910,5159,4870,0,0,59,396,969,5555,sv.po,,sv,,swedish,,,sv,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/pt.po,883,4982,5697,0,0,86,573,969,5555,pt.po,,pt,,portuguese,,,pt,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/gl.po,156,780,1018,21,127,792,4648,969,5555,gl.po,,gl,,galician,,,gl,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/bs.po,857,4812,4857,0,0,112,743,969,5555,bs.po,,bs,,bosnian,,,bs,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/tr.po,726,4047,3875,0,0,243,1508,969,5555,tr.po,,tr,,turkish,,,tr,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/de.po,964,5524,5487,2,14,3,17,969,5555,de.po,,de,,german,,,de,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/zh_hk.po,16,54,34,2,5,951,5496,969,5555,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/da.po,32,139,125,2,5,935,5411,969,5555,da.po,,da,,danish,,,da,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/te.po,9,34,34,2,5,958,5516,969,5555,te.po,,te,,telugu,,,te,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/lt.po,947,5406,5012,0,0,22,149,969,5555,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/pt_br.po,929,5286,6182,0,0,40,269,969,5555,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/sl.po,514,2771,3118,20,94,435,2690,969,5555,sl.po,,sl,,slovenian,,,sl,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/et.po,32,139,133,2,5,935,5411,969,5555,et.po,,et,,estonian,,,et,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/sr.po,947,5406,5964,0,0,22,149,969,5555,sr.po,,sr,,serbian,,,sr,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ko.po,16,54,49,2,5,951,5496,969,5555,ko.po,,ko,,korean,,,ko,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/bn_in.po,9,34,35,2,5,958,5516,969,5555,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/it.po,93,346,400,391,1798,485,3411,969,5555,it.po,,it,,italian,,,it,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/nl.po,441,2398,2481,24,123,504,3034,969,5555,nl.po,,nl,,dutch,,,nl,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/as.po,16,54,68,2,5,951,5496,969,5555,as.po,,as,,assamese,,,as,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/he.po,16,54,64,2,5,951,5496,969,5555,he.po,,he,,hebrew,,,he,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/sr@latin.po,947,5406,5964,0,0,22,149,969,5555,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/eu.po,547,2935,3044,149,894,273,1726,969,5555,eu.po,,eu,,basque,,,eu,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/fr.po,58,213,247,9,44,902,5298,969,5555,fr.po,,fr,,french,,,fr,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/cs.po,969,5555,5702,0,0,0,0,969,5555,cs.po,,cs,,czech,,,cs,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/nb.po,35,128,124,6,28,928,5399,969,5555,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ru.po,32,139,129,2,5,935,5411,969,5555,ru.po,,ru,,russian,,,ru,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/ug.po,427,2314,2171,20,104,522,3137,969,5555,ug.po,,ug,,uyghur,,,ug,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/id.po,925,5277,5354,0,0,44,278,969,5555,id.po,,id,,indonesian,,,id,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/hu.po,969,5555,5922,0,0,0,0,969,5555,hu.po,,hu,,hungarian,,,hu,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/gu.po,16,54,66,2,5,951,5496,969,5555,gu.po,,gu,,gujarati,,,gu,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/eo.po,6,15,14,0,0,963,5540,969,5555,eo.po,,eo,,esperanto,,,eo,po -networkmanager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv,po/el.po,540,2895,3194,13,75,416,2585,969,5555,el.po,,el,,greek,,,el,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/sk.po,5,14,14,26,60,225,1780,256,1854,sk.po,,sk,,slovak,,,sk,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/bs.po,169,1049,1020,0,0,87,805,256,1854,bs.po,,bs,,bosnian,,,bs,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ka.po,9,30,20,33,82,214,1742,256,1854,ka.po,,ka,,georgian,,,ka,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/fr.po,161,997,1230,2,11,93,846,256,1854,fr.po,,fr,,french,,,fr,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/de.po,256,1847,1773,0,0,0,7,256,1854,de.po,,de,,german,,,de,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/eo.po,30,43,41,2,6,224,1805,256,1854,eo.po,,eo,,esperanto,,,eo,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/hu.po,249,1768,1634,0,0,7,86,256,1854,hu.po,,hu,,hungarian,,,hu,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/mk.po,9,32,42,32,78,215,1744,256,1854,mk.po,,mk,,macedonian,,,mk,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/da.po,255,1846,1733,0,0,1,8,256,1854,da.po,,da,,danish,,,da,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/he.po,29,82,87,14,31,213,1741,256,1854,he.po,,he,,hebrew,,,he,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/zh_tw.po,42,102,68,16,134,198,1618,256,1854,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/es.po,246,1695,2036,3,41,7,118,256,1854,es.po,,es,,spanish,,,es,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/zh_cn.po,126,750,338,11,59,119,1045,256,1854,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/as.po,48,121,137,18,151,190,1582,256,1854,as.po,,as,,assamese,,,as,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/et.po,71,207,167,11,137,174,1510,256,1854,et.po,,et,,estonian,,,et,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/fi.po,113,358,277,17,169,126,1327,256,1854,fi.po,,fi,,finnish,,,fi,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/sr@latin.po,247,1734,1749,0,0,9,120,256,1854,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/th.po,10,31,21,27,72,219,1751,256,1854,th.po,,th,,thai,,,th,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/vi.po,7,22,31,32,78,217,1754,256,1854,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ro.po,52,147,156,21,165,183,1542,256,1854,ro.po,,ro,,romanian,,,ro,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ca.po,256,1847,2279,0,0,0,7,256,1854,ca.po,,ca,,catalan,,,ca,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ar.po,10,33,34,37,97,209,1724,256,1854,ar.po,,ar,,arabic,,,ar,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ps.po,36,93,102,15,50,205,1711,256,1854,ps.po,,ps,,pashto,,,ps,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,52,133,154,26,189,178,1532,256,1854,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ug.po,28,77,71,14,31,214,1746,256,1854,ug.po,,ug,,uyghur,,,ug,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/nl.po,110,449,417,0,0,146,1405,256,1854,nl.po,,nl,,dutch,,,nl,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/eu.po,160,972,857,3,36,93,846,256,1854,eu.po,,eu,,basque,,,eu,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/sv.po,256,1847,1685,0,0,0,7,256,1854,sv.po,,sv,,swedish,,,sv,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/id.po,256,1847,1813,0,0,0,7,256,1854,id.po,,id,,indonesian,,,id,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/mr.po,48,121,133,18,151,190,1582,256,1854,mr.po,,mr,,marathi,,,mr,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/pa.po,96,356,373,0,0,160,1498,256,1854,pa.po,,pa,,punjabi,,,pa,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/lv.po,249,1768,1623,0,0,7,86,256,1854,lv.po,,lv,,latvian,,,lv,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ta.po,49,125,126,19,156,188,1573,256,1854,ta.po,,ta,,tamil,,,ta,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/el.po,199,1222,1341,6,64,51,568,256,1854,el.po,,el,,greek,,,el,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/tr.po,168,1164,1051,7,40,81,650,256,1854,tr.po,,tr,,turkish,,,tr,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/lt.po,256,1854,1720,0,0,0,0,256,1854,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ja.po,118,451,253,4,25,134,1378,256,1854,ja.po,,ja,,japanese,,,ja,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/cs.po,255,1846,1739,0,0,1,8,256,1854,cs.po,,cs,,czech,,,cs,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/it.po,256,1847,2030,0,0,0,7,256,1854,it.po,,it,,italian,,,it,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ru.po,209,1328,1274,1,1,46,525,256,1854,ru.po,,ru,,russian,,,ru,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/nb.po,86,242,223,7,29,163,1583,256,1854,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/pl.po,256,1854,1801,0,0,0,0,256,1854,pl.po,,pl,,polish,,,pl,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/pt.po,180,1265,1374,0,0,76,589,256,1854,pt.po,,pt,,portuguese,,,pt,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/dz.po,9,31,10,36,94,211,1729,256,1854,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/en_gb.po,134,788,788,10,77,112,989,256,1854,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/uk.po,71,207,195,11,137,174,1510,256,1854,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/zh_hk.po,42,102,68,16,134,198,1618,256,1854,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/be.po,96,337,334,15,164,145,1353,256,1854,be.po,,be,,belarusian,,,be,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/gl.po,249,1768,2126,0,0,7,86,256,1854,gl.po,,gl,,galician,,,gl,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/ko.po,34,97,86,33,95,189,1662,256,1854,ko.po,,ko,,korean,,,ko,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/sr.po,247,1734,1749,0,0,9,120,256,1854,sr.po,,sr,,serbian,,,sr,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/sl.po,159,969,964,4,39,93,846,256,1854,sl.po,,sl,,slovenian,,,sl,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/hr.po,77,283,281,2,2,177,1569,256,1854,hr.po,,hr,,croatian,,,hr,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/gu.po,29,82,85,14,31,213,1741,256,1854,gu.po,,gu,,gujarati,,,gu,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/kn.po,49,125,123,19,156,188,1573,256,1854,kn.po,,kn,,kannada,,,kn,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/pt_br.po,256,1854,2176,0,0,0,0,256,1854,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/fa.po,70,205,231,12,139,174,1510,256,1854,fa.po,,fa,,persian,,,fa,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/te.po,49,125,122,19,156,188,1573,256,1854,te.po,,te,,telugu,,,te,po -networkmanager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv,po/bg.po,70,205,229,12,139,174,1510,256,1854,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/zh_tw.po,44,144,74,0,0,85,444,129,588,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/zh_hk.po,44,144,74,0,0,85,444,129,588,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/zh_cn.po,66,280,142,0,0,63,308,129,588,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/vi.po,129,588,817,0,0,0,0,129,588,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/uk.po,44,144,138,0,0,85,444,129,588,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ug.po,38,102,106,0,0,91,486,129,588,ug.po,,ug,,uyghur,,,ug,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/tr.po,71,407,401,0,0,58,181,129,588,tr.po,,tr,,turkish,,,tr,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/th.po,129,584,313,0,0,0,4,129,588,th.po,,th,,thai,,,th,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/te.po,43,118,127,0,0,86,470,129,588,te.po,,te,,telugu,,,te,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ta.po,44,144,151,0,0,85,444,129,588,ta.po,,ta,,tamil,,,ta,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/sv.po,84,509,465,0,0,45,79,129,588,sv.po,,sv,,swedish,,,sv,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/sr@latin.po,84,509,527,0,0,45,79,129,588,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/sr.po,84,509,527,0,0,45,79,129,588,sr.po,,sr,,serbian,,,sr,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/sl.po,77,415,403,0,0,52,173,129,588,sl.po,,sl,,slovenian,,,sl,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ru.po,84,509,485,0,0,45,79,129,588,ru.po,,ru,,russian,,,ru,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ro.po,44,144,161,0,0,85,444,129,588,ro.po,,ro,,romanian,,,ro,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/pt_br.po,84,509,588,0,0,45,79,129,588,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/pt.po,71,407,458,0,0,58,181,129,588,pt.po,,pt,,portuguese,,,pt,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/pl.po,84,509,509,0,0,45,79,129,588,pl.po,,pl,,polish,,,pl,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/pa.po,54,188,202,0,0,75,400,129,588,pa.po,,pa,,punjabi,,,pa,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/oc.po,74,410,486,0,0,55,178,129,588,oc.po,,oc,,occitan,,,oc,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/nl.po,84,509,457,0,0,45,79,129,588,nl.po,,nl,,dutch,,,nl,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/nb.po,56,193,184,0,0,73,395,129,588,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/mr.po,42,115,145,0,0,87,473,129,588,mr.po,,mr,,marathi,,,mr,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/mk.po,129,584,617,0,0,0,4,129,588,mk.po,,mk,,macedonian,,,mk,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/lv.po,84,509,474,0,0,45,79,129,588,lv.po,,lv,,latvian,,,lv,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/lt.po,84,509,475,0,0,45,79,129,588,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ko.po,44,144,132,0,0,85,444,129,588,ko.po,,ko,,korean,,,ko,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/kn.po,43,118,117,0,0,86,470,129,588,kn.po,,kn,,kannada,,,kn,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ka.po,129,584,412,0,0,0,4,129,588,ka.po,,ka,,georgian,,,ka,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ja.po,62,273,149,1,2,66,313,129,588,ja.po,,ja,,japanese,,,ja,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/it.po,84,509,560,0,0,45,79,129,588,it.po,,it,,italian,,,it,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/id.po,84,509,516,0,0,45,79,129,588,id.po,,id,,indonesian,,,id,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/hu.po,84,509,476,0,0,45,79,129,588,hu.po,,hu,,hungarian,,,hu,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/hr.po,83,508,477,0,0,46,80,129,588,hr.po,,hr,,croatian,,,hr,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/he.po,44,144,149,0,0,85,444,129,588,he.po,,he,,hebrew,,,he,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/gu.po,44,144,171,0,0,85,444,129,588,gu.po,,gu,,gujarati,,,gu,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/gl.po,77,415,501,0,0,52,173,129,588,gl.po,,gl,,galician,,,gl,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/fur.po,84,509,581,0,0,45,79,129,588,fur.po,,fur,,friulian,,,fur,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/fr.po,77,415,511,0,0,52,173,129,588,fr.po,,fr,,french,,,fr,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/fi.po,47,147,118,0,0,82,441,129,588,fi.po,,fi,,finnish,,,fi,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/fa.po,44,144,173,0,0,85,444,129,588,fa.po,,fa,,persian,,,fa,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/eu.po,74,410,389,0,0,55,178,129,588,eu.po,,eu,,basque,,,eu,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/et.po,44,144,122,0,0,85,444,129,588,et.po,,et,,estonian,,,et,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/es.po,84,509,625,0,0,45,79,129,588,es.po,,es,,spanish,,,es,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/eo.po,22,37,34,0,0,107,551,129,588,eo.po,,eo,,esperanto,,,eo,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/en_gb.po,44,144,144,0,0,85,444,129,588,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/el.po,71,407,475,0,0,58,181,129,588,el.po,,el,,greek,,,el,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/de.po,84,509,470,0,0,45,79,129,588,de.po,,de,,german,,,de,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/da.po,84,509,463,0,0,45,79,129,588,da.po,,da,,danish,,,da,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/cs.po,84,509,485,0,0,45,79,129,588,cs.po,,cs,,czech,,,cs,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ca@valencia.po,42,115,145,1,3,86,470,129,588,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ca.po,84,509,650,0,0,45,79,129,588,ca.po,,ca,,catalan,,,ca,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/bs.po,74,410,411,0,0,55,178,129,588,bs.po,,bs,,bosnian,,,bs,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/bn_in.po,42,115,170,0,0,87,473,129,588,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/bg.po,44,144,172,0,0,85,444,129,588,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/be@latin.po,41,114,109,0,0,88,474,129,588,be@latin.po,latin,be,,belarusian,,,be@latin,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/as.po,42,115,144,0,0,87,473,129,588,as.po,,as,,assamese,,,as,po -networkmanager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv,po/ar.po,7,11,13,16,55,106,522,129,588,ar.po,,ar,,arabic,,,ar,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/zh_tw.po,15,35,20,9,23,49,239,73,297,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/zh_hk.po,15,35,20,9,23,49,239,73,297,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/zh_cn.po,17,39,24,14,43,42,215,73,297,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/vi.po,4,18,24,14,29,55,250,73,297,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/uk.po,17,39,36,14,43,42,215,73,297,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ug.po,7,24,23,6,10,60,263,73,297,ug.po,,ug,,uyghur,,,ug,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/th.po,4,16,9,13,36,56,245,73,297,th.po,,th,,thai,,,th,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/te.po,16,37,35,13,36,44,224,73,297,te.po,,te,,telugu,,,te,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ta.po,16,37,36,13,36,44,224,73,297,ta.po,,ta,,tamil,,,ta,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/sv.po,29,115,99,22,87,22,95,73,297,sv.po,,sv,,swedish,,,sv,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/sl.po,32,120,118,21,85,20,92,73,297,sl.po,,sl,,slovenian,,,sl,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/sk.po,1,2,2,11,21,61,274,73,297,sk.po,,sk,,slovak,,,sk,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ru.po,29,115,110,22,87,22,95,73,297,ru.po,,ru,,russian,,,ru,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ro.po,17,39,40,14,43,42,215,73,297,ro.po,,ro,,romanian,,,ro,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/pt_br.po,32,120,133,21,85,20,92,73,297,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/pt.po,17,39,41,15,55,41,203,73,297,pt.po,,pt,,portuguese,,,pt,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ps.po,11,26,33,12,27,50,244,73,297,ps.po,,ps,,pashto,,,ps,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/pl.po,32,120,123,21,85,20,92,73,297,pl.po,,pl,,polish,,,pl,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/pa.po,17,39,41,15,55,41,203,73,297,pa.po,,pa,,punjabi,,,pa,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/nl.po,13,32,32,15,38,45,227,73,297,nl.po,,nl,,dutch,,,nl,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/nb.po,24,61,58,13,39,36,197,73,297,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/mr.po,16,37,43,13,36,44,224,73,297,mr.po,,mr,,marathi,,,mr,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/mk.po,4,18,25,14,29,55,250,73,297,mk.po,,mk,,macedonian,,,mk,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/lv.po,29,115,107,22,87,22,95,73,297,lv.po,,lv,,latvian,,,lv,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/lt.po,32,120,113,21,85,20,92,73,297,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ko.po,8,27,21,14,39,51,231,73,297,ko.po,,ko,,korean,,,ko,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/kn.po,16,37,33,13,36,44,224,73,297,kn.po,,kn,,kannada,,,kn,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ka.po,4,16,8,14,37,55,244,73,297,ka.po,,ka,,georgian,,,ka,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ja.po,5,19,9,15,41,53,237,73,297,ja.po,,ja,,japanese,,,ja,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/it.po,17,39,39,14,43,42,215,73,297,it.po,,it,,italian,,,it,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/id.po,32,120,124,21,85,20,92,73,297,id.po,,id,,indonesian,,,id,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/hu.po,29,115,106,22,87,22,95,73,297,hu.po,,hu,,hungarian,,,hu,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/he.po,22,64,55,2,3,49,230,73,297,he.po,,he,,hebrew,,,he,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/gu.po,7,24,25,6,10,60,263,73,297,gu.po,,gu,,gujarati,,,gu,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/gl.po,29,115,144,22,87,22,95,73,297,gl.po,,gl,,galician,,,gl,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/fr.po,29,115,143,22,87,22,95,73,297,fr.po,,fr,,french,,,fr,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/fi.po,15,34,24,15,51,43,212,73,297,fi.po,,fi,,finnish,,,fi,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/fa.po,17,39,41,14,43,42,215,73,297,fa.po,,fa,,persian,,,fa,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/eu.po,17,39,37,14,43,42,215,73,297,eu.po,,eu,,basque,,,eu,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/et.po,17,39,30,14,43,42,215,73,297,et.po,,et,,estonian,,,et,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/es.po,32,120,144,21,85,20,92,73,297,es.po,,es,,spanish,,,es,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/en_gb.po,8,27,27,14,39,51,231,73,297,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/el.po,17,39,40,14,43,42,215,73,297,el.po,,el,,greek,,,el,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/dz.po,5,19,7,14,37,54,241,73,297,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/de.po,32,120,112,21,85,20,92,73,297,de.po,,de,,german,,,de,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/da.po,15,34,32,14,39,44,224,73,297,da.po,,da,,danish,,,da,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/cs.po,73,297,282,0,0,0,0,73,297,cs.po,,cs,,czech,,,cs,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,16,37,40,14,48,43,212,73,297,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ca.po,17,39,42,15,55,41,203,73,297,ca.po,,ca,,catalan,,,ca,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/bg.po,17,39,38,14,43,42,215,73,297,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/as.po,16,37,38,13,36,44,224,73,297,as.po,,as,,assamese,,,as,po -networkmanager-ssh-1.2.9-1.fc30.src.rpm.stats.csv,po/ar.po,5,19,19,16,41,52,237,73,297,ar.po,,ar,,arabic,,,ar,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/sv.po,101,606,536,0,0,0,0,101,606,sv.po,,sv,,swedish,,,sv,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/id.po,101,606,610,0,0,0,0,101,606,id.po,,id,,indonesian,,,id,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/kn.po,36,139,124,0,0,65,467,101,606,kn.po,,kn,,kannada,,,kn,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ja.po,83,439,256,0,0,18,167,101,606,ja.po,,ja,,japanese,,,ja,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ug.po,38,114,118,0,0,63,492,101,606,ug.po,,ug,,uyghur,,,ug,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/pt.po,86,479,517,0,0,15,127,101,606,pt.po,,pt,,portuguese,,,pt,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/lt.po,101,606,548,0,0,0,0,101,606,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/eo.po,19,38,30,0,0,82,568,101,606,eo.po,,eo,,esperanto,,,eo,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/gu.po,41,156,183,0,0,60,450,101,606,gu.po,,gu,,gujarati,,,gu,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/cs.po,101,606,571,0,0,0,0,101,606,cs.po,,cs,,czech,,,cs,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ta.po,36,139,142,0,0,65,467,101,606,ta.po,,ta,,tamil,,,ta,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ru.po,87,464,444,0,0,14,142,101,606,ru.po,,ru,,russian,,,ru,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/bs.po,91,494,482,0,0,10,112,101,606,bs.po,,bs,,bosnian,,,bs,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/mr.po,36,139,163,0,0,65,467,101,606,mr.po,,mr,,marathi,,,mr,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/et.po,41,156,140,0,0,60,450,101,606,et.po,,et,,estonian,,,et,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/sr@latin.po,101,606,616,0,0,0,0,101,606,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/zh_cn.po,41,156,85,0,0,60,450,101,606,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/bg.po,41,156,183,0,0,60,450,101,606,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/zh_tw.po,41,156,80,0,0,60,450,101,606,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/sk.po,37,143,154,1,4,63,459,101,606,sk.po,,sk,,slovak,,,sk,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/vi.po,54,303,413,0,0,47,303,101,606,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/nl.po,101,606,545,0,0,0,0,101,606,nl.po,,nl,,dutch,,,nl,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,34,135,167,1,2,66,469,101,606,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/fi.po,54,168,144,3,64,44,374,101,606,fi.po,,fi,,finnish,,,fi,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/sl.po,84,442,449,0,0,17,164,101,606,sl.po,,sl,,slovenian,,,sl,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/el.po,86,479,532,0,0,15,127,101,606,el.po,,el,,greek,,,el,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/eu.po,84,442,424,0,0,17,164,101,606,eu.po,,eu,,basque,,,eu,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/tr.po,91,494,456,0,0,10,112,101,606,tr.po,,tr,,turkish,,,tr,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ko.po,41,156,136,0,0,60,450,101,606,ko.po,,ko,,korean,,,ko,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/fr.po,86,444,554,0,0,15,162,101,606,fr.po,,fr,,french,,,fr,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/pl.po,101,606,592,0,0,0,0,101,606,pl.po,,pl,,polish,,,pl,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/sr.po,101,606,616,0,0,0,0,101,606,sr.po,,sr,,serbian,,,sr,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/fur.po,101,606,688,0,0,0,0,101,606,fur.po,,fur,,friulian,,,fur,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/pa.po,64,246,273,1,12,36,348,101,606,pa.po,,pa,,punjabi,,,pa,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/lv.po,101,606,544,0,0,0,0,101,606,lv.po,,lv,,latvian,,,lv,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ro.po,41,156,171,0,0,60,450,101,606,ro.po,,ro,,romanian,,,ro,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/gl.po,86,444,537,0,0,15,162,101,606,gl.po,,gl,,galician,,,gl,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ca.po,101,606,745,0,0,0,0,101,606,ca.po,,ca,,catalan,,,ca,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/pt_br.po,101,606,709,0,0,0,0,101,606,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/it.po,101,606,652,0,0,0,0,101,606,it.po,,it,,italian,,,it,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/he.po,41,156,162,0,0,60,450,101,606,he.po,,he,,hebrew,,,he,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/de.po,101,606,565,0,0,0,0,101,606,de.po,,de,,german,,,de,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/or.po,41,156,176,0,0,60,450,101,606,or.po,,or,,odia,,,or,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/te.po,36,139,129,0,0,65,467,101,606,te.po,,te,,telugu,,,te,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/fa.po,37,143,160,1,4,63,459,101,606,fa.po,,fa,,persian,,,fa,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/bn_in.po,36,139,168,0,0,65,467,101,606,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/nb.po,69,285,266,0,0,32,321,101,606,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ar.po,16,89,92,6,12,79,505,101,606,ar.po,,ar,,arabic,,,ar,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/uk.po,41,156,149,0,0,60,450,101,606,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/zh_hk.po,41,156,80,0,0,60,450,101,606,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/hu.po,101,606,553,0,0,0,0,101,606,hu.po,,hu,,hungarian,,,hu,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/es.po,101,606,745,0,0,0,0,101,606,es.po,,es,,spanish,,,es,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/mk.po,31,128,145,0,0,70,478,101,606,mk.po,,mk,,macedonian,,,mk,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/th.po,52,328,146,0,0,49,278,101,606,th.po,,th,,thai,,,th,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/da.po,101,606,554,0,0,0,0,101,606,da.po,,da,,danish,,,da,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/en_gb.po,86,444,444,0,0,15,162,101,606,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/as.po,36,139,153,0,0,65,467,101,606,as.po,,as,,assamese,,,as,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/dz.po,52,328,121,0,0,49,278,101,606,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv,po/ka.po,52,328,216,0,0,49,278,101,606,ka.po,,ka,,georgian,,,ka,po -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/es.po,481,3518,3880,0,0,0,5,481,3523,es.po,,es,,spanish,,,es,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/pl.po,480,3521,3249,0,0,1,2,481,3523,pl.po,,pl,,polish,,,pl,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/zh.po,481,3523,642,0,0,0,0,481,3523,zh.po,,zh,,chinese,,,zh,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br.po,85,165,194,0,0,396,3358,481,3523,pt_br.po,,pt,br,portuguese,,brazil,pt_br,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/ja.po,474,3393,1203,0,0,7,130,481,3523,ja.po,,ja,,japanese,,,ja,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/hi.po,481,3518,3386,0,0,0,5,481,3523,hi.po,,hi,,hindi,,,hi,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/hr.po,269,1053,1006,0,0,212,2470,481,3523,hr.po,,hr,,croatian,,,hr,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/ru.po,365,1860,1602,0,0,116,1663,481,3523,ru.po,,ru,,russian,,,ru,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/it.po,481,3518,3743,0,0,0,5,481,3523,it.po,,it,,italian,,,it,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/fr.po,481,3518,4002,0,0,0,5,481,3523,fr.po,,fr,,french,,,fr,zenmap/share/zenmap/locale -nmap-7.70-6.fc30.src.rpm.stats.csv,zenmap/share/zenmap/locale/de.po,481,3518,3425,0,0,0,5,481,3523,de.po,,de,,german,,,de,zenmap/share/zenmap/locale -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/fi.po,94,321,281,0,0,935,5609,1029,5930,fi.po,,fi,,finnish,,,fi,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/pa.po,77,268,313,0,0,952,5662,1029,5930,pa.po,,pa,,punjabi,,,pa,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/en_us.po,265,1463,1463,0,0,764,4467,1029,5930,en_us.po,,en,us,english,,united states,en_us,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/sk.po,4,19,19,0,0,1025,5911,1029,5930,sk.po,,sk,,slovak,,,sk,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/tg.po,6,10,10,0,0,1023,5920,1029,5930,tg.po,,tg,,tajik,,,tg,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/ug.po,400,2198,2053,0,0,629,3732,1029,5930,ug.po,,ug,,uyghur,,,ug,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/eu.po,495,2734,2857,0,0,534,3196,1029,5930,eu.po,,eu,,basque,,,eu,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/tr.po,659,3760,3594,0,0,370,2170,1029,5930,tr.po,,tr,,turkish,,,tr,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/sr@latin.po,888,5156,5697,0,0,141,774,1029,5930,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/hu.po,895,5200,5582,0,0,134,730,1029,5930,hu.po,,hu,,hungarian,,,hu,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/da.po,1018,5866,5553,0,0,11,64,1029,5930,da.po,,da,,danish,,,da,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/sv.po,888,5156,4903,0,0,141,774,1029,5930,sv.po,,sv,,swedish,,,sv,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/gl.po,91,479,650,0,0,938,5451,1029,5930,gl.po,,gl,,galician,,,gl,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/bs.po,787,4508,4544,0,0,242,1422,1029,5930,bs.po,,bs,,bosnian,,,bs,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/pt.po,812,4671,5363,0,0,217,1259,1029,5930,pt.po,,pt,,portuguese,,,pt,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/en_gb.po,417,2300,2300,0,0,612,3630,1029,5930,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/fr.po,22,63,72,0,0,1007,5867,1029,5930,fr.po,,fr,,french,,,fr,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/pl.po,1029,5930,6536,0,0,0,0,1029,5930,pl.po,,pl,,polish,,,pl,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/lt.po,1018,5866,5491,0,0,11,64,1029,5930,lt.po,,lt,,lithuanian,,,lt,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/de.po,962,5573,5551,0,0,67,357,1029,5930,de.po,,de,,german,,,de,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/el.po,483,2667,2906,0,0,546,3263,1029,5930,el.po,,el,,greek,,,el,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/sr.po,888,5156,5697,0,0,141,774,1029,5930,sr.po,,sr,,serbian,,,sr,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/es.po,1003,5780,7324,0,0,26,150,1029,5930,es.po,,es,,spanish,,,es,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/it.po,47,171,208,0,0,982,5759,1029,5930,it.po,,it,,italian,,,it,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/ar.po,10,48,51,0,0,1019,5882,1029,5930,ar.po,,ar,,arabic,,,ar,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/cs.po,997,5778,5973,0,0,32,152,1029,5930,cs.po,,cs,,czech,,,cs,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/nl.po,427,2326,2404,0,0,602,3604,1029,5930,nl.po,,nl,,dutch,,,nl,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/sl.po,454,2505,2850,0,0,575,3425,1029,5930,sl.po,,sl,,slovenian,,,sl,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/pt_br.po,1018,5866,6848,0,0,11,64,1029,5930,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/uk.po,61,233,263,0,0,968,5697,1029,5930,uk.po,,uk,,ukrainian,,,uk,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/zh_tw.po,7,32,10,0,0,1022,5898,1029,5930,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/zh_cn.po,76,314,170,0,0,953,5616,1029,5930,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/ca.po,962,5573,7268,0,0,67,357,1029,5930,ca.po,,ca,,catalan,,,ca,po -openconnect-8.02-3.fc30.src.rpm.stats.csv,po/id.po,895,5200,5258,0,0,134,730,1029,5930,id.po,,id,,indonesian,,,id,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,1028,13554,14971,0,0,5,104,1033,13658,es.po,,es,,spanish,,,es,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,1033,13658,12824,0,0,0,0,1033,13658,sv.po,,sv,,swedish,,,sv,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,1033,13658,12393,0,0,0,0,1033,13658,de.po,,de,,german,,,de,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,1028,13554,15596,0,0,5,104,1033,13658,fr.po,,fr,,french,,,fr,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/bg/bg.po,1002,13021,13505,0,0,31,637,1033,13658,bg.po,,bg,,bulgarian,,,bg,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,1033,13658,12911,0,0,0,0,1033,13658,cs.po,,cs,,czech,,,cs,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,984,12505,12718,0,0,49,1153,1033,13658,el.po,,el,,greek,,,el,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,313,1704,1907,4,31,716,11923,1033,13658,gl.po,,gl,,galician,,,gl,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,956,11916,13573,0,0,77,1742,1033,13658,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,1033,13658,13383,0,0,0,0,1033,13658,hu.po,,hu,,hungarian,,,hu,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,help/sl/sl.po,955,11824,10493,8,134,70,1700,1033,13658,sl.po,,sl,,slovenian,,,sl,help/ -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,599,1448,1626,0,0,1268,4685,1867,6133,mai.po,,mai,,maithili,,,mai,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,445,1066,1175,339,874,1083,4193,1867,6133,gu.po,,gu,,gujarati,,,gu,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,187,516,565,2,2,1678,5615,1867,6133,fur.po,,fur,,friulian,,,fur,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,492,1239,1321,11,28,1364,4866,1867,6133,cy.po,,cy,,welsh,,,cy,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,562,1404,1577,158,277,1147,4452,1867,6133,or.po,,or,,odia,,,or,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,718,1941,1025,0,0,1149,4192,1867,6133,dz.po,,dz,,dzongkha,,,dz,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,1867,5675,5484,0,0,0,458,1867,6133,lt.po,,lt,,lithuanian,,,lt,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,1867,5675,6640,0,0,0,458,1867,6133,es.po,,es,,spanish,,,es,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,379,541,548,62,440,1426,5152,1867,6133,mr.po,,mr,,marathi,,,mr,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,1843,5568,6996,0,0,24,565,1867,6133,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,177,277,302,3,6,1687,5850,1867,6133,bn_in.po,,bn,in,bangla,,india,bn_in,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,1867,5675,6401,0,0,0,458,1867,6133,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,1774,5518,5543,0,0,93,615,1867,6133,sk.po,,sk,,slovak,,,sk,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,5,5,6,234,404,1628,5724,1867,6133,rw.po,,rw,,kinyarwanda,,,rw,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,1867,5675,5504,0,0,0,458,1867,6133,hu.po,,hu,,hungarian,,,hu,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,1739,5344,5846,0,0,128,789,1867,6133,el.po,,el,,greek,,,el,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,218,485,571,487,1623,1162,4025,1867,6133,sq.po,,sq,,albanian,,,sq,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,1626,5057,4828,0,0,241,1076,1867,6133,bs.po,,bs,,bosnian,,,bs,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,1349,4140,1844,0,0,518,1993,1867,6133,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,1021,3273,2415,98,492,748,2368,1867,6133,ja.po,,ja,,japanese,,,ja,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,1847,5611,5471,0,0,20,522,1867,6133,lv.po,,lv,,latvian,,,lv,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,908,2817,2898,157,561,802,2755,1867,6133,ar.po,,ar,,arabic,,,ar,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,1867,5675,5788,0,0,0,458,1867,6133,cs.po,,cs,,czech,,,cs,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,1343,4135,4262,1,2,523,1996,1867,6133,ru.po,,ru,,russian,,,ru,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,1867,5675,5399,0,0,0,458,1867,6133,de.po,,de,,german,,,de,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,327,708,705,64,181,1476,5244,1867,6133,en_ca.po,,en,ca,english,,canada,en_ca,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,1201,3897,3642,0,0,666,2236,1867,6133,ta.po,,ta,,tamil,,,ta,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,1357,4096,4194,0,0,510,2037,1867,6133,hr.po,,hr,,croatian,,,hr,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,1867,5675,5364,0,0,0,458,1867,6133,sv.po,,sv,,swedish,,,sv,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,1867,5675,5268,0,0,0,458,1867,6133,tr.po,,tr,,turkish,,,tr,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,1315,4011,4162,0,0,552,2122,1867,6133,bn.po,,bn,,bangla,,,bn,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,936,2466,2400,31,109,900,3558,1867,6133,nn.po,,nn,,norwegian nynorsk,,,nn,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,1857,5610,6753,0,0,10,523,1867,6133,fr.po,,fr,,french,,,fr,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,1356,4172,4835,0,0,511,1961,1867,6133,an.po,,an,,aragonese,,,an,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,1170,4091,3674,0,0,697,2042,1867,6133,te.po,,te,,telugu,,,te,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,92,101,107,0,0,1775,6032,1867,6133,kk.po,,kk,,kazakh,,,kk,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,1095,3269,2784,334,989,438,1875,1867,6133,fi.po,,fi,,finnish,,,fi,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,1196,3855,3992,0,0,671,2278,1867,6133,be.po,,be,,belarusian,,,be,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,1657,4957,4757,67,172,143,1004,1867,6133,nb.po,,nb,,norwegian bokmål,,,nb,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,1337,4309,4907,0,0,530,1824,1867,6133,mk.po,,mk,,macedonian,,,mk,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,1739,5344,6270,0,0,128,789,1867,6133,oc.po,,oc,,occitan,,,oc,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,342,467,484,408,1727,1117,3939,1867,6133,kn.po,,kn,,kannada,,,kn,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,488,906,896,105,212,1274,5015,1867,6133,eo.po,,eo,,esperanto,,,eo,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,1867,5675,6673,0,0,0,458,1867,6133,gl.po,,gl,,galician,,,gl,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,1725,5323,5828,0,0,142,810,1867,6133,bg.po,,bg,,bulgarian,,,bg,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,1739,5344,6073,0,0,128,789,1867,6133,pt.po,,pt,,portuguese,,,pt,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,1867,5675,5941,0,0,0,458,1867,6133,pl.po,,pl,,polish,,,pl,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,940,2627,2442,421,1289,506,2217,1867,6133,ml.po,,ml,,malayalam,,,ml,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,812,1893,1992,0,0,1055,4240,1867,6133,tg.po,,tg,,tajik,,,tg,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,139,209,217,273,355,1455,5569,1867,6133,is.po,,is,,icelandic,,,is,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,1440,4397,1953,298,896,129,840,1867,6133,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,1414,4456,6066,0,0,453,1677,1867,6133,vi.po,,vi,,vietnamese,,,vi,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,1855,5603,7084,0,0,12,530,1867,6133,ca.po,,ca,,catalan,,,ca,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,579,1433,1386,351,999,937,3701,1867,6133,ko.po,,ko,,korean,,,ko,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,1337,4314,4887,0,0,530,1819,1867,6133,ast.po,,ast,,asturian,,,ast,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,1867,5675,5684,0,0,0,458,1867,6133,id.po,,id,,indonesian,,,id,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,644,2053,2031,14,47,1209,4033,1867,6133,he.po,,he,,hebrew,,,he,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,1867,5675,6426,0,0,0,458,1867,6133,ro.po,,ro,,romanian,,,ro,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,1260,3694,1794,0,0,607,2439,1867,6133,th.po,,th,,thai,,,th,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,1201,3897,4548,0,0,666,2236,1867,6133,hi.po,,hi,,hindi,,,hi,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,1867,5675,6523,0,0,0,458,1867,6133,it.po,,it,,italian,,,it,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,1356,4172,3944,0,0,511,1961,1867,6133,eu.po,,eu,,basque,,,eu,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,1739,5344,5345,0,0,128,789,1867,6133,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,118,143,175,0,0,1749,5990,1867,6133,si.po,,si,,sinhala,,,si,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,1867,5675,6165,0,0,0,458,1867,6133,sl.po,,sl,,slovenian,,,sl,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,1842,5556,5805,0,0,25,577,1867,6133,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,1201,3897,3448,0,0,666,2236,1867,6133,ug.po,,ug,,uyghur,,,ug,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,1867,5675,5946,0,0,0,458,1867,6133,sr.po,,sr,,serbian,,,sr,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,47,103,116,0,0,1820,6030,1867,6133,ga.po,,ga,,irish,,,ga,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,1867,5675,5449,0,0,0,458,1867,6133,da.po,,da,,danish,,,da,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,1867,5675,5587,0,0,0,458,1867,6133,nl.po,,nl,,dutch,,,nl,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,456,940,924,0,0,1411,5193,1867,6133,ms.po,,ms,,malay,,,ms,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,1290,3823,4071,14,94,563,2216,1867,6133,pa.po,,pa,,punjabi,,,pa,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,1842,5556,2214,0,0,25,577,1867,6133,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,1843,5568,5540,0,0,24,565,1867,6133,uk.po,,uk,,ukrainian,,,uk,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,1513,4355,4233,292,1042,62,736,1867,6133,ne.po,,ne,,nepali,,,ne,po -orca-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,360,729,695,183,327,1324,5077,1867,6133,et.po,,et,,estonian,,,et,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/pl.po,41,209,227,0,0,0,0,41,209,pl.po,,pl,,polish,,,pl,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,41,209,41,209,bal.po,,bal,,baluchi,,,bal,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/de.po,11,54,51,0,0,30,155,41,209,de.po,,de,,german,,,de,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,41,209,41,209,ky.po,,ky,,kyrgyz,,,ky,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,41,209,41,209,ro.po,,ro,,romanian,,,ro,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,41,209,41,209,kn.po,,kn,,kannada,,,kn,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/fr.po,11,54,71,0,0,30,155,41,209,fr.po,,fr,,french,,,fr,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,41,209,41,209,nso.po,,nso,,northern sotho,,,nso,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,41,209,41,209,kk.po,,kk,,kazakh,,,kk,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,41,209,41,209,gu.po,,gu,,gujarati,,,gu,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,41,209,41,209,el.po,,el,,greek,,,el,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,41,209,41,209,br.po,,br,,breton,,,br,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/hu.po,0,0,0,0,0,41,209,41,209,hu.po,,hu,,hungarian,,,hu,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,41,209,41,209,gl.po,,gl,,galician,,,gl,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,41,209,41,209,is.po,,is,,icelandic,,,is,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,41,209,41,209,yo.po,,yo,,yoruba,,,yo,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,41,209,41,209,nn.po,,nn,,norwegian nynorsk,,,nn,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,41,209,41,209,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,41,209,41,209,pa.po,,pa,,punjabi,,,pa,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,41,209,41,209,et.po,,et,,estonian,,,et,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,41,209,41,209,hi.po,,hi,,hindi,,,hi,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,41,209,41,209,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,41,209,41,209,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,41,209,41,209,ar.po,,ar,,arabic,,,ar,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,41,209,41,209,ne.po,,ne,,nepali,,,ne,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/sv.po,0,0,0,0,0,41,209,41,209,sv.po,,sv,,swedish,,,sv,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/it.po,0,0,0,0,0,41,209,41,209,it.po,,it,,italian,,,it,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,41,209,41,209,nb.po,,nb,,norwegian bokmål,,,nb,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/uk.po,41,209,231,0,0,0,0,41,209,uk.po,,uk,,ukrainian,,,uk,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,41,209,41,209,ko.po,,ko,,korean,,,ko,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,41,209,41,209,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,41,209,41,209,anp.po,,anp,,angika,,,anp,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,41,209,41,209,km.po,,km,,khmer,,,km,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,41,209,41,209,bn_in.po,,bn,in,bangla,,india,bn_in,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,41,209,41,209,or.po,,or,,odia,,,or,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,41,209,41,209,nl.po,,nl,,dutch,,,nl,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,41,209,41,209,as.po,,as,,assamese,,,as,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/id.po,11,54,55,0,0,30,155,41,209,id.po,,id,,indonesian,,,id,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ru.po,0,0,0,0,0,41,209,41,209,ru.po,,ru,,russian,,,ru,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ja.po,11,54,30,0,0,30,155,41,209,ja.po,,ja,,japanese,,,ja,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,41,209,41,209,eo.po,,eo,,esperanto,,,eo,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,41,209,41,209,te.po,,te,,telugu,,,te,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,41,209,41,209,mai.po,,mai,,maithili,,,mai,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,41,209,41,209,zu.po,,zu,,zulu,,,zu,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,41,209,41,209,ur.po,,ur,,urdu,,,ur,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,41,209,41,209,bs.po,,bs,,bosnian,,,bs,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,41,209,41,209,ast.po,,ast,,asturian,,,ast,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,41,209,41,209,de_ch.po,,de,ch,german,,switzerland,de_ch,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,41,209,41,209,cy.po,,cy,,welsh,,,cy,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,41,209,41,209,am.po,,am,,amharic,,,am,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,41,209,41,209,bg.po,,bg,,bulgarian,,,bg,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,41,209,41,209,tr.po,,tr,,turkish,,,tr,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,41,209,41,209,he.po,,he,,hebrew,,,he,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,41,209,41,209,be.po,,be,,belarusian,,,be,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,41,209,41,209,kw.po,,kw,,cornish,,,kw,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,41,209,41,209,mn.po,,mn,,mongolian,,,mn,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/es.po,11,54,74,0,0,30,155,41,209,es.po,,es,,spanish,,,es,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,41,209,41,209,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,41,209,41,209,bn.po,,bn,,bangla,,,bn,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,41,209,41,209,mk.po,,mk,,macedonian,,,mk,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,41,209,41,209,hr.po,,hr,,croatian,,,hr,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,41,209,41,209,ka.po,,ka,,georgian,,,ka,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,1,2,2,0,0,40,207,41,209,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,41,209,41,209,sq.po,,sq,,albanian,,,sq,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,41,209,41,209,fi.po,,fi,,finnish,,,fi,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,41,209,41,209,tg.po,,tg,,tajik,,,tg,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,41,209,41,209,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,41,209,41,209,af.po,,af,,afrikaans,,,af,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,41,209,41,209,eu.po,,eu,,basque,,,eu,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,41,209,41,209,ilo.po,,ilo,,iloko,,,ilo,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,41,209,41,209,nds.po,,nds,,low german,,,nds,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ca.po,11,54,77,0,0,30,155,41,209,ca.po,,ca,,catalan,,,ca,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,41,209,41,209,bo.po,,bo,,tibetan,,,bo,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,41,209,41,209,pt.po,,pt,,portuguese,,,pt,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,41,209,41,209,ta.po,,ta,,tamil,,,ta,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,41,209,41,209,fa.po,,fa,,persian,,,fa,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,41,209,41,209,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,41,209,41,209,sr.po,,sr,,serbian,,,sr,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,41,209,41,209,ia.po,,ia,,interlingua,,,ia,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,41,209,41,209,lv.po,,lv,,latvian,,,lv,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,41,209,41,209,sk.po,,sk,,slovak,,,sk,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,41,209,41,209,si.po,,si,,sinhala,,,si,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,41,209,41,209,mr.po,,mr,,marathi,,,mr,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/da.po,0,0,0,0,0,41,209,41,209,da.po,,da,,danish,,,da,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,41,209,41,209,vi.po,,vi,,vietnamese,,,vi,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,41,209,41,209,sl.po,,sl,,slovenian,,,sl,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,41,209,41,209,ml.po,,ml,,malayalam,,,ml,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,41,209,41,209,lt.po,,lt,,lithuanian,,,lt,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,41,209,41,209,ms.po,,ms,,malay,,,ms,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,41,209,41,209,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,41,209,41,209,tw.po,,tw,,twi,,,tw,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,41,209,41,209,brx.po,,brx,,bodo,,,brx,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,41,209,41,209,th.po,,th,,thai,,,th,po -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv,po/cs.po,38,178,171,0,0,3,31,41,209,cs.po,,cs,,czech,,,cs,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,81,476,81,476,lt.po,,lt,,lithuanian,,,lt,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ca.po,81,476,570,0,0,0,0,81,476,ca.po,,ca,,catalan,,,ca,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/pl.po,81,476,415,0,0,0,0,81,476,pl.po,,pl,,polish,,,pl,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,81,476,81,476,kn.po,,kn,,kannada,,,kn,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,81,476,81,476,ast.po,,ast,,asturian,,,ast,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/cs.po,81,476,387,0,0,0,0,81,476,cs.po,,cs,,czech,,,cs,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,81,476,81,476,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/de.po,81,476,519,0,0,0,0,81,476,de.po,,de,,german,,,de,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/lv.po,80,469,373,0,0,1,7,81,476,lv.po,,lv,,latvian,,,lv,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,81,476,81,476,sq.po,,sq,,albanian,,,sq,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,81,476,81,476,te.po,,te,,telugu,,,te,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/da.po,81,476,433,0,0,0,0,81,476,da.po,,da,,danish,,,da,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/oc.po,81,476,503,0,0,0,0,81,476,oc.po,,oc,,occitan,,,oc,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/sl.po,81,476,404,0,0,0,0,81,476,sl.po,,sl,,slovenian,,,sl,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/id.po,81,476,392,0,0,0,0,81,476,id.po,,id,,indonesian,,,id,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/gl.po,81,476,549,0,0,0,0,81,476,gl.po,,gl,,galician,,,gl,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ru.po,81,476,378,0,0,0,0,81,476,ru.po,,ru,,russian,,,ru,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/sk.po,81,476,409,0,0,0,0,81,476,sk.po,,sk,,slovak,,,sk,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/uk.po,81,476,434,0,0,0,0,81,476,uk.po,,uk,,ukrainian,,,uk,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/hr.po,81,476,385,0,0,0,0,81,476,hr.po,,hr,,croatian,,,hr,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/zh_tw.po,1,2,1,0,0,80,474,81,476,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/pt_br.po,81,476,501,0,0,0,0,81,476,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,81,476,81,476,bg.po,,bg,,bulgarian,,,bg,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,81,476,81,476,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,81,476,81,476,he.po,,he,,hebrew,,,he,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/tr.po,81,476,324,0,0,0,0,81,476,tr.po,,tr,,turkish,,,tr,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,81,476,81,476,ga.po,,ga,,irish,,,ga,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,81,476,81,476,bn_in.po,,bn,in,bangla,,india,bn_in,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,81,476,81,476,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,81,476,81,476,mr.po,,mr,,marathi,,,mr,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,81,476,81,476,ta.po,,ta,,tamil,,,ta,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,81,476,81,476,cy.po,,cy,,welsh,,,cy,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,81,476,81,476,or.po,,or,,odia,,,or,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,81,476,81,476,nb.po,,nb,,norwegian bokmål,,,nb,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/it.po,81,476,513,0,0,0,0,81,476,it.po,,it,,italian,,,it,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,81,476,81,476,ar.po,,ar,,arabic,,,ar,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,81,476,81,476,az.po,,az,,azerbaijani,,,az,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/fr.po,81,476,504,0,0,0,0,81,476,fr.po,,fr,,french,,,fr,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,81,476,81,476,ml.po,,ml,,malayalam,,,ml,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/fi.po,81,476,402,0,0,0,0,81,476,fi.po,,fi,,finnish,,,fi,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,81,476,81,476,fo.po,,fo,,faroese,,,fo,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/pa.po,74,425,444,0,0,7,51,81,476,pa.po,,pa,,punjabi,,,pa,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/pt.po,81,476,466,0,0,0,0,81,476,pt.po,,pt,,portuguese,,,pt,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/nl.po,80,469,498,0,0,1,7,81,476,nl.po,,nl,,dutch,,,nl,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,81,476,81,476,hi.po,,hi,,hindi,,,hi,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/hu.po,81,476,396,0,0,0,0,81,476,hu.po,,hu,,hungarian,,,hu,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/fur.po,81,476,579,0,0,0,0,81,476,fur.po,,fur,,friulian,,,fur,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/en_gb.po,81,476,476,0,0,0,0,81,476,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/es.po,81,476,563,0,0,0,0,81,476,es.po,,es,,spanish,,,es,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/zh_cn.po,81,476,95,0,0,0,0,81,476,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,81,476,81,476,th.po,,th,,thai,,,th,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,81,476,81,476,ia.po,,ia,,interlingua,,,ia,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,81,476,81,476,vi.po,,vi,,vietnamese,,,vi,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,81,476,81,476,wa.po,,wa,,walloon,,,wa,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ja.po,81,476,95,0,0,0,0,81,476,ja.po,,ja,,japanese,,,ja,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,81,476,81,476,ro.po,,ro,,romanian,,,ro,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,81,476,81,476,nn.po,,nn,,norwegian nynorsk,,,nn,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/eo.po,14,58,55,0,0,67,418,81,476,eo.po,,eo,,esperanto,,,eo,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/kk.po,4,12,11,0,0,77,464,81,476,kk.po,,kk,,kazakh,,,kk,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ko.po,81,476,327,0,0,0,0,81,476,ko.po,,ko,,korean,,,ko,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,81,476,81,476,as.po,,as,,assamese,,,as,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,81,476,81,476,et.po,,et,,estonian,,,et,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,81,476,81,476,fa.po,,fa,,persian,,,fa,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ka.po,31,156,107,0,0,50,320,81,476,ka.po,,ka,,georgian,,,ka,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,81,476,81,476,gu.po,,gu,,gujarati,,,gu,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/el.po,81,476,532,0,0,0,0,81,476,el.po,,el,,greek,,,el,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,81,476,81,476,eu.po,,eu,,basque,,,eu,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/en@quot.po,81,476,476,0,0,0,0,81,476,en@quot.po,quot,en,,english,,,en@quot,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,81,476,81,476,ms.po,,ms,,malay,,,ms,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/sv.po,81,476,406,0,0,0,0,81,476,sv.po,,sv,,swedish,,,sv,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/en@boldquot.po,81,476,476,0,0,0,0,81,476,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv,po/sr.po,81,476,417,0,0,0,0,81,476,sr.po,,sr,,serbian,,,sr,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/eo.po,85,180,166,0,0,241,1148,326,1328,eo.po,,eo,,esperanto,,,eo,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/sr.po,310,1239,1178,0,0,16,89,326,1328,sr.po,,sr,,serbian,,,sr,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/nl.po,310,1239,1244,0,0,16,89,326,1328,nl.po,,nl,,dutch,,,nl,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/cs.po,321,1282,1318,0,0,5,46,326,1328,cs.po,,cs,,czech,,,cs,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/tr.po,310,1239,1096,0,0,16,89,326,1328,tr.po,,tr,,turkish,,,tr,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/mr.po,239,877,920,0,0,87,451,326,1328,mr.po,,mr,,marathi,,,mr,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/he.po,242,893,846,0,0,84,435,326,1328,he.po,,he,,hebrew,,,he,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/bn_in.po,239,877,1077,0,0,87,451,326,1328,bn_in.po,,bn,in,bangla,,india,bn_in,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,326,1328,326,1328,ar.po,,ar,,arabic,,,ar,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/pl.po,321,1282,1237,0,0,5,46,326,1328,pl.po,,pl,,polish,,,pl,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/uk.po,321,1282,1276,0,0,5,46,326,1328,uk.po,,uk,,ukrainian,,,uk,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,326,1328,326,1328,cy.po,,cy,,welsh,,,cy,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,326,1328,326,1328,nn.po,,nn,,norwegian nynorsk,,,nn,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/hr.po,318,1275,1177,0,0,8,53,326,1328,hr.po,,hr,,croatian,,,hr,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ast.po,27,38,41,0,0,299,1290,326,1328,ast.po,,ast,,asturian,,,ast,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/sr@latin.po,242,903,856,0,0,84,425,326,1328,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,326,1328,326,1328,sq.po,,sq,,albanian,,,sq,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ca.po,321,1282,1615,0,0,5,46,326,1328,ca.po,,ca,,catalan,,,ca,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/br.po,126,370,490,2,6,198,952,326,1328,br.po,,br,,breton,,,br,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/fr.po,310,1239,1639,0,0,16,89,326,1328,fr.po,,fr,,french,,,fr,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/zh_cn.po,319,1277,338,0,0,7,51,326,1328,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,326,1328,326,1328,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/sv.po,319,1277,1201,0,0,7,51,326,1328,sv.po,,sv,,swedish,,,sv,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/nb.po,20,73,71,0,0,306,1255,326,1328,nb.po,,nb,,norwegian bokmål,,,nb,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,326,1328,326,1328,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/bg.po,247,931,1041,0,0,79,397,326,1328,bg.po,,bg,,bulgarian,,,bg,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/en_gb.po,321,1282,1282,0,0,5,46,326,1328,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/it.po,321,1282,1457,0,0,5,46,326,1328,it.po,,it,,italian,,,it,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/oc.po,138,339,427,0,0,188,989,326,1328,oc.po,,oc,,occitan,,,oc,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/es.po,302,1195,1391,0,0,24,133,326,1328,es.po,,es,,spanish,,,es,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ml.po,239,877,740,0,0,87,451,326,1328,ml.po,,ml,,malayalam,,,ml,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/kk.po,117,326,296,0,0,209,1002,326,1328,kk.po,,kk,,kazakh,,,kk,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/de.po,321,1282,1320,0,0,5,46,326,1328,de.po,,de,,german,,,de,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/lt.po,263,1013,873,0,0,63,315,326,1328,lt.po,,lt,,lithuanian,,,lt,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ja.po,285,1108,330,0,0,41,220,326,1328,ja.po,,ja,,japanese,,,ja,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/zh_tw.po,321,1282,354,0,0,5,46,326,1328,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/te.po,239,877,703,0,0,87,451,326,1328,te.po,,te,,telugu,,,te,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/hi.po,239,877,1118,0,0,87,451,326,1328,hi.po,,hi,,hindi,,,hi,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/as.po,239,877,1004,0,0,87,451,326,1328,as.po,,as,,assamese,,,as,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/id.po,321,1282,1259,0,0,5,46,326,1328,id.po,,id,,indonesian,,,id,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/pa.po,310,1239,1633,0,0,16,89,326,1328,pa.po,,pa,,punjabi,,,pa,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/pt_br.po,321,1282,1477,0,0,5,46,326,1328,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,326,1328,326,1328,fo.po,,fo,,faroese,,,fo,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,326,1328,326,1328,wa.po,,wa,,walloon,,,wa,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/gu.po,239,877,1112,0,0,87,451,326,1328,gu.po,,gu,,gujarati,,,gu,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,326,1328,326,1328,az.po,,az,,azerbaijani,,,az,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/el.po,305,1211,1330,0,0,21,117,326,1328,el.po,,el,,greek,,,el,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,326,1328,326,1328,ga.po,,ga,,irish,,,ga,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/kn.po,239,877,772,0,0,87,451,326,1328,kn.po,,kn,,kannada,,,kn,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/fi.po,290,1142,902,0,0,36,186,326,1328,fi.po,,fi,,finnish,,,fi,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ro.po,247,931,1057,0,0,79,397,326,1328,ro.po,,ro,,romanian,,,ro,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ms.po,2,6,6,0,0,324,1322,326,1328,ms.po,,ms,,malay,,,ms,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ru.po,321,1282,1130,0,0,5,46,326,1328,ru.po,,ru,,russian,,,ru,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ia.po,81,318,381,0,0,245,1010,326,1328,ia.po,,ia,,interlingua,,,ia,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/da.po,310,1239,1176,0,0,16,89,326,1328,da.po,,da,,danish,,,da,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/eu.po,310,1239,1114,0,0,16,89,326,1328,eu.po,,eu,,basque,,,eu,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,326,1328,326,1328,vi.po,,vi,,vietnamese,,,vi,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/gl.po,305,1211,1415,0,0,21,117,326,1328,gl.po,,gl,,galician,,,gl,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ka.po,54,118,104,0,0,272,1210,326,1328,ka.po,,ka,,georgian,,,ka,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/lv.po,261,1007,851,0,0,65,321,326,1328,lv.po,,lv,,latvian,,,lv,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/or.po,239,877,941,0,0,87,451,326,1328,or.po,,or,,odia,,,or,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/th.po,21,77,33,0,0,305,1251,326,1328,th.po,,th,,thai,,,th,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/sl.po,305,1211,1195,0,0,21,117,326,1328,sl.po,,sl,,slovenian,,,sl,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,326,1328,326,1328,fa.po,,fa,,persian,,,fa,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/hu.po,319,1277,1100,0,0,7,51,326,1328,hu.po,,hu,,hungarian,,,hu,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ta.po,239,877,703,0,0,87,451,326,1328,ta.po,,ta,,tamil,,,ta,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/sk.po,321,1282,1283,0,0,5,46,326,1328,sk.po,,sk,,slovak,,,sk,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/pt.po,307,1221,1445,0,0,19,107,326,1328,pt.po,,pt,,portuguese,,,pt,po -packagekit-1.1.12-5.fc30.src.rpm.stats.csv,po/ko.po,319,1277,1103,0,0,7,51,326,1328,ko.po,,ko,,korean,,,ko,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/zu.po,85,371,317,4,27,31,199,120,597,zu.po,,zu,,zulu,,,zu,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/zh_tw.po,117,575,215,3,22,0,0,120,597,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,120,597,120,597,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/zh_cn.po,117,575,217,3,22,0,0,120,597,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,120,597,120,597,yo.po,,yo,,yoruba,,,yo,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/vi.po,115,562,794,5,35,0,0,120,597,vi.po,,vi,,vietnamese,,,vi,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,120,597,120,597,ur.po,,ur,,urdu,,,ur,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/uk.po,119,595,597,1,2,0,0,120,597,uk.po,,uk,,ukrainian,,,uk,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,120,597,120,597,tw.po,,tw,,twi,,,tw,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/tr.po,117,575,506,3,22,0,0,120,597,tr.po,,tr,,turkish,,,tr,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,120,597,120,597,th.po,,th,,thai,,,th,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,120,597,120,597,tg.po,,tg,,tajik,,,tg,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/te.po,117,575,470,3,22,0,0,120,597,te.po,,te,,telugu,,,te,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ta.po,117,575,483,3,22,0,0,120,597,ta.po,,ta,,tamil,,,ta,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/sv.po,117,575,541,3,22,0,0,120,597,sv.po,,sv,,swedish,,,sv,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/sr.po,117,575,587,3,22,0,0,120,597,sr.po,,sr,,serbian,,,sr,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/sr@latin.po,114,559,572,5,35,1,3,120,597,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,120,597,120,597,sq.po,,sq,,albanian,,,sq,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,120,597,120,597,sl.po,,sl,,slovenian,,,sl,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/sk.po,117,575,566,3,22,0,0,120,597,sk.po,,sk,,slovak,,,sk,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/si.po,90,410,450,4,27,26,160,120,597,si.po,,si,,sinhala,,,si,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ru.po,117,575,598,3,22,0,0,120,597,ru.po,,ru,,russian,,,ru,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,120,597,120,597,ro.po,,ro,,romanian,,,ro,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/pt.po,117,575,699,3,22,0,0,120,597,pt.po,,pt,,portuguese,,,pt,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/pt_br.po,117,575,627,3,22,0,0,120,597,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/pl.po,119,595,591,1,2,0,0,120,597,pl.po,,pl,,polish,,,pl,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/pa.po,117,575,677,3,22,0,0,120,597,pa.po,,pa,,punjabi,,,pa,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/or.po,117,575,655,3,22,0,0,120,597,or.po,,or,,odia,,,or,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,120,597,120,597,nso.po,,nso,,northern sotho,,,nso,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,120,597,120,597,nn.po,,nn,,norwegian nynorsk,,,nn,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/nl.po,117,575,572,3,22,0,0,120,597,nl.po,,nl,,dutch,,,nl,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,120,597,120,597,ne.po,,ne,,nepali,,,ne,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,120,597,120,597,nds.po,,nds,,low german,,,nds,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/nb.po,117,575,543,3,22,0,0,120,597,nb.po,,nb,,norwegian bokmål,,,nb,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,120,597,120,597,my.po,,my,,burmese,,,my,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ms.po,1,4,4,1,2,118,591,120,597,ms.po,,ms,,malay,,,ms,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/mr.po,117,575,598,3,22,0,0,120,597,mr.po,,mr,,marathi,,,mr,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,120,597,120,597,mn.po,,mn,,mongolian,,,mn,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ml.po,117,575,504,3,22,0,0,120,597,ml.po,,ml,,malayalam,,,ml,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,120,597,120,597,mk.po,,mk,,macedonian,,,mk,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,120,597,120,597,mai.po,,mai,,maithili,,,mai,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,120,597,120,597,lv.po,,lv,,latvian,,,lv,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,120,597,120,597,lt.po,,lt,,lithuanian,,,lt,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,120,597,120,597,ky.po,,ky,,kyrgyz,,,ky,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,120,597,120,597,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,120,597,120,597,kw.po,,kw,,cornish,,,kw,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,120,597,120,597,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,120,597,120,597,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ko.po,117,575,508,3,22,0,0,120,597,ko.po,,ko,,korean,,,ko,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/kn.po,117,575,512,3,22,0,0,120,597,kn.po,,kn,,kannada,,,kn,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/km.po,81,344,168,4,27,35,226,120,597,km.po,,km,,khmer,,,km,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/kk.po,117,575,553,3,22,0,0,120,597,kk.po,,kk,,kazakh,,,kk,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ka.po,31,87,77,1,2,88,508,120,597,ka.po,,ka,,georgian,,,ka,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ja.po,117,575,192,3,22,0,0,120,597,ja.po,,ja,,japanese,,,ja,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/it.po,117,575,614,3,22,0,0,120,597,it.po,,it,,italian,,,it,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,120,597,120,597,is.po,,is,,icelandic,,,is,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,120,597,120,597,ilo.po,,ilo,,iloko,,,ilo,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/id.po,47,215,203,0,0,73,382,120,597,id.po,,id,,indonesian,,,id,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ia.po,117,575,695,3,22,0,0,120,597,ia.po,,ia,,interlingua,,,ia,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/hu.po,117,575,544,3,22,0,0,120,597,hu.po,,hu,,hungarian,,,hu,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,120,597,120,597,hr.po,,hr,,croatian,,,hr,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/hi.po,117,575,665,3,22,0,0,120,597,hi.po,,hi,,hindi,,,hi,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/he.po,44,198,180,4,27,72,372,120,597,he.po,,he,,hebrew,,,he,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/gu.po,117,575,639,3,22,0,0,120,597,gu.po,,gu,,gujarati,,,gu,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,120,597,120,597,gl.po,,gl,,galician,,,gl,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ga.po,117,575,779,3,22,0,0,120,597,ga.po,,ga,,irish,,,ga,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/fr.po,117,575,698,3,22,0,0,120,597,fr.po,,fr,,french,,,fr,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/fi.po,117,575,471,3,22,0,0,120,597,fi.po,,fi,,finnish,,,fi,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,120,597,120,597,fa.po,,fa,,persian,,,fa,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/eu.po,7,13,15,1,2,112,582,120,597,eu.po,,eu,,basque,,,eu,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/et.po,38,158,137,2,7,80,432,120,597,et.po,,et,,estonian,,,et,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/es.po,119,595,725,1,2,0,0,120,597,es.po,,es,,spanish,,,es,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,120,597,120,597,eo.po,,eo,,esperanto,,,eo,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,120,597,120,597,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,120,597,120,597,el.po,,el,,greek,,,el,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/de.po,117,575,579,3,22,0,0,120,597,de.po,,de,,german,,,de,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,120,597,120,597,de_ch.po,,de,ch,german,,switzerland,de_ch,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/da.po,117,575,569,3,22,0,0,120,597,da.po,,da,,danish,,,da,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,120,597,120,597,cy.po,,cy,,welsh,,,cy,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/cs.po,119,595,563,1,2,0,0,120,597,cs.po,,cs,,czech,,,cs,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ca.po,117,575,719,3,22,0,0,120,597,ca.po,,ca,,catalan,,,ca,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,120,597,120,597,bs.po,,bs,,bosnian,,,bs,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,120,597,120,597,brx.po,,brx,,bodo,,,brx,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,120,597,120,597,br.po,,br,,breton,,,br,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,120,597,120,597,bo.po,,bo,,tibetan,,,bo,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/bn.po,115,562,618,5,35,0,0,120,597,bn.po,,bn,,bangla,,,bn,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/bn_in.po,115,562,618,5,35,0,0,120,597,bn_in.po,,bn,in,bangla,,india,bn_in,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/bg.po,117,575,628,3,22,0,0,120,597,bg.po,,bg,,bulgarian,,,bg,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,120,597,120,597,be.po,,be,,belarusian,,,be,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,120,597,120,597,bal.po,,bal,,baluchi,,,bal,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,120,597,120,597,ast.po,,ast,,asturian,,,ast,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/as.po,117,575,617,3,22,0,0,120,597,as.po,,as,,assamese,,,as,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/ar.po,84,367,420,4,27,32,203,120,597,ar.po,,ar,,arabic,,,ar,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,120,597,120,597,anp.po,,anp,,angika,,,anp,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,120,597,120,597,am.po,,am,,amharic,,,am,po -pam-1.3.1-17.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,120,597,120,597,af.po,,af,,afrikaans,,,af,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/as.po,4,7,8,0,0,0,0,4,7,as.po,,as,,assamese,,,as,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/bg.po,4,7,7,0,0,0,0,4,7,bg.po,,bg,,bulgarian,,,bg,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/bn_in.po,4,7,8,0,0,0,0,4,7,bn_in.po,,bn,in,bangla,,india,bn_in,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/bn.po,4,7,8,0,0,0,0,4,7,bn.po,,bn,,bangla,,,bn,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ca.po,4,7,11,0,0,0,0,4,7,ca.po,,ca,,catalan,,,ca,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/cs.po,4,7,7,0,0,0,0,4,7,cs.po,,cs,,czech,,,cs,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/da.po,4,7,7,0,0,0,0,4,7,da.po,,da,,danish,,,da,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/de.po,4,7,7,0,0,0,0,4,7,de.po,,de,,german,,,de,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/el.po,4,7,7,0,0,0,0,4,7,el.po,,el,,greek,,,el,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/es.po,4,7,8,0,0,0,0,4,7,es.po,,es,,spanish,,,es,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/et.po,4,7,7,0,0,0,0,4,7,et.po,,et,,estonian,,,et,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/eu.po,4,7,7,0,0,0,0,4,7,eu.po,,eu,,basque,,,eu,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/fa.po,4,7,11,0,0,0,0,4,7,fa.po,,fa,,persian,,,fa,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/fr.po,4,7,19,0,0,0,0,4,7,fr.po,,fr,,french,,,fr,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/gu.po,4,7,8,0,0,0,0,4,7,gu.po,,gu,,gujarati,,,gu,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/hi.po,4,7,6,0,0,0,0,4,7,hi.po,,hi,,hindi,,,hi,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/hu.po,4,7,9,0,0,0,0,4,7,hu.po,,hu,,hungarian,,,hu,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ia.po,4,7,7,0,0,0,0,4,7,ia.po,,ia,,interlingua,,,ia,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/it.po,4,7,8,0,0,0,0,4,7,it.po,,it,,italian,,,it,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ja.po,4,7,6,0,0,0,0,4,7,ja.po,,ja,,japanese,,,ja,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/kn.po,4,7,7,0,0,0,0,4,7,kn.po,,kn,,kannada,,,kn,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ko.po,4,7,8,0,0,0,0,4,7,ko.po,,ko,,korean,,,ko,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/lv.po,4,7,7,0,0,0,0,4,7,lv.po,,lv,,latvian,,,lv,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ml.po,4,7,7,0,0,0,0,4,7,ml.po,,ml,,malayalam,,,ml,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/mr.po,4,7,8,0,0,0,0,4,7,mr.po,,mr,,marathi,,,mr,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ms.po,4,7,10,0,0,0,0,4,7,ms.po,,ms,,malay,,,ms,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/nl.po,4,7,7,0,0,0,0,4,7,nl.po,,nl,,dutch,,,nl,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/or.po,4,7,12,0,0,0,0,4,7,or.po,,or,,odia,,,or,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/pa.po,4,7,7,0,0,0,0,4,7,pa.po,,pa,,punjabi,,,pa,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/pl.po,4,7,8,0,0,0,0,4,7,pl.po,,pl,,polish,,,pl,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/pt_br.po,4,7,8,0,0,0,0,4,7,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/pt.po,4,7,8,0,0,0,0,4,7,pt.po,,pt,,portuguese,,,pt,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ro.po,4,7,7,0,0,0,0,4,7,ro.po,,ro,,romanian,,,ro,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ru.po,4,7,7,0,0,0,0,4,7,ru.po,,ru,,russian,,,ru,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/sk.po,4,7,7,0,0,0,0,4,7,sk.po,,sk,,slovak,,,sk,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/sr@latin.po,4,7,7,0,0,0,0,4,7,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/sr.po,4,7,7,0,0,0,0,4,7,sr.po,,sr,,serbian,,,sr,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/sv.po,4,7,7,0,0,0,0,4,7,sv.po,,sv,,swedish,,,sv,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/ta.po,4,7,7,0,0,0,0,4,7,ta.po,,ta,,tamil,,,ta,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/te.po,4,7,9,0,0,0,0,4,7,te.po,,te,,telugu,,,te,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/tr.po,4,7,7,0,0,0,0,4,7,tr.po,,tr,,turkish,,,tr,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/uk.po,4,7,10,0,0,0,0,4,7,uk.po,,uk,,ukrainian,,,uk,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/zh_cn.po,4,7,6,0,0,0,0,4,7,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv,po/zh_tw.po,4,7,7,0,0,0,0,4,7,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/nl.po,550,4416,4407,0,0,0,0,550,4416,nl.po,,nl,,dutch,,,nl,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/vi.po,550,4416,5897,0,0,0,0,550,4416,vi.po,,vi,,vietnamese,,,vi,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/ca.po,154,1027,1173,113,1142,283,2247,550,4416,ca.po,,ca,,catalan,,,ca,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/ja.po,550,4416,1666,0,0,0,0,550,4416,ja.po,,ja,,japanese,,,ja,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/gl.po,340,2436,2865,12,85,198,1895,550,4416,gl.po,,gl,,galician,,,gl,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/id.po,494,3917,3864,41,368,15,131,550,4416,id.po,,id,,indonesian,,,id,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/it.po,550,4416,4678,0,0,0,0,550,4416,it.po,,it,,italian,,,it,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/cs.po,456,3683,3248,56,494,38,239,550,4416,cs.po,,cs,,czech,,,cs,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/ro.po,110,663,741,41,406,399,3347,550,4416,ro.po,,ro,,romanian,,,ro,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/de.po,550,4416,4379,0,0,0,0,550,4416,de.po,,de,,german,,,de,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/fr.po,518,4158,4933,25,195,7,63,550,4416,fr.po,,fr,,french,,,fr,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/sk.po,536,4291,3966,10,93,4,32,550,4416,sk.po,,sk,,slovak,,,sk,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/uk.po,550,4416,4105,0,0,0,0,550,4416,uk.po,,uk,,ukrainian,,,uk,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/zh_cn.po,155,1007,363,111,1183,284,2226,550,4416,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/sv.po,424,3121,3008,44,397,82,898,550,4416,sv.po,,sv,,swedish,,,sv,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/pt_br.po,550,4416,4968,0,0,0,0,550,4416,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/nn.po,157,1052,974,113,1191,280,2173,550,4416,nn.po,,nn,,norwegian nynorsk,,,nn,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/ru.po,550,4416,3987,0,0,0,0,550,4416,ru.po,,ru,,russian,,,ru,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/tr.po,536,4291,3605,10,93,4,32,550,4416,tr.po,,tr,,turkish,,,tr,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/pt.po,112,786,860,120,1017,318,2613,550,4416,pt.po,,pt,,portuguese,,,pt,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/sl.po,513,4060,3820,29,292,8,64,550,4416,sl.po,,sl,,slovenian,,,sl,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/sr.po,535,4290,4198,8,86,7,40,550,4416,sr.po,,sr,,serbian,,,sr,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/rw.po,16,16,17,227,2179,307,2221,550,4416,rw.po,,rw,,kinyarwanda,,,rw,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/es.po,217,1706,1989,79,702,254,2008,550,4416,es.po,,es,,spanish,,,es,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/da.po,433,3165,3069,26,211,91,1040,550,4416,da.po,,da,,danish,,,da,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/pl.po,550,4416,4257,0,0,0,0,550,4416,pl.po,,pl,,polish,,,pl,po -parted-3.2-40.fc30.src.rpm.stats.csv,po/zh_tw.po,535,4290,1578,8,86,7,40,550,4416,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/zh_tw.po,56,329,125,0,0,1,7,57,336,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,57,336,57,336,gl.po,,gl,,galician,,,gl,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/bs.po,49,267,299,0,0,8,69,57,336,bs.po,,bs,,bosnian,,,bs,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ast.po,49,267,318,0,0,8,69,57,336,ast.po,,ast,,asturian,,,ast,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/fi.po,56,329,282,0,0,1,7,57,336,fi.po,,fi,,finnish,,,fi,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/eu.po,21,88,81,0,0,36,248,57,336,eu.po,,eu,,basque,,,eu,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,57,336,57,336,ur.po,,ur,,urdu,,,ur,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/nl.po,56,329,357,0,0,1,7,57,336,nl.po,,nl,,dutch,,,nl,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ko.po,56,329,333,0,0,1,7,57,336,ko.po,,ko,,korean,,,ko,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,57,336,57,336,my.po,,my,,burmese,,,my,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/cs.po,56,329,306,0,0,1,7,57,336,cs.po,,cs,,czech,,,cs,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ml.po,56,329,329,0,0,1,7,57,336,ml.po,,ml,,malayalam,,,ml,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/as.po,54,306,380,0,0,3,30,57,336,as.po,,as,,assamese,,,as,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/tr.po,56,329,315,0,0,1,7,57,336,tr.po,,tr,,turkish,,,tr,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/nds.po,17,51,52,0,0,40,285,57,336,nds.po,,nds,,low german,,,nds,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/sk.po,56,329,314,0,0,1,7,57,336,sk.po,,sk,,slovak,,,sk,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/te.po,54,306,297,0,0,3,30,57,336,te.po,,te,,telugu,,,te,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/sr@latin.po,49,267,288,0,0,8,69,57,336,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ja.po,54,306,137,0,0,3,30,57,336,ja.po,,ja,,japanese,,,ja,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/bn.po,54,306,348,0,0,3,30,57,336,bn.po,,bn,,bangla,,,bn,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/sl.po,54,306,319,0,0,3,30,57,336,sl.po,,sl,,slovenian,,,sl,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/da.po,56,329,310,0,0,1,7,57,336,da.po,,da,,danish,,,da,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,57,336,57,336,cy.po,,cy,,welsh,,,cy,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/bg.po,54,306,338,0,0,3,30,57,336,bg.po,,bg,,bulgarian,,,bg,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/fa.po,20,97,118,0,0,37,239,57,336,fa.po,,fa,,persian,,,fa,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/fr.po,56,329,425,0,0,1,7,57,336,fr.po,,fr,,french,,,fr,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/or.po,49,267,328,0,0,8,69,57,336,or.po,,or,,odia,,,or,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,57,336,57,336,hy.po,,hy,,armenian,,,hy,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/is.po,17,56,50,0,0,40,280,57,336,is.po,,is,,icelandic,,,is,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/pa.po,49,267,305,0,0,8,69,57,336,pa.po,,pa,,punjabi,,,pa,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/es.po,56,329,397,0,0,1,7,57,336,es.po,,es,,spanish,,,es,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ms.po,41,225,226,0,0,16,111,57,336,ms.po,,ms,,malay,,,ms,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/id.po,56,329,351,0,0,1,7,57,336,id.po,,id,,indonesian,,,id,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/en_gb.po,49,267,267,0,0,8,69,57,336,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/pt_br.po,56,329,401,0,0,1,7,57,336,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ka.po,42,212,200,0,0,15,124,57,336,ka.po,,ka,,georgian,,,ka,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/pl.po,56,329,321,0,0,1,7,57,336,pl.po,,pl,,polish,,,pl,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,57,336,57,336,lo.po,,lo,,lao,,,lo,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/sv.po,56,329,311,0,0,1,7,57,336,sv.po,,sv,,swedish,,,sv,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,57,336,57,336,wa.po,,wa,,walloon,,,wa,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/sr.po,56,329,342,0,0,1,7,57,336,sr.po,,sr,,serbian,,,sr,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/el.po,54,306,347,0,0,3,30,57,336,el.po,,el,,greek,,,el,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/nb.po,54,306,292,0,0,3,30,57,336,nb.po,,nb,,norwegian bokmål,,,nb,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/it.po,56,329,352,0,0,1,7,57,336,it.po,,it,,italian,,,it,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ar.po,49,267,291,0,0,8,69,57,336,ar.po,,ar,,arabic,,,ar,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,57,336,57,336,ku.po,,ku,,kurdish,,,ku,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ro.po,54,306,335,0,0,3,30,57,336,ro.po,,ro,,romanian,,,ro,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,57,336,57,336,vi.po,,vi,,vietnamese,,,vi,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/hr.po,47,259,289,0,0,10,77,57,336,hr.po,,hr,,croatian,,,hr,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/hu.po,56,329,321,0,0,1,7,57,336,hu.po,,hu,,hungarian,,,hu,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/mr.po,49,267,284,0,0,8,69,57,336,mr.po,,mr,,marathi,,,mr,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,57,336,57,336,he.po,,he,,hebrew,,,he,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/kn.po,54,306,303,0,0,3,30,57,336,kn.po,,kn,,kannada,,,kn,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,57,336,57,336,et.po,,et,,estonian,,,et,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/de.po,56,329,343,0,0,1,7,57,336,de.po,,de,,german,,,de,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ru.po,56,329,302,0,0,1,7,57,336,ru.po,,ru,,russian,,,ru,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/hi.po,49,267,327,0,0,8,69,57,336,hi.po,,hi,,hindi,,,hi,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/bn_in.po,54,306,348,0,0,3,30,57,336,bn_in.po,,bn,in,bangla,,india,bn_in,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/zh_cn.po,56,329,118,0,0,1,7,57,336,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ta.po,49,267,246,0,0,8,69,57,336,ta.po,,ta,,tamil,,,ta,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/ca.po,56,329,443,0,0,1,7,57,336,ca.po,,ca,,catalan,,,ca,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/sq.po,56,329,400,0,0,1,7,57,336,sq.po,,sq,,albanian,,,sq,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/gu.po,49,267,300,0,0,8,69,57,336,gu.po,,gu,,gujarati,,,gu,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/pt.po,56,329,398,0,0,1,7,57,336,pt.po,,pt,,portuguese,,,pt,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/mk.po,47,259,305,0,0,10,77,57,336,mk.po,,mk,,macedonian,,,mk,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,57,336,57,336,si.po,,si,,sinhala,,,si,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,57,336,57,336,nn.po,,nn,,norwegian nynorsk,,,nn,po -passwd-0.80-5.fc30.src.rpm.stats.csv,po/uk.po,56,329,351,0,0,1,7,57,336,uk.po,,uk,,ukrainian,,,uk,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/hu.po,12,40,37,0,0,0,0,12,40,hu.po,,hu,,hungarian,,,hu,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/de.po,12,40,39,0,0,0,0,12,40,de.po,,de,,german,,,de,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/id.po,10,35,34,0,0,2,5,12,40,id.po,,id,,indonesian,,,id,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/sr@latin.po,12,40,46,0,0,0,0,12,40,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/cs.po,12,40,44,0,0,0,0,12,40,cs.po,,cs,,czech,,,cs,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/sl.po,12,40,49,0,0,0,0,12,40,sl.po,,sl,,slovenian,,,sl,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/pt.po,12,40,45,0,0,0,0,12,40,pt.po,,pt,,portuguese,,,pt,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/tr.po,12,40,40,0,0,0,0,12,40,tr.po,,tr,,turkish,,,tr,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/bs.po,12,40,43,0,0,0,0,12,40,bs.po,,bs,,bosnian,,,bs,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/el.po,12,40,41,0,0,0,0,12,40,el.po,,el,,greek,,,el,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/pt_br.po,12,40,44,0,0,0,0,12,40,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/sr.po,12,40,46,0,0,0,0,12,40,sr.po,,sr,,serbian,,,sr,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/da.po,12,40,40,0,0,0,0,12,40,da.po,,da,,danish,,,da,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/es.po,12,40,48,0,0,0,0,12,40,es.po,,es,,spanish,,,es,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/pl.po,12,40,55,0,0,0,0,12,40,pl.po,,pl,,polish,,,pl,po -phodav-2.2-4.fc30.src.rpm.stats.csv,po/sv.po,12,40,43,0,0,0,0,12,40,sv.po,,sv,,swedish,,,sv,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/ru.po,53,315,297,1,6,0,0,54,321,ru.po,,ru,,russian,,,ru,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/pl.po,51,307,319,3,14,0,0,54,321,pl.po,,pl,,polish,,,pl,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/cs.po,53,315,304,1,6,0,0,54,321,cs.po,,cs,,czech,,,cs,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/vi.po,53,315,437,1,6,0,0,54,321,vi.po,,vi,,vietnamese,,,vi,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/de.po,49,203,205,4,111,1,7,54,321,de.po,,de,,german,,,de,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/pt_br.po,53,315,362,1,6,0,0,54,321,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/eu.po,52,311,306,2,10,0,0,54,321,eu.po,,eu,,basque,,,eu,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/ro.po,53,315,363,1,6,0,0,54,321,ro.po,,ro,,romanian,,,ro,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/sv.po,22,83,84,8,40,24,198,54,321,sv.po,,sv,,swedish,,,sv,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/nl.po,53,315,336,1,6,0,0,54,321,nl.po,,nl,,dutch,,,nl,po -pinfo-0.6.10-20.fc29.src.rpm.stats.csv,po/ja.po,40,169,58,7,124,7,28,54,321,ja.po,,ja,,japanese,,,ja,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/es.po,27,229,236,0,0,1051,7449,1078,7678,es.po,,es,,spanish,,,es,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/cs.po,1,1,1,0,0,1077,7677,1078,7678,cs.po,,cs,,czech,,,cs,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ja.po,28,236,117,0,0,1050,7442,1078,7678,ja.po,,ja,,japanese,,,ja,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/nl.po,28,236,240,0,0,1050,7442,1078,7678,nl.po,,nl,,dutch,,,nl,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/zh_tw.po,5,30,7,0,0,1073,7648,1078,7678,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/sv.po,28,236,211,0,0,1050,7442,1078,7678,sv.po,,sv,,swedish,,,sv,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/uk.po,28,236,227,0,0,1050,7442,1078,7678,uk.po,,uk,,ukrainian,,,uk,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bn_in.po,564,3618,3652,0,0,514,4060,1078,7678,bn_in.po,,bn,in,bangla,,india,bn_in,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/zu.po,10,10,11,0,0,1068,7668,1078,7678,zu.po,,zu,,zulu,,,zu,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/as.po,564,3618,3545,0,0,514,4060,1078,7678,as.po,,as,,assamese,,,as,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ko.po,556,3554,2985,0,0,522,4124,1078,7678,ko.po,,ko,,korean,,,ko,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/da.po,268,1289,1154,0,0,810,6389,1078,7678,da.po,,da,,danish,,,da,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/kn.po,565,3619,2964,0,0,513,4059,1078,7678,kn.po,,kn,,kannada,,,kn,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ia.po,18,19,20,0,0,1060,7659,1078,7678,ia.po,,ia,,interlingua,,,ia,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/fil.po,6,6,8,0,0,1072,7672,1078,7678,fil.po,,fil,,filipino,,,fil,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/zh_hk.po,4,4,4,0,0,1074,7674,1078,7678,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/fi.po,271,1282,1095,0,0,807,6396,1078,7678,fi.po,,fi,,finnish,,,fi,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bal.po,7,7,7,0,0,1071,7671,1078,7678,bal.po,,bal,,baluchi,,,bal,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ar.po,219,1149,1144,0,0,859,6529,1078,7678,ar.po,,ar,,arabic,,,ar,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/sr.po,224,1155,1250,0,0,854,6523,1078,7678,sr.po,,sr,,serbian,,,sr,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/sk.po,157,775,702,0,0,921,6903,1078,7678,sk.po,,sk,,slovak,,,sk,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/mai.po,184,932,1042,0,0,894,6746,1078,7678,mai.po,,mai,,maithili,,,mai,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/is.po,25,25,27,0,0,1053,7653,1078,7678,is.po,,is,,icelandic,,,is,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/el.po,55,109,111,0,0,1023,7569,1078,7678,el.po,,el,,greek,,,el,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/hr.po,171,813,814,0,0,907,6865,1078,7678,hr.po,,hr,,croatian,,,hr,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bg.po,244,1250,1448,0,0,834,6428,1078,7678,bg.po,,bg,,bulgarian,,,bg,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/eo.po,4,4,4,0,0,1074,7674,1078,7678,eo.po,,eo,,esperanto,,,eo,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/hu.po,405,2084,1961,0,0,673,5594,1078,7678,hu.po,,hu,,hungarian,,,hu,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/zh_cn.po,579,3713,1314,0,0,499,3965,1078,7678,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/tg.po,20,20,24,0,0,1058,7658,1078,7678,tg.po,,tg,,tajik,,,tg,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/pt_br.po,579,3713,4471,0,0,499,3965,1078,7678,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/mn.po,8,8,8,0,0,1070,7670,1078,7678,mn.po,,mn,,mongolian,,,mn,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ga.po,8,8,9,0,0,1070,7670,1078,7678,ga.po,,ga,,irish,,,ga,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/or.po,564,3618,3813,0,0,514,4060,1078,7678,or.po,,or,,odia,,,or,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/de_ch.po,7,7,7,0,0,1071,7671,1078,7678,de_ch.po,,de,ch,german,,switzerland,de_ch,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/vi.po,20,21,35,0,0,1058,7657,1078,7678,vi.po,,vi,,vietnamese,,,vi,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/be.po,19,19,19,0,0,1059,7659,1078,7678,be.po,,be,,belarusian,,,be,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/sl.po,18,18,18,0,0,1060,7660,1078,7678,sl.po,,sl,,slovenian,,,sl,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/my.po,7,7,7,0,0,1071,7671,1078,7678,my.po,,my,,burmese,,,my,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lt.po,22,22,24,0,0,1056,7656,1078,7678,lt.po,,lt,,lithuanian,,,lt,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/af.po,10,10,11,0,0,1068,7668,1078,7678,af.po,,af,,afrikaans,,,af,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/en_gb.po,225,1158,1158,0,0,853,6520,1078,7678,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/sr@latin.po,220,1151,1245,0,0,858,6527,1078,7678,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/brx.po,1,1,2,0,0,1077,7677,1078,7678,brx.po,,brx,,bodo,,,brx,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ta.po,564,3618,2946,0,0,514,4060,1078,7678,ta.po,,ta,,tamil,,,ta,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ilo.po,8,8,10,0,0,1070,7670,1078,7678,ilo.po,,ilo,,iloko,,,ilo,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ms.po,80,432,420,0,0,998,7246,1078,7678,ms.po,,ms,,malay,,,ms,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lv.po,21,21,22,0,0,1057,7657,1078,7678,lv.po,,lv,,latvian,,,lv,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/pa.po,564,3618,4051,0,0,514,4060,1078,7678,pa.po,,pa,,punjabi,,,pa,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/gl.po,23,24,26,0,0,1055,7654,1078,7678,gl.po,,gl,,galician,,,gl,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ru.po,578,3706,3104,0,0,500,3972,1078,7678,ru.po,,ru,,russian,,,ru,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/gu.po,564,3618,3833,0,0,514,4060,1078,7678,gu.po,,gu,,gujarati,,,gu,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bs.po,138,754,757,0,0,940,6924,1078,7678,bs.po,,bs,,bosnian,,,bs,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/kk.po,20,20,22,0,0,1058,7658,1078,7678,kk.po,,kk,,kazakh,,,kk,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bn.po,29,29,33,0,0,1049,7649,1078,7678,bn.po,,bn,,bangla,,,bn,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/pl.po,627,4005,3706,0,0,451,3673,1078,7678,pl.po,,pl,,polish,,,pl,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/tr.po,41,52,55,0,0,1037,7626,1078,7678,tr.po,,tr,,turkish,,,tr,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/fa.po,23,23,28,0,0,1055,7655,1078,7678,fa.po,,fa,,persian,,,fa,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ca.po,576,3679,4536,0,0,502,3999,1078,7678,ca.po,,ca,,catalan,,,ca,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/id.po,32,33,34,0,0,1046,7645,1078,7678,id.po,,id,,indonesian,,,id,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/sq.po,30,30,35,0,0,1048,7648,1078,7678,sq.po,,sq,,albanian,,,sq,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/he.po,28,28,30,0,0,1050,7650,1078,7678,he.po,,he,,hebrew,,,he,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ur.po,12,12,16,0,0,1066,7666,1078,7678,ur.po,,ur,,urdu,,,ur,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ne.po,8,8,11,0,0,1070,7670,1078,7678,ne.po,,ne,,nepali,,,ne,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ast.po,9,9,9,0,0,1069,7669,1078,7678,ast.po,,ast,,asturian,,,ast,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/th.po,21,21,21,0,0,1057,7657,1078,7678,th.po,,th,,thai,,,th,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/am.po,9,9,11,0,0,1069,7669,1078,7678,am.po,,am,,amharic,,,am,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/hi.po,564,3618,4038,0,0,514,4060,1078,7678,hi.po,,hi,,hindi,,,hi,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/nds.po,28,29,28,0,0,1050,7649,1078,7678,nds.po,,nds,,low german,,,nds,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/eu.po,39,48,50,0,0,1039,7630,1078,7678,eu.po,,eu,,basque,,,eu,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/fr.po,627,4005,4749,0,0,451,3673,1078,7678,fr.po,,fr,,french,,,fr,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/br.po,10,10,12,0,0,1068,7668,1078,7678,br.po,,br,,breton,,,br,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/et.po,31,31,32,0,0,1047,7647,1078,7678,et.po,,et,,estonian,,,et,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/si.po,19,19,24,0,0,1059,7659,1078,7678,si.po,,si,,sinhala,,,si,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ml.po,564,3618,2805,0,0,514,4060,1078,7678,ml.po,,ml,,malayalam,,,ml,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ky.po,1,1,1,0,0,1077,7677,1078,7678,ky.po,,ky,,kyrgyz,,,ky,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/te.po,564,3618,2852,0,0,514,4060,1078,7678,te.po,,te,,telugu,,,te,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ka.po,24,24,24,0,0,1054,7654,1078,7678,ka.po,,ka,,georgian,,,ka,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/mr.po,564,3618,3319,0,0,514,4060,1078,7678,mr.po,,mr,,marathi,,,mr,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/nb.po,44,69,73,0,0,1034,7609,1078,7678,nb.po,,nb,,norwegian bokmål,,,nb,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/nn.po,23,23,26,0,0,1055,7655,1078,7678,nn.po,,nn,,norwegian nynorsk,,,nn,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/km.po,9,9,9,0,0,1069,7669,1078,7678,km.po,,km,,khmer,,,km,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/pt.po,227,1159,1489,0,0,851,6519,1078,7678,pt.po,,pt,,portuguese,,,pt,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/fur.po,18,18,20,0,0,1060,7660,1078,7678,fur.po,,fur,,friulian,,,fur,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ro.po,25,25,25,0,0,1053,7653,1078,7678,ro.po,,ro,,romanian,,,ro,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/de.po,579,3713,3407,0,0,499,3965,1078,7678,de.po,,de,,german,,,de,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/cy.po,14,14,15,0,0,1064,7664,1078,7678,cy.po,,cy,,welsh,,,cy,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/nso.po,9,9,10,0,0,1069,7669,1078,7678,nso.po,,nso,,northern sotho,,,nso,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/mk.po,128,744,912,0,0,950,6934,1078,7678,mk.po,,mk,,macedonian,,,mk,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/it.po,577,3704,3949,0,0,501,3974,1078,7678,it.po,,it,,italian,,,it,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,1078,7678,1078,7678,xh.po,,xh,,xhosa,,,xh,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,1078,7678,1078,7678,wo.po,,wo,,wolof,,,wo,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/vi_vn.po,0,0,0,0,0,1078,7678,1078,7678,vi_vn.po,,vi,vn,vietnamese,,vietnam,vi_vn,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,1078,7678,1078,7678,tl.po,,tl,,tagalog,,,tl,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/si_lk.po,0,0,0,0,0,1078,7678,1078,7678,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,1078,7678,1078,7678,mg.po,,mg,,malagasy,,,mg,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lv_lv.po,0,0,0,0,0,1078,7678,1078,7678,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lt_lt.po,0,0,0,0,0,1078,7678,1078,7678,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,1078,7678,1078,7678,lo.po,,lo,,lao,,,lo,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/la.po,0,0,0,0,0,1078,7678,1078,7678,la.po,,la,,latin,,,la,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,1078,7678,1078,7678,ku.po,,ku,,kurdish,,,ku,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,1078,7678,1078,7678,ks.po,,ks,,kashmiri,,,ks,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,1078,7678,1078,7678,hy.po,,hy,,armenian,,,hy,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/es_mx.po,0,0,0,0,0,1078,7678,1078,7678,es_mx.po,,es,mx,spanish,,mexico,es_mx,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,1078,7678,1078,7678,dz.po,,dz,,dzongkha,,,dz,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,1078,7678,1078,7678,bo.po,,bo,,tibetan,,,bo,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/bn_bd.po,0,0,0,0,0,1078,7678,1078,7678,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,1078,7678,1078,7678,az.po,,az,,azerbaijani,,,az,po -policycoreutils-2.9-1.fc30.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,1078,7678,1078,7678,aln.po,,aln,,gheg albanian,,,aln,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/id.po,26,228,214,0,0,0,0,26,228,id.po,,id,,indonesian,,,id,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/da.po,2,20,22,4,41,20,167,26,228,da.po,,da,,danish,,,da,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/uk.po,26,228,238,0,0,0,0,26,228,uk.po,,uk,,ukrainian,,,uk,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/sv.po,26,228,215,0,0,0,0,26,228,sv.po,,sv,,swedish,,,sv,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/pt_br.po,26,228,257,0,0,0,0,26,228,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/de.po,26,228,215,0,0,0,0,26,228,de.po,,de,,german,,,de,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/sk.po,26,228,245,0,0,0,0,26,228,sk.po,,sk,,slovak,,,sk,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/hr.po,26,228,210,0,0,0,0,26,228,hr.po,,hr,,croatian,,,hr,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/pl.po,26,228,228,0,0,0,0,26,228,pl.po,,pl,,polish,,,pl,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/cs.po,25,141,129,1,87,0,0,26,228,cs.po,,cs,,czech,,,cs,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/zh_cn.po,25,227,102,0,0,1,1,26,228,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/tr.po,26,228,222,0,0,0,0,26,228,tr.po,,tr,,turkish,,,tr,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/zh_tw.po,26,228,94,0,0,0,0,26,228,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -polkit-0.115-10.fc30.1.src.rpm.stats.csv,po/hu.po,26,228,213,0,0,0,0,26,228,hu.po,,hu,,hungarian,,,hu,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/pl.po,29,78,76,0,0,2,6,31,84,pl.po,,pl,,polish,,,pl,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/zh_cn.po,29,78,40,0,0,2,6,31,84,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/nb.po,24,61,58,2,8,5,15,31,84,nb.po,,nb,,norwegian bokmål,,,nb,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/ro.po,11,31,32,3,16,17,37,31,84,ro.po,,ro,,romanian,,,ro,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/fi.po,29,78,76,0,0,2,6,31,84,fi.po,,fi,,finnish,,,fi,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/ko.po,24,61,61,2,8,5,15,31,84,ko.po,,ko,,korean,,,ko,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/de.po,29,78,75,0,0,2,6,31,84,de.po,,de,,german,,,de,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/da.po,29,78,75,0,0,2,6,31,84,da.po,,da,,danish,,,da,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/wa.po,2,8,15,1,5,28,71,31,84,wa.po,,wa,,walloon,,,wa,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/ga.po,29,78,91,0,0,2,6,31,84,ga.po,,ga,,irish,,,ga,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/hu.po,26,68,69,3,10,2,6,31,84,hu.po,,hu,,hungarian,,,hu,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/sv.po,29,78,75,0,0,2,6,31,84,sv.po,,sv,,swedish,,,sv,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/ja.po,26,68,26,3,10,2,6,31,84,ja.po,,ja,,japanese,,,ja,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/sl.po,2,8,10,1,5,28,71,31,84,sl.po,,sl,,slovenian,,,sl,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/sk.po,2,8,8,1,5,28,71,31,84,sk.po,,sk,,slovak,,,sk,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/ru.po,29,78,80,0,0,2,6,31,84,ru.po,,ru,,russian,,,ru,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/lv.po,29,78,75,0,0,2,6,31,84,lv.po,,lv,,latvian,,,lv,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/es.po,21,48,54,2,8,8,28,31,84,es.po,,es,,spanish,,,es,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/fr.po,24,61,73,2,8,5,15,31,84,fr.po,,fr,,french,,,fr,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/th.po,29,78,38,0,0,2,6,31,84,th.po,,th,,thai,,,th,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/vi.po,29,78,140,0,0,2,6,31,84,vi.po,,vi,,vietnamese,,,vi,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/is.po,24,61,68,2,8,5,15,31,84,is.po,,is,,icelandic,,,is,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/nl.po,29,78,88,0,0,2,6,31,84,nl.po,,nl,,dutch,,,nl,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/it.po,29,78,90,0,0,2,6,31,84,it.po,,it,,italian,,,it,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/id.po,29,78,82,0,0,2,6,31,84,id.po,,id,,indonesian,,,id,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/cs.po,29,78,79,0,0,2,6,31,84,cs.po,,cs,,czech,,,cs,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/zh_tw.po,24,61,26,2,8,5,15,31,84,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/tr.po,21,48,52,3,13,7,23,31,84,tr.po,,tr,,turkish,,,tr,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/uk.po,2,8,8,1,5,28,71,31,84,uk.po,,uk,,ukrainian,,,uk,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/eo.po,29,78,89,0,0,2,6,31,84,eo.po,,eo,,esperanto,,,eo,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/gl.po,21,48,56,3,13,7,23,31,84,gl.po,,gl,,galician,,,gl,po -popt-1.16-17.fc30.src.rpm.stats.csv,po/pt.po,24,61,69,2,8,5,15,31,84,pt.po,,pt,,portuguese,,,pt,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,man-po/fr.po,593,5211,5721,0,0,0,0,593,5211,fr.po,,fr,,french,,,fr,man-po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,man-po/zh_cn.po,34,41,37,0,0,559,5170,593,5211,zh_cn.po,,zh,cn,chinese,,china,zh_cn,man-po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,man-po/de.po,583,4927,5018,1,60,9,224,593,5211,de.po,,de,,german,,,de,man-po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,man-po/pl.po,593,5211,4699,0,0,0,0,593,5211,pl.po,,pl,,polish,,,pl,man-po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,man-po/sv.po,593,5211,4807,0,0,0,0,593,5211,sv.po,,sv,,swedish,,,sv,man-po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,man-po/uk.po,593,5211,5270,0,0,0,0,593,5211,uk.po,,uk,,ukrainian,,,uk,man-po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,man-po/pt_br.po,593,5211,5656,0,0,0,0,593,5211,pt_br.po,,pt,br,portuguese,,brazil,pt_br,man-po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/fr.po,795,4574,5399,3,19,0,0,798,4593,fr.po,,fr,,french,,,fr,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/zh_cn.po,63,158,105,347,1194,388,3241,798,4593,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/de.po,690,3410,3371,9,61,99,1122,798,4593,de.po,,de,,german,,,de,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/pl.po,795,4574,4588,3,19,0,0,798,4593,pl.po,,pl,,polish,,,pl,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/sv.po,795,4574,4385,3,19,0,0,798,4593,sv.po,,sv,,swedish,,,sv,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/uk.po,795,4574,4883,3,19,0,0,798,4593,uk.po,,uk,,ukrainian,,,uk,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/vi.po,754,4366,6158,21,158,23,69,798,4593,vi.po,,vi,,vietnamese,,,vi,po -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv,po/pt_br.po,795,4574,5145,3,19,0,0,798,4593,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/fr.po,80,646,747,5,346,0,0,85,992,fr.po,,fr,,french,,,fr,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/cs.po,75,497,498,10,495,0,0,85,992,cs.po,,cs,,czech,,,cs,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/eo.po,80,646,678,5,346,0,0,85,992,eo.po,,eo,,esperanto,,,eo,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/ro.po,11,81,91,18,200,56,711,85,992,ro.po,,ro,,romanian,,,ro,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/fi.po,80,646,586,5,346,0,0,85,992,fi.po,,fi,,finnish,,,fi,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/zh_cn.po,75,497,271,10,495,0,0,85,992,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/ru.po,80,646,664,5,346,0,0,85,992,ru.po,,ru,,russian,,,ru,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/ca.po,11,81,92,23,517,51,394,85,992,ca.po,,ca,,catalan,,,ca,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/eu.po,68,452,457,16,533,1,7,85,992,eu.po,,eu,,basque,,,eu,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/it.po,75,497,544,10,495,0,0,85,992,it.po,,it,,italian,,,it,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/de.po,80,646,655,5,346,0,0,85,992,de.po,,de,,german,,,de,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/pl.po,80,646,672,5,346,0,0,85,992,pl.po,,pl,,polish,,,pl,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/pt.po,2,10,11,14,91,69,891,85,992,pt.po,,pt,,portuguese,,,pt,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/id.po,68,452,484,16,533,1,7,85,992,id.po,,id,,indonesian,,,id,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/sv.po,80,646,656,5,346,0,0,85,992,sv.po,,sv,,swedish,,,sv,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/zh_tw.po,75,497,243,10,495,0,0,85,992,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/ja.po,34,203,87,21,512,30,277,85,992,ja.po,,ja,,japanese,,,ja,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/hu.po,80,646,651,5,346,0,0,85,992,hu.po,,hu,,hungarian,,,hu,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/uk.po,80,646,716,5,346,0,0,85,992,uk.po,,uk,,ukrainian,,,uk,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/vi.po,80,646,975,5,346,0,0,85,992,vi.po,,vi,,vietnamese,,,vi,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/pt_br.po,80,646,738,5,346,0,0,85,992,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/bg.po,34,203,270,21,512,30,277,85,992,bg.po,,bg,,bulgarian,,,bg,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/nl.po,80,646,678,5,346,0,0,85,992,nl.po,,nl,,dutch,,,nl,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/nb.po,34,203,212,21,512,30,277,85,992,nb.po,,nb,,norwegian bokmål,,,nb,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/el.po,80,646,703,5,346,0,0,85,992,el.po,,el,,greek,,,el,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/sr.po,80,646,678,5,346,0,0,85,992,sr.po,,sr,,serbian,,,sr,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/da.po,80,646,648,5,346,0,0,85,992,da.po,,da,,danish,,,da,po -psmisc-23.1-5.1.fc30.src.rpm.stats.csv,po/hr.po,80,646,659,5,346,0,0,85,992,hr.po,,hr,,croatian,,,hr,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/fi.po,409,2013,1649,44,952,98,623,551,3588,fi.po,,fi,,finnish,,,fi,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/es.po,409,2013,2386,44,952,98,623,551,3588,es.po,,es,,spanish,,,es,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/id.po,522,3403,3284,14,181,15,4,551,3588,id.po,,id,,indonesian,,,id,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/el.po,551,3584,3652,0,0,0,4,551,3588,el.po,,el,,greek,,,el,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/zh_cn.po,529,3529,1460,0,0,22,59,551,3588,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/cs.po,464,2840,2701,6,148,81,600,551,3588,cs.po,,cs,,czech,,,cs,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/hi.po,407,2011,2239,43,951,101,626,551,3588,hi.po,,hi,,hindi,,,hi,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/lt.po,538,3588,3303,0,0,13,0,551,3588,lt.po,,lt,,lithuanian,,,lt,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/uk.po,536,3584,3655,0,0,15,4,551,3588,uk.po,,uk,,ukrainian,,,uk,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/de_ch.po,369,1754,1566,57,906,125,928,551,3588,de_ch.po,,de,ch,german,,switzerland,de_ch,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/ta.po,407,2011,1835,43,951,101,626,551,3588,ta.po,,ta,,tamil,,,ta,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/mr.po,407,2011,2002,43,951,101,626,551,3588,mr.po,,mr,,marathi,,,mr,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/ja.po,496,3304,1617,0,0,55,284,551,3588,ja.po,,ja,,japanese,,,ja,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/nn.po,531,3552,3298,0,0,20,36,551,3588,nn.po,,nn,,norwegian nynorsk,,,nn,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/sv.po,536,3579,3262,0,0,15,9,551,3588,sv.po,,sv,,swedish,,,sv,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/zh_tw.po,534,3573,1526,0,0,17,15,551,3588,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/pl.po,536,3584,3501,0,0,15,4,551,3588,pl.po,,pl,,polish,,,pl,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/bn_in.po,407,2011,2154,43,951,101,626,551,3588,bn_in.po,,bn,in,bangla,,india,bn_in,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/fr.po,521,3450,4057,0,0,30,138,551,3588,fr.po,,fr,,french,,,fr,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/te.po,407,2011,1809,43,951,101,626,551,3588,te.po,,te,,telugu,,,te,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/de.po,526,3513,3264,0,0,25,75,551,3588,de.po,,de,,german,,,de,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/sk.po,367,1253,1199,0,0,184,2335,551,3588,sk.po,,sk,,slovak,,,sk,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/pt.po,374,1932,2171,55,981,122,675,551,3588,pt.po,,pt,,portuguese,,,pt,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/hu.po,530,3524,3484,0,0,21,64,551,3588,hu.po,,hu,,hungarian,,,hu,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/be.po,529,3516,3289,1,8,21,64,551,3588,be.po,,be,,belarusian,,,be,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/gu.po,407,2011,2207,43,951,101,626,551,3588,gu.po,,gu,,gujarati,,,gu,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/oc.po,474,2206,2681,0,0,77,1382,551,3588,oc.po,,oc,,occitan,,,oc,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/gl.po,498,3326,4000,0,0,53,262,551,3588,gl.po,,gl,,galician,,,gl,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/ru.po,551,3584,3652,0,0,0,4,551,3588,ru.po,,ru,,russian,,,ru,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/pa.po,407,2011,2223,43,951,101,626,551,3588,pa.po,,pa,,punjabi,,,pa,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/sr@latin.po,407,2011,1980,43,951,101,626,551,3588,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/or.po,407,2011,2102,43,951,101,626,551,3588,or.po,,or,,odia,,,or,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/kn.po,407,2011,1869,43,951,101,626,551,3588,kn.po,,kn,,kannada,,,kn,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/ko.po,525,3475,3035,0,0,26,113,551,3588,ko.po,,ko,,korean,,,ko,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/pt_br.po,530,3524,3989,0,0,21,64,551,3588,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/hr.po,530,3550,3249,0,0,21,38,551,3588,hr.po,,hr,,croatian,,,hr,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/it.po,531,3552,3918,0,0,20,36,551,3588,it.po,,it,,italian,,,it,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/he.po,84,190,195,15,48,452,3350,551,3588,he.po,,he,,hebrew,,,he,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/tr.po,531,3552,3252,0,0,20,36,551,3588,tr.po,,tr,,turkish,,,tr,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/nl.po,407,2011,1932,43,951,101,626,551,3588,nl.po,,nl,,dutch,,,nl,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/as.po,406,2010,2145,44,952,101,626,551,3588,as.po,,as,,assamese,,,as,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/ca.po,377,1937,2379,59,985,115,666,551,3588,ca.po,,ca,,catalan,,,ca,po -pulseaudio-12.2-3.fc30.src.rpm.stats.csv,po/sr.po,407,2011,1980,43,951,101,626,551,3588,sr.po,,sr,,serbian,,,sr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,179,1605,179,1605,zu.po,,zu,,zulu,,,zu,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zh_tw.po,36,337,114,0,0,143,1268,179,1605,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zh_tw.mo,36,337,114,0,0,143,1268,179,1605,zh_tw.mo,,zh,tw,chinese,,taiwan,zh_tw,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,179,1605,179,1605,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zh_cn.po,179,1605,686,0,0,0,0,179,1605,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/zh_cn.mo,179,1605,686,0,0,0,0,179,1605,zh_cn.mo,,zh,cn,chinese,,china,zh_cn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,179,1605,179,1605,yo.po,,yo,,yoruba,,,yo,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,179,1605,179,1605,vi.po,,vi,,vietnamese,,,vi,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,179,1605,179,1605,ur.po,,ur,,urdu,,,ur,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/uk.po,179,1605,1457,0,0,0,0,179,1605,uk.po,,uk,,ukrainian,,,uk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/uk.mo,179,1605,1457,0,0,0,0,179,1605,uk.mo,,uk,,ukrainian,,,uk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,179,1605,179,1605,tw.po,,tw,,twi,,,tw,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/tr.po,26,268,216,0,0,153,1337,179,1605,tr.po,,tr,,turkish,,,tr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/tr.mo,26,268,216,0,0,153,1337,179,1605,tr.mo,,tr,,turkish,,,tr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/th.po,24,259,106,0,0,155,1346,179,1605,th.po,,th,,thai,,,th,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/th.mo,24,259,106,0,0,155,1346,179,1605,th.mo,,th,,thai,,,th,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,179,1605,179,1605,tg.po,,tg,,tajik,,,tg,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/te.po,23,250,201,0,0,156,1355,179,1605,te.po,,te,,telugu,,,te,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/te.mo,23,250,201,0,0,156,1355,179,1605,te.mo,,te,,telugu,,,te,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ta.po,14,171,120,0,0,165,1434,179,1605,ta.po,,ta,,tamil,,,ta,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ta.mo,14,171,120,0,0,165,1434,179,1605,ta.mo,,ta,,tamil,,,ta,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sv.po,179,1605,1432,0,0,0,0,179,1605,sv.po,,sv,,swedish,,,sv,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sv.mo,179,1605,1432,0,0,0,0,179,1605,sv.mo,,sv,,swedish,,,sv,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sr@latin.po,14,171,151,0,0,165,1434,179,1605,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sr@latin.mo,14,171,151,0,0,165,1434,179,1605,sr@latin.mo,latin,sr,,serbian,,,sr@latin,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sr.po,116,1065,985,0,0,63,540,179,1605,sr.po,,sr,,serbian,,,sr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sr.mo,116,1065,985,0,0,63,540,179,1605,sr.mo,,sr,,serbian,,,sr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,179,1605,179,1605,sq.po,,sq,,albanian,,,sq,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sl.po,13,166,134,0,0,166,1439,179,1605,sl.po,,sl,,slovenian,,,sl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sl.mo,13,166,134,0,0,166,1439,179,1605,sl.mo,,sl,,slovenian,,,sl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sk.po,171,1527,1378,0,0,8,78,179,1605,sk.po,,sk,,slovak,,,sk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/sk.mo,171,1527,1378,0,0,8,78,179,1605,sk.mo,,sk,,slovak,,,sk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,179,1605,179,1605,si.po,,si,,sinhala,,,si,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ru.po,170,1521,1285,0,0,9,84,179,1605,ru.po,,ru,,russian,,,ru,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ru.mo,170,1521,1285,0,0,9,84,179,1605,ru.mo,,ru,,russian,,,ru,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,179,1605,179,1605,ro.po,,ro,,romanian,,,ro,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pt_br.po,145,1303,1391,0,0,34,302,179,1605,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pt_br.mo,145,1303,1391,0,0,34,302,179,1605,pt_br.mo,,pt,br,portuguese,,brazil,pt_br,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pt.po,38,359,386,0,0,141,1246,179,1605,pt.po,,pt,,portuguese,,,pt,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pt.mo,38,359,386,0,0,141,1246,179,1605,pt.mo,,pt,,portuguese,,,pt,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pl.po,179,1605,1499,0,0,0,0,179,1605,pl.po,,pl,,polish,,,pl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pl.mo,179,1605,1499,0,0,0,0,179,1605,pl.mo,,pl,,polish,,,pl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pa.po,24,257,295,0,0,155,1348,179,1605,pa.po,,pa,,punjabi,,,pa,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/pa.mo,24,257,295,0,0,155,1348,179,1605,pa.mo,,pa,,punjabi,,,pa,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/or.po,24,257,236,0,0,155,1348,179,1605,or.po,,or,,odia,,,or,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/or.mo,24,257,236,0,0,155,1348,179,1605,or.mo,,or,,odia,,,or,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,179,1605,179,1605,nso.po,,nso,,northern sotho,,,nso,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,179,1605,179,1605,nn.po,,nn,,norwegian nynorsk,,,nn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nl.po,179,1605,1633,0,0,0,0,179,1605,nl.po,,nl,,dutch,,,nl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nl.mo,179,1605,1633,0,0,0,0,179,1605,nl.mo,,nl,,dutch,,,nl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,179,1605,179,1605,ne.po,,ne,,nepali,,,ne,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nds.po,4,34,33,0,0,175,1571,179,1605,nds.po,,nds,,low german,,,nds,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nds.mo,4,34,33,0,0,175,1571,179,1605,nds.mo,,nds,,low german,,,nds,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nb.po,14,171,155,0,0,165,1434,179,1605,nb.po,,nb,,norwegian bokmål,,,nb,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/nb.mo,14,171,155,0,0,165,1434,179,1605,nb.mo,,nb,,norwegian bokmål,,,nb,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ms.po,13,166,153,0,0,166,1439,179,1605,ms.po,,ms,,malay,,,ms,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ms.mo,13,166,153,0,0,166,1439,179,1605,ms.mo,,ms,,malay,,,ms,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mr.po,14,171,159,0,0,165,1434,179,1605,mr.po,,mr,,marathi,,,mr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mr.mo,14,171,159,0,0,165,1434,179,1605,mr.mo,,mr,,marathi,,,mr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,179,1605,179,1605,mn.po,,mn,,mongolian,,,mn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ml.po,14,171,126,0,0,165,1434,179,1605,ml.po,,ml,,malayalam,,,ml,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ml.mo,14,171,126,0,0,165,1434,179,1605,ml.mo,,ml,,malayalam,,,ml,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mk.po,13,166,170,0,0,166,1439,179,1605,mk.po,,mk,,macedonian,,,mk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mk.mo,13,166,170,0,0,166,1439,179,1605,mk.mo,,mk,,macedonian,,,mk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mai.po,13,166,165,0,0,166,1439,179,1605,mai.po,,mai,,maithili,,,mai,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/mai.mo,13,166,165,0,0,166,1439,179,1605,mai.mo,,mai,,maithili,,,mai,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,179,1605,179,1605,lv.po,,lv,,latvian,,,lv,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,179,1605,179,1605,ky.po,,ky,,kyrgyz,,,ky,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,179,1605,179,1605,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,179,1605,179,1605,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,179,1605,179,1605,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,179,1605,179,1605,kw.po,,kw,,cornish,,,kw,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ko.po,26,268,218,0,0,153,1337,179,1605,ko.po,,ko,,korean,,,ko,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ko.mo,26,268,218,0,0,153,1337,179,1605,ko.mo,,ko,,korean,,,ko,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kn.po,26,268,226,0,0,153,1337,179,1605,kn.po,,kn,,kannada,,,kn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kn.mo,26,268,226,0,0,153,1337,179,1605,kn.mo,,kn,,kannada,,,kn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,179,1605,179,1605,km.po,,km,,khmer,,,km,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,179,1605,179,1605,kk.po,,kk,,kazakh,,,kk,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,179,1605,179,1605,ka.po,,ka,,georgian,,,ka,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ja.po,179,1605,666,0,0,0,0,179,1605,ja.po,,ja,,japanese,,,ja,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ja.mo,179,1605,666,0,0,0,0,179,1605,ja.mo,,ja,,japanese,,,ja,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/it.po,41,352,387,0,0,138,1253,179,1605,it.po,,it,,italian,,,it,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/it.mo,41,352,387,0,0,138,1253,179,1605,it.mo,,it,,italian,,,it,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/is.po,14,171,164,0,0,165,1434,179,1605,is.po,,is,,icelandic,,,is,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/is.mo,14,171,164,0,0,165,1434,179,1605,is.mo,,is,,icelandic,,,is,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,179,1605,179,1605,ilo.po,,ilo,,iloko,,,ilo,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/id.po,15,177,168,0,0,164,1428,179,1605,id.po,,id,,indonesian,,,id,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/id.mo,15,177,168,0,0,164,1428,179,1605,id.mo,,id,,indonesian,,,id,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ia.po,26,268,292,0,0,153,1337,179,1605,ia.po,,ia,,interlingua,,,ia,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ia.mo,26,268,292,0,0,153,1337,179,1605,ia.mo,,ia,,interlingua,,,ia,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/hu.po,30,308,274,0,0,149,1297,179,1605,hu.po,,hu,,hungarian,,,hu,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/hu.mo,30,308,274,0,0,149,1297,179,1605,hu.mo,,hu,,hungarian,,,hu,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/hr.po,14,171,157,0,0,165,1434,179,1605,hr.po,,hr,,croatian,,,hr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/hr.mo,14,171,157,0,0,165,1434,179,1605,hr.mo,,hr,,croatian,,,hr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/hi.po,26,268,293,0,0,153,1337,179,1605,hi.po,,hi,,hindi,,,hi,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/hi.mo,26,268,293,0,0,153,1337,179,1605,hi.mo,,hi,,hindi,,,hi,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/he.po,14,171,131,0,0,165,1434,179,1605,he.po,,he,,hebrew,,,he,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/he.mo,14,171,131,0,0,165,1434,179,1605,he.mo,,he,,hebrew,,,he,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/gu.po,26,268,273,0,0,153,1337,179,1605,gu.po,,gu,,gujarati,,,gu,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/gu.mo,26,268,273,0,0,153,1337,179,1605,gu.mo,,gu,,gujarati,,,gu,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/gl.po,1,3,3,0,0,178,1602,179,1605,gl.po,,gl,,galician,,,gl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/gl.mo,1,3,3,0,0,178,1602,179,1605,gl.mo,,gl,,galician,,,gl,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/fr.po,179,1605,1756,0,0,0,0,179,1605,fr.po,,fr,,french,,,fr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/fr.mo,179,1605,1756,0,0,0,0,179,1605,fr.mo,,fr,,french,,,fr,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/fi.po,26,268,192,0,0,153,1337,179,1605,fi.po,,fi,,finnish,,,fi,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/fi.mo,26,268,192,0,0,153,1337,179,1605,fi.mo,,fi,,finnish,,,fi,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/fa.po,24,257,264,0,0,155,1348,179,1605,fa.po,,fa,,persian,,,fa,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/fa.mo,24,257,264,0,0,155,1348,179,1605,fa.mo,,fa,,persian,,,fa,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/eu.po,1,3,3,0,0,178,1602,179,1605,eu.po,,eu,,basque,,,eu,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/eu.mo,1,3,3,0,0,178,1602,179,1605,eu.mo,,eu,,basque,,,eu,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,179,1605,179,1605,et.po,,et,,estonian,,,et,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/es.po,179,1605,1747,0,0,0,0,179,1605,es.po,,es,,spanish,,,es,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/es.mo,179,1605,1747,0,0,0,0,179,1605,es.mo,,es,,spanish,,,es,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,179,1605,179,1605,eo.po,,eo,,esperanto,,,eo,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/en_gb.po,24,257,257,0,0,155,1348,179,1605,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/en_gb.mo,24,257,257,0,0,155,1348,179,1605,en_gb.mo,,en,gb,english,,united kingdom,en_gb,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/el.po,14,171,179,0,0,165,1434,179,1605,el.po,,el,,greek,,,el,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/el.mo,14,171,179,0,0,165,1434,179,1605,el.mo,,el,,greek,,,el,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/de_ch.po,14,171,179,0,0,165,1434,179,1605,de_ch.po,,de,ch,german,,switzerland,de_ch,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/de_ch.mo,14,171,179,0,0,165,1434,179,1605,de_ch.mo,,de,ch,german,,switzerland,de_ch,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/de.po,145,1303,1259,0,0,34,302,179,1605,de.po,,de,,german,,,de,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/de.mo,145,1303,1259,0,0,34,302,179,1605,de.mo,,de,,german,,,de,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/da.po,30,308,278,0,0,149,1297,179,1605,da.po,,da,,danish,,,da,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/da.mo,30,308,278,0,0,149,1297,179,1605,da.mo,,da,,danish,,,da,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,179,1605,179,1605,cy.po,,cy,,welsh,,,cy,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/cs.po,170,1521,1316,0,0,9,84,179,1605,cs.po,,cs,,czech,,,cs,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/cs.mo,170,1521,1316,0,0,9,84,179,1605,cs.mo,,cs,,czech,,,cs,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ca.po,173,1547,1762,0,0,6,58,179,1605,ca.po,,ca,,catalan,,,ca,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ca.mo,173,1547,1762,0,0,6,58,179,1605,ca.mo,,ca,,catalan,,,ca,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bs.po,17,212,192,0,0,162,1393,179,1605,bs.po,,bs,,bosnian,,,bs,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bs.mo,17,212,192,0,0,162,1393,179,1605,bs.mo,,bs,,bosnian,,,bs,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,179,1605,179,1605,brx.po,,brx,,bodo,,,brx,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,179,1605,179,1605,br.po,,br,,breton,,,br,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,179,1605,179,1605,bo.po,,bo,,tibetan,,,bo,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bn_in.po,26,268,268,0,0,153,1337,179,1605,bn_in.po,,bn,in,bangla,,india,bn_in,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bn_in.mo,26,268,268,0,0,153,1337,179,1605,bn_in.mo,,bn,in,bangla,,india,bn_in,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bn.po,26,268,268,0,0,153,1337,179,1605,bn.po,,bn,,bangla,,,bn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bn.mo,26,268,268,0,0,153,1337,179,1605,bn.mo,,bn,,bangla,,,bn,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bg.po,29,297,284,0,0,150,1308,179,1605,bg.po,,bg,,bulgarian,,,bg,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bg.mo,29,297,284,0,0,150,1308,179,1605,bg.mo,,bg,,bulgarian,,,bg,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,179,1605,179,1605,be.po,,be,,belarusian,,,be,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,179,1605,179,1605,bal.po,,bal,,baluchi,,,bal,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ast.po,14,171,187,0,0,165,1434,179,1605,ast.po,,ast,,asturian,,,ast,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ast.mo,14,171,187,0,0,165,1434,179,1605,ast.mo,,ast,,asturian,,,ast,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/as.po,30,308,290,0,0,149,1297,179,1605,as.po,,as,,assamese,,,as,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/as.mo,30,308,290,0,0,149,1297,179,1605,as.mo,,as,,assamese,,,as,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ar.po,24,257,228,0,0,155,1348,179,1605,ar.po,,ar,,arabic,,,ar,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/ar.mo,24,257,228,0,0,155,1348,179,1605,ar.mo,,ar,,arabic,,,ar,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,179,1605,179,1605,anp.po,,anp,,angika,,,anp,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,179,1605,179,1605,am.po,,am,,amharic,,,am,po -pykickstart-3.20-2.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,179,1605,179,1605,af.po,,af,,afrikaans,,,af,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/zh_tw.po,75,524,250,0,0,0,0,75,524,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/zh_tw.mo,75,524,250,0,0,0,0,75,524,zh_tw.mo,,zh,tw,chinese,,taiwan,zh_tw,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/zh_cn.po,75,524,260,0,0,0,0,75,524,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/zh_cn.mo,75,524,260,0,0,0,0,75,524,zh_cn.mo,,zh,cn,chinese,,china,zh_cn,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ur.po,3,37,37,0,0,72,487,75,524,ur.po,,ur,,urdu,,,ur,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ur.mo,3,37,37,0,0,72,487,75,524,ur.mo,,ur,,urdu,,,ur,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/uk.po,75,524,524,0,0,0,0,75,524,uk.po,,uk,,ukrainian,,,uk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/uk.mo,75,524,524,0,0,0,0,75,524,uk.mo,,uk,,ukrainian,,,uk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/tr.po,10,62,49,0,0,65,462,75,524,tr.po,,tr,,turkish,,,tr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/tr.mo,10,62,49,0,0,65,462,75,524,tr.mo,,tr,,turkish,,,tr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/th.po,7,52,16,0,0,68,472,75,524,th.po,,th,,thai,,,th,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/th.mo,7,52,16,0,0,68,472,75,524,th.mo,,th,,thai,,,th,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/tg.po,3,12,15,0,0,72,512,75,524,tg.po,,tg,,tajik,,,tg,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/tg.mo,3,12,15,0,0,72,512,75,524,tg.mo,,tg,,tajik,,,tg,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/te.po,56,326,290,0,0,19,198,75,524,te.po,,te,,telugu,,,te,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/te.mo,56,326,290,0,0,19,198,75,524,te.mo,,te,,telugu,,,te,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ta.po,43,290,254,0,0,32,234,75,524,ta.po,,ta,,tamil,,,ta,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ta.mo,43,290,254,0,0,32,234,75,524,ta.mo,,ta,,tamil,,,ta,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sv.po,75,524,525,0,0,0,0,75,524,sv.po,,sv,,swedish,,,sv,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sv.mo,75,524,525,0,0,0,0,75,524,sv.mo,,sv,,swedish,,,sv,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sr@latin.po,21,188,187,0,0,54,336,75,524,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sr@latin.mo,21,188,187,0,0,54,336,75,524,sr@latin.mo,latin,sr,,serbian,,,sr@latin,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sr.po,67,456,461,0,0,8,68,75,524,sr.po,,sr,,serbian,,,sr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sr.mo,67,456,461,0,0,8,68,75,524,sr.mo,,sr,,serbian,,,sr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sq.po,5,43,37,0,0,70,481,75,524,sq.po,,sq,,albanian,,,sq,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sq.mo,5,43,37,0,0,70,481,75,524,sq.mo,,sq,,albanian,,,sq,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sl.po,3,37,29,0,0,72,487,75,524,sl.po,,sl,,slovenian,,,sl,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sl.mo,3,37,29,0,0,72,487,75,524,sl.mo,,sl,,slovenian,,,sl,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sk.po,72,518,519,0,0,3,6,75,524,sk.po,,sk,,slovak,,,sk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/sk.mo,72,518,519,0,0,3,6,75,524,sk.mo,,sk,,slovak,,,sk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/si.po,24,206,204,0,0,51,318,75,524,si.po,,si,,sinhala,,,si,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/si.mo,24,206,204,0,0,51,318,75,524,si.mo,,si,,sinhala,,,si,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ru.po,75,524,486,0,0,0,0,75,524,ru.po,,ru,,russian,,,ru,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ru.mo,75,524,486,0,0,0,0,75,524,ru.mo,,ru,,russian,,,ru,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ro.po,3,37,33,0,0,72,487,75,524,ro.po,,ro,,romanian,,,ro,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ro.mo,3,37,33,0,0,72,487,75,524,ro.mo,,ro,,romanian,,,ro,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pt_br.po,75,524,589,0,0,0,0,75,524,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pt_br.mo,75,524,589,0,0,0,0,75,524,pt_br.mo,,pt,br,portuguese,,brazil,pt_br,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pt.po,24,206,232,0,0,51,318,75,524,pt.po,,pt,,portuguese,,,pt,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pt.mo,24,206,232,0,0,51,318,75,524,pt.mo,,pt,,portuguese,,,pt,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pl.po,75,524,530,0,0,0,0,75,524,pl.po,,pl,,polish,,,pl,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pl.mo,75,524,530,0,0,0,0,75,524,pl.mo,,pl,,polish,,,pl,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pa.po,43,290,355,0,0,32,234,75,524,pa.po,,pa,,punjabi,,,pa,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/pa.mo,43,290,355,0,0,32,234,75,524,pa.mo,,pa,,punjabi,,,pa,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/or.po,43,290,322,0,0,32,234,75,524,or.po,,or,,odia,,,or,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/or.mo,43,290,322,0,0,32,234,75,524,or.mo,,or,,odia,,,or,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/nso.po,3,37,42,0,0,72,487,75,524,nso.po,,nso,,northern sotho,,,nso,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/nso.mo,3,37,42,0,0,72,487,75,524,nso.mo,,nso,,northern sotho,,,nso,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/nl.po,75,524,552,0,0,0,0,75,524,nl.po,,nl,,dutch,,,nl,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/nl.mo,75,524,552,0,0,0,0,75,524,nl.mo,,nl,,dutch,,,nl,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ne.po,3,37,31,0,0,72,487,75,524,ne.po,,ne,,nepali,,,ne,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ne.mo,3,37,31,0,0,72,487,75,524,ne.mo,,ne,,nepali,,,ne,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/nb.po,13,85,78,0,0,62,439,75,524,nb.po,,nb,,norwegian bokmål,,,nb,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/nb.mo,13,85,78,0,0,62,439,75,524,nb.mo,,nb,,norwegian bokmål,,,nb,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ms.po,3,37,28,0,0,72,487,75,524,ms.po,,ms,,malay,,,ms,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ms.mo,3,37,28,0,0,72,487,75,524,ms.mo,,ms,,malay,,,ms,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/mr.po,56,326,343,0,0,19,198,75,524,mr.po,,mr,,marathi,,,mr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/mr.mo,56,326,343,0,0,19,198,75,524,mr.mo,,mr,,marathi,,,mr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ml.po,43,290,225,0,0,32,234,75,524,ml.po,,ml,,malayalam,,,ml,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ml.mo,43,290,225,0,0,32,234,75,524,ml.mo,,ml,,malayalam,,,ml,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/mk.po,3,37,28,0,0,72,487,75,524,mk.po,,mk,,macedonian,,,mk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/mk.mo,3,37,28,0,0,72,487,75,524,mk.mo,,mk,,macedonian,,,mk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/mai.po,8,63,67,0,0,67,461,75,524,mai.po,,mai,,maithili,,,mai,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/mai.mo,8,63,67,0,0,67,461,75,524,mai.mo,,mai,,maithili,,,mai,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/lv.po,9,56,51,0,0,66,468,75,524,lv.po,,lv,,latvian,,,lv,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/lv.mo,9,56,51,0,0,66,468,75,524,lv.mo,,lv,,latvian,,,lv,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ko.po,75,524,454,0,0,0,0,75,524,ko.po,,ko,,korean,,,ko,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ko.mo,75,524,454,0,0,0,0,75,524,ko.mo,,ko,,korean,,,ko,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/kn.po,56,326,297,0,0,19,198,75,524,kn.po,,kn,,kannada,,,kn,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/kn.mo,56,326,297,0,0,19,198,75,524,kn.mo,,kn,,kannada,,,kn,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/kk.po,43,290,269,0,0,32,234,75,524,kk.po,,kk,,kazakh,,,kk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/kk.mo,43,290,269,0,0,32,234,75,524,kk.mo,,kk,,kazakh,,,kk,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ka.po,11,24,24,0,0,64,500,75,524,ka.po,,ka,,georgian,,,ka,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ka.mo,11,24,24,0,0,64,500,75,524,ka.mo,,ka,,georgian,,,ka,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ja.po,75,524,258,0,0,0,0,75,524,ja.po,,ja,,japanese,,,ja,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ja.mo,75,524,258,0,0,0,0,75,524,ja.mo,,ja,,japanese,,,ja,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/it.po,75,524,545,0,0,0,0,75,524,it.po,,it,,italian,,,it,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/it.mo,75,524,545,0,0,0,0,75,524,it.mo,,it,,italian,,,it,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/is.po,5,43,36,0,0,70,481,75,524,is.po,,is,,icelandic,,,is,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/is.mo,5,43,36,0,0,70,481,75,524,is.mo,,is,,icelandic,,,is,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ilo.po,3,37,41,0,0,72,487,75,524,ilo.po,,ilo,,iloko,,,ilo,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ilo.mo,3,37,41,0,0,72,487,75,524,ilo.mo,,ilo,,iloko,,,ilo,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/id.po,24,206,196,0,0,51,318,75,524,id.po,,id,,indonesian,,,id,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/id.mo,24,206,196,0,0,51,318,75,524,id.mo,,id,,indonesian,,,id,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ia.po,36,277,310,0,0,39,247,75,524,ia.po,,ia,,interlingua,,,ia,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ia.mo,36,277,310,0,0,39,247,75,524,ia.mo,,ia,,interlingua,,,ia,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/hu.po,75,524,531,0,0,0,0,75,524,hu.po,,hu,,hungarian,,,hu,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/hu.mo,75,524,531,0,0,0,0,75,524,hu.mo,,hu,,hungarian,,,hu,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/hr.po,3,37,22,0,0,72,487,75,524,hr.po,,hr,,croatian,,,hr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/hr.mo,3,37,22,0,0,72,487,75,524,hr.mo,,hr,,croatian,,,hr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/hi.po,24,206,239,0,0,51,318,75,524,hi.po,,hi,,hindi,,,hi,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/hi.mo,24,206,239,0,0,51,318,75,524,hi.mo,,hi,,hindi,,,hi,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/he.po,5,23,20,0,0,70,501,75,524,he.po,,he,,hebrew,,,he,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/he.mo,5,23,20,0,0,70,501,75,524,he.mo,,he,,hebrew,,,he,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/gu.po,56,326,358,0,0,19,198,75,524,gu.po,,gu,,gujarati,,,gu,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/gu.mo,56,326,358,0,0,19,198,75,524,gu.mo,,gu,,gujarati,,,gu,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/fr.po,75,524,618,0,0,0,0,75,524,fr.po,,fr,,french,,,fr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/fr.mo,75,524,618,0,0,0,0,75,524,fr.mo,,fr,,french,,,fr,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/fi.po,24,206,167,0,0,51,318,75,524,fi.po,,fi,,finnish,,,fi,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/fi.mo,24,206,167,0,0,51,318,75,524,fi.mo,,fi,,finnish,,,fi,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/fa.po,24,206,231,0,0,51,318,75,524,fa.po,,fa,,persian,,,fa,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/fa.mo,24,206,231,0,0,51,318,75,524,fa.mo,,fa,,persian,,,fa,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/eu.po,2,8,8,0,0,73,516,75,524,eu.po,,eu,,basque,,,eu,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/eu.mo,2,8,8,0,0,73,516,75,524,eu.mo,,eu,,basque,,,eu,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/et.po,8,52,51,0,0,67,472,75,524,et.po,,et,,estonian,,,et,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/et.mo,8,52,51,0,0,67,472,75,524,et.mo,,et,,estonian,,,et,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/es.po,75,524,637,0,0,0,0,75,524,es.po,,es,,spanish,,,es,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/es.mo,75,524,637,0,0,0,0,75,524,es.mo,,es,,spanish,,,es,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/en_gb.po,24,206,206,0,0,51,318,75,524,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/en_gb.mo,24,206,206,0,0,51,318,75,524,en_gb.mo,,en,gb,english,,united kingdom,en_gb,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/el.po,6,47,51,0,0,69,477,75,524,el.po,,el,,greek,,,el,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/el.mo,6,47,51,0,0,69,477,75,524,el.mo,,el,,greek,,,el,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/de_ch.po,7,52,41,0,0,68,472,75,524,de_ch.po,,de,ch,german,,switzerland,de_ch,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/de_ch.mo,7,52,41,0,0,68,472,75,524,de_ch.mo,,de,ch,german,,switzerland,de_ch,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/de.po,75,524,514,0,0,0,0,75,524,de.po,,de,,german,,,de,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/de.mo,75,524,514,0,0,0,0,75,524,de.mo,,de,,german,,,de,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/da.po,75,524,493,0,0,0,0,75,524,da.po,,da,,danish,,,da,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/da.mo,75,524,493,0,0,0,0,75,524,da.mo,,da,,danish,,,da,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/cy.po,3,37,32,0,0,72,487,75,524,cy.po,,cy,,welsh,,,cy,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/cy.mo,3,37,32,0,0,72,487,75,524,cy.mo,,cy,,welsh,,,cy,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/cs.po,75,524,498,0,0,0,0,75,524,cs.po,,cs,,czech,,,cs,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/cs.mo,75,524,498,0,0,0,0,75,524,cs.mo,,cs,,czech,,,cs,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ca.po,75,524,651,0,0,0,0,75,524,ca.po,,ca,,catalan,,,ca,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ca.mo,75,524,651,0,0,0,0,75,524,ca.mo,,ca,,catalan,,,ca,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bs.po,3,37,22,0,0,72,487,75,524,bs.po,,bs,,bosnian,,,bs,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bs.mo,3,37,22,0,0,72,487,75,524,bs.mo,,bs,,bosnian,,,bs,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bn_in.po,62,355,401,0,0,13,169,75,524,bn_in.po,,bn,in,bangla,,india,bn_in,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bn_in.mo,62,355,401,0,0,13,169,75,524,bn_in.mo,,bn,in,bangla,,india,bn_in,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bn.po,24,206,225,0,0,51,318,75,524,bn.po,,bn,,bangla,,,bn,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bn.mo,24,206,225,0,0,51,318,75,524,bn.mo,,bn,,bangla,,,bn,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bg.po,62,357,407,0,0,13,167,75,524,bg.po,,bg,,bulgarian,,,bg,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/bg.mo,62,357,407,0,0,13,167,75,524,bg.mo,,bg,,bulgarian,,,bg,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ast.po,23,202,209,0,0,52,322,75,524,ast.po,,ast,,asturian,,,ast,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ast.mo,23,202,209,0,0,52,322,75,524,ast.mo,,ast,,asturian,,,ast,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/as.po,62,355,382,0,0,13,169,75,524,as.po,,as,,assamese,,,as,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/as.mo,62,355,382,0,0,13,169,75,524,as.mo,,as,,assamese,,,as,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ar.po,5,41,34,0,0,70,483,75,524,ar.po,,ar,,arabic,,,ar,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/ar.mo,5,41,34,0,0,70,483,75,524,ar.mo,,ar,,arabic,,,ar,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/am.po,3,37,26,0,0,72,487,75,524,am.po,,am,,amharic,,,am,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/am.mo,3,37,26,0,0,72,487,75,524,am.mo,,am,,amharic,,,am,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/af.po,3,37,36,0,0,72,487,75,524,af.po,,af,,afrikaans,,,af,po -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv,po/af.mo,3,37,36,0,0,72,487,75,524,af.mo,,af,,afrikaans,,,af,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,23,109,23,109,kw.po,,kw,,cornish,,,kw,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,23,109,23,109,anp.po,,anp,,angika,,,anp,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,23,109,23,109,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,23,109,23,109,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,23,109,23,109,yo.po,,yo,,yoruba,,,yo,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,23,109,23,109,tw.po,,tw,,twi,,,tw,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,23,109,23,109,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,23,109,23,109,ky.po,,ky,,kyrgyz,,,ky,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,23,109,23,109,sl.po,,sl,,slovenian,,,sl,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,23,109,23,109,ku.po,,ku,,kurdish,,,ku,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,23,109,23,109,si.po,,si,,sinhala,,,si,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,23,109,23,109,ks.po,,ks,,kashmiri,,,ks,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/km.po,23,109,44,0,0,0,0,23,109,km.po,,km,,khmer,,,km,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/sv.po,23,109,103,0,0,0,0,23,109,sv.po,,sv,,swedish,,,sv,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ko.po,1,1,1,0,0,22,108,23,109,ko.po,,ko,,korean,,,ko,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/sq.po,23,109,120,0,0,0,0,23,109,sq.po,,sq,,albanian,,,sq,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/sr.po,23,109,107,0,0,0,0,23,109,sr.po,,sr,,serbian,,,sr,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,23,109,23,109,kk.po,,kk,,kazakh,,,kk,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,23,109,23,109,ka.po,,ka,,georgian,,,ka,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/fi.po,19,96,65,0,0,4,13,23,109,fi.po,,fi,,finnish,,,fi,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,23,109,23,109,mai.po,,mai,,maithili,,,mai,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,23,109,23,109,fa.po,,fa,,persian,,,fa,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/fr.po,23,109,106,0,0,0,0,23,109,fr.po,,fr,,french,,,fr,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,23,109,23,109,ne.po,,ne,,nepali,,,ne,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,23,109,23,109,nb.po,,nb,,norwegian bokmål,,,nb,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/no.po,0,0,0,0,0,23,109,23,109,no.po,,no,,norwegian,,,no,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,23,109,23,109,nn.po,,nn,,norwegian nynorsk,,,nn,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/nl.po,23,109,118,0,0,0,0,23,109,nl.po,,nl,,dutch,,,nl,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/sk.po,23,109,94,0,0,0,0,23,109,sk.po,,sk,,slovak,,,sk,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/bn_in.po,1,1,2,0,0,22,108,23,109,bn_in.po,,bn,in,bangla,,india,bn_in,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/id.po,23,109,99,0,0,0,0,23,109,id.po,,id,,indonesian,,,id,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,23,109,23,109,az.po,,az,,azerbaijani,,,az,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ia.po,20,83,83,0,0,3,26,23,109,ia.po,,ia,,interlingua,,,ia,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,23,109,23,109,zu.po,,zu,,zulu,,,zu,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ar.po,20,83,72,0,0,3,26,23,109,ar.po,,ar,,arabic,,,ar,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/as.po,1,1,2,0,0,22,108,23,109,as.po,,as,,assamese,,,as,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/kn.po,1,1,2,0,0,22,108,23,109,kn.po,,kn,,kannada,,,kn,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/it.po,15,64,61,8,45,0,0,23,109,it.po,,it,,italian,,,it,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,23,109,23,109,am.po,,am,,amharic,,,am,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,23,109,23,109,is.po,,is,,icelandic,,,is,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,23,109,23,109,vi.po,,vi,,vietnamese,,,vi,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,23,109,23,109,af.po,,af,,afrikaans,,,af,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,23,109,23,109,my.po,,my,,burmese,,,my,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/mr.po,1,1,3,0,0,22,108,23,109,mr.po,,mr,,marathi,,,mr,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,23,109,23,109,ms.po,,ms,,malay,,,ms,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,23,109,23,109,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,23,109,23,109,ur.po,,ur,,urdu,,,ur,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,23,109,23,109,mk.po,,mk,,macedonian,,,mk,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,23,109,23,109,mn.po,,mn,,mongolian,,,mn,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ml.po,1,1,2,0,0,22,108,23,109,ml.po,,ml,,malayalam,,,ml,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/uz.po,0,0,0,0,0,23,109,23,109,uz.po,,uz,,uzbek,,,uz,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,23,109,23,109,mg.po,,mg,,malagasy,,,mg,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,23,109,23,109,he.po,,he,,hebrew,,,he,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/hi.po,1,1,2,0,0,22,108,23,109,hi.po,,hi,,hindi,,,hi,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/hu.po,23,109,89,0,0,0,0,23,109,hu.po,,hu,,hungarian,,,hu,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/zh_tw.po,23,109,30,0,0,0,0,23,109,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,23,109,23,109,hr.po,,hr,,croatian,,,hr,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,23,109,23,109,hy.po,,hy,,armenian,,,hy,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/pl.po,23,109,85,0,0,0,0,23,109,pl.po,,pl,,polish,,,pl,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/pa.po,1,1,1,0,0,22,108,23,109,pa.po,,pa,,punjabi,,,pa,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,23,109,23,109,tl.po,,tl,,tagalog,,,tl,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/pt.po,1,1,1,0,0,22,108,23,109,pt.po,,pt,,portuguese,,,pt,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,23,109,23,109,de_ch.po,,de,ch,german,,switzerland,de_ch,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/cs.po,23,109,85,0,0,0,0,23,109,cs.po,,cs,,czech,,,cs,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,23,109,23,109,cy.po,,cy,,welsh,,,cy,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ca.po,23,109,111,0,0,0,0,23,109,ca.po,,ca,,catalan,,,ca,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,23,109,23,109,nso.po,,nso,,northern sotho,,,nso,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,23,109,23,109,xh.po,,xh,,xhosa,,,xh,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/or.po,1,1,3,0,0,22,108,23,109,or.po,,or,,odia,,,or,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/nds.po,1,1,1,0,0,22,108,23,109,nds.po,,nds,,low german,,,nds,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,23,109,23,109,ach.po,,ach,,acoli,,,ach,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,23,109,23,109,ilo.po,,ilo,,iloko,,,ilo,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ja.po,20,83,28,0,0,3,26,23,109,ja.po,,ja,,japanese,,,ja,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/bs.po,1,1,1,0,0,22,108,23,109,bs.po,,bs,,bosnian,,,bs,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,23,109,23,109,br.po,,br,,breton,,,br,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/sr@latin.po,1,1,1,0,0,22,108,23,109,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,23,109,23,109,bo.po,,bo,,tibetan,,,bo,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/bn.po,2,2,3,0,0,21,107,23,109,bn.po,,bn,,bangla,,,bn,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,23,109,23,109,wo.po,,wo,,wolof,,,wo,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ast.po,1,1,1,0,0,22,108,23,109,ast.po,,ast,,asturian,,,ast,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/uk.po,23,109,108,0,0,0,0,23,109,uk.po,,uk,,ukrainian,,,uk,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/bg.po,8,23,25,0,0,15,86,23,109,bg.po,,bg,,bulgarian,,,bg,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,23,109,23,109,be.po,,be,,belarusian,,,be,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,23,109,23,109,ru_ru.po,,ru,ru,russian,,russia,ru_ru,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,23,109,23,109,ro.po,,ro,,romanian,,,ro,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ru.po,23,109,84,0,0,0,0,23,109,ru.po,,ru,,russian,,,ru,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/es.po,23,109,106,0,0,0,0,23,109,es.po,,es,,spanish,,,es,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,23,109,23,109,et.po,,et,,estonian,,,et,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/eu.po,7,13,13,0,0,16,96,23,109,eu.po,,eu,,basque,,,eu,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,23,109,23,109,en_us.po,,en,us,english,,united states,en_us,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,23,109,23,109,eo.po,,eo,,esperanto,,,eo,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/el.po,1,1,1,0,0,22,108,23,109,el.po,,el,,greek,,,el,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,23,109,23,109,bal.po,,bal,,baluchi,,,bal,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/zh_cn.po,23,109,39,0,0,0,0,23,109,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,23,109,23,109,dz.po,,dz,,dzongkha,,,dz,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/da.po,23,109,103,0,0,0,0,23,109,da.po,,da,,danish,,,da,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/de.po,23,109,99,0,0,0,0,23,109,de.po,,de,,german,,,de,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/pt_br.po,23,109,104,0,0,0,0,23,109,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,23,109,23,109,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ta.po,1,1,2,0,0,22,108,23,109,ta.po,,ta,,tamil,,,ta,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/te.po,1,1,2,0,0,22,108,23,109,te.po,,te,,telugu,,,te,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,23,109,23,109,tg.po,,tg,,tajik,,,tg,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,23,109,23,109,th.po,,th,,thai,,,th,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,23,109,23,109,lt.po,,lt,,lithuanian,,,lt,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/lv.po,1,1,1,0,0,22,108,23,109,lv.po,,lv,,latvian,,,lv,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/tr.po,23,109,91,0,0,0,0,23,109,tr.po,,tr,,turkish,,,tr,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,23,109,23,109,brx.po,,brx,,bodo,,,brx,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,23,109,23,109,lo.po,,lo,,lao,,,lo,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/la.po,0,0,0,0,0,23,109,23,109,la.po,,la,,latin,,,la,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,23,109,23,109,gl.po,,gl,,galician,,,gl,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,23,109,23,109,ga.po,,ga,,irish,,,ga,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/gu.po,1,1,3,0,0,22,108,23,109,gu.po,,gu,,gujarati,,,gu,po -python-meh-0.47-2.fc30.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,23,109,23,109,aln.po,,aln,,gheg albanian,,,aln,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,16,42,16,42,as.po,,as,,assamese,,,as,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,16,42,16,42,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,16,42,16,42,kn.po,,kn,,kannada,,,kn,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/it.po,0,0,0,0,0,16,42,16,42,it.po,,it,,italian,,,it,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,16,42,16,42,am.po,,am,,amharic,,,am,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,16,42,16,42,is.po,,is,,icelandic,,,is,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,16,42,16,42,vi.po,,vi,,vietnamese,,,vi,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,16,42,16,42,af.po,,af,,afrikaans,,,af,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,16,42,16,42,mn.po,,mn,,mongolian,,,mn,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,16,42,16,42,eo.po,,eo,,esperanto,,,eo,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/el.po,0,0,0,0,0,16,42,16,42,el.po,,el,,greek,,,el,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,16,42,16,42,my.po,,my,,burmese,,,my,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,16,42,16,42,ilo.po,,ilo,,iloko,,,ilo,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,16,42,16,42,bal.po,,bal,,baluchi,,,bal,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,16,42,16,42,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,16,42,16,42,mr.po,,mr,,marathi,,,mr,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/uk.po,16,42,42,0,0,0,0,16,42,uk.po,,uk,,ukrainian,,,uk,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/zh_cn.po,6,16,6,0,0,10,26,16,42,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,16,42,16,42,ur.po,,ur,,urdu,,,ur,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,16,42,16,42,mk.po,,mk,,macedonian,,,mk,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,16,42,16,42,ml.po,,ml,,malayalam,,,ml,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,16,42,16,42,he.po,,he,,hebrew,,,he,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/pt_br.po,6,16,13,0,0,10,26,16,42,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,16,42,16,42,hi.po,,hi,,hindi,,,hi,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/hu.po,0,0,0,0,0,16,42,16,42,hu.po,,hu,,hungarian,,,hu,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/de.po,0,0,0,0,0,16,42,16,42,de.po,,de,,german,,,de,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,16,42,16,42,bn_in.po,,bn,in,bangla,,india,bn_in,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,16,42,16,42,hr.po,,hr,,croatian,,,hr,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,16,42,16,42,yo.po,,yo,,yoruba,,,yo,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,16,42,16,42,ta.po,,ta,,tamil,,,ta,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/pl.po,16,42,39,0,0,0,0,16,42,pl.po,,pl,,polish,,,pl,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,16,42,16,42,ia.po,,ia,,interlingua,,,ia,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,16,42,16,42,te.po,,te,,telugu,,,te,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,16,42,16,42,tg.po,,tg,,tajik,,,tg,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,16,42,16,42,th.po,,th,,thai,,,th,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,16,42,16,42,pa.po,,pa,,punjabi,,,pa,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,16,42,16,42,lt.po,,lt,,lithuanian,,,lt,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,16,42,16,42,lv.po,,lv,,latvian,,,lv,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ja.po,0,0,0,0,0,16,42,16,42,ja.po,,ja,,japanese,,,ja,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,16,42,16,42,de_ch.po,,de,ch,german,,switzerland,de_ch,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,16,42,16,42,tr.po,,tr,,turkish,,,tr,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,16,42,16,42,nso.po,,nso,,northern sotho,,,nso,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,16,42,16,42,tw.po,,tw,,twi,,,tw,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,16,42,16,42,pt.po,,pt,,portuguese,,,pt,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/en_gb.po,15,35,35,0,0,1,7,16,42,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,16,42,16,42,gl.po,,gl,,galician,,,gl,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/cs.po,16,42,41,0,0,0,0,16,42,cs.po,,cs,,czech,,,cs,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,16,42,16,42,ga.po,,ga,,irish,,,ga,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,16,42,16,42,cy.po,,cy,,welsh,,,cy,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,16,42,16,42,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ca.po,16,42,42,0,0,0,0,16,42,ca.po,,ca,,catalan,,,ca,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,16,42,16,42,brx.po,,brx,,bodo,,,brx,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,16,42,16,42,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,16,42,16,42,gu.po,,gu,,gujarati,,,gu,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,16,42,16,42,or.po,,or,,odia,,,or,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,16,42,16,42,ky.po,,ky,,kyrgyz,,,ky,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,16,42,16,42,sl.po,,sl,,slovenian,,,sl,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,16,42,16,42,kw.po,,kw,,cornish,,,kw,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/si.po,0,0,0,0,0,16,42,16,42,si.po,,si,,sinhala,,,si,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/sk.po,16,42,39,0,0,0,0,16,42,sk.po,,sk,,slovak,,,sk,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/km.po,0,0,0,0,0,16,42,16,42,km.po,,km,,khmer,,,km,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/sv.po,6,16,17,0,0,10,26,16,42,sv.po,,sv,,swedish,,,sv,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,16,42,16,42,ko.po,,ko,,korean,,,ko,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,16,42,16,42,sq.po,,sq,,albanian,,,sq,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,16,42,16,42,sr.po,,sr,,serbian,,,sr,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,16,42,16,42,kk.po,,kk,,kazakh,,,kk,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,16,42,16,42,ka.po,,ka,,georgian,,,ka,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,16,42,16,42,nds.po,,nds,,low german,,,nds,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/da.po,16,42,45,0,0,0,0,16,42,da.po,,da,,danish,,,da,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,16,42,16,42,fi.po,,fi,,finnish,,,fi,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,16,42,16,42,mai.po,,mai,,maithili,,,mai,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,16,42,16,42,bs.po,,bs,,bosnian,,,bs,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/br.po,0,0,0,0,0,16,42,16,42,br.po,,br,,breton,,,br,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,16,42,16,42,fa.po,,fa,,persian,,,fa,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,16,42,16,42,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,16,42,16,42,bo.po,,bo,,tibetan,,,bo,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,16,42,16,42,bn.po,,bn,,bangla,,,bn,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,16,42,16,42,ast.po,,ast,,asturian,,,ast,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,16,42,16,42,ms.po,,ms,,malay,,,ms,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,16,42,16,42,bg.po,,bg,,bulgarian,,,bg,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/fr.po,0,0,0,0,0,16,42,16,42,fr.po,,fr,,french,,,fr,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,16,42,16,42,be.po,,be,,belarusian,,,be,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,16,42,16,42,ro.po,,ro,,romanian,,,ro,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,16,42,16,42,anp.po,,anp,,angika,,,anp,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,16,42,16,42,ne.po,,ne,,nepali,,,ne,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,16,42,16,42,nb.po,,nb,,norwegian bokmål,,,nb,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,16,42,16,42,nn.po,,nn,,norwegian nynorsk,,,nn,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,16,42,16,42,nl.po,,nl,,dutch,,,nl,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ru.po,0,0,0,0,0,16,42,16,42,ru.po,,ru,,russian,,,ru,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/es.po,16,42,40,0,0,0,0,16,42,es.po,,es,,spanish,,,es,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/id.po,0,0,0,0,0,16,42,16,42,id.po,,id,,indonesian,,,id,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,16,42,16,42,et.po,,et,,estonian,,,et,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,16,42,16,42,eu.po,,eu,,basque,,,eu,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,16,42,16,42,zu.po,,zu,,zulu,,,zu,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,16,42,16,42,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -python-simpleline-1.4-2.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,16,42,16,42,ar.po,,ar,,arabic,,,ar,po -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/zh_cn.po,18,33,20,0,0,1,2,19,35,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/de_de.po,18,33,29,0,0,1,2,19,35,de_de.po,,de,de,german,,germany,de_de,po -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/tr.po,11,22,21,2,4,6,9,19,35,tr.po,,tr,,turkish,,,tr,po -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/bg.po,18,33,34,0,0,1,2,19,35,bg.po,,bg,,bulgarian,,,bg,po -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/fr_fr.po,18,33,39,0,0,1,2,19,35,fr_fr.po,,fr,fr,french,,france,fr_fr,po -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/it.po,18,33,38,0,0,1,2,19,35,it.po,,it,,italian,,,it,po -qemu-3.1.0-6.fc30.src.rpm.stats.csv,po/hu.po,11,22,21,2,4,6,9,19,35,hu.po,,hu,,hungarian,,,hu,po -quota-4.04-12.fc30.src.rpm.stats.csv,po/cs.po,484,3706,3856,48,875,29,124,561,4705,cs.po,,cs,,czech,,,cs,po -quota-4.04-12.fc30.src.rpm.stats.csv,po/pl.po,484,3706,3939,48,875,29,124,561,4705,pl.po,,pl,,polish,,,pl,po -quota-4.04-12.fc30.src.rpm.stats.csv,po/fr.po,233,1545,1955,213,1512,115,1648,561,4705,fr.po,,fr,,french,,,fr,po -quota-4.04-12.fc30.src.rpm.stats.csv,po/de.po,434,3354,3372,90,1169,37,182,561,4705,de.po,,de,,german,,,de,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,127,789,127,789,pa.po,,pa,,punjabi,,,pa,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,127,789,127,789,lt.po,,lt,,lithuanian,,,lt,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,127,789,127,789,ia.po,,ia,,interlingua,,,ia,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/gl.po,125,778,999,0,0,2,11,127,789,gl.po,,gl,,galician,,,gl,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,127,789,127,789,ka.po,,ka,,georgian,,,ka,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,127,789,127,789,he.po,,he,,hebrew,,,he,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,127,789,127,789,nn.po,,nn,,norwegian nynorsk,,,nn,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,127,789,127,789,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,127,789,127,789,ga.po,,ga,,irish,,,ga,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ko.po,127,789,706,0,0,0,0,127,789,ko.po,,ko,,korean,,,ko,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ru.po,127,789,795,0,0,0,0,127,789,ru.po,,ru,,russian,,,ru,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,127,789,127,789,eu.po,,eu,,basque,,,eu,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,127,789,127,789,fo.po,,fo,,faroese,,,fo,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,127,789,127,789,pt.po,,pt,,portuguese,,,pt,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/el.po,125,778,926,0,0,2,11,127,789,el.po,,el,,greek,,,el,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,127,789,127,789,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/en_gb.po,125,778,778,0,0,2,11,127,789,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/es_cl.po,0,0,0,0,0,127,789,127,789,es_cl.po,,es,cl,spanish,,chile,es_cl,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/id.po,125,778,817,0,0,2,11,127,789,id.po,,id,,indonesian,,,id,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,127,789,127,789,as.po,,as,,assamese,,,as,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,127,789,127,789,or.po,,or,,odia,,,or,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,127,789,127,789,wa.po,,wa,,walloon,,,wa,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/it.po,0,0,0,0,0,127,789,127,789,it.po,,it,,italian,,,it,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,127,789,127,789,lv.po,,lv,,latvian,,,lv,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,127,789,127,789,ta.po,,ta,,tamil,,,ta,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/fr.po,18,110,116,0,0,109,679,127,789,fr.po,,fr,,french,,,fr,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,127,789,127,789,te.po,,te,,telugu,,,te,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,127,789,127,789,az.po,,az,,azerbaijani,,,az,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,127,789,127,789,nb.po,,nb,,norwegian bokmål,,,nb,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,127,789,127,789,kn.po,,kn,,kannada,,,kn,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,127,789,127,789,hi.po,,hi,,hindi,,,hi,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,127,789,127,789,th.po,,th,,thai,,,th,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/zh_cn.po,88,511,122,0,0,39,278,127,789,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,127,789,127,789,ar.po,,ar,,arabic,,,ar,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,127,789,127,789,fa.po,,fa,,persian,,,fa,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/da.po,115,712,723,0,0,12,77,127,789,da.po,,da,,danish,,,da,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/sl.po,125,778,775,0,0,2,11,127,789,sl.po,,sl,,slovenian,,,sl,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,127,789,127,789,nl.po,,nl,,dutch,,,nl,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,127,789,127,789,bg.po,,bg,,bulgarian,,,bg,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/sv.po,125,778,769,0,0,2,11,127,789,sv.po,,sv,,swedish,,,sv,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,127,789,127,789,bn_in.po,,bn,in,bangla,,india,bn_in,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,127,789,127,789,ml.po,,ml,,malayalam,,,ml,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,127,789,127,789,kk.po,,kk,,kazakh,,,kk,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/cs.po,0,0,0,0,0,127,789,127,789,cs.po,,cs,,czech,,,cs,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,127,789,127,789,mr.po,,mr,,marathi,,,mr,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,127,789,127,789,sq.po,,sq,,albanian,,,sq,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/tr.po,125,778,710,0,0,2,11,127,789,tr.po,,tr,,turkish,,,tr,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,127,789,127,789,et.po,,et,,estonian,,,et,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/oc.po,0,0,0,0,0,127,789,127,789,oc.po,,oc,,occitan,,,oc,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/hu.po,20,129,128,0,0,107,660,127,789,hu.po,,hu,,hungarian,,,hu,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,127,789,127,789,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/pl.po,127,789,802,0,0,0,0,127,789,pl.po,,pl,,polish,,,pl,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,127,789,127,789,fi.po,,fi,,finnish,,,fi,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,127,789,127,789,ms.po,,ms,,malay,,,ms,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/uk.po,127,789,879,0,0,0,0,127,789,uk.po,,uk,,ukrainian,,,uk,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ca.po,0,0,0,0,0,127,789,127,789,ca.po,,ca,,catalan,,,ca,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,127,789,127,789,hr.po,,hr,,croatian,,,hr,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/de.po,116,683,731,0,0,11,106,127,789,de.po,,de,,german,,,de,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,127,789,127,789,eo.po,,eo,,esperanto,,,eo,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,127,789,127,789,vi.po,,vi,,vietnamese,,,vi,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,127,789,127,789,gu.po,,gu,,gujarati,,,gu,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,127,789,127,789,cy.po,,cy,,welsh,,,cy,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,127,789,127,789,sk.po,,sk,,slovak,,,sk,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/pt_br.po,127,789,971,0,0,0,0,127,789,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,127,789,127,789,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/es.po,125,778,1028,0,0,2,11,127,789,es.po,,es,,spanish,,,es,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,127,789,127,789,ro.po,,ro,,romanian,,,ro,po -realmd-0.16.3-19.fc30.src.rpm.stats.csv,po/ja.po,17,60,22,0,0,110,729,127,789,ja.po,,ja,,japanese,,,ja,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/is.po,86,261,233,0,0,0,0,86,261,is.po,,is,,icelandic,,,is,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/en_gb.po,86,261,261,0,0,0,0,86,261,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/et.po,81,253,212,0,0,5,8,86,261,et.po,,et,,estonian,,,et,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ar.po,81,253,249,0,0,5,8,86,261,ar.po,,ar,,arabic,,,ar,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/sk.po,86,261,256,0,0,0,0,86,261,sk.po,,sk,,slovak,,,sk,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/mr.po,86,261,260,0,0,0,0,86,261,mr.po,,mr,,marathi,,,mr,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/hi.po,86,261,292,0,0,0,0,86,261,hi.po,,hi,,hindi,,,hi,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/cs.po,86,261,259,0,0,0,0,86,261,cs.po,,cs,,czech,,,cs,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/bn_in.po,86,261,290,0,0,0,0,86,261,bn_in.po,,bn,in,bangla,,india,bn_in,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/te.po,86,261,250,0,0,0,0,86,261,te.po,,te,,telugu,,,te,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/lt.po,73,221,213,2,6,11,34,86,261,lt.po,,lt,,lithuanian,,,lt,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/de.po,86,261,211,0,0,0,0,86,261,de.po,,de,,german,,,de,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/sq.po,2,5,4,0,0,84,256,86,261,sq.po,,sq,,albanian,,,sq,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/vi.po,72,218,335,3,9,11,34,86,261,vi.po,,vi,,vietnamese,,,vi,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/sr.po,86,261,270,0,0,0,0,86,261,sr.po,,sr,,serbian,,,sr,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ur.po,71,216,397,4,11,11,34,86,261,ur.po,,ur,,urdu,,,ur,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/gl.po,52,132,157,1,1,33,128,86,261,gl.po,,gl,,galician,,,gl,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ilo.po,43,106,164,4,6,39,149,86,261,ilo.po,,ilo,,iloko,,,ilo,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ml.po,86,261,245,0,0,0,0,86,261,ml.po,,ml,,malayalam,,,ml,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/lv.po,80,252,225,0,0,6,9,86,261,lv.po,,lv,,latvian,,,lv,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/hy.po,73,221,198,2,6,11,34,86,261,hy.po,,hy,,armenian,,,hy,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/id.po,81,253,246,0,0,5,8,86,261,id.po,,id,,indonesian,,,id,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/tr.po,78,246,238,3,5,5,10,86,261,tr.po,,tr,,turkish,,,tr,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/nb.po,86,261,221,0,0,0,0,86,261,nb.po,,nb,,norwegian bokmål,,,nb,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/or.po,86,261,300,0,0,0,0,86,261,or.po,,or,,odia,,,or,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/th.po,86,261,126,0,0,0,0,86,261,th.po,,th,,thai,,,th,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/mk.po,86,261,286,0,0,0,0,86,261,mk.po,,mk,,macedonian,,,mk,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/sl.po,76,240,247,5,11,5,10,86,261,sl.po,,sl,,slovenian,,,sl,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/bg.po,86,261,293,0,0,0,0,86,261,bg.po,,bg,,bulgarian,,,bg,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/nl.po,86,261,228,0,0,0,0,86,261,nl.po,,nl,,dutch,,,nl,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/he.po,86,261,257,0,0,0,0,86,261,he.po,,he,,hebrew,,,he,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,86,261,86,261,ku.po,,ku,,kurdish,,,ku,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,86,261,86,261,lo.po,,lo,,lao,,,lo,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/pl.po,86,261,259,0,0,0,0,86,261,pl.po,,pl,,polish,,,pl,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/fa.po,81,253,277,0,0,5,8,86,261,fa.po,,fa,,persian,,,fa,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/zh_tw.po,86,261,125,0,0,0,0,86,261,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ru.po,86,261,269,0,0,0,0,86,261,ru.po,,ru,,russian,,,ru,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/pt_br.po,86,261,312,0,0,0,0,86,261,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/hu.po,86,261,231,0,0,0,0,86,261,hu.po,,hu,,hungarian,,,hu,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,86,261,86,261,my.po,,my,,burmese,,,my,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ta.po,86,261,250,0,0,0,0,86,261,ta.po,,ta,,tamil,,,ta,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/el.po,86,261,271,0,0,0,0,86,261,el.po,,el,,greek,,,el,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/gu.po,86,261,275,0,0,0,0,86,261,gu.po,,gu,,gujarati,,,gu,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/pt.po,86,261,315,0,0,0,0,86,261,pt.po,,pt,,portuguese,,,pt,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ms.po,86,261,249,0,0,0,0,86,261,ms.po,,ms,,malay,,,ms,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/da.po,86,261,224,0,0,0,0,86,261,da.po,,da,,danish,,,da,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/sv.po,86,261,225,0,0,0,0,86,261,sv.po,,sv,,swedish,,,sv,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/sr@latin.po,86,261,270,0,0,0,0,86,261,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ko.po,86,261,247,0,0,0,0,86,261,ko.po,,ko,,korean,,,ko,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/kn.po,86,261,258,0,0,0,0,86,261,kn.po,,kn,,kannada,,,kn,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/as.po,86,261,304,0,0,0,0,86,261,as.po,,as,,assamese,,,as,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/am.po,73,221,240,2,6,11,34,86,261,am.po,,am,,amharic,,,am,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/uk.po,86,261,270,0,0,0,0,86,261,uk.po,,uk,,ukrainian,,,uk,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/nso.po,73,221,363,2,6,11,34,86,261,nso.po,,nso,,northern sotho,,,nso,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ka.po,69,205,191,4,11,13,45,86,261,ka.po,,ka,,georgian,,,ka,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/zu.po,70,213,221,5,14,11,34,86,261,zu.po,,zu,,zulu,,,zu,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/si.po,86,261,300,0,0,0,0,86,261,si.po,,si,,sinhala,,,si,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ja.po,86,261,110,0,0,0,0,86,261,ja.po,,ja,,japanese,,,ja,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/be.po,71,216,211,4,11,11,34,86,261,be.po,,be,,belarusian,,,be,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/cy.po,86,261,263,0,0,0,0,86,261,cy.po,,cy,,welsh,,,cy,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ro.po,86,261,273,0,0,0,0,86,261,ro.po,,ro,,romanian,,,ro,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/af.po,73,221,184,2,6,11,34,86,261,af.po,,af,,afrikaans,,,af,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/fi.po,86,261,190,0,0,0,0,86,261,fi.po,,fi,,finnish,,,fi,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/es.po,86,261,319,0,0,0,0,86,261,es.po,,es,,spanish,,,es,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/pa.po,86,261,276,0,0,0,0,86,261,pa.po,,pa,,punjabi,,,pa,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/ca.po,86,261,311,0,0,0,0,86,261,ca.po,,ca,,catalan,,,ca,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/bn.po,76,240,280,5,11,5,10,86,261,bn.po,,bn,,bangla,,,bn,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/hr.po,86,261,265,0,0,0,0,86,261,hr.po,,hr,,croatian,,,hr,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/zh_cn.po,86,261,129,0,0,0,0,86,261,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/it.po,86,261,296,0,0,0,0,86,261,it.po,,it,,italian,,,it,po -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv,po/fr.po,86,261,310,0,0,0,0,86,261,fr.po,,fr,,french,,,fr,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/ca/ca.po,57,249,302,0,0,492,7820,549,8069,ca.po,,ca,,catalan,,,ca,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/el/el.po,541,8027,8780,0,0,8,42,549,8069,el.po,,el,,greek,,,el,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/ja/ja.po,443,4994,1486,3,43,103,3032,549,8069,ja.po,,ja,,japanese,,,ja,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,218,1680,1917,1,25,330,6364,549,8069,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/uk/uk.po,446,5037,4364,0,0,103,3032,549,8069,uk.po,,uk,,ukrainian,,,uk,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/cs/cs.po,495,7510,6514,0,0,54,559,549,8069,cs.po,,cs,,czech,,,cs,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/fr/fr.po,441,5164,5813,0,0,108,2905,549,8069,fr.po,,fr,,french,,,fr,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/oc/oc.po,123,221,254,0,0,426,7848,549,8069,oc.po,,oc,,occitan,,,oc,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/de/de.po,495,7510,7221,0,0,54,559,549,8069,de.po,,de,,german,,,de,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/ro/ro.po,460,5744,5851,2,124,87,2201,549,8069,ro.po,,ro,,romanian,,,ro,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/ru/ru.po,436,5014,4281,0,0,113,3055,549,8069,ru.po,,ru,,russian,,,ru,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/it/it.po,436,5014,4731,0,0,113,3055,549,8069,it.po,,it,,italian,,,it,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/pt/pt.po,433,4983,5401,0,0,116,3086,549,8069,pt.po,,pt,,portuguese,,,pt,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/da/da.po,431,4971,4307,6,118,112,2980,549,8069,da.po,,da,,danish,,,da,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/es/es.po,373,4601,5287,0,0,176,3468,549,8069,es.po,,es,,spanish,,,es,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/sv/sv.po,373,4601,4188,0,0,176,3468,549,8069,sv.po,,sv,,swedish,,,sv,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/eu/eu.po,446,5035,3771,0,0,103,3034,549,8069,eu.po,,eu,,basque,,,eu,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/gl/gl.po,8,68,83,0,0,541,8001,549,8069,gl.po,,gl,,galician,,,gl,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,436,5014,771,0,0,113,3055,549,8069,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,help/sl/sl.po,429,4634,3998,2,236,118,3199,549,8069,sl.po,,sl,,slovenian,,,sl,help/ -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ms.po,282,1021,931,0,0,927,4087,1209,5108,ms.po,,ms,,malay,,,ms,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/is.po,312,1099,994,0,0,897,4009,1209,5108,is.po,,is,,icelandic,,,is,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ru.po,971,3734,3628,0,0,238,1374,1209,5108,ru.po,,ru,,russian,,,ru,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/si.po,924,3575,3591,0,0,285,1533,1209,5108,si.po,,si,,sinhala,,,si,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/hu.po,969,3756,3448,0,0,240,1352,1209,5108,hu.po,,hu,,hungarian,,,hu,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ca@valencia.po,923,3940,4974,168,558,118,610,1209,5108,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/tr.po,969,3756,3240,0,0,240,1352,1209,5108,tr.po,,tr,,turkish,,,tr,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/sr.po,968,3746,3949,0,0,241,1362,1209,5108,sr.po,,sr,,serbian,,,sr,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/et.po,1183,5003,4116,11,24,15,81,1209,5108,et.po,,et,,estonian,,,et,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/az.po,331,1233,1112,0,0,878,3875,1209,5108,az.po,,az,,azerbaijani,,,az,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ta.po,1070,4545,4013,0,0,139,563,1209,5108,ta.po,,ta,,tamil,,,ta,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/it.po,968,3746,3967,0,0,241,1362,1209,5108,it.po,,it,,italian,,,it,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/he.po,798,2988,2823,72,316,339,1804,1209,5108,he.po,,he,,hebrew,,,he,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/pt.po,978,3763,4277,0,0,231,1345,1209,5108,pt.po,,pt,,portuguese,,,pt,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ca.po,968,3746,4593,0,0,241,1362,1209,5108,ca.po,,ca,,catalan,,,ca,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ko.po,971,3734,3216,0,0,238,1374,1209,5108,ko.po,,ko,,korean,,,ko,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/id.po,969,3756,3672,0,0,240,1352,1209,5108,id.po,,id,,indonesian,,,id,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ar.po,898,3436,3577,1,2,310,1670,1209,5108,ar.po,,ar,,arabic,,,ar,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/de.po,969,3756,3650,0,0,240,1352,1209,5108,de.po,,de,,german,,,de,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/be@latin.po,987,4372,4078,0,0,222,736,1209,5108,be@latin.po,latin,be,,belarusian,,,be@latin,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/af.po,966,3821,3960,1,7,242,1280,1209,5108,af.po,,af,,afrikaans,,,af,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/nds.po,169,234,242,3,7,1037,4867,1209,5108,nds.po,,nds,,low german,,,nds,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/pl.po,969,3756,3871,0,0,240,1352,1209,5108,pl.po,,pl,,polish,,,pl,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/as.po,1057,4505,3889,0,0,152,603,1209,5108,as.po,,as,,assamese,,,as,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/hr.po,969,3756,3699,0,0,240,1352,1209,5108,hr.po,,hr,,croatian,,,hr,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/kk.po,325,563,553,0,0,884,4545,1209,5108,kk.po,,kk,,kazakh,,,kk,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/sl.po,917,3533,3655,0,0,292,1575,1209,5108,sl.po,,sl,,slovenian,,,sl,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/cy.po,328,1249,1334,1,4,880,3855,1209,5108,cy.po,,cy,,welsh,,,cy,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/cs.po,969,3756,3798,0,0,240,1352,1209,5108,cs.po,,cs,,czech,,,cs,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/fur.po,270,652,788,0,0,939,4456,1209,5108,fur.po,,fur,,friulian,,,fur,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/sv.po,969,3756,3593,0,0,240,1352,1209,5108,sv.po,,sv,,swedish,,,sv,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/mr.po,1061,4517,4603,0,0,148,591,1209,5108,mr.po,,mr,,marathi,,,mr,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/zh_tw.po,969,3756,1564,0,0,240,1352,1209,5108,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/th.po,916,3532,1566,0,0,293,1576,1209,5108,th.po,,th,,thai,,,th,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/br.po,1047,4371,5029,47,218,115,519,1209,5108,br.po,,br,,breton,,,br,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/be.po,1033,4072,3896,0,0,176,1036,1209,5108,be.po,,be,,belarusian,,,be,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/gd.po,979,3769,5461,0,0,230,1339,1209,5108,gd.po,,gd,,scottish gaelic,,,gd,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ro.po,970,3751,4235,0,0,239,1357,1209,5108,ro.po,,ro,,romanian,,,ro,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/kn.po,1070,4545,4233,0,0,139,563,1209,5108,kn.po,,kn,,kannada,,,kn,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/da.po,969,3756,3503,0,0,240,1352,1209,5108,da.po,,da,,danish,,,da,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/gl.po,968,3746,4530,0,0,241,1362,1209,5108,gl.po,,gl,,galician,,,gl,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/en_ca.po,891,3889,3899,0,0,318,1219,1209,5108,en_ca.po,,en,ca,english,,canada,en_ca,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ga.po,311,596,708,53,177,845,4335,1209,5108,ga.po,,ga,,irish,,,ga,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/mn.po,185,453,430,0,0,1024,4655,1209,5108,mn.po,,mn,,mongolian,,,mn,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/es.po,969,3756,4521,0,0,240,1352,1209,5108,es.po,,es,,spanish,,,es,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/uk.po,1032,4049,3887,0,0,177,1059,1209,5108,uk.po,,uk,,ukrainian,,,uk,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/te.po,966,3505,3176,0,0,243,1603,1209,5108,te.po,,te,,telugu,,,te,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/bs.po,968,3719,3704,0,0,241,1389,1209,5108,bs.po,,bs,,bosnian,,,bs,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/lt.po,969,3756,3425,0,0,240,1352,1209,5108,lt.po,,lt,,lithuanian,,,lt,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/vi.po,969,3756,5014,0,0,240,1352,1209,5108,vi.po,,vi,,vietnamese,,,vi,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/nl.po,968,3746,3823,0,0,241,1362,1209,5108,nl.po,,nl,,dutch,,,nl,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/pa.po,910,3393,3737,1,50,298,1665,1209,5108,pa.po,,pa,,punjabi,,,pa,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/eu.po,1131,4797,4194,0,0,78,311,1209,5108,eu.po,,eu,,basque,,,eu,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/zh_hk.po,922,3569,1520,0,0,287,1539,1209,5108,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/or.po,336,705,839,8,17,865,4386,1209,5108,or.po,,or,,odia,,,or,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/am.po,94,136,175,0,0,1115,4972,1209,5108,am.po,,am,,amharic,,,am,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/fa.po,767,2269,2462,0,0,442,2839,1209,5108,fa.po,,fa,,persian,,,fa,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/nn.po,1169,4962,4808,0,0,40,146,1209,5108,nn.po,,nn,,norwegian nynorsk,,,nn,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/dz.po,826,3813,1411,0,0,383,1295,1209,5108,dz.po,,dz,,dzongkha,,,dz,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/nb.po,968,3746,3695,0,0,241,1362,1209,5108,nb.po,,nb,,norwegian bokmål,,,nb,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/sr@latin.po,968,3746,3949,0,0,241,1362,1209,5108,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/pt_br.po,969,3756,4476,0,0,240,1352,1209,5108,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/bg.po,1033,4089,4621,0,0,176,1019,1209,5108,bg.po,,bg,,bulgarian,,,bg,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/rw.po,32,35,34,269,1394,908,3679,1209,5108,rw.po,,rw,,kinyarwanda,,,rw,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/fr.po,969,3756,4578,0,0,240,1352,1209,5108,fr.po,,fr,,french,,,fr,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/mk.po,952,4142,4598,0,0,257,966,1209,5108,mk.po,,mk,,macedonian,,,mk,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/sk.po,968,3746,3856,0,0,241,1362,1209,5108,sk.po,,sk,,slovak,,,sk,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/bn_in.po,790,2502,2992,0,0,419,2606,1209,5108,bn_in.po,,bn,in,bangla,,india,bn_in,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/zh_cn.po,979,3769,1784,0,0,230,1339,1209,5108,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ml.po,60,75,81,3,3,1146,5030,1209,5108,ml.po,,ml,,malayalam,,,ml,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/eo.po,964,3697,3555,1,2,244,1409,1209,5108,eo.po,,eo,,esperanto,,,eo,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/hi.po,1070,4545,5515,0,0,139,563,1209,5108,hi.po,,hi,,hindi,,,hi,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ja.po,917,3533,1157,0,0,292,1575,1209,5108,ja.po,,ja,,japanese,,,ja,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ne.po,902,3936,3934,0,0,307,1172,1209,5108,ne.po,,ne,,nepali,,,ne,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/fi.po,951,3674,2989,4,16,254,1418,1209,5108,fi.po,,fi,,finnish,,,fi,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/lv.po,969,3756,3480,0,0,240,1352,1209,5108,lv.po,,lv,,latvian,,,lv,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/en_gb.po,1033,4072,4087,0,0,176,1036,1209,5108,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/ps.po,533,1298,1468,0,0,676,3810,1209,5108,ps.po,,ps,,pashto,,,ps,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/oc.po,970,3732,4429,1,2,238,1374,1209,5108,oc.po,,oc,,occitan,,,oc,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/gu.po,1057,4503,5122,8,15,144,590,1209,5108,gu.po,,gu,,gujarati,,,gu,po -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv,po/el.po,919,3596,3953,0,0,290,1512,1209,5108,el.po,,el,,greek,,,el,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/tr.po,408,1947,1730,14,60,442,2443,864,4450,tr.po,,tr,,turkish,,,tr,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/ko.po,360,1812,1793,13,58,491,2580,864,4450,ko.po,,ko,,korean,,,ko,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/sr.po,519,2618,2669,14,60,331,1772,864,4450,sr.po,,sr,,serbian,,,sr,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/id.po,69,451,439,0,0,795,3999,864,4450,id.po,,id,,indonesian,,,id,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/fi.po,451,2196,1841,14,60,399,2194,864,4450,fi.po,,fi,,finnish,,,fi,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/sk.po,634,3195,3189,14,60,216,1195,864,4450,sk.po,,sk,,slovak,,,sk,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/de.po,695,3484,3513,14,60,155,906,864,4450,de.po,,de,,german,,,de,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/is.po,75,338,339,6,30,783,4082,864,4450,is.po,,is,,icelandic,,,is,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/br.po,142,451,593,6,26,716,3973,864,4450,br.po,,br,,breton,,,br,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/ms.po,40,131,136,3,17,821,4302,864,4450,ms.po,,ms,,malay,,,ms,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/sl.po,139,690,720,10,47,715,3713,864,4450,sl.po,,sl,,slovenian,,,sl,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/sv.po,741,3798,3560,15,65,108,587,864,4450,sv.po,,sv,,swedish,,,sv,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/ja.po,654,3297,1662,14,60,196,1093,864,4450,ja.po,,ja,,japanese,,,ja,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/ar.po,99,268,283,2,3,763,4179,864,4450,ar.po,,ar,,arabic,,,ar,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/el.po,16,74,90,0,0,848,4376,864,4450,el.po,,el,,greek,,,el,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/sr@latin.po,519,2618,2669,14,60,331,1772,864,4450,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/te.po,23,72,69,1,4,840,4374,864,4450,te.po,,te,,telugu,,,te,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/cs.po,485,2429,2299,14,60,365,1961,864,4450,cs.po,,cs,,czech,,,cs,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/uk.po,741,3798,4156,15,65,108,587,864,4450,uk.po,,uk,,ukrainian,,,uk,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/vi.po,741,3798,6038,15,65,108,587,864,4450,vi.po,,vi,,vietnamese,,,vi,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/pt_br.po,559,2776,3357,14,60,291,1614,864,4450,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/zh_cn.po,706,3558,1590,14,60,144,832,864,4450,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/nl.po,63,162,155,2,3,799,4285,864,4450,nl.po,,nl,,dutch,,,nl,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/fr.po,673,3378,4181,14,60,177,1012,864,4450,fr.po,,fr,,french,,,fr,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/es.po,654,3297,4067,14,60,196,1093,864,4450,es.po,,es,,spanish,,,es,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/pt.po,361,1815,2294,13,58,490,2577,864,4450,pt.po,,pt,,portuguese,,,pt,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/eo.po,741,3798,3726,15,65,108,587,864,4450,eo.po,,eo,,esperanto,,,eo,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/da.po,309,1563,1493,12,55,543,2832,864,4450,da.po,,da,,danish,,,da,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/nb.po,230,1130,1103,10,50,624,3270,864,4450,nb.po,,nb,,norwegian bokmål,,,nb,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/it.po,703,3545,4054,14,60,147,845,864,4450,it.po,,it,,italian,,,it,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/ru.po,494,2430,2381,14,60,356,1960,864,4450,ru.po,,ru,,russian,,,ru,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/zh_tw.po,519,2513,1064,14,60,331,1877,864,4450,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/ca.po,705,3531,4862,15,65,144,854,864,4450,ca.po,,ca,,catalan,,,ca,po -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv,po/pl.po,741,3798,3928,15,65,108,587,864,4450,pl.po,,pl,,polish,,,pl,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ko.po,303,1624,1467,0,0,4,12,307,1636,ko.po,,ko,,korean,,,ko,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/gu.po,84,377,378,0,0,223,1259,307,1636,gu.po,,gu,,gujarati,,,gu,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/hu.po,303,1624,1670,0,0,4,12,307,1636,hu.po,,hu,,hungarian,,,hu,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/pl.po,303,1624,1843,0,0,4,12,307,1636,pl.po,,pl,,polish,,,pl,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/zh_tw.po,303,1624,587,0,0,4,12,307,1636,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/el.po,303,1624,1809,0,0,4,12,307,1636,el.po,,el,,greek,,,el,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/gl.po,286,1558,2197,0,0,21,78,307,1636,gl.po,,gl,,galician,,,gl,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/sk.po,303,1624,1749,0,0,4,12,307,1636,sk.po,,sk,,slovak,,,sk,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/fur.po,303,1624,2261,0,0,4,12,307,1636,fur.po,,fur,,friulian,,,fur,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/kn.po,114,556,545,0,0,193,1080,307,1636,kn.po,,kn,,kannada,,,kn,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ne.po,97,332,314,154,867,56,437,307,1636,ne.po,,ne,,nepali,,,ne,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/zh_cn.po,303,1624,609,0,0,4,12,307,1636,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ar.po,71,302,298,39,216,197,1118,307,1636,ar.po,,ar,,arabic,,,ar,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/nl.po,303,1624,1597,0,0,4,12,307,1636,nl.po,,nl,,dutch,,,nl,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/en_gb.po,303,1624,1624,0,0,4,12,307,1636,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/sr.po,303,1624,1828,0,0,4,12,307,1636,sr.po,,sr,,serbian,,,sr,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/hi.po,142,669,819,0,0,165,967,307,1636,hi.po,,hi,,hindi,,,hi,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/pt_br.po,303,1624,1918,0,0,4,12,307,1636,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/cs.po,303,1624,1662,0,0,4,12,307,1636,cs.po,,cs,,czech,,,cs,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/nb.po,296,1575,1691,2,16,9,45,307,1636,nb.po,,nb,,norwegian bokmål,,,nb,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/he.po,206,971,975,10,66,91,599,307,1636,he.po,,he,,hebrew,,,he,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/af.po,74,250,275,1,6,232,1380,307,1636,af.po,,af,,afrikaans,,,af,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/zh_hk.po,228,1129,402,0,0,79,507,307,1636,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/fa.po,77,322,378,1,10,229,1304,307,1636,fa.po,,fa,,persian,,,fa,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/eu.po,303,1624,1714,0,0,4,12,307,1636,eu.po,,eu,,basque,,,eu,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ru.po,303,1624,1634,0,0,4,12,307,1636,ru.po,,ru,,russian,,,ru,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/as.po,229,1140,1231,0,0,78,496,307,1636,as.po,,as,,assamese,,,as,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/lv.po,303,1624,1498,0,0,4,12,307,1636,lv.po,,lv,,latvian,,,lv,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/th.po,142,669,340,0,0,165,967,307,1636,th.po,,th,,thai,,,th,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/lt.po,303,1624,1376,0,0,4,12,307,1636,lt.po,,lt,,lithuanian,,,lt,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/da.po,303,1624,1599,0,0,4,12,307,1636,da.po,,da,,danish,,,da,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/oc.po,303,1624,2038,0,0,4,12,307,1636,oc.po,,oc,,occitan,,,oc,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/de.po,303,1624,1752,0,0,4,12,307,1636,de.po,,de,,german,,,de,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/es.po,303,1624,2144,0,0,4,12,307,1636,es.po,,es,,spanish,,,es,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/fr.po,303,1624,2030,0,0,4,12,307,1636,fr.po,,fr,,french,,,fr,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ro.po,114,556,685,0,0,193,1080,307,1636,ro.po,,ro,,romanian,,,ro,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/sl.po,303,1624,1791,0,0,4,12,307,1636,sl.po,,sl,,slovenian,,,sl,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ca.po,303,1624,2239,0,0,4,12,307,1636,ca.po,,ca,,catalan,,,ca,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/pa.po,143,676,763,0,0,164,960,307,1636,pa.po,,pa,,punjabi,,,pa,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ca@valencia.po,303,1624,2237,0,0,4,12,307,1636,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/eo.po,117,448,421,54,340,136,848,307,1636,eo.po,,eo,,esperanto,,,eo,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ta.po,142,669,622,0,0,165,967,307,1636,ta.po,,ta,,tamil,,,ta,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/kk.po,49,115,112,0,0,258,1521,307,1636,kk.po,,kk,,kazakh,,,kk,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/et.po,142,669,598,0,0,165,967,307,1636,et.po,,et,,estonian,,,et,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/vi.po,306,1635,2469,0,0,1,1,307,1636,vi.po,,vi,,vietnamese,,,vi,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/bs.po,242,1218,1232,0,0,65,418,307,1636,bs.po,,bs,,bosnian,,,bs,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/bg.po,303,1624,1887,0,0,4,12,307,1636,bg.po,,bg,,bulgarian,,,bg,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ja.po,241,1221,452,0,0,66,415,307,1636,ja.po,,ja,,japanese,,,ja,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/bn_in.po,114,556,608,0,0,193,1080,307,1636,bn_in.po,,bn,in,bangla,,india,bn_in,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/sr@latin.po,303,1624,1828,0,0,4,12,307,1636,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/uk.po,290,1576,1574,0,0,17,60,307,1636,uk.po,,uk,,ukrainian,,,uk,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/pt.po,307,1636,1905,0,0,0,0,307,1636,pt.po,,pt,,portuguese,,,pt,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/te.po,118,577,523,0,0,189,1059,307,1636,te.po,,te,,telugu,,,te,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ug.po,143,676,667,0,0,164,960,307,1636,ug.po,,ug,,uyghur,,,ug,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/hr.po,303,1624,1542,0,0,4,12,307,1636,hr.po,,hr,,croatian,,,hr,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/id.po,303,1624,1619,0,0,4,12,307,1636,id.po,,id,,indonesian,,,id,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/ml.po,101,344,303,0,0,206,1292,307,1636,ml.po,,ml,,malayalam,,,ml,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/tr.po,303,1624,1398,0,0,4,12,307,1636,tr.po,,tr,,turkish,,,tr,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/sv.po,303,1624,1670,0,0,4,12,307,1636,sv.po,,sv,,swedish,,,sv,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/tg.po,20,75,79,0,0,287,1561,307,1636,tg.po,,tg,,tajik,,,tg,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/fi.po,135,525,460,81,544,91,567,307,1636,fi.po,,fi,,finnish,,,fi,po -rygel-0.36.2-3.fc30.src.rpm.stats.csv,po/it.po,303,1624,1856,0,0,4,12,307,1636,it.po,,it,,italian,,,it,po -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/net/de.po,178,726,658,0,0,1563,11281,1741,12007,de.po,,de,,german,,,de,source3/locale/net -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/zh_tw.po,31,187,41,18,67,79,270,128,524,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/zh_cn.po,31,187,40,18,67,79,270,128,524,zh_cn.po,,zh,cn,chinese,,china,zh_cn,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/tr.po,128,524,482,0,0,0,0,128,524,tr.po,,tr,,turkish,,,tr,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/sv.po,31,187,182,18,67,79,270,128,524,sv.po,,sv,,swedish,,,sv,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/ru.po,31,187,185,18,67,79,270,128,524,ru.po,,ru,,russian,,,ru,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/pt_br.po,31,187,221,18,67,79,270,128,524,pt_br.po,,pt,br,portuguese,,brazil,pt_br,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/pl.po,31,187,189,18,67,79,270,128,524,pl.po,,pl,,polish,,,pl,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/nl.po,31,187,185,18,67,79,270,128,524,nl.po,,nl,,dutch,,,nl,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/nb.po,34,212,191,18,67,76,245,128,524,nb.po,,nb,,norwegian bokmål,,,nb,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/ko.po,31,187,148,18,67,79,270,128,524,ko.po,,ko,,korean,,,ko,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/ja.po,128,524,168,0,0,0,0,128,524,ja.po,,ja,,japanese,,,ja,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/it.po,31,187,205,18,67,79,270,128,524,it.po,,it,,italian,,,it,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/hu.po,31,187,168,18,67,79,270,128,524,hu.po,,hu,,hungarian,,,hu,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/fr.po,128,524,679,0,0,0,0,128,524,fr.po,,fr,,french,,,fr,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/fi.po,34,212,172,18,67,76,245,128,524,fi.po,,fi,,finnish,,,fi,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/es.po,31,187,265,18,67,79,270,128,524,es.po,,es,,spanish,,,es,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/de.po,34,214,204,19,70,75,240,128,524,de.po,,de,,german,,,de,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/da.po,34,212,196,18,67,76,245,128,524,da.po,,da,,danish,,,da,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/cs.po,31,187,174,18,67,79,270,128,524,cs.po,,cs,,czech,,,cs,source3/locale/pam_winbind -samba-4.10.2-0.fc30.src.rpm.stats.csv,source3/locale/pam_winbind/ar.po,31,187,221,18,67,79,270,128,524,ar.po,,ar,,arabic,,,ar,source3/locale/pam_winbind -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/nl.po,1175,5623,5862,5,19,0,0,1180,5642,nl.po,,nl,,dutch,,,nl,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/de.po,901,4386,4208,100,282,179,974,1180,5642,de.po,,de,,german,,,de,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/en@boldquot.po,1180,5642,5642,0,0,0,0,1180,5642,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/uk.po,1180,5642,5563,0,0,0,0,1180,5642,uk.po,,uk,,ukrainian,,,uk,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/es.po,862,4257,5337,117,296,201,1089,1180,5642,es.po,,es,,spanish,,,es,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/bg.po,624,3240,3316,214,561,342,1841,1180,5642,bg.po,,bg,,bulgarian,,,bg,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/eo.po,795,3969,4553,149,397,236,1276,1180,5642,eo.po,,eo,,esperanto,,,eo,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/en_gb.po,821,4118,4069,137,363,222,1161,1180,5642,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/pt.po,261,872,1005,163,521,756,4249,1180,5642,pt.po,,pt,,portuguese,,,pt,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/fi.po,626,3244,2230,210,558,344,1840,1180,5642,fi.po,,fi,,finnish,,,fi,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/ru.po,591,2772,2627,195,530,394,2340,1180,5642,ru.po,,ru,,russian,,,ru,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/nb.po,202,611,565,189,511,789,4520,1180,5642,nb.po,,nb,,norwegian bokmål,,,nb,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/fr.po,894,4340,5110,102,274,184,1028,1180,5642,fr.po,,fr,,french,,,fr,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/da.po,679,3501,3192,195,528,306,1613,1180,5642,da.po,,da,,danish,,,da,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/hu.po,187,344,339,131,323,862,4975,1180,5642,hu.po,,hu,,hungarian,,,hu,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/sv.po,1016,4798,4171,71,253,93,591,1180,5642,sv.po,,sv,,swedish,,,sv,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/gl.po,862,4257,5242,117,296,201,1089,1180,5642,gl.po,,gl,,galician,,,gl,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/en@quot.po,1180,5642,5642,0,0,0,0,1180,5642,en@quot.po,quot,en,,english,,,en@quot,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/cs.po,589,3113,2868,225,589,366,1940,1180,5642,cs.po,,cs,,czech,,,cs,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/ja.po,674,2560,698,114,279,392,2803,1180,5642,ja.po,,ja,,japanese,,,ja,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/it.po,784,3924,4694,158,425,238,1293,1180,5642,it.po,,it,,italian,,,it,po -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv,po/pl.po,893,4325,4058,103,289,184,1028,1180,5642,pl.po,,pl,,polish,,,pl,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/da.po,126,683,670,10,98,1,7,137,788,da.po,,da,,danish,,,da,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/ru.po,126,683,711,10,98,1,7,137,788,ru.po,,ru,,russian,,,ru,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/fr.po,137,788,942,0,0,0,0,137,788,fr.po,,fr,,french,,,fr,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/sk.po,137,788,824,0,0,0,0,137,788,sk.po,,sk,,slovak,,,sk,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/pt_br.po,137,788,937,0,0,0,0,137,788,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/eu.po,17,66,72,5,30,115,692,137,788,eu.po,,eu,,basque,,,eu,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/uk.po,137,788,847,0,0,0,0,137,788,uk.po,,uk,,ukrainian,,,uk,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/ca.po,77,443,569,12,94,48,251,137,788,ca.po,,ca,,catalan,,,ca,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/id.po,77,443,462,12,94,48,251,137,788,id.po,,id,,indonesian,,,id,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/it.po,75,421,468,10,71,52,296,137,788,it.po,,it,,italian,,,it,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/af.po,32,133,128,36,168,69,487,137,788,af.po,,af,,afrikaans,,,af,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/sr.po,126,683,709,10,98,1,7,137,788,sr.po,,sr,,serbian,,,sr,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/nl.po,137,788,822,0,0,0,0,137,788,nl.po,,nl,,dutch,,,nl,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/hr.po,137,788,834,0,0,0,0,137,788,hr.po,,hr,,croatian,,,hr,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/vi.po,137,788,1177,0,0,0,0,137,788,vi.po,,vi,,vietnamese,,,vi,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/pt.po,75,421,478,10,71,52,296,137,788,pt.po,,pt,,portuguese,,,pt,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/he.po,10,58,60,29,120,98,610,137,788,he.po,,he,,hebrew,,,he,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/hu.po,126,683,659,10,98,1,7,137,788,hu.po,,hu,,hungarian,,,hu,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/nb.po,137,788,742,0,0,0,0,137,788,nb.po,,nb,,norwegian bokmål,,,nb,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/sv.po,137,788,775,0,0,0,0,137,788,sv.po,,sv,,swedish,,,sv,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/zh_tw.po,77,443,167,12,94,48,251,137,788,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/zh_cn.po,115,581,253,14,152,8,55,137,788,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/ast.po,75,421,523,10,71,52,296,137,788,ast.po,,ast,,asturian,,,ast,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/ro.po,69,385,430,13,85,55,318,137,788,ro.po,,ro,,romanian,,,ro,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/et.po,126,683,591,10,98,1,7,137,788,et.po,,et,,estonian,,,et,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/ga.po,137,788,928,0,0,0,0,137,788,ga.po,,ga,,irish,,,ga,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/sl.po,77,443,443,12,94,48,251,137,788,sl.po,,sl,,slovenian,,,sl,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/fi.po,126,683,601,10,98,1,7,137,788,fi.po,,fi,,finnish,,,fi,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/el.po,77,443,489,14,99,46,246,137,788,el.po,,el,,greek,,,el,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/pl.po,77,443,471,12,94,48,251,137,788,pl.po,,pl,,polish,,,pl,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/cs.po,137,788,779,0,0,0,0,137,788,cs.po,,cs,,czech,,,cs,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/de.po,114,611,639,8,84,15,93,137,788,de.po,,de,,german,,,de,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/es.po,137,788,934,0,0,0,0,137,788,es.po,,es,,spanish,,,es,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/ja.po,102,564,312,18,159,17,65,137,788,ja.po,,ja,,japanese,,,ja,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/eo.po,126,683,674,10,98,1,7,137,788,eo.po,,eo,,esperanto,,,eo,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/bg.po,137,788,930,0,0,0,0,137,788,bg.po,,bg,,bulgarian,,,bg,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/ko.po,10,58,64,29,120,98,610,137,788,ko.po,,ko,,korean,,,ko,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/tr.po,77,443,398,12,94,48,251,137,788,tr.po,,tr,,turkish,,,tr,po -sed-4.5-3.fc30.src.rpm.stats.csv,po/gl.po,84,471,585,11,89,42,228,137,788,gl.po,,gl,,galician,,,gl,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/de.po,1165,15441,15138,63,1024,18,323,1246,16788,de.po,,de,,german,,,de,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/da.po,284,2133,1878,38,299,924,14356,1246,16788,da.po,,da,,danish,,,da,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/zh_cn.po,992,10751,2893,77,1427,177,4610,1246,16788,zh_cn.po,,zh,cn,chinese,,china,zh_cn,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/pl.po,305,1956,1735,223,1506,718,13326,1246,16788,pl.po,,pl,,polish,,,pl,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/it.po,1131,15246,15351,68,1166,47,376,1246,16788,it.po,,it,,italian,,,it,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/ru.po,1132,15289,13173,67,1123,47,376,1246,16788,ru.po,,ru,,russian,,,ru,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/fr.po,1134,15368,17304,65,1044,47,376,1246,16788,fr.po,,fr,,french,,,fr,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,man/po/sv.po,413,2261,2021,271,2232,562,12295,1246,16788,sv.po,,sv,,swedish,,,sv,man/po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/ro.po,210,1033,1131,183,1243,206,1817,599,4093,ro.po,,ro,,romanian,,,ro,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/fi.po,210,1033,898,185,1253,204,1807,599,4093,fi.po,,fi,,finnish,,,fi,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/nn.po,147,711,723,220,1358,232,2024,599,4093,nn.po,,nn,,norwegian nynorsk,,,nn,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/de.po,554,3657,3684,33,333,12,103,599,4093,de.po,,de,,german,,,de,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/cs.po,576,3819,3604,17,216,6,58,599,4093,cs.po,,cs,,czech,,,cs,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/sk.po,386,2403,2424,99,755,114,935,599,4093,sk.po,,sk,,slovak,,,sk,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/eu.po,419,2689,2480,94,729,86,675,599,4093,eu.po,,eu,,basque,,,eu,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/gl.po,210,1033,1310,185,1253,204,1807,599,4093,gl.po,,gl,,galician,,,gl,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/pt.po,552,3644,4268,35,346,12,103,599,4093,pt.po,,pt,,portuguese,,,pt,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/nl.po,582,3890,4176,13,167,4,36,599,4093,nl.po,,nl,,dutch,,,nl,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/pt_br.po,496,3263,3583,55,486,48,344,599,4093,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/ca.po,552,3644,4509,36,353,11,96,599,4093,ca.po,,ca,,catalan,,,ca,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/da.po,552,3644,3450,35,346,12,103,599,4093,da.po,,da,,danish,,,da,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/ja.po,554,3657,2046,33,333,12,103,599,4093,ja.po,,ja,,japanese,,,ja,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/uk.po,210,1033,1046,185,1253,204,1807,599,4093,uk.po,,uk,,ukrainian,,,uk,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/bs.po,36,127,126,107,649,456,3317,599,4093,bs.po,,bs,,bosnian,,,bs,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/tl.po,209,1015,1265,186,1271,204,1807,599,4093,tl.po,,tl,,tagalog,,,tl,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/es.po,495,3246,4010,56,491,48,356,599,4093,es.po,,es,,spanish,,,es,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/fr.po,0,0,0,115,598,484,3495,599,4093,fr.po,,fr,,french,,,fr,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/el.po,548,3615,3973,38,365,13,113,599,4093,el.po,,el,,greek,,,el,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/tr.po,229,1172,1094,202,1527,168,1394,599,4093,tr.po,,tr,,turkish,,,tr,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/he.po,50,197,208,179,1078,370,2818,599,4093,he.po,,he,,hebrew,,,he,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/ru.po,583,3895,3992,12,162,4,36,599,4093,ru.po,,ru,,russian,,,ru,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/it.po,229,1172,1375,194,1487,176,1434,599,4093,it.po,,it,,italian,,,it,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/nb.po,583,3895,3926,12,162,4,36,599,4093,nb.po,,nb,,norwegian bokmål,,,nb,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/km.po,184,918,680,209,1358,206,1817,599,4093,km.po,,km,,khmer,,,km,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/pl.po,210,1033,1117,185,1253,204,1807,599,4093,pl.po,,pl,,polish,,,pl,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/ko.po,301,1719,1630,134,1055,164,1319,599,4093,ko.po,,ko,,korean,,,ko,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/vi.po,583,3895,5510,12,162,4,36,599,4093,vi.po,,vi,,vietnamese,,,vi,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/sq.po,7,28,31,83,495,509,3570,599,4093,sq.po,,sq,,albanian,,,sq,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/ne.po,210,1033,1119,183,1243,206,1817,599,4093,ne.po,,ne,,nepali,,,ne,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/dz.po,209,1031,530,184,1245,206,1817,599,4093,dz.po,,dz,,dzongkha,,,dz,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/kk.po,583,3895,3787,12,162,4,36,599,4093,kk.po,,kk,,kazakh,,,kk,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/id.po,182,887,941,208,1370,209,1836,599,4093,id.po,,id,,indonesian,,,id,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/hu.po,210,1033,958,185,1253,204,1807,599,4093,hu.po,,hu,,hungarian,,,hu,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/zh_tw.po,160,786,322,213,1323,226,1984,599,4093,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/sv.po,482,3139,3081,52,461,65,493,599,4093,sv.po,,sv,,swedish,,,sv,po -shadow-utils-4.6-8.fc30.src.rpm.stats.csv,po/zh_cn.po,546,3609,1581,38,371,15,113,599,4093,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/pt_br.po,770,1986,2474,0,0,0,0,770,1986,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ja.po,654,1659,1453,0,0,116,327,770,1986,ja.po,,ja,,japanese,,,ja,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/af.po,677,1708,980,0,0,93,278,770,1986,af.po,,af,,afrikaans,,,af,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/da.po,727,1864,1058,0,0,43,122,770,1986,da.po,,da,,danish,,,da,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/nl.po,637,1616,1017,0,0,133,370,770,1986,nl.po,,nl,,dutch,,,nl,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/he.po,720,1845,2222,0,0,50,141,770,1986,he.po,,he,,hebrew,,,he,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,0,0,770,1986,770,1986,rw.po,,rw,,kinyarwanda,,,rw,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/sq.po,547,1352,1516,0,0,223,634,770,1986,sq.po,,sq,,albanian,,,sq,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/tr.po,740,1905,2001,0,0,30,81,770,1986,tr.po,,tr,,turkish,,,tr,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,770,1986,770,1986,mr.po,,mr,,marathi,,,mr,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/zh_cn.po,770,1986,1681,0,0,0,0,770,1986,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/de.po,770,1986,976,0,0,0,0,770,1986,de.po,,de,,german,,,de,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,770,1986,770,1986,be.po,,be,,belarusian,,,be,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/it.po,770,1986,2118,0,0,0,0,770,1986,it.po,,it,,italian,,,it,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,770,1986,770,1986,bn_in.po,,bn,in,bangla,,india,bn_in,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,770,1986,770,1986,te.po,,te,,telugu,,,te,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/vi.po,567,1405,2121,0,0,203,581,770,1986,vi.po,,vi,,vietnamese,,,vi,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/cs.po,770,1986,2168,0,0,0,0,770,1986,cs.po,,cs,,czech,,,cs,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,770,1986,770,1986,ky.po,,ky,,kyrgyz,,,ky,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ka.po,210,530,539,0,0,560,1456,770,1986,ka.po,,ka,,georgian,,,ka,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ast.po,214,524,668,0,0,556,1462,770,1986,ast.po,,ast,,asturian,,,ast,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/kk.po,770,1986,2055,0,0,0,0,770,1986,kk.po,,kk,,kazakh,,,kk,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/eo.po,426,975,672,0,0,344,1011,770,1986,eo.po,,eo,,esperanto,,,eo,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/hr.po,770,1986,2136,0,0,0,0,770,1986,hr.po,,hr,,croatian,,,hr,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/cy.po,148,351,365,0,0,622,1635,770,1986,cy.po,,cy,,welsh,,,cy,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/bg.po,637,1616,2353,0,0,133,370,770,1986,bg.po,,bg,,bulgarian,,,bg,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ms.po,262,629,629,0,0,508,1357,770,1986,ms.po,,ms,,malay,,,ms,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,770,1986,770,1986,hi.po,,hi,,hindi,,,hi,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/oc.po,701,1781,1980,0,0,69,205,770,1986,oc.po,,oc,,occitan,,,oc,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/sr.po,740,1905,2053,0,0,30,81,770,1986,sr.po,,sr,,serbian,,,sr,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/az.po,135,325,363,0,0,635,1661,770,1986,az.po,,az,,azerbaijani,,,az,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/pt.po,701,1790,2074,0,0,69,196,770,1986,pt.po,,pt,,portuguese,,,pt,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ko.po,760,1960,2041,0,0,10,26,770,1986,ko.po,,ko,,korean,,,ko,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ro.po,608,1533,1669,0,0,162,453,770,1986,ro.po,,ro,,romanian,,,ro,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/pl.po,770,1986,2209,0,0,0,0,770,1986,pl.po,,pl,,polish,,,pl,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,770,1986,770,1986,th.po,,th,,thai,,,th,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ga.po,770,1986,2027,0,0,0,0,770,1986,ga.po,,ga,,irish,,,ga,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/be@latin.po,561,1387,1435,0,0,209,599,770,1986,be@latin.po,latin,be,,belarusian,,,be@latin,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,770,1986,770,1986,ta.po,,ta,,tamil,,,ta,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/zh_tw.po,770,1986,1730,0,0,0,0,770,1986,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/lv.po,654,1659,1647,0,0,116,327,770,1986,lv.po,,lv,,latvian,,,lv,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/sk.po,769,1983,2107,0,0,1,3,770,1986,sk.po,,sk,,slovak,,,sk,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,770,1986,770,1986,or.po,,or,,odia,,,or,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/eu.po,729,1869,1852,0,0,41,117,770,1986,eu.po,,eu,,basque,,,eu,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ar.po,607,1531,1597,0,0,163,455,770,1986,ar.po,,ar,,arabic,,,ar,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/fur.po,0,0,0,0,0,770,1986,770,1986,fur.po,,fur,,friulian,,,fur,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/lt.po,606,1528,1650,0,0,164,458,770,1986,lt.po,,lt,,lithuanian,,,lt,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/fi.po,723,1850,1122,0,0,47,136,770,1986,fi.po,,fi,,finnish,,,fi,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/fo.po,594,1489,1374,0,0,176,497,770,1986,fo.po,,fo,,faroese,,,fo,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ca.po,770,1986,2534,0,0,0,0,770,1986,ca.po,,ca,,catalan,,,ca,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/en_gb.po,757,1951,1951,0,0,13,35,770,1986,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,770,1986,770,1986,fa.po,,fa,,persian,,,fa,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,770,1986,770,1986,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/id.po,770,1986,2087,0,0,0,0,770,1986,id.po,,id,,indonesian,,,id,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,770,1986,770,1986,kn.po,,kn,,kannada,,,kn,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,770,1986,770,1986,ml.po,,ml,,malayalam,,,ml,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,770,1986,770,1986,wa.po,,wa,,walloon,,,wa,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,770,1986,770,1986,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/el.po,696,1776,1947,0,0,74,210,770,1986,el.po,,el,,greek,,,el,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,770,1986,770,1986,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/sv.po,770,1986,1107,0,0,0,0,770,1986,sv.po,,sv,,swedish,,,sv,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/uk.po,770,1986,2133,0,0,0,0,770,1986,uk.po,,uk,,ukrainian,,,uk,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,770,1986,770,1986,et.po,,et,,estonian,,,et,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/nb.po,523,1288,807,0,0,247,698,770,1986,nb.po,,nb,,norwegian bokmål,,,nb,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,770,1986,770,1986,gu.po,,gu,,gujarati,,,gu,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/es.po,765,1974,2727,0,0,5,12,770,1986,es.po,,es,,spanish,,,es,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,770,1986,770,1986,pa.po,,pa,,punjabi,,,pa,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,770,1986,770,1986,as.po,,as,,assamese,,,as,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/gl.po,674,1713,2329,0,0,96,273,770,1986,gl.po,,gl,,galician,,,gl,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/nn.po,547,1352,844,0,0,223,634,770,1986,nn.po,,nn,,norwegian nynorsk,,,nn,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ia.po,701,1790,2116,0,0,69,196,770,1986,ia.po,,ia,,interlingua,,,ia,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/fr.po,770,1986,2193,0,0,0,0,770,1986,fr.po,,fr,,french,,,fr,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/hu.po,770,1986,1608,0,0,0,0,770,1986,hu.po,,hu,,hungarian,,,hu,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/sl.po,677,1721,2161,0,0,93,265,770,1986,sl.po,,sl,,slovenian,,,sl,po -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv,po/ru.po,760,1960,2041,0,0,10,26,770,1986,ru.po,,ru,,russian,,,ru,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,19,50,25,0,0,93,1306,112,1356,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/uk/uk.po,24,128,145,0,0,88,1228,112,1356,uk.po,,uk,,ukrainian,,,uk,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/sv/sv.po,111,1353,1198,0,0,1,3,112,1356,sv.po,,sv,,swedish,,,sv,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/sr/sr.po,0,0,0,0,0,112,1356,112,1356,sr.po,,sr,,serbian,,,sr,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/sl/sl.po,12,42,40,0,0,100,1314,112,1356,sl.po,,sl,,slovenian,,,sl,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/sk/sk.po,67,335,308,0,0,45,1021,112,1356,sk.po,,sk,,slovak,,,sk,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/ru/ru.po,24,128,115,0,0,88,1228,112,1356,ru.po,,ru,,russian,,,ru,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/ro/ro.po,111,1353,1327,0,0,1,3,112,1356,ro.po,,ro,,romanian,,,ro,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,111,1353,1455,0,0,1,3,112,1356,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/pl/pl.po,111,1353,1080,0,0,1,3,112,1356,pl.po,,pl,,polish,,,pl,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/nl/nl.po,1,1,5,0,0,111,1355,112,1356,nl.po,,nl,,dutch,,,nl,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/nb/nb.po,1,1,6,0,0,111,1355,112,1356,nb.po,,nb,,norwegian bokmål,,,nb,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/ku/ku.po,13,19,24,0,0,99,1337,112,1356,ku.po,,ku,,kurdish,,,ku,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/ja/ja.po,13,45,25,0,0,99,1311,112,1356,ja.po,,ja,,japanese,,,ja,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/it/it.po,28,83,106,0,0,84,1273,112,1356,it.po,,it,,italian,,,it,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/ia/ia.po,33,81,95,0,0,79,1275,112,1356,ia.po,,ia,,interlingua,,,ia,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/hu/hu.po,111,1353,1127,0,0,1,3,112,1356,hu.po,,hu,,hungarian,,,hu,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/hr/hr.po,27,246,204,0,0,85,1110,112,1356,hr.po,,hr,,croatian,,,hr,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/gl/gl.po,111,1353,1309,0,0,1,3,112,1356,gl.po,,gl,,galician,,,gl,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/fr/fr.po,111,1353,1527,0,0,1,3,112,1356,fr.po,,fr,,french,,,fr,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/fi/fi.po,14,39,36,0,0,98,1317,112,1356,fi.po,,fi,,finnish,,,fi,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/eu/eu.po,24,128,108,0,0,88,1228,112,1356,eu.po,,eu,,basque,,,eu,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/es/es.po,111,1353,1502,0,0,1,3,112,1356,es.po,,es,,spanish,,,es,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/en_gb/en_gb.po,24,128,134,0,0,88,1228,112,1356,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/de/de.po,111,1353,1298,0,0,1,3,112,1356,de.po,,de,,german,,,de,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/da/da.po,111,1353,1238,0,0,1,3,112,1356,da.po,,da,,danish,,,da,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/cs/cs.po,111,1353,1196,0,0,1,3,112,1356,cs.po,,cs,,czech,,,cs,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/ca/ca.po,111,1353,1446,0,0,1,3,112,1356,ca.po,,ca,,catalan,,,ca,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/bg/bg.po,24,128,133,0,0,88,1228,112,1356,bg.po,,bg,,bulgarian,,,bg,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,help/ar/ar.po,24,128,110,0,0,88,1228,112,1356,ar.po,,ar,,arabic,,,ar,help/ -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/zh_tw.po,184,839,298,0,0,8,8,192,847,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/zh_hk.po,140,568,200,0,0,52,279,192,847,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/zh_cn.po,192,847,336,0,0,0,0,192,847,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/vi.po,95,366,505,0,0,97,481,192,847,vi.po,,vi,,vietnamese,,,vi,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/uz.po,38,69,77,0,0,154,778,192,847,uz.po,,uz,,uzbek,,,uz,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ur.po,11,11,26,0,0,181,836,192,847,ur.po,,ur,,urdu,,,ur,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/uk.po,184,839,852,0,0,8,8,192,847,uk.po,,uk,,ukrainian,,,uk,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ug.po,126,435,414,0,0,66,412,192,847,ug.po,,ug,,uyghur,,,ug,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/tr.po,184,839,779,0,0,8,8,192,847,tr.po,,tr,,turkish,,,tr,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/th.po,138,509,316,0,0,54,338,192,847,th.po,,th,,thai,,,th,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/te.po,89,349,301,0,0,103,498,192,847,te.po,,te,,telugu,,,te,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ta.po,18,31,48,0,0,174,816,192,847,ta.po,,ta,,tamil,,,ta,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sv.po,184,839,826,0,0,8,8,192,847,sv.po,,sv,,swedish,,,sv,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sr@latin.po,192,847,831,0,0,0,0,192,847,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sr.po,184,839,823,0,0,8,8,192,847,sr.po,,sr,,serbian,,,sr,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sq.po,136,506,616,0,0,56,341,192,847,sq.po,,sq,,albanian,,,sq,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sl.po,184,839,882,0,0,8,8,192,847,sl.po,,sl,,slovenian,,,sl,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sk.po,184,839,849,0,0,8,8,192,847,sk.po,,sk,,slovak,,,sk,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/shn.po,4,4,8,0,0,188,843,192,847,shn.po,,shn,,shan,,,shn,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/se.po,22,29,33,0,0,170,818,192,847,se.po,,se,,northern sami,,,se,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/sd.po,60,121,135,0,0,132,726,192,847,sd.po,,sd,,sindhi,,,sd,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ru.po,184,839,769,0,0,8,8,192,847,ru.po,,ru,,russian,,,ru,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ro.po,184,839,947,0,0,8,8,192,847,ro.po,,ro,,romanian,,,ro,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/pt_br.po,184,839,1077,0,0,8,8,192,847,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/pt.po,140,568,695,0,0,52,279,192,847,pt.po,,pt,,portuguese,,,pt,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/pl.po,184,839,833,0,0,8,8,192,847,pl.po,,pl,,polish,,,pl,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/pa.po,191,799,931,0,0,1,48,192,847,pa.po,,pa,,punjabi,,,pa,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/oc.po,192,847,990,0,0,0,0,192,847,oc.po,,oc,,occitan,,,oc,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/nl.po,184,839,956,0,0,8,8,192,847,nl.po,,nl,,dutch,,,nl,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ne.po,119,359,350,52,327,21,161,192,847,ne.po,,ne,,nepali,,,ne,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/nb.po,192,847,832,0,0,0,0,192,847,nb.po,,nb,,norwegian bokmål,,,nb,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/my.po,91,362,307,0,0,101,485,192,847,my.po,,my,,burmese,,,my,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ms.po,140,568,559,0,0,52,279,192,847,ms.po,,ms,,malay,,,ms,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ml.po,190,844,720,2,3,0,0,192,847,ml.po,,ml,,malayalam,,,ml,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/lv.po,184,839,744,0,0,8,8,192,847,lv.po,,lv,,latvian,,,lv,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/lt.po,184,839,743,0,0,8,8,192,847,lt.po,,lt,,lithuanian,,,lt,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ky.po,20,36,38,0,0,172,811,192,847,ky.po,,ky,,kyrgyz,,,ky,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ku.po,49,69,85,0,0,143,778,192,847,ku.po,,ku,,kurdish,,,ku,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ko.po,184,839,751,0,0,8,8,192,847,ko.po,,ko,,korean,,,ko,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/km.po,121,406,214,0,0,71,441,192,847,km.po,,km,,khmer,,,km,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/kk.po,93,218,227,0,0,99,629,192,847,kk.po,,kk,,kazakh,,,kk,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ja.po,184,839,370,0,0,8,8,192,847,ja.po,,ja,,japanese,,,ja,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/it.po,184,839,890,0,0,8,8,192,847,it.po,,it,,italian,,,it,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/is.po,192,847,898,0,0,0,0,192,847,is.po,,is,,icelandic,,,is,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/id.po,184,839,851,0,0,8,8,192,847,id.po,,id,,indonesian,,,id,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/hy.po,5,5,10,0,0,187,842,192,847,hy.po,,hy,,armenian,,,hy,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/hu.po,184,839,761,0,0,8,8,192,847,hu.po,,hu,,hungarian,,,hu,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/hr.po,183,838,760,0,0,9,9,192,847,hr.po,,hr,,croatian,,,hr,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/he.po,140,568,567,0,0,52,279,192,847,he.po,,he,,hebrew,,,he,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/gl.po,184,839,950,0,0,8,8,192,847,gl.po,,gl,,galician,,,gl,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/gd.po,192,847,1120,0,0,0,0,192,847,gd.po,,gd,,scottish gaelic,,,gd,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/fur.po,184,839,948,0,0,8,8,192,847,fur.po,,fur,,friulian,,,fur,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/fr.po,184,839,1124,0,0,8,8,192,847,fr.po,,fr,,french,,,fr,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/fi.po,184,839,661,0,0,8,8,192,847,fi.po,,fi,,finnish,,,fi,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/fa.po,192,847,924,0,0,0,0,192,847,fa.po,,fa,,persian,,,fa,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/eu.po,192,847,758,0,0,0,0,192,847,eu.po,,eu,,basque,,,eu,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/et.po,89,349,323,0,0,103,498,192,847,et.po,,et,,estonian,,,et,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/es.po,184,839,1033,0,0,8,8,192,847,es.po,,es,,spanish,,,es,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/eo.po,184,838,814,0,0,8,9,192,847,eo.po,,eo,,esperanto,,,eo,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/en_gb.po,192,847,888,0,0,0,0,192,847,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/el.po,184,839,972,0,0,8,8,192,847,el.po,,el,,greek,,,el,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/de.po,184,839,978,0,0,8,8,192,847,de.po,,de,,german,,,de,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/da.po,183,838,847,0,0,9,9,192,847,da.po,,da,,danish,,,da,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/cs.po,184,839,844,0,0,8,8,192,847,cs.po,,cs,,czech,,,cs,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ce.po,0,0,0,0,0,192,847,192,847,ce.po,,ce,,chechen,,,ce,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ca@valencia.po,192,847,972,0,0,0,0,192,847,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ca.po,192,847,972,0,0,0,0,192,847,ca.po,,ca,,catalan,,,ca,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/bo.po,87,325,208,0,0,105,522,192,847,bo.po,,bo,,tibetan,,,bo,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/bg.po,106,383,455,0,0,86,464,192,847,bg.po,,bg,,bulgarian,,,bg,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/be.po,192,847,780,0,0,0,0,192,847,be.po,,be,,belarusian,,,be,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/az.po,15,23,30,0,0,177,824,192,847,az.po,,az,,azerbaijani,,,az,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ast.po,120,404,471,0,0,72,443,192,847,ast.po,,ast,,asturian,,,ast,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/ar.po,184,786,745,2,17,6,44,192,847,ar.po,,ar,,arabic,,,ar,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/am.po,138,509,512,0,0,54,338,192,847,am.po,,am,,amharic,,,am,po -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv,po/af.po,183,837,887,0,0,9,10,192,847,af.po,,af,,afrikaans,,,af,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,33,137,33,137,zu.po,,zu,,zulu,,,zu,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/zh_tw.po,11,54,14,7,33,15,50,33,137,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/zh_cn.po,11,54,19,7,33,15,50,33,137,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,33,137,33,137,vi.po,,vi,,vietnamese,,,vi,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,33,137,33,137,ur.po,,ur,,urdu,,,ur,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/uk.po,11,54,42,7,33,15,50,33,137,uk.po,,uk,,ukrainian,,,uk,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/tr.po,11,54,53,7,33,15,50,33,137,tr.po,,tr,,turkish,,,tr,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/th.po,11,54,21,6,29,16,54,33,137,th.po,,th,,thai,,,th,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/te.po,11,54,51,7,33,15,50,33,137,te.po,,te,,telugu,,,te,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ta.po,11,54,54,7,33,15,50,33,137,ta.po,,ta,,tamil,,,ta,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/sv.po,11,54,58,7,33,15,50,33,137,sv.po,,sv,,swedish,,,sv,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/sr@latin.po,11,54,50,7,33,15,50,33,137,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/sr.po,11,54,50,7,33,15,50,33,137,sr.po,,sr,,serbian,,,sr,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,33,137,33,137,sq.po,,sq,,albanian,,,sq,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,33,137,33,137,sl.po,,sl,,slovenian,,,sl,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/sk.po,11,54,56,7,33,15,50,33,137,sk.po,,sk,,slovak,,,sk,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/si.po,11,54,58,6,29,16,54,33,137,si.po,,si,,sinhala,,,si,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ru.po,11,54,45,7,33,15,50,33,137,ru.po,,ru,,russian,,,ru,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,33,137,33,137,ro.po,,ro,,romanian,,,ro,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/pt_br.po,11,54,60,7,33,15,50,33,137,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/pt.po,11,54,61,7,33,15,50,33,137,pt.po,,pt,,portuguese,,,pt,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/pl.po,30,122,109,0,0,3,15,33,137,pl.po,,pl,,polish,,,pl,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/pa.po,11,54,63,7,33,15,50,33,137,pa.po,,pa,,punjabi,,,pa,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/or.po,11,54,58,7,33,15,50,33,137,or.po,,or,,odia,,,or,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,33,137,33,137,nso.po,,nso,,northern sotho,,,nso,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,33,137,33,137,nn.po,,nn,,norwegian nynorsk,,,nn,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/nl.po,11,54,63,7,33,15,50,33,137,nl.po,,nl,,dutch,,,nl,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/nds.po,4,13,12,2,7,27,117,33,137,nds.po,,nds,,low german,,,nds,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/nb.po,5,21,24,2,7,26,109,33,137,nb.po,,nb,,norwegian bokmål,,,nb,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/my.po,0,0,0,0,0,33,137,33,137,my.po,,my,,burmese,,,my,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,33,137,33,137,ms.po,,ms,,malay,,,ms,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/mr.po,11,54,58,7,33,15,50,33,137,mr.po,,mr,,marathi,,,mr,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ml.po,11,54,48,7,33,15,50,33,137,ml.po,,ml,,malayalam,,,ml,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,33,137,33,137,mk.po,,mk,,macedonian,,,mk,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,33,137,33,137,lv.po,,lv,,latvian,,,lv,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,33,137,33,137,lt.po,,lt,,lithuanian,,,lt,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,33,137,33,137,lo.po,,lo,,lao,,,lo,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,33,137,33,137,ku.po,,ku,,kurdish,,,ku,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ko.po,11,54,55,7,33,15,50,33,137,ko.po,,ko,,korean,,,ko,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/kn.po,11,54,47,7,33,15,50,33,137,kn.po,,kn,,kannada,,,kn,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,33,137,33,137,ka.po,,ka,,georgian,,,ka,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ja.po,11,54,19,7,33,15,50,33,137,ja.po,,ja,,japanese,,,ja,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/it.po,11,54,67,7,33,15,50,33,137,it.po,,it,,italian,,,it,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/is.po,0,0,0,0,0,33,137,33,137,is.po,,is,,icelandic,,,is,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,33,137,33,137,ilo.po,,ilo,,iloko,,,ilo,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/id.po,8,41,44,4,19,21,77,33,137,id.po,,id,,indonesian,,,id,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,33,137,33,137,hy.po,,hy,,armenian,,,hy,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/hu.po,11,54,46,7,33,15,50,33,137,hu.po,,hu,,hungarian,,,hu,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,33,137,33,137,hr.po,,hr,,croatian,,,hr,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/hi.po,11,54,66,7,33,15,50,33,137,hi.po,,hi,,hindi,,,hi,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,33,137,33,137,he.po,,he,,hebrew,,,he,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/gu.po,11,54,68,7,33,15,50,33,137,gu.po,,gu,,gujarati,,,gu,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,33,137,33,137,gl.po,,gl,,galician,,,gl,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/fr.po,11,54,64,7,33,15,50,33,137,fr.po,,fr,,french,,,fr,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/fi.po,11,54,54,7,33,15,50,33,137,fi.po,,fi,,finnish,,,fi,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,33,137,33,137,fa.po,,fa,,persian,,,fa,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,33,137,33,137,eu.po,,eu,,basque,,,eu,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,33,137,33,137,et.po,,et,,estonian,,,et,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/es.po,30,122,159,0,0,3,15,33,137,es.po,,es,,spanish,,,es,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/en_gb.po,11,54,54,6,29,16,54,33,137,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/en.po,11,54,54,8,38,14,45,33,137,en.po,,en,,english,,,en,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/el.po,11,54,67,7,33,15,50,33,137,el.po,,el,,greek,,,el,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/de_ch.po,11,54,55,6,29,16,54,33,137,de_ch.po,,de,ch,german,,switzerland,de_ch,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/de.po,11,54,55,7,33,15,50,33,137,de.po,,de,,german,,,de,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/da.po,11,54,57,7,33,15,50,33,137,da.po,,da,,danish,,,da,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,33,137,33,137,cy.po,,cy,,welsh,,,cy,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/cs.po,11,54,50,7,33,15,50,33,137,cs.po,,cs,,czech,,,cs,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ca.po,11,54,61,7,33,15,50,33,137,ca.po,,ca,,catalan,,,ca,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/bs.po,11,54,53,7,33,15,50,33,137,bs.po,,bs,,bosnian,,,bs,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/bn_in.po,11,54,65,7,33,15,50,33,137,bn_in.po,,bn,in,bangla,,india,bn_in,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,33,137,33,137,bn.po,,bn,,bangla,,,bn,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/bg.po,11,54,51,7,33,15,50,33,137,bg.po,,bg,,bulgarian,,,bg,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/be.po,0,0,0,0,0,33,137,33,137,be.po,,be,,belarusian,,,be,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ast.po,11,54,60,6,29,16,54,33,137,ast.po,,ast,,asturian,,,ast,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/as.po,11,54,64,6,29,16,54,33,137,as.po,,as,,assamese,,,as,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/ar.po,11,54,55,7,33,15,50,33,137,ar.po,,ar,,arabic,,,ar,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/am.po,0,0,0,0,0,33,137,33,137,am.po,,am,,amharic,,,am,po -sos-3.7-1.fc30.src.rpm.stats.csv,po/af.po,0,0,0,0,0,33,137,33,137,af.po,,af,,afrikaans,,,af,po -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv,po/cs.po,47,285,279,5,24,109,1106,161,1415,cs.po,,cs,,czech,,,cs,po -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv,po/de.po,155,1370,1349,2,25,4,20,161,1415,de.po,,de,,german,,,de,po -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv,po/hu.po,47,285,287,5,24,109,1106,161,1415,hu.po,,hu,,hungarian,,,hu,po -spice-gtk-0.36-4.fc30.src.rpm.stats.csv,po/de.po,64,292,241,7,29,3,34,74,355,de.po,,de,,german,,,de,po -spice-gtk-0.36-4.fc30.src.rpm.stats.csv,po/it.po,62,275,289,7,29,5,51,74,355,it.po,,it,,italian,,,it,po -spice-gtk-0.36-4.fc30.src.rpm.stats.csv,po/fr.po,5,2,5,12,32,57,321,74,355,fr.po,,fr,,french,,,fr,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/ca.po,443,2796,3618,1,9,188,1104,632,3909,ca.po,,ca,,catalan,,,ca,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/pl.po,626,3863,3683,2,15,4,31,632,3909,pl.po,,pl,,polish,,,pl,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/ru.po,189,1172,1095,1,9,442,2728,632,3909,ru.po,,ru,,russian,,,ru,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/nl.po,387,2372,2522,1,9,244,1528,632,3909,nl.po,,nl,,dutch,,,nl,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/pt.po,170,971,1134,1,9,461,2929,632,3909,pt.po,,pt,,portuguese,,,pt,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/nb.po,15,46,35,0,0,617,3863,632,3909,nb.po,,nb,,norwegian bokmål,,,nb,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/de.po,401,2503,2349,1,9,230,1397,632,3909,de.po,,de,,german,,,de,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/zh_tw.po,107,582,153,1,9,524,3318,632,3909,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/zh_cn.po,9,36,12,0,0,623,3873,632,3909,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/fr.po,443,2796,3408,1,9,188,1104,632,3909,fr.po,,fr,,french,,,fr,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/it.po,180,1029,1127,1,9,451,2871,632,3909,it.po,,it,,italian,,,it,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/sv.po,626,3863,3373,2,15,4,31,632,3909,sv.po,,sv,,swedish,,,sv,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/tr.po,5,15,16,0,0,627,3894,632,3909,tr.po,,tr,,turkish,,,tr,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/bg.po,128,704,774,1,9,503,3196,632,3909,bg.po,,bg,,bulgarian,,,bg,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/id.po,108,591,595,0,0,524,3318,632,3909,id.po,,id,,indonesian,,,id,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/tg.po,10,23,20,0,0,622,3886,632,3909,tg.po,,tg,,tajik,,,tg,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/uk.po,626,3863,3985,2,15,4,31,632,3909,uk.po,,uk,,ukrainian,,,uk,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/pt_br.po,6,32,38,0,0,626,3877,632,3909,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/ja.po,387,2372,744,1,9,244,1528,632,3909,ja.po,,ja,,japanese,,,ja,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/eu.po,65,218,196,0,0,567,3691,632,3909,eu.po,,eu,,basque,,,eu,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/es.po,626,3863,4766,2,15,4,31,632,3909,es.po,,es,,spanish,,,es,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,po/hu.po,71,317,290,0,0,561,3592,632,3909,hu.po,,hu,,hungarian,,,hu,po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/ca.po,1025,7898,8838,31,246,1400,25326,2456,33470,ca.po,,ca,,catalan,,,ca,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/ru.po,43,96,118,3,8,2410,33366,2456,33470,ru.po,,ru,,russian,,,ru,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/nl.po,56,431,426,9,15,2391,33024,2456,33470,nl.po,,nl,,dutch,,,nl,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/fi.po,31,53,45,4,7,2421,33410,2456,33470,fi.po,,fi,,finnish,,,fi,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/pt.po,252,730,768,18,30,2186,32710,2456,33470,pt.po,,pt,,portuguese,,,pt,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/cs.po,14,36,31,3,3,2439,33431,2456,33470,cs.po,,cs,,czech,,,cs,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/de.po,1335,16404,15705,32,344,1089,16722,2456,33470,de.po,,de,,german,,,de,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/br.po,29,60,66,6,9,2421,33401,2456,33470,br.po,,br,,breton,,,br,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/zh_cn.po,17,48,31,3,3,2436,33419,2456,33470,zh_cn.po,,zh,cn,chinese,,china,zh_cn,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/fr.po,1359,15080,16738,32,285,1065,18105,2456,33470,fr.po,,fr,,french,,,fr,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/sv.po,795,10769,9429,31,256,1630,22445,2456,33470,sv.po,,sv,,swedish,,,sv,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/tg.po,36,64,63,2,6,2418,33400,2456,33470,tg.po,,tg,,tajik,,,tg,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/uk.po,2346,31071,29971,44,595,66,1804,2456,33470,uk.po,,uk,,ukrainian,,,uk,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/pt_br.po,10,19,21,0,0,2446,33451,2456,33470,pt_br.po,,pt,br,portuguese,,brazil,pt_br,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/ja.po,1032,9142,3139,30,216,1394,24112,2456,33470,ja.po,,ja,,japanese,,,ja,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/eu.po,0,0,0,0,0,2456,33470,2456,33470,eu.po,,eu,,basque,,,eu,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/lv.po,60,115,110,6,12,2390,33343,2456,33470,lv.po,,lv,,latvian,,,lv,src/man/po -sssd-2.1.0-2.fc30.src.rpm.stats.csv,src/man/po/es.po,1154,13326,14793,33,323,1269,19821,2456,33470,es.po,,es,,spanish,,,es,src/man/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/zh_cn.po,424,3001,1100,0,0,0,0,424,3001,zh_cn.po,,zh,cn,chinese,,china,zh_cn,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/zh_cn.mo,424,3001,1100,0,0,0,0,424,3001,zh_cn.mo,,zh,cn,chinese,,china,zh_cn,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/vi.po,424,3001,4313,0,0,0,0,424,3001,vi.po,,vi,,vietnamese,,,vi,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/vi.mo,424,3001,4313,0,0,0,0,424,3001,vi.mo,,vi,,vietnamese,,,vi,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/uk.po,424,3001,3136,0,0,0,0,424,3001,uk.po,,uk,,ukrainian,,,uk,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/uk.mo,424,3001,3136,0,0,0,0,424,3001,uk.mo,,uk,,ukrainian,,,uk,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/tr.po,113,757,714,0,0,311,2244,424,3001,tr.po,,tr,,turkish,,,tr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/tr.mo,113,757,714,0,0,311,2244,424,3001,tr.mo,,tr,,turkish,,,tr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sv.po,424,3001,2722,0,0,0,0,424,3001,sv.po,,sv,,swedish,,,sv,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sv.mo,424,3001,2722,0,0,0,0,424,3001,sv.mo,,sv,,swedish,,,sv,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sr.po,396,2724,2794,0,0,28,277,424,3001,sr.po,,sr,,serbian,,,sr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sr.mo,396,2724,2794,0,0,28,277,424,3001,sr.mo,,sr,,serbian,,,sr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sl.po,337,2211,2196,0,0,87,790,424,3001,sl.po,,sl,,slovenian,,,sl,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sl.mo,337,2211,2196,0,0,87,790,424,3001,sl.mo,,sl,,slovenian,,,sl,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sk.po,39,251,254,0,0,385,2750,424,3001,sk.po,,sk,,slovak,,,sk,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/sk.mo,39,251,254,0,0,385,2750,424,3001,sk.mo,,sk,,slovak,,,sk,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ru.po,79,483,461,0,0,345,2518,424,3001,ru.po,,ru,,russian,,,ru,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ru.mo,79,483,461,0,0,345,2518,424,3001,ru.mo,,ru,,russian,,,ru,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/pt_br.po,424,3001,3544,0,0,0,0,424,3001,pt_br.po,,pt,br,portuguese,,brazil,pt_br,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/pt_br.mo,424,3001,3544,0,0,0,0,424,3001,pt_br.mo,,pt,br,portuguese,,brazil,pt_br,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/pt.po,424,3001,3148,0,0,0,0,424,3001,pt.po,,pt,,portuguese,,,pt,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/pt.mo,424,3001,3148,0,0,0,0,424,3001,pt.mo,,pt,,portuguese,,,pt,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/pl.po,424,3001,2984,0,0,0,0,424,3001,pl.po,,pl,,polish,,,pl,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/pl.mo,424,3001,2984,0,0,0,0,424,3001,pl.mo,,pl,,polish,,,pl,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/nl.po,358,2398,2331,14,95,52,508,424,3001,nl.po,,nl,,dutch,,,nl,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/nl.mo,358,2398,2331,0,0,66,603,424,3001,nl.mo,,nl,,dutch,,,nl,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/nb.po,424,3001,3007,0,0,0,0,424,3001,nb.po,,nb,,norwegian bokmål,,,nb,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/nb.mo,424,3001,3007,0,0,0,0,424,3001,nb.mo,,nb,,norwegian bokmål,,,nb,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/lt.po,15,98,79,0,0,409,2903,424,3001,lt.po,,lt,,lithuanian,,,lt,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/lt.mo,15,98,79,0,0,409,2903,424,3001,lt.mo,,lt,,lithuanian,,,lt,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ko.po,392,2691,2332,0,0,32,310,424,3001,ko.po,,ko,,korean,,,ko,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ko.mo,392,2691,2332,0,0,32,310,424,3001,ko.mo,,ko,,korean,,,ko,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ja.po,424,3001,1334,0,0,0,0,424,3001,ja.po,,ja,,japanese,,,ja,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ja.mo,424,3001,1334,0,0,0,0,424,3001,ja.mo,,ja,,japanese,,,ja,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/it.po,424,3001,3187,0,0,0,0,424,3001,it.po,,it,,italian,,,it,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/it.mo,424,3001,3187,0,0,0,0,424,3001,it.mo,,it,,italian,,,it,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/hu.po,202,1473,1421,0,0,222,1528,424,3001,hu.po,,hu,,hungarian,,,hu,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/hu.mo,202,1473,1421,0,0,222,1528,424,3001,hu.mo,,hu,,hungarian,,,hu,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/hr.po,424,3001,3038,0,0,0,0,424,3001,hr.po,,hr,,croatian,,,hr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/hr.mo,424,3001,3038,0,0,0,0,424,3001,hr.mo,,hr,,croatian,,,hr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/fur.po,102,534,578,1,4,321,2463,424,3001,fur.po,,fur,,friulian,,,fur,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/fur.mo,102,534,578,0,0,322,2467,424,3001,fur.mo,,fur,,friulian,,,fur,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/fr.po,356,2392,3140,0,0,68,609,424,3001,fr.po,,fr,,french,,,fr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/fr.mo,356,2392,3140,0,0,68,609,424,3001,fr.mo,,fr,,french,,,fr,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/fi.po,396,2724,2075,0,0,28,277,424,3001,fi.po,,fi,,finnish,,,fi,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/fi.mo,396,2724,2075,0,0,28,277,424,3001,fi.mo,,fi,,finnish,,,fi,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/eu.po,77,324,335,0,0,347,2677,424,3001,eu.po,,eu,,basque,,,eu,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/eu.mo,77,324,335,0,0,347,2677,424,3001,eu.mo,,eu,,basque,,,eu,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/eo.po,419,2960,2840,0,0,5,41,424,3001,eo.po,,eo,,esperanto,,,eo,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/eo.mo,419,2960,2840,0,0,5,41,424,3001,eo.mo,,eo,,esperanto,,,eo,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/el.po,336,2248,2514,1,11,87,742,424,3001,el.po,,el,,greek,,,el,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/el.mo,336,2248,2514,0,0,88,753,424,3001,el.mo,,el,,greek,,,el,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/de.po,424,3001,3110,0,0,0,0,424,3001,de.po,,de,,german,,,de,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/de.mo,424,3001,3110,0,0,0,0,424,3001,de.mo,,de,,german,,,de,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/da.po,419,2960,2681,0,0,5,41,424,3001,da.po,,da,,danish,,,da,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/da.mo,419,2960,2681,0,0,5,41,424,3001,da.mo,,da,,danish,,,da,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/cs.po,424,3001,2827,0,0,0,0,424,3001,cs.po,,cs,,czech,,,cs,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/cs.mo,424,3001,2827,0,0,0,0,424,3001,cs.mo,,cs,,czech,,,cs,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ca.po,379,2589,3193,0,0,45,412,424,3001,ca.po,,ca,,catalan,,,ca,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,plugins/sudoers/po/ca.mo,379,2589,3193,0,0,45,412,424,3001,ca.mo,,ca,,catalan,,,ca,plugins/sudoers/po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/zh_tw.po,178,1170,461,0,0,4,22,182,1192,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/zh_tw.mo,178,1170,461,0,0,4,22,182,1192,zh_tw.mo,,zh,tw,chinese,,taiwan,zh_tw,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/zh_cn.po,182,1192,400,0,0,0,0,182,1192,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/zh_cn.mo,182,1192,400,0,0,0,0,182,1192,zh_cn.mo,,zh,cn,chinese,,china,zh_cn,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/vi.po,182,1192,1772,0,0,0,0,182,1192,vi.po,,vi,,vietnamese,,,vi,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/vi.mo,182,1192,1772,0,0,0,0,182,1192,vi.mo,,vi,,vietnamese,,,vi,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/uk.po,182,1192,1250,0,0,0,0,182,1192,uk.po,,uk,,ukrainian,,,uk,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/uk.mo,182,1192,1250,0,0,0,0,182,1192,uk.mo,,uk,,ukrainian,,,uk,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/tr.po,182,1192,961,0,0,0,0,182,1192,tr.po,,tr,,turkish,,,tr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/tr.mo,182,1192,961,0,0,0,0,182,1192,tr.mo,,tr,,turkish,,,tr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sv.po,182,1192,1128,0,0,0,0,182,1192,sv.po,,sv,,swedish,,,sv,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sv.mo,182,1192,1128,0,0,0,0,182,1192,sv.mo,,sv,,swedish,,,sv,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sr.po,177,1165,1214,0,0,5,27,182,1192,sr.po,,sr,,serbian,,,sr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sr.mo,177,1165,1214,0,0,5,27,182,1192,sr.mo,,sr,,serbian,,,sr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sl.po,161,996,1015,0,0,21,196,182,1192,sl.po,,sl,,slovenian,,,sl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sl.mo,161,996,1015,0,0,21,196,182,1192,sl.mo,,sl,,slovenian,,,sl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sk.po,140,909,957,0,0,42,283,182,1192,sk.po,,sk,,slovak,,,sk,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/sk.mo,140,909,957,0,0,42,283,182,1192,sk.mo,,sk,,slovak,,,sk,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ru.po,173,1138,1114,0,0,9,54,182,1192,ru.po,,ru,,russian,,,ru,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ru.mo,173,1138,1114,0,0,9,54,182,1192,ru.mo,,ru,,russian,,,ru,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/pt_br.po,182,1192,1452,0,0,0,0,182,1192,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/pt_br.mo,182,1192,1452,0,0,0,0,182,1192,pt_br.mo,,pt,br,portuguese,,brazil,pt_br,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/pt.po,182,1192,1261,0,0,0,0,182,1192,pt.po,,pt,,portuguese,,,pt,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/pt.mo,182,1192,1261,0,0,0,0,182,1192,pt.mo,,pt,,portuguese,,,pt,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/pl.po,182,1192,1241,0,0,0,0,182,1192,pl.po,,pl,,polish,,,pl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/pl.mo,182,1192,1241,0,0,0,0,182,1192,pl.mo,,pl,,polish,,,pl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/nn.po,32,154,161,142,991,8,47,182,1192,nn.po,,nn,,norwegian nynorsk,,,nn,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/nn.mo,32,154,161,0,0,150,1038,182,1192,nn.mo,,nn,,norwegian nynorsk,,,nn,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/nl.po,169,1110,1090,0,0,13,82,182,1192,nl.po,,nl,,dutch,,,nl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/nl.mo,169,1110,1090,0,0,13,82,182,1192,nl.mo,,nl,,dutch,,,nl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/nb.po,182,1192,1244,0,0,0,0,182,1192,nb.po,,nb,,norwegian bokmål,,,nb,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/nb.mo,182,1192,1244,0,0,0,0,182,1192,nb.mo,,nb,,norwegian bokmål,,,nb,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ko.po,175,1152,998,0,0,7,40,182,1192,ko.po,,ko,,korean,,,ko,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ko.mo,175,1152,998,0,0,7,40,182,1192,ko.mo,,ko,,korean,,,ko,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ja.po,182,1192,500,0,0,0,0,182,1192,ja.po,,ja,,japanese,,,ja,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ja.mo,182,1192,500,0,0,0,0,182,1192,ja.mo,,ja,,japanese,,,ja,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/it.po,182,1192,1324,0,0,0,0,182,1192,it.po,,it,,italian,,,it,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/it.mo,182,1192,1324,0,0,0,0,182,1192,it.mo,,it,,italian,,,it,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/hu.po,177,1165,1064,0,0,5,27,182,1192,hu.po,,hu,,hungarian,,,hu,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/hu.mo,177,1165,1064,0,0,5,27,182,1192,hu.mo,,hu,,hungarian,,,hu,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/hr.po,182,1192,1191,0,0,0,0,182,1192,hr.po,,hr,,croatian,,,hr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/hr.mo,182,1192,1191,0,0,0,0,182,1192,hr.mo,,hr,,croatian,,,hr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/gl.po,161,1043,1312,1,8,20,141,182,1192,gl.po,,gl,,galician,,,gl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/gl.mo,161,1043,1312,0,0,21,149,182,1192,gl.mo,,gl,,galician,,,gl,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/fur.po,170,1128,1317,0,0,12,64,182,1192,fur.po,,fur,,friulian,,,fur,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/fur.mo,170,1128,1317,0,0,12,64,182,1192,fur.mo,,fur,,friulian,,,fur,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/fr.po,182,1192,1443,0,0,0,0,182,1192,fr.po,,fr,,french,,,fr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/fr.mo,182,1192,1443,0,0,0,0,182,1192,fr.mo,,fr,,french,,,fr,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/fi.po,177,1165,899,0,0,5,27,182,1192,fi.po,,fi,,finnish,,,fi,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/fi.mo,177,1165,899,0,0,5,27,182,1192,fi.mo,,fi,,finnish,,,fi,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/eu.po,71,383,378,0,0,111,809,182,1192,eu.po,,eu,,basque,,,eu,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/eu.mo,71,383,378,0,0,111,809,182,1192,eu.mo,,eu,,basque,,,eu,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/es.po,177,1165,1427,0,0,5,27,182,1192,es.po,,es,,spanish,,,es,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/es.mo,177,1165,1427,0,0,5,27,182,1192,es.mo,,es,,spanish,,,es,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/eo.po,178,1170,1116,0,0,4,22,182,1192,eo.po,,eo,,esperanto,,,eo,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/eo.mo,178,1170,1116,0,0,4,22,182,1192,eo.mo,,eo,,esperanto,,,eo,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/de.po,175,1152,1169,0,0,7,40,182,1192,de.po,,de,,german,,,de,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/de.mo,175,1152,1169,0,0,7,40,182,1192,de.mo,,de,,german,,,de,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/da.po,178,1170,1101,0,0,4,22,182,1192,da.po,,da,,danish,,,da,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/da.mo,178,1170,1101,0,0,4,22,182,1192,da.mo,,da,,danish,,,da,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/cs.po,182,1192,1122,0,0,0,0,182,1192,cs.po,,cs,,czech,,,cs,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/cs.mo,182,1192,1122,0,0,0,0,182,1192,cs.mo,,cs,,czech,,,cs,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ca.po,175,1149,1480,0,0,7,43,182,1192,ca.po,,ca,,catalan,,,ca,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ca.mo,175,1149,1480,0,0,7,43,182,1192,ca.mo,,ca,,catalan,,,ca,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ast.po,182,1192,1360,0,0,0,0,182,1192,ast.po,,ast,,asturian,,,ast,po -sudo-1.8.27-1.fc30.src.rpm.stats.csv,po/ast.mo,182,1192,1360,0,0,0,0,182,1192,ast.mo,,ast,,asturian,,,ast,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,11,24,13,0,0,0,0,11,24,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,11,24,13,0,0,0,0,11,24,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,11,24,17,0,0,0,0,11,24,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,9,15,17,0,0,2,9,11,24,vi.po,,vi,,vietnamese,,,vi,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,11,24,21,0,0,0,0,11,24,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,11,24,25,0,0,0,0,11,24,uk.po,,uk,,ukrainian,,,uk,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,11,24,19,0,0,0,0,11,24,ug.po,,ug,,uyghur,,,ug,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,11,24,20,0,0,0,0,11,24,tr.po,,tr,,turkish,,,tr,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,11,24,14,0,0,0,0,11,24,th.po,,th,,thai,,,th,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,11,24,22,0,0,0,0,11,24,tg.po,,tg,,tajik,,,tg,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,11,24,23,0,0,0,0,11,24,te.po,,te,,telugu,,,te,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,11,24,22,0,0,0,0,11,24,ta.po,,ta,,tamil,,,ta,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,9,15,16,0,0,2,9,11,24,sv.po,,sv,,swedish,,,sv,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,11,24,29,0,0,0,0,11,24,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,11,24,29,0,0,0,0,11,24,sr.po,,sr,,serbian,,,sr,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,11,24,27,0,0,0,0,11,24,sl.po,,sl,,slovenian,,,sl,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,11,24,26,0,0,0,0,11,24,sk.po,,sk,,slovak,,,sk,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,11,24,28,0,0,0,0,11,24,ru.po,,ru,,russian,,,ru,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,9,15,20,0,0,2,9,11,24,ro.po,,ro,,romanian,,,ro,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,11,24,29,0,0,0,0,11,24,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,9,15,16,0,0,2,9,11,24,pl.po,,pl,,polish,,,pl,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,11,24,28,0,0,0,0,11,24,pa.po,,pa,,punjabi,,,pa,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,11,24,25,0,0,0,0,11,24,or.po,,or,,odia,,,or,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,9,15,15,0,0,2,9,11,24,oc.po,,oc,,occitan,,,oc,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,11,24,26,0,0,0,0,11,24,nl.po,,nl,,dutch,,,nl,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,9,15,15,0,0,2,9,11,24,ne.po,,ne,,nepali,,,ne,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,11,24,23,0,0,0,0,11,24,nb.po,,nb,,norwegian bokmål,,,nb,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,11,24,25,0,0,0,0,11,24,mr.po,,mr,,marathi,,,mr,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,11,24,22,0,0,0,0,11,24,ml.po,,ml,,malayalam,,,ml,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,11,24,27,0,0,0,0,11,24,lv.po,,lv,,latvian,,,lv,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,11,24,25,0,0,0,0,11,24,lt.po,,lt,,lithuanian,,,lt,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,11,24,23,0,0,0,0,11,24,ko.po,,ko,,korean,,,ko,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,11,24,23,0,0,0,0,11,24,kn.po,,kn,,kannada,,,kn,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,11,24,22,0,0,0,0,11,24,kk.po,,kk,,kazakh,,,kk,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,11,24,15,0,0,0,0,11,24,ja.po,,ja,,japanese,,,ja,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,11,24,29,0,0,0,0,11,24,it.po,,it,,italian,,,it,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,11,24,24,0,0,0,0,11,24,is.po,,is,,icelandic,,,is,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,11,24,21,0,0,0,0,11,24,id.po,,id,,indonesian,,,id,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,11,24,22,0,0,0,0,11,24,hu.po,,hu,,hungarian,,,hu,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,9,15,17,0,0,2,9,11,24,hr.po,,hr,,croatian,,,hr,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,11,24,30,0,0,0,0,11,24,hi.po,,hi,,hindi,,,hi,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,11,24,26,0,0,0,0,11,24,he.po,,he,,hebrew,,,he,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,11,24,28,0,0,0,0,11,24,gu.po,,gu,,gujarati,,,gu,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,11,24,28,0,0,0,0,11,24,gl.po,,gl,,galician,,,gl,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,9,15,21,0,0,2,9,11,24,gd.po,,gd,,scottish gaelic,,,gd,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,11,24,28,0,0,0,0,11,24,fur.po,,fur,,friulian,,,fur,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,11,24,28,0,0,0,0,11,24,fr.po,,fr,,french,,,fr,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,11,24,20,0,0,0,0,11,24,fi.po,,fi,,finnish,,,fi,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,11,24,29,0,0,0,0,11,24,fa.po,,fa,,persian,,,fa,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,11,24,23,0,0,0,0,11,24,eu.po,,eu,,basque,,,eu,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,11,24,22,0,0,0,0,11,24,et.po,,et,,estonian,,,et,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,11,24,28,0,0,0,0,11,24,es.po,,es,,spanish,,,es,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,9,15,15,0,0,2,9,11,24,eo.po,,eo,,esperanto,,,eo,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,11,24,24,0,0,0,0,11,24,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,11,24,27,0,0,0,0,11,24,el.po,,el,,greek,,,el,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,11,24,26,0,0,0,0,11,24,de.po,,de,,german,,,de,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,9,15,15,0,0,2,9,11,24,da.po,,da,,danish,,,da,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,11,24,28,0,0,0,0,11,24,cs.po,,cs,,czech,,,cs,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,9,15,17,0,0,2,9,11,24,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,11,24,31,0,0,0,0,11,24,ca.po,,ca,,catalan,,,ca,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,11,24,26,0,0,0,0,11,24,bs.po,,bs,,bosnian,,,bs,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,11,24,24,0,0,0,0,11,24,bn_in.po,,bn,in,bangla,,india,bn_in,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,11,24,27,0,0,0,0,11,24,bg.po,,bg,,bulgarian,,,bg,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,11,24,26,0,0,0,0,11,24,be.po,,be,,belarusian,,,be,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,9,15,15,0,0,2,9,11,24,ast.po,,ast,,asturian,,,ast,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,11,24,26,0,0,0,0,11,24,as.po,,as,,assamese,,,as,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,9,15,22,0,0,2,9,11,24,ar.po,,ar,,arabic,,,ar,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/an.po,11,24,28,0,0,0,0,11,24,an.po,,an,,aragonese,,,an,po -sushi-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,9,15,16,0,0,2,9,11,24,af.po,,af,,afrikaans,,,af,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/nl.po,888,3435,3358,4,8,7,7,899,3450,nl.po,,nl,,dutch,,,nl,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/bn.po,724,3023,3367,6,9,169,418,899,3450,bn.po,,bn,,bangla,,,bn,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/pa.po,729,3043,3301,6,9,164,398,899,3450,pa.po,,pa,,punjabi,,,pa,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/cs.po,752,3147,2850,2,4,145,299,899,3450,cs.po,,cs,,czech,,,cs,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/lv.po,727,3039,2675,6,9,166,402,899,3450,lv.po,,lv,,latvian,,,lv,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/hi.po,727,3039,3517,6,9,166,402,899,3450,hi.po,,hi,,hindi,,,hi,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/pl.po,888,3435,3327,4,8,7,7,899,3450,pl.po,,pl,,polish,,,pl,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/et.po,729,3043,2498,6,9,164,398,899,3450,et.po,,et,,estonian,,,et,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ru.po,744,3137,2857,2,4,153,309,899,3450,ru.po,,ru,,russian,,,ru,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/sk.po,846,3328,3146,15,48,38,74,899,3450,sk.po,,sk,,slovak,,,sk,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/bs.po,122,515,469,2,3,775,2932,899,3450,bs.po,,bs,,bosnian,,,bs,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/fi.po,752,3147,2439,2,4,145,299,899,3450,fi.po,,fi,,finnish,,,fi,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/uk.po,888,3435,3177,4,8,7,7,899,3450,uk.po,,uk,,ukrainian,,,uk,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/sv.po,752,3147,2874,2,4,145,299,899,3450,sv.po,,sv,,swedish,,,sv,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/gu.po,730,3046,3366,7,11,162,393,899,3450,gu.po,,gu,,gujarati,,,gu,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/mr.po,727,3039,3030,10,18,162,393,899,3450,mr.po,,mr,,marathi,,,mr,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/pt.po,744,3137,3526,2,4,153,309,899,3450,pt.po,,pt,,portuguese,,,pt,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/es.po,752,3147,3627,2,4,145,299,899,3450,es.po,,es,,spanish,,,es,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/cy.po,12,12,12,0,0,887,3438,899,3450,cy.po,,cy,,welsh,,,cy,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/he.po,606,2135,2066,1,2,292,1313,899,3450,he.po,,he,,hebrew,,,he,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ro.po,582,2345,2563,6,10,311,1095,899,3450,ro.po,,ro,,romanian,,,ro,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/de.po,752,3147,3013,2,4,145,299,899,3450,de.po,,de,,german,,,de,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/el.po,743,3136,3396,3,5,153,309,899,3450,el.po,,el,,greek,,,el,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/th.po,557,2262,906,4,6,338,1182,899,3450,th.po,,th,,thai,,,th,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ta.po,727,3039,2646,6,9,166,402,899,3450,ta.po,,ta,,tamil,,,ta,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/vi.po,302,1175,1711,7,13,590,2262,899,3450,vi.po,,vi,,vietnamese,,,vi,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/or.po,730,3046,3219,6,9,163,395,899,3450,or.po,,or,,odia,,,or,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/pt_br.po,752,3147,3625,2,4,145,299,899,3450,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/as.po,730,3046,3181,6,9,163,395,899,3450,as.po,,as,,assamese,,,as,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/nn.po,752,3147,2877,2,4,145,299,899,3450,nn.po,,nn,,norwegian nynorsk,,,nn,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/sl.po,727,3039,3027,6,9,166,402,899,3450,sl.po,,sl,,slovenian,,,sl,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ar.po,733,3049,2944,5,8,161,393,899,3450,ar.po,,ar,,arabic,,,ar,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ko.po,727,3039,2696,6,9,166,402,899,3450,ko.po,,ko,,korean,,,ko,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ja.po,729,3043,1215,6,9,164,398,899,3450,ja.po,,ja,,japanese,,,ja,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/nds.po,99,135,133,2,2,798,3313,899,3450,nds.po,,nds,,low german,,,nds,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/tr.po,721,2534,2363,66,161,112,755,899,3450,tr.po,,tr,,turkish,,,tr,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/zh_cn.po,752,3147,1071,2,4,145,299,899,3450,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/bg.po,730,3046,3238,6,9,163,395,899,3450,bg.po,,bg,,bulgarian,,,bg,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/it.po,734,3049,3373,10,82,155,319,899,3450,it.po,,it,,italian,,,it,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/sr.po,744,3137,3101,2,4,153,309,899,3450,sr.po,,sr,,serbian,,,sr,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/fa.po,310,707,814,3,3,586,2740,899,3450,fa.po,,fa,,persian,,,fa,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ca.po,752,3147,3780,2,4,145,299,899,3450,ca.po,,ca,,catalan,,,ca,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/sr@latin.po,685,2739,2705,65,159,149,552,899,3450,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ms.po,65,92,91,1,1,833,3357,899,3450,ms.po,,ms,,malay,,,ms,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/si.po,17,21,24,4,9,878,3420,899,3450,si.po,,si,,sinhala,,,si,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/br.po,667,2662,3310,4,6,228,782,899,3450,br.po,,br,,breton,,,br,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/lt.po,616,2463,2233,1,2,282,985,899,3450,lt.po,,lt,,lithuanian,,,lt,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/nb.po,705,2499,2441,6,9,188,942,899,3450,nb.po,,nb,,norwegian bokmål,,,nb,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/fr.po,888,3435,4080,4,8,7,7,899,3450,fr.po,,fr,,french,,,fr,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/is.po,146,429,408,3,7,750,3014,899,3450,is.po,,is,,icelandic,,,is,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/da.po,752,3147,2893,2,4,145,299,899,3450,da.po,,da,,danish,,,da,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/hr.po,212,782,737,2,3,685,2665,899,3450,hr.po,,hr,,croatian,,,hr,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/bn_in.po,727,3039,3388,6,9,166,402,899,3450,bn_in.po,,bn,in,bangla,,india,bn_in,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/kn.po,729,3043,2758,6,9,164,398,899,3450,kn.po,,kn,,kannada,,,kn,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/mai.po,48,110,119,1,1,850,3339,899,3450,mai.po,,mai,,maithili,,,mai,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/te.po,730,3046,2621,6,9,163,395,899,3450,te.po,,te,,telugu,,,te,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/en_gb.po,729,3043,3046,6,9,164,398,899,3450,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/ml.po,730,3046,2604,6,9,163,395,899,3450,ml.po,,ml,,malayalam,,,ml,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/zh_tw.po,752,3147,1117,2,4,145,299,899,3450,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/id.po,752,3147,3015,2,4,145,299,899,3450,id.po,,id,,indonesian,,,id,po -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv,po/hu.po,752,3147,2855,2,4,145,299,899,3450,hu.po,,hu,,hungarian,,,hu,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/zh_tw.po,113,968,154,0,0,20,163,133,1131,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/zh_cn.po,112,950,135,1,18,20,163,133,1131,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/uk.po,125,1065,858,0,0,8,66,133,1131,uk.po,,uk,,ukrainian,,,uk,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/tr.po,133,1131,1022,0,0,0,0,133,1131,tr.po,,tr,,turkish,,,tr,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/sv.po,121,1041,1020,0,0,12,90,133,1131,sv.po,,sv,,swedish,,,sv,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/sr.po,127,1090,1250,0,0,6,41,133,1131,sr.po,,sr,,serbian,,,sr,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/sk.po,46,371,353,0,0,87,760,133,1131,sk.po,,sk,,slovak,,,sk,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/ru.po,133,1124,1144,0,0,0,7,133,1131,ru.po,,ru,,russian,,,ru,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/ro.po,115,985,1054,0,0,18,146,133,1131,ro.po,,ro,,romanian,,,ro,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/pt_br.po,133,1124,1209,0,0,0,7,133,1131,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/pl.po,133,1131,996,0,0,0,0,133,1131,pl.po,,pl,,polish,,,pl,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/lt.po,133,1131,1008,0,0,0,0,133,1131,lt.po,,lt,,lithuanian,,,lt,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/ko.po,113,968,792,0,0,20,163,133,1131,ko.po,,ko,,korean,,,ko,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/ja.po,133,1131,133,0,0,0,0,133,1131,ja.po,,ja,,japanese,,,ja,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/it.po,133,1131,1157,0,0,0,0,133,1131,it.po,,it,,italian,,,it,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/id.po,125,1065,953,0,0,8,66,133,1131,id.po,,id,,indonesian,,,id,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/hu.po,115,985,786,0,0,18,146,133,1131,hu.po,,hu,,hungarian,,,hu,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/hr.po,113,968,851,0,0,20,163,133,1131,hr.po,,hr,,croatian,,,hr,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/gl.po,113,968,1032,0,0,20,163,133,1131,gl.po,,gl,,galician,,,gl,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/fr.po,133,1131,1256,0,0,0,0,133,1131,fr.po,,fr,,french,,,fr,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/es.po,113,968,1123,0,0,20,163,133,1131,es.po,,es,,spanish,,,es,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/el.po,68,603,650,30,272,35,256,133,1131,el.po,,el,,greek,,,el,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/de.po,113,968,972,0,0,20,163,133,1131,de.po,,de,,german,,,de,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/da.po,113,968,990,0,0,20,163,133,1131,da.po,,da,,danish,,,da,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/cs.po,133,1131,1014,0,0,0,0,133,1131,cs.po,,cs,,czech,,,cs,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/ca.po,125,1065,1285,0,0,8,66,133,1131,ca.po,,ca,,catalan,,,ca,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/bg.po,115,985,1112,0,0,18,146,133,1131,bg.po,,bg,,bulgarian,,,bg,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/be@latin.po,115,985,787,0,0,18,146,133,1131,be@latin.po,latin,be,,belarusian,,,be@latin,po -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv,po/be.po,115,985,787,0,0,18,146,133,1131,be.po,,be,,belarusian,,,be,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/da.po,589,3626,3546,1,19,3,11,593,3656,da.po,,da,,danish,,,da,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/pt.po,589,3626,4003,1,19,3,11,593,3656,pt.po,,pt,,portuguese,,,pt,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ja.po,589,3626,1645,1,19,3,11,593,3656,ja.po,,ja,,japanese,,,ja,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/nl.po,589,3626,3790,1,19,3,11,593,3656,nl.po,,nl,,dutch,,,nl,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ga.po,589,3626,4541,1,19,3,11,593,3656,ga.po,,ga,,irish,,,ga,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/fr.po,572,3484,4471,12,111,9,61,593,3656,fr.po,,fr,,french,,,fr,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/et.po,572,3484,3053,12,111,9,61,593,3656,et.po,,et,,estonian,,,et,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/pt_br.po,589,3626,4217,1,19,3,11,593,3656,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/sl.po,557,3392,3664,18,133,18,131,593,3656,sl.po,,sl,,slovenian,,,sl,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ca.po,589,3626,4589,1,19,3,11,593,3656,ca.po,,ca,,catalan,,,ca,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ko.po,572,3484,3106,12,111,9,61,593,3656,ko.po,,ko,,korean,,,ko,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/fi.po,522,3079,2643,32,238,39,339,593,3656,fi.po,,fi,,finnish,,,fi,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/hu.po,589,3626,3746,1,19,3,11,593,3656,hu.po,,hu,,hungarian,,,hu,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/el.po,116,557,676,111,792,366,2307,593,3656,el.po,,el,,greek,,,el,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/eu.po,343,1774,1731,94,654,156,1228,593,3656,eu.po,,eu,,basque,,,eu,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/uk.po,589,3626,3822,1,19,3,11,593,3656,uk.po,,uk,,ukrainian,,,uk,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/cs.po,589,3626,3716,1,19,3,11,593,3656,cs.po,,cs,,czech,,,cs,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ro.po,248,1279,1387,151,1090,194,1287,593,3656,ro.po,,ro,,romanian,,,ro,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/sv.po,589,3626,3555,1,19,3,11,593,3656,sv.po,,sv,,swedish,,,sv,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ky.po,412,2400,2275,91,650,90,606,593,3656,ky.po,,ky,,kyrgyz,,,ky,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/de.po,589,3626,3589,1,19,3,11,593,3656,de.po,,de,,german,,,de,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/bg.po,589,3626,4451,1,19,3,11,593,3656,bg.po,,bg,,bulgarian,,,bg,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ru.po,589,3626,3646,1,19,3,11,593,3656,ru.po,,ru,,russian,,,ru,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/it.po,589,3626,4169,1,19,3,11,593,3656,it.po,,it,,italian,,,it,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/ms.po,112,545,547,110,742,371,2369,593,3656,ms.po,,ms,,malay,,,ms,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/vi.po,589,3626,5437,1,19,3,11,593,3656,vi.po,,vi,,vietnamese,,,vi,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/zh_tw.po,589,3626,1365,1,19,3,11,593,3656,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/nb.po,589,3626,3612,1,19,3,11,593,3656,nb.po,,nb,,norwegian bokmål,,,nb,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/eo.po,589,3626,3594,1,19,3,11,593,3656,eo.po,,eo,,esperanto,,,eo,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/sk.po,117,567,620,111,792,365,2297,593,3656,sk.po,,sk,,slovak,,,sk,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/id.po,557,3392,3502,18,133,18,131,593,3656,id.po,,id,,indonesian,,,id,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/gl.po,117,567,723,122,855,354,2234,593,3656,gl.po,,gl,,galician,,,gl,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/pl.po,589,3626,3802,1,19,3,11,593,3656,pl.po,,pl,,polish,,,pl,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/sr.po,572,3484,3633,12,111,9,61,593,3656,sr.po,,sr,,serbian,,,sr,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/hr.po,589,3626,3840,1,19,3,11,593,3656,hr.po,,hr,,croatian,,,hr,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/es.po,589,3626,4645,1,19,3,11,593,3656,es.po,,es,,spanish,,,es,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/tr.po,572,3484,3126,12,111,9,61,593,3656,tr.po,,tr,,turkish,,,tr,po -tar-1.32-1.fc30.src.rpm.stats.csv,po/zh_cn.po,589,3626,1334,1,19,3,11,593,3656,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -texlive-base-20180414-35.fc30.src.rpm.stats.csv,texmf-dist/doc/support/latex-git-log/po/de.po,3,3,3,0,0,0,0,3,3,de.po,,de,,german,,,de,texmf-dist/doc/support/latex-git-log/po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/zh_cn.po,141,616,269,0,0,19,206,160,822,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/vi.po,157,697,1022,0,0,3,125,160,822,vi.po,,vi,,vietnamese,,,vi,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/uk.po,157,697,745,0,0,3,125,160,822,uk.po,,uk,,ukrainian,,,uk,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/tr.po,141,616,563,0,0,19,206,160,822,tr.po,,tr,,turkish,,,tr,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/sv.po,157,697,635,0,0,3,125,160,822,sv.po,,sv,,swedish,,,sv,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/sr.po,141,616,644,0,0,19,206,160,822,sr.po,,sr,,serbian,,,sr,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/sk.po,33,82,90,13,62,114,678,160,822,sk.po,,sk,,slovak,,,sk,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/ru.po,157,697,681,0,0,3,125,160,822,ru.po,,ru,,russian,,,ru,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/pt_br.po,157,697,827,0,0,3,125,160,822,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/pl.po,33,82,88,13,62,114,678,160,822,pl.po,,pl,,polish,,,pl,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/nl.po,141,616,608,0,0,19,206,160,822,nl.po,,nl,,dutch,,,nl,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/it.po,70,210,238,14,62,76,550,160,822,it.po,,it,,italian,,,it,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/id.po,141,616,639,0,0,19,206,160,822,id.po,,id,,indonesian,,,id,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/hu.po,141,616,628,0,0,19,206,160,822,hu.po,,hu,,hungarian,,,hu,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/fur.po,139,583,712,0,0,21,239,160,822,fur.po,,fur,,friulian,,,fur,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/fr.po,142,624,765,0,0,18,198,160,822,fr.po,,fr,,french,,,fr,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/fi.po,154,675,524,0,0,6,147,160,822,fi.po,,fi,,finnish,,,fi,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/es.po,141,616,703,0,0,19,206,160,822,es.po,,es,,spanish,,,es,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/eo.po,141,616,648,0,0,19,206,160,822,eo.po,,eo,,esperanto,,,eo,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/el.po,145,684,733,8,55,7,83,160,822,el.po,,el,,greek,,,el,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/de.po,153,671,654,0,0,7,151,160,822,de.po,,de,,german,,,de,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/da.po,142,624,583,0,0,18,198,160,822,da.po,,da,,danish,,,da,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/cs.po,157,697,702,0,0,3,125,160,822,cs.po,,cs,,czech,,,cs,po -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv,po/bg.po,141,616,738,0,0,19,206,160,822,bg.po,,bg,,bulgarian,,,bg,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_tw/zh_tw.po,156,1952,412,1,38,108,2690,265,4680,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_hk/zh_hk.po,156,1952,412,1,38,108,2690,265,4680,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,265,4552,642,0,0,0,128,265,4680,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/uk/uk.po,265,4552,3870,0,0,0,128,265,4680,uk.po,,uk,,ukrainian,,,uk,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/te/te.po,20,38,39,0,0,245,4642,265,4680,te.po,,te,,telugu,,,te,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,157,1830,1696,0,0,108,2850,265,4680,sv.po,,sv,,swedish,,,sv,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/sl/sl.po,9,26,26,0,0,256,4654,265,4680,sl.po,,sl,,slovenian,,,sl,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/ru/ru.po,265,4552,3628,0,0,0,128,265,4680,ru.po,,ru,,russian,,,ru,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/ro/ro.po,252,4680,4745,0,0,13,0,265,4680,ro.po,,ro,,romanian,,,ro,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,252,4680,5191,0,0,13,0,265,4680,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,159,1850,1573,0,0,106,2830,265,4680,pl.po,,pl,,polish,,,pl,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/pa/pa.po,112,909,925,0,0,153,3771,265,4680,pa.po,,pa,,punjabi,,,pa,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/oc/oc.po,47,122,142,0,0,218,4558,265,4680,oc.po,,oc,,occitan,,,oc,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/nb/nb.po,193,3238,2513,44,1388,28,54,265,4680,nb.po,,nb,,norwegian bokmål,,,nb,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/ja/ja.po,123,1153,464,68,1654,74,1873,265,4680,ja.po,,ja,,japanese,,,ja,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/it/it.po,235,3534,3430,30,1013,0,133,265,4680,it.po,,it,,italian,,,it,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/id/id.po,252,4680,4206,0,0,13,0,265,4680,id.po,,id,,indonesian,,,id,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,159,1850,1622,0,0,106,2830,265,4680,hu.po,,hu,,hungarian,,,hu,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/hr/hr.po,183,2843,2470,0,0,82,1837,265,4680,hr.po,,hr,,croatian,,,hr,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,252,4680,5068,0,0,13,0,265,4680,gl.po,,gl,,galician,,,gl,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,252,4680,5147,0,0,13,0,265,4680,fr.po,,fr,,french,,,fr,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/fi/fi.po,202,3420,2117,38,1212,25,48,265,4680,fi.po,,fi,,finnish,,,fi,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/eu/eu.po,190,2594,1955,0,0,75,2086,265,4680,eu.po,,eu,,basque,,,eu,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,54,128,173,5,37,206,4515,265,4680,es.po,,es,,spanish,,,es,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/en_gb/en_gb.po,263,4493,4500,0,0,2,187,265,4680,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,252,4660,5021,0,0,13,20,265,4680,el.po,,el,,greek,,,el,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,155,1802,1835,1,16,109,2862,265,4680,de.po,,de,,german,,,de,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,252,4660,4003,0,0,13,20,265,4680,da.po,,da,,danish,,,da,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,252,4680,3981,0,0,13,0,265,4680,cs.po,,cs,,czech,,,cs,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,252,4659,5400,0,0,13,21,265,4680,ca.po,,ca,,catalan,,,ca,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,help/bg/bg.po,0,0,0,0,0,265,4680,265,4680,bg.po,,bg,,bulgarian,,,bg,help/ -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/zu.po,522,2066,1754,10,71,71,677,603,2814,zu.po,,zu,,zulu,,,zu,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,390,1374,524,0,0,213,1440,603,2814,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,347,1241,466,5,64,251,1509,603,2814,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,389,1327,514,0,0,214,1487,603,2814,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,336,1466,1292,10,45,257,1303,603,2814,xh.po,,xh,,xhosa,,,xh,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/wa.po,142,341,422,0,0,461,2473,603,2814,wa.po,,wa,,walloon,,,wa,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,388,1383,1836,0,0,215,1431,603,2814,vi.po,,vi,,vietnamese,,,vi,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,396,1398,1242,0,0,207,1416,603,2814,uk.po,,uk,,ukrainian,,,uk,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,521,2040,1792,0,0,82,774,603,2814,ug.po,,ug,,uyghur,,,ug,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,391,1403,1172,0,0,212,1411,603,2814,tr.po,,tr,,turkish,,,tr,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,352,1305,514,0,0,251,1509,603,2814,th.po,,th,,thai,,,th,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,302,716,731,0,0,301,2098,603,2814,tg.po,,tg,,tajik,,,tg,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,384,1446,1222,0,0,219,1368,603,2814,te.po,,te,,telugu,,,te,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,384,1446,1258,0,0,219,1368,603,2814,ta.po,,ta,,tamil,,,ta,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,388,1383,1274,0,0,215,1431,603,2814,sv.po,,sv,,swedish,,,sv,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,396,1398,1450,0,0,207,1416,603,2814,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,388,1383,1431,0,0,215,1431,603,2814,sr.po,,sr,,serbian,,,sr,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,501,2361,2581,0,0,102,453,603,2814,sq.po,,sq,,albanian,,,sq,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,388,1383,1387,0,0,215,1431,603,2814,sl.po,,sl,,slovenian,,,sl,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,391,1335,1352,0,0,212,1479,603,2814,sk.po,,sk,,slovak,,,sk,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,323,1160,1172,0,0,280,1654,603,2814,si.po,,si,,sinhala,,,si,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,28,33,35,246,1355,329,1426,603,2814,rw.po,,rw,,kinyarwanda,,,rw,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,391,1403,1281,0,0,212,1411,603,2814,ru.po,,ru,,russian,,,ru,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,391,1403,1486,0,0,212,1411,603,2814,ro.po,,ro,,romanian,,,ro,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,391,1403,1561,0,0,212,1411,603,2814,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,392,1390,1531,0,0,211,1424,603,2814,pt.po,,pt,,portuguese,,,pt,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,391,1403,1342,0,0,212,1411,603,2814,pl.po,,pl,,polish,,,pl,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,384,1449,1562,0,0,219,1365,603,2814,pa.po,,pa,,punjabi,,,pa,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,522,2043,2124,0,0,81,771,603,2814,or.po,,or,,odia,,,or,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,372,1243,1427,0,0,231,1571,603,2814,oc.po,,oc,,occitan,,,oc,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,579,2537,2390,0,0,24,277,603,2814,nn.po,,nn,,norwegian nynorsk,,,nn,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,391,1403,1332,0,0,212,1411,603,2814,nl.po,,nl,,dutch,,,nl,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,300,706,697,54,303,249,1805,603,2814,ne.po,,ne,,nepali,,,ne,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,391,1335,1307,0,0,212,1479,603,2814,nb.po,,nb,,norwegian bokmål,,,nb,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/my.po,189,434,361,29,80,385,2300,603,2814,my.po,,my,,burmese,,,my,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,226,685,619,141,430,236,1699,603,2814,ms.po,,ms,,malay,,,ms,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,384,1446,1342,0,0,219,1368,603,2814,mr.po,,mr,,marathi,,,mr,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,391,1335,1092,0,0,212,1479,603,2814,ml.po,,ml,,malayalam,,,ml,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,561,2453,2562,0,0,42,361,603,2814,mk.po,,mk,,macedonian,,,mk,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,378,1764,1840,1,2,224,1048,603,2814,mg.po,,mg,,malagasy,,,mg,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,379,1486,1553,0,0,224,1328,603,2814,mai.po,,mai,,maithili,,,mai,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,388,1383,1215,0,0,215,1431,603,2814,lv.po,,lv,,latvian,,,lv,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,388,1383,1214,0,0,215,1431,603,2814,lt.po,,lt,,lithuanian,,,lt,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ky.po,186,291,287,0,0,417,2523,603,2814,ky.po,,ky,,kyrgyz,,,ky,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,122,259,268,0,0,481,2555,603,2814,ku.po,,ku,,kurdish,,,ku,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,388,1383,1118,0,0,215,1431,603,2814,ko.po,,ko,,korean,,,ko,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,384,1446,1268,0,0,219,1368,603,2814,kn.po,,kn,,kannada,,,kn,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/km.po,523,2050,929,0,0,80,764,603,2814,km.po,,km,,khmer,,,km,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,364,1145,969,0,0,239,1669,603,2814,kk.po,,kk,,kazakh,,,kk,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,417,1821,1421,0,0,186,993,603,2814,ka.po,,ka,,georgian,,,ka,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,377,1327,485,0,0,226,1487,603,2814,ja.po,,ja,,japanese,,,ja,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,396,1398,1475,0,0,207,1416,603,2814,it.po,,it,,italian,,,it,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,391,1335,1313,0,0,212,1479,603,2814,is.po,,is,,icelandic,,,is,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,391,1403,1276,0,0,212,1411,603,2814,id.po,,id,,indonesian,,,id,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,391,1403,1200,0,0,212,1411,603,2814,hu.po,,hu,,hungarian,,,hu,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,389,1327,1275,0,0,214,1487,603,2814,hr.po,,hr,,croatian,,,hr,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,384,1446,1652,0,0,219,1368,603,2814,hi.po,,hi,,hindi,,,hi,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,392,1390,1321,0,0,211,1424,603,2814,he.po,,he,,hebrew,,,he,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/gv.po,530,2169,2630,0,0,73,645,603,2814,gv.po,,gv,,manx,,,gv,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,391,1389,1486,0,0,212,1425,603,2814,gu.po,,gu,,gujarati,,,gu,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,388,1383,1574,0,0,215,1431,603,2814,gl.po,,gl,,galician,,,gl,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/gd.po,389,1327,1800,0,0,214,1487,603,2814,gd.po,,gd,,scottish gaelic,,,gd,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,303,698,769,13,69,287,2047,603,2814,ga.po,,ga,,irish,,,ga,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,388,1383,1533,0,0,215,1431,603,2814,fur.po,,fur,,friulian,,,fur,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,391,1403,1637,0,0,212,1411,603,2814,fr.po,,fr,,french,,,fr,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,391,1403,1077,0,0,212,1411,603,2814,fi.po,,fi,,finnish,,,fi,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,389,1327,1416,0,0,214,1487,603,2814,fa.po,,fa,,persian,,,fa,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,391,1403,1225,0,0,212,1411,603,2814,eu.po,,eu,,basque,,,eu,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,389,1327,1091,0,0,214,1487,603,2814,et.po,,et,,estonian,,,et,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,391,1403,1590,0,0,212,1411,603,2814,es.po,,es,,spanish,,,es,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,389,1327,1183,0,0,214,1487,603,2814,eo.po,,eo,,esperanto,,,eo,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,389,1327,1324,0,0,214,1487,603,2814,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,561,2453,2456,0,0,42,361,603,2814,en_ca.po,,en,ca,english,,canada,en_ca,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,456,1699,1699,131,891,16,224,603,2814,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,390,1374,1432,0,0,213,1440,603,2814,el.po,,el,,greek,,,el,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,425,1929,882,0,0,178,885,603,2814,dz.po,,dz,,dzongkha,,,dz,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,388,1383,1302,0,0,215,1431,603,2814,de.po,,de,,german,,,de,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,388,1383,1252,0,0,215,1431,603,2814,da.po,,da,,danish,,,da,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,300,1388,1457,82,287,221,1139,603,2814,cy.po,,cy,,welsh,,,cy,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,388,1383,1334,0,0,215,1431,603,2814,cs.po,,cs,,czech,,,cs,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/crh.po,520,2035,1755,0,0,83,779,603,2814,crh.po,,crh,,crimean turkish,,,crh,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,389,1327,1580,0,0,214,1487,603,2814,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,388,1364,1618,0,0,215,1450,603,2814,ca.po,,ca,,catalan,,,ca,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,385,1449,1405,0,0,218,1365,603,2814,bs.po,,bs,,bosnian,,,bs,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/br.po,353,924,1062,13,63,237,1827,603,2814,br.po,,br,,breton,,,br,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,384,1446,1515,0,0,219,1368,603,2814,bn_in.po,,bn,in,bangla,,india,bn_in,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,592,2611,2766,0,0,11,203,603,2814,bn.po,,bn,,bangla,,,bn,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,389,1327,1445,0,0,214,1487,603,2814,bg.po,,bg,,bulgarian,,,bg,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,596,2707,2363,3,35,4,72,603,2814,be@latin.po,latin,be,,belarusian,,,be@latin,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,391,1335,1247,0,0,212,1479,603,2814,be.po,,be,,belarusian,,,be,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,345,1417,1215,0,0,258,1397,603,2814,az.po,,az,,azerbaijani,,,az,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,560,2420,2717,0,0,43,394,603,2814,ast.po,,ast,,asturian,,,ast,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,384,1446,1463,0,0,219,1368,603,2814,as.po,,as,,assamese,,,as,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,501,1962,1912,0,0,102,852,603,2814,ar.po,,ar,,arabic,,,ar,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,56,95,121,13,21,534,2698,603,2814,am.po,,am,,amharic,,,am,po -totem-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,396,1350,1362,0,0,207,1464,603,2814,af.po,,af,,afrikaans,,,af,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/zh_tw.po,8,29,11,0,0,417,1900,425,1929,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/zh_hk.po,8,29,11,0,0,417,1900,425,1929,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/zh_cn.po,8,29,12,0,0,417,1900,425,1929,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/xh.po,336,1466,1292,10,45,79,418,425,1929,xh.po,,xh,,xhosa,,,xh,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/wa.po,142,341,422,0,0,283,1588,425,1929,wa.po,,wa,,walloon,,,wa,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/vi.po,7,28,35,0,0,418,1901,425,1929,vi.po,,vi,,vietnamese,,,vi,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,8,29,22,0,0,417,1900,425,1929,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/uk.po,8,29,23,0,0,417,1900,425,1929,uk.po,,uk,,ukrainian,,,uk,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ug.po,7,28,21,0,0,418,1901,425,1929,ug.po,,ug,,uyghur,,,ug,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/tr.po,8,29,23,0,0,417,1900,425,1929,tr.po,,tr,,turkish,,,tr,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/th.po,7,28,10,0,0,418,1901,425,1929,th.po,,th,,thai,,,th,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/tg.po,8,29,27,0,0,417,1900,425,1929,tg.po,,tg,,tajik,,,tg,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/te.po,7,28,23,0,0,418,1901,425,1929,te.po,,te,,telugu,,,te,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ta.po,7,28,23,0,0,418,1901,425,1929,ta.po,,ta,,tamil,,,ta,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/sv.po,8,29,23,0,0,417,1900,425,1929,sv.po,,sv,,swedish,,,sv,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/sr@latin.po,8,29,28,0,0,417,1900,425,1929,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/sr.po,8,29,28,0,0,417,1900,425,1929,sr.po,,sr,,serbian,,,sr,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/sq.po,8,35,32,0,0,417,1894,425,1929,sq.po,,sq,,albanian,,,sq,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/sl.po,8,29,25,0,0,417,1900,425,1929,sl.po,,sl,,slovenian,,,sl,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/sk.po,8,29,25,0,0,417,1900,425,1929,sk.po,,sk,,slovak,,,sk,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/si.po,323,1160,1172,0,0,102,769,425,1929,si.po,,si,,sinhala,,,si,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/rw.po,28,33,35,246,1355,151,541,425,1929,rw.po,,rw,,kinyarwanda,,,rw,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ru.po,8,29,24,0,0,417,1900,425,1929,ru.po,,ru,,russian,,,ru,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ro.po,8,29,29,0,0,417,1900,425,1929,ro.po,,ro,,romanian,,,ro,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/pt_br.po,8,29,32,0,0,417,1900,425,1929,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/pt.po,8,29,30,0,0,417,1900,425,1929,pt.po,,pt,,portuguese,,,pt,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ps.po,7,28,40,0,0,418,1901,425,1929,ps.po,,ps,,pashto,,,ps,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/pl.po,8,29,27,0,0,417,1900,425,1929,pl.po,,pl,,polish,,,pl,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/pa.po,8,29,33,0,0,417,1900,425,1929,pa.po,,pa,,punjabi,,,pa,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/or.po,7,28,30,0,0,418,1901,425,1929,or.po,,or,,odia,,,or,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/oc.po,8,29,32,0,0,417,1900,425,1929,oc.po,,oc,,occitan,,,oc,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/nn.po,7,28,24,0,0,418,1901,425,1929,nn.po,,nn,,norwegian nynorsk,,,nn,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/nl.po,8,29,28,0,0,417,1900,425,1929,nl.po,,nl,,dutch,,,nl,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ne.po,8,29,30,0,0,417,1900,425,1929,ne.po,,ne,,nepali,,,ne,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/nds.po,7,28,30,0,0,418,1901,425,1929,nds.po,,nds,,low german,,,nds,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/nb.po,8,29,27,0,0,417,1900,425,1929,nb.po,,nb,,norwegian bokmål,,,nb,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ms.po,8,29,24,0,0,417,1900,425,1929,ms.po,,ms,,malay,,,ms,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/mr.po,7,28,27,0,0,418,1901,425,1929,mr.po,,mr,,marathi,,,mr,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/mn.po,7,28,25,0,0,418,1901,425,1929,mn.po,,mn,,mongolian,,,mn,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ml.po,8,29,24,0,0,417,1900,425,1929,ml.po,,ml,,malayalam,,,ml,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/mk.po,8,35,33,0,0,417,1894,425,1929,mk.po,,mk,,macedonian,,,mk,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/mg.po,378,1764,1840,1,2,46,163,425,1929,mg.po,,mg,,malagasy,,,mg,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/mai.po,5,17,13,0,0,420,1912,425,1929,mai.po,,mai,,maithili,,,mai,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/lv.po,8,29,22,0,0,417,1900,425,1929,lv.po,,lv,,latvian,,,lv,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/lt.po,8,29,21,0,0,417,1900,425,1929,lt.po,,lt,,lithuanian,,,lt,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ku.po,122,259,268,0,0,303,1670,425,1929,ku.po,,ku,,kurdish,,,ku,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ko.po,8,29,23,0,0,417,1900,425,1929,ko.po,,ko,,korean,,,ko,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/kn.po,8,29,25,0,0,417,1900,425,1929,kn.po,,kn,,kannada,,,kn,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/km.po,7,28,14,0,0,418,1901,425,1929,km.po,,km,,khmer,,,km,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/kk.po,8,29,23,0,0,417,1900,425,1929,kk.po,,kk,,kazakh,,,kk,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ka.po,417,1821,1421,0,0,8,108,425,1929,ka.po,,ka,,georgian,,,ka,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ja.po,8,29,13,0,0,417,1900,425,1929,ja.po,,ja,,japanese,,,ja,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/it.po,8,29,27,0,0,417,1900,425,1929,it.po,,it,,italian,,,it,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/is.po,8,29,29,0,0,417,1900,425,1929,is.po,,is,,icelandic,,,is,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/id.po,8,29,26,0,0,417,1900,425,1929,id.po,,id,,indonesian,,,id,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/hu.po,8,29,25,0,0,417,1900,425,1929,hu.po,,hu,,hungarian,,,hu,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/hr.po,8,29,23,0,0,417,1900,425,1929,hr.po,,hr,,croatian,,,hr,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/hi.po,7,28,27,0,0,418,1901,425,1929,hi.po,,hi,,hindi,,,hi,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/he.po,8,29,22,0,0,417,1900,425,1929,he.po,,he,,hebrew,,,he,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/gu.po,7,28,26,0,0,418,1901,425,1929,gu.po,,gu,,gujarati,,,gu,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/gl.po,8,29,32,0,0,417,1900,425,1929,gl.po,,gl,,galician,,,gl,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/gd.po,8,29,30,0,0,417,1900,425,1929,gd.po,,gd,,scottish gaelic,,,gd,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ga.po,7,28,29,0,0,418,1901,425,1929,ga.po,,ga,,irish,,,ga,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/fur.po,8,29,28,0,0,417,1900,425,1929,fur.po,,fur,,friulian,,,fur,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/fr.po,8,29,30,0,0,417,1900,425,1929,fr.po,,fr,,french,,,fr,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/fi.po,8,29,21,0,0,417,1900,425,1929,fi.po,,fi,,finnish,,,fi,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/fa.po,8,29,28,0,0,417,1900,425,1929,fa.po,,fa,,persian,,,fa,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/eu.po,8,29,22,0,0,417,1900,425,1929,eu.po,,eu,,basque,,,eu,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/et.po,8,29,20,0,0,417,1900,425,1929,et.po,,et,,estonian,,,et,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/es.po,8,29,34,0,0,417,1900,425,1929,es.po,,es,,spanish,,,es,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/eo.po,8,29,25,0,0,417,1900,425,1929,eo.po,,eo,,esperanto,,,eo,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/en_gb.po,8,29,29,0,0,417,1900,425,1929,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/en_ca.po,372,1795,1810,0,0,53,134,425,1929,en_ca.po,,en,ca,english,,canada,en_ca,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/en@shaw.po,7,28,28,0,0,418,1901,425,1929,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/el.po,8,29,26,0,0,417,1900,425,1929,el.po,,el,,greek,,,el,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/dz.po,425,1929,882,0,0,0,0,425,1929,dz.po,,dz,,dzongkha,,,dz,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/de.po,8,29,27,0,0,417,1900,425,1929,de.po,,de,,german,,,de,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/da.po,8,29,26,0,0,417,1900,425,1929,da.po,,da,,danish,,,da,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/cy.po,7,28,33,0,0,418,1901,425,1929,cy.po,,cy,,welsh,,,cy,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/cs.po,8,29,25,0,0,417,1900,425,1929,cs.po,,cs,,czech,,,cs,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,8,29,34,0,0,417,1900,425,1929,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ca.po,8,29,34,0,0,417,1900,425,1929,ca.po,,ca,,catalan,,,ca,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/bs.po,8,29,27,0,0,417,1900,425,1929,bs.po,,bs,,bosnian,,,bs,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/br.po,7,28,23,0,0,418,1901,425,1929,br.po,,br,,breton,,,br,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/bn_in.po,7,28,28,0,0,418,1901,425,1929,bn_in.po,,bn,in,bangla,,india,bn_in,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/bn.po,7,28,28,0,0,418,1901,425,1929,bn.po,,bn,,bangla,,,bn,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/bg.po,8,29,24,0,0,417,1900,425,1929,bg.po,,bg,,bulgarian,,,bg,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/be@latin.po,7,28,21,0,0,418,1901,425,1929,be@latin.po,latin,be,,belarusian,,,be@latin,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/be.po,8,29,22,0,0,417,1900,425,1929,be.po,,be,,belarusian,,,be,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/az.po,345,1417,1215,0,0,80,512,425,1929,az.po,,az,,azerbaijani,,,az,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ast.po,7,28,28,0,0,418,1901,425,1929,ast.po,,ast,,asturian,,,ast,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/as.po,8,29,28,0,0,417,1900,425,1929,as.po,,as,,assamese,,,as,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/ar.po,7,28,22,0,0,418,1901,425,1929,ar.po,,ar,,arabic,,,ar,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/an.po,8,29,36,0,0,417,1900,425,1929,an.po,,an,,aragonese,,,an,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/am.po,56,95,121,13,21,356,1813,425,1929,am.po,,am,,amharic,,,am,po -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv,po/af.po,8,29,27,0,0,417,1900,425,1929,af.po,,af,,afrikaans,,,af,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,369,2217,661,0,0,232,1587,601,3804,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,594,3613,1005,0,0,7,191,601,3804,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,369,2211,606,0,0,232,1593,601,3804,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/vi.po,532,2903,4287,0,0,69,901,601,3804,vi.po,,vi,,vietnamese,,,vi,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/uk.po,537,3291,3177,0,0,64,513,601,3804,uk.po,,uk,,ukrainian,,,uk,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/tr.po,369,2217,1860,0,0,232,1587,601,3804,tr.po,,tr,,turkish,,,tr,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/th.po,291,1391,601,0,0,310,2413,601,3804,th.po,,th,,thai,,,th,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/tg.po,74,99,91,0,0,527,3705,601,3804,tg.po,,tg,,tajik,,,tg,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/te.po,135,291,275,0,0,466,3513,601,3804,te.po,,te,,telugu,,,te,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/sv.po,369,2217,2096,0,0,232,1587,601,3804,sv.po,,sv,,swedish,,,sv,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,370,2229,2280,0,0,231,1575,601,3804,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/sr.po,369,2217,2285,0,0,232,1587,601,3804,sr.po,,sr,,serbian,,,sr,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/sl.po,369,2217,2367,0,0,232,1587,601,3804,sl.po,,sl,,slovenian,,,sl,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/sk.po,369,2211,2236,0,0,232,1593,601,3804,sk.po,,sk,,slovak,,,sk,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ru.po,369,2217,2117,0,0,232,1587,601,3804,ru.po,,ru,,russian,,,ru,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ro.po,369,2217,2607,0,0,232,1587,601,3804,ro.po,,ro,,romanian,,,ro,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,369,2217,2578,0,0,232,1587,601,3804,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/pt.po,595,3727,4053,0,0,6,77,601,3804,pt.po,,pt,,portuguese,,,pt,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/pl.po,369,2217,2193,0,0,232,1587,601,3804,pl.po,,pl,,polish,,,pl,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/pa.po,45,86,91,0,0,556,3718,601,3804,pa.po,,pa,,punjabi,,,pa,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/oc.po,586,3634,4418,1,1,14,169,601,3804,oc.po,,oc,,occitan,,,oc,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/nl.po,369,2217,2193,0,0,232,1587,601,3804,nl.po,,nl,,dutch,,,nl,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ne.po,146,444,405,73,310,382,3050,601,3804,ne.po,,ne,,nepali,,,ne,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/nds.po,165,368,352,0,0,436,3436,601,3804,nds.po,,nds,,low german,,,nds,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/nb.po,284,1299,1257,0,0,317,2505,601,3804,nb.po,,nb,,norwegian bokmål,,,nb,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ml.po,104,283,224,12,72,485,3449,601,3804,ml.po,,ml,,malayalam,,,ml,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/mk.po,151,666,759,23,87,427,3051,601,3804,mk.po,,mk,,macedonian,,,mk,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/lv.po,369,2217,1943,0,0,232,1587,601,3804,lv.po,,lv,,latvian,,,lv,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/lt.po,369,2217,1875,0,0,232,1587,601,3804,lt.po,,lt,,lithuanian,,,lt,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ko.po,369,2217,1809,0,0,232,1587,601,3804,ko.po,,ko,,korean,,,ko,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/kk.po,73,163,133,0,0,528,3641,601,3804,kk.po,,kk,,kazakh,,,kk,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ja.po,518,3120,960,3,16,80,668,601,3804,ja.po,,ja,,japanese,,,ja,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/it.po,369,2217,2333,0,0,232,1587,601,3804,it.po,,it,,italian,,,it,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/is.po,84,245,234,0,0,517,3559,601,3804,is.po,,is,,icelandic,,,is,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/id.po,369,2217,2180,0,0,232,1587,601,3804,id.po,,id,,indonesian,,,id,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/hu.po,369,2217,2086,0,0,232,1587,601,3804,hu.po,,hu,,hungarian,,,hu,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/hr.po,369,2212,2103,0,0,232,1592,601,3804,hr.po,,hr,,croatian,,,hr,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/he.po,54,112,111,24,87,523,3605,601,3804,he.po,,he,,hebrew,,,he,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/gl.po,369,2217,2617,0,0,232,1587,601,3804,gl.po,,gl,,galician,,,gl,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/fur.po,369,2217,2706,0,0,232,1587,601,3804,fur.po,,fur,,friulian,,,fur,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/fr.po,369,2217,2687,0,0,232,1587,601,3804,fr.po,,fr,,french,,,fr,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/fi.po,138,475,404,63,349,400,2980,601,3804,fi.po,,fi,,finnish,,,fi,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/eu.po,370,2229,2092,0,0,231,1575,601,3804,eu.po,,eu,,basque,,,eu,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/et.po,362,1959,1635,17,108,222,1737,601,3804,et.po,,et,,estonian,,,et,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/es.po,369,2217,2657,0,0,232,1587,601,3804,es.po,,es,,spanish,,,es,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/eo.po,118,378,346,3,19,480,3407,601,3804,eo.po,,eo,,esperanto,,,eo,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,369,2211,2209,0,0,232,1593,601,3804,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/el.po,369,2217,2408,0,0,232,1587,601,3804,el.po,,el,,greek,,,el,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/dz.po,153,693,288,22,66,426,3045,601,3804,dz.po,,dz,,dzongkha,,,dz,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/de.po,369,2217,2370,0,0,232,1587,601,3804,de.po,,de,,german,,,de,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/da.po,369,2217,2150,0,0,232,1587,601,3804,da.po,,da,,danish,,,da,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/cs.po,369,2217,2293,0,0,232,1587,601,3804,cs.po,,cs,,czech,,,cs,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,369,2211,2888,0,0,232,1593,601,3804,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ca.po,369,2217,2890,0,0,232,1587,601,3804,ca.po,,ca,,catalan,,,ca,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/bs.po,598,3762,3703,0,0,3,42,601,3804,bs.po,,bs,,bosnian,,,bs,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/bg.po,600,3774,4301,0,0,1,30,601,3804,bg.po,,bg,,bulgarian,,,bg,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,291,1388,1277,0,0,310,2416,601,3804,be@latin.po,latin,be,,belarusian,,,be@latin,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/as.po,150,561,591,0,0,451,3243,601,3804,as.po,,as,,assamese,,,as,po -tracker-2.2.1-1.fc30.src.rpm.stats.csv,po/ar.po,172,729,754,60,253,369,2822,601,3804,ar.po,,ar,,arabic,,,ar,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,112,801,233,0,0,490,3003,602,3804,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,594,3613,1005,0,0,8,191,602,3804,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,600,3747,1001,0,0,2,57,602,3804,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/vi.po,532,2903,4287,0,0,70,901,602,3804,vi.po,,vi,,vietnamese,,,vi,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/uk.po,537,3291,3177,0,0,65,513,602,3804,uk.po,,uk,,ukrainian,,,uk,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/tr.po,112,801,690,0,0,490,3003,602,3804,tr.po,,tr,,turkish,,,tr,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/th.po,291,1391,601,0,0,311,2413,602,3804,th.po,,th,,thai,,,th,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/tg.po,74,99,91,0,0,528,3705,602,3804,tg.po,,tg,,tajik,,,tg,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/te.po,135,291,275,0,0,467,3513,602,3804,te.po,,te,,telugu,,,te,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/sv.po,112,801,751,0,0,490,3003,602,3804,sv.po,,sv,,swedish,,,sv,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,118,827,806,0,0,484,2977,602,3804,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/sr.po,112,801,780,0,0,490,3003,602,3804,sr.po,,sr,,serbian,,,sr,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/sl.po,112,801,768,0,0,490,3003,602,3804,sl.po,,sl,,slovenian,,,sl,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/sk.po,118,828,826,0,0,484,2976,602,3804,sk.po,,sk,,slovak,,,sk,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ru.po,112,801,745,0,0,490,3003,602,3804,ru.po,,ru,,russian,,,ru,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ro.po,112,801,882,0,0,490,3003,602,3804,ro.po,,ro,,romanian,,,ro,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,112,801,889,0,0,490,3003,602,3804,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/pt.po,595,3727,4053,0,0,7,77,602,3804,pt.po,,pt,,portuguese,,,pt,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/pl.po,112,801,799,0,0,490,3003,602,3804,pl.po,,pl,,polish,,,pl,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/pa.po,45,86,91,0,0,557,3718,602,3804,pa.po,,pa,,punjabi,,,pa,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/oc.po,586,3634,4418,1,1,15,169,602,3804,oc.po,,oc,,occitan,,,oc,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/nl.po,112,801,839,0,0,490,3003,602,3804,nl.po,,nl,,dutch,,,nl,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ne.po,77,458,406,13,54,512,3292,602,3804,ne.po,,ne,,nepali,,,ne,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/nds.po,165,368,352,0,0,437,3436,602,3804,nds.po,,nds,,low german,,,nds,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/nb.po,90,446,424,0,0,512,3358,602,3804,nb.po,,nb,,norwegian bokmål,,,nb,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ml.po,128,447,355,1,1,473,3356,602,3804,ml.po,,ml,,malayalam,,,ml,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/mk.po,151,666,759,23,87,428,3051,602,3804,mk.po,,mk,,macedonian,,,mk,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/lv.po,112,801,714,0,0,490,3003,602,3804,lv.po,,lv,,latvian,,,lv,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/lt.po,112,801,667,0,0,490,3003,602,3804,lt.po,,lt,,lithuanian,,,lt,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ko.po,112,801,604,0,0,490,3003,602,3804,ko.po,,ko,,korean,,,ko,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/kk.po,62,83,81,0,0,540,3721,602,3804,kk.po,,kk,,kazakh,,,kk,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ja.po,518,3120,960,3,16,81,668,602,3804,ja.po,,ja,,japanese,,,ja,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/it.po,112,801,853,0,0,490,3003,602,3804,it.po,,it,,italian,,,it,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/id.po,112,801,739,0,0,490,3003,602,3804,id.po,,id,,indonesian,,,id,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/hu.po,112,801,715,0,0,490,3003,602,3804,hu.po,,hu,,hungarian,,,hu,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/hr.po,118,828,835,0,0,484,2976,602,3804,hr.po,,hr,,croatian,,,hr,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/he.po,54,112,111,24,87,524,3605,602,3804,he.po,,he,,hebrew,,,he,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/gl.po,112,801,922,0,0,490,3003,602,3804,gl.po,,gl,,galician,,,gl,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/fur.po,112,801,980,0,0,490,3003,602,3804,fur.po,,fur,,friulian,,,fur,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/fr.po,112,801,962,0,0,490,3003,602,3804,fr.po,,fr,,french,,,fr,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/fi.po,261,1014,837,96,512,245,2278,602,3804,fi.po,,fi,,finnish,,,fi,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/eu.po,118,827,724,0,0,484,2977,602,3804,eu.po,,eu,,basque,,,eu,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/et.po,362,1959,1635,17,108,223,1737,602,3804,et.po,,et,,estonian,,,et,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/es.po,112,801,940,0,0,490,3003,602,3804,es.po,,es,,spanish,,,es,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/eo.po,23,59,56,0,0,579,3745,602,3804,eo.po,,eo,,esperanto,,,eo,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,118,827,828,0,0,484,2977,602,3804,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/el.po,118,828,885,0,0,484,2976,602,3804,el.po,,el,,greek,,,el,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/dz.po,153,693,288,22,66,427,3045,602,3804,dz.po,,dz,,dzongkha,,,dz,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/de.po,112,801,784,0,0,490,3003,602,3804,de.po,,de,,german,,,de,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/da.po,112,801,806,0,0,490,3003,602,3804,da.po,,da,,danish,,,da,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/cs.po,112,801,835,0,0,490,3003,602,3804,cs.po,,cs,,czech,,,cs,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,118,827,997,0,0,484,2977,602,3804,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ca.po,118,827,998,0,0,484,2977,602,3804,ca.po,,ca,,catalan,,,ca,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/bs.po,598,3762,3703,0,0,4,42,602,3804,bs.po,,bs,,bosnian,,,bs,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/bg.po,600,3774,4301,0,0,2,30,602,3804,bg.po,,bg,,bulgarian,,,bg,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,291,1388,1277,0,0,311,2416,602,3804,be@latin.po,latin,be,,belarusian,,,be@latin,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/as.po,150,561,591,0,0,452,3243,602,3804,as.po,,as,,assamese,,,as,po -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv,po/ar.po,172,729,754,60,253,370,2822,602,3804,ar.po,,ar,,arabic,,,ar,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/zh_tw.po,396,1499,798,23,176,95,505,514,2180,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,514,2180,514,2180,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/zh_cn.po,482,1973,930,0,0,32,207,514,2180,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,514,2180,514,2180,wa.po,,wa,,walloon,,,wa,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,514,2180,514,2180,vi.po,,vi,,vietnamese,,,vi,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/uk.po,495,2015,2251,0,0,19,165,514,2180,uk.po,,uk,,ukrainian,,,uk,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/tr.po,495,2015,2003,0,0,19,165,514,2180,tr.po,,tr,,turkish,,,tr,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/th.po,0,0,0,0,0,514,2180,514,2180,th.po,,th,,thai,,,th,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/te.po,0,0,0,0,0,514,2180,514,2180,te.po,,te,,telugu,,,te,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,514,2180,514,2180,ta.po,,ta,,tamil,,,ta,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/sv.po,495,2015,1945,0,0,19,165,514,2180,sv.po,,sv,,swedish,,,sv,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,514,2180,514,2180,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/sr.po,406,1498,1572,28,207,80,475,514,2180,sr.po,,sr,,serbian,,,sr,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,514,2180,514,2180,sq.po,,sq,,albanian,,,sq,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/sl.po,406,1498,1491,28,207,80,475,514,2180,sl.po,,sl,,slovenian,,,sl,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/sk.po,495,2015,1889,0,0,19,165,514,2180,sk.po,,sk,,slovak,,,sk,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ru.po,406,1498,1522,28,207,80,475,514,2180,ru.po,,ru,,russian,,,ru,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,514,2180,514,2180,ro.po,,ro,,romanian,,,ro,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/pt_br.po,472,1905,2086,0,0,42,275,514,2180,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,514,2180,514,2180,pt.po,,pt,,portuguese,,,pt,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/pl.po,495,2015,2143,0,0,19,165,514,2180,pl.po,,pl,,polish,,,pl,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/pa.po,214,480,542,27,205,273,1495,514,2180,pa.po,,pa,,punjabi,,,pa,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/or.po,0,0,0,0,0,514,2180,514,2180,or.po,,or,,odia,,,or,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/oc.po,0,0,0,0,0,514,2180,514,2180,oc.po,,oc,,occitan,,,oc,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,514,2180,514,2180,nn.po,,nn,,norwegian nynorsk,,,nn,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/nl.po,495,2015,2171,0,0,19,165,514,2180,nl.po,,nl,,dutch,,,nl,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,514,2180,514,2180,nb.po,,nb,,norwegian bokmål,,,nb,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,514,2180,514,2180,ms.po,,ms,,malay,,,ms,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,514,2180,514,2180,mr.po,,mr,,marathi,,,mr,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,514,2180,514,2180,ml.po,,ml,,malayalam,,,ml,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/lv.po,281,847,783,27,205,206,1128,514,2180,lv.po,,lv,,latvian,,,lv,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/lt.po,495,2015,1929,0,0,19,165,514,2180,lt.po,,lt,,lithuanian,,,lt,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ko.po,406,1517,1294,28,207,80,456,514,2180,ko.po,,ko,,korean,,,ko,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,514,2180,514,2180,kn.po,,kn,,kannada,,,kn,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/kk.po,472,1905,1687,0,0,42,275,514,2180,kk.po,,kk,,kazakh,,,kk,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,514,2180,514,2180,ka.po,,ka,,georgian,,,ka,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ja.po,395,1459,728,28,207,91,514,514,2180,ja.po,,ja,,japanese,,,ja,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/it.po,495,2015,2153,0,0,19,165,514,2180,it.po,,it,,italian,,,it,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/id.po,495,2015,1920,0,0,19,165,514,2180,id.po,,id,,indonesian,,,id,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ia.po,105,482,571,27,205,382,1493,514,2180,ia.po,,ia,,interlingua,,,ia,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/hu.po,495,2015,1664,0,0,19,165,514,2180,hu.po,,hu,,hungarian,,,hu,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/hr.po,340,1202,1179,27,205,147,773,514,2180,hr.po,,hr,,croatian,,,hr,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,514,2180,514,2180,hi.po,,hi,,hindi,,,hi,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/he.po,0,0,0,0,0,514,2180,514,2180,he.po,,he,,hebrew,,,he,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,514,2180,514,2180,gu.po,,gu,,gujarati,,,gu,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/gl.po,406,1498,1638,28,207,80,475,514,2180,gl.po,,gl,,galician,,,gl,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,514,2180,514,2180,ga.po,,ga,,irish,,,ga,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/fur.po,90,594,756,0,0,424,1586,514,2180,fur.po,,fur,,friulian,,,fur,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/fr.po,495,2015,2438,0,0,19,165,514,2180,fr.po,,fr,,french,,,fr,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,514,2180,514,2180,fo.po,,fo,,faroese,,,fo,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/fi.po,315,1040,830,27,205,172,935,514,2180,fi.po,,fi,,finnish,,,fi,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,514,2180,514,2180,fa.po,,fa,,persian,,,fa,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/eu.po,219,439,432,26,203,269,1538,514,2180,eu.po,,eu,,basque,,,eu,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/et.po,0,0,0,0,0,514,2180,514,2180,et.po,,et,,estonian,,,et,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/es.po,495,2015,2310,0,0,19,165,514,2180,es.po,,es,,spanish,,,es,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,514,2180,514,2180,eo.po,,eo,,esperanto,,,eo,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/en_gb.po,437,1674,1674,29,209,48,297,514,2180,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/el.po,407,1506,1445,28,207,79,467,514,2180,el.po,,el,,greek,,,el,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/de.po,472,1905,1883,0,0,42,275,514,2180,de.po,,de,,german,,,de,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/da.po,495,2015,1987,0,0,19,165,514,2180,da.po,,da,,danish,,,da,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,514,2180,514,2180,cy.po,,cy,,welsh,,,cy,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/cs.po,495,2015,1960,0,0,19,165,514,2180,cs.po,,cs,,czech,,,cs,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,514,2180,514,2180,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ca.po,487,1994,2368,0,0,27,186,514,2180,ca.po,,ca,,catalan,,,ca,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,514,2180,514,2180,bn_in.po,,bn,in,bangla,,india,bn_in,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,514,2180,514,2180,bg.po,,bg,,bulgarian,,,bg,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/az.po,0,0,0,0,0,514,2180,514,2180,az.po,,az,,azerbaijani,,,az,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/as.po,0,0,0,0,0,514,2180,514,2180,as.po,,as,,assamese,,,as,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,514,2180,514,2180,ar.po,,ar,,arabic,,,ar,po -udisks2-2.8.2-1.fc30.src.rpm.stats.csv,po/af.po,438,1679,1714,0,0,76,501,514,2180,af.po,,af,,afrikaans,,,af,po -upower-0.99.10-1.fc30.src.rpm.stats.csv,po/pl.po,26,145,124,0,0,0,0,26,145,pl.po,,pl,,polish,,,pl,po -upower-0.99.10-1.fc30.src.rpm.stats.csv,po/sv.po,19,113,107,0,0,7,32,26,145,sv.po,,sv,,swedish,,,sv,po -upower-0.99.10-1.fc30.src.rpm.stats.csv,po/it.po,19,113,130,0,0,7,32,26,145,it.po,,it,,italian,,,it,po -upower-0.99.10-1.fc30.src.rpm.stats.csv,po/fr.po,26,145,184,0,0,0,0,26,145,fr.po,,fr,,french,,,fr,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/zh_tw.po,96,573,148,0,0,0,0,96,573,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/gl.po,62,320,332,0,0,34,253,96,573,gl.po,,gl,,galician,,,gl,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/de_ch.po,92,551,496,0,0,4,22,96,573,de_ch.po,,de,ch,german,,switzerland,de_ch,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/tg.po,59,177,196,0,0,37,396,96,573,tg.po,,tg,,tajik,,,tg,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/bs.po,94,564,545,0,0,2,9,96,573,bs.po,,bs,,bosnian,,,bs,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ast.po,92,551,563,0,0,4,22,96,573,ast.po,,ast,,asturian,,,ast,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/be.po,74,451,383,0,0,22,122,96,573,be.po,,be,,belarusian,,,be,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/fi.po,96,573,419,0,0,0,0,96,573,fi.po,,fi,,finnish,,,fi,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/nl.po,96,573,567,0,0,0,0,96,573,nl.po,,nl,,dutch,,,nl,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ko.po,95,570,489,0,0,1,3,96,573,ko.po,,ko,,korean,,,ko,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/cs.po,96,573,514,0,0,0,0,96,573,cs.po,,cs,,czech,,,cs,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ml.po,94,564,450,0,0,2,9,96,573,ml.po,,ml,,malayalam,,,ml,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/as.po,95,570,558,0,0,1,3,96,573,as.po,,as,,assamese,,,as,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/tr.po,96,573,451,0,0,0,0,96,573,tr.po,,tr,,turkish,,,tr,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/nds.po,34,74,71,0,0,62,499,96,573,nds.po,,nds,,low german,,,nds,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/sk.po,96,573,548,0,0,0,0,96,573,sk.po,,sk,,slovak,,,sk,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/te.po,95,570,472,0,0,1,3,96,573,te.po,,te,,telugu,,,te,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/sr@latin.po,94,564,526,0,0,2,9,96,573,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ja.po,96,573,150,0,0,0,0,96,573,ja.po,,ja,,japanese,,,ja,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/bn.po,95,570,596,0,0,1,3,96,573,bn.po,,bn,,bangla,,,bn,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/sl.po,74,442,421,0,0,22,131,96,573,sl.po,,sl,,slovenian,,,sl,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/da.po,96,573,537,0,0,0,0,96,573,da.po,,da,,danish,,,da,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/cy.po,83,521,510,0,0,13,52,96,573,cy.po,,cy,,welsh,,,cy,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/bg.po,95,570,580,0,0,1,3,96,573,bg.po,,bg,,bulgarian,,,bg,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/fa.po,95,570,624,0,0,1,3,96,573,fa.po,,fa,,persian,,,fa,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/fr.po,96,573,658,0,0,0,0,96,573,fr.po,,fr,,french,,,fr,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/or.po,94,564,662,0,0,2,9,96,573,or.po,,or,,odia,,,or,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/mai.po,92,551,654,0,0,4,22,96,573,mai.po,,mai,,maithili,,,mai,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/is.po,95,570,575,0,0,1,3,96,573,is.po,,is,,icelandic,,,is,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/pa.po,96,573,690,0,0,0,0,96,573,pa.po,,pa,,punjabi,,,pa,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/es.po,96,573,631,0,0,0,0,96,573,es.po,,es,,spanish,,,es,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ms.po,91,542,500,0,0,5,31,96,573,ms.po,,ms,,malay,,,ms,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/id.po,96,573,502,0,0,0,0,96,573,id.po,,id,,indonesian,,,id,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/en_gb.po,86,524,527,0,0,10,49,96,573,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/pt_br.po,96,573,635,0,0,0,0,96,573,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ka.po,29,60,57,0,0,67,513,96,573,ka.po,,ka,,georgian,,,ka,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/pl.po,96,573,513,0,0,0,0,96,573,pl.po,,pl,,polish,,,pl,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/sv.po,96,573,531,0,0,0,0,96,573,sv.po,,sv,,swedish,,,sv,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/sr.po,96,573,536,0,0,0,0,96,573,sr.po,,sr,,serbian,,,sr,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/el.po,96,573,591,0,0,0,0,96,573,el.po,,el,,greek,,,el,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/nb.po,95,570,589,0,0,1,3,96,573,nb.po,,nb,,norwegian bokmål,,,nb,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/it.po,96,573,591,0,0,0,0,96,573,it.po,,it,,italian,,,it,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ar.po,95,570,554,0,0,1,3,96,573,ar.po,,ar,,arabic,,,ar,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ro.po,95,570,573,0,0,1,3,96,573,ro.po,,ro,,romanian,,,ro,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/vi.po,60,252,350,0,0,36,321,96,573,vi.po,,vi,,vietnamese,,,vi,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/hr.po,91,542,525,0,0,5,31,96,573,hr.po,,hr,,croatian,,,hr,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/hu.po,96,573,518,0,0,0,0,96,573,hu.po,,hu,,hungarian,,,hu,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/mr.po,94,564,538,0,0,2,9,96,573,mr.po,,mr,,marathi,,,mr,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/he.po,95,570,536,0,0,1,3,96,573,he.po,,he,,hebrew,,,he,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/lv.po,95,570,485,0,0,1,3,96,573,lv.po,,lv,,latvian,,,lv,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/kn.po,95,570,486,0,0,1,3,96,573,kn.po,,kn,,kannada,,,kn,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/et.po,95,570,452,0,0,1,3,96,573,et.po,,et,,estonian,,,et,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/de.po,96,573,520,0,0,0,0,96,573,de.po,,de,,german,,,de,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ru.po,96,573,506,0,0,0,0,96,573,ru.po,,ru,,russian,,,ru,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/hi.po,94,564,680,0,0,2,9,96,573,hi.po,,hi,,hindi,,,hi,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/bn_in.po,96,573,589,0,0,0,0,96,573,bn_in.po,,bn,in,bangla,,india,bn_in,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/zh_cn.po,95,570,153,0,0,1,3,96,573,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ta.po,95,570,457,0,0,1,3,96,573,ta.po,,ta,,tamil,,,ta,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/ca.po,96,573,654,0,0,0,0,96,573,ca.po,,ca,,catalan,,,ca,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/gu.po,94,564,621,0,0,2,9,96,573,gu.po,,gu,,gujarati,,,gu,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/pt.po,96,573,645,0,0,0,0,96,573,pt.po,,pt,,portuguese,,,pt,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/mk.po,91,542,549,0,0,5,31,96,573,mk.po,,mk,,macedonian,,,mk,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/si.po,19,31,36,0,0,77,542,96,573,si.po,,si,,sinhala,,,si,po -usermode-1.112-4.fc30.src.rpm.stats.csv,po/uk.po,96,573,499,0,0,0,0,96,573,uk.po,,uk,,ukrainian,,,uk,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/nl.po,3485,18207,18186,486,3118,250,2130,4221,23455,nl.po,,nl,,dutch,,,nl,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/gl.po,212,780,1021,1685,8207,2324,14468,4221,23455,gl.po,,gl,,galician,,,gl,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/eu.po,357,861,923,2122,9935,1742,12659,4221,23455,eu.po,,eu,,basque,,,eu,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/fr.po,4214,23423,28301,5,26,2,6,4221,23455,fr.po,,fr,,french,,,fr,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/zh_tw.po,711,2746,1431,2666,15280,844,5429,4221,23455,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/fi.po,1154,4500,3928,2048,10727,1019,8228,4221,23455,fi.po,,fi,,finnish,,,fi,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/uk.po,4214,23423,24760,5,26,2,6,4221,23455,uk.po,,uk,,ukrainian,,,uk,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/sv.po,4198,23252,22218,21,197,2,6,4221,23455,sv.po,,sv,,swedish,,,sv,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/et.po,321,1064,1042,2176,11001,1724,11390,4221,23455,et.po,,et,,estonian,,,et,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/id.po,659,2432,2488,2377,12770,1185,8253,4221,23455,id.po,,id,,indonesian,,,id,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/hr.po,2914,15883,16566,4,22,1303,7550,4221,23455,hr.po,,hr,,croatian,,,hr,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/sl.po,483,1681,1757,2423,12495,1315,9279,4221,23455,sl.po,,sl,,slovenian,,,sl,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/hu.po,573,2085,2138,2369,12377,1279,8993,4221,23455,hu.po,,hu,,hungarian,,,hu,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/it.po,488,1532,1716,2385,12183,1348,9740,4221,23455,it.po,,it,,italian,,,it,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/ru.po,1863,8647,8528,1242,6687,1116,8121,4221,23455,ru.po,,ru,,russian,,,ru,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/da.po,3866,21091,19698,278,1901,77,463,4221,23455,da.po,,da,,danish,,,da,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/cs.po,4214,23423,23504,5,26,2,6,4221,23455,cs.po,,cs,,czech,,,cs,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/ca.po,487,1692,2199,2424,12522,1310,9241,4221,23455,ca.po,,ca,,catalan,,,ca,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/vi.po,3088,16736,24352,892,5195,241,1524,4221,23455,vi.po,,vi,,vietnamese,,,vi,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/pt_br.po,4214,23423,27558,5,26,2,6,4221,23455,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/pl.po,4214,23423,23690,5,26,2,6,4221,23455,pl.po,,pl,,polish,,,pl,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/tr.po,3607,19477,17975,483,3120,131,858,4221,23455,tr.po,,tr,,turkish,,,tr,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/ja.po,3284,17676,8942,625,3674,312,2105,4221,23455,ja.po,,ja,,japanese,,,ja,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/de.po,4214,23423,23417,5,26,2,6,4221,23455,de.po,,de,,german,,,de,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/zh_cn.po,3610,19451,9165,484,3162,127,842,4221,23455,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -util-linux-2.33.2-1.fc30.src.rpm.stats.csv,po/es.po,4214,23423,30503,5,26,2,6,4221,23455,es.po,,es,,spanish,,,es,po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,libdvbv5-po/uk.po,124,566,639,5,39,41,135,170,740,uk.po,,uk,,ukrainian,,,uk,libdvbv5-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,libdvbv5-po/ca.po,46,106,126,1,7,123,627,170,740,ca.po,,ca,,catalan,,,ca,libdvbv5-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,libdvbv5-po/pt_br.po,157,685,768,0,0,13,55,170,740,pt_br.po,,pt,br,portuguese,,brazil,pt_br,libdvbv5-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,libdvbv5-po/de.po,157,685,652,0,0,13,55,170,740,de.po,,de,,german,,,de,libdvbv5-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,v4l-utils-po/uk.po,0,0,0,21,70,389,2187,410,2257,uk.po,,uk,,ukrainian,,,uk,v4l-utils-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,v4l-utils-po/ca.po,29,68,83,17,58,364,2131,410,2257,ca.po,,ca,,catalan,,,ca,v4l-utils-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,v4l-utils-po/pt_br.po,309,1496,1798,67,583,34,178,410,2257,pt_br.po,,pt,br,portuguese,,brazil,pt_br,v4l-utils-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,v4l-utils-po/de.po,309,1496,1479,66,580,35,181,410,2257,de.po,,de,,german,,,de,v4l-utils-po -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv,v4l-utils-po/fr.po,35,145,165,23,214,352,1898,410,2257,fr.po,,fr,,french,,,fr,v4l-utils-po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/nl.po,1213,5623,5662,0,0,790,4795,2003,10418,nl.po,,nl,,dutch,,,nl,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/cs.po,1283,5850,5827,0,0,720,4568,2003,10418,cs.po,,cs,,czech,,,cs,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/lv.po,78,504,458,0,0,1925,9914,2003,10418,lv.po,,lv,,latvian,,,lv,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/pl.po,1869,9421,9586,0,0,134,997,2003,10418,pl.po,,pl,,polish,,,pl,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/ru.po,1955,10076,10183,0,0,48,342,2003,10418,ru.po,,ru,,russian,,,ru,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/sk.po,1628,7870,8187,0,0,375,2548,2003,10418,sk.po,,sk,,slovak,,,sk,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/fi.po,1941,10000,8507,0,0,62,418,2003,10418,fi.po,,fi,,finnish,,,fi,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/uk.po,1963,10144,9853,0,0,40,274,2003,10418,uk.po,,uk,,ukrainian,,,uk,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/sv.po,1697,8198,7860,0,0,306,2220,2003,10418,sv.po,,sv,,swedish,,,sv,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/es.po,1733,8457,11200,0,0,270,1961,2003,10418,es.po,,es,,spanish,,,es,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/de.po,2002,10409,10483,0,0,1,9,2003,10418,de.po,,de,,german,,,de,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/no.po,1668,8054,7925,0,0,335,2364,2003,10418,no.po,,no,,norwegian,,,no,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/eo.po,1954,10207,10602,0,0,49,211,2003,10418,eo.po,,eo,,esperanto,,,eo,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/vi.po,1422,6679,10508,0,0,581,3739,2003,10418,vi.po,,vi,,vietnamese,,,vi,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/pt_br.po,1937,9989,11208,0,0,66,429,2003,10418,pt_br.po,,pt,br,portuguese,,brazil,pt_br,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/ko.po,1869,9456,8881,0,0,134,962,2003,10418,ko.po,,ko,,korean,,,ko,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/ja.po,2002,10408,5259,0,0,1,10,2003,10418,ja.po,,ja,,japanese,,,ja,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/af.po,1423,6685,7205,0,0,580,3733,2003,10418,af.po,,af,,afrikaans,,,af,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/zh_cn.po,1633,7865,4498,3,15,367,2538,2003,10418,zh_cn.po,,zh,cn,chinese,,china,zh_cn,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/it.po,2002,10408,11524,0,0,1,10,2003,10418,it.po,,it,,italian,,,it,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/sr.po,1961,10132,11044,0,0,42,286,2003,10418,sr.po,,sr,,serbian,,,sr,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/ca.po,1931,9958,12201,0,0,72,460,2003,10418,ca.po,,ca,,catalan,,,ca,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/ga.po,1931,9958,11776,0,0,72,460,2003,10418,ga.po,,ga,,irish,,,ga,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/nb.po,1668,8054,7925,0,0,335,2364,2003,10418,nb.po,,nb,,norwegian bokmål,,,nb,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/fr.po,2003,10418,12150,0,0,0,0,2003,10418,fr.po,,fr,,french,,,fr,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/da.po,1963,10135,9803,0,0,40,283,2003,10418,da.po,,da,,danish,,,da,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/en_gb.po,182,1128,1152,0,0,1821,9290,2003,10418,en_gb.po,,en,gb,english,,united kingdom,en_gb,src/po -vim-8.1.1137-1.fc30.src.rpm.stats.csv,src/po/zh_tw.po,1422,6679,3896,0,0,581,3739,2003,10418,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,src/po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/id.po,134,1228,1096,0,0,2,0,136,1228,id.po,,id,,indonesian,,,id,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/pa.po,134,1228,1341,0,0,2,0,136,1228,pa.po,,pa,,punjabi,,,pa,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/te.po,134,1228,951,0,0,2,0,136,1228,te.po,,te,,telugu,,,te,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/oc.po,94,973,1059,0,0,42,255,136,1228,oc.po,,oc,,occitan,,,oc,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/sk.po,134,1228,1206,0,0,2,0,136,1228,sk.po,,sk,,slovak,,,sk,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/bn.po,136,1215,1294,0,0,0,13,136,1228,bn.po,,bn,,bangla,,,bn,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/si.po,66,479,510,1,26,69,723,136,1228,si.po,,si,,sinhala,,,si,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/hi.po,134,1228,1409,0,0,2,0,136,1228,hi.po,,hi,,hindi,,,hi,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/en_gb.po,94,973,998,0,0,42,255,136,1228,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ka.po,72,544,457,0,0,64,684,136,1228,ka.po,,ka,,georgian,,,ka,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ga.po,23,52,63,0,0,113,1176,136,1228,ga.po,,ga,,irish,,,ga,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ta.po,134,1228,920,0,0,2,0,136,1228,ta.po,,ta,,tamil,,,ta,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/vi.po,94,973,1335,0,0,42,255,136,1228,vi.po,,vi,,vietnamese,,,vi,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/tr.po,94,973,749,0,0,42,255,136,1228,tr.po,,tr,,turkish,,,tr,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ca.po,134,1228,1371,0,0,2,0,136,1228,ca.po,,ca,,catalan,,,ca,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/th.po,133,1223,366,0,0,3,5,136,1228,th.po,,th,,thai,,,th,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ro.po,128,1184,1186,0,0,8,44,136,1228,ro.po,,ro,,romanian,,,ro,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/et.po,134,1228,976,0,0,2,0,136,1228,et.po,,et,,estonian,,,et,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/cy.po,72,544,584,0,0,64,684,136,1228,cy.po,,cy,,welsh,,,cy,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/kn.po,134,1228,995,0,0,2,0,136,1228,kn.po,,kn,,kannada,,,kn,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/lt.po,134,1228,999,0,0,2,0,136,1228,lt.po,,lt,,lithuanian,,,lt,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/be@latin.po,87,500,456,0,0,49,728,136,1228,be@latin.po,latin,be,,belarusian,,,be@latin,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ms.po,61,313,261,0,0,75,915,136,1228,ms.po,,ms,,malay,,,ms,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ca@valencia.po,134,1228,1370,0,0,2,0,136,1228,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/en@shaw.po,107,764,765,29,451,0,13,136,1228,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/nn.po,136,1215,1211,0,0,0,13,136,1228,nn.po,,nn,,norwegian nynorsk,,,nn,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/sr.po,134,1228,1187,0,0,2,0,136,1228,sr.po,,sr,,serbian,,,sr,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/or.po,134,1228,1222,0,0,2,0,136,1228,or.po,,or,,odia,,,or,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/nl.po,134,1228,1280,0,0,2,0,136,1228,nl.po,,nl,,dutch,,,nl,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/sr@latin.po,134,1228,1187,0,0,2,0,136,1228,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/rw.po,3,2,2,55,518,78,708,136,1228,rw.po,,rw,,kinyarwanda,,,rw,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ar.po,97,831,837,3,100,36,297,136,1228,ar.po,,ar,,arabic,,,ar,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/gl.po,134,1228,1424,0,0,2,0,136,1228,gl.po,,gl,,galician,,,gl,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/gu.po,134,1228,1323,0,0,2,0,136,1228,gu.po,,gu,,gujarati,,,gu,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/mk.po,120,1075,1157,0,0,16,153,136,1228,mk.po,,mk,,macedonian,,,mk,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/sl.po,134,1228,1080,0,0,2,0,136,1228,sl.po,,sl,,slovenian,,,sl,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/es.po,94,973,1077,0,0,42,255,136,1228,es.po,,es,,spanish,,,es,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/hu.po,134,1228,1138,0,0,2,0,136,1228,hu.po,,hu,,hungarian,,,hu,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/lv.po,134,1228,1053,0,0,2,0,136,1228,lv.po,,lv,,latvian,,,lv,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/fr.po,134,1228,1421,0,0,2,0,136,1228,fr.po,,fr,,french,,,fr,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/mr.po,134,1228,1123,0,0,2,0,136,1228,mr.po,,mr,,marathi,,,mr,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ne.po,52,427,416,26,292,58,509,136,1228,ne.po,,ne,,nepali,,,ne,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/nb.po,94,973,916,0,0,42,255,136,1228,nb.po,,nb,,norwegian bokmål,,,nb,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/wa.po,60,392,503,0,0,76,836,136,1228,wa.po,,wa,,walloon,,,wa,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ml.po,134,1228,847,0,0,2,0,136,1228,ml.po,,ml,,malayalam,,,ml,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ug.po,134,1228,950,0,0,2,0,136,1228,ug.po,,ug,,uyghur,,,ug,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/bs.po,94,973,885,0,0,42,255,136,1228,bs.po,,bs,,bosnian,,,bs,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/as.po,134,1228,1256,0,0,2,0,136,1228,as.po,,as,,assamese,,,as,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/zh_cn.po,110,1090,278,0,0,26,138,136,1228,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/bg.po,94,973,1028,0,0,42,255,136,1228,bg.po,,bg,,bulgarian,,,bg,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ast.po,136,1215,1258,0,0,0,13,136,1228,ast.po,,ast,,asturian,,,ast,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/it.po,134,1228,1291,0,0,2,0,136,1228,it.po,,it,,italian,,,it,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/tg.po,110,1090,1175,0,0,26,138,136,1228,tg.po,,tg,,tajik,,,tg,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/zh_hk.po,110,1090,266,0,0,26,138,136,1228,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/fa.po,134,1228,1366,0,0,2,0,136,1228,fa.po,,fa,,persian,,,fa,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/eo.po,74,440,431,0,0,62,788,136,1228,eo.po,,eo,,esperanto,,,eo,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/pt_br.po,134,1228,1422,0,0,2,0,136,1228,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/zh_tw.po,94,973,223,0,0,42,255,136,1228,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/is.po,87,742,707,0,0,49,486,136,1228,is.po,,is,,icelandic,,,is,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ko.po,134,1228,919,0,0,2,0,136,1228,ko.po,,ko,,korean,,,ko,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/az.po,70,540,499,0,0,66,688,136,1228,az.po,,az,,azerbaijani,,,az,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/pl.po,94,973,911,0,0,42,255,136,1228,pl.po,,pl,,polish,,,pl,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/an.po,110,1090,1182,0,0,26,138,136,1228,an.po,,an,,aragonese,,,an,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/xh.po,70,540,452,0,0,66,688,136,1228,xh.po,,xh,,xhosa,,,xh,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/cs.po,134,1228,1166,0,0,2,0,136,1228,cs.po,,cs,,czech,,,cs,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/he.po,134,1228,1210,0,0,2,0,136,1228,he.po,,he,,hebrew,,,he,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/km.po,133,1223,435,0,0,3,5,136,1228,km.po,,km,,khmer,,,km,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/eu.po,134,1228,1049,0,0,2,0,136,1228,eu.po,,eu,,basque,,,eu,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/bn_in.po,134,1228,1279,0,0,2,0,136,1228,bn_in.po,,bn,in,bangla,,india,bn_in,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/el.po,94,973,1102,0,0,42,255,136,1228,el.po,,el,,greek,,,el,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/mn.po,63,395,313,0,0,73,833,136,1228,mn.po,,mn,,mongolian,,,mn,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/fur.po,94,973,1086,0,0,42,255,136,1228,fur.po,,fur,,friulian,,,fur,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/en_ca.po,72,544,542,0,0,64,684,136,1228,en_ca.po,,en,ca,english,,canada,en_ca,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/sq.po,113,1031,1182,0,0,23,197,136,1228,sq.po,,sq,,albanian,,,sq,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/hr.po,75,626,588,4,30,57,572,136,1228,hr.po,,hr,,croatian,,,hr,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ku.po,12,13,15,0,0,124,1215,136,1228,ku.po,,ku,,kurdish,,,ku,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/fi.po,134,1228,856,0,0,2,0,136,1228,fi.po,,fi,,finnish,,,fi,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/da.po,94,973,867,0,0,42,255,136,1228,da.po,,da,,danish,,,da,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/dz.po,82,816,337,0,0,54,412,136,1228,dz.po,,dz,,dzongkha,,,dz,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/be.po,134,1228,1087,0,0,2,0,136,1228,be.po,,be,,belarusian,,,be,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/uk.po,134,1228,1035,0,0,2,0,136,1228,uk.po,,uk,,ukrainian,,,uk,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/sv.po,94,973,884,0,0,42,255,136,1228,sv.po,,sv,,swedish,,,sv,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ru.po,134,1228,1095,0,0,2,0,136,1228,ru.po,,ru,,russian,,,ru,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/mai.po,61,554,584,0,0,75,674,136,1228,mai.po,,mai,,maithili,,,mai,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/ja.po,110,1090,302,0,0,26,138,136,1228,ja.po,,ja,,japanese,,,ja,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/kk.po,41,131,131,0,0,95,1097,136,1228,kk.po,,kk,,kazakh,,,kk,po -vino-3.22.0-15.fc30.src.rpm.stats.csv,po/de.po,134,1228,1301,0,0,2,0,136,1228,de.po,,de,,german,,,de,po -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/sv.po,47,244,196,0,0,22,171,69,415,sv.po,,sv,,swedish,,,sv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/nl.po,47,244,252,0,0,22,171,69,415,nl.po,,nl,,dutch,,,nl,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/fr.po,47,244,276,0,0,22,171,69,415,fr.po,,fr,,french,,,fr,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/ca.po,69,415,547,0,0,0,0,69,415,ca.po,,ca,,catalan,,,ca,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/de.po,55,323,265,0,0,14,92,69,415,de.po,,de,,german,,,de,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool/es.po,69,415,537,0,0,0,0,69,415,es.po,,es,,spanish,,,es,src/vbox/additions/3d/mesa/mesa-17.3.9/src/util/xmlpool -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/zh_tw.po,151,745,283,2,10,1,8,154,763,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/de_ch.po,49,186,184,0,0,105,577,154,763,de_ch.po,,de,ch,german,,switzerland,de_ch,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/eu.po,33,117,109,0,0,121,646,154,763,eu.po,,eu,,basque,,,eu,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/nl.po,151,745,817,2,10,1,8,154,763,nl.po,,nl,,dutch,,,nl,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/ko.po,151,745,712,2,10,1,8,154,763,ko.po,,ko,,korean,,,ko,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/cs.po,151,745,724,2,10,1,8,154,763,cs.po,,cs,,czech,,,cs,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/ml.po,151,745,653,2,10,1,8,154,763,ml.po,,ml,,malayalam,,,ml,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/as.po,151,745,798,2,10,1,8,154,763,as.po,,as,,assamese,,,as,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/tr.po,101,427,385,2,10,51,326,154,763,tr.po,,tr,,turkish,,,tr,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/sk.po,12,34,34,0,0,142,729,154,763,sk.po,,sk,,slovak,,,sk,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/te.po,151,745,665,2,10,1,8,154,763,te.po,,te,,telugu,,,te,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/ja.po,151,745,334,2,10,1,8,154,763,ja.po,,ja,,japanese,,,ja,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/bn.po,151,745,816,2,10,1,8,154,763,bn.po,,bn,,bangla,,,bn,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/bg.po,143,715,812,2,10,9,38,154,763,bg.po,,bg,,bulgarian,,,bg,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/fr.po,151,745,1024,2,10,1,8,154,763,fr.po,,fr,,french,,,fr,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/or.po,151,745,799,2,10,1,8,154,763,or.po,,or,,odia,,,or,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/pa.po,151,745,796,2,10,1,8,154,763,pa.po,,pa,,punjabi,,,pa,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/es.po,151,745,1032,2,10,1,8,154,763,es.po,,es,,spanish,,,es,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/id.po,8,40,39,0,0,146,723,154,763,id.po,,id,,indonesian,,,id,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/en_gb.po,145,720,719,2,10,7,33,154,763,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/pt_br.po,151,745,928,2,10,1,8,154,763,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/pl.po,151,745,759,2,10,1,8,154,763,pl.po,,pl,,polish,,,pl,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/sv.po,151,745,749,2,10,1,8,154,763,sv.po,,sv,,swedish,,,sv,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/it.po,151,745,905,2,10,1,8,154,763,it.po,,it,,italian,,,it,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/hu.po,151,745,771,2,10,1,8,154,763,hu.po,,hu,,hungarian,,,hu,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/mr.po,151,745,735,2,10,1,8,154,763,mr.po,,mr,,marathi,,,mr,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/kn.po,151,745,718,2,10,1,8,154,763,kn.po,,kn,,kannada,,,kn,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/de.po,151,745,760,2,10,1,8,154,763,de.po,,de,,german,,,de,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/ru.po,148,732,719,2,10,4,21,154,763,ru.po,,ru,,russian,,,ru,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/hi.po,151,745,834,2,10,1,8,154,763,hi.po,,hi,,hindi,,,hi,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/bn_in.po,143,707,777,2,10,9,46,154,763,bn_in.po,,bn,in,bangla,,india,bn_in,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/zh_cn.po,151,745,322,2,10,1,8,154,763,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/ta.po,151,745,660,2,10,1,8,154,763,ta.po,,ta,,tamil,,,ta,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/ca.po,151,745,997,2,10,1,8,154,763,ca.po,,ca,,catalan,,,ca,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/gu.po,151,745,841,2,10,1,8,154,763,gu.po,,gu,,gujarati,,,gu,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/pt.po,151,745,877,2,10,1,8,154,763,pt.po,,pt,,portuguese,,,pt,po -volume_key-0.3.12-3.fc30.src.rpm.stats.csv,po/uk.po,151,745,794,2,10,1,8,154,763,uk.po,,uk,,ukrainian,,,uk,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/kk.po,5,31,29,0,0,15,85,20,116,kk.po,,kk,,kazakh,,,kk,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,5,31,10,0,0,15,85,20,116,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/mr.po,19,108,112,0,0,1,8,20,116,mr.po,,mr,,marathi,,,mr,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ro.po,5,31,42,0,0,15,85,20,116,ro.po,,ro,,romanian,,,ro,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/gd.po,5,31,42,0,0,15,85,20,116,gd.po,,gd,,scottish gaelic,,,gd,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/bg.po,5,31,37,0,0,15,85,20,116,bg.po,,bg,,bulgarian,,,bg,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/eu.po,5,31,26,0,0,15,85,20,116,eu.po,,eu,,basque,,,eu,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,13,80,76,0,0,7,36,20,116,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/nn.po,19,108,111,0,0,1,8,20,116,nn.po,,nn,,norwegian nynorsk,,,nn,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/dz.po,20,116,62,0,0,0,0,20,116,dz.po,,dz,,dzongkha,,,dz,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/sk.po,5,31,35,0,0,15,85,20,116,sk.po,,sk,,slovak,,,sk,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/rw.po,0,0,0,17,92,3,24,20,116,rw.po,,rw,,kinyarwanda,,,rw,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/he.po,5,31,27,0,0,15,85,20,116,he.po,,he,,hebrew,,,he,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/sl.po,5,31,37,0,0,15,85,20,116,sl.po,,sl,,slovenian,,,sl,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/gl.po,5,31,42,0,0,15,85,20,116,gl.po,,gl,,galician,,,gl,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/mk.po,20,116,136,0,0,0,0,20,116,mk.po,,mk,,macedonian,,,mk,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/be.po,5,31,31,0,0,15,85,20,116,be.po,,be,,belarusian,,,be,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/pa.po,16,83,99,0,0,4,33,20,116,pa.po,,pa,,punjabi,,,pa,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/mai.po,12,66,75,0,0,8,50,20,116,mai.po,,mai,,maithili,,,mai,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/oc.po,5,31,43,0,0,15,85,20,116,oc.po,,oc,,occitan,,,oc,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/az.po,18,96,96,0,0,2,20,20,116,az.po,,az,,azerbaijani,,,az,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/fr.po,5,31,43,0,0,15,85,20,116,fr.po,,fr,,french,,,fr,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ast.po,14,84,111,0,0,6,32,20,116,ast.po,,ast,,asturian,,,ast,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/mn.po,14,84,79,0,0,6,32,20,116,mn.po,,mn,,mongolian,,,mn,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/or.po,14,84,81,0,0,6,32,20,116,or.po,,or,,odia,,,or,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ug.po,13,80,79,0,0,7,36,20,116,ug.po,,ug,,uyghur,,,ug,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ja.po,13,80,36,0,0,7,36,20,116,ja.po,,ja,,japanese,,,ja,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,14,84,93,0,0,6,32,20,116,bn_in.po,,bn,in,bangla,,india,bn_in,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/cy.po,18,96,105,0,0,2,20,20,116,cy.po,,cy,,welsh,,,cy,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/xh.po,18,96,95,0,0,2,20,20,116,xh.po,,xh,,xhosa,,,xh,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ne.po,19,108,117,0,0,1,8,20,116,ne.po,,ne,,nepali,,,ne,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ca.po,5,31,44,0,0,15,85,20,116,ca.po,,ca,,catalan,,,ca,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/gu.po,14,84,96,0,0,6,32,20,116,gu.po,,gu,,gujarati,,,gu,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/lt.po,5,31,36,0,0,15,85,20,116,lt.po,,lt,,lithuanian,,,lt,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/bn.po,14,84,107,0,0,6,32,20,116,bn.po,,bn,,bangla,,,bn,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/id.po,5,31,33,0,0,15,85,20,116,id.po,,id,,indonesian,,,id,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/es.po,5,31,39,0,0,15,85,20,116,es.po,,es,,spanish,,,es,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/si.po,19,108,113,0,0,1,8,20,116,si.po,,si,,sinhala,,,si,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/hr.po,5,31,31,0,0,15,85,20,116,hr.po,,hr,,croatian,,,hr,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/eo.po,5,31,35,0,0,15,85,20,116,eo.po,,eo,,esperanto,,,eo,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ga.po,13,80,101,0,0,7,36,20,116,ga.po,,ga,,irish,,,ga,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/am.po,1,2,2,0,0,19,114,20,116,am.po,,am,,amharic,,,am,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,20,116,109,0,0,0,0,20,116,be@latin.po,latin,be,,belarusian,,,be@latin,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ar.po,13,80,84,0,0,7,36,20,116,ar.po,,ar,,arabic,,,ar,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/as.po,16,83,96,0,0,4,33,20,116,as.po,,as,,assamese,,,as,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/sv.po,5,31,33,0,0,15,85,20,116,sv.po,,sv,,swedish,,,sv,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/tr.po,5,31,26,0,0,15,85,20,116,tr.po,,tr,,turkish,,,tr,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ky.po,18,96,95,0,0,2,20,20,116,ky.po,,ky,,kyrgyz,,,ky,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/vi.po,20,116,170,0,0,0,0,20,116,vi.po,,vi,,vietnamese,,,vi,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,5,31,44,0,0,15,85,20,116,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/te.po,19,108,97,0,0,1,8,20,116,te.po,,te,,telugu,,,te,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/el.po,5,31,39,0,0,15,85,20,116,el.po,,el,,greek,,,el,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/mi.po,0,0,0,11,58,9,58,20,116,mi.po,,mi,,maori,,,mi,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,16,83,31,0,0,4,33,20,116,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/an.po,13,64,84,0,0,7,52,20,116,an.po,,an,,aragonese,,,an,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/fa.po,5,31,39,0,0,15,85,20,116,fa.po,,fa,,persian,,,fa,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/pl.po,6,33,39,0,0,14,83,20,116,pl.po,,pl,,polish,,,pl,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ko.po,5,31,30,0,0,15,85,20,116,ko.po,,ko,,korean,,,ko,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/kn.po,19,108,96,0,0,1,8,20,116,kn.po,,kn,,kannada,,,kn,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/uk.po,16,83,84,0,0,4,33,20,116,uk.po,,uk,,ukrainian,,,uk,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ru.po,5,31,38,0,0,15,85,20,116,ru.po,,ru,,russian,,,ru,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/cs.po,5,31,33,0,0,15,85,20,116,cs.po,,cs,,czech,,,cs,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ang.po,6,27,31,0,0,14,89,20,116,ang.po,,ang,,old english,,,ang,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,13,80,80,0,0,7,36,20,116,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/is.po,5,31,39,0,0,15,85,20,116,is.po,,is,,icelandic,,,is,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/nl.po,5,31,40,0,0,15,85,20,116,nl.po,,nl,,dutch,,,nl,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,5,31,37,0,0,15,85,20,116,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,5,31,10,0,0,15,85,20,116,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ku.po,3,10,8,0,0,17,106,20,116,ku.po,,ku,,kurdish,,,ku,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/bs.po,13,64,63,0,0,7,52,20,116,bs.po,,bs,,bosnian,,,bs,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ta.po,13,80,77,0,0,7,36,20,116,ta.po,,ta,,tamil,,,ta,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/li.po,16,81,109,2,15,2,20,20,116,li.po,,li,,limburgish,,,li,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ml.po,5,31,25,0,0,15,85,20,116,ml.po,,ml,,malayalam,,,ml,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/hi.po,14,84,110,0,0,6,32,20,116,hi.po,,hi,,hindi,,,hi,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/lv.po,5,31,27,0,0,15,85,20,116,lv.po,,lv,,latvian,,,lv,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/th.po,14,84,41,0,0,6,32,20,116,th.po,,th,,thai,,,th,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/fi.po,5,31,29,0,0,15,85,20,116,fi.po,,fi,,finnish,,,fi,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,19,108,108,0,0,1,8,20,116,en_ca.po,,en,ca,english,,canada,en_ca,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/tg.po,13,80,86,0,0,7,36,20,116,tg.po,,tg,,tajik,,,tg,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ms.po,18,96,101,0,0,2,20,20,116,ms.po,,ms,,malay,,,ms,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/et.po,13,80,71,0,0,7,36,20,116,et.po,,et,,estonian,,,et,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/da.po,5,31,36,0,0,15,85,20,116,da.po,,da,,danish,,,da,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/sq.po,20,116,167,0,0,0,0,20,116,sq.po,,sq,,albanian,,,sq,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,5,31,31,0,0,15,85,20,116,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/it.po,5,31,39,0,0,15,85,20,116,it.po,,it,,italian,,,it,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/wa.po,18,96,169,0,0,2,20,20,116,wa.po,,wa,,walloon,,,wa,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,5,31,34,0,0,15,85,20,116,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/sr.po,5,31,34,0,0,15,85,20,116,sr.po,,sr,,serbian,,,sr,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/nds.po,14,84,99,0,0,6,32,20,116,nds.po,,nds,,low german,,,nds,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/de.po,5,31,37,0,0,15,85,20,116,de.po,,de,,german,,,de,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/nb.po,5,31,37,0,0,15,85,20,116,nb.po,,nb,,norwegian bokmål,,,nb,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/hu.po,5,31,37,0,0,15,85,20,116,hu.po,,hu,,hungarian,,,hu,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/pt.po,5,31,34,0,0,15,85,20,116,pt.po,,pt,,portuguese,,,pt,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/ka.po,18,96,90,0,0,2,20,20,116,ka.po,,ka,,georgian,,,ka,po -vte291-0.56.1-1.fc30.src.rpm.stats.csv,po/fur.po,5,31,41,0,0,15,85,20,116,fur.po,,fur,,friulian,,,fur,po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/nb.po,97,215,213,114,507,380,1988,591,2710,nb.po,,nb,,norwegian bokmål,,,nb,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/vi.po,255,1062,1351,137,638,199,1010,591,2710,vi.po,,vi,,vietnamese,,,vi,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/zh_cn.po,258,1073,376,137,638,196,999,591,2710,zh_cn.po,,zh,cn,chinese,,china,zh_cn,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ko.po,569,2622,2057,0,0,22,88,591,2710,ko.po,,ko,,korean,,,ko,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/lv.po,163,671,601,119,550,309,1489,591,2710,lv.po,,lv,,latvian,,,lv,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ar.po,258,1073,959,137,638,196,999,591,2710,ar.po,,ar,,arabic,,,ar,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/it.po,584,2277,2491,0,0,7,433,591,2710,it.po,,it,,italian,,,it,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/pa.po,163,671,691,134,644,294,1395,591,2710,pa.po,,pa,,punjabi,,,pa,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ja.po,582,2682,900,3,14,6,14,591,2710,ja.po,,ja,,japanese,,,ja,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/he.po,376,1567,1571,0,0,215,1143,591,2710,he.po,,he,,hebrew,,,he,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/sr@latin.po,258,1073,1007,137,638,196,999,591,2710,sr@latin.po,latin,sr,,serbian,,,sr@latin,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/el.po,384,1605,1790,0,0,207,1105,591,2710,el.po,,el,,greek,,,el,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/en_ca.po,337,1441,1441,123,587,131,682,591,2710,en_ca.po,,en,ca,english,,canada,en_ca,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ta.po,368,1545,1333,0,0,223,1165,591,2710,ta.po,,ta,,tamil,,,ta,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/lt.po,254,1052,955,138,641,199,1017,591,2710,lt.po,,lt,,lithuanian,,,lt,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/cs.po,350,1295,1281,86,491,155,924,591,2710,cs.po,,cs,,czech,,,cs,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/nl.po,533,2407,2219,27,161,31,142,591,2710,nl.po,,nl,,dutch,,,nl,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/fr.po,404,1536,1908,46,240,141,934,591,2710,fr.po,,fr,,french,,,fr,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/sr.po,258,1073,1007,137,638,196,999,591,2710,sr.po,,sr,,serbian,,,sr,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/sl.po,469,1889,1777,62,355,60,466,591,2710,sl.po,,sl,,slovenian,,,sl,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ro.po,425,1834,1936,85,415,81,461,591,2710,ro.po,,ro,,romanian,,,ro,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/de.po,396,1637,1532,0,0,195,1073,591,2710,de.po,,de,,german,,,de,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/eo.po,106,303,287,60,258,425,2149,591,2710,eo.po,,eo,,esperanto,,,eo,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/gu.po,368,1545,1592,0,0,223,1165,591,2710,gu.po,,gu,,gujarati,,,gu,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/gl.po,575,2647,3318,2,20,14,43,591,2710,gl.po,,gl,,galician,,,gl,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ml.po,179,429,414,0,0,412,2281,591,2710,ml.po,,ml,,malayalam,,,ml,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/id.po,518,1880,1819,0,0,73,830,591,2710,id.po,,id,,indonesian,,,id,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/te.po,365,1526,1270,0,0,226,1184,591,2710,te.po,,te,,telugu,,,te,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/pt_br.po,568,2215,2583,0,0,23,495,591,2710,pt_br.po,,pt,br,portuguese,,brazil,pt_br,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/mr.po,365,1526,1440,0,0,226,1184,591,2710,mr.po,,mr,,marathi,,,mr,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/pt.po,319,1375,1627,136,643,136,692,591,2710,pt.po,,pt,,portuguese,,,pt,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/et.po,239,969,695,136,628,216,1113,591,2710,et.po,,et,,estonian,,,et,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/eu.po,257,1066,917,138,645,196,999,591,2710,eu.po,,eu,,basque,,,eu,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/fi.po,118,291,256,0,0,473,2419,591,2710,fi.po,,fi,,finnish,,,fi,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/tr.po,385,1606,1436,0,0,206,1104,591,2710,tr.po,,tr,,turkish,,,tr,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ru.po,145,605,519,129,630,317,1475,591,2710,ru.po,,ru,,russian,,,ru,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/es.po,452,1589,1966,25,158,114,963,591,2710,es.po,,es,,spanish,,,es,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/or.po,365,1526,1575,0,0,226,1184,591,2710,or.po,,or,,odia,,,or,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/pl.po,585,2278,2223,0,0,6,432,591,2710,pl.po,,pl,,polish,,,pl,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/bg.po,385,1606,1882,0,0,206,1104,591,2710,bg.po,,bg,,bulgarian,,,bg,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/hu.po,397,1647,1306,0,0,194,1063,591,2710,hu.po,,hu,,hungarian,,,hu,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/sv.po,533,2160,1786,0,0,58,550,591,2710,sv.po,,sv,,swedish,,,sv,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/ca.po,178,462,626,0,0,413,2248,591,2710,ca.po,,ca,,catalan,,,ca,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/as.po,367,1543,1583,0,0,224,1167,591,2710,as.po,,as,,assamese,,,as,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/uk.po,567,2213,2138,0,0,24,497,591,2710,uk.po,,uk,,ukrainian,,,uk,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/en_gb.po,589,2702,2702,0,0,2,8,591,2710,en_gb.po,,en,gb,english,,united kingdom,en_gb,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/hi.po,365,1526,1775,0,0,226,1184,591,2710,hi.po,,hi,,hindi,,,hi,source/webcore/platform/gtk/po -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv,source/webcore/platform/gtk/po/kn.po,373,1551,1305,0,0,218,1159,591,2710,kn.po,,kn,,kannada,,,kn,source/webcore/platform/gtk/po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/ga.po,605,3665,4245,28,208,11,123,644,3996,ga.po,,ga,,irish,,,ga,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/de.po,639,3955,4327,1,10,4,31,644,3996,de.po,,de,,german,,,de,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/nl.po,529,3087,3137,67,474,48,435,644,3996,nl.po,,nl,,dutch,,,nl,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/et.po,639,3955,3532,1,10,4,31,644,3996,et.po,,et,,estonian,,,et,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/sl.po,254,1253,1351,206,1421,184,1322,644,3996,sl.po,,sl,,slovenian,,,sl,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/es.po,568,3426,4107,48,322,28,248,644,3996,es.po,,es,,spanish,,,es,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/fr.po,605,3665,4386,28,208,11,123,644,3996,fr.po,,fr,,french,,,fr,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/id.po,351,1801,1874,211,1537,82,658,644,3996,id.po,,id,,indonesian,,,id,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/fi.po,503,2919,2491,69,503,72,574,644,3996,fi.po,,fi,,finnish,,,fi,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/lt.po,165,777,741,247,1614,232,1605,644,3996,lt.po,,lt,,lithuanian,,,lt,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/gl.po,234,1081,1370,149,906,261,2009,644,3996,gl.po,,gl,,galician,,,gl,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/ro.po,102,407,453,120,663,422,2926,644,3996,ro.po,,ro,,romanian,,,ro,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/zh_cn.po,634,3897,1916,2,14,8,85,644,3996,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/pl.po,639,3955,4043,1,10,4,31,644,3996,pl.po,,pl,,polish,,,pl,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/pt_br.po,605,3665,4415,28,208,11,123,644,3996,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/ru.po,639,3955,3862,1,10,4,31,644,3996,ru.po,,ru,,russian,,,ru,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/eu.po,120,440,462,118,666,406,2890,644,3996,eu.po,,eu,,basque,,,eu,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/ca.po,356,1857,2570,216,1565,72,574,644,3996,ca.po,,ca,,catalan,,,ca,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/vi.po,605,3665,5370,28,208,11,123,644,3996,vi.po,,vi,,vietnamese,,,vi,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/cs.po,639,3955,4191,1,10,4,31,644,3996,cs.po,,cs,,czech,,,cs,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/tr.po,605,3665,3411,28,208,11,123,644,3996,tr.po,,tr,,turkish,,,tr,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/eo.po,639,3955,4118,1,10,4,31,644,3996,eo.po,,eo,,esperanto,,,eo,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/sr.po,605,3665,3849,28,208,11,123,644,3996,sr.po,,sr,,serbian,,,sr,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/he.po,85,341,427,114,618,445,3037,644,3996,he.po,,he,,hebrew,,,he,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/it.po,639,3955,4487,1,10,4,31,644,3996,it.po,,it,,italian,,,it,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/be.po,217,940,924,135,779,292,2277,644,3996,be.po,,be,,belarusian,,,be,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/uk.po,639,3955,4112,1,10,4,31,644,3996,uk.po,,uk,,ukrainian,,,uk,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/zh_tw.po,639,3955,1938,1,10,4,31,644,3996,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/da.po,254,1253,1238,212,1459,178,1284,644,3996,da.po,,da,,danish,,,da,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/en_gb.po,102,407,407,119,656,423,2933,644,3996,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/pt.po,639,3955,4365,1,10,4,31,644,3996,pt.po,,pt,,portuguese,,,pt,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/ja.po,639,3955,1957,1,10,4,31,644,3996,ja.po,,ja,,japanese,,,ja,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/bg.po,93,370,432,112,624,439,3002,644,3996,bg.po,,bg,,bulgarian,,,bg,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/sk.po,639,3955,4071,1,10,4,31,644,3996,sk.po,,sk,,slovak,,,sk,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/sv.po,639,3955,3808,1,10,4,31,644,3996,sv.po,,sv,,swedish,,,sv,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/hu.po,605,3665,3811,28,208,11,123,644,3996,hu.po,,hu,,hungarian,,,hu,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/hr.po,638,3949,4325,2,16,4,31,644,3996,hr.po,,hr,,croatian,,,hr,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/nb.po,639,3955,4174,1,10,4,31,644,3996,nb.po,,nb,,norwegian bokmål,,,nb,po -wget-1.20.3-1.fc30.src.rpm.stats.csv,po/el.po,93,370,450,120,658,431,2968,644,3996,el.po,,el,,greek,,,el,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/zh_cn.po,30,493,246,0,0,1,4,31,497,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/ru.po,30,493,473,0,0,1,4,31,497,ru.po,,ru,,russian,,,ru,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/pt_br.po,23,163,182,5,103,3,231,31,497,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/pl.po,31,497,495,0,0,0,0,31,497,pl.po,,pl,,polish,,,pl,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/nb.po,5,15,14,4,33,22,449,31,497,nb.po,,nb,,norwegian bokmål,,,nb,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/ja.po,21,123,74,7,143,3,231,31,497,ja.po,,ja,,japanese,,,ja,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/it.po,30,493,549,0,0,1,4,31,497,it.po,,it,,italian,,,it,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/fr.po,30,493,582,0,0,1,4,31,497,fr.po,,fr,,french,,,fr,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/fi.po,30,493,377,0,0,1,4,31,497,fi.po,,fi,,finnish,,,fi,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/es.po,30,493,587,0,0,1,4,31,497,es.po,,es,,spanish,,,es,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/el.po,21,123,141,7,143,3,231,31,497,el.po,,el,,greek,,,el,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/de.po,30,493,494,0,0,1,4,31,497,de.po,,de,,german,,,de,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/da.po,30,493,447,0,0,1,4,31,497,da.po,,da,,danish,,,da,po -whois-5.4.2-1.fc30.src.rpm.stats.csv,po/cs.po,30,493,517,0,0,1,4,31,497,cs.po,,cs,,czech,,,cs,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/zh_tw.po,12,88,15,3,25,5,19,20,132,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/id.po,20,132,104,0,0,0,0,20,132,id.po,,id,,indonesian,,,id,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/sk.po,12,88,76,3,25,5,19,20,132,sk.po,,sk,,slovak,,,sk,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/es.po,12,88,96,3,25,5,19,20,132,es.po,,es,,spanish,,,es,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/cs.po,20,132,115,0,0,0,0,20,132,cs.po,,cs,,czech,,,cs,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/zh_cn.po,12,88,15,3,25,5,19,20,132,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/pl.po,20,132,110,0,0,0,0,20,132,pl.po,,pl,,polish,,,pl,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/uk.po,20,132,136,0,0,0,0,20,132,uk.po,,uk,,ukrainian,,,uk,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/tr.po,12,88,57,3,25,5,19,20,132,tr.po,,tr,,turkish,,,tr,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/fr.po,12,88,85,3,25,5,19,20,132,fr.po,,fr,,french,,,fr,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/pt_br.po,20,132,135,0,0,0,0,20,132,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/lt.po,20,132,115,0,0,0,0,20,132,lt.po,,lt,,lithuanian,,,lt,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/de.po,12,88,81,3,25,5,19,20,132,de.po,,de,,german,,,de,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/sr.po,12,88,85,3,25,5,19,20,132,sr.po,,sr,,serbian,,,sr,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/da.po,20,132,132,0,0,0,0,20,132,da.po,,da,,danish,,,da,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/it.po,20,132,131,0,0,0,0,20,132,it.po,,it,,italian,,,it,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/gl.po,12,88,88,3,25,5,19,20,132,gl.po,,gl,,galician,,,gl,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/sv.po,12,88,72,3,25,5,19,20,132,sv.po,,sv,,swedish,,,sv,po -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv,po/hu.po,12,88,64,3,25,5,19,20,132,hu.po,,hu,,hungarian,,,hu,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/zh_tw.po,48,170,56,0,0,1,3,49,173,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/id.po,48,170,171,0,0,1,3,49,173,id.po,,id,,indonesian,,,id,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/sk.po,27,103,101,5,22,17,48,49,173,sk.po,,sk,,slovak,,,sk,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/es.po,45,155,181,2,14,2,4,49,173,es.po,,es,,spanish,,,es,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/cs.po,48,172,179,0,0,1,1,49,173,cs.po,,cs,,czech,,,cs,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/zh_cn.po,9,22,11,9,35,31,116,49,173,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/pl.po,49,173,170,0,0,0,0,49,173,pl.po,,pl,,polish,,,pl,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/uk.po,48,170,186,0,0,1,3,49,173,uk.po,,uk,,ukrainian,,,uk,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/tr.po,48,170,155,0,0,1,3,49,173,tr.po,,tr,,turkish,,,tr,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/fr.po,18,51,59,6,25,25,97,49,173,fr.po,,fr,,french,,,fr,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/pt_br.po,48,170,190,0,0,1,3,49,173,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/lt.po,48,170,156,0,0,1,3,49,173,lt.po,,lt,,lithuanian,,,lt,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/de.po,47,169,182,0,0,2,4,49,173,de.po,,de,,german,,,de,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/sr.po,9,22,28,9,35,31,116,49,173,sr.po,,sr,,serbian,,,sr,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/da.po,48,170,173,0,0,1,3,49,173,da.po,,da,,danish,,,da,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/it.po,48,170,172,0,0,1,3,49,173,it.po,,it,,italian,,,it,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/gl.po,27,103,118,5,22,17,48,49,173,gl.po,,gl,,galician,,,gl,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/sv.po,48,170,168,0,0,1,3,49,173,sv.po,,sv,,swedish,,,sv,po -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv,po/hu.po,45,155,149,2,14,2,4,49,173,hu.po,,hu,,hungarian,,,hu,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/zh_tw.po,28,28,28,0,0,0,0,28,28,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/zh_hk.po,26,26,26,2,2,0,0,28,28,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/zh_cn.po,28,28,28,0,0,0,0,28,28,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/vi.po,28,28,50,0,0,0,0,28,28,vi.po,,vi,,vietnamese,,,vi,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/uk.po,28,28,28,0,0,0,0,28,28,uk.po,,uk,,ukrainian,,,uk,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/tr.po,26,26,26,2,2,0,0,28,28,tr.po,,tr,,turkish,,,tr,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/th.po,28,28,28,0,0,0,0,28,28,th.po,,th,,thai,,,th,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/te.po,28,28,28,0,0,0,0,28,28,te.po,,te,,telugu,,,te,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ta.po,28,28,28,0,0,0,0,28,28,ta.po,,ta,,tamil,,,ta,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/sv.po,28,28,28,0,0,0,0,28,28,sv.po,,sv,,swedish,,,sv,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/sr@latn.po,26,26,28,2,2,0,0,28,28,sr@latn.po,latn,sr,,serbian,latin,,sr@latn,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/sr.po,28,28,30,0,0,0,0,28,28,sr.po,,sr,,serbian,,,sr,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/sq.po,26,26,32,2,2,0,0,28,28,sq.po,,sq,,albanian,,,sq,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/sl.po,28,28,28,0,0,0,0,28,28,sl.po,,sl,,slovenian,,,sl,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/sk.po,28,28,28,0,0,0,0,28,28,sk.po,,sk,,slovak,,,sk,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ru.po,28,28,32,0,0,0,0,28,28,ru.po,,ru,,russian,,,ru,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ro.po,28,28,28,0,0,0,0,28,28,ro.po,,ro,,romanian,,,ro,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/pt_br.po,28,28,32,0,0,0,0,28,28,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/pt.po,28,28,32,0,0,0,0,28,28,pt.po,,pt,,portuguese,,,pt,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ps.po,26,26,26,2,2,0,0,28,28,ps.po,,ps,,pashto,,,ps,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/pl.po,28,28,28,0,0,0,0,28,28,pl.po,,pl,,polish,,,pl,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/pa.po,24,24,24,2,2,2,2,28,28,pa.po,,pa,,punjabi,,,pa,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/or.po,28,28,28,0,0,0,0,28,28,or.po,,or,,odia,,,or,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/nn.po,28,28,28,0,0,0,0,28,28,nn.po,,nn,,norwegian nynorsk,,,nn,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/nl.po,28,28,28,0,0,0,0,28,28,nl.po,,nl,,dutch,,,nl,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/nds.po,26,26,26,2,2,0,0,28,28,nds.po,,nds,,low german,,,nds,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/nb.po,28,28,28,0,0,0,0,28,28,nb.po,,nb,,norwegian bokmål,,,nb,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/mr.po,28,28,28,0,0,0,0,28,28,mr.po,,mr,,marathi,,,mr,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ml.po,28,28,28,0,0,0,0,28,28,ml.po,,ml,,malayalam,,,ml,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/mk.po,26,26,26,2,2,0,0,28,28,mk.po,,mk,,macedonian,,,mk,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/lv.po,28,28,28,0,0,0,0,28,28,lv.po,,lv,,latvian,,,lv,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/lt.po,28,28,28,0,0,0,0,28,28,lt.po,,lt,,lithuanian,,,lt,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ky.po,28,28,32,0,0,0,0,28,28,ky.po,,ky,,kyrgyz,,,ky,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ku.po,26,26,26,2,2,0,0,28,28,ku.po,,ku,,kurdish,,,ku,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ko.po,28,28,30,0,0,0,0,28,28,ko.po,,ko,,korean,,,ko,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/kn.po,28,28,28,0,0,0,0,28,28,kn.po,,kn,,kannada,,,kn,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/kk.po,28,28,30,0,0,0,0,28,28,kk.po,,kk,,kazakh,,,kk,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ja.po,28,28,28,0,0,0,0,28,28,ja.po,,ja,,japanese,,,ja,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/it.po,28,28,28,0,0,0,0,28,28,it.po,,it,,italian,,,it,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/is.po,28,28,30,0,0,0,0,28,28,is.po,,is,,icelandic,,,is,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/id.po,28,28,28,0,0,0,0,28,28,id.po,,id,,indonesian,,,id,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ia.po,28,28,28,0,0,0,0,28,28,ia.po,,ia,,interlingua,,,ia,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/hu.po,28,28,28,0,0,0,0,28,28,hu.po,,hu,,hungarian,,,hu,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/hr.po,28,28,30,0,0,0,0,28,28,hr.po,,hr,,croatian,,,hr,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/hi.po,28,28,30,0,0,0,0,28,28,hi.po,,hi,,hindi,,,hi,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/he.po,28,28,30,0,0,0,0,28,28,he.po,,he,,hebrew,,,he,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/gu.po,28,28,28,0,0,0,0,28,28,gu.po,,gu,,gujarati,,,gu,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/gl.po,28,28,28,0,0,0,0,28,28,gl.po,,gl,,galician,,,gl,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/gd.po,28,28,34,0,0,0,0,28,28,gd.po,,gd,,scottish gaelic,,,gd,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ga.po,26,26,26,2,2,0,0,28,28,ga.po,,ga,,irish,,,ga,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/fur.po,28,28,28,0,0,0,0,28,28,fur.po,,fur,,friulian,,,fur,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/fr.po,28,28,28,0,0,0,0,28,28,fr.po,,fr,,french,,,fr,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/fi.po,28,28,28,0,0,0,0,28,28,fi.po,,fi,,finnish,,,fi,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/fa.po,28,28,28,0,0,0,0,28,28,fa.po,,fa,,persian,,,fa,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/eu.po,28,28,28,0,0,0,0,28,28,eu.po,,eu,,basque,,,eu,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/et.po,28,28,28,0,0,0,0,28,28,et.po,,et,,estonian,,,et,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/es.po,28,28,28,0,0,0,0,28,28,es.po,,es,,spanish,,,es,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/eo.po,28,28,28,0,0,0,0,28,28,eo.po,,eo,,esperanto,,,eo,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/el.po,28,28,30,0,0,0,0,28,28,el.po,,el,,greek,,,el,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/de.po,28,28,28,0,0,0,0,28,28,de.po,,de,,german,,,de,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/da.po,28,28,28,0,0,0,0,28,28,da.po,,da,,danish,,,da,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/cs.po,28,28,28,0,0,0,0,28,28,cs.po,,cs,,czech,,,cs,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/crh.po,28,28,28,0,0,0,0,28,28,crh.po,,crh,,crimean turkish,,,crh,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ca.po,28,28,28,0,0,0,0,28,28,ca.po,,ca,,catalan,,,ca,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/br.po,26,26,26,2,2,0,0,28,28,br.po,,br,,breton,,,br,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/bn_in.po,28,28,28,0,0,0,0,28,28,bn_in.po,,bn,in,bangla,,india,bn_in,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/bg.po,28,28,28,0,0,0,0,28,28,bg.po,,bg,,bulgarian,,,bg,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/be@latin.po,26,26,26,2,2,0,0,28,28,be@latin.po,latin,be,,belarusian,,,be@latin,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/be.po,28,28,36,0,0,0,0,28,28,be.po,,be,,belarusian,,,be,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ast.po,28,28,28,0,0,0,0,28,28,ast.po,,ast,,asturian,,,ast,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/as.po,28,28,30,0,0,0,0,28,28,as.po,,as,,assamese,,,as,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/ar.po,26,26,30,2,2,0,0,28,28,ar.po,,ar,,arabic,,,ar,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/an.po,28,28,28,0,0,0,0,28,28,an.po,,an,,aragonese,,,an,po -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv,po/af.po,28,28,28,0,0,0,0,28,28,af.po,,af,,afrikaans,,,af,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ca.po,11,81,91,0,0,0,0,11,81,ca.po,,ca,,catalan,,,ca,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/cs.po,11,81,70,0,0,0,0,11,81,cs.po,,cs,,czech,,,cs,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/uk.po,11,81,73,0,0,0,0,11,81,uk.po,,uk,,ukrainian,,,uk,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/sr@latin.po,11,81,68,0,0,0,0,11,81,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/sq.po,11,81,100,0,0,0,0,11,81,sq.po,,sq,,albanian,,,sq,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/en_gb.po,11,81,81,0,0,0,0,11,81,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/kk.po,11,81,69,0,0,0,0,11,81,kk.po,,kk,,kazakh,,,kk,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/tr.po,11,81,66,0,0,0,0,11,81,tr.po,,tr,,turkish,,,tr,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ar.po,11,81,63,0,0,0,0,11,81,ar.po,,ar,,arabic,,,ar,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ja.po,11,81,11,0,0,0,0,11,81,ja.po,,ja,,japanese,,,ja,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/sl.po,11,81,75,0,0,0,0,11,81,sl.po,,sl,,slovenian,,,sl,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/he.po,11,81,66,0,0,0,0,11,81,he.po,,he,,hebrew,,,he,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/pa.po,11,81,88,0,0,0,0,11,81,pa.po,,pa,,punjabi,,,pa,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/de.po,11,81,74,0,0,0,0,11,81,de.po,,de,,german,,,de,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ast.po,11,81,94,0,0,0,0,11,81,ast.po,,ast,,asturian,,,ast,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/eu.po,11,81,69,0,0,0,0,11,81,eu.po,,eu,,basque,,,eu,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/fr.po,11,81,107,0,0,0,0,11,81,fr.po,,fr,,french,,,fr,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/gu.po,11,81,76,0,0,0,0,11,81,gu.po,,gu,,gujarati,,,gu,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/sv.po,11,81,75,0,0,0,0,11,81,sv.po,,sv,,swedish,,,sv,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/pl.po,11,81,64,0,0,0,0,11,81,pl.po,,pl,,polish,,,pl,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/zh_hk.po,11,81,11,0,0,0,0,11,81,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/or.po,11,81,82,0,0,0,0,11,81,or.po,,or,,odia,,,or,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/te.po,11,81,62,0,0,0,0,11,81,te.po,,te,,telugu,,,te,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/fi.po,11,81,56,0,0,0,0,11,81,fi.po,,fi,,finnish,,,fi,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/zh_tw.po,11,81,11,0,0,0,0,11,81,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/nds.po,11,81,83,0,0,0,0,11,81,nds.po,,nds,,low german,,,nds,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/be@latin.po,11,81,74,0,0,0,0,11,81,be@latin.po,latin,be,,belarusian,,,be@latin,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ps.po,11,81,92,0,0,0,0,11,81,ps.po,,ps,,pashto,,,ps,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/crh.po,11,81,67,0,0,0,0,11,81,crh.po,,crh,,crimean turkish,,,crh,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/be.po,11,81,77,0,0,0,0,11,81,be.po,,be,,belarusian,,,be,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/lv.po,11,81,70,0,0,0,0,11,81,lv.po,,lv,,latvian,,,lv,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/th.po,11,81,14,0,0,0,0,11,81,th.po,,th,,thai,,,th,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/id.po,11,81,79,0,0,0,0,11,81,id.po,,id,,indonesian,,,id,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/es.po,11,81,96,0,0,0,0,11,81,es.po,,es,,spanish,,,es,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/nl.po,11,81,83,0,0,0,0,11,81,nl.po,,nl,,dutch,,,nl,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/hu.po,11,81,67,0,0,0,0,11,81,hu.po,,hu,,hungarian,,,hu,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/da.po,11,81,81,0,0,0,0,11,81,da.po,,da,,danish,,,da,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/an.po,11,81,94,0,0,0,0,11,81,an.po,,an,,aragonese,,,an,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/pt_br.po,11,81,88,0,0,0,0,11,81,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/bn_in.po,11,81,90,0,0,0,0,11,81,bn_in.po,,bn,in,bangla,,india,bn_in,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/mr.po,11,81,79,0,0,0,0,11,81,mr.po,,mr,,marathi,,,mr,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/hi.po,11,81,97,0,0,0,0,11,81,hi.po,,hi,,hindi,,,hi,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/lt.po,11,81,57,0,0,0,0,11,81,lt.po,,lt,,lithuanian,,,lt,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/kn.po,11,81,63,0,0,0,0,11,81,kn.po,,kn,,kannada,,,kn,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/vi.po,11,81,123,0,0,0,0,11,81,vi.po,,vi,,vietnamese,,,vi,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/nn.po,8,52,46,0,0,3,29,11,81,nn.po,,nn,,norwegian nynorsk,,,nn,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ku.po,11,81,94,0,0,0,0,11,81,ku.po,,ku,,kurdish,,,ku,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/as.po,11,81,78,0,0,0,0,11,81,as.po,,as,,assamese,,,as,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/eo.po,11,81,84,0,0,0,0,11,81,eo.po,,eo,,esperanto,,,eo,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/nb.po,11,81,73,0,0,0,0,11,81,nb.po,,nb,,norwegian bokmål,,,nb,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/el.po,11,81,88,0,0,0,0,11,81,el.po,,el,,greek,,,el,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ta.po,11,81,65,0,0,0,0,11,81,ta.po,,ta,,tamil,,,ta,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ro.po,11,81,78,0,0,0,0,11,81,ro.po,,ro,,romanian,,,ro,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/si.po,8,34,35,0,0,3,47,11,81,si.po,,si,,sinhala,,,si,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/zh_cn.po,11,81,11,0,0,0,0,11,81,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ka.po,11,81,48,0,0,0,0,11,81,ka.po,,ka,,georgian,,,ka,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/csb.po,11,81,66,0,0,0,0,11,81,csb.po,,csb,,kashubian,,,csb,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/gl.po,11,81,91,0,0,0,0,11,81,gl.po,,gl,,galician,,,gl,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/sk.po,11,81,71,0,0,0,0,11,81,sk.po,,sk,,slovak,,,sk,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/dz.po,8,52,21,0,0,3,29,11,81,dz.po,,dz,,dzongkha,,,dz,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/it.po,11,81,86,0,0,0,0,11,81,it.po,,it,,italian,,,it,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/sr.po,11,81,68,0,0,0,0,11,81,sr.po,,sr,,serbian,,,sr,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/oc.po,5,20,29,0,0,6,61,11,81,oc.po,,oc,,occitan,,,oc,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ml.po,11,81,50,0,0,0,0,11,81,ml.po,,ml,,malayalam,,,ml,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ru.po,11,81,78,0,0,0,0,11,81,ru.po,,ru,,russian,,,ru,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/pt.po,11,81,88,0,0,0,0,11,81,pt.po,,pt,,portuguese,,,pt,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/et.po,11,81,59,0,0,0,0,11,81,et.po,,et,,estonian,,,et,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/ko.po,11,81,72,0,0,0,0,11,81,ko.po,,ko,,korean,,,ko,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/bg.po,11,81,85,0,0,0,0,11,81,bg.po,,bg,,bulgarian,,,bg,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/kg.po,11,81,55,0,0,0,0,11,81,kg.po,,kg,,kongo,,,kg,po -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv,po/af.po,10,78,84,0,0,1,3,11,81,af.po,,af,,afrikaans,,,af,po -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/bg.po,18,33,34,0,0,0,0,18,33,bg.po,,bg,,bulgarian,,,bg,tools/qemu-xen/po -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/hu.po,11,22,21,2,4,5,7,18,33,hu.po,,hu,,hungarian,,,hu,tools/qemu-xen/po -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/zh_cn.po,18,33,20,0,0,0,0,18,33,zh_cn.po,,zh,cn,chinese,,china,zh_cn,tools/qemu-xen/po -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/it.po,18,33,38,0,0,0,0,18,33,it.po,,it,,italian,,,it,tools/qemu-xen/po -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/tr.po,11,22,21,2,4,5,7,18,33,tr.po,,tr,,turkish,,,tr,tools/qemu-xen/po -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/fr_fr.po,18,33,39,0,0,0,0,18,33,fr_fr.po,,fr,fr,french,,france,fr_fr,tools/qemu-xen/po -xen-4.11.1-4.fc30.src.rpm.stats.csv,tools/qemu-xen/po/de_de.po,18,33,29,0,0,0,0,18,33,de_de.po,,de,de,german,,germany,de_de,tools/qemu-xen/po -xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv,po/pl.po,2701,23865,23840,0,0,0,0,2701,23865,pl.po,,pl,,polish,,,pl,po -xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv,po/de.po,2346,20310,19623,0,0,355,3555,2701,23865,de.po,,de,,german,,,de,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/bg.po,1093,3719,4757,0,0,37,17,1130,3736,bg.po,,bg,,bulgarian,,,bg,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/pt_br.po,1117,3673,4014,0,0,13,63,1130,3736,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/ky.po,590,1371,1517,0,0,540,2365,1130,3736,ky.po,,ky,,kyrgyz,,,ky,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/gl.po,1125,3712,4051,0,0,5,24,1130,3736,gl.po,,gl,,galician,,,gl,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/cs.po,1130,3736,3865,0,0,0,0,1130,3736,cs.po,,cs,,czech,,,cs,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/sq.po,362,896,987,0,0,768,2840,1130,3736,sq.po,,sq,,albanian,,,sq,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/lt.po,1048,3524,3751,0,0,82,212,1130,3736,lt.po,,lt,,lithuanian,,,lt,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/fr.po,1130,3736,3956,0,0,0,0,1130,3736,fr.po,,fr,,french,,,fr,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/fi.po,1130,3736,3327,0,0,0,0,1130,3736,fi.po,,fi,,finnish,,,fi,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/sv.po,1130,3736,3601,0,0,0,0,1130,3736,sv.po,,sv,,swedish,,,sv,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/ro.po,712,1971,2112,0,0,418,1765,1130,3736,ro.po,,ro,,romanian,,,ro,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/ko.po,1130,3736,3654,0,0,0,0,1130,3736,ko.po,,ko,,korean,,,ko,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/crh.po,693,1915,1908,1,6,436,1815,1130,3736,crh.po,,crh,,crimean turkish,,,crh,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/zh_tw.po,1003,3378,2253,0,0,127,358,1130,3736,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/rw.po,76,81,82,142,657,912,2998,1130,3736,rw.po,,rw,,kinyarwanda,,,rw,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/nl.po,1125,3712,3608,0,0,5,24,1130,3736,nl.po,,nl,,dutch,,,nl,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/az.po,362,896,917,0,0,768,2840,1130,3736,az.po,,az,,azerbaijani,,,az,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/eo.po,1093,3719,3763,0,0,37,17,1130,3736,eo.po,,eo,,esperanto,,,eo,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/it.po,931,3139,3344,0,0,199,597,1130,3736,it.po,,it,,italian,,,it,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/es.po,1124,3724,4186,0,0,6,12,1130,3736,es.po,,es,,spanish,,,es,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/sr.po,457,1259,1281,0,0,673,2477,1130,3736,sr.po,,sr,,serbian,,,sr,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/el.po,1017,3435,3600,0,0,113,301,1130,3736,el.po,,el,,greek,,,el,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/ru.po,1125,3712,3847,0,0,5,24,1130,3736,ru.po,,ru,,russian,,,ru,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/ka.po,500,1388,1445,0,0,630,2348,1130,3736,ka.po,,ka,,georgian,,,ka,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/sk.po,281,929,903,428,1331,421,1476,1130,3736,sk.po,,sk,,slovak,,,sk,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/da.po,1130,3736,3631,0,0,0,0,1130,3736,da.po,,da,,danish,,,da,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/tr.po,1130,3736,3711,0,0,0,0,1130,3736,tr.po,,tr,,turkish,,,tr,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/ca.po,1130,3736,4018,0,0,0,0,1130,3736,ca.po,,ca,,catalan,,,ca,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/hr.po,1125,3712,3831,0,0,5,24,1130,3736,hr.po,,hr,,croatian,,,hr,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/uk.po,1130,3736,3782,0,0,0,0,1130,3736,uk.po,,uk,,ukrainian,,,uk,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/id.po,1125,3712,3736,0,0,5,24,1130,3736,id.po,,id,,indonesian,,,id,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/de.po,1125,3712,3613,0,0,5,24,1130,3736,de.po,,de,,german,,,de,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/pl.po,1130,3736,3631,0,0,0,0,1130,3736,pl.po,,pl,,polish,,,pl,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/af.po,362,896,881,0,0,768,2840,1130,3736,af.po,,af,,afrikaans,,,af,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/fur.po,1095,3608,3906,0,0,35,128,1130,3736,fur.po,,fur,,friulian,,,fur,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/zh_cn.po,456,998,684,406,1609,268,1129,1130,3736,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/en_gb.po,366,1040,1061,42,119,722,2577,1130,3736,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/hu.po,1125,3712,3722,0,0,5,24,1130,3736,hu.po,,hu,,hungarian,,,hu,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/vi.po,1093,3719,5452,0,0,37,17,1130,3736,vi.po,,vi,,vietnamese,,,vi,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/ja.po,937,3068,2313,19,96,174,572,1130,3736,ja.po,,ja,,japanese,,,ja,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/nb.po,134,179,172,4,13,992,3544,1130,3736,nb.po,,nb,,norwegian bokmål,,,nb,po -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv,po/sl.po,943,3114,3268,0,0,187,622,1130,3736,sl.po,,sl,,slovenian,,,sl,po -xz-5.2.4-5.fc30.src.rpm.stats.csv,po/cs.po,134,1130,1130,7,67,20,195,161,1392,cs.po,,cs,,czech,,,cs,po -xz-5.2.4-5.fc30.src.rpm.stats.csv,po/de.po,159,1378,1309,0,0,2,14,161,1392,de.po,,de,,german,,,de,po -xz-5.2.4-5.fc30.src.rpm.stats.csv,po/fr.po,146,1259,1449,0,0,15,133,161,1392,fr.po,,fr,,french,,,fr,po -xz-5.2.4-5.fc30.src.rpm.stats.csv,po/it.po,156,1360,1583,0,0,5,32,161,1392,it.po,,it,,italian,,,it,po -xz-5.2.4-5.fc30.src.rpm.stats.csv,po/pl.po,156,1360,1303,0,0,5,32,161,1392,pl.po,,pl,,polish,,,pl,po -xz-5.2.4-5.fc30.src.rpm.stats.csv,po/vi.po,156,1360,1920,0,0,5,32,161,1392,vi.po,,vi,,vietnamese,,,vi,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/he.po,104,448,385,0,0,253,646,357,1094,he.po,,he,,hebrew,,,he,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,104,452,435,0,0,253,642,357,1094,bn_in.po,,bn,in,bangla,,india,bn_in,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/de.po,74,351,344,0,0,283,743,357,1094,de.po,,de,,german,,,de,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/uz.po,250,570,548,0,0,107,524,357,1094,uz.po,,uz,,uzbek,,,uz,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ka.po,239,957,734,0,0,118,137,357,1094,ka.po,,ka,,georgian,,,ka,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/lv.po,74,351,301,0,0,283,743,357,1094,lv.po,,lv,,latvian,,,lv,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,74,351,108,0,0,283,743,357,1094,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/fur.po,74,351,379,0,0,283,743,357,1094,fur.po,,fur,,friulian,,,fur,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,74,351,373,0,0,283,743,357,1094,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/is.po,70,293,278,0,0,287,801,357,1094,is.po,,is,,icelandic,,,is,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/af.po,277,780,723,19,88,61,226,357,1094,af.po,,af,,afrikaans,,,af,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/li.po,23,51,43,47,96,287,947,357,1094,li.po,,li,,limburgish,,,li,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ta.po,104,452,353,0,0,253,642,357,1094,ta.po,,ta,,tamil,,,ta,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ru.po,74,351,311,0,0,283,743,357,1094,ru.po,,ru,,russian,,,ru,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ml.po,73,348,276,0,0,284,746,357,1094,ml.po,,ml,,malayalam,,,ml,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ar.po,99,430,351,0,0,258,664,357,1094,ar.po,,ar,,arabic,,,ar,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nl.po,74,351,321,0,0,283,743,357,1094,nl.po,,nl,,dutch,,,nl,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/az.po,38,92,84,45,80,274,922,357,1094,az.po,,az,,azerbaijani,,,az,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ms.po,73,172,170,34,74,250,848,357,1094,ms.po,,ms,,malay,,,ms,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/te.po,104,452,363,0,0,253,642,357,1094,te.po,,te,,telugu,,,te,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/km.po,121,506,215,0,0,236,588,357,1094,km.po,,km,,khmer,,,km,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/sq.po,349,1035,1130,0,0,8,59,357,1094,sq.po,,sq,,albanian,,,sq,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,250,570,548,0,0,107,524,357,1094,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ca.po,74,351,401,0,0,283,743,357,1094,ca.po,,ca,,catalan,,,ca,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/pt.po,104,448,473,0,0,253,646,357,1094,pt.po,,pt,,portuguese,,,pt,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,73,348,113,0,0,284,746,357,1094,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/fa.po,104,448,420,0,0,253,646,357,1094,fa.po,,fa,,persian,,,fa,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nb.po,73,348,316,0,0,284,746,357,1094,nb.po,,nb,,norwegian bokmål,,,nb,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ps.po,156,268,307,0,0,201,826,357,1094,ps.po,,ps,,pashto,,,ps,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/hi.po,104,452,484,0,0,253,642,357,1094,hi.po,,hi,,hindi,,,hi,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nso.po,55,110,169,33,67,269,917,357,1094,nso.po,,nso,,northern sotho,,,nso,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ga.po,65,155,166,6,29,286,910,357,1094,ga.po,,ga,,irish,,,ga,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,183,792,800,0,0,174,302,357,1094,en_ca.po,,en,ca,english,,canada,en_ca,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/da.po,74,351,304,0,0,283,743,357,1094,da.po,,da,,danish,,,da,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/gl.po,74,351,380,0,0,283,743,357,1094,gl.po,,gl,,galician,,,gl,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/mg.po,235,941,953,4,16,118,137,357,1094,mg.po,,mg,,malagasy,,,mg,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/sk.po,67,284,257,0,0,290,810,357,1094,sk.po,,sk,,slovak,,,sk,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/fi.po,74,351,281,0,0,283,743,357,1094,fi.po,,fi,,finnish,,,fi,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,346,1032,964,0,0,11,62,357,1094,be@latin.po,latin,be,,belarusian,,,be@latin,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/si.po,60,84,124,0,0,297,1010,357,1094,si.po,,si,,sinhala,,,si,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/mai.po,217,571,659,0,0,140,523,357,1094,mai.po,,mai,,maithili,,,mai,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,104,448,448,0,0,253,646,357,1094,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/la.po,13,13,24,0,0,344,1081,357,1094,la.po,,la,,latin,,,la,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/cs.po,74,351,293,0,0,283,743,357,1094,cs.po,,cs,,czech,,,cs,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nn.po,349,1035,941,0,0,8,59,357,1094,nn.po,,nn,,norwegian nynorsk,,,nn,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/or.po,104,452,418,0,0,253,642,357,1094,or.po,,or,,odia,,,or,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/bn.po,357,1094,1162,0,0,0,0,357,1094,bn.po,,bn,,bangla,,,bn,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,104,452,141,0,0,253,642,357,1094,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/xh.po,151,597,501,0,0,206,497,357,1094,xh.po,,xh,,xhosa,,,xh,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ro.po,74,351,367,0,0,283,743,357,1094,ro.po,,ro,,romanian,,,ro,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/br.po,100,176,215,22,42,235,876,357,1094,br.po,,br,,breton,,,br,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/vi.po,74,351,458,0,0,283,743,357,1094,vi.po,,vi,,vietnamese,,,vi,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/gd.po,67,284,378,0,0,290,810,357,1094,gd.po,,gd,,scottish gaelic,,,gd,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/es.po,74,351,386,0,0,283,743,357,1094,es.po,,es,,spanish,,,es,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/it.po,74,351,375,0,0,283,743,357,1094,it.po,,it,,italian,,,it,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ks.po,212,753,787,32,90,113,251,357,1094,ks.po,,ks,,kashmiri,,,ks,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/crh.po,357,1094,961,0,0,0,0,357,1094,crh.po,,crh,,crimean turkish,,,crh,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/tg.po,104,448,436,0,0,253,646,357,1094,tg.po,,tg,,tajik,,,tg,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/hu.po,74,351,305,0,0,283,743,357,1094,hu.po,,hu,,hungarian,,,hu,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/hr.po,74,351,303,0,0,283,743,357,1094,hr.po,,hr,,croatian,,,hr,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/tr.po,74,351,278,0,0,283,743,357,1094,tr.po,,tr,,turkish,,,tr,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ug.po,122,507,397,0,0,235,587,357,1094,ug.po,,ug,,uyghur,,,ug,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/wa.po,239,957,1240,0,0,118,137,357,1094,wa.po,,wa,,walloon,,,wa,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,67,284,336,0,0,290,810,357,1094,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ky.po,121,506,405,0,0,236,588,357,1094,ky.po,,ky,,kyrgyz,,,ky,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ja.po,72,331,122,0,0,285,763,357,1094,ja.po,,ja,,japanese,,,ja,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/pa.po,104,452,457,0,0,253,642,357,1094,pa.po,,pa,,punjabi,,,pa,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/eo.po,67,284,257,0,0,290,810,357,1094,eo.po,,eo,,esperanto,,,eo,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/eu.po,104,448,370,0,0,253,646,357,1094,eu.po,,eu,,basque,,,eu,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/mk.po,119,502,521,0,0,238,592,357,1094,mk.po,,mk,,macedonian,,,mk,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ku.po,238,956,989,0,0,119,138,357,1094,ku.po,,ku,,kurdish,,,ku,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/lt.po,74,351,277,0,0,283,743,357,1094,lt.po,,lt,,lithuanian,,,lt,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/mr.po,104,452,378,0,0,253,642,357,1094,mr.po,,mr,,marathi,,,mr,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/gu.po,104,448,420,0,0,253,646,357,1094,gu.po,,gu,,gujarati,,,gu,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/dz.po,239,957,501,0,0,118,137,357,1094,dz.po,,dz,,dzongkha,,,dz,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/fr.po,74,351,388,0,0,283,743,357,1094,fr.po,,fr,,french,,,fr,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/an.po,104,448,495,0,0,253,646,357,1094,an.po,,an,,aragonese,,,an,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/kk.po,49,104,99,0,0,308,990,357,1094,kk.po,,kk,,kazakh,,,kk,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ko.po,74,351,286,0,0,283,743,357,1094,ko.po,,ko,,korean,,,ko,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/bs.po,104,452,389,0,0,253,642,357,1094,bs.po,,bs,,bosnian,,,bs,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/sl.po,74,351,322,0,0,283,743,357,1094,sl.po,,sl,,slovenian,,,sl,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/cy.po,238,956,964,0,0,119,138,357,1094,cy.po,,cy,,welsh,,,cy,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/mn.po,38,92,90,45,80,274,922,357,1094,mn.po,,mn,,mongolian,,,mn,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ne.po,67,284,269,0,0,290,810,357,1094,ne.po,,ne,,nepali,,,ne,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/sv.po,74,351,317,0,0,283,743,357,1094,sv.po,,sv,,swedish,,,sv,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/am.po,23,51,50,46,90,288,953,357,1094,am.po,,am,,amharic,,,am,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/et.po,122,507,372,0,0,235,587,357,1094,et.po,,et,,estonian,,,et,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/zu.po,38,92,85,45,80,274,922,357,1094,zu.po,,zu,,zulu,,,zu,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/pl.po,74,351,315,0,0,283,743,357,1094,pl.po,,pl,,polish,,,pl,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/as.po,104,452,437,0,0,253,642,357,1094,as.po,,as,,assamese,,,as,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/ast.po,115,488,512,0,0,242,606,357,1094,ast.po,,ast,,asturian,,,ast,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,104,448,390,0,0,253,646,357,1094,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/th.po,122,507,190,0,0,235,587,357,1094,th.po,,th,,thai,,,th,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/be.po,104,448,358,0,0,253,646,357,1094,be.po,,be,,belarusian,,,be,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/nds.po,160,316,294,0,0,197,778,357,1094,nds.po,,nds,,low german,,,nds,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/rw.po,20,26,29,83,481,254,587,357,1094,rw.po,,rw,,kinyarwanda,,,rw,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/uk.po,104,448,366,0,0,253,646,357,1094,uk.po,,uk,,ukrainian,,,uk,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/bg.po,67,284,289,0,0,290,810,357,1094,bg.po,,bg,,bulgarian,,,bg,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/id.po,74,351,319,0,0,283,743,357,1094,id.po,,id,,indonesian,,,id,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/sr.po,74,351,321,0,0,283,743,357,1094,sr.po,,sr,,serbian,,,sr,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/kn.po,104,452,374,0,0,253,642,357,1094,kn.po,,kn,,kannada,,,kn,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/oc.po,103,442,499,0,0,254,652,357,1094,oc.po,,oc,,occitan,,,oc,po -yelp-3.32.1-1.fc30.src.rpm.stats.csv,po/el.po,74,351,358,0,0,283,743,357,1094,el.po,,el,,greek,,,el,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/he.po,59,81,88,0,0,40,168,99,249,he.po,,he,,hebrew,,,he,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/bn_in.po,99,249,249,0,0,0,0,99,249,bn_in.po,,bn,in,bangla,,india,bn_in,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/de.po,62,85,86,0,0,37,164,99,249,de.po,,de,,german,,,de,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/uz.po,17,19,20,0,0,82,230,99,249,uz.po,,uz,,uzbek,,,uz,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ka.po,80,213,205,0,0,19,36,99,249,ka.po,,ka,,georgian,,,ka,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/lv.po,62,85,75,0,0,37,164,99,249,lv.po,,lv,,latvian,,,lv,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_tw.po,62,85,58,0,0,37,164,99,249,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/fur.po,62,85,87,0,0,37,164,99,249,fur.po,,fur,,friulian,,,fur,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/pt_br.po,62,85,87,0,0,37,164,99,249,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/is.po,62,85,83,0,0,37,164,99,249,is.po,,is,,icelandic,,,is,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/af.po,59,81,84,0,0,40,168,99,249,af.po,,af,,afrikaans,,,af,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ta.po,59,81,79,0,0,40,168,99,249,ta.po,,ta,,tamil,,,ta,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ru.po,62,85,82,0,0,37,164,99,249,ru.po,,ru,,russian,,,ru,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ml.po,62,85,78,0,0,37,164,99,249,ml.po,,ml,,malayalam,,,ml,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ar.po,58,80,79,0,0,41,169,99,249,ar.po,,ar,,arabic,,,ar,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/nl.po,62,85,85,0,0,37,164,99,249,nl.po,,nl,,dutch,,,nl,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/te.po,58,80,74,0,0,41,169,99,249,te.po,,te,,telugu,,,te,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/en@shaw.po,33,41,41,0,0,66,208,99,249,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/km.po,56,78,62,0,0,43,171,99,249,km.po,,km,,khmer,,,km,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/sq.po,92,238,242,0,0,7,11,99,249,sq.po,,sq,,albanian,,,sq,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,82,230,99,249,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ca.po,59,81,91,0,0,40,168,99,249,ca.po,,ca,,catalan,,,ca,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/pt.po,59,81,87,0,0,40,168,99,249,pt.po,,pt,,portuguese,,,pt,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_cn.po,59,81,54,0,0,40,168,99,249,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/fa.po,59,81,87,0,0,40,168,99,249,fa.po,,fa,,persian,,,fa,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/nb.po,59,81,78,0,0,40,168,99,249,nb.po,,nb,,norwegian bokmål,,,nb,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/hi.po,59,81,92,0,0,40,168,99,249,hi.po,,hi,,hindi,,,hi,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ga.po,99,249,275,0,0,0,0,99,249,ga.po,,ga,,irish,,,ga,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/en_ca.po,92,238,238,0,0,7,11,99,249,en_ca.po,,en,ca,english,,canada,en_ca,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/da.po,62,85,83,0,0,37,164,99,249,da.po,,da,,danish,,,da,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/gl.po,62,85,88,0,0,37,164,99,249,gl.po,,gl,,galician,,,gl,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/mg.po,80,213,124,0,0,19,36,99,249,mg.po,,mg,,malagasy,,,mg,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/sk.po,59,81,82,0,0,40,168,99,249,sk.po,,sk,,slovak,,,sk,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/fi.po,62,85,73,0,0,37,164,99,249,fi.po,,fi,,finnish,,,fi,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/be@latin.po,92,238,239,0,0,7,11,99,249,be@latin.po,latin,be,,belarusian,,,be@latin,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/si.po,25,26,27,0,0,74,223,99,249,si.po,,si,,sinhala,,,si,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/mai.po,83,216,216,0,0,16,33,99,249,mai.po,,mai,,maithili,,,mai,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/en_gb.po,59,81,81,0,0,40,168,99,249,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/cs.po,62,85,80,0,0,37,164,99,249,cs.po,,cs,,czech,,,cs,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/nn.po,92,238,228,0,0,7,11,99,249,nn.po,,nn,,norwegian nynorsk,,,nn,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/or.po,99,249,254,0,0,0,0,99,249,or.po,,or,,odia,,,or,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/bn.po,80,213,215,0,0,19,36,99,249,bn.po,,bn,,bangla,,,bn,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/zh_hk.po,59,81,55,0,0,40,168,99,249,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ro.po,62,85,87,0,0,37,164,99,249,ro.po,,ro,,romanian,,,ro,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/vi.po,59,81,111,0,0,40,168,99,249,vi.po,,vi,,vietnamese,,,vi,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/gd.po,59,81,96,0,0,40,168,99,249,gd.po,,gd,,scottish gaelic,,,gd,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/es.po,62,85,90,0,0,37,164,99,249,es.po,,es,,spanish,,,es,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/it.po,62,85,90,0,0,37,164,99,249,it.po,,it,,italian,,,it,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/tg.po,59,81,85,0,0,40,168,99,249,tg.po,,tg,,tajik,,,tg,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/hu.po,62,85,75,0,0,37,164,99,249,hu.po,,hu,,hungarian,,,hu,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/hr.po,62,85,80,0,0,37,164,99,249,hr.po,,hr,,croatian,,,hr,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/tr.po,62,85,81,0,0,37,164,99,249,tr.po,,tr,,turkish,,,tr,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ug.po,59,81,89,0,0,40,168,99,249,ug.po,,ug,,uyghur,,,ug,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/wa.po,16,19,24,1,3,82,227,99,249,wa.po,,wa,,walloon,,,wa,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,59,81,91,0,0,40,168,99,249,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ky.po,56,78,80,2,2,41,169,99,249,ky.po,,ky,,kyrgyz,,,ky,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ja.po,59,81,55,0,0,40,168,99,249,ja.po,,ja,,japanese,,,ja,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/pa.po,59,81,83,0,0,40,168,99,249,pa.po,,pa,,punjabi,,,pa,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/eo.po,59,81,81,0,0,40,168,99,249,eo.po,,eo,,esperanto,,,eo,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/eu.po,59,81,76,0,0,40,168,99,249,eu.po,,eu,,basque,,,eu,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/mk.po,92,238,242,0,0,7,11,99,249,mk.po,,mk,,macedonian,,,mk,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/lt.po,62,85,76,0,0,37,164,99,249,lt.po,,lt,,lithuanian,,,lt,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/mr.po,99,249,248,0,0,0,0,99,249,mr.po,,mr,,marathi,,,mr,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/gu.po,99,249,255,0,0,0,0,99,249,gu.po,,gu,,gujarati,,,gu,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/dz.po,92,238,170,0,0,7,11,99,249,dz.po,,dz,,dzongkha,,,dz,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/fr.po,62,85,92,0,0,37,164,99,249,fr.po,,fr,,french,,,fr,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/kk.po,42,51,52,0,0,57,198,99,249,kk.po,,kk,,kazakh,,,kk,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ko.po,62,85,82,0,0,37,164,99,249,ko.po,,ko,,korean,,,ko,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/bs.po,59,81,75,0,0,40,168,99,249,bs.po,,bs,,bosnian,,,bs,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/sl.po,62,85,91,0,0,37,164,99,249,sl.po,,sl,,slovenian,,,sl,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/cy.po,80,213,214,0,0,19,36,99,249,cy.po,,cy,,welsh,,,cy,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/mn.po,80,213,224,0,0,19,36,99,249,mn.po,,mn,,mongolian,,,mn,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ne.po,55,70,64,1,3,43,176,99,249,ne.po,,ne,,nepali,,,ne,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/sv.po,62,85,84,0,0,37,164,99,249,sv.po,,sv,,swedish,,,sv,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/et.po,59,81,68,0,0,40,168,99,249,et.po,,et,,estonian,,,et,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/pl.po,62,85,82,0,0,37,164,99,249,pl.po,,pl,,polish,,,pl,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/as.po,59,81,81,0,0,40,168,99,249,as.po,,as,,assamese,,,as,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/ast.po,52,70,76,0,0,47,179,99,249,ast.po,,ast,,asturian,,,ast,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/sr@latin.po,59,81,74,0,0,40,168,99,249,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/th.po,58,80,56,0,0,41,169,99,249,th.po,,th,,thai,,,th,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/be.po,62,85,79,0,0,37,164,99,249,be.po,,be,,belarusian,,,be,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/rw.po,6,6,6,8,18,85,225,99,249,rw.po,,rw,,kinyarwanda,,,rw,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/uk.po,58,80,79,0,0,41,169,99,249,uk.po,,uk,,ukrainian,,,uk,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/bg.po,59,81,82,0,0,40,168,99,249,bg.po,,bg,,bulgarian,,,bg,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/id.po,62,85,86,0,0,37,164,99,249,id.po,,id,,indonesian,,,id,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/sr.po,62,85,78,0,0,37,164,99,249,sr.po,,sr,,serbian,,,sr,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/kn.po,58,80,79,0,0,41,169,99,249,kn.po,,kn,,kannada,,,kn,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/oc.po,59,81,91,0,0,40,168,99,249,oc.po,,oc,,occitan,,,oc,po -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv,po/el.po,62,85,91,0,0,37,164,99,249,el.po,,el,,greek,,,el,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/uk/uk.po,259,2379,1960,0,0,88,613,347,2992,uk.po,,uk,,ukrainian,,,uk,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/da/da.po,347,2992,2576,0,0,0,0,347,2992,da.po,,da,,danish,,,da,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/ja/ja.po,339,2899,1208,0,0,8,93,347,2992,ja.po,,ja,,japanese,,,ja,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/de/de.po,342,2972,2902,5,20,0,0,347,2992,de.po,,de,,german,,,de,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/ca/ca.po,259,2379,2602,0,0,88,613,347,2992,ca.po,,ca,,catalan,,,ca,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/sv/sv.po,347,2992,2578,0,0,0,0,347,2992,sv.po,,sv,,swedish,,,sv,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/pt_br/pt_br.po,347,2992,3400,0,0,0,0,347,2992,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/zh_cn/zh_cn.po,338,2855,805,1,44,8,93,347,2992,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/gl/gl.po,325,2650,2928,0,0,22,342,347,2992,gl.po,,gl,,galician,,,gl,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/fr/fr.po,347,2992,3503,0,0,0,0,347,2992,fr.po,,fr,,french,,,fr,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/ru/ru.po,259,2379,2133,0,0,88,613,347,2992,ru.po,,ru,,russian,,,ru,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/es/es.po,347,2992,3444,0,0,0,0,347,2992,es.po,,es,,spanish,,,es,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/oc/oc.po,98,234,254,0,0,249,2758,347,2992,oc.po,,oc,,occitan,,,oc,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/hu/hu.po,347,2992,2568,0,0,0,0,347,2992,hu.po,,hu,,hungarian,,,hu,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/pl/pl.po,347,2992,2588,0,0,0,0,347,2992,pl.po,,pl,,polish,,,pl,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/en_gb/en_gb.po,257,2349,2359,0,0,90,643,347,2992,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/fi/fi.po,259,2379,1580,0,0,88,613,347,2992,fi.po,,fi,,finnish,,,fi,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/sl/sl.po,35,70,70,0,0,312,2922,347,2992,sl.po,,sl,,slovenian,,,sl,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/el/el.po,347,2992,2998,0,0,0,0,347,2992,el.po,,el,,greek,,,el,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/cs/cs.po,347,2992,2882,0,0,0,0,347,2992,cs.po,,cs,,czech,,,cs,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/eu/eu.po,253,2325,1920,0,0,94,667,347,2992,eu.po,,eu,,basque,,,eu,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,help/bg/bg.po,248,2309,2326,0,0,99,683,347,2992,bg.po,,bg,,bulgarian,,,bg,help/ -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/cy.po,118,427,467,0,0,81,469,199,896,cy.po,,cy,,welsh,,,cy,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ru.po,196,891,865,0,0,3,5,199,896,ru.po,,ru,,russian,,,ru,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mn.po,80,256,227,21,71,98,569,199,896,mn.po,,mn,,mongolian,,,mn,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nb.po,196,891,847,0,0,3,5,199,896,nb.po,,nb,,norwegian bokmål,,,nb,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bn.po,136,592,667,0,0,63,304,199,896,bn.po,,bn,,bangla,,,bn,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_cn.po,199,896,255,0,0,0,0,199,896,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/af.po,27,88,82,0,0,172,808,199,896,af.po,,af,,afrikaans,,,af,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/az.po,82,272,251,20,70,97,554,199,896,az.po,,az,,azerbaijani,,,az,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en_ca.po,130,559,568,0,0,69,337,199,896,en_ca.po,,en,ca,english,,canada,en_ca,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pl.po,199,896,923,0,0,0,0,199,896,pl.po,,pl,,polish,,,pl,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ps.po,82,210,217,0,0,117,686,199,896,ps.po,,ps,,pashto,,,ps,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nn.po,159,674,613,0,0,40,222,199,896,nn.po,,nn,,norwegian nynorsk,,,nn,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sr@latin.po,199,896,879,0,0,0,0,199,896,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/gl.po,199,896,1130,0,0,0,0,199,896,gl.po,,gl,,galician,,,gl,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/be.po,199,896,861,0,0,0,0,199,896,be.po,,be,,belarusian,,,be,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/cs.po,199,896,869,0,0,0,0,199,896,cs.po,,cs,,czech,,,cs,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/he.po,175,834,839,0,0,24,62,199,896,he.po,,he,,hebrew,,,he,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/kk.po,80,335,296,0,0,119,561,199,896,kk.po,,kk,,kazakh,,,kk,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/it.po,199,896,1076,0,0,0,0,199,896,it.po,,it,,italian,,,it,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/lt.po,199,896,790,0,0,0,0,199,896,lt.po,,lt,,lithuanian,,,lt,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hu.po,199,896,837,0,0,0,0,199,896,hu.po,,hu,,hungarian,,,hu,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/vi.po,175,834,1197,0,0,24,62,199,896,vi.po,,vi,,vietnamese,,,vi,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/as.po,187,841,870,0,0,12,55,199,896,as.po,,as,,assamese,,,as,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/nl.po,199,896,842,0,0,0,0,199,896,nl.po,,nl,,dutch,,,nl,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ca@valencia.po,196,891,1144,0,0,3,5,199,896,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,40,222,199,896,bn_in.po,,bn,in,bangla,,india,bn_in,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,64,314,199,896,be@latin.po,latin,be,,belarusian,,,be@latin,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ar.po,159,674,658,0,0,40,222,199,896,ar.po,,ar,,arabic,,,ar,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ug.po,178,775,712,0,0,21,121,199,896,ug.po,,ug,,uyghur,,,ug,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/eu.po,199,896,756,0,0,0,0,199,896,eu.po,,eu,,basque,,,eu,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sr.po,199,896,879,0,0,0,0,199,896,sr.po,,sr,,serbian,,,sr,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/uk.po,174,751,685,0,0,25,145,199,896,uk.po,,uk,,ukrainian,,,uk,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/xh.po,107,359,327,1,6,91,531,199,896,xh.po,,xh,,xhosa,,,xh,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fi.po,167,680,531,23,144,9,72,199,896,fi.po,,fi,,finnish,,,fi,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/es.po,199,896,1155,0,0,0,0,199,896,es.po,,es,,spanish,,,es,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ga.po,89,329,345,0,0,110,567,199,896,ga.po,,ga,,irish,,,ga,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sv.po,199,896,805,0,0,0,0,199,896,sv.po,,sv,,swedish,,,sv,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mi.po,0,0,0,34,99,165,797,199,896,mi.po,,mi,,maori,,,mi,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/tg.po,36,76,86,0,0,163,820,199,896,tg.po,,tg,,tajik,,,tg,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/rw.po,9,13,12,91,341,99,542,199,896,rw.po,,rw,,kinyarwanda,,,rw,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hi.po,171,742,833,0,0,28,154,199,896,hi.po,,hi,,hindi,,,hi,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/oc.po,196,891,1212,0,0,3,5,199,896,oc.po,,oc,,occitan,,,oc,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bs.po,190,877,846,0,0,9,19,199,896,bs.po,,bs,,bosnian,,,bs,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/eo.po,198,881,787,0,0,1,15,199,896,eo.po,,eo,,esperanto,,,eo,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/am.po,34,70,70,16,50,149,776,199,896,am.po,,am,,amharic,,,am,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ka.po,116,421,317,0,0,83,475,199,896,ka.po,,ka,,georgian,,,ka,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mr.po,135,582,559,0,0,64,314,199,896,mr.po,,mr,,marathi,,,mr,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/id.po,199,896,845,0,0,0,0,199,896,id.po,,id,,indonesian,,,id,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/el.po,199,896,986,0,0,0,0,199,896,el.po,,el,,greek,,,el,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en_gb.po,196,891,913,0,0,3,5,199,896,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pt.po,196,891,1062,0,0,3,5,199,896,pt.po,,pt,,portuguese,,,pt,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mg.po,120,541,643,0,0,79,355,199,896,mg.po,,mg,,malagasy,,,mg,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sk.po,199,896,920,0,0,0,0,199,896,sk.po,,sk,,slovak,,,sk,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ko.po,199,896,803,0,0,0,0,199,896,ko.po,,ko,,korean,,,ko,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/si.po,130,559,586,0,0,69,337,199,896,si.po,,si,,sinhala,,,si,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/bg.po,174,751,942,0,0,25,145,199,896,bg.po,,bg,,bulgarian,,,bg,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/de.po,199,896,835,0,0,0,0,199,896,de.po,,de,,german,,,de,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fur.po,199,896,1127,0,0,0,0,199,896,fur.po,,fur,,friulian,,,fur,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ast.po,142,612,699,0,0,57,284,199,896,ast.po,,ast,,asturian,,,ast,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/lv.po,199,896,789,0,0,0,0,199,896,lv.po,,lv,,latvian,,,lv,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/dz.po,129,554,267,0,0,70,342,199,896,dz.po,,dz,,dzongkha,,,dz,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mai.po,128,551,581,0,0,71,345,199,896,mai.po,,mai,,maithili,,,mai,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/or.po,159,674,690,0,0,40,222,199,896,or.po,,or,,odia,,,or,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ta.po,178,775,644,0,0,21,121,199,896,ta.po,,ta,,tamil,,,ta,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/hr.po,199,896,823,0,0,0,0,199,896,hr.po,,hr,,croatian,,,hr,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/mk.po,135,582,598,0,0,64,314,199,896,mk.po,,mk,,macedonian,,,mk,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fa.po,178,775,803,0,0,21,121,199,896,fa.po,,fa,,persian,,,fa,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ne.po,130,559,564,0,0,69,337,199,896,ne.po,,ne,,nepali,,,ne,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/tr.po,199,896,793,0,0,0,0,199,896,tr.po,,tr,,turkish,,,tr,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_tw.po,199,896,272,0,0,0,0,199,896,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ro.po,199,896,1000,0,0,0,0,199,896,ro.po,,ro,,romanian,,,ro,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,12,55,199,896,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/is.po,55,139,119,34,125,110,632,199,896,is.po,,is,,icelandic,,,is,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sq.po,135,582,701,0,0,64,314,199,896,sq.po,,sq,,albanian,,,sq,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/fr.po,199,896,1245,0,0,0,0,199,896,fr.po,,fr,,french,,,fr,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/sl.po,199,896,885,0,0,0,0,199,896,sl.po,,sl,,slovenian,,,sl,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ku.po,18,20,20,1,4,180,872,199,896,ku.po,,ku,,kurdish,,,ku,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/gu.po,159,674,694,0,0,40,222,199,896,gu.po,,gu,,gujarati,,,gu,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pa.po,174,751,802,0,0,25,145,199,896,pa.po,,pa,,punjabi,,,pa,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ja.po,171,823,260,2,9,26,64,199,896,ja.po,,ja,,japanese,,,ja,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ml.po,199,896,783,0,0,0,0,199,896,ml.po,,ml,,malayalam,,,ml,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/te.po,171,742,640,0,0,28,154,199,896,te.po,,te,,telugu,,,te,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/kn.po,135,582,535,0,0,64,314,199,896,kn.po,,kn,,kannada,,,kn,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/et.po,180,783,639,0,0,19,113,199,896,et.po,,et,,estonian,,,et,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,57,284,199,896,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/da.po,199,896,753,0,0,0,0,199,896,da.po,,da,,danish,,,da,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/th.po,196,891,322,0,0,3,5,199,896,th.po,,th,,thai,,,th,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ca.po,196,891,1145,0,0,3,5,199,896,ca.po,,ca,,catalan,,,ca,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,97,554,199,896,ms.po,,ms,,malay,,,ms,po -zenity-3.32.0-1.fc30.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po diff --git a/results/f30/4.0.cldr.csv b/results/f30/4.0.cldr.csv deleted file mode 100644 index 392bbe2..0000000 --- a/results/f30/4.0.cldr.csv +++ /dev/null @@ -1,949 +0,0 @@ -territory,population,officialstatus,language,language_population -af,34940837,official_regional,bal,0.006668414955257082 -af,34940837,no,haz,0.059000000000000004 -af,34940837,no,prd,0.011705500930043548 -af,34940837,official,ps,0.43 -af,34940837,official,fa,0.5 -af,34940837,official_regional,tk,0.016685347291480166 -af,34940837,official_regional,uz_Arab,0.047 -ax,26200,official,sv,0.99 -al,3057220,official,sq,1.0 -al,3057220,no,el,0.01880793662216 -dz,41657488,no,arq,0.83 -dz,41657488,official,ar,0.74 -dz,41657488,no,en,0.07 -dz,41657488,official,fr,0.2 -dz,41657488,no,kab,0.078 -as,50826,de_facto_official,en,0.97 -as,50826,official,sm,0.99 -ad,85708,official,ca,0.51 -ad,85708,no,fr,0.06743827880711252 -ad,85708,no,es,0.43 -ao,30355880,no,kmb,0.25 -ao,30355880,official,pt,0.67 -ao,30355880,no,umb,0.29 -ai,17422,official,en,0.95 -aq,300,no,und,1.0 -ag,95882,official,en,0.86 -ag,95882,no,pt,0.016687177989612233 -ar,44694198,no,en,0.07 -ar,44694198,official,es,1.0 -am,3038217,official,hy,0.98 -am,3038217,no,ku,0.033 -aw,116576,official,nl,0.97 -aw,116576,no,en,0.025734284930002745 -aw,116576,official,pap,0.61 -ac,940,no,en,0.9904255319148936 -au,23470145,no,zh_Hant,0.021175838496097915 -au,23470145,de_facto_official,en,0.96 -au,23470145,no,it,0.01917329441296592 -at,8793370,no,bar,0.95 -at,8793370,official_regional,hr,0.012395702671444509 -at,8793370,no,en,0.73 -at,8793370,no,fr,0.11 -at,8793370,official,de,0.97 -at,8793370,official_regional,hu,0.002649723598574835 -at,8793370,no,it,0.09 -at,8793370,official_regional,sl,0.0037187108014333525 -az,10046516,official,az,0.89 -az,10046516,official,az_Cyrl,0.099 -az,10046516,no,tly,0.098 -bs,332634,official,en,1.0 -bh,1442659,official,ar,0.87 -bh,1442659,no,ml,0.033 -bd,159453001,official,bn,0.98 -bd,159453001,no,en,0.18 -bd,159453001,no,rkt,0.065 -bd,159453001,no,syl,0.05 -bb,293131,official,en,1.0 -by,9527543,official,be,1.0 -by,9527543,official,ru,0.12 -be,11570762,official,nl,0.55 -be,11570762,no,en,0.59 -be,11570762,official,fr,0.38 -be,11570762,official,de,0.22 -be,11570762,no,wa,0.057999999999999996 -be,11570762,no,vls,0.1 -bz,385854,official,en,1.0 -bz,385854,no,es,0.28 -bj,11340504,no,fon,0.25 -bj,11340504,official,fr,0.35 -bj,11340504,no,yo,0.067 -bm,71176,official,en,0.92 -bt,766397,official,dz,0.47 -bt,766397,no,en,0.11 -bt,766397,no,lep,0.039 -bt,766397,no,ne,0.17 -bt,766397,no,tsj,0.15 -bo,11306341,official,ay,0.2 -bo,11306341,official,qu,0.32 -bo,11306341,official,es,0.61 -ba,3849891,official,bs,0.99 -ba,3849891,official,bs_Cyrl,0.99 -ba,3849891,official,hr,0.12 -ba,3849891,no,en,0.45 -ba,3849891,official,sr,0.1 -ba,3849891,official,sr_Latn,0.1 -bw,2249104,official,en,0.81 -bw,2249104,official,tn,0.62 -bv,1,no,und,1.0 -br,208846892,no,en,0.08 -br,208846892,official,pt,0.91 -io,3500,official,en,1.0 -vg,35802,official,en,0.98 -bn,450565,no,zh_Hant,0.11 -bn,450565,no,en,0.01775548478022039 -bn,450565,official,ms,0.93 -bn,450565,official,ms_Arab,0.05 -bg,7057504,official,bg,1.0 -bg,7057504,no,en,0.25 -bg,7057504,no,de,0.08 -bg,7057504,no,ru,0.23 -bg,7057504,no,tr,0.11 -bf,19742715,no,dyu,0.32 -bf,19742715,official,fr,0.22 -bf,19742715,no,mos,0.4 -bi,11844520,official,en,0.0005268259076771368 -bi,11844520,official,fr,0.59 -bi,11844520,official,rn,0.63 -kh,16449519,official,km,0.89 -kh,16449519,no,cja,0.015745141240908016 -cm,25640965,no,bax,0.011661027578330223 -cm,25640965,no,bas,0.012441029423034586 -cm,25640965,no,bum,0.046 -cm,25640965,official,en,0.38 -cm,25640965,no,ewo,0.031 -cm,25640965,official,fr,0.68 -cm,25640965,no,ff,0.036000000000000004 -cm,25640965,no,bbj,0.014079033296913747 -cm,25640965,no,bkm,0.012636029884210677 -cm,25640965,no,byv,0.011349026840448478 -cm,25640965,no,mua,0.010335024442332806 -cm,25640965,no,nnh,0.013533032005620694 -cm,25640965,no,ybb,0.016224038369850743 -ca,35881659,official,en,0.86 -ca,35881659,official,fr,0.22 -ca,35881659,no,de,0.018756100435601376 -ca,35881659,official_regional,ikt,0.00011147756573908693 -ca,35881659,official_regional,iu,0.0004208278106650531 -ca,35881659,official_regional,iu_Latn,0.0004208278106650531 -ca,35881659,no,it,0.019898745484427015 -ic,2098593,official,es,0.98 -cv,568373,recognized,kea,0.91 -cv,568373,official,pt,0.76 -bq,20000,official,nl,0.08 -bq,20000,recognized,pap,0.81 -ky,59613,official,en,0.98 -cf,5745062,official,fr,0.49 -cf,5745062,official,sg,0.49 -ea,150000,official,es,0.98 -td,15833116,official,ar,0.17 -td,15833116,official,fr,0.26 -cl,17925262,no,en,0.095 -cl,17925262,no,arn,0.01517411572561673 -cl,17925262,official,es,0.98 -cn,1384688986,no,yue_Hans,0.052000000000000005 -cn,1384688986,official,zh,0.9 -cn,1384688986,no,gan,0.01653800978525296 -cn,1384688986,no,hak,0.022532135602615386 -cn,1384688986,official_regional,ko,0.001473255020171006 -cn,1384688986,no,nan,0.019354526735579886 -cn,1384688986,official_regional,mn_Mong,0.0025998618003017756 -cn,1384688986,official_regional,bo,0.0019643400268946746 -cn,1384688986,official_regional,ug,0.005546371840643788 -cn,1384688986,no,wuu,0.06 -cn,1384688986,no,hsn,0.028598479803319532 -cn,1384688986,official_regional,za,0.003076503130357101 -cx,2205,official,en,0.6349206349206349 -cp,1,no,und,1.0 -cc,596,de_facto_official,en,0.16778523489932887 -cc,596,no,ms_Arab,0.8322147651006712 -co,48168996,official,es,0.93 -km,821164,official,ar,0.66 -km,821164,official,fr,0.56 -km,821164,official,wni,0.34 -km,821164,official,zdj,0.37 -cg,5062021,official,fr,0.84 -cg,5062021,recognized,ln,0.023903496251793502 -cd,85281024,official,fr,0.038 -cd,85281024,official_regional,kg,0.015243719399992195 -cd,85281024,official_regional,ln,0.031 -cd,85281024,no,lu,0.022865579099988292 -cd,85281024,official_regional,lua,0.096 -cd,85281024,official_regional,sw,0.5 -ck,9038,official,en,0.9769860588625802 -cr,4987142,official,es,0.95 -ci,26260582,no,bci,0.11 -ci,26260582,no,sef,0.043 -ci,26260582,no,dnj,0.04 -ci,26260582,official,fr,0.49 -hr,4270480,official,hr,0.99 -hr,4270480,no,en,0.49 -hr,4270480,official_regional,it,0.015525186864240086 -cu,11116396,official,es,1.0 -cw,150241,official,nl,0.08 -cw,150241,de_facto_official,pap,0.81 -cw,150241,no,es,0.037872484874301955 -cy,1237088,no,en,0.73 -cy,1237088,no,fr,0.07 -cy,1237088,official,el,0.95 -cy,1237088,official,tr,0.23 -cz,10686269,official,cs,0.98 -cz,10686269,no,en,0.27 -cz,10686269,no,de,0.15 -cz,10686269,no,sk,0.16 -dk,5809502,official,da,0.93 -dk,5809502,no,en,0.86 -dk,5809502,official_regional,de,0.47 -dk,5809502,official_regional,kl,0.0012049225561846782 -dk,5809502,no,sv,0.13 -dg,500,de_facto_official,en,0.99 -dj,884017,no,aa,0.42 -dj,884017,official,ar,0.073 -dj,884017,official,fr,0.0214927993466189 -dj,884017,no,so,0.41 -dm,74027,official,en,0.94 -do,10298756,official,es,0.78 -ec,16498502,no,qug,0.057 -ec,16498502,official,qu,0.17 -ec,16498502,official,es,0.96 -eg,99413317,official,ar,0.94 -eg,99413317,no,arz,0.64 -eg,99413317,no,en,0.35 -sv,6187271,official,es,0.89 -gq,797457,no,bvb,0.079 -gq,797457,no,fan,0.51 -gq,797457,official,fr,0.08800000000000001 -gq,797457,official,pt,1.2539861083418917e-06 -gq,797457,official,es,0.87 -er,5970646,no,aa,0.036000000000000004 -er,5970646,official,ar,0.049 -er,5970646,no,byn,0.012728940888473374 -er,5970646,official,en,0.59 -er,5970646,no,ssy,0.036000000000000004 -er,5970646,no,tig,0.18 -er,5970646,de_facto_official,ti,0.6 -ee,1244288,no,en,0.5 -ee,1244288,official,et,0.71 -ee,1244288,no,fi,0.21 -ee,1244288,no,ru,0.56 -ee,1244288,no,vro,0.057 -sz,1087200,official,en,0.8 -sz,1087200,official,ss,0.58 -sz,1087200,no,ts,0.017016188373804267 -sz,1087200,no,zu,0.068 -et,108386391,no,aa,0.013931638336403322 -et,108386391,official,am,0.33 -et,108386391,no,en,0.43 -et,108386391,no,om,0.32 -et,108386391,no,sid,0.035 -et,108386391,no,so,0.06 -et,108386391,no,ti,0.06 -et,108386391,no,wal,0.01752987605242802 -fk,3198,official,en,0.8786741713570981 -fo,51018,official,fo,0.95 -fj,926276,official,en,0.94 -fj,926276,official,hif,0.41 -fj,926276,official,fj,0.39 -fj,926276,no,hi,0.44 -fi,5537364,no,en,0.7 -fi,5537364,official,fi,0.94 -fi,5537364,no,de,0.18 -fi,5537364,official,sv,0.44 -fr,67364357,no,en,0.39 -fr,67364357,official,fr,0.99 -fr,67364357,no,de,0.05 -fr,67364357,no,it,0.01662600297661863 -fr,67364357,no,oc,0.029986183939972884 -fr,67364357,no,pcd,0.010925659098920813 -fr,67364357,no,pt,0.012514036169008487 -fr,67364357,no,es,0.13 -gf,199509,no,zh_Hant,0.02506152604644402 -gf,199509,official,fr,0.77 -gf,199509,no,gcr,0.26 -pf,290373,no,zh_Hant,0.078 -pf,290373,official,fr,0.61 -pf,290373,official,ty,0.31 -tf,140,no,fr,1.0 -ga,2119036,official,fr,0.63 -ga,2119036,no,puu,0.09 -gm,2092731,official,en,0.4 -gm,2092731,no,man,0.29 -ge,4926087,official_regional,ab,0.022330096890290408 -ge,4926087,no,hy,0.07 -ge,4926087,official,ka,0.86 -ge,4926087,no,xmf,0.11 -ge,4926087,official_regional,os,0.022127096009469584 -ge,4926087,no,ru,0.09 -de,80457737,no,bar,0.17 -de,80457737,no,da,0.020010505639749723 -de,80457737,no,nl,0.09 -de,80457737,no,en,0.64 -de,80457737,no,fr,0.18 -de,80457737,official,de,0.91 -de,80457737,no,it,0.07 -de,80457737,no,nds,0.12 -de,80457737,no,vmf,0.06 -de,80457737,no,ru,0.06 -de,80457737,no,es,0.06 -de,80457737,no,swg,0.01012954167478014 -de,80457737,no,gsw,0.023490593577097502 -de,80457737,no,tr,0.025479215255581947 -gh,28102471,no,abr,0.05 -gh,28102471,no,ada,0.03 -gh,28102471,official_regional,ak,0.39 -gh,28102471,official,en,0.21 -gh,28102471,official_regional,ee,0.11 -gh,28102471,no,gur,0.035 -gh,28102471,official_regional,gaa,0.028467247595416075 -gh,28102471,no,nzi,0.010177041015361247 -gi,29461,official,en,0.8 -gi,29461,no,es,0.5 -gr,10761523,no,en,0.51 -gr,10761523,no,fr,0.09 -gr,10761523,no,de,0.05 -gr,10761523,official,el,0.99 -gr,10761523,no,mk,0.01626163880335525 -gr,10761523,no,pnt,0.037000000000000005 -gr,10761523,no,tr,0.011615456288110892 -gl,57691,no,da,0.1357230763897315 -gl,57691,official,kl,0.84 -gd,112207,official,en,0.96 -gp,452776,official,fr,0.9 -gu,167772,official,ch,0.22 -gu,167772,de_facto_official,en,0.91 -gt,16581273,official_regional,quc,0.07 -gt,16581273,official,es,0.93 -gg,66697,official,en,1.0 -gn,11855411,official,fr,0.29 -gn,11855411,no,ff,0.26 -gn,11855411,no,kpe,0.038 -gn,11855411,no,man_Nkoo,0.23 -gn,11855411,no,nqo,0.05 -gn,11855411,no,sus,0.11 -gw,1833247,no,knf,0.02612850314223888 -gw,1833247,official,pt,1.0 -gy,740685,official,en,1.0 -ht,10788440,official,fr,0.047 -ht,10788440,official,ht,0.81 -hm,1,no,und,1.0 -hn,9182766,official,es,0.78 -hk,7213338,no,yue,0.9 -hk,7213338,no,zh,0.05 -hk,7213338,official,zh_Hant,0.95 -hk,7213338,official,en,0.51 -hu,9825704,no,en,0.2 -hu,9825704,no,fr,0.03 -hu,9825704,no,de,0.18 -hu,9825704,official,hu,1.0 -is,343518,official,is,1.0 -in,1296834042,official_regional,as,0.013031736870460716 -in,1296834042,no,awa,0.018506608573435335 -in,1296834042,official_regional,bn,0.081 -in,1296834042,no,bho,0.022670595502458285 -in,1296834042,no,hne,0.0107184107987813 -in,1296834042,official,en,0.19 -in,1296834042,official_regional,gu,0.045 -in,1296834042,no,bgc,0.012029295572732968 -in,1296834042,official,hi,0.41 -in,1296834042,official_regional,kn,0.037000000000000005 -in,1296834042,official_regional,ks,0.004071453886155774 -in,1296834042,official_regional,kha,0.0008019530381821979 -in,1296834042,official_regional,kok,0.003709032801592665 -in,1296834042,no,mag,0.012029295572732968 -in,1296834042,official_regional,mai,0.011952184703676988 -in,1296834042,official_regional,ml,0.032 -in,1296834042,official_regional,mr,0.07 -in,1296834042,no,mwr,0.012029295572732968 -in,1296834042,official_regional,ne,0.0055519825720306 -in,1296834042,official_regional,or,0.032 -in,1296834042,official_regional,pa,0.027991245467320944 -in,1296834042,official_regional,sa,1.233773904895689e-05 -in,1296834042,official_regional,sat,0.00551342713750261 -in,1296834042,official_regional,sd,0.0026063473740921433 -in,1296834042,official_regional,sd_Deva,0.0002606347374092143 -in,1296834042,official_regional,ta,0.059000000000000004 -in,1296834042,official_regional,te,0.07200000000000001 -in,1296834042,official_regional,ur,0.05 -id,262787403,no,ace,0.013775393944587214 -id,262787403,no,ban,0.017885179983303842 -id,262787403,no,bjn,0.014726733305401248 -id,262787403,no,bew,0.021081680235638996 -id,262787403,no,bug,0.016058608410540895 -id,262787403,official,id,0.64 -id,262787403,no,jv,0.34 -id,262787403,no,mad,0.063 -id,262787403,no,ms_Arab,0.046 -id,262787403,no,min,0.02983400235512811 -id,262787403,no,su,0.12 -ir,83024745,no,ar,0.01999403912652788 -ir,83024745,no,az_Arab,0.24 -ir,83024745,no,bqi,0.014212630222471627 -ir,83024745,no,bal,0.01999403912652788 -ir,83024745,no,ckb,0.039 -ir,83024745,no,rmt,0.01891002495701733 -ir,83024745,no,glk,0.046 -ir,83024745,no,mzn,0.05 -ir,83024745,no,lrc,0.02131894533370744 -ir,83024745,official,fa,0.75 -ir,83024745,no,sdh,0.037000000000000005 -ir,83024745,no,luz,0.012285493921119542 -ir,83024745,no,tk,0.028304814426108747 -iq,40194216,official,ar,0.68 -iq,40194216,official_regional,az_Arab,0.018410609128437783 -iq,40194216,official_regional,ckb,0.2 -iq,40194216,no,en,0.35 -ie,5068050,official,en,0.98 -ie,5068050,no,fr,0.17 -ie,5068050,official,ga,0.22 -im,89407,official,en,1.0 -im,89407,official,gv,0.018902323084322256 -il,8424904,official,ar,0.2 -il,8424904,no,en,0.85 -il,8424904,official,he,1.0 -il,8424904,no,hu,0.010290918448447603 -il,8424904,no,lad,0.01281913716761639 -il,8424904,no,pl,0.014718268599855856 -il,8424904,no,ro,0.037000000000000005 -il,8424904,no,ru,0.11 -il,8424904,no,yi,0.030030015772286544 -it,62246674,no,en,0.34 -it,62246674,official_regional,fr,0.063 -it,62246674,recognized,de,0.016000854921180207 -it,62246674,official,it,0.95 -it,62246674,recognized,sc,0.017029022305673713 -it,62246674,no,vec,0.012900287652316973 -jm,2812090,official,en,0.98 -jm,2812090,no,jam,0.95 -jp,126168156,official,ja,0.95 -je,99602,official,en,0.95 -jo,10458413,official,ar,1.0 -jo,10458413,no,en,0.45 -kz,18744548,no,en,0.15 -kz,18744548,no,de,0.064 -kz,18744548,official,kk,0.64 -kz,18744548,official,ru,0.72 -kz,18744548,no,ug_Cyrl,0.02000581715814113 -ke,48397527,no,ebu,0.015269375230680692 -ke,48397527,official,en,0.19 -ke,48397527,no,guz,0.049 -ke,48397527,no,kln,0.076 -ke,48397527,no,kam,0.076 -ke,48397527,no,ki,0.17 -ke,48397527,no,luo,0.098 -ke,48397527,no,luy,0.11 -ke,48397527,no,mas,0.015558646209340407 -ke,48397527,no,mer,0.04 -ke,48397527,no,so,0.012955207401402968 -ke,48397527,official,sw,0.66 -ki,109367,official,en,1.0 -ki,109367,official,gil,0.6 -xk,1907592,official,sq,0.92 -xk,1907592,no,aln,0.74 -xk,1907592,official,sr,0.05 -xk,1907592,official,sr_Latn,0.05 -kw,2916467,official,ar,1.0 -kg,5849296,official,ky,0.48 -kg,5849296,official,ru,0.36 -la,7234171,no,kjg,0.057999999999999996 -la,7234171,official,lo,0.69 -lv,1923559,no,en,0.46 -lv,1923559,no,ltg,0.08900000000000001 -lv,1923559,official,lv,0.61 -lv,1923559,no,ru,0.38 -lb,6100075,official,ar,0.86 -lb,6100075,no,hy,0.052000000000000005 -lb,6100075,no,en,0.4 -lb,6100075,no,ku_Arab,0.01655717347737528 -ls,1962461,official,en,0.27 -ls,1962461,official,st,0.98 -ls,1962461,no,ss,0.023796651245553416 -ls,1962461,no,zu,0.14 -lr,4809768,official,en,0.83 -lr,4809768,no,kpe,0.14 -lr,4809768,no,vai,0.026196689736386454 -ly,6754507,official,ar,0.74 -li,38547,official,de,1.0 -li,38547,de_facto_official,gsw,0.85 -li,38547,no,wae,0.03372506291021351 -lt,2793284,no,en,0.38 -lt,2793284,no,de,0.14 -lt,2793284,official,lt,0.86 -lt,2793284,no,ru,0.8 -lu,605764,no,en,0.56 -lu,605764,official,fr,0.87 -lu,605764,official,de,0.63 -lu,605764,official,lb,0.67 -lu,605764,no,pt,0.16 -mo,606340,no,zh,0.05 -mo,606340,official,zh_Hant,0.98 -mo,606340,no,en,0.02292443183692318 -mo,606340,official,pt,0.05 -mg,25683610,official,en,0.18 -mg,25683610,official,fr,0.69 -mg,25683610,official,mg,0.9 -mw,19842560,official,en,0.63 -mw,19842560,official,ny,0.63 -mw,19842560,no,tum,0.084 -my,31809660,no,zh_Hant,0.17 -my,31809660,no,en,0.21 -my,31809660,no,iba,0.024898096993177545 -my,31809660,no,jv,0.011914619646987739 -my,31809660,official,ms,0.75 -my,31809660,no,zmi,0.011914619646987739 -my,31809660,no,ta,0.042 -mv,392473,official,dv,0.94 -ml,18429893,no,bm,0.46 -ml,18429893,no,bm_Nkoo,0.02002181998560708 -ml,18429893,official,fr,0.46 -ml,18429893,no,mwk,0.05 -ml,18429893,no,khq,0.016766239500142513 -ml,18429893,no,ses,0.034 -ml,18429893,no,ffm,0.077 -ml,18429893,no,snk,0.059000000000000004 -ml,18429893,no,tmh,0.020998494131246447 -ml,18429893,no,dtm,0.01117749300009501 -ml,18429893,no,kao,0.010038039830182411 -mt,449043,official,en,0.88 -mt,449043,no,fr,0.11 -mt,449043,no,it,0.56 -mt,449043,official,mt,1.0 -mh,75684,official,en,0.93 -mh,75684,official,mh,0.73 -mq,436131,official,fr,0.98 -mr,3840429,official,ar,0.85 -mr,3840429,no,fr,0.17 -mr,3840429,no,ff,0.057 -mu,1364283,no,bho,0.27 -mu,1364283,official,en,0.72 -mu,1364283,official,fr,0.03 -mu,1364283,no,mfe,0.9 -mu,1364283,no,ta,0.025068112700957206 -mu,1364283,no,ur,0.052000000000000005 -yt,194000,no,buc,0.23 -yt,194000,no,swb,0.88 -yt,194000,official,fr,0.57 -yt,194000,no,sw,0.014123711340206185 -mx,125959205,no,en,0.13 -mx,125959205,de_facto_official,es,0.83 -fm,103643,no,chk,0.3 -fm,103643,official,en,0.57 -fm,103643,no,kos,0.07718803971324643 -fm,103643,no,pon,0.23 -fm,103643,no,uli,0.02894551489246741 -fm,103643,no,yap,0.06358364771378675 -md,3437720,no,bg,0.094 -md,3437720,recognized,gag,0.033 -md,3437720,official,ro,0.63 -md,3437720,recognized,ru,0.029961718813632292 -md,3437720,recognized,uk,0.14 -mc,30727,official,fr,0.99 -mn,3103428,no,zh,0.013920090944594172 -mn,3103428,no,kk_Arab,0.07200000000000001 -mn,3103428,official,mn,0.93 -me,614249,no,sq,0.079 -me,614249,no,sr,0.05 -me,614249,official,sr_Latn,1.0 -ms,5315,official,en,0.6566321730950141 -ma,34314130,official,ar,0.62 -ma,34314130,official,tzm,0.098 -ma,34314130,no,en,0.14 -ma,34314130,de_facto_official,fr,0.2 -ma,34314130,no,ary,0.87 -ma,34314130,no,rif,0.049 -ma,34314130,no,rif_Latn,0.049 -ma,34314130,no,zgh,0.22 -ma,34314130,no,shi,0.087 -ma,34314130,no,shi_Latn,0.087 -mz,27233789,no,ngl,0.068 -mz,27233789,no,vmw,0.13 -mz,27233789,no,mgh,0.045 -mz,27233789,no,ndc,0.099 -mz,27233789,no,ny,0.02607055522094263 -mz,27233789,official,pt,0.27 -mz,27233789,no,rng,0.034 -mz,27233789,no,seh,0.046 -mz,27233789,no,ts,0.079 -mz,27233789,no,yao,0.023536937882569334 -mm,55622506,official,my,0.64 -mm,55622506,no,kac,0.01698952578655841 -mm,55622506,no,mnw,0.01488606068917499 -mm,55622506,no,shn,0.064 -nan,2533224,no,af,0.75 -nan,2533224,official,en,0.07 -nan,2533224,no,hz,0.091 -nan,2533224,no,kj,0.35 -nan,2533224,no,naq,0.11 -nan,2533224,no,ng,0.21 -nr,9692,official,en,0.96884028064383 -nr,9692,official,na,0.7108955839867932 -np,29717587,no,awa,0.022242721119988644 -np,29717587,no,bap,0.014738747126407 -np,29717587,no,bho,0.068 -np,29717587,no,thl,0.01985356348077655 -np,29717587,no,dty,0.025473131449064153 -np,29717587,no,mgp,0.011474686689736956 -np,29717587,no,taj,0.030015895974326582 -np,29717587,no,en,0.030015895974326582 -np,29717587,no,jml,0.032 -np,29717587,no,thq,0.010229632708739105 -np,29717587,no,lif,0.01134008625935881 -np,29717587,no,mai,0.11 -np,29717587,official,ne,0.44 -np,29717587,no,new,0.033 -np,29717587,no,thr,0.012080388626438614 -np,29717587,no,tdg,0.01278704088592388 -nl,17151228,official,nl,1.0 -nl,17151228,no,en,0.9 -nl,17151228,no,fr,0.29 -nl,17151228,no,de,0.71 -nl,17151228,no,gos,0.036000000000000004 -nl,17151228,no,id,0.01836603186663952 -nl,17151228,no,li,0.055 -nl,17151228,no,nds,0.11 -nl,17151228,no,rif_Latn,0.012302326107495043 -nl,17151228,no,tr,0.01177758233987677 -nl,17151228,official_regional,fy,0.043 -nl,17151228,no,zea,0.013526728231937677 -nc,282754,official,fr,0.96 -nz,4545627,de_facto_official,en,0.98 -nz,4545627,official,mi,0.02837892330364986 -ni,6085213,official,es,0.78 -ne,19866231,no,fuq,0.07 -ne,19866231,official,fr,0.29 -ne,19866231,no,ha,0.41 -ne,19866231,no,tmh,0.06 -ne,19866231,no,dje,0.17 -ng,203452505,no,efi,0.014253940987357222 -ng,203452505,official,en,0.53 -ng,203452505,no,ha,0.13 -ng,203452505,no,ibb,0.014253940987357222 -ng,203452505,no,ig,0.13 -ng,203452505,no,fuv,0.067 -ng,203452505,no,pcm,0.21 -ng,203452505,no,tiv,0.01577763812738506 -ng,203452505,official,yo,0.13 -nu,1618,official,en,0.6983930778739185 -nu,1618,official,niu,0.6983930778739185 -nf,1748,official,en,0.9610983981693364 -kp,25381085,official,ko,0.88 -mk,2118945,official_regional,sq,0.25 -mk,2118945,official,mk,0.67 -mk,2118945,no,tr,0.035 -mp,51994,no,ch,0.17828980266953878 -mp,51994,de_facto_official,en,0.97 -no,5372191,official_regional,se,0.0029038431433282995 -no,5372191,official,nb,1.0 -no,5372191,official,nn,0.25 -om,3494116,official,ar,0.81 -om,3494116,no,bal,0.049 -pk,207862518,no,bal,0.037000000000000005 -pk,207862518,no,brh,0.013181789705828542 -pk,207862518,official,en,0.5 -pk,207862518,no,lah,0.4 -pk,207862518,no,hno,0.012363941439408523 -pk,207862518,no,ps,0.15 -pk,207862518,no,pa_Arab,0.7 -pk,207862518,no,skr,0.091 -pk,207862518,no,sd,0.12 -pk,207862518,official,ur,0.95 -pw,21516,official,en,0.08737683584309351 -pw,21516,official,pau,0.74 -ps,4635207,official,ar,1.0 -pa,3800644,no,en,0.14 -pa,3800644,official,es,0.69 -pg,7027332,official,en,0.5 -pg,7027332,official,ho,0.02148752897970382 -pg,7027332,official,tpi,0.71 -py,7025763,no,de,0.02860899236139904 -py,7025763,official,gn,0.8 -py,7025763,official,es,0.032 -pe,31331228,no,ay,0.016086187237857385 -pe,31331228,official,qu,0.15 -pe,31331228,official,es,0.73 -ph,105893381,no,bhk,0.02294760991718642 -ph,105893381,no,bik,0.03 -ph,105893381,official_regional,ceb,0.24 -ph,105893381,official,en,0.64 -ph,105893381,official,fil,0.6 -ph,105893381,official_regional,hil,0.084 -ph,105893381,official_regional,ilo,0.096 -ph,105893381,official_regional,mdh,0.01208762991522577 -ph,105893381,no,pam,0.02294760991718642 -ph,105893381,official_regional,pag,0.013976322089479794 -ph,105893381,no,es,0.31 -ph,105893381,official_regional,tsg,0.010859980001960652 -ph,105893381,official_regional,war,0.029369163309650108 -pn,54,official,en,0.8518518518518519 -pl,38420687,no,en,0.33 -pl,38420687,official_regional,de,0.19 -pl,38420687,official_regional,csb,0.0012987794830425598 -pl,38420687,official_regional,lt,0.00020822115960602162 -pl,38420687,official,pl,0.96 -pl,38420687,no,ru,0.18 -pl,38420687,no,szl,0.013248071279933125 -pt,10355493,no,en,0.27 -pt,10355493,no,fr,0.15 -pt,10355493,official,pt,0.96 -pt,10355493,no,es,0.1 -pr,3294626,de_facto_official,en,0.49 -pr,3294626,official,es,0.87 -qa,2363569,official,ar,0.89 -qa,2363569,no,fa,0.11 -re,787584,official,fr,0.89 -re,787584,no,rcf,0.71 -re,787584,no,ta,0.15 -ro,21457116,no,en,0.31 -ro,21457116,no,fr,0.17 -ro,21457116,no,hu,0.066 -ro,21457116,official,ro,0.9 -ro,21457116,no,es,0.1 -ru,142122776,official_regional,ady,0.0008795212387351624 -ru,142122776,official_regional,av,0.003883965790254477 -ru,142122776,official_regional,az_Cyrl,0.0009287744281043314 -ru,142122776,official_regional,ba,0.012594744138687525 -ru,142122776,official_regional,ce,0.00660696354537854 -ru,142122776,no,cv,0.012594744138687525 -ru,142122776,official_regional,myv,0.0030748062506181276 -ru,142122776,official_regional,inh,0.0016183190792726987 -ru,142122776,official_regional,kbd,0.0030959147603477712 -ru,142122776,official_regional,krc,0.0016534999288221053 -ru,142122776,official_regional,kv,0.001836440346479019 -ru,142122776,official_regional,koi,0.0004482040232594387 -ru,142122776,official_regional,kum,0.0019701275747667636 -ru,142122776,official_regional,lbe,0.0007810148599968242 -ru,142122776,official_regional,lez,0.0018012594969296124 -ru,142122776,official_regional,mdf,0.0020827062933248645 -ru,142122776,official,ru,0.94 -ru,142122776,official_regional,sah,0.003243674328455279 -ru,142122776,official_regional,tt,0.014213063217960223 -ru,142122776,official_regional,tyv,0.0012594744138687524 -ru,142122776,official_regional,udm,0.0038417487707951893 -rw,12187400,official,en,0.15 -rw,12187400,official,fr,0.00018871949718561793 -rw,12187400,official,rw,0.77 -ws,201316,official,en,0.021558147390172665 -ws,201316,official,sm,1.0 -sm,33779,official,it,0.89 -st,204454,official,pt,0.85 -sa,33091113,official,ar,1.0 -sn,15020945,official_regional,bjt,0.006071522131264045 -sn,15020945,official_regional,bsc,0.0009719761306628844 -sn,15020945,official,fr,0.39 -sn,15020945,official_regional,ff,0.21 -sn,15020945,official_regional,mey,0.00047866495749768076 -sn,15020945,official_regional,dyo,0.026429761909120896 -sn,15020945,official_regional,mfv,0.007722550079239355 -sn,15020945,official_regional,knf,0.0021436733840647175 -sn,15020945,official_regional,tnr,0.0002250191316192157 -sn,15020945,official_regional,snf,0.002416625585141281 -sn,15020945,official_regional,sav,0.014646215667522916 -sn,15020945,official_regional,srr,0.11 -sn,15020945,de_facto_official,wo,0.7 -rs,7078110,no,sq,0.19 -rs,7078110,official_regional,hr,0.009282138876055897 -rs,7078110,official_regional,hu,0.048 -rs,7078110,official_regional,ro,0.021192097890538577 -rs,7078110,official,sr,0.99 -rs,7078110,official,sr_Latn,0.99 -rs,7078110,official_regional,sk,0.008547479482517226 -rs,7078110,official_regional,uk,1.412806526035905e-07 -sc,94633,official,en,0.38 -sc,94633,official,fr,0.6 -sc,94633,no,crs,0.98 -sl,6312212,official,en,0.35 -sl,6312212,no,kri,0.95 -sl,6312212,no,men,0.27 -sl,6312212,no,tem,0.26 -sg,5995991,official,zh,0.77 -sg,5995991,official,en,0.93 -sg,5995991,official,ms,0.14 -sg,5995991,official,ta,0.02084726277941378 -sx,42677,official,nl,0.037256601916723295 -sx,42677,official,en,0.68 -sx,42677,no,es,0.1143473065117042 -sx,42677,no,vic,0.07263865782505799 -sk,5445040,no,cs,0.47 -sk,5445040,no,en,0.26 -sk,5445040,no,de,0.22 -sk,5445040,no,hu,0.11 -sk,5445040,official,sk,0.9 -sk,5445040,no,uk,0.018548991375637276 -si,2102126,no,hr,0.61 -si,2102126,no,en,0.59 -si,2102126,no,de,0.42 -si,2102126,official,sl,0.87 -sb,660121,official,en,1.0 -sb,660121,no,rug,0.014951804290425544 -so,11259029,official,ar,0.34 -so,11259029,official,so,0.78 -so,11259029,no,sw,0.020072778922587374 -za,55380210,official_regional,af,0.13 -za,55380210,official,en,0.31 -za,55380210,no,hi,0.01950155118588391 -za,55380210,official_regional,nso,0.094 -za,55380210,official_regional,nr,0.01599849476916032 -za,55380210,official_regional,st,0.079 -za,55380210,official_regional,ss,0.027085487758172096 -za,55380210,official_regional,ts,0.044000000000000004 -za,55380210,official_regional,tn,0.08199999999999999 -za,55380210,official_regional,ve,0.022932379635252378 -za,55380210,official_regional,xh,0.18 -za,55380210,official_regional,zu,0.24 -gs,20,no,und,1.0 -kr,51418097,official,ko,1.0 -ss,10204581,no,ar,0.27 -ss,10204581,official,en,0.27 -ss,10204581,no,nus,0.055999999999999994 -es,49331076,official_regional,ast,0.013297905766336823 -es,49331076,official_regional,eu,0.019987401045134308 -es,49331076,official_regional,ca,0.17 -es,49331076,no,en,0.24 -es,49331076,official_regional,gl,0.07 -es,49331076,official,es,0.99 -lk,22576592,no,en,0.1 -lk,22576592,official,si,0.68 -lk,22576592,official,ta,0.15 -bl,7160,official,fr,0.9567039106145251 -sh,7841,official,en,0.6886876673893636 -kn,53094,official,en,0.98 -lc,165510,official,en,0.9 -mf,32284,official,fr,1.0 -pm,5471,no,en,0.034363004935112414 -pm,5471,official,fr,0.9340157192469384 -vc,101844,official,en,0.96 -sd,43120843,official,ar,0.61 -sd,43120843,no,bej,0.054000000000000006 -sd,43120843,official,en,0.61 -sd,43120843,no,fvr,0.027133050251359883 -sd,43120843,no,ha_Arab,0.01799593760261134 -sr,597927,no,zh_Hant,0.0117238391977616 -sr,597927,official,nl,0.9 -sr,597927,no,srn,0.68 -sj,2583,official,nb,0.5807200929152149 -sj,2583,no,ru,0.4645760743321719 -se,10040995,no,en,0.86 -se,10040995,official_regional,fi,0.02200977094401501 -se,10040995,official,sv,0.95 -ch,8292809,no,en,0.61 -ch,8292809,official,fr,0.21 -ch,8292809,official,de,0.73 -ch,8292809,official,it,0.043 -ch,8292809,no,lmo,0.040999999999999995 -ch,8292809,no,pt,0.034 -ch,8292809,official_regional,rm,0.00500433568408485 -ch,8292809,de_facto_official,gsw,0.65 -sy,19454263,official,ar,0.8 -sy,19454263,no,hy,0.01799091541015972 -sy,19454263,official,fr,0.059000000000000004 -sy,19454263,no,ku,0.08 -tw,23545963,official,zh_Hant,0.95 -tj,8604882,no,ru,0.12 -tj,8604882,official,tg,1.0 -tz,55451343,no,asa,0.012443341543594354 -tz,55451343,no,bez,0.016663257371422005 -tz,55451343,official,en,0.69 -tz,55451343,no,kde,0.024526006520707713 -tz,55451343,no,mas,0.014661502427452478 -tz,55451343,no,mgy,0.013543405071361392 -tz,55451343,no,nym,0.033 -tz,55451343,no,ksb,0.016518986744829607 -tz,55451343,no,suk,0.087 -tz,55451343,official,sw,0.9 -th,68615858,no,zh_Hant,0.01792588529607835 -th,68615858,no,en,0.27 -th,68615858,no,tts,0.24 -th,68615858,no,kxm,0.016905712962155192 -th,68615858,no,nod,0.096 -th,68615858,no,mfa,0.05 -th,68615858,no,sou,0.08 -th,68615858,official,th,0.8 -tl,1321929,official,pt,0.59 -tl,1321929,official,tet,0.59 -tg,8176449,no,ee,0.17 -tg,8176449,official,fr,0.61 -tg,8176449,no,ife,0.013086365487022545 -tk,1285,official,en,1.0 -tk,1285,official,tkl,1.0 -to,106398,official,en,0.28 -to,106398,official,to,0.95 -tt,1215527,official,en,0.88 -ta,275,no,en,0.9890909090909091 -tn,11516189,official,ar,0.9 -tn,11516189,official,fr,0.74 -tn,11516189,no,aeb,0.9 -tr,81257239,no,en,0.17 -tr,81257239,no,ku,0.055 -tr,81257239,official,tr,0.93 -tr,81257239,no,zza,0.014029519265354316 -tm,5411012,no,ru,0.12 -tm,5411012,official,tk,0.7 -tm,5411012,no,uz,0.09 -tc,53701,official,en,0.98 -tv,11147,official,en,0.09598995245357496 -tv,11147,official,tvl,0.8899255405041715 -um,316,de_facto_official,en,1.0 -vi,106977,de_facto_official,en,0.75 -ug,40853749,no,ach,0.037000000000000005 -ug,40853749,no,cgg,0.054000000000000006 -ug,40853749,official,en,0.039 -ug,40853749,no,lg,0.13 -ug,40853749,no,rw,0.020561148500716542 -ug,40853749,no,laj,0.038 -ug,40853749,no,myx,0.029128293709348437 -ug,40853749,no,nyn,0.063 -ug,40853749,no,xog,0.053 -ug,40853749,official,sw,0.75 -ug,40853749,no,teo,0.039 -ug,40853749,no,ttj,0.018847719458990164 -ua,43952299,no,pl,0.02366201595051945 -ua,43952299,de_facto_official,ru,0.46 -ua,43952299,no,rue,0.011671744406361997 -ua,43952299,official,uk,0.65 -ua,43952299,no,yi,0.013218876218511345 -ae,9701315,official,ar,0.78 -ae,9701315,no,bal,0.023398889738143747 -ae,9701315,no,en,0.5 -ae,9701315,no,ml,0.07 -ae,9701315,no,ps,0.029480539493872738 -ae,9701315,no,fa,0.018657264504863515 -gb,65105246,official,en,0.99 -gb,65105246,no,fr,0.19 -gb,65105246,no,de,0.06 -gb,65105246,official_regional,ga,0.0002626516456139341 -gb,65105246,no,sco,0.027033151829270408 -gb,65105246,official_regional,gd,0.0009876316264898224 -gb,65105246,official_regional,cy,0.007695232424127543 -us,329256465,de_facto_official,en,0.96 -us,329256465,official_regional,haw,8.868466713326343e-05 -us,329256465,official_regional,es,0.096 -uy,3369299,official,es,0.88 -uz,30023709,no,kaa,0.015720909098872495 -uz,30023709,no,ru,0.14 -uz,30023709,official,uz,0.85 -uz,30023709,official,uz_Cyrl,0.15 -vu,288037,official,bi,0.9 -vu,288037,official,en,0.83 -vu,288037,official,fr,0.5 -va,1000,de_facto_official,it,0.824 -va,1000,no,la,0.824 -ve,31689176,official,es,0.82 -vn,97040334,no,zh_Hant,0.010511093253244574 -vn,97040334,official,vi,0.86 -wf,15763,no,fud,0.3057793567214363 -wf,15763,official,fr,0.4834105183023536 -wf,15763,no,wls,0.5988707733299499 -eh,619551,official,ar,1.0 -ye,28667230,official,ar,0.74 -ye,28667230,no,en,0.09 -zm,16445079,no,bem,0.31 -zm,16445079,official,en,0.16 -zm,16445079,no,loz,0.06 -zm,16445079,no,ny,0.15 -zw,14030368,official,en,0.42 -zw,14030368,no,kck,0.053 -zw,14030368,no,mxc,0.065 -zw,14030368,no,ndc,0.061 -zw,14030368,official,nd,0.12 -zw,14030368,no,ny,0.01910142342666992 -zw,14030368,official,sn,0.81 diff --git a/results/f30/4.1.results_per_language.csv b/results/f30/4.1.results_per_language.csv deleted file mode 100644 index f141c9d..0000000 --- a/results/f30/4.1.results_per_language.csv +++ /dev/null @@ -1,109 +0,0 @@ -full_language_code,message_progress_percentage,words_progress_percentage -af,0.09435824625722662,0.05907128787561292 -an,0.06286497814385669,0.04419733425223556 -ar,0.1541939969756349,0.1006609266321768 -as,0.22423090200959822,0.181421877013009 -ast,0.1806985213674798,0.1034440206939264 -az,0.06439174766486923,0.04239988699986185 -be,0.18219125462528504,0.11097296533782851 -be@latin,0.10171007911000034,0.06376203536842236 -bg,0.28688193792758054,0.2401214130605187 -bn,0.14243689919917535,0.08986770601958566 -bn_in,0.17342934801106666,0.1233486535443704 -br,0.0754389462372911,0.03435949255487414 -bs,0.20279291851232356,0.14780976861359074 -ca,0.4492640873662253,0.41959605555012286 -ca@valencia,0.16581981202258064,0.11487519538313722 -crh,0.11514954075356287,0.05391255217331241 -cs,0.44815061532701556,0.4448650905630915 -cy,0.11039905087448885,0.06399331312369325 -da,0.47641043843569336,0.3970635486079097 -de,0.7566844789777452,0.7380034365701353 -dz,0.11554825126541965,0.07257464916406285 -el,0.30684663746031127,0.30255864598515786 -en@boldquot,0.03172179730919028,0.03907740354243015 -en@quot,0.038256759844989136,0.04460245837388455 -en@shaw,0.08102575572660128,0.0569595201840288 -en_ca,0.10420931329407818,0.07189245739599874 -en_gb,0.27168717756718513,0.21115038176351617 -eo,0.21379149385159216,0.14957306747256874 -es,0.6474086247890968,0.6676949989677872 -et,0.1690921556137954,0.1175154870725048 -eu,0.2360998332223103,0.18414676358601592 -fa,0.12891477805925228,0.07488354621752216 -fi,0.37456421427286385,0.3107682301974243 -fr,0.7361363006471753,0.7104743987942512 -fur,0.1500367105410307,0.1007346561179175 -ga,0.09951230897147274,0.059711570251782316 -gd,0.10529847371671132,0.06360991979784152 -gl,0.35450713059714195,0.27719880728975066 -gu,0.22035563032728298,0.17811413945272542 -gv,0.01329359194410273,0.010071447752182005 -he,0.18094163753324613,0.1225981649895149 -hi,0.20106193141206732,0.14963437936071103 -hr,0.2581164331941088,0.20720624232631274 -hu,0.40207037726766603,0.3785760740833873 -hy,0.04211258223404307,0.032808068954919466 -ia,0.026407277925538382,0.016007835504084612 -id,0.4429868279661388,0.36301139159359685 -is,0.13129245416044694,0.06281596965139147 -it,0.5145018792879614,0.42480523774266704 -ja,0.4580843418602277,0.40290137167887474 -ka,0.0997068019040858,0.053195435912002695 -kk,0.11254333545654785,0.0630627694036604 -km,0.08010677662000457,0.06091762941853047 -kn,0.23226832244983298,0.14994947589977137 -ko,0.31141722137671823,0.28708631937750584 -ku,0.058834112115451004,0.023848772287647438 -ky,0.05182264189475015,0.017911608435894927 -li,0.015666405721982076,0.011719107733524565 -lt,0.2589770644209216,0.1769461091786225 -lv,0.22962808088961068,0.2032310588951132 -mai,0.09356082523351308,0.054839215394095746 -mg,0.059573185259380636,0.0353303934671019 -mk,0.13464259492470693,0.08999964299406904 -ml,0.19134214710472958,0.13255474996391137 -mn,0.059461351823128124,0.03811659192825112 -mr,0.2607080515211779,0.19953759970942822 -ms,0.11197444362865465,0.07075547111589188 -my,0.04193753859469131,0.028808050328523068 -nb,0.2533124577585662,0.1923811829934792 -nds,0.060550512245761266,0.019944213942789023 -ne,0.10017358494235716,0.056056916058592435 -nl,0.4454666128569553,0.37632848891807025 -nn,0.1258028911374433,0.08053510532451064 -nso,0.021763759159401545,0.016987273514661304 -oc,0.19347670704015793,0.12800370044408432 -or,0.21046566470390882,0.1432183619015688 -pa,0.26535643261063,0.17051301752278242 -pl,0.5721106859279501,0.5333645325472994 -ps,0.029582375050446603,0.012953106494869204 -pt,0.3210105852778575,0.29936887560205944 -pt_br,0.4891254139052722,0.4985432605817334 -pt_pt,0.02048010580415534,0.020195670294157364 -ro,0.24228957080272095,0.18497175772646204 -ru,0.5699226404360531,0.572851716810478 -si,0.06130903468295221,0.02541261348520055 -sk,0.30261155385266186,0.22290829448953584 -sl,0.3182536479580673,0.2889489590172713 -sq,0.11936031274463564,0.07783117344745105 -sr,0.4025371603059374,0.36263265486684454 -sr@ije,0.0188415028468903,0.01643003382243146 -sr@latin,0.25020543316007254,0.2026171639138405 -sv,0.7245785581266441,0.7019815381367706 -ta,0.26325104661509363,0.20480809379011466 -te,0.21674778642731068,0.16409855226334 -tg,0.07438868440118057,0.04782016835157944 -th,0.14461522004444163,0.09187935683053239 -tr,0.41218887208686056,0.309515605039682 -ug,0.144352654585414,0.09312577318947547 -uk,0.6438348171523317,0.5587336844409054 -uz,0.023883732124883914,0.011926326393448476 -uz@cyrillic,0.02257090482974575,0.011552246265795572 -vi,0.4418976675435056,0.37768123095644995 -wa,0.03476074938126936,0.018606993901407378 -xh,0.051842091188011453,0.041515133170973245 -zh_cn,0.5215571104185002,0.5016709429768397 -zh_hk,0.16992361290071623,0.12356518540249314 -zh_tw,0.3347077500571323,0.27504590630612175 -zu,0.020660011766822424,0.014244536645106613 diff --git a/results/f30/4.1.results_per_language_ISO3.csv b/results/f30/4.1.results_per_language_ISO3.csv deleted file mode 100644 index 57e04a7..0000000 --- a/results/f30/4.1.results_per_language_ISO3.csv +++ /dev/null @@ -1,110 +0,0 @@ -full_language_code,message_progress_percentage,words_progress_percentage,FIFA,Dial,ISO3166-1-Alpha-3,MARC,is_independent,ISO3166-1-numeric,GAUL,FIPS,WMO,ISO3166-1-Alpha-2,ITU,IOC,DS,UNTERM Spanish Formal,Global Code,Intermediate Region Code,official_name_fr,UNTERM French Short,ISO4217-currency_name,Developed / Developing Countries,UNTERM Russian Formal,UNTERM English Short,ISO4217-currency_alphabetic_code,Small Island Developing States (SIDS),UNTERM Spanish Short,ISO4217-currency_numeric_code,UNTERM Chinese Formal,UNTERM French Formal,UNTERM Russian Short,M49,Sub-region Code,Region Code,official_name_ar,ISO4217-currency_minor_unit,UNTERM Arabic Formal,UNTERM Chinese Short,Land Locked Developing Countries (LLDC),Intermediate Region Name,official_name_es,UNTERM English Formal,official_name_cn,official_name_en,ISO4217-currency_country_name,Least Developed Countries (LDC),Region Name,UNTERM Arabic Short,Sub-region Name,official_name_ru,Global Name,Capital,Continent,TLD,Languages,Geoname ID,CLDR display name,EDGAR -af,0.09435824625722662,0.05907128787561292,AFG,93,AFG,af,Yes,4.0,1,AF,AF,af,AFG,AFG,AFG,República Islámica del Afganistán (la),True,,Afghanistan,Afghanistan (l') [masc.],Afghani,Developing,Исламская Республика Афганистан,Afghanistan,AFN,,Afganistán (el),971,阿富汗伊斯兰共和国,République islamique d'Afghanistan,Афганистан,4.0,34.0,142.0,أفغانستان,2,جمهورية أفغانستان الإسلامية,阿富汗,x,,Afganistán,the Islamic Republic of Afghanistan,阿富汗,Afghanistan,AFGHANISTAN,x,Asia,أفغانستان,Southern Asia,Афганистан,World,Kabul,AS,.af,"fa-AF,ps,uz-AF,tk",1149361.0,Afghanistan,B2 -an,0.06286497814385669,0.04419733425223556,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ar,0.1541939969756349,0.1006609266321768,ARG,54,ARG,ag,Yes,32.0,12,AR,AG,ar,ARG,ARG,RA,la República Argentina,True,5.0,Argentine,Argentine (l') [fém.],Argentine Peso,Developing,Аргентинская Республика,Argentina,ARS,,Argentina (la),032,阿根廷共和国,la République argentine,Аргентина,32.0,419.0,19.0,الأرجنتين,2,جمهورية الأرجنتين,阿根廷,,South America,Argentina,the Argentine Republic,阿根廷,Argentina,ARGENTINA,,Americas,الأرجنتين,Latin America and the Caribbean,Аргентина,World,Buenos Aires,SA,.ar,"es-AR,en,it,de,fr,gn",3865483.0,Argentina,C1 -as,0.22423090200959822,0.181421877013009,ASA,1-684,ASM,as,Territory of US,16.0,5,AQ, ,as,SMA,ASA,USA,,True,,Samoa américaines,,US Dollar,Developing,,,USD,x,,840,,,,16.0,61.0,9.0,ساموا الأمريكية,2,,,,,Samoa Americana,,美属萨摩亚,American Samoa,AMERICAN SAMOA,,Oceania,,Polynesia,Американское Самоа,World,Pago Pago,OC,.as,"en-AS,sm,to",5880801.0,American Samoa,B5 -ast,0.1806985213674798,0.1034440206939264,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -az,0.06439174766486923,0.04239988699986185,AZE,994,AZE,aj,Yes,31.0,19,AJ,AJ,az,AZE,AZE,AZ,la República de Azerbaiyán,True,,Azerbaïdjan,Azerbaïdjan (l') [masc.],Azerbaijan Manat,Developing,Азербайджанская Республика,Azerbaijan,AZN,,Azerbaiyán,944,阿塞拜疆共和国,la République d'Azerbaïdjan,Азербайджан,31.0,145.0,142.0,أذربيجان,2,جمهورية أذربيجان,阿塞拜疆,x,,Azerbaiyán,the Republic of Azerbaijan,阿塞拜疆,Azerbaijan,AZERBAIJAN,,Asia,أذربيجان,Western Asia,Азербайджан,World,Baku,AS,.az,"az,ru,hy",587116.0,Azerbaijan,1D -be,0.18219125462528504,0.11097296533782851,BEL,32,BEL,be,Yes,56.0,27,BE,BX,be,BEL,BEL,B,el Reino de Bélgica,True,,Belgique,Belgique (la),Euro,Developed,Королевство Бельгия,Belgium,EUR,,Bélgica,978,比利时王国,le Royaume de Belgique,Бельгия,56.0,155.0,150.0,بلجيكا,2,مملكة بلجيكا,比利时,,,Bélgica,the Kingdom of Belgium,比利时,Belgium,BELGIUM,,Europe,بلجيكا,Western Europe,Бельгия,World,Brussels,EU,.be,"nl-BE,fr-BE,de-BE",2802361.0,Belgium,C9 -be@latin,0.10171007911000034,0.06376203536842236,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -bg,0.28688193792758054,0.2401214130605187,BUL,359,BGR,bu,Yes,100.0,41,BU,BU,bg,BUL,BUL,BG,la República de Bulgaria,True,,Bulgarie,Bulgarie (la),Bulgarian Lev,Developed,Республика Болгария,Bulgaria,BGN,,Bulgaria,975,保加利亚共和国,la République de Bulgarie,Болгария,100.0,151.0,150.0,بلغاريا,2,جمهورية بلغاريا,保加利亚,,,Bulgaria,the Republic of Bulgaria,保加利亚,Bulgaria,BULGARIA,,Europe,بلغاريا,Eastern Europe,Болгария,World,Sofia,EU,.bg,"bg,tr-BG,rom",732800.0,Bulgaria,E0 -bn,0.14243689919917535,0.08986770601958566,BRU,673,BRN,bx,Yes,96.0,40,BX,BD,bn,BRU,BRU,BRU,Brunei Darussalam,True,,Brunéi Darussalam,Brunéi Darussalam (le),Brunei Dollar,Developing,Бруней-Даруссалам,Brunei Darussalam,BND,,Brunei Darussalam,096,文莱达鲁萨兰国,le Brunéi Darussalam,Бруней-Даруссалам,96.0,35.0,142.0,بروني دار السلام,2,بروني دار السلام,文莱达鲁萨兰国,,,Brunei Darussalam,Brunei Darussalam,文莱达鲁萨兰国,Brunei Darussalam,BRUNEI DARUSSALAM,,Asia,بروني دار السلام,South-eastern Asia,Бруней-Даруссалам,World,Bandar Seri Begawan,AS,.bn,"ms-BN,en-BN",1820814.0,Brunei,D9 -bn_in,0.17342934801106666,0.1233486535443704,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -br,0.0754389462372911,0.03435949255487414,BRA,55,BRA,bl,Yes,76.0,37,BR,BZ,br,B,BRA,BR,la República Federativa del Brasil,True,5.0,Brésil,Brésil (le),Brazilian Real,Developing,Федеративная Республика Бразилия,Brazil,BRL,,Brasil (el),986,巴西联邦共和国,la République fédérative du Brésil,Бразилия,76.0,419.0,19.0,البرازيل,2,الجمهورية الاتحادية البرازيلية,巴西,,South America,Brasil,the Federative Republic of Brazil,巴西,Brazil,BRAZIL,,Americas,البرازيل,Latin America and the Caribbean,Бразилия,World,Brasilia,SA,.br,"pt-BR,es,en,fr",3469034.0,Brazil,D5 -bs,0.20279291851232356,0.14780976861359074,BAH,1-242,BHS,bf,Yes,44.0,20,BF,BA,bs,BAH,BAH,BS,el Commonwealth de las Bahamas,True,29.0,Bahamas,Bahamas (les) [fém.],Bahamian Dollar,Developing,Содружество Багамских Островов,Bahamas (the),BSD,x,Bahamas (las),044,巴哈马国,le Commonwealth des Bahamas,Багамские Острова,44.0,419.0,19.0,جزر البهاما,2,كمنولث جزر البهاما,巴哈马,,Caribbean,Bahamas,the Commonwealth of the Bahamas,巴哈马,Bahamas,BAHAMAS,,Americas,جزر البهاما,Latin America and the Caribbean,Багамские Острова,World,Nassau,,.bs,en-BS,3572887.0,Bahamas,C5 -ca,0.4492640873662253,0.41959605555012286,CAN,1,CAN,xxc,Yes,124.0,46,CA,CN,ca,CAN,CAN,CDN,el Canadá,True,,Canada,Canada (le),Canadian Dollar,Developed,Канада,Canada,CAD,,Canadá (el),124,加拿大,le Canada,Канада,124.0,21.0,19.0,كندا,2,كندا,加拿大,,,Canadá,Canada,加拿大,Canada,CANADA,,Americas,كندا,Northern America,Канада,World,Ottawa,,.ca,"en-CA,fr-CA,iu",6251999.0,Canada, -ca@valencia,0.16581981202258064,0.11487519538313722,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -crh,0.11514954075356287,0.05391255217331241,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -cs,0.44815061532701556,0.4448650905630915,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -cy,0.11039905087448885,0.06399331312369325,CYP,357,CYP,cy,Yes,196.0,64,CY,CY,cy,CYP,CYP,CY,la República de Chipre,True,,Chypre,Chypre [fém.],Euro,Developed,Республика Кипр,Cyprus,EUR,,Chipre,978,塞浦路斯共和国,la République de Chypre,Кипр,196.0,145.0,142.0,قبرص,2,جمهورية قبرص,塞浦路斯,,,Chipre,the Republic of Cyprus,塞浦路斯,Cyprus,CYPRUS,,Asia,قبرص,Western Asia,Кипр,World,Nicosia,EU,.cy,"el-CY,tr-CY,en",146669.0,Cyprus,G4 -da,0.47641043843569336,0.3970635486079097,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -de,0.7566844789777452,0.7380034365701353,GER,49,DEU,gw,Yes,276.0,93,GM,DL,de,D,GER,D,la República Federal de Alemania,True,,Allemagne,Allemagne (l') [fém.],Euro,Developed,Федеративная Республика Германия,Germany,EUR,,Alemania,978,德意志联邦共和国,la République fédérale d'Allemagne,Германия,276.0,155.0,150.0,ألمانيا,2,جمهورية ألمانيا الاتحادية,德国,,,Alemania,the Federal Republic of Germany,德国,Germany,GERMANY,,Europe,ألمانيا,Western Europe,Германия,World,Berlin,EU,.de,de,2921044.0,Germany,2M -dz,0.11554825126541965,0.07257464916406285,ALG,213,DZA,ae,Yes,12.0,4,AG,AL,dz,ALG,ALG,DZ,la República Argelina Democrática y Popular,True,,Algérie,Algérie (l') [fém.],Algerian Dinar,Developing,Алжирская Народная Демократическая Республика,Algeria,DZD,,Argelia,012,阿尔及利亚民主人民共和国,la République algérienne démocratique et populaire,Алжир,12.0,15.0,2.0,الجزائر,2,الجمهورية الجزائرية الديمقراطية الشعبية,阿尔及利亚,,,Argelia,the People's Democratic Republic of Algeria,阿尔及利亚,Algeria,ALGERIA,,Africa,الجزائر,Northern Africa,Алжир,World,Algiers,AF,.dz,ar-DZ,2589581.0,Algeria,B4 -el,0.30684663746031127,0.30255864598515786,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en@boldquot,0.03172179730919028,0.03907740354243015,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en@quot,0.038256759844989136,0.04460245837388455,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en@shaw,0.08102575572660128,0.0569595201840288,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en_ca,0.10420931329407818,0.07189245739599874,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en_gb,0.27168717756718513,0.21115038176351617,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -eo,0.21379149385159216,0.14957306747256874,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -es,0.6474086247890968,0.6676949989677872,ESP,34,ESP,sp,Yes,724.0,229,SP,SP,es,E,ESP,E,el Reino de España,True,,Espagne,Espagne (l') [fém.],Euro,Developed,Королевство Испания,Spain,EUR,,España,978,西班牙王国,le Royaume d'Espagne,Испания,724.0,39.0,150.0,إسبانيا,2,مملكة إسبانيا,西班牙,,,España,the Kingdom of Spain,西班牙,Spain,SPAIN,,Europe,إسبانيا,Southern Europe,Испания,World,Madrid,EU,.es,"es-ES,ca,gl,eu,oc",2510769.0,Spain,U3 -et,0.1690921556137954,0.1175154870725048,ETH,251,ETH,et,Yes,231.0,79,ET,ET,et,ETH,ETH,ETH,la República Democrática Federal de Etiopía,True,14.0,Éthiopie,Éthiopie (l') [fém.],Ethiopian Birr,Developing,Федеративная Демократическая Республика Эфиопия,Ethiopia,ETB,,Etiopía,230,埃塞俄比亚联邦民主共和国,la République fédérale démocratique d'Éthiopie,Эфиопия,231.0,202.0,2.0,إثيوبيا,2,جمهورية إثيوبيا الديمقراطية الاتحادية,埃塞俄比亚,x,Eastern Africa,Etiopía,the Federal Democratic Republic of Ethiopia,埃塞俄比亚,Ethiopia,ETHIOPIA,x,Africa,إثيوبيا,Sub-Saharan Africa,Эфиопия,World,Addis Ababa,AF,.et,"am,en-ET,om-ET,ti-ET,so-ET,sid",337996.0,Ethiopia,H5 -eu,0.2360998332223103,0.18414676358601592,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -fa,0.12891477805925228,0.07488354621752216,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -fi,0.37456421427286385,0.3107682301974243,FIN,358,FIN,fi,Yes,246.0,84,FI,FI,fi,FIN,FIN,FIN,la República de Finlandia,True,,Finlande,Finlande (la),Euro,Developed,Финляндская Республика,Finland,EUR,,Finlandia,978,芬兰共和国,la République de Finlande,Финляндия,246.0,154.0,150.0,فنلندا,2,جمهورية فنلندا,芬兰,,,Finlandia,the Republic of Finland,芬兰,Finland,FINLAND,,Europe,فنلندا,Northern Europe,Финляндия,World,Helsinki,EU,.fi,"fi-FI,sv-FI,smn",660013.0,Finland,H9 -fr,0.7361363006471753,0.7104743987942512,FRA,33,FRA,fr,Yes,250.0,85,FR,FR,fr,F,FRA,F,la República Francesa,True,,France,France (la),Euro,Developed,Французская Республика,France,EUR,,Francia,978,法兰西共和国,la République française,Франция,250.0,155.0,150.0,فرنسا,2,الجمهورية الفرنسية,法国,,,Francia,the French Republic,法国,France,FRANCE,,Europe,فرنسا,Western Europe,Франция,World,Paris,EU,.fr,"fr-FR,frp,br,co,ca,eu,oc",3017382.0,France,I0 -fur,0.1500367105410307,0.1007346561179175,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ga,0.09951230897147274,0.059711570251782316,GAB,241,GAB,go,Yes,266.0,89,GB,GO,ga,GAB,GAB,G,la República Gabonesa,True,17.0,Gabon,Gabon (le),CFA Franc BEAC,Developing,Габонская Республика,Gabon,XAF,,Gabón (el),950,加蓬共和国,la République gabonaise,Габон,266.0,202.0,2.0,غابون,0,جمهورية الغابون,加蓬,,Middle Africa,Gabón,the Gabonese Republic,加蓬,Gabon,GABON,,Africa,غابون,Sub-Saharan Africa,Габон,World,Libreville,AF,.ga,fr-GA,2400553.0,Gabon,I5 -gd,0.10529847371671132,0.06360991979784152,GRN,1-473,GRD,gd,Yes,308.0,99,GJ,GD,gd,GRD,GRN,WG,Granada,True,29.0,Grenade,Grenade (la),East Caribbean Dollar,Developing,Гренада,Grenada,XCD,x,Granada,951,格林纳达,la Grenade,Гренада,308.0,419.0,19.0,غرينادا,2,غرينادا,格林纳达,,Caribbean,Granada,Grenada,格林纳达,Grenada,GRENADA,,Americas,غرينادا,Latin America and the Caribbean,Гренада,World,St. George's,,.gd,en-GD,3580239.0,Grenada,J5 -gl,0.35450713059714195,0.27719880728975066,GRL,299,GRL,gl,Part of DK,304.0,98,GL,GL,gl,GRL,GRL,DK,,True,,Groenland,,Danish Krone,Developed,,,DKK,,,208,,,,304.0,21.0,19.0,غرينلند,2,,,,,Groenlandia,,格陵兰,Greenland,GREENLAND,,Americas,,Northern America,Гренландия,World,Nuuk,,.gl,"kl,da-GL,en",3425505.0,Greenland,J4 -gu,0.22035563032728298,0.17811413945272542,GUM,1-671,GUM,gu,Territory of US,316.0,101,GQ,GM,gu,GUM,GUM,USA,,True,,Guam,,US Dollar,Developing,,,USD,x,,840,,,,316.0,57.0,9.0,غوام,2,,,,,Guam,,关岛,Guam,GUAM,,Oceania,,Micronesia,Гуам,World,Hagatna,OC,.gu,"en-GU,ch-GU",4043988.0,Guam,GU -gv,0.01329359194410273,0.010071447752182005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -he,0.18094163753324613,0.1225981649895149,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -hi,0.20106193141206732,0.14963437936071103,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -hr,0.2581164331941088,0.20720624232631274,CRO,385,HRV,ci,Yes,191.0,62,HR,RH,hr,HRV,CRO,HR,la República de Croacia,True,,Croatie,Croatie (la),Kuna,Developed,Республика Хорватия,Croatia,HRK,,Croacia,191,克罗地亚共和国,la République de Croatie,Хорватия,191.0,39.0,150.0,كرواتيا,2,جمهورية كرواتيا,克罗地亚,,,Croacia,the Republic of Croatia,克罗地亚,Croatia,CROATIA,,Europe,كرواتيا,Southern Europe,Хорватия,World,Zagreb,EU,.hr,"hr-HR,sr",3202326.0,Croatia,1M -hu,0.40207037726766603,0.3785760740833873,HUN,36,HUN,hu,Yes,348.0,113,HU,HU,hu,HNG,HUN,H,Hungría,True,,Hongrie,Hongrie (la),Forint,Developed,Венгрия,Hungary,HUF,,Hungría,348,匈牙利,la Hongrie,Венгрия,348.0,151.0,150.0,هنغاريا,2,هنغاريا,匈牙利,,,Hungría,Hungary,匈牙利,Hungary,HUNGARY,,Europe,هنغاريا,Eastern Europe,Венгрия,World,Budapest,EU,.hu,hu-HU,719819.0,Hungary,K5 -hy,0.04211258223404307,0.032808068954919466,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ia,0.026407277925538382,0.016007835504084612,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -id,0.4429868279661388,0.36301139159359685,IDN,62,IDN,io,Yes,360.0,116,ID,ID,id,INS,INA,RI,la República de Indonesia,True,,Indonésie,Indonésie (l') [fém.],Rupiah,Developing,Республика Индонезия,Indonesia,IDR,,Indonesia,360,印度尼西亚共和国,la République d'Indonésie,Индонезия,360.0,35.0,142.0,إندونيسيا,2,جمهورية إندونيسيا,印度尼西亚,,,Indonesia,the Republic of Indonesia,印度尼西亚,Indonesia,INDONESIA,,Asia,إندونيسيا,South-eastern Asia,Индонезия,World,Jakarta,AS,.id,"id,en,nl,jv",1643084.0,Indonesia,K8 -is,0.13129245416044694,0.06281596965139147,ISL,354,ISL,ic,Yes,352.0,114,IC,IL,is,ISL,ISL,IS,la República de Islandia,True,,Islande,Islande (l') [fém.],Iceland Krona,Developed,Республика Исландия,Iceland,ISK,,Islandia,352,冰岛共和国,la République d'Islande,Исландия,352.0,154.0,150.0,آيسلندا,0,جمهورية آيسلندا,冰岛,,,Islandia,the Republic of Iceland,冰岛,Iceland,ICELAND,,Europe,آيسلندا,Northern Europe,Исландия,World,Reykjavik,EU,.is,"is,en,de,da,sv,no",2629691.0,Iceland,K6 -it,0.5145018792879614,0.42480523774266704,ITA,39,ITA,it,Yes,380.0,122,IT,IY,it,I,ITA,I,la República Italiana,True,,Italie,Italie (l') [fém.],Euro,Developed,Итальянская Республика,Italy,EUR,,Italia,978,意大利共和国,la République italienne,Италия,380.0,39.0,150.0,إيطاليا,2,جمهورية إيطاليا,意大利,,,Italia,the Republic of Italy,意大利,Italy,ITALY,,Europe,إيطاليا,Southern Europe,Италия,World,Rome,EU,.it,"it-IT,de-IT,fr-IT,sc,ca,co,sl",3175395.0,Italy,L6 -ja,0.4580843418602277,0.40290137167887474,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ka,0.0997068019040858,0.053195435912002695,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -kk,0.11254333545654785,0.0630627694036604,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -km,0.08010677662000457,0.06091762941853047,COM,269,COM,cq,Yes,174.0,58,CN,IC,km,COM,COM,KM,la Unión de las Comoras,True,14.0,Comores,Comores (les) [fém.],Comorian Franc ,Developing,Союз Коморских Островов,Comoros (the),KMF,x,Comoras (las),174,科摩罗联盟,l'Union des Comores,Коморские Острова,174.0,202.0,2.0,جزر القمر,0,اتحاد جزر القمر,科摩罗,,Eastern Africa,Comoras,the Union of the Comoros,科摩罗,Comoros,COMOROS,x,Africa,جزر القمر,Sub-Saharan Africa,Коморские Острова,World,Moroni,AF,.km,"ar,fr-KM",921929.0,Comoros,F9 -kn,0.23226832244983298,0.14994947589977137,SKN,1-869,KNA,xd,Yes,659.0,208,SC,AT,kn,KNA,SKN,KN,Saint Kitts y Nevis,True,29.0,Saint-Kitts-et-Nevis,Saint-Kitts-et-Nevis [masc.],East Caribbean Dollar,Developing,Сент-Китс и Невис,Saint Kitts and Nevis,XCD,x,Saint Kitts y Nevis,951,圣基茨和尼维斯,Saint-Kitts-et-Nevis [masc.],Сент-Китс и Невис,659.0,419.0,19.0,سانت كيتس ونيفس,2,سانت كيتس ونيفس,圣基茨和尼维斯,,Caribbean,Saint Kitts y Nevis,Saint Kitts and Nevis,圣基茨和尼维斯,Saint Kitts and Nevis,SAINT KITTS AND NEVIS,,Americas,سانت كيتس ونيفس,Latin America and the Caribbean,Сент-Китс и Невис,World,Basseterre,,.kn,en-KN,3575174.0,St. Kitts & Nevis,U7 -ko,0.31141722137671823,0.28708631937750584,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ku,0.058834112115451004,0.023848772287647438,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ky,0.05182264189475015,0.017911608435894927,CAY,1-345,CYM,cj,Territory of GB,136.0,48,CJ,GC,ky,CYM,CAY,KY,,True,29.0,Îles Caïmanes,,Cayman Islands Dollar,Developing,,,KYD,,,136,,,,136.0,419.0,19.0,جزر كايمان,2,,,,Caribbean,Islas Caimán,,开曼群岛,Cayman Islands,CAYMAN ISLANDS,,Americas,,Latin America and the Caribbean,Кайман острова,World,George Town,,.ky,en-KY,3580718.0,Cayman Islands,E9 -li,0.015666405721982076,0.011719107733524565,LIE,423,LIE,lh,Yes,438.0,146,LS, ,li,LIE,LIE,FL,el Principado de Liechtenstein,True,,Liechtenstein,Liechtenstein (le),Swiss Franc,Developed,Княжество Лихтенштейн,Liechtenstein,CHF,,Liechtenstein,756,列支敦士登公国,la Principauté du Liechtenstein,Лихтенштейн,438.0,155.0,150.0,ليختنشتاين,2,إمارة ليختنشتاين,列支敦士登,,,Liechtenstein,the Principality of Liechtenstein,列支敦士登,Liechtenstein,LIECHTENSTEIN,,Europe,ليختنشتاين,Western Europe,Лихтенштейн,World,Vaduz,EU,.li,de-LI,3042058.0,Liechtenstein,N2 -lt,0.2589770644209216,0.1769461091786225,LTU,370,LTU,li,Yes,440.0,147,LH,LT,lt,LTU,LTU,LT,la República de Lituania,True,,Lituanie,Lituanie (la),Euro,Developed,Литовская Республика,Lithuania,EUR,,Lituania,978,立陶宛共和国,la République de Lituanie,Литва,440.0,154.0,150.0,ليتوانيا,2,جمهورية ليتوانيا,立陶宛,,,Lituania,the Republic of Lithuania,立陶宛,Lithuania,LITHUANIA,,Europe,ليتوانيا,Northern Europe,Литва,World,Vilnius,EU,.lt,"lt,ru,pl",597427.0,Lithuania,1Q -lv,0.22962808088961068,0.2032310588951132,LVA,371,LVA,lv,Yes,428.0,140,LG,LV,lv,LVA,LAT,LV,la República de Letonia,True,,Lettonie,Lettonie (la),Euro,Developed,Латвийская Республика,Latvia,EUR,,Letonia,978,拉脱维亚共和国,la République de Lettonie,Латвия,428.0,154.0,150.0,لاتفيا,2,جمهورية لاتفيا,拉脱维亚,,,Letonia,the Republic of Latvia,拉脱维亚,Latvia,LATVIA,,Europe,لاتفيا,Northern Europe,Латвия,World,Riga,EU,.lv,"lv,ru,lt",458258.0,Latvia,1R -mai,0.09356082523351308,0.054839215394095746,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -mg,0.059573185259380636,0.0353303934671019,MAD,261,MDG,mg,Yes,450.0,150,MA,MG,mg,MDG,MAD,RM,la República de Madagascar,True,14.0,Madagascar,Madagascar [fém.],Malagasy Ariary,Developing,Республика Мадагаскар,Madagascar,MGA,,Madagascar,969,马达加斯加共和国,la République de Madagascar,Мадагаскар,450.0,202.0,2.0,مدغشقر,2,جمهورية مدغشقر,马达加斯加,,Eastern Africa,Madagascar,the Republic of Madagascar,马达加斯加,Madagascar,MADAGASCAR,x,Africa,مدغشقر,Sub-Saharan Africa,Мадагаскар,World,Antananarivo,AF,.mg,"fr-MG,mg",1062947.0,Madagascar,N6 -mk,0.13464259492470693,0.08999964299406904,MKD,389,MKD,xn,Yes,807.0,241,MK,MJ,mk,MKD,MKD,MK,ex República Yugoslava de Macedonia (la),True,,ex-République yougoslave de Macédoine,ex-République yougoslave de Macédoine (l') [fém.],Denar,Developed,бывшая югославская Республика Македония,the former Yugoslav Republic of Macedonia,MKD,,ex República Yugoslava de Macedonia,807,前南斯拉夫的马其顿共和国,l'ex-République yougoslave de Macédoine [fém.],бывшая югославская Республика Македония,807.0,39.0,150.0,جمهورية مقدونيا اليوغوسلافية سابقاً,2,جمهورية مقدونيا اليوغوسلافية سابقاً,前南斯拉夫的马其顿共和国,x,,ex República Yugoslava de Macedonia,the former Yugoslav Republic of Macedonia,前南斯拉夫的马其顿共和国,The former Yugoslav Republic of Macedonia,MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF),,Europe,جمهورية مقدونيا اليوغوسلافية سابقاً,Southern Europe,бывшая югославская Республика Македония,World,Skopje,EU,.mk,"mk,sq,tr,rmm,sr",718075.0,North Macedonia, -ml,0.19134214710472958,0.13255474996391137,MLI,223,MLI,ml,Yes,466.0,155,ML,MI,ml,MLI,MLI,RMM,la República de Malí,True,11.0,Mali,Mali (le),CFA Franc BCEAO,Developing,Республика Мали,Mali,XOF,,Malí,952,马里共和国,la République du Mali,Мали,466.0,202.0,2.0,مالي,0,جمهورية مالي,马里,x,Western Africa,Malí,the Republic of Mali,马里,Mali,MALI,x,Africa,مالي,Sub-Saharan Africa,Мали,World,Bamako,AF,.ml,"fr-ML,bm",2453866.0,Mali,O0 -mn,0.059461351823128124,0.03811659192825112,MNG,976,MNG,mp,Yes,496.0,167,MG,MO,mn,MNG,MGL,MGL,Mongolia,True,,Mongolie,Mongolie (la),Tugrik,Developing,Монголия,Mongolia,MNT,,Mongolia,496,蒙古国,la Mongolie,Монголия,496.0,30.0,142.0,منغوليا,2,منغوليا,蒙古,x,,Mongolia,Mongolia,蒙古,Mongolia,MONGOLIA,,Asia,منغوليا,Eastern Asia,Монголия,World,Ulan Bator,AS,.mn,"mn,ru",2029969.0,Mongolia,P0 -mr,0.2607080515211779,0.19953759970942822,MTN,222,MRT,mu,Yes,478.0,159,MR,MT,mr,MTN,MTN,RIM,la República Islámica de Mauritania,True,11.0,Mauritanie,Mauritanie (la),Ouguiya,Developing,Исламская Республика Мавритания,Mauritania,MRU,,Mauritania,929,毛里塔尼亚伊斯兰共和国,la République islamique de Mauritanie,Мавритания,478.0,202.0,2.0,موريتانيا,2,الجمهورية الإسلامية الموريتانية,毛里塔尼亚,,Western Africa,Mauritania,the Islamic Republic of Mauritania,毛里塔尼亚,Mauritania,MAURITANIA,x,Africa,موريتانيا,Sub-Saharan Africa,Мавритания,World,Nouakchott,AF,.mr,"ar-MR,fuc,snk,fr,mey,wo",2378080.0,Mauritania,O3 -ms,0.11197444362865465,0.07075547111589188,MSR,1-664,MSR,mj,Territory of GB,500.0,168,MH, ,ms,MSR,MNT, ,,True,29.0,Montserrat,,East Caribbean Dollar,Developing,,,XCD,x,,951,,,,500.0,419.0,19.0,مونتسيرات,2,,,,Caribbean,Montserrat,,蒙特塞拉特,Montserrat,MONTSERRAT,,Americas,,Latin America and the Caribbean,Монтсеррат,World,Plymouth,,.ms,en-MS,3578097.0,Montserrat,P1 -my,0.04193753859469131,0.028808050328523068,MAS,60,MYS,my,Yes,458.0,153,MY,MS,my,MLA,MAS,MAL,Federación de Malasia,True,,Malaisie,Malaisie (la),Malaysian Ringgit,Developing,Малайзия,Malaysia,MYR,,Malasia,458,马来西亚,la Malaisie,Малайзия,458.0,35.0,142.0,ماليزيا,2,ماليزيا,马来西亚,,,Malasia,Malaysia,马来西亚,Malaysia,MALAYSIA,,Asia,ماليزيا,South-eastern Asia,Малайзия,World,Kuala Lumpur,AS,.my,"ms-MY,en,zh,ta,te,ml,pa,th",1733045.0,Malaysia,N8 -nb,0.2533124577585662,0.1923811829934792,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -nds,0.060550512245761266,0.019944213942789023,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ne,0.10017358494235716,0.056056916058592435,NIG,227,NER,ng,Yes,562.0,181,NG,NR,ne,NGR,NIG,RN,la República del Níger,True,11.0,Niger,Niger (le),CFA Franc BCEAO,Developing,Республика Нигер,Niger (the),XOF,,Níger (el),952,尼日尔共和国,la République du Niger,Нигер,562.0,202.0,2.0,النيجر,0,جمهورية النيجر,尼日尔,x,Western Africa,Níger,the Republic of the Niger,尼日尔,Niger,NIGER,x,Africa,النيجر,Sub-Saharan Africa,Нигер,World,Niamey,AF,.ne,"fr-NE,ha,kr,dje",2440476.0,Niger,Q4 -nl,0.4454666128569553,0.37632848891807025,NED,31,NLD,ne,Yes,528.0,177,NL,NL,nl,HOL,NED,NL,el Reino de los Países Bajos,True,,Pays-Bas,Pays-Bas (les),Euro,Developed,Королевство Нидерландов,Netherlands (the),EUR,,Países Bajos (los),978,荷兰王国,le Royaume des Pays-Bas,Нидерланды,528.0,155.0,150.0,هولندا,2,مملكة هولندا,荷兰,,,Países Bajos,the Kingdom of the Netherlands,荷兰,Netherlands,NETHERLANDS,,Europe,هولندا,Western Europe,Нидерланды,World,Amsterdam,EU,.nl,"nl-NL,fy-NL",2750405.0,Netherlands,P7 -nn,0.1258028911374433,0.08053510532451064,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -nso,0.021763759159401545,0.016987273514661304,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -oc,0.19347670704015793,0.12800370044408432,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -or,0.21046566470390882,0.1432183619015688,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -pa,0.26535643261063,0.17051301752278242,PAN,507,PAN,pn,Yes,591.0,191,PM,PM,pa,PNR,PAN,PA,la República de Panamá,True,13.0,Panama,Panama (le),"Balboa,US Dollar",Developing,Республика Панама,Panama,"PAB,USD",,Panamá,"590,840",巴拿马共和国,la République du Panama,Панама,591.0,419.0,19.0,بنما,"2,2",جمهورية بنما,巴拿马,,Central America,Panamá,the Republic of Panama,巴拿马,Panama,PANAMA,,Americas,بنما,Latin America and the Caribbean,Панама,World,Panama City,,.pa,"es-PA,en",3703430.0,Panama,R1 -pl,0.5721106859279501,0.5333645325472994,POL,48,POL,pl,Yes,616.0,198,PL,PL,pl,POL,POL,PL,la República de Polonia,True,,Pologne,Pologne (la),Zloty,Developed,Республика Польша,Poland,PLN,,Polonia,985,波兰共和国,la République de Pologne,Польша,616.0,151.0,150.0,بولندا,2,جمهورية بولندا,波兰,,,Polonia,the Republic of Poland,波兰,Poland,POLAND,,Europe,بولندا,Eastern Europe,Польша,World,Warsaw,EU,.pl,pl,798544.0,Poland,R9 -ps,0.029582375050446603,0.012953106494869204,PLE,970,PSE,"gz,wj",In contention,275.0,"91,267","GZ,WE", ,ps, ,PLE, ,Estado de Palestina,True,,État de Palestine,État de Palestine *,No universal currency,Developing,Государство Палестина,State of Palestine *,,,Estado de Palestina *,,巴勒斯坦国,État de Palestine,Государство Палестина *,275.0,145.0,142.0,دولة فلسطين,,دولة فلسطين,巴勒斯坦国 *,,,Estado de Palestina,State of Palestine,巴勒斯坦国,State of Palestine,"PALESTINE, STATE OF",,Asia,دولة فلسطين *,Western Asia,Государство Палестина,World,East Jerusalem,AS,.ps,ar-PS,6254930.0,Palestine, -pt,0.3210105852778575,0.29936887560205944,POR,351,PRT,po,Yes,620.0,199,PO,PO,pt,POR,POR,P,la República Portuguesa,True,,Portugal,Portugal (le),Euro,Developed,Португальская Республика,Portugal,EUR,,Portugal,978,葡萄牙共和国,la République portugaise,Португалия,620.0,39.0,150.0,البرتغال,2,جمهورية البرتغال,葡萄牙,,,Portugal,the Portuguese Republic,葡萄牙,Portugal,PORTUGAL,,Europe,البرتغال,Southern Europe,Португалия,World,Lisbon,EU,.pt,"pt-PT,mwl",2264397.0,Portugal,S1 -pt_br,0.4891254139052722,0.4985432605817334,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -pt_pt,0.02048010580415534,0.020195670294157364,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ro,0.24228957080272095,0.18497175772646204,ROU,40,ROU,rm,Yes,642.0,203,RO,RO,ro,ROU,ROU,RO,Rumania,True,,Roumanie,Roumanie (la),Romanian Leu,Developed,Румыния,Romania,RON,,Rumania,946,罗马尼亚,la Roumanie,Румыния,642.0,151.0,150.0,رومانيا,2,رومانيا,罗马尼亚,,,Rumania,Romania,罗马尼亚,Romania,ROMANIA,,Europe,رومانيا,Eastern Europe,Румыния,World,Bucharest,EU,.ro,"ro,hu,rom",798549.0,Romania,S5 -ru,0.5699226404360531,0.572851716810478,RUS,7,RUS,ru,Yes,643.0,204,RS,RS,ru,RUS,RUS,RUS,la Federación de Rusia,True,,Fédération de Russie,Fédération de Russie (la),Russian Ruble,Developed,Российская Федерация,Russian Federation (the),RUB,,Federación de Rusia (la),643,俄罗斯联邦,la Fédération de Russie,Российская Федерация,643.0,151.0,150.0,الاتحاد الروسي,2,الاتحاد الروسي,俄罗斯联邦,,,Federación de Rusia,the Russian Federation,俄罗斯联邦,Russian Federation,RUSSIAN FEDERATION,,Europe,الاتحاد الروسي,Eastern Europe,Российская Федерация,World,Moscow,EU,.ru,"ru,tt,xal,cau,ady,kv,ce,tyv,cv,udm,tut,mns,bua,myv,mdf,chm,ba,inh,tut,kbd,krc,av,sah,nog",2017370.0,Russia,1Z -si,0.06130903468295221,0.02541261348520055,SVN,386,SVN,xv,Yes,705.0,224,SI,LJ,si,SVN,SLO,SLO,la República de Eslovenia,True,,Slovénie,Slovénie (la),Euro,Developed,Республика Словения,Slovenia,EUR,,Eslovenia,978,斯洛文尼亚共和国,la République de Slovénie,Словения,705.0,39.0,150.0,سلوفينيا,2,جمهورية سلوفينيا,斯洛文尼亚,,,Eslovenia,the Republic of Slovenia,斯洛文尼亚,Slovenia,SLOVENIA,,Europe,سلوفينيا,Southern Europe,Словения,World,Ljubljana,EU,.si,"sl,sh",3190538.0,Slovenia,2A -sk,0.30261155385266186,0.22290829448953584,SVK,421,SVK,xo,Yes,703.0,223,LO,SQ,sk,SVK,SVK,SK,la República Eslovaca,True,,Slovaquie,Slovaquie (la),Euro,Developed,Словацкая Республика,Slovakia,EUR,,Eslovaquia,978,斯洛伐克共和国,la République slovaque,Словакия,703.0,151.0,150.0,سلوفاكيا,2,الجمهورية السلوفاكية,斯洛伐克,,,Eslovaquia,the Slovak Republic,斯洛伐克,Slovakia,SLOVAKIA,,Europe,سلوفاكيا,Eastern Europe,Словакия,World,Bratislava,EU,.sk,"sk,hu",3057568.0,Slovakia,2B -sl,0.3182536479580673,0.2889489590172713,SLE,232,SLE,sl,Yes,694.0,221,SL,SL,sl,SRL,SLE,WAL,la República de Sierra Leona,True,11.0,Sierra Leone,Sierra Leone (la),Leone,Developing,Республика Сьерра-Леоне,Sierra Leone,SLL,,Sierra Leona,694,塞拉利昂共和国,la République de Sierra Leone,Сьерра-Леоне,694.0,202.0,2.0,سيراليون,2,جمهورية سيراليون,塞拉利昂,,Western Africa,Sierra Leona,the Republic of Sierra Leone,塞拉利昂,Sierra Leone,SIERRA LEONE,x,Africa,سيراليون,Sub-Saharan Africa,Сьерра-Леоне,World,Freetown,AF,.sl,"en-SL,men,tem",2403846.0,Sierra Leone,T8 -sq,0.11936031274463564,0.07783117344745105,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -sr,0.4025371603059374,0.36263265486684454,SUR,597,SUR,sr,Yes,740.0,233,NS,SM,sr,SUR,SUR,SME,la República de Suriname,True,5.0,Suriname,Suriname (le),Surinam Dollar,Developing,Республика Суринам,Suriname,SRD,x,Suriname,968,苏里南共和国,la République du Suriname,Суринам,740.0,419.0,19.0,سورينام,2,جمهورية سورينام,苏里南,,South America,Suriname,the Republic of Suriname,苏里南,Suriname,SURINAME,,Americas,سورينام,Latin America and the Caribbean,Суринам,World,Paramaribo,SA,.sr,"nl-SR,en,srn,hns,jv",3382998.0,Suriname,V3 -sr@ije,0.0188415028468903,0.01643003382243146,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -sr@latin,0.25020543316007254,0.2026171639138405,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -sv,0.7245785581266441,0.7019815381367706,SLV,503,SLV,es,Yes,222.0,75,ES,ES,sv,SLV,ESA,ES,la República de El Salvador,True,13.0,El Salvador,El Salvador [masc.],"El Salvador Colon,US Dollar",Developing,Республика Эль-Сальвадор,El Salvador,"SVC,USD",,El Salvador,"222,840",萨尔瓦多共和国,la République d'El Salvador,Сальвадор,222.0,419.0,19.0,السلفادور,"2,2",جمهورية السلفادور,萨尔瓦多,,Central America,El Salvador,the Republic of El Salvador,萨尔瓦多,El Salvador,EL SALVADOR,,Americas,السلفادور,Latin America and the Caribbean,Сальвадор,World,San Salvador,,.sv,es-SV,3585968.0,El Salvador,H3 -ta,0.26325104661509363,0.20480809379011466,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -te,0.21674778642731068,0.16409855226334,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -tg,0.07438868440118057,0.04782016835157944,TOG,228,TGO,tg,Yes,768.0,243,TO,TG,tg,TGO,TOG,TG,la República Togolesa,True,11.0,Togo,Togo (le),CFA Franc BCEAO,Developing,Тоголезская Республика,Togo,XOF,,Togo (el),952,多哥共和国,la République togolaise,Того,768.0,202.0,2.0,توغو,0,جمهورية توغو,多哥,,Western Africa,Togo,the Togolese Republic,多哥,Togo,TOGO,x,Africa,توغو,Sub-Saharan Africa,Того,World,Lome,AF,.tg,"fr-TG,ee,hna,kbp,dag,ha",2363686.0,Togo,W2 -th,0.14461522004444163,0.09187935683053239,THA,66,THA,th,Yes,764.0,240,TH,TH,th,THA,THA,T,el Reino de Tailandia,True,,Thaïlande,Thaïlande (la),Baht,Developing,Королевство Таиланд,Thailand,THB,,Tailandia,764,泰王国,le Royaume de Thaïlande,Таиланд,764.0,35.0,142.0,تايلند,2,مملكة تايلند,泰国,,,Tailandia,the Kingdom of Thailand,泰国,Thailand,THAILAND,,Asia,تايلند,South-eastern Asia,Таиланд,World,Bangkok,AS,.th,"th,en",1605651.0,Thailand,W1 -tr,0.41218887208686056,0.309515605039682,TUR,90,TUR,tu,Yes,792.0,249,TU,TU,tr,TUR,TUR,TR,la República de Turquía,True,,Turquie,Turquie (la),Turkish Lira,Developing,Турецкая Республика,Turkey,TRY,,Turquía,949,土耳其共和国,la République turque,Турция,792.0,145.0,142.0,تركيا,2,جمهورية تركيا,土耳其,,,Turquía,the Republic of Turkey,土耳其,Turkey,TURKEY,,Asia,تركيا,Western Asia,Турция,World,Ankara,AS,.tr,"tr-TR,ku,diq,az,av",298795.0,Turkey,W8 -ug,0.144352654585414,0.09312577318947547,UGA,256,UGA,ug,Yes,800.0,253,UG,UG,ug,UGA,UGA,EAU,la República de Uganda,True,14.0,Ouganda,Ouganda (l') [masc.],Uganda Shilling,Developing,Республика Уганда,Uganda,UGX,,Uganda,800,乌干达共和国,la République de l'Ouganda,Уганда,800.0,202.0,2.0,أوغندا,0,جمهورية أوغندا,乌干达,x,Eastern Africa,Uganda,the Republic of Uganda,乌干达,Uganda,UGANDA,x,Africa,أوغندا,Sub-Saharan Africa,Уганда,World,Kampala,AF,.ug,"en-UG,lg,sw,ar",226074.0,Uganda,W9 -uk,0.6438348171523317,0.5587336844409054,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -uz,0.023883732124883914,0.011926326393448476,UZB,998,UZB,uz,Yes,860.0,261,UZ,UZ,uz,UZB,UZB,UZ,la República de Uzbekistán,True,,Ouzbékistan,Ouzbékistan (l') [masc.],Uzbekistan Sum,Developing,Республика Узбекистан,Uzbekistan,UZS,,Uzbekistán,860,乌兹别克斯坦共和国,la République d'Ouzbékistan,Узбекистан,860.0,143.0,142.0,أوزبكستان,2,جمهورية أوزبكستان,乌兹别克斯坦,x,,Uzbekistán,the Republic of Uzbekistan,乌兹别克斯坦,Uzbekistan,UZBEKISTAN,,Asia,أوزبكستان,Central Asia,Узбекистан,World,Tashkent,AS,.uz,"uz,ru,tg",1512440.0,Uzbekistan,2K -uz@cyrillic,0.02257090482974575,0.011552246265795572,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -vi,0.4418976675435056,0.37768123095644995,VIR,1-340,VIR,vi,Territory of US,850.0,258,VQ,VI,vi,VIR,ISV,USA,,True,29.0,Îles Vierges américaines,,US Dollar,Developing,,,USD,x,,840,,,,850.0,419.0,19.0,جزر فرجن التابعة للولايات المتحدة,2,,,,Caribbean,Islas Vírgenes de los Estados Unidos,,美属维尔京群岛,United States Virgin Islands,VIRGIN ISLANDS (U.S.),,Americas,,Latin America and the Caribbean,Виргинские oстрова Coeдинeнныx Штaтoв,World,Charlotte Amalie,,.vi,en-VI,4796775.0,U.S. Virgin Islands, -wa,0.03476074938126936,0.018606993901407378,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -xh,0.051842091188011453,0.041515133170973245,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zh_cn,0.5215571104185002,0.5016709429768397,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zh_hk,0.16992361290071623,0.12356518540249314,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zh_tw,0.3347077500571323,0.27504590630612175,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zu,0.020660011766822424,0.014244536645106613,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en,1.0,1.0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/results/f30/4.2.cldr_and_results_full.csv b/results/f30/4.2.cldr_and_results_full.csv deleted file mode 100644 index 428240a..0000000 --- a/results/f30/4.2.cldr_and_results_full.csv +++ /dev/null @@ -1,483 +0,0 @@ -territory,population,officialstatus,language,language_population,message_progress_percentage,words_progress_percentage -af,34940837,official_regional,bal,0.006668414955257082,, -af,34940837,official,ps,0.43,0.029582375050446603,0.012953106494869204 -af,34940837,official,fa,0.5,0.12891477805925228,0.07488354621752216 -af,34940837,official_regional,tk,0.016685347291480166,, -af,34940837,official_regional,uz_Arab,0.047,, -ax,26200,official,sv,0.99,0.7245785581266441,0.7019815381367706 -al,3057220,official,sq,1.0,0.11936031274463564,0.07783117344745105 -dz,41657488,official,ar,0.74,0.1541939969756349,0.1006609266321768 -dz,41657488,official,fr,0.2,0.7361363006471753,0.7104743987942512 -as,50826,de_facto_official,en,0.97,, -as,50826,official,sm,0.99,, -ad,85708,official,ca,0.51,0.4492640873662253,0.41959605555012286 -ao,30355880,official,pt,0.67,0.3210105852778575,0.29936887560205944 -ai,17422,official,en,0.95,, -ag,95882,official,en,0.86,, -ar,44694198,official,es,1.0,0.6474086247890968,0.6676949989677872 -am,3038217,official,hy,0.98,0.04211258223404307,0.032808068954919466 -aw,116576,official,nl,0.97,0.4454666128569553,0.37632848891807025 -aw,116576,official,pap,0.61,, -au,23470145,de_facto_official,en,0.96,, -at,8793370,official_regional,hr,0.012395702671444509,0.2581164331941088,0.20720624232631274 -at,8793370,official,de,0.97,0.7566844789777452,0.7380034365701353 -at,8793370,official_regional,hu,0.002649723598574835,0.40207037726766603,0.3785760740833873 -at,8793370,official_regional,sl,0.0037187108014333525,0.3182536479580673,0.2889489590172713 -az,10046516,official,az,0.89,0.06439174766486923,0.04239988699986185 -az,10046516,official,az_Cyrl,0.099,, -bs,332634,official,en,1.0,, -bh,1442659,official,ar,0.87,0.1541939969756349,0.1006609266321768 -bd,159453001,official,bn,0.98,0.14243689919917535,0.08986770601958566 -bb,293131,official,en,1.0,, -by,9527543,official,be,1.0,0.18219125462528504,0.11097296533782851 -by,9527543,official,ru,0.12,0.5699226404360531,0.572851716810478 -be,11570762,official,nl,0.55,0.4454666128569553,0.37632848891807025 -be,11570762,official,fr,0.38,0.7361363006471753,0.7104743987942512 -be,11570762,official,de,0.22,0.7566844789777452,0.7380034365701353 -bz,385854,official,en,1.0,, -bj,11340504,official,fr,0.35,0.7361363006471753,0.7104743987942512 -bm,71176,official,en,0.92,, -bt,766397,official,dz,0.47,0.11554825126541965,0.07257464916406285 -bo,11306341,official,ay,0.2,, -bo,11306341,official,qu,0.32,, -bo,11306341,official,es,0.61,0.6474086247890968,0.6676949989677872 -ba,3849891,official,bs,0.99,0.20279291851232356,0.14780976861359074 -ba,3849891,official,bs_Cyrl,0.99,, -ba,3849891,official,hr,0.12,0.2581164331941088,0.20720624232631274 -ba,3849891,official,sr,0.1,0.4025371603059374,0.36263265486684454 -ba,3849891,official,sr_Latn,0.1,, -bw,2249104,official,en,0.81,, -bw,2249104,official,tn,0.62,, -br,208846892,official,pt,0.91,0.4891254139052722,0.4985432605817334 -io,3500,official,en,1.0,, -vg,35802,official,en,0.98,, -bn,450565,official,ms,0.93,0.11197444362865465,0.07075547111589188 -bn,450565,official,ms_Arab,0.05,, -bg,7057504,official,bg,1.0,0.28688193792758054,0.2401214130605187 -bf,19742715,official,fr,0.22,0.7361363006471753,0.7104743987942512 -bi,11844520,official,en,0.0005268259076771368,, -bi,11844520,official,fr,0.59,0.7361363006471753,0.7104743987942512 -bi,11844520,official,rn,0.63,, -kh,16449519,official,km,0.89,0.08010677662000457,0.06091762941853047 -cm,25640965,official,en,0.38,, -cm,25640965,official,fr,0.68,0.7361363006471753,0.7104743987942512 -ca,35881659,official,en,0.86,0.10420931329407818,0.07189245739599874 -ca,35881659,official,fr,0.22,0.7361363006471753,0.7104743987942512 -ca,35881659,official_regional,ikt,0.00011147756573908693,, -ca,35881659,official_regional,iu,0.0004208278106650531,, -ca,35881659,official_regional,iu_Latn,0.0004208278106650531,, -ic,2098593,official,es,0.98,0.6474086247890968,0.6676949989677872 -cv,568373,recognized,kea,0.91,, -cv,568373,official,pt,0.76,0.3210105852778575,0.29936887560205944 -bq,20000,official,nl,0.08,0.4454666128569553,0.37632848891807025 -bq,20000,recognized,pap,0.81,, -ky,59613,official,en,0.98,, -cf,5745062,official,fr,0.49,0.7361363006471753,0.7104743987942512 -cf,5745062,official,sg,0.49,, -ea,150000,official,es,0.98,0.6474086247890968,0.6676949989677872 -td,15833116,official,ar,0.17,0.1541939969756349,0.1006609266321768 -td,15833116,official,fr,0.26,0.7361363006471753,0.7104743987942512 -cl,17925262,official,es,0.98,0.6474086247890968,0.6676949989677872 -cn,1384688986,official,zh,0.9,0.5215571104185002,0.5016709429768397 -cn,1384688986,official_regional,ko,0.001473255020171006,0.31141722137671823,0.28708631937750584 -cn,1384688986,official_regional,mn_Mong,0.0025998618003017756,, -cn,1384688986,official_regional,bo,0.0019643400268946746,, -cn,1384688986,official_regional,ug,0.005546371840643788,0.144352654585414,0.09312577318947547 -cn,1384688986,official_regional,za,0.003076503130357101,, -cx,2205,official,en,0.6349206349206349,, -cc,596,de_facto_official,en,0.16778523489932887,, -co,48168996,official,es,0.93,0.6474086247890968,0.6676949989677872 -km,821164,official,ar,0.66,0.1541939969756349,0.1006609266321768 -km,821164,official,fr,0.56,0.7361363006471753,0.7104743987942512 -km,821164,official,wni,0.34,, -km,821164,official,zdj,0.37,, -cg,5062021,official,fr,0.84,0.7361363006471753,0.7104743987942512 -cg,5062021,recognized,ln,0.023903496251793502,, -cd,85281024,official,fr,0.038,0.7361363006471753,0.7104743987942512 -cd,85281024,official_regional,kg,0.015243719399992195,, -cd,85281024,official_regional,ln,0.031,, -cd,85281024,official_regional,lua,0.096,, -cd,85281024,official_regional,sw,0.5,, -ck,9038,official,en,0.9769860588625802,, -cr,4987142,official,es,0.95,0.6474086247890968,0.6676949989677872 -ci,26260582,official,fr,0.49,0.7361363006471753,0.7104743987942512 -hr,4270480,official,hr,0.99,0.2581164331941088,0.20720624232631274 -hr,4270480,official_regional,it,0.015525186864240086,0.5145018792879614,0.42480523774266704 -cu,11116396,official,es,1.0,0.6474086247890968,0.6676949989677872 -cw,150241,official,nl,0.08,0.4454666128569553,0.37632848891807025 -cw,150241,de_facto_official,pap,0.81,, -cy,1237088,official,el,0.95,0.30684663746031127,0.30255864598515786 -cy,1237088,official,tr,0.23,0.41218887208686056,0.309515605039682 -cz,10686269,official,cs,0.98,0.44815061532701556,0.4448650905630915 -dk,5809502,official,da,0.93,0.47641043843569336,0.3970635486079097 -dk,5809502,official_regional,de,0.47,0.7566844789777452,0.7380034365701353 -dk,5809502,official_regional,kl,0.0012049225561846782,, -dg,500,de_facto_official,en,0.99,, -dj,884017,official,ar,0.073,0.1541939969756349,0.1006609266321768 -dj,884017,official,fr,0.0214927993466189,0.7361363006471753,0.7104743987942512 -dm,74027,official,en,0.94,, -do,10298756,official,es,0.78,0.6474086247890968,0.6676949989677872 -ec,16498502,official,qu,0.17,, -ec,16498502,official,es,0.96,0.6474086247890968,0.6676949989677872 -eg,99413317,official,ar,0.94,0.1541939969756349,0.1006609266321768 -sv,6187271,official,es,0.89,0.6474086247890968,0.6676949989677872 -gq,797457,official,fr,0.08800000000000001,0.7361363006471753,0.7104743987942512 -gq,797457,official,pt,1.2539861083418917e-06,0.3210105852778575,0.29936887560205944 -gq,797457,official,es,0.87,0.6474086247890968,0.6676949989677872 -er,5970646,official,ar,0.049,0.1541939969756349,0.1006609266321768 -er,5970646,official,en,0.59,, -er,5970646,de_facto_official,ti,0.6,, -ee,1244288,official,et,0.71,0.1690921556137954,0.1175154870725048 -sz,1087200,official,en,0.8,, -sz,1087200,official,ss,0.58,, -et,108386391,official,am,0.33,, -fk,3198,official,en,0.8786741713570981,, -fo,51018,official,fo,0.95,, -fj,926276,official,en,0.94,, -fj,926276,official,hif,0.41,, -fj,926276,official,fj,0.39,, -fi,5537364,official,fi,0.94,0.37456421427286385,0.3107682301974243 -fi,5537364,official,sv,0.44,0.7245785581266441,0.7019815381367706 -fr,67364357,official,fr,0.99,0.7361363006471753,0.7104743987942512 -gf,199509,official,fr,0.77,0.7361363006471753,0.7104743987942512 -pf,290373,official,fr,0.61,0.7361363006471753,0.7104743987942512 -pf,290373,official,ty,0.31,, -ga,2119036,official,fr,0.63,0.7361363006471753,0.7104743987942512 -gm,2092731,official,en,0.4,, -ge,4926087,official_regional,ab,0.022330096890290408,, -ge,4926087,official,ka,0.86,0.0997068019040858,0.053195435912002695 -ge,4926087,official_regional,os,0.022127096009469584,, -de,80457737,official,de,0.91,0.7566844789777452,0.7380034365701353 -gh,28102471,official_regional,ak,0.39,, -gh,28102471,official,en,0.21,, -gh,28102471,official_regional,ee,0.11,, -gh,28102471,official_regional,gaa,0.028467247595416075,, -gi,29461,official,en,0.8,, -gr,10761523,official,el,0.99,0.30684663746031127,0.30255864598515786 -gl,57691,official,kl,0.84,, -gd,112207,official,en,0.96,, -gp,452776,official,fr,0.9,0.7361363006471753,0.7104743987942512 -gu,167772,official,ch,0.22,, -gu,167772,de_facto_official,en,0.91,, -gt,16581273,official_regional,quc,0.07,, -gt,16581273,official,es,0.93,0.6474086247890968,0.6676949989677872 -gg,66697,official,en,1.0,, -gn,11855411,official,fr,0.29,0.7361363006471753,0.7104743987942512 -gw,1833247,official,pt,1.0,0.3210105852778575,0.29936887560205944 -gy,740685,official,en,1.0,, -ht,10788440,official,fr,0.047,0.7361363006471753,0.7104743987942512 -ht,10788440,official,ht,0.81,, -hn,9182766,official,es,0.78,0.6474086247890968,0.6676949989677872 -hk,7213338,official,zh_Hant,0.95,, -hk,7213338,official,en,0.51,, -hu,9825704,official,hu,1.0,0.40207037726766603,0.3785760740833873 -is,343518,official,is,1.0,0.13129245416044694,0.06281596965139147 -in,1296834042,official_regional,as,0.013031736870460716,0.22423090200959822,0.181421877013009 -in,1296834042,official_regional,bn,0.081,0.17342934801106666,0.1233486535443704 -in,1296834042,official,en,0.19,, -in,1296834042,official_regional,gu,0.045,0.22035563032728298,0.17811413945272542 -in,1296834042,official,hi,0.41,0.20106193141206732,0.14963437936071103 -in,1296834042,official_regional,kn,0.037000000000000005,0.23226832244983298,0.14994947589977137 -in,1296834042,official_regional,ks,0.004071453886155774,, -in,1296834042,official_regional,kha,0.0008019530381821979,, -in,1296834042,official_regional,kok,0.003709032801592665,, -in,1296834042,official_regional,mai,0.011952184703676988,0.09356082523351308,0.054839215394095746 -in,1296834042,official_regional,ml,0.032,0.19134214710472958,0.13255474996391137 -in,1296834042,official_regional,mr,0.07,0.2607080515211779,0.19953759970942822 -in,1296834042,official_regional,ne,0.0055519825720306,0.10017358494235716,0.056056916058592435 -in,1296834042,official_regional,or,0.032,0.21046566470390882,0.1432183619015688 -in,1296834042,official_regional,pa,0.027991245467320944,0.26535643261063,0.17051301752278242 -in,1296834042,official_regional,sa,1.233773904895689e-05,, -in,1296834042,official_regional,sat,0.00551342713750261,, -in,1296834042,official_regional,sd,0.0026063473740921433,, -in,1296834042,official_regional,sd_Deva,0.0002606347374092143,, -in,1296834042,official_regional,ta,0.059000000000000004,0.26325104661509363,0.20480809379011466 -in,1296834042,official_regional,te,0.07200000000000001,0.21674778642731068,0.16409855226334 -in,1296834042,official_regional,ur,0.05,, -id,262787403,official,id,0.64,0.4429868279661388,0.36301139159359685 -ir,83024745,official,fa,0.75,0.12891477805925228,0.07488354621752216 -iq,40194216,official,ar,0.68,0.1541939969756349,0.1006609266321768 -iq,40194216,official_regional,az_Arab,0.018410609128437783,, -iq,40194216,official_regional,ckb,0.2,, -ie,5068050,official,en,0.98,, -ie,5068050,official,ga,0.22,0.09951230897147274,0.059711570251782316 -im,89407,official,en,1.0,, -im,89407,official,gv,0.018902323084322256,0.01329359194410273,0.010071447752182005 -il,8424904,official,ar,0.2,0.1541939969756349,0.1006609266321768 -il,8424904,official,he,1.0,0.18094163753324613,0.1225981649895149 -it,62246674,official_regional,fr,0.063,0.7361363006471753,0.7104743987942512 -it,62246674,recognized,de,0.016000854921180207,0.7566844789777452,0.7380034365701353 -it,62246674,official,it,0.95,0.5145018792879614,0.42480523774266704 -it,62246674,recognized,sc,0.017029022305673713,, -jm,2812090,official,en,0.98,, -jp,126168156,official,ja,0.95,0.4580843418602277,0.40290137167887474 -je,99602,official,en,0.95,, -jo,10458413,official,ar,1.0,0.1541939969756349,0.1006609266321768 -kz,18744548,official,kk,0.64,0.11254333545654785,0.0630627694036604 -kz,18744548,official,ru,0.72,0.5699226404360531,0.572851716810478 -ke,48397527,official,en,0.19,, -ke,48397527,official,sw,0.66,, -ki,109367,official,en,1.0,, -ki,109367,official,gil,0.6,, -xk,1907592,official,sq,0.92,0.11936031274463564,0.07783117344745105 -xk,1907592,official,sr,0.05,0.4025371603059374,0.36263265486684454 -xk,1907592,official,sr_Latn,0.05,, -kw,2916467,official,ar,1.0,0.1541939969756349,0.1006609266321768 -kg,5849296,official,ky,0.48,0.05182264189475015,0.017911608435894927 -kg,5849296,official,ru,0.36,0.5699226404360531,0.572851716810478 -la,7234171,official,lo,0.69,, -lv,1923559,official,lv,0.61,0.22962808088961068,0.2032310588951132 -lb,6100075,official,ar,0.86,0.1541939969756349,0.1006609266321768 -ls,1962461,official,en,0.27,, -ls,1962461,official,st,0.98,, -lr,4809768,official,en,0.83,, -ly,6754507,official,ar,0.74,0.1541939969756349,0.1006609266321768 -li,38547,official,de,1.0,0.7566844789777452,0.7380034365701353 -li,38547,de_facto_official,gsw,0.85,, -lt,2793284,official,lt,0.86,0.2589770644209216,0.1769461091786225 -lu,605764,official,fr,0.87,0.7361363006471753,0.7104743987942512 -lu,605764,official,de,0.63,0.7566844789777452,0.7380034365701353 -lu,605764,official,lb,0.67,, -mo,606340,official,zh_Hant,0.98,, -mo,606340,official,pt,0.05,0.3210105852778575,0.29936887560205944 -mg,25683610,official,en,0.18,, -mg,25683610,official,fr,0.69,0.7361363006471753,0.7104743987942512 -mg,25683610,official,mg,0.9,0.059573185259380636,0.0353303934671019 -mw,19842560,official,en,0.63,, -mw,19842560,official,ny,0.63,, -my,31809660,official,ms,0.75,0.11197444362865465,0.07075547111589188 -mv,392473,official,dv,0.94,, -ml,18429893,official,fr,0.46,0.7361363006471753,0.7104743987942512 -mt,449043,official,en,0.88,, -mt,449043,official,mt,1.0,, -mh,75684,official,en,0.93,, -mh,75684,official,mh,0.73,, -mq,436131,official,fr,0.98,0.7361363006471753,0.7104743987942512 -mr,3840429,official,ar,0.85,0.1541939969756349,0.1006609266321768 -mu,1364283,official,en,0.72,, -mu,1364283,official,fr,0.03,0.7361363006471753,0.7104743987942512 -yt,194000,official,fr,0.57,0.7361363006471753,0.7104743987942512 -mx,125959205,de_facto_official,es,0.83,0.6474086247890968,0.6676949989677872 -fm,103643,official,en,0.57,, -md,3437720,recognized,gag,0.033,, -md,3437720,official,ro,0.63,0.24228957080272095,0.18497175772646204 -md,3437720,recognized,ru,0.029961718813632292,0.5699226404360531,0.572851716810478 -md,3437720,recognized,uk,0.14,0.6438348171523317,0.5587336844409054 -mc,30727,official,fr,0.99,0.7361363006471753,0.7104743987942512 -mn,3103428,official,mn,0.93,0.059461351823128124,0.03811659192825112 -me,614249,official,sr_Latn,1.0,, -ms,5315,official,en,0.6566321730950141,, -ma,34314130,official,ar,0.62,0.1541939969756349,0.1006609266321768 -ma,34314130,official,tzm,0.098,, -ma,34314130,de_facto_official,fr,0.2,0.7361363006471753,0.7104743987942512 -mz,27233789,official,pt,0.27,0.3210105852778575,0.29936887560205944 -mm,55622506,official,my,0.64,0.04193753859469131,0.028808050328523068 -nan,2533224,official,en,0.07,, -nr,9692,official,en,0.96884028064383,, -nr,9692,official,na,0.7108955839867932,, -np,29717587,official,ne,0.44,0.10017358494235716,0.056056916058592435 -nl,17151228,official,nl,1.0,0.4454666128569553,0.37632848891807025 -nl,17151228,official_regional,fy,0.043,, -nc,282754,official,fr,0.96,0.7361363006471753,0.7104743987942512 -nz,4545627,de_facto_official,en,0.98,, -nz,4545627,official,mi,0.02837892330364986,, -ni,6085213,official,es,0.78,0.6474086247890968,0.6676949989677872 -ne,19866231,official,fr,0.29,0.7361363006471753,0.7104743987942512 -ng,203452505,official,en,0.53,, -ng,203452505,official,yo,0.13,, -nu,1618,official,en,0.6983930778739185,, -nu,1618,official,niu,0.6983930778739185,, -nf,1748,official,en,0.9610983981693364,, -kp,25381085,official,ko,0.88,0.31141722137671823,0.28708631937750584 -mk,2118945,official_regional,sq,0.25,0.11936031274463564,0.07783117344745105 -mk,2118945,official,mk,0.67,0.13464259492470693,0.08999964299406904 -mp,51994,de_facto_official,en,0.97,, -no,5372191,official_regional,se,0.0029038431433282995,, -no,5372191,official,nb,1.0,0.2533124577585662,0.1923811829934792 -no,5372191,official,nn,0.25,0.1258028911374433,0.08053510532451064 -om,3494116,official,ar,0.81,0.1541939969756349,0.1006609266321768 -pk,207862518,official,en,0.5,, -pk,207862518,official,ur,0.95,, -pw,21516,official,en,0.08737683584309351,, -pw,21516,official,pau,0.74,, -ps,4635207,official,ar,1.0,0.1541939969756349,0.1006609266321768 -pa,3800644,official,es,0.69,0.6474086247890968,0.6676949989677872 -pg,7027332,official,en,0.5,, -pg,7027332,official,ho,0.02148752897970382,, -pg,7027332,official,tpi,0.71,, -py,7025763,official,gn,0.8,, -py,7025763,official,es,0.032,0.6474086247890968,0.6676949989677872 -pe,31331228,official,qu,0.15,, -pe,31331228,official,es,0.73,0.6474086247890968,0.6676949989677872 -ph,105893381,official_regional,ceb,0.24,, -ph,105893381,official,en,0.64,, -ph,105893381,official,fil,0.6,, -ph,105893381,official_regional,hil,0.084,, -ph,105893381,official_regional,ilo,0.096,, -ph,105893381,official_regional,mdh,0.01208762991522577,, -ph,105893381,official_regional,pag,0.013976322089479794,, -ph,105893381,official_regional,tsg,0.010859980001960652,, -ph,105893381,official_regional,war,0.029369163309650108,, -pn,54,official,en,0.8518518518518519,, -pl,38420687,official_regional,de,0.19,0.7566844789777452,0.7380034365701353 -pl,38420687,official_regional,csb,0.0012987794830425598,, -pl,38420687,official_regional,lt,0.00020822115960602162,0.2589770644209216,0.1769461091786225 -pl,38420687,official,pl,0.96,0.5721106859279501,0.5333645325472994 -pt,10355493,official,pt,0.96,0.3210105852778575,0.29936887560205944 -pr,3294626,de_facto_official,en,0.49,, -pr,3294626,official,es,0.87,0.6474086247890968,0.6676949989677872 -qa,2363569,official,ar,0.89,0.1541939969756349,0.1006609266321768 -re,787584,official,fr,0.89,0.7361363006471753,0.7104743987942512 -ro,21457116,official,ro,0.9,0.24228957080272095,0.18497175772646204 -ru,142122776,official_regional,ady,0.0008795212387351624,, -ru,142122776,official_regional,av,0.003883965790254477,, -ru,142122776,official_regional,az_Cyrl,0.0009287744281043314,, -ru,142122776,official_regional,ba,0.012594744138687525,, -ru,142122776,official_regional,ce,0.00660696354537854,, -ru,142122776,official_regional,myv,0.0030748062506181276,, -ru,142122776,official_regional,inh,0.0016183190792726987,, -ru,142122776,official_regional,kbd,0.0030959147603477712,, -ru,142122776,official_regional,krc,0.0016534999288221053,, -ru,142122776,official_regional,kv,0.001836440346479019,, -ru,142122776,official_regional,koi,0.0004482040232594387,, -ru,142122776,official_regional,kum,0.0019701275747667636,, -ru,142122776,official_regional,lbe,0.0007810148599968242,, -ru,142122776,official_regional,lez,0.0018012594969296124,, -ru,142122776,official_regional,mdf,0.0020827062933248645,, -ru,142122776,official,ru,0.94,0.5699226404360531,0.572851716810478 -ru,142122776,official_regional,sah,0.003243674328455279,, -ru,142122776,official_regional,tt,0.014213063217960223,, -ru,142122776,official_regional,tyv,0.0012594744138687524,, -ru,142122776,official_regional,udm,0.0038417487707951893,, -rw,12187400,official,en,0.15,, -rw,12187400,official,fr,0.00018871949718561793,0.7361363006471753,0.7104743987942512 -rw,12187400,official,rw,0.77,, -ws,201316,official,en,0.021558147390172665,, -ws,201316,official,sm,1.0,, -sm,33779,official,it,0.89,0.5145018792879614,0.42480523774266704 -st,204454,official,pt,0.85,0.3210105852778575,0.29936887560205944 -sa,33091113,official,ar,1.0,0.1541939969756349,0.1006609266321768 -sn,15020945,official_regional,bjt,0.006071522131264045,, -sn,15020945,official_regional,bsc,0.0009719761306628844,, -sn,15020945,official,fr,0.39,0.7361363006471753,0.7104743987942512 -sn,15020945,official_regional,ff,0.21,, -sn,15020945,official_regional,mey,0.00047866495749768076,, -sn,15020945,official_regional,dyo,0.026429761909120896,, -sn,15020945,official_regional,mfv,0.007722550079239355,, -sn,15020945,official_regional,knf,0.0021436733840647175,, -sn,15020945,official_regional,tnr,0.0002250191316192157,, -sn,15020945,official_regional,snf,0.002416625585141281,, -sn,15020945,official_regional,sav,0.014646215667522916,, -sn,15020945,official_regional,srr,0.11,, -sn,15020945,de_facto_official,wo,0.7,, -rs,7078110,official_regional,hr,0.009282138876055897,0.2581164331941088,0.20720624232631274 -rs,7078110,official_regional,hu,0.048,0.40207037726766603,0.3785760740833873 -rs,7078110,official_regional,ro,0.021192097890538577,0.24228957080272095,0.18497175772646204 -rs,7078110,official,sr,0.99,0.4025371603059374,0.36263265486684454 -rs,7078110,official,sr_Latn,0.99,, -rs,7078110,official_regional,sk,0.008547479482517226,0.30261155385266186,0.22290829448953584 -rs,7078110,official_regional,uk,1.412806526035905e-07,0.6438348171523317,0.5587336844409054 -sc,94633,official,en,0.38,, -sc,94633,official,fr,0.6,0.7361363006471753,0.7104743987942512 -sl,6312212,official,en,0.35,, -sg,5995991,official,zh,0.77,, -sg,5995991,official,en,0.93,, -sg,5995991,official,ms,0.14,0.11197444362865465,0.07075547111589188 -sg,5995991,official,ta,0.02084726277941378,0.26325104661509363,0.20480809379011466 -sx,42677,official,nl,0.037256601916723295,0.4454666128569553,0.37632848891807025 -sx,42677,official,en,0.68,, -sk,5445040,official,sk,0.9,0.30261155385266186,0.22290829448953584 -si,2102126,official,sl,0.87,0.3182536479580673,0.2889489590172713 -sb,660121,official,en,1.0,, -so,11259029,official,ar,0.34,0.1541939969756349,0.1006609266321768 -so,11259029,official,so,0.78,, -za,55380210,official_regional,af,0.13,0.09435824625722662,0.05907128787561292 -za,55380210,official,en,0.31,, -za,55380210,official_regional,nso,0.094,0.021763759159401545,0.016987273514661304 -za,55380210,official_regional,nr,0.01599849476916032,, -za,55380210,official_regional,st,0.079,, -za,55380210,official_regional,ss,0.027085487758172096,, -za,55380210,official_regional,ts,0.044000000000000004,, -za,55380210,official_regional,tn,0.08199999999999999,, -za,55380210,official_regional,ve,0.022932379635252378,, -za,55380210,official_regional,xh,0.18,0.051842091188011453,0.041515133170973245 -za,55380210,official_regional,zu,0.24,0.020660011766822424,0.014244536645106613 -kr,51418097,official,ko,1.0,0.31141722137671823,0.28708631937750584 -ss,10204581,official,en,0.27,, -es,49331076,official_regional,ast,0.013297905766336823,0.1806985213674798,0.1034440206939264 -es,49331076,official_regional,eu,0.019987401045134308,0.2360998332223103,0.18414676358601592 -es,49331076,official_regional,ca,0.17,0.4492640873662253,0.41959605555012286 -es,49331076,official_regional,gl,0.07,0.35450713059714195,0.27719880728975066 -es,49331076,official,es,0.99,0.6474086247890968,0.6676949989677872 -lk,22576592,official,si,0.68,0.06130903468295221,0.02541261348520055 -lk,22576592,official,ta,0.15,0.26325104661509363,0.20480809379011466 -bl,7160,official,fr,0.9567039106145251,0.7361363006471753,0.7104743987942512 -sh,7841,official,en,0.6886876673893636,, -kn,53094,official,en,0.98,, -lc,165510,official,en,0.9,, -mf,32284,official,fr,1.0,0.7361363006471753,0.7104743987942512 -pm,5471,official,fr,0.9340157192469384,0.7361363006471753,0.7104743987942512 -vc,101844,official,en,0.96,, -sd,43120843,official,ar,0.61,0.1541939969756349,0.1006609266321768 -sd,43120843,official,en,0.61,, -sr,597927,official,nl,0.9,0.4454666128569553,0.37632848891807025 -sj,2583,official,nb,0.5807200929152149,0.2533124577585662,0.1923811829934792 -se,10040995,official_regional,fi,0.02200977094401501,0.37456421427286385,0.3107682301974243 -se,10040995,official,sv,0.95,0.7245785581266441,0.7019815381367706 -ch,8292809,official,fr,0.21,0.7361363006471753,0.7104743987942512 -ch,8292809,official,de,0.73,0.7566844789777452,0.7380034365701353 -ch,8292809,official,it,0.043,0.5145018792879614,0.42480523774266704 -ch,8292809,official_regional,rm,0.00500433568408485,, -ch,8292809,de_facto_official,gsw,0.65,, -sy,19454263,official,ar,0.8,0.1541939969756349,0.1006609266321768 -sy,19454263,official,fr,0.059000000000000004,0.7361363006471753,0.7104743987942512 -tw,23545963,official,zh_Hant,0.95,, -tj,8604882,official,tg,1.0,0.07438868440118057,0.04782016835157944 -tz,55451343,official,en,0.69,, -tz,55451343,official,sw,0.9,, -th,68615858,official,th,0.8,0.14461522004444163,0.09187935683053239 -tl,1321929,official,pt,0.59,0.3210105852778575,0.29936887560205944 -tl,1321929,official,tet,0.59,, -tg,8176449,official,fr,0.61,0.7361363006471753,0.7104743987942512 -tk,1285,official,en,1.0,, -tk,1285,official,tkl,1.0,, -to,106398,official,en,0.28,, -to,106398,official,to,0.95,, -tt,1215527,official,en,0.88,, -tn,11516189,official,ar,0.9,0.1541939969756349,0.1006609266321768 -tn,11516189,official,fr,0.74,0.7361363006471753,0.7104743987942512 -tr,81257239,official,tr,0.93,0.41218887208686056,0.309515605039682 -tm,5411012,official,tk,0.7,, -tc,53701,official,en,0.98,, -tv,11147,official,en,0.09598995245357496,, -tv,11147,official,tvl,0.8899255405041715,, -um,316,de_facto_official,en,1.0,, -vi,106977,de_facto_official,en,0.75,, -ug,40853749,official,en,0.039,, -ug,40853749,official,sw,0.75,, -ua,43952299,de_facto_official,ru,0.46,0.5699226404360531,0.572851716810478 -ua,43952299,official,uk,0.65,0.6438348171523317,0.5587336844409054 -ae,9701315,official,ar,0.78,0.1541939969756349,0.1006609266321768 -gb,65105246,official,en,0.99,0.27168717756718513,0.21115038176351617 -gb,65105246,official_regional,ga,0.0002626516456139341,0.09951230897147274,0.059711570251782316 -gb,65105246,official_regional,gd,0.0009876316264898224,0.10529847371671132,0.06360991979784152 -gb,65105246,official_regional,cy,0.007695232424127543,0.11039905087448885,0.06399331312369325 -us,329256465,de_facto_official,en,0.96,, -us,329256465,official_regional,haw,8.868466713326343e-05,, -us,329256465,official_regional,es,0.096,0.6474086247890968,0.6676949989677872 -uy,3369299,official,es,0.88,0.6474086247890968,0.6676949989677872 -uz,30023709,official,uz,0.85,0.023883732124883914,0.011926326393448476 -uz,30023709,official,uz_Cyrl,0.15,, -vu,288037,official,bi,0.9,, -vu,288037,official,en,0.83,, -vu,288037,official,fr,0.5,0.7361363006471753,0.7104743987942512 -va,1000,de_facto_official,it,0.824,0.5145018792879614,0.42480523774266704 -ve,31689176,official,es,0.82,0.6474086247890968,0.6676949989677872 -vn,97040334,official,vi,0.86,0.4418976675435056,0.37768123095644995 -wf,15763,official,fr,0.4834105183023536,0.7361363006471753,0.7104743987942512 -eh,619551,official,ar,1.0,0.1541939969756349,0.1006609266321768 -ye,28667230,official,ar,0.74,0.1541939969756349,0.1006609266321768 -zm,16445079,official,en,0.16,, -zw,14030368,official,en,0.42,, -zw,14030368,official,nd,0.12,, -zw,14030368,official,sn,0.81,, diff --git a/results/f30/4.3.cldr_and_results_grouped.csv b/results/f30/4.3.cldr_and_results_grouped.csv deleted file mode 100644 index 50c3cde..0000000 --- a/results/f30/4.3.cldr_and_results_grouped.csv +++ /dev/null @@ -1,249 +0,0 @@ -territory,nb_lang,population,message_coverage,words_coverage -ad,1.0,85708.0,0.2291246845567749,0.21399398833056266 -ae,1.0,9701315.0,0.12027131764099523,0.07851552277309791 -af,5.0,34940837.0,0.07717781030131818,0.04301160890155484 -ag,1.0,95882.0,0.0,0.0 -ai,1.0,17422.0,0.0,0.0 -al,1.0,3057220.0,0.11936031274463564,0.07783117344745105 -am,1.0,3038217.0,0.04127033058936221,0.03215190757582108 -ao,1.0,30355880.0,0.21507709213616452,0.20057714665337983 -ar,1.0,44694198.0,0.6474086247890968,0.6676949989677872 -as,2.0,50826.0,0.0,0.0 -at,4.0,8793370.0,0.7394323478140921,0.7205094400168904 -au,1.0,23470145.0,0.0,0.0 -aw,2.0,116576.0,0.43210261447124665,0.3650386342505281 -ax,1.0,26200.0,0.7173327725453776,0.6949617227554028 -az,2.0,10046516.0,0.05730865542173361,0.03773589942987705 -ba,5.0,3849891.0,0.2719926773410871,0.20745968549329682 -bb,1.0,293131.0,0.0,0.0 -bd,1.0,159453001.0,0.13958816121519185,0.08807035189919395 -be,3.0,11570762.0,0.691209016692356,0.639321696492184 -bf,1.0,19742715.0,0.16194998614237857,0.15630436773473527 -bg,1.0,7057504.0,0.28688193792758054,0.2401214130605187 -bh,1.0,1442659.0,0.13414877736880237,0.08757500616999381 -bi,3.0,11844520.0,0.4343204173818334,0.4191798952886082 -bj,1.0,11340504.0,0.2576477052265113,0.2486660395779879 -bl,1.0,7160.0,0.7042644775744623,0.6797136357179637 -bm,1.0,71176.0,0.0,0.0 -bn,2.0,450565.0,0.10413623257464882,0.06580258813777945 -bo,3.0,11306341.0,0.394919261121349,0.4072939493703502 -bq,2.0,20000.0,0.03563732902855642,0.03010627911344562 -br,1.0,208846892.0,0.4451041266537977,0.4536743671293774 -bs,1.0,332634.0,0.0,0.0 -bt,1.0,766397.0,0.05430767809474723,0.03411008510710954 -bw,2.0,2249104.0,0.0,0.0 -by,2.0,9527543.0,0.2505819714776114,0.17971517135508586 -bz,1.0,385854.0,0.0,0.0 -ca,5.0,35881659.0,0.2515699955752858,0.2181318810952942 -cc,1.0,596.0,0.0,0.0 -cd,5.0,85281024.0,0.02797317942459266,0.026998027154181547 -cf,2.0,5745062.0,0.36070678731711586,0.3481324554091831 -cg,2.0,5062021.0,0.6183544925436272,0.596798494987171 -ch,5.0,8292809.0,0.7290918735990431,0.7062087576659262 -ci,1.0,26260582.0,0.36070678731711586,0.3481324554091831 -ck,1.0,9038.0,0.0,0.0 -cl,1.0,17925262.0,0.6344604522933148,0.6543410989884314 -cm,2.0,25640965.0,0.5005726844400792,0.4831225911800909 -cn,6.0,1384688986.0,0.47066082985992586,0.45244331020645734 -co,1.0,48168996.0,0.60209002105386,0.620956349040042 -cr,1.0,4987142.0,0.615038193549642,0.6343102490193978 -cu,1.0,11116396.0,0.6474086247890968,0.6676949989677872 -cv,2.0,568373.0,0.24396804481117168,0.22752034545756517 -cw,2.0,150241.0,0.03563732902855642,0.03010627911344562 -cx,1.0,2205.0,0.0,0.0 -cy,2.0,1237088.0,0.3863077461672736,0.3586193028450268 -cz,1.0,10686269.0,0.4391876030204752,0.4359677887518296 -de,1.0,80457737.0,0.6885828758697481,0.6715831272788232 -dg,1.0,500.0,0.0,0.0 -dj,2.0,884017.0,0.02707779158079341,0.022618331338343445 -dk,3.0,5809502.0,0.798703412864735,0.7161307153933196 -dm,1.0,74027.0,0.0,0.0 -do,1.0,10298756.0,0.5049787273354955,0.520802099194874 -dz,2.0,41657488.0,0.2613308178914049,0.21658396546666106 -ea,1.0,150000.0,0.6344604522933148,0.6543410989884314 -ec,2.0,16498502.0,0.6215122797975329,0.6409871990090756 -ee,1.0,1244288.0,0.12005543048579473,0.0834359958214784 -eg,1.0,99413317.0,0.1449423571570968,0.09462127103424618 -eh,1.0,619551.0,0.1541939969756349,0.1006609266321768 -er,3.0,5970646.0,0.007555505851806111,0.004932385404976663 -es,5.0,49331076.0,0.7492468664978289,0.7568094989861488 -et,1.0,108386391.0,0.0,0.0 -fi,2.0,5537364.0,0.6709049269922154,0.6009940131657578 -fj,3.0,926276.0,0.0,0.0 -fk,1.0,3198.0,0.0,0.0 -fm,1.0,103643.0,0.0,0.0 -fo,1.0,51018.0,0.0,0.0 -fr,1.0,67364357.0,0.7287749376407036,0.7033696548063088 -ga,1.0,2119036.0,0.4637658694077204,0.4475988712403783 -gb,4.0,65105246.0,0.2699499853219694,0.20960982787469745 -gd,1.0,112207.0,0.0,0.0 -ge,3.0,4926087.0,0.08574784963751379,0.045748074884322316 -gf,1.0,199509.0,0.566824951498325,0.5470652870715734 -gg,1.0,66697.0,0.0,0.0 -gh,4.0,28102471.0,0.0,0.0 -gi,1.0,29461.0,0.0,0.0 -gl,1.0,57691.0,0.0,0.0 -gm,1.0,2092731.0,0.0,0.0 -gn,1.0,11855411.0,0.21347952718768082,0.20603757565033284 -gp,1.0,452776.0,0.6625226705824577,0.6394269589148261 -gq,3.0,797457.0,0.6280259005662802,0.6434167716002802 -gr,1.0,10761523.0,0.30377817108570815,0.2995330595253063 -gt,2.0,16581273.0,0.60209002105386,0.620956349040042 -gu,2.0,167772.0,0.0,0.0 -gw,1.0,1833247.0,0.3210105852778575,0.29936887560205944 -gy,1.0,740685.0,0.0,0.0 -hk,2.0,7213338.0,0.0,0.0 -hn,1.0,9182766.0,0.5049787273354955,0.520802099194874 -hr,2.0,4270480.0,0.263523006680116,0.21172936059991246 -ht,2.0,10788440.0,0.03459840613041724,0.03339229674332981 -hu,1.0,9825704.0,0.40207037726766603,0.3785760740833873 -ic,1.0,2098593.0,0.6344604522933148,0.6543410989884314 -id,1.0,262787403.0,0.2835115698983288,0.23232729061990198 -ie,2.0,5068050.0,0.021892707973724005,0.013136545455392109 -il,2.0,8424904.0,0.21178043692837312,0.14273035031595027 -im,2.0,89407.0,0.0002512797698785734,0.0001903737593386154 -in,22.0,1296834042.0,0.18926235973738043,0.13969953755960873 -io,1.0,3500.0,0.0,0.0 -iq,3.0,40194216.0,0.10485191794343174,0.06844943010988022 -ir,1.0,83024745.0,0.09668608354443921,0.05616265966314162 -is,1.0,343518.0,0.13129245416044694,0.06281596965139147 -it,4.0,62246674.0,0.5472609708335671,0.4601335488994627 -je,1.0,99602.0,0.0,0.0 -jm,1.0,2812090.0,0.0,0.0 -jo,1.0,10458413.0,0.1541939969756349,0.1006609266321768 -jp,1.0,126168156.0,0.4351801247672163,0.38275630309493097 -ke,2.0,48397527.0,0.0,0.0 -kg,2.0,5849296.0,0.2300470186664592,0.21482419010100162 -kh,1.0,16449519.0,0.07129503119180407,0.05421669018249212 -ki,2.0,109367.0,0.0,0.0 -km,4.0,821164.0,0.5140043663663372,0.4643018749020174 -kn,1.0,53094.0,0.0,0.0 -kp,1.0,25381085.0,0.27404715481151204,0.25263596105220515 -kr,1.0,51418097.0,0.31141722137671823,0.28708631937750584 -kw,1.0,2916467.0,0.1541939969756349,0.1006609266321768 -ky,1.0,59613.0,0.0,0.0 -kz,2.0,18744548.0,0.48237203580614885,0.4528134085218868 -la,1.0,7234171.0,0.0,0.0 -lb,1.0,6100075.0,0.13260683739904602,0.08656839690367205 -lc,1.0,165510.0,0.0,0.0 -li,2.0,38547.0,0.7566844789777452,0.7380034365701353 -lk,2.0,22576592.0,0.08117780057667154,0.04800179123845358 -lr,1.0,4809768.0,0.0,0.0 -ls,2.0,1962461.0,0.0,0.0 -lt,1.0,2793284.0,0.22272027540199257,0.15217365389361534 -lu,3.0,605764.0,1.117149803319022,1.083054891990184 -lv,1.0,1923559.0,0.1400731293426625,0.12397094592601905 -ly,1.0,6754507.0,0.11410355776196983,0.07448908570781082 -ma,3.0,34314130.0,0.24282753825432873,0.20450465427079983 -mc,1.0,30727.0,0.7287749376407036,0.7033696548063088 -md,4.0,3437720.0,0.25985516590530855,0.21191854525037992 -me,1.0,614249.0,0.0,0.0 -mf,1.0,32284.0,0.7361363006471753,0.7104743987942512 -mg,3.0,25683610.0,0.5615499141799934,0.522024689288425 -mh,2.0,75684.0,0.0,0.0 -mk,2.0,2118945.0,0.12005061678571256,0.07975755416788902 -ml,1.0,18429893.0,0.33862269829770064,0.3268182234453556 -mm,1.0,55622506.0,0.02684002470060244,0.018437152210254763 -mn,1.0,3103428.0,0.055299057195509156,0.03544843049327354 -mo,2.0,606340.0,0.016050529263892874,0.014968443780102973 -mp,1.0,51994.0,0.0,0.0 -mq,1.0,436131.0,0.7214135746342317,0.6962649108183662 -mr,1.0,3840429.0,0.13106489742928967,0.08556178763735027 -ms,1.0,5315.0,0.0,0.0 -mt,2.0,449043.0,0.0,0.0 -mu,2.0,1364283.0,0.02208408901941526,0.021314231963827535 -mv,1.0,392473.0,0.0,0.0 -mw,2.0,19842560.0,0.0,0.0 -mx,1.0,125959205.0,0.5373491585749502,0.5541868491432633 -my,1.0,31809660.0,0.08398083272149098,0.05306660333691891 -mz,1.0,27233789.0,0.08667285802502152,0.08082959641255605 -nan,1.0,2533224.0,0.0,0.0 -nc,1.0,282754.0,0.7066908486212883,0.6820554228424811 -ne,1.0,19866231.0,0.21347952718768082,0.20603757565033284 -nf,1.0,1748.0,0.0,0.0 -ng,2.0,203452505.0,0.0,0.0 -ni,1.0,6085213.0,0.5049787273354955,0.520802099194874 -nl,2.0,17151228.0,0.4454666128569553,0.37632848891807025 -no,3.0,5372191.0,0.28476318054292704,0.21251495932460684 -np,1.0,29717587.0,0.04407637737463715,0.02466504306578067 -nr,2.0,9692.0,0.0,0.0 -nu,2.0,1618.0,0.0,0.0 -nz,2.0,4545627.0,0.0,0.0 -om,1.0,3494116.0,0.12489713755026428,0.08153535057206321 -pa,1.0,3800644.0,0.44671195110447676,0.46070954928777313 -pe,2.0,31331228.0,0.47260829609604066,0.4874173492464846 -pf,2.0,290373.0,0.4490431433947769,0.4333893832644932 -pg,3.0,7027332.0,0.0,0.0 -ph,9.0,105893381.0,0.0,0.0 -pk,2.0,207862518.0,0.0,0.0 -pl,4.0,38420687.0,0.6930502340012688,0.6522874481177741 -pm,1.0,5471.0,0.6875628763127519,0.6635942565963487 -pn,1.0,54.0,0.0,0.0 -pr,2.0,3294626.0,0.5632455035665141,0.5808946491019749 -ps,1.0,4635207.0,0.1541939969756349,0.1006609266321768 -pt,1.0,10355493.0,0.3081701618667432,0.28739412057797703 -pw,2.0,21516.0,0.0,0.0 -py,2.0,7025763.0,0.020717075993251097,0.02136623996696919 -qa,1.0,2363569.0,0.13723265730831508,0.08958822470263735 -re,1.0,787584.0,0.655161307575986,0.6323222149268836 -ro,1.0,21457116.0,0.21806061372244886,0.16647458195381584 -rs,7.0,7078110.0,0.42792832070226516,0.38492661960005314 -ru,20.0,142122776.0,0.53572728200989,0.5384806138018493 -rw,3.0,12187400.0,0.00013892327251821578,0.00013408037130370527 -sa,1.0,33091113.0,0.1541939969756349,0.1006609266321768 -sb,1.0,660121.0,0.0,0.0 -sc,2.0,94633.0,0.44168178038830513,0.42628463927655075 -sd,2.0,43120843.0,0.0940583381551373,0.06140316524562784 -se,2.0,10040995.0,0.6965937027802825,0.6737223987932542 -sg,4.0,5995991.0,0.02116448585375222,0.014175454106818208 -sh,1.0,7841.0,0.0,0.0 -si,1.0,2102126.0,0.27688067372351854,0.25138559434502605 -sj,1.0,2583.0,0.14710363400613602,0.1117196184631122 -sk,1.0,5445040.0,0.27235039846739567,0.20061746504058225 -sl,1.0,6312212.0,0.0,0.0 -sm,1.0,33779.0,0.4579066725662857,0.3780766615909737 -sn,13.0,15020945.0,0.28709315725239837,0.277085015529758 -so,2.0,11259029.0,0.05242595897171587,0.03422471505494011 -sr,1.0,597927.0,0.4009199515712598,0.33869564002626323 -ss,1.0,10204581.0,0.0,0.0 -st,1.0,204454.0,0.27285899748617887,0.2544635442617505 -sv,1.0,6187271.0,0.5761936760622961,0.5942485490813306 -sx,2.0,42677.0,0.016596572262402676,0.014020720701542557 -sy,2.0,19454263.0,0.16678723931869127,0.12244673083460228 -sz,2.0,1087200.0,0.0,0.0 -tc,1.0,53701.0,0.0,0.0 -td,2.0,15833116.0,0.2176084176541235,0.2018357012139754 -tg,1.0,8176449.0,0.4490431433947769,0.4333893832644932 -th,1.0,68615858.0,0.11569217603555332,0.07350348546442591 -tj,1.0,8604882.0,0.07438868440118057,0.04782016835157944 -tk,2.0,1285.0,0.0,0.0 -tl,2.0,1321929.0,0.1893962453139359,0.17662763660521505 -tm,1.0,5411012.0,0.0,0.0 -tn,2.0,11516189.0,0.6835154597569811,0.6163458890767051 -to,2.0,106398.0,0.0,0.0 -tr,1.0,81257239.0,0.3833356510407803,0.2878495126869043 -tt,1.0,1215527.0,0.0,0.0 -tv,2.0,11147.0,0.0,0.0 -tw,1.0,23545963.0,0.0,0.0 -tz,2.0,55451343.0,0.0,0.0 -ua,2.0,43952299.0,0.6806570457496001,0.6266886846194084 -ug,2.0,40853749.0,0.0,0.0 -um,1.0,316.0,0.0,0.0 -us,3.0,329256465.0,0.06215122797975329,0.06409871990090757 -uy,1.0,3369299.0,0.5697195898144052,0.5875715990916527 -uz,2.0,30023709.0,0.020301172306151326,0.010137377434431204 -va,1.0,1000.0,0.4239495485332802,0.35003951589995763 -vc,1.0,101844.0,0.0,0.0 -ve,1.0,31689176.0,0.5308750723270593,0.5475098991535855 -vg,1.0,35802.0,0.0,0.0 -vi,1.0,106977.0,0.0,0.0 -vn,1.0,97040334.0,0.38003199408741484,0.32480585862254696 -vu,3.0,288037.0,0.36806815032358764,0.3552371993971256 -wf,1.0,15763.0,0.3558560306370282,0.34345079736168205 -ws,2.0,201316.0,0.0,0.0 -xk,3.0,1907592.0,0.12993834574036167,0.08973631231499721 -ye,1.0,28667230.0,0.11410355776196983,0.07448908570781082 -yt,1.0,194000.0,0.41959769136888986,0.40497040731272316 -za,11.0,55380210.0,0.028602344612302648,0.020167483899808613 -zm,1.0,16445079.0,0.0,0.0 -zw,3.0,14030368.0,0.0,0.0 diff --git a/results/f30/4.4.world_stats.csv b/results/f30/4.4.world_stats.csv deleted file mode 100644 index 8af1158..0000000 --- a/results/f30/4.4.world_stats.csv +++ /dev/null @@ -1,256 +0,0 @@ -ADMIN,ISO_A3,FIFA,Dial,ISO3166-1-Alpha-3,MARC,is_independent,ISO3166-1-numeric,GAUL,FIPS,WMO,ISO3166-1-Alpha-2,ITU,IOC,DS,UNTERM Spanish Formal,Global Code,Intermediate Region Code,official_name_fr,UNTERM French Short,ISO4217-currency_name,Developed / Developing Countries,UNTERM Russian Formal,UNTERM English Short,ISO4217-currency_alphabetic_code,Small Island Developing States (SIDS),UNTERM Spanish Short,ISO4217-currency_numeric_code,UNTERM Chinese Formal,UNTERM French Formal,UNTERM Russian Short,M49,Sub-region Code,Region Code,official_name_ar,ISO4217-currency_minor_unit,UNTERM Arabic Formal,UNTERM Chinese Short,Land Locked Developing Countries (LLDC),Intermediate Region Name,official_name_es,UNTERM English Formal,official_name_cn,official_name_en,ISO4217-currency_country_name,Least Developed Countries (LDC),Region Name,UNTERM Arabic Short,Sub-region Name,official_name_ru,Global Name,Capital,Continent,TLD,Languages,Geoname ID,CLDR display name,EDGAR,territory,nb_lang,population,message_coverage,words_coverage -Aruba,ABW,ARU,297,ABW,aw,Part of NL,533.0,14,AA,NU,aw,ABW,ARU,AW,,True,29.0,Aruba,,Aruban Florin,Developing,,,AWG,x,,533,,,,533.0,419.0,19.0,أروبا,2,,,,Caribbean,Aruba,,阿鲁巴,Aruba,ARUBA,,Americas,,Latin America and the Caribbean,Аруба,World,Oranjestad,,.aw,"nl-AW,pap,es,en",3577279.0,Aruba,1C,aw,2.0,116576.0,0.43210261447124665,0.3650386342505281 -Afghanistan,AFG,AFG,93,AFG,af,Yes,4.0,1,AF,AF,af,AFG,AFG,AFG,República Islámica del Afganistán (la),True,,Afghanistan,Afghanistan (l') [masc.],Afghani,Developing,Исламская Республика Афганистан,Afghanistan,AFN,,Afganistán (el),971,阿富汗伊斯兰共和国,République islamique d'Afghanistan,Афганистан,4.0,34.0,142.0,أفغانستان,2,جمهورية أفغانستان الإسلامية,阿富汗,x,,Afganistán,the Islamic Republic of Afghanistan,阿富汗,Afghanistan,AFGHANISTAN,x,Asia,أفغانستان,Southern Asia,Афганистан,World,Kabul,AS,.af,"fa-AF,ps,uz-AF,tk",1149361.0,Afghanistan,B2,af,5.0,34940837.0,0.07717781030131818,0.04301160890155484 -Angola,AGO,ANG,244,AGO,ao,Yes,24.0,8,AO,AN,ao,AGL,ANG,AO,la República de Angola,True,17.0,Angola,Angola (l') [masc.],Kwanza,Developing,Республика Ангола,Angola,AOA,,Angola,973,安哥拉共和国,la République d'Angola,Ангола,24.0,202.0,2.0,أنغولا,2,جمهورية أنغولا,安哥拉,,Middle Africa,Angola,the Republic of Angola,安哥拉,Angola,ANGOLA,x,Africa,أنغولا,Sub-Saharan Africa,Ангола,World,Luanda,AF,.ao,pt-AO,3351879.0,Angola,B7,ao,1.0,30355880.0,0.21507709213616452,0.20057714665337983 -Anguilla,AIA,AIA,1-264,AIA,am,Territory of GB,660.0,9,AV, ,ai,AIA,AIA, ,,True,29.0,Anguilla,,East Caribbean Dollar,Developing,,,XCD,x,,951,,,,660.0,419.0,19.0,أنغيلا,2,,,,Caribbean,Anguila,,安圭拉,Anguilla,ANGUILLA,,Americas,,Latin America and the Caribbean,Ангилья,World,The Valley,,.ai,en-AI,3573511.0,Anguilla,1A,ai,1.0,17422.0,0.0,0.0 -Albania,ALB,ALB,355,ALB,aa,Yes,8.0,3,AL,AB,al,ALB,ALB,AL,la República de Albania,True,,Albanie,Albanie (l') [fém.],Lek,Developed,Республика Албания,Albania,ALL,,Albania,008,阿尔巴尼亚共和国,la République d'Albanie,Албания,8.0,39.0,150.0,ألبانيا,2,جمهورية ألبانيا,阿尔巴尼亚,,,Albania,the Republic of Albania,阿尔巴尼亚,Albania,ALBANIA,,Europe,ألبانيا,Southern Europe,Албания,World,Tirana,EU,.al,"sq,el",783754.0,Albania,B3,al,1.0,3057220.0,0.11936031274463564,0.07783117344745105 -Aland,ALA,ALD,358,ALA, ,Part of FI,248.0,1242, , ,ax, , ,FIN,,True,,Îles d'Åland,,Euro,Developed,,,EUR,,,978,,,,248.0,154.0,150.0,جزر ألاند,2,,,,,Islas Åland,,奥兰群岛,Åland Islands,ÅLAND ISLANDS,,Europe,,Northern Europe,Аландские острова,World,Mariehamn,EU,.ax,sv-AX,661882.0,Åland Islands,,ax,1.0,26200.0,0.7173327725453776,0.6949617227554028 -Andorra,AND,AND,376,AND,an,Yes,20.0,7,AN, ,ad,AND,AND,AND,el Principado de Andorra,True,,Andorre,Andorre (l') [fém.],Euro,Developed,Княжество Андорра,Andorra,EUR,,Andorra,978,安道尔公国,la Principauté d'Andorre,Андорра,20.0,39.0,150.0,أندورا,2,إمارة أندورا,安道尔,,,Andorra,the Principality of Andorra,安道尔,Andorra,ANDORRA,,Europe,أندورا,Southern Europe,Андорра,World,Andorra la Vella,EU,.ad,ca,3041565.0,Andorra,B6,ad,1.0,85708.0,0.2291246845567749,0.21399398833056266 -United Arab Emirates,ARE,UAE,971,ARE,ts,Yes,784.0,255,AE,ER,ae,UAE,UAE, ,los Emiratos Árabes Unidos,True,,Émirats arabes unis,Émirats arabes unis (les),UAE Dirham,Developing,Объединенные Арабские Эмираты,United Arab Emirates (the),AED,,Emiratos Árabes Unidos (los),784,阿拉伯联合酋长国,les Émirats arabes unis,Объединенные Арабские Эмираты,784.0,145.0,142.0,الإمارات العربية المتحدة,2,الإمارات العربية المتحدة,阿拉伯联合酋长国,,,Emiratos Árabes Unidos,the United Arab Emirates,阿拉伯联合酋长国,United Arab Emirates,UNITED ARAB EMIRATES,,Asia,الإمارات العربية المتحدة,Western Asia,Объединенные Арабские Эмираты,World,Abu Dhabi,AS,.ae,"ar-AE,fa,en,hi,ur",290557.0,United Arab Emirates,C0,ae,1.0,9701315.0,0.12027131764099523,0.07851552277309791 -Argentina,ARG,ARG,54,ARG,ag,Yes,32.0,12,AR,AG,ar,ARG,ARG,RA,la República Argentina,True,5.0,Argentine,Argentine (l') [fém.],Argentine Peso,Developing,Аргентинская Республика,Argentina,ARS,,Argentina (la),032,阿根廷共和国,la République argentine,Аргентина,32.0,419.0,19.0,الأرجنتين,2,جمهورية الأرجنتين,阿根廷,,South America,Argentina,the Argentine Republic,阿根廷,Argentina,ARGENTINA,,Americas,الأرجنتين,Latin America and the Caribbean,Аргентина,World,Buenos Aires,SA,.ar,"es-AR,en,it,de,fr,gn",3865483.0,Argentina,C1,ar,1.0,44694198.0,0.6474086247890968,0.6676949989677872 -Armenia,ARM,ARM,374,ARM,ai,Yes,51.0,13,AM,AY,am,ARM,ARM,AM,la República de Armenia,True,,Arménie,Arménie (l') [fém.],Armenian Dram,Developing,Республика Армения,Armenia,AMD,,Armenia,051,亚美尼亚共和国,la République d'Arménie,Армения,51.0,145.0,142.0,أرمينيا,2,جمهورية أرمينيا,亚美尼亚,x,,Armenia,the Republic of Armenia,亚美尼亚,Armenia,ARMENIA,,Asia,أرمينيا,Western Asia,Армения,World,Yerevan,AS,.am,hy,174982.0,Armenia,1B,am,1.0,3038217.0,0.04127033058936221,0.03215190757582108 -American Samoa,ASM,ASA,1-684,ASM,as,Territory of US,16.0,5,AQ, ,as,SMA,ASA,USA,,True,,Samoa américaines,,US Dollar,Developing,,,USD,x,,840,,,,16.0,61.0,9.0,ساموا الأمريكية,2,,,,,Samoa Americana,,美属萨摩亚,American Samoa,AMERICAN SAMOA,,Oceania,,Polynesia,Американское Самоа,World,Pago Pago,OC,.as,"en-AS,sm,to",5880801.0,American Samoa,B5,as,2.0,50826.0,0.0,0.0 -Antarctica,ATA,ROS,672,ATA,ay,International,10.0,10,AY,AA,aq, , , ,,True,,Antarctique,,No universal currency,,,,,,,,,,,10.0,,,أنتاركتيكا,,,,,,Antártida,,南极洲,Antarctica,ANTARCTICA,,,,,Антарктике,World,,AN,.aq,,6697173.0,Antarctica,B8,,,,, -Ashmore and Cartier Islands,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -French Southern and Antarctic Lands,ATF,,262,ATF,fs,Territory of FR,260.0,88,FS, ,tf, , ,F,,True,14.0,Terres australes françaises,,Euro,Developing,,,EUR,,,978,,,,260.0,202.0,2.0,الأراضي الفرنسية الجنوبية الجنوبية,2,,,,Eastern Africa,Territorio de las Tierras Australes Francesas,,法属南方领地,French Southern Territories,FRENCH SOUTHERN TERRITORIES,,Africa,,Sub-Saharan Africa,Южные земли (французская заморская территория),World,Port-aux-Francais,AN,.tf,fr,1546748.0,French Southern Territories,2C,,,,, -Antigua and Barbuda,ATG,ATG,1-268,ATG,aq,Yes,28.0,11,AC,AT,ag,ATG,ANT, ,Antigua y Barbuda,True,29.0,Antigua-et-Barbuda,Antigua-et-Barbuda [fém.],East Caribbean Dollar,Developing,Антигуа и Барбуда,Antigua and Barbuda,XCD,x,Antigua y Barbuda,951,安提瓜和巴布达,Antigua-et-Barbuda [fém.],Антигуа и Барбуда,28.0,419.0,19.0,أنتيغوا وبربودا,2,أنتيغوا وبربودا,安提瓜和巴布达,,Caribbean,Antigua y Barbuda,Antigua and Barbuda,安提瓜和巴布达,Antigua and Barbuda,ANTIGUA AND BARBUDA,,Americas,أنتيغوا وبربودا,Latin America and the Caribbean,Антигуа и Барбуда,World,St. John's,,.ag,en-AG,3576396.0,Antigua & Barbuda,B9,ag,1.0,95882.0,0.0,0.0 -Australia,AUS,AUS,61,AUS,at,Yes,36.0,17,AS,AU,au,AUS,AUS,AUS,Australia,True,,Australie,Australie (l') [fém.],Australian Dollar,Developed,Австралия,Australia,AUD,,Australia,036,澳大利亚,l'Australie,Австралия,36.0,53.0,9.0,أستراليا,2,أستراليا,澳大利亚,,,Australia,Australia,澳大利亚,Australia,AUSTRALIA,,Oceania,أستراليا,Australia and New Zealand,Австралия,World,Canberra,OC,.au,en-AU,2077456.0,Australia,C3,au,1.0,23470145.0,0.0,0.0 -Austria,AUT,AUT,43,AUT,au,Yes,40.0,18,AU,OS,at,AUT,AUT,A,la República de Austria,True,,Autriche,Autriche (l') [fém.],Euro,Developed,Австрийская Республика,Austria,EUR,,Austria,978,奥地利共和国,la République d'Autriche,Австрия,40.0,155.0,150.0,النمسا,2,جمهورية النمسا,奥地利,,,Austria,the Republic of Austria,奥地利,Austria,AUSTRIA,,Europe,النمسا,Western Europe,Австрия,World,Vienna,EU,.at,"de-AT,hr,hu,sl",2782113.0,Austria,C4,at,4.0,8793370.0,0.7394323478140921,0.7205094400168904 -Azerbaijan,AZE,AZE,994,AZE,aj,Yes,31.0,19,AJ,AJ,az,AZE,AZE,AZ,la República de Azerbaiyán,True,,Azerbaïdjan,Azerbaïdjan (l') [masc.],Azerbaijan Manat,Developing,Азербайджанская Республика,Azerbaijan,AZN,,Azerbaiyán,944,阿塞拜疆共和国,la République d'Azerbaïdjan,Азербайджан,31.0,145.0,142.0,أذربيجان,2,جمهورية أذربيجان,阿塞拜疆,x,,Azerbaiyán,the Republic of Azerbaijan,阿塞拜疆,Azerbaijan,AZERBAIJAN,,Asia,أذربيجان,Western Asia,Азербайджан,World,Baku,AS,.az,"az,ru,hy",587116.0,Azerbaijan,1D,az,2.0,10046516.0,0.05730865542173361,0.03773589942987705 -Burundi,BDI,BDI,257,BDI,bd,Yes,108.0,43,BY,BI,bi,BDI,BDI,RU,la República de Burundi,True,14.0,Burundi,Burundi (le),Burundi Franc,Developing,Республика Бурунди,Burundi,BIF,,Burundi,108,布隆迪共和国,la République du Burundi,Бурунди,108.0,202.0,2.0,بوروندي,0,جمهورية بوروندي,布隆迪,x,Eastern Africa,Burundi,the Republic of Burundi,布隆迪,Burundi,BURUNDI,x,Africa,بوروندي,Sub-Saharan Africa,Бурунди,World,Bujumbura,AF,.bi,"fr-BI,rn",433561.0,Burundi,E2,bi,3.0,11844520.0,0.4343204173818334,0.4191798952886082 -Belgium,BEL,BEL,32,BEL,be,Yes,56.0,27,BE,BX,be,BEL,BEL,B,el Reino de Bélgica,True,,Belgique,Belgique (la),Euro,Developed,Королевство Бельгия,Belgium,EUR,,Bélgica,978,比利时王国,le Royaume de Belgique,Бельгия,56.0,155.0,150.0,بلجيكا,2,مملكة بلجيكا,比利时,,,Bélgica,the Kingdom of Belgium,比利时,Belgium,BELGIUM,,Europe,بلجيكا,Western Europe,Бельгия,World,Brussels,EU,.be,"nl-BE,fr-BE,de-BE",2802361.0,Belgium,C9,be,3.0,11570762.0,0.691209016692356,0.639321696492184 -Benin,BEN,BEN,229,BEN,dm,Yes,204.0,29,BN,BJ,bj,BEN,BEN,DY,la República de Benin,True,11.0,Bénin,Bénin (le),CFA Franc BCEAO,Developing,Республика Бенин,Benin,XOF,,Benin,952,贝宁共和国,la République du Bénin,Бенин,204.0,202.0,2.0,بنن,0,جمهورية بنن,贝宁,,Western Africa,Benin,the Republic of Benin,贝宁,Benin,BENIN,x,Africa,بنن,Sub-Saharan Africa,Бенин,World,Porto-Novo,AF,.bj,fr-BJ,2395170.0,Benin,G6,bj,1.0,11340504.0,0.2576477052265113,0.2486660395779879 -Burkina Faso,BFA,BFA,226,BFA,uv,Yes,854.0,42,UV,HV,bf,BFA,BUR,BF,Burkina Faso,True,11.0,Burkina Faso,Burkina Faso (le),CFA Franc BCEAO,Developing,Буркина-Фасо,Burkina Faso,XOF,,Burkina Faso,952,布基纳法索,le Burkina Faso,Буркина-Фасо,854.0,202.0,2.0,بوركينا فاسو,0,بوركينا فاسو,布基纳法索,x,Western Africa,Burkina Faso,Burkina Faso,布基纳法索,Burkina Faso,BURKINA FASO,x,Africa,بوركينا فاسو,Sub-Saharan Africa,Буркина-Фасо,World,Ouagadougou,AF,.bf,"fr-BF,mos",2361809.0,Burkina Faso,X2,bf,1.0,19742715.0,0.16194998614237857,0.15630436773473527 -Bangladesh,BGD,BAN,880,BGD,bg,Yes,50.0,23,BG,BW,bd,BGD,BAN,BD,la República Popular de Bangladesh,True,,Bangladesh,Bangladesh (le),Taka,Developing,Народная Республика Бангладеш,Bangladesh,BDT,,Bangladesh,050,孟加拉人民共和国,la République populaire du Bangladesh,Бангладеш,50.0,34.0,142.0,بنغلاديش,2,جمهورية بنغلاديش الشعبية,孟加拉国,,,Bangladesh,the People's Republic of Bangladesh,孟加拉国,Bangladesh,BANGLADESH,x,Asia,بنغلاديش,Southern Asia,Бангладеш,World,Dhaka,AS,.bd,"bn-BD,en",1210997.0,Bangladesh,C7,bd,1.0,159453001.0,0.13958816121519185,0.08807035189919395 -Bulgaria,BGR,BUL,359,BGR,bu,Yes,100.0,41,BU,BU,bg,BUL,BUL,BG,la República de Bulgaria,True,,Bulgarie,Bulgarie (la),Bulgarian Lev,Developed,Республика Болгария,Bulgaria,BGN,,Bulgaria,975,保加利亚共和国,la République de Bulgarie,Болгария,100.0,151.0,150.0,بلغاريا,2,جمهورية بلغاريا,保加利亚,,,Bulgaria,the Republic of Bulgaria,保加利亚,Bulgaria,BULGARIA,,Europe,بلغاريا,Eastern Europe,Болгария,World,Sofia,EU,.bg,"bg,tr-BG,rom",732800.0,Bulgaria,E0,bg,1.0,7057504.0,0.28688193792758054,0.2401214130605187 -Bahrain,BHR,BHR,973,BHR,ba,Yes,48.0,21,BA,BN,bh,BHR,BRN,BRN,el Reino de Bahrein,True,,Bahreïn,Bahreïn [masc.],Bahraini Dinar,Developing,Королевство Бахрейн,Bahrain,BHD,,Bahrein,048,巴林王国,le Royaume de Bahreïn,Бахрейн,48.0,145.0,142.0,البحرين,3,مملكة البحرين,巴林,,,Bahrein,the Kingdom of Bahrain,巴林,Bahrain,BAHRAIN,,Asia,البحرين,Western Asia,Бахрейн,World,Manama,AS,.bh,"ar-BH,en,fa,ur",290291.0,Bahrain,C6,bh,1.0,1442659.0,0.13414877736880237,0.08757500616999381 -The Bahamas,BHS,BAH,1-242,BHS,bf,Yes,44.0,20,BF,BA,bs,BAH,BAH,BS,el Commonwealth de las Bahamas,True,29.0,Bahamas,Bahamas (les) [fém.],Bahamian Dollar,Developing,Содружество Багамских Островов,Bahamas (the),BSD,x,Bahamas (las),044,巴哈马国,le Commonwealth des Bahamas,Багамские Острова,44.0,419.0,19.0,جزر البهاما,2,كمنولث جزر البهاما,巴哈马,,Caribbean,Bahamas,the Commonwealth of the Bahamas,巴哈马,Bahamas,BAHAMAS,,Americas,جزر البهاما,Latin America and the Caribbean,Багамские Острова,World,Nassau,,.bs,en-BS,3572887.0,Bahamas,C5,bs,1.0,332634.0,0.0,0.0 -Bosnia and Herzegovina,BIH,BIH,387,BIH,bn,Yes,70.0,34,BK,BG,ba,BIH,BIH,BIH,Bosnia y Herzegovina,True,,Bosnie-Herzégovine,Bosnie-Herzégovine (la),Convertible Mark,Developed,Босния и Герцеговина,Bosnia and Herzegovina,BAM,,Bosnia y Herzegovina,977,波斯尼亚和黑塞哥维那,la Bosnie-Herzégovine,Босния и Герцеговина,70.0,39.0,150.0,البوسنة والهرسك,2,البوسنة والهرسك,波斯尼亚和黑塞哥维那,,,Bosnia y Herzegovina,Bosnia and Herzegovina,波斯尼亚和黑塞哥维那,Bosnia and Herzegovina,BOSNIA AND HERZEGOVINA,,Europe,البوسنة والهرسك,Southern Europe,Босния и Герцеговина,World,Sarajevo,EU,.ba,"bs,hr-BA,sr-BA",3277605.0,Bosnia,1E,ba,5.0,3849891.0,0.2719926773410871,0.20745968549329682 -Bajo Nuevo Bank (Petrel Is.),-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Saint Barthelemy,BLM, ,590,BLM,sc,Part of FR,652.0,,TB, ,bl, , , ,,True,29.0,Saint-Barthélemy,,Euro,Developing,,,EUR,,,978,,,,652.0,419.0,19.0,سان بارتليمي,2,,,,Caribbean,San Bartolomé,,圣巴泰勒米,Saint Barthélemy,SAINT BARTHÉLEMY,,Americas,,Latin America and the Caribbean,Святой Варфоломей,World,Gustavia,,.gp,fr,3578476.0,St. Barthélemy,,bl,1.0,7160.0,0.7042644775744623,0.6797136357179637 -Belarus,BLR,BLR,375,BLR,bw,Yes,112.0,26,BO,BY,by,BLR,BLR,BY,la República de Belarús,True,,Bélarus,Bélarus (le),Belarusian Ruble,Developed,Республика Беларусь,Belarus,BYN,,Belarús,933,白俄罗斯共和国,la République du Bélarus,Беларусь,112.0,151.0,150.0,بيلاروس,2,جمهورية بيلاروس,白俄罗斯,,,Belarús,the Republic of Belarus,白俄罗斯,Belarus,BELARUS,,Europe,بيلاروس,Eastern Europe,Беларусь,World,Minsk,EU,.by,"be,ru",630336.0,Belarus,1F,by,2.0,9527543.0,0.2505819714776114,0.17971517135508586 -Belize,BLZ,BLZ,501,BLZ,bh,Yes,84.0,28,BH,BH,bz,BLZ,BIZ,BH,Belice,True,13.0,Belize,Belize (le),Belize Dollar,Developing,Белиз,Belize,BZD,x,Belice,084,伯利兹,le Belize,Белиз,84.0,419.0,19.0,بليز,2,بليز,伯利兹,,Central America,Belice,Belize,伯利兹,Belize,BELIZE,,Americas,بليز,Latin America and the Caribbean,Белиз,World,Belmopan,,.bz,"en-BZ,es",3582678.0,Belize,D1,bz,1.0,385854.0,0.0,0.0 -Bermuda,BMU,BER,1-441,BMU,bm,Territory of GB,60.0,30,BD,BE,bm,BER,BER,BM,,True,,Bermudes,,Bermudian Dollar,Developed,,,BMD,,,060,,,,60.0,21.0,19.0,برمودا,2,,,,,Bermuda,,百慕大,Bermuda,BERMUDA,,Americas,,Northern America,Бермудские острова,World,Hamilton,,.bm,"en-BM,pt",3573345.0,Bermuda,D0,bm,1.0,71176.0,0.0,0.0 -Bolivia,BOL,BOL,591,BOL,bo,Yes,68.0,33,BL,BO,bo,BOL,BOL,BOL,Estado Plurinacional de Bolivia,True,5.0,Bolivie (État plurinational de),Bolivie (État plurinational de) (l'),Boliviano,Developing,Многонациональное Государство Боливия,Bolivia (Plurinational State of),BOB,,Bolivia (Estado Plurinacional de),068,玻利维亚多民族国,État plurinational de Bolivie,Боливия (Многонациональное Государство),68.0,419.0,19.0,بوليفيا (دولة - المتعددة القوميات),2,دولة بوليفيا المتعددة القوميات,玻利维亚(多民族国),x,South America,Bolivia (Estado Plurinacional de),the Plurinational State of Bolivia,玻利维亚(多民族国),Bolivia (Plurinational State of),BOLIVIA (PLURINATIONAL STATE OF),,Americas,بوليفيا (دولة - المتعددة القوميات),Latin America and the Caribbean,Боливия (Многонациональное Государство),World,Sucre,SA,.bo,"es-BO,qu,ay",3923057.0,Bolivia,,bo,3.0,11306341.0,0.394919261121349,0.4072939493703502 -Brazil,BRA,BRA,55,BRA,bl,Yes,76.0,37,BR,BZ,br,B,BRA,BR,la República Federativa del Brasil,True,5.0,Brésil,Brésil (le),Brazilian Real,Developing,Федеративная Республика Бразилия,Brazil,BRL,,Brasil (el),986,巴西联邦共和国,la République fédérative du Brésil,Бразилия,76.0,419.0,19.0,البرازيل,2,الجمهورية الاتحادية البرازيلية,巴西,,South America,Brasil,the Federative Republic of Brazil,巴西,Brazil,BRAZIL,,Americas,البرازيل,Latin America and the Caribbean,Бразилия,World,Brasilia,SA,.br,"pt-BR,es,en,fr",3469034.0,Brazil,D5,br,1.0,208846892.0,0.4451041266537977,0.4536743671293774 -Barbados,BRB,BRB,1-246,BRB,bb,Yes,52.0,24,BB,BR,bb,BRB,BAR,BDS,Barbados,True,29.0,Barbade,Barbade (la),Barbados Dollar,Developing,Барбадос,Barbados,BBD,x,Barbados,052,巴巴多斯,la Barbade,Барбадос,52.0,419.0,19.0,بربادوس,2,بربادوس,巴巴多斯,,Caribbean,Barbados,Barbados,巴巴多斯,Barbados,BARBADOS,,Americas,بربادوس,Latin America and the Caribbean,Барбадос,World,Bridgetown,,.bb,en-BB,3374084.0,Barbados,C8,bb,1.0,293131.0,0.0,0.0 -Brunei,BRN,BRU,673,BRN,bx,Yes,96.0,40,BX,BD,bn,BRU,BRU,BRU,Brunei Darussalam,True,,Brunéi Darussalam,Brunéi Darussalam (le),Brunei Dollar,Developing,Бруней-Даруссалам,Brunei Darussalam,BND,,Brunei Darussalam,096,文莱达鲁萨兰国,le Brunéi Darussalam,Бруней-Даруссалам,96.0,35.0,142.0,بروني دار السلام,2,بروني دار السلام,文莱达鲁萨兰国,,,Brunei Darussalam,Brunei Darussalam,文莱达鲁萨兰国,Brunei Darussalam,BRUNEI DARUSSALAM,,Asia,بروني دار السلام,South-eastern Asia,Бруней-Даруссалам,World,Bandar Seri Begawan,AS,.bn,"ms-BN,en-BN",1820814.0,Brunei,D9,bn,2.0,450565.0,0.10413623257464882,0.06580258813777945 -Bhutan,BTN,BHU,975,BTN,bt,Yes,64.0,31,BT, ,bt,BTN,BHU,BT,el Reino de Bhután,True,,Bhoutan,Bhoutan (le),"Indian Rupee,Ngultrum",Developing,Королевство Бутан,Bhutan,"INR,BTN",,Bhután,"356,064",不丹王国,le Royaume du Bhoutan,Бутан,64.0,34.0,142.0,بوتان,"2,2",مملكة بوتان,不丹,x,,Bhután,the Kingdom of Bhutan,不丹,Bhutan,BHUTAN,x,Asia,بوتان,Southern Asia,Бутан,World,Thimphu,AS,.bt,dz,1252634.0,Bhutan,D2,bt,1.0,766397.0,0.05430767809474723,0.03411008510710954 -Botswana,BWA,BOT,267,BWA,bs,Yes,72.0,35,BC,BC,bw,BOT,BOT,BW,la República de Botswana,True,18.0,Botswana,Botswana (le),Pula,Developing,Республика Ботсвана,Botswana,BWP,,Botswana,072,博茨瓦纳共和国,la République du Botswana,Ботсвана,72.0,202.0,2.0,بوتسوانا,2,جمهورية بوتسوانا,博茨瓦纳,x,Southern Africa,Botswana,the Republic of Botswana,博茨瓦纳,Botswana,BOTSWANA,,Africa,بوتسوانا,Sub-Saharan Africa,Ботсвана,World,Gaborone,AF,.bw,"en-BW,tn-BW",933860.0,Botswana,B1,bw,2.0,2249104.0,0.0,0.0 -Central African Republic,CAF,CTA,236,CAF,cx,Yes,140.0,49,CT,CE,cf,CAF,CAF,RCA,la República Centroafricana,True,17.0,République centrafricaine,République centrafricaine (la),CFA Franc BEAC,Developing,Центральноафриканская Республика,Central African Republic (the),XAF,,República Centroafricana (la),950,中非共和国,la République centrafricaine,Центральноафриканская Республика,140.0,202.0,2.0,جمهورية أفريقيا الوسطى,0,جمهورية أفريقيا الوسطى,中非共和国,x,Middle Africa,República Centroafricana,the Central African Republic,中非共和国,Central African Republic,CENTRAL AFRICAN REPUBLIC,x,Africa,جمهورية أفريقيا الوسطى,Sub-Saharan Africa,Центральноафриканская Республика,World,Bangui,AF,.cf,"fr-CF,sg,ln,kg",239880.0,Central African Republic,F0,cf,2.0,5745062.0,0.36070678731711586,0.3481324554091831 -Canada,CAN,CAN,1,CAN,xxc,Yes,124.0,46,CA,CN,ca,CAN,CAN,CDN,el Canadá,True,,Canada,Canada (le),Canadian Dollar,Developed,Канада,Canada,CAD,,Canadá (el),124,加拿大,le Canada,Канада,124.0,21.0,19.0,كندا,2,كندا,加拿大,,,Canadá,Canada,加拿大,Canada,CANADA,,Americas,كندا,Northern America,Канада,World,Ottawa,,.ca,"en-CA,fr-CA,iu",6251999.0,Canada,,ca,5.0,35881659.0,0.2515699955752858,0.2181318810952942 -Switzerland,CHE,SUI,41,CHE,sz,Yes,756.0,237,SZ,SW,ch,SUI,SUI,CH,la Confederación Suiza,True,,Suisse,Suisse (la),Swiss Franc,Developed,Швейцарская Конфедерация,Switzerland,CHF,,Suiza,756,瑞士联邦,la Confédération suisse,Швейцария,756.0,155.0,150.0,سويسرا,2,الاتحاد السويسري,瑞士,,,Suiza,the Swiss Confederation,瑞士,Switzerland,SWITZERLAND,,Europe,سويسرا,Western Europe,Швейцария,World,Bern,EU,.ch,"de-CH,fr-CH,it-CH,rm",2658434.0,Switzerland,V8,ch,5.0,8292809.0,0.7290918735990431,0.7062087576659262 -Chile,CHL,CHI,56,CHL,cl,Yes,152.0,51,CI,CH,cl,CHL,CHI,RCH,la República de Chile,True,5.0,Chili,Chili (le),Chilean Peso,Developing,Республика Чили,Chile,CLP,,Chile,152,智利共和国,la République du Chili,Чили,152.0,419.0,19.0,شيلي,0,جمهورية شيلي,智利,,South America,Chile,the Republic of Chile,智利,Chile,CHILE,,Americas,شيلي,Latin America and the Caribbean,Чили,World,Santiago,SA,.cl,es-CL,3895114.0,Chile,F3,cl,1.0,17925262.0,0.6344604522933148,0.6543410989884314 -China,CHN,CHN,86,CHN,cc,Yes,156.0,53,CH,CI,cn,CHN,CHN,CN,la República Popular China,True,,Chine,Chine (la),Yuan Renminbi,Developing,Китайская Народная Республика,China,CNY,,China,156,中华人民共和国,la République populaire de Chine,Китай,156.0,30.0,142.0,الصين,2,جمهورية الصين الشعبية,中国,,,China,the People's Republic of China,中国,China,CHINA,,Asia,الصين,Eastern Asia,Китай,World,Beijing,AS,.cn,"zh-CN,yue,wuu,dta,ug,za",1814991.0,China,F4,cn,6.0,1384688986.0,0.47066082985992586,0.45244331020645734 -Ivory Coast,CIV,CIV,225,CIV,iv,Yes,384.0,66,IV,IV,ci,CTI,CIV,CI,la República de Côte d'Ivoire,True,11.0,Côte d'Ivoire,Côte d'Ivoire (la),CFA Franc BCEAO,Developing,Республика Кот-д'Ивуар,Côte d'Ivoire,XOF,,Côte d'Ivoire,952,科特迪瓦共和国,la République de Côte d'Ivoire,Кот-д'Ивуар,384.0,202.0,2.0,كوت ديفوار,0,جمهورية كوت ديفوار,科特迪瓦,,Western Africa,Côte d'Ivoire,the Republic of Côte d'Ivoire,科特迪瓦,Côte d'Ivoire,CÔTE D'IVOIRE,,Africa,كوت ديفوار,Sub-Saharan Africa,Кот-д'Ивуар,World,Yamoussoukro,AF,.ci,fr-CI,2287781.0,Côte d’Ivoire,,ci,1.0,26260582.0,0.36070678731711586,0.3481324554091831 -Clipperton Island,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cameroon,CMR,CMR,237,CMR,cm,Yes,120.0,45,CM,CM,cm,CME,CMR,CAM,la República del Camerún,True,17.0,Cameroun,Cameroun (le),CFA Franc BEAC,Developing,Республика Камерун,Cameroon,XAF,,Camerún (el),950,喀麦隆共和国,la République du Cameroun,Камерун,120.0,202.0,2.0,الكاميرون,0,جمهورية الكاميرون,喀麦隆,,Middle Africa,Camerún,the Republic of Cameroon,喀麦隆,Cameroon,CAMEROON,,Africa,الكاميرون,Sub-Saharan Africa,Камерун,World,Yaounde,AF,.cm,"en-CM,fr-CM",2233387.0,Cameroon,E4,cm,2.0,25640965.0,0.5005726844400792,0.4831225911800909 -Cyprus No Mans Area,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Democratic Republic of the Congo,COD,COD,243,COD,cg,Yes,180.0,68,CG,ZR,cd,COD,COD,ZRE,la República Democrática del Congo,True,17.0,République démocratique du Congo,République démocratique du Congo (la),Congolese Franc,Developing,Демократическая Республика Конго,Democratic Republic of the Congo (the),CDF,,República Democrática del Congo (la),976,刚果民主共和国,la République démocratique du Congo,Демократическая Республика Конго,180.0,202.0,2.0,جمهورية الكونغو الديمقراطية,2,جمهورية الكونغو الديمقراطية,刚果民主共和国,,Middle Africa,República Democrática del Congo,the Democratic Republic of the Congo,刚果民主共和国,Democratic Republic of the Congo,CONGO (THE DEMOCRATIC REPUBLIC OF THE),x,Africa,جمهورية الكونغو الديمقراطية,Sub-Saharan Africa,Демократическая Республика Конго,World,Kinshasa,AF,.cd,"fr-CD,ln,ktu,kg,sw,lua",203312.0,Congo - Kinshasa,,cd,5.0,85281024.0,0.02797317942459266,0.026998027154181547 -Republic of Congo,COG,CGO,242,COG,cf,Yes,178.0,59,CF,CG,cg,COG,CGO,RCB,la República del Congo,True,17.0,Congo,Congo (le),CFA Franc BEAC,Developing,Республика Конго,Congo (the),XAF,,Congo (el),950,刚果共和国,la République du Congo,Конго,178.0,202.0,2.0,الكونغو,0,جمهورية الكونغو,刚果,,Middle Africa,Congo,the Republic of the Congo,刚果,Congo,CONGO,,Africa,الكونغو,Sub-Saharan Africa,Конго,World,Brazzaville,AF,.cg,"fr-CG,kg,ln-CG",2260494.0,Congo - Brazzaville,G0,cg,2.0,5062021.0,0.6183544925436272,0.596798494987171 -Cook Islands,COK,COK,682,COK,cw,Associated with NZ,184.0,60,CW,KU,ck,CKH,COK,NZ,las Islas Cook,True,,Îles Cook,Îles Cook (les) **,New Zealand Dollar,Developing,Острова Кука,Cook Islands (the) **,NZD,x,Islas Cook (las) **,554,库克群岛,les Îles Cook,Острова Кука **,184.0,61.0,9.0,جزر كوك,2,جزر كوك,库克群岛 **,,,Islas Cook,the Cook Islands,库克群岛,Cook Islands,COOK ISLANDS,,Oceania,جزر كوك **,Polynesia,Острова Кука,World,Avarua,OC,.ck,"en-CK,mi",1899402.0,Cook Islands,G1,ck,1.0,9038.0,0.0,0.0 -Colombia,COL,COL,57,COL,ck,Yes,170.0,57,CO,CO,co,CLM,COL,CO,la República de Colombia,True,5.0,Colombie,Colombie (la),Colombian Peso,Developing,Республика Колумбия,Colombia,COP,,Colombia,170,哥伦比亚共和国,la République de Colombie,Колумбия,170.0,419.0,19.0,كولومبيا,2,جمهورية كولومبيا,哥伦比亚,,South America,Colombia,the Republic of Colombia,哥伦比亚,Colombia,COLOMBIA,,Americas,كولومبيا,Latin America and the Caribbean,Колумбия,World,Bogota,SA,.co,es-CO,3686110.0,Colombia,F8,co,1.0,48168996.0,0.60209002105386,0.620956349040042 -Comoros,COM,COM,269,COM,cq,Yes,174.0,58,CN,IC,km,COM,COM,KM,la Unión de las Comoras,True,14.0,Comores,Comores (les) [fém.],Comorian Franc ,Developing,Союз Коморских Островов,Comoros (the),KMF,x,Comoras (las),174,科摩罗联盟,l'Union des Comores,Коморские Острова,174.0,202.0,2.0,جزر القمر,0,اتحاد جزر القمر,科摩罗,,Eastern Africa,Comoras,the Union of the Comoros,科摩罗,Comoros,COMOROS,x,Africa,جزر القمر,Sub-Saharan Africa,Коморские Острова,World,Moroni,AF,.km,"ar,fr-KM",921929.0,Comoros,F9,km,4.0,821164.0,0.5140043663663372,0.4643018749020174 -Cape Verde,CPV,CPV,238,CPV,cv,Yes,132.0,47,CV,CV,cv,CPV,CPV,CV,la República de Cabo Verde,True,11.0,Cabo Verde,Cabo Verde (sans article),Cabo Verde Escudo,Developing,Республика Кабо-Верде,Cabo Verde,CVE,x,Cabo Verde,132,佛得角共和国,la République de Cabo Verde,Кабо-Верде,132.0,202.0,2.0,كابو فيردي,2,جمهورية كابو فيردي,佛得角,,Western Africa,Cabo Verde,the Republic of Cabo Verde,佛得角,Cabo Verde,CABO VERDE,,Africa,كابو فيردي,Sub-Saharan Africa,Кабо-Верде,World,Praia,AF,.cv,pt-CV,3374766.0,Cape Verde,,cv,2.0,568373.0,0.24396804481117168,0.22752034545756517 -Costa Rica,CRI,CRC,506,CRI,cr,Yes,188.0,61,CS,CS,cr,CTR,CRC,CR,la República de Costa Rica,True,13.0,Costa Rica,Costa Rica (le),Costa Rican Colon,Developing,Республика Коста-Рика,Costa Rica,CRC,,Costa Rica,188,哥斯达黎加共和国,la République du Costa Rica,Коста-Рика,188.0,419.0,19.0,كوستاريكا,2,جمهورية كوستاريكا,哥斯达黎加,,Central America,Costa Rica,the Republic of Costa Rica,哥斯达黎加,Costa Rica,COSTA RICA,,Americas,كوستاريكا,Latin America and the Caribbean,Коста-Рика,World,San Jose,,.cr,"es-CR,en",3624060.0,Costa Rica,G2,cr,1.0,4987142.0,0.615038193549642,0.6343102490193978 -Coral Sea Islands,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cuba,CUB,CUB,53,CUB,cu,Yes,192.0,63,CU,CU,cu,CUB,CUB,C,la República de Cuba,True,29.0,Cuba,Cuba [fém.],"Cuban Peso,Peso Convertible",Developing,Республика Куба,Cuba,"CUP,CUC",x,Cuba,"192,931",古巴共和国,la République de Cuba,Куба,192.0,419.0,19.0,كوبا,"2,2",جمهورية كوبا,古巴,,Caribbean,Cuba,the Republic of Cuba,古巴,Cuba,CUBA,,Americas,كوبا,Latin America and the Caribbean,Куба,World,Havana,,.cu,"es-CU,pap",3562981.0,Cuba,G3,cu,1.0,11116396.0,0.6474086247890968,0.6676949989677872 -Curaçao,CUW,,599,CUW,co,Part of NL,531.0,,UC,,cw,,,,,True,29.0,Curaçao,,Netherlands Antillean Guilder,Developing,,,ANG,x,,532,,,,531.0,419.0,19.0,كوراساو,2,,,,Caribbean,Curaçao,,库拉索,Curaçao,CURAÇAO,,Americas,,Latin America and the Caribbean,Кюрасао,World, Willemstad,,.cw,"nl,pap",7626836.0,Curaçao,,cw,2.0,150241.0,0.03563732902855642,0.03010627911344562 -Cayman Islands,CYM,CAY,1-345,CYM,cj,Territory of GB,136.0,48,CJ,GC,ky,CYM,CAY,KY,,True,29.0,Îles Caïmanes,,Cayman Islands Dollar,Developing,,,KYD,,,136,,,,136.0,419.0,19.0,جزر كايمان,2,,,,Caribbean,Islas Caimán,,开曼群岛,Cayman Islands,CAYMAN ISLANDS,,Americas,,Latin America and the Caribbean,Кайман острова,World,George Town,,.ky,en-KY,3580718.0,Cayman Islands,E9,ky,1.0,59613.0,0.0,0.0 -Northern Cyprus,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cyprus,CYP,CYP,357,CYP,cy,Yes,196.0,64,CY,CY,cy,CYP,CYP,CY,la República de Chipre,True,,Chypre,Chypre [fém.],Euro,Developed,Республика Кипр,Cyprus,EUR,,Chipre,978,塞浦路斯共和国,la République de Chypre,Кипр,196.0,145.0,142.0,قبرص,2,جمهورية قبرص,塞浦路斯,,,Chipre,the Republic of Cyprus,塞浦路斯,Cyprus,CYPRUS,,Asia,قبرص,Western Asia,Кипр,World,Nicosia,EU,.cy,"el-CY,tr-CY,en",146669.0,Cyprus,G4,cy,2.0,1237088.0,0.3863077461672736,0.3586193028450268 -Czech Republic,CZE,CZE,420,CZE,xr,Yes,203.0,65,EZ,CZ,cz,CZE,CZE,CZ,la República Checa,True,,Tchéquie,République tchèque (la),Czech Koruna,Developed,Чешская Республика,Czech Republic (the),CZK,,República Checa (la),203,捷克共和国,la République tchèque,Чешская Республика,203.0,151.0,150.0,تشيكيا,2,الجمهورية التشيكية,捷克共和国,,,Chequia,the Czech Republic,捷克,Czechia,CZECHIA,,Europe,الجمهورية التشيكية,Eastern Europe,Чехия,World,Prague,EU,.cz,"cs,sk",3077311.0,Czechia,,cz,1.0,10686269.0,0.4391876030204752,0.4359677887518296 -Germany,DEU,GER,49,DEU,gw,Yes,276.0,93,GM,DL,de,D,GER,D,la República Federal de Alemania,True,,Allemagne,Allemagne (l') [fém.],Euro,Developed,Федеративная Республика Германия,Germany,EUR,,Alemania,978,德意志联邦共和国,la République fédérale d'Allemagne,Германия,276.0,155.0,150.0,ألمانيا,2,جمهورية ألمانيا الاتحادية,德国,,,Alemania,the Federal Republic of Germany,德国,Germany,GERMANY,,Europe,ألمانيا,Western Europe,Германия,World,Berlin,EU,.de,de,2921044.0,Germany,2M,de,1.0,80457737.0,0.6885828758697481,0.6715831272788232 -Djibouti,DJI,DJI,253,DJI,ft,Yes,262.0,70,DJ,DJ,dj,DJI,DJI,F,la República de Djibouti,True,14.0,Djibouti,Djibouti [masc.],Djibouti Franc,Developing,Республика Джибути,Djibouti,DJF,,Djibouti,262,吉布提共和国,la République de Djibouti,Джибути,262.0,202.0,2.0,جيبوتي,0,جمهورية جيبوتي,吉布提,,Eastern Africa,Djibouti,the Republic of Djibouti,吉布提,Djibouti,DJIBOUTI,x,Africa,جيبوتي,Sub-Saharan Africa,Джибути,World,Djibouti,AF,.dj,"fr-DJ,ar,so-DJ,aa",223816.0,Djibouti,1G,dj,2.0,884017.0,0.02707779158079341,0.022618331338343445 -Dominica,DMA,DMA,1-767,DMA,dq,Yes,212.0,71,DO,DO,dm,DMA,DMA,WD,el Commonwealth de Dominica,True,29.0,Dominique,Dominique (la),East Caribbean Dollar,Developing,Содружество Доминики,Dominica,XCD,x,Dominica,951,多米尼克国,le Commonwealth de Dominique,Доминика,212.0,419.0,19.0,دومينيكا,2,كمنولث دومينيكا,多米尼克,,Caribbean,Dominica,the Commonwealth of Dominica,多米尼克,Dominica,DOMINICA,,Americas,دومينيكا,Latin America and the Caribbean,Доминика,World,Roseau,,.dm,en-DM,3575830.0,Dominica,G9,dm,1.0,74027.0,0.0,0.0 -Denmark,DNK,DEN,45,DNK,dk,Yes,208.0,69,DA,DN,dk,DNK,DEN,DK,el Reino de Dinamarca,True,,Danemark,Danemark (le),Danish Krone,Developed,Королевство Дания,Denmark,DKK,,Dinamarca,208,丹麦王国,le Royaume du Danemark,Дания,208.0,154.0,150.0,الدانمرك,2,مملكة الدانمرك,丹麦,,,Dinamarca,the Kingdom of Denmark,丹麦,Denmark,DENMARK,,Europe,الدانمرك,Northern Europe,Дания,World,Copenhagen,EU,.dk,"da-DK,en,fo,de-DK",2623032.0,Denmark,G7,dk,3.0,5809502.0,0.798703412864735,0.7161307153933196 -Dominican Republic,DOM,DOM,"1-809,1-829,1-849",DOM,dr,Yes,214.0,72,DR,DR,do,DOM,DOM,DOM,la República Dominicana,True,29.0,République dominicaine,République dominicaine (la),Dominican Peso,Developing,Доминиканская Республика,Dominican Republic (the),DOP,x,República Dominicana (la),214,多米尼加共和国,la République dominicaine,Доминиканская Республика,214.0,419.0,19.0,الجمهورية الدومينيكية,2,الجمهورية الدومينيكية,多米尼加,,Caribbean,República Dominicana,the Dominican Republic,多米尼加,Dominican Republic,DOMINICAN REPUBLIC,,Americas,الجمهورية الدومينيكية,Latin America and the Caribbean,Доминиканская Республика,World,Santo Domingo,,.do,es-DO,3508796.0,Dominican Republic,G8,do,1.0,10298756.0,0.5049787273354955,0.520802099194874 -Algeria,DZA,ALG,213,DZA,ae,Yes,12.0,4,AG,AL,dz,ALG,ALG,DZ,la República Argelina Democrática y Popular,True,,Algérie,Algérie (l') [fém.],Algerian Dinar,Developing,Алжирская Народная Демократическая Республика,Algeria,DZD,,Argelia,012,阿尔及利亚民主人民共和国,la République algérienne démocratique et populaire,Алжир,12.0,15.0,2.0,الجزائر,2,الجمهورية الجزائرية الديمقراطية الشعبية,阿尔及利亚,,,Argelia,the People's Democratic Republic of Algeria,阿尔及利亚,Algeria,ALGERIA,,Africa,الجزائر,Northern Africa,Алжир,World,Algiers,AF,.dz,ar-DZ,2589581.0,Algeria,B4,dz,2.0,41657488.0,0.2613308178914049,0.21658396546666106 -Ecuador,ECU,ECU,593,ECU,ec,Yes,218.0,73,EC,EQ,ec,EQA,ECU,EC,la República del Ecuador,True,5.0,Équateur,Équateur (l') [masc.],US Dollar,Developing,Республика Эквадор,Ecuador,USD,,Ecuador (el),840,厄瓜多尔共和国,la République de l'Équateur,Эквадор,218.0,419.0,19.0,إكوادور,2,جمهورية إكوادور,厄瓜多尔,,South America,Ecuador,the Republic of Ecuador,厄瓜多尔,Ecuador,ECUADOR,,Americas,إكوادور,Latin America and the Caribbean,Эквадор,World,Quito,SA,.ec,es-EC,3658394.0,Ecuador,H1,ec,2.0,16498502.0,0.6215122797975329,0.6409871990090756 -Egypt,EGY,EGY,20,EGY,ua,Yes,818.0,40765,EG,EG,eg,EGY,EGY,ET,la República Árabe de Egipto,True,,Égypte,Égypte (l') [fém.],Egyptian Pound,Developing,Арабская Республика Египет,Egypt,EGP,,Egipto,818,阿拉伯埃及共和国,la République arabe d'Égypte,Египет,818.0,15.0,2.0,مصر,2,جمهورية مصر العربية,埃及,,,Egipto,the Arab Republic of Egypt,埃及,Egypt,EGYPT,,Africa,مصر,Northern Africa,Египет,World,Cairo,AF,.eg,"ar-EG,en,fr",357994.0,Egypt,H2,eg,1.0,99413317.0,0.1449423571570968,0.09462127103424618 -Eritrea,ERI,ERI,291,ERI,ea,Yes,232.0,77,ER, ,er,ERI,ERI,ER,el Estado de Eritrea,True,14.0,Érythrée,Érythrée (l') [fém.],Nakfa,Developing,Государство Эритрея,Eritrea,ERN,,Eritrea,232,厄立特里亚国,l'État d'Érythrée,Эритрея,232.0,202.0,2.0,إريتريا,2,دولة إريتريا,厄立特里亚,,Eastern Africa,Eritrea,the State of Eritrea,厄立特里亚,Eritrea,ERITREA,x,Africa,إريتريا,Sub-Saharan Africa,Эритрея,World,Asmara,AF,.er,"aa-ER,ar,tig,kun,ti-ER",338010.0,Eritrea,1J,er,3.0,5970646.0,0.007555505851806111,0.004932385404976663 -Dhekelia Sovereign Base Area,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Spain,ESP,ESP,34,ESP,sp,Yes,724.0,229,SP,SP,es,E,ESP,E,el Reino de España,True,,Espagne,Espagne (l') [fém.],Euro,Developed,Королевство Испания,Spain,EUR,,España,978,西班牙王国,le Royaume d'Espagne,Испания,724.0,39.0,150.0,إسبانيا,2,مملكة إسبانيا,西班牙,,,España,the Kingdom of Spain,西班牙,Spain,SPAIN,,Europe,إسبانيا,Southern Europe,Испания,World,Madrid,EU,.es,"es-ES,ca,gl,eu,oc",2510769.0,Spain,U3,es,5.0,49331076.0,0.7492468664978289,0.7568094989861488 -Estonia,EST,EST,372,EST,er,Yes,233.0,78,EN,EO,ee,EST,EST,EST,la República de Estonia,True,,Estonie,Estonie (l') [fém.],Euro,Developed,Эстонская Республика,Estonia,EUR,,Estonia,978,爱沙尼亚共和国,la République d'Estonie,Эстония,233.0,154.0,150.0,إستونيا,2,جمهورية إستونيا,爱沙尼亚,,,Estonia,the Republic of Estonia,爱沙尼亚,Estonia,ESTONIA,,Europe,إستونيا,Northern Europe,Эстония,World,Tallinn,EU,.ee,"et,ru",453733.0,Estonia,1H,ee,1.0,1244288.0,0.12005543048579473,0.0834359958214784 -Ethiopia,ETH,ETH,251,ETH,et,Yes,231.0,79,ET,ET,et,ETH,ETH,ETH,la República Democrática Federal de Etiopía,True,14.0,Éthiopie,Éthiopie (l') [fém.],Ethiopian Birr,Developing,Федеративная Демократическая Республика Эфиопия,Ethiopia,ETB,,Etiopía,230,埃塞俄比亚联邦民主共和国,la République fédérale démocratique d'Éthiopie,Эфиопия,231.0,202.0,2.0,إثيوبيا,2,جمهورية إثيوبيا الديمقراطية الاتحادية,埃塞俄比亚,x,Eastern Africa,Etiopía,the Federal Democratic Republic of Ethiopia,埃塞俄比亚,Ethiopia,ETHIOPIA,x,Africa,إثيوبيا,Sub-Saharan Africa,Эфиопия,World,Addis Ababa,AF,.et,"am,en-ET,om-ET,ti-ET,so-ET,sid",337996.0,Ethiopia,H5,et,1.0,108386391.0,0.0,0.0 -Finland,FIN,FIN,358,FIN,fi,Yes,246.0,84,FI,FI,fi,FIN,FIN,FIN,la República de Finlandia,True,,Finlande,Finlande (la),Euro,Developed,Финляндская Республика,Finland,EUR,,Finlandia,978,芬兰共和国,la République de Finlande,Финляндия,246.0,154.0,150.0,فنلندا,2,جمهورية فنلندا,芬兰,,,Finlandia,the Republic of Finland,芬兰,Finland,FINLAND,,Europe,فنلندا,Northern Europe,Финляндия,World,Helsinki,EU,.fi,"fi-FI,sv-FI,smn",660013.0,Finland,H9,fi,2.0,5537364.0,0.6709049269922154,0.6009940131657578 -Fiji,FJI,FIJ,679,FJI,fj,Yes,242.0,83,FJ,FJ,fj,FJI,FIJ,FJI,la República de Fiji,True,,Fidji,Fidji (les) [fém.],Fiji Dollar,Developing,Республика Фиджи,Fiji,FJD,x,Fiji,242,斐济共和国,la République des Fidji,Фиджи,242.0,54.0,9.0,فيجي,2,جمهورية فيجي,斐济,,,Fiji,the Republic of Fiji,斐济,Fiji,FIJI,,Oceania,فيجي,Melanesia,Фиджи,World,Suva,OC,.fj,"en-FJ,fj",2205218.0,Fiji,H8,fj,3.0,926276.0,0.0,0.0 -Falkland Islands,FLK,FLK,500,FLK,fk,Territory of GB,238.0,81,FK,FK,fk,FLK,FLK, ,,True,5.0,Îles Falkland (Malvinas),,,Developing,,,,,,,,,,238.0,419.0,19.0,جزر فوكلاند (مالفيناس),,,,,South America,Islas Malvinas (Falkland),,福克兰群岛(马尔维纳斯),Falkland Islands (Malvinas),,,Americas,,Latin America and the Caribbean,Фолклендские (Мальвинские) острова,World,Stanley,SA,.fk,en-FK,3474414.0,Falkland Islands,,fk,1.0,3198.0,0.0,0.0 -France,FRA,FRA,33,FRA,fr,Yes,250.0,85,FR,FR,fr,F,FRA,F,la República Francesa,True,,France,France (la),Euro,Developed,Французская Республика,France,EUR,,Francia,978,法兰西共和国,la République française,Франция,250.0,155.0,150.0,فرنسا,2,الجمهورية الفرنسية,法国,,,Francia,the French Republic,法国,France,FRANCE,,Europe,فرنسا,Western Europe,Франция,World,Paris,EU,.fr,"fr-FR,frp,br,co,ca,eu,oc",3017382.0,France,I0,fr,1.0,67364357.0,0.7287749376407036,0.7033696548063088 -Faroe Islands,FRO,FRO,298,FRO,fa,Part of DK,234.0,82,FO,FA,fo,FRO,FAR,FO,,True,,Îles Féroé,,Danish Krone,Developed,,,DKK,,,208,,,,234.0,154.0,150.0,جزر فايرو,2,,,,,Islas Feroe,,法罗群岛,Faroe Islands,FAROE ISLANDS,,Europe,,Northern Europe,Фарерские острова,World,Torshavn,EU,.fo,"fo,da-FO",2622320.0,Faroe Islands,H6,fo,1.0,51018.0,0.0,0.0 -Federated States of Micronesia,FSM,FSM,691,FSM,fm,Yes,583.0,163,FM, ,fm,FSM,FSM, ,los Estados Federados de Micronesia,True,,Micronésie (États fédérés de),Micronésie (États fédérés de),US Dollar,Developing,Федеративные Штаты Микронезии,Micronesia (Federated States of),USD,x,Micronesia (Estados Federados de),840,密克罗尼西亚联邦,les États fédérés de Micronésie,Микронезия (Федеративные Штаты),583.0,57.0,9.0,ميكرونيزيا (ولايات - الموحدة),2,ولايات ميكرونيزيا الموحدة,密克罗尼西亚(联邦),,,Micronesia (Estados Federados de),the Federated States of Micronesia,密克罗尼西亚(联邦),Micronesia (Federated States of),MICRONESIA (FEDERATED STATES OF),,Oceania,ميكرونيزيا (ولايات - الموحدة),Micronesia,Микронезия (Федеративные Штаты),World,Palikir,OC,.fm,"en-FM,chk,pon,yap,kos,uli,woe,nkr,kpg",2081918.0,Micronesia,,fm,1.0,103643.0,0.0,0.0 -Gabon,GAB,GAB,241,GAB,go,Yes,266.0,89,GB,GO,ga,GAB,GAB,G,la República Gabonesa,True,17.0,Gabon,Gabon (le),CFA Franc BEAC,Developing,Габонская Республика,Gabon,XAF,,Gabón (el),950,加蓬共和国,la République gabonaise,Габон,266.0,202.0,2.0,غابون,0,جمهورية الغابون,加蓬,,Middle Africa,Gabón,the Gabonese Republic,加蓬,Gabon,GABON,,Africa,غابون,Sub-Saharan Africa,Габон,World,Libreville,AF,.ga,fr-GA,2400553.0,Gabon,I5,ga,1.0,2119036.0,0.4637658694077204,0.4475988712403783 -United Kingdom,GBR,"ENG,NIR,SCO,WAL",44,GBR,xxk,Yes,826.0,256,UK,UK,gb,G,GBR,GB,el Reino Unido de Gran Bretaña e Irlanda del Norte,True,,Royaume-Uni de Grande-Bretagne et d'Irlande du Nord,Royaume-Uni de Grande-Bretagne et d'Irlande du Nord (le),Pound Sterling,Developed,Соединенное Королевство Великобритании и Северной Ирландии,United Kingdom of Great Britain and Northern Ireland (the),GBP,,Reino Unido de Gran Bretaña e Irlanda del Norte (el),826,大不列颠及北爱尔兰联合王国,le Royaume-Uni de Grande- Bretagne et d'Irlande du Nord,Соединенное Королевство Великобритании и Северной Ирландии,826.0,154.0,150.0,المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية,2,المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية,大不列颠及北爱尔兰联合王国,,,Reino Unido de Gran Bretaña e Irlanda del Norte,the United Kingdom of Great Britain and Northern Ireland,大不列颠及北爱尔兰联合王国,United Kingdom of Great Britain and Northern Ireland,UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND,,Europe,المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية,Northern Europe,Соединенное Королевство Великобритании и Северной Ирландии,World,London,EU,.uk,"en-GB,cy-GB,gd",2635167.0,UK,,gb,4.0,65105246.0,0.2699499853219694,0.20960982787469745 -Georgia,GEO,GEO,995,GEO,gs,Yes,268.0,92,GG,GG,ge,GEO,GEO,GE,Georgia,True,,Géorgie,Géorgie (la),Lari,Developing,Грузия,Georgia,GEL,,Georgia,981,格鲁吉亚,la Géorgie,Грузия,268.0,145.0,142.0,جورجيا,2,جورجيا,格鲁吉亚,,,Georgia,Georgia,格鲁吉亚,Georgia,GEORGIA,,Asia,جورجيا,Western Asia,Грузия,World,Tbilisi,AS,.ge,"ka,ru,hy,az",614540.0,Georgia,2Q,ge,3.0,4926087.0,0.08574784963751379,0.045748074884322316 -Guernsey,GGY,GBG,44,GGY,uik,Crown dependency of GB,831.0,104,GK, ,gg, , ,GBG,,True,830.0,Guernesey,,Pound Sterling,Developed,,,GBP,,,826,,,,831.0,154.0,150.0,غيرنزي,2,,,,Channel Islands,Guernsey,,根西,Guernsey,GUERNSEY,,Europe,,Northern Europe,Гернси,World,St Peter Port,EU,.gg,"en,nrf",3042362.0,Guernsey,Y7,gg,1.0,66697.0,0.0,0.0 -Ghana,GHA,GHA,233,GHA,gh,Yes,288.0,94,GH,GH,gh,GHA,GHA,GH,la República de Ghana,True,11.0,Ghana,Ghana (le),Ghana Cedi,Developing,Республика Гана,Ghana,GHS,,Ghana,936,加纳共和国,la République du Ghana,Гана,288.0,202.0,2.0,غانا,2,جمهورية غانا,加纳,,Western Africa,Ghana,the Republic of Ghana,加纳,Ghana,GHANA,,Africa,غانا,Sub-Saharan Africa,Гана,World,Accra,AF,.gh,"en-GH,ak,ee,tw",2300660.0,Ghana,J0,gh,4.0,28102471.0,0.0,0.0 -Gibraltar,GIB,GBZ,350,GIB,gi,Territory of GB,292.0,95,GI,GI,gi,GIB,GIB,GBZ,,True,,Gibraltar,,Gibraltar Pound,Developed,,,GIP,,,292,,,,292.0,39.0,150.0,جبل طارق,2,,,,,Gibraltar,,直布罗陀,Gibraltar,GIBRALTAR,,Europe,,Southern Europe,Гибралтар,World,Gibraltar,EU,.gi,"en-GI,es,it,pt",2411586.0,Gibraltar,J1,gi,1.0,29461.0,0.0,0.0 -Guinea,GIN,GUI,224,GIN,gv,Yes,324.0,106,GV,GN,gn,GUI,GUI,RG,la República de Guinea,True,11.0,Guinée,Guinée (la),Guinean Franc,Developing,Гвинейская Республика,Guinea,GNF,,Guinea,324,几内亚共和国,la République de Guinée,Гвинея,324.0,202.0,2.0,غينيا,0,جمهورية غينيا,几内亚,,Western Africa,Guinea,the Republic of Guinea,几内亚,Guinea,GUINEA,x,Africa,غينيا,Sub-Saharan Africa,Гвинея,World,Conakry,AF,.gn,fr-GN,2420477.0,Guinea,J9,gn,1.0,11855411.0,0.21347952718768082,0.20603757565033284 -Gambia,GMB,GAM,220,GMB,gm,Yes,270.0,90,GA,GB,gm,GMB,GAM,WAG,la República de Gambia,True,11.0,Gambie,Gambie (la),Dalasi,Developing,Республика Гамбия,Gambia (the),GMD,,Gambia,270,冈比亚共和国,la République de Gambie,Гамбия,270.0,202.0,2.0,غامبيا,2,جمهورية غامبيا,冈比亚,,Western Africa,Gambia,the Republic of the Gambia,冈比亚,Gambia,GAMBIA,x,Africa,غامبيا,Sub-Saharan Africa,Гамбия,World,Banjul,AF,.gm,"en-GM,mnk,wof,wo,ff",2413451.0,Gambia,I6,gm,1.0,2092731.0,0.0,0.0 -Guinea Bissau,GNB,GNB,245,GNB,pg,Yes,624.0,105,PU,GW,gw,GNB,GBS,GW,la República de Guinea-Bissau,True,11.0,Guinée-Bissau,Guinée-Bissau (la),CFA Franc BCEAO,Developing,Республика Гвинея-Бисау,Guinea-Bissau,XOF,x,Guinea-Bissau,952,几内亚比绍共和国,la République de Guinée-Bissau,Гвинея-Бисау,624.0,202.0,2.0,غينيا - بيساو,0,جمهورية غينيا - بيساو,几内亚比绍,,Western Africa,Guinea-Bissau,the Republic of Guinea-Bissau,几内亚比绍,Guinea-Bissau,GUINEA-BISSAU,x,Africa,غينيا - بيساو,Sub-Saharan Africa,Гвинея-Бисау,World,Bissau,AF,.gw,"pt-GW,pov",2372248.0,Guinea-Bissau,S0,gw,1.0,1833247.0,0.3210105852778575,0.29936887560205944 -Equatorial Guinea,GNQ,EQG,240,GNQ,eg,Yes,226.0,76,EK,GQ,gq,GNE,GEQ,EQ,la República de Guinea Ecuatorial,True,17.0,Guinée équatoriale,Guinée équatoriale (la),CFA Franc BEAC,Developing,Республика Экваториальная Гвинея,Equatorial Guinea,XAF,,Guinea Ecuatorial,950,赤道几内亚共和国,la République de Guinée équatoriale,Экваториальная Гвинея,226.0,202.0,2.0,غينيا الاستوائية,0,جمهورية غينيا الاستوائية,赤道几内亚,,Middle Africa,Guinea Ecuatorial,the Republic of Equatorial Guinea,赤道几内亚,Equatorial Guinea,EQUATORIAL GUINEA,,Africa,غينيا الاستوائية,Sub-Saharan Africa,Экваториальная Гвинея,World,Malabo,AF,.gq,"es-GQ,fr",2309096.0,Equatorial Guinea,H4,gq,3.0,797457.0,0.6280259005662802,0.6434167716002802 -Greece,GRC,GRE,30,GRC,gr,Yes,300.0,97,GR,GR,gr,GRC,GRE,GR,la República Helénica,True,,Grèce,Grèce (la),Euro,Developed,Греческая Республика,Greece,EUR,,Grecia,978,希腊共和国,la République hellénique,Греция,300.0,39.0,150.0,اليونان,2,الجمهورية الهيلينية,希腊,,,Grecia,the Hellenic Republic,希腊,Greece,GREECE,,Europe,اليونان,Southern Europe,Греция,World,Athens,EU,.gr,"el-GR,en,fr",390903.0,Greece,J3,gr,1.0,10761523.0,0.30377817108570815,0.2995330595253063 -Grenada,GRD,GRN,1-473,GRD,gd,Yes,308.0,99,GJ,GD,gd,GRD,GRN,WG,Granada,True,29.0,Grenade,Grenade (la),East Caribbean Dollar,Developing,Гренада,Grenada,XCD,x,Granada,951,格林纳达,la Grenade,Гренада,308.0,419.0,19.0,غرينادا,2,غرينادا,格林纳达,,Caribbean,Granada,Grenada,格林纳达,Grenada,GRENADA,,Americas,غرينادا,Latin America and the Caribbean,Гренада,World,St. George's,,.gd,en-GD,3580239.0,Grenada,J5,gd,1.0,112207.0,0.0,0.0 -Greenland,GRL,GRL,299,GRL,gl,Part of DK,304.0,98,GL,GL,gl,GRL,GRL,DK,,True,,Groenland,,Danish Krone,Developed,,,DKK,,,208,,,,304.0,21.0,19.0,غرينلند,2,,,,,Groenlandia,,格陵兰,Greenland,GREENLAND,,Americas,,Northern America,Гренландия,World,Nuuk,,.gl,"kl,da-GL,en",3425505.0,Greenland,J4,gl,1.0,57691.0,0.0,0.0 -Guatemala,GTM,GUA,502,GTM,gt,Yes,320.0,103,GT,GU,gt,GTM,GUA,GCA,la República de Guatemala,True,13.0,Guatemala,Guatemala (le),Quetzal,Developing,Республика Гватемала,Guatemala,GTQ,,Guatemala,320,危地马拉共和国,la République du Guatemala,Гватемала,320.0,419.0,19.0,غواتيمالا,2,جمهورية غواتيمالا,危地马拉,,Central America,Guatemala,the Republic of Guatemala,危地马拉,Guatemala,GUATEMALA,,Americas,غواتيمالا,Latin America and the Caribbean,Гватемала,World,Guatemala City,,.gt,es-GT,3595528.0,Guatemala,J8,gt,2.0,16581273.0,0.60209002105386,0.620956349040042 -Guam,GUM,GUM,1-671,GUM,gu,Territory of US,316.0,101,GQ,GM,gu,GUM,GUM,USA,,True,,Guam,,US Dollar,Developing,,,USD,x,,840,,,,316.0,57.0,9.0,غوام,2,,,,,Guam,,关岛,Guam,GUAM,,Oceania,,Micronesia,Гуам,World,Hagatna,OC,.gu,"en-GU,ch-GU",4043988.0,Guam,GU,gu,2.0,167772.0,0.0,0.0 -Guyana,GUY,GUY,592,GUY,gy,Yes,328.0,107,GY,GY,gy,GUY,GUY,GUY,la República de Guyana,True,5.0,Guyana,Guyana (le),Guyana Dollar,Developing,Республика Гайана,Guyana,GYD,x,Guyana,328,圭亚那共和国,la République du Guyana,Гайана,328.0,419.0,19.0,غيانا,2,جمهورية غيانا,圭亚那,,South America,Guyana,the Republic of Guyana,圭亚那,Guyana,GUYANA,,Americas,غيانا,Latin America and the Caribbean,Гайана,World,Georgetown,SA,.gy,en-GY,3378535.0,Guyana,K0,gy,1.0,740685.0,0.0,0.0 -Hong Kong S.A.R.,HKG,HKG,852,HKG, ,Part of CN,344.0,33364,HK,HK,hk,HKG,HKG,HK,,True,,"Chine, région administrative spéciale de Hong Kong",,Hong Kong Dollar,Developing,,,HKD,,,344,,,,344.0,30.0,142.0,منطقة هونغ كونغ الصينية الإدارية الخاصة,2,,,,,"China, región administrativa especial de Hong Kong",,中国香港特别行政区,"China, Hong Kong Special Administrative Region",HONG KONG,,Asia,,Eastern Asia,"Китай, Специальный административный район Гонконг",World,Hong Kong,AS,.hk,"zh-HK,yue,zh,en",1819730.0,Hong Kong,K3,hk,2.0,7213338.0,0.0,0.0 -Heard Island and McDonald Islands,HMD,,672,HMD,hm,Territory of AU,334.0,109,HM, ,hm, , ,AUS,,True,,Île Heard-et-Îles MacDonald,,Australian Dollar,Developed,,,AUD,,,036,,,,334.0,53.0,9.0,جزيرة هيرد وجزر ماكدونالد,2,,,,,Islas Heard y McDonald,,赫德岛和麦克唐纳岛,Heard Island and McDonald Islands,HEARD ISLAND AND MCDONALD ISLANDS,,Oceania,,Australia and New Zealand,Остров Херд и острова Макдональд,World,,AN,.hm,,1547314.0,Heard & McDonald Islands,K4,,,,, -Honduras,HND,HON,504,HND,ho,Yes,340.0,111,HO,HO,hn,HND,HON, ,la República de Honduras,True,13.0,Honduras,Honduras (le),Lempira,Developing,Республика Гондурас,Honduras,HNL,,Honduras,340,洪都拉斯共和国,la République du Honduras,Гондурас,340.0,419.0,19.0,هندوراس,2,جمهورية هندوراس,洪都拉斯,,Central America,Honduras,the Republic of Honduras,洪都拉斯,Honduras,HONDURAS,,Americas,هندوراس,Latin America and the Caribbean,Гондурас,World,Tegucigalpa,,.hn,"es-HN,cab,miq",3608932.0,Honduras,K2,hn,1.0,9182766.0,0.5049787273354955,0.520802099194874 -Croatia,HRV,CRO,385,HRV,ci,Yes,191.0,62,HR,RH,hr,HRV,CRO,HR,la República de Croacia,True,,Croatie,Croatie (la),Kuna,Developed,Республика Хорватия,Croatia,HRK,,Croacia,191,克罗地亚共和国,la République de Croatie,Хорватия,191.0,39.0,150.0,كرواتيا,2,جمهورية كرواتيا,克罗地亚,,,Croacia,the Republic of Croatia,克罗地亚,Croatia,CROATIA,,Europe,كرواتيا,Southern Europe,Хорватия,World,Zagreb,EU,.hr,"hr-HR,sr",3202326.0,Croatia,1M,hr,2.0,4270480.0,0.263523006680116,0.21172936059991246 -Haiti,HTI,HAI,509,HTI,ht,Yes,332.0,108,HA,HA,ht,HTI,HAI,RH,la República de Haití,True,29.0,Haïti,Haïti [masc.],"Gourde,US Dollar",Developing,Республика Гаити,Haiti,"HTG,USD",x,Haití,"332,840",海地共和国,la République d'Haïti,Гаити,332.0,419.0,19.0,هايتي,"2,2",جمهورية هايتي,海地,,Caribbean,Haití,the Republic of Haiti,海地,Haiti,HAITI,x,Americas,هايتي,Latin America and the Caribbean,Гаити,World,Port-au-Prince,,.ht,"ht,fr-HT",3723988.0,Haiti,K1,ht,2.0,10788440.0,0.03459840613041724,0.03339229674332981 -Hungary,HUN,HUN,36,HUN,hu,Yes,348.0,113,HU,HU,hu,HNG,HUN,H,Hungría,True,,Hongrie,Hongrie (la),Forint,Developed,Венгрия,Hungary,HUF,,Hungría,348,匈牙利,la Hongrie,Венгрия,348.0,151.0,150.0,هنغاريا,2,هنغاريا,匈牙利,,,Hungría,Hungary,匈牙利,Hungary,HUNGARY,,Europe,هنغاريا,Eastern Europe,Венгрия,World,Budapest,EU,.hu,hu-HU,719819.0,Hungary,K5,hu,1.0,9825704.0,0.40207037726766603,0.3785760740833873 -Indonesia,IDN,IDN,62,IDN,io,Yes,360.0,116,ID,ID,id,INS,INA,RI,la República de Indonesia,True,,Indonésie,Indonésie (l') [fém.],Rupiah,Developing,Республика Индонезия,Indonesia,IDR,,Indonesia,360,印度尼西亚共和国,la République d'Indonésie,Индонезия,360.0,35.0,142.0,إندونيسيا,2,جمهورية إندونيسيا,印度尼西亚,,,Indonesia,the Republic of Indonesia,印度尼西亚,Indonesia,INDONESIA,,Asia,إندونيسيا,South-eastern Asia,Индонезия,World,Jakarta,AS,.id,"id,en,nl,jv",1643084.0,Indonesia,K8,id,1.0,262787403.0,0.2835115698983288,0.23232729061990198 -Isle of Man,IMN,GBM,44,IMN,uik,Crown dependency of GB,833.0,120,IM, ,im, , ,GBM,,True,,Île de Man,,Pound Sterling,Developed,,,GBP,,,826,,,,833.0,154.0,150.0,جزيرة مان,2,,,,,Isla de Man,,马恩岛,Isle of Man,ISLE OF MAN,,Europe,,Northern Europe,Остров Мэн,World,Douglas,EU,.im,"en,gv",3042225.0,Isle of Man,Y8,im,2.0,89407.0,0.0002512797698785734,0.0001903737593386154 -India,IND,IND,91,IND,ii,Yes,356.0,115,IN,IN,in,IND,IND,IND,la República de la India,True,,Inde,Inde (l') [fém.],Indian Rupee,Developing,Республика Индия,India,INR,,India (la),356,印度共和国,la République de l'Inde,Индия,356.0,34.0,142.0,الهند,2,جمهورية الهند,印度,,,India,the Republic of India,印度,India,INDIA,,Asia,الهند,Southern Asia,Индия,World,New Delhi,AS,.in,"en-IN,hi,bn,te,mr,ta,ur,gu,kn,ml,or,pa,as,bh,sat,ks,ne,sd,kok,doi,mni,sit,sa,fr,lus,inc",1269750.0,India,K7,in,22.0,1296834042.0,0.18926235973738043,0.13969953755960873 -Indian Ocean Territories,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -British Indian Ocean Territory,IOT,,246,IOT,bi,Territory of GB,86.0,38,IO, ,io,BIO, , ,,True,14.0,Territoire britannique de l'océan Indien,,US Dollar,Developing,,,USD,,,840,,,,86.0,202.0,2.0,المحيط الهندي الإقليم البريطاني في,2,,,,Eastern Africa,Territorio Británico del Océano Índico,,英属印度洋领土,British Indian Ocean Territory,BRITISH INDIAN OCEAN TERRITORY,,Africa,,Sub-Saharan Africa,Британская территория в Индийском океане,World,Diego Garcia,AS,.io,en-IO,1282588.0,British Indian Ocean Territory,D6,io,1.0,3500.0,0.0,0.0 -Ireland,IRL,IRL,353,IRL,ie,Yes,372.0,119,EI,IE,ie,IRL,IRL,IRL,Irlanda,True,,Irlande,Irlande (l') [fém.],Euro,Developed,Ирландия,Ireland,EUR,,Irlanda,978,爱尔兰,l'Irlande,Ирландия,372.0,154.0,150.0,آيرلندا,2,آيرلندا,爱尔兰,,,Irlanda,Ireland,爱尔兰,Ireland,IRELAND,,Europe,آيرلندا,Northern Europe,Ирландия,World,Dublin,EU,.ie,"en-IE,ga-IE",2963597.0,Ireland,L2,ie,2.0,5068050.0,0.021892707973724005,0.013136545455392109 -Iran,IRN,IRN,98,IRN,ir,Yes,364.0,117,IR,IR,ir,IRN,IRI,IR,la República Islámica del Irán,True,,Iran (République islamique d'),Iran (République islamique d'),Iranian Rial,Developing,Исламская Республика Иран,Iran (Islamic Republic of),IRR,,Irán (República Islámica del),364,伊朗伊斯兰共和国,la République islamique d'Iran,Иран (Исламская Республика),364.0,34.0,142.0,إيران (جمهورية - الإسلامية),2,جمهورية إيران الإسلامية,伊朗(伊斯兰共和国),,,Irán (República Islámica del),the Islamic Republic of Iran,伊朗(伊斯兰共和国),Iran (Islamic Republic of),IRAN (ISLAMIC REPUBLIC OF),,Asia,إيران (جمهورية - الإسلامية),Southern Asia,Иран (Исламская Республика),World,Tehran,AS,.ir,"fa-IR,ku",130758.0,Iran,,ir,1.0,83024745.0,0.09668608354443921,0.05616265966314162 -Iraq,IRQ,IRQ,964,IRQ,iq,Yes,368.0,118,IZ,IQ,iq,IRQ,IRQ,IRQ,la República del Iraq,True,,Iraq,Iraq (l') [masc.],Iraqi Dinar,Developing,Республика Ирак,Iraq,IQD,,Iraq (el),368,伊拉克共和国,la République d'Iraq,Ирак,368.0,145.0,142.0,العراق,3,جمهورية العراق,伊拉克,,,Iraq,the Republic of Iraq,伊拉克,Iraq,IRAQ,,Asia,العراق,Western Asia,Ирак,World,Baghdad,AS,.iq,"ar-IQ,ku,hy",99237.0,Iraq,L0,iq,3.0,40194216.0,0.10485191794343174,0.06844943010988022 -Iceland,ISL,ISL,354,ISL,ic,Yes,352.0,114,IC,IL,is,ISL,ISL,IS,la República de Islandia,True,,Islande,Islande (l') [fém.],Iceland Krona,Developed,Республика Исландия,Iceland,ISK,,Islandia,352,冰岛共和国,la République d'Islande,Исландия,352.0,154.0,150.0,آيسلندا,0,جمهورية آيسلندا,冰岛,,,Islandia,the Republic of Iceland,冰岛,Iceland,ICELAND,,Europe,آيسلندا,Northern Europe,Исландия,World,Reykjavik,EU,.is,"is,en,de,da,sv,no",2629691.0,Iceland,K6,is,1.0,343518.0,0.13129245416044694,0.06281596965139147 -Israel,ISR,ISR,972,ISR,is,Yes,376.0,121,IS,IS,il,ISR,ISR,IL,el Estado de Israel,True,,Israël,Israël [masc.],New Israeli Sheqel,Developed,Государство Израиль,Israel,ILS,,Israel,376,以色列国,l'État d'Israël,Израиль,376.0,145.0,142.0,إسرائيل,2,دولة إسرائيل,以色列,,,Israel,the State of Israel,以色列,Israel,ISRAEL,,Asia,إسرائيل,Western Asia,Израиль,World,Jerusalem,AS,.il,"he,ar-IL,en-IL,",294640.0,Israel,L3,il,2.0,8424904.0,0.21178043692837312,0.14273035031595027 -Italy,ITA,ITA,39,ITA,it,Yes,380.0,122,IT,IY,it,I,ITA,I,la República Italiana,True,,Italie,Italie (l') [fém.],Euro,Developed,Итальянская Республика,Italy,EUR,,Italia,978,意大利共和国,la République italienne,Италия,380.0,39.0,150.0,إيطاليا,2,جمهورية إيطاليا,意大利,,,Italia,the Republic of Italy,意大利,Italy,ITALY,,Europe,إيطاليا,Southern Europe,Италия,World,Rome,EU,.it,"it-IT,de-IT,fr-IT,sc,ca,co,sl",3175395.0,Italy,L6,it,4.0,62246674.0,0.5472609708335671,0.4601335488994627 -Jamaica,JAM,JAM,1-876,JAM,jm,Yes,388.0,123,JM,JM,jm,JMC,JAM,JA,Jamaica,True,29.0,Jamaïque,Jamaïque (la),Jamaican Dollar,Developing,Ямайка,Jamaica,JMD,x,Jamaica,388,牙买加,la Jamaïque,Ямайка,388.0,419.0,19.0,جامايكا,2,جامايكا,牙买加,,Caribbean,Jamaica,Jamaica,牙买加,Jamaica,JAMAICA,,Americas,جامايكا,Latin America and the Caribbean,Ямайка,World,Kingston,,.jm,en-JM,3489940.0,Jamaica,L8,jm,1.0,2812090.0,0.0,0.0 -Jersey,JEY,GBJ,44,JEY,uik,Crown dependency of GB,832.0,128,JE, ,je, , ,GBJ,,True,830.0,Jersey,,Pound Sterling,Developed,,,GBP,,,826,,,,832.0,154.0,150.0,جيرزي,2,,,,Channel Islands,Jersey,,泽西,Jersey,JERSEY,,Europe,,Northern Europe,Джерси,World,Saint Helier,EU,.je,"en,fr,nrf",3042142.0,Jersey,Y9,je,1.0,99602.0,0.0,0.0 -Jordan,JOR,JOR,962,JOR,jo,Yes,400.0,130,JO,JD,jo,JOR,JOR,HKJ,el Reino Hachemita de Jordania,True,,Jordanie,Jordanie (la),Jordanian Dinar,Developing,Иорданское Хашимитское Королевство,Jordan,JOD,,Jordania,400,约旦哈希姆王国,le Royaume hachémite de Jordanie,Иордания,400.0,145.0,142.0,الأردن,3,المملكة الأردنية الهاشمية,约旦,,,Jordania,the Hashemite Kingdom of Jordan,约旦,Jordan,JORDAN,,Asia,الأردن,Western Asia,Иордания,World,Amman,AS,.jo,"ar-JO,en",248816.0,Jordan,M2,jo,1.0,10458413.0,0.1541939969756349,0.1006609266321768 -Japan,JPN,JPN,81,JPN,ja,Yes,392.0,126,JA,JP,jp,J,JPN,J,el Japón,True,,Japon,Japon (le),Yen,Developed,Япония,Japan,JPY,,Japón (el),392,日本国,le Japon,Япония,392.0,30.0,142.0,اليابان,0,اليابان,日本,,,Japón,Japan,日本,Japan,JAPAN,,Asia,اليابان,Eastern Asia,Япония,World,Tokyo,AS,.jp,ja,1861060.0,Japan,M0,jp,1.0,126168156.0,0.4351801247672163,0.38275630309493097 -Baykonur Cosmodrome,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Siachen Glacier,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Kazakhstan,KAZ,KAZ,7,KAZ,kz,Yes,398.0,132,KZ,KZ,kz,KAZ,KAZ,KZ,la República de Kazajstán,True,,Kazakhstan,Kazakhstan (le),Tenge,Developing,Республика Казахстан,Kazakhstan,KZT,,Kazajstán,398,哈萨克斯坦共和国,la République du Kazakhstan,Казахстан,398.0,143.0,142.0,كازاخستان,2,جمهورية كازاخستان,哈萨克斯坦,x,,Kazajstán,the Republic of Kazakhstan,哈萨克斯坦,Kazakhstan,KAZAKHSTAN,,Asia,كازاخستان,Central Asia,Казахстан,World,Astana,AS,.kz,"kk,ru",1522867.0,Kazakhstan,,kz,2.0,18744548.0,0.48237203580614885,0.4528134085218868 -Kenya,KEN,KEN,254,KEN,ke,Yes,404.0,133,KE,KN,ke,KEN,KEN,EAK,la República de Kenya,True,14.0,Kenya,Kenya (le),Kenyan Shilling,Developing,Республика Кения,Kenya,KES,,Kenya,404,肯尼亚共和国,la République du Kenya,Кения,404.0,202.0,2.0,كينيا,2,جمهورية كينيا,肯尼亚,,Eastern Africa,Kenya,the Republic of Kenya,肯尼亚,Kenya,KENYA,,Africa,كينيا,Sub-Saharan Africa,Кения,World,Nairobi,AF,.ke,"en-KE,sw-KE",192950.0,Kenya,M3,ke,2.0,48397527.0,0.0,0.0 -Kyrgyzstan,KGZ,KGZ,996,KGZ,kg,Yes,417.0,138,KG,KG,kg,KGZ,KGZ,KS,la República Kirguisa,True,,Kirghizistan,Kirghizistan (le),Som,Developing,Кыргызская Республика,Kyrgyzstan,KGS,,Kirguistán,417,吉尔吉斯共和国,la République kirghize,Кыргызстан,417.0,143.0,142.0,قيرغيزستان,2,جمهورية قيرغيزستان,吉尔吉斯斯坦,x,,Kirguistán,the Kyrgyz Republic,吉尔吉斯斯坦,Kyrgyzstan,KYRGYZSTAN,,Asia,قيرغيزستان,Central Asia,Кыргызстан,World,Bishkek,AS,.kg,"ky,uz,ru",1527747.0,Kyrgyzstan,1N,kg,2.0,5849296.0,0.2300470186664592,0.21482419010100162 -Cambodia,KHM,CAM,855,KHM,cb,Yes,116.0,44,CB,KP,kh,CBG,CAM,K,el Reino de Camboya,True,,Cambodge,Cambodge (le),Riel,Developing,Королевство Камбоджа,Cambodia,KHR,,Camboya,116,柬埔寨王国,le Royaume du Cambodge,Камбоджа,116.0,35.0,142.0,كمبوديا,2,مملكة كمبوديا,柬埔寨,,,Camboya,the Kingdom of Cambodia,柬埔寨,Cambodia,CAMBODIA,x,Asia,كمبوديا,South-eastern Asia,Камбоджа,World,Phnom Penh,AS,.kh,"km,fr,en",1831722.0,Cambodia,E3,kh,1.0,16449519.0,0.07129503119180407,0.05421669018249212 -Kiribati,KIR,KIR,686,KIR,gb,Yes,296.0,135,KR,KB,ki,KIR,KIR, ,la República de Kiribati,True,,Kiribati,Kiribati [fém.],Australian Dollar,Developing,Республика Кирибати,Kiribati,AUD,x,Kiribati,036,基里巴斯共和国,la République de Kiribati,Кирибати,296.0,57.0,9.0,كيريباس,2,جمهورية كيريباس,基里巴斯,,,Kiribati,the Republic of Kiribati,基里巴斯,Kiribati,KIRIBATI,x,Oceania,كيريباس,Micronesia,Кирибати,World,Tarawa,OC,.ki,"en-KI,gil",4030945.0,Kiribati,J2,ki,2.0,109367.0,0.0,0.0 -Saint Kitts and Nevis,KNA,SKN,1-869,KNA,xd,Yes,659.0,208,SC,AT,kn,KNA,SKN,KN,Saint Kitts y Nevis,True,29.0,Saint-Kitts-et-Nevis,Saint-Kitts-et-Nevis [masc.],East Caribbean Dollar,Developing,Сент-Китс и Невис,Saint Kitts and Nevis,XCD,x,Saint Kitts y Nevis,951,圣基茨和尼维斯,Saint-Kitts-et-Nevis [masc.],Сент-Китс и Невис,659.0,419.0,19.0,سانت كيتس ونيفس,2,سانت كيتس ونيفس,圣基茨和尼维斯,,Caribbean,Saint Kitts y Nevis,Saint Kitts and Nevis,圣基茨和尼维斯,Saint Kitts and Nevis,SAINT KITTS AND NEVIS,,Americas,سانت كيتس ونيفس,Latin America and the Caribbean,Сент-Китс и Невис,World,Basseterre,,.kn,en-KN,3575174.0,St. Kitts & Nevis,U7,kn,1.0,53094.0,0.0,0.0 -South Korea,KOR,KOR,82,KOR,ko,Yes,410.0,202,KS,KO,kr,KOR,KOR,ROK,la República de Corea,True,,République de Corée,République de Corée (la),Won,Developing,Республика Корея,Republic of Korea (the),KRW,,República de Corea (la),410,大韩民国,la République de Corée,Республика Корея,410.0,30.0,142.0,جمهورية كوريا,0,جمهورية كوريا,大韩民国,,,República de Corea,the Republic of Korea,大韩民国,Republic of Korea,KOREA (THE REPUBLIC OF),,Asia,جمهورية كوريا,Eastern Asia,Республика Корея,World,Seoul,AS,.kr,"ko-KR,en",1835841.0,South Korea,,kr,1.0,51418097.0,0.31141722137671823,0.28708631937750584 -Kosovo,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Kuwait,KWT,KUW,965,KWT,ku,Yes,414.0,137,KU,KW,kw,KWT,KUW,KWT,el Estado de Kuwait,True,,Koweït,Koweït (le),Kuwaiti Dinar,Developing,Государство Кувейт,Kuwait,KWD,,Kuwait,414,科威特国,l'État du Koweït,Кувейт,414.0,145.0,142.0,الكويت,3,دولة الكويت,科威特,,,Kuwait,the State of Kuwait,科威特,Kuwait,KUWAIT,,Asia,الكويت,Western Asia,Кувейт,World,Kuwait City,AS,.kw,"ar-KW,en",285570.0,Kuwait,M6,kw,1.0,2916467.0,0.1541939969756349,0.1006609266321768 -Laos,LAO,LAO,856,LAO,ls,Yes,418.0,139,LA,LA,la,LAO,LAO,LAO,la República Democrática Popular Lao,True,,République démocratique populaire lao,République démocratique populaire lao (la),Lao Kip,Developing,Лаосская Народно-Демократическая Республика,Lao People's Democratic Republic (the),LAK,,República Democrática Popular Lao (la),418,老挝人民民主共和国,la République démocratique populaire lao,Лаосская Народно-Демократическая Республика,418.0,35.0,142.0,جمهورية لاو الديمقراطية الشعبية,2,جمهورية لاو الديمقراطية الشعبية,老挝人民民主共和国,x,,República Democrática Popular Lao,the Lao People's Democratic Republic,老挝人民民主共和国,Lao People's Democratic Republic,LAO PEOPLE’S DEMOCRATIC REPUBLIC,x,Asia,جمهورية لاو الديمقراطية الشعبية,South-eastern Asia,Лаосская Народно-Демократическая Республика,World,Vientiane,AS,.la,"lo,fr,en",1655842.0,Laos,,la,1.0,7234171.0,0.0,0.0 -Lebanon,LBN,LIB,961,LBN,le,Yes,422.0,141,LE,LB,lb,LBN,LIB,RL,la República Libanesa,True,,Liban,Liban (le),Lebanese Pound,Developing,Ливанская Республика,Lebanon,LBP,,Líbano (el),422,黎巴嫩共和国,la République libanaise,Ливан,422.0,145.0,142.0,لبنان,2,الجمهورية اللبنانية,黎巴嫩,,,Líbano,the Lebanese Republic,黎巴嫩,Lebanon,LEBANON,,Asia,لبنان,Western Asia,Ливан,World,Beirut,AS,.lb,"ar-LB,fr-LB,en,hy",272103.0,Lebanon,M8,lb,1.0,6100075.0,0.13260683739904602,0.08656839690367205 -Liberia,LBR,LBR,231,LBR,lb,Yes,430.0,144,LI,LI,lr,LBR,LBR,LB,la República de Liberia,True,11.0,Libéria,Libéria (le),Liberian Dollar,Developing,Республика Либерия,Liberia,LRD,,Liberia,430,利比里亚共和国,la République du Libéria,Либерия,430.0,202.0,2.0,ليبريا,2,جمهورية ليبريا,利比里亚,,Western Africa,Liberia,the Republic of Liberia,利比里亚,Liberia,LIBERIA,x,Africa,ليبريا,Sub-Saharan Africa,Либерия,World,Monrovia,AF,.lr,en-LR,2275384.0,Liberia,N0,lr,1.0,4809768.0,0.0,0.0 -Libya,LBY,LBY,218,LBY,ly,Yes,434.0,145,LY,LY,ly,LBY,LBA,LAR,Libia,True,,Libye,Libye (la),Libyan Dinar,Developing,Ливия,Libya,LYD,,Libia,434,利比亚,la Libye,Ливия,434.0,15.0,2.0,ليبيا,3,ليبيا,利比亚,,,Libia,Libya,利比亚,Libya,LIBYA,,Africa,ليبيا,Northern Africa,Ливия,World,Tripoli,AF,.ly,"ar-LY,it,en",2215636.0,Libya,,ly,1.0,6754507.0,0.11410355776196983,0.07448908570781082 -Saint Lucia,LCA,LCA,1-758,LCA,xk,Yes,662.0,209,ST,LC,lc,LCA,LCA,WL,Santa Lucía,True,29.0,Sainte-Lucie,Sainte-Lucie [fém.],East Caribbean Dollar,Developing,Сент-Люсия,Saint Lucia,XCD,x,Santa Lucía,951,圣卢西亚,Sainte-Lucie [fém.],Сент-Люсия,662.0,419.0,19.0,سانت لوسيا,2,سانت لوسيا,圣卢西亚,,Caribbean,Santa Lucía,Saint Lucia,圣卢西亚,Saint Lucia,SAINT LUCIA,,Americas,سانت لوسيا,Latin America and the Caribbean,Сент-Люсия,World,Castries,,.lc,en-LC,3576468.0,St. Lucia,U9,lc,1.0,165510.0,0.0,0.0 -Liechtenstein,LIE,LIE,423,LIE,lh,Yes,438.0,146,LS, ,li,LIE,LIE,FL,el Principado de Liechtenstein,True,,Liechtenstein,Liechtenstein (le),Swiss Franc,Developed,Княжество Лихтенштейн,Liechtenstein,CHF,,Liechtenstein,756,列支敦士登公国,la Principauté du Liechtenstein,Лихтенштейн,438.0,155.0,150.0,ليختنشتاين,2,إمارة ليختنشتاين,列支敦士登,,,Liechtenstein,the Principality of Liechtenstein,列支敦士登,Liechtenstein,LIECHTENSTEIN,,Europe,ليختنشتاين,Western Europe,Лихтенштейн,World,Vaduz,EU,.li,de-LI,3042058.0,Liechtenstein,N2,li,2.0,38547.0,0.7566844789777452,0.7380034365701353 -Sri Lanka,LKA,SRI,94,LKA,ce,Yes,144.0,231,CE,SB,lk,CLN,SRI,CL,la República Socialista Democrática de Sri Lanka,True,,Sri Lanka,Sri Lanka [fém.],Sri Lanka Rupee,Developing,Демократическая Социалистическая Республика Шри-Ланка,Sri Lanka,LKR,,Sri Lanka,144,斯里兰卡民主社会主义共和国,la République socialiste démocratique de Sri Lanka,Шри-Ланка,144.0,34.0,142.0,سري لانكا,2,جمهورية سري لانكا الاشتراكية الديمقراطية,斯里兰卡,,,Sri Lanka,the Democratic Socialist Republic of Sri Lanka,斯里兰卡,Sri Lanka,SRI LANKA,,Asia,سري لانكا,Southern Asia,Шри-Ланка,World,Colombo,AS,.lk,"si,ta,en",1227603.0,Sri Lanka,F1,lk,2.0,22576592.0,0.08117780057667154,0.04800179123845358 -Lesotho,LSO,LES,266,LSO,lo,Yes,426.0,142,LT,LS,ls,LSO,LES,LS,el Reino de Lesotho,True,18.0,Lesotho,Lesotho (le),"Loti,Rand",Developing,Королевство Лесото,Lesotho,"LSL,ZAR",,Lesotho,"426,710",莱索托王国,le Royaume du Lesotho,Лесото,426.0,202.0,2.0,ليسوتو,"2,2",مملكة ليسوتو,莱索托,x,Southern Africa,Lesotho,the Kingdom of Lesotho,莱索托,Lesotho,LESOTHO,x,Africa,ليسوتو,Sub-Saharan Africa,Лесото,World,Maseru,AF,.ls,"en-LS,st,zu,xh",932692.0,Lesotho,M9,ls,2.0,1962461.0,0.0,0.0 -Lithuania,LTU,LTU,370,LTU,li,Yes,440.0,147,LH,LT,lt,LTU,LTU,LT,la República de Lituania,True,,Lituanie,Lituanie (la),Euro,Developed,Литовская Республика,Lithuania,EUR,,Lituania,978,立陶宛共和国,la République de Lituanie,Литва,440.0,154.0,150.0,ليتوانيا,2,جمهورية ليتوانيا,立陶宛,,,Lituania,the Republic of Lithuania,立陶宛,Lithuania,LITHUANIA,,Europe,ليتوانيا,Northern Europe,Литва,World,Vilnius,EU,.lt,"lt,ru,pl",597427.0,Lithuania,1Q,lt,1.0,2793284.0,0.22272027540199257,0.15217365389361534 -Luxembourg,LUX,LUX,352,LUX,lu,Yes,442.0,148,LU,BX,lu,LUX,LUX,L,el Gran Ducado de Luxemburgo,True,,Luxembourg,Luxembourg (le),Euro,Developed,Великое Герцогство Люксембург,Luxembourg,EUR,,Luxemburgo,978,卢森堡大公国,le Grand-Duché de Luxembourg,Люксембург,442.0,155.0,150.0,لكسمبرغ,2,دوقية لكسمبرغ الكبرى,卢森堡,,,Luxemburgo,the Grand Duchy of Luxembourg,卢森堡,Luxembourg,LUXEMBOURG,,Europe,لكسمبرغ,Western Europe,Люксембург,World,Luxembourg,EU,.lu,"lb,de-LU,fr-LU",2960313.0,Luxembourg,N4,lu,3.0,605764.0,1.117149803319022,1.083054891990184 -Latvia,LVA,LVA,371,LVA,lv,Yes,428.0,140,LG,LV,lv,LVA,LAT,LV,la República de Letonia,True,,Lettonie,Lettonie (la),Euro,Developed,Латвийская Республика,Latvia,EUR,,Letonia,978,拉脱维亚共和国,la République de Lettonie,Латвия,428.0,154.0,150.0,لاتفيا,2,جمهورية لاتفيا,拉脱维亚,,,Letonia,the Republic of Latvia,拉脱维亚,Latvia,LATVIA,,Europe,لاتفيا,Northern Europe,Латвия,World,Riga,EU,.lv,"lv,ru,lt",458258.0,Latvia,1R,lv,1.0,1923559.0,0.1400731293426625,0.12397094592601905 -Macao S.A.R,MAC,MAC,853,MAC, ,Part of CN,446.0,149,MC,MU,mo,MAC,MAC,MO,,True,,"Chine, région administrative spéciale de Macao",,Pataca,Developing,,,MOP,,,446,,,,446.0,30.0,142.0,منطقة ماكاو الإدارية الخاصة التابعة للصين,2,,,,,"China, región administrativa especial de Macao",,中国澳门特别行政区,"China, Macao Special Administrative Region",MACAO,,Asia,,Eastern Asia,"Китай, Специальный административный район Макао",World,Macao,AS,.mo,"zh,zh-MO,pt",1821275.0,Macau,,mo,2.0,606340.0,0.016050529263892874,0.014968443780102973 -Saint Martin,MAF, ,590,MAF,st,Part of FR,663.0,,RN, ,mf, , , ,,True,29.0,Saint-Martin (partie française),,Euro,Developing,,,EUR,,,978,,,,663.0,419.0,19.0,سان مارتن,2,,,,Caribbean,San Martín (parte francesa),,圣马丁(法属),Saint Martin (French Part),SAINT MARTIN (FRENCH PART),,Americas,,Latin America and the Caribbean,Сен-Мартен,World,Marigot,,.gp,fr,3578421.0,St. Martin,,mf,1.0,32284.0,0.7361363006471753,0.7104743987942512 -Morocco,MAR,MAR,212,MAR,mr,Yes,504.0,169,MO,MC,ma,MRC,MAR,MA,el Reino de Marruecos,True,,Maroc,Maroc (le),Moroccan Dirham,Developing,Королевство Марокко,Morocco,MAD,,Marruecos,504,摩洛哥王国,le Royaume du Maroc,Марокко,504.0,15.0,2.0,المغرب,2,المملكة المغربية,摩洛哥,,,Marruecos,the Kingdom of Morocco,摩洛哥,Morocco,MOROCCO,,Africa,المغرب,Northern Africa,Марокко,World,Rabat,AF,.ma,"ar-MA,ber,fr",2542007.0,Morocco,P2,ma,3.0,34314130.0,0.24282753825432873,0.20450465427079983 -Monaco,MCO,MON,377,MCO,mc,Yes,492.0,166,MN, ,mc,MCO,MON,MC,el Principado de Mónaco,True,,Monaco,Monaco [masc.],Euro,Developed,Княжество Монако,Monaco,EUR,,Mónaco,978,摩纳哥公国,la Principauté de Monaco,Монако,492.0,155.0,150.0,موناكو,2,إمارة موناكو,摩纳哥,,,Mónaco,the Principality of Monaco,摩纳哥,Monaco,MONACO,,Europe,موناكو,Western Europe,Монако,World,Monaco,EU,.mc,"fr-MC,en,it",2993457.0,Monaco,O9,mc,1.0,30727.0,0.7287749376407036,0.7033696548063088 -Moldova,MDA,MDA,373,MDA,mv,Yes,498.0,165,MD,RM,md,MDA,MDA,MD,la República de Moldova,True,,République de Moldova,République de Moldova (la),Moldovan Leu,Developed,Республика Молдова,Republic of Moldova (the),MDL,,la República de Moldova,498,摩尔多瓦共和国,la République de Moldova,Республика Молдова,498.0,151.0,150.0,جمهورية مولدوفا,2,جمهورية مولدوفا,摩尔多瓦共和国,x,,República de Moldova,the Republic of Moldova,摩尔多瓦共和国,Republic of Moldova,MOLDOVA (THE REPUBLIC OF),,Europe,جمهورية مولدوفا,Eastern Europe,Республика Молдова,World,Chisinau,EU,.md,"ro,ru,gag,tr",617790.0,Moldova,,md,4.0,3437720.0,0.25985516590530855,0.21191854525037992 -Madagascar,MDG,MAD,261,MDG,mg,Yes,450.0,150,MA,MG,mg,MDG,MAD,RM,la República de Madagascar,True,14.0,Madagascar,Madagascar [fém.],Malagasy Ariary,Developing,Республика Мадагаскар,Madagascar,MGA,,Madagascar,969,马达加斯加共和国,la République de Madagascar,Мадагаскар,450.0,202.0,2.0,مدغشقر,2,جمهورية مدغشقر,马达加斯加,,Eastern Africa,Madagascar,the Republic of Madagascar,马达加斯加,Madagascar,MADAGASCAR,x,Africa,مدغشقر,Sub-Saharan Africa,Мадагаскар,World,Antananarivo,AF,.mg,"fr-MG,mg",1062947.0,Madagascar,N6,mg,3.0,25683610.0,0.5615499141799934,0.522024689288425 -Maldives,MDV,MDV,960,MDV,xc,Yes,462.0,154,MV,MV,mv,MLD,MDV,MV,la República de Maldivas,True,,Maldives,Maldives (les) [fém.],Rufiyaa,Developing,Мальдивская Республика,Maldives,MVR,x,Maldivas,462,马尔代夫共和国,la République des Maldives,Мальдивские Острова,462.0,34.0,142.0,ملديف,2,جمهورية ملديف,马尔代夫,,,Maldivas,the Republic of Maldives,马尔代夫,Maldives,MALDIVES,,Asia,ملديف,Southern Asia,Мальдивские Острова,World,Male,AS,.mv,"dv,en",1282028.0,Maldives,N9,mv,1.0,392473.0,0.0,0.0 -Mexico,MEX,MEX,52,MEX,mx,Yes,484.0,162,MX,MX,mx,MEX,MEX,MEX,los Estados Unidos Mexicanos,True,13.0,Mexique,Mexique (le),Mexican Peso,Developing,Мексиканские Соединенные Штаты,Mexico,MXN,,México,484,墨西哥合众国,les États-Unis du Mexique,Мексика,484.0,419.0,19.0,المكسيك,2,الولايات المتحدة المكسيكية,墨西哥,,Central America,México,the United Mexican States,墨西哥,Mexico,MEXICO,,Americas,المكسيك,Latin America and the Caribbean,Мексика,World,Mexico City,,.mx,es-MX,3996063.0,Mexico,O5,mx,1.0,125959205.0,0.5373491585749502,0.5541868491432633 -Marshall Islands,MHL,MHL,692,MHL,xe,Yes,584.0,157,RM,MH,mh,MHL,MSH, ,la República de las Islas Marshall,True,,Îles Marshall,Îles Marshall (les),US Dollar,Developing,Республика Маршалловы Острова,Marshall Islands (the),USD,x,Islas Marshall (las),840,马绍尔群岛共和国,la République des Îles Marshall,Маршалловы Острова,584.0,57.0,9.0,جزر مارشال,2,جمهورية جزر مارشال,马绍尔群岛,,,Islas Marshall,the Republic of the Marshall Islands,马绍尔群岛,Marshall Islands,MARSHALL ISLANDS,,Oceania,جزر مارشال,Micronesia,Маршалловы Острова,World,Majuro,OC,.mh,"mh,en-MH",2080185.0,Marshall Islands,1T,mh,2.0,75684.0,0.0,0.0 -Macedonia,MKD,MKD,389,MKD,xn,Yes,807.0,241,MK,MJ,mk,MKD,MKD,MK,ex República Yugoslava de Macedonia (la),True,,ex-République yougoslave de Macédoine,ex-République yougoslave de Macédoine (l') [fém.],Denar,Developed,бывшая югославская Республика Македония,the former Yugoslav Republic of Macedonia,MKD,,ex República Yugoslava de Macedonia,807,前南斯拉夫的马其顿共和国,l'ex-République yougoslave de Macédoine [fém.],бывшая югославская Республика Македония,807.0,39.0,150.0,جمهورية مقدونيا اليوغوسلافية سابقاً,2,جمهورية مقدونيا اليوغوسلافية سابقاً,前南斯拉夫的马其顿共和国,x,,ex República Yugoslava de Macedonia,the former Yugoslav Republic of Macedonia,前南斯拉夫的马其顿共和国,The former Yugoslav Republic of Macedonia,MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF),,Europe,جمهورية مقدونيا اليوغوسلافية سابقاً,Southern Europe,бывшая югославская Республика Македония,World,Skopje,EU,.mk,"mk,sq,tr,rmm,sr",718075.0,North Macedonia,,mk,2.0,2118945.0,0.12005061678571256,0.07975755416788902 -Mali,MLI,MLI,223,MLI,ml,Yes,466.0,155,ML,MI,ml,MLI,MLI,RMM,la República de Malí,True,11.0,Mali,Mali (le),CFA Franc BCEAO,Developing,Республика Мали,Mali,XOF,,Malí,952,马里共和国,la République du Mali,Мали,466.0,202.0,2.0,مالي,0,جمهورية مالي,马里,x,Western Africa,Malí,the Republic of Mali,马里,Mali,MALI,x,Africa,مالي,Sub-Saharan Africa,Мали,World,Bamako,AF,.ml,"fr-ML,bm",2453866.0,Mali,O0,ml,1.0,18429893.0,0.33862269829770064,0.3268182234453556 -Malta,MLT,MLT,356,MLT,mm,Yes,470.0,156,MT,ML,mt,MLT,MLT,M,la República de Malta,True,,Malte,Malte [fém.],Euro,Developed,Республика Мальта,Malta,EUR,,Malta,978,马耳他共和国,la République de Malte,Мальта,470.0,39.0,150.0,مالطة,2,جمهورية مالطة,马耳他,,,Malta,the Republic of Malta,马耳他,Malta,MALTA,,Europe,مالطة,Southern Europe,Мальта,World,Valletta,EU,.mt,"mt,en-MT",2562770.0,Malta,O1,mt,2.0,449043.0,0.0,0.0 -Myanmar,MMR,MYA,95,MMR,br,Yes,104.0,171,BM,BM,mm,MYA,MYA,BUR,la República de la Unión de Myanmar,True,,Myanmar,Myanmar (le),Kyat,Developing,Республика Союз Мьянма,Myanmar,MMK,,Myanmar,104,缅甸联邦共和国,la République de l'Union du Myanmar,Мьянма,104.0,35.0,142.0,ميانمار,2,جمهورية اتحاد ميانمار,缅甸,,,Myanmar,the Republic of the Union of Myanmar,缅甸,Myanmar,MYANMAR,x,Asia,ميانمار,South-eastern Asia,Мьянма,World,Nay Pyi Taw,AS,.mm,my,1327865.0,Myanmar,E1,mm,1.0,55622506.0,0.02684002470060244,0.018437152210254763 -Montenegro,MNE,MNE,382,MNE,mo,Yes,499.0,2647,MJ, ,me,MNE,MGO,MNE,Montenegro,True,,Monténégro,Monténégro (le),Euro,Developed,Черногория,Montenegro,EUR,,Montenegro,978,黑山,le Monténégro,Черногория,499.0,39.0,150.0,الجبل الأسود,2,الجبل الأسود,黑山,,,Montenegro,Montenegro,黑山,Montenegro,MONTENEGRO,,Europe,الجبل الأسود,Southern Europe,Черногория,World,Podgorica,EU,.me,"sr,hu,bs,sq,hr,rom",3194884.0,Montenegro,Z5,me,1.0,614249.0,0.0,0.0 -Mongolia,MNG,MNG,976,MNG,mp,Yes,496.0,167,MG,MO,mn,MNG,MGL,MGL,Mongolia,True,,Mongolie,Mongolie (la),Tugrik,Developing,Монголия,Mongolia,MNT,,Mongolia,496,蒙古国,la Mongolie,Монголия,496.0,30.0,142.0,منغوليا,2,منغوليا,蒙古,x,,Mongolia,Mongolia,蒙古,Mongolia,MONGOLIA,,Asia,منغوليا,Eastern Asia,Монголия,World,Ulan Bator,AS,.mn,"mn,ru",2029969.0,Mongolia,P0,mn,1.0,3103428.0,0.055299057195509156,0.03544843049327354 -Northern Mariana Islands,MNP,NMI,1-670,MNP,nw,Commonwealth of US,580.0,185,CQ,MY,mp,MRA,NMA,USA,,True,,Îles Mariannes du Nord,,US Dollar,Developing,,,USD,x,,840,,,,580.0,57.0,9.0,جزر ماريانا الشمالية,2,,,,,Islas Marianas Septentrionales,,北马里亚纳群岛,Northern Mariana Islands,NORTHERN MARIANA ISLANDS,,Oceania,,Micronesia,Северные Марианские острова,World,Saipan,OC,.mp,"fil,tl,zh,ch-MP,en-MP",4041468.0,Northern Mariana Islands,1V,mp,1.0,51994.0,0.0,0.0 -Mozambique,MOZ,MOZ,258,MOZ,mz,Yes,508.0,170,MZ,MZ,mz,MOZ,MOZ,MOC,la República de Mozambique,True,14.0,Mozambique,Mozambique (le),Mozambique Metical,Developing,Республика Мозамбик,Mozambique,MZN,,Mozambique,943,莫桑比克共和国,la République du Mozambique,Мозамбик,508.0,202.0,2.0,موزامبيق,2,جمهورية موزامبيق,莫桑比克,,Eastern Africa,Mozambique,the Republic of Mozambique,莫桑比克,Mozambique,MOZAMBIQUE,x,Africa,موزامبيق,Sub-Saharan Africa,Мозамбик,World,Maputo,AF,.mz,"pt-MZ,vmw",1036973.0,Mozambique,P3,mz,1.0,27233789.0,0.08667285802502152,0.08082959641255605 -Mauritania,MRT,MTN,222,MRT,mu,Yes,478.0,159,MR,MT,mr,MTN,MTN,RIM,la República Islámica de Mauritania,True,11.0,Mauritanie,Mauritanie (la),Ouguiya,Developing,Исламская Республика Мавритания,Mauritania,MRU,,Mauritania,929,毛里塔尼亚伊斯兰共和国,la République islamique de Mauritanie,Мавритания,478.0,202.0,2.0,موريتانيا,2,الجمهورية الإسلامية الموريتانية,毛里塔尼亚,,Western Africa,Mauritania,the Islamic Republic of Mauritania,毛里塔尼亚,Mauritania,MAURITANIA,x,Africa,موريتانيا,Sub-Saharan Africa,Мавритания,World,Nouakchott,AF,.mr,"ar-MR,fuc,snk,fr,mey,wo",2378080.0,Mauritania,O3,mr,1.0,3840429.0,0.13106489742928967,0.08556178763735027 -Montserrat,MSR,MSR,1-664,MSR,mj,Territory of GB,500.0,168,MH, ,ms,MSR,MNT, ,,True,29.0,Montserrat,,East Caribbean Dollar,Developing,,,XCD,x,,951,,,,500.0,419.0,19.0,مونتسيرات,2,,,,Caribbean,Montserrat,,蒙特塞拉特,Montserrat,MONTSERRAT,,Americas,,Latin America and the Caribbean,Монтсеррат,World,Plymouth,,.ms,en-MS,3578097.0,Montserrat,P1,ms,1.0,5315.0,0.0,0.0 -Mauritius,MUS,MRI,230,MUS,mf,Yes,480.0,160,MP,MA,mu,MAU,MRI,MS,la República de Mauricio,True,14.0,Maurice,Maurice [fém.],Mauritius Rupee,Developing,Республика Маврикий,Mauritius,MUR,x,Mauricio,480,毛里求斯共和国,la République de Maurice,Маврикий,480.0,202.0,2.0,موريشيوس,2,جمهورية موريشيوس,毛里求斯,,Eastern Africa,Mauricio,the Republic of Mauritius,毛里求斯,Mauritius,MAURITIUS,,Africa,موريشيوس,Sub-Saharan Africa,Маврикий,World,Port Louis,AF,.mu,"en-MU,bho,fr",934292.0,Mauritius,O4,mu,2.0,1364283.0,0.02208408901941526,0.021314231963827535 -Malawi,MWI,MWI,265,MWI,mw,Yes,454.0,152,MI,MW,mw,MWI,MAW,MW,la República de Malawi,True,14.0,Malawi,Malawi (le),Malawi Kwacha,Developing,Республика Малави,Malawi,MWK,,Malawi,454,马拉维共和国,la République du Malawi,Малави,454.0,202.0,2.0,ملاوي,2,جمهورية ملاوي,马拉维,x,Eastern Africa,Malawi,the Republic of Malawi,马拉维,Malawi,MALAWI,x,Africa,ملاوي,Sub-Saharan Africa,Малави,World,Lilongwe,AF,.mw,"ny,yao,tum,swk",927384.0,Malawi,N7,mw,2.0,19842560.0,0.0,0.0 -Malaysia,MYS,MAS,60,MYS,my,Yes,458.0,153,MY,MS,my,MLA,MAS,MAL,Federación de Malasia,True,,Malaisie,Malaisie (la),Malaysian Ringgit,Developing,Малайзия,Malaysia,MYR,,Malasia,458,马来西亚,la Malaisie,Малайзия,458.0,35.0,142.0,ماليزيا,2,ماليزيا,马来西亚,,,Malasia,Malaysia,马来西亚,Malaysia,MALAYSIA,,Asia,ماليزيا,South-eastern Asia,Малайзия,World,Kuala Lumpur,AS,.my,"ms-MY,en,zh,ta,te,ml,pa,th",1733045.0,Malaysia,N8,my,1.0,31809660.0,0.08398083272149098,0.05306660333691891 -Namibia,NAM,NAM,264,NAM,sx,Yes,516.0,172,WA,NM,,NMB,NAM,NAM,la República de Namibia,True,18.0,Namibie,Namibie (la),"Namibia Dollar,Rand",Developing,Республика Намибия,Namibia,"NAD,ZAR",,Namibia,"516,710",纳米比亚共和国,la République de Namibie,Намибия,516.0,202.0,2.0,ناميبيا,"2,2",جمهورية ناميبيا,纳米比亚,,Southern Africa,Namibia,the Republic of Namibia,纳米比亚,Namibia,NAMIBIA,,Africa,ناميبيا,Sub-Saharan Africa,Намибия,World,Windhoek,AF,.na,"en-NA,af,de,hz,naq",3355338.0,Namibia,T6,,,,, -New Caledonia,NCL,NCL,687,NCL,nl,Territory of FR,540.0,178,NC,NC,nc,NCL,NCD,F,,True,,Nouvelle-Calédonie,,CFP Franc,Developing,,,XPF,x,,953,,,,540.0,54.0,9.0,كاليدونيا الجديدة,0,,,,,Nueva Caledonia,,新喀里多尼亚,New Caledonia,NEW CALEDONIA,,Oceania,,Melanesia,Новая Каледония,World,Noumea,OC,.nc,fr-NC,2139685.0,New Caledonia,1W,nc,1.0,282754.0,0.7066908486212883,0.6820554228424811 -Niger,NER,NIG,227,NER,ng,Yes,562.0,181,NG,NR,ne,NGR,NIG,RN,la República del Níger,True,11.0,Niger,Niger (le),CFA Franc BCEAO,Developing,Республика Нигер,Niger (the),XOF,,Níger (el),952,尼日尔共和国,la République du Niger,Нигер,562.0,202.0,2.0,النيجر,0,جمهورية النيجر,尼日尔,x,Western Africa,Níger,the Republic of the Niger,尼日尔,Niger,NIGER,x,Africa,النيجر,Sub-Saharan Africa,Нигер,World,Niamey,AF,.ne,"fr-NE,ha,kr,dje",2440476.0,Niger,Q4,ne,1.0,19866231.0,0.21347952718768082,0.20603757565033284 -Norfolk Island,NFK,NFK,672,NFK,nx,Territory of AU,574.0,184,NF,NF,nf,NFK,NFI,AUS,,True,,Île Norfolk,,Australian Dollar,Developed,,,AUD,,,036,,,,574.0,53.0,9.0,جزيرة نورفلك,2,,,,,Islas Norfolk,,诺福克岛,Norfolk Island,NORFOLK ISLAND,,Oceania,,Australia and New Zealand,Остров Норфолк,World,Kingston,OC,.nf,en-NF,2155115.0,Norfolk Island,Q7,nf,1.0,1748.0,0.0,0.0 -Nigeria,NGA,NGA,234,NGA,nr,Yes,566.0,182,NI,NI,ng,NIG,NGR,WAN,la República Federal de Nigeria,True,11.0,Nigéria,Nigéria (le),Naira,Developing,Федеративная Республика Нигерия,Nigeria,NGN,,Nigeria,566,尼日利亚联邦共和国,la République fédérale du Nigéria,Нигерия,566.0,202.0,2.0,نيجيريا,2,جمهورية نيجيريا الاتحادية,尼日利亚,,Western Africa,Nigeria,the Federal Republic of Nigeria,尼日利亚,Nigeria,NIGERIA,,Africa,نيجيريا,Sub-Saharan Africa,Нигерия,World,Abuja,AF,.ng,"en-NG,ha,yo,ig,ff",2328926.0,Nigeria,Q5,ng,2.0,203452505.0,0.0,0.0 -Nicaragua,NIC,NCA,505,NIC,nq,Yes,558.0,180,NU,NK,ni,NCG,NCA,NIC,la República de Nicaragua,True,13.0,Nicaragua,Nicaragua (le),Cordoba Oro,Developing,Республика Никарагуа,Nicaragua,NIO,,Nicaragua,558,尼加拉瓜共和国,la République du Nicaragua,Никарагуа,558.0,419.0,19.0,نيكاراغوا,2,جمهورية نيكاراغوا,尼加拉瓜,,Central America,Nicaragua,the Republic of Nicaragua,尼加拉瓜,Nicaragua,NICARAGUA,,Americas,نيكاراغوا,Latin America and the Caribbean,Никарагуа,World,Managua,,.ni,"es-NI,en",3617476.0,Nicaragua,Q3,ni,1.0,6085213.0,0.5049787273354955,0.520802099194874 -Niue,NIU,NIU,683,NIU,xh,Associated with NZ,570.0,183,NE, ,nu,NIU,NIU,NZ,Niue,True,,Nioué,Nioué **,New Zealand Dollar,Developing,Ниуэ,Niue **,NZD,x,Niue **,554,纽埃,Nioué,Ниуэ **,570.0,61.0,9.0,نيوي,2,نيوي,纽埃 **,,,Niue,Niue,纽埃,Niue,NIUE,,Oceania,نيوي **,Polynesia,Ниуэ,World,Alofi,OC,.nu,"niu,en-NU",4036232.0,Niue,Q6,nu,2.0,1618.0,0.0,0.0 -Netherlands,NLD,NED,31,NLD,ne,Yes,528.0,177,NL,NL,nl,HOL,NED,NL,el Reino de los Países Bajos,True,,Pays-Bas,Pays-Bas (les),Euro,Developed,Королевство Нидерландов,Netherlands (the),EUR,,Países Bajos (los),978,荷兰王国,le Royaume des Pays-Bas,Нидерланды,528.0,155.0,150.0,هولندا,2,مملكة هولندا,荷兰,,,Países Bajos,the Kingdom of the Netherlands,荷兰,Netherlands,NETHERLANDS,,Europe,هولندا,Western Europe,Нидерланды,World,Amsterdam,EU,.nl,"nl-NL,fy-NL",2750405.0,Netherlands,P7,nl,2.0,17151228.0,0.4454666128569553,0.37632848891807025 -Norway,NOR,NOR,47,NOR,no,Yes,578.0,186,NO,NO,no,NOR,NOR,N,el Reino de Noruega,True,,Norvège,Norvège (la),Norwegian Krone,Developed,Королевство Норвегия,Norway,NOK,,Noruega,578,挪威王国,le Royaume de Norvège,Норвегия,578.0,154.0,150.0,النرويج,2,مملكة النرويج,挪威,,,Noruega,the Kingdom of Norway,挪威,Norway,NORWAY,,Europe,النرويج,Northern Europe,Норвегия,World,Oslo,EU,.no,"no,nb,nn,se,fi",3144096.0,Norway,Q8,no,3.0,5372191.0,0.28476318054292704,0.21251495932460684 -Nepal,NPL,NEP,977,NPL,np,Yes,524.0,175,NP,NP,np,NPL,NEP,NEP,la República Democrática Federal de Nepal,True,,Népal,Népal (le),Nepalese Rupee,Developing,Федеративная Демократическая Республика Непал,Nepal,NPR,,Nepal,524,尼泊尔联邦民主共和国,la République fédérale démocratique du Népal,Непал,524.0,34.0,142.0,نيبال,2,جمهورية نيبال الديمقراطية الاتحادية,尼泊尔,x,,Nepal,the Federal Democratic Republic of Nepal,尼泊尔,Nepal,NEPAL,x,Asia,نيبال,Southern Asia,Непал,World,Kathmandu,AS,.np,"ne,en",1282988.0,Nepal,P6,np,1.0,29717587.0,0.04407637737463715,0.02466504306578067 -Nauru,NRU,NRU,674,NRU,nu,Yes,520.0,173,NR,NW,nr,NRU,NRU,NAU,la República de Nauru,True,,Nauru,Nauru [fém.],Australian Dollar,Developing,Республика Науру,Nauru,AUD,x,Nauru,036,瑙鲁共和国,la République de Nauru,Науру,520.0,57.0,9.0,ناورو,2,جمهورية ناورو,瑙鲁,,,Nauru,the Republic of Nauru,瑙鲁,Nauru,NAURU,,Oceania,ناورو,Micronesia,Науру,World,Yaren,OC,.nr,"na,en-NR",2110425.0,Nauru,P5,nr,2.0,9692.0,0.0,0.0 -New Zealand,NZL,NZL,64,NZL,nz,Yes,554.0,179,NZ,NZ,nz,NZL,NZL,NZ,Nueva Zelandia,True,,Nouvelle-Zélande,Nouvelle-Zélande (la),New Zealand Dollar,Developed,Новая Зеландия,New Zealand,NZD,,Nueva Zelandia,554,新西兰,la Nouvelle-Zélande,Новая Зеландия,554.0,53.0,9.0,نيوزيلندا,2,نيوزيلندا,新西兰,,,Nueva Zelandia,New Zealand,新西兰,New Zealand,NEW ZEALAND,,Oceania,نيوزيلندا,Australia and New Zealand,Новая Зеландия,World,Wellington,OC,.nz,"en-NZ,mi",2186224.0,New Zealand,Q2,nz,2.0,4545627.0,0.0,0.0 -Oman,OMN,OMA,968,OMN,mk,Yes,512.0,187,MU,OM,om,OMA,OMA, ,la Sultanía de Omán,True,,Oman,Oman [masc.],Rial Omani,Developing,Султанат Оман,Oman,OMR,,Omán,512,阿曼苏丹国,le Sultanat d'Oman,Оман,512.0,145.0,142.0,عمان,3,سلطنة عمان,阿曼,,,Omán,the Sultanate of Oman,阿曼,Oman,OMAN,,Asia,عمان,Western Asia,Оман,World,Muscat,AS,.om,"ar-OM,en,bal,ur",286963.0,Oman,P4,om,1.0,3494116.0,0.12489713755026428,0.08153535057206321 -Pakistan,PAK,PAK,92,PAK,pk,Yes,586.0,188,PK,PK,pk,PAK,PAK,PK,la República Islámica del Pakistán,True,,Pakistan,Pakistan (le),Pakistan Rupee,Developing,Исламская Республика Пакистан,Pakistan,PKR,,Pakistán (el),586,巴基斯坦伊斯兰共和国,la République islamique du Pakistan,Пакистан,586.0,34.0,142.0,باكستان,2,جمهورية باكستان الإسلامية,巴基斯坦,,,Pakistán,the Islamic Republic of Pakistan,巴基斯坦,Pakistan,PAKISTAN,,Asia,باكستان,Southern Asia,Пакистан,World,Islamabad,AS,.pk,"ur-PK,en-PK,pa,sd,ps,brh",1168579.0,Pakistan,R0,pk,2.0,207862518.0,0.0,0.0 -Panama,PAN,PAN,507,PAN,pn,Yes,591.0,191,PM,PM,pa,PNR,PAN,PA,la República de Panamá,True,13.0,Panama,Panama (le),"Balboa,US Dollar",Developing,Республика Панама,Panama,"PAB,USD",,Panamá,"590,840",巴拿马共和国,la République du Panama,Панама,591.0,419.0,19.0,بنما,"2,2",جمهورية بنما,巴拿马,,Central America,Panamá,the Republic of Panama,巴拿马,Panama,PANAMA,,Americas,بنما,Latin America and the Caribbean,Панама,World,Panama City,,.pa,"es-PA,en",3703430.0,Panama,R1,pa,1.0,3800644.0,0.44671195110447676,0.46070954928777313 -Pitcairn Islands,PCN,PCN,870,PCN,pc,Territory of GB,612.0,197,PC,PT,pn,PTC, , ,,True,,Pitcairn,,New Zealand Dollar,Developing,,,NZD,,,554,,,,612.0,61.0,9.0,بيتكيرن,2,,,,,Pitcairn,,皮特凯恩,Pitcairn,PITCAIRN,,Oceania,,Polynesia,Питкэрн,World,Adamstown,OC,.pn,en-PN,4030699.0,Pitcairn Islands,R8,pn,1.0,54.0,0.0,0.0 -Peru,PER,PER,51,PER,pe,Yes,604.0,195,PE,PR,pe,PRU,PER,PE,la República del Perú,True,5.0,Pérou,Pérou (le),Sol,Developing,Республика Перу,Peru,PEN,,Perú (el),604,秘鲁共和国,la République du Pérou,Перу,604.0,419.0,19.0,بيرو,2,جمهورية بيرو,秘鲁,,South America,Perú,the Republic of Peru,秘鲁,Peru,PERU,,Americas,بيرو,Latin America and the Caribbean,Перу,World,Lima,SA,.pe,"es-PE,qu,ay",3932488.0,Peru,R5,pe,2.0,31331228.0,0.47260829609604066,0.4874173492464846 -Spratly Islands,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Philippines,PHL,PHI,63,PHL,ph,Yes,608.0,196,RP,PH,ph,PHL,PHI,RP,la República de Filipinas,True,,Philippines,Philippines (les) [fém.],Philippine Peso,Developing,Республика Филиппины,Philippines (the),PHP,,Filipinas,608,菲律宾共和国,la République des Philippines,Филиппины,608.0,35.0,142.0,الفلبين,2,جمهورية الفلبين,菲律宾,,,Filipinas,the Republic of the Philippines,菲律宾,Philippines,PHILIPPINES,,Asia,الفلبين,South-eastern Asia,Филиппины,World,Manila,AS,.ph,"tl,en-PH,fil,ceb,tgl,ilo,hil,war,pam,bik,bcl,pag,mrw,tsg,mdh,cbk,krj,sgd,msb,akl,ibg,yka,mta,abx",1694008.0,Philippines,R6,ph,9.0,105893381.0,0.0,0.0 -Palau,PLW,PLW,680,PLW,pw,Yes,585.0,189,PS, ,pw,PLW,PLW, ,la República de Palau,True,,Palaos,Palaos (les),US Dollar,Developing,Республика Палау,Palau,USD,x,Palau,840,帕劳共和国,la République des Palaos,Палау,585.0,57.0,9.0,بالاو,2,جمهورية بالاو,帕劳,,,Palau,the Republic of Palau,帕劳,Palau,PALAU,,Oceania,بالاو,Micronesia,Палау,World,Melekeok,OC,.pw,"pau,sov,en-PW,tox,ja,fil,zh",1559582.0,Palau,1Y,pw,2.0,21516.0,0.0,0.0 -Papua New Guinea,PNG,PNG,675,PNG,pp,Yes,598.0,192,PP,NG,pg,PNG,PNG,PNG,Estado Independiente de Papua Nueva Guinea,True,,Papouasie-Nouvelle-Guinée,Papouasie-Nouvelle-Guinée (la),Kina,Developing,Независимое государство Папуа-Новая Гвинея,Papua New Guinea,PGK,x,Papua Nueva Guinea,598,巴布亚新几内亚独立国,l'État indépendant de Papouasie-Nouvelle-Guinée,Папуа-Новая Гвинея,598.0,54.0,9.0,بابوا غينيا الجديدة,2,دولة بابوا غينيا الجديدة المستقلة,巴布亚新几内亚,,,Papua Nueva Guinea,Independent State of Papua New Guinea,巴布亚新几内亚,Papua New Guinea,PAPUA NEW GUINEA,,Oceania,بابوا غينيا الجديدة,Melanesia,Папуа-Новая Гвинея,World,Port Moresby,OC,.pg,"en-PG,ho,meu,tpi",2088628.0,Papua New Guinea,R2,pg,3.0,7027332.0,0.0,0.0 -Poland,POL,POL,48,POL,pl,Yes,616.0,198,PL,PL,pl,POL,POL,PL,la República de Polonia,True,,Pologne,Pologne (la),Zloty,Developed,Республика Польша,Poland,PLN,,Polonia,985,波兰共和国,la République de Pologne,Польша,616.0,151.0,150.0,بولندا,2,جمهورية بولندا,波兰,,,Polonia,the Republic of Poland,波兰,Poland,POLAND,,Europe,بولندا,Eastern Europe,Польша,World,Warsaw,EU,.pl,pl,798544.0,Poland,R9,pl,4.0,38420687.0,0.6930502340012688,0.6522874481177741 -Puerto Rico,PRI,PUR,1,PRI,pr,Commonwealth of US,630.0,200,RQ,PU,pr,PTR,PUR,USA,,True,29.0,Porto Rico,,US Dollar,Developing,,,USD,x,,840,,,,630.0,419.0,19.0,بورتوريكو,2,,,,Caribbean,Puerto Rico,,波多黎各,Puerto Rico,PUERTO RICO,,Americas,,Latin America and the Caribbean,Пуэрто-Рико,World,San Juan,,.pr,"en-PR,es-PR",4566966.0,Puerto Rico,PR,pr,2.0,3294626.0,0.5632455035665141,0.5808946491019749 -North Korea,PRK,PRK,850,PRK,kn,Yes,408.0,67,KN,KR,kp,KRE,PRK, ,la República Popular Democrática de Corea,True,,République populaire démocratique de Corée,République populaire démocratique de Corée (la),North Korean Won,Developing,Корейская Народно-Демократическая Республика,Democratic People's Republic of Korea (the),KPW,,República Popular Democrática de Corea (la),408,朝鲜民主主义人民共和国,la République populaire démocratique de Corée,Корейская Народно-Демократическая Республика,408.0,30.0,142.0,جمهورية كوريا الشعبية الديمقراطية,2,جمهورية كوريا الشعبية الديمقراطية,朝鲜民主主义人民共和国,,,República Popular Democrática de Corea,the Democratic People's Republic of Korea,朝鲜民主主义人民共和国,Democratic People's Republic of Korea,KOREA (THE DEMOCRATIC PEOPLE’S REPUBLIC OF),,Asia,جمهورية كوريا الشعبية الديمقراطية,Eastern Asia,Корейская Народно-Демократическая Республика,World,Pyongyang,AS,.kp,ko-KP,1873107.0,North Korea,,kp,1.0,25381085.0,0.27404715481151204,0.25263596105220515 -Portugal,PRT,POR,351,PRT,po,Yes,620.0,199,PO,PO,pt,POR,POR,P,la República Portuguesa,True,,Portugal,Portugal (le),Euro,Developed,Португальская Республика,Portugal,EUR,,Portugal,978,葡萄牙共和国,la République portugaise,Португалия,620.0,39.0,150.0,البرتغال,2,جمهورية البرتغال,葡萄牙,,,Portugal,the Portuguese Republic,葡萄牙,Portugal,PORTUGAL,,Europe,البرتغال,Southern Europe,Португалия,World,Lisbon,EU,.pt,"pt-PT,mwl",2264397.0,Portugal,S1,pt,1.0,10355493.0,0.3081701618667432,0.28739412057797703 -Paraguay,PRY,PAR,595,PRY,py,Yes,600.0,194,PA,PY,py,PRG,PAR,PY,la República del Paraguay,True,5.0,Paraguay,Paraguay (le),Guarani,Developing,Республика Парагвай,Paraguay,PYG,,Paraguay (el),600,巴拉圭共和国,la République du Paraguay,Парагвай,600.0,419.0,19.0,باراغواي,0,جمهورية باراغواي,巴拉圭,x,South America,Paraguay,the Republic of Paraguay,巴拉圭,Paraguay,PARAGUAY,,Americas,باراغواي,Latin America and the Caribbean,Парагвай,World,Asuncion,SA,.py,"es-PY,gn",3437598.0,Paraguay,R4,py,2.0,7025763.0,0.020717075993251097,0.02136623996696919 -Palestine,PSE,PLE,970,PSE,"gz,wj",In contention,275.0,"91,267","GZ,WE", ,ps, ,PLE, ,Estado de Palestina,True,,État de Palestine,État de Palestine *,No universal currency,Developing,Государство Палестина,State of Palestine *,,,Estado de Palestina *,,巴勒斯坦国,État de Palestine,Государство Палестина *,275.0,145.0,142.0,دولة فلسطين,,دولة فلسطين,巴勒斯坦国 *,,,Estado de Palestina,State of Palestine,巴勒斯坦国,State of Palestine,"PALESTINE, STATE OF",,Asia,دولة فلسطين *,Western Asia,Государство Палестина,World,East Jerusalem,AS,.ps,ar-PS,6254930.0,Palestine,,ps,1.0,4635207.0,0.1541939969756349,0.1006609266321768 -French Polynesia,PYF,TAH,689,PYF,fp,Territory of FR,258.0,87,FP,PF,pf,OCE,FPO,F,,True,,Polynésie française,,CFP Franc,Developing,,,XPF,x,,953,,,,258.0,61.0,9.0,بولينيزيا الفرنسية,0,,,,,Polinesia Francesa,,法属波利尼西亚,French Polynesia,FRENCH POLYNESIA,,Oceania,,Polynesia,Французская Полинезия,World,Papeete,OC,.pf,"fr-PF,ty",4030656.0,French Polynesia,I4,pf,2.0,290373.0,0.4490431433947769,0.4333893832644932 -Qatar,QAT,QAT,974,QAT,qa,Yes,634.0,201,QA,QT,qa,QAT,QAT,Q,el Estado de Qatar,True,,Qatar,Qatar (le),Qatari Rial,Developing,Государство Катар,Qatar,QAR,,Qatar,634,卡塔尔国,l'État du Qatar,Катар,634.0,145.0,142.0,قطر,2,دولة قطر,卡塔尔,,,Qatar,the State of Qatar,卡塔尔,Qatar,QATAR,,Asia,قطر,Western Asia,Катар,World,Doha,AS,.qa,"ar-QA,es",289688.0,Qatar,S3,qa,1.0,2363569.0,0.13723265730831508,0.08958822470263735 -Romania,ROU,ROU,40,ROU,rm,Yes,642.0,203,RO,RO,ro,ROU,ROU,RO,Rumania,True,,Roumanie,Roumanie (la),Romanian Leu,Developed,Румыния,Romania,RON,,Rumania,946,罗马尼亚,la Roumanie,Румыния,642.0,151.0,150.0,رومانيا,2,رومانيا,罗马尼亚,,,Rumania,Romania,罗马尼亚,Romania,ROMANIA,,Europe,رومانيا,Eastern Europe,Румыния,World,Bucharest,EU,.ro,"ro,hu,rom",798549.0,Romania,S5,ro,1.0,21457116.0,0.21806061372244886,0.16647458195381584 -Russia,RUS,RUS,7,RUS,ru,Yes,643.0,204,RS,RS,ru,RUS,RUS,RUS,la Federación de Rusia,True,,Fédération de Russie,Fédération de Russie (la),Russian Ruble,Developed,Российская Федерация,Russian Federation (the),RUB,,Federación de Rusia (la),643,俄罗斯联邦,la Fédération de Russie,Российская Федерация,643.0,151.0,150.0,الاتحاد الروسي,2,الاتحاد الروسي,俄罗斯联邦,,,Federación de Rusia,the Russian Federation,俄罗斯联邦,Russian Federation,RUSSIAN FEDERATION,,Europe,الاتحاد الروسي,Eastern Europe,Российская Федерация,World,Moscow,EU,.ru,"ru,tt,xal,cau,ady,kv,ce,tyv,cv,udm,tut,mns,bua,myv,mdf,chm,ba,inh,tut,kbd,krc,av,sah,nog",2017370.0,Russia,1Z,ru,20.0,142122776.0,0.53572728200989,0.5384806138018493 -Rwanda,RWA,RWA,250,RWA,rw,Yes,646.0,205,RW,RW,rw,RRW,RWA,RWA,la República de Rwanda,True,14.0,Rwanda,Rwanda (le),Rwanda Franc,Developing,Республика Руанда,Rwanda,RWF,,Rwanda,646,卢旺达共和国,la République du Rwanda,Руанда,646.0,202.0,2.0,رواندا,0,جمهورية رواندا,卢旺达,x,Eastern Africa,Rwanda,the Republic of Rwanda,卢旺达,Rwanda,RWANDA,x,Africa,رواندا,Sub-Saharan Africa,Руанда,World,Kigali,AF,.rw,"rw,en-RW,fr-RW,sw",49518.0,Rwanda,S6,rw,3.0,12187400.0,0.00013892327251821578,0.00013408037130370527 -Western Sahara,ESH,SAH,212,ESH,ss,In contention,732.0,268,WI, ,eh,AOE, , ,,True,,Sahara occidental,,Moroccan Dirham,Developing,,,MAD,,,504,,,,732.0,15.0,2.0,الصحراء الغربية,2,,,,,Sáhara Occidental,,西撒哈拉,Western Sahara,WESTERN SAHARA,,Africa,,Northern Africa,Западная Сахара,World,El-Aaiun,AF,.eh,"ar,mey",2461445.0,Western Sahara,U5,eh,1.0,619551.0,0.1541939969756349,0.1006609266321768 -Saudi Arabia,SAU,KSA,966,SAU,su,Yes,682.0,215,SA,SD,sa,ARS,KSA,SA,el Reino de la Arabia Saudita,True,,Arabie saoudite,Arabie saoudite (l') [fém.],Saudi Riyal,Developing,Королевство Саудовская Аравия,Saudi Arabia,SAR,,Arabia Saudita (la),682,沙特阿拉伯王国,le Royaume d'Arabie saoudite,Саудовская Аравия,682.0,145.0,142.0,المملكة العربية السعودية,2,المملكة العربية السعودية,沙特阿拉伯,,,Arabia Saudita,the Kingdom of Saudi Arabia,沙特阿拉伯,Saudi Arabia,SAUDI ARABIA,,Asia,المملكة العربية السعودية,Western Asia,Саудовская Аравия,World,Riyadh,AS,.sa,ar-SA,102358.0,Saudi Arabia,T0,sa,1.0,33091113.0,0.1541939969756349,0.1006609266321768 -Scarborough Reef,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Sudan,SDN,SUD,249,SDN,sj,Yes,729.0,40764,SU,SU,sd,SDN,SUD,SUD,la República del Sudán,True,,Soudan,Soudan (le),Sudanese Pound,Developing,Республика Судан,Sudan (the),SDG,,Sudán (el),938,苏丹共和国,la République du Soudan,Судан,729.0,15.0,2.0,السودان,2,جمهورية السودان,苏丹,,,Sudán,the Republic of the Sudan,苏丹,Sudan,SUDAN,x,Africa,السودان,Northern Africa,Судан,World,Khartoum,AF,.sd,"ar-SD,en,fia",366755.0,Sudan,V2,sd,2.0,43120843.0,0.0940583381551373,0.06140316524562784 -South Sudan,SSD,,211,SSD,sd,Yes,728.0,,OD,,ss,SSD,,,la República de Sudán del Sur,True,14.0,Soudan du Sud,Soudan du Sud (le),South Sudanese Pound,Developing,Республика Южный Судан,South Sudan,SSP,,Sudán del Sur,728,南苏丹共和国,la République du Soudan du Sud,Южный Судан,728.0,202.0,2.0,جنوب السودان,2,جمهورية جنوب السودان,南苏丹,x,Eastern Africa,Sudán del Sur,the Republic of South Sudan,南苏丹,South Sudan,SOUTH SUDAN,x,Africa,جنوب السودان,Sub-Saharan Africa,Южный Судан,World,Juba,AF,,en,7909807.0,South Sudan,,ss,1.0,10204581.0,0.0,0.0 -Senegal,SEN,SEN,221,SEN,sg,Yes,686.0,217,SG,SG,sn,SEN,SEN,SN,la República del Senegal,True,11.0,Sénégal,Sénégal (le),CFA Franc BCEAO,Developing,Республика Сенегал,Senegal,XOF,,Senegal (el),952,塞内加尔共和国,la République du Sénégal,Сенегал,686.0,202.0,2.0,السنغال,0,جمهورية السنغال,塞内加尔,,Western Africa,Senegal,the Republic of Senegal,塞内加尔,Senegal,SENEGAL,x,Africa,السنغال,Sub-Saharan Africa,Сенегал,World,Dakar,AF,.sn,"fr-SN,wo,fuc,mnk",2245662.0,Senegal,T1,sn,13.0,15020945.0,0.28709315725239837,0.277085015529758 -Serranilla Bank,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Singapore,SGP,SIN,65,SGP,si,Yes,702.0,222,SN,SR,sg,SNG,SIN,SGP,la República de Singapur,True,,Singapour,Singapour [fém.],Singapore Dollar,Developing,Республика Сингапур,Singapore,SGD,x,Singapur,702,新加坡共和国,la République de Singapour,Сингапур,702.0,35.0,142.0,سنغافورة,2,جمهورية سنغافورة,新加坡,,,Singapur,the Republic of Singapore,新加坡,Singapore,SINGAPORE,,Asia,سنغافورة,South-eastern Asia,Сингапур,World,Singapore,AS,.sg,"cmn,en-SG,ms-SG,ta-SG,zh-SG",1880251.0,Singapore,U0,sg,4.0,5995991.0,0.02116448585375222,0.014175454106818208 -South Georgia and South Sandwich Islands,SGS,,500,SGS,xs,Territory of GB,239.0,228,SX, ,gs, , , ,,True,5.0,Géorgie du Sud-et-les Îles Sandwich du Sud,,No universal currency,Developing,,,,,,,,,,239.0,419.0,19.0,جورجيا الجنوبية وجزر ساندويتش الجنوبية,,,,,South America,Georgia del Sur y las Islas Sandwich del Sur,,南乔治亚岛和南桑德韦奇岛,South Georgia and the South Sandwich Islands,SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS,,Americas,,Latin America and the Caribbean,Южная Джорджия и Южные Сандвичевы острова,World,Grytviken,AN,.gs,en,3474415.0,South Georgia & South Sandwich Islands,1L,,,,, -Saint Helena,SHN,SHN,290,SHN,xj,Territory of GB,654.0,207,SH,HE,sh,SHN,HEL,SH,,True,11.0,Sainte-Hélène,,Saint Helena Pound,Developing,,,SHP,,,654,,,,654.0,202.0,2.0,سانت هيلانة,2,,,,Western Africa,Santa Elena,,圣赫勒拿,Saint Helena,"SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA",,Africa,,Sub-Saharan Africa,Остров Святой Елены,World,Jamestown,AF,.sh,en-SH,3370751.0,St. Helena,,sh,1.0,7841.0,0.0,0.0 -Solomon Islands,SLB,SOL,677,SLB,bp,Yes,90.0,225,BP,SO,sb,SLM,SOL,SB,las Islas Salomón,True,,Îles Salomon,Îles Salomon (les),Solomon Islands Dollar,Developing,Соломоновы Острова,Solomon Islands,SBD,x,Islas Salomón (las),090,所罗门群岛,les Îles Salomon,Соломоновы Острова,90.0,54.0,9.0,جزر سليمان,2,جزر سليمان,所罗门群岛,,,Islas Salomón,Solomon Islands,所罗门群岛,Solomon Islands,SOLOMON ISLANDS,x,Oceania,جزر سليمان,Melanesia,Соломоновы Острова,World,Honiara,OC,.sb,"en-SB,tpi",2103350.0,Solomon Islands,D7,sb,1.0,660121.0,0.0,0.0 -Sierra Leone,SLE,SLE,232,SLE,sl,Yes,694.0,221,SL,SL,sl,SRL,SLE,WAL,la República de Sierra Leona,True,11.0,Sierra Leone,Sierra Leone (la),Leone,Developing,Республика Сьерра-Леоне,Sierra Leone,SLL,,Sierra Leona,694,塞拉利昂共和国,la République de Sierra Leone,Сьерра-Леоне,694.0,202.0,2.0,سيراليون,2,جمهورية سيراليون,塞拉利昂,,Western Africa,Sierra Leona,the Republic of Sierra Leone,塞拉利昂,Sierra Leone,SIERRA LEONE,x,Africa,سيراليون,Sub-Saharan Africa,Сьерра-Леоне,World,Freetown,AF,.sl,"en-SL,men,tem",2403846.0,Sierra Leone,T8,sl,1.0,6312212.0,0.0,0.0 -El Salvador,SLV,SLV,503,SLV,es,Yes,222.0,75,ES,ES,sv,SLV,ESA,ES,la República de El Salvador,True,13.0,El Salvador,El Salvador [masc.],"El Salvador Colon,US Dollar",Developing,Республика Эль-Сальвадор,El Salvador,"SVC,USD",,El Salvador,"222,840",萨尔瓦多共和国,la République d'El Salvador,Сальвадор,222.0,419.0,19.0,السلفادور,"2,2",جمهورية السلفادور,萨尔瓦多,,Central America,El Salvador,the Republic of El Salvador,萨尔瓦多,El Salvador,EL SALVADOR,,Americas,السلفادور,Latin America and the Caribbean,Сальвадор,World,San Salvador,,.sv,es-SV,3585968.0,El Salvador,H3,sv,1.0,6187271.0,0.5761936760622961,0.5942485490813306 -San Marino,SMR,SMR,378,SMR,sm,Yes,674.0,213,SM, ,sm,SMR,SMR,RSM,la República de San Marino,True,,Saint-Marin,Saint-Marin [masc.],Euro,Developed,Республика Сан-Марино,San Marino,EUR,,San Marino,978,圣马力诺共和国,la République de Saint-Marin,Сан-Марино,674.0,39.0,150.0,سان مارينو,2,جمهورية سان مارينو,圣马力诺,,,San Marino,the Republic of San Marino,圣马力诺,San Marino,SAN MARINO,,Europe,سان مارينو,Southern Europe,Сан-Марино,World,San Marino,EU,.sm,it-SM,3168068.0,San Marino,S8,sm,1.0,33779.0,0.4579066725662857,0.3780766615909737 -Somaliland,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Somalia,SOM,SOM,252,SOM,so,Yes,706.0,226,SO,SI,so,SOM,SOM,SO,la República Federal de Somalia,True,14.0,Somalie,Somalie (la),Somali Shilling,Developing,Федеративная Республика Сомали,Somalia,SOS,,Somalia,706,索马里联邦共和国,la République fédérale de Somalie,Сомали,706.0,202.0,2.0,الصومال,2,جمهورية الصومال الاتحادية,索马里,,Eastern Africa,Somalia,the Federal Republic of Somalia,索马里,Somalia,SOMALIA,x,Africa,الصومال,Sub-Saharan Africa,Сомали,World,Mogadishu,AF,.so,"so-SO,ar-SO,it,en-SO",51537.0,Somalia,U1,so,2.0,11259029.0,0.05242595897171587,0.03422471505494011 -Saint Pierre and Miquelon,SPM,SPM,508,SPM,xl,Part of FR,666.0,210,SB,FP,pm,SPM,SPM,F,,True,,Saint-Pierre-et-Miquelon,,Euro,Developed,,,EUR,,,978,,,,666.0,21.0,19.0,سان بيار وميكلون,2,,,,,Saint Pierre y Miquelon,,圣皮埃尔和密克隆,Saint Pierre and Miquelon,SAINT PIERRE AND MIQUELON,,Americas,,Northern America,Сен-Пьер и Микелон,World,Saint-Pierre,,.pm,fr-PM,3424932.0,St. Pierre & Miquelon,V0,pm,1.0,5471.0,0.6875628763127519,0.6635942565963487 -Republic of Serbia,SRB,SRB,381,SRB,rb,Yes,688.0,2648,"RI,KV",YG,rs,SRB,SRB,SRB,la República de Serbia,True,,Serbie,Serbie (la),Serbian Dinar,Developed,Республика Сербия,Serbia,RSD,,Serbia,941,塞尔维亚共和国,la République de Serbie,Сербия,688.0,39.0,150.0,صربيا,2,جمهورية صربيا,塞尔维亚,,,Serbia,the Republic of Serbia,塞尔维亚,Serbia,SERBIA,,Europe,صربيا,Southern Europe,Сербия,World,Belgrade,EU,.rs,"sr,hu,bs,rom",6290252.0,Serbia,Z2,rs,7.0,7078110.0,0.42792832070226516,0.38492661960005314 -Sao Tome and Principe,STP,STP,239,STP,sf,Yes,678.0,214,TP,TP,st,STP,STP,ST,la República Democrática de Santo Tomé y Príncipe,True,17.0,Sao Tomé-et-Principe,Sao Tomé-et-Principe [fém.],Dobra,Developing,Демократическая Республика Сан-Томе и Принсипи,Sao Tome and Principe,STN,x,Santo Tomé y Príncipe,930,圣多美和普林西比民主共和国,la République démocratique de Sao Tomé-et-Principe,Сан-Томе и Принсипи,678.0,202.0,2.0,سان تومي وبرينسيبي,2,جمهورية سان تومي وبرينسيبي الديمقراطية,圣多美和普林西比,,Middle Africa,Santo Tomé y Príncipe,the Democratic Republic of Sao Tome and Principe,圣多美和普林西比,Sao Tome and Principe,SAO TOME AND PRINCIPE,x,Africa,سان تومي وبرينسيبي,Sub-Saharan Africa,Сан-Томе и Принсипи,World,Sao Tome,AF,.st,pt-ST,2410758.0,São Tomé & Príncipe,S9,st,1.0,204454.0,0.27285899748617887,0.2544635442617505 -Suriname,SUR,SUR,597,SUR,sr,Yes,740.0,233,NS,SM,sr,SUR,SUR,SME,la República de Suriname,True,5.0,Suriname,Suriname (le),Surinam Dollar,Developing,Республика Суринам,Suriname,SRD,x,Suriname,968,苏里南共和国,la République du Suriname,Суринам,740.0,419.0,19.0,سورينام,2,جمهورية سورينام,苏里南,,South America,Suriname,the Republic of Suriname,苏里南,Suriname,SURINAME,,Americas,سورينام,Latin America and the Caribbean,Суринам,World,Paramaribo,SA,.sr,"nl-SR,en,srn,hns,jv",3382998.0,Suriname,V3,sr,1.0,597927.0,0.4009199515712598,0.33869564002626323 -Slovakia,SVK,SVK,421,SVK,xo,Yes,703.0,223,LO,SQ,sk,SVK,SVK,SK,la República Eslovaca,True,,Slovaquie,Slovaquie (la),Euro,Developed,Словацкая Республика,Slovakia,EUR,,Eslovaquia,978,斯洛伐克共和国,la République slovaque,Словакия,703.0,151.0,150.0,سلوفاكيا,2,الجمهورية السلوفاكية,斯洛伐克,,,Eslovaquia,the Slovak Republic,斯洛伐克,Slovakia,SLOVAKIA,,Europe,سلوفاكيا,Eastern Europe,Словакия,World,Bratislava,EU,.sk,"sk,hu",3057568.0,Slovakia,2B,sk,1.0,5445040.0,0.27235039846739567,0.20061746504058225 -Slovenia,SVN,SVN,386,SVN,xv,Yes,705.0,224,SI,LJ,si,SVN,SLO,SLO,la República de Eslovenia,True,,Slovénie,Slovénie (la),Euro,Developed,Республика Словения,Slovenia,EUR,,Eslovenia,978,斯洛文尼亚共和国,la République de Slovénie,Словения,705.0,39.0,150.0,سلوفينيا,2,جمهورية سلوفينيا,斯洛文尼亚,,,Eslovenia,the Republic of Slovenia,斯洛文尼亚,Slovenia,SLOVENIA,,Europe,سلوفينيا,Southern Europe,Словения,World,Ljubljana,EU,.si,"sl,sh",3190538.0,Slovenia,2A,si,1.0,2102126.0,0.27688067372351854,0.25138559434502605 -Sweden,SWE,SWE,46,SWE,sw,Yes,752.0,236,SW,SN,se,S,SWE,S,el Reino de Suecia,True,,Suède,Suède (la),Swedish Krona,Developed,Королевство Швеция,Sweden,SEK,,Suecia,752,瑞典王国,le Royaume de Suède,Швеция,752.0,154.0,150.0,السويد,2,مملكة السويد,瑞典,,,Suecia,the Kingdom of Sweden,瑞典,Sweden,SWEDEN,,Europe,السويد,Northern Europe,Швеция,World,Stockholm,EU,.se,"sv-SE,se,sma,fi-SE",2661886.0,Sweden,V7,se,2.0,10040995.0,0.6965937027802825,0.6737223987932542 -Swaziland,SWZ,SWZ,268,SWZ,sq,Yes,748.0,235,WZ,SV,sz,SWZ,SWZ,SD,,True,18.0,Eswatini,,Lilangeni,Developing,,,SZL,,,748,,,,748.0,202.0,2.0,إسواتيني,2,,,x,Southern Africa,Suazilandia,,斯威士兰,Eswatini,ESWATINI,,Africa,,Sub-Saharan Africa,Эсватини,World,Mbabane,AF,.sz,"en-SZ,ss-SZ",934841.0,Eswatini,,sz,2.0,1087200.0,0.0,0.0 -Sint Maarten,SXM,,1-721,SXM,sn,Part of NL,534.0,,NN,,sx,,,,,True,29.0,Saint-Martin (partie néerlandaise),,Netherlands Antillean Guilder,Developing,,,ANG,x,,532,,,,534.0,419.0,19.0,سانت مارتن,2,,,,Caribbean,San Martín (parte holandés),,圣马丁(荷属),Sint Maarten (Dutch part),SINT MAARTEN (DUTCH PART),,Americas,,Latin America and the Caribbean,Синт-Мартен,World,Philipsburg,,.sx,"nl,en",7609695.0,Sint Maarten,,sx,2.0,42677.0,0.016596572262402676,0.014020720701542557 -Seychelles,SYC,SEY,248,SYC,se,Yes,690.0,220,SE,SC,sc,SEY,SEY,SY,la República de Seychelles,True,14.0,Seychelles,Seychelles (les) [fém.],Seychelles Rupee,Developing,Республика Сейшельские Острова,Seychelles,SCR,x,Seychelles,690,塞舌尔共和国,la République des Seychelles,Сейшельские Острова,690.0,202.0,2.0,سيشيل,2,جمهورية سيشيل,塞舌尔,,Eastern Africa,Seychelles,the Republic of Seychelles,塞舌尔,Seychelles,SEYCHELLES,,Africa,سيشيل,Sub-Saharan Africa,Сейшельские Острова,World,Victoria,AF,.sc,"en-SC,fr-SC",241170.0,Seychelles,T2,sc,2.0,94633.0,0.44168178038830513,0.42628463927655075 -Syria,SYR,SYR,963,SYR,sy,Yes,760.0,238,SY,SY,sy,SYR,SYR,SYR,la República Árabe Siria,True,,République arabe syrienne,République arabe syrienne (la),Syrian Pound,Developing,Сирийская Арабская Республика,Syrian Arab Republic,SYP,,República Árabe Siria (la),760,阿拉伯叙利亚共和国,la République arabe syrienne,Сирийская Арабская Республика,760.0,145.0,142.0,الجمهورية العربية السورية,2,الجمهورية العربية السورية,阿拉伯叙利亚共和国,,,República Árabe Siria,the Syrian Arab Republic,阿拉伯叙利亚共和国,Syrian Arab Republic,SYRIAN ARAB REPUBLIC,,Asia,الجمهورية العربية السورية,Western Asia,Сирийская Арабская Республика,World,Damascus,AS,.sy,"ar-SY,ku,hy,arc,fr,en",163843.0,Syria,V9,sy,2.0,19454263.0,0.16678723931869127,0.12244673083460228 -Turks and Caicos Islands,TCA,TCA,1-649,TCA,tc,Territory of GB,796.0,251,TK,TI,tc,TCA,TKS, ,,True,29.0,Îles Turques-et-Caïques,,US Dollar,Developing,,,USD,,,840,,,,796.0,419.0,19.0,جزر تركس وكايكوس,2,,,,Caribbean,Islas Turcas y Caicos,,特克斯和凯科斯群岛,Turks and Caicos Islands,TURKS AND CAICOS ISLANDS,,Americas,,Latin America and the Caribbean,Острова Тёркс и Кайкос,World,Cockburn Town,,.tc,en-TC,3576916.0,Turks & Caicos Islands,W7,tc,1.0,53701.0,0.0,0.0 -Chad,TCD,CHA,235,TCD,cd,Yes,148.0,50,CD,CD,td,TCD,CHA,TCH,la República del Chad,True,17.0,Tchad,Tchad (le),CFA Franc BEAC,Developing,Республика Чад,Chad,XAF,,Chad (el),950,乍得共和国,la République du Tchad,Чад,148.0,202.0,2.0,تشاد,0,جمهورية تشاد,乍得,x,Middle Africa,Chad,the Republic of Chad,乍得,Chad,CHAD,x,Africa,تشاد,Sub-Saharan Africa,Чад,World,N'Djamena,AF,.td,"fr-TD,ar-TD,sre",2434508.0,Chad,F2,td,2.0,15833116.0,0.2176084176541235,0.2018357012139754 -Togo,TGO,TOG,228,TGO,tg,Yes,768.0,243,TO,TG,tg,TGO,TOG,TG,la República Togolesa,True,11.0,Togo,Togo (le),CFA Franc BCEAO,Developing,Тоголезская Республика,Togo,XOF,,Togo (el),952,多哥共和国,la République togolaise,Того,768.0,202.0,2.0,توغو,0,جمهورية توغو,多哥,,Western Africa,Togo,the Togolese Republic,多哥,Togo,TOGO,x,Africa,توغو,Sub-Saharan Africa,Того,World,Lome,AF,.tg,"fr-TG,ee,hna,kbp,dag,ha",2363686.0,Togo,W2,tg,1.0,8176449.0,0.4490431433947769,0.4333893832644932 -Thailand,THA,THA,66,THA,th,Yes,764.0,240,TH,TH,th,THA,THA,T,el Reino de Tailandia,True,,Thaïlande,Thaïlande (la),Baht,Developing,Королевство Таиланд,Thailand,THB,,Tailandia,764,泰王国,le Royaume de Thaïlande,Таиланд,764.0,35.0,142.0,تايلند,2,مملكة تايلند,泰国,,,Tailandia,the Kingdom of Thailand,泰国,Thailand,THAILAND,,Asia,تايلند,South-eastern Asia,Таиланд,World,Bangkok,AS,.th,"th,en",1605651.0,Thailand,W1,th,1.0,68615858.0,0.11569217603555332,0.07350348546442591 -Tajikistan,TJK,TJK,992,TJK,ta,Yes,762.0,239,TI,TA,tj,TJK,TJK,TJ,la República de Tayikistán,True,,Tadjikistan,Tadjikistan (le),Somoni,Developing,Республика Таджикистан,Tajikistan,TJS,,Tayikistán,972,塔吉克斯坦共和国,la République du Tadjikistan,Таджикистан,762.0,143.0,142.0,طاجيكستان,2,جمهورية طاجيكستان,塔吉克斯坦,x,,Tayikistán,the Republic of Tajikistan,塔吉克斯坦,Tajikistan,TAJIKISTAN,,Asia,طاجيكستان,Central Asia,Таджикистан,World,Dushanbe,AS,.tj,"tg,ru",1220409.0,Tajikistan,2D,tj,1.0,8604882.0,0.07438868440118057,0.04782016835157944 -Turkmenistan,TKM,TKM,993,TKM,tk,Yes,795.0,250,TX,TR,tm,TKM,TKM,TM,Turkmenistán,True,,Turkménistan,Turkménistan (le),Turkmenistan New Manat,Developing,Туркменистан,Turkmenistan,TMT,,Turkmenistán,934,土库曼斯坦,le Turkménistan,Туркменистан,795.0,143.0,142.0,تركمانستان,2,تركمانستان,土库曼斯坦,x,,Turkmenistán,Turkmenistan,土库曼斯坦,Turkmenistan,TURKMENISTAN,,Asia,تركمانستان,Central Asia,Туркменистан,World,Ashgabat,AS,.tm,"tk,ru,uz",1218197.0,Turkmenistan,2E,tm,1.0,5411012.0,0.0,0.0 -East Timor,TLS,TLS,670,TLS,em,Yes,626.0,242,TT,TM,tl,TLS,TLS,RI,la República Democrática de Timor-Leste,True,,Timor-Leste,Timor-Leste (le),US Dollar,Developing,Демократическая Республика Тимор-Лешти,Timor-Leste,USD,x,Timor-Leste,840,东帝汶民主共和国,la République démocratique du Timor-Leste,Тимор-Лешти,626.0,35.0,142.0,تيمور- ليشتي,2,جمهورية تيمور - ليشتي الديمقراطية,东帝汶,,,Timor-Leste,the Democratic Republic of Timor-Leste,东帝汶,Timor-Leste,TIMOR-LESTE,x,Asia,تيمور- ليشتي,South-eastern Asia,Тимор-Лешти,World,Dili,OC,.tl,"tet,pt-TL,id,en",1966436.0,Timor-Leste,Z3,tl,2.0,1321929.0,0.1893962453139359,0.17662763660521505 -Tonga,TON,TGA,676,TON,to,Yes,776.0,245,TN,TO,to,TON,TGA,TO,el Reino de Tonga,True,,Tonga,Tonga (les) [fém.],Pa’anga,Developing,Королевство Тонга,Tonga,TOP,x,Tonga,776,汤加王国,le Royaume des Tonga,Тонга,776.0,61.0,9.0,تونغا,2,مملكة تونغا,汤加,,,Tonga,the Kingdom of Tonga,汤加,Tonga,TONGA,,Oceania,تونغا,Polynesia,Тонга,World,Nuku'alofa,OC,.to,"to,en-TO",4032283.0,Tonga,W4,to,2.0,106398.0,0.0,0.0 -Trinidad and Tobago,TTO,TRI,1-868,TTO,tr,Yes,780.0,246,TD,TD,tt,TRD,TTO,TT,la República de Trinidad y Tabago,True,29.0,Trinité-et-Tobago,Trinité-et-Tobago (la),Trinidad and Tobago Dollar,Developing,Республика Тринидад и Тобаго,Trinidad and Tobago,TTD,x,Trinidad y Tabago,780,特立尼达和多巴哥共和国,la République de Trinité-et-Tobago,Тринидад и Тобаго,780.0,419.0,19.0,ترينيداد وتوباغو,2,جمهورية ترينيداد وتوباغو,特立尼达和多巴哥,,Caribbean,Trinidad y Tabago,the Republic of Trinidad and Tobago,特立尼达和多巴哥,Trinidad and Tobago,TRINIDAD AND TOBAGO,,Americas,ترينيداد وتوباغو,Latin America and the Caribbean,Тринидад и Тобаго,World,Port of Spain,,.tt,"en-TT,hns,fr,es,zh",3573591.0,Trinidad & Tobago,W5,tt,1.0,1215527.0,0.0,0.0 -Tunisia,TUN,TUN,216,TUN,ti,Yes,788.0,248,TS,TS,tn,TUN,TUN,TN,la República de Túnez,True,,Tunisie,Tunisie (la),Tunisian Dinar,Developing,Тунисская Республика,Tunisia,TND,,Túnez,788,突尼斯共和国,la République tunisienne,Тунис,788.0,15.0,2.0,تونس,3,الجمهورية التونسية,突尼斯,,,Túnez,the Republic of Tunisia,突尼斯,Tunisia,TUNISIA,,Africa,تونس,Northern Africa,Тунис,World,Tunis,AF,.tn,"ar-TN,fr",2464461.0,Tunisia,W6,tn,2.0,11516189.0,0.6835154597569811,0.6163458890767051 -Turkey,TUR,TUR,90,TUR,tu,Yes,792.0,249,TU,TU,tr,TUR,TUR,TR,la República de Turquía,True,,Turquie,Turquie (la),Turkish Lira,Developing,Турецкая Республика,Turkey,TRY,,Turquía,949,土耳其共和国,la République turque,Турция,792.0,145.0,142.0,تركيا,2,جمهورية تركيا,土耳其,,,Turquía,the Republic of Turkey,土耳其,Turkey,TURKEY,,Asia,تركيا,Western Asia,Турция,World,Ankara,AS,.tr,"tr-TR,ku,diq,az,av",298795.0,Turkey,W8,tr,1.0,81257239.0,0.3833356510407803,0.2878495126869043 -Tuvalu,TUV,TUV,688,TUV,tv,Yes,798.0,252,TV,TV,tv,TUV,TUV,TV,Tuvalu,True,,Tuvalu,Tuvalu (les) [masc.],Australian Dollar,Developing,Тувалу,Tuvalu,AUD,x,Tuvalu,036,图瓦卢,Tuvalu (les) [masc.],Тувалу,798.0,61.0,9.0,توفالو,2,توفالو,图瓦卢,,,Tuvalu,Tuvalu,图瓦卢,Tuvalu,TUVALU,x,Oceania,توفالو,Polynesia,Тувалу,World,Funafuti,OC,.tv,"tvl,en,sm,gil",2110297.0,Tuvalu,2G,tv,2.0,11147.0,0.0,0.0 -Taiwan,TWN,TPE,886,TWN,ch,Yes,158.0,925,TW, ,tw, ,TPE,RC,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Taipei,AS,.tw,"zh-TW,zh,nan,hak",1668284.0,Taiwan,,tw,1.0,23545963.0,0.0,0.0 -United Republic of Tanzania,TZA,TAN,255,TZA,tz,Yes,834.0,257,TZ,TN,tz,TZA,TAN,EAT,la República Unida de Tanzanía,True,14.0,République-Unie de Tanzanie,République-Unie de Tanzanie (la),Tanzanian Shilling,Developing,Объединенная Республика Танзания,United Republic of Tanzania (the),TZS,,República Unida de Tanzanía (la),834,坦桑尼亚联合共和国,la République-Unie de Tanzanie,Объединенная Республика Танзания,834.0,202.0,2.0,جمهورية تنزانيا المتحدة,2,جمهورية تنزانيا المتحدة,坦桑尼亚联合共和国,,Eastern Africa,República Unida de Tanzanía,the United Republic of Tanzania,坦桑尼亚联合共和国,United Republic of Tanzania,"TANZANIA, UNITED REPUBLIC OF",x,Africa,جمهورية تنزانيا المتحدة,Sub-Saharan Africa,Объединенная Республика Танзания,World,Dodoma,AF,.tz,"sw-TZ,en,ar",149590.0,Tanzania,W0,tz,2.0,55451343.0,0.0,0.0 -Uganda,UGA,UGA,256,UGA,ug,Yes,800.0,253,UG,UG,ug,UGA,UGA,EAU,la República de Uganda,True,14.0,Ouganda,Ouganda (l') [masc.],Uganda Shilling,Developing,Республика Уганда,Uganda,UGX,,Uganda,800,乌干达共和国,la République de l'Ouganda,Уганда,800.0,202.0,2.0,أوغندا,0,جمهورية أوغندا,乌干达,x,Eastern Africa,Uganda,the Republic of Uganda,乌干达,Uganda,UGANDA,x,Africa,أوغندا,Sub-Saharan Africa,Уганда,World,Kampala,AF,.ug,"en-UG,lg,sw,ar",226074.0,Uganda,W9,ug,2.0,40853749.0,0.0,0.0 -Ukraine,UKR,UKR,380,UKR,un,Yes,804.0,254,UP,UR,ua,UKR,UKR,UA,Ucrania,True,,Ukraine,Ukraine (l') [fém.],Hryvnia,Developed,Украина,Ukraine,UAH,,Ucrania,980,乌克兰,l'Ukraine,Украина,804.0,151.0,150.0,أوكرانيا,2,أوكرانيا,乌克兰,,,Ucrania,Ukraine,乌克兰,Ukraine,UKRAINE,,Europe,أوكرانيا,Eastern Europe,Украина,World,Kyiv,EU,.ua,"uk,ru-UA,rom,pl,hu",690791.0,Ukraine,2H,ua,2.0,43952299.0,0.6806570457496001,0.6266886846194084 -United States Minor Outlying Islands,UMI,, ,UMI,"ji,xf,wk,uc,up",Territories of US,581.0,,"FQ,HQ,DQ,JQ,KQ,MQ,BQ,LQ,WQ", ,um, , ,USA,,True,,Îles mineures éloignées des États-Unis,,US Dollar,Developing,,,USD,,,840,,,,581.0,57.0,9.0,نائية التابعة للولايات المتحدة,2,,,,,Islas menores alejadas de Estados Unidos,,美国本土外小岛屿,United States Minor Outlying Islands,UNITED STATES MINOR OUTLYING ISLANDS,,Oceania,,Micronesia,Внешние малые острова Coeдинeнныx Штaтoв,World,,OC,.um,en-UM,5854968.0,U.S. Outlying Islands,2J,um,1.0,316.0,0.0,0.0 -Uruguay,URY,URU,598,URY,uy,Yes,858.0,260,UY,UY,uy,URG,URU,ROU,la República Oriental del Uruguay,True,5.0,Uruguay,Uruguay (l') [masc.],Peso Uruguayo,Developing,Восточная Республика Уругвай,Uruguay,UYU,,Uruguay (el),858,乌拉圭东岸共和国,la République orientale de l'Uruguay,Уругвай,858.0,419.0,19.0,أوروغواي,2,جمهورية أوروغواي الشرقية,乌拉圭,,South America,Uruguay,the Eastern Republic of Uruguay,乌拉圭,Uruguay,URUGUAY,,Americas,أوروغواي,Latin America and the Caribbean,Уругвай,World,Montevideo,SA,.uy,es-UY,3439705.0,Uruguay,X3,uy,1.0,3369299.0,0.5697195898144052,0.5875715990916527 -United States of America,USA,USA,1,USA,xxu,Yes,840.0,259,US,US,us,USA,USA,USA,los Estados Unidos de América,True,,États-Unis d'Amérique,États-Unis d'Amérique (les),US Dollar,Developed,Соединенные Штаты Америки,United States of America (the),USD,,Estados Unidos de América (los),840,美利坚合众国,les États-Unis d'Amérique,Соединенные Штаты Америки,840.0,21.0,19.0,الولايات المتحدة الأمريكية,2,الولايات المتحدة الأمريكية,美利坚合众国,,,Estados Unidos de América,the United States of America,美利坚合众国,United States of America,UNITED STATES OF AMERICA,,Americas,الولايات المتحدة الأمريكية,Northern America,Соединенные Штаты Америки,World,Washington,,.us,"en-US,es-US,haw,fr",6252001.0,US,,us,3.0,329256465.0,0.06215122797975329,0.06409871990090757 -US Naval Base Guantanamo Bay,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Uzbekistan,UZB,UZB,998,UZB,uz,Yes,860.0,261,UZ,UZ,uz,UZB,UZB,UZ,la República de Uzbekistán,True,,Ouzbékistan,Ouzbékistan (l') [masc.],Uzbekistan Sum,Developing,Республика Узбекистан,Uzbekistan,UZS,,Uzbekistán,860,乌兹别克斯坦共和国,la République d'Ouzbékistan,Узбекистан,860.0,143.0,142.0,أوزبكستان,2,جمهورية أوزبكستان,乌兹别克斯坦,x,,Uzbekistán,the Republic of Uzbekistan,乌兹别克斯坦,Uzbekistan,UZBEKISTAN,,Asia,أوزبكستان,Central Asia,Узбекистан,World,Tashkent,AS,.uz,"uz,ru,tg",1512440.0,Uzbekistan,2K,uz,2.0,30023709.0,0.020301172306151326,0.010137377434431204 -Vatican,VAT,VAT,39-06,VAT,vc,Yes,336.0,110,VT, ,va,CVA, ,V,la Santa Sede,True,,Saint-Siège,Saint-Siège (le) *,Euro,Developed,Святой Престол,Holy See (the) *,EUR,,Santa Sede (la) *,978,教廷,le Saint-Siège,Святой Престол *,336.0,39.0,150.0,الكرسي الرسولي,2,الكرسي الرسولي,教廷 *,,,Santa Sede,the Holy See,教廷,Holy See,HOLY SEE,,Europe,الكرسي الرسولي *,Southern Europe,Святой Престол,World,Vatican City,EU,.va,"la,it,fr",3164670.0,Vatican City,,va,1.0,1000.0,0.4239495485332802,0.35003951589995763 -Saint Vincent and the Grenadines,VCT,VIN,1-784,VCT,xm,Yes,670.0,211,VC,VG,vc,VCT,VIN,WV,San Vicente y las Granadinas,True,29.0,Saint-Vincent-et-les Grenadines,Saint-Vincent-et-les Grenadines [fém.],East Caribbean Dollar,Developing,Сент-Винсент и Гренадины,Saint Vincent and the Grenadines,XCD,x,San Vicente y las Granadinas,951,圣文森特和格林纳丁斯,Saint-Vincent-et-les Grenadines [fém.],Сент-Винсент и Гренадины,670.0,419.0,19.0,سانت فنسنت وجزر غرينادين,2,سانت فنسنت وجزر غرينادين,圣文森特和格林纳丁斯,,Caribbean,San Vicente y las Granadinas,Saint Vincent and the Grenadines,圣文森特和格林纳丁斯,Saint Vincent and the Grenadines,SAINT VINCENT AND THE GRENADINES,,Americas,سانت فنسنت وجزر غرينادين,Latin America and the Caribbean,Сент-Винсент и Гренадины,World,Kingstown,,.vc,"en-VC,fr",3577815.0,St. Vincent & Grenadines,V1,vc,1.0,101844.0,0.0,0.0 -Venezuela,VEN,VEN,58,VEN,ve,Yes,862.0,263,VE,VN,ve,VEN,VEN,YV,la República Bolivariana de Venezuela,True,5.0,Venezuela (République bolivarienne du),Venezuela (République bolivarienne du),Bolívar,Developing,Боливарианская Республика Венесуэла,Venezuela (Bolivarian Republic of),VEF,,Venezuela (República Bolivariana de),937,委内瑞拉玻利瓦尔共和国,la République bolivarienne du Venezuela,Венесуэла (Боливарианская Республика),862.0,419.0,19.0,فنزويلا (جمهورية - البوليفارية),2,جمهورية فنزويلا البوليفارية,委内瑞拉(玻利瓦尔共和国),,South America,Venezuela (República Bolivariana de),the Bolivarian Republic of Venezuela,委内瑞拉(玻利瓦尔共和国),Venezuela (Bolivarian Republic of),VENEZUELA (BOLIVARIAN REPUBLIC OF),,Americas,فنزويلا,Latin America and the Caribbean,Венесуэла (Боливарианская Республика),World,Caracas,SA,.ve,es-VE,3625428.0,Venezuela,,ve,1.0,31689176.0,0.5308750723270593,0.5475098991535855 -British Virgin Islands,VGB,VGB,1-284,VGB,vb,Territory of GB,92.0,39,VI,VI,vg,VRG,IVB,BVI,,True,29.0,Îles Vierges britanniques,,US Dollar,Developing,,,USD,x,,840,,,,92.0,419.0,19.0,جزر فرجن البريطانية,2,,,,Caribbean,Islas Vírgenes Británicas,,英属维尔京群岛,British Virgin Islands,VIRGIN ISLANDS (BRITISH),,Americas,,Latin America and the Caribbean,Британские Виргинские острова,World,Road Town,,.vg,en-VG,3577718.0,British Virgin Islands,,vg,1.0,35802.0,0.0,0.0 -United States Virgin Islands,VIR,VIR,1-340,VIR,vi,Territory of US,850.0,258,VQ,VI,vi,VIR,ISV,USA,,True,29.0,Îles Vierges américaines,,US Dollar,Developing,,,USD,x,,840,,,,850.0,419.0,19.0,جزر فرجن التابعة للولايات المتحدة,2,,,,Caribbean,Islas Vírgenes de los Estados Unidos,,美属维尔京群岛,United States Virgin Islands,VIRGIN ISLANDS (U.S.),,Americas,,Latin America and the Caribbean,Виргинские oстрова Coeдинeнныx Штaтoв,World,Charlotte Amalie,,.vi,en-VI,4796775.0,U.S. Virgin Islands,,vi,1.0,106977.0,0.0,0.0 -Vietnam,VNM,VIE,84,VNM,vm,Yes,704.0,264,VM,VS,vn,VTN,VIE,VN,la República Socialista de Viet Nam,True,,Viet Nam,Viet Nam (le),Dong,Developing,Социалистическая Республика Вьетнам,Viet Nam,VND,,Viet Nam,704,越南社会主义共和国,la République socialiste du Viet Nam,Вьетнам,704.0,35.0,142.0,فييت نام,0,جمهورية فييت نام الاشتراكية,越南,,,Viet Nam,the Socialist Republic of Viet Nam,越南,Viet Nam,VIET NAM,,Asia,فييت نام,South-eastern Asia,Вьетнам,World,Hanoi,AS,.vn,"vi,en,fr,zh,km",1562822.0,Vietnam,Q1,vn,1.0,97040334.0,0.38003199408741484,0.32480585862254696 -Vanuatu,VUT,VAN,678,VUT,nn,Yes,548.0,262,NH,NV,vu,VUT,VAN,VU,la República de Vanuatu,True,,Vanuatu,Vanuatu (le) [masc.],Vatu,Developing,Республика Вануату,Vanuatu,VUV,x,Vanuatu,548,瓦努阿图共和国,la République de Vanuatu,Вануату,548.0,54.0,9.0,فانواتو,0,جمهورية فانواتو,瓦努阿图,,,Vanuatu,the Republic of Vanuatu,瓦努阿图,Vanuatu,VANUATU,x,Oceania,فانواتو,Melanesia,Вануату,World,Port Vila,OC,.vu,"bi,en-VU,fr-VU",2134431.0,Vanuatu,2L,vu,3.0,288037.0,0.36806815032358764,0.3552371993971256 -Wallis and Futuna,WLF,WLF,681,WLF,wf,Territory of FR,876.0,266,WF,FW,wf,WAL,WAF,F,,True,,Îles Wallis-et-Futuna,,CFP Franc,Developing,,,XPF,,,953,,,,876.0,61.0,9.0,جزر واليس وفوتونا,0,,,,,Islas Wallis y Futuna,,瓦利斯群岛和富图纳群岛,Wallis and Futuna Islands,WALLIS AND FUTUNA,,Oceania,,Polynesia,Острова Уоллис и Футуна,World,Mata Utu,OC,.wf,"wls,fud,fr-WF",4034749.0,Wallis & Futuna,X8,wf,1.0,15763.0,0.3558560306370282,0.34345079736168205 -Akrotiri Sovereign Base Area,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Samoa,WSM,SAM,685,WSM,ws,Yes,882.0,212,WS,ZM,ws,SMO,SAM,WS,el Estado Independiente de Samoa,True,,Samoa,Samoa (le),Tala,Developing,Независимое Государство Самоа,Samoa,WST,x,Samoa,882,萨摩亚独立国,l'État indépendant du Samoa,Самоа,882.0,61.0,9.0,ساموا,2,دولة ساموا المستقلة,萨摩亚,,,Samoa,the Independent State of Samoa,萨摩亚,Samoa,SAMOA,,Oceania,ساموا,Polynesia,Самоа,World,Apia,OC,.ws,"sm,en-WS",4034894.0,Samoa,Y0,ws,2.0,201316.0,0.0,0.0 -Yemen,YEM,YEM,967,YEM,ye,Yes,887.0,269,YM,YE,ye,YEM,YEM,YAR,la República del Yemen,True,,Yémen,Yémen (le),Yemeni Rial,Developing,Йеменская Республика,Yemen,YER,,Yemen (el),886,也门共和国,la République du Yémen,Йемен,887.0,145.0,142.0,اليمن,2,الجمهورية اليمنية,也门,,,Yemen,the Republic of Yemen,也门,Yemen,YEMEN,x,Asia,اليمن,Western Asia,Йемен,World,Sanaa,AS,.ye,ar-YE,69543.0,Yemen,T7,ye,1.0,28667230.0,0.11410355776196983,0.07448908570781082 -South Africa,ZAF,RSA,27,ZAF,sa,Yes,710.0,227,SF,ZA,za,AFS,RSA,ZA,la República de Sudáfrica,True,18.0,Afrique du Sud,Afrique du Sud (l') [fém.],Rand,Developing,Южно-Африканская Республика,South Africa,ZAR,,Sudáfrica,710,南非共和国,la République sud-africaine,Южная Африка,710.0,202.0,2.0,جنوب أفريقيا,2,جمهورية جنوب أفريقيا,南非,,Southern Africa,Sudáfrica,the Republic of South Africa,南非,South Africa,SOUTH AFRICA,,Africa,جنوب أفريقيا,Sub-Saharan Africa,Южная Африка,World,Pretoria,AF,.za,"zu,xh,af,nso,en-ZA,tn,st,ts,ss,ve,nr",953987.0,South Africa,T3,za,11.0,55380210.0,0.028602344612302648,0.020167483899808613 -Zambia,ZMB,ZAM,260,ZMB,za,Yes,894.0,270,ZA,ZB,zm,ZMB,ZAM,Z,la República de Zambia,True,14.0,Zambie,Zambie (la),Zambian Kwacha,Developing,Республика Замбия,Zambia,ZMW,,Zambia,967,赞比亚共和国,la République de Zambie,Замбия,894.0,202.0,2.0,زامبيا,2,جمهورية زامبيا,赞比亚,x,Eastern Africa,Zambia,the Republic of Zambia,赞比亚,Zambia,ZAMBIA,x,Africa,زامبيا,Sub-Saharan Africa,Замбия,World,Lusaka,AF,.zm,"en-ZM,bem,loz,lun,lue,ny,toi",895949.0,Zambia,Y4,zm,1.0,16445079.0,0.0,0.0 -Zimbabwe,ZWE,ZIM,263,ZWE,rh,Yes,716.0,271,ZI,ZW,zw,ZWE,ZIM,ZW,la República de Zimbabwe,True,14.0,Zimbabwe,Zimbabwe (le),Zimbabwe Dollar,Developing,Республика Зимбабве,Zimbabwe,ZWL,,Zimbabwe,932,津巴布韦共和国,la République du Zimbabwe,Зимбабве,716.0,202.0,2.0,زمبابوي,2,جمهورية زمبابوي,津巴布韦,x,Eastern Africa,Zimbabwe,the Republic of Zimbabwe,津巴布韦,Zimbabwe,ZIMBABWE,,Africa,زمبابوي,Sub-Saharan Africa,Зимбабве,World,Harare,AF,.zw,"en-ZW,sn,nr,nd",878675.0,Zimbabwe,Y5,zw,3.0,14030368.0,0.0,0.0 diff --git a/results/f30/4.cldr.csv b/results/f30/4.cldr.csv deleted file mode 100644 index 392bbe2..0000000 --- a/results/f30/4.cldr.csv +++ /dev/null @@ -1,949 +0,0 @@ -territory,population,officialstatus,language,language_population -af,34940837,official_regional,bal,0.006668414955257082 -af,34940837,no,haz,0.059000000000000004 -af,34940837,no,prd,0.011705500930043548 -af,34940837,official,ps,0.43 -af,34940837,official,fa,0.5 -af,34940837,official_regional,tk,0.016685347291480166 -af,34940837,official_regional,uz_Arab,0.047 -ax,26200,official,sv,0.99 -al,3057220,official,sq,1.0 -al,3057220,no,el,0.01880793662216 -dz,41657488,no,arq,0.83 -dz,41657488,official,ar,0.74 -dz,41657488,no,en,0.07 -dz,41657488,official,fr,0.2 -dz,41657488,no,kab,0.078 -as,50826,de_facto_official,en,0.97 -as,50826,official,sm,0.99 -ad,85708,official,ca,0.51 -ad,85708,no,fr,0.06743827880711252 -ad,85708,no,es,0.43 -ao,30355880,no,kmb,0.25 -ao,30355880,official,pt,0.67 -ao,30355880,no,umb,0.29 -ai,17422,official,en,0.95 -aq,300,no,und,1.0 -ag,95882,official,en,0.86 -ag,95882,no,pt,0.016687177989612233 -ar,44694198,no,en,0.07 -ar,44694198,official,es,1.0 -am,3038217,official,hy,0.98 -am,3038217,no,ku,0.033 -aw,116576,official,nl,0.97 -aw,116576,no,en,0.025734284930002745 -aw,116576,official,pap,0.61 -ac,940,no,en,0.9904255319148936 -au,23470145,no,zh_Hant,0.021175838496097915 -au,23470145,de_facto_official,en,0.96 -au,23470145,no,it,0.01917329441296592 -at,8793370,no,bar,0.95 -at,8793370,official_regional,hr,0.012395702671444509 -at,8793370,no,en,0.73 -at,8793370,no,fr,0.11 -at,8793370,official,de,0.97 -at,8793370,official_regional,hu,0.002649723598574835 -at,8793370,no,it,0.09 -at,8793370,official_regional,sl,0.0037187108014333525 -az,10046516,official,az,0.89 -az,10046516,official,az_Cyrl,0.099 -az,10046516,no,tly,0.098 -bs,332634,official,en,1.0 -bh,1442659,official,ar,0.87 -bh,1442659,no,ml,0.033 -bd,159453001,official,bn,0.98 -bd,159453001,no,en,0.18 -bd,159453001,no,rkt,0.065 -bd,159453001,no,syl,0.05 -bb,293131,official,en,1.0 -by,9527543,official,be,1.0 -by,9527543,official,ru,0.12 -be,11570762,official,nl,0.55 -be,11570762,no,en,0.59 -be,11570762,official,fr,0.38 -be,11570762,official,de,0.22 -be,11570762,no,wa,0.057999999999999996 -be,11570762,no,vls,0.1 -bz,385854,official,en,1.0 -bz,385854,no,es,0.28 -bj,11340504,no,fon,0.25 -bj,11340504,official,fr,0.35 -bj,11340504,no,yo,0.067 -bm,71176,official,en,0.92 -bt,766397,official,dz,0.47 -bt,766397,no,en,0.11 -bt,766397,no,lep,0.039 -bt,766397,no,ne,0.17 -bt,766397,no,tsj,0.15 -bo,11306341,official,ay,0.2 -bo,11306341,official,qu,0.32 -bo,11306341,official,es,0.61 -ba,3849891,official,bs,0.99 -ba,3849891,official,bs_Cyrl,0.99 -ba,3849891,official,hr,0.12 -ba,3849891,no,en,0.45 -ba,3849891,official,sr,0.1 -ba,3849891,official,sr_Latn,0.1 -bw,2249104,official,en,0.81 -bw,2249104,official,tn,0.62 -bv,1,no,und,1.0 -br,208846892,no,en,0.08 -br,208846892,official,pt,0.91 -io,3500,official,en,1.0 -vg,35802,official,en,0.98 -bn,450565,no,zh_Hant,0.11 -bn,450565,no,en,0.01775548478022039 -bn,450565,official,ms,0.93 -bn,450565,official,ms_Arab,0.05 -bg,7057504,official,bg,1.0 -bg,7057504,no,en,0.25 -bg,7057504,no,de,0.08 -bg,7057504,no,ru,0.23 -bg,7057504,no,tr,0.11 -bf,19742715,no,dyu,0.32 -bf,19742715,official,fr,0.22 -bf,19742715,no,mos,0.4 -bi,11844520,official,en,0.0005268259076771368 -bi,11844520,official,fr,0.59 -bi,11844520,official,rn,0.63 -kh,16449519,official,km,0.89 -kh,16449519,no,cja,0.015745141240908016 -cm,25640965,no,bax,0.011661027578330223 -cm,25640965,no,bas,0.012441029423034586 -cm,25640965,no,bum,0.046 -cm,25640965,official,en,0.38 -cm,25640965,no,ewo,0.031 -cm,25640965,official,fr,0.68 -cm,25640965,no,ff,0.036000000000000004 -cm,25640965,no,bbj,0.014079033296913747 -cm,25640965,no,bkm,0.012636029884210677 -cm,25640965,no,byv,0.011349026840448478 -cm,25640965,no,mua,0.010335024442332806 -cm,25640965,no,nnh,0.013533032005620694 -cm,25640965,no,ybb,0.016224038369850743 -ca,35881659,official,en,0.86 -ca,35881659,official,fr,0.22 -ca,35881659,no,de,0.018756100435601376 -ca,35881659,official_regional,ikt,0.00011147756573908693 -ca,35881659,official_regional,iu,0.0004208278106650531 -ca,35881659,official_regional,iu_Latn,0.0004208278106650531 -ca,35881659,no,it,0.019898745484427015 -ic,2098593,official,es,0.98 -cv,568373,recognized,kea,0.91 -cv,568373,official,pt,0.76 -bq,20000,official,nl,0.08 -bq,20000,recognized,pap,0.81 -ky,59613,official,en,0.98 -cf,5745062,official,fr,0.49 -cf,5745062,official,sg,0.49 -ea,150000,official,es,0.98 -td,15833116,official,ar,0.17 -td,15833116,official,fr,0.26 -cl,17925262,no,en,0.095 -cl,17925262,no,arn,0.01517411572561673 -cl,17925262,official,es,0.98 -cn,1384688986,no,yue_Hans,0.052000000000000005 -cn,1384688986,official,zh,0.9 -cn,1384688986,no,gan,0.01653800978525296 -cn,1384688986,no,hak,0.022532135602615386 -cn,1384688986,official_regional,ko,0.001473255020171006 -cn,1384688986,no,nan,0.019354526735579886 -cn,1384688986,official_regional,mn_Mong,0.0025998618003017756 -cn,1384688986,official_regional,bo,0.0019643400268946746 -cn,1384688986,official_regional,ug,0.005546371840643788 -cn,1384688986,no,wuu,0.06 -cn,1384688986,no,hsn,0.028598479803319532 -cn,1384688986,official_regional,za,0.003076503130357101 -cx,2205,official,en,0.6349206349206349 -cp,1,no,und,1.0 -cc,596,de_facto_official,en,0.16778523489932887 -cc,596,no,ms_Arab,0.8322147651006712 -co,48168996,official,es,0.93 -km,821164,official,ar,0.66 -km,821164,official,fr,0.56 -km,821164,official,wni,0.34 -km,821164,official,zdj,0.37 -cg,5062021,official,fr,0.84 -cg,5062021,recognized,ln,0.023903496251793502 -cd,85281024,official,fr,0.038 -cd,85281024,official_regional,kg,0.015243719399992195 -cd,85281024,official_regional,ln,0.031 -cd,85281024,no,lu,0.022865579099988292 -cd,85281024,official_regional,lua,0.096 -cd,85281024,official_regional,sw,0.5 -ck,9038,official,en,0.9769860588625802 -cr,4987142,official,es,0.95 -ci,26260582,no,bci,0.11 -ci,26260582,no,sef,0.043 -ci,26260582,no,dnj,0.04 -ci,26260582,official,fr,0.49 -hr,4270480,official,hr,0.99 -hr,4270480,no,en,0.49 -hr,4270480,official_regional,it,0.015525186864240086 -cu,11116396,official,es,1.0 -cw,150241,official,nl,0.08 -cw,150241,de_facto_official,pap,0.81 -cw,150241,no,es,0.037872484874301955 -cy,1237088,no,en,0.73 -cy,1237088,no,fr,0.07 -cy,1237088,official,el,0.95 -cy,1237088,official,tr,0.23 -cz,10686269,official,cs,0.98 -cz,10686269,no,en,0.27 -cz,10686269,no,de,0.15 -cz,10686269,no,sk,0.16 -dk,5809502,official,da,0.93 -dk,5809502,no,en,0.86 -dk,5809502,official_regional,de,0.47 -dk,5809502,official_regional,kl,0.0012049225561846782 -dk,5809502,no,sv,0.13 -dg,500,de_facto_official,en,0.99 -dj,884017,no,aa,0.42 -dj,884017,official,ar,0.073 -dj,884017,official,fr,0.0214927993466189 -dj,884017,no,so,0.41 -dm,74027,official,en,0.94 -do,10298756,official,es,0.78 -ec,16498502,no,qug,0.057 -ec,16498502,official,qu,0.17 -ec,16498502,official,es,0.96 -eg,99413317,official,ar,0.94 -eg,99413317,no,arz,0.64 -eg,99413317,no,en,0.35 -sv,6187271,official,es,0.89 -gq,797457,no,bvb,0.079 -gq,797457,no,fan,0.51 -gq,797457,official,fr,0.08800000000000001 -gq,797457,official,pt,1.2539861083418917e-06 -gq,797457,official,es,0.87 -er,5970646,no,aa,0.036000000000000004 -er,5970646,official,ar,0.049 -er,5970646,no,byn,0.012728940888473374 -er,5970646,official,en,0.59 -er,5970646,no,ssy,0.036000000000000004 -er,5970646,no,tig,0.18 -er,5970646,de_facto_official,ti,0.6 -ee,1244288,no,en,0.5 -ee,1244288,official,et,0.71 -ee,1244288,no,fi,0.21 -ee,1244288,no,ru,0.56 -ee,1244288,no,vro,0.057 -sz,1087200,official,en,0.8 -sz,1087200,official,ss,0.58 -sz,1087200,no,ts,0.017016188373804267 -sz,1087200,no,zu,0.068 -et,108386391,no,aa,0.013931638336403322 -et,108386391,official,am,0.33 -et,108386391,no,en,0.43 -et,108386391,no,om,0.32 -et,108386391,no,sid,0.035 -et,108386391,no,so,0.06 -et,108386391,no,ti,0.06 -et,108386391,no,wal,0.01752987605242802 -fk,3198,official,en,0.8786741713570981 -fo,51018,official,fo,0.95 -fj,926276,official,en,0.94 -fj,926276,official,hif,0.41 -fj,926276,official,fj,0.39 -fj,926276,no,hi,0.44 -fi,5537364,no,en,0.7 -fi,5537364,official,fi,0.94 -fi,5537364,no,de,0.18 -fi,5537364,official,sv,0.44 -fr,67364357,no,en,0.39 -fr,67364357,official,fr,0.99 -fr,67364357,no,de,0.05 -fr,67364357,no,it,0.01662600297661863 -fr,67364357,no,oc,0.029986183939972884 -fr,67364357,no,pcd,0.010925659098920813 -fr,67364357,no,pt,0.012514036169008487 -fr,67364357,no,es,0.13 -gf,199509,no,zh_Hant,0.02506152604644402 -gf,199509,official,fr,0.77 -gf,199509,no,gcr,0.26 -pf,290373,no,zh_Hant,0.078 -pf,290373,official,fr,0.61 -pf,290373,official,ty,0.31 -tf,140,no,fr,1.0 -ga,2119036,official,fr,0.63 -ga,2119036,no,puu,0.09 -gm,2092731,official,en,0.4 -gm,2092731,no,man,0.29 -ge,4926087,official_regional,ab,0.022330096890290408 -ge,4926087,no,hy,0.07 -ge,4926087,official,ka,0.86 -ge,4926087,no,xmf,0.11 -ge,4926087,official_regional,os,0.022127096009469584 -ge,4926087,no,ru,0.09 -de,80457737,no,bar,0.17 -de,80457737,no,da,0.020010505639749723 -de,80457737,no,nl,0.09 -de,80457737,no,en,0.64 -de,80457737,no,fr,0.18 -de,80457737,official,de,0.91 -de,80457737,no,it,0.07 -de,80457737,no,nds,0.12 -de,80457737,no,vmf,0.06 -de,80457737,no,ru,0.06 -de,80457737,no,es,0.06 -de,80457737,no,swg,0.01012954167478014 -de,80457737,no,gsw,0.023490593577097502 -de,80457737,no,tr,0.025479215255581947 -gh,28102471,no,abr,0.05 -gh,28102471,no,ada,0.03 -gh,28102471,official_regional,ak,0.39 -gh,28102471,official,en,0.21 -gh,28102471,official_regional,ee,0.11 -gh,28102471,no,gur,0.035 -gh,28102471,official_regional,gaa,0.028467247595416075 -gh,28102471,no,nzi,0.010177041015361247 -gi,29461,official,en,0.8 -gi,29461,no,es,0.5 -gr,10761523,no,en,0.51 -gr,10761523,no,fr,0.09 -gr,10761523,no,de,0.05 -gr,10761523,official,el,0.99 -gr,10761523,no,mk,0.01626163880335525 -gr,10761523,no,pnt,0.037000000000000005 -gr,10761523,no,tr,0.011615456288110892 -gl,57691,no,da,0.1357230763897315 -gl,57691,official,kl,0.84 -gd,112207,official,en,0.96 -gp,452776,official,fr,0.9 -gu,167772,official,ch,0.22 -gu,167772,de_facto_official,en,0.91 -gt,16581273,official_regional,quc,0.07 -gt,16581273,official,es,0.93 -gg,66697,official,en,1.0 -gn,11855411,official,fr,0.29 -gn,11855411,no,ff,0.26 -gn,11855411,no,kpe,0.038 -gn,11855411,no,man_Nkoo,0.23 -gn,11855411,no,nqo,0.05 -gn,11855411,no,sus,0.11 -gw,1833247,no,knf,0.02612850314223888 -gw,1833247,official,pt,1.0 -gy,740685,official,en,1.0 -ht,10788440,official,fr,0.047 -ht,10788440,official,ht,0.81 -hm,1,no,und,1.0 -hn,9182766,official,es,0.78 -hk,7213338,no,yue,0.9 -hk,7213338,no,zh,0.05 -hk,7213338,official,zh_Hant,0.95 -hk,7213338,official,en,0.51 -hu,9825704,no,en,0.2 -hu,9825704,no,fr,0.03 -hu,9825704,no,de,0.18 -hu,9825704,official,hu,1.0 -is,343518,official,is,1.0 -in,1296834042,official_regional,as,0.013031736870460716 -in,1296834042,no,awa,0.018506608573435335 -in,1296834042,official_regional,bn,0.081 -in,1296834042,no,bho,0.022670595502458285 -in,1296834042,no,hne,0.0107184107987813 -in,1296834042,official,en,0.19 -in,1296834042,official_regional,gu,0.045 -in,1296834042,no,bgc,0.012029295572732968 -in,1296834042,official,hi,0.41 -in,1296834042,official_regional,kn,0.037000000000000005 -in,1296834042,official_regional,ks,0.004071453886155774 -in,1296834042,official_regional,kha,0.0008019530381821979 -in,1296834042,official_regional,kok,0.003709032801592665 -in,1296834042,no,mag,0.012029295572732968 -in,1296834042,official_regional,mai,0.011952184703676988 -in,1296834042,official_regional,ml,0.032 -in,1296834042,official_regional,mr,0.07 -in,1296834042,no,mwr,0.012029295572732968 -in,1296834042,official_regional,ne,0.0055519825720306 -in,1296834042,official_regional,or,0.032 -in,1296834042,official_regional,pa,0.027991245467320944 -in,1296834042,official_regional,sa,1.233773904895689e-05 -in,1296834042,official_regional,sat,0.00551342713750261 -in,1296834042,official_regional,sd,0.0026063473740921433 -in,1296834042,official_regional,sd_Deva,0.0002606347374092143 -in,1296834042,official_regional,ta,0.059000000000000004 -in,1296834042,official_regional,te,0.07200000000000001 -in,1296834042,official_regional,ur,0.05 -id,262787403,no,ace,0.013775393944587214 -id,262787403,no,ban,0.017885179983303842 -id,262787403,no,bjn,0.014726733305401248 -id,262787403,no,bew,0.021081680235638996 -id,262787403,no,bug,0.016058608410540895 -id,262787403,official,id,0.64 -id,262787403,no,jv,0.34 -id,262787403,no,mad,0.063 -id,262787403,no,ms_Arab,0.046 -id,262787403,no,min,0.02983400235512811 -id,262787403,no,su,0.12 -ir,83024745,no,ar,0.01999403912652788 -ir,83024745,no,az_Arab,0.24 -ir,83024745,no,bqi,0.014212630222471627 -ir,83024745,no,bal,0.01999403912652788 -ir,83024745,no,ckb,0.039 -ir,83024745,no,rmt,0.01891002495701733 -ir,83024745,no,glk,0.046 -ir,83024745,no,mzn,0.05 -ir,83024745,no,lrc,0.02131894533370744 -ir,83024745,official,fa,0.75 -ir,83024745,no,sdh,0.037000000000000005 -ir,83024745,no,luz,0.012285493921119542 -ir,83024745,no,tk,0.028304814426108747 -iq,40194216,official,ar,0.68 -iq,40194216,official_regional,az_Arab,0.018410609128437783 -iq,40194216,official_regional,ckb,0.2 -iq,40194216,no,en,0.35 -ie,5068050,official,en,0.98 -ie,5068050,no,fr,0.17 -ie,5068050,official,ga,0.22 -im,89407,official,en,1.0 -im,89407,official,gv,0.018902323084322256 -il,8424904,official,ar,0.2 -il,8424904,no,en,0.85 -il,8424904,official,he,1.0 -il,8424904,no,hu,0.010290918448447603 -il,8424904,no,lad,0.01281913716761639 -il,8424904,no,pl,0.014718268599855856 -il,8424904,no,ro,0.037000000000000005 -il,8424904,no,ru,0.11 -il,8424904,no,yi,0.030030015772286544 -it,62246674,no,en,0.34 -it,62246674,official_regional,fr,0.063 -it,62246674,recognized,de,0.016000854921180207 -it,62246674,official,it,0.95 -it,62246674,recognized,sc,0.017029022305673713 -it,62246674,no,vec,0.012900287652316973 -jm,2812090,official,en,0.98 -jm,2812090,no,jam,0.95 -jp,126168156,official,ja,0.95 -je,99602,official,en,0.95 -jo,10458413,official,ar,1.0 -jo,10458413,no,en,0.45 -kz,18744548,no,en,0.15 -kz,18744548,no,de,0.064 -kz,18744548,official,kk,0.64 -kz,18744548,official,ru,0.72 -kz,18744548,no,ug_Cyrl,0.02000581715814113 -ke,48397527,no,ebu,0.015269375230680692 -ke,48397527,official,en,0.19 -ke,48397527,no,guz,0.049 -ke,48397527,no,kln,0.076 -ke,48397527,no,kam,0.076 -ke,48397527,no,ki,0.17 -ke,48397527,no,luo,0.098 -ke,48397527,no,luy,0.11 -ke,48397527,no,mas,0.015558646209340407 -ke,48397527,no,mer,0.04 -ke,48397527,no,so,0.012955207401402968 -ke,48397527,official,sw,0.66 -ki,109367,official,en,1.0 -ki,109367,official,gil,0.6 -xk,1907592,official,sq,0.92 -xk,1907592,no,aln,0.74 -xk,1907592,official,sr,0.05 -xk,1907592,official,sr_Latn,0.05 -kw,2916467,official,ar,1.0 -kg,5849296,official,ky,0.48 -kg,5849296,official,ru,0.36 -la,7234171,no,kjg,0.057999999999999996 -la,7234171,official,lo,0.69 -lv,1923559,no,en,0.46 -lv,1923559,no,ltg,0.08900000000000001 -lv,1923559,official,lv,0.61 -lv,1923559,no,ru,0.38 -lb,6100075,official,ar,0.86 -lb,6100075,no,hy,0.052000000000000005 -lb,6100075,no,en,0.4 -lb,6100075,no,ku_Arab,0.01655717347737528 -ls,1962461,official,en,0.27 -ls,1962461,official,st,0.98 -ls,1962461,no,ss,0.023796651245553416 -ls,1962461,no,zu,0.14 -lr,4809768,official,en,0.83 -lr,4809768,no,kpe,0.14 -lr,4809768,no,vai,0.026196689736386454 -ly,6754507,official,ar,0.74 -li,38547,official,de,1.0 -li,38547,de_facto_official,gsw,0.85 -li,38547,no,wae,0.03372506291021351 -lt,2793284,no,en,0.38 -lt,2793284,no,de,0.14 -lt,2793284,official,lt,0.86 -lt,2793284,no,ru,0.8 -lu,605764,no,en,0.56 -lu,605764,official,fr,0.87 -lu,605764,official,de,0.63 -lu,605764,official,lb,0.67 -lu,605764,no,pt,0.16 -mo,606340,no,zh,0.05 -mo,606340,official,zh_Hant,0.98 -mo,606340,no,en,0.02292443183692318 -mo,606340,official,pt,0.05 -mg,25683610,official,en,0.18 -mg,25683610,official,fr,0.69 -mg,25683610,official,mg,0.9 -mw,19842560,official,en,0.63 -mw,19842560,official,ny,0.63 -mw,19842560,no,tum,0.084 -my,31809660,no,zh_Hant,0.17 -my,31809660,no,en,0.21 -my,31809660,no,iba,0.024898096993177545 -my,31809660,no,jv,0.011914619646987739 -my,31809660,official,ms,0.75 -my,31809660,no,zmi,0.011914619646987739 -my,31809660,no,ta,0.042 -mv,392473,official,dv,0.94 -ml,18429893,no,bm,0.46 -ml,18429893,no,bm_Nkoo,0.02002181998560708 -ml,18429893,official,fr,0.46 -ml,18429893,no,mwk,0.05 -ml,18429893,no,khq,0.016766239500142513 -ml,18429893,no,ses,0.034 -ml,18429893,no,ffm,0.077 -ml,18429893,no,snk,0.059000000000000004 -ml,18429893,no,tmh,0.020998494131246447 -ml,18429893,no,dtm,0.01117749300009501 -ml,18429893,no,kao,0.010038039830182411 -mt,449043,official,en,0.88 -mt,449043,no,fr,0.11 -mt,449043,no,it,0.56 -mt,449043,official,mt,1.0 -mh,75684,official,en,0.93 -mh,75684,official,mh,0.73 -mq,436131,official,fr,0.98 -mr,3840429,official,ar,0.85 -mr,3840429,no,fr,0.17 -mr,3840429,no,ff,0.057 -mu,1364283,no,bho,0.27 -mu,1364283,official,en,0.72 -mu,1364283,official,fr,0.03 -mu,1364283,no,mfe,0.9 -mu,1364283,no,ta,0.025068112700957206 -mu,1364283,no,ur,0.052000000000000005 -yt,194000,no,buc,0.23 -yt,194000,no,swb,0.88 -yt,194000,official,fr,0.57 -yt,194000,no,sw,0.014123711340206185 -mx,125959205,no,en,0.13 -mx,125959205,de_facto_official,es,0.83 -fm,103643,no,chk,0.3 -fm,103643,official,en,0.57 -fm,103643,no,kos,0.07718803971324643 -fm,103643,no,pon,0.23 -fm,103643,no,uli,0.02894551489246741 -fm,103643,no,yap,0.06358364771378675 -md,3437720,no,bg,0.094 -md,3437720,recognized,gag,0.033 -md,3437720,official,ro,0.63 -md,3437720,recognized,ru,0.029961718813632292 -md,3437720,recognized,uk,0.14 -mc,30727,official,fr,0.99 -mn,3103428,no,zh,0.013920090944594172 -mn,3103428,no,kk_Arab,0.07200000000000001 -mn,3103428,official,mn,0.93 -me,614249,no,sq,0.079 -me,614249,no,sr,0.05 -me,614249,official,sr_Latn,1.0 -ms,5315,official,en,0.6566321730950141 -ma,34314130,official,ar,0.62 -ma,34314130,official,tzm,0.098 -ma,34314130,no,en,0.14 -ma,34314130,de_facto_official,fr,0.2 -ma,34314130,no,ary,0.87 -ma,34314130,no,rif,0.049 -ma,34314130,no,rif_Latn,0.049 -ma,34314130,no,zgh,0.22 -ma,34314130,no,shi,0.087 -ma,34314130,no,shi_Latn,0.087 -mz,27233789,no,ngl,0.068 -mz,27233789,no,vmw,0.13 -mz,27233789,no,mgh,0.045 -mz,27233789,no,ndc,0.099 -mz,27233789,no,ny,0.02607055522094263 -mz,27233789,official,pt,0.27 -mz,27233789,no,rng,0.034 -mz,27233789,no,seh,0.046 -mz,27233789,no,ts,0.079 -mz,27233789,no,yao,0.023536937882569334 -mm,55622506,official,my,0.64 -mm,55622506,no,kac,0.01698952578655841 -mm,55622506,no,mnw,0.01488606068917499 -mm,55622506,no,shn,0.064 -nan,2533224,no,af,0.75 -nan,2533224,official,en,0.07 -nan,2533224,no,hz,0.091 -nan,2533224,no,kj,0.35 -nan,2533224,no,naq,0.11 -nan,2533224,no,ng,0.21 -nr,9692,official,en,0.96884028064383 -nr,9692,official,na,0.7108955839867932 -np,29717587,no,awa,0.022242721119988644 -np,29717587,no,bap,0.014738747126407 -np,29717587,no,bho,0.068 -np,29717587,no,thl,0.01985356348077655 -np,29717587,no,dty,0.025473131449064153 -np,29717587,no,mgp,0.011474686689736956 -np,29717587,no,taj,0.030015895974326582 -np,29717587,no,en,0.030015895974326582 -np,29717587,no,jml,0.032 -np,29717587,no,thq,0.010229632708739105 -np,29717587,no,lif,0.01134008625935881 -np,29717587,no,mai,0.11 -np,29717587,official,ne,0.44 -np,29717587,no,new,0.033 -np,29717587,no,thr,0.012080388626438614 -np,29717587,no,tdg,0.01278704088592388 -nl,17151228,official,nl,1.0 -nl,17151228,no,en,0.9 -nl,17151228,no,fr,0.29 -nl,17151228,no,de,0.71 -nl,17151228,no,gos,0.036000000000000004 -nl,17151228,no,id,0.01836603186663952 -nl,17151228,no,li,0.055 -nl,17151228,no,nds,0.11 -nl,17151228,no,rif_Latn,0.012302326107495043 -nl,17151228,no,tr,0.01177758233987677 -nl,17151228,official_regional,fy,0.043 -nl,17151228,no,zea,0.013526728231937677 -nc,282754,official,fr,0.96 -nz,4545627,de_facto_official,en,0.98 -nz,4545627,official,mi,0.02837892330364986 -ni,6085213,official,es,0.78 -ne,19866231,no,fuq,0.07 -ne,19866231,official,fr,0.29 -ne,19866231,no,ha,0.41 -ne,19866231,no,tmh,0.06 -ne,19866231,no,dje,0.17 -ng,203452505,no,efi,0.014253940987357222 -ng,203452505,official,en,0.53 -ng,203452505,no,ha,0.13 -ng,203452505,no,ibb,0.014253940987357222 -ng,203452505,no,ig,0.13 -ng,203452505,no,fuv,0.067 -ng,203452505,no,pcm,0.21 -ng,203452505,no,tiv,0.01577763812738506 -ng,203452505,official,yo,0.13 -nu,1618,official,en,0.6983930778739185 -nu,1618,official,niu,0.6983930778739185 -nf,1748,official,en,0.9610983981693364 -kp,25381085,official,ko,0.88 -mk,2118945,official_regional,sq,0.25 -mk,2118945,official,mk,0.67 -mk,2118945,no,tr,0.035 -mp,51994,no,ch,0.17828980266953878 -mp,51994,de_facto_official,en,0.97 -no,5372191,official_regional,se,0.0029038431433282995 -no,5372191,official,nb,1.0 -no,5372191,official,nn,0.25 -om,3494116,official,ar,0.81 -om,3494116,no,bal,0.049 -pk,207862518,no,bal,0.037000000000000005 -pk,207862518,no,brh,0.013181789705828542 -pk,207862518,official,en,0.5 -pk,207862518,no,lah,0.4 -pk,207862518,no,hno,0.012363941439408523 -pk,207862518,no,ps,0.15 -pk,207862518,no,pa_Arab,0.7 -pk,207862518,no,skr,0.091 -pk,207862518,no,sd,0.12 -pk,207862518,official,ur,0.95 -pw,21516,official,en,0.08737683584309351 -pw,21516,official,pau,0.74 -ps,4635207,official,ar,1.0 -pa,3800644,no,en,0.14 -pa,3800644,official,es,0.69 -pg,7027332,official,en,0.5 -pg,7027332,official,ho,0.02148752897970382 -pg,7027332,official,tpi,0.71 -py,7025763,no,de,0.02860899236139904 -py,7025763,official,gn,0.8 -py,7025763,official,es,0.032 -pe,31331228,no,ay,0.016086187237857385 -pe,31331228,official,qu,0.15 -pe,31331228,official,es,0.73 -ph,105893381,no,bhk,0.02294760991718642 -ph,105893381,no,bik,0.03 -ph,105893381,official_regional,ceb,0.24 -ph,105893381,official,en,0.64 -ph,105893381,official,fil,0.6 -ph,105893381,official_regional,hil,0.084 -ph,105893381,official_regional,ilo,0.096 -ph,105893381,official_regional,mdh,0.01208762991522577 -ph,105893381,no,pam,0.02294760991718642 -ph,105893381,official_regional,pag,0.013976322089479794 -ph,105893381,no,es,0.31 -ph,105893381,official_regional,tsg,0.010859980001960652 -ph,105893381,official_regional,war,0.029369163309650108 -pn,54,official,en,0.8518518518518519 -pl,38420687,no,en,0.33 -pl,38420687,official_regional,de,0.19 -pl,38420687,official_regional,csb,0.0012987794830425598 -pl,38420687,official_regional,lt,0.00020822115960602162 -pl,38420687,official,pl,0.96 -pl,38420687,no,ru,0.18 -pl,38420687,no,szl,0.013248071279933125 -pt,10355493,no,en,0.27 -pt,10355493,no,fr,0.15 -pt,10355493,official,pt,0.96 -pt,10355493,no,es,0.1 -pr,3294626,de_facto_official,en,0.49 -pr,3294626,official,es,0.87 -qa,2363569,official,ar,0.89 -qa,2363569,no,fa,0.11 -re,787584,official,fr,0.89 -re,787584,no,rcf,0.71 -re,787584,no,ta,0.15 -ro,21457116,no,en,0.31 -ro,21457116,no,fr,0.17 -ro,21457116,no,hu,0.066 -ro,21457116,official,ro,0.9 -ro,21457116,no,es,0.1 -ru,142122776,official_regional,ady,0.0008795212387351624 -ru,142122776,official_regional,av,0.003883965790254477 -ru,142122776,official_regional,az_Cyrl,0.0009287744281043314 -ru,142122776,official_regional,ba,0.012594744138687525 -ru,142122776,official_regional,ce,0.00660696354537854 -ru,142122776,no,cv,0.012594744138687525 -ru,142122776,official_regional,myv,0.0030748062506181276 -ru,142122776,official_regional,inh,0.0016183190792726987 -ru,142122776,official_regional,kbd,0.0030959147603477712 -ru,142122776,official_regional,krc,0.0016534999288221053 -ru,142122776,official_regional,kv,0.001836440346479019 -ru,142122776,official_regional,koi,0.0004482040232594387 -ru,142122776,official_regional,kum,0.0019701275747667636 -ru,142122776,official_regional,lbe,0.0007810148599968242 -ru,142122776,official_regional,lez,0.0018012594969296124 -ru,142122776,official_regional,mdf,0.0020827062933248645 -ru,142122776,official,ru,0.94 -ru,142122776,official_regional,sah,0.003243674328455279 -ru,142122776,official_regional,tt,0.014213063217960223 -ru,142122776,official_regional,tyv,0.0012594744138687524 -ru,142122776,official_regional,udm,0.0038417487707951893 -rw,12187400,official,en,0.15 -rw,12187400,official,fr,0.00018871949718561793 -rw,12187400,official,rw,0.77 -ws,201316,official,en,0.021558147390172665 -ws,201316,official,sm,1.0 -sm,33779,official,it,0.89 -st,204454,official,pt,0.85 -sa,33091113,official,ar,1.0 -sn,15020945,official_regional,bjt,0.006071522131264045 -sn,15020945,official_regional,bsc,0.0009719761306628844 -sn,15020945,official,fr,0.39 -sn,15020945,official_regional,ff,0.21 -sn,15020945,official_regional,mey,0.00047866495749768076 -sn,15020945,official_regional,dyo,0.026429761909120896 -sn,15020945,official_regional,mfv,0.007722550079239355 -sn,15020945,official_regional,knf,0.0021436733840647175 -sn,15020945,official_regional,tnr,0.0002250191316192157 -sn,15020945,official_regional,snf,0.002416625585141281 -sn,15020945,official_regional,sav,0.014646215667522916 -sn,15020945,official_regional,srr,0.11 -sn,15020945,de_facto_official,wo,0.7 -rs,7078110,no,sq,0.19 -rs,7078110,official_regional,hr,0.009282138876055897 -rs,7078110,official_regional,hu,0.048 -rs,7078110,official_regional,ro,0.021192097890538577 -rs,7078110,official,sr,0.99 -rs,7078110,official,sr_Latn,0.99 -rs,7078110,official_regional,sk,0.008547479482517226 -rs,7078110,official_regional,uk,1.412806526035905e-07 -sc,94633,official,en,0.38 -sc,94633,official,fr,0.6 -sc,94633,no,crs,0.98 -sl,6312212,official,en,0.35 -sl,6312212,no,kri,0.95 -sl,6312212,no,men,0.27 -sl,6312212,no,tem,0.26 -sg,5995991,official,zh,0.77 -sg,5995991,official,en,0.93 -sg,5995991,official,ms,0.14 -sg,5995991,official,ta,0.02084726277941378 -sx,42677,official,nl,0.037256601916723295 -sx,42677,official,en,0.68 -sx,42677,no,es,0.1143473065117042 -sx,42677,no,vic,0.07263865782505799 -sk,5445040,no,cs,0.47 -sk,5445040,no,en,0.26 -sk,5445040,no,de,0.22 -sk,5445040,no,hu,0.11 -sk,5445040,official,sk,0.9 -sk,5445040,no,uk,0.018548991375637276 -si,2102126,no,hr,0.61 -si,2102126,no,en,0.59 -si,2102126,no,de,0.42 -si,2102126,official,sl,0.87 -sb,660121,official,en,1.0 -sb,660121,no,rug,0.014951804290425544 -so,11259029,official,ar,0.34 -so,11259029,official,so,0.78 -so,11259029,no,sw,0.020072778922587374 -za,55380210,official_regional,af,0.13 -za,55380210,official,en,0.31 -za,55380210,no,hi,0.01950155118588391 -za,55380210,official_regional,nso,0.094 -za,55380210,official_regional,nr,0.01599849476916032 -za,55380210,official_regional,st,0.079 -za,55380210,official_regional,ss,0.027085487758172096 -za,55380210,official_regional,ts,0.044000000000000004 -za,55380210,official_regional,tn,0.08199999999999999 -za,55380210,official_regional,ve,0.022932379635252378 -za,55380210,official_regional,xh,0.18 -za,55380210,official_regional,zu,0.24 -gs,20,no,und,1.0 -kr,51418097,official,ko,1.0 -ss,10204581,no,ar,0.27 -ss,10204581,official,en,0.27 -ss,10204581,no,nus,0.055999999999999994 -es,49331076,official_regional,ast,0.013297905766336823 -es,49331076,official_regional,eu,0.019987401045134308 -es,49331076,official_regional,ca,0.17 -es,49331076,no,en,0.24 -es,49331076,official_regional,gl,0.07 -es,49331076,official,es,0.99 -lk,22576592,no,en,0.1 -lk,22576592,official,si,0.68 -lk,22576592,official,ta,0.15 -bl,7160,official,fr,0.9567039106145251 -sh,7841,official,en,0.6886876673893636 -kn,53094,official,en,0.98 -lc,165510,official,en,0.9 -mf,32284,official,fr,1.0 -pm,5471,no,en,0.034363004935112414 -pm,5471,official,fr,0.9340157192469384 -vc,101844,official,en,0.96 -sd,43120843,official,ar,0.61 -sd,43120843,no,bej,0.054000000000000006 -sd,43120843,official,en,0.61 -sd,43120843,no,fvr,0.027133050251359883 -sd,43120843,no,ha_Arab,0.01799593760261134 -sr,597927,no,zh_Hant,0.0117238391977616 -sr,597927,official,nl,0.9 -sr,597927,no,srn,0.68 -sj,2583,official,nb,0.5807200929152149 -sj,2583,no,ru,0.4645760743321719 -se,10040995,no,en,0.86 -se,10040995,official_regional,fi,0.02200977094401501 -se,10040995,official,sv,0.95 -ch,8292809,no,en,0.61 -ch,8292809,official,fr,0.21 -ch,8292809,official,de,0.73 -ch,8292809,official,it,0.043 -ch,8292809,no,lmo,0.040999999999999995 -ch,8292809,no,pt,0.034 -ch,8292809,official_regional,rm,0.00500433568408485 -ch,8292809,de_facto_official,gsw,0.65 -sy,19454263,official,ar,0.8 -sy,19454263,no,hy,0.01799091541015972 -sy,19454263,official,fr,0.059000000000000004 -sy,19454263,no,ku,0.08 -tw,23545963,official,zh_Hant,0.95 -tj,8604882,no,ru,0.12 -tj,8604882,official,tg,1.0 -tz,55451343,no,asa,0.012443341543594354 -tz,55451343,no,bez,0.016663257371422005 -tz,55451343,official,en,0.69 -tz,55451343,no,kde,0.024526006520707713 -tz,55451343,no,mas,0.014661502427452478 -tz,55451343,no,mgy,0.013543405071361392 -tz,55451343,no,nym,0.033 -tz,55451343,no,ksb,0.016518986744829607 -tz,55451343,no,suk,0.087 -tz,55451343,official,sw,0.9 -th,68615858,no,zh_Hant,0.01792588529607835 -th,68615858,no,en,0.27 -th,68615858,no,tts,0.24 -th,68615858,no,kxm,0.016905712962155192 -th,68615858,no,nod,0.096 -th,68615858,no,mfa,0.05 -th,68615858,no,sou,0.08 -th,68615858,official,th,0.8 -tl,1321929,official,pt,0.59 -tl,1321929,official,tet,0.59 -tg,8176449,no,ee,0.17 -tg,8176449,official,fr,0.61 -tg,8176449,no,ife,0.013086365487022545 -tk,1285,official,en,1.0 -tk,1285,official,tkl,1.0 -to,106398,official,en,0.28 -to,106398,official,to,0.95 -tt,1215527,official,en,0.88 -ta,275,no,en,0.9890909090909091 -tn,11516189,official,ar,0.9 -tn,11516189,official,fr,0.74 -tn,11516189,no,aeb,0.9 -tr,81257239,no,en,0.17 -tr,81257239,no,ku,0.055 -tr,81257239,official,tr,0.93 -tr,81257239,no,zza,0.014029519265354316 -tm,5411012,no,ru,0.12 -tm,5411012,official,tk,0.7 -tm,5411012,no,uz,0.09 -tc,53701,official,en,0.98 -tv,11147,official,en,0.09598995245357496 -tv,11147,official,tvl,0.8899255405041715 -um,316,de_facto_official,en,1.0 -vi,106977,de_facto_official,en,0.75 -ug,40853749,no,ach,0.037000000000000005 -ug,40853749,no,cgg,0.054000000000000006 -ug,40853749,official,en,0.039 -ug,40853749,no,lg,0.13 -ug,40853749,no,rw,0.020561148500716542 -ug,40853749,no,laj,0.038 -ug,40853749,no,myx,0.029128293709348437 -ug,40853749,no,nyn,0.063 -ug,40853749,no,xog,0.053 -ug,40853749,official,sw,0.75 -ug,40853749,no,teo,0.039 -ug,40853749,no,ttj,0.018847719458990164 -ua,43952299,no,pl,0.02366201595051945 -ua,43952299,de_facto_official,ru,0.46 -ua,43952299,no,rue,0.011671744406361997 -ua,43952299,official,uk,0.65 -ua,43952299,no,yi,0.013218876218511345 -ae,9701315,official,ar,0.78 -ae,9701315,no,bal,0.023398889738143747 -ae,9701315,no,en,0.5 -ae,9701315,no,ml,0.07 -ae,9701315,no,ps,0.029480539493872738 -ae,9701315,no,fa,0.018657264504863515 -gb,65105246,official,en,0.99 -gb,65105246,no,fr,0.19 -gb,65105246,no,de,0.06 -gb,65105246,official_regional,ga,0.0002626516456139341 -gb,65105246,no,sco,0.027033151829270408 -gb,65105246,official_regional,gd,0.0009876316264898224 -gb,65105246,official_regional,cy,0.007695232424127543 -us,329256465,de_facto_official,en,0.96 -us,329256465,official_regional,haw,8.868466713326343e-05 -us,329256465,official_regional,es,0.096 -uy,3369299,official,es,0.88 -uz,30023709,no,kaa,0.015720909098872495 -uz,30023709,no,ru,0.14 -uz,30023709,official,uz,0.85 -uz,30023709,official,uz_Cyrl,0.15 -vu,288037,official,bi,0.9 -vu,288037,official,en,0.83 -vu,288037,official,fr,0.5 -va,1000,de_facto_official,it,0.824 -va,1000,no,la,0.824 -ve,31689176,official,es,0.82 -vn,97040334,no,zh_Hant,0.010511093253244574 -vn,97040334,official,vi,0.86 -wf,15763,no,fud,0.3057793567214363 -wf,15763,official,fr,0.4834105183023536 -wf,15763,no,wls,0.5988707733299499 -eh,619551,official,ar,1.0 -ye,28667230,official,ar,0.74 -ye,28667230,no,en,0.09 -zm,16445079,no,bem,0.31 -zm,16445079,official,en,0.16 -zm,16445079,no,loz,0.06 -zm,16445079,no,ny,0.15 -zw,14030368,official,en,0.42 -zw,14030368,no,kck,0.053 -zw,14030368,no,mxc,0.065 -zw,14030368,no,ndc,0.061 -zw,14030368,official,nd,0.12 -zw,14030368,no,ny,0.01910142342666992 -zw,14030368,official,sn,0.81 diff --git a/results/f30/4.map.csv b/results/f30/4.map.csv deleted file mode 100644 index ac2c38a..0000000 --- a/results/f30/4.map.csv +++ /dev/null @@ -1,455 +0,0 @@ -territory,population,officialstatus,language,language_population,full_language_code,message_progress_percentage,words_progress_percentage -ge,4926087,official_regional,ab,0.022330096890290408,,, -ru,142122776,official_regional,ady,0.0008795212387351624,,, -za,55380210,official_regional,af,0.13,af,0.09435824625722662,0.05907128787561292 -gh,28102471,official_regional,ak,0.39,,, -et,108386391,official,am,0.33,,, -dz,41657488,official,ar,0.74,ar,0.1541939969756349,0.1006609266321768 -bh,1442659,official,ar,0.87,ar,0.1541939969756349,0.1006609266321768 -td,15833116,official,ar,0.17,ar,0.1541939969756349,0.1006609266321768 -km,821164,official,ar,0.66,ar,0.1541939969756349,0.1006609266321768 -dj,884017,official,ar,0.073,ar,0.1541939969756349,0.1006609266321768 -eg,99413317,official,ar,0.94,ar,0.1541939969756349,0.1006609266321768 -er,5970646,official,ar,0.049,ar,0.1541939969756349,0.1006609266321768 -iq,40194216,official,ar,0.68,ar,0.1541939969756349,0.1006609266321768 -il,8424904,official,ar,0.2,ar,0.1541939969756349,0.1006609266321768 -jo,10458413,official,ar,1.0,ar,0.1541939969756349,0.1006609266321768 -kw,2916467,official,ar,1.0,ar,0.1541939969756349,0.1006609266321768 -lb,6100075,official,ar,0.86,ar,0.1541939969756349,0.1006609266321768 -ly,6754507,official,ar,0.74,ar,0.1541939969756349,0.1006609266321768 -mr,3840429,official,ar,0.85,ar,0.1541939969756349,0.1006609266321768 -ma,34314130,official,ar,0.62,ar,0.1541939969756349,0.1006609266321768 -om,3494116,official,ar,0.81,ar,0.1541939969756349,0.1006609266321768 -ps,4635207,official,ar,1.0,ar,0.1541939969756349,0.1006609266321768 -qa,2363569,official,ar,0.89,ar,0.1541939969756349,0.1006609266321768 -sa,33091113,official,ar,1.0,ar,0.1541939969756349,0.1006609266321768 -so,11259029,official,ar,0.34,ar,0.1541939969756349,0.1006609266321768 -sd,43120843,official,ar,0.61,ar,0.1541939969756349,0.1006609266321768 -sy,19454263,official,ar,0.8,ar,0.1541939969756349,0.1006609266321768 -tn,11516189,official,ar,0.9,ar,0.1541939969756349,0.1006609266321768 -ae,9701315,official,ar,0.78,ar,0.1541939969756349,0.1006609266321768 -eh,619551,official,ar,1.0,ar,0.1541939969756349,0.1006609266321768 -ye,28667230,official,ar,0.74,ar,0.1541939969756349,0.1006609266321768 -in,1296834042,official_regional,as,0.013031736870460716,as,0.22423090200959822,0.181421877013009 -es,49331076,official_regional,ast,0.013297905766336823,ast,0.1806985213674798,0.1034440206939264 -ru,142122776,official_regional,av,0.003883965790254477,,, -bo,11306341,official,ay,0.2,,, -az,10046516,official,az,0.89,az,0.06439174766486923,0.04239988699986185 -iq,40194216,official_regional,az_Arab,0.018410609128437783,,, -az,10046516,official,az_Cyrl,0.099,,, -ru,142122776,official_regional,az_Cyrl,0.0009287744281043314,,, -ru,142122776,official_regional,ba,0.012594744138687525,,, -af,34940837,official_regional,bal,0.006668414955257082,,, -by,9527543,official,be,1.0,be,0.18219125462528504,0.11097296533782851 -bg,7057504,official,bg,1.0,bg,0.28688193792758054,0.2401214130605187 -vu,288037,official,bi,0.9,,, -sn,15020945,official_regional,bjt,0.006071522131264045,,, -bd,159453001,official,bn,0.98,bn,0.14243689919917535,0.08986770601958566 -in,1296834042,official_regional,bn,0.081,bn,0.14243689919917535,0.08986770601958566 -cn,1384688986,official_regional,bo,0.0019643400268946746,,, -ba,3849891,official,bs,0.99,bs,0.20279291851232356,0.14780976861359074 -ba,3849891,official,bs_Cyrl,0.99,,, -sn,15020945,official_regional,bsc,0.0009719761306628844,,, -ad,85708,official,ca,0.51,ca,0.4492640873662253,0.41959605555012286 -es,49331076,official_regional,ca,0.17,ca,0.4492640873662253,0.41959605555012286 -ru,142122776,official_regional,ce,0.00660696354537854,,, -ph,105893381,official_regional,ceb,0.24,,, -gu,167772,official,ch,0.22,,, -iq,40194216,official_regional,ckb,0.2,,, -cz,10686269,official,cs,0.98,cs,0.44815061532701556,0.4448650905630915 -pl,38420687,official_regional,csb,0.0012987794830425598,,, -gb,65105246,official_regional,cy,0.007695232424127543,cy,0.11039905087448885,0.06399331312369325 -dk,5809502,official,da,0.93,da,0.47641043843569336,0.3970635486079097 -at,8793370,official,de,0.97,de,0.7566844789777452,0.7380034365701353 -be,11570762,official,de,0.22,de,0.7566844789777452,0.7380034365701353 -dk,5809502,official_regional,de,0.47,de,0.7566844789777452,0.7380034365701353 -de,80457737,official,de,0.91,de,0.7566844789777452,0.7380034365701353 -li,38547,official,de,1.0,de,0.7566844789777452,0.7380034365701353 -lu,605764,official,de,0.63,de,0.7566844789777452,0.7380034365701353 -pl,38420687,official_regional,de,0.19,de,0.7566844789777452,0.7380034365701353 -ch,8292809,official,de,0.73,de,0.7566844789777452,0.7380034365701353 -mv,392473,official,dv,0.94,,, -sn,15020945,official_regional,dyo,0.026429761909120896,,, -bt,766397,official,dz,0.47,dz,0.11554825126541965,0.07257464916406285 -gh,28102471,official_regional,ee,0.11,,, -cy,1237088,official,el,0.95,el,0.30684663746031127,0.30255864598515786 -gr,10761523,official,el,0.99,el,0.30684663746031127,0.30255864598515786 -ai,17422,official,en,0.95,,, -ag,95882,official,en,0.86,,, -bs,332634,official,en,1.0,,, -bb,293131,official,en,1.0,,, -bz,385854,official,en,1.0,,, -bm,71176,official,en,0.92,,, -bw,2249104,official,en,0.81,,, -io,3500,official,en,1.0,,, -vg,35802,official,en,0.98,,, -bi,11844520,official,en,0.0005268259076771368,,, -cm,25640965,official,en,0.38,,, -ca,35881659,official,en,0.86,,, -ky,59613,official,en,0.98,,, -cx,2205,official,en,0.6349206349206349,,, -ck,9038,official,en,0.9769860588625802,,, -dm,74027,official,en,0.94,,, -er,5970646,official,en,0.59,,, -sz,1087200,official,en,0.8,,, -fk,3198,official,en,0.8786741713570981,,, -fj,926276,official,en,0.94,,, -gm,2092731,official,en,0.4,,, -gh,28102471,official,en,0.21,,, -gi,29461,official,en,0.8,,, -gd,112207,official,en,0.96,,, -gg,66697,official,en,1.0,,, -gy,740685,official,en,1.0,,, -hk,7213338,official,en,0.51,,, -in,1296834042,official,en,0.19,,, -ie,5068050,official,en,0.98,,, -im,89407,official,en,1.0,,, -jm,2812090,official,en,0.98,,, -je,99602,official,en,0.95,,, -ke,48397527,official,en,0.19,,, -ki,109367,official,en,1.0,,, -ls,1962461,official,en,0.27,,, -lr,4809768,official,en,0.83,,, -mg,25683610,official,en,0.18,,, -mw,19842560,official,en,0.63,,, -mt,449043,official,en,0.88,,, -mh,75684,official,en,0.93,,, -mu,1364283,official,en,0.72,,, -fm,103643,official,en,0.57,,, -ms,5315,official,en,0.6566321730950141,,, -nan,2533224,official,en,0.07,,, -nr,9692,official,en,0.96884028064383,,, -ng,203452505,official,en,0.53,,, -nu,1618,official,en,0.6983930778739185,,, -nf,1748,official,en,0.9610983981693364,,, -pk,207862518,official,en,0.5,,, -pw,21516,official,en,0.08737683584309351,,, -pg,7027332,official,en,0.5,,, -ph,105893381,official,en,0.64,,, -pn,54,official,en,0.8518518518518519,,, -rw,12187400,official,en,0.15,,, -ws,201316,official,en,0.021558147390172665,,, -sc,94633,official,en,0.38,,, -sl,6312212,official,en,0.35,,, -sg,5995991,official,en,0.93,,, -sx,42677,official,en,0.68,,, -sb,660121,official,en,1.0,,, -za,55380210,official,en,0.31,,, -ss,10204581,official,en,0.27,,, -sh,7841,official,en,0.6886876673893636,,, -kn,53094,official,en,0.98,,, -lc,165510,official,en,0.9,,, -vc,101844,official,en,0.96,,, -sd,43120843,official,en,0.61,,, -tz,55451343,official,en,0.69,,, -tk,1285,official,en,1.0,,, -to,106398,official,en,0.28,,, -tt,1215527,official,en,0.88,,, -tc,53701,official,en,0.98,,, -tv,11147,official,en,0.09598995245357496,,, -ug,40853749,official,en,0.039,,, -gb,65105246,official,en,0.99,,, -vu,288037,official,en,0.83,,, -zm,16445079,official,en,0.16,,, -zw,14030368,official,en,0.42,,, -ar,44694198,official,es,1.0,es,0.6474086247890968,0.6676949989677872 -bo,11306341,official,es,0.61,es,0.6474086247890968,0.6676949989677872 -ic,2098593,official,es,0.98,es,0.6474086247890968,0.6676949989677872 -ea,150000,official,es,0.98,es,0.6474086247890968,0.6676949989677872 -cl,17925262,official,es,0.98,es,0.6474086247890968,0.6676949989677872 -co,48168996,official,es,0.93,es,0.6474086247890968,0.6676949989677872 -cr,4987142,official,es,0.95,es,0.6474086247890968,0.6676949989677872 -cu,11116396,official,es,1.0,es,0.6474086247890968,0.6676949989677872 -do,10298756,official,es,0.78,es,0.6474086247890968,0.6676949989677872 -ec,16498502,official,es,0.96,es,0.6474086247890968,0.6676949989677872 -sv,6187271,official,es,0.89,es,0.6474086247890968,0.6676949989677872 -gq,797457,official,es,0.87,es,0.6474086247890968,0.6676949989677872 -gt,16581273,official,es,0.93,es,0.6474086247890968,0.6676949989677872 -hn,9182766,official,es,0.78,es,0.6474086247890968,0.6676949989677872 -ni,6085213,official,es,0.78,es,0.6474086247890968,0.6676949989677872 -pa,3800644,official,es,0.69,es,0.6474086247890968,0.6676949989677872 -py,7025763,official,es,0.032,es,0.6474086247890968,0.6676949989677872 -pe,31331228,official,es,0.73,es,0.6474086247890968,0.6676949989677872 -pr,3294626,official,es,0.87,es,0.6474086247890968,0.6676949989677872 -es,49331076,official,es,0.99,es,0.6474086247890968,0.6676949989677872 -us,329256465,official_regional,es,0.096,es,0.6474086247890968,0.6676949989677872 -uy,3369299,official,es,0.88,es,0.6474086247890968,0.6676949989677872 -ve,31689176,official,es,0.82,es,0.6474086247890968,0.6676949989677872 -ee,1244288,official,et,0.71,et,0.1690921556137954,0.1175154870725048 -es,49331076,official_regional,eu,0.019987401045134308,eu,0.2360998332223103,0.18414676358601592 -af,34940837,official,fa,0.5,fa,0.12891477805925228,0.07488354621752216 -ir,83024745,official,fa,0.75,fa,0.12891477805925228,0.07488354621752216 -sn,15020945,official_regional,ff,0.21,,, -fi,5537364,official,fi,0.94,fi,0.37456421427286385,0.3107682301974243 -se,10040995,official_regional,fi,0.02200977094401501,fi,0.37456421427286385,0.3107682301974243 -ph,105893381,official,fil,0.6,,, -fj,926276,official,fj,0.39,,, -fo,51018,official,fo,0.95,,, -dz,41657488,official,fr,0.2,fr,0.7361363006471753,0.7104743987942512 -be,11570762,official,fr,0.38,fr,0.7361363006471753,0.7104743987942512 -bj,11340504,official,fr,0.35,fr,0.7361363006471753,0.7104743987942512 -bf,19742715,official,fr,0.22,fr,0.7361363006471753,0.7104743987942512 -bi,11844520,official,fr,0.59,fr,0.7361363006471753,0.7104743987942512 -cm,25640965,official,fr,0.68,fr,0.7361363006471753,0.7104743987942512 -ca,35881659,official,fr,0.22,fr,0.7361363006471753,0.7104743987942512 -cf,5745062,official,fr,0.49,fr,0.7361363006471753,0.7104743987942512 -td,15833116,official,fr,0.26,fr,0.7361363006471753,0.7104743987942512 -km,821164,official,fr,0.56,fr,0.7361363006471753,0.7104743987942512 -cg,5062021,official,fr,0.84,fr,0.7361363006471753,0.7104743987942512 -cd,85281024,official,fr,0.038,fr,0.7361363006471753,0.7104743987942512 -ci,26260582,official,fr,0.49,fr,0.7361363006471753,0.7104743987942512 -dj,884017,official,fr,0.0214927993466189,fr,0.7361363006471753,0.7104743987942512 -gq,797457,official,fr,0.08800000000000001,fr,0.7361363006471753,0.7104743987942512 -fr,67364357,official,fr,0.99,fr,0.7361363006471753,0.7104743987942512 -gf,199509,official,fr,0.77,fr,0.7361363006471753,0.7104743987942512 -pf,290373,official,fr,0.61,fr,0.7361363006471753,0.7104743987942512 -ga,2119036,official,fr,0.63,fr,0.7361363006471753,0.7104743987942512 -gp,452776,official,fr,0.9,fr,0.7361363006471753,0.7104743987942512 -gn,11855411,official,fr,0.29,fr,0.7361363006471753,0.7104743987942512 -ht,10788440,official,fr,0.047,fr,0.7361363006471753,0.7104743987942512 -it,62246674,official_regional,fr,0.063,fr,0.7361363006471753,0.7104743987942512 -lu,605764,official,fr,0.87,fr,0.7361363006471753,0.7104743987942512 -mg,25683610,official,fr,0.69,fr,0.7361363006471753,0.7104743987942512 -ml,18429893,official,fr,0.46,fr,0.7361363006471753,0.7104743987942512 -mq,436131,official,fr,0.98,fr,0.7361363006471753,0.7104743987942512 -mu,1364283,official,fr,0.03,fr,0.7361363006471753,0.7104743987942512 -yt,194000,official,fr,0.57,fr,0.7361363006471753,0.7104743987942512 -mc,30727,official,fr,0.99,fr,0.7361363006471753,0.7104743987942512 -nc,282754,official,fr,0.96,fr,0.7361363006471753,0.7104743987942512 -ne,19866231,official,fr,0.29,fr,0.7361363006471753,0.7104743987942512 -re,787584,official,fr,0.89,fr,0.7361363006471753,0.7104743987942512 -rw,12187400,official,fr,0.00018871949718561793,fr,0.7361363006471753,0.7104743987942512 -sn,15020945,official,fr,0.39,fr,0.7361363006471753,0.7104743987942512 -sc,94633,official,fr,0.6,fr,0.7361363006471753,0.7104743987942512 -bl,7160,official,fr,0.9567039106145251,fr,0.7361363006471753,0.7104743987942512 -mf,32284,official,fr,1.0,fr,0.7361363006471753,0.7104743987942512 -pm,5471,official,fr,0.9340157192469384,fr,0.7361363006471753,0.7104743987942512 -ch,8292809,official,fr,0.21,fr,0.7361363006471753,0.7104743987942512 -sy,19454263,official,fr,0.059000000000000004,fr,0.7361363006471753,0.7104743987942512 -tg,8176449,official,fr,0.61,fr,0.7361363006471753,0.7104743987942512 -tn,11516189,official,fr,0.74,fr,0.7361363006471753,0.7104743987942512 -vu,288037,official,fr,0.5,fr,0.7361363006471753,0.7104743987942512 -wf,15763,official,fr,0.4834105183023536,fr,0.7361363006471753,0.7104743987942512 -nl,17151228,official_regional,fy,0.043,,, -ie,5068050,official,ga,0.22,ga,0.09951230897147274,0.059711570251782316 -gb,65105246,official_regional,ga,0.0002626516456139341,ga,0.09951230897147274,0.059711570251782316 -gh,28102471,official_regional,gaa,0.028467247595416075,,, -gb,65105246,official_regional,gd,0.0009876316264898224,gd,0.10529847371671132,0.06360991979784152 -ki,109367,official,gil,0.6,,, -es,49331076,official_regional,gl,0.07,gl,0.35450713059714195,0.27719880728975066 -py,7025763,official,gn,0.8,,, -in,1296834042,official_regional,gu,0.045,gu,0.22035563032728298,0.17811413945272542 -im,89407,official,gv,0.018902323084322256,gv,0.01329359194410273,0.010071447752182005 -us,329256465,official_regional,haw,8.868466713326343e-05,,, -il,8424904,official,he,1.0,he,0.18094163753324613,0.1225981649895149 -in,1296834042,official,hi,0.41,hi,0.20106193141206732,0.14963437936071103 -fj,926276,official,hif,0.41,,, -ph,105893381,official_regional,hil,0.084,,, -pg,7027332,official,ho,0.02148752897970382,,, -at,8793370,official_regional,hr,0.012395702671444509,hr,0.2581164331941088,0.20720624232631274 -ba,3849891,official,hr,0.12,hr,0.2581164331941088,0.20720624232631274 -hr,4270480,official,hr,0.99,hr,0.2581164331941088,0.20720624232631274 -rs,7078110,official_regional,hr,0.009282138876055897,hr,0.2581164331941088,0.20720624232631274 -ht,10788440,official,ht,0.81,,, -at,8793370,official_regional,hu,0.002649723598574835,hu,0.40207037726766603,0.3785760740833873 -hu,9825704,official,hu,1.0,hu,0.40207037726766603,0.3785760740833873 -rs,7078110,official_regional,hu,0.048,hu,0.40207037726766603,0.3785760740833873 -am,3038217,official,hy,0.98,hy,0.04211258223404307,0.032808068954919466 -id,262787403,official,id,0.64,id,0.4429868279661388,0.36301139159359685 -ca,35881659,official_regional,ikt,0.00011147756573908693,,, -ph,105893381,official_regional,ilo,0.096,,, -ru,142122776,official_regional,inh,0.0016183190792726987,,, -is,343518,official,is,1.0,is,0.13129245416044694,0.06281596965139147 -hr,4270480,official_regional,it,0.015525186864240086,it,0.5145018792879614,0.42480523774266704 -it,62246674,official,it,0.95,it,0.5145018792879614,0.42480523774266704 -sm,33779,official,it,0.89,it,0.5145018792879614,0.42480523774266704 -ch,8292809,official,it,0.043,it,0.5145018792879614,0.42480523774266704 -ca,35881659,official_regional,iu,0.0004208278106650531,,, -ca,35881659,official_regional,iu_Latn,0.0004208278106650531,,, -jp,126168156,official,ja,0.95,ja,0.4580843418602277,0.40290137167887474 -ge,4926087,official,ka,0.86,ka,0.0997068019040858,0.053195435912002695 -ru,142122776,official_regional,kbd,0.0030959147603477712,,, -cd,85281024,official_regional,kg,0.015243719399992195,,, -in,1296834042,official_regional,kha,0.0008019530381821979,,, -kz,18744548,official,kk,0.64,kk,0.11254333545654785,0.0630627694036604 -dk,5809502,official_regional,kl,0.0012049225561846782,,, -gl,57691,official,kl,0.84,,, -kh,16449519,official,km,0.89,km,0.08010677662000457,0.06091762941853047 -in,1296834042,official_regional,kn,0.037000000000000005,kn,0.23226832244983298,0.14994947589977137 -sn,15020945,official_regional,knf,0.0021436733840647175,,, -cn,1384688986,official_regional,ko,0.001473255020171006,ko,0.31141722137671823,0.28708631937750584 -kp,25381085,official,ko,0.88,ko,0.31141722137671823,0.28708631937750584 -kr,51418097,official,ko,1.0,ko,0.31141722137671823,0.28708631937750584 -ru,142122776,official_regional,koi,0.0004482040232594387,,, -in,1296834042,official_regional,kok,0.003709032801592665,,, -ru,142122776,official_regional,krc,0.0016534999288221053,,, -in,1296834042,official_regional,ks,0.004071453886155774,,, -ru,142122776,official_regional,kum,0.0019701275747667636,,, -ru,142122776,official_regional,kv,0.001836440346479019,,, -kg,5849296,official,ky,0.48,ky,0.05182264189475015,0.017911608435894927 -lu,605764,official,lb,0.67,,, -ru,142122776,official_regional,lbe,0.0007810148599968242,,, -ru,142122776,official_regional,lez,0.0018012594969296124,,, -cd,85281024,official_regional,ln,0.031,,, -la,7234171,official,lo,0.69,,, -lt,2793284,official,lt,0.86,lt,0.2589770644209216,0.1769461091786225 -pl,38420687,official_regional,lt,0.00020822115960602162,lt,0.2589770644209216,0.1769461091786225 -cd,85281024,official_regional,lua,0.096,,, -lv,1923559,official,lv,0.61,lv,0.22962808088961068,0.2032310588951132 -in,1296834042,official_regional,mai,0.011952184703676988,mai,0.09356082523351308,0.054839215394095746 -ru,142122776,official_regional,mdf,0.0020827062933248645,,, -ph,105893381,official_regional,mdh,0.01208762991522577,,, -sn,15020945,official_regional,mey,0.00047866495749768076,,, -sn,15020945,official_regional,mfv,0.007722550079239355,,, -mg,25683610,official,mg,0.9,mg,0.059573185259380636,0.0353303934671019 -mh,75684,official,mh,0.73,,, -nz,4545627,official,mi,0.02837892330364986,,, -mk,2118945,official,mk,0.67,mk,0.13464259492470693,0.08999964299406904 -in,1296834042,official_regional,ml,0.032,ml,0.19134214710472958,0.13255474996391137 -mn,3103428,official,mn,0.93,mn,0.059461351823128124,0.03811659192825112 -cn,1384688986,official_regional,mn_Mong,0.0025998618003017756,,, -in,1296834042,official_regional,mr,0.07,mr,0.2607080515211779,0.19953759970942822 -bn,450565,official,ms,0.93,ms,0.11197444362865465,0.07075547111589188 -my,31809660,official,ms,0.75,ms,0.11197444362865465,0.07075547111589188 -sg,5995991,official,ms,0.14,ms,0.11197444362865465,0.07075547111589188 -bn,450565,official,ms_Arab,0.05,,, -mt,449043,official,mt,1.0,,, -mm,55622506,official,my,0.64,my,0.04193753859469131,0.028808050328523068 -ru,142122776,official_regional,myv,0.0030748062506181276,,, -nr,9692,official,na,0.7108955839867932,,, -no,5372191,official,nb,1.0,nb,0.2533124577585662,0.1923811829934792 -sj,2583,official,nb,0.5807200929152149,nb,0.2533124577585662,0.1923811829934792 -zw,14030368,official,nd,0.12,,, -in,1296834042,official_regional,ne,0.0055519825720306,ne,0.10017358494235716,0.056056916058592435 -np,29717587,official,ne,0.44,ne,0.10017358494235716,0.056056916058592435 -nu,1618,official,niu,0.6983930778739185,,, -aw,116576,official,nl,0.97,nl,0.4454666128569553,0.37632848891807025 -be,11570762,official,nl,0.55,nl,0.4454666128569553,0.37632848891807025 -bq,20000,official,nl,0.08,nl,0.4454666128569553,0.37632848891807025 -cw,150241,official,nl,0.08,nl,0.4454666128569553,0.37632848891807025 -nl,17151228,official,nl,1.0,nl,0.4454666128569553,0.37632848891807025 -sx,42677,official,nl,0.037256601916723295,nl,0.4454666128569553,0.37632848891807025 -sr,597927,official,nl,0.9,nl,0.4454666128569553,0.37632848891807025 -no,5372191,official,nn,0.25,nn,0.1258028911374433,0.08053510532451064 -za,55380210,official_regional,nr,0.01599849476916032,,, -za,55380210,official_regional,nso,0.094,nso,0.021763759159401545,0.016987273514661304 -mw,19842560,official,ny,0.63,,, -in,1296834042,official_regional,or,0.032,or,0.21046566470390882,0.1432183619015688 -ge,4926087,official_regional,os,0.022127096009469584,,, -in,1296834042,official_regional,pa,0.027991245467320944,pa,0.26535643261063,0.17051301752278242 -ph,105893381,official_regional,pag,0.013976322089479794,,, -aw,116576,official,pap,0.61,,, -pw,21516,official,pau,0.74,,, -pl,38420687,official,pl,0.96,pl,0.5721106859279501,0.5333645325472994 -af,34940837,official,ps,0.43,ps,0.029582375050446603,0.012953106494869204 -ao,30355880,official,pt,0.67,pt,0.3210105852778575,0.29936887560205944 -br,208846892,official,pt,0.91,pt,0.3210105852778575,0.29936887560205944 -cv,568373,official,pt,0.76,pt,0.3210105852778575,0.29936887560205944 -gq,797457,official,pt,1.2539861083418917e-06,pt,0.3210105852778575,0.29936887560205944 -gw,1833247,official,pt,1.0,pt,0.3210105852778575,0.29936887560205944 -mo,606340,official,pt,0.05,pt,0.3210105852778575,0.29936887560205944 -mz,27233789,official,pt,0.27,pt,0.3210105852778575,0.29936887560205944 -pt,10355493,official,pt,0.96,pt,0.3210105852778575,0.29936887560205944 -st,204454,official,pt,0.85,pt,0.3210105852778575,0.29936887560205944 -tl,1321929,official,pt,0.59,pt,0.3210105852778575,0.29936887560205944 -bo,11306341,official,qu,0.32,,, -ec,16498502,official,qu,0.17,,, -pe,31331228,official,qu,0.15,,, -gt,16581273,official_regional,quc,0.07,,, -ch,8292809,official_regional,rm,0.00500433568408485,,, -bi,11844520,official,rn,0.63,,, -md,3437720,official,ro,0.63,ro,0.24228957080272095,0.18497175772646204 -ro,21457116,official,ro,0.9,ro,0.24228957080272095,0.18497175772646204 -rs,7078110,official_regional,ro,0.021192097890538577,ro,0.24228957080272095,0.18497175772646204 -by,9527543,official,ru,0.12,ru,0.5699226404360531,0.572851716810478 -kz,18744548,official,ru,0.72,ru,0.5699226404360531,0.572851716810478 -kg,5849296,official,ru,0.36,ru,0.5699226404360531,0.572851716810478 -ru,142122776,official,ru,0.94,ru,0.5699226404360531,0.572851716810478 -rw,12187400,official,rw,0.77,,, -in,1296834042,official_regional,sa,1.233773904895689e-05,,, -ru,142122776,official_regional,sah,0.003243674328455279,,, -in,1296834042,official_regional,sat,0.00551342713750261,,, -sn,15020945,official_regional,sav,0.014646215667522916,,, -in,1296834042,official_regional,sd,0.0026063473740921433,,, -in,1296834042,official_regional,sd_Deva,0.0002606347374092143,,, -no,5372191,official_regional,se,0.0029038431433282995,,, -cf,5745062,official,sg,0.49,,, -lk,22576592,official,si,0.68,si,0.06130903468295221,0.02541261348520055 -rs,7078110,official_regional,sk,0.008547479482517226,sk,0.30261155385266186,0.22290829448953584 -sk,5445040,official,sk,0.9,sk,0.30261155385266186,0.22290829448953584 -at,8793370,official_regional,sl,0.0037187108014333525,sl,0.3182536479580673,0.2889489590172713 -si,2102126,official,sl,0.87,sl,0.3182536479580673,0.2889489590172713 -as,50826,official,sm,0.99,,, -ws,201316,official,sm,1.0,,, -zw,14030368,official,sn,0.81,,, -sn,15020945,official_regional,snf,0.002416625585141281,,, -so,11259029,official,so,0.78,,, -al,3057220,official,sq,1.0,sq,0.11936031274463564,0.07783117344745105 -xk,1907592,official,sq,0.92,sq,0.11936031274463564,0.07783117344745105 -mk,2118945,official_regional,sq,0.25,sq,0.11936031274463564,0.07783117344745105 -ba,3849891,official,sr,0.1,sr,0.4025371603059374,0.36263265486684454 -xk,1907592,official,sr,0.05,sr,0.4025371603059374,0.36263265486684454 -rs,7078110,official,sr,0.99,sr,0.4025371603059374,0.36263265486684454 -ba,3849891,official,sr_Latn,0.1,,, -xk,1907592,official,sr_Latn,0.05,,, -me,614249,official,sr_Latn,1.0,,, -rs,7078110,official,sr_Latn,0.99,,, -sn,15020945,official_regional,srr,0.11,,, -sz,1087200,official,ss,0.58,,, -za,55380210,official_regional,ss,0.027085487758172096,,, -ls,1962461,official,st,0.98,,, -za,55380210,official_regional,st,0.079,,, -ax,26200,official,sv,0.99,sv,0.7245785581266441,0.7019815381367706 -fi,5537364,official,sv,0.44,sv,0.7245785581266441,0.7019815381367706 -se,10040995,official,sv,0.95,sv,0.7245785581266441,0.7019815381367706 -cd,85281024,official_regional,sw,0.5,,, -ke,48397527,official,sw,0.66,,, -tz,55451343,official,sw,0.9,,, -ug,40853749,official,sw,0.75,,, -in,1296834042,official_regional,ta,0.059000000000000004,ta,0.26325104661509363,0.20480809379011466 -sg,5995991,official,ta,0.02084726277941378,ta,0.26325104661509363,0.20480809379011466 -lk,22576592,official,ta,0.15,ta,0.26325104661509363,0.20480809379011466 -in,1296834042,official_regional,te,0.07200000000000001,te,0.21674778642731068,0.16409855226334 -tl,1321929,official,tet,0.59,,, -tj,8604882,official,tg,1.0,tg,0.07438868440118057,0.04782016835157944 -th,68615858,official,th,0.8,th,0.14461522004444163,0.09187935683053239 -af,34940837,official_regional,tk,0.016685347291480166,,, -tm,5411012,official,tk,0.7,,, -tk,1285,official,tkl,1.0,,, -bw,2249104,official,tn,0.62,,, -za,55380210,official_regional,tn,0.08199999999999999,,, -sn,15020945,official_regional,tnr,0.0002250191316192157,,, -to,106398,official,to,0.95,,, -pg,7027332,official,tpi,0.71,,, -cy,1237088,official,tr,0.23,tr,0.41218887208686056,0.309515605039682 -tr,81257239,official,tr,0.93,tr,0.41218887208686056,0.309515605039682 -za,55380210,official_regional,ts,0.044000000000000004,,, -ph,105893381,official_regional,tsg,0.010859980001960652,,, -ru,142122776,official_regional,tt,0.014213063217960223,,, -tv,11147,official,tvl,0.8899255405041715,,, -pf,290373,official,ty,0.31,,, -ru,142122776,official_regional,tyv,0.0012594744138687524,,, -ma,34314130,official,tzm,0.098,,, -ru,142122776,official_regional,udm,0.0038417487707951893,,, -cn,1384688986,official_regional,ug,0.005546371840643788,ug,0.144352654585414,0.09312577318947547 -rs,7078110,official_regional,uk,1.412806526035905e-07,uk,0.6438348171523317,0.5587336844409054 -ua,43952299,official,uk,0.65,uk,0.6438348171523317,0.5587336844409054 -in,1296834042,official_regional,ur,0.05,,, -pk,207862518,official,ur,0.95,,, -uz,30023709,official,uz,0.85,uz,0.023883732124883914,0.011926326393448476 -af,34940837,official_regional,uz_Arab,0.047,,, -uz,30023709,official,uz_Cyrl,0.15,,, -za,55380210,official_regional,ve,0.022932379635252378,,, -vn,97040334,official,vi,0.86,vi,0.4418976675435056,0.37768123095644995 -ph,105893381,official_regional,war,0.029369163309650108,,, -km,821164,official,wni,0.34,,, -za,55380210,official_regional,xh,0.18,xh,0.051842091188011453,0.041515133170973245 -ng,203452505,official,yo,0.13,,, -cn,1384688986,official_regional,za,0.003076503130357101,,, -km,821164,official,zdj,0.37,,, -cn,1384688986,official,zh,0.9,,, -sg,5995991,official,zh,0.77,,, -hk,7213338,official,zh_Hant,0.95,,, -mo,606340,official,zh_Hant,0.98,,, -tw,23545963,official,zh_Hant,0.95,,, -za,55380210,official_regional,zu,0.24,zu,0.020660011766822424,0.014244536645106613 diff --git a/results/f30/4.results.csv b/results/f30/4.results.csv deleted file mode 100644 index f141c9d..0000000 --- a/results/f30/4.results.csv +++ /dev/null @@ -1,109 +0,0 @@ -full_language_code,message_progress_percentage,words_progress_percentage -af,0.09435824625722662,0.05907128787561292 -an,0.06286497814385669,0.04419733425223556 -ar,0.1541939969756349,0.1006609266321768 -as,0.22423090200959822,0.181421877013009 -ast,0.1806985213674798,0.1034440206939264 -az,0.06439174766486923,0.04239988699986185 -be,0.18219125462528504,0.11097296533782851 -be@latin,0.10171007911000034,0.06376203536842236 -bg,0.28688193792758054,0.2401214130605187 -bn,0.14243689919917535,0.08986770601958566 -bn_in,0.17342934801106666,0.1233486535443704 -br,0.0754389462372911,0.03435949255487414 -bs,0.20279291851232356,0.14780976861359074 -ca,0.4492640873662253,0.41959605555012286 -ca@valencia,0.16581981202258064,0.11487519538313722 -crh,0.11514954075356287,0.05391255217331241 -cs,0.44815061532701556,0.4448650905630915 -cy,0.11039905087448885,0.06399331312369325 -da,0.47641043843569336,0.3970635486079097 -de,0.7566844789777452,0.7380034365701353 -dz,0.11554825126541965,0.07257464916406285 -el,0.30684663746031127,0.30255864598515786 -en@boldquot,0.03172179730919028,0.03907740354243015 -en@quot,0.038256759844989136,0.04460245837388455 -en@shaw,0.08102575572660128,0.0569595201840288 -en_ca,0.10420931329407818,0.07189245739599874 -en_gb,0.27168717756718513,0.21115038176351617 -eo,0.21379149385159216,0.14957306747256874 -es,0.6474086247890968,0.6676949989677872 -et,0.1690921556137954,0.1175154870725048 -eu,0.2360998332223103,0.18414676358601592 -fa,0.12891477805925228,0.07488354621752216 -fi,0.37456421427286385,0.3107682301974243 -fr,0.7361363006471753,0.7104743987942512 -fur,0.1500367105410307,0.1007346561179175 -ga,0.09951230897147274,0.059711570251782316 -gd,0.10529847371671132,0.06360991979784152 -gl,0.35450713059714195,0.27719880728975066 -gu,0.22035563032728298,0.17811413945272542 -gv,0.01329359194410273,0.010071447752182005 -he,0.18094163753324613,0.1225981649895149 -hi,0.20106193141206732,0.14963437936071103 -hr,0.2581164331941088,0.20720624232631274 -hu,0.40207037726766603,0.3785760740833873 -hy,0.04211258223404307,0.032808068954919466 -ia,0.026407277925538382,0.016007835504084612 -id,0.4429868279661388,0.36301139159359685 -is,0.13129245416044694,0.06281596965139147 -it,0.5145018792879614,0.42480523774266704 -ja,0.4580843418602277,0.40290137167887474 -ka,0.0997068019040858,0.053195435912002695 -kk,0.11254333545654785,0.0630627694036604 -km,0.08010677662000457,0.06091762941853047 -kn,0.23226832244983298,0.14994947589977137 -ko,0.31141722137671823,0.28708631937750584 -ku,0.058834112115451004,0.023848772287647438 -ky,0.05182264189475015,0.017911608435894927 -li,0.015666405721982076,0.011719107733524565 -lt,0.2589770644209216,0.1769461091786225 -lv,0.22962808088961068,0.2032310588951132 -mai,0.09356082523351308,0.054839215394095746 -mg,0.059573185259380636,0.0353303934671019 -mk,0.13464259492470693,0.08999964299406904 -ml,0.19134214710472958,0.13255474996391137 -mn,0.059461351823128124,0.03811659192825112 -mr,0.2607080515211779,0.19953759970942822 -ms,0.11197444362865465,0.07075547111589188 -my,0.04193753859469131,0.028808050328523068 -nb,0.2533124577585662,0.1923811829934792 -nds,0.060550512245761266,0.019944213942789023 -ne,0.10017358494235716,0.056056916058592435 -nl,0.4454666128569553,0.37632848891807025 -nn,0.1258028911374433,0.08053510532451064 -nso,0.021763759159401545,0.016987273514661304 -oc,0.19347670704015793,0.12800370044408432 -or,0.21046566470390882,0.1432183619015688 -pa,0.26535643261063,0.17051301752278242 -pl,0.5721106859279501,0.5333645325472994 -ps,0.029582375050446603,0.012953106494869204 -pt,0.3210105852778575,0.29936887560205944 -pt_br,0.4891254139052722,0.4985432605817334 -pt_pt,0.02048010580415534,0.020195670294157364 -ro,0.24228957080272095,0.18497175772646204 -ru,0.5699226404360531,0.572851716810478 -si,0.06130903468295221,0.02541261348520055 -sk,0.30261155385266186,0.22290829448953584 -sl,0.3182536479580673,0.2889489590172713 -sq,0.11936031274463564,0.07783117344745105 -sr,0.4025371603059374,0.36263265486684454 -sr@ije,0.0188415028468903,0.01643003382243146 -sr@latin,0.25020543316007254,0.2026171639138405 -sv,0.7245785581266441,0.7019815381367706 -ta,0.26325104661509363,0.20480809379011466 -te,0.21674778642731068,0.16409855226334 -tg,0.07438868440118057,0.04782016835157944 -th,0.14461522004444163,0.09187935683053239 -tr,0.41218887208686056,0.309515605039682 -ug,0.144352654585414,0.09312577318947547 -uk,0.6438348171523317,0.5587336844409054 -uz,0.023883732124883914,0.011926326393448476 -uz@cyrillic,0.02257090482974575,0.011552246265795572 -vi,0.4418976675435056,0.37768123095644995 -wa,0.03476074938126936,0.018606993901407378 -xh,0.051842091188011453,0.041515133170973245 -zh_cn,0.5215571104185002,0.5016709429768397 -zh_hk,0.16992361290071623,0.12356518540249314 -zh_tw,0.3347077500571323,0.27504590630612175 -zu,0.020660011766822424,0.014244536645106613 diff --git a/results/f30/GConf2-3.2.6-25.fc30.src.rpm.errors.txt b/results/f30/GConf2-3.2.6-25.fc30.src.rpm.errors.txt deleted file mode 100644 index feb77ad..0000000 --- a/results/f30/GConf2-3.2.6-25.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/GConf2-3.2.6-25.fc30.src.rpm.stats.csv b/results/f30/GConf2-3.2.6-25.fc30.src.rpm.stats.csv deleted file mode 100644 index 31d871f..0000000 --- a/results/f30/GConf2-3.2.6-25.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ca.po, 496, 4074, 5384, 0, 0, 0, 0, 496, 4074 -po/cs.po, 497, 4088, 3994, 0, 0, 0, 0, 497, 4088 -po/uk.po, 497, 4088, 3802, 0, 0, 0, 0, 497, 4088 -po/sr@latin.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -po/sq.po, 485, 4024, 4807, 0, 0, 0, 0, 485, 4024 -po/en_GB.po, 497, 4088, 4088, 0, 0, 0, 0, 497, 4088 -po/ms.po, 345, 2295, 2161, 33, 242, 83, 1417, 461, 3954 -po/tr.po, 497, 4088, 3404, 0, 0, 0, 0, 497, 4088 -po/ar.po, 474, 3940, 3574, 9, 91, 1, 4, 484, 4035 -po/ja.po, 496, 4074, 1646, 0, 0, 0, 0, 496, 4074 -po/sl.po, 497, 4088, 4084, 0, 0, 0, 0, 497, 4088 -po/he.po, 497, 4088, 4087, 0, 0, 0, 0, 497, 4088 -po/pa.po, 497, 4088, 4701, 0, 0, 0, 0, 497, 4088 -po/de.po, 497, 4088, 4533, 0, 0, 0, 0, 497, 4088 -po/az.po, 397, 3479, 3208, 31, 234, 33, 241, 461, 3954 -po/ast.po, 497, 4088, 4700, 0, 0, 0, 0, 497, 4088 -po/eu.po, 497, 4088, 3796, 0, 0, 0, 0, 497, 4088 -po/bs.po, 443, 3832, 3670, 11, 72, 7, 50, 461, 3954 -po/bn.po, 485, 4024, 4139, 0, 0, 0, 0, 485, 4024 -po/fr.po, 497, 4088, 5075, 0, 0, 0, 0, 497, 4088 -po/hr.po, 415, 3478, 3446, 6, 52, 51, 432, 472, 3962 -po/gu.po, 497, 4088, 4445, 0, 0, 0, 0, 497, 4088 -po/sv.po, 497, 4088, 3991, 0, 0, 0, 0, 497, 4088 -po/pl.po, 496, 4074, 4023, 0, 0, 0, 0, 496, 4074 -po/zh_HK.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -po/or.po, 497, 4088, 4141, 0, 0, 0, 0, 497, 4088 -po/te.po, 497, 4088, 3604, 0, 0, 0, 0, 497, 4088 -po/fi.po, 497, 4088, 3293, 0, 0, 0, 0, 497, 4088 -po/zh_TW.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -po/yi.po, 1, 1, 1, 0, 0, 460, 3953, 461, 3954 -po/mk.po, 477, 4004, 4344, 0, 0, 0, 0, 477, 4004 -po/ne.po, 480, 4026, 3967, 0, 0, 1, 6, 481, 4032 -po/be.po, 497, 4088, 3838, 0, 0, 0, 0, 497, 4088 -po/lv.po, 496, 4074, 3481, 0, 0, 0, 0, 496, 4074 -po/th.po, 497, 4088, 1820, 0, 0, 0, 0, 497, 4088 -po/id.po, 497, 4088, 4008, 0, 0, 0, 0, 497, 4088 -po/es.po, 496, 4074, 5057, 0, 0, 0, 0, 496, 4074 -po/nl.po, 497, 4088, 4205, 0, 0, 0, 0, 497, 4088 -po/fa.po, 444, 3752, 4159, 4, 24, 13, 178, 461, 3954 -po/hu.po, 497, 4088, 4032, 0, 0, 0, 0, 497, 4088 -po/xh.po, 443, 3832, 3244, 11, 72, 7, 50, 461, 3954 -po/da.po, 497, 4088, 3891, 0, 0, 0, 0, 497, 4088 -po/pt_BR.po, 497, 4088, 4748, 0, 0, 0, 0, 497, 4088 -po/bn_IN.po, 485, 4024, 4183, 0, 0, 0, 0, 485, 4024 -po/mr.po, 485, 4024, 3849, 0, 0, 0, 0, 485, 4024 -po/hi.po, 496, 4074, 4733, 0, 0, 0, 0, 496, 4074 -po/lt.po, 497, 4088, 3544, 0, 0, 0, 0, 497, 4088 -po/kn.po, 484, 4035, 3566, 0, 0, 0, 0, 484, 4035 -po/vi.po, 485, 4024, 5953, 5, 25, 7, 39, 497, 4088 -po/ug.po, 497, 4088, 3801, 0, 0, 0, 0, 497, 4088 -po/rw.po, 3, 3, 3, 428, 3832, 30, 119, 461, 3954 -po/km.po, 497, 4088, 1957, 0, 0, 0, 0, 497, 4088 -po/ca@valencia.po, 496, 4074, 5380, 0, 0, 0, 0, 496, 4074 -po/cy.po, 484, 4035, 4233, 0, 0, 0, 0, 484, 4035 -po/nn.po, 477, 4004, 4022, 0, 0, 0, 0, 477, 4004 -po/ku.po, 9, 10, 12, 0, 0, 452, 3944, 461, 3954 -po/as.po, 497, 4088, 4103, 0, 0, 0, 0, 497, 4088 -po/eo.po, 114, 553, 576, 2, 19, 380, 3502, 496, 4074 -po/mai.po, 429, 3565, 3838, 0, 0, 47, 421, 476, 3986 -po/nb.po, 497, 4088, 4003, 0, 0, 0, 0, 497, 4088 -po/el.po, 496, 4074, 4400, 0, 0, 0, 0, 496, 4074 -po/mn.po, 443, 3832, 3414, 11, 72, 7, 50, 461, 3954 -po/ta.po, 497, 4088, 3251, 0, 0, 0, 0, 497, 4088 -po/ro.po, 485, 4024, 4546, 0, 0, 0, 0, 485, 4024 -po/si.po, 11, 22, 29, 0, 0, 470, 4010, 481, 4032 -po/hy.po, 483, 4025, 3888, 0, 0, 0, 0, 483, 4025 -po/zh_CN.po, 497, 4088, 1124, 0, 0, 0, 0, 497, 4088 -po/ka.po, 481, 4032, 3302, 0, 0, 0, 0, 481, 4032 -po/en_CA.po, 481, 4032, 4030, 0, 0, 0, 0, 481, 4032 -po/am.po, 19, 40, 40, 2, 9, 440, 3905, 461, 3954 -po/gl.po, 497, 4088, 5218, 0, 0, 0, 0, 497, 4088 -po/sk.po, 461, 3957, 3742, 0, 0, 16, 47, 477, 4004 -po/dz.po, 477, 4004, 2148, 0, 0, 0, 0, 477, 4004 -po/it.po, 497, 4088, 4609, 0, 0, 0, 0, 497, 4088 -po/sr.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -po/oc.po, 45, 188, 228, 0, 0, 426, 3767, 471, 3955 -po/ml.po, 496, 4074, 3459, 0, 0, 0, 0, 496, 4074 -po/ru.po, 497, 4088, 3972, 0, 0, 0, 0, 497, 4088 -po/pt.po, 497, 4088, 4675, 0, 0, 0, 0, 497, 4088 -po/is.po, 178, 1159, 1217, 22, 133, 261, 2662, 461, 3954 -po/ga.po, 61, 264, 277, 16, 89, 384, 3601, 461, 3954 -po/et.po, 393, 2728, 2310, 0, 0, 90, 1286, 483, 4014 -po/mg.po, 477, 3998, 4428, 2, 19, 0, 0, 479, 4017 -po/ko.po, 497, 4088, 3534, 0, 0, 0, 0, 497, 4088 -po/bg.po, 497, 4088, 4854, 0, 0, 0, 0, 497, 4088 -po/en@shaw.po, 484, 4035, 4035, 0, 0, 0, 0, 484, 4035 diff --git a/results/f30/ModemManager-1.10.0-1.fc30.src.rpm.errors.txt b/results/f30/ModemManager-1.10.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index aaf6397..0000000 --- a/results/f30/ModemManager-1.10.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f30/ModemManager-1.10.0-1.fc30.src.rpm.stats.csv b/results/f30/ModemManager-1.10.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 23ff6e4..0000000 --- a/results/f30/ModemManager-1.10.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,28 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 17, 134, 166, 0, 0, 0, 0, 17, 134 -po/pt_BR.gmo, 17, 134, 178, 0, 0, 0, 0, 17, 134 -po/de.po, 13, 105, 106, 2, 15, 2, 14, 17, 134 -po/pt_BR.po, 17, 134, 178, 0, 0, 0, 0, 17, 134 -po/it.gmo, 17, 134, 182, 0, 0, 0, 0, 17, 134 -po/sk.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/ModemManager.pot, 0, 0, 0, 0, 0, 17, 134, 17, 134 -po/hu.po, 17, 134, 157, 0, 0, 0, 0, 17, 134 -po/uk.po, 17, 134, 147, 0, 0, 0, 0, 17, 134 -po/tr.po, 17, 134, 137, 0, 0, 0, 0, 17, 134 -po/hu.gmo, 17, 134, 157, 0, 0, 0, 0, 17, 134 -po/sv.po, 17, 134, 135, 0, 0, 0, 0, 17, 134 -po/tr.gmo, 17, 134, 137, 0, 0, 0, 0, 17, 134 -po/pl.po, 17, 134, 124, 0, 0, 0, 0, 17, 134 -po/pl.gmo, 17, 134, 124, 0, 0, 0, 0, 17, 134 -po/uk.gmo, 17, 134, 147, 0, 0, 0, 0, 17, 134 -po/sk.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/cs.gmo, 17, 134, 166, 0, 0, 0, 0, 17, 134 -po/id.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/it.po, 17, 134, 182, 0, 0, 0, 0, 17, 134 -po/fur.gmo, 17, 134, 204, 0, 0, 0, 0, 17, 134 -po/fr.gmo, 17, 134, 177, 0, 0, 0, 0, 17, 134 -po/sv.gmo, 17, 134, 135, 0, 0, 0, 0, 17, 134 -po/id.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/de.gmo, 13, 105, 106, 0, 0, 0, 0, 13, 105 -po/fr.po, 17, 134, 177, 0, 0, 0, 0, 17, 134 -po/fur.po, 17, 134, 204, 0, 0, 0, 0, 17, 134 diff --git a/results/f30/NetworkManager-1.16.0-1.fc30.src.rpm.errors.txt b/results/f30/NetworkManager-1.16.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 6f34db1..0000000 --- a/results/f30/NetworkManager-1.16.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f30/NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv b/results/f30/NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 80affdd..0000000 --- a/results/f30/NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,67 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 1558, 20550, 4247, 463, 2974, 15, 266, 2036, 23790 -po/zh_HK.po, 33, 177, 70, 331, 1380, 1672, 22233, 2036, 23790 -po/zh_CN.po, 1985, 21016, 7189, 38, 2613, 13, 161, 2036, 23790 -po/wa.po, 0, 0, 0, 133, 457, 1903, 23333, 2036, 23790 -po/vi.po, 23, 158, 198, 60, 347, 1953, 23285, 2036, 23790 -po/uk.po, 2036, 23790, 23429, 0, 0, 0, 0, 2036, 23790 -po/tr.po, 1050, 7118, 6374, 355, 2087, 631, 14585, 2036, 23790 -po/th.po, 8, 13, 11, 284, 1092, 1744, 22685, 2036, 23790 -po/te.po, 807, 4990, 4360, 473, 3164, 756, 15636, 2036, 23790 -po/ta.po, 981, 6525, 5706, 395, 2395, 660, 14870, 2036, 23790 -po/sv.po, 1867, 19460, 17115, 106, 2314, 63, 2016, 2036, 23790 -po/sr@latin.po, 135, 644, 671, 598, 3017, 1303, 20129, 2036, 23790 -po/sr.po, 135, 644, 671, 598, 3017, 1303, 20129, 2036, 23790 -po/sq.po, 0, 0, 0, 74, 258, 1962, 23532, 2036, 23790 -po/sl.po, 258, 1278, 1302, 459, 2186, 1319, 20326, 2036, 23790 -po/sk.po, 123, 584, 611, 272, 1078, 1641, 22128, 2036, 23790 -po/rw.po, 0, 0, 0, 204, 792, 1832, 22998, 2036, 23790 -po/ru.po, 1886, 22856, 20510, 137, 682, 13, 252, 2036, 23790 -po/pt_BR.po, 2043, 23862, 26303, 0, 0, 0, 0, 2043, 23862 -po/pt.po, 2, 2, 2, 192, 711, 1842, 23077, 2036, 23790 -po/pl.po, 1736, 12360, 12178, 0, 0, 0, 0, 1736, 12360 -po/pa.po, 705, 4064, 4663, 524, 3297, 807, 16429, 2036, 23790 -po/or.po, 703, 4054, 4194, 526, 3307, 807, 16429, 2036, 23790 -po/oc.po, 142, 474, 570, 300, 1328, 1594, 21988, 2036, 23790 -po/nl.po, 16, 106, 100, 28, 155, 1992, 23529, 2036, 23790 -po/ne.po, 2, 2, 4, 132, 495, 1902, 23293, 2036, 23790 -po/nb.po, 10, 53, 51, 33, 196, 1993, 23541, 2036, 23790 -po/mr.po, 807, 4990, 4787, 474, 3170, 755, 15630, 2036, 23790 -po/ml.po, 703, 4054, 3407, 526, 3307, 807, 16429, 2036, 23790 -po/mk.po, 0, 0, 0, 3, 27, 2033, 23763, 2036, 23790 -po/lv.po, 5, 10, 10, 276, 1089, 1755, 22691, 2036, 23790 -po/lt.po, 560, 2847, 2495, 502, 3030, 974, 17913, 2036, 23790 -po/ku.po, 1, 2, 2, 256, 1014, 1779, 22774, 2036, 23790 -po/ko.po, 1860, 22794, 18435, 162, 735, 14, 261, 2036, 23790 -po/kn.po, 807, 4990, 4493, 473, 3164, 756, 15636, 2036, 23790 -po/ka.po, 8, 13, 13, 284, 1092, 1744, 22685, 2036, 23790 -po/ja.po, 1998, 21403, 8178, 25, 2226, 13, 161, 2036, 23790 -po/it.po, 1776, 21675, 23174, 246, 1854, 14, 261, 2036, 23790 -po/id.po, 1903, 19866, 18755, 86, 2406, 47, 1518, 2036, 23790 -po/hu.po, 333, 1689, 1657, 580, 3132, 1123, 18969, 2036, 23790 -po/hr.po, 95, 352, 322, 487, 2422, 1454, 21016, 2036, 23790 -po/hi.po, 807, 4990, 5566, 534, 4163, 695, 14637, 2036, 23790 -po/he.po, 0, 0, 0, 3, 27, 2033, 23763, 2036, 23790 -po/gu.po, 714, 4112, 4394, 576, 4351, 746, 15327, 2036, 23790 -po/gl.po, 478, 1982, 2468, 447, 2164, 1111, 19644, 2036, 23790 -po/gd.po, 139, 1088, 1401, 352, 1997, 1545, 20705, 2036, 23790 -po/fr.po, 2008, 23164, 26154, 14, 365, 14, 261, 2036, 23790 -po/fi.po, 97, 475, 412, 393, 1835, 1546, 21480, 2036, 23790 -po/eu.po, 105, 462, 501, 402, 1879, 1529, 21449, 2036, 23790 -po/et.po, 27, 177, 136, 62, 347, 1947, 23266, 2036, 23790 -po/es.po, 1834, 22640, 25954, 188, 889, 14, 261, 2036, 23790 -po/eo.po, 209, 981, 894, 417, 1987, 1451, 21157, 2077, 24125 -po/en_GB.po, 252, 1242, 1241, 554, 2768, 1230, 19780, 2036, 23790 -po/en_CA.po, 3, 5, 5, 380, 1612, 1653, 22173, 2036, 23790 -po/el.po, 766, 4820, 5267, 554, 4190, 716, 14780, 2036, 23790 -po/dz.po, 2, 2, 2, 197, 733, 1837, 23055, 2036, 23790 -po/de.po, 1967, 22332, 21773, 56, 1206, 13, 252, 2036, 23790 -po/da.po, 450, 3777, 3526, 422, 2112, 1165, 17945, 2037, 23834 -po/cs.po, 410, 1288, 1243, 405, 2241, 1221, 20261, 2036, 23790 -po/ca.po, 1207, 8416, 10277, 320, 2290, 509, 13084, 2036, 23790 -po/bs.po, 0, 0, 0, 78, 278, 1958, 23512, 2036, 23790 -po/bn_IN.po, 810, 5011, 5139, 531, 4142, 695, 14637, 2036, 23790 -po/bg.po, 141, 670, 842, 500, 2500, 1395, 20620, 2036, 23790 -po/be@latin.po, 0, 0, 0, 5, 29, 2031, 23761, 2036, 23790 -po/as.po, 817, 5059, 5128, 525, 4100, 694, 14631, 2036, 23790 -po/ar.po, 2, 2, 2, 145, 545, 1889, 23243, 2036, 23790 diff --git a/results/f30/NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.errors.txt b/results/f30/NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.errors.txt deleted file mode 100644 index a65f4fb..0000000 --- a/results/f30/NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv b/results/f30/NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv deleted file mode 100644 index 9cfdc70..0000000 --- a/results/f30/NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,54 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bg.po, 16, 54, 59, 2, 5, 578, 3182, 596, 3241 -po/zh_CN.po, 112, 468, 245, 18, 81, 466, 2692, 596, 3241 -po/zh_TW.po, 23, 86, 44, 2, 11, 571, 3144, 596, 3241 -po/kn.po, 9, 34, 36, 2, 5, 585, 3202, 596, 3241 -po/or.po, 16, 54, 71, 2, 5, 578, 3182, 596, 3241 -po/fi.po, 114, 385, 335, 24, 149, 809, 4872, 947, 5406 -po/es.po, 929, 5286, 6666, 0, 0, 18, 120, 947, 5406 -po/pa.po, 122, 463, 530, 31, 156, 443, 2622, 596, 3241 -po/fa.po, 15, 51, 62, 2, 5, 579, 3185, 596, 3241 -po/ar.po, 10, 48, 51, 0, 0, 539, 3016, 549, 3064 -po/ro.po, 16, 54, 54, 2, 5, 578, 3182, 596, 3241 -po/ca@valencia.po, 9, 34, 38, 5, 11, 582, 3196, 596, 3241 -po/ca.po, 936, 5323, 6936, 0, 0, 11, 83, 947, 5406 -po/uk.po, 81, 305, 336, 17, 102, 498, 2834, 596, 3241 -po/pl.po, 969, 5555, 6112, 0, 0, 0, 0, 969, 5555 -po/tg.po, 6, 10, 10, 0, 0, 543, 3054, 549, 3064 -po/vi.po, 31, 134, 191, 2, 5, 563, 3102, 596, 3241 -po/en_GB.po, 468, 2531, 2531, 21, 105, 447, 2690, 936, 5326 -po/mr.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -po/ta.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -po/lv.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -po/sv.po, 910, 5159, 4870, 0, 0, 37, 247, 947, 5406 -po/pt.po, 883, 4982, 5697, 0, 0, 64, 424, 947, 5406 -po/gl.po, 156, 780, 1018, 21, 127, 419, 2334, 596, 3241 -po/bs.po, 857, 4812, 4857, 0, 0, 90, 594, 947, 5406 -po/tr.po, 726, 4047, 3875, 0, 0, 221, 1359, 947, 5406 -po/de.po, 964, 5524, 5487, 2, 14, 3, 17, 969, 5555 -po/zh_HK.po, 16, 54, 34, 2, 5, 578, 3182, 596, 3241 -po/da.po, 32, 139, 125, 2, 5, 562, 3097, 596, 3241 -po/te.po, 9, 34, 34, 2, 5, 585, 3202, 596, 3241 -po/lt.po, 947, 5406, 5012, 0, 0, 0, 0, 947, 5406 -po/pt_BR.po, 929, 5286, 6182, 0, 0, 18, 120, 947, 5406 -po/sl.po, 514, 2771, 3118, 20, 94, 402, 2461, 936, 5326 -po/et.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -po/sr.po, 947, 5406, 5964, 0, 0, 0, 0, 947, 5406 -po/ko.po, 16, 54, 49, 2, 5, 578, 3182, 596, 3241 -po/bn_IN.po, 9, 34, 35, 2, 5, 585, 3202, 596, 3241 -po/it.po, 93, 346, 400, 391, 1798, 390, 2780, 874, 4924 -po/nl.po, 441, 2398, 2481, 24, 123, 471, 2805, 936, 5326 -po/as.po, 16, 54, 68, 2, 5, 578, 3182, 596, 3241 -po/he.po, 16, 54, 64, 2, 5, 578, 3182, 596, 3241 -po/sr@latin.po, 947, 5406, 5964, 0, 0, 0, 0, 947, 5406 -po/eu.po, 547, 2935, 3044, 149, 894, 240, 1497, 936, 5326 -po/fr.po, 58, 213, 247, 9, 44, 529, 2984, 596, 3241 -po/cs.po, 969, 5555, 5702, 0, 0, 0, 0, 969, 5555 -po/nb.po, 35, 128, 124, 6, 28, 555, 3085, 596, 3241 -po/ru.po, 32, 139, 129, 2, 5, 562, 3097, 596, 3241 -po/ug.po, 427, 2314, 2171, 20, 104, 489, 2908, 936, 5326 -po/id.po, 925, 5277, 5354, 0, 0, 22, 129, 947, 5406 -po/hu.po, 969, 5555, 5922, 0, 0, 0, 0, 969, 5555 -po/gu.po, 16, 54, 66, 2, 5, 578, 3182, 596, 3241 -po/eo.po, 6, 15, 14, 0, 0, 590, 3226, 596, 3241 -po/el.po, 540, 2895, 3194, 13, 75, 383, 2356, 936, 5326 diff --git a/results/f30/NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.errors.txt b/results/f30/NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.errors.txt deleted file mode 100644 index b98524e..0000000 --- a/results/f30/NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv b/results/f30/NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 5683609..0000000 --- a/results/f30/NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sk.po, 5, 14, 14, 26, 60, 138, 975, 169, 1049 -po/bs.po, 169, 1049, 1020, 0, 0, 0, 0, 169, 1049 -po/ka.po, 9, 30, 20, 33, 82, 127, 937, 169, 1049 -po/fr.po, 161, 997, 1230, 2, 11, 6, 41, 169, 1049 -po/de.po, 256, 1847, 1773, 0, 0, 0, 0, 256, 1847 -po/eo.po, 30, 43, 41, 2, 6, 137, 1000, 169, 1049 -po/hu.po, 249, 1768, 1634, 0, 0, 0, 0, 249, 1768 -po/mk.po, 9, 32, 42, 32, 78, 128, 939, 169, 1049 -po/da.po, 255, 1846, 1733, 0, 0, 0, 0, 255, 1846 -po/he.po, 29, 82, 87, 14, 31, 126, 936, 169, 1049 -po/zh_TW.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -po/es.po, 246, 1695, 2036, 3, 41, 7, 118, 256, 1854 -po/zh_CN.po, 126, 750, 338, 11, 59, 32, 240, 169, 1049 -po/as.po, 48, 121, 137, 18, 151, 103, 777, 169, 1049 -po/et.po, 71, 207, 167, 11, 137, 87, 705, 169, 1049 -po/fi.po, 113, 358, 277, 17, 169, 126, 1320, 256, 1847 -po/sr@latin.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -po/th.po, 10, 31, 21, 27, 72, 132, 946, 169, 1049 -po/vi.po, 7, 22, 31, 32, 78, 130, 949, 169, 1049 -po/ro.po, 52, 147, 156, 21, 165, 96, 737, 169, 1049 -po/ca.po, 256, 1847, 2279, 0, 0, 0, 0, 256, 1847 -po/ar.po, 10, 33, 34, 37, 97, 122, 919, 169, 1049 -po/ps.po, 36, 93, 102, 15, 50, 118, 906, 169, 1049 -po/ca@valencia.po, 52, 133, 154, 26, 189, 91, 727, 169, 1049 -po/ug.po, 28, 77, 71, 14, 31, 127, 941, 169, 1049 -po/nl.po, 110, 449, 417, 0, 0, 26, 308, 136, 757 -po/eu.po, 160, 972, 857, 3, 36, 6, 41, 169, 1049 -po/sv.po, 256, 1847, 1685, 0, 0, 0, 0, 256, 1847 -po/id.po, 256, 1847, 1813, 0, 0, 0, 0, 256, 1847 -po/mr.po, 48, 121, 133, 18, 151, 103, 777, 169, 1049 -po/pa.po, 96, 356, 373, 0, 0, 43, 435, 139, 791 -po/lv.po, 249, 1768, 1623, 0, 0, 0, 0, 249, 1768 -po/ta.po, 49, 125, 126, 19, 156, 101, 768, 169, 1049 -po/el.po, 199, 1222, 1341, 6, 64, 24, 327, 229, 1613 -po/tr.po, 168, 1164, 1051, 7, 40, 37, 265, 212, 1469 -po/lt.po, 256, 1854, 1720, 0, 0, 0, 0, 256, 1854 -po/ja.po, 118, 451, 253, 4, 25, 47, 573, 169, 1049 -po/cs.po, 255, 1846, 1739, 0, 0, 0, 0, 255, 1846 -po/it.po, 256, 1847, 2030, 0, 0, 0, 0, 256, 1847 -po/ru.po, 209, 1328, 1274, 1, 1, 44, 510, 254, 1839 -po/nb.po, 86, 242, 223, 7, 29, 76, 778, 169, 1049 -po/pl.po, 256, 1854, 1801, 0, 0, 0, 0, 256, 1854 -po/pt.po, 180, 1265, 1374, 0, 0, 0, 0, 180, 1265 -po/dz.po, 9, 31, 10, 36, 94, 124, 924, 169, 1049 -po/en_GB.po, 134, 788, 788, 10, 77, 25, 184, 169, 1049 -po/uk.po, 71, 207, 195, 11, 137, 87, 705, 169, 1049 -po/zh_HK.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -po/be.po, 96, 337, 334, 15, 164, 58, 548, 169, 1049 -po/gl.po, 249, 1768, 2126, 0, 0, 0, 0, 249, 1768 -po/ko.po, 34, 97, 86, 33, 95, 102, 857, 169, 1049 -po/sr.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -po/sl.po, 159, 969, 964, 4, 39, 6, 41, 169, 1049 -po/hr.po, 77, 283, 281, 2, 2, 177, 1562, 256, 1847 -po/gu.po, 29, 82, 85, 14, 31, 126, 936, 169, 1049 -po/kn.po, 49, 125, 123, 19, 156, 101, 768, 169, 1049 -po/pt_BR.po, 256, 1854, 2176, 0, 0, 0, 0, 256, 1854 -po/fa.po, 70, 205, 231, 12, 139, 87, 705, 169, 1049 -po/te.po, 49, 125, 122, 19, 156, 101, 768, 169, 1049 -po/bg.po, 70, 205, 229, 12, 139, 87, 705, 169, 1049 diff --git a/results/f30/NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.errors.txt b/results/f30/NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.errors.txt deleted file mode 100644 index 9d8bd78..0000000 --- a/results/f30/NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv b/results/f30/NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv deleted file mode 100644 index 93d0a0c..0000000 --- a/results/f30/NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -po/zh_HK.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -po/zh_CN.po, 66, 280, 142, 0, 0, 0, 0, 66, 280 -po/vi.po, 129, 588, 817, 0, 0, 0, 0, 129, 588 -po/uk.po, 44, 144, 138, 0, 0, 0, 0, 44, 144 -po/ug.po, 38, 102, 106, 0, 0, 6, 42, 44, 144 -po/tr.po, 71, 407, 401, 0, 0, 0, 0, 71, 407 -po/th.po, 129, 584, 313, 0, 0, 0, 0, 129, 584 -po/te.po, 43, 118, 127, 0, 0, 0, 0, 43, 118 -po/ta.po, 44, 144, 151, 0, 0, 0, 0, 44, 144 -po/sv.po, 84, 509, 465, 0, 0, 0, 0, 84, 509 -po/sr@latin.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -po/sr.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -po/sl.po, 77, 415, 403, 0, 0, 0, 0, 77, 415 -po/ru.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -po/ro.po, 44, 144, 161, 0, 0, 0, 0, 44, 144 -po/pt_BR.po, 84, 509, 588, 0, 0, 0, 0, 84, 509 -po/pt.po, 71, 407, 458, 0, 0, 0, 0, 71, 407 -po/pl.po, 84, 509, 509, 0, 0, 0, 0, 84, 509 -po/pa.po, 54, 188, 202, 0, 0, 23, 227, 77, 415 -po/oc.po, 74, 410, 486, 0, 0, 0, 0, 74, 410 -po/nl.po, 84, 509, 457, 0, 0, 0, 0, 84, 509 -po/nb.po, 56, 193, 184, 0, 0, 21, 222, 77, 415 -po/mr.po, 42, 115, 145, 0, 0, 0, 0, 42, 115 -po/mk.po, 129, 584, 617, 0, 0, 0, 0, 129, 584 -po/lv.po, 84, 509, 474, 0, 0, 0, 0, 84, 509 -po/lt.po, 84, 509, 475, 0, 0, 0, 0, 84, 509 -po/ko.po, 44, 144, 132, 0, 0, 0, 0, 44, 144 -po/kn.po, 43, 118, 117, 0, 0, 0, 0, 43, 118 -po/ka.po, 129, 584, 412, 0, 0, 0, 0, 129, 584 -po/ja.po, 62, 273, 149, 1, 2, 3, 5, 66, 280 -po/it.po, 84, 509, 560, 0, 0, 0, 0, 84, 509 -po/id.po, 84, 509, 516, 0, 0, 0, 0, 84, 509 -po/hu.po, 84, 509, 476, 0, 0, 0, 0, 84, 509 -po/hr.po, 83, 508, 477, 0, 0, 1, 1, 84, 509 -po/he.po, 44, 144, 149, 0, 0, 0, 0, 44, 144 -po/gu.po, 44, 144, 171, 0, 0, 0, 0, 44, 144 -po/gl.po, 77, 415, 501, 0, 0, 0, 0, 77, 415 -po/fur.po, 84, 509, 581, 0, 0, 0, 0, 84, 509 -po/fr.po, 77, 415, 511, 0, 0, 0, 0, 77, 415 -po/fi.po, 47, 147, 118, 0, 0, 27, 263, 74, 410 -po/fa.po, 44, 144, 173, 0, 0, 24, 145, 68, 289 -po/eu.po, 74, 410, 389, 0, 0, 0, 0, 74, 410 -po/et.po, 44, 144, 122, 0, 0, 0, 0, 44, 144 -po/es.po, 84, 509, 625, 0, 0, 0, 0, 84, 509 -po/eo.po, 22, 37, 34, 0, 0, 44, 243, 66, 280 -po/en_GB.po, 44, 144, 144, 0, 0, 0, 0, 44, 144 -po/el.po, 71, 407, 475, 0, 0, 0, 0, 71, 407 -po/de.po, 84, 509, 470, 0, 0, 0, 0, 84, 509 -po/da.po, 84, 509, 463, 0, 0, 0, 0, 84, 509 -po/cs.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -po/ca@valencia.po, 42, 115, 145, 1, 3, 1, 26, 44, 144 -po/ca.po, 84, 509, 650, 0, 0, 0, 0, 84, 509 -po/bs.po, 74, 410, 411, 0, 0, 0, 0, 74, 410 -po/bn_IN.po, 42, 115, 170, 0, 0, 0, 0, 42, 115 -po/bg.po, 44, 144, 172, 0, 0, 0, 0, 44, 144 -po/be@latin.po, 41, 114, 109, 0, 0, 0, 0, 41, 114 -po/as.po, 42, 115, 144, 0, 0, 0, 0, 42, 115 -po/ar.po, 7, 11, 13, 16, 55, 18, 46, 41, 112 diff --git a/results/f30/NetworkManager-ssh-1.2.9-1.fc30.src.rpm.errors.txt b/results/f30/NetworkManager-ssh-1.2.9-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 42d7a5f..0000000 --- a/results/f30/NetworkManager-ssh-1.2.9-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv b/results/f30/NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv deleted file mode 100644 index cd9a59a..0000000 --- a/results/f30/NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,53 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -po/zh_HK.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -po/zh_CN.po, 17, 39, 24, 14, 43, 38, 204, 69, 286 -po/vi.po, 4, 18, 24, 14, 29, 51, 239, 69, 286 -po/uk.po, 17, 39, 36, 14, 43, 38, 204, 69, 286 -po/ug.po, 7, 24, 23, 6, 10, 56, 252, 69, 286 -po/th.po, 4, 16, 9, 13, 36, 52, 234, 69, 286 -po/te.po, 16, 37, 35, 13, 36, 40, 213, 69, 286 -po/ta.po, 16, 37, 36, 13, 36, 40, 213, 69, 286 -po/sv.po, 29, 115, 99, 22, 87, 18, 84, 69, 286 -po/sl.po, 32, 120, 118, 21, 85, 16, 81, 69, 286 -po/sk.po, 1, 2, 2, 11, 21, 57, 263, 69, 286 -po/ru.po, 29, 115, 110, 22, 87, 18, 84, 69, 286 -po/ro.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -po/pt_BR.po, 32, 120, 133, 21, 85, 16, 81, 69, 286 -po/pt.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -po/ps.po, 11, 26, 33, 12, 27, 46, 233, 69, 286 -po/pl.po, 32, 120, 123, 21, 85, 16, 81, 69, 286 -po/pa.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -po/nl.po, 13, 32, 32, 15, 38, 41, 216, 69, 286 -po/nb.po, 24, 61, 58, 13, 39, 32, 186, 69, 286 -po/mr.po, 16, 37, 43, 13, 36, 40, 213, 69, 286 -po/mk.po, 4, 18, 25, 14, 29, 51, 239, 69, 286 -po/lv.po, 29, 115, 107, 22, 87, 18, 84, 69, 286 -po/lt.po, 32, 120, 113, 21, 85, 16, 81, 69, 286 -po/ko.po, 8, 27, 21, 14, 39, 47, 220, 69, 286 -po/kn.po, 16, 37, 33, 13, 36, 40, 213, 69, 286 -po/ka.po, 4, 16, 8, 14, 37, 51, 233, 69, 286 -po/ja.po, 5, 19, 9, 15, 41, 49, 226, 69, 286 -po/it.po, 17, 39, 39, 14, 43, 38, 204, 69, 286 -po/id.po, 32, 120, 124, 21, 85, 16, 81, 69, 286 -po/hu.po, 29, 115, 106, 22, 87, 18, 84, 69, 286 -po/he.po, 22, 64, 55, 2, 3, 45, 219, 69, 286 -po/gu.po, 7, 24, 25, 6, 10, 56, 252, 69, 286 -po/gl.po, 29, 115, 144, 22, 87, 18, 84, 69, 286 -po/fr.po, 29, 115, 143, 22, 87, 18, 84, 69, 286 -po/fi.po, 15, 34, 24, 15, 51, 39, 201, 69, 286 -po/fa.po, 17, 39, 41, 14, 43, 38, 204, 69, 286 -po/eu.po, 17, 39, 37, 14, 43, 38, 204, 69, 286 -po/et.po, 17, 39, 30, 14, 43, 38, 204, 69, 286 -po/es.po, 32, 120, 144, 21, 85, 16, 81, 69, 286 -po/en_GB.po, 8, 27, 27, 14, 39, 47, 220, 69, 286 -po/el.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -po/dz.po, 5, 19, 7, 14, 37, 50, 230, 69, 286 -po/de.po, 32, 120, 112, 21, 85, 16, 81, 69, 286 -po/da.po, 15, 34, 32, 14, 39, 40, 213, 69, 286 -po/cs.po, 73, 297, 282, 0, 0, 0, 0, 73, 297 -po/ca@valencia.po, 16, 37, 40, 14, 48, 39, 201, 69, 286 -po/ca.po, 17, 39, 42, 15, 55, 37, 192, 69, 286 -po/bg.po, 17, 39, 38, 14, 43, 38, 204, 69, 286 -po/as.po, 16, 37, 38, 13, 36, 40, 213, 69, 286 -po/ar.po, 5, 19, 19, 16, 41, 48, 226, 69, 286 diff --git a/results/f30/NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.errors.txt b/results/f30/NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.errors.txt deleted file mode 100644 index eb6fc44..0000000 --- a/results/f30/NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv b/results/f30/NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 4756bbc..0000000 --- a/results/f30/NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sv.po, 101, 606, 536, 0, 0, 0, 0, 101, 606 -po/id.po, 101, 606, 610, 0, 0, 0, 0, 101, 606 -po/kn.po, 36, 139, 124, 0, 0, 0, 0, 36, 139 -po/ja.po, 83, 439, 256, 0, 0, 0, 0, 83, 439 -po/ug.po, 38, 114, 118, 0, 0, 3, 42, 41, 156 -po/pt.po, 86, 479, 517, 0, 0, 0, 0, 86, 479 -po/lt.po, 101, 606, 548, 0, 0, 0, 0, 101, 606 -po/eo.po, 19, 38, 30, 0, 0, 40, 231, 59, 269 -po/gu.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -po/cs.po, 101, 606, 571, 0, 0, 0, 0, 101, 606 -po/ta.po, 36, 139, 142, 0, 0, 0, 0, 36, 139 -po/ru.po, 87, 464, 444, 0, 0, 14, 142, 101, 606 -po/bs.po, 91, 494, 482, 0, 0, 0, 0, 91, 494 -po/mr.po, 36, 139, 163, 0, 0, 0, 0, 36, 139 -po/et.po, 41, 156, 140, 0, 0, 0, 0, 41, 156 -po/sr@latin.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -po/zh_CN.po, 41, 156, 85, 0, 0, 0, 0, 41, 156 -po/bg.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -po/zh_TW.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -po/sk.po, 37, 143, 154, 1, 4, 3, 9, 41, 156 -po/vi.po, 54, 303, 413, 0, 0, 0, 0, 54, 303 -po/nl.po, 101, 606, 545, 0, 0, 0, 0, 101, 606 -po/ca@valencia.po, 34, 135, 167, 1, 2, 2, 6, 37, 143 -po/fi.po, 54, 168, 144, 3, 64, 44, 374, 101, 606 -po/sl.po, 84, 442, 449, 0, 0, 0, 0, 84, 442 -po/el.po, 86, 479, 532, 0, 0, 0, 0, 86, 479 -po/eu.po, 84, 442, 424, 0, 0, 0, 0, 84, 442 -po/tr.po, 91, 494, 456, 0, 0, 0, 0, 91, 494 -po/ko.po, 41, 156, 136, 0, 0, 0, 0, 41, 156 -po/fr.po, 86, 444, 554, 0, 0, 0, 0, 86, 444 -po/pl.po, 101, 606, 592, 0, 0, 0, 0, 101, 606 -po/sr.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -po/fur.po, 101, 606, 688, 0, 0, 0, 0, 101, 606 -po/pa.po, 64, 246, 273, 1, 12, 19, 167, 84, 425 -po/lv.po, 101, 606, 544, 0, 0, 0, 0, 101, 606 -po/ro.po, 41, 156, 171, 0, 0, 0, 0, 41, 156 -po/gl.po, 86, 444, 537, 0, 0, 0, 0, 86, 444 -po/ca.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -po/pt_BR.po, 101, 606, 709, 0, 0, 0, 0, 101, 606 -po/it.po, 101, 606, 652, 0, 0, 0, 0, 101, 606 -po/he.po, 41, 156, 162, 0, 0, 0, 0, 41, 156 -po/de.po, 101, 606, 565, 0, 0, 0, 0, 101, 606 -po/or.po, 41, 156, 176, 0, 0, 0, 0, 41, 156 -po/te.po, 36, 139, 129, 0, 0, 0, 0, 36, 139 -po/fa.po, 37, 143, 160, 1, 4, 16, 97, 54, 244 -po/bn_IN.po, 36, 139, 168, 0, 0, 0, 0, 36, 139 -po/nb.po, 69, 285, 266, 0, 0, 17, 159, 86, 444 -po/ar.po, 16, 89, 92, 6, 12, 11, 32, 33, 133 -po/uk.po, 41, 156, 149, 0, 0, 0, 0, 41, 156 -po/zh_HK.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -po/hu.po, 101, 606, 553, 0, 0, 0, 0, 101, 606 -po/es.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -po/mk.po, 31, 128, 145, 0, 0, 1, 4, 32, 132 -po/th.po, 52, 328, 146, 0, 0, 0, 0, 52, 328 -po/da.po, 101, 606, 554, 0, 0, 0, 0, 101, 606 -po/en_GB.po, 86, 444, 444, 0, 0, 0, 0, 86, 444 -po/as.po, 36, 139, 153, 0, 0, 0, 0, 36, 139 -po/dz.po, 52, 328, 121, 0, 0, 0, 0, 52, 328 -po/ka.po, 52, 328, 216, 0, 0, 0, 0, 52, 328 diff --git a/results/f30/PackageKit-1.1.12-5.fc30.src.rpm.errors.txt b/results/f30/PackageKit-1.1.12-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 974c31d..0000000 --- a/results/f30/PackageKit-1.1.12-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/PackageKit-1.1.12-5.fc30.src.rpm.stats.csv b/results/f30/PackageKit-1.1.12-5.fc30.src.rpm.stats.csv deleted file mode 100644 index fc81be7..0000000 --- a/results/f30/PackageKit-1.1.12-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,70 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/eo.po, 85, 180, 166, 0, 0, 236, 1102, 321, 1282 -po/sr.po, 310, 1239, 1178, 0, 0, 11, 43, 321, 1282 -po/nl.po, 310, 1239, 1244, 0, 0, 11, 43, 321, 1282 -po/cs.po, 321, 1282, 1318, 0, 0, 0, 0, 321, 1282 -po/tr.po, 310, 1239, 1096, 0, 0, 11, 43, 321, 1282 -po/mr.po, 239, 877, 920, 0, 0, 82, 405, 321, 1282 -po/he.po, 242, 893, 846, 0, 0, 79, 389, 321, 1282 -po/bn_IN.po, 239, 877, 1077, 0, 0, 82, 405, 321, 1282 -po/ar.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/pl.po, 321, 1282, 1237, 0, 0, 0, 0, 321, 1282 -po/uk.po, 321, 1282, 1276, 0, 0, 0, 0, 321, 1282 -po/cy.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/nn.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/hr.po, 318, 1275, 1177, 0, 0, 3, 7, 321, 1282 -po/ast.po, 27, 38, 41, 0, 0, 294, 1244, 321, 1282 -po/sr@latin.po, 242, 903, 856, 0, 0, 79, 379, 321, 1282 -po/sq.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/ca.po, 321, 1282, 1615, 0, 0, 0, 0, 321, 1282 -po/br.po, 126, 370, 490, 2, 6, 198, 952, 326, 1328 -po/fr.po, 310, 1239, 1639, 0, 0, 11, 43, 321, 1282 -po/zh_CN.po, 319, 1277, 338, 0, 0, 2, 5, 321, 1282 -po/zh_HK.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/sv.po, 319, 1277, 1201, 0, 0, 2, 5, 321, 1282 -po/nb.po, 20, 73, 71, 0, 0, 301, 1209, 321, 1282 -po/ca@valencia.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/bg.po, 247, 931, 1041, 0, 0, 74, 351, 321, 1282 -po/en_GB.po, 321, 1282, 1282, 0, 0, 0, 0, 321, 1282 -po/it.po, 321, 1282, 1457, 0, 0, 0, 0, 321, 1282 -po/oc.po, 138, 339, 427, 0, 0, 183, 943, 321, 1282 -po/es.po, 302, 1195, 1391, 0, 0, 19, 87, 321, 1282 -po/ml.po, 239, 877, 740, 0, 0, 82, 405, 321, 1282 -po/kk.po, 117, 326, 296, 0, 0, 204, 956, 321, 1282 -po/de.po, 321, 1282, 1320, 0, 0, 0, 0, 321, 1282 -po/lt.po, 263, 1013, 873, 0, 0, 58, 269, 321, 1282 -po/ja.po, 285, 1108, 330, 0, 0, 36, 174, 321, 1282 -po/zh_TW.po, 321, 1282, 354, 0, 0, 0, 0, 321, 1282 -po/te.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -po/hi.po, 239, 877, 1118, 0, 0, 82, 405, 321, 1282 -po/as.po, 239, 877, 1004, 0, 0, 82, 405, 321, 1282 -po/id.po, 321, 1282, 1259, 0, 0, 0, 0, 321, 1282 -po/pa.po, 310, 1239, 1633, 0, 0, 11, 43, 321, 1282 -po/pt_BR.po, 321, 1282, 1477, 0, 0, 0, 0, 321, 1282 -po/fo.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/wa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/gu.po, 239, 877, 1112, 0, 0, 82, 405, 321, 1282 -po/az.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/el.po, 305, 1211, 1330, 0, 0, 16, 71, 321, 1282 -po/ga.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/kn.po, 239, 877, 772, 0, 0, 82, 405, 321, 1282 -po/fi.po, 290, 1142, 902, 0, 0, 31, 140, 321, 1282 -po/ro.po, 247, 931, 1057, 0, 0, 74, 351, 321, 1282 -po/ms.po, 2, 6, 6, 0, 0, 324, 1322, 326, 1328 -po/ru.po, 321, 1282, 1130, 0, 0, 0, 0, 321, 1282 -po/ia.po, 81, 318, 381, 0, 0, 240, 964, 321, 1282 -po/da.po, 310, 1239, 1176, 0, 0, 11, 43, 321, 1282 -po/eu.po, 310, 1239, 1114, 0, 0, 11, 43, 321, 1282 -po/vi.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/gl.po, 305, 1211, 1415, 0, 0, 16, 71, 321, 1282 -po/ka.po, 54, 118, 104, 0, 0, 267, 1164, 321, 1282 -po/lv.po, 261, 1007, 851, 0, 0, 60, 275, 321, 1282 -po/or.po, 239, 877, 941, 0, 0, 82, 405, 321, 1282 -po/th.po, 21, 77, 33, 0, 0, 300, 1205, 321, 1282 -po/sl.po, 305, 1211, 1195, 0, 0, 16, 71, 321, 1282 -po/fa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/hu.po, 319, 1277, 1100, 0, 0, 2, 5, 321, 1282 -po/ta.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -po/sk.po, 321, 1282, 1283, 0, 0, 0, 0, 321, 1282 -po/pt.po, 307, 1221, 1445, 0, 0, 14, 61, 321, 1282 -po/ko.po, 319, 1277, 1103, 0, 0, 2, 5, 321, 1282 diff --git a/results/f30/_concat.csv b/results/f30/_concat.csv deleted file mode 100644 index d9b97ba..0000000 --- a/results/f30/_concat.csv +++ /dev/null @@ -1,44299 +0,0 @@ -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/sr@latin.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/oc.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/da.po, 3, 27, 21, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/es.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/gl.po, 3, 27, 39, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/ro.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/de.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/id.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/sv.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/is.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/lv.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/el.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/hr.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/ca.po, 3, 27, 40, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/pt_BR.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/zh_CN.po, 3, 27, 7, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/tr.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/pa.po, 3, 27, 35, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/sk.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/zh_TW.po, 3, 27, 6, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/pl.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/hu.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/sl.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/lt.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/fr.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/ko.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/sr.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/it.po, 3, 27, 37, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/cs.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/fur.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/fi.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/ru.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv, appstream/nl.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 476, 3969, 1335, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 1, 2, 1, 0, 0, 475, 3967, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 476, 3969, 1413, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/vi.po, 7, 24, 45, 0, 0, 469, 3945, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 476, 3969, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/uk.po, 476, 3969, 4321, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/tr.po, 189, 1319, 1117, 0, 0, 287, 2650, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/th.po, 143, 1204, 587, 0, 0, 333, 2765, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/tg.po, 4, 10, 11, 0, 0, 472, 3959, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/te.po, 341, 2564, 2189, 0, 0, 135, 1405, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ta.po, 342, 2566, 2293, 0, 0, 134, 1403, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/sv.po, 476, 3969, 3778, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/sr.po, 410, 3343, 3379, 0, 0, 66, 626, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/sq.po, 476, 3969, 4685, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/sk.po, 316, 2414, 2332, 0, 0, 160, 1555, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ru.po, 476, 3969, 3808, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 476, 3969, 4511, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/pt.po, 183, 1321, 1518, 14, 126, 279, 2522, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/pl.po, 476, 3969, 3953, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/pa.po, 284, 2105, 2429, 0, 0, 192, 1864, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/or.po, 340, 2546, 2653, 0, 0, 136, 1423, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/nn.po, 4, 18, 19, 0, 0, 472, 3951, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/nl.po, 476, 3969, 4192, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/nb.po, 56, 242, 245, 0, 0, 420, 3727, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/mr.po, 340, 2563, 2428, 2, 7, 134, 1399, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ml.po, 342, 2549, 2040, 1, 5, 133, 1415, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/lv.po, 19, 64, 55, 0, 0, 457, 3905, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/lt.po, 476, 3969, 3442, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ko.po, 368, 2835, 2449, 0, 0, 108, 1134, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/kn.po, 341, 2564, 2358, 0, 0, 135, 1405, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/km.po, 41, 303, 97, 0, 0, 435, 3666, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/kk.po, 11, 13, 16, 0, 0, 465, 3956, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ka.po, 17, 64, 57, 0, 0, 459, 3905, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ja.po, 476, 3969, 1407, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/it.po, 476, 3969, 4384, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/id.po, 55, 363, 341, 0, 0, 421, 3606, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ia.po, 83, 567, 691, 0, 0, 393, 3402, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/hu.po, 476, 3969, 3981, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/hi.po, 340, 2546, 3067, 0, 0, 136, 1423, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/he.po, 47, 407, 376, 0, 0, 429, 3562, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/gu.po, 341, 2564, 2821, 0, 0, 135, 1405, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/gl.po, 81, 603, 745, 0, 0, 395, 3366, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/fr.po, 476, 3969, 4841, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/fi.po, 280, 1656, 1286, 0, 0, 196, 2313, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/fa.po, 17, 64, 78, 0, 0, 459, 3905, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/eu.po, 35, 189, 177, 0, 0, 441, 3780, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/et.po, 148, 1034, 898, 0, 0, 328, 2935, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/es.po, 476, 3969, 4863, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/en_GB.po, 249, 2212, 2211, 0, 0, 227, 1757, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/el.po, 19, 151, 176, 0, 0, 457, 3818, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/de.po, 476, 3969, 3905, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/da.po, 476, 3969, 3749, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/cs.po, 476, 3969, 3718, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ca.po, 476, 3969, 5170, 0, 0, 0, 0, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/bs.po, 19, 150, 157, 0, 0, 457, 3819, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 340, 2546, 2780, 0, 0, 136, 1423, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/bn.po, 128, 927, 1039, 0, 0, 348, 3042, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/bg.po, 153, 1116, 1228, 0, 0, 323, 2853, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ast.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/as.po, 328, 2488, 2595, 0, 0, 148, 1481, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ar.po, 6, 20, 23, 0, 0, 470, 3949, 476, 3969 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.0-2.fc30.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/nl.po, 10, 59, 57, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/de.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ko.po, 10, 59, 44, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/tr.po, 10, 59, 58, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 10, 59, 69, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/sv.po, 10, 59, 51, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/eo.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/sl.po, 10, 59, 55, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ja.po, 10, 59, 12, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/pl.po, 10, 59, 56, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ru.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/en_GB.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/gl.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/el.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/cs.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/fr.po, 10, 59, 78, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/lv.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 10, 59, 11, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ka.po, 10, 59, 52, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/uk.po, 10, 59, 60, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/accounts-service.pot, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/zh_TW.po, 10, 59, 13, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ca.po, 10, 59, 73, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/sk.po, 10, 59, 61, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/vi.po, 10, 59, 89, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/es.po, 10, 59, 67, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/it.po, 10, 59, 71, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/pa.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/id.po, 10, 59, 56, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/hu.po, 10, 59, 50, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.54-5.fc30.src.rpm.stats.csv, po/fi.po, 10, 59, 39, 0, 0, 0, 0, 10, 59 -acl-2.2.53-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/gl.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/en@boldquot.po, 52, 500, 502, 0, 0, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/sv.po, 49, 395, 380, 3, 105, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/acl.pot, 0, 0, 0, 0, 0, 52, 500, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/en@boldquot.gmo, 52, 500, 502, 0, 0, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/en@quot.po, 52, 500, 500, 0, 0, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/fr.po, 48, 370, 424, 4, 130, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/pl.po, 49, 395, 400, 3, 105, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/es.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/en@quot.gmo, 52, 500, 500, 0, 0, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/de.gmo, 49, 395, 362, 0, 0, 0, 0, 49, 395 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/gl.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/de.po, 49, 395, 362, 3, 105, 0, 0, 52, 500 -acl-2.2.53-3.fc30.src.rpm.stats.csv, po/es.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, alsaconf/po/ja.po, 35, 537, 213, 0, 0, 1, 1, 36, 538 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, alsaconf/po/ru.po, 34, 407, 373, 1, 130, 1, 1, 36, 538 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, po/alsa-utils.pot, 0, 0, 0, 0, 0, 322, 1788, 322, 1788 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, po/ja.gmo, 245, 1080, 594, 0, 0, 0, 0, 245, 1080 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, po/fr.po, 264, 1144, 1449, 21, 475, 37, 169, 322, 1788 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, po/fr.gmo, 264, 1144, 1449, 0, 0, 0, 0, 264, 1144 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, po/de.gmo, 294, 1260, 1171, 0, 0, 0, 0, 294, 1260 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, po/ja.po, 245, 1080, 594, 22, 486, 55, 222, 322, 1788 -alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv, po/de.po, 294, 1260, 1171, 20, 474, 8, 54, 322, 1788 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/nb.po, 741, 3389, 3103, 8, 17, 536, 4405, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/kn.po, 783, 4094, 3671, 3, 32, 499, 3685, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/lv.po, 46, 243, 193, 0, 0, 1239, 7568, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/or.po, 462, 2550, 2604, 0, 0, 823, 5261, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/nso.po, 14, 66, 90, 0, 0, 1271, 7745, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/bn.po, 37, 227, 240, 0, 0, 1248, 7584, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/si.po, 40, 225, 224, 0, 0, 1245, 7586, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/he.po, 1187, 6876, 6199, 2, 2, 96, 933, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ca.po, 1272, 7658, 9036, 0, 0, 13, 153, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 1285, 7811, 2503, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/is.po, 23, 112, 107, 0, 0, 1262, 7699, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/vi.po, 14, 66, 64, 0, 0, 1271, 7745, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/be.po, 1280, 7773, 6906, 0, 0, 5, 38, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/nn.po, 39, 311, 257, 0, 0, 1246, 7500, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/fa.po, 143, 456, 534, 0, 0, 1142, 7355, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/fr.po, 1285, 7811, 9340, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ga.po, 252, 457, 509, 0, 0, 1033, 7354, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/tr.po, 1210, 7050, 5822, 0, 0, 75, 761, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ia.po, 642, 3043, 3427, 0, 0, 643, 4768, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/mai.po, 24, 144, 176, 0, 0, 1261, 7667, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ja.po, 1270, 7665, 2488, 0, 0, 15, 146, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ne.po, 17, 79, 76, 0, 0, 1268, 7732, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/pl.po, 1285, 7811, 7350, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/pa.po, 880, 3632, 4241, 0, 0, 405, 4179, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/nds.po, 4, 8, 7, 0, 0, 1281, 7803, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/gu.po, 796, 3670, 4305, 0, 0, 489, 4141, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ast.po, 32, 192, 194, 0, 0, 1253, 7619, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ru.po, 1279, 7765, 6697, 0, 0, 6, 46, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/sq.po, 1019, 5848, 6871, 0, 0, 266, 1963, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/bg.po, 984, 5675, 5853, 0, 0, 301, 2136, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ta.po, 879, 4817, 4363, 0, 0, 406, 2994, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/id.po, 1272, 7694, 7307, 0, 0, 13, 117, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/fil.po, 98, 647, 729, 2, 37, 1185, 7127, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ml.po, 436, 2332, 1840, 0, 0, 849, 5479, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/af.po, 14, 66, 63, 0, 0, 1271, 7745, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 1274, 7717, 2341, 0, 0, 11, 94, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/nl.po, 1285, 7811, 7809, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ms.po, 16, 71, 64, 0, 0, 1269, 7740, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/te.po, 451, 2419, 1962, 0, 0, 834, 5392, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/sk.po, 1285, 7811, 7328, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/fur.po, 1103, 6392, 7386, 0, 0, 182, 1419, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 231, 1088, 342, 0, 0, 1054, 6723, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/de_CH.po, 20, 125, 119, 0, 0, 1265, 7686, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/sv.po, 1284, 7797, 7176, 0, 0, 1, 14, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/lt.po, 1203, 7054, 5855, 0, 0, 82, 757, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/am.po, 14, 66, 58, 0, 0, 1271, 7745, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/bo.po, 1, 1, 1, 0, 0, 1284, 7810, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/eo.po, 1090, 5581, 5162, 51, 240, 144, 1990, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/cy.po, 14, 66, 67, 0, 0, 1271, 7745, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/as.po, 895, 4939, 5323, 0, 0, 390, 2872, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/sl.po, 17, 79, 67, 0, 0, 1268, 7732, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1258, 7567, 8202, 0, 0, 27, 244, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/uk.po, 1285, 7811, 7761, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ka.po, 317, 711, 641, 0, 0, 968, 7100, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/mk.po, 17, 79, 77, 0, 0, 1268, 7732, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/hu.po, 1285, 7811, 7091, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/gl.po, 326, 1625, 1902, 0, 0, 959, 6186, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/el.po, 34, 191, 197, 0, 0, 1251, 7620, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/it.po, 1108, 6418, 6695, 1, 10, 176, 1383, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/da.po, 1285, 7811, 7094, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/eu.po, 248, 631, 588, 0, 0, 1037, 7180, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ko.po, 1269, 7636, 6293, 0, 0, 16, 175, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ro.po, 1089, 6201, 6694, 0, 0, 196, 1610, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/tg.po, 16, 46, 48, 0, 0, 1269, 7765, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/cs.po, 1285, 7811, 7206, 0, 0, 0, 0, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 904, 5051, 5445, 0, 0, 381, 2760, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/en_GB.po, 37, 227, 227, 0, 0, 1248, 7584, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/pt.po, 316, 1142, 1293, 0, 0, 969, 6669, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/sr.po, 1198, 6786, 6532, 0, 0, 87, 1025, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/hr.po, 1011, 5761, 5358, 0, 0, 274, 2050, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ilo.po, 14, 66, 77, 0, 0, 1271, 7745, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/th.po, 170, 690, 320, 0, 0, 1115, 7121, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ar.po, 565, 2688, 2615, 0, 0, 720, 5123, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 28, 170, 159, 0, 0, 1257, 7641, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/zu.po, 11, 52, 37, 0, 0, 1274, 7759, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/fi.po, 1027, 5439, 4071, 0, 0, 258, 2372, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/et.po, 171, 553, 471, 0, 0, 1114, 7258, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/km.po, 279, 2291, 1060, 0, 0, 1006, 5520, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/hi.po, 433, 2234, 2618, 0, 0, 852, 5577, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/de.po, 1259, 7455, 7108, 0, 0, 26, 356, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/bs.po, 18, 93, 79, 0, 0, 1267, 7718, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/es.po, 1284, 7797, 8793, 0, 0, 1, 14, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/mr.po, 495, 2811, 2582, 0, 0, 790, 5000, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/kk.po, 1110, 6433, 5564, 0, 0, 175, 1378, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/ur.po, 14, 66, 81, 0, 0, 1271, 7745, 1285, 7811 -anaconda-30.25.6-1.fc30.src.rpm.stats.csv, po/my.po, 64, 287, 183, 0, 0, 1221, 7524, 1285, 7811 -atk-2.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 123, 370, 361, 1, 1, 2, 4, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 169, 440, 334, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 136, 392, 157, 0, 0, 3, 6, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 169, 440, 181, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 139, 398, 315, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 31, 38, 40, 0, 0, 95, 337, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 169, 440, 427, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 169, 440, 381, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 126, 375, 298, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 169, 440, 561, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 169, 440, 385, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/zu.po, 98, 224, 203, 1, 2, 27, 149, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 169, 440, 409, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 139, 398, 470, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/yi.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 74, 121, 124, 10, 19, 42, 235, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 139, 398, 457, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 169, 440, 309, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 169, 440, 402, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 169, 440, 522, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 169, 440, 425, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 139, 398, 342, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 169, 440, 517, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 64, 142, 188, 2, 2, 60, 231, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 169, 440, 439, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 169, 440, 426, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 126, 375, 431, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 139, 398, 353, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 169, 440, 536, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/li.po, 31, 31, 31, 48, 96, 47, 248, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 139, 398, 332, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 167, 410, 350, 1, 21, 1, 9, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 126, 375, 376, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/hy.po, 126, 375, 338, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 169, 440, 524, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 139, 398, 333, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 139, 398, 157, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 169, 440, 451, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 169, 440, 456, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 169, 440, 419, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 139, 398, 343, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 126, 375, 341, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 108, 334, 288, 12, 31, 6, 10, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 139, 398, 285, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 52, 78, 76, 0, 0, 117, 362, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 139, 398, 347, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 139, 398, 164, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 169, 440, 417, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 123, 370, 388, 1, 1, 2, 4, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 169, 440, 371, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/tt.po, 114, 359, 292, 7, 8, 5, 8, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 169, 440, 430, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 169, 440, 353, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 169, 440, 440, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 5, 5, 5, 85, 299, 36, 71, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 114, 359, 314, 7, 8, 5, 8, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 25, 25, 26, 15, 26, 86, 324, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 159, 417, 297, 5, 9, 5, 14, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 40, 46, 48, 0, 0, 99, 352, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 169, 440, 362, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 139, 398, 360, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 169, 440, 398, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 169, 440, 441, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 169, 440, 477, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 125, 374, 337, 1, 1, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 123, 370, 188, 1, 1, 2, 4, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 121, 348, 331, 1, 1, 4, 26, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 139, 398, 380, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 169, 440, 635, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 169, 440, 341, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 24, 24, 28, 26, 53, 76, 298, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 169, 440, 326, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 123, 370, 300, 1, 1, 2, 4, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/sr@ije.po, 114, 359, 336, 7, 8, 5, 8, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 169, 440, 396, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 126, 375, 347, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 139, 398, 432, 0, 0, 0, 0, 139, 398 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 126, 375, 382, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 169, 440, 393, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 114, 359, 319, 7, 8, 5, 8, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/tk.po, 111, 348, 291, 8, 9, 7, 18, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 169, 440, 491, 0, 0, 0, 0, 169, 440 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 126, 375, 346, 0, 0, 0, 0, 126, 375 -atk-2.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 139, 398, 326, 0, 0, 0, 0, 139, 398 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 14, 96, 121, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 18, 122, 119, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 14, 96, 115, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 18, 122, 109, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/sq.po, 18, 122, 145, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 18, 122, 125, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 14, 96, 103, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 18, 122, 123, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 18, 122, 143, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 18, 122, 139, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 14, 96, 111, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -attr-2.4.48-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/gl.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/en@boldquot.po, 30, 348, 350, 0, 0, 0, 0, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/sv.po, 22, 208, 206, 7, 138, 1, 2, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/nl.po, 22, 208, 209, 7, 138, 1, 2, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/en@boldquot.gmo, 30, 348, 350, 0, 0, 0, 0, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/en@quot.po, 30, 348, 348, 0, 0, 0, 0, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/fr.po, 22, 208, 239, 7, 138, 1, 2, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/pl.po, 28, 293, 288, 2, 55, 0, 0, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/cs.gmo, 28, 293, 290, 0, 0, 0, 0, 28, 293 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/es.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/en@quot.gmo, 30, 348, 348, 0, 0, 0, 0, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/de.gmo, 21, 197, 186, 0, 0, 0, 0, 21, 197 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/gl.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/de.po, 21, 197, 186, 8, 149, 1, 2, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/es.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/attr.pot, 0, 0, 0, 0, 0, 30, 348, 30, 348 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/nl.gmo, 22, 208, 209, 0, 0, 0, 0, 22, 208 -attr-2.4.48-5.fc30.src.rpm.stats.csv, po/cs.po, 28, 293, 290, 2, 55, 0, 0, 30, 348 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 309, 1783, 703, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 309, 1783, 552, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/uk.po, 313, 1807, 1818, 0, 0, 0, 0, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/sv.po, 313, 1807, 1755, 0, 0, 0, 0, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/ru.po, 309, 1783, 1699, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 309, 1783, 2049, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/pl.po, 313, 1807, 1792, 0, 0, 0, 0, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/nl.po, 313, 1807, 1877, 0, 0, 0, 0, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/ko.po, 309, 1783, 1585, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/ja.po, 309, 1783, 858, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/it.po, 309, 1783, 1919, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/hu.po, 277, 1599, 1483, 0, 0, 36, 208, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/fr.po, 313, 1807, 2152, 0, 0, 0, 0, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/es.po, 313, 1807, 2220, 0, 0, 0, 0, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/de.po, 309, 1783, 1759, 0, 0, 4, 24, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/cs.po, 183, 956, 887, 0, 0, 130, 851, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/ca.po, 173, 930, 1144, 0, 0, 140, 877, 313, 1807 -authselect-1.0.3-1.fc30.src.rpm.stats.csv, po/authselect.pot, 0, 0, 0, 0, 0, 270, 1551, 270, 1551 -avahi-0.7-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -avahi-0.7-18.fc30.src.rpm.stats.csv, po/en_NZ.po, 152, 758, 758, 11, 89, 5, 21, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/en_CA.po, 1, 1, 1, 1, 1, 166, 866, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/sk.po, 165, 865, 870, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/eo.po, 67, 167, 141, 1, 1, 100, 700, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/sr@latin.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/pl.po, 168, 868, 865, 0, 0, 0, 0, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/uk.po, 168, 868, 883, 0, 0, 0, 0, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/fr.po, 165, 865, 989, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/nl.po, 165, 865, 846, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/es.po, 165, 865, 1070, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/el.po, 165, 865, 876, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/oc.po, 168, 868, 993, 0, 0, 0, 0, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/tr.po, 168, 868, 789, 0, 0, 0, 0, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/fi.po, 164, 794, 634, 2, 2, 2, 72, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/fa.po, 74, 224, 245, 1, 1, 93, 643, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ms.po, 40, 94, 95, 1, 1, 127, 773, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ja.po, 165, 865, 449, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/bg.po, 165, 865, 1001, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/et.po, 129, 477, 405, 2, 2, 37, 389, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/cs.po, 133, 642, 607, 2, 2, 33, 224, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/sv.po, 168, 868, 807, 0, 0, 0, 0, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/hu.po, 168, 868, 780, 0, 0, 0, 0, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ar.po, 91, 262, 267, 2, 2, 75, 604, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/sl.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/id.po, 168, 868, 850, 0, 0, 0, 0, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/he.po, 103, 332, 318, 2, 2, 63, 534, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/pt_BR.po, 165, 865, 1009, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/en_AU.po, 2, 2, 2, 1, 1, 165, 865, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/fo.po, 113, 413, 366, 2, 2, 53, 453, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/zh_TW.po, 165, 865, 391, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/it.po, 165, 865, 986, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ru.po, 165, 865, 828, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/da.po, 165, 865, 761, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/lv.po, 165, 865, 776, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/sr.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/gl.po, 165, 865, 1161, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/de.po, 165, 865, 779, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/en_GB.po, 165, 865, 865, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ca.po, 165, 865, 1145, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/zh_CN.po, 165, 865, 414, 2, 2, 1, 1, 168, 868 -avahi-0.7-18.fc30.src.rpm.stats.csv, po/ro.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/cs.po, 4, 67, 68, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/da.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/de.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/es.po, 0, 0, 0, 1, 22, 3, 45, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/fr.po, 4, 67, 73, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/id.po, 4, 67, 45, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/it.po, 4, 67, 70, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/ja.po, 4, 67, 10, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/pl.po, 4, 67, 65, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/pt.po, 4, 67, 72, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/ru.po, 4, 67, 53, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/sv.po, 4, 67, 66, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-15.fc30.src.rpm.stats.csv, debian/po/templates.pot, 0, 0, 0, 0, 0, 4, 67, 4, 67 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 57, 820, 118, 0, 0, 0, 0, 57, 820 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 67, 1103, 1032, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/sl/sl.po, 57, 820, 734, 0, 0, 0, 0, 57, 820 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 57, 820, 717, 0, 0, 0, 0, 57, 820 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 67, 1103, 1218, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/pt/pt.po, 67, 1103, 1132, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 67, 1103, 864, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 67, 1103, 749, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/it/it.po, 67, 1103, 1105, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/id/id.po, 67, 1103, 978, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 67, 1103, 890, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/hr/hr.po, 67, 1103, 910, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 39, 345, 388, 7, 255, 21, 503, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 67, 1103, 1186, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 47, 688, 411, 3, 56, 17, 359, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 67, 1103, 1180, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 67, 1103, 1126, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 67, 1103, 1060, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 67, 1103, 967, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 67, 1103, 955, 0, 0, 0, 0, 67, 1103 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 41, 703, 758, 0, 0, 0, 0, 41, 703 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 65, 247, 116, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 57, 210, 109, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 65, 247, 109, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 12, 23, 21, 40, 128, 74, 389, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 6, 6, 6, 44, 128, 76, 406, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 30, 108, 116, 0, 0, 0, 0, 30, 108 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 57, 184, 166, 0, 0, 0, 0, 57, 184 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 58, 180, 86, 0, 0, 0, 0, 58, 180 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 57, 210, 214, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 57, 210, 198, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 57, 210, 192, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 74, 278, 273, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 65, 247, 268, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 74, 278, 308, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 12, 23, 23, 40, 128, 74, 389, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 80, 210, 246, 19, 79, 27, 251, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 2, 2, 2, 47, 141, 77, 397, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 74, 278, 263, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 74, 278, 333, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 74, 278, 418, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 63, 243, 279, 0, 0, 0, 0, 63, 243 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 99, 282, 317, 5, 18, 22, 240, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 74, 278, 303, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 57, 210, 251, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 57, 210, 231, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 57, 185, 213, 0, 0, 6, 58, 63, 243 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 72, 229, 230, 0, 0, 0, 0, 72, 229 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 64, 246, 227, 0, 0, 0, 0, 64, 246 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 44, 84, 78, 1, 3, 81, 453, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 65, 247, 249, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 9, 15, 24, 40, 134, 77, 391, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 8, 14, 13, 41, 135, 77, 391, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 65, 247, 222, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 109, 370, 431, 9, 38, 8, 132, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 50, 132, 149, 48, 193, 28, 215, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 94, 287, 348, 7, 24, 25, 229, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 74, 278, 266, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 74, 278, 268, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 54, 118, 132, 26, 104, 46, 318, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 74, 278, 238, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 57, 210, 187, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 126, 540, 243, 0, 0, 0, 0, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 11, 22, 24, 42, 157, 73, 361, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 71, 225, 129, 0, 0, 3, 53, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 74, 278, 299, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 74, 278, 290, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 65, 247, 240, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 57, 210, 245, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 63, 243, 264, 0, 0, 0, 0, 63, 243 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 64, 246, 324, 0, 0, 0, 0, 64, 246 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 45, 124, 162, 1, 6, 11, 80, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 74, 278, 317, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 74, 278, 350, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 74, 278, 256, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 64, 246, 281, 0, 0, 0, 0, 64, 246 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 64, 246, 239, 0, 0, 0, 0, 64, 246 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 57, 210, 189, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 62, 196, 187, 1, 13, 1, 37, 64, 246 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 63, 243, 266, 0, 0, 0, 0, 63, 243 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 11, 22, 25, 42, 157, 73, 361, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 100, 413, 414, 24, 123, 2, 4, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 90, 285, 133, 24, 103, 12, 152, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 74, 278, 324, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 74, 278, 273, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 50, 132, 164, 52, 203, 24, 205, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 74, 278, 325, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 57, 184, 157, 0, 0, 0, 0, 57, 184 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 64, 246, 313, 0, 0, 0, 0, 64, 246 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 74, 278, 356, 0, 0, 0, 0, 74, 278 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 57, 210, 244, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 57, 210, 224, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 122, 526, 596, 2, 10, 2, 4, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 64, 246, 306, 0, 0, 0, 0, 64, 246 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 109, 370, 341, 9, 38, 8, 132, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 9, 15, 29, 40, 134, 77, 391, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 126, 540, 625, 0, 0, 0, 0, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 64, 244, 257, 0, 0, 0, 0, 64, 244 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 57, 210, 255, 0, 0, 0, 0, 57, 210 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 6, 6, 10, 16, 35, 104, 499, 126, 540 -baobab-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 65, 247, 248, 0, 0, 0, 0, 65, 247 -bash-5.0.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/es.gmo, 565, 9806, 11294, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/hu.po, 565, 9806, 8278, 20, 1695, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ja.gmo, 531, 5986, 2439, 0, 0, 0, 0, 531, 5986 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/it.po, 487, 5568, 6137, 74, 5784, 25, 155, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sr.po, 565, 9806, 9161, 20, 1695, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/gl.gmo, 468, 3199, 3776, 0, 0, 0, 0, 468, 3199 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/af.po, 15, 46, 52, 220, 759, 351, 10702, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sl.po, 487, 5568, 5327, 74, 5784, 25, 155, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/vi.gmo, 550, 9017, 11285, 0, 0, 0, 0, 550, 9017 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ca.gmo, 556, 9738, 10809, 0, 0, 0, 0, 556, 9738 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/nl.po, 565, 9806, 9808, 20, 1695, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/pl.po, 584, 11184, 10311, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/en@boldquot.gmo, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 584, 11184, 12173, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/bash.pot, 0, 0, 0, 0, 0, 586, 11507, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ru.gmo, 543, 6142, 5719, 0, 0, 0, 0, 543, 6142 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ro.po, 125, 431, 477, 173, 827, 288, 10249, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/en@quot.gmo, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 584, 11184, 3906, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sk.po, 487, 5568, 5224, 74, 5784, 25, 155, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/fr.po, 584, 11184, 12921, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/it.gmo, 487, 5568, 6137, 0, 0, 0, 0, 487, 5568 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sr.gmo, 565, 9806, 9161, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/nb.gmo, 565, 9806, 8856, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/en@boldquot.po, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ga.gmo, 565, 6907, 7485, 0, 0, 0, 0, 565, 6907 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/hr.po, 584, 11184, 10476, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 584, 11184, 3900, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/nl.gmo, 565, 9806, 9808, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/el.po, 501, 3498, 3673, 11, 251, 74, 7758, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/eo.po, 565, 9806, 9056, 20, 1695, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/tr.gmo, 553, 8541, 7240, 0, 0, 0, 0, 553, 8541 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ru.po, 543, 6142, 5719, 42, 5359, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/id.po, 510, 5842, 5584, 63, 5591, 13, 74, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/bg.po, 565, 9806, 10657, 20, 1695, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/da.po, 458, 4836, 4619, 96, 6469, 32, 202, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/et.po, 153, 660, 647, 47, 189, 386, 10658, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/pt.gmo, 584, 11184, 11647, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/gl.po, 468, 3199, 3776, 51, 1438, 67, 6870, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ja.po, 531, 5986, 2439, 48, 5483, 7, 38, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ga.po, 565, 6907, 7485, 1, 164, 20, 4436, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 584, 11184, 12173, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/bg.gmo, 565, 9806, 10657, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/eo.gmo, 565, 9806, 9056, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sv.po, 584, 11184, 10408, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/de.gmo, 500, 5904, 5612, 0, 0, 0, 0, 500, 5904 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/tr.po, 553, 8541, 7240, 17, 1181, 16, 1785, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sl.gmo, 487, 5568, 5327, 0, 0, 0, 0, 487, 5568 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/cs.gmo, 584, 11184, 10087, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/lt.po, 326, 1512, 1409, 77, 1231, 183, 8764, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/id.gmo, 510, 5842, 5584, 0, 0, 0, 0, 510, 5842 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/uk.gmo, 565, 9806, 8768, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 584, 11184, 3906, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/cs.po, 584, 11184, 10087, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/es.po, 565, 9806, 11294, 20, 1695, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/vi.po, 550, 9017, 11285, 30, 2456, 6, 34, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/pt.po, 584, 11184, 11647, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/ca.po, 556, 9738, 10809, 20, 1695, 10, 74, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/pl.gmo, 584, 11184, 10311, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/de.po, 500, 5904, 5612, 1, 164, 85, 5439, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/fi.gmo, 459, 4966, 3719, 0, 0, 0, 0, 459, 4966 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/da.gmo, 458, 4836, 4619, 0, 0, 0, 0, 458, 4836 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/uk.po, 565, 9806, 8768, 20, 1695, 1, 6, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/fi.po, 459, 4966, 3719, 92, 6318, 35, 223, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/hr.gmo, 584, 11184, 10476, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sk.gmo, 487, 5568, 5224, 0, 0, 0, 0, 487, 5568 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/hu.gmo, 565, 9806, 8278, 0, 0, 0, 0, 565, 9806 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/lt.gmo, 326, 1512, 1409, 0, 0, 0, 0, 326, 1512 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/sv.gmo, 584, 11184, 10408, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/en@quot.po, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 584, 11184, 3900, 2, 323, 0, 0, 586, 11507 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/el.gmo, 501, 3498, 3673, 0, 0, 0, 0, 501, 3498 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/fr.gmo, 584, 11184, 12921, 0, 0, 0, 0, 584, 11184 -bash-5.0.2-1.fc30.src.rpm.stats.csv, po/nb.po, 565, 9806, 8857, 20, 1695, 1, 6, 586, 11507 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1651, 11014, 1651, 11014 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/pt.po, 1771, 11953, 12808, 0, 0, 0, 0, 1771, 11953 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/fr.po, 1771, 11953, 14584, 0, 0, 0, 0, 1771, 11953 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/fr.gmo, 1771, 11953, 14584, 0, 0, 0, 0, 1771, 11953 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/ru.po, 1651, 11020, 10975, 0, 0, 0, 0, 1651, 11020 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/pt.gmo, 1771, 11953, 12808, 0, 0, 0, 0, 1771, 11953 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/uk.po, 1651, 11020, 11613, 0, 0, 0, 0, 1651, 11020 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/pt.po, 2218, 13724, 14965, 0, 0, 0, 0, 2218, 13724 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/sv.gmo, 2124, 13295, 11929, 0, 0, 0, 0, 2124, 13295 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/sr.gmo, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/it.gmo, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/binutils.pot, 0, 0, 0, 0, 0, 2124, 13295, 2124, 13295 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/it.po, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/sr.po, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/fr.po, 2218, 13724, 16858, 0, 0, 0, 0, 2218, 13724 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/zh_TW.po, 881, 4106, 1957, 238, 2663, 397, 2747, 1516, 9516 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/fr.gmo, 2218, 13724, 16858, 0, 0, 0, 0, 2218, 13724 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/vi.po, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/bg.po, 840, 5058, 5493, 0, 0, 1284, 8237, 2124, 13295 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/tr.po, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/id.gmo, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/fi.po, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/ru.po, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/vi.gmo, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/bg.gmo, 840, 5058, 5493, 0, 0, 0, 0, 840, 5058 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/pt.gmo, 2218, 13724, 14965, 0, 0, 0, 0, 2218, 13724 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/ca.po, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/ru.gmo, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/zh_CN.po, 973, 4740, 2285, 513, 3613, 212, 2023, 1698, 10376 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/rw.po, 5, 8, 9, 761, 5299, 144, 503, 910, 5810 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/es.gmo, 1400, 7316, 9310, 0, 0, 0, 0, 1400, 7316 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/tr.gmo, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/ca.gmo, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/da.po, 780, 3498, 3134, 254, 2242, 281, 2948, 1315, 8688 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/id.po, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/es.po, 1400, 7316, 9310, 457, 4071, 361, 2337, 2218, 13724 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/sv.po, 2124, 13295, 11929, 0, 0, 0, 0, 2124, 13295 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/zh_TW.gmo, 881, 4106, 1957, 0, 0, 0, 0, 881, 4106 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/uk.po, 2124, 13295, 13483, 0, 0, 0, 0, 2124, 13295 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/sk.gmo, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/fi.gmo, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/ja.gmo, 1464, 9332, 5397, 0, 0, 0, 0, 1464, 9332 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/hr.po, 262, 1097, 1060, 7, 107, 1247, 8312, 1516, 9516 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/ro.po, 261, 968, 1038, 0, 0, 718, 5399, 979, 6367 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/rw.gmo, 5, 8, 9, 0, 0, 0, 0, 5, 8 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/sk.po, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/zh_CN.gmo, 973, 4740, 2285, 0, 0, 0, 0, 973, 4740 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/uk.gmo, 2124, 13295, 13483, 0, 0, 0, 0, 2124, 13295 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/ja.po, 1464, 9332, 5397, 0, 0, 32, 99, 1496, 9431 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, binutils/po/hr.gmo, 262, 1097, 1060, 0, 0, 0, 0, 262, 1097 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/sv.gmo, 4102, 25598, 23039, 0, 0, 0, 0, 4102, 25598 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/fr.po, 4427, 28114, 33722, 0, 0, 0, 0, 4427, 28114 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/fr.gmo, 4427, 28114, 33722, 0, 0, 0, 0, 4427, 28114 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/tr.po, 2368, 13963, 12564, 229, 1879, 99, 646, 2696, 16488 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/gas.pot, 0, 0, 0, 0, 0, 4357, 27624, 4357, 27624 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/id.gmo, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/fi.po, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/ru.po, 4355, 27600, 27087, 0, 0, 0, 0, 4355, 27600 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/ru.gmo, 4355, 27600, 27087, 0, 0, 0, 0, 4355, 27600 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/zh_CN.po, 46, 142, 74, 2348, 11907, 1740, 13875, 4134, 25924 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/rw.po, 0, 0, 0, 304, 1492, 2652, 16769, 2956, 18261 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/es.gmo, 4325, 27075, 33160, 0, 0, 0, 0, 4325, 27075 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/tr.gmo, 2368, 13963, 12564, 0, 0, 0, 0, 2368, 13963 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/id.po, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/es.po, 4325, 27075, 33160, 8, 110, 94, 929, 4427, 28114 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/sv.po, 4102, 25598, 23039, 293, 2143, 7, 62, 4402, 27803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/uk.po, 4355, 27600, 29441, 0, 0, 0, 0, 4355, 27600 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/fi.gmo, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/ja.gmo, 302, 1631, 975, 0, 0, 0, 0, 302, 1631 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/zh_CN.gmo, 46, 142, 74, 0, 0, 0, 0, 46, 142 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/uk.gmo, 4355, 27600, 29441, 0, 0, 0, 0, 4355, 27600 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gas/po/ja.po, 302, 1631, 975, 6, 34, 3317, 20926, 3625, 22591 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/sv.gmo, 59, 245, 245, 0, 0, 0, 0, 59, 245 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/it.gmo, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/it.po, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/gold.pot, 0, 0, 0, 0, 0, 911, 5889, 911, 5889 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/fr.po, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/fr.gmo, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/vi.po, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/id.gmo, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/fi.po, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/vi.gmo, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/zh_CN.po, 118, 459, 190, 319, 1692, 304, 2420, 741, 4571 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/es.gmo, 792, 4808, 5615, 0, 0, 0, 0, 792, 4808 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/id.po, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/es.po, 792, 4808, 5615, 0, 0, 89, 815, 881, 5623 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/sv.po, 59, 245, 245, 168, 840, 514, 3486, 741, 4571 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/uk.po, 905, 5831, 6188, 0, 0, 0, 0, 905, 5831 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/fi.gmo, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/ja.gmo, 120, 678, 431, 0, 0, 0, 0, 120, 678 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/zh_CN.gmo, 118, 459, 190, 0, 0, 0, 0, 118, 459 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/uk.gmo, 905, 5831, 6188, 0, 0, 0, 0, 905, 5831 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gold/po/ja.po, 120, 678, 431, 0, 0, 365, 2125, 485, 2803 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/sv.gmo, 98, 533, 505, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/sr.gmo, 98, 533, 543, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/it.gmo, 97, 525, 595, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/de.po, 97, 525, 492, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/it.po, 97, 525, 595, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/sr.po, 98, 533, 543, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/de.gmo, 97, 525, 492, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/fr.po, 98, 533, 614, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/eo.po, 98, 533, 535, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ms.gmo, 98, 533, 534, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ms.po, 98, 533, 534, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/fr.gmo, 98, 533, 614, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/vi.po, 97, 525, 879, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/bg.po, 98, 533, 601, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/tr.po, 98, 533, 519, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/id.gmo, 97, 525, 517, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/fi.po, 97, 526, 487, 0, 0, 0, 0, 97, 526 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ru.po, 98, 533, 536, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/vi.gmo, 97, 525, 879, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/bg.gmo, 98, 533, 601, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/eo.gmo, 98, 533, 535, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/nl.gmo, 97, 525, 552, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ru.gmo, 98, 533, 536, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/nl.po, 97, 525, 552, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/rw.po, 2, 2, 2, 67, 425, 24, 59, 93, 486 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/es.gmo, 98, 533, 625, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/tr.gmo, 98, 533, 519, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/da.po, 97, 526, 505, 0, 0, 0, 0, 97, 526 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/hu.gmo, 98, 533, 545, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/id.po, 97, 525, 517, 0, 0, 0, 0, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/es.po, 98, 533, 625, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/sv.po, 98, 533, 505, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/pt_BR.po, 98, 533, 613, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/uk.po, 98, 533, 552, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/fi.gmo, 97, 526, 487, 0, 0, 0, 0, 97, 526 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/gprof.pot, 0, 0, 0, 0, 0, 98, 533, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ja.gmo, 28, 119, 90, 0, 0, 0, 0, 28, 119 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/hu.po, 98, 533, 545, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ro.po, 93, 486, 539, 0, 0, 0, 0, 93, 486 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ga.po, 97, 524, 587, 0, 0, 0, 0, 97, 524 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/pt_BR.gmo, 98, 533, 613, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/uk.gmo, 98, 533, 552, 0, 0, 0, 0, 98, 533 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, gprof/po/ja.po, 28, 119, 90, 36, 136, 33, 270, 97, 525 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/sv.gmo, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/sr.gmo, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/it.gmo, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/de.po, 283, 1404, 1422, 0, 0, 206, 1498, 489, 2902 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/it.po, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/sr.po, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/de.gmo, 283, 1404, 1422, 0, 0, 0, 0, 283, 1404 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/fr.po, 497, 2968, 3811, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/ga.gmo, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/zh_TW.po, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/fr.gmo, 497, 2968, 3811, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/vi.po, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/bg.po, 602, 3746, 4315, 0, 0, 282, 2342, 884, 6088 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/tr.po, 460, 2690, 2463, 50, 370, 64, 488, 574, 3548 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/id.gmo, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/fi.po, 497, 2968, 2485, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/ru.po, 55, 420, 482, 3, 24, 428, 2446, 486, 2890 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/vi.gmo, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/bg.gmo, 602, 3746, 4315, 0, 0, 0, 0, 602, 3746 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/ru.gmo, 55, 420, 482, 0, 0, 0, 0, 55, 420 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/zh_CN.po, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/ld.pot, 0, 0, 0, 0, 0, 885, 6095, 885, 6095 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/es.gmo, 581, 3688, 4713, 0, 0, 0, 0, 581, 3688 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/tr.gmo, 460, 2690, 2463, 0, 0, 0, 0, 460, 2690 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/da.po, 386, 2177, 2100, 0, 0, 100, 713, 486, 2890 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/id.po, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/es.po, 581, 3688, 4713, 127, 874, 176, 1526, 884, 6088 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/sv.po, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/zh_TW.gmo, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/pt_BR.po, 884, 6088, 7062, 0, 0, 0, 0, 884, 6088 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/uk.po, 884, 6088, 6380, 0, 0, 0, 0, 884, 6088 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/fi.gmo, 497, 2968, 2485, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/ja.gmo, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/ga.po, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/zh_CN.gmo, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/pt_BR.gmo, 884, 6088, 7062, 0, 0, 0, 0, 884, 6088 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/uk.gmo, 884, 6088, 6380, 0, 0, 0, 0, 884, 6088 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, ld/po/ja.po, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 436, 2594, 436, 2594 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/de.po, 436, 2594, 2560, 0, 0, 0, 0, 436, 2594 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/de.gmo, 436, 2594, 2560, 0, 0, 0, 0, 436, 2594 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/fr.po, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/fr.gmo, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/sv.po, 149, 866, 842, 0, 0, 0, 0, 149, 866 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/pt_BR.po, 436, 2594, 2943, 0, 0, 0, 0, 436, 2594 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/uk.po, 436, 2594, 2697, 0, 0, 0, 0, 436, 2594 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/pt_BR.gmo, 436, 2594, 2943, 0, 0, 0, 0, 436, 2594 -binutils-2.31.1-29.fc30.src.rpm.stats.csv, opcodes/po/uk.gmo, 436, 2594, 2697, 0, 0, 0, 0, 436, 2594 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 218, 753, 344, 0, 0, 5, 62, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 184, 687, 328, 0, 0, 39, 128, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/uk.po, 223, 815, 839, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/sv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/sr.po, 218, 753, 792, 0, 0, 5, 62, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/sq.po, 132, 481, 575, 3, 11, 88, 323, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/sk.po, 223, 815, 800, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ru.po, 135, 492, 471, 0, 0, 88, 323, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 40, 151, 160, 0, 0, 183, 664, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/pl.po, 223, 815, 845, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/kk.po, 135, 492, 485, 0, 0, 88, 323, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ja.po, 98, 276, 133, 0, 0, 125, 539, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/it.po, 135, 492, 535, 0, 0, 88, 323, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/hu.po, 223, 815, 789, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/he.po, 77, 163, 168, 1, 1, 145, 651, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/fur.po, 215, 749, 887, 0, 0, 8, 66, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/fr.po, 222, 811, 1006, 0, 0, 1, 4, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/fi.po, 115, 313, 283, 0, 0, 108, 502, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/es.po, 220, 809, 951, 2, 2, 1, 4, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/cs.po, 222, 811, 796, 0, 0, 1, 4, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ca.po, 218, 775, 965, 0, 0, 5, 40, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/blivet-gui.pot, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/bg.po, 126, 466, 515, 0, 0, 97, 349, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -boost-1.69.0-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -boost-1.69.0-6.fc30.src.rpm.stats.csv, tools/build/example/gettext/russian.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 143, 2095, 431, 4, 92, 0, 0, 147, 2187 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/ru/ru.po, 147, 2187, 1704, 0, 0, 0, 0, 147, 2187 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/de/de.po, 144, 2202, 2138, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/hu/hu.po, 144, 2202, 1719, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/lv/lv.po, 144, 2202, 1704, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/el/el.po, 144, 2202, 2092, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/en_GB/en_GB.po, 261, 3510, 3509, 0, 0, 0, 0, 261, 3510 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/es/es.po, 144, 2202, 2196, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/id/id.po, 144, 2202, 1944, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/fi/fi.po, 6, 29, 23, 26, 208, 112, 1965, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/bg/bg.po, 260, 3508, 3353, 0, 0, 0, 0, 260, 3508 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/ro/ro.po, 144, 2202, 2205, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/pl/pl.po, 144, 2202, 1723, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/pt/pt.po, 144, 2202, 2190, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/eu/eu.po, 261, 3510, 2710, 0, 0, 0, 0, 261, 3510 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/ja/ja.po, 145, 2204, 168, 0, 0, 0, 0, 145, 2204 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/gl/gl.po, 147, 2187, 2099, 0, 0, 0, 0, 147, 2187 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/fr/fr.po, 144, 2202, 2346, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/te/te.po, 10, 18, 22, 0, 0, 137, 2169, 147, 2187 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/ko/ko.po, 144, 2202, 1487, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/it/it.po, 261, 3510, 3376, 0, 0, 0, 0, 261, 3510 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/cs/cs.po, 144, 2202, 1787, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/sl/sl.po, 147, 2187, 1760, 0, 0, 0, 0, 147, 2187 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 144, 2202, 2272, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/sv/sv.po, 144, 2202, 2067, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, help/ca/ca.po, 89, 977, 1016, 0, 0, 54, 1202, 143, 2179 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/eo.po, 295, 842, 819, 0, 0, 673, 4704, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/sr.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/nl.po, 968, 5546, 5419, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/cs.po, 969, 5549, 4930, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/tr.po, 969, 5549, 4538, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/mr.po, 968, 5546, 5220, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/he.po, 968, 5546, 4911, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/tg.po, 968, 5546, 5738, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/bn_IN.po, 968, 5546, 6053, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ar.po, 946, 5182, 4531, 0, 0, 22, 364, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/et.po, 968, 5546, 4251, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/pl.po, 969, 5549, 4970, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/uk.po, 968, 5546, 4764, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/en@shaw.po, 986, 5408, 5406, 0, 0, 0, 0, 986, 5408 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/gd.po, 968, 5546, 7062, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/af.po, 805, 4286, 4324, 11, 129, 152, 1131, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/my.po, 935, 4765, 1866, 4, 18, 54, 769, 993, 5552 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/nn.po, 986, 5520, 5110, 3, 63, 0, 0, 989, 5583 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/hr.po, 969, 5549, 5030, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ast.po, 971, 5493, 5661, 0, 0, 0, 0, 971, 5493 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/mk.po, 971, 5493, 5653, 0, 0, 0, 0, 971, 5493 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/sr@latin.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ku.po, 672, 2889, 3030, 26, 152, 289, 2411, 987, 5452 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ca.po, 969, 5549, 6275, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/br.po, 984, 5393, 6173, 0, 0, 2, 15, 986, 5408 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/be.po, 968, 5546, 4784, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/fr.po, 969, 5549, 6366, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/en_CA.po, 971, 5493, 5494, 0, 0, 0, 0, 971, 5493 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/zh_CN.po, 968, 5546, 1589, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/zh_HK.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/sv.po, 969, 5549, 5097, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/nb.po, 969, 5549, 5123, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ca@valencia.po, 968, 5546, 6268, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/bn.po, 986, 5408, 5606, 0, 0, 0, 0, 986, 5408 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/bg.po, 968, 5546, 6078, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/en_GB.po, 968, 5546, 5558, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/it.po, 982, 5608, 5414, 0, 0, 0, 0, 982, 5608 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/nds.po, 466, 1332, 1259, 0, 0, 518, 4070, 984, 5402 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/oc.po, 968, 5546, 6238, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/es.po, 969, 5549, 6058, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ml.po, 968, 5546, 4199, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/kk.po, 304, 921, 798, 0, 0, 665, 4628, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/de.po, 969, 5549, 5351, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/bs.po, 968, 5546, 5058, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/lt.po, 969, 5549, 4473, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ja.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/zh_TW.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/te.po, 968, 5546, 4519, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/hi.po, 968, 5546, 6441, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/as.po, 968, 5546, 5755, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/fur.po, 969, 5549, 5917, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/id.po, 969, 5549, 4998, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/pa.po, 968, 5546, 5994, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/pt_BR.po, 969, 5549, 5990, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/gu.po, 968, 5546, 5899, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/el.po, 968, 5546, 5813, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ga.po, 495, 1562, 1688, 9, 66, 476, 3904, 980, 5532 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ne.po, 213, 476, 491, 497, 2045, 259, 3028, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/kn.po, 968, 5546, 4614, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/fi.po, 968, 5546, 4099, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ro.po, 968, 5546, 5785, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/is.po, 669, 2636, 2505, 0, 0, 299, 2910, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ms.po, 56, 256, 219, 576, 1796, 354, 3356, 986, 5408 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ru.po, 968, 5546, 4751, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/da.po, 968, 5546, 5079, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/eu.po, 968, 5546, 4622, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/vi.po, 969, 5549, 7376, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/dz.po, 752, 3949, 1203, 0, 0, 0, 0, 752, 3949 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/gl.po, 968, 5546, 6224, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/lv.po, 968, 5546, 4488, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/or.po, 968, 5546, 5396, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/th.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/km.po, 966, 5474, 1968, 5, 19, 0, 0, 971, 5493 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/sl.po, 969, 5549, 5068, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/fa.po, 968, 5546, 5951, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/hu.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/mai.po, 133, 242, 317, 0, 0, 828, 5038, 961, 5280 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ta.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ug.po, 977, 5515, 4331, 0, 0, 0, 0, 977, 5515 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/sk.po, 969, 5549, 5121, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/pt.po, 968, 5546, 5958, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-8.fc30.src.rpm.stats.csv, po/ko.po, 968, 5546, 4229, 0, 0, 0, 0, 968, 5546 -brltty-5.6-32.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -brltty-5.6-32.fc30.src.rpm.stats.csv, Messages/zh.po, 774, 2496, 1015, 6, 34, 0, 0, 780, 2530 -brltty-5.6-32.fc30.src.rpm.stats.csv, Messages/fr.po, 796, 2591, 3412, 0, 0, 0, 0, 796, 2591 -brltty-5.6-32.fc30.src.rpm.stats.csv, Messages/de.po, 771, 2439, 2201, 2, 9, 25, 148, 798, 2596 -brltty-5.6-32.fc30.src.rpm.stats.csv, Messages/brltty.pot, 0, 0, 0, 0, 0, 798, 2596, 798, 2596 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 112, 1472, 1038, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 118, 1665, 219, 1, 15, 0, 0, 119, 1680 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 112, 1472, 1243, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 118, 1652, 1870, 0, 0, 0, 0, 118, 1652 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 112, 1472, 1412, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 112, 1472, 1474, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/de/de.po, 112, 1472, 1529, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 115, 1705, 1379, 0, 0, 0, 0, 115, 1705 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/es/es.po, 112, 1472, 1575, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 112, 1472, 1179, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 112, 1472, 1569, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 112, 1472, 1302, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 112, 1472, 1632, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/el/el.po, 112, 1472, 1626, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/id/id.po, 112, 1472, 1291, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 79, 877, 606, 26, 472, 7, 120, 112, 1469 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/nl/nl.po, 112, 1472, 1557, 0, 0, 0, 0, 112, 1472 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, help/sl/sl.po, 114, 1707, 1468, 0, 0, 0, 0, 114, 1707 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/id.po, 122, 614, 580, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.po, 120, 613, 644, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/te.po, 120, 613, 509, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.po, 123, 614, 690, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/af.po, 123, 614, 603, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.po, 123, 614, 565, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/bn.po, 120, 651, 671, 0, 0, 0, 0, 120, 651 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/hi.po, 123, 614, 672, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 123, 614, 627, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ka.po, 120, 651, 503, 0, 0, 0, 0, 120, 651 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.po, 76, 238, 325, 32, 244, 12, 73, 120, 555 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ta.po, 120, 613, 500, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.po, 122, 614, 748, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.po, 122, 614, 471, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.po, 123, 614, 692, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/th.po, 123, 614, 168, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.po, 122, 614, 646, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/et.po, 122, 614, 438, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/kn.po, 120, 613, 502, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.po, 122, 614, 503, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 90, 412, 381, 0, 0, 9, 115, 99, 527 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ms.po, 95, 372, 333, 16, 197, 9, 82, 120, 651 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 123, 614, 692, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 114, 592, 593, 6, 59, 0, 0, 120, 651 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/nn.po, 103, 530, 538, 0, 0, 0, 0, 103, 530 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.po, 122, 614, 608, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/or.po, 120, 613, 577, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.po, 122, 614, 657, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 123, 614, 609, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.po, 119, 530, 502, 0, 0, 4, 84, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.po, 122, 614, 711, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/gu.po, 123, 614, 591, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/mk.po, 119, 550, 599, 0, 0, 0, 0, 119, 550 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.po, 122, 614, 564, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/es.po, 122, 614, 711, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.po, 122, 614, 505, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.po, 122, 614, 512, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.po, 122, 614, 711, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/mr.po, 120, 613, 513, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.po, 123, 614, 531, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.po, 122, 614, 593, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.po, 123, 614, 477, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ug.po, 125, 574, 442, 0, 0, 0, 0, 125, 574 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.po, 120, 613, 578, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/as.po, 120, 613, 581, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 123, 614, 205, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.po, 123, 614, 561, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ast.po, 118, 538, 574, 0, 0, 1, 12, 119, 550 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/it.po, 122, 614, 603, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.po, 120, 613, 608, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 121, 630, 154, 0, 0, 0, 0, 121, 630 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/nds.po, 54, 104, 96, 0, 0, 68, 556, 122, 660 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.po, 123, 614, 617, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.po, 123, 614, 655, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.po, 122, 614, 574, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 122, 614, 707, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/zu.po, 70, 185, 164, 2, 109, 0, 0, 72, 294 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 122, 614, 153, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/is.po, 123, 614, 566, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.po, 122, 614, 446, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.po, 122, 614, 573, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/an.po, 123, 614, 667, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/xh.po, 71, 193, 178, 14, 44, 24, 267, 109, 504 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ps.po, 72, 333, 367, 0, 0, 7, 56, 79, 389 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.po, 122, 614, 575, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/lo.po, 123, 614, 182, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/he.po, 123, 614, 608, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/km.po, 119, 550, 193, 0, 0, 0, 0, 119, 550 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.po, 123, 614, 520, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 120, 613, 602, 0, 0, 0, 0, 120, 613 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/el.po, 122, 614, 667, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.po, 122, 614, 663, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/sq.po, 99, 527, 567, 0, 0, 0, 0, 99, 527 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.po, 122, 614, 560, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ku.po, 92, 398, 415, 0, 0, 7, 128, 99, 526 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ky.po, 125, 576, 441, 0, 0, 0, 0, 125, 576 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.po, 122, 614, 423, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/da.po, 122, 614, 559, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/dz.po, 59, 304, 183, 0, 0, 0, 0, 59, 304 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/be.po, 123, 614, 502, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.po, 123, 614, 518, 0, 0, 0, 0, 123, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.po, 122, 614, 580, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.po, 122, 614, 511, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/mai.po, 29, 146, 167, 0, 0, 93, 513, 122, 659 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.po, 122, 614, 184, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.po, 122, 614, 472, 0, 0, 0, 0, 122, 614 -cheese-3.32.1-1.fc30.src.rpm.stats.csv, po/de.po, 122, 614, 611, 0, 0, 0, 0, 122, 614 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-4.fc30.src.rpm.stats.csv, po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/tr/messages.po, 86, 693, 680, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/sv/messages.po, 86, 693, 685, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/sr/messages.po, 86, 693, 700, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/sl/messages.po, 85, 693, 694, 0, 0, 1, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/sk/messages.po, 86, 693, 717, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/ru/messages.po, 86, 693, 676, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/pt_PT/messages.po, 86, 693, 699, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/pt_BR/messages.po, 86, 693, 768, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/pl/messages.po, 86, 693, 688, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/oc/messages.po, 86, 693, 734, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/nl/messages.po, 86, 693, 716, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/nb/messages.po, 85, 693, 692, 0, 0, 1, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/ko/messages.po, 86, 693, 705, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/it/messages.po, 86, 693, 746, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/id/messages.po, 86, 693, 696, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/hu/messages.po, 86, 693, 693, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/hr/messages.po, 86, 693, 688, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/gl/messages.po, 86, 693, 777, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/gd/messages.po, 86, 693, 797, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/fr/messages.po, 86, 693, 784, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/fi/messages.po, 86, 693, 676, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/et/messages.po, 86, 693, 696, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/es/messages.po, 86, 693, 775, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/en/messages.po, 85, 693, 693, 0, 0, 1, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/el/messages.po, 86, 693, 718, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/de/messages.po, 86, 693, 712, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/da/messages.po, 86, 693, 695, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/cs/messages.po, 86, 693, 703, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, extension/_locales/ca/messages.po, 86, 693, 768, 0, 0, 0, 0, 86, 693 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/tr.po, 49, 313, 288, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/template.pot, 0, 0, 0, 0, 0, 49, 313, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/sv.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/sr.po, 49, 313, 315, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/sl.po, 13, 14, 15, 19, 59, 14, 235, 46, 308 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/sk.po, 47, 329, 354, 0, 0, 0, 0, 47, 329 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/ru.po, 49, 313, 292, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 49, 313, 390, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/pt.po, 11, 13, 18, 9, 31, 26, 264, 46, 308 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/pl.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/oc.po, 44, 184, 251, 2, 124, 0, 0, 46, 308 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/nl.po, 49, 313, 333, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/nb.po, 20, 30, 29, 0, 0, 27, 299, 47, 329 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/ko.po, 46, 331, 325, 0, 0, 0, 0, 46, 331 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/it.po, 47, 329, 388, 0, 0, 0, 0, 47, 329 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/id.po, 49, 313, 314, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/hu.po, 49, 313, 306, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/hr.po, 49, 313, 301, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/gl.po, 47, 329, 418, 0, 0, 0, 0, 47, 329 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/gd.po, 46, 331, 444, 0, 0, 0, 0, 46, 331 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/fr.po, 46, 331, 436, 0, 0, 0, 0, 46, 331 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/fi.po, 38, 139, 121, 3, 61, 8, 113, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/et.po, 40, 162, 164, 0, 0, 9, 151, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/es.po, 49, 313, 394, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/el.po, 28, 109, 135, 2, 32, 16, 167, 46, 308 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/de.po, 49, 313, 331, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/da.po, 49, 313, 312, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/cs.po, 49, 313, 317, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv, po/ca.po, 46, 331, 412, 0, 0, 0, 0, 46, 331 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ro.po, 514, 2335, 2272, 95, 459, 66, 263, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 669, 3022, 3468, 0, 0, 0, 0, 669, 3022 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ast.gmo, 515, 2319, 2411, 0, 0, 0, 0, 515, 2319 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/eo.po, 287, 983, 904, 71, 295, 317, 1779, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pt.gmo, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/az_IR.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sl.po, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/yi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ml.gmo, 124, 296, 240, 0, 0, 0, 0, 124, 296 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sv.po, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ar.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/it.gmo, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ps.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/de.gmo, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ug.gmo, 153, 372, 339, 0, 0, 0, 0, 153, 372 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/clutter-1.0.pot, 0, 0, 0, 0, 0, 675, 3057, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/it.po, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/bg.po, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ko.gmo, 16, 50, 41, 0, 0, 0, 0, 16, 50 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ca.po, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sr.po, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/lv.po, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pt.po, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sk.gmo, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/en_GB.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/kk.gmo, 67, 113, 119, 0, 0, 0, 0, 67, 113 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/an.gmo, 672, 3030, 3299, 0, 0, 0, 0, 672, 3030 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sr@latin.po, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/kk.po, 67, 113, 119, 0, 0, 608, 2944, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/cs.gmo, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ro.gmo, 514, 2335, 2272, 0, 0, 0, 0, 514, 2335 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/nl.gmo, 439, 1893, 1867, 0, 0, 0, 0, 439, 1893 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fa.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/lt.gmo, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/bs.gmo, 672, 3030, 2656, 0, 0, 0, 0, 672, 3030 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ps.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ca.gmo, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/lt.po, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/kn.po, 304, 928, 732, 32, 169, 339, 1960, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/mk.po, 521, 2366, 2379, 93, 447, 61, 244, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/es.gmo, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/gl.po, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/km.gmo, 527, 2389, 733, 0, 0, 0, 0, 527, 2389 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fr.po, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/or.po, 307, 945, 838, 62, 251, 306, 1861, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/an.po, 672, 3030, 3299, 3, 27, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/tr.po, 527, 2223, 1743, 35, 202, 113, 632, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fa.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/hr.po, 17, 58, 62, 1, 3, 657, 2996, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/zh_HK.po, 669, 3022, 919, 3, 27, 3, 8, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/da.gmo, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/de.po, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/id.po, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/el.gmo, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/az_IR.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fur.po, 174, 587, 622, 0, 0, 501, 2470, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/mk.gmo, 521, 2366, 2379, 0, 0, 0, 0, 521, 2366 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/be.po, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/eu.gmo, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 669, 3022, 919, 0, 0, 0, 0, 669, 3022 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/hi.gmo, 653, 2947, 2999, 0, 0, 0, 0, 653, 2947 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pt_BR.po, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fur.gmo, 174, 587, 622, 0, 0, 0, 0, 174, 587 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ja.po, 653, 2947, 743, 14, 85, 8, 25, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/te.gmo, 653, 2947, 2268, 0, 0, 0, 0, 653, 2947 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ru.po, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/be.gmo, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fi.po, 44, 122, 91, 6, 34, 625, 2901, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/nl.po, 439, 1893, 1867, 128, 624, 108, 540, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pa.po, 66, 142, 142, 15, 51, 594, 2864, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/he.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ar.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/eu.po, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pl.gmo, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fi.gmo, 44, 122, 91, 0, 0, 0, 0, 44, 122 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ca@valencia.po, 669, 3022, 3468, 3, 27, 3, 8, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pl.po, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/hr.gmo, 17, 58, 62, 0, 0, 0, 0, 17, 58 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/nb.gmo, 351, 1069, 849, 0, 0, 0, 0, 351, 1069 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ast.po, 515, 2319, 2411, 93, 441, 67, 297, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/pa.gmo, 66, 142, 142, 0, 0, 0, 0, 66, 142 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/as.gmo, 669, 3022, 2472, 0, 0, 0, 0, 669, 3022 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ru.gmo, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/yi.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ml.po, 124, 296, 240, 3, 15, 548, 2746, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/hu.gmo, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/bs.po, 672, 3030, 2656, 3, 27, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/zh_CN.po, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/gl.gmo, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/oc.po, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/cs.po, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/lv.gmo, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/as.po, 669, 3022, 2472, 3, 27, 3, 8, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ur.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/tr.gmo, 527, 2223, 1743, 0, 0, 0, 0, 527, 2223 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sl.gmo, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sk.po, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/te.po, 653, 2947, 2268, 14, 85, 8, 25, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/eo.gmo, 287, 983, 904, 0, 0, 0, 0, 287, 983 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/hi.po, 653, 2947, 2999, 14, 85, 8, 25, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/zh_TW.po, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ko.po, 16, 50, 41, 0, 0, 659, 3007, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/id.gmo, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ug.po, 153, 372, 339, 1, 2, 521, 2683, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/hu.po, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/da.po, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/uk.gmo, 672, 3030, 2651, 0, 0, 0, 0, 672, 3030 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/or.gmo, 307, 945, 838, 0, 0, 0, 0, 307, 945 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ta.gmo, 515, 2319, 1645, 0, 0, 0, 0, 515, 2319 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/es.po, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/oc.gmo, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/he.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/nb.po, 351, 1069, 849, 19, 110, 305, 1878, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sv.gmo, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/el.po, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ja.gmo, 653, 2947, 743, 0, 0, 0, 0, 653, 2947 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/fr.gmo, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/en_GB.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/kn.gmo, 304, 928, 732, 0, 0, 0, 0, 304, 928 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/sr.gmo, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/bg.gmo, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/km.po, 527, 2389, 733, 88, 428, 60, 240, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/ta.po, 515, 2319, 1645, 93, 441, 67, 297, 675, 3057 -clutter-1.26.2-8.fc30.src.rpm.stats.csv, po/uk.po, 672, 3030, 2651, 3, 27, 0, 0, 675, 3057 -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, po/cluttergtk-1.0.pot, 0, 0, 0, 0, 0, 1, 5, 1, 5 -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 1, 5, 3, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, po/ja.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, po/pl.gmo, 1, 5, 5, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, po/pl.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv, po/ja.gmo, 1, 5, 4, 0, 0, 0, 0, 1, 5 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/th.po, 80, 393, 144, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ca.po, 76, 378, 523, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ta.po, 76, 378, 346, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/es.gmo, 76, 378, 508, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ta.gmo, 76, 378, 346, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/eu.gmo, 80, 393, 369, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/he.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/zh_TW.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/bg.po, 80, 393, 589, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pl.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/fr.gmo, 80, 393, 531, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ca@valencia.po, 76, 378, 523, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/th.gmo, 80, 393, 144, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/nb.po, 14, 39, 42, 0, 0, 66, 354, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/id.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ja.gmo, 76, 378, 119, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/bs.po, 76, 378, 382, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/vi.gmo, 4, 15, 17, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 80, 393, 164, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pa.po, 25, 62, 63, 0, 0, 51, 316, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/hu.gmo, 76, 378, 339, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/hu.po, 76, 378, 339, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/cs.po, 80, 393, 414, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/nl.po, 4, 15, 11, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/vi.po, 4, 15, 17, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ru.gmo, 76, 378, 343, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/eu.po, 80, 393, 369, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/cs.gmo, 80, 393, 414, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sv.po, 80, 393, 340, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sv.gmo, 80, 393, 340, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/de.gmo, 76, 378, 323, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/tr.gmo, 80, 393, 374, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/fa.gmo, 4, 15, 18, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sr@latin.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sr.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/or.gmo, 4, 15, 19, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/it.gmo, 76, 378, 455, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ko.po, 80, 393, 353, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/bg.gmo, 80, 393, 589, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/eo.gmo, 7, 15, 17, 0, 0, 0, 0, 7, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ru.po, 76, 378, 343, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/da.gmo, 76, 378, 319, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pl.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/an.po, 80, 393, 501, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/hi.gmo, 76, 378, 510, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/nb.gmo, 14, 39, 42, 0, 0, 0, 0, 14, 39 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/kn.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/uk.gmo, 80, 393, 360, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/nl.gmo, 4, 15, 11, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/lv.po, 80, 393, 344, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/bs.gmo, 76, 378, 382, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/id.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/el.gmo, 80, 393, 410, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/es.po, 76, 378, 508, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pt.gmo, 80, 393, 464, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 76, 378, 523, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pt.po, 80, 393, 464, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ast.gmo, 4, 15, 21, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/lv.gmo, 80, 393, 344, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/hi.po, 76, 378, 510, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/oc.gmo, 80, 393, 535, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/gl.po, 77, 370, 496, 0, 0, 0, 0, 77, 370 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/el.po, 80, 393, 410, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/en_GB.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/fr.po, 80, 393, 531, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sk.gmo, 80, 393, 436, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/en_CA.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/de.po, 76, 378, 323, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/lt.gmo, 80, 393, 345, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 80, 393, 515, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/km.gmo, 71, 320, 136, 0, 0, 0, 0, 71, 320 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/km.po, 71, 320, 136, 4, 41, 0, 0, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/zh_CN.po, 80, 393, 164, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sr.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/cogl.pot, 0, 0, 0, 0, 0, 80, 393, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ca.gmo, 76, 378, 523, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/as.gmo, 76, 378, 418, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/be.po, 80, 393, 361, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sk.po, 80, 393, 436, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/fa.po, 4, 15, 18, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/it.po, 76, 378, 455, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ug.po, 69, 295, 332, 0, 0, 11, 98, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ko.gmo, 80, 393, 353, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ja.po, 76, 378, 119, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/te.po, 76, 378, 349, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sl.po, 76, 378, 358, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/as.po, 76, 378, 418, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/en_CA.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/gl.gmo, 77, 370, 496, 0, 0, 0, 0, 77, 370 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/sl.gmo, 76, 378, 358, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ug.gmo, 69, 295, 332, 0, 0, 0, 0, 69, 295 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/uk.po, 80, 393, 360, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/en_GB.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/eo.po, 7, 15, 17, 0, 0, 66, 340, 73, 355 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/he.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/an.gmo, 80, 393, 501, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ml.po, 2, 4, 4, 0, 0, 74, 374, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/oc.po, 80, 393, 535, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ast.po, 4, 15, 21, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/zh_HK.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/lt.po, 80, 393, 345, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ar.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pt_BR.po, 80, 393, 515, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/or.po, 4, 15, 19, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ml.gmo, 2, 4, 4, 0, 0, 0, 0, 2, 4 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/kn.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/ar.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/tr.po, 80, 393, 374, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/pa.gmo, 25, 62, 63, 0, 0, 0, 0, 25, 62 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/be.gmo, 80, 393, 361, 0, 0, 0, 0, 80, 393 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/da.po, 76, 378, 319, 0, 0, 0, 0, 76, 378 -cogl-1.22.2-12.fc30.src.rpm.stats.csv, po/te.gmo, 76, 378, 349, 0, 0, 0, 0, 76, 378 -colord-1.4.4-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -colord-1.4.4-1.fc30.src.rpm.stats.csv, po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-gtk-0.1.26-11.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -colord-gtk-0.1.26-11.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -coreutils-8.31-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/fr.po, 1801, 21330, 25058, 0, 0, 0, 0, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/lg.po, 1044, 9115, 13604, 487, 8924, 270, 3291, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ko.gmo, 168, 1298, 1135, 0, 0, 0, 0, 168, 1298 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/af.po, 341, 1519, 1740, 454, 2568, 1006, 17243, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/da.po, 1801, 21330, 20361, 0, 0, 0, 0, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ms.gmo, 259, 1260, 1284, 0, 0, 0, 0, 259, 1260 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/uk.po, 1801, 21330, 21047, 0, 0, 0, 0, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/eu.po, 384, 1329, 1394, 846, 12704, 571, 7297, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ca.po, 1739, 20201, 25537, 40, 882, 22, 247, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ru.po, 1801, 21330, 20782, 0, 0, 0, 0, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/de.po, 1682, 19179, 18992, 81, 1683, 38, 468, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/bg.po, 1216, 12550, 14074, 312, 5079, 273, 3701, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/kk.po, 21, 36, 35, 143, 471, 1637, 20823, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/el.po, 175, 948, 1147, 711, 5571, 915, 14811, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/id.po, 1012, 8436, 8509, 518, 9522, 271, 3372, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ga.po, 820, 6614, 7401, 588, 9942, 393, 4774, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ms.po, 259, 1260, 1284, 543, 3921, 999, 16149, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/fi.po, 876, 6281, 5417, 555, 9689, 370, 5360, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/nl.po, 1679, 19048, 19644, 81, 1683, 41, 599, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/hr.po, 1801, 21330, 21709, 0, 0, 0, 0, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/lt.gmo, 367, 1639, 1518, 0, 0, 0, 0, 367, 1639 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/kk.gmo, 21, 36, 35, 0, 0, 0, 0, 21, 36 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 371, 2618, 1246, 669, 8497, 761, 10215, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/hu.po, 1739, 20201, 19987, 40, 882, 22, 247, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/sr.po, 1682, 19179, 18890, 81, 1683, 38, 468, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/sv.po, 1760, 20567, 19823, 28, 639, 13, 124, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/coreutils.pot, 0, 0, 0, 0, 0, 1801, 21330, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1801, 21330, 24672, 0, 0, 0, 0, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/eo.po, 1243, 9987, 9741, 177, 2326, 381, 9017, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/vi.po, 1760, 20567, 28379, 28, 639, 13, 124, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/sk.po, 678, 3774, 3889, 491, 5387, 632, 12169, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/gl.gmo, 222, 1537, 1816, 0, 0, 0, 0, 222, 1537 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ja.po, 1127, 9920, 4970, 450, 8773, 224, 2637, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/pt.po, 1760, 20567, 21822, 28, 639, 13, 124, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ia.gmo, 89, 270, 348, 0, 0, 0, 0, 89, 270 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/af.gmo, 341, 1519, 1740, 0, 0, 0, 0, 341, 1519 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/gl.po, 222, 1537, 1816, 756, 7228, 823, 12565, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/sl.po, 1645, 18594, 19010, 105, 2151, 51, 585, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 371, 2618, 1246, 0, 0, 0, 0, 371, 2618 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/nb.po, 1760, 20567, 20901, 28, 639, 13, 124, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 1447, 13490, 4919, 206, 5912, 148, 1928, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/it.po, 1098, 9643, 10929, 468, 8885, 235, 2802, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/eu.gmo, 384, 1329, 1394, 0, 0, 0, 0, 384, 1329 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/be.po, 479, 2615, 2531, 470, 4529, 852, 14186, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ko.po, 168, 1298, 1135, 715, 6399, 918, 13633, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/el.gmo, 175, 948, 1147, 0, 0, 0, 0, 175, 948 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/lt.po, 367, 1639, 1518, 252, 1620, 1182, 18071, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ro.po, 557, 2485, 2737, 252, 1782, 992, 17063, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/cs.po, 1760, 20567, 20079, 28, 639, 13, 124, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/ia.po, 89, 270, 348, 43, 164, 1669, 20896, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/es.po, 1399, 14738, 17951, 270, 5225, 132, 1367, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/et.po, 1760, 20567, 17280, 28, 639, 13, 124, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/tr.po, 1026, 8321, 7437, 177, 2112, 598, 10897, 1801, 21330 -coreutils-8.31-1.fc30.src.rpm.stats.csv, po/pl.po, 1801, 21330, 21063, 0, 0, 0, 0, 1801, 21330 -cpio-2.12-10.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cpio-2.12-10.fc30.src.rpm.stats.csv, po/zh_CN.po, 162, 1101, 403, 45, 211, 106, 590, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/cpio.pot, 0, 0, 0, 0, 0, 313, 1902, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/sv.po, 293, 1795, 1770, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/sr.po, 293, 1795, 1866, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/tr.po, 293, 1795, 1606, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/it.po, 293, 1795, 2020, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/nl.po, 293, 1795, 1808, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/uk.po, 293, 1795, 1786, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/ja.po, 293, 1795, 846, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/pt_BR.po, 38, 197, 244, 52, 272, 223, 1433, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/ga.po, 162, 1101, 1453, 45, 211, 106, 590, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 178, 899, 458, 0, 0, 0, 0, 178, 899 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/ru.po, 293, 1795, 1785, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/pl.po, 293, 1795, 1800, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/vi.po, 293, 1795, 2633, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/ro.po, 38, 197, 235, 52, 272, 223, 1433, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/fi.po, 293, 1795, 1472, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/id.po, 293, 1795, 1804, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/gl.po, 125, 567, 722, 9, 43, 179, 1292, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/ko.po, 33, 174, 159, 57, 295, 223, 1433, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/hr.po, 293, 1795, 1754, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/hu.po, 293, 1795, 1799, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/fr.po, 293, 1795, 2158, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/de.po, 293, 1795, 1765, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/zh_TW.po, 178, 899, 458, 39, 240, 96, 763, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/da.po, 293, 1795, 1722, 15, 86, 5, 21, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/es.po, 267, 1598, 1983, 15, 86, 31, 218, 313, 1902 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/ko.gmo, 33, 174, 159, 0, 0, 0, 0, 33, 174 -cpio-2.12-10.fc30.src.rpm.stats.csv, po/gl.gmo, 125, 567, 722, 0, 0, 0, 0, 125, 567 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/cs.po, 15, 93, 74, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ko.po, 15, 93, 64, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/te.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ru.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pt_BR.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/or.po, 15, 93, 88, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/fi.po, 15, 93, 51, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/gu.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ja.po, 15, 93, 15, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 15, 93, 96, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/es.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/de.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/de.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/sl_SI.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ko.gmo, 15, 93, 64, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ml.gmo, 15, 93, 52, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/bn_IN.po, 15, 93, 96, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pl.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/sk.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/hu.gmo, 15, 93, 65, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/zh_TW.po, 15, 93, 17, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/nl.po, 15, 93, 93, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ja.gmo, 15, 93, 15, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pt.po, 15, 93, 103, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/fi.gmo, 15, 93, 51, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/mr.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/kn.po, 15, 93, 68, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/hi.po, 15, 93, 105, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/gu.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/as.gmo, 15, 93, 82, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/sk.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pa.gmo, 15, 93, 97, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/it.gmo, 15, 93, 84, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ta.gmo, 15, 93, 72, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/fr.gmo, 15, 93, 87, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ml.po, 15, 93, 52, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/cracklib.pot, 0, 0, 0, 0, 0, 16, 96, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/lt.gmo, 15, 93, 77, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/hi.gmo, 15, 93, 105, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/nb.po, 15, 93, 85, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/it.po, 15, 93, 84, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pl.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/es.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/el.gmo, 15, 93, 67, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/cs.gmo, 15, 93, 74, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 15, 93, 1, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/or.gmo, 15, 93, 88, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/el.po, 15, 93, 67, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/sl_SI.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/uk.gmo, 15, 93, 78, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ru.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/te.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/tr.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/ta.po, 15, 93, 72, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pa.po, 15, 93, 97, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/as.po, 15, 93, 82, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/uk.po, 15, 93, 78, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/hu.po, 15, 93, 65, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/nl.gmo, 15, 93, 93, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/mr.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/lt.po, 15, 93, 77, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/nb.gmo, 15, 93, 85, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/da.gmo, 15, 93, 90, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/fr.po, 15, 93, 87, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 15, 93, 17, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/da.po, 15, 93, 90, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/pt.gmo, 15, 93, 103, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/zh_CN.po, 15, 93, 1, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/tr.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-19.fc30.src.rpm.stats.csv, po/kn.gmo, 15, 93, 68, 0, 0, 0, 0, 15, 93 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/sv.po, 232, 1483, 1348, 403, 2700, 47, 374, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/sr.gmo, 148, 921, 899, 0, 0, 0, 0, 148, 921 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/nl.po, 148, 921, 934, 373, 2483, 161, 1153, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/cryptsetup.pot, 0, 0, 0, 0, 0, 682, 4557, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/fr.po, 680, 4545, 6045, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/vi.gmo, 148, 921, 1371, 0, 0, 0, 0, 148, 921 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/fi.gmo, 141, 882, 631, 0, 0, 0, 0, 141, 882 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/ru.po, 680, 4545, 4445, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/pl.po, 680, 4545, 4693, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 422, 2584, 991, 166, 1247, 94, 726, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/nl.gmo, 148, 921, 934, 0, 0, 0, 0, 148, 921 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/es.po, 642, 4222, 5944, 29, 240, 11, 95, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/cs.po, 680, 4545, 4595, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/da.po, 680, 4545, 4138, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/fi.po, 141, 882, 631, 371, 2460, 170, 1215, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 680, 4545, 5814, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/id.gmo, 60, 340, 343, 0, 0, 0, 0, 60, 340 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/uk.po, 680, 4545, 4986, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/id.po, 60, 340, 343, 252, 1574, 370, 2643, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/de.po, 680, 4545, 4624, 2, 12, 0, 0, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/sr.po, 148, 921, 899, 367, 2442, 167, 1194, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/vi.po, 148, 921, 1371, 372, 2477, 162, 1159, 682, 4557 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/sv.gmo, 232, 1483, 1348, 0, 0, 0, 0, 232, 1483 -cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv, po/it.po, 680, 4545, 5476, 2, 12, 0, 0, 682, 4557 -cups-2.2.11-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cups-2.2.11-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cups-filters-1.22.5-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cups-filters-1.22.5-1.fc30.src.rpm.stats.csv, filter/braille/drivers/common/fr-braille.po, 79, 203, 250, 0, 0, 0, 0, 79, 203 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/zh_TW.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/pl.po, 22, 149, 132, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/hu.po, 22, 149, 98, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/nl.po, 22, 149, 164, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/id.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/cs.po, 22, 149, 129, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/sl.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/sv.po, 22, 149, 166, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/pt.po, 22, 149, 153, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/hr.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/zh_CN.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/ka.po, 16, 90, 59, 0, 0, 6, 59, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/uk.po, 22, 149, 159, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/gl.po, 22, 149, 152, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/fr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/sk.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/sr.po, 22, 149, 133, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/ru.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/en_GB.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/lv.po, 22, 149, 118, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/eo.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/it.po, 22, 149, 204, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/ca.po, 22, 149, 208, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/pt_BR.po, 22, 149, 154, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/fi.po, 7, 30, 29, 0, 0, 15, 119, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/es.po, 22, 149, 185, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/ko.po, 22, 149, 101, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/en.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/kk.po, 20, 136, 112, 0, 0, 2, 13, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/oc.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/ja.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/ia.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/da.po, 22, 149, 156, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/de.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/eu.po, 22, 149, 131, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv, po/tr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -diffutils-3.7-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/de.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ru.gmo, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/bg.gmo, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/sr.gmo, 263, 1839, 1747, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/da.po, 263, 1839, 1794, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/pt.gmo, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ru.po, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/fr.po, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ja.gmo, 204, 1495, 748, 0, 0, 0, 0, 204, 1495 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/cs.gmo, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/vi.gmo, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/uk.po, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/pl.gmo, 263, 1839, 1828, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/el.gmo, 263, 1839, 2017, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/nb.gmo, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/es.gmo, 232, 1668, 2009, 0, 0, 0, 0, 232, 1668 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ca.po, 84, 415, 537, 125, 1085, 57, 386, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/id.po, 232, 1668, 1635, 23, 164, 11, 54, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/it.po, 247, 1735, 1962, 14, 138, 5, 13, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/uk.gmo, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/diffutils.pot, 0, 0, 0, 0, 0, 266, 1886, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/sr.po, 263, 1839, 1747, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/sv.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/nl.po, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ms.po, 121, 630, 641, 134, 1104, 11, 152, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/hr.po, 151, 724, 741, 19, 123, 96, 1039, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/vi.po, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/eo.gmo, 263, 1839, 1776, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/pt.po, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/gl.gmo, 110, 554, 655, 0, 0, 0, 0, 110, 554 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/he.po, 73, 318, 351, 129, 1094, 64, 474, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/hu.po, 263, 1839, 1839, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/nb.po, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/sv.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 85, 421, 250, 124, 1079, 57, 386, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ro.po, 72, 315, 341, 130, 1097, 64, 474, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/it.gmo, 247, 1735, 1962, 0, 0, 0, 0, 247, 1735 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ms.gmo, 121, 630, 641, 0, 0, 0, 0, 121, 630 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ga.po, 84, 415, 450, 125, 1085, 57, 386, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/fi.gmo, 143, 788, 691, 0, 0, 0, 0, 143, 788 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/fi.po, 143, 788, 691, 101, 884, 22, 214, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/el.po, 263, 1839, 2017, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/da.gmo, 263, 1839, 1794, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/tr.gmo, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/id.gmo, 232, 1668, 1635, 0, 0, 0, 0, 232, 1668 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/pl.po, 263, 1839, 1828, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/cs.po, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/de.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/es.po, 232, 1668, 2009, 23, 164, 11, 54, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/ja.po, 204, 1495, 748, 50, 332, 12, 59, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/hr.gmo, 151, 724, 741, 0, 0, 0, 0, 151, 724 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/eo.po, 263, 1839, 1776, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/hu.gmo, 263, 1839, 1839, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 85, 421, 250, 0, 0, 0, 0, 85, 421 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/fr.gmo, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/bg.po, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/nl.gmo, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/lv.gmo, 232, 1668, 1554, 0, 0, 0, 0, 232, 1668 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/lv.po, 232, 1668, 1554, 23, 164, 11, 54, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/tr.po, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-2.fc30.src.rpm.stats.csv, po/gl.po, 110, 554, 655, 129, 1085, 27, 247, 266, 1886 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 677, 3327, 1176, 0, 0, 74, 391, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 660, 3253, 1287, 0, 0, 91, 465, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/uk.po, 745, 3671, 3814, 0, 0, 6, 47, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/tr.po, 531, 2174, 2038, 0, 0, 220, 1544, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/th.po, 57, 195, 138, 0, 0, 694, 3523, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/sv.po, 745, 3671, 3593, 0, 0, 6, 47, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 134, 476, 490, 1, 5, 335, 1267, 470, 1748 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/sr.po, 431, 1724, 1812, 0, 0, 320, 1994, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/sq.po, 20, 91, 103, 0, 0, 731, 3627, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/sk.po, 177, 640, 664, 1, 2, 573, 3076, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ru.po, 719, 3502, 3426, 0, 0, 32, 216, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 650, 3194, 3527, 0, 0, 101, 524, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/pt.po, 442, 1926, 2186, 23, 140, 286, 1652, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/pl.po, 745, 3671, 3738, 0, 0, 6, 47, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/pa.po, 486, 1734, 2182, 0, 0, 265, 1984, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/nl.po, 745, 3671, 3726, 0, 0, 6, 47, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/nb.po, 92, 294, 330, 0, 0, 659, 3424, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ms.po, 8, 22, 22, 0, 0, 743, 3696, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/mr.po, 63, 157, 181, 0, 0, 688, 3561, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ml.po, 16, 50, 57, 1, 4, 734, 3664, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/lt.po, 219, 715, 663, 1, 2, 531, 3001, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ko.po, 402, 2230, 1978, 3, 29, 346, 1459, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/kk.po, 135, 326, 316, 1, 2, 615, 3390, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ka.po, 105, 221, 214, 1, 2, 645, 3495, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ja.po, 669, 3293, 1374, 0, 0, 82, 425, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/it.po, 622, 3070, 3579, 0, 0, 129, 648, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/id.po, 218, 645, 674, 1, 2, 532, 3071, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/hu.po, 745, 3671, 3633, 0, 0, 6, 47, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/he.po, 45, 93, 103, 0, 0, 706, 3625, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/gu.po, 78, 176, 224, 0, 0, 673, 3542, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/gd.po, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/fur.po, 551, 2555, 3169, 2, 8, 198, 1155, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/fr.po, 745, 3671, 4657, 0, 0, 6, 47, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/fil.po, 144, 513, 665, 0, 0, 607, 3205, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/fi.po, 340, 1146, 1039, 0, 0, 411, 2572, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/eu.po, 333, 1140, 1121, 0, 0, 418, 2578, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/es.po, 744, 3661, 4336, 0, 0, 7, 57, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/eo.po, 520, 2073, 2031, 0, 0, 231, 1645, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/en_GB.po, 333, 1381, 1381, 0, 0, 418, 2337, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/el.po, 5, 5, 6, 0, 0, 746, 3713, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/dnf.pot, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/de.po, 672, 3288, 3291, 0, 0, 79, 430, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/da.po, 745, 3671, 3542, 0, 0, 6, 47, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/cs.po, 618, 2887, 2822, 0, 0, 133, 831, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ca.po, 618, 2838, 3698, 0, 0, 133, 880, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/bg.po, 383, 1652, 1778, 0, 0, 368, 2066, 751, 3718 -dnf-4.2.2-2.fc30.src.rpm.stats.csv, po/ar.po, 21, 80, 71, 0, 0, 730, 3638, 751, 3718 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 147, 953, 344, 0, 0, 41, 227, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 136, 770, 299, 0, 0, 52, 410, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/uk.po, 188, 1180, 1203, 0, 0, 0, 0, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/tr.po, 30, 170, 156, 0, 0, 158, 1010, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/sv.po, 188, 1180, 1091, 0, 0, 0, 0, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/sr.po, 50, 237, 240, 0, 0, 138, 943, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/sq.po, 2, 10, 9, 0, 0, 186, 1170, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/ru.po, 188, 1180, 1136, 0, 0, 0, 0, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 133, 746, 845, 0, 0, 55, 434, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/pl.po, 188, 1180, 1162, 0, 0, 0, 0, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/pa.po, 25, 101, 128, 0, 0, 163, 1079, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/ko.po, 116, 652, 594, 0, 0, 72, 528, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/ja.po, 136, 770, 326, 0, 0, 52, 410, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/it.po, 131, 726, 866, 1, 13, 56, 441, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/id.po, 38, 219, 229, 0, 0, 150, 961, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/hu.po, 188, 1180, 1132, 0, 0, 0, 0, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/fr.po, 188, 1180, 1418, 0, 0, 0, 0, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/fi.po, 40, 164, 139, 0, 0, 148, 1016, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/eu.po, 5, 5, 5, 0, 0, 183, 1175, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/es.po, 184, 1133, 1287, 0, 0, 4, 47, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/dnf-plugins-core.pot, 0, 0, 0, 0, 0, 188, 1180, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/de.po, 131, 729, 734, 0, 0, 57, 451, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/da.po, 188, 1180, 1089, 0, 0, 0, 0, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/cs.po, 121, 685, 654, 0, 0, 67, 495, 188, 1180 -dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv, po/ca.po, 119, 673, 851, 0, 0, 69, 507, 188, 1180 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/de.po, 501, 2918, 2721, 0, 0, 0, 0, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/fr.po, 400, 2284, 3028, 46, 285, 55, 349, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/id.po, 132, 745, 738, 153, 858, 216, 1315, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/es.po, 253, 1430, 1605, 186, 1101, 62, 387, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/ro.po, 134, 757, 775, 152, 856, 215, 1305, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/no.po, 134, 757, 754, 152, 856, 215, 1305, 501, 2918 -dnsmasq-2.80-4.fc30.src.rpm.stats.csv, po/pl.po, 484, 2805, 3128, 11, 70, 6, 43, 501, 2918 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/zh_CN.po, 292, 4132, 900, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/uk.po, 280, 3838, 3963, 3, 18, 9, 276, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/sv.po, 292, 4132, 3629, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/pt_BR.po, 292, 4132, 4495, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/pl.po, 292, 4132, 3748, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/nl.po, 257, 3253, 2975, 9, 92, 26, 787, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/fr.po, 292, 4132, 4593, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/es.po, 237, 2897, 3205, 13, 195, 42, 1040, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/dos2unix-man.pot, 0, 0, 0, 0, 0, 292, 4132, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po-man/de.po, 292, 4132, 3876, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/zh_TW.po, 73, 649, 403, 31, 266, 21, 123, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/zh_CN.po, 125, 1038, 567, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/vi.po, 124, 928, 1291, 0, 0, 1, 110, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/uk.po, 120, 993, 1099, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/sv.po, 125, 1038, 960, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/sr.po, 120, 993, 969, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/ru.po, 125, 1038, 1029, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/pt_BR.po, 125, 1038, 1228, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/pl.po, 125, 1038, 997, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/nl.po, 119, 883, 851, 0, 0, 6, 155, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/nb.po, 125, 1038, 926, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/ja.po, 120, 993, 691, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/hu.po, 120, 993, 947, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/fr.po, 125, 1038, 1225, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/es.po, 116, 938, 1118, 4, 55, 5, 45, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/eo.po, 114, 815, 740, 5, 68, 6, 155, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/dos2unix.pot, 0, 0, 0, 0, 0, 125, 1038, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/de.po, 120, 993, 987, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-6.fc30.src.rpm.stats.csv, po/da.po, 120, 993, 864, 0, 0, 5, 45, 125, 1038 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 1499, 9697, 3127, 49, 444, 18, 119, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 1499, 9697, 3127, 0, 0, 0, 0, 1499, 9697 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/vi.po, 1547, 10128, 14506, 13, 85, 6, 47, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/vi.gmo, 1547, 10128, 14506, 0, 0, 0, 0, 1547, 10128 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/uk.po, 1564, 10240, 11203, 1, 4, 1, 16, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/uk.gmo, 1564, 10240, 11203, 0, 0, 0, 0, 1564, 10240 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/tr.po, 672, 3766, 3843, 424, 2918, 470, 3576, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/tr.gmo, 672, 3766, 3843, 0, 0, 0, 0, 672, 3766 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/sv.po, 1564, 10240, 9971, 1, 4, 1, 16, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/sv.gmo, 1564, 10240, 9971, 0, 0, 0, 0, 1564, 10240 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/sr.po, 1516, 9796, 10467, 35, 360, 15, 104, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/sr.gmo, 1516, 9796, 10467, 0, 0, 0, 0, 1516, 9796 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/pl.po, 1564, 10240, 10499, 1, 4, 1, 16, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/pl.gmo, 1564, 10240, 10499, 0, 0, 0, 0, 1564, 10240 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/nl.po, 1466, 9141, 9617, 47, 559, 53, 560, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/nl.gmo, 1466, 9141, 9617, 0, 0, 0, 0, 1466, 9141 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/ms.po, 237, 953, 964, 638, 2949, 691, 6358, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/ms.gmo, 237, 953, 964, 0, 0, 0, 0, 237, 953 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/it.po, 607, 3115, 3631, 483, 3282, 476, 3863, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/it.gmo, 607, 3115, 3631, 0, 0, 0, 0, 607, 3115 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/id.po, 816, 4875, 4947, 358, 2583, 392, 2802, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/id.gmo, 816, 4875, 4947, 0, 0, 0, 0, 816, 4875 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/hu.po, 1516, 9796, 9661, 35, 360, 15, 104, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/hu.gmo, 1516, 9796, 9661, 0, 0, 0, 0, 1516, 9796 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/fr.po, 1564, 10240, 13359, 1, 4, 1, 16, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/fi.po, 241, 1074, 898, 106, 528, 1219, 8658, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/fi.gmo, 241, 1074, 898, 0, 0, 0, 0, 241, 1074 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/es.po, 1564, 10240, 14124, 1, 4, 1, 16, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/es.gmo, 1564, 10240, 14124, 0, 0, 0, 0, 1564, 10240 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/eo.po, 918, 5210, 5268, 152, 897, 496, 4153, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/eo.gmo, 918, 5210, 5268, 0, 0, 0, 0, 918, 5210 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/e2fsprogs.pot, 0, 0, 0, 0, 0, 1569, 10272, 1569, 10272 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/de.po, 1516, 9796, 10937, 35, 360, 15, 104, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/de.gmo, 1516, 9796, 10937, 0, 0, 0, 0, 1516, 9796 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/da.po, 1365, 8206, 8136, 1, 4, 200, 2050, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/da.gmo, 1365, 8206, 8136, 0, 0, 0, 0, 1365, 8206 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/cs.po, 1564, 10240, 10616, 1, 4, 1, 16, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/cs.gmo, 1564, 10240, 10616, 0, 0, 0, 0, 1564, 10240 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/ca.po, 1253, 7784, 11026, 186, 1409, 127, 1067, 1566, 10260 -e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv, po/ca.gmo, 1253, 7784, 11026, 0, 0, 0, 0, 1253, 7784 -elfutils-0.176-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/de.po, 226, 875, 847, 177, 886, 838, 6725, 1241, 8486 -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/es.po, 899, 5985, 7201, 240, 1671, 102, 830, 1241, 8486 -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/ja.po, 513, 2958, 1529, 246, 1402, 482, 4126, 1241, 8486 -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/pl.po, 1125, 7486, 7859, 99, 847, 17, 153, 1241, 8486 -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/uk.po, 1085, 7158, 7796, 126, 1030, 30, 298, 1241, 8486 -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/en@quot.po, 1241, 8486, 8486, 0, 0, 0, 0, 1241, 8486 -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/en@boldquot.po, 1241, 8486, 8487, 0, 0, 0, 0, 1241, 8486 -elfutils-0.176-1.fc30.src.rpm.stats.csv, po/elfutils.pot, 0, 0, 0, 0, 0, 1241, 8486, 1241, 8486 -eog-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 115, 1550, 373, 0, 0, 19, 39, 134, 1589 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 99, 327, 186, 134, 1203, 151, 3019, 384, 4549 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/uk/uk.po, 234, 3273, 2766, 0, 0, 0, 0, 234, 3273 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/th/th.po, 75, 763, 298, 0, 0, 159, 2504, 234, 3267 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/te/te.po, 38, 41, 45, 0, 0, 346, 4497, 384, 4538 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/sv/sv.po, 395, 4727, 4347, 0, 0, 0, 0, 395, 4727 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/sl/sl.po, 430, 5061, 4248, 0, 0, 0, 0, 430, 5061 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/ru/ru.po, 419, 4931, 4187, 0, 0, 11, 130, 430, 5061 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/ro/ro.po, 56, 256, 273, 0, 0, 360, 4620, 416, 4876 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 396, 4697, 5113, 0, 0, 0, 0, 396, 4697 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/pl/pl.po, 395, 4750, 3801, 0, 0, 0, 0, 395, 4750 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/pa/pa.po, 174, 1453, 1506, 0, 0, 60, 1820, 234, 3273 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/oc/oc.po, 69, 162, 193, 0, 0, 165, 3107, 234, 3269 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/lv/lv.po, 398, 4739, 3657, 0, 0, 0, 0, 398, 4739 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/ko/ko.po, 416, 4876, 3439, 0, 0, 0, 0, 416, 4876 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/ja/ja.po, 414, 4866, 885, 2, 10, 0, 0, 416, 4876 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/it/it.po, 234, 3273, 3350, 0, 0, 0, 0, 234, 3273 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/hu/hu.po, 395, 4750, 3918, 0, 0, 0, 0, 395, 4750 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/gl/gl.po, 430, 5061, 5061, 0, 0, 0, 0, 430, 5061 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/fr/fr.po, 396, 4699, 5219, 0, 0, 0, 0, 396, 4699 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/fi/fi.po, 404, 4805, 3018, 2, 31, 10, 40, 416, 4876 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/eu/eu.po, 217, 3053, 2295, 0, 0, 0, 0, 217, 3053 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/es/es.po, 396, 4697, 4915, 0, 0, 0, 0, 396, 4697 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/en_GB/en_GB.po, 234, 3273, 3285, 0, 0, 0, 0, 234, 3273 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/el/el.po, 416, 4876, 4841, 0, 0, 0, 0, 416, 4876 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/de/de.po, 395, 4727, 4507, 0, 0, 0, 0, 395, 4727 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/da/da.po, 234, 3273, 3018, 0, 0, 0, 0, 234, 3273 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/cs/cs.po, 395, 4727, 4177, 0, 0, 0, 0, 395, 4727 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/ca/ca.po, 245, 3008, 3110, 100, 1269, 53, 462, 398, 4739 -eog-3.32.1-2.fc30.src.rpm.stats.csv, help/ar/ar.po, 228, 2853, 2290, 0, 0, 6, 420, 234, 3273 -eog-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/zu.po, 290, 1144, 961, 5, 40, 26, 416, 321, 1600 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 327, 1680, 457, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 339, 1746, 485, 0, 0, 0, 0, 339, 1746 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 327, 1675, 486, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/xh.po, 293, 1140, 993, 7, 37, 20, 412, 320, 1589 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/wa.po, 190, 819, 1091, 0, 0, 0, 0, 190, 819 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 327, 1680, 2018, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/uz.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 324, 1672, 1459, 0, 0, 0, 0, 324, 1672 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 327, 1616, 1263, 0, 0, 0, 0, 327, 1616 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ts.po, 320, 1589, 1886, 0, 0, 0, 0, 320, 1589 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 327, 1680, 1366, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/tk.po, 60, 143, 139, 24, 79, 66, 335, 150, 557 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 323, 1675, 545, 0, 0, 0, 0, 323, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 292, 1559, 1578, 0, 0, 0, 0, 292, 1559 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 327, 1616, 1331, 0, 0, 0, 0, 327, 1616 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 327, 1616, 1334, 0, 0, 0, 0, 327, 1616 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 327, 1680, 1547, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 327, 1675, 1754, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 327, 1680, 1758, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/sq.po, 282, 1223, 1354, 0, 0, 0, 0, 282, 1223 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 327, 1680, 1607, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 327, 1680, 1575, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/si.po, 156, 349, 392, 0, 0, 75, 607, 231, 956 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/rw.po, 35, 36, 39, 108, 568, 35, 63, 178, 667 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 327, 1680, 1512, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 327, 1680, 1841, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 323, 1675, 1843, 0, 0, 0, 0, 323, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ps.po, 252, 750, 824, 0, 0, 26, 443, 278, 1193 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 327, 1680, 1563, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 326, 1674, 1767, 0, 0, 0, 0, 326, 1674 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 244, 1200, 1193, 53, 242, 7, 81, 304, 1523 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 316, 1606, 1796, 2, 8, 5, 63, 323, 1677 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/nso.po, 149, 554, 815, 2, 5, 7, 55, 158, 614 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/nn.po, 270, 1152, 1146, 0, 0, 0, 0, 270, 1152 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 327, 1680, 1626, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 263, 938, 945, 47, 292, 29, 516, 339, 1746 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/nds.po, 143, 293, 274, 0, 0, 160, 1220, 303, 1513 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 327, 1675, 1537, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/my.po, 126, 225, 222, 0, 0, 190, 1400, 316, 1625 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 141, 481, 460, 3, 41, 6, 35, 150, 557 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 339, 1746, 1605, 0, 0, 0, 0, 339, 1746 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/mn.po, 88, 324, 280, 30, 143, 32, 90, 150, 557 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 327, 1675, 1278, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 323, 1607, 1700, 0, 0, 0, 0, 323, 1607 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/mg.po, 192, 821, 887, 0, 0, 0, 0, 192, 821 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 180, 676, 752, 0, 0, 105, 579, 285, 1255 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 327, 1680, 1432, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 327, 1680, 1441, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 180, 445, 479, 11, 51, 56, 502, 247, 998 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ks.po, 246, 953, 1020, 4, 16, 28, 224, 278, 1193 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 327, 1680, 1275, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 327, 1616, 1368, 0, 0, 0, 0, 327, 1616 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 324, 1603, 625, 2, 10, 1, 3, 327, 1616 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 327, 1680, 1392, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ka.po, 187, 695, 598, 0, 0, 0, 0, 187, 695 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 327, 1680, 475, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 327, 1680, 1703, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 327, 1675, 1590, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 327, 1680, 1602, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 327, 1680, 1440, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 324, 1675, 1580, 0, 0, 0, 0, 324, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 327, 1616, 1857, 0, 0, 0, 0, 327, 1616 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 323, 1675, 1577, 0, 0, 0, 0, 323, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 326, 1615, 1689, 0, 0, 0, 0, 326, 1615 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 327, 1680, 1966, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 327, 1675, 2167, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 190, 410, 506, 41, 172, 102, 1083, 333, 1665 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/fy.po, 119, 210, 218, 0, 0, 193, 1395, 312, 1605 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 327, 1680, 1916, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 327, 1680, 1255, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 327, 1675, 1782, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 327, 1675, 1364, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 288, 1502, 1215, 0, 0, 0, 0, 288, 1502 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 327, 1680, 1944, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 327, 1680, 1587, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 326, 1674, 1706, 0, 0, 0, 0, 326, 1674 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 323, 1607, 1610, 0, 0, 0, 0, 323, 1607 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 304, 1523, 1523, 0, 0, 0, 0, 304, 1523 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 327, 1680, 1762, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/dz.po, 270, 1152, 585, 0, 0, 0, 0, 270, 1152 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 327, 1680, 1653, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 324, 1675, 1549, 0, 0, 0, 0, 324, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/cy.po, 187, 706, 807, 0, 0, 0, 0, 187, 706 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 327, 1680, 1566, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 327, 1675, 1964, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 327, 1680, 1975, 0, 0, 0, 0, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 288, 1502, 1472, 0, 0, 0, 0, 288, 1502 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/br.po, 183, 467, 555, 0, 0, 111, 973, 294, 1440 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 312, 1566, 1757, 0, 0, 0, 0, 312, 1566 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 305, 1527, 1615, 0, 0, 0, 0, 305, 1527 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 327, 1675, 1733, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 285, 1255, 1103, 0, 0, 0, 0, 285, 1255 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 327, 1675, 1559, 0, 0, 0, 0, 327, 1675 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/az.po, 87, 324, 297, 28, 141, 35, 92, 150, 557 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 320, 1589, 1753, 0, 0, 0, 0, 320, 1589 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 339, 1746, 1770, 0, 0, 0, 0, 339, 1746 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 323, 1539, 1491, 0, 0, 4, 141, 327, 1680 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 288, 1502, 1637, 0, 0, 0, 0, 288, 1502 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/am.po, 30, 80, 68, 42, 94, 78, 383, 150, 557 -eog-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 318, 1404, 1393, 0, 0, 9, 271, 327, 1675 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 249, 2476, 2320, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 51, 568, 471, 10, 69, 126, 1998, 187, 2635 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 249, 2476, 2527, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 249, 2476, 1795, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 249, 2476, 1817, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 249, 2476, 2064, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 91, 215, 224, 0, 0, 158, 2261, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 291, 3054, 3247, 0, 0, 0, 0, 291, 3054 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/es/es.po, 249, 2476, 2522, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/el/el.po, 291, 3054, 3142, 0, 0, 0, 0, 291, 3054 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/de/de.po, 249, 2476, 2302, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 249, 2476, 1983, 0, 0, 0, 0, 249, 2476 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 717, 3876, 1088, 0, 0, 0, 0, 717, 3876 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 593, 2564, 827, 0, 0, 0, 0, 593, 2564 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 708, 3808, 1064, 0, 0, 0, 0, 708, 3808 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/yo.po, 479, 1553, 1795, 95, 276, 87, 533, 661, 2362 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/wa.po, 528, 1137, 1371, 0, 0, 237, 1595, 765, 2732 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/vi.po, 495, 1757, 2381, 0, 0, 0, 0, 495, 1757 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 539, 1807, 1653, 4, 17, 121, 1049, 664, 2873 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/uz.po, 681, 2405, 2215, 0, 0, 71, 599, 752, 3004 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/uk.po, 633, 3278, 2764, 0, 0, 0, 0, 633, 3278 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ug.po, 570, 2461, 2118, 0, 0, 0, 0, 570, 2461 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/tr.po, 738, 4012, 3467, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/tk.po, 573, 1702, 1598, 0, 0, 207, 1080, 780, 2782 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/th.po, 597, 2618, 969, 0, 0, 0, 0, 597, 2618 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/tg.po, 172, 265, 309, 6, 10, 399, 2219, 577, 2494 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/te.po, 574, 2413, 2121, 0, 0, 0, 0, 574, 2413 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ta.po, 570, 2461, 2259, 0, 0, 0, 0, 570, 2461 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/sv.po, 738, 4012, 3736, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 697, 3599, 3601, 0, 0, 0, 0, 697, 3599 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/sr.po, 738, 4012, 4045, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/sq.po, 755, 3011, 3382, 0, 0, 0, 0, 755, 3011 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/sl.po, 738, 4012, 3811, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/sk.po, 613, 2652, 2594, 21, 122, 74, 996, 708, 3770 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/si.po, 127, 197, 282, 0, 0, 756, 3864, 883, 4061 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/rw.po, 141, 251, 230, 588, 2753, 109, 216, 838, 3220 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ru.po, 738, 4012, 3601, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ro.po, 738, 4012, 4187, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 738, 4012, 4501, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/pt.po, 652, 2826, 2953, 1, 3, 11, 44, 664, 2873 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ps.po, 219, 401, 412, 8, 12, 502, 2469, 729, 2882 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/pl.po, 738, 4012, 3632, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/pa.po, 609, 2013, 2217, 2, 54, 52, 804, 663, 2871 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/or.po, 469, 1495, 1695, 40, 184, 79, 860, 588, 2539 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/oc.po, 701, 3593, 4087, 0, 0, 15, 180, 716, 3773 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/nn.po, 753, 3006, 2822, 0, 0, 0, 0, 753, 3006 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/nl.po, 738, 4012, 3995, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ne.po, 369, 865, 917, 147, 632, 125, 1816, 641, 3313 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/nds.po, 468, 1047, 987, 15, 52, 257, 1954, 740, 3053 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/nb.po, 676, 3166, 3010, 1, 14, 35, 577, 712, 3757 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ms.po, 467, 1537, 1438, 181, 669, 93, 867, 741, 3073 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/mr.po, 574, 2413, 2356, 0, 0, 0, 0, 574, 2413 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/mn.po, 758, 3054, 2643, 0, 0, 0, 0, 758, 3054 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ml.po, 360, 988, 894, 150, 763, 187, 1848, 697, 3599 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/mk.po, 613, 2199, 2300, 0, 0, 0, 0, 613, 2199 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/mi.po, 98, 114, 166, 76, 122, 591, 2496, 765, 2732 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/mg.po, 830, 3684, 4108, 12, 99, 1, 15, 843, 3798 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/mai.po, 657, 2530, 2728, 0, 0, 83, 501, 740, 3031 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/lv.po, 738, 4012, 3489, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/lt.po, 738, 4012, 3360, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/li.po, 406, 1057, 1002, 223, 718, 136, 957, 765, 2732 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ku.po, 433, 1078, 1126, 40, 165, 280, 1762, 753, 3005 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ko.po, 734, 3931, 3110, 0, 0, 0, 0, 734, 3931 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/kn.po, 574, 2413, 2097, 0, 0, 0, 0, 574, 2413 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/km.po, 599, 2072, 991, 2, 35, 12, 92, 613, 2199 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/kk.po, 447, 1116, 1095, 0, 0, 287, 2818, 734, 3934 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ka.po, 729, 3010, 2578, 0, 0, 2, 37, 731, 3047 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ja.po, 611, 2749, 919, 0, 0, 0, 0, 611, 2749 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/it.po, 738, 4012, 4313, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/is.po, 266, 518, 517, 28, 83, 301, 1988, 595, 2589 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ig.po, 536, 1949, 2038, 146, 511, 70, 544, 752, 3004 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/id.po, 738, 4012, 3816, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/hy.po, 367, 1241, 1046, 0, 0, 385, 1760, 752, 3001 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/hu.po, 738, 4012, 3650, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/hr.po, 717, 3876, 3561, 0, 0, 0, 0, 717, 3876 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/hi.po, 570, 2461, 2958, 0, 0, 0, 0, 570, 2461 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/he.po, 578, 2810, 2649, 0, 0, 0, 0, 578, 2810 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/gv.po, 666, 2764, 3387, 44, 198, 21, 82, 731, 3044 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/gu.po, 499, 1423, 1645, 22, 167, 72, 974, 593, 2564 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/gl.po, 734, 3931, 4482, 0, 0, 0, 0, 734, 3931 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ga.po, 413, 1062, 1264, 32, 97, 133, 1336, 578, 2495 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/fur.po, 734, 3931, 4646, 0, 0, 0, 0, 734, 3931 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/fr.po, 738, 4012, 4826, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/fi.po, 678, 2950, 2288, 4, 17, 52, 964, 734, 3931 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/fa.po, 664, 2873, 3187, 0, 0, 0, 0, 664, 2873 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/eu.po, 734, 3931, 3468, 0, 0, 0, 0, 734, 3931 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/et.po, 496, 1758, 1541, 0, 0, 0, 0, 496, 1758 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/es.po, 738, 4012, 4540, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/eo.po, 662, 2828, 2638, 1, 3, 0, 0, 663, 2831 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/en_GB.po, 738, 4012, 4032, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/en_CA.po, 651, 2291, 2298, 0, 0, 0, 0, 651, 2291 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 692, 2644, 2645, 41, 408, 0, 0, 733, 3052 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/el.po, 712, 3843, 4176, 20, 92, 16, 105, 748, 4040 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/dz.po, 918, 4246, 2200, 0, 0, 0, 0, 918, 4246 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/de.po, 738, 4012, 3905, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/da.po, 738, 4012, 3769, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/cy.po, 844, 3788, 4130, 0, 0, 0, 0, 844, 3788 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/cs.po, 738, 4012, 3853, 0, 0, 0, 0, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 696, 3589, 4224, 0, 0, 0, 0, 696, 3589 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ca.po, 714, 3697, 4316, 5, 37, 19, 278, 738, 4012 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/bs.po, 596, 2615, 2505, 0, 0, 0, 0, 596, 2615 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/br.po, 574, 1751, 1984, 0, 0, 163, 1250, 737, 3001 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 643, 2291, 2660, 0, 0, 0, 0, 643, 2291 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/bn.po, 352, 1132, 1375, 101, 382, 142, 1075, 595, 2589 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/bg.po, 613, 2698, 2900, 2, 54, 3, 35, 618, 2787 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/be@latin.po, 918, 4246, 3748, 0, 0, 0, 0, 918, 4246 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/be.po, 717, 3876, 3421, 0, 0, 0, 0, 717, 3876 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/az.po, 780, 2782, 2711, 0, 0, 0, 0, 780, 2782 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ast.po, 741, 3073, 3335, 0, 0, 0, 0, 741, 3073 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/as.po, 594, 2592, 2854, 0, 0, 0, 0, 594, 2592 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/ar.po, 584, 2328, 2196, 0, 0, 32, 454, 616, 2782 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/an.po, 495, 1757, 1920, 0, 0, 0, 0, 495, 1757 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/am.po, 197, 288, 350, 251, 522, 317, 1922, 765, 2732 -epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv, po/af.po, 604, 1952, 1976, 0, 0, 144, 2088, 748, 4040 -evince-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 673, 7537, 6491, 0, 0, 0, 0, 673, 7537 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 667, 7513, 5095, 6, 24, 0, 0, 673, 7537 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/oc/oc.po, 41, 64, 73, 0, 0, 111, 1703, 152, 1767 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 670, 7525, 7379, 3, 12, 0, 0, 673, 7537 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 581, 6465, 4127, 39, 707, 12, 99, 632, 7271 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 631, 6952, 5880, 0, 0, 0, 0, 631, 6952 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 673, 7537, 8160, 0, 0, 0, 0, 673, 7537 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 653, 7485, 6925, 0, 0, 0, 0, 653, 7485 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/sl/sl.po, 630, 6994, 5974, 0, 0, 0, 0, 630, 6994 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/nl/nl.po, 399, 3713, 3629, 0, 0, 240, 3669, 639, 7382 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/ja/ja.po, 629, 6990, 1689, 0, 0, 1, 4, 630, 6994 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 677, 7562, 5958, 0, 0, 0, 0, 677, 7562 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/eu/eu.po, 152, 1767, 1341, 0, 0, 0, 0, 152, 1767 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 653, 7485, 7389, 0, 0, 0, 0, 653, 7485 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 630, 6994, 7043, 0, 0, 0, 0, 630, 6994 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/lv/lv.po, 636, 7089, 5666, 0, 0, 0, 0, 636, 7089 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/vi/vi.po, 204, 1651, 2028, 0, 0, 9, 268, 213, 1919 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/uk/uk.po, 151, 1742, 1365, 1, 25, 0, 0, 152, 1767 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/id/id.po, 636, 7323, 6463, 0, 0, 0, 0, 636, 7323 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/bg/bg.po, 154, 1753, 1691, 0, 0, 0, 0, 154, 1753 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 238, 1639, 1810, 0, 0, 398, 5450, 636, 7089 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 639, 7382, 8238, 0, 0, 0, 0, 639, 7382 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 213, 1919, 373, 0, 0, 0, 0, 213, 1919 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/ro/ro.po, 321, 4017, 3994, 245, 2608, 82, 842, 648, 7467 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/en_GB/en_GB.po, 212, 1918, 1926, 0, 0, 0, 0, 212, 1918 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/it/it.po, 212, 1918, 1975, 0, 0, 0, 0, 212, 1918 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/sr/sr.po, 48, 521, 485, 0, 0, 108, 1247, 156, 1768 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 665, 7346, 7762, 8, 173, 4, 43, 677, 7562 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 213, 1919, 373, 0, 0, 0, 0, 213, 1919 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 595, 6634, 1808, 0, 0, 0, 0, 595, 6634 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 677, 7562, 7047, 0, 0, 0, 0, 677, 7562 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 677, 7562, 6330, 0, 0, 0, 0, 677, 7562 -evince-3.32.0-1.fc30.src.rpm.stats.csv, help/te/te.po, 23, 81, 82, 0, 0, 575, 6554, 598, 6635 -evince-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.gmo, 247, 838, 936, 0, 0, 0, 0, 247, 838 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 416, 1654, 1545, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 247, 838, 936, 24, 91, 24, 91, 295, 1020 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.gmo, 242, 621, 626, 0, 0, 0, 0, 242, 621 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 204, 429, 492, 8, 44, 147, 1115, 359, 1588 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 368, 1523, 1599, 0, 0, 0, 0, 368, 1523 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.gmo, 312, 1155, 1084, 0, 0, 0, 0, 312, 1155 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 410, 1631, 1765, 0, 0, 0, 0, 410, 1631 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 354, 1518, 522, 0, 0, 0, 0, 354, 1518 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 393, 1698, 1881, 0, 0, 0, 0, 393, 1698 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 400, 1595, 620, 0, 0, 0, 0, 400, 1595 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 416, 1654, 1600, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 333, 1392, 1342, 0, 0, 0, 0, 333, 1392 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 355, 1525, 1688, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 364, 1435, 1434, 0, 0, 0, 0, 364, 1435 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.gmo, 416, 1654, 1463, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 366, 1437, 1618, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.gmo, 410, 1650, 1551, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 355, 1525, 1375, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 368, 1523, 1599, 0, 0, 0, 0, 368, 1523 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 416, 1654, 1806, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 392, 1664, 2129, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 416, 1654, 1617, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/br.gmo, 199, 572, 677, 0, 0, 0, 0, 199, 572 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.gmo, 378, 1624, 1928, 0, 0, 0, 0, 378, 1624 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 392, 1662, 1647, 0, 0, 0, 0, 392, 1662 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 392, 1664, 1961, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 218, 730, 767, 0, 0, 0, 0, 218, 730 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.gmo, 392, 1664, 2129, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 393, 1698, 641, 0, 0, 0, 0, 393, 1698 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 360, 1532, 1473, 0, 0, 0, 0, 360, 1532 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 410, 1650, 2196, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 355, 1525, 1311, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 397, 1701, 1920, 0, 0, 0, 0, 397, 1701 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 416, 1654, 2047, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 416, 1654, 1464, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 242, 621, 626, 6, 38, 76, 603, 324, 1262 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.gmo, 291, 1048, 1192, 0, 0, 0, 0, 291, 1048 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/km.gmo, 382, 1520, 660, 0, 0, 0, 0, 382, 1520 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.gmo, 333, 1392, 1342, 0, 0, 0, 0, 333, 1392 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 392, 1560, 1578, 0, 0, 0, 0, 392, 1560 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 355, 1525, 1620, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 366, 1437, 1574, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 397, 1701, 1517, 0, 0, 0, 0, 397, 1701 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.gmo, 358, 1287, 1092, 0, 0, 0, 0, 358, 1287 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 410, 1650, 571, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 355, 1525, 1817, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.gmo, 149, 601, 800, 0, 0, 0, 0, 149, 601 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 291, 1048, 1192, 0, 0, 0, 0, 291, 1048 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 410, 1650, 1582, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 366, 1437, 1618, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 355, 1525, 1375, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 416, 1654, 1344, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 416, 1654, 1610, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 393, 1698, 1544, 0, 0, 0, 0, 393, 1698 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 392, 1664, 1553, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 355, 1525, 1480, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 355, 1525, 1678, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 416, 1654, 1968, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 416, 1654, 1456, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 416, 1654, 1600, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 416, 1654, 1452, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 23, 25, 28, 95, 522, 30, 52, 148, 599 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 410, 1650, 1527, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 392, 1662, 1647, 0, 0, 0, 0, 392, 1662 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 416, 1654, 1390, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 355, 1525, 1678, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 416, 1654, 1824, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 392, 1664, 1553, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 410, 1650, 1673, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 125, 219, 267, 0, 0, 167, 785, 292, 1004 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 366, 1437, 1440, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 355, 1525, 1369, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 354, 1518, 522, 0, 0, 0, 0, 354, 1518 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/my.gmo, 324, 1084, 722, 0, 0, 0, 0, 324, 1084 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/si.gmo, 125, 219, 267, 0, 0, 0, 0, 125, 219 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 416, 1654, 1674, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 368, 1523, 1269, 0, 0, 0, 0, 368, 1523 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.gmo, 366, 1437, 1355, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/an.gmo, 356, 1521, 1690, 0, 0, 0, 0, 356, 1521 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 149, 601, 800, 0, 0, 0, 0, 149, 601 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 416, 1654, 1930, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 410, 1650, 1673, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 416, 1654, 1980, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.po, 358, 1287, 1092, 4, 119, 0, 0, 362, 1406 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 360, 1527, 1563, 0, 0, 0, 0, 360, 1527 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 248, 746, 780, 0, 0, 30, 243, 278, 989 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 312, 1155, 1084, 0, 0, 0, 0, 312, 1155 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 416, 1654, 1681, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/af.gmo, 345, 1429, 1469, 0, 0, 0, 0, 345, 1429 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 416, 1654, 1545, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.gmo, 296, 872, 946, 0, 0, 0, 0, 296, 872 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 251, 842, 685, 0, 0, 0, 0, 251, 842 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 416, 1654, 1916, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 416, 1654, 1617, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 397, 1701, 1920, 0, 0, 0, 0, 397, 1701 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 416, 1654, 1464, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/evince.pot, 0, 0, 0, 0, 0, 412, 1654, 412, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 416, 1654, 1463, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.gmo, 248, 746, 780, 0, 0, 0, 0, 248, 746 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 378, 1624, 1928, 0, 0, 17, 76, 395, 1700 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 366, 1437, 1355, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.gmo, 218, 730, 767, 0, 0, 0, 0, 218, 730 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 416, 1654, 1444, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 416, 1654, 1610, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 410, 1650, 1527, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/is.gmo, 392, 1560, 1581, 0, 0, 0, 0, 392, 1560 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 392, 1560, 1578, 0, 0, 0, 0, 392, 1560 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ks.gmo, 231, 789, 821, 0, 0, 0, 0, 231, 789 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.gmo, 251, 842, 685, 0, 0, 0, 0, 251, 842 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 360, 1532, 1473, 0, 0, 0, 0, 360, 1532 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 366, 1437, 1574, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 416, 1654, 1980, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 360, 1589, 1278, 0, 0, 0, 0, 360, 1589 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 345, 1429, 1469, 0, 0, 10, 96, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.gmo, 292, 1002, 467, 0, 0, 0, 0, 292, 1002 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 400, 1595, 620, 0, 0, 0, 0, 400, 1595 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 416, 1654, 1344, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 392, 1664, 1765, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 393, 1698, 641, 0, 0, 0, 0, 393, 1698 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 400, 1598, 1539, 0, 0, 0, 0, 400, 1598 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 410, 1631, 1608, 0, 0, 0, 0, 410, 1631 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.gmo, 364, 1435, 1434, 0, 0, 0, 0, 364, 1435 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 355, 1525, 1311, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ks.po, 231, 789, 821, 38, 166, 9, 34, 278, 989 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 410, 1631, 1574, 0, 0, 0, 0, 410, 1631 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 416, 1654, 1674, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 416, 1654, 1446, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 392, 1664, 1961, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 366, 1437, 1440, 0, 0, 0, 0, 366, 1437 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 416, 1654, 1916, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 392, 1664, 1765, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 416, 1654, 1824, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 296, 872, 946, 7, 37, 62, 544, 365, 1453 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 410, 1650, 1551, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 416, 1654, 1563, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 400, 1598, 1539, 6, 19, 4, 33, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 416, 1654, 1930, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 382, 1520, 660, 0, 0, 0, 0, 382, 1520 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 248, 872, 942, 0, 0, 64, 283, 312, 1155 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 405, 1589, 585, 0, 0, 0, 0, 405, 1589 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 393, 1698, 1881, 0, 0, 0, 0, 393, 1698 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 405, 1589, 585, 1, 4, 4, 38, 410, 1631 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 392, 1560, 1581, 0, 0, 0, 0, 392, 1560 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 416, 1654, 1671, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 410, 1631, 1765, 0, 0, 0, 0, 410, 1631 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 416, 1654, 1456, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 355, 1525, 1688, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 416, 1654, 1452, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 416, 1654, 2047, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 393, 1698, 1544, 0, 0, 0, 0, 393, 1698 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 333, 1392, 1523, 0, 0, 0, 0, 333, 1392 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 416, 1654, 1642, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 416, 1654, 1563, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 416, 1654, 1642, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 392, 1664, 1817, 0, 0, 0, 0, 392, 1664 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 355, 1525, 1817, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 416, 1654, 1993, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 360, 1589, 1278, 0, 0, 0, 0, 360, 1589 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 410, 1650, 571, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/my.po, 324, 1084, 722, 6, 31, 41, 378, 371, 1493 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 416, 1654, 1444, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 355, 1525, 1369, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 397, 1701, 1517, 0, 0, 0, 0, 397, 1701 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 416, 1654, 1681, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 360, 1527, 1563, 0, 0, 0, 0, 360, 1527 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 199, 572, 677, 4, 15, 122, 673, 325, 1260 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.gmo, 333, 1392, 1523, 0, 0, 0, 0, 333, 1392 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 292, 1002, 467, 0, 0, 0, 0, 292, 1002 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 410, 1631, 1574, 0, 0, 0, 0, 410, 1631 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.gmo, 23, 25, 28, 0, 0, 0, 0, 23, 25 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 410, 1650, 1582, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.gmo, 368, 1523, 1298, 0, 0, 0, 0, 368, 1523 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 355, 1525, 1620, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.gmo, 248, 872, 942, 0, 0, 0, 0, 248, 872 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 416, 1654, 1671, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 303, 1180, 1181, 0, 0, 0, 0, 303, 1180 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 368, 1523, 1269, 0, 0, 0, 0, 368, 1523 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 410, 1650, 2196, 0, 0, 0, 0, 410, 1650 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 410, 1631, 1608, 0, 0, 0, 0, 410, 1631 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.gmo, 204, 429, 492, 0, 0, 0, 0, 204, 429 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 416, 1654, 1993, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 416, 1654, 1446, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 416, 1654, 1968, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 303, 1180, 1181, 28, 200, 0, 0, 331, 1380 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 355, 1525, 1480, 0, 0, 0, 0, 355, 1525 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 356, 1521, 1690, 3, 7, 0, 0, 359, 1528 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 416, 1654, 1806, 0, 0, 0, 0, 416, 1654 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 368, 1523, 1298, 0, 0, 0, 0, 368, 1523 -evince-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 416, 1654, 1390, 0, 0, 0, 0, 416, 1654 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 1442, 7607, 2643, 0, 0, 0, 0, 1442, 7607 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 1076, 5406, 1974, 0, 0, 0, 0, 1076, 5406 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 999, 4444, 1786, 176, 1505, 7, 108, 1182, 6057 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/xh.po, 956, 4657, 4632, 3, 19, 3, 16, 962, 4692 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/wa.po, 651, 866, 953, 554, 1199, 2928, 15005, 4133, 17070 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.po, 1127, 5365, 7655, 0, 0, 36, 302, 1163, 5667 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.po, 1074, 5398, 5219, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ug.po, 1157, 5571, 5390, 0, 0, 6, 96, 1163, 5667 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.po, 1443, 7608, 6394, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/th.po, 1129, 5489, 2522, 0, 0, 12, 40, 1141, 5529 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.po, 1, 1, 1, 0, 0, 1163, 5679, 1164, 5680 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/te.po, 1104, 5314, 4640, 10, 79, 6, 70, 1120, 5463 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ta.po, 1074, 5400, 4899, 0, 0, 0, 0, 1074, 5400 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.po, 1443, 7608, 7200, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 1263, 6683, 7068, 0, 0, 0, 0, 1263, 6683 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.po, 1443, 7608, 7948, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/sq.po, 1042, 5021, 6248, 0, 0, 0, 0, 1042, 5021 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.po, 1443, 7608, 7953, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.po, 1238, 6321, 6617, 4, 33, 10, 80, 1252, 6434 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/si.po, 113, 149, 203, 0, 0, 927, 4891, 1040, 5040 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/rw.po, 57, 68, 73, 702, 4191, 203, 433, 962, 4692 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.po, 1147, 5716, 5689, 0, 0, 0, 0, 1147, 5716 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.po, 766, 3660, 4362, 318, 1707, 359, 2241, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1443, 7608, 9125, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.po, 1158, 5824, 6731, 0, 0, 0, 0, 1158, 5824 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.po, 1443, 7608, 7747, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.po, 808, 3479, 4177, 302, 1734, 332, 2394, 1442, 7607 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/or.po, 1074, 5398, 5609, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.po, 1449, 7493, 9115, 0, 0, 0, 0, 1449, 7493 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/nn.po, 1033, 4985, 4924, 0, 0, 1, 3, 1034, 4988 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.po, 1443, 7608, 7556, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.po, 703, 2797, 2973, 399, 2116, 150, 1521, 1252, 6434 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.po, 1227, 6088, 6004, 0, 0, 26, 352, 1253, 6440 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ms.po, 597, 3008, 3200, 211, 1120, 69, 376, 877, 4504 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/mr.po, 1074, 5396, 5486, 0, 0, 0, 0, 1074, 5396 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/mn.po, 202, 585, 581, 139, 737, 536, 3182, 877, 4504 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.po, 699, 2924, 2671, 338, 1691, 215, 1819, 1252, 6434 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/mk.po, 1042, 5021, 5892, 0, 0, 0, 0, 1042, 5021 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/mai.po, 106, 157, 172, 0, 0, 935, 4937, 1041, 5094 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.po, 1264, 6686, 6127, 0, 0, 0, 0, 1264, 6686 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.po, 1443, 7608, 6633, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ku.po, 3, 3, 5, 56, 67, 953, 4796, 1012, 4866 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.po, 1442, 7607, 6661, 0, 0, 0, 0, 1442, 7607 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/kn.po, 1164, 5673, 5091, 0, 0, 0, 0, 1164, 5673 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/km.po, 992, 4693, 2572, 0, 0, 0, 0, 992, 4693 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.po, 532, 1636, 1596, 0, 0, 910, 5971, 1442, 7607 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ka.po, 160, 295, 287, 519, 3000, 339, 1611, 1018, 4906 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.po, 1023, 5039, 2210, 76, 388, 48, 289, 1147, 5716 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/it.po, 1264, 6686, 7461, 0, 0, 0, 0, 1264, 6686 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/is.po, 314, 766, 686, 46, 154, 737, 4502, 1097, 5422 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/id.po, 1443, 7608, 7474, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.po, 1443, 7608, 7303, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.po, 887, 4051, 4136, 87, 584, 90, 479, 1064, 5114 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/hi.po, 1074, 5396, 6550, 0, 0, 0, 0, 1074, 5396 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/he.po, 846, 3709, 3883, 0, 0, 117, 875, 963, 4584 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/gu.po, 1163, 5667, 6278, 0, 0, 0, 0, 1163, 5667 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.po, 1443, 7608, 9754, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.po, 290, 785, 905, 134, 489, 560, 3285, 984, 4559 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.po, 1443, 7608, 9311, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.po, 1449, 7493, 9165, 0, 0, 0, 0, 1449, 7493 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.po, 1045, 4326, 3455, 233, 1488, 171, 1679, 1449, 7493 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.po, 768, 3317, 3977, 147, 945, 133, 803, 1048, 5065 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.po, 1355, 6654, 6282, 0, 0, 88, 954, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/et.po, 985, 4681, 4249, 0, 0, 0, 0, 985, 4681 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/es.po, 1443, 7608, 9375, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.po, 860, 3108, 2994, 51, 288, 480, 3454, 1391, 6850 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 1449, 7493, 7492, 0, 0, 0, 0, 1449, 7493 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 1041, 5044, 5044, 0, 0, 0, 0, 1041, 5044 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/en_AU.po, 29, 166, 187, 175, 1000, 673, 3338, 877, 4504 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 716, 3166, 3167, 210, 1238, 0, 0, 926, 4404 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/el.po, 1401, 6930, 7314, 17, 252, 31, 311, 1449, 7493 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/dz.po, 1042, 5021, 2638, 0, 0, 0, 0, 1042, 5021 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/de.po, 1443, 7608, 7539, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/da.po, 1443, 7608, 7026, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/cy.po, 1018, 4906, 5441, 0, 0, 0, 0, 1018, 4906 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.po, 1443, 7608, 7369, 0, 0, 0, 0, 1443, 7608 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 1252, 6434, 8901, 0, 0, 0, 0, 1252, 6434 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.po, 1441, 7441, 9946, 0, 0, 0, 0, 1441, 7441 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.po, 1082, 5383, 5461, 0, 0, 0, 0, 1082, 5383 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 1074, 5398, 5905, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/bn.po, 997, 4910, 5506, 0, 0, 0, 0, 997, 4910 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.po, 1141, 5529, 6391, 0, 0, 0, 0, 1141, 5529 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/be.po, 1166, 5681, 5467, 0, 0, 0, 0, 1166, 5681 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/az.po, 717, 3438, 3215, 101, 528, 59, 538, 877, 4504 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ast.po, 982, 4619, 5531, 0, 0, 0, 0, 982, 4619 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/as.po, 1074, 5398, 5855, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.po, 755, 3632, 3702, 197, 862, 32, 177, 984, 4671 -evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv, po/am.po, 73, 99, 104, 137, 672, 667, 3733, 877, 4504 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/fi.po, 207, 419, 324, 1783, 4259, 4096, 33334, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._fi.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/ms.po, 4877, 28305, 25657, 677, 2977, 532, 6730, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._ms.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/ru.po, 729, 3302, 2861, 3196, 9739, 2161, 24971, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._ru.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/pt.po, 1853, 11784, 13364, 2073, 6846, 2160, 19382, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/pl.po, 2604, 12391, 11584, 1983, 6457, 1499, 19164, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._pl.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/gl.po, 3879, 18175, 21481, 1098, 4311, 1109, 15526, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._gl.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/vi.po, 1133, 3333, 5045, 1979, 5636, 2974, 29043, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._vi.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/ug.po, 2058, 4663, 4763, 1644, 4415, 2384, 28934, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._ug.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/de.po, 2563, 13583, 12358, 2068, 6889, 1455, 17540, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._de.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/ca.po, 3542, 13166, 17734, 1, 3, 2543, 24843, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._ca.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/exiv2.pot, 0, 0, 0, 0, 0, 6086, 38012, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._exiv2.pot, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/es.po, 4297, 26869, 31146, 327, 1668, 1462, 9475, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._es.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/sk.po, 2003, 9069, 8406, 2335, 7381, 1748, 21562, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._sk.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/sv.po, 5602, 35017, 27785, 345, 1703, 139, 1292, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._sv.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/bs.po, 4390, 23653, 21639, 939, 3796, 757, 10563, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._bs.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/fr.po, 1414, 4976, 5716, 2708, 8431, 1964, 24605, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._fr.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/uk.po, 2102, 7418, 7022, 1764, 5067, 2220, 25527, 6086, 38012 -exiv2-0.27.0-3.fc30.src.rpm.stats.csv, po/._uk.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 191, 1742, 267, 2, 8, 0, 0, 193, 1750 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/te/te.po, 28, 192, 158, 0, 0, 3, 143, 31, 335 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/sv/sv.po, 181, 1641, 1477, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/sl/sl.po, 191, 1830, 1542, 0, 0, 0, 0, 191, 1830 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/ru/ru.po, 191, 1829, 1517, 0, 0, 0, 0, 191, 1829 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 181, 1641, 1746, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/pl/pl.po, 181, 1641, 1209, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/ko/ko.po, 181, 1641, 1273, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/ja/ja.po, 191, 1829, 272, 0, 0, 0, 0, 191, 1829 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/id/id.po, 181, 1641, 1491, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/hu/hu.po, 181, 1641, 1344, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/gl/gl.po, 181, 1641, 1622, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/fr/fr.po, 181, 1641, 1878, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/fi/fi.po, 166, 1346, 846, 11, 221, 4, 74, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/es/es.po, 181, 1641, 1728, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/el/el.po, 181, 1641, 1768, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/de/de.po, 181, 1641, 1564, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/da/da.po, 181, 1641, 1522, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/cs/cs.po, 181, 1641, 1370, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, help/ca/ca.po, 194, 1836, 1941, 0, 0, 0, 0, 194, 1836 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/zu.po, 297, 1254, 1058, 5, 20, 33, 245, 335, 1519 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 276, 1207, 335, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 268, 1195, 326, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 275, 1201, 349, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/xh.po, 238, 928, 788, 4, 29, 2, 14, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 276, 1207, 1591, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ur.po, 259, 1159, 1332, 0, 0, 0, 0, 259, 1159 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 269, 1181, 1017, 0, 0, 0, 0, 269, 1181 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 292, 1325, 996, 0, 0, 0, 0, 292, 1325 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 276, 1207, 979, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/tk.po, 194, 702, 608, 13, 77, 37, 192, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 267, 1187, 428, 0, 0, 0, 0, 267, 1187 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 268, 1195, 1015, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 268, 1195, 1039, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 276, 1207, 1151, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 275, 1201, 1229, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@ije.po, 205, 799, 766, 32, 138, 7, 34, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 276, 1207, 1237, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/sq.po, 270, 1205, 1292, 0, 0, 0, 0, 270, 1205 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 276, 1207, 1152, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/si.po, 206, 651, 716, 0, 0, 42, 417, 248, 1068 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/rw.po, 19, 20, 21, 171, 838, 54, 113, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 276, 1207, 1045, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 276, 1207, 1258, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 276, 1207, 1327, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 275, 1206, 1244, 0, 0, 0, 0, 275, 1206 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ps.po, 270, 1200, 1258, 1, 6, 0, 0, 271, 1206 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 276, 1207, 1130, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 274, 1200, 1327, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 270, 1198, 1305, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 270, 1198, 1351, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/nn.po, 338, 1525, 1451, 1, 1, 0, 0, 339, 1526 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 276, 1207, 1185, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 196, 616, 610, 49, 272, 23, 307, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/nds.po, 146, 352, 339, 0, 0, 145, 966, 291, 1318 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 274, 1200, 1148, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/my.po, 267, 1035, 440, 0, 0, 38, 348, 305, 1383 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 228, 872, 781, 13, 77, 3, 22, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 268, 1195, 1167, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/mn.po, 203, 785, 658, 34, 152, 7, 34, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 292, 1325, 1034, 0, 0, 0, 0, 292, 1325 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 337, 1548, 1603, 0, 0, 0, 0, 337, 1548 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/mg.po, 226, 886, 935, 31, 117, 6, 175, 263, 1178 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 235, 898, 982, 0, 0, 49, 369, 284, 1267 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 276, 1207, 1029, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 276, 1207, 973, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 233, 903, 995, 2, 15, 8, 29, 243, 947 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 276, 1207, 975, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 268, 1195, 1057, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 334, 1484, 620, 0, 0, 3, 64, 337, 1548 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 276, 1207, 987, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ka.po, 239, 952, 760, 0, 0, 0, 0, 239, 952 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 276, 1207, 367, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 276, 1207, 1219, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 275, 1201, 1158, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/hy.po, 239, 955, 837, 0, 0, 2, 3, 241, 958 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 276, 1207, 1066, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 275, 1204, 1118, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 268, 1195, 1409, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 269, 1181, 1086, 0, 0, 0, 0, 269, 1181 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 270, 1198, 1319, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 276, 1207, 1360, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 274, 1200, 1551, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 150, 412, 484, 18, 75, 123, 838, 291, 1325 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/fy.po, 152, 470, 483, 0, 0, 153, 913, 305, 1383 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 276, 1207, 1391, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 276, 1207, 1404, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 276, 1207, 920, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 274, 1200, 1273, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 274, 1200, 999, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 276, 1201, 1011, 0, 0, 0, 0, 276, 1201 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 276, 1207, 1303, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 276, 1207, 1146, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 275, 1201, 1228, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 253, 1084, 1093, 0, 0, 0, 0, 253, 1084 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 243, 1043, 1043, 56, 335, 0, 0, 299, 1378 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 276, 1207, 1291, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/dz.po, 259, 1159, 570, 0, 0, 0, 0, 259, 1159 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 276, 1207, 1244, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 275, 1204, 1122, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/cy.po, 242, 957, 941, 0, 0, 0, 0, 242, 957 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/csb.po, 21, 41, 45, 0, 0, 319, 1514, 340, 1555 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 276, 1207, 1116, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 274, 1200, 1384, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 276, 1207, 1393, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/br.po, 264, 1007, 1200, 0, 0, 28, 318, 292, 1325 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 268, 1195, 1330, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 297, 1370, 1466, 0, 0, 0, 0, 297, 1370 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 274, 1200, 1245, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 284, 1267, 1127, 0, 0, 0, 0, 284, 1267 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 274, 1200, 1101, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/az.po, 228, 872, 771, 13, 77, 3, 22, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 335, 1519, 1536, 0, 0, 0, 0, 335, 1519 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 270, 1198, 1309, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 275, 1201, 1101, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 270, 1198, 1238, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/am.po, 66, 110, 142, 53, 145, 125, 716, 244, 971 -file-roller-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 275, 1201, 1278, 0, 0, 0, 0, 275, 1201 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/lt.po, 54, 405, 378, 31, 237, 154, 1926, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/bg.gmo, 118, 1223, 1378, 0, 0, 0, 0, 118, 1223 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/hu.po, 235, 2545, 2410, 4, 23, 0, 0, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/sl.po, 235, 2545, 2473, 4, 23, 0, 0, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/pt.gmo, 123, 1094, 1176, 0, 0, 0, 0, 123, 1094 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/nl.po, 230, 2510, 2419, 6, 38, 3, 20, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/vi.po, 235, 2545, 3335, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/be.po, 23, 82, 78, 33, 306, 183, 2180, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ko.po, 21, 86, 91, 30, 228, 188, 2254, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/rw.po, 2, 2, 2, 80, 699, 157, 1867, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ms.po, 16, 55, 58, 9, 54, 214, 2459, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/hr.po, 178, 1856, 1729, 20, 220, 41, 492, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/fi.po, 230, 2510, 2022, 7, 45, 2, 13, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/zh_TW.po, 42, 447, 224, 57, 598, 140, 1523, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ca.po, 56, 583, 704, 63, 747, 120, 1238, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/zh_CN.po, 194, 2063, 798, 15, 129, 30, 376, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/sv.po, 235, 2545, 2420, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/eo.po, 230, 2510, 2438, 7, 45, 2, 13, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/lg.gmo, 27, 103, 129, 0, 0, 0, 0, 27, 103 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/uk.po, 235, 2545, 2505, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/sk.po, 49, 508, 510, 61, 689, 129, 1371, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ja.po, 180, 1866, 809, 18, 208, 41, 494, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/fr.po, 235, 2545, 2880, 4, 23, 0, 0, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ga.po, 145, 1474, 1697, 40, 504, 54, 590, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/tr.po, 222, 2422, 2054, 13, 119, 4, 27, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/pt.po, 123, 1094, 1176, 61, 877, 55, 597, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/nb.po, 235, 2545, 2432, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/pl.po, 235, 2545, 2423, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ca.gmo, 56, 583, 704, 0, 0, 0, 0, 56, 583 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/lt.gmo, 54, 405, 378, 0, 0, 0, 0, 54, 405 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/de.po, 230, 2510, 2486, 7, 45, 2, 13, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ru.po, 235, 2545, 2424, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/et.po, 235, 2545, 2079, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/lg.po, 27, 103, 129, 34, 315, 178, 2150, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/id.po, 145, 1474, 1477, 40, 504, 54, 590, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/el.po, 230, 2510, 2568, 6, 38, 3, 20, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/bg.po, 118, 1223, 1378, 49, 603, 72, 742, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 42, 447, 224, 0, 0, 0, 0, 42, 447 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/es.po, 171, 1768, 2151, 5, 32, 63, 768, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ms.gmo, 16, 55, 58, 0, 0, 0, 0, 16, 55 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/sr.po, 235, 2545, 2542, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/sk.gmo, 49, 508, 510, 0, 0, 0, 0, 49, 508 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/ro.po, 51, 515, 534, 62, 705, 126, 1348, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/da.po, 235, 2545, 2409, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/it.po, 222, 2422, 2635, 13, 119, 4, 27, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/pt_BR.po, 235, 2545, 2918, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/be.gmo, 23, 82, 78, 0, 0, 0, 0, 23, 82 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/findutils.pot, 0, 0, 0, 0, 0, 239, 2568, 239, 2568 -findutils-4.6.0-22.fc30.src.rpm.stats.csv, po/cs.po, 235, 2545, 2385, 4, 23, 0, 0, 239, 2568 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 415, 2217, 620, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 391, 2082, 643, 2, 13, 22, 122, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/uk.po, 415, 2217, 2139, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/tr.po, 129, 568, 542, 0, 0, 286, 1649, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/te.po, 293, 1496, 1267, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ta.po, 293, 1496, 1238, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/sv.po, 415, 2217, 2024, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 34, 212, 207, 0, 0, 381, 2005, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/sr.po, 297, 1507, 1455, 0, 0, 118, 710, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/sq.po, 86, 141, 152, 0, 0, 329, 2076, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/sk.po, 415, 2217, 2029, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ru.po, 402, 2167, 1814, 0, 0, 13, 50, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 414, 2209, 2474, 0, 0, 1, 8, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/pt.po, 290, 1453, 1544, 0, 0, 125, 764, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/pl.po, 415, 2217, 2098, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/pa.po, 295, 1496, 1624, 0, 0, 120, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/or.po, 293, 1496, 1492, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/nl.po, 415, 2217, 2199, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/mr.po, 293, 1496, 1407, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ml.po, 293, 1496, 1168, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/lt.po, 169, 436, 402, 0, 0, 246, 1781, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ko.po, 382, 2054, 1669, 0, 0, 33, 163, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/kn.po, 293, 1496, 1253, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ka.po, 82, 180, 170, 0, 0, 333, 2037, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ja.po, 403, 2168, 671, 0, 0, 12, 49, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/it.po, 406, 2142, 2229, 1, 43, 8, 32, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/id.po, 36, 135, 137, 0, 0, 379, 2082, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ia.po, 4, 9, 13, 0, 0, 411, 2208, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/hu.po, 415, 2217, 2067, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/hi.po, 293, 1496, 1676, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/gu.po, 293, 1496, 1558, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/gl.po, 108, 434, 547, 0, 0, 307, 1783, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/fr.po, 415, 2217, 2571, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/fi.po, 302, 1124, 879, 0, 0, 113, 1093, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/eu.po, 64, 116, 118, 0, 0, 351, 2101, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/et.po, 93, 216, 206, 0, 0, 322, 2001, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/es.po, 415, 2217, 2440, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/en_US.po, 293, 1496, 1496, 67, 314, 55, 407, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/en_GB.po, 203, 819, 819, 0, 0, 212, 1398, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/el.po, 125, 584, 647, 0, 0, 290, 1633, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/de.po, 403, 2168, 2005, 0, 0, 12, 49, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/da.po, 415, 2217, 1939, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/cs.po, 414, 2209, 2018, 0, 0, 1, 8, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ca.po, 415, 2217, 2631, 0, 0, 0, 0, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 293, 1496, 1517, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/bg.po, 134, 622, 664, 0, 0, 281, 1595, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/as.po, 293, 1496, 1515, 0, 0, 122, 721, 415, 2217 -firewalld-0.6.3-2.fc30.src.rpm.stats.csv, po/ar.po, 34, 212, 171, 0, 0, 381, 2005, 415, 2217 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/flatpak.pot, 0, 0, 0, 0, 0, 958, 4732, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 816, 3989, 1533, 0, 0, 0, 0, 816, 3989 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/uk.gmo, 820, 4015, 4209, 0, 0, 0, 0, 820, 4015 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/tr.gmo, 397, 1875, 1688, 0, 0, 0, 0, 397, 1875 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/sv.gmo, 515, 2372, 2282, 0, 0, 0, 0, 515, 2372 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/sk.gmo, 140, 509, 535, 0, 0, 0, 0, 140, 509 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/ru.gmo, 519, 2377, 2338, 0, 0, 0, 0, 519, 2377 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 657, 3109, 3574, 0, 0, 0, 0, 657, 3109 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/pl.gmo, 958, 4732, 4769, 0, 0, 0, 0, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/id.gmo, 908, 4451, 4442, 0, 0, 0, 0, 908, 4451 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/hu.gmo, 527, 2452, 2443, 0, 0, 0, 0, 527, 2452 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/gl.gmo, 445, 2091, 2499, 0, 0, 0, 0, 445, 2091 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/es.gmo, 435, 2027, 2573, 0, 0, 0, 0, 435, 2027 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/de.gmo, 455, 2103, 2117, 0, 0, 0, 0, 455, 2103 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/cs.gmo, 871, 4061, 3965, 0, 0, 0, 0, 871, 4061 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 816, 3989, 1533, 104, 476, 38, 267, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/uk.po, 820, 4015, 4209, 98, 434, 40, 283, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/tr.po, 397, 1875, 1688, 309, 1434, 252, 1423, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/sv.po, 515, 2372, 2282, 287, 1379, 156, 981, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/sk.po, 140, 509, 535, 286, 1245, 532, 2978, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/ru.po, 519, 2377, 2338, 253, 1202, 186, 1153, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 657, 3109, 3574, 201, 940, 100, 683, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/pl.po, 958, 4732, 4769, 0, 0, 0, 0, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/id.po, 908, 4451, 4442, 34, 131, 16, 150, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/hu.po, 527, 2452, 2443, 280, 1332, 151, 948, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/gl.po, 445, 2091, 2499, 303, 1399, 210, 1242, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/es.po, 435, 2027, 2573, 316, 1469, 207, 1236, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/de.po, 455, 2103, 2117, 289, 1367, 214, 1262, 958, 4732 -flatpak-1.2.4-2.fc30.src.rpm.stats.csv, po/cs.po, 871, 4061, 3965, 0, 0, 87, 671, 958, 4732 -folks-0.11.4-15.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/nl.po, 130, 1056, 1023, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/el.po, 130, 1056, 1177, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/vi.po, 130, 1056, 1422, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/fa.po, 130, 1056, 1113, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/zh_CN.po, 130, 1056, 224, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/be.po, 130, 1056, 1001, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ml.po, 111, 858, 676, 0, 0, 0, 0, 111, 858 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/tr.po, 130, 1056, 880, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/he.po, 80, 517, 558, 0, 0, 30, 334, 110, 851 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/de.po, 130, 1056, 1058, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/as.po, 123, 1003, 966, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/fr.po, 130, 1056, 1341, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/eo.po, 36, 203, 198, 5, 34, 89, 819, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/bs.po, 124, 1011, 953, 0, 0, 0, 0, 124, 1011 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ko.po, 130, 1056, 909, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/pl.po, 130, 1056, 1067, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ug.po, 111, 858, 778, 0, 0, 0, 0, 111, 858 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/lv.po, 130, 1056, 925, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/hu.po, 130, 1056, 953, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ca.po, 130, 1056, 1414, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/kk.po, 8, 10, 14, 0, 0, 122, 1046, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/da.po, 130, 1056, 980, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/sr.po, 130, 1056, 1072, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/bn_IN.po, 123, 1003, 1004, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/sv.po, 130, 1056, 997, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ar.po, 13, 41, 40, 0, 0, 96, 810, 109, 851 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/pa.po, 123, 1003, 1122, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/te.po, 123, 1003, 812, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/uk.po, 114, 947, 843, 0, 0, 0, 0, 114, 947 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/cs.po, 130, 1056, 1049, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/kn.po, 123, 1003, 845, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/nb.po, 113, 793, 767, 2, 18, 15, 245, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/tg.po, 6, 6, 6, 0, 0, 105, 852, 111, 858 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/hi.po, 123, 1003, 1165, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/it.po, 130, 1056, 1217, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/en_GB.po, 130, 1056, 1056, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/es.po, 130, 1056, 1344, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ro.po, 78, 611, 778, 12, 103, 33, 289, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/oc.po, 130, 1056, 1333, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/pt_BR.po, 130, 1056, 1252, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ja.po, 109, 843, 315, 0, 0, 1, 8, 110, 851 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/eu.po, 130, 1056, 965, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/zh_TW.po, 130, 1056, 263, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/fi.po, 34, 196, 181, 1, 6, 95, 854, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/zh_HK.po, 123, 1003, 257, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ta.po, 123, 1003, 886, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/or.po, 123, 1003, 952, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/pt.po, 130, 1056, 1181, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ca@valencia.po, 123, 1003, 1322, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/gu.po, 123, 1003, 1052, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/ru.po, 130, 1056, 995, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/sk.po, 130, 1056, 1093, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/bg.po, 110, 851, 1037, 0, 0, 0, 0, 110, 851 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/lt.po, 130, 1056, 868, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/gl.po, 130, 1056, 1366, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/id.po, 130, 1056, 1026, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/mr.po, 123, 1003, 876, 0, 0, 0, 0, 123, 1003 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/sr@latin.po, 130, 1056, 1072, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/sl.po, 130, 1056, 1022, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/fur.po, 130, 1056, 1319, 0, 0, 0, 0, 130, 1056 -folks-0.11.4-15.fc30.src.rpm.stats.csv, po/hr.po, 95, 735, 667, 3, 37, 32, 284, 130, 1056 -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, po-conf/zh_CN.gmo, 29, 157, 66, 0, 0, 0, 0, 29, 157 -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, po-conf/fontconfig-conf.pot, 0, 0, 0, 0, 0, 29, 157, 29, 157 -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, po-conf/zh_CN.po, 29, 157, 66, 0, 0, 0, 0, 29, 157 -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 106, 756, 375, 0, 0, 0, 0, 106, 756 -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, po/fontconfig.pot, 0, 0, 0, 0, 0, 106, 756, 106, 756 -fontconfig-2.13.1-6.fc30.src.rpm.stats.csv, po/zh_CN.po, 106, 756, 375, 0, 0, 0, 0, 106, 756 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 57, 419, 452, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ja.po, 57, 419, 79, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/da.po, 57, 419, 347, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/nl.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/tr.po, 57, 419, 352, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/de.po, 57, 419, 454, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/it.po, 57, 419, 376, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/cs.po, 57, 419, 384, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/eo.po, 23, 151, 144, 0, 0, 34, 268, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/hr.po, 57, 419, 395, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/bg.po, 25, 163, 164, 0, 0, 32, 256, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/oc.po, 57, 419, 411, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/sr.po, 57, 419, 408, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/pt.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ko.po, 57, 419, 259, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ro.po, 23, 151, 183, 0, 0, 34, 268, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/pl.po, 57, 419, 398, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/lv.po, 57, 419, 359, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/sk.po, 57, 419, 337, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ar.po, 23, 151, 113, 0, 0, 34, 268, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/fur.po, 57, 419, 577, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/fi.po, 28, 205, 127, 0, 0, 29, 214, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/fo.po, 23, 151, 138, 0, 0, 34, 268, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ca.po, 57, 419, 417, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/en_GB.po, 57, 419, 419, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/id.po, 57, 419, 403, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/el.po, 57, 419, 500, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/sv.po, 57, 419, 344, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/uk.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/es.po, 57, 419, 461, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/pa.po, 28, 183, 193, 0, 0, 29, 236, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/gl.po, 57, 419, 515, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ia.po, 57, 419, 448, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/fr.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/hu.po, 57, 419, 364, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/sl.po, 57, 419, 367, 0, 0, 0, 0, 57, 419 -fprintd-0.8.1-4.fc30.src.rpm.stats.csv, po/ru.po, 57, 419, 393, 0, 0, 0, 0, 57, 419 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 229, 1115, 309, 0, 0, 0, 0, 229, 1115 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 280, 1371, 362, 0, 0, 0, 0, 280, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/uk.po, 286, 1389, 1436, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/sv.po, 242, 1169, 1162, 0, 0, 0, 0, 242, 1169 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/sr.po, 181, 724, 723, 0, 0, 0, 0, 181, 724 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/sk.po, 91, 386, 389, 0, 0, 0, 0, 91, 386 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ru.po, 154, 591, 568, 0, 0, 0, 0, 154, 591 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 286, 1389, 1603, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/pl.po, 286, 1389, 1440, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/oc.po, 36, 99, 138, 0, 0, 0, 0, 36, 99 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/nl.po, 103, 439, 468, 0, 0, 0, 0, 103, 439 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/lt.po, 276, 1211, 1272, 0, 0, 0, 0, 276, 1211 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ko.po, 280, 1371, 1130, 0, 0, 0, 0, 280, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/it.po, 286, 1389, 1526, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/id.po, 181, 724, 713, 0, 0, 0, 0, 181, 724 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/hu.po, 284, 1371, 1237, 0, 0, 0, 0, 284, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/hr.po, 182, 732, 705, 0, 0, 0, 0, 182, 732 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/hi.po, 18, 88, 115, 0, 0, 0, 0, 18, 88 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/he.po, 25, 102, 97, 0, 0, 0, 0, 25, 102 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/fur.po, 159, 656, 865, 0, 0, 0, 0, 159, 656 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/fr.po, 18, 88, 126, 0, 0, 0, 0, 18, 88 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/fi.po, 145, 722, 529, 0, 0, 0, 0, 145, 722 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/en_GB.po, 247, 1205, 1205, 0, 0, 0, 0, 247, 1205 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/de.po, 214, 1003, 949, 0, 0, 0, 0, 214, 1003 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/da.po, 286, 1389, 1297, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/cs.po, 229, 1115, 1126, 0, 0, 0, 0, 229, 1115 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ca.po, 280, 1371, 1774, 0, 0, 0, 0, 280, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 229, 1115, 309, 0, 0, 0, 0, 229, 1115 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 280, 1371, 362, 0, 0, 0, 0, 280, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/uk.po, 286, 1389, 1436, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/sv.po, 242, 1169, 1162, 0, 0, 0, 0, 242, 1169 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/sr.po, 181, 724, 723, 0, 0, 0, 0, 181, 724 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/sk.po, 91, 386, 389, 0, 0, 0, 0, 91, 386 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ru.po, 154, 591, 568, 0, 0, 0, 0, 154, 591 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 286, 1389, 1603, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/pl.po, 286, 1389, 1440, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/oc.po, 36, 99, 138, 0, 0, 0, 0, 36, 99 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/nl.po, 103, 439, 468, 0, 0, 0, 0, 103, 439 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/lt.po, 276, 1211, 1272, 0, 0, 0, 0, 276, 1211 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ko.po, 280, 1371, 1130, 0, 0, 0, 0, 280, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/it.po, 286, 1389, 1526, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/id.po, 181, 724, 713, 0, 0, 0, 0, 181, 724 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/hu.po, 284, 1371, 1237, 0, 0, 0, 0, 284, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/hr.po, 182, 732, 705, 0, 0, 0, 0, 182, 732 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/hi.po, 18, 88, 115, 0, 0, 0, 0, 18, 88 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/he.po, 25, 102, 97, 0, 0, 0, 0, 25, 102 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/fur.po, 159, 656, 865, 0, 0, 0, 0, 159, 656 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/fr.po, 18, 88, 126, 0, 0, 0, 0, 18, 88 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/fi.po, 145, 722, 529, 0, 0, 0, 0, 145, 722 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/en_GB.po, 247, 1205, 1205, 0, 0, 0, 0, 247, 1205 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/de.po, 214, 1003, 949, 0, 0, 0, 0, 214, 1003 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/da.po, 286, 1389, 1297, 0, 0, 0, 0, 286, 1389 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/cs.po, 229, 1115, 1126, 0, 0, 0, 0, 229, 1115 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ca.po, 280, 1371, 1774, 0, 0, 0, 0, 280, 1371 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -fwupd-1.2.7-2.fc30.src.rpm.stats.csv, po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/id.gmo, 658, 4100, 4143, 0, 0, 0, 0, 658, 4100 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 745, 4761, 5405, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 745, 4761, 1552, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/ms.po, 5, 36, 32, 6, 41, 734, 4684, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/zh_CN.po, 745, 4761, 1552, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/sv.po, 745, 4761, 4845, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/de.gmo, 743, 4709, 5241, 0, 0, 0, 0, 743, 4709 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/pl.po, 564, 3425, 3588, 64, 474, 117, 862, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/nl.gmo, 681, 4272, 4319, 0, 0, 0, 0, 681, 4272 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/fi.gmo, 727, 4591, 3943, 0, 0, 0, 0, 727, 4591 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/es.gmo, 359, 2356, 3101, 0, 0, 0, 0, 359, 2356 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/pt_BR.po, 745, 4761, 5405, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/id.po, 658, 4100, 4143, 69, 517, 18, 144, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/fr.gmo, 745, 4761, 5553, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/vi.po, 745, 4761, 7301, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/gawk.pot, 0, 0, 0, 0, 0, 745, 4761, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/ms.gmo, 5, 36, 32, 0, 0, 0, 0, 5, 36 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/ja.gmo, 389, 2507, 1273, 0, 0, 0, 0, 389, 2507 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/pl.gmo, 564, 3425, 3588, 0, 0, 0, 0, 564, 3425 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/sv.gmo, 745, 4761, 4845, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/es.po, 359, 2356, 3101, 165, 994, 221, 1411, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/fi.po, 727, 4591, 3943, 12, 114, 6, 56, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/da.po, 451, 2813, 2820, 95, 609, 199, 1339, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/fr.po, 745, 4761, 5553, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/de.po, 743, 4709, 5241, 2, 52, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/ja.po, 389, 2507, 1273, 125, 782, 231, 1472, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/vi.gmo, 745, 4761, 7301, 0, 0, 0, 0, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/ca.po, 681, 4272, 5542, 52, 399, 12, 90, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/nl.po, 681, 4272, 4319, 52, 399, 12, 90, 745, 4761 -gawk-4.2.1-6.fc30.src.rpm.stats.csv, po/it.po, 745, 4761, 5251, 0, 0, 0, 0, 745, 4761 -gcab-1.1-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcab-1.1-6.fc30.src.rpm.stats.csv, po/cs.po, 30, 127, 133, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/eu.po, 33, 159, 159, 0, 0, 0, 0, 33, 159 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/hu.po, 30, 127, 134, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/zh_CN.po, 32, 154, 72, 0, 0, 0, 0, 32, 154 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/nb.po, 20, 76, 80, 0, 0, 12, 78, 32, 154 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/sr.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/gl.po, 32, 154, 202, 0, 0, 0, 0, 32, 154 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/sr@latin.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/lt.po, 34, 162, 148, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/da.po, 34, 162, 168, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/oc.po, 33, 159, 200, 0, 0, 0, 0, 33, 159 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/ru.po, 34, 162, 164, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/fr.po, 30, 127, 161, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/tr.po, 34, 162, 147, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/es.po, 30, 127, 159, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/pt_BR.po, 30, 127, 147, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/fur.po, 34, 162, 198, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/pl.po, 30, 127, 140, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/id.po, 30, 127, 137, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/sl.po, 34, 162, 181, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/tg.po, 32, 152, 171, 0, 0, 0, 0, 32, 152 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/bs.po, 32, 154, 150, 0, 0, 0, 0, 32, 154 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/el.po, 34, 162, 178, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/lv.po, 32, 154, 146, 0, 0, 0, 0, 32, 154 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/de.po, 30, 127, 141, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/pt.po, 34, 162, 179, 0, 0, 0, 0, 34, 162 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/sv.po, 30, 127, 126, 0, 0, 0, 0, 30, 127 -gcab-1.1-6.fc30.src.rpm.stats.csv, po/fi.po, 24, 101, 83, 0, 0, 6, 26, 30, 127 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/vi.po, 4685, 27633, 39374, 1422, 10155, 7223, 67638, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/ja.po, 2444, 14520, 7092, 5109, 35405, 5777, 55501, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/hr.po, 123, 527, 499, 189, 926, 13018, 103973, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/sv.po, 12396, 97476, 90747, 689, 5428, 245, 2522, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/sr.po, 2728, 18280, 17693, 6640, 48523, 3962, 38623, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/el.po, 42, 172, 188, 4216, 25475, 9072, 79779, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/es.po, 9669, 71464, 89919, 2820, 25141, 841, 8821, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/zh_CN.po, 4695, 31747, 10198, 6953, 55791, 1682, 17888, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/gcc.pot, 0, 0, 0, 0, 0, 13330, 105426, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/nl.po, 837, 4443, 4498, 5926, 41350, 6567, 59633, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/fr.po, 13330, 105426, 131010, 0, 0, 0, 0, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/id.po, 3219, 22150, 22362, 6810, 51253, 3301, 32023, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/fi.po, 2076, 12614, 9796, 8552, 63831, 2702, 28981, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/tr.po, 2543, 16562, 14477, 6962, 51058, 3825, 37806, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/da.po, 1990, 11888, 10897, 6216, 43252, 5124, 50286, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/zh_TW.po, 2313, 14698, 6463, 8955, 69940, 2062, 20788, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/de.po, 12396, 97476, 90762, 690, 5433, 244, 2517, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/uk.po, 1020, 4810, 4901, 0, 0, 12310, 100616, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/be.po, 65, 222, 216, 2346, 13376, 10919, 91828, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, gcc/po/ru.po, 11321, 86870, 82235, 674, 5287, 1335, 13269, 13330, 105426 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/vi.po, 211, 1340, 2142, 1, 5, 4, 18, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/ja.po, 188, 1148, 556, 20, 167, 8, 48, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/pt_BR.po, 216, 1363, 1575, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/sv.po, 216, 1363, 1300, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/sr.po, 207, 1309, 1286, 4, 30, 5, 24, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/el.po, 5, 13, 16, 73, 380, 138, 970, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/es.po, 211, 1340, 1677, 1, 5, 4, 18, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/zh_CN.po, 183, 1112, 440, 22, 175, 11, 76, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/cpplib.pot, 0, 0, 0, 0, 0, 216, 1363, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/nl.po, 205, 1299, 1352, 5, 37, 6, 27, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/fr.po, 216, 1363, 1717, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/id.po, 182, 1105, 1114, 23, 182, 11, 76, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/fi.po, 216, 1363, 1079, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/tr.po, 185, 1122, 986, 22, 187, 9, 54, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/da.po, 216, 1363, 1304, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/zh_TW.po, 203, 1282, 480, 6, 46, 7, 35, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/eo.po, 216, 1363, 1396, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/de.po, 216, 1363, 1256, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/uk.po, 216, 1363, 1345, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/be.po, 4, 12, 12, 27, 139, 185, 1212, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/ca.po, 151, 932, 1126, 41, 264, 24, 167, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libcpp/po/ru.po, 216, 1363, 1320, 0, 0, 0, 0, 216, 1363 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libstdc++-v3/po/libstdc++.pot, 0, 0, 0, 0, 0, 10, 34, 10, 34 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libstdc++-v3/po/fr.po, 4, 5, 6, 0, 0, 0, 0, 4, 5 -gcc-9.0.1-0.10.fc30.src.rpm.stats.csv, libstdc++-v3/po/de.po, 4, 5, 4, 0, 0, 0, 0, 4, 5 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ca.po, 496, 4074, 5384, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/cs.po, 497, 4088, 3994, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/uk.po, 497, 4088, 3802, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/sr@latin.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/sq.po, 485, 4024, 4807, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/en_GB.po, 497, 4088, 4088, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ms.po, 345, 2295, 2161, 33, 242, 83, 1417, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/tr.po, 497, 4088, 3404, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ar.po, 474, 3940, 3574, 9, 91, 1, 4, 484, 4035 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ja.po, 496, 4074, 1646, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/sl.po, 497, 4088, 4084, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/he.po, 497, 4088, 4087, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/pa.po, 497, 4088, 4701, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/de.po, 497, 4088, 4533, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/az.po, 397, 3479, 3208, 31, 234, 33, 241, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ast.po, 497, 4088, 4700, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/eu.po, 497, 4088, 3796, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/bs.po, 443, 3832, 3670, 11, 72, 7, 50, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/bn.po, 485, 4024, 4139, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/fr.po, 497, 4088, 5075, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/hr.po, 415, 3478, 3446, 6, 52, 51, 432, 472, 3962 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/gu.po, 497, 4088, 4445, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/sv.po, 497, 4088, 3991, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/pl.po, 496, 4074, 4023, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/zh_HK.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/or.po, 497, 4088, 4141, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/te.po, 497, 4088, 3604, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/fi.po, 497, 4088, 3293, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/zh_TW.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/yi.po, 1, 1, 1, 0, 0, 460, 3953, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/mk.po, 477, 4004, 4344, 0, 0, 0, 0, 477, 4004 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ne.po, 480, 4026, 3967, 0, 0, 1, 6, 481, 4032 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/be.po, 497, 4088, 3838, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/lv.po, 496, 4074, 3481, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/th.po, 497, 4088, 1820, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/id.po, 497, 4088, 4008, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/es.po, 496, 4074, 5057, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/nl.po, 497, 4088, 4205, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/fa.po, 444, 3752, 4159, 4, 24, 13, 178, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/hu.po, 497, 4088, 4032, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/xh.po, 443, 3832, 3244, 11, 72, 7, 50, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/da.po, 497, 4088, 3891, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/pt_BR.po, 497, 4088, 4748, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/bn_IN.po, 485, 4024, 4183, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/mr.po, 485, 4024, 3849, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/hi.po, 496, 4074, 4733, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/lt.po, 497, 4088, 3544, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/kn.po, 484, 4035, 3566, 0, 0, 0, 0, 484, 4035 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/vi.po, 485, 4024, 5953, 5, 25, 7, 39, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ug.po, 497, 4088, 3801, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/rw.po, 3, 3, 3, 428, 3832, 30, 119, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/km.po, 497, 4088, 1957, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ca@valencia.po, 496, 4074, 5380, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/cy.po, 484, 4035, 4233, 0, 0, 0, 0, 484, 4035 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/nn.po, 477, 4004, 4022, 0, 0, 0, 0, 477, 4004 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ku.po, 9, 10, 12, 0, 0, 452, 3944, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/as.po, 497, 4088, 4103, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/eo.po, 114, 553, 576, 2, 19, 380, 3502, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/mai.po, 429, 3565, 3838, 0, 0, 47, 421, 476, 3986 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/nb.po, 497, 4088, 4003, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/el.po, 496, 4074, 4400, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/mn.po, 443, 3832, 3414, 11, 72, 7, 50, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ta.po, 497, 4088, 3251, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ro.po, 485, 4024, 4546, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/si.po, 11, 22, 29, 0, 0, 470, 4010, 481, 4032 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/hy.po, 483, 4025, 3888, 0, 0, 0, 0, 483, 4025 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/zh_CN.po, 497, 4088, 1124, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ka.po, 481, 4032, 3302, 0, 0, 0, 0, 481, 4032 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/en_CA.po, 481, 4032, 4030, 0, 0, 0, 0, 481, 4032 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/am.po, 19, 40, 40, 2, 9, 440, 3905, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/gl.po, 497, 4088, 5218, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/sk.po, 461, 3957, 3742, 0, 0, 16, 47, 477, 4004 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/dz.po, 477, 4004, 2148, 0, 0, 0, 0, 477, 4004 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/it.po, 497, 4088, 4609, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/sr.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/oc.po, 45, 188, 228, 0, 0, 426, 3767, 471, 3955 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ml.po, 496, 4074, 3459, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ru.po, 497, 4088, 3972, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/pt.po, 497, 4088, 4675, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/is.po, 178, 1159, 1217, 22, 133, 261, 2662, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ga.po, 61, 264, 277, 16, 89, 384, 3601, 461, 3954 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/et.po, 393, 2728, 2310, 0, 0, 90, 1286, 483, 4014 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/mg.po, 477, 3998, 4428, 2, 19, 0, 0, 479, 4017 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/ko.po, 497, 4088, 3534, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/bg.po, 497, 4088, 4854, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-25.fc30.src.rpm.stats.csv, po/en@shaw.po, 484, 4035, 4035, 0, 0, 0, 0, 484, 4035 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/lt.po, 255, 704, 617, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ca.po, 254, 700, 870, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/pl.po, 255, 704, 665, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/kn.po, 59, 115, 110, 71, 205, 97, 302, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ast.po, 64, 141, 170, 71, 193, 92, 288, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/cs.po, 255, 704, 672, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ca@valencia.po, 254, 700, 872, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ne.po, 67, 105, 118, 160, 449, 27, 146, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/en_CA.po, 0, 0, 0, 10, 35, 217, 587, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/de.po, 255, 704, 666, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/lv.po, 255, 704, 644, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/sq.po, 6, 11, 10, 48, 159, 173, 452, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/te.po, 181, 468, 412, 17, 50, 44, 160, 242, 678 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/da.po, 255, 704, 640, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/oc.po, 254, 700, 809, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/sl.po, 255, 704, 687, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/id.po, 255, 704, 716, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/gl.po, 255, 704, 828, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ru.po, 254, 700, 645, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/sk.po, 255, 704, 679, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/uk.po, 242, 678, 602, 0, 0, 0, 0, 242, 678 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/hr.po, 255, 704, 656, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 255, 704, 317, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 255, 704, 812, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/bg.po, 241, 677, 767, 0, 0, 0, 0, 241, 677 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 254, 700, 315, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/he.po, 254, 700, 676, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/tr.po, 255, 704, 662, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/be@latin.po, 59, 115, 105, 71, 205, 97, 302, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ga.po, 7, 15, 15, 15, 45, 205, 562, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 59, 115, 113, 71, 205, 97, 302, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 255, 704, 685, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/mr.po, 59, 115, 113, 71, 205, 97, 302, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ta.po, 242, 678, 630, 0, 0, 0, 0, 242, 678 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/or.po, 60, 116, 117, 70, 201, 97, 305, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/nb.po, 254, 700, 682, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/it.po, 255, 704, 751, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 1, 4, 226, 618, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ar.po, 143, 375, 369, 48, 162, 36, 85, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 3, 7, 224, 615, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/bn.po, 79, 175, 183, 64, 184, 84, 263, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/fr.po, 255, 704, 841, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ml.po, 195, 461, 415, 9, 43, 38, 174, 242, 678 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/fi.po, 208, 531, 444, 8, 42, 39, 131, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/pa.po, 254, 700, 759, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/pt.po, 254, 700, 787, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/nl.po, 255, 704, 669, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/hi.po, 242, 677, 798, 0, 0, 0, 0, 242, 677 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/hu.po, 255, 704, 617, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/be.po, 254, 700, 663, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/mk.po, 6, 11, 10, 48, 159, 173, 452, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/fur.po, 255, 704, 789, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/en_GB.po, 255, 704, 706, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/es.po, 255, 704, 873, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 254, 700, 329, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/th.po, 254, 700, 327, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 3, 7, 224, 615, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/af.po, 72, 157, 136, 66, 186, 89, 279, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/vi.po, 254, 700, 982, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ja.po, 240, 669, 295, 0, 0, 2, 2, 242, 671 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ro.po, 255, 704, 793, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/tg.po, 62, 77, 88, 1, 4, 179, 596, 242, 677 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/bs.po, 254, 700, 676, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/en@shaw.po, 52, 99, 99, 81, 229, 94, 294, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/nn.po, 76, 161, 142, 66, 199, 85, 262, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/eo.po, 177, 431, 400, 11, 41, 66, 228, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/kk.po, 95, 189, 175, 0, 0, 159, 511, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ko.po, 254, 700, 648, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/as.po, 254, 700, 719, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/et.po, 79, 178, 160, 61, 176, 87, 268, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/fa.po, 254, 700, 779, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 227, 622, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 2, 3, 225, 619, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/gu.po, 76, 157, 172, 64, 197, 87, 268, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/el.po, 255, 704, 738, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/eu.po, 254, 700, 642, 0, 0, 0, 0, 254, 700 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ug.po, 242, 677, 643, 0, 0, 0, 0, 242, 677 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/mai.po, 25, 33, 33, 22, 38, 180, 551, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/ms.po, 54, 106, 100, 66, 172, 107, 344, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/dz.po, 1, 1, 1, 21, 67, 205, 554, 227, 622 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/sv.po, 255, 704, 608, 0, 0, 0, 0, 255, 704 -gcr-3.28.1-3.fc30.src.rpm.stats.csv, po/sr.po, 255, 704, 685, 0, 0, 0, 0, 255, 704 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/uk.po, 1692, 11391, 12006, 0, 0, 0, 0, 1692, 11391 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/fr.po, 1692, 11391, 13903, 0, 0, 0, 0, 1692, 11391 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/pt.po, 1692, 11391, 12183, 0, 0, 0, 0, 1692, 11391 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1692, 11391, 1692, 11391 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/ru.po, 1692, 11391, 11334, 0, 0, 0, 0, 1692, 11391 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/uk.po, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/fr.po, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/pt_BR.gmo, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 453, 2685, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/sv.po, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/fr.gmo, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/sv.gmo, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/pt_BR.po, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/uk.gmo, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv, opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -gdbm-1.18-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/da.po, 205, 739, 686, 4, 19, 14, 55, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/ja.po, 78, 246, 143, 53, 224, 92, 343, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/sr.gmo, 205, 739, 810, 0, 0, 0, 0, 205, 739 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/fr.po, 205, 739, 982, 4, 19, 14, 55, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 220, 800, 1003, 1, 7, 2, 6, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/pl.gmo, 220, 800, 861, 0, 0, 0, 0, 220, 800 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/fi.po, 165, 582, 512, 30, 134, 28, 97, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/eo.gmo, 205, 739, 749, 0, 0, 0, 0, 205, 739 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/uk.po, 220, 800, 903, 1, 7, 2, 6, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/sv.po, 205, 739, 747, 4, 19, 14, 55, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/vi.gmo, 220, 800, 1292, 0, 0, 0, 0, 220, 800 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/gdbm.pot, 0, 0, 0, 0, 0, 223, 813, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/de.po, 165, 582, 585, 30, 134, 28, 97, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/da.gmo, 205, 739, 686, 0, 0, 0, 0, 205, 739 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/vi.po, 220, 800, 1292, 1, 7, 2, 6, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/eo.po, 205, 739, 749, 4, 19, 14, 55, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/ja.gmo, 78, 246, 143, 0, 0, 0, 0, 78, 246 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/uk.gmo, 220, 800, 903, 0, 0, 0, 0, 220, 800 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/fi.gmo, 165, 582, 512, 0, 0, 0, 0, 165, 582 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/fr.gmo, 205, 739, 982, 0, 0, 0, 0, 205, 739 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/sv.gmo, 205, 739, 747, 0, 0, 0, 0, 205, 739 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/de.gmo, 165, 582, 585, 0, 0, 0, 0, 165, 582 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/pl.po, 220, 800, 861, 1, 7, 2, 6, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/es.gmo, 205, 739, 813, 0, 0, 0, 0, 205, 739 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 220, 800, 1003, 0, 0, 0, 0, 220, 800 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/sr.po, 205, 739, 810, 4, 19, 14, 55, 223, 813 -gdbm-1.18-4.fc30.src.rpm.stats.csv, po/es.po, 205, 739, 813, 4, 19, 14, 55, 223, 813 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 212, 1415, 488, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 203, 1360, 484, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 208, 1393, 482, 0, 0, 0, 0, 208, 1393 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/yi.po, 118, 792, 751, 73, 466, 11, 90, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/xh.po, 151, 987, 880, 45, 294, 6, 67, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/wa.po, 134, 910, 1377, 32, 181, 36, 257, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/vi.po, 202, 1351, 1831, 0, 0, 0, 0, 202, 1351 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/uz.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/uk.po, 203, 1360, 1432, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ug.po, 202, 1354, 1107, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/tt.po, 67, 388, 269, 25, 118, 110, 842, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/tr.po, 212, 1415, 1157, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/tk.po, 18, 92, 81, 26, 119, 158, 1137, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/th.po, 203, 1360, 553, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/tg.po, 2, 9, 12, 0, 0, 200, 1345, 202, 1354 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/te.po, 202, 1354, 1098, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ta.po, 197, 1288, 1079, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/sv.po, 212, 1415, 1355, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 211, 1409, 1518, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/sr@ije.po, 137, 915, 884, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/sr.po, 212, 1415, 1527, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/sq.po, 185, 1208, 1474, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/sl.po, 212, 1415, 1486, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/sk.po, 212, 1415, 1417, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/si.po, 151, 995, 995, 35, 204, 16, 149, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ru.po, 208, 1393, 1505, 0, 0, 0, 0, 208, 1393 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ro.po, 212, 1415, 1671, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 212, 1415, 1765, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/pt.po, 207, 1382, 1537, 0, 0, 0, 0, 207, 1382 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ps.po, 25, 120, 137, 4, 19, 173, 1209, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/pl.po, 212, 1415, 1491, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/pa.po, 203, 1360, 1608, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/or.po, 201, 1345, 1293, 0, 0, 0, 0, 201, 1345 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/oc.po, 211, 1409, 1808, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/nso.po, 137, 915, 1487, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/nn.po, 185, 1208, 1176, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/nl.po, 212, 1415, 1357, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ne.po, 158, 1061, 1021, 39, 236, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/nds.po, 49, 257, 283, 1, 3, 152, 1088, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/nb.po, 211, 1409, 1351, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/my.po, 184, 1192, 942, 12, 89, 6, 67, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ms.po, 132, 870, 827, 56, 355, 14, 123, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/mr.po, 197, 1288, 1322, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/mn.po, 137, 915, 859, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ml.po, 202, 1354, 1111, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/mk.po, 163, 1102, 1311, 34, 195, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/mi.po, 118, 741, 839, 58, 359, 26, 248, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/mai.po, 184, 1192, 1283, 12, 89, 6, 67, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/lv.po, 212, 1415, 1262, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/lt.po, 212, 1415, 1239, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/li.po, 118, 792, 749, 73, 466, 11, 90, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ku.po, 177, 1171, 1263, 20, 126, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ko.po, 212, 1415, 1217, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/kn.po, 186, 1213, 1047, 11, 84, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/km.po, 192, 1245, 598, 4, 27, 4, 66, 200, 1338 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/kk.po, 61, 267, 257, 0, 0, 151, 1148, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ka.po, 185, 1208, 995, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ja.po, 202, 1354, 518, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/it.po, 212, 1415, 1608, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/is.po, 212, 1415, 1376, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/io.po, 57, 299, 276, 25, 117, 120, 932, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/id.po, 212, 1415, 1401, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ia.po, 6, 49, 42, 29, 173, 167, 1126, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/hy.po, 194, 1250, 1187, 8, 98, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/hu.po, 212, 1415, 1300, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/hr.po, 212, 1415, 1351, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/hi.po, 202, 1354, 1605, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/he.po, 211, 1409, 1349, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/gu.po, 184, 1192, 1226, 12, 89, 6, 67, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/gl.po, 212, 1415, 1920, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ga.po, 172, 1060, 1278, 5, 50, 25, 238, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/fur.po, 212, 1415, 1851, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/fr.po, 212, 1415, 1797, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/fi.po, 148, 872, 665, 42, 420, 21, 117, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/fa.po, 150, 991, 1035, 45, 294, 7, 63, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/eu.po, 212, 1415, 1358, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/et.po, 203, 1360, 1095, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/es.po, 212, 1415, 1924, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/eo.po, 163, 1201, 1057, 4, 41, 41, 151, 208, 1393 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 211, 1409, 1409, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 175, 1166, 1168, 22, 131, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 174, 1158, 1158, 28, 190, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/el.po, 212, 1415, 1660, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/dz.po, 162, 1095, 573, 35, 202, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/de.po, 212, 1415, 1398, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/da.po, 212, 1415, 1314, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/cy.po, 175, 1162, 1357, 22, 135, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/csb.po, 66, 481, 474, 4, 43, 131, 821, 201, 1345 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/cs.po, 212, 1415, 1450, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/crh.po, 202, 1354, 1118, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 211, 1409, 1916, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ca.po, 211, 1409, 1917, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/bs.po, 228, 1478, 1532, 0, 0, 0, 0, 228, 1478 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/br.po, 53, 264, 326, 7, 39, 142, 1045, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 197, 1288, 1310, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/bn.po, 195, 1266, 1254, 7, 82, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/bg.po, 205, 1372, 1774, 0, 0, 0, 0, 205, 1372 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 185, 1208, 1205, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/be.po, 211, 1409, 1436, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/az.po, 137, 915, 795, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ast.po, 197, 1288, 1581, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/as.po, 203, 1360, 1264, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ar.po, 195, 1266, 1236, 7, 82, 0, 0, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/ang.po, 42, 223, 183, 32, 163, 128, 962, 202, 1348 -gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv, po/af.po, 183, 1180, 1152, 8, 72, 11, 96, 202, 1348 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/id/id.po, 355, 9360, 8302, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/pt_BR/pt_BR.po, 35, 114, 137, 3, 30, 316, 9161, 354, 9305 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/de/de.po, 355, 9360, 8559, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/sl/sl.po, 39, 51, 51, 0, 0, 329, 9133, 368, 9184 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/gl/gl.po, 287, 6022, 6295, 0, 0, 68, 3338, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/ca/ca.po, 354, 9346, 9902, 1, 14, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/el/el.po, 355, 9360, 9757, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/oc/oc.po, 5, 5, 5, 0, 0, 1229, 30404, 1234, 30409 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/es/es.po, 355, 9360, 10345, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/sv/sv.po, 355, 9360, 8129, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/uk/uk.po, 863, 14012, 11584, 127, 4651, 95, 5569, 1085, 24232 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/tr/tr.po, 41, 156, 151, 0, 0, 314, 9204, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/cs/cs.po, 355, 9360, 8300, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/zh_CN/zh_CN.po, 355, 9360, 1812, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/it/it.po, 68, 1304, 1351, 0, 0, 248, 6350, 316, 7654 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/ko/ko.po, 411, 502, 503, 11, 24, 788, 28731, 1210, 29257 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/en_GB/en_GB.po, 333, 7968, 7974, 0, 0, 0, 0, 333, 7968 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/fr/fr.po, 355, 9360, 10190, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/ru/ru.po, 293, 6757, 5318, 17, 946, 44, 1595, 354, 9298 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/te/te.po, 22, 52, 52, 0, 0, 348, 9227, 370, 9279 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/ro/ro.po, 355, 9360, 9532, 0, 0, 0, 0, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, docs/hu/hu.po, 30, 645, 504, 0, 0, 325, 8715, 355, 9360 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/en_GB.po, 84, 622, 622, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/da.po, 88, 629, 558, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zu.po, 7, 21, 22, 35, 224, 45, 405, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 88, 629, 157, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nl.gmo, 88, 629, 571, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/he.po, 84, 622, 607, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ko.po, 88, 629, 478, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mai.po, 42, 205, 220, 19, 145, 26, 300, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/eo.gmo, 88, 629, 580, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/kn.po, 78, 566, 445, 3, 15, 6, 69, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ga.gmo, 40, 173, 218, 0, 0, 0, 0, 40, 173 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fa.po, 85, 626, 734, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/kab.gmo, 87, 650, 752, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ko.gmo, 88, 629, 478, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/da.gmo, 88, 629, 558, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/be@latin.po, 38, 171, 170, 21, 129, 28, 350, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nn.gmo, 50, 299, 265, 0, 0, 0, 0, 50, 299 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ga.po, 40, 173, 218, 5, 26, 42, 451, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/te.gmo, 81, 619, 487, 0, 0, 0, 0, 81, 619 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ky.gmo, 67, 524, 422, 0, 0, 0, 0, 67, 524 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/kab.po, 87, 650, 752, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/uk.po, 84, 622, 524, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/tg.po, 87, 650, 659, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bn.po, 49, 258, 280, 12, 57, 26, 335, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/it.po, 88, 629, 702, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/km.po, 80, 578, 216, 3, 15, 4, 57, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/rw.gmo, 1, 1, 2, 0, 0, 0, 0, 1, 1 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bg.po, 85, 626, 694, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fy.gmo, 22, 93, 80, 0, 0, 0, 0, 22, 93 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fr.po, 88, 629, 744, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bs.po, 87, 650, 629, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/kn.gmo, 78, 566, 445, 0, 0, 0, 0, 78, 566 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ku.po, 31, 121, 122, 16, 97, 40, 432, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/eo.po, 88, 629, 580, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/it.gmo, 88, 629, 702, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/el.po, 88, 629, 684, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/an.gmo, 87, 650, 790, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gd.po, 88, 629, 851, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sv.po, 88, 629, 567, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/th.gmo, 87, 650, 197, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/de.gmo, 88, 629, 617, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gu.gmo, 84, 622, 636, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/eu.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/be.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/af.gmo, 88, 629, 627, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fy.po, 22, 93, 80, 11, 52, 54, 505, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/wa.gmo, 3, 8, 17, 0, 0, 0, 0, 3, 8 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/xh.po, 7, 21, 26, 35, 224, 45, 405, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nso.po, 7, 21, 37, 35, 224, 45, 405, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/si.gmo, 20, 116, 110, 0, 0, 0, 0, 20, 116 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mg.po, 34, 159, 174, 19, 142, 34, 349, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ms.po, 81, 619, 574, 4, 19, 2, 12, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nso.gmo, 7, 21, 37, 0, 0, 0, 0, 7, 21 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/csb.po, 25, 112, 117, 10, 46, 52, 492, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 45, 228, 184, 4, 19, 38, 403, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gl.po, 88, 629, 817, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hi.po, 80, 578, 697, 3, 15, 4, 57, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bs.gmo, 87, 650, 629, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ug.gmo, 75, 558, 454, 0, 0, 0, 0, 75, 558 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/si.po, 20, 116, 110, 21, 143, 46, 391, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/xh.gmo, 7, 21, 26, 0, 0, 0, 0, 7, 21 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/tr.gmo, 88, 629, 549, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ca.gmo, 88, 629, 802, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/en_GB.gmo, 84, 622, 622, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ta.po, 81, 619, 488, 3, 15, 3, 16, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hu.po, 88, 629, 555, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sr.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/or.gmo, 81, 619, 585, 0, 0, 0, 0, 81, 619 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/eu.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mr.po, 81, 619, 533, 3, 15, 3, 16, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ru.gmo, 88, 629, 574, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/lt.gmo, 88, 629, 512, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/lt.po, 88, 629, 512, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/en_CA.gmo, 8, 30, 31, 0, 0, 0, 0, 8, 30 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fr.gmo, 88, 629, 744, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/af.po, 88, 629, 627, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sr.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/es.po, 88, 629, 811, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/csb.gmo, 25, 112, 117, 0, 0, 0, 0, 25, 112 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/he.gmo, 84, 622, 607, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/tg.gmo, 87, 650, 659, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ky.po, 67, 524, 422, 7, 41, 13, 85, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/uz.po, 8, 17, 15, 4, 21, 75, 612, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pa.gmo, 88, 629, 722, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sk.po, 88, 629, 609, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/el.gmo, 88, 629, 684, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/es.gmo, 88, 629, 811, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mr.gmo, 81, 619, 533, 0, 0, 0, 0, 81, 619 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/am.gmo, 2, 2, 3, 0, 0, 0, 0, 2, 2 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 85, 626, 799, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/be.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/id.po, 88, 629, 592, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gv.gmo, 41, 206, 246, 0, 0, 0, 0, 41, 206 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sq.po, 37, 175, 207, 23, 176, 27, 299, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/crh.gmo, 73, 514, 437, 0, 0, 0, 0, 73, 514 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hi.gmo, 80, 578, 697, 0, 0, 0, 0, 80, 578 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fi.gmo, 88, 629, 441, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/is.po, 88, 629, 636, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/en@shaw.po, 28, 119, 119, 33, 196, 26, 335, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ro.po, 88, 629, 667, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/rw.po, 1, 1, 2, 39, 239, 47, 410, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ne.po, 85, 626, 520, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nb.gmo, 85, 626, 577, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/crh.po, 73, 514, 437, 5, 64, 9, 72, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/de.po, 88, 629, 617, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/tr.po, 88, 629, 549, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sl.po, 88, 629, 612, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zu.gmo, 7, 21, 22, 0, 0, 0, 0, 7, 21 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nl.po, 88, 629, 571, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ms.gmo, 81, 619, 574, 0, 0, 0, 0, 81, 619 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/az.po, 7, 21, 27, 35, 224, 45, 405, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 87, 650, 161, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ka.gmo, 4, 6, 7, 0, 0, 0, 0, 4, 6 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hr.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/oc.gmo, 88, 629, 734, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ps.gmo, 27, 109, 124, 0, 0, 0, 0, 27, 109 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 87, 650, 161, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sk.gmo, 88, 629, 609, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/th.po, 87, 650, 197, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gd.gmo, 88, 629, 851, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/br.po, 44, 218, 269, 17, 97, 26, 335, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 80, 578, 602, 0, 0, 0, 0, 80, 578 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ku.gmo, 31, 121, 122, 0, 0, 0, 0, 31, 121 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/et.po, 88, 629, 505, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sq.gmo, 37, 175, 207, 0, 0, 0, 0, 37, 175 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mai.gmo, 42, 205, 220, 0, 0, 0, 0, 42, 205 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/id.gmo, 88, 629, 592, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mn.po, 7, 21, 21, 35, 224, 45, 405, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/wa.po, 3, 8, 17, 16, 74, 68, 568, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ug.po, 75, 558, 454, 4, 23, 8, 69, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/vi.po, 88, 629, 879, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pl.gmo, 88, 629, 585, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sv.gmo, 88, 629, 567, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/an.po, 87, 650, 790, 0, 0, 0, 0, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/kk.po, 88, 629, 539, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 88, 629, 788, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 88, 629, 157, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/oc.po, 88, 629, 734, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gv.po, 41, 206, 246, 16, 91, 30, 353, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hr.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 28, 119, 119, 0, 0, 0, 0, 28, 119 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/cy.po, 8, 30, 33, 33, 217, 46, 403, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pt.po, 84, 622, 711, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nb.po, 85, 626, 577, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 80, 578, 602, 3, 15, 4, 57, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ml.po, 88, 629, 480, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/cy.gmo, 8, 30, 33, 0, 0, 0, 0, 8, 30 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 1, 2, 86, 648, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/is.gmo, 88, 629, 636, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nds.po, 24, 87, 87, 6, 26, 57, 537, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ja.po, 87, 626, 171, 0, 0, 1, 3, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bn.gmo, 49, 258, 280, 0, 0, 0, 0, 49, 258 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ast.gmo, 57, 352, 403, 0, 0, 0, 0, 57, 352 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ar.po, 87, 620, 531, 1, 9, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/cs.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/km.gmo, 80, 578, 216, 0, 0, 0, 0, 80, 578 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gu.po, 84, 622, 636, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fur.po, 88, 629, 764, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/lv.po, 88, 629, 527, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/kk.gmo, 88, 629, 539, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hy.po, 1, 1, 1, 9, 40, 77, 609, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ka.po, 4, 6, 7, 38, 212, 45, 432, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ca@valencia.po, 85, 626, 799, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/cs.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/bg.gmo, 85, 626, 694, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mk.gmo, 60, 422, 490, 0, 0, 0, 0, 60, 422 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/en_CA.po, 8, 30, 31, 33, 217, 46, 403, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ast.po, 57, 352, 403, 13, 89, 17, 209, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/uz@cyrillic.gmo, 45, 228, 184, 0, 0, 0, 0, 45, 228 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gl.gmo, 88, 629, 817, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 88, 629, 788, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mk.po, 60, 422, 490, 14, 95, 13, 133, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/be@latin.gmo, 38, 171, 170, 0, 0, 0, 0, 38, 171 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fur.gmo, 88, 629, 764, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/fi.po, 88, 629, 441, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ja.gmo, 87, 626, 171, 0, 0, 0, 0, 87, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pl.po, 88, 629, 585, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ne.gmo, 85, 626, 520, 0, 0, 0, 0, 85, 626 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ca.po, 88, 629, 802, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/vi.gmo, 88, 629, 879, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/gdm.pot, 0, 0, 0, 0, 0, 88, 629, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ta.gmo, 81, 619, 488, 0, 0, 0, 0, 81, 619 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/uk.gmo, 84, 622, 524, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/sl.gmo, 88, 629, 612, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mg.gmo, 34, 159, 174, 0, 0, 0, 0, 34, 159 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pa.po, 88, 629, 722, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/dz.po, 12, 50, 22, 37, 236, 38, 364, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/lv.gmo, 88, 629, 527, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/dz.gmo, 12, 50, 22, 0, 0, 0, 0, 12, 50 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/et.gmo, 88, 629, 505, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/te.po, 81, 619, 487, 3, 15, 3, 16, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/br.gmo, 44, 218, 269, 0, 0, 0, 0, 44, 218 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hy.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/uz.gmo, 8, 17, 15, 0, 0, 0, 0, 8, 17 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/as.gmo, 81, 619, 593, 0, 0, 0, 0, 81, 619 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/az.gmo, 7, 21, 27, 0, 0, 0, 0, 7, 21 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/as.po, 81, 619, 593, 3, 15, 3, 16, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/or.po, 81, 619, 585, 3, 15, 3, 16, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ml.gmo, 88, 629, 480, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nn.po, 50, 299, 265, 17, 85, 20, 266, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/pt.gmo, 84, 622, 711, 0, 0, 0, 0, 84, 622 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 88, 629, 160, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ro.gmo, 88, 629, 667, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/hu.gmo, 88, 629, 555, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ru.po, 88, 629, 574, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/mn.gmo, 7, 21, 21, 0, 0, 0, 0, 7, 21 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 88, 629, 160, 0, 0, 0, 0, 88, 629 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/ps.po, 27, 109, 124, 12, 76, 48, 465, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/am.po, 2, 2, 3, 5, 9, 80, 639, 87, 650 -gdm-3.32.0-3.fc30.src.rpm.stats.csv, po/nds.gmo, 24, 87, 87, 0, 0, 0, 0, 24, 87 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 433, 5312, 1030, 0, 0, 0, 0, 433, 5312 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 436, 5390, 1035, 0, 0, 0, 0, 436, 5390 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 581, 6612, 1204, 0, 0, 0, 0, 581, 6612 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/uk/uk.po, 552, 6577, 5320, 0, 0, 0, 0, 552, 6577 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/th/th.po, 219, 2555, 778, 0, 0, 456, 5022, 675, 7577 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/te/te.po, 15, 29, 30, 0, 0, 580, 7436, 595, 7465 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 580, 6562, 6086, 0, 0, 0, 0, 580, 6562 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/sl/sl.po, 600, 7570, 6316, 0, 0, 0, 0, 600, 7570 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 580, 6559, 5328, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/ro/ro.po, 580, 6559, 6440, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 580, 6559, 6907, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 580, 6562, 5098, 0, 0, 0, 0, 580, 6562 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/oc/oc.po, 96, 141, 165, 0, 0, 592, 7615, 688, 7756 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/lv/lv.po, 581, 6603, 5046, 0, 0, 0, 0, 581, 6603 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 692, 7740, 5726, 0, 0, 0, 0, 692, 7740 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/ja/ja.po, 71, 316, 168, 164, 1181, 366, 6089, 601, 7586 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/it/it.po, 675, 7613, 7707, 0, 0, 0, 0, 675, 7613 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/id/id.po, 581, 6603, 5951, 0, 0, 0, 0, 581, 6603 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 580, 6562, 5469, 0, 0, 0, 0, 580, 6562 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 580, 6559, 6456, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 580, 6559, 7117, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 211, 2280, 1403, 133, 1567, 208, 2730, 552, 6577 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/eu/eu.po, 675, 7577, 5738, 0, 0, 0, 0, 675, 7577 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 580, 6559, 6779, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 581, 6612, 6702, 0, 0, 0, 0, 581, 6612 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 580, 6559, 6298, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 670, 7555, 7171, 0, 0, 0, 0, 670, 7555 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 580, 6559, 5867, 0, 0, 0, 0, 580, 6559 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 671, 7557, 8440, 3, 13, 1, 7, 675, 7577 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/bg/bg.po, 595, 7465, 6650, 0, 0, 0, 0, 595, 7465 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, help/ar/ar.po, 513, 4492, 3525, 3, 62, 153, 2637, 669, 7191 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 727, 4279, 979, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 682, 4080, 930, 0, 0, 0, 0, 682, 4080 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 721, 4267, 1051, 0, 0, 0, 0, 721, 4267 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 999, 4120, 3612, 17, 73, 3, 12, 1019, 4205 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 501, 2030, 2528, 128, 511, 391, 1665, 1020, 4206 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 726, 4278, 5307, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 722, 4266, 3754, 0, 0, 0, 0, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 754, 4362, 3285, 0, 0, 0, 0, 754, 4362 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 727, 4279, 3412, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/tk.po, 526, 2502, 2118, 179, 906, 315, 798, 1020, 4206 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 722, 4266, 1225, 0, 0, 0, 0, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 150, 214, 257, 1, 1, 603, 4147, 754, 4362 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 683, 4083, 3336, 0, 0, 0, 0, 683, 4083 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 684, 4084, 3444, 0, 0, 0, 0, 684, 4084 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 727, 4279, 4044, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 721, 4267, 4427, 0, 0, 0, 0, 721, 4267 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 726, 4278, 4434, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 1093, 4942, 5720, 0, 0, 0, 0, 1093, 4942 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 727, 4279, 4169, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 721, 4267, 4036, 0, 0, 0, 0, 721, 4267 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 659, 1941, 2161, 0, 0, 443, 3122, 1102, 5063 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 202, 244, 252, 648, 3615, 170, 347, 1020, 4206 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 726, 4278, 3713, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 727, 4279, 4696, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 726, 4278, 4795, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 722, 4266, 4599, 0, 0, 0, 0, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 622, 1929, 2072, 0, 0, 475, 3081, 1097, 5010 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 727, 4279, 4056, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 720, 4220, 4558, 0, 0, 0, 0, 720, 4220 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 684, 4084, 4096, 0, 0, 0, 0, 684, 4084 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 721, 4267, 4839, 0, 0, 0, 0, 721, 4267 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 655, 3549, 3368, 1, 1, 92, 799, 748, 4349 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 726, 4278, 4222, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 477, 2356, 2329, 219, 1497, 26, 413, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 239, 438, 408, 0, 0, 861, 4515, 1100, 4953 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 721, 4271, 4034, 0, 0, 0, 0, 721, 4271 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/my.po, 475, 1513, 1137, 0, 0, 633, 3491, 1108, 5004 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 541, 2390, 2105, 176, 884, 303, 932, 1020, 4206 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 683, 4083, 3807, 0, 0, 0, 0, 683, 4083 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 507, 2180, 1901, 211, 1293, 301, 732, 1019, 4205 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 721, 4271, 3425, 0, 0, 0, 0, 721, 4271 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 739, 4316, 4378, 0, 0, 0, 0, 739, 4316 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/mi.po, 54, 68, 74, 131, 232, 835, 3906, 1020, 4206 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 1032, 4328, 4766, 14, 45, 0, 0, 1046, 4373 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 1104, 4965, 5469, 0, 0, 0, 0, 1104, 4965 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 726, 4278, 3700, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 726, 4278, 3570, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ln.po, 724, 4280, 4594, 0, 0, 0, 0, 724, 4280 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/la.po, 8, 9, 16, 0, 0, 1085, 4933, 1093, 4942 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 297, 676, 760, 19, 39, 786, 4348, 1102, 5063 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 726, 4278, 3070, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 684, 4084, 3430, 0, 0, 0, 0, 684, 4084 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 751, 4360, 1654, 0, 0, 0, 0, 751, 4360 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 669, 3162, 2540, 0, 0, 57, 1116, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 311, 491, 475, 371, 1693, 352, 2099, 1034, 4283 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 726, 4278, 1001, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 726, 4278, 4460, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 713, 3933, 3647, 0, 0, 8, 338, 721, 4271 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 727, 4279, 3938, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/hy.po, 156, 415, 357, 0, 0, 877, 3917, 1033, 4332 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 727, 4279, 3670, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 721, 4271, 4078, 0, 0, 0, 0, 721, 4271 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 683, 4083, 4844, 0, 0, 0, 0, 683, 4083 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 722, 4266, 3803, 0, 0, 0, 0, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 712, 4184, 4421, 0, 0, 0, 0, 712, 4184 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 727, 4279, 4824, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 721, 4267, 6000, 0, 0, 0, 0, 721, 4267 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 397, 996, 1124, 35, 158, 315, 3122, 747, 4276 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 726, 4278, 4913, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 727, 4279, 4917, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 726, 4278, 3165, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 722, 4266, 4793, 0, 0, 0, 0, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 726, 4278, 3477, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 747, 4276, 3369, 0, 0, 0, 0, 747, 4276 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 727, 4279, 4808, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 710, 4084, 3756, 0, 0, 0, 0, 710, 4084 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 721, 4267, 4294, 0, 0, 0, 0, 721, 4267 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 1028, 4339, 4344, 0, 0, 0, 0, 1028, 4339 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 1110, 5063, 5069, 0, 0, 0, 0, 1110, 5063 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 727, 4279, 4479, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 1099, 4983, 2458, 0, 0, 0, 0, 1099, 4983 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 727, 4279, 4260, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 726, 4278, 3909, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 953, 3827, 4389, 100, 747, 50, 388, 1103, 4962 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 726, 4278, 4091, 0, 0, 0, 0, 726, 4278 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 754, 4362, 3447, 0, 0, 0, 0, 754, 4362 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 722, 4266, 4981, 0, 0, 0, 0, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 727, 4279, 4998, 0, 0, 0, 0, 727, 4279 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 685, 4087, 4003, 0, 0, 0, 0, 685, 4087 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 787, 2495, 2806, 103, 787, 214, 1681, 1104, 4963 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 684, 4084, 4396, 0, 0, 0, 0, 684, 4084 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 1107, 5003, 5417, 0, 0, 0, 0, 1107, 5003 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 722, 4266, 4420, 0, 0, 0, 0, 722, 4266 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 1099, 4948, 4656, 0, 0, 0, 0, 1099, 4948 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 721, 4271, 3896, 0, 0, 0, 0, 721, 4271 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 548, 2626, 2196, 176, 884, 296, 696, 1020, 4206 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 734, 4323, 4477, 0, 0, 0, 0, 734, 4323 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 684, 4084, 4244, 0, 0, 0, 0, 684, 4084 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 721, 4265, 4174, 0, 0, 0, 0, 721, 4265 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 688, 4104, 4705, 0, 0, 0, 0, 688, 4104 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 257, 521, 547, 203, 553, 560, 3132, 1020, 4206 -gedit-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 683, 3317, 3347, 41, 824, 3, 138, 727, 4279 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 596, 3578, 3578, 0, 0, 0, 0, 596, 3578 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/tr.gmo, 614, 2379, 2085, 0, 0, 0, 0, 614, 2379 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/gegl-0.4.pot, 0, 0, 0, 0, 0, 1830, 8885, 1830, 8885 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/de.gmo, 1609, 6737, 5861, 0, 0, 0, 0, 1609, 6737 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/ko.gmo, 148, 345, 285, 0, 0, 0, 0, 148, 345 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/mr.gmo, 1490, 6617, 5826, 0, 0, 0, 0, 1490, 6617 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/is.gmo, 345, 626, 600, 0, 0, 0, 0, 345, 626 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sr.po, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/lv.gmo, 1418, 5684, 5158, 0, 0, 0, 0, 1418, 5684 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/it.gmo, 1860, 9095, 9775, 0, 0, 0, 0, 1860, 9095 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/uk.po, 1344, 4646, 4344, 149, 505, 264, 3304, 1757, 8455 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 1764, 8483, 9471, 0, 0, 0, 0, 1764, 8483 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 747, 4149, 1646, 0, 0, 0, 0, 747, 4149 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/el.po, 1805, 8737, 8935, 0, 0, 0, 0, 1805, 8737 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/eu.gmo, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/ca.gmo, 1719, 8130, 9848, 0, 0, 0, 0, 1719, 8130 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/bs.gmo, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/de.po, 1609, 6737, 5861, 75, 491, 121, 1509, 1805, 8737 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 747, 4149, 1646, 134, 460, 70, 788, 951, 5397 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/tr.po, 614, 2379, 2085, 34, 64, 765, 4492, 1413, 6935 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/da.po, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sl.po, 1566, 6646, 6275, 39, 299, 189, 1749, 1794, 8694 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/da.gmo, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/it.po, 1860, 9095, 9775, 0, 0, 0, 0, 1860, 9095 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sk.gmo, 68, 151, 159, 0, 0, 0, 0, 68, 151 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/mr.po, 1490, 6617, 5826, 11, 51, 256, 1787, 1757, 8455 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/pt.po, 1504, 7265, 8037, 6, 66, 7, 57, 1517, 7388 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/ca.po, 1719, 8130, 9848, 0, 0, 0, 0, 1719, 8130 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sv.po, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/nb.gmo, 122, 187, 177, 0, 0, 0, 0, 122, 187 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/pt.gmo, 1504, 7265, 8037, 0, 0, 0, 0, 1504, 7265 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/oc.gmo, 1292, 5922, 6708, 0, 0, 0, 0, 1292, 5922 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/oc.po, 1292, 5922, 6708, 0, 0, 196, 1298, 1488, 7220 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/eo.po, 127, 178, 173, 106, 209, 1478, 7709, 1711, 8096 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/pl.gmo, 1874, 9139, 8537, 0, 0, 0, 0, 1874, 9139 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sk.po, 68, 151, 159, 0, 0, 1416, 7018, 1484, 7169 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sl.gmo, 1566, 6646, 6275, 0, 0, 0, 0, 1566, 6646 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/nb.po, 122, 187, 177, 626, 1556, 747, 5495, 1495, 7238 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/es.po, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1764, 8483, 9471, 0, 0, 1, 2, 1765, 8485 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/ko.po, 148, 345, 285, 105, 247, 698, 4805, 951, 5397 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/el.gmo, 1805, 8737, 8935, 0, 0, 0, 0, 1805, 8737 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/es.gmo, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/eu.po, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sr.gmo, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/id.gmo, 76, 115, 110, 0, 0, 0, 0, 76, 115 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/pl.po, 1874, 9139, 8537, 0, 0, 0, 0, 1874, 9139 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/en_GB.po, 596, 3578, 3578, 196, 913, 159, 906, 951, 5397 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/fr.po, 1186, 5686, 6517, 2, 55, 241, 1264, 1429, 7005 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/sv.gmo, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/is.po, 345, 626, 600, 0, 0, 1139, 6543, 1484, 7169 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/ru.gmo, 1078, 2944, 2870, 0, 0, 0, 0, 1078, 2944 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/fr.gmo, 1186, 5686, 6517, 0, 0, 0, 0, 1186, 5686 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/uk.gmo, 1344, 4646, 4344, 0, 0, 0, 0, 1344, 4646 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/lv.po, 1418, 5684, 5158, 111, 758, 218, 1963, 1747, 8405 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/id.po, 76, 115, 110, 313, 714, 562, 4568, 951, 5397 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/ru.po, 1078, 2944, 2870, 124, 434, 645, 5605, 1847, 8983 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/gl.gmo, 170, 283, 325, 0, 0, 0, 0, 170, 283 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/bs.po, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/gl.po, 170, 283, 325, 132, 287, 649, 4827, 951, 5397 -gegl04-0.4.14-1.fc30.src.rpm.stats.csv, po/eo.gmo, 127, 178, 173, 0, 0, 0, 0, 127, 178 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/bg.gmo, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/fr.gmo, 42, 514, 537, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/eo.gmo, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/en@boldquot.gmo, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/fi.po, 42, 514, 417, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/tr.gmo, 41, 509, 443, 0, 0, 0, 0, 41, 509 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/pt_BR.po, 42, 514, 566, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/bg.po, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/it.po, 42, 514, 536, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/nb.gmo, 42, 514, 479, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/da.po, 41, 509, 463, 1, 5, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/cs.gmo, 42, 514, 492, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/nn.gmo, 28, 364, 353, 0, 0, 0, 0, 28, 364 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sl.gmo, 42, 514, 455, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/uk.po, 42, 514, 490, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/es.gmo, 42, 514, 600, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/uk.gmo, 42, 514, 490, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/hr.po, 42, 514, 483, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ro.po, 25, 320, 334, 14, 150, 3, 44, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/de.gmo, 42, 514, 505, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/zh_TW.gmo, 42, 514, 197, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sr.gmo, 42, 514, 493, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/vi.po, 42, 514, 739, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/zh_HK.gmo, 27, 324, 126, 0, 0, 0, 0, 27, 324 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/de.po, 42, 514, 505, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/en@quot.po, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/pl.po, 42, 514, 477, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/be.gmo, 14, 150, 142, 0, 0, 0, 0, 14, 150 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/pt_BR.gmo, 42, 514, 566, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/id.po, 39, 428, 406, 3, 86, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/et.po, 7, 18, 20, 18, 295, 17, 201, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sr.po, 42, 514, 493, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/id.gmo, 39, 428, 406, 0, 0, 0, 0, 39, 428 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ga.po, 28, 364, 355, 14, 150, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/nl.gmo, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/zh_TW.po, 42, 514, 197, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sv.po, 42, 514, 470, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sk.gmo, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ko.gmo, 42, 514, 411, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/gettext-runtime.pot, 0, 0, 0, 0, 0, 42, 514, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/zh_CN.gmo, 41, 440, 155, 0, 0, 0, 0, 41, 440 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sk.po, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/el.po, 6, 16, 18, 19, 297, 17, 201, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/gl.gmo, 42, 514, 551, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/zh_HK.po, 27, 324, 126, 14, 150, 1, 40, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sl.po, 42, 514, 455, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/es.po, 42, 514, 600, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/fr.po, 42, 514, 537, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/pt.po, 28, 364, 424, 14, 150, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ko.po, 42, 514, 411, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/hu.gmo, 42, 514, 486, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/hu.po, 42, 514, 486, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/tr.po, 41, 509, 443, 1, 5, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/vi.gmo, 42, 514, 739, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/gl.po, 42, 514, 551, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/sv.gmo, 42, 514, 470, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/nb.po, 42, 514, 479, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/en@boldquot.po, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ca.gmo, 42, 514, 553, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/cs.po, 42, 514, 492, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/nn.po, 28, 364, 363, 14, 150, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ca.po, 42, 514, 553, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/hr.gmo, 42, 514, 483, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/zh_CN.po, 41, 440, 155, 1, 74, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/pt.gmo, 28, 364, 424, 0, 0, 0, 0, 28, 364 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ja.po, 42, 514, 265, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/fi.gmo, 42, 514, 417, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/eo.po, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/be.po, 14, 150, 142, 16, 161, 12, 203, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ru.po, 42, 514, 478, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/en@quot.gmo, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/nl.po, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/ru.gmo, 42, 514, 478, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/it.gmo, 42, 514, 536, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-runtime/po/pl.gmo, 42, 514, 477, 0, 0, 0, 0, 42, 514 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/fi.po, 4, 15, 11, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/pt_BR.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/bg.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ast.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/it.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/af.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/da.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/uk.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/hr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ro.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/vi.po, 4, 15, 22, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/de.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/pl.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/id.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ga.po, 4, 15, 21, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/zh_TW.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sv.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sk.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/el.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/zh_HK.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sl.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/es.po, 4, 15, 18, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/fr.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/pt.po, 4, 15, 19, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/hu.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ms.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/tr.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/gl.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/nb.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/cs.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ca.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/zh_CN.po, 4, 15, 6, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ja.po, 4, 15, 8, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/eo.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ru.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/nl.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ky.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/lv.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/mt.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/fi.po, 9, 37, 27, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/pt_BR.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/bg.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ast.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/it.po, 9, 37, 42, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/af.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/da.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/uk.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/hr.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ro.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/vi.po, 9, 37, 50, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/de.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/pl.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/id.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sr.po, 9, 37, 41, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ga.po, 1, 2, 4, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/zh_TW.po, 9, 37, 15, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sv.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sk.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/el.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/zh_HK.po, 1, 2, 1, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sl.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/es.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/fr.po, 9, 37, 47, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/pt.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/hu.po, 9, 37, 31, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ms.po, 9, 37, 37, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/tr.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/gl.po, 2, 4, 5, 1, 10, 6, 23, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/nb.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/cs.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ca.po, 9, 37, 43, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/zh_CN.po, 9, 37, 14, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ja.po, 9, 37, 14, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/eo.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ru.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/nl.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ky.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/lv.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/mt.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/fi.po, 3, 18, 12, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/pt_BR.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/bg.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ast.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/it.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/af.po, 3, 18, 14, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/da.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/uk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/hr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ro.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/vi.po, 3, 18, 25, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/de.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/pl.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/id.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ga.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/zh_TW.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sv.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/el.po, 3, 18, 19, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/zh_HK.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/es.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/fr.po, 3, 18, 23, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/pt.po, 3, 18, 26, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/hu.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ms.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/tr.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/gl.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/nb.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/cs.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ca.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/zh_CN.po, 3, 18, 7, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ja.po, 3, 18, 8, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/eo.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ru.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/nl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ky.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/lv.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/mt.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-python.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-java-swing.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/fi.po, 18, 98, 66, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/pt_BR.po, 18, 98, 106, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/bg.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ast.po, 10, 63, 64, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/it.po, 18, 98, 120, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/af.po, 10, 63, 49, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/da.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-objc-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/uk.po, 18, 98, 93, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-java-awt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-objc-gnustep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hr.po, 18, 98, 100, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ro.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-kde.pot, 0, 0, 0, 0, 0, 4, 15, 4, 15 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/vi.po, 18, 98, 135, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/de.po, 18, 98, 88, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c-gnome3.pot, 0, 0, 0, 0, 0, 9, 37, 9, 37 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/gettext-examples.pot, 0, 0, 0, 0, 0, 18, 98, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/pl.po, 18, 98, 98, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-librep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-tcl-tk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-tcl.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-qt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/id.po, 10, 63, 56, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-wxwidgets.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-java.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-guile.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-java-qtjambi.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/sr.po, 18, 98, 102, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-gawk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-objc.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-csharp-forms.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ga.po, 10, 63, 75, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/zh_TW.po, 18, 98, 31, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/sv.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-pascal.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-perl.pot, 0, 0, 0, 0, 0, 3, 18, 3, 18 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/sk.po, 18, 98, 96, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-csharp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/el.po, 10, 63, 65, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/zh_HK.po, 10, 63, 17, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/sl.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/es.po, 18, 98, 108, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/fr.po, 18, 98, 124, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/pt.po, 10, 63, 91, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hu.po, 18, 98, 85, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ms.po, 18, 98, 91, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/tr.po, 10, 63, 56, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-ycp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-smalltalk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-clisp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/gl.po, 11, 65, 73, 1, 10, 6, 23, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-php.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/nb.po, 18, 98, 87, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-sh.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/cs.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ca.po, 18, 98, 118, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/zh_CN.po, 18, 98, 37, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ja.po, 18, 98, 38, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/eo.po, 18, 98, 104, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ru.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/nl.po, 18, 98, 90, 0, 0, 0, 0, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/ky.po, 10, 63, 63, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/lv.po, 10, 63, 63, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/examples/po/mt.po, 10, 63, 59, 1, 10, 7, 25, 18, 98 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/bg.gmo, 699, 6842, 7154, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/eu.po, 380, 2940, 2707, 176, 1782, 143, 2120, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/fr.gmo, 699, 6842, 8174, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/pa.gmo, 210, 1136, 1271, 0, 0, 0, 0, 210, 1136 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/en@boldquot.gmo, 699, 6842, 6869, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/fi.po, 633, 6487, 5031, 30, 158, 36, 197, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/tr.gmo, 493, 5031, 4203, 0, 0, 0, 0, 493, 5031 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/pt_BR.po, 696, 6822, 7619, 3, 20, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/bg.po, 699, 6842, 7154, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/it.po, 627, 6444, 7016, 28, 145, 44, 253, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/da.po, 548, 5535, 4932, 91, 910, 60, 397, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/nn.gmo, 94, 881, 772, 0, 0, 0, 0, 94, 881 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/gettext-tools.pot, 0, 0, 0, 0, 0, 699, 6842, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sl.gmo, 696, 6822, 6590, 0, 0, 0, 0, 696, 6822 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/uk.po, 699, 6842, 6375, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/es.gmo, 696, 6822, 8306, 0, 0, 0, 0, 696, 6822 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/uk.gmo, 699, 6842, 6375, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ro.po, 396, 3765, 3989, 193, 2185, 110, 892, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/de.gmo, 633, 6487, 6420, 0, 0, 0, 0, 633, 6487 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/zh_TW.gmo, 402, 3657, 1503, 0, 0, 0, 0, 402, 3657 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sr.gmo, 699, 6842, 6419, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/vi.po, 699, 6842, 9852, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/pa.po, 210, 1136, 1271, 65, 383, 424, 5323, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/de.po, 633, 6487, 6420, 30, 158, 36, 197, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/en@quot.po, 699, 6842, 6842, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/pl.po, 699, 6842, 6467, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/be.gmo, 151, 1154, 1104, 0, 0, 0, 0, 151, 1154 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/pt_BR.gmo, 696, 6822, 7619, 0, 0, 0, 0, 696, 6822 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/id.po, 544, 5523, 5301, 94, 923, 61, 396, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/et.po, 55, 332, 324, 136, 1220, 508, 5290, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sr.po, 699, 6842, 6419, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/id.gmo, 544, 5523, 5301, 0, 0, 0, 0, 544, 5523 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/nl.gmo, 422, 3220, 3070, 0, 0, 0, 0, 422, 3220 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/zh_TW.po, 402, 3657, 1503, 163, 1940, 134, 1245, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sv.po, 699, 6842, 5998, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/eu.gmo, 380, 2940, 2707, 0, 0, 0, 0, 380, 2940 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sk.gmo, 699, 6842, 6453, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ko.gmo, 699, 6842, 5626, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/zh_CN.gmo, 633, 6487, 2233, 0, 0, 0, 0, 633, 6487 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sk.po, 699, 6842, 6453, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/el.po, 35, 184, 214, 143, 1265, 521, 5393, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/gl.gmo, 199, 1349, 1624, 0, 0, 0, 0, 199, 1349 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sl.po, 696, 6822, 6590, 3, 20, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/es.po, 696, 6822, 8306, 3, 20, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/fr.po, 699, 6842, 8174, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/pt.po, 29, 151, 176, 85, 757, 585, 5934, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ko.po, 699, 6842, 5626, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/tr.po, 493, 5031, 4203, 131, 1285, 75, 526, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/vi.gmo, 699, 6842, 9852, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/gl.po, 199, 1349, 1624, 35, 336, 465, 5157, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/sv.gmo, 699, 6842, 5998, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/nb.po, 55, 332, 315, 136, 1220, 508, 5290, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/en@boldquot.po, 699, 6842, 6869, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ca.gmo, 633, 6487, 7775, 0, 0, 0, 0, 633, 6487 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/cs.po, 55, 332, 354, 109, 1036, 535, 5474, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/nn.po, 94, 881, 789, 100, 903, 505, 5058, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ca.po, 633, 6487, 7775, 30, 158, 36, 197, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/zh_CN.po, 633, 6487, 2233, 30, 158, 36, 197, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ja.po, 699, 6842, 3176, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/fi.gmo, 633, 6487, 5031, 0, 0, 0, 0, 633, 6487 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/be.po, 151, 1154, 1104, 136, 1197, 412, 4491, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ru.po, 617, 6356, 5904, 36, 205, 46, 281, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/en@quot.gmo, 699, 6842, 6842, 0, 0, 0, 0, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/nl.po, 422, 3220, 3070, 8, 38, 269, 3584, 699, 6842 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/ru.gmo, 617, 6356, 5904, 0, 0, 0, 0, 617, 6356 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/it.gmo, 627, 6444, 7016, 0, 0, 0, 0, 627, 6444 -gettext-0.19.8.1-18.fc30.src.rpm.stats.csv, gettext-tools/po/pl.gmo, 699, 6842, 6467, 0, 0, 0, 0, 699, 6842 -git-2.21.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/zh_cn.po, 366, 1755, 665, 7, 18, 17, 60, 390, 1833 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/vi.po, 543, 2517, 3958, 0, 0, 0, 0, 543, 2517 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/sv.po, 547, 2534, 2614, 0, 0, 0, 0, 547, 2534 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/ru.po, 520, 2359, 2239, 0, 0, 0, 0, 520, 2359 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/pt_pt.po, 550, 2546, 2885, 0, 0, 0, 0, 550, 2546 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/pt_br.po, 520, 2359, 2659, 0, 0, 0, 0, 520, 2359 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/nb.po, 474, 1882, 1982, 0, 0, 39, 443, 513, 2325 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/ja.po, 546, 2532, 896, 0, 0, 1, 2, 547, 2534 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/it.po, 519, 2358, 2830, 0, 0, 1, 1, 520, 2359 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/hu.po, 514, 2328, 2367, 0, 0, 0, 0, 514, 2328 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/git-gui.pot, 0, 0, 0, 0, 0, 520, 2359, 520, 2359 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/fr.po, 520, 2359, 2916, 0, 0, 0, 0, 520, 2359 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/el.po, 381, 1827, 1982, 4, 9, 6, 6, 391, 1842 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/de.po, 520, 2359, 2430, 0, 0, 0, 0, 520, 2359 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/bg.po, 565, 2607, 3145, 0, 0, 0, 0, 565, 2607 -git-2.21.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-2.21.0-1.fc30.src.rpm.stats.csv, git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -git-2.21.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/vi.po, 307, 1135, 1820, 0, 0, 0, 0, 307, 1135 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/sv.po, 311, 1143, 1160, 0, 0, 0, 0, 311, 1143 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/ru.po, 317, 1167, 1198, 0, 0, 0, 0, 317, 1167 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/pt_pt.po, 311, 1143, 1351, 0, 0, 0, 0, 311, 1143 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/pt_br.po, 279, 970, 1113, 16, 116, 12, 49, 307, 1135 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/ja.po, 311, 1143, 515, 0, 0, 0, 0, 311, 1143 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/it.po, 274, 963, 1181, 17, 119, 16, 53, 307, 1135 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/hu.po, 277, 976, 1025, 18, 121, 12, 38, 307, 1135 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/fr.po, 311, 1143, 1470, 0, 0, 0, 0, 311, 1143 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/es.po, 184, 634, 780, 46, 179, 77, 322, 307, 1135 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/de.po, 307, 1135, 1107, 0, 0, 0, 0, 307, 1135 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/ca.po, 307, 1135, 1494, 0, 0, 0, 0, 307, 1135 -git-2.21.0-1.fc30.src.rpm.stats.csv, gitk-git/po/bg.po, 311, 1143, 1320, 0, 0, 0, 0, 311, 1143 -git-2.21.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.21.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 4363, 29326, 11460, 0, 0, 0, 0, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/vi.po, 4187, 28089, 41616, 0, 0, 0, 0, 4187, 28089 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/sv.po, 4363, 29326, 28133, 0, 0, 0, 0, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/ru.po, 3366, 22514, 23326, 0, 0, 594, 4111, 3960, 26625 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/pt_PT.po, 3198, 21526, 24299, 0, 0, 0, 0, 3198, 21526 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/ko.po, 3608, 24346, 21312, 0, 0, 0, 0, 3608, 24346 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/it.po, 2347, 15566, 17960, 583, 3156, 1433, 10604, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/is.po, 14, 81, 80, 0, 0, 0, 0, 14, 81 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/git.pot, 0, 0, 0, 0, 0, 4363, 29326, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/fr.po, 4363, 29326, 34255, 0, 0, 0, 0, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/es.po, 4363, 29326, 33250, 0, 0, 0, 0, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/el.po, 1038, 7892, 9184, 0, 0, 3325, 21434, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/de.po, 4363, 29326, 29980, 0, 0, 0, 0, 4363, 29326 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/ca.po, 3450, 22883, 27720, 417, 2655, 318, 2545, 4185, 28083 -git-2.21.0-1.fc30.src.rpm.stats.csv, po/bg.po, 4363, 29326, 35754, 0, 0, 0, 0, 4363, 29326 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 988, 5877, 1967, 114, 938, 37, 291, 1139, 7106 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 905, 5703, 1802, 0, 0, 0, 0, 905, 5703 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 1067, 6647, 2046, 0, 0, 0, 0, 1067, 6647 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/yi.po, 105, 688, 692, 127, 715, 515, 3374, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/xh.po, 131, 902, 729, 142, 769, 474, 3106, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/wa.po, 68, 281, 386, 123, 657, 556, 3839, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/vi.po, 916, 5762, 8063, 0, 0, 0, 0, 916, 5762 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/uk.po, 903, 5675, 5555, 0, 0, 0, 0, 903, 5675 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ug.po, 860, 5426, 5080, 0, 0, 4, 38, 864, 5464 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/tt.po, 81, 345, 297, 101, 513, 565, 3919, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/tr.po, 1150, 7157, 6248, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/tl.po, 150, 1021, 1212, 129, 676, 468, 3080, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/th.po, 1066, 6642, 2868, 0, 0, 0, 0, 1066, 6642 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/tg.po, 79, 119, 115, 27, 101, 758, 5244, 864, 5464 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/te.po, 905, 5703, 4929, 0, 0, 0, 0, 905, 5703 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ta.po, 905, 5703, 4992, 0, 0, 0, 0, 905, 5703 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/sv.po, 1150, 7157, 6851, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 1131, 7036, 7206, 0, 0, 0, 0, 1131, 7036 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/sr@ije.po, 106, 706, 648, 134, 736, 507, 3335, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/sr.po, 1150, 7157, 7326, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/sq.po, 358, 2080, 2542, 98, 476, 291, 2221, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/sl.po, 1150, 7157, 7302, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/sk.po, 1092, 6591, 6603, 39, 446, 8, 69, 1139, 7106 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/si.po, 97, 385, 417, 115, 566, 535, 3826, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/rw.po, 32, 36, 44, 239, 1640, 476, 3101, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ru.po, 1050, 6425, 6351, 51, 374, 30, 237, 1131, 7036 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ro.po, 1150, 7157, 8307, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 1150, 7157, 8335, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/pt.po, 1060, 6469, 7445, 0, 0, 6, 173, 1066, 6642 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ps.po, 131, 466, 588, 69, 305, 547, 4006, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/pl.po, 1150, 7157, 7321, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/pa.po, 910, 5725, 6481, 0, 0, 0, 0, 910, 5725 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/or.po, 905, 5703, 5749, 0, 0, 0, 0, 905, 5703 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/oc.po, 1066, 6642, 8396, 0, 0, 0, 0, 1066, 6642 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/nn.po, 362, 2080, 2137, 89, 460, 296, 2237, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/nl.po, 665, 2857, 2879, 260, 2059, 225, 2241, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ne.po, 403, 1706, 1792, 403, 2232, 301, 3018, 1107, 6956 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/nds.po, 96, 259, 278, 39, 201, 612, 4317, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/nb.po, 1088, 6534, 6548, 1, 8, 38, 476, 1127, 7018 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ms.po, 105, 698, 651, 135, 744, 507, 3335, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/mr.po, 905, 5703, 5424, 0, 0, 0, 0, 905, 5703 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/mn.po, 131, 902, 774, 142, 769, 474, 3106, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ml.po, 587, 3073, 2653, 42, 333, 235, 2058, 864, 5464 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/mk.po, 347, 2025, 2333, 104, 515, 296, 2237, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/mg.po, 164, 1135, 1210, 121, 630, 462, 3012, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/mai.po, 287, 1667, 1866, 93, 452, 367, 2658, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/lv.po, 1131, 7036, 6454, 0, 0, 0, 0, 1131, 7036 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/lt.po, 1150, 7157, 6167, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ku.po, 41, 71, 77, 90, 442, 616, 4264, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ko.po, 1150, 7157, 6265, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/kn.po, 904, 5697, 5056, 0, 0, 0, 0, 904, 5697 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/kk.po, 339, 1072, 1019, 0, 0, 811, 6085, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ka.po, 193, 1287, 1058, 120, 605, 434, 2885, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ja.po, 671, 4078, 1761, 92, 660, 101, 731, 864, 5469 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/it.po, 1150, 7157, 8125, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/is.po, 163, 788, 744, 160, 917, 589, 4034, 912, 5739 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/id.po, 1150, 7157, 7261, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/hy.po, 643, 4085, 3998, 42, 304, 62, 388, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/hu.po, 1150, 7157, 6987, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/hr.po, 178, 1017, 968, 0, 0, 652, 4237, 830, 5254 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/hi.po, 905, 5703, 6753, 0, 0, 0, 0, 905, 5703 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/he.po, 1127, 7018, 7022, 0, 0, 0, 0, 1127, 7018 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/gu.po, 904, 5697, 6111, 0, 0, 0, 0, 904, 5697 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/gl.po, 1150, 7157, 8981, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/gd.po, 149, 400, 516, 0, 0, 958, 6556, 1107, 6956 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ga.po, 189, 628, 758, 48, 219, 534, 3954, 771, 4801 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/fur.po, 649, 3158, 3872, 5, 38, 496, 3961, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/fr.po, 1150, 7157, 9044, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/fi.po, 662, 3319, 2746, 280, 2275, 189, 1442, 1131, 7036 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/fa.po, 492, 2602, 2979, 38, 244, 291, 2375, 821, 5221 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/eu.po, 1150, 7157, 6782, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/et.po, 536, 2825, 2459, 151, 897, 444, 3314, 1131, 7036 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/es.po, 1150, 7157, 9086, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/eo.po, 626, 3373, 3327, 245, 2038, 202, 1324, 1073, 6735 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 1131, 7036, 7055, 0, 0, 0, 0, 1131, 7036 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 771, 4801, 4804, 0, 0, 0, 0, 771, 4801 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 423, 2582, 2581, 66, 377, 258, 1818, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/el.po, 717, 3615, 3831, 300, 2566, 122, 925, 1139, 7106 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/dz.po, 166, 1138, 621, 123, 637, 458, 3002, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/de.po, 1150, 7157, 7281, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/da.po, 1150, 7157, 6955, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/cy.po, 270, 1620, 1788, 101, 503, 376, 2654, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/cs.po, 1150, 7157, 6893, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 1107, 6956, 9502, 0, 0, 0, 0, 1107, 6956 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ca.po, 1150, 7157, 9780, 0, 0, 0, 0, 1150, 7157 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/bs.po, 904, 5697, 5735, 0, 0, 0, 0, 904, 5697 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 915, 5750, 5872, 0, 0, 0, 0, 915, 5750 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/bn.po, 447, 2552, 2699, 57, 301, 243, 1924, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/bg.po, 914, 5755, 6494, 0, 0, 0, 0, 914, 5755 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 347, 2025, 1955, 104, 515, 296, 2237, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/be.po, 865, 5478, 5365, 0, 0, 0, 0, 865, 5478 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/az.po, 104, 696, 627, 135, 744, 508, 3337, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ast.po, 433, 2489, 3154, 66, 335, 248, 1953, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/as.po, 905, 5703, 5806, 0, 0, 0, 0, 905, 5703 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/ar.po, 431, 2303, 2337, 0, 0, 408, 2992, 839, 5295 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/an.po, 864, 5464, 7395, 0, 0, 1, 5, 865, 5469 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/am.po, 37, 51, 54, 86, 414, 624, 4312, 747, 4777 -glib2-2.60.1-2.fc30.src.rpm.stats.csv, po/af.po, 137, 351, 407, 46, 261, 588, 4189, 771, 4801 -glibc-2.29-9.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glibc-2.29-9.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glibc-2.29-9.fc30.src.rpm.stats.csv, po/zh_TW.po, 1353, 7306, 3114, 68, 449, 47, 351, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/zh_CN.po, 1411, 7698, 2974, 43, 261, 14, 147, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/vi.po, 1454, 7955, 12531, 8, 116, 6, 35, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/uk.po, 1468, 8106, 8801, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/tr.po, 1243, 6403, 5786, 169, 1157, 56, 546, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/sv.po, 1454, 7955, 7658, 8, 116, 6, 35, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/sl.po, 528, 2715, 2838, 359, 1630, 581, 3761, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/sk.po, 1023, 5033, 5258, 227, 1275, 218, 1798, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/rw.po, 14, 19, 21, 1090, 5891, 364, 2196, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/ru.po, 1468, 8106, 8127, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/pt_BR.po, 1468, 8106, 9787, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/pl.po, 1468, 8106, 8456, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/nl.po, 1440, 7884, 8015, 19, 176, 9, 46, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/nb.po, 697, 3102, 3004, 413, 2299, 358, 2705, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/lt.po, 401, 1592, 1428, 377, 1749, 690, 4765, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/libc.pot, 0, 0, 0, 0, 0, 1468, 8106, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/ko.po, 1440, 7884, 7437, 19, 176, 9, 46, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/ja.po, 1292, 6937, 3022, 110, 724, 66, 445, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/it.po, 1299, 6976, 8217, 106, 705, 63, 425, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/id.po, 1237, 6657, 6991, 141, 793, 90, 656, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/ia.po, 522, 3263, 4173, 39, 261, 907, 4582, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/hu.po, 381, 1560, 1603, 81, 343, 1006, 6203, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/hr.po, 1468, 8106, 8854, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/gl.po, 1010, 4955, 6261, 239, 1354, 219, 1797, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/fr.po, 1431, 7805, 10074, 26, 233, 11, 68, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/fi.po, 1215, 5965, 5129, 127, 998, 126, 1143, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/es.po, 1374, 7466, 10167, 57, 350, 37, 290, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/eo.po, 836, 3486, 3419, 45, 218, 587, 4402, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/en_GB.po, 10, 64, 64, 0, 0, 1078, 5305, 1088, 5369 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/el.po, 704, 3078, 3615, 374, 2040, 390, 2988, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/de.po, 1468, 8106, 9036, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/da.po, 1237, 6657, 6407, 140, 789, 91, 660, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/cs.po, 1468, 8106, 8249, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/ca.po, 1391, 7579, 10861, 51, 314, 26, 213, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/bg.po, 1468, 8106, 9940, 0, 0, 0, 0, 1468, 8106 -glibc-2.29-9.fc30.src.rpm.stats.csv, po/be.po, 526, 2713, 2656, 2, 11, 940, 5382, 1468, 8106 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 41, 271, 102, 0, 0, 0, 0, 41, 271 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 29, 161, 70, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 38, 250, 91, 0, 0, 0, 0, 38, 250 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/vi.po, 29, 161, 218, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/uk.po, 24, 135, 125, 0, 0, 0, 0, 24, 135 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ug.po, 29, 161, 137, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/tr.po, 42, 278, 213, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/th.po, 29, 161, 74, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/tg.po, 29, 161, 168, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/te.po, 28, 153, 140, 0, 0, 0, 0, 28, 153 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ta.po, 16, 86, 81, 0, 0, 0, 0, 16, 86 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/sv.po, 42, 278, 262, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 36, 229, 276, 0, 0, 0, 0, 36, 229 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/sr.po, 42, 278, 329, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/sl.po, 42, 278, 334, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/sk.po, 37, 247, 308, 0, 0, 2, 11, 39, 258 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ru.po, 41, 271, 277, 0, 0, 0, 0, 41, 271 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ro.po, 42, 278, 362, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 42, 278, 325, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/pt.po, 28, 157, 181, 0, 0, 0, 0, 28, 157 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/pl.po, 42, 278, 306, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/pa.po, 29, 161, 193, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/or.po, 24, 135, 137, 0, 0, 0, 0, 24, 135 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/oc.po, 36, 229, 305, 0, 0, 2, 21, 38, 250 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/nl.po, 42, 278, 256, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ne.po, 24, 139, 120, 0, 0, 5, 24, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/nb.po, 32, 174, 159, 0, 0, 4, 55, 36, 229 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/mr.po, 24, 135, 124, 0, 0, 0, 0, 24, 135 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ml.po, 29, 163, 137, 0, 0, 0, 0, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/lv.po, 42, 278, 282, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/lt.po, 42, 278, 276, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ko.po, 42, 278, 226, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/kn.po, 16, 86, 84, 0, 0, 0, 0, 16, 86 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/km.po, 24, 135, 80, 0, 0, 0, 0, 24, 135 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/kk.po, 28, 153, 145, 0, 0, 13, 118, 41, 271 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ja.po, 28, 157, 68, 0, 0, 0, 0, 28, 157 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/it.po, 42, 278, 327, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/id.po, 42, 278, 270, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/hu.po, 42, 278, 275, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/hr.po, 42, 278, 276, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/hi.po, 29, 161, 195, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/he.po, 32, 171, 165, 0, 0, 4, 58, 36, 229 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/gu.po, 16, 86, 110, 0, 0, 0, 0, 16, 86 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/gl.po, 42, 278, 382, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/gd.po, 29, 163, 214, 0, 0, 0, 0, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/fur.po, 42, 278, 361, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/fr.po, 41, 271, 367, 0, 0, 0, 0, 41, 271 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/fi.po, 29, 165, 126, 0, 0, 12, 106, 41, 271 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/fa.po, 29, 163, 191, 0, 0, 0, 0, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/eu.po, 42, 278, 261, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/et.po, 29, 161, 128, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/es.po, 42, 278, 352, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/eo.po, 22, 123, 123, 2, 11, 5, 29, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 28, 157, 157, 0, 0, 0, 0, 28, 157 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/el.po, 29, 163, 178, 0, 0, 0, 0, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/de.po, 42, 278, 295, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/da.po, 42, 278, 266, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/cs.po, 42, 278, 297, 0, 0, 0, 0, 42, 278 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 29, 163, 249, 0, 0, 0, 0, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ca.po, 41, 271, 415, 0, 0, 0, 0, 41, 271 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/bs.po, 28, 157, 154, 0, 0, 0, 0, 28, 157 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 16, 86, 98, 0, 0, 0, 0, 16, 86 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/bg.po, 29, 163, 199, 0, 0, 0, 0, 29, 163 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/be.po, 39, 258, 245, 0, 0, 0, 0, 39, 258 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/as.po, 29, 161, 155, 0, 0, 0, 0, 29, 161 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/ar.po, 28, 153, 161, 0, 0, 0, 0, 28, 153 -glib-networking-2.60.1-2.fc30.src.rpm.stats.csv, po/an.po, 29, 161, 199, 0, 0, 0, 0, 29, 161 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/sk.po, 73, 396, 404, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/es.po, 73, 396, 483, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/he.po, 71, 391, 354, 0, 0, 2, 5, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/cs.po, 73, 396, 375, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 71, 391, 132, 0, 0, 2, 5, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/as.po, 43, 285, 296, 4, 15, 26, 96, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/kk.po, 7, 8, 9, 0, 0, 66, 388, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/tr.po, 73, 396, 320, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ko.po, 43, 280, 245, 4, 15, 26, 101, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/da.po, 73, 396, 381, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/sr.po, 73, 396, 412, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 73, 396, 128, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 73, 396, 443, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/nl.po, 73, 396, 425, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/id.po, 73, 396, 390, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/sv.po, 73, 396, 380, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ja.po, 73, 396, 143, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ca.po, 73, 396, 502, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/nn.po, 17, 108, 96, 0, 0, 56, 288, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 43, 280, 298, 4, 15, 26, 101, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/kn.po, 44, 296, 270, 4, 15, 25, 85, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/fur.po, 71, 391, 464, 0, 0, 2, 5, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ar.po, 12, 14, 16, 9, 32, 52, 350, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/de.po, 71, 391, 399, 0, 0, 2, 5, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/it.po, 71, 391, 424, 0, 0, 2, 5, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/el.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ru.po, 73, 396, 361, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/hi.po, 43, 280, 331, 4, 15, 26, 101, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ta.po, 43, 280, 251, 4, 15, 26, 101, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/fi.po, 62, 264, 200, 0, 0, 11, 132, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/en_GB.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/pa.po, 43, 280, 334, 4, 15, 26, 101, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/nb.po, 1, 5, 6, 0, 0, 72, 391, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/fr.po, 73, 396, 475, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/fa.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/mr.po, 73, 396, 365, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/bs.po, 4, 9, 8, 0, 0, 69, 387, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/km.po, 55, 342, 148, 4, 15, 14, 39, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/pl.po, 73, 396, 399, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/gu.po, 44, 296, 320, 4, 15, 25, 85, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/or.po, 43, 280, 273, 4, 15, 26, 101, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/uk.po, 73, 396, 416, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/hu.po, 73, 396, 356, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/sq.po, 73, 396, 501, 0, 0, 0, 0, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/pt.po, 2, 6, 8, 0, 0, 71, 390, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ml.po, 43, 280, 217, 4, 15, 26, 101, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/ast.po, 2, 2, 2, 0, 0, 71, 394, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/et.po, 7, 7, 7, 0, 0, 66, 389, 73, 396 -gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv, po/te.po, 44, 296, 246, 4, 15, 25, 85, 73, 396 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 16, 31, 18, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 18, 30, 19, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 16, 31, 16, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 18, 30, 32, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 18, 29, 48, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 18, 24, 28, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/uz.po, 7, 14, 11, 0, 0, 2, 4, 9, 18 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 18, 29, 27, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 18, 24, 30, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 18, 24, 20, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 18, 30, 27, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 17, 23, 24, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 16, 31, 35, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 0, 0, 10, 35, 10, 35 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 16, 31, 38, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 16, 31, 41, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 9, 18, 25, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 18, 29, 37, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 16, 31, 36, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 16, 31, 30, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 18, 29, 29, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 18, 29, 24, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 15, 20, 23, 0, 0, 2, 3, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 16, 31, 30, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 8, 16, 18, 1, 2, 0, 0, 9, 18 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ky.po, 16, 22, 21, 1, 1, 1, 1, 18, 24 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 18, 24, 24, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 18, 30, 21, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 9, 18, 18, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 18, 30, 20, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 15, 26, 31, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/hy.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 16, 31, 35, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 18, 30, 30, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 16, 31, 37, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/fy.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 15, 26, 34, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 16, 31, 28, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 18, 29, 29, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 18, 29, 32, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 15, 26, 32, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 16, 31, 32, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 16, 31, 28, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 9, 18, 11, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 16, 31, 28, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 17, 23, 29, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 15, 26, 28, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 18, 29, 37, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 16, 31, 38, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 17, 23, 31, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 17, 29, 38, 0, 0, 0, 0, 17, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 18, 29, 31, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 16, 22, 20, 0, 0, 1, 1, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 18, 29, 26, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 13, 22, 20, 0, 0, 3, 9, 16, 31 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/zu.po, 192, 663, 574, 0, 0, 0, 0, 192, 663 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 102, 308, 132, 0, 0, 0, 0, 102, 308 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/xh.po, 174, 596, 511, 1, 3, 0, 0, 175, 599 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 111, 373, 504, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 110, 372, 334, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 95, 303, 266, 0, 0, 0, 0, 95, 303 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 111, 373, 324, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 110, 372, 169, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 102, 309, 340, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 102, 309, 286, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 102, 309, 276, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 111, 373, 337, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 111, 373, 391, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 111, 373, 340, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 111, 373, 382, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 111, 373, 413, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 110, 372, 383, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 111, 373, 370, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 111, 373, 419, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 102, 309, 333, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 106, 349, 385, 0, 0, 4, 23, 110, 372 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/nn.po, 177, 646, 620, 0, 0, 4, 18, 181, 664 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 111, 373, 355, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 13, 15, 18, 67, 144, 22, 150, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 111, 373, 362, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 160, 519, 486, 2, 9, 29, 169, 191, 697 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 102, 309, 309, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/mn.po, 87, 230, 231, 0, 0, 68, 284, 155, 514 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 111, 373, 320, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 175, 599, 654, 0, 0, 0, 0, 175, 599 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 37, 63, 75, 0, 0, 120, 530, 157, 593 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 111, 373, 343, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 111, 373, 329, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 188, 650, 720, 0, 0, 4, 12, 192, 662 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 111, 373, 289, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 102, 309, 296, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 144, 460, 257, 0, 0, 0, 0, 144, 460 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 111, 373, 329, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ka.po, 118, 321, 284, 0, 0, 37, 193, 155, 514 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 111, 373, 153, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 111, 373, 358, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 111, 373, 359, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 111, 373, 334, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/hy.po, 181, 664, 631, 0, 0, 0, 0, 181, 664 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 111, 373, 325, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 111, 373, 357, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 102, 309, 361, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 110, 372, 345, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 102, 309, 355, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 111, 373, 388, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 111, 373, 493, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 70, 156, 204, 0, 0, 26, 154, 96, 310 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/fy.po, 13, 15, 20, 0, 0, 142, 499, 155, 514 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 111, 373, 407, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 111, 373, 423, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 115, 398, 302, 0, 0, 0, 0, 115, 398 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 111, 373, 411, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 111, 373, 315, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 96, 310, 257, 0, 0, 0, 0, 96, 310 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 111, 373, 396, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 111, 373, 359, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 110, 372, 372, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 121, 419, 419, 66, 256, 0, 0, 187, 675 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 111, 373, 390, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 111, 373, 379, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 111, 373, 345, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/crh.po, 95, 303, 272, 0, 0, 0, 0, 95, 303 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 111, 373, 428, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 111, 373, 428, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 102, 309, 313, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 95, 303, 350, 0, 0, 0, 0, 95, 303 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 192, 662, 719, 0, 0, 0, 0, 192, 662 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 111, 373, 347, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 181, 664, 736, 0, 0, 0, 0, 181, 664 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 101, 308, 336, 0, 0, 0, 0, 101, 308 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 111, 373, 399, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 110, 372, 407, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 185, 642, 645, 0, 0, 7, 20, 192, 662 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/sv/sv.po, 230, 2786, 2603, 0, 0, 0, 0, 230, 2786 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 230, 2786, 3059, 0, 0, 0, 0, 230, 2786 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/pl/pl.po, 230, 2786, 2262, 0, 0, 0, 0, 230, 2786 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/ko/ko.po, 230, 2786, 1982, 0, 0, 0, 0, 230, 2786 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/it/it.po, 213, 2575, 2709, 0, 0, 0, 0, 213, 2575 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/hu/hu.po, 230, 2786, 2465, 0, 0, 0, 0, 230, 2786 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/gl/gl.po, 121, 768, 803, 0, 0, 103, 1971, 224, 2739 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/fr/fr.po, 224, 2739, 2990, 0, 0, 0, 0, 224, 2739 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/es/es.po, 213, 2575, 2875, 0, 0, 0, 0, 213, 2575 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/el/el.po, 208, 2323, 2501, 0, 0, 0, 0, 208, 2323 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/de/de.po, 230, 2786, 2821, 0, 0, 0, 0, 230, 2786 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, help/cs/cs.po, 224, 2739, 2490, 0, 0, 0, 0, 224, 2739 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 295, 1289, 461, 0, 0, 0, 0, 295, 1289 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 207, 946, 333, 0, 0, 0, 0, 207, 946 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 289, 1224, 520, 0, 0, 0, 0, 289, 1224 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/vi.po, 154, 624, 800, 0, 0, 9, 97, 163, 721 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/uk.po, 262, 1113, 1049, 0, 0, 0, 0, 262, 1113 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ug.po, 167, 750, 718, 0, 0, 0, 0, 167, 750 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/tr.po, 296, 1290, 1127, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/th.po, 123, 532, 216, 0, 0, 0, 0, 123, 532 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/tg.po, 175, 572, 651, 19, 326, 0, 0, 194, 898 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/te.po, 208, 950, 834, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ta.po, 208, 950, 891, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/sv.po, 298, 1296, 1267, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 283, 1207, 1324, 0, 0, 0, 0, 283, 1207 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/sr.po, 298, 1296, 1416, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/sl.po, 298, 1296, 1368, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/sk.po, 294, 1282, 1364, 0, 0, 0, 0, 294, 1282 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ru.po, 298, 1296, 1272, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ro.po, 298, 1296, 1500, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 298, 1296, 1487, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/pt.po, 260, 1102, 1293, 0, 0, 0, 0, 260, 1102 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/pl.po, 298, 1296, 1348, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/pa.po, 208, 950, 1149, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/or.po, 208, 950, 1036, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/oc.po, 253, 1048, 1297, 2, 8, 7, 21, 262, 1077 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/nl.po, 296, 1290, 1335, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ne.po, 274, 1160, 1153, 0, 0, 0, 0, 274, 1160 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/nb.po, 293, 1269, 1295, 0, 0, 1, 13, 294, 1282 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/mr.po, 208, 950, 929, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ml.po, 281, 1171, 1072, 0, 0, 9, 89, 290, 1260 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/lv.po, 295, 1289, 1207, 0, 0, 0, 0, 295, 1289 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/lt.po, 296, 1290, 1178, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ko.po, 296, 1290, 1071, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/kn.po, 208, 950, 872, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/km.po, 193, 885, 398, 0, 0, 0, 0, 193, 885 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/kk.po, 295, 1289, 1162, 0, 0, 0, 0, 295, 1289 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ja.po, 260, 1072, 456, 0, 0, 0, 0, 260, 1072 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/it.po, 298, 1296, 1369, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/id.po, 298, 1296, 1315, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/hu.po, 296, 1290, 1247, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/hr.po, 296, 1294, 1273, 0, 0, 1, 1, 297, 1295 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/hi.po, 208, 950, 1187, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/he.po, 260, 1102, 1072, 0, 0, 0, 0, 260, 1102 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/gu.po, 208, 950, 1058, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/gl.po, 296, 1290, 1477, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ga.po, 100, 207, 256, 0, 0, 85, 649, 185, 856 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/fur.po, 295, 1289, 1514, 0, 0, 0, 0, 295, 1289 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/fr.po, 296, 1290, 1628, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/fi.po, 290, 1201, 962, 0, 0, 8, 95, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/fa.po, 185, 856, 962, 0, 0, 0, 0, 185, 856 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/eu.po, 295, 1289, 1167, 0, 0, 0, 0, 295, 1289 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/et.po, 185, 856, 713, 0, 0, 0, 0, 185, 856 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/es.po, 298, 1296, 1491, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/eo.po, 281, 1170, 1081, 4, 23, 5, 69, 290, 1262 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/en_GB.po, 282, 1203, 1206, 0, 0, 0, 0, 282, 1203 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/el.po, 295, 1289, 1463, 0, 0, 0, 0, 295, 1289 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/de.po, 298, 1296, 1338, 0, 0, 0, 0, 298, 1296 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/da.po, 296, 1290, 1268, 0, 0, 0, 0, 296, 1290 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/cs.po, 294, 1284, 1313, 0, 0, 0, 0, 294, 1284 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 273, 1147, 1453, 0, 0, 0, 0, 273, 1147 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ca.po, 295, 1289, 1618, 0, 0, 0, 0, 295, 1289 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/bs.po, 217, 968, 969, 0, 0, 0, 0, 217, 968 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 169, 753, 853, 0, 0, 0, 0, 169, 753 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/bg.po, 153, 677, 756, 0, 0, 0, 0, 153, 677 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/be.po, 294, 1282, 1284, 0, 0, 0, 0, 294, 1282 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/as.po, 208, 950, 1050, 0, 0, 0, 0, 208, 950 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/ar.po, 239, 1016, 1045, 0, 0, 0, 0, 239, 1016 -gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv, po/af.po, 295, 1289, 1387, 0, 0, 0, 0, 295, 1289 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 238, 1579, 425, 0, 0, 0, 0, 238, 1579 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/te/te.po, 99, 110, 110, 0, 0, 140, 1509, 239, 1619 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/sv/sv.po, 277, 1950, 1733, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/sl/sl.po, 238, 1616, 1394, 0, 0, 0, 0, 238, 1616 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/ru/ru.po, 209, 1187, 1069, 4, 25, 25, 404, 238, 1616 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/ro/ro.po, 220, 1241, 1190, 3, 49, 15, 326, 238, 1616 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 277, 1950, 2144, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/pt/pt.po, 250, 1750, 1789, 3, 32, 12, 104, 265, 1886 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/pl/pl.po, 277, 1950, 1665, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/oc/oc.po, 259, 303, 325, 0, 0, 626, 6188, 885, 6491 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/lv/lv.po, 265, 1886, 1501, 0, 0, 0, 0, 265, 1886 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/ko/ko.po, 277, 1950, 1416, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/ja/ja.po, 225, 1289, 427, 9, 265, 4, 62, 238, 1616 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/it/it.po, 188, 1017, 1096, 8, 239, 40, 319, 236, 1575 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/hu/hu.po, 277, 1950, 1697, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/gl/gl.po, 247, 1727, 1753, 0, 0, 1, 37, 248, 1764 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/fr/fr.po, 277, 1950, 2147, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/fi/fi.po, 203, 1082, 826, 22, 225, 40, 579, 265, 1886 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/eu/eu.po, 831, 6011, 4612, 0, 0, 0, 0, 831, 6011 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/es/es.po, 277, 1950, 2084, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/el/el.po, 251, 1777, 1922, 0, 0, 0, 0, 251, 1777 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/de/de.po, 277, 1950, 1879, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/cs/cs.po, 277, 1950, 1745, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/ca/ca.po, 216, 1392, 1547, 14, 190, 35, 304, 265, 1886 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, help/bg/bg.po, 603, 5554, 5201, 0, 0, 209, 227, 812, 5781 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 578, 1594, 762, 0, 0, 0, 0, 578, 1594 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 431, 1341, 574, 0, 0, 0, 0, 431, 1341 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 579, 1596, 770, 0, 0, 0, 0, 579, 1596 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/xh.po, 362, 851, 840, 13, 35, 3, 29, 378, 915 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 590, 1632, 2264, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 573, 1583, 1470, 0, 0, 0, 0, 573, 1583 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 334, 1078, 1026, 0, 0, 0, 0, 334, 1078 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 590, 1632, 1495, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/tk.po, 164, 294, 281, 79, 175, 135, 446, 378, 915 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 540, 1486, 834, 0, 0, 0, 0, 540, 1486 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 535, 1464, 1464, 0, 0, 0, 0, 535, 1464 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 428, 1337, 1171, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 428, 1337, 1281, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 590, 1632, 1521, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 579, 1596, 1520, 0, 0, 0, 0, 579, 1596 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 590, 1632, 1556, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/sq.po, 399, 1128, 1306, 0, 0, 0, 0, 399, 1128 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 590, 1632, 1554, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 581, 1602, 1581, 0, 0, 0, 0, 581, 1602 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/si.po, 379, 853, 894, 0, 0, 71, 839, 450, 1692 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/rw.po, 60, 53, 61, 243, 719, 75, 143, 378, 915 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 590, 1632, 1581, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 590, 1632, 1771, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 590, 1632, 1926, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 573, 1583, 1735, 0, 0, 0, 0, 573, 1583 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 590, 1632, 1578, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 551, 1539, 1640, 0, 0, 23, 45, 574, 1584 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 428, 1337, 1302, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 540, 1486, 1667, 0, 0, 0, 0, 540, 1486 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/nn.po, 228, 770, 803, 8, 14, 31, 534, 267, 1318 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 590, 1632, 1699, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 205, 357, 347, 116, 286, 107, 694, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 578, 1590, 1456, 0, 0, 0, 0, 578, 1590 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/my.po, 160, 352, 241, 0, 0, 99, 789, 259, 1141 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 328, 768, 757, 30, 57, 20, 90, 378, 915 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 428, 1337, 1299, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/mn.po, 181, 392, 372, 142, 368, 55, 155, 378, 915 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 334, 1078, 854, 0, 0, 0, 0, 334, 1078 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 433, 1399, 1408, 0, 0, 0, 0, 433, 1399 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/mg.po, 349, 992, 1083, 8, 23, 0, 0, 357, 1015 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 243, 536, 586, 0, 0, 165, 829, 408, 1365 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 590, 1632, 1512, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 590, 1632, 1485, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 98, 117, 123, 4, 4, 247, 774, 349, 895 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 590, 1632, 1384, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 428, 1337, 1181, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 429, 1333, 750, 0, 0, 2, 8, 431, 1341 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 321, 566, 568, 0, 0, 269, 1066, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ka.po, 365, 1044, 948, 0, 0, 0, 0, 365, 1044 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 567, 1564, 750, 0, 0, 23, 68, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 590, 1632, 1782, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 590, 1632, 1623, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/hy.po, 119, 361, 351, 0, 0, 137, 767, 256, 1128 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 590, 1632, 1525, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 589, 1629, 1524, 0, 0, 0, 0, 589, 1629 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 428, 1337, 1519, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 513, 1451, 1481, 0, 0, 27, 35, 540, 1486 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 590, 1632, 1855, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 574, 1584, 1836, 0, 0, 0, 0, 574, 1584 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 217, 351, 419, 9, 23, 108, 704, 334, 1078 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 590, 1632, 1829, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 590, 1632, 1899, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 590, 1632, 1354, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 574, 1584, 1656, 0, 0, 0, 0, 574, 1584 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 590, 1632, 1463, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 334, 1078, 874, 0, 0, 0, 0, 334, 1078 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 590, 1632, 1839, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 584, 1601, 1581, 1, 4, 1, 3, 586, 1608 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 540, 1486, 1504, 0, 0, 0, 0, 540, 1486 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 433, 1399, 1402, 0, 0, 0, 0, 433, 1399 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 254, 1172, 1173, 6, 129, 0, 0, 260, 1301 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 556, 1468, 1587, 25, 134, 0, 0, 581, 1602 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/dz.po, 410, 1175, 812, 0, 0, 0, 0, 410, 1175 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 590, 1632, 1574, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 589, 1629, 1529, 0, 0, 0, 0, 589, 1629 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/cy.po, 349, 895, 977, 0, 0, 0, 0, 349, 895 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 590, 1632, 1626, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 574, 1584, 1797, 0, 0, 0, 0, 574, 1584 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 590, 1632, 1849, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 535, 1464, 1357, 0, 0, 0, 0, 535, 1464 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 267, 1327, 1384, 0, 0, 0, 0, 267, 1327 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 574, 1584, 1721, 0, 0, 0, 0, 574, 1584 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 277, 564, 566, 0, 0, 133, 611, 410, 1175 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 378, 855, 909, 0, 0, 50, 364, 428, 1219 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/az.po, 181, 392, 369, 142, 368, 55, 155, 378, 915 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 433, 1399, 1502, 0, 0, 0, 0, 433, 1399 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 428, 1337, 1364, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 257, 545, 557, 65, 160, 251, 876, 573, 1581 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/am.po, 83, 78, 80, 49, 55, 246, 782, 378, 915 -gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 350, 1044, 1011, 37, 159, 41, 176, 428, 1379 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 218, 668, 268, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 58, 122, 81, 2, 6, 0, 0, 60, 128 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 220, 661, 347, 0, 0, 0, 0, 220, 661 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 139, 432, 420, 0, 0, 0, 0, 139, 432 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 218, 668, 595, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 138, 424, 202, 0, 0, 0, 0, 138, 424 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 105, 342, 367, 0, 0, 0, 0, 105, 342 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 218, 668, 657, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 220, 661, 697, 0, 0, 0, 0, 220, 661 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 218, 668, 705, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 218, 668, 693, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 220, 669, 670, 0, 0, 0, 0, 220, 669 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 218, 668, 697, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 218, 668, 727, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 218, 668, 753, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 138, 424, 446, 0, 0, 0, 0, 138, 424 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 218, 668, 632, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 66, 222, 254, 0, 0, 0, 0, 66, 222 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 217, 645, 753, 1, 3, 2, 13, 220, 661 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 218, 668, 669, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 214, 641, 623, 0, 0, 0, 0, 214, 641 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 214, 641, 624, 0, 0, 0, 0, 214, 641 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 220, 669, 598, 0, 0, 0, 0, 220, 669 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 218, 668, 636, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 218, 668, 621, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 218, 668, 539, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 218, 668, 611, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 218, 668, 267, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 218, 668, 709, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 220, 669, 657, 0, 0, 0, 0, 220, 669 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 218, 668, 671, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 218, 668, 632, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 220, 669, 667, 0, 0, 0, 0, 220, 669 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 138, 424, 440, 0, 0, 0, 0, 138, 424 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 218, 668, 737, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 220, 661, 881, 0, 0, 0, 0, 220, 661 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 80, 173, 211, 0, 0, 23, 152, 103, 325 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 218, 668, 752, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 218, 668, 760, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 218, 668, 522, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 214, 641, 663, 0, 0, 0, 0, 214, 641 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 218, 668, 596, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 218, 668, 571, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 218, 668, 778, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 220, 669, 671, 0, 0, 0, 0, 220, 669 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 220, 669, 685, 0, 0, 0, 0, 220, 669 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 218, 668, 754, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 218, 668, 661, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 218, 668, 635, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 218, 668, 648, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 213, 638, 746, 1, 3, 0, 0, 214, 641 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 218, 668, 789, 0, 0, 0, 0, 218, 668 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 67, 224, 219, 0, 0, 0, 0, 67, 224 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 220, 669, 664, 0, 0, 0, 0, 220, 669 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 219, 649, 677, 0, 0, 1, 12, 220, 661 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 67, 224, 249, 0, 0, 0, 0, 67, 224 -gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 218, 668, 669, 0, 0, 0, 0, 218, 668 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 57, 186, 71, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 58, 186, 93, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 47, 161, 149, 0, 0, 0, 0, 47, 161 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 24, 49, 64, 0, 0, 23, 112, 47, 161 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 54, 149, 138, 0, 0, 3, 37, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 58, 186, 204, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 57, 186, 203, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 58, 186, 191, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 57, 186, 219, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 57, 186, 226, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 48, 162, 177, 0, 0, 0, 0, 48, 162 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 57, 186, 194, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 35, 80, 103, 0, 0, 7, 66, 42, 146 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 58, 186, 214, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 58, 186, 197, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 58, 186, 184, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 58, 186, 158, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 57, 186, 173, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 57, 186, 175, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ln.po, 44, 155, 181, 0, 0, 0, 0, 44, 155 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 57, 186, 168, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 57, 186, 182, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 56, 185, 79, 0, 0, 1, 1, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 57, 186, 195, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 58, 186, 192, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 57, 186, 208, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 57, 186, 181, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 47, 161, 157, 0, 0, 0, 0, 47, 161 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 47, 161, 173, 0, 0, 0, 0, 47, 161 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 57, 186, 212, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 58, 186, 246, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 57, 186, 215, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 57, 186, 151, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 58, 186, 219, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 56, 185, 178, 0, 0, 0, 0, 56, 185 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 58, 186, 194, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 57, 186, 207, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 57, 186, 204, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 56, 185, 191, 0, 0, 0, 0, 56, 185 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 58, 186, 179, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 57, 186, 183, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 82, 983, 765, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 82, 983, 736, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 82, 983, 621, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 82, 983, 721, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 82, 983, 994, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/nl/nl.po, 82, 983, 985, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 82, 983, 968, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 81, 978, 939, 0, 0, 0, 0, 81, 978 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 82, 983, 957, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 82, 983, 1061, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 82, 983, 584, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 82, 983, 963, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 81, 978, 753, 0, 0, 0, 0, 81, 978 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 82, 983, 960, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 82, 983, 1060, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 82, 983, 894, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, help/id/id.po, 82, 983, 845, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 100, 284, 217, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 100, 284, 277, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 100, 283, 254, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 77, 223, 199, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 100, 284, 300, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 100, 284, 115, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 100, 284, 248, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 100, 283, 369, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 100, 284, 310, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 100, 284, 309, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 59, 127, 126, 0, 0, 1, 1, 60, 128 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 100, 284, 257, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 98, 280, 121, 0, 0, 2, 4, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 100, 284, 291, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 77, 223, 244, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 100, 283, 277, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 77, 223, 91, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 77, 223, 245, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 100, 284, 245, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 77, 223, 226, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 100, 283, 286, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 59, 129, 130, 5, 19, 13, 75, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 95, 273, 310, 0, 0, 0, 0, 95, 273 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 100, 283, 273, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 100, 283, 284, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 100, 284, 272, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 77, 223, 213, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 100, 283, 291, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 43, 85, 108, 0, 0, 34, 138, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 100, 283, 278, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 77, 223, 237, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 77, 223, 229, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 100, 284, 239, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 77, 223, 252, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 100, 284, 334, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 100, 284, 267, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 100, 284, 283, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 100, 283, 269, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 100, 283, 136, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 94, 272, 121, 0, 0, 0, 0, 94, 272 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 77, 223, 220, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 100, 283, 331, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 100, 284, 266, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 100, 283, 276, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 94, 272, 286, 0, 0, 0, 0, 94, 272 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 100, 283, 308, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 77, 223, 247, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 100, 283, 331, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 100, 284, 281, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 100, 284, 299, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 100, 284, 273, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 92, 259, 310, 0, 0, 1, 10, 93, 269 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 100, 284, 325, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 77, 223, 269, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 95, 273, 268, 0, 0, 0, 0, 95, 273 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 77, 223, 176, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 100, 284, 424, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 94, 272, 282, 0, 0, 0, 0, 94, 272 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 100, 283, 281, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 92, 259, 265, 0, 0, 0, 0, 92, 259 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 100, 284, 259, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 77, 223, 239, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 38, 67, 72, 0, 0, 0, 0, 38, 67 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 26, 534, 139, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 26, 534, 475, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 26, 534, 665, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 26, 534, 470, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/ml/ml.po, 26, 534, 417, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 26, 534, 387, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/it/it.po, 26, 534, 543, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 26, 534, 473, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/hr/hr.po, 26, 534, 444, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 26, 534, 554, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 26, 534, 615, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 26, 534, 346, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 26, 534, 598, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 26, 534, 577, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 26, 534, 516, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 26, 534, 480, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 26, 534, 491, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 26, 534, 613, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 345, 1796, 471, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 342, 1792, 467, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 345, 1796, 468, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 345, 1796, 2263, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 345, 1796, 1483, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 329, 1681, 1328, 0, 0, 7, 57, 336, 1738 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 345, 1796, 1525, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 18, 28, 19, 0, 0, 110, 714, 128, 742 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 343, 1793, 1702, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 342, 1792, 1371, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 342, 1792, 1458, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 345, 1796, 1561, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 345, 1796, 1591, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 345, 1796, 1540, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 345, 1796, 1853, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 345, 1796, 2050, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 345, 1796, 2026, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 345, 1796, 1617, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 342, 1792, 1925, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 342, 1792, 1682, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 343, 1793, 2019, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 345, 1796, 1670, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 151, 327, 333, 109, 449, 85, 1020, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 345, 1796, 1611, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 342, 1792, 1522, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 237, 770, 635, 2, 2, 102, 976, 341, 1748 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 345, 1796, 1507, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 345, 1796, 1407, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 345, 1796, 1377, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 342, 1792, 1455, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 153, 404, 359, 0, 0, 192, 1392, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 343, 1793, 420, 0, 0, 2, 3, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 345, 1796, 1879, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 345, 1796, 1706, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 345, 1796, 1612, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 345, 1796, 1471, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 345, 1796, 1571, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 342, 1792, 2093, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 343, 1793, 1605, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 343, 1793, 1825, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 345, 1796, 1995, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 345, 1796, 2183, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 345, 1796, 2037, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 321, 1639, 1155, 1, 17, 23, 140, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 345, 1796, 1873, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 345, 1796, 1446, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 343, 1793, 1323, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 345, 1796, 1609, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 345, 1796, 1795, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 345, 1796, 1839, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 345, 1796, 1724, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 345, 1796, 1572, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 345, 1796, 2097, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 345, 1796, 2100, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 343, 1793, 1549, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 342, 1792, 1762, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 343, 1793, 1816, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 342, 1792, 1719, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 97, 304, 294, 0, 0, 286, 2109, 383, 2413 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 167, 590, 227, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 155, 405, 207, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 158, 434, 221, 0, 0, 0, 0, 158, 434 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/vi.po, 157, 433, 647, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/uk.po, 129, 311, 312, 0, 0, 0, 0, 129, 311 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ug.po, 151, 344, 326, 0, 0, 0, 0, 151, 344 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/tr.po, 167, 590, 498, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/th.po, 157, 433, 215, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/tg.po, 156, 411, 473, 0, 0, 0, 0, 156, 411 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/te.po, 155, 405, 370, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ta.po, 155, 405, 406, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/sv.po, 167, 590, 558, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 162, 563, 589, 0, 0, 0, 0, 162, 563 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/sr.po, 167, 590, 617, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/sl.po, 167, 590, 551, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/sk.po, 166, 586, 553, 0, 0, 0, 0, 166, 586 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ru.po, 167, 590, 559, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ro.po, 167, 590, 622, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 167, 590, 654, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/pt.po, 157, 433, 481, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/pl.po, 167, 590, 559, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/pa.po, 156, 411, 457, 0, 0, 0, 0, 156, 411 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/or.po, 155, 405, 440, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/oc.po, 157, 433, 497, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/nl.po, 167, 590, 576, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ne.po, 144, 417, 416, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/nb.po, 144, 417, 408, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/mr.po, 155, 405, 421, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ml.po, 151, 344, 316, 0, 0, 0, 0, 151, 344 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/mk.po, 116, 231, 245, 0, 0, 0, 0, 116, 231 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/lv.po, 167, 590, 548, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/lt.po, 167, 590, 531, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ko.po, 167, 590, 461, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/kn.po, 155, 405, 399, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/kk.po, 167, 590, 519, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ja.po, 157, 433, 210, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/it.po, 167, 590, 561, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/is.po, 163, 506, 494, 0, 0, 3, 80, 166, 586 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/id.po, 167, 590, 577, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/hu.po, 167, 590, 534, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/hr.po, 166, 586, 536, 0, 0, 0, 0, 166, 586 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/hi.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/he.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/gu.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/gl.po, 167, 590, 648, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/gd.po, 144, 417, 591, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ga.po, 117, 184, 202, 1, 4, 33, 142, 151, 330 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/fur.po, 167, 590, 642, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/fr.po, 167, 590, 663, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/fi.po, 167, 590, 451, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/fa.po, 146, 422, 485, 0, 0, 0, 0, 146, 422 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/eu.po, 167, 590, 512, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/et.po, 151, 331, 301, 0, 0, 0, 0, 151, 331 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/es.po, 167, 590, 650, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/eo.po, 159, 481, 474, 0, 0, 0, 0, 159, 481 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/en_GB.po, 162, 563, 569, 0, 0, 0, 0, 162, 563 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/en_CA.po, 145, 309, 310, 0, 0, 0, 0, 145, 309 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/el.po, 167, 590, 636, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/de.po, 167, 590, 562, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/da.po, 167, 590, 524, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/cs.po, 167, 590, 539, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 144, 417, 499, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ca.po, 167, 590, 681, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/bs.po, 156, 411, 418, 0, 0, 0, 0, 156, 411 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/bg.po, 112, 288, 344, 0, 0, 0, 0, 112, 288 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/be.po, 146, 422, 432, 0, 0, 0, 0, 146, 422 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ast.po, 105, 205, 222, 0, 0, 0, 0, 105, 205 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/as.po, 155, 405, 467, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/ar.po, 155, 380, 423, 0, 0, 2, 53, 157, 433 -gnome-contacts-3.32-1.fc30.src.rpm.stats.csv, po/af.po, 99, 186, 192, 5, 8, 3, 16, 107, 210 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/zh_TW.po, 756, 1313, 886, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/zh_CN.po, 756, 1313, 757, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/vi.po, 504, 504, 981, 69, 88, 183, 721, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ur.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/uk.po, 752, 1304, 1368, 0, 0, 0, 0, 752, 1304 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/tr.po, 612, 672, 672, 4, 8, 140, 633, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/te.po, 756, 1313, 1337, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ta.po, 756, 1313, 1299, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/sv.po, 752, 1304, 1203, 0, 0, 0, 0, 752, 1304 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/sr@latin.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/sr.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/sq.po, 551, 551, 551, 38, 54, 167, 708, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/sl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/sk.po, 756, 1313, 1307, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/si.po, 550, 550, 551, 40, 59, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ru.po, 756, 1313, 1396, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ro.po, 550, 550, 550, 40, 59, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/pt_BR.po, 756, 1313, 1485, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/pt.po, 756, 1313, 1404, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/pl.po, 756, 1313, 1494, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/pa.po, 756, 1313, 1376, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/or.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/nn.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/nl.po, 756, 1313, 1289, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/nds.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/nb.po, 709, 1000, 948, 0, 0, 47, 313, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ms.po, 551, 551, 551, 39, 58, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/mr.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ml.po, 756, 1313, 1312, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/mk.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/mai.po, 559, 559, 564, 31, 50, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/lv.po, 549, 549, 622, 41, 60, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/lt.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/lo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ku.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ko.po, 756, 1313, 1435, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/kn.po, 756, 1313, 1430, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ka.po, 166, 166, 166, 40, 53, 550, 1094, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ja.po, 756, 1313, 912, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/it.po, 756, 1313, 1427, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/is.po, 750, 1298, 1154, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ilo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/id.po, 539, 539, 539, 51, 70, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/hu.po, 690, 971, 986, 15, 29, 51, 313, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/hr.po, 551, 551, 563, 39, 58, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/hi.po, 756, 1313, 1317, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/he.po, 504, 504, 515, 31, 50, 221, 759, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/gu.po, 756, 1313, 1388, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/gl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/fr.po, 755, 1307, 1447, 0, 0, 1, 6, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/fi.po, 756, 1313, 1213, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/fa.po, 520, 526, 701, 59, 76, 177, 711, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/et.po, 521, 521, 522, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/es.po, 756, 1313, 1465, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/en_GB.po, 734, 1223, 1223, 19, 67, 3, 23, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/el.po, 734, 1223, 1195, 19, 67, 3, 23, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/de.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/da.po, 750, 1298, 1198, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/cy.po, 539, 539, 543, 51, 70, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/cs.po, 752, 1304, 1298, 0, 0, 0, 0, 752, 1304 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ca.po, 652, 905, 959, 1, 2, 103, 406, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/bs.po, 550, 550, 562, 40, 59, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/bn_IN.po, 756, 1313, 1335, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/bn.po, 539, 539, 597, 51, 70, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/bg.po, 559, 559, 573, 31, 50, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ast.po, 756, 1313, 1322, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/as.po, 734, 1223, 1387, 19, 67, 3, 23, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/ar.po, 750, 1298, 1298, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, panels/datetime/po-timezones/am.po, 521, 521, 543, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/zu.po, 564, 2619, 2251, 100, 352, 72, 411, 736, 3382 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 1572, 5528, 2099, 0, 0, 0, 0, 1572, 5528 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 1454, 4946, 1843, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 1500, 5189, 1978, 1, 3, 0, 0, 1501, 5192 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/xh.po, 646, 2834, 2520, 55, 267, 36, 284, 737, 3385 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/wa.po, 128, 273, 373, 219, 470, 390, 2642, 737, 3385 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 1526, 5320, 7609, 0, 0, 0, 0, 1526, 5320 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/uz.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 1492, 5200, 4819, 0, 0, 0, 0, 1492, 5200 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 1432, 4462, 4192, 2, 2, 17, 137, 1451, 4601 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 1622, 5713, 5121, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 1501, 5190, 2170, 0, 0, 0, 0, 1501, 5190 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 1464, 5034, 5429, 0, 0, 0, 0, 1464, 5034 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 1454, 4946, 4484, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 1454, 4946, 4602, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 1621, 5712, 5238, 0, 0, 0, 0, 1621, 5712 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 1526, 5320, 5367, 0, 0, 0, 0, 1526, 5320 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 1622, 5713, 5760, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/sq.po, 724, 2780, 3203, 0, 0, 0, 0, 724, 2780 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 1622, 5713, 5763, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 1561, 5433, 5348, 0, 0, 5, 83, 1566, 5516 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/si.po, 184, 380, 454, 0, 0, 662, 3320, 846, 3700 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/rw.po, 60, 63, 64, 474, 2800, 203, 522, 737, 3385 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 1622, 5713, 5389, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 1622, 5713, 6053, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 1622, 5713, 6476, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 1504, 5267, 5898, 0, 0, 0, 0, 1504, 5267 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 1622, 5713, 5476, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 1526, 5320, 5985, 0, 0, 0, 0, 1526, 5320 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 1454, 4946, 5435, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 1551, 5346, 6226, 0, 0, 16, 119, 1567, 5465 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/nso.po, 571, 2626, 3886, 95, 347, 70, 409, 736, 3382 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/nn.po, 567, 1856, 1702, 0, 0, 492, 1512, 1059, 3368 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 1622, 5713, 5448, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 1269, 3402, 3385, 89, 408, 142, 1419, 1500, 5229 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/nds.po, 389, 706, 657, 0, 0, 390, 2519, 779, 3225 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 1496, 5201, 4944, 0, 0, 2, 23, 1498, 5224 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/my.po, 368, 1049, 605, 0, 0, 422, 2315, 790, 3364 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 327, 868, 832, 517, 1222, 610, 2856, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 1454, 4946, 4960, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/mn.po, 778, 3548, 3065, 0, 0, 0, 0, 778, 3548 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 1386, 4336, 3756, 44, 318, 70, 575, 1500, 5229 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 953, 2882, 3146, 0, 0, 0, 0, 953, 2882 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/mg.po, 770, 3501, 3857, 3, 15, 0, 0, 773, 3516 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 483, 1583, 1841, 0, 0, 286, 1604, 769, 3187 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 1622, 5713, 5172, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 1622, 5713, 5080, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ky.po, 695, 1780, 1661, 11, 26, 415, 1672, 1121, 3478 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 198, 447, 472, 256, 706, 467, 1749, 921, 2902 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 1622, 5713, 4888, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 1452, 4958, 4666, 0, 0, 0, 0, 1452, 4958 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 1116, 3467, 1652, 1, 1, 0, 0, 1117, 3468 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 1622, 5713, 5279, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ka.po, 626, 1983, 1670, 51, 322, 48, 494, 725, 2799 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 1605, 5586, 2088, 1, 15, 16, 112, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 1622, 5713, 6071, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 1566, 5516, 5378, 0, 0, 0, 0, 1566, 5516 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 1622, 5713, 5662, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/hy.po, 480, 1906, 1762, 0, 0, 0, 0, 480, 1906 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 1622, 5713, 5144, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 1595, 5684, 5520, 0, 0, 0, 0, 1595, 5684 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 1454, 4946, 5873, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 1502, 5192, 5010, 0, 0, 0, 0, 1502, 5192 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 1454, 4946, 5506, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 1622, 5713, 6649, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 1526, 5320, 6981, 0, 0, 0, 0, 1526, 5320 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 892, 1952, 2167, 149, 574, 424, 2510, 1465, 5036 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 1622, 5713, 6508, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 1622, 5713, 6752, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 1614, 5609, 4446, 1, 5, 7, 99, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 1499, 5228, 5813, 0, 0, 0, 0, 1499, 5228 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 1622, 5713, 5321, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 1444, 4906, 4090, 0, 0, 0, 0, 1444, 4906 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 1621, 5712, 6693, 0, 0, 0, 0, 1621, 5712 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 1614, 5682, 5266, 2, 8, 1, 15, 1617, 5705 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 1622, 5713, 5710, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 754, 3477, 3483, 0, 0, 0, 0, 754, 3477 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 696, 2803, 2803, 115, 717, 0, 0, 811, 3520 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/en.po, 6, 17, 17, 0, 0, 697, 2243, 703, 2260 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 1622, 5713, 6160, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/dz.po, 757, 3067, 1479, 0, 0, 0, 0, 757, 3067 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 1622, 5713, 5446, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 1622, 5713, 5223, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/cy.po, 763, 3491, 3703, 0, 0, 0, 0, 763, 3491 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 1622, 5713, 5633, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/crh.po, 1198, 3387, 3138, 0, 0, 265, 1360, 1463, 4747 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 1499, 5228, 6292, 0, 0, 0, 0, 1499, 5228 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 1622, 5713, 6809, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 1458, 4996, 4829, 0, 0, 0, 0, 1458, 4996 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/br.po, 218, 474, 577, 36, 89, 1200, 4383, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 1454, 4946, 5400, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 742, 2352, 2435, 0, 0, 0, 0, 742, 2352 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 1499, 5228, 5824, 0, 0, 0, 0, 1499, 5228 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 770, 3188, 2909, 0, 0, 0, 0, 770, 3188 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 1566, 5516, 5182, 0, 0, 0, 0, 1566, 5516 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/az.po, 564, 2619, 2394, 100, 352, 73, 414, 737, 3385 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 943, 2973, 3288, 0, 0, 0, 0, 943, 2973 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 1454, 4946, 5359, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 1530, 5172, 4945, 4, 19, 88, 520, 1622, 5711 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 1464, 5034, 5936, 0, 0, 0, 0, 1464, 5034 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/am.po, 111, 160, 179, 168, 311, 458, 2914, 737, 3385 -gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 1470, 5162, 5138, 30, 83, 26, 75, 1526, 5320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/zh_CN/zh_CN.po, 69, 2543, 196, 4, 344, 0, 0, 73, 2887 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/vi/vi.po, 74, 2887, 3962, 0, 0, 0, 0, 74, 2887 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/uk/uk.po, 73, 2887, 2544, 0, 0, 0, 0, 73, 2887 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/sv/sv.po, 72, 2889, 2853, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/sl/sl.po, 72, 2889, 2543, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/pt_BR/pt_BR.po, 72, 2889, 2981, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/oc/oc.po, 9, 17, 24, 0, 0, 64, 2870, 73, 2887 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/ko/ko.po, 73, 2887, 2175, 0, 0, 0, 0, 73, 2887 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/hu/hu.po, 72, 2889, 2628, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/gl/gl.po, 61, 2145, 2156, 0, 0, 11, 744, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/fr/fr.po, 72, 2889, 3109, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/eu/eu.po, 73, 2887, 2311, 0, 0, 0, 0, 73, 2887 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/es/es.po, 72, 2889, 3006, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/el/el.po, 72, 2889, 3045, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/de/de.po, 72, 2889, 2801, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/cs/cs.po, 11, 126, 121, 0, 0, 61, 2763, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/ca/ca.po, 72, 2889, 2977, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/fdl/ar/ar.po, 6, 13, 13, 0, 0, 67, 2874, 73, 2887 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/zh_CN/zh_CN.po, 70, 2552, 136, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/vi/vi.po, 71, 2552, 3505, 0, 0, 0, 0, 71, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/uk/uk.po, 69, 2511, 2508, 1, 41, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sv/sv.po, 69, 2555, 2433, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr@latin/sr@latin.po, 70, 2552, 2301, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sl/sl.po, 69, 2555, 2328, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/pt_BR/pt_BR.po, 69, 2555, 2545, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/pa/pa.po, 25, 77, 85, 0, 0, 41, 2423, 66, 2500 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/oc/oc.po, 18, 33, 38, 0, 0, 52, 2519, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/nds/nds.po, 39, 465, 489, 31, 2087, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/ko/ko.po, 70, 2552, 2059, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/hu/hu.po, 69, 2555, 2094, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/gl/gl.po, 69, 2555, 2851, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/fr/fr.po, 69, 2555, 2948, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/fi/fi.po, 66, 2390, 1826, 3, 165, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/eu/eu.po, 70, 2552, 1992, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/es/es.po, 69, 2555, 2722, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/el/el.po, 69, 2555, 2635, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/de/de.po, 69, 2555, 2676, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/cs/cs.po, 69, 2555, 2207, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/ca/ca.po, 69, 2555, 2706, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/ar/ar.po, 70, 2552, 1913, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/zh_CN/zh_CN.po, 70, 2552, 136, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/vi/vi.po, 71, 2552, 3505, 0, 0, 0, 0, 71, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/uk/uk.po, 69, 2511, 2508, 1, 41, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sv/sv.po, 69, 2555, 2433, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr@latin/sr@latin.po, 70, 2552, 2301, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sl/sl.po, 69, 2555, 2328, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/pt_BR/pt_BR.po, 69, 2555, 2545, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/pa/pa.po, 25, 77, 85, 0, 0, 41, 2423, 66, 2500 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/oc/oc.po, 18, 33, 38, 0, 0, 52, 2519, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/nds/nds.po, 39, 465, 489, 31, 2087, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/ko/ko.po, 70, 2552, 2059, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/hu/hu.po, 69, 2555, 2094, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/gl/gl.po, 69, 2555, 2851, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/fr/fr.po, 69, 2555, 2948, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/fi/fi.po, 66, 2390, 1826, 3, 165, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/eu/eu.po, 70, 2552, 1992, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/es/es.po, 69, 2555, 2722, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/el/el.po, 69, 2555, 2635, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/de/de.po, 69, 2555, 2676, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/cs/cs.po, 69, 2555, 2207, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/ca/ca.po, 69, 2555, 2706, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/ar/ar.po, 70, 2552, 1913, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/zh_CN/zh_CN.po, 71, 2364, 156, 3, 132, 25, 1641, 99, 4137 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/vi/vi.po, 100, 4137, 5545, 0, 0, 0, 0, 100, 4137 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/uk/uk.po, 99, 4137, 3895, 0, 0, 0, 0, 99, 4137 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/sv/sv.po, 98, 4140, 3650, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/sl/sl.po, 99, 4141, 3695, 0, 0, 0, 0, 99, 4141 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/pt_BR/pt_BR.po, 98, 4140, 4117, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/pa/pa.po, 34, 274, 305, 0, 0, 61, 3811, 95, 4085 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/oc/oc.po, 22, 41, 46, 0, 0, 77, 4096, 99, 4137 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/ko/ko.po, 99, 4137, 3163, 0, 0, 0, 0, 99, 4137 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/hu/hu.po, 98, 4140, 3433, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/fr/fr.po, 98, 4140, 4590, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/fi/fi.po, 60, 1912, 1495, 8, 465, 31, 1760, 99, 4137 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/eu/eu.po, 99, 4137, 3084, 0, 0, 0, 0, 99, 4137 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/es/es.po, 98, 4140, 4433, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/el/el.po, 98, 4140, 4214, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/de/de.po, 98, 4140, 4452, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/cs/cs.po, 11, 103, 104, 0, 0, 87, 4037, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/ca/ca.po, 49, 1360, 1391, 0, 0, 49, 2780, 98, 4140 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, desktop-docs/lgpl/ar/ar.po, 6, 13, 12, 0, 0, 64, 2539, 70, 2552 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/zu.po, 72, 316, 260, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 27, 152, 80, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 23, 146, 83, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 23, 146, 83, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/yo.po, 90, 328, 357, 2, 8, 1, 28, 93, 364 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/yi.po, 2, 2, 2, 2, 2, 69, 316, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/xh.po, 24, 139, 111, 7, 96, 0, 0, 31, 235 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/wa.po, 72, 316, 449, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 23, 146, 179, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 23, 146, 157, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/uz.po, 73, 314, 285, 0, 0, 3, 16, 76, 330 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ur.po, 9, 15, 16, 3, 3, 61, 305, 73, 323 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 36, 232, 200, 0, 0, 0, 0, 36, 232 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 27, 152, 137, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/tk.po, 69, 291, 256, 1, 4, 3, 25, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 23, 146, 98, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 23, 146, 145, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 23, 146, 131, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 27, 152, 155, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 23, 146, 131, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/sq.po, 71, 285, 350, 0, 0, 0, 0, 71, 285 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 27, 152, 148, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 23, 146, 125, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/si.po, 76, 330, 344, 0, 0, 0, 0, 76, 330 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/rw.po, 14, 15, 19, 44, 276, 15, 29, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 27, 152, 154, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 27, 152, 173, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 23, 146, 150, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ps.po, 58, 144, 174, 0, 0, 11, 139, 69, 283 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 27, 152, 154, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 23, 146, 159, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 23, 146, 147, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 23, 146, 167, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/nso.po, 72, 316, 489, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/nn.po, 22, 196, 192, 9, 39, 0, 0, 31, 235 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 23, 146, 139, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/nds.po, 53, 351, 360, 0, 0, 0, 0, 53, 351 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 61, 377, 360, 0, 0, 0, 0, 61, 377 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 23, 146, 148, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/mn.po, 53, 349, 301, 0, 0, 0, 0, 53, 349 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 27, 152, 132, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 31, 235, 253, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/mi.po, 14, 20, 27, 1, 4, 58, 296, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/mg.po, 70, 281, 336, 1, 4, 0, 0, 71, 285 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 53, 351, 388, 0, 0, 0, 0, 53, 351 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 27, 152, 144, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/lo.po, 23, 146, 97, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/li.po, 33, 96, 95, 18, 32, 22, 192, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ky.po, 35, 241, 210, 0, 0, 0, 0, 35, 241 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 48, 297, 340, 0, 0, 5, 54, 53, 351 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 27, 152, 142, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 31, 235, 140, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/kg.po, 49, 384, 392, 0, 0, 0, 0, 49, 384 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ka.po, 69, 283, 241, 0, 0, 0, 0, 69, 283 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 27, 152, 103, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 27, 152, 154, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 27, 152, 139, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ig.po, 29, 203, 227, 3, 14, 20, 132, 52, 349 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 27, 152, 158, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/hy.po, 52, 345, 326, 1, 4, 0, 0, 53, 349 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 27, 152, 127, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 27, 152, 138, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 23, 146, 172, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 23, 146, 141, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ha.po, 29, 203, 314, 3, 14, 20, 132, 52, 349 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 23, 146, 163, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 27, 152, 175, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 23, 146, 198, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 27, 136, 146, 0, 0, 9, 97, 36, 233 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/fy.po, 40, 209, 219, 0, 0, 21, 229, 61, 438 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 27, 152, 172, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 27, 152, 176, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 23, 146, 161, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 27, 152, 142, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 23, 146, 128, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 27, 152, 176, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 27, 152, 159, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 27, 152, 152, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 76, 330, 330, 0, 0, 0, 0, 76, 330 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 49, 334, 334, 12, 104, 0, 0, 61, 438 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/en.po, 12, 34, 34, 0, 0, 0, 0, 12, 34 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 27, 152, 166, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/dz.po, 69, 283, 161, 0, 0, 0, 0, 69, 283 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 27, 152, 145, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 27, 152, 145, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/cy.po, 73, 323, 336, 0, 0, 0, 0, 73, 323 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/csb.po, 31, 235, 231, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 27, 152, 135, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/crh.po, 36, 233, 216, 0, 0, 0, 0, 36, 233 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 23, 146, 175, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 27, 152, 184, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 23, 146, 134, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/br.po, 51, 335, 372, 1, 4, 1, 10, 53, 349 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 23, 146, 153, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 31, 235, 225, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 23, 146, 149, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 52, 349, 326, 0, 0, 0, 0, 52, 349 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 27, 152, 156, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/az.po, 72, 316, 299, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 23, 207, 230, 0, 0, 0, 0, 23, 207 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 23, 146, 151, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 23, 146, 161, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/am.po, 32, 92, 97, 19, 36, 22, 192, 73, 320 -gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 31, 235, 249, 0, 0, 0, 0, 31, 235 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 735, 3945, 1147, 0, 0, 0, 0, 735, 3945 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 632, 3423, 980, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 714, 3822, 1132, 0, 0, 0, 0, 714, 3822 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 693, 3718, 4930, 0, 0, 0, 0, 693, 3718 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 417, 2229, 2007, 0, 0, 0, 0, 417, 2229 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 734, 3775, 3382, 0, 0, 3, 88, 737, 3863 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 737, 3949, 3398, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 654, 3543, 1165, 0, 0, 0, 0, 654, 3543 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 610, 3061, 3051, 56, 394, 46, 350, 712, 3805 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 632, 3423, 2829, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 632, 3423, 2869, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 737, 3949, 3788, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 713, 3820, 3823, 0, 0, 0, 0, 713, 3820 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 737, 3949, 3936, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 737, 3949, 3882, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 728, 3883, 3813, 0, 0, 9, 66, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 737, 3949, 3517, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 737, 3949, 4555, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 737, 3949, 4642, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 653, 3535, 4016, 0, 0, 0, 0, 653, 3535 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 737, 3949, 3807, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 632, 3423, 3769, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 632, 3423, 3434, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 654, 3543, 4230, 0, 0, 0, 0, 654, 3543 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 737, 3949, 4014, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 196, 389, 411, 229, 745, 207, 2289, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 679, 3489, 3459, 7, 90, 7, 139, 693, 3718 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 515, 1288, 1281, 0, 0, 562, 3256, 1077, 4544 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 632, 3423, 3032, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 737, 3863, 2984, 0, 0, 0, 0, 737, 3863 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 1077, 4544, 4989, 0, 0, 0, 0, 1077, 4544 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 111, 148, 208, 0, 0, 700, 3894, 811, 4042 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 737, 3949, 3567, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 737, 3949, 3422, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 224, 475, 516, 107, 331, 746, 3738, 1077, 4544 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 737, 3949, 3249, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 632, 3423, 2888, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 632, 3423, 1312, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 478, 1684, 1634, 0, 0, 259, 2265, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 727, 3859, 1289, 0, 0, 10, 90, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 737, 3949, 4170, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 424, 1227, 1270, 0, 0, 311, 2718, 735, 3945 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 737, 3949, 3815, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/hy.po, 1075, 4544, 4122, 0, 0, 0, 0, 1075, 4544 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 737, 3949, 3494, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 735, 3945, 3635, 0, 0, 0, 0, 735, 3945 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 632, 3423, 4135, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 653, 3522, 3213, 1, 21, 0, 0, 654, 3543 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 652, 3533, 3852, 0, 0, 0, 0, 652, 3533 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 737, 3949, 4777, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 713, 3820, 5126, 0, 0, 0, 0, 713, 3820 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 205, 416, 464, 29, 89, 516, 3404, 750, 3909 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 737, 3949, 4615, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 737, 3949, 4793, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 721, 3829, 2889, 7, 67, 9, 53, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 338, 1227, 1395, 12, 44, 84, 1038, 434, 2309 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 737, 3949, 3305, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 545, 3026, 2339, 0, 0, 0, 0, 545, 3026 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 737, 3949, 4674, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 638, 3083, 2957, 0, 0, 95, 839, 733, 3922 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 693, 3718, 3726, 0, 0, 0, 0, 693, 3718 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 455, 1944, 1944, 620, 2600, 0, 0, 1075, 4544 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 712, 3805, 4122, 0, 0, 0, 0, 712, 3805 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 737, 3949, 3945, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 735, 3945, 3719, 0, 0, 0, 0, 735, 3945 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 737, 3949, 3880, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 693, 3718, 4784, 0, 0, 0, 0, 693, 3718 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 737, 3949, 5051, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 636, 3435, 3325, 0, 0, 0, 0, 636, 3435 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 632, 3423, 3588, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 1075, 4544, 4689, 0, 0, 0, 0, 1075, 4544 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 545, 3026, 3514, 0, 0, 0, 0, 545, 3026 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 693, 3718, 3424, 0, 0, 0, 0, 693, 3718 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 1075, 4544, 5095, 0, 0, 0, 0, 1075, 4544 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 632, 3423, 3389, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 265, 995, 1082, 159, 753, 287, 2054, 711, 3802 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 45, 142, 113, 0, 0, 156, 385, 201, 527 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 27, 110, 89, 0, 0, 0, 0, 27, 110 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 30, 130, 52, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 18, 32, 33, 0, 0, 0, 0, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 29, 113, 180, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 28, 116, 96, 0, 0, 0, 0, 28, 116 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 30, 130, 108, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 24, 46, 63, 0, 0, 0, 0, 24, 46 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 201, 529, 572, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 30, 130, 57, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 30, 130, 140, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 26, 109, 92, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 26, 109, 95, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 201, 529, 487, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 182, 470, 518, 0, 0, 0, 0, 182, 470 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 201, 529, 576, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 182, 470, 521, 0, 0, 0, 0, 182, 470 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 83, 234, 236, 0, 0, 99, 236, 182, 470 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 5, 6, 13, 26, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 58, 172, 188, 0, 0, 124, 298, 182, 470 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 201, 529, 617, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 201, 529, 727, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 30, 130, 161, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 201, 529, 614, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 27, 110, 137, 0, 0, 0, 0, 27, 110 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 26, 109, 105, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 130, 332, 389, 0, 0, 0, 0, 130, 332 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 1, 1, 1, 6, 8, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 201, 529, 452, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 29, 113, 110, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 41, 130, 131, 1, 2, 142, 340, 184, 472 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 26, 109, 99, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 129, 347, 369, 0, 0, 72, 180, 201, 527 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 201, 529, 544, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 201, 529, 531, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ky.po, 22, 39, 46, 0, 0, 0, 0, 22, 39 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 6, 7, 12, 25, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 201, 529, 521, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 26, 109, 94, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 18, 32, 35, 0, 0, 0, 0, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 77, 206, 198, 0, 0, 124, 323, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 30, 130, 120, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 201, 529, 600, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 106, 294, 280, 0, 0, 95, 233, 201, 527 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 201, 529, 577, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 201, 529, 583, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 201, 527, 562, 0, 0, 0, 0, 201, 527 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 26, 109, 121, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 30, 130, 132, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 26, 109, 120, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 201, 529, 668, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 29, 113, 153, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 24, 46, 57, 0, 0, 1, 1, 25, 47 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 104, 286, 321, 0, 0, 97, 243, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 201, 529, 626, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 44, 140, 115, 0, 0, 157, 389, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 29, 113, 129, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 29, 113, 100, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 25, 47, 74, 0, 0, 0, 0, 25, 47 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 201, 529, 657, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 127, 341, 339, 0, 0, 74, 186, 201, 527 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 182, 470, 473, 0, 0, 0, 0, 182, 470 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 29, 113, 165, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 201, 529, 513, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 201, 529, 502, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 1, 1, 1, 7, 9, 10, 22, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 201, 529, 560, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 29, 113, 159, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 201, 529, 653, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 30, 130, 127, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 24, 46, 58, 0, 0, 0, 0, 24, 46 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 26, 109, 116, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 29, 113, 133, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 29, 113, 109, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 18, 32, 41, 0, 0, 0, 0, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 27, 110, 118, 0, 0, 0, 0, 27, 110 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 201, 527, 554, 0, 0, 0, 0, 201, 527 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 30, 130, 149, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 25, 47, 48, 0, 0, 0, 0, 25, 47 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/nl/nl.po, 345, 2507, 2522, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/cs/cs.po, 345, 2507, 2172, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/gl/gl.po, 345, 2507, 2585, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/lt/lt.po, 345, 2507, 1885, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pl/pl.po, 345, 2507, 2035, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/hr/hr.po, 345, 2507, 2100, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/fr/fr.po, 339, 2481, 2571, 0, 0, 0, 0, 339, 2481 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ko/ko.po, 345, 2507, 1687, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/el/el.po, 337, 2501, 2544, 0, 0, 0, 0, 337, 2501 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/de/de.po, 345, 2507, 2486, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/id/id.po, 338, 2508, 2197, 0, 0, 0, 0, 338, 2508 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/kn/kn.po, 339, 2639, 1983, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/fi/fi.po, 345, 2507, 1623, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/lv/lv.po, 345, 2507, 1970, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ru/ru.po, 335, 2569, 2126, 0, 0, 0, 0, 335, 2569 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/zh_TW/zh_TW.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pt/pt.po, 337, 2506, 2522, 0, 0, 0, 0, 337, 2506 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sv/sv.po, 345, 2507, 2296, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/da/da.po, 345, 2507, 2309, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/eo/eo.po, 338, 2397, 2161, 0, 0, 7, 110, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/hu/hu.po, 345, 2507, 2112, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ca/ca.po, 322, 2248, 2660, 16, 260, 0, 0, 338, 2508 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sr@latin/sr@latin.po, 338, 2508, 2306, 0, 0, 0, 0, 338, 2508 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/mr/mr.po, 339, 2639, 2044, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/as/as.po, 339, 2639, 2245, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ta/ta.po, 339, 2639, 1992, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/es/es.po, 345, 2507, 2748, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sr/sr.po, 345, 2507, 2311, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/gu/gu.po, 322, 2301, 2180, 6, 125, 11, 213, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ro/ro.po, 345, 2507, 2494, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ja/ja.po, 337, 2501, 487, 0, 0, 0, 0, 337, 2501 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/he/he.po, 337, 2506, 1879, 0, 0, 0, 0, 337, 2506 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/zh_HK/zh_HK.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/hi/hi.po, 339, 2639, 2791, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pt_BR/pt_BR.po, 345, 2507, 2665, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/te/te.po, 339, 2639, 1846, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pa/pa.po, 339, 2639, 2801, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sk/sk.po, 336, 2499, 2115, 1, 2, 0, 0, 337, 2501 -gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/it/it.po, 345, 2507, 2429, 0, 0, 0, 0, 345, 2507 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/is.po, 31, 34, 35, 1, 2, 14, 16, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/gd.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/eu.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/fur.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/sk.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/cy.po, 47, 53, 70, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/am.po, 21, 21, 21, 3, 7, 22, 24, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/km.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/sv.po, 40, 45, 44, 0, 0, 0, 0, 40, 45 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/fr.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/sl.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/cs.po, 38, 43, 46, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/zh_TW.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/fa.po, 47, 53, 71, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/mg.po, 44, 49, 54, 1, 1, 0, 0, 45, 50 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/si.po, 44, 49, 55, 0, 0, 0, 0, 44, 49 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/af.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ca.po, 40, 45, 47, 0, 0, 0, 0, 40, 45 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/hu.po, 16, 20, 19, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ru.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/de.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/sr@latin.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/lv.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/nds.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/bn_IN.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/br.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/mk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/xh.po, 47, 53, 63, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/uk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/or.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/wa.po, 27, 28, 30, 2, 5, 17, 19, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/tk.po, 33, 36, 37, 1, 2, 12, 14, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/pt.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/nhn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/as.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/pt_BR.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/oc.po, 14, 16, 18, 0, 0, 2, 4, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/en_CA.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/el.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/fi.po, 46, 51, 56, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/tr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/vi.po, 47, 51, 129, 0, 0, 0, 0, 47, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ro.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ne.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/nb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/uz.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/kn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/eo.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/bn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ps.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/an.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ka.po, 47, 53, 56, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ta.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ms.po, 39, 45, 45, 0, 0, 7, 7, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/hr.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/mai.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/he.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/crh.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ca@valencia.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ku.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/csb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/mn.po, 33, 36, 36, 1, 2, 12, 14, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/nn.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/en@shaw.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ast.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/et.po, 46, 51, 48, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/bs.po, 46, 52, 51, 0, 0, 0, 0, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ga.po, 38, 43, 49, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/gu.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/en_GB.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/zh_CN.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/th.po, 40, 45, 41, 0, 0, 0, 0, 40, 45 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/it.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/tg.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ko.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/pl.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/li.po, 22, 22, 22, 3, 7, 21, 23, 46, 52 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/id.po, 47, 53, 55, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ar.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ug.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ml.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/rw.po, 18, 18, 19, 12, 16, 17, 19, 47, 53 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/lt.po, 38, 43, 41, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/kk.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/sq.po, 38, 43, 56, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/te.po, 48, 54, 56, 0, 0, 0, 0, 48, 54 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/sr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/dz.po, 46, 51, 47, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/fy.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/be.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/bg.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/hi.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/mr.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/be@latin.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/nl.po, 46, 51, 50, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/es.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/da.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/gl.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/ja.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/pa.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/zh_HK.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv, po/az.po, 46, 52, 56, 0, 0, 0, 0, 46, 52 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 123, 853, 147, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 87, 417, 109, 0, 0, 0, 0, 87, 417 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 122, 849, 146, 0, 0, 0, 0, 122, 849 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 120, 766, 1067, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 126, 849, 683, 0, 0, 0, 0, 126, 849 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 83, 318, 269, 0, 0, 0, 0, 83, 318 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 123, 853, 694, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 68, 234, 87, 0, 0, 0, 0, 68, 234 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 112, 737, 776, 0, 0, 0, 0, 112, 737 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 103, 585, 475, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 103, 585, 494, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 123, 853, 815, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 121, 761, 712, 0, 0, 0, 0, 121, 761 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 123, 853, 789, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 122, 852, 780, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 123, 853, 721, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 123, 853, 890, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 123, 853, 879, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 126, 849, 878, 0, 0, 0, 0, 126, 849 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 123, 853, 736, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 122, 848, 948, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 103, 585, 626, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 122, 848, 907, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 123, 853, 837, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 71, 202, 184, 14, 62, 35, 502, 120, 766 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 121, 844, 809, 1, 4, 0, 0, 122, 848 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 103, 585, 545, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 122, 848, 636, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 123, 853, 682, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 123, 853, 715, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 123, 853, 577, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 103, 585, 495, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 123, 853, 704, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 119, 821, 143, 0, 0, 3, 27, 122, 848 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 123, 853, 864, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 122, 848, 803, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 123, 853, 847, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ia.po, 75, 316, 351, 0, 0, 0, 0, 75, 316 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 123, 853, 753, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 103, 585, 721, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 125, 842, 692, 0, 0, 0, 0, 125, 842 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 103, 585, 615, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 123, 853, 911, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 122, 849, 1008, 0, 0, 0, 0, 122, 849 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 69, 230, 260, 1, 5, 42, 502, 112, 737 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 123, 853, 983, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 123, 853, 967, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 123, 853, 606, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 120, 766, 844, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 122, 848, 692, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 87, 372, 308, 0, 0, 0, 0, 87, 372 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 123, 853, 952, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 122, 852, 769, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 120, 766, 766, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 123, 853, 909, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 123, 853, 826, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 123, 853, 755, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 123, 853, 763, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 120, 766, 832, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 123, 853, 895, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 109, 638, 580, 0, 0, 0, 0, 109, 638 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 82, 364, 392, 0, 0, 0, 0, 82, 364 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 120, 766, 763, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 120, 766, 687, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 103, 585, 606, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 120, 765, 676, 0, 0, 0, 0, 120, 765 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 109, 638, 711, 0, 0, 0, 0, 109, 638 -gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 120, 766, 787, 0, 0, 0, 0, 120, 766 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/fur.po, 103, 509, 549, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 103, 509, 569, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/hi.po, 112, 553, 619, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/or.po, 112, 553, 622, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sv.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/hr.po, 103, 509, 456, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ar.po, 107, 532, 502, 0, 0, 5, 21, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mg.po, 7, 25, 34, 20, 165, 82, 300, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sq.gmo, 25, 148, 180, 0, 0, 0, 0, 25, 148 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ko.po, 103, 509, 431, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sv.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mk.po, 111, 552, 595, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sk.gmo, 103, 509, 479, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/dz.po, 25, 148, 69, 19, 131, 65, 211, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/tg.po, 21, 25, 31, 0, 0, 91, 528, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/uk.po, 112, 553, 526, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/da.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ne.po, 43, 119, 125, 48, 307, 12, 83, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/kn.gmo, 112, 553, 489, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/nn.gmo, 99, 466, 464, 0, 0, 0, 0, 99, 466 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ja.gmo, 103, 509, 143, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/te.gmo, 112, 553, 480, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/vi.po, 106, 532, 734, 0, 0, 0, 0, 106, 532 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ko.gmo, 103, 509, 431, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sr.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 112, 553, 154, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pt.gmo, 112, 553, 610, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/az.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ro.po, 103, 509, 550, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/fi.gmo, 93, 473, 375, 0, 0, 0, 0, 93, 473 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/he.gmo, 103, 509, 480, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 53, 232, 232, 0, 0, 0, 0, 53, 232 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ar.gmo, 107, 532, 502, 0, 0, 0, 0, 107, 532 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/be.gmo, 103, 509, 464, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/de.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sr.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/dz.gmo, 25, 148, 69, 0, 0, 0, 0, 25, 148 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pa.po, 112, 553, 604, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/lv.gmo, 103, 509, 432, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/es.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ne.gmo, 43, 119, 125, 0, 0, 0, 0, 43, 119 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/tg.gmo, 21, 25, 31, 0, 0, 0, 0, 21, 25 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/tr.po, 103, 509, 449, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 109, 490, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/it.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ms.gmo, 71, 289, 254, 0, 0, 0, 0, 71, 289 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/cy.gmo, 6, 22, 30, 0, 0, 0, 0, 6, 22 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/km.po, 111, 552, 250, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/de.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/gl.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/gd.gmo, 103, 509, 703, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pa.gmo, 112, 553, 604, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/kk.gmo, 103, 509, 466, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/lv.po, 103, 509, 432, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mk.gmo, 111, 552, 595, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mn.gmo, 7, 25, 29, 0, 0, 0, 0, 7, 25 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/fr.gmo, 103, 509, 664, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/uk.gmo, 112, 553, 526, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/be@latin.gmo, 62, 256, 234, 0, 0, 0, 0, 62, 256 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/en_CA.po, 8, 28, 28, 26, 182, 75, 280, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ta.gmo, 112, 553, 481, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mai.po, 21, 45, 48, 10, 78, 78, 367, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/az.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ml.gmo, 103, 509, 403, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/hi.gmo, 112, 553, 619, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/gu.gmo, 112, 553, 599, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ca.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/si.gmo, 7, 25, 32, 0, 0, 0, 0, 7, 25 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/kn.po, 112, 553, 489, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/be@latin.po, 62, 256, 234, 23, 133, 24, 101, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bs.po, 112, 553, 522, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/af.po, 100, 474, 460, 3, 4, 6, 12, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/th.po, 112, 553, 189, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/nn.po, 99, 466, 464, 0, 0, 10, 24, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ka.po, 4, 16, 15, 13, 88, 92, 386, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ga.po, 24, 116, 142, 12, 74, 73, 300, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/th.gmo, 112, 553, 189, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/as.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/xh.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mr.po, 112, 553, 492, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 103, 509, 569, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mg.gmo, 7, 25, 34, 0, 0, 0, 0, 7, 25 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/km.gmo, 111, 552, 250, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/et.gmo, 112, 553, 474, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/eu.po, 103, 509, 421, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/eu.gmo, 103, 509, 421, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ug.po, 112, 553, 504, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ga.gmo, 24, 116, 142, 0, 0, 0, 0, 24, 116 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/gd.po, 103, 509, 703, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/kk.po, 103, 509, 466, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ast.po, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/nb.po, 103, 509, 522, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/nl.po, 103, 509, 501, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/fi.po, 93, 473, 375, 0, 0, 10, 36, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/eo.po, 103, 509, 471, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/lt.po, 103, 509, 406, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/nl.gmo, 103, 509, 501, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/gu.po, 112, 553, 599, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sq.po, 25, 148, 180, 24, 150, 60, 192, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 112, 553, 555, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/fa.po, 112, 553, 650, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/oc.po, 103, 509, 570, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/fr.po, 103, 509, 664, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ru.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bg.gmo, 103, 509, 519, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sl.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/gnome-keyring.pot, 0, 0, 0, 0, 0, 103, 509, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bs.gmo, 112, 553, 522, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/it.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bn.po, 104, 480, 485, 2, 4, 3, 6, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/cs.po, 103, 509, 463, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/eo.gmo, 103, 509, 471, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ca.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 16, 163, 93, 327, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bg.po, 103, 509, 519, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ml.po, 103, 509, 403, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/cs.gmo, 103, 509, 463, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/be.po, 103, 509, 464, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ug.gmo, 112, 553, 504, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/hr.gmo, 103, 509, 456, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ast.gmo, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/cy.po, 6, 22, 30, 21, 168, 82, 300, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/id.gmo, 103, 509, 494, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ro.gmo, 103, 509, 550, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pl.po, 103, 509, 483, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/af.gmo, 100, 474, 460, 0, 0, 0, 0, 100, 474 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mn.po, 7, 25, 29, 20, 165, 82, 300, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/el.gmo, 103, 509, 534, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 103, 509, 135, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/oc.gmo, 103, 509, 570, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/en_GB.po, 112, 553, 555, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/id.po, 103, 509, 494, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/si.po, 7, 25, 32, 19, 146, 83, 319, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mr.gmo, 112, 553, 492, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/et.po, 112, 553, 474, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/xh.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ta.po, 112, 553, 481, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 112, 553, 154, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 8, 28, 28, 0, 0, 0, 0, 8, 28 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/nb.gmo, 103, 509, 522, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 103, 509, 135, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pl.gmo, 103, 509, 483, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/lt.gmo, 103, 509, 406, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ja.po, 103, 509, 143, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/gl.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/he.po, 103, 509, 480, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 53, 232, 232, 43, 214, 13, 44, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sl.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/tr.gmo, 103, 509, 449, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/hu.gmo, 103, 509, 445, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/hu.po, 103, 509, 445, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/fur.gmo, 103, 509, 549, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/or.gmo, 112, 553, 622, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/sk.po, 103, 509, 479, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 103, 509, 136, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/vi.gmo, 106, 532, 734, 0, 0, 0, 0, 106, 532 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ka.gmo, 4, 16, 15, 0, 0, 0, 0, 4, 16 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/te.po, 112, 553, 480, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bn.gmo, 104, 480, 485, 0, 0, 0, 0, 104, 480 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/da.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/el.po, 103, 509, 534, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/mai.gmo, 21, 45, 48, 0, 0, 0, 0, 21, 45 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/es.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 103, 509, 136, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ms.po, 71, 289, 254, 9, 33, 29, 168, 109, 490 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/as.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv, po/ru.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 22, 272, 190, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 22, 272, 215, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 22, 272, 253, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/de/de.po, 22, 272, 229, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/es/es.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/da/da.po, 22, 272, 265, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 22, 272, 209, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 22, 272, 319, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 22, 272, 235, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/el/el.po, 22, 272, 313, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, help/nl/nl.po, 22, 272, 266, 0, 0, 0, 0, 22, 272 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/id.po, 123, 380, 383, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.po, 37, 115, 133, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/te.po, 37, 115, 106, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.po, 117, 349, 418, 0, 0, 0, 0, 117, 349 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.po, 124, 378, 369, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/it.gmo, 123, 380, 395, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.gmo, 42, 140, 142, 0, 0, 0, 0, 42, 140 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.gmo, 22, 37, 25, 0, 0, 0, 0, 22, 37 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.gmo, 123, 380, 341, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/es.gmo, 123, 380, 441, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.gmo, 118, 354, 307, 0, 0, 0, 0, 118, 354 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 122, 376, 387, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.po, 28, 46, 53, 0, 0, 18, 107, 46, 153 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.po, 69, 223, 336, 0, 0, 0, 0, 69, 223 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.po, 123, 380, 453, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.gmo, 123, 380, 341, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/th.po, 69, 223, 110, 0, 0, 0, 0, 69, 223 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.po, 123, 380, 431, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.gmo, 120, 331, 308, 0, 0, 0, 0, 120, 331 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.gmo, 123, 380, 343, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/th.gmo, 69, 223, 110, 0, 0, 0, 0, 69, 223 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/be.gmo, 124, 378, 350, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.gmo, 123, 380, 358, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 122, 376, 449, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.po, 123, 380, 371, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.po, 123, 380, 366, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 124, 378, 370, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.gmo, 123, 355, 325, 0, 0, 0, 0, 123, 355 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/da.gmo, 122, 377, 340, 0, 0, 0, 0, 122, 377 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.po, 36, 113, 115, 0, 0, 1, 2, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.po, 123, 380, 440, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.gmo, 124, 378, 331, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.gmo, 28, 46, 53, 0, 0, 0, 0, 28, 46 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.gmo, 123, 380, 371, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.po, 123, 380, 358, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/es.po, 123, 380, 441, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/gd.po, 122, 376, 453, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.po, 123, 380, 321, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.po, 123, 380, 326, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.gmo, 123, 380, 336, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.po, 123, 380, 453, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.gmo, 117, 349, 418, 0, 0, 0, 0, 117, 349 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.po, 79, 144, 159, 28, 86, 15, 146, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.po, 123, 355, 325, 0, 0, 1, 23, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.po, 124, 378, 331, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.po, 42, 140, 142, 0, 0, 0, 0, 42, 140 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/as.po, 37, 115, 126, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/he.gmo, 57, 178, 167, 0, 0, 0, 0, 57, 178 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.gmo, 123, 380, 297, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 122, 376, 449, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 124, 378, 169, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.po, 68, 216, 242, 0, 0, 0, 0, 68, 216 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 122, 376, 387, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/it.po, 123, 380, 395, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.po, 43, 141, 152, 0, 0, 0, 0, 43, 141 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/el.gmo, 123, 380, 414, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.gmo, 36, 113, 115, 0, 0, 0, 0, 36, 113 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 37, 115, 52, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.po, 122, 376, 389, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.po, 69, 223, 232, 0, 0, 0, 0, 69, 223 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.gmo, 123, 380, 365, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.po, 120, 331, 308, 0, 0, 0, 0, 120, 331 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 123, 380, 464, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.gmo, 121, 371, 337, 0, 0, 0, 0, 121, 371 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 123, 380, 154, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/gd.gmo, 122, 376, 453, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/gnome-logs.pot, 0, 0, 0, 0, 0, 122, 376, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 123, 380, 464, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.gmo, 37, 115, 133, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.gmo, 123, 380, 326, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.gmo, 123, 380, 345, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.po, 123, 380, 336, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 124, 378, 169, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.po, 123, 380, 346, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/an.po, 43, 142, 154, 0, 0, 0, 0, 43, 142 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.gmo, 122, 376, 389, 0, 0, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.gmo, 123, 380, 453, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.gmo, 123, 380, 346, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.gmo, 123, 380, 366, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.gmo, 123, 380, 406, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.gmo, 123, 380, 440, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.po, 123, 380, 365, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/he.po, 57, 178, 167, 3, 7, 8, 31, 68, 216 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/id.gmo, 123, 380, 383, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.po, 121, 371, 337, 1, 5, 0, 0, 122, 376 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/te.gmo, 37, 115, 106, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 124, 378, 370, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.gmo, 123, 380, 342, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.gmo, 123, 380, 431, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/el.po, 123, 380, 414, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.po, 123, 380, 406, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 37, 115, 52, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.po, 123, 380, 343, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.gmo, 69, 223, 232, 0, 0, 0, 0, 69, 223 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.po, 123, 380, 297, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/da.po, 122, 377, 340, 0, 0, 0, 0, 122, 377 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.gmo, 79, 144, 159, 0, 0, 0, 0, 79, 144 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.gmo, 68, 216, 242, 0, 0, 0, 0, 68, 216 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/an.gmo, 43, 142, 154, 0, 0, 0, 0, 43, 142 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.gmo, 123, 380, 321, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/be.po, 124, 378, 350, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.po, 118, 354, 307, 0, 0, 0, 0, 118, 354 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.gmo, 123, 380, 453, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.gmo, 69, 223, 336, 0, 0, 0, 0, 69, 223 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/de.gmo, 123, 380, 382, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.po, 123, 380, 359, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.gmo, 123, 380, 359, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.gmo, 124, 378, 369, 0, 0, 0, 0, 124, 378 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/as.gmo, 37, 115, 126, 0, 0, 0, 0, 37, 115 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.po, 123, 380, 342, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.po, 22, 37, 25, 0, 0, 20, 103, 42, 140 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.gmo, 43, 141, 152, 0, 0, 0, 0, 43, 141 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.po, 123, 380, 345, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 123, 380, 154, 0, 0, 0, 0, 123, 380 -gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv, po/de.po, 123, 380, 382, 0, 0, 0, 0, 123, 380 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 314, 1236, 472, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 40, 205, 67, 0, 0, 0, 0, 40, 205 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 315, 1235, 479, 0, 0, 0, 0, 315, 1235 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 314, 1236, 1784, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 268, 1103, 1005, 0, 0, 0, 0, 268, 1103 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 314, 1236, 1120, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 111, 485, 491, 0, 0, 0, 0, 111, 485 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 34, 196, 170, 0, 0, 0, 0, 34, 196 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 314, 1236, 1184, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 314, 1232, 1238, 0, 0, 0, 0, 314, 1232 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 314, 1236, 1239, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 314, 1236, 1201, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 315, 1236, 1249, 0, 0, 0, 0, 315, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 314, 1236, 1133, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 314, 1236, 1362, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 314, 1236, 1387, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 239, 975, 1066, 0, 0, 0, 0, 239, 975 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 314, 1236, 1233, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 229, 858, 999, 0, 0, 9, 114, 238, 972 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 314, 1232, 1461, 0, 0, 0, 0, 314, 1232 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 314, 1236, 1257, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 167, 303, 322, 79, 286, 58, 597, 304, 1186 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 302, 1158, 1138, 1, 3, 4, 47, 307, 1208 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 182, 517, 461, 2, 3, 130, 716, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 314, 1236, 1103, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 314, 1236, 1062, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 314, 1236, 990, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 19, 41, 45, 0, 0, 13, 139, 32, 180 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 314, 1236, 1121, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 139, 548, 201, 29, 98, 100, 457, 268, 1103 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 314, 1236, 1363, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 315, 1236, 1252, 0, 0, 0, 0, 315, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 314, 1236, 1235, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 314, 1236, 1127, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 314, 1236, 1135, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 50, 249, 291, 0, 0, 0, 0, 50, 249 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 239, 975, 890, 0, 0, 0, 0, 239, 975 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 314, 1236, 1406, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 250, 986, 1285, 3, 21, 51, 179, 304, 1186 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 56, 125, 138, 2, 8, 59, 387, 117, 520 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 314, 1236, 1394, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 314, 1236, 1473, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 314, 1236, 915, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 239, 975, 1099, 0, 0, 0, 0, 239, 975 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 314, 1236, 1101, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 32, 180, 150, 0, 0, 0, 0, 32, 180 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 314, 1236, 1426, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 313, 1230, 1200, 0, 0, 0, 0, 313, 1230 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 304, 1186, 1197, 0, 0, 0, 0, 304, 1186 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 314, 1236, 1351, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 314, 1236, 1254, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 314, 1236, 1202, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 314, 1236, 1223, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 304, 1186, 1426, 0, 0, 0, 0, 304, 1186 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 314, 1236, 1487, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 111, 485, 471, 0, 0, 0, 0, 111, 485 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 213, 821, 917, 0, 0, 0, 0, 213, 821 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 46, 224, 229, 0, 0, 0, 0, 46, 224 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 303, 1180, 1124, 0, 0, 1, 6, 304, 1186 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 111, 485, 560, 0, 0, 0, 0, 111, 485 -gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 31, 157, 150, 1, 26, 0, 0, 32, 183 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 58, 165, 176, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/yo.po, 42, 116, 152, 5, 15, 9, 26, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 49, 136, 148, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/dv.gmo, 56, 157, 133, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 27, 70, 35, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.gmo, 57, 161, 146, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/km.gmo, 27, 70, 35, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.gmo, 60, 167, 188, 0, 0, 0, 0, 60, 167 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 27, 70, 32, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gn.po, 33, 71, 77, 0, 0, 15, 62, 48, 133 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 37, 80, 83, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 27, 70, 66, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 37, 80, 93, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 26, 69, 30, 0, 0, 11, 11, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 38, 81, 77, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 27, 70, 75, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 27, 70, 84, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gn.gmo, 33, 71, 77, 0, 0, 0, 0, 33, 71 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ha.gmo, 42, 116, 160, 0, 0, 0, 0, 42, 116 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/af.gmo, 27, 70, 59, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 27, 70, 75, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 46, 125, 119, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.gmo, 49, 136, 119, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 38, 81, 87, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 38, 81, 77, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 38, 81, 143, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gv.gmo, 36, 84, 92, 0, 0, 0, 0, 36, 84 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 27, 70, 76, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ak.gmo, 27, 70, 74, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 38, 81, 84, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 27, 70, 71, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 38, 81, 87, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/csb.po, 37, 95, 87, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 37, 80, 61, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 27, 70, 71, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 38, 81, 82, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 58, 165, 192, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 38, 81, 88, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.gmo, 58, 165, 186, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 37, 80, 72, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 58, 165, 88, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 38, 81, 71, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 37, 80, 71, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 27, 70, 33, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ky.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 37, 80, 79, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/lo.gmo, 27, 70, 41, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 37, 80, 71, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 37, 80, 82, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/szl.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kg.gmo, 46, 125, 135, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kg.po, 46, 125, 135, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ia.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/dv.po, 56, 157, 133, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 27, 70, 83, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 37, 80, 75, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 38, 81, 88, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 52, 128, 149, 0, 0, 4, 29, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 37, 95, 94, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 57, 161, 146, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/io.gmo, 44, 86, 90, 0, 0, 0, 0, 44, 86 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/br.gmo, 57, 161, 190, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fy.gmo, 37, 95, 84, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 38, 81, 86, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ha.po, 42, 116, 160, 5, 15, 9, 26, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 27, 70, 76, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fy.po, 37, 95, 84, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.gmo, 49, 136, 148, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kab.po, 23, 65, 72, 0, 0, 4, 5, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.gmo, 49, 136, 164, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.gmo, 52, 128, 149, 0, 0, 0, 0, 52, 128 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.gmo, 37, 80, 66, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 27, 70, 56, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 58, 165, 150, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 26, 69, 30, 0, 0, 0, 0, 26, 69 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 37, 80, 61, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 46, 125, 125, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 27, 70, 84, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 57, 161, 174, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 27, 70, 58, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 38, 81, 81, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/si.gmo, 58, 165, 176, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 49, 136, 135, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 38, 81, 81, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 27, 70, 58, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 38, 81, 143, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 38, 81, 84, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/yo.gmo, 42, 116, 152, 0, 0, 0, 0, 42, 116 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 37, 80, 79, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 36, 80, 85, 1, 15, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.gmo, 37, 95, 92, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 37, 80, 86, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 38, 81, 79, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 27, 70, 33, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/csb.gmo, 37, 95, 87, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 46, 125, 125, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.gmo, 46, 125, 116, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 37, 80, 66, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ia.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 38, 81, 91, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 27, 70, 83, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 27, 70, 66, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hy.gmo, 55, 151, 136, 0, 0, 0, 0, 55, 151 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ig.gmo, 42, 116, 121, 0, 0, 0, 0, 42, 116 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 38, 81, 75, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gv.po, 36, 84, 92, 0, 0, 10, 41, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/io.po, 44, 86, 90, 0, 0, 14, 79, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 27, 70, 81, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.gmo, 58, 165, 88, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 38, 81, 74, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 37, 80, 72, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gnome-menus.pot, 0, 0, 0, 0, 0, 38, 81, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.gmo, 46, 125, 119, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.gmo, 8, 8, 10, 0, 0, 0, 0, 8, 8 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 38, 81, 86, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/an.gmo, 27, 70, 79, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 27, 70, 59, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/lo.po, 27, 70, 41, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 37, 80, 83, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 38, 81, 78, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 49, 136, 164, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 49, 136, 135, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kab.gmo, 23, 65, 72, 0, 0, 0, 0, 23, 65 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.gmo, 57, 161, 174, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 38, 81, 79, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 38, 81, 75, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/is.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 8, 8, 10, 10, 45, 9, 15, 27, 68 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 57, 161, 190, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 60, 167, 188, 0, 0, 0, 0, 60, 167 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 38, 81, 90, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 38, 81, 74, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hy.po, 55, 151, 136, 1, 6, 0, 0, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 37, 80, 75, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 38, 81, 71, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 38, 81, 91, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 56, 157, 182, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.gmo, 58, 165, 150, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 27, 70, 81, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.po, 37, 95, 92, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 27, 70, 32, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 27, 70, 79, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ak.po, 27, 70, 74, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ig.po, 42, 116, 121, 5, 15, 9, 26, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ky.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 46, 125, 116, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.gmo, 37, 95, 94, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/szl.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 38, 81, 82, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 38, 81, 90, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 27, 70, 56, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 37, 80, 82, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.gmo, 36, 80, 85, 0, 0, 0, 0, 36, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 37, 80, 93, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 56, 157, 182, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 49, 136, 119, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 38, 81, 78, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 37, 80, 86, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 58, 165, 192, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 58, 165, 186, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/an.gmo, 153, 706, 955, 0, 0, 0, 0, 153, 706 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 145, 652, 628, 0, 0, 0, 0, 145, 652 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 155, 693, 626, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 57, 321, 364, 0, 0, 0, 0, 57, 321 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 145, 652, 628, 1, 6, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 155, 693, 719, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 155, 693, 656, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 155, 693, 712, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 155, 693, 702, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 147, 692, 722, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 113, 414, 324, 0, 0, 0, 0, 113, 414 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 155, 693, 889, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 154, 680, 794, 0, 0, 0, 0, 154, 680 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 155, 693, 938, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/kab.gmo, 120, 496, 592, 0, 0, 0, 0, 120, 496 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 155, 693, 709, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 155, 693, 586, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 146, 658, 525, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 157, 714, 670, 0, 0, 0, 0, 157, 714 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 146, 658, 525, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 155, 693, 704, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 155, 693, 708, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 155, 693, 848, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 155, 693, 893, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 111, 445, 382, 0, 0, 0, 0, 111, 445 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 155, 693, 564, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 147, 692, 655, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 155, 693, 652, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 155, 693, 652, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 152, 670, 629, 0, 0, 0, 0, 152, 670 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 155, 693, 251, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 155, 693, 683, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 154, 680, 930, 0, 0, 0, 0, 154, 680 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 157, 715, 292, 0, 0, 0, 0, 157, 715 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 155, 693, 721, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/kab.po, 120, 496, 592, 0, 0, 25, 161, 145, 657 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 155, 693, 889, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 147, 692, 845, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 147, 692, 626, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.gmo, 155, 693, 622, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 155, 693, 622, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 146, 658, 840, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 136, 604, 238, 0, 0, 0, 0, 136, 604 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 155, 693, 586, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.gmo, 94, 346, 353, 0, 0, 0, 0, 94, 346 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 154, 690, 682, 0, 0, 0, 0, 154, 690 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 147, 692, 616, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 145, 657, 620, 0, 0, 0, 0, 145, 657 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 147, 692, 626, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 155, 693, 697, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 154, 705, 785, 0, 0, 0, 0, 154, 705 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 147, 692, 845, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 147, 687, 695, 0, 0, 0, 0, 147, 687 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 147, 692, 739, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 147, 692, 599, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 155, 693, 835, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 146, 658, 656, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 146, 658, 656, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/af.gmo, 53, 136, 145, 0, 0, 0, 0, 53, 136 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 155, 693, 669, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 155, 693, 666, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/is.gmo, 112, 369, 372, 0, 0, 0, 0, 112, 369 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 155, 693, 708, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 155, 693, 759, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 154, 680, 930, 0, 0, 0, 0, 154, 680 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 155, 693, 243, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 155, 693, 719, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 155, 693, 709, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 154, 680, 773, 0, 0, 0, 0, 154, 680 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 153, 706, 955, 0, 0, 0, 0, 153, 706 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 155, 693, 683, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 147, 692, 655, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 155, 693, 702, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/gnome-online-accounts.pot, 0, 0, 0, 0, 0, 145, 657, 145, 657 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.gmo, 146, 658, 840, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 147, 687, 741, 0, 0, 0, 0, 147, 687 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 155, 693, 251, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 155, 693, 893, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 155, 693, 564, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 151, 795, 768, 0, 0, 0, 0, 151, 795 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 54, 304, 326, 0, 0, 0, 0, 54, 304 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 146, 688, 288, 0, 0, 0, 0, 146, 688 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 57, 321, 364, 0, 0, 0, 0, 57, 321 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 154, 690, 682, 0, 0, 0, 0, 154, 690 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 155, 693, 666, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 155, 693, 620, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 147, 687, 741, 0, 0, 0, 0, 147, 687 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 153, 699, 752, 0, 0, 0, 0, 153, 699 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 155, 693, 683, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 130, 655, 686, 0, 0, 0, 0, 130, 655 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 155, 693, 712, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 130, 655, 686, 0, 0, 0, 0, 130, 655 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 155, 693, 669, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/km.gmo, 146, 688, 288, 0, 0, 0, 0, 146, 688 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 54, 304, 361, 0, 0, 0, 0, 54, 304 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 155, 693, 782, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 147, 692, 722, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 146, 658, 838, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.gmo, 54, 304, 326, 0, 0, 0, 0, 54, 304 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 136, 604, 238, 1, 3, 8, 50, 145, 657 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 154, 680, 794, 0, 0, 0, 0, 154, 680 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 155, 693, 759, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 94, 346, 353, 16, 93, 36, 219, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 147, 692, 739, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 147, 692, 821, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 147, 692, 241, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 155, 693, 721, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 152, 660, 662, 0, 0, 2, 30, 154, 690 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 112, 369, 372, 0, 0, 34, 289, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 53, 136, 145, 7, 19, 95, 538, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 145, 657, 620, 0, 0, 0, 0, 145, 657 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 147, 687, 695, 0, 0, 0, 0, 147, 687 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 155, 693, 683, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 153, 699, 752, 0, 0, 0, 0, 153, 699 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.gmo, 88, 310, 358, 0, 0, 0, 0, 88, 310 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 155, 693, 782, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 147, 692, 616, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 154, 705, 785, 0, 0, 0, 0, 154, 705 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 155, 693, 938, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 147, 692, 821, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 155, 693, 243, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 152, 670, 629, 0, 0, 0, 0, 152, 670 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 155, 693, 708, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 157, 715, 292, 0, 0, 0, 0, 157, 715 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 147, 692, 241, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.gmo, 151, 795, 768, 0, 0, 0, 0, 151, 795 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 155, 693, 626, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 111, 445, 382, 23, 139, 10, 44, 144, 628 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 155, 693, 1051, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 155, 693, 620, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 155, 693, 656, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 155, 693, 708, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 155, 693, 702, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.gmo, 146, 658, 903, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 88, 310, 358, 0, 0, 54, 398, 142, 708 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 113, 414, 324, 7, 59, 25, 184, 145, 657 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 155, 693, 835, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 146, 658, 903, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 146, 658, 838, 0, 0, 0, 0, 146, 658 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 155, 693, 702, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 155, 693, 848, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 54, 304, 361, 0, 0, 0, 0, 54, 304 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 155, 693, 704, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 157, 714, 670, 0, 0, 0, 0, 157, 714 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 147, 692, 599, 0, 0, 0, 0, 147, 692 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 152, 660, 662, 0, 0, 0, 0, 152, 660 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 155, 693, 697, 0, 0, 0, 0, 155, 693 -gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 155, 693, 1051, 0, 0, 0, 0, 155, 693 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 46, 457, 441, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/ro/ro.po, 46, 457, 468, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 46, 457, 456, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 46, 457, 373, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/nl/nl.po, 46, 457, 451, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 46, 457, 310, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 46, 457, 394, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 46, 457, 446, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/fur/fur.po, 45, 451, 474, 0, 0, 1, 6, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 46, 457, 457, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 46, 457, 461, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 46, 457, 487, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 46, 457, 477, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 46, 457, 430, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 46, 457, 415, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 46, 457, 476, 0, 0, 0, 0, 46, 457 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 219, 572, 285, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 125, 354, 161, 0, 0, 0, 0, 125, 354 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 216, 535, 309, 0, 0, 0, 0, 216, 535 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 219, 572, 833, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 191, 459, 459, 0, 0, 0, 0, 191, 459 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 219, 572, 543, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 127, 377, 433, 0, 0, 0, 0, 127, 377 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 120, 344, 326, 0, 0, 0, 0, 120, 344 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 219, 572, 592, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 216, 535, 615, 0, 0, 0, 0, 216, 535 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 219, 572, 656, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 219, 572, 630, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 216, 535, 569, 0, 0, 0, 0, 216, 535 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 219, 572, 612, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 187, 448, 493, 0, 0, 0, 0, 187, 448 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 219, 572, 585, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 180, 428, 530, 0, 0, 0, 0, 180, 428 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 187, 448, 536, 0, 0, 0, 0, 187, 448 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 219, 572, 586, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 86, 153, 172, 25, 83, 14, 118, 125, 354 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 198, 473, 481, 0, 0, 0, 0, 198, 473 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 218, 561, 536, 0, 0, 0, 0, 218, 561 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 219, 572, 564, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 219, 572, 551, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 219, 572, 523, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 84, 158, 181, 0, 0, 16, 143, 100, 301 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 117, 332, 117, 332 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 219, 572, 541, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 174, 419, 233, 0, 0, 5, 5, 179, 424 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 219, 572, 613, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 217, 556, 604, 0, 0, 0, 0, 217, 556 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 219, 572, 561, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 217, 556, 564, 0, 0, 0, 0, 217, 556 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 187, 448, 437, 0, 0, 0, 0, 187, 448 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 73, 135, 168, 1, 1, 117, 323, 191, 459 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 219, 572, 655, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 198, 473, 661, 0, 0, 0, 0, 198, 473 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 94, 217, 255, 0, 0, 3, 9, 97, 226 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 219, 572, 641, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 219, 572, 686, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 219, 572, 486, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 198, 473, 542, 0, 0, 0, 0, 198, 473 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 219, 572, 553, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 100, 301, 256, 0, 0, 0, 0, 100, 301 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 219, 572, 660, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 217, 556, 552, 0, 0, 0, 0, 217, 556 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 217, 556, 559, 0, 0, 0, 0, 217, 556 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 219, 572, 636, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 219, 572, 569, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 219, 572, 617, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 198, 473, 572, 0, 0, 0, 0, 198, 473 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 219, 572, 679, 0, 0, 0, 0, 219, 572 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 126, 379, 379, 0, 0, 0, 0, 126, 379 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 104, 304, 352, 0, 0, 0, 0, 104, 304 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 125, 354, 403, 0, 0, 0, 0, 125, 354 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 196, 467, 508, 0, 0, 4, 30, 200, 497 -gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 127, 377, 430, 0, 0, 0, 0, 127, 377 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 79, 458, 112, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 75, 354, 97, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 79, 456, 154, 0, 0, 0, 0, 79, 456 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 50, 241, 208, 6, 43, 0, 0, 56, 284 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 1, 0, 0, 9, 27, 49, 292, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 78, 455, 589, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 78, 455, 399, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 71, 343, 303, 0, 0, 0, 0, 71, 343 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 79, 458, 391, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 78, 455, 152, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 78, 455, 447, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 75, 354, 289, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 75, 354, 306, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 79, 458, 442, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 80, 457, 447, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 79, 458, 448, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 11, 43, 52, 33, 168, 15, 108, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 79, 458, 429, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 80, 457, 433, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 20, 46, 45, 12, 41, 27, 232, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 1, 0, 0, 36, 199, 22, 120, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 79, 458, 404, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 79, 458, 499, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 79, 458, 625, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 78, 455, 539, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 30, 91, 101, 14, 79, 15, 149, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 79, 458, 451, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 78, 455, 471, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 75, 354, 360, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 78, 455, 543, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 34, 143, 141, 18, 113, 7, 63, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 79, 458, 458, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 80, 457, 402, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 14, 28, 24, 3, 8, 42, 283, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 80, 457, 422, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 1, 0, 0, 7, 22, 51, 297, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 75, 354, 317, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 1, 0, 0, 7, 22, 51, 297, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 79, 456, 374, 0, 0, 0, 0, 79, 456 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 42, 187, 213, 15, 106, 2, 26, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 18, 66, 66, 28, 167, 13, 86, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 22, 77, 76, 12, 82, 25, 160, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 79, 458, 361, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 79, 458, 384, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 20, 68, 75, 20, 117, 19, 134, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 79, 458, 362, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 75, 354, 311, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 75, 359, 126, 0, 0, 0, 0, 75, 359 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 79, 458, 378, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 17, 63, 51, 28, 166, 14, 90, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 78, 455, 123, 0, 0, 1, 3, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 79, 458, 468, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 80, 457, 478, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 79, 458, 435, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 79, 458, 455, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 79, 456, 427, 0, 0, 0, 0, 79, 456 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 75, 354, 384, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 78, 455, 456, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 78, 455, 440, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 79, 458, 611, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 80, 457, 595, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 36, 102, 119, 1, 2, 34, 247, 71, 351 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 79, 458, 536, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 79, 458, 632, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 79, 458, 353, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 80, 457, 468, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 80, 457, 365, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 71, 351, 296, 0, 0, 0, 0, 71, 351 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 79, 458, 542, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 79, 456, 443, 0, 0, 0, 0, 79, 456 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 78, 455, 458, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 14, 55, 55, 29, 171, 16, 93, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 29, 144, 144, 30, 175, 0, 0, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 79, 458, 525, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 34, 143, 56, 19, 116, 6, 60, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 79, 458, 429, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 79, 458, 454, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 19, 74, 72, 29, 170, 11, 75, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 79, 458, 419, 0, 0, 0, 0, 79, 458 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 71, 343, 307, 0, 0, 0, 0, 71, 343 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 80, 457, 570, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 79, 456, 569, 0, 0, 0, 0, 79, 456 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 78, 455, 425, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 50, 263, 311, 9, 56, 0, 0, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 75, 354, 416, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 50, 263, 300, 9, 56, 0, 0, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 64, 326, 401, 0, 0, 0, 0, 64, 326 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 42, 187, 165, 15, 106, 2, 26, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 80, 457, 394, 0, 0, 0, 0, 80, 457 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 1, 0, 0, 7, 22, 51, 297, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 58, 306, 333, 1, 13, 0, 0, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 75, 354, 367, 0, 0, 0, 0, 75, 354 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 76, 355, 320, 0, 0, 0, 0, 76, 355 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 78, 455, 518, 0, 0, 0, 0, 78, 455 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 1, 0, 0, 5, 13, 53, 306, 59, 319 -gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 80, 457, 477, 0, 0, 0, 0, 80, 457 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.po, 100, 513, 424, 1, 3, 0, 0, 101, 516 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 58, 364, 111, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 87, 431, 145, 0, 0, 0, 0, 87, 431 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 50, 299, 96, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/yo.po, 20, 117, 148, 28, 86, 65, 519, 113, 722 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 99, 498, 397, 1, 8, 1, 27, 101, 533 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 101, 533, 712, 0, 0, 0, 0, 101, 533 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 58, 364, 521, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/uz.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 59, 319, 287, 0, 0, 0, 0, 59, 319 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 110, 563, 463, 0, 0, 0, 0, 110, 563 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 58, 364, 307, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/tk.po, 26, 44, 44, 0, 0, 75, 472, 101, 516 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 59, 319, 119, 0, 0, 0, 0, 59, 319 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 60, 327, 368, 0, 0, 0, 0, 60, 327 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 59, 323, 290, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 59, 323, 293, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 58, 364, 342, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 50, 299, 310, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 58, 364, 379, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 115, 811, 885, 0, 0, 0, 0, 115, 811 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 58, 364, 350, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 50, 299, 295, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 115, 811, 757, 0, 0, 0, 0, 115, 811 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 12, 13, 16, 69, 480, 20, 40, 101, 533 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 58, 364, 395, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 58, 364, 426, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 59, 319, 370, 0, 0, 0, 0, 59, 319 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 70, 244, 255, 0, 0, 43, 435, 113, 679 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 58, 364, 337, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 50, 299, 319, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 59, 323, 343, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 50, 299, 333, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/nso.po, 100, 513, 736, 1, 3, 0, 0, 101, 516 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 97, 489, 455, 0, 0, 0, 0, 97, 489 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 58, 364, 370, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 32, 90, 94, 0, 0, 18, 209, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 68, 209, 176, 0, 0, 43, 429, 111, 638 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 50, 299, 294, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 59, 323, 307, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 59, 323, 320, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 100, 513, 408, 1, 3, 0, 0, 101, 516 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 58, 364, 294, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 114, 714, 793, 0, 0, 0, 0, 114, 714 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/mi.po, 6, 8, 8, 0, 0, 95, 508, 101, 516 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 106, 571, 586, 0, 0, 0, 0, 106, 571 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 61, 267, 283, 0, 0, 50, 371, 111, 638 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 58, 364, 306, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 58, 364, 291, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 46, 208, 196, 19, 56, 49, 450, 114, 714 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 58, 364, 283, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 59, 323, 285, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 59, 323, 168, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 58, 364, 346, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/kab.po, 49, 250, 247, 0, 0, 9, 114, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 88, 434, 335, 0, 0, 26, 280, 114, 714 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 56, 343, 107, 0, 0, 2, 21, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 58, 364, 379, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 58, 364, 382, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ig.po, 20, 117, 131, 28, 86, 65, 519, 113, 722 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 58, 364, 346, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/hy.po, 103, 570, 546, 0, 0, 0, 0, 103, 570 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 58, 364, 316, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 58, 364, 341, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 59, 323, 424, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 59, 319, 289, 0, 0, 0, 0, 59, 319 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ha.po, 20, 117, 153, 28, 86, 65, 519, 113, 722 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 50, 298, 343, 0, 0, 0, 0, 50, 298 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 58, 364, 407, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 58, 364, 477, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 78, 274, 361, 0, 0, 35, 401, 113, 675 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/fy.po, 96, 448, 414, 0, 0, 0, 0, 96, 448 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 58, 364, 420, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 58, 364, 419, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 55, 276, 219, 2, 21, 1, 67, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 50, 299, 339, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 58, 364, 344, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 50, 299, 257, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 58, 364, 420, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 50, 298, 298, 0, 0, 0, 0, 50, 298 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 126, 888, 887, 0, 0, 0, 0, 126, 888 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 99, 556, 556, 12, 82, 0, 0, 111, 638 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 58, 364, 400, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 130, 899, 348, 0, 0, 0, 0, 130, 899 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 58, 364, 366, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 58, 364, 343, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 104, 569, 623, 0, 0, 0, 0, 104, 569 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/csb.po, 92, 447, 413, 4, 27, 1, 1, 97, 475 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 58, 364, 335, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 110, 563, 503, 0, 0, 0, 0, 110, 563 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 50, 299, 352, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 58, 364, 416, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 60, 327, 328, 0, 0, 0, 0, 60, 327 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 112, 668, 732, 1, 7, 0, 0, 113, 675 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 59, 323, 380, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 92, 446, 500, 0, 0, 0, 0, 92, 446 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 50, 299, 341, 0, 0, 0, 0, 50, 299 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 108, 533, 461, 0, 0, 6, 181, 114, 714 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 58, 364, 332, 0, 0, 0, 0, 58, 364 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 100, 513, 427, 1, 3, 0, 0, 101, 516 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 111, 711, 791, 1, 6, 1, 5, 113, 722 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 59, 323, 376, 0, 0, 0, 0, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 58, 256, 217, 0, 0, 1, 67, 59, 323 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 59, 319, 368, 0, 0, 0, 0, 59, 319 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 52, 145, 143, 4, 11, 45, 360, 101, 516 -gnome-session-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 50, 299, 309, 0, 0, 0, 0, 50, 299 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.po, 47, 313, 257, 42, 196, 82, 525, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 371, 2549, 601, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 429, 2607, 645, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 384, 2659, 578, 0, 0, 0, 0, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 47, 313, 251, 42, 196, 82, 525, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 6, 18, 27, 36, 94, 129, 922, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 406, 2416, 2967, 0, 0, 0, 0, 406, 2416 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 416, 2494, 2142, 0, 0, 0, 0, 416, 2494 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 575, 3618, 2937, 0, 0, 8, 87, 583, 3705 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 371, 2549, 2191, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 572, 3740, 1059, 0, 0, 0, 0, 572, 3740 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 162, 401, 448, 0, 0, 439, 3297, 601, 3698 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 429, 2607, 2181, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 429, 2607, 2102, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 371, 2549, 2440, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 370, 2547, 2480, 0, 0, 0, 0, 370, 2547 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 371, 2549, 2493, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 70, 408, 399, 28, 120, 73, 506, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 371, 2549, 2505, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 349, 2281, 2116, 3, 28, 32, 350, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 12, 21, 28, 13, 29, 146, 984, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 6, 6, 6, 76, 494, 89, 534, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 336, 2292, 2064, 0, 0, 0, 0, 336, 2292 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 371, 2549, 2775, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 371, 2549, 2888, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 406, 2416, 2740, 0, 0, 0, 0, 406, 2416 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 371, 2549, 2398, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 429, 2607, 2927, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 429, 2607, 2456, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 406, 2416, 2783, 0, 0, 0, 0, 406, 2416 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/nso.po, 47, 313, 460, 42, 196, 82, 525, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 252, 1704, 1657, 0, 0, 3, 18, 255, 1722 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 371, 2549, 2601, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 207, 967, 919, 100, 528, 77, 1164, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 54, 123, 98, 0, 0, 191, 1501, 245, 1624 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 306, 1600, 1583, 6, 26, 72, 1033, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 37, 207, 187, 49, 218, 85, 609, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 429, 2607, 2318, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 70, 408, 328, 32, 129, 69, 497, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 290, 1678, 1295, 35, 257, 69, 981, 394, 2916 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 551, 3749, 3960, 0, 0, 0, 0, 551, 3749 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 70, 408, 391, 32, 129, 69, 497, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 68, 227, 263, 0, 0, 177, 1397, 245, 1624 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 371, 2549, 2214, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 371, 2549, 2057, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 67, 369, 377, 39, 181, 65, 484, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 371, 2549, 1979, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 429, 2607, 2205, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 572, 3740, 1282, 0, 0, 0, 0, 572, 3740 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 286, 1410, 1288, 0, 0, 85, 1139, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 72, 436, 315, 33, 114, 66, 484, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 606, 3729, 962, 0, 0, 0, 0, 606, 3729 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 371, 2549, 2774, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 288, 1378, 1404, 0, 0, 83, 1171, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 371, 2549, 2339, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 371, 2549, 2131, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 371, 2549, 2378, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 429, 2607, 2968, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 384, 2659, 2562, 0, 0, 0, 0, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 405, 2303, 2321, 0, 0, 0, 0, 405, 2303 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 371, 2549, 2943, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 272, 1325, 1944, 0, 0, 112, 1334, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 129, 366, 434, 0, 0, 117, 1261, 246, 1627 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 371, 2549, 3148, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 371, 2549, 2957, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 266, 1345, 1030, 27, 216, 78, 988, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 486, 2647, 3054, 6, 24, 80, 1261, 572, 3932 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 384, 2659, 2163, 0, 0, 0, 0, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 325, 1913, 1488, 0, 0, 0, 0, 325, 1913 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 371, 2549, 2971, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 367, 2501, 2362, 0, 0, 0, 0, 367, 2501 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 371, 2549, 2549, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 62, 398, 400, 33, 127, 76, 509, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 254, 1652, 1652, 26, 307, 0, 0, 280, 1959 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 371, 2549, 2850, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 73, 441, 176, 35, 130, 63, 463, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 371, 2549, 2508, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 371, 2549, 2416, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 70, 408, 410, 28, 120, 73, 506, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 371, 2549, 2400, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 579, 3694, 3076, 0, 0, 0, 0, 579, 3694 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 384, 2659, 3121, 0, 0, 0, 0, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 384, 2659, 3124, 0, 0, 0, 0, 384, 2659 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 416, 2494, 2426, 0, 0, 0, 0, 416, 2494 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 65, 129, 160, 6, 20, 172, 1469, 243, 1618 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 429, 2607, 2682, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 288, 1752, 1844, 0, 0, 0, 0, 288, 1752 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 572, 3740, 3973, 0, 0, 0, 0, 572, 3740 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 171, 1034, 845, 0, 0, 0, 0, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 371, 2549, 2164, 0, 0, 0, 0, 371, 2549 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 47, 313, 260, 42, 196, 82, 525, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 569, 3892, 4208, 0, 0, 0, 0, 569, 3892 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 429, 2607, 2511, 0, 0, 0, 0, 429, 2607 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 318, 1683, 1582, 23, 80, 149, 1381, 490, 3144 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 3, 3, 5, 27, 60, 141, 971, 171, 1034 -gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 102, 509, 496, 22, 85, 66, 486, 190, 1080 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/sv/sv.po, 232, 4113, 3533, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/ro/ro.po, 19, 141, 143, 23, 202, 187, 3745, 229, 4088 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 232, 4113, 4276, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/pt/pt.po, 229, 4089, 4167, 0, 0, 0, 0, 229, 4089 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/pl/pl.po, 232, 4113, 3200, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/ko/ko.po, 232, 4113, 2765, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/hu/hu.po, 232, 4113, 3177, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/fr/fr.po, 232, 4113, 4370, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/es/es.po, 232, 4113, 4335, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/el/el.po, 229, 4089, 4061, 0, 0, 0, 0, 229, 4089 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/de/de.po, 232, 4113, 3790, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, help/cs/cs.po, 232, 4113, 3526, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 304, 1444, 440, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 292, 1289, 430, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 304, 1439, 483, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 298, 1365, 1969, 0, 0, 0, 0, 298, 1365 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 301, 1396, 1287, 0, 0, 0, 0, 301, 1396 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ug.po, 308, 1280, 1149, 0, 0, 0, 0, 308, 1280 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 304, 1444, 1264, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 298, 1365, 589, 0, 0, 0, 0, 298, 1365 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 291, 1285, 1309, 0, 0, 0, 0, 291, 1285 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 292, 1289, 1161, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ta.po, 292, 1289, 1142, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 304, 1444, 1286, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 304, 1439, 1487, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 304, 1444, 1491, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/sq.po, 177, 645, 806, 0, 0, 0, 0, 177, 645 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 304, 1444, 1480, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 302, 1440, 1340, 0, 0, 0, 0, 302, 1440 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/si.po, 131, 258, 310, 0, 0, 93, 581, 224, 839 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/rw.po, 22, 22, 23, 86, 471, 61, 117, 169, 610 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 304, 1444, 1370, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 304, 1444, 1667, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 304, 1444, 1829, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 301, 1396, 1747, 0, 0, 0, 0, 301, 1396 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ps.po, 177, 479, 567, 0, 0, 53, 389, 230, 868 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 304, 1444, 1391, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 304, 1439, 1538, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/or.po, 308, 1280, 1294, 0, 0, 0, 0, 308, 1280 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 301, 1396, 1891, 0, 0, 0, 0, 301, 1396 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/nn.po, 231, 874, 858, 0, 0, 0, 0, 231, 874 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 304, 1444, 1383, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 313, 1462, 1357, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/nds.po, 56, 97, 89, 0, 0, 188, 836, 244, 933 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 314, 1463, 1489, 0, 0, 0, 0, 314, 1463 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ms.po, 143, 502, 487, 0, 0, 0, 0, 143, 502 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/mr.po, 292, 1289, 1164, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/mn.po, 142, 498, 452, 0, 0, 0, 0, 142, 498 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 305, 1440, 1233, 0, 0, 0, 0, 305, 1440 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/mk.po, 275, 1072, 1236, 0, 0, 0, 0, 275, 1072 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/mg.po, 209, 845, 929, 1, 1, 0, 0, 210, 846 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/mai.po, 175, 577, 664, 0, 0, 69, 356, 244, 933 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 304, 1444, 1291, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 304, 1444, 1355, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/li.po, 116, 388, 377, 20, 67, 7, 47, 143, 502 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ky.po, 308, 1283, 1139, 0, 0, 0, 0, 308, 1283 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ku.po, 87, 154, 172, 0, 0, 90, 491, 177, 645 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 304, 1444, 1261, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 292, 1289, 1159, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/km.po, 294, 1283, 571, 0, 0, 0, 0, 294, 1283 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 304, 1444, 1280, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ka.po, 224, 839, 738, 0, 0, 0, 0, 224, 839 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 301, 1437, 469, 0, 0, 3, 7, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 304, 1444, 1560, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 305, 1440, 1275, 0, 0, 0, 0, 305, 1440 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 304, 1444, 1420, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 304, 1444, 1336, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 302, 1440, 1400, 0, 0, 0, 0, 302, 1440 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/hi.po, 292, 1289, 1417, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 298, 1365, 1323, 0, 0, 0, 0, 298, 1365 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/gu.po, 308, 1280, 1348, 0, 0, 0, 0, 308, 1280 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 304, 1444, 1852, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 313, 1462, 2024, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 158, 294, 370, 3, 9, 130, 900, 291, 1203 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 304, 1444, 1699, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 304, 1444, 1972, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 304, 1444, 1034, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 313, 1462, 1704, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 304, 1444, 1259, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 292, 1289, 1018, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 304, 1444, 1905, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 303, 1407, 1194, 0, 0, 0, 0, 303, 1407 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 304, 1439, 1462, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/en_CA.po, 177, 645, 644, 0, 0, 0, 0, 177, 645 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 210, 727, 728, 34, 206, 0, 0, 244, 933 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 304, 1444, 1519, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/dz.po, 230, 868, 501, 0, 0, 0, 0, 230, 868 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 304, 1444, 1398, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 302, 1440, 1275, 0, 0, 0, 0, 302, 1440 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/cy.po, 177, 645, 711, 0, 0, 0, 0, 177, 645 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 304, 1444, 1381, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 313, 1462, 1833, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 303, 1441, 1813, 0, 0, 1, 1, 304, 1442 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 292, 1289, 1244, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 292, 1289, 1317, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/bn.po, 244, 933, 1055, 0, 0, 0, 0, 244, 933 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 313, 1462, 1581, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 184, 545, 507, 0, 0, 54, 368, 238, 913 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 313, 1462, 1424, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/az.po, 143, 502, 449, 0, 0, 0, 0, 143, 502 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ast.po, 238, 913, 1131, 0, 0, 1, 5, 239, 918 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 292, 1289, 1253, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 304, 1439, 1575, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 289, 1276, 1596, 0, 0, 0, 0, 289, 1276 -gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv, po/am.po, 43, 74, 90, 20, 33, 80, 395, 143, 502 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 538, 5361, 4892, 0, 0, 0, 0, 538, 5361 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 517, 5232, 4551, 0, 0, 0, 0, 517, 5232 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 538, 5361, 4355, 0, 0, 0, 0, 538, 5361 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 513, 5247, 5593, 0, 0, 0, 0, 513, 5247 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 546, 5468, 6141, 0, 0, 0, 0, 546, 5468 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/el/el.po, 513, 5247, 5419, 0, 0, 0, 0, 513, 5247 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 225, 1149, 1244, 23, 108, 254, 3755, 502, 5012 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 546, 5468, 5967, 0, 0, 0, 0, 546, 5468 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/de/de.po, 546, 5468, 5453, 0, 0, 0, 0, 546, 5468 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 546, 5468, 5010, 0, 0, 0, 0, 546, 5468 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/ro/ro.po, 136, 528, 532, 0, 0, 410, 4940, 546, 5468 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/es/es.po, 546, 5468, 6142, 0, 0, 0, 0, 546, 5468 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/ko/ko.po, 546, 5468, 4047, 0, 0, 0, 0, 546, 5468 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 481, 4718, 3149, 16, 225, 20, 289, 517, 5232 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 538, 5361, 4551, 0, 0, 0, 0, 538, 5361 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/mk.po, 487, 4145, 4065, 0, 0, 0, 0, 487, 4145 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.po, 488, 2499, 2977, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/sq.po, 493, 4548, 4706, 0, 0, 0, 0, 493, 4548 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/rw.po, 55, 69, 71, 395, 4210, 63, 127, 513, 4406 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/cy.po, 339, 3183, 3289, 65, 365, 38, 355, 442, 3903 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/br.po, 216, 639, 702, 1, 12, 245, 3296, 462, 3947 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.po, 304, 1032, 1108, 20, 102, 94, 1015, 418, 2149 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.po, 488, 2499, 2363, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.po, 428, 1785, 1616, 37, 495, 23, 219, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/id.po, 488, 2499, 2353, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.po, 488, 2499, 2414, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/dz.po, 342, 3098, 1233, 84, 548, 61, 499, 487, 4145 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.po, 468, 2085, 1549, 10, 296, 10, 118, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.po, 487, 2554, 2779, 0, 0, 0, 0, 487, 2554 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.po, 488, 2499, 2973, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/wa.po, 470, 3947, 4839, 0, 0, 47, 659, 517, 4606 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.po, 487, 2481, 2050, 0, 0, 1, 18, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.po, 488, 2499, 2319, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.po, 486, 2503, 3017, 0, 0, 0, 0, 486, 2503 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ka.po, 184, 389, 342, 311, 4177, 20, 36, 515, 4602 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 488, 2499, 2940, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/gd.po, 487, 2554, 3241, 0, 0, 0, 0, 487, 2554 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.po, 488, 2499, 2354, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 487, 2554, 3049, 0, 0, 0, 0, 487, 2554 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.po, 488, 2499, 2270, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ug.po, 433, 2308, 1973, 0, 0, 0, 0, 433, 2308 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.po, 488, 2499, 2205, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 442, 2209, 2362, 0, 0, 0, 0, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/is.po, 402, 1638, 1541, 0, 0, 85, 916, 487, 2554 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.po, 488, 2499, 2092, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.po, 455, 2265, 1863, 18, 129, 10, 91, 483, 2485 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.po, 482, 2416, 2233, 0, 0, 6, 83, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.po, 488, 2499, 2663, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/mn.po, 474, 3480, 2757, 2, 45, 45, 897, 521, 4422 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 496, 4218, 4219, 0, 0, 0, 0, 496, 4218 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ta.po, 442, 2209, 1883, 0, 0, 0, 0, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/he.po, 477, 2511, 2497, 0, 0, 0, 0, 477, 2511 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.po, 473, 2336, 2504, 1, 7, 12, 160, 486, 2503 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/nn.po, 459, 3933, 3589, 3, 14, 0, 0, 462, 3947 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/te.po, 442, 2209, 1841, 0, 0, 0, 0, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/el.po, 488, 2499, 2662, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/et.po, 419, 2157, 1695, 0, 0, 0, 0, 419, 2157 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/mg.po, 511, 4558, 4454, 12, 60, 0, 0, 523, 4618 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.po, 440, 2218, 2087, 0, 0, 0, 0, 440, 2218 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/mai.po, 348, 3013, 3089, 0, 0, 43, 383, 391, 3396 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/am.po, 180, 350, 372, 29, 84, 308, 3978, 517, 4412 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/es.po, 488, 2499, 3048, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/hi.po, 423, 2045, 2348, 0, 0, 19, 164, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 486, 2503, 727, 0, 0, 0, 0, 486, 2503 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.po, 488, 2499, 2216, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ku.po, 372, 1619, 1730, 1, 6, 145, 2981, 518, 4606 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/it.po, 488, 2499, 2839, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/km.po, 430, 2248, 720, 0, 0, 0, 0, 430, 2248 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/bn.po, 483, 4141, 4096, 0, 0, 0, 0, 483, 4141 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.po, 476, 2370, 792, 0, 0, 12, 129, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.po, 471, 2341, 2214, 8, 73, 7, 89, 486, 2503 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.po, 488, 2499, 2991, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 488, 2499, 707, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 493, 2543, 2570, 0, 0, 0, 0, 493, 2543 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.po, 437, 2182, 2144, 0, 0, 0, 0, 437, 2182 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/th.po, 477, 2511, 805, 0, 0, 0, 0, 477, 2511 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ast.po, 487, 4145, 4425, 0, 0, 0, 0, 487, 4145 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 430, 3842, 3156, 0, 0, 2, 45, 432, 3887 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 511, 4597, 4609, 0, 0, 0, 0, 511, 4597 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/si.po, 273, 806, 977, 1, 3, 247, 3803, 521, 4612 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.po, 488, 2499, 2344, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 492, 2542, 2395, 0, 0, 0, 0, 492, 2542 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 439, 2204, 617, 3, 5, 0, 0, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.po, 488, 2499, 2166, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.po, 327, 1321, 1211, 77, 475, 38, 413, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/an.po, 440, 2218, 2646, 0, 0, 0, 0, 440, 2218 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/gu.po, 427, 2073, 2232, 9, 93, 6, 43, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/as.po, 442, 2209, 2268, 0, 0, 0, 0, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.po, 477, 2511, 2161, 0, 0, 0, 0, 477, 2511 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/xh.po, 518, 4397, 3646, 2, 7, 1, 18, 521, 4422 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/nds.po, 233, 1064, 1029, 8, 29, 211, 2835, 452, 3928 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.po, 508, 2642, 2427, 0, 0, 0, 0, 508, 2642 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/hy.po, 117, 261, 236, 47, 170, 273, 3463, 437, 3894 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/da.po, 488, 2499, 2283, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.po, 487, 2554, 2813, 0, 0, 0, 0, 487, 2554 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.po, 488, 2499, 2098, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ps.po, 259, 899, 1024, 0, 0, 131, 2495, 390, 3394 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.po, 453, 2346, 2188, 25, 98, 14, 98, 492, 2542 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.po, 488, 2499, 3415, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/mr.po, 442, 2209, 2040, 0, 0, 0, 0, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ms.po, 484, 3691, 3219, 11, 68, 26, 663, 521, 4422 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.po, 488, 2499, 3010, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/de.po, 488, 2499, 2494, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/kn.po, 442, 2209, 1934, 0, 0, 0, 0, 442, 2209 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.po, 477, 2511, 2819, 0, 0, 0, 0, 477, 2511 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.po, 488, 2499, 2064, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/az.po, 511, 4360, 3358, 9, 44, 1, 18, 521, 4422 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/or.po, 434, 2309, 2400, 0, 0, 0, 0, 434, 2309 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.po, 488, 2499, 2332, 0, 0, 0, 0, 488, 2499 -gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv, po/be.po, 488, 2499, 2264, 0, 0, 0, 0, 488, 2499 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ln.po, 4, 10, 13, 0, 0, 0, 0, 4, 10 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/gd.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/it.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/eu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/hi.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/hr.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ga.po, 5, 12, 10, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/en_CA.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/tr.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/lt.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/da.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/km.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/as.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/fa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/en_GB.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/kn.po, 5, 12, 14, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ko.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/id.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/sv.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/is.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ne.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/kk.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ca@valencia.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/cs.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/af.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/th.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/tg.po, 5, 12, 12, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/vi.po, 9, 24, 31, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/an.po, 9, 24, 26, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ug.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/hu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/sr.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/gu.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/fi.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/bn_IN.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/pt.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/eo.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/lv.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/es.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/pa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/el.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/zh_TW.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/de.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/sl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ta.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/te.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/sk.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ro.po, 9, 24, 27, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/uk.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/mr.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/nb.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/gl.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/nl.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ja.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/fur.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/bg.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/be.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ru.po, 6, 15, 12, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/et.po, 9, 24, 17, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/pl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ml.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/fy.po, 9, 24, 18, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ar.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/oc.po, 4, 10, 12, 0, 0, 0, 0, 4, 10 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/fr.po, 6, 15, 20, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/bs.po, 4, 10, 9, 0, 0, 0, 0, 4, 10 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/zh_HK.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/sr@latin.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/ca.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/or.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv, po/he.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/de/de.po, 3202, 56807, 54927, 0, 0, 0, 0, 3202, 56807 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/kn/kn.po, 350, 897, 882, 0, 0, 2971, 59356, 3321, 60253 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/fr/fr.po, 2704, 47231, 50188, 321, 7417, 79, 1325, 3104, 55973 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/as/as.po, 2407, 30614, 27469, 319, 4795, 495, 23177, 3221, 58586 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/hu/hu.po, 3201, 56823, 45700, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/it/it.po, 2088, 36623, 36404, 480, 7593, 747, 15915, 3315, 60131 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ta/ta.po, 2795, 50123, 38336, 275, 5971, 80, 1791, 3150, 57885 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ro/ro.po, 169, 1855, 1837, 0, 0, 3035, 54970, 3204, 56825 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/vi/vi.po, 2237, 36788, 39571, 0, 0, 689, 20176, 2926, 56964 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sv/sv.po, 3201, 56823, 52768, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ru/ru.po, 2884, 50476, 42172, 247, 6960, 40, 732, 3171, 58168 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/he/he.po, 4, 8, 11, 0, 0, 3133, 56398, 3137, 56406 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pt/pt.po, 3115, 55812, 57231, 19, 532, 6, 81, 3140, 56425 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/te/te.po, 939, 14118, 10266, 197, 2937, 2012, 40704, 3148, 57759 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pl/pl.po, 3201, 56823, 45248, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/lv/lv.po, 3191, 57078, 44920, 5, 20, 0, 0, 3196, 57098 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/id/id.po, 1798, 20821, 18532, 402, 6368, 966, 29651, 3166, 56840 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pa/pa.po, 192, 532, 564, 149, 863, 1900, 44621, 2241, 46016 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/fi/fi.po, 2052, 28273, 19055, 649, 15400, 503, 13152, 3204, 56825 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/es/es.po, 3075, 54687, 57662, 111, 1699, 18, 439, 3204, 56825 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sr@latin/sr@latin.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/zh_CN/zh_CN.po, 2794, 51114, 5179, 375, 5958, 147, 3041, 3316, 60113 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/nl/nl.po, 3168, 56853, 57429, 0, 0, 0, 0, 3168, 56853 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/gu/gu.po, 2515, 39284, 39210, 412, 9639, 223, 8947, 3150, 57870 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ja/ja.po, 1739, 27509, 3394, 729, 15161, 636, 13312, 3104, 55982 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sl/sl.po, 2939, 52634, 44589, 190, 4255, 70, 1761, 3199, 58650 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/sr/sr.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/hr/hr.po, 307, 2687, 2329, 18, 30, 2847, 54227, 3172, 56944 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/el/el.po, 3111, 56124, 56974, 0, 0, 0, 0, 3111, 56124 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/hi/hi.po, 164, 3074, 3661, 1, 19, 2114, 43704, 2279, 46797 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/pt_BR/pt_BR.po, 3201, 56823, 59860, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/cs/cs.po, 3201, 56823, 49138, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/da/da.po, 1445, 11583, 10661, 0, 0, 1756, 45240, 3201, 56823 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/gl/gl.po, 2431, 35551, 36371, 641, 18198, 132, 3076, 3204, 56825 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/ca/ca.po, 3047, 54705, 57389, 121, 1537, 34, 565, 3202, 56807 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, gnome-help/mr/mr.po, 2559, 44257, 33981, 563, 12746, 23, 656, 3145, 57659 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/de/de.po, 542, 7433, 7064, 0, 0, 0, 0, 542, 7433 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/hu/hu.po, 547, 7497, 6920, 0, 0, 0, 0, 547, 7497 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/sv/sv.po, 661, 9090, 8055, 0, 0, 0, 0, 661, 9090 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/es/es.po, 593, 7515, 8331, 15, 527, 53, 1048, 661, 9090 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/pt_BR/pt_BR.po, 542, 7433, 8003, 0, 0, 0, 0, 542, 7433 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/cs/cs.po, 542, 7433, 6580, 0, 0, 0, 0, 542, 7433 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/ko/ko.po, 661, 9090, 6736, 0, 0, 0, 0, 661, 9090 -gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv, system-admin-guide/gl/gl.po, 238, 1590, 1823, 19, 118, 285, 5725, 542, 7433 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 15, 70, 70, 0, 0, 0, 0, 15, 70 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ja.po, 10, 51, 14, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/af.po, 10, 52, 54, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ja.gmo, 10, 51, 14, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/he.gmo, 10, 52, 49, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/th.gmo, 51, 316, 89, 0, 0, 0, 0, 51, 316 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ro.gmo, 11, 52, 59, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 10, 52, 17, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/cs.gmo, 11, 52, 50, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ast.gmo, 51, 326, 353, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/da.po, 11, 52, 44, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/nl.po, 11, 52, 60, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 51, 326, 326, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/mk.po, 13, 61, 62, 0, 0, 0, 0, 13, 61 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/he.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/rw.po, 2, 2, 4, 11, 59, 0, 0, 13, 61 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/kk.gmo, 10, 51, 51, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/es.gmo, 11, 52, 62, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/lv.gmo, 10, 51, 48, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sq.po, 13, 61, 77, 0, 0, 0, 0, 13, 61 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/tr.po, 11, 52, 51, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sl.gmo, 11, 52, 55, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/mr.po, 29, 160, 160, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 10, 52, 17, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/de.po, 11, 52, 56, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 15, 70, 70, 0, 0, 0, 0, 15, 70 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/be.po, 10, 52, 60, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/it.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 51, 316, 419, 0, 0, 0, 0, 51, 316 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/te.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/vi.po, 11, 52, 87, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/cs.po, 11, 52, 50, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pa.gmo, 10, 52, 57, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sq.gmo, 13, 61, 77, 0, 0, 0, 0, 13, 61 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/br.po, 51, 326, 379, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/gl.gmo, 10, 51, 58, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/km.gmo, 30, 184, 67, 0, 0, 0, 0, 30, 184 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ast.po, 51, 326, 353, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 29, 160, 38, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/id.gmo, 11, 52, 57, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/hu.gmo, 11, 52, 48, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/kk.po, 10, 51, 51, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ug.gmo, 29, 224, 183, 0, 0, 0, 0, 29, 224 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/gu.gmo, 10, 52, 56, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ko.gmo, 11, 52, 42, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/eo.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/af.gmo, 10, 52, 54, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/hr.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fi.gmo, 11, 52, 48, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bg.po, 10, 52, 61, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 10, 52, 65, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/gnome-user-share.pot, 0, 0, 0, 0, 0, 11, 52, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bn.po, 51, 326, 374, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/mai.po, 6, 8, 11, 0, 0, 40, 280, 46, 288 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bs.gmo, 26, 136, 134, 0, 0, 0, 0, 26, 136 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ln.gmo, 10, 52, 57, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/tg.gmo, 26, 136, 136, 0, 0, 0, 0, 26, 136 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 51, 316, 419, 0, 0, 0, 0, 51, 316 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ga.gmo, 46, 288, 361, 0, 0, 0, 0, 46, 288 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/hi.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 10, 52, 52, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/oc.po, 10, 52, 64, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/lt.gmo, 11, 52, 44, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/da.gmo, 11, 52, 44, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/vi.gmo, 11, 52, 87, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/et.gmo, 10, 52, 55, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sr.po, 11, 52, 59, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/br.gmo, 51, 326, 379, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pt.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bs.po, 26, 136, 134, 0, 0, 0, 0, 26, 136 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ko.po, 11, 52, 42, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ro.po, 11, 52, 59, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/is.po, 10, 52, 50, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/dz.gmo, 16, 75, 33, 0, 0, 0, 0, 16, 75 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pl.po, 11, 52, 53, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/nb.gmo, 10, 52, 49, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/mk.gmo, 13, 61, 62, 0, 0, 0, 0, 13, 61 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bg.gmo, 10, 52, 61, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ne.po, 10, 52, 47, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/km.po, 30, 184, 67, 0, 0, 0, 0, 30, 184 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/th.po, 51, 316, 89, 0, 0, 0, 0, 51, 316 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ga.po, 46, 288, 361, 0, 0, 0, 0, 46, 288 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ta.po, 29, 160, 139, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 10, 51, 13, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/lv.po, 10, 51, 48, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ca.gmo, 10, 52, 65, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sk.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/or.po, 29, 160, 169, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/eu.po, 10, 52, 47, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ar.po, 34, 247, 214, 0, 0, 0, 0, 34, 247 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/tg.po, 26, 136, 136, 0, 0, 0, 0, 26, 136 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fur.po, 10, 51, 54, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sk.gmo, 10, 52, 51, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/an.gmo, 29, 160, 187, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/lt.po, 11, 52, 44, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/gd.gmo, 10, 52, 63, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fi.po, 11, 52, 48, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/is.gmo, 10, 52, 50, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/hr.gmo, 10, 52, 51, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ca.po, 10, 52, 65, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sr.gmo, 11, 52, 59, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/eu.gmo, 10, 52, 47, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 10, 52, 52, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fa.po, 10, 52, 58, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ne.gmo, 10, 52, 47, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pl.gmo, 11, 52, 53, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fr.gmo, 11, 52, 69, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 10, 52, 65, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ru.gmo, 11, 52, 55, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/it.gmo, 11, 52, 57, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/id.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/kn.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ml.gmo, 10, 52, 44, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 51, 326, 326, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ml.po, 10, 52, 44, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/bn.gmo, 51, 326, 374, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/tr.gmo, 11, 52, 51, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/nl.gmo, 11, 52, 60, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/as.gmo, 29, 160, 186, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fur.gmo, 10, 51, 54, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 10, 52, 59, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/gd.po, 10, 52, 63, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/el.po, 10, 51, 62, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/eo.gmo, 10, 52, 51, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 29, 160, 38, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/mai.gmo, 6, 8, 11, 0, 0, 0, 0, 6, 8 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/uk.gmo, 10, 52, 45, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/de.gmo, 11, 52, 56, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sv.po, 11, 52, 52, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/uk.po, 10, 52, 45, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/et.po, 10, 52, 55, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ta.gmo, 29, 160, 139, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/nb.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/el.gmo, 10, 51, 62, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 10, 51, 13, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/an.po, 29, 160, 187, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sv.gmo, 11, 52, 52, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/gu.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fa.gmo, 10, 52, 58, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ln.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/or.gmo, 29, 160, 169, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 10, 52, 59, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/es.po, 11, 52, 62, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/be.gmo, 10, 52, 60, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pa.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/mr.gmo, 29, 160, 160, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/hi.gmo, 29, 160, 186, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 11, 52, 57, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/nn.gmo, 51, 326, 320, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ar.gmo, 34, 247, 214, 0, 0, 0, 0, 34, 247 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/rw.gmo, 2, 2, 4, 0, 0, 0, 0, 2, 2 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/as.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/gl.po, 10, 51, 58, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ug.po, 29, 224, 183, 0, 0, 0, 0, 29, 224 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/nn.po, 51, 326, 320, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/pt.gmo, 10, 52, 56, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/fr.po, 11, 52, 69, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/hu.po, 11, 52, 48, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/sl.po, 11, 52, 55, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/oc.gmo, 10, 52, 64, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/dz.po, 16, 75, 33, 0, 0, 0, 0, 16, 75 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/te.gmo, 29, 160, 126, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/kn.gmo, 29, 160, 126, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv, po/ru.po, 11, 52, 55, 0, 0, 0, 0, 11, 52 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/id.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/pa.po, 68, 256, 275, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/te.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/oc.po, 68, 256, 287, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/af.po, 63, 229, 232, 2, 7, 1, 10, 66, 246 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/sk.po, 68, 256, 221, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/bn.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/hi.po, 68, 256, 267, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/en_GB.po, 68, 256, 256, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ka.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ga.po, 36, 46, 50, 1, 4, 31, 206, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ta.po, 68, 256, 204, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/vi.po, 68, 256, 299, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/tr.po, 68, 256, 214, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ca.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/th.po, 68, 256, 72, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ro.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/et.po, 68, 256, 176, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/kn.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/lt.po, 68, 256, 209, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/be@latin.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ms.po, 7, 8, 9, 5, 5, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ca@valencia.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/en@shaw.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/nn.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/sr.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/or.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/nl.po, 68, 256, 237, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/sr@latin.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ar.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/gl.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/gu.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/mk.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/sl.po, 68, 256, 229, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/es.po, 68, 256, 310, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/hu.po, 68, 256, 190, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/lv.po, 68, 256, 203, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/fr.po, 68, 256, 293, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/mr.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/nb.po, 68, 256, 219, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ml.po, 68, 256, 194, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ug.po, 17, 28, 30, 0, 0, 51, 228, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/bs.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/as.po, 68, 256, 238, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 68, 256, 68, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/bg.po, 68, 256, 235, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ast.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/it.po, 68, 256, 264, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/tg.po, 11, 11, 15, 0, 0, 57, 245, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/zh_HK.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/nds.po, 23, 26, 28, 0, 0, 0, 0, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/fa.po, 68, 256, 271, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/eo.po, 58, 201, 183, 0, 0, 8, 45, 66, 246 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 68, 256, 285, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/zh_TW.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ko.po, 68, 256, 160, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/pl.po, 68, 256, 239, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ps.po, 7, 8, 8, 1, 1, 15, 17, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/cs.po, 68, 256, 234, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/he.po, 68, 256, 217, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/km.po, 66, 246, 75, 0, 0, 0, 0, 66, 246 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/eu.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/bn_IN.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/el.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/fur.po, 68, 256, 266, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/sq.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/hr.po, 11, 39, 36, 0, 0, 57, 217, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ku.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/fi.po, 68, 256, 169, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/da.po, 68, 256, 210, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/dz.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/be.po, 68, 256, 175, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/uk.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/sv.po, 68, 256, 233, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ru.po, 68, 256, 165, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/mai.po, 3, 4, 5, 1, 1, 19, 21, 23, 26 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/ja.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv, po/de.po, 68, 256, 225, 0, 0, 0, 0, 68, 256 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 41, 192, 60, 0, 0, 0, 0, 41, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 37, 164, 56, 0, 0, 0, 0, 37, 164 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 42, 192, 88, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/vi.po, 42, 195, 284, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/uk.po, 42, 192, 168, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/tr.po, 42, 195, 165, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/th.po, 42, 192, 65, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/tg.po, 42, 195, 220, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/te.po, 81, 216, 198, 0, 0, 0, 0, 81, 216 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/sv.po, 42, 195, 203, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 42, 192, 182, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/sr.po, 42, 195, 183, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/sl.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/sk.po, 42, 192, 185, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ru.po, 42, 195, 162, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ro.po, 42, 195, 208, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/pt.po, 42, 192, 216, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/pl.po, 42, 195, 188, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/pa.po, 41, 191, 228, 0, 0, 0, 0, 41, 191 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/oc.po, 42, 192, 215, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/nl.po, 42, 195, 210, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ne.po, 42, 192, 179, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/nb.po, 42, 192, 186, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ml.po, 42, 192, 141, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/lv.po, 42, 195, 163, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/lt.po, 42, 195, 147, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ko.po, 42, 192, 155, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/kn.po, 67, 129, 142, 0, 0, 5, 74, 72, 203 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/kk.po, 41, 192, 172, 0, 0, 0, 0, 41, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ja.po, 40, 191, 65, 0, 0, 2, 4, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/it.po, 42, 195, 196, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/is.po, 42, 192, 204, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/id.po, 42, 195, 195, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/hu.po, 42, 195, 179, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/hr.po, 42, 195, 175, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/he.po, 42, 192, 191, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/gl.po, 42, 195, 207, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/gd.po, 41, 191, 248, 0, 0, 0, 0, 41, 191 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ga.po, 38, 113, 123, 0, 0, 3, 70, 41, 183 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/fur.po, 42, 195, 209, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/fr.po, 42, 195, 228, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/fi.po, 42, 195, 140, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/fa.po, 42, 192, 205, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/eu.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/et.po, 42, 195, 160, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/es.po, 42, 195, 211, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/eo.po, 42, 195, 194, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 42, 195, 198, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/el.po, 42, 195, 234, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/de.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/da.po, 42, 195, 200, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/cs.po, 42, 195, 190, 0, 0, 0, 0, 42, 195 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 41, 191, 219, 0, 0, 0, 0, 41, 191 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ca.po, 41, 192, 220, 0, 0, 0, 0, 41, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/bs.po, 42, 184, 168, 0, 0, 0, 0, 42, 184 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/bg.po, 42, 192, 222, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/be.po, 42, 192, 177, 0, 0, 0, 0, 42, 192 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/as.po, 41, 183, 182, 0, 0, 0, 0, 41, 183 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/ar.po, 36, 98, 102, 0, 0, 5, 93, 41, 191 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/an.po, 42, 184, 191, 0, 0, 0, 0, 42, 184 -gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv, po/af.po, 40, 191, 205, 0, 0, 0, 0, 40, 191 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/da.gmo, 1394, 8105, 7686, 0, 0, 0, 0, 1394, 8105 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/hu.po, 424, 2524, 2294, 1133, 6451, 637, 4459, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 1932, 11431, 5338, 176, 1287, 86, 716, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/cs.po, 2191, 13419, 13386, 2, 10, 1, 5, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/sv.po, 1379, 7982, 7819, 602, 3778, 213, 1674, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 2164, 13261, 4683, 0, 0, 0, 0, 2164, 13261 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/id.po, 424, 2524, 2366, 1133, 6451, 637, 4459, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 2164, 13261, 4683, 21, 127, 9, 46, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/fi.gmo, 424, 2524, 2068, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/fr.gmo, 1946, 11450, 13970, 0, 0, 0, 0, 1946, 11450 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/en@boldquot.po, 2194, 13434, 13443, 0, 0, 0, 0, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/en@quot.gmo, 2194, 13434, 13434, 0, 0, 0, 0, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/de.po, 2159, 13089, 13422, 29, 296, 6, 49, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/tr.gmo, 1320, 7635, 7201, 0, 0, 0, 0, 1320, 7635 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/de.gmo, 2159, 13089, 13422, 0, 0, 0, 0, 2159, 13089 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 1932, 11431, 5338, 0, 0, 0, 0, 1932, 11431 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/nb.gmo, 2166, 13252, 12728, 0, 0, 0, 0, 2166, 13252 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/et.po, 424, 2524, 2224, 1133, 6451, 637, 4459, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ru.po, 2191, 13419, 12826, 2, 10, 1, 5, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/pl.gmo, 2192, 13423, 13597, 0, 0, 0, 0, 2192, 13423 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ro.po, 823, 4864, 5237, 853, 4832, 518, 3738, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ro.gmo, 823, 4864, 5237, 0, 0, 0, 0, 823, 4864 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ru.gmo, 2191, 13419, 12826, 0, 0, 0, 0, 2191, 13419 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/uk.gmo, 2138, 13048, 13776, 0, 0, 0, 0, 2138, 13048 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/el.po, 424, 2524, 2685, 1133, 6451, 637, 4459, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/sk.gmo, 423, 2519, 2463, 0, 0, 0, 0, 423, 2519 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/en@boldquot.gmo, 2194, 13434, 13443, 0, 0, 0, 0, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/nb.po, 2166, 13252, 12728, 23, 125, 5, 57, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/sk.po, 423, 2519, 2463, 1134, 6456, 637, 4459, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ja.gmo, 2194, 13434, 3903, 0, 0, 0, 0, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/sv.gmo, 1379, 7982, 7819, 0, 0, 0, 0, 1379, 7982 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/uk.po, 2138, 13048, 13776, 45, 295, 11, 91, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/cs.gmo, 2191, 13419, 13386, 0, 0, 0, 0, 2191, 13419 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/eo.gmo, 298, 1664, 1573, 0, 0, 0, 0, 298, 1664 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/tr.po, 1320, 7635, 7201, 630, 3919, 244, 1880, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/it.gmo, 424, 2524, 2800, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/hu.gmo, 424, 2524, 2294, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/pt.gmo, 365, 2083, 2357, 0, 0, 0, 0, 365, 2083 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/es.gmo, 2177, 13247, 15305, 0, 0, 0, 0, 2177, 13247 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/pl.po, 2192, 13423, 13597, 1, 6, 1, 5, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/gl.po, 422, 2496, 2952, 1154, 6571, 618, 4367, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/id.gmo, 424, 2524, 2366, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/et.gmo, 424, 2524, 2224, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/eo.po, 298, 1664, 1573, 1217, 6924, 679, 4846, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ca.gmo, 428, 2505, 3108, 0, 0, 0, 0, 428, 2505 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/da.po, 1394, 8105, 7686, 588, 3662, 212, 1667, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/gl.gmo, 422, 2496, 2952, 0, 0, 0, 0, 422, 2496 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/el.gmo, 424, 2524, 2685, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/gnupg2.pot, 0, 0, 0, 0, 0, 2194, 13434, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/pt.po, 365, 2083, 2357, 1162, 6610, 667, 4741, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/en@quot.po, 2194, 13434, 13434, 0, 0, 0, 0, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/es.po, 2177, 13247, 15305, 7, 39, 10, 148, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ca.po, 428, 2505, 3108, 1134, 6503, 632, 4426, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/ja.po, 2194, 13434, 3903, 0, 0, 0, 0, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/it.po, 424, 2524, 2800, 1133, 6451, 637, 4459, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/fi.po, 424, 2524, 2068, 1133, 6451, 637, 4459, 2194, 13434 -gnupg2-2.2.13-1.fc30.src.rpm.stats.csv, po/fr.po, 1946, 11450, 13970, 172, 1282, 76, 702, 2194, 13434 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/ms.po, 162, 710, 657, 145, 621, 78, 456, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 281, 1247, 1430, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/fr.po, 281, 1247, 1452, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/it.gmo, 281, 1247, 1414, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/nl.gmo, 281, 1247, 1154, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 281, 1247, 480, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/pl.gmo, 281, 1247, 1180, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/uk.gmo, 281, 1247, 1202, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/fr.gmo, 281, 1247, 1452, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/ms.gmo, 162, 710, 657, 0, 0, 0, 0, 162, 710 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 281, 1247, 1430, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/pl.po, 281, 1247, 1180, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/es.gmo, 281, 1247, 1338, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/cs.po, 281, 1247, 1172, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/es.po, 281, 1247, 1338, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/vi.po, 281, 1247, 1814, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/de.po, 261, 1162, 1052, 56, 282, 68, 343, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/eo.po, 281, 1247, 1185, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/vi.gmo, 281, 1247, 1814, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/de.gmo, 261, 1162, 1052, 0, 0, 0, 0, 261, 1162 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/uk.po, 281, 1247, 1202, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/eo.gmo, 281, 1247, 1185, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/gnutls.pot, 0, 0, 0, 0, 0, 385, 1787, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/fi.gmo, 281, 1247, 887, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 281, 1247, 480, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/sv.gmo, 281, 1247, 1048, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/it.po, 281, 1247, 1414, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/sr.po, 281, 1247, 1176, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/sv.po, 281, 1247, 1048, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/nl.po, 281, 1247, 1154, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/cs.gmo, 281, 1247, 1172, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/fi.po, 281, 1247, 887, 59, 286, 45, 254, 385, 1787 -gnutls-3.6.7-1.fc30.src.rpm.stats.csv, po/sr.gmo, 281, 1247, 1176, 0, 0, 0, 0, 281, 1247 -grep-3.1-9.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grep-3.1-9.fc30.src.rpm.stats.csv, po/de.gmo, 94, 615, 653, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ru.gmo, 107, 881, 935, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/bg.gmo, 107, 881, 1066, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sr.gmo, 94, 615, 639, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ga.gmo, 107, 881, 967, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/da.po, 93, 612, 605, 13, 262, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pt.gmo, 15, 43, 57, 0, 0, 0, 0, 15, 43 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ru.po, 107, 881, 935, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/fr.po, 94, 615, 700, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sk.po, 84, 541, 549, 17, 298, 6, 42, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pt_BR.po, 107, 881, 1037, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ja.gmo, 107, 881, 528, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/eu.po, 15, 43, 44, 23, 218, 69, 620, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/cs.gmo, 94, 615, 640, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/vi.gmo, 107, 881, 1314, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/uk.po, 107, 881, 981, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pl.gmo, 107, 881, 906, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sl.gmo, 93, 612, 647, 0, 0, 0, 0, 93, 612 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ca.gmo, 94, 615, 791, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/be.po, 15, 43, 42, 22, 214, 70, 624, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pa.po, 62, 252, 282, 11, 59, 34, 570, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/lt.po, 16, 89, 86, 27, 272, 64, 520, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ky.po, 16, 89, 89, 26, 239, 65, 553, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/el.gmo, 49, 272, 305, 0, 0, 0, 0, 49, 272 -grep-3.1-9.fc30.src.rpm.stats.csv, po/nb.gmo, 94, 615, 669, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 94, 615, 339, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/es.gmo, 90, 591, 701, 0, 0, 0, 0, 90, 591 -grep-3.1-9.fc30.src.rpm.stats.csv, po/et.gmo, 107, 881, 774, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ca.po, 94, 615, 791, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/id.po, 90, 591, 642, 13, 262, 4, 28, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/it.po, 94, 615, 692, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/af.po, 15, 43, 42, 22, 214, 70, 624, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/th.gmo, 94, 615, 378, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/uk.gmo, 107, 881, 981, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sr.po, 94, 615, 639, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sk.gmo, 84, 541, 549, 0, 0, 0, 0, 84, 541 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sv.gmo, 107, 881, 897, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/nl.po, 107, 881, 956, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/th.po, 94, 615, 378, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/hr.po, 94, 615, 620, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/be.gmo, 15, 43, 42, 0, 0, 0, 0, 15, 43 -grep-3.1-9.fc30.src.rpm.stats.csv, po/vi.po, 107, 881, 1314, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/eo.gmo, 94, 615, 633, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pt.po, 15, 43, 57, 22, 214, 70, 624, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/gl.gmo, 75, 425, 499, 0, 0, 0, 0, 75, 425 -grep-3.1-9.fc30.src.rpm.stats.csv, po/he.po, 15, 43, 52, 23, 218, 69, 620, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/hu.po, 107, 881, 880, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/nb.po, 94, 615, 669, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sv.po, 107, 881, 897, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/zh_TW.po, 94, 615, 352, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pa.gmo, 62, 252, 282, 0, 0, 0, 0, 62, 252 -grep-3.1-9.fc30.src.rpm.stats.csv, po/zh_CN.po, 94, 615, 339, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/lt.gmo, 16, 89, 86, 0, 0, 0, 0, 16, 89 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ro.po, 15, 43, 47, 22, 214, 70, 624, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 107, 881, 1037, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/it.gmo, 94, 615, 692, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/et.po, 107, 881, 774, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ga.po, 107, 881, 967, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/sl.po, 93, 612, 647, 13, 262, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/eu.gmo, 15, 43, 44, 0, 0, 0, 0, 15, 43 -grep-3.1-9.fc30.src.rpm.stats.csv, po/fi.gmo, 94, 615, 550, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/fi.po, 94, 615, 550, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/el.po, 49, 272, 305, 35, 314, 23, 295, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/da.gmo, 93, 612, 605, 0, 0, 0, 0, 93, 612 -grep-3.1-9.fc30.src.rpm.stats.csv, po/tr.gmo, 15, 43, 44, 0, 0, 0, 0, 15, 43 -grep-3.1-9.fc30.src.rpm.stats.csv, po/id.gmo, 90, 591, 642, 0, 0, 0, 0, 90, 591 -grep-3.1-9.fc30.src.rpm.stats.csv, po/pl.po, 107, 881, 906, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/cs.po, 94, 615, 640, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/de.po, 94, 615, 653, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/es.po, 90, 591, 701, 13, 262, 4, 28, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ja.po, 107, 881, 528, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/hr.gmo, 94, 615, 620, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/eo.po, 94, 615, 633, 12, 259, 1, 7, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/hu.gmo, 107, 881, 880, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 94, 615, 352, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ky.gmo, 16, 89, 89, 0, 0, 0, 0, 16, 89 -grep-3.1-9.fc30.src.rpm.stats.csv, po/fr.gmo, 94, 615, 700, 0, 0, 0, 0, 94, 615 -grep-3.1-9.fc30.src.rpm.stats.csv, po/bg.po, 107, 881, 1066, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/ko.po, 4, 11, 11, 17, 72, 86, 798, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/nl.gmo, 107, 881, 956, 0, 0, 0, 0, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/tr.po, 15, 43, 44, 23, 218, 69, 620, 107, 881 -grep-3.1-9.fc30.src.rpm.stats.csv, po/grep.pot, 0, 0, 0, 0, 0, 107, 881, 107, 881 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 36, 191, 58, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 36, 187, 57, 0, 0, 0, 0, 36, 187 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 36, 191, 68, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/uk.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/tr.po, 36, 191, 166, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/tg.po, 36, 187, 199, 0, 0, 0, 0, 36, 187 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/sv.po, 36, 191, 179, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 37, 194, 204, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/sr.po, 36, 191, 201, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/sl.po, 36, 191, 214, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/sk.po, 36, 191, 209, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ru.po, 37, 194, 190, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ro.po, 36, 191, 231, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 36, 191, 227, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/pt.po, 37, 194, 216, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/pl.po, 36, 191, 197, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/pa.po, 36, 187, 226, 0, 0, 0, 0, 36, 187 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/oc.po, 36, 191, 246, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/nl.po, 37, 194, 180, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ne.po, 21, 96, 94, 7, 41, 8, 54, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/nb.po, 37, 194, 205, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ml.po, 36, 191, 156, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/lv.po, 36, 191, 181, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/lt.po, 36, 191, 164, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ko.po, 36, 191, 168, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ja.po, 35, 184, 76, 0, 0, 0, 0, 35, 184 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/it.po, 36, 191, 238, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/id.po, 36, 191, 200, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/hu.po, 36, 191, 192, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/hr.po, 36, 191, 180, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/he.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/gl.po, 36, 191, 257, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/fur.po, 36, 191, 250, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/fr.po, 36, 191, 247, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/fi.po, 19, 85, 71, 0, 0, 17, 106, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/eu.po, 37, 194, 205, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/es.po, 36, 191, 269, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/eo.po, 36, 191, 182, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/en_GB.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/el.po, 37, 194, 219, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/de.po, 36, 191, 203, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/da.po, 36, 191, 188, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/cs.po, 36, 191, 202, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/ca.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/bs.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/bg.po, 37, 194, 218, 0, 0, 0, 0, 37, 194 -grilo-0.3.7-2.fc30.src.rpm.stats.csv, po/as.po, 36, 187, 188, 0, 0, 0, 0, 36, 187 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, help/pl/pl.po, 54, 1294, 1204, 0, 0, 0, 0, 54, 1294 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 54, 1294, 1346, 0, 0, 0, 0, 54, 1294 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, help/es/es.po, 36, 668, 699, 0, 0, 11, 205, 47, 873 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, help/de/de.po, 54, 1294, 1222, 0, 0, 0, 0, 54, 1294 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, help/sv/sv.po, 54, 1294, 1233, 0, 0, 0, 0, 54, 1294 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, help/cs/cs.po, 54, 1294, 1216, 0, 0, 0, 0, 54, 1294 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 133, 536, 541, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ne.po, 44, 77, 79, 52, 186, 37, 273, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/fur.po, 133, 537, 700, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 133, 536, 215, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/hu.po, 133, 537, 473, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/bs.po, 136, 554, 494, 0, 0, 0, 0, 136, 554 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/he.po, 133, 536, 475, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/eo.po, 67, 229, 214, 0, 0, 58, 254, 125, 483 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/es.po, 133, 537, 643, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/pl.po, 133, 537, 585, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/cs.po, 133, 537, 481, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ru.po, 132, 528, 502, 0, 0, 0, 0, 132, 528 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/gl.po, 133, 537, 695, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ro.po, 133, 537, 639, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 133, 537, 220, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 133, 537, 617, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/tr.po, 133, 537, 510, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/da.po, 133, 537, 524, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ja.po, 124, 480, 190, 0, 0, 1, 3, 125, 483 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/id.po, 133, 537, 507, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/uk.po, 125, 483, 458, 0, 0, 0, 0, 125, 483 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/it.po, 133, 537, 604, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/oc.po, 132, 528, 620, 0, 0, 0, 0, 132, 528 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/sl.po, 133, 537, 528, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/lv.po, 133, 537, 458, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/sr.po, 133, 536, 541, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/pt.po, 133, 536, 594, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/de.po, 133, 537, 532, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ko.po, 133, 537, 453, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/hr.po, 133, 537, 476, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/fi.po, 46, 99, 84, 0, 0, 87, 438, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ca.po, 133, 536, 698, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/nb.po, 123, 467, 530, 0, 0, 10, 69, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/lt.po, 133, 537, 436, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/eu.po, 133, 536, 499, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/el.po, 133, 536, 547, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/nl.po, 133, 536, 526, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/fr.po, 133, 537, 633, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/as.po, 132, 533, 546, 0, 0, 0, 0, 132, 533 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/sv.po, 133, 537, 568, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 132, 533, 227, 0, 0, 0, 0, 132, 533 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ml.po, 27, 51, 51, 0, 0, 98, 432, 125, 483 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/en_GB.po, 133, 536, 535, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/sk.po, 133, 536, 494, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 133, 536, 698, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv, po/bg.po, 133, 536, 593, 0, 0, 0, 0, 133, 536 -grub2-2.02-75.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ast.po, 193, 962, 1090, 294, 1618, 857, 4539, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ca.po, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/da.po, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/de.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/de_CH.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/de@hebrew.po, 1337, 7003, 6650, 0, 0, 7, 116, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@arabic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@cyrillic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@greek.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@hebrew.po, 1341, 7111, 7113, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@piglatin.po, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@quot.po, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/eo.po, 496, 2432, 2251, 68, 403, 780, 4284, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/es.po, 1314, 6962, 8812, 22, 132, 8, 25, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/fi.po, 1314, 6962, 5587, 23, 134, 7, 23, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/fr.po, 1314, 6962, 8698, 23, 134, 7, 23, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/gl.po, 1137, 5711, 7201, 103, 670, 104, 738, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/hr.po, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/hu.po, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/id.po, 322, 1633, 1638, 273, 1517, 749, 3969, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/it.po, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ja.po, 231, 1063, 408, 399, 1597, 714, 4459, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ko.po, 192, 959, 816, 228, 1299, 924, 4861, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/lt.po, 1104, 5359, 5109, 17, 89, 223, 1671, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/nb.po, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/nl.po, 1343, 7115, 7054, 1, 4, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/pa.po, 663, 2456, 2720, 73, 339, 608, 4324, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/pl.po, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/pt_BR.po, 1013, 4531, 5407, 181, 984, 150, 1604, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ru.po, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/sl.po, 1067, 5382, 5546, 119, 719, 158, 1018, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/sr.po, 1314, 6962, 7004, 21, 128, 9, 29, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/sv.po, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/tr.po, 827, 3690, 3455, 15, 66, 502, 3363, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/uk.po, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/vi.po, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/zh_CN.po, 348, 1731, 681, 271, 1489, 725, 3899, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/zh_TW.po, 352, 1741, 734, 240, 1296, 752, 4082, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ast.gmo, 193, 962, 1090, 0, 0, 0, 0, 193, 962 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ca.gmo, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/da.gmo, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/de.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/de_CH.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/de@hebrew.gmo, 1337, 7003, 6650, 0, 0, 0, 0, 1337, 7003 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@arabic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@cyrillic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@greek.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@hebrew.gmo, 1341, 7111, 7113, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@piglatin.gmo, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/en@quot.gmo, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/eo.gmo, 496, 2432, 2251, 0, 0, 0, 0, 496, 2432 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/es.gmo, 1314, 6962, 8812, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/fi.gmo, 1314, 6962, 5587, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/fr.gmo, 1314, 6962, 8698, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/gl.gmo, 1137, 5711, 7201, 0, 0, 0, 0, 1137, 5711 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/hr.gmo, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/hu.gmo, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/id.gmo, 322, 1633, 1638, 0, 0, 0, 0, 322, 1633 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/it.gmo, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ja.gmo, 231, 1063, 408, 0, 0, 0, 0, 231, 1063 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ko.gmo, 192, 959, 816, 0, 0, 0, 0, 192, 959 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/lt.gmo, 1104, 5359, 5109, 0, 0, 0, 0, 1104, 5359 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/nb.gmo, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/nl.gmo, 1343, 7115, 7054, 0, 0, 0, 0, 1343, 7115 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/pa.gmo, 663, 2456, 2720, 0, 0, 0, 0, 663, 2456 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/pl.gmo, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 1013, 4531, 5407, 0, 0, 0, 0, 1013, 4531 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/ru.gmo, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/sl.gmo, 1067, 5382, 5546, 0, 0, 0, 0, 1067, 5382 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/sr.gmo, 1314, 6962, 7004, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/sv.gmo, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/tr.gmo, 827, 3690, 3455, 0, 0, 0, 0, 827, 3690 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/uk.gmo, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/vi.gmo, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 348, 1731, 681, 0, 0, 0, 0, 348, 1731 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 352, 1741, 734, 0, 0, 0, 0, 352, 1741 -grub2-2.02-75.fc30.src.rpm.stats.csv, po/grub.pot, 0, 0, 0, 0, 0, 1344, 7119, 1344, 7119 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 572, 6378, 1080, 0, 0, 0, 0, 572, 6378 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 496, 5665, 914, 0, 0, 0, 0, 496, 5665 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 560, 6232, 1008, 0, 0, 0, 0, 560, 6232 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 154, 762, 963, 0, 0, 121, 1668, 275, 2430 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 106, 1033, 825, 0, 0, 312, 3552, 418, 4585 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 428, 3600, 2844, 0, 0, 40, 1690, 468, 5290 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 578, 6423, 5387, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 4, 8, 8, 0, 0, 464, 5282, 468, 5290 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 578, 6423, 5800, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 572, 6378, 6138, 0, 0, 0, 0, 572, 6378 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 578, 6423, 6191, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 578, 6423, 5836, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 566, 6311, 6038, 0, 0, 0, 0, 566, 6311 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 490, 4136, 3625, 62, 1877, 20, 365, 572, 6378 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 252, 1304, 1494, 3, 299, 317, 4775, 572, 6378 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 578, 6423, 7252, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 560, 6232, 7008, 0, 0, 0, 0, 560, 6232 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 578, 6423, 5839, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 236, 2202, 2292, 1, 7, 159, 2015, 396, 4224 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 242, 2113, 1913, 0, 0, 176, 2472, 418, 4585 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 531, 5849, 7068, 1, 14, 0, 0, 532, 5863 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 404, 3033, 2836, 0, 0, 174, 3390, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 176, 901, 903, 165, 825, 225, 4585, 566, 6311 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 306, 1575, 1489, 20, 194, 240, 4542, 566, 6311 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 101, 582, 442, 11, 59, 357, 4649, 469, 5290 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 572, 6378, 5334, 0, 0, 0, 0, 572, 6378 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 578, 6423, 5041, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 226, 944, 936, 0, 0, 346, 5434, 572, 6378 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 166, 1337, 293, 79, 612, 35, 692, 280, 2641 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 578, 6423, 6991, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 169, 957, 1004, 0, 0, 391, 5275, 560, 6232 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 578, 6423, 5961, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 578, 6423, 5714, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 589, 6560, 5797, 0, 0, 0, 0, 589, 6560 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 468, 5290, 6120, 0, 0, 0, 0, 468, 5290 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 570, 6343, 6343, 0, 0, 0, 0, 570, 6343 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 246, 1128, 1131, 12, 86, 238, 4451, 496, 5665 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 578, 6423, 7401, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 520, 5279, 6467, 0, 0, 58, 1144, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 578, 6423, 7857, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 106, 406, 318, 21, 92, 363, 5060, 490, 5558 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 578, 6423, 5418, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 578, 6423, 7631, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 224, 1494, 1390, 10, 120, 336, 4729, 570, 6343 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 572, 6378, 6376, 0, 0, 0, 0, 572, 6378 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 532, 5863, 6193, 0, 0, 0, 0, 532, 5863 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 578, 6423, 6100, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 578, 6423, 5684, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 578, 6423, 6028, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 550, 5942, 7339, 2, 71, 14, 298, 566, 6311 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 550, 5942, 7357, 2, 71, 14, 298, 566, 6311 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 527, 5813, 5446, 0, 0, 0, 0, 527, 5813 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 37, 254, 300, 0, 0, 435, 5065, 472, 5319 -gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 69, 678, 574, 0, 0, 349, 3907, 418, 4585 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/gspell-1.pot, 0, 0, 0, 0, 0, 32, 78, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/vi.gmo, 27, 56, 89, 0, 0, 0, 0, 27, 56 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/tr.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sv.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sr.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sl.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sk.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ru.gmo, 26, 53, 51, 0, 0, 0, 0, 26, 53 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ro.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pt.gmo, 29, 62, 64, 0, 0, 0, 0, 29, 62 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 32, 78, 86, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pl.gmo, 32, 78, 75, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pa.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/oc.gmo, 25, 53, 62, 0, 0, 0, 0, 25, 53 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/nl.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ne.gmo, 32, 78, 87, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/nb.gmo, 32, 78, 74, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ml.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/lv.gmo, 32, 78, 76, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/lt.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ko.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ja.gmo, 26, 53, 29, 0, 0, 0, 0, 26, 53 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/it.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/id.gmo, 32, 78, 90, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/hu.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/hr.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/he.gmo, 26, 53, 53, 0, 0, 0, 0, 26, 53 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/gl.gmo, 32, 78, 96, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fur.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fr.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fi.gmo, 32, 78, 73, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fa.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/es.gmo, 32, 78, 98, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/eo.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/en_GB.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/el.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/de.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/da.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/cs.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ca.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ar.gmo, 32, 78, 83, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/vi.po, 27, 56, 89, 5, 22, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/tr.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sv.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sr.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sl.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/sk.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ru.po, 26, 53, 51, 4, 9, 2, 16, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ro.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pt.po, 29, 62, 64, 3, 16, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 32, 78, 86, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pl.po, 32, 78, 75, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/pa.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/oc.po, 25, 53, 62, 5, 9, 2, 16, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/nl.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ne.po, 32, 78, 87, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/nb.po, 32, 78, 74, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ml.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/lv.po, 32, 78, 76, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/lt.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ko.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ja.po, 26, 53, 29, 4, 9, 2, 16, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/it.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/id.po, 32, 78, 90, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/hu.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/hr.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/he.po, 26, 53, 53, 4, 9, 2, 16, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/gl.po, 32, 78, 96, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fur.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fr.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fi.po, 32, 78, 73, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/fa.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/es.po, 32, 78, 98, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/eo.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/en_GB.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/el.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/de.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/da.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/cs.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ca@valencia.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ca.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.1-3.fc30.src.rpm.stats.csv, po/ar.po, 32, 78, 83, 0, 0, 0, 0, 32, 78 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/fi.gmo, 318, 1743, 1364, 0, 0, 0, 0, 318, 1743 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/gl.po, 336, 1861, 2206, 11, 79, 31, 170, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/pl.po, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 373, 2074, 543, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 373, 2074, 543, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ast.gmo, 293, 1550, 1723, 0, 0, 0, 0, 293, 1550 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sr.po, 373, 2074, 2136, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/bg.po, 373, 2074, 2319, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/uk.gmo, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/hr.po, 378, 2110, 2083, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sq.gmo, 137, 595, 697, 0, 0, 0, 0, 137, 595 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/nb.gmo, 373, 2074, 1894, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/fur.po, 186, 888, 1037, 2, 5, 190, 1217, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ca.po, 317, 1736, 2259, 24, 153, 37, 221, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/vi.po, 373, 2074, 3100, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/el.gmo, 317, 1736, 1820, 0, 0, 0, 0, 317, 1736 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/en_GB.gmo, 134, 583, 583, 0, 0, 0, 0, 134, 583 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/gl.gmo, 336, 1861, 2206, 0, 0, 0, 0, 336, 1861 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/az.po, 24, 41, 41, 12, 43, 342, 2026, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/af.gmo, 166, 743, 759, 0, 0, 0, 0, 166, 743 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/fr.gmo, 373, 2074, 2445, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/cs.po, 373, 2074, 2102, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sl.po, 349, 1947, 1915, 8, 52, 21, 111, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/hu.po, 373, 2074, 1873, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 349, 1965, 495, 5, 30, 24, 115, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sv.po, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/lt.gmo, 305, 1667, 1403, 0, 0, 0, 0, 305, 1667 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/be.gmo, 42, 175, 169, 0, 0, 0, 0, 42, 175 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sk.gmo, 364, 2008, 1987, 0, 0, 0, 0, 364, 2008 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/rw.gmo, 5, 4, 4, 0, 0, 0, 0, 5, 4 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/be.po, 42, 175, 169, 22, 121, 314, 1814, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/nb.po, 373, 2074, 1894, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/nl.gmo, 373, 2074, 2177, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/eu.po, 292, 1544, 1333, 34, 209, 52, 357, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ru.gmo, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/de.po, 373, 2074, 2104, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/gstreamer-1.0.pot, 0, 0, 0, 0, 0, 378, 2110, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ast.po, 293, 1550, 1723, 32, 197, 53, 363, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sr.gmo, 373, 2074, 2136, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/es.gmo, 322, 1759, 2195, 0, 0, 0, 0, 322, 1759 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/pl.gmo, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/fr.po, 373, 2074, 2445, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/id.gmo, 369, 2027, 1939, 0, 0, 0, 0, 369, 2027 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/vi.gmo, 373, 2074, 3100, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/tr.po, 378, 2110, 1852, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sq.po, 137, 595, 697, 85, 461, 156, 1054, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/es.po, 322, 1759, 2195, 22, 147, 34, 204, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ru.po, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ja.gmo, 173, 688, 270, 0, 0, 0, 0, 173, 688 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/it.po, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/id.po, 369, 2027, 1939, 5, 37, 4, 46, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/bg.gmo, 373, 2074, 2319, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/lt.po, 305, 1667, 1403, 28, 173, 45, 270, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 369, 2027, 2390, 0, 0, 0, 0, 369, 2027 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 349, 1965, 495, 0, 0, 0, 0, 349, 1965 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 369, 2027, 2390, 5, 37, 4, 46, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/af.po, 166, 743, 759, 80, 420, 132, 947, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ja.po, 173, 688, 270, 20, 99, 185, 1323, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/de.gmo, 373, 2074, 2104, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/en_GB.po, 134, 583, 583, 86, 465, 158, 1062, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/eu.gmo, 292, 1544, 1333, 0, 0, 0, 0, 292, 1544 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/it.gmo, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/fur.gmo, 186, 888, 1037, 0, 0, 0, 0, 186, 888 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/cs.gmo, 373, 2074, 2102, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/fi.po, 318, 1743, 1364, 24, 153, 36, 214, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ro.po, 304, 1666, 1984, 28, 173, 46, 271, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/hu.gmo, 373, 2074, 1873, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sv.gmo, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/az.gmo, 24, 41, 41, 0, 0, 0, 0, 24, 41 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ro.gmo, 304, 1666, 1984, 0, 0, 0, 0, 304, 1666 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/uk.po, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/tr.gmo, 378, 2110, 1852, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/el.po, 317, 1736, 1820, 23, 149, 38, 225, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/da.po, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/da.gmo, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/rw.po, 5, 4, 4, 198, 1032, 175, 1074, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/ca.gmo, 317, 1736, 2259, 0, 0, 0, 0, 317, 1736 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/eo.po, 67, 161, 169, 4, 16, 307, 1933, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/hr.gmo, 378, 2110, 2083, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sl.gmo, 349, 1947, 1915, 0, 0, 0, 0, 349, 1947 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/eo.gmo, 67, 161, 169, 0, 0, 0, 0, 67, 161 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/sk.po, 364, 2008, 1987, 5, 37, 9, 65, 378, 2110 -gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv, po/nl.po, 373, 2074, 2177, 2, 5, 3, 31, 378, 2110 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sl.po, 10, 73, 63, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eo.gmo, 8, 59, 52, 0, 0, 0, 0, 8, 59 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/gl.po, 10, 73, 101, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/mt.gmo, 7, 43, 39, 0, 0, 0, 0, 7, 43 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ro.po, 8, 49, 59, 4, 26, 17, 122, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 28, 194, 268, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ky.po, 4, 26, 20, 3, 21, 22, 150, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sq.po, 5, 30, 36, 6, 39, 18, 128, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hu.po, 28, 194, 197, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/az.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/vi.gmo, 28, 194, 297, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eu.gmo, 8, 49, 47, 0, 0, 0, 0, 8, 49 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hr.po, 29, 197, 207, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/af.po, 2, 12, 13, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/id.po, 28, 194, 189, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/uk.po, 29, 197, 212, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/bg.po, 28, 194, 246, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ja.gmo, 10, 73, 20, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/cs.gmo, 28, 194, 211, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nb.po, 28, 194, 173, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sl.gmo, 10, 73, 63, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/da.po, 29, 197, 175, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fr.gmo, 28, 194, 238, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/es.po, 10, 73, 95, 6, 39, 13, 85, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/tr.po, 29, 197, 152, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lv.po, 17, 126, 105, 9, 57, 3, 14, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nl.gmo, 28, 194, 227, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fur.po, 28, 194, 252, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/mt.po, 7, 43, 39, 7, 43, 15, 111, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/uk.gmo, 29, 197, 212, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pl.gmo, 29, 197, 219, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/gst-plugins-bad-1.0.pot, 0, 0, 0, 0, 0, 29, 197, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/or.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/az.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sv.po, 29, 197, 197, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/af.gmo, 2, 12, 13, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ro.gmo, 8, 49, 59, 0, 0, 0, 0, 8, 49 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ca.po, 10, 73, 99, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nl.po, 28, 194, 227, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sk.po, 21, 152, 140, 7, 42, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 28, 194, 29, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/cs.po, 28, 194, 211, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sk.gmo, 21, 152, 140, 0, 0, 0, 0, 21, 152 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/it.po, 29, 197, 235, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hr.gmo, 29, 197, 207, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fur.gmo, 28, 194, 252, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sr.po, 28, 194, 218, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fi.gmo, 8, 49, 38, 0, 0, 0, 0, 8, 49 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hu.gmo, 28, 194, 197, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fi.po, 8, 49, 38, 7, 43, 14, 105, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/es.gmo, 10, 73, 95, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/vi.po, 28, 194, 297, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/el.po, 10, 73, 72, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pl.po, 29, 197, 219, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ru.po, 29, 197, 188, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 28, 194, 29, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/id.gmo, 28, 194, 189, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/de.po, 29, 197, 205, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lt.gmo, 5, 30, 26, 0, 0, 0, 0, 5, 30 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sq.gmo, 5, 30, 36, 0, 0, 0, 0, 5, 30 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ru.gmo, 29, 197, 188, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ky.gmo, 4, 26, 20, 0, 0, 0, 0, 4, 26 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lv.gmo, 17, 126, 105, 0, 0, 0, 0, 17, 126 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/da.gmo, 29, 197, 175, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/gl.gmo, 10, 73, 101, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 2, 12, 12, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ca.gmo, 10, 73, 99, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/it.gmo, 29, 197, 235, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sv.gmo, 29, 197, 197, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eu.po, 8, 49, 47, 4, 26, 17, 122, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/tr.gmo, 29, 197, 152, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/de.gmo, 29, 197, 205, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eo.po, 8, 59, 52, 5, 36, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ja.po, 10, 73, 20, 6, 39, 13, 85, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sr.gmo, 28, 194, 218, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fr.po, 28, 194, 238, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/or.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lt.po, 5, 30, 26, 6, 39, 18, 128, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nb.gmo, 28, 194, 173, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 28, 194, 268, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/bg.gmo, 28, 194, 246, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/en_GB.po, 2, 12, 12, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv, po/el.gmo, 10, 73, 72, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/fi.gmo, 124, 640, 416, 0, 0, 0, 0, 124, 640 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/gl.po, 136, 677, 840, 13, 65, 55, 234, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/pl.po, 204, 976, 940, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 196, 939, 335, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 196, 939, 335, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sr.po, 196, 939, 915, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/bg.po, 191, 912, 968, 4, 28, 9, 36, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/uk.gmo, 204, 976, 935, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/hr.po, 203, 973, 939, 1, 3, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sq.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/lv.gmo, 154, 770, 635, 0, 0, 0, 0, 154, 770 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/nb.gmo, 196, 939, 796, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/fur.po, 131, 590, 681, 2, 8, 71, 378, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/or.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ca.po, 124, 640, 823, 22, 95, 58, 241, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/vi.po, 196, 939, 1439, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/el.gmo, 126, 651, 687, 0, 0, 0, 0, 126, 651 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/en_GB.gmo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/gl.gmo, 136, 677, 840, 0, 0, 0, 0, 136, 677 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/az.po, 2, 8, 7, 18, 123, 184, 845, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/af.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/fr.gmo, 196, 939, 1154, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/cs.po, 196, 939, 932, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sl.po, 136, 677, 628, 11, 55, 57, 244, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/hu.po, 196, 939, 818, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sv.po, 204, 976, 807, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/lt.gmo, 70, 316, 265, 0, 0, 0, 0, 70, 316 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sk.gmo, 186, 887, 804, 0, 0, 0, 0, 186, 887 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/nb.po, 196, 939, 796, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/nl.gmo, 191, 912, 911, 0, 0, 0, 0, 191, 912 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/eu.po, 85, 407, 397, 19, 73, 100, 496, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ru.gmo, 204, 976, 875, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/de.po, 204, 976, 868, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sr.gmo, 196, 939, 915, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/es.gmo, 126, 651, 827, 0, 0, 0, 0, 126, 651 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/pl.gmo, 204, 976, 940, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/fr.po, 196, 939, 1154, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/id.gmo, 196, 939, 912, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/vi.gmo, 196, 939, 1439, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/tr.po, 204, 976, 853, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sq.po, 2, 8, 9, 18, 123, 184, 845, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/es.po, 126, 651, 827, 20, 84, 58, 241, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ru.po, 204, 976, 875, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ja.gmo, 94, 448, 197, 0, 0, 0, 0, 94, 448 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/it.po, 204, 976, 1067, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/id.po, 196, 939, 912, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/bg.gmo, 191, 912, 968, 0, 0, 0, 0, 191, 912 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/lt.po, 70, 316, 265, 30, 137, 104, 523, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 196, 939, 1171, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 196, 939, 1171, 1, 5, 7, 32, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/af.po, 2, 8, 9, 18, 123, 184, 845, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ja.po, 94, 448, 197, 20, 75, 90, 453, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/de.gmo, 204, 976, 868, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/en_GB.po, 2, 8, 8, 18, 123, 184, 845, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/eu.gmo, 85, 407, 397, 0, 0, 0, 0, 85, 407 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/gst-plugins-base-1.0.pot, 0, 0, 0, 0, 0, 204, 976, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/it.gmo, 204, 976, 1067, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/fur.gmo, 131, 590, 681, 0, 0, 0, 0, 131, 590 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/lv.po, 154, 770, 635, 7, 41, 43, 165, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/cs.gmo, 196, 939, 932, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/fi.po, 124, 640, 416, 22, 95, 58, 241, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ro.po, 80, 394, 416, 18, 64, 106, 518, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/or.po, 2, 8, 7, 18, 123, 184, 845, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/hu.gmo, 196, 939, 818, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sv.gmo, 204, 976, 807, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/az.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ro.gmo, 80, 394, 416, 0, 0, 0, 0, 80, 394 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/uk.po, 204, 976, 935, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/tr.gmo, 204, 976, 853, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/el.po, 126, 651, 687, 20, 84, 58, 241, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/da.po, 204, 976, 836, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/da.gmo, 204, 976, 836, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/ca.gmo, 124, 640, 823, 0, 0, 0, 0, 124, 640 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/eo.po, 28, 167, 162, 3, 17, 173, 792, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/hr.gmo, 203, 973, 939, 0, 0, 0, 0, 203, 973 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sl.gmo, 136, 677, 628, 0, 0, 0, 0, 136, 677 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/eo.gmo, 28, 167, 162, 0, 0, 0, 0, 28, 167 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/sk.po, 186, 887, 804, 4, 28, 14, 61, 204, 976 -gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv, po/nl.po, 191, 912, 911, 4, 28, 9, 36, 204, 976 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/fi.gmo, 50, 432, 344, 0, 0, 0, 0, 50, 432 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/mt.gmo, 40, 340, 319, 0, 0, 0, 0, 40, 340 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/gl.po, 65, 558, 715, 20, 152, 13, 92, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/pl.po, 98, 802, 784, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 88, 716, 147, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 88, 716, 147, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sr.po, 88, 716, 740, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/bg.po, 88, 716, 741, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/uk.gmo, 98, 802, 783, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/hr.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sq.gmo, 1, 10, 13, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/lv.gmo, 67, 572, 467, 0, 0, 0, 0, 67, 572 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/nb.gmo, 88, 716, 665, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/fur.po, 80, 665, 840, 7, 52, 11, 85, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/or.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ca.po, 53, 458, 593, 29, 231, 16, 113, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/vi.po, 88, 716, 1097, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/el.gmo, 53, 458, 516, 0, 0, 0, 0, 53, 458 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/en_GB.gmo, 1, 10, 10, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/gl.gmo, 65, 558, 715, 0, 0, 0, 0, 65, 558 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/az.po, 1, 10, 9, 34, 254, 63, 538, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/af.gmo, 1, 10, 8, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/fr.gmo, 88, 716, 866, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/cs.po, 88, 716, 639, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sl.po, 67, 572, 531, 20, 152, 11, 78, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/hu.po, 88, 716, 666, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sv.po, 98, 802, 791, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/lt.gmo, 44, 405, 308, 0, 0, 0, 0, 44, 405 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sk.gmo, 83, 686, 644, 0, 0, 0, 0, 83, 686 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/nb.po, 88, 716, 665, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/nl.gmo, 88, 716, 724, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/eu.po, 44, 405, 376, 33, 258, 21, 139, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ru.gmo, 98, 802, 694, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/de.po, 98, 802, 845, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sr.gmo, 88, 716, 740, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/es.gmo, 56, 483, 602, 0, 0, 0, 0, 56, 483 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/pl.gmo, 98, 802, 784, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/fr.po, 88, 716, 866, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/id.gmo, 86, 702, 663, 0, 0, 0, 0, 86, 702 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/vi.gmo, 88, 716, 1097, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/tr.po, 97, 784, 622, 0, 0, 1, 18, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sq.po, 1, 10, 13, 36, 265, 61, 527, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/es.po, 56, 483, 602, 28, 221, 14, 98, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ru.po, 98, 802, 694, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ja.gmo, 65, 558, 161, 0, 0, 0, 0, 65, 558 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/it.po, 98, 802, 924, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/id.po, 86, 702, 663, 8, 57, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/bg.gmo, 88, 716, 741, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/lt.po, 44, 405, 308, 33, 258, 21, 139, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 88, 716, 875, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/mt.po, 40, 340, 319, 36, 293, 22, 169, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 88, 716, 875, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/af.po, 1, 10, 8, 34, 254, 63, 538, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ja.po, 65, 558, 161, 20, 152, 13, 92, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/de.gmo, 98, 802, 845, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/en_GB.po, 1, 10, 10, 36, 265, 61, 527, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/eu.gmo, 44, 405, 376, 0, 0, 0, 0, 44, 405 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/it.gmo, 98, 802, 924, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/fur.gmo, 80, 665, 840, 0, 0, 0, 0, 80, 665 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/lv.po, 67, 572, 467, 20, 152, 11, 78, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/cs.gmo, 88, 716, 639, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/fi.po, 50, 432, 344, 32, 258, 16, 112, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ro.po, 44, 405, 448, 33, 258, 21, 139, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/or.po, 1, 10, 9, 38, 295, 59, 497, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/hu.gmo, 88, 716, 666, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sv.gmo, 98, 802, 791, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/az.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ro.gmo, 44, 405, 448, 0, 0, 0, 0, 44, 405 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/uk.po, 98, 802, 783, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/tr.gmo, 97, 784, 622, 0, 0, 0, 0, 97, 784 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/el.po, 53, 458, 516, 23, 186, 22, 158, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/da.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/da.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/ca.gmo, 53, 458, 593, 0, 0, 0, 0, 53, 458 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/eo.po, 6, 41, 38, 1, 9, 91, 752, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/hr.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sl.gmo, 67, 572, 531, 0, 0, 0, 0, 67, 572 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/eo.gmo, 6, 41, 38, 0, 0, 0, 0, 6, 41 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/sk.po, 83, 686, 644, 8, 57, 7, 59, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/nl.po, 88, 716, 724, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv, po/gst-plugins-good-1.0.pot, 0, 0, 0, 0, 0, 98, 802, 98, 802 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sl.po, 10, 80, 66, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eo.gmo, 10, 80, 79, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/gl.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/mt.gmo, 8, 56, 50, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ro.po, 8, 56, 63, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sq.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hu.po, 10, 80, 76, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/az.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/vi.gmo, 10, 80, 100, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eu.gmo, 8, 56, 56, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hr.po, 10, 80, 68, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/af.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/id.po, 10, 80, 71, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/uk.po, 10, 80, 74, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/bg.po, 10, 80, 99, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ja.gmo, 10, 80, 18, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/cs.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nb.po, 10, 80, 72, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sl.gmo, 10, 80, 66, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/da.po, 10, 80, 69, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fr.gmo, 10, 80, 89, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/es.po, 10, 80, 105, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/tr.po, 10, 80, 56, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lv.po, 10, 80, 59, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/gst-plugins-ugly-1.0.pot, 0, 0, 0, 0, 0, 10, 80, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nl.gmo, 10, 80, 83, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fur.po, 10, 80, 87, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/mt.po, 8, 56, 50, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/uk.gmo, 10, 80, 74, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pl.gmo, 10, 80, 85, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/or.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/az.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sv.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/af.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ro.gmo, 8, 56, 63, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ca.po, 10, 80, 102, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ms.gmo, 8, 56, 51, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nl.po, 10, 80, 83, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sk.po, 10, 80, 73, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 10, 80, 32, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/cs.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sk.gmo, 10, 80, 73, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/it.po, 10, 80, 90, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hr.gmo, 10, 80, 68, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fur.gmo, 10, 80, 87, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sr.po, 10, 80, 80, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fi.gmo, 8, 56, 47, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/hu.gmo, 10, 80, 76, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fi.po, 8, 56, 47, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/es.gmo, 10, 80, 105, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/vi.po, 10, 80, 100, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/el.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pl.po, 10, 80, 85, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ru.po, 10, 80, 67, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 10, 80, 32, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/id.gmo, 10, 80, 71, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/de.po, 10, 80, 91, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lt.gmo, 5, 38, 30, 0, 0, 0, 0, 5, 38 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sq.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ru.gmo, 10, 80, 67, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lv.gmo, 10, 80, 59, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/da.gmo, 10, 80, 69, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/gl.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ms.po, 8, 56, 51, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 1, 7, 7, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ca.gmo, 10, 80, 102, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/it.gmo, 10, 80, 90, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sv.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eu.po, 8, 56, 56, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/tr.gmo, 10, 80, 56, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/de.gmo, 10, 80, 91, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/eo.po, 10, 80, 79, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/ja.po, 10, 80, 18, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/sr.gmo, 10, 80, 80, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/fr.po, 10, 80, 89, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/or.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/lt.po, 5, 38, 30, 3, 16, 2, 26, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/nb.gmo, 10, 80, 72, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/bg.gmo, 10, 80, 99, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/en_GB.po, 1, 7, 7, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv, po/el.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nso.gmo, 987, 5438, 7966, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/wa.po, 459, 1797, 2311, 184, 817, 1076, 7228, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/en_CA.po, 1501, 8620, 8623, 165, 887, 53, 335, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sr@ije.gmo, 987, 5438, 5051, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/de.po, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ar.po, 1577, 9006, 7417, 109, 617, 33, 219, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ka.po, 1292, 7118, 4878, 255, 1448, 172, 1276, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/zh_HK.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/am.po, 91, 161, 170, 250, 902, 1378, 8779, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/rw.gmo, 84, 104, 104, 0, 0, 0, 0, 84, 104 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/uz@cyrillic.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bs.po, 987, 5438, 5106, 486, 2657, 246, 1747, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/lv.po, 1500, 7984, 6338, 58, 330, 161, 1528, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nso.po, 987, 5438, 7966, 485, 2651, 247, 1753, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/eu.gmo, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/dz.po, 1390, 7921, 3051, 244, 1359, 85, 562, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pt.gmo, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/th.po, 154, 879, 249, 41, 226, 1524, 8737, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nds.gmo, 560, 1536, 1242, 0, 0, 0, 0, 560, 1536 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/uk.gmo, 1718, 9837, 8324, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ml.gmo, 1680, 9570, 6829, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/lv.gmo, 1500, 7984, 6338, 0, 0, 0, 0, 1500, 7984 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/cs.gmo, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pt.po, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/yi.po, 758, 4040, 4006, 608, 3317, 353, 2485, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/br.po, 164, 281, 323, 17, 50, 1538, 9511, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/az.gmo, 987, 5438, 4244, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/te.po, 1680, 9570, 6784, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nn.po, 903, 4951, 4476, 514, 2808, 302, 2083, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/oc.gmo, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/br.gmo, 164, 281, 323, 0, 0, 0, 0, 164, 281 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/az_IR.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bn.po, 1718, 9837, 9350, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ca@valencia.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/xh.po, 1102, 6156, 5347, 425, 2339, 192, 1347, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ne.gmo, 1121, 6287, 5162, 0, 0, 0, 0, 1121, 6287 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/tr.po, 1639, 9337, 7175, 60, 354, 20, 151, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hy.gmo, 16, 38, 27, 0, 0, 0, 0, 16, 38 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hu.po, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sr.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/el.gmo, 1718, 9837, 10251, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pl.gmo, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nn.gmo, 903, 4951, 4476, 0, 0, 0, 0, 903, 4951 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/gl.gmo, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/zh_TW.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nl.po, 1641, 9344, 8717, 58, 347, 20, 151, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/eu.po, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/kk.po, 7, 7, 7, 164, 368, 1548, 9467, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pl.po, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ast.gmo, 1690, 9636, 10837, 0, 0, 0, 0, 1690, 9636 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ta.po, 1680, 9570, 7251, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hr.gmo, 1138, 6381, 5836, 0, 0, 0, 0, 1138, 6381 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/zh_CN.po, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mr.po, 1718, 9837, 7966, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mai.po, 1680, 9570, 9441, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/be.po, 758, 4040, 3415, 608, 3317, 353, 2485, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nb.gmo, 1479, 7808, 6611, 0, 0, 0, 0, 1479, 7808 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bg.po, 1718, 9837, 10226, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/te.gmo, 1680, 9570, 6784, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/gu.po, 1680, 9570, 9098, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ku.po, 69, 108, 110, 86, 280, 1564, 9454, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/yi.gmo, 758, 4040, 4006, 0, 0, 0, 0, 758, 4040 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/en_GB.po, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/az_IR.po, 1, 2, 2, 2, 4, 1716, 9836, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/li.po, 758, 4040, 3744, 608, 3317, 353, 2485, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/af.po, 980, 5396, 5019, 489, 2677, 250, 1769, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bg.gmo, 1718, 9837, 10226, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ku.gmo, 69, 108, 110, 0, 0, 0, 0, 69, 108 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/si.po, 332, 1377, 1206, 103, 457, 1284, 8008, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/is.po, 69, 376, 332, 249, 1210, 1401, 8256, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ca@valencia.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/it.po, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ang.po, 33, 91, 82, 54, 225, 1632, 9526, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ms.po, 925, 5021, 4230, 508, 2765, 286, 2056, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hi.po, 1680, 9570, 10235, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ro.po, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ast.po, 1690, 9636, 10837, 23, 157, 6, 49, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bs.gmo, 987, 5438, 5106, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/id.po, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/zh_CN.gmo, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/lt.gmo, 1718, 9837, 7657, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ta.gmo, 1680, 9570, 7251, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ru.gmo, 1718, 9837, 8315, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sl.po, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/gtk20-properties.pot, 0, 0, 0, 0, 0, 1729, 9908, 1729, 9908 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/et.po, 822, 4033, 2992, 99, 569, 794, 5215, 1715, 9817 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/my.po, 1651, 9398, 6432, 52, 316, 16, 128, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/he.po, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/si.gmo, 332, 1377, 1206, 0, 0, 0, 0, 332, 1377 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/he.gmo, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mk.gmo, 1489, 8558, 8759, 0, 0, 0, 0, 1489, 8558 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mn.gmo, 987, 5438, 4334, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mi.po, 1, 1, 1, 113, 219, 1605, 9622, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/or.gmo, 1680, 9570, 8501, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/dz.gmo, 1390, 7921, 3051, 0, 0, 0, 0, 1390, 7921 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/en_GB.gmo, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bn.gmo, 1718, 9837, 9350, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sq.gmo, 1577, 9006, 9943, 0, 0, 0, 0, 1577, 9006 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hr.po, 1138, 6381, 5836, 395, 2095, 186, 1366, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/vi.po, 1718, 9837, 13588, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sv.po, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/uk.po, 1718, 9837, 8324, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/cs.po, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/am.gmo, 91, 161, 170, 0, 0, 0, 0, 91, 161 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/uz.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/en_CA.gmo, 1501, 8620, 8623, 0, 0, 0, 0, 1501, 8620 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/kk.gmo, 7, 7, 7, 0, 0, 0, 0, 7, 7 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sr.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mr.gmo, 1718, 9837, 7966, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ug.po, 12, 15, 18, 253, 616, 1451, 9188, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ml.po, 1680, 9570, 6829, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/fa.gmo, 308, 1016, 970, 0, 0, 0, 0, 308, 1016 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nds.po, 560, 1536, 1242, 1153, 8239, 6, 67, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/kn.gmo, 1682, 9574, 7031, 0, 0, 0, 0, 1682, 9574 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/vi.gmo, 1718, 9837, 13588, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ko.gmo, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/gl.po, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ja.po, 1713, 9814, 2317, 0, 0, 3, 5, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/cy.po, 1507, 8597, 8895, 163, 923, 49, 322, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ps.po, 509, 1582, 1638, 33, 172, 1177, 8088, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/xh.gmo, 1102, 6156, 5347, 0, 0, 0, 0, 1102, 6156 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mk.po, 1489, 8558, 8759, 176, 945, 54, 339, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ps.gmo, 509, 1582, 1638, 0, 0, 0, 0, 509, 1582 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/tt.gmo, 232, 533, 475, 0, 0, 0, 0, 232, 533 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ja.gmo, 1713, 9814, 2317, 0, 0, 0, 0, 1713, 9814 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/io.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/af.gmo, 980, 5396, 5019, 0, 0, 0, 0, 980, 5396 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/id.gmo, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/uz.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pt_BR.po, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/or.po, 1680, 9570, 8501, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ia.po, 1, 1, 1, 199, 429, 1519, 9412, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/tk.po, 5, 6, 6, 204, 602, 1510, 9234, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/el.po, 1718, 9837, 10251, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/fa.po, 308, 1016, 970, 343, 1492, 1068, 7334, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sr@ije.po, 987, 5438, 5051, 485, 2655, 247, 1749, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mn.po, 987, 5438, 4334, 486, 2660, 246, 1744, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/oc.po, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/be@latin.gmo, 1490, 8572, 7361, 0, 0, 0, 0, 1490, 8572 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hi.gmo, 1680, 9570, 10235, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/be.gmo, 758, 4040, 3415, 0, 0, 0, 0, 758, 4040 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sq.po, 1577, 9006, 9943, 109, 617, 33, 219, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nb.po, 1479, 7808, 6611, 130, 1066, 107, 945, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sk.po, 1559, 8863, 7526, 122, 720, 38, 259, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sv.gmo, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bn_IN.gmo, 1718, 9837, 9344, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pt_BR.gmo, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/li.gmo, 758, 4040, 3744, 0, 0, 0, 0, 758, 4040 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/wa.gmo, 459, 1797, 2311, 0, 0, 0, 0, 459, 1797 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/da.po, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/de.gmo, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/lt.po, 1718, 9837, 7657, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ca.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/fr.gmo, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/es.gmo, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ug.gmo, 12, 15, 18, 0, 0, 0, 0, 12, 15 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/tr.gmo, 1639, 9337, 7175, 0, 0, 0, 0, 1639, 9337 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sr@latin.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/uz@cyrillic.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/cy.gmo, 1507, 8597, 8895, 0, 0, 0, 0, 1507, 8597 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ang.gmo, 33, 91, 82, 0, 0, 0, 0, 33, 91 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/crh.gmo, 1641, 9344, 7537, 0, 0, 0, 0, 1641, 9344 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/it.gmo, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pa.po, 1718, 9837, 9672, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/zh_HK.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/bn_IN.po, 1718, 9837, 9344, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sk.gmo, 1559, 8863, 7526, 0, 0, 0, 0, 1559, 8863 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/crh.po, 1641, 9344, 7537, 58, 347, 20, 151, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/gu.gmo, 1680, 9570, 9098, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hy.po, 16, 38, 27, 162, 489, 1541, 9315, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ga.gmo, 158, 286, 296, 0, 0, 0, 0, 158, 286 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sr@latin.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/as.gmo, 1680, 9570, 8145, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ne.po, 1121, 6287, 5162, 411, 2240, 187, 1315, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ro.gmo, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ca.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/pa.gmo, 1718, 9837, 9672, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/zh_TW.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/tt.po, 232, 533, 475, 188, 679, 1299, 8630, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/mai.gmo, 1680, 9570, 9441, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ka.gmo, 1292, 7118, 4878, 0, 0, 0, 0, 1292, 7118 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/es.po, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/eo.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ms.gmo, 925, 5021, 4230, 0, 0, 0, 0, 925, 5021 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/hu.gmo, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/fi.gmo, 1718, 9837, 6213, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/my.gmo, 1651, 9398, 6432, 0, 0, 0, 0, 1651, 9398 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/kn.po, 1682, 9574, 7031, 29, 198, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/sl.gmo, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/fr.po, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ur.po, 4, 4, 4, 42, 69, 1673, 9769, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/da.gmo, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/be@latin.po, 1490, 8572, 7361, 175, 931, 54, 339, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/et.gmo, 822, 4033, 2992, 0, 0, 0, 0, 822, 4033 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/th.gmo, 154, 879, 249, 0, 0, 0, 0, 154, 879 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/az.po, 987, 5438, 4244, 485, 2655, 247, 1749, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ar.gmo, 1577, 9006, 7417, 0, 0, 0, 0, 1577, 9006 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ga.po, 158, 286, 296, 83, 244, 1478, 9312, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ko.po, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/fi.po, 1718, 9837, 6213, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/ru.po, 1718, 9837, 8315, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/nl.gmo, 1641, 9344, 8717, 0, 0, 0, 0, 1641, 9344 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/as.po, 1680, 9570, 8145, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/is.gmo, 69, 376, 332, 0, 0, 0, 0, 69, 376 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po-properties/rw.po, 84, 104, 104, 1156, 7791, 479, 1947, 1719, 9842 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nso.gmo, 258, 1448, 2259, 0, 0, 0, 0, 258, 1448 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/wa.po, 438, 1881, 2694, 263, 570, 364, 1411, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/en_CA.po, 586, 2734, 2735, 249, 477, 230, 651, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sr@ije.gmo, 258, 1448, 1397, 0, 0, 0, 0, 258, 1448 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/de.po, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ar.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ka.po, 650, 3011, 2416, 222, 395, 193, 456, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/io.gmo, 348, 1168, 1106, 0, 0, 0, 0, 348, 1168 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/zh_HK.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/am.po, 46, 64, 79, 249, 442, 770, 3356, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/rw.gmo, 28, 32, 36, 0, 0, 0, 0, 28, 32 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bs.po, 257, 1447, 1390, 324, 851, 484, 1564, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/lv.po, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nso.po, 258, 1448, 2259, 322, 849, 485, 1565, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/eu.gmo, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/dz.po, 524, 2500, 1298, 404, 759, 137, 603, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/pt.gmo, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/th.po, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nds.gmo, 678, 1422, 1536, 0, 0, 0, 0, 678, 1422 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/uk.gmo, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ml.gmo, 1037, 3689, 3259, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/lv.gmo, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/cs.gmo, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/pt.po, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/yi.po, 205, 1183, 1189, 343, 960, 517, 1719, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/br.po, 530, 1052, 1227, 12, 47, 523, 2763, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/az.gmo, 257, 1447, 1258, 0, 0, 0, 0, 257, 1447 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/te.po, 1037, 3689, 3156, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nn.po, 972, 3463, 3395, 44, 134, 49, 265, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/oc.gmo, 1245, 3525, 4086, 0, 0, 0, 0, 1245, 3525 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/br.gmo, 530, 1052, 1227, 0, 0, 0, 0, 530, 1052 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bn.po, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ca@valencia.po, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/xh.po, 325, 1728, 1528, 299, 728, 441, 1406, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ne.gmo, 343, 1874, 1801, 0, 0, 0, 0, 343, 1874 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/tr.po, 988, 3511, 3047, 40, 121, 37, 230, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hy.gmo, 299, 1638, 1500, 0, 0, 0, 0, 299, 1638 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hu.po, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/el.gmo, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/pl.gmo, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/gl.gmo, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nl.po, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/eu.po, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/kk.po, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/pl.po, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ta.po, 1037, 3689, 3321, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hr.gmo, 348, 1906, 1845, 0, 0, 0, 0, 348, 1906 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 862, 2553, 1129, 3, 20, 3, 31, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mr.po, 1063, 3840, 3970, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mai.po, 1037, 3689, 4108, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/be.po, 855, 2469, 2285, 0, 0, 13, 135, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nb.gmo, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bg.po, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/te.gmo, 1037, 3689, 3156, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/gu.po, 844, 2436, 2775, 19, 106, 3, 20, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ku.po, 621, 2761, 3002, 219, 443, 225, 658, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/eo.gmo, 503, 2364, 2212, 0, 0, 0, 0, 503, 2364 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/yi.gmo, 205, 1183, 1189, 0, 0, 0, 0, 205, 1183 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/en_GB.po, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/gtk20.pot, 0, 0, 0, 0, 0, 862, 2584, 862, 2584 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/az_IR.po, 3, 5, 6, 10, 10, 1052, 3847, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/li.po, 205, 1183, 1145, 343, 960, 517, 1719, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/af.po, 927, 3241, 3225, 24, 61, 114, 560, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bg.gmo, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ku.gmo, 621, 2761, 3002, 0, 0, 0, 0, 621, 2761 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/si.po, 482, 2073, 2186, 268, 561, 315, 1228, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/is.po, 215, 1079, 1062, 318, 849, 532, 1934, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/it.po, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ang.po, 78, 312, 272, 171, 421, 816, 3129, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ms.po, 240, 1320, 1237, 323, 844, 502, 1698, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hi.po, 1037, 3689, 4363, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ro.po, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ast.po, 1053, 3792, 4231, 9, 49, 3, 21, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bs.gmo, 257, 1447, 1390, 0, 0, 0, 0, 257, 1447 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/id.po, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 862, 2553, 1129, 0, 0, 0, 0, 862, 2553 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/lt.gmo, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ta.gmo, 1037, 3689, 3321, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ru.gmo, 1063, 3840, 3771, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sl.po, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/et.po, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/my.po, 1019, 3612, 2931, 25, 127, 21, 123, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/he.po, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/si.gmo, 482, 2073, 2186, 0, 0, 0, 0, 482, 2073 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/he.gmo, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mk.gmo, 559, 2639, 2994, 0, 0, 0, 0, 559, 2639 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mn.gmo, 255, 1429, 1314, 0, 0, 0, 0, 255, 1429 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mi.po, 204, 1018, 1135, 310, 826, 551, 2018, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/or.gmo, 1044, 3721, 3892, 0, 0, 0, 0, 1044, 3721 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/dz.gmo, 524, 2500, 1298, 0, 0, 0, 0, 524, 2500 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/en_GB.gmo, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bn.gmo, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sq.gmo, 987, 3503, 4104, 0, 0, 0, 0, 987, 3503 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hr.po, 348, 1906, 1845, 276, 617, 441, 1339, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/vi.po, 1063, 3840, 5204, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sv.po, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/uk.po, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/cs.po, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/am.gmo, 46, 64, 79, 0, 0, 0, 0, 46, 64 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/uz.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/en_CA.gmo, 586, 2734, 2735, 0, 0, 0, 0, 586, 2734 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/kk.gmo, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sr.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mr.gmo, 1063, 3840, 3970, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ug.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ml.po, 1037, 3689, 3259, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nds.po, 678, 1422, 1536, 0, 0, 387, 2440, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/kn.gmo, 1047, 3748, 3374, 0, 0, 0, 0, 1047, 3748 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/vi.gmo, 1063, 3840, 5204, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ko.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/gl.po, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ja.po, 861, 2550, 1329, 5, 29, 4, 31, 870, 2610 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/cy.po, 901, 3190, 3511, 75, 201, 89, 471, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ps.po, 413, 859, 939, 29, 69, 623, 2934, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/xh.gmo, 325, 1728, 1528, 0, 0, 0, 0, 325, 1728 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mk.po, 559, 2639, 2994, 272, 560, 234, 663, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ia.gmo, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/tt.gmo, 179, 608, 466, 0, 0, 0, 0, 179, 608 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ja.gmo, 861, 2550, 1329, 0, 0, 0, 0, 861, 2550 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ur.gmo, 12, 12, 14, 0, 0, 0, 0, 12, 12 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/io.po, 348, 1168, 1106, 247, 467, 470, 2227, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/af.gmo, 927, 3241, 3225, 0, 0, 0, 0, 927, 3241 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/id.gmo, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/uz.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mi.gmo, 204, 1018, 1135, 0, 0, 0, 0, 204, 1018 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/or.po, 1044, 3721, 3892, 10, 60, 11, 81, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ia.po, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/tk.po, 77, 209, 210, 264, 543, 724, 3110, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/el.po, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/fa.po, 319, 1713, 1772, 301, 738, 445, 1411, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sr@ije.po, 258, 1448, 1397, 326, 853, 481, 1561, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mn.po, 255, 1429, 1314, 328, 869, 482, 1564, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/oc.po, 1245, 3525, 4086, 0, 0, 4, 17, 1249, 3542 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/be@latin.gmo, 986, 3491, 3344, 0, 0, 0, 0, 986, 3491 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hi.gmo, 1037, 3689, 4363, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/be.gmo, 855, 2469, 2285, 0, 0, 0, 0, 855, 2469 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sq.po, 987, 3503, 4104, 39, 119, 39, 240, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nb.po, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sk.po, 1043, 3724, 3552, 14, 83, 8, 55, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sv.gmo, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 1063, 3840, 4178, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/li.gmo, 205, 1183, 1145, 0, 0, 0, 0, 205, 1183 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/wa.gmo, 438, 1881, 2694, 0, 0, 0, 0, 438, 1881 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/tk.gmo, 77, 209, 210, 0, 0, 0, 0, 77, 209 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/da.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/de.gmo, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/lt.po, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ca.po, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/fr.gmo, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ug.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/tr.gmo, 988, 3511, 3047, 0, 0, 0, 0, 988, 3511 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/uz@cyrillic.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/cy.gmo, 901, 3190, 3511, 0, 0, 0, 0, 901, 3190 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ang.gmo, 78, 312, 272, 0, 0, 0, 0, 78, 312 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/crh.gmo, 981, 3469, 3047, 0, 0, 0, 0, 981, 3469 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/it.gmo, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/pa.po, 1065, 3862, 4366, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 1063, 3840, 4178, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sk.gmo, 1043, 3724, 3552, 0, 0, 0, 0, 1043, 3724 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/crh.po, 981, 3469, 3047, 39, 119, 45, 274, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/gu.gmo, 844, 2436, 2775, 0, 0, 0, 0, 844, 2436 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hy.po, 299, 1638, 1500, 301, 790, 465, 1434, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ga.gmo, 990, 3234, 3657, 0, 0, 0, 0, 990, 3234 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/as.gmo, 1039, 3711, 3899, 0, 0, 0, 0, 1039, 3711 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ne.po, 343, 1874, 1801, 258, 607, 464, 1381, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ro.gmo, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ca.gmo, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/tt.po, 179, 608, 466, 236, 477, 650, 2777, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/mai.gmo, 1037, 3689, 4108, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ka.gmo, 650, 3011, 2416, 0, 0, 0, 0, 650, 3011 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/es.po, 868, 2604, 3060, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/eo.po, 503, 2364, 2212, 228, 483, 334, 1015, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ms.gmo, 240, 1320, 1237, 0, 0, 0, 0, 240, 1320 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/hu.gmo, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/fi.gmo, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/my.gmo, 1019, 3612, 2931, 0, 0, 0, 0, 1019, 3612 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/kn.po, 1047, 3748, 3374, 10, 59, 8, 55, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/sl.gmo, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/fr.po, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ur.po, 12, 12, 14, 42, 44, 1011, 3806, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/da.gmo, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/be@latin.po, 986, 3491, 3344, 39, 119, 40, 252, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/et.gmo, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/th.gmo, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/az.po, 257, 1447, 1258, 323, 848, 485, 1567, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ga.po, 990, 3234, 3657, 18, 93, 57, 535, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ko.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/fi.po, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/ru.po, 1063, 3840, 3771, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/nl.gmo, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/as.po, 1039, 3711, 3899, 18, 96, 8, 55, 1065, 3862 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/is.gmo, 215, 1079, 1062, 0, 0, 0, 0, 215, 1079 -gtk2-2.24.32-4.fc30.src.rpm.stats.csv, po/rw.po, 28, 32, 36, 545, 2359, 492, 1471, 1065, 3862 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ja.po, 1628, 9159, 2151, 197, 931, 86, 566, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mn.po, 890, 4865, 3867, 522, 2791, 254, 1765, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/gu.gmo, 1933, 10695, 10095, 0, 0, 0, 0, 1933, 10695 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/he.gmo, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nso.po, 890, 4865, 7165, 521, 2782, 255, 1774, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bg.gmo, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ta.po, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/et.gmo, 791, 3778, 2802, 0, 0, 0, 0, 791, 3778 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ne.po, 1085, 5689, 4718, 963, 4712, 177, 1762, 2225, 12163 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sr@ije.gmo, 890, 4865, 4522, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/as.po, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mn.gmo, 890, 4865, 3867, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ky.po, 94, 351, 263, 0, 0, 1817, 10305, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fi.po, 1629, 8902, 5674, 408, 2121, 206, 1236, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/az.po, 890, 4865, 3819, 521, 2786, 255, 1770, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/be@latin.po, 1364, 7766, 6691, 228, 1205, 74, 450, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/zh_CN.gmo, 2227, 12176, 2644, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/el.gmo, 2225, 12163, 12801, 0, 0, 0, 0, 2225, 12163 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nl.po, 2243, 12259, 11695, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/am.gmo, 86, 152, 157, 0, 0, 0, 0, 86, 152 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pt.po, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/my.po, 1515, 8550, 5859, 115, 632, 36, 239, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fr.gmo, 2243, 12259, 14758, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hy.gmo, 1627, 9220, 7803, 0, 0, 0, 0, 1627, 9220 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mai.gmo, 1540, 8700, 8583, 0, 0, 0, 0, 1540, 8700 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/zh_HK.po, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tt.gmo, 220, 509, 455, 0, 0, 0, 0, 220, 509 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/th.gmo, 153, 862, 236, 0, 0, 0, 0, 153, 862 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ga.po, 144, 259, 269, 100, 287, 1422, 8875, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/eu.po, 2243, 12259, 9908, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tr.po, 2243, 12259, 9730, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ang.po, 30, 79, 73, 61, 254, 1575, 9088, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hi.po, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/da.gmo, 2243, 12259, 10083, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hy.po, 1627, 9220, 7803, 23, 115, 16, 86, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/li.gmo, 681, 3591, 3334, 0, 0, 0, 0, 681, 3591 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/xh.gmo, 1002, 5559, 4834, 0, 0, 0, 0, 1002, 5559 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/kk.gmo, 277, 661, 588, 0, 0, 0, 0, 277, 661 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/am.po, 86, 152, 157, 270, 976, 1310, 8293, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sk.po, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en_GB.po, 2223, 12154, 12167, 0, 0, 0, 0, 2223, 12154 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ms.gmo, 840, 4514, 3815, 0, 0, 0, 0, 840, 4514 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ky.gmo, 94, 351, 263, 0, 0, 0, 0, 94, 351 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mk.po, 1363, 7752, 7949, 229, 1219, 74, 450, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/cs.gmo, 2243, 12259, 10613, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pl.gmo, 2243, 12259, 10989, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/lt.gmo, 2243, 12259, 9597, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/id.gmo, 2243, 12259, 10976, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/gtk30-properties.pot, 0, 0, 0, 0, 0, 2243, 12259, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ast.po, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tg.po, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/uz.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en_GB.gmo, 2223, 12154, 12167, 0, 0, 0, 0, 2223, 12154 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/te.gmo, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mr.gmo, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ka.gmo, 1183, 6448, 4441, 0, 0, 0, 0, 1183, 6448 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ru.gmo, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ku.gmo, 66, 103, 102, 0, 0, 0, 0, 66, 103 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en@shaw.po, 1362, 7355, 7355, 310, 2235, 0, 0, 1672, 9590 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/be.gmo, 681, 3591, 3020, 0, 0, 0, 0, 681, 3591 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/xh.po, 1002, 5559, 4834, 463, 2493, 201, 1369, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/gl.gmo, 2243, 12259, 14529, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ar.po, 1446, 8183, 6712, 167, 908, 53, 330, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hu.po, 2243, 12259, 9978, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ug.po, 1908, 10631, 8566, 0, 0, 7, 53, 1915, 10684 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ko.po, 2243, 12259, 9423, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ka.po, 1183, 6448, 4441, 304, 1688, 179, 1285, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/wa.gmo, 427, 1664, 2145, 0, 0, 0, 0, 427, 1664 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fi.gmo, 1629, 8902, 5674, 0, 0, 0, 0, 1629, 8902 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/rw.po, 82, 101, 100, 1116, 7392, 468, 1928, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ro.po, 1798, 9969, 10048, 294, 1441, 151, 849, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fur.po, 669, 3021, 3483, 27, 102, 1531, 9053, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/af.po, 852, 4606, 4261, 910, 4648, 467, 2933, 2229, 12187 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fur.gmo, 669, 3021, 3483, 0, 0, 0, 0, 669, 3021 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bg.po, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en.po, 0, 0, 0, 0, 0, 1778, 9985, 1778, 9985 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/wa.po, 427, 1664, 2145, 223, 988, 1016, 6769, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tr.gmo, 2243, 12259, 9730, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/kk.po, 277, 661, 588, 0, 0, 1966, 11598, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/it.po, 2243, 12259, 13361, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en_CA.gmo, 1375, 7814, 7817, 0, 0, 0, 0, 1375, 7814 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nds.po, 515, 1405, 1134, 1125, 7838, 26, 178, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/lv.po, 2243, 12259, 9790, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/io.po, 0, 0, 0, 0, 0, 1666, 9421, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/gl.po, 2243, 12259, 14529, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ur.po, 4, 4, 4, 44, 74, 1618, 9343, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/yi.po, 681, 3591, 3559, 632, 3374, 353, 2456, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fa.gmo, 381, 1236, 1168, 0, 0, 0, 0, 381, 1236 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/gd.po, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ga.gmo, 144, 259, 269, 0, 0, 0, 0, 144, 259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sr@latin.po, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ia.po, 1, 1, 1, 207, 454, 1458, 8966, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ta.gmo, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ro.gmo, 1798, 9969, 10048, 0, 0, 0, 0, 1798, 9969 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en@shaw.gmo, 1362, 7355, 7355, 0, 0, 0, 0, 1362, 7355 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/id.po, 2243, 12259, 10976, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/zh_HK.gmo, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/es.po, 2243, 12259, 14808, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ang.gmo, 30, 79, 73, 0, 0, 0, 0, 30, 79 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/is.gmo, 539, 1577, 1390, 0, 0, 0, 0, 539, 1577 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pa.po, 2181, 11945, 11750, 2, 18, 2, 24, 2185, 11987 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/zh_TW.po, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/zh_TW.gmo, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/oc.gmo, 2104, 11544, 13971, 0, 0, 0, 0, 2104, 11544 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/vi.po, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mi.po, 1, 1, 1, 120, 236, 1545, 9184, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/cs.po, 2243, 12259, 10613, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ms.po, 840, 4514, 3815, 540, 2876, 286, 2031, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/br.gmo, 157, 265, 306, 0, 0, 0, 0, 157, 265 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/el.po, 2225, 12163, 12801, 0, 0, 0, 0, 2225, 12163 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pt_BR.gmo, 2243, 12259, 13818, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/br.po, 157, 265, 306, 18, 41, 1491, 9115, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en_CA.po, 1375, 7814, 7817, 218, 1161, 73, 446, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fr.po, 2243, 12259, 14758, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tk.po, 5, 6, 6, 217, 647, 1444, 8768, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bn_IN.po, 1577, 8957, 8514, 69, 353, 20, 111, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/az.gmo, 890, 4865, 3819, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pa.gmo, 2181, 11945, 11750, 0, 0, 0, 0, 2181, 11945 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/uk.gmo, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nb.gmo, 1622, 8025, 6828, 0, 0, 0, 0, 1622, 8025 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/az_IR.po, 0, 0, 0, 2, 4, 1664, 9417, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/km.po, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ne.gmo, 1085, 5689, 4718, 0, 0, 0, 0, 1085, 5689 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/kg.po, 12, 15, 15, 257, 630, 1397, 8776, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/es.gmo, 2243, 12259, 14808, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/et.po, 791, 3778, 2802, 457, 2259, 979, 6139, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/da.po, 2243, 12259, 10083, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sr.gmo, 2243, 12259, 11458, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sr@ije.po, 890, 4865, 4522, 521, 2786, 255, 1770, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tg.gmo, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mr.po, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sq.gmo, 1446, 8183, 9029, 0, 0, 0, 0, 1446, 8183 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nds.gmo, 515, 1405, 1134, 0, 0, 0, 0, 515, 1405 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ps.gmo, 470, 1445, 1510, 0, 0, 0, 0, 470, 1445 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/dz.gmo, 1270, 7185, 2790, 0, 0, 0, 0, 1270, 7185 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/crh.gmo, 1692, 9595, 7730, 0, 0, 0, 0, 1692, 9595 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ca@valencia.gmo, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pt.gmo, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/or.gmo, 1749, 9448, 8442, 0, 0, 0, 0, 1749, 9448 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ar.gmo, 1446, 8183, 6712, 0, 0, 0, 0, 1446, 8183 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/rw.gmo, 82, 101, 100, 0, 0, 0, 0, 82, 101 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/zh_CN.po, 2227, 12176, 2644, 1, 1, 1, 10, 2229, 12187 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/gu.po, 1933, 10695, 10095, 79, 440, 29, 206, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/uz.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ast.gmo, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/kg.gmo, 12, 15, 15, 0, 0, 0, 0, 12, 15 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/fa.po, 381, 1236, 1168, 386, 1801, 1039, 7092, 1806, 10129 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/af.gmo, 852, 4606, 4261, 0, 0, 0, 0, 852, 4606 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pt_BR.po, 2243, 12259, 13818, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/eo.po, 729, 2911, 2640, 136, 663, 1362, 8602, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/my.gmo, 1515, 8550, 5859, 0, 0, 0, 0, 1515, 8550 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/dz.po, 1270, 7185, 2790, 291, 1563, 105, 673, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sv.gmo, 2243, 12259, 10152, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nn.gmo, 831, 4515, 4075, 0, 0, 0, 0, 831, 4515 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/lg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/si.po, 317, 1290, 1143, 142, 647, 1207, 7484, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ca.gmo, 2236, 12225, 14501, 0, 0, 0, 0, 2236, 12225 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/uz@cyrillic.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/uk.po, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sl.po, 2243, 12259, 11145, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/cy.gmo, 1381, 7791, 8074, 0, 0, 0, 0, 1381, 7791 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/be@latin.gmo, 1364, 7766, 6691, 0, 0, 0, 0, 1364, 7766 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bn_IN.gmo, 1577, 8957, 8514, 0, 0, 0, 0, 1577, 8957 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bs.po, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/it.gmo, 2243, 12259, 13361, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ug.gmo, 1908, 10631, 8566, 0, 0, 0, 0, 1908, 10631 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/pl.po, 2243, 12259, 10989, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/li.po, 681, 3591, 3334, 632, 3374, 353, 2456, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/de.gmo, 2243, 12259, 11338, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sr@latin.gmo, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ku.po, 66, 103, 102, 97, 325, 1503, 8993, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sk.gmo, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/lv.gmo, 2243, 12259, 9790, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/an.gmo, 1633, 8891, 10178, 0, 0, 0, 0, 1633, 8891 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hr.gmo, 2243, 12259, 10859, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/crh.po, 1692, 9595, 7730, 9, 102, 18, 145, 1719, 9842 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/lg.po, 0, 0, 0, 0, 0, 1716, 9819, 1716, 9819 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/eo.gmo, 729, 2911, 2640, 0, 0, 0, 0, 729, 2911 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hi.gmo, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/he.po, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sr.po, 2243, 12259, 11458, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/si.gmo, 317, 1290, 1143, 0, 0, 0, 0, 317, 1290 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/az_IR.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ja.gmo, 1628, 9159, 2151, 0, 0, 0, 0, 1628, 9159 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ca.po, 2236, 12225, 14501, 4, 18, 1, 9, 2241, 12252 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ml.gmo, 1540, 8700, 6215, 0, 0, 0, 0, 1540, 8700 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bn.gmo, 1577, 8957, 8520, 0, 0, 0, 0, 1577, 8957 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/gd.gmo, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nn.po, 831, 4515, 4075, 539, 2880, 296, 2026, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/an.po, 1633, 8891, 10178, 380, 2291, 7, 45, 2020, 11227 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ru.po, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/lt.po, 2243, 12259, 9597, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/vi.gmo, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hu.gmo, 2243, 12259, 9978, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/uz@cyrillic.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/eu.gmo, 2243, 12259, 9908, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bn.po, 1577, 8957, 8520, 69, 353, 20, 111, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/or.po, 1749, 9448, 8442, 82, 578, 46, 441, 1877, 10467 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/oc.po, 2104, 11544, 13971, 83, 438, 17, 90, 2204, 12072 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mai.po, 1540, 8700, 8583, 98, 540, 28, 181, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/en.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/be.po, 681, 3591, 3020, 632, 3374, 353, 2456, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sq.po, 1446, 8183, 9029, 167, 908, 53, 330, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sv.po, 2243, 12259, 10152, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/yi.gmo, 681, 3591, 3559, 0, 0, 0, 0, 681, 3591 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/km.gmo, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ca@valencia.po, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ml.po, 1540, 8700, 6215, 98, 540, 28, 181, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/bs.gmo, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nl.gmo, 2243, 12259, 11695, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/hr.po, 2243, 12259, 10859, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/th.po, 153, 862, 236, 72, 395, 1441, 8164, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/mk.gmo, 1363, 7752, 7949, 0, 0, 0, 0, 1363, 7752 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nso.gmo, 890, 4865, 7165, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/sl.gmo, 2243, 12259, 11145, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/te.po, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/is.po, 539, 1577, 1390, 27, 133, 1661, 10466, 2227, 12176 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/de.po, 2243, 12259, 11338, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/nb.po, 1622, 8025, 6828, 274, 1927, 205, 1627, 2101, 11579 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/tt.po, 220, 509, 455, 222, 836, 1224, 8076, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ps.po, 470, 1445, 1510, 76, 351, 1120, 7625, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/cy.po, 1381, 7791, 8074, 216, 1197, 69, 433, 1666, 9421 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/ko.gmo, 2243, 12259, 9423, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po-properties/as.gmo, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ja.po, 1450, 3824, 2047, 42, 132, 173, 452, 1665, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mn.po, 82, 395, 338, 265, 506, 474, 1531, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/gu.gmo, 1110, 2996, 3452, 0, 0, 0, 0, 1110, 2996 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/he.gmo, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nso.po, 84, 399, 562, 260, 501, 477, 1532, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bg.gmo, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ta.po, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/et.gmo, 955, 2408, 2206, 0, 0, 0, 0, 955, 2408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ne.po, 709, 1600, 1628, 565, 1628, 85, 618, 1359, 3846 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sr@ije.gmo, 84, 399, 378, 0, 0, 0, 0, 84, 399 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/as.po, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mn.gmo, 82, 395, 338, 0, 0, 0, 0, 82, 395 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ky.po, 66, 83, 82, 3, 3, 862, 2609, 931, 2695 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/fi.po, 1191, 3258, 2783, 95, 219, 377, 929, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/az.po, 83, 398, 331, 261, 500, 477, 1534, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/be@latin.po, 743, 2090, 1940, 41, 107, 37, 235, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/el.gmo, 1234, 3227, 3487, 0, 0, 0, 0, 1234, 3227 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nl.po, 1663, 4406, 4336, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/am.gmo, 23, 32, 42, 0, 0, 0, 0, 23, 32 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/pt.po, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/my.po, 776, 2216, 1810, 29, 135, 16, 81, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/fr.gmo, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hy.gmo, 494, 1993, 1802, 0, 0, 0, 0, 494, 1993 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mai.gmo, 791, 2273, 2543, 0, 0, 0, 0, 791, 2273 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tt.gmo, 87, 186, 161, 0, 0, 0, 0, 87, 186 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/th.gmo, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ga.po, 882, 2141, 2357, 51, 273, 163, 896, 1096, 3310 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/eu.po, 1663, 4406, 4206, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tr.po, 1663, 4408, 4108, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ang.po, 27, 79, 71, 138, 256, 656, 2097, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hi.po, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/da.gmo, 1663, 4408, 4122, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hy.po, 494, 1993, 1802, 53, 67, 274, 372, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/li.gmo, 55, 288, 286, 0, 0, 0, 0, 55, 288 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/xh.gmo, 135, 597, 506, 0, 0, 0, 0, 135, 597 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/kk.gmo, 1522, 4091, 3836, 0, 0, 0, 0, 1522, 4091 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/am.po, 23, 32, 42, 233, 378, 565, 2022, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sk.po, 1516, 4060, 4027, 26, 51, 124, 298, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en_GB.po, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ms.gmo, 72, 331, 295, 0, 0, 0, 0, 72, 331 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ky.gmo, 66, 83, 82, 0, 0, 0, 0, 66, 83 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mk.po, 342, 1357, 1470, 249, 435, 230, 640, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/cs.gmo, 1663, 4408, 4287, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/pl.gmo, 1664, 4410, 4533, 0, 0, 0, 0, 1664, 4410 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/lt.gmo, 1666, 4409, 4027, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/id.gmo, 1663, 4408, 4365, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ia.gmo, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ast.po, 810, 2366, 2499, 10, 55, 1, 11, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tg.po, 1136, 2881, 3208, 58, 356, 53, 273, 1247, 3510 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/uz.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/te.gmo, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mr.gmo, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ka.gmo, 409, 1612, 1257, 0, 0, 0, 0, 409, 1612 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ru.gmo, 1437, 3983, 3860, 0, 0, 0, 0, 1437, 3983 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ku.gmo, 775, 2301, 2489, 0, 0, 0, 0, 775, 2301 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 782, 3077, 3078, 235, 633, 0, 0, 1017, 3710 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/be.gmo, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/xh.po, 135, 597, 506, 254, 481, 432, 1354, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/gl.gmo, 1666, 4409, 5144, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ar.po, 1217, 3377, 3270, 7, 12, 144, 468, 1368, 3857 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hu.po, 1663, 4408, 4209, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ug.po, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ko.po, 1663, 4406, 4240, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ka.po, 409, 1612, 1257, 222, 381, 190, 439, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/wa.gmo, 251, 797, 1053, 0, 0, 0, 0, 251, 797 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/fi.gmo, 1191, 3258, 2783, 0, 0, 0, 0, 1191, 3258 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/rw.po, 21, 24, 26, 323, 983, 477, 1425, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ro.po, 1620, 4307, 4773, 11, 24, 32, 77, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/fur.po, 1539, 4097, 4649, 18, 37, 109, 275, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/af.po, 1238, 3162, 3202, 0, 0, 134, 707, 1372, 3869 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/fur.gmo, 1539, 4097, 4649, 0, 0, 0, 0, 1539, 4097 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bg.po, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en.po, 49, 49, 92, 0, 0, 817, 2517, 866, 2566 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/wa.po, 251, 797, 1053, 241, 452, 329, 1183, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tr.gmo, 1663, 4408, 4108, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/kk.po, 1522, 4091, 3836, 0, 0, 141, 315, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/it.po, 1663, 4408, 4719, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 357, 1388, 1387, 0, 0, 0, 0, 357, 1388 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nds.po, 580, 1062, 1119, 8, 24, 233, 1346, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/lv.po, 1666, 4409, 4164, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/io.po, 248, 782, 739, 229, 378, 344, 1272, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/gl.po, 1666, 4409, 5144, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ur.po, 11, 11, 13, 43, 45, 767, 2376, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/yi.po, 55, 288, 315, 262, 490, 504, 1654, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/gd.po, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ga.gmo, 882, 2141, 2357, 0, 0, 0, 0, 882, 2141 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 1372, 3869, 3915, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ia.po, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ta.gmo, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ro.gmo, 1620, 4307, 4773, 0, 0, 0, 0, 1620, 4307 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 782, 3077, 3078, 0, 0, 0, 0, 782, 3077 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/id.po, 1663, 4408, 4365, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/es.po, 1663, 4408, 5201, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ang.gmo, 27, 79, 71, 0, 0, 0, 0, 27, 79 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/pa.po, 1335, 3791, 4225, 0, 0, 0, 0, 1335, 3791 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 1377, 3875, 1887, 42, 76, 247, 458, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 1377, 3875, 1887, 0, 0, 0, 0, 1377, 3875 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/oc.gmo, 1278, 3532, 4119, 0, 0, 0, 0, 1278, 3532 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/vi.po, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mi.po, 56, 211, 200, 252, 500, 513, 1721, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/cs.po, 1663, 4408, 4287, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ms.po, 72, 331, 295, 263, 504, 486, 1597, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/br.gmo, 794, 1424, 1712, 0, 0, 0, 0, 794, 1424 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/el.po, 1234, 3227, 3487, 60, 136, 290, 764, 1584, 4127 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 1663, 4408, 4961, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/br.po, 794, 1424, 1712, 1, 2, 439, 2037, 1234, 3463 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en_CA.po, 357, 1388, 1387, 238, 416, 226, 628, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/fr.po, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tk.po, 35, 73, 74, 239, 427, 547, 1932, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/az.gmo, 83, 398, 331, 0, 0, 0, 0, 83, 398 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/uk.gmo, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nb.gmo, 1370, 3860, 3854, 0, 0, 0, 0, 1370, 3860 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/az_IR.po, 3, 5, 6, 10, 10, 808, 2417, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/km.po, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ne.gmo, 709, 1600, 1628, 0, 0, 0, 0, 709, 1600 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/kg.po, 971, 3230, 3181, 21, 118, 73, 514, 1065, 3862 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/et.po, 955, 2408, 2206, 158, 550, 257, 902, 1370, 3860 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/da.po, 1663, 4408, 4122, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sr@ije.po, 84, 399, 378, 264, 505, 473, 1528, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tg.gmo, 1136, 2881, 3208, 0, 0, 0, 0, 1136, 2881 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mr.po, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sq.gmo, 744, 2102, 2391, 0, 0, 0, 0, 744, 2102 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nds.gmo, 580, 1062, 1119, 0, 0, 0, 0, 580, 1062 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/dz.gmo, 306, 1223, 605, 0, 0, 0, 0, 306, 1223 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/crh.gmo, 789, 2121, 1901, 0, 0, 0, 0, 789, 2121 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/pt.gmo, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/or.gmo, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/rw.gmo, 21, 24, 26, 0, 0, 0, 0, 21, 24 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/gu.po, 1110, 2996, 3452, 7, 52, 25, 183, 1142, 3231 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/uz.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/kg.gmo, 971, 3230, 3181, 0, 0, 0, 0, 971, 3230 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/fa.po, 1361, 3850, 4292, 0, 0, 0, 0, 1361, 3850 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/af.gmo, 1238, 3162, 3202, 0, 0, 0, 0, 1238, 3162 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1663, 4408, 4961, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/eo.po, 1522, 4109, 3955, 20, 39, 124, 261, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/my.gmo, 776, 2216, 1810, 0, 0, 0, 0, 776, 2216 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/dz.po, 306, 1223, 605, 380, 627, 135, 582, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sv.gmo, 1663, 4408, 4191, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/lg.gmo, 677, 1889, 2048, 0, 0, 0, 0, 677, 1889 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/si.po, 279, 908, 979, 243, 421, 299, 1103, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ca.gmo, 1580, 4182, 5060, 0, 0, 0, 0, 1580, 4182 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/uk.po, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sl.po, 1663, 4406, 4499, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/cy.gmo, 670, 1846, 1951, 0, 0, 0, 0, 670, 1846 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/be@latin.gmo, 743, 2090, 1940, 0, 0, 0, 0, 743, 2090 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bs.po, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/it.gmo, 1663, 4408, 4719, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ug.gmo, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tk.gmo, 35, 73, 74, 0, 0, 0, 0, 35, 73 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/pl.po, 1664, 4410, 4533, 0, 0, 0, 0, 1664, 4410 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/li.po, 55, 288, 286, 262, 490, 504, 1654, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/de.gmo, 1663, 4408, 4294, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/io.gmo, 248, 782, 739, 0, 0, 0, 0, 248, 782 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ku.po, 775, 2301, 2489, 3, 14, 44, 137, 822, 2452 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sk.gmo, 1516, 4060, 4027, 0, 0, 0, 0, 1516, 4060 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/lv.gmo, 1666, 4409, 4164, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/an.gmo, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hr.gmo, 1666, 4409, 4322, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ur.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/crh.po, 789, 2121, 1901, 21, 72, 114, 459, 924, 2652 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/lg.po, 677, 1889, 2048, 0, 0, 162, 633, 839, 2522 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/eo.gmo, 1522, 4109, 3955, 0, 0, 0, 0, 1522, 4109 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hi.gmo, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/he.po, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sr.po, 1518, 4130, 4187, 34, 72, 111, 204, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/si.gmo, 279, 908, 979, 0, 0, 0, 0, 279, 908 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ja.gmo, 1450, 3824, 2047, 0, 0, 0, 0, 1450, 3824 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ca.po, 1580, 4182, 5060, 75, 193, 11, 34, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ml.gmo, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/gtk30.pot, 0, 0, 0, 0, 0, 1663, 4408, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bn.gmo, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/gd.gmo, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nn.po, 854, 2383, 2324, 15, 58, 55, 210, 924, 2651 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/an.po, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ru.po, 1437, 3983, 3860, 23, 45, 206, 381, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/lt.po, 1666, 4409, 4027, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/vi.gmo, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hu.gmo, 1663, 4408, 4209, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/eu.gmo, 1663, 4406, 4206, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bn.po, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/or.po, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/oc.po, 1278, 3532, 4119, 21, 94, 53, 227, 1352, 3853 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mai.po, 791, 2273, 2543, 25, 121, 5, 38, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mi.gmo, 56, 211, 200, 0, 0, 0, 0, 56, 211 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/en.gmo, 49, 49, 92, 0, 0, 0, 0, 49, 49 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/be.po, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sq.po, 744, 2102, 2391, 41, 107, 36, 223, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sv.po, 1663, 4408, 4191, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/yi.gmo, 55, 288, 315, 0, 0, 0, 0, 55, 288 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/km.gmo, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ml.po, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/bs.gmo, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nl.gmo, 1663, 4406, 4336, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/hr.po, 1666, 4409, 4322, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/th.po, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/mk.gmo, 342, 1357, 1470, 0, 0, 0, 0, 342, 1357 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nso.gmo, 84, 399, 562, 0, 0, 0, 0, 84, 399 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/sl.gmo, 1663, 4406, 4499, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/te.po, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/is.po, 1527, 4024, 3994, 17, 40, 119, 342, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/de.po, 1663, 4408, 4294, 0, 0, 0, 0, 1663, 4408 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/nb.po, 1370, 3860, 3854, 0, 0, 0, 0, 1370, 3860 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/tt.po, 87, 186, 161, 208, 359, 526, 1887, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ps.po, 345, 636, 671, 31, 64, 445, 1732, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/cy.po, 670, 1846, 1951, 66, 138, 85, 448, 821, 2432 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/ko.gmo, 1663, 4406, 4240, 0, 0, 0, 0, 1663, 4406 -gtk3-3.24.8-1.fc30.src.rpm.stats.csv, po/as.gmo, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/si.po, 7, 8, 9, 9, 14, 90, 300, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pt.po, 94, 255, 296, 12, 67, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ast.gmo, 38, 119, 143, 0, 0, 0, 0, 38, 119 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/he.gmo, 94, 255, 253, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/en_CA.po, 16, 72, 72, 23, 84, 67, 166, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sk.po, 105, 320, 327, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mr.gmo, 20, 94, 94, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fur.gmo, 57, 79, 82, 0, 0, 0, 0, 57, 79 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/vi.gmo, 94, 255, 378, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 105, 320, 145, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sv.gmo, 106, 322, 280, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/xh.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/de.po, 106, 322, 297, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 20, 94, 101, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/dz.po, 16, 72, 44, 25, 87, 65, 163, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/te.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/gu.gmo, 67, 162, 174, 0, 0, 0, 0, 67, 162 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ml.gmo, 20, 94, 69, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/nb.po, 103, 315, 306, 1, 2, 2, 5, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/hr.gmo, 105, 320, 310, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/lv.gmo, 105, 320, 300, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pa.gmo, 43, 130, 136, 0, 0, 0, 0, 43, 130 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/de.gmo, 106, 322, 297, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/id.gmo, 106, 322, 327, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/gl.po, 105, 320, 384, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/eu.po, 106, 322, 290, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/rw.po, 1, 1, 1, 5, 7, 100, 314, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/or.gmo, 34, 113, 110, 0, 0, 0, 0, 34, 113 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pl.po, 106, 322, 317, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mg.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 84, 213, 114, 0, 0, 0, 0, 84, 213 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/hu.po, 106, 322, 295, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fur.po, 57, 79, 82, 1, 2, 48, 241, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/tr.gmo, 106, 322, 291, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 105, 320, 143, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ar.gmo, 20, 94, 85, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mr.po, 20, 94, 94, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ms.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/si.gmo, 7, 8, 9, 0, 0, 0, 0, 7, 8 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 94, 255, 254, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mk.gmo, 38, 119, 141, 0, 0, 0, 0, 38, 119 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/he.po, 94, 255, 253, 12, 67, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 22, 74, 74, 29, 115, 55, 133, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/et.gmo, 30, 106, 83, 0, 0, 0, 0, 30, 106 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 106, 322, 371, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pl.gmo, 106, 322, 317, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fi.po, 59, 163, 128, 16, 73, 31, 86, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/th.gmo, 40, 127, 66, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 105, 320, 331, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/be.po, 105, 320, 314, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ca.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/lt.gmo, 106, 322, 285, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/kk.po, 79, 145, 144, 1, 2, 26, 175, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pa.po, 43, 130, 136, 23, 87, 40, 105, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/az.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sq.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/es.po, 106, 322, 398, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ta.gmo, 40, 127, 117, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/cs.po, 106, 322, 320, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/eo.gmo, 15, 16, 15, 0, 0, 0, 0, 15, 16 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/nb.gmo, 103, 315, 306, 0, 0, 0, 0, 103, 315 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/da.gmo, 105, 320, 292, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ar.po, 20, 94, 85, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 20, 94, 101, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/eu.gmo, 106, 322, 290, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ro.gmo, 105, 320, 375, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/el.gmo, 105, 320, 339, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/gl.gmo, 105, 320, 384, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bn.gmo, 26, 103, 110, 0, 0, 0, 0, 26, 103 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/et.po, 30, 106, 83, 17, 61, 59, 155, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ru.po, 88, 220, 211, 13, 69, 5, 33, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/tg.po, 11, 11, 13, 6, 8, 89, 303, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/dz.gmo, 16, 72, 44, 0, 0, 0, 0, 16, 72 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ga.po, 16, 39, 38, 10, 27, 80, 256, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/cy.po, 3, 4, 4, 10, 15, 93, 303, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fa.po, 4, 8, 8, 9, 13, 93, 301, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ga.gmo, 16, 39, 38, 0, 0, 0, 0, 16, 39 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ug.gmo, 40, 127, 120, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fr.po, 106, 322, 403, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/it.po, 106, 322, 353, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sk.gmo, 105, 320, 327, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bs.gmo, 87, 218, 214, 0, 0, 0, 0, 87, 218 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mai.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/as.gmo, 84, 213, 225, 0, 0, 0, 0, 84, 213 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sq.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/uk.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/te.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ro.po, 105, 320, 375, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/lv.po, 105, 320, 300, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pt.gmo, 94, 255, 296, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 105, 320, 331, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/nl.gmo, 105, 320, 288, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/az.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/oc.gmo, 105, 320, 396, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/hr.po, 105, 320, 310, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 106, 322, 371, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ja.gmo, 86, 210, 119, 0, 0, 0, 0, 86, 210 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fa.gmo, 4, 8, 8, 0, 0, 0, 0, 4, 8 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ml.po, 20, 94, 69, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ko.gmo, 105, 320, 301, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 105, 320, 145, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/cy.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/lt.po, 106, 322, 285, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/hi.po, 40, 127, 128, 21, 82, 45, 113, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/kn.po, 37, 118, 103, 20, 82, 49, 122, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/as.po, 84, 213, 225, 16, 75, 6, 34, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/nn.gmo, 26, 103, 85, 0, 0, 0, 0, 26, 103 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bn.po, 26, 103, 110, 25, 86, 55, 133, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/da.po, 105, 320, 292, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/tg.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ne.po, 16, 72, 70, 23, 84, 67, 166, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/vi.po, 94, 255, 378, 12, 67, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/el.po, 105, 320, 339, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/eo.po, 15, 16, 15, 8, 11, 83, 295, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fi.gmo, 59, 163, 128, 0, 0, 0, 0, 59, 163 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mk.po, 38, 119, 141, 21, 85, 47, 118, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bs.po, 87, 218, 214, 14, 71, 5, 33, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ast.po, 38, 119, 143, 21, 85, 47, 118, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/rw.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sv.po, 106, 322, 280, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/be.gmo, 105, 320, 314, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sl.po, 106, 322, 308, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/gu.po, 67, 162, 174, 21, 79, 18, 81, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ko.po, 105, 320, 301, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/hi.gmo, 40, 127, 128, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/xh.po, 3, 4, 5, 9, 13, 94, 305, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 84, 213, 114, 16, 75, 6, 34, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/es.gmo, 106, 322, 398, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/kn.gmo, 37, 118, 103, 0, 0, 0, 0, 37, 118 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mn.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mg.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/cs.gmo, 106, 322, 320, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/uk.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mn.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/nl.po, 105, 320, 288, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ms.po, 3, 4, 4, 9, 13, 94, 305, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sr.gmo, 106, 322, 333, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/id.po, 106, 322, 327, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ug.po, 40, 127, 120, 21, 82, 45, 113, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/kk.gmo, 79, 145, 144, 0, 0, 0, 0, 79, 145 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/it.gmo, 106, 322, 353, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ru.gmo, 88, 220, 211, 0, 0, 0, 0, 88, 220 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/hu.gmo, 106, 322, 295, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ca.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bg.po, 93, 251, 285, 11, 66, 2, 5, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/nn.po, 26, 103, 85, 23, 82, 57, 137, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sl.gmo, 106, 322, 308, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ja.po, 86, 210, 119, 12, 68, 8, 44, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/th.po, 40, 127, 66, 20, 81, 46, 114, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ne.gmo, 16, 72, 70, 0, 0, 0, 0, 16, 72 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/gtksourceview-3.0.pot, 0, 0, 0, 0, 0, 106, 322, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/bg.gmo, 93, 251, 285, 0, 0, 0, 0, 93, 251 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/en_GB.po, 94, 255, 254, 12, 67, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/mai.po, 6, 7, 8, 10, 15, 90, 300, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 22, 74, 74, 0, 0, 0, 0, 22, 74 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/ta.po, 40, 127, 117, 21, 82, 45, 113, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 105, 320, 143, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 16, 72, 72, 0, 0, 0, 0, 16, 72 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/tr.po, 106, 322, 291, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/or.po, 34, 113, 110, 21, 83, 51, 126, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/oc.po, 105, 320, 396, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/sr.po, 106, 322, 333, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv, po/fr.gmo, 106, 322, 403, 0, 0, 0, 0, 106, 322 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/si.po, 6, 7, 8, 6, 11, 82, 290, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 78, 209, 266, 0, 0, 0, 0, 78, 209 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pt.po, 82, 241, 278, 12, 67, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 26, 105, 129, 0, 0, 0, 0, 26, 105 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 82, 241, 237, 0, 0, 0, 0, 82, 241 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 15, 71, 71, 19, 80, 60, 157, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/gtksourceview-4.pot, 0, 0, 0, 0, 0, 94, 308, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sk.po, 93, 306, 313, 1, 2, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 19, 93, 93, 0, 0, 0, 0, 19, 93 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 94, 308, 375, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 82, 241, 359, 0, 0, 0, 0, 82, 241 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 93, 306, 133, 1, 2, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 94, 308, 267, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/xh.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/de.po, 94, 308, 283, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 19, 93, 100, 0, 0, 0, 0, 19, 93 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/dz.po, 15, 71, 43, 21, 83, 58, 154, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 27, 109, 97, 0, 0, 0, 0, 27, 109 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 58, 153, 165, 0, 0, 0, 0, 58, 153 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 19, 93, 68, 0, 0, 0, 0, 19, 93 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/nb.po, 90, 299, 289, 2, 4, 2, 5, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 94, 308, 297, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 94, 308, 287, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 31, 116, 121, 0, 0, 0, 0, 31, 116 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 94, 308, 283, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 94, 308, 310, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/gl.po, 94, 308, 372, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/eu.po, 93, 306, 272, 1, 2, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/rw.po, 1, 1, 1, 3, 5, 90, 302, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 22, 99, 95, 0, 0, 0, 0, 22, 99 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pl.po, 94, 308, 303, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mg.po, 3, 4, 5, 8, 13, 83, 291, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 72, 199, 102, 0, 0, 0, 0, 72, 199 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/hu.po, 94, 308, 281, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fur.po, 94, 308, 375, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 94, 308, 273, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 94, 308, 133, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ar.gmo, 19, 93, 84, 0, 0, 0, 0, 19, 93 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mr.po, 19, 93, 93, 18, 76, 57, 139, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ms.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/si.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 82, 241, 240, 0, 0, 0, 0, 82, 241 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 26, 105, 123, 0, 0, 0, 0, 26, 105 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/he.po, 82, 241, 237, 12, 67, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 20, 72, 72, 23, 109, 51, 127, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 22, 96, 74, 0, 0, 0, 0, 22, 96 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 94, 308, 362, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 94, 308, 303, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fi.po, 48, 150, 115, 15, 72, 31, 86, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 28, 113, 54, 0, 0, 0, 0, 28, 113 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 93, 306, 317, 1, 2, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/be.po, 94, 308, 293, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 93, 306, 387, 0, 0, 0, 0, 93, 306 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 94, 308, 270, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/kk.po, 68, 133, 130, 0, 0, 26, 175, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pa.po, 31, 116, 121, 23, 87, 40, 105, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/az.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sq.po, 3, 4, 5, 8, 13, 83, 291, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/es.po, 94, 308, 384, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 28, 113, 102, 0, 0, 0, 0, 28, 113 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/cs.po, 94, 308, 306, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 26, 31, 29, 0, 0, 0, 0, 26, 31 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 90, 299, 289, 0, 0, 0, 0, 90, 299 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 94, 308, 278, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ar.po, 19, 93, 84, 18, 76, 57, 139, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 19, 93, 100, 18, 76, 57, 139, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 93, 306, 272, 0, 0, 0, 0, 93, 306 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 94, 308, 359, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 94, 308, 323, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 94, 308, 372, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bn.gmo, 24, 101, 108, 0, 0, 0, 0, 24, 101 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/et.po, 22, 96, 74, 17, 61, 55, 151, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ru.po, 76, 206, 192, 13, 69, 5, 33, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/tg.po, 4, 4, 4, 6, 8, 84, 296, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/dz.gmo, 15, 71, 43, 0, 0, 0, 0, 15, 71 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ga.po, 14, 37, 36, 10, 27, 70, 244, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/cy.po, 3, 4, 4, 8, 13, 83, 291, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fa.po, 4, 8, 8, 7, 11, 83, 289, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ga.gmo, 14, 37, 36, 0, 0, 0, 0, 14, 37 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 78, 209, 266, 11, 66, 5, 33, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ug.gmo, 28, 113, 104, 0, 0, 0, 0, 28, 113 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fr.po, 94, 308, 382, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/it.po, 94, 308, 339, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 93, 306, 313, 0, 0, 0, 0, 93, 306 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 75, 204, 200, 0, 0, 0, 0, 75, 204 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mai.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 72, 199, 209, 0, 0, 0, 0, 72, 199 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sq.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/uk.po, 27, 109, 100, 21, 85, 46, 114, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/te.po, 27, 109, 97, 21, 85, 46, 114, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ro.po, 94, 308, 359, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/lv.po, 94, 308, 287, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 82, 241, 278, 0, 0, 0, 0, 82, 241 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 93, 306, 317, 0, 0, 0, 0, 93, 306 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 94, 308, 274, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/az.po, 3, 4, 4, 6, 10, 85, 294, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/oc.gmo, 94, 308, 379, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/hr.po, 94, 308, 297, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 94, 308, 362, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 74, 196, 107, 0, 0, 0, 0, 74, 196 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fa.gmo, 4, 8, 8, 0, 0, 0, 0, 4, 8 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ml.po, 19, 93, 68, 18, 76, 57, 139, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 94, 308, 286, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 93, 306, 133, 0, 0, 0, 0, 93, 306 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/cy.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/lt.po, 94, 308, 270, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/hi.po, 28, 113, 113, 21, 82, 45, 113, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/kn.po, 26, 107, 91, 20, 82, 48, 119, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/as.po, 72, 199, 209, 16, 75, 6, 34, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/nn.gmo, 24, 101, 83, 0, 0, 0, 0, 24, 101 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bn.po, 24, 101, 108, 19, 80, 51, 127, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/da.po, 94, 308, 278, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ne.po, 15, 71, 69, 19, 80, 60, 157, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/vi.po, 82, 241, 359, 12, 67, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/el.po, 94, 308, 323, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/eo.po, 26, 31, 29, 2, 4, 66, 273, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 48, 150, 115, 0, 0, 0, 0, 48, 150 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mk.po, 26, 105, 123, 21, 85, 47, 118, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bs.po, 75, 204, 200, 14, 71, 5, 33, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ast.po, 26, 105, 129, 21, 85, 47, 118, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/rw.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sv.po, 94, 308, 267, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 94, 308, 293, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sl.po, 94, 308, 294, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/gu.po, 58, 153, 165, 19, 77, 17, 78, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ko.po, 94, 308, 286, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 28, 113, 113, 0, 0, 0, 0, 28, 113 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/xh.po, 3, 4, 5, 7, 11, 84, 293, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 72, 199, 102, 16, 75, 6, 34, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 94, 308, 384, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 26, 107, 91, 0, 0, 0, 0, 26, 107 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mn.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mg.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 94, 308, 306, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 27, 109, 100, 0, 0, 0, 0, 27, 109 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mn.po, 3, 4, 4, 6, 10, 85, 294, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/nl.po, 94, 308, 274, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ms.po, 3, 4, 4, 7, 11, 84, 293, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 94, 308, 319, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/id.po, 94, 308, 310, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ug.po, 28, 113, 104, 21, 82, 45, 113, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/kk.gmo, 68, 133, 130, 0, 0, 0, 0, 68, 133 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 94, 308, 339, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 76, 206, 192, 0, 0, 0, 0, 76, 206 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 94, 308, 281, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ca.po, 93, 306, 387, 1, 2, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bg.po, 81, 237, 267, 11, 66, 2, 5, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/nn.po, 24, 101, 83, 18, 77, 52, 130, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 94, 308, 294, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ja.po, 74, 196, 107, 12, 68, 8, 44, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/th.po, 28, 113, 54, 20, 81, 46, 114, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 15, 71, 69, 0, 0, 0, 0, 15, 71 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 81, 237, 267, 0, 0, 0, 0, 81, 237 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 82, 241, 240, 12, 67, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/mai.po, 6, 7, 8, 7, 12, 81, 289, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 20, 72, 72, 0, 0, 0, 0, 20, 72 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/ta.po, 28, 113, 102, 21, 82, 45, 113, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 94, 308, 133, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 15, 71, 71, 0, 0, 0, 0, 15, 71 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/tr.po, 94, 308, 273, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/or.po, 22, 99, 95, 21, 83, 51, 126, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/oc.po, 94, 308, 379, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/sr.po, 94, 308, 319, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 94, 308, 382, 0, 0, 0, 0, 94, 308 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/cs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 22, 81, 99, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/sl.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/es.po, 22, 81, 113, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/sv.po, 22, 81, 79, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/ca.po, 22, 81, 139, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/el.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/ro.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/ca@valencia.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/nds.po, 3, 8, 7, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/zh_HK.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/hr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/uk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/lt.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/oc.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/pl.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/sr.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/gl.po, 22, 81, 115, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/lv.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/te.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/eu.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/bs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/pa.po, 22, 81, 96, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/th.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/en_GB.po, 22, 81, 81, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/fr.po, 22, 81, 111, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/hu.po, 22, 81, 77, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/nl.po, 3, 8, 6, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/pt.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/ru.po, 22, 81, 82, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/gd.po, 3, 8, 12, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/eo.po, 3, 8, 14, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/guc.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/id.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/de.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 22, 81, 30, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/zh_TW.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/ja.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/fur.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/da.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/ko.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/sk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/sr@latin.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/he.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/it.po, 22, 81, 92, 0, 0, 0, 0, 22, 81 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/tr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/tg.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv, po/nb.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/nl.po, 3311, 11653, 11404, 1205, 3556, 184, 553, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/tr.gmo, 3304, 11036, 10518, 0, 0, 0, 0, 3304, 11036 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/el.po, 115, 148, 158, 2074, 6310, 2511, 9304, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/ru.po, 1704, 4597, 4538, 2114, 6205, 882, 4960, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/sk.gmo, 3108, 10215, 10002, 0, 0, 0, 0, 3108, 10215 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/uk.gmo, 3311, 11653, 11248, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/nl.gmo, 3311, 11653, 11404, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/ja.po, 975, 3254, 1999, 1702, 6571, 2023, 5937, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/vi.gmo, 2935, 8209, 8668, 0, 0, 0, 0, 2935, 8209 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/pl.po, 157, 314, 306, 1846, 5527, 2697, 9921, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/de.gmo, 3311, 11653, 10679, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/fr.gmo, 3311, 11653, 12125, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/gl.gmo, 2582, 8926, 9610, 0, 0, 0, 0, 2582, 8926 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/sk.po, 3108, 10215, 10002, 1288, 4541, 304, 1006, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/gutenprint.pot, 0, 0, 0, 0, 0, 4700, 15762, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/nb.gmo, 242, 695, 642, 0, 0, 0, 0, 242, 695 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/zh_TW.po, 465, 1584, 793, 2524, 7790, 1711, 6388, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/es.po, 306, 1819, 1984, 2037, 7189, 2357, 6754, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/cs.gmo, 336, 1980, 1683, 0, 0, 0, 0, 336, 1980 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/zh_CN.po, 2965, 8561, 7654, 1222, 3614, 513, 3587, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/pt.po, 334, 1968, 2054, 2012, 7044, 2354, 6750, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/sl.po, 2560, 8860, 8534, 1918, 6263, 222, 639, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/da.po, 3311, 11653, 11174, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/fr.po, 3311, 11653, 12125, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/tr.po, 3304, 11036, 10518, 1213, 4175, 183, 551, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/vi.po, 2935, 8209, 8668, 1200, 3529, 565, 4024, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/fi.gmo, 2212, 6765, 6191, 0, 0, 0, 0, 2212, 6765 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/uk.po, 3311, 11653, 11248, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/ru.gmo, 1704, 4597, 4538, 0, 0, 0, 0, 1704, 4597 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/sv.po, 1354, 5110, 4902, 2650, 8590, 696, 2062, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/it.po, 3311, 11653, 11994, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 465, 1584, 793, 0, 0, 0, 0, 465, 1584 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/gl.po, 2582, 8926, 9610, 1896, 6197, 222, 639, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/en_GB.po, 2112, 7530, 7507, 2283, 7328, 305, 904, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/hu.gmo, 3311, 11653, 11181, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/cs.po, 336, 1980, 1683, 2003, 6971, 2361, 6811, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/da.gmo, 3311, 11653, 11174, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/hu.po, 3311, 11653, 11181, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/sl.gmo, 2560, 8860, 8534, 0, 0, 0, 0, 2560, 8860 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/nb.po, 242, 695, 642, 2048, 6258, 2410, 8809, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/ja.gmo, 975, 3254, 1999, 0, 0, 0, 0, 975, 3254 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/de.po, 3311, 11653, 10679, 1214, 3574, 175, 535, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/fi.po, 2212, 6765, 6191, 2042, 6009, 446, 2988, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/ca.po, 3311, 11653, 12496, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/en_GB.gmo, 2112, 7530, 7507, 0, 0, 0, 0, 2112, 7530 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/it.gmo, 3311, 11653, 11994, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 2965, 8561, 7654, 0, 0, 0, 0, 2965, 8561 -gutenprint-5.2.14-6.fc30.src.rpm.stats.csv, po/sv.gmo, 1354, 5110, 4902, 0, 0, 0, 0, 1354, 5110 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 403, 2076, 639, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 596, 2704, 1004, 0, 0, 0, 0, 596, 2704 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 631, 2910, 1008, 0, 0, 0, 0, 631, 2910 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/vi.po, 403, 2076, 3099, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/uk.po, 402, 2069, 2058, 0, 0, 0, 0, 402, 2069 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ug.po, 583, 2640, 2364, 0, 0, 2, 8, 585, 2648 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/tr.po, 403, 2076, 1772, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/th.po, 564, 2552, 1102, 0, 0, 0, 0, 564, 2552 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/tg.po, 71, 121, 134, 0, 0, 514, 2527, 585, 2648 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/te.po, 596, 2704, 2339, 0, 0, 0, 0, 596, 2704 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ta.po, 596, 2704, 2387, 0, 0, 0, 0, 596, 2704 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/sv.po, 403, 2076, 2015, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 412, 2148, 2317, 0, 0, 0, 0, 412, 2148 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/sr.po, 403, 2076, 2251, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/sq.po, 312, 1245, 1532, 0, 0, 0, 0, 312, 1245 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/sl.po, 403, 2076, 2148, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/sk.po, 402, 2069, 2074, 0, 0, 0, 0, 402, 2069 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ru.po, 403, 2076, 2003, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ro.po, 403, 2076, 2468, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 403, 2076, 2605, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/pt.po, 624, 2893, 3334, 0, 0, 0, 0, 624, 2893 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/pl.po, 403, 2076, 2162, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/pa.po, 607, 2762, 3169, 0, 0, 0, 0, 607, 2762 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/or.po, 596, 2704, 2797, 0, 0, 0, 0, 596, 2704 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/oc.po, 593, 2663, 3511, 0, 0, 25, 188, 618, 2851 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/nn.po, 540, 2427, 2414, 0, 0, 5, 18, 545, 2445 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/nl.po, 403, 2076, 2062, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ne.po, 155, 554, 562, 170, 781, 86, 804, 411, 2139 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/nds.po, 222, 594, 641, 0, 0, 236, 1342, 458, 1936 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/nb.po, 412, 2148, 2136, 0, 0, 0, 0, 412, 2148 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/mr.po, 596, 2704, 2677, 0, 0, 0, 0, 596, 2704 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ml.po, 585, 2648, 2211, 0, 0, 0, 0, 585, 2648 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/mk.po, 537, 2412, 2873, 0, 0, 0, 0, 537, 2412 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/mai.po, 88, 196, 215, 0, 0, 357, 1662, 445, 1858 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/lv.po, 403, 2076, 1856, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/lt.po, 403, 2076, 1765, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ku.po, 65, 142, 164, 0, 0, 209, 908, 274, 1050 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ko.po, 403, 2076, 1834, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/kn.po, 601, 2728, 2422, 0, 0, 0, 0, 601, 2728 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/kk.po, 313, 1502, 1420, 0, 0, 90, 574, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ja.po, 583, 2640, 1062, 0, 0, 0, 0, 583, 2640 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/it.po, 403, 2076, 2347, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/id.po, 403, 2076, 2100, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/hu.po, 403, 2076, 2037, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/hr.po, 403, 2076, 1955, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/hi.po, 596, 2704, 3161, 0, 0, 0, 0, 596, 2704 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/he.po, 400, 2080, 2041, 0, 0, 0, 0, 400, 2080 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/gu.po, 597, 2706, 3018, 0, 0, 0, 0, 597, 2706 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/gl.po, 403, 2076, 2857, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ga.po, 165, 446, 523, 0, 0, 197, 1130, 362, 1576 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/fur.po, 403, 2076, 2560, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/fr.po, 403, 2076, 2820, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/fi.po, 341, 1699, 1411, 43, 266, 18, 104, 402, 2069 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/fa.po, 465, 1815, 2181, 15, 61, 65, 569, 545, 2445 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/eu.po, 411, 2139, 2066, 0, 0, 0, 0, 411, 2139 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/et.po, 565, 2555, 2241, 0, 0, 0, 0, 565, 2555 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/es.po, 403, 2076, 2739, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/eo.po, 111, 361, 386, 9, 43, 291, 1735, 411, 2139 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 412, 2148, 2146, 0, 0, 0, 0, 412, 2148 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/en@shaw.po, 409, 1725, 1725, 49, 211, 0, 0, 458, 1936 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/el.po, 403, 2076, 2225, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/de.po, 403, 2076, 2213, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/da.po, 403, 2076, 2009, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/cs.po, 403, 2076, 1985, 0, 0, 0, 0, 403, 2076 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 411, 2139, 3009, 0, 0, 0, 0, 411, 2139 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ca.po, 400, 2043, 2897, 0, 0, 0, 0, 400, 2043 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/bs.po, 609, 2777, 2884, 0, 0, 0, 0, 609, 2777 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 596, 2704, 2986, 0, 0, 0, 0, 596, 2704 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/bn.po, 458, 1936, 2102, 0, 0, 0, 0, 458, 1936 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/bg.po, 618, 2851, 3363, 0, 0, 0, 0, 618, 2851 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/be@latin.po, 326, 1354, 1338, 0, 0, 0, 0, 326, 1354 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/be.po, 402, 2069, 2045, 0, 0, 0, 0, 402, 2069 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ast.po, 537, 2412, 2910, 0, 0, 0, 0, 537, 2412 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/as.po, 597, 2706, 2858, 0, 0, 0, 0, 597, 2706 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/ar.po, 401, 1654, 1688, 9, 33, 59, 324, 469, 2011 -gvfs-1.40.1-2.fc30.src.rpm.stats.csv, po/af.po, 210, 711, 733, 1, 3, 252, 1269, 463, 1983 -hplip-3.18.12-9.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/tg.po, 79, 613, 646, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 79, 613, 683, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/pl.po, 79, 613, 599, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/it.po, 69, 496, 533, 6, 24, 4, 93, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/hunspell.pot, 0, 0, 0, 0, 0, 79, 613, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/hu.po, 76, 598, 563, 3, 15, 0, 0, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/es.po, 79, 613, 700, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/de.po, 79, 613, 582, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-2.fc30.src.rpm.stats.csv, po/ca.po, 79, 613, 705, 0, 0, 0, 0, 79, 613 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/hu.gmo, 535, 2146, 2019, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/nb.po, 62, 163, 151, 8, 22, 465, 1961, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ml.po, 154, 707, 593, 15, 103, 366, 1336, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ar.po, 41, 117, 109, 5, 16, 489, 2013, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/pa.gmo, 203, 777, 782, 0, 0, 0, 0, 203, 777 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ru.po, 145, 758, 657, 10, 83, 380, 1305, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ca.po, 272, 1398, 1656, 6, 42, 257, 706, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/de.gmo, 195, 1069, 910, 0, 0, 0, 0, 195, 1069 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 197, 1123, 1304, 0, 0, 0, 0, 197, 1123 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 41, 115, 109, 5, 16, 489, 2015, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/mr.po, 162, 925, 857, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/hu.po, 535, 2146, 2019, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/bg.gmo, 121, 557, 613, 0, 0, 0, 0, 121, 557 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 163, 927, 309, 6, 59, 366, 1160, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ko.po, 162, 925, 735, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/fi.gmo, 93, 302, 240, 0, 0, 0, 0, 93, 302 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 162, 925, 939, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ar.gmo, 41, 117, 109, 0, 0, 0, 0, 41, 117 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/bg.po, 121, 557, 613, 11, 51, 403, 1538, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/lv.gmo, 105, 456, 407, 0, 0, 0, 0, 105, 456 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/cs.gmo, 504, 1883, 1759, 0, 0, 0, 0, 504, 1883 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/he.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 222, 1149, 387, 6, 57, 307, 940, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/da.gmo, 520, 2088, 1750, 0, 0, 0, 0, 520, 2088 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/it.gmo, 171, 807, 919, 0, 0, 0, 0, 171, 807 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/vi.gmo, 118, 512, 681, 0, 0, 0, 0, 118, 512 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/fi.po, 93, 302, 240, 7, 11, 435, 1833, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/or.po, 142, 669, 659, 15, 97, 378, 1380, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ca.gmo, 272, 1398, 1656, 0, 0, 0, 0, 272, 1398 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/de.po, 195, 1069, 910, 11, 88, 329, 989, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/eu.po, 50, 96, 102, 7, 13, 478, 2037, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ur.po, 1, 1, 1, 0, 0, 534, 2145, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sr.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ml.gmo, 154, 707, 593, 0, 0, 0, 0, 154, 707 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/mr.gmo, 162, 925, 857, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ibus10.pot, 0, 0, 0, 0, 0, 535, 2146, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/te.po, 162, 925, 780, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/fr.po, 535, 2146, 2429, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/gu.gmo, 162, 925, 916, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/mn.po, 32, 116, 97, 5, 33, 498, 1997, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/as.po, 162, 925, 885, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/tg.gmo, 32, 36, 44, 0, 0, 0, 0, 32, 36 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ja.gmo, 535, 2146, 812, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 222, 1149, 387, 0, 0, 0, 0, 222, 1149 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/es.po, 520, 2088, 2389, 10, 50, 5, 8, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/es.gmo, 520, 2088, 2389, 0, 0, 0, 0, 520, 2088 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ta.gmo, 162, 925, 768, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/tg.po, 32, 36, 44, 4, 6, 499, 2104, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 104, 449, 452, 0, 0, 0, 0, 104, 449 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ta.po, 162, 925, 768, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/pl.gmo, 535, 2146, 2025, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/it.po, 171, 807, 919, 28, 393, 336, 946, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/he.po, 1, 1, 1, 0, 0, 534, 2145, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ko.gmo, 162, 925, 735, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 197, 1123, 1304, 11, 88, 327, 935, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/nb.gmo, 62, 163, 151, 0, 0, 0, 0, 62, 163 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/bn.po, 104, 448, 503, 10, 49, 421, 1649, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/gu.po, 162, 925, 916, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/bn.gmo, 104, 448, 503, 0, 0, 0, 0, 104, 448 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 163, 927, 309, 0, 0, 0, 0, 163, 927 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ru.gmo, 145, 758, 657, 0, 0, 0, 0, 145, 758 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/cs.po, 504, 1883, 1759, 19, 104, 12, 159, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ia.po, 125, 583, 715, 14, 93, 396, 1470, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/mn.gmo, 32, 116, 97, 0, 0, 0, 0, 32, 116 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/en_GB.po, 104, 449, 452, 11, 51, 420, 1646, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/te.gmo, 162, 925, 780, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/hi.po, 125, 583, 682, 14, 93, 396, 1470, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ia.gmo, 125, 583, 715, 0, 0, 0, 0, 125, 583 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/et.po, 42, 75, 69, 6, 12, 487, 2059, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/as.gmo, 162, 925, 885, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/vi.po, 118, 512, 681, 0, 0, 417, 1634, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/pa.po, 203, 777, 782, 4, 39, 328, 1330, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 520, 2088, 747, 10, 50, 5, 8, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/fa.po, 38, 67, 73, 5, 8, 492, 2071, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/uk.po, 535, 2146, 2083, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sr.po, 41, 115, 109, 5, 16, 489, 2015, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sv.gmo, 520, 2088, 1708, 0, 0, 0, 0, 520, 2088 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/et.gmo, 42, 75, 69, 0, 0, 0, 0, 42, 75 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/fr.gmo, 535, 2146, 2429, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ja.po, 535, 2146, 812, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/fa.gmo, 38, 67, 73, 0, 0, 0, 0, 38, 67 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/nl.gmo, 535, 2146, 2128, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/hi.gmo, 125, 583, 682, 0, 0, 0, 0, 125, 583 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sq.po, 13, 20, 22, 1, 2, 521, 2124, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 162, 925, 939, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/or.gmo, 142, 669, 659, 0, 0, 0, 0, 142, 669 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/da.po, 520, 2088, 1750, 10, 50, 5, 8, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/pl.po, 535, 2146, 2025, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/nl.po, 535, 2146, 2128, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 520, 2088, 747, 0, 0, 0, 0, 520, 2088 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/uk.gmo, 535, 2146, 2083, 0, 0, 0, 0, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sq.gmo, 13, 20, 22, 0, 0, 0, 0, 13, 20 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/eu.gmo, 50, 96, 102, 0, 0, 0, 0, 50, 96 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/lv.po, 105, 456, 407, 11, 51, 419, 1639, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/sv.po, 520, 2088, 1708, 10, 50, 5, 8, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/kn.po, 162, 925, 803, 6, 59, 367, 1162, 535, 2146 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/kn.gmo, 162, 925, 803, 0, 0, 0, 0, 162, 925 -ibus-1.5.20-1.fc30.src.rpm.stats.csv, po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 27, 129, 27, 129 -ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv, po/ko.po, 27, 129, 99, 0, 0, 0, 0, 27, 129 -ibus-kkc-1.5.22-11.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-kkc-1.5.22-11.fc30.src.rpm.stats.csv, po/ja.po, 82, 270, 114, 0, 0, 0, 0, 82, 270 -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv, po/ca.po, 134, 369, 430, 4, 8, 3, 3, 141, 380 -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 141, 380, 173, 0, 0, 0, 0, 141, 380 -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv, po/fr.po, 133, 335, 360, 0, 0, 8, 45, 141, 380 -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv, po/ru.po, 27, 42, 51, 38, 104, 76, 234, 141, 380 -ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 70, 204, 113, 0, 0, 0, 0, 70, 204 -ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 60, 174, 84, 0, 0, 10, 30, 70, 204 -ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 52, 142, 76, 6, 21, 12, 41, 70, 204 -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv, po/ibus-m17n.pot, 0, 0, 0, 0, 0, 24, 56, 24, 56 -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv, po/de.po, 24, 56, 55, 0, 0, 0, 0, 24, 56 -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 24, 56, 24, 56 -ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv, po/de.gmo, 24, 56, 55, 0, 0, 0, 0, 24, 56 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/ibus-typing-booster.pot, 0, 0, 0, 0, 0, 193, 1778, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/ca.po, 20, 78, 102, 3, 12, 170, 1688, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 18, 30, 33, 0, 0, 0, 0, 18, 30 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 13, 14, 14, 0, 0, 0, 0, 13, 14 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 20, 40, 20, 0, 0, 0, 0, 20, 40 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 172, 1497, 1682, 0, 0, 0, 0, 172, 1497 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/cs.po, 13, 14, 14, 0, 0, 180, 1764, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/uk.po, 193, 1778, 1654, 0, 0, 0, 0, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 65, 158, 70, 0, 0, 0, 0, 65, 158 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/de.po, 193, 1778, 1716, 0, 0, 0, 0, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 18, 30, 33, 0, 0, 175, 1748, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/fr.po, 172, 1497, 1682, 0, 0, 21, 281, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 193, 1778, 1596, 0, 0, 0, 0, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/pl.po, 193, 1778, 1596, 0, 0, 0, 0, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 193, 1778, 1654, 0, 0, 0, 0, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 129, 1077, 1173, 0, 0, 0, 0, 129, 1077 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 20, 78, 102, 0, 0, 0, 0, 20, 78 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/ja.po, 65, 158, 70, 0, 0, 128, 1620, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 20, 40, 20, 0, 0, 173, 1738, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/es.po, 129, 1077, 1173, 0, 0, 64, 701, 193, 1778 -ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 193, 1778, 1716, 0, 0, 0, 0, 193, 1778 -initscripts-10.01-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 119, 775, 342, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 132, 864, 447, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/vi.po, 62, 367, 487, 9, 46, 77, 559, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/uk.po, 132, 864, 845, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/tr.po, 132, 864, 816, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/te.po, 119, 775, 677, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ta.po, 119, 775, 683, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/sv.po, 132, 864, 851, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 118, 768, 783, 10, 54, 20, 150, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/sr.po, 132, 864, 882, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/sl.po, 118, 768, 772, 10, 54, 20, 150, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/sk.po, 132, 864, 854, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ru.po, 132, 864, 853, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ro.po, 63, 318, 351, 6, 25, 79, 629, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 132, 864, 1000, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/pt.po, 119, 775, 941, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/pl.po, 132, 864, 892, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/pa.po, 119, 775, 950, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/or.po, 119, 775, 916, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/nn.po, 3, 4, 4, 3, 12, 142, 956, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/nl.po, 132, 864, 939, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 147, 971, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/nb.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ms.po, 104, 684, 697, 10, 54, 34, 234, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/mr.po, 119, 775, 787, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ml.po, 132, 864, 759, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/mk.po, 112, 744, 775, 10, 54, 26, 174, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/mai.po, 118, 768, 942, 10, 54, 20, 150, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/lv.po, 61, 337, 270, 10, 54, 77, 581, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/lt.po, 62, 288, 252, 10, 54, 76, 630, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ko.po, 118, 768, 721, 10, 54, 20, 150, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/kn.po, 119, 775, 752, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ka.po, 10, 22, 25, 3, 16, 135, 934, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ja.po, 119, 775, 423, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/it.po, 119, 775, 867, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/is.po, 111, 740, 765, 10, 54, 27, 178, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/initscripts.pot, 0, 0, 0, 0, 0, 159, 1071, 159, 1071 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/id.po, 103, 683, 713, 10, 54, 35, 235, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/hu.po, 119, 775, 815, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/hr.po, 118, 768, 787, 10, 54, 20, 150, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/hi.po, 119, 775, 951, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/gu.po, 119, 775, 908, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/gl.po, 44, 209, 245, 9, 46, 95, 717, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/fr.po, 132, 864, 1045, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/fi.po, 132, 864, 749, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/eu.po, 1, 2, 4, 2, 7, 145, 963, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/et.po, 103, 683, 640, 10, 54, 35, 235, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/es.po, 132, 864, 1031, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/en_GB.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/el.po, 117, 761, 856, 10, 54, 21, 157, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/de.po, 132, 864, 848, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/da.po, 119, 775, 764, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/cy.po, 106, 701, 818, 10, 54, 32, 217, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/cs.po, 132, 864, 824, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ca.po, 132, 864, 1167, 0, 0, 16, 108, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/bs.po, 110, 730, 747, 10, 54, 28, 188, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 119, 775, 849, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/bn.po, 119, 775, 852, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/bg.po, 119, 775, 834, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/as.po, 119, 775, 886, 10, 54, 19, 143, 148, 972 -initscripts-10.01-2.fc30.src.rpm.stats.csv, po/ar.po, 101, 666, 701, 10, 54, 37, 252, 148, 972 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/zh_TW.po, 182, 383, 215, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/zh_HK.po, 67, 84, 71, 21, 46, 94, 253, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/zh_CN.po, 102, 192, 112, 17, 47, 63, 144, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/vi.po, 129, 253, 325, 8, 30, 45, 100, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/uk.po, 182, 383, 339, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/tr.po, 75, 93, 104, 20, 42, 87, 248, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/th.po, 155, 309, 204, 3, 13, 24, 61, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/sv.po, 182, 383, 350, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/sr@latin.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/sr.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/sl.po, 107, 206, 242, 8, 30, 67, 147, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/sk.po, 28, 48, 50, 7, 26, 147, 309, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/sc.po, 182, 383, 403, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ru.po, 182, 383, 311, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ro.po, 144, 288, 291, 5, 22, 33, 73, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/pt_BR.po, 182, 383, 390, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/pt.po, 73, 89, 91, 24, 54, 85, 240, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/pl.po, 182, 383, 309, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/oc.po, 36, 36, 36, 0, 0, 146, 347, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/nn.po, 76, 94, 90, 24, 54, 82, 235, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/nl.po, 182, 383, 355, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/nb.po, 84, 115, 110, 23, 54, 75, 214, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ml.po, 17, 17, 17, 1, 2, 164, 364, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/lv.po, 168, 340, 299, 4, 14, 10, 29, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/lt.po, 123, 233, 219, 9, 34, 50, 116, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ko.po, 50, 56, 62, 13, 33, 119, 294, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ja.po, 65, 79, 65, 22, 49, 95, 255, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/it.po, 168, 340, 346, 4, 14, 10, 29, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/iso_15924.pot, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/is.po, 182, 383, 372, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/id.po, 182, 383, 395, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ia.po, 135, 286, 280, 47, 97, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/hu.po, 182, 383, 378, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/he.po, 31, 36, 36, 8, 22, 143, 325, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/gl.po, 144, 288, 304, 5, 22, 33, 73, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/fr.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/fi.po, 158, 315, 254, 4, 14, 20, 54, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/fa.po, 38, 41, 41, 9, 22, 135, 320, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/et.po, 178, 377, 283, 4, 6, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/es.po, 124, 255, 273, 12, 35, 46, 93, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/eo.po, 162, 328, 288, 4, 14, 16, 41, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/el.po, 25, 30, 30, 6, 15, 151, 338, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/de.po, 182, 383, 348, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/da.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/cy.po, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/cs.po, 158, 315, 272, 4, 14, 20, 54, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ca.po, 48, 96, 104, 2, 10, 132, 277, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/br.po, 123, 233, 238, 9, 34, 50, 116, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/bg.po, 27, 35, 31, 8, 24, 147, 324, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/be.po, 182, 383, 319, 0, 0, 0, 0, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_15924/ar.po, 70, 88, 86, 25, 55, 87, 240, 182, 383 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/zu.po, 111, 131, 135, 119, 316, 190, 539, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/zh_TW.po, 420, 986, 426, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/zh_HK.po, 377, 830, 377, 19, 66, 24, 90, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/zh_CN.po, 414, 972, 414, 4, 12, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/yo.po, 220, 325, 339, 0, 0, 200, 661, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/xh.po, 61, 69, 73, 140, 338, 219, 579, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/wo.po, 397, 903, 927, 16, 58, 7, 25, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/wal.po, 113, 140, 138, 13, 46, 294, 800, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/wa.po, 409, 951, 919, 8, 30, 3, 5, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/vi.po, 414, 972, 1163, 4, 12, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ve.po, 186, 225, 225, 121, 374, 113, 387, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/uz.po, 199, 267, 260, 0, 0, 221, 719, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ur.po, 223, 335, 329, 0, 0, 197, 651, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/uk.po, 420, 986, 767, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ug.po, 412, 962, 767, 6, 22, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/tt@iqtelif.po, 348, 711, 589, 22, 71, 50, 204, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/tt.po, 348, 711, 589, 22, 71, 50, 204, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/tr.po, 415, 973, 792, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/tl.po, 391, 886, 883, 17, 63, 12, 37, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/tk.po, 339, 717, 565, 23, 76, 58, 193, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/tig.po, 113, 140, 138, 13, 46, 294, 800, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ti.po, 133, 163, 160, 13, 46, 274, 777, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/th.po, 419, 985, 442, 1, 1, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/tg.po, 420, 986, 781, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/te.po, 408, 946, 931, 7, 25, 5, 15, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ta.po, 395, 901, 725, 17, 59, 8, 26, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sw.po, 167, 262, 273, 76, 264, 177, 460, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sv.po, 420, 986, 737, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sr@latin.po, 415, 973, 792, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sr.po, 415, 973, 792, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sq.po, 396, 902, 912, 15, 54, 9, 30, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/son.po, 212, 262, 266, 0, 0, 208, 724, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/so.po, 128, 169, 150, 49, 174, 243, 643, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sl.po, 415, 973, 777, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sk.po, 420, 986, 779, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/si.po, 409, 951, 774, 8, 30, 3, 5, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sd.po, 76, 88, 86, 0, 0, 344, 898, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/sc.po, 420, 986, 1034, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/rw.po, 389, 881, 899, 20, 69, 11, 36, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ru.po, 420, 986, 763, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ro.po, 420, 986, 818, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/pt_BR.po, 420, 986, 988, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/pt.po, 413, 965, 960, 7, 21, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ps.po, 148, 176, 174, 2, 2, 270, 808, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/pl.po, 420, 986, 784, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/pi.po, 162, 187, 176, 0, 0, 258, 799, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/pap.po, 0, 0, 0, 182, 226, 238, 760, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/pa.po, 413, 963, 781, 5, 15, 2, 8, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/or.po, 402, 929, 756, 13, 46, 5, 11, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/oc.po, 380, 851, 745, 15, 50, 25, 85, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/nv.po, 86, 112, 260, 0, 0, 334, 874, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/nso.po, 185, 224, 229, 119, 363, 116, 399, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/nn.po, 407, 945, 695, 7, 24, 6, 17, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/nl.po, 420, 986, 743, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ne.po, 405, 939, 769, 12, 42, 3, 5, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/nb.po, 420, 986, 766, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/nah.po, 183, 235, 223, 0, 0, 237, 751, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/na.po, 151, 187, 178, 0, 0, 269, 799, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/my.po, 186, 241, 194, 0, 0, 234, 745, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mt.po, 206, 304, 299, 101, 288, 113, 394, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ms.po, 264, 454, 411, 22, 82, 134, 450, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mr.po, 409, 951, 936, 8, 30, 3, 5, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mo.po, 27, 31, 31, 0, 0, 393, 955, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mn.po, 196, 267, 267, 97, 320, 127, 399, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ml.po, 395, 901, 739, 17, 59, 8, 26, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mk.po, 407, 945, 773, 10, 36, 3, 5, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mi.po, 210, 401, 336, 97, 337, 113, 248, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mhr.po, 108, 130, 120, 0, 0, 312, 856, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/mai.po, 73, 88, 79, 0, 0, 347, 898, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/lv.po, 415, 973, 720, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/lt.po, 412, 962, 790, 7, 23, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/lo.po, 79, 96, 80, 0, 0, 341, 890, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ky.po, 420, 986, 763, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/kw.po, 212, 294, 296, 0, 0, 208, 692, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/kv.po, 109, 133, 128, 0, 0, 311, 853, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ku.po, 408, 941, 822, 9, 34, 3, 11, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ko.po, 420, 986, 706, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/kn.po, 388, 878, 722, 20, 71, 12, 37, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/km.po, 417, 971, 477, 3, 15, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/kl.po, 0, 0, 0, 96, 115, 324, 871, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/kk.po, 414, 972, 762, 4, 12, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ki.po, 115, 145, 141, 0, 0, 305, 841, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/kab.po, 139, 174, 170, 0, 0, 281, 812, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ka.po, 395, 901, 710, 17, 59, 8, 26, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/jam.po, 192, 252, 243, 0, 0, 228, 734, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ja.po, 415, 973, 422, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/iu.po, 26, 33, 29, 0, 0, 394, 953, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/it.po, 420, 986, 928, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/iso_3166-1.pot, 0, 0, 0, 0, 0, 420, 986, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/is.po, 420, 986, 707, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/io.po, 211, 289, 266, 0, 0, 209, 697, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/id.po, 420, 986, 798, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ia.po, 416, 978, 963, 4, 8, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/hy.po, 413, 968, 771, 5, 16, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/hu.po, 420, 986, 748, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ht.po, 188, 218, 208, 0, 0, 232, 768, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/hr.po, 420, 986, 780, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/hi.po, 412, 962, 961, 6, 22, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/he.po, 415, 973, 892, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/haw.po, 19, 22, 27, 87, 120, 314, 844, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ha.po, 119, 140, 130, 0, 0, 301, 846, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/gv.po, 192, 254, 377, 0, 0, 228, 732, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/gu.po, 412, 962, 949, 6, 22, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/gn.po, 210, 258, 258, 2, 4, 208, 724, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/gl.po, 414, 972, 986, 5, 13, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/gez.po, 113, 140, 113, 13, 46, 294, 800, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ga.po, 412, 962, 1006, 7, 23, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/fy.po, 210, 297, 257, 0, 0, 210, 689, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/fur.po, 52, 57, 58, 0, 0, 368, 929, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/frp.po, 205, 276, 250, 0, 0, 215, 710, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/fr.po, 420, 986, 926, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/fo.po, 113, 147, 135, 13, 46, 294, 793, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/fi.po, 409, 951, 701, 9, 31, 2, 4, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ff.po, 82, 96, 86, 0, 0, 338, 890, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/fa.po, 420, 986, 795, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/eu.po, 412, 962, 789, 7, 23, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/et.po, 420, 986, 729, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/es.po, 420, 986, 999, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/eo.po, 415, 973, 727, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/el.po, 420, 986, 974, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ee.po, 0, 0, 0, 148, 190, 272, 796, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/dz.po, 402, 929, 692, 13, 46, 5, 11, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/dv.po, 204, 277, 259, 0, 0, 216, 709, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/de.po, 420, 986, 750, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/da.po, 414, 971, 782, 5, 14, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/cy.po, 420, 986, 857, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/cv.po, 202, 278, 269, 0, 0, 218, 708, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/csb.po, 94, 108, 106, 0, 0, 326, 878, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/cs.po, 419, 985, 786, 1, 1, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/crh.po, 395, 905, 735, 17, 55, 8, 26, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ckb.po, 192, 256, 242, 0, 0, 228, 730, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/chr.po, 100, 120, 114, 0, 0, 320, 866, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ch.po, 23, 31, 25, 0, 0, 397, 955, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ce.po, 202, 278, 269, 0, 0, 218, 708, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ca.po, 415, 969, 948, 3, 10, 2, 7, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/byn.po, 113, 140, 138, 13, 46, 294, 800, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/bs.po, 408, 947, 770, 10, 35, 2, 4, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/br.po, 230, 356, 334, 11, 42, 179, 588, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/bn_IN.po, 402, 929, 747, 13, 46, 5, 11, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/bn.po, 414, 972, 777, 4, 12, 2, 2, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/bi.po, 0, 0, 0, 79, 95, 341, 891, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/bg.po, 415, 973, 800, 4, 12, 1, 1, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/be.po, 420, 986, 772, 0, 0, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/bar.po, 153, 200, 188, 0, 0, 267, 786, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ba.po, 0, 0, 0, 200, 271, 220, 715, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/az.po, 216, 302, 297, 191, 637, 13, 47, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ay.po, 0, 0, 0, 68, 91, 352, 895, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ast.po, 410, 955, 913, 7, 26, 3, 5, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/as.po, 402, 929, 748, 13, 46, 5, 11, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ar.po, 412, 957, 790, 8, 29, 0, 0, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/an.po, 0, 0, 0, 208, 288, 212, 698, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/am.po, 123, 165, 151, 171, 420, 126, 401, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ak.po, 0, 0, 0, 41, 55, 379, 931, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/af.po, 396, 901, 827, 5, 15, 19, 70, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ach.po, 212, 262, 294, 0, 0, 208, 724, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ace.po, 0, 0, 0, 178, 228, 242, 758, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-1/ab.po, 0, 0, 0, 48, 64, 372, 922, 420, 986 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/zh_TW.po, 481, 579, 481, 4196, 6079, 10, 29, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/zh_CN.po, 3019, 4032, 3021, 1089, 1647, 579, 1008, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/wa.po, 58, 82, 82, 891, 1082, 3738, 5523, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/vi.po, 3936, 5393, 5627, 462, 761, 289, 533, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/ve.po, 13, 17, 17, 2124, 2612, 2550, 4058, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/uk.po, 4687, 6687, 5995, 0, 0, 0, 0, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/tr.po, 71, 99, 99, 2119, 2608, 2497, 3980, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/th.po, 1805, 2536, 2000, 91, 176, 2791, 3975, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/sv.po, 4681, 6670, 6490, 2, 4, 4, 13, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/sr@latin.po, 3632, 4774, 4788, 47, 95, 1008, 1818, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/sr.po, 3632, 4774, 4788, 47, 95, 1008, 1818, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/sl.po, 2179, 2919, 2915, 2170, 3178, 338, 590, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/sk.po, 375, 556, 550, 55, 90, 4257, 6041, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/sc.po, 2910, 4086, 4488, 0, 0, 1777, 2601, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/ro.po, 780, 941, 954, 555, 693, 3352, 5053, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/pl.po, 4620, 6611, 6400, 0, 0, 67, 76, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/oc.po, 119, 132, 189, 51, 64, 4517, 6491, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/nso.po, 13, 17, 18, 2127, 2615, 2547, 4055, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/nl.po, 4687, 6687, 6384, 0, 0, 0, 0, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/lv.po, 54, 69, 61, 1866, 2275, 2767, 4343, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/lt.po, 2054, 2749, 3215, 497, 771, 2136, 3167, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/ky.po, 20, 30, 27, 0, 0, 4667, 6657, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/ko.po, 61, 77, 68, 1846, 2228, 2780, 4382, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/ja.po, 2586, 3442, 2598, 52, 90, 2049, 3155, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/it.po, 4674, 6655, 6904, 9, 19, 4, 13, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/iso_3166-2.pot, 0, 0, 0, 0, 0, 4687, 6687, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/is.po, 125, 180, 140, 0, 0, 4562, 6507, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/id.po, 4683, 6672, 6673, 1, 3, 3, 12, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/hu.po, 1970, 2677, 2840, 560, 875, 2157, 3135, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/ga.po, 46, 56, 81, 1451, 1733, 3190, 4898, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/fr.po, 4680, 6667, 6421, 3, 7, 4, 13, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/fi.po, 191, 329, 336, 53, 78, 4443, 6280, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/eu.po, 71, 99, 98, 2114, 2603, 2502, 3985, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/et.po, 32, 44, 39, 1, 1, 4654, 6642, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/es.po, 120, 168, 166, 2097, 2586, 2470, 3933, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/eo.po, 71, 99, 83, 2088, 2570, 2528, 4018, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/en.po, 2564, 3336, 3336, 1536, 2307, 587, 1044, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/el.po, 257, 328, 332, 74, 115, 4356, 6244, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/de.po, 4687, 6687, 6517, 0, 0, 0, 0, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/da.po, 4008, 5489, 5416, 343, 578, 336, 620, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/cs.po, 223, 317, 315, 2136, 2639, 2328, 3731, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/crh.po, 79, 109, 109, 49, 68, 4559, 6510, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/ca.po, 71, 99, 100, 2217, 2740, 2399, 3848, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/bs.po, 71, 99, 98, 2220, 2745, 2396, 3843, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/bg.po, 377, 512, 500, 2049, 2536, 2261, 3639, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/be.po, 4687, 6687, 6052, 0, 0, 0, 0, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-2/az.po, 69, 96, 95, 2217, 2740, 2401, 3851, 4687, 6687 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/zu.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/zh_TW.po, 31, 104, 31, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/zh_HK.po, 1, 2, 1, 14, 53, 16, 49, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/zh_CN.po, 31, 104, 32, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/xh.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/wo.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/wal.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/wa.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/vi.po, 31, 104, 137, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ve.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/uk.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ug.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/tt@iqtelif.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/tt.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/tr.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/tl.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/tk.po, 0, 0, 0, 12, 45, 19, 59, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/tig.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ti.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/th.po, 31, 104, 42, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/te.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ta.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sw.po, 0, 0, 0, 2, 5, 29, 99, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sv.po, 31, 104, 73, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sr@latin.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sr.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sq.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/so.po, 0, 0, 0, 8, 35, 23, 69, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sl.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sk.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/si.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/sc.po, 31, 104, 122, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/rw.po, 2, 5, 6, 13, 50, 16, 49, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ru.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ro.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/pt_BR.po, 31, 104, 114, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/pt.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ps.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/pl.po, 31, 104, 102, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/pa.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/or.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/oc.po, 13, 38, 22, 0, 0, 18, 66, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/nso.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/nn.po, 31, 104, 86, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/nl.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ne.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/nb.po, 31, 104, 87, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/mt.po, 0, 0, 0, 13, 42, 18, 62, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ms.po, 1, 2, 2, 10, 31, 20, 71, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/mr.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/mn.po, 0, 0, 0, 8, 27, 23, 77, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ml.po, 31, 104, 90, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/mk.po, 31, 104, 99, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/mi.po, 0, 0, 0, 1, 4, 30, 100, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/lv.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/lt.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ku.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ko.po, 31, 104, 76, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/kn.po, 0, 0, 0, 15, 55, 16, 49, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/km.po, 31, 104, 46, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/kk.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ka.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ja.po, 31, 104, 36, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/it.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/iso_3166-3.pot, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/is.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/id.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ia.po, 31, 104, 113, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/hy.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/hu.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/hr.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/hi.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/he.po, 31, 104, 100, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/haw.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/gu.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/gl.po, 31, 104, 117, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/gez.po, 1, 2, 1, 4, 15, 26, 87, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ga.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/fr.po, 31, 104, 106, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/fo.po, 0, 0, 0, 6, 16, 25, 88, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/fi.po, 31, 104, 75, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/fa.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/eu.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/et.po, 31, 104, 85, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/es.po, 31, 104, 121, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/eo.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/el.po, 31, 104, 107, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/dz.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/de.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/da.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/cy.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/cs.po, 31, 104, 97, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/crh.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ca.po, 31, 104, 115, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/byn.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/bs.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/br.po, 21, 82, 81, 0, 0, 10, 22, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/bn_IN.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/bn.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/bg.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/be.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/az.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ast.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/as.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/ar.po, 31, 104, 91, 0, 0, 0, 0, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/am.po, 1, 2, 2, 9, 40, 21, 62, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_3166-3/af.po, 9, 27, 18, 1, 2, 21, 75, 31, 104 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/zh_TW.po, 170, 348, 179, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/zh_HK.po, 95, 198, 95, 37, 77, 38, 73, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/zh_CN.po, 145, 259, 151, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/vi.po, 145, 259, 393, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/uk.po, 170, 348, 333, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/tr.po, 96, 199, 202, 39, 95, 35, 54, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/th.po, 145, 259, 247, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/sv.po, 170, 348, 302, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/sr@latin.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/sr.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/sl.po, 145, 259, 257, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/sk.po, 87, 184, 179, 33, 56, 50, 108, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/sc.po, 170, 348, 408, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/rw.po, 85, 176, 241, 49, 117, 36, 55, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/ru.po, 170, 348, 339, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/ro.po, 143, 254, 255, 16, 56, 11, 38, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/pt_BR.po, 170, 348, 397, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/pt.po, 94, 196, 233, 41, 98, 35, 54, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/pl.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/oc.po, 4, 5, 5, 0, 0, 166, 343, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/nn.po, 143, 255, 279, 19, 69, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/nl.po, 170, 348, 370, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/nb.po, 158, 297, 319, 12, 51, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/mn.po, 84, 174, 174, 49, 118, 37, 56, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/lv.po, 145, 259, 255, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/lt.po, 143, 255, 254, 19, 69, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/ko.po, 170, 348, 389, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/ja.po, 170, 348, 176, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/it.po, 170, 348, 356, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/iso_4217.pot, 0, 0, 0, 0, 0, 170, 348, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/is.po, 170, 348, 309, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/id.po, 170, 348, 345, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/hu.po, 170, 348, 337, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/hr.po, 170, 348, 344, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/gl.po, 46, 99, 126, 36, 83, 88, 166, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/ga.po, 73, 154, 176, 18, 32, 79, 162, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/fr.po, 170, 348, 376, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/fi.po, 145, 259, 256, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/et.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/es.po, 145, 259, 295, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/el.po, 155, 280, 280, 15, 68, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/de.po, 170, 348, 280, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/da.po, 145, 259, 236, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/cs.po, 145, 259, 249, 17, 65, 8, 24, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/ca.po, 167, 326, 371, 0, 0, 3, 22, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/br.po, 102, 181, 181, 11, 23, 57, 144, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_4217/be.po, 170, 348, 326, 0, 0, 0, 0, 170, 348 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/zu.po, 44, 44, 46, 134, 191, 309, 536, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/zh_TW.po, 487, 771, 517, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/zh_HK.po, 424, 602, 427, 47, 121, 16, 48, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/zh_CN.po, 478, 747, 483, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/xh.po, 49, 49, 49, 137, 205, 301, 517, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/wa.po, 478, 747, 721, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/vi.po, 480, 751, 1392, 5, 17, 2, 3, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ve.po, 37, 37, 37, 255, 337, 195, 397, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/uk.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/tt@iqtelif.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/tt.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/tr.po, 480, 751, 873, 5, 17, 2, 3, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/tig.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ti.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/th.po, 269, 435, 327, 3, 11, 215, 325, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/te.po, 475, 738, 737, 7, 21, 5, 12, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ta.po, 475, 738, 716, 7, 21, 5, 12, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/sv.po, 487, 771, 627, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/sr@latin.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/sr.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/sl.po, 480, 751, 670, 5, 17, 2, 3, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/sk.po, 485, 768, 752, 1, 2, 1, 1, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/sc.po, 487, 771, 803, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/rw.po, 356, 420, 430, 95, 231, 36, 120, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ru.po, 480, 751, 686, 5, 17, 2, 3, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ro.po, 478, 747, 741, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/pt_BR.po, 487, 771, 755, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/pt.po, 272, 343, 343, 139, 224, 76, 204, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ps.po, 29, 29, 29, 33, 63, 425, 679, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/pl.po, 487, 771, 714, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/pa.po, 487, 771, 770, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/or.po, 478, 747, 749, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/oc.po, 159, 178, 181, 26, 54, 302, 539, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/nso.po, 55, 56, 60, 99, 149, 333, 566, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/nn.po, 217, 321, 251, 85, 190, 185, 260, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/nl.po, 487, 771, 721, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/nb.po, 155, 180, 170, 108, 160, 224, 431, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/mt.po, 240, 271, 272, 169, 279, 78, 221, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ms.po, 45, 45, 47, 138, 194, 304, 532, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/mr.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/mn.po, 135, 141, 142, 173, 264, 179, 366, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ml.po, 475, 738, 719, 7, 21, 5, 12, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/mk.po, 35, 35, 35, 143, 200, 309, 536, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/mi.po, 24, 24, 51, 154, 211, 309, 536, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/lv.po, 480, 751, 593, 5, 17, 2, 3, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/lt.po, 471, 727, 677, 7, 21, 9, 23, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/kok.po, 118, 123, 120, 54, 111, 315, 537, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ko.po, 487, 771, 607, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/kn.po, 475, 738, 738, 7, 21, 5, 12, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ja.po, 428, 609, 523, 45, 117, 14, 45, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/it.po, 487, 771, 776, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/iso_639-2.pot, 0, 0, 0, 0, 0, 487, 771, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/is.po, 487, 771, 744, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/id.po, 487, 771, 788, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/hu.po, 487, 771, 716, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/hr.po, 234, 390, 350, 4, 15, 249, 366, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/hi.po, 118, 121, 120, 49, 98, 320, 552, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/he.po, 49, 49, 49, 132, 189, 306, 533, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/gu.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/gl.po, 478, 747, 783, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/gez.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ga.po, 283, 464, 421, 3, 11, 201, 296, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/fr.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/fi.po, 478, 747, 551, 5, 17, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/fa.po, 298, 349, 349, 84, 209, 105, 213, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/eu.po, 361, 539, 486, 38, 95, 88, 137, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/et.po, 487, 771, 582, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/es.po, 394, 520, 538, 58, 145, 35, 106, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/eo.po, 480, 751, 645, 5, 17, 2, 3, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/el.po, 130, 212, 209, 45, 99, 312, 460, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/de.po, 487, 771, 639, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/da.po, 480, 751, 679, 5, 17, 2, 3, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/cy.po, 115, 116, 115, 176, 257, 196, 398, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/cs.po, 487, 771, 746, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/crh.po, 427, 603, 718, 39, 95, 21, 73, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ca.po, 487, 771, 790, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/byn.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/bs.po, 47, 47, 47, 117, 159, 323, 565, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/br.po, 176, 238, 218, 38, 93, 273, 440, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/bn.po, 479, 748, 747, 5, 17, 3, 6, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/bg.po, 255, 417, 348, 4, 15, 228, 339, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/be.po, 487, 771, 635, 0, 0, 0, 0, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/az.po, 24, 24, 24, 161, 217, 302, 530, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ast.po, 477, 745, 750, 6, 19, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/as.po, 477, 745, 748, 6, 19, 4, 7, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/ar.po, 99, 111, 115, 126, 181, 262, 479, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/am.po, 118, 121, 118, 51, 100, 318, 550, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-2/af.po, 157, 185, 166, 146, 211, 184, 375, 487, 771 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/zu.po, 49, 49, 51, 2873, 3575, 6323, 10224, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/zh_TW.po, 633, 1195, 704, 2641, 3206, 5971, 9447, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/zh_CN.po, 300, 409, 315, 2955, 3791, 5990, 9648, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/xh.po, 52, 52, 52, 2784, 3470, 6409, 10326, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/wa.po, 322, 357, 366, 4066, 5629, 4857, 7862, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/vi.po, 339, 378, 789, 4885, 6557, 4021, 6913, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ve.po, 40, 40, 42, 4327, 5593, 4878, 8215, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/uk.po, 9245, 13848, 13127, 0, 0, 0, 0, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/tt@iqtelif.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/tt.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/tr.po, 7402, 10024, 10142, 660, 1289, 1183, 2535, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/tig.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ti.po, 121, 124, 121, 2921, 3856, 6203, 9868, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/th.po, 717, 1493, 872, 192, 415, 8336, 11940, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ta.po, 7371, 9970, 9855, 1323, 2805, 551, 1073, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/sv.po, 9245, 13848, 13582, 0, 0, 0, 0, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/sr@latin.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/sr.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/sl.po, 322, 362, 350, 4071, 5656, 4852, 7830, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/sk.po, 256, 322, 327, 2873, 3574, 6116, 9952, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/sc.po, 479, 590, 616, 0, 0, 8766, 13258, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/rw.po, 328, 359, 361, 4920, 6621, 3997, 6868, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ru.po, 351, 401, 392, 4715, 6213, 4179, 7234, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ro.po, 247, 308, 315, 3043, 3762, 5955, 9778, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/pt_BR.po, 427, 515, 523, 2057, 3005, 6761, 10328, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/pt.po, 237, 263, 263, 4850, 6368, 4158, 7217, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ps.po, 29, 29, 29, 1041, 1368, 8175, 12451, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/pl.po, 2639, 4164, 3978, 0, 0, 6606, 9684, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/pa.po, 7377, 9980, 9977, 1321, 2800, 547, 1068, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/or.po, 3502, 5403, 5397, 1003, 2182, 4740, 6263, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/oc.po, 78, 86, 88, 130, 247, 9037, 13515, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/nso.po, 59, 60, 62, 2828, 3687, 6358, 10101, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/nn.po, 175, 204, 193, 3660, 5191, 5410, 8453, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/nl.po, 1629, 2248, 2163, 3812, 5050, 3804, 6550, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/nb.po, 133, 139, 140, 3914, 5020, 5198, 8689, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/mt.po, 239, 261, 264, 4890, 6429, 4116, 7158, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ms.po, 49, 49, 50, 2877, 3561, 6319, 10238, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/mr.po, 7442, 10085, 10090, 1264, 2710, 539, 1053, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/mn.po, 140, 147, 148, 4359, 5651, 4746, 8050, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/mk.po, 39, 39, 39, 2883, 3585, 6323, 10224, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/mi.po, 28, 28, 61, 2894, 3596, 6323, 10224, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/lv.po, 255, 318, 289, 2874, 3578, 6116, 9952, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/lt.po, 638, 1096, 1112, 589, 1228, 8018, 11524, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/kok.po, 119, 124, 122, 2925, 3904, 6201, 9820, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ko.po, 360, 437, 435, 2911, 3612, 5974, 9799, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/kn.po, 6608, 9115, 9134, 1290, 2747, 1347, 1986, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ja.po, 338, 375, 360, 4885, 6557, 4022, 6916, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/it.po, 8606, 12469, 12738, 448, 1004, 191, 375, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/iso_639-3.pot, 0, 0, 0, 0, 0, 9245, 13848, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/is.po, 3521, 4877, 4485, 1343, 1591, 4381, 7380, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/id.po, 7135, 9500, 9566, 430, 959, 1680, 3389, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/hu.po, 979, 1111, 1079, 4273, 5880, 3993, 6857, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/hr.po, 538, 1113, 999, 42, 100, 8665, 12635, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/hi.po, 118, 121, 120, 2943, 3907, 6184, 9820, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/he.po, 53, 53, 53, 2872, 3574, 6320, 10221, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/gu.po, 888, 1039, 1041, 377, 728, 7980, 12081, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/gl.po, 7470, 10120, 10525, 1249, 2690, 526, 1038, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/gez.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ga.po, 202, 233, 233, 3741, 5221, 5302, 8394, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/fr.po, 9245, 13848, 14903, 0, 0, 0, 0, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/fi.po, 338, 375, 348, 4872, 6543, 4035, 6930, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/fa.po, 279, 306, 311, 4607, 6262, 4359, 7280, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/eu.po, 397, 548, 505, 2757, 3453, 6091, 9847, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/et.po, 613, 757, 645, 2120, 2652, 6512, 10439, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/es.po, 327, 362, 372, 4906, 6607, 4012, 6879, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/eo.po, 339, 378, 371, 4898, 6570, 4008, 6900, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/el.po, 845, 1722, 1734, 443, 866, 7957, 11260, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/de.po, 9007, 13484, 12160, 193, 311, 45, 53, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/da.po, 429, 663, 559, 4854, 6387, 3962, 6798, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/cy.po, 120, 120, 120, 3986, 4950, 5139, 8778, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/cs.po, 335, 372, 375, 3410, 4866, 5500, 8610, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/crh.po, 6573, 8061, 8159, 1097, 2200, 1575, 3587, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ca.po, 587, 831, 869, 3730, 4786, 4928, 8231, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/byn.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/bs.po, 51, 51, 51, 2644, 3221, 6550, 10576, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/br.po, 809, 1040, 1063, 490, 983, 7946, 11825, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/bn.po, 1543, 2028, 2030, 4009, 5565, 3693, 6255, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/bg.po, 395, 680, 567, 16, 31, 8834, 13137, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/az.po, 25, 25, 25, 3047, 3764, 6173, 10059, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ast.po, 7590, 10295, 10309, 1160, 2549, 495, 1004, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/ar.po, 92, 99, 101, 3020, 3755, 6133, 9994, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/am.po, 119, 122, 119, 2924, 3859, 6202, 9867, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-3/af.po, 128, 132, 131, 4111, 5176, 5006, 8540, 9245, 13848 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/zh_Hant.po, 115, 258, 115, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/uk.po, 115, 258, 249, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/sv.po, 115, 258, 203, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/sr@latin.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/sr.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/sc.po, 115, 258, 269, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/pl.po, 113, 254, 241, 0, 0, 2, 4, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/nl.po, 115, 258, 231, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/it.po, 101, 221, 222, 0, 0, 14, 37, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/iso_639-5.pot, 0, 0, 0, 0, 0, 115, 258, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/is.po, 115, 258, 243, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/id.po, 60, 128, 129, 0, 0, 55, 130, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/hu.po, 112, 252, 242, 0, 0, 3, 6, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/fr.po, 115, 258, 260, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/et.po, 61, 130, 126, 0, 0, 54, 128, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/de.po, 115, 258, 197, 0, 0, 0, 0, 115, 258 -iso-codes-4.2-2.fc30.src.rpm.stats.csv, iso_639-5/be.po, 115, 258, 246, 0, 0, 0, 0, 115, 258 -jbigkit-2.1-16.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -jbigkit-2.1-16.fc30.src.rpm.stats.csv, libjbig/po/ru.po, 9, 44, 34, 0, 0, 0, 0, 9, 44 -jbigkit-2.1-16.fc30.src.rpm.stats.csv, libjbig/po/de.po, 9, 44, 41, 0, 0, 0, 0, 9, 44 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ne.po, 36, 239, 219, 3, 14, 5, 50, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ro.po, 44, 303, 310, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 27, 226, 184, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/eo.po, 27, 221, 205, 6, 33, 11, 49, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/sl.po, 44, 303, 275, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/sv.po, 44, 303, 259, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/it.po, 44, 303, 321, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/bg.po, 27, 226, 213, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ca.po, 44, 303, 405, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/sr.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/lv.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/pt.po, 44, 303, 320, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/lt.po, 44, 303, 246, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/et.po, 27, 226, 173, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/gl.po, 44, 303, 340, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/fr.po, 44, 303, 345, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/or.po, 27, 226, 200, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/tr.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/hr.po, 44, 303, 263, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/de.po, 44, 303, 290, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/id.po, 44, 303, 286, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/fur.po, 44, 303, 352, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 44, 303, 324, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ja.po, 27, 226, 72, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ru.po, 44, 303, 267, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/nl.po, 44, 303, 291, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/pa.po, 27, 226, 207, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/eu.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/vi.po, 29, 244, 264, 0, 0, 1, 10, 30, 254 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 44, 303, 403, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/pl.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ml.po, 27, 226, 165, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/bs.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 44, 303, 95, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/oc.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/cs.po, 44, 303, 279, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/as.po, 44, 303, 276, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/tg.po, 44, 303, 292, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/sk.po, 44, 303, 297, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/te.po, 27, 226, 191, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/hi.po, 27, 226, 234, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ko.po, 44, 303, 237, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ug.po, 25, 208, 167, 0, 0, 2, 18, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/hu.po, 44, 303, 268, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/da.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/es.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/he.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/nb.po, 26, 159, 145, 0, 0, 18, 144, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/el.po, 44, 303, 302, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/en_GB.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/ky.po, 27, 226, 167, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-2.fc30.src.rpm.stats.csv, po/uk.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 -jwhois-4.0-56.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/nl.po, 65, 401, 391, 2, 11, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/zh_TW.po, 64, 396, 168, 2, 11, 5, 33, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/pl.po, 65, 401, 419, 2, 11, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/tr.gmo, 64, 395, 347, 0, 0, 0, 0, 64, 395 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/sv.po, 71, 440, 423, 0, 0, 0, 0, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/pt_BR.po, 65, 401, 427, 2, 11, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/rw.po, 1, 2, 2, 59, 394, 11, 44, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/id.gmo, 65, 401, 398, 0, 0, 0, 0, 65, 401 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/fr.po, 65, 401, 460, 2, 11, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/tr.po, 64, 395, 347, 3, 17, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/vi.gmo, 71, 440, 666, 0, 0, 0, 0, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/jwhois.pot, 0, 0, 0, 0, 0, 71, 440, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/hu.po, 65, 401, 414, 2, 11, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/es.po, 71, 440, 568, 0, 0, 0, 0, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/ru.po, 17, 83, 85, 22, 99, 32, 258, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/id.po, 65, 401, 398, 2, 11, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/ro.po, 65, 401, 416, 2, 11, 4, 28, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/nl.gmo, 65, 401, 391, 0, 0, 0, 0, 65, 401 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/it.po, 71, 440, 492, 0, 0, 0, 0, 71, 440 -jwhois-4.0-56.fc30.src.rpm.stats.csv, po/vi.po, 71, 440, 666, 0, 0, 0, 0, 71, 440 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/zh_CN.po, 266, 2051, 1075, 8, 372, 1, 7, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/uk.po, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/sv.gmo, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/fr.gmo, 219, 1736, 2139, 0, 0, 0, 0, 219, 1736 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/it.gmo, 207, 1512, 1816, 0, 0, 0, 0, 207, 1512 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/nl.po, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/gr.po, 162, 1063, 1170, 72, 714, 41, 653, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/da.po, 207, 1512, 1431, 53, 752, 15, 166, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/ru.gmo, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/nl.gmo, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/el.po, 266, 2051, 2213, 8, 372, 1, 7, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/ru.po, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/eo.po, 266, 2051, 2111, 8, 372, 1, 7, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/cs.po, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/sv.po, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/it.po, 207, 1512, 1816, 53, 752, 15, 166, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/cs.gmo, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/id.gmo, 181, 1341, 1370, 0, 0, 0, 0, 181, 1341 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/es.gmo, 169, 1259, 1653, 0, 0, 0, 0, 169, 1259 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/gr.gmo, 162, 1063, 1170, 0, 0, 0, 0, 162, 1063 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/ro.po, 162, 1063, 1180, 63, 657, 50, 710, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/vi.po, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/pl.gmo, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/fr.po, 219, 1736, 2139, 49, 642, 7, 52, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/tr.gmo, 164, 1075, 1005, 0, 0, 0, 0, 164, 1075 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/id.po, 181, 1341, 1370, 68, 678, 26, 411, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/de.gmo, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/uk.gmo, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/vi.gmo, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/eo.gmo, 266, 2051, 2111, 0, 0, 0, 0, 266, 2051 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/el.gmo, 266, 2051, 2213, 0, 0, 0, 0, 266, 2051 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/de.po, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/pl.po, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/es.po, 169, 1259, 1653, 59, 548, 47, 623, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 266, 2051, 1075, 0, 0, 0, 0, 266, 2051 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/kbd.pot, 0, 0, 0, 0, 0, 275, 2430, 275, 2430 -kbd-2.0.4-13.fc30.src.rpm.stats.csv, po/tr.po, 164, 1075, 1005, 61, 645, 50, 710, 275, 2430 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/zh_TW.po, 12, 83, 26, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/zh_CN.po, 12, 83, 20, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/uk.po, 2, 51, 34, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/te.po, 12, 83, 50, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ta_IN.po, 4, 59, 39, 3, 11, 5, 13, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ta.po, 12, 83, 66, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/sv.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/sr@latin.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/sr@Latn.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/sr.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/sl.po, 2, 51, 42, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/si.po, 2, 51, 46, 4, 14, 6, 18, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ru.po, 12, 83, 59, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/pt_BR.po, 12, 83, 92, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/pt.po, 2, 51, 55, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/pl.po, 2, 51, 38, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/pa.po, 5, 64, 66, 0, 0, 7, 19, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/or.po, 12, 83, 91, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/nb.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ms.po, 2, 51, 41, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/mr.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ml.po, 12, 83, 61, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ko.po, 12, 83, 63, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/kn.po, 12, 83, 72, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/kdump-anaconda-addon.pot, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ja.po, 12, 83, 30, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/it.po, 12, 83, 88, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/is.po, 2, 51, 48, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/id.po, 2, 51, 45, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/hu.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/hr.po, 2, 51, 45, 4, 14, 6, 18, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/hi.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/gu.po, 12, 83, 89, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/fr.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/fi.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/es.po, 12, 83, 95, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/de.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/da.po, 2, 51, 52, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/cs.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ca.po, 2, 51, 53, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/bn_IN.po, 12, 83, 82, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/bg.po, 2, 51, 49, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/as.po, 12, 83, 79, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kernel-5.0.7-300.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -kernel-5.0.7-300.fc30.src.rpm.stats.csv, tools/power/cpupower/po/pt.po, 48, 473, 536, 15, 146, 93, 530, 156, 1149 -kernel-5.0.7-300.fc30.src.rpm.stats.csv, tools/power/cpupower/po/it.po, 48, 473, 513, 15, 146, 93, 530, 156, 1149 -kernel-5.0.7-300.fc30.src.rpm.stats.csv, tools/power/cpupower/po/fr.po, 39, 394, 432, 21, 211, 96, 544, 156, 1149 -kernel-5.0.7-300.fc30.src.rpm.stats.csv, tools/power/cpupower/po/de.po, 48, 473, 452, 15, 146, 93, 530, 156, 1149 -kernel-5.0.7-300.fc30.src.rpm.stats.csv, tools/power/cpupower/po/cs.po, 39, 394, 362, 21, 211, 96, 544, 156, 1149 -krb5-1.17-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -krb5-1.17-4.fc30.src.rpm.stats.csv, src/po/mit-krb5.pot, 0, 0, 0, 0, 0, 1891, 10349, 1891, 10349 -krb5-1.17-4.fc30.src.rpm.stats.csv, src/po/en_US.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -krb5-1.17-4.fc30.src.rpm.stats.csv, src/po/de.po, 1847, 10072, 10435, 0, 0, 0, 0, 1847, 10072 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 98, 450, 199, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 91, 419, 191, 1, 7, 0, 0, 92, 426 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/uk.po, 98, 450, 469, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/tr.po, 97, 447, 392, 0, 0, 0, 0, 97, 447 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/sv.po, 98, 450, 409, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 62, 297, 289, 0, 0, 0, 0, 62, 297 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/sr.po, 84, 382, 378, 0, 0, 0, 0, 84, 382 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/sl.po, 44, 197, 178, 0, 0, 0, 0, 44, 197 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/sk.po, 84, 383, 368, 0, 0, 0, 0, 84, 383 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/ru.po, 86, 396, 375, 0, 0, 0, 0, 86, 396 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 96, 442, 501, 0, 0, 0, 0, 96, 442 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/pt.po, 62, 297, 325, 0, 0, 0, 0, 62, 297 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/pl.po, 98, 450, 427, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/oc.po, 48, 211, 240, 0, 0, 0, 0, 48, 211 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/lt.po, 98, 450, 391, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/ko.po, 86, 396, 327, 0, 0, 0, 0, 86, 396 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/it.po, 98, 450, 493, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/id.po, 96, 442, 412, 0, 0, 0, 0, 96, 442 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/hu.po, 98, 450, 428, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/gl.po, 61, 294, 346, 0, 0, 0, 0, 61, 294 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/fur.po, 96, 442, 538, 0, 0, 0, 0, 96, 442 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/fr.po, 98, 450, 554, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/fi.po, 28, 90, 65, 0, 0, 0, 0, 28, 90 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/es.po, 97, 447, 515, 1, 3, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/en_GB.po, 86, 396, 396, 0, 0, 0, 0, 86, 396 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/de.po, 89, 411, 356, 0, 0, 0, 0, 89, 411 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/da.po, 98, 450, 390, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/cs.po, 97, 447, 436, 0, 0, 0, 0, 97, 447 -libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv, po/ca.po, 98, 450, 608, 0, 0, 0, 0, 98, 450 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/hu.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ca.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/be.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/fr.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ja.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/pl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ru.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/id.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/sq.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/nl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/sk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/sv.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/uk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/it.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/da.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/cs.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/de.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/es.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-1.4-2.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libconfig-1.7.2-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libconfig-1.7.2-3.fc30.src.rpm.stats.csv, contrib/ls-config/src/po/en_GB.po, 52, 255, 258, 0, 0, 0, 0, 52, 255 -libconfig-1.7.2-3.fc30.src.rpm.stats.csv, contrib/ls-config/src/po/ls-config.pot, 0, 0, 0, 0, 0, 52, 255, 52, 255 -libconfig-1.7.2-3.fc30.src.rpm.stats.csv, contrib/ls-config/src/po/pl_PL.po, 52, 255, 260, 0, 0, 0, 0, 52, 255 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 111, 640, 233, 0, 0, 62, 383, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 124, 720, 381, 0, 0, 49, 303, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/uk.po, 173, 1023, 1096, 0, 0, 0, 0, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/tr.po, 12, 72, 60, 0, 0, 161, 951, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/th.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/te.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/ta.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/sv.po, 106, 615, 640, 0, 0, 67, 408, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/sr.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/sq.po, 1, 2, 4, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/sk.po, 3, 13, 14, 0, 0, 170, 1010, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/ru.po, 106, 615, 613, 0, 0, 67, 408, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 106, 615, 711, 0, 0, 67, 408, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/pt.po, 13, 74, 86, 0, 0, 160, 949, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/pl.po, 173, 1023, 1139, 0, 0, 0, 0, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/pa.po, 5, 22, 28, 0, 0, 168, 1001, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/or.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/nl.po, 24, 157, 169, 0, 0, 149, 866, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/nb.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/mr.po, 1, 2, 3, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/ml.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/mai.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/libdnf.pot, 0, 0, 0, 0, 0, 173, 1023, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/ko.po, 103, 585, 552, 0, 0, 70, 438, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/kn.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/ja.po, 124, 720, 370, 0, 0, 49, 303, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/it.po, 106, 615, 730, 0, 0, 67, 408, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/is.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/id.po, 3, 13, 12, 0, 0, 170, 1010, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/ia.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/hu.po, 25, 162, 172, 0, 0, 148, 861, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/hi.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/gu.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/fur.po, 14, 88, 113, 0, 0, 159, 935, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/fr.po, 173, 1023, 1297, 0, 0, 0, 0, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/fil.po, 1, 8, 9, 0, 0, 172, 1015, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/fi.po, 8, 36, 32, 0, 0, 165, 987, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/fa.po, 1, 2, 3, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/eu.po, 1, 4, 5, 0, 0, 172, 1019, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/es.po, 106, 615, 810, 0, 0, 67, 408, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/el.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/de.po, 106, 615, 658, 0, 0, 67, 408, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/da.po, 5, 18, 18, 0, 0, 168, 1005, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/cs.po, 25, 167, 162, 0, 0, 148, 856, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/ca.po, 21, 123, 169, 0, 0, 152, 900, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/bn.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/bg.po, 6, 30, 32, 0, 0, 167, 993, 173, 1023 -libdnf-0.28.1-1.fc30.src.rpm.stats.csv, po/as.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sq.po, 181, 458, 531, 3, 17, 993, 6502, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sk.gmo, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sr.po, 602, 3700, 3293, 4, 25, 571, 3252, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/tr.po, 407, 997, 992, 3, 17, 767, 5963, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/pl.gmo, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/de.po, 1176, 6976, 5965, 1, 1, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/ja.gmo, 728, 1894, 1376, 0, 0, 0, 0, 728, 1894 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/pl.po, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/nl.po, 1172, 6930, 6251, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/en_CA.po, 59, 705, 705, 0, 0, 1118, 6272, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/es.gmo, 242, 2517, 2806, 0, 0, 0, 0, 242, 2517 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/da.gmo, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/zh_CN.po, 355, 999, 736, 3, 17, 819, 5961, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/ru.po, 648, 3546, 3071, 5, 47, 524, 3384, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/fr.gmo, 182, 1220, 1329, 0, 0, 0, 0, 182, 1220 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/pt_BR.po, 657, 1746, 1936, 3, 17, 517, 5214, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sr.gmo, 602, 3700, 3293, 0, 0, 0, 0, 602, 3700 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/libexif-12.pot, 0, 0, 0, 0, 0, 1177, 6977, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sk.po, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/it.gmo, 892, 5092, 5425, 0, 0, 0, 0, 892, 5092 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/uk.gmo, 548, 1243, 1389, 0, 0, 0, 0, 548, 1243 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/de.gmo, 1176, 6976, 5965, 0, 0, 0, 0, 1176, 6976 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sv.po, 612, 1540, 1395, 119, 321, 446, 5116, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/en_AU.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/ja.po, 728, 1894, 1376, 24, 80, 425, 5003, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/vi.gmo, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/tr.gmo, 407, 997, 992, 0, 0, 0, 0, 407, 997 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/nl.gmo, 1172, 6930, 6251, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sv.gmo, 612, 1540, 1395, 0, 0, 0, 0, 612, 1540 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/en_CA.gmo, 59, 705, 705, 0, 0, 0, 0, 59, 705 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/cs.gmo, 729, 3309, 2947, 0, 0, 0, 0, 729, 3309 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/vi.po, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/pt.gmo, 170, 420, 428, 0, 0, 0, 0, 170, 420 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/sq.gmo, 181, 458, 531, 0, 0, 0, 0, 181, 458 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/fr.po, 182, 1220, 1329, 393, 1220, 602, 4537, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/da.po, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/en_GB.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 657, 1746, 1936, 0, 0, 0, 0, 657, 1746 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/bs.gmo, 1172, 6930, 6271, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/uk.po, 548, 1243, 1389, 0, 0, 629, 5734, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/en_AU.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/es.po, 242, 2517, 2806, 387, 2212, 548, 2248, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/it.po, 892, 5092, 5425, 57, 503, 228, 1382, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 355, 999, 736, 0, 0, 0, 0, 355, 999 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/pt.po, 170, 420, 428, 3, 17, 1004, 6540, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/bs.po, 1172, 6930, 6271, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/be.gmo, 215, 610, 609, 0, 0, 0, 0, 215, 610 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/ru.gmo, 648, 3546, 3071, 0, 0, 0, 0, 648, 3546 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/be.po, 215, 610, 609, 3, 17, 959, 6350, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/en_GB.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-19.fc30.src.rpm.stats.csv, po/cs.po, 729, 3309, 2947, 5, 47, 443, 3621, 1177, 6977 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/lv.po, 84, 684, 537, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ta.po, 74, 597, 446, 0, 0, 0, 0, 74, 597 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/hi.po, 76, 614, 721, 0, 0, 0, 0, 76, 614 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/tr.po, 82, 673, 539, 0, 0, 0, 0, 82, 673 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/et.po, 85, 695, 542, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/sl.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/cs.po, 84, 684, 627, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/as.po, 85, 695, 656, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/pl.po, 84, 684, 594, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/th.po, 84, 684, 195, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 84, 684, 717, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/fi.po, 76, 612, 495, 4, 41, 4, 31, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/oc.po, 84, 684, 752, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/it.po, 84, 684, 695, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/vi.po, 84, 684, 848, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/bs.po, 85, 695, 609, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ar.po, 55, 403, 333, 0, 0, 19, 194, 74, 597 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/te.po, 76, 614, 470, 0, 0, 0, 0, 76, 614 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/lt.po, 84, 684, 526, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/bg.po, 85, 695, 751, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ug.po, 76, 614, 544, 0, 0, 0, 0, 76, 614 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/fr.po, 84, 684, 770, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/mr.po, 74, 597, 506, 0, 0, 0, 0, 74, 597 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/es.po, 84, 684, 732, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/da.po, 84, 684, 661, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ja.po, 81, 659, 129, 0, 0, 1, 12, 82, 671 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 84, 684, 142, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/sv.po, 84, 684, 652, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/id.po, 84, 684, 625, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ca.po, 85, 695, 729, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/eo.po, 51, 370, 319, 0, 0, 23, 227, 74, 597 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 84, 684, 148, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ko.po, 84, 684, 476, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ml.po, 30, 192, 143, 2, 22, 44, 400, 76, 614 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/nb.po, 84, 684, 673, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/zh_HK.po, 85, 695, 150, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ca@valencia.po, 85, 695, 729, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/gu.po, 48, 324, 349, 4, 34, 33, 337, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/pa.po, 85, 695, 731, 0, 0, 0, 0, 85, 695 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/be.po, 84, 684, 617, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/eu.po, 84, 684, 591, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/pt.po, 84, 684, 722, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/kn.po, 14, 79, 68, 0, 0, 60, 518, 74, 597 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/en_GB.po, 84, 684, 684, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ru.po, 84, 684, 572, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/el.po, 84, 684, 790, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/ro.po, 67, 552, 604, 0, 0, 0, 0, 67, 552 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/he.po, 84, 684, 564, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/tg.po, 12, 106, 107, 0, 0, 64, 508, 76, 614 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/hu.po, 84, 684, 569, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/gl.po, 84, 684, 711, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/sr.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/de.po, 84, 684, 672, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 67, 552, 540, 0, 0, 0, 0, 67, 552 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/or.po, 74, 597, 582, 0, 0, 0, 0, 74, 597 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/uk.po, 74, 597, 503, 0, 0, 0, 0, 74, 597 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/nl.po, 75, 607, 608, 0, 0, 0, 0, 75, 607 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/sk.po, 84, 684, 642, 0, 0, 0, 0, 84, 684 -libgdata-0.17.9-4.fc30.src.rpm.stats.csv, po/fur.po, 84, 684, 781, 0, 0, 0, 0, 84, 684 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ml.po, 39, 187, 147, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/nn.po, 50, 277, 280, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/eu.po, 55, 242, 201, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/lv.po, 39, 187, 161, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ml.gmo, 39, 187, 147, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/km.po, 39, 187, 69, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pt.gmo, 40, 188, 231, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ar.po, 55, 242, 231, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/as.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/eo.po, 40, 188, 159, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/be.gmo, 55, 242, 230, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bs.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/hu.gmo, 40, 188, 151, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 40, 188, 227, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sk.gmo, 40, 188, 170, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/oc.po, 39, 187, 239, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ru.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bs.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sl.gmo, 40, 188, 173, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ja.gmo, 55, 242, 77, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ast.po, 59, 286, 340, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/vi.gmo, 40, 188, 263, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/vi.po, 40, 188, 263, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/hu.po, 40, 188, 151, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ja.po, 55, 242, 77, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 55, 242, 241, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ta.gmo, 55, 242, 208, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/it.gmo, 40, 188, 217, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/cs.po, 40, 188, 165, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pa.po, 55, 242, 236, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/gu.gmo, 55, 242, 224, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/nn.gmo, 50, 277, 280, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/id.gmo, 40, 188, 199, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sv.gmo, 40, 188, 140, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/eo.gmo, 40, 188, 159, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sr.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/gl.gmo, 55, 242, 317, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/da.gmo, 40, 188, 143, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/lt.po, 40, 188, 157, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 49, 235, 217, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/tr.po, 40, 188, 175, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/be.po, 55, 242, 230, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/uk.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/id.po, 40, 188, 199, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pa.gmo, 55, 242, 236, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/lt.gmo, 40, 188, 157, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/el.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 55, 242, 241, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/mk.gmo, 49, 235, 281, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/es.po, 40, 188, 241, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 39, 187, 188, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fi.gmo, 40, 188, 126, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 51, 210, 210, 0, 0, 0, 0, 51, 210 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ka.po, 49, 262, 199, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/nb.gmo, 55, 242, 211, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ga.gmo, 51, 246, 275, 0, 0, 0, 0, 51, 246 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ro.po, 55, 242, 238, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ast.gmo, 59, 286, 340, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/gl.po, 55, 242, 317, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ro.gmo, 55, 242, 238, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/hi.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/de.gmo, 40, 188, 156, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/or.po, 55, 242, 255, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sq.gmo, 49, 235, 286, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/da.po, 40, 188, 143, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/mai.gmo, 27, 109, 111, 0, 0, 0, 0, 27, 109 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/nl.po, 40, 188, 155, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/kk.gmo, 39, 187, 163, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/kk.po, 39, 187, 163, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 39, 187, 188, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bg.po, 55, 242, 272, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/or.gmo, 55, 242, 255, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/th.po, 55, 242, 81, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/libgnomekbd.pot, 0, 0, 0, 0, 0, 40, 188, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/tr.gmo, 40, 188, 175, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/tg.po, 39, 187, 180, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bn.po, 59, 286, 282, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/dz.po, 50, 277, 101, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ug.po, 55, 242, 216, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/te.gmo, 55, 242, 215, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/et.po, 55, 242, 197, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pl.gmo, 40, 188, 171, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bg.gmo, 55, 242, 272, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ca.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ms.gmo, 47, 183, 166, 0, 0, 0, 0, 47, 183 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sr.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/he.po, 55, 242, 244, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ta.po, 55, 242, 208, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/th.gmo, 55, 242, 81, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/he.gmo, 55, 242, 244, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/si.po, 49, 262, 268, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ru.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fur.po, 39, 187, 233, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/nl.gmo, 40, 188, 155, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ms.po, 47, 183, 166, 0, 0, 12, 103, 59, 286 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/uk.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ga.po, 51, 246, 275, 0, 0, 0, 0, 51, 246 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sk.po, 40, 188, 170, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/km.gmo, 39, 187, 69, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/kn.gmo, 39, 187, 159, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/et.gmo, 55, 242, 197, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 40, 188, 227, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/dz.gmo, 50, 277, 101, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/mr.gmo, 39, 187, 162, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/hi.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fur.gmo, 39, 187, 233, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fr.gmo, 55, 242, 296, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ka.gmo, 49, 262, 199, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sq.po, 49, 235, 286, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/lv.gmo, 39, 187, 161, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ko.po, 55, 242, 225, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/bn.gmo, 59, 286, 282, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/tg.gmo, 39, 187, 180, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ar.gmo, 55, 242, 231, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fr.po, 55, 242, 296, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fa.po, 55, 242, 227, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sv.po, 40, 188, 140, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/it.po, 40, 188, 217, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 51, 210, 210, 8, 76, 0, 0, 59, 286 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/oc.gmo, 39, 187, 239, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/mr.po, 39, 187, 162, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/as.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/kn.po, 39, 187, 159, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ko.gmo, 55, 242, 225, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/mk.po, 49, 235, 281, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pl.po, 40, 188, 171, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/es.gmo, 40, 188, 241, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/gu.po, 55, 242, 224, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/pt.po, 40, 188, 231, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/nb.po, 55, 242, 211, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/te.po, 55, 242, 215, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/el.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/mai.po, 27, 109, 111, 0, 0, 24, 137, 51, 246 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ug.gmo, 55, 242, 216, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fa.gmo, 55, 242, 227, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/fi.po, 40, 188, 126, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/si.gmo, 49, 262, 268, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/de.po, 40, 188, 156, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/eu.gmo, 55, 242, 201, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/be@latin.gmo, 49, 235, 217, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/ca.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/cs.gmo, 40, 188, 165, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/sl.po, 40, 188, 173, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/eu.po, 23, 102, 118, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/el.po, 23, 102, 115, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/id.po, 23, 102, 105, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/pt_BR.po, 23, 102, 131, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/de.po, 23, 102, 102, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/bs.po, 23, 102, 104, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/cs.po, 23, 102, 98, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/tr.po, 23, 102, 91, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/sr.po, 23, 102, 116, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/fr.po, 23, 102, 119, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/sr@latin.po, 23, 102, 116, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/es.po, 23, 102, 140, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/ru.po, 23, 102, 101, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/pl.po, 23, 102, 112, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/lt.po, 23, 102, 90, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/oc.po, 23, 102, 120, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/sl.po, 23, 102, 107, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/zh_CN.po, 23, 102, 57, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/sv.po, 23, 102, 83, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/hu.po, 23, 102, 103, 0, 0, 0, 0, 23, 102 -libgovirt-0.3.4-9.fc30.src.rpm.stats.csv, po/pt.po, 23, 102, 112, 0, 0, 0, 0, 23, 102 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/da.gmo, 325, 971, 854, 0, 0, 0, 0, 325, 971 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/hu.po, 257, 738, 758, 116, 381, 71, 301, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/vi.po, 259, 740, 1268, 114, 373, 71, 307, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 327, 978, 445, 75, 270, 42, 172, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/cs.po, 327, 978, 986, 75, 270, 42, 172, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/sv.po, 274, 789, 688, 107, 358, 63, 273, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 200, 546, 230, 0, 0, 0, 0, 200, 546 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 200, 546, 230, 115, 376, 129, 498, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/fr.gmo, 327, 978, 1166, 0, 0, 0, 0, 327, 978 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/sr.po, 257, 738, 794, 112, 367, 75, 315, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/de.po, 444, 1420, 1369, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/de.gmo, 444, 1420, 1369, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 327, 978, 445, 0, 0, 0, 0, 327, 978 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/ru.po, 444, 1420, 1447, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/pl.gmo, 417, 1321, 1380, 0, 0, 0, 0, 417, 1321 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/ro.po, 223, 613, 723, 138, 446, 83, 361, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/ro.gmo, 223, 613, 723, 0, 0, 0, 0, 223, 613 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/vi.gmo, 259, 740, 1268, 0, 0, 0, 0, 259, 740 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/ru.gmo, 444, 1420, 1447, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/uk.gmo, 444, 1420, 1544, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/ja.gmo, 444, 1420, 540, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/sv.gmo, 274, 789, 688, 0, 0, 0, 0, 274, 789 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/uk.po, 444, 1420, 1544, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/cs.gmo, 327, 978, 986, 0, 0, 0, 0, 327, 978 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/eo.gmo, 259, 740, 728, 0, 0, 0, 0, 259, 740 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/sr.gmo, 257, 738, 794, 0, 0, 0, 0, 257, 738 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/it.gmo, 310, 922, 1098, 0, 0, 0, 0, 310, 922 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/hu.gmo, 257, 738, 758, 0, 0, 0, 0, 257, 738 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/pt.gmo, 310, 922, 1129, 0, 0, 0, 0, 310, 922 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/es.gmo, 392, 1187, 1557, 0, 0, 0, 0, 392, 1187 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/libgpg-error.pot, 0, 0, 0, 0, 0, 444, 1420, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/pl.po, 417, 1321, 1380, 17, 55, 10, 44, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/eo.po, 259, 740, 728, 118, 387, 67, 293, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/da.po, 325, 971, 854, 77, 277, 42, 172, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/pt.po, 310, 922, 1129, 88, 306, 46, 192, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/nl.po, 309, 917, 830, 85, 297, 50, 206, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/nl.gmo, 309, 917, 830, 0, 0, 0, 0, 309, 917 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/es.po, 392, 1187, 1557, 0, 0, 52, 233, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/ja.po, 444, 1420, 540, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/it.po, 310, 922, 1098, 88, 306, 46, 192, 444, 1420 -libgpg-error-1.33-2.fc30.src.rpm.stats.csv, po/fr.po, 327, 978, 1166, 75, 270, 42, 172, 444, 1420 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/da.gmo, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/sr.gmo, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/fr.gmo, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/ja.gmo, 48, 269, 112, 0, 0, 0, 0, 48, 269 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/es.gmo, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/cs.po, 75, 459, 412, 1, 3, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/sr.po, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/zh_TW.gmo, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/vi.gmo, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/nl.gmo, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/de.po, 75, 459, 451, 1, 3, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/zh_TW.po, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/sv.po, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/nl.po, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/fi.gmo, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/fi.po, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/vi.po, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/pt_BR.gmo, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/es.po, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/da.po, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/pl.po, 76, 462, 487, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/ja.po, 48, 269, 112, 23, 173, 5, 20, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/zh_CN.po, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/cs.gmo, 75, 459, 412, 0, 0, 0, 0, 75, 459 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/ru.gmo, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/fr.po, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/ru.po, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/it.po, 75, 459, 491, 1, 3, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/sk.po, 69, 405, 386, 5, 50, 2, 7, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/sk.gmo, 69, 405, 386, 0, 0, 0, 0, 69, 405 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/libgphoto2_port-12.pot, 0, 0, 0, 0, 0, 76, 462, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/it.gmo, 75, 459, 491, 0, 0, 0, 0, 75, 459 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/eu.po, 44, 263, 239, 23, 173, 9, 26, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/uk.po, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/uk.gmo, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/zh_CN.gmo, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/pt_BR.po, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/sv.gmo, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, libgphoto2_port/po/pl.gmo, 76, 462, 487, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/da.gmo, 2451, 11013, 9807, 0, 0, 0, 0, 2451, 11013 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/fr.gmo, 2423, 10925, 13610, 0, 0, 0, 0, 2423, 10925 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/ja.gmo, 1180, 5257, 2874, 0, 0, 0, 0, 1180, 5257 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/es.gmo, 1705, 6671, 7818, 0, 0, 0, 0, 1705, 6671 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/cs.po, 2159, 9977, 11381, 255, 890, 60, 203, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/vi.gmo, 2423, 10925, 15568, 0, 0, 0, 0, 2423, 10925 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/nl.gmo, 1895, 8700, 8049, 0, 0, 0, 0, 1895, 8700 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/de.po, 2275, 10183, 9472, 154, 585, 45, 302, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/sv.po, 2451, 11013, 9698, 20, 51, 3, 6, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/nl.po, 1895, 8700, 8049, 298, 1010, 281, 1360, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/de.gmo, 2275, 10183, 9472, 0, 0, 0, 0, 2275, 10183 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/vi.po, 2423, 10925, 15568, 44, 133, 7, 12, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/es.po, 1705, 6671, 7818, 594, 2310, 175, 2089, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/da.po, 2451, 11013, 9807, 20, 51, 3, 6, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/pl.po, 2451, 11013, 11072, 20, 51, 3, 6, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/ja.po, 1180, 5257, 2874, 658, 2916, 636, 2897, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 602, 2742, 1278, 749, 3174, 1123, 5154, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/cs.gmo, 2159, 9977, 11381, 0, 0, 0, 0, 2159, 9977 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/ru.gmo, 577, 3043, 2796, 0, 0, 0, 0, 577, 3043 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/fr.po, 2423, 10925, 13610, 44, 133, 7, 12, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/hu.po, 579, 2661, 2623, 756, 3217, 1139, 5192, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/ru.po, 577, 3043, 2796, 727, 2845, 1170, 5182, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/it.po, 1534, 5406, 5837, 85, 248, 855, 5416, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/it.gmo, 1534, 5406, 5837, 0, 0, 0, 0, 1534, 5406 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/hu.gmo, 579, 2661, 2623, 0, 0, 0, 0, 579, 2661 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/eu.po, 794, 4240, 3992, 851, 3592, 829, 3238, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/uk.po, 2451, 11013, 10867, 20, 51, 3, 6, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/uk.gmo, 2451, 11013, 10867, 0, 0, 0, 0, 2451, 11013 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 602, 2742, 1278, 0, 0, 0, 0, 602, 2742 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/libgphoto2-6.pot, 0, 0, 0, 0, 0, 2474, 11070, 2474, 11070 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/sv.gmo, 2451, 11013, 9698, 0, 0, 0, 0, 2451, 11013 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/eu.gmo, 794, 4240, 3992, 0, 0, 0, 0, 794, 4240 -libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv, po/pl.gmo, 2451, 11013, 11072, 0, 0, 0, 0, 2451, 11013 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/es.po, 149, 891, 1110, 33, 146, 3, 16, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/ro.po, 108, 761, 862, 58, 225, 19, 67, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/fr.po, 180, 1024, 1231, 4, 23, 1, 6, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/zh_CN.po, 149, 891, 220, 33, 146, 3, 16, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/it.po, 185, 1053, 1236, 0, 0, 0, 0, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/ja.po, 90, 650, 358, 55, 282, 40, 121, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/sv.po, 149, 891, 889, 33, 146, 3, 16, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/de.po, 149, 891, 986, 33, 146, 3, 16, 185, 1053 -libgpod-0.8.3-27.fc30.src.rpm.stats.csv, po/he.po, 149, 891, 902, 33, 146, 3, 16, 185, 1053 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/tr.po, 149, 719, 619, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ta.po, 34, 243, 195, 0, 0, 0, 0, 34, 243 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ro.po, 110, 843, 1003, 0, 0, 0, 0, 110, 843 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 150, 720, 307, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/it.po, 146, 696, 760, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/pa.po, 13, 69, 70, 0, 0, 97, 774, 110, 843 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ca.po, 146, 696, 981, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 150, 720, 877, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ru.po, 149, 719, 649, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ml.po, 15, 27, 28, 0, 0, 131, 669, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/es.po, 150, 720, 925, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/pt.po, 150, 720, 817, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/da.po, 150, 720, 655, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/sv.po, 150, 720, 647, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/tg.po, 2, 5, 5, 0, 0, 145, 697, 147, 702 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/he.po, 146, 696, 696, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/uk.po, 28, 213, 195, 0, 0, 0, 0, 28, 213 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/eo.po, 116, 503, 481, 3, 20, 31, 197, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ca@valencia.po, 146, 696, 971, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/fr.po, 150, 720, 909, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/nb.po, 75, 359, 346, 1, 3, 70, 334, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/pl.po, 150, 720, 696, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/sl.po, 150, 720, 700, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/eu.po, 149, 719, 669, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/en_GB.po, 145, 692, 692, 0, 0, 0, 0, 145, 692 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/de.po, 150, 720, 693, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/fi.po, 146, 696, 524, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/bs.po, 149, 719, 699, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/sr.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/sk.po, 150, 720, 721, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/gl.po, 146, 696, 871, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/lv.po, 146, 696, 617, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/th.po, 83, 413, 190, 0, 0, 63, 283, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/el.po, 150, 720, 763, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/oc.po, 34, 216, 256, 0, 0, 112, 480, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/nn.po, 109, 833, 717, 0, 0, 1, 10, 110, 843 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/hu.po, 150, 720, 678, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ko.po, 146, 696, 609, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/ja.po, 145, 692, 276, 1, 4, 0, 0, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/id.po, 150, 720, 685, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/cs.po, 150, 720, 691, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/as.po, 1, 9, 8, 0, 0, 145, 687, 146, 696 -libgsf-1.14.43-3.fc30.src.rpm.stats.csv, po/lt.po, 150, 720, 621, 0, 0, 0, 0, 150, 720 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 40, 126, 168, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 40, 126, 137, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sr.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ug.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/cs.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/am.gmo, 9, 12, 12, 0, 0, 0, 0, 9, 12 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/rw.po, 5, 5, 6, 24, 102, 15, 27, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ru.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 40, 126, 64, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mai.gmo, 40, 126, 134, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ca.po, 40, 126, 168, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ku.po, 7, 17, 22, 1, 1, 36, 116, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ka.gmo, 10, 14, 14, 0, 0, 0, 0, 10, 14 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sq.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ka.po, 10, 14, 14, 17, 81, 17, 39, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ga.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/gl.po, 40, 126, 161, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/vi.po, 41, 126, 227, 0, 0, 0, 0, 41, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/nn.po, 40, 126, 111, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/nl.po, 40, 126, 124, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/hu.po, 40, 126, 108, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/th.po, 40, 126, 56, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 40, 126, 62, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/la.po, 2, 2, 2, 0, 0, 38, 124, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bs.po, 40, 126, 135, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pt.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 40, 126, 167, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 40, 126, 147, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 40, 126, 155, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mk.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/hi.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 8, 34, 36, 100, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/te.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/fr.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/tg.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 40, 126, 58, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ta.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/hr.po, 40, 126, 137, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pa.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/id.po, 40, 126, 115, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/xh.po, 44, 134, 153, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/cy.gmo, 44, 134, 146, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 40, 126, 147, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 40, 126, 144, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 40, 126, 124, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mg.gmo, 44, 134, 155, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 40, 126, 135, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/lt.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 40, 126, 115, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ku.gmo, 7, 17, 22, 0, 0, 0, 0, 7, 17 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 40, 126, 64, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/et.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/da.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ky.gmo, 40, 126, 114, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 40, 126, 139, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 40, 126, 190, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 40, 126, 58, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pl.po, 40, 126, 140, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 40, 126, 167, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/oc.po, 40, 126, 149, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/dz.gmo, 39, 113, 73, 0, 0, 0, 0, 39, 113 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/el.po, 40, 126, 144, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 40, 126, 117, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mn.gmo, 42, 118, 109, 0, 0, 0, 0, 42, 118 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/uk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mr.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/oc.gmo, 40, 126, 149, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ml.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 40, 126, 108, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/cy.po, 44, 134, 146, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 44, 134, 134, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/es.po, 40, 126, 158, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ky.po, 40, 126, 114, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 44, 134, 134, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/dz.po, 39, 113, 73, 1, 13, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ast.po, 40, 126, 155, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 40, 126, 62, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/be.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/la.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sq.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 39, 122, 89, 0, 0, 0, 0, 39, 122 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/tr.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/or.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bn.po, 40, 126, 143, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sv.po, 40, 126, 100, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 40, 126, 142, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/az.po, 42, 118, 118, 2, 16, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/fur.po, 40, 126, 142, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 40, 126, 172, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/de.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 40, 126, 161, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/gu.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sl.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 40, 126, 100, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/as.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/eu.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/rw.gmo, 5, 5, 6, 0, 0, 0, 0, 5, 5 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mn.po, 42, 118, 109, 2, 16, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bn.gmo, 40, 126, 143, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/eo.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ne.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/libgtop.pot, 0, 0, 0, 0, 0, 40, 126, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ms.gmo, 40, 110, 110, 0, 0, 0, 0, 40, 110 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 40, 126, 49, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mai.po, 40, 126, 134, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/bg.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ro.po, 40, 126, 172, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ja.po, 40, 126, 49, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/az.gmo, 42, 118, 118, 0, 0, 0, 0, 42, 118 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 40, 126, 56, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/he.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/lv.po, 40, 126, 125, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/xh.gmo, 44, 134, 153, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/fa.po, 40, 126, 141, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/kn.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/it.po, 40, 126, 139, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/nn.gmo, 40, 126, 111, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 40, 126, 158, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ms.po, 40, 110, 110, 3, 22, 1, 2, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/mg.po, 44, 134, 155, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/am.po, 9, 12, 12, 0, 0, 35, 122, 44, 134 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/nb.po, 40, 126, 117, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ko.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ar.po, 40, 126, 171, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 40, 126, 125, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 40, 126, 140, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/fi.po, 39, 122, 89, 1, 4, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ga.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-1.fc30.src.rpm.stats.csv, po/ug.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/zh_TW.po, 4267, 5481, 4347, 107, 129, 57, 78, 4431, 5688 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/zh_HK.po, 4267, 5481, 4342, 107, 129, 57, 78, 4431, 5688 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/zh_CN.po, 4412, 5664, 4448, 7, 11, 21, 28, 4440, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/vi.po, 4374, 5625, 5762, 0, 0, 0, 0, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/uk.po, 4374, 5625, 5407, 0, 0, 0, 0, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ug.po, 4375, 5624, 5525, 0, 0, 0, 0, 4375, 5624 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/tr.po, 4439, 5702, 5676, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/th.po, 2603, 3377, 2822, 18, 53, 1716, 2156, 4337, 5586 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/te.po, 4430, 5687, 5764, 0, 0, 0, 0, 4430, 5687 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ta.po, 4430, 5687, 5794, 0, 0, 0, 0, 4430, 5687 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/sv.po, 4439, 5702, 5630, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/sr@latin.po, 4440, 5703, 5739, 0, 0, 0, 0, 4440, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/sr.po, 4439, 5702, 5738, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/sq.po, 4566, 6823, 6871, 0, 0, 0, 0, 4566, 6823 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/sl.po, 4439, 5702, 5837, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/sk.po, 4442, 5703, 5671, 0, 0, 0, 0, 4442, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/si.po, 4256, 6087, 5873, 0, 0, 310, 736, 4566, 6823 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/rw.po, 226, 310, 331, 83, 261, 6192, 9222, 6501, 9793 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ru.po, 4439, 5702, 4918, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ro.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/pt_BR.po, 4439, 5702, 5804, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/pt.po, 4431, 5688, 5875, 0, 0, 0, 0, 4431, 5688 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/pl.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/pa.po, 4442, 5703, 5704, 0, 0, 0, 0, 4442, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/or.po, 4430, 5687, 5676, 0, 0, 0, 0, 4430, 5687 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/oc.po, 4431, 5688, 5806, 0, 0, 0, 0, 4431, 5688 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/nn.po, 4374, 5625, 5480, 0, 0, 0, 0, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/nl.po, 4439, 5702, 5620, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ne.po, 2897, 3779, 3775, 0, 0, 1541, 1919, 4438, 5698 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/nds.po, 4337, 5586, 5471, 0, 0, 0, 0, 4337, 5586 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/nb.po, 4442, 5703, 5630, 0, 0, 0, 0, 4442, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ms.po, 4374, 5625, 5650, 0, 0, 0, 0, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/mr.po, 4375, 5624, 5635, 0, 0, 0, 0, 4375, 5624 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/mn.po, 2678, 3642, 3641, 0, 0, 0, 0, 2678, 3642 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ml.po, 4442, 5703, 5809, 0, 0, 0, 0, 4442, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/mk.po, 4374, 5625, 5606, 0, 0, 0, 0, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/mg.po, 4325, 6196, 6185, 30, 61, 0, 0, 4355, 6257 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/mai.po, 4337, 5586, 5656, 0, 0, 0, 0, 4337, 5586 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/lv.po, 2900, 3781, 3699, 0, 0, 1539, 1921, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/lt.po, 4439, 5702, 5699, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ky.po, 6597, 9910, 9670, 0, 0, 0, 0, 6597, 9910 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ku.po, 4369, 5620, 5616, 0, 0, 0, 0, 4369, 5620 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ko.po, 1045, 1337, 1148, 0, 0, 3386, 4351, 4431, 5688 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/kn.po, 4374, 5623, 5626, 0, 0, 0, 0, 4374, 5623 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/kk.po, 2034, 2489, 2193, 0, 0, 2405, 3213, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ka.po, 6588, 9901, 9865, 0, 0, 0, 0, 6588, 9901 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ja.po, 4374, 5623, 4849, 0, 0, 0, 0, 4374, 5623 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/it.po, 4439, 5702, 5764, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/is.po, 4440, 5703, 5542, 0, 0, 0, 0, 4440, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/id.po, 4439, 5702, 5701, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/hu.po, 4439, 5702, 5589, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/hr.po, 4440, 5703, 5726, 0, 0, 0, 0, 4440, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/hi.po, 4374, 5623, 5692, 0, 0, 0, 0, 4374, 5623 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/he.po, 4449, 5709, 5690, 0, 0, 0, 0, 4449, 5709 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/gu.po, 4414, 5666, 5686, 0, 0, 0, 0, 4414, 5666 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/gl.po, 4439, 5702, 5802, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/gd.po, 4441, 5702, 5959, 0, 0, 0, 0, 4441, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ga.po, 1888, 2462, 2589, 910, 1322, 1651, 1925, 4449, 5709 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/fur.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/fr.po, 4439, 5702, 5719, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/fi.po, 4414, 5668, 5540, 17, 20, 9, 15, 4440, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/fa.po, 4442, 5703, 5640, 0, 0, 0, 0, 4442, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/eu.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/et.po, 4374, 5625, 5525, 0, 0, 0, 0, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/es.po, 4439, 5702, 5783, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/eo.po, 4439, 5702, 5525, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/en_GB.po, 4431, 5688, 5689, 0, 0, 0, 0, 4431, 5688 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/en_CA.po, 4390, 6303, 6303, 0, 0, 0, 0, 4390, 6303 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/en@shaw.po, 2667, 3595, 3595, 0, 0, 0, 0, 2667, 3595 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/el.po, 4442, 5703, 5713, 0, 0, 0, 0, 4442, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/dz.po, 6589, 9906, 9437, 0, 0, 0, 0, 6589, 9906 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/de.po, 4439, 5702, 5577, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/da.po, 4439, 5702, 5619, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/cy.po, 6603, 9919, 10438, 0, 0, 0, 0, 6603, 9919 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/cs.po, 4439, 5702, 5685, 0, 0, 0, 0, 4439, 5702 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/crh.po, 4393, 5645, 5634, 0, 0, 0, 0, 4393, 5645 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ca@valencia.po, 4442, 5703, 5770, 0, 0, 0, 0, 4442, 5703 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ca.po, 4424, 5684, 5757, 0, 0, 0, 0, 4424, 5684 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/bs.po, 4374, 5623, 5842, 0, 0, 0, 0, 4374, 5623 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/br.po, 4298, 5403, 5403, 0, 0, 76, 222, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/bn_IN.po, 4374, 5623, 5604, 0, 0, 0, 0, 4374, 5623 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/bn.po, 4374, 5625, 5631, 0, 0, 0, 0, 4374, 5625 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/bg.po, 4460, 5724, 5722, 0, 0, 0, 0, 4460, 5724 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/be@latin.po, 4381, 5642, 5624, 0, 0, 0, 0, 4381, 5642 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/be.po, 4337, 5586, 5564, 0, 0, 0, 0, 4337, 5586 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/az.po, 2693, 3655, 3651, 0, 0, 0, 0, 2693, 3655 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ast.po, 4369, 5620, 5694, 0, 0, 0, 0, 4369, 5620 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/as.po, 4430, 5687, 5675, 0, 0, 0, 0, 4430, 5687 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ar.po, 3386, 4260, 4189, 702, 920, 343, 508, 4431, 5688 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po-locations/ang.po, 46, 51, 57, 0, 0, 2655, 3612, 2701, 3663 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 235, 664, 282, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 144, 479, 188, 1, 4, 0, 0, 145, 483 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 147, 485, 199, 0, 0, 0, 0, 147, 485 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/xh.po, 153, 355, 339, 12, 35, 14, 70, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/wa.po, 35, 57, 71, 24, 58, 120, 345, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.po, 148, 483, 629, 0, 0, 0, 0, 148, 483 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.po, 146, 484, 484, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ug.po, 148, 483, 445, 0, 0, 0, 0, 148, 483 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.po, 235, 664, 661, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/th.po, 147, 485, 254, 0, 0, 0, 0, 147, 485 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/te.po, 146, 484, 441, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ta.po, 146, 484, 396, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.po, 235, 664, 606, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.po, 235, 664, 647, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/sq.po, 179, 461, 534, 0, 0, 0, 0, 179, 461 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.po, 235, 664, 674, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/si.po, 119, 222, 233, 0, 0, 60, 238, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/rw.po, 9, 9, 8, 59, 215, 111, 236, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.po, 235, 664, 660, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.po, 235, 664, 747, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 235, 664, 725, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.po, 147, 485, 544, 0, 0, 0, 0, 147, 485 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.po, 235, 664, 672, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.po, 237, 667, 705, 0, 0, 0, 0, 237, 667 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/or.po, 148, 483, 487, 0, 0, 0, 0, 148, 483 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.po, 234, 662, 744, 0, 0, 0, 0, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/nn.po, 181, 465, 416, 0, 0, 0, 0, 181, 465 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.po, 235, 664, 583, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.po, 136, 253, 285, 4, 30, 7, 210, 147, 493 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.po, 237, 667, 605, 0, 0, 0, 0, 237, 667 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ms.po, 127, 285, 306, 24, 54, 28, 121, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/mr.po, 146, 484, 436, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/mn.po, 98, 192, 199, 25, 63, 56, 205, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.po, 235, 664, 613, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/mk.po, 179, 461, 487, 0, 0, 0, 0, 179, 461 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/mg.po, 166, 437, 429, 9, 19, 4, 4, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/mai.po, 175, 408, 442, 0, 0, 6, 57, 181, 465 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.po, 235, 664, 632, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.po, 235, 664, 610, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ky.po, 132, 426, 421, 3, 39, 3, 5, 138, 470 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ku.po, 174, 396, 463, 1, 10, 4, 54, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.po, 235, 664, 566, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/kn.po, 146, 484, 446, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.po, 235, 664, 701, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ka.po, 170, 447, 408, 5, 9, 4, 4, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.po, 225, 646, 326, 0, 0, 10, 18, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/it.po, 235, 664, 752, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/is.po, 234, 662, 559, 0, 0, 0, 0, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/id.po, 235, 664, 698, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/hy.po, 155, 360, 362, 14, 39, 10, 61, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.po, 235, 664, 593, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.po, 235, 664, 654, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/hi.po, 146, 484, 548, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/he.po, 147, 485, 519, 0, 0, 0, 0, 147, 485 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/gu.po, 147, 485, 491, 0, 0, 0, 0, 147, 485 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.po, 235, 664, 775, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/gd.po, 237, 667, 780, 0, 0, 0, 0, 237, 667 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.po, 90, 133, 133, 0, 0, 90, 329, 180, 462 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.po, 235, 664, 762, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.po, 235, 664, 774, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.po, 193, 367, 309, 32, 97, 9, 198, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.po, 237, 667, 777, 0, 0, 0, 0, 237, 667 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.po, 235, 664, 552, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/et.po, 148, 483, 382, 0, 0, 0, 0, 148, 483 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_VE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_UY.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_SV.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_PR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_PE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_PA.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_NI.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_MX.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_HN.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_GT.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_ES.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_EC.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_DO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_CR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_CO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_CL.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es_AR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/es.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.po, 230, 483, 469, 0, 0, 5, 181, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 234, 662, 662, 0, 0, 0, 0, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 179, 460, 460, 0, 0, 0, 0, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 181, 465, 465, 0, 0, 0, 0, 181, 465 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/el.po, 235, 664, 703, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/dz.po, 170, 447, 271, 5, 9, 4, 4, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/de.po, 235, 664, 576, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/da.po, 235, 664, 549, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/cy.po, 181, 465, 503, 0, 0, 0, 0, 181, 465 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.po, 235, 664, 623, 0, 0, 0, 0, 235, 664 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/crh.po, 148, 483, 449, 0, 0, 0, 0, 148, 483 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 237, 667, 782, 0, 0, 0, 0, 237, 667 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.po, 234, 662, 771, 0, 0, 0, 0, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.po, 146, 484, 492, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/br.po, 51, 75, 80, 1, 2, 129, 388, 181, 465 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 146, 484, 459, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/bn.po, 181, 465, 448, 0, 0, 0, 0, 181, 465 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.po, 146, 484, 538, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 179, 461, 455, 0, 0, 0, 0, 179, 461 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/be.po, 147, 493, 513, 0, 0, 0, 0, 147, 493 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/az.po, 145, 324, 324, 19, 56, 15, 80, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ast.po, 181, 465, 524, 0, 0, 0, 0, 181, 465 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/as.po, 146, 484, 456, 0, 0, 0, 0, 146, 484 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.po, 228, 466, 529, 0, 0, 6, 196, 234, 662 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/am.po, 11, 14, 14, 11, 17, 157, 429, 179, 460 -libgweather-3.32.1-1.fc30.src.rpm.stats.csv, po/af.po, 133, 274, 233, 5, 11, 7, 198, 145, 483 -libhangul-0.1.0-19.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libhangul-0.1.0-19.fc30.src.rpm.stats.csv, po/libhangul.pot, 0, 0, 0, 0, 0, 9, 16, 9, 16 -libhangul-0.1.0-19.fc30.src.rpm.stats.csv, po/ko.gmo, 9, 16, 15, 0, 0, 0, 0, 9, 16 -libhangul-0.1.0-19.fc30.src.rpm.stats.csv, po/ko.po, 9, 16, 15, 0, 0, 0, 0, 9, 16 -libidn-1.35-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libidn-1.35-5.fc30.src.rpm.stats.csv, po/ja.po, 39, 160, 47, 9, 59, 12, 209, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/en@quot.gmo, 60, 428, 428, 0, 0, 0, 0, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/hr.po, 58, 414, 402, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/sr.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/nl.po, 58, 414, 417, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/sv.gmo, 60, 428, 400, 0, 0, 0, 0, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/nl.gmo, 58, 414, 417, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/sr.gmo, 58, 414, 424, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/sv.po, 60, 428, 400, 0, 0, 0, 0, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/fr.po, 58, 414, 485, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/fr.gmo, 58, 414, 485, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/fi.gmo, 58, 414, 352, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/de.po, 58, 414, 391, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/en@quot.po, 60, 428, 428, 0, 0, 0, 0, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/da.gmo, 58, 414, 414, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/eo.gmo, 58, 414, 397, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/vi.gmo, 58, 414, 615, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/vi.po, 58, 414, 615, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 58, 414, 461, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/de.gmo, 58, 414, 391, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/ro.po, 2, 16, 16, 7, 46, 51, 366, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 58, 414, 461, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/uk.po, 58, 414, 462, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/uk.gmo, 58, 414, 462, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/cs.po, 58, 414, 416, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/hu.po, 58, 414, 396, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/es.gmo, 4, 21, 21, 0, 0, 0, 0, 4, 21 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/id.po, 58, 414, 415, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/it.po, 58, 414, 440, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/en@boldquot.gmo, 60, 428, 431, 0, 0, 0, 0, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/eo.po, 58, 414, 397, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/hr.gmo, 58, 414, 402, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/pl.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/hu.gmo, 58, 414, 396, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/es.po, 4, 21, 21, 28, 100, 28, 307, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 58, 414, 184, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/cs.gmo, 58, 414, 416, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/da.po, 58, 414, 414, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/fi.po, 58, 414, 352, 0, 0, 2, 14, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/en@boldquot.po, 60, 428, 431, 0, 0, 0, 0, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/libidn.pot, 0, 0, 0, 0, 0, 60, 428, 60, 428 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/id.gmo, 58, 414, 415, 0, 0, 0, 0, 58, 414 -libidn-1.35-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 58, 414, 184, 0, 0, 2, 14, 60, 428 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/fur.po, 35, 270, 331, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/id.gmo, 6, 40, 40, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/it.po, 6, 40, 45, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/vi.po, 6, 40, 54, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/hu.po, 35, 270, 269, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/eo.gmo, 6, 40, 41, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/fr.gmo, 35, 270, 327, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/vi.gmo, 6, 40, 54, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/es.po, 12, 53, 58, 3, 18, 24, 235, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/da.gmo, 35, 270, 248, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/ro.po, 1, 14, 14, 2, 8, 36, 284, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/uk.po, 35, 270, 277, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/cs.po, 35, 270, 272, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 35, 270, 319, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/hr.po, 6, 40, 37, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/sv.po, 35, 270, 237, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/sr.gmo, 6, 40, 37, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/es.gmo, 12, 53, 58, 0, 0, 0, 0, 12, 53 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 35, 270, 319, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/nl.gmo, 6, 40, 36, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/libidn2.pot, 0, 0, 0, 0, 0, 39, 306, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/sr.po, 6, 40, 37, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/nl.po, 6, 40, 36, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/pl.po, 35, 270, 274, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/pl.gmo, 35, 270, 274, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/hu.gmo, 35, 270, 269, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/uk.gmo, 35, 270, 277, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/fr.po, 35, 270, 327, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 6, 40, 15, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/ja.po, 2, 16, 2, 8, 31, 29, 259, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/fi.po, 6, 40, 32, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/da.po, 35, 270, 248, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/hr.gmo, 6, 40, 37, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 6, 40, 15, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/id.po, 6, 40, 40, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/fur.gmo, 35, 270, 331, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/sv.gmo, 35, 270, 237, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/de.gmo, 35, 270, 257, 0, 0, 0, 0, 35, 270 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/fi.gmo, 6, 40, 32, 0, 0, 0, 0, 6, 40 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/de.po, 35, 270, 257, 1, 12, 3, 24, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/eo.po, 6, 40, 41, 11, 109, 22, 157, 39, 306 -libidn2-2.1.1a-1.fc30.src.rpm.stats.csv, po/cs.gmo, 35, 270, 272, 0, 0, 0, 0, 35, 270 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, iptc/po/iptc.pot, 0, 0, 0, 0, 0, 34, 349, 34, 349 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, iptc/po/it.gmo, 34, 349, 386, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, iptc/po/de.gmo, 34, 349, 354, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, iptc/po/de.po, 34, 349, 354, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, iptc/po/it.po, 34, 349, 386, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, po/it.gmo, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, po/de.gmo, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, po/libiptcdata.pot, 0, 0, 0, 0, 0, 169, 1089, 169, 1089 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, po/de.po, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 -libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv, po/it.po, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 -libkkc-0.3.5-14.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libkkc-0.3.5-14.fc30.src.rpm.stats.csv, po/ja.po, 59, 272, 82, 0, 0, 0, 0, 59, 272 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pl.po, 155, 723, 715, 0, 0, 1, 5, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/de.po, 114, 468, 436, 0, 0, 42, 260, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/fr.po, 153, 711, 854, 0, 0, 3, 17, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/libosinfo.pot, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/hu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ja.gmo, 114, 468, 218, 0, 0, 0, 0, 114, 468 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/cs.gmo, 141, 640, 608, 0, 0, 0, 0, 141, 640 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pl.gmo, 155, 723, 715, 0, 0, 0, 0, 155, 723 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sv.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/it.po, 155, 723, 807, 0, 0, 1, 5, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/uk.po, 155, 723, 760, 0, 0, 1, 5, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/de.gmo, 114, 468, 436, 0, 0, 0, 0, 114, 468 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/it.gmo, 155, 723, 807, 0, 0, 0, 0, 155, 723 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ru.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ja.po, 114, 468, 218, 0, 0, 42, 260, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/es.gmo, 22, 60, 66, 0, 0, 0, 0, 22, 60 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ca.gmo, 141, 640, 837, 0, 0, 0, 0, 141, 640 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/da.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 16, 23, 25, 0, 0, 0, 0, 16, 23 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ko.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/uk.gmo, 155, 723, 760, 0, 0, 0, 0, 155, 723 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/es.po, 22, 60, 66, 0, 0, 134, 668, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 16, 23, 25, 0, 0, 140, 705, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/fr.gmo, 153, 711, 854, 0, 0, 0, 0, 153, 711 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/fi.po, 28, 70, 51, 0, 0, 128, 658, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ca.po, 141, 640, 837, 0, 0, 15, 88, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/fi.gmo, 28, 70, 51, 0, 0, 0, 0, 28, 70 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/id.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/cs.po, 141, 640, 608, 0, 0, 15, 88, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -libosinfo-1.4.0-2.fc30.src.rpm.stats.csv, po/hu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/nl.po, 46, 73, 147, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/ru.po, 46, 73, 68, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/sv.po, 46, 73, 76, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/uk.po, 0, 0, 0, 1, 25, 45, 48, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/templates.pot, 0, 0, 0, 0, 0, 46, 73, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/tr.po, 46, 73, 66, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/da.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/pt_BR.po, 46, 73, 81, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/es.po, 46, 73, 80, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/cs.po, 46, 73, 67, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/gl.po, 46, 73, 77, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/fr.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/it.po, 46, 73, 69, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/pl.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/ja.po, 46, 73, 48, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/sk.po, 46, 73, 70, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/ca.po, 46, 73, 82, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/vi.po, 46, 73, 97, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/de.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/hu.po, 2, 29, 22, 0, 0, 44, 44, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/eu.po, 46, 73, 72, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/fi.po, 46, 73, 60, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-24.fc30.src.rpm.stats.csv, debian/po/pt.po, 46, 73, 88, 0, 0, 0, 0, 46, 73 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/th.po, 34, 112, 54, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/zh_TW.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/uk.po, 26, 105, 83, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/el.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/nds.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/lt.po, 34, 112, 94, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/fr.po, 34, 112, 127, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ast.po, 24, 103, 103, 0, 0, 0, 0, 24, 103 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/id.po, 34, 112, 98, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/an.po, 34, 111, 118, 0, 0, 0, 0, 34, 111 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/tg.po, 26, 105, 107, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/be.po, 34, 112, 99, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/de.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ar.po, 26, 105, 85, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/he.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/sr.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/te.po, 31, 110, 101, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ml.po, 26, 105, 88, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/pl.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/it.po, 34, 112, 117, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/as.po, 31, 110, 125, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/zh_HK.po, 31, 110, 35, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/eu.po, 34, 112, 111, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/gu.po, 31, 110, 126, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/bg.po, 26, 105, 114, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/gl.po, 34, 112, 122, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ta.po, 31, 110, 102, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/hi.po, 31, 110, 135, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/sv.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ne.po, 19, 33, 38, 6, 22, 6, 55, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ru.po, 34, 112, 104, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/nl.po, 27, 106, 99, 0, 0, 0, 0, 27, 106 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/hu.po, 34, 112, 103, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/fi.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/bs.po, 34, 111, 105, 0, 0, 0, 0, 34, 111 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/fur.po, 34, 112, 133, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/oc.po, 34, 112, 121, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/hr.po, 34, 112, 105, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ro.po, 34, 112, 131, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ca@valencia.po, 31, 110, 121, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/or.po, 31, 110, 127, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/fa.po, 34, 112, 109, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/da.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/en_GB.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/pa.po, 31, 110, 119, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/mr.po, 31, 110, 115, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/vi.po, 26, 105, 135, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/is.po, 27, 56, 62, 0, 0, 7, 55, 34, 111 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/sk.po, 34, 112, 117, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/et.po, 26, 105, 80, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ko.po, 34, 112, 92, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/zh_CN.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/lv.po, 34, 112, 95, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/bn_IN.po, 31, 110, 124, 0, 0, 0, 0, 31, 110 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/cs.po, 34, 112, 118, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/sr@latin.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/pt_BR.po, 34, 112, 116, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/kn.po, 34, 111, 107, 0, 0, 0, 0, 34, 111 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/kk.po, 34, 112, 96, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/nb.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/es.po, 34, 112, 119, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/eo.po, 24, 103, 91, 0, 0, 0, 0, 24, 103 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ja.po, 30, 99, 48, 3, 9, 1, 3, 34, 111 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ug.po, 26, 105, 89, 0, 0, 0, 0, 26, 105 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/pt.po, 34, 112, 119, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/ca.po, 34, 112, 124, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/tr.po, 34, 112, 103, 0, 0, 0, 0, 34, 112 -libpeas-1.22.0-10.fc30.src.rpm.stats.csv, po/sl.po, 34, 112, 114, 0, 0, 0, 0, 34, 112 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/hu.po, 53, 343, 311, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/da.gmo, 53, 343, 305, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/eu.gmo, 23, 108, 85, 0, 0, 0, 0, 23, 108 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/libpwquality.pot, 0, 0, 0, 0, 0, 53, 343, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/bn_IN.po, 53, 343, 307, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/si.po, 6, 18, 19, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ur.gmo, 6, 23, 33, 0, 0, 0, 0, 6, 23 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/or.gmo, 53, 343, 344, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ko.gmo, 53, 343, 274, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/de.po, 53, 343, 308, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pt.gmo, 53, 343, 372, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 53, 343, 86, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/kk.po, 6, 18, 20, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/as.gmo, 53, 343, 289, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/tr.po, 6, 18, 17, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/kk.gmo, 6, 18, 20, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ml.gmo, 53, 343, 219, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/fi.po, 53, 343, 255, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ru.po, 53, 343, 275, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sr.po, 53, 343, 290, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sk.po, 53, 343, 292, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sq.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/km.gmo, 53, 343, 101, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/te.po, 53, 343, 255, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/zu.gmo, 6, 18, 17, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ru.gmo, 53, 343, 275, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/te.gmo, 53, 343, 255, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/uk.po, 53, 343, 311, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/gu.po, 53, 343, 309, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/fr.gmo, 53, 343, 462, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/nb.po, 6, 18, 18, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/fr.po, 53, 343, 462, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ta.gmo, 53, 343, 285, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sv.gmo, 53, 343, 290, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ca.gmo, 53, 343, 389, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/zu.po, 6, 18, 17, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/cs.gmo, 53, 343, 291, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/mr.gmo, 53, 343, 287, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/he.po, 53, 343, 286, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/kn.po, 53, 343, 259, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/zh_TW.po, 53, 343, 81, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sq.po, 9, 59, 53, 0, 0, 44, 284, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ja.po, 53, 343, 86, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 53, 343, 81, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pl.gmo, 53, 343, 307, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 53, 343, 372, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ta.po, 53, 343, 285, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/da.po, 53, 343, 305, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/nl.po, 53, 343, 339, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/bg.po, 51, 324, 304, 0, 0, 2, 19, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/vi.po, 6, 18, 32, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ar.gmo, 6, 18, 29, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/or.po, 53, 343, 344, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pa.gmo, 53, 343, 381, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/nl.gmo, 53, 343, 339, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/bg.gmo, 51, 324, 304, 0, 0, 0, 0, 51, 324 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sk.gmo, 53, 343, 292, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sr@latin.po, 6, 18, 19, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/si.gmo, 6, 18, 19, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ko.po, 53, 343, 274, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/nb.gmo, 6, 18, 18, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/vi.gmo, 6, 18, 32, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/tr.gmo, 6, 18, 17, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/km.po, 53, 343, 101, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/de.gmo, 53, 343, 308, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/kn.gmo, 53, 343, 259, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/hu.gmo, 53, 343, 311, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/es.gmo, 53, 343, 398, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/cs.po, 53, 343, 291, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/uk.gmo, 53, 343, 311, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sr.gmo, 53, 343, 290, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/zh_CN.po, 53, 343, 86, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/it.gmo, 53, 343, 350, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/hi.gmo, 53, 343, 356, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pt_BR.po, 53, 343, 372, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ja.gmo, 53, 343, 86, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pl.po, 53, 343, 307, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/he.gmo, 53, 343, 286, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/gu.gmo, 53, 343, 309, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sv.po, 53, 343, 290, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ca.po, 53, 343, 389, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ur.po, 6, 23, 33, 0, 0, 47, 320, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/hi.po, 53, 343, 356, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/fi.gmo, 53, 343, 255, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pt.po, 53, 343, 372, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/as.po, 53, 343, 289, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 53, 343, 307, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/mr.po, 53, 343, 287, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/eu.po, 23, 108, 85, 0, 0, 30, 235, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 6, 18, 19, 0, 0, 0, 0, 6, 18 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/it.po, 53, 343, 350, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ar.po, 6, 18, 29, 0, 0, 47, 325, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/pa.po, 53, 343, 381, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/ml.po, 53, 343, 219, 0, 0, 0, 0, 53, 343 -libpwquality-1.4.0-12.fc30.src.rpm.stats.csv, po/es.po, 53, 343, 398, 0, 0, 0, 0, 53, 343 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/accessibility/messages.po, 8, 10, 11, 0, 0, 3, 17, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/avmedia/messages.po, 21, 44, 36, 0, 0, 1, 1, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/basctl/messages.po, 114, 269, 219, 3, 4, 38, 338, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/basic/messages.po, 94, 347, 285, 2, 7, 39, 195, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/chart2/messages.po, 289, 488, 459, 3, 3, 328, 877, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/messages.po, 9, 52, 29, 1, 6, 96, 989, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/cui/messages.po, 1505, 2562, 2304, 49, 97, 789, 2899, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dbaccess/messages.po, 399, 1074, 859, 39, 106, 374, 3330, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/desktop/messages.po, 74, 173, 147, 3, 5, 85, 1047, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/en/dialog.po, 1, 1, 1, 1, 2, 35, 173, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/hu_HU/dialog.po, 3, 4, 4, 2, 2, 27, 65, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/ru_RU/dialog.po, 10, 18, 14, 0, 0, 4, 8, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/editeng/messages.po, 159, 322, 300, 6, 16, 100, 318, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/extensions/messages.po, 275, 468, 441, 15, 31, 373, 1600, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/extras/source/autocorr/emoji.po, 434, 455, 538, 27, 27, 1114, 1335, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/extras/source/gallery/share.po, 11, 14, 12, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/filter/messages.po, 86, 182, 170, 5, 8, 131, 628, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/filter/source/config/fragments/filters.po, 134, 482, 487, 5, 10, 81, 240, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/filter/source/config/fragments/internalgraphicfilters.po, 25, 91, 91, 0, 0, 13, 48, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/filter/source/config/fragments/types.po, 16, 59, 64, 0, 0, 22, 62, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/forms/messages.po, 26, 84, 58, 1, 7, 31, 239, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/formula/messages.po, 116, 122, 122, 17, 17, 305, 375, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/fpicker/messages.po, 47, 87, 83, 1, 1, 13, 75, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/framework/messages.po, 17, 33, 32, 0, 0, 12, 177, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/instsetoo_native/inc_openoffice/windows/msi_languages.po, 196, 432, 408, 3, 11, 358, 3911, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/librelogo/source/pythonpath.po, 87, 107, 101, 9, 9, 42, 57, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 16, 41, 37, 1, 4, 32, 648, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 4, 0, 0, 1, 17, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/nlpsolver/src/locale.po, 25, 41, 41, 0, 0, 16, 64, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/officecfg/registry/data/org/openoffice.po, 2, 7, 7, 0, 0, 7, 21, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/officecfg/registry/data/org/openoffice/Office.po, 256, 318, 306, 112, 135, 940, 1388, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po, 1665, 3094, 2988, 108, 205, 1904, 4423, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/readlicense_oo/docs.po, 12, 57, 57, 0, 0, 91, 2346, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/reportbuilder/java/org/libreoffice/report/function/metadata.po, 2, 6, 3, 0, 0, 4, 14, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/reportdesign/messages.po, 139, 219, 207, 4, 8, 115, 390, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/sc/messages.po, 1573, 2504, 2274, 77, 134, 3036, 17622, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scaddins/messages.po, 263, 529, 430, 27, 66, 611, 2593, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/sccomp/messages.po, 6, 24, 18, 0, 0, 8, 41, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/base.po, 4, 8, 9, 1, 3, 5, 33, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/calc.po, 7, 18, 22, 6, 19, 9, 57, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/draw.po, 29, 94, 94, 4, 11, 8, 44, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/extensions.po, 7, 21, 19, 1, 1, 8, 43, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/graphicfilter.po, 28, 91, 90, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/impress.po, 10, 25, 25, 6, 19, 5, 37, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/math.po, 6, 29, 23, 1, 3, 3, 10, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/onlineupdate.po, 1, 2, 2, 0, 0, 1, 11, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/ooo.po, 9, 18, 18, 4, 5, 569, 2001, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/writer.po, 17, 51, 51, 3, 10, 7, 53, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/sd/messages.po, 408, 703, 672, 58, 110, 853, 2138, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/setup_native/source/mac.po, 12, 39, 32, 0, 0, 11, 92, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/sfx2/messages.po, 240, 429, 391, 19, 28, 322, 1769, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/shell/source/win32/shlxthandler/res.po, 35, 39, 39, 0, 0, 2, 6, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/starmath/messages.po, 257, 401, 369, 33, 85, 215, 482, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/svtools/messages.po, 229, 549, 495, 10, 19, 675, 2043, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/svx/messages.po, 860, 1490, 1388, 67, 148, 1919, 5586, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/sw/messages.po, 1649, 2664, 2633, 90, 129, 1702, 4947, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/swext/mediawiki/help.po, 32, 73, 63, 0, 0, 57, 1331, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 21, 38, 34, 0, 0, 11, 143, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/sysui/desktop/share.po, 60, 192, 205, 0, 0, 6, 85, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/uui/messages.po, 56, 199, 150, 1, 3, 100, 1352, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/vcl/messages.po, 141, 211, 199, 11, 13, 204, 513, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/wizards/messages.po, 119, 225, 164, 4, 6, 142, 811, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/wizards/source/resources.po, 243, 520, 405, 11, 44, 300, 1722, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/writerperfect/messages.po, 10, 18, 18, 0, 0, 20, 47, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ab/xmlsecurity/messages.po, 71, 186, 146, 0, 0, 20, 238, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/accessibility/messages.po, 8, 14, 14, 1, 1, 2, 12, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/avmedia/messages.po, 19, 33, 35, 0, 0, 3, 12, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/basctl/messages.po, 94, 388, 388, 37, 54, 24, 169, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/basic/messages.po, 18, 52, 51, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/chart2/messages.po, 547, 1151, 935, 18, 57, 55, 160, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/messages.po, 96, 942, 967, 6, 48, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/cui/messages.po, 744, 1485, 1427, 653, 1076, 946, 2997, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dbaccess/messages.po, 407, 2456, 2401, 247, 1315, 158, 739, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/desktop/messages.po, 106, 795, 828, 28, 175, 28, 255, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/ru_RU/dialog.po, 3, 3, 3, 2, 4, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/editeng/messages.po, 234, 561, 555, 18, 61, 13, 34, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/extensions/messages.po, 400, 970, 850, 208, 827, 55, 302, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/extras/source/autocorr/emoji.po, 43, 39, 39, 186, 178, 1346, 1600, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/extras/source/gallery/share.po, 10, 13, 12, 0, 0, 2, 2, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/filter/messages.po, 52, 205, 188, 31, 61, 139, 552, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/filter/source/config/fragments/filters.po, 81, 280, 242, 10, 25, 129, 427, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 124, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/filter/source/config/fragments/types.po, 16, 46, 39, 2, 7, 20, 68, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/forms/messages.po, 54, 314, 322, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/formula/messages.po, 306, 309, 308, 61, 87, 71, 118, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/fpicker/messages.po, 31, 88, 79, 15, 34, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/framework/messages.po, 17, 163, 153, 6, 14, 6, 33, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po, 528, 3988, 4028, 7, 96, 22, 270, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/librelogo/source/pythonpath.po, 19, 21, 21, 42, 44, 77, 108, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/nlpsolver/src/locale.po, 10, 10, 11, 3, 4, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/officecfg/registry/data/org/openoffice/Office.po, 1192, 1279, 1236, 4, 7, 112, 555, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po, 2387, 4801, 4308, 568, 1062, 722, 1859, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/readlicense_oo/docs.po, 19, 219, 209, 0, 0, 84, 2184, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/reportbuilder/java/org/libreoffice/report/function/metadata.po, 1, 1, 1, 0, 0, 5, 19, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/reportdesign/messages.po, 186, 440, 411, 57, 137, 15, 40, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/sc/messages.po, 2257, 11179, 10377, 1011, 2984, 1418, 6097, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scaddins/messages.po, 781, 2471, 2393, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/sccomp/messages.po, 11, 47, 43, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/base.po, 8, 40, 38, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/calc.po, 15, 49, 39, 3, 29, 4, 16, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/draw.po, 11, 45, 36, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/graphicfilter.po, 28, 91, 46, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/impress.po, 17, 67, 52, 1, 4, 3, 10, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/math.po, 9, 39, 33, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/ooo.po, 226, 297, 286, 124, 679, 232, 1048, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/writer.po, 19, 56, 34, 0, 0, 8, 58, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/sd/messages.po, 419, 1043, 1012, 325, 556, 575, 1352, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/setup_native/source/mac.po, 21, 110, 104, 1, 12, 1, 9, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/sfx2/messages.po, 192, 523, 519, 139, 430, 250, 1273, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/starmath/messages.po, 275, 477, 433, 104, 148, 126, 343, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/svtools/messages.po, 559, 1460, 1367, 71, 144, 284, 1007, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/svx/messages.po, 1472, 3375, 3032, 559, 1299, 815, 2550, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/sw/messages.po, 1279, 2118, 2020, 1055, 1990, 1107, 3632, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/swext/mediawiki/help.po, 44, 304, 289, 24, 702, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 170, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/sysui/desktop/share.po, 43, 153, 104, 10, 52, 13, 72, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/uui/messages.po, 87, 804, 835, 23, 136, 47, 614, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/vcl/messages.po, 151, 225, 209, 47, 104, 158, 408, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/wizards/messages.po, 229, 985, 959, 12, 13, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/wizards/source/resources.po, 470, 1917, 1871, 34, 192, 50, 177, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/af/xmlsecurity/messages.po, 21, 40, 37, 17, 118, 53, 266, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/basctl/messages.po, 155, 611, 575, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/basic/messages.po, 135, 549, 593, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/chart2/messages.po, 620, 1368, 1595, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/messages.po, 106, 1047, 891, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/cui/messages.po, 2341, 5556, 6092, 0, 0, 2, 2, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dbaccess/messages.po, 812, 4510, 3899, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/desktop/messages.po, 162, 1225, 1016, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/en/dialog.po, 37, 176, 190, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/ru_RU/dialog.po, 14, 26, 30, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/editeng/messages.po, 265, 656, 828, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/extensions/messages.po, 663, 2099, 2042, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/extras/source/autocorr/emoji.po, 1058, 1243, 1432, 0, 0, 517, 574, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/filter/messages.po, 222, 818, 849, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/filter/source/config/fragments/filters.po, 220, 732, 748, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/filter/source/config/fragments/types.po, 38, 121, 125, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/forms/messages.po, 58, 330, 265, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/formula/messages.po, 426, 502, 862, 0, 0, 0, 0, 426, 502 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/fpicker/messages.po, 61, 163, 168, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/framework/messages.po, 29, 210, 195, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/auxiliary.po, 105, 302, 384, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sbasic/guide.po, 100, 1293, 1243, 0, 0, 3, 52, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sbasic/shared.po, 4126, 33357, 32837, 0, 0, 379, 2074, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 452, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1382, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sbasic/shared/03.po, 41, 121, 190, 0, 0, 6, 24, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc.po, 187, 986, 1008, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc/00.po, 90, 286, 306, 0, 0, 111, 659, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc/01.po, 7244, 68739, 68059, 0, 0, 251, 4416, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc/02.po, 121, 804, 784, 0, 0, 2, 6, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc/04.po, 187, 1497, 1385, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc/05.po, 119, 798, 782, 0, 0, 18, 55, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/scalc/guide.po, 1460, 21281, 19892, 0, 0, 9, 312, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/schart.po, 96, 931, 885, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/schart/00.po, 60, 347, 386, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/schart/01.po, 972, 11826, 11154, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/schart/02.po, 25, 117, 119, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/schart/04.po, 32, 133, 131, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sdraw.po, 123, 732, 714, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sdraw/04.po, 103, 489, 432, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2760, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared.po, 245, 2167, 2034, 0, 0, 5, 141, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/00.po, 1034, 10790, 10486, 0, 0, 533, 4904, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/01.po, 5066, 44511, 41898, 0, 0, 421, 7451, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/02.po, 1833, 20688, 18716, 0, 0, 349, 8434, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/04.po, 274, 1176, 1180, 0, 0, 39, 895, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/05.po, 128, 1250, 1177, 0, 0, 68, 1090, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/06.po, 3, 7, 11, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/07.po, 7, 82, 76, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/autokorr.po, 48, 420, 353, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7626, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/explorer/database.po, 1544, 16165, 15065, 0, 0, 97, 2692, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/guide.po, 2494, 35802, 34655, 0, 0, 22, 641, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/help.po, 76, 109, 110, 0, 0, 2, 8, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/menu.po, 16, 120, 132, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/shared/optionen.po, 1893, 22145, 21213, 0, 0, 41, 1206, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/simpress.po, 199, 1395, 1313, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/simpress/00.po, 163, 902, 920, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/simpress/01.po, 1029, 8333, 7582, 0, 0, 17, 181, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/simpress/02.po, 660, 6509, 5941, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/simpress/04.po, 239, 1138, 1138, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/simpress/guide.po, 765, 10243, 9716, 0, 0, 2, 39, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/smath.po, 60, 739, 719, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/smath/00.po, 66, 355, 363, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/smath/01.po, 1551, 13859, 14435, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/smath/02.po, 6, 97, 86, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/smath/04.po, 26, 135, 127, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/smath/06.po, 9, 21, 28, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/smath/guide.po, 104, 1193, 1162, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter.po, 331, 2836, 2735, 0, 0, 5, 110, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter/00.po, 304, 1796, 1968, 0, 0, 6, 22, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter/01.po, 3324, 33365, 31083, 0, 0, 22, 428, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter/02.po, 426, 3050, 2896, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter/04.po, 254, 1276, 1275, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter/guide.po, 2143, 27900, 26772, 0, 0, 1, 37, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3361, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/helpcontent2/source/text/swriter/menu.po, 17, 96, 110, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4033, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/librelogo/source/pythonpath.po, 138, 173, 246, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 597, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/nlpsolver/src/locale.po, 41, 105, 114, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/officecfg/registry/data/org/openoffice.po, 9, 28, 36, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 3081, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9460, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/readlicense_oo/docs.po, 87, 1857, 1812, 0, 0, 16, 546, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/reportdesign/messages.po, 258, 617, 679, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/sc/messages.po, 4645, 20072, 17775, 0, 0, 41, 188, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scaddins/messages.po, 900, 3187, 3209, 0, 0, 0, 0, 900, 3187 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/sccomp/messages.po, 14, 65, 63, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/calc.po, 22, 94, 95, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/draw.po, 41, 149, 149, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/graphicfilter.po, 30, 101, 103, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/impress.po, 21, 81, 82, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/ooo.po, 582, 2024, 2034, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/sd/messages.po, 1319, 2951, 3212, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/setup_native/source/mac.po, 23, 131, 112, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/sfx2/messages.po, 577, 2096, 2015, 0, 0, 4, 130, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/starmath/messages.po, 505, 968, 1206, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/svtools/messages.po, 914, 2611, 2618, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/svx/messages.po, 2846, 7224, 7877, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/sw/messages.po, 3438, 7734, 8620, 0, 0, 1, 3, 3439, 7737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/swext/mediawiki/help.po, 89, 1404, 1320, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 151, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/sysui/desktop/share.po, 66, 277, 288, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/uui/messages.po, 157, 1554, 1448, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/vcl/messages.po, 292, 576, 626, 0, 0, 64, 161, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/wizards/messages.po, 265, 1042, 982, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/wizards/source/resources.po, 554, 2286, 2192, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/writerperfect/messages.po, 30, 65, 76, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/am/xmlsecurity/messages.po, 91, 424, 416, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/avmedia/messages.po, 16, 26, 29, 0, 0, 6, 19, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/basctl/messages.po, 7, 7, 8, 11, 14, 137, 590, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/basic/messages.po, 1, 1, 1, 0, 0, 134, 548, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/chart2/messages.po, 39, 39, 55, 90, 144, 491, 1185, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/messages.po, 0, 0, 0, 1, 4, 105, 1043, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/cui/messages.po, 170, 180, 215, 257, 321, 1916, 5057, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dbaccess/messages.po, 24, 31, 34, 59, 86, 729, 4393, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/desktop/messages.po, 2, 2, 2, 6, 6, 154, 1217, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/hu_HU/dialog.po, 0, 0, 0, 1, 1, 31, 70, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/editeng/messages.po, 11, 12, 12, 15, 19, 239, 625, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/extensions/messages.po, 50, 53, 77, 61, 80, 552, 1966, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/extras/source/autocorr/emoji.po, 1, 1, 1, 49, 31, 1525, 1785, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/extras/source/gallery/share.po, 1, 1, 1, 0, 0, 11, 14, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/filter/messages.po, 7, 7, 7, 10, 10, 205, 801, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/filter/source/config/fragments/filters.po, 6, 13, 14, 1, 3, 213, 716, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/forms/messages.po, 3, 3, 3, 3, 3, 52, 324, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/formula/messages.po, 9, 9, 9, 12, 13, 417, 492, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/fpicker/messages.po, 3, 4, 5, 4, 4, 54, 155, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/framework/messages.po, 0, 0, 0, 1, 1, 28, 209, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po, 30, 30, 30, 5, 5, 522, 4319, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/librelogo/source/pythonpath.po, 1, 1, 1, 13, 13, 124, 159, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/nlpsolver/src/locale.po, 6, 6, 6, 5, 5, 30, 94, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/officecfg/registry/data/org/openoffice/Office.po, 286, 327, 339, 891, 928, 131, 586, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/officecfg/registry/data/org/openoffice/Office/UI.po, 209, 333, 425, 2569, 5202, 899, 2187, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/reportdesign/messages.po, 18, 18, 30, 45, 65, 195, 534, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/sc/messages.po, 568, 1972, 2143, 2295, 11350, 1823, 6938, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scaddins/messages.po, 49, 49, 49, 16, 18, 836, 3121, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/base.po, 0, 0, 0, 1, 2, 9, 42, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/calc.po, 1, 1, 3, 3, 4, 18, 89, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/draw.po, 0, 0, 0, 3, 4, 38, 145, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/impress.po, 1, 1, 1, 2, 2, 18, 78, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/math.po, 0, 0, 0, 2, 3, 8, 39, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/ooo.po, 3, 3, 3, 0, 0, 579, 2021, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/writer.po, 1, 2, 2, 3, 6, 23, 106, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/sd/messages.po, 81, 88, 113, 129, 185, 1109, 2678, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/sfx2/messages.po, 36, 37, 40, 52, 59, 493, 2130, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/shell/source/win32/shlxthandler/res.po, 8, 8, 8, 8, 9, 21, 28, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/starmath/messages.po, 19, 19, 21, 48, 55, 438, 894, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/svtools/messages.po, 26, 26, 31, 43, 59, 845, 2526, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/svx/messages.po, 156, 169, 200, 188, 246, 2502, 6809, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/sw/messages.po, 313, 330, 425, 517, 675, 2611, 6735, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/swext/mediawiki/help.po, 2, 2, 2, 2, 2, 85, 1400, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 1, 1, 26, 175, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/sysui/desktop/share.po, 2, 3, 7, 2, 3, 62, 271, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/uui/messages.po, 1, 2, 2, 2, 2, 154, 1550, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/vcl/messages.po, 30, 33, 34, 42, 64, 284, 640, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/wizards/messages.po, 23, 23, 33, 20, 21, 222, 998, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/wizards/source/resources.po, 32, 35, 38, 36, 49, 486, 2202, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/writerperfect/messages.po, 0, 0, 0, 2, 4, 28, 61, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/an/xmlsecurity/messages.po, 5, 7, 5, 4, 5, 82, 412, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/basctl/messages.po, 155, 611, 517, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/basic/messages.po, 135, 549, 542, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/chart2/messages.po, 541, 1197, 1210, 32, 55, 47, 116, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/messages.po, 105, 1033, 876, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 8, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/cui/messages.po, 2177, 5153, 5081, 62, 121, 104, 284, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dbaccess/messages.po, 767, 4289, 3511, 9, 36, 36, 185, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/desktop/messages.po, 160, 1172, 973, 0, 0, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/hu_HU/dialog.po, 32, 71, 80, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/ru_RU/dialog.po, 13, 25, 30, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/editeng/messages.po, 265, 656, 719, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/extensions/messages.po, 575, 1784, 1661, 77, 283, 11, 32, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/extras/source/autocorr/emoji.po, 914, 1045, 1142, 47, 53, 614, 719, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/filter/messages.po, 200, 744, 679, 9, 22, 13, 52, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/filter/source/config/fragments/filters.po, 154, 528, 581, 16, 58, 50, 146, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po, 36, 131, 150, 2, 8, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/filter/source/config/fragments/types.po, 22, 71, 75, 3, 13, 13, 37, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/forms/messages.po, 58, 330, 306, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/formula/messages.po, 333, 340, 339, 45, 67, 60, 107, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/fpicker/messages.po, 57, 155, 145, 1, 4, 3, 4, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/framework/messages.po, 23, 196, 160, 6, 14, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/auxiliary.po, 89, 256, 271, 1, 3, 15, 43, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sbasic/guide.po, 74, 867, 833, 0, 0, 29, 478, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sbasic/shared.po, 752, 1162, 1122, 0, 0, 3753, 34269, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sbasic/shared/01.po, 4, 4, 4, 0, 0, 63, 461, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc.po, 92, 151, 157, 0, 0, 95, 835, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc/00.po, 7, 12, 11, 0, 0, 194, 933, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc/01.po, 92, 113, 106, 0, 0, 7403, 73042, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc/02.po, 9, 14, 11, 0, 0, 114, 796, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc/04.po, 23, 40, 26, 0, 0, 164, 1457, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc/05.po, 0, 0, 0, 0, 0, 137, 853, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/scalc/guide.po, 5, 6, 6, 0, 0, 1464, 21587, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/schart/00.po, 2, 8, 6, 0, 0, 58, 339, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/schart/01.po, 12, 12, 12, 0, 0, 960, 11814, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/schart/04.po, 5, 6, 6, 0, 0, 27, 127, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sdraw.po, 49, 103, 100, 0, 0, 74, 629, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sdraw/04.po, 41, 116, 104, 0, 0, 62, 373, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/sdraw/guide.po, 15, 136, 104, 0, 0, 260, 2936, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared.po, 6, 21, 20, 0, 0, 244, 2287, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/00.po, 38, 58, 63, 0, 0, 1529, 15636, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/01.po, 420, 564, 461, 0, 0, 5067, 51398, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/02.po, 89, 126, 135, 0, 0, 2093, 28996, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/04.po, 25, 43, 42, 0, 0, 288, 2028, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/05.po, 1, 2, 3, 0, 0, 195, 2338, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/07.po, 4, 29, 25, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/autokorr.po, 36, 254, 171, 0, 0, 12, 166, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/autopi.po, 17, 23, 23, 0, 0, 870, 8371, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/explorer/database.po, 40, 40, 42, 0, 0, 1601, 18817, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/guide.po, 13, 34, 29, 0, 0, 2503, 36409, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/shared/optionen.po, 54, 55, 55, 0, 0, 1880, 23296, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/simpress.po, 63, 91, 78, 0, 0, 136, 1304, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/simpress/00.po, 10, 18, 18, 0, 0, 153, 884, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/simpress/01.po, 15, 15, 15, 0, 0, 1031, 8499, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/simpress/02.po, 10, 17, 13, 0, 0, 650, 6492, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/simpress/04.po, 28, 41, 37, 0, 0, 211, 1097, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/simpress/guide.po, 2, 3, 3, 0, 0, 765, 10279, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/smath.po, 55, 608, 470, 0, 0, 5, 131, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/smath/00.po, 54, 228, 197, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/smath/01.po, 65, 145, 130, 0, 0, 1486, 13714, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/smath/02.po, 6, 97, 67, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/smath/04.po, 24, 111, 95, 0, 0, 2, 24, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/smath/guide.po, 1, 1, 1, 1, 1, 102, 1191, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter.po, 74, 145, 143, 0, 0, 262, 2801, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter/00.po, 47, 128, 124, 0, 0, 263, 1690, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter/01.po, 109, 113, 115, 0, 0, 3237, 33680, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter/02.po, 16, 23, 21, 0, 0, 410, 3027, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter/04.po, 30, 77, 69, 0, 0, 224, 1199, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter/guide.po, 8, 13, 12, 0, 0, 2136, 27924, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter/librelogo.po, 2, 2, 2, 0, 0, 324, 3017, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po, 550, 4294, 3698, 0, 0, 7, 60, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/librelogo/source/pythonpath.po, 135, 170, 168, 0, 0, 3, 3, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 542, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/nlpsolver/src/locale.po, 41, 105, 107, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/officecfg/registry/data/org/openoffice/Office.po, 1290, 1777, 1792, 3, 14, 15, 50, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po, 3441, 7151, 7626, 75, 134, 161, 437, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/readlicense_oo/docs.po, 92, 1954, 1693, 0, 0, 11, 449, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/reportdesign/messages.po, 242, 574, 568, 16, 43, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/sc/messages.po, 3151, 14337, 11722, 746, 2060, 789, 3863, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scaddins/messages.po, 877, 3041, 2349, 15, 31, 9, 116, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/sccomp/messages.po, 12, 51, 50, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/calc.po, 22, 94, 103, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/draw.po, 25, 89, 90, 0, 0, 16, 60, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/extensions.po, 16, 65, 70, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/graphicfilter.po, 30, 101, 100, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/ooo.po, 556, 1911, 1970, 11, 51, 15, 62, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/writer.po, 26, 109, 100, 0, 0, 1, 5, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/sd/messages.po, 853, 2205, 2052, 173, 238, 293, 508, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/setup_native/source/mac.po, 23, 131, 105, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/sfx2/messages.po, 514, 1886, 1677, 29, 40, 38, 300, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/starmath/messages.po, 436, 747, 758, 15, 38, 54, 183, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/svtools/messages.po, 825, 2406, 2346, 11, 15, 78, 190, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/svx/messages.po, 2320, 5945, 5843, 260, 514, 266, 765, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/sw/messages.po, 2811, 6177, 6197, 253, 470, 377, 1093, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/swext/mediawiki/help.po, 68, 978, 793, 6, 211, 15, 215, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 137, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/sysui/desktop/share.po, 66, 277, 286, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/uui/messages.po, 148, 1322, 1157, 0, 0, 9, 232, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/vcl/messages.po, 273, 534, 516, 0, 0, 83, 203, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/wizards/messages.po, 261, 1032, 876, 4, 10, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/wizards/source/resources.po, 480, 2027, 1711, 67, 208, 7, 51, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/writerperfect/messages.po, 22, 45, 47, 0, 0, 8, 20, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ar/xmlsecurity/messages.po, 88, 420, 370, 1, 1, 2, 3, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/avmedia/messages.po, 17, 27, 29, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/basctl/messages.po, 132, 540, 551, 21, 39, 2, 32, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/basic/messages.po, 17, 49, 55, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/chart2/messages.po, 357, 755, 872, 137, 249, 126, 364, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/messages.po, 104, 1017, 845, 0, 0, 2, 30, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/cui/messages.po, 1324, 3088, 3617, 622, 1236, 397, 1234, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dbaccess/messages.po, 559, 3170, 3056, 226, 1225, 27, 115, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/desktop/messages.po, 126, 705, 684, 26, 395, 10, 125, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/en/dialog.po, 37, 176, 188, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/hu_HU/dialog.po, 32, 71, 72, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/editeng/messages.po, 258, 641, 694, 3, 4, 4, 11, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/extensions/messages.po, 436, 1357, 1384, 194, 628, 33, 114, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/extras/source/autocorr/emoji.po, 55, 47, 47, 201, 198, 1319, 1572, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/filter/messages.po, 80, 281, 302, 37, 79, 105, 458, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/filter/source/config/fragments/filters.po, 105, 380, 380, 18, 62, 97, 290, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/filter/source/config/fragments/types.po, 24, 80, 80, 1, 5, 13, 36, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/forms/messages.po, 57, 321, 296, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/formula/messages.po, 390, 438, 443, 20, 26, 28, 50, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/fpicker/messages.po, 31, 88, 107, 19, 43, 11, 32, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/framework/messages.po, 20, 184, 151, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4542, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/librelogo/source/pythonpath.po, 137, 170, 183, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 558, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/nlpsolver/src/locale.po, 41, 105, 116, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/officecfg/registry/data/org/openoffice.po, 8, 25, 25, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/officecfg/registry/data/org/openoffice/Office.po, 1233, 1420, 2457, 11, 26, 64, 395, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po, 2606, 5296, 6215, 525, 976, 546, 1450, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/readlicense_oo/docs.po, 88, 1760, 1628, 1, 85, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/reportdesign/messages.po, 204, 489, 456, 51, 125, 3, 3, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/sc/messages.po, 2822, 13161, 11611, 958, 2632, 906, 4467, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scaddins/messages.po, 881, 3056, 3125, 15, 31, 5, 101, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/sccomp/messages.po, 12, 51, 42, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/calc.po, 21, 89, 93, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/extensions.po, 16, 65, 72, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/ooo.po, 560, 1935, 2049, 8, 34, 14, 55, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/sd/messages.po, 718, 1779, 1921, 302, 575, 299, 597, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/setup_native/source/mac.po, 22, 119, 126, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/sfx2/messages.po, 259, 744, 815, 149, 496, 173, 986, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/starmath/messages.po, 311, 533, 533, 93, 135, 99, 298, 503, 966 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/svtools/messages.po, 770, 1983, 1945, 55, 349, 89, 279, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/svx/messages.po, 1789, 4064, 4339, 533, 1268, 524, 1892, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/sw/messages.po, 1766, 3350, 3904, 904, 1807, 771, 2583, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/swext/mediawiki/help.po, 47, 353, 313, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/sysui/desktop/share.po, 64, 257, 253, 2, 20, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/uui/messages.po, 122, 1088, 957, 18, 150, 17, 316, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/vcl/messages.po, 239, 451, 552, 23, 57, 94, 229, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/wizards/messages.po, 259, 1032, 1067, 5, 9, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/wizards/source/resources.po, 491, 1998, 2008, 54, 225, 9, 63, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/as/xmlsecurity/messages.po, 55, 223, 211, 18, 131, 18, 70, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/avmedia/messages.po, 21, 44, 47, 1, 1, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/basctl/messages.po, 118, 431, 447, 21, 30, 16, 150, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/basic/messages.po, 18, 52, 53, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/chart2/messages.po, 364, 763, 890, 132, 240, 124, 365, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/messages.po, 103, 1005, 1039, 0, 0, 3, 42, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/cui/messages.po, 1433, 3352, 3697, 584, 1121, 326, 1085, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dbaccess/messages.po, 480, 2884, 3082, 230, 1230, 102, 396, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/desktop/messages.po, 111, 643, 669, 34, 405, 17, 177, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/ca.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/en/dialog.po, 37, 176, 194, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/hu_HU/dialog.po, 32, 71, 77, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/ne_NP.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/sr.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/editeng/messages.po, 253, 628, 756, 5, 8, 7, 20, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/extensions/messages.po, 418, 1088, 1201, 207, 789, 38, 222, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/extras/source/autocorr/emoji.po, 55, 48, 48, 205, 203, 1315, 1566, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/filter/messages.po, 160, 538, 588, 38, 107, 24, 173, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/filter/source/config/fragments/filters.po, 153, 528, 626, 12, 44, 55, 160, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po, 37, 135, 157, 0, 0, 1, 4, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/filter/source/config/fragments/types.po, 24, 80, 100, 1, 5, 13, 36, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/forms/messages.po, 57, 321, 338, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/formula/messages.po, 356, 377, 383, 35, 50, 47, 87, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/fpicker/messages.po, 31, 88, 91, 18, 42, 12, 33, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/framework/messages.po, 20, 184, 180, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/auxiliary.po, 92, 266, 320, 0, 0, 13, 36, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 1270, 0, 0, 14, 160, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sbasic/shared.po, 3553, 29607, 29498, 0, 0, 952, 5824, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sbasic/shared/01.po, 60, 386, 385, 0, 0, 7, 79, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1524, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc.po, 178, 940, 1015, 0, 0, 9, 46, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc/00.po, 63, 155, 184, 0, 0, 138, 790, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc/01.po, 5650, 49831, 50276, 0, 0, 1845, 23324, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc/02.po, 118, 796, 825, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc/04.po, 181, 1428, 1559, 0, 0, 6, 69, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc/05.po, 91, 734, 795, 0, 0, 46, 119, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/scalc/guide.po, 1338, 18990, 19080, 0, 0, 131, 2603, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/schart.po, 87, 794, 900, 0, 0, 9, 137, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/schart/00.po, 49, 303, 344, 0, 0, 11, 44, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/schart/01.po, 880, 10383, 10760, 0, 0, 92, 1443, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/schart/02.po, 25, 117, 120, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/schart/04.po, 32, 133, 152, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sdraw.po, 120, 718, 750, 0, 0, 3, 14, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sdraw/01.po, 3, 12, 14, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sdraw/04.po, 102, 486, 507, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/sdraw/guide.po, 259, 2780, 2958, 0, 0, 16, 292, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared.po, 218, 1962, 1988, 0, 0, 32, 346, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/00.po, 807, 7330, 7941, 0, 0, 760, 8364, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/02.po, 1750, 19718, 20483, 0, 0, 432, 9404, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/04.po, 238, 983, 1173, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/05.po, 109, 1125, 1167, 0, 0, 87, 1215, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/07.po, 4, 29, 29, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/autokorr.po, 48, 420, 396, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/autopi.po, 755, 6555, 6789, 0, 0, 132, 1839, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/explorer/database.po, 1469, 14596, 15433, 0, 0, 172, 4261, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/guide.po, 2082, 29179, 30402, 0, 0, 434, 7264, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/shared/optionen.po, 1325, 12663, 13216, 0, 0, 609, 10688, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/simpress.po, 185, 1314, 1408, 0, 0, 14, 81, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/simpress/00.po, 154, 873, 928, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/simpress/01.po, 864, 6526, 6365, 0, 0, 182, 1988, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/simpress/02.po, 653, 6468, 6626, 0, 0, 7, 41, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/simpress/04.po, 196, 985, 1056, 0, 0, 43, 153, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/simpress/guide.po, 603, 7994, 8319, 0, 0, 164, 2288, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/smath.po, 56, 609, 655, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/smath/00.po, 54, 228, 229, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/smath/01.po, 1114, 11612, 11577, 0, 0, 437, 2247, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/smath/04.po, 25, 130, 141, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/smath/guide.po, 96, 1031, 1030, 0, 0, 8, 162, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter.po, 217, 1414, 1495, 0, 0, 119, 1532, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter/00.po, 213, 1068, 1160, 0, 0, 97, 750, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter/01.po, 2746, 25858, 26082, 0, 0, 600, 7935, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter/02.po, 376, 2483, 2441, 0, 0, 50, 567, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter/04.po, 248, 1239, 1468, 0, 0, 6, 37, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter/guide.po, 1929, 24096, 24381, 0, 0, 215, 3841, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 41, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4196, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/librelogo/source/pythonpath.po, 134, 167, 166, 2, 4, 2, 2, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 640, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 23, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/nlpsolver/src/locale.po, 41, 105, 127, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/officecfg/registry/data/org/openoffice.po, 8, 25, 36, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/officecfg/registry/data/org/openoffice/Office.po, 1278, 1726, 1797, 9, 51, 21, 64, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po, 2614, 5308, 6560, 514, 960, 549, 1454, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/readlicense_oo/docs.po, 88, 1760, 1788, 1, 85, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/reportdesign/messages.po, 203, 485, 527, 51, 127, 4, 5, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/sc/messages.po, 3123, 14208, 14354, 785, 2265, 778, 3787, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scaddins/messages.po, 880, 3053, 2943, 15, 31, 6, 104, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/sccomp/messages.po, 11, 47, 53, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/base.po, 10, 44, 49, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/calc.po, 21, 89, 121, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/draw.po, 41, 149, 194, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/extensions.po, 16, 65, 82, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/graphicfilter.po, 30, 101, 104, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/impress.po, 21, 81, 96, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/ooo.po, 555, 1912, 2216, 11, 55, 16, 57, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/writer.po, 27, 114, 139, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/sd/messages.po, 714, 1763, 1921, 290, 553, 315, 635, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/setup_native/source/mac.po, 22, 119, 121, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/sfx2/messages.po, 296, 866, 894, 139, 500, 146, 860, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/starmath/messages.po, 406, 762, 855, 63, 101, 36, 105, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/svtools/messages.po, 752, 1936, 2082, 60, 368, 102, 307, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/svx/messages.po, 1910, 4477, 4951, 498, 1203, 438, 1544, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/sw/messages.po, 2257, 4668, 5246, 681, 1534, 503, 1538, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/swext/mediawiki/help.po, 47, 353, 353, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 165, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/sysui/desktop/share.po, 64, 257, 332, 2, 20, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/uui/messages.po, 106, 1003, 1020, 18, 133, 33, 418, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/vcl/messages.po, 222, 412, 427, 20, 45, 114, 280, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/wizards/messages.po, 257, 1034, 1104, 7, 7, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/wizards/source/resources.po, 506, 2018, 2024, 38, 192, 10, 76, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/writerperfect/messages.po, 1, 2, 3, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ast/xmlsecurity/messages.po, 48, 204, 213, 23, 144, 20, 76, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/avmedia/messages.po, 17, 37, 35, 1, 1, 4, 7, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/basctl/messages.po, 146, 484, 440, 6, 17, 3, 110, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/basic/messages.po, 23, 52, 51, 6, 20, 106, 477, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/chart2/messages.po, 7, 7, 7, 31, 34, 582, 1327, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/cui/messages.po, 98, 123, 129, 175, 240, 2070, 5195, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dbaccess/messages.po, 28, 41, 36, 26, 28, 758, 4441, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/desktop/messages.po, 116, 761, 668, 7, 49, 39, 415, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/editeng/messages.po, 4, 4, 4, 8, 8, 253, 644, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/extensions/messages.po, 21, 29, 30, 30, 41, 612, 2029, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/extras/source/autocorr/emoji.po, 294, 310, 319, 86, 85, 1195, 1422, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/extras/source/gallery/share.po, 5, 7, 7, 0, 0, 7, 8, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/filter/messages.po, 6, 7, 7, 9, 10, 207, 801, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/forms/messages.po, 5, 11, 14, 0, 0, 53, 319, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/formula/messages.po, 3, 3, 3, 0, 0, 435, 511, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/fpicker/messages.po, 5, 9, 9, 9, 15, 47, 139, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/framework/messages.po, 17, 44, 48, 6, 14, 6, 152, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/instsetoo_native/inc_openoffice/windows/msi_languages.po, 7, 23, 25, 35, 41, 515, 4290, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/librelogo/source/pythonpath.po, 9, 11, 11, 12, 14, 117, 148, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/nlpsolver/src/locale.po, 1, 1, 1, 0, 0, 40, 104, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/officecfg/registry/data/org/openoffice/Office.po, 37, 40, 40, 92, 100, 1179, 1701, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/officecfg/registry/data/org/openoffice/Office/UI.po, 50, 56, 64, 203, 237, 3424, 7429, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/reportdesign/messages.po, 10, 12, 13, 16, 20, 232, 585, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/sc/messages.po, 158, 174, 176, 176, 196, 4352, 19890, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scaddins/messages.po, 5, 5, 5, 3, 3, 893, 3180, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/sccomp/messages.po, 12, 51, 49, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/calc.po, 0, 0, 0, 2, 3, 20, 91, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/draw.po, 0, 0, 0, 2, 3, 39, 146, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/extensions.po, 2, 4, 4, 0, 0, 14, 61, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/impress.po, 0, 0, 0, 2, 3, 19, 78, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/math.po, 0, 0, 0, 2, 3, 8, 39, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/ooo.po, 2, 4, 4, 1, 1, 579, 2019, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/winexplorerext.po, 1, 3, 3, 0, 0, 1, 15, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/writer.po, 0, 0, 0, 1, 1, 26, 113, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/sd/messages.po, 36, 43, 46, 82, 95, 1201, 2813, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/setup_native/source/mac.po, 17, 71, 60, 1, 12, 5, 48, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/sfx2/messages.po, 25, 29, 30, 43, 48, 513, 2149, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/starmath/messages.po, 35, 35, 36, 34, 40, 436, 893, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/svtools/messages.po, 17, 21, 23, 29, 46, 868, 2544, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/svx/messages.po, 71, 80, 87, 124, 142, 2651, 7002, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/sw/messages.po, 120, 140, 149, 277, 331, 3044, 7269, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/swext/mediawiki/help.po, 3, 3, 3, 0, 0, 86, 1401, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 3, 3, 3, 4, 4, 25, 174, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/sysui/desktop/share.po, 1, 2, 2, 2, 3, 63, 272, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/uui/messages.po, 19, 60, 58, 6, 12, 132, 1482, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/vcl/messages.po, 14, 17, 17, 33, 35, 309, 685, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/wizards/messages.po, 5, 5, 5, 14, 14, 246, 1023, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/wizards/source/resources.po, 11, 11, 12, 24, 33, 519, 2242, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/writerperfect/messages.po, 0, 0, 0, 1, 1, 29, 64, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/az/xmlsecurity/messages.po, 5, 5, 5, 3, 3, 83, 416, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/basctl/messages.po, 155, 611, 526, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/basic/messages.po, 135, 549, 528, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/chart2/messages.po, 617, 1340, 1349, 0, 0, 3, 28, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/messages.po, 105, 1033, 923, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/cui/messages.po, 2249, 5315, 5076, 0, 0, 94, 243, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dbaccess/messages.po, 804, 4474, 3840, 0, 0, 8, 36, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/desktop/messages.po, 160, 1172, 968, 0, 0, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/en/dialog.po, 37, 176, 166, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/gl.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/editeng/messages.po, 265, 656, 644, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/extensions/messages.po, 658, 2078, 1860, 0, 0, 5, 21, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/extras/source/autocorr/emoji.po, 1575, 1817, 1823, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/extras/source/gallery/share.po, 11, 14, 12, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/filter/messages.po, 222, 818, 766, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/filter/source/config/fragments/filters.po, 196, 667, 677, 0, 0, 24, 65, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/filter/source/config/fragments/types.po, 28, 95, 99, 0, 0, 10, 26, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/forms/messages.po, 58, 330, 267, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/formula/messages.po, 372, 401, 400, 24, 36, 42, 77, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/fpicker/messages.po, 58, 159, 144, 0, 0, 3, 4, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/framework/messages.po, 29, 210, 167, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po, 550, 4294, 3888, 0, 0, 7, 60, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/librelogo/source/pythonpath.po, 105, 140, 134, 12, 12, 21, 21, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 18, 123, 98, 27, 559, 4, 11, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/nlpsolver/src/locale.po, 22, 41, 36, 11, 42, 8, 22, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/officecfg/registry/data/org/openoffice.po, 8, 25, 26, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/officecfg/registry/data/org/openoffice/Office.po, 1275, 1647, 1635, 20, 51, 13, 143, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po, 3471, 7172, 7276, 17, 47, 189, 503, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/readlicense_oo/docs.po, 60, 939, 839, 21, 709, 22, 755, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/reportdesign/messages.po, 258, 617, 596, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/sc/messages.po, 3248, 14380, 11031, 827, 2551, 611, 3329, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scaddins/messages.po, 724, 2532, 1985, 109, 140, 68, 516, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/sccomp/messages.po, 14, 65, 58, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/calc.po, 22, 94, 101, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/draw.po, 41, 149, 146, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/extensions.po, 16, 65, 70, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/ooo.po, 573, 1982, 1996, 0, 0, 9, 42, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/writer.po, 27, 114, 112, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/sd/messages.po, 1106, 2590, 2435, 15, 26, 198, 335, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/setup_native/source/mac.po, 23, 131, 118, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/sfx2/messages.po, 500, 1521, 1376, 6, 65, 75, 640, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/starmath/messages.po, 464, 805, 782, 3, 9, 38, 154, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/svtools/messages.po, 830, 2102, 2018, 1, 9, 83, 500, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/svx/messages.po, 2598, 6095, 5873, 29, 128, 219, 1001, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/sw/messages.po, 3217, 7168, 7016, 0, 0, 224, 572, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/swext/mediawiki/help.po, 59, 702, 598, 16, 489, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/swext/mediawiki/src.po, 2, 39, 24, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/sysui/desktop/share.po, 66, 277, 289, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/uui/messages.po, 148, 1322, 1102, 0, 0, 9, 232, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/vcl/messages.po, 270, 525, 498, 0, 0, 86, 212, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/wizards/messages.po, 265, 1042, 937, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/wizards/source/resources.po, 554, 2286, 1918, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/writerperfect/messages.po, 15, 40, 40, 0, 0, 15, 25, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/be/xmlsecurity/messages.po, 89, 421, 350, 0, 0, 2, 3, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/basctl/messages.po, 155, 611, 664, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/basic/messages.po, 135, 549, 630, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/chart2/messages.po, 620, 1368, 1602, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/messages.po, 106, 1047, 1079, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/cui/messages.po, 2343, 5558, 6154, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dbaccess/messages.po, 812, 4510, 4645, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/desktop/messages.po, 162, 1225, 1220, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/en/dialog.po, 37, 176, 199, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/hu_HU/dialog.po, 32, 71, 80, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/ru_RU/dialog.po, 14, 26, 34, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/editeng/messages.po, 265, 656, 706, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/extensions/messages.po, 663, 2099, 2195, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/extras/source/autocorr/emoji.po, 1575, 1817, 1893, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/filter/messages.po, 222, 818, 876, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/filter/source/config/fragments/filters.po, 220, 732, 899, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 181, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/filter/source/config/fragments/types.po, 38, 121, 156, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/forms/messages.po, 58, 330, 329, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/fpicker/messages.po, 61, 163, 179, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/framework/messages.po, 29, 210, 217, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/auxiliary.po, 105, 302, 345, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1411, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 33152, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 436, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1453, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 157, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc.po, 187, 986, 1016, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc/00.po, 201, 945, 1030, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc/01.po, 7495, 73155, 66925, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc/02.po, 123, 810, 816, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc/04.po, 187, 1497, 1285, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc/05.po, 137, 853, 806, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 20299, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/schart.po, 96, 931, 922, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/schart/00.po, 60, 347, 362, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/schart/01.po, 972, 11826, 11121, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/schart/02.po, 25, 117, 109, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/schart/04.po, 32, 133, 130, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sdraw.po, 123, 732, 741, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sdraw/04.po, 103, 489, 451, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2887, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared.po, 250, 2308, 2221, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/00.po, 1567, 15694, 15787, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/01.po, 5487, 51962, 48455, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/02.po, 2182, 29122, 27316, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/04.po, 313, 2071, 1923, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/05.po, 196, 2340, 2310, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/06.po, 3, 7, 12, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/07.po, 7, 82, 75, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/autokorr.po, 48, 420, 318, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7998, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 18509, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/guide.po, 2516, 36443, 35411, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/help.po, 78, 117, 126, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/menu.po, 16, 120, 130, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 22570, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/simpress.po, 199, 1395, 1313, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/simpress/00.po, 163, 902, 904, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7857, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/simpress/02.po, 660, 6509, 6168, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/simpress/04.po, 239, 1138, 1098, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9559, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/smath.po, 60, 739, 712, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/smath/00.po, 66, 355, 330, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/smath/01.po, 1551, 13859, 12667, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/smath/02.po, 6, 97, 84, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/smath/04.po, 26, 135, 121, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/smath/06.po, 9, 21, 34, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/smath/guide.po, 104, 1193, 1173, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter.po, 336, 2946, 2914, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter/00.po, 310, 1818, 1850, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter/01.po, 3346, 33793, 31143, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter/02.po, 426, 3050, 2934, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter/04.po, 254, 1276, 1251, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 26224, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3017, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/helpcontent2/source/text/swriter/menu.po, 17, 96, 107, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4461, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/librelogo/source/pythonpath.po, 138, 173, 175, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 663, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/nlpsolver/src/locale.po, 41, 105, 123, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1873, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9446, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/readlicense_oo/docs.po, 103, 2403, 2300, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/reportdesign/messages.po, 258, 617, 701, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/sc/messages.po, 4686, 20260, 18664, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scaddins/messages.po, 901, 3188, 3361, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/base.po, 10, 44, 54, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/calc.po, 22, 94, 118, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/draw.po, 41, 149, 130, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/extensions.po, 16, 65, 77, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/graphicfilter.po, 30, 101, 143, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/impress.po, 21, 81, 86, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/ooo.po, 582, 2024, 2159, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/writer.po, 27, 114, 127, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/sd/messages.po, 1319, 2951, 3194, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/setup_native/source/mac.po, 23, 131, 141, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/sfx2/messages.po, 581, 2226, 2305, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/starmath/messages.po, 505, 968, 1024, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/svtools/messages.po, 914, 2611, 2776, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/svx/messages.po, 2846, 7224, 7896, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/sw/messages.po, 3441, 7740, 8736, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/swext/mediawiki/help.po, 89, 1404, 1286, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/swext/mediawiki/src.po, 2, 39, 36, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 158, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/sysui/desktop/share.po, 66, 277, 320, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/uui/messages.po, 157, 1554, 1516, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/vcl/messages.po, 356, 737, 801, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/wizards/messages.po, 265, 1042, 1040, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/wizards/source/resources.po, 554, 2286, 2269, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bg/xmlsecurity/messages.po, 91, 424, 430, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/basctl/messages.po, 155, 611, 660, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/basic/messages.po, 135, 549, 557, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/chart2/messages.po, 611, 1348, 1564, 4, 7, 5, 13, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/messages.po, 106, 1047, 859, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/cui/messages.po, 2113, 4923, 5743, 59, 98, 171, 537, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dbaccess/messages.po, 697, 4179, 4041, 103, 245, 12, 86, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/desktop/messages.po, 157, 1146, 1154, 3, 26, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/en/dialog.po, 37, 176, 203, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/hu_HU/dialog.po, 32, 71, 93, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/ru_RU/dialog.po, 13, 25, 31, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/editeng/messages.po, 264, 654, 712, 1, 2, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/extensions/messages.po, 663, 2099, 2121, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/extras/source/autocorr/emoji.po, 90, 84, 84, 185, 182, 1300, 1551, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/filter/messages.po, 221, 815, 931, 0, 0, 1, 3, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/filter/source/config/fragments/filters.po, 206, 689, 697, 4, 18, 10, 25, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/filter/source/config/fragments/types.po, 25, 85, 85, 1, 5, 12, 31, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/forms/messages.po, 58, 330, 283, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/formula/messages.po, 431, 507, 518, 0, 0, 1, 1, 432, 508 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/fpicker/messages.po, 50, 133, 167, 5, 9, 6, 21, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/framework/messages.po, 29, 210, 232, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/auxiliary.po, 22, 30, 37, 0, 0, 83, 272, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1052, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sbasic/shared.po, 3429, 28633, 27367, 0, 0, 1076, 6798, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 327, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1116, 0, 0, 15, 343, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc.po, 171, 830, 831, 0, 0, 16, 156, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc/00.po, 61, 152, 171, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc/01.po, 5405, 46720, 42259, 0, 0, 2090, 26435, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc/02.po, 115, 769, 727, 0, 0, 8, 41, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc/04.po, 167, 1225, 1086, 0, 0, 20, 272, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc/05.po, 76, 591, 539, 0, 0, 61, 262, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/scalc/guide.po, 1239, 16840, 15413, 0, 0, 230, 4753, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/schart.po, 83, 676, 699, 0, 0, 13, 255, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/schart/00.po, 47, 249, 287, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/schart/01.po, 827, 9792, 8750, 0, 0, 145, 2034, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/schart/04.po, 32, 133, 129, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sdraw.po, 117, 702, 696, 0, 0, 6, 30, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sdraw/01.po, 3, 12, 17, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sdraw/04.po, 101, 455, 464, 0, 0, 2, 34, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/sdraw/guide.po, 254, 2683, 2606, 0, 0, 21, 389, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared.po, 206, 1691, 1644, 0, 0, 44, 617, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/00.po, 731, 5996, 5704, 0, 0, 836, 9698, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/02.po, 1680, 18926, 16904, 0, 0, 502, 10196, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/04.po, 234, 960, 986, 0, 0, 79, 1111, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/05.po, 104, 1055, 949, 0, 0, 92, 1285, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/autokorr.po, 47, 403, 431, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/autopi.po, 744, 6488, 6094, 0, 0, 143, 1906, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po, 1447, 14227, 12874, 0, 0, 194, 4630, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/guide.po, 1967, 26766, 25124, 0, 0, 549, 9677, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/shared/optionen.po, 1192, 10164, 9659, 0, 0, 742, 13187, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/simpress.po, 181, 1264, 1287, 0, 0, 18, 131, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/simpress/00.po, 151, 844, 844, 0, 0, 12, 58, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/simpress/01.po, 854, 6341, 5803, 0, 0, 192, 2173, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/simpress/02.po, 641, 6069, 5515, 0, 0, 19, 440, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/simpress/04.po, 185, 900, 860, 0, 0, 54, 238, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/simpress/guide.po, 580, 7392, 6942, 0, 0, 187, 2890, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/smath.po, 56, 609, 557, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/smath/00.po, 54, 228, 233, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/smath/01.po, 1046, 11172, 10523, 0, 0, 505, 2687, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/smath/02.po, 5, 56, 46, 0, 0, 1, 41, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/smath/04.po, 25, 130, 120, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/smath/guide.po, 94, 1001, 1010, 0, 0, 10, 192, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter.po, 212, 1244, 1211, 0, 0, 124, 1702, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter/00.po, 212, 1065, 1041, 0, 0, 98, 753, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter/01.po, 2619, 23940, 21818, 0, 0, 727, 9853, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter/02.po, 365, 2425, 2236, 0, 0, 61, 625, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter/04.po, 186, 1010, 998, 0, 0, 68, 266, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter/guide.po, 1794, 21537, 20111, 0, 0, 350, 6400, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 544, 4201, 4369, 4, 62, 9, 91, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/librelogo/source/pythonpath.po, 138, 173, 182, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 635, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/nlpsolver/src/locale.po, 41, 105, 116, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po, 1297, 1822, 1853, 4, 9, 7, 10, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po, 2624, 5368, 6095, 545, 1011, 508, 1343, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/readlicense_oo/docs.po, 89, 1773, 1591, 1, 85, 13, 545, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/reportdesign/messages.po, 249, 578, 609, 9, 39, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/sc/messages.po, 3456, 15546, 14079, 682, 1928, 548, 2786, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scaddins/messages.po, 880, 3055, 2665, 15, 31, 5, 101, 900, 3187 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/activex.po, 2, 16, 14, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/calc.po, 22, 94, 93, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/draw.po, 41, 149, 150, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/impress.po, 21, 81, 82, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/ooo.po, 581, 2010, 2288, 0, 0, 1, 14, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/writer.po, 27, 114, 113, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/sd/messages.po, 852, 2119, 2320, 216, 396, 251, 436, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/setup_native/source/mac.po, 23, 131, 128, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/sfx2/messages.po, 544, 1780, 1894, 10, 36, 27, 410, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/starmath/messages.po, 504, 962, 1041, 0, 0, 1, 6, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/svtools/messages.po, 778, 2151, 2119, 49, 187, 87, 273, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/svx/messages.po, 2020, 4825, 5080, 417, 1024, 409, 1375, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/sw/messages.po, 1730, 3173, 3482, 881, 1745, 829, 2821, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/swext/mediawiki/help.po, 75, 1191, 1101, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/sysui/desktop/share.po, 66, 277, 274, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/uui/messages.po, 99, 959, 918, 24, 169, 34, 426, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/vcl/messages.po, 237, 428, 501, 33, 83, 86, 226, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/wizards/messages.po, 263, 1040, 1059, 0, 0, 2, 2, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/wizards/source/resources.po, 492, 2073, 1997, 44, 187, 18, 26, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn-IN/xmlsecurity/messages.po, 91, 424, 446, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/accessibility/messages.po, 7, 13, 15, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/avmedia/messages.po, 17, 27, 24, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/basctl/messages.po, 97, 393, 404, 35, 51, 23, 167, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/basic/messages.po, 18, 52, 53, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/chart2/messages.po, 231, 511, 519, 175, 300, 214, 557, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/messages.po, 102, 990, 815, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/cui/messages.po, 622, 1382, 1394, 774, 1309, 947, 2867, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dbaccess/messages.po, 414, 2523, 2318, 245, 1301, 153, 686, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/desktop/messages.po, 99, 499, 502, 41, 505, 22, 221, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/ru_RU/dialog.po, 4, 4, 6, 2, 4, 8, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/editeng/messages.po, 225, 533, 581, 29, 93, 11, 30, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/extensions/messages.po, 399, 992, 1013, 212, 833, 52, 274, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/extras/source/autocorr/emoji.po, 42, 39, 39, 190, 181, 1343, 1597, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/extras/source/gallery/share.po, 6, 8, 8, 2, 2, 4, 5, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/filter/messages.po, 53, 207, 205, 31, 65, 138, 546, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/filter/source/config/fragments/filters.po, 83, 291, 293, 12, 34, 125, 407, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po, 33, 119, 119, 0, 0, 5, 20, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/filter/source/config/fragments/types.po, 17, 50, 50, 4, 17, 17, 54, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/forms/messages.po, 54, 314, 265, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/formula/messages.po, 304, 307, 309, 63, 89, 71, 118, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/fpicker/messages.po, 30, 76, 96, 16, 46, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/framework/messages.po, 18, 167, 176, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/auxiliary.po, 22, 30, 37, 0, 0, 83, 272, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1052, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sbasic/shared.po, 3429, 28633, 27367, 0, 0, 1076, 6798, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 327, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1116, 0, 0, 15, 343, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc.po, 171, 830, 831, 0, 0, 16, 156, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc/00.po, 61, 152, 171, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc/01.po, 5405, 46720, 42259, 0, 0, 2090, 26435, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc/02.po, 115, 769, 727, 0, 0, 8, 41, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc/04.po, 167, 1225, 1086, 0, 0, 20, 272, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc/05.po, 76, 591, 539, 0, 0, 61, 262, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/scalc/guide.po, 1239, 16840, 15413, 0, 0, 230, 4753, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/schart.po, 83, 676, 699, 0, 0, 13, 255, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/schart/00.po, 47, 249, 287, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/schart/01.po, 827, 9792, 8750, 0, 0, 145, 2034, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/schart/04.po, 32, 133, 129, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sdraw.po, 117, 702, 696, 0, 0, 6, 30, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sdraw/01.po, 3, 12, 17, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sdraw/04.po, 101, 455, 464, 0, 0, 2, 34, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/sdraw/guide.po, 254, 2683, 2606, 0, 0, 21, 389, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared.po, 206, 1691, 1644, 0, 0, 44, 617, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/00.po, 731, 5996, 5704, 0, 0, 836, 9698, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/02.po, 1680, 18926, 16904, 0, 0, 502, 10196, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/04.po, 234, 960, 986, 0, 0, 79, 1111, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/05.po, 104, 1055, 949, 0, 0, 92, 1285, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/autokorr.po, 47, 403, 431, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/autopi.po, 744, 6488, 6094, 0, 0, 143, 1906, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/explorer/database.po, 1447, 14227, 12874, 0, 0, 194, 4630, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/guide.po, 1967, 26766, 25124, 0, 0, 549, 9677, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/shared/optionen.po, 1193, 10172, 9669, 0, 0, 741, 13179, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/simpress.po, 181, 1264, 1287, 0, 0, 18, 131, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/simpress/00.po, 151, 844, 844, 0, 0, 12, 58, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/simpress/01.po, 854, 6341, 5803, 0, 0, 192, 2173, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/simpress/02.po, 641, 6069, 5515, 0, 0, 19, 440, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/simpress/04.po, 185, 900, 860, 0, 0, 54, 238, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/simpress/guide.po, 580, 7392, 6942, 0, 0, 187, 2890, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/smath.po, 56, 609, 557, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/smath/00.po, 54, 228, 233, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/smath/01.po, 1046, 11172, 10523, 0, 0, 505, 2687, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/smath/02.po, 5, 56, 46, 0, 0, 1, 41, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/smath/04.po, 25, 130, 120, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/smath/guide.po, 94, 1001, 1010, 0, 0, 10, 192, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter.po, 212, 1244, 1211, 0, 0, 124, 1702, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter/00.po, 212, 1065, 1042, 0, 0, 98, 753, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter/01.po, 2619, 23940, 21818, 0, 0, 727, 9853, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter/02.po, 365, 2425, 2236, 0, 0, 61, 625, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter/04.po, 186, 1010, 998, 0, 0, 68, 266, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter/guide.po, 1795, 21544, 20118, 0, 0, 349, 6393, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 4191, 8, 98, 18, 216, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/librelogo/source/pythonpath.po, 19, 21, 22, 42, 44, 77, 108, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 4, 13, 44, 679, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 4, 0, 0, 1, 17, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/nlpsolver/src/locale.po, 7, 7, 8, 8, 9, 26, 89, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/officecfg/registry/data/org/openoffice/Office.po, 1185, 1270, 1288, 11, 16, 112, 555, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po, 2382, 4824, 5461, 597, 1106, 698, 1792, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/readlicense_oo/docs.po, 58, 1137, 997, 11, 224, 34, 1042, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/reportdesign/messages.po, 176, 428, 444, 68, 151, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/sc/messages.po, 2256, 11243, 9347, 1053, 3119, 1377, 5898, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scaddins/messages.po, 781, 2471, 2072, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/sccomp/messages.po, 11, 47, 46, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/calc.po, 17, 56, 55, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/draw.po, 13, 52, 53, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/extensions.po, 15, 51, 53, 0, 0, 1, 14, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/impress.po, 19, 74, 75, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/ooo.po, 351, 880, 883, 66, 359, 165, 785, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/writer.po, 22, 69, 69, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/sd/messages.po, 439, 1153, 1147, 341, 591, 539, 1207, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/setup_native/source/mac.po, 22, 119, 120, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/sfx2/messages.po, 178, 539, 537, 161, 462, 242, 1225, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/starmath/messages.po, 274, 477, 464, 107, 152, 124, 339, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/svtools/messages.po, 603, 1543, 1488, 75, 231, 236, 837, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/svx/messages.po, 1487, 3473, 3607, 578, 1318, 781, 2433, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/sw/messages.po, 1218, 2104, 2174, 1155, 2161, 1067, 3474, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/swext/mediawiki/help.po, 44, 304, 281, 24, 702, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/sysui/desktop/share.po, 44, 171, 171, 10, 52, 12, 54, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/uui/messages.po, 92, 904, 867, 23, 151, 42, 499, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/vcl/messages.po, 159, 270, 304, 53, 99, 144, 368, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/wizards/messages.po, 207, 909, 905, 34, 89, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/wizards/source/resources.po, 429, 1827, 1761, 75, 282, 50, 177, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bn/xmlsecurity/messages.po, 18, 37, 41, 21, 122, 52, 265, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/accessibility/messages.po, 7, 13, 8, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/avmedia/messages.po, 16, 25, 16, 1, 2, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/basctl/messages.po, 88, 301, 104, 37, 54, 30, 256, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/basic/messages.po, 17, 49, 21, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/chart2/messages.po, 215, 452, 256, 179, 335, 226, 581, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/cui/messages.po, 406, 570, 413, 741, 1146, 1196, 3842, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dbaccess/messages.po, 367, 2312, 535, 239, 1067, 206, 1131, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/desktop/messages.po, 80, 327, 99, 35, 399, 47, 499, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/editeng/messages.po, 60, 99, 62, 72, 118, 133, 439, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/extensions/messages.po, 355, 775, 379, 215, 770, 93, 554, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/extras/source/autocorr/emoji.po, 40, 37, 37, 187, 178, 1348, 1602, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/extras/source/gallery/share.po, 6, 8, 6, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/filter/messages.po, 40, 159, 59, 31, 59, 151, 600, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/filter/source/config/fragments/filters.po, 31, 91, 72, 10, 28, 179, 613, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/filter/source/config/fragments/types.po, 15, 41, 35, 3, 12, 20, 68, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/forms/messages.po, 53, 312, 56, 1, 2, 4, 16, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/formula/messages.po, 56, 59, 57, 54, 58, 324, 393, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/fpicker/messages.po, 28, 73, 30, 14, 37, 19, 53, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/framework/messages.po, 17, 163, 30, 6, 14, 6, 33, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/auxiliary.po, 19, 27, 19, 0, 0, 86, 275, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sbasic/guide.po, 51, 598, 146, 0, 0, 52, 747, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sbasic/shared.po, 3352, 27120, 8986, 0, 0, 1153, 8311, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 92, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po, 145, 684, 200, 0, 0, 53, 798, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc.po, 156, 679, 192, 0, 0, 31, 307, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc/00.po, 60, 129, 109, 0, 0, 141, 816, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc/01.po, 5153, 43529, 11955, 0, 0, 2342, 29626, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc/02.po, 114, 779, 199, 0, 0, 9, 31, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc/04.po, 163, 1185, 257, 0, 0, 24, 312, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc/05.po, 73, 464, 145, 0, 0, 64, 389, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/scalc/guide.po, 1045, 14327, 2762, 0, 0, 424, 7266, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/schart.po, 16, 147, 31, 0, 0, 80, 784, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/schart/00.po, 47, 249, 144, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/schart/01.po, 303, 2008, 528, 0, 0, 669, 9818, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/schart/02.po, 25, 117, 30, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/schart/04.po, 31, 132, 36, 0, 0, 1, 1, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sdraw.po, 114, 691, 169, 0, 0, 9, 41, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sdraw/04.po, 99, 439, 129, 0, 0, 4, 50, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/sdraw/guide.po, 247, 2629, 469, 0, 0, 28, 443, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared.po, 201, 1739, 323, 0, 0, 49, 569, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/00.po, 740, 6250, 1489, 0, 0, 827, 9444, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/02.po, 1627, 17867, 2984, 0, 0, 555, 11255, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/04.po, 227, 909, 393, 0, 0, 86, 1162, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/05.po, 94, 941, 163, 0, 0, 102, 1399, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/07.po, 4, 29, 19, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/autokorr.po, 47, 403, 64, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/autopi.po, 713, 6025, 1373, 0, 0, 174, 2369, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/explorer/database.po, 1195, 10187, 2270, 0, 0, 446, 8670, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/guide.po, 1589, 21151, 4163, 0, 0, 927, 15292, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/shared/optionen.po, 1106, 9138, 2133, 0, 0, 828, 14213, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/simpress.po, 162, 1041, 244, 0, 0, 37, 354, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/simpress/00.po, 151, 832, 281, 0, 0, 12, 70, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/simpress/01.po, 822, 5915, 1179, 0, 0, 224, 2599, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/simpress/02.po, 642, 6224, 1136, 0, 0, 18, 285, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/simpress/04.po, 177, 802, 282, 0, 0, 62, 336, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/simpress/guide.po, 480, 5569, 1144, 0, 0, 287, 4713, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/smath.po, 55, 576, 120, 0, 0, 5, 163, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/smath/00.po, 53, 224, 106, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/smath/01.po, 871, 10442, 2586, 0, 0, 680, 3417, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/smath/02.po, 6, 97, 13, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/smath/04.po, 25, 130, 37, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/smath/guide.po, 65, 652, 168, 0, 0, 39, 541, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter.po, 197, 1033, 271, 0, 0, 139, 1913, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter/00.po, 212, 1065, 463, 0, 0, 98, 753, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter/01.po, 2523, 22062, 4051, 0, 0, 823, 11731, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter/02.po, 363, 2377, 673, 0, 0, 63, 673, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter/04.po, 225, 1052, 404, 0, 0, 29, 224, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter/guide.po, 1381, 15737, 2816, 0, 0, 763, 12200, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 38, 1, 1, 287, 2979, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 16, 30, 30, 96, 114, 445, 4210, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/librelogo/source/pythonpath.po, 13, 15, 13, 47, 49, 78, 109, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 3, 47, 689, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/nlpsolver/src/locale.po, 4, 4, 4, 9, 10, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/officecfg/registry/data/org/openoffice/Office.po, 1168, 1249, 1214, 12, 15, 128, 577, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po, 2303, 4626, 2414, 582, 1058, 792, 2038, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/readlicense_oo/docs.po, 23, 301, 131, 2, 97, 78, 2005, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/reportdesign/messages.po, 61, 83, 61, 81, 131, 116, 403, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/sc/messages.po, 2160, 10980, 2905, 1045, 3024, 1481, 6256, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scaddins/messages.po, 781, 2471, 832, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/base.po, 8, 40, 15, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/calc.po, 17, 56, 38, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/draw.po, 13, 52, 25, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/graphicfilter.po, 27, 89, 46, 0, 0, 3, 12, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/impress.po, 19, 74, 49, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/kde.po, 0, 0, 0, 2, 9, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/math.po, 10, 42, 18, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/ooo.po, 237, 308, 252, 128, 683, 217, 1033, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/quickstart.po, 2, 15, 3, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/winexplorerext.po, 2, 18, 7, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/writer.po, 22, 69, 45, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/sd/messages.po, 370, 919, 397, 364, 662, 585, 1370, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/setup_native/source/mac.po, 2, 2, 2, 3, 4, 18, 125, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/sfx2/messages.po, 166, 459, 188, 161, 462, 254, 1305, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/starmath/messages.po, 269, 471, 276, 109, 153, 127, 344, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/svtools/messages.po, 539, 1346, 693, 73, 183, 302, 1082, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/svx/messages.po, 1304, 3040, 1480, 616, 1360, 926, 2824, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/sw/messages.po, 1087, 1861, 1230, 1195, 2122, 1147, 3722, 3429, 7705 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/swext/mediawiki/help.po, 5, 6, 5, 6, 8, 78, 1390, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 8, 8, 19, 168, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/sysui/desktop/share.po, 43, 153, 99, 10, 52, 13, 72, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/uui/messages.po, 86, 818, 236, 22, 84, 49, 652, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/vcl/messages.po, 119, 173, 121, 56, 104, 181, 460, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/wizards/messages.po, 215, 971, 246, 26, 27, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/wizards/source/resources.po, 408, 1802, 498, 88, 288, 58, 196, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bo/xmlsecurity/messages.po, 17, 36, 20, 20, 105, 54, 283, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/avmedia/messages.po, 22, 45, 50, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/basctl/messages.po, 154, 610, 716, 1, 1, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/basic/messages.po, 135, 549, 680, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/chart2/messages.po, 615, 1355, 1657, 3, 9, 2, 4, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/messages.po, 105, 1033, 1152, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/cui/messages.po, 2160, 5098, 6176, 49, 104, 134, 356, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dbaccess/messages.po, 789, 4439, 4940, 13, 23, 10, 48, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/desktop/messages.po, 158, 1146, 1321, 0, 0, 4, 79, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/af_ZA.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/an_ES.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/be_BY.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/bg_BG.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/bn_BD.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/br_FR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/bs_BA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/ca.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/da_DK.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/de.po, 1, 10, 18, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/el_GR.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/en.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/en/dialog.po, 37, 176, 224, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/es.po, 1, 12, 18, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/et_EE.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/fr_FR.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/gl.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/gu_IN.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/he_IL.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/hr_HR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/hu_HU/dialog.po, 32, 71, 92, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/is.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/it_IT.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/lo_LA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/lt_LT.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/lv_LV.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/ne_NP.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/nl_NL.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/no.po, 1, 10, 16, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/oc_FR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/pl_PL.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/pt_PT.po, 1, 8, 14, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/ro.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/ru_RU/dialog.po, 13, 25, 38, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/si_LK.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/sk_SK.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/sl_SI.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/sr.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/sw_TZ.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/te_IN.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/th_TH.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/uk_UA.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/vi.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/editeng/messages.po, 258, 641, 747, 4, 6, 3, 9, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/extensions/messages.po, 569, 1918, 2152, 84, 150, 10, 31, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/extras/source/autocorr/emoji.po, 1104, 1313, 1387, 0, 0, 471, 504, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/filter/messages.po, 220, 813, 1027, 0, 0, 2, 5, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/filter/source/config/fragments/filters.po, 186, 635, 729, 1, 2, 33, 95, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/filter/source/config/fragments/types.po, 27, 92, 109, 0, 0, 11, 29, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/forms/messages.po, 58, 330, 347, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/formula/messages.po, 425, 497, 562, 7, 9, 2, 2, 434, 508 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/fpicker/messages.po, 54, 148, 178, 2, 3, 5, 12, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/framework/messages.po, 23, 196, 222, 6, 14, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po, 544, 4201, 4785, 5, 78, 8, 75, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/librelogo/source/pythonpath.po, 137, 170, 199, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 798, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 34, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/nlpsolver/src/locale.po, 41, 105, 133, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/officecfg/registry/data/org/openoffice.po, 8, 25, 32, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 1956, 1, 4, 7, 10, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po, 3143, 6409, 7990, 223, 505, 311, 808, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/readlicense_oo/docs.po, 89, 1845, 1997, 0, 0, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 22, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/reportdesign/messages.po, 251, 605, 740, 7, 12, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/sc/messages.po, 3745, 17017, 18317, 549, 1627, 392, 1616, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scaddins/messages.po, 887, 3170, 3424, 14, 18, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/sccomp/messages.po, 12, 51, 63, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/base.po, 10, 44, 57, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/calc.po, 21, 89, 103, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/draw.po, 41, 149, 170, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/extensions.po, 16, 65, 75, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/graphicfilter.po, 30, 101, 103, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/impress.po, 21, 81, 89, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/ooo.po, 570, 1971, 3088, 2, 9, 10, 44, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/writer.po, 27, 114, 129, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/scp2/source/xsltfilter.po, 2, 6, 12, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/sd/messages.po, 942, 2311, 2705, 158, 308, 219, 332, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/setup_native/source/mac.po, 22, 119, 137, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/sfx2/messages.po, 446, 1591, 1819, 46, 83, 89, 552, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/shell/source/win32/shlxthandler/res.po, 37, 45, 42, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/starmath/messages.po, 484, 895, 986, 0, 0, 21, 73, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/svtools/messages.po, 820, 2274, 2559, 20, 87, 74, 250, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/svx/messages.po, 2382, 5791, 6687, 198, 521, 266, 912, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/sw/messages.po, 2927, 6451, 7712, 237, 568, 277, 721, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/swext/mediawiki/help.po, 47, 353, 383, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/swext/mediawiki/src.po, 2, 39, 48, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 196, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/sysui/desktop/share.po, 66, 277, 313, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/uui/messages.po, 144, 1205, 1333, 2, 92, 11, 257, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/vcl/messages.po, 255, 499, 592, 12, 16, 89, 222, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/wizards/messages.po, 262, 1039, 1097, 3, 3, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/wizards/source/resources.po, 498, 1989, 2126, 48, 236, 8, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/writerperfect/messages.po, 4, 6, 6, 2, 5, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/br/xmlsecurity/messages.po, 80, 372, 441, 3, 12, 8, 40, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/accessibility/messages.po, 8, 22, 21, 0, 0, 3, 5, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/avmedia/messages.po, 16, 26, 27, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/basctl/messages.po, 85, 292, 291, 31, 40, 39, 279, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/basic/messages.po, 17, 49, 47, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/chart2/messages.po, 127, 165, 188, 153, 272, 340, 931, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/cui/messages.po, 444, 612, 735, 674, 1056, 1225, 3890, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dbaccess/messages.po, 333, 1880, 1654, 234, 1077, 245, 1553, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/desktop/messages.po, 45, 199, 194, 14, 68, 103, 958, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/ru_RU/dialog.po, 2, 2, 3, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/editeng/messages.po, 60, 97, 126, 71, 118, 134, 441, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/extensions/messages.po, 343, 743, 849, 181, 675, 139, 681, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/extras/source/autocorr/emoji.po, 42, 39, 39, 181, 172, 1352, 1606, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/filter/messages.po, 43, 162, 159, 28, 56, 151, 600, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/filter/source/config/fragments/filters.po, 20, 58, 63, 9, 24, 191, 650, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/forms/messages.po, 51, 294, 263, 1, 2, 6, 34, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/formula/messages.po, 62, 65, 67, 52, 53, 320, 392, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/fpicker/messages.po, 29, 61, 63, 16, 46, 16, 56, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/framework/messages.po, 10, 69, 65, 7, 16, 12, 125, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4026, 3991, 7, 96, 21, 232, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/librelogo/source/pythonpath.po, 14, 16, 18, 45, 47, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/nlpsolver/src/locale.po, 7, 7, 8, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/officecfg/registry/data/org/openoffice/Office.po, 1182, 1262, 2494, 6, 10, 120, 569, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po, 2189, 4311, 5013, 584, 1096, 904, 2315, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/reportdesign/messages.po, 69, 93, 121, 67, 110, 122, 414, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/sc/messages.po, 2161, 10657, 9111, 982, 2946, 1543, 6657, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scaddins/messages.po, 780, 2459, 2316, 24, 91, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/base.po, 8, 40, 39, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/calc.po, 15, 48, 48, 4, 33, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/draw.po, 13, 52, 60, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/graphicfilter.po, 28, 91, 107, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/impress.po, 17, 66, 64, 2, 8, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/ooo.po, 51, 77, 80, 10, 10, 521, 1937, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/writer.po, 17, 50, 62, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/sd/messages.po, 366, 905, 1011, 352, 633, 601, 1413, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/setup_native/source/mac.po, 2, 2, 4, 3, 8, 18, 121, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/sfx2/messages.po, 170, 443, 468, 128, 367, 283, 1416, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/shell/source/win32/shlxthandler/res.po, 23, 29, 32, 13, 14, 1, 2, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/starmath/messages.po, 265, 467, 497, 104, 147, 128, 346, 497, 960 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/svtools/messages.po, 329, 932, 1024, 67, 141, 518, 1538, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/svx/messages.po, 1171, 2556, 2828, 561, 1198, 1114, 3470, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/sw/messages.po, 1148, 1925, 2377, 1117, 2001, 1173, 3809, 3438, 7735 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/swext/mediawiki/help.po, 4, 4, 7, 6, 8, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 7, 7, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/sysui/desktop/share.po, 30, 117, 147, 14, 66, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/uui/messages.po, 62, 525, 447, 20, 120, 75, 909, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/vcl/messages.po, 101, 139, 146, 62, 100, 193, 498, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/wizards/messages.po, 228, 984, 922, 13, 14, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/wizards/source/resources.po, 421, 1805, 1684, 72, 271, 61, 210, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/brx/xmlsecurity/messages.po, 20, 39, 42, 15, 56, 56, 329, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/avmedia/messages.po, 19, 39, 37, 1, 1, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/basctl/messages.po, 108, 404, 366, 29, 46, 18, 161, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/basic/messages.po, 135, 549, 541, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/chart2/messages.po, 361, 756, 739, 135, 247, 124, 365, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/messages.po, 103, 1005, 808, 0, 0, 3, 42, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/cui/messages.po, 1423, 3338, 3264, 594, 1144, 326, 1076, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dbaccess/messages.po, 476, 2881, 2538, 234, 1233, 102, 396, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/desktop/messages.po, 110, 636, 584, 35, 412, 17, 177, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/af_ZA.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/bg_BG.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/ca.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/da_DK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/de.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/el_GR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/en.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/en/dialog.po, 37, 176, 174, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/et_EE.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/fr_FR.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/gl.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/hr_HR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/hu_HU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/it_IT.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/lt_LT.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/lv_LV.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/nl_NL.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/no.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/pl_PL.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/pt_BR.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/pt_PT.po, 1, 8, 15, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/ro.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/ru_RU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/ru_RU/dialog.po, 13, 25, 23, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/sk_SK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/sl_SI.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/sr.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/te_IN.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/uk_UA.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/dictionaries/zu_ZA.po, 1, 3, 9, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/editeng/messages.po, 253, 628, 663, 5, 8, 7, 20, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/extensions/messages.po, 420, 1089, 1064, 206, 789, 37, 221, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/extras/source/autocorr/emoji.po, 57, 49, 49, 242, 241, 1276, 1527, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/filter/messages.po, 160, 538, 517, 38, 107, 24, 173, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/filter/source/config/fragments/filters.po, 155, 536, 545, 10, 36, 55, 160, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po, 37, 135, 135, 0, 0, 1, 4, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/filter/source/config/fragments/types.po, 24, 80, 86, 1, 5, 13, 36, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/forms/messages.po, 57, 321, 282, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/formula/messages.po, 356, 377, 380, 35, 50, 47, 87, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/fpicker/messages.po, 31, 88, 79, 18, 42, 12, 33, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/framework/messages.po, 20, 184, 161, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/auxiliary.po, 92, 266, 277, 0, 0, 13, 36, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sbasic/guide.po, 6, 61, 55, 0, 0, 97, 1284, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sbasic/shared.po, 2574, 18088, 15721, 0, 0, 1931, 17343, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po, 56, 319, 268, 0, 0, 11, 146, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po, 129, 972, 832, 0, 0, 69, 510, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc.po, 184, 973, 923, 0, 0, 3, 13, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc/00.po, 44, 130, 132, 0, 0, 157, 815, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc/01.po, 3654, 25610, 21345, 0, 0, 3841, 47545, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc/02.po, 113, 777, 664, 0, 0, 10, 33, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc/04.po, 159, 1251, 1077, 0, 0, 28, 246, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc/05.po, 52, 578, 532, 0, 0, 85, 275, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/scalc/guide.po, 697, 9833, 8385, 0, 0, 772, 11760, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/schart.po, 6, 16, 18, 0, 0, 90, 915, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/schart/00.po, 29, 182, 185, 0, 0, 31, 165, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/schart/01.po, 490, 4112, 3252, 0, 0, 482, 7714, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/schart/02.po, 2, 4, 4, 0, 0, 23, 113, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/schart/04.po, 7, 8, 9, 0, 0, 25, 125, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sdraw.po, 51, 63, 71, 0, 0, 72, 669, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sdraw/04.po, 49, 108, 99, 0, 0, 54, 381, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/sdraw/guide.po, 6, 18, 19, 0, 0, 269, 3054, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared.po, 51, 122, 112, 0, 0, 199, 2186, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/00.po, 426, 1333, 1201, 0, 0, 1141, 14361, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/01.po, 2092, 9314, 7488, 0, 0, 3395, 42648, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/02.po, 717, 2319, 2000, 0, 0, 1465, 26803, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/04.po, 187, 706, 605, 0, 0, 126, 1365, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/05.po, 90, 875, 773, 0, 0, 106, 1465, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/07.po, 3, 27, 25, 0, 0, 4, 55, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/autokorr.po, 46, 390, 333, 0, 0, 2, 30, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/autopi.po, 497, 3886, 3414, 0, 0, 390, 4508, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/explorer/database.po, 517, 2385, 1927, 0, 0, 1124, 16472, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/guide.po, 341, 3639, 3081, 0, 0, 2175, 32804, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/shared/optionen.po, 796, 4976, 4483, 0, 0, 1138, 18375, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/simpress.po, 97, 189, 206, 0, 0, 102, 1206, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/simpress/00.po, 24, 43, 42, 0, 0, 139, 859, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/simpress/01.po, 388, 1374, 1169, 0, 0, 658, 7140, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/simpress/02.po, 114, 351, 261, 0, 0, 546, 6158, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/simpress/04.po, 21, 30, 38, 0, 0, 218, 1108, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/simpress/guide.po, 27, 102, 86, 0, 0, 740, 10180, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/smath.po, 21, 24, 25, 0, 0, 39, 715, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/smath/00.po, 21, 78, 71, 0, 0, 45, 277, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/smath/01.po, 390, 985, 960, 0, 0, 1161, 12874, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/smath/04.po, 4, 11, 9, 0, 0, 22, 124, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/smath/guide.po, 3, 3, 3, 0, 0, 101, 1190, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter.po, 118, 228, 212, 0, 0, 218, 2718, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter/00.po, 107, 459, 438, 0, 0, 203, 1359, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter/01.po, 1368, 7925, 6893, 0, 0, 1978, 25868, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter/02.po, 125, 195, 167, 0, 0, 301, 2855, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter/04.po, 112, 216, 170, 0, 0, 142, 1060, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter/guide.po, 551, 5356, 4705, 0, 0, 1593, 22581, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter/librelogo.po, 26, 27, 28, 1, 1, 299, 2991, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3911, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/librelogo/source/pythonpath.po, 134, 167, 167, 2, 4, 2, 2, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 537, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/officecfg/registry/data/org/openoffice.po, 8, 25, 26, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/officecfg/registry/data/org/openoffice/Office.po, 1278, 1726, 1703, 10, 52, 20, 63, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po, 2603, 5295, 5472, 525, 973, 549, 1454, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/readlicense_oo/docs.po, 88, 1760, 1592, 1, 85, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/reportdesign/messages.po, 200, 481, 455, 54, 131, 4, 5, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/sc/messages.po, 3094, 14177, 11445, 816, 2298, 776, 3785, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scaddins/messages.po, 880, 3053, 2403, 15, 31, 6, 104, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/sccomp/messages.po, 12, 51, 49, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/base.po, 10, 44, 46, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/calc.po, 21, 89, 91, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/gnome.po, 1, 2, 4, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/graphicfilter.po, 30, 101, 123, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/ooo.po, 555, 1912, 2035, 11, 55, 16, 57, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/sd/messages.po, 700, 1750, 1661, 304, 566, 315, 635, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/setup_native/source/mac.po, 22, 119, 108, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/sfx2/messages.po, 291, 849, 807, 144, 517, 146, 860, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/starmath/messages.po, 406, 762, 719, 63, 101, 36, 105, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/svtools/messages.po, 748, 1931, 1860, 64, 373, 102, 307, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/svx/messages.po, 1888, 4454, 4325, 520, 1226, 438, 1544, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/sw/messages.po, 2215, 4627, 4597, 727, 1579, 499, 1534, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/swext/mediawiki/help.po, 47, 353, 311, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/sysui/desktop/share.po, 66, 277, 293, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/uui/messages.po, 106, 1003, 893, 18, 133, 33, 418, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/vcl/messages.po, 222, 412, 398, 21, 43, 113, 282, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/wizards/messages.po, 255, 1032, 979, 9, 9, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/wizards/source/resources.po, 497, 1994, 1807, 47, 216, 10, 76, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/bs/xmlsecurity/messages.po, 48, 204, 195, 23, 144, 20, 76, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/avmedia/messages.po, 22, 45, 52, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/basctl/messages.po, 146, 595, 686, 9, 16, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/basic/messages.po, 21, 63, 86, 114, 486, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/chart2/messages.po, 611, 1326, 1700, 6, 14, 3, 28, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/messages.po, 105, 1033, 1199, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/cui/messages.po, 2249, 5315, 6607, 0, 0, 94, 243, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dbaccess/messages.po, 787, 4433, 5161, 17, 41, 8, 36, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/desktop/messages.po, 155, 1122, 1273, 5, 50, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/bg_BG.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/bo.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/ca.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/da_DK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/en.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/en/dialog.po, 37, 176, 202, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/es.po, 1, 12, 20, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/fr_FR.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/gug.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/hu_HU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/hu_HU/dialog.po, 32, 71, 90, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/ne_NP.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/no.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/ru_RU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/ru_RU/dialog.po, 13, 25, 30, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/sk_SK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/editeng/messages.po, 262, 651, 779, 3, 5, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/extensions/messages.po, 582, 1936, 2286, 76, 142, 5, 21, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/extras/source/autocorr/emoji.po, 1575, 1817, 1975, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/filter/messages.po, 221, 814, 994, 1, 4, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/filter/source/config/fragments/filters.po, 195, 665, 856, 1, 2, 24, 65, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 172, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/filter/source/config/fragments/types.po, 28, 95, 130, 0, 0, 10, 26, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/forms/messages.po, 58, 330, 399, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/formula/messages.po, 428, 502, 514, 9, 11, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/fpicker/messages.po, 56, 156, 181, 2, 3, 3, 4, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/framework/messages.po, 23, 196, 207, 6, 14, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/auxiliary.po, 93, 268, 331, 0, 0, 12, 34, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 1442, 0, 0, 14, 160, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po, 3690, 30641, 32546, 0, 0, 815, 4790, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/01.po, 60, 386, 418, 0, 0, 7, 79, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1642, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc.po, 187, 986, 1162, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc/00.po, 66, 160, 189, 0, 0, 135, 785, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc/01.po, 6343, 54979, 58381, 0, 0, 1152, 18176, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc/02.po, 118, 796, 929, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc/04.po, 184, 1473, 1599, 0, 0, 3, 24, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc/05.po, 92, 751, 883, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/scalc/guide.po, 1365, 19662, 21742, 0, 0, 104, 1931, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/schart.po, 88, 796, 946, 0, 0, 8, 135, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/schart/00.po, 55, 327, 462, 0, 0, 5, 20, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/schart/01.po, 900, 10722, 12154, 0, 0, 72, 1104, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/schart/02.po, 25, 117, 125, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/schart/04.po, 32, 133, 165, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sdraw.po, 123, 732, 805, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sdraw/04.po, 103, 489, 549, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/sdraw/guide.po, 266, 2860, 3101, 0, 0, 9, 212, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared.po, 239, 2135, 2380, 0, 0, 11, 173, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/00.po, 861, 8417, 9333, 0, 0, 706, 7277, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/01.po, 4016, 33288, 36675, 0, 0, 1471, 18674, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/02.po, 1756, 19697, 21812, 0, 0, 426, 9425, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/04.po, 238, 983, 1113, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/05.po, 109, 1125, 1236, 0, 0, 87, 1215, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/07.po, 4, 29, 30, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/autokorr.po, 47, 403, 447, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/autopi.po, 758, 6585, 7061, 0, 0, 129, 1809, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po, 1470, 14520, 16997, 0, 0, 171, 4337, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/guide.po, 2099, 29358, 32804, 0, 0, 417, 7085, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/menu.po, 10, 12, 14, 0, 0, 6, 108, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/shared/optionen.po, 1515, 15685, 17625, 0, 0, 419, 7666, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/simpress.po, 199, 1395, 1538, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/simpress/00.po, 157, 878, 1012, 0, 0, 6, 24, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/simpress/01.po, 752, 5586, 6176, 0, 0, 294, 2928, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/simpress/02.po, 659, 6480, 7205, 0, 0, 1, 29, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/simpress/04.po, 200, 1002, 1146, 0, 0, 39, 136, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/simpress/guide.po, 605, 8019, 9075, 0, 0, 162, 2263, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/smath.po, 59, 722, 769, 0, 0, 1, 17, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/smath/00.po, 54, 228, 267, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/smath/01.po, 1495, 12600, 13461, 0, 0, 56, 1259, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/smath/02.po, 6, 97, 102, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/smath/04.po, 26, 135, 157, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/smath/guide.po, 102, 1165, 1269, 0, 0, 2, 28, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter.po, 250, 1676, 1888, 0, 0, 86, 1270, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter/00.po, 229, 1156, 1421, 0, 0, 81, 662, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter/01.po, 2795, 26521, 29134, 0, 0, 551, 7272, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter/02.po, 389, 2651, 2941, 0, 0, 37, 399, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter/04.po, 251, 1257, 1475, 0, 0, 3, 19, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter/guide.po, 1938, 24117, 26846, 0, 0, 206, 3820, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter/librelogo.po, 217, 894, 1083, 0, 0, 109, 2125, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/helpcontent2/source/text/swriter/menu.po, 17, 96, 125, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4745, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/librelogo/source/pythonpath.po, 137, 170, 227, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 677, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/nlpsolver/src/locale.po, 41, 105, 131, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/officecfg/registry/data/org/openoffice.po, 8, 25, 35, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 2004, 1, 4, 7, 10, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po, 3527, 7353, 9973, 0, 0, 150, 369, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/readlicense_oo/docs.po, 89, 1845, 2002, 0, 0, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/reportdesign/messages.po, 237, 552, 705, 21, 65, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/sc/messages.po, 4437, 19496, 21377, 0, 0, 249, 764, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scaddins/messages.po, 887, 3170, 3254, 14, 18, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/sccomp/messages.po, 14, 65, 91, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/activex.po, 2, 16, 20, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/base.po, 10, 44, 56, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/calc.po, 22, 94, 129, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/draw.po, 41, 149, 194, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/extensions.po, 16, 65, 87, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/gnome.po, 1, 2, 4, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/graphicfilter.po, 30, 101, 109, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/impress.po, 21, 81, 94, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/ooo.po, 569, 1967, 2340, 4, 15, 9, 42, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/writer.po, 27, 114, 137, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/sd/messages.po, 1143, 2698, 3274, 0, 0, 176, 253, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/setup_native/source/mac.po, 22, 119, 145, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/sfx2/messages.po, 555, 1948, 2183, 0, 0, 26, 278, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/starmath/messages.po, 498, 956, 1127, 7, 12, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/svtools/messages.po, 845, 2346, 2662, 17, 82, 52, 183, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/svx/messages.po, 2715, 6888, 8039, 0, 0, 131, 336, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/sw/messages.po, 3217, 7168, 9093, 0, 0, 224, 572, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/swext/mediawiki/help.po, 49, 374, 423, 26, 817, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 181, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/sysui/desktop/share.po, 66, 277, 358, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/uui/messages.po, 146, 1230, 1370, 2, 92, 9, 232, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/vcl/messages.po, 259, 510, 629, 11, 15, 86, 212, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/wizards/messages.po, 265, 1042, 1194, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/wizards/source/resources.po, 554, 2286, 2467, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/writerperfect/messages.po, 12, 33, 46, 3, 7, 15, 25, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca-valencia/xmlsecurity/messages.po, 86, 416, 476, 3, 5, 2, 3, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/avmedia/messages.po, 22, 45, 52, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/basctl/messages.po, 155, 611, 709, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/basic/messages.po, 135, 549, 755, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/chart2/messages.po, 620, 1368, 1767, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/messages.po, 106, 1047, 1214, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/cui/messages.po, 2343, 5558, 6889, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dbaccess/messages.po, 812, 4510, 5225, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/desktop/messages.po, 162, 1225, 1394, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/bg_BG.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/bo.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/ca.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/cs_CZ.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/da_DK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/en.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/en/dialog.po, 37, 176, 202, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/es.po, 1, 12, 20, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/fr_FR.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/gug.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/hu_HU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/hu_HU/dialog.po, 32, 71, 90, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/id.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/ne_NP.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/no.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/ru_RU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/sk_SK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/editeng/messages.po, 265, 656, 790, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/extensions/messages.po, 663, 2099, 2473, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/extras/source/autocorr/emoji.po, 1575, 1817, 1947, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/filter/messages.po, 222, 818, 1000, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/filter/source/config/fragments/filters.po, 220, 732, 936, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 172, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/filter/source/config/fragments/types.po, 38, 121, 162, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/forms/messages.po, 58, 330, 399, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/formula/messages.po, 438, 514, 526, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/fpicker/messages.po, 61, 163, 192, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/framework/messages.po, 29, 210, 233, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/auxiliary.po, 105, 302, 378, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1633, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sbasic/shared.po, 4378, 33585, 35611, 0, 0, 127, 1846, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 505, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1643, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 174, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc.po, 187, 986, 1155, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc/00.po, 188, 867, 1198, 0, 0, 13, 78, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc/01.po, 6640, 58419, 62215, 0, 0, 855, 14736, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc/02.po, 123, 810, 952, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc/04.po, 187, 1497, 1623, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc/05.po, 137, 853, 987, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/scalc/guide.po, 1425, 20799, 23070, 0, 0, 44, 794, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/schart.po, 96, 931, 1100, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/schart/00.po, 60, 347, 493, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/schart/01.po, 955, 11456, 12990, 0, 0, 17, 370, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/schart/02.po, 25, 117, 125, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/schart/04.po, 32, 133, 165, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sdraw.po, 123, 732, 807, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sdraw/00.po, 2, 8, 12, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sdraw/04.po, 103, 489, 549, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3330, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared.po, 250, 2308, 2592, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/00.po, 1288, 12644, 15070, 0, 0, 279, 3050, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/01.po, 4897, 42296, 46657, 435, 5866, 155, 3800, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/02.po, 2065, 26548, 29288, 110, 2263, 7, 311, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/04.po, 297, 1564, 1741, 0, 0, 16, 507, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/05.po, 163, 1864, 2046, 0, 0, 33, 476, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/06.po, 3, 7, 11, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/07.po, 7, 82, 88, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/autokorr.po, 48, 420, 467, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/autopi.po, 876, 8191, 8737, 0, 0, 11, 203, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/explorer/database.po, 1513, 15331, 17926, 0, 0, 128, 3526, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/guide.po, 2306, 32152, 36116, 0, 0, 210, 4291, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/help.po, 78, 117, 128, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/menu.po, 16, 120, 139, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/shared/optionen.po, 1703, 18248, 20617, 0, 0, 231, 5103, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/simpress.po, 199, 1395, 1542, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/simpress/00.po, 163, 902, 1051, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/simpress/01.po, 857, 6596, 7301, 0, 0, 189, 1918, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/simpress/02.po, 660, 6509, 7257, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/simpress/04.po, 239, 1138, 1336, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/simpress/guide.po, 636, 8450, 9541, 0, 0, 131, 1832, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/smath.po, 60, 739, 784, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/smath/00.po, 66, 355, 432, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/smath/01.po, 1551, 13859, 14823, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/smath/02.po, 6, 97, 102, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/smath/04.po, 26, 135, 157, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/smath/06.po, 9, 21, 31, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/smath/guide.po, 104, 1193, 1303, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter.po, 315, 2359, 2680, 0, 0, 21, 587, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter/00.po, 310, 1818, 2465, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter/01.po, 3209, 31724, 35071, 122, 1568, 15, 501, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter/02.po, 426, 3050, 3367, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter/04.po, 254, 1276, 1498, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter/guide.po, 2097, 26876, 30258, 35, 668, 12, 393, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter/librelogo.po, 239, 1207, 1465, 81, 1616, 6, 196, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/helpcontent2/source/text/swriter/menu.po, 17, 96, 125, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 5015, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/librelogo/source/pythonpath.po, 138, 173, 230, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 739, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/nlpsolver/src/locale.po, 41, 105, 131, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/officecfg/registry/data/org/openoffice.po, 9, 28, 38, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 2023, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 10521, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/readlicense_oo/docs.po, 103, 2403, 2582, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/reportdesign/messages.po, 258, 617, 790, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/sc/messages.po, 4686, 20260, 22231, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scaddins/messages.po, 901, 3188, 3264, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/sccomp/messages.po, 14, 65, 91, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/activex.po, 2, 16, 20, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/base.po, 10, 44, 55, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/calc.po, 22, 94, 129, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/draw.po, 41, 149, 194, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/extensions.po, 16, 65, 87, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/graphicfilter.po, 30, 101, 108, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/impress.po, 21, 81, 94, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/ooo.po, 582, 2024, 2406, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/writer.po, 27, 114, 137, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/sd/messages.po, 1319, 2951, 3561, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/setup_native/source/mac.po, 23, 131, 159, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/sfx2/messages.po, 581, 2226, 2493, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/starmath/messages.po, 505, 968, 1142, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/svtools/messages.po, 914, 2611, 2970, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/svx/messages.po, 2846, 7224, 8428, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/sw/messages.po, 3441, 7740, 9781, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/swext/mediawiki/help.po, 89, 1404, 1549, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 183, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/sysui/desktop/share.po, 66, 277, 357, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/uui/messages.po, 157, 1554, 1720, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/vcl/messages.po, 356, 737, 882, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/wizards/messages.po, 265, 1042, 1198, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/wizards/source/resources.po, 554, 2286, 2469, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/writerperfect/messages.po, 30, 65, 87, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ca/xmlsecurity/messages.po, 91, 424, 488, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/basctl/messages.po, 155, 611, 550, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/basic/messages.po, 135, 549, 513, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/chart2/messages.po, 620, 1368, 1344, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/messages.po, 106, 1047, 754, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/cui/messages.po, 2343, 5558, 5303, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dbaccess/messages.po, 812, 4510, 3700, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/desktop/messages.po, 162, 1225, 1013, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/ar.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/pt_BR.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/editeng/messages.po, 265, 656, 655, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/extensions/messages.po, 663, 2099, 1856, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/extras/source/autocorr/emoji.po, 1575, 1817, 1813, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/filter/messages.po, 222, 818, 749, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/filter/source/config/fragments/filters.po, 220, 732, 737, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/filter/source/config/fragments/types.po, 38, 121, 124, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/forms/messages.po, 58, 330, 286, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/formula/messages.po, 438, 514, 513, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/fpicker/messages.po, 61, 163, 157, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/framework/messages.po, 29, 210, 160, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/auxiliary.po, 105, 302, 302, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1213, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 29202, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 385, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1260, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 142, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc.po, 187, 986, 885, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc/00.po, 201, 945, 954, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc/01.po, 7495, 73155, 60024, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc/02.po, 123, 810, 688, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc/04.po, 187, 1497, 1187, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc/05.po, 137, 853, 736, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 17208, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/schart.po, 96, 931, 772, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/schart/00.po, 60, 347, 352, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/schart/01.po, 972, 11826, 9453, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/schart/02.po, 25, 117, 92, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/schart/04.po, 32, 133, 122, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sdraw.po, 123, 732, 670, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sdraw/04.po, 103, 489, 415, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2511, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared.po, 250, 2308, 1933, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/00.po, 1567, 15694, 14162, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/01.po, 5487, 51962, 41605, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/02.po, 2182, 29122, 22937, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/04.po, 313, 2071, 1740, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/05.po, 196, 2340, 1950, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/06.po, 3, 7, 9, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/07.po, 7, 82, 68, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/autokorr.po, 48, 420, 385, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6718, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 14824, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/guide.po, 2516, 36443, 30066, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/help.po, 78, 117, 116, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/menu.po, 16, 120, 111, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 19711, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/simpress.po, 199, 1395, 1189, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/simpress/00.po, 163, 902, 843, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/simpress/01.po, 1046, 8514, 6837, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/simpress/02.po, 660, 6509, 5015, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/simpress/04.po, 239, 1138, 971, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/simpress/guide.po, 767, 10282, 8547, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/smath.po, 60, 739, 681, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/smath/00.po, 66, 355, 337, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/smath/01.po, 1551, 13859, 11550, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/smath/02.po, 6, 97, 82, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/smath/04.po, 26, 135, 125, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/smath/06.po, 9, 21, 31, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/smath/guide.po, 104, 1193, 1028, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter.po, 336, 2946, 2575, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter/00.po, 310, 1818, 1832, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter/01.po, 3346, 33793, 27074, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter/02.po, 426, 3050, 2520, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter/04.po, 254, 1276, 1163, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 23553, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2927, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/helpcontent2/source/text/swriter/menu.po, 17, 96, 98, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3784, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/librelogo/source/pythonpath.po, 138, 173, 168, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 577, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 15, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/officecfg/registry/data/org/openoffice.po, 9, 28, 30, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1778, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7963, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/readlicense_oo/docs.po, 103, 2403, 2017, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/reportdesign/messages.po, 258, 617, 581, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/sc/messages.po, 4686, 20260, 17039, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scaddins/messages.po, 901, 3188, 2935, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/sccomp/messages.po, 14, 65, 58, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/calc.po, 22, 94, 103, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/draw.po, 41, 149, 149, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/extensions.po, 16, 65, 61, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/graphicfilter.po, 30, 101, 116, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/impress.po, 21, 81, 80, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/ooo.po, 582, 2024, 2241, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/writer.po, 27, 114, 114, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/sd/messages.po, 1319, 2951, 2853, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/setup_native/source/mac.po, 23, 131, 112, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/sfx2/messages.po, 581, 2226, 1984, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/starmath/messages.po, 505, 968, 1047, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/svtools/messages.po, 914, 2611, 2456, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/svx/messages.po, 2846, 7224, 6918, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/sw/messages.po, 3441, 7740, 7586, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/swext/mediawiki/help.po, 89, 1404, 1164, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 137, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/sysui/desktop/share.po, 66, 277, 284, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/uui/messages.po, 157, 1554, 1256, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/vcl/messages.po, 356, 737, 721, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/wizards/messages.po, 265, 1042, 894, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/wizards/source/resources.po, 554, 2286, 1890, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cs/xmlsecurity/messages.po, 91, 424, 379, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/basctl/messages.po, 155, 611, 604, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/basic/messages.po, 135, 549, 607, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/chart2/messages.po, 620, 1368, 1428, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/messages.po, 106, 1047, 1041, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/cui/messages.po, 2343, 5558, 5725, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dbaccess/messages.po, 812, 4510, 4433, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/desktop/messages.po, 162, 1225, 1261, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/hu_HU/dialog.po, 32, 71, 78, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/editeng/messages.po, 265, 656, 712, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/extensions/messages.po, 663, 2099, 2121, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/extras/source/autocorr/emoji.po, 1575, 1817, 1948, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/filter/messages.po, 222, 818, 855, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/filter/source/config/fragments/filters.po, 220, 732, 735, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/filter/source/config/fragments/types.po, 38, 121, 124, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/forms/messages.po, 58, 330, 322, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/fpicker/messages.po, 61, 163, 168, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/framework/messages.po, 29, 210, 214, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4528, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/librelogo/source/pythonpath.po, 138, 173, 189, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 742, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/nlpsolver/src/locale.po, 41, 105, 111, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1891, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8116, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/readlicense_oo/docs.po, 103, 2403, 2520, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/reportdesign/messages.po, 258, 617, 634, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/sc/messages.po, 4686, 20260, 19050, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scaddins/messages.po, 901, 3188, 2947, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/sccomp/messages.po, 14, 65, 70, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/calc.po, 22, 94, 91, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/extensions.po, 16, 65, 70, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/graphicfilter.po, 30, 101, 103, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/ooo.po, 582, 2024, 2038, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/sd/messages.po, 1319, 2951, 2993, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/setup_native/source/mac.po, 23, 131, 139, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/sfx2/messages.po, 581, 2226, 2264, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/starmath/messages.po, 505, 968, 998, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/svtools/messages.po, 914, 2611, 2623, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/svx/messages.po, 2846, 7224, 7301, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/sw/messages.po, 3441, 7740, 7925, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/swext/mediawiki/help.po, 89, 1404, 1433, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 164, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/sysui/desktop/share.po, 66, 277, 288, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/uui/messages.po, 157, 1554, 1629, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/vcl/messages.po, 356, 737, 766, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/wizards/messages.po, 265, 1042, 997, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/wizards/source/resources.po, 554, 2286, 2232, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/cy/xmlsecurity/messages.po, 91, 424, 446, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/basctl/messages.po, 155, 611, 539, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/basic/messages.po, 135, 549, 541, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/chart2/messages.po, 620, 1368, 1129, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/messages.po, 106, 1047, 859, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/cui/messages.po, 2343, 5558, 5047, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dbaccess/messages.po, 812, 4510, 3906, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/desktop/messages.po, 162, 1225, 1142, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/en/dialog.po, 37, 176, 179, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/hu_HU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/editeng/messages.po, 265, 656, 639, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/extensions/messages.po, 663, 2099, 1784, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/extras/source/autocorr/emoji.po, 1575, 1817, 1732, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/filter/messages.po, 222, 818, 748, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/filter/source/config/fragments/filters.po, 220, 732, 632, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 135, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/filter/source/config/fragments/types.po, 38, 121, 103, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/forms/messages.po, 58, 330, 308, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/formula/messages.po, 438, 514, 552, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/fpicker/messages.po, 61, 163, 143, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/framework/messages.po, 29, 210, 187, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/auxiliary.po, 105, 302, 273, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1203, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31119, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 437, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1282, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 92, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc.po, 187, 986, 872, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc/00.po, 201, 945, 900, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc/01.po, 7495, 73155, 65251, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc/02.po, 123, 810, 672, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc/04.po, 187, 1497, 1341, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc/05.po, 137, 853, 801, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 19192, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/schart.po, 96, 931, 782, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/schart/00.po, 60, 347, 306, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/schart/01.po, 972, 11826, 9905, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/schart/02.po, 25, 117, 92, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/schart/04.po, 32, 133, 111, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sdraw.po, 123, 732, 687, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sdraw/04.po, 103, 489, 423, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2849, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared.po, 250, 2308, 2050, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/00.po, 1567, 15694, 14117, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/01.po, 5487, 51962, 45545, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/02.po, 2182, 29122, 24576, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/04.po, 313, 2071, 1788, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/05.po, 196, 2340, 2051, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/06.po, 3, 7, 6, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/07.po, 7, 82, 75, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/autokorr.po, 48, 420, 413, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6968, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 15998, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/guide.po, 2516, 36443, 32392, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/help.po, 78, 117, 116, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/menu.po, 16, 120, 111, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 20428, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/simpress.po, 199, 1395, 1312, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/simpress/00.po, 163, 902, 813, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7387, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/simpress/02.po, 660, 6509, 6234, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/simpress/04.po, 239, 1138, 1027, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9229, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/smath.po, 60, 739, 700, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/smath/00.po, 66, 355, 296, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/smath/01.po, 1551, 13859, 12624, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/smath/02.po, 6, 97, 80, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/smath/04.po, 26, 135, 123, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/smath/06.po, 9, 21, 20, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/smath/guide.po, 104, 1193, 1132, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter.po, 336, 2946, 2587, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter/00.po, 310, 1818, 1627, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter/01.po, 3346, 33793, 29147, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter/02.po, 426, 3050, 2748, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter/04.po, 254, 1276, 1129, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 25311, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2929, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/helpcontent2/source/text/swriter/menu.po, 17, 96, 91, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3946, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 643, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1747, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6863, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/readlicense_oo/docs.po, 103, 2403, 2233, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/reportdesign/messages.po, 258, 617, 550, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/sc/messages.po, 4686, 20260, 16806, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scaddins/messages.po, 901, 3188, 2669, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/draw.po, 41, 149, 138, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/extensions.po, 16, 65, 59, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/graphicfilter.po, 30, 101, 55, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/impress.po, 21, 81, 68, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/ooo.po, 582, 2024, 1782, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/writer.po, 27, 114, 85, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/sd/messages.po, 1319, 2951, 2711, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/setup_native/source/mac.po, 23, 131, 116, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/sfx2/messages.po, 581, 2226, 2032, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/starmath/messages.po, 505, 968, 989, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/svtools/messages.po, 914, 2611, 2415, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/svx/messages.po, 2846, 7224, 6402, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/sw/messages.po, 3441, 7740, 7001, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/swext/mediawiki/help.po, 89, 1404, 1243, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 150, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/sysui/desktop/share.po, 66, 277, 211, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/uui/messages.po, 157, 1554, 1409, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/vcl/messages.po, 356, 737, 682, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/wizards/messages.po, 265, 1042, 897, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/wizards/source/resources.po, 554, 2286, 1940, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/writerperfect/messages.po, 30, 65, 58, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/da/xmlsecurity/messages.po, 91, 424, 389, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/basctl/messages.po, 155, 611, 574, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/basic/messages.po, 135, 549, 510, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/chart2/messages.po, 620, 1368, 1124, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/messages.po, 106, 1047, 1035, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/cui/messages.po, 2343, 5558, 5080, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dbaccess/messages.po, 812, 4510, 4173, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/desktop/messages.po, 162, 1225, 1297, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/en/dialog.po, 37, 176, 172, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/hu_HU/dialog.po, 32, 71, 65, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/ru_RU/dialog.po, 14, 26, 23, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/editeng/messages.po, 265, 656, 601, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/extensions/messages.po, 663, 2099, 1855, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/extras/source/autocorr/emoji.po, 1575, 1817, 2233, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/filter/messages.po, 222, 818, 720, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/filter/source/config/fragments/filters.po, 220, 732, 684, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 134, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/filter/source/config/fragments/types.po, 38, 121, 112, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/forms/messages.po, 58, 330, 303, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/formula/messages.po, 438, 514, 512, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/fpicker/messages.po, 61, 163, 148, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/framework/messages.po, 29, 210, 210, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/auxiliary.po, 105, 302, 258, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1344, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 33787, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 548, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1423, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 140, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc.po, 187, 986, 928, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc/00.po, 201, 945, 1048, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc/01.po, 7495, 73155, 68446, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc/02.po, 123, 810, 729, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc/04.po, 187, 1497, 1454, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc/05.po, 137, 853, 810, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 20655, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/schart.po, 96, 931, 876, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/schart/00.po, 60, 347, 346, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/schart/01.po, 972, 11826, 11006, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/schart/02.po, 25, 117, 98, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/schart/04.po, 33, 138, 129, 0, 0, 0, 0, 33, 138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sdraw.po, 123, 732, 772, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sdraw/01.po, 3, 12, 49, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sdraw/04.po, 103, 489, 518, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3459, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared.po, 250, 2308, 2212, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/00.po, 1567, 15694, 15879, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/01.po, 5487, 51962, 49527, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/02.po, 2182, 29122, 26918, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/04.po, 313, 2071, 2020, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/05.po, 196, 2340, 2219, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/06.po, 3, 7, 5, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/07.po, 7, 82, 73, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/autokorr.po, 48, 420, 318, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7881, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 17403, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/guide.po, 2516, 36443, 35372, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/help.po, 78, 117, 120, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/menu.po, 16, 120, 113, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 21941, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/simpress.po, 199, 1395, 1374, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/simpress/00.po, 163, 902, 1027, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8152, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/simpress/02.po, 660, 6509, 6235, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/simpress/04.po, 239, 1138, 1135, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10239, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/smath.po, 60, 739, 751, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/smath/00.po, 66, 355, 378, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/smath/01.po, 1551, 13859, 13545, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/smath/02.po, 6, 97, 88, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/smath/04.po, 26, 135, 114, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/smath/06.po, 9, 21, 22, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/smath/guide.po, 104, 1193, 1100, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter.po, 336, 2946, 2768, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter/00.po, 310, 1818, 1851, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter/01.po, 3346, 33793, 31847, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter/02.po, 426, 3050, 3022, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter/04.po, 254, 1276, 1170, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 27023, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3133, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/helpcontent2/source/text/swriter/menu.po, 17, 96, 80, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4451, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 703, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 22, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/officecfg/registry/data/org/openoffice.po, 9, 28, 19, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1811, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6641, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/readlicense_oo/docs.po, 103, 2403, 2162, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/reportdesign/messages.po, 258, 617, 562, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/sc/messages.po, 4686, 20260, 17661, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scaddins/messages.po, 901, 3188, 3286, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/sccomp/messages.po, 14, 65, 57, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/activex.po, 2, 16, 13, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/base.po, 10, 44, 39, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/calc.po, 22, 94, 90, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/draw.po, 41, 149, 127, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/extensions.po, 16, 65, 44, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/graphicfilter.po, 30, 101, 96, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/math.po, 10, 42, 36, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/ooo.po, 582, 2024, 1935, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/writer.po, 27, 114, 100, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/sd/messages.po, 1319, 2951, 2685, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/setup_native/source/mac.po, 23, 131, 139, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/sfx2/messages.po, 581, 2226, 2119, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/starmath/messages.po, 505, 968, 978, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/svtools/messages.po, 914, 2611, 2482, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/svx/messages.po, 2846, 7224, 6442, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/sw/messages.po, 3441, 7740, 6990, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/swext/mediawiki/help.po, 89, 1404, 1374, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/sysui/desktop/share.po, 66, 277, 241, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/uui/messages.po, 157, 1554, 1515, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/vcl/messages.po, 356, 737, 704, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/wizards/messages.po, 265, 1042, 996, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/wizards/source/resources.po, 554, 2286, 2087, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/writerperfect/messages.po, 30, 65, 51, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/de/xmlsecurity/messages.po, 91, 424, 409, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/accessibility/messages.po, 7, 13, 14, 0, 0, 4, 14, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/avmedia/messages.po, 16, 26, 28, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/basctl/messages.po, 110, 442, 524, 33, 49, 12, 120, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/basic/messages.po, 17, 49, 54, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/chart2/messages.po, 309, 684, 706, 169, 320, 142, 364, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/messages.po, 93, 900, 974, 8, 56, 5, 91, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/cui/messages.po, 792, 1814, 2108, 796, 1358, 755, 2386, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dbaccess/messages.po, 488, 2748, 2898, 246, 1263, 78, 499, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/desktop/messages.po, 107, 575, 666, 31, 392, 24, 258, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/en/dialog.po, 1, 1, 2, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/kmr_Latn.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/ru_RU/dialog.po, 4, 4, 5, 2, 4, 8, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/sr.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/editeng/messages.po, 178, 492, 557, 72, 111, 15, 53, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/extensions/messages.po, 399, 1202, 1385, 215, 631, 49, 266, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/extras/source/autocorr/emoji.po, 42, 39, 44, 214, 205, 1319, 1573, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/extras/source/gallery/share.po, 6, 8, 8, 2, 2, 4, 5, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/filter/messages.po, 91, 390, 422, 40, 101, 91, 327, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/filter/source/config/fragments/filters.po, 86, 303, 302, 12, 34, 122, 395, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 130, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/filter/source/config/fragments/types.po, 18, 56, 56, 5, 19, 15, 46, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/forms/messages.po, 54, 314, 326, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/formula/messages.po, 274, 277, 282, 95, 121, 63, 110, 432, 508 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/fpicker/messages.po, 29, 75, 94, 18, 49, 14, 39, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/framework/messages.po, 14, 84, 152, 7, 16, 8, 110, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4034, 5195, 8, 98, 18, 216, 555, 4348 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/librelogo/source/pythonpath.po, 35, 36, 40, 39, 41, 64, 96, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 41, 42, 0, 0, 46, 652, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/nlpsolver/src/locale.po, 7, 7, 12, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po, 1262, 1526, 2553, 9, 40, 37, 275, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po, 2347, 4778, 5575, 633, 1157, 697, 1787, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/readlicense_oo/docs.po, 66, 1300, 1484, 2, 86, 35, 1017, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 2, 2, 2, 0, 0, 4, 18, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/reportdesign/messages.po, 125, 369, 389, 112, 198, 21, 50, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/sc/messages.po, 2172, 11080, 10386, 1142, 2929, 1372, 6251, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scaddins/messages.po, 788, 2467, 2396, 22, 89, 91, 632, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/sccomp/messages.po, 11, 47, 46, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/base.po, 8, 40, 45, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/calc.po, 15, 48, 47, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/draw.po, 13, 52, 57, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/graphicfilter.po, 28, 91, 99, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/impress.po, 17, 66, 69, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/ooo.po, 510, 1738, 2031, 42, 179, 30, 107, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/writer.po, 21, 65, 67, 1, 4, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/sd/messages.po, 472, 1124, 1370, 367, 690, 480, 1137, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/setup_native/source/mac.po, 19, 111, 127, 4, 20, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/sfx2/messages.po, 188, 560, 641, 161, 401, 232, 1265, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/starmath/messages.po, 263, 452, 522, 114, 186, 106, 308, 483, 946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/svtools/messages.po, 576, 1374, 1461, 83, 153, 255, 1084, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/svx/messages.po, 1472, 3477, 3949, 622, 1403, 752, 2344, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/sw/messages.po, 1449, 3075, 3587, 1162, 2138, 829, 2525, 3440, 7738 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/swext/mediawiki/help.po, 32, 270, 305, 29, 674, 28, 460, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 6, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 23, 171, 172, 8, 8, 1, 2, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/sysui/desktop/share.po, 44, 169, 180, 10, 54, 12, 54, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/uui/messages.po, 102, 825, 912, 24, 161, 31, 568, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/vcl/messages.po, 137, 219, 280, 66, 130, 153, 388, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/wizards/messages.po, 185, 874, 980, 55, 89, 25, 79, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/wizards/source/resources.po, 359, 1724, 1786, 132, 276, 63, 286, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dgo/xmlsecurity/messages.po, 33, 147, 145, 18, 60, 40, 217, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/basctl/messages.po, 155, 611, 562, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/basic/messages.po, 135, 549, 569, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/chart2/messages.po, 620, 1368, 1346, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/messages.po, 106, 1047, 847, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/cui/messages.po, 2343, 5558, 5438, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dbaccess/messages.po, 812, 4510, 4038, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/desktop/messages.po, 162, 1225, 1173, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/editeng/messages.po, 265, 656, 652, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/extensions/messages.po, 663, 2099, 1936, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/extras/source/autocorr/emoji.po, 1575, 1817, 2435, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/filter/messages.po, 222, 818, 770, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/filter/source/config/fragments/filters.po, 220, 732, 736, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/forms/messages.po, 58, 330, 302, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/formula/messages.po, 437, 513, 515, 0, 0, 0, 0, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/fpicker/messages.po, 61, 163, 151, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/framework/messages.po, 29, 210, 194, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4363, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/librelogo/source/pythonpath.po, 138, 173, 174, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 633, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1817, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8085, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/readlicense_oo/docs.po, 103, 2403, 2136, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/reportdesign/messages.po, 258, 617, 596, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/sc/messages.po, 4686, 20260, 17259, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scaddins/messages.po, 901, 3188, 2595, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/calc.po, 22, 94, 104, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/draw.po, 41, 149, 150, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/graphicfilter.po, 30, 101, 118, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/impress.po, 21, 81, 81, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/ooo.po, 582, 2024, 2068, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/writer.po, 27, 114, 110, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/sd/messages.po, 1319, 2951, 2898, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/setup_native/source/mac.po, 23, 131, 122, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/sfx2/messages.po, 581, 2226, 2056, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/starmath/messages.po, 505, 968, 1023, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/svtools/messages.po, 914, 2611, 2516, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/svx/messages.po, 2846, 7224, 6961, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/sw/messages.po, 3441, 7740, 7770, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/swext/mediawiki/help.po, 89, 1404, 1196, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 139, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/sysui/desktop/share.po, 66, 277, 290, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/uui/messages.po, 157, 1554, 1378, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/vcl/messages.po, 356, 737, 727, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/wizards/messages.po, 265, 1042, 988, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/wizards/source/resources.po, 554, 2286, 2008, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/writerperfect/messages.po, 30, 65, 64, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dsb/xmlsecurity/messages.po, 91, 424, 402, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/accessibility/messages.po, 7, 13, 7, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/avmedia/messages.po, 17, 27, 18, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/basctl/messages.po, 89, 302, 157, 34, 49, 32, 260, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/basic/messages.po, 16, 48, 22, 118, 500, 1, 1, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/chart2/messages.po, 218, 453, 255, 177, 335, 225, 580, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/messages.po, 8, 71, 27, 7, 49, 91, 927, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 2, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/cui/messages.po, 459, 764, 526, 735, 1136, 1149, 3658, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dbaccess/messages.po, 398, 2436, 1038, 245, 1307, 169, 767, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/desktop/messages.po, 77, 345, 192, 32, 427, 53, 453, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 8, 25, 61, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/editeng/messages.po, 59, 95, 59, 72, 121, 134, 440, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/extensions/messages.po, 386, 950, 529, 216, 838, 61, 311, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/extras/source/autocorr/emoji.po, 41, 38, 38, 181, 172, 1353, 1607, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/extras/source/gallery/share.po, 5, 7, 7, 2, 2, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/filter/messages.po, 50, 184, 82, 29, 57, 143, 577, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/filter/source/config/fragments/filters.po, 80, 276, 171, 10, 28, 130, 428, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 86, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/filter/source/config/fragments/types.po, 15, 41, 34, 3, 12, 20, 68, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/forms/messages.po, 54, 314, 90, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/formula/messages.po, 52, 55, 52, 56, 57, 326, 398, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/fpicker/messages.po, 30, 76, 36, 16, 46, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/framework/messages.po, 17, 163, 56, 6, 14, 6, 33, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/auxiliary.po, 22, 30, 24, 0, 0, 83, 272, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sbasic/guide.po, 50, 595, 237, 0, 0, 53, 750, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sbasic/shared.po, 3436, 28335, 8871, 0, 0, 1069, 7096, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po, 52, 290, 137, 0, 0, 15, 175, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po, 177, 1092, 453, 0, 0, 21, 390, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc.po, 157, 694, 258, 0, 0, 30, 292, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc/00.po, 60, 129, 113, 0, 0, 141, 816, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc/01.po, 4661, 41924, 16820, 0, 0, 2834, 31231, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc/02.po, 110, 724, 245, 0, 0, 13, 86, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc/04.po, 163, 1184, 466, 0, 0, 24, 313, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc/05.po, 72, 453, 152, 0, 0, 65, 400, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/scalc/guide.po, 1146, 15761, 5574, 0, 0, 323, 5832, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/schart.po, 15, 142, 29, 0, 0, 81, 789, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/schart/00.po, 47, 249, 175, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/schart/01.po, 321, 2167, 643, 0, 0, 651, 9659, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/schart/02.po, 21, 103, 26, 0, 0, 4, 14, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/schart/04.po, 31, 132, 43, 0, 0, 1, 1, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sdraw.po, 115, 698, 238, 0, 0, 8, 34, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sdraw/00.po, 2, 8, 4, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sdraw/01.po, 3, 12, 6, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sdraw/04.po, 98, 427, 218, 0, 0, 5, 62, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/sdraw/guide.po, 245, 2617, 908, 0, 0, 30, 455, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared.po, 202, 1760, 551, 0, 0, 48, 548, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/00.po, 722, 6192, 1843, 0, 0, 845, 9502, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/01.po, 3390, 24593, 8080, 0, 0, 2097, 27369, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/02.po, 1649, 18428, 6078, 0, 0, 533, 10694, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/04.po, 229, 911, 370, 0, 0, 84, 1160, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/05.po, 94, 938, 240, 0, 0, 102, 1402, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/07.po, 4, 29, 11, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/autokorr.po, 46, 398, 101, 0, 0, 2, 22, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/autopi.po, 725, 6416, 2033, 0, 0, 162, 1978, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/explorer/database.po, 1244, 10856, 3329, 0, 0, 397, 8001, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/guide.po, 1698, 22901, 6003, 0, 0, 818, 13542, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/shared/optionen.po, 1145, 9743, 2442, 0, 0, 789, 13608, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/simpress.po, 167, 1127, 263, 0, 0, 32, 268, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/simpress/00.po, 153, 861, 472, 0, 0, 10, 41, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/simpress/01.po, 844, 6178, 1410, 0, 0, 202, 2336, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/simpress/02.po, 632, 6276, 1331, 0, 0, 28, 233, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/simpress/04.po, 177, 803, 308, 0, 0, 62, 335, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/simpress/guide.po, 521, 6200, 1345, 0, 0, 246, 4082, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/smath.po, 56, 609, 172, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/smath/00.po, 53, 224, 126, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/smath/01.po, 1038, 11285, 3923, 0, 0, 513, 2574, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/smath/02.po, 6, 97, 23, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/smath/04.po, 25, 130, 36, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/smath/guide.po, 64, 643, 219, 0, 0, 40, 550, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter.po, 196, 987, 379, 0, 0, 140, 1959, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter/00.po, 211, 1036, 659, 0, 0, 99, 782, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter/01.po, 2557, 22956, 6741, 0, 0, 789, 10837, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter/02.po, 363, 2432, 1072, 0, 0, 63, 618, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter/04.po, 228, 1023, 543, 0, 0, 26, 253, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter/guide.po, 1574, 18651, 4592, 0, 0, 570, 9286, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 38, 1, 1, 287, 2979, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po, 521, 4009, 1599, 14, 120, 20, 219, 555, 4348 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/librelogo/source/pythonpath.po, 14, 16, 14, 45, 47, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/nlpsolver/src/locale.po, 4, 4, 4, 9, 10, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/officecfg/registry/data/org/openoffice/Office.po, 1164, 1245, 1495, 25, 28, 119, 568, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po, 2286, 4576, 3124, 594, 1092, 797, 2054, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/readlicense_oo/docs.po, 19, 244, 67, 2, 97, 82, 2062, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/reportdesign/messages.po, 69, 90, 69, 71, 121, 118, 406, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/sc/messages.po, 1966, 10003, 3186, 1148, 3178, 1572, 7079, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scaddins/messages.po, 772, 2437, 838, 32, 113, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/base.po, 8, 40, 13, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/calc.po, 15, 48, 43, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/draw.po, 13, 52, 38, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/graphicfilter.po, 28, 91, 81, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/impress.po, 17, 66, 53, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/kde.po, 0, 0, 0, 2, 9, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/math.po, 10, 42, 35, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/ooo.po, 219, 282, 242, 111, 666, 252, 1076, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/quickstart.po, 2, 15, 6, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/winexplorerext.po, 2, 18, 10, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/writer.po, 17, 50, 42, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/sd/messages.po, 358, 895, 387, 359, 643, 602, 1413, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/sfx2/messages.po, 164, 454, 287, 143, 397, 274, 1375, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/starmath/messages.po, 269, 471, 282, 109, 153, 127, 344, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/svtools/messages.po, 369, 974, 529, 79, 162, 466, 1475, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/svx/messages.po, 1362, 3189, 1826, 604, 1371, 880, 2664, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/sw/messages.po, 1003, 1596, 1237, 1216, 2174, 1222, 3970, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/swext/mediawiki/help.po, 5, 6, 5, 6, 8, 78, 1390, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 8, 8, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/sysui/desktop/share.po, 33, 122, 56, 14, 67, 19, 88, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/uui/messages.po, 88, 820, 235, 20, 82, 49, 652, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/vcl/messages.po, 111, 156, 117, 59, 99, 186, 482, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/wizards/messages.po, 189, 845, 253, 52, 153, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/wizards/source/resources.po, 405, 1780, 561, 86, 297, 63, 209, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/dz/xmlsecurity/messages.po, 17, 36, 23, 19, 61, 55, 327, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/avmedia/messages.po, 22, 45, 48, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/basctl/messages.po, 155, 611, 630, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/basic/messages.po, 135, 549, 614, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/chart2/messages.po, 620, 1368, 1428, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/messages.po, 106, 1047, 980, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/cui/messages.po, 2343, 5558, 5879, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dbaccess/messages.po, 812, 4510, 4638, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/desktop/messages.po, 162, 1225, 1258, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/ca.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/cs_CZ.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/en.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/en/dialog.po, 37, 176, 179, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/hu_HU/dialog.po, 32, 71, 74, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/id.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/ru_RU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/editeng/messages.po, 265, 656, 721, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/extensions/messages.po, 663, 2099, 2166, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/extras/source/autocorr/emoji.po, 1575, 1817, 2833, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/filter/messages.po, 222, 818, 849, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/filter/source/config/fragments/filters.po, 220, 732, 772, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/forms/messages.po, 58, 330, 339, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/formula/messages.po, 438, 514, 516, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/fpicker/messages.po, 61, 163, 170, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/framework/messages.po, 29, 210, 216, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/auxiliary.po, 105, 302, 311, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1406, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 36515, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 503, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1554, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 164, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc.po, 187, 986, 1096, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc/00.po, 196, 920, 955, 0, 0, 5, 25, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc/01.po, 7487, 72880, 74445, 0, 0, 8, 275, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc/02.po, 121, 804, 827, 0, 0, 2, 6, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc/04.po, 187, 1497, 1536, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc/05.po, 137, 853, 871, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 21998, 0, 0, 1, 47, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/schart.po, 96, 931, 1005, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/schart/00.po, 60, 347, 346, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/schart/01.po, 972, 11826, 12209, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/schart/02.po, 25, 117, 119, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/schart/04.po, 32, 133, 146, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sdraw.po, 123, 732, 844, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sdraw/00.po, 2, 8, 16, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sdraw/04.po, 103, 489, 510, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3339, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared.po, 246, 2199, 2225, 0, 0, 4, 109, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/00.po, 1550, 15490, 16298, 0, 0, 17, 204, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/01.po, 5483, 51844, 52413, 0, 0, 4, 118, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/02.po, 2181, 29096, 29803, 0, 0, 1, 26, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/04.po, 311, 2067, 2181, 0, 0, 2, 4, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/05.po, 196, 2340, 2505, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/07.po, 7, 82, 74, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/autokorr.po, 48, 420, 422, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8848, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/explorer/database.po, 1638, 18750, 19938, 0, 0, 3, 107, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/guide.po, 2508, 36212, 37778, 0, 0, 8, 231, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/help.po, 78, 117, 120, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/menu.po, 16, 120, 129, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 24230, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/simpress.po, 199, 1395, 1516, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/simpress/00.po, 163, 902, 958, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8630, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/simpress/02.po, 660, 6509, 7007, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/simpress/04.po, 239, 1138, 1178, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10890, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/smath.po, 60, 739, 784, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/smath/00.po, 66, 355, 371, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/smath/01.po, 1551, 13859, 13993, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/smath/04.po, 26, 135, 138, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/smath/06.po, 9, 21, 21, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/smath/guide.po, 104, 1193, 1244, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter.po, 331, 2836, 2956, 0, 0, 5, 110, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter/00.po, 310, 1818, 1943, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter/01.po, 3346, 33793, 33821, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter/02.po, 426, 3050, 3049, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter/04.po, 254, 1276, 1321, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 28284, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3063, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/helpcontent2/source/text/swriter/menu.po, 17, 96, 103, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4571, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/librelogo/source/pythonpath.po, 138, 173, 176, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 667, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/officecfg/registry/data/org/openoffice.po, 9, 28, 22, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1880, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8439, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/readlicense_oo/docs.po, 103, 2403, 2515, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/reportdesign/messages.po, 258, 617, 631, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/sc/messages.po, 4686, 20260, 20216, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scaddins/messages.po, 901, 3188, 3204, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/sccomp/messages.po, 14, 65, 75, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/activex.po, 2, 16, 22, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/base.po, 10, 44, 53, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/calc.po, 22, 94, 115, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/draw.po, 41, 149, 161, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/extensions.po, 16, 65, 72, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/impress.po, 21, 81, 91, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/math.po, 10, 42, 51, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/ooo.po, 582, 2024, 2016, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/writer.po, 27, 114, 125, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/sd/messages.po, 1319, 2951, 3089, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/setup_native/source/mac.po, 23, 131, 145, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/sfx2/messages.po, 581, 2226, 2350, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/starmath/messages.po, 505, 968, 1000, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/svtools/messages.po, 914, 2611, 2751, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/svx/messages.po, 2846, 7224, 7530, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/sw/messages.po, 3441, 7740, 8150, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/swext/mediawiki/help.po, 89, 1404, 1496, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 171, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/sysui/desktop/share.po, 66, 277, 320, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/uui/messages.po, 157, 1554, 1683, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/vcl/messages.po, 356, 737, 789, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/wizards/messages.po, 265, 1042, 1053, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/wizards/source/resources.po, 554, 2286, 2232, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/el/xmlsecurity/messages.po, 91, 424, 435, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/avmedia/messages.po, 22, 45, 45, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/basctl/messages.po, 155, 611, 611, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/basic/messages.po, 135, 549, 548, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/chart2/messages.po, 620, 1368, 1312, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/messages.po, 106, 1047, 1040, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/cui/messages.po, 2343, 5558, 5559, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dbaccess/messages.po, 812, 4510, 4506, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/desktop/messages.po, 162, 1225, 1224, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/en/dialog.po, 37, 176, 176, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/editeng/messages.po, 265, 656, 659, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/extensions/messages.po, 663, 2099, 2100, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/extras/source/autocorr/emoji.po, 1575, 1817, 1817, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/filter/messages.po, 222, 818, 818, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/filter/source/config/fragments/filters.po, 220, 732, 732, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/forms/messages.po, 58, 330, 329, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/fpicker/messages.po, 61, 163, 161, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/framework/messages.po, 29, 210, 210, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/auxiliary.po, 105, 302, 303, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1358, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 35528, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 470, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1498, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 145, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc.po, 187, 986, 989, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc/00.po, 201, 945, 949, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc/01.po, 7495, 73155, 73423, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc/02.po, 123, 810, 809, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc/04.po, 187, 1497, 1516, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc/05.po, 137, 853, 862, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 21708, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/schart.po, 96, 931, 939, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/schart/00.po, 60, 347, 341, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/schart/01.po, 972, 11826, 11797, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/schart/02.po, 25, 117, 117, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/schart/04.po, 32, 133, 133, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sdraw.po, 123, 732, 733, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sdraw/04.po, 103, 489, 490, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3073, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared.po, 250, 2308, 2315, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/00.po, 1567, 15694, 15765, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/01.po, 5487, 51962, 52267, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/02.po, 2182, 29122, 29251, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/04.po, 313, 2071, 2092, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/05.po, 196, 2340, 2348, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/06.po, 3, 7, 8, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/07.po, 7, 82, 82, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po, 48, 420, 421, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8435, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 18944, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/guide.po, 2516, 36443, 36595, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/help.po, 78, 117, 117, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/menu.po, 16, 120, 123, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 23500, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/simpress.po, 199, 1395, 1399, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/simpress/00.po, 163, 902, 903, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8536, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/simpress/02.po, 660, 6509, 6602, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/simpress/04.po, 239, 1138, 1139, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10311, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/smath.po, 60, 739, 740, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/smath/00.po, 66, 355, 364, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/smath/01.po, 1551, 13859, 13890, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/smath/02.po, 6, 97, 97, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/smath/04.po, 26, 135, 135, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/smath/06.po, 9, 21, 28, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/smath/guide.po, 104, 1193, 1194, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter.po, 336, 2946, 2970, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter/00.po, 310, 1818, 1817, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter/01.po, 3346, 33793, 33991, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter/02.po, 426, 3050, 3095, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter/04.po, 254, 1276, 1316, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 27797, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3018, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/helpcontent2/source/text/swriter/menu.po, 17, 96, 96, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4352, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 694, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/nlpsolver/src/locale.po, 41, 105, 105, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1840, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7739, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/readlicense_oo/docs.po, 103, 2403, 2402, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 20, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/reportdesign/messages.po, 258, 617, 616, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/sc/messages.po, 4686, 20260, 20293, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scaddins/messages.po, 901, 3188, 3189, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/calc.po, 22, 94, 92, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/ooo.po, 582, 2024, 2024, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/writer.po, 27, 114, 114, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/sd/messages.po, 1319, 2951, 2945, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/sfx2/messages.po, 581, 2226, 2232, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/starmath/messages.po, 505, 968, 984, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/svtools/messages.po, 914, 2611, 2606, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/svx/messages.po, 2846, 7224, 7229, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/sw/messages.po, 3441, 7740, 7748, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/swext/mediawiki/help.po, 89, 1404, 1417, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 181, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/sysui/desktop/share.po, 66, 277, 271, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/uui/messages.po, 157, 1554, 1554, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/vcl/messages.po, 356, 737, 736, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/wizards/messages.po, 265, 1042, 1038, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/wizards/source/resources.po, 554, 2286, 2282, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/writerperfect/messages.po, 30, 65, 65, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-GB/xmlsecurity/messages.po, 91, 424, 424, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/avmedia/messages.po, 17, 27, 27, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/basctl/messages.po, 98, 394, 394, 34, 50, 23, 167, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/basic/messages.po, 18, 52, 52, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/chart2/messages.po, 243, 526, 526, 163, 285, 214, 557, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/messages.po, 96, 942, 942, 6, 48, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/cui/messages.po, 675, 1441, 1438, 720, 1243, 948, 2874, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dbaccess/messages.po, 434, 2640, 2640, 245, 1304, 133, 566, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/desktop/messages.po, 106, 666, 664, 34, 338, 22, 221, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/ru_RU/dialog.po, 3, 3, 3, 2, 4, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/editeng/messages.po, 237, 565, 565, 17, 61, 11, 30, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/extensions/messages.po, 402, 998, 998, 209, 827, 52, 274, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/extras/source/autocorr/emoji.po, 43, 39, 39, 189, 181, 1343, 1597, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/filter/messages.po, 55, 213, 213, 31, 74, 136, 531, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/filter/source/config/fragments/filters.po, 87, 307, 306, 11, 30, 122, 395, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/filter/source/config/fragments/types.po, 17, 50, 50, 4, 17, 17, 54, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/forms/messages.po, 54, 314, 314, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/formula/messages.po, 304, 307, 307, 63, 89, 71, 118, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/fpicker/messages.po, 31, 88, 88, 15, 34, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/framework/messages.po, 18, 167, 167, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/auxiliary.po, 22, 30, 30, 0, 0, 83, 272, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1116, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po, 3370, 28592, 28685, 0, 0, 1135, 6839, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 336, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1404, 0, 0, 3, 78, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc.po, 171, 830, 823, 0, 0, 16, 156, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc/00.po, 61, 152, 152, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc/01.po, 5487, 48030, 47585, 0, 0, 2008, 25125, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc/02.po, 116, 782, 782, 0, 0, 7, 28, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc/04.po, 168, 1260, 1257, 0, 0, 19, 237, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc/05.po, 85, 705, 705, 0, 0, 52, 148, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po, 1298, 18021, 17994, 0, 0, 171, 3572, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/schart.po, 87, 794, 794, 0, 0, 9, 137, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/schart/00.po, 47, 249, 249, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/schart/01.po, 831, 9897, 9889, 0, 0, 141, 1929, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/schart/02.po, 25, 117, 117, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/schart/04.po, 32, 133, 133, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sdraw.po, 119, 714, 711, 0, 0, 4, 18, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po, 102, 486, 480, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po, 255, 2699, 2697, 0, 0, 20, 373, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared.po, 208, 1801, 1802, 0, 0, 42, 507, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/00.po, 740, 6251, 6254, 0, 0, 827, 9443, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/01.po, 3664, 28729, 28708, 0, 0, 1823, 23233, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/02.po, 1696, 19241, 19231, 0, 0, 486, 9881, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/04.po, 234, 960, 957, 0, 0, 79, 1111, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/05.po, 106, 1108, 1109, 0, 0, 90, 1232, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/07.po, 4, 29, 29, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po, 47, 403, 403, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po, 744, 6488, 6487, 0, 0, 143, 1906, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po, 1449, 14286, 14269, 0, 0, 192, 4571, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/guide.po, 2039, 28012, 27979, 0, 0, 477, 8431, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po, 1231, 11171, 11161, 0, 0, 703, 12180, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/simpress.po, 185, 1314, 1313, 0, 0, 14, 81, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/simpress/00.po, 154, 873, 875, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/simpress/01.po, 860, 6456, 6447, 0, 0, 186, 2058, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/simpress/02.po, 648, 6400, 6398, 0, 0, 12, 109, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/simpress/04.po, 185, 900, 898, 0, 0, 54, 238, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po, 594, 7859, 7849, 0, 0, 173, 2423, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/smath.po, 56, 609, 606, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/smath/00.po, 54, 228, 226, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/smath/01.po, 1047, 11180, 11198, 0, 0, 504, 2679, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/smath/02.po, 5, 56, 56, 0, 0, 1, 41, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/smath/04.po, 25, 130, 130, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/smath/guide.po, 95, 1030, 1030, 0, 0, 9, 163, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter.po, 215, 1366, 1360, 0, 0, 121, 1580, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter/00.po, 210, 1037, 977, 0, 0, 100, 781, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter/01.po, 2644, 24523, 24465, 0, 0, 702, 9270, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter/02.po, 365, 2425, 2417, 0, 0, 61, 625, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter/04.po, 241, 1111, 1062, 0, 0, 13, 165, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po, 1866, 22720, 22659, 0, 0, 278, 5217, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 4040, 8, 98, 18, 216, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/librelogo/source/pythonpath.po, 19, 21, 21, 42, 44, 77, 108, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/nlpsolver/src/locale.po, 10, 10, 10, 5, 6, 26, 89, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po, 1191, 1278, 1279, 5, 8, 112, 555, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po, 2415, 4873, 4871, 564, 1057, 698, 1792, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/readlicense_oo/docs.po, 66, 1289, 1289, 10, 282, 27, 832, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/reportdesign/messages.po, 186, 440, 440, 58, 139, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/sc/messages.po, 2310, 11428, 11428, 1008, 2993, 1368, 5839, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scaddins/messages.po, 781, 2471, 2471, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/sccomp/messages.po, 11, 47, 47, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/base.po, 8, 40, 40, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/calc.po, 17, 56, 56, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/draw.po, 13, 52, 52, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/impress.po, 19, 74, 74, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/ooo.po, 262, 344, 345, 147, 847, 173, 833, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/writer.po, 22, 69, 69, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/sd/messages.po, 457, 1181, 1181, 324, 564, 538, 1206, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/setup_native/source/mac.po, 22, 119, 119, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/sfx2/messages.po, 195, 523, 523, 141, 443, 245, 1260, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/starmath/messages.po, 277, 481, 480, 104, 148, 124, 339, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/svtools/messages.po, 584, 1472, 1471, 73, 184, 257, 955, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/svx/messages.po, 1468, 3386, 3385, 574, 1332, 804, 2506, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/sw/messages.po, 1291, 2193, 2189, 1086, 2092, 1064, 3455, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/swext/mediawiki/help.po, 44, 304, 304, 24, 702, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 181, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/sysui/desktop/share.po, 44, 171, 171, 10, 52, 12, 54, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/uui/messages.po, 97, 923, 923, 19, 134, 41, 497, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/vcl/messages.po, 167, 263, 263, 45, 113, 144, 361, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/wizards/messages.po, 229, 985, 985, 12, 13, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/wizards/source/resources.po, 470, 1917, 1915, 34, 192, 50, 177, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/en-ZA/xmlsecurity/messages.po, 21, 40, 40, 17, 118, 53, 266, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/basctl/messages.po, 155, 611, 583, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/basic/messages.po, 135, 549, 513, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/chart2/messages.po, 620, 1368, 1214, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/messages.po, 106, 1047, 949, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/cui/messages.po, 2343, 5558, 5340, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dbaccess/messages.po, 812, 4510, 4035, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/desktop/messages.po, 162, 1225, 1179, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/en/dialog.po, 37, 176, 162, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/hu_HU/dialog.po, 32, 71, 64, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/sv_SE.po, 1, 2, 4, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/editeng/messages.po, 265, 656, 650, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/extensions/messages.po, 663, 2099, 1899, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/extras/source/autocorr/emoji.po, 1573, 1815, 1775, 0, 0, 2, 2, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/filter/messages.po, 222, 818, 717, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/filter/source/config/fragments/filters.po, 204, 691, 681, 0, 0, 16, 41, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/filter/source/config/fragments/types.po, 28, 95, 105, 0, 0, 10, 26, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/forms/messages.po, 58, 330, 323, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/formula/messages.po, 437, 513, 561, 0, 0, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/fpicker/messages.po, 61, 163, 147, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/framework/messages.po, 29, 210, 182, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/auxiliary.po, 97, 279, 279, 0, 0, 8, 23, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sbasic/guide.po, 53, 599, 548, 0, 0, 50, 746, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sbasic/shared.po, 2911, 21527, 19532, 0, 0, 1594, 13904, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po, 29, 42, 40, 0, 0, 38, 423, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po, 57, 103, 90, 0, 0, 141, 1379, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc.po, 187, 986, 972, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc/00.po, 62, 131, 137, 0, 0, 139, 814, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc/01.po, 4238, 32545, 29160, 0, 0, 3257, 40610, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc/02.po, 116, 782, 725, 0, 0, 7, 28, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc/04.po, 157, 1072, 956, 0, 0, 30, 425, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc/05.po, 71, 417, 368, 0, 0, 66, 436, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/scalc/guide.po, 261, 1861, 1726, 0, 0, 1208, 19732, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/schart.po, 96, 931, 853, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/schart/00.po, 38, 216, 190, 0, 0, 22, 131, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/schart/01.po, 357, 2122, 1897, 0, 0, 615, 9704, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/schart/04.po, 32, 133, 124, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sdraw.po, 123, 732, 655, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sdraw/04.po, 76, 222, 196, 0, 0, 27, 267, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/sdraw/guide.po, 32, 215, 211, 0, 0, 243, 2857, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared.po, 239, 2135, 1919, 0, 0, 11, 173, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/00.po, 586, 4232, 3775, 0, 0, 981, 11462, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/01.po, 1780, 3487, 3221, 0, 0, 3707, 48475, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/02.po, 680, 1261, 1199, 0, 0, 1502, 27861, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/04.po, 107, 147, 166, 0, 0, 206, 1924, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/05.po, 111, 1155, 1053, 0, 0, 85, 1185, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/autokorr.po, 48, 420, 295, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/autopi.po, 217, 427, 410, 0, 0, 670, 7967, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/explorer/database.po, 401, 940, 909, 0, 0, 1240, 17917, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/guide.po, 990, 11563, 10547, 0, 0, 1526, 24880, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/help.po, 7, 25, 30, 0, 0, 71, 92, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/menu.po, 16, 120, 112, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/shared/optionen.po, 550, 1076, 1025, 0, 0, 1384, 22275, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/simpress.po, 199, 1395, 1281, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/simpress/00.po, 87, 279, 294, 0, 0, 76, 623, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/simpress/01.po, 397, 738, 717, 0, 0, 649, 7776, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/simpress/02.po, 438, 1268, 1186, 0, 0, 222, 5241, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/simpress/04.po, 156, 594, 535, 0, 0, 83, 544, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/simpress/guide.po, 183, 2296, 2060, 0, 0, 584, 7986, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/smath.po, 59, 722, 659, 0, 0, 1, 17, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/smath/00.po, 28, 90, 100, 0, 0, 38, 265, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/smath/01.po, 394, 773, 779, 0, 0, 1157, 13086, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/smath/04.po, 10, 12, 12, 0, 0, 16, 123, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/smath/guide.po, 3, 3, 3, 0, 0, 101, 1190, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter.po, 330, 2832, 2625, 0, 0, 6, 114, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter/00.po, 282, 1700, 1682, 0, 0, 28, 118, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter/01.po, 3234, 32354, 29412, 0, 0, 112, 1439, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter/02.po, 426, 3050, 2802, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter/04.po, 254, 1276, 1263, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter/guide.po, 2138, 27875, 25662, 0, 0, 6, 62, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2889, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/helpcontent2/source/text/swriter/menu.po, 17, 96, 89, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4284, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 659, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1777, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7540, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/readlicense_oo/docs.po, 103, 2403, 2205, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/reportdesign/messages.po, 258, 617, 587, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/sc/messages.po, 4686, 20260, 18592, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scaddins/messages.po, 901, 3188, 3040, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/calc.po, 22, 94, 96, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/draw.po, 41, 149, 161, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/extensions.po, 16, 65, 59, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/graphicfilter.po, 30, 101, 125, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/impress.po, 21, 81, 86, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/ooo.po, 582, 2024, 1981, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/sd/messages.po, 1319, 2951, 2866, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/sfx2/messages.po, 581, 2226, 2137, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/starmath/messages.po, 505, 968, 997, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/svtools/messages.po, 908, 2603, 2485, 0, 0, 6, 8, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/svx/messages.po, 2831, 7189, 6994, 0, 0, 15, 35, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/sw/messages.po, 3441, 7740, 7500, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/swext/mediawiki/help.po, 89, 1404, 1305, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 161, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/sysui/desktop/share.po, 66, 277, 304, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/uui/messages.po, 157, 1554, 1446, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/vcl/messages.po, 356, 737, 688, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/wizards/messages.po, 265, 1042, 967, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/wizards/source/resources.po, 554, 2286, 2076, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/writerperfect/messages.po, 30, 65, 62, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eo/xmlsecurity/messages.po, 91, 424, 390, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/basctl/messages.po, 155, 611, 674, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/basic/messages.po, 135, 549, 738, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/chart2/messages.po, 620, 1368, 1687, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/messages.po, 106, 1047, 1207, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/cui/messages.po, 2343, 5558, 6405, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dbaccess/messages.po, 812, 4510, 5134, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/desktop/messages.po, 162, 1225, 1263, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/en/dialog.po, 37, 176, 191, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/hu_HU/dialog.po, 32, 71, 84, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/te_IN.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/editeng/messages.po, 265, 656, 794, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/extensions/messages.po, 663, 2099, 2328, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/extras/source/autocorr/emoji.po, 1436, 1663, 1743, 0, 0, 139, 154, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/extras/source/gallery/share.po, 12, 15, 17, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/filter/messages.po, 222, 818, 956, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/filter/source/config/fragments/filters.po, 220, 732, 948, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 182, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/filter/source/config/fragments/types.po, 38, 121, 161, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/forms/messages.po, 58, 330, 360, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/formula/messages.po, 438, 514, 631, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/fpicker/messages.po, 61, 163, 176, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/framework/messages.po, 29, 210, 233, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/auxiliary.po, 105, 302, 375, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1569, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sbasic/shared.po, 4504, 35404, 38264, 0, 0, 1, 27, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 495, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1647, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 169, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc.po, 187, 986, 1145, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc/00.po, 200, 937, 1406, 0, 0, 1, 8, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc/01.po, 7343, 70367, 77202, 0, 0, 152, 2788, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc/02.po, 122, 806, 908, 0, 0, 1, 4, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc/04.po, 187, 1497, 1770, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc/05.po, 137, 853, 990, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/scalc/guide.po, 1463, 21414, 23566, 0, 0, 6, 179, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/schart.po, 96, 931, 1136, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/schart/00.po, 60, 347, 430, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/schart/01.po, 964, 11656, 12963, 0, 0, 8, 170, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/schart/02.po, 25, 117, 127, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/schart/04.po, 32, 133, 176, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sdraw.po, 123, 732, 796, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sdraw/04.po, 103, 489, 628, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3447, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared.po, 250, 2308, 2559, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/00.po, 1231, 12468, 15329, 0, 0, 336, 3226, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/01.po, 5175, 46042, 50235, 0, 0, 312, 5920, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/02.po, 1861, 21411, 24087, 0, 0, 321, 7711, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/04.po, 284, 1369, 1799, 0, 0, 29, 702, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/05.po, 142, 1475, 1699, 0, 0, 54, 865, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/06.po, 3, 7, 13, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/07.po, 7, 82, 84, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/autokorr.po, 48, 420, 453, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/autopi.po, 883, 8300, 9163, 0, 0, 4, 94, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/explorer/database.po, 1528, 15891, 18074, 0, 0, 113, 2966, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/guide.po, 2490, 35788, 40944, 0, 0, 26, 655, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/help.po, 78, 117, 130, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/menu.po, 16, 120, 144, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/shared/optionen.po, 1900, 22196, 25085, 0, 0, 34, 1155, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/simpress.po, 199, 1395, 1571, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/simpress/00.po, 163, 902, 1145, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/simpress/01.po, 1030, 8340, 9031, 0, 0, 16, 174, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/simpress/02.po, 660, 6509, 7209, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/simpress/04.po, 239, 1138, 1400, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11701, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/smath.po, 60, 739, 829, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/smath/00.po, 66, 355, 439, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/smath/01.po, 1544, 13733, 14493, 0, 0, 7, 126, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/smath/02.po, 6, 97, 105, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/smath/04.po, 26, 135, 160, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/smath/06.po, 8, 18, 40, 0, 0, 1, 3, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/smath/guide.po, 104, 1193, 1264, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter.po, 334, 2937, 3387, 0, 0, 2, 9, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter/00.po, 304, 1795, 2446, 0, 0, 6, 23, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter/01.po, 3344, 33787, 37514, 0, 0, 2, 6, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter/02.po, 426, 3050, 3315, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter/04.po, 254, 1276, 1732, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter/guide.po, 2141, 27919, 31319, 0, 0, 3, 18, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3420, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/helpcontent2/source/text/swriter/menu.po, 17, 96, 113, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4930, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/librelogo/source/pythonpath.po, 138, 173, 203, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 773, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/nlpsolver/src/locale.po, 41, 105, 134, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/officecfg/registry/data/org/openoffice/Office.po, 1307, 1839, 1990, 0, 0, 1, 2, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po, 3655, 7658, 9578, 0, 0, 22, 64, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/readlicense_oo/docs.po, 103, 2403, 2620, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/reportdesign/messages.po, 258, 617, 712, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/sc/messages.po, 4642, 20179, 22313, 5, 5, 39, 76, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scaddins/messages.po, 901, 3188, 3265, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/sccomp/messages.po, 14, 65, 82, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/base.po, 10, 44, 53, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/calc.po, 22, 94, 131, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/draw.po, 41, 149, 173, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/extensions.po, 16, 65, 90, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/gnome.po, 2, 11, 13, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/graphicfilter.po, 30, 101, 140, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/impress.po, 21, 81, 96, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/math.po, 10, 42, 46, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/ooo.po, 582, 2024, 2599, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/python.po, 2, 7, 11, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/writer.po, 27, 114, 145, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/sd/messages.po, 1253, 2879, 3320, 12, 13, 54, 59, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/setup_native/source/mac.po, 23, 131, 153, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/sfx2/messages.po, 581, 2226, 2435, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/starmath/messages.po, 505, 968, 1122, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/svtools/messages.po, 900, 2574, 2917, 0, 0, 14, 37, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/svx/messages.po, 2819, 7162, 8072, 7, 15, 20, 47, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/sw/messages.po, 3400, 7692, 9074, 4, 5, 37, 43, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/swext/mediawiki/help.po, 89, 1404, 1602, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/swext/mediawiki/src.po, 2, 39, 40, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 182, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/sysui/desktop/share.po, 66, 277, 385, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/uui/messages.po, 157, 1554, 1691, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/vcl/messages.po, 332, 670, 765, 0, 0, 24, 67, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/wizards/messages.po, 261, 1026, 1159, 4, 16, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/wizards/source/resources.po, 554, 2286, 2441, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/writerperfect/messages.po, 30, 65, 78, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/es/xmlsecurity/messages.po, 91, 424, 485, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/accessibility/messages.po, 11, 27, 19, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/basctl/messages.po, 155, 611, 471, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/basic/messages.po, 135, 549, 517, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/chart2/messages.po, 620, 1368, 1104, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/messages.po, 106, 1047, 779, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/cui/messages.po, 2343, 5558, 4700, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dbaccess/messages.po, 812, 4510, 3316, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/desktop/messages.po, 162, 1225, 923, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/en/dialog.po, 37, 176, 159, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/hu_HU/dialog.po, 32, 71, 59, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/ru_RU/dialog.po, 14, 26, 21, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/editeng/messages.po, 265, 656, 584, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/extensions/messages.po, 663, 2099, 1606, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/extras/source/autocorr/emoji.po, 1575, 1817, 1607, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/filter/messages.po, 222, 818, 633, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/filter/source/config/fragments/filters.po, 220, 732, 669, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/filter/source/config/fragments/internalgraphicfilters.po, 40, 146, 137, 0, 0, 0, 0, 40, 146 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/filter/source/config/fragments/types.po, 38, 121, 113, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/forms/messages.po, 58, 330, 257, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/formula/messages.po, 438, 514, 511, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/fpicker/messages.po, 61, 163, 138, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/framework/messages.po, 29, 210, 143, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/auxiliary.po, 105, 302, 255, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 813, 0, 0, 14, 160, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sbasic/shared.po, 3524, 29351, 21467, 0, 0, 981, 6080, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 298, 0, 0, 4, 57, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 977, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc.po, 187, 986, 734, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc/00.po, 63, 155, 146, 0, 0, 138, 790, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc/01.po, 6053, 51653, 36625, 0, 0, 1442, 21502, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc/02.po, 118, 796, 557, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc/04.po, 183, 1448, 984, 0, 0, 4, 49, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc/05.po, 92, 751, 584, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/scalc/guide.po, 1360, 19505, 13699, 0, 0, 109, 2088, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/schart.po, 96, 931, 606, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/schart/00.po, 60, 347, 293, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/schart/01.po, 960, 11620, 7648, 0, 0, 12, 206, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/schart/02.po, 25, 117, 84, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/schart/04.po, 32, 133, 92, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sdraw.po, 123, 732, 551, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sdraw/04.po, 103, 489, 353, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2107, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared.po, 250, 2308, 1685, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/00.po, 816, 7467, 5344, 0, 0, 751, 8227, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/01.po, 3948, 32487, 22551, 0, 0, 1539, 19475, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/02.po, 1736, 19471, 12543, 0, 0, 446, 9651, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/04.po, 238, 983, 690, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/05.po, 109, 1125, 732, 0, 0, 87, 1215, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/06.po, 3, 7, 6, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/07.po, 7, 82, 46, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/autokorr.po, 48, 420, 277, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/autopi.po, 648, 4144, 3086, 0, 0, 239, 4250, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/explorer/database.po, 1406, 12817, 8960, 0, 0, 235, 6040, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/guide.po, 2059, 28452, 19707, 0, 0, 457, 7991, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/menu.po, 16, 120, 91, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/shared/optionen.po, 1587, 17301, 12140, 0, 0, 347, 6050, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/simpress.po, 199, 1395, 958, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/simpress/00.po, 154, 873, 695, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/simpress/01.po, 896, 6894, 4599, 0, 0, 150, 1620, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/simpress/02.po, 659, 6480, 4413, 0, 0, 1, 29, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/simpress/04.po, 200, 1002, 706, 0, 0, 39, 136, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/simpress/guide.po, 605, 8019, 5450, 0, 0, 162, 2263, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/smath.po, 60, 739, 544, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/smath/00.po, 66, 355, 254, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/smath/01.po, 1551, 13859, 9871, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/smath/02.po, 6, 97, 57, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/smath/04.po, 26, 135, 96, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/smath/06.po, 9, 21, 18, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/smath/guide.po, 104, 1193, 891, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter.po, 314, 2434, 1783, 0, 0, 22, 512, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter/00.po, 216, 1067, 907, 0, 0, 94, 751, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter/01.po, 2448, 18011, 12204, 0, 0, 898, 15782, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter/02.po, 389, 2651, 1956, 0, 0, 37, 399, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter/04.po, 250, 1252, 952, 0, 0, 4, 24, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter/guide.po, 1758, 21487, 14811, 0, 0, 386, 6450, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter/librelogo.po, 267, 1513, 1354, 5, 124, 54, 1382, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3400, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/librelogo/source/pythonpath.po, 138, 173, 167, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 487, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 12, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/nlpsolver/src/locale.po, 41, 105, 84, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/officecfg/registry/data/org/openoffice.po, 9, 28, 25, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1688, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6584, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/readlicense_oo/docs.po, 103, 2403, 1684, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/reportdesign/messages.po, 258, 617, 563, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/sc/messages.po, 4686, 20260, 14003, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scaddins/messages.po, 901, 3188, 2055, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/sccomp/messages.po, 14, 65, 52, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/draw.po, 41, 149, 105, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/extensions.po, 16, 65, 53, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/graphicfilter.po, 30, 101, 79, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/impress.po, 21, 81, 69, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/math.po, 10, 42, 36, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/ooo.po, 582, 2024, 1651, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/quickstart.po, 2, 15, 10, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/writer.po, 27, 114, 89, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/sd/messages.po, 1319, 2951, 2474, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/setup_native/source/mac.po, 23, 131, 109, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/sfx2/messages.po, 581, 2226, 1800, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/shell/source/win32/shlxthandler/res.po, 37, 45, 40, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/starmath/messages.po, 505, 968, 836, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/svtools/messages.po, 914, 2611, 2270, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/svx/messages.po, 2846, 7224, 6027, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/sw/messages.po, 3441, 7740, 6675, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/swext/mediawiki/help.po, 89, 1404, 974, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/swext/mediawiki/src.po, 2, 39, 23, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 125, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/sysui/desktop/share.po, 66, 277, 231, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/uui/messages.po, 157, 1554, 1186, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/vcl/messages.po, 356, 737, 669, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/wizards/messages.po, 265, 1042, 809, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/wizards/source/resources.po, 554, 2286, 1730, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/writerperfect/messages.po, 30, 65, 59, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/et/xmlsecurity/messages.po, 91, 424, 338, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/basctl/messages.po, 155, 611, 503, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/basic/messages.po, 135, 549, 558, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/chart2/messages.po, 620, 1368, 1220, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/messages.po, 106, 1047, 860, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/cui/messages.po, 2343, 5558, 4943, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dbaccess/messages.po, 812, 4510, 3619, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/desktop/messages.po, 162, 1225, 963, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/en/dialog.po, 37, 176, 170, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/es.po, 1, 12, 10, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/hu_HU/dialog.po, 32, 71, 66, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/editeng/messages.po, 265, 656, 618, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/extensions/messages.po, 663, 2099, 1672, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/extras/source/autocorr/emoji.po, 1575, 1817, 1768, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/filter/messages.po, 222, 818, 730, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/filter/source/config/fragments/filters.po, 220, 732, 714, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 136, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/forms/messages.po, 58, 330, 271, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/formula/messages.po, 438, 514, 513, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/fpicker/messages.po, 61, 163, 139, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/framework/messages.po, 29, 210, 166, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/auxiliary.po, 105, 302, 270, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 981, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 28163, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 391, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1117, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 129, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc.po, 187, 986, 789, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc/00.po, 201, 945, 894, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc/01.po, 7495, 73155, 57390, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc/02.po, 123, 810, 625, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc/04.po, 187, 1497, 1122, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc/05.po, 137, 853, 733, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 16390, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/schart.po, 96, 931, 756, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/schart/00.po, 60, 347, 333, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/schart/01.po, 972, 11826, 8735, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/schart/02.po, 25, 117, 80, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/schart/04.po, 32, 133, 94, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sdraw.po, 123, 732, 591, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sdraw/04.po, 103, 489, 396, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2270, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared.po, 250, 2308, 1860, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/00.po, 1567, 15694, 12938, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/01.po, 5487, 51962, 39526, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/02.po, 2182, 29122, 20928, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/04.po, 313, 2071, 1665, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/05.po, 196, 2340, 1767, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/07.po, 7, 82, 67, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/autokorr.po, 48, 420, 343, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6199, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 14003, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/guide.po, 2516, 36443, 27598, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/help.po, 78, 117, 111, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/menu.po, 16, 120, 98, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 18112, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/simpress.po, 199, 1395, 1051, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/simpress/00.po, 163, 902, 725, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/simpress/01.po, 1046, 8514, 6275, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/simpress/02.po, 660, 6509, 5011, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/simpress/04.po, 239, 1138, 849, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/simpress/guide.po, 767, 10282, 7542, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/smath.po, 60, 739, 564, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/smath/00.po, 66, 355, 277, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/smath/01.po, 1551, 13859, 10770, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/smath/02.po, 6, 97, 61, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/smath/04.po, 26, 135, 97, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/smath/06.po, 9, 21, 21, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/smath/guide.po, 104, 1193, 913, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter.po, 336, 2946, 2288, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter/00.po, 310, 1818, 1574, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter/01.po, 3346, 33793, 24402, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter/02.po, 426, 3050, 2396, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter/04.po, 254, 1276, 987, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 20350, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2701, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/helpcontent2/source/text/swriter/menu.po, 17, 96, 79, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3496, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 530, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/nlpsolver/src/locale.po, 41, 105, 93, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/officecfg/registry/data/org/openoffice.po, 9, 28, 20, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1762, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6862, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/readlicense_oo/docs.po, 103, 2403, 1891, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/reportdesign/messages.po, 258, 617, 552, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/sc/messages.po, 4686, 20260, 15797, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scaddins/messages.po, 901, 3188, 2468, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/calc.po, 22, 94, 88, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/draw.po, 41, 149, 140, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/extensions.po, 16, 65, 52, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/graphicfilter.po, 30, 101, 121, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/impress.po, 21, 81, 72, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/math.po, 10, 42, 36, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/ooo.po, 582, 2024, 1972, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/writer.po, 27, 114, 98, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/sd/messages.po, 1319, 2951, 2665, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/setup_native/source/mac.po, 23, 131, 110, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/sfx2/messages.po, 581, 2226, 1908, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/starmath/messages.po, 504, 967, 969, 0, 0, 0, 0, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/svtools/messages.po, 914, 2611, 2413, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/svx/messages.po, 2846, 7224, 6358, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/sw/messages.po, 3441, 7740, 6929, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/swext/mediawiki/help.po, 89, 1404, 1084, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 136, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/sysui/desktop/share.po, 66, 277, 264, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/uui/messages.po, 157, 1554, 1257, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/vcl/messages.po, 356, 737, 681, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/wizards/messages.po, 265, 1042, 817, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/wizards/source/resources.po, 554, 2286, 1834, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/writerperfect/messages.po, 30, 65, 62, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/eu/xmlsecurity/messages.po, 91, 424, 360, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/accessibility/messages.po, 11, 27, 35, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/avmedia/messages.po, 22, 45, 47, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/basctl/messages.po, 131, 579, 619, 23, 28, 1, 4, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/basic/messages.po, 18, 52, 72, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/chart2/messages.po, 243, 536, 600, 149, 254, 228, 578, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/messages.po, 58, 533, 510, 5, 47, 43, 467, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/cui/messages.po, 582, 1202, 1326, 711, 1299, 1050, 3057, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dbaccess/messages.po, 255, 1326, 1353, 319, 2036, 238, 1148, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/desktop/messages.po, 61, 330, 392, 16, 58, 85, 837, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 8, 25, 61, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/ru_RU/dialog.po, 3, 3, 5, 2, 4, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/editeng/messages.po, 265, 656, 718, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/extensions/messages.po, 237, 445, 535, 146, 454, 280, 1200, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/extras/source/autocorr/emoji.po, 42, 39, 39, 175, 165, 1358, 1613, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/filter/messages.po, 31, 45, 53, 30, 40, 161, 733, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/filter/source/config/fragments/filters.po, 54, 182, 191, 14, 50, 152, 500, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po, 5, 17, 19, 0, 0, 33, 122, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/filter/source/config/fragments/types.po, 5, 19, 20, 5, 21, 28, 81, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/forms/messages.po, 58, 330, 333, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/formula/messages.po, 356, 377, 380, 33, 48, 49, 89, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/fpicker/messages.po, 61, 163, 185, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/framework/messages.po, 29, 210, 226, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po, 103, 326, 397, 74, 155, 380, 3873, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/librelogo/source/pythonpath.po, 15, 17, 15, 43, 45, 80, 111, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 3, 10, 45, 682, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 4, 0, 0, 1, 17, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/nlpsolver/src/locale.po, 9, 9, 9, 3, 4, 29, 92, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/officecfg/registry/data/org/openoffice/Office.po, 587, 666, 941, 169, 172, 552, 1003, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po, 2176, 4353, 4734, 632, 1188, 869, 2181, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/readlicense_oo/docs.po, 22, 414, 458, 12, 234, 69, 1755, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/reportdesign/messages.po, 185, 440, 470, 59, 139, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/sc/messages.po, 1739, 6624, 5874, 1189, 4753, 1758, 8883, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scaddins/messages.po, 100, 286, 284, 105, 242, 696, 2660, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/sccomp/messages.po, 14, 65, 75, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/base.po, 8, 40, 43, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/calc.po, 17, 56, 56, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/draw.po, 13, 52, 54, 3, 13, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/extensions.po, 10, 34, 37, 0, 0, 6, 31, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/graphicfilter.po, 28, 91, 106, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/impress.po, 19, 74, 79, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/ooo.po, 212, 265, 275, 160, 729, 210, 1030, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/writer.po, 22, 69, 71, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/sd/messages.po, 448, 1170, 1195, 326, 550, 545, 1231, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/setup_native/source/mac.po, 23, 131, 152, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/sfx2/messages.po, 164, 370, 394, 124, 279, 293, 1577, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/starmath/messages.po, 257, 477, 552, 103, 143, 120, 323, 480, 943 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/svtools/messages.po, 500, 1147, 1157, 88, 217, 326, 1247, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/svx/messages.po, 1051, 2137, 2242, 541, 1100, 1254, 3987, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/sw/messages.po, 1310, 2352, 2578, 1063, 1942, 1067, 3445, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/swext/mediawiki/help.po, 13, 17, 18, 3, 5, 73, 1382, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 179, 174, 0, 0, 1, 2, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/sysui/desktop/share.po, 56, 216, 228, 7, 49, 3, 12, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/uui/messages.po, 53, 350, 328, 21, 76, 83, 1128, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/vcl/messages.po, 179, 304, 329, 39, 84, 138, 349, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/wizards/messages.po, 73, 254, 269, 38, 71, 154, 717, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/wizards/source/resources.po, 280, 1077, 1191, 73, 179, 201, 1030, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/writerperfect/messages.po, 30, 65, 79, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fa/xmlsecurity/messages.po, 33, 74, 77, 14, 103, 44, 247, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/accessibility/messages.po, 11, 27, 19, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/basctl/messages.po, 155, 611, 451, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/basic/messages.po, 135, 549, 503, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/chart2/messages.po, 617, 1340, 1048, 0, 0, 3, 28, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/messages.po, 105, 1033, 783, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/cui/messages.po, 2206, 5231, 4298, 23, 31, 114, 296, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dbaccess/messages.po, 812, 4510, 3215, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/desktop/messages.po, 160, 1172, 848, 0, 0, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/bo.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/en.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/en/dialog.po, 37, 176, 159, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/hu_HU/dialog.po, 32, 71, 64, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/ru_RU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/editeng/messages.po, 265, 656, 606, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/extensions/messages.po, 658, 2078, 1549, 0, 0, 5, 21, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/extras/source/autocorr/emoji.po, 1278, 1493, 1416, 0, 0, 297, 324, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/filter/messages.po, 222, 818, 612, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/filter/source/config/fragments/filters.po, 196, 667, 573, 0, 0, 24, 65, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 131, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/filter/source/config/fragments/types.po, 28, 95, 84, 0, 0, 10, 26, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/forms/messages.po, 58, 330, 248, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/formula/messages.po, 437, 513, 623, 0, 0, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/fpicker/messages.po, 61, 163, 139, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/framework/messages.po, 29, 210, 138, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/auxiliary.po, 92, 266, 232, 0, 0, 13, 36, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 748, 0, 0, 14, 160, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sbasic/shared.po, 3558, 29612, 21278, 0, 0, 947, 5819, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 302, 0, 0, 4, 57, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 950, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc.po, 183, 970, 700, 0, 0, 4, 16, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc/00.po, 63, 155, 135, 0, 0, 138, 790, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc/01.po, 0, 0, 0, 0, 0, 7495, 73155, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc/02.po, 118, 796, 562, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc/04.po, 183, 1448, 863, 0, 0, 4, 49, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc/05.po, 92, 751, 531, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/scalc/guide.po, 1364, 19648, 12791, 0, 0, 105, 1945, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/schart.po, 88, 796, 491, 0, 0, 8, 135, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/schart/00.po, 50, 314, 265, 0, 0, 10, 33, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/schart/01.po, 886, 10516, 6426, 0, 0, 86, 1310, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/schart/02.po, 25, 117, 77, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/schart/04.po, 32, 133, 100, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sdraw.po, 120, 718, 520, 0, 0, 3, 14, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sdraw/00.po, 2, 8, 4, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sdraw/04.po, 102, 486, 315, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/sdraw/guide.po, 263, 2845, 1834, 0, 0, 12, 227, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared.po, 219, 1966, 1326, 0, 0, 31, 342, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/00.po, 816, 7467, 5184, 0, 0, 751, 8227, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/01.po, 4005, 33602, 21716, 0, 0, 1482, 18360, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/02.po, 1756, 19732, 12760, 0, 0, 426, 9390, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/04.po, 238, 983, 617, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/05.po, 109, 1125, 786, 0, 0, 87, 1215, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/07.po, 4, 29, 14, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/autokorr.po, 48, 420, 317, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/autopi.po, 758, 6585, 4379, 0, 0, 129, 1809, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/explorer/database.po, 1477, 14662, 9461, 0, 0, 164, 4195, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/guide.po, 2117, 29836, 19457, 0, 0, 399, 6607, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/shared/optionen.po, 1562, 17110, 11173, 0, 0, 372, 6241, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/simpress.po, 189, 1337, 893, 0, 0, 10, 58, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/simpress/00.po, 154, 873, 675, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/simpress/01.po, 895, 6893, 4507, 0, 0, 151, 1621, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/simpress/02.po, 653, 6468, 4639, 0, 0, 7, 41, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/simpress/04.po, 200, 1002, 690, 0, 0, 39, 136, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/simpress/guide.po, 605, 8019, 5096, 0, 0, 162, 2263, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/smath.po, 57, 613, 392, 0, 0, 3, 126, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/smath/00.po, 54, 228, 157, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/smath/01.po, 1115, 11613, 7781, 0, 0, 436, 2246, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/smath/02.po, 6, 97, 52, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/smath/04.po, 25, 130, 79, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/smath/guide.po, 96, 1031, 723, 0, 0, 8, 162, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter.po, 228, 1524, 1042, 0, 0, 108, 1422, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter/00.po, 216, 1067, 942, 0, 0, 94, 751, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter/01.po, 2786, 26513, 16771, 0, 0, 560, 7280, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter/02.po, 387, 2645, 1972, 0, 0, 39, 405, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter/04.po, 250, 1252, 895, 0, 0, 4, 24, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter/guide.po, 1945, 24313, 15081, 0, 0, 199, 3624, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter/librelogo.po, 319, 2865, 2370, 0, 0, 7, 154, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po, 555, 4334, 3293, 0, 0, 2, 20, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 454, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 14, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/nlpsolver/src/locale.po, 41, 105, 83, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/officecfg/registry/data/org/openoffice.po, 8, 25, 21, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/officecfg/registry/data/org/openoffice/Office.po, 1301, 1831, 1703, 0, 0, 7, 10, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po, 3474, 7190, 6178, 11, 26, 192, 506, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/readlicense_oo/docs.po, 102, 2343, 1557, 0, 0, 1, 60, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/reportdesign/messages.po, 258, 617, 544, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/sc/messages.po, 4437, 19496, 12958, 0, 0, 249, 764, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scaddins/messages.po, 901, 3188, 2242, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/sccomp/messages.po, 14, 65, 45, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/activex.po, 2, 16, 13, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/base.po, 10, 44, 36, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/draw.po, 41, 149, 131, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/extensions.po, 16, 65, 51, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/graphicfilter.po, 30, 101, 64, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/impress.po, 21, 81, 67, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/kde.po, 2, 9, 5, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/ooo.po, 575, 1988, 1504, 0, 0, 7, 36, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/quickstart.po, 2, 15, 10, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/winexplorerext.po, 2, 18, 13, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/writer.po, 27, 114, 79, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/sd/messages.po, 1109, 2644, 2189, 32, 46, 178, 261, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/setup_native/source/mac.po, 23, 131, 94, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/sfx2/messages.po, 555, 1948, 1521, 0, 0, 26, 278, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/starmath/messages.po, 505, 968, 794, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/svtools/messages.po, 862, 2428, 2041, 0, 0, 52, 183, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/svx/messages.po, 2715, 6888, 5693, 0, 0, 131, 336, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/sw/messages.po, 3353, 7370, 6275, 3, 3, 85, 367, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/swext/mediawiki/help.po, 75, 1191, 786, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 111, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/sysui/desktop/share.po, 66, 277, 218, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/uui/messages.po, 148, 1322, 1004, 0, 0, 9, 232, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/vcl/messages.po, 270, 525, 442, 0, 0, 86, 212, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/wizards/messages.po, 265, 1042, 710, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/wizards/source/resources.po, 554, 2286, 1663, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/writerperfect/messages.po, 21, 52, 45, 0, 0, 9, 13, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fi/xmlsecurity/messages.po, 91, 424, 335, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/avmedia/messages.po, 22, 45, 55, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/basctl/messages.po, 155, 611, 721, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/basic/messages.po, 135, 549, 622, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/chart2/messages.po, 620, 1368, 1728, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/messages.po, 106, 1047, 1233, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/cui/messages.po, 2343, 5558, 6691, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dbaccess/messages.po, 812, 4510, 5207, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/desktop/messages.po, 162, 1225, 1394, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/en/dialog.po, 37, 176, 223, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/hu_HU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/hu_HU/dialog.po, 32, 71, 85, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/id.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/is.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/ru_RU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/editeng/messages.po, 265, 656, 769, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/extensions/messages.po, 663, 2099, 2420, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/extras/source/autocorr/emoji.po, 1575, 1817, 1922, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/filter/messages.po, 222, 818, 987, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/filter/source/config/fragments/filters.po, 220, 732, 757, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 140, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/forms/messages.po, 58, 330, 356, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/formula/messages.po, 438, 514, 612, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/fpicker/messages.po, 61, 163, 198, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/framework/messages.po, 29, 210, 238, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/auxiliary.po, 105, 302, 349, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1707, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 38295, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 540, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1686, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 157, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc.po, 187, 986, 1144, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc/00.po, 201, 945, 1099, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc/01.po, 7495, 73155, 78556, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc/02.po, 123, 810, 882, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc/04.po, 187, 1497, 1693, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc/05.po, 137, 853, 897, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 23805, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/schart.po, 96, 931, 1091, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/schart/00.po, 60, 347, 433, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/schart/01.po, 972, 11826, 13335, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/schart/02.po, 25, 117, 135, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/schart/04.po, 32, 133, 172, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sdraw.po, 123, 732, 856, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sdraw/01.po, 3, 12, 14, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sdraw/04.po, 103, 489, 533, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3359, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared.po, 250, 2308, 2579, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/00.po, 1567, 15694, 17848, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/01.po, 5487, 51962, 56770, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/02.po, 2182, 29122, 32687, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/04.po, 313, 2071, 2442, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/05.po, 196, 2340, 2513, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/06.po, 3, 7, 10, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/07.po, 7, 82, 88, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/autokorr.po, 48, 420, 433, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/autopi.po, 887, 8394, 9118, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 21450, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/guide.po, 2516, 36443, 41308, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/help.po, 78, 117, 132, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/menu.po, 16, 120, 142, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 26370, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/simpress.po, 199, 1395, 1617, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/simpress/00.po, 163, 902, 939, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/simpress/01.po, 1046, 8514, 9159, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/simpress/02.po, 660, 6509, 7938, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/simpress/04.po, 239, 1138, 1344, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11388, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/smath.po, 60, 739, 845, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/smath/00.po, 66, 355, 392, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/smath/01.po, 1551, 13859, 14686, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/smath/02.po, 6, 97, 104, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/smath/04.po, 26, 135, 148, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/smath/06.po, 9, 21, 42, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/smath/guide.po, 104, 1193, 1264, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter.po, 336, 2946, 3414, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter/00.po, 310, 1818, 2188, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter/01.po, 3346, 33793, 37737, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter/02.po, 426, 3050, 3461, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter/04.po, 254, 1276, 1523, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 31111, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3382, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/helpcontent2/source/text/swriter/menu.po, 17, 96, 145, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4767, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/librelogo/source/pythonpath.po, 138, 173, 175, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 732, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/nlpsolver/src/locale.po, 41, 105, 128, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1995, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 10254, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/readlicense_oo/docs.po, 103, 2403, 2637, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/reportdesign/messages.po, 258, 617, 767, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/sc/messages.po, 4686, 20260, 22042, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scaddins/messages.po, 901, 3188, 3178, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/sccomp/messages.po, 14, 65, 80, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/calc.po, 22, 94, 108, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/extensions.po, 16, 65, 76, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/graphicfilter.po, 30, 101, 98, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/impress.po, 21, 81, 86, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/kde.po, 2, 9, 13, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/onlineupdate.po, 2, 13, 18, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/ooo.po, 582, 2024, 2285, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/writer.po, 27, 114, 120, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/sd/messages.po, 1319, 2951, 3445, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/setup_native/source/mac.po, 23, 131, 138, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/sfx2/messages.po, 581, 2226, 2483, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/starmath/messages.po, 505, 968, 1122, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/svtools/messages.po, 914, 2611, 2851, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/svx/messages.po, 2846, 7224, 8349, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/sw/messages.po, 3441, 7740, 9513, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/swext/mediawiki/help.po, 89, 1404, 1597, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/swext/mediawiki/src.po, 2, 39, 45, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/sysui/desktop/share.po, 66, 277, 311, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/uui/messages.po, 157, 1554, 1800, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/vcl/messages.po, 356, 737, 813, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/wizards/messages.po, 265, 1042, 1130, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/wizards/source/resources.po, 554, 2286, 2492, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/writerperfect/messages.po, 30, 65, 80, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fr/xmlsecurity/messages.po, 91, 424, 522, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/basctl/messages.po, 155, 611, 598, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/basic/messages.po, 135, 549, 581, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/chart2/messages.po, 620, 1368, 1262, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/messages.po, 106, 1047, 1108, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/cui/messages.po, 2343, 5558, 5595, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dbaccess/messages.po, 812, 4510, 4515, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/desktop/messages.po, 162, 1225, 1391, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/en/dialog.po, 37, 176, 201, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/hu_HU/dialog.po, 32, 71, 84, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/id.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/pt_BR/dialog.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/ru_RU/dialog.po, 14, 26, 34, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/editeng/messages.po, 265, 656, 704, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/extensions/messages.po, 663, 2099, 2074, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/extras/source/autocorr/emoji.po, 1575, 1817, 1816, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/filter/messages.po, 222, 818, 829, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/filter/source/config/fragments/filters.po, 220, 732, 714, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 142, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/forms/messages.po, 58, 330, 359, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/formula/messages.po, 437, 513, 558, 0, 0, 0, 0, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/fpicker/messages.po, 61, 163, 145, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/framework/messages.po, 29, 210, 240, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4839, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/librelogo/source/pythonpath.po, 138, 173, 172, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 736, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 28, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1878, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7811, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/readlicense_oo/docs.po, 103, 2403, 2538, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 21, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/reportdesign/messages.po, 258, 617, 631, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/sc/messages.po, 4686, 20260, 20352, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scaddins/messages.po, 901, 3188, 3396, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/sccomp/messages.po, 14, 65, 73, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/draw.po, 41, 149, 152, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/ooo.po, 582, 2024, 2371, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/writer.po, 27, 114, 113, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/sd/messages.po, 1319, 2951, 3007, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/sfx2/messages.po, 581, 2226, 2277, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/shell/source/win32/shlxthandler/res.po, 37, 45, 43, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/starmath/messages.po, 505, 968, 991, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/svtools/messages.po, 914, 2611, 2671, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/svx/messages.po, 2846, 7224, 7299, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/sw/messages.po, 3439, 7738, 7848, 0, 0, 0, 0, 3439, 7738 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/swext/mediawiki/help.po, 89, 1404, 1514, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/swext/mediawiki/src.po, 2, 39, 40, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 180, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/sysui/desktop/share.po, 66, 277, 282, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/uui/messages.po, 157, 1554, 1644, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/vcl/messages.po, 356, 737, 765, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/wizards/messages.po, 265, 1042, 1028, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/wizards/source/resources.po, 554, 2286, 2333, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/writerperfect/messages.po, 30, 65, 63, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/fy/xmlsecurity/messages.po, 91, 424, 445, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/basctl/messages.po, 155, 611, 689, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/basic/messages.po, 135, 549, 671, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/chart2/messages.po, 620, 1368, 1525, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/messages.po, 106, 1047, 1057, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/cui/messages.po, 2342, 5554, 6342, 0, 0, 1, 4, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dbaccess/messages.po, 812, 4510, 4918, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/desktop/messages.po, 162, 1225, 1426, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/en/dialog.po, 37, 176, 191, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/hu_HU/dialog.po, 32, 71, 86, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/ru_RU/dialog.po, 14, 26, 28, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/editeng/messages.po, 265, 656, 742, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/extensions/messages.po, 663, 2099, 2310, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/extras/source/autocorr/emoji.po, 1575, 1817, 1988, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/filter/messages.po, 222, 818, 900, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/filter/source/config/fragments/filters.po, 220, 732, 729, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 143, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/forms/messages.po, 58, 330, 366, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/fpicker/messages.po, 61, 163, 193, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/framework/messages.po, 29, 210, 244, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4909, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/librelogo/source/pythonpath.po, 138, 173, 182, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 741, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/nlpsolver/src/locale.po, 41, 105, 124, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1916, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8818, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/readlicense_oo/docs.po, 103, 2403, 2618, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 21, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/reportdesign/messages.po, 258, 617, 682, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/sc/messages.po, 4658, 20081, 20103, 0, 0, 28, 179, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scaddins/messages.po, 901, 3188, 3033, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/sccomp/messages.po, 14, 65, 75, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/base.po, 10, 44, 50, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/calc.po, 22, 94, 109, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/draw.po, 41, 149, 159, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/extensions.po, 16, 65, 73, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/graphicfilter.po, 30, 101, 108, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/impress.po, 21, 81, 88, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/math.po, 10, 42, 49, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/onlineupdate.po, 2, 13, 19, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/ooo.po, 582, 2024, 2066, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/sd/messages.po, 1315, 2947, 3390, 0, 0, 4, 4, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/setup_native/source/mac.po, 23, 131, 147, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/sfx2/messages.po, 577, 2096, 2402, 0, 0, 4, 130, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/starmath/messages.po, 505, 968, 1063, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/svtools/messages.po, 889, 2512, 2824, 0, 0, 25, 99, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/svx/messages.po, 2814, 7147, 7821, 0, 0, 32, 77, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/sw/messages.po, 3419, 7495, 8487, 0, 0, 22, 245, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/swext/mediawiki/help.po, 89, 1404, 1491, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/swext/mediawiki/src.po, 2, 39, 42, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 182, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/sysui/desktop/share.po, 66, 277, 283, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/uui/messages.po, 157, 1554, 1785, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/vcl/messages.po, 356, 737, 806, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/wizards/messages.po, 265, 1042, 1190, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/wizards/source/resources.po, 554, 2286, 2443, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ga/xmlsecurity/messages.po, 91, 424, 475, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/avmedia/messages.po, 22, 45, 60, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/basctl/messages.po, 155, 611, 817, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/basic/messages.po, 135, 549, 817, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/chart2/messages.po, 618, 1364, 1786, 0, 0, 2, 4, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/messages.po, 106, 1047, 1276, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/cui/messages.po, 2337, 5529, 7079, 0, 0, 6, 29, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dbaccess/messages.po, 812, 4510, 5497, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/desktop/messages.po, 162, 1225, 1685, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/en/dialog.po, 37, 176, 235, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/hu_HU/dialog.po, 32, 71, 94, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/ru_RU/dialog.po, 14, 26, 28, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/editeng/messages.po, 265, 656, 835, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/extensions/messages.po, 663, 2099, 2591, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/extras/source/autocorr/emoji.po, 1575, 1817, 2548, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/filter/messages.po, 222, 818, 1026, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/filter/source/config/fragments/filters.po, 220, 732, 734, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/filter/source/config/fragments/types.po, 38, 121, 119, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/forms/messages.po, 58, 330, 440, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/formula/messages.po, 438, 514, 524, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/fpicker/messages.po, 61, 163, 205, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/framework/messages.po, 29, 210, 262, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 5715, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/librelogo/source/pythonpath.po, 138, 173, 214, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 693, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/nlpsolver/src/locale.po, 41, 105, 109, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1951, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po, 3675, 7709, 9854, 0, 0, 2, 13, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/readlicense_oo/docs.po, 103, 2403, 2756, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 22, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/reportdesign/messages.po, 258, 617, 816, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/sc/messages.po, 4645, 20163, 23180, 0, 0, 41, 97, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scaddins/messages.po, 901, 3188, 3398, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/sccomp/messages.po, 14, 65, 93, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/base.po, 10, 44, 49, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/calc.po, 22, 94, 101, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/extensions.po, 16, 65, 71, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/graphicfilter.po, 30, 101, 105, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/impress.po, 21, 81, 77, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/ooo.po, 582, 2024, 2571, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/sd/messages.po, 1217, 2836, 3688, 0, 0, 102, 115, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/setup_native/source/mac.po, 23, 131, 159, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/sfx2/messages.po, 577, 2096, 2682, 0, 0, 4, 130, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/starmath/messages.po, 505, 968, 1223, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/svtools/messages.po, 914, 2611, 3092, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/svx/messages.po, 2846, 7224, 8859, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/sw/messages.po, 3398, 7691, 9808, 0, 0, 42, 48, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/swext/mediawiki/help.po, 89, 1404, 1404, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 208, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/sysui/desktop/share.po, 66, 277, 276, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/uui/messages.po, 157, 1554, 1994, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/vcl/messages.po, 354, 731, 893, 0, 0, 2, 6, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/wizards/messages.po, 265, 1042, 1270, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/wizards/source/resources.po, 554, 2286, 2773, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gd/xmlsecurity/messages.po, 91, 424, 576, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/avmedia/messages.po, 22, 45, 51, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/basctl/messages.po, 155, 611, 658, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/basic/messages.po, 135, 549, 677, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/chart2/messages.po, 620, 1368, 1659, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/messages.po, 106, 1047, 1147, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/cui/messages.po, 2343, 5558, 6492, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dbaccess/messages.po, 812, 4510, 5017, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/desktop/messages.po, 162, 1225, 1312, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/en/dialog.po, 37, 176, 190, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/hu_HU/dialog.po, 32, 71, 78, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/ru_RU/dialog.po, 14, 26, 28, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/editeng/messages.po, 265, 656, 737, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/extensions/messages.po, 663, 2099, 2266, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/extras/source/autocorr/emoji.po, 1575, 1817, 2243, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/filter/messages.po, 222, 818, 930, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/filter/source/config/fragments/filters.po, 220, 732, 901, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 160, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/filter/source/config/fragments/types.po, 38, 121, 164, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/forms/messages.po, 58, 330, 357, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/formula/messages.po, 438, 514, 529, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/fpicker/messages.po, 61, 163, 185, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/framework/messages.po, 29, 210, 235, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/auxiliary.po, 105, 302, 373, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1513, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sbasic/shared.po, 2996, 18317, 18895, 0, 0, 1509, 17114, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 481, 0, 0, 1, 6, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1548, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 165, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc.po, 187, 986, 1087, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc/00.po, 66, 160, 185, 0, 0, 135, 785, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc/01.po, 4598, 31910, 36106, 0, 0, 2897, 41245, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc/02.po, 119, 797, 815, 0, 0, 4, 13, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc/04.po, 186, 1492, 1748, 1, 5, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc/05.po, 86, 499, 571, 0, 0, 51, 354, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/scalc/guide.po, 319, 3636, 3721, 0, 0, 1150, 17957, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/schart.po, 96, 931, 1004, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/schart/00.po, 60, 347, 399, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/schart/01.po, 745, 7677, 7780, 0, 0, 227, 4149, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/schart/02.po, 25, 117, 116, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/schart/04.po, 32, 133, 171, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sdraw.po, 123, 732, 752, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sdraw/04.po, 103, 489, 521, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3140, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared.po, 250, 2308, 2361, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/00.po, 882, 7766, 8106, 0, 0, 685, 7928, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/01.po, 4098, 30315, 32372, 0, 0, 1389, 21647, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/02.po, 1685, 17705, 17651, 0, 0, 497, 11417, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/04.po, 250, 996, 1138, 0, 0, 63, 1075, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/05.po, 109, 1125, 1170, 1, 2, 86, 1213, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/06.po, 3, 7, 13, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/07.po, 5, 47, 47, 0, 0, 2, 35, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 320, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/autopi.po, 735, 6177, 6231, 0, 0, 152, 2217, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/explorer/database.po, 1280, 10734, 11512, 0, 0, 361, 8123, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/guide.po, 1808, 23199, 23819, 0, 0, 708, 13244, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/help.po, 76, 109, 119, 0, 0, 2, 8, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/menu.po, 16, 120, 129, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/shared/optionen.po, 1243, 9914, 10599, 0, 0, 691, 13437, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/simpress.po, 199, 1395, 1490, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/simpress/00.po, 163, 902, 1014, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/simpress/01.po, 849, 5838, 5921, 0, 0, 197, 2676, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/simpress/02.po, 612, 4944, 5097, 1, 29, 47, 1536, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/simpress/04.po, 238, 1129, 1297, 0, 0, 1, 9, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/simpress/guide.po, 582, 7180, 7431, 0, 0, 185, 3102, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/smath.po, 59, 722, 740, 0, 0, 1, 17, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/smath/00.po, 66, 355, 358, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/smath/01.po, 1475, 11896, 12039, 0, 0, 76, 1963, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/smath/02.po, 6, 97, 98, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/smath/04.po, 26, 135, 146, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/smath/06.po, 9, 21, 44, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1174, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter.po, 336, 2946, 3132, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter/00.po, 296, 1776, 2003, 2, 2, 12, 40, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter/01.po, 3168, 30350, 31203, 0, 0, 178, 3443, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter/02.po, 412, 2882, 2867, 0, 0, 14, 168, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter/04.po, 253, 1267, 1469, 0, 0, 1, 9, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter/guide.po, 1977, 24685, 26463, 0, 0, 167, 3252, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter/librelogo.po, 306, 2429, 2609, 8, 421, 12, 169, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/helpcontent2/source/text/swriter/menu.po, 17, 96, 112, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4767, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/librelogo/source/pythonpath.po, 138, 173, 189, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 695, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/nlpsolver/src/locale.po, 41, 105, 129, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1937, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9703, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/readlicense_oo/docs.po, 103, 2403, 2492, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/reportdesign/messages.po, 258, 617, 685, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/sc/messages.po, 4686, 20260, 20989, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scaddins/messages.po, 901, 3188, 3251, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/sccomp/messages.po, 14, 65, 82, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/activex.po, 2, 16, 22, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/base.po, 10, 44, 52, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/calc.po, 22, 94, 130, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/draw.po, 41, 149, 155, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/extensions.po, 16, 65, 81, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/graphicfilter.po, 30, 101, 141, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/impress.po, 21, 81, 99, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/ooo.po, 582, 2024, 2549, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/writer.po, 27, 114, 144, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/sd/messages.po, 1319, 2951, 3370, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/setup_native/source/mac.po, 23, 131, 147, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/sfx2/messages.po, 581, 2226, 2420, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/starmath/messages.po, 505, 968, 1107, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/svtools/messages.po, 914, 2611, 2948, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/svx/messages.po, 2846, 7224, 8183, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/sw/messages.po, 3441, 7740, 9133, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/swext/mediawiki/help.po, 89, 1404, 1496, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/swext/mediawiki/src.po, 2, 39, 37, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/sysui/desktop/share.po, 66, 277, 379, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/uui/messages.po, 157, 1554, 1647, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/vcl/messages.po, 356, 737, 840, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/wizards/messages.po, 265, 1042, 1128, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/wizards/source/resources.po, 554, 2286, 2369, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/writerperfect/messages.po, 30, 65, 87, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gl/xmlsecurity/messages.po, 91, 424, 468, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/accessibility/messages.po, 11, 27, 33, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/avmedia/messages.po, 19, 36, 37, 1, 4, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/basctl/messages.po, 132, 540, 560, 21, 39, 2, 32, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/basic/messages.po, 18, 52, 59, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/chart2/messages.po, 523, 1118, 1340, 70, 151, 27, 99, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/messages.po, 104, 1017, 998, 0, 0, 2, 30, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/cui/messages.po, 1544, 3659, 4284, 536, 1088, 263, 811, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dbaccess/messages.po, 572, 3189, 3114, 212, 1192, 28, 129, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/desktop/messages.po, 128, 707, 768, 24, 393, 10, 125, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/en/dialog.po, 37, 176, 180, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/hu_HU/dialog.po, 32, 71, 72, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/editeng/messages.po, 256, 635, 682, 5, 10, 4, 11, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/extensions/messages.po, 437, 1356, 1456, 192, 627, 34, 116, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/extras/source/autocorr/emoji.po, 56, 49, 49, 203, 200, 1316, 1568, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/filter/messages.po, 164, 621, 719, 36, 97, 22, 100, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/filter/source/config/fragments/filters.po, 138, 466, 471, 18, 73, 64, 193, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/forms/messages.po, 57, 321, 309, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/formula/messages.po, 390, 438, 446, 19, 25, 28, 50, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/fpicker/messages.po, 30, 87, 117, 20, 44, 11, 32, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/framework/messages.po, 21, 193, 221, 6, 14, 2, 3, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/auxiliary.po, 15, 20, 20, 0, 0, 90, 282, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sbasic/guide.po, 50, 595, 596, 0, 0, 53, 750, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sbasic/shared.po, 3047, 26465, 26490, 0, 0, 1458, 8966, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sbasic/shared/01.po, 41, 220, 227, 0, 0, 26, 245, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sbasic/shared/02.po, 148, 859, 860, 0, 0, 50, 623, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc.po, 165, 768, 746, 0, 0, 22, 218, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc/00.po, 44, 93, 99, 0, 0, 157, 852, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc/01.po, 4112, 36553, 35632, 0, 0, 3383, 36602, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc/02.po, 100, 641, 640, 0, 0, 23, 169, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc/04.po, 159, 1173, 1281, 0, 0, 28, 324, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc/05.po, 59, 411, 410, 0, 0, 78, 442, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/scalc/guide.po, 1029, 13866, 13788, 0, 0, 440, 7727, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/schart.po, 14, 140, 141, 0, 0, 82, 791, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/schart/00.po, 34, 159, 157, 0, 0, 26, 188, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/schart/01.po, 242, 1669, 1658, 0, 0, 730, 10157, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/schart/02.po, 11, 41, 41, 0, 0, 14, 76, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/schart/04.po, 32, 133, 134, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sdraw.po, 115, 687, 684, 0, 0, 8, 45, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sdraw/04.po, 93, 416, 430, 0, 0, 10, 73, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/sdraw/guide.po, 236, 2489, 2485, 0, 0, 39, 583, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared.po, 176, 1661, 1668, 0, 0, 74, 647, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/00.po, 642, 5516, 5538, 0, 0, 925, 10178, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/01.po, 2945, 21401, 21310, 0, 0, 2542, 30561, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/02.po, 1494, 17377, 17402, 0, 0, 688, 11745, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/04.po, 217, 859, 924, 0, 0, 96, 1212, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/05.po, 78, 849, 849, 0, 0, 118, 1491, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/07.po, 1, 5, 5, 0, 0, 6, 77, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/autokorr.po, 21, 261, 261, 0, 0, 27, 159, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/autopi.po, 615, 5632, 5618, 0, 0, 272, 2762, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/explorer/database.po, 1084, 9697, 9694, 0, 0, 557, 9160, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/guide.po, 1515, 20289, 20259, 0, 0, 1001, 16154, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/shared/optionen.po, 1029, 8043, 8085, 0, 0, 905, 15308, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/simpress.po, 167, 1125, 1130, 0, 0, 32, 270, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/simpress/00.po, 131, 764, 761, 0, 0, 32, 138, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/simpress/01.po, 741, 5695, 5709, 0, 0, 305, 2819, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/simpress/02.po, 491, 5791, 5919, 0, 0, 169, 718, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/simpress/04.po, 160, 721, 742, 0, 0, 79, 417, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/simpress/guide.po, 430, 4915, 4894, 0, 0, 337, 5367, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/smath.po, 54, 597, 594, 0, 0, 6, 142, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/smath/00.po, 53, 224, 221, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/smath/01.po, 974, 10890, 10928, 0, 0, 577, 2969, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/smath/02.po, 6, 97, 97, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/smath/04.po, 25, 130, 130, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/smath/guide.po, 64, 643, 643, 0, 0, 40, 550, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter.po, 198, 1014, 1020, 0, 0, 138, 1932, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter/00.po, 179, 893, 846, 0, 0, 131, 925, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter/01.po, 2342, 21934, 21922, 0, 0, 1004, 11859, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter/02.po, 328, 2048, 2053, 0, 0, 98, 1002, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter/04.po, 228, 1009, 1053, 0, 0, 26, 267, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter/guide.po, 1379, 15398, 15031, 0, 0, 765, 12539, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter/librelogo.po, 30, 31, 31, 1, 1, 295, 2987, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4722, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/librelogo/source/pythonpath.po, 134, 167, 180, 2, 4, 2, 2, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 626, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 23, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/nlpsolver/src/locale.po, 41, 105, 108, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/officecfg/registry/data/org/openoffice.po, 5, 16, 16, 1, 3, 3, 9, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/officecfg/registry/data/org/openoffice/Office.po, 1272, 1712, 2222, 10, 52, 26, 77, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po, 2594, 5285, 6327, 531, 981, 552, 1456, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/readlicense_oo/docs.po, 84, 1637, 1652, 1, 85, 18, 681, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/reportdesign/messages.po, 202, 492, 517, 53, 122, 3, 3, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/sc/messages.po, 3241, 14415, 12770, 769, 2307, 676, 3538, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scaddins/messages.po, 878, 3026, 2477, 15, 31, 8, 131, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/sccomp/messages.po, 12, 51, 54, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/base.po, 10, 44, 51, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/calc.po, 19, 81, 83, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/draw.po, 37, 131, 136, 2, 9, 2, 9, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/extensions.po, 16, 65, 75, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/graphicfilter.po, 30, 101, 102, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/impress.po, 20, 77, 79, 1, 4, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/ooo.po, 560, 1935, 2328, 8, 34, 14, 55, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/writer.po, 24, 88, 86, 1, 17, 2, 9, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/sd/messages.po, 734, 1787, 2065, 287, 556, 298, 608, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/setup_native/source/mac.po, 22, 119, 129, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/sfx2/messages.po, 318, 974, 1111, 130, 465, 133, 787, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/starmath/messages.po, 370, 642, 697, 71, 116, 61, 207, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/svtools/messages.po, 765, 1972, 2054, 54, 348, 95, 291, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/svx/messages.po, 1993, 4779, 5159, 478, 1147, 375, 1298, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/sw/messages.po, 2302, 4852, 5653, 674, 1542, 465, 1346, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/swext/mediawiki/help.po, 47, 353, 383, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 196, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/sysui/desktop/share.po, 66, 277, 268, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/uui/messages.po, 131, 1115, 1187, 9, 123, 17, 316, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/vcl/messages.po, 254, 498, 574, 9, 11, 93, 228, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/wizards/messages.po, 265, 1042, 1093, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/wizards/source/resources.po, 487, 1992, 2033, 59, 233, 8, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gu/xmlsecurity/messages.po, 67, 331, 366, 7, 27, 17, 66, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/accessibility/messages.po, 9, 23, 21, 2, 4, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/avmedia/messages.po, 21, 44, 42, 1, 1, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/basctl/messages.po, 128, 572, 477, 27, 39, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/basic/messages.po, 135, 549, 527, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/chart2/messages.po, 346, 537, 633, 84, 183, 190, 648, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/messages.po, 4, 27, 22, 3, 16, 99, 1004, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/cui/messages.po, 2129, 4927, 5018, 46, 106, 168, 525, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dbaccess/messages.po, 307, 498, 560, 59, 174, 446, 3838, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/desktop/messages.po, 38, 58, 57, 8, 15, 116, 1152, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/ca.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/en.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/en/dialog.po, 18, 68, 71, 0, 0, 19, 108, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/hu_HU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/hu_HU/dialog.po, 14, 18, 16, 1, 2, 17, 51, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/ru_RU/dialog.po, 5, 6, 7, 0, 0, 9, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/editeng/messages.po, 151, 277, 308, 25, 77, 89, 302, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/extensions/messages.po, 329, 480, 542, 103, 181, 231, 1438, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/extras/source/autocorr/emoji.po, 457, 475, 473, 128, 141, 990, 1201, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/filter/messages.po, 103, 168, 193, 8, 23, 111, 627, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/filter/source/config/fragments/filters.po, 159, 548, 609, 2, 6, 59, 178, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/filter/source/config/fragments/internalgraphicfilters.po, 36, 133, 158, 0, 0, 2, 6, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/filter/source/config/fragments/types.po, 26, 90, 104, 0, 0, 12, 31, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/forms/messages.po, 18, 27, 29, 1, 1, 39, 302, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/formula/messages.po, 402, 456, 552, 7, 7, 24, 44, 433, 507 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/fpicker/messages.po, 50, 133, 121, 4, 6, 7, 24, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/framework/messages.po, 22, 194, 173, 3, 6, 4, 10, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4105, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/librelogo/source/pythonpath.po, 126, 143, 157, 2, 6, 10, 24, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 3, 1, 3, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/nlpsolver/src/locale.po, 12, 13, 14, 2, 2, 27, 90, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/officecfg/registry/data/org/openoffice.po, 8, 25, 29, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/officecfg/registry/data/org/openoffice/Office.po, 1299, 1825, 1874, 1, 4, 8, 12, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/officecfg/registry/data/org/openoffice/Office/UI.po, 3141, 6280, 7000, 176, 439, 360, 1003, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/readlicense_oo/docs.po, 4, 11, 11, 1, 1, 98, 2391, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/reportdesign/messages.po, 137, 214, 238, 50, 102, 71, 301, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/sc/messages.po, 3934, 17476, 15816, 422, 1287, 330, 1497, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scaddins/messages.po, 315, 496, 470, 65, 214, 521, 2478, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/sccomp/messages.po, 12, 51, 53, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/base.po, 9, 36, 39, 0, 0, 1, 8, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/calc.po, 18, 60, 74, 1, 13, 3, 21, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/draw.po, 33, 111, 105, 2, 16, 6, 22, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/extensions.po, 3, 5, 5, 2, 8, 11, 52, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/graphicfilter.po, 9, 21, 25, 1, 4, 20, 76, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/impress.po, 19, 63, 64, 1, 14, 1, 4, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/math.po, 9, 31, 31, 1, 11, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/onlineupdate.po, 1, 2, 4, 0, 0, 1, 11, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/ooo.po, 544, 1808, 1683, 7, 40, 31, 176, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/quickstart.po, 1, 1, 1, 0, 0, 1, 14, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/winexplorerext.po, 1, 3, 4, 0, 0, 1, 15, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/writer.po, 23, 83, 84, 2, 20, 2, 11, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/sd/messages.po, 1023, 2422, 2303, 95, 210, 201, 319, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/setup_native/source/mac.po, 22, 119, 125, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/sfx2/messages.po, 340, 722, 708, 48, 106, 193, 1398, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/shell/source/win32/shlxthandler/res.po, 37, 45, 59, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/starmath/messages.po, 455, 822, 870, 17, 31, 33, 115, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/svtools/messages.po, 624, 1132, 1198, 47, 175, 243, 1304, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/svx/messages.po, 1170, 1828, 1959, 399, 865, 1277, 4531, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/sw/messages.po, 3065, 6710, 6736, 118, 356, 256, 670, 3439, 7736 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/swext/mediawiki/help.po, 28, 54, 63, 1, 5, 60, 1345, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/swext/mediawiki/src.po, 1, 2, 3, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 18, 25, 27, 2, 2, 12, 154, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/sysui/desktop/share.po, 65, 259, 291, 0, 0, 1, 18, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/uui/messages.po, 53, 160, 136, 2, 32, 102, 1362, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/vcl/messages.po, 238, 392, 412, 9, 11, 109, 334, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/wizards/messages.po, 87, 115, 131, 27, 36, 151, 891, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/wizards/source/resources.po, 166, 245, 285, 60, 121, 328, 1920, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/writerperfect/messages.po, 4, 6, 6, 2, 5, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/gug/xmlsecurity/messages.po, 25, 40, 44, 9, 15, 57, 369, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/basctl/messages.po, 135, 457, 421, 7, 29, 13, 125, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/basic/messages.po, 47, 147, 148, 88, 402, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/chart2/messages.po, 528, 1144, 1148, 40, 64, 52, 160, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/messages.po, 105, 1033, 868, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 8, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/cui/messages.po, 1411, 3325, 3270, 507, 943, 425, 1290, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dbaccess/messages.po, 606, 3346, 2883, 126, 825, 80, 339, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/desktop/messages.po, 142, 815, 752, 13, 281, 7, 129, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/en/dialog.po, 37, 176, 176, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/hu_HU/dialog.po, 32, 71, 82, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/editeng/messages.po, 265, 656, 697, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/extensions/messages.po, 481, 1184, 1192, 152, 701, 30, 214, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/extras/source/autocorr/emoji.po, 505, 559, 612, 156, 159, 914, 1099, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/filter/messages.po, 152, 477, 451, 16, 52, 54, 289, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/filter/source/config/fragments/filters.po, 106, 376, 399, 18, 65, 96, 291, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 130, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/filter/source/config/fragments/types.po, 22, 71, 76, 2, 8, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/forms/messages.po, 58, 330, 285, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/formula/messages.po, 437, 513, 514, 0, 0, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/fpicker/messages.po, 57, 155, 135, 1, 4, 3, 4, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/framework/messages.po, 29, 210, 192, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/auxiliary.po, 77, 215, 191, 0, 0, 28, 87, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sbasic/guide.po, 46, 522, 527, 0, 0, 57, 823, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sbasic/shared.po, 3107, 24937, 25070, 0, 0, 1398, 10494, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sbasic/shared/01.po, 38, 99, 122, 0, 0, 29, 366, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sbasic/shared/02.po, 68, 350, 348, 0, 0, 130, 1132, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc.po, 119, 407, 339, 0, 0, 68, 579, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc/00.po, 34, 70, 70, 0, 0, 167, 875, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc/01.po, 4339, 32270, 31817, 0, 0, 3156, 40885, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc/02.po, 57, 339, 348, 0, 0, 66, 471, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc/04.po, 105, 914, 914, 0, 0, 82, 583, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc/05.po, 72, 445, 459, 0, 0, 65, 408, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/scalc/guide.po, 1009, 15264, 15138, 0, 0, 460, 6329, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/schart.po, 16, 144, 145, 0, 0, 80, 787, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/schart/00.po, 16, 81, 74, 0, 0, 44, 266, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/schart/01.po, 205, 1158, 1149, 0, 0, 767, 10668, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/schart/02.po, 11, 34, 32, 0, 0, 14, 83, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/schart/04.po, 29, 119, 119, 0, 0, 3, 14, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sdraw.po, 56, 589, 584, 0, 0, 67, 143, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sdraw/00.po, 1, 4, 4, 0, 0, 1, 4, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sdraw/01.po, 1, 2, 2, 0, 0, 2, 10, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sdraw/04.po, 78, 376, 372, 0, 0, 25, 113, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/sdraw/guide.po, 215, 2464, 2482, 0, 0, 60, 608, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared.po, 96, 659, 672, 0, 0, 154, 1649, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/00.po, 502, 4386, 4412, 0, 0, 1065, 11308, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/01.po, 2378, 10718, 10536, 0, 0, 3109, 41244, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/02.po, 1090, 10534, 10588, 0, 0, 1092, 18588, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/04.po, 168, 815, 815, 0, 0, 145, 1256, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/05.po, 53, 720, 708, 0, 0, 143, 1620, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/07.po, 3, 27, 27, 0, 0, 4, 55, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/autokorr.po, 36, 198, 197, 0, 0, 12, 222, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/autopi.po, 454, 3446, 3443, 0, 0, 433, 4948, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/explorer/database.po, 772, 5408, 5406, 0, 0, 869, 13449, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/guide.po, 1405, 19967, 19999, 0, 0, 1111, 16476, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/shared/optionen.po, 872, 6175, 6151, 0, 0, 1062, 17176, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/simpress.po, 109, 823, 806, 0, 0, 90, 572, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/simpress/00.po, 106, 654, 675, 0, 0, 57, 248, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/simpress/01.po, 557, 2914, 2919, 0, 0, 489, 5600, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/simpress/02.po, 345, 2698, 2686, 0, 0, 315, 3811, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/simpress/04.po, 129, 682, 695, 0, 0, 110, 456, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/simpress/guide.po, 454, 5635, 5576, 0, 0, 313, 4647, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/smath.po, 46, 469, 466, 0, 0, 14, 270, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/smath/00.po, 35, 176, 174, 0, 0, 31, 179, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/smath/01.po, 736, 6110, 6143, 0, 0, 815, 7749, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/smath/02.po, 5, 56, 56, 0, 0, 1, 41, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/smath/04.po, 23, 119, 119, 0, 0, 3, 16, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/smath/guide.po, 56, 622, 621, 0, 0, 48, 571, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter.po, 120, 347, 315, 0, 0, 216, 2599, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter/00.po, 112, 477, 459, 0, 0, 198, 1341, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter/01.po, 1756, 10950, 10898, 0, 0, 1590, 22843, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter/02.po, 218, 1005, 1001, 0, 0, 208, 2045, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter/04.po, 147, 863, 853, 0, 0, 107, 413, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter/guide.po, 1499, 18772, 18213, 0, 0, 645, 9165, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 40, 1, 1, 287, 2979, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po, 547, 4227, 3704, 3, 67, 7, 60, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/librelogo/source/pythonpath.po, 138, 173, 177, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 525, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/nlpsolver/src/locale.po, 41, 105, 105, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/officecfg/registry/data/org/openoffice/Office.po, 1243, 1431, 1451, 7, 24, 58, 386, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/officecfg/registry/data/org/openoffice/Office/UI.po, 2801, 5688, 6123, 396, 772, 480, 1262, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/readlicense_oo/docs.po, 84, 1629, 1379, 1, 85, 18, 689, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/reportdesign/messages.po, 252, 585, 565, 6, 32, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/sc/messages.po, 2831, 13340, 10512, 885, 2497, 970, 4423, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scaddins/messages.po, 841, 2631, 2235, 14, 18, 46, 539, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/sccomp/messages.po, 12, 51, 47, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/calc.po, 21, 89, 100, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/draw.po, 36, 130, 151, 1, 4, 4, 15, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/extensions.po, 16, 65, 68, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/graphicfilter.po, 30, 101, 104, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/impress.po, 19, 74, 69, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/ooo.po, 566, 1958, 1747, 3, 14, 13, 52, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/writer.po, 24, 88, 81, 1, 17, 2, 9, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/sd/messages.po, 681, 1663, 1605, 278, 515, 360, 773, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/setup_native/source/mac.po, 23, 131, 117, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/sfx2/messages.po, 436, 1223, 1123, 48, 308, 97, 695, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/starmath/messages.po, 418, 704, 744, 23, 45, 64, 219, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/svtools/messages.po, 780, 1965, 1965, 33, 229, 101, 417, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/svx/messages.po, 1839, 4297, 4324, 445, 988, 562, 1939, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/sw/messages.po, 2068, 3986, 4165, 714, 1525, 659, 2229, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/swext/mediawiki/help.po, 48, 384, 322, 25, 786, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 155, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/sysui/desktop/share.po, 66, 277, 284, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/uui/messages.po, 136, 1148, 977, 8, 120, 13, 286, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/vcl/messages.po, 269, 521, 509, 0, 0, 87, 216, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/wizards/messages.po, 261, 1037, 881, 4, 5, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/wizards/source/resources.po, 488, 1992, 1671, 58, 233, 8, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/writerperfect/messages.po, 15, 40, 40, 0, 0, 15, 25, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/he/xmlsecurity/messages.po, 88, 420, 373, 0, 0, 3, 4, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/accessibility/messages.po, 10, 26, 27, 0, 0, 1, 1, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/basctl/messages.po, 76, 232, 277, 30, 49, 49, 330, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/basic/messages.po, 18, 52, 66, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/chart2/messages.po, 261, 556, 605, 168, 289, 191, 523, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/messages.po, 102, 990, 1095, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/cui/messages.po, 1082, 2418, 2911, 627, 1176, 634, 1964, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dbaccess/messages.po, 463, 2828, 3152, 233, 1237, 116, 445, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/desktop/messages.po, 104, 625, 756, 37, 404, 21, 196, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/en/dialog.po, 37, 176, 187, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/hu_HU/dialog.po, 32, 71, 82, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/ru_RU/dialog.po, 13, 25, 29, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/editeng/messages.po, 248, 608, 710, 5, 8, 12, 40, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/extensions/messages.po, 427, 1094, 1273, 196, 779, 40, 226, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/extras/source/autocorr/emoji.po, 48, 48, 48, 208, 197, 1319, 1572, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/extras/source/gallery/share.po, 9, 11, 11, 1, 2, 2, 2, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/filter/messages.po, 82, 283, 327, 31, 71, 109, 464, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/filter/source/config/fragments/filters.po, 93, 324, 326, 10, 29, 117, 379, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/filter/source/config/fragments/types.po, 21, 66, 67, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/forms/messages.po, 54, 314, 354, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/formula/messages.po, 318, 321, 323, 57, 83, 63, 110, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/fpicker/messages.po, 31, 88, 117, 18, 42, 12, 33, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/framework/messages.po, 18, 167, 196, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/auxiliary.po, 15, 20, 32, 0, 0, 90, 282, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sbasic/guide.po, 15, 106, 100, 0, 0, 88, 1239, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sbasic/shared.po, 1477, 5102, 5452, 0, 0, 3028, 30329, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sbasic/shared/01.po, 27, 43, 50, 0, 0, 40, 422, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sbasic/shared/02.po, 40, 83, 88, 0, 0, 158, 1399, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc.po, 39, 257, 337, 0, 0, 148, 729, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc/00.po, 15, 28, 45, 0, 0, 186, 917, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc/01.po, 863, 2958, 3190, 0, 0, 6632, 70197, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc/02.po, 32, 94, 94, 0, 0, 91, 716, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc/04.po, 76, 472, 522, 0, 0, 111, 1025, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc/05.po, 21, 85, 92, 0, 0, 116, 768, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/scalc/guide.po, 323, 2189, 2438, 0, 0, 1146, 19404, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/schart.po, 11, 130, 146, 0, 0, 85, 801, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/schart/00.po, 4, 12, 16, 0, 0, 56, 335, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/schart/01.po, 96, 284, 299, 0, 0, 876, 11542, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/schart/02.po, 1, 3, 3, 0, 0, 24, 114, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/schart/04.po, 23, 102, 111, 0, 0, 9, 31, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sdraw.po, 40, 440, 524, 0, 0, 83, 292, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sdraw/00.po, 1, 4, 6, 0, 0, 1, 4, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sdraw/01.po, 1, 2, 3, 0, 0, 2, 10, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sdraw/04.po, 58, 315, 370, 0, 0, 45, 174, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/sdraw/guide.po, 81, 470, 559, 0, 0, 194, 2602, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared.po, 58, 300, 352, 0, 0, 192, 2008, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/00.po, 269, 639, 737, 0, 0, 1298, 15055, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/01.po, 1478, 4295, 4798, 0, 0, 4009, 47667, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/02.po, 634, 1885, 2075, 0, 0, 1548, 27237, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/04.po, 141, 618, 697, 0, 0, 172, 1453, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/05.po, 21, 154, 173, 0, 0, 175, 2186, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/07.po, 1, 5, 5, 0, 0, 6, 77, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/autokorr.po, 11, 97, 110, 0, 0, 37, 323, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/autopi.po, 285, 1171, 1316, 0, 0, 602, 7223, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/explorer/database.po, 474, 1462, 1580, 0, 0, 1167, 17395, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/guide.po, 555, 4330, 4794, 0, 0, 1961, 32113, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/shared/optionen.po, 616, 1941, 2269, 0, 0, 1318, 21410, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/simpress.po, 55, 647, 775, 0, 0, 144, 748, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/simpress/00.po, 15, 24, 26, 0, 0, 148, 878, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/simpress/01.po, 339, 1102, 1212, 0, 0, 707, 7412, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/simpress/02.po, 148, 840, 1051, 0, 0, 512, 5669, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/simpress/04.po, 91, 353, 374, 0, 0, 148, 785, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/simpress/guide.po, 141, 904, 992, 0, 0, 626, 9378, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/smath.po, 28, 354, 446, 0, 0, 32, 385, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/smath/00.po, 15, 47, 49, 0, 0, 51, 308, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/smath/01.po, 469, 1343, 1453, 0, 0, 1082, 12516, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/smath/04.po, 17, 80, 76, 0, 0, 9, 55, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/smath/guide.po, 37, 261, 302, 0, 0, 67, 932, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter.po, 70, 224, 256, 0, 0, 266, 2722, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter/00.po, 33, 81, 105, 0, 0, 277, 1737, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter/01.po, 1228, 4025, 4465, 0, 0, 2118, 29768, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter/02.po, 143, 673, 741, 0, 0, 283, 2377, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter/04.po, 127, 713, 784, 0, 0, 127, 563, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter/guide.po, 425, 3250, 3630, 0, 0, 1719, 24687, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter/librelogo.po, 7, 8, 9, 0, 0, 319, 3011, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 5110, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/librelogo/source/pythonpath.po, 130, 165, 183, 2, 4, 6, 4, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 46, 578, 682, 1, 57, 2, 58, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 29, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/nlpsolver/src/locale.po, 41, 105, 116, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/officecfg/registry/data/org/openoffice/Office.po, 1237, 1424, 1675, 7, 22, 64, 395, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po, 2557, 5183, 6254, 506, 936, 614, 1603, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/readlicense_oo/docs.po, 73, 1381, 1553, 1, 85, 29, 937, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 23, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/reportdesign/messages.po, 184, 444, 490, 61, 137, 13, 36, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/sc/messages.po, 2725, 12821, 13173, 850, 2438, 1111, 5001, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scaddins/messages.po, 835, 2579, 2365, 14, 18, 52, 591, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/sccomp/messages.po, 11, 47, 53, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/base.po, 10, 44, 52, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/calc.po, 19, 81, 98, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/draw.po, 15, 60, 60, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/extensions.po, 15, 51, 57, 0, 0, 1, 14, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/impress.po, 19, 74, 86, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/math.po, 10, 42, 47, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/ooo.po, 537, 1829, 2150, 20, 106, 25, 89, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/quickstart.po, 2, 15, 24, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/writer.po, 22, 69, 73, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/sd/messages.po, 526, 1306, 1501, 323, 585, 470, 1060, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/setup_native/source/mac.po, 22, 119, 132, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/sfx2/messages.po, 243, 694, 811, 150, 497, 188, 1035, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/starmath/messages.po, 315, 537, 570, 88, 130, 99, 298, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/svtools/messages.po, 702, 1775, 1899, 58, 260, 154, 576, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/svx/messages.po, 1786, 4033, 4488, 504, 1214, 556, 1977, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/sw/messages.po, 2053, 4084, 4847, 724, 1593, 661, 2059, 3438, 7736 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/swext/mediawiki/help.po, 47, 353, 393, 25, 752, 17, 299, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 195, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/sysui/desktop/share.po, 54, 210, 238, 2, 20, 10, 47, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/uui/messages.po, 99, 938, 1106, 20, 164, 38, 452, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/vcl/messages.po, 199, 338, 417, 23, 65, 134, 334, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/wizards/messages.po, 262, 1039, 1165, 2, 2, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/wizards/source/resources.po, 502, 2004, 2232, 40, 202, 12, 80, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hi/xmlsecurity/messages.po, 48, 204, 237, 23, 144, 20, 76, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/basctl/messages.po, 155, 611, 558, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/basic/messages.po, 135, 549, 569, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/chart2/messages.po, 618, 1364, 1361, 0, 0, 2, 4, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/messages.po, 106, 1047, 904, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/cui/messages.po, 2311, 5479, 5386, 0, 0, 32, 79, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dbaccess/messages.po, 812, 4510, 4029, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/desktop/messages.po, 162, 1225, 1067, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/an_ES.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/bn_BD.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/br_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/en/dialog.po, 37, 176, 185, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/gug.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/oc_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/si_LK.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/sq_AL.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/editeng/messages.po, 265, 656, 668, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/extensions/messages.po, 663, 2099, 1929, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/extras/source/autocorr/emoji.po, 1575, 1817, 1870, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/filter/messages.po, 222, 818, 798, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/filter/source/config/fragments/filters.po, 220, 732, 757, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/forms/messages.po, 58, 330, 290, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/formula/messages.po, 437, 513, 514, 0, 0, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/fpicker/messages.po, 61, 163, 157, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/framework/messages.po, 29, 210, 194, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/auxiliary.po, 65, 173, 181, 0, 0, 40, 129, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sbasic/guide.po, 48, 468, 402, 0, 0, 55, 877, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sbasic/shared.po, 2141, 12366, 11160, 0, 0, 2364, 23065, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sbasic/shared/01.po, 29, 42, 44, 0, 0, 38, 423, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po, 63, 136, 146, 0, 0, 135, 1346, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc.po, 21, 30, 38, 0, 0, 166, 956, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc/00.po, 29, 54, 56, 0, 0, 172, 891, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc/01.po, 1794, 4614, 3823, 0, 0, 5701, 68541, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc/02.po, 30, 71, 69, 0, 0, 93, 739, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc/04.po, 26, 36, 32, 0, 0, 161, 1461, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc/05.po, 10, 20, 17, 0, 0, 127, 833, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/scalc/guide.po, 88, 359, 337, 0, 0, 1381, 21234, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/schart.po, 8, 18, 18, 0, 0, 88, 913, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/schart/00.po, 3, 9, 9, 0, 0, 57, 338, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/schart/01.po, 214, 699, 641, 0, 0, 758, 11127, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/schart/02.po, 8, 20, 20, 0, 0, 17, 97, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/schart/04.po, 11, 16, 15, 0, 0, 21, 117, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sdraw.po, 11, 12, 14, 0, 0, 112, 720, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sdraw/00.po, 1, 4, 4, 0, 0, 1, 4, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sdraw/01.po, 1, 2, 2, 0, 0, 2, 10, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sdraw/04.po, 18, 23, 20, 0, 0, 85, 466, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/sdraw/guide.po, 14, 73, 59, 0, 0, 261, 2999, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared.po, 149, 511, 467, 0, 0, 101, 1797, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/00.po, 306, 1396, 1280, 0, 0, 1261, 14298, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/01.po, 1388, 2408, 2402, 0, 0, 4099, 49554, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/02.po, 672, 1265, 1311, 0, 0, 1510, 27857, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/04.po, 55, 88, 77, 0, 0, 258, 1983, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/05.po, 10, 25, 24, 0, 0, 186, 2315, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/07.po, 1, 2, 1, 0, 0, 6, 80, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/autopi.po, 216, 464, 453, 0, 0, 671, 7930, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/explorer/database.po, 488, 1092, 929, 0, 0, 1153, 17765, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/guide.po, 137, 554, 519, 0, 0, 2379, 35889, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/shared/optionen.po, 509, 1106, 1116, 0, 0, 1425, 22245, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/simpress.po, 18, 24, 26, 0, 0, 181, 1371, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/simpress/00.po, 30, 55, 54, 0, 0, 133, 847, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/simpress/01.po, 318, 572, 583, 0, 0, 728, 7942, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/simpress/02.po, 263, 700, 704, 0, 0, 397, 5809, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/simpress/04.po, 29, 45, 39, 0, 0, 210, 1093, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/simpress/guide.po, 33, 151, 137, 0, 0, 734, 10131, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/smath.po, 9, 10, 11, 0, 0, 51, 729, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/smath/00.po, 12, 23, 21, 0, 0, 54, 332, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/smath/01.po, 265, 443, 434, 0, 0, 1286, 13416, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/smath/04.po, 10, 12, 12, 0, 0, 16, 123, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/smath/guide.po, 9, 28, 25, 0, 0, 95, 1165, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter.po, 142, 494, 457, 0, 0, 194, 2452, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter/00.po, 44, 110, 112, 0, 0, 266, 1708, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter/01.po, 1227, 3451, 3218, 0, 0, 2119, 30342, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter/02.po, 160, 269, 265, 0, 0, 266, 2781, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter/04.po, 52, 94, 87, 0, 0, 202, 1182, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter/guide.po, 468, 3801, 3271, 0, 0, 1676, 24136, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter/librelogo.po, 33, 34, 34, 0, 0, 293, 2985, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4339, 3926, 0, 0, 1, 15, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/librelogo/source/pythonpath.po, 138, 173, 205, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 564, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/nlpsolver/src/locale.po, 41, 105, 107, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/officecfg/registry/data/org/openoffice/Office.po, 1304, 1835, 2264, 0, 0, 4, 6, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po, 3637, 7621, 8108, 0, 0, 40, 101, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/readlicense_oo/docs.po, 102, 2343, 2002, 0, 0, 1, 60, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/reportdesign/messages.po, 258, 617, 590, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/sc/messages.po, 4607, 20058, 17077, 0, 0, 79, 202, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scaddins/messages.po, 901, 3188, 3038, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/base.po, 10, 44, 43, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/calc.po, 22, 94, 102, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/draw.po, 41, 149, 144, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/graphicfilter.po, 30, 101, 102, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/ooo.po, 579, 2002, 2220, 0, 0, 3, 22, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/writer.po, 27, 114, 112, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/sd/messages.po, 1188, 2801, 2722, 0, 0, 131, 150, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/setup_native/source/mac.po, 23, 131, 119, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/sfx2/messages.po, 576, 2093, 1976, 0, 0, 5, 133, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/starmath/messages.po, 505, 968, 932, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/svtools/messages.po, 911, 2605, 2554, 0, 0, 3, 6, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/svx/messages.po, 2801, 7124, 6917, 0, 0, 45, 100, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/sw/messages.po, 3360, 7618, 7562, 0, 0, 81, 122, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/swext/mediawiki/help.po, 75, 1191, 1030, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 144, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/sysui/desktop/share.po, 66, 277, 289, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/uui/messages.po, 157, 1554, 1337, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/vcl/messages.po, 319, 638, 635, 0, 0, 37, 99, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/wizards/messages.po, 265, 1042, 939, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/wizards/source/resources.po, 554, 2286, 2026, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/writerperfect/messages.po, 30, 65, 70, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hr/xmlsecurity/messages.po, 91, 424, 375, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/basctl/messages.po, 155, 611, 556, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/basic/messages.po, 135, 549, 560, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/chart2/messages.po, 620, 1368, 1337, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/messages.po, 106, 1047, 839, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/cui/messages.po, 2343, 5558, 5392, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dbaccess/messages.po, 812, 4510, 4015, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/desktop/messages.po, 162, 1225, 1186, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/en/dialog.po, 37, 176, 171, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/hu_HU/dialog.po, 32, 71, 67, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/editeng/messages.po, 265, 656, 655, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/extensions/messages.po, 663, 2099, 1924, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/extras/source/autocorr/emoji.po, 1575, 1817, 2406, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/filter/messages.po, 222, 818, 764, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/filter/source/config/fragments/filters.po, 220, 732, 737, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/forms/messages.po, 58, 330, 300, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/formula/messages.po, 438, 514, 516, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/fpicker/messages.po, 61, 163, 144, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/framework/messages.po, 29, 210, 193, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4333, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 609, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1805, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8043, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/readlicense_oo/docs.po, 103, 2403, 2108, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/reportdesign/messages.po, 258, 617, 589, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/sc/messages.po, 4686, 20260, 17122, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scaddins/messages.po, 901, 3188, 2583, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/base.po, 10, 44, 43, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/calc.po, 22, 94, 105, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/graphicfilter.po, 30, 101, 118, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/impress.po, 21, 81, 80, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/ooo.po, 582, 2024, 2086, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/sd/messages.po, 1319, 2951, 2896, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/setup_native/source/mac.po, 23, 131, 121, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/sfx2/messages.po, 581, 2226, 2016, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/starmath/messages.po, 505, 968, 1019, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/svtools/messages.po, 914, 2611, 2513, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/svx/messages.po, 2846, 7224, 6927, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/sw/messages.po, 3440, 7739, 7699, 0, 0, 0, 0, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/swext/mediawiki/help.po, 89, 1404, 1216, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 141, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/sysui/desktop/share.po, 66, 277, 290, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/uui/messages.po, 157, 1554, 1367, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/vcl/messages.po, 356, 737, 731, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/wizards/messages.po, 265, 1042, 971, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/wizards/source/resources.po, 554, 2286, 1989, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/writerperfect/messages.po, 30, 65, 63, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hsb/xmlsecurity/messages.po, 91, 424, 393, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/basctl/messages.po, 155, 611, 563, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/basic/messages.po, 135, 549, 558, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/chart2/messages.po, 620, 1368, 1176, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/messages.po, 106, 1047, 847, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/cui/messages.po, 2343, 5558, 5015, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dbaccess/messages.po, 812, 4510, 3635, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/desktop/messages.po, 162, 1225, 1129, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/en/dialog.po, 37, 176, 156, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/ru_RU/dialog.po, 14, 26, 23, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/editeng/messages.po, 265, 656, 631, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/extensions/messages.po, 663, 2099, 1677, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/extras/source/autocorr/emoji.po, 1575, 1817, 1621, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/filter/messages.po, 222, 818, 723, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/filter/source/config/fragments/filters.po, 220, 732, 655, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 131, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/filter/source/config/fragments/types.po, 38, 121, 98, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/forms/messages.po, 58, 330, 266, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/formula/messages.po, 438, 514, 580, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/fpicker/messages.po, 61, 163, 130, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/framework/messages.po, 29, 210, 183, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/auxiliary.po, 105, 302, 284, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1111, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sbasic/shared.po, 4219, 32884, 29210, 0, 0, 286, 2547, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 406, 0, 0, 1, 6, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1144, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 140, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc.po, 187, 986, 871, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc/00.po, 65, 159, 197, 0, 0, 136, 786, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc/01.po, 6724, 62640, 56400, 0, 0, 771, 10515, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc/02.po, 118, 796, 637, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc/04.po, 186, 1475, 1265, 0, 0, 1, 22, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc/05.po, 92, 751, 677, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/scalc/guide.po, 1384, 19985, 17068, 0, 0, 85, 1608, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/schart.po, 96, 931, 783, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/schart/00.po, 60, 347, 373, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/schart/01.po, 958, 11541, 9294, 0, 0, 14, 285, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/schart/02.po, 25, 117, 96, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/schart/04.po, 32, 133, 106, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sdraw.po, 123, 732, 640, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sdraw/04.po, 103, 489, 397, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2651, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared.po, 245, 2167, 1799, 0, 0, 5, 141, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/00.po, 886, 9323, 7838, 0, 0, 681, 6371, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/01.po, 4459, 37358, 31131, 0, 0, 1028, 14604, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/02.po, 1778, 19926, 15705, 0, 0, 404, 9196, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/04.po, 238, 983, 846, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/05.po, 110, 1129, 963, 0, 0, 86, 1211, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/06.po, 2, 5, 4, 0, 0, 1, 2, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/07.po, 7, 82, 69, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/autokorr.po, 48, 420, 331, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/autopi.po, 758, 6585, 5164, 0, 0, 129, 1809, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/explorer/database.po, 1519, 15579, 12529, 0, 0, 122, 3278, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/guide.po, 2148, 30401, 25776, 0, 0, 368, 6042, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/help.po, 59, 90, 89, 0, 0, 19, 27, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/menu.po, 16, 120, 107, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/shared/optionen.po, 1715, 19101, 16188, 0, 0, 219, 4250, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/simpress.po, 199, 1395, 1164, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/simpress/00.po, 157, 878, 1030, 0, 0, 6, 24, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/simpress/01.po, 935, 7278, 6001, 0, 0, 111, 1236, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/simpress/02.po, 659, 6480, 5276, 0, 0, 1, 29, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/simpress/04.po, 200, 1002, 846, 0, 0, 39, 136, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/simpress/guide.po, 612, 8087, 6914, 0, 0, 155, 2195, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/smath.po, 60, 739, 599, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/smath/00.po, 66, 355, 453, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/smath/01.po, 1503, 12929, 11227, 0, 0, 48, 930, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/smath/02.po, 6, 97, 81, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/smath/04.po, 26, 135, 108, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/smath/06.po, 9, 21, 19, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/smath/guide.po, 104, 1193, 1063, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter.po, 306, 2560, 2211, 0, 0, 30, 386, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter/00.po, 299, 1787, 2173, 0, 0, 11, 31, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter/01.po, 2922, 28146, 23309, 0, 0, 424, 5647, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter/02.po, 426, 3050, 2621, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter/04.po, 254, 1276, 1110, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter/guide.po, 1971, 24822, 21378, 0, 0, 173, 3115, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2830, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/helpcontent2/source/text/swriter/menu.po, 17, 96, 79, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4069, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 590, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/officecfg/registry/data/org/openoffice.po, 9, 28, 21, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1732, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6756, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/readlicense_oo/docs.po, 103, 2403, 1988, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 11, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/reportdesign/messages.po, 258, 617, 522, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/sc/messages.po, 4686, 20260, 16281, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scaddins/messages.po, 901, 3188, 2837, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/activex.po, 2, 16, 20, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/base.po, 10, 44, 36, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/calc.po, 22, 94, 81, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/draw.po, 41, 149, 131, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/extensions.po, 16, 65, 52, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/graphicfilter.po, 30, 101, 85, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/impress.po, 21, 81, 67, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/ooo.po, 582, 2024, 2344, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/writer.po, 27, 114, 84, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/sd/messages.po, 1319, 2951, 2620, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/setup_native/source/mac.po, 23, 131, 125, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/sfx2/messages.po, 581, 2226, 1914, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/starmath/messages.po, 505, 968, 917, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/svtools/messages.po, 914, 2611, 2386, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/svx/messages.po, 2846, 7224, 6513, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/sw/messages.po, 3441, 7740, 6865, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/swext/mediawiki/help.po, 89, 1404, 1213, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 138, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/sysui/desktop/share.po, 66, 277, 202, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/uui/messages.po, 157, 1554, 1406, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/vcl/messages.po, 356, 737, 678, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/wizards/messages.po, 265, 1042, 857, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/wizards/source/resources.po, 554, 2286, 1828, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/writerperfect/messages.po, 30, 65, 61, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/hu/xmlsecurity/messages.po, 91, 424, 383, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/basctl/messages.po, 155, 611, 577, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/basic/messages.po, 135, 549, 572, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/chart2/messages.po, 620, 1368, 1393, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/messages.po, 106, 1047, 881, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/cui/messages.po, 2343, 5558, 5618, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dbaccess/messages.po, 812, 4510, 4071, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/desktop/messages.po, 162, 1225, 1107, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/hu_HU/dialog.po, 32, 71, 76, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/pt_BR.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/te_IN.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/editeng/messages.po, 265, 656, 740, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/extensions/messages.po, 663, 2099, 1961, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/extras/source/autocorr/emoji.po, 1575, 1817, 1989, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/filter/messages.po, 222, 818, 818, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/filter/source/config/fragments/filters.po, 220, 732, 753, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 147, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/filter/source/config/fragments/types.po, 38, 121, 127, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/forms/messages.po, 58, 330, 269, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/fpicker/messages.po, 61, 163, 148, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/framework/messages.po, 29, 210, 200, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/auxiliary.po, 105, 302, 311, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1216, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31079, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 418, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1368, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 124, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc.po, 187, 986, 972, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc/00.po, 201, 945, 999, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc/01.po, 7495, 73155, 62402, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc/02.po, 123, 810, 759, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc/04.po, 187, 1497, 1429, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc/05.po, 137, 853, 814, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 18983, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/schart.po, 96, 931, 809, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/schart/00.po, 60, 347, 340, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/schart/01.po, 972, 11826, 10464, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/schart/04.po, 32, 133, 130, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sdraw.po, 123, 732, 695, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sdraw/04.po, 103, 489, 455, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2811, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared.po, 250, 2308, 2133, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/00.po, 1567, 15694, 14474, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/01.po, 5487, 51962, 45140, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/02.po, 2182, 29122, 24586, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/04.po, 313, 2071, 1867, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/05.po, 196, 2340, 2090, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/06.po, 3, 7, 8, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/07.po, 7, 82, 67, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/autokorr.po, 48, 420, 367, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7249, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 16694, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/guide.po, 2516, 36443, 32350, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/help.po, 78, 117, 116, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/menu.po, 16, 120, 128, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 20898, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/simpress.po, 199, 1395, 1230, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/simpress/00.po, 163, 902, 870, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7550, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/simpress/02.po, 660, 6509, 5779, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/simpress/04.po, 239, 1138, 1065, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9206, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/smath.po, 60, 739, 680, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/smath/00.po, 66, 355, 341, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/smath/01.po, 1551, 13859, 12832, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/smath/02.po, 6, 97, 80, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/smath/04.po, 26, 135, 119, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/smath/06.po, 9, 21, 23, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/smath/guide.po, 104, 1193, 1111, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter.po, 336, 2946, 2738, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter/00.po, 310, 1818, 1820, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter/01.po, 3346, 33793, 29064, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter/02.po, 426, 3050, 2646, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter/04.po, 254, 1276, 1180, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 24598, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2932, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/helpcontent2/source/text/swriter/menu.po, 17, 96, 105, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4078, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/librelogo/source/pythonpath.po, 138, 173, 178, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 609, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1832, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8154, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/readlicense_oo/docs.po, 103, 2403, 2210, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/reportdesign/messages.po, 258, 617, 589, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/sc/messages.po, 4686, 20260, 17159, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scaddins/messages.po, 901, 3188, 2663, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/sccomp/messages.po, 14, 65, 58, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/calc.po, 22, 94, 101, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/impress.po, 21, 81, 74, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/math.po, 10, 42, 35, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/ooo.po, 582, 2024, 2257, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/writer.po, 27, 114, 113, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/sd/messages.po, 1319, 2951, 2925, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/setup_native/source/mac.po, 23, 131, 124, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/sfx2/messages.po, 581, 2226, 2093, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/starmath/messages.po, 505, 968, 1032, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/svtools/messages.po, 914, 2611, 2551, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/svx/messages.po, 2846, 7224, 7077, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/sw/messages.po, 3440, 7739, 7753, 0, 0, 0, 0, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/swext/mediawiki/help.po, 89, 1404, 1273, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/sysui/desktop/share.po, 66, 277, 279, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/uui/messages.po, 157, 1554, 1404, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/vcl/messages.po, 356, 737, 747, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/wizards/messages.po, 265, 1042, 962, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/wizards/source/resources.po, 554, 2286, 2010, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/id/xmlsecurity/messages.po, 91, 424, 414, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/basctl/messages.po, 155, 611, 610, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/basic/messages.po, 135, 549, 578, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/chart2/messages.po, 620, 1368, 1175, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/messages.po, 106, 1047, 940, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/cui/messages.po, 2343, 5558, 5409, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dbaccess/messages.po, 812, 4510, 4164, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/desktop/messages.po, 162, 1225, 1271, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/en/dialog.po, 37, 176, 170, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/hu_HU.po, 1, 9, 5, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/hu_HU/dialog.po, 32, 71, 77, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/pt_BR.po, 1, 9, 5, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/ru_RU.po, 1, 9, 5, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/editeng/messages.po, 265, 656, 656, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/extensions/messages.po, 663, 2099, 1934, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/extras/source/autocorr/emoji.po, 1572, 1814, 1729, 0, 0, 3, 3, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/filter/messages.po, 222, 818, 806, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/filter/source/config/fragments/filters.po, 220, 732, 708, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/filter/source/config/fragments/types.po, 38, 121, 117, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/forms/messages.po, 58, 330, 322, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/fpicker/messages.po, 61, 163, 154, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/framework/messages.po, 29, 210, 194, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/auxiliary.po, 105, 302, 292, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sbasic/guide.po, 15, 89, 88, 0, 0, 88, 1256, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sbasic/shared.po, 1863, 4727, 4669, 4, 13, 2638, 30691, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sbasic/shared/01.po, 27, 39, 43, 0, 0, 40, 426, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sbasic/shared/02.po, 123, 196, 180, 0, 0, 75, 1286, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc.po, 187, 986, 884, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc/00.po, 46, 73, 75, 0, 0, 155, 872, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc/01.po, 2290, 4098, 3835, 58, 407, 5147, 68650, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc/02.po, 74, 170, 158, 0, 0, 49, 640, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc/04.po, 85, 187, 157, 0, 0, 102, 1310, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc/05.po, 30, 37, 35, 0, 0, 107, 816, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/scalc/guide.po, 185, 468, 464, 0, 0, 1284, 21125, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/schart.po, 96, 931, 774, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/schart/00.po, 38, 169, 164, 0, 0, 22, 178, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/schart/01.po, 305, 516, 460, 0, 0, 667, 11310, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/schart/02.po, 25, 117, 102, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/schart/04.po, 32, 133, 110, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sdraw.po, 123, 732, 721, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sdraw/04.po, 103, 489, 443, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2957, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared.po, 245, 2167, 1937, 0, 0, 5, 141, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/00.po, 513, 1357, 1315, 0, 0, 1054, 14337, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/01.po, 2104, 4378, 4216, 1, 2, 3382, 47582, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/02.po, 899, 1632, 1507, 0, 0, 1283, 27490, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/04.po, 156, 319, 267, 0, 0, 157, 1752, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/05.po, 91, 829, 765, 0, 0, 105, 1511, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/07.po, 4, 29, 23, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/autokorr.po, 48, 420, 402, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/autopi.po, 338, 975, 897, 0, 0, 549, 7419, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/explorer/database.po, 630, 1525, 1379, 0, 0, 1011, 17332, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/guide.po, 319, 1090, 1052, 0, 0, 2197, 35353, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/help.po, 66, 83, 91, 0, 0, 12, 34, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/shared/optionen.po, 728, 1593, 1487, 0, 0, 1206, 21758, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/simpress.po, 199, 1395, 1278, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/simpress/00.po, 132, 526, 457, 0, 0, 31, 376, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/simpress/01.po, 491, 959, 912, 0, 0, 555, 7555, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/simpress/02.po, 486, 1504, 1411, 0, 0, 174, 5005, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/simpress/04.po, 239, 1138, 1046, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/simpress/guide.po, 77, 287, 295, 0, 0, 690, 9995, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/smath.po, 59, 722, 690, 0, 0, 1, 17, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/smath/00.po, 20, 34, 35, 0, 0, 46, 321, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/smath/01.po, 444, 852, 837, 0, 0, 1107, 13007, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/smath/02.po, 5, 74, 58, 0, 0, 1, 23, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/smath/04.po, 18, 56, 47, 0, 0, 8, 79, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/smath/guide.po, 17, 65, 65, 0, 0, 87, 1128, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter.po, 274, 1744, 1569, 0, 0, 62, 1202, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter/00.po, 84, 183, 180, 0, 0, 226, 1635, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter/01.po, 1339, 2364, 2310, 0, 0, 2007, 31429, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter/02.po, 247, 439, 469, 0, 0, 179, 2611, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter/04.po, 204, 561, 491, 0, 0, 50, 715, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter/guide.po, 307, 897, 939, 0, 0, 1837, 27040, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 41, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4513, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/librelogo/source/pythonpath.po, 138, 173, 175, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 9, 24, 26, 0, 0, 40, 669, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 5, 0, 0, 1, 17, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/nlpsolver/src/locale.po, 17, 18, 19, 0, 0, 24, 87, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1809, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7527, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/readlicense_oo/docs.po, 103, 2403, 2447, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/reportdesign/messages.po, 258, 617, 618, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/sc/messages.po, 4500, 18294, 15294, 2, 30, 184, 1936, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scaddins/messages.po, 825, 2708, 2229, 2, 2, 74, 478, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/sccomp/messages.po, 14, 65, 73, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/draw.po, 41, 149, 151, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/graphicfilter.po, 30, 101, 83, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/ooo.po, 582, 2024, 2151, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/writer.po, 27, 114, 110, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/sd/messages.po, 1319, 2951, 2821, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/setup_native/source/mac.po, 23, 131, 123, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/sfx2/messages.po, 581, 2226, 2220, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/starmath/messages.po, 454, 790, 755, 6, 18, 45, 160, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/svtools/messages.po, 914, 2611, 2547, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/svx/messages.po, 2846, 7224, 6626, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/sw/messages.po, 3441, 7740, 7546, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/swext/mediawiki/help.po, 89, 1404, 1344, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/swext/mediawiki/src.po, 2, 39, 42, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 161, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/sysui/desktop/share.po, 66, 277, 291, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/uui/messages.po, 157, 1554, 1552, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/vcl/messages.po, 308, 604, 608, 0, 0, 48, 133, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/wizards/messages.po, 265, 1042, 995, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/wizards/source/resources.po, 554, 2286, 2089, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/is/xmlsecurity/messages.po, 91, 424, 425, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/avmedia/messages.po, 22, 45, 51, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/basctl/messages.po, 155, 611, 651, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/basic/messages.po, 135, 549, 598, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/chart2/messages.po, 620, 1368, 1560, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/messages.po, 106, 1047, 1030, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/cui/messages.po, 2343, 5558, 6078, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dbaccess/messages.po, 812, 4510, 4656, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/desktop/messages.po, 162, 1225, 1275, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/en/dialog.po, 37, 176, 213, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/hu_HU/dialog.po, 32, 71, 82, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/editeng/messages.po, 265, 656, 720, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/extensions/messages.po, 663, 2099, 2181, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/extras/source/autocorr/emoji.po, 1575, 1817, 1924, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/filter/messages.po, 222, 818, 866, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/filter/source/config/fragments/filters.po, 220, 732, 807, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/filter/source/config/fragments/types.po, 38, 121, 136, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/forms/messages.po, 58, 330, 362, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/formula/messages.po, 438, 514, 690, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/fpicker/messages.po, 61, 163, 167, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/framework/messages.po, 29, 210, 228, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/auxiliary.po, 105, 302, 355, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1678, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 36333, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 493, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1655, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 152, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc.po, 187, 986, 1141, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc/00.po, 201, 945, 1061, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc/01.po, 7495, 73155, 77045, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc/02.po, 123, 810, 827, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc/04.po, 187, 1497, 1515, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc/05.po, 137, 853, 975, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 21827, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/schart.po, 96, 931, 1052, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/schart/00.po, 60, 347, 400, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/schart/01.po, 972, 11826, 12350, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/schart/02.po, 25, 117, 117, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/schart/04.po, 32, 133, 168, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sdraw.po, 123, 732, 860, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sdraw/04.po, 103, 489, 536, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3244, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared.po, 250, 2308, 2422, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/00.po, 1567, 15694, 17205, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/01.po, 5487, 51962, 52836, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/02.po, 2182, 29122, 30282, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/04.po, 313, 2071, 2260, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/05.po, 196, 2340, 2506, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/06.po, 3, 7, 10, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/07.po, 7, 82, 78, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/autokorr.po, 48, 420, 437, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8905, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 19409, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/guide.po, 2516, 36443, 38681, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/help.po, 78, 117, 122, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/menu.po, 16, 120, 142, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 25019, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/simpress.po, 199, 1395, 1577, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/simpress/00.po, 163, 902, 954, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8559, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/simpress/02.po, 660, 6509, 7129, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/simpress/04.po, 239, 1138, 1164, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10476, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/smath.po, 60, 739, 796, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/smath/00.po, 66, 355, 360, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/smath/01.po, 1551, 13859, 14072, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/smath/04.po, 26, 135, 151, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/smath/06.po, 9, 21, 37, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/smath/guide.po, 104, 1193, 1205, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter.po, 336, 2946, 3293, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter/00.po, 310, 1818, 2117, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter/01.po, 3346, 33793, 35492, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter/02.po, 426, 3050, 3202, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter/04.po, 254, 1276, 1318, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 29261, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3245, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/helpcontent2/source/text/swriter/menu.po, 17, 96, 148, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4917, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 676, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/nlpsolver/src/locale.po, 41, 105, 125, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1883, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9171, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/readlicense_oo/docs.po, 103, 2403, 2448, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 22, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/reportdesign/messages.po, 258, 617, 716, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/sc/messages.po, 4686, 20260, 20378, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scaddins/messages.po, 901, 3188, 3679, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/sccomp/messages.po, 14, 65, 77, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/calc.po, 22, 94, 120, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/draw.po, 41, 149, 154, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/extensions.po, 16, 65, 76, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/ooo.po, 582, 2024, 2680, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/writer.po, 27, 114, 125, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/sd/messages.po, 1319, 2951, 3144, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/sfx2/messages.po, 581, 2226, 2311, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/starmath/messages.po, 505, 968, 1028, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/svtools/messages.po, 914, 2611, 2710, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/svx/messages.po, 2846, 7224, 7700, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/sw/messages.po, 3441, 7740, 8739, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/swext/mediawiki/help.po, 89, 1404, 1457, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/swext/mediawiki/src.po, 2, 39, 41, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 162, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/sysui/desktop/share.po, 66, 277, 329, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/uui/messages.po, 157, 1554, 1596, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/vcl/messages.po, 356, 737, 778, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/wizards/messages.po, 265, 1042, 1107, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/wizards/source/resources.po, 554, 2286, 2342, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/writerperfect/messages.po, 30, 65, 70, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/it/xmlsecurity/messages.po, 91, 424, 457, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/accessibility/messages.po, 11, 27, 13, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/basctl/messages.po, 155, 611, 194, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/basic/messages.po, 135, 549, 193, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/chart2/messages.po, 620, 1368, 721, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/messages.po, 106, 1047, 234, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 2, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/cui/messages.po, 2313, 5495, 2554, 0, 0, 30, 63, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dbaccess/messages.po, 812, 4510, 1190, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/desktop/messages.po, 162, 1225, 312, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/ar.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/bg_BG.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/bo.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/ca.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/cs_CZ.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/da_DK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/de.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/el_GR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/en.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/en/dialog.po, 37, 176, 63, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/es.po, 1, 12, 1, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/et_EE.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/fr_FR.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/gd_GB.po, 1, 4, 1, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/gl.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/gug.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/hu_HU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/hu_HU/dialog.po, 32, 71, 32, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/id.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/is.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/it_IT.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/lt_LT.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/lv_LV.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/ne_NP.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/nl_NL.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/no.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/pl_PL.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/pt_BR.po, 1, 9, 2, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/pt_PT.po, 1, 8, 3, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/ro.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/ru_RU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/ru_RU/dialog.po, 13, 25, 13, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/sk_SK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/sl_SI.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/sq_AL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/sr.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/sv_SE.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/te_IN.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/tr_TR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/uk_UA.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/editeng/messages.po, 265, 656, 324, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/extensions/messages.po, 663, 2099, 810, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/extras/source/autocorr/emoji.po, 1575, 1817, 1817, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/filter/messages.po, 222, 818, 317, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/filter/source/config/fragments/filters.po, 220, 732, 673, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 135, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/filter/source/config/fragments/types.po, 38, 121, 114, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/forms/messages.po, 58, 330, 79, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/formula/messages.po, 438, 514, 508, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/fpicker/messages.po, 61, 163, 73, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/framework/messages.po, 29, 210, 40, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/auxiliary.po, 98, 282, 109, 0, 0, 7, 20, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 193, 0, 0, 14, 160, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sbasic/shared.po, 3544, 29440, 9715, 0, 0, 961, 5991, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sbasic/shared/01.po, 61, 398, 89, 0, 0, 6, 67, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 273, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc.po, 181, 944, 231, 0, 0, 6, 42, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc/00.po, 64, 156, 131, 0, 0, 137, 789, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc/01.po, 5933, 51214, 15246, 0, 0, 1562, 21941, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc/02.po, 119, 797, 205, 0, 0, 4, 13, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc/04.po, 181, 1428, 410, 0, 0, 6, 69, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc/05.po, 90, 715, 205, 0, 0, 47, 138, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/scalc/guide.po, 1355, 19373, 4088, 0, 0, 114, 2220, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/schart.po, 88, 796, 131, 0, 0, 8, 135, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/schart/00.po, 50, 314, 233, 0, 0, 10, 33, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/schart/01.po, 854, 10032, 1693, 0, 0, 118, 1794, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/schart/02.po, 25, 117, 28, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/schart/04.po, 32, 133, 40, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sdraw.po, 123, 732, 180, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sdraw/04.po, 103, 489, 187, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/sdraw/guide.po, 263, 2845, 619, 0, 0, 12, 227, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared.po, 218, 1962, 387, 0, 0, 32, 346, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/00.po, 796, 7003, 1743, 0, 0, 771, 8691, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/01.po, 3756, 29714, 5894, 0, 0, 1731, 22248, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/02.po, 1712, 19353, 2978, 0, 0, 470, 9769, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/04.po, 235, 965, 368, 0, 0, 78, 1106, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/05.po, 108, 1121, 190, 0, 0, 88, 1219, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/07.po, 4, 29, 10, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/autokorr.po, 47, 403, 58, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/autopi.po, 753, 6508, 1446, 0, 0, 134, 1886, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/explorer/database.po, 1460, 14346, 2951, 0, 0, 181, 4511, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/guide.po, 2070, 28698, 5785, 0, 0, 446, 7745, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/shared/optionen.po, 1293, 11760, 2663, 0, 0, 641, 11591, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/simpress.po, 197, 1363, 285, 0, 0, 2, 32, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/simpress/00.po, 154, 873, 521, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/simpress/01.po, 867, 6546, 1356, 0, 0, 179, 1968, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/simpress/02.po, 652, 6439, 1057, 0, 0, 8, 70, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/simpress/04.po, 189, 928, 314, 0, 0, 50, 210, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/simpress/guide.po, 601, 7917, 1663, 0, 0, 166, 2365, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/smath.po, 57, 613, 111, 0, 0, 3, 126, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/smath/00.po, 54, 228, 124, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/smath/01.po, 1070, 11386, 3146, 0, 0, 481, 2473, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/smath/02.po, 6, 97, 15, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/smath/04.po, 25, 130, 35, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/smath/guide.po, 96, 1031, 295, 0, 0, 8, 162, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter.po, 221, 1436, 315, 0, 0, 115, 1510, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter/00.po, 213, 1050, 817, 0, 0, 97, 768, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter/01.po, 2700, 25200, 4435, 0, 0, 646, 8593, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter/02.po, 373, 2443, 710, 0, 0, 53, 607, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter/04.po, 247, 1225, 485, 0, 0, 7, 51, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter/guide.po, 1908, 23471, 4499, 0, 0, 236, 4466, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter/librelogo.po, 299, 2534, 1365, 0, 0, 27, 485, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 1232, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/librelogo/source/pythonpath.po, 138, 173, 143, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 93, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 4, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/nlpsolver/src/locale.po, 41, 105, 56, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1645, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po, 3649, 7617, 3891, 0, 0, 28, 105, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/readlicense_oo/docs.po, 102, 2343, 442, 0, 0, 1, 60, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/reportdesign/messages.po, 258, 617, 280, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/sc/messages.po, 4534, 19717, 5426, 4, 34, 148, 509, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scaddins/messages.po, 900, 3185, 1026, 0, 0, 1, 3, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/sccomp/messages.po, 13, 56, 21, 0, 0, 1, 9, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/activex.po, 2, 16, 8, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/base.po, 10, 44, 23, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/calc.po, 22, 94, 60, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/draw.po, 41, 149, 138, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/extensions.po, 16, 65, 27, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/graphicfilter.po, 30, 101, 73, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/impress.po, 21, 81, 58, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/math.po, 10, 42, 23, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/onlineupdate.po, 2, 13, 3, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/ooo.po, 582, 2024, 866, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/quickstart.po, 2, 15, 4, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/winexplorerext.po, 2, 18, 9, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/writer.po, 27, 114, 71, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/sd/messages.po, 1226, 2824, 1357, 1, 1, 92, 126, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/setup_native/source/mac.po, 23, 131, 46, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/sfx2/messages.po, 552, 1985, 703, 0, 0, 29, 241, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/starmath/messages.po, 505, 968, 522, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/svtools/messages.po, 874, 2506, 1436, 0, 0, 40, 105, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/svx/messages.po, 2660, 6769, 3409, 0, 0, 186, 455, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/sw/messages.po, 3354, 7424, 3860, 0, 0, 87, 316, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/swext/mediawiki/help.po, 75, 1191, 221, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/swext/mediawiki/src.po, 2, 39, 4, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 56, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/sysui/desktop/share.po, 66, 277, 172, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/uui/messages.po, 156, 1523, 357, 0, 0, 1, 31, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/vcl/messages.po, 277, 552, 326, 0, 0, 79, 185, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/wizards/messages.po, 265, 1042, 287, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/wizards/source/resources.po, 554, 2286, 703, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/writerperfect/messages.po, 30, 65, 47, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ja/xmlsecurity/messages.po, 88, 418, 119, 0, 0, 3, 6, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/avmedia/messages.po, 19, 42, 39, 2, 2, 1, 1, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/basctl/messages.po, 106, 354, 324, 17, 28, 32, 229, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/basic/messages.po, 2, 6, 7, 39, 129, 94, 414, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/chart2/messages.po, 14, 16, 16, 60, 60, 546, 1292, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/cui/messages.po, 124, 176, 177, 351, 432, 1868, 4950, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dbaccess/messages.po, 23, 30, 28, 39, 41, 750, 4439, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/desktop/messages.po, 5, 5, 5, 10, 15, 147, 1205, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/hu_HU/dialog.po, 32, 71, 85, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/pt_BR/dialog.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/editeng/messages.po, 6, 6, 6, 24, 25, 235, 625, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/extensions/messages.po, 21, 25, 25, 94, 102, 548, 1972, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/extras/source/autocorr/emoji.po, 0, 0, 0, 90, 71, 1485, 1746, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/filter/messages.po, 4, 4, 4, 26, 27, 192, 787, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/filter/source/config/fragments/filters.po, 1, 1, 1, 1, 2, 218, 729, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/forms/messages.po, 0, 0, 0, 6, 6, 52, 324, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/formula/messages.po, 3, 3, 3, 12, 12, 423, 499, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/fpicker/messages.po, 4, 5, 5, 11, 13, 46, 145, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/framework/messages.po, 1, 1, 1, 1, 1, 27, 208, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/instsetoo_native/inc_openoffice/windows/msi_languages.po, 31, 31, 31, 5, 5, 521, 4318, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/librelogo/source/pythonpath.po, 1, 3, 4, 31, 33, 106, 137, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/nlpsolver/src/locale.po, 2, 2, 2, 1, 1, 38, 102, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/officecfg/registry/data/org/openoffice/Office.po, 42, 47, 48, 65, 65, 1201, 1729, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/officecfg/registry/data/org/openoffice/Office/UI.po, 93, 105, 112, 338, 363, 3246, 7254, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/reportdesign/messages.po, 9, 13, 14, 46, 57, 203, 547, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/sc/messages.po, 261, 273, 293, 455, 500, 3970, 19487, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scaddins/messages.po, 8, 8, 8, 30, 30, 863, 3150, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/sccomp/messages.po, 11, 47, 40, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/base.po, 0, 0, 0, 2, 5, 8, 39, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/calc.po, 2, 2, 3, 3, 6, 17, 86, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/draw.po, 0, 0, 0, 4, 7, 37, 142, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/extensions.po, 0, 0, 0, 1, 1, 15, 64, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/impress.po, 0, 0, 0, 3, 4, 18, 77, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/math.po, 0, 0, 0, 3, 6, 7, 36, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/ooo.po, 42, 228, 273, 12, 56, 528, 1740, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/writer.po, 0, 0, 0, 1, 1, 26, 113, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/sd/messages.po, 48, 53, 55, 159, 170, 1112, 2728, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/setup_native/source/mac.po, 13, 72, 67, 0, 0, 10, 59, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/sfx2/messages.po, 31, 33, 35, 94, 102, 456, 2091, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 0, 0, 1, 1, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/starmath/messages.po, 8, 8, 8, 46, 50, 451, 910, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/svtools/messages.po, 20, 22, 25, 53, 72, 841, 2517, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/svx/messages.po, 67, 71, 72, 213, 221, 2566, 6932, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/sw/messages.po, 176, 185, 194, 556, 604, 2709, 6951, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/swext/mediawiki/help.po, 2, 2, 2, 4, 4, 83, 1398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 3, 3, 3, 3, 3, 26, 175, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/sysui/desktop/share.po, 1, 1, 2, 2, 2, 63, 274, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/uui/messages.po, 3, 3, 4, 3, 5, 151, 1546, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/vcl/messages.po, 18, 18, 18, 42, 43, 296, 676, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/wizards/messages.po, 6, 6, 6, 20, 20, 239, 1016, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/wizards/source/resources.po, 10, 10, 10, 38, 46, 506, 2230, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/writerperfect/messages.po, 0, 0, 0, 2, 2, 28, 63, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/jv/xmlsecurity/messages.po, 5, 5, 5, 3, 3, 83, 416, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/accessibility/messages.po, 9, 15, 15, 0, 0, 2, 12, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/avmedia/messages.po, 16, 26, 22, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/basctl/messages.po, 112, 425, 345, 24, 36, 19, 150, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/basic/messages.po, 11, 23, 18, 117, 498, 7, 28, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/chart2/messages.po, 197, 301, 309, 147, 245, 276, 822, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/messages.po, 8, 56, 26, 0, 0, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/cui/messages.po, 894, 1832, 1651, 624, 1061, 825, 2665, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dbaccess/messages.po, 379, 2211, 1665, 211, 960, 222, 1339, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/desktop/messages.po, 62, 295, 234, 13, 75, 87, 855, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/en/dialog.po, 3, 4, 4, 0, 0, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/hu_HU/dialog.po, 6, 7, 8, 0, 0, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/ru_RU/dialog.po, 3, 4, 4, 0, 0, 11, 22, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/editeng/messages.po, 116, 218, 201, 21, 26, 128, 412, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/extensions/messages.po, 359, 773, 700, 180, 698, 124, 628, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/extras/source/autocorr/emoji.po, 42, 42, 42, 195, 184, 1338, 1591, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/filter/messages.po, 62, 220, 180, 31, 51, 129, 547, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/filter/source/config/fragments/filters.po, 19, 55, 54, 10, 27, 191, 650, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/filter/source/config/fragments/types.po, 6, 24, 21, 3, 10, 29, 87, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/forms/messages.po, 50, 293, 200, 2, 3, 6, 34, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/formula/messages.po, 44, 44, 44, 20, 21, 368, 443, 432, 508 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/fpicker/messages.po, 31, 88, 76, 15, 34, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/framework/messages.po, 11, 71, 52, 6, 14, 12, 125, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/auxiliary.po, 6, 6, 6, 0, 0, 99, 296, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sbasic/guide.po, 34, 281, 207, 0, 0, 69, 1064, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sbasic/shared.po, 1335, 5661, 4508, 0, 0, 3170, 29770, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sbasic/shared/01.po, 39, 208, 167, 0, 0, 28, 257, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sbasic/shared/02.po, 142, 851, 617, 0, 0, 56, 631, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc.po, 146, 583, 513, 0, 0, 41, 403, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc/00.po, 60, 129, 126, 0, 0, 141, 816, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc/01.po, 3482, 19046, 13441, 0, 0, 4013, 54109, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc/02.po, 110, 715, 524, 0, 0, 13, 95, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc/04.po, 163, 1184, 895, 0, 0, 24, 313, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc/05.po, 71, 453, 341, 0, 0, 66, 400, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/scalc/guide.po, 83, 285, 207, 0, 0, 1386, 21308, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/schart.po, 11, 90, 68, 0, 0, 85, 841, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/schart/01.po, 196, 618, 507, 0, 0, 776, 11208, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/schart/04.po, 27, 101, 75, 0, 0, 5, 32, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sdraw.po, 110, 653, 502, 0, 0, 13, 79, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sdraw/04.po, 88, 327, 261, 0, 0, 15, 162, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/sdraw/guide.po, 66, 359, 284, 0, 0, 209, 2713, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared.po, 177, 1476, 1119, 0, 0, 73, 832, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/00.po, 414, 933, 794, 0, 0, 1153, 14761, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/01.po, 1401, 4350, 3295, 0, 0, 4086, 47612, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/02.po, 523, 3108, 2385, 0, 0, 1659, 26014, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/04.po, 142, 288, 313, 0, 0, 171, 1783, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/05.po, 64, 546, 411, 0, 0, 132, 1794, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/07.po, 1, 5, 3, 0, 0, 6, 77, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/autokorr.po, 19, 239, 137, 0, 0, 29, 181, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/autopi.po, 255, 937, 755, 0, 0, 632, 7457, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/explorer/database.po, 597, 3898, 2891, 0, 0, 1044, 14959, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/guide.po, 53, 313, 196, 0, 0, 2463, 36130, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/shared/optionen.po, 719, 2482, 1936, 0, 0, 1215, 20869, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/simpress.po, 63, 166, 124, 0, 0, 136, 1229, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/simpress/00.po, 143, 811, 722, 0, 0, 20, 91, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/simpress/01.po, 182, 284, 237, 0, 0, 864, 8230, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/simpress/02.po, 630, 6164, 4558, 0, 0, 30, 345, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/simpress/04.po, 151, 511, 404, 0, 0, 88, 627, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/simpress/guide.po, 32, 140, 102, 0, 0, 735, 10142, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/smath.po, 45, 241, 186, 0, 0, 15, 498, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/smath/00.po, 53, 224, 170, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/smath/01.po, 376, 3116, 2199, 0, 0, 1175, 10743, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/smath/04.po, 25, 130, 93, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/smath/guide.po, 3, 3, 3, 0, 0, 101, 1190, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter.po, 196, 987, 819, 0, 0, 140, 1959, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter/00.po, 56, 170, 142, 0, 0, 254, 1648, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter/01.po, 2447, 21342, 14654, 0, 0, 899, 12451, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter/02.po, 354, 2208, 1650, 0, 0, 72, 842, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter/04.po, 228, 1009, 860, 0, 0, 26, 267, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter/guide.po, 195, 847, 568, 0, 0, 1949, 27090, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter/librelogo.po, 30, 31, 31, 0, 0, 296, 2988, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po, 96, 110, 114, 8, 14, 451, 4224, 555, 4348 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/librelogo/source/pythonpath.po, 54, 58, 59, 5, 5, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 3, 1, 3, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/nlpsolver/src/locale.po, 11, 12, 12, 1, 1, 29, 92, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/officecfg/registry/data/org/openoffice/Office.po, 1190, 1273, 1306, 2, 5, 116, 563, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po, 2310, 4559, 4408, 488, 904, 879, 2259, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/readlicense_oo/docs.po, 17, 164, 142, 0, 0, 86, 2239, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/reportdesign/messages.po, 99, 145, 142, 45, 73, 114, 399, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/sc/messages.po, 1121, 2303, 1955, 894, 1627, 2671, 16330, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scaddins/messages.po, 778, 2520, 1790, 12, 16, 108, 649, 898, 3185 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/base.po, 8, 40, 36, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/calc.po, 19, 81, 76, 0, 0, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/draw.po, 13, 52, 44, 2, 9, 26, 88, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/extensions.po, 3, 9, 7, 0, 0, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/impress.po, 14, 57, 52, 1, 4, 6, 20, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/ooo.po, 84, 110, 106, 2, 2, 496, 1912, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/quickstart.po, 2, 15, 9, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/writer.po, 18, 54, 54, 1, 3, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/sd/messages.po, 451, 1115, 937, 320, 539, 548, 1297, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/setup_native/source/mac.po, 2, 2, 2, 0, 0, 21, 129, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/sfx2/messages.po, 210, 534, 450, 123, 359, 248, 1333, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/starmath/messages.po, 293, 500, 473, 85, 125, 124, 340, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/svtools/messages.po, 392, 1092, 953, 41, 133, 481, 1386, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/svx/messages.po, 1519, 3367, 3133, 494, 1095, 833, 2762, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/sw/messages.po, 1566, 2756, 2716, 876, 1682, 999, 3302, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/swext/mediawiki/help.po, 7, 10, 12, 4, 4, 78, 1390, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 10, 10, 12, 3, 3, 19, 168, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/sysui/desktop/share.po, 35, 144, 140, 4, 22, 27, 111, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/uui/messages.po, 70, 626, 458, 15, 31, 72, 897, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/vcl/messages.po, 157, 244, 221, 27, 49, 172, 444, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/wizards/messages.po, 235, 992, 801, 6, 6, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/wizards/source/resources.po, 435, 1824, 1395, 58, 255, 61, 207, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/writerperfect/messages.po, 1, 2, 2, 4, 6, 25, 57, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ka/xmlsecurity/messages.po, 18, 37, 29, 20, 62, 53, 325, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/basctl/messages.po, 155, 611, 664, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/basic/messages.po, 135, 549, 604, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/chart2/messages.po, 620, 1368, 1615, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/messages.po, 106, 1047, 973, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/cui/messages.po, 2342, 5554, 6277, 0, 0, 1, 4, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dbaccess/messages.po, 812, 4510, 4520, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/desktop/messages.po, 162, 1225, 1219, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/af_ZA.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/en/dialog.po, 37, 176, 204, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/es.po, 1, 12, 17, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/et_EE.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/gd_GB.po, 1, 4, 7, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/hr_HR.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/hu_HU/dialog.po, 32, 71, 90, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/id.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/lt_LT.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/lv_LV.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/nl_NL.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/ru_RU/dialog.po, 13, 25, 36, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/sr.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/te_IN.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/dictionaries/zu_ZA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/editeng/messages.po, 265, 656, 759, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/extensions/messages.po, 663, 2099, 2219, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/extras/source/autocorr/emoji.po, 1575, 1817, 1989, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/filter/messages.po, 222, 818, 890, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/filter/source/config/fragments/filters.po, 220, 732, 783, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 143, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/filter/source/config/fragments/types.po, 38, 121, 133, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/forms/messages.po, 58, 330, 318, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/formula/messages.po, 411, 472, 615, 0, 0, 0, 0, 411, 472 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/fpicker/messages.po, 61, 163, 172, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/framework/messages.po, 29, 210, 240, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4351, 4364, 0, 0, 0, 0, 556, 4351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/librelogo/source/pythonpath.po, 138, 173, 181, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 650, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/nlpsolver/src/locale.po, 41, 105, 129, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/officecfg/registry/data/org/openoffice.po, 9, 28, 39, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/officecfg/registry/data/org/openoffice/Office.po, 1080, 1600, 1801, 0, 0, 228, 241, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/officecfg/registry/data/org/openoffice/Office/UI.po, 2101, 3772, 4567, 41, 60, 1535, 3890, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/readlicense_oo/docs.po, 102, 2343, 2252, 0, 0, 1, 60, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/reportdesign/messages.po, 258, 617, 667, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/sc/messages.po, 3271, 9618, 9882, 38, 85, 1377, 10557, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scaddins/messages.po, 453, 1227, 1081, 6, 6, 441, 1954, 900, 3187 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/sccomp/messages.po, 14, 65, 74, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/base.po, 10, 44, 54, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/calc.po, 21, 89, 102, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/draw.po, 26, 95, 97, 2, 7, 13, 47, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/extensions.po, 9, 33, 39, 0, 0, 7, 32, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/graphicfilter.po, 30, 101, 115, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/impress.po, 21, 81, 95, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/math.po, 10, 42, 48, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/onlineupdate.po, 1, 2, 2, 0, 0, 1, 11, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/ooo.po, 345, 770, 986, 11, 72, 226, 1182, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/quickstart.po, 1, 1, 2, 0, 0, 1, 14, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/writer.po, 23, 96, 90, 2, 7, 2, 11, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/sd/messages.po, 1175, 2780, 3105, 0, 0, 144, 171, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/sfx2/messages.po, 575, 2091, 2080, 0, 0, 6, 135, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/starmath/messages.po, 302, 439, 452, 1, 1, 200, 526, 503, 966 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/svtools/messages.po, 692, 1948, 2048, 95, 171, 127, 492, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/svx/messages.po, 2687, 6845, 7593, 31, 80, 128, 299, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/sw/messages.po, 3355, 7612, 8797, 0, 0, 82, 123, 3437, 7735 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/swext/mediawiki/help.po, 75, 1191, 1181, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/swext/mediawiki/src.po, 2, 39, 40, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 160, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/sysui/desktop/share.po, 66, 277, 316, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/uui/messages.po, 157, 1554, 1501, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/vcl/messages.po, 284, 569, 621, 0, 0, 72, 168, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/wizards/messages.po, 265, 1042, 1039, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/wizards/source/resources.po, 554, 2286, 2278, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/writerperfect/messages.po, 30, 65, 75, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kab/xmlsecurity/messages.po, 91, 424, 440, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/basctl/messages.po, 155, 611, 547, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/basic/messages.po, 135, 549, 524, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/chart2/messages.po, 620, 1368, 1383, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/messages.po, 106, 1047, 780, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/cui/messages.po, 2343, 5558, 5325, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dbaccess/messages.po, 812, 4510, 3550, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/desktop/messages.po, 162, 1225, 1022, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/en/dialog.po, 37, 176, 165, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/hu_HU/dialog.po, 32, 71, 75, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/ru_RU/dialog.po, 14, 26, 23, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/editeng/messages.po, 265, 656, 716, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/extensions/messages.po, 663, 2099, 1846, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/extras/source/autocorr/emoji.po, 1206, 1419, 1720, 0, 0, 369, 398, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/filter/messages.po, 222, 818, 737, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/filter/source/config/fragments/filters.po, 220, 732, 749, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/filter/source/config/fragments/types.po, 38, 121, 127, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/forms/messages.po, 58, 330, 255, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/fpicker/messages.po, 61, 163, 147, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/framework/messages.po, 29, 210, 160, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3609, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 508, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1784, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8032, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/readlicense_oo/docs.po, 103, 2403, 1967, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/reportdesign/messages.po, 258, 617, 595, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/sc/messages.po, 4686, 20260, 15796, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scaddins/messages.po, 901, 3188, 2958, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/draw.po, 41, 149, 144, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/graphicfilter.po, 30, 101, 119, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/impress.po, 21, 81, 78, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/onlineupdate.po, 2, 13, 8, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/ooo.po, 582, 2024, 2130, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/sd/messages.po, 1319, 2951, 2865, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/setup_native/source/mac.po, 23, 131, 110, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/sfx2/messages.po, 581, 2226, 1990, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/starmath/messages.po, 505, 968, 1015, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/svtools/messages.po, 914, 2611, 2469, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/svx/messages.po, 2846, 7224, 6963, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/sw/messages.po, 3440, 7739, 7575, 0, 0, 0, 0, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/swext/mediawiki/help.po, 89, 1404, 1073, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 133, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/sysui/desktop/share.po, 66, 277, 286, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/uui/messages.po, 157, 1554, 1241, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/vcl/messages.po, 347, 707, 697, 0, 0, 9, 30, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/wizards/messages.po, 265, 1042, 852, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/wizards/source/resources.po, 554, 2286, 1869, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/writerperfect/messages.po, 30, 65, 65, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kk/xmlsecurity/messages.po, 91, 424, 374, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/accessibility/messages.po, 1, 1, 1, 1, 1, 9, 25, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/avmedia/messages.po, 13, 15, 14, 1, 1, 8, 29, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/basctl/messages.po, 80, 259, 164, 17, 22, 58, 330, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/basic/messages.po, 0, 0, 0, 3, 8, 132, 541, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/chart2/messages.po, 8, 8, 8, 50, 51, 562, 1309, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/cui/messages.po, 89, 93, 93, 291, 352, 1963, 5113, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dbaccess/messages.po, 12, 12, 12, 43, 54, 757, 4444, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/desktop/messages.po, 6, 20, 12, 14, 21, 142, 1184, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/hu_HU/dialog.po, 0, 0, 0, 1, 1, 31, 70, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/ru_RU/dialog.po, 0, 0, 0, 1, 1, 13, 25, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/dictionaries/zu_ZA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/editeng/messages.po, 4, 4, 4, 24, 25, 237, 627, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/extensions/messages.po, 10, 10, 10, 82, 92, 571, 1997, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/extras/source/autocorr/emoji.po, 0, 0, 0, 89, 70, 1486, 1747, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/filter/messages.po, 5, 5, 5, 16, 17, 201, 796, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/filter/source/config/fragments/filters.po, 63, 232, 230, 3, 7, 154, 493, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/filter/source/config/fragments/types.po, 15, 44, 43, 1, 5, 22, 72, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/forms/messages.po, 5, 22, 10, 5, 5, 48, 303, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/formula/messages.po, 1, 1, 1, 10, 10, 427, 503, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/fpicker/messages.po, 4, 5, 5, 8, 10, 49, 148, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/framework/messages.po, 1, 1, 1, 1, 1, 27, 208, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 8, 8, 8, 27, 31, 522, 4315, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/librelogo/source/pythonpath.po, 0, 0, 0, 29, 29, 109, 144, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/nlpsolver/src/locale.po, 2, 2, 2, 1, 1, 38, 102, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/officecfg/registry/data/org/openoffice/Office.po, 18, 34, 34, 80, 85, 1210, 1722, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/officecfg/registry/data/org/openoffice/Office/UI.po, 80, 80, 98, 264, 269, 3333, 7373, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/reportdesign/messages.po, 6, 7, 7, 39, 40, 213, 570, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/sc/messages.po, 171, 174, 175, 377, 398, 4138, 19688, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scaddins/messages.po, 6, 6, 6, 34, 34, 861, 3148, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/base.po, 0, 0, 0, 1, 2, 9, 42, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/calc.po, 2, 3, 3, 4, 11, 16, 80, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/draw.po, 0, 0, 0, 4, 8, 37, 141, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/extensions.po, 0, 0, 0, 1, 1, 15, 64, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/impress.po, 0, 0, 0, 4, 8, 17, 73, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/math.po, 0, 0, 0, 2, 3, 8, 39, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/ooo.po, 0, 0, 0, 20, 30, 562, 1994, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/writer.po, 1, 2, 2, 3, 8, 23, 104, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/sd/messages.po, 34, 36, 37, 132, 140, 1153, 2775, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/setup_native/source/mac.po, 0, 0, 0, 2, 2, 21, 129, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/sfx2/messages.po, 25, 26, 28, 81, 88, 475, 2112, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/shell/source/win32/shlxthandler/res.po, 1, 1, 1, 11, 11, 25, 33, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/starmath/messages.po, 2, 2, 3, 36, 37, 467, 929, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/svtools/messages.po, 9, 9, 9, 57, 74, 848, 2528, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/svx/messages.po, 31, 34, 33, 206, 219, 2609, 6971, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/sw/messages.po, 117, 119, 120, 469, 495, 2855, 7126, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/swext/mediawiki/help.po, 0, 0, 0, 3, 3, 86, 1401, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 2, 2, 2, 3, 3, 27, 176, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/sysui/desktop/share.po, 1, 1, 1, 5, 13, 60, 263, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/uui/messages.po, 3, 3, 3, 3, 5, 151, 1546, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/vcl/messages.po, 12, 12, 12, 46, 47, 298, 678, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/wizards/messages.po, 4, 4, 4, 17, 17, 244, 1021, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/wizards/source/resources.po, 4, 4, 4, 30, 35, 520, 2247, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/writerperfect/messages.po, 0, 0, 0, 1, 1, 29, 64, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kl/xmlsecurity/messages.po, 1, 1, 1, 7, 7, 83, 416, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/avmedia/messages.po, 19, 36, 21, 1, 4, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/basctl/messages.po, 132, 540, 223, 21, 39, 2, 32, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/basic/messages.po, 18, 52, 34, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/chart2/messages.po, 534, 1151, 711, 67, 144, 19, 73, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/messages.po, 104, 1017, 447, 0, 0, 2, 30, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/cui/messages.po, 1580, 3786, 2007, 524, 1054, 239, 718, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dbaccess/messages.po, 567, 3179, 1326, 217, 1202, 28, 129, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/desktop/messages.po, 128, 707, 352, 24, 393, 10, 125, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/af_ZA.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/ar.po, 1, 5, 2, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/bg_BG.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/ca.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/da_DK.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/de.po, 1, 10, 7, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/el_GR.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/en.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/en/dialog.po, 37, 176, 115, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/et_EE.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/fr_FR.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/gl.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/hr_HR.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/hu_HU.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/hu_HU/dialog.po, 32, 71, 33, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/it_IT.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/kmr_Latn.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/lt_LT.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/lv_LV.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/ne_NP.po, 1, 5, 2, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/nl_NL.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/no.po, 1, 10, 5, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/pl_PL.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/pt_BR.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/pt_PT.po, 1, 8, 3, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/ro.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/ru_RU.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/ru_RU/dialog.po, 13, 25, 14, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/sk_SK.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/sl_SI.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/sr.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/te_IN.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/uk_UA.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/editeng/messages.po, 258, 641, 387, 3, 4, 4, 11, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/extensions/messages.po, 432, 1353, 657, 198, 632, 33, 114, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/extras/source/autocorr/emoji.po, 57, 50, 49, 205, 203, 1313, 1564, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/filter/messages.po, 169, 633, 333, 39, 112, 14, 73, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/filter/source/config/fragments/filters.po, 160, 554, 509, 10, 36, 50, 142, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/filter/source/config/fragments/types.po, 24, 80, 77, 1, 5, 13, 36, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/forms/messages.po, 57, 321, 124, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/formula/messages.po, 388, 436, 434, 20, 26, 28, 50, 436, 512 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/fpicker/messages.po, 31, 88, 51, 19, 43, 11, 32, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/framework/messages.po, 20, 184, 57, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/auxiliary.po, 92, 266, 152, 0, 0, 13, 36, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 426, 0, 0, 14, 160, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sbasic/shared.po, 3557, 29611, 14770, 0, 0, 948, 5820, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sbasic/shared/01.po, 62, 396, 158, 0, 0, 5, 69, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 496, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc.po, 178, 940, 433, 0, 0, 9, 46, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc/00.po, 63, 155, 123, 0, 0, 138, 790, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc/01.po, 5800, 51349, 22057, 0, 0, 1695, 21806, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc/02.po, 118, 796, 312, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc/04.po, 181, 1428, 491, 0, 0, 6, 69, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc/05.po, 92, 751, 312, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/scalc/guide.po, 1364, 19648, 7009, 0, 0, 105, 1945, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/schart.po, 87, 794, 285, 0, 0, 9, 137, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/schart/00.po, 50, 314, 211, 0, 0, 10, 33, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/schart/01.po, 886, 10516, 3263, 0, 0, 86, 1310, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/schart/02.po, 25, 117, 37, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/schart/04.po, 32, 133, 70, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sdraw.po, 120, 718, 348, 0, 0, 3, 14, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sdraw/00.po, 2, 8, 3, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sdraw/01.po, 3, 12, 5, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sdraw/04.po, 102, 486, 224, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/sdraw/guide.po, 259, 2780, 1069, 0, 0, 16, 292, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared.po, 218, 1962, 710, 0, 0, 32, 346, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/00.po, 813, 7460, 2757, 0, 0, 754, 8234, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/01.po, 3879, 31680, 10779, 0, 0, 1608, 20282, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/02.po, 1750, 19718, 6073, 0, 0, 432, 9404, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/04.po, 238, 983, 478, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/05.po, 109, 1125, 371, 0, 0, 87, 1215, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/07.po, 4, 29, 16, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/autokorr.po, 48, 420, 130, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/autopi.po, 757, 6572, 2343, 0, 0, 130, 1822, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/explorer/database.po, 1469, 14596, 4896, 0, 0, 172, 4261, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/guide.po, 2101, 29585, 10915, 0, 0, 415, 6858, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/shared/optionen.po, 1542, 16921, 5534, 0, 0, 392, 6430, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/simpress.po, 186, 1316, 529, 0, 0, 13, 79, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/simpress/00.po, 154, 873, 563, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/simpress/01.po, 870, 6631, 2498, 0, 0, 176, 1883, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/simpress/02.po, 653, 6468, 2214, 0, 0, 7, 41, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/simpress/04.po, 198, 989, 468, 0, 0, 41, 149, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/simpress/guide.po, 603, 7994, 2918, 0, 0, 164, 2288, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/smath.po, 56, 609, 254, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/smath/00.po, 54, 228, 139, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/smath/01.po, 1114, 11612, 5106, 0, 0, 437, 2247, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/smath/02.po, 6, 97, 27, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/smath/04.po, 25, 130, 63, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/smath/guide.po, 96, 1031, 458, 0, 0, 8, 162, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter.po, 217, 1414, 628, 0, 0, 119, 1532, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter/00.po, 213, 1050, 748, 0, 0, 97, 768, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter/01.po, 2754, 26059, 9165, 0, 0, 592, 7734, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter/02.po, 377, 2486, 1104, 0, 0, 49, 564, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter/04.po, 248, 1239, 561, 0, 0, 6, 37, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter/guide.po, 1938, 24248, 8787, 0, 0, 206, 3689, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter/librelogo.po, 310, 2637, 1691, 1, 120, 15, 262, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 2186, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/librelogo/source/pythonpath.po, 137, 170, 147, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 496, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 6, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/nlpsolver/src/locale.po, 41, 105, 78, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/officecfg/registry/data/org/openoffice.po, 8, 25, 16, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/officecfg/registry/data/org/openoffice/Office.po, 1279, 1742, 1448, 10, 65, 19, 34, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/officecfg/registry/data/org/openoffice/Office/UI.po, 2641, 5351, 3042, 497, 940, 539, 1431, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/readlicense_oo/docs.po, 88, 1760, 700, 1, 85, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/reportdesign/messages.po, 209, 499, 265, 46, 115, 3, 3, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/sc/messages.po, 3309, 14930, 6155, 777, 2325, 600, 3005, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scaddins/messages.po, 878, 3053, 1222, 15, 31, 5, 101, 898, 3185 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/sccomp/messages.po, 12, 51, 27, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/base.po, 10, 44, 30, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/calc.po, 21, 89, 65, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/draw.po, 41, 149, 130, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/extensions.po, 16, 65, 33, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/graphicfilter.po, 30, 101, 82, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/impress.po, 21, 81, 64, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/math.po, 10, 42, 30, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/onlineupdate.po, 2, 13, 5, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/ooo.po, 557, 1914, 931, 11, 55, 14, 55, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/quickstart.po, 2, 15, 6, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/winexplorerext.po, 2, 18, 8, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/writer.po, 27, 114, 82, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/sd/messages.po, 747, 1813, 940, 279, 555, 293, 583, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/setup_native/source/mac.po, 22, 119, 57, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/sfx2/messages.po, 324, 992, 486, 129, 466, 128, 768, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/starmath/messages.po, 407, 764, 490, 65, 106, 33, 98, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/svtools/messages.po, 763, 1968, 1404, 56, 350, 95, 293, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/svx/messages.po, 1976, 4754, 2820, 488, 1155, 382, 1315, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/sw/messages.po, 2290, 4742, 2934, 675, 1556, 476, 1442, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/swext/mediawiki/help.po, 47, 353, 121, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/swext/mediawiki/src.po, 2, 39, 13, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 82, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/sysui/desktop/share.po, 64, 257, 187, 2, 20, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/uui/messages.po, 117, 1067, 440, 16, 126, 24, 361, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/vcl/messages.po, 239, 451, 300, 24, 58, 93, 228, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/wizards/messages.po, 259, 1036, 448, 5, 5, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/wizards/source/resources.po, 489, 2013, 860, 56, 210, 9, 63, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/writerperfect/messages.po, 2, 3, 2, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/km/xmlsecurity/messages.po, 55, 223, 76, 18, 131, 18, 70, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/accessibility/messages.po, 7, 13, 16, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/avmedia/messages.po, 17, 27, 26, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/basctl/messages.po, 97, 392, 390, 35, 52, 23, 167, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/basic/messages.po, 17, 49, 56, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/chart2/messages.po, 228, 481, 523, 178, 330, 214, 557, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/messages.po, 96, 942, 804, 6, 48, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/cui/messages.po, 614, 1337, 1408, 754, 1265, 975, 2956, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dbaccess/messages.po, 423, 2479, 2336, 243, 1294, 146, 737, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/desktop/messages.po, 98, 480, 507, 36, 362, 28, 383, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/en/dialog.po, 1, 1, 2, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 7, 25, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/ru_RU/dialog.po, 3, 3, 4, 2, 4, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/editeng/messages.po, 225, 534, 642, 24, 80, 16, 42, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/extensions/messages.po, 399, 991, 1042, 211, 832, 53, 276, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/extras/source/autocorr/emoji.po, 42, 38, 39, 179, 170, 1354, 1609, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/filter/messages.po, 53, 207, 235, 31, 61, 138, 550, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/filter/source/config/fragments/filters.po, 80, 276, 285, 11, 29, 129, 427, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/filter/source/config/fragments/types.po, 15, 41, 42, 3, 12, 20, 68, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/forms/messages.po, 54, 314, 294, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/formula/messages.po, 290, 293, 300, 64, 90, 72, 119, 426, 502 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/fpicker/messages.po, 30, 87, 87, 15, 34, 16, 42, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/framework/messages.po, 18, 167, 165, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 526, 4025, 4712, 10, 105, 19, 218, 555, 4348 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/librelogo/source/pythonpath.po, 19, 21, 28, 38, 40, 81, 112, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/nlpsolver/src/locale.po, 9, 9, 9, 6, 7, 26, 89, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po, 1178, 1265, 1274, 18, 21, 112, 555, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po, 2084, 4090, 4767, 592, 1117, 1001, 2515, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/readlicense_oo/docs.po, 11, 60, 58, 0, 0, 92, 2343, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/reportdesign/messages.po, 142, 313, 345, 82, 164, 34, 140, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/sc/messages.po, 1647, 4742, 4131, 898, 1981, 2141, 13537, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scaddins/messages.po, 414, 883, 723, 77, 249, 408, 2054, 899, 3186 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/sccomp/messages.po, 11, 47, 46, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/base.po, 8, 40, 49, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/calc.po, 17, 56, 77, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/draw.po, 13, 52, 57, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/graphicfilter.po, 28, 91, 142, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/impress.po, 19, 74, 80, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/ooo.po, 259, 334, 342, 150, 857, 173, 833, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/writer.po, 22, 69, 78, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/sd/messages.po, 363, 841, 886, 331, 612, 625, 1498, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/setup_native/source/mac.po, 22, 119, 123, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/sfx2/messages.po, 188, 515, 531, 144, 444, 249, 1267, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/starmath/messages.po, 270, 472, 483, 105, 150, 127, 343, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/svtools/messages.po, 568, 1442, 1467, 75, 181, 271, 988, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/svx/messages.po, 1040, 2120, 2231, 599, 1340, 1207, 3764, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/sw/messages.po, 1184, 1998, 2273, 1118, 2001, 1139, 3741, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/swext/mediawiki/help.po, 44, 304, 273, 24, 702, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/sysui/desktop/share.po, 43, 153, 163, 10, 52, 13, 72, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/uui/messages.po, 93, 906, 901, 22, 149, 42, 499, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/vcl/messages.po, 143, 227, 248, 54, 110, 159, 400, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/wizards/messages.po, 202, 887, 875, 30, 73, 33, 82, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/wizards/source/resources.po, 432, 1782, 1743, 57, 240, 65, 264, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kmr-Latn/xmlsecurity/messages.po, 19, 36, 34, 15, 57, 57, 331, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/basctl/messages.po, 143, 564, 471, 10, 15, 2, 32, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/basic/messages.po, 132, 539, 486, 3, 10, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/chart2/messages.po, 560, 1232, 1328, 55, 102, 5, 34, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/messages.po, 104, 1017, 702, 0, 0, 2, 30, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/cui/messages.po, 1633, 4013, 4065, 478, 858, 232, 687, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dbaccess/messages.po, 525, 2951, 2333, 266, 1444, 21, 115, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/desktop/messages.po, 118, 664, 559, 34, 436, 10, 125, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/en/dialog.po, 37, 176, 182, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/hu_HU/dialog.po, 32, 71, 76, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/editeng/messages.po, 256, 629, 613, 5, 16, 4, 11, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/extensions/messages.po, 450, 1362, 1251, 197, 649, 16, 88, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/extras/source/autocorr/emoji.po, 56, 50, 50, 203, 200, 1316, 1567, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/filter/messages.po, 170, 635, 594, 38, 110, 14, 73, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/filter/source/config/fragments/filters.po, 120, 413, 411, 51, 179, 49, 140, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 141, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/filter/source/config/fragments/types.po, 24, 80, 81, 1, 5, 13, 36, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/forms/messages.po, 57, 321, 235, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/formula/messages.po, 365, 415, 419, 41, 45, 28, 50, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/fpicker/messages.po, 29, 84, 87, 21, 47, 11, 32, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/framework/messages.po, 21, 193, 153, 6, 14, 2, 3, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3572, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/librelogo/source/pythonpath.po, 137, 170, 175, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 499, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/officecfg/registry/data/org/openoffice.po, 8, 25, 25, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/officecfg/registry/data/org/openoffice/Office.po, 1279, 1742, 2579, 10, 65, 19, 34, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po, 2596, 5286, 5728, 542, 1005, 539, 1431, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/readlicense_oo/docs.po, 88, 1760, 1379, 1, 85, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/reportdesign/messages.po, 205, 496, 477, 51, 118, 2, 3, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/sc/messages.po, 3169, 13706, 10044, 949, 3706, 568, 2848, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scaddins/messages.po, 881, 3056, 2053, 15, 31, 5, 101, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/sccomp/messages.po, 12, 51, 41, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/calc.po, 21, 89, 86, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/draw.po, 41, 149, 145, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/extensions.po, 16, 65, 55, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/impress.po, 21, 81, 84, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/ooo.po, 561, 1938, 1842, 8, 34, 13, 52, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/sd/messages.po, 728, 1790, 1731, 296, 574, 295, 587, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/setup_native/source/mac.po, 22, 119, 103, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/sfx2/messages.po, 315, 949, 905, 141, 531, 125, 746, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/starmath/messages.po, 408, 774, 785, 64, 96, 33, 98, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/svtools/messages.po, 771, 1981, 1795, 55, 353, 88, 277, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/svx/messages.po, 1955, 4693, 4557, 523, 1258, 368, 1273, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/sw/messages.po, 1729, 3249, 3261, 949, 1925, 763, 2566, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/swext/mediawiki/help.po, 47, 353, 295, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 128, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/sysui/desktop/share.po, 65, 261, 258, 1, 16, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/uui/messages.po, 121, 1087, 849, 19, 151, 17, 316, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/vcl/messages.po, 238, 450, 445, 25, 59, 93, 228, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/wizards/messages.po, 263, 1040, 834, 1, 1, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/wizards/source/resources.po, 472, 1996, 1613, 73, 227, 9, 63, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/writerperfect/messages.po, 3, 4, 4, 3, 7, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kn/xmlsecurity/messages.po, 45, 204, 174, 28, 150, 18, 70, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/avmedia/messages.po, 22, 45, 45, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/basctl/messages.po, 155, 611, 480, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/basic/messages.po, 135, 549, 536, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/chart2/messages.po, 620, 1368, 1285, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/messages.po, 106, 1047, 760, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 7, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/cui/messages.po, 2337, 5536, 5072, 0, 0, 6, 22, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dbaccess/messages.po, 812, 4510, 3348, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/desktop/messages.po, 162, 1225, 951, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/en/dialog.po, 37, 176, 180, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/editeng/messages.po, 265, 656, 643, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/extensions/messages.po, 663, 2099, 1745, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/extras/source/autocorr/emoji.po, 1575, 1817, 1860, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/filter/messages.po, 222, 818, 720, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/filter/source/config/fragments/filters.po, 220, 732, 760, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/filter/source/config/fragments/types.po, 38, 121, 132, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/forms/messages.po, 58, 330, 236, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/formula/messages.po, 433, 509, 511, 0, 0, 0, 0, 433, 509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/fpicker/messages.po, 61, 163, 138, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/framework/messages.po, 29, 210, 178, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/auxiliary.po, 94, 272, 243, 0, 0, 11, 30, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sbasic/guide.po, 88, 1177, 941, 0, 0, 15, 168, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sbasic/shared.po, 3490, 29212, 22347, 0, 0, 1015, 6219, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 262, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1100, 0, 0, 3, 78, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc.po, 187, 986, 813, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc/00.po, 61, 152, 164, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc/01.po, 5543, 49144, 34359, 0, 0, 1952, 24011, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc/02.po, 117, 795, 593, 0, 0, 6, 15, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc/04.po, 169, 1264, 1004, 0, 0, 18, 233, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc/05.po, 85, 705, 549, 0, 0, 52, 148, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/scalc/guide.po, 1339, 18959, 13542, 0, 0, 130, 2634, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/schart.po, 95, 897, 694, 0, 0, 1, 34, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/schart/00.po, 56, 331, 281, 0, 0, 4, 16, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/schart/01.po, 972, 11826, 8479, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/schart/02.po, 25, 117, 89, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sdraw.po, 123, 732, 592, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sdraw/04.po, 103, 489, 504, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2346, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared.po, 239, 2135, 1574, 0, 0, 11, 173, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/00.po, 834, 8369, 6330, 0, 0, 733, 7325, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/01.po, 3827, 30604, 21924, 0, 0, 1660, 21358, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/02.po, 1711, 19340, 13633, 0, 0, 471, 9782, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/04.po, 240, 988, 947, 0, 0, 73, 1083, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/05.po, 111, 1155, 851, 0, 0, 85, 1185, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/06.po, 1, 2, 2, 0, 0, 2, 5, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/autokorr.po, 48, 420, 300, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/autopi.po, 778, 6843, 5032, 0, 0, 109, 1551, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/explorer/database.po, 1518, 15556, 11029, 0, 0, 123, 3301, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/guide.po, 2080, 28893, 21560, 0, 0, 436, 7550, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/menu.po, 16, 120, 100, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/shared/optionen.po, 1247, 11492, 8616, 0, 0, 687, 11859, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/simpress.po, 199, 1395, 1090, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/simpress/00.po, 163, 902, 773, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/simpress/01.po, 1025, 8309, 5876, 0, 0, 21, 205, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/simpress/02.po, 660, 6509, 4461, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/simpress/04.po, 239, 1138, 1021, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/simpress/guide.po, 753, 10154, 7174, 0, 0, 14, 128, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/smath.po, 59, 722, 541, 0, 0, 1, 17, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/smath/00.po, 66, 355, 286, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/smath/01.po, 1513, 13418, 10159, 0, 0, 38, 441, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/smath/02.po, 6, 97, 61, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/smath/04.po, 26, 135, 102, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/smath/guide.po, 104, 1193, 883, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter.po, 305, 2642, 2082, 0, 0, 31, 304, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter/00.po, 250, 1284, 1300, 27, 393, 33, 141, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter/01.po, 2673, 24857, 17697, 0, 0, 673, 8936, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter/02.po, 426, 3050, 2301, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter/04.po, 254, 1276, 1238, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter/guide.po, 1925, 23892, 17393, 0, 0, 219, 4045, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter/librelogo.po, 40, 41, 41, 0, 0, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/helpcontent2/source/text/swriter/menu.po, 17, 96, 70, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3535, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/librelogo/source/pythonpath.po, 138, 173, 176, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 481, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/officecfg/registry/data/org/openoffice/Office.po, 1304, 1835, 1774, 0, 0, 4, 6, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po, 3631, 7605, 7513, 0, 0, 46, 117, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/readlicense_oo/docs.po, 102, 2343, 1597, 0, 0, 1, 60, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/reportdesign/messages.po, 258, 617, 549, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/sc/messages.po, 4484, 19800, 13857, 0, 0, 202, 460, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scaddins/messages.po, 901, 3188, 2100, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/sccomp/messages.po, 14, 65, 53, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/calc.po, 22, 94, 91, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/draw.po, 41, 149, 151, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/extensions.po, 16, 65, 61, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/graphicfilter.po, 30, 101, 98, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/impress.po, 21, 81, 81, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/math.po, 10, 42, 34, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/ooo.po, 582, 2024, 1910, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/sd/messages.po, 1175, 2780, 2511, 0, 0, 144, 171, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/setup_native/source/mac.po, 23, 131, 98, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/sfx2/messages.po, 576, 2093, 1711, 0, 0, 5, 133, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/starmath/messages.po, 505, 968, 891, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/svtools/messages.po, 906, 2596, 2280, 0, 0, 8, 15, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/svx/messages.po, 2800, 7122, 6411, 0, 0, 46, 102, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/sw/messages.po, 3360, 7619, 7154, 0, 0, 80, 120, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/swext/mediawiki/help.po, 75, 1191, 835, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/swext/mediawiki/src.po, 2, 39, 27, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 121, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/sysui/desktop/share.po, 66, 277, 273, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/uui/messages.po, 157, 1554, 1112, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/vcl/messages.po, 275, 542, 487, 0, 0, 81, 195, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/wizards/messages.po, 265, 1042, 864, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/wizards/source/resources.po, 554, 2286, 1736, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/writerperfect/messages.po, 30, 65, 65, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ko/xmlsecurity/messages.po, 91, 424, 323, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/accessibility/messages.po, 7, 13, 14, 0, 0, 4, 14, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/avmedia/messages.po, 11, 20, 19, 4, 5, 7, 20, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/basctl/messages.po, 96, 391, 370, 34, 47, 25, 173, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/basic/messages.po, 18, 52, 73, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/chart2/messages.po, 220, 479, 587, 174, 314, 226, 575, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/messages.po, 94, 934, 949, 8, 56, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/cui/messages.po, 638, 1261, 1537, 714, 1250, 991, 3047, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dbaccess/messages.po, 380, 2296, 2038, 250, 1316, 182, 898, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/desktop/messages.po, 89, 435, 445, 27, 172, 46, 618, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/af_ZA.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/ar.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/bg_BG.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/br_FR.po, 1, 3, 10, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/ca.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/da_DK.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/et_EE.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/fr_FR.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/hr_HR.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 8, 25, 61, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/it_IT.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/lt_LT.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/lv_LV.po, 1, 6, 14, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/ne_NP.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/nl_NL.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/pl_PL.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/pt_PT.po, 1, 8, 17, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/ro.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/ru_RU/dialog.po, 4, 4, 6, 2, 4, 8, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/sk_SK.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/sl_SI.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/sr.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/uk_UA.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/dictionaries/zu_ZA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/editeng/messages.po, 190, 499, 794, 59, 97, 16, 60, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/extensions/messages.po, 391, 1016, 1039, 212, 794, 60, 289, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/extras/source/autocorr/emoji.po, 45, 41, 41, 187, 179, 1343, 1597, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/filter/messages.po, 57, 204, 215, 34, 80, 131, 534, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/filter/source/config/fragments/filters.po, 86, 303, 372, 12, 34, 122, 395, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 151, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/filter/source/config/fragments/types.po, 4, 17, 20, 6, 23, 28, 81, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/forms/messages.po, 54, 314, 246, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/formula/messages.po, 276, 279, 302, 93, 119, 64, 111, 433, 509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/fpicker/messages.po, 31, 77, 82, 15, 45, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/framework/messages.po, 10, 69, 64, 7, 16, 12, 125, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po, 528, 4023, 3933, 8, 98, 20, 230, 556, 4351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/librelogo/source/pythonpath.po, 29, 30, 32, 45, 47, 64, 96, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 4, 0, 0, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/nlpsolver/src/locale.po, 8, 8, 9, 5, 6, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/officecfg/registry/data/org/openoffice/Office.po, 1230, 1410, 1739, 5, 6, 73, 425, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po, 2266, 4476, 4661, 573, 1089, 838, 2157, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/readlicense_oo/docs.po, 66, 1300, 2997, 2, 86, 35, 1017, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/reportdesign/messages.po, 159, 391, 572, 75, 170, 24, 56, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/sc/messages.po, 2254, 10774, 7863, 921, 2642, 1511, 6844, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scaddins/messages.po, 788, 2467, 1952, 22, 89, 91, 632, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/sccomp/messages.po, 11, 47, 73, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/calc.po, 15, 48, 50, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/draw.po, 13, 52, 53, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/graphicfilter.po, 28, 91, 94, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/impress.po, 17, 66, 66, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/kde.po, 2, 9, 16, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/ooo.po, 510, 1738, 2581, 42, 179, 30, 107, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/writer.po, 21, 65, 72, 1, 4, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/sd/messages.po, 410, 992, 930, 348, 645, 561, 1314, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/setup_native/source/mac.po, 19, 111, 187, 4, 20, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/sfx2/messages.po, 185, 540, 566, 132, 420, 264, 1266, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/starmath/messages.po, 274, 476, 481, 105, 149, 124, 341, 503, 966 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/svtools/messages.po, 577, 1354, 1319, 74, 154, 263, 1103, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/svx/messages.po, 1406, 3291, 3602, 600, 1360, 840, 2573, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/sw/messages.po, 1245, 2135, 2396, 1074, 1978, 1116, 3617, 3435, 7730 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/swext/mediawiki/help.po, 14, 19, 23, 3, 5, 72, 1380, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 24, 172, 336, 7, 7, 1, 2, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/sysui/desktop/share.po, 41, 157, 214, 12, 64, 13, 56, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/uui/messages.po, 92, 905, 879, 24, 163, 41, 486, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/vcl/messages.po, 130, 182, 182, 52, 105, 174, 450, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/wizards/messages.po, 228, 984, 848, 13, 14, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/wizards/source/resources.po, 456, 1858, 1581, 49, 252, 49, 176, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/kok/xmlsecurity/messages.po, 20, 39, 35, 18, 118, 53, 267, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/accessibility/messages.po, 7, 13, 14, 0, 0, 4, 14, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/avmedia/messages.po, 16, 26, 24, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/basctl/messages.po, 97, 393, 398, 32, 43, 26, 175, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/basic/messages.po, 18, 52, 59, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/chart2/messages.po, 230, 488, 486, 157, 264, 233, 616, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/cui/messages.po, 375, 545, 601, 741, 1119, 1227, 3894, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dbaccess/messages.po, 324, 1864, 1753, 240, 1066, 248, 1580, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/desktop/messages.po, 42, 181, 178, 15, 74, 105, 970, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/editeng/messages.po, 54, 91, 118, 77, 124, 134, 441, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/extensions/messages.po, 335, 735, 798, 190, 688, 138, 676, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/extras/source/autocorr/emoji.po, 42, 39, 41, 181, 172, 1352, 1606, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/extras/source/gallery/share.po, 5, 7, 8, 2, 2, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/filter/messages.po, 40, 159, 119, 30, 58, 152, 601, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/filter/source/config/fragments/filters.po, 20, 58, 51, 9, 24, 191, 650, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/forms/messages.po, 51, 294, 280, 1, 2, 6, 34, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/formula/messages.po, 54, 57, 64, 53, 54, 327, 399, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/fpicker/messages.po, 28, 60, 66, 17, 47, 16, 56, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/framework/messages.po, 10, 69, 71, 7, 16, 12, 125, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po, 522, 3954, 4824, 7, 96, 24, 292, 553, 4342 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/librelogo/source/pythonpath.po, 14, 16, 21, 45, 47, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/nlpsolver/src/locale.po, 5, 5, 5, 8, 9, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/officecfg/registry/data/org/openoffice/Office.po, 1179, 1260, 2195, 9, 12, 120, 569, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po, 2173, 4260, 4664, 570, 1071, 934, 2391, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/reportdesign/messages.po, 54, 77, 96, 82, 126, 122, 414, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/sc/messages.po, 2097, 10595, 9322, 999, 2640, 1590, 7025, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scaddins/messages.po, 780, 2459, 2394, 24, 91, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/calc.po, 15, 48, 43, 4, 33, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/draw.po, 13, 52, 43, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/graphicfilter.po, 28, 91, 71, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/impress.po, 17, 66, 63, 2, 8, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/ooo.po, 51, 77, 77, 10, 10, 521, 1937, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/writer.po, 17, 50, 42, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/sd/messages.po, 348, 889, 929, 369, 648, 602, 1414, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/setup_native/source/mac.po, 2, 2, 4, 3, 8, 18, 121, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/sfx2/messages.po, 156, 410, 459, 137, 343, 288, 1473, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 1, 1, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/starmath/messages.po, 256, 458, 455, 110, 152, 129, 348, 495, 958 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/svtools/messages.po, 290, 701, 684, 73, 157, 551, 1753, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/svx/messages.po, 1145, 2530, 2765, 585, 1223, 1116, 3471, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/sw/messages.po, 1077, 1841, 2146, 1172, 2012, 1191, 3885, 3440, 7738 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/swext/mediawiki/help.po, 2, 2, 3, 8, 10, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 7, 7, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/sysui/desktop/share.po, 19, 89, 106, 23, 86, 24, 102, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/uui/messages.po, 60, 523, 493, 22, 122, 75, 909, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/vcl/messages.po, 97, 134, 146, 62, 98, 197, 505, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/wizards/messages.po, 218, 974, 1031, 23, 24, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/wizards/source/resources.po, 397, 1779, 1724, 97, 298, 60, 209, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ks/xmlsecurity/messages.po, 15, 24, 24, 17, 54, 59, 346, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/avmedia/messages.po, 11, 12, 15, 1, 1, 10, 32, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/basctl/messages.po, 0, 0, 0, 1, 1, 154, 610, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/basic/messages.po, 7, 9, 8, 6, 15, 122, 525, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/chart2/messages.po, 0, 0, 0, 0, 0, 620, 1368, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/cui/messages.po, 16, 16, 16, 3, 3, 2324, 5539, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dbaccess/messages.po, 7, 7, 7, 5, 5, 800, 4498, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/desktop/messages.po, 2, 13, 10, 0, 0, 160, 1212, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/editeng/messages.po, 0, 0, 0, 0, 0, 265, 656, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/extensions/messages.po, 5, 5, 5, 3, 3, 655, 2091, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/extras/source/autocorr/emoji.po, 0, 0, 0, 23, 4, 1552, 1813, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/filter/messages.po, 0, 0, 0, 0, 0, 222, 818, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/formula/messages.po, 0, 0, 0, 0, 0, 438, 514, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/fpicker/messages.po, 2, 2, 2, 3, 3, 56, 158, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/framework/messages.po, 0, 0, 0, 0, 0, 29, 210, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/instsetoo_native/inc_openoffice/windows/msi_languages.po, 2, 2, 2, 0, 0, 555, 4352, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/librelogo/source/pythonpath.po, 3, 5, 4, 2, 4, 133, 164, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/nlpsolver/src/locale.po, 1, 1, 1, 0, 0, 40, 104, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/officecfg/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 1, 1307, 1840, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/officecfg/registry/data/org/openoffice/Office/UI.po, 6, 6, 6, 9, 10, 3662, 7706, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/reportdesign/messages.po, 4, 4, 4, 0, 0, 254, 613, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/sc/messages.po, 3, 3, 3, 7, 7, 4676, 20250, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scaddins/messages.po, 0, 0, 0, 1, 1, 900, 3187, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/calc.po, 0, 0, 0, 0, 0, 22, 94, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/draw.po, 0, 0, 0, 0, 0, 41, 149, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/impress.po, 0, 0, 0, 0, 0, 21, 81, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/math.po, 0, 0, 0, 0, 0, 10, 42, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/writer.po, 0, 0, 0, 0, 0, 27, 114, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/sd/messages.po, 6, 6, 6, 8, 8, 1305, 2937, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/sfx2/messages.po, 4, 4, 4, 1, 1, 576, 2221, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/shell/source/win32/shlxthandler/res.po, 0, 0, 0, 0, 0, 37, 45, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/starmath/messages.po, 0, 0, 0, 0, 0, 505, 968, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/svtools/messages.po, 0, 0, 0, 1, 1, 913, 2610, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/svx/messages.po, 12, 12, 12, 5, 5, 2829, 7207, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/sw/messages.po, 9, 9, 9, 2, 2, 3430, 7729, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/swext/mediawiki/help.po, 0, 0, 0, 0, 0, 89, 1404, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 2, 2, 2, 0, 0, 30, 179, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/sysui/desktop/share.po, 0, 0, 0, 0, 0, 66, 277, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/uui/messages.po, 0, 0, 0, 2, 2, 155, 1552, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/vcl/messages.po, 2, 2, 2, 7, 7, 347, 728, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/wizards/messages.po, 2, 2, 2, 0, 0, 263, 1040, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/wizards/source/resources.po, 4, 4, 4, 1, 1, 549, 2281, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ky/xmlsecurity/messages.po, 0, 0, 0, 0, 0, 91, 424, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/avmedia/messages.po, 10, 10, 10, 0, 0, 12, 35, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/basctl/messages.po, 49, 124, 122, 28, 38, 78, 449, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/basic/messages.po, 6, 6, 6, 2, 9, 127, 534, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/chart2/messages.po, 84, 101, 100, 65, 75, 471, 1192, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/messages.po, 0, 0, 0, 1, 4, 105, 1043, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/cui/messages.po, 327, 389, 382, 450, 543, 1566, 4626, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dbaccess/messages.po, 50, 50, 50, 62, 94, 700, 4366, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/desktop/messages.po, 52, 143, 149, 27, 86, 83, 996, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/bg_BG.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/da_DK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/en/dialog.po, 37, 176, 172, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/hr_HR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/hu_HU/dialog.po, 32, 71, 65, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/ru_RU/dialog.po, 4, 6, 6, 0, 0, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/vi.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/editeng/messages.po, 182, 380, 361, 17, 34, 66, 242, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/extensions/messages.po, 107, 127, 117, 112, 164, 444, 1808, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/extras/source/autocorr/emoji.po, 31, 29, 29, 110, 94, 1434, 1694, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/extras/source/gallery/share.po, 2, 2, 2, 1, 1, 9, 12, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/filter/messages.po, 24, 30, 31, 23, 27, 175, 761, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/filter/source/config/fragments/filters.po, 28, 90, 81, 10, 30, 182, 612, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/filter/source/config/fragments/types.po, 5, 19, 18, 5, 21, 28, 81, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/forms/messages.po, 11, 13, 13, 1, 1, 46, 316, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/formula/messages.po, 33, 33, 33, 35, 39, 368, 440, 436, 512 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/fpicker/messages.po, 10, 13, 12, 7, 9, 44, 141, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/framework/messages.po, 13, 28, 27, 3, 6, 13, 176, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 44, 58, 58, 58, 66, 455, 4230, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/librelogo/source/pythonpath.po, 10, 10, 10, 25, 25, 103, 138, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/nlpsolver/src/locale.po, 8, 8, 8, 2, 2, 31, 95, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/officecfg/registry/data/org/openoffice/Office.po, 133, 151, 148, 128, 134, 1047, 1556, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po, 391, 458, 434, 529, 822, 2757, 6442, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/readlicense_oo/docs.po, 32, 763, 656, 9, 127, 62, 1513, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/reportdesign/messages.po, 72, 91, 90, 37, 62, 149, 464, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/sc/messages.po, 640, 717, 685, 681, 887, 3365, 18656, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scaddins/messages.po, 32, 32, 32, 47, 51, 822, 3105, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/base.po, 9, 29, 26, 0, 0, 1, 15, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/calc.po, 16, 44, 40, 0, 0, 6, 50, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/draw.po, 11, 29, 25, 0, 0, 30, 120, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/extensions.po, 2, 4, 4, 0, 0, 14, 61, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/impress.po, 16, 46, 42, 1, 1, 4, 34, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/math.po, 8, 21, 20, 0, 0, 2, 21, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/onlineupdate.po, 1, 2, 2, 0, 0, 1, 11, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/ooo.po, 355, 876, 949, 64, 349, 163, 799, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/writer.po, 22, 69, 60, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/sd/messages.po, 149, 174, 171, 206, 278, 964, 2499, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/setup_native/source/mac.po, 7, 12, 13, 1, 2, 15, 117, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/sfx2/messages.po, 96, 116, 117, 80, 103, 405, 2007, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/shell/source/win32/shlxthandler/res.po, 33, 37, 33, 1, 1, 3, 7, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/starmath/messages.po, 117, 136, 131, 80, 95, 308, 737, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/svtools/messages.po, 170, 213, 206, 71, 121, 673, 2277, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/svx/messages.po, 416, 501, 464, 304, 429, 2126, 6294, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/sw/messages.po, 473, 525, 511, 690, 922, 2278, 6293, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/swext/mediawiki/help.po, 5, 5, 5, 2, 2, 82, 1397, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 8, 2, 2, 22, 171, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/sysui/desktop/share.po, 32, 95, 91, 9, 48, 25, 134, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/uui/messages.po, 23, 72, 67, 13, 25, 121, 1457, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/vcl/messages.po, 67, 72, 71, 39, 44, 250, 621, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/wizards/messages.po, 30, 31, 31, 22, 24, 213, 987, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/wizards/source/resources.po, 76, 94, 93, 37, 57, 441, 2135, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/writerperfect/messages.po, 0, 0, 0, 3, 5, 27, 60, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lb/xmlsecurity/messages.po, 10, 11, 11, 4, 6, 77, 407, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/basctl/messages.po, 155, 611, 226, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/basic/messages.po, 135, 549, 235, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/chart2/messages.po, 618, 1364, 828, 0, 0, 2, 4, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/cui/messages.po, 409, 575, 423, 646, 992, 1288, 3991, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dbaccess/messages.po, 333, 1925, 579, 227, 1042, 252, 1543, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/desktop/messages.po, 162, 1225, 407, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/en/dialog.po, 37, 176, 92, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/es.po, 1, 12, 10, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/hu_HU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/hu_HU/dialog.po, 32, 71, 34, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/no.po, 1, 10, 7, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/pt_BR.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/ru_RU/dialog.po, 13, 25, 14, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/sr.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/editeng/messages.po, 179, 403, 269, 25, 40, 61, 213, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/extensions/messages.po, 663, 2099, 882, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/extras/source/autocorr/emoji.po, 27, 23, 23, 148, 137, 1400, 1657, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/filter/messages.po, 222, 818, 427, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/filter/source/config/fragments/filters.po, 220, 732, 635, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 118, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/filter/source/config/fragments/types.po, 38, 121, 119, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/forms/messages.po, 58, 330, 105, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/formula/messages.po, 437, 513, 507, 0, 0, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/fpicker/messages.po, 61, 163, 79, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/framework/messages.po, 29, 210, 57, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/auxiliary.po, 0, 0, 0, 0, 0, 105, 302, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sbasic/guide.po, 0, 0, 0, 0, 0, 103, 1345, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sbasic/shared.po, 0, 0, 0, 0, 0, 4505, 35431, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sbasic/shared/01.po, 0, 0, 0, 0, 0, 67, 465, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc.po, 0, 0, 0, 0, 0, 187, 986, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc/00.po, 0, 0, 0, 0, 0, 201, 945, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc/01.po, 0, 0, 0, 0, 0, 7495, 73155, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc/02.po, 0, 0, 0, 0, 0, 123, 810, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc/04.po, 0, 0, 0, 0, 0, 187, 1497, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc/05.po, 0, 0, 0, 0, 0, 137, 853, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/scalc/guide.po, 0, 0, 0, 0, 0, 1469, 21593, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/schart/01.po, 0, 0, 0, 0, 0, 972, 11826, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/schart/04.po, 0, 0, 0, 0, 0, 32, 133, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sdraw.po, 0, 0, 0, 0, 0, 123, 732, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sdraw/00.po, 0, 0, 0, 0, 0, 2, 8, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sdraw/04.po, 0, 0, 0, 0, 0, 103, 489, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/sdraw/guide.po, 0, 0, 0, 0, 0, 275, 3072, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared.po, 0, 0, 0, 0, 0, 250, 2308, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/00.po, 0, 0, 0, 0, 0, 1567, 15694, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/02.po, 0, 0, 0, 0, 0, 2182, 29122, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/04.po, 0, 0, 0, 0, 0, 313, 2071, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/05.po, 0, 0, 0, 0, 0, 196, 2340, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/07.po, 0, 0, 0, 0, 0, 7, 82, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/autopi.po, 0, 0, 0, 0, 0, 887, 8394, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/explorer/database.po, 0, 0, 0, 1, 0, 1640, 18857, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/guide.po, 0, 0, 0, 0, 0, 2516, 36443, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/shared/optionen.po, 0, 0, 0, 0, 0, 1934, 23351, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/simpress.po, 0, 0, 0, 0, 0, 199, 1395, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/simpress/00.po, 0, 0, 0, 0, 0, 163, 902, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/simpress/02.po, 0, 0, 0, 0, 0, 660, 6509, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/simpress/04.po, 0, 0, 0, 0, 0, 239, 1138, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/simpress/guide.po, 0, 0, 0, 0, 0, 767, 10282, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/smath.po, 0, 0, 0, 0, 0, 60, 739, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/smath/00.po, 0, 0, 0, 0, 0, 66, 355, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/smath/01.po, 0, 0, 0, 0, 0, 1551, 13859, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/smath/02.po, 0, 0, 0, 0, 0, 6, 97, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/smath/04.po, 0, 0, 0, 0, 0, 26, 135, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/smath/guide.po, 0, 0, 0, 0, 0, 104, 1193, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter.po, 0, 0, 0, 0, 0, 336, 2946, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter/00.po, 0, 0, 0, 0, 0, 310, 1818, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter/01.po, 0, 0, 0, 0, 0, 3346, 33793, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter/02.po, 0, 0, 0, 0, 0, 426, 3050, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter/04.po, 0, 0, 0, 0, 0, 254, 1276, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter/guide.po, 0, 0, 0, 0, 0, 2144, 27937, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter/librelogo.po, 0, 0, 0, 0, 0, 326, 3019, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 555, 4334, 1399, 0, 0, 2, 20, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/librelogo/source/pythonpath.po, 138, 173, 153, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 213, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 5, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/nlpsolver/src/locale.po, 41, 105, 69, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/officecfg/registry/data/org/openoffice/Office.po, 1302, 1833, 1491, 1, 1, 5, 7, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po, 2200, 4372, 2377, 557, 1005, 920, 2345, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/reportdesign/messages.po, 75, 116, 79, 68, 113, 115, 388, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/sc/messages.po, 2190, 10478, 2843, 870, 2514, 1626, 7268, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scaddins/messages.po, 781, 2471, 908, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/sccomp/messages.po, 14, 65, 37, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/base.po, 3, 19, 5, 4, 13, 3, 12, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/calc.po, 15, 48, 32, 4, 33, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/draw.po, 13, 52, 37, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/impress.po, 17, 66, 51, 2, 8, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/math.po, 10, 42, 33, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/ooo.po, 48, 74, 57, 10, 10, 524, 1940, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/quickstart.po, 2, 15, 6, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/winexplorerext.po, 2, 18, 10, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/writer.po, 17, 50, 40, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/sd/messages.po, 348, 824, 409, 350, 614, 621, 1513, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/setup_native/source/mac.po, 23, 131, 56, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/sfx2/messages.po, 176, 474, 215, 119, 327, 286, 1425, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/starmath/messages.po, 87, 130, 101, 89, 114, 329, 724, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/svtools/messages.po, 112, 142, 115, 105, 217, 697, 2252, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/svx/messages.po, 1017, 2136, 1299, 529, 884, 1300, 4204, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/sw/messages.po, 1081, 1812, 1335, 1129, 1931, 1231, 3997, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/swext/mediawiki/help.po, 4, 4, 4, 6, 8, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 8, 8, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/sysui/desktop/share.po, 66, 277, 180, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/uui/messages.po, 15, 160, 41, 17, 37, 125, 1357, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/vcl/messages.po, 110, 143, 113, 58, 97, 188, 497, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/wizards/messages.po, 220, 942, 258, 19, 19, 26, 81, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/wizards/source/resources.po, 424, 1802, 557, 62, 156, 68, 328, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/writerperfect/messages.po, 30, 65, 53, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lo/xmlsecurity/messages.po, 91, 424, 142, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/basctl/messages.po, 155, 611, 517, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/basic/messages.po, 135, 549, 481, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/chart2/messages.po, 618, 1364, 1325, 0, 0, 2, 4, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/messages.po, 106, 1047, 734, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/cui/messages.po, 2313, 5459, 5183, 1, 1, 29, 98, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dbaccess/messages.po, 787, 4337, 3331, 2, 3, 23, 170, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/desktop/messages.po, 162, 1225, 950, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/en/dialog.po, 37, 176, 170, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/hu_HU/dialog.po, 32, 71, 66, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/ru_RU/dialog.po, 13, 25, 27, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/sv_SE.po, 1, 2, 5, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/editeng/messages.po, 265, 656, 691, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/extensions/messages.po, 648, 2078, 1737, 13, 13, 2, 8, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/extras/source/autocorr/emoji.po, 1572, 1813, 2182, 0, 0, 3, 4, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/filter/messages.po, 222, 818, 732, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/filter/source/config/fragments/filters.po, 217, 721, 785, 0, 0, 3, 11, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 147, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/filter/source/config/fragments/types.po, 38, 121, 135, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/forms/messages.po, 58, 330, 242, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/formula/messages.po, 437, 513, 512, 0, 0, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/fpicker/messages.po, 59, 160, 143, 0, 0, 2, 3, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/framework/messages.po, 29, 210, 168, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/auxiliary.po, 89, 263, 266, 0, 0, 16, 39, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sbasic/guide.po, 0, 0, 0, 0, 0, 103, 1345, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sbasic/shared.po, 0, 0, 0, 0, 0, 4505, 35431, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sbasic/shared/01.po, 0, 0, 0, 0, 0, 67, 465, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc.po, 187, 986, 818, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc/00.po, 201, 945, 1147, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc/01.po, 3734, 36644, 28743, 0, 0, 3761, 36511, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc/02.po, 121, 804, 631, 0, 0, 2, 6, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc/04.po, 187, 1497, 1150, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc/05.po, 137, 853, 691, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/scalc/guide.po, 1466, 21503, 16776, 0, 0, 3, 90, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/schart/01.po, 0, 0, 0, 0, 0, 972, 11826, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/schart/04.po, 0, 0, 0, 0, 0, 32, 133, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sdraw.po, 120, 712, 645, 0, 0, 3, 20, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sdraw/04.po, 0, 0, 0, 0, 0, 103, 489, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/sdraw/guide.po, 0, 0, 0, 0, 0, 275, 3072, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared.po, 115, 727, 632, 0, 0, 135, 1581, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/00.po, 656, 5402, 6262, 7, 95, 904, 10197, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/01.po, 634, 6509, 5435, 0, 0, 4853, 45453, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/02.po, 115, 1002, 742, 1, 10, 2066, 28110, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/04.po, 311, 2067, 1759, 0, 0, 2, 4, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/05.po, 115, 1256, 1012, 0, 0, 81, 1084, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/07.po, 7, 82, 62, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/autopi.po, 17, 0, 0, 0, 0, 870, 8394, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/explorer/database.po, 8, 0, 0, 0, 0, 1633, 18857, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/guide.po, 472, 5556, 4936, 2, 36, 2042, 30851, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/help.po, 76, 109, 106, 0, 0, 2, 8, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/shared/optionen.po, 1619, 19449, 16420, 4, 123, 311, 3779, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/simpress.po, 0, 0, 0, 0, 0, 199, 1395, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/simpress/00.po, 3, 12, 16, 0, 0, 160, 890, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/simpress/02.po, 0, 0, 0, 0, 0, 660, 6509, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/simpress/04.po, 0, 0, 0, 0, 0, 239, 1138, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/simpress/guide.po, 0, 0, 0, 0, 0, 767, 10282, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/smath.po, 10, 102, 93, 0, 0, 50, 637, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/smath/00.po, 0, 0, 0, 0, 0, 66, 355, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/smath/01.po, 2, 0, 0, 0, 0, 1549, 13859, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/smath/02.po, 0, 0, 0, 0, 0, 6, 97, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/smath/04.po, 0, 0, 0, 0, 0, 26, 135, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/smath/guide.po, 0, 0, 0, 0, 0, 104, 1193, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter.po, 244, 1655, 1404, 0, 0, 92, 1291, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter/00.po, 310, 1818, 2018, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter/01.po, 290, 2664, 2221, 0, 0, 3056, 31129, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter/02.po, 160, 1389, 1132, 0, 0, 266, 1661, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter/04.po, 3, 20, 16, 0, 0, 251, 1256, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter/guide.po, 263, 2964, 2654, 0, 0, 1881, 24973, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter/librelogo.po, 3, 5, 6, 0, 0, 323, 3014, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/helpcontent2/source/text/swriter/menu.po, 17, 96, 74, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4339, 3550, 0, 0, 1, 15, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/librelogo/source/pythonpath.po, 137, 172, 217, 0, 0, 1, 1, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 38, 322, 249, 0, 0, 11, 371, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/nlpsolver/src/locale.po, 41, 105, 98, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/officecfg/registry/data/org/openoffice.po, 8, 25, 26, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/officecfg/registry/data/org/openoffice/Office.po, 1303, 1834, 1799, 0, 0, 5, 7, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po, 3638, 7590, 7844, 10, 29, 29, 103, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/readlicense_oo/docs.po, 102, 2343, 1869, 0, 0, 1, 60, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/reportdesign/messages.po, 246, 588, 575, 11, 23, 1, 6, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/sc/messages.po, 3976, 17921, 13599, 305, 598, 405, 1741, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scaddins/messages.po, 820, 2694, 2239, 2, 2, 79, 492, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/sccomp/messages.po, 12, 51, 43, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/calc.po, 22, 94, 90, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/graphicfilter.po, 30, 101, 178, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/impress.po, 21, 81, 75, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/onlineupdate.po, 2, 13, 8, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/ooo.po, 578, 2000, 2105, 0, 0, 4, 24, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/writer.po, 27, 114, 110, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/sd/messages.po, 1195, 2759, 2554, 55, 80, 69, 112, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/setup_native/source/mac.po, 23, 131, 113, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/sfx2/messages.po, 495, 1832, 1530, 28, 37, 58, 357, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/starmath/messages.po, 487, 910, 933, 0, 0, 18, 58, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/svtools/messages.po, 796, 2357, 2226, 9, 15, 109, 239, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/svx/messages.po, 2520, 6468, 6162, 74, 131, 252, 625, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/sw/messages.po, 3337, 7335, 7217, 28, 37, 76, 368, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/swext/mediawiki/help.po, 75, 1191, 989, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 134, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/sysui/desktop/share.po, 66, 277, 283, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/uui/messages.po, 155, 1536, 1150, 2, 18, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/vcl/messages.po, 281, 554, 515, 0, 0, 75, 183, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/wizards/messages.po, 256, 1030, 813, 0, 0, 9, 12, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/wizards/source/resources.po, 520, 2211, 1666, 12, 14, 22, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/writerperfect/messages.po, 30, 65, 64, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lt/xmlsecurity/messages.po, 91, 424, 351, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/accessibility/messages.po, 11, 27, 22, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/basctl/messages.po, 155, 611, 513, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/basic/messages.po, 135, 549, 509, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/chart2/messages.po, 620, 1368, 1342, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/messages.po, 106, 1047, 732, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/cui/messages.po, 2343, 5558, 5175, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dbaccess/messages.po, 812, 4510, 3571, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/desktop/messages.po, 162, 1225, 980, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/en/dialog.po, 37, 176, 188, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/es.po, 1, 12, 10, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/hu_HU/dialog.po, 32, 71, 67, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/editeng/messages.po, 265, 656, 642, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/extensions/messages.po, 663, 2099, 1873, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/extras/source/autocorr/emoji.po, 1558, 1794, 1841, 0, 0, 17, 23, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/filter/messages.po, 222, 818, 710, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/filter/source/config/fragments/filters.po, 220, 732, 728, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 135, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/filter/source/config/fragments/types.po, 38, 121, 123, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/forms/messages.po, 58, 330, 258, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/fpicker/messages.po, 61, 163, 148, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/framework/messages.po, 29, 210, 165, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/auxiliary.po, 94, 271, 264, 0, 0, 11, 31, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sbasic/guide.po, 69, 646, 514, 0, 0, 34, 699, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sbasic/shared.po, 2026, 5887, 5385, 0, 0, 2479, 29544, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sbasic/shared/01.po, 41, 101, 92, 0, 0, 26, 364, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sbasic/shared/02.po, 136, 261, 245, 0, 0, 62, 1221, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc.po, 148, 369, 351, 0, 0, 39, 617, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc/00.po, 63, 132, 135, 0, 0, 138, 813, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc/01.po, 3083, 7389, 6847, 0, 0, 4412, 65766, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc/02.po, 43, 88, 80, 0, 0, 80, 722, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc/04.po, 69, 176, 138, 0, 0, 118, 1321, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc/05.po, 51, 92, 90, 0, 0, 86, 761, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/scalc/guide.po, 315, 1263, 1167, 0, 0, 1154, 20330, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/schart.po, 63, 278, 239, 0, 0, 33, 653, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/schart/00.po, 48, 260, 254, 0, 0, 12, 87, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/schart/01.po, 318, 839, 738, 0, 0, 654, 10987, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/schart/02.po, 13, 27, 23, 0, 0, 12, 90, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/schart/04.po, 19, 38, 34, 0, 0, 13, 95, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sdraw.po, 81, 160, 153, 0, 0, 42, 572, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sdraw/04.po, 34, 50, 44, 0, 0, 69, 439, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/sdraw/guide.po, 34, 89, 82, 0, 0, 241, 2983, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared.po, 101, 202, 201, 0, 0, 149, 2106, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/00.po, 560, 1233, 1166, 0, 0, 1007, 14461, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/01.po, 2094, 4577, 4232, 0, 0, 3393, 47385, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/02.po, 1037, 2430, 2196, 0, 0, 1145, 26692, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/04.po, 110, 280, 231, 0, 0, 203, 1791, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/05.po, 29, 54, 47, 0, 0, 167, 2286, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/07.po, 3, 9, 8, 0, 0, 4, 73, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/autokorr.po, 24, 96, 96, 0, 0, 24, 324, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/autopi.po, 478, 1657, 1540, 0, 0, 409, 6737, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/explorer/database.po, 712, 2079, 1821, 0, 0, 929, 16778, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/guide.po, 369, 1388, 1232, 0, 0, 2147, 35055, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/shared/optionen.po, 726, 1706, 1602, 0, 0, 1208, 21645, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/simpress.po, 149, 417, 364, 0, 0, 50, 978, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/simpress/00.po, 108, 428, 372, 0, 0, 55, 474, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/simpress/01.po, 449, 887, 838, 0, 0, 597, 7627, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/simpress/02.po, 472, 1088, 1062, 0, 0, 188, 5421, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/simpress/04.po, 60, 147, 127, 0, 0, 179, 991, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/simpress/guide.po, 117, 492, 415, 0, 0, 650, 9790, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/smath.po, 37, 75, 70, 0, 0, 23, 664, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/smath/00.po, 30, 78, 70, 0, 0, 36, 277, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/smath/01.po, 464, 978, 945, 0, 0, 1087, 12881, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/smath/04.po, 17, 35, 31, 0, 0, 9, 100, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/smath/guide.po, 25, 70, 65, 0, 0, 79, 1123, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter.po, 193, 479, 447, 0, 0, 143, 2467, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter/00.po, 197, 792, 779, 0, 0, 113, 1026, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter/01.po, 1377, 2969, 2807, 0, 0, 1969, 30824, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter/02.po, 292, 657, 596, 0, 0, 134, 2393, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter/04.po, 97, 295, 280, 0, 0, 157, 981, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter/guide.po, 452, 1917, 1636, 0, 0, 1692, 26020, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter/librelogo.po, 126, 148, 144, 0, 0, 200, 2871, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3664, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 542, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/nlpsolver/src/locale.po, 41, 105, 101, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1779, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po, 3676, 7720, 7858, 0, 0, 1, 2, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/readlicense_oo/docs.po, 103, 2403, 1882, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/reportdesign/messages.po, 258, 617, 583, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/sc/messages.po, 4677, 20155, 15848, 4, 47, 5, 58, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scaddins/messages.po, 901, 3188, 2482, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/sccomp/messages.po, 14, 65, 63, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/base.po, 10, 44, 38, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/calc.po, 22, 94, 86, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/extensions.po, 16, 65, 59, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/impress.po, 21, 81, 74, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/ooo.po, 582, 2024, 1869, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/writer.po, 27, 114, 108, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/sd/messages.po, 1312, 2929, 2671, 0, 0, 7, 22, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/setup_native/source/mac.po, 23, 131, 108, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/sfx2/messages.po, 578, 2200, 1875, 0, 0, 3, 26, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/starmath/messages.po, 505, 968, 959, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/svtools/messages.po, 909, 2605, 2329, 0, 0, 5, 6, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/svx/messages.po, 2834, 7204, 6788, 2, 2, 10, 18, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/sw/messages.po, 3439, 7713, 7331, 2, 27, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/swext/mediawiki/help.po, 89, 1404, 1116, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 137, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/sysui/desktop/share.po, 66, 277, 257, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/uui/messages.po, 156, 1523, 1214, 1, 31, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/vcl/messages.po, 337, 684, 667, 0, 0, 19, 53, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/wizards/messages.po, 265, 1042, 896, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/wizards/source/resources.po, 551, 2283, 1861, 3, 3, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/writerperfect/messages.po, 27, 62, 64, 0, 0, 3, 3, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/lv/xmlsecurity/messages.po, 91, 424, 352, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/accessibility/messages.po, 9, 23, 22, 0, 0, 2, 4, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/avmedia/messages.po, 19, 36, 33, 1, 4, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/basctl/messages.po, 85, 292, 316, 31, 40, 39, 279, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/basic/messages.po, 10, 21, 24, 118, 500, 7, 28, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/chart2/messages.po, 128, 168, 175, 150, 265, 342, 935, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/messages.po, 0, 0, 0, 7, 48, 99, 999, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/cui/messages.po, 425, 597, 637, 695, 1071, 1223, 3890, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dbaccess/messages.po, 301, 1584, 1547, 237, 1056, 274, 1870, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/desktop/messages.po, 43, 198, 201, 17, 71, 102, 956, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/editeng/messages.po, 72, 115, 135, 59, 100, 134, 441, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/extensions/messages.po, 337, 737, 773, 187, 681, 139, 681, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/extras/source/autocorr/emoji.po, 43, 39, 39, 181, 173, 1351, 1605, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/filter/messages.po, 41, 160, 170, 29, 57, 152, 601, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/filter/source/config/fragments/filters.po, 22, 67, 66, 10, 27, 188, 638, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/filter/source/config/fragments/internalgraphicfilters.po, 2, 8, 8, 0, 0, 36, 131, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/forms/messages.po, 51, 294, 301, 1, 2, 6, 34, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/formula/messages.po, 54, 57, 58, 53, 54, 327, 399, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/fpicker/messages.po, 29, 61, 75, 16, 46, 16, 56, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/framework/messages.po, 10, 69, 81, 7, 16, 12, 125, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po, 527, 4018, 4442, 9, 104, 21, 232, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/librelogo/source/pythonpath.po, 14, 16, 18, 45, 47, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/nlpsolver/src/locale.po, 7, 7, 8, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/officecfg/registry/data/org/openoffice/Office.po, 1173, 1254, 1456, 15, 18, 120, 569, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po, 2176, 4295, 4907, 582, 1081, 919, 2346, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/reportdesign/messages.po, 70, 93, 101, 65, 108, 123, 416, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/sc/messages.po, 2041, 10499, 8893, 1057, 2747, 1588, 7014, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scaddins/messages.po, 775, 2433, 2056, 29, 117, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/base.po, 8, 40, 43, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/calc.po, 15, 48, 50, 4, 33, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/draw.po, 13, 52, 55, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/extensions.po, 1, 1, 1, 2, 8, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/graphicfilter.po, 28, 91, 95, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/impress.po, 17, 66, 69, 2, 8, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/ooo.po, 253, 319, 322, 111, 666, 218, 1039, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/writer.po, 17, 50, 50, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/sd/messages.po, 360, 901, 942, 358, 640, 601, 1410, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/setup_native/source/mac.po, 2, 2, 2, 3, 8, 18, 121, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/sfx2/messages.po, 158, 431, 455, 137, 356, 286, 1439, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/starmath/messages.po, 264, 466, 476, 109, 151, 129, 348, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/svtools/messages.po, 378, 985, 986, 79, 161, 457, 1465, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/svx/messages.po, 1165, 2547, 2654, 574, 1213, 1107, 3464, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/sw/messages.po, 1064, 1842, 2047, 1201, 2095, 1174, 3801, 3439, 7738 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/swext/mediawiki/help.po, 3, 3, 3, 7, 9, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 8, 7, 7, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/sysui/desktop/share.po, 32, 119, 124, 12, 64, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/uui/messages.po, 62, 525, 515, 20, 120, 75, 909, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/vcl/messages.po, 102, 141, 177, 60, 97, 194, 499, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/wizards/messages.po, 207, 917, 939, 34, 81, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/wizards/source/resources.po, 421, 1797, 1850, 72, 279, 61, 210, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mai/xmlsecurity/messages.po, 18, 37, 39, 18, 59, 55, 328, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/accessibility/messages.po, 7, 13, 15, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/avmedia/messages.po, 17, 27, 27, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/basctl/messages.po, 90, 303, 321, 35, 52, 30, 256, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/basic/messages.po, 18, 52, 60, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/chart2/messages.po, 219, 455, 518, 173, 330, 228, 583, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/messages.po, 91, 911, 914, 6, 48, 9, 88, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/cui/messages.po, 480, 651, 690, 663, 1059, 1200, 3848, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dbaccess/messages.po, 396, 2424, 2464, 250, 1295, 166, 791, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/desktop/messages.po, 91, 400, 408, 35, 343, 36, 482, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/editeng/messages.po, 69, 112, 123, 64, 106, 132, 438, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/extensions/messages.po, 390, 958, 1116, 214, 832, 59, 309, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/extras/source/autocorr/emoji.po, 42, 38, 38, 184, 176, 1349, 1603, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/filter/messages.po, 51, 185, 162, 29, 57, 142, 576, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/filter/source/config/fragments/filters.po, 81, 280, 282, 10, 25, 129, 427, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 123, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/filter/source/config/fragments/types.po, 15, 41, 48, 3, 12, 20, 68, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/forms/messages.po, 54, 314, 308, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/formula/messages.po, 303, 306, 308, 63, 89, 71, 118, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/fpicker/messages.po, 30, 76, 83, 16, 46, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/framework/messages.po, 17, 163, 171, 6, 14, 6, 33, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/auxiliary.po, 22, 30, 30, 0, 0, 83, 272, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sbasic/guide.po, 51, 598, 600, 0, 0, 52, 747, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sbasic/shared.po, 3449, 28735, 28810, 0, 0, 1056, 6696, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 369, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sbasic/shared/02.po, 177, 1092, 1108, 0, 0, 21, 390, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc.po, 170, 854, 923, 0, 0, 17, 132, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc/00.po, 61, 152, 169, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc/01.po, 5293, 45191, 44753, 0, 0, 2202, 27964, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc/02.po, 117, 795, 808, 0, 0, 6, 15, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc/04.po, 163, 1185, 1297, 0, 0, 24, 312, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc/05.po, 77, 540, 528, 0, 0, 60, 313, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/scalc/guide.po, 1221, 17170, 17053, 0, 0, 248, 4423, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/schart.po, 38, 416, 417, 0, 0, 58, 515, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/schart/00.po, 47, 249, 283, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/schart/01.po, 418, 2709, 2680, 0, 0, 554, 9117, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/schart/02.po, 25, 117, 132, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/schart/04.po, 32, 133, 150, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sdraw.po, 115, 698, 766, 0, 0, 8, 34, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sdraw/01.po, 3, 12, 9, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sdraw/04.po, 102, 486, 451, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/sdraw/guide.po, 256, 2730, 2609, 0, 0, 19, 342, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared.po, 209, 1822, 1820, 0, 0, 41, 486, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/00.po, 754, 6643, 6880, 0, 0, 813, 9051, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/01.po, 3486, 26142, 25916, 0, 0, 2001, 25820, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/02.po, 1675, 18891, 19071, 0, 0, 507, 10231, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/04.po, 233, 941, 1129, 0, 0, 80, 1130, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/05.po, 102, 1031, 1053, 0, 0, 94, 1309, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/autokorr.po, 47, 403, 364, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/autopi.po, 738, 6465, 6469, 0, 0, 149, 1929, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/explorer/database.po, 1244, 10814, 10810, 0, 0, 397, 8043, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/guide.po, 1776, 24054, 24234, 0, 0, 740, 12389, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/shared/optionen.po, 1181, 10424, 10538, 0, 0, 753, 12927, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/simpress.po, 175, 1240, 1342, 0, 0, 24, 155, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/simpress/00.po, 154, 873, 922, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/simpress/01.po, 852, 6311, 6260, 0, 0, 194, 2203, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/simpress/02.po, 650, 6431, 6079, 0, 0, 10, 78, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/simpress/04.po, 185, 900, 884, 0, 0, 54, 238, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/simpress/guide.po, 500, 5836, 5698, 0, 0, 267, 4446, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/smath.po, 56, 609, 625, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/smath/00.po, 53, 224, 214, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/smath/01.po, 1036, 11283, 11247, 0, 0, 515, 2576, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/smath/04.po, 25, 130, 130, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/smath/guide.po, 65, 652, 671, 0, 0, 39, 541, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter.po, 211, 1354, 1385, 0, 0, 125, 1592, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter/00.po, 210, 1037, 1053, 0, 0, 100, 781, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter/01.po, 2597, 23754, 23948, 0, 0, 749, 10039, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter/02.po, 366, 2437, 2407, 0, 0, 60, 613, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter/04.po, 236, 1148, 1251, 0, 0, 18, 128, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter/guide.po, 1791, 21510, 20765, 0, 0, 353, 6427, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 40, 1, 1, 287, 2979, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 4218, 7, 96, 19, 218, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/librelogo/source/pythonpath.po, 13, 15, 15, 46, 48, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 3, 47, 689, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/nlpsolver/src/locale.po, 9, 9, 10, 4, 5, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/officecfg/registry/data/org/openoffice/Office.po, 1190, 1277, 1287, 6, 9, 112, 555, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po, 2295, 4581, 5207, 575, 1055, 807, 2086, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/readlicense_oo/docs.po, 1, 2, 2, 1, 1, 101, 2400, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/reportdesign/messages.po, 169, 421, 465, 71, 135, 18, 61, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/sc/messages.po, 2213, 11140, 10146, 970, 2659, 1503, 6461, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scaddins/messages.po, 781, 2471, 2150, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/sccomp/messages.po, 11, 47, 53, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/base.po, 8, 40, 46, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/calc.po, 17, 56, 61, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/draw.po, 13, 52, 48, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/graphicfilter.po, 28, 91, 132, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/impress.po, 19, 74, 72, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/ooo.po, 230, 301, 319, 133, 688, 219, 1035, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/winexplorerext.po, 2, 18, 25, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/writer.po, 22, 69, 66, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/sd/messages.po, 398, 951, 1001, 340, 637, 581, 1363, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/sfx2/messages.po, 179, 495, 498, 146, 425, 256, 1306, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/starmath/messages.po, 273, 475, 529, 103, 145, 129, 348, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/svtools/messages.po, 543, 1353, 1352, 72, 182, 299, 1076, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/svx/messages.po, 1309, 2965, 3293, 568, 1281, 969, 2978, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/sw/messages.po, 1199, 2002, 2235, 1102, 2041, 1139, 3696, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/swext/mediawiki/help.po, 44, 304, 308, 24, 702, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 161, 156, 0, 0, 1, 20, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/sysui/desktop/share.po, 43, 153, 162, 10, 52, 13, 72, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/uui/messages.po, 86, 797, 795, 23, 166, 48, 591, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/vcl/messages.po, 130, 184, 185, 48, 96, 178, 457, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/wizards/messages.po, 229, 985, 991, 12, 13, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/wizards/source/resources.po, 447, 1888, 1914, 55, 218, 52, 180, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mk/xmlsecurity/messages.po, 21, 40, 42, 16, 101, 54, 283, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/avmedia/messages.po, 19, 39, 33, 1, 1, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/basctl/messages.po, 149, 602, 476, 6, 9, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/basic/messages.po, 135, 549, 473, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/chart2/messages.po, 534, 1150, 1096, 36, 56, 50, 162, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/messages.po, 105, 1033, 709, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 4, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/cui/messages.po, 1501, 3369, 3095, 378, 737, 464, 1452, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dbaccess/messages.po, 472, 2856, 1979, 228, 1218, 112, 436, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/desktop/messages.po, 153, 1118, 918, 5, 28, 4, 79, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/ca.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/en/dialog.po, 37, 176, 164, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/gl.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/hu_HU/dialog.po, 32, 71, 63, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/no.po, 1, 10, 6, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/editeng/messages.po, 258, 641, 596, 4, 6, 3, 9, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/extensions/messages.po, 413, 1079, 951, 210, 794, 40, 226, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/extras/source/autocorr/emoji.po, 106, 99, 99, 221, 220, 1248, 1498, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/filter/messages.po, 79, 280, 232, 36, 76, 107, 462, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/filter/source/config/fragments/filters.po, 93, 335, 344, 26, 95, 101, 302, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 129, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/forms/messages.po, 57, 321, 212, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/formula/messages.po, 323, 326, 326, 55, 81, 60, 107, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/fpicker/messages.po, 52, 145, 130, 3, 4, 6, 14, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/framework/messages.po, 22, 194, 146, 6, 14, 1, 2, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po, 536, 4136, 3255, 5, 78, 12, 128, 553, 4342 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/librelogo/source/pythonpath.po, 137, 170, 162, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 464, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 14, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/nlpsolver/src/locale.po, 41, 105, 98, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/officecfg/registry/data/org/openoffice/Office.po, 1234, 1421, 2150, 10, 25, 64, 395, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po, 2564, 5217, 5155, 531, 981, 582, 1524, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/readlicense_oo/docs.po, 83, 1646, 1456, 1, 85, 19, 672, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/reportdesign/messages.po, 179, 445, 420, 68, 144, 11, 28, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/sc/messages.po, 2694, 12948, 8594, 942, 2535, 1050, 4777, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scaddins/messages.po, 841, 2698, 1998, 14, 18, 46, 472, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/sccomp/messages.po, 12, 51, 40, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/calc.po, 19, 81, 78, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/draw.po, 15, 60, 56, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/graphicfilter.po, 28, 91, 102, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/impress.po, 19, 74, 75, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/math.po, 10, 42, 33, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/ooo.po, 543, 1865, 1825, 17, 86, 22, 73, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/writer.po, 22, 69, 68, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/sd/messages.po, 514, 1312, 1160, 354, 623, 451, 1016, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/setup_native/source/mac.po, 22, 119, 81, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/sfx2/messages.po, 261, 774, 642, 147, 460, 173, 992, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/starmath/messages.po, 313, 536, 468, 89, 130, 100, 299, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/svtools/messages.po, 714, 1827, 1632, 68, 398, 132, 386, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/svx/messages.po, 1791, 4070, 3863, 521, 1235, 534, 1919, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/sw/messages.po, 1713, 3204, 3202, 916, 1803, 811, 2732, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/swext/mediawiki/help.po, 47, 353, 253, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/swext/mediawiki/src.po, 2, 39, 25, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 129, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/sysui/desktop/share.po, 65, 261, 254, 1, 16, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/uui/messages.po, 105, 1021, 696, 18, 131, 34, 402, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/vcl/messages.po, 247, 484, 456, 10, 12, 99, 241, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/wizards/messages.po, 261, 1038, 790, 4, 4, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/wizards/source/resources.po, 467, 1957, 1401, 79, 268, 8, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/writerperfect/messages.po, 3, 5, 5, 3, 6, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ml/xmlsecurity/messages.po, 66, 338, 259, 8, 20, 17, 66, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/basctl/messages.po, 155, 611, 560, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/basic/messages.po, 135, 549, 548, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/chart2/messages.po, 618, 1364, 1513, 0, 0, 2, 4, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/messages.po, 58, 587, 465, 3, 22, 45, 438, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 5, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 1, 2, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/cui/messages.po, 742, 1885, 1955, 698, 1063, 903, 2610, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dbaccess/messages.po, 446, 2805, 2324, 228, 1039, 138, 666, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/desktop/messages.po, 154, 1140, 1081, 4, 6, 4, 79, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/af_ZA.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/an_ES.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/be_BY.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/bn_BD.po, 1, 3, 10, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/br_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/bs_BA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/da_DK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/el_GR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/en.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/en/dialog.po, 37, 176, 214, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/et_EE.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/fr_FR.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/gu_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/he_IL.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/hi_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/hr_HR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/hu_HU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/hu_HU/dialog.po, 32, 71, 92, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/kmr_Latn.po, 1, 4, 7, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/lo_LA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/lt_LT.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/lv_LV.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/nl_NL.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/oc_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/pt_BR.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/ru_RU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/si_LK.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/sk_SK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/sw_TZ.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/te_IN.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/th_TH.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/vi.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/editeng/messages.po, 216, 483, 571, 19, 53, 30, 120, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/extensions/messages.po, 389, 968, 936, 217, 823, 57, 308, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/extras/source/autocorr/emoji.po, 49, 45, 47, 232, 224, 1294, 1548, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/extras/source/gallery/share.po, 5, 7, 8, 3, 3, 4, 5, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/filter/messages.po, 53, 187, 163, 33, 64, 136, 567, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/filter/source/config/fragments/filters.po, 92, 332, 347, 15, 50, 113, 350, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/filter/source/config/fragments/types.po, 19, 57, 59, 2, 8, 17, 56, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/forms/messages.po, 57, 321, 248, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/formula/messages.po, 309, 312, 313, 56, 79, 73, 123, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/fpicker/messages.po, 53, 145, 143, 3, 6, 5, 12, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/framework/messages.po, 22, 194, 163, 6, 14, 1, 2, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4036, 3733, 9, 100, 19, 218, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/librelogo/source/pythonpath.po, 25, 27, 36, 45, 47, 68, 99, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/nlpsolver/src/locale.po, 9, 9, 9, 5, 6, 27, 90, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/officecfg/registry/data/org/openoffice/Office.po, 1188, 1275, 1282, 11, 14, 109, 552, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po, 2294, 4591, 4672, 588, 1081, 795, 2050, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/readlicense_oo/docs.po, 2, 4, 6, 1, 1, 100, 2398, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/reportdesign/messages.po, 169, 420, 385, 62, 115, 27, 82, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/sc/messages.po, 2162, 10873, 7594, 1069, 2865, 1455, 6522, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scaddins/messages.po, 781, 2471, 1805, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/sccomp/messages.po, 12, 51, 48, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/base.po, 8, 40, 37, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/calc.po, 15, 48, 53, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/draw.po, 13, 52, 51, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/impress.po, 17, 66, 69, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/ooo.po, 280, 512, 885, 132, 750, 170, 762, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/writer.po, 16, 47, 51, 3, 10, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/sd/messages.po, 417, 1006, 948, 351, 642, 551, 1303, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/setup_native/source/mac.po, 22, 119, 114, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/sfx2/messages.po, 166, 488, 460, 151, 402, 264, 1336, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/starmath/messages.po, 269, 471, 445, 102, 145, 123, 341, 494, 957 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/svtools/messages.po, 543, 1414, 1536, 86, 188, 285, 1009, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/svx/messages.po, 1323, 3063, 2996, 604, 1272, 919, 2889, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/sw/messages.po, 1132, 1968, 2070, 1219, 2144, 1088, 3624, 3439, 7736 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/swext/mediawiki/help.po, 45, 352, 295, 23, 654, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 161, 126, 0, 0, 1, 20, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/sysui/desktop/share.po, 65, 261, 300, 1, 16, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/uui/messages.po, 81, 806, 669, 25, 140, 51, 608, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/vcl/messages.po, 126, 194, 187, 75, 134, 155, 409, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/wizards/messages.po, 205, 893, 779, 37, 106, 23, 43, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/wizards/source/resources.po, 442, 1943, 1658, 61, 159, 51, 184, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mn/xmlsecurity/messages.po, 20, 57, 58, 19, 86, 52, 281, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/accessibility/messages.po, 6, 11, 13, 1, 2, 4, 14, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/avmedia/messages.po, 16, 26, 26, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/basctl/messages.po, 112, 517, 432, 34, 50, 9, 44, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/basic/messages.po, 17, 51, 53, 117, 497, 1, 1, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/chart2/messages.po, 237, 417, 418, 169, 324, 214, 627, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/messages.po, 95, 946, 731, 8, 56, 3, 45, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/cui/messages.po, 851, 1908, 1882, 718, 1294, 774, 2356, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dbaccess/messages.po, 464, 2631, 2227, 246, 1345, 102, 534, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/desktop/messages.po, 97, 571, 509, 35, 402, 30, 252, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/ru_RU/dialog.po, 4, 4, 4, 2, 4, 8, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/editeng/messages.po, 173, 469, 511, 73, 119, 19, 68, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/extensions/messages.po, 404, 1273, 1254, 197, 612, 62, 214, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/extras/source/autocorr/emoji.po, 36, 33, 33, 195, 186, 1344, 1598, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/filter/messages.po, 51, 253, 228, 39, 86, 132, 479, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/filter/source/config/fragments/filters.po, 86, 303, 299, 11, 33, 123, 396, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/filter/source/config/fragments/types.po, 4, 17, 17, 6, 23, 28, 81, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/forms/messages.po, 51, 294, 241, 1, 2, 6, 34, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/formula/messages.po, 97, 100, 109, 69, 70, 268, 340, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/fpicker/messages.po, 30, 76, 74, 17, 48, 14, 39, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/framework/messages.po, 10, 69, 39, 7, 16, 12, 125, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4034, 3849, 8, 98, 18, 216, 555, 4348 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/librelogo/source/pythonpath.po, 18, 20, 24, 44, 46, 76, 107, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 2, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/nlpsolver/src/locale.po, 6, 6, 7, 7, 8, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/officecfg/registry/data/org/openoffice/Office.po, 1253, 1514, 2586, 9, 40, 46, 287, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po, 2185, 4323, 4628, 590, 1078, 902, 2321, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/readlicense_oo/docs.po, 67, 1304, 1148, 2, 86, 34, 1013, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/reportdesign/messages.po, 120, 235, 255, 78, 145, 60, 237, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/sc/messages.po, 2091, 10838, 8010, 1110, 2706, 1485, 6716, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scaddins/messages.po, 784, 2463, 1959, 22, 89, 95, 636, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/base.po, 8, 40, 38, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/calc.po, 15, 48, 48, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/draw.po, 13, 52, 53, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/gnome.po, 0, 0, 0, 1, 2, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/graphicfilter.po, 28, 91, 89, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/impress.po, 17, 66, 65, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/ooo.po, 512, 1754, 1887, 41, 166, 29, 104, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/writer.po, 21, 65, 65, 1, 4, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/sd/messages.po, 464, 1111, 1095, 363, 671, 492, 1169, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/setup_native/source/mac.po, 19, 111, 110, 4, 20, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/sfx2/messages.po, 195, 584, 563, 131, 380, 255, 1262, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/shell/source/win32/shlxthandler/res.po, 36, 44, 48, 1, 1, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/starmath/messages.po, 270, 472, 491, 109, 154, 121, 337, 500, 963 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/svtools/messages.po, 390, 1011, 930, 80, 150, 444, 1450, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/svx/messages.po, 1292, 2861, 3025, 598, 1335, 956, 3028, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/sw/messages.po, 1130, 1944, 2103, 1205, 2146, 1105, 3649, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/swext/mediawiki/help.po, 25, 113, 92, 22, 547, 42, 744, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 7, 6, 9, 9, 18, 165, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/sysui/desktop/share.po, 40, 156, 148, 13, 65, 13, 56, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/uui/messages.po, 98, 944, 825, 26, 164, 33, 446, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/vcl/messages.po, 144, 225, 245, 61, 126, 151, 386, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/wizards/messages.po, 227, 983, 853, 14, 15, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/wizards/source/resources.po, 413, 1810, 1517, 91, 299, 50, 177, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mni/xmlsecurity/messages.po, 34, 133, 140, 17, 118, 40, 173, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/avmedia/messages.po, 16, 26, 27, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/basctl/messages.po, 131, 534, 514, 21, 39, 3, 38, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/basic/messages.po, 16, 46, 50, 119, 503, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/chart2/messages.po, 528, 1133, 1311, 69, 146, 23, 89, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/messages.po, 102, 990, 876, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/cui/messages.po, 1565, 3772, 4233, 540, 1079, 238, 707, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dbaccess/messages.po, 561, 3156, 2898, 219, 1217, 32, 137, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/desktop/messages.po, 126, 689, 674, 26, 411, 10, 125, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/editeng/messages.po, 253, 628, 641, 5, 8, 7, 20, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/extensions/messages.po, 431, 1351, 1305, 198, 632, 34, 116, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/extras/source/autocorr/emoji.po, 55, 48, 48, 207, 204, 1313, 1565, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/filter/messages.po, 160, 543, 590, 40, 113, 22, 162, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/filter/source/config/fragments/filters.po, 101, 361, 361, 18, 66, 101, 305, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 128, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/forms/messages.po, 54, 314, 278, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/formula/messages.po, 324, 327, 332, 54, 80, 60, 107, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/fpicker/messages.po, 31, 88, 96, 18, 42, 12, 33, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/framework/messages.po, 20, 184, 175, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 539, 4145, 4388, 5, 78, 12, 128, 556, 4351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/librelogo/source/pythonpath.po, 133, 166, 175, 2, 4, 3, 3, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 498, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/officecfg/registry/data/org/openoffice/Office.po, 1236, 1423, 1533, 8, 23, 64, 395, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po, 2553, 5208, 6071, 544, 999, 580, 1515, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/readlicense_oo/docs.po, 81, 1590, 1319, 1, 85, 21, 728, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/reportdesign/messages.po, 204, 494, 530, 51, 120, 3, 3, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/sc/messages.po, 3199, 14095, 11833, 795, 2434, 692, 3731, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scaddins/messages.po, 835, 2579, 2104, 14, 18, 52, 591, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/sccomp/messages.po, 11, 47, 47, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/calc.po, 19, 81, 84, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/draw.po, 15, 60, 60, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/graphicfilter.po, 28, 91, 95, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/impress.po, 19, 74, 75, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/onlineupdate.po, 2, 13, 16, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/ooo.po, 543, 1865, 1967, 17, 86, 22, 73, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/writer.po, 22, 69, 69, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/sd/messages.po, 673, 1657, 1762, 316, 605, 330, 689, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/setup_native/source/mac.po, 22, 119, 104, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/sfx2/messages.po, 304, 852, 918, 135, 493, 142, 881, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/starmath/messages.po, 351, 611, 638, 83, 136, 71, 221, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/svtools/messages.po, 721, 1848, 1796, 63, 379, 130, 384, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/svx/messages.po, 1940, 4661, 4842, 494, 1167, 412, 1396, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/sw/messages.po, 2250, 4778, 5405, 711, 1579, 480, 1383, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/swext/mediawiki/help.po, 47, 353, 309, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/sysui/desktop/share.po, 64, 257, 258, 2, 20, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/uui/messages.po, 121, 1087, 1016, 19, 151, 17, 316, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/vcl/messages.po, 227, 415, 468, 29, 74, 100, 248, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/wizards/messages.po, 261, 1038, 1039, 3, 3, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/wizards/source/resources.po, 466, 1933, 1900, 77, 275, 11, 78, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/mr/xmlsecurity/messages.po, 55, 223, 204, 18, 131, 18, 70, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/accessibility/messages.po, 7, 13, 10, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/avmedia/messages.po, 16, 26, 16, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/basctl/messages.po, 105, 399, 148, 29, 46, 21, 166, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/basic/messages.po, 17, 49, 19, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/chart2/messages.po, 254, 547, 352, 174, 295, 192, 526, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/messages.po, 102, 990, 346, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/cui/messages.po, 976, 2106, 1595, 633, 1080, 734, 2372, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dbaccess/messages.po, 451, 2725, 1413, 238, 1250, 123, 535, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/desktop/messages.po, 97, 497, 263, 28, 162, 37, 566, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/bg_BG.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/ca.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/en.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/en/dialog.po, 4, 6, 5, 0, 0, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/hu_HU.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/hu_HU/dialog.po, 7, 10, 7, 0, 0, 25, 61, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/it_IT.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/ne_NP.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/pt_BR/dialog.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/ro.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/ru_RU/dialog.po, 5, 7, 6, 0, 0, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/uk_UA.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/editeng/messages.po, 242, 595, 313, 9, 14, 14, 47, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/extensions/messages.po, 402, 1060, 646, 216, 781, 45, 258, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/extras/source/autocorr/emoji.po, 43, 43, 43, 200, 189, 1332, 1585, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/filter/messages.po, 72, 265, 166, 31, 55, 119, 498, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/filter/source/config/fragments/filters.po, 81, 280, 269, 9, 24, 130, 428, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 123, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/filter/source/config/fragments/types.po, 18, 53, 50, 2, 8, 18, 60, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/forms/messages.po, 54, 314, 162, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/formula/messages.po, 63, 66, 64, 21, 25, 325, 394, 409, 485 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/fpicker/messages.po, 31, 88, 54, 15, 34, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/framework/messages.po, 18, 167, 96, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po, 532, 4057, 2345, 5, 78, 20, 219, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/librelogo/source/pythonpath.po, 55, 59, 57, 5, 5, 78, 109, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 6, 4, 0, 0, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/nlpsolver/src/locale.po, 13, 14, 14, 0, 0, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/officecfg/registry/data/org/openoffice/Office.po, 1194, 1282, 1632, 4, 7, 110, 552, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/officecfg/registry/data/org/openoffice/Office/UI.po, 2453, 4941, 3184, 530, 996, 694, 1785, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/readlicense_oo/docs.po, 25, 315, 191, 1, 85, 77, 2003, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/reportdesign/messages.po, 174, 432, 291, 70, 147, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/sc/messages.po, 2387, 11876, 6699, 1053, 2858, 1246, 5526, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scaddins/messages.po, 778, 2520, 925, 12, 16, 108, 649, 898, 3185 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/sccomp/messages.po, 11, 47, 14, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/base.po, 8, 40, 26, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/calc.po, 19, 81, 59, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/draw.po, 13, 52, 33, 2, 9, 26, 88, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/extensions.po, 3, 9, 3, 0, 0, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/graphicfilter.po, 28, 91, 87, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/impress.po, 19, 74, 55, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/kde.po, 2, 9, 5, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/math.po, 10, 42, 31, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/ooo.po, 394, 1140, 920, 15, 51, 173, 833, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/quickstart.po, 2, 15, 10, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/winexplorerext.po, 2, 18, 12, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/writer.po, 22, 69, 65, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/sd/messages.po, 497, 1255, 835, 329, 581, 493, 1115, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/setup_native/source/mac.po, 21, 110, 62, 1, 12, 1, 9, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/sfx2/messages.po, 216, 586, 389, 150, 445, 215, 1195, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/shell/source/win32/shlxthandler/res.po, 37, 45, 43, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/starmath/messages.po, 300, 508, 341, 86, 126, 119, 334, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/svtools/messages.po, 614, 1605, 1058, 48, 147, 252, 859, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/svx/messages.po, 1565, 3537, 3254, 501, 1169, 780, 2518, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/sw/messages.po, 1613, 2848, 2417, 889, 1751, 938, 3140, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/swext/mediawiki/help.po, 43, 282, 146, 21, 649, 25, 473, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 77, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/sysui/desktop/share.po, 51, 185, 150, 2, 20, 13, 72, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/uui/messages.po, 93, 839, 516, 20, 164, 44, 551, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/vcl/messages.po, 176, 284, 232, 27, 69, 153, 384, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/wizards/messages.po, 235, 992, 733, 6, 6, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/wizards/source/resources.po, 432, 1857, 1330, 72, 252, 50, 177, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/writerperfect/messages.po, 2, 3, 2, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/my/xmlsecurity/messages.po, 18, 37, 32, 22, 124, 51, 263, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/basctl/messages.po, 155, 611, 550, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/basic/messages.po, 135, 549, 523, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/chart2/messages.po, 620, 1368, 1165, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/messages.po, 106, 1047, 893, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/cui/messages.po, 2343, 5558, 5152, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dbaccess/messages.po, 812, 4510, 3943, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/desktop/messages.po, 162, 1225, 1172, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/en/dialog.po, 37, 176, 177, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/hu_HU/dialog.po, 32, 71, 72, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/pt_BR.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/editeng/messages.po, 265, 656, 624, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/extensions/messages.po, 663, 2099, 1795, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/extras/source/autocorr/emoji.po, 1575, 1817, 1815, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/filter/messages.po, 222, 818, 729, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/filter/source/config/fragments/filters.po, 220, 732, 636, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 173, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/filter/source/config/fragments/types.po, 38, 121, 98, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/forms/messages.po, 58, 330, 293, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/formula/messages.po, 425, 491, 570, 0, 0, 0, 0, 425, 491 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/fpicker/messages.po, 61, 163, 145, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/framework/messages.po, 29, 210, 192, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/auxiliary.po, 105, 302, 278, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1209, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sbasic/shared.po, 1802, 10238, 9006, 0, 0, 2703, 25193, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 448, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1342, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 94, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc.po, 187, 986, 895, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc/00.po, 99, 388, 437, 0, 0, 102, 557, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc/01.po, 3901, 27345, 24306, 0, 0, 3594, 45810, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc/02.po, 121, 804, 678, 0, 0, 2, 6, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc/04.po, 187, 1497, 1295, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc/05.po, 137, 853, 800, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/scalc/guide.po, 1466, 21503, 19308, 0, 0, 3, 90, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/schart.po, 96, 931, 791, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/schart/00.po, 60, 347, 358, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/schart/01.po, 972, 11826, 9882, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/schart/02.po, 25, 117, 96, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/schart/04.po, 32, 133, 114, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sdraw.po, 123, 732, 682, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sdraw/01.po, 3, 12, 15, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sdraw/04.po, 103, 489, 502, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2867, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared.po, 246, 2199, 2042, 0, 0, 4, 109, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/00.po, 1550, 15490, 15414, 0, 0, 17, 204, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/01.po, 3531, 26056, 22942, 0, 0, 1956, 25906, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/02.po, 2181, 29096, 25043, 0, 0, 1, 26, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/04.po, 311, 2067, 2037, 0, 0, 2, 4, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/05.po, 196, 2340, 2120, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/07.po, 7, 82, 87, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/autokorr.po, 48, 420, 370, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7333, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/explorer/database.po, 1638, 18750, 16021, 0, 0, 3, 107, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/guide.po, 2271, 32794, 30494, 0, 0, 245, 3649, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/help.po, 78, 117, 121, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/menu.po, 16, 120, 110, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/shared/optionen.po, 1412, 13566, 12882, 0, 0, 522, 9785, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/simpress.po, 199, 1395, 1316, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/simpress/00.po, 163, 902, 995, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7575, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/simpress/02.po, 660, 6509, 6005, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/simpress/04.po, 239, 1138, 1073, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9396, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/smath.po, 60, 739, 648, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/smath/00.po, 66, 355, 313, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/smath/01.po, 1551, 13859, 13295, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/smath/02.po, 6, 97, 79, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/smath/04.po, 26, 135, 126, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/smath/06.po, 9, 21, 25, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/smath/guide.po, 104, 1193, 1174, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter.po, 331, 2836, 2534, 0, 0, 5, 110, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter/00.po, 310, 1818, 1854, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter/01.po, 3346, 33793, 31183, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter/02.po, 426, 3050, 2962, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter/04.po, 254, 1276, 1447, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 25092, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3081, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/helpcontent2/source/text/swriter/menu.po, 17, 96, 98, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4003, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/librelogo/source/pythonpath.po, 138, 173, 179, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 619, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1781, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7390, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/readlicense_oo/docs.po, 103, 2403, 2132, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/reportdesign/messages.po, 258, 617, 590, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/sc/messages.po, 4686, 20260, 17055, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scaddins/messages.po, 901, 3188, 2659, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/sccomp/messages.po, 14, 65, 59, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/activex.po, 2, 16, 14, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/calc.po, 22, 94, 78, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/draw.po, 41, 149, 111, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/extensions.po, 16, 65, 60, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/graphicfilter.po, 30, 101, 105, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/impress.po, 21, 81, 65, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/ooo.po, 582, 2024, 1880, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/writer.po, 27, 114, 78, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/sd/messages.po, 1319, 2951, 2819, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/sfx2/messages.po, 581, 2226, 2076, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/starmath/messages.po, 505, 968, 932, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/svtools/messages.po, 914, 2611, 2435, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/svx/messages.po, 2846, 7224, 6544, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/sw/messages.po, 3439, 7736, 7268, 0, 0, 0, 0, 3439, 7736 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/swext/mediawiki/help.po, 89, 1404, 1369, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/swext/mediawiki/src.po, 2, 39, 27, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/sysui/desktop/share.po, 66, 277, 215, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/uui/messages.po, 157, 1554, 1423, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/vcl/messages.po, 356, 737, 710, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/wizards/messages.po, 265, 1042, 886, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/wizards/source/resources.po, 554, 2286, 2017, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/writerperfect/messages.po, 30, 65, 61, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nb/xmlsecurity/messages.po, 91, 424, 375, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/basctl/messages.po, 155, 611, 581, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/basic/messages.po, 135, 549, 593, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/chart2/messages.po, 473, 1038, 1071, 64, 100, 83, 230, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/messages.po, 105, 1033, 919, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/cui/messages.po, 780, 1485, 1523, 561, 950, 1002, 3123, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dbaccess/messages.po, 377, 2155, 1987, 197, 796, 238, 1559, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/desktop/messages.po, 102, 522, 511, 24, 152, 36, 551, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/ca.po, 1, 7, 2, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/en/dialog.po, 37, 176, 206, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/hu_HU/dialog.po, 32, 71, 88, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/ru_RU/dialog.po, 13, 25, 27, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 3, 0, 0, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/editeng/messages.po, 122, 232, 244, 16, 21, 127, 403, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/extensions/messages.po, 415, 1067, 1106, 203, 773, 45, 259, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/extras/source/autocorr/emoji.po, 46, 46, 46, 194, 183, 1335, 1588, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/filter/messages.po, 61, 224, 226, 34, 54, 127, 540, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/filter/source/config/fragments/filters.po, 84, 292, 291, 10, 29, 126, 411, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/filter/source/config/fragments/types.po, 20, 62, 58, 3, 13, 15, 46, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/forms/messages.po, 58, 330, 296, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/formula/messages.po, 314, 317, 322, 53, 79, 65, 112, 432, 508 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/fpicker/messages.po, 32, 89, 101, 14, 33, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/framework/messages.po, 18, 167, 160, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/auxiliary.po, 96, 276, 285, 0, 0, 9, 26, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sbasic/guide.po, 62, 718, 665, 0, 0, 41, 627, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sbasic/shared.po, 3393, 27229, 24304, 0, 0, 1112, 8202, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sbasic/shared/01.po, 52, 279, 275, 0, 0, 15, 186, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sbasic/shared/02.po, 175, 1063, 959, 0, 0, 23, 419, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc.po, 177, 856, 832, 0, 0, 10, 130, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc/00.po, 59, 125, 133, 0, 0, 142, 820, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc/01.po, 5132, 43002, 35487, 0, 0, 2363, 30153, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc/02.po, 114, 744, 654, 0, 0, 9, 66, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc/04.po, 167, 1184, 1030, 0, 0, 20, 313, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc/05.po, 71, 453, 404, 0, 0, 66, 400, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/scalc/guide.po, 1051, 14272, 12587, 0, 0, 418, 7321, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/schart.po, 18, 151, 145, 0, 0, 78, 780, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/schart/00.po, 47, 249, 237, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/schart/01.po, 326, 2324, 2003, 0, 0, 646, 9502, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/schart/02.po, 25, 117, 106, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/schart/04.po, 32, 133, 119, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sdraw.po, 123, 732, 703, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sdraw/04.po, 100, 454, 421, 1, 1, 2, 34, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/sdraw/guide.po, 249, 2625, 2402, 0, 0, 26, 447, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared.po, 206, 1781, 1565, 0, 0, 44, 527, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/00.po, 738, 6297, 5612, 0, 0, 829, 9397, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/01.po, 3204, 22868, 20622, 0, 0, 2283, 29094, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/02.po, 1644, 18386, 15656, 0, 0, 538, 10736, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/04.po, 220, 893, 903, 0, 0, 93, 1178, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/05.po, 96, 1009, 905, 0, 0, 100, 1331, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/07.po, 1, 5, 5, 0, 0, 6, 77, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/autokorr.po, 46, 362, 373, 0, 0, 2, 58, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/autopi.po, 711, 6144, 5506, 0, 0, 176, 2250, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/explorer/database.po, 1147, 9517, 8413, 0, 0, 494, 9340, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/guide.po, 1630, 21031, 18406, 0, 0, 886, 15412, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/shared/optionen.po, 1125, 9294, 8374, 0, 0, 809, 14057, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/simpress.po, 170, 1195, 1099, 0, 0, 29, 200, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/simpress/00.po, 152, 833, 747, 0, 0, 11, 69, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/simpress/01.po, 837, 5968, 5271, 0, 0, 209, 2546, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/simpress/02.po, 649, 6206, 5348, 0, 0, 11, 303, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/simpress/04.po, 176, 745, 672, 0, 0, 63, 393, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/simpress/guide.po, 476, 5546, 4831, 0, 0, 291, 4736, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/smath.po, 55, 576, 522, 0, 0, 5, 163, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/smath/00.po, 54, 225, 186, 0, 0, 12, 130, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/smath/01.po, 1086, 10741, 9407, 0, 0, 465, 3118, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/smath/02.po, 6, 97, 70, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/smath/04.po, 26, 135, 108, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/smath/guide.po, 66, 654, 593, 0, 0, 38, 539, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter.po, 205, 1153, 1082, 0, 0, 131, 1793, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter/00.po, 208, 1024, 891, 0, 0, 102, 794, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter/01.po, 2548, 22727, 19974, 0, 0, 798, 11066, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter/02.po, 345, 2053, 1775, 0, 0, 81, 997, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter/04.po, 228, 1049, 987, 0, 0, 26, 227, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter/guide.po, 1527, 17236, 14641, 0, 0, 617, 10701, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po, 532, 4018, 4030, 5, 78, 20, 258, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/librelogo/source/pythonpath.po, 56, 60, 68, 3, 3, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 6, 10, 10, 1, 3, 42, 680, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/nlpsolver/src/locale.po, 16, 22, 24, 0, 0, 25, 83, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/officecfg/registry/data/org/openoffice/Office.po, 1195, 1283, 2230, 2, 5, 111, 553, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po, 2388, 4733, 4931, 492, 935, 797, 2054, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/readlicense_oo/docs.po, 12, 185, 164, 0, 0, 91, 2218, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/reportdesign/messages.po, 187, 447, 456, 57, 132, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/sc/messages.po, 2521, 11671, 9040, 801, 2183, 1364, 6406, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scaddins/messages.po, 778, 2520, 2019, 12, 16, 108, 649, 898, 3185 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/base.po, 8, 40, 43, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/calc.po, 19, 81, 77, 0, 0, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/draw.po, 15, 60, 63, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/extensions.po, 3, 9, 9, 0, 0, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/graphicfilter.po, 28, 91, 103, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/impress.po, 19, 74, 79, 0, 0, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/ooo.po, 411, 1237, 1223, 10, 48, 161, 739, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/writer.po, 20, 61, 60, 0, 0, 7, 53, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/sd/messages.po, 473, 1152, 1169, 311, 532, 535, 1267, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/setup_native/source/mac.po, 23, 131, 132, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/sfx2/messages.po, 223, 625, 646, 135, 371, 223, 1230, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/starmath/messages.po, 308, 530, 514, 83, 122, 113, 315, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/svtools/messages.po, 641, 1561, 1514, 44, 147, 229, 903, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/svx/messages.po, 1496, 3334, 3473, 452, 1044, 898, 2846, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/sw/messages.po, 1577, 2705, 2935, 824, 1593, 1039, 3441, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/swext/mediawiki/help.po, 25, 185, 165, 5, 114, 59, 1105, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 13, 17, 16, 2, 2, 17, 162, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/sysui/desktop/share.po, 51, 201, 199, 2, 20, 13, 56, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/uui/messages.po, 107, 979, 904, 19, 72, 31, 503, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/vcl/messages.po, 189, 322, 349, 21, 45, 146, 370, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/wizards/messages.po, 235, 992, 962, 6, 6, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/wizards/source/resources.po, 466, 2003, 1838, 38, 105, 50, 178, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ne/xmlsecurity/messages.po, 21, 83, 69, 18, 76, 52, 265, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/basctl/messages.po, 155, 611, 610, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/basic/messages.po, 135, 549, 542, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/chart2/messages.po, 620, 1368, 1187, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/messages.po, 106, 1047, 1115, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/cui/messages.po, 2343, 5558, 5334, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dbaccess/messages.po, 812, 4510, 4269, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/desktop/messages.po, 162, 1225, 1313, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/en.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/en/dialog.po, 37, 176, 195, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/hu_HU/dialog.po, 32, 71, 84, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/id.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/ru_RU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/editeng/messages.po, 265, 656, 685, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/extensions/messages.po, 663, 2099, 1917, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/extras/source/autocorr/emoji.po, 1575, 1817, 1898, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/filter/messages.po, 222, 818, 773, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/filter/source/config/fragments/filters.po, 220, 732, 661, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/filter/source/config/fragments/types.po, 38, 121, 111, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/forms/messages.po, 58, 330, 328, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/formula/messages.po, 437, 513, 572, 0, 0, 0, 0, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/fpicker/messages.po, 61, 163, 137, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/framework/messages.po, 29, 210, 233, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/auxiliary.po, 105, 302, 281, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1400, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sbasic/shared.po, 4502, 35372, 34332, 0, 0, 3, 59, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 482, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1496, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 146, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc.po, 187, 986, 1022, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc/00.po, 201, 945, 938, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc/01.po, 7492, 73047, 72747, 0, 0, 3, 108, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc/02.po, 123, 810, 774, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc/04.po, 187, 1497, 1488, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc/05.po, 137, 853, 850, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc/06.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 21182, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/schart.po, 96, 931, 979, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/schart/00.po, 60, 347, 320, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/schart/01.po, 972, 11826, 11404, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/schart/02.po, 25, 117, 115, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/schart/04.po, 32, 133, 121, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sdraw.po, 123, 732, 723, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sdraw/00.po, 2, 8, 14, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sdraw/04.po, 103, 489, 514, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3125, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared.po, 250, 2308, 2245, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/00.po, 1567, 15694, 15751, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/01.po, 5486, 51927, 51930, 0, 0, 1, 35, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/02.po, 2181, 29109, 28760, 0, 0, 1, 13, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/04.po, 313, 2071, 2112, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/05.po, 196, 2340, 2336, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/07.po, 7, 82, 82, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 366, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8252, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 18427, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/guide.po, 2516, 36443, 36107, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/help.po, 78, 117, 118, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/menu.po, 16, 120, 111, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/shared/optionen.po, 1931, 23189, 22803, 0, 0, 3, 162, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/simpress.po, 199, 1395, 1438, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/simpress/00.po, 163, 902, 896, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/simpress/01.po, 1044, 8490, 9000, 0, 0, 2, 24, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/simpress/02.po, 660, 6509, 6807, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/simpress/04.po, 239, 1138, 1199, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10360, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/smath.po, 60, 739, 760, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/smath/00.po, 66, 355, 357, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/smath/01.po, 1551, 13859, 14080, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/smath/02.po, 6, 97, 98, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/smath/04.po, 26, 135, 138, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/smath/06.po, 9, 21, 20, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1162, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter.po, 336, 2946, 2945, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter/00.po, 310, 1818, 1694, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter/01.po, 3345, 33786, 33284, 0, 0, 1, 7, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter/02.po, 426, 3050, 3019, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter/04.po, 254, 1276, 1288, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 27661, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3046, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/helpcontent2/source/text/swriter/menu.po, 17, 96, 109, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4560, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 719, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/officecfg/registry/data/org/openoffice.po, 9, 28, 21, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1840, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7063, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/readlicense_oo/docs.po, 103, 2403, 2535, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 20, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/reportdesign/messages.po, 258, 617, 592, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/sc/messages.po, 4686, 20260, 19056, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scaddins/messages.po, 901, 3188, 3172, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/sccomp/messages.po, 14, 65, 66, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/calc.po, 22, 94, 89, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/draw.po, 41, 149, 129, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/graphicfilter.po, 30, 101, 53, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/impress.po, 21, 81, 71, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/ooo.po, 582, 2024, 2106, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/writer.po, 27, 114, 87, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/sd/messages.po, 1319, 2951, 2771, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/sfx2/messages.po, 581, 2226, 2172, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/starmath/messages.po, 505, 968, 937, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/svtools/messages.po, 914, 2611, 2459, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/svx/messages.po, 2846, 7224, 6703, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/sw/messages.po, 3441, 7740, 7282, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/swext/mediawiki/help.po, 89, 1404, 1452, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/swext/mediawiki/src.po, 2, 39, 37, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/sysui/desktop/share.po, 66, 277, 265, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/uui/messages.po, 157, 1554, 1618, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/vcl/messages.po, 356, 737, 728, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/wizards/messages.po, 265, 1042, 978, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/wizards/source/resources.po, 554, 2286, 2168, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/writerperfect/messages.po, 30, 65, 59, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nl/xmlsecurity/messages.po, 91, 424, 436, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/basctl/messages.po, 155, 611, 559, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/basic/messages.po, 135, 549, 535, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/chart2/messages.po, 620, 1368, 1161, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/messages.po, 106, 1047, 877, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/cui/messages.po, 2342, 5554, 5252, 0, 0, 1, 4, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dbaccess/messages.po, 812, 4510, 3929, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/desktop/messages.po, 162, 1225, 1183, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/en/dialog.po, 37, 176, 181, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/pt_BR.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/editeng/messages.po, 265, 656, 631, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/extensions/messages.po, 663, 2099, 1829, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/extras/source/autocorr/emoji.po, 1575, 1817, 1846, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/filter/messages.po, 222, 818, 730, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/filter/source/config/fragments/filters.po, 220, 732, 700, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 173, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/filter/source/config/fragments/types.po, 38, 121, 98, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/forms/messages.po, 58, 330, 295, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/formula/messages.po, 438, 514, 588, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/fpicker/messages.po, 61, 163, 143, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/framework/messages.po, 29, 210, 191, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/auxiliary.po, 105, 302, 275, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1247, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31449, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 459, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1361, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 94, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc.po, 187, 986, 880, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc/00.po, 197, 924, 1157, 0, 0, 4, 21, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc/01.po, 7487, 72880, 67336, 0, 0, 8, 275, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc/02.po, 121, 804, 695, 0, 0, 2, 6, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc/04.po, 187, 1497, 1447, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc/05.po, 137, 853, 816, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 19794, 0, 0, 1, 47, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/schart.po, 96, 931, 804, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/schart/00.po, 60, 347, 404, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/schart/01.po, 972, 11826, 10103, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/schart/02.po, 25, 117, 97, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/schart/04.po, 32, 133, 116, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sdraw.po, 123, 732, 685, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sdraw/01.po, 3, 12, 15, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sdraw/04.po, 103, 489, 511, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2951, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared.po, 246, 2199, 2056, 0, 0, 4, 109, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/00.po, 1550, 15490, 15599, 0, 0, 17, 204, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/01.po, 5483, 51844, 46700, 0, 0, 4, 118, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/02.po, 2181, 29096, 25171, 0, 0, 1, 26, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/04.po, 311, 2067, 2091, 0, 0, 2, 4, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/05.po, 196, 2340, 2144, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/07.po, 7, 82, 75, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/autokorr.po, 48, 420, 381, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7390, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/explorer/database.po, 1638, 18750, 16378, 0, 0, 3, 107, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/guide.po, 2508, 36212, 34402, 0, 0, 8, 231, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/help.po, 78, 117, 122, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/menu.po, 16, 120, 110, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 21988, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/simpress.po, 199, 1395, 1321, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/simpress/00.po, 163, 902, 1038, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7744, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/simpress/02.po, 660, 6509, 6071, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/simpress/04.po, 239, 1138, 1175, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9634, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/smath.po, 60, 739, 676, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/smath/00.po, 66, 355, 332, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/smath/01.po, 1551, 13859, 13434, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/smath/02.po, 6, 97, 78, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/smath/04.po, 26, 135, 126, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/smath/06.po, 9, 21, 26, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/smath/guide.po, 104, 1193, 1181, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter.po, 331, 2836, 2527, 0, 0, 5, 110, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter/00.po, 310, 1818, 2128, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter/01.po, 3346, 33793, 30986, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter/02.po, 426, 3050, 2964, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter/04.po, 254, 1276, 1451, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 26018, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3135, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/helpcontent2/source/text/swriter/menu.po, 17, 96, 99, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4001, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/librelogo/source/pythonpath.po, 138, 173, 186, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 666, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/officecfg/registry/data/org/openoffice.po, 9, 28, 19, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1774, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7418, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/readlicense_oo/docs.po, 103, 2403, 2155, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/reportdesign/messages.po, 258, 617, 603, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/sc/messages.po, 4681, 20238, 17463, 0, 0, 5, 22, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scaddins/messages.po, 901, 3188, 2725, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/sccomp/messages.po, 14, 65, 52, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/activex.po, 2, 16, 14, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/calc.po, 22, 94, 79, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/draw.po, 41, 149, 136, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/graphicfilter.po, 30, 101, 105, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/impress.po, 21, 81, 67, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/ooo.po, 582, 2024, 1882, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/writer.po, 27, 114, 80, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/sd/messages.po, 1306, 2938, 2842, 0, 0, 13, 13, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/sfx2/messages.po, 580, 2116, 2001, 0, 0, 1, 110, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/starmath/messages.po, 505, 968, 929, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/svtools/messages.po, 914, 2611, 2429, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/svx/messages.po, 2846, 7224, 6531, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/sw/messages.po, 3437, 7736, 7291, 0, 0, 3, 3, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/swext/mediawiki/help.po, 89, 1404, 1368, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/swext/mediawiki/src.po, 2, 39, 26, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 149, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/sysui/desktop/share.po, 66, 277, 220, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/uui/messages.po, 157, 1554, 1477, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/vcl/messages.po, 354, 733, 718, 0, 0, 2, 4, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/wizards/messages.po, 265, 1042, 899, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/wizards/source/resources.po, 554, 2286, 2016, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/writerperfect/messages.po, 30, 65, 53, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nn/xmlsecurity/messages.po, 91, 424, 389, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/avmedia/messages.po, 16, 26, 22, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/basctl/messages.po, 74, 242, 187, 34, 50, 47, 319, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/basic/messages.po, 8, 14, 11, 9, 31, 118, 504, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/chart2/messages.po, 96, 144, 147, 207, 344, 317, 880, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/cui/messages.po, 417, 869, 804, 805, 1262, 1121, 3427, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dbaccess/messages.po, 295, 1598, 1153, 225, 654, 292, 2258, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/desktop/messages.po, 43, 167, 148, 13, 28, 106, 1030, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/hu_HU/dialog.po, 1, 1, 2, 5, 6, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/editeng/messages.po, 198, 459, 417, 49, 141, 18, 56, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/extensions/messages.po, 310, 646, 646, 195, 489, 158, 964, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/extras/source/autocorr/emoji.po, 40, 36, 38, 165, 156, 1370, 1625, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/extras/source/gallery/share.po, 5, 7, 8, 2, 2, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/filter/messages.po, 41, 160, 149, 30, 59, 151, 599, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/filter/source/config/fragments/filters.po, 19, 55, 53, 11, 28, 190, 649, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/forms/messages.po, 50, 278, 214, 1, 2, 7, 50, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/formula/messages.po, 283, 286, 292, 71, 96, 84, 132, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/fpicker/messages.po, 25, 39, 40, 18, 52, 18, 72, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/framework/messages.po, 8, 14, 17, 7, 15, 14, 181, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 2573, 90, 232, 93, 737, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/librelogo/source/pythonpath.po, 11, 11, 11, 43, 43, 84, 119, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/nlpsolver/src/locale.po, 8, 8, 9, 5, 6, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/officecfg/registry/data/org/openoffice/Office.po, 477, 566, 1055, 347, 341, 484, 934, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po, 1395, 3013, 3131, 1028, 1701, 1254, 3008, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/readlicense_oo/docs.po, 7, 41, 33, 1, 1, 95, 2361, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/reportdesign/messages.po, 57, 76, 75, 78, 125, 123, 416, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/sc/messages.po, 1207, 6911, 4494, 1415, 3402, 2064, 9947, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scaddins/messages.po, 260, 1345, 939, 191, 433, 449, 1409, 900, 3187 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/base.po, 8, 40, 33, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/calc.po, 13, 41, 38, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/draw.po, 11, 45, 36, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/graphicfilter.po, 24, 77, 124, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/impress.po, 15, 59, 52, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/math.po, 9, 39, 36, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/ooo.po, 153, 199, 194, 126, 683, 303, 1142, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/writer.po, 14, 37, 36, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/sd/messages.po, 303, 772, 684, 368, 618, 648, 1561, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/sfx2/messages.po, 149, 355, 307, 138, 310, 294, 1561, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/starmath/messages.po, 259, 459, 496, 113, 158, 132, 350, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/svtools/messages.po, 388, 847, 840, 103, 205, 423, 1559, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/svx/messages.po, 1099, 2364, 2272, 642, 1164, 1105, 3696, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/sw/messages.po, 859, 1547, 1644, 1314, 2113, 1264, 4072, 3437, 7732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/swext/mediawiki/help.po, 4, 4, 4, 6, 8, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 7, 7, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/sysui/desktop/share.po, 31, 119, 111, 13, 64, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/uui/messages.po, 13, 88, 65, 24, 80, 120, 1386, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/vcl/messages.po, 87, 105, 105, 74, 116, 195, 516, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/wizards/messages.po, 134, 715, 520, 50, 83, 81, 244, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/wizards/source/resources.po, 391, 1731, 1321, 84, 198, 79, 357, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nr/xmlsecurity/messages.po, 18, 26, 29, 13, 50, 60, 348, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/accessibility/messages.po, 6, 11, 18, 1, 2, 4, 14, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/avmedia/messages.po, 16, 25, 25, 1, 2, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/basctl/messages.po, 76, 244, 308, 35, 55, 44, 312, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/basic/messages.po, 9, 17, 19, 9, 31, 117, 501, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/chart2/messages.po, 134, 190, 276, 192, 352, 294, 826, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/cui/messages.po, 597, 1162, 1430, 700, 1154, 1046, 3242, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dbaccess/messages.po, 323, 1839, 2239, 216, 663, 273, 2008, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/desktop/messages.po, 92, 450, 595, 33, 349, 37, 426, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/en/dialog.po, 1, 1, 2, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/ru_RU/dialog.po, 3, 3, 4, 1, 2, 10, 21, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/editeng/messages.po, 227, 543, 865, 26, 82, 12, 31, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/extensions/messages.po, 343, 717, 992, 173, 472, 147, 910, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/extras/source/autocorr/emoji.po, 42, 38, 41, 179, 171, 1354, 1608, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/filter/messages.po, 41, 160, 201, 30, 58, 151, 600, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/filter/source/config/fragments/filters.po, 20, 58, 71, 9, 24, 191, 650, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/forms/messages.po, 51, 294, 367, 1, 2, 6, 34, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/formula/messages.po, 287, 290, 295, 76, 101, 74, 122, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/fpicker/messages.po, 28, 73, 85, 17, 48, 16, 42, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/framework/messages.po, 17, 163, 225, 6, 14, 6, 33, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po, 528, 3988, 5330, 7, 96, 22, 270, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/librelogo/source/pythonpath.po, 13, 13, 17, 46, 46, 79, 114, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/nlpsolver/src/locale.po, 8, 8, 10, 5, 6, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/officecfg/registry/data/org/openoffice/Office.po, 1181, 1262, 1361, 9, 12, 118, 567, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po, 2377, 4778, 7134, 539, 998, 761, 1946, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/readlicense_oo/docs.po, 18, 217, 300, 0, 0, 85, 2186, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/reportdesign/messages.po, 81, 105, 136, 59, 105, 118, 407, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/sc/messages.po, 1395, 7117, 7706, 1298, 3357, 1993, 9786, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scaddins/messages.po, 269, 1354, 1751, 220, 469, 412, 1365, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/base.po, 8, 40, 51, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/calc.po, 13, 41, 57, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/draw.po, 11, 45, 70, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/graphicfilter.po, 24, 77, 138, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/impress.po, 15, 59, 81, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/math.po, 9, 39, 53, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/onlineupdate.po, 1, 2, 3, 0, 0, 1, 11, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/ooo.po, 204, 262, 282, 127, 684, 251, 1078, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/quickstart.po, 2, 15, 24, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/writer.po, 14, 37, 51, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/sd/messages.po, 407, 1023, 1343, 333, 568, 579, 1360, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/sfx2/messages.po, 188, 504, 634, 133, 413, 260, 1309, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/shell/source/win32/shlxthandler/res.po, 37, 45, 63, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/starmath/messages.po, 267, 467, 619, 106, 151, 129, 347, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/svtools/messages.po, 551, 1414, 1776, 75, 185, 288, 1012, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/svx/messages.po, 1444, 3330, 4775, 577, 1330, 825, 2564, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/sw/messages.po, 1247, 2076, 2678, 1066, 1994, 1127, 3669, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/swext/mediawiki/help.po, 7, 7, 7, 3, 5, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 9, 10, 11, 5, 5, 18, 166, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/sysui/desktop/share.po, 43, 153, 230, 9, 50, 14, 74, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/uui/messages.po, 14, 92, 128, 29, 113, 114, 1349, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/vcl/messages.po, 148, 219, 253, 44, 91, 164, 427, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/wizards/messages.po, 143, 724, 921, 44, 77, 78, 241, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/wizards/source/resources.po, 424, 1804, 2358, 54, 135, 76, 347, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/nso/xmlsecurity/messages.po, 16, 24, 42, 16, 54, 59, 346, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/avmedia/messages.po, 22, 45, 56, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/basctl/messages.po, 155, 611, 709, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/basic/messages.po, 135, 549, 620, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/chart2/messages.po, 617, 1340, 1715, 0, 0, 3, 28, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/messages.po, 105, 1033, 1168, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/cui/messages.po, 2324, 5423, 6510, 0, 0, 19, 135, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dbaccess/messages.po, 808, 4481, 5265, 0, 0, 4, 29, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/desktop/messages.po, 160, 1172, 1302, 0, 0, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/en/dialog.po, 37, 176, 221, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/hu_HU/dialog.po, 32, 71, 85, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/is.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/ru_RU/dialog.po, 13, 25, 31, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/sw_TZ.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/te_IN.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/editeng/messages.po, 265, 656, 789, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/extensions/messages.po, 660, 2080, 2386, 0, 0, 3, 19, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/extras/source/autocorr/emoji.po, 1567, 1809, 1917, 0, 0, 8, 8, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/filter/messages.po, 222, 818, 1004, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/filter/source/config/fragments/filters.po, 220, 732, 759, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 142, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/filter/source/config/fragments/types.po, 38, 121, 130, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/forms/messages.po, 58, 330, 360, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/formula/messages.po, 417, 478, 583, 0, 0, 0, 0, 417, 478 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/fpicker/messages.po, 61, 163, 198, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/framework/messages.po, 29, 210, 258, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po, 548, 4214, 4637, 4, 74, 5, 66, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/librelogo/source/pythonpath.po, 138, 173, 177, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 717, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/nlpsolver/src/locale.po, 41, 105, 126, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/officecfg/registry/data/org/openoffice.po, 8, 25, 37, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/officecfg/registry/data/org/openoffice/Office.po, 1306, 1811, 1975, 0, 0, 2, 30, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po, 3550, 7381, 9790, 0, 0, 127, 341, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/readlicense_oo/docs.po, 89, 1845, 1866, 0, 0, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 20, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/reportdesign/messages.po, 258, 617, 758, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/sc/messages.po, 4204, 15617, 16955, 11, 159, 471, 4484, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scaddins/messages.po, 895, 3091, 3039, 0, 0, 4, 95, 899, 3186 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/sccomp/messages.po, 12, 51, 67, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/base.po, 10, 44, 55, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/calc.po, 22, 94, 114, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/extensions.po, 16, 65, 78, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/impress.po, 21, 81, 88, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/kde.po, 2, 9, 13, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/onlineupdate.po, 2, 13, 18, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/ooo.po, 579, 2002, 2293, 0, 0, 3, 22, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/writer.po, 27, 114, 121, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/sd/messages.po, 1184, 2784, 3249, 0, 0, 135, 167, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/setup_native/source/mac.po, 23, 131, 138, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/sfx2/messages.po, 550, 1672, 1841, 0, 0, 31, 554, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/starmath/messages.po, 505, 968, 1101, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/svtools/messages.po, 883, 2449, 2631, 2, 21, 29, 141, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/svx/messages.po, 2659, 6088, 7143, 4, 95, 183, 1041, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/sw/messages.po, 3163, 6473, 8012, 5, 86, 272, 1180, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/swext/mediawiki/help.po, 52, 465, 507, 22, 707, 15, 232, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/swext/mediawiki/src.po, 2, 39, 46, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 172, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/sysui/desktop/share.po, 66, 277, 310, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/uui/messages.po, 145, 1209, 1308, 2, 92, 10, 253, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/vcl/messages.po, 269, 521, 585, 0, 0, 87, 216, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/wizards/messages.po, 262, 1026, 1110, 3, 16, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/wizards/source/resources.po, 548, 2216, 2403, 1, 10, 5, 60, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/writerperfect/messages.po, 15, 40, 50, 0, 0, 15, 25, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/oc/xmlsecurity/messages.po, 89, 421, 507, 0, 0, 2, 3, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/avmedia/messages.po, 17, 27, 26, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/basctl/messages.po, 98, 394, 335, 34, 50, 23, 167, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/basic/messages.po, 17, 49, 42, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/chart2/messages.po, 235, 526, 509, 165, 277, 220, 565, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/messages.po, 102, 990, 764, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/cui/messages.po, 614, 1392, 1273, 781, 1278, 948, 2888, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dbaccess/messages.po, 433, 2679, 2188, 248, 1305, 131, 526, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/desktop/messages.po, 102, 521, 448, 36, 366, 24, 338, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/bg_BG.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/ca.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/da_DK.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/de.po, 1, 10, 4, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/en.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/en/dialog.po, 13, 37, 40, 3, 8, 21, 131, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/fr_FR.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/hr_HR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/hu_HU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/hu_HU/dialog.po, 7, 10, 12, 4, 5, 21, 56, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/ne_NP.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/ru_RU/dialog.po, 4, 5, 5, 1, 2, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/vi.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/editeng/messages.po, 66, 114, 112, 75, 138, 124, 404, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/extensions/messages.po, 398, 1061, 953, 216, 796, 49, 242, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/extras/source/autocorr/emoji.po, 41, 38, 38, 191, 182, 1343, 1597, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/extras/source/gallery/share.po, 5, 7, 8, 2, 2, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/filter/messages.po, 55, 232, 199, 29, 49, 138, 537, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/filter/source/config/fragments/filters.po, 93, 324, 325, 10, 29, 117, 379, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/filter/source/config/fragments/types.po, 21, 66, 68, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/forms/messages.po, 54, 314, 250, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/formula/messages.po, 314, 317, 317, 63, 89, 61, 108, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/fpicker/messages.po, 30, 87, 75, 18, 41, 13, 35, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/framework/messages.po, 18, 167, 140, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/auxiliary.po, 22, 30, 31, 0, 0, 83, 272, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 883, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sbasic/shared.po, 3485, 28988, 23418, 0, 0, 1020, 6443, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 281, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 900, 0, 0, 15, 343, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc.po, 172, 861, 751, 0, 0, 15, 125, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc/00.po, 61, 152, 146, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc/01.po, 5504, 48601, 36711, 0, 0, 1991, 24554, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc/02.po, 116, 782, 616, 0, 0, 7, 28, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc/04.po, 169, 1264, 1061, 0, 0, 18, 233, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc/05.po, 82, 672, 556, 0, 0, 55, 181, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/scalc/guide.po, 1310, 18357, 13917, 0, 0, 159, 3236, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/schart.po, 84, 705, 545, 0, 0, 12, 226, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/schart/00.po, 47, 249, 240, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/schart/01.po, 833, 9886, 7556, 0, 0, 139, 1940, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/schart/02.po, 25, 117, 99, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sdraw.po, 117, 702, 615, 0, 0, 6, 30, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sdraw/04.po, 101, 455, 351, 0, 0, 2, 34, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/sdraw/guide.po, 258, 2764, 2054, 0, 0, 17, 308, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared.po, 207, 1768, 1449, 0, 0, 43, 540, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/00.po, 769, 6653, 5411, 0, 0, 798, 9041, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/01.po, 3657, 28360, 21577, 0, 0, 1830, 23602, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/02.po, 1694, 19239, 15755, 0, 0, 488, 9883, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/04.po, 234, 960, 802, 0, 0, 79, 1111, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/05.po, 103, 1011, 737, 0, 0, 93, 1329, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/autokorr.po, 47, 403, 259, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/autopi.po, 745, 6507, 5132, 0, 0, 142, 1887, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/explorer/database.po, 1449, 14276, 11003, 0, 0, 192, 4581, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/guide.po, 2004, 27759, 22089, 0, 0, 512, 8684, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/shared/optionen.po, 1229, 10979, 8794, 0, 0, 705, 12372, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/simpress.po, 181, 1264, 1104, 0, 0, 18, 131, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/simpress/00.po, 154, 873, 778, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/simpress/01.po, 858, 6389, 4995, 0, 0, 188, 2125, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/simpress/02.po, 648, 6360, 4723, 0, 0, 12, 149, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/simpress/04.po, 185, 900, 770, 0, 0, 54, 238, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/simpress/guide.po, 590, 7567, 5898, 0, 0, 177, 2715, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/smath.po, 56, 609, 511, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/smath/00.po, 53, 224, 184, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/smath/01.po, 1055, 11355, 9548, 0, 0, 496, 2504, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/smath/02.po, 6, 97, 69, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/smath/04.po, 25, 130, 109, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/smath/guide.po, 94, 1001, 885, 0, 0, 10, 192, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter.po, 214, 1268, 1112, 0, 0, 122, 1678, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter/00.po, 210, 1037, 935, 0, 0, 100, 781, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter/01.po, 2632, 24244, 19004, 0, 0, 714, 9549, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter/02.po, 366, 2437, 2034, 0, 0, 60, 613, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter/04.po, 236, 1153, 1025, 0, 0, 18, 123, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter/guide.po, 1869, 22817, 17838, 0, 0, 275, 5120, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po, 538, 4102, 3637, 6, 104, 13, 148, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/librelogo/source/pythonpath.po, 16, 18, 17, 45, 47, 77, 108, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/nlpsolver/src/locale.po, 6, 6, 6, 7, 8, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/officecfg/registry/data/org/openoffice/Office.po, 1189, 1276, 1292, 7, 10, 112, 555, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/officecfg/registry/data/org/openoffice/Office/UI.po, 2372, 4776, 4983, 577, 1075, 728, 1871, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/readlicense_oo/docs.po, 24, 303, 258, 3, 100, 76, 2000, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/reportdesign/messages.po, 179, 432, 406, 65, 147, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/sc/messages.po, 2215, 11144, 7861, 1020, 2735, 1451, 6381, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scaddins/messages.po, 791, 2532, 1856, 16, 21, 92, 633, 899, 3186 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/sccomp/messages.po, 11, 47, 45, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/base.po, 8, 40, 36, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/calc.po, 17, 56, 54, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/draw.po, 13, 52, 48, 3, 13, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/impress.po, 19, 74, 67, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/ooo.po, 258, 383, 594, 159, 865, 165, 776, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/writer.po, 22, 69, 67, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/sd/messages.po, 398, 1013, 898, 351, 600, 570, 1338, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/setup_native/source/mac.po, 22, 119, 96, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/sfx2/messages.po, 177, 493, 432, 151, 434, 253, 1299, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/starmath/messages.po, 280, 496, 482, 106, 150, 119, 322, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/svtools/messages.po, 554, 1416, 1514, 72, 177, 288, 1018, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/svx/messages.po, 1409, 3204, 3207, 604, 1367, 833, 2653, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/sw/messages.po, 1149, 1960, 2010, 1187, 2168, 1105, 3612, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/swext/mediawiki/help.po, 45, 307, 235, 23, 699, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 142, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/sysui/desktop/share.po, 54, 210, 201, 2, 20, 10, 47, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/uui/messages.po, 95, 929, 790, 22, 141, 40, 484, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/vcl/messages.po, 166, 276, 263, 45, 89, 145, 372, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/wizards/messages.po, 204, 890, 731, 37, 108, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/wizards/source/resources.po, 437, 1849, 1551, 69, 275, 48, 162, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/om/xmlsecurity/messages.po, 18, 37, 35, 20, 121, 53, 266, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/avmedia/messages.po, 18, 38, 37, 2, 2, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/basctl/messages.po, 149, 602, 570, 6, 9, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/basic/messages.po, 91, 357, 366, 44, 192, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/chart2/messages.po, 548, 1194, 1293, 53, 101, 19, 73, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/messages.po, 104, 1017, 838, 0, 0, 2, 30, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/cui/messages.po, 2008, 4679, 5201, 121, 232, 214, 647, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dbaccess/messages.po, 686, 4144, 3782, 113, 275, 13, 91, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/desktop/messages.po, 153, 1096, 1078, 5, 50, 4, 79, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/en/dialog.po, 37, 176, 186, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/editeng/messages.po, 258, 641, 687, 3, 4, 4, 11, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/extensions/messages.po, 557, 1850, 1803, 92, 163, 14, 86, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/extras/source/autocorr/emoji.po, 57, 50, 51, 203, 200, 1315, 1567, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/filter/messages.po, 215, 798, 885, 1, 4, 6, 16, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/filter/source/config/fragments/filters.po, 169, 587, 580, 5, 11, 46, 134, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/filter/source/config/fragments/types.po, 25, 85, 85, 1, 5, 12, 31, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/forms/messages.po, 57, 321, 259, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/formula/messages.po, 396, 446, 450, 12, 14, 28, 50, 436, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/fpicker/messages.po, 43, 120, 140, 7, 11, 11, 32, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/framework/messages.po, 21, 193, 148, 6, 14, 2, 3, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3743, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/librelogo/source/pythonpath.po, 137, 170, 197, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 511, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 22, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/officecfg/registry/data/org/openoffice/Office.po, 1233, 1420, 2148, 11, 26, 64, 395, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/officecfg/registry/data/org/openoffice/Office/UI.po, 2553, 5207, 5923, 548, 1005, 576, 1510, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/readlicense_oo/docs.po, 81, 1590, 1368, 1, 85, 21, 728, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/reportdesign/messages.po, 236, 551, 460, 22, 66, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/sc/messages.po, 2743, 13008, 9892, 897, 2491, 1046, 4761, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scaddins/messages.po, 835, 2579, 2036, 14, 18, 52, 591, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/sccomp/messages.po, 12, 51, 45, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/calc.po, 19, 81, 79, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/draw.po, 15, 60, 58, 3, 12, 23, 77, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/extensions.po, 16, 65, 72, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/impress.po, 19, 74, 76, 2, 7, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/ooo.po, 547, 1869, 1956, 19, 90, 16, 65, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/writer.po, 22, 69, 68, 1, 4, 4, 41, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/sd/messages.po, 532, 1325, 1293, 343, 625, 444, 1001, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/setup_native/source/mac.po, 22, 119, 125, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/sfx2/messages.po, 271, 756, 791, 144, 493, 166, 977, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/starmath/messages.po, 312, 536, 550, 89, 129, 99, 298, 500, 963 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/svtools/messages.po, 730, 1884, 1812, 68, 390, 116, 337, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/svx/messages.po, 1794, 4071, 4204, 526, 1262, 526, 1891, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/sw/messages.po, 2514, 5135, 5825, 445, 1192, 481, 1412, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/swext/mediawiki/help.po, 47, 353, 306, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/sysui/desktop/share.po, 65, 261, 261, 1, 16, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/uui/messages.po, 130, 1113, 1043, 10, 125, 17, 316, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/vcl/messages.po, 255, 499, 536, 9, 11, 92, 227, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/wizards/messages.po, 262, 1039, 955, 3, 3, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/wizards/source/resources.po, 500, 2029, 1820, 46, 196, 8, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/or/xmlsecurity/messages.po, 67, 331, 316, 7, 27, 17, 66, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/basctl/messages.po, 155, 611, 684, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/basic/messages.po, 17, 49, 62, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/chart2/messages.po, 289, 628, 668, 170, 295, 161, 445, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/messages.po, 105, 1033, 1045, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/cui/messages.po, 1040, 2469, 2562, 640, 1101, 663, 1988, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dbaccess/messages.po, 469, 2919, 2903, 222, 1081, 121, 510, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/desktop/messages.po, 105, 544, 657, 25, 153, 32, 528, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/editeng/messages.po, 263, 655, 717, 1, 1, 1, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/extensions/messages.po, 419, 1095, 1189, 202, 773, 42, 231, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/extras/source/autocorr/emoji.po, 74, 75, 77, 224, 213, 1277, 1529, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/filter/messages.po, 75, 275, 275, 37, 74, 110, 469, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/filter/source/config/fragments/filters.po, 105, 380, 382, 14, 50, 101, 302, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/forms/messages.po, 58, 330, 333, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/formula/messages.po, 321, 324, 331, 53, 79, 60, 107, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/fpicker/messages.po, 58, 159, 171, 0, 0, 3, 4, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/framework/messages.po, 29, 210, 224, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 541, 4153, 4688, 5, 78, 11, 123, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/librelogo/source/pythonpath.po, 76, 80, 94, 3, 3, 59, 90, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 47, 598, 657, 1, 57, 1, 38, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/nlpsolver/src/locale.po, 41, 105, 112, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office.po, 1192, 1280, 1304, 7, 10, 109, 551, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po, 2461, 4978, 5107, 553, 1021, 663, 1723, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/readlicense_oo/docs.po, 73, 1381, 1399, 1, 85, 29, 937, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 23, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/reportdesign/messages.po, 179, 438, 449, 65, 141, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/sc/messages.po, 2647, 12456, 11940, 827, 2346, 1212, 5458, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scaddins/messages.po, 786, 2528, 2240, 12, 16, 103, 644, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/calc.po, 19, 81, 91, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/draw.po, 15, 60, 61, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/extensions.po, 15, 51, 53, 0, 0, 1, 14, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/impress.po, 19, 74, 77, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/ooo.po, 535, 1827, 1890, 20, 106, 27, 91, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/writer.po, 24, 102, 109, 0, 0, 3, 12, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/sd/messages.po, 492, 1263, 1306, 342, 595, 485, 1093, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/setup_native/source/mac.po, 23, 131, 146, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/sfx2/messages.po, 239, 714, 773, 145, 430, 197, 1082, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/starmath/messages.po, 306, 528, 519, 91, 133, 107, 306, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/svtools/messages.po, 678, 1743, 1812, 56, 191, 180, 677, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/svx/messages.po, 1642, 3779, 3849, 509, 1180, 695, 2265, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/sw/messages.po, 1693, 3110, 3317, 873, 1727, 875, 2903, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/swext/mediawiki/help.po, 49, 429, 467, 23, 676, 17, 299, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/swext/mediawiki/src.po, 2, 39, 37, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 170, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/sysui/desktop/share.po, 66, 277, 294, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/uui/messages.po, 99, 938, 1062, 19, 162, 39, 454, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/vcl/messages.po, 206, 361, 399, 23, 52, 127, 324, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/wizards/messages.po, 234, 981, 1040, 7, 17, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/wizards/source/resources.po, 458, 2028, 2126, 48, 96, 48, 162, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pa-IN/xmlsecurity/messages.po, 18, 37, 40, 27, 133, 46, 254, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/basctl/messages.po, 155, 611, 569, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/basic/messages.po, 135, 549, 549, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/chart2/messages.po, 620, 1368, 1430, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/messages.po, 106, 1047, 932, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/cui/messages.po, 2342, 5557, 5542, 0, 0, 1, 1, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dbaccess/messages.po, 812, 4510, 3973, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/desktop/messages.po, 162, 1225, 1119, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/an_ES.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/en/dialog.po, 37, 176, 174, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/editeng/messages.po, 265, 656, 687, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/extensions/messages.po, 663, 2099, 1943, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/extras/source/autocorr/emoji.po, 1575, 1817, 2019, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/filter/messages.po, 222, 818, 794, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/filter/source/config/fragments/filters.po, 220, 732, 756, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/filter/source/config/fragments/types.po, 38, 121, 135, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/forms/messages.po, 58, 330, 271, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/formula/messages.po, 433, 509, 721, 0, 0, 1, 1, 434, 510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/fpicker/messages.po, 61, 163, 155, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/framework/messages.po, 29, 210, 174, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/auxiliary.po, 105, 302, 317, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1212, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sbasic/shared.po, 4464, 35164, 31036, 0, 0, 41, 267, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 411, 0, 0, 1, 6, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1256, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sbasic/shared/03.po, 46, 141, 121, 0, 0, 1, 4, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc.po, 187, 986, 913, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc/00.po, 140, 585, 619, 0, 0, 61, 360, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc/01.po, 7254, 68937, 61503, 0, 0, 241, 4218, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc/02.po, 119, 797, 659, 0, 0, 4, 13, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc/04.po, 187, 1497, 1304, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc/05.po, 92, 751, 730, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/scalc/guide.po, 1455, 21277, 18564, 0, 0, 14, 316, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/schart.po, 96, 931, 791, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/schart/00.po, 60, 347, 331, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/schart/01.po, 966, 11652, 10020, 0, 0, 6, 174, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/schart/02.po, 25, 117, 92, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/schart/04.po, 32, 133, 143, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sdraw.po, 123, 732, 690, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sdraw/04.po, 103, 489, 418, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/sdraw/guide.po, 272, 2992, 2592, 0, 0, 3, 80, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared.po, 240, 2133, 1860, 0, 0, 10, 175, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/00.po, 1104, 11376, 10390, 0, 0, 463, 4318, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/01.po, 4668, 40405, 33996, 0, 0, 819, 11557, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/02.po, 1872, 22446, 18919, 0, 0, 310, 6676, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/04.po, 238, 983, 877, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/05.po, 111, 1141, 982, 0, 0, 85, 1199, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 309, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/autopi.po, 872, 8202, 7084, 0, 0, 15, 192, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/explorer/database.po, 1521, 15820, 13889, 0, 0, 120, 3037, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/guide.po, 2398, 34306, 31071, 0, 0, 118, 2137, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/help.po, 43, 55, 56, 0, 0, 35, 62, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/menu.po, 16, 120, 112, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/shared/optionen.po, 1850, 21674, 19343, 0, 0, 84, 1677, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/simpress.po, 197, 1363, 1157, 0, 0, 2, 32, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/simpress/00.po, 162, 898, 840, 0, 0, 1, 4, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/simpress/01.po, 1021, 8277, 6946, 0, 0, 25, 237, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/simpress/02.po, 659, 6480, 5709, 0, 0, 1, 29, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/simpress/04.po, 224, 1098, 1009, 0, 0, 15, 40, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/simpress/guide.po, 664, 9023, 7690, 0, 0, 103, 1259, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/smath.po, 59, 722, 617, 0, 0, 1, 17, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/smath/00.po, 66, 355, 341, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/smath/01.po, 1521, 13088, 11662, 0, 0, 30, 771, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/smath/02.po, 6, 97, 77, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/smath/04.po, 26, 135, 117, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1079, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter.po, 301, 2498, 2237, 0, 0, 35, 448, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter/00.po, 284, 1689, 1671, 0, 0, 26, 129, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter/01.po, 3041, 29965, 25034, 0, 0, 305, 3828, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter/02.po, 395, 2738, 2384, 0, 0, 31, 312, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter/04.po, 251, 1257, 1176, 0, 0, 3, 19, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter/guide.po, 2026, 25814, 22581, 0, 0, 118, 2123, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter/librelogo.po, 319, 2865, 2746, 0, 0, 7, 154, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/helpcontent2/source/text/swriter/menu.po, 17, 96, 91, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3934, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/librelogo/source/pythonpath.po, 138, 173, 172, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 577, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 22, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1814, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/officecfg/registry/data/org/openoffice/Office/UI.po, 3676, 7712, 8241, 0, 0, 1, 10, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/readlicense_oo/docs.po, 103, 2403, 2146, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/reportdesign/messages.po, 258, 617, 591, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/sc/messages.po, 4683, 20239, 17241, 0, 0, 3, 21, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scaddins/messages.po, 901, 3188, 3084, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/sccomp/messages.po, 14, 65, 67, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/calc.po, 22, 94, 98, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/graphicfilter.po, 30, 101, 139, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/impress.po, 21, 81, 84, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/ooo.po, 582, 2024, 2206, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/writer.po, 27, 114, 126, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/sd/messages.po, 1319, 2951, 2953, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/sfx2/messages.po, 581, 2226, 2045, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/starmath/messages.po, 505, 968, 1039, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/svtools/messages.po, 911, 2602, 2494, 0, 0, 3, 9, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/svx/messages.po, 2845, 7222, 7047, 0, 0, 1, 2, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/sw/messages.po, 3439, 7733, 7769, 0, 0, 1, 6, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/swext/mediawiki/help.po, 89, 1404, 1256, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 145, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/sysui/desktop/share.po, 66, 277, 298, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/uui/messages.po, 157, 1554, 1389, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/vcl/messages.po, 322, 644, 632, 0, 0, 34, 93, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/wizards/messages.po, 265, 1042, 931, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/wizards/source/resources.po, 554, 2286, 1950, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pl/xmlsecurity/messages.po, 91, 424, 404, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/avmedia/messages.po, 22, 45, 50, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/basctl/messages.po, 155, 611, 667, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/basic/messages.po, 135, 549, 664, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/chart2/messages.po, 620, 1368, 1672, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/messages.po, 106, 1047, 1141, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/cui/messages.po, 2343, 5558, 6413, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dbaccess/messages.po, 812, 4510, 4972, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/desktop/messages.po, 162, 1225, 1351, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/hu_HU/dialog.po, 32, 71, 79, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/ru_RU/dialog.po, 14, 26, 30, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/editeng/messages.po, 265, 656, 725, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/extensions/messages.po, 663, 2099, 2361, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/extras/source/autocorr/emoji.po, 1575, 1817, 1953, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/extras/source/gallery/share.po, 12, 15, 20, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/filter/messages.po, 222, 818, 910, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/filter/source/config/fragments/filters.po, 220, 732, 814, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/filter/source/config/fragments/types.po, 38, 121, 148, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/forms/messages.po, 58, 330, 347, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/formula/messages.po, 438, 514, 594, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/fpicker/messages.po, 61, 163, 170, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/framework/messages.po, 29, 210, 229, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/auxiliary.po, 105, 302, 355, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1523, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 37569, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 495, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1652, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 156, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc.po, 187, 986, 1081, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc/00.po, 201, 945, 1028, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc/01.po, 7495, 73155, 75958, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc/02.po, 123, 810, 860, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc/04.po, 187, 1497, 1590, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc/05.po, 137, 853, 950, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 22430, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/schart.po, 96, 931, 1055, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/schart/00.po, 60, 347, 434, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/schart/01.po, 972, 11826, 12769, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/schart/02.po, 25, 117, 120, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/schart/04.po, 32, 133, 154, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sdraw.po, 123, 732, 777, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sdraw/04.po, 103, 489, 531, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3246, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared.po, 250, 2308, 2483, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/00.po, 1567, 15694, 17842, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/01.po, 5487, 51962, 54651, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/02.po, 2182, 29122, 31214, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/04.po, 313, 2071, 2401, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/05.po, 196, 2340, 2538, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/06.po, 3, 7, 10, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/07.po, 7, 82, 85, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/autokorr.po, 48, 420, 403, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8982, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 20832, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/guide.po, 2516, 36443, 39758, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/help.po, 78, 117, 153, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/menu.po, 16, 120, 134, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 25037, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/simpress.po, 199, 1395, 1515, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/simpress/00.po, 163, 902, 1036, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8974, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/simpress/02.po, 660, 6509, 6997, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/simpress/04.po, 239, 1138, 1324, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11029, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/smath.po, 60, 739, 793, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/smath/00.po, 66, 355, 363, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/smath/01.po, 1551, 13859, 14199, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/smath/02.po, 6, 97, 100, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/smath/04.po, 26, 135, 146, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/smath/06.po, 9, 21, 37, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/smath/guide.po, 104, 1193, 1222, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter.po, 336, 2946, 3297, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter/00.po, 310, 1818, 2024, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter/01.po, 3346, 33793, 35909, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter/02.po, 426, 3050, 3179, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter/04.po, 254, 1276, 1488, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 29003, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3328, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/helpcontent2/source/text/swriter/menu.po, 17, 96, 118, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4780, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 714, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/nlpsolver/src/locale.po, 41, 105, 130, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1948, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9588, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/readlicense_oo/docs.po, 103, 2403, 2448, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/reportdesign/messages.po, 258, 617, 693, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/sc/messages.po, 4686, 20260, 21222, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scaddins/messages.po, 901, 3188, 3437, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/sccomp/messages.po, 14, 65, 82, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/activex.po, 2, 16, 22, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/base.po, 10, 44, 54, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/calc.po, 22, 94, 104, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/draw.po, 41, 149, 156, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/extensions.po, 16, 65, 78, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/graphicfilter.po, 30, 101, 140, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/impress.po, 21, 81, 92, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/math.po, 10, 42, 47, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/ooo.po, 582, 2024, 2384, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/writer.po, 27, 114, 129, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/sd/messages.po, 1319, 2951, 3372, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/setup_native/source/mac.po, 23, 131, 149, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/sfx2/messages.po, 581, 2226, 2370, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/starmath/messages.po, 505, 968, 1097, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/svtools/messages.po, 914, 2611, 2855, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/svx/messages.po, 2846, 7224, 8102, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/sw/messages.po, 3441, 7740, 9017, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/swext/mediawiki/help.po, 89, 1404, 1486, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/sysui/desktop/share.po, 66, 277, 345, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/uui/messages.po, 157, 1554, 1646, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/vcl/messages.po, 356, 737, 823, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/wizards/messages.po, 265, 1042, 1115, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/wizards/source/resources.po, 554, 2286, 2352, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt-BR/xmlsecurity/messages.po, 91, 424, 462, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/basctl/messages.po, 155, 611, 687, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/basic/messages.po, 135, 549, 647, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/chart2/messages.po, 620, 1368, 1646, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/messages.po, 106, 1047, 1119, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/cui/messages.po, 2343, 5558, 6263, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dbaccess/messages.po, 812, 4510, 4837, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/desktop/messages.po, 162, 1225, 1306, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/en/dialog.po, 37, 176, 183, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/hu_HU/dialog.po, 32, 71, 79, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/ru_RU/dialog.po, 14, 26, 30, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/editeng/messages.po, 265, 656, 724, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/extensions/messages.po, 663, 2099, 2317, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/extras/source/autocorr/emoji.po, 1572, 1813, 1963, 0, 0, 3, 4, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/filter/messages.po, 222, 818, 895, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/filter/source/config/fragments/filters.po, 220, 732, 912, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/filter/source/config/fragments/types.po, 38, 121, 172, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/forms/messages.po, 58, 330, 346, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/formula/messages.po, 438, 514, 594, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/fpicker/messages.po, 61, 163, 175, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/framework/messages.po, 29, 210, 207, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/auxiliary.po, 105, 302, 357, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1601, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sbasic/shared.po, 4217, 32854, 34596, 0, 0, 288, 2577, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 483, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1639, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 151, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc.po, 187, 986, 1075, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc/00.po, 196, 920, 998, 0, 0, 5, 25, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc/01.po, 7243, 68798, 71510, 0, 0, 252, 4357, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc/02.po, 121, 804, 854, 0, 0, 2, 6, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc/04.po, 187, 1497, 1595, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc/05.po, 137, 853, 955, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 21993, 0, 0, 1, 47, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/schart.po, 96, 931, 1040, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/schart/00.po, 60, 347, 389, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/schart/01.po, 972, 11826, 12802, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/schart/02.po, 25, 117, 123, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/schart/04.po, 32, 133, 144, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sdraw.po, 123, 732, 771, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sdraw/04.po, 103, 489, 534, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3222, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared.po, 250, 2308, 2468, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/00.po, 1522, 15187, 16822, 0, 0, 45, 507, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/01.po, 4873, 41259, 42998, 0, 0, 614, 10703, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/02.po, 1914, 22714, 24470, 0, 0, 268, 6408, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/04.po, 313, 2071, 2366, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/05.po, 196, 2340, 2456, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/06.po, 3, 7, 12, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/07.po, 7, 82, 84, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/autokorr.po, 48, 420, 450, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8961, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/explorer/database.po, 1563, 16357, 18297, 0, 0, 78, 2500, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/guide.po, 2364, 32903, 35904, 0, 0, 152, 3540, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/help.po, 78, 117, 127, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/menu.po, 16, 120, 146, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/shared/optionen.po, 1880, 21821, 23705, 0, 0, 54, 1530, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/simpress.po, 199, 1395, 1519, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/simpress/00.po, 163, 902, 1044, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/simpress/01.po, 1046, 8514, 9045, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/simpress/02.po, 660, 6509, 7217, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/simpress/04.po, 239, 1138, 1285, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11117, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/smath.po, 60, 739, 782, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/smath/00.po, 66, 355, 328, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/smath/01.po, 1551, 13859, 14565, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/smath/02.po, 6, 97, 97, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/smath/04.po, 26, 135, 148, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/smath/06.po, 9, 21, 43, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/smath/guide.po, 104, 1193, 1223, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter.po, 336, 2946, 3212, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter/00.po, 310, 1818, 1957, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter/01.po, 3346, 33793, 35609, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter/02.po, 426, 3050, 3154, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter/04.po, 254, 1276, 1441, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter/guide.po, 2143, 27934, 29035, 0, 0, 1, 3, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3224, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/helpcontent2/source/text/swriter/menu.po, 17, 96, 115, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4650, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 704, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/nlpsolver/src/locale.po, 41, 105, 131, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1941, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9572, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/readlicense_oo/docs.po, 103, 2403, 2432, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/reportdesign/messages.po, 258, 617, 667, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/sc/messages.po, 4686, 20260, 22688, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scaddins/messages.po, 901, 3188, 4948, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/sccomp/messages.po, 14, 65, 84, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/base.po, 10, 44, 53, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/calc.po, 22, 94, 131, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/draw.po, 41, 149, 157, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/extensions.po, 16, 65, 73, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/graphicfilter.po, 30, 101, 149, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/impress.po, 21, 81, 91, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/math.po, 10, 42, 46, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/ooo.po, 582, 2024, 2378, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/writer.po, 27, 114, 144, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/sd/messages.po, 1319, 2951, 3309, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/setup_native/source/mac.po, 23, 131, 148, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/sfx2/messages.po, 581, 2226, 2326, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/starmath/messages.po, 505, 968, 1098, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/svtools/messages.po, 914, 2611, 2872, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/svx/messages.po, 2846, 7224, 7997, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/sw/messages.po, 3441, 7740, 8907, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/swext/mediawiki/help.po, 89, 1404, 1489, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 175, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/sysui/desktop/share.po, 66, 277, 369, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/uui/messages.po, 157, 1554, 1600, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/vcl/messages.po, 356, 737, 800, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/wizards/messages.po, 265, 1042, 1089, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/wizards/source/resources.po, 554, 2286, 2352, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/writerperfect/messages.po, 30, 65, 72, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/pt/xmlsecurity/messages.po, 91, 424, 459, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/basctl/messages.po, 155, 611, 597, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/basic/messages.po, 135, 549, 590, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/chart2/messages.po, 617, 1340, 1504, 0, 0, 3, 28, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/messages.po, 105, 1033, 1032, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/cui/messages.po, 2198, 5190, 5451, 24, 51, 121, 317, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dbaccess/messages.po, 802, 4462, 4481, 0, 0, 10, 48, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/desktop/messages.po, 160, 1172, 1167, 0, 0, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/en/dialog.po, 37, 176, 191, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/hu_HU/dialog.po, 32, 71, 83, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/editeng/messages.po, 263, 655, 718, 1, 1, 1, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/extensions/messages.po, 657, 2073, 2148, 1, 5, 5, 21, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/extras/source/autocorr/emoji.po, 1104, 1313, 1378, 0, 0, 471, 504, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/filter/messages.po, 222, 818, 858, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/filter/source/config/fragments/filters.po, 189, 646, 681, 1, 2, 30, 84, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/filter/source/config/fragments/types.po, 28, 95, 107, 0, 0, 10, 26, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/forms/messages.po, 58, 330, 352, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/formula/messages.po, 432, 508, 507, 5, 5, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/fpicker/messages.po, 54, 148, 149, 2, 3, 5, 12, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/framework/messages.po, 29, 210, 204, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/auxiliary.po, 92, 266, 310, 0, 0, 13, 36, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sbasic/guide.po, 17, 238, 216, 0, 0, 86, 1107, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sbasic/shared.po, 0, 0, 0, 0, 0, 4505, 35431, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sbasic/shared/01.po, 0, 0, 0, 0, 0, 67, 465, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc.po, 4, 23, 27, 0, 0, 183, 963, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc/00.po, 0, 0, 0, 0, 0, 201, 945, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc/01.po, 0, 0, 0, 0, 0, 7495, 73155, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc/02.po, 0, 0, 0, 0, 0, 123, 810, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc/04.po, 0, 0, 0, 0, 0, 187, 1497, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc/05.po, 0, 0, 0, 0, 0, 137, 853, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/scalc/guide.po, 0, 0, 0, 0, 0, 1469, 21593, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/schart/01.po, 0, 0, 0, 0, 0, 972, 11826, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/schart/04.po, 0, 0, 0, 0, 0, 32, 133, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sdraw.po, 0, 0, 0, 0, 0, 123, 732, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sdraw/00.po, 0, 0, 0, 0, 0, 2, 8, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sdraw/04.po, 0, 0, 0, 0, 0, 103, 489, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/sdraw/guide.po, 0, 0, 0, 0, 0, 275, 3072, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared.po, 0, 0, 0, 0, 0, 250, 2308, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/00.po, 0, 0, 0, 0, 0, 1567, 15694, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/02.po, 0, 0, 0, 0, 0, 2182, 29122, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/04.po, 0, 0, 0, 0, 0, 313, 2071, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/05.po, 0, 0, 0, 0, 0, 196, 2340, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/07.po, 0, 0, 0, 0, 0, 7, 82, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/autopi.po, 0, 0, 0, 0, 0, 887, 8394, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/explorer/database.po, 0, 0, 0, 0, 0, 1641, 18857, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/guide.po, 0, 0, 0, 0, 0, 2516, 36443, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/shared/optionen.po, 0, 0, 0, 0, 0, 1934, 23351, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/simpress.po, 9, 19, 20, 0, 0, 190, 1376, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/simpress/00.po, 0, 0, 0, 0, 0, 163, 902, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/simpress/02.po, 0, 0, 0, 0, 0, 660, 6509, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/simpress/04.po, 0, 0, 0, 0, 0, 239, 1138, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/simpress/guide.po, 0, 0, 0, 0, 0, 767, 10282, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/smath.po, 0, 0, 0, 0, 0, 60, 739, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/smath/00.po, 0, 0, 0, 0, 0, 66, 355, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/smath/01.po, 0, 0, 0, 0, 0, 1551, 13859, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/smath/02.po, 0, 0, 0, 0, 0, 6, 97, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/smath/04.po, 0, 0, 0, 0, 0, 26, 135, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/smath/guide.po, 0, 0, 0, 0, 0, 104, 1193, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter.po, 0, 0, 0, 0, 0, 336, 2946, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter/00.po, 0, 0, 0, 0, 0, 310, 1818, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter/01.po, 0, 0, 0, 0, 0, 3346, 33793, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter/02.po, 0, 0, 0, 0, 0, 426, 3050, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter/04.po, 0, 0, 0, 0, 0, 254, 1276, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter/guide.po, 0, 0, 0, 0, 0, 2144, 27937, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter/librelogo.po, 55, 105, 119, 0, 0, 271, 2914, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po, 544, 4201, 4257, 5, 78, 8, 75, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 638, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/nlpsolver/src/locale.po, 41, 105, 126, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/officecfg/registry/data/org/openoffice.po, 8, 25, 27, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 1828, 1, 4, 7, 10, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/officecfg/registry/data/org/openoffice/Office/UI.po, 3231, 6619, 7718, 166, 371, 280, 732, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/readlicense_oo/docs.po, 89, 1845, 1833, 0, 0, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 10, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/reportdesign/messages.po, 258, 617, 666, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/sc/messages.po, 3769, 17071, 15685, 538, 1595, 379, 1594, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scaddins/messages.po, 901, 3188, 2800, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/sccomp/messages.po, 12, 51, 56, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/base.po, 10, 44, 50, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/calc.po, 22, 94, 118, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/extensions.po, 16, 65, 73, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/graphicfilter.po, 30, 101, 139, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/impress.po, 21, 81, 80, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/kde.po, 2, 9, 13, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/ooo.po, 572, 1979, 2241, 1, 3, 9, 42, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/sd/messages.po, 989, 2403, 2491, 120, 238, 210, 310, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/setup_native/source/mac.po, 23, 131, 134, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/sfx2/messages.po, 515, 1878, 1855, 5, 7, 61, 341, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/starmath/messages.po, 501, 963, 1014, 2, 3, 0, 0, 503, 966 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/svtools/messages.po, 852, 2414, 2473, 5, 5, 57, 192, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/svx/messages.po, 2385, 5808, 6006, 195, 504, 266, 912, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/sw/messages.po, 3051, 6699, 7276, 133, 370, 257, 671, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/swext/mediawiki/help.po, 47, 353, 350, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 175, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/sysui/desktop/share.po, 66, 277, 321, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/uui/messages.po, 145, 1266, 1265, 1, 31, 11, 257, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/vcl/messages.po, 267, 519, 543, 2, 2, 87, 216, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/wizards/messages.po, 263, 1040, 1105, 2, 2, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/wizards/source/resources.po, 505, 2073, 2045, 46, 212, 3, 1, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/writerperfect/messages.po, 2, 3, 4, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ro/xmlsecurity/messages.po, 83, 392, 405, 2, 10, 6, 22, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/accessibility/messages.po, 11, 27, 22, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/avmedia/messages.po, 22, 45, 38, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/basctl/messages.po, 155, 611, 515, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/basic/messages.po, 135, 549, 494, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/chart2/messages.po, 620, 1368, 1353, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/messages.po, 106, 1047, 788, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/cui/messages.po, 2343, 5558, 5068, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dbaccess/messages.po, 812, 4510, 3690, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/desktop/messages.po, 162, 1225, 1005, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/en/dialog.po, 37, 176, 149, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/ru_RU/dialog.po, 14, 26, 21, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/editeng/messages.po, 265, 656, 652, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/extensions/messages.po, 663, 2099, 1820, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/extras/source/autocorr/emoji.po, 1104, 1313, 1502, 0, 0, 471, 504, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/filter/messages.po, 222, 818, 753, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/filter/source/config/fragments/filters.po, 220, 732, 748, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/forms/messages.po, 58, 330, 258, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/formula/messages.po, 438, 514, 523, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/fpicker/messages.po, 61, 163, 140, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/framework/messages.po, 29, 210, 159, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/auxiliary.po, 92, 266, 270, 0, 0, 13, 36, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sbasic/guide.po, 86, 1147, 1072, 0, 0, 17, 198, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sbasic/shared.po, 3518, 29389, 25150, 0, 0, 987, 6042, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 297, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1276, 0, 0, 3, 78, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc.po, 187, 986, 901, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc/00.po, 66, 160, 161, 0, 0, 135, 785, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc/01.po, 5826, 51764, 42897, 0, 0, 1669, 21391, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc/02.po, 118, 796, 661, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc/04.po, 182, 1429, 1147, 0, 0, 5, 68, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc/05.po, 91, 734, 639, 0, 0, 46, 119, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/scalc/guide.po, 1357, 19438, 16390, 0, 0, 112, 2155, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/schart.po, 88, 796, 756, 0, 0, 8, 135, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/schart/00.po, 52, 262, 302, 1, 11, 7, 74, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/schart/01.po, 839, 10021, 8305, 0, 0, 133, 1805, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/schart/02.po, 25, 117, 98, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/schart/04.po, 32, 133, 124, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sdraw.po, 121, 724, 659, 0, 0, 2, 8, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sdraw/04.po, 102, 486, 440, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/sdraw/guide.po, 266, 2860, 2404, 0, 0, 9, 212, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared.po, 218, 1962, 1639, 0, 0, 32, 346, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/00.po, 780, 6875, 5987, 0, 0, 787, 8819, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/01.po, 3759, 29984, 24800, 0, 0, 1728, 21978, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/02.po, 1709, 19410, 15790, 0, 0, 473, 9712, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/04.po, 233, 958, 842, 0, 0, 80, 1113, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/05.po, 106, 1108, 876, 0, 0, 90, 1232, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/07.po, 4, 29, 21, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/autokorr.po, 47, 403, 288, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/autopi.po, 752, 6507, 5178, 0, 0, 135, 1887, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/explorer/database.po, 1458, 14344, 12063, 0, 0, 183, 4513, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/guide.po, 2060, 28665, 24873, 0, 0, 456, 7778, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/shared/optionen.po, 1252, 11507, 9992, 0, 0, 682, 11844, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/simpress.po, 197, 1363, 1186, 0, 0, 2, 32, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/simpress/00.po, 157, 878, 920, 0, 0, 6, 24, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/simpress/01.po, 878, 6654, 5482, 0, 0, 168, 1860, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/simpress/02.po, 658, 6451, 5590, 0, 0, 2, 58, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/simpress/04.po, 190, 920, 825, 0, 0, 49, 218, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/simpress/guide.po, 603, 7919, 6760, 0, 0, 164, 2363, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/smath.po, 56, 609, 550, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/smath/00.po, 54, 228, 256, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/smath/01.po, 1058, 11389, 9979, 0, 0, 493, 2470, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/smath/02.po, 6, 97, 73, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/smath/04.po, 25, 130, 126, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/smath/guide.po, 95, 1030, 944, 0, 0, 9, 163, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter.po, 245, 1959, 1736, 0, 0, 91, 987, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter/00.po, 221, 1103, 1056, 0, 0, 89, 715, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter/01.po, 2749, 26050, 21156, 0, 0, 597, 7743, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter/02.po, 372, 2557, 2171, 0, 0, 58, 612, 430, 3169 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter/04.po, 245, 1170, 1047, 0, 0, 9, 106, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter/guide.po, 1902, 23418, 19817, 0, 0, 242, 4519, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter/librelogo.po, 42, 54, 53, 1, 1, 283, 2964, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3616, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/librelogo/source/pythonpath.po, 138, 173, 167, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 513, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/nlpsolver/src/locale.po, 41, 105, 99, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/officecfg/registry/data/org/openoffice.po, 9, 28, 27, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1754, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7834, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/readlicense_oo/docs.po, 103, 2403, 2026, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 11, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/reportdesign/messages.po, 258, 617, 564, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/sc/messages.po, 4686, 20260, 15689, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scaddins/messages.po, 901, 3188, 3093, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/sccomp/messages.po, 14, 65, 61, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/graphicfilter.po, 30, 101, 118, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/impress.po, 21, 81, 78, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/ooo.po, 582, 2024, 2032, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/sd/messages.po, 1319, 2951, 2796, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/setup_native/source/mac.po, 23, 131, 113, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/sfx2/messages.po, 581, 2226, 1873, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/starmath/messages.po, 505, 968, 939, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/svtools/messages.po, 912, 2603, 2381, 0, 0, 2, 8, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/svx/messages.po, 2846, 7224, 6725, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/sw/messages.po, 3441, 7740, 7423, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/swext/mediawiki/help.po, 89, 1404, 1075, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 129, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/sysui/desktop/share.po, 66, 277, 278, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/uui/messages.po, 157, 1554, 1196, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/vcl/messages.po, 354, 727, 681, 0, 0, 2, 10, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/wizards/messages.po, 265, 1042, 830, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/wizards/source/resources.po, 554, 2286, 1788, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/writerperfect/messages.po, 30, 65, 64, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ru/xmlsecurity/messages.po, 91, 424, 319, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/basctl/messages.po, 116, 487, 403, 20, 22, 19, 102, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/basic/messages.po, 10, 21, 17, 118, 500, 7, 28, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/chart2/messages.po, 216, 415, 433, 160, 313, 244, 640, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/messages.po, 6, 61, 47, 8, 56, 92, 930, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 6, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/cui/messages.po, 475, 650, 648, 658, 1037, 1210, 3871, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dbaccess/messages.po, 358, 2163, 1648, 226, 1017, 228, 1330, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/desktop/messages.po, 85, 362, 318, 24, 119, 53, 744, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/ru_RU/dialog.po, 2, 2, 3, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/editeng/messages.po, 69, 112, 122, 63, 105, 133, 439, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/extensions/messages.po, 388, 945, 892, 210, 826, 65, 328, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/extras/source/autocorr/emoji.po, 43, 39, 39, 182, 174, 1350, 1604, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/filter/messages.po, 43, 162, 136, 29, 57, 150, 599, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/filter/source/config/fragments/filters.po, 78, 268, 285, 10, 25, 132, 439, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 132, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/filter/source/config/fragments/types.po, 15, 41, 49, 3, 12, 20, 68, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/forms/messages.po, 54, 314, 243, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/formula/messages.po, 292, 295, 297, 64, 87, 82, 132, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/fpicker/messages.po, 31, 77, 72, 15, 45, 15, 41, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/framework/messages.po, 14, 152, 117, 6, 14, 9, 44, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po, 530, 4038, 3570, 7, 96, 20, 220, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/librelogo/source/pythonpath.po, 14, 16, 16, 45, 47, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/nlpsolver/src/locale.po, 10, 10, 10, 3, 4, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/officecfg/registry/data/org/openoffice/Office.po, 1187, 1274, 1602, 8, 11, 113, 556, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/officecfg/registry/data/org/openoffice/Office/UI.po, 2251, 4459, 4686, 578, 1090, 848, 2173, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/reportdesign/messages.po, 169, 391, 387, 57, 112, 32, 114, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/sc/messages.po, 2170, 10770, 8016, 965, 2646, 1551, 6844, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scaddins/messages.po, 781, 2471, 2082, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/base.po, 8, 40, 46, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/calc.po, 15, 48, 50, 4, 33, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/draw.po, 13, 52, 54, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/graphicfilter.po, 28, 91, 95, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/impress.po, 17, 66, 72, 2, 8, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/ooo.po, 206, 271, 276, 145, 702, 231, 1051, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/writer.po, 17, 50, 56, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/sd/messages.po, 387, 925, 834, 337, 625, 595, 1401, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/sfx2/messages.po, 174, 464, 392, 130, 364, 277, 1398, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/starmath/messages.po, 273, 475, 461, 102, 144, 129, 348, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/svtools/messages.po, 507, 1266, 1213, 73, 189, 334, 1156, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/svx/messages.po, 1305, 2949, 2924, 552, 1268, 989, 3007, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/sw/messages.po, 1248, 2040, 2200, 1045, 1955, 1147, 3744, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 9, 9, 19, 168, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/sysui/desktop/share.po, 35, 125, 145, 13, 66, 18, 86, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/uui/messages.po, 65, 595, 486, 24, 139, 68, 820, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/vcl/messages.po, 131, 180, 168, 43, 81, 182, 476, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/wizards/messages.po, 229, 985, 819, 12, 13, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/wizards/source/resources.po, 447, 1847, 1495, 49, 239, 58, 200, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/rw/xmlsecurity/messages.po, 20, 39, 35, 16, 58, 55, 327, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/accessibility/messages.po, 7, 13, 10, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/avmedia/messages.po, 16, 26, 20, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/basctl/messages.po, 111, 443, 326, 33, 49, 11, 119, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/basic/messages.po, 17, 49, 43, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/chart2/messages.po, 340, 737, 573, 150, 310, 130, 321, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/messages.po, 94, 914, 602, 8, 56, 4, 77, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/cui/messages.po, 843, 1840, 1524, 740, 1300, 760, 2418, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dbaccess/messages.po, 477, 2736, 1948, 235, 1272, 100, 502, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/desktop/messages.po, 104, 474, 353, 33, 382, 25, 369, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/bg_BG.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/ru_RU/dialog.po, 4, 4, 4, 2, 4, 8, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/editeng/messages.po, 178, 479, 411, 72, 118, 15, 59, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/extensions/messages.po, 419, 1244, 839, 201, 677, 43, 178, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/extras/source/autocorr/emoji.po, 46, 43, 43, 193, 184, 1336, 1590, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/extras/source/gallery/share.po, 6, 8, 7, 2, 2, 4, 5, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/filter/messages.po, 94, 389, 307, 37, 102, 91, 327, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/filter/source/config/fragments/filters.po, 86, 303, 248, 12, 34, 122, 395, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 102, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/filter/source/config/fragments/types.po, 20, 62, 52, 3, 13, 15, 46, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/forms/messages.po, 54, 314, 202, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/formula/messages.po, 98, 101, 103, 70, 74, 265, 334, 433, 509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/fpicker/messages.po, 30, 76, 72, 17, 48, 14, 39, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/framework/messages.po, 18, 167, 140, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 3043, 8, 98, 18, 216, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/librelogo/source/pythonpath.po, 34, 36, 41, 39, 41, 65, 96, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 41, 41, 0, 0, 46, 652, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office.po, 1238, 1499, 1506, 23, 54, 47, 288, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po, 2318, 4631, 3555, 569, 1062, 790, 2029, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/readlicense_oo/docs.po, 67, 1304, 1045, 2, 86, 34, 1013, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/reportdesign/messages.po, 191, 462, 352, 55, 124, 12, 31, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/sc/messages.po, 2478, 11965, 7096, 990, 2762, 1218, 5533, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scaddins/messages.po, 785, 2475, 1395, 21, 77, 95, 636, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/sccomp/messages.po, 11, 47, 31, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/base.po, 8, 40, 33, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/calc.po, 15, 48, 44, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/draw.po, 13, 52, 47, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/extensions.po, 1, 14, 14, 3, 9, 12, 42, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/graphicfilter.po, 28, 91, 88, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/impress.po, 17, 66, 59, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/math.po, 10, 42, 35, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/ooo.po, 267, 459, 427, 153, 772, 162, 793, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/writer.po, 20, 62, 49, 2, 7, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/sd/messages.po, 484, 1140, 924, 358, 679, 477, 1132, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/setup_native/source/mac.po, 17, 108, 85, 5, 22, 1, 1, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/sfx2/messages.po, 186, 557, 456, 166, 433, 229, 1236, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/starmath/messages.po, 270, 472, 367, 113, 159, 117, 332, 500, 963 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/svtools/messages.po, 583, 1422, 1196, 79, 187, 252, 1002, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/svx/messages.po, 1524, 3530, 2616, 590, 1371, 732, 2323, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/sw/messages.po, 1544, 3149, 2598, 1068, 2077, 829, 2514, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/swext/mediawiki/help.po, 44, 304, 217, 24, 702, 21, 398, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 125, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/sysui/desktop/share.po, 39, 155, 115, 14, 66, 13, 56, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/uui/messages.po, 103, 949, 676, 26, 163, 28, 442, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/vcl/messages.po, 150, 243, 235, 55, 117, 151, 377, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/wizards/messages.po, 221, 975, 628, 20, 23, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/wizards/source/resources.po, 418, 1817, 1224, 88, 295, 48, 174, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sa-IN/xmlsecurity/messages.po, 32, 131, 116, 20, 106, 39, 187, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/avmedia/messages.po, 0, 0, 0, 0, 0, 22, 45, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/basctl/messages.po, 0, 0, 0, 0, 0, 155, 611, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/basic/messages.po, 0, 0, 0, 8, 23, 127, 526, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/chart2/messages.po, 0, 0, 0, 0, 0, 620, 1368, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/cui/messages.po, 0, 0, 0, 9, 12, 2334, 5546, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dbaccess/messages.po, 2, 2, 2, 3, 3, 807, 4505, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/desktop/messages.po, 0, 0, 0, 0, 0, 162, 1225, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/editeng/messages.po, 0, 0, 0, 0, 0, 265, 656, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/extensions/messages.po, 0, 0, 0, 0, 0, 663, 2099, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/extras/source/autocorr/emoji.po, 0, 0, 0, 19, 0, 1556, 1817, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/filter/messages.po, 0, 0, 0, 0, 0, 222, 818, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/filter/source/config/fragments/filters.po, 0, 0, 0, 4, 11, 216, 721, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/formula/messages.po, 0, 0, 0, 2, 2, 436, 512, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/fpicker/messages.po, 0, 0, 0, 0, 0, 61, 163, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/framework/messages.po, 0, 0, 0, 0, 0, 29, 210, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/instsetoo_native/inc_openoffice/windows/msi_languages.po, 0, 0, 0, 0, 0, 557, 4354, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/librelogo/source/pythonpath.po, 0, 0, 0, 1, 3, 137, 170, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/nlpsolver/src/locale.po, 0, 0, 0, 0, 0, 41, 105, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/officecfg/registry/data/org/openoffice/Office.po, 41, 57, 58, 0, 0, 1267, 1784, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/officecfg/registry/data/org/openoffice/Office/UI.po, 1, 1, 1, 16, 18, 3660, 7703, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/reportdesign/messages.po, 0, 0, 0, 1, 1, 257, 616, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/sc/messages.po, 2, 2, 2, 18, 20, 4666, 20238, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scaddins/messages.po, 0, 0, 0, 0, 0, 901, 3188, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/calc.po, 0, 0, 0, 1, 1, 21, 93, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/draw.po, 0, 0, 0, 1, 1, 40, 148, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/impress.po, 0, 0, 0, 1, 1, 20, 80, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/math.po, 0, 0, 0, 0, 0, 10, 42, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/writer.po, 0, 0, 0, 1, 2, 26, 112, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/sd/messages.po, 0, 0, 0, 7, 8, 1312, 2943, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/sfx2/messages.po, 4, 4, 5, 2, 3, 575, 2219, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/shell/source/win32/shlxthandler/res.po, 0, 0, 0, 0, 0, 37, 45, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/starmath/messages.po, 0, 0, 0, 1, 1, 504, 967, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/svtools/messages.po, 0, 0, 0, 6, 8, 908, 2603, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/svx/messages.po, 2, 2, 2, 2, 2, 2842, 7220, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/sw/messages.po, 1, 1, 1, 9, 11, 3431, 7728, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/swext/mediawiki/help.po, 0, 0, 0, 0, 0, 89, 1404, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 0, 0, 0, 0, 0, 32, 181, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/sysui/desktop/share.po, 0, 0, 0, 3, 4, 63, 273, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/uui/messages.po, 0, 0, 0, 0, 0, 157, 1554, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/vcl/messages.po, 0, 0, 0, 0, 0, 356, 737, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/wizards/messages.po, 0, 0, 0, 0, 0, 265, 1042, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/wizards/source/resources.po, 0, 0, 0, 2, 3, 552, 2283, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sah/xmlsecurity/messages.po, 0, 0, 0, 1, 2, 90, 422, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/accessibility/messages.po, 8, 14, 18, 0, 0, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/avmedia/messages.po, 16, 26, 30, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/basctl/messages.po, 123, 529, 865, 26, 41, 6, 41, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/basic/messages.po, 17, 49, 67, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/chart2/messages.po, 376, 815, 1039, 138, 263, 106, 290, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/messages.po, 104, 1017, 1063, 0, 0, 2, 30, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 5, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 1, 2, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/cui/messages.po, 1116, 2802, 3582, 788, 1438, 439, 1318, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dbaccess/messages.po, 518, 2925, 4502, 238, 1329, 56, 256, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/desktop/messages.po, 109, 544, 742, 23, 153, 30, 528, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/ar.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/bg_BG.po, 1, 7, 17, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/ca.po, 1, 7, 32, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/da_DK.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/en/dialog.po, 0, 0, 0, 4, 6, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/fr_FR.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/it_IT.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/ne_NP.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/pl_PL.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/pt_PT.po, 1, 8, 17, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/ro.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/ru_RU/dialog.po, 3, 3, 8, 3, 5, 8, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/sk_SK.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/sl_SI.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/uk_UA.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/editeng/messages.po, 183, 510, 785, 74, 116, 8, 30, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/extensions/messages.po, 405, 1286, 1735, 212, 645, 46, 168, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/extras/source/autocorr/emoji.po, 42, 37, 39, 193, 186, 1340, 1594, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/extras/source/gallery/share.po, 11, 14, 22, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/filter/messages.po, 105, 413, 455, 41, 111, 76, 294, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/filter/source/config/fragments/filters.po, 86, 303, 415, 13, 37, 121, 392, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 174, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/filter/source/config/fragments/types.po, 21, 69, 80, 4, 16, 13, 36, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/forms/messages.po, 54, 314, 551, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/formula/messages.po, 281, 284, 299, 96, 122, 59, 106, 436, 512 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/fpicker/messages.po, 29, 75, 135, 20, 55, 12, 33, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/framework/messages.po, 19, 182, 263, 7, 16, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 9141, 8, 98, 18, 216, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/librelogo/source/pythonpath.po, 39, 40, 56, 38, 40, 61, 93, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 4, 61, 67, 0, 0, 45, 632, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/nlpsolver/src/locale.po, 7, 7, 9, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/officecfg/registry/data/org/openoffice/Office.po, 993, 1239, 4026, 284, 349, 31, 253, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/officecfg/registry/data/org/openoffice/Office/UI.po, 1694, 3851, 6361, 1338, 2213, 645, 1658, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/readlicense_oo/docs.po, 76, 1517, 2997, 2, 86, 25, 800, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 21, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/reportdesign/messages.po, 157, 408, 505, 90, 184, 11, 25, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/sc/messages.po, 2702, 12578, 15227, 1000, 2865, 984, 4817, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scaddins/messages.po, 786, 2457, 2424, 24, 99, 91, 632, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/sccomp/messages.po, 11, 47, 70, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/base.po, 8, 40, 49, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/calc.po, 15, 48, 50, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/draw.po, 13, 52, 56, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/extensions.po, 1, 14, 14, 3, 9, 12, 42, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/graphicfilter.po, 28, 91, 89, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/impress.po, 17, 66, 153, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/ooo.po, 482, 1754, 2633, 76, 185, 24, 85, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/writer.po, 21, 65, 110, 1, 4, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/sd/messages.po, 563, 1322, 2122, 356, 706, 400, 923, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/setup_native/source/mac.po, 17, 109, 128, 6, 22, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/sfx2/messages.po, 226, 685, 990, 178, 486, 177, 1055, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/shell/source/win32/shlxthandler/res.po, 18, 22, 35, 19, 23, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/starmath/messages.po, 284, 479, 599, 118, 198, 96, 284, 498, 961 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/svtools/messages.po, 612, 1534, 2356, 77, 173, 225, 904, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/svx/messages.po, 1730, 4119, 6038, 602, 1402, 514, 1703, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/sw/messages.po, 1729, 3602, 4914, 1030, 1996, 682, 2142, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/swext/mediawiki/help.po, 35, 287, 390, 26, 657, 28, 460, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 6, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 20, 168, 180, 11, 11, 1, 2, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/sysui/desktop/share.po, 32, 138, 255, 23, 89, 11, 50, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/uui/messages.po, 119, 1082, 1552, 19, 152, 19, 320, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/vcl/messages.po, 166, 282, 447, 67, 136, 123, 319, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/wizards/messages.po, 219, 975, 1786, 23, 23, 23, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/wizards/source/resources.po, 390, 1795, 2850, 117, 330, 47, 161, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sat/xmlsecurity/messages.po, 53, 221, 296, 20, 133, 18, 70, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/accessibility/messages.po, 7, 13, 15, 0, 0, 4, 14, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/avmedia/messages.po, 16, 26, 28, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/basctl/messages.po, 110, 442, 652, 34, 50, 11, 119, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/basic/messages.po, 18, 52, 67, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/chart2/messages.po, 306, 670, 823, 180, 352, 134, 346, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/messages.po, 93, 900, 1021, 8, 56, 5, 91, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/cui/messages.po, 967, 2219, 2969, 734, 1283, 642, 2056, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dbaccess/messages.po, 468, 2575, 3272, 247, 1259, 97, 676, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/desktop/messages.po, 105, 472, 601, 22, 131, 35, 622, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/hu_HU/dialog.po, 2, 2, 3, 6, 9, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/pt_BR/dialog.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/ru_RU/dialog.po, 4, 4, 5, 2, 4, 8, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/editeng/messages.po, 176, 483, 676, 75, 122, 14, 51, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/extensions/messages.po, 396, 998, 1486, 213, 726, 54, 375, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/extras/source/autocorr/emoji.po, 40, 36, 36, 199, 191, 1336, 1590, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/extras/source/gallery/share.po, 6, 8, 8, 2, 2, 4, 5, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/filter/messages.po, 95, 391, 495, 44, 115, 83, 312, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/filter/source/config/fragments/filters.po, 87, 306, 385, 12, 34, 121, 392, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 170, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/filter/source/config/fragments/types.po, 20, 65, 77, 4, 16, 14, 40, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/forms/messages.po, 54, 314, 356, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/formula/messages.po, 97, 100, 114, 73, 77, 267, 336, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/fpicker/messages.po, 29, 61, 88, 17, 48, 15, 54, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/framework/messages.po, 14, 84, 90, 7, 16, 8, 110, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4034, 4565, 8, 98, 18, 216, 555, 4348 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/librelogo/source/pythonpath.po, 30, 31, 40, 39, 41, 69, 101, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 3, 0, 0, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/nlpsolver/src/locale.po, 6, 6, 6, 7, 8, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/officecfg/registry/data/org/openoffice/Office.po, 1268, 1537, 3443, 8, 39, 32, 265, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/officecfg/registry/data/org/openoffice/Office/UI.po, 2403, 4861, 6780, 601, 1136, 673, 1725, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/readlicense_oo/docs.po, 68, 1308, 1630, 2, 86, 33, 1009, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/reportbuilder/java/org/libreoffice/report/function/metadata.po, 2, 2, 2, 0, 0, 4, 18, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/reportdesign/messages.po, 152, 401, 527, 94, 185, 12, 31, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/sc/messages.po, 2206, 10670, 10899, 1270, 3481, 1210, 6109, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scaddins/messages.po, 788, 2467, 2563, 22, 89, 91, 632, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/sccomp/messages.po, 11, 47, 67, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/base.po, 8, 40, 54, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/calc.po, 15, 48, 60, 5, 37, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/draw.po, 13, 52, 73, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/graphicfilter.po, 28, 91, 143, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/impress.po, 17, 66, 82, 3, 12, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/math.po, 10, 42, 52, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/ooo.po, 513, 1755, 2357, 41, 166, 28, 103, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/writer.po, 21, 65, 92, 1, 4, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/sd/messages.po, 512, 1214, 1561, 352, 664, 455, 1073, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/setup_native/source/mac.po, 19, 111, 117, 4, 20, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/sfx2/messages.po, 200, 559, 747, 160, 398, 221, 1269, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/shell/source/win32/shlxthandler/res.po, 37, 45, 56, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/starmath/messages.po, 298, 511, 644, 95, 143, 106, 308, 499, 962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/svtools/messages.po, 604, 1426, 1705, 77, 147, 233, 1038, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/svx/messages.po, 1534, 3511, 4678, 611, 1413, 701, 2300, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/sw/messages.po, 1545, 3145, 4393, 1107, 2081, 789, 2514, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/swext/mediawiki/help.po, 22, 110, 137, 25, 550, 42, 744, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 6, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 22, 170, 201, 9, 9, 1, 2, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/sysui/desktop/share.po, 43, 169, 198, 11, 54, 12, 54, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/uui/messages.po, 100, 742, 901, 26, 163, 31, 649, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/vcl/messages.po, 166, 265, 346, 64, 127, 126, 345, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/wizards/messages.po, 220, 976, 1205, 21, 22, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/wizards/source/resources.po, 395, 1800, 2059, 111, 323, 48, 163, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sd/xmlsecurity/messages.po, 40, 124, 163, 20, 67, 31, 233, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/avmedia/messages.po, 16, 26, 28, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/basctl/messages.po, 107, 403, 400, 29, 46, 19, 162, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/basic/messages.po, 12, 25, 27, 116, 494, 7, 30, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/chart2/messages.po, 255, 549, 570, 171, 289, 194, 530, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/messages.po, 100, 925, 778, 0, 0, 6, 122, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/cui/messages.po, 979, 2200, 2443, 653, 1171, 711, 2187, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dbaccess/messages.po, 429, 2562, 2354, 236, 1248, 147, 700, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/desktop/messages.po, 94, 472, 475, 25, 153, 43, 600, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/en/dialog.po, 4, 6, 9, 0, 0, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/hu_HU/dialog.po, 8, 11, 16, 0, 0, 24, 60, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/ru_RU/dialog.po, 5, 7, 9, 0, 0, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/editeng/messages.po, 197, 435, 469, 14, 20, 54, 201, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/extensions/messages.po, 404, 1063, 1140, 215, 780, 44, 256, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/extras/source/autocorr/emoji.po, 43, 43, 43, 201, 190, 1331, 1584, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/filter/messages.po, 73, 247, 251, 30, 55, 119, 516, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/filter/source/config/fragments/filters.po, 81, 277, 306, 10, 28, 129, 427, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 146, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/filter/source/config/fragments/types.po, 18, 53, 58, 2, 8, 18, 60, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/forms/messages.po, 54, 314, 266, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/formula/messages.po, 312, 315, 316, 57, 83, 63, 110, 432, 508 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/fpicker/messages.po, 31, 88, 96, 17, 40, 13, 35, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/framework/messages.po, 18, 167, 177, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/auxiliary.po, 10, 10, 13, 0, 0, 95, 292, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1043, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sbasic/shared.po, 2066, 10046, 9642, 0, 0, 2439, 25385, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 312, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1037, 0, 0, 15, 343, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc.po, 144, 579, 600, 0, 0, 43, 407, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc/00.po, 8, 13, 19, 0, 0, 193, 932, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc/01.po, 1156, 3251, 2788, 0, 0, 6339, 69904, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc/02.po, 14, 20, 21, 0, 0, 109, 790, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc/04.po, 56, 137, 96, 0, 0, 131, 1360, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc/05.po, 28, 42, 48, 0, 0, 109, 811, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/scalc/guide.po, 68, 242, 225, 0, 0, 1401, 21351, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/schart.po, 66, 403, 386, 0, 0, 30, 528, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/schart/00.po, 30, 115, 120, 0, 0, 30, 232, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/schart/01.po, 38, 91, 75, 0, 0, 934, 11735, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/schart/02.po, 22, 82, 74, 0, 0, 3, 35, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/schart/04.po, 32, 133, 142, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sdraw.po, 100, 671, 725, 0, 0, 23, 61, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sdraw/00.po, 1, 4, 4, 0, 0, 1, 4, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sdraw/04.po, 100, 445, 410, 0, 0, 3, 44, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/sdraw/guide.po, 45, 435, 385, 0, 0, 230, 2637, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared.po, 128, 651, 533, 0, 0, 122, 1657, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/00.po, 232, 523, 433, 0, 0, 1335, 15171, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/01.po, 1674, 7857, 7119, 0, 0, 3813, 44105, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/02.po, 715, 4058, 3511, 0, 0, 1467, 25064, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/04.po, 147, 349, 330, 0, 0, 166, 1722, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/05.po, 12, 88, 80, 0, 0, 184, 2252, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/07.po, 3, 27, 20, 0, 0, 4, 55, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/autopi.po, 62, 73, 75, 0, 0, 825, 8321, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/explorer/database.po, 225, 590, 711, 0, 0, 1416, 18267, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/guide.po, 57, 335, 242, 0, 0, 2459, 36108, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/shared/optionen.po, 154, 289, 257, 0, 0, 1780, 23062, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/simpress.po, 143, 712, 702, 0, 0, 56, 683, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/simpress/00.po, 154, 873, 797, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/simpress/01.po, 250, 824, 778, 0, 0, 796, 7690, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/simpress/02.po, 272, 532, 569, 0, 0, 388, 5977, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/simpress/04.po, 151, 688, 617, 0, 0, 88, 450, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/simpress/guide.po, 99, 815, 734, 0, 0, 668, 9467, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/smath.po, 56, 609, 538, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/smath/00.po, 53, 224, 206, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/smath/01.po, 140, 195, 195, 0, 0, 1411, 13664, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/smath/02.po, 6, 97, 70, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/smath/04.po, 25, 130, 109, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/smath/guide.po, 16, 118, 107, 0, 0, 88, 1075, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter.po, 205, 1135, 1184, 0, 0, 131, 1811, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter/00.po, 209, 1030, 1012, 0, 0, 101, 788, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter/01.po, 866, 3680, 3522, 0, 0, 2480, 30113, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter/02.po, 275, 650, 684, 0, 0, 151, 2400, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter/04.po, 153, 365, 361, 0, 0, 101, 911, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter/guide.po, 459, 4156, 3734, 0, 0, 1685, 23781, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter/librelogo.po, 16, 17, 17, 0, 0, 310, 3002, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po, 533, 4058, 4051, 5, 78, 19, 218, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/librelogo/source/pythonpath.po, 56, 60, 72, 5, 5, 77, 108, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 6, 5, 0, 0, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/nlpsolver/src/locale.po, 13, 14, 18, 0, 0, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/officecfg/registry/data/org/openoffice/Office.po, 1193, 1281, 1782, 5, 8, 110, 552, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/officecfg/registry/data/org/openoffice/Office/UI.po, 2434, 4900, 5695, 530, 981, 713, 1841, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/readlicense_oo/docs.po, 25, 315, 306, 1, 85, 77, 2003, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/reportdesign/messages.po, 177, 418, 434, 64, 123, 17, 76, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/sc/messages.po, 2497, 11568, 9455, 868, 2248, 1321, 6444, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scaddins/messages.po, 778, 2520, 2082, 12, 16, 108, 649, 898, 3185 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/sccomp/messages.po, 11, 47, 44, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/base.po, 8, 40, 45, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/calc.po, 19, 81, 93, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/draw.po, 13, 52, 56, 2, 9, 26, 88, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/extensions.po, 3, 9, 9, 0, 0, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/graphicfilter.po, 28, 91, 96, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/impress.po, 19, 74, 88, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/onlineupdate.po, 2, 13, 16, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/ooo.po, 359, 957, 1061, 12, 40, 211, 1027, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/writer.po, 22, 69, 68, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/sd/messages.po, 471, 1197, 1246, 345, 602, 503, 1152, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/setup_native/source/mac.po, 22, 119, 115, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/sfx2/messages.po, 212, 582, 647, 154, 449, 215, 1195, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/starmath/messages.po, 294, 502, 504, 88, 128, 120, 335, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/svtools/messages.po, 613, 1607, 1593, 45, 140, 256, 864, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/svx/messages.po, 1547, 3447, 3655, 510, 1178, 789, 2599, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/sw/messages.po, 1600, 2841, 3447, 899, 1754, 942, 3145, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/swext/mediawiki/help.po, 38, 245, 215, 11, 235, 40, 924, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/sysui/desktop/share.po, 51, 185, 220, 2, 20, 13, 72, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/uui/messages.po, 91, 837, 738, 21, 105, 45, 612, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/vcl/messages.po, 184, 308, 384, 27, 69, 145, 360, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/wizards/messages.po, 235, 992, 994, 6, 6, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/wizards/source/resources.po, 428, 1823, 1771, 60, 241, 66, 222, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/writerperfect/messages.po, 1, 2, 3, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/si/xmlsecurity/messages.po, 18, 37, 39, 22, 124, 51, 263, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/avmedia/messages.po, 17, 27, 23, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/basctl/messages.po, 109, 405, 321, 28, 45, 18, 161, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/basic/messages.po, 17, 49, 40, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/chart2/messages.po, 266, 577, 550, 177, 301, 177, 490, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/messages.po, 102, 990, 649, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/cui/messages.po, 1096, 2477, 2156, 652, 1212, 595, 1869, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dbaccess/messages.po, 461, 2838, 1933, 239, 1243, 112, 429, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/desktop/messages.po, 107, 633, 484, 38, 415, 17, 177, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/en/dialog.po, 37, 176, 160, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/hu_HU/dialog.po, 32, 71, 66, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/editeng/messages.po, 253, 628, 628, 5, 8, 7, 20, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/extensions/messages.po, 406, 1070, 936, 217, 803, 40, 226, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/extras/source/autocorr/emoji.po, 54, 47, 47, 200, 196, 1321, 1574, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/filter/messages.po, 76, 277, 225, 38, 78, 108, 463, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/filter/source/config/fragments/filters.po, 90, 315, 316, 13, 38, 117, 379, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/filter/source/config/fragments/types.po, 21, 66, 64, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/forms/messages.po, 54, 314, 230, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/formula/messages.po, 323, 326, 328, 55, 81, 60, 107, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/fpicker/messages.po, 30, 87, 65, 19, 43, 12, 33, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/framework/messages.po, 20, 184, 140, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/auxiliary.po, 0, 0, 0, 0, 0, 105, 302, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 796, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sbasic/shared.po, 3534, 29452, 21870, 0, 0, 971, 5979, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sbasic/shared/01.po, 60, 386, 286, 0, 0, 7, 79, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1106, 0, 0, 3, 78, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc.po, 178, 940, 732, 0, 0, 9, 46, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc/00.po, 62, 153, 148, 0, 0, 139, 792, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc/01.po, 4896, 38345, 27903, 0, 0, 2599, 34810, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc/02.po, 115, 793, 592, 0, 0, 8, 17, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc/04.po, 181, 1428, 1043, 0, 0, 6, 69, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc/05.po, 89, 732, 538, 0, 0, 48, 121, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/scalc/guide.po, 1357, 19438, 13829, 0, 0, 112, 2155, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/schart/00.po, 47, 249, 243, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/schart/01.po, 855, 10113, 6829, 0, 0, 117, 1713, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/schart/02.po, 25, 117, 84, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/schart/04.po, 32, 133, 98, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sdraw.po, 120, 718, 581, 0, 0, 3, 14, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sdraw/04.po, 102, 486, 362, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/sdraw/guide.po, 259, 2780, 1978, 0, 0, 16, 292, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared.po, 218, 1962, 1586, 0, 0, 32, 346, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/00.po, 787, 7100, 5012, 0, 0, 780, 8594, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/01.po, 1732, 9722, 7242, 0, 0, 3755, 42240, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/02.po, 1710, 18911, 13273, 0, 0, 472, 10211, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/04.po, 238, 983, 773, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/05.po, 106, 1108, 746, 0, 0, 90, 1232, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/autokorr.po, 47, 403, 245, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/autopi.po, 753, 6508, 4781, 0, 0, 134, 1886, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/explorer/database.po, 1461, 14452, 10306, 0, 0, 180, 4405, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/guide.po, 2073, 29003, 20692, 0, 0, 443, 7440, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/shared/optionen.po, 1115, 9561, 7057, 0, 0, 819, 13790, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/simpress.po, 185, 1314, 1059, 0, 0, 14, 81, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/simpress/00.po, 154, 873, 679, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/simpress/02.po, 653, 6468, 4580, 0, 0, 7, 41, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/simpress/04.po, 196, 985, 779, 0, 0, 43, 153, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/simpress/guide.po, 601, 7917, 5621, 0, 0, 166, 2365, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/smath.po, 56, 609, 447, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/smath/00.po, 54, 228, 190, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/smath/01.po, 1111, 11553, 9765, 0, 0, 440, 2306, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/smath/02.po, 6, 97, 67, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/smath/04.po, 25, 130, 99, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/smath/guide.po, 96, 1031, 770, 0, 0, 8, 162, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter.po, 217, 1414, 1171, 0, 0, 119, 1532, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter/00.po, 202, 1010, 919, 0, 0, 108, 808, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter/01.po, 2582, 22974, 18057, 0, 0, 764, 10819, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter/02.po, 372, 2466, 1827, 0, 0, 54, 584, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter/04.po, 246, 1205, 952, 0, 0, 8, 71, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter/guide.po, 1815, 21539, 15971, 0, 0, 329, 6398, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter/librelogo.po, 0, 0, 0, 0, 0, 326, 3019, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3138, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/librelogo/source/pythonpath.po, 133, 166, 164, 2, 4, 3, 3, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 436, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/nlpsolver/src/locale.po, 41, 105, 101, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/officecfg/registry/data/org/openoffice/Office.po, 1236, 1423, 1422, 8, 23, 64, 395, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/officecfg/registry/data/org/openoffice/Office/UI.po, 2577, 5227, 4995, 507, 950, 593, 1545, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/readlicense_oo/docs.po, 81, 1590, 1152, 1, 85, 21, 728, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/reportdesign/messages.po, 180, 443, 410, 66, 144, 12, 30, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/sc/messages.po, 2719, 12961, 8971, 898, 2487, 1069, 4812, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scaddins/messages.po, 835, 2579, 1742, 14, 18, 52, 591, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/sccomp/messages.po, 11, 47, 41, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/base.po, 10, 44, 36, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/calc.po, 19, 81, 83, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/draw.po, 15, 60, 53, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/graphicfilter.po, 28, 91, 108, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/impress.po, 19, 74, 65, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/math.po, 10, 42, 34, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/ooo.po, 543, 1865, 1712, 17, 86, 22, 73, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/writer.po, 22, 69, 66, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/sd/messages.po, 517, 1316, 1114, 342, 600, 460, 1035, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/setup_native/source/mac.po, 22, 119, 83, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/sfx2/messages.po, 257, 729, 597, 149, 501, 175, 996, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/shell/source/win32/shlxthandler/res.po, 37, 45, 44, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/starmath/messages.po, 314, 536, 508, 91, 133, 100, 299, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/svtools/messages.po, 705, 1779, 1542, 61, 371, 148, 461, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/svx/messages.po, 1778, 4050, 3766, 529, 1247, 539, 1927, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/sw/messages.po, 1679, 3124, 3062, 928, 1836, 833, 2779, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/swext/mediawiki/help.po, 47, 353, 258, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/swext/mediawiki/src.po, 2, 39, 25, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 123, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/sysui/desktop/share.po, 54, 210, 188, 2, 20, 10, 47, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/uui/messages.po, 102, 998, 669, 20, 134, 35, 422, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/vcl/messages.po, 209, 354, 333, 24, 58, 123, 325, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/wizards/messages.po, 235, 967, 683, 29, 74, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/wizards/source/resources.po, 474, 1947, 1451, 69, 261, 11, 78, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sid/xmlsecurity/messages.po, 47, 203, 156, 24, 145, 20, 76, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/basctl/messages.po, 155, 611, 555, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/basic/messages.po, 135, 549, 532, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/chart2/messages.po, 620, 1368, 1365, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/messages.po, 106, 1047, 851, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/cui/messages.po, 2343, 5558, 5398, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dbaccess/messages.po, 812, 4510, 3814, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/desktop/messages.po, 162, 1225, 1074, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/el_GR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/et_EE.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/hr_HR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/hu_HU/dialog.po, 32, 71, 79, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/id.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/lt_LT.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/lv_LV.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/nl_NL.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/pt_BR.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/te_IN.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/editeng/messages.po, 265, 656, 654, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/extensions/messages.po, 663, 2099, 1892, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/extras/source/autocorr/emoji.po, 1575, 1817, 1822, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/filter/messages.po, 222, 818, 779, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/filter/source/config/fragments/filters.po, 220, 732, 751, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/forms/messages.po, 58, 330, 279, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/formula/messages.po, 438, 514, 513, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/fpicker/messages.po, 61, 163, 155, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/framework/messages.po, 29, 210, 180, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/auxiliary.po, 92, 266, 272, 0, 0, 13, 36, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sbasic/guide.po, 86, 1147, 1014, 0, 0, 17, 198, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sbasic/shared.po, 3035, 22380, 18784, 0, 0, 1470, 13051, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sbasic/shared/01.po, 58, 357, 302, 0, 0, 9, 108, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sbasic/shared/02.po, 187, 1147, 1022, 0, 0, 11, 335, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc.po, 181, 947, 845, 0, 0, 6, 39, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc/00.po, 63, 155, 160, 0, 0, 138, 790, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc/01.po, 4429, 29368, 24095, 0, 0, 3066, 43787, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc/02.po, 117, 783, 652, 0, 0, 6, 27, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc/04.po, 124, 1017, 806, 0, 0, 63, 480, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc/05.po, 75, 522, 450, 0, 0, 62, 331, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/scalc/guide.po, 1125, 15090, 12177, 0, 0, 344, 6503, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/schart.po, 88, 796, 676, 0, 0, 8, 135, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/schart/00.po, 27, 83, 88, 0, 0, 33, 264, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/schart/01.po, 776, 8625, 6925, 0, 0, 196, 3201, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/schart/02.po, 25, 117, 98, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/schart/04.po, 32, 133, 121, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sdraw.po, 121, 724, 662, 0, 0, 2, 8, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sdraw/04.po, 83, 372, 334, 0, 0, 20, 117, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/sdraw/guide.po, 232, 2455, 2016, 0, 0, 43, 617, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared.po, 221, 1967, 1651, 0, 0, 29, 341, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/00.po, 590, 3400, 2953, 0, 0, 977, 12294, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/01.po, 2235, 7905, 7469, 0, 0, 3252, 44057, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/02.po, 1132, 7467, 6118, 0, 0, 1050, 21655, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/04.po, 236, 971, 859, 0, 0, 77, 1100, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/05.po, 43, 309, 286, 0, 0, 153, 2031, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/07.po, 4, 29, 23, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/autokorr.po, 47, 403, 361, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/autopi.po, 746, 6394, 5207, 0, 0, 141, 2000, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/explorer/database.po, 903, 6500, 5181, 0, 0, 738, 12357, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/guide.po, 1821, 23721, 19411, 0, 0, 695, 12722, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/menu.po, 8, 10, 12, 0, 0, 8, 110, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/shared/optionen.po, 637, 1442, 1343, 0, 0, 1297, 21909, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/simpress.po, 191, 1339, 1158, 0, 0, 8, 56, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/simpress/00.po, 151, 833, 768, 0, 0, 12, 69, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/simpress/01.po, 848, 5929, 4798, 0, 0, 198, 2585, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/simpress/02.po, 607, 4860, 3759, 0, 0, 53, 1649, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/simpress/04.po, 180, 841, 790, 0, 0, 59, 297, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/simpress/guide.po, 537, 6510, 5401, 0, 0, 230, 3772, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/smath.po, 57, 613, 550, 0, 0, 3, 126, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/smath/00.po, 55, 229, 218, 0, 0, 11, 126, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/smath/01.po, 1406, 11403, 9719, 0, 0, 145, 2456, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/smath/02.po, 6, 97, 75, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/smath/04.po, 25, 130, 124, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/smath/guide.po, 94, 1001, 898, 0, 0, 10, 192, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter.po, 228, 1449, 1273, 0, 0, 108, 1497, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter/00.po, 211, 1040, 1038, 0, 0, 99, 778, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter/01.po, 2494, 21184, 17359, 0, 0, 852, 12609, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter/02.po, 382, 2502, 2114, 0, 0, 44, 548, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter/04.po, 232, 1002, 943, 0, 0, 22, 274, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter/guide.po, 1355, 15658, 13038, 0, 0, 789, 12279, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter/librelogo.po, 45, 46, 46, 0, 0, 281, 2973, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/helpcontent2/source/text/swriter/menu.po, 7, 12, 14, 0, 0, 10, 84, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4027, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 574, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 15, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1803, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8000, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/readlicense_oo/docs.po, 103, 2403, 2137, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/reportdesign/messages.po, 258, 617, 602, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/sc/messages.po, 4686, 20260, 16779, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scaddins/messages.po, 901, 3188, 3003, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/base.po, 10, 44, 43, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/calc.po, 22, 94, 100, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/draw.po, 41, 149, 149, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/impress.po, 21, 81, 75, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/ooo.po, 582, 2024, 2292, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/writer.po, 27, 114, 116, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/sd/messages.po, 1319, 2951, 2838, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/setup_native/source/mac.po, 23, 131, 112, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/sfx2/messages.po, 581, 2226, 2017, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/starmath/messages.po, 505, 968, 974, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/svtools/messages.po, 914, 2611, 2480, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/svx/messages.po, 2846, 7224, 6904, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/sw/messages.po, 3441, 7740, 7662, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/swext/mediawiki/help.po, 89, 1404, 1235, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 142, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/sysui/desktop/share.po, 66, 277, 284, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/uui/messages.po, 157, 1554, 1332, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/vcl/messages.po, 356, 737, 728, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/wizards/messages.po, 265, 1042, 906, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/wizards/source/resources.po, 554, 2286, 1887, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/writerperfect/messages.po, 30, 65, 67, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sk/xmlsecurity/messages.po, 91, 424, 367, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/basctl/messages.po, 155, 611, 570, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/basic/messages.po, 135, 549, 563, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/chart2/messages.po, 620, 1368, 1395, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/messages.po, 106, 1047, 872, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 12, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/cui/messages.po, 2343, 5558, 5505, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dbaccess/messages.po, 812, 4510, 3996, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/desktop/messages.po, 162, 1225, 1128, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/af_ZA.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/an_ES.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/be_BY.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/bg_BG.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/bn_BD.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/bo.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/br_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/bs_BA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/ca.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/cs_CZ.po, 1, 8, 14, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/da_DK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/de.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/el_GR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/en.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/en/dialog.po, 37, 176, 185, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/es.po, 1, 12, 19, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/et_EE.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/fr_FR.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/gd_GB.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/gl.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/gu_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/gug.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/he_IL.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/hi_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/hr_HR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/hu_HU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/id.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/is.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/it_IT.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/lo_LA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/lt_LT.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/lv_LV.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/ne_NP.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/nl_NL.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/no.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/oc_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/pl_PL.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/pt_PT.po, 1, 8, 15, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/ro.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/ru_RU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/si_LK.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/sk_SK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/sl_SI.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/sq_AL.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/sr.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/sv_SE.po, 1, 2, 7, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/sw_TZ.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/te_IN.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/th_TH.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/tr_TR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/uk_UA.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/vi.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/dictionaries/zu_ZA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/editeng/messages.po, 265, 656, 674, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/extensions/messages.po, 663, 2099, 1937, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/extras/source/autocorr/emoji.po, 1575, 1817, 1873, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/filter/messages.po, 222, 818, 796, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/filter/source/config/fragments/filters.po, 220, 732, 864, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 177, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/filter/source/config/fragments/types.po, 38, 121, 132, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/forms/messages.po, 58, 330, 278, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/fpicker/messages.po, 61, 163, 159, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/framework/messages.po, 29, 210, 185, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/auxiliary.po, 105, 302, 313, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1272, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31708, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 405, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1296, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 140, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc.po, 187, 986, 941, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc/00.po, 201, 945, 1223, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc/01.po, 7495, 73155, 62659, 0, 0, 0, 0, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc/02.po, 123, 810, 708, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc/04.po, 187, 1497, 1413, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc/05.po, 137, 853, 765, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 18952, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/schart.po, 96, 931, 788, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/schart/00.po, 60, 347, 415, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/schart/01.po, 972, 11826, 9989, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/schart/02.po, 25, 117, 104, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/schart/04.po, 32, 133, 135, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sdraw.po, 123, 732, 661, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sdraw/04.po, 103, 489, 460, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2645, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared.po, 250, 2308, 2053, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/00.po, 1567, 15694, 15835, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/01.po, 5487, 51962, 45473, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/02.po, 2182, 29122, 24676, 0, 0, 0, 0, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/04.po, 313, 2071, 1916, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/05.po, 196, 2340, 2063, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/06.po, 3, 7, 9, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/07.po, 7, 82, 74, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 369, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7352, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 16626, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/guide.po, 2516, 36443, 32834, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/help.po, 78, 117, 120, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/menu.po, 16, 120, 122, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 21161, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/simpress.po, 199, 1395, 1196, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/simpress/00.po, 163, 904, 959, 0, 0, 0, 0, 163, 904 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7146, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/simpress/02.po, 660, 6509, 5370, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/simpress/04.po, 239, 1138, 1099, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/simpress/guide.po, 767, 10282, 8771, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/smath.po, 60, 739, 667, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/smath/00.po, 66, 355, 366, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/smath/01.po, 1551, 13859, 12065, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/smath/02.po, 6, 97, 83, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/smath/04.po, 26, 135, 131, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/smath/06.po, 9, 21, 30, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1062, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter.po, 336, 2946, 2699, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter/00.po, 310, 1818, 2074, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter/01.po, 3346, 33793, 28939, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter/02.po, 426, 3050, 2682, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter/04.po, 254, 1276, 1289, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 23793, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2926, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/helpcontent2/source/text/swriter/menu.po, 17, 96, 93, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4067, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/librelogo/source/pythonpath.po, 138, 173, 174, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 595, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1836, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8140, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/readlicense_oo/docs.po, 103, 2403, 2208, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/reportdesign/messages.po, 258, 617, 599, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/sc/messages.po, 4686, 20260, 17408, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scaddins/messages.po, 901, 3188, 2579, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/base.po, 10, 44, 51, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/calc.po, 22, 94, 102, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/draw.po, 41, 149, 167, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/extensions.po, 16, 65, 64, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/graphicfilter.po, 30, 101, 190, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/ooo.po, 582, 2024, 2658, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/writer.po, 27, 114, 125, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/sd/messages.po, 1319, 2951, 2866, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/setup_native/source/mac.po, 23, 131, 125, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/sfx2/messages.po, 581, 2226, 2076, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/starmath/messages.po, 505, 968, 993, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/svtools/messages.po, 914, 2611, 2598, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/svx/messages.po, 2846, 7224, 7107, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/sw/messages.po, 3441, 7740, 7785, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/swext/mediawiki/help.po, 89, 1404, 1281, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 150, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/sysui/desktop/share.po, 66, 277, 312, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/uui/messages.po, 157, 1554, 1371, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/vcl/messages.po, 356, 737, 764, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/wizards/messages.po, 265, 1042, 939, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/wizards/source/resources.po, 554, 2286, 2052, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sl/xmlsecurity/messages.po, 91, 424, 397, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/avmedia/messages.po, 22, 45, 53, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/basctl/messages.po, 155, 611, 677, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/basic/messages.po, 135, 549, 699, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/chart2/messages.po, 619, 1366, 1695, 0, 0, 1, 2, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/messages.po, 106, 1047, 1112, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/cui/messages.po, 1650, 3483, 4060, 184, 409, 509, 1666, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dbaccess/messages.po, 419, 1373, 1568, 121, 276, 272, 2861, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/desktop/messages.po, 162, 1225, 1354, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/en/dialog.po, 37, 176, 212, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/hu_HU/dialog.po, 32, 71, 83, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/ru_RU/dialog.po, 14, 26, 36, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/editeng/messages.po, 165, 323, 444, 16, 48, 84, 285, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/extensions/messages.po, 495, 1602, 1869, 118, 284, 50, 213, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/extras/source/autocorr/emoji.po, 668, 720, 773, 86, 91, 821, 1006, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/filter/messages.po, 142, 468, 528, 12, 38, 68, 312, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/filter/source/config/fragments/filters.po, 161, 554, 566, 9, 29, 50, 149, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 140, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/filter/source/config/fragments/types.po, 20, 66, 75, 2, 10, 16, 45, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/forms/messages.po, 58, 330, 387, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/formula/messages.po, 306, 314, 325, 53, 75, 79, 125, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/fpicker/messages.po, 61, 163, 194, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/framework/messages.po, 29, 210, 242, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/auxiliary.po, 89, 255, 318, 1, 4, 15, 43, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sbasic/guide.po, 7, 21, 26, 0, 0, 96, 1324, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sbasic/shared.po, 1344, 2497, 3165, 0, 0, 3161, 32934, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sbasic/shared/01.po, 33, 53, 67, 0, 0, 34, 412, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sbasic/shared/02.po, 61, 112, 144, 0, 0, 137, 1370, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc.po, 26, 43, 66, 0, 0, 161, 943, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc/00.po, 26, 49, 53, 0, 0, 175, 896, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc/01.po, 1850, 3819, 5502, 0, 0, 5645, 69336, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc/02.po, 35, 89, 96, 0, 0, 88, 721, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc/04.po, 25, 54, 63, 0, 0, 162, 1443, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc/05.po, 8, 17, 23, 0, 0, 129, 836, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/scalc/guide.po, 102, 282, 320, 0, 0, 1367, 21311, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/schart.po, 8, 17, 22, 0, 0, 88, 914, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/schart/00.po, 7, 24, 30, 0, 0, 53, 323, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/schart/01.po, 203, 363, 439, 0, 0, 769, 11463, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/schart/02.po, 9, 23, 28, 0, 0, 16, 94, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/schart/04.po, 16, 37, 51, 0, 0, 16, 96, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sdraw.po, 14, 21, 29, 0, 0, 109, 711, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sdraw/00.po, 1, 4, 5, 0, 0, 1, 4, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sdraw/01.po, 1, 2, 2, 0, 0, 2, 10, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sdraw/04.po, 36, 98, 132, 0, 0, 67, 391, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/sdraw/guide.po, 37, 108, 127, 0, 0, 238, 2964, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared.po, 65, 133, 167, 0, 0, 185, 2175, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/00.po, 320, 607, 723, 0, 0, 1247, 15087, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/01.po, 1567, 2723, 3274, 0, 0, 3920, 49239, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/02.po, 665, 1335, 1646, 0, 0, 1517, 27787, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/04.po, 87, 220, 248, 0, 0, 226, 1851, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/05.po, 14, 36, 45, 0, 0, 182, 2304, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/07.po, 2, 7, 7, 0, 0, 5, 75, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/autokorr.po, 25, 101, 77, 0, 0, 23, 319, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/autopi.po, 249, 601, 750, 0, 0, 638, 7793, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/explorer/database.po, 482, 1024, 1317, 0, 0, 1159, 17833, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/guide.po, 276, 926, 1146, 0, 0, 2240, 35517, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/shared/optionen.po, 606, 1283, 1629, 0, 0, 1328, 22068, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/simpress.po, 23, 39, 58, 0, 0, 176, 1356, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/simpress/00.po, 30, 57, 65, 0, 0, 133, 845, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/simpress/01.po, 345, 676, 828, 0, 0, 701, 7838, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/simpress/02.po, 281, 746, 866, 0, 0, 379, 5763, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/simpress/04.po, 60, 158, 186, 0, 0, 179, 980, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/simpress/guide.po, 62, 246, 261, 0, 0, 705, 10036, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/smath.po, 12, 20, 25, 0, 0, 48, 719, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/smath/00.po, 16, 51, 48, 0, 0, 50, 304, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/smath/01.po, 210, 368, 473, 0, 0, 1341, 13491, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/smath/04.po, 10, 22, 30, 0, 0, 16, 113, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/smath/guide.po, 17, 55, 66, 0, 0, 87, 1138, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter.po, 94, 134, 159, 0, 0, 242, 2812, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter/00.po, 89, 206, 206, 0, 0, 221, 1612, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter/01.po, 1229, 2292, 2806, 0, 0, 2117, 31501, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter/02.po, 155, 334, 366, 0, 0, 271, 2716, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter/04.po, 80, 200, 230, 0, 0, 174, 1076, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter/guide.po, 323, 1040, 1095, 0, 0, 1821, 26897, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 49, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po, 520, 3956, 4475, 7, 119, 29, 276, 556, 4351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/librelogo/source/pythonpath.po, 138, 173, 203, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 11, 86, 95, 1, 3, 37, 604, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/nlpsolver/src/locale.po, 14, 18, 20, 0, 0, 27, 87, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/officecfg/registry/data/org/openoffice/Office.po, 477, 671, 722, 111, 130, 720, 1040, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/officecfg/registry/data/org/openoffice/Office/UI.po, 2460, 4891, 6008, 528, 1020, 689, 1811, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/readlicense_oo/docs.po, 66, 1232, 1337, 1, 1, 36, 1170, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/reportdesign/messages.po, 199, 377, 489, 25, 45, 34, 195, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/sc/messages.po, 2644, 11313, 11491, 756, 2148, 1286, 6799, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scaddins/messages.po, 623, 1773, 1692, 21, 76, 257, 1339, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/sccomp/messages.po, 14, 65, 76, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/base.po, 10, 44, 50, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/calc.po, 20, 77, 104, 0, 0, 2, 17, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/draw.po, 36, 134, 132, 0, 0, 5, 15, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/extensions.po, 7, 17, 19, 0, 0, 9, 48, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/onlineupdate.po, 1, 2, 3, 0, 0, 1, 11, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/ooo.po, 338, 1295, 1671, 78, 412, 166, 317, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/quickstart.po, 1, 1, 5, 0, 0, 1, 14, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/winexplorerext.po, 1, 3, 3, 0, 0, 1, 15, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/writer.po, 22, 94, 97, 2, 8, 3, 12, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/sd/messages.po, 688, 1624, 1827, 237, 389, 394, 938, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/setup_native/source/mac.po, 23, 131, 144, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/sfx2/messages.po, 344, 1089, 1201, 71, 172, 166, 965, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/shell/source/win32/shlxthandler/res.po, 37, 45, 54, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/starmath/messages.po, 382, 638, 775, 33, 59, 90, 271, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/svtools/messages.po, 489, 1338, 1525, 50, 110, 375, 1163, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/svx/messages.po, 1639, 3800, 4523, 433, 911, 774, 2513, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/sw/messages.po, 2440, 4725, 5478, 469, 1083, 532, 1932, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/swext/mediawiki/help.po, 40, 220, 241, 5, 136, 44, 1048, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 30, 150, 137, 0, 0, 2, 31, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/sysui/desktop/share.po, 66, 277, 307, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/uui/messages.po, 157, 1554, 1679, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/vcl/messages.po, 354, 731, 851, 0, 0, 2, 6, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/wizards/messages.po, 138, 402, 431, 11, 14, 116, 626, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/wizards/source/resources.po, 361, 1411, 1490, 54, 110, 139, 765, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sq/xmlsecurity/messages.po, 25, 139, 160, 24, 53, 42, 232, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/accessibility/messages.po, 1, 1, 1, 7, 13, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/avmedia/messages.po, 13, 15, 16, 3, 3, 6, 27, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/basctl/messages.po, 89, 375, 341, 42, 67, 24, 169, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/basic/messages.po, 135, 549, 557, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/chart2/messages.po, 140, 402, 404, 234, 337, 248, 611, 622, 1350 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/messages.po, 96, 957, 827, 11, 95, 1, 16, 108, 1068 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/cui/messages.po, 294, 957, 862, 1086, 1731, 901, 2722, 2281, 5410 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dbaccess/messages.po, 331, 2357, 2077, 182, 417, 295, 1716, 808, 4490 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/desktop/messages.po, 75, 457, 437, 42, 342, 45, 426, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/en/dialog.po, 37, 176, 175, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/hu_HU/dialog.po, 31, 69, 69, 1, 2, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/editeng/messages.po, 240, 584, 592, 14, 33, 12, 40, 266, 657 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/extensions/messages.po, 407, 1072, 1072, 168, 318, 87, 699, 662, 2089 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/extras/source/autocorr/emoji.po, 0, 0, 0, 173, 177, 990, 1211, 1163, 1388 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/extras/source/gallery/share.po, 0, 0, 0, 8, 10, 3, 4, 11, 14 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/filter/messages.po, 50, 240, 207, 55, 156, 117, 422, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/filter/source/config/fragments/filters.po, 0, 0, 0, 116, 408, 96, 327, 212, 735 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/filter/source/config/fragments/types.po, 16, 45, 48, 16, 69, 6, 26, 38, 140 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/forms/messages.po, 54, 314, 283, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/formula/messages.po, 301, 302, 302, 69, 93, 67, 118, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/fpicker/messages.po, 19, 71, 65, 25, 48, 16, 43, 60, 162 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/framework/messages.po, 18, 167, 138, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 434, 3859, 3452, 117, 398, 6, 81, 557, 4338 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/librelogo/source/pythonpath.po, 35, 70, 72, 44, 46, 59, 57, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 33, 262, 228, 2, 5, 14, 426, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 29, 9, 29 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/officecfg/registry/data/org/openoffice/Office.po, 651, 829, 1200, 590, 595, 66, 417, 1307, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po, 1710, 3829, 3940, 1392, 2324, 552, 1421, 3654, 7574 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/readlicense_oo/docs.po, 41, 609, 575, 3, 119, 59, 1676, 103, 2404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/reportdesign/messages.po, 162, 429, 410, 68, 120, 28, 68, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/sc/messages.po, 138, 648, 595, 3390, 14874, 994, 4299, 4522, 19821 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scaddins/messages.po, 0, 0, 0, 801, 2569, 100, 619, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/sccomp/messages.po, 11, 47, 40, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/base.po, 9, 42, 43, 1, 2, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/calc.po, 19, 81, 80, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/draw.po, 15, 60, 58, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/extensions.po, 9, 28, 26, 8, 27, 1, 14, 18, 69 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/graphicfilter.po, 26, 84, 131, 3, 15, 1, 2, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/impress.po, 19, 74, 71, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/ooo.po, 377, 1635, 1697, 182, 316, 15, 45, 574, 1996 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/writer.po, 22, 69, 71, 2, 33, 3, 12, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/scp2/source/xsltfilter.po, 1, 3, 3, 1, 3, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/sd/messages.po, 285, 936, 859, 617, 1076, 320, 815, 1222, 2827 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/setup_native/source/mac.po, 20, 117, 109, 3, 14, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/sfx2/messages.po, 100, 429, 399, 250, 457, 191, 1150, 541, 2036 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 1, 1, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/starmath/messages.po, 22, 32, 40, 375, 625, 109, 312, 506, 969 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/svl/messages.po, 47, 83, 89, 16, 24, 8, 35, 71, 142 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/svtools/messages.po, 519, 1025, 1031, 199, 869, 160, 579, 878, 2473 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/svx/messages.po, 1129, 2848, 2773, 927, 1640, 721, 2482, 2777, 6970 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/sw/messages.po, 959, 2180, 2214, 1788, 2779, 775, 2727, 3522, 7686 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/swext/mediawiki/help.po, 48, 456, 377, 41, 971, 2, 21, 91, 1448 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 155, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/sysui/desktop/share.po, 43, 174, 172, 13, 56, 10, 47, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/uui/messages.po, 87, 942, 826, 34, 274, 36, 273, 157, 1489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/vcl/messages.po, 111, 232, 219, 111, 169, 53, 144, 275, 545 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/wizards/messages.po, 0, 0, 0, 264, 1041, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/wizards/source/resources.po, 0, 0, 0, 541, 2205, 13, 81, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/writerperfect/messages.po, 0, 0, 0, 6, 11, 9, 29, 15, 40 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr-Latn/xmlsecurity/messages.po, 0, 0, 0, 18, 24, 72, 399, 90, 423 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/accessibility/messages.po, 1, 1, 1, 7, 13, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/avmedia/messages.po, 13, 15, 16, 3, 3, 6, 27, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/basctl/messages.po, 89, 375, 341, 42, 67, 24, 169, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/basic/messages.po, 135, 549, 557, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/chart2/messages.po, 140, 402, 404, 239, 346, 243, 602, 622, 1350 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/messages.po, 96, 957, 827, 11, 95, 1, 16, 108, 1068 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/cui/messages.po, 294, 957, 862, 1297, 2468, 690, 1985, 2281, 5410 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dbaccess/messages.po, 331, 2357, 2077, 191, 498, 286, 1635, 808, 4490 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/desktop/messages.po, 75, 457, 437, 42, 342, 45, 426, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/en/dialog.po, 37, 176, 175, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/hu_HU/dialog.po, 31, 69, 69, 1, 2, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/editeng/messages.po, 240, 584, 592, 14, 33, 12, 40, 266, 657 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/extensions/messages.po, 407, 1072, 1072, 172, 328, 83, 689, 662, 2089 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/extras/source/autocorr/emoji.po, 0, 0, 0, 173, 177, 990, 1211, 1163, 1388 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/extras/source/gallery/share.po, 0, 0, 0, 9, 11, 2, 3, 11, 14 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/filter/messages.po, 50, 240, 207, 55, 156, 117, 422, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/filter/source/config/fragments/filters.po, 0, 0, 0, 116, 408, 96, 327, 212, 735 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/filter/source/config/fragments/types.po, 16, 45, 48, 16, 69, 6, 26, 38, 140 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/forms/messages.po, 54, 314, 283, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/formula/messages.po, 301, 302, 302, 69, 93, 67, 118, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/fpicker/messages.po, 19, 71, 65, 25, 48, 16, 43, 60, 162 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/framework/messages.po, 18, 167, 138, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 434, 3859, 3452, 117, 398, 6, 81, 557, 4338 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/librelogo/source/pythonpath.po, 35, 70, 72, 49, 51, 54, 52, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 33, 262, 228, 2, 5, 14, 426, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 29, 9, 29 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/officecfg/registry/data/org/openoffice/Office.po, 651, 829, 1200, 590, 595, 66, 417, 1307, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/officecfg/registry/data/org/openoffice/Office/UI.po, 1710, 3829, 3940, 1397, 2333, 547, 1412, 3654, 7574 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/readlicense_oo/docs.po, 41, 609, 575, 3, 119, 59, 1676, 103, 2404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/reportdesign/messages.po, 162, 429, 410, 70, 124, 26, 64, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/sc/messages.po, 138, 648, 595, 3505, 15341, 879, 3832, 4522, 19821 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scaddins/messages.po, 0, 0, 0, 801, 2569, 100, 619, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/sccomp/messages.po, 11, 47, 40, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/base.po, 9, 42, 43, 1, 2, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/calc.po, 19, 81, 80, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/draw.po, 15, 60, 58, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/extensions.po, 9, 28, 26, 8, 27, 1, 14, 18, 69 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/graphicfilter.po, 26, 84, 131, 3, 15, 1, 2, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/impress.po, 19, 74, 71, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/ooo.po, 377, 1635, 1697, 183, 318, 14, 43, 574, 1996 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/writer.po, 22, 69, 71, 2, 33, 3, 12, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/scp2/source/xsltfilter.po, 1, 3, 3, 1, 3, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/sd/messages.po, 285, 936, 859, 653, 1156, 284, 735, 1222, 2827 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/setup_native/source/mac.po, 20, 117, 109, 3, 14, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/sfx2/messages.po, 100, 429, 399, 280, 525, 161, 1082, 541, 2036 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 1, 1, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/starmath/messages.po, 22, 32, 40, 381, 633, 103, 304, 506, 969 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/svl/messages.po, 47, 83, 89, 16, 24, 8, 35, 71, 142 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/svtools/messages.po, 519, 1025, 1031, 221, 911, 138, 537, 878, 2473 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/svx/messages.po, 1129, 2848, 2773, 967, 1737, 681, 2385, 2777, 6970 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/sw/messages.po, 959, 2180, 2214, 1880, 3091, 683, 2415, 3522, 7686 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/swext/mediawiki/help.po, 48, 456, 377, 41, 971, 2, 21, 91, 1448 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 155, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/sysui/desktop/share.po, 43, 174, 172, 13, 56, 10, 47, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/uui/messages.po, 87, 942, 826, 39, 336, 31, 211, 157, 1489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/vcl/messages.po, 111, 232, 219, 111, 169, 53, 144, 275, 545 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/wizards/messages.po, 0, 0, 0, 264, 1041, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/wizards/source/resources.po, 0, 0, 0, 541, 2205, 13, 81, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/writerperfect/messages.po, 0, 0, 0, 6, 11, 9, 29, 15, 40 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sr/xmlsecurity/messages.po, 0, 0, 0, 49, 219, 41, 204, 90, 423 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/avmedia/messages.po, 16, 26, 21, 1, 1, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/basctl/messages.po, 75, 243, 203, 33, 49, 47, 319, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/basic/messages.po, 8, 14, 11, 9, 31, 118, 504, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/chart2/messages.po, 117, 165, 167, 184, 318, 319, 885, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/cui/messages.po, 498, 964, 864, 733, 1185, 1112, 3409, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dbaccess/messages.po, 307, 1613, 1146, 213, 639, 292, 2258, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/desktop/messages.po, 42, 166, 126, 14, 29, 106, 1030, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/editeng/messages.po, 200, 461, 432, 47, 139, 18, 56, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/extensions/messages.po, 327, 662, 625, 179, 474, 157, 963, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/extras/source/autocorr/emoji.po, 42, 38, 38, 164, 155, 1369, 1624, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/extras/source/gallery/share.po, 5, 7, 6, 2, 2, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/filter/messages.po, 41, 160, 126, 33, 63, 148, 595, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/filter/source/config/fragments/filters.po, 20, 58, 54, 10, 25, 190, 649, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/forms/messages.po, 50, 278, 208, 1, 2, 7, 50, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/formula/messages.po, 283, 286, 286, 70, 95, 85, 133, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/fpicker/messages.po, 25, 39, 39, 18, 52, 18, 72, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/framework/messages.po, 8, 14, 15, 7, 15, 14, 181, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po, 368, 3379, 2605, 96, 238, 93, 737, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/librelogo/source/pythonpath.po, 12, 12, 12, 44, 44, 82, 117, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/officecfg/registry/data/org/openoffice/Office.po, 499, 588, 604, 331, 325, 478, 928, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/officecfg/registry/data/org/openoffice/Office/UI.po, 1453, 3077, 2889, 988, 1669, 1236, 2976, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/readlicense_oo/docs.po, 7, 41, 33, 1, 1, 95, 2361, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/reportdesign/messages.po, 70, 90, 89, 67, 114, 121, 413, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/sc/messages.po, 1304, 7002, 4654, 1371, 3587, 2011, 9671, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scaddins/messages.po, 260, 1345, 979, 192, 434, 449, 1409, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/base.po, 8, 40, 33, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/calc.po, 13, 41, 39, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/draw.po, 11, 45, 38, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/graphicfilter.po, 24, 77, 77, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/impress.po, 15, 59, 53, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/math.po, 9, 39, 34, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/ooo.po, 153, 199, 197, 128, 685, 301, 1140, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/writer.po, 14, 37, 37, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/sd/messages.po, 340, 809, 717, 336, 586, 643, 1556, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/sfx2/messages.po, 155, 296, 256, 128, 263, 298, 1667, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/starmath/messages.po, 261, 461, 435, 112, 158, 131, 348, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/svtools/messages.po, 394, 856, 802, 100, 205, 420, 1550, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/svx/messages.po, 1143, 2422, 2306, 623, 1157, 1080, 3645, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/sw/messages.po, 978, 1678, 1692, 1216, 2013, 1247, 4049, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 7, 8, 8, 6, 6, 19, 167, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/sysui/desktop/share.po, 32, 120, 108, 12, 63, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/uui/messages.po, 12, 87, 62, 26, 87, 119, 1380, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/vcl/messages.po, 107, 136, 125, 65, 107, 184, 494, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/wizards/messages.po, 135, 716, 538, 49, 82, 81, 244, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/wizards/source/resources.po, 405, 1748, 1303, 70, 181, 79, 357, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ss/xmlsecurity/messages.po, 17, 25, 25, 14, 51, 60, 348, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/accessibility/messages.po, 5, 9, 17, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/avmedia/messages.po, 17, 27, 28, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/basctl/messages.po, 74, 242, 316, 34, 50, 47, 319, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/basic/messages.po, 8, 14, 13, 9, 31, 118, 504, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/chart2/messages.po, 113, 161, 214, 194, 333, 313, 874, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/cui/messages.po, 468, 925, 1204, 764, 1226, 1111, 3407, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dbaccess/messages.po, 303, 1609, 1925, 215, 641, 294, 2260, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/desktop/messages.po, 42, 166, 237, 14, 29, 106, 1030, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/en/dialog.po, 1, 1, 2, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/hu_HU/dialog.po, 2, 2, 2, 4, 5, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/ru_RU/dialog.po, 2, 2, 3, 0, 0, 12, 24, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/editeng/messages.po, 198, 459, 728, 49, 141, 18, 56, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/extensions/messages.po, 323, 659, 992, 182, 476, 158, 964, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/extras/source/autocorr/emoji.po, 42, 38, 41, 164, 155, 1369, 1624, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/extras/source/gallery/share.po, 5, 7, 7, 2, 2, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/filter/messages.po, 41, 160, 208, 32, 62, 149, 596, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/filter/source/config/fragments/filters.po, 20, 58, 72, 9, 24, 191, 650, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/forms/messages.po, 50, 278, 339, 1, 2, 7, 50, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/formula/messages.po, 156, 159, 163, 78, 102, 202, 251, 436, 512 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/fpicker/messages.po, 25, 39, 48, 18, 52, 18, 72, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/framework/messages.po, 8, 14, 21, 7, 15, 14, 181, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 4517, 90, 232, 93, 737, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/librelogo/source/pythonpath.po, 13, 13, 16, 41, 41, 84, 119, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/nlpsolver/src/locale.po, 7, 7, 8, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/officecfg/registry/data/org/openoffice/Office.po, 476, 565, 621, 354, 348, 478, 928, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/officecfg/registry/data/org/openoffice/Office/UI.po, 1434, 3063, 4853, 1009, 1692, 1234, 2967, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/readlicense_oo/docs.po, 7, 41, 59, 1, 1, 95, 2361, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/reportdesign/messages.po, 63, 83, 102, 73, 120, 122, 414, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/sc/messages.po, 1299, 7005, 7955, 1364, 3577, 2023, 9678, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scaddins/messages.po, 259, 1344, 1770, 191, 433, 449, 1409, 899, 3186 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/base.po, 8, 40, 53, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/calc.po, 13, 41, 70, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/draw.po, 11, 45, 72, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/graphicfilter.po, 24, 77, 170, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/impress.po, 15, 59, 80, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/math.po, 9, 39, 54, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/ooo.po, 155, 203, 220, 126, 681, 301, 1140, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/quickstart.po, 2, 15, 22, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/winexplorerext.po, 2, 18, 25, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/writer.po, 14, 37, 51, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/sd/messages.po, 322, 791, 1036, 353, 603, 644, 1557, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/sfx2/messages.po, 154, 295, 398, 128, 263, 299, 1668, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/shell/source/win32/shlxthandler/res.po, 37, 45, 56, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/starmath/messages.po, 263, 463, 655, 110, 156, 131, 348, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/svtools/messages.po, 393, 857, 1073, 102, 206, 419, 1548, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/svx/messages.po, 1131, 2410, 3539, 623, 1148, 1092, 3666, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/sw/messages.po, 917, 1612, 2124, 1285, 2094, 1239, 4034, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/swext/mediawiki/help.po, 5, 5, 5, 5, 7, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 6, 6, 6, 7, 7, 19, 168, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/sysui/desktop/share.po, 30, 117, 187, 14, 66, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/uui/messages.po, 11, 86, 122, 27, 88, 119, 1380, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/vcl/messages.po, 100, 129, 132, 73, 116, 183, 492, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/wizards/messages.po, 134, 715, 895, 50, 83, 81, 244, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/wizards/source/resources.po, 395, 1735, 2169, 80, 194, 79, 357, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/st/xmlsecurity/messages.po, 17, 25, 37, 14, 51, 60, 348, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/basctl/messages.po, 155, 611, 584, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/basic/messages.po, 135, 549, 593, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/chart2/messages.po, 620, 1368, 1140, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/messages.po, 106, 1047, 870, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/cui/messages.po, 2343, 5558, 5216, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dbaccess/messages.po, 812, 4510, 3951, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/desktop/messages.po, 162, 1225, 1213, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/en/dialog.po, 37, 176, 154, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/gl.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/editeng/messages.po, 265, 656, 631, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/extensions/messages.po, 663, 2099, 1777, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/extras/source/autocorr/emoji.po, 1575, 1817, 1747, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/filter/messages.po, 222, 818, 719, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/filter/source/config/fragments/filters.po, 220, 732, 649, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/filter/source/config/fragments/types.po, 38, 121, 105, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/forms/messages.po, 58, 330, 307, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/formula/messages.po, 438, 514, 525, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/fpicker/messages.po, 61, 163, 142, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/framework/messages.po, 29, 210, 188, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/auxiliary.po, 105, 302, 267, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1256, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sbasic/shared.po, 3675, 30308, 26822, 0, 0, 830, 5123, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 405, 0, 0, 4, 57, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1316, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc.po, 187, 986, 846, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc/00.po, 70, 237, 227, 0, 0, 131, 708, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc/01.po, 5937, 52524, 44767, 0, 0, 1558, 20631, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc/02.po, 118, 796, 672, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc/04.po, 187, 1497, 1352, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc/05.po, 92, 751, 678, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/scalc/guide.po, 1364, 19648, 17566, 0, 0, 105, 1945, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/schart.po, 87, 794, 697, 0, 0, 9, 137, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/schart/00.po, 60, 347, 303, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/schart/01.po, 899, 10687, 8948, 0, 0, 73, 1139, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/schart/02.po, 25, 117, 96, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/schart/04.po, 32, 133, 118, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sdraw.po, 123, 732, 697, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sdraw/00.po, 2, 8, 13, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sdraw/04.po, 103, 489, 483, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/sdraw/guide.po, 264, 2896, 2971, 0, 0, 11, 176, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared.po, 235, 2098, 1863, 0, 0, 15, 210, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/00.po, 827, 7637, 6742, 0, 0, 740, 8057, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/01.po, 3903, 31924, 28264, 0, 0, 1584, 20038, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/02.po, 1750, 19718, 16780, 0, 0, 432, 9404, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/04.po, 238, 983, 791, 0, 0, 75, 1088, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/05.po, 127, 1430, 1304, 0, 0, 69, 910, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/07.po, 6, 65, 63, 0, 0, 1, 17, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/autokorr.po, 48, 420, 334, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/autopi.po, 757, 6572, 5696, 0, 0, 130, 1822, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/explorer/database.po, 1469, 14596, 12620, 0, 0, 172, 4261, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/guide.po, 2104, 29662, 26291, 0, 0, 412, 6781, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/shared/optionen.po, 1542, 16921, 14780, 0, 0, 392, 6430, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/simpress.po, 196, 1360, 1285, 0, 0, 3, 35, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/simpress/00.po, 163, 902, 804, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/simpress/01.po, 877, 6683, 5961, 0, 0, 169, 1831, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/simpress/02.po, 653, 6468, 6056, 0, 0, 7, 41, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/simpress/04.po, 198, 989, 818, 0, 0, 41, 149, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/simpress/guide.po, 603, 7994, 7339, 0, 0, 164, 2288, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/smath.po, 56, 609, 579, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/smath/00.po, 62, 334, 261, 0, 0, 4, 21, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/smath/01.po, 1116, 11790, 10902, 0, 0, 435, 2069, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/smath/02.po, 6, 97, 85, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/smath/04.po, 25, 130, 106, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/smath/guide.po, 96, 1031, 967, 0, 0, 8, 162, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter.po, 258, 2086, 1864, 0, 0, 78, 860, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter/00.po, 231, 1113, 949, 0, 0, 79, 705, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter/01.po, 2770, 26230, 23228, 0, 0, 576, 7563, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter/02.po, 378, 2494, 2241, 0, 0, 48, 556, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter/04.po, 253, 1273, 1098, 0, 0, 1, 3, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter/guide.po, 1939, 24266, 22024, 0, 0, 205, 3671, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter/librelogo.po, 321, 2824, 2704, 1, 120, 4, 75, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4136, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 613, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1742, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6945, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/readlicense_oo/docs.po, 103, 2403, 2181, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/reportdesign/messages.po, 258, 617, 563, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/sc/messages.po, 4686, 20260, 16459, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scaddins/messages.po, 901, 3188, 2634, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/sccomp/messages.po, 14, 65, 52, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/draw.po, 41, 149, 113, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/extensions.po, 16, 65, 68, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/graphicfilter.po, 30, 101, 93, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/impress.po, 21, 81, 71, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/ooo.po, 582, 2024, 1843, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/winexplorerext.po, 2, 18, 24, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/writer.po, 27, 114, 90, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/sd/messages.po, 1277, 2908, 2680, 0, 0, 42, 43, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/setup_native/source/mac.po, 23, 131, 123, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/sfx2/messages.po, 577, 2096, 1925, 0, 0, 4, 130, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/starmath/messages.po, 499, 944, 900, 0, 0, 6, 24, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/svtools/messages.po, 914, 2611, 2413, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/svx/messages.po, 2846, 7224, 6504, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/sw/messages.po, 3397, 7690, 7068, 1, 1, 43, 49, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/swext/mediawiki/help.po, 89, 1404, 1289, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/sysui/desktop/share.po, 66, 277, 235, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/uui/messages.po, 157, 1554, 1463, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/vcl/messages.po, 354, 731, 679, 0, 0, 2, 6, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/wizards/messages.po, 265, 1042, 909, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/wizards/source/resources.po, 554, 2286, 2019, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/writerperfect/messages.po, 30, 65, 53, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sv/xmlsecurity/messages.po, 91, 424, 396, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/avmedia/messages.po, 17, 27, 28, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/basctl/messages.po, 84, 285, 238, 31, 41, 40, 285, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/basic/messages.po, 11, 24, 20, 117, 497, 7, 28, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/chart2/messages.po, 119, 156, 168, 154, 271, 347, 941, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/cui/messages.po, 495, 668, 684, 619, 984, 1229, 3906, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dbaccess/messages.po, 339, 1936, 1766, 225, 1034, 248, 1540, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/desktop/messages.po, 61, 231, 221, 13, 65, 88, 929, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/ru_RU/dialog.po, 2, 2, 4, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/editeng/messages.po, 72, 115, 117, 62, 106, 131, 435, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/extensions/messages.po, 353, 753, 778, 171, 682, 139, 664, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/extras/source/autocorr/emoji.po, 43, 39, 39, 182, 174, 1350, 1604, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/filter/messages.po, 42, 161, 128, 28, 56, 152, 601, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/filter/source/config/fragments/filters.po, 29, 83, 79, 10, 25, 181, 624, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/filter/source/config/fragments/types.po, 3, 10, 10, 4, 16, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/forms/messages.po, 51, 294, 279, 1, 2, 6, 34, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/formula/messages.po, 287, 290, 291, 64, 87, 87, 137, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/fpicker/messages.po, 30, 62, 60, 15, 45, 16, 56, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/framework/messages.po, 9, 16, 16, 6, 13, 14, 181, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4019, 3989, 7, 96, 21, 239, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/librelogo/source/pythonpath.po, 14, 16, 16, 45, 47, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/nlpsolver/src/locale.po, 8, 8, 8, 5, 6, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po, 1183, 1264, 1281, 5, 8, 120, 569, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po, 2232, 4401, 4558, 561, 1043, 884, 2278, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/reportdesign/messages.po, 83, 105, 108, 55, 102, 120, 410, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/sc/messages.po, 2166, 10719, 8835, 993, 2973, 1527, 6568, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scaddins/messages.po, 781, 2471, 2138, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/calc.po, 15, 48, 52, 4, 33, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/draw.po, 13, 52, 54, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/graphicfilter.po, 28, 91, 118, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/impress.po, 17, 66, 71, 2, 8, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/ooo.po, 206, 256, 261, 121, 682, 255, 1086, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/writer.po, 17, 50, 54, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/scp2/source/xsltfilter.po, 2, 6, 10, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/sd/messages.po, 392, 934, 883, 325, 603, 602, 1414, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/setup_native/source/mac.po, 2, 2, 2, 3, 8, 18, 121, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/sfx2/messages.po, 175, 431, 415, 124, 362, 282, 1433, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/shell/source/win32/shlxthandler/res.po, 36, 44, 48, 1, 1, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/starmath/messages.po, 273, 475, 486, 103, 146, 128, 346, 504, 967 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/svtools/messages.po, 501, 1182, 1144, 73, 156, 340, 1273, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/svx/messages.po, 1300, 2876, 2913, 533, 1167, 1013, 3181, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/sw/messages.po, 1238, 2026, 2215, 1034, 1925, 1169, 3789, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/swext/mediawiki/help.po, 6, 6, 8, 4, 6, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 8, 4, 4, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/sysui/desktop/share.po, 32, 119, 130, 13, 66, 21, 92, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/uui/messages.po, 64, 532, 449, 24, 139, 69, 883, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/vcl/messages.po, 129, 178, 164, 44, 81, 183, 478, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/wizards/messages.po, 229, 985, 980, 12, 13, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/wizards/source/resources.po, 451, 1866, 1807, 41, 201, 62, 219, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/sw-TZ/xmlsecurity/messages.po, 19, 28, 28, 14, 52, 58, 344, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/accessibility/messages.po, 0, 0, 0, 0, 0, 11, 27, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/avmedia/messages.po, 0, 0, 0, 0, 0, 22, 45, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/basctl/messages.po, 0, 0, 0, 1, 0, 154, 611, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/basic/messages.po, 0, 0, 0, 0, 0, 135, 549, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/chart2/messages.po, 0, 0, 0, 0, 0, 620, 1368, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/cui/messages.po, 0, 0, 0, 8, 0, 2335, 5558, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dbaccess/messages.po, 0, 0, 0, 10, 0, 802, 4510, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/desktop/messages.po, 0, 0, 0, 0, 0, 162, 1225, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/editeng/messages.po, 0, 0, 0, 0, 0, 265, 656, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/extensions/messages.po, 0, 0, 0, 6, 0, 657, 2099, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/extras/source/autocorr/emoji.po, 0, 0, 0, 19, 0, 1556, 1817, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/filter/messages.po, 0, 0, 0, 0, 0, 222, 818, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/formula/messages.po, 0, 0, 0, 0, 0, 438, 514, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/fpicker/messages.po, 0, 0, 0, 0, 0, 61, 163, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/framework/messages.po, 0, 0, 0, 0, 0, 29, 210, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 0, 0, 0, 0, 0, 557, 4354, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/librelogo/source/pythonpath.po, 0, 0, 0, 2, 0, 136, 173, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/nlpsolver/src/locale.po, 0, 0, 0, 0, 0, 41, 105, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/officecfg/registry/data/org/openoffice/Office.po, 0, 0, 0, 11, 0, 1297, 1841, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/officecfg/registry/data/org/openoffice/Office/UI.po, 0, 0, 0, 0, 0, 3677, 7722, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/reportdesign/messages.po, 0, 0, 0, 3, 0, 255, 617, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/sc/messages.po, 0, 0, 0, 4, 0, 4682, 20260, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scaddins/messages.po, 0, 0, 0, 0, 0, 901, 3188, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/calc.po, 0, 0, 0, 0, 0, 22, 94, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/draw.po, 0, 0, 0, 0, 0, 41, 149, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/impress.po, 0, 0, 0, 0, 0, 21, 81, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/math.po, 0, 0, 0, 0, 0, 10, 42, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/writer.po, 0, 0, 0, 0, 0, 27, 114, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/sd/messages.po, 0, 0, 0, 6, 0, 1313, 2951, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/sfx2/messages.po, 0, 0, 0, 0, 0, 581, 2226, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/shell/source/win32/shlxthandler/res.po, 0, 0, 0, 0, 0, 37, 45, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/starmath/messages.po, 0, 0, 0, 0, 0, 505, 968, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/svtools/messages.po, 0, 0, 0, 1, 0, 913, 2611, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/svx/messages.po, 0, 0, 0, 1, 0, 2845, 7224, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/sw/messages.po, 0, 0, 0, 21, 0, 3420, 7740, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/swext/mediawiki/help.po, 0, 0, 0, 0, 0, 89, 1404, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 0, 0, 0, 0, 0, 32, 181, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/sysui/desktop/share.po, 0, 0, 0, 0, 0, 66, 277, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/uui/messages.po, 0, 0, 0, 0, 0, 157, 1554, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/vcl/messages.po, 0, 0, 0, 4, 0, 352, 737, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/wizards/messages.po, 0, 0, 0, 1, 0, 264, 1042, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/wizards/source/resources.po, 0, 0, 0, 0, 0, 554, 2286, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/szl/xmlsecurity/messages.po, 0, 0, 0, 0, 0, 91, 424, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/basctl/messages.po, 154, 610, 453, 1, 1, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/basic/messages.po, 135, 549, 452, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/chart2/messages.po, 611, 1344, 1276, 4, 11, 5, 13, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/messages.po, 105, 1033, 698, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/cui/messages.po, 2071, 4903, 4286, 113, 211, 159, 444, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dbaccess/messages.po, 780, 4418, 3187, 22, 44, 10, 48, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/desktop/messages.po, 155, 1141, 855, 3, 5, 4, 79, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/en/dialog.po, 37, 176, 179, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/ru_RU/dialog.po, 13, 25, 25, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/editeng/messages.po, 258, 641, 593, 4, 6, 3, 9, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/extensions/messages.po, 568, 1917, 1531, 86, 152, 9, 30, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/extras/source/autocorr/emoji.po, 1092, 1289, 1313, 0, 0, 483, 528, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/filter/messages.po, 220, 813, 679, 0, 0, 2, 5, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/filter/source/config/fragments/filters.po, 181, 618, 622, 2, 7, 37, 107, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 142, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/filter/source/config/fragments/types.po, 27, 92, 92, 0, 0, 11, 29, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/forms/messages.po, 57, 321, 230, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/formula/messages.po, 429, 505, 504, 6, 6, 3, 3, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/fpicker/messages.po, 54, 146, 124, 2, 5, 5, 12, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/framework/messages.po, 22, 194, 140, 6, 14, 1, 2, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/auxiliary.po, 105, 302, 286, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sbasic/guide.po, 92, 1107, 801, 0, 0, 11, 238, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sbasic/shared.po, 1167, 3524, 2956, 0, 0, 3338, 31907, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 312, 0, 0, 4, 57, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1093, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc.po, 184, 973, 741, 0, 0, 3, 13, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc/00.po, 65, 159, 141, 0, 0, 136, 786, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc/01.po, 785, 3972, 3074, 0, 0, 6710, 69183, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc/02.po, 118, 796, 620, 0, 0, 5, 14, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc/04.po, 167, 1442, 988, 0, 0, 20, 55, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc/05.po, 90, 745, 550, 0, 0, 47, 108, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/scalc/guide.po, 356, 3654, 2722, 0, 0, 1113, 17939, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/schart.po, 88, 796, 602, 0, 0, 8, 135, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/schart/00.po, 33, 137, 124, 0, 0, 27, 210, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/schart/01.po, 217, 1856, 1317, 0, 0, 755, 9970, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/schart/02.po, 21, 97, 79, 0, 0, 4, 20, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/schart/04.po, 28, 89, 73, 0, 0, 4, 44, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sdraw.po, 121, 724, 535, 0, 0, 2, 8, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sdraw/00.po, 2, 8, 4, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sdraw/04.po, 95, 402, 304, 0, 0, 8, 87, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/sdraw/guide.po, 69, 541, 394, 0, 0, 206, 2531, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared.po, 231, 2018, 1469, 0, 0, 19, 290, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/00.po, 433, 1222, 1052, 0, 0, 1134, 14472, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/01.po, 979, 4783, 3626, 0, 0, 4508, 47179, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/02.po, 1240, 14286, 9650, 1, 1, 941, 14835, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/04.po, 228, 891, 670, 0, 0, 85, 1180, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/05.po, 110, 1129, 796, 0, 0, 86, 1211, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/06.po, 1, 2, 2, 0, 0, 2, 5, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/07.po, 4, 29, 23, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/autokorr.po, 48, 420, 245, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/autopi.po, 342, 2636, 1924, 0, 0, 545, 5758, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/explorer/database.po, 742, 5322, 3860, 0, 0, 899, 13535, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/guide.po, 366, 4763, 3620, 0, 0, 2150, 31680, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/help.po, 11, 34, 29, 0, 0, 67, 83, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/menu.po, 16, 120, 93, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/shared/optionen.po, 385, 2249, 1687, 0, 0, 1549, 21102, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/simpress.po, 197, 1363, 998, 0, 0, 2, 32, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/simpress/00.po, 157, 878, 811, 0, 0, 6, 24, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/simpress/01.po, 790, 5627, 4082, 0, 0, 256, 2887, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/simpress/02.po, 205, 996, 764, 0, 0, 455, 5513, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/simpress/04.po, 67, 231, 188, 0, 0, 172, 907, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/simpress/guide.po, 257, 2238, 1686, 0, 0, 510, 8044, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/smath.po, 57, 613, 453, 0, 0, 3, 126, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/smath/00.po, 66, 355, 312, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/smath/01.po, 234, 2436, 1759, 0, 0, 1317, 11423, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/smath/02.po, 6, 97, 61, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/smath/04.po, 25, 130, 94, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/smath/guide.po, 87, 839, 654, 0, 0, 17, 354, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter.po, 256, 1772, 1320, 0, 0, 80, 1174, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter/00.po, 263, 1534, 1385, 0, 0, 47, 284, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter/01.po, 1511, 16151, 10845, 0, 0, 1835, 17642, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter/02.po, 243, 1566, 1146, 0, 0, 183, 1484, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter/04.po, 251, 1257, 935, 0, 0, 3, 19, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter/guide.po, 618, 5083, 3850, 0, 0, 1526, 22854, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter/librelogo.po, 52, 344, 260, 1, 1, 273, 2674, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/helpcontent2/source/text/swriter/menu.po, 17, 96, 66, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po, 541, 4153, 3281, 5, 78, 11, 123, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/librelogo/source/pythonpath.po, 137, 170, 170, 1, 3, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 489, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 16, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/nlpsolver/src/locale.po, 41, 105, 101, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/officecfg/registry/data/org/openoffice.po, 8, 25, 25, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 1753, 1, 4, 7, 10, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/officecfg/registry/data/org/openoffice/Office/UI.po, 2999, 6088, 5776, 336, 736, 342, 898, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/readlicense_oo/docs.po, 89, 1845, 1303, 0, 0, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/reportdesign/messages.po, 233, 548, 471, 25, 69, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/sc/messages.po, 3572, 15976, 11658, 678, 2286, 436, 1998, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scaddins/messages.po, 886, 3149, 2256, 15, 39, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/sccomp/messages.po, 12, 51, 44, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/calc.po, 21, 89, 89, 0, 0, 1, 5, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/draw.po, 41, 149, 135, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/impress.po, 21, 81, 81, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/ooo.po, 567, 1959, 1811, 3, 14, 12, 51, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/writer.po, 27, 114, 108, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/sd/messages.po, 896, 2218, 1885, 188, 350, 235, 383, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/setup_native/source/mac.po, 22, 119, 93, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/sfx2/messages.po, 404, 1407, 1103, 65, 110, 112, 709, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/starmath/messages.po, 474, 880, 842, 6, 10, 22, 75, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/svtools/messages.po, 812, 2201, 1944, 24, 153, 78, 257, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/svx/messages.po, 2277, 5513, 5070, 279, 653, 290, 1058, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/sw/messages.po, 2822, 6224, 5601, 322, 743, 297, 773, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/swext/mediawiki/help.po, 47, 353, 276, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 129, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/sysui/desktop/share.po, 66, 277, 249, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/uui/messages.po, 143, 1200, 906, 2, 92, 12, 262, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/vcl/messages.po, 257, 501, 469, 10, 14, 89, 222, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/wizards/messages.po, 251, 986, 759, 14, 56, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/wizards/source/resources.po, 467, 1948, 1495, 79, 277, 8, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ta/xmlsecurity/messages.po, 78, 362, 282, 3, 12, 10, 50, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/avmedia/messages.po, 17, 27, 25, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/basctl/messages.po, 108, 404, 344, 29, 46, 18, 161, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/basic/messages.po, 18, 52, 44, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/chart2/messages.po, 276, 590, 592, 183, 322, 161, 456, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/messages.po, 102, 990, 650, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/cui/messages.po, 1560, 3763, 3648, 543, 1076, 240, 719, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dbaccess/messages.po, 456, 2833, 1996, 246, 1251, 110, 426, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/desktop/messages.po, 109, 635, 495, 36, 413, 17, 177, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/en/dialog.po, 37, 176, 172, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/ru_RU/dialog.po, 13, 25, 25, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/editeng/messages.po, 253, 628, 598, 5, 8, 7, 20, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/extensions/messages.po, 408, 1076, 969, 215, 797, 40, 226, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/extras/source/autocorr/emoji.po, 56, 50, 51, 199, 195, 1320, 1572, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/filter/messages.po, 77, 278, 236, 39, 81, 106, 459, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/filter/source/config/fragments/filters.po, 90, 312, 195, 13, 41, 117, 379, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 70, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/filter/source/config/fragments/types.po, 21, 66, 61, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/forms/messages.po, 55, 316, 229, 0, 0, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/formula/messages.po, 323, 326, 327, 55, 81, 60, 107, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/fpicker/messages.po, 31, 88, 77, 18, 42, 12, 33, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/framework/messages.po, 20, 184, 159, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3316, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/librelogo/source/pythonpath.po, 133, 166, 169, 2, 4, 3, 3, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 467, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/officecfg/registry/data/org/openoffice/Office.po, 1235, 1422, 1917, 9, 24, 64, 395, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/officecfg/registry/data/org/openoffice/Office/UI.po, 2572, 5234, 5262, 533, 991, 572, 1497, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/readlicense_oo/docs.po, 81, 1590, 1117, 1, 85, 21, 728, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/reportdesign/messages.po, 185, 455, 412, 61, 132, 12, 30, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/sc/messages.po, 3351, 15225, 11394, 836, 2681, 499, 2354, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scaddins/messages.po, 835, 2579, 2023, 14, 18, 52, 591, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/sccomp/messages.po, 11, 47, 26, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/base.po, 10, 44, 39, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/calc.po, 19, 81, 76, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/draw.po, 15, 60, 54, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/graphicfilter.po, 28, 91, 108, 1, 2, 1, 8, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/impress.po, 19, 74, 74, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/ooo.po, 543, 1865, 1648, 17, 86, 22, 73, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/winexplorerext.po, 2, 18, 12, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/writer.po, 22, 69, 72, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/sd/messages.po, 517, 1314, 1212, 362, 652, 440, 985, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/setup_native/source/mac.po, 22, 119, 97, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/sfx2/messages.po, 254, 726, 616, 156, 518, 171, 982, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/shell/source/win32/shlxthandler/res.po, 36, 44, 44, 1, 1, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/starmath/messages.po, 299, 521, 491, 98, 140, 98, 297, 495, 958 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/svtools/messages.po, 703, 1777, 1565, 64, 375, 147, 459, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/svx/messages.po, 1780, 4066, 3906, 548, 1282, 518, 1876, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/sw/messages.po, 1716, 3192, 3208, 917, 1835, 807, 2712, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/swext/mediawiki/help.po, 47, 353, 268, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 131, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/sysui/desktop/share.po, 54, 210, 208, 2, 20, 10, 47, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/uui/messages.po, 104, 1021, 900, 22, 137, 31, 396, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/vcl/messages.po, 208, 353, 349, 26, 62, 122, 322, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/wizards/messages.po, 261, 1038, 859, 3, 3, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/wizards/source/resources.po, 505, 2022, 1556, 38, 186, 11, 78, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/te/xmlsecurity/messages.po, 50, 206, 170, 21, 142, 20, 76, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/accessibility/messages.po, 11, 27, 33, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/avmedia/messages.po, 22, 45, 45, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/basctl/messages.po, 100, 396, 418, 32, 45, 23, 170, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/basic/messages.po, 21, 71, 70, 114, 478, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/chart2/messages.po, 127, 180, 196, 154, 262, 339, 926, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/messages.po, 4, 40, 32, 7, 49, 95, 958, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/cui/messages.po, 484, 658, 692, 646, 1026, 1213, 3874, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dbaccess/messages.po, 353, 2099, 1830, 225, 1036, 234, 1375, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/desktop/messages.po, 91, 394, 357, 25, 123, 46, 708, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/en/dialog.po, 1, 1, 2, 3, 5, 33, 170, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/ru_RU/dialog.po, 2, 2, 3, 2, 4, 10, 20, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/editeng/messages.po, 72, 115, 129, 63, 108, 130, 433, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/extensions/messages.po, 356, 758, 777, 175, 710, 132, 631, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/extras/source/autocorr/emoji.po, 43, 39, 39, 183, 175, 1349, 1603, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/filter/messages.po, 42, 161, 145, 31, 59, 149, 598, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/filter/source/config/fragments/filters.po, 28, 79, 79, 11, 29, 181, 624, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/forms/messages.po, 57, 321, 259, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/formula/messages.po, 355, 376, 378, 36, 51, 47, 87, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/fpicker/messages.po, 31, 88, 84, 17, 40, 13, 35, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/framework/messages.po, 11, 71, 60, 6, 14, 12, 125, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/auxiliary.po, 70, 190, 190, 0, 0, 35, 112, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sbasic/guide.po, 1, 23, 15, 0, 0, 102, 1322, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sbasic/shared.po, 577, 913, 951, 0, 0, 3928, 34518, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sbasic/shared/01.po, 24, 34, 37, 0, 0, 43, 431, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sbasic/shared/02.po, 51, 89, 98, 0, 0, 147, 1393, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc.po, 163, 809, 737, 0, 0, 24, 177, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc/00.po, 56, 125, 159, 0, 0, 145, 820, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc/01.po, 4082, 38692, 24039, 0, 0, 3413, 34463, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc/02.po, 108, 748, 600, 0, 0, 15, 62, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc/04.po, 152, 1167, 843, 0, 0, 35, 330, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc/05.po, 52, 457, 371, 0, 0, 85, 396, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/scalc/guide.po, 1067, 15457, 11996, 0, 0, 402, 6136, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/schart.po, 18, 151, 103, 0, 0, 78, 780, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/schart/00.po, 47, 249, 240, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/schart/01.po, 305, 2255, 1600, 0, 0, 667, 9571, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/schart/02.po, 25, 117, 82, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/schart/04.po, 28, 129, 128, 0, 0, 4, 4, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sdraw.po, 116, 702, 584, 0, 0, 7, 30, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sdraw/04.po, 89, 472, 361, 0, 0, 14, 17, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/sdraw/guide.po, 245, 2579, 1930, 0, 0, 30, 493, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared.po, 205, 1800, 1227, 0, 0, 45, 508, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/00.po, 497, 4053, 3802, 0, 0, 1070, 11641, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/01.po, 1480, 2529, 2496, 0, 0, 4007, 49433, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/02.po, 698, 1150, 1136, 0, 0, 1484, 27972, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/04.po, 199, 876, 877, 0, 0, 114, 1195, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/05.po, 83, 946, 757, 0, 0, 113, 1394, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/07.po, 4, 29, 26, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/autokorr.po, 47, 403, 335, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/autopi.po, 703, 6338, 4859, 0, 0, 184, 2056, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/explorer/database.po, 401, 1199, 985, 0, 0, 1240, 17658, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/guide.po, 841, 11043, 9135, 0, 0, 1675, 25400, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/shared/optionen.po, 1103, 9544, 7970, 0, 0, 831, 13807, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/simpress.po, 175, 1240, 980, 0, 0, 24, 155, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/simpress/00.po, 145, 796, 756, 0, 0, 18, 106, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/simpress/01.po, 314, 644, 650, 0, 0, 732, 7870, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/simpress/02.po, 398, 1065, 1129, 0, 0, 262, 5444, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/simpress/04.po, 30, 52, 47, 0, 0, 209, 1086, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/simpress/guide.po, 440, 5141, 4727, 0, 0, 327, 5141, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/smath.po, 56, 609, 447, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/smath/00.po, 51, 222, 206, 0, 0, 15, 133, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/smath/01.po, 440, 3232, 2623, 0, 0, 1111, 10627, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/smath/02.po, 6, 97, 75, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/smath/04.po, 19, 124, 92, 0, 0, 7, 11, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/smath/guide.po, 54, 587, 483, 0, 0, 50, 606, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter.po, 206, 1213, 989, 0, 0, 130, 1733, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter/00.po, 80, 167, 160, 0, 0, 230, 1651, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter/01.po, 965, 2497, 2464, 0, 0, 2381, 31296, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter/02.po, 106, 178, 181, 0, 0, 320, 2872, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter/04.po, 76, 115, 164, 0, 0, 178, 1161, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter/guide.po, 228, 1446, 1277, 0, 0, 1916, 26491, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter/librelogo.po, 11, 12, 12, 0, 0, 315, 3007, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po, 530, 4038, 4019, 7, 96, 20, 220, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/librelogo/source/pythonpath.po, 16, 18, 19, 43, 45, 79, 110, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/officecfg/registry/data/org/openoffice/Office.po, 1183, 1264, 1273, 6, 9, 119, 568, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/officecfg/registry/data/org/openoffice/Office/UI.po, 2266, 4488, 4795, 560, 1038, 851, 2196, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/reportdesign/messages.po, 85, 109, 119, 54, 100, 119, 408, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/sc/messages.po, 2206, 10785, 8609, 962, 2966, 1518, 6509, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scaddins/messages.po, 781, 2471, 2393, 23, 79, 97, 638, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/sccomp/messages.po, 11, 47, 48, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/base.po, 8, 40, 42, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/calc.po, 15, 48, 51, 4, 33, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/draw.po, 13, 52, 46, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/graphicfilter.po, 28, 91, 108, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/impress.po, 17, 66, 52, 2, 8, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/ooo.po, 212, 277, 274, 137, 694, 233, 1053, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/writer.po, 17, 50, 48, 2, 7, 8, 57, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/sd/messages.po, 396, 943, 924, 325, 603, 598, 1405, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/setup_native/source/mac.po, 6, 10, 12, 2, 8, 15, 113, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/sfx2/messages.po, 178, 468, 433, 127, 379, 276, 1379, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/starmath/messages.po, 272, 474, 476, 105, 148, 128, 346, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/svtools/messages.po, 498, 1208, 1154, 79, 164, 337, 1239, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/svx/messages.po, 1329, 2988, 2995, 543, 1256, 974, 2980, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/sw/messages.po, 1226, 2026, 2102, 1055, 1950, 1158, 3762, 3439, 7738 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 8, 4, 4, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/sysui/desktop/share.po, 32, 120, 116, 14, 67, 20, 90, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/uui/messages.po, 65, 595, 490, 24, 139, 68, 820, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/vcl/messages.po, 129, 185, 174, 53, 101, 174, 451, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/wizards/messages.po, 225, 981, 883, 16, 17, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/wizards/source/resources.po, 458, 1895, 1632, 44, 210, 52, 181, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tg/xmlsecurity/messages.po, 20, 39, 35, 18, 119, 53, 266, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/avmedia/messages.po, 19, 36, 19, 1, 4, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/basctl/messages.po, 139, 585, 193, 16, 26, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/basic/messages.po, 18, 52, 25, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/chart2/messages.po, 547, 1190, 699, 45, 90, 28, 88, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/messages.po, 104, 1017, 271, 0, 0, 2, 30, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 4, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/cui/messages.po, 1009, 2245, 1178, 583, 1020, 751, 2293, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dbaccess/messages.po, 412, 2593, 896, 202, 718, 198, 1199, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/desktop/messages.po, 128, 709, 321, 24, 391, 10, 125, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/bg_BG.po, 1, 7, 2, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/ca.po, 1, 7, 2, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/da_DK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/en/dialog.po, 6, 25, 23, 3, 5, 28, 146, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 1, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/fr_FR.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/hu_HU/dialog.po, 4, 6, 6, 6, 9, 22, 56, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 1, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/ne_NP.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/ru_RU/dialog.po, 4, 6, 5, 1, 2, 9, 18, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/editeng/messages.po, 150, 322, 207, 44, 92, 71, 242, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/extensions/messages.po, 381, 818, 437, 181, 767, 101, 514, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/extras/source/autocorr/emoji.po, 47, 44, 44, 190, 181, 1338, 1592, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/extras/source/gallery/share.po, 11, 14, 11, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/filter/messages.po, 66, 250, 126, 31, 52, 125, 516, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/filter/source/config/fragments/filters.po, 56, 218, 203, 11, 32, 153, 482, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/filter/source/config/fragments/internalgraphicfilters.po, 8, 38, 44, 0, 0, 30, 101, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/filter/source/config/fragments/types.po, 5, 20, 19, 5, 18, 28, 83, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/forms/messages.po, 57, 321, 88, 0, 0, 1, 9, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/formula/messages.po, 392, 443, 438, 19, 22, 27, 49, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/fpicker/messages.po, 33, 93, 40, 16, 36, 12, 34, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/framework/messages.po, 20, 184, 38, 6, 14, 3, 12, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 1272, 5, 78, 12, 128, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/librelogo/source/pythonpath.po, 49, 51, 50, 24, 26, 65, 96, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 6, 53, 12, 0, 0, 43, 640, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/nlpsolver/src/locale.po, 12, 16, 14, 3, 4, 26, 85, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/officecfg/registry/data/org/openoffice.po, 1, 3, 2, 1, 3, 7, 22, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/officecfg/registry/data/org/openoffice/Office.po, 1242, 1510, 1341, 5, 9, 61, 322, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/officecfg/registry/data/org/openoffice/Office/UI.po, 2497, 5088, 2995, 541, 994, 639, 1640, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/readlicense_oo/docs.po, 51, 961, 286, 1, 85, 51, 1357, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 9, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/reportdesign/messages.po, 200, 481, 231, 55, 133, 3, 3, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/sc/messages.po, 2497, 12281, 3848, 995, 2857, 1194, 5122, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scaddins/messages.po, 782, 2474, 1044, 24, 88, 95, 626, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/sccomp/messages.po, 12, 51, 20, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/calc.po, 19, 81, 41, 0, 0, 3, 13, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/draw.po, 14, 55, 32, 3, 13, 24, 81, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/extensions.po, 3, 5, 3, 2, 8, 11, 52, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/graphicfilter.po, 28, 91, 88, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/impress.po, 19, 74, 42, 0, 0, 2, 7, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/kde.po, 0, 0, 0, 2, 9, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/math.po, 10, 42, 23, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/ooo.po, 285, 519, 382, 245, 1304, 52, 201, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/winexplorerext.po, 2, 18, 11, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/writer.po, 18, 54, 39, 2, 7, 7, 53, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/sd/messages.po, 548, 1283, 684, 335, 686, 436, 982, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/setup_native/source/mac.po, 22, 119, 50, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/sfx2/messages.po, 206, 576, 381, 148, 440, 227, 1210, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/starmath/messages.po, 326, 577, 405, 90, 164, 89, 227, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/svtools/messages.po, 691, 1766, 1186, 70, 345, 153, 500, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/svx/messages.po, 1632, 3758, 2480, 523, 1253, 691, 2213, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/sw/messages.po, 1530, 2823, 1887, 1011, 1937, 900, 2980, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/swext/mediawiki/help.po, 41, 254, 75, 25, 812, 23, 338, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/swext/mediawiki/src.po, 2, 39, 5, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 27, 175, 57, 4, 4, 1, 2, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/sysui/desktop/share.po, 64, 257, 140, 2, 20, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/uui/messages.po, 124, 1091, 429, 16, 147, 17, 316, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/vcl/messages.po, 158, 249, 184, 46, 95, 152, 393, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/wizards/messages.po, 210, 888, 271, 54, 153, 1, 1, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/wizards/source/resources.po, 487, 1972, 710, 58, 252, 9, 62, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/th/xmlsecurity/messages.po, 20, 41, 35, 26, 75, 45, 308, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/accessibility/messages.po, 9, 23, 19, 0, 0, 2, 4, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/avmedia/messages.po, 17, 34, 32, 2, 5, 3, 6, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/basctl/messages.po, 73, 243, 210, 20, 34, 62, 334, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/basic/messages.po, 0, 0, 0, 14, 43, 121, 506, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/chart2/messages.po, 39, 60, 69, 19, 27, 562, 1281, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/cui/messages.po, 68, 71, 75, 103, 151, 2172, 5336, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dbaccess/messages.po, 8, 8, 9, 18, 26, 786, 4476, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/desktop/messages.po, 2, 13, 11, 2, 2, 158, 1210, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/editeng/messages.po, 2, 2, 2, 6, 6, 257, 648, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/extensions/messages.po, 12, 17, 20, 12, 12, 639, 2070, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/extras/source/autocorr/emoji.po, 0, 0, 0, 26, 7, 1549, 1810, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/filter/messages.po, 1, 1, 1, 2, 3, 219, 814, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/formula/messages.po, 2, 2, 2, 1, 1, 435, 511, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/fpicker/messages.po, 3, 4, 4, 6, 8, 52, 151, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/framework/messages.po, 1, 1, 1, 0, 0, 28, 209, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/instsetoo_native/inc_openoffice/windows/msi_languages.po, 1, 1, 1, 1, 1, 555, 4352, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/librelogo/source/pythonpath.po, 0, 0, 0, 3, 7, 135, 166, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/nlpsolver/src/locale.po, 1, 1, 2, 0, 0, 40, 104, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/officecfg/registry/data/org/openoffice/Office.po, 1, 1, 1, 7, 7, 1300, 1833, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/officecfg/registry/data/org/openoffice/Office/UI.po, 42, 46, 55, 82, 102, 3553, 7574, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/reportdesign/messages.po, 11, 14, 17, 13, 17, 234, 586, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/sc/messages.po, 110, 115, 125, 271, 296, 4305, 19849, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scaddins/messages.po, 5, 5, 5, 28, 30, 868, 3153, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/calc.po, 0, 0, 0, 1, 1, 21, 93, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/draw.po, 0, 0, 0, 1, 1, 40, 148, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/impress.po, 0, 0, 0, 1, 1, 20, 80, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/math.po, 0, 0, 0, 1, 1, 9, 41, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/writer.po, 0, 0, 0, 1, 1, 26, 113, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/sd/messages.po, 40, 47, 59, 40, 48, 1239, 2856, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/sfx2/messages.po, 14, 15, 16, 16, 17, 551, 2194, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/shell/source/win32/shlxthandler/res.po, 1, 1, 1, 3, 3, 33, 41, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/starmath/messages.po, 5, 5, 6, 11, 11, 489, 952, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/svtools/messages.po, 4, 4, 4, 16, 30, 894, 2577, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/svx/messages.po, 41, 45, 49, 61, 68, 2744, 7111, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/sw/messages.po, 106, 110, 120, 134, 149, 3201, 7481, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/swext/mediawiki/help.po, 2, 2, 3, 0, 0, 87, 1402, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 0, 0, 0, 0, 0, 32, 181, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/sysui/desktop/share.po, 0, 0, 0, 0, 0, 66, 277, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/uui/messages.po, 2, 2, 3, 3, 5, 152, 1547, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/vcl/messages.po, 5, 5, 7, 22, 23, 329, 709, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/wizards/messages.po, 0, 0, 0, 3, 3, 262, 1039, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/wizards/source/resources.po, 2, 2, 2, 5, 10, 547, 2274, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ti/xmlsecurity/messages.po, 1, 1, 1, 0, 0, 90, 423, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/avmedia/messages.po, 9, 9, 9, 4, 4, 9, 32, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/basctl/messages.po, 66, 223, 240, 35, 55, 54, 333, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/basic/messages.po, 8, 14, 13, 8, 28, 119, 507, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/chart2/messages.po, 118, 167, 171, 160, 281, 342, 920, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/messages.po, 0, 0, 0, 7, 48, 99, 999, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/cui/messages.po, 505, 968, 1021, 694, 1078, 1144, 3512, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dbaccess/messages.po, 209, 1151, 1244, 151, 415, 452, 2944, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/desktop/messages.po, 30, 141, 143, 18, 86, 114, 998, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/en/dialog.po, 1, 1, 2, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/hu_HU/dialog.po, 2, 2, 2, 2, 2, 28, 67, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/ru_RU/dialog.po, 2, 2, 3, 0, 0, 12, 24, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/editeng/messages.po, 196, 465, 500, 51, 143, 18, 48, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/extensions/messages.po, 279, 581, 624, 158, 433, 226, 1085, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/extras/source/autocorr/emoji.po, 41, 37, 37, 150, 140, 1384, 1640, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/filter/messages.po, 40, 159, 168, 28, 56, 154, 603, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/filter/source/config/fragments/filters.po, 16, 46, 43, 9, 23, 195, 663, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/filter/source/config/fragments/types.po, 1, 4, 4, 0, 0, 37, 117, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/forms/messages.po, 25, 101, 101, 4, 7, 29, 222, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/formula/messages.po, 158, 159, 163, 78, 101, 199, 251, 435, 511 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/fpicker/messages.po, 20, 30, 38, 17, 43, 24, 90, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/framework/messages.po, 7, 12, 13, 2, 3, 20, 195, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 45, 59, 68, 57, 68, 455, 4227, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/librelogo/source/pythonpath.po, 14, 14, 14, 42, 42, 82, 117, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 2, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/nlpsolver/src/locale.po, 6, 6, 7, 7, 8, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/officecfg/registry/data/org/openoffice/Office.po, 197, 268, 266, 188, 194, 923, 1379, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/officecfg/registry/data/org/openoffice/Office/UI.po, 1053, 2194, 2353, 951, 1628, 1673, 3900, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/readlicense_oo/docs.po, 8, 40, 42, 0, 0, 95, 2363, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/reportdesign/messages.po, 63, 77, 80, 70, 121, 125, 419, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/sc/messages.po, 1298, 6958, 6752, 1316, 3621, 2072, 9681, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scaddins/messages.po, 264, 1349, 1247, 171, 411, 465, 1427, 900, 3187 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/activex.po, 1, 2, 5, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/base.po, 2, 4, 4, 3, 11, 5, 29, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/calc.po, 8, 22, 21, 4, 10, 10, 62, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/draw.po, 5, 12, 12, 3, 10, 33, 127, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/graphicfilter.po, 24, 77, 74, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/impress.po, 10, 26, 24, 3, 9, 8, 46, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/math.po, 4, 11, 11, 2, 5, 4, 26, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/ooo.po, 143, 172, 174, 16, 19, 423, 1833, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/writer.po, 10, 27, 27, 3, 8, 14, 79, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/sd/messages.po, 309, 787, 863, 303, 497, 707, 1667, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/setup_native/source/mac.po, 0, 0, 0, 2, 2, 21, 129, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/sfx2/messages.po, 142, 287, 358, 118, 298, 321, 1641, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/shell/source/win32/shlxthandler/res.po, 28, 30, 30, 5, 5, 4, 10, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/starmath/messages.po, 261, 461, 600, 109, 155, 133, 350, 503, 966 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/svtools/messages.po, 367, 797, 873, 96, 208, 451, 1606, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/svx/messages.po, 1074, 2167, 2192, 556, 1064, 1216, 3993, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/sw/messages.po, 938, 1459, 1483, 1098, 1781, 1403, 4498, 3439, 7738 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 6, 8, 8, 19, 168, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/sysui/desktop/share.po, 14, 37, 37, 8, 23, 44, 217, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/uui/messages.po, 11, 61, 68, 16, 45, 130, 1448, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/vcl/messages.po, 105, 142, 139, 63, 101, 188, 494, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/wizards/messages.po, 39, 86, 102, 38, 51, 188, 905, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/wizards/source/resources.po, 257, 907, 1078, 72, 141, 225, 1238, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tn/xmlsecurity/messages.po, 11, 13, 12, 2, 3, 78, 408, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/basctl/messages.po, 155, 611, 512, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/basic/messages.po, 135, 549, 496, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/chart2/messages.po, 620, 1368, 1388, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/messages.po, 106, 1047, 694, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/cui/messages.po, 2342, 5557, 5301, 0, 0, 1, 1, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dbaccess/messages.po, 812, 4510, 3468, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/desktop/messages.po, 162, 1225, 1002, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/en/dialog.po, 37, 176, 186, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/hu_HU/dialog.po, 32, 71, 81, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/editeng/messages.po, 265, 656, 704, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/extensions/messages.po, 663, 2099, 1837, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/extras/source/autocorr/emoji.po, 1575, 1817, 1894, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/filter/messages.po, 222, 818, 783, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/filter/source/config/fragments/filters.po, 220, 732, 761, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 144, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/filter/source/config/fragments/types.po, 38, 121, 134, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/forms/messages.po, 58, 330, 249, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/formula/messages.po, 430, 505, 504, 0, 0, 1, 1, 431, 506 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/fpicker/messages.po, 61, 163, 144, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/framework/messages.po, 29, 210, 164, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/auxiliary.po, 104, 299, 307, 0, 0, 1, 3, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1085, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sbasic/shared.po, 4474, 35040, 28312, 0, 0, 31, 391, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 375, 0, 0, 1, 6, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1190, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc.po, 187, 986, 814, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc/00.po, 66, 160, 164, 0, 0, 135, 785, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc/01.po, 7274, 69667, 58415, 0, 0, 221, 3488, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc/02.po, 119, 797, 642, 0, 0, 4, 13, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc/04.po, 187, 1497, 1238, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc/05.po, 92, 751, 633, 0, 0, 45, 102, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/scalc/guide.po, 1421, 20874, 16334, 0, 0, 48, 719, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/schart.po, 96, 931, 726, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/schart/00.po, 60, 347, 358, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/schart/01.po, 972, 11826, 9118, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/schart/02.po, 25, 117, 85, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/schart/04.po, 32, 133, 122, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sdraw.po, 123, 732, 617, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sdraw/04.po, 103, 489, 389, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2400, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared.po, 241, 2147, 1727, 0, 0, 9, 161, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/00.po, 914, 9848, 7999, 0, 0, 653, 5846, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/01.po, 5005, 43885, 34056, 0, 0, 482, 8077, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/02.po, 1826, 20600, 15300, 0, 0, 356, 8522, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/04.po, 240, 988, 851, 0, 0, 73, 1083, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/05.po, 111, 1155, 910, 0, 0, 85, 1185, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/06.po, 1, 2, 2, 0, 0, 2, 5, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/autokorr.po, 48, 420, 327, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6499, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/explorer/database.po, 1519, 15579, 11908, 0, 0, 122, 3278, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/guide.po, 2488, 35817, 28135, 0, 0, 28, 626, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/help.po, 11, 34, 29, 0, 0, 67, 83, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/menu.po, 16, 120, 102, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/shared/optionen.po, 1880, 22150, 17349, 0, 0, 54, 1201, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/simpress.po, 199, 1395, 1165, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/simpress/00.po, 163, 902, 825, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/simpress/01.po, 1026, 8315, 6105, 0, 0, 20, 199, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/simpress/02.po, 660, 6509, 5040, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/simpress/04.po, 239, 1138, 945, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/simpress/guide.po, 766, 10274, 7985, 0, 0, 1, 8, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/smath.po, 59, 722, 550, 0, 0, 1, 17, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/smath/00.po, 66, 355, 312, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/smath/01.po, 1523, 13447, 11139, 0, 0, 28, 412, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/smath/02.po, 6, 97, 66, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/smath/04.po, 26, 135, 108, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/smath/06.po, 9, 21, 25, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/smath/guide.po, 104, 1193, 924, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter.po, 305, 2642, 2132, 0, 0, 31, 304, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter/00.po, 282, 1700, 1673, 0, 0, 28, 118, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter/01.po, 3284, 32862, 24621, 0, 0, 62, 931, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter/02.po, 426, 3050, 2401, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter/04.po, 254, 1276, 1024, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter/guide.po, 2138, 27875, 21351, 0, 0, 6, 62, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2771, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/helpcontent2/source/text/swriter/menu.po, 17, 96, 85, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3672, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/librelogo/source/pythonpath.po, 138, 173, 188, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 545, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1788, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8075, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/readlicense_oo/docs.po, 103, 2403, 1872, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/reportdesign/messages.po, 258, 617, 588, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/sc/messages.po, 4680, 20230, 15583, 2, 4, 4, 26, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scaddins/messages.po, 901, 3188, 2500, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/base.po, 10, 44, 38, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/calc.po, 22, 94, 96, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/draw.po, 41, 149, 145, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/extensions.po, 16, 65, 68, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/graphicfilter.po, 30, 101, 130, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/ooo.po, 582, 2024, 2049, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/writer.po, 27, 114, 112, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/sd/messages.po, 1317, 2949, 2798, 0, 0, 2, 2, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/setup_native/source/mac.po, 23, 131, 108, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/sfx2/messages.po, 581, 2226, 1911, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/starmath/messages.po, 505, 968, 1000, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/svtools/messages.po, 914, 2611, 2458, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/svx/messages.po, 2840, 7216, 6942, 0, 0, 6, 8, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/sw/messages.po, 3440, 7737, 7500, 0, 0, 1, 3, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/swext/mediawiki/help.po, 89, 1404, 1104, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 135, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/sysui/desktop/share.po, 66, 277, 277, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/uui/messages.po, 157, 1554, 1197, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/vcl/messages.po, 308, 615, 618, 0, 0, 48, 122, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/wizards/messages.po, 265, 1042, 866, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/wizards/source/resources.po, 554, 2286, 1838, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/writerperfect/messages.po, 30, 65, 75, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tr/xmlsecurity/messages.po, 91, 424, 335, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/accessibility/messages.po, 5, 9, 10, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/avmedia/messages.po, 17, 27, 25, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/basctl/messages.po, 74, 242, 294, 34, 50, 47, 319, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/basic/messages.po, 8, 14, 13, 9, 31, 118, 504, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/chart2/messages.po, 103, 154, 222, 204, 343, 313, 871, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/cui/messages.po, 432, 890, 1137, 795, 1264, 1116, 3404, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dbaccess/messages.po, 303, 1608, 1801, 217, 644, 292, 2258, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/desktop/messages.po, 42, 166, 204, 14, 29, 106, 1030, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/editeng/messages.po, 198, 459, 638, 49, 141, 18, 56, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/extensions/messages.po, 320, 659, 942, 186, 480, 157, 960, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/extras/source/autocorr/emoji.po, 41, 37, 81, 165, 156, 1369, 1624, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/extras/source/gallery/share.po, 5, 7, 7, 2, 2, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/filter/messages.po, 42, 161, 189, 30, 60, 150, 597, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/filter/source/config/fragments/filters.po, 19, 55, 63, 11, 28, 190, 649, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/forms/messages.po, 50, 278, 345, 1, 2, 7, 50, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/formula/messages.po, 283, 286, 298, 71, 96, 84, 132, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/fpicker/messages.po, 25, 39, 48, 18, 52, 18, 72, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/framework/messages.po, 8, 14, 17, 7, 15, 14, 181, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 4248, 90, 232, 93, 737, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/librelogo/source/pythonpath.po, 12, 12, 13, 43, 43, 83, 118, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/nlpsolver/src/locale.po, 7, 7, 9, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/officecfg/registry/data/org/openoffice/Office.po, 470, 559, 1541, 356, 350, 482, 932, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/officecfg/registry/data/org/openoffice/Office/UI.po, 1407, 3030, 4513, 1033, 1717, 1237, 2975, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/readlicense_oo/docs.po, 7, 41, 58, 1, 1, 95, 2361, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/reportdesign/messages.po, 62, 81, 111, 73, 121, 123, 415, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/sc/messages.po, 1220, 6929, 7870, 1454, 3661, 2012, 9670, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scaddins/messages.po, 255, 1340, 1634, 196, 438, 449, 1409, 900, 3187 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/base.po, 8, 40, 50, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/calc.po, 13, 41, 52, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/draw.po, 11, 45, 57, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/graphicfilter.po, 24, 77, 180, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/impress.po, 15, 59, 75, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/math.po, 9, 39, 51, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/ooo.po, 160, 208, 222, 124, 679, 298, 1137, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/writer.po, 14, 37, 49, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/sd/messages.po, 311, 780, 999, 360, 610, 648, 1561, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/sfx2/messages.po, 152, 293, 373, 130, 265, 299, 1668, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/shell/source/win32/shlxthandler/res.po, 37, 45, 57, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/starmath/messages.po, 202, 402, 593, 119, 165, 131, 348, 452, 915 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/svtools/messages.po, 394, 857, 1127, 101, 205, 419, 1549, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/svx/messages.po, 1117, 2381, 3409, 626, 1152, 1103, 3691, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/sw/messages.po, 866, 1567, 2428, 1333, 2140, 1242, 4033, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/swext/mediawiki/help.po, 4, 4, 6, 6, 8, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 6, 7, 7, 20, 169, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/sysui/desktop/share.po, 31, 119, 159, 13, 64, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/uui/messages.po, 11, 86, 105, 27, 88, 119, 1380, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/vcl/messages.po, 86, 104, 123, 77, 120, 193, 513, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/wizards/messages.po, 137, 718, 795, 47, 80, 81, 244, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/wizards/source/resources.po, 387, 1726, 1959, 87, 202, 80, 358, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ts/xmlsecurity/messages.po, 16, 24, 44, 15, 52, 60, 348, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/accessibility/messages.po, 5, 5, 5, 0, 0, 6, 22, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/avmedia/messages.po, 16, 26, 20, 0, 0, 6, 19, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/basctl/messages.po, 93, 302, 254, 29, 36, 33, 273, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/basic/messages.po, 18, 52, 41, 117, 497, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/chart2/messages.po, 77, 91, 99, 84, 113, 459, 1164, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/messages.po, 48, 343, 266, 2, 13, 56, 691, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/cui/messages.po, 562, 865, 881, 525, 775, 1256, 3918, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dbaccess/messages.po, 55, 104, 101, 68, 123, 689, 4283, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/desktop/messages.po, 41, 108, 81, 18, 75, 103, 1042, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/en/dialog.po, 37, 176, 158, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/hu_HU/dialog.po, 32, 71, 75, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/ru_RU/dialog.po, 13, 25, 21, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/editeng/messages.po, 130, 239, 278, 27, 65, 108, 352, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/extensions/messages.po, 156, 243, 245, 100, 185, 407, 1671, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/extras/source/autocorr/emoji.po, 4, 3, 3, 95, 80, 1476, 1734, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/extras/source/gallery/share.po, 2, 2, 2, 0, 0, 10, 13, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/filter/messages.po, 21, 23, 23, 24, 29, 177, 766, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/filter/source/config/fragments/filters.po, 15, 39, 44, 12, 47, 193, 646, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/filter/source/config/fragments/types.po, 2, 8, 10, 2, 10, 34, 103, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/forms/messages.po, 7, 7, 7, 5, 7, 46, 316, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/formula/messages.po, 297, 298, 299, 60, 82, 81, 134, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/fpicker/messages.po, 27, 44, 47, 9, 20, 25, 99, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/framework/messages.po, 7, 13, 12, 3, 6, 19, 191, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po, 38, 39, 39, 50, 55, 469, 4260, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/librelogo/source/pythonpath.po, 11, 13, 12, 30, 32, 97, 128, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 4, 3, 0, 0, 47, 689, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/nlpsolver/src/locale.po, 4, 6, 5, 1, 1, 36, 98, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/officecfg/registry/data/org/openoffice/Office.po, 195, 218, 218, 122, 135, 991, 1488, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/officecfg/registry/data/org/openoffice/Office/UI.po, 1411, 2390, 2575, 396, 692, 1870, 4640, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/reportdesign/messages.po, 61, 73, 88, 42, 71, 155, 473, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/sc/messages.po, 702, 789, 826, 539, 875, 3445, 18596, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scaddins/messages.po, 78, 78, 82, 53, 63, 770, 3047, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/calc.po, 2, 2, 3, 1, 2, 19, 90, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/draw.po, 2, 2, 2, 2, 6, 37, 141, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/extensions.po, 0, 0, 0, 1, 1, 15, 64, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/impress.po, 3, 3, 3, 1, 2, 17, 76, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/kde.po, 0, 0, 0, 1, 7, 1, 2, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/math.po, 1, 1, 1, 1, 2, 8, 39, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/ooo.po, 379, 1037, 987, 135, 808, 68, 179, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/writer.po, 3, 5, 5, 2, 7, 22, 102, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/sd/messages.po, 177, 203, 221, 239, 333, 903, 2415, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/setup_native/source/mac.po, 5, 5, 5, 0, 0, 18, 126, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/sfx2/messages.po, 152, 229, 222, 60, 136, 369, 1861, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/shell/source/win32/shlxthandler/res.po, 24, 28, 30, 5, 5, 8, 12, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/starmath/messages.po, 49, 55, 58, 88, 109, 368, 804, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/svtools/messages.po, 177, 288, 283, 78, 168, 659, 2155, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/svx/messages.po, 612, 967, 1028, 407, 699, 1827, 5558, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/sw/messages.po, 610, 677, 729, 658, 894, 2173, 6169, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/swext/mediawiki/help.po, 4, 4, 5, 5, 7, 80, 1393, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 9, 1, 1, 23, 172, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/sysui/desktop/share.po, 4, 5, 6, 3, 6, 59, 266, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/uui/messages.po, 5, 32, 31, 10, 29, 142, 1493, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/vcl/messages.po, 73, 92, 97, 41, 46, 242, 599, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/wizards/messages.po, 36, 37, 41, 28, 31, 201, 974, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/wizards/source/resources.po, 62, 71, 69, 39, 78, 453, 2137, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/writerperfect/messages.po, 0, 0, 0, 2, 3, 28, 62, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/tt/xmlsecurity/messages.po, 21, 41, 35, 18, 61, 52, 322, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/basctl/messages.po, 155, 611, 482, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/basic/messages.po, 135, 549, 538, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/chart2/messages.po, 366, 767, 833, 126, 229, 128, 372, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/messages.po, 105, 1033, 708, 0, 0, 1, 14, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/cui/messages.po, 2080, 4908, 4699, 101, 196, 162, 454, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dbaccess/messages.po, 481, 2886, 2218, 227, 1214, 104, 410, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/desktop/messages.po, 160, 1172, 894, 0, 0, 2, 53, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/en/dialog.po, 37, 176, 183, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/hu_HU/dialog.po, 32, 71, 89, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/ru_RU/dialog.po, 13, 25, 25, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/te_IN.po, 1, 6, 3, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/th_TH.po, 1, 3, 10, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/editeng/messages.po, 265, 656, 707, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/extensions/messages.po, 433, 1106, 1060, 194, 775, 36, 218, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/extras/source/autocorr/emoji.po, 55, 49, 51, 241, 238, 1279, 1530, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/filter/messages.po, 83, 284, 233, 36, 78, 103, 456, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/filter/source/config/fragments/filters.po, 100, 357, 390, 24, 87, 96, 288, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 146, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/filter/source/config/fragments/types.po, 21, 66, 69, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/forms/messages.po, 58, 330, 287, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/formula/messages.po, 437, 513, 513, 0, 0, 1, 1, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/fpicker/messages.po, 57, 155, 134, 1, 4, 3, 4, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/framework/messages.po, 29, 210, 182, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/auxiliary.po, 20, 23, 30, 0, 0, 85, 279, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 954, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sbasic/shared.po, 759, 1487, 1444, 0, 0, 3746, 33944, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sbasic/shared/01.po, 24, 35, 35, 0, 0, 43, 430, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 972, 0, 0, 15, 343, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc.po, 173, 877, 823, 0, 0, 14, 109, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc/00.po, 61, 152, 151, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc/01.po, 1093, 1585, 1502, 0, 0, 6402, 71570, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc/02.po, 116, 782, 649, 0, 0, 7, 28, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc/04.po, 168, 1254, 1047, 0, 0, 19, 243, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc/05.po, 79, 602, 534, 0, 0, 58, 251, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/scalc/guide.po, 87, 582, 497, 0, 0, 1382, 21011, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/schart.po, 64, 425, 371, 0, 0, 32, 506, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/schart/00.po, 16, 68, 75, 0, 0, 44, 279, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/schart/01.po, 158, 351, 367, 0, 0, 814, 11475, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/schart/02.po, 25, 117, 104, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sdraw.po, 120, 718, 650, 0, 0, 3, 14, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sdraw/04.po, 99, 443, 345, 0, 0, 4, 46, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/sdraw/guide.po, 18, 33, 31, 0, 0, 257, 3039, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared.po, 215, 1847, 1568, 0, 0, 35, 461, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/00.po, 362, 718, 665, 0, 0, 1205, 14976, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/01.po, 1572, 2974, 2778, 0, 0, 3915, 48988, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/02.po, 631, 1153, 1173, 0, 0, 1551, 27969, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/04.po, 231, 930, 825, 0, 0, 82, 1141, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/05.po, 101, 991, 775, 0, 0, 95, 1349, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/autokorr.po, 47, 403, 315, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/autopi.po, 184, 376, 382, 0, 0, 703, 8018, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/explorer/database.po, 331, 692, 708, 0, 0, 1310, 18165, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/guide.po, 62, 328, 248, 0, 0, 2454, 36115, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/shared/optionen.po, 423, 908, 847, 0, 0, 1511, 22443, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/simpress.po, 185, 1314, 1175, 0, 0, 14, 81, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/simpress/00.po, 152, 849, 849, 0, 0, 11, 53, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/simpress/01.po, 351, 752, 839, 0, 0, 695, 7762, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/simpress/02.po, 436, 1585, 1581, 0, 0, 224, 4924, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/simpress/04.po, 182, 864, 772, 0, 0, 57, 274, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/simpress/guide.po, 39, 297, 303, 0, 0, 728, 9985, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/smath.po, 56, 609, 497, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/smath/00.po, 54, 228, 203, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/smath/01.po, 258, 407, 423, 0, 0, 1293, 13452, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/smath/02.po, 6, 97, 72, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/smath/04.po, 25, 130, 104, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/smath/guide.po, 93, 964, 812, 0, 0, 11, 229, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter.po, 216, 1378, 1230, 0, 0, 120, 1568, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter/00.po, 208, 1026, 1000, 0, 0, 102, 792, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter/01.po, 1042, 1613, 1737, 0, 0, 2304, 32180, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter/02.po, 366, 2437, 2147, 0, 0, 60, 613, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter/04.po, 235, 1080, 960, 0, 0, 19, 196, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter/guide.po, 184, 939, 782, 0, 0, 1960, 26998, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter/librelogo.po, 25, 26, 26, 0, 0, 301, 2993, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po, 541, 4153, 3466, 5, 78, 11, 123, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/librelogo/source/pythonpath.po, 138, 173, 184, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 495, 1, 57, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/officecfg/registry/data/org/openoffice.po, 8, 25, 27, 0, 0, 1, 3, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 2899, 1, 4, 7, 10, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/officecfg/registry/data/org/openoffice/Office/UI.po, 3141, 6402, 6991, 213, 481, 323, 839, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/readlicense_oo/docs.po, 89, 1845, 1493, 0, 0, 14, 558, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/reportdesign/messages.po, 237, 552, 538, 21, 65, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/sc/messages.po, 2806, 13277, 10667, 1035, 3118, 845, 3865, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scaddins/messages.po, 835, 2579, 2454, 14, 18, 52, 591, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/sccomp/messages.po, 12, 51, 54, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/calc.po, 22, 94, 106, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/draw.po, 41, 149, 164, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/graphicfilter.po, 30, 101, 100, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/impress.po, 21, 81, 84, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/onlineupdate.po, 2, 13, 8, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/ooo.po, 573, 1982, 1944, 0, 0, 9, 42, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/sd/messages.po, 545, 1362, 1277, 337, 606, 437, 983, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/setup_native/source/mac.po, 23, 131, 104, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/sfx2/messages.po, 300, 865, 746, 140, 505, 141, 856, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/starmath/messages.po, 342, 611, 637, 86, 154, 73, 199, 501, 964 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/svtools/messages.po, 823, 2279, 2162, 17, 82, 74, 250, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/svx/messages.po, 1843, 4155, 4383, 500, 1219, 503, 1850, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/sw/messages.po, 1808, 3322, 3611, 847, 1752, 785, 2665, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/swext/mediawiki/help.po, 47, 353, 270, 26, 817, 16, 234, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 122, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/sysui/desktop/share.po, 66, 277, 288, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/uui/messages.po, 148, 1322, 1022, 0, 0, 9, 232, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/vcl/messages.po, 268, 519, 496, 1, 2, 87, 216, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/wizards/messages.po, 265, 1042, 896, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/wizards/source/resources.po, 520, 2056, 1697, 26, 169, 8, 61, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/writerperfect/messages.po, 3, 4, 4, 3, 7, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ug/xmlsecurity/messages.po, 78, 362, 303, 3, 12, 10, 50, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/basctl/messages.po, 155, 611, 524, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/basic/messages.po, 135, 549, 514, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/chart2/messages.po, 620, 1368, 1385, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/messages.po, 106, 1047, 737, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 9, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/cui/messages.po, 2343, 5558, 5228, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dbaccess/messages.po, 812, 4510, 3729, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/desktop/messages.po, 162, 1225, 985, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/en/dialog.po, 37, 176, 167, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/ru_RU/dialog.po, 14, 26, 24, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/editeng/messages.po, 265, 656, 652, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/extensions/messages.po, 663, 2099, 1827, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/extras/source/autocorr/emoji.po, 1572, 1813, 1896, 0, 0, 3, 4, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/filter/messages.po, 222, 818, 749, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/filter/source/config/fragments/filters.po, 220, 732, 754, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/forms/messages.po, 58, 330, 264, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/fpicker/messages.po, 61, 163, 140, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/framework/messages.po, 29, 210, 162, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/auxiliary.po, 105, 302, 311, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1232, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 30416, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 394, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1320, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 139, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc.po, 187, 986, 902, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc/00.po, 197, 924, 975, 0, 0, 4, 21, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc/01.po, 1929, 15996, 13393, 0, 0, 5566, 57159, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc/02.po, 123, 810, 666, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc/04.po, 187, 1497, 1207, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc/05.po, 137, 853, 757, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 17956, 0, 0, 1, 47, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/schart.po, 96, 931, 800, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/schart/00.po, 60, 347, 356, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/schart/01.po, 972, 11826, 9754, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/schart/02.po, 25, 117, 97, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sdraw.po, 123, 732, 653, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sdraw/04.po, 103, 489, 438, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2552, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared.po, 246, 2199, 1852, 0, 0, 4, 109, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/00.po, 1553, 15574, 14257, 0, 0, 14, 120, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/01.po, 4207, 36352, 29783, 0, 0, 1280, 15610, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/02.po, 743, 6507, 5435, 0, 0, 1439, 22615, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/04.po, 313, 2071, 1726, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/05.po, 196, 2340, 1851, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/06.po, 3, 7, 9, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/07.po, 7, 82, 60, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/autokorr.po, 48, 420, 310, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6645, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 16152, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/guide.po, 1004, 12169, 10723, 0, 0, 1512, 24274, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/help.po, 78, 117, 119, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/menu.po, 16, 120, 102, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/shared/optionen.po, 1035, 11126, 9412, 0, 0, 899, 12225, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/simpress.po, 199, 1395, 1206, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/simpress/00.po, 163, 902, 881, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/simpress/01.po, 1046, 8514, 6934, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/simpress/02.po, 660, 6509, 5599, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/simpress/04.po, 239, 1138, 1012, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/simpress/guide.po, 767, 10282, 8648, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/smath.po, 60, 739, 703, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/smath/00.po, 66, 355, 371, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/smath/01.po, 1551, 13859, 13642, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/smath/02.po, 6, 97, 110, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/smath/04.po, 26, 135, 118, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/smath/06.po, 9, 21, 30, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/smath/guide.po, 104, 1193, 1156, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter.po, 331, 2836, 2451, 0, 0, 5, 110, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter/00.po, 310, 1818, 1744, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter/01.po, 3346, 33793, 27011, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter/02.po, 426, 3050, 2569, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter/04.po, 254, 1276, 1186, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 23275, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2841, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/helpcontent2/source/text/swriter/menu.po, 17, 96, 90, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3629, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 512, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/nlpsolver/src/locale.po, 41, 105, 99, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/officecfg/registry/data/org/openoffice.po, 9, 28, 27, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1790, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7898, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/readlicense_oo/docs.po, 103, 2403, 2022, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/reportdesign/messages.po, 258, 617, 589, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/sc/messages.po, 4686, 20260, 16202, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scaddins/messages.po, 901, 3188, 2927, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/calc.po, 22, 94, 99, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/draw.po, 41, 149, 173, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/graphicfilter.po, 30, 101, 124, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/impress.po, 21, 81, 78, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/ooo.po, 582, 2024, 1927, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/writer.po, 27, 114, 116, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/sd/messages.po, 1317, 2949, 2829, 0, 0, 2, 2, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/setup_native/source/mac.po, 23, 131, 111, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/sfx2/messages.po, 581, 2226, 1911, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/starmath/messages.po, 505, 968, 950, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/svtools/messages.po, 913, 2610, 2413, 0, 0, 1, 1, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/svx/messages.po, 2840, 7208, 6808, 0, 0, 6, 16, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/sw/messages.po, 3439, 7738, 7497, 0, 0, 0, 0, 3439, 7738 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/swext/mediawiki/help.po, 89, 1404, 1108, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 127, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/sysui/desktop/share.po, 66, 277, 276, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/uui/messages.po, 157, 1554, 1230, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/vcl/messages.po, 340, 691, 665, 0, 0, 16, 46, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/wizards/messages.po, 265, 1042, 874, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/wizards/source/resources.po, 554, 2286, 1827, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/writerperfect/messages.po, 30, 65, 67, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uk/xmlsecurity/messages.po, 91, 424, 351, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/accessibility/messages.po, 9, 23, 30, 0, 0, 2, 4, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/avmedia/messages.po, 17, 34, 39, 1, 4, 4, 7, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/basctl/messages.po, 26, 104, 129, 7, 16, 122, 491, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/basic/messages.po, 8, 11, 15, 12, 37, 115, 501, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/chart2/messages.po, 21, 21, 24, 13, 13, 586, 1334, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/cui/messages.po, 119, 131, 141, 81, 124, 2143, 5303, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dbaccess/messages.po, 20, 21, 22, 29, 45, 763, 4444, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/desktop/messages.po, 3, 4, 6, 2, 3, 157, 1218, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/editeng/messages.po, 7, 7, 9, 1, 2, 257, 647, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/extensions/messages.po, 29, 45, 60, 16, 21, 618, 2033, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/extras/source/autocorr/emoji.po, 0, 0, 0, 37, 18, 1538, 1799, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/filter/messages.po, 4, 4, 5, 7, 8, 211, 806, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/filter/source/config/fragments/filters.po, 1, 2, 2, 4, 10, 215, 720, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/filter/source/config/fragments/types.po, 1, 2, 3, 1, 3, 36, 116, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/formula/messages.po, 5, 5, 10, 3, 3, 430, 506, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/fpicker/messages.po, 29, 85, 106, 12, 31, 20, 47, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/framework/messages.po, 1, 2, 2, 1, 1, 27, 207, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/instsetoo_native/inc_openoffice/windows/msi_languages.po, 10, 23, 29, 0, 0, 547, 4331, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/librelogo/source/pythonpath.po, 6, 10, 12, 1, 1, 131, 162, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/nlpsolver/src/locale.po, 1, 1, 1, 0, 0, 40, 104, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/officecfg/registry/data/org/openoffice/Office.po, 58, 78, 80, 4, 6, 1246, 1757, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/officecfg/registry/data/org/openoffice/Office/UI.po, 106, 115, 135, 61, 110, 3510, 7497, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/reportdesign/messages.po, 22, 34, 40, 7, 17, 229, 566, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/sc/messages.po, 179, 185, 198, 91, 136, 4416, 19939, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scaddins/messages.po, 8, 8, 8, 0, 0, 893, 3180, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/sccomp/messages.po, 11, 47, 58, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/base.po, 3, 7, 8, 0, 0, 7, 37, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/calc.po, 2, 5, 5, 0, 0, 20, 89, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/draw.po, 2, 5, 5, 0, 0, 39, 144, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/impress.po, 2, 5, 4, 0, 0, 19, 76, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/math.po, 2, 5, 5, 0, 0, 8, 37, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/ooo.po, 2, 3, 3, 2, 4, 578, 2017, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/writer.po, 4, 9, 8, 0, 0, 23, 105, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/sd/messages.po, 41, 48, 54, 48, 65, 1230, 2838, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/setup_native/source/mac.po, 22, 119, 164, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/sfx2/messages.po, 24, 29, 33, 26, 38, 531, 2159, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/shell/source/win32/shlxthandler/res.po, 36, 44, 52, 0, 0, 1, 1, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/starmath/messages.po, 11, 13, 13, 3, 4, 491, 951, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/svtools/messages.po, 36, 51, 51, 10, 26, 868, 2534, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/svx/messages.po, 61, 66, 71, 34, 44, 2751, 7114, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/sw/messages.po, 214, 258, 287, 173, 284, 3054, 7198, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/swext/mediawiki/help.po, 3, 3, 3, 1, 2, 85, 1399, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 0, 0, 28, 177, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/sysui/desktop/share.po, 2, 4, 5, 0, 0, 64, 273, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/uui/messages.po, 2, 2, 3, 1, 3, 154, 1549, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/vcl/messages.po, 29, 42, 50, 9, 22, 318, 673, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/wizards/messages.po, 9, 9, 9, 2, 2, 254, 1031, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/wizards/source/resources.po, 20, 25, 27, 8, 13, 526, 2248, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/writerperfect/messages.po, 0, 0, 0, 2, 3, 28, 62, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ur/xmlsecurity/messages.po, 6, 6, 6, 0, 0, 85, 418, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/avmedia/messages.po, 21, 44, 42, 1, 1, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/basctl/messages.po, 155, 611, 528, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/basic/messages.po, 135, 549, 495, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/chart2/messages.po, 536, 1167, 1166, 39, 55, 45, 146, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/messages.po, 80, 732, 519, 2, 24, 24, 291, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/cui/messages.po, 588, 1173, 1099, 726, 1139, 1029, 3246, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dbaccess/messages.po, 345, 1782, 1394, 232, 975, 235, 1753, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/desktop/messages.po, 104, 466, 361, 28, 284, 30, 475, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/en/dialog.po, 26, 97, 119, 2, 10, 9, 69, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/fr_FR.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/hr_HR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/hu_HU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/hu_HU/dialog.po, 10, 16, 21, 4, 5, 18, 50, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/ne_NP.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/ru_RU/dialog.po, 4, 5, 5, 1, 2, 9, 19, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/vi.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/editeng/messages.po, 70, 115, 121, 70, 115, 125, 426, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/extensions/messages.po, 371, 792, 773, 174, 421, 118, 886, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/extras/source/autocorr/emoji.po, 41, 38, 38, 169, 157, 1365, 1622, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/filter/messages.po, 50, 184, 153, 29, 59, 143, 575, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/filter/source/config/fragments/filters.po, 80, 276, 281, 11, 29, 129, 427, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/filter/source/config/fragments/types.po, 15, 41, 43, 3, 12, 20, 68, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/forms/messages.po, 53, 283, 238, 1, 2, 4, 45, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/formula/messages.po, 304, 307, 308, 63, 89, 71, 118, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/fpicker/messages.po, 30, 77, 68, 15, 44, 16, 42, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/framework/messages.po, 17, 163, 114, 6, 14, 6, 33, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po, 433, 2531, 2102, 4, 43, 120, 1780, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/librelogo/source/pythonpath.po, 18, 20, 19, 47, 49, 73, 104, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/nlpsolver/src/locale.po, 9, 9, 10, 4, 5, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/officecfg/registry/data/org/openoffice/Office.po, 711, 798, 971, 72, 75, 525, 968, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po, 1992, 3891, 3940, 542, 986, 1143, 2845, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/readlicense_oo/docs.po, 10, 38, 38, 0, 0, 93, 2365, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/reportdesign/messages.po, 148, 308, 330, 75, 149, 35, 160, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/sc/messages.po, 1419, 4111, 2983, 887, 1795, 2380, 14354, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scaddins/messages.po, 268, 513, 429, 43, 85, 590, 2590, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/sccomp/messages.po, 12, 51, 50, 0, 0, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/calc.po, 17, 56, 64, 3, 29, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/draw.po, 13, 52, 49, 1, 5, 27, 92, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/impress.po, 19, 74, 69, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/ooo.po, 260, 375, 381, 151, 867, 171, 782, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/writer.po, 22, 69, 71, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/sd/messages.po, 348, 797, 741, 344, 625, 627, 1529, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/setup_native/source/mac.po, 23, 131, 102, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/sfx2/messages.po, 165, 323, 316, 125, 252, 291, 1651, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/starmath/messages.po, 217, 350, 319, 99, 131, 187, 485, 503, 966 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/svtools/messages.po, 511, 1159, 1094, 68, 125, 335, 1327, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/svx/messages.po, 1215, 2554, 2564, 546, 1030, 1085, 3640, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/sw/messages.po, 1149, 1927, 2037, 1103, 1931, 1189, 3882, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/swext/mediawiki/help.po, 39, 224, 181, 10, 196, 40, 984, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 161, 117, 0, 0, 1, 20, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/sysui/desktop/share.po, 42, 151, 141, 11, 54, 13, 72, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/uui/messages.po, 84, 630, 508, 20, 56, 53, 868, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/vcl/messages.po, 133, 194, 190, 52, 101, 171, 442, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/wizards/messages.po, 130, 369, 325, 23, 39, 112, 634, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/wizards/source/resources.po, 337, 1073, 878, 43, 106, 174, 1107, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/uz/xmlsecurity/messages.po, 21, 58, 50, 17, 84, 53, 282, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/accessibility/messages.po, 5, 9, 11, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/avmedia/messages.po, 17, 27, 28, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/basctl/messages.po, 74, 242, 321, 34, 50, 47, 319, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/basic/messages.po, 8, 14, 18, 9, 31, 118, 504, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/chart2/messages.po, 107, 157, 214, 199, 336, 314, 875, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/cui/messages.po, 443, 896, 1153, 782, 1249, 1118, 3413, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dbaccess/messages.po, 301, 1604, 1896, 219, 648, 292, 2258, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/desktop/messages.po, 41, 165, 223, 15, 30, 106, 1030, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/editeng/messages.po, 198, 459, 677, 49, 141, 18, 56, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/extensions/messages.po, 323, 659, 953, 183, 477, 157, 963, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/extras/source/autocorr/emoji.po, 42, 38, 41, 164, 155, 1369, 1624, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/filter/messages.po, 41, 160, 233, 32, 61, 149, 597, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/filter/source/config/fragments/filters.po, 21, 62, 70, 9, 21, 190, 649, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/forms/messages.po, 50, 278, 373, 1, 2, 7, 50, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/formula/messages.po, 283, 286, 291, 70, 95, 85, 133, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/fpicker/messages.po, 25, 39, 48, 18, 52, 18, 72, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/framework/messages.po, 8, 14, 17, 7, 15, 14, 181, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 4465, 90, 232, 93, 737, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/librelogo/source/pythonpath.po, 13, 13, 16, 41, 41, 84, 119, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/nlpsolver/src/locale.po, 7, 7, 9, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/officecfg/registry/data/org/openoffice/Office.po, 477, 566, 610, 353, 347, 478, 928, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/officecfg/registry/data/org/openoffice/Office/UI.po, 1419, 3043, 4242, 1024, 1712, 1234, 2967, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/readlicense_oo/docs.po, 7, 41, 58, 1, 1, 95, 2361, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/reportdesign/messages.po, 64, 82, 99, 71, 120, 123, 415, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/sc/messages.po, 1293, 6992, 7401, 1404, 3641, 1989, 9627, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scaddins/messages.po, 261, 1346, 1574, 191, 433, 449, 1409, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/base.po, 8, 40, 47, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/calc.po, 13, 41, 60, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/draw.po, 11, 45, 62, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/graphicfilter.po, 24, 77, 131, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/impress.po, 15, 59, 84, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/math.po, 9, 39, 52, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/ooo.po, 158, 206, 225, 124, 679, 300, 1139, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/writer.po, 14, 37, 51, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/sd/messages.po, 320, 790, 1008, 355, 604, 644, 1557, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/sfx2/messages.po, 148, 289, 358, 134, 268, 299, 1669, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/shell/source/win32/shlxthandler/res.po, 37, 45, 57, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/starmath/messages.po, 259, 459, 596, 115, 161, 131, 348, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/svtools/messages.po, 393, 855, 1099, 100, 204, 421, 1552, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/svx/messages.po, 1121, 2400, 3378, 639, 1165, 1086, 3659, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/sw/messages.po, 890, 1597, 2065, 1311, 2114, 1240, 4029, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/swext/mediawiki/help.po, 5, 5, 5, 5, 7, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 7, 8, 9, 6, 6, 19, 167, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/sysui/desktop/share.po, 31, 119, 163, 13, 64, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/uui/messages.po, 12, 87, 120, 25, 81, 120, 1386, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/vcl/messages.po, 91, 118, 124, 79, 121, 186, 498, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/wizards/messages.po, 139, 720, 942, 45, 78, 81, 244, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/wizards/source/resources.po, 398, 1736, 2161, 77, 193, 79, 357, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/ve/xmlsecurity/messages.po, 17, 25, 44, 14, 51, 60, 348, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/avmedia/messages.po, 22, 45, 50, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/basctl/messages.po, 155, 611, 730, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/basic/messages.po, 135, 549, 673, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/chart2/messages.po, 618, 1364, 1622, 0, 0, 2, 4, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/messages.po, 106, 1047, 1187, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/cui/messages.po, 2309, 5475, 6305, 0, 0, 34, 83, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dbaccess/messages.po, 812, 4510, 5147, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/desktop/messages.po, 162, 1225, 1456, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/en/dialog.po, 37, 176, 219, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/es.po, 1, 12, 17, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/gug.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/hu_HU/dialog.po, 32, 71, 92, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/id.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/is.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/ru_RU/dialog.po, 13, 25, 31, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/editeng/messages.po, 265, 656, 768, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/extensions/messages.po, 663, 2099, 2352, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/extras/source/autocorr/emoji.po, 1575, 1817, 1960, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/filter/messages.po, 222, 818, 942, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/filter/source/config/fragments/filters.po, 220, 732, 804, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/filter/source/config/fragments/types.po, 38, 121, 141, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/forms/messages.po, 58, 330, 402, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/formula/messages.po, 429, 501, 670, 0, 0, 1, 1, 430, 502 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/fpicker/messages.po, 61, 163, 172, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/framework/messages.po, 29, 210, 244, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4339, 5242, 0, 0, 1, 15, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/librelogo/source/pythonpath.po, 138, 173, 183, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 779, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/nlpsolver/src/locale.po, 41, 105, 137, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/officecfg/registry/data/org/openoffice.po, 9, 28, 30, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/officecfg/registry/data/org/openoffice/Office.po, 1304, 1835, 1972, 0, 0, 4, 6, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/officecfg/registry/data/org/openoffice/Office/UI.po, 3635, 7615, 9271, 0, 0, 42, 107, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/readlicense_oo/docs.po, 102, 2343, 2588, 0, 0, 1, 60, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 25, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/reportdesign/messages.po, 258, 617, 762, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/sc/messages.po, 4479, 19775, 21094, 0, 0, 207, 485, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scaddins/messages.po, 901, 3188, 3853, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/sccomp/messages.po, 14, 65, 84, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/calc.po, 22, 94, 128, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/draw.po, 41, 149, 155, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/extensions.po, 16, 65, 77, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/graphicfilter.po, 30, 101, 115, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/ooo.po, 579, 2002, 2354, 0, 0, 3, 22, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/winexplorerext.po, 2, 18, 26, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/writer.po, 27, 114, 130, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/sd/messages.po, 1188, 2801, 3130, 0, 0, 131, 150, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/setup_native/source/mac.po, 23, 131, 155, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/sfx2/messages.po, 555, 1948, 2176, 0, 0, 26, 278, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/starmath/messages.po, 505, 968, 1026, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/svtools/messages.po, 870, 2483, 2769, 0, 0, 44, 128, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/svx/messages.po, 2801, 7122, 8009, 0, 0, 45, 102, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/sw/messages.po, 3238, 7422, 8643, 0, 0, 202, 317, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/swext/mediawiki/help.po, 75, 1191, 1419, 0, 0, 14, 213, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/swext/mediawiki/src.po, 2, 39, 50, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 182, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/sysui/desktop/share.po, 66, 277, 338, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/uui/messages.po, 149, 1344, 1651, 0, 0, 8, 210, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/vcl/messages.po, 273, 534, 598, 0, 0, 83, 203, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/wizards/messages.po, 265, 1042, 1283, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/wizards/source/resources.po, 554, 2286, 2654, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/writerperfect/messages.po, 30, 65, 70, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vec/xmlsecurity/messages.po, 91, 424, 541, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/accessibility/messages.po, 11, 27, 38, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/avmedia/messages.po, 20, 40, 57, 0, 0, 2, 5, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/basctl/messages.po, 129, 528, 713, 18, 31, 8, 52, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/basic/messages.po, 17, 49, 62, 118, 500, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/chart2/messages.po, 261, 555, 759, 162, 278, 197, 535, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/messages.po, 102, 990, 1125, 0, 0, 4, 57, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 8, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/cui/messages.po, 1019, 2296, 3258, 642, 1179, 682, 2083, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dbaccess/messages.po, 453, 2751, 3541, 236, 1247, 123, 512, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/desktop/messages.po, 101, 520, 734, 28, 168, 33, 537, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/af_ZA.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/bg_BG.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/bn_BD.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/br_FR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/bs_BA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/ca.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/da_DK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/el_GR.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/en.po, 1, 9, 18, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/en/dialog.po, 37, 176, 227, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/gl.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/he_IL.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/hu_HU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/hu_HU/dialog.po, 32, 71, 114, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/no.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/pl_PL.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/pt_BR/dialog.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/pt_PT.po, 1, 8, 17, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/ro.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/ru_RU.po, 1, 9, 19, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/ru_RU/dialog.po, 13, 25, 37, 0, 0, 1, 1, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 10, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/sk_SK.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/th_TH.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/vi.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/editeng/messages.po, 248, 608, 811, 5, 8, 12, 40, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/extensions/messages.po, 418, 1082, 1543, 205, 791, 40, 226, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/extras/source/autocorr/emoji.po, 43, 43, 70, 202, 191, 1330, 1583, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/extras/source/gallery/share.po, 6, 8, 11, 2, 2, 4, 5, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/filter/messages.po, 73, 266, 315, 31, 68, 118, 484, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/filter/source/config/fragments/filters.po, 87, 303, 432, 16, 50, 117, 379, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 197, 0, 0, 3, 12, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/filter/source/config/fragments/types.po, 21, 66, 76, 3, 13, 14, 42, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/forms/messages.po, 54, 314, 383, 1, 2, 3, 14, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/formula/messages.po, 312, 315, 325, 56, 82, 64, 111, 432, 508 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/fpicker/messages.po, 31, 88, 124, 17, 40, 13, 35, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/framework/messages.po, 18, 167, 238, 6, 14, 5, 29, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/auxiliary.po, 22, 30, 59, 0, 0, 83, 272, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1491, 0, 0, 20, 229, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sbasic/shared.po, 3486, 28994, 37082, 0, 0, 1019, 6437, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 452, 0, 0, 10, 129, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1466, 0, 0, 15, 343, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc.po, 172, 861, 1189, 0, 0, 15, 125, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc/00.po, 61, 152, 224, 0, 0, 140, 793, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc/01.po, 5504, 48601, 58538, 0, 0, 1991, 24554, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc/02.po, 116, 782, 1048, 0, 0, 7, 28, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc/04.po, 169, 1264, 1476, 0, 0, 18, 233, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc/05.po, 82, 672, 855, 0, 0, 55, 181, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/scalc/guide.po, 1310, 18357, 23414, 0, 0, 159, 3236, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/schart.po, 84, 705, 964, 0, 0, 12, 226, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/schart/00.po, 47, 249, 391, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/schart/01.po, 828, 9773, 12092, 0, 0, 144, 2053, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/schart/02.po, 25, 117, 186, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/schart/04.po, 32, 133, 204, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sdraw.po, 117, 702, 960, 0, 0, 6, 30, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sdraw/04.po, 101, 455, 575, 0, 0, 2, 34, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/sdraw/guide.po, 258, 2764, 3663, 0, 0, 17, 308, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared.po, 206, 1766, 2220, 0, 0, 44, 542, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/00.po, 770, 6654, 9327, 0, 0, 797, 9040, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/01.po, 3659, 28285, 36732, 0, 0, 1828, 23677, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/02.po, 1694, 19239, 24927, 0, 0, 488, 9883, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/04.po, 234, 960, 1230, 0, 0, 79, 1111, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/05.po, 103, 1011, 1340, 0, 0, 93, 1329, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/07.po, 4, 29, 30, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/autokorr.po, 47, 403, 643, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/autopi.po, 742, 6477, 8629, 0, 0, 145, 1917, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/explorer/database.po, 1442, 14082, 19187, 0, 0, 199, 4775, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/guide.po, 170, 1048, 1285, 0, 0, 2346, 35395, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/shared/optionen.po, 1226, 10919, 14979, 0, 0, 708, 12432, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/simpress.po, 181, 1264, 1660, 0, 0, 18, 131, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/simpress/00.po, 154, 873, 1204, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/simpress/01.po, 857, 6356, 8379, 0, 0, 189, 2158, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/simpress/02.po, 648, 6360, 8122, 0, 0, 12, 149, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/simpress/04.po, 185, 900, 1102, 0, 0, 54, 238, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/simpress/guide.po, 590, 7567, 9813, 0, 0, 177, 2715, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/smath.po, 56, 609, 776, 0, 0, 4, 130, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/smath/00.po, 53, 224, 325, 0, 0, 13, 131, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/smath/01.po, 1056, 11356, 13918, 0, 0, 495, 2503, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/smath/02.po, 6, 97, 119, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/smath/04.po, 25, 130, 141, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/smath/guide.po, 94, 1001, 1291, 0, 0, 10, 192, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter.po, 214, 1268, 1737, 0, 0, 122, 1678, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter/00.po, 210, 1037, 1490, 0, 0, 100, 781, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter/01.po, 2630, 24157, 30684, 0, 0, 716, 9636, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter/02.po, 366, 2437, 3058, 0, 0, 60, 613, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter/04.po, 241, 1158, 1483, 0, 0, 13, 118, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter/guide.po, 1869, 22817, 28625, 0, 0, 275, 5120, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 56, 1, 1, 286, 2978, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po, 538, 4102, 5731, 5, 78, 14, 174, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/librelogo/source/pythonpath.po, 56, 60, 85, 5, 5, 77, 108, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 32, 287, 361, 2, 8, 15, 398, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 23, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/nlpsolver/src/locale.po, 41, 105, 143, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/officecfg/registry/data/org/openoffice/Office.po, 1195, 1283, 2472, 3, 6, 110, 552, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/officecfg/registry/data/org/openoffice/Office/UI.po, 2476, 4995, 7319, 530, 996, 671, 1731, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/readlicense_oo/docs.po, 63, 1197, 1333, 1, 85, 39, 1121, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/reportdesign/messages.po, 186, 445, 578, 58, 134, 14, 38, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/sc/messages.po, 2617, 12183, 14719, 848, 2659, 1221, 5418, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scaddins/messages.po, 778, 2520, 3032, 12, 16, 108, 649, 898, 3185 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/sccomp/messages.po, 11, 47, 65, 1, 4, 2, 14, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/base.po, 10, 44, 64, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/calc.po, 19, 81, 104, 1, 4, 2, 9, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/draw.po, 15, 60, 74, 1, 5, 25, 84, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/extensions.po, 15, 51, 84, 0, 0, 1, 14, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/graphicfilter.po, 28, 91, 134, 0, 0, 2, 10, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/impress.po, 19, 74, 93, 1, 4, 1, 3, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/math.po, 10, 42, 53, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/onlineupdate.po, 2, 13, 18, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/ooo.po, 535, 1827, 2529, 20, 106, 27, 91, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/quickstart.po, 2, 15, 23, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/winexplorerext.po, 2, 18, 28, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/writer.po, 22, 69, 90, 0, 0, 5, 45, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/sd/messages.po, 492, 1216, 1708, 331, 579, 496, 1156, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/setup_native/source/mac.po, 22, 119, 150, 1, 12, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/sfx2/messages.po, 235, 681, 958, 143, 438, 203, 1107, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/shell/source/win32/shlxthandler/res.po, 37, 45, 76, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/starmath/messages.po, 270, 492, 673, 91, 131, 111, 312, 472, 935 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/svtools/messages.po, 658, 1679, 2243, 51, 168, 205, 764, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/svx/messages.po, 1612, 3680, 5322, 507, 1195, 727, 2349, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/sw/messages.po, 1662, 2997, 4514, 868, 1721, 911, 3022, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/swext/mediawiki/help.po, 47, 353, 443, 24, 724, 18, 327, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 208, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/sysui/desktop/share.po, 54, 210, 295, 2, 20, 10, 47, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/uui/messages.po, 96, 934, 1164, 22, 166, 39, 454, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/vcl/messages.po, 191, 321, 431, 24, 66, 141, 350, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/wizards/messages.po, 235, 992, 1268, 6, 6, 24, 44, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/wizards/source/resources.po, 468, 1890, 2345, 38, 234, 48, 162, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/writerperfect/messages.po, 2, 3, 4, 4, 8, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/vi/xmlsecurity/messages.po, 21, 40, 56, 23, 128, 47, 256, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/avmedia/messages.po, 17, 27, 23, 0, 0, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/basctl/messages.po, 75, 243, 220, 33, 49, 47, 319, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/basic/messages.po, 8, 14, 14, 9, 31, 118, 504, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/chart2/messages.po, 110, 158, 181, 198, 337, 312, 873, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/cui/messages.po, 462, 929, 947, 772, 1225, 1109, 3404, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dbaccess/messages.po, 307, 1613, 1282, 213, 639, 292, 2258, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/desktop/messages.po, 40, 160, 140, 15, 31, 107, 1034, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/hu_HU/dialog.po, 2, 2, 2, 4, 5, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/editeng/messages.po, 198, 459, 510, 49, 141, 18, 56, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/extensions/messages.po, 321, 657, 714, 185, 479, 157, 963, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/extras/source/autocorr/emoji.po, 41, 37, 39, 164, 155, 1370, 1625, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/filter/messages.po, 41, 160, 137, 33, 63, 148, 595, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/filter/source/config/fragments/filters.po, 20, 58, 59, 10, 25, 190, 649, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/forms/messages.po, 50, 278, 208, 1, 2, 7, 50, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/formula/messages.po, 282, 285, 285, 70, 95, 86, 134, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/fpicker/messages.po, 25, 39, 47, 18, 52, 18, 72, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/framework/messages.po, 8, 14, 16, 7, 15, 14, 181, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 2852, 90, 232, 93, 737, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/librelogo/source/pythonpath.po, 13, 13, 13, 42, 42, 83, 118, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/officecfg/registry/data/org/openoffice/Office.po, 536, 625, 1078, 294, 288, 478, 928, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/officecfg/registry/data/org/openoffice/Office/UI.po, 1464, 3094, 3481, 979, 1661, 1234, 2967, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/readlicense_oo/docs.po, 7, 41, 43, 1, 1, 95, 2361, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/reportdesign/messages.po, 68, 87, 97, 68, 116, 122, 414, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/sc/messages.po, 1289, 6997, 5291, 1377, 3589, 2020, 9674, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scaddins/messages.po, 260, 1345, 1075, 192, 434, 449, 1409, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/base.po, 8, 40, 39, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/calc.po, 13, 41, 43, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/draw.po, 11, 45, 41, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/graphicfilter.po, 24, 77, 106, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/impress.po, 15, 59, 55, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/math.po, 9, 39, 36, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/ooo.po, 148, 194, 194, 128, 685, 306, 1145, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/writer.po, 14, 37, 36, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/sd/messages.po, 323, 792, 784, 353, 603, 643, 1556, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/sfx2/messages.po, 154, 295, 289, 128, 263, 299, 1668, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/starmath/messages.po, 260, 460, 577, 109, 155, 131, 348, 500, 963 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/svtools/messages.po, 392, 854, 899, 99, 203, 423, 1554, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/svx/messages.po, 1161, 2440, 2726, 600, 1128, 1085, 3656, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/sw/messages.po, 941, 1630, 1941, 1255, 2064, 1245, 4046, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/swext/mediawiki/help.po, 7, 7, 8, 3, 5, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 9, 10, 11, 5, 5, 18, 166, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/sysui/desktop/share.po, 31, 119, 125, 13, 64, 22, 94, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/uui/messages.po, 12, 87, 67, 26, 87, 119, 1380, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/vcl/messages.po, 102, 131, 123, 70, 112, 184, 494, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/wizards/messages.po, 136, 717, 596, 48, 81, 81, 244, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/wizards/source/resources.po, 395, 1736, 1471, 80, 193, 79, 357, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/xh/xmlsecurity/messages.po, 18, 26, 28, 13, 50, 60, 348, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/basctl/messages.po, 155, 611, 195, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/basic/messages.po, 135, 549, 185, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/chart2/messages.po, 620, 1368, 749, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/messages.po, 106, 1047, 212, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/cui/messages.po, 2343, 5558, 2713, 0, 0, 0, 0, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dbaccess/messages.po, 812, 4510, 1253, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/desktop/messages.po, 162, 1225, 281, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/ar.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/bg_BG.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/bo.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/ca.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/cs_CZ.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/da_DK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/de.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/el_GR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/en.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/en/dialog.po, 37, 176, 60, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/es.po, 1, 12, 1, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/et_EE.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/fr_FR.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/gd_GB.po, 1, 4, 1, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/gl.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/gug.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/hu_HU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/hu_HU/dialog.po, 32, 71, 32, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/id.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/is.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/it_IT.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/lt_LT.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/lv_LV.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/ne_NP.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/nl_NL.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/no.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/pl_PL.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/pt_BR.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/pt_PT.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/ro.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/ru_RU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/ru_RU/dialog.po, 14, 26, 15, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/sk_SK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/sl_SI.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/sq_AL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/sr.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/sv_SE.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/te_IN.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/tr_TR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/uk_UA.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/editeng/messages.po, 265, 656, 320, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/extensions/messages.po, 663, 2099, 803, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/extras/source/autocorr/emoji.po, 1575, 1817, 1821, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/filter/messages.po, 222, 818, 378, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/filter/source/config/fragments/filters.po, 220, 732, 630, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 109, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/filter/source/config/fragments/types.po, 38, 121, 115, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/forms/messages.po, 58, 330, 74, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/formula/messages.po, 438, 514, 510, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/fpicker/messages.po, 61, 163, 74, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/framework/messages.po, 29, 210, 39, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/auxiliary.po, 105, 302, 129, 0, 0, 0, 0, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 250, 0, 0, 0, 0, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 11158, 0, 0, 0, 0, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 94, 0, 0, 0, 0, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 244, 0, 0, 0, 0, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 93, 0, 0, 0, 0, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc.po, 187, 986, 239, 0, 0, 0, 0, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc/00.po, 201, 945, 459, 0, 0, 0, 0, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc/01.po, 6656, 61055, 16007, 95, 2372, 744, 9728, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc/02.po, 123, 810, 194, 0, 0, 0, 0, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc/04.po, 187, 1497, 290, 0, 0, 0, 0, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc/05.po, 137, 853, 279, 0, 0, 0, 0, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 3430, 0, 0, 0, 0, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/schart.po, 96, 931, 145, 0, 0, 0, 0, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/schart/00.po, 60, 347, 170, 0, 0, 0, 0, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/schart/01.po, 972, 11826, 1771, 0, 0, 0, 0, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/schart/02.po, 25, 117, 28, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/schart/04.po, 32, 133, 41, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sdraw.po, 123, 732, 184, 0, 0, 0, 0, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sdraw/04.po, 103, 489, 161, 0, 0, 0, 0, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 427, 0, 0, 0, 0, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared.po, 250, 2308, 405, 0, 0, 0, 0, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/00.po, 1567, 15694, 4432, 0, 0, 0, 0, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/01.po, 5487, 51962, 8876, 0, 0, 0, 0, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/02.po, 2522, 37155, 4158, 0, 0, 0, 0, 2522, 37155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/04.po, 313, 2071, 434, 0, 0, 0, 0, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/05.po, 196, 2340, 321, 0, 0, 0, 0, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/06.po, 3, 7, 5, 0, 0, 0, 0, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/07.po, 7, 82, 25, 0, 0, 0, 0, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po, 48, 420, 55, 0, 0, 0, 0, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po, 887, 8394, 1526, 0, 0, 0, 0, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 3199, 0, 0, 0, 0, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/guide.po, 2516, 36443, 6557, 0, 0, 0, 0, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/help.po, 78, 117, 90, 0, 0, 0, 0, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/menu.po, 16, 120, 18, 0, 0, 0, 0, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 4428, 0, 0, 0, 0, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/simpress.po, 199, 1395, 257, 0, 0, 0, 0, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/simpress/00.po, 163, 902, 339, 0, 0, 0, 0, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/simpress/01.po, 1046, 8514, 1444, 0, 0, 0, 0, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/simpress/02.po, 660, 6509, 925, 0, 0, 0, 0, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/simpress/04.po, 239, 1138, 347, 0, 0, 0, 0, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po, 767, 10282, 1488, 0, 0, 0, 0, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/smath.po, 60, 739, 126, 0, 0, 0, 0, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/smath/00.po, 66, 355, 123, 0, 0, 0, 0, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/smath/01.po, 1551, 13859, 2778, 0, 0, 0, 0, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/smath/02.po, 6, 97, 10, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/smath/04.po, 26, 135, 42, 0, 0, 0, 0, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/smath/06.po, 9, 21, 10, 0, 0, 0, 0, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/smath/guide.po, 104, 1193, 297, 0, 0, 0, 0, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter.po, 336, 2946, 520, 0, 0, 0, 0, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter/00.po, 310, 1818, 753, 0, 0, 0, 0, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter/01.po, 3346, 33793, 4757, 0, 0, 0, 0, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter/02.po, 426, 3050, 686, 0, 0, 0, 0, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter/04.po, 254, 1276, 406, 0, 0, 0, 0, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 3960, 0, 0, 0, 0, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 1817, 0, 0, 0, 0, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/helpcontent2/source/text/swriter/menu.po, 17, 96, 17, 0, 0, 0, 0, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 1161, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/librelogo/source/pythonpath.po, 138, 173, 149, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 90, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 4, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/nlpsolver/src/locale.po, 41, 105, 60, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1605, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 4059, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/readlicense_oo/docs.po, 103, 2403, 548, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/reportdesign/messages.po, 258, 617, 282, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/sc/messages.po, 4686, 20260, 6195, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scaddins/messages.po, 901, 3188, 1151, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/sccomp/messages.po, 14, 65, 24, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/activex.po, 2, 16, 9, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/base.po, 10, 44, 26, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/calc.po, 22, 94, 63, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/draw.po, 41, 149, 127, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/extensions.po, 16, 65, 27, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/graphicfilter.po, 30, 101, 73, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/impress.po, 21, 81, 58, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/math.po, 10, 42, 26, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/onlineupdate.po, 2, 13, 4, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/ooo.po, 582, 2024, 1006, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/quickstart.po, 2, 15, 5, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/winexplorerext.po, 2, 18, 8, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/writer.po, 27, 114, 71, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/sd/messages.po, 1319, 2951, 1455, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/setup_native/source/mac.po, 23, 131, 45, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/sfx2/messages.po, 581, 2226, 777, 0, 0, 0, 0, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/starmath/messages.po, 505, 968, 592, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/svtools/messages.po, 914, 2611, 1728, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/svx/messages.po, 2846, 7224, 3731, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/sw/messages.po, 3441, 7740, 4106, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/swext/mediawiki/help.po, 89, 1404, 259, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/swext/mediawiki/src.po, 2, 39, 14, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 65, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/sysui/desktop/share.po, 66, 277, 176, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/uui/messages.po, 157, 1554, 349, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/vcl/messages.po, 356, 737, 433, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/wizards/messages.po, 265, 1042, 291, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/wizards/source/resources.po, 554, 2286, 685, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/writerperfect/messages.po, 30, 65, 56, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-CN/xmlsecurity/messages.po, 91, 424, 128, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/basctl/messages.po, 155, 611, 192, 0, 0, 0, 0, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/basic/messages.po, 135, 549, 199, 0, 0, 0, 0, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/chart2/messages.po, 620, 1368, 771, 0, 0, 0, 0, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/messages.po, 106, 1047, 155, 0, 0, 0, 0, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/cui/messages.po, 2342, 5554, 2656, 0, 0, 1, 4, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dbaccess/messages.po, 812, 4510, 1189, 0, 0, 0, 0, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/desktop/messages.po, 162, 1225, 292, 0, 0, 0, 0, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/ar.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/bg_BG.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/bo.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/ca.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/cs_CZ.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/da_DK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/de.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/el_GR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/en.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/en/dialog.po, 37, 176, 59, 0, 0, 0, 0, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/es.po, 1, 12, 1, 0, 0, 0, 0, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/et_EE.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/fr_FR.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/gd_GB.po, 1, 4, 1, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/gl.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/gug.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/hu_HU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/hu_HU/dialog.po, 32, 71, 32, 0, 0, 0, 0, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/id.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/is.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/it_IT.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/lt_LT.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/lv_LV.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/ne_NP.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/nl_NL.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/no.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/pl_PL.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/pt_BR.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/pt_PT.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/ro.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/ru_RU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/ru_RU/dialog.po, 14, 26, 15, 0, 0, 0, 0, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/sk_SK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/sl_SI.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/sq_AL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/sr.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/sv_SE.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/te_IN.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/tr_TR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/uk_UA.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/editeng/messages.po, 265, 656, 313, 0, 0, 0, 0, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/extensions/messages.po, 663, 2099, 793, 0, 0, 0, 0, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/extras/source/autocorr/emoji.po, 1575, 1817, 1558, 0, 0, 0, 0, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/filter/messages.po, 222, 818, 349, 0, 0, 0, 0, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/filter/source/config/fragments/filters.po, 220, 732, 607, 0, 0, 0, 0, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 103, 0, 0, 0, 0, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/filter/source/config/fragments/types.po, 38, 121, 114, 0, 0, 0, 0, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/forms/messages.po, 58, 330, 75, 0, 0, 0, 0, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/formula/messages.po, 438, 514, 508, 0, 0, 0, 0, 438, 514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/fpicker/messages.po, 61, 163, 71, 0, 0, 0, 0, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/framework/messages.po, 29, 210, 39, 0, 0, 0, 0, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/auxiliary.po, 93, 268, 103, 0, 0, 12, 34, 105, 302 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sbasic/guide.po, 90, 1191, 255, 0, 0, 13, 154, 103, 1345 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sbasic/shared.po, 3531, 29394, 9244, 1, 2, 973, 6035, 4505, 35431 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 91, 0, 0, 4, 57, 67, 465 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 262, 0, 0, 3, 78, 198, 1482 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc.po, 181, 956, 259, 0, 0, 6, 30, 187, 986 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc/00.po, 62, 153, 105, 0, 0, 139, 792, 201, 945 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc/01.po, 5680, 50268, 14910, 0, 0, 1815, 22887, 7495, 73155 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc/02.po, 117, 795, 191, 0, 0, 6, 15, 123, 810 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc/04.po, 169, 1264, 237, 0, 0, 18, 233, 187, 1497 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc/05.po, 85, 705, 175, 0, 0, 52, 148, 137, 853 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/scalc/guide.po, 1305, 18082, 3673, 0, 0, 164, 3511, 1469, 21593 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/schart.po, 88, 796, 141, 0, 0, 8, 135, 96, 931 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/schart/00.po, 47, 249, 193, 0, 0, 13, 98, 60, 347 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/schart/01.po, 831, 9897, 1720, 0, 0, 141, 1929, 972, 11826 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/schart/02.po, 25, 117, 28, 0, 0, 0, 0, 25, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/schart/04.po, 32, 133, 41, 0, 0, 0, 0, 32, 133 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sdraw.po, 120, 718, 179, 0, 0, 3, 14, 123, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sdraw/04.po, 102, 486, 149, 0, 0, 1, 3, 103, 489 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/sdraw/guide.po, 261, 2793, 533, 0, 0, 14, 279, 275, 3072 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared.po, 219, 1966, 386, 0, 0, 31, 342, 250, 2308 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/00.po, 776, 6562, 1556, 0, 0, 791, 9132, 1567, 15694 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/01.po, 3686, 29029, 5804, 0, 0, 1801, 22933, 5487, 51962 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/02.po, 1704, 19334, 2810, 0, 0, 478, 9788, 2182, 29122 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/04.po, 234, 960, 271, 0, 0, 79, 1111, 313, 2071 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/05.po, 107, 1112, 174, 0, 0, 89, 1228, 196, 2340 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/07.po, 4, 29, 9, 0, 0, 3, 53, 7, 82 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/autokorr.po, 47, 403, 81, 0, 0, 1, 17, 48, 420 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/autopi.po, 741, 6458, 1403, 0, 0, 146, 1936, 887, 8394 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po, 1445, 14199, 3038, 0, 0, 196, 4658, 1641, 18857 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/guide.po, 2045, 28172, 5724, 0, 0, 471, 8271, 2516, 36443 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/shared/optionen.po, 1232, 11226, 2639, 0, 0, 702, 12125, 1934, 23351 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/simpress.po, 187, 1324, 272, 0, 0, 12, 71, 199, 1395 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/simpress/00.po, 154, 873, 382, 0, 0, 9, 29, 163, 902 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/simpress/01.po, 865, 6507, 1274, 0, 0, 181, 2007, 1046, 8514 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/simpress/02.po, 658, 6451, 1015, 0, 0, 2, 58, 660, 6509 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/simpress/04.po, 194, 976, 269, 0, 0, 45, 162, 239, 1138 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/simpress/guide.po, 604, 7948, 1491, 0, 0, 163, 2334, 767, 10282 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/smath.po, 57, 613, 121, 0, 0, 3, 126, 60, 739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/smath/00.po, 54, 228, 105, 0, 0, 12, 127, 66, 355 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/smath/01.po, 1051, 11443, 2840, 0, 0, 500, 2416, 1551, 13859 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/smath/02.po, 6, 97, 17, 0, 0, 0, 0, 6, 97 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/smath/04.po, 25, 130, 35, 0, 0, 1, 5, 26, 135 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/smath/guide.po, 95, 1030, 308, 0, 0, 9, 163, 104, 1193 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter.po, 222, 1453, 323, 0, 0, 114, 1493, 336, 2946 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter/00.po, 214, 1080, 558, 0, 0, 96, 738, 310, 1818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter/01.po, 2669, 24832, 4110, 0, 0, 677, 8961, 3346, 33793 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter/02.po, 370, 2480, 616, 0, 0, 56, 570, 426, 3050 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter/04.po, 247, 1206, 323, 0, 0, 7, 70, 254, 1276 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter/guide.po, 1889, 23164, 4698, 0, 0, 255, 4773, 2144, 27937 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter/librelogo.po, 139, 880, 402, 1, 1, 186, 2138, 326, 3019 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/helpcontent2/source/text/swriter/menu.po, 6, 13, 6, 0, 0, 11, 83, 17, 96 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 1087, 0, 0, 0, 0, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/librelogo/source/pythonpath.po, 138, 173, 148, 0, 0, 0, 0, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 94, 0, 0, 0, 0, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 4, 0, 0, 0, 0, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/nlpsolver/src/locale.po, 41, 105, 54, 0, 0, 0, 0, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/officecfg/registry/data/org/openoffice.po, 9, 28, 9, 0, 0, 0, 0, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1451, 0, 0, 0, 0, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 3974, 0, 0, 0, 0, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/readlicense_oo/docs.po, 103, 2403, 530, 0, 0, 0, 0, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/reportdesign/messages.po, 258, 617, 280, 0, 0, 0, 0, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/sc/messages.po, 4686, 20260, 6279, 0, 0, 0, 0, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scaddins/messages.po, 901, 3188, 1116, 0, 0, 0, 0, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/sccomp/messages.po, 14, 65, 26, 0, 0, 0, 0, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/activex.po, 2, 16, 9, 0, 0, 0, 0, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/base.po, 10, 44, 26, 0, 0, 0, 0, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/calc.po, 22, 94, 62, 0, 0, 0, 0, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/draw.po, 41, 149, 90, 0, 0, 0, 0, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/extensions.po, 16, 65, 26, 0, 0, 0, 0, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/gnome.po, 2, 11, 7, 0, 0, 0, 0, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/graphicfilter.po, 30, 101, 69, 0, 0, 0, 0, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/impress.po, 21, 81, 55, 0, 0, 0, 0, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/math.po, 10, 42, 26, 0, 0, 0, 0, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/onlineupdate.po, 2, 13, 4, 0, 0, 0, 0, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/ooo.po, 582, 2024, 1031, 0, 0, 0, 0, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/quickstart.po, 2, 15, 5, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/winexplorerext.po, 2, 18, 7, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/writer.po, 27, 114, 72, 0, 0, 0, 0, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/sd/messages.po, 1319, 2951, 1459, 0, 0, 0, 0, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/setup_native/source/mac.po, 23, 131, 47, 0, 0, 0, 0, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/sfx2/messages.po, 580, 2116, 735, 0, 0, 1, 110, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/starmath/messages.po, 505, 968, 545, 0, 0, 0, 0, 505, 968 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/svtools/messages.po, 914, 2611, 1519, 0, 0, 0, 0, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/svx/messages.po, 2846, 7224, 3597, 0, 0, 0, 0, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/sw/messages.po, 3441, 7740, 4011, 0, 0, 0, 0, 3441, 7740 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/swext/mediawiki/help.po, 89, 1404, 320, 0, 0, 0, 0, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/swext/mediawiki/src.po, 2, 39, 14, 0, 0, 0, 0, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 56, 0, 0, 0, 0, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/sysui/desktop/share.po, 66, 277, 172, 0, 0, 0, 0, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/uui/messages.po, 157, 1554, 330, 0, 0, 0, 0, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/vcl/messages.po, 356, 737, 430, 0, 0, 0, 0, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/wizards/messages.po, 265, 1042, 279, 0, 0, 0, 0, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/wizards/source/resources.po, 554, 2286, 638, 0, 0, 0, 0, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/writerperfect/messages.po, 30, 65, 56, 0, 0, 0, 0, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zh-TW/xmlsecurity/messages.po, 91, 424, 129, 0, 0, 0, 0, 91, 424 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/accessibility/messages.po, 6, 11, 11, 1, 2, 4, 14, 11, 27 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/avmedia/messages.po, 15, 24, 20, 2, 3, 5, 18, 22, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/basctl/messages.po, 96, 338, 271, 32, 44, 27, 229, 155, 611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/basic/messages.po, 8, 14, 11, 9, 31, 118, 504, 135, 549 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/chart2/messages.po, 152, 233, 244, 181, 317, 287, 818, 620, 1368 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/cui/messages.po, 537, 1052, 1033, 724, 1187, 1082, 3319, 2343, 5558 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dbaccess/messages.po, 317, 1831, 1313, 217, 656, 278, 2023, 812, 4510 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/desktop/messages.po, 42, 166, 140, 15, 30, 105, 1029, 162, 1225 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/ru_RU/dialog.po, 3, 3, 3, 0, 0, 11, 23, 14, 26 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/editeng/messages.po, 201, 471, 451, 50, 143, 14, 42, 265, 656 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/extensions/messages.po, 333, 705, 710, 180, 486, 150, 908, 663, 2099 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/extras/source/autocorr/emoji.po, 42, 38, 38, 170, 161, 1363, 1618, 1575, 1817 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/filter/messages.po, 43, 163, 128, 33, 67, 146, 588, 222, 818 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/filter/source/config/fragments/filters.po, 20, 58, 55, 9, 24, 191, 650, 220, 732 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/forms/messages.po, 50, 278, 201, 1, 2, 7, 50, 58, 330 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/formula/messages.po, 275, 278, 281, 88, 113, 74, 122, 437, 513 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/fpicker/messages.po, 23, 36, 39, 20, 55, 18, 72, 61, 163 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/framework/messages.po, 11, 27, 26, 7, 15, 11, 168, 29, 210 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 376, 3387, 2951, 90, 232, 91, 735, 557, 4354 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/librelogo/source/pythonpath.po, 13, 13, 13, 44, 44, 81, 116, 138, 173 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 2, 47, 690, 49, 693 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/nlpsolver/src/locale.po, 8, 8, 8, 7, 8, 26, 89, 41, 105 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/officecfg/registry/data/org/openoffice/Office.po, 728, 817, 1456, 206, 200, 374, 824, 1308, 1841 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/officecfg/registry/data/org/openoffice/Office/UI.po, 1526, 3214, 3216, 970, 1665, 1181, 2843, 3677, 7722 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/readlicense_oo/docs.po, 7, 41, 40, 1, 1, 95, 2361, 103, 2403 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/reportdesign/messages.po, 77, 98, 110, 62, 110, 119, 409, 258, 617 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/sc/messages.po, 1391, 7256, 4981, 1376, 3766, 1919, 9238, 4686, 20260 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scaddins/messages.po, 265, 1350, 1076, 187, 429, 449, 1409, 901, 3188 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/sccomp/messages.po, 1, 3, 3, 1, 4, 12, 58, 14, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/base.po, 8, 40, 44, 0, 0, 2, 4, 10, 44 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/calc.po, 13, 41, 44, 4, 33, 5, 20, 22, 94 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/draw.po, 11, 45, 45, 1, 5, 29, 99, 41, 149 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/graphicfilter.po, 24, 77, 105, 2, 6, 4, 18, 30, 101 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/impress.po, 15, 59, 62, 2, 8, 4, 14, 21, 81 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/math.po, 9, 39, 41, 0, 0, 1, 3, 10, 42 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/ooo.po, 203, 261, 263, 126, 683, 253, 1080, 582, 2024 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/writer.po, 14, 37, 39, 2, 7, 11, 70, 27, 114 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/sd/messages.po, 424, 1135, 987, 338, 584, 557, 1232, 1319, 2951 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/setup_native/source/mac.po, 11, 44, 31, 0, 0, 12, 87, 23, 131 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/sfx2/messages.po, 186, 545, 460, 146, 445, 249, 1236, 581, 2226 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/starmath/messages.po, 262, 463, 487, 110, 156, 130, 346, 502, 965 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/svtools/messages.po, 557, 1127, 1114, 74, 181, 283, 1303, 914, 2611 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/svx/messages.po, 1282, 2787, 2778, 595, 1200, 969, 3237, 2846, 7224 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/sw/messages.po, 1142, 1948, 2121, 1172, 2185, 1126, 3606, 3440, 7739 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/swext/mediawiki/help.po, 7, 7, 8, 3, 5, 79, 1392, 89, 1404 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 10, 11, 13, 4, 4, 18, 166, 32, 181 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/sysui/desktop/share.po, 33, 121, 120, 12, 64, 21, 92, 66, 277 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/uui/messages.po, 13, 91, 63, 31, 107, 113, 1356, 157, 1554 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/vcl/messages.po, 158, 263, 261, 52, 103, 146, 371, 356, 737 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/wizards/messages.po, 144, 725, 565, 41, 74, 80, 243, 265, 1042 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/wizards/source/resources.po, 420, 1798, 1407, 56, 132, 78, 356, 554, 2286 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv, translations/source/zu/xmlsecurity/messages.po, 18, 26, 29, 14, 52, 59, 346, 91, 424 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 607, 4987, 1829, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 607, 4987, 2018, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/uk.po, 607, 4987, 5205, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/tr.po, 144, 695, 578, 0, 0, 463, 4292, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/te.po, 376, 2390, 2029, 0, 0, 231, 2597, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ta.po, 405, 2625, 2275, 0, 0, 202, 2362, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/sv.po, 607, 4987, 4649, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/sr.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/sk.po, 388, 2375, 2241, 0, 0, 219, 2612, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ru.po, 607, 4987, 4456, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 607, 4987, 5471, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/pt.po, 201, 1081, 1183, 0, 0, 406, 3906, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/pl.po, 607, 4987, 4886, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/pa.po, 183, 1038, 1189, 0, 0, 424, 3949, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/or.po, 384, 2463, 2590, 0, 0, 223, 2524, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/nl.po, 607, 4987, 5224, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/nds.po, 7, 9, 9, 0, 0, 600, 4978, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/nb.po, 65, 180, 174, 0, 0, 542, 4807, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/mr.po, 390, 2507, 2436, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ml.po, 200, 1127, 901, 0, 0, 407, 3860, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/lv.po, 33, 70, 62, 0, 0, 574, 4917, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ko.po, 183, 1038, 902, 0, 0, 424, 3949, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/kn.po, 390, 2507, 2260, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ka.po, 85, 214, 194, 0, 0, 522, 4773, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ja.po, 390, 2507, 1055, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/it.po, 552, 3893, 4220, 22, 489, 33, 605, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/id.po, 1, 1, 1, 0, 0, 606, 4986, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ia.po, 69, 230, 251, 0, 0, 538, 4757, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/hu.po, 470, 3241, 3174, 0, 0, 137, 1746, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/hi.po, 376, 2390, 2926, 0, 0, 231, 2597, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/he.po, 81, 337, 316, 0, 0, 526, 4650, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/gu.po, 388, 2497, 2747, 0, 0, 219, 2490, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/gl.po, 254, 1424, 1753, 0, 0, 353, 3563, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/fr.po, 607, 4987, 5735, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/fi.po, 392, 2288, 1779, 0, 0, 215, 2699, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/fa.po, 33, 148, 159, 0, 0, 574, 4839, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/eu.po, 68, 181, 174, 0, 0, 539, 4806, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/es.po, 607, 4987, 5630, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 139, 682, 682, 0, 0, 468, 4305, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/el.po, 2, 2, 2, 0, 0, 605, 4985, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/de.po, 607, 4987, 4755, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/da.po, 177, 674, 647, 0, 0, 430, 4313, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/cs.po, 607, 4987, 4554, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ca.po, 607, 4987, 6174, 0, 0, 0, 0, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/bs.po, 43, 229, 220, 0, 0, 564, 4758, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 216, 1249, 1428, 0, 0, 391, 3738, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/bg.po, 259, 1583, 1677, 0, 0, 348, 3404, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/as.po, 390, 2507, 2679, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ar.po, 56, 233, 224, 0, 0, 551, 4754, 607, 4987 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.0-1.fc30.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -librsvg2-2.45.5-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -librsvg2-2.45.5-3.fc30.src.rpm.stats.csv, po/es.po, 21, 67, 80, 0, 0, 0, 0, 21, 67 -librsvg2-2.45.5-3.fc30.src.rpm.stats.csv, po/es.gmo, 21, 67, 80, 0, 0, 0, 0, 21, 67 -librsvg2-2.45.5-3.fc30.src.rpm.stats.csv, po/librsvg.pot, 0, 0, 0, 0, 0, 21, 67, 21, 67 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/fur.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 9, 59, 70, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sv.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/hr.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ar.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ko.po, 9, 59, 46, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sv.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sk.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/tg.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/uk.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/da.po, 9, 59, 61, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ne.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ja.gmo, 6, 44, 6, 0, 0, 0, 0, 6, 44 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/fa.gmo, 9, 59, 62, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ko.gmo, 9, 59, 46, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sr.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pt.gmo, 9, 59, 64, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ro.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/he.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ar.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/be.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/de.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sr.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pa.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/lv.gmo, 9, 59, 47, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/es.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ne.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/tg.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/tr.po, 9, 59, 42, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/it.po, 9, 59, 65, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/de.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/gl.gmo, 9, 59, 73, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pa.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/kk.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/lv.po, 9, 59, 47, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/fr.gmo, 9, 59, 68, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/uk.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ml.gmo, 9, 59, 38, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ca.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/bs.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/as.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 9, 59, 70, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/an.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/eu.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/eu.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/kk.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/libsecret.pot, 0, 0, 0, 0, 0, 9, 59, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/nb.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/nl.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/eo.po, 9, 59, 52, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/lt.po, 9, 59, 45, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/nl.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/fa.po, 9, 59, 62, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/oc.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/fr.po, 9, 59, 68, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ru.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/bg.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sl.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/bs.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/it.gmo, 9, 59, 65, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/cs.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/eo.gmo, 9, 59, 52, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ca.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/bg.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ml.po, 9, 59, 38, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/cs.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/be.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/hr.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/id.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ro.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pl.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/an.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/el.gmo, 9, 59, 67, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/oc.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/en_GB.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/id.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/nb.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pl.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/lt.gmo, 9, 59, 45, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ja.po, 6, 44, 6, 0, 0, 0, 0, 6, 44 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/gl.po, 9, 59, 73, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/he.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sl.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/tr.gmo, 9, 59, 42, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/hu.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/hu.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/fur.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/sk.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/pt.po, 9, 59, 64, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/da.gmo, 9, 59, 61, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/el.po, 9, 59, 67, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/es.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/as.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.18.8-1.fc30.src.rpm.stats.csv, po/ru.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/libsmbios.pot, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/ja.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/fr.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/es.po, 217, 1139, 1374, 21, 152, 121, 883, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/en_US.po, 21, 178, 178, 0, 0, 0, 0, 21, 178 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/en@quot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/en@boldquot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/en.po, 12, 88, 88, 8, 69, 339, 2017, 359, 2174 -libsmbios-2.4.2-3.fc30.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 38, 162, 78, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 25, 110, 50, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 38, 162, 87, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/vi.po, 36, 155, 267, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 14, 51, 52, 0, 0, 0, 0, 14, 51 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/uk.po, 25, 110, 111, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ug.po, 20, 79, 79, 0, 0, 0, 0, 20, 79 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/tr.po, 38, 162, 162, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/th.po, 36, 155, 81, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/tg.po, 20, 79, 92, 0, 0, 0, 0, 20, 79 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/te.po, 25, 110, 96, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ta.po, 25, 110, 105, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/sv.po, 38, 162, 155, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 37, 158, 188, 0, 0, 0, 0, 37, 158 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/sr.po, 38, 162, 193, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/sl.po, 38, 162, 185, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/sk.po, 38, 162, 188, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ru.po, 36, 155, 157, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ro.po, 38, 162, 213, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 38, 162, 231, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/pt.po, 36, 155, 183, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/pl.po, 38, 162, 175, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/pa.po, 25, 110, 146, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/or.po, 25, 110, 121, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/oc.po, 36, 155, 221, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/nl.po, 38, 162, 147, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ne.po, 36, 155, 159, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/nb.po, 36, 155, 168, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/mr.po, 25, 110, 108, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ml.po, 20, 79, 70, 0, 0, 0, 0, 20, 79 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/lv.po, 38, 162, 153, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/lt.po, 38, 162, 157, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ko.po, 38, 162, 173, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/kn.po, 25, 110, 106, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ja.po, 14, 51, 31, 0, 0, 0, 0, 14, 51 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/it.po, 38, 162, 200, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/id.po, 38, 162, 190, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/hu.po, 38, 162, 188, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/hr.po, 38, 162, 155, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/hi.po, 25, 110, 148, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/he.po, 36, 155, 173, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/gu.po, 25, 110, 124, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/gl.po, 38, 162, 236, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/gd.po, 36, 155, 259, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/fur.po, 38, 162, 219, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/fr.po, 38, 162, 235, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/fa.po, 20, 79, 97, 0, 0, 0, 0, 20, 79 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/eu.po, 36, 155, 176, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/et.po, 37, 158, 145, 0, 0, 0, 0, 37, 158 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/es.po, 38, 162, 255, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/eo.po, 21, 80, 82, 0, 0, 15, 75, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/en_GB.po, 36, 155, 155, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/el.po, 38, 162, 205, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/de.po, 38, 162, 173, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/da.po, 38, 162, 164, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/cs.po, 38, 162, 168, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 36, 155, 260, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/ca.po, 38, 162, 273, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/bs.po, 25, 110, 114, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 25, 110, 119, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/bg.po, 36, 155, 207, 0, 0, 0, 0, 36, 155 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/be.po, 38, 162, 161, 0, 0, 0, 0, 38, 162 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/as.po, 25, 110, 119, 0, 0, 0, 0, 25, 110 -libsoup-2.66.1-2.fc30.src.rpm.stats.csv, po/an.po, 36, 155, 238, 0, 0, 0, 0, 36, 155 -libuser-0.62-20.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ar.po, 211, 981, 1061, 7, 38, 83, 418, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/as.po, 213, 996, 1132, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bg.po, 290, 1374, 1575, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bn.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bn_IN.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bs.po, 192, 889, 945, 5, 25, 104, 523, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ca.po, 292, 1385, 2086, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/cs.po, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/cy.po, 197, 904, 1036, 5, 25, 99, 508, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/da.po, 292, 1385, 1360, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/de.po, 292, 1385, 1425, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/de_CH.po, 204, 938, 990, 7, 38, 90, 461, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/el.po, 290, 1374, 1533, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/en_GB.po, 197, 904, 904, 5, 25, 99, 508, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/es.po, 290, 1374, 1749, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/et.po, 202, 923, 834, 7, 38, 92, 476, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/eu.po, 24, 58, 55, 0, 0, 277, 1379, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/fi.po, 211, 984, 842, 7, 38, 83, 415, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/fr.po, 290, 1374, 1850, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/gu.po, 213, 996, 1147, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/he.po, 84, 355, 359, 5, 25, 212, 1057, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/hi.po, 213, 996, 1271, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/hr.po, 197, 904, 959, 5, 25, 99, 508, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/hu.po, 290, 1374, 1337, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/id.po, 213, 996, 1062, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/is.po, 211, 985, 1064, 7, 38, 83, 414, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/it.po, 213, 996, 1179, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ja.po, 290, 1374, 609, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/kn.po, 213, 996, 975, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ko.po, 218, 1020, 1049, 7, 38, 76, 379, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/lv.po, 62, 248, 223, 5, 25, 234, 1164, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/mai.po, 204, 938, 1192, 7, 38, 90, 461, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/mk.po, 197, 904, 1066, 5, 25, 99, 508, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ml.po, 208, 970, 862, 7, 38, 86, 429, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/mr.po, 212, 990, 1013, 7, 38, 82, 409, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ms.po, 197, 904, 897, 5, 25, 99, 508, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/nb.po, 290, 1374, 1364, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/nds.po, 15, 27, 27, 0, 0, 286, 1410, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/nl.po, 292, 1385, 1483, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/or.po, 213, 996, 1389, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pa.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pl.po, 292, 1385, 1463, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pt.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pt_BR.po, 219, 1014, 1243, 7, 38, 75, 385, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ro.po, 77, 306, 353, 5, 25, 219, 1106, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ru.po, 290, 1374, 1342, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sk.po, 211, 979, 994, 8, 49, 82, 409, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sl.po, 197, 904, 968, 5, 25, 99, 508, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sr.po, 292, 1385, 1440, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sr@latin.po, 208, 970, 1024, 7, 38, 86, 429, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sv.po, 292, 1385, 1404, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ta.po, 213, 996, 879, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/te.po, 213, 996, 894, 7, 38, 81, 403, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/tr.po, 212, 990, 901, 7, 38, 82, 409, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/uk.po, 292, 1385, 1380, 6, 34, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/vi.po, 145, 607, 810, 5, 25, 151, 805, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/zh_CN.po, 290, 1374, 574, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/zh_TW.po, 290, 1374, 539, 8, 45, 3, 18, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ar.gmo, 211, 981, 1061, 0, 0, 0, 0, 211, 981 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/as.gmo, 213, 996, 1132, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bg.gmo, 290, 1374, 1575, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bn.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/bs.gmo, 192, 889, 945, 0, 0, 0, 0, 192, 889 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ca.gmo, 292, 1385, 2086, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/cs.gmo, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/cy.gmo, 197, 904, 1036, 0, 0, 0, 0, 197, 904 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/da.gmo, 292, 1385, 1360, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/de.gmo, 292, 1385, 1425, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/de_CH.gmo, 204, 938, 990, 0, 0, 0, 0, 204, 938 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/el.gmo, 290, 1374, 1533, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/en_GB.gmo, 197, 904, 904, 0, 0, 0, 0, 197, 904 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/es.gmo, 290, 1374, 1749, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/et.gmo, 202, 923, 834, 0, 0, 0, 0, 202, 923 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/eu.gmo, 24, 58, 55, 0, 0, 0, 0, 24, 58 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/fi.gmo, 211, 984, 842, 0, 0, 0, 0, 211, 984 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/fr.gmo, 290, 1374, 1850, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/gu.gmo, 213, 996, 1147, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/he.gmo, 84, 355, 359, 0, 0, 0, 0, 84, 355 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/hi.gmo, 213, 996, 1271, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/hr.gmo, 197, 904, 959, 0, 0, 0, 0, 197, 904 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/hu.gmo, 290, 1374, 1337, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/id.gmo, 213, 996, 1062, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/is.gmo, 211, 985, 1064, 0, 0, 0, 0, 211, 985 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/it.gmo, 213, 996, 1179, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ja.gmo, 290, 1374, 609, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/kn.gmo, 213, 996, 975, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ko.gmo, 218, 1020, 1049, 0, 0, 0, 0, 218, 1020 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/lv.gmo, 62, 248, 223, 0, 0, 0, 0, 62, 248 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/mai.gmo, 204, 938, 1192, 0, 0, 0, 0, 204, 938 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/mk.gmo, 197, 904, 1066, 0, 0, 0, 0, 197, 904 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ml.gmo, 208, 970, 862, 0, 0, 0, 0, 208, 970 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/mr.gmo, 212, 990, 1013, 0, 0, 0, 0, 212, 990 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ms.gmo, 197, 904, 897, 0, 0, 0, 0, 197, 904 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/nb.gmo, 290, 1374, 1364, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/nds.gmo, 15, 27, 27, 0, 0, 0, 0, 15, 27 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/nl.gmo, 292, 1385, 1483, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/or.gmo, 213, 996, 1389, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pa.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pl.gmo, 292, 1385, 1463, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pt.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 219, 1014, 1243, 0, 0, 0, 0, 219, 1014 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ro.gmo, 77, 306, 353, 0, 0, 0, 0, 77, 306 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ru.gmo, 290, 1374, 1342, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sk.gmo, 211, 979, 994, 0, 0, 0, 0, 211, 979 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sl.gmo, 197, 904, 968, 0, 0, 0, 0, 197, 904 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sr.gmo, 292, 1385, 1440, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 208, 970, 1024, 0, 0, 0, 0, 208, 970 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/sv.gmo, 292, 1385, 1404, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/ta.gmo, 213, 996, 879, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/te.gmo, 213, 996, 894, 0, 0, 0, 0, 213, 996 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/tr.gmo, 212, 990, 901, 0, 0, 0, 0, 212, 990 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/uk.gmo, 292, 1385, 1380, 0, 0, 0, 0, 292, 1385 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/vi.gmo, 145, 607, 810, 0, 0, 0, 0, 145, 607 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 290, 1374, 574, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 290, 1374, 539, 0, 0, 0, 0, 290, 1374 -libuser-0.62-20.fc30.src.rpm.stats.csv, po/libuser.pot, 0, 0, 0, 0, 0, 301, 1437, 301, 1437 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 290, 1273, 511, 0, 0, 0, 0, 290, 1273 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 6212, 38181, 17684, 0, 0, 0, 0, 6212, 38181 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/vi.gmo, 2234, 12503, 17619, 0, 0, 0, 0, 2234, 12503 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/uk.gmo, 9789, 63408, 68392, 0, 0, 0, 0, 9789, 63408 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/te.gmo, 5674, 34412, 30313, 0, 0, 0, 0, 5674, 34412 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ta.gmo, 6240, 38353, 35168, 0, 0, 0, 0, 6240, 38353 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sv.gmo, 685, 3447, 3116, 0, 0, 0, 0, 685, 3447 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sr.gmo, 594, 2722, 2626, 0, 0, 0, 0, 594, 2722 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 594, 2722, 2626, 0, 0, 0, 0, 594, 2722 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ru.gmo, 5526, 32781, 31785, 0, 0, 0, 0, 5526, 32781 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pt.gmo, 345, 1488, 1996, 0, 0, 0, 0, 345, 1488 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 5813, 35278, 43640, 0, 0, 0, 0, 5813, 35278 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pl.gmo, 2622, 14541, 15360, 0, 0, 0, 0, 2622, 14541 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pa.gmo, 5677, 34495, 39805, 0, 0, 0, 0, 5677, 34495 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/or.gmo, 5565, 31727, 33007, 0, 0, 0, 0, 5565, 31727 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nl.gmo, 2537, 14131, 14704, 0, 0, 0, 0, 2537, 14131 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nb.gmo, 132, 468, 432, 0, 0, 0, 0, 132, 468 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ms.gmo, 46, 115, 112, 0, 0, 0, 0, 46, 115 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mr.gmo, 6749, 41259, 39684, 0, 0, 0, 0, 6749, 41259 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ml.gmo, 5733, 34865, 29079, 0, 0, 0, 0, 5733, 34865 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mk.gmo, 317, 1353, 1603, 0, 0, 0, 0, 317, 1353 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ko.gmo, 3364, 18956, 18126, 0, 0, 0, 0, 3364, 18956 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kn.gmo, 5704, 34630, 31559, 0, 0, 0, 0, 5704, 34630 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ja.gmo, 5839, 35421, 16456, 0, 0, 0, 0, 5839, 35421 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/it.gmo, 1676, 8996, 10539, 0, 0, 0, 0, 1676, 8996 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/id.gmo, 209, 834, 787, 0, 0, 0, 0, 209, 834 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/hu.gmo, 270, 1164, 1106, 0, 0, 0, 0, 270, 1164 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/hi.gmo, 3586, 20813, 24843, 0, 0, 0, 0, 3586, 20813 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/gu.gmo, 5943, 35847, 38666, 0, 0, 0, 0, 5943, 35847 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fr.gmo, 1157, 5793, 7186, 0, 0, 0, 0, 1157, 5793 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fi.gmo, 358, 1518, 1185, 0, 0, 0, 0, 358, 1518 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fil.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/es.gmo, 5715, 34614, 44483, 0, 0, 0, 0, 5715, 34614 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/en_GB.gmo, 5799, 35309, 35309, 0, 0, 0, 0, 5799, 35309 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/el.gmo, 179, 926, 1349, 0, 0, 0, 0, 179, 926 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/de.gmo, 5746, 34937, 33795, 0, 0, 0, 0, 5746, 34937 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/da.gmo, 270, 1164, 1082, 0, 0, 0, 0, 270, 1164 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/cs.gmo, 1294, 6111, 5858, 0, 0, 0, 0, 1294, 6111 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ca.gmo, 443, 1971, 2603, 0, 0, 0, 0, 443, 1971 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bs.gmo, 204, 849, 847, 0, 0, 0, 0, 204, 849 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 2364, 13222, 14044, 0, 0, 0, 0, 2364, 13222 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bg.gmo, 335, 1452, 1632, 0, 0, 0, 0, 335, 1452 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/as.gmo, 5981, 36594, 38452, 0, 0, 0, 0, 5981, 36594 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 290, 1273, 511, 0, 0, 9587, 62792, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 6212, 38181, 17684, 0, 0, 3665, 25884, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/vi.po, 2234, 12503, 17619, 0, 0, 7643, 51562, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/uk.po, 9789, 63408, 68392, 0, 0, 88, 657, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/te.po, 5674, 34412, 30313, 0, 0, 4203, 29653, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ta.po, 6240, 38353, 35168, 0, 0, 3637, 25712, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sv.po, 685, 3447, 3116, 0, 0, 9192, 60618, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sr.po, 594, 2722, 2626, 0, 0, 9283, 61343, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 594, 2722, 2626, 0, 0, 9283, 61343, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ru.po, 5526, 32781, 31785, 0, 0, 4351, 31284, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pt.po, 345, 1488, 1996, 0, 0, 9532, 62577, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 5813, 35278, 43640, 0, 0, 4064, 28787, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pl.po, 2622, 14541, 15360, 0, 0, 7255, 49524, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/pa.po, 5677, 34495, 39805, 0, 0, 4200, 29570, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/or.po, 5565, 31727, 33007, 0, 0, 4312, 32338, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nl.po, 2537, 14131, 14704, 0, 0, 7340, 49934, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/nb.po, 132, 468, 432, 0, 0, 9745, 63597, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ms.po, 46, 115, 112, 0, 0, 9831, 63950, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mr.po, 6749, 41259, 39684, 0, 0, 3128, 22806, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ml.po, 5733, 34865, 29079, 0, 0, 4144, 29200, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mk.po, 317, 1353, 1603, 0, 0, 9560, 62712, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ko.po, 3364, 18956, 18126, 0, 0, 6513, 45109, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kn.po, 5704, 34630, 31559, 0, 0, 4173, 29435, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ja.po, 5839, 35421, 16456, 0, 0, 4038, 28644, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/it.po, 1676, 8996, 10539, 0, 0, 8201, 55069, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/id.po, 209, 834, 787, 0, 0, 9668, 63231, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/hu.po, 270, 1164, 1106, 0, 0, 9607, 62901, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/hi.po, 3586, 20813, 24843, 0, 0, 6291, 43252, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/gu.po, 5943, 35847, 38666, 0, 0, 3934, 28218, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fur.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fr.po, 1157, 5793, 7186, 0, 0, 8720, 58272, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fi.po, 358, 1518, 1185, 0, 0, 9519, 62547, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fil.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/es.po, 5715, 34614, 44483, 0, 0, 4162, 29451, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/en_GB.po, 5799, 35309, 35309, 0, 0, 4078, 28756, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/el.po, 179, 926, 1349, 0, 0, 9698, 63139, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/de.po, 5746, 34937, 33795, 0, 0, 4131, 29128, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/da.po, 270, 1164, 1082, 0, 0, 9607, 62901, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/cs.po, 1294, 6111, 5858, 0, 0, 8583, 57954, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ca.po, 443, 1971, 2603, 0, 0, 9434, 62094, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bs.po, 204, 849, 847, 0, 0, 9673, 63216, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 2364, 13222, 14044, 0, 0, 7513, 50843, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bg.po, 335, 1452, 1632, 0, 0, 9542, 62613, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/as.po, 5981, 36594, 38452, 0, 0, 3896, 27471, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-5.1.0-4.fc30.src.rpm.stats.csv, po/libvirt.pot, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/cs.po, 30, 153, 142, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 25, 121, 159, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/es.po, 29, 145, 205, 0, 0, 1, 8, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/sv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ca.po, 30, 153, 223, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/uk.po, 30, 153, 150, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/pl.po, 30, 153, 158, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/fi.po, 7, 31, 28, 0, 0, 23, 122, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/en_GB.po, 25, 121, 121, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/fr.po, 29, 145, 167, 0, 0, 1, 8, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/hu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ru.po, 1, 4, 3, 0, 0, 29, 149, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ja.po, 25, 121, 52, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/hi.po, 25, 121, 166, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvisual-0.4.0-26.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libvisual-0.4.0-26.fc30.src.rpm.stats.csv, po/libvisual-0.4.pot, 0, 0, 0, 0, 0, 205, 1055, 205, 1055 -libvisual-0.4.0-26.fc30.src.rpm.stats.csv, po/es_ES.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -libvisual-0.4.0-26.fc30.src.rpm.stats.csv, po/es_AR.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -libvisual-0.4.0-26.fc30.src.rpm.stats.csv, po/es_ES.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 -libvisual-0.4.0-26.fc30.src.rpm.stats.csv, po/es_AR.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 231, 1086, 353, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 230, 1084, 352, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 231, 1086, 330, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/xh.po, 30, 73, 88, 0, 0, 0, 0, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/wa.po, 15, 30, 46, 9, 29, 6, 14, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/vi.po, 231, 1086, 1657, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/uk.po, 230, 1084, 998, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ug.po, 230, 1082, 991, 0, 0, 0, 0, 230, 1082 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/tr.po, 231, 1086, 986, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/th.po, 231, 1086, 432, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/te.po, 231, 1086, 859, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ta.po, 230, 1068, 908, 1, 18, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/sv.po, 231, 1086, 1025, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/sr.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/sq.po, 33, 88, 131, 0, 0, 0, 0, 33, 88 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/sl.po, 231, 1086, 1032, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/sk.po, 231, 1086, 1016, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/si.po, 32, 87, 103, 0, 0, 0, 0, 32, 87 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/rw.po, 1, 2, 2, 20, 55, 9, 16, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ru.po, 231, 1086, 1035, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ro.po, 241, 1124, 1277, 0, 0, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 231, 1086, 1280, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/pt.po, 231, 1086, 1291, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/pl.po, 231, 1086, 1022, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/pa.po, 230, 1084, 1097, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/or.po, 230, 1068, 1013, 1, 18, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/oc.po, 230, 1082, 1337, 0, 0, 0, 0, 230, 1082 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/nn.po, 241, 1124, 1049, 0, 0, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/nl.po, 230, 1084, 992, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ne.po, 236, 1083, 1017, 3, 39, 0, 0, 239, 1122 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/nb.po, 203, 749, 697, 0, 0, 27, 335, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ms.po, 21, 47, 49, 7, 21, 2, 5, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/mr.po, 231, 1086, 1049, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/mn.po, 21, 47, 56, 7, 21, 2, 5, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ml.po, 231, 1086, 835, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/mk.po, 240, 1106, 1275, 1, 18, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 6, 11, 24, 62, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/mai.po, 47, 97, 124, 0, 0, 194, 1027, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/lv.po, 231, 1086, 967, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/lt.po, 231, 1086, 940, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/li.po, 15, 30, 32, 9, 29, 6, 14, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ky.po, 27, 69, 74, 1, 1, 2, 3, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ku.po, 30, 73, 87, 0, 0, 0, 0, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ko.po, 230, 1084, 985, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/kn.po, 230, 1068, 899, 1, 18, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/km.po, 230, 1084, 522, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/kk.po, 89, 207, 223, 0, 0, 142, 879, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ka.po, 152, 621, 529, 0, 0, 87, 501, 239, 1122 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ja.po, 231, 1086, 443, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/it.po, 231, 1086, 1208, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/is.po, 17, 33, 43, 8, 27, 5, 13, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/id.po, 231, 1086, 1113, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/hu.po, 231, 1086, 984, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/hr.po, 22, 65, 80, 4, 10, 215, 1049, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/hi.po, 231, 1086, 1234, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/he.po, 230, 1084, 1094, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/gu.po, 231, 1086, 1133, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/gl.po, 231, 1086, 1330, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/gd.po, 231, 1086, 1331, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ga.po, 143, 343, 404, 0, 0, 98, 781, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/fy.po, 230, 1082, 1120, 0, 0, 0, 0, 230, 1082 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/fr.po, 230, 1084, 1336, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/fi.po, 230, 1084, 846, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/fa.po, 230, 1084, 1127, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/eu.po, 229, 1066, 935, 1, 18, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/et.po, 230, 1084, 868, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/es.po, 231, 1086, 1356, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/eo.po, 153, 410, 403, 0, 0, 78, 676, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/en_GB.po, 230, 1084, 1084, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/en_CA.po, 33, 88, 88, 0, 0, 0, 0, 33, 88 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 195, 893, 892, 46, 231, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/el.po, 231, 1086, 1216, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/dz.po, 241, 1124, 745, 0, 0, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/de.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/da.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/cy.po, 33, 88, 104, 0, 0, 0, 0, 33, 88 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/cs.po, 231, 1086, 1037, 0, 0, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/crh.po, 230, 1084, 959, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 229, 1066, 1341, 1, 18, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ca.po, 229, 1066, 1343, 2, 20, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/bs.po, 230, 1068, 1148, 1, 18, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/br.po, 98, 240, 257, 2, 8, 141, 876, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 230, 1068, 1127, 1, 18, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/bn.po, 240, 1106, 1180, 1, 18, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/bg.po, 230, 1084, 1263, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/be@latin.po, 241, 1124, 1022, 0, 0, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/be.po, 230, 1084, 1019, 0, 0, 0, 0, 230, 1084 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/az.po, 21, 47, 50, 7, 21, 2, 5, 30, 73 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ast.po, 241, 1124, 1303, 0, 0, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/as.po, 230, 1068, 1055, 1, 18, 0, 0, 231, 1086 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/ar.po, 241, 1124, 1093, 0, 0, 0, 0, 241, 1124 -libwnck3-3.31.4-1.fc30.src.rpm.stats.csv, po/am.po, 11, 26, 35, 13, 33, 6, 14, 30, 73 -lrzsz-0.12.20-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -lrzsz-0.12.20-47.fc30.src.rpm.stats.csv, po/de.po, 128, 709, 711, 2, 404, 5, 10, 135, 1123 -lrzsz-0.12.20-47.fc30.src.rpm.stats.csv, po/lrzsz.pot, 0, 0, 0, 0, 0, 135, 1123, 135, 1123 -lvm2-2.02.183-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -lvm2-2.02.183-3.fc30.src.rpm.stats.csv, po/lvm2.po, 0, 0, 0, 0, 0, 1556, 9826, 1556, 9826 -lvm2-2.02.183-3.fc30.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/bg.po, 53, 145, 166, 36, 89, 77, 521, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/eu.po, 166, 755, 626, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/uk.po, 91, 208, 216, 0, 0, 75, 547, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/pt.po, 166, 755, 865, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/te.po, 102, 215, 213, 0, 0, 64, 540, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/el.po, 166, 755, 843, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/en_GB.po, 26, 97, 97, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/hr.po, 121, 422, 420, 0, 0, 45, 333, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/af.po, 11, 28, 29, 4, 9, 151, 718, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ca.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/sv.po, 166, 755, 735, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/fa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 166, 755, 926, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/et.po, 166, 755, 599, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/is.po, 135, 343, 343, 0, 0, 31, 412, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ro.po, 26, 97, 91, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/nb.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ja.po, 166, 755, 251, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/be.po, 26, 97, 87, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/sl.po, 47, 131, 126, 11, 22, 144, 659, 202, 812 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/am.po, 3, 5, 6, 3, 5, 160, 745, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/de.po, 46, 114, 115, 15, 38, 105, 603, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/eo.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/sr.po, 166, 755, 742, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/tt_RU.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ast.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ko.po, 166, 755, 660, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ar.po, 122, 490, 461, 12, 84, 32, 181, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 149, 680, 241, 14, 40, 3, 35, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/lt.po, 166, 755, 736, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ms.po, 12, 29, 25, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ru.po, 166, 755, 738, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/fi.po, 105, 241, 192, 11, 40, 50, 474, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/nl.po, 166, 755, 758, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/hu.po, 59, 106, 92, 0, 0, 107, 649, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/vi.po, 26, 97, 152, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/si.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/nn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/sk.po, 159, 713, 695, 0, 0, 7, 42, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ur.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/pl.po, 166, 755, 751, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/es.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/fr.po, 166, 755, 985, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/it.po, 52, 142, 146, 32, 81, 82, 532, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ps.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 11, 28, 27, 5, 10, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ug.po, 26, 97, 83, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/fo.po, 12, 29, 21, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/kk.po, 121, 318, 320, 4, 24, 41, 413, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/lg.po, 111, 295, 376, 0, 0, 55, 460, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/gl.po, 166, 755, 917, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 165, 734, 726, 0, 0, 1, 21, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/da.po, 166, 755, 701, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 166, 755, 249, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/id.po, 111, 298, 315, 10, 37, 45, 420, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/bn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/tr.po, 166, 755, 700, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/ur_PK.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/cs.po, 166, 755, 732, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/pa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/he.po, 124, 328, 343, 6, 17, 36, 410, 166, 755 -lxsession-0.5.4-1.fc30.src.rpm.stats.csv, po/frp.po, 10, 16, 16, 5, 15, 151, 724, 166, 755 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/m17n-db.pot, 0, 0, 0, 0, 0, 60, 1390, 60, 1390 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/ja.po, 5, 107, 23, 0, 0, 55, 1283, 60, 1390 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/de.gmo, 54, 1120, 1080, 0, 0, 0, 0, 54, 1120 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/vi.gmo, 3, 130, 208, 0, 0, 0, 0, 3, 130 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/eo.gmo, 5, 44, 83, 0, 0, 0, 0, 5, 44 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/ja.gmo, 5, 107, 23, 0, 0, 0, 0, 5, 107 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/eo.po, 5, 44, 83, 0, 0, 55, 1346, 60, 1390 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/de.po, 54, 1120, 1080, 2, 42, 4, 228, 60, 1390 -m17n-db-1.8.0-5.fc30.src.rpm.stats.csv, po/vi.po, 3, 130, 208, 3, 119, 54, 1141, 60, 1390 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/it.po, 42, 163, 185, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/nl.po, 42, 163, 175, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/it.gmo, 42, 163, 185, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/da.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ru.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/zh_TW.gmo, 3, 6, 3, 0, 0, 0, 0, 3, 6 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/sr.gmo, 42, 163, 165, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/bg.gmo, 5, 19, 21, 0, 0, 0, 0, 5, 19 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/eu.gmo, 3, 6, 5, 0, 0, 0, 0, 3, 6 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/cs.gmo, 42, 163, 168, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/cs.po, 42, 163, 168, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ru.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/uk.po, 42, 163, 149, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/zh_CN.gmo, 41, 160, 63, 0, 0, 0, 0, 41, 160 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ca.po, 15, 66, 85, 26, 114, 8, 23, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ca.gmo, 15, 66, 85, 0, 0, 0, 0, 15, 66 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/zh_TW.po, 3, 6, 3, 25, 123, 21, 74, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/pl.po, 42, 163, 162, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/af.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/nl.gmo, 42, 163, 175, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/es.gmo, 42, 163, 198, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/nb.gmo, 2, 5, 5, 0, 0, 0, 0, 2, 5 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/fi.po, 42, 163, 140, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/eo.gmo, 42, 163, 154, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/be.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/el.gmo, 3, 6, 7, 0, 0, 0, 0, 3, 6 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/pt_BR.po, 42, 163, 191, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/be.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/sl.gmo, 42, 163, 164, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/af.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/eo.po, 42, 163, 154, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ms.gmo, 4, 13, 15, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/fr.gmo, 42, 163, 195, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/fr.po, 42, 163, 195, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/gl.gmo, 34, 118, 152, 0, 0, 0, 0, 34, 118 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ga.po, 40, 153, 161, 9, 50, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ms.po, 4, 13, 15, 23, 113, 22, 77, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/bg.po, 5, 19, 21, 23, 110, 21, 74, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/eu.po, 3, 6, 5, 24, 120, 22, 77, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/sk.po, 2, 5, 5, 23, 103, 24, 95, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/pt_BR.gmo, 42, 163, 191, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/nb.po, 2, 5, 5, 24, 120, 23, 78, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/fi.gmo, 42, 163, 140, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/tr.po, 4, 13, 11, 24, 116, 21, 74, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/vi.gmo, 42, 163, 265, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/sr.po, 42, 163, 165, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/pt.po, 42, 163, 186, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ko.po, 2, 5, 7, 24, 120, 23, 78, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/hu.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ja.gmo, 42, 163, 70, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/de.gmo, 42, 163, 166, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/es.po, 42, 163, 198, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/tr.gmo, 4, 13, 11, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ro.po, 14, 57, 61, 23, 101, 12, 45, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/sv.po, 42, 163, 158, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/hu.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/pl.gmo, 42, 163, 162, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/man-db-gnulib.pot, 0, 0, 0, 0, 0, 49, 203, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/pt.gmo, 42, 163, 186, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/ja.po, 42, 163, 70, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/de.po, 42, 163, 166, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/gl.po, 34, 118, 152, 7, 40, 8, 45, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/et.po, 35, 150, 127, 6, 37, 8, 16, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/vi.po, 42, 163, 265, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/rw.po, 2, 2, 2, 38, 175, 9, 26, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/sv.gmo, 42, 163, 158, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/sl.po, 42, 163, 164, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/uk.gmo, 42, 163, 149, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/el.po, 3, 6, 7, 22, 102, 24, 95, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, gl/po/zh_CN.po, 41, 160, 63, 8, 43, 0, 0, 49, 203 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/nl.po, 185, 4827, 4619, 61, 1176, 130, 2347, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/da.po, 278, 3985, 3576, 0, 0, 98, 4365, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/ru.po, 376, 8350, 7382, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/id.po, 347, 7617, 7100, 28, 697, 1, 36, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/man-db-manpages.pot, 0, 0, 0, 0, 0, 376, 8350, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/pl.po, 374, 8256, 7683, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/pt_BR.po, 376, 8350, 9051, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/fr.po, 374, 8256, 9537, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/tr.po, 374, 8256, 6588, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/sr.po, 374, 8256, 7473, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/es.po, 363, 7626, 8143, 6, 349, 7, 375, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/sv.po, 376, 8350, 7667, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/ja.po, 254, 5069, 1201, 39, 881, 83, 2400, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/de.po, 376, 8350, 7764, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, man/po4a/po/zh_CN.po, 376, 8350, 1940, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/it.po, 85, 452, 540, 14, 109, 101, 485, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/nl.po, 192, 965, 960, 8, 81, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/da.po, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/ru.gmo, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/sr.gmo, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/id.gmo, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/cs.gmo, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/cs.po, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/ru.po, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/id.po, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/ca.po, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/ca.gmo, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/pl.po, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/nl.gmo, 192, 965, 960, 0, 0, 0, 0, 192, 965 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/es.gmo, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/fi.po, 72, 290, 250, 13, 86, 115, 670, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/eo.gmo, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/eo.po, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/fr.gmo, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/fr.po, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/fi.gmo, 72, 290, 250, 0, 0, 0, 0, 72, 290 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/tr.po, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/vi.gmo, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/sr.po, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/ja.gmo, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/de.gmo, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/es.po, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/tr.gmo, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/ro.po, 80, 425, 539, 19, 136, 101, 485, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/sv.po, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/pl.gmo, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/da.gmo, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/ja.po, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/de.po, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/man-db.pot, 0, 0, 0, 0, 0, 200, 1046, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/vi.po, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/sv.gmo, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/sv.gmo, 8, 43, 38, 0, 0, 0, 0, 8, 43 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/fr.gmo, 8, 43, 61, 0, 0, 0, 0, 8, 43 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/nl.gmo, 8, 43, 49, 0, 0, 0, 0, 8, 43 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/es.gmo, 29, 212, 278, 0, 0, 0, 0, 29, 212 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/de.gmo, 16, 122, 105, 0, 0, 0, 0, 16, 122 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/ca.gmo, 29, 212, 276, 0, 0, 0, 0, 29, 212 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/sv.po, 8, 43, 38, 0, 0, 47, 438, 55, 481 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/fr.po, 8, 43, 61, 0, 0, 47, 438, 55, 481 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/nl.po, 8, 43, 49, 0, 0, 47, 438, 55, 481 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/es.po, 29, 212, 278, 0, 0, 26, 269, 55, 481 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/de.po, 16, 122, 105, 0, 0, 39, 359, 55, 481 -mesa-19.0.2-3.fc30.src.rpm.stats.csv, src/util/xmlpool/ca.po, 29, 212, 276, 0, 0, 26, 269, 55, 481 -mlocate-0.26-23.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ja.gmo, 50, 406, 202, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/nl.po, 50, 406, 415, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/et.po, 44, 270, 252, 0, 0, 7, 311, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/fr.gmo, 50, 406, 519, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/el.gmo, 47, 286, 330, 0, 0, 0, 0, 47, 286 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ms.po, 31, 165, 157, 0, 0, 20, 416, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ast.gmo, 49, 397, 464, 0, 0, 0, 0, 49, 397 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/cs.po, 51, 581, 568, 0, 0, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/sv.po, 50, 406, 402, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ca.gmo, 50, 406, 534, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/tr.po, 7, 22, 20, 0, 0, 44, 559, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/tr.gmo, 7, 22, 20, 0, 0, 0, 0, 7, 22 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ru.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/sr@latin.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/fi.gmo, 34, 174, 150, 0, 0, 0, 0, 34, 174 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/sr.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/pt.po, 50, 406, 486, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/as.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ta.po, 4, 156, 156, 1, 175, 46, 250, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/uk.gmo, 50, 406, 417, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/hu.gmo, 50, 406, 373, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ast.po, 49, 397, 464, 1, 175, 1, 9, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/bg.gmo, 50, 406, 455, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/hu.po, 50, 406, 373, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ko.gmo, 50, 406, 377, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/es.po, 50, 406, 490, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/fr.po, 50, 406, 519, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ar.po, 49, 397, 458, 1, 175, 1, 9, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/nds.gmo, 3, 10, 10, 0, 0, 0, 0, 3, 10 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ca.po, 50, 406, 534, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ta.gmo, 4, 156, 156, 0, 0, 0, 0, 4, 156 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/zh_TW.po, 50, 406, 153, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ms.gmo, 31, 165, 157, 0, 0, 0, 0, 31, 165 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/nl.gmo, 50, 406, 415, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/pt_BR.po, 50, 406, 494, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ko.po, 50, 406, 377, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/mlocate.pot, 0, 0, 0, 0, 0, 51, 581, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ar.gmo, 49, 397, 458, 0, 0, 0, 0, 49, 397 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/gu.gmo, 24, 140, 147, 0, 0, 0, 0, 24, 140 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ru.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/en_GB.gmo, 49, 397, 397, 0, 0, 0, 0, 49, 397 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/da.po, 50, 406, 390, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/el.po, 47, 286, 330, 0, 0, 4, 295, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 50, 406, 494, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/bs.po, 47, 380, 399, 1, 175, 3, 26, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/lv.gmo, 50, 406, 385, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/cs.gmo, 51, 581, 568, 0, 0, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/fi.po, 34, 174, 150, 0, 0, 17, 407, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/fa.po, 50, 406, 447, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/da.gmo, 50, 406, 390, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 50, 406, 153, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/zh_CN.po, 50, 406, 194, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/lv.po, 50, 406, 385, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 50, 406, 194, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/bs.gmo, 47, 380, 399, 0, 0, 0, 0, 47, 380 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/gu.po, 24, 140, 147, 0, 0, 27, 441, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/de.po, 50, 406, 372, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/bg.po, 50, 406, 455, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/es.gmo, 50, 406, 490, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/sr.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/en_GB.po, 49, 397, 397, 1, 175, 1, 9, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/pl.po, 50, 406, 426, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/de.gmo, 50, 406, 372, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/fa.gmo, 50, 406, 447, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/as.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/pl.gmo, 50, 406, 426, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/uk.po, 50, 406, 417, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/sv.gmo, 50, 406, 402, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/nds.po, 3, 10, 10, 0, 0, 48, 571, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/ja.po, 50, 406, 202, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/et.gmo, 44, 270, 252, 0, 0, 0, 0, 44, 270 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/it.po, 50, 406, 451, 1, 175, 0, 0, 51, 581 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/it.gmo, 50, 406, 451, 0, 0, 0, 0, 50, 406 -mlocate-0.26-23.fc30.src.rpm.stats.csv, po/pt.gmo, 50, 406, 486, 0, 0, 0, 0, 50, 406 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/cs.po, 17, 134, 166, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 17, 134, 178, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/de.po, 13, 105, 106, 2, 15, 2, 14, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 17, 134, 178, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 17, 134, 182, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/sk.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/ModemManager.pot, 0, 0, 0, 0, 0, 17, 134, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/hu.po, 17, 134, 157, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/uk.po, 17, 134, 147, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/tr.po, 17, 134, 137, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 17, 134, 157, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/sv.po, 17, 134, 135, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 17, 134, 137, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/pl.po, 17, 134, 124, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 17, 134, 124, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 17, 134, 147, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 17, 134, 166, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/it.po, 17, 134, 182, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 17, 134, 204, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 17, 134, 177, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 17, 134, 135, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/id.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 13, 105, 106, 0, 0, 0, 0, 13, 105 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/fr.po, 17, 134, 177, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.0-1.fc30.src.rpm.stats.csv, po/fur.po, 17, 134, 204, 0, 0, 0, 0, 17, 134 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 30, 114, 118, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.gmo, 30, 114, 123, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 34, 131, 108, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 30, 114, 101, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 30, 114, 123, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 30, 114, 171, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 30, 114, 39, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/mousetweaks.pot, 0, 0, 0, 0, 0, 34, 131, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 30, 114, 105, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 94, 715, 740, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 30, 114, 115, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 94, 715, 740, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 30, 114, 105, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 30, 114, 140, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 30, 114, 107, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 30, 114, 161, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 30, 114, 129, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 94, 715, 720, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 94, 715, 631, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.gmo, 30, 114, 136, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 23, 73, 59, 0, 0, 0, 0, 23, 73 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 94, 715, 720, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 76, 294, 380, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 14, 29, 26, 0, 0, 16, 85, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 34, 131, 170, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.gmo, 94, 426, 497, 0, 0, 0, 0, 94, 426 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 30, 114, 108, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 30, 114, 36, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 30, 114, 104, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/lo.gmo, 30, 114, 48, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 30, 114, 97, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 30, 114, 112, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 34, 131, 170, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 97, 730, 752, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 30, 114, 99, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 34, 131, 164, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 30, 114, 99, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 30, 114, 161, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 30, 114, 136, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 30, 114, 155, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.gmo, 30, 114, 116, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 34, 131, 101, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 30, 114, 92, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 30, 114, 39, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 34, 131, 108, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 23, 73, 59, 1, 4, 6, 37, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 83, 630, 630, 14, 100, 0, 0, 97, 730 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 30, 114, 115, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 12, 16, 24, 0, 0, 82, 699, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 30, 114, 140, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 30, 114, 107, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 30, 114, 129, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ht.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 30, 114, 104, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 30, 114, 151, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 34, 131, 132, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 30, 114, 36, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 83, 630, 630, 0, 0, 0, 0, 83, 630 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 34, 131, 101, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.gmo, 76, 294, 291, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 30, 114, 116, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 30, 114, 118, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 34, 131, 194, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 30, 114, 153, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 30, 114, 108, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 94, 715, 569, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 34, 131, 164, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/an.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/lo.po, 30, 114, 48, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 34, 131, 131, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.gmo, 12, 16, 24, 0, 0, 0, 0, 12, 16 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 34, 131, 132, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.gmo, 30, 114, 155, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/is.gmo, 14, 29, 26, 0, 0, 0, 0, 14, 29 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 30, 114, 150, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 30, 114, 97, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 94, 715, 569, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 34, 131, 194, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 97, 730, 863, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 30, 114, 101, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 76, 294, 291, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.gmo, 97, 730, 752, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 94, 715, 631, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 30, 114, 150, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ht.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 30, 114, 92, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 30, 114, 171, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 97, 730, 863, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 30, 114, 112, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 34, 131, 131, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 30, 114, 151, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 76, 294, 380, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 94, 426, 497, 0, 0, 0, 0, 94, 426 -mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.po, 1171, 6674, 4763, 36, 174, 7, 128, 1214, 6976 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 1077, 5524, 1480, 0, 0, 0, 0, 1077, 5524 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 1050, 6243, 1428, 0, 0, 0, 0, 1050, 6243 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 1082, 5566, 1537, 0, 0, 0, 0, 1082, 5566 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/yo.po, 295, 1434, 1797, 513, 2994, 222, 1686, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/yi.po, 29, 31, 31, 32, 59, 1153, 6886, 1214, 6976 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 1227, 6945, 5811, 18, 111, 10, 154, 1255, 7210 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 505, 1435, 1779, 182, 813, 574, 4957, 1261, 7205 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 1123, 5606, 7068, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/uz.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 1114, 5948, 5502, 0, 0, 0, 0, 1114, 5948 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 1076, 6381, 4988, 0, 0, 0, 0, 1076, 6381 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 1123, 5606, 4450, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/tk.po, 994, 5001, 4101, 81, 321, 139, 1654, 1214, 6976 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 1095, 5862, 1986, 0, 0, 0, 0, 1095, 5862 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 976, 4685, 4949, 77, 1667, 0, 0, 1053, 6352 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 1029, 6107, 4975, 1, 7, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 1030, 6114, 5024, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 1123, 5606, 5548, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 1087, 5622, 6307, 0, 0, 0, 0, 1087, 5622 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@ije.po, 1094, 6241, 5750, 97, 524, 23, 211, 1214, 6976 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 1123, 5606, 6317, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 1320, 8379, 9223, 0, 0, 0, 0, 1320, 8379 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 1123, 5606, 6276, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 1087, 5620, 5769, 0, 0, 0, 0, 1087, 5620 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 298, 887, 976, 347, 1835, 385, 3392, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 100, 107, 117, 849, 6436, 306, 669, 1255, 7212 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 1123, 5606, 5574, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 1123, 5606, 6518, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1123, 5606, 6242, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 1002, 5439, 5737, 66, 282, 40, 172, 1108, 5893 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 512, 1166, 1250, 1, 4, 807, 7209, 1320, 8379 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 1123, 5606, 5651, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 1087, 5622, 6386, 0, 0, 0, 0, 1087, 5622 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 1030, 6114, 6397, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 1087, 5622, 6463, 0, 0, 0, 0, 1087, 5622 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/nso.po, 704, 3641, 4773, 412, 2671, 198, 1832, 1314, 8144 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 1097, 6708, 6383, 10, 71, 4, 36, 1111, 6815 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 1123, 5606, 5909, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 712, 2397, 2361, 342, 2525, 70, 1088, 1124, 6010 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/nds.po, 813, 2511, 2359, 0, 0, 588, 6170, 1401, 8681 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 1096, 5161, 5086, 20, 674, 11, 153, 1127, 5988 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/my.po, 288, 797, 572, 0, 0, 1161, 8094, 1449, 8891 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 844, 4023, 3681, 244, 1920, 33, 1136, 1121, 7079 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 1030, 6114, 5696, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 1174, 6597, 5791, 75, 465, 13, 144, 1262, 7206 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 784, 3484, 2868, 236, 1891, 104, 665, 1124, 6040 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 1121, 7079, 7322, 0, 0, 0, 0, 1121, 7079 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/mi.po, 167, 244, 285, 78, 170, 969, 6562, 1214, 6976 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 1048, 6089, 6546, 96, 733, 16, 147, 1160, 6969 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 951, 5078, 5462, 0, 0, 343, 3175, 1294, 8253 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 1123, 5606, 5259, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 1123, 5606, 5087, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ln.po, 996, 5489, 5850, 0, 0, 0, 0, 996, 5489 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/li.po, 743, 3450, 3347, 398, 2903, 120, 852, 1261, 7205 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ky.po, 391, 999, 879, 74, 407, 590, 4910, 1055, 6316 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 658, 2464, 2638, 232, 1737, 281, 3114, 1171, 7315 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 1123, 5606, 4326, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 1030, 6114, 5253, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 11, 42, 14, 89, 398, 1013, 6331, 1113, 6771 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 1123, 5606, 4680, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 1226, 6415, 4739, 8, 35, 88, 1948, 1322, 8398 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 1077, 5536, 1499, 19, 32, 27, 38, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 1123, 5606, 5938, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 1077, 5524, 5612, 0, 0, 0, 0, 1077, 5524 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/io.po, 451, 1283, 1212, 14, 44, 766, 6127, 1231, 7454 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ig.po, 723, 3745, 3973, 386, 2655, 205, 1744, 1314, 8144 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 1123, 5606, 5494, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/hy.po, 1140, 6554, 5928, 28, 262, 0, 0, 1168, 6816 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 1123, 5606, 5020, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 1077, 5524, 5457, 0, 0, 0, 0, 1077, 5524 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 1030, 6114, 7276, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 1108, 5893, 5862, 0, 0, 0, 0, 1108, 5893 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ha.po, 723, 3745, 4634, 386, 2655, 205, 1744, 1314, 8144 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/gv.po, 1269, 7500, 9107, 138, 863, 36, 521, 1443, 8884 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 1030, 6114, 6546, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 1123, 5606, 6168, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 1087, 5620, 8440, 0, 0, 0, 0, 1087, 5620 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 416, 1130, 1618, 168, 785, 311, 3255, 895, 5170 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/fy.po, 484, 946, 932, 0, 0, 959, 7938, 1443, 8884 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 1123, 5606, 6504, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 1123, 5606, 6496, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 1090, 4753, 3992, 22, 694, 11, 159, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 1114, 5984, 6560, 0, 0, 0, 0, 1114, 5984 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 1123, 5606, 4837, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 1049, 6236, 4871, 1, 7, 0, 0, 1050, 6243 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 1123, 5606, 6297, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 1123, 5606, 5377, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 1077, 5524, 5604, 0, 0, 0, 0, 1077, 5524 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 1192, 7325, 7330, 0, 0, 0, 0, 1192, 7325 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 1333, 7548, 7548, 105, 1292, 0, 0, 1438, 8840 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 1123, 5606, 5791, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 1172, 7054, 3098, 3, 10, 1, 2, 1176, 7066 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 1123, 5606, 5721, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 1123, 5606, 5403, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 1162, 7004, 7511, 1, 1, 0, 0, 1163, 7005 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 1123, 5606, 5709, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 1032, 6170, 4852, 2, 16, 6, 46, 1040, 6232 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 1114, 5984, 7063, 0, 0, 0, 0, 1114, 5984 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 1123, 5606, 6627, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 869, 5118, 5012, 0, 0, 0, 0, 869, 5118 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 1417, 8788, 10044, 1, 13, 0, 0, 1418, 8801 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/bo.po, 1031, 6259, 2219, 115, 823, 46, 321, 1192, 7403 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 1030, 6114, 6520, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 1121, 7063, 7293, 7, 66, 0, 0, 1128, 7129 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 864, 5223, 5540, 0, 0, 0, 0, 864, 5223 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 1287, 7522, 6673, 8, 104, 19, 509, 1314, 8135 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 1123, 5606, 5651, 0, 0, 0, 0, 1123, 5606 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 1214, 6881, 5493, 40, 193, 8, 132, 1262, 7206 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 1121, 7079, 7278, 0, 0, 0, 0, 1121, 7079 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 1030, 6114, 6295, 0, 0, 0, 0, 1030, 6114 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 1029, 4536, 5586, 21, 595, 27, 393, 1077, 5524 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 783, 3679, 3986, 0, 0, 85, 1400, 868, 5079 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 381, 909, 971, 190, 657, 690, 5639, 1261, 7205 -nautilus-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 1050, 4908, 5323, 0, 0, 30, 636, 1080, 5544 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/en_CA.po, 39, 173, 171, 0, 0, 0, 0, 39, 173 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 10, 56, 69, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ja.po, 8, 45, 16, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/af.po, 6, 31, 37, 0, 0, 2, 14, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/da.po, 10, 56, 52, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/nl.po, 8, 45, 41, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/mk.po, 62, 299, 293, 0, 0, 0, 0, 62, 299 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/he.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/rw.po, 2, 1, 1, 12, 42, 5, 10, 19, 53 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/sq.po, 20, 55, 58, 0, 0, 0, 0, 20, 55 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/tr.po, 10, 56, 48, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/mr.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 10, 56, 15, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/de.po, 10, 56, 53, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/be.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/it.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/te.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/vi.po, 10, 56, 90, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/cs.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ka.po, 28, 84, 68, 0, 0, 0, 0, 28, 84 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/br.po, 33, 98, 112, 0, 0, 34, 218, 67, 316 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ast.po, 65, 310, 334, 0, 0, 0, 0, 65, 310 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/kk.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/eo.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/hr.po, 10, 56, 60, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/bg.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/bn.po, 65, 310, 304, 0, 0, 0, 0, 65, 310 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/kg.po, 11, 39, 34, 2, 6, 44, 230, 57, 275 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ms.po, 50, 217, 189, 0, 0, 0, 0, 50, 217 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/hi.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/nds.po, 43, 152, 156, 0, 0, 22, 158, 65, 310 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/oc.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/sr.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/pt.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/bs.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ko.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ro.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/is.po, 10, 56, 51, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/pl.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ne.po, 8, 45, 42, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/km.po, 59, 274, 130, 0, 0, 0, 0, 59, 274 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/th.po, 8, 45, 17, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ga.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/be@latin.po, 60, 289, 251, 0, 0, 0, 0, 60, 289 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ta.po, 8, 45, 40, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 10, 56, 18, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/lv.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/sk.po, 10, 56, 63, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/or.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/eu.po, 10, 56, 55, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ar.po, 6, 31, 33, 0, 0, 2, 14, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/tg.po, 8, 45, 52, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/fur.po, 10, 56, 70, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/lt.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/fi.po, 8, 42, 29, 0, 0, 2, 14, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ca.po, 10, 56, 80, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/en_GB.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/fa.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ca@valencia.po, 8, 45, 66, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/id.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/kn.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/en@shaw.po, 64, 308, 305, 0, 0, 0, 0, 64, 308 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ml.po, 8, 45, 33, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/gd.po, 10, 56, 75, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/el.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/zh_HK.po, 8, 45, 12, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/sv.po, 10, 56, 46, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/uk.po, 8, 45, 48, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/et.po, 8, 45, 37, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/nb.po, 10, 56, 45, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/an.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/gu.po, 8, 45, 50, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ln.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/es.po, 10, 56, 76, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/pa.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/as.po, 8, 45, 49, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/gl.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ug.po, 7, 38, 32, 0, 0, 0, 0, 7, 38 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/nn.po, 64, 308, 275, 0, 0, 0, 0, 64, 308 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/fr.po, 10, 56, 73, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/hu.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/sl.po, 10, 56, 64, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/dz.po, 39, 173, 56, 0, 0, 0, 0, 39, 173 -nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv, po/ru.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -neon-0.30.2-10.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/neon.pot, 0, 0, 0, 0, 0, 136, 694, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/tr.po, 14, 76, 57, 47, 255, 75, 363, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/cs.po, 14, 76, 70, 51, 274, 71, 344, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/ru.po, 0, 0, 0, 32, 172, 104, 522, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/fr.po, 0, 0, 0, 44, 249, 92, 445, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/de.po, 14, 76, 82, 51, 274, 71, 344, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/ja.po, 6, 32, 11, 46, 251, 84, 411, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/pl.po, 131, 662, 676, 2, 14, 3, 18, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/nn.po, 14, 76, 72, 61, 317, 61, 301, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/zh_CN.po, 92, 476, 159, 20, 105, 24, 113, 136, 694 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/nn.gmo, 14, 76, 72, 0, 0, 0, 0, 14, 76 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/pl.gmo, 131, 662, 676, 0, 0, 0, 0, 131, 662 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -neon-0.30.2-10.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 92, 476, 159, 0, 0, 0, 0, 92, 476 -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv, po/pt_BR.po, 500, 2225, 2477, 0, 0, 0, 0, 500, 2225 -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv, po/net-tools.pot, 0, 0, 0, 0, 0, 590, 2812, 590, 2812 -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv, po/fr.po, 433, 1859, 2044, 19, 88, 48, 278, 500, 2225 -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv, po/et_EE.po, 532, 2439, 2388, 0, 0, 2, 10, 534, 2449 -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv, po/de.po, 486, 2168, 2038, 8, 31, 6, 26, 500, 2225 -net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv, po/cs.po, 608, 2928, 3121, 0, 0, 0, 0, 608, 2928 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 1558, 20550, 4247, 463, 2974, 15, 266, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 33, 177, 70, 331, 1380, 1672, 22233, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 1985, 21016, 7189, 38, 2613, 13, 161, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 133, 457, 1903, 23333, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/vi.po, 23, 158, 198, 60, 347, 1953, 23285, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/uk.po, 2036, 23790, 23429, 0, 0, 0, 0, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/tr.po, 1050, 7118, 6374, 355, 2087, 631, 14585, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/th.po, 8, 13, 11, 284, 1092, 1744, 22685, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/te.po, 807, 4990, 4360, 473, 3164, 756, 15636, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ta.po, 981, 6525, 5706, 395, 2395, 660, 14870, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/sv.po, 1867, 19460, 17115, 106, 2314, 63, 2016, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 135, 644, 671, 598, 3017, 1303, 20129, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/sr.po, 135, 644, 671, 598, 3017, 1303, 20129, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 74, 258, 1962, 23532, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/sl.po, 258, 1278, 1302, 459, 2186, 1319, 20326, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/sk.po, 123, 584, 611, 272, 1078, 1641, 22128, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 204, 792, 1832, 22998, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ru.po, 1886, 22856, 20510, 137, 682, 13, 252, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 2043, 23862, 26303, 0, 0, 0, 0, 2043, 23862 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/pt.po, 2, 2, 2, 192, 711, 1842, 23077, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/pl.po, 1736, 12360, 12178, 0, 0, 0, 0, 1736, 12360 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/pa.po, 705, 4064, 4663, 524, 3297, 807, 16429, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/or.po, 703, 4054, 4194, 526, 3307, 807, 16429, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/oc.po, 142, 474, 570, 300, 1328, 1594, 21988, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/nl.po, 16, 106, 100, 28, 155, 1992, 23529, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ne.po, 2, 2, 4, 132, 495, 1902, 23293, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/nb.po, 10, 53, 51, 33, 196, 1993, 23541, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/mr.po, 807, 4990, 4787, 474, 3170, 755, 15630, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ml.po, 703, 4054, 3407, 526, 3307, 807, 16429, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 3, 27, 2033, 23763, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/lv.po, 5, 10, 10, 276, 1089, 1755, 22691, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/lt.po, 560, 2847, 2495, 502, 3030, 974, 17913, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ku.po, 1, 2, 2, 256, 1014, 1779, 22774, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ko.po, 1860, 22794, 18435, 162, 735, 14, 261, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/kn.po, 807, 4990, 4493, 473, 3164, 756, 15636, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ka.po, 8, 13, 13, 284, 1092, 1744, 22685, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ja.po, 1998, 21403, 8178, 25, 2226, 13, 161, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/it.po, 1776, 21675, 23174, 246, 1854, 14, 261, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/id.po, 1903, 19866, 18755, 86, 2406, 47, 1518, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/hu.po, 333, 1689, 1657, 580, 3132, 1123, 18969, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/hr.po, 95, 352, 322, 487, 2422, 1454, 21016, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/hi.po, 807, 4990, 5566, 534, 4163, 695, 14637, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 3, 27, 2033, 23763, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/gu.po, 714, 4112, 4394, 576, 4351, 746, 15327, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/gl.po, 478, 1982, 2468, 447, 2164, 1111, 19644, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/gd.po, 139, 1088, 1401, 352, 1997, 1545, 20705, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/fr.po, 2008, 23164, 26154, 14, 365, 14, 261, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/fi.po, 97, 475, 412, 393, 1835, 1546, 21480, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/eu.po, 105, 462, 501, 402, 1879, 1529, 21449, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/et.po, 27, 177, 136, 62, 347, 1947, 23266, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/es.po, 1834, 22640, 25954, 188, 889, 14, 261, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/eo.po, 209, 981, 894, 417, 1987, 1451, 21157, 2077, 24125 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 252, 1242, 1241, 554, 2768, 1230, 19780, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 3, 5, 5, 380, 1612, 1653, 22173, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/el.po, 766, 4820, 5267, 554, 4190, 716, 14780, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/dz.po, 2, 2, 2, 197, 733, 1837, 23055, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/de.po, 1967, 22332, 21773, 56, 1206, 13, 252, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/da.po, 450, 3777, 3526, 422, 2112, 1165, 17945, 2037, 23834 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/cs.po, 410, 1288, 1243, 405, 2241, 1221, 20261, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ca.po, 1207, 8416, 10277, 320, 2290, 509, 13084, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 78, 278, 1958, 23512, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 810, 5011, 5139, 531, 4142, 695, 14637, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/bg.po, 141, 670, 842, 500, 2500, 1395, 20620, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 0, 0, 0, 5, 29, 2031, 23761, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/as.po, 817, 5059, 5128, 525, 4100, 694, 14631, 2036, 23790 -NetworkManager-1.16.0-1.fc30.src.rpm.stats.csv, po/ar.po, 2, 2, 2, 145, 545, 1889, 23243, 2036, 23790 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/sk.po, 804, 3225, 3289, 86, 594, 96, 1009, 986, 4828 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/bs.po, 542, 1996, 2016, 184, 1154, 202, 1253, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 331, 1081, 1272, 305, 1617, 292, 1705, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/be@latin.po, 137, 382, 387, 325, 1337, 466, 2684, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/fr.po, 991, 4844, 5727, 0, 0, 0, 0, 991, 4844 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/oc.po, 580, 2082, 2514, 152, 1003, 196, 1318, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/km.po, 538, 1965, 952, 186, 1178, 204, 1260, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/de.po, 981, 4790, 4490, 0, 0, 3, 13, 984, 4803 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/eo.po, 510, 1739, 1680, 134, 1037, 328, 1954, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/hu.po, 910, 4330, 3988, 5, 27, 13, 46, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/mk.po, 333, 1102, 1308, 275, 1593, 320, 1708, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/da.po, 986, 4828, 4319, 0, 0, 0, 0, 986, 4828 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/he.po, 497, 1803, 1831, 194, 1174, 237, 1426, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 540, 1974, 921, 181, 1164, 251, 1592, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/es.po, 960, 4487, 5426, 0, 0, 17, 323, 977, 4810 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ne.po, 32, 70, 76, 227, 849, 669, 3484, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 600, 2264, 1027, 171, 1147, 201, 1319, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/as.po, 540, 1975, 2165, 190, 1184, 198, 1244, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/et.po, 488, 1783, 1506, 195, 1177, 245, 1443, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/fi.po, 568, 1914, 1485, 172, 1163, 188, 1326, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 972, 4730, 4709, 0, 0, 0, 0, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/th.po, 377, 1305, 660, 244, 1464, 307, 1634, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/crh.po, 444, 1593, 1526, 197, 1189, 287, 1621, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/vi.po, 541, 1981, 2558, 186, 1174, 201, 1248, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ml.po, 491, 1792, 1568, 193, 1172, 244, 1439, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ro.po, 525, 2292, 2593, 96, 474, 147, 656, 768, 3422 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ast.po, 326, 1087, 1286, 277, 1587, 325, 1729, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ca.po, 978, 4803, 6020, 0, 0, 0, 0, 978, 4803 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ar.po, 278, 892, 916, 269, 1392, 381, 2119, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ms.po, 333, 1102, 1085, 273, 1586, 322, 1715, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 539, 1974, 2582, 186, 1175, 203, 1254, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ku.po, 135, 272, 293, 191, 745, 602, 3386, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ug.po, 479, 1711, 1640, 200, 1194, 249, 1498, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/nl.po, 972, 4730, 4644, 0, 0, 0, 0, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/eu.po, 541, 1981, 1860, 187, 1174, 200, 1248, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/hi.po, 486, 1760, 2125, 198, 1188, 244, 1455, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/nn.po, 366, 1210, 1160, 250, 1509, 312, 1684, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/sv.po, 985, 4814, 4337, 0, 0, 0, 0, 985, 4814 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/id.po, 984, 4803, 4662, 0, 0, 0, 0, 984, 4803 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/mr.po, 369, 1190, 1294, 267, 1566, 292, 1647, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/pa.po, 872, 3588, 3999, 0, 0, 77, 916, 949, 4504 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/gd.po, 780, 3365, 4473, 30, 128, 118, 910, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/or.po, 331, 1081, 1224, 305, 1617, 292, 1705, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/lv.po, 972, 4730, 4300, 0, 0, 0, 0, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ta.po, 395, 1281, 1219, 251, 1502, 282, 1620, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/sq.po, 1, 2, 3, 68, 232, 859, 4169, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/el.po, 540, 1975, 2126, 191, 1186, 197, 1242, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/tr.po, 981, 4720, 4207, 0, 0, 4, 94, 985, 4814 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/lt.po, 991, 4844, 4337, 0, 0, 0, 0, 991, 4844 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ja.po, 969, 4707, 1931, 2, 14, 1, 9, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/kk.po, 749, 2641, 2450, 0, 0, 235, 2162, 984, 4803 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/tg.po, 307, 685, 741, 388, 2358, 233, 1360, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/cs.po, 986, 4828, 4633, 0, 0, 0, 0, 986, 4828 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/en_CA.po, 24, 56, 56, 197, 748, 707, 3599, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 95, 375, 833, 4028, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/it.po, 984, 4803, 5162, 0, 0, 0, 0, 984, 4803 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ru.po, 897, 3821, 3493, 0, 0, 87, 982, 984, 4803 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/nb.po, 530, 1912, 1828, 189, 1179, 209, 1312, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ur.po, 241, 813, 1104, 300, 1528, 387, 2062, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/pl.po, 991, 4844, 4526, 0, 0, 0, 0, 991, 4844 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/af.po, 155, 445, 379, 187, 880, 586, 3078, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/pt.po, 629, 2353, 2677, 171, 1131, 128, 919, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/dz.po, 32, 70, 40, 227, 849, 669, 3484, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/en_GB.po, 485, 1755, 1755, 203, 1202, 240, 1446, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/uk.po, 364, 1197, 1174, 252, 1511, 312, 1695, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 543, 1978, 925, 185, 1177, 200, 1248, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/be.po, 482, 1750, 1625, 196, 1187, 250, 1466, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/is.po, 816, 3203, 3155, 23, 145, 133, 1382, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/gl.po, 949, 4504, 5401, 0, 0, 1, 3, 950, 4507 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/ko.po, 538, 1972, 1735, 181, 1161, 253, 1597, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/sr.po, 972, 4730, 4709, 0, 0, 0, 0, 972, 4730 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/wa.po, 1, 2, 2, 72, 251, 855, 4150, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/sl.po, 545, 2002, 2012, 181, 1148, 202, 1253, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/hr.po, 985, 4814, 4588, 0, 0, 0, 0, 985, 4814 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/gu.po, 499, 1634, 1899, 196, 1267, 233, 1502, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/kn.po, 331, 1081, 1038, 305, 1617, 292, 1705, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/an.po, 313, 915, 1106, 298, 1787, 317, 1701, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 991, 4844, 5606, 0, 0, 0, 0, 991, 4844 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/fa.po, 377, 1305, 1606, 244, 1457, 307, 1641, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/te.po, 416, 1414, 1336, 233, 1419, 279, 1570, 928, 4403 -network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv, po/bg.po, 540, 1975, 2323, 185, 1174, 203, 1254, 928, 4403 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/bg.po, 16, 54, 59, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/zh_CN.po, 112, 468, 245, 18, 81, 466, 2692, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/zh_TW.po, 23, 86, 44, 2, 11, 571, 3144, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/kn.po, 9, 34, 36, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/or.po, 16, 54, 71, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/fi.po, 114, 385, 335, 24, 149, 809, 4872, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/es.po, 929, 5286, 6666, 0, 0, 18, 120, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/pa.po, 122, 463, 530, 31, 156, 443, 2622, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/fa.po, 15, 51, 62, 2, 5, 579, 3185, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ar.po, 10, 48, 51, 0, 0, 539, 3016, 549, 3064 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ro.po, 16, 54, 54, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ca@valencia.po, 9, 34, 38, 5, 11, 582, 3196, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ca.po, 936, 5323, 6936, 0, 0, 11, 83, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/uk.po, 81, 305, 336, 17, 102, 498, 2834, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/pl.po, 969, 5555, 6112, 0, 0, 0, 0, 969, 5555 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/tg.po, 6, 10, 10, 0, 0, 543, 3054, 549, 3064 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/vi.po, 31, 134, 191, 2, 5, 563, 3102, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/en_GB.po, 468, 2531, 2531, 21, 105, 447, 2690, 936, 5326 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/mr.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ta.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/lv.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/sv.po, 910, 5159, 4870, 0, 0, 37, 247, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/pt.po, 883, 4982, 5697, 0, 0, 64, 424, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/gl.po, 156, 780, 1018, 21, 127, 419, 2334, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/bs.po, 857, 4812, 4857, 0, 0, 90, 594, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/tr.po, 726, 4047, 3875, 0, 0, 221, 1359, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/de.po, 964, 5524, 5487, 2, 14, 3, 17, 969, 5555 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/zh_HK.po, 16, 54, 34, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/da.po, 32, 139, 125, 2, 5, 562, 3097, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/te.po, 9, 34, 34, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/lt.po, 947, 5406, 5012, 0, 0, 0, 0, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/pt_BR.po, 929, 5286, 6182, 0, 0, 18, 120, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/sl.po, 514, 2771, 3118, 20, 94, 402, 2461, 936, 5326 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/et.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/sr.po, 947, 5406, 5964, 0, 0, 0, 0, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ko.po, 16, 54, 49, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/bn_IN.po, 9, 34, 35, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/it.po, 93, 346, 400, 391, 1798, 390, 2780, 874, 4924 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/nl.po, 441, 2398, 2481, 24, 123, 471, 2805, 936, 5326 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/as.po, 16, 54, 68, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/he.po, 16, 54, 64, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/sr@latin.po, 947, 5406, 5964, 0, 0, 0, 0, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/eu.po, 547, 2935, 3044, 149, 894, 240, 1497, 936, 5326 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/fr.po, 58, 213, 247, 9, 44, 529, 2984, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/cs.po, 969, 5555, 5702, 0, 0, 0, 0, 969, 5555 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/nb.po, 35, 128, 124, 6, 28, 555, 3085, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ru.po, 32, 139, 129, 2, 5, 562, 3097, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/ug.po, 427, 2314, 2171, 20, 104, 489, 2908, 936, 5326 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/id.po, 925, 5277, 5354, 0, 0, 22, 129, 947, 5406 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/hu.po, 969, 5555, 5922, 0, 0, 0, 0, 969, 5555 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/gu.po, 16, 54, 66, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/eo.po, 6, 15, 14, 0, 0, 590, 3226, 596, 3241 -NetworkManager-openconnect-1.2.4-11.fc30.src.rpm.stats.csv, po/el.po, 540, 2895, 3194, 13, 75, 383, 2356, 936, 5326 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/sk.po, 5, 14, 14, 26, 60, 138, 975, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/bs.po, 169, 1049, 1020, 0, 0, 0, 0, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ka.po, 9, 30, 20, 33, 82, 127, 937, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/fr.po, 161, 997, 1230, 2, 11, 6, 41, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/de.po, 256, 1847, 1773, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/eo.po, 30, 43, 41, 2, 6, 137, 1000, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/hu.po, 249, 1768, 1634, 0, 0, 0, 0, 249, 1768 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/mk.po, 9, 32, 42, 32, 78, 128, 939, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/da.po, 255, 1846, 1733, 0, 0, 0, 0, 255, 1846 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/he.po, 29, 82, 87, 14, 31, 126, 936, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/es.po, 246, 1695, 2036, 3, 41, 7, 118, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 126, 750, 338, 11, 59, 32, 240, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/as.po, 48, 121, 137, 18, 151, 103, 777, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/et.po, 71, 207, 167, 11, 137, 87, 705, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/fi.po, 113, 358, 277, 17, 169, 126, 1320, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/th.po, 10, 31, 21, 27, 72, 132, 946, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/vi.po, 7, 22, 31, 32, 78, 130, 949, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ro.po, 52, 147, 156, 21, 165, 96, 737, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ca.po, 256, 1847, 2279, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ar.po, 10, 33, 34, 37, 97, 122, 919, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ps.po, 36, 93, 102, 15, 50, 118, 906, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 52, 133, 154, 26, 189, 91, 727, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ug.po, 28, 77, 71, 14, 31, 127, 941, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/nl.po, 110, 449, 417, 0, 0, 26, 308, 136, 757 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/eu.po, 160, 972, 857, 3, 36, 6, 41, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/sv.po, 256, 1847, 1685, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/id.po, 256, 1847, 1813, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/mr.po, 48, 121, 133, 18, 151, 103, 777, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/pa.po, 96, 356, 373, 0, 0, 43, 435, 139, 791 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/lv.po, 249, 1768, 1623, 0, 0, 0, 0, 249, 1768 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ta.po, 49, 125, 126, 19, 156, 101, 768, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/el.po, 199, 1222, 1341, 6, 64, 24, 327, 229, 1613 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/tr.po, 168, 1164, 1051, 7, 40, 37, 265, 212, 1469 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/lt.po, 256, 1854, 1720, 0, 0, 0, 0, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ja.po, 118, 451, 253, 4, 25, 47, 573, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/cs.po, 255, 1846, 1739, 0, 0, 0, 0, 255, 1846 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/it.po, 256, 1847, 2030, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ru.po, 209, 1328, 1274, 1, 1, 44, 510, 254, 1839 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/nb.po, 86, 242, 223, 7, 29, 76, 778, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/pl.po, 256, 1854, 1801, 0, 0, 0, 0, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/pt.po, 180, 1265, 1374, 0, 0, 0, 0, 180, 1265 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/dz.po, 9, 31, 10, 36, 94, 124, 924, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/en_GB.po, 134, 788, 788, 10, 77, 25, 184, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/uk.po, 71, 207, 195, 11, 137, 87, 705, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/be.po, 96, 337, 334, 15, 164, 58, 548, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/gl.po, 249, 1768, 2126, 0, 0, 0, 0, 249, 1768 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/ko.po, 34, 97, 86, 33, 95, 102, 857, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/sr.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/sl.po, 159, 969, 964, 4, 39, 6, 41, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/hr.po, 77, 283, 281, 2, 2, 177, 1562, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/gu.po, 29, 82, 85, 14, 31, 126, 936, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/kn.po, 49, 125, 123, 19, 156, 101, 768, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 256, 1854, 2176, 0, 0, 0, 0, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/fa.po, 70, 205, 231, 12, 139, 87, 705, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/te.po, 49, 125, 122, 19, 156, 101, 768, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc30.src.rpm.stats.csv, po/bg.po, 70, 205, 229, 12, 139, 87, 705, 169, 1049 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/zh_TW.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/zh_HK.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/zh_CN.po, 66, 280, 142, 0, 0, 0, 0, 66, 280 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/vi.po, 129, 588, 817, 0, 0, 0, 0, 129, 588 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/uk.po, 44, 144, 138, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ug.po, 38, 102, 106, 0, 0, 6, 42, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/tr.po, 71, 407, 401, 0, 0, 0, 0, 71, 407 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/th.po, 129, 584, 313, 0, 0, 0, 0, 129, 584 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/te.po, 43, 118, 127, 0, 0, 0, 0, 43, 118 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ta.po, 44, 144, 151, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/sv.po, 84, 509, 465, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/sr@latin.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/sr.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/sl.po, 77, 415, 403, 0, 0, 0, 0, 77, 415 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ru.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ro.po, 44, 144, 161, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/pt_BR.po, 84, 509, 588, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/pt.po, 71, 407, 458, 0, 0, 0, 0, 71, 407 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/pl.po, 84, 509, 509, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/pa.po, 54, 188, 202, 0, 0, 23, 227, 77, 415 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/oc.po, 74, 410, 486, 0, 0, 0, 0, 74, 410 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/nl.po, 84, 509, 457, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/nb.po, 56, 193, 184, 0, 0, 21, 222, 77, 415 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/mr.po, 42, 115, 145, 0, 0, 0, 0, 42, 115 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/mk.po, 129, 584, 617, 0, 0, 0, 0, 129, 584 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/lv.po, 84, 509, 474, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/lt.po, 84, 509, 475, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ko.po, 44, 144, 132, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/kn.po, 43, 118, 117, 0, 0, 0, 0, 43, 118 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ka.po, 129, 584, 412, 0, 0, 0, 0, 129, 584 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ja.po, 62, 273, 149, 1, 2, 3, 5, 66, 280 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/it.po, 84, 509, 560, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/id.po, 84, 509, 516, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/hu.po, 84, 509, 476, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/hr.po, 83, 508, 477, 0, 0, 1, 1, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/he.po, 44, 144, 149, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/gu.po, 44, 144, 171, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/gl.po, 77, 415, 501, 0, 0, 0, 0, 77, 415 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/fur.po, 84, 509, 581, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/fr.po, 77, 415, 511, 0, 0, 0, 0, 77, 415 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/fi.po, 47, 147, 118, 0, 0, 27, 263, 74, 410 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/fa.po, 44, 144, 173, 0, 0, 24, 145, 68, 289 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/eu.po, 74, 410, 389, 0, 0, 0, 0, 74, 410 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/et.po, 44, 144, 122, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/es.po, 84, 509, 625, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/eo.po, 22, 37, 34, 0, 0, 44, 243, 66, 280 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/en_GB.po, 44, 144, 144, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/el.po, 71, 407, 475, 0, 0, 0, 0, 71, 407 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/de.po, 84, 509, 470, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/da.po, 84, 509, 463, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/cs.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ca@valencia.po, 42, 115, 145, 1, 3, 1, 26, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ca.po, 84, 509, 650, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/bs.po, 74, 410, 411, 0, 0, 0, 0, 74, 410 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/bn_IN.po, 42, 115, 170, 0, 0, 0, 0, 42, 115 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/bg.po, 44, 144, 172, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/be@latin.po, 41, 114, 109, 0, 0, 0, 0, 41, 114 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/as.po, 42, 115, 144, 0, 0, 0, 0, 42, 115 -NetworkManager-pptp-1.2.8-1.fc30.1.src.rpm.stats.csv, po/ar.po, 7, 11, 13, 16, 55, 18, 46, 41, 112 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 17, 39, 24, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/vi.po, 4, 18, 24, 14, 29, 51, 239, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/uk.po, 17, 39, 36, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ug.po, 7, 24, 23, 6, 10, 56, 252, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/th.po, 4, 16, 9, 13, 36, 52, 234, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/te.po, 16, 37, 35, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ta.po, 16, 37, 36, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/sv.po, 29, 115, 99, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/sl.po, 32, 120, 118, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/sk.po, 1, 2, 2, 11, 21, 57, 263, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ru.po, 29, 115, 110, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ro.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 32, 120, 133, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/pt.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ps.po, 11, 26, 33, 12, 27, 46, 233, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/pl.po, 32, 120, 123, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/pa.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/nl.po, 13, 32, 32, 15, 38, 41, 216, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/nb.po, 24, 61, 58, 13, 39, 32, 186, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/mr.po, 16, 37, 43, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/mk.po, 4, 18, 25, 14, 29, 51, 239, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/lv.po, 29, 115, 107, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/lt.po, 32, 120, 113, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ko.po, 8, 27, 21, 14, 39, 47, 220, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/kn.po, 16, 37, 33, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ka.po, 4, 16, 8, 14, 37, 51, 233, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ja.po, 5, 19, 9, 15, 41, 49, 226, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/it.po, 17, 39, 39, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/id.po, 32, 120, 124, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/hu.po, 29, 115, 106, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/he.po, 22, 64, 55, 2, 3, 45, 219, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/gu.po, 7, 24, 25, 6, 10, 56, 252, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/gl.po, 29, 115, 144, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/fr.po, 29, 115, 143, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/fi.po, 15, 34, 24, 15, 51, 39, 201, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/fa.po, 17, 39, 41, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/eu.po, 17, 39, 37, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/et.po, 17, 39, 30, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/es.po, 32, 120, 144, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/en_GB.po, 8, 27, 27, 14, 39, 47, 220, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/el.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/dz.po, 5, 19, 7, 14, 37, 50, 230, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/de.po, 32, 120, 112, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/da.po, 15, 34, 32, 14, 39, 40, 213, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/cs.po, 73, 297, 282, 0, 0, 0, 0, 73, 297 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 16, 37, 40, 14, 48, 39, 201, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ca.po, 17, 39, 42, 15, 55, 37, 192, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/bg.po, 17, 39, 38, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/as.po, 16, 37, 38, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.9-1.fc30.src.rpm.stats.csv, po/ar.po, 5, 19, 19, 16, 41, 48, 226, 69, 286 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/sv.po, 101, 606, 536, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/id.po, 101, 606, 610, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/kn.po, 36, 139, 124, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ja.po, 83, 439, 256, 0, 0, 0, 0, 83, 439 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ug.po, 38, 114, 118, 0, 0, 3, 42, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/pt.po, 86, 479, 517, 0, 0, 0, 0, 86, 479 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/lt.po, 101, 606, 548, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/eo.po, 19, 38, 30, 0, 0, 40, 231, 59, 269 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/gu.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/cs.po, 101, 606, 571, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ta.po, 36, 139, 142, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ru.po, 87, 464, 444, 0, 0, 14, 142, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/bs.po, 91, 494, 482, 0, 0, 0, 0, 91, 494 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/mr.po, 36, 139, 163, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/et.po, 41, 156, 140, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 41, 156, 85, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/bg.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/sk.po, 37, 143, 154, 1, 4, 3, 9, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/vi.po, 54, 303, 413, 0, 0, 0, 0, 54, 303 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/nl.po, 101, 606, 545, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 34, 135, 167, 1, 2, 2, 6, 37, 143 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/fi.po, 54, 168, 144, 3, 64, 44, 374, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/sl.po, 84, 442, 449, 0, 0, 0, 0, 84, 442 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/el.po, 86, 479, 532, 0, 0, 0, 0, 86, 479 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/eu.po, 84, 442, 424, 0, 0, 0, 0, 84, 442 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/tr.po, 91, 494, 456, 0, 0, 0, 0, 91, 494 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ko.po, 41, 156, 136, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/fr.po, 86, 444, 554, 0, 0, 0, 0, 86, 444 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/pl.po, 101, 606, 592, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/sr.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/fur.po, 101, 606, 688, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/pa.po, 64, 246, 273, 1, 12, 19, 167, 84, 425 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/lv.po, 101, 606, 544, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ro.po, 41, 156, 171, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/gl.po, 86, 444, 537, 0, 0, 0, 0, 86, 444 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ca.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 101, 606, 709, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/it.po, 101, 606, 652, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/he.po, 41, 156, 162, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/de.po, 101, 606, 565, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/or.po, 41, 156, 176, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/te.po, 36, 139, 129, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/fa.po, 37, 143, 160, 1, 4, 16, 97, 54, 244 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 36, 139, 168, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/nb.po, 69, 285, 266, 0, 0, 17, 159, 86, 444 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ar.po, 16, 89, 92, 6, 12, 11, 32, 33, 133 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/uk.po, 41, 156, 149, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/hu.po, 101, 606, 553, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/es.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/mk.po, 31, 128, 145, 0, 0, 1, 4, 32, 132 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/th.po, 52, 328, 146, 0, 0, 0, 0, 52, 328 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/da.po, 101, 606, 554, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/en_GB.po, 86, 444, 444, 0, 0, 0, 0, 86, 444 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/as.po, 36, 139, 153, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/dz.po, 52, 328, 121, 0, 0, 0, 0, 52, 328 -NetworkManager-vpnc-1.2.6-2.fc30.src.rpm.stats.csv, po/ka.po, 52, 328, 216, 0, 0, 0, 0, 52, 328 -nmap-7.70-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/es.po, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/ja/LC_MESSAGES/zenmap.mo, 474, 3393, 1203, 0, 0, 0, 0, 474, 3393 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/ru/LC_MESSAGES/zenmap.mo, 365, 1860, 1602, 0, 0, 0, 0, 365, 1860 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/pl.po, 480, 3521, 3249, 0, 0, 1, 1, 481, 3522 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/zh.po, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/pt_BR.po, 85, 165, 194, 0, 0, 396, 3353, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/de/LC_MESSAGES/zenmap.mo, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/pl/LC_MESSAGES/zenmap.mo, 480, 3521, 3249, 0, 0, 0, 0, 480, 3521 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/hr/LC_MESSAGES/zenmap.mo, 269, 1053, 1006, 0, 0, 0, 0, 269, 1053 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/ja.po, 474, 3393, 1203, 0, 0, 7, 125, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/fr/LC_MESSAGES/zenmap.mo, 481, 3518, 4019, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/hi.po, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/hr.po, 269, 1053, 1006, 0, 0, 212, 2465, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/zenmap.pot, 0, 0, 0, 0, 0, 503, 3613, 503, 3613 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/ru.po, 365, 1860, 1602, 0, 0, 116, 1658, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/zh/LC_MESSAGES/zenmap.mo, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/es/LC_MESSAGES/zenmap.mo, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/it.po, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/hi/LC_MESSAGES/zenmap.mo, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/pt_BR/LC_MESSAGES/zenmap.mo, 85, 165, 194, 0, 0, 0, 0, 85, 165 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/fr.po, 481, 3518, 4002, 0, 0, 0, 0, 481, 3518 -nmap-7.70-6.fc30.src.rpm.stats.csv, zenmap/share/zenmap/locale/de.po, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 -openconnect-8.02-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/fi.po, 94, 321, 281, 0, 0, 935, 5609, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/pa.po, 77, 268, 313, 0, 0, 952, 5662, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/en_US.po, 265, 1463, 1463, 0, 0, 764, 4467, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/sk.po, 4, 19, 19, 0, 0, 1025, 5911, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/tg.po, 6, 10, 10, 0, 0, 1023, 5920, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/ug.po, 400, 2198, 2053, 0, 0, 629, 3732, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/eu.po, 495, 2734, 2857, 0, 0, 534, 3196, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/tr.po, 659, 3760, 3594, 0, 0, 370, 2170, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 888, 5156, 5697, 0, 0, 141, 774, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/hu.po, 895, 5200, 5582, 0, 0, 134, 730, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/da.po, 1018, 5866, 5553, 0, 0, 11, 64, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/sv.po, 888, 5156, 4903, 0, 0, 141, 774, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/gl.po, 91, 479, 650, 0, 0, 938, 5451, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/bs.po, 787, 4508, 4544, 0, 0, 242, 1422, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/pt.po, 812, 4671, 5363, 0, 0, 217, 1259, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/en_GB.po, 417, 2300, 2300, 0, 0, 612, 3630, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/fr.po, 22, 63, 72, 0, 0, 1007, 5867, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/pl.po, 1029, 5930, 6536, 0, 0, 0, 0, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/lt.po, 1018, 5866, 5491, 0, 0, 11, 64, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/de.po, 962, 5573, 5551, 0, 0, 67, 357, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/el.po, 483, 2667, 2906, 0, 0, 546, 3263, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/sr.po, 888, 5156, 5697, 0, 0, 141, 774, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/es.po, 1003, 5780, 7324, 0, 0, 26, 150, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/it.po, 47, 171, 208, 0, 0, 982, 5759, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/ar.po, 10, 48, 51, 0, 0, 1019, 5882, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/cs.po, 997, 5778, 5973, 0, 0, 32, 152, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/nl.po, 427, 2326, 2404, 0, 0, 602, 3604, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/sl.po, 454, 2505, 2850, 0, 0, 575, 3425, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 1018, 5866, 6848, 0, 0, 11, 64, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/uk.po, 61, 233, 263, 0, 0, 968, 5697, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 7, 32, 10, 0, 0, 1022, 5898, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 76, 314, 170, 0, 0, 953, 5616, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/ca.po, 962, 5573, 7268, 0, 0, 67, 357, 1029, 5930 -openconnect-8.02-3.fc30.src.rpm.stats.csv, po/id.po, 895, 5200, 5258, 0, 0, 134, 730, 1029, 5930 -orca-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 1028, 13554, 14971, 0, 0, 0, 0, 1028, 13554 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 1033, 13658, 12824, 0, 0, 0, 0, 1033, 13658 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 1033, 13658, 12393, 0, 0, 0, 0, 1033, 13658 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 1028, 13554, 15596, 0, 0, 0, 0, 1028, 13554 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/bg/bg.po, 1002, 13021, 13505, 0, 0, 0, 0, 1002, 13021 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 1033, 13658, 12911, 0, 0, 0, 0, 1033, 13658 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 984, 12505, 12718, 0, 0, 0, 0, 984, 12505 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 313, 1704, 1907, 4, 31, 667, 10696, 984, 12431 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 956, 11916, 13573, 0, 0, 0, 0, 956, 11916 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 1033, 13658, 13383, 0, 0, 0, 0, 1033, 13658 -orca-3.32.0-1.fc30.src.rpm.stats.csv, help/sl/sl.po, 955, 11824, 10493, 8, 134, 9, 300, 972, 12258 -orca-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 599, 1448, 1626, 0, 0, 664, 2233, 1263, 3681 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 445, 1066, 1175, 339, 874, 516, 1853, 1300, 3793 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 187, 516, 565, 2, 2, 1654, 5050, 1843, 5568 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 492, 1239, 1321, 11, 28, 6, 37, 509, 1304 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 562, 1404, 1577, 158, 277, 547, 2023, 1267, 3704 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 718, 1941, 1025, 0, 0, 0, 0, 718, 1941 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 1867, 5675, 5484, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 1867, 5675, 6640, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 379, 541, 548, 62, 440, 71, 342, 512, 1323 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 1843, 5568, 6996, 0, 0, 0, 0, 1843, 5568 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 177, 277, 302, 3, 6, 329, 1021, 509, 1304 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1867, 5675, 6401, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 1774, 5518, 5543, 0, 0, 83, 92, 1857, 5610 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 5, 5, 6, 234, 404, 270, 895, 509, 1304 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 1867, 5675, 5504, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 1739, 5344, 5846, 0, 0, 0, 0, 1739, 5344 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 218, 485, 571, 487, 1623, 233, 390, 938, 2498 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 1626, 5057, 4828, 0, 0, 0, 0, 1626, 5057 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 1349, 4140, 1844, 0, 0, 0, 0, 1349, 4140 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 1021, 3273, 2415, 98, 492, 49, 311, 1168, 4076 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 1847, 5611, 5471, 0, 0, 20, 64, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 908, 2817, 2898, 157, 561, 99, 487, 1164, 3865 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 1867, 5675, 5788, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 1343, 4135, 4262, 1, 2, 9, 18, 1353, 4155 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 1867, 5675, 5399, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 327, 708, 705, 64, 181, 118, 415, 509, 1304 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 1201, 3897, 3642, 0, 0, 0, 0, 1201, 3897 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 1357, 4096, 4194, 0, 0, 463, 2037, 1820, 6133 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 1867, 5675, 5364, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 1867, 5675, 5268, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 1315, 4011, 4162, 0, 0, 0, 0, 1315, 4011 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 936, 2466, 2400, 31, 109, 136, 599, 1103, 3174 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 1857, 5610, 6753, 0, 0, 0, 0, 1857, 5610 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 1356, 4172, 4835, 0, 0, 0, 0, 1356, 4172 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 1170, 4091, 3674, 0, 0, 0, 0, 1170, 4091 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 92, 101, 107, 0, 0, 1775, 5574, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 1095, 3269, 2784, 334, 989, 413, 1298, 1842, 5556 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 1196, 3855, 3992, 0, 0, 0, 0, 1196, 3855 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 1657, 4957, 4757, 67, 172, 119, 439, 1843, 5568 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 1337, 4309, 4907, 0, 0, 0, 0, 1337, 4309 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 1739, 5344, 6270, 0, 0, 0, 0, 1739, 5344 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 342, 467, 484, 408, 1727, 339, 902, 1089, 3096 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 488, 906, 896, 105, 212, 1247, 4433, 1840, 5551 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 1867, 5675, 6673, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 1725, 5323, 5828, 0, 0, 0, 0, 1725, 5323 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 1739, 5344, 6073, 0, 0, 0, 0, 1739, 5344 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 1867, 5675, 5941, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 940, 2627, 2442, 421, 1289, 482, 1652, 1843, 5568 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 812, 1893, 1992, 0, 0, 388, 1974, 1200, 3867 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 139, 209, 217, 273, 355, 1208, 4476, 1620, 5040 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 1440, 4397, 1953, 298, 896, 41, 174, 1779, 5467 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 1414, 4456, 6066, 0, 0, 0, 0, 1414, 4456 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 1855, 5603, 7084, 0, 0, 0, 0, 1855, 5603 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 579, 1433, 1386, 351, 999, 340, 1275, 1270, 3707 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 1337, 4314, 4887, 0, 0, 0, 0, 1337, 4314 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 1867, 5675, 5684, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 644, 2053, 2031, 14, 47, 642, 1693, 1300, 3793 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 1867, 5675, 6426, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 1260, 3694, 1794, 0, 0, 7, 10, 1267, 3704 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 1201, 3897, 4548, 0, 0, 0, 0, 1201, 3897 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 1867, 5675, 6523, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 1356, 4172, 3944, 0, 0, 0, 0, 1356, 4172 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 1739, 5344, 5345, 0, 0, 0, 0, 1739, 5344 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 118, 143, 175, 0, 0, 810, 2357, 928, 2500 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 1867, 5675, 6165, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 1842, 5556, 5805, 0, 0, 0, 0, 1842, 5556 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 1201, 3897, 3448, 0, 0, 0, 0, 1201, 3897 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 1867, 5675, 5946, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 47, 103, 116, 0, 0, 1256, 3706, 1303, 3809 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 1867, 5675, 5449, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 1867, 5675, 5587, 0, 0, 0, 0, 1867, 5675 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 456, 940, 924, 0, 0, 860, 3079, 1316, 4019 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 1290, 3823, 4071, 14, 94, 33, 397, 1337, 4314 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 1842, 5556, 2214, 0, 0, 0, 0, 1842, 5556 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 1843, 5568, 5540, 0, 0, 0, 0, 1843, 5568 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 1513, 4355, 4233, 292, 1042, 38, 171, 1843, 5568 -orca-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 360, 729, 695, 183, 327, 866, 3344, 1409, 4400 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pl.po, 41, 209, 227, 0, 0, 0, 0, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/de.po, 11, 54, 51, 0, 0, 30, 155, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/fr.po, 11, 54, 71, 0, 0, 30, 155, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/hu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 11, 54, 30, 0, 0, 0, 0, 11, 54 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 38, 178, 171, 0, 0, 0, 0, 38, 178 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 41, 209, 227, 0, 0, 0, 0, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/osinfo-db-tools.pot, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sv.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/uk.po, 41, 209, 231, 0, 0, 0, 0, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 11, 54, 51, 0, 0, 0, 0, 11, 54 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/id.po, 11, 54, 55, 0, 0, 30, 155, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ru.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ja.po, 11, 54, 30, 0, 0, 30, 155, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 11, 54, 74, 0, 0, 0, 0, 11, 54 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 11, 54, 77, 0, 0, 0, 0, 11, 54 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 41, 209, 231, 0, 0, 0, 0, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/es.po, 11, 54, 74, 0, 0, 30, 155, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 1, 2, 2, 0, 0, 40, 207, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 11, 54, 71, 0, 0, 0, 0, 11, 54 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ca.po, 11, 54, 77, 0, 0, 30, 155, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 11, 54, 55, 0, 0, 0, 0, 11, 54 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/cs.po, 38, 178, 171, 0, 0, 3, 31, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/en@boldquot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ca.po, 81, 476, 570, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 81, 476, 501, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pl.po, 81, 476, 415, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/cs.gmo, 81, 476, 387, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/cs.po, 81, 476, 387, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/de.po, 81, 476, 519, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/lv.po, 80, 469, 373, 0, 0, 1, 7, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ko.gmo, 81, 476, 327, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/nl.gmo, 80, 469, 498, 0, 0, 0, 0, 80, 469 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/da.po, 81, 476, 433, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/oc.gmo, 81, 476, 503, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/oc.po, 81, 476, 503, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sl.po, 81, 476, 404, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/id.po, 81, 476, 392, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fr.gmo, 81, 476, 504, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/gl.po, 81, 476, 549, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ru.po, 81, 476, 378, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sk.po, 81, 476, 409, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/uk.po, 81, 476, 434, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/gl.gmo, 81, 476, 549, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/hr.po, 81, 476, 385, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 1, 2, 1, 0, 0, 80, 474, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 81, 476, 501, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/hu.gmo, 81, 476, 396, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/lv.gmo, 80, 469, 373, 0, 0, 0, 0, 80, 469 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ja.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/p11-kit.pot, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/tr.po, 81, 476, 324, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/en_GB.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sl.gmo, 81, 476, 404, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sr.gmo, 81, 476, 417, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/it.po, 81, 476, 513, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/it.gmo, 81, 476, 513, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fi.gmo, 81, 476, 402, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/en@quot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fr.po, 81, 476, 504, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fi.po, 81, 476, 402, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/eo.gmo, 14, 58, 55, 0, 0, 0, 0, 14, 58 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pa.po, 74, 425, 444, 0, 0, 7, 51, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/tr.gmo, 81, 476, 324, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pt.po, 81, 476, 466, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/nl.po, 80, 469, 498, 0, 0, 1, 7, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/hu.po, 81, 476, 396, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/id.gmo, 81, 476, 392, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fur.po, 81, 476, 579, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/en_GB.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/es.po, 81, 476, 563, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/el.gmo, 81, 476, 532, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pl.gmo, 81, 476, 415, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/de.gmo, 81, 476, 519, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/da.gmo, 81, 476, 433, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ja.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ca.gmo, 81, 476, 570, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sk.gmo, 81, 476, 409, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 1, 2, 1, 0, 0, 0, 0, 1, 2 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/eo.po, 14, 58, 55, 0, 0, 67, 418, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/kk.po, 4, 12, 11, 0, 0, 77, 464, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fur.gmo, 81, 476, 579, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ko.po, 81, 476, 327, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/uk.gmo, 81, 476, 434, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ru.gmo, 81, 476, 378, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ka.po, 31, 156, 107, 0, 0, 50, 320, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/el.po, 81, 476, 532, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ka.gmo, 31, 156, 107, 0, 0, 0, 0, 31, 156 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/kk.gmo, 4, 12, 11, 0, 0, 0, 0, 4, 12 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sv.gmo, 81, 476, 406, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pa.gmo, 74, 425, 444, 0, 0, 0, 0, 74, 425 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/pt.gmo, 81, 476, 466, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/en@quot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/hr.gmo, 81, 476, 385, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/es.gmo, 81, 476, 563, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sv.po, 81, 476, 406, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/en@boldquot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sr.po, 81, 476, 417, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.15-3.fc30.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/eo.po, 85, 180, 166, 0, 0, 236, 1102, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/sr.po, 310, 1239, 1178, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/nl.po, 310, 1239, 1244, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/cs.po, 321, 1282, 1318, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/tr.po, 310, 1239, 1096, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/mr.po, 239, 877, 920, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/he.po, 242, 893, 846, 0, 0, 79, 389, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/bn_IN.po, 239, 877, 1077, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/pl.po, 321, 1282, 1237, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/uk.po, 321, 1282, 1276, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/hr.po, 318, 1275, 1177, 0, 0, 3, 7, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ast.po, 27, 38, 41, 0, 0, 294, 1244, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/sr@latin.po, 242, 903, 856, 0, 0, 79, 379, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ca.po, 321, 1282, 1615, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/br.po, 126, 370, 490, 2, 6, 198, 952, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/fr.po, 310, 1239, 1639, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 319, 1277, 338, 0, 0, 2, 5, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/sv.po, 319, 1277, 1201, 0, 0, 2, 5, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/nb.po, 20, 73, 71, 0, 0, 301, 1209, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/bg.po, 247, 931, 1041, 0, 0, 74, 351, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/en_GB.po, 321, 1282, 1282, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/it.po, 321, 1282, 1457, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/oc.po, 138, 339, 427, 0, 0, 183, 943, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/es.po, 302, 1195, 1391, 0, 0, 19, 87, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ml.po, 239, 877, 740, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/kk.po, 117, 326, 296, 0, 0, 204, 956, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/de.po, 321, 1282, 1320, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/lt.po, 263, 1013, 873, 0, 0, 58, 269, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ja.po, 285, 1108, 330, 0, 0, 36, 174, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/zh_TW.po, 321, 1282, 354, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/te.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/hi.po, 239, 877, 1118, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/as.po, 239, 877, 1004, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/id.po, 321, 1282, 1259, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/pa.po, 310, 1239, 1633, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 321, 1282, 1477, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/gu.po, 239, 877, 1112, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/el.po, 305, 1211, 1330, 0, 0, 16, 71, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/kn.po, 239, 877, 772, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/fi.po, 290, 1142, 902, 0, 0, 31, 140, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ro.po, 247, 931, 1057, 0, 0, 74, 351, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ms.po, 2, 6, 6, 0, 0, 324, 1322, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ru.po, 321, 1282, 1130, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ia.po, 81, 318, 381, 0, 0, 240, 964, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/da.po, 310, 1239, 1176, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/eu.po, 310, 1239, 1114, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/gl.po, 305, 1211, 1415, 0, 0, 16, 71, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ka.po, 54, 118, 104, 0, 0, 267, 1164, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/lv.po, 261, 1007, 851, 0, 0, 60, 275, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/or.po, 239, 877, 941, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/th.po, 21, 77, 33, 0, 0, 300, 1205, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/sl.po, 305, 1211, 1195, 0, 0, 16, 71, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/hu.po, 319, 1277, 1100, 0, 0, 2, 5, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ta.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/sk.po, 321, 1282, 1283, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/pt.po, 307, 1221, 1445, 0, 0, 14, 61, 321, 1282 -PackageKit-1.1.12-5.fc30.src.rpm.stats.csv, po/ko.po, 319, 1277, 1103, 0, 0, 2, 5, 321, 1282 -pam-1.3.1-17.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/Linux-PAM.pot, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zu.gmo, 85, 371, 317, 0, 0, 0, 0, 85, 371 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 117, 575, 215, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 117, 575, 217, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/vi.gmo, 115, 562, 794, 0, 0, 0, 0, 115, 562 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/uk.gmo, 119, 595, 597, 0, 0, 0, 0, 119, 595 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/tr.gmo, 117, 575, 506, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/te.gmo, 117, 575, 470, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ta.gmo, 117, 575, 483, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sv.gmo, 117, 575, 541, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sr.gmo, 117, 575, 587, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 114, 559, 572, 0, 0, 0, 0, 114, 559 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sk.gmo, 117, 575, 566, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/si.gmo, 90, 410, 450, 0, 0, 0, 0, 90, 410 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ru.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pt.gmo, 117, 575, 699, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 117, 575, 627, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pl.gmo, 119, 595, 591, 0, 0, 0, 0, 119, 595 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pa.gmo, 117, 575, 677, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/or.gmo, 117, 575, 655, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nl.gmo, 117, 575, 572, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nb.gmo, 117, 575, 543, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ms.gmo, 1, 4, 4, 0, 0, 0, 0, 1, 4 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mr.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ml.gmo, 117, 575, 504, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ko.gmo, 117, 575, 508, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kn.gmo, 117, 575, 512, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/km.gmo, 81, 344, 168, 0, 0, 0, 0, 81, 344 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kk.gmo, 117, 575, 553, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ka.gmo, 31, 87, 77, 0, 0, 0, 0, 31, 87 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ja.gmo, 117, 575, 192, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/it.gmo, 117, 575, 614, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/id.gmo, 47, 215, 203, 0, 0, 0, 0, 47, 215 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ia.gmo, 117, 575, 695, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/hu.gmo, 117, 575, 544, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/hi.gmo, 117, 575, 665, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/he.gmo, 44, 198, 180, 0, 0, 0, 0, 44, 198 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/gu.gmo, 117, 575, 639, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ga.gmo, 117, 575, 779, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/fr.gmo, 117, 575, 698, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/fi.gmo, 117, 575, 471, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/eu.gmo, 7, 13, 15, 0, 0, 0, 0, 7, 13 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/et.gmo, 38, 158, 137, 0, 0, 0, 0, 38, 158 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/es.gmo, 119, 595, 725, 0, 0, 0, 0, 119, 595 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/de.gmo, 117, 575, 579, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/da.gmo, 117, 575, 569, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/cs.gmo, 119, 595, 563, 0, 0, 0, 0, 119, 595 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ca.gmo, 117, 575, 719, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bn.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bg.gmo, 117, 575, 628, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/as.gmo, 117, 575, 617, 0, 0, 0, 0, 117, 575 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ar.gmo, 84, 367, 420, 0, 0, 0, 0, 84, 367 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zu.po, 85, 371, 317, 4, 27, 31, 199, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zh_TW.po, 117, 575, 215, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/zh_CN.po, 117, 575, 217, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/vi.po, 115, 562, 794, 5, 35, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/uk.po, 119, 595, 597, 1, 2, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/tr.po, 117, 575, 506, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/te.po, 117, 575, 470, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ta.po, 117, 575, 483, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sv.po, 117, 575, 541, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sr.po, 117, 575, 587, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sr@latin.po, 114, 559, 572, 5, 35, 1, 3, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/sk.po, 117, 575, 566, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/si.po, 90, 410, 450, 4, 27, 26, 160, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ru.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pt.po, 117, 575, 699, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pt_BR.po, 117, 575, 627, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pl.po, 119, 595, 591, 1, 2, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/pa.po, 117, 575, 677, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/or.po, 117, 575, 655, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nl.po, 117, 575, 572, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/nb.po, 117, 575, 543, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ms.po, 1, 4, 4, 1, 2, 118, 591, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mr.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ml.po, 117, 575, 504, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ko.po, 117, 575, 508, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kn.po, 117, 575, 512, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/km.po, 81, 344, 168, 4, 27, 35, 226, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/kk.po, 117, 575, 553, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ka.po, 31, 87, 77, 1, 2, 88, 508, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ja.po, 117, 575, 192, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/it.po, 117, 575, 614, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/id.po, 47, 215, 203, 0, 0, 73, 382, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ia.po, 117, 575, 695, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/hu.po, 117, 575, 544, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/hi.po, 117, 575, 665, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/he.po, 44, 198, 180, 4, 27, 72, 372, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/gu.po, 117, 575, 639, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ga.po, 117, 575, 779, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/fr.po, 117, 575, 698, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/fi.po, 117, 575, 471, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/eu.po, 7, 13, 15, 1, 2, 112, 582, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/et.po, 38, 158, 137, 2, 7, 80, 432, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/es.po, 119, 595, 725, 1, 2, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/de.po, 117, 575, 579, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/da.po, 117, 575, 569, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/cs.po, 119, 595, 563, 1, 2, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ca.po, 117, 575, 719, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bn.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bn_IN.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bg.po, 117, 575, 628, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/as.po, 117, 575, 617, 3, 22, 0, 0, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/ar.po, 84, 367, 420, 4, 27, 32, 203, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-17.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/as.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/bg.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/bn_IN.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/bn.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ca.po, 4, 7, 11, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/cs.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/da.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/de.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/el.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/es.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/et.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/eu.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/fa.po, 4, 7, 11, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/fr.po, 4, 7, 19, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/gu.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/hi.po, 4, 7, 6, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/hu.po, 4, 7, 9, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ia.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/it.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ja.po, 4, 7, 6, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/kn.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ko.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/lv.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ml.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/mr.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ms.po, 4, 7, 10, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/nl.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/or.po, 4, 7, 12, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pa.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pl.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pt_BR.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pt.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ro.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ru.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sk.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sr@latin.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sr.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sv.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ta.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/te.po, 4, 7, 9, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/tr.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/uk.po, 4, 7, 10, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/zh_CN.po, 4, 7, 6, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/zh_TW.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/as.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/bg.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/bn.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ca.gmo, 4, 7, 11, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/cs.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/da.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/de.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/el.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/es.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/et.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/eu.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/fa.gmo, 4, 7, 11, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/fr.gmo, 4, 7, 19, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/gu.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/hi.gmo, 4, 7, 6, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/hu.gmo, 4, 7, 9, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ia.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/it.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ja.gmo, 4, 7, 6, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/kn.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ko.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/lv.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ml.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/mr.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ms.gmo, 4, 7, 10, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/nl.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/or.gmo, 4, 7, 12, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pa.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pl.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pt.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ro.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ru.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sk.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sr.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/sv.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/ta.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/te.gmo, 4, 7, 9, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/tr.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/uk.gmo, 4, 7, 10, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 4, 7, 6, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv, po/pam_krb5.pot, 0, 0, 0, 0, 0, 4, 7, 4, 7 -parted-3.2-40.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -parted-3.2-40.fc30.src.rpm.stats.csv, po/vi.gmo, 550, 4416, 5897, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/nl.po, 550, 4416, 4407, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sl.gmo, 513, 4060, 3820, 0, 0, 0, 0, 513, 4060 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sk.gmo, 536, 4291, 3966, 0, 0, 0, 0, 536, 4291 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sv.gmo, 424, 3121, 3008, 0, 0, 0, 0, 424, 3121 -parted-3.2-40.fc30.src.rpm.stats.csv, po/vi.po, 550, 4416, 5897, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/id.gmo, 494, 3917, 3864, 0, 0, 0, 0, 494, 3917 -parted-3.2-40.fc30.src.rpm.stats.csv, po/parted.pot, 0, 0, 0, 0, 0, 550, 4416, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/de.gmo, 550, 4416, 4379, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/nl.gmo, 550, 4416, 4407, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/ca.po, 154, 1027, 1173, 113, 1142, 283, 2247, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/tr.gmo, 536, 4291, 3605, 0, 0, 0, 0, 536, 4291 -parted-3.2-40.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 535, 4290, 1578, 0, 0, 0, 0, 535, 4290 -parted-3.2-40.fc30.src.rpm.stats.csv, po/ja.po, 550, 4416, 1666, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sr.gmo, 535, 4290, 4198, 0, 0, 0, 0, 535, 4290 -parted-3.2-40.fc30.src.rpm.stats.csv, po/gl.po, 340, 2436, 2865, 12, 85, 198, 1895, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/id.po, 494, 3917, 3864, 41, 368, 15, 131, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/ja.gmo, 550, 4416, 1666, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/cs.gmo, 456, 3683, 3248, 0, 0, 0, 0, 456, 3683 -parted-3.2-40.fc30.src.rpm.stats.csv, po/it.po, 550, 4416, 4678, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/gl.gmo, 340, 2436, 2865, 0, 0, 0, 0, 340, 2436 -parted-3.2-40.fc30.src.rpm.stats.csv, po/cs.po, 456, 3683, 3248, 56, 494, 38, 239, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/ro.po, 110, 663, 741, 41, 406, 399, 3347, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/de.po, 550, 4416, 4379, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/fr.po, 518, 4158, 4933, 25, 195, 7, 63, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/pl.gmo, 550, 4416, 4257, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sk.po, 536, 4291, 3966, 10, 93, 4, 32, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/uk.po, 550, 4416, 4105, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/zh_CN.po, 155, 1007, 363, 111, 1183, 284, 2226, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sv.po, 424, 3121, 3008, 44, 397, 82, 898, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/pt_BR.po, 550, 4416, 4968, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 550, 4416, 4968, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/it.gmo, 550, 4416, 4678, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/nn.po, 157, 1052, 974, 113, 1191, 280, 2173, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/ru.po, 550, 4416, 3987, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/ru.gmo, 550, 4416, 3987, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/tr.po, 536, 4291, 3605, 10, 93, 4, 32, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/pt.po, 112, 786, 860, 120, 1017, 318, 2613, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sl.po, 513, 4060, 3820, 29, 292, 8, 64, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/sr.po, 535, 4290, 4198, 8, 86, 7, 40, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/rw.po, 16, 16, 17, 227, 2179, 307, 2221, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/es.po, 217, 1706, 1989, 79, 702, 254, 2008, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/da.po, 433, 3165, 3069, 26, 211, 91, 1040, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/pl.po, 550, 4416, 4257, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/uk.gmo, 550, 4416, 4105, 0, 0, 0, 0, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/zh_TW.po, 535, 4290, 1578, 8, 86, 7, 40, 550, 4416 -parted-3.2-40.fc30.src.rpm.stats.csv, po/rw.gmo, 16, 16, 17, 0, 0, 0, 0, 16, 16 -passwd-0.80-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nds.gmo, 17, 51, 52, 0, 0, 0, 0, 17, 51 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/fi.gmo, 56, 329, 282, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/zh_TW.po, 56, 329, 125, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/as.gmo, 54, 306, 380, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bs.gmo, 49, 267, 299, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bs.po, 49, 267, 299, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ast.po, 49, 267, 318, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ka.gmo, 42, 212, 200, 0, 0, 0, 0, 42, 212 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/it.gmo, 56, 329, 352, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/es.gmo, 56, 329, 397, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 56, 329, 118, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/cs.gmo, 56, 329, 306, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/fi.po, 56, 329, 282, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pa.gmo, 49, 267, 305, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ar.gmo, 49, 267, 291, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/eu.po, 21, 88, 81, 0, 0, 36, 248, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/fa.gmo, 20, 97, 118, 0, 0, 0, 0, 20, 97 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bn.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nl.po, 56, 329, 357, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ko.po, 56, 329, 333, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ca.gmo, 56, 329, 443, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 56, 329, 401, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/cs.po, 56, 329, 306, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ko.gmo, 56, 329, 333, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ml.po, 56, 329, 329, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/as.po, 54, 306, 380, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/tr.po, 56, 329, 315, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nds.po, 17, 51, 52, 0, 0, 40, 285, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nb.gmo, 54, 306, 292, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ku.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/tr.gmo, 56, 329, 315, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sk.po, 56, 329, 314, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nl.gmo, 56, 329, 357, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/id.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/te.po, 54, 306, 297, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sr@latin.po, 49, 267, 288, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/passwd.pot, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ja.po, 54, 306, 137, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ast.gmo, 49, 267, 318, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bn.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/gu.gmo, 49, 267, 300, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sl.po, 54, 306, 319, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/da.po, 56, 329, 310, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bg.po, 54, 306, 338, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/fa.po, 20, 97, 118, 0, 0, 37, 239, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/fr.po, 56, 329, 425, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/de.gmo, 56, 329, 343, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/or.po, 49, 267, 328, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/is.po, 17, 56, 50, 0, 0, 40, 280, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pa.po, 49, 267, 305, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/mk.gmo, 47, 259, 305, 0, 0, 0, 0, 47, 259 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/es.po, 56, 329, 397, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hr.gmo, 47, 259, 289, 0, 0, 0, 0, 47, 259 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ta.gmo, 49, 267, 246, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ms.po, 41, 225, 226, 0, 0, 16, 111, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/id.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ml.gmo, 56, 329, 329, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hu.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/en_GB.po, 49, 267, 267, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bg.gmo, 54, 306, 338, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/mr.gmo, 49, 267, 284, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/kn.gmo, 54, 306, 303, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sv.gmo, 56, 329, 311, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 56, 329, 401, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ka.po, 42, 212, 200, 0, 0, 15, 124, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pl.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sl.gmo, 54, 306, 319, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pt.gmo, 56, 329, 398, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sv.po, 56, 329, 311, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 49, 267, 288, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/is.gmo, 17, 56, 50, 0, 0, 0, 0, 17, 56 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/da.gmo, 56, 329, 310, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ms.gmo, 41, 225, 226, 0, 0, 0, 0, 41, 225 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/fr.gmo, 56, 329, 425, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sr.po, 56, 329, 342, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/el.po, 54, 306, 347, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sr.gmo, 56, 329, 342, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nb.po, 54, 306, 292, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/en_GB.gmo, 49, 267, 267, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/uk.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sk.gmo, 56, 329, 314, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/it.po, 56, 329, 352, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ar.po, 49, 267, 291, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sq.gmo, 56, 329, 400, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ro.po, 54, 306, 335, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hr.po, 47, 259, 289, 0, 0, 10, 77, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hu.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/lo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/mr.po, 49, 267, 284, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ru.gmo, 56, 329, 302, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pl.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/or.gmo, 49, 267, 328, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/kn.po, 54, 306, 303, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/de.po, 56, 329, 343, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ru.po, 56, 329, 302, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hi.po, 49, 267, 327, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/el.gmo, 54, 306, 347, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/bn_IN.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 56, 329, 118, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ta.po, 49, 267, 246, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ca.po, 56, 329, 443, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/eu.gmo, 21, 88, 81, 0, 0, 0, 0, 21, 88 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ro.gmo, 54, 306, 335, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/sq.po, 56, 329, 400, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/ja.gmo, 54, 306, 137, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/gu.po, 49, 267, 300, 0, 0, 8, 69, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hi.gmo, 49, 267, 327, 0, 0, 0, 0, 49, 267 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/pt.po, 56, 329, 398, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/mk.po, 47, 259, 305, 0, 0, 10, 77, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 56, 329, 125, 0, 0, 0, 0, 56, 329 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/te.gmo, 54, 306, 297, 0, 0, 0, 0, 54, 306 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/uk.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -passwd-0.80-5.fc30.src.rpm.stats.csv, po/hy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -phodav-2.2-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -phodav-2.2-4.fc30.src.rpm.stats.csv, po/hu.po, 12, 40, 37, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/de.po, 12, 40, 39, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/id.po, 10, 35, 34, 0, 0, 0, 0, 10, 35 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 12, 40, 46, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/cs.po, 12, 40, 44, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/sl.po, 12, 40, 49, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/pt.po, 12, 40, 45, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/tr.po, 12, 40, 40, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/bs.po, 12, 40, 43, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/el.po, 12, 40, 41, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 12, 40, 44, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/sr.po, 12, 40, 46, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/da.po, 12, 40, 40, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/es.po, 12, 40, 48, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/pl.po, 12, 40, 55, 0, 0, 0, 0, 12, 40 -phodav-2.2-4.fc30.src.rpm.stats.csv, po/sv.po, 12, 40, 43, 0, 0, 0, 0, 12, 40 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/ru.po, 53, 315, 297, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/pl.po, 51, 307, 319, 3, 14, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/cs.po, 53, 315, 304, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/vi.po, 53, 315, 437, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/de.po, 49, 203, 205, 4, 111, 1, 7, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/pt_BR.po, 53, 315, 362, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/eu.po, 52, 311, 306, 2, 10, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/ro.po, 53, 315, 363, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/sv.po, 22, 83, 84, 8, 40, 24, 198, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/nl.po, 53, 315, 336, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/ja.po, 40, 169, 58, 7, 124, 7, 28, 54, 321 -pinfo-0.6.10-20.fc29.src.rpm.stats.csv, po/pinfo.pot, 0, 0, 0, 0, 0, 54, 321, 54, 321 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/es.po, 27, 229, 236, 0, 0, 1, 7, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 5, 30, 7, 0, 0, 23, 206, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zu.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/as.po, 564, 3618, 3545, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ko.po, 556, 3554, 2985, 0, 0, 142, 943, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/da.po, 268, 1289, 1154, 0, 0, 430, 3208, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/kn.po, 565, 3619, 2964, 0, 0, 133, 878, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ia.po, 18, 19, 20, 0, 0, 680, 4478, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fil.po, 6, 6, 8, 0, 0, 692, 4491, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fi.po, 271, 1282, 1095, 0, 0, 427, 3215, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bal.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ar.po, 219, 1149, 1144, 0, 0, 479, 3348, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sr.po, 224, 1155, 1250, 0, 0, 474, 3342, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sk.po, 157, 775, 702, 0, 0, 541, 3722, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mai.po, 184, 932, 1042, 0, 0, 514, 3565, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/is.po, 25, 25, 27, 0, 0, 673, 4472, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/el.po, 55, 109, 111, 0, 0, 643, 4388, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hr.po, 171, 813, 814, 0, 0, 527, 3684, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bg.po, 244, 1250, 1448, 0, 0, 454, 3247, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/eo.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hu.po, 405, 2084, 1961, 0, 0, 293, 2413, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 579, 3713, 1314, 0, 0, 119, 784, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/tg.po, 20, 20, 24, 0, 0, 678, 4477, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 579, 3713, 4471, 0, 0, 119, 784, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mn.po, 8, 8, 8, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ga.po, 8, 8, 9, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/or.po, 564, 3618, 3813, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/de_CH.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/vi.po, 20, 21, 35, 0, 0, 678, 4476, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/be.po, 19, 19, 19, 0, 0, 679, 4478, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sl.po, 18, 18, 18, 0, 0, 680, 4479, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/my.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lt.po, 22, 22, 24, 0, 0, 676, 4475, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/af.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3339, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3346, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/brx.po, 1, 1, 2, 0, 0, 697, 4496, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ta.po, 564, 3618, 2946, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ilo.po, 8, 8, 10, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ms.po, 80, 432, 420, 0, 0, 618, 4065, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lv.po, 21, 21, 22, 0, 0, 677, 4476, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pa.po, 564, 3618, 4051, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/gl.po, 23, 24, 26, 0, 0, 675, 4473, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ru.po, 578, 3706, 3104, 0, 0, 120, 791, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/gu.po, 564, 3618, 3833, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bs.po, 138, 754, 757, 0, 0, 560, 3743, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/kk.po, 20, 20, 22, 0, 0, 678, 4477, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bn.po, 29, 29, 33, 0, 0, 669, 4468, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pl.po, 627, 4005, 3706, 0, 0, 71, 492, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/tr.po, 41, 52, 55, 0, 0, 657, 4445, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fa.po, 23, 23, 28, 0, 0, 675, 4474, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ca.po, 576, 3679, 4536, 0, 0, 122, 818, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/id.po, 32, 33, 34, 0, 0, 666, 4464, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sq.po, 30, 30, 35, 0, 0, 668, 4467, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 670, 4469, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ur.po, 12, 12, 16, 0, 0, 686, 4485, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ne.po, 8, 8, 11, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ast.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/th.po, 21, 21, 21, 0, 0, 677, 4476, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/am.po, 9, 9, 11, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hi.po, 564, 3618, 4038, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nds.po, 28, 29, 28, 0, 0, 670, 4468, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/eu.po, 39, 48, 50, 0, 0, 659, 4449, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fr.po, 627, 4005, 4749, 0, 0, 71, 492, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/br.po, 10, 10, 12, 0, 0, 688, 4487, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/et.po, 31, 31, 32, 0, 0, 667, 4466, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/si.po, 19, 19, 24, 0, 0, 679, 4478, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ml.po, 564, 3618, 2805, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ky.po, 1, 1, 1, 0, 0, 697, 4496, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/te.po, 564, 3618, 2852, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ka.po, 24, 24, 24, 0, 0, 674, 4473, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mr.po, 564, 3618, 3319, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nb.po, 44, 69, 73, 0, 0, 654, 4428, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nn.po, 23, 23, 26, 0, 0, 675, 4474, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/km.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pt.po, 227, 1159, 1489, 0, 0, 471, 3338, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fur.po, 18, 18, 20, 0, 0, 680, 4479, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ro.po, 25, 25, 25, 0, 0, 673, 4472, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/de.po, 579, 3713, 3407, 0, 0, 119, 784, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/cy.po, 14, 14, 15, 0, 0, 684, 4483, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nso.po, 9, 9, 10, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mk.po, 128, 744, 912, 0, 0, 570, 3753, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/it.po, 577, 3704, 3949, 0, 0, 121, 793, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/es.po, 27, 229, 236, 0, 0, 1, 7, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 5, 30, 7, 0, 0, 23, 206, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zu.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/as.po, 564, 3618, 3545, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ko.po, 556, 3554, 2985, 0, 0, 142, 943, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/da.po, 268, 1289, 1154, 0, 0, 430, 3208, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/kn.po, 565, 3619, 2964, 0, 0, 133, 878, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ia.po, 18, 19, 20, 0, 0, 680, 4478, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fil.po, 6, 6, 8, 0, 0, 692, 4491, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fi.po, 271, 1282, 1095, 0, 0, 427, 3215, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bal.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ar.po, 219, 1149, 1144, 0, 0, 479, 3348, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sr.po, 224, 1155, 1250, 0, 0, 474, 3342, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sk.po, 157, 775, 702, 0, 0, 541, 3722, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mai.po, 184, 932, 1042, 0, 0, 514, 3565, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/is.po, 25, 25, 27, 0, 0, 673, 4472, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/el.po, 55, 109, 111, 0, 0, 643, 4388, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hr.po, 171, 813, 814, 0, 0, 527, 3684, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bg.po, 244, 1250, 1448, 0, 0, 454, 3247, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/eo.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hu.po, 405, 2084, 1961, 0, 0, 293, 2413, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 579, 3713, 1314, 0, 0, 119, 784, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/tg.po, 20, 20, 24, 0, 0, 678, 4477, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 579, 3713, 4471, 0, 0, 119, 784, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mn.po, 8, 8, 8, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ga.po, 8, 8, 9, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/or.po, 564, 3618, 3813, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/de_CH.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/vi.po, 20, 21, 35, 0, 0, 678, 4476, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/be.po, 19, 19, 19, 0, 0, 679, 4478, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sl.po, 18, 18, 18, 0, 0, 680, 4479, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/my.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lt.po, 22, 22, 24, 0, 0, 676, 4475, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/af.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3339, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3346, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/brx.po, 1, 1, 2, 0, 0, 697, 4496, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ta.po, 564, 3618, 2946, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ilo.po, 8, 8, 10, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ms.po, 80, 432, 420, 0, 0, 618, 4065, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lv.po, 21, 21, 22, 0, 0, 677, 4476, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pa.po, 564, 3618, 4051, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/gl.po, 23, 24, 26, 0, 0, 675, 4473, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ru.po, 578, 3706, 3104, 0, 0, 120, 791, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/gu.po, 564, 3618, 3833, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bs.po, 138, 754, 757, 0, 0, 560, 3743, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/kk.po, 20, 20, 22, 0, 0, 678, 4477, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bn.po, 29, 29, 33, 0, 0, 669, 4468, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pl.po, 627, 4005, 3706, 0, 0, 71, 492, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/tr.po, 41, 52, 55, 0, 0, 657, 4445, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fa.po, 23, 23, 28, 0, 0, 675, 4474, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ca.po, 576, 3679, 4536, 0, 0, 122, 818, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/id.po, 32, 33, 34, 0, 0, 666, 4464, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/sq.po, 30, 30, 35, 0, 0, 668, 4467, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 670, 4469, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ur.po, 12, 12, 16, 0, 0, 686, 4485, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ne.po, 8, 8, 11, 0, 0, 690, 4489, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ast.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/th.po, 21, 21, 21, 0, 0, 677, 4476, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/am.po, 9, 9, 11, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hi.po, 564, 3618, 4038, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nds.po, 28, 29, 28, 0, 0, 670, 4468, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/eu.po, 39, 48, 50, 0, 0, 659, 4449, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fr.po, 627, 4005, 4749, 0, 0, 71, 492, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/br.po, 10, 10, 12, 0, 0, 688, 4487, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/et.po, 31, 31, 32, 0, 0, 667, 4466, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/si.po, 19, 19, 24, 0, 0, 679, 4478, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ml.po, 564, 3618, 2805, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ky.po, 1, 1, 1, 0, 0, 697, 4496, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/te.po, 564, 3618, 2852, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ka.po, 24, 24, 24, 0, 0, 674, 4473, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mr.po, 564, 3618, 3319, 0, 0, 134, 879, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nb.po, 44, 69, 73, 0, 0, 654, 4428, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nn.po, 23, 23, 26, 0, 0, 675, 4474, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/km.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/pt.po, 227, 1159, 1489, 0, 0, 471, 3338, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/fur.po, 18, 18, 20, 0, 0, 680, 4479, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ro.po, 25, 25, 25, 0, 0, 673, 4472, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/de.po, 579, 3713, 3407, 0, 0, 119, 784, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/cy.po, 14, 14, 15, 0, 0, 684, 4483, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/nso.po, 9, 9, 10, 0, 0, 689, 4488, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mk.po, 128, 744, 912, 0, 0, 570, 3753, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/it.po, 577, 3704, 3949, 0, 0, 121, 793, 698, 4497 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-1.fc30.src.rpm.stats.csv, po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/id.po, 26, 228, 214, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/da.po, 2, 20, 22, 4, 41, 20, 167, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/uk.po, 26, 228, 238, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/sv.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/pt_BR.po, 26, 228, 257, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/de.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/sk.po, 26, 228, 245, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/hr.po, 26, 228, 210, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/pl.po, 26, 228, 228, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/cs.po, 25, 141, 129, 1, 87, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/zh_CN.po, 25, 227, 102, 0, 0, 1, 1, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/tr.po, 26, 228, 222, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/zh_TW.po, 26, 228, 94, 0, 0, 0, 0, 26, 228 -polkit-0.115-10.fc30.1.src.rpm.stats.csv, po/hu.po, 26, 228, 213, 0, 0, 0, 0, 26, 228 -popt-1.16-17.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -popt-1.16-17.fc30.src.rpm.stats.csv, po/pl.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/fr.gmo, 24, 61, 73, 0, 0, 0, 0, 24, 61 -popt-1.16-17.fc30.src.rpm.stats.csv, po/eo.gmo, 29, 78, 89, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/zh_CN.po, 29, 78, 40, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 24, 61, 26, 0, 0, 0, 0, 24, 61 -popt-1.16-17.fc30.src.rpm.stats.csv, po/nb.po, 24, 61, 58, 2, 8, 5, 15, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ro.po, 11, 31, 32, 3, 16, 17, 37, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/fi.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/es.gmo, 21, 48, 54, 0, 0, 0, 0, 21, 48 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ko.po, 24, 61, 61, 2, 8, 5, 15, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ja.gmo, 26, 68, 26, 0, 0, 0, 0, 26, 68 -popt-1.16-17.fc30.src.rpm.stats.csv, po/de.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/da.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/wa.po, 2, 8, 15, 1, 5, 28, 71, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ga.po, 29, 78, 91, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/hu.po, 26, 68, 69, 3, 10, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/sv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ru.gmo, 29, 78, 80, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ja.po, 26, 68, 26, 3, 10, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/sl.po, 2, 8, 10, 1, 5, 28, 71, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/sk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/vi.gmo, 29, 78, 140, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ga.gmo, 29, 78, 91, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ru.po, 29, 78, 80, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/lv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/es.po, 21, 48, 54, 2, 8, 8, 28, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/th.gmo, 29, 78, 38, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/hu.gmo, 26, 68, 69, 0, 0, 0, 0, 26, 68 -popt-1.16-17.fc30.src.rpm.stats.csv, po/fr.po, 24, 61, 73, 2, 8, 5, 15, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/ro.gmo, 11, 31, 32, 0, 0, 0, 0, 11, 31 -popt-1.16-17.fc30.src.rpm.stats.csv, po/th.po, 29, 78, 38, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/vi.po, 29, 78, 140, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/it.gmo, 29, 78, 90, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/is.po, 24, 61, 68, 2, 8, 5, 15, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/de.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/nl.po, 29, 78, 88, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/cs.gmo, 29, 78, 79, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/nl.gmo, 29, 78, 88, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/da.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/it.po, 29, 78, 90, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/id.po, 29, 78, 82, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/id.gmo, 29, 78, 82, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/popt.pot, 0, 0, 0, 0, 0, 31, 84, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/cs.po, 29, 78, 79, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/fi.gmo, 29, 78, 76, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/lv.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 29, 78, 40, 0, 0, 0, 0, 29, 78 -popt-1.16-17.fc30.src.rpm.stats.csv, po/zh_TW.po, 24, 61, 26, 2, 8, 5, 15, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/tr.po, 21, 48, 52, 3, 13, 7, 23, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/uk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/eo.po, 29, 78, 89, 0, 0, 2, 6, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/gl.po, 21, 48, 56, 3, 13, 7, 23, 31, 84 -popt-1.16-17.fc30.src.rpm.stats.csv, po/pt.po, 24, 61, 69, 2, 8, 5, 15, 31, 84 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/template-man.pot, 0, 0, 0, 0, 0, 78, 517, 78, 517 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/fr.po, 593, 5211, 5721, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/template-man-top.pot, 0, 0, 0, 0, 0, 662, 13136, 662, 13136 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/zh_CN.po, 34, 41, 37, 0, 0, 559, 5170, 593, 5211 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/template-man-ps.pot, 0, 0, 0, 0, 0, 787, 5978, 787, 5978 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/de.po, 583, 4927, 5018, 1, 60, 9, 224, 593, 5211 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/pl.po, 593, 5211, 4699, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/sv.po, 593, 5211, 4807, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/uk.po, 593, 5211, 5270, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, man-po/pt_BR.po, 593, 5211, 5656, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/fr.po, 795, 4574, 5399, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 63, 158, 105, 347, 1194, 388, 3241, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/procps-ng.pot, 0, 0, 0, 0, 0, 798, 4593, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/uk.gmo, 795, 4574, 4883, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/de.po, 690, 3410, 3371, 9, 61, 99, 1122, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/pl.gmo, 795, 4574, 4588, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/pl.po, 795, 4574, 4588, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 795, 4574, 5145, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/sv.po, 795, 4574, 4385, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/vi.gmo, 754, 4366, 6158, 0, 0, 0, 0, 754, 4366 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/sv.gmo, 795, 4574, 4385, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/de.gmo, 690, 3410, 3371, 0, 0, 0, 0, 690, 3410 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/uk.po, 795, 4574, 4883, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/vi.po, 754, 4366, 6158, 21, 158, 23, 69, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 795, 4574, 5145, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/fr.gmo, 795, 4574, 5399, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-5.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 63, 158, 105, 0, 0, 0, 0, 63, 158 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/fr.po, 80, 646, 747, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/cs.po, 75, 497, 498, 10, 495, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/hu.gmo, 80, 646, 651, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/eo.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/eu.gmo, 68, 452, 457, 0, 0, 0, 0, 68, 452 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/ro.po, 11, 81, 91, 18, 200, 56, 711, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/fi.po, 80, 646, 586, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/zh_CN.po, 75, 497, 271, 10, 495, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/ru.po, 80, 646, 664, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/da.gmo, 80, 646, 648, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/ca.po, 11, 81, 92, 23, 517, 51, 394, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/eu.po, 68, 452, 457, 16, 533, 1, 7, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/sr.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/it.po, 75, 497, 544, 10, 495, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/eo.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/uk.gmo, 80, 646, 716, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/de.po, 80, 646, 655, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/pl.gmo, 80, 646, 672, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/pl.po, 80, 646, 672, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 80, 646, 738, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/pt.po, 2, 10, 11, 14, 91, 69, 891, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/id.po, 68, 452, 484, 16, 533, 1, 7, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/it.gmo, 75, 497, 544, 0, 0, 0, 0, 75, 497 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/el.gmo, 80, 646, 703, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/sv.po, 80, 646, 656, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/zh_TW.po, 75, 497, 243, 10, 495, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/ja.po, 34, 203, 87, 21, 512, 30, 277, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/id.gmo, 68, 452, 484, 0, 0, 0, 0, 68, 452 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/vi.gmo, 80, 646, 975, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 75, 497, 243, 0, 0, 0, 0, 75, 497 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/sv.gmo, 80, 646, 656, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/hu.po, 80, 646, 651, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/de.gmo, 80, 646, 655, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/uk.po, 80, 646, 716, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/vi.po, 80, 646, 975, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/fi.gmo, 80, 646, 586, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/pt_BR.po, 80, 646, 738, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/bg.po, 34, 203, 270, 21, 512, 30, 277, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/nl.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/psmisc.pot, 0, 0, 0, 0, 0, 85, 992, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/nl.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/fr.gmo, 80, 646, 747, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/nb.po, 34, 203, 212, 21, 512, 30, 277, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/hr.gmo, 80, 646, 659, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/el.po, 80, 646, 703, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/ru.gmo, 80, 646, 664, 0, 0, 0, 0, 80, 646 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/cs.gmo, 75, 497, 498, 0, 0, 0, 0, 75, 497 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/sr.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/da.po, 80, 646, 648, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/hr.po, 80, 646, 659, 5, 346, 0, 0, 85, 992 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 75, 497, 271, 0, 0, 0, 0, 75, 497 -psmisc-23.1-5.1.fc30.src.rpm.stats.csv, po/bg.gmo, 34, 203, 270, 0, 0, 0, 0, 34, 203 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/fi.po, 409, 2013, 1649, 44, 952, 43, 339, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/es.po, 409, 2013, 2386, 44, 952, 43, 339, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/id.po, 522, 3403, 3284, 14, 181, 0, 0, 536, 3584 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/el.po, 551, 3584, 3652, 0, 0, 0, 0, 551, 3584 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 529, 3529, 1460, 0, 0, 0, 0, 529, 3529 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/cs.po, 464, 2840, 2701, 6, 148, 26, 316, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/hi.po, 407, 2011, 2239, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/lt.po, 538, 3588, 3303, 0, 0, 0, 0, 538, 3588 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/uk.po, 536, 3584, 3655, 0, 0, 0, 0, 536, 3584 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/de_CH.po, 369, 1754, 1566, 57, 906, 70, 644, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/ta.po, 407, 2011, 1835, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/mr.po, 407, 2011, 2002, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/ja.po, 496, 3304, 1617, 0, 0, 0, 0, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/nn.po, 531, 3552, 3298, 0, 0, 0, 0, 531, 3552 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/sv.po, 536, 3579, 3262, 0, 0, 0, 0, 536, 3579 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 534, 3573, 1526, 0, 0, 0, 0, 534, 3573 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/pl.po, 536, 3584, 3501, 0, 0, 0, 0, 536, 3584 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 407, 2011, 2154, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/fr.po, 521, 3450, 4057, 0, 0, 0, 0, 521, 3450 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/te.po, 407, 2011, 1809, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/de.po, 526, 3513, 3264, 0, 0, 4, 11, 530, 3524 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/sk.po, 367, 1253, 1199, 0, 0, 163, 2286, 530, 3539 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/pt.po, 374, 1932, 2171, 55, 981, 67, 391, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/hu.po, 530, 3524, 3484, 0, 0, 0, 0, 530, 3524 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/be.po, 529, 3516, 3289, 1, 8, 0, 0, 530, 3524 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/gu.po, 407, 2011, 2207, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/oc.po, 474, 2206, 2681, 0, 0, 57, 1337, 531, 3543 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/gl.po, 498, 3326, 4000, 0, 0, 3, 22, 501, 3348 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/ru.po, 551, 3584, 3652, 0, 0, 0, 0, 551, 3584 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/pa.po, 407, 2011, 2223, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/or.po, 407, 2011, 2102, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/kn.po, 407, 2011, 1869, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/ko.po, 525, 3475, 3035, 0, 0, 0, 0, 525, 3475 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 530, 3524, 3989, 0, 0, 0, 0, 530, 3524 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/hr.po, 530, 3550, 3249, 0, 0, 0, 0, 530, 3550 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/it.po, 531, 3552, 3918, 0, 0, 0, 0, 531, 3552 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/he.po, 84, 190, 195, 15, 48, 397, 3066, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/tr.po, 531, 3552, 3252, 0, 0, 0, 0, 531, 3552 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/nl.po, 407, 2011, 1932, 43, 951, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/as.po, 406, 2010, 2145, 44, 952, 46, 342, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/ca.po, 377, 1937, 2379, 59, 985, 60, 382, 496, 3304 -pulseaudio-12.2-3.fc30.src.rpm.stats.csv, po/sr.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zu.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 36, 337, 114, 0, 0, 143, 1268, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zh_TW.mo, 36, 337, 114, 0, 0, 0, 0, 36, 337 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zh_HK.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 179, 1605, 686, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/zh_CN.mo, 179, 1605, 686, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/yo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/wba.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/vi.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ur.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/uk.po, 179, 1605, 1457, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/uk.mo, 179, 1605, 1457, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/tw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/tr.po, 26, 268, 216, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/tr.mo, 26, 268, 216, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/th.po, 24, 259, 106, 0, 0, 155, 1346, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/th.mo, 24, 259, 106, 0, 0, 0, 0, 24, 259 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/tg.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/te.po, 23, 250, 201, 0, 0, 156, 1355, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/te.mo, 23, 250, 201, 0, 0, 0, 0, 23, 250 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ta.po, 14, 171, 120, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ta.mo, 14, 171, 120, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sv.po, 179, 1605, 1432, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sv.mo, 179, 1605, 1432, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 14, 171, 151, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sr@latin.mo, 14, 171, 151, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sr.po, 116, 1065, 985, 0, 0, 63, 540, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sr.mo, 116, 1065, 985, 0, 0, 0, 0, 116, 1065 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sq.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sl.po, 13, 166, 134, 0, 0, 166, 1439, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sl.mo, 13, 166, 134, 0, 0, 0, 0, 13, 166 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sk.po, 171, 1527, 1378, 0, 0, 8, 78, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/sk.mo, 171, 1527, 1378, 0, 0, 0, 0, 171, 1527 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/si.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ru.po, 170, 1521, 1285, 0, 0, 9, 84, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ru.mo, 170, 1521, 1285, 0, 0, 0, 0, 170, 1521 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ro.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pykickstart.pot, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 145, 1303, 1391, 0, 0, 34, 302, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pt_BR.mo, 145, 1303, 1391, 0, 0, 0, 0, 145, 1303 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pt.po, 38, 359, 386, 0, 0, 141, 1246, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pt.mo, 38, 359, 386, 0, 0, 0, 0, 38, 359 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pl.po, 179, 1605, 1499, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pl.mo, 179, 1605, 1499, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pa.po, 24, 257, 295, 0, 0, 155, 1348, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/pa.mo, 24, 257, 295, 0, 0, 0, 0, 24, 257 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/or.po, 24, 257, 236, 0, 0, 155, 1348, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/or.mo, 24, 257, 236, 0, 0, 0, 0, 24, 257 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nso.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nl.po, 179, 1605, 1633, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nl.mo, 179, 1605, 1633, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ne.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nds.po, 4, 34, 33, 0, 0, 175, 1571, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nds.mo, 4, 34, 33, 0, 0, 0, 0, 4, 34 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nb.po, 14, 171, 155, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/nb.mo, 14, 171, 155, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ms.po, 13, 166, 153, 0, 0, 166, 1439, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ms.mo, 13, 166, 153, 0, 0, 0, 0, 13, 166 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mr.po, 14, 171, 159, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mr.mo, 14, 171, 159, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ml.po, 14, 171, 126, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ml.mo, 14, 171, 126, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mk.po, 13, 166, 170, 0, 0, 166, 1439, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mk.mo, 13, 166, 170, 0, 0, 0, 0, 13, 166 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mai.po, 13, 166, 165, 0, 0, 166, 1439, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/mai.mo, 13, 166, 165, 0, 0, 0, 0, 13, 166 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/lv.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ky.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw_GB.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw@uccor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw@kkcor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ko.po, 26, 268, 218, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ko.mo, 26, 268, 218, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kn.po, 26, 268, 226, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kn.mo, 26, 268, 226, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/km.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/kk.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ka.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ja.po, 179, 1605, 666, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ja.mo, 179, 1605, 666, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/it.po, 41, 352, 387, 0, 0, 138, 1253, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/it.mo, 41, 352, 387, 0, 0, 0, 0, 41, 352 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/is.po, 14, 171, 164, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/is.mo, 14, 171, 164, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ilo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/id.po, 15, 177, 168, 0, 0, 164, 1428, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/id.mo, 15, 177, 168, 0, 0, 0, 0, 15, 177 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ia.po, 26, 268, 292, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ia.mo, 26, 268, 292, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/hu.po, 30, 308, 274, 0, 0, 149, 1297, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/hu.mo, 30, 308, 274, 0, 0, 0, 0, 30, 308 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/hr.po, 14, 171, 157, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/hr.mo, 14, 171, 157, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/hi.po, 26, 268, 293, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/hi.mo, 26, 268, 293, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/he.po, 14, 171, 131, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/he.mo, 14, 171, 131, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/gu.po, 26, 268, 273, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/gu.mo, 26, 268, 273, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/gl.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/gl.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/fr.po, 179, 1605, 1756, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/fr.mo, 179, 1605, 1756, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/fi.po, 26, 268, 192, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/fi.mo, 26, 268, 192, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/fa.po, 24, 257, 264, 0, 0, 155, 1348, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/fa.mo, 24, 257, 264, 0, 0, 0, 0, 24, 257 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/eu.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/eu.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/et.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/es.po, 179, 1605, 1747, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/es.mo, 179, 1605, 1747, 0, 0, 0, 0, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/eo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/en_GB.po, 24, 257, 257, 0, 0, 155, 1348, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/en_GB.mo, 24, 257, 257, 0, 0, 0, 0, 24, 257 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/el.po, 14, 171, 179, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/el.mo, 14, 171, 179, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/de_CH.po, 14, 171, 179, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/de_CH.mo, 14, 171, 179, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/de.po, 145, 1303, 1259, 0, 0, 34, 302, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/de.mo, 145, 1303, 1259, 0, 0, 0, 0, 145, 1303 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/da.po, 30, 308, 278, 0, 0, 149, 1297, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/da.mo, 30, 308, 278, 0, 0, 0, 0, 30, 308 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/cy.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/cs.po, 170, 1521, 1316, 0, 0, 9, 84, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/cs.mo, 170, 1521, 1316, 0, 0, 0, 0, 170, 1521 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ca.po, 173, 1547, 1762, 0, 0, 6, 58, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ca.mo, 173, 1547, 1762, 0, 0, 0, 0, 173, 1547 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bs.po, 17, 212, 192, 0, 0, 162, 1393, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bs.mo, 17, 212, 192, 0, 0, 0, 0, 17, 212 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/brx.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/br.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 26, 268, 268, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bn_IN.mo, 26, 268, 268, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bn.po, 26, 268, 268, 0, 0, 153, 1337, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bn.mo, 26, 268, 268, 0, 0, 0, 0, 26, 268 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bg.po, 29, 297, 284, 0, 0, 150, 1308, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bg.mo, 29, 297, 284, 0, 0, 0, 0, 29, 297 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/be.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/bal.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ast.po, 14, 171, 187, 0, 0, 165, 1434, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ast.mo, 14, 171, 187, 0, 0, 0, 0, 14, 171 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/as.po, 30, 308, 290, 0, 0, 149, 1297, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/as.mo, 30, 308, 290, 0, 0, 0, 0, 30, 308 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ar.po, 24, 257, 228, 0, 0, 155, 1348, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/ar.mo, 24, 257, 228, 0, 0, 0, 0, 24, 257 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/anp.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/am.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.20-2.fc30.src.rpm.stats.csv, po/af.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 75, 524, 250, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/zh_TW.mo, 75, 524, 250, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 75, 524, 260, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/zh_CN.mo, 75, 524, 260, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ur.po, 3, 37, 37, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ur.mo, 3, 37, 37, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/uk.po, 75, 524, 524, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/uk.mo, 75, 524, 524, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/tr.po, 10, 62, 49, 0, 0, 65, 462, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/tr.mo, 10, 62, 49, 0, 0, 0, 0, 10, 62 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/th.po, 7, 52, 16, 0, 0, 68, 472, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/th.mo, 7, 52, 16, 0, 0, 0, 0, 7, 52 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/tg.po, 3, 12, 15, 0, 0, 72, 512, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/tg.mo, 3, 12, 15, 0, 0, 0, 0, 3, 12 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/te.po, 56, 326, 290, 0, 0, 19, 198, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/te.mo, 56, 326, 290, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ta.po, 43, 290, 254, 0, 0, 32, 234, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ta.mo, 43, 290, 254, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sv.po, 75, 524, 525, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sv.mo, 75, 524, 525, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 21, 188, 187, 0, 0, 54, 336, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sr@latin.mo, 21, 188, 187, 0, 0, 0, 0, 21, 188 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sr.po, 67, 456, 461, 0, 0, 8, 68, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sr.mo, 67, 456, 461, 0, 0, 0, 0, 67, 456 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sq.po, 5, 43, 37, 0, 0, 70, 481, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sq.mo, 5, 43, 37, 0, 0, 0, 0, 5, 43 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sl.po, 3, 37, 29, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sl.mo, 3, 37, 29, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sk.po, 72, 518, 519, 0, 0, 3, 6, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/sk.mo, 72, 518, 519, 0, 0, 0, 0, 72, 518 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/si.po, 24, 206, 204, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/si.mo, 24, 206, 204, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ru.po, 75, 524, 486, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ru.mo, 75, 524, 486, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ro.po, 3, 37, 33, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ro.mo, 3, 37, 33, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 75, 524, 589, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pt_BR.mo, 75, 524, 589, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pt.po, 24, 206, 232, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pt.mo, 24, 206, 232, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pl.po, 75, 524, 530, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pl.mo, 75, 524, 530, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pa.po, 43, 290, 355, 0, 0, 32, 234, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/pa.mo, 43, 290, 355, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/or.po, 43, 290, 322, 0, 0, 32, 234, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/or.mo, 43, 290, 322, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/nso.po, 3, 37, 42, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/nso.mo, 3, 37, 42, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/nl.po, 75, 524, 552, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/nl.mo, 75, 524, 552, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ne.po, 3, 37, 31, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ne.mo, 3, 37, 31, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/nb.po, 13, 85, 78, 0, 0, 62, 439, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/nb.mo, 13, 85, 78, 0, 0, 0, 0, 13, 85 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ms.po, 3, 37, 28, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ms.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/mr.po, 56, 326, 343, 0, 0, 19, 198, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/mr.mo, 56, 326, 343, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ml.po, 43, 290, 225, 0, 0, 32, 234, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ml.mo, 43, 290, 225, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/mk.po, 3, 37, 28, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/mk.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/mai.po, 8, 63, 67, 0, 0, 67, 461, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/mai.mo, 8, 63, 67, 0, 0, 0, 0, 8, 63 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/lv.po, 9, 56, 51, 0, 0, 66, 468, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/lv.mo, 9, 56, 51, 0, 0, 0, 0, 9, 56 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ko.po, 75, 524, 454, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ko.mo, 75, 524, 454, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/kn.po, 56, 326, 297, 0, 0, 19, 198, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/kn.mo, 56, 326, 297, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/kk.po, 43, 290, 269, 0, 0, 32, 234, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/kk.mo, 43, 290, 269, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ka.po, 11, 24, 24, 0, 0, 64, 500, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ka.mo, 11, 24, 24, 0, 0, 0, 0, 11, 24 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ja.po, 75, 524, 258, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ja.mo, 75, 524, 258, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/it.po, 75, 524, 545, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/it.mo, 75, 524, 545, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/is.po, 5, 43, 36, 0, 0, 70, 481, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/is.mo, 5, 43, 36, 0, 0, 0, 0, 5, 43 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ilo.po, 3, 37, 41, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ilo.mo, 3, 37, 41, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/id.po, 24, 206, 196, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/id.mo, 24, 206, 196, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ia.po, 36, 277, 310, 0, 0, 39, 247, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ia.mo, 36, 277, 310, 0, 0, 0, 0, 36, 277 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/hu.po, 75, 524, 531, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/hu.mo, 75, 524, 531, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/hr.po, 3, 37, 22, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/hr.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/hi.po, 24, 206, 239, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/hi.mo, 24, 206, 239, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/he.po, 5, 23, 20, 0, 0, 70, 501, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/he.mo, 5, 23, 20, 0, 0, 0, 0, 5, 23 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/gu.po, 56, 326, 358, 0, 0, 19, 198, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/gu.mo, 56, 326, 358, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/fr.po, 75, 524, 618, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/fr.mo, 75, 524, 618, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/fi.po, 24, 206, 167, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/fi.mo, 24, 206, 167, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/fa.po, 24, 206, 231, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/fa.mo, 24, 206, 231, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/eu.po, 2, 8, 8, 0, 0, 73, 516, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/eu.mo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/et.po, 8, 52, 51, 0, 0, 67, 472, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/et.mo, 8, 52, 51, 0, 0, 0, 0, 8, 52 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/es.po, 75, 524, 637, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/es.mo, 75, 524, 637, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/en_GB.po, 24, 206, 206, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/en_GB.mo, 24, 206, 206, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/el.po, 6, 47, 51, 0, 0, 69, 477, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/el.mo, 6, 47, 51, 0, 0, 0, 0, 6, 47 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/de_CH.po, 7, 52, 41, 0, 0, 68, 472, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/de_CH.mo, 7, 52, 41, 0, 0, 0, 0, 7, 52 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/de.po, 75, 524, 514, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/de.mo, 75, 524, 514, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/da.po, 75, 524, 493, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/da.mo, 75, 524, 493, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/cy.po, 3, 37, 32, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/cy.mo, 3, 37, 32, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/cs.po, 75, 524, 498, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/cs.mo, 75, 524, 498, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ca.po, 75, 524, 651, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ca.mo, 75, 524, 651, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bs.po, 3, 37, 22, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bs.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 62, 355, 401, 0, 0, 13, 169, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bn_IN.mo, 62, 355, 401, 0, 0, 0, 0, 62, 355 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bn.po, 24, 206, 225, 0, 0, 51, 318, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bn.mo, 24, 206, 225, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/blivet.pot, 0, 0, 0, 0, 0, 75, 524, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bg.po, 62, 357, 407, 0, 0, 13, 167, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/bg.mo, 62, 357, 407, 0, 0, 0, 0, 62, 357 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ast.po, 23, 202, 209, 0, 0, 52, 322, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ast.mo, 23, 202, 209, 0, 0, 0, 0, 23, 202 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/as.po, 62, 355, 382, 0, 0, 13, 169, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/as.mo, 62, 355, 382, 0, 0, 0, 0, 62, 355 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ar.po, 5, 41, 34, 0, 0, 70, 483, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/ar.mo, 5, 41, 34, 0, 0, 0, 0, 5, 41 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/am.po, 3, 37, 26, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/am.mo, 3, 37, 26, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/af.po, 3, 37, 36, 0, 0, 72, 487, 75, 524 -python-blivet-3.1.3-3.fc30.src.rpm.stats.csv, po/af.mo, 3, 37, 36, 0, 0, 0, 0, 3, 37 -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv, humanize/locale/ru_RU/LC_MESSAGES/humanize.po, 52, 97, 110, 0, 0, 0, 0, 52, 97 -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv, humanize/locale/ru_RU/LC_MESSAGES/humanize.mo, 52, 97, 110, 0, 0, 0, 0, 52, 97 -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv, humanize/locale/ko_KR/LC_MESSAGES/humanize.po, 33, 78, 54, 19, 19, 0, 0, 52, 97 -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv, humanize/locale/ko_KR/LC_MESSAGES/humanize.mo, 33, 78, 54, 0, 0, 0, 0, 33, 78 -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv, humanize/locale/fr_FR/LC_MESSAGES/humanize.po, 32, 77, 83, 20, 20, 0, 0, 52, 97 -python-humanize-0.5.1-16.fc30.src.rpm.stats.csv, humanize/locale/fr_FR/LC_MESSAGES/humanize.mo, 32, 77, 83, 0, 0, 0, 0, 32, 77 -python-meh-0.47-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ko.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/fi.po, 19, 96, 65, 0, 0, 4, 13, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/it.po, 15, 64, 61, 8, 45, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ja.po, 20, 83, 28, 0, 0, 3, 26, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/tr.po, 23, 109, 91, 0, 0, 0, 0, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.47-2.fc30.src.rpm.stats.csv, po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/uk.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 6, 16, 6, 0, 0, 10, 26, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 6, 16, 13, 0, 0, 10, 26, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/hu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/pl.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ja.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/en_GB.po, 15, 35, 35, 0, 0, 1, 7, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/cs.po, 16, 42, 41, 0, 0, 0, 0, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ca.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/python-simpleline.pot, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/sk.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/sv.po, 6, 16, 17, 0, 0, 10, 26, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/da.po, 16, 42, 45, 0, 0, 0, 0, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/fr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ru.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/es.po, 16, 42, 40, 0, 0, 0, 0, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.4-2.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/zh_CN.po, 18, 33, 20, 0, 0, 1, 2, 19, 35 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/messages.po, 0, 0, 0, 0, 0, 19, 35, 19, 35 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/de_DE.po, 18, 33, 29, 0, 0, 1, 2, 19, 35 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/tr.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/bg.po, 18, 33, 34, 0, 0, 1, 2, 19, 35 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/fr_FR.po, 18, 33, 39, 0, 0, 1, 2, 19, 35 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/it.po, 18, 33, 38, 0, 0, 1, 2, 19, 35 -qemu-3.1.0-6.fc30.src.rpm.stats.csv, po/hu.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, demos/declarative/photoviewer/qml/photoviewer/i18n/base.ts, 0, 0, 0, 0, 0, 4, 4, 4, 4 -qt-4.8.7-47.fc30.src.rpm.stats.csv, demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.ts, 4, 4, 4, 0, 0, 0, 0, 4, 4 -qt-4.8.7-47.fc30.src.rpm.stats.csv, demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.qm, 4, 4, 4, 0, 0, 0, 0, 4, 4 -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, examples/declarative/i18n/qml/i18n/base.ts, 0, 0, 0, 0, 0, 1, 1, 1, 1 -qt-4.8.7-47.fc30.src.rpm.stats.csv, examples/declarative/i18n/qml/i18n/qml_en_AU.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -qt-4.8.7-47.fc30.src.rpm.stats.csv, examples/declarative/i18n/qml/i18n/qml_fr.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-47.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt5-qtbase-5.12.1-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv, examples/qml/qml-i18n/i18n/qml_fr.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv, examples/qml/qml-i18n/i18n/qml_en.ts, 0, 0, 0, 0, 0, 0, 0, 0, 0 -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv, examples/qml/qml-i18n/i18n/qml_en_AU.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv, examples/qml/qml-i18n/i18n/base.ts, 0, 0, 0, 0, 0, 1, 1, 1, 1 -qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -quota-4.04-12.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -quota-4.04-12.fc30.src.rpm.stats.csv, po/cs.gmo, 484, 3706, 3856, 0, 0, 0, 0, 484, 3706 -quota-4.04-12.fc30.src.rpm.stats.csv, po/cs.po, 484, 3706, 3856, 48, 875, 29, 124, 561, 4705 -quota-4.04-12.fc30.src.rpm.stats.csv, po/pl.po, 484, 3706, 3939, 48, 875, 29, 124, 561, 4705 -quota-4.04-12.fc30.src.rpm.stats.csv, po/de.gmo, 434, 3354, 3372, 0, 0, 0, 0, 434, 3354 -quota-4.04-12.fc30.src.rpm.stats.csv, po/quota.pot, 0, 0, 0, 0, 0, 561, 4705, 561, 4705 -quota-4.04-12.fc30.src.rpm.stats.csv, po/fr.po, 233, 1545, 1955, 213, 1512, 115, 1648, 561, 4705 -quota-4.04-12.fc30.src.rpm.stats.csv, po/de.po, 434, 3354, 3372, 90, 1169, 37, 182, 561, 4705 -quota-4.04-12.fc30.src.rpm.stats.csv, po/pl.gmo, 484, 3706, 3939, 0, 0, 0, 0, 484, 3706 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/gl.po, 125, 778, 999, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ko.po, 127, 789, 706, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ru.po, 127, 789, 795, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/el.po, 125, 778, 926, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/en_GB.po, 125, 778, 778, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/es_CL.po, 0, 0, 0, 0, 0, 125, 778, 125, 778 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/id.po, 125, 778, 817, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/fr.po, 18, 110, 116, 0, 0, 109, 679, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/zh_CN.po, 88, 511, 122, 0, 0, 39, 278, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/da.po, 115, 712, 723, 0, 0, 12, 77, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/sl.po, 125, 778, 775, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/sv.po, 125, 778, 769, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/cs.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/tr.po, 125, 778, 710, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/oc.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/hu.po, 20, 129, 128, 0, 0, 107, 660, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/pl.po, 127, 789, 802, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/uk.po, 127, 789, 879, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ca.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/de.po, 116, 683, 731, 0, 0, 11, 106, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/pt_BR.po, 127, 789, 971, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/es.po, 125, 778, 1028, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-19.fc30.src.rpm.stats.csv, po/ja.po, 17, 60, 22, 0, 0, 110, 729, 127, 789 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/is.po, 86, 261, 233, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/en_GB.po, 86, 261, 261, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/et.po, 81, 253, 212, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ar.po, 81, 253, 249, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/sk.po, 86, 261, 256, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/mr.po, 86, 261, 260, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/hi.po, 86, 261, 292, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/cs.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/bn_IN.po, 86, 261, 290, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/te.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/lt.po, 73, 221, 213, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/de.po, 86, 261, 211, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/sq.po, 2, 5, 4, 0, 0, 84, 256, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/vi.po, 72, 218, 335, 3, 9, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/sr.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ur.po, 71, 216, 397, 4, 11, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/gl.po, 52, 132, 157, 1, 1, 33, 128, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ilo.po, 43, 106, 164, 4, 6, 39, 149, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ml.po, 86, 261, 245, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/lv.po, 80, 252, 225, 0, 0, 1, 1, 81, 253 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/hy.po, 73, 221, 198, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/id.po, 81, 253, 246, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/tr.po, 78, 246, 238, 3, 5, 5, 10, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/nb.po, 86, 261, 221, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/or.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/th.po, 86, 261, 126, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/mk.po, 86, 261, 286, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/sl.po, 76, 240, 247, 5, 11, 5, 10, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/bg.po, 86, 261, 293, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/nl.po, 86, 261, 228, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/he.po, 86, 261, 257, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/pl.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/fa.po, 81, 253, 277, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/zh_TW.po, 86, 261, 125, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ru.po, 86, 261, 269, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/pt_BR.po, 86, 261, 312, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/hu.po, 86, 261, 231, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ta.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/el.po, 86, 261, 271, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/gu.po, 86, 261, 275, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/pt.po, 86, 261, 315, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ms.po, 86, 261, 249, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/da.po, 86, 261, 224, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/sv.po, 86, 261, 225, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/sr@latin.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ko.po, 86, 261, 247, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/kn.po, 86, 261, 258, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/as.po, 86, 261, 304, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/am.po, 73, 221, 240, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/uk.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/nso.po, 73, 221, 363, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ka.po, 69, 205, 191, 4, 11, 13, 45, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/zu.po, 70, 213, 221, 5, 14, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/si.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ja.po, 86, 261, 110, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/be.po, 71, 216, 211, 4, 11, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/cy.po, 86, 261, 263, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ro.po, 86, 261, 273, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/af.po, 73, 221, 184, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/fi.po, 86, 261, 190, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/es.po, 86, 261, 319, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/pa.po, 86, 261, 276, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/ca.po, 86, 261, 311, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/bn.po, 76, 240, 280, 5, 11, 5, 10, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/hr.po, 86, 261, 265, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/zh_CN.po, 86, 261, 129, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/it.po, 86, 261, 296, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv, po/fr.po, 86, 261, 310, 0, 0, 0, 0, 86, 261 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/ca/ca.po, 57, 249, 302, 0, 0, 492, 7820, 549, 8069 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/el/el.po, 541, 8027, 8780, 0, 0, 0, 0, 541, 8027 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/ja/ja.po, 443, 4994, 1486, 3, 43, 0, 0, 446, 5037 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 218, 1680, 1917, 1, 25, 322, 6322, 541, 8027 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/uk/uk.po, 446, 5037, 4364, 0, 0, 0, 0, 446, 5037 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/cs/cs.po, 495, 7510, 6514, 0, 0, 0, 0, 495, 7510 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/fr/fr.po, 441, 5164, 5813, 0, 0, 100, 2863, 541, 8027 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/oc/oc.po, 123, 221, 254, 0, 0, 313, 4793, 436, 5014 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/de/de.po, 495, 7510, 7221, 0, 0, 0, 0, 495, 7510 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/ro/ro.po, 460, 5744, 5851, 2, 124, 79, 2159, 541, 8027 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/ru/ru.po, 436, 5014, 4281, 0, 0, 0, 0, 436, 5014 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/it/it.po, 436, 5014, 4731, 0, 0, 0, 0, 436, 5014 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/pt/pt.po, 433, 4983, 5401, 0, 0, 13, 52, 446, 5035 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/da/da.po, 431, 4971, 4307, 6, 118, 70, 2822, 507, 7911 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/es/es.po, 373, 4601, 5287, 0, 0, 0, 0, 373, 4601 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/sv/sv.po, 373, 4601, 4188, 0, 0, 0, 0, 373, 4601 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/eu/eu.po, 446, 5035, 3771, 0, 0, 0, 0, 446, 5035 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/gl/gl.po, 8, 68, 83, 0, 0, 1, 1, 9, 69 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 436, 5014, 771, 0, 0, 0, 0, 436, 5014 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, help/sl/sl.po, 429, 4634, 3998, 2, 236, 15, 165, 446, 5035 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ms.po, 282, 1021, 931, 0, 0, 0, 0, 282, 1021 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/is.po, 312, 1099, 994, 0, 0, 14, 124, 326, 1223 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ru.po, 971, 3734, 3628, 0, 0, 0, 0, 971, 3734 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/si.po, 924, 3575, 3591, 0, 0, 1, 11, 925, 3586 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/hu.po, 969, 3756, 3448, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ca@valencia.po, 923, 3940, 4974, 168, 558, 101, 544, 1192, 5042 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/tr.po, 969, 3756, 3240, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/sr.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/et.po, 1183, 5003, 4116, 11, 24, 15, 81, 1209, 5108 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/az.po, 331, 1233, 1112, 0, 0, 0, 0, 331, 1233 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ta.po, 1070, 4545, 4013, 0, 0, 0, 0, 1070, 4545 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/it.po, 968, 3746, 3967, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/he.po, 798, 2988, 2823, 72, 316, 189, 1202, 1059, 4506 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/pt.po, 978, 3763, 4277, 0, 0, 0, 0, 978, 3763 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ca.po, 968, 3746, 4593, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ko.po, 971, 3734, 3216, 0, 0, 0, 0, 971, 3734 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/id.po, 969, 3756, 3672, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ar.po, 898, 3436, 3577, 1, 2, 17, 94, 916, 3532 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/de.po, 969, 3756, 3650, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/be@latin.po, 987, 4372, 4078, 0, 0, 0, 0, 987, 4372 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/af.po, 966, 3821, 3960, 1, 7, 165, 974, 1132, 4802 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/nds.po, 169, 234, 242, 3, 7, 919, 4404, 1091, 4645 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/pl.po, 969, 3756, 3871, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/as.po, 1057, 4505, 3889, 0, 0, 0, 0, 1057, 4505 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/hr.po, 969, 3756, 3699, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/kk.po, 325, 563, 553, 0, 0, 643, 3156, 968, 3719 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/sl.po, 917, 3533, 3655, 0, 0, 0, 0, 917, 3533 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/cy.po, 328, 1249, 1334, 1, 4, 0, 0, 329, 1253 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/cs.po, 969, 3756, 3798, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/fur.po, 270, 652, 788, 0, 0, 699, 3104, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/sv.po, 969, 3756, 3593, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/mr.po, 1061, 4517, 4603, 0, 0, 0, 0, 1061, 4517 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 969, 3756, 1564, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/th.po, 916, 3532, 1566, 0, 0, 0, 0, 916, 3532 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/br.po, 1047, 4371, 5029, 47, 218, 37, 208, 1131, 4797 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/be.po, 1033, 4072, 3896, 0, 0, 0, 0, 1033, 4072 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/gd.po, 979, 3769, 5461, 0, 0, 0, 0, 979, 3769 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ro.po, 970, 3751, 4235, 0, 0, 0, 0, 970, 3751 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/kn.po, 1070, 4545, 4233, 0, 0, 0, 0, 1070, 4545 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/da.po, 969, 3756, 3503, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/gl.po, 968, 3746, 4530, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/en_CA.po, 891, 3889, 3899, 0, 0, 0, 0, 891, 3889 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ga.po, 311, 596, 708, 53, 177, 559, 3234, 923, 4007 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/mn.po, 185, 453, 430, 0, 0, 107, 669, 292, 1122 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/es.po, 969, 3756, 4521, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/uk.po, 1032, 4049, 3887, 0, 0, 0, 0, 1032, 4049 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/te.po, 966, 3505, 3176, 0, 0, 67, 567, 1033, 4072 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/bs.po, 968, 3719, 3704, 0, 0, 0, 0, 968, 3719 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/lt.po, 969, 3756, 3425, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/vi.po, 969, 3756, 5014, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/nl.po, 968, 3746, 3823, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/pa.po, 910, 3393, 3737, 1, 50, 10, 133, 921, 3576 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/eu.po, 1131, 4797, 4194, 0, 0, 0, 0, 1131, 4797 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 922, 3569, 1520, 0, 0, 0, 0, 922, 3569 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/or.po, 336, 705, 839, 8, 17, 726, 3823, 1070, 4545 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/am.po, 94, 136, 175, 0, 0, 133, 713, 227, 849 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/fa.po, 767, 2269, 2462, 0, 0, 266, 1820, 1033, 4089 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/nn.po, 1169, 4962, 4808, 0, 0, 0, 0, 1169, 4962 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/dz.po, 826, 3813, 1411, 0, 0, 0, 0, 826, 3813 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/nb.po, 968, 3746, 3695, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 969, 3756, 4476, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/bg.po, 1033, 4089, 4621, 0, 0, 0, 0, 1033, 4089 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/rw.po, 32, 35, 34, 269, 1394, 91, 189, 392, 1618 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/fr.po, 969, 3756, 4578, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/mk.po, 952, 4142, 4598, 0, 0, 0, 0, 952, 4142 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/sk.po, 968, 3746, 3856, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 790, 2502, 2992, 0, 0, 280, 2043, 1070, 4545 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 979, 3769, 1784, 0, 0, 0, 0, 979, 3769 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ml.po, 60, 75, 81, 3, 3, 184, 665, 247, 743 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/eo.po, 964, 3697, 3555, 1, 2, 4, 57, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/hi.po, 1070, 4545, 5515, 0, 0, 0, 0, 1070, 4545 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ja.po, 917, 3533, 1157, 0, 0, 0, 0, 917, 3533 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ne.po, 902, 3936, 3934, 0, 0, 0, 0, 902, 3936 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/fi.po, 951, 3674, 2989, 4, 16, 13, 56, 968, 3746 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/lv.po, 969, 3756, 3480, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/en_GB.po, 1033, 4072, 4087, 0, 0, 0, 0, 1033, 4072 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/ps.po, 533, 1298, 1468, 0, 0, 390, 2721, 923, 4019 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/oc.po, 970, 3732, 4429, 1, 2, 1, 16, 972, 3750 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/gu.po, 1057, 4503, 5122, 8, 15, 4, 19, 1069, 4537 -rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv, po/el.po, 919, 3596, 3953, 0, 0, 0, 0, 919, 3596 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/tr.po, 408, 1947, 1730, 14, 60, 442, 2443, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ko.po, 360, 1812, 1793, 13, 58, 491, 2580, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/sr.po, 519, 2618, 2669, 14, 60, 331, 1772, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/id.po, 69, 451, 439, 0, 0, 795, 3999, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/pt.gmo, 361, 1815, 2294, 0, 0, 0, 0, 361, 1815 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/fi.po, 451, 2196, 1841, 14, 60, 399, 2194, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/sk.po, 634, 3195, 3189, 14, 60, 216, 1195, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ru.gmo, 494, 2430, 2381, 0, 0, 0, 0, 494, 2430 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/da.gmo, 309, 1563, 1493, 0, 0, 0, 0, 309, 1563 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/de.po, 695, 3484, 3513, 14, 60, 155, 906, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/el.gmo, 16, 74, 90, 0, 0, 0, 0, 16, 74 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/is.po, 75, 338, 339, 6, 30, 783, 4082, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/br.po, 142, 451, 593, 6, 26, 716, 3973, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ms.po, 40, 131, 136, 3, 17, 821, 4302, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/sl.po, 139, 690, 720, 10, 47, 715, 3713, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/sv.po, 741, 3798, 3560, 15, 65, 108, 587, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ja.po, 654, 3297, 1662, 14, 60, 196, 1093, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ko.gmo, 360, 1812, 1793, 0, 0, 0, 0, 360, 1812 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ar.po, 99, 268, 283, 2, 3, 763, 4179, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/is.gmo, 75, 338, 339, 0, 0, 0, 0, 75, 338 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/el.po, 16, 74, 90, 0, 0, 848, 4376, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/sr@latin.po, 519, 2618, 2669, 14, 60, 331, 1772, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/te.po, 23, 72, 69, 1, 4, 840, 4374, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/cs.po, 485, 2429, 2299, 14, 60, 365, 1961, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/cmn.po, 654, 3297, 1433, 14, 60, 196, 1093, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ar.gmo, 99, 268, 283, 0, 0, 0, 0, 99, 268 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/te.gmo, 23, 72, 69, 0, 0, 0, 0, 23, 72 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/uk.po, 741, 3798, 4156, 15, 65, 108, 587, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/vi.po, 741, 3798, 6038, 15, 65, 108, 587, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/nl.gmo, 63, 162, 155, 0, 0, 0, 0, 63, 162 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/zh_CN.gmo, 706, 3558, 1590, 0, 0, 0, 0, 706, 3558 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/sl.gmo, 139, 690, 720, 0, 0, 0, 0, 139, 690 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/pt_BR.po, 559, 2776, 3357, 14, 60, 291, 1614, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/nb.gmo, 230, 1130, 1103, 0, 0, 0, 0, 230, 1130 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/zh_CN.po, 706, 3558, 1590, 14, 60, 144, 832, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/nl.po, 63, 162, 155, 2, 3, 799, 4285, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/fr.po, 673, 3378, 4181, 14, 60, 177, 1012, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/es.po, 654, 3297, 4067, 14, 60, 196, 1093, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/pt.po, 361, 1815, 2294, 13, 58, 490, 2577, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/br.gmo, 142, 451, 593, 0, 0, 0, 0, 142, 451 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ms.gmo, 40, 131, 136, 0, 0, 0, 0, 40, 131 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/eo.po, 741, 3798, 3726, 15, 65, 108, 587, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/da.po, 309, 1563, 1493, 12, 55, 543, 2832, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/id.gmo, 69, 451, 439, 0, 0, 0, 0, 69, 451 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/nb.po, 230, 1130, 1103, 10, 50, 624, 3270, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/zh_TW.gmo, 519, 2513, 1064, 0, 0, 0, 0, 519, 2513 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/cs.gmo, 485, 2429, 2299, 0, 0, 0, 0, 485, 2429 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/it.po, 703, 3545, 4054, 14, 60, 147, 845, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ru.po, 494, 2430, 2381, 14, 60, 356, 1960, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/tr.gmo, 408, 1947, 1730, 0, 0, 0, 0, 408, 1947 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/zh_TW.po, 519, 2513, 1064, 14, 60, 331, 1877, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/ca.po, 705, 3531, 4862, 15, 65, 144, 854, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/rpm.pot, 0, 0, 0, 0, 0, 864, 4450, 864, 4450 -rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv, po/pl.po, 741, 3798, 3928, 15, 65, 108, 587, 864, 4450 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/bg.gmo, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ko.po, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/kn.gmo, 114, 556, 545, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/gu.po, 84, 377, 378, 0, 0, 30, 179, 114, 556 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/hu.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/th.gmo, 142, 669, 340, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/lt.gmo, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pl.po, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/te.gmo, 118, 577, 523, 0, 0, 0, 0, 118, 577 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/el.po, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/gl.po, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/id.gmo, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/hr.gmo, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sk.po, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fur.po, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/kn.po, 114, 556, 545, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sl.gmo, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ne.po, 97, 332, 314, 154, 867, 52, 425, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ar.po, 71, 302, 298, 39, 216, 46, 250, 156, 768 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/oc.gmo, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/nl.po, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/en_GB.po, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/vi.gmo, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sr.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/hi.po, 142, 669, 819, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/rygel.pot, 0, 0, 0, 0, 0, 303, 1624, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ja.gmo, 241, 1221, 452, 0, 0, 0, 0, 241, 1221 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/el.gmo, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/nl.gmo, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ug.gmo, 143, 676, 667, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/cs.po, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ar.gmo, 71, 302, 298, 0, 0, 0, 0, 71, 302 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pt.gmo, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/hi.gmo, 142, 669, 819, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/nb.po, 296, 1575, 1691, 2, 16, 5, 33, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sv.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/gl.gmo, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/he.po, 206, 971, 975, 10, 66, 13, 103, 229, 1140 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/af.po, 74, 250, 275, 1, 6, 55, 336, 130, 592 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fa.po, 77, 322, 378, 1, 10, 68, 348, 146, 680 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ru.gmo, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pl.gmo, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/eu.po, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/eo.gmo, 117, 448, 421, 0, 0, 0, 0, 117, 448 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/tr.gmo, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ru.po, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/as.po, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/lv.po, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/th.po, 142, 669, 340, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/lt.po, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/es.gmo, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/da.po, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ro.gmo, 114, 556, 685, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/oc.po, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/de.po, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/es.po, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ta.gmo, 142, 669, 622, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fr.po, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ro.po, 114, 556, 685, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/af.gmo, 74, 250, 275, 0, 0, 0, 0, 74, 250 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/tg.gmo, 20, 75, 79, 0, 0, 0, 0, 20, 75 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/it.gmo, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sl.po, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/bs.gmo, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/cs.gmo, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 114, 556, 608, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/he.gmo, 206, 971, 975, 0, 0, 0, 0, 206, 971 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ne.gmo, 97, 332, 314, 0, 0, 0, 0, 97, 332 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ko.gmo, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/gu.gmo, 84, 377, 378, 0, 0, 0, 0, 84, 377 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ca.po, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pa.po, 143, 676, 763, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sr.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ca@valencia.po, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/eo.po, 117, 448, 421, 54, 340, 132, 836, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/hu.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ta.po, 142, 669, 622, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fi.gmo, 135, 525, 460, 0, 0, 0, 0, 135, 525 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/kk.po, 49, 115, 112, 0, 0, 254, 1509, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pa.gmo, 143, 676, 763, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ca.gmo, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/de.gmo, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/et.po, 142, 669, 598, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/vi.po, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/bs.po, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fr.gmo, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/as.gmo, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sk.gmo, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fa.gmo, 77, 322, 378, 0, 0, 0, 0, 77, 322 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/bg.po, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ja.po, 241, 1221, 452, 0, 0, 2, 4, 243, 1225 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/en_GB.gmo, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 114, 556, 608, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sr@latin.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/uk.po, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/uk.gmo, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/pt.po, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/te.po, 118, 577, 523, 0, 0, 0, 0, 118, 577 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ml.gmo, 101, 344, 303, 0, 0, 0, 0, 101, 344 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/da.gmo, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fur.gmo, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ug.po, 143, 676, 667, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/hr.po, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/id.po, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/nb.gmo, 296, 1575, 1691, 0, 0, 0, 0, 296, 1575 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/lv.gmo, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/ml.po, 101, 344, 303, 0, 0, 202, 1280, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/et.gmo, 142, 669, 598, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/tr.po, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/sv.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/tg.po, 20, 75, 79, 0, 0, 199, 987, 219, 1062 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/fi.po, 135, 525, 460, 81, 544, 87, 555, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/it.po, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/eu.gmo, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-3.fc30.src.rpm.stats.csv, po/kk.gmo, 49, 115, 112, 0, 0, 0, 0, 49, 115 -samba-4.10.2-0.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/net/de.po, 178, 726, 658, 0, 0, 1563, 11281, 1741, 12007 -samba-4.10.2-0.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/zh_TW.po, 31, 187, 41, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/zh_CN.po, 31, 187, 40, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/tr.po, 128, 524, 482, 0, 0, 0, 0, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/sv.po, 31, 187, 182, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/ru.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/pt_BR.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/pl.po, 31, 187, 189, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/nl.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/nb.po, 34, 212, 191, 18, 67, 76, 245, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/ko.po, 31, 187, 148, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/ja.po, 128, 524, 168, 0, 0, 0, 0, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/it.po, 31, 187, 205, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/hu.po, 31, 187, 168, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/fr.po, 128, 524, 679, 0, 0, 0, 0, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/fi.po, 34, 212, 172, 18, 67, 76, 245, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/es.po, 31, 187, 265, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/de.po, 34, 214, 204, 19, 70, 75, 240, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/da.po, 34, 212, 196, 18, 67, 76, 245, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/cs.po, 31, 187, 174, 18, 67, 79, 270, 128, 524 -samba-4.10.2-0.fc30.src.rpm.stats.csv, source3/locale/pam_winbind/ar.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/it.gmo, 784, 3924, 4694, 0, 0, 0, 0, 784, 3924 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/cs.gmo, 589, 3113, 2868, 0, 0, 0, 0, 589, 3113 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/nl.po, 1175, 5623, 5862, 5, 19, 0, 0, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/fr.gmo, 894, 4340, 5110, 0, 0, 0, 0, 894, 4340 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/de.po, 901, 4386, 4208, 100, 282, 179, 974, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/en@boldquot.po, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/pl.gmo, 893, 4325, 4058, 0, 0, 0, 0, 893, 4325 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/uk.po, 1180, 5642, 5563, 0, 0, 0, 0, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/es.po, 862, 4257, 5337, 117, 296, 201, 1089, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/bg.po, 624, 3240, 3316, 214, 561, 342, 1841, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/eo.gmo, 795, 3969, 4553, 0, 0, 0, 0, 795, 3969 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/eo.po, 795, 3969, 4553, 149, 397, 236, 1276, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/en_GB.po, 821, 4118, 4069, 137, 363, 222, 1161, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/sane-backends.pot, 0, 0, 0, 0, 0, 1180, 5642, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/pt.po, 261, 872, 1005, 163, 521, 756, 4249, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/fi.po, 626, 3244, 2230, 210, 558, 344, 1840, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/ru.po, 591, 2772, 2627, 195, 530, 394, 2340, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/ja.gmo, 674, 2560, 698, 0, 0, 0, 0, 674, 2560 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/nb.po, 202, 611, 565, 189, 511, 789, 4520, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/fr.po, 894, 4340, 5110, 102, 274, 184, 1028, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/da.po, 679, 3501, 3192, 195, 528, 306, 1613, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/hu.po, 187, 344, 339, 131, 323, 862, 4975, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/nb.gmo, 202, 611, 565, 0, 0, 0, 0, 202, 611 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/sv.gmo, 1016, 4798, 4171, 0, 0, 0, 0, 1016, 4798 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/nl.gmo, 1175, 5623, 5862, 0, 0, 0, 0, 1175, 5623 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/fi.gmo, 626, 3244, 2230, 0, 0, 0, 0, 626, 3244 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/sv.po, 1016, 4798, 4171, 71, 253, 93, 591, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/hu.gmo, 187, 344, 339, 0, 0, 0, 0, 187, 344 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/gl.po, 862, 4257, 5242, 117, 296, 201, 1089, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/en@quot.po, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/bg.gmo, 624, 3240, 3316, 0, 0, 0, 0, 624, 3240 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/cs.po, 589, 3113, 2868, 225, 589, 366, 1940, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/ja.po, 674, 2560, 698, 114, 279, 392, 2803, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/ru.gmo, 591, 2772, 2627, 0, 0, 0, 0, 591, 2772 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/it.po, 784, 3924, 4694, 158, 425, 238, 1293, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/en@quot.gmo, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/en@boldquot.gmo, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/gl.gmo, 862, 4257, 5242, 0, 0, 0, 0, 862, 4257 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/da.gmo, 679, 3501, 3192, 0, 0, 0, 0, 679, 3501 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/pt.gmo, 261, 872, 1005, 0, 0, 0, 0, 261, 872 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/uk.gmo, 1180, 5642, 5563, 0, 0, 0, 0, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/pl.po, 893, 4325, 4058, 103, 289, 184, 1028, 1180, 5642 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/de.gmo, 901, 4386, 4208, 0, 0, 0, 0, 901, 4386 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/en_GB.gmo, 821, 4118, 4069, 0, 0, 0, 0, 821, 4118 -sane-backends-1.0.27-23.fc30.src.rpm.stats.csv, po/es.gmo, 862, 4257, 5337, 0, 0, 0, 0, 862, 4257 -sed-4.5-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sed-4.5-3.fc30.src.rpm.stats.csv, po/de.gmo, 114, 611, 639, 0, 0, 0, 0, 114, 611 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ru.gmo, 126, 683, 711, 0, 0, 0, 0, 126, 683 -sed-4.5-3.fc30.src.rpm.stats.csv, po/bg.gmo, 137, 788, 930, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sr.gmo, 126, 683, 709, 0, 0, 0, 0, 126, 683 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ga.gmo, 137, 788, 928, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/da.po, 126, 683, 670, 10, 98, 1, 7, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/pt.gmo, 75, 421, 478, 0, 0, 0, 0, 75, 421 -sed-4.5-3.fc30.src.rpm.stats.csv, po/af.gmo, 32, 133, 128, 0, 0, 0, 0, 32, 133 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ru.po, 126, 683, 711, 10, 98, 1, 7, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/fr.po, 137, 788, 942, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sk.po, 137, 788, 824, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 137, 788, 937, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ja.gmo, 102, 564, 312, 0, 0, 0, 0, 102, 564 -sed-4.5-3.fc30.src.rpm.stats.csv, po/eu.po, 17, 66, 72, 5, 30, 115, 692, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/cs.gmo, 137, 788, 779, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/vi.gmo, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/uk.po, 137, 788, 847, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/pl.gmo, 77, 443, 471, 0, 0, 0, 0, 77, 443 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sl.gmo, 77, 443, 443, 0, 0, 0, 0, 77, 443 -sed-4.5-3.fc30.src.rpm.stats.csv, po/el.gmo, 77, 443, 489, 0, 0, 0, 0, 77, 443 -sed-4.5-3.fc30.src.rpm.stats.csv, po/nb.gmo, 137, 788, 742, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 115, 581, 253, 0, 0, 0, 0, 115, 581 -sed-4.5-3.fc30.src.rpm.stats.csv, po/es.gmo, 137, 788, 934, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/et.gmo, 126, 683, 591, 0, 0, 0, 0, 126, 683 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ca.po, 77, 443, 569, 12, 94, 48, 251, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/id.po, 77, 443, 462, 12, 94, 48, 251, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/it.po, 75, 421, 468, 10, 71, 52, 296, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/af.po, 32, 133, 128, 36, 168, 69, 487, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/uk.gmo, 137, 788, 847, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sr.po, 126, 683, 709, 10, 98, 1, 7, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sk.gmo, 137, 788, 824, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sv.gmo, 137, 788, 775, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/nl.po, 137, 788, 822, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/hr.po, 137, 788, 834, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/vi.po, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/eo.gmo, 126, 683, 674, 0, 0, 0, 0, 126, 683 -sed-4.5-3.fc30.src.rpm.stats.csv, po/pt.po, 75, 421, 478, 10, 71, 52, 296, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/gl.gmo, 84, 471, 585, 0, 0, 0, 0, 84, 471 -sed-4.5-3.fc30.src.rpm.stats.csv, po/he.po, 10, 58, 60, 29, 120, 98, 610, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/hu.po, 126, 683, 659, 10, 98, 1, 7, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/nb.po, 137, 788, 742, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sv.po, 137, 788, 775, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 77, 443, 167, 12, 94, 48, 251, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 115, 581, 253, 14, 152, 8, 55, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sed.pot, 0, 0, 0, 0, 0, 137, 788, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ast.po, 75, 421, 523, 10, 71, 52, 296, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ro.po, 69, 385, 430, 13, 85, 55, 318, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 137, 788, 937, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/et.po, 126, 683, 591, 10, 98, 1, 7, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ga.po, 137, 788, 928, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/sl.po, 77, 443, 443, 12, 94, 48, 251, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/eu.gmo, 17, 66, 72, 0, 0, 0, 0, 17, 66 -sed-4.5-3.fc30.src.rpm.stats.csv, po/fi.gmo, 126, 683, 601, 0, 0, 0, 0, 126, 683 -sed-4.5-3.fc30.src.rpm.stats.csv, po/fi.po, 126, 683, 601, 10, 98, 1, 7, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/el.po, 77, 443, 489, 14, 99, 46, 246, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/da.gmo, 126, 683, 670, 0, 0, 0, 0, 126, 683 -sed-4.5-3.fc30.src.rpm.stats.csv, po/tr.gmo, 77, 443, 398, 0, 0, 0, 0, 77, 443 -sed-4.5-3.fc30.src.rpm.stats.csv, po/id.gmo, 77, 443, 462, 0, 0, 0, 0, 77, 443 -sed-4.5-3.fc30.src.rpm.stats.csv, po/pl.po, 77, 443, 471, 12, 94, 48, 251, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/cs.po, 137, 788, 779, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/de.po, 114, 611, 639, 8, 84, 15, 93, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/es.po, 137, 788, 934, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ja.po, 102, 564, 312, 18, 159, 17, 65, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/hr.gmo, 137, 788, 834, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/eo.po, 126, 683, 674, 10, 98, 1, 7, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/hu.gmo, 126, 683, 659, 0, 0, 0, 0, 126, 683 -sed-4.5-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 77, 443, 167, 0, 0, 0, 0, 77, 443 -sed-4.5-3.fc30.src.rpm.stats.csv, po/fr.gmo, 137, 788, 942, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/bg.po, 137, 788, 930, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/ko.po, 10, 58, 64, 29, 120, 98, 610, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/nl.gmo, 137, 788, 822, 0, 0, 0, 0, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/tr.po, 77, 443, 398, 12, 94, 48, 251, 137, 788 -sed-4.5-3.fc30.src.rpm.stats.csv, po/gl.po, 84, 471, 585, 11, 89, 42, 228, 137, 788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/de.po, 1165, 15441, 15138, 63, 1024, 18, 323, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/da.po, 284, 2133, 1878, 38, 299, 924, 14356, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/zh_CN.po, 992, 10751, 2893, 77, 1427, 177, 4610, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/pl.po, 305, 1956, 1735, 223, 1506, 718, 13326, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/it.po, 1131, 15246, 15351, 68, 1166, 47, 376, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/ru.po, 1132, 15289, 13173, 67, 1123, 47, 376, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/fr.po, 1134, 15368, 17304, 65, 1044, 47, 376, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/sv.po, 413, 2261, 2021, 271, 2232, 562, 12295, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, man/po/shadow-man-pages.pot, 0, 0, 0, 0, 0, 1246, 16788, 1246, 16788 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ro.po, 210, 1033, 1131, 183, 1243, 206, 1817, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/hu.gmo, 210, 1033, 958, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/kk.gmo, 583, 3895, 3787, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/fi.po, 210, 1033, 898, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/nn.po, 147, 711, 723, 220, 1358, 232, 2024, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/es.gmo, 495, 3246, 4010, 0, 0, 0, 0, 495, 3246 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/de.po, 554, 3657, 3684, 33, 333, 12, 103, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/cs.po, 576, 3819, 3604, 17, 216, 6, 58, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/pt.gmo, 552, 3644, 4268, 0, 0, 0, 0, 552, 3644 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/sk.po, 386, 2403, 2424, 99, 755, 114, 935, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/eu.po, 419, 2689, 2480, 94, 729, 86, 675, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/gl.po, 210, 1033, 1310, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/gl.gmo, 210, 1033, 1310, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/sq.gmo, 7, 28, 31, 0, 0, 0, 0, 7, 28 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 546, 3609, 1581, 0, 0, 0, 0, 546, 3609 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/sv.gmo, 482, 3139, 3081, 0, 0, 0, 0, 482, 3139 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/it.gmo, 229, 1172, 1375, 0, 0, 0, 0, 229, 1172 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/pt.po, 552, 3644, 4268, 35, 346, 12, 103, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/nl.po, 582, 3890, 4176, 13, 167, 4, 36, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/shadow.pot, 0, 0, 0, 0, 0, 599, 4093, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/pt_BR.po, 496, 3263, 3583, 55, 486, 48, 344, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ca.po, 552, 3644, 4509, 36, 353, 11, 96, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/da.po, 552, 3644, 3450, 35, 346, 12, 103, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/km.gmo, 184, 918, 680, 0, 0, 0, 0, 184, 918 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ja.po, 554, 3657, 2046, 33, 333, 12, 103, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/eu.gmo, 419, 2689, 2480, 0, 0, 0, 0, 419, 2689 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/tr.gmo, 229, 1172, 1094, 0, 0, 0, 0, 229, 1172 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/dz.gmo, 209, 1031, 530, 0, 0, 0, 0, 209, 1031 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/nl.gmo, 582, 3890, 4176, 0, 0, 0, 0, 582, 3890 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/uk.po, 210, 1033, 1046, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/da.gmo, 552, 3644, 3450, 0, 0, 0, 0, 552, 3644 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/bs.po, 36, 127, 126, 107, 649, 456, 3317, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/sk.gmo, 386, 2403, 2424, 0, 0, 0, 0, 386, 2403 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ne.gmo, 210, 1033, 1119, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/tl.po, 209, 1015, 1265, 186, 1271, 204, 1807, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/nb.gmo, 583, 3895, 3926, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/es.po, 495, 3246, 4010, 56, 491, 48, 356, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 160, 786, 322, 0, 0, 0, 0, 160, 786 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/fr.po, 0, 0, 0, 115, 598, 484, 3495, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/el.po, 548, 3615, 3973, 38, 365, 13, 113, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ja.gmo, 554, 3657, 2046, 0, 0, 0, 0, 554, 3657 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/id.gmo, 182, 887, 941, 0, 0, 0, 0, 182, 887 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/de.gmo, 554, 3657, 3684, 0, 0, 0, 0, 554, 3657 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/tr.po, 229, 1172, 1094, 202, 1527, 168, 1394, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/he.po, 50, 197, 208, 179, 1078, 370, 2818, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ru.po, 583, 3895, 3992, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/it.po, 229, 1172, 1375, 194, 1487, 176, 1434, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/nb.po, 583, 3895, 3926, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/km.po, 184, 918, 680, 209, 1358, 206, 1817, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/pl.po, 210, 1033, 1117, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ko.po, 301, 1719, 1630, 134, 1055, 164, 1319, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/he.gmo, 50, 197, 208, 0, 0, 0, 0, 50, 197 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/vi.po, 583, 3895, 5510, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/uk.gmo, 210, 1033, 1046, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/bs.gmo, 36, 127, 126, 0, 0, 0, 0, 36, 127 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/sq.po, 7, 28, 31, 83, 495, 509, 3570, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/vi.gmo, 583, 3895, 5510, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ru.gmo, 583, 3895, 3992, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ca.gmo, 552, 3644, 4509, 0, 0, 0, 0, 552, 3644 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/tl.gmo, 209, 1015, 1265, 0, 0, 0, 0, 209, 1015 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/nn.gmo, 147, 711, 723, 0, 0, 0, 0, 147, 711 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ne.po, 210, 1033, 1119, 183, 1243, 206, 1817, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/dz.po, 209, 1031, 530, 184, 1245, 206, 1817, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/kk.po, 583, 3895, 3787, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/cs.gmo, 576, 3819, 3604, 0, 0, 0, 0, 576, 3819 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/id.po, 182, 887, 941, 208, 1370, 209, 1836, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/hu.po, 210, 1033, 958, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/pl.gmo, 210, 1033, 1117, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ko.gmo, 301, 1719, 1630, 0, 0, 0, 0, 301, 1719 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/zh_TW.po, 160, 786, 322, 213, 1323, 226, 1984, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/sv.po, 482, 3139, 3081, 52, 461, 65, 493, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/fi.gmo, 210, 1033, 898, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/zh_CN.po, 546, 3609, 1581, 38, 371, 15, 113, 599, 4093 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 496, 3263, 3583, 0, 0, 0, 0, 496, 3263 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/el.gmo, 548, 3615, 3973, 0, 0, 0, 0, 548, 3615 -shadow-utils-4.6-8.fc30.src.rpm.stats.csv, po/ro.gmo, 210, 1033, 1131, 0, 0, 0, 0, 210, 1033 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 770, 1986, 2474, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ja.po, 654, 1659, 1453, 0, 0, 116, 327, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/af.po, 677, 1708, 980, 0, 0, 93, 278, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/da.po, 727, 1864, 1058, 0, 0, 43, 122, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/nl.po, 637, 1616, 1017, 0, 0, 133, 370, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/he.po, 720, 1845, 2222, 0, 0, 50, 141, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 0, 0, 654, 1669, 654, 1669 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/sq.po, 547, 1352, 1516, 0, 0, 223, 634, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/tr.po, 740, 1905, 2001, 0, 0, 30, 81, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 770, 1986, 1681, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/de.po, 770, 1986, 976, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/it.po, 770, 1986, 2118, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/vi.po, 567, 1405, 2121, 0, 0, 203, 581, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/cs.po, 770, 1986, 2168, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ka.po, 210, 530, 539, 0, 0, 560, 1456, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ast.po, 214, 524, 668, 0, 0, 556, 1462, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/kk.po, 770, 1986, 2055, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/eo.po, 426, 975, 672, 0, 0, 344, 1011, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/hr.po, 770, 1986, 2136, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/cy.po, 148, 351, 365, 0, 0, 622, 1635, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/bg.po, 637, 1616, 2353, 0, 0, 133, 370, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ms.po, 262, 629, 629, 0, 0, 508, 1357, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/oc.po, 701, 1781, 1980, 0, 0, 69, 205, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/sr.po, 740, 1905, 2053, 0, 0, 30, 81, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/az.po, 135, 325, 363, 0, 0, 635, 1661, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/pt.po, 701, 1790, 2074, 0, 0, 69, 196, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ko.po, 760, 1960, 2041, 0, 0, 10, 26, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ro.po, 608, 1533, 1669, 0, 0, 162, 453, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/pl.po, 770, 1986, 2209, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ga.po, 770, 1986, 2027, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/be@latin.po, 561, 1387, 1435, 0, 0, 0, 0, 561, 1387 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 770, 1986, 1730, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/lv.po, 654, 1659, 1647, 0, 0, 116, 327, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/sk.po, 769, 1983, 2107, 0, 0, 1, 3, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/eu.po, 729, 1869, 1852, 0, 0, 41, 117, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ar.po, 607, 1531, 1597, 0, 0, 163, 455, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/fur.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/lt.po, 606, 1528, 1650, 0, 0, 164, 458, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/fi.po, 723, 1850, 1122, 0, 0, 47, 136, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/fo.po, 594, 1489, 1374, 0, 0, 176, 497, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ca.po, 770, 1986, 2534, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/en_GB.po, 757, 1951, 1951, 0, 0, 13, 35, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/id.po, 770, 1986, 2087, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/el.po, 696, 1776, 1947, 0, 0, 74, 210, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/sv.po, 770, 1986, 1107, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/uk.po, 770, 1986, 2133, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/nb.po, 523, 1288, 807, 0, 0, 247, 698, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/es.po, 765, 1974, 2727, 0, 0, 5, 12, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/gl.po, 674, 1713, 2329, 0, 0, 96, 273, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/nn.po, 547, 1352, 844, 0, 0, 223, 634, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ia.po, 701, 1790, 2116, 0, 0, 69, 196, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/fr.po, 770, 1986, 2193, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/hu.po, 770, 1986, 1608, 0, 0, 0, 0, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/sl.po, 677, 1721, 2161, 0, 0, 93, 265, 770, 1986 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/shared-mime-info.pot, 0, 0, 0, 0, 0, 773, 1994, 773, 1994 -shared-mime-info-1.12-2.fc30.src.rpm.stats.csv, po/ru.po, 760, 1960, 2041, 0, 0, 10, 26, 770, 1986 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 19, 50, 25, 0, 0, 93, 1306, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/uk/uk.po, 24, 128, 145, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/sv/sv.po, 111, 1353, 1198, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/sr/sr.po, 0, 0, 0, 0, 0, 112, 1356, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/sl/sl.po, 12, 42, 40, 0, 0, 100, 1314, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/sk/sk.po, 67, 335, 308, 0, 0, 45, 1021, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/ru/ru.po, 24, 128, 115, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/ro/ro.po, 111, 1353, 1327, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 111, 1353, 1455, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/pl/pl.po, 111, 1353, 1080, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/nl/nl.po, 1, 1, 5, 0, 0, 111, 1355, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/nb/nb.po, 1, 1, 6, 0, 0, 111, 1355, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/ku/ku.po, 13, 19, 24, 0, 0, 99, 1337, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/ja/ja.po, 13, 45, 25, 0, 0, 99, 1311, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/it/it.po, 28, 83, 106, 0, 0, 84, 1273, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/ia/ia.po, 33, 81, 95, 0, 0, 79, 1275, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/hu/hu.po, 111, 1353, 1127, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/hr/hr.po, 27, 246, 204, 0, 0, 85, 1110, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/gl/gl.po, 111, 1353, 1309, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/fr/fr.po, 111, 1353, 1527, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/fi/fi.po, 14, 39, 36, 0, 0, 98, 1317, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/eu/eu.po, 24, 128, 108, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/es/es.po, 111, 1353, 1502, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/en_GB/en_GB.po, 24, 128, 134, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/de/de.po, 111, 1353, 1298, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/da/da.po, 111, 1353, 1238, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/cs/cs.po, 111, 1353, 1196, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/ca/ca.po, 111, 1353, 1446, 0, 0, 0, 0, 111, 1353 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/bg/bg.po, 24, 128, 133, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, help/ar/ar.po, 24, 128, 110, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 184, 839, 298, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/zh_HK.po, 140, 568, 200, 0, 0, 5, 21, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 192, 847, 336, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/vi.po, 95, 366, 505, 0, 0, 50, 223, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/uz.po, 38, 69, 77, 0, 0, 107, 520, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ur.po, 11, 11, 26, 0, 0, 134, 578, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/uk.po, 184, 839, 852, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ug.po, 126, 435, 414, 0, 0, 19, 154, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/tr.po, 184, 839, 779, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/th.po, 138, 509, 316, 0, 0, 7, 80, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/te.po, 89, 349, 301, 0, 0, 56, 240, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ta.po, 18, 31, 48, 0, 0, 127, 558, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/sv.po, 184, 839, 826, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/sr@latin.po, 192, 847, 831, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/sr.po, 184, 839, 823, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/sq.po, 136, 506, 616, 0, 0, 9, 83, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/sl.po, 184, 839, 882, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/sk.po, 184, 839, 849, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/shn.po, 4, 4, 8, 0, 0, 141, 585, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/se.po, 22, 29, 33, 0, 0, 123, 560, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/sd.po, 60, 121, 135, 0, 0, 85, 468, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ru.po, 184, 839, 769, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ro.po, 184, 839, 947, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 184, 839, 1077, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/pt.po, 140, 568, 695, 0, 0, 5, 21, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/pl.po, 184, 839, 833, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/pa.po, 191, 799, 931, 0, 0, 1, 48, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/oc.po, 192, 847, 990, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/nl.po, 184, 839, 956, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ne.po, 119, 359, 350, 52, 327, 21, 161, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/nb.po, 192, 847, 832, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/my.po, 91, 362, 307, 0, 0, 54, 227, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ms.po, 140, 568, 559, 0, 0, 5, 21, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ml.po, 190, 844, 720, 2, 3, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/mhr.po, 29, 34, 41, 0, 0, 116, 555, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/lv.po, 184, 839, 744, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/lt.po, 184, 839, 743, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ky.po, 20, 36, 38, 0, 0, 125, 553, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ku.po, 49, 69, 85, 0, 0, 96, 520, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ko.po, 184, 839, 751, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/km.po, 121, 406, 214, 0, 0, 24, 183, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/kk.po, 93, 218, 227, 0, 0, 91, 621, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ja.po, 184, 839, 370, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/it.po, 184, 839, 890, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/is.po, 192, 847, 898, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/id.po, 184, 839, 851, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/hy.po, 5, 5, 10, 0, 0, 140, 584, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/hu.po, 184, 839, 761, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/hr.po, 183, 838, 760, 0, 0, 0, 0, 183, 838 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/he.po, 140, 568, 567, 0, 0, 5, 21, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/gl.po, 184, 839, 950, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/gd.po, 192, 847, 1120, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/fur.po, 184, 839, 948, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/fr.po, 184, 839, 1124, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/fi.po, 184, 839, 661, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/fa.po, 192, 847, 924, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/eu.po, 192, 847, 758, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/et.po, 89, 349, 323, 0, 0, 56, 240, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/es.po, 184, 839, 1033, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/eo.po, 184, 838, 814, 0, 0, 0, 0, 184, 838 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/en_GB.po, 192, 847, 888, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/el.po, 184, 839, 972, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/de.po, 184, 839, 978, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/da.po, 183, 838, 847, 0, 0, 0, 0, 183, 838 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/cs.po, 184, 839, 844, 0, 0, 0, 0, 184, 839 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ce.po, 0, 0, 0, 0, 0, 145, 589, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ca@valencia.po, 192, 847, 972, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ca.po, 192, 847, 972, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/bo.po, 87, 325, 208, 0, 0, 58, 264, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/bg.po, 106, 383, 455, 0, 0, 39, 206, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/be.po, 192, 847, 780, 0, 0, 0, 0, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/az.po, 15, 23, 30, 0, 0, 130, 566, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ast.po, 120, 404, 471, 0, 0, 25, 185, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/ar.po, 184, 786, 745, 2, 17, 6, 44, 192, 847 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/am.po, 138, 509, 512, 0, 0, 7, 80, 145, 589 -simple-scan-3.32.2-2.fc30.src.rpm.stats.csv, po/af.po, 183, 837, 887, 0, 0, 0, 0, 183, 837 -sos-3.7-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sos-3.7-1.fc30.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 11, 54, 14, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/uk.po, 11, 54, 42, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/tr.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/th.po, 11, 54, 21, 6, 29, 13, 39, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/te.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ta.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/sv.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/sr.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/sos.pot, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/sk.po, 11, 54, 56, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/si.po, 11, 54, 58, 6, 29, 13, 39, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ru.po, 11, 54, 45, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 11, 54, 60, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/pt.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/pl.po, 30, 122, 109, 0, 0, 0, 0, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/pa.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/or.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/nl.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/nds.po, 4, 13, 12, 2, 7, 24, 102, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/nb.po, 5, 21, 24, 2, 7, 23, 94, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/mr.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ml.po, 11, 54, 48, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ko.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/kn.po, 11, 54, 47, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ja.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/it.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/id.po, 8, 41, 44, 4, 19, 18, 62, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/hu.po, 11, 54, 46, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/hi.po, 11, 54, 66, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/gu.po, 11, 54, 68, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/fr.po, 11, 54, 64, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/fi.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/es.po, 30, 122, 159, 0, 0, 0, 0, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/en_GB.po, 11, 54, 54, 6, 29, 13, 39, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/en.po, 11, 54, 54, 8, 38, 14, 45, 33, 137 -sos-3.7-1.fc30.src.rpm.stats.csv, po/el.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/de_CH.po, 11, 54, 55, 6, 29, 13, 39, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/de.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/da.po, 11, 54, 57, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/cs.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ca.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/bs.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 11, 54, 65, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/bg.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ast.po, 11, 54, 60, 6, 29, 13, 39, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/as.po, 11, 54, 64, 6, 29, 13, 39, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/ar.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.7-1.fc30.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv, po/de.gmo, 155, 1370, 1349, 0, 0, 0, 0, 155, 1370 -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv, po/cs.gmo, 47, 285, 279, 0, 0, 0, 0, 47, 285 -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv, po/hu.gmo, 47, 285, 287, 0, 0, 0, 0, 47, 285 -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv, po/cs.po, 47, 285, 279, 5, 24, 109, 1106, 161, 1415 -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv, po/de.po, 155, 1370, 1349, 2, 25, 4, 20, 161, 1415 -speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv, po/hu.po, 47, 285, 287, 5, 24, 109, 1106, 161, 1415 -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, po/it.gmo, 62, 275, 289, 0, 0, 0, 0, 62, 275 -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, po/de.po, 64, 292, 241, 7, 29, 3, 34, 74, 355 -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, po/spice-gtk.pot, 0, 0, 0, 0, 0, 74, 355, 74, 355 -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, po/it.po, 62, 275, 289, 7, 29, 5, 51, 74, 355 -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, po/fr.gmo, 5, 2, 5, 0, 0, 0, 0, 5, 2 -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, po/fr.po, 5, 2, 5, 12, 32, 57, 321, 74, 355 -spice-gtk-0.36-4.fc30.src.rpm.stats.csv, po/de.gmo, 64, 292, 241, 0, 0, 0, 0, 64, 292 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 107, 582, 153, 0, 0, 0, 0, 107, 582 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/ca.gmo, 443, 2796, 3618, 0, 0, 0, 0, 443, 2796 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/de.gmo, 401, 2503, 2349, 0, 0, 0, 0, 401, 2503 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/ca.po, 443, 2796, 3618, 1, 9, 188, 1104, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/ru.gmo, 189, 1172, 1095, 0, 0, 0, 0, 189, 1172 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/pl.po, 626, 3863, 3683, 2, 15, 4, 31, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/ru.po, 189, 1172, 1095, 1, 9, 442, 2728, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/nl.po, 387, 2372, 2522, 1, 9, 244, 1528, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/sv.gmo, 626, 3863, 3373, 0, 0, 0, 0, 626, 3863 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 6, 32, 38, 0, 0, 0, 0, 6, 32 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/pt.po, 170, 971, 1134, 1, 9, 461, 2929, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 9, 36, 12, 0, 0, 0, 0, 9, 36 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/ja.gmo, 387, 2372, 744, 0, 0, 0, 0, 387, 2372 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/tr.gmo, 5, 15, 16, 0, 0, 0, 0, 5, 15 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/id.gmo, 108, 591, 595, 0, 0, 0, 0, 108, 591 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/nb.po, 15, 46, 35, 0, 0, 617, 3863, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/de.po, 401, 2503, 2349, 1, 9, 230, 1397, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/hu.gmo, 71, 317, 290, 0, 0, 0, 0, 71, 317 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/zh_TW.po, 107, 582, 153, 1, 9, 524, 3318, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/zh_CN.po, 9, 36, 12, 0, 0, 623, 3873, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/uk.gmo, 626, 3863, 3985, 0, 0, 0, 0, 626, 3863 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/fr.po, 443, 2796, 3408, 1, 9, 188, 1104, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/nl.gmo, 387, 2372, 2522, 0, 0, 0, 0, 387, 2372 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/it.po, 180, 1029, 1127, 1, 9, 451, 2871, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/pl.gmo, 626, 3863, 3683, 0, 0, 0, 0, 626, 3863 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/tg.gmo, 10, 23, 20, 0, 0, 0, 0, 10, 23 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/sv.po, 626, 3863, 3373, 2, 15, 4, 31, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/pt.gmo, 170, 971, 1134, 0, 0, 0, 0, 170, 971 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/tr.po, 5, 15, 16, 0, 0, 627, 3894, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/bg.po, 128, 704, 774, 1, 9, 503, 3196, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/id.po, 108, 591, 595, 0, 0, 524, 3318, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/bg.gmo, 128, 704, 774, 0, 0, 0, 0, 128, 704 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/sssd.pot, 0, 0, 0, 0, 0, 632, 3909, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/tg.po, 10, 23, 20, 0, 0, 622, 3886, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/eu.gmo, 65, 218, 196, 0, 0, 0, 0, 65, 218 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/uk.po, 626, 3863, 3985, 2, 15, 4, 31, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/pt_BR.po, 6, 32, 38, 0, 0, 626, 3877, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/ja.po, 387, 2372, 744, 1, 9, 244, 1528, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/eu.po, 65, 218, 196, 0, 0, 567, 3691, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/es.po, 626, 3863, 4766, 2, 15, 4, 31, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/nb.gmo, 15, 46, 35, 0, 0, 0, 0, 15, 46 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/hu.po, 71, 317, 290, 0, 0, 561, 3592, 632, 3909 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/it.gmo, 180, 1029, 1127, 0, 0, 0, 0, 180, 1029 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/es.gmo, 626, 3863, 4766, 0, 0, 0, 0, 626, 3863 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, po/fr.gmo, 443, 2796, 3408, 0, 0, 0, 0, 443, 2796 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/ca.po, 1025, 7898, 8838, 31, 246, 1400, 25326, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/ru.po, 43, 96, 118, 3, 8, 2410, 33366, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/nl.po, 56, 431, 426, 9, 15, 2391, 33024, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/fi.po, 31, 53, 45, 4, 7, 2421, 33410, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/pt.po, 252, 730, 768, 18, 30, 2186, 32710, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/cs.po, 14, 36, 31, 3, 3, 2439, 33431, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/de.po, 1335, 16404, 15705, 32, 344, 1089, 16722, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/br.po, 29, 60, 66, 6, 9, 2421, 33401, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/zh_CN.po, 17, 48, 31, 3, 3, 2436, 33419, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/fr.po, 1359, 15080, 16738, 32, 285, 1065, 18105, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/sv.po, 795, 10769, 9429, 31, 256, 1630, 22445, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/tg.po, 36, 64, 63, 2, 6, 2418, 33400, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/sssd-docs.pot, 0, 0, 0, 0, 0, 2456, 33470, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/uk.po, 2346, 31071, 29971, 44, 595, 66, 1804, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/pt_BR.po, 10, 19, 21, 0, 0, 2446, 33451, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/ja.po, 1032, 9142, 3139, 30, 216, 1394, 24112, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/eu.po, 0, 0, 0, 0, 0, 2456, 33470, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/lv.po, 60, 115, 110, 6, 12, 2390, 33343, 2456, 33470 -sssd-2.1.0-2.fc30.src.rpm.stats.csv, src/man/po/es.po, 1154, 13326, 14793, 33, 323, 1269, 19821, 2456, 33470 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/zh_CN.po, 424, 3001, 1100, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/zh_CN.mo, 424, 3001, 1100, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/vi.po, 424, 3001, 4313, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/vi.mo, 424, 3001, 4313, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/uk.po, 424, 3001, 3136, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/uk.mo, 424, 3001, 3136, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/tr.po, 113, 757, 714, 0, 0, 224, 1477, 337, 2234 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/tr.mo, 113, 757, 714, 0, 0, 0, 0, 113, 757 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sv.po, 424, 3001, 2722, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sv.mo, 424, 3001, 2722, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sudoers.pot, 0, 0, 0, 0, 0, 424, 3029, 424, 3029 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sr.po, 396, 2724, 2794, 0, 0, 0, 0, 396, 2724 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sr.mo, 396, 2724, 2794, 0, 0, 0, 0, 396, 2724 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sl.po, 337, 2211, 2196, 0, 0, 0, 0, 337, 2211 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sl.mo, 337, 2211, 2196, 0, 0, 0, 0, 337, 2211 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sk.po, 39, 251, 254, 0, 0, 315, 2122, 354, 2373 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/sk.mo, 39, 251, 254, 0, 0, 0, 0, 39, 251 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ru.po, 79, 483, 461, 0, 0, 274, 1880, 353, 2363 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ru.mo, 79, 483, 461, 0, 0, 0, 0, 79, 483 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/pt_BR.po, 424, 3001, 3544, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/pt_BR.mo, 424, 3001, 3544, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/pt.po, 424, 3001, 3148, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/pt.mo, 424, 3001, 3148, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/pl.po, 424, 3001, 2984, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/pl.mo, 424, 3001, 2984, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/nl.po, 358, 2398, 2331, 14, 95, 28, 259, 400, 2752 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/nl.mo, 358, 2398, 2331, 0, 0, 0, 0, 358, 2398 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/nb.po, 424, 3001, 3007, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/nb.mo, 424, 3001, 3007, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/lt.po, 15, 98, 79, 0, 0, 320, 2040, 335, 2138 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/lt.mo, 15, 98, 79, 0, 0, 0, 0, 15, 98 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ko.po, 392, 2691, 2332, 0, 0, 0, 0, 392, 2691 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ko.mo, 392, 2691, 2332, 0, 0, 0, 0, 392, 2691 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ja.po, 424, 3001, 1334, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ja.mo, 424, 3001, 1334, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/it.po, 424, 3001, 3187, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/it.mo, 424, 3001, 3187, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/hu.po, 202, 1473, 1421, 0, 0, 200, 1289, 402, 2762 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/hu.mo, 202, 1473, 1421, 0, 0, 0, 0, 202, 1473 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/hr.po, 424, 3001, 3038, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/hr.mo, 424, 3001, 3038, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/fur.po, 102, 534, 578, 1, 4, 299, 2224, 402, 2762 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/fur.mo, 102, 534, 578, 0, 0, 0, 0, 102, 534 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/fr.po, 356, 2392, 3140, 0, 0, 0, 0, 356, 2392 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/fr.mo, 356, 2392, 3140, 0, 0, 0, 0, 356, 2392 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/fi.po, 396, 2724, 2075, 0, 0, 0, 0, 396, 2724 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/fi.mo, 396, 2724, 2075, 0, 0, 0, 0, 396, 2724 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/eu.po, 77, 324, 335, 0, 0, 258, 1810, 335, 2134 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/eu.mo, 77, 324, 335, 0, 0, 0, 0, 77, 324 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/eo.po, 419, 2960, 2840, 0, 0, 0, 0, 419, 2960 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/eo.mo, 419, 2960, 2840, 0, 0, 0, 0, 419, 2960 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/el.po, 336, 2248, 2514, 1, 11, 0, 0, 337, 2259 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/el.mo, 336, 2248, 2514, 0, 0, 0, 0, 336, 2248 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/de.po, 424, 3001, 3110, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/de.mo, 424, 3001, 3110, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/da.po, 419, 2960, 2681, 0, 0, 0, 0, 419, 2960 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/da.mo, 419, 2960, 2681, 0, 0, 0, 0, 419, 2960 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/cs.po, 424, 3001, 2827, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/cs.mo, 424, 3001, 2827, 0, 0, 0, 0, 424, 3001 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ca.po, 379, 2589, 3193, 0, 0, 0, 0, 379, 2589 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, plugins/sudoers/po/ca.mo, 379, 2589, 3193, 0, 0, 0, 0, 379, 2589 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 178, 1170, 461, 0, 0, 0, 0, 178, 1170 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/zh_TW.mo, 178, 1170, 461, 0, 0, 0, 0, 178, 1170 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 182, 1192, 400, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/zh_CN.mo, 182, 1192, 400, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/vi.po, 182, 1192, 1772, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/vi.mo, 182, 1192, 1772, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/uk.po, 182, 1192, 1250, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/uk.mo, 182, 1192, 1250, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/tr.po, 182, 1192, 961, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/tr.mo, 182, 1192, 961, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sv.po, 182, 1192, 1128, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sv.mo, 182, 1192, 1128, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sudo.pot, 0, 0, 0, 0, 0, 182, 1192, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sr.po, 177, 1165, 1214, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sr.mo, 177, 1165, 1214, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sl.po, 161, 996, 1015, 0, 0, 0, 0, 161, 996 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sl.mo, 161, 996, 1015, 0, 0, 0, 0, 161, 996 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sk.po, 140, 909, 957, 0, 0, 33, 229, 173, 1138 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/sk.mo, 140, 909, 957, 0, 0, 0, 0, 140, 909 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ru.po, 173, 1138, 1114, 0, 0, 0, 0, 173, 1138 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ru.mo, 173, 1138, 1114, 0, 0, 0, 0, 173, 1138 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 182, 1192, 1452, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/pt_BR.mo, 182, 1192, 1452, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/pt.po, 182, 1192, 1261, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/pt.mo, 182, 1192, 1261, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/pl.po, 182, 1192, 1241, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/pl.mo, 182, 1192, 1241, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/nn.po, 32, 154, 161, 142, 991, 1, 4, 175, 1149 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/nn.mo, 32, 154, 161, 0, 0, 0, 0, 32, 154 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/nl.po, 169, 1110, 1090, 0, 0, 0, 0, 169, 1110 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/nl.mo, 169, 1110, 1090, 0, 0, 0, 0, 169, 1110 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/nb.po, 182, 1192, 1244, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/nb.mo, 182, 1192, 1244, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ko.po, 175, 1152, 998, 0, 0, 0, 0, 175, 1152 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ko.mo, 175, 1152, 998, 0, 0, 0, 0, 175, 1152 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ja.po, 182, 1192, 500, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ja.mo, 182, 1192, 500, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/it.po, 182, 1192, 1324, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/it.mo, 182, 1192, 1324, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/hu.po, 177, 1165, 1064, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/hu.mo, 177, 1165, 1064, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/hr.po, 182, 1192, 1191, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/hr.mo, 182, 1192, 1191, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/gl.po, 161, 1043, 1312, 1, 8, 7, 58, 169, 1109 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/gl.mo, 161, 1043, 1312, 0, 0, 0, 0, 161, 1043 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/fur.po, 170, 1128, 1317, 0, 0, 5, 24, 175, 1152 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/fur.mo, 170, 1128, 1317, 0, 0, 0, 0, 170, 1128 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/fr.po, 182, 1192, 1443, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/fr.mo, 182, 1192, 1443, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/fi.po, 177, 1165, 899, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/fi.mo, 177, 1165, 899, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/eu.po, 71, 383, 378, 0, 0, 76, 488, 147, 871 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/eu.mo, 71, 383, 378, 0, 0, 0, 0, 71, 383 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/es.po, 177, 1165, 1427, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/es.mo, 177, 1165, 1427, 0, 0, 0, 0, 177, 1165 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/eo.po, 178, 1170, 1116, 0, 0, 0, 0, 178, 1170 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/eo.mo, 178, 1170, 1116, 0, 0, 0, 0, 178, 1170 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/de.po, 175, 1152, 1169, 0, 0, 0, 0, 175, 1152 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/de.mo, 175, 1152, 1169, 0, 0, 0, 0, 175, 1152 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/da.po, 178, 1170, 1101, 0, 0, 0, 0, 178, 1170 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/da.mo, 178, 1170, 1101, 0, 0, 0, 0, 178, 1170 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/cs.po, 182, 1192, 1122, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/cs.mo, 182, 1192, 1122, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ca.po, 175, 1149, 1480, 0, 0, 0, 0, 175, 1149 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ca.mo, 175, 1149, 1480, 0, 0, 0, 0, 175, 1149 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ast.po, 182, 1192, 1360, 0, 0, 0, 0, 182, 1192 -sudo-1.8.27-1.fc30.src.rpm.stats.csv, po/ast.mo, 182, 1192, 1360, 0, 0, 0, 0, 182, 1192 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 11, 24, 17, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 11, 24, 19, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 11, 24, 20, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 11, 24, 14, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 9, 15, 20, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 11, 24, 15, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 11, 24, 30, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 9, 15, 21, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 11, 24, 20, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 11, 24, 31, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 9, 15, 22, 0, 0, 0, 0, 9, 15 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/an.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/nl.po, 888, 3435, 3358, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/bn.po, 724, 3023, 3367, 6, 9, 169, 418, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/pa.po, 729, 3043, 3301, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/cs.po, 752, 3147, 2850, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/lv.po, 727, 3039, 2675, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/hi.po, 727, 3039, 3517, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/pl.po, 888, 3435, 3327, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/et.po, 729, 3043, 2498, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ru.po, 744, 3137, 2857, 2, 4, 153, 309, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/sk.po, 846, 3328, 3146, 15, 48, 38, 74, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/bs.po, 122, 515, 469, 2, 3, 775, 2932, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/fi.po, 752, 3147, 2439, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/uk.po, 888, 3435, 3177, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/sv.po, 752, 3147, 2874, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/gu.po, 730, 3046, 3366, 7, 11, 162, 393, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/mr.po, 727, 3039, 3030, 10, 18, 162, 393, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/pt.po, 744, 3137, 3526, 2, 4, 153, 309, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/es.po, 752, 3147, 3627, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/cy.po, 12, 12, 12, 0, 0, 887, 3438, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/he.po, 606, 2135, 2066, 1, 2, 292, 1313, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ro.po, 582, 2345, 2563, 6, 10, 311, 1095, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/de.po, 752, 3147, 3013, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/el.po, 743, 3136, 3396, 3, 5, 153, 309, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/th.po, 557, 2262, 906, 4, 6, 338, 1182, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ta.po, 727, 3039, 2646, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/vi.po, 302, 1175, 1711, 7, 13, 590, 2262, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/or.po, 730, 3046, 3219, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/pt_BR.po, 752, 3147, 3625, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/as.po, 730, 3046, 3181, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/nn.po, 752, 3147, 2877, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/sl.po, 727, 3039, 3027, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ar.po, 733, 3049, 2944, 5, 8, 161, 393, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ko.po, 727, 3039, 2696, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ja.po, 729, 3043, 1215, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/nds.po, 99, 135, 133, 2, 2, 798, 3313, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/tr.po, 721, 2534, 2363, 66, 161, 112, 755, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/zh_CN.po, 752, 3147, 1071, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/bg.po, 730, 3046, 3238, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/it.po, 734, 3049, 3373, 10, 82, 155, 319, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/sr.po, 744, 3137, 3101, 2, 4, 153, 309, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/fa.po, 310, 707, 814, 3, 3, 586, 2740, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ca.po, 752, 3147, 3780, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/sr@latin.po, 685, 2739, 2705, 65, 159, 149, 552, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ms.po, 65, 92, 91, 1, 1, 833, 3357, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/si.po, 17, 21, 24, 4, 9, 878, 3420, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/br.po, 667, 2662, 3310, 4, 6, 228, 782, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/lt.po, 616, 2463, 2233, 1, 2, 282, 985, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/nb.po, 705, 2499, 2441, 6, 9, 188, 942, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/fr.po, 888, 3435, 4080, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/is.po, 146, 429, 408, 3, 7, 750, 3014, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/da.po, 752, 3147, 2893, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/hr.po, 212, 782, 737, 2, 3, 685, 2665, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/bn_IN.po, 727, 3039, 3388, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/kn.po, 729, 3043, 2758, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/mai.po, 48, 110, 119, 1, 1, 850, 3339, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/te.po, 730, 3046, 2621, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/en_GB.po, 729, 3043, 3046, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/ml.po, 730, 3046, 2604, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/zh_TW.po, 752, 3147, 1117, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/id.po, 752, 3147, 3015, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv, po/hu.po, 752, 3147, 2855, 2, 4, 145, 299, 899, 3450 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/zh_TW.po, 113, 968, 154, 0, 0, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/zh_CN.po, 112, 950, 135, 1, 18, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/uk.po, 125, 1065, 858, 0, 0, 0, 0, 125, 1065 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/tr.po, 133, 1131, 1022, 0, 0, 0, 0, 133, 1131 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/sv.po, 121, 1041, 1020, 0, 0, 0, 0, 121, 1041 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/sr.po, 127, 1090, 1250, 0, 0, 0, 0, 127, 1090 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/sk.po, 46, 371, 353, 0, 0, 69, 614, 115, 985 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/ru.po, 133, 1124, 1144, 0, 0, 0, 0, 133, 1124 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/ro.po, 115, 985, 1054, 0, 0, 0, 0, 115, 985 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/pt_BR.po, 133, 1124, 1209, 0, 0, 0, 0, 133, 1124 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/pl.po, 133, 1131, 996, 0, 0, 0, 0, 133, 1131 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/lt.po, 133, 1131, 1008, 0, 0, 0, 0, 133, 1131 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/ko.po, 113, 968, 792, 0, 0, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/ja.po, 133, 1131, 133, 0, 0, 0, 0, 133, 1131 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/it.po, 133, 1131, 1157, 0, 0, 0, 0, 133, 1131 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/id.po, 125, 1065, 953, 0, 0, 0, 0, 125, 1065 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/hu.po, 115, 985, 786, 0, 0, 0, 0, 115, 985 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/hr.po, 113, 968, 851, 0, 0, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/gl.po, 113, 968, 1032, 0, 0, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/fr.po, 133, 1131, 1256, 0, 0, 0, 0, 133, 1131 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/es.po, 113, 968, 1123, 0, 0, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/el.po, 68, 603, 650, 30, 272, 15, 93, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/de.po, 113, 968, 972, 0, 0, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/da.po, 113, 968, 990, 0, 0, 0, 0, 113, 968 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/cs.po, 133, 1131, 1014, 0, 0, 0, 0, 133, 1131 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/ca.po, 125, 1065, 1285, 0, 0, 0, 0, 125, 1065 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/bg.po, 115, 985, 1112, 0, 0, 0, 0, 115, 985 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/be@latin.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 -systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv, po/be.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 -tar-1.32-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tar-1.32-1.fc30.src.rpm.stats.csv, po/da.po, 589, 3626, 3546, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/pt.po, 589, 3626, 4003, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ja.po, 589, 3626, 1645, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/eu.gmo, 343, 1774, 1731, 0, 0, 0, 0, 343, 1774 -tar-1.32-1.fc30.src.rpm.stats.csv, po/nl.po, 589, 3626, 3790, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ga.po, 589, 3626, 4541, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/fr.po, 572, 3484, 4471, 12, 111, 9, 61, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/et.po, 572, 3484, 3053, 12, 111, 9, 61, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 589, 3626, 4217, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/sl.po, 557, 3392, 3664, 18, 133, 18, 131, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ca.po, 589, 3626, 4589, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ko.po, 572, 3484, 3106, 12, 111, 9, 61, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/fi.po, 522, 3079, 2643, 32, 238, 39, 339, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/hu.po, 589, 3626, 3746, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/el.po, 116, 557, 676, 111, 792, 366, 2307, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/el.gmo, 116, 557, 676, 0, 0, 0, 0, 116, 557 -tar-1.32-1.fc30.src.rpm.stats.csv, po/eu.po, 343, 1774, 1731, 94, 654, 156, 1228, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/uk.po, 589, 3626, 3822, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/cs.po, 589, 3626, 3716, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ro.po, 248, 1279, 1387, 151, 1090, 194, 1287, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/sv.po, 589, 3626, 3555, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ky.po, 412, 2400, 2275, 91, 650, 90, 606, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/de.po, 589, 3626, 3589, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/bg.po, 589, 3626, 4451, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ru.po, 589, 3626, 3646, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/it.po, 589, 3626, 4169, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ms.po, 112, 545, 547, 110, 742, 371, 2369, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/tar.pot, 0, 0, 0, 0, 0, 593, 3656, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/vi.po, 589, 3626, 5437, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 589, 3626, 1365, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/ms.gmo, 112, 545, 547, 0, 0, 0, 0, 112, 545 -tar-1.32-1.fc30.src.rpm.stats.csv, po/nb.po, 589, 3626, 3612, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/eo.po, 589, 3626, 3594, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/fi.gmo, 522, 3079, 2643, 0, 0, 0, 0, 522, 3079 -tar-1.32-1.fc30.src.rpm.stats.csv, po/sk.po, 117, 567, 620, 111, 792, 365, 2297, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/id.po, 557, 3392, 3502, 18, 133, 18, 131, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/gl.po, 117, 567, 723, 122, 855, 354, 2234, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/pl.po, 589, 3626, 3802, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/sr.po, 572, 3484, 3633, 12, 111, 9, 61, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/hr.po, 589, 3626, 3840, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/es.po, 589, 3626, 4645, 1, 19, 3, 11, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/tr.po, 572, 3484, 3126, 12, 111, 9, 61, 593, 3656 -tar-1.32-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 589, 3626, 1334, 1, 19, 3, 11, 593, 3656 -texlive-base-20180414-35.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texlive-base-20180414-35.fc30.src.rpm.stats.csv, texmf-dist/doc/support/latex-git-log/po/de.po, 3, 3, 3, 0, 0, 0, 0, 3, 3 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 141, 616, 269, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/vi.po, 157, 697, 1022, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/uk.po, 157, 697, 745, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/tr.po, 141, 616, 563, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/tigervnc.pot, 0, 0, 0, 0, 0, 157, 697, 157, 697 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/sv.po, 157, 697, 635, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/sr.po, 141, 616, 644, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/sk.po, 33, 82, 90, 13, 62, 109, 656, 155, 800 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/ru.po, 157, 697, 681, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 157, 697, 827, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/pl.po, 33, 82, 88, 13, 62, 109, 656, 155, 800 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/nl.po, 141, 616, 608, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/it.po, 70, 210, 238, 14, 62, 71, 528, 155, 800 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/id.po, 141, 616, 639, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/hu.po, 141, 616, 628, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/fur.po, 139, 583, 712, 0, 0, 14, 88, 153, 671 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/fr.po, 142, 624, 765, 0, 0, 0, 0, 142, 624 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/fi.po, 154, 675, 524, 0, 0, 0, 0, 154, 675 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/es.po, 141, 616, 703, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/eo.po, 141, 616, 648, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/el.po, 145, 684, 733, 8, 55, 7, 83, 160, 822 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/de.po, 153, 671, 654, 0, 0, 0, 0, 153, 671 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/da.po, 142, 624, 583, 0, 0, 0, 0, 142, 624 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/cs.po, 157, 697, 702, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-4.fc30.src.rpm.stats.csv, po/bg.po, 141, 616, 738, 0, 0, 0, 0, 141, 616 -totem-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 265, 4552, 642, 0, 0, 0, 0, 265, 4552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/uk/uk.po, 265, 4552, 3870, 0, 0, 0, 0, 265, 4552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/te/te.po, 20, 38, 39, 0, 0, 245, 4514, 265, 4552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 157, 1830, 1696, 0, 0, 0, 0, 157, 1830 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/sl/sl.po, 9, 26, 26, 0, 0, 256, 4526, 265, 4552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 265, 4552, 3628, 0, 0, 0, 0, 265, 4552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/ro/ro.po, 252, 4680, 4745, 0, 0, 0, 0, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 252, 4680, 5191, 0, 0, 0, 0, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 159, 1850, 1573, 0, 0, 0, 0, 159, 1850 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/pa/pa.po, 112, 909, 925, 0, 0, 80, 1468, 192, 2377 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/oc/oc.po, 47, 122, 142, 0, 0, 143, 2472, 190, 2594 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/nb/nb.po, 193, 3238, 2513, 44, 1388, 15, 54, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/ja/ja.po, 123, 1153, 464, 68, 1654, 74, 1745, 265, 4552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/it/it.po, 235, 3534, 3430, 30, 1013, 0, 0, 265, 4547 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/id/id.po, 252, 4680, 4206, 0, 0, 0, 0, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 159, 1850, 1622, 0, 0, 0, 0, 159, 1850 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/hr/hr.po, 183, 2843, 2470, 0, 0, 69, 1817, 252, 4660 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 252, 4680, 5068, 0, 0, 0, 0, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 252, 4680, 5147, 0, 0, 0, 0, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 202, 3420, 2117, 38, 1212, 12, 48, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/eu/eu.po, 190, 2594, 1955, 0, 0, 0, 0, 190, 2594 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 54, 128, 173, 5, 37, 100, 1685, 159, 1850 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/en_GB/en_GB.po, 263, 4493, 4500, 0, 0, 0, 0, 263, 4493 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 252, 4660, 5021, 0, 0, 0, 0, 252, 4660 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 155, 1802, 1835, 1, 16, 2, 8, 158, 1826 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 252, 4660, 4003, 0, 0, 0, 0, 252, 4660 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 252, 4680, 3981, 0, 0, 0, 0, 252, 4680 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 252, 4659, 5400, 0, 0, 0, 0, 252, 4659 -totem-3.32.0-1.fc30.src.rpm.stats.csv, help/bg/bg.po, 0, 0, 0, 0, 0, 265, 4552, 265, 4552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/zu.po, 522, 2066, 1754, 10, 71, 46, 392, 578, 2529 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 390, 1374, 524, 0, 0, 0, 0, 390, 1374 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 347, 1241, 466, 5, 64, 0, 0, 352, 1305 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 389, 1327, 514, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 388, 1383, 1836, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 396, 1398, 1242, 0, 0, 0, 0, 396, 1398 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 521, 2040, 1792, 0, 0, 0, 0, 521, 2040 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 391, 1403, 1172, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 352, 1305, 514, 0, 0, 0, 0, 352, 1305 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 302, 716, 731, 0, 0, 50, 589, 352, 1305 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 384, 1446, 1222, 0, 0, 0, 0, 384, 1446 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 384, 1446, 1258, 0, 0, 0, 0, 384, 1446 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 388, 1383, 1274, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 396, 1398, 1450, 0, 0, 0, 0, 396, 1398 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 388, 1383, 1431, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 501, 2361, 2581, 0, 0, 0, 0, 501, 2361 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 388, 1383, 1387, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 391, 1335, 1352, 0, 0, 0, 0, 391, 1335 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 391, 1403, 1281, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 391, 1403, 1486, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 391, 1403, 1561, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 392, 1390, 1531, 0, 0, 0, 0, 392, 1390 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 391, 1403, 1342, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 384, 1449, 1562, 0, 0, 0, 0, 384, 1449 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 522, 2043, 2124, 0, 0, 0, 0, 522, 2043 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 372, 1243, 1427, 0, 0, 10, 130, 382, 1373 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 579, 2537, 2390, 0, 0, 2, 22, 581, 2559 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 391, 1403, 1332, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 300, 706, 697, 54, 303, 35, 318, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 391, 1335, 1307, 0, 0, 0, 0, 391, 1335 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/my.po, 189, 434, 361, 29, 80, 365, 2053, 583, 2567 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 226, 685, 619, 141, 430, 225, 1496, 592, 2611 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 384, 1446, 1342, 0, 0, 0, 0, 384, 1446 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 391, 1335, 1092, 0, 0, 0, 0, 391, 1335 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 561, 2453, 2562, 0, 0, 0, 0, 561, 2453 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 379, 1486, 1553, 0, 0, 221, 1328, 600, 2814 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 388, 1383, 1215, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 388, 1383, 1214, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ky.po, 186, 291, 287, 0, 0, 337, 1759, 523, 2050 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 388, 1383, 1118, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 384, 1446, 1268, 0, 0, 0, 0, 384, 1446 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/km.po, 523, 2050, 929, 0, 0, 0, 0, 523, 2050 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 364, 1145, 969, 0, 0, 26, 229, 390, 1374 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 377, 1327, 485, 0, 0, 14, 76, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 396, 1398, 1475, 0, 0, 0, 0, 396, 1398 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 391, 1335, 1313, 0, 0, 0, 0, 391, 1335 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 391, 1403, 1276, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 391, 1403, 1200, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 389, 1327, 1275, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 384, 1446, 1652, 0, 0, 0, 0, 384, 1446 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 392, 1390, 1321, 0, 0, 0, 0, 392, 1390 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/gv.po, 530, 2169, 2630, 0, 0, 57, 416, 587, 2585 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 391, 1389, 1486, 0, 0, 0, 0, 391, 1389 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 388, 1383, 1574, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/gd.po, 389, 1327, 1800, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 303, 698, 769, 13, 69, 121, 938, 437, 1705 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 388, 1383, 1533, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 391, 1403, 1637, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 391, 1403, 1077, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 389, 1327, 1416, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 391, 1403, 1225, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 389, 1327, 1091, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 391, 1403, 1590, 0, 0, 0, 0, 391, 1403 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 389, 1327, 1183, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 389, 1327, 1324, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 561, 2453, 2456, 0, 0, 0, 0, 561, 2453 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 456, 1699, 1699, 131, 891, 0, 0, 587, 2590 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 390, 1374, 1432, 0, 0, 0, 0, 390, 1374 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 388, 1383, 1302, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 388, 1383, 1252, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 300, 1388, 1457, 82, 287, 96, 605, 478, 2280 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 388, 1383, 1334, 0, 0, 0, 0, 388, 1383 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/crh.po, 520, 2035, 1755, 0, 0, 0, 0, 520, 2035 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 389, 1327, 1580, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 388, 1364, 1618, 0, 0, 2, 8, 390, 1372 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 385, 1449, 1405, 0, 0, 0, 0, 385, 1449 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/br.po, 353, 924, 1062, 13, 63, 237, 1712, 603, 2699 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 384, 1446, 1515, 0, 0, 0, 0, 384, 1446 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 592, 2611, 2766, 0, 0, 0, 0, 592, 2611 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 389, 1327, 1445, 0, 0, 0, 0, 389, 1327 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 596, 2707, 2363, 3, 35, 1, 72, 600, 2814 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 391, 1335, 1247, 0, 0, 0, 0, 391, 1335 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 560, 2420, 2717, 0, 0, 1, 21, 561, 2441 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 384, 1446, 1463, 0, 0, 0, 0, 384, 1446 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 501, 1962, 1912, 0, 0, 0, 0, 501, 1962 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -totem-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 396, 1350, 1362, 0, 0, 2, 57, 398, 1407 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 8, 29, 12, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/vi.po, 7, 28, 35, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/uk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ug.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/tr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/th.po, 7, 28, 10, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/tg.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/te.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ta.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/sv.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/sr.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/sq.po, 8, 35, 32, 0, 0, 0, 0, 8, 35 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/sl.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/sk.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ru.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ro.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/pt.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ps.po, 7, 28, 40, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/pl.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/pa.po, 8, 29, 33, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/or.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/oc.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/nn.po, 7, 28, 24, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/nl.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ne.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/nds.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/nb.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ms.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/mr.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/mn.po, 7, 28, 25, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ml.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/mk.po, 8, 35, 33, 0, 0, 0, 0, 8, 35 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/mai.po, 5, 17, 13, 0, 0, 2, 11, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/lv.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/lt.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ko.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/kn.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/km.po, 7, 28, 14, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/kk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ja.po, 8, 29, 13, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/it.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/is.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/id.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/hu.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/hr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/hi.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/he.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/gu.po, 7, 28, 26, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/gl.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/gd.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ga.po, 7, 28, 29, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/fur.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/fr.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/fi.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/fa.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/eu.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/et.po, 8, 29, 20, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/es.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/eo.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/en_GB.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/en_CA.po, 372, 1795, 1810, 0, 0, 0, 0, 372, 1795 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/el.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/de.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/da.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/cy.po, 7, 28, 33, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/cs.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ca.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/bs.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/br.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/bn.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/bg.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/be@latin.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/be.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ast.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/as.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/ar.po, 7, 28, 22, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/an.po, 8, 29, 36, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv, po/af.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 369, 2217, 661, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 369, 2211, 606, 0, 0, 0, 0, 369, 2211 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/tr.po, 369, 2217, 1860, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/sv.po, 369, 2217, 2096, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 370, 2229, 2280, 0, 0, 0, 0, 370, 2229 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/sr.po, 369, 2217, 2285, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/sl.po, 369, 2217, 2367, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/sk.po, 369, 2211, 2236, 0, 0, 0, 0, 369, 2211 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ru.po, 369, 2217, 2117, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ro.po, 369, 2217, 2607, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 369, 2217, 2578, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/pl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/nl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ne.po, 146, 444, 405, 73, 310, 151, 1475, 370, 2229 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/nb.po, 284, 1299, 1257, 0, 0, 85, 912, 369, 2211 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ml.po, 104, 283, 224, 12, 72, 254, 1874, 370, 2229 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/lv.po, 369, 2217, 1943, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/lt.po, 369, 2217, 1875, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ko.po, 369, 2217, 1809, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/kk.po, 73, 163, 133, 0, 0, 296, 2054, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/it.po, 369, 2217, 2333, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/is.po, 84, 245, 234, 0, 0, 285, 1966, 369, 2211 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/id.po, 369, 2217, 2180, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/hu.po, 369, 2217, 2086, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/hr.po, 369, 2212, 2103, 0, 0, 0, 0, 369, 2212 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/gl.po, 369, 2217, 2617, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/fur.po, 369, 2217, 2706, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/fr.po, 369, 2217, 2687, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/fi.po, 138, 475, 404, 63, 349, 169, 1405, 370, 2229 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/eu.po, 370, 2229, 2092, 0, 0, 0, 0, 370, 2229 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/es.po, 369, 2217, 2657, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/eo.po, 118, 378, 346, 3, 19, 248, 1820, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 369, 2211, 2209, 0, 0, 0, 0, 369, 2211 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/el.po, 369, 2217, 2408, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/de.po, 369, 2217, 2370, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/da.po, 369, 2217, 2150, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/cs.po, 369, 2217, 2293, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 369, 2211, 2888, 0, 0, 0, 0, 369, 2211 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ca.po, 369, 2217, 2890, 0, 0, 0, 0, 369, 2217 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -tracker-2.2.1-1.fc30.src.rpm.stats.csv, po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 112, 801, 233, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 600, 3747, 1001, 0, 0, 0, 0, 600, 3747 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/tr.po, 112, 801, 690, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/sv.po, 112, 801, 751, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 118, 827, 806, 0, 0, 0, 0, 118, 827 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/sr.po, 112, 801, 780, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/sl.po, 112, 801, 768, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/sk.po, 118, 828, 826, 0, 0, 0, 0, 118, 828 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ru.po, 112, 801, 745, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ro.po, 112, 801, 882, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 112, 801, 889, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/pl.po, 112, 801, 799, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/nl.po, 112, 801, 839, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ne.po, 77, 458, 406, 13, 54, 28, 315, 118, 827 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/nb.po, 90, 446, 424, 0, 0, 28, 381, 118, 827 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ml.po, 128, 447, 355, 1, 1, 392, 2691, 521, 3139 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/lv.po, 112, 801, 714, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/lt.po, 112, 801, 667, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ko.po, 112, 801, 604, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/kk.po, 62, 83, 81, 0, 0, 538, 3664, 600, 3747 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/it.po, 112, 801, 853, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/id.po, 112, 801, 739, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/hu.po, 112, 801, 715, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/hr.po, 118, 828, 835, 0, 0, 0, 0, 118, 828 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/gl.po, 112, 801, 922, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/fur.po, 112, 801, 980, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/fr.po, 112, 801, 962, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/fi.po, 261, 1014, 837, 96, 512, 245, 2238, 602, 3764 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/eu.po, 118, 827, 724, 0, 0, 0, 0, 118, 827 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/es.po, 112, 801, 940, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/eo.po, 23, 59, 56, 0, 0, 89, 742, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 118, 827, 828, 0, 0, 0, 0, 118, 827 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/el.po, 118, 828, 885, 0, 0, 0, 0, 118, 828 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/de.po, 112, 801, 784, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/da.po, 112, 801, 806, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/cs.po, 112, 801, 835, 0, 0, 0, 0, 112, 801 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 118, 827, 997, 0, 0, 0, 0, 118, 827 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ca.po, 118, 827, 998, 0, 0, 0, 0, 118, 827 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv, po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/udisks2.pot, 0, 0, 0, 0, 0, 514, 2180, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 396, 1499, 798, 0, 0, 0, 0, 396, 1499 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 482, 1973, 930, 0, 0, 0, 0, 482, 1973 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/uk.gmo, 495, 2015, 2251, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/tr.gmo, 495, 2015, 2003, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sv.gmo, 495, 2015, 1945, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sr.gmo, 406, 1498, 1572, 0, 0, 0, 0, 406, 1498 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sl.gmo, 406, 1498, 1491, 0, 0, 0, 0, 406, 1498 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sk.gmo, 495, 2015, 1889, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ru.gmo, 406, 1498, 1522, 0, 0, 0, 0, 406, 1498 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 472, 1905, 2086, 0, 0, 0, 0, 472, 1905 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pl.gmo, 495, 2015, 2143, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pa.gmo, 214, 480, 542, 0, 0, 0, 0, 214, 480 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/oc.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/nl.gmo, 495, 2015, 2171, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/lv.gmo, 281, 847, 783, 0, 0, 0, 0, 281, 847 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/lt.gmo, 495, 2015, 1929, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ko.gmo, 406, 1517, 1294, 0, 0, 0, 0, 406, 1517 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/kk.gmo, 472, 1905, 1687, 0, 0, 0, 0, 472, 1905 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ja.gmo, 395, 1459, 728, 0, 0, 0, 0, 395, 1459 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/it.gmo, 495, 2015, 2153, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/id.gmo, 495, 2015, 1920, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ia.gmo, 105, 482, 571, 0, 0, 0, 0, 105, 482 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/hu.gmo, 495, 2015, 1664, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/hr.gmo, 340, 1202, 1179, 0, 0, 0, 0, 340, 1202 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/gl.gmo, 406, 1498, 1638, 0, 0, 0, 0, 406, 1498 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fur.gmo, 90, 594, 756, 0, 0, 0, 0, 90, 594 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fr.gmo, 495, 2015, 2438, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fi.gmo, 315, 1040, 830, 0, 0, 0, 0, 315, 1040 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/eu.gmo, 219, 439, 432, 0, 0, 0, 0, 219, 439 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/es.gmo, 495, 2015, 2310, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 437, 1674, 1674, 0, 0, 0, 0, 437, 1674 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/el.gmo, 407, 1506, 1445, 0, 0, 0, 0, 407, 1506 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/de.gmo, 472, 1905, 1883, 0, 0, 0, 0, 472, 1905 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/da.gmo, 495, 2015, 1987, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/cs.gmo, 495, 2015, 1960, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ca.gmo, 487, 1994, 2368, 0, 0, 0, 0, 487, 1994 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/af.gmo, 438, 1679, 1714, 0, 0, 0, 0, 438, 1679 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 396, 1499, 798, 23, 176, 95, 505, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 482, 1973, 930, 0, 0, 32, 207, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/uk.po, 495, 2015, 2251, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/tr.po, 495, 2015, 2003, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sv.po, 495, 2015, 1945, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sr.po, 406, 1498, 1572, 28, 207, 80, 475, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sl.po, 406, 1498, 1491, 28, 207, 80, 475, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/sk.po, 495, 2015, 1889, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ru.po, 406, 1498, 1522, 28, 207, 80, 475, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 472, 1905, 2086, 0, 0, 42, 275, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pl.po, 495, 2015, 2143, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/pa.po, 214, 480, 542, 27, 205, 273, 1495, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/oc.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/nl.po, 495, 2015, 2171, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/lv.po, 281, 847, 783, 27, 205, 206, 1128, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/lt.po, 495, 2015, 1929, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ko.po, 406, 1517, 1294, 28, 207, 80, 456, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/kk.po, 472, 1905, 1687, 0, 0, 42, 275, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ja.po, 395, 1459, 728, 28, 207, 91, 514, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/it.po, 495, 2015, 2153, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/id.po, 495, 2015, 1920, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ia.po, 105, 482, 571, 27, 205, 382, 1493, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/hu.po, 495, 2015, 1664, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/hr.po, 340, 1202, 1179, 27, 205, 147, 773, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/gl.po, 406, 1498, 1638, 28, 207, 80, 475, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fur.po, 90, 594, 756, 0, 0, 424, 1586, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fr.po, 495, 2015, 2438, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fi.po, 315, 1040, 830, 27, 205, 172, 935, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/eu.po, 219, 439, 432, 26, 203, 269, 1538, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/es.po, 495, 2015, 2310, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/en_GB.po, 437, 1674, 1674, 29, 209, 48, 297, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/el.po, 407, 1506, 1445, 28, 207, 79, 467, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/de.po, 472, 1905, 1883, 0, 0, 42, 275, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/da.po, 495, 2015, 1987, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/cs.po, 495, 2015, 1960, 0, 0, 19, 165, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ca.po, 487, 1994, 2368, 0, 0, 27, 186, 514, 2180 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.2-1.fc30.src.rpm.stats.csv, po/af.po, 438, 1679, 1714, 0, 0, 76, 501, 514, 2180 -upower-0.99.10-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -upower-0.99.10-1.fc30.src.rpm.stats.csv, po/pl.po, 26, 145, 124, 0, 0, 0, 0, 26, 145 -upower-0.99.10-1.fc30.src.rpm.stats.csv, po/sv.po, 19, 113, 107, 0, 0, 0, 0, 19, 113 -upower-0.99.10-1.fc30.src.rpm.stats.csv, po/it.po, 19, 113, 130, 0, 0, 0, 0, 19, 113 -upower-0.99.10-1.fc30.src.rpm.stats.csv, po/fr.po, 26, 145, 184, 0, 0, 0, 0, 26, 145 -usermode-1.112-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -usermode-1.112-4.fc30.src.rpm.stats.csv, po/zh_TW.po, 96, 573, 148, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/gl.po, 62, 320, 332, 0, 0, 34, 253, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/de_CH.po, 92, 551, 496, 0, 0, 4, 22, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/tg.po, 59, 177, 196, 0, 0, 37, 396, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/bs.po, 94, 564, 545, 0, 0, 2, 9, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ast.po, 92, 551, 563, 0, 0, 4, 22, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/be.po, 74, 451, 383, 0, 0, 22, 122, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/fi.po, 96, 573, 419, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/nl.po, 96, 573, 567, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ko.po, 95, 570, 489, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/cs.po, 96, 573, 514, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ml.po, 94, 564, 450, 0, 0, 2, 9, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/as.po, 95, 570, 558, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/tr.po, 96, 573, 451, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/nds.po, 34, 74, 71, 0, 0, 62, 499, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/sk.po, 96, 573, 548, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/te.po, 95, 570, 472, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/sr@latin.po, 94, 564, 526, 0, 0, 2, 9, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ja.po, 96, 573, 150, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/bn.po, 95, 570, 596, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/sl.po, 74, 442, 421, 0, 0, 22, 131, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/da.po, 96, 573, 537, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/cy.po, 83, 521, 510, 0, 0, 13, 52, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/bg.po, 95, 570, 580, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/fa.po, 95, 570, 624, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/fr.po, 96, 573, 658, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/or.po, 94, 564, 662, 0, 0, 2, 9, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/mai.po, 92, 551, 654, 0, 0, 4, 22, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/is.po, 95, 570, 575, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/pa.po, 96, 573, 690, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/es.po, 96, 573, 631, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ms.po, 91, 542, 500, 0, 0, 5, 31, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/id.po, 96, 573, 502, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/en_GB.po, 86, 524, 527, 0, 0, 10, 49, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/pt_BR.po, 96, 573, 635, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ka.po, 29, 60, 57, 0, 0, 67, 513, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/pl.po, 96, 573, 513, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/sv.po, 96, 573, 531, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/sr.po, 96, 573, 536, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/el.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/nb.po, 95, 570, 589, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/it.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ar.po, 95, 570, 554, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ro.po, 95, 570, 573, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/vi.po, 60, 252, 350, 0, 0, 36, 321, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/hr.po, 91, 542, 525, 0, 0, 5, 31, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/hu.po, 96, 573, 518, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/mr.po, 94, 564, 538, 0, 0, 2, 9, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/he.po, 95, 570, 536, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/lv.po, 95, 570, 485, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/kn.po, 95, 570, 486, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/et.po, 95, 570, 452, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/de.po, 96, 573, 520, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ru.po, 96, 573, 506, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/hi.po, 94, 564, 680, 0, 0, 2, 9, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/bn_IN.po, 96, 573, 589, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/zh_CN.po, 95, 570, 153, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ta.po, 95, 570, 457, 0, 0, 1, 3, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/ca.po, 96, 573, 654, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/gu.po, 94, 564, 621, 0, 0, 2, 9, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/pt.po, 96, 573, 645, 0, 0, 0, 0, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/mk.po, 91, 542, 549, 0, 0, 5, 31, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/si.po, 19, 31, 36, 0, 0, 77, 542, 96, 573 -usermode-1.112-4.fc30.src.rpm.stats.csv, po/uk.po, 96, 573, 499, 0, 0, 0, 0, 96, 573 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/nl.po, 3485, 18207, 18186, 486, 3118, 250, 2130, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/gl.po, 212, 780, 1021, 1685, 8207, 2324, 14468, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/util-linux.pot, 0, 0, 0, 0, 0, 4221, 23455, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/eu.po, 357, 861, 923, 2122, 9935, 1742, 12659, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/fr.po, 4214, 23423, 28301, 5, 26, 2, 6, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 711, 2746, 1431, 2666, 15280, 844, 5429, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 711, 2746, 1431, 0, 0, 0, 0, 711, 2746 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/fi.po, 1154, 4500, 3928, 2048, 10727, 1019, 8228, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/uk.po, 4214, 23423, 24760, 5, 26, 2, 6, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/ru.gmo, 1863, 8647, 8528, 0, 0, 0, 0, 1863, 8647 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/sv.po, 4198, 23252, 22218, 21, 197, 2, 6, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/eu.gmo, 357, 861, 923, 0, 0, 0, 0, 357, 861 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/et.po, 321, 1064, 1042, 2176, 11001, 1724, 11390, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/id.po, 659, 2432, 2488, 2377, 12770, 1185, 8253, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/hr.po, 2914, 15883, 16566, 4, 22, 1303, 7550, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/hu.gmo, 573, 2085, 2138, 0, 0, 0, 0, 573, 2085 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/sl.po, 483, 1681, 1757, 2423, 12495, 1315, 9279, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/ca.gmo, 487, 1692, 2199, 0, 0, 0, 0, 487, 1692 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/hu.po, 573, 2085, 2138, 2369, 12377, 1279, 8993, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/it.po, 488, 1532, 1716, 2385, 12183, 1348, 9740, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/ru.po, 1863, 8647, 8528, 1242, 6687, 1116, 8121, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/da.po, 3866, 21091, 19698, 278, 1901, 77, 463, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/cs.po, 4214, 23423, 23504, 5, 26, 2, 6, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/ca.po, 487, 1692, 2199, 2424, 12522, 1310, 9241, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/vi.po, 3088, 16736, 24352, 892, 5195, 241, 1524, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 4214, 23423, 27558, 5, 26, 2, 6, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/id.gmo, 659, 2432, 2488, 0, 0, 0, 0, 659, 2432 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/pl.po, 4214, 23423, 23690, 5, 26, 2, 6, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/tr.po, 3607, 19477, 17975, 483, 3120, 131, 858, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/fi.gmo, 1154, 4500, 3928, 0, 0, 0, 0, 1154, 4500 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/ja.po, 3284, 17676, 8942, 625, 3674, 312, 2105, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/de.po, 4214, 23423, 23417, 5, 26, 2, 6, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/it.gmo, 488, 1532, 1716, 0, 0, 0, 0, 488, 1532 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 3610, 19451, 9165, 484, 3162, 127, 842, 4221, 23455 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/gl.gmo, 212, 780, 1021, 0, 0, 0, 0, 212, 780 -util-linux-2.33.2-1.fc30.src.rpm.stats.csv, po/es.po, 4214, 23423, 30503, 5, 26, 2, 6, 4221, 23455 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/ca.gmo, 46, 106, 126, 0, 0, 0, 0, 46, 106 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/uk.po, 124, 566, 639, 5, 39, 41, 135, 170, 740 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/ca.po, 46, 106, 126, 1, 7, 123, 627, 170, 740 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/pt_BR.po, 157, 685, 768, 0, 0, 13, 55, 170, 740 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/de.gmo, 157, 685, 652, 0, 0, 0, 0, 157, 685 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/libdvbv5.pot, 0, 0, 0, 0, 0, 170, 740, 170, 740 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/de.po, 157, 685, 652, 0, 0, 13, 55, 170, 740 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/pt_BR.gmo, 157, 685, 768, 0, 0, 0, 0, 157, 685 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, libdvbv5-po/uk.gmo, 124, 566, 639, 0, 0, 0, 0, 124, 566 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/ca.gmo, 29, 68, 83, 0, 0, 0, 0, 29, 68 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/uk.po, 0, 0, 0, 21, 70, 389, 2187, 410, 2257 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/ca.po, 29, 68, 83, 17, 58, 364, 2131, 410, 2257 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/pt_BR.po, 309, 1496, 1798, 67, 583, 34, 178, 410, 2257 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/de.gmo, 309, 1496, 1479, 0, 0, 0, 0, 309, 1496 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/v4l-utils.pot, 0, 0, 0, 0, 0, 410, 2257, 410, 2257 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/de.po, 309, 1496, 1479, 66, 580, 35, 181, 410, 2257 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/pt_BR.gmo, 309, 1496, 1798, 0, 0, 0, 0, 309, 1496 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/uk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/fr.po, 35, 145, 165, 23, 214, 352, 1898, 410, 2257 -v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv, v4l-utils-po/fr.gmo, 35, 145, 165, 0, 0, 0, 0, 35, 145 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/nl.po, 1213, 5623, 5662, 0, 0, 0, 0, 1213, 5623 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/cs.po, 1283, 5850, 5827, 0, 0, 0, 0, 1283, 5850 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/lv.po, 78, 504, 458, 0, 0, 0, 0, 78, 504 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/pl.po, 1869, 9421, 9586, 0, 0, 0, 0, 1869, 9421 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ja.euc-jp.po, 2002, 10408, 5259, 0, 0, 0, 0, 2002, 10408 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ru.po, 1955, 10076, 10183, 0, 0, 0, 0, 1955, 10076 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/sk.po, 1628, 7870, 8187, 0, 0, 0, 0, 1628, 7870 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ja.sjis.po, 2002, 10408, 5259, 0, 0, 0, 0, 2002, 10408 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/fi.po, 1941, 10000, 8507, 0, 0, 0, 0, 1941, 10000 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/uk.po, 1963, 10144, 9853, 0, 0, 0, 0, 1963, 10144 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/uk.cp1251.po, 1963, 10144, 9853, 0, 0, 0, 0, 1963, 10144 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/sv.po, 1697, 8198, 7860, 0, 0, 0, 0, 1697, 8198 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/es.po, 1733, 8457, 11200, 0, 0, 0, 0, 1733, 8457 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/de.po, 2002, 10409, 10483, 0, 0, 0, 0, 2002, 10409 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/zh_CN.cp936.po, 1634, 7869, 4497, 3, 15, 0, 0, 1637, 7884 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/no.po, 1668, 8054, 7925, 0, 0, 0, 0, 1668, 8054 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/eo.po, 1954, 10207, 10602, 0, 0, 0, 0, 1954, 10207 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/vi.po, 1422, 6679, 10508, 0, 0, 0, 0, 1422, 6679 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/pt_BR.po, 1937, 9989, 11208, 0, 0, 0, 0, 1937, 9989 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ko.po, 1869, 9456, 8881, 0, 0, 0, 0, 1869, 9456 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/zh_TW.UTF-8.po, 1422, 6679, 3896, 0, 0, 0, 0, 1422, 6679 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ja.po, 2002, 10408, 5259, 0, 0, 0, 0, 2002, 10408 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/af.po, 1423, 6685, 7205, 0, 0, 0, 0, 1423, 6685 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/zh_CN.po, 1633, 7865, 4498, 3, 15, 0, 0, 1636, 7880 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/it.po, 2002, 10408, 11524, 0, 0, 0, 0, 2002, 10408 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ru.cp1251.po, 1955, 10076, 10183, 0, 0, 0, 0, 1955, 10076 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/sr.po, 1961, 10132, 11044, 0, 0, 0, 0, 1961, 10132 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/pl.cp1250.po, 1869, 9421, 9586, 0, 0, 0, 0, 1869, 9421 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/zh_CN.UTF-8.po, 1634, 7869, 4497, 3, 15, 0, 0, 1637, 7884 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ca.po, 1931, 9958, 12201, 0, 0, 0, 0, 1931, 9958 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ga.po, 1931, 9958, 11776, 0, 0, 0, 0, 1931, 9958 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/pl.UTF-8.po, 1869, 9421, 9586, 0, 0, 0, 0, 1869, 9421 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/nb.po, 1668, 8054, 7925, 0, 0, 0, 0, 1668, 8054 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/fr.po, 2003, 10418, 12150, 0, 0, 0, 0, 2003, 10418 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/da.po, 1963, 10135, 9803, 0, 0, 0, 0, 1963, 10135 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/cs.cp1250.po, 1283, 5850, 5827, 0, 0, 0, 0, 1283, 5850 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/sk.cp1250.po, 1628, 7870, 8187, 0, 0, 0, 0, 1628, 7870 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/en_GB.po, 182, 1128, 1152, 0, 0, 0, 0, 182, 1128 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/zh_TW.po, 1422, 6679, 3896, 0, 0, 0, 0, 1422, 6679 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, src/po/ko.UTF-8.po, 1869, 9456, 8881, 0, 0, 0, 0, 1869, 9456 -vim-8.1.1137-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -vino-3.22.0-15.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/id.po, 134, 1228, 1096, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/pa.po, 134, 1228, 1341, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/te.po, 134, 1228, 951, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/oc.po, 94, 973, 1059, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/sk.po, 134, 1228, 1206, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/bn.po, 136, 1215, 1294, 0, 0, 0, 0, 136, 1215 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/si.po, 66, 479, 510, 1, 26, 15, 311, 82, 816 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/hi.po, 134, 1228, 1409, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/en_GB.po, 94, 973, 998, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ka.po, 72, 544, 457, 0, 0, 0, 0, 72, 544 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ga.po, 23, 52, 63, 0, 0, 113, 1163, 136, 1215 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ta.po, 134, 1228, 920, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/vi.po, 94, 973, 1335, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/tr.po, 94, 973, 749, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ca.po, 134, 1228, 1371, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/th.po, 133, 1223, 366, 0, 0, 0, 0, 133, 1223 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ro.po, 128, 1184, 1186, 0, 0, 0, 0, 128, 1184 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/et.po, 134, 1228, 976, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/cy.po, 72, 544, 584, 0, 0, 0, 0, 72, 544 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/kn.po, 134, 1228, 995, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/lt.po, 134, 1228, 999, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/be@latin.po, 87, 500, 456, 0, 0, 25, 554, 112, 1054 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ms.po, 61, 313, 261, 0, 0, 9, 227, 70, 540 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ca@valencia.po, 134, 1228, 1370, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/en@shaw.po, 107, 764, 765, 29, 451, 0, 0, 136, 1215 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/nn.po, 136, 1215, 1211, 0, 0, 0, 0, 136, 1215 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/sr.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/or.po, 134, 1228, 1222, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/nl.po, 134, 1228, 1280, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/sr@latin.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/rw.po, 3, 2, 2, 55, 518, 12, 20, 70, 540 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ar.po, 97, 831, 837, 3, 100, 10, 159, 110, 1090 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/gl.po, 134, 1228, 1424, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/gu.po, 134, 1228, 1323, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/mk.po, 120, 1075, 1157, 0, 0, 0, 0, 120, 1075 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/sl.po, 134, 1228, 1080, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/es.po, 94, 973, 1077, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/hu.po, 134, 1228, 1138, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/lv.po, 134, 1228, 1053, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/fr.po, 134, 1228, 1421, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/mr.po, 134, 1228, 1123, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ne.po, 52, 427, 416, 26, 292, 16, 254, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/nb.po, 94, 973, 916, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/wa.po, 60, 392, 503, 0, 0, 10, 148, 70, 540 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ml.po, 134, 1228, 847, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ug.po, 134, 1228, 950, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/bs.po, 94, 973, 885, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/as.po, 134, 1228, 1256, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/zh_CN.po, 110, 1090, 278, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/bg.po, 94, 973, 1028, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ast.po, 136, 1215, 1258, 0, 0, 0, 0, 136, 1215 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/it.po, 134, 1228, 1291, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/tg.po, 110, 1090, 1175, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/zh_HK.po, 110, 1090, 266, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/fa.po, 134, 1228, 1366, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/eo.po, 74, 440, 431, 0, 0, 57, 769, 131, 1209 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/pt_BR.po, 134, 1228, 1422, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/zh_TW.po, 94, 973, 223, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/is.po, 87, 742, 707, 0, 0, 7, 231, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ko.po, 134, 1228, 919, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/az.po, 70, 540, 499, 0, 0, 0, 0, 70, 540 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/pl.po, 94, 973, 911, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/an.po, 110, 1090, 1182, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/xh.po, 70, 540, 452, 0, 0, 0, 0, 70, 540 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/cs.po, 134, 1228, 1166, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/he.po, 134, 1228, 1210, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/km.po, 133, 1223, 435, 0, 0, 0, 0, 133, 1223 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/eu.po, 134, 1228, 1049, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/bn_IN.po, 134, 1228, 1279, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/el.po, 94, 973, 1102, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/mn.po, 63, 395, 313, 0, 0, 7, 145, 70, 540 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/fur.po, 94, 973, 1086, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/en_CA.po, 72, 544, 542, 0, 0, 0, 0, 72, 544 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/sq.po, 113, 1031, 1182, 0, 0, 0, 0, 113, 1031 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/hr.po, 75, 626, 588, 4, 30, 34, 375, 113, 1031 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ku.po, 12, 13, 15, 0, 0, 58, 527, 70, 540 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/fi.po, 134, 1228, 856, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/da.po, 94, 973, 867, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/dz.po, 82, 816, 337, 0, 0, 0, 0, 82, 816 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/be.po, 134, 1228, 1087, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/uk.po, 134, 1228, 1035, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/sv.po, 94, 973, 884, 0, 0, 0, 0, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ru.po, 134, 1228, 1095, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/mai.po, 61, 554, 584, 0, 0, 75, 661, 136, 1215 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/ja.po, 110, 1090, 302, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/kk.po, 41, 131, 131, 0, 0, 53, 842, 94, 973 -vino-3.22.0-15.fc30.src.rpm.stats.csv, po/de.po, 134, 1228, 1301, 0, 0, 0, 0, 134, 1228 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/de/LC_MESSAGES/options.mo, 55, 323, 265, 0, 0, 0, 0, 55, 323 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/ca/LC_MESSAGES/options.mo, 69, 415, 547, 0, 0, 0, 0, 69, 415 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/sv.po, 47, 244, 196, 0, 0, 19, 145, 66, 389 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/nl.po, 47, 244, 252, 0, 0, 19, 145, 66, 389 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/fr.po, 47, 244, 276, 0, 0, 19, 145, 66, 389 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/ca.po, 69, 415, 547, 0, 0, 0, 0, 69, 415 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/es/LC_MESSAGES/options.mo, 69, 415, 537, 0, 0, 0, 0, 69, 415 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/fr/LC_MESSAGES/options.mo, 47, 244, 276, 0, 0, 0, 0, 47, 244 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/de.po, 55, 323, 265, 0, 0, 11, 66, 66, 389 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/es.po, 69, 415, 537, 0, 0, 0, 0, 69, 415 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/nl/LC_MESSAGES/options.mo, 47, 244, 252, 0, 0, 0, 0, 47, 244 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/sv/LC_MESSAGES/options.mo, 47, 244, 196, 0, 0, 0, 0, 47, 244 -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 151, 745, 283, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/as.gmo, 151, 745, 798, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/de_CH.po, 49, 186, 184, 0, 0, 105, 577, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/it.gmo, 151, 745, 905, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/es.gmo, 151, 745, 1032, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 151, 745, 322, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/cs.gmo, 151, 745, 724, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/de_CH.gmo, 49, 186, 184, 0, 0, 0, 0, 49, 186 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pa.gmo, 151, 745, 796, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/eu.po, 33, 117, 109, 0, 0, 121, 646, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/bn.gmo, 151, 745, 816, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/nl.po, 151, 745, 817, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ko.po, 151, 745, 712, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ca.gmo, 151, 745, 997, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 151, 745, 928, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/cs.po, 151, 745, 724, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ko.gmo, 151, 745, 712, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ml.po, 151, 745, 653, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/as.po, 151, 745, 798, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/tr.po, 101, 427, 385, 2, 10, 51, 326, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/tr.gmo, 101, 427, 385, 0, 0, 0, 0, 101, 427 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/sk.po, 12, 34, 34, 0, 0, 142, 729, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/nl.gmo, 151, 745, 817, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/id.gmo, 8, 40, 39, 0, 0, 0, 0, 8, 40 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/te.po, 151, 745, 665, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ja.po, 151, 745, 334, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/bn.po, 151, 745, 816, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/gu.gmo, 151, 745, 841, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/bg.po, 143, 715, 812, 2, 10, 9, 38, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/fr.po, 151, 745, 1024, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/de.gmo, 151, 745, 760, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/or.po, 151, 745, 799, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pa.po, 151, 745, 796, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/es.po, 151, 745, 1032, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ta.gmo, 151, 745, 660, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/id.po, 8, 40, 39, 0, 0, 146, 723, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ml.gmo, 151, 745, 653, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/hu.gmo, 151, 745, 771, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/en_GB.po, 145, 720, 719, 2, 10, 7, 33, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/bg.gmo, 143, 715, 812, 0, 0, 0, 0, 143, 715 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/mr.gmo, 151, 745, 735, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/volume_key.pot, 0, 0, 0, 0, 0, 154, 763, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/kn.gmo, 151, 745, 718, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/sv.gmo, 151, 745, 749, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 151, 745, 928, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pl.po, 151, 745, 759, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pt.gmo, 151, 745, 877, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/sv.po, 151, 745, 749, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/fr.gmo, 151, 745, 1024, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/en_GB.gmo, 145, 720, 719, 0, 0, 0, 0, 145, 720 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/uk.gmo, 151, 745, 794, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/sk.gmo, 12, 34, 34, 0, 0, 0, 0, 12, 34 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/it.po, 151, 745, 905, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/hu.po, 151, 745, 771, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/mr.po, 151, 745, 735, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 143, 707, 777, 0, 0, 0, 0, 143, 707 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ru.gmo, 148, 732, 719, 0, 0, 0, 0, 148, 732 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pl.gmo, 151, 745, 759, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/or.gmo, 151, 745, 799, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/kn.po, 151, 745, 718, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/de.po, 151, 745, 760, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ru.po, 148, 732, 719, 2, 10, 4, 21, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/hi.po, 151, 745, 834, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 143, 707, 777, 2, 10, 9, 46, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 151, 745, 322, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ta.po, 151, 745, 660, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ca.po, 151, 745, 997, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/eu.gmo, 33, 117, 109, 0, 0, 0, 0, 33, 117 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/ja.gmo, 151, 745, 334, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/gu.po, 151, 745, 841, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/hi.gmo, 151, 745, 834, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/pt.po, 151, 745, 877, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 151, 745, 283, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/te.gmo, 151, 745, 665, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-3.fc30.src.rpm.stats.csv, po/uk.po, 151, 745, 794, 2, 10, 1, 8, 154, 763 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/kk.po, 5, 31, 29, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 5, 31, 10, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/mr.po, 19, 108, 112, 0, 0, 0, 0, 19, 108 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ro.po, 5, 31, 42, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/gd.po, 5, 31, 42, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/bg.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/eu.po, 5, 31, 26, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 13, 80, 76, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/nn.po, 19, 108, 111, 0, 0, 0, 0, 19, 108 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/dz.po, 20, 116, 62, 0, 0, 0, 0, 20, 116 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/sk.po, 5, 31, 35, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 17, 92, 1, 4, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/he.po, 5, 31, 27, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/sl.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/gl.po, 5, 31, 42, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/mk.po, 20, 116, 136, 0, 0, 0, 0, 20, 116 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/be.po, 5, 31, 31, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/pa.po, 16, 83, 99, 0, 0, 0, 0, 16, 83 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/mai.po, 12, 66, 75, 0, 0, 2, 18, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/oc.po, 5, 31, 43, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/az.po, 18, 96, 96, 0, 0, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/fr.po, 5, 31, 43, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ast.po, 14, 84, 111, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/mn.po, 14, 84, 79, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/or.po, 14, 84, 81, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ug.po, 13, 80, 79, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ja.po, 13, 80, 36, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 14, 84, 93, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/cy.po, 18, 96, 105, 0, 0, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/xh.po, 18, 96, 95, 0, 0, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ne.po, 19, 108, 117, 0, 0, 0, 0, 19, 108 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ca.po, 5, 31, 44, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/gu.po, 14, 84, 96, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/lt.po, 5, 31, 36, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/bn.po, 14, 84, 107, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/id.po, 5, 31, 33, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/es.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/si.po, 19, 108, 113, 0, 0, 0, 0, 19, 108 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/hr.po, 5, 31, 31, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/eo.po, 5, 31, 35, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ga.po, 13, 80, 101, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/am.po, 1, 2, 2, 0, 0, 17, 94, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 20, 116, 109, 0, 0, 0, 0, 20, 116 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ar.po, 13, 80, 84, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/as.po, 16, 83, 96, 0, 0, 0, 0, 16, 83 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/sv.po, 5, 31, 33, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/tr.po, 5, 31, 26, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ky.po, 18, 96, 95, 0, 0, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/vi.po, 20, 116, 170, 0, 0, 0, 0, 20, 116 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 5, 31, 44, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/te.po, 19, 108, 97, 0, 0, 0, 0, 19, 108 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/el.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 11, 58, 7, 38, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 16, 83, 31, 0, 0, 0, 0, 16, 83 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/an.po, 13, 64, 84, 0, 0, 0, 0, 13, 64 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/fa.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/pl.po, 6, 33, 39, 0, 0, 0, 0, 6, 33 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ko.po, 5, 31, 30, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/kn.po, 19, 108, 96, 0, 0, 0, 0, 19, 108 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/uk.po, 16, 83, 84, 0, 0, 0, 0, 16, 83 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ru.po, 5, 31, 38, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/cs.po, 5, 31, 33, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ang.po, 6, 27, 31, 0, 0, 12, 69, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 13, 80, 80, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/is.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/nl.po, 5, 31, 40, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 5, 31, 10, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ku.po, 3, 10, 8, 0, 0, 15, 86, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/bs.po, 13, 64, 63, 0, 0, 0, 0, 13, 64 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ta.po, 13, 80, 77, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/li.po, 16, 81, 109, 2, 15, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ml.po, 5, 31, 25, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/hi.po, 14, 84, 110, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/lv.po, 5, 31, 27, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/th.po, 14, 84, 41, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/fi.po, 5, 31, 29, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 19, 108, 108, 0, 0, 0, 0, 19, 108 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/tg.po, 13, 80, 86, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ms.po, 18, 96, 101, 0, 0, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/et.po, 13, 80, 71, 0, 0, 0, 0, 13, 80 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/da.po, 5, 31, 36, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/sq.po, 20, 116, 167, 0, 0, 0, 0, 20, 116 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 5, 31, 31, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/it.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/wa.po, 18, 96, 169, 0, 0, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 5, 31, 34, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/sr.po, 5, 31, 34, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/nds.po, 14, 84, 99, 0, 0, 0, 0, 14, 84 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/de.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/nb.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/hu.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/pt.po, 5, 31, 34, 0, 0, 0, 0, 5, 31 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/ka.po, 18, 96, 90, 0, 0, 0, 0, 18, 96 -vte291-0.56.1-1.fc30.src.rpm.stats.csv, po/fur.po, 5, 31, 41, 0, 0, 0, 0, 5, 31 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/nb.po, 97, 215, 213, 114, 507, 359, 1901, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/vi.po, 255, 1062, 1351, 137, 638, 178, 923, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/zh_CN.po, 258, 1073, 376, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ko.po, 569, 2622, 2057, 0, 0, 1, 1, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/lv.po, 163, 671, 601, 119, 550, 288, 1402, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ar.po, 258, 1073, 959, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/it.po, 584, 2277, 2491, 0, 0, 1, 1, 585, 2278 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pa.po, 163, 671, 691, 134, 644, 273, 1308, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ja.po, 582, 2682, 900, 3, 14, 2, 12, 587, 2708 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/he.po, 376, 1567, 1571, 0, 0, 0, 0, 376, 1567 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sr@latin.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/el.po, 384, 1605, 1790, 0, 0, 1, 1, 385, 1606 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/en_CA.po, 337, 1441, 1441, 123, 587, 110, 593, 570, 2621 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ta.po, 368, 1545, 1333, 0, 0, 0, 0, 368, 1545 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/lt.po, 254, 1052, 955, 138, 641, 178, 930, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/cs.po, 350, 1295, 1281, 86, 491, 134, 837, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/nl.po, 533, 2407, 2219, 27, 161, 26, 131, 586, 2699 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/fr.po, 404, 1536, 1908, 46, 240, 94, 388, 544, 2164 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sr.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sl.po, 469, 1889, 1777, 62, 355, 60, 466, 591, 2710 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ro.po, 425, 1834, 1936, 85, 415, 60, 374, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/de.po, 396, 1637, 1532, 0, 0, 0, 0, 396, 1637 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/eo.po, 106, 303, 287, 60, 258, 404, 2062, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/gu.po, 368, 1545, 1592, 0, 0, 0, 0, 368, 1545 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/gl.po, 575, 2647, 3318, 2, 20, 5, 19, 582, 2686 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ml.po, 179, 429, 414, 0, 0, 398, 2252, 577, 2681 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/id.po, 518, 1880, 1819, 0, 0, 50, 355, 568, 2235 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/te.po, 365, 1526, 1270, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pt_BR.po, 568, 2215, 2583, 0, 0, 0, 0, 568, 2215 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/mr.po, 365, 1526, 1440, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pt.po, 319, 1375, 1627, 136, 643, 115, 605, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/et.po, 239, 969, 695, 136, 628, 195, 1026, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/eu.po, 257, 1066, 917, 138, 645, 175, 912, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/fi.po, 118, 291, 256, 0, 0, 265, 1308, 383, 1599 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/tr.po, 385, 1606, 1436, 0, 0, 0, 0, 385, 1606 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ru.po, 145, 605, 519, 129, 630, 296, 1388, 570, 2623 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/es.po, 452, 1589, 1966, 25, 158, 70, 419, 547, 2166 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/or.po, 365, 1526, 1575, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pl.po, 585, 2278, 2223, 0, 0, 0, 0, 585, 2278 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/bg.po, 385, 1606, 1882, 0, 0, 0, 0, 385, 1606 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/hu.po, 397, 1647, 1306, 0, 0, 0, 0, 397, 1647 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sv.po, 533, 2160, 1786, 0, 0, 0, 0, 533, 2160 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ca.po, 178, 462, 626, 0, 0, 198, 1105, 376, 1567 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/as.po, 367, 1543, 1583, 0, 0, 0, 0, 367, 1543 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/uk.po, 567, 2213, 2138, 0, 0, 0, 0, 567, 2213 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/en_GB.po, 589, 2702, 2702, 0, 0, 0, 0, 589, 2702 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/hi.po, 365, 1526, 1775, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/kn.po, 373, 1551, 1305, 0, 0, 0, 0, 373, 1551 -wget-1.20.3-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ja.gmo, 639, 3955, 1957, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ga.po, 605, 3665, 4245, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/de.po, 639, 3955, 4327, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/nb.gmo, 639, 3955, 4174, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/nl.po, 529, 3087, 3137, 67, 474, 48, 435, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/et.po, 639, 3955, 3532, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/sl.po, 254, 1253, 1351, 206, 1421, 184, 1322, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/id.gmo, 351, 1801, 1874, 0, 0, 0, 0, 351, 1801 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/es.po, 568, 3426, 4107, 48, 322, 28, 248, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/fr.po, 605, 3665, 4386, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 102, 407, 407, 0, 0, 0, 0, 102, 407 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/id.po, 351, 1801, 1874, 211, 1537, 82, 658, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 634, 3897, 1916, 0, 0, 0, 0, 634, 3897 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/wget.pot, 0, 0, 0, 0, 0, 644, 3996, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/tr.gmo, 605, 3665, 3411, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/hr.gmo, 638, 3949, 4325, 0, 0, 0, 0, 638, 3949 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/fi.po, 503, 2919, 2491, 69, 503, 72, 574, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/gl.gmo, 234, 1081, 1370, 0, 0, 0, 0, 234, 1081 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/lt.po, 165, 777, 741, 247, 1614, 232, 1605, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/de.gmo, 639, 3955, 4327, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/sr.gmo, 605, 3665, 3849, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/es.gmo, 568, 3426, 4107, 0, 0, 0, 0, 568, 3426 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/gl.po, 234, 1081, 1370, 149, 906, 261, 2009, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ro.po, 102, 407, 453, 120, 663, 422, 2926, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 634, 3897, 1916, 2, 14, 8, 85, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/pl.po, 639, 3955, 4043, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 605, 3665, 4415, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ru.po, 639, 3955, 3862, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/fr.gmo, 605, 3665, 4386, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/eu.po, 120, 440, 462, 118, 666, 406, 2890, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/nl.gmo, 529, 3087, 3137, 0, 0, 0, 0, 529, 3087 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/be.gmo, 217, 940, 924, 0, 0, 0, 0, 217, 940 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/pl.gmo, 639, 3955, 4043, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ca.po, 356, 1857, 2570, 216, 1565, 72, 574, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/vi.po, 605, 3665, 5370, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/vi.gmo, 605, 3665, 5370, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/cs.po, 639, 3955, 4191, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 605, 3665, 4415, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/et.gmo, 639, 3955, 3532, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/tr.po, 605, 3665, 3411, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/el.gmo, 93, 370, 450, 0, 0, 0, 0, 93, 370 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/bg.gmo, 93, 370, 432, 0, 0, 0, 0, 93, 370 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/cs.gmo, 639, 3955, 4191, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/eo.po, 639, 3955, 4118, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 639, 3955, 1938, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/sr.po, 605, 3665, 3849, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/he.po, 85, 341, 427, 114, 618, 445, 3037, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/it.gmo, 639, 3955, 4487, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/it.po, 639, 3955, 4487, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/be.po, 217, 940, 924, 135, 779, 292, 2277, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/fi.gmo, 503, 2919, 2491, 0, 0, 0, 0, 503, 2919 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/uk.po, 639, 3955, 4112, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 639, 3955, 1938, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ru.gmo, 639, 3955, 3862, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/da.po, 254, 1253, 1238, 212, 1459, 178, 1284, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/uk.gmo, 639, 3955, 4112, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/en_GB.po, 102, 407, 407, 119, 656, 423, 2933, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/pt.po, 639, 3955, 4365, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ja.po, 639, 3955, 1957, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/bg.po, 93, 370, 432, 112, 624, 439, 3002, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/sk.po, 639, 3955, 4071, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/sv.po, 639, 3955, 3808, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ga.gmo, 605, 3665, 4245, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/sk.gmo, 639, 3955, 4071, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/pt.gmo, 639, 3955, 4365, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/hu.po, 605, 3665, 3811, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/eu.gmo, 120, 440, 462, 0, 0, 0, 0, 120, 440 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/hr.po, 638, 3949, 4325, 2, 16, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/hu.gmo, 605, 3665, 3811, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/nb.po, 639, 3955, 4174, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/el.po, 93, 370, 450, 120, 658, 431, 2968, 644, 3996 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/ca.gmo, 356, 1857, 2570, 0, 0, 0, 0, 356, 1857 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/eo.gmo, 639, 3955, 4118, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/sv.gmo, 639, 3955, 3808, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-1.fc30.src.rpm.stats.csv, po/lt.gmo, 165, 777, 741, 0, 0, 0, 0, 165, 777 -whois-5.4.2-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 30, 493, 246, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/ru.po, 30, 493, 473, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 23, 163, 182, 5, 103, 2, 227, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/pl.po, 31, 497, 495, 0, 0, 0, 0, 31, 497 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/nb.po, 5, 15, 14, 4, 33, 21, 445, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/ja.po, 21, 123, 74, 7, 143, 2, 227, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/it.po, 30, 493, 549, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/fr.po, 30, 493, 582, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/fi.po, 30, 493, 377, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/es.po, 30, 493, 587, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/el.po, 21, 123, 141, 7, 143, 2, 227, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/de.po, 30, 493, 494, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/da.po, 30, 493, 447, 0, 0, 0, 0, 30, 493 -whois-5.4.2-1.fc30.src.rpm.stats.csv, po/cs.po, 30, 493, 517, 0, 0, 0, 0, 30, 493 -wpa_supplicant-2.7-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/da.gmo, 20, 132, 132, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/sv.gmo, 12, 88, 72, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 12, 88, 15, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/id.po, 20, 132, 104, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/id.gmo, 20, 132, 104, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 12, 88, 15, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/sk.po, 12, 88, 76, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/es.po, 12, 88, 96, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 12, 88, 15, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/cs.po, 20, 132, 115, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/tr.gmo, 12, 88, 57, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/es.gmo, 12, 88, 96, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/gl.gmo, 12, 88, 88, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/sk.gmo, 12, 88, 76, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/hu.gmo, 12, 88, 64, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/uk.gmo, 20, 132, 136, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/lt.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 12, 88, 15, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/pl.po, 20, 132, 110, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/uk.po, 20, 132, 136, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/tr.po, 12, 88, 57, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/fr.po, 12, 88, 85, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 20, 132, 135, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/lt.po, 20, 132, 115, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/it.gmo, 20, 132, 131, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/xdg-desktop-portal.pot, 0, 0, 0, 0, 0, 20, 132, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/de.po, 12, 88, 81, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/fr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/sr.po, 12, 88, 85, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/pl.gmo, 20, 132, 110, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/cs.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 20, 132, 135, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/da.po, 20, 132, 132, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/it.po, 20, 132, 131, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/gl.po, 12, 88, 88, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/sr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/sv.po, 12, 88, 72, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/de.gmo, 12, 88, 81, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv, po/hu.po, 12, 88, 64, 3, 25, 5, 19, 20, 132 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/da.gmo, 48, 170, 173, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/sv.gmo, 48, 170, 168, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 48, 170, 56, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/id.po, 48, 170, 171, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/id.gmo, 48, 170, 171, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 48, 170, 56, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/sk.po, 27, 103, 101, 5, 22, 17, 48, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/es.po, 45, 155, 181, 2, 14, 2, 4, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 9, 22, 11, 0, 0, 0, 0, 9, 22 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/cs.po, 48, 172, 179, 0, 0, 1, 1, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/tr.gmo, 48, 170, 155, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/es.gmo, 45, 155, 181, 0, 0, 0, 0, 45, 155 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/gl.gmo, 27, 103, 118, 0, 0, 0, 0, 27, 103 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/sk.gmo, 27, 103, 101, 0, 0, 0, 0, 27, 103 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/hu.gmo, 45, 155, 149, 0, 0, 0, 0, 45, 155 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/uk.gmo, 48, 170, 186, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/lt.gmo, 48, 170, 156, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 9, 22, 11, 9, 35, 31, 116, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/pl.po, 49, 173, 170, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/uk.po, 48, 170, 186, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/tr.po, 48, 170, 155, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/fr.po, 18, 51, 59, 6, 25, 25, 97, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 48, 170, 190, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/lt.po, 48, 170, 156, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/it.gmo, 48, 170, 172, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/de.po, 47, 169, 182, 0, 0, 2, 4, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/fr.gmo, 18, 51, 59, 0, 0, 0, 0, 18, 51 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/sr.po, 9, 22, 28, 9, 35, 31, 116, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/pl.gmo, 49, 173, 170, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/cs.gmo, 48, 172, 179, 0, 0, 0, 0, 48, 172 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 48, 170, 190, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/da.po, 48, 170, 173, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/it.po, 48, 170, 172, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/gl.po, 27, 103, 118, 5, 22, 17, 48, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/sr.gmo, 9, 22, 28, 0, 0, 0, 0, 9, 22 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/sv.po, 48, 170, 168, 0, 0, 1, 3, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/xdg-desktop-portal-gtk.pot, 0, 0, 0, 0, 0, 49, 173, 49, 173 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/de.gmo, 47, 169, 182, 0, 0, 0, 0, 47, 169 -xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv, po/hu.po, 45, 155, 149, 2, 14, 2, 4, 49, 173 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/xdg-user-dirs.pot, 0, 0, 0, 0, 0, 28, 28, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/vi.gmo, 28, 28, 50, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/uk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/tr.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/th.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/te.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ta.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sr@Latn.gmo, 26, 26, 28, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sq.gmo, 26, 26, 32, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ru.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ro.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pt.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ps.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pa.gmo, 24, 24, 24, 0, 0, 0, 0, 24, 24 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/or.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nds.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nb.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/mr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ml.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/mk.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/lv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/lt.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ky.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ku.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ko.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/kn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/kk.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ja.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/it.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/is.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/id.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ia.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/hu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/hr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/hi.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/he.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/gu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/gl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/gd.gmo, 28, 28, 34, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ga.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fur.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fi.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fa.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/eu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/et.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/es.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/eo.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/el.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/de.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/da.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/cs.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/crh.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ca.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/br.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/bg.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/be@latin.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/be.gmo, 28, 28, 36, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ast.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/as.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ar.gmo, 26, 26, 30, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/an.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/af.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/zh_TW.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/zh_HK.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/zh_CN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/vi.po, 28, 28, 50, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/uk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/tr.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/th.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/te.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ta.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sr@Latn.po, 26, 26, 28, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sq.po, 26, 26, 32, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/sk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ru.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ro.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pt_BR.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pt.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ps.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/pa.po, 24, 24, 24, 2, 2, 2, 2, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/or.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nds.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/nb.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/mr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ml.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/mk.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/lv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/lt.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ky.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ku.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ko.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/kn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/kk.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ja.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/it.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/is.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/id.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ia.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/hu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/hr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/hi.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/gu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/gl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/gd.po, 28, 28, 34, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ga.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fur.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fi.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/fa.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/eu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/et.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/es.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/eo.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/el.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/de.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/da.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/cs.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/crh.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ca.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/br.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/bn_IN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/bg.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/be@latin.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/be.po, 28, 28, 36, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ast.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/as.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/ar.po, 26, 26, 30, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/an.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv, po/af.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ca.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/cs.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/uk.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/sr@latin.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/sq.po, 11, 81, 100, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/en_GB.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/kk.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/tr.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ar.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ja.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/sl.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/he.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/pa.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/de.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ast.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/eu.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/fr.po, 11, 81, 107, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/gu.po, 11, 81, 76, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/sv.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/pl.po, 11, 81, 64, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/zh_HK.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/or.po, 11, 81, 82, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/te.po, 11, 81, 62, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/fi.po, 11, 81, 56, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/zh_TW.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/nds.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/be@latin.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ps.po, 11, 81, 92, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/crh.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/be.po, 11, 81, 77, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/lv.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/th.po, 11, 81, 14, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/id.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/es.po, 11, 81, 96, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/nl.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/hu.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/da.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/an.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/pt_BR.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/bn_IN.po, 11, 81, 90, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/mr.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/hi.po, 11, 81, 97, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/lt.po, 11, 81, 57, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/kn.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/vi.po, 11, 81, 123, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/nn.po, 8, 52, 46, 0, 0, 0, 0, 8, 52 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ku.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/as.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/eo.po, 11, 81, 84, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/nb.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/el.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ta.po, 11, 81, 65, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ro.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/si.po, 8, 34, 35, 0, 0, 3, 47, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/zh_CN.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ka.po, 11, 81, 48, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/csb.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/gl.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/sk.po, 11, 81, 71, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/dz.po, 8, 52, 21, 0, 0, 0, 0, 8, 52 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/it.po, 11, 81, 86, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/sr.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/oc.po, 5, 20, 29, 0, 0, 6, 61, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ml.po, 11, 81, 50, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ru.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/pt.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/et.po, 11, 81, 59, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/ko.po, 11, 81, 72, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/bg.po, 11, 81, 85, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/kg.po, 11, 81, 55, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv, po/af.po, 10, 78, 84, 0, 0, 1, 3, 11, 81 -xen-4.11.1-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/bg.po, 18, 33, 34, 0, 0, 0, 0, 18, 33 -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/hu.po, 11, 22, 21, 2, 4, 5, 7, 18, 33 -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/messages.po, 0, 0, 0, 0, 0, 18, 33, 18, 33 -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/zh_CN.po, 18, 33, 20, 0, 0, 0, 0, 18, 33 -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/it.po, 18, 33, 38, 0, 0, 0, 0, 18, 33 -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/tr.po, 11, 22, 21, 2, 4, 5, 7, 18, 33 -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/fr_FR.po, 18, 33, 39, 0, 0, 0, 0, 18, 33 -xen-4.11.1-4.fc30.src.rpm.stats.csv, tools/qemu-xen/po/de_DE.po, 18, 33, 29, 0, 0, 0, 0, 18, 33 -xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv, po/xfsprogs.pot, 0, 0, 0, 0, 0, 2756, 24155, 2756, 24155 -xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv, po/pl.po, 2701, 23865, 23840, 0, 0, 0, 0, 2701, 23865 -xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv, po/de.po, 2346, 20310, 19623, 0, 0, 0, 0, 2346, 20310 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/bg.po, 1093, 3719, 4757, 0, 0, 0, 0, 1093, 3719 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/pt_BR.po, 1117, 3673, 4014, 0, 0, 0, 0, 1117, 3673 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/ky.po, 590, 1371, 1517, 0, 0, 102, 536, 692, 1907 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/gl.po, 1125, 3712, 4051, 0, 0, 0, 0, 1125, 3712 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/cs.po, 1130, 3736, 3865, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/sq.po, 362, 896, 987, 0, 0, 0, 0, 362, 896 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/lt.po, 1048, 3524, 3751, 0, 0, 0, 0, 1048, 3524 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/fr.po, 1130, 3736, 3956, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/fi.po, 1130, 3736, 3327, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/sv.po, 1130, 3736, 3601, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/ro.po, 712, 1971, 2112, 0, 0, 32, 273, 744, 2244 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/ko.po, 1130, 3736, 3654, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/crh.po, 693, 1915, 1908, 1, 6, 0, 0, 694, 1921 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/zh_TW.po, 1003, 3378, 2253, 0, 0, 0, 0, 1003, 3378 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/rw.po, 76, 81, 82, 142, 657, 194, 399, 412, 1137 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/nl.po, 1125, 3712, 3608, 0, 0, 0, 0, 1125, 3712 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/az.po, 362, 896, 917, 0, 0, 0, 0, 362, 896 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/eo.po, 1093, 3719, 3763, 0, 0, 0, 0, 1093, 3719 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/it.po, 931, 3139, 3344, 0, 0, 0, 0, 931, 3139 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/es.po, 1124, 3724, 4186, 0, 0, 6, 12, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/sr.po, 457, 1259, 1281, 0, 0, 0, 0, 457, 1259 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/el.po, 1017, 3435, 3600, 0, 0, 0, 0, 1017, 3435 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/ru.po, 1125, 3712, 3847, 0, 0, 0, 0, 1125, 3712 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/ka.po, 500, 1388, 1445, 0, 0, 0, 0, 500, 1388 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/sk.po, 281, 929, 903, 428, 1331, 408, 1413, 1117, 3673 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/da.po, 1130, 3736, 3631, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/tr.po, 1130, 3736, 3711, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/ca.po, 1130, 3736, 4018, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/hr.po, 1125, 3712, 3831, 0, 0, 0, 0, 1125, 3712 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/uk.po, 1130, 3736, 3782, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/id.po, 1125, 3712, 3736, 0, 0, 0, 0, 1125, 3712 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/de.po, 1125, 3712, 3613, 0, 0, 0, 0, 1125, 3712 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/pl.po, 1130, 3736, 3631, 0, 0, 0, 0, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/af.po, 362, 896, 881, 0, 0, 0, 0, 362, 896 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/fur.po, 1095, 3608, 3906, 0, 0, 0, 0, 1095, 3608 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/zh_CN.po, 456, 998, 684, 406, 1609, 268, 1129, 1130, 3736 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/en_GB.po, 366, 1040, 1061, 42, 119, 15, 36, 423, 1195 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/hu.po, 1125, 3712, 3722, 0, 0, 0, 0, 1125, 3712 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/vi.po, 1093, 3719, 5452, 0, 0, 0, 0, 1093, 3719 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/ja.po, 937, 3068, 2313, 19, 96, 38, 167, 994, 3331 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/nb.po, 134, 179, 172, 4, 13, 528, 1629, 666, 1821 -xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv, po/sl.po, 943, 3114, 3268, 0, 0, 0, 0, 943, 3114 -xz-5.2.4-5.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xz-5.2.4-5.fc30.src.rpm.stats.csv, po/cs.po, 134, 1130, 1130, 7, 67, 20, 195, 161, 1392 -xz-5.2.4-5.fc30.src.rpm.stats.csv, po/de.po, 159, 1378, 1309, 0, 0, 2, 14, 161, 1392 -xz-5.2.4-5.fc30.src.rpm.stats.csv, po/fr.po, 146, 1259, 1449, 0, 0, 15, 133, 161, 1392 -xz-5.2.4-5.fc30.src.rpm.stats.csv, po/it.po, 156, 1360, 1583, 0, 0, 5, 32, 161, 1392 -xz-5.2.4-5.fc30.src.rpm.stats.csv, po/pl.po, 156, 1360, 1303, 0, 0, 5, 32, 161, 1392 -xz-5.2.4-5.fc30.src.rpm.stats.csv, po/vi.po, 156, 1360, 1920, 0, 0, 5, 32, 161, 1392 -xz-5.2.4-5.fc30.src.rpm.stats.csv, po/xz.pot, 0, 0, 0, 0, 0, 161, 1392, 161, 1392 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/he.po, 104, 448, 385, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/gu.gmo, 104, 452, 424, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/uz.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.gmo, 74, 351, 305, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ast.gmo, 115, 488, 512, 0, 0, 0, 0, 115, 488 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.gmo, 65, 155, 166, 0, 0, 0, 0, 65, 155 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 104, 452, 435, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/xh.gmo, 151, 597, 501, 0, 0, 0, 0, 151, 597 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.gmo, 99, 430, 351, 0, 0, 0, 0, 99, 430 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 74, 351, 373, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/de.po, 74, 351, 344, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/uz.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ka.po, 239, 957, 734, 0, 0, 0, 0, 239, 957 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 67, 284, 336, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ku.gmo, 238, 956, 989, 0, 0, 0, 0, 238, 956 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.gmo, 73, 348, 276, 0, 0, 0, 0, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.po, 74, 351, 301, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 74, 351, 108, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 121, 506, 506, 0, 0, 0, 0, 121, 506 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 73, 348, 113, 0, 0, 0, 0, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/la.gmo, 13, 13, 24, 0, 0, 0, 0, 13, 13 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.po, 74, 351, 379, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 74, 351, 373, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/is.po, 70, 293, 278, 0, 0, 3, 55, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/af.po, 277, 780, 723, 19, 88, 18, 39, 314, 907 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/gd.gmo, 67, 284, 378, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.gmo, 74, 351, 367, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/li.po, 23, 51, 43, 47, 96, 78, 459, 148, 606 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ta.po, 104, 452, 353, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.po, 74, 351, 311, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.po, 73, 348, 276, 0, 0, 0, 0, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.po, 99, 430, 351, 0, 0, 5, 18, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 104, 448, 390, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/km.gmo, 121, 506, 215, 0, 0, 0, 0, 121, 506 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/crh.gmo, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/az.po, 38, 92, 84, 45, 80, 65, 434, 148, 606 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.gmo, 74, 351, 293, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ms.po, 73, 172, 170, 34, 74, 41, 360, 148, 606 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/te.po, 104, 452, 363, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/km.po, 121, 506, 215, 0, 0, 0, 0, 121, 506 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sq.po, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/he.gmo, 104, 448, 385, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.gmo, 74, 351, 379, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/az.gmo, 38, 92, 84, 0, 0, 0, 0, 38, 92 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.po, 74, 351, 401, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ka.gmo, 239, 957, 734, 0, 0, 0, 0, 239, 957 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.po, 104, 448, 473, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 73, 348, 113, 0, 0, 0, 0, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/it.gmo, 74, 351, 375, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.gmo, 74, 351, 303, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.po, 104, 448, 420, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.po, 73, 348, 316, 0, 0, 0, 0, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ps.po, 156, 268, 307, 0, 0, 193, 767, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/el.gmo, 74, 351, 358, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/hi.po, 104, 452, 484, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nso.po, 55, 110, 169, 33, 67, 60, 429, 148, 606 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.po, 65, 155, 166, 6, 29, 51, 323, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/th.gmo, 122, 507, 190, 0, 0, 0, 0, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 183, 792, 800, 0, 0, 0, 0, 183, 792 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/da.po, 74, 351, 304, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mn.gmo, 38, 92, 90, 0, 0, 0, 0, 38, 92 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.po, 74, 351, 380, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/as.gmo, 104, 452, 437, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/dz.gmo, 239, 957, 501, 0, 0, 0, 0, 239, 957 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mg.po, 235, 941, 953, 4, 16, 0, 0, 239, 957 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 104, 452, 141, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mr.gmo, 104, 452, 378, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.po, 74, 351, 281, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 346, 1032, 964, 0, 0, 3, 3, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.gmo, 104, 452, 389, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/si.po, 60, 84, 124, 0, 0, 190, 925, 250, 1009 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mai.po, 217, 571, 659, 0, 0, 132, 464, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.gmo, 104, 448, 472, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nso.gmo, 55, 110, 169, 0, 0, 0, 0, 55, 110 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/yelp.pot, 0, 0, 0, 0, 0, 74, 351, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 104, 448, 448, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/la.po, 13, 13, 24, 0, 0, 336, 1022, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.po, 74, 351, 293, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nn.po, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/af.gmo, 277, 780, 723, 0, 0, 0, 0, 277, 780 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/or.po, 104, 452, 418, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bn.po, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.gmo, 72, 331, 122, 0, 0, 0, 0, 72, 331 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 104, 452, 141, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/xh.po, 151, 597, 501, 0, 0, 0, 0, 151, 597 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.po, 74, 351, 367, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.gmo, 74, 351, 315, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/hi.gmo, 104, 452, 484, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/cy.gmo, 238, 956, 964, 0, 0, 0, 0, 238, 956 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/be.gmo, 122, 507, 409, 0, 0, 0, 0, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/br.po, 100, 176, 215, 22, 42, 235, 876, 357, 1094 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.po, 74, 351, 458, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/es.gmo, 74, 351, 386, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/gd.po, 67, 284, 378, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.gmo, 74, 351, 301, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/es.po, 74, 351, 386, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/it.po, 74, 351, 375, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ks.po, 212, 753, 787, 32, 90, 105, 192, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.gmo, 74, 351, 281, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zu.gmo, 38, 92, 85, 0, 0, 0, 0, 38, 92 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.gmo, 74, 351, 401, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/crh.po, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.po, 104, 448, 436, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.po, 74, 351, 305, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.po, 74, 351, 303, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.gmo, 74, 351, 322, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.po, 74, 351, 278, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ug.po, 122, 507, 397, 0, 0, 0, 0, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/et.gmo, 122, 507, 372, 0, 0, 0, 0, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.gmo, 104, 452, 457, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.gmo, 74, 351, 388, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 74, 351, 108, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/wa.po, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nn.gmo, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 67, 284, 336, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 104, 452, 435, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ky.po, 121, 506, 405, 0, 0, 0, 0, 121, 506 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.gmo, 104, 448, 366, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mai.gmo, 217, 571, 659, 0, 0, 0, 0, 217, 571 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.po, 72, 331, 122, 0, 0, 1, 17, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.po, 104, 452, 457, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.gmo, 104, 448, 473, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.gmo, 74, 351, 286, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.po, 104, 448, 370, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mk.po, 119, 502, 521, 0, 0, 0, 0, 119, 502 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ku.po, 238, 956, 989, 0, 0, 0, 0, 238, 956 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.po, 74, 351, 277, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.gmo, 74, 351, 277, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mr.po, 104, 452, 378, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sq.gmo, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.gmo, 74, 351, 380, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/gu.po, 104, 448, 420, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 183, 792, 800, 0, 0, 0, 0, 183, 792 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/dz.po, 239, 957, 501, 0, 0, 0, 0, 239, 957 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/wa.gmo, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.gmo, 74, 351, 278, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/te.gmo, 104, 452, 363, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ug.gmo, 122, 507, 397, 0, 0, 0, 0, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.po, 74, 351, 388, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/an.po, 104, 448, 495, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ta.gmo, 104, 452, 353, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.po, 49, 104, 99, 0, 0, 55, 344, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.po, 74, 351, 286, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/li.gmo, 23, 51, 43, 0, 0, 0, 0, 23, 51 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.po, 104, 452, 389, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.po, 74, 351, 322, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/cy.po, 238, 956, 964, 0, 0, 0, 0, 238, 956 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.gmo, 74, 351, 311, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mn.po, 38, 92, 90, 45, 80, 65, 434, 148, 606 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.gmo, 74, 351, 458, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.po, 67, 284, 269, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.po, 74, 351, 317, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/am.po, 23, 51, 50, 46, 90, 79, 465, 148, 606 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/et.po, 122, 507, 372, 0, 0, 0, 0, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/zu.po, 38, 92, 85, 45, 80, 65, 434, 148, 606 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/be@latin.gmo, 346, 1032, 964, 0, 0, 0, 0, 346, 1032 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/am.gmo, 23, 51, 50, 0, 0, 0, 0, 23, 51 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/si.gmo, 60, 84, 124, 0, 0, 0, 0, 60, 84 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.po, 74, 351, 315, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/as.po, 104, 452, 437, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ast.po, 115, 488, 512, 0, 0, 0, 0, 115, 488 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ms.gmo, 73, 172, 170, 0, 0, 0, 0, 73, 172 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/br.gmo, 100, 176, 215, 0, 0, 0, 0, 100, 176 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ps.gmo, 156, 268, 307, 0, 0, 0, 0, 156, 268 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 104, 448, 390, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/th.po, 122, 507, 190, 0, 0, 0, 0, 122, 507 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.gmo, 104, 448, 370, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.gmo, 104, 448, 420, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/is.gmo, 70, 293, 278, 0, 0, 0, 0, 70, 293 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.gmo, 73, 348, 316, 0, 0, 0, 0, 73, 348 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/id.gmo, 74, 351, 319, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/kn.gmo, 104, 452, 374, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/be.po, 104, 448, 358, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/da.gmo, 74, 351, 304, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/de.gmo, 74, 351, 344, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ks.gmo, 212, 753, 787, 0, 0, 0, 0, 212, 753 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mg.gmo, 235, 941, 953, 0, 0, 0, 0, 235, 941 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nds.po, 160, 316, 294, 0, 0, 0, 0, 160, 316 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/nds.gmo, 160, 316, 294, 0, 0, 0, 0, 160, 316 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/rw.po, 20, 26, 29, 83, 481, 48, 90, 151, 597 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.gmo, 103, 442, 498, 0, 0, 0, 0, 103, 442 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ky.gmo, 121, 506, 405, 0, 0, 0, 0, 121, 506 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.po, 104, 448, 366, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bn.gmo, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.po, 67, 284, 289, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/id.po, 74, 351, 319, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/mk.gmo, 119, 502, 521, 0, 0, 0, 0, 119, 502 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/an.gmo, 104, 448, 495, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/kn.po, 104, 452, 374, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.gmo, 74, 351, 317, 0, 0, 0, 0, 74, 351 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.po, 103, 442, 499, 0, 0, 1, 6, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.gmo, 67, 284, 269, 0, 0, 0, 0, 67, 284 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.gmo, 104, 448, 436, 0, 0, 0, 0, 104, 448 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/or.gmo, 104, 452, 418, 0, 0, 0, 0, 104, 452 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/rw.gmo, 20, 26, 29, 0, 0, 0, 0, 20, 26 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.gmo, 48, 98, 96, 0, 0, 0, 0, 48, 98 -yelp-3.32.1-1.fc30.src.rpm.stats.csv, po/el.po, 74, 351, 358, 0, 0, 0, 0, 74, 351 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/he.po, 59, 81, 88, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 99, 249, 249, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/de.po, 62, 85, 86, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/uz.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ka.po, 80, 213, 205, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/lv.po, 62, 85, 75, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 62, 85, 58, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/fur.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/is.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/af.po, 59, 81, 84, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ta.po, 59, 81, 79, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ru.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ml.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ar.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/nl.po, 62, 85, 85, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/te.po, 58, 80, 74, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 33, 41, 41, 0, 0, 0, 0, 33, 41 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/km.po, 56, 78, 62, 0, 0, 1, 0, 57, 78 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/sq.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/uz@cyrillic.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ca.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/pt.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 59, 81, 54, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/fa.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/nb.po, 59, 81, 78, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/hi.po, 59, 81, 92, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ga.po, 99, 249, 275, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/en_CA.po, 92, 238, 238, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/da.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/gl.po, 62, 85, 88, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/mg.po, 80, 213, 124, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/sk.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/fi.po, 62, 85, 73, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/be@latin.po, 92, 238, 239, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/si.po, 25, 26, 27, 0, 0, 32, 54, 57, 80 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/mai.po, 83, 216, 216, 0, 0, 16, 33, 99, 249 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/en_GB.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/cs.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/nn.po, 92, 238, 228, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/or.po, 99, 249, 254, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/bn.po, 80, 213, 215, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ro.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/vi.po, 59, 81, 111, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/gd.po, 59, 81, 96, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/es.po, 62, 85, 90, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/it.po, 62, 85, 90, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/tg.po, 59, 81, 85, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/hu.po, 62, 85, 75, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/hr.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/tr.po, 62, 85, 81, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ug.po, 59, 81, 89, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/wa.po, 16, 19, 24, 1, 3, 57, 177, 74, 199 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ky.po, 56, 78, 80, 2, 2, 0, 0, 58, 80 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ja.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/pa.po, 59, 81, 83, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/eo.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/eu.po, 59, 81, 76, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/mk.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/lt.po, 62, 85, 76, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/mr.po, 99, 249, 248, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/gu.po, 99, 249, 255, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/dz.po, 92, 238, 170, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/fr.po, 62, 85, 92, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/kk.po, 42, 51, 52, 0, 0, 17, 30, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ko.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/bs.po, 59, 81, 75, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/sl.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/cy.po, 80, 213, 214, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/mn.po, 80, 213, 224, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ne.po, 55, 70, 64, 1, 3, 3, 8, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/sv.po, 62, 85, 84, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/et.po, 59, 81, 68, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/pl.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/as.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/ast.po, 52, 70, 76, 0, 0, 0, 0, 52, 70 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 59, 81, 74, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/th.po, 58, 80, 56, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/be.po, 62, 85, 79, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/rw.po, 6, 6, 6, 8, 18, 60, 175, 74, 199 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/uk.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/bg.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/id.po, 62, 85, 86, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/sr.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/kn.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/oc.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv, po/el.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/uk/uk.po, 259, 2379, 1960, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/da/da.po, 347, 2992, 2576, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/ja/ja.po, 339, 2899, 1208, 0, 0, 0, 0, 339, 2899 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/de/de.po, 342, 2972, 2902, 5, 20, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/ca/ca.po, 259, 2379, 2602, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/sv/sv.po, 347, 2992, 2578, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 347, 2992, 3400, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 338, 2855, 805, 1, 44, 0, 0, 339, 2899 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/gl/gl.po, 325, 2650, 2928, 0, 0, 14, 249, 339, 2899 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/fr/fr.po, 347, 2992, 3503, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/ru/ru.po, 259, 2379, 2133, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/es/es.po, 347, 2992, 3444, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/oc/oc.po, 98, 234, 254, 0, 0, 155, 2091, 253, 2325 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/hu/hu.po, 347, 2992, 2568, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/pl/pl.po, 347, 2992, 2588, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/en_GB/en_GB.po, 257, 2349, 2359, 0, 0, 0, 0, 257, 2349 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/fi/fi.po, 259, 2379, 1580, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/sl/sl.po, 35, 70, 70, 0, 0, 224, 2309, 259, 2379 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/el/el.po, 347, 2992, 2998, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/cs/cs.po, 347, 2992, 2882, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/eu/eu.po, 253, 2325, 1920, 0, 0, 0, 0, 253, 2325 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, help/bg/bg.po, 248, 2309, 2326, 0, 0, 0, 0, 248, 2309 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.gmo, 130, 559, 568, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.gmo, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.gmo, 199, 896, 823, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.po, 118, 427, 467, 0, 0, 0, 0, 118, 427 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.gmo, 159, 674, 846, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.gmo, 142, 612, 699, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.po, 196, 891, 865, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.po, 80, 256, 227, 21, 71, 11, 67, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.gmo, 18, 20, 20, 0, 0, 0, 0, 18, 20 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.gmo, 116, 421, 317, 0, 0, 0, 0, 116, 421 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/am.gmo, 34, 70, 70, 0, 0, 0, 0, 34, 70 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.po, 196, 891, 847, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.gmo, 178, 775, 803, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.gmo, 187, 841, 251, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.gmo, 120, 541, 643, 0, 0, 0, 0, 120, 541 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.gmo, 107, 359, 327, 0, 0, 0, 0, 107, 359 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.po, 136, 592, 667, 0, 0, 0, 0, 136, 592 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.po, 199, 896, 255, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.gmo, 199, 896, 842, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/af.po, 27, 88, 82, 0, 0, 134, 598, 161, 686 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/az.po, 82, 272, 251, 20, 70, 10, 52, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/en_CA.po, 130, 559, 568, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.po, 199, 896, 923, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.po, 82, 210, 217, 0, 0, 53, 372, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.po, 159, 674, 613, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.gmo, 199, 896, 783, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/be.gmo, 199, 896, 861, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/cy.gmo, 118, 427, 467, 0, 0, 0, 0, 118, 427 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.gmo, 171, 742, 833, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.po, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/be.po, 199, 896, 861, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.po, 199, 896, 869, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/es.gmo, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/he.po, 175, 834, 839, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.po, 80, 335, 296, 0, 0, 116, 556, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.gmo, 178, 775, 644, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/it.po, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.po, 199, 896, 790, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.gmo, 135, 582, 701, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.po, 199, 896, 837, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.po, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.gmo, 199, 896, 272, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.gmo, 36, 76, 86, 0, 0, 0, 0, 36, 76 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/as.po, 187, 841, 870, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.gmo, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/nl.po, 199, 896, 842, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.po, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bn_IN.po, 159, 674, 846, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.po, 135, 582, 541, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.po, 159, 674, 658, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.gmo, 171, 823, 260, 0, 0, 0, 0, 171, 823 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.po, 178, 775, 712, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/si.gmo, 130, 559, 586, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/th.gmo, 196, 891, 322, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/is.gmo, 55, 139, 119, 0, 0, 0, 0, 55, 139 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/nb.gmo, 196, 891, 847, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.po, 199, 896, 756, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.gmo, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.po, 174, 751, 685, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/xh.po, 107, 359, 327, 1, 6, 4, 29, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.po, 167, 680, 531, 23, 144, 9, 72, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/es.po, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.po, 89, 329, 345, 0, 0, 47, 260, 136, 589 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/nn.gmo, 159, 674, 613, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.gmo, 199, 896, 885, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/de.gmo, 199, 896, 835, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.po, 199, 896, 805, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 34, 99, 78, 295, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/it.gmo, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ug.gmo, 178, 775, 712, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ar.gmo, 159, 674, 658, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/as.gmo, 187, 841, 870, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bn.gmo, 136, 592, 667, 0, 0, 0, 0, 136, 592 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.gmo, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/tg.po, 36, 76, 86, 0, 0, 142, 699, 178, 775 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.po, 9, 13, 12, 91, 341, 12, 40, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/he.gmo, 175, 834, 839, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/et.gmo, 180, 783, 639, 0, 0, 0, 0, 180, 783 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/hi.po, 171, 742, 833, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/oc.po, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.po, 190, 877, 846, 0, 0, 0, 0, 190, 877 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.gmo, 130, 559, 564, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.po, 198, 881, 787, 0, 0, 1, 15, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/am.po, 34, 70, 70, 16, 50, 62, 274, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ka.po, 116, 421, 317, 0, 0, 4, 120, 120, 541 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/eu.gmo, 199, 896, 756, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.po, 135, 582, 559, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/af.gmo, 27, 88, 82, 0, 0, 0, 0, 27, 88 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/id.po, 199, 896, 845, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/el.po, 199, 896, 986, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.gmo, 199, 896, 789, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.po, 196, 891, 913, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.po, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mg.po, 120, 541, 643, 0, 0, 0, 0, 120, 541 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.gmo, 82, 272, 245, 0, 0, 0, 0, 82, 272 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.gmo, 135, 582, 535, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ga.gmo, 89, 329, 345, 0, 0, 0, 0, 89, 329 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.gmo, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/uk.gmo, 174, 751, 685, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.po, 199, 896, 920, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.po, 199, 896, 803, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.gmo, 142, 612, 613, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.gmo, 128, 551, 581, 0, 0, 0, 0, 128, 551 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ca@valencia.gmo, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/si.po, 130, 559, 586, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.po, 174, 751, 942, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/de.po, 199, 896, 835, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/vi.gmo, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fur.po, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sr@latin.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ast.po, 142, 612, 699, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/or.gmo, 159, 674, 690, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ps.gmo, 82, 210, 217, 0, 0, 0, 0, 82, 210 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/lv.po, 199, 896, 789, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pt.gmo, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.gmo, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/te.gmo, 171, 742, 640, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.po, 129, 554, 267, 0, 0, 0, 0, 129, 554 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sr.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mr.gmo, 135, 582, 559, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/el.gmo, 199, 896, 986, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/da.gmo, 199, 896, 753, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pl.gmo, 199, 896, 923, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ru.gmo, 196, 891, 865, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/kk.gmo, 80, 335, 296, 0, 0, 0, 0, 80, 335 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mai.po, 128, 551, 581, 0, 0, 6, 28, 134, 579 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/or.po, 159, 674, 690, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bg.gmo, 174, 751, 942, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ta.po, 178, 775, 644, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mn.gmo, 80, 256, 227, 0, 0, 0, 0, 80, 256 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/id.gmo, 199, 896, 845, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/hr.po, 199, 896, 823, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.po, 135, 582, 598, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fa.po, 178, 775, 803, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/mk.gmo, 135, 582, 598, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ne.po, 130, 559, 564, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sv.gmo, 199, 896, 805, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/lt.gmo, 199, 896, 790, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.po, 199, 896, 793, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_TW.po, 199, 896, 272, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.gmo, 174, 751, 802, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/eo.gmo, 198, 881, 787, 0, 0, 0, 0, 198, 881 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/en_GB.gmo, 196, 891, 913, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ro.po, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_HK.po, 187, 841, 251, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/is.po, 55, 139, 119, 34, 125, 23, 130, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/zh_CN.gmo, 199, 896, 255, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sq.po, 135, 582, 701, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fr.po, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sk.gmo, 199, 896, 920, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/rw.gmo, 9, 13, 12, 0, 0, 0, 0, 9, 13 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/tr.gmo, 199, 896, 793, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/fi.gmo, 167, 680, 531, 0, 0, 0, 0, 167, 680 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/sl.po, 199, 896, 885, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/zenity.pot, 0, 0, 0, 0, 0, 199, 896, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ku.po, 18, 20, 20, 1, 4, 93, 370, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.po, 159, 674, 694, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/be@latin.gmo, 135, 582, 541, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pa.po, 174, 751, 802, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/gu.gmo, 159, 674, 694, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ja.po, 171, 823, 260, 2, 9, 2, 2, 175, 834 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/az.gmo, 82, 272, 251, 0, 0, 0, 0, 82, 272 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/gl.gmo, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ml.po, 199, 896, 783, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/te.po, 171, 742, 640, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/kn.po, 135, 582, 535, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/et.po, 180, 783, 639, 0, 0, 0, 0, 180, 783 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/bs.gmo, 190, 877, 846, 0, 0, 0, 0, 190, 877 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/en@shaw.po, 142, 612, 613, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ko.gmo, 199, 896, 803, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/da.po, 199, 896, 753, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/th.po, 196, 891, 322, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ca.po, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/hu.gmo, 199, 896, 837, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/dz.gmo, 129, 554, 267, 0, 0, 0, 0, 129, 554 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/ms.po, 82, 272, 245, 20, 70, 10, 52, 112, 394 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/pt_BR.po, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-1.fc30.src.rpm.stats.csv, po/cs.gmo, 199, 896, 869, 0, 0, 0, 0, 199, 896 diff --git a/results/f30/_concat.ods b/results/f30/_concat.ods deleted file mode 100644 index 3029c37..0000000 Binary files a/results/f30/_concat.ods and /dev/null differ diff --git a/results/f30/_srpm.errors.txt b/results/f30/_srpm.errors.txt deleted file mode 100644 index 175fc9a..0000000 --- a/results/f30/_srpm.errors.txt +++ /dev/null @@ -1,115 +0,0 @@ -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: L'archive contient « 9\0\213\003#,\236\034 » alors qu'une valeur numérique de type mode_t est attendue. -tar: L'archive contient « 808\0Dellfeld » alors qu'une valeur numérique de type time_t est attendue. -tar: L'archive contient « 808\0Stel » alors qu'une valeur numérique de type uid_t est attendue. -tar: L'archive contient « zenberg » alors qu'une valeur numérique de type gid_t est attendue. -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: L'archive contient « 9\0\213\003#,\236\034 » alors qu'une valeur numérique de type mode_t est attendue. -tar: L'archive contient « 808\0Dellfeld » alors qu'une valeur numérique de type time_t est attendue. -tar: L'archive contient « 808\0Stel » alors qu'une valeur numérique de type uid_t est attendue. -tar: L'archive contient « zenberg » alors qu'une valeur numérique de type gid_t est attendue. -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q diff --git a/results/f30/_srpm.out.txt b/results/f30/_srpm.out.txt deleted file mode 100644 index 79d2026..0000000 --- a/results/f30/_srpm.out.txt +++ /dev/null @@ -1,1587 +0,0 @@ - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a zip -Archive: sqlite-doc-3260000.zip - archive is a zip -Archive: sqlite-src-3260000.zip - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a zip -Archive: padauk-3.003.zip - archive is a xz - archive is a xz - archive is a xz - archive is a tgz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a tgz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a zip -Archive: en_GB.zip - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a zip -Archive: UCD.zip - archive is a zip -Archive: Unihan.zip - archive is a gz - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a zip -Archive: libdnet-1.12-boundary-20181005.zip -a828b571e1475fb02674c9a7d4c276a93b2794e6 - archive is a xz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a zip -Archive: Mingzat-0.100.zip - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a tgz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a zip -Archive: comfortaa___font_by_aajohan-d1qr019.zip - archive is a tgz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a tgz - archive is a gz - archive is a tgz - archive is a tgz - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a tgz - archive is a gz - archive is a bz2 - archive is a gz - archive is a zip -Archive: AbyssinicaSIL1.200.zip - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a zip -Archive: olefile-0.46.zip - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a tgz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a tgz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a tgz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a tgz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a xz - archive is a zip -Archive: v153.zip -aa22264eda62acb870e2ad1ae0faaa2f702602ff - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a zip -Archive: jomolhari-alpha003c.zip - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a tgz - archive is a gz - archive is a bz2 - archive is a zip -Archive: Symbola.zip - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a zip -Archive: All_KhmerOS_5.0.zip - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a zip -Archive: STIXv1.1.0.zip - archive is a gz - archive is a bz2 - archive is a tgz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a zip -Archive: setuptools-40.8.0.zip - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a tgz - archive is a xz - archive is a xz - archive is a tgz - archive is a xz - archive is a tgz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a zip -Archive: PTSansOFL.zip - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a zip -Archive: noto-fonts-a5e21f60336d8b9b76a0f230d07dd59e12d6da80.zip -a5e21f60336d8b9b76a0f230d07dd59e12d6da80 - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a zip -Archive: 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip - archive is a zip -Archive: 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - archive is a zip -Archive: 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - archive is a zip -Archive: a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - archive is a xz - archive is a xz - archive is a xz - archive is a zip -Archive: 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip - archive is a zip -Archive: 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - archive is a zip -Archive: 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - archive is a zip -Archive: a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - archive is a xz - archive is a zip -Archive: 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip - archive is a zip -Archive: 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - archive is a zip -Archive: 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - archive is a zip -Archive: a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - archive is a xz - archive is a xz - archive is a xz - archive is a zip -Archive: 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip - archive is a zip -Archive: 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - archive is a zip -Archive: 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - archive is a zip -Archive: a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - archive is a xz - archive is a xz - archive is a xz - archive is a zip -Archive: 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip - archive is a zip -Archive: 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip - archive is a zip -Archive: 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip - archive is a zip -Archive: a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz diff --git a/results/f30/abattis-cantarell-fonts-0.111-2.fc30.src.rpm.errors.txt b/results/f30/abattis-cantarell-fonts-0.111-2.fc30.src.rpm.errors.txt deleted file mode 100644 index b3b6004..0000000 --- a/results/f30/abattis-cantarell-fonts-0.111-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./appstream/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./appstream/org.gnome.cantarell.metainfo.xml.in) -translate.tools.pocount: ERROR: Unknown filetype (./appstream/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./appstream/POTFILES.in) diff --git a/results/f30/abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv b/results/f30/abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 1044067..0000000 --- a/results/f30/abattis-cantarell-fonts-0.111-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,34 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -appstream/sr@latin.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -appstream/oc.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -appstream/da.po, 3, 27, 21, 0, 0, 0, 0, 3, 27 -appstream/es.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 -appstream/gl.po, 3, 27, 39, 0, 0, 0, 0, 3, 27 -appstream/ro.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -appstream/de.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -appstream/id.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -appstream/sv.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/is.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -appstream/lv.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -appstream/el.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -appstream/hr.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/ca.po, 3, 27, 40, 0, 0, 0, 0, 3, 27 -appstream/pt_BR.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -appstream/zh_CN.po, 3, 27, 7, 0, 0, 0, 0, 3, 27 -appstream/tr.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -appstream/pa.po, 3, 27, 35, 0, 0, 0, 0, 3, 27 -appstream/sk.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -appstream/zh_TW.po, 3, 27, 6, 0, 0, 0, 0, 3, 27 -appstream/pl.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -appstream/hu.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -appstream/sl.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/lt.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/fr.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -appstream/ko.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -appstream/sr.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -appstream/it.po, 3, 27, 37, 0, 0, 0, 0, 3, 27 -appstream/cs.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -appstream/fur.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -appstream/fi.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -appstream/ru.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/nl.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 diff --git a/results/f30/abrt-2.12.0-2.fc30.src.rpm.errors.txt b/results/f30/abrt-2.12.0-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 7c10f96..0000000 --- a/results/f30/abrt-2.12.0-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/abrt-2.12.0-2.fc30.src.rpm.stats.csv b/results/f30/abrt-2.12.0-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 8cb07a2..0000000 --- a/results/f30/abrt-2.12.0-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/zh_TW.po, 476, 3969, 1335, 0, 0, 0, 0, 476, 3969 -po/zh_HK.po, 1, 2, 1, 0, 0, 475, 3967, 476, 3969 -po/zh_CN.po, 476, 3969, 1413, 0, 0, 0, 0, 476, 3969 -po/xh.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/wo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/vi.po, 7, 24, 45, 0, 0, 469, 3945, 476, 3969 -po/uz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ur.po, 0, 0, 0, 0, 0, 476, 3969, 476, 3969 -po/uk.po, 476, 3969, 4321, 0, 0, 0, 0, 476, 3969 -po/tr.po, 189, 1319, 1117, 0, 0, 287, 2650, 476, 3969 -po/tl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/th.po, 143, 1204, 587, 0, 0, 333, 2765, 476, 3969 -po/tg.po, 4, 10, 11, 0, 0, 472, 3959, 476, 3969 -po/te.po, 341, 2564, 2189, 0, 0, 135, 1405, 476, 3969 -po/ta.po, 342, 2566, 2293, 0, 0, 134, 1403, 476, 3969 -po/sv.po, 476, 3969, 3778, 0, 0, 0, 0, 476, 3969 -po/sr@latin.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -po/sr.po, 410, 3343, 3379, 0, 0, 66, 626, 476, 3969 -po/sq.po, 476, 3969, 4685, 0, 0, 0, 0, 476, 3969 -po/sl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/sk.po, 316, 2414, 2332, 0, 0, 160, 1555, 476, 3969 -po/si.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ru_RU.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ru.po, 476, 3969, 3808, 0, 0, 0, 0, 476, 3969 -po/ro.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/pt_BR.po, 476, 3969, 4511, 0, 0, 0, 0, 476, 3969 -po/pt.po, 183, 1321, 1518, 14, 126, 279, 2522, 476, 3969 -po/pl.po, 476, 3969, 3953, 0, 0, 0, 0, 476, 3969 -po/pa.po, 284, 2105, 2429, 0, 0, 192, 1864, 476, 3969 -po/or.po, 340, 2546, 2653, 0, 0, 136, 1423, 476, 3969 -po/nso.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/no.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/nn.po, 4, 18, 19, 0, 0, 472, 3951, 476, 3969 -po/nl.po, 476, 3969, 4192, 0, 0, 0, 0, 476, 3969 -po/ne.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/nds.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -po/nb.po, 56, 242, 245, 0, 0, 420, 3727, 476, 3969 -po/my.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ms.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/mr.po, 340, 2563, 2428, 2, 7, 134, 1399, 476, 3969 -po/mn.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ml.po, 342, 2549, 2040, 1, 5, 133, 1415, 476, 3969 -po/mk.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/mg.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/mai.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/lv.po, 19, 64, 55, 0, 0, 457, 3905, 476, 3969 -po/lt.po, 476, 3969, 3442, 0, 0, 0, 0, 476, 3969 -po/lo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/la.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ky.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ku.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ks.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ko.po, 368, 2835, 2449, 0, 0, 108, 1134, 476, 3969 -po/kn.po, 341, 2564, 2358, 0, 0, 135, 1405, 476, 3969 -po/km.po, 41, 303, 97, 0, 0, 435, 3666, 476, 3969 -po/kk.po, 11, 13, 16, 0, 0, 465, 3956, 476, 3969 -po/ka.po, 17, 64, 57, 0, 0, 459, 3905, 476, 3969 -po/ja.po, 476, 3969, 1407, 0, 0, 0, 0, 476, 3969 -po/it.po, 476, 3969, 4384, 0, 0, 0, 0, 476, 3969 -po/is.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ilo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/id.po, 55, 363, 341, 0, 0, 421, 3606, 476, 3969 -po/ia.po, 83, 567, 691, 0, 0, 393, 3402, 476, 3969 -po/hy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/hu.po, 476, 3969, 3981, 0, 0, 0, 0, 476, 3969 -po/hr.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/hi.po, 340, 2546, 3067, 0, 0, 136, 1423, 476, 3969 -po/he.po, 47, 407, 376, 0, 0, 429, 3562, 476, 3969 -po/gu.po, 341, 2564, 2821, 0, 0, 135, 1405, 476, 3969 -po/gl.po, 81, 603, 745, 0, 0, 395, 3366, 476, 3969 -po/ga.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/fr.po, 476, 3969, 4841, 0, 0, 0, 0, 476, 3969 -po/fi.po, 280, 1656, 1286, 0, 0, 196, 2313, 476, 3969 -po/fa.po, 17, 64, 78, 0, 0, 459, 3905, 476, 3969 -po/eu.po, 35, 189, 177, 0, 0, 441, 3780, 476, 3969 -po/et.po, 148, 1034, 898, 0, 0, 328, 2935, 476, 3969 -po/es.po, 476, 3969, 4863, 0, 0, 0, 0, 476, 3969 -po/eo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/en_US.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/en_GB.po, 249, 2212, 2211, 0, 0, 227, 1757, 476, 3969 -po/el.po, 19, 151, 176, 0, 0, 457, 3818, 476, 3969 -po/dz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/de_CH.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/de.po, 476, 3969, 3905, 0, 0, 0, 0, 476, 3969 -po/da.po, 476, 3969, 3749, 0, 0, 0, 0, 476, 3969 -po/cy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/cs.po, 476, 3969, 3718, 0, 0, 0, 0, 476, 3969 -po/ca.po, 476, 3969, 5170, 0, 0, 0, 0, 476, 3969 -po/bs.po, 19, 150, 157, 0, 0, 457, 3819, 476, 3969 -po/brx.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/br.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/bo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/bn_IN.po, 340, 2546, 2780, 0, 0, 136, 1423, 476, 3969 -po/bn.po, 128, 927, 1039, 0, 0, 348, 3042, 476, 3969 -po/bg.po, 153, 1116, 1228, 0, 0, 323, 2853, 476, 3969 -po/be.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/bal.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/az.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ast.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -po/as.po, 328, 2488, 2595, 0, 0, 148, 1481, 476, 3969 -po/ar.po, 6, 20, 23, 0, 0, 470, 3949, 476, 3969 -po/am.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/aln.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/af.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ach.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 diff --git a/results/f30/accountsservice-0.6.54-5.fc30.src.rpm.errors.txt b/results/f30/accountsservice-0.6.54-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 8dd7b72..0000000 --- a/results/f30/accountsservice-0.6.54-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,10 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f30/accountsservice-0.6.54-5.fc30.src.rpm.stats.csv b/results/f30/accountsservice-0.6.54-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 8ff4352..0000000 --- a/results/f30/accountsservice-0.6.54-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 10, 59, 57, 0, 0, 0, 0, 10, 59 -po/de.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -po/ko.po, 10, 59, 44, 0, 0, 0, 0, 10, 59 -po/tr.po, 10, 59, 58, 0, 0, 0, 0, 10, 59 -po/da.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ia.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/pt_BR.po, 10, 59, 69, 0, 0, 0, 0, 10, 59 -po/sv.po, 10, 59, 51, 0, 0, 0, 0, 10, 59 -po/ro.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/eo.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -po/sl.po, 10, 59, 55, 0, 0, 0, 0, 10, 59 -po/ga.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ja.po, 10, 59, 12, 0, 0, 0, 0, 10, 59 -po/pl.po, 10, 59, 56, 0, 0, 0, 0, 10, 59 -po/ru.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -po/he.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/sr.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ca@valencia.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/en_GB.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -po/wa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/gl.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -po/bn_IN.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/bg.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/el.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -po/te.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/cs.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -po/fr.po, 10, 59, 78, 0, 0, 0, 0, 10, 59 -po/lv.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -po/zh_CN.po, 10, 59, 11, 0, 0, 0, 0, 10, 59 -po/ka.po, 10, 59, 52, 0, 0, 0, 0, 10, 59 -po/uk.po, 10, 59, 60, 0, 0, 0, 0, 10, 59 -po/accounts-service.pot, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/zh_TW.po, 10, 59, 13, 0, 0, 0, 0, 10, 59 -po/hi.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/lt.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ca.po, 10, 59, 73, 0, 0, 0, 0, 10, 59 -po/sk.po, 10, 59, 61, 0, 0, 0, 0, 10, 59 -po/vi.po, 10, 59, 89, 0, 0, 0, 0, 10, 59 -po/ar.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/kk.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/es.po, 10, 59, 67, 0, 0, 0, 0, 10, 59 -po/it.po, 10, 59, 71, 0, 0, 0, 0, 10, 59 -po/fa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/pa.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -po/id.po, 10, 59, 56, 0, 0, 0, 0, 10, 59 -po/sr@latin.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/hu.po, 10, 59, 50, 0, 0, 0, 0, 10, 59 -po/fi.po, 10, 59, 39, 0, 0, 0, 0, 10, 59 diff --git a/results/f30/acl-2.2.53-3.fc30.src.rpm.errors.txt b/results/f30/acl-2.2.53-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 656855d..0000000 --- a/results/f30/acl-2.2.53-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 8: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 7: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 8: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f30/acl-2.2.53-3.fc30.src.rpm.stats.csv b/results/f30/acl-2.2.53-3.fc30.src.rpm.stats.csv deleted file mode 100644 index c707539..0000000 --- a/results/f30/acl-2.2.53-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,15 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/gl.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 -po/en@boldquot.po, 52, 500, 502, 0, 0, 0, 0, 52, 500 -po/sv.po, 49, 395, 380, 3, 105, 0, 0, 52, 500 -po/acl.pot, 0, 0, 0, 0, 0, 52, 500, 52, 500 -po/en@boldquot.gmo, 52, 500, 502, 0, 0, 0, 0, 52, 500 -po/en@quot.po, 52, 500, 500, 0, 0, 0, 0, 52, 500 -po/fr.po, 48, 370, 424, 4, 130, 0, 0, 52, 500 -po/pl.po, 49, 395, 400, 3, 105, 0, 0, 52, 500 -po/es.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -po/en@quot.gmo, 52, 500, 500, 0, 0, 0, 0, 52, 500 -po/de.gmo, 49, 395, 362, 0, 0, 0, 0, 49, 395 -po/gl.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -po/de.po, 49, 395, 362, 3, 105, 0, 0, 52, 500 -po/es.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 diff --git a/results/f30/alsa-utils-1.1.8-3.fc30.src.rpm.errors.txt b/results/f30/alsa-utils-1.1.8-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 7cced16..0000000 --- a/results/f30/alsa-utils-1.1.8-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./alsaconf/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv b/results/f30/alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 4fbc60e..0000000 --- a/results/f30/alsa-utils-1.1.8-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,11 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -alsaconf/po/ja.po, 35, 537, 213, 0, 0, 1, 1, 36, 538 -alsaconf/po/ru.po, 34, 407, 373, 1, 130, 1, 1, 36, 538 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/alsa-utils.pot, 0, 0, 0, 0, 0, 322, 1788, 322, 1788 -po/ja.gmo, 245, 1080, 594, 0, 0, 0, 0, 245, 1080 -po/fr.po, 264, 1144, 1449, 21, 475, 37, 169, 322, 1788 -po/fr.gmo, 264, 1144, 1449, 0, 0, 0, 0, 264, 1144 -po/de.gmo, 294, 1260, 1171, 0, 0, 0, 0, 294, 1260 -po/ja.po, 245, 1080, 594, 22, 486, 55, 222, 322, 1788 -po/de.po, 294, 1260, 1171, 20, 474, 8, 54, 322, 1788 diff --git a/results/f30/anaconda-30.25.6-1.fc30.src.rpm.errors.txt b/results/f30/anaconda-30.25.6-1.fc30.src.rpm.errors.txt deleted file mode 100644 index c7e98f2..0000000 --- a/results/f30/anaconda-30.25.6-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) diff --git a/results/f30/anaconda-30.25.6-1.fc30.src.rpm.stats.csv b/results/f30/anaconda-30.25.6-1.fc30.src.rpm.stats.csv deleted file mode 100644 index a00a83e..0000000 --- a/results/f30/anaconda-30.25.6-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,100 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nb.po, 741, 3389, 3103, 8, 17, 536, 4405, 1285, 7811 -po/kn.po, 783, 4094, 3671, 3, 32, 499, 3685, 1285, 7811 -po/lv.po, 46, 243, 193, 0, 0, 1239, 7568, 1285, 7811 -po/or.po, 462, 2550, 2604, 0, 0, 823, 5261, 1285, 7811 -po/nso.po, 14, 66, 90, 0, 0, 1271, 7745, 1285, 7811 -po/bn.po, 37, 227, 240, 0, 0, 1248, 7584, 1285, 7811 -po/br.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/si.po, 40, 225, 224, 0, 0, 1245, 7586, 1285, 7811 -po/bal.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/he.po, 1187, 6876, 6199, 2, 2, 96, 933, 1285, 7811 -po/ca.po, 1272, 7658, 9036, 0, 0, 13, 153, 1285, 7811 -po/zh_CN.po, 1285, 7811, 2503, 0, 0, 0, 0, 1285, 7811 -po/is.po, 23, 112, 107, 0, 0, 1262, 7699, 1285, 7811 -po/vi.po, 14, 66, 64, 0, 0, 1271, 7745, 1285, 7811 -po/be.po, 1280, 7773, 6906, 0, 0, 5, 38, 1285, 7811 -po/nn.po, 39, 311, 257, 0, 0, 1246, 7500, 1285, 7811 -po/fa.po, 143, 456, 534, 0, 0, 1142, 7355, 1285, 7811 -po/fr.po, 1285, 7811, 9340, 0, 0, 0, 0, 1285, 7811 -po/ga.po, 252, 457, 509, 0, 0, 1033, 7354, 1285, 7811 -po/anp.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/tr.po, 1210, 7050, 5822, 0, 0, 75, 761, 1285, 7811 -po/yo.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/ia.po, 642, 3043, 3427, 0, 0, 643, 4768, 1285, 7811 -po/mai.po, 24, 144, 176, 0, 0, 1261, 7667, 1285, 7811 -po/ja.po, 1270, 7665, 2488, 0, 0, 15, 146, 1285, 7811 -po/kw_GB.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/ne.po, 17, 79, 76, 0, 0, 1268, 7732, 1285, 7811 -po/pl.po, 1285, 7811, 7350, 0, 0, 0, 0, 1285, 7811 -po/pa.po, 880, 3632, 4241, 0, 0, 405, 4179, 1285, 7811 -po/nds.po, 4, 8, 7, 0, 0, 1281, 7803, 1285, 7811 -po/mn.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/tw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/gu.po, 796, 3670, 4305, 0, 0, 489, 4141, 1285, 7811 -po/ast.po, 32, 192, 194, 0, 0, 1253, 7619, 1285, 7811 -po/ru.po, 1279, 7765, 6697, 0, 0, 6, 46, 1285, 7811 -po/sq.po, 1019, 5848, 6871, 0, 0, 266, 1963, 1285, 7811 -po/bg.po, 984, 5675, 5853, 0, 0, 301, 2136, 1285, 7811 -po/ta.po, 879, 4817, 4363, 0, 0, 406, 2994, 1285, 7811 -po/id.po, 1272, 7694, 7307, 0, 0, 13, 117, 1285, 7811 -po/fil.po, 98, 647, 729, 2, 37, 1185, 7127, 1285, 7811 -po/ml.po, 436, 2332, 1840, 0, 0, 849, 5479, 1285, 7811 -po/af.po, 14, 66, 63, 0, 0, 1271, 7745, 1285, 7811 -po/zh_TW.po, 1274, 7717, 2341, 0, 0, 11, 94, 1285, 7811 -po/nl.po, 1285, 7811, 7809, 0, 0, 0, 0, 1285, 7811 -po/ms.po, 16, 71, 64, 0, 0, 1269, 7740, 1285, 7811 -po/kw@uccor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/te.po, 451, 2419, 1962, 0, 0, 834, 5392, 1285, 7811 -po/sk.po, 1285, 7811, 7328, 0, 0, 0, 0, 1285, 7811 -po/fur.po, 1103, 6392, 7386, 0, 0, 182, 1419, 1285, 7811 -po/zh_HK.po, 231, 1088, 342, 0, 0, 1054, 6723, 1285, 7811 -po/de_CH.po, 20, 125, 119, 0, 0, 1265, 7686, 1285, 7811 -po/sv.po, 1284, 7797, 7176, 0, 0, 1, 14, 1285, 7811 -po/lt.po, 1203, 7054, 5855, 0, 0, 82, 757, 1285, 7811 -po/am.po, 14, 66, 58, 0, 0, 1271, 7745, 1285, 7811 -po/bo.po, 1, 1, 1, 0, 0, 1284, 7810, 1285, 7811 -po/eo.po, 1090, 5581, 5162, 51, 240, 144, 1990, 1285, 7811 -po/cy.po, 14, 66, 67, 0, 0, 1271, 7745, 1285, 7811 -po/as.po, 895, 4939, 5323, 0, 0, 390, 2872, 1285, 7811 -po/sl.po, 17, 79, 67, 0, 0, 1268, 7732, 1285, 7811 -po/pt_BR.po, 1258, 7567, 8202, 0, 0, 27, 244, 1285, 7811 -po/uk.po, 1285, 7811, 7761, 0, 0, 0, 0, 1285, 7811 -po/brx.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/ka.po, 317, 711, 641, 0, 0, 968, 7100, 1285, 7811 -po/mk.po, 17, 79, 77, 0, 0, 1268, 7732, 1285, 7811 -po/hu.po, 1285, 7811, 7091, 0, 0, 0, 0, 1285, 7811 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/gl.po, 326, 1625, 1902, 0, 0, 959, 6186, 1285, 7811 -po/el.po, 34, 191, 197, 0, 0, 1251, 7620, 1285, 7811 -po/it.po, 1108, 6418, 6695, 1, 10, 176, 1383, 1285, 7811 -po/da.po, 1285, 7811, 7094, 0, 0, 0, 0, 1285, 7811 -po/eu.po, 248, 631, 588, 0, 0, 1037, 7180, 1285, 7811 -po/ko.po, 1269, 7636, 6293, 0, 0, 16, 175, 1285, 7811 -po/ro.po, 1089, 6201, 6694, 0, 0, 196, 1610, 1285, 7811 -po/tg.po, 16, 46, 48, 0, 0, 1269, 7765, 1285, 7811 -po/cs.po, 1285, 7811, 7206, 0, 0, 0, 0, 1285, 7811 -po/wba.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/bn_IN.po, 904, 5051, 5445, 0, 0, 381, 2760, 1285, 7811 -po/en_GB.po, 37, 227, 227, 0, 0, 1248, 7584, 1285, 7811 -po/pt.po, 316, 1142, 1293, 0, 0, 969, 6669, 1285, 7811 -po/sr.po, 1198, 6786, 6532, 0, 0, 87, 1025, 1285, 7811 -po/hr.po, 1011, 5761, 5358, 0, 0, 274, 2050, 1285, 7811 -po/ilo.po, 14, 66, 77, 0, 0, 1271, 7745, 1285, 7811 -po/th.po, 170, 690, 320, 0, 0, 1115, 7121, 1285, 7811 -po/ar.po, 565, 2688, 2615, 0, 0, 720, 5123, 1285, 7811 -po/sr@latin.po, 28, 170, 159, 0, 0, 1257, 7641, 1285, 7811 -po/zu.po, 11, 52, 37, 0, 0, 1274, 7759, 1285, 7811 -po/fi.po, 1027, 5439, 4071, 0, 0, 258, 2372, 1285, 7811 -po/et.po, 171, 553, 471, 0, 0, 1114, 7258, 1285, 7811 -po/km.po, 279, 2291, 1060, 0, 0, 1006, 5520, 1285, 7811 -po/kw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/hi.po, 433, 2234, 2618, 0, 0, 852, 5577, 1285, 7811 -po/de.po, 1259, 7455, 7108, 0, 0, 26, 356, 1285, 7811 -po/bs.po, 18, 93, 79, 0, 0, 1267, 7718, 1285, 7811 -po/es.po, 1284, 7797, 8793, 0, 0, 1, 14, 1285, 7811 -po/ky.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/mr.po, 495, 2811, 2582, 0, 0, 790, 5000, 1285, 7811 -po/kk.po, 1110, 6433, 5564, 0, 0, 175, 1378, 1285, 7811 -po/ur.po, 14, 66, 81, 0, 0, 1271, 7745, 1285, 7811 -po/my.po, 64, 287, 183, 0, 0, 1221, 7524, 1285, 7811 diff --git a/results/f30/at-spi2-core-2.32.1-2.fc30.src.rpm.errors.txt b/results/f30/at-spi2-core-2.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f30/at-spi2-core-2.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv b/results/f30/at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 58dc5bd..0000000 --- a/results/f30/at-spi2-core-2.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -po/zh_HK.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -po/zh_CN.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -po/vi.po, 14, 96, 121, 0, 0, 0, 0, 14, 96 -po/uz@cyrillic.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/uk.po, 18, 122, 119, 0, 0, 0, 0, 18, 122 -po/ug.po, 14, 96, 115, 0, 0, 0, 0, 14, 96 -po/tr.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/tg.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/te.po, 18, 122, 109, 0, 0, 0, 0, 18, 122 -po/ta.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -po/sv.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -po/sr@latin.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/sr.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/sq.po, 18, 122, 145, 0, 0, 0, 0, 18, 122 -po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/sk.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/ru.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ro.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/pt.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/pl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/pa.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -po/or.po, 18, 122, 125, 0, 0, 0, 0, 18, 122 -po/oc.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/nl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/ne.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/mr.po, 14, 96, 103, 0, 0, 0, 0, 14, 96 -po/ml.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/lv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/lt.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/ko.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/kn.po, 18, 122, 123, 0, 0, 0, 0, 18, 122 -po/km.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/kk.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ja.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -po/it.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/hu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/hi.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/he.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/gu.po, 18, 122, 143, 0, 0, 0, 0, 18, 122 -po/gl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/gd.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ga.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -po/fur.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/fr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/fi.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -po/fa.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/eu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/et.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/es.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -po/eo.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/en_GB.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/en_CA.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/el.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/de.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/da.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/cs.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/ca@valencia.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/bs.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/bn_IN.po, 18, 122, 139, 0, 0, 0, 0, 18, 122 -po/bg.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/be.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ast.po, 14, 96, 111, 0, 0, 0, 0, 14, 96 -po/as.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/an.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 diff --git a/results/f30/atk-2.32.0-1.fc30.src.rpm.errors.txt b/results/f30/atk-2.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 3020c5b..0000000 --- a/results/f30/atk-2.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/atk-2.32.0-1.fc30.src.rpm.stats.csv b/results/f30/atk-2.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 33efb51..0000000 --- a/results/f30/atk-2.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,100 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_CA.po, 123, 370, 361, 1, 1, 2, 4, 126, 375 -po/hu.po, 169, 440, 334, 0, 0, 0, 0, 169, 440 -po/th.po, 136, 392, 157, 0, 0, 3, 6, 139, 398 -po/zh_CN.po, 169, 440, 181, 0, 0, 0, 0, 169, 440 -po/nn.po, 139, 398, 315, 0, 0, 0, 0, 139, 398 -po/si.po, 31, 38, 40, 0, 0, 95, 337, 126, 375 -po/hr.po, 169, 440, 427, 0, 0, 0, 0, 169, 440 -po/lt.po, 169, 440, 381, 0, 0, 0, 0, 169, 440 -po/mn.po, 126, 375, 298, 0, 0, 0, 0, 126, 375 -po/es.po, 169, 440, 561, 0, 0, 0, 0, 169, 440 -po/tr.po, 169, 440, 385, 0, 0, 0, 0, 169, 440 -po/sr.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -po/zu.po, 98, 224, 203, 1, 2, 27, 149, 126, 375 -po/as.po, 169, 440, 409, 0, 0, 0, 0, 169, 440 -po/gu.po, 139, 398, 470, 0, 0, 0, 0, 139, 398 -po/yi.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -po/pt.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -po/ms.po, 74, 121, 124, 10, 19, 42, 235, 126, 375 -po/ast.po, 139, 398, 457, 0, 0, 0, 0, 139, 398 -po/da.po, 169, 440, 309, 0, 0, 0, 0, 169, 440 -po/lv.po, 169, 440, 402, 0, 0, 0, 0, 169, 440 -po/an.po, 169, 440, 522, 0, 0, 0, 0, 169, 440 -po/ru.po, 169, 440, 425, 0, 0, 0, 0, 169, 440 -po/bn_IN.po, 139, 398, 342, 0, 0, 0, 0, 139, 398 -po/fur.po, 169, 440, 517, 0, 0, 0, 0, 169, 440 -po/wa.po, 64, 142, 188, 2, 2, 60, 231, 126, 375 -po/ro.po, 169, 440, 439, 0, 0, 0, 0, 169, 440 -po/ne.po, 169, 440, 426, 0, 0, 0, 0, 169, 440 -po/sq.po, 126, 375, 431, 0, 0, 0, 0, 126, 375 -po/kn.po, 139, 398, 353, 0, 0, 0, 0, 139, 398 -po/fr.po, 169, 440, 536, 0, 0, 0, 0, 169, 440 -po/li.po, 31, 31, 31, 48, 96, 47, 248, 126, 375 -po/te.po, 139, 398, 332, 0, 0, 0, 0, 139, 398 -po/eo.po, 167, 410, 350, 1, 21, 1, 9, 169, 440 -po/en@shaw.po, 126, 375, 376, 0, 0, 0, 0, 126, 375 -po/hy.po, 126, 375, 338, 0, 0, 0, 0, 126, 375 -po/ca@valencia.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -po/bg.po, 169, 440, 524, 0, 0, 0, 0, 169, 440 -po/ml.po, 139, 398, 333, 0, 0, 0, 0, 139, 398 -po/ja.po, 139, 398, 157, 0, 0, 0, 0, 139, 398 -po/el.po, 169, 440, 451, 0, 0, 0, 0, 169, 440 -po/pa.po, 169, 440, 456, 0, 0, 0, 0, 169, 440 -po/pl.po, 169, 440, 419, 0, 0, 0, 0, 169, 440 -po/ug.po, 139, 398, 343, 0, 0, 0, 0, 139, 398 -po/zh_TW.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -po/is.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -po/ar.po, 126, 375, 341, 0, 0, 0, 0, 126, 375 -po/af.po, 108, 334, 288, 12, 31, 6, 10, 126, 375 -po/et.po, 139, 398, 285, 0, 0, 0, 0, 139, 398 -po/gl.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -po/ca.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -po/sk.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -po/kk.po, 52, 78, 76, 0, 0, 117, 362, 169, 440 -po/or.po, 139, 398, 347, 0, 0, 0, 0, 139, 398 -po/km.po, 139, 398, 164, 0, 0, 0, 0, 139, 398 -po/cs.po, 169, 440, 417, 0, 0, 0, 0, 169, 440 -po/mai.po, 123, 370, 388, 1, 1, 2, 4, 126, 375 -po/nl.po, 169, 440, 371, 0, 0, 0, 0, 169, 440 -po/tt.po, 114, 359, 292, 7, 8, 5, 8, 126, 375 -po/bs.po, 169, 440, 430, 0, 0, 0, 0, 169, 440 -po/de.po, 169, 440, 353, 0, 0, 0, 0, 169, 440 -po/en_GB.po, 169, 440, 440, 0, 0, 0, 0, 169, 440 -po/rw.po, 5, 5, 5, 85, 299, 36, 71, 126, 375 -po/az.po, 114, 359, 314, 7, 8, 5, 8, 126, 375 -po/ga.po, 25, 25, 26, 15, 26, 86, 324, 126, 375 -po/fi.po, 159, 417, 297, 5, 9, 5, 14, 169, 440 -po/tg.po, 40, 46, 48, 0, 0, 99, 352, 139, 398 -po/nb.po, 169, 440, 362, 0, 0, 0, 0, 169, 440 -po/zh_HK.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -po/uk.po, 139, 398, 360, 0, 0, 0, 0, 139, 398 -po/be.po, 169, 440, 398, 0, 0, 0, 0, 169, 440 -po/he.po, 169, 440, 441, 0, 0, 0, 0, 169, 440 -po/gd.po, 169, 440, 477, 0, 0, 0, 0, 169, 440 -po/oc.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -po/be@latin.po, 125, 374, 337, 1, 1, 0, 0, 126, 375 -po/dz.po, 123, 370, 188, 1, 1, 2, 4, 126, 375 -po/ku.po, 121, 348, 331, 1, 1, 4, 26, 126, 375 -po/fa.po, 139, 398, 380, 0, 0, 0, 0, 139, 398 -po/vi.po, 169, 440, 635, 0, 0, 0, 0, 169, 440 -po/eu.po, 169, 440, 341, 0, 0, 0, 0, 169, 440 -po/pt_BR.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -po/am.po, 24, 24, 28, 26, 53, 76, 298, 126, 375 -po/sv.po, 169, 440, 326, 0, 0, 0, 0, 169, 440 -po/id.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -po/ka.po, 123, 370, 300, 1, 1, 2, 4, 126, 375 -po/sr@ije.po, 114, 359, 336, 7, 8, 5, 8, 126, 375 -po/ko.po, 169, 440, 396, 0, 0, 0, 0, 169, 440 -po/mr.po, 126, 375, 347, 0, 0, 0, 0, 126, 375 -po/sr@latin.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -po/mk.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -po/hi.po, 139, 398, 432, 0, 0, 0, 0, 139, 398 -po/ps.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -po/cy.po, 126, 375, 382, 0, 0, 0, 0, 126, 375 -po/sl.po, 169, 440, 393, 0, 0, 0, 0, 169, 440 -po/xh.po, 114, 359, 319, 7, 8, 5, 8, 126, 375 -po/tk.po, 111, 348, 291, 8, 9, 7, 18, 126, 375 -po/it.po, 169, 440, 491, 0, 0, 0, 0, 169, 440 -po/bn.po, 126, 375, 346, 0, 0, 0, 0, 126, 375 -po/ta.po, 139, 398, 326, 0, 0, 0, 0, 139, 398 diff --git a/results/f30/attr-2.4.48-5.fc30.src.rpm.errors.txt b/results/f30/attr-2.4.48-5.fc30.src.rpm.errors.txt deleted file mode 100644 index d8eb509..0000000 --- a/results/f30/attr-2.4.48-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe4 in position 27: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 38: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 55: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f30/attr-2.4.48-5.fc30.src.rpm.stats.csv b/results/f30/attr-2.4.48-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 1aea422..0000000 --- a/results/f30/attr-2.4.48-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,19 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/gl.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -po/en@boldquot.po, 30, 348, 350, 0, 0, 0, 0, 30, 348 -po/sv.po, 22, 208, 206, 7, 138, 1, 2, 30, 348 -po/nl.po, 22, 208, 209, 7, 138, 1, 2, 30, 348 -po/en@boldquot.gmo, 30, 348, 350, 0, 0, 0, 0, 30, 348 -po/en@quot.po, 30, 348, 348, 0, 0, 0, 0, 30, 348 -po/fr.po, 22, 208, 239, 7, 138, 1, 2, 30, 348 -po/pl.po, 28, 293, 288, 2, 55, 0, 0, 30, 348 -po/cs.gmo, 28, 293, 290, 0, 0, 0, 0, 28, 293 -po/es.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -po/en@quot.gmo, 30, 348, 348, 0, 0, 0, 0, 30, 348 -po/de.gmo, 21, 197, 186, 0, 0, 0, 0, 21, 197 -po/gl.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -po/de.po, 21, 197, 186, 8, 149, 1, 2, 30, 348 -po/es.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -po/attr.pot, 0, 0, 0, 0, 0, 30, 348, 30, 348 -po/nl.gmo, 22, 208, 209, 0, 0, 0, 0, 22, 208 -po/cs.po, 28, 293, 290, 2, 55, 0, 0, 30, 348 diff --git a/results/f30/authselect-1.0.3-1.fc30.src.rpm.errors.txt b/results/f30/authselect-1.0.3-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 5385835..0000000 --- a/results/f30/authselect-1.0.3-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/authselect-1.0.3-1.fc30.src.rpm.stats.csv b/results/f30/authselect-1.0.3-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 55043d1..0000000 --- a/results/f30/authselect-1.0.3-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,19 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 309, 1783, 703, 0, 0, 4, 24, 313, 1807 -po/zh_CN.po, 309, 1783, 552, 0, 0, 4, 24, 313, 1807 -po/uk.po, 313, 1807, 1818, 0, 0, 0, 0, 313, 1807 -po/sv.po, 313, 1807, 1755, 0, 0, 0, 0, 313, 1807 -po/ru.po, 309, 1783, 1699, 0, 0, 4, 24, 313, 1807 -po/pt_BR.po, 309, 1783, 2049, 0, 0, 4, 24, 313, 1807 -po/pl.po, 313, 1807, 1792, 0, 0, 0, 0, 313, 1807 -po/nl.po, 313, 1807, 1877, 0, 0, 0, 0, 313, 1807 -po/ko.po, 309, 1783, 1585, 0, 0, 4, 24, 313, 1807 -po/ja.po, 309, 1783, 858, 0, 0, 4, 24, 313, 1807 -po/it.po, 309, 1783, 1919, 0, 0, 4, 24, 313, 1807 -po/hu.po, 277, 1599, 1483, 0, 0, 36, 208, 313, 1807 -po/fr.po, 313, 1807, 2152, 0, 0, 0, 0, 313, 1807 -po/es.po, 313, 1807, 2220, 0, 0, 0, 0, 313, 1807 -po/de.po, 309, 1783, 1759, 0, 0, 4, 24, 313, 1807 -po/cs.po, 183, 956, 887, 0, 0, 130, 851, 313, 1807 -po/ca.po, 173, 930, 1144, 0, 0, 140, 877, 313, 1807 -po/authselect.pot, 0, 0, 0, 0, 0, 270, 1551, 270, 1551 diff --git a/results/f30/avahi-0.7-18.fc30.src.rpm.errors.txt b/results/f30/avahi-0.7-18.fc30.src.rpm.errors.txt deleted file mode 100644 index eb6fc44..0000000 --- a/results/f30/avahi-0.7-18.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/avahi-0.7-18.fc30.src.rpm.stats.csv b/results/f30/avahi-0.7-18.fc30.src.rpm.stats.csv deleted file mode 100644 index ca8836e..0000000 --- a/results/f30/avahi-0.7-18.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,44 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_NZ.po, 152, 758, 758, 11, 89, 5, 21, 168, 868 -po/en_CA.po, 1, 1, 1, 1, 1, 166, 866, 168, 868 -po/sk.po, 165, 865, 870, 2, 2, 1, 1, 168, 868 -po/eo.po, 67, 167, 141, 1, 1, 100, 700, 168, 868 -po/sr@latin.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -po/pl.po, 168, 868, 865, 0, 0, 0, 0, 168, 868 -po/uk.po, 168, 868, 883, 0, 0, 0, 0, 168, 868 -po/fr.po, 165, 865, 989, 2, 2, 1, 1, 168, 868 -po/nl.po, 165, 865, 846, 2, 2, 1, 1, 168, 868 -po/es.po, 165, 865, 1070, 2, 2, 1, 1, 168, 868 -po/el.po, 165, 865, 876, 2, 2, 1, 1, 168, 868 -po/oc.po, 168, 868, 993, 0, 0, 0, 0, 168, 868 -po/tr.po, 168, 868, 789, 0, 0, 0, 0, 168, 868 -po/fi.po, 164, 794, 634, 2, 2, 2, 72, 168, 868 -po/fa.po, 74, 224, 245, 1, 1, 93, 643, 168, 868 -po/ms.po, 40, 94, 95, 1, 1, 127, 773, 168, 868 -po/ja.po, 165, 865, 449, 2, 2, 1, 1, 168, 868 -po/bg.po, 165, 865, 1001, 2, 2, 1, 1, 168, 868 -po/et.po, 129, 477, 405, 2, 2, 37, 389, 168, 868 -po/cs.po, 133, 642, 607, 2, 2, 33, 224, 168, 868 -po/sv.po, 168, 868, 807, 0, 0, 0, 0, 168, 868 -po/hu.po, 168, 868, 780, 0, 0, 0, 0, 168, 868 -po/ar.po, 91, 262, 267, 2, 2, 75, 604, 168, 868 -po/sl.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 -po/id.po, 168, 868, 850, 0, 0, 0, 0, 168, 868 -po/he.po, 103, 332, 318, 2, 2, 63, 534, 168, 868 -po/pt_BR.po, 165, 865, 1009, 2, 2, 1, 1, 168, 868 -po/en_AU.po, 2, 2, 2, 1, 1, 165, 865, 168, 868 -po/fo.po, 113, 413, 366, 2, 2, 53, 453, 168, 868 -po/zh_TW.po, 165, 865, 391, 2, 2, 1, 1, 168, 868 -po/ko.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -po/ach.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -po/it.po, 165, 865, 986, 2, 2, 1, 1, 168, 868 -po/ru.po, 165, 865, 828, 2, 2, 1, 1, 168, 868 -po/da.po, 165, 865, 761, 2, 2, 1, 1, 168, 868 -po/lv.po, 165, 865, 776, 2, 2, 1, 1, 168, 868 -po/sr.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -po/gl.po, 165, 865, 1161, 2, 2, 1, 1, 168, 868 -po/de.po, 165, 865, 779, 2, 2, 1, 1, 168, 868 -po/en_GB.po, 165, 865, 865, 2, 2, 1, 1, 168, 868 -po/ca.po, 165, 865, 1145, 2, 2, 1, 1, 168, 868 -po/zh_CN.po, 165, 865, 414, 2, 2, 1, 1, 168, 868 -po/ro.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 diff --git a/results/f30/b43-fwcutter-019-15.fc30.src.rpm.errors.txt b/results/f30/b43-fwcutter-019-15.fc30.src.rpm.errors.txt deleted file mode 100644 index 2ce6ae4..0000000 --- a/results/f30/b43-fwcutter-019-15.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./debian/po/POTFILES.in) diff --git a/results/f30/b43-fwcutter-019-15.fc30.src.rpm.stats.csv b/results/f30/b43-fwcutter-019-15.fc30.src.rpm.stats.csv deleted file mode 100644 index 1d69783..0000000 --- a/results/f30/b43-fwcutter-019-15.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,14 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -debian/po/cs.po, 4, 67, 68, 0, 0, 0, 0, 4, 67 -debian/po/da.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -debian/po/de.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -debian/po/es.po, 0, 0, 0, 1, 22, 3, 45, 4, 67 -debian/po/fr.po, 4, 67, 73, 0, 0, 0, 0, 4, 67 -debian/po/id.po, 4, 67, 45, 0, 0, 0, 0, 4, 67 -debian/po/it.po, 4, 67, 70, 0, 0, 0, 0, 4, 67 -debian/po/ja.po, 4, 67, 10, 0, 0, 0, 0, 4, 67 -debian/po/pl.po, 4, 67, 65, 0, 0, 0, 0, 4, 67 -debian/po/pt.po, 4, 67, 72, 0, 0, 0, 0, 4, 67 -debian/po/ru.po, 4, 67, 53, 0, 0, 0, 0, 4, 67 -debian/po/sv.po, 4, 67, 66, 0, 0, 0, 0, 4, 67 -debian/po/templates.pot, 0, 0, 0, 0, 0, 4, 67, 4, 67 diff --git a/results/f30/baobab-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/baobab-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 3053771..0000000 --- a/results/f30/baobab-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-remote.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-folder.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-file-system.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/question-trash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/question-open-folder.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/problem-slow-scan.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/problem-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-view-chart.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/hicolor_apps_48x48_baobab.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/baobab-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/baobab-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index ca04877..0000000 --- a/results/f30/baobab-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,119 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_CN/zh_CN.po, 57, 820, 118, 0, 0, 0, 0, 57, 820 -help/sv/sv.po, 67, 1103, 1032, 0, 0, 0, 0, 67, 1103 -help/sl/sl.po, 57, 820, 734, 0, 0, 0, 0, 57, 820 -help/ru/ru.po, 57, 820, 717, 0, 0, 0, 0, 57, 820 -help/pt_BR/pt_BR.po, 67, 1103, 1218, 0, 0, 0, 0, 67, 1103 -help/pt/pt.po, 67, 1103, 1132, 0, 0, 0, 0, 67, 1103 -help/pl/pl.po, 67, 1103, 864, 0, 0, 0, 0, 67, 1103 -help/ko/ko.po, 67, 1103, 749, 0, 0, 0, 0, 67, 1103 -help/it/it.po, 67, 1103, 1105, 0, 0, 0, 0, 67, 1103 -help/id/id.po, 67, 1103, 978, 0, 0, 0, 0, 67, 1103 -help/hu/hu.po, 67, 1103, 890, 0, 0, 0, 0, 67, 1103 -help/hr/hr.po, 67, 1103, 910, 0, 0, 0, 0, 67, 1103 -help/gl/gl.po, 39, 345, 388, 7, 255, 21, 503, 67, 1103 -help/fr/fr.po, 67, 1103, 1186, 0, 0, 0, 0, 67, 1103 -help/fi/fi.po, 47, 688, 411, 3, 56, 17, 359, 67, 1103 -help/es/es.po, 67, 1103, 1180, 0, 0, 0, 0, 67, 1103 -help/el/el.po, 67, 1103, 1126, 0, 0, 0, 0, 67, 1103 -help/de/de.po, 67, 1103, 1060, 0, 0, 0, 0, 67, 1103 -help/da/da.po, 67, 1103, 967, 0, 0, 0, 0, 67, 1103 -help/cs/cs.po, 67, 1103, 955, 0, 0, 0, 0, 67, 1103 -help/ca/ca.po, 41, 703, 758, 0, 0, 0, 0, 41, 703 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 65, 247, 116, 0, 0, 0, 0, 65, 247 -po/zh_HK.po, 57, 210, 109, 0, 0, 0, 0, 57, 210 -po/zh_CN.po, 65, 247, 109, 0, 0, 0, 0, 65, 247 -po/xh.po, 12, 23, 21, 40, 128, 74, 389, 126, 540 -po/wa.po, 6, 6, 6, 44, 128, 76, 406, 126, 540 -po/vi.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -po/uk.po, 30, 108, 116, 0, 0, 0, 0, 30, 108 -po/ug.po, 57, 184, 166, 0, 0, 0, 0, 57, 184 -po/tr.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -po/th.po, 58, 180, 86, 0, 0, 0, 0, 58, 180 -po/tg.po, 57, 210, 214, 0, 0, 0, 0, 57, 210 -po/te.po, 57, 210, 198, 0, 0, 0, 0, 57, 210 -po/ta.po, 57, 210, 192, 0, 0, 0, 0, 57, 210 -po/sv.po, 74, 278, 273, 0, 0, 0, 0, 74, 278 -po/sr@latin.po, 65, 247, 268, 0, 0, 0, 0, 65, 247 -po/sr.po, 74, 278, 308, 0, 0, 0, 0, 74, 278 -po/sq.po, 12, 23, 23, 40, 128, 74, 389, 126, 540 -po/sl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -po/sk.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -po/si.po, 80, 210, 246, 19, 79, 27, 251, 126, 540 -po/rw.po, 2, 2, 2, 47, 141, 77, 397, 126, 540 -po/ru.po, 74, 278, 263, 0, 0, 0, 0, 74, 278 -po/ro.po, 74, 278, 333, 0, 0, 0, 0, 74, 278 -po/pt_BR.po, 74, 278, 418, 0, 0, 0, 0, 74, 278 -po/pt.po, 63, 243, 279, 0, 0, 0, 0, 63, 243 -po/ps.po, 99, 282, 317, 5, 18, 22, 240, 126, 540 -po/pl.po, 74, 278, 303, 0, 0, 0, 0, 74, 278 -po/pa.po, 57, 210, 251, 0, 0, 0, 0, 57, 210 -po/or.po, 57, 210, 231, 0, 0, 0, 0, 57, 210 -po/oc.po, 57, 185, 213, 0, 0, 6, 58, 63, 243 -po/nn.po, 72, 229, 230, 0, 0, 0, 0, 72, 229 -po/nl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -po/ne.po, 64, 246, 227, 0, 0, 0, 0, 64, 246 -po/nds.po, 44, 84, 78, 1, 3, 81, 453, 126, 540 -po/nb.po, 65, 247, 249, 0, 0, 0, 0, 65, 247 -po/ms.po, 9, 15, 24, 40, 134, 77, 391, 126, 540 -po/mr.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -po/mn.po, 8, 14, 13, 41, 135, 77, 391, 126, 540 -po/ml.po, 65, 247, 222, 0, 0, 0, 0, 65, 247 -po/mk.po, 109, 370, 431, 9, 38, 8, 132, 126, 540 -po/mg.po, 50, 132, 149, 48, 193, 28, 215, 126, 540 -po/mai.po, 94, 287, 348, 7, 24, 25, 229, 126, 540 -po/lv.po, 74, 278, 266, 0, 0, 0, 0, 74, 278 -po/lt.po, 74, 278, 268, 0, 0, 0, 0, 74, 278 -po/ku.po, 54, 118, 132, 26, 104, 46, 318, 126, 540 -po/ko.po, 74, 278, 238, 0, 0, 0, 0, 74, 278 -po/kn.po, 57, 210, 187, 0, 0, 0, 0, 57, 210 -po/km.po, 126, 540, 243, 0, 0, 0, 0, 126, 540 -po/kk.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -po/ka.po, 11, 22, 24, 42, 157, 73, 361, 126, 540 -po/ja.po, 71, 225, 129, 0, 0, 3, 53, 74, 278 -po/it.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -po/is.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -po/id.po, 74, 278, 299, 0, 0, 0, 0, 74, 278 -po/hu.po, 74, 278, 290, 0, 0, 0, 0, 74, 278 -po/hr.po, 65, 247, 240, 0, 0, 0, 0, 65, 247 -po/hi.po, 57, 210, 245, 0, 0, 0, 0, 57, 210 -po/he.po, 63, 243, 264, 0, 0, 0, 0, 63, 243 -po/gu.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -po/gl.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -po/gd.po, 64, 246, 324, 0, 0, 0, 0, 64, 246 -po/ga.po, 45, 124, 162, 1, 6, 11, 80, 57, 210 -po/fur.po, 74, 278, 317, 0, 0, 0, 0, 74, 278 -po/fr.po, 74, 278, 350, 0, 0, 0, 0, 74, 278 -po/fi.po, 74, 278, 256, 0, 0, 0, 0, 74, 278 -po/fa.po, 64, 246, 281, 0, 0, 0, 0, 64, 246 -po/eu.po, 64, 246, 239, 0, 0, 0, 0, 64, 246 -po/et.po, 57, 210, 189, 0, 0, 0, 0, 57, 210 -po/es.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -po/eo.po, 62, 196, 187, 1, 13, 1, 37, 64, 246 -po/en_GB.po, 63, 243, 266, 0, 0, 0, 0, 63, 243 -po/en_CA.po, 11, 22, 25, 42, 157, 73, 361, 126, 540 -po/en@shaw.po, 100, 413, 414, 24, 123, 2, 4, 126, 540 -po/el.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -po/dz.po, 90, 285, 133, 24, 103, 12, 152, 126, 540 -po/de.po, 74, 278, 324, 0, 0, 0, 0, 74, 278 -po/da.po, 74, 278, 273, 0, 0, 0, 0, 74, 278 -po/cy.po, 50, 132, 164, 52, 203, 24, 205, 126, 540 -po/cs.po, 74, 278, 325, 0, 0, 0, 0, 74, 278 -po/crh.po, 57, 184, 157, 0, 0, 0, 0, 57, 184 -po/ca@valencia.po, 64, 246, 313, 0, 0, 0, 0, 64, 246 -po/ca.po, 74, 278, 356, 0, 0, 0, 0, 74, 278 -po/bs.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -po/br.po, 57, 210, 244, 0, 0, 0, 0, 57, 210 -po/bn_IN.po, 57, 210, 224, 0, 0, 0, 0, 57, 210 -po/bn.po, 122, 526, 596, 2, 10, 2, 4, 126, 540 -po/bg.po, 64, 246, 306, 0, 0, 0, 0, 64, 246 -po/be@latin.po, 109, 370, 341, 9, 38, 8, 132, 126, 540 -po/be.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -po/az.po, 9, 15, 29, 40, 134, 77, 391, 126, 540 -po/ast.po, 126, 540, 625, 0, 0, 0, 0, 126, 540 -po/as.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -po/ar.po, 64, 244, 257, 0, 0, 0, 0, 64, 244 -po/an.po, 57, 210, 255, 0, 0, 0, 0, 57, 210 -po/am.po, 6, 6, 10, 16, 35, 104, 499, 126, 540 -po/af.po, 65, 247, 248, 0, 0, 0, 0, 65, 247 diff --git a/results/f30/bash-5.0.2-1.fc30.src.rpm.errors.txt b/results/f30/bash-5.0.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index f5cc6fe..0000000 --- a/results/f30/bash-5.0.2-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-builtins) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf5 in position 6: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xea in position 18: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 14: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/bash-5.0.2-1.fc30.src.rpm.stats.csv b/results/f30/bash-5.0.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index babc552..0000000 --- a/results/f30/bash-5.0.2-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,75 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/es.gmo, 565, 9806, 11294, 0, 0, 0, 0, 565, 9806 -po/hu.po, 565, 9806, 8278, 20, 1695, 1, 6, 586, 11507 -po/ja.gmo, 531, 5986, 2439, 0, 0, 0, 0, 531, 5986 -po/it.po, 487, 5568, 6137, 74, 5784, 25, 155, 586, 11507 -po/sr.po, 565, 9806, 9161, 20, 1695, 1, 6, 586, 11507 -po/gl.gmo, 468, 3199, 3776, 0, 0, 0, 0, 468, 3199 -po/af.po, 15, 46, 52, 220, 759, 351, 10702, 586, 11507 -po/sl.po, 487, 5568, 5327, 74, 5784, 25, 155, 586, 11507 -po/vi.gmo, 550, 9017, 11285, 0, 0, 0, 0, 550, 9017 -po/ca.gmo, 556, 9738, 10809, 0, 0, 0, 0, 556, 9738 -po/nl.po, 565, 9806, 9808, 20, 1695, 1, 6, 586, 11507 -po/pl.po, 584, 11184, 10311, 2, 323, 0, 0, 586, 11507 -po/en@boldquot.gmo, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -po/pt_BR.gmo, 584, 11184, 12173, 0, 0, 0, 0, 584, 11184 -po/bash.pot, 0, 0, 0, 0, 0, 586, 11507, 586, 11507 -po/ru.gmo, 543, 6142, 5719, 0, 0, 0, 0, 543, 6142 -po/ro.po, 125, 431, 477, 173, 827, 288, 10249, 586, 11507 -po/en@quot.gmo, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -po/zh_CN.gmo, 584, 11184, 3906, 0, 0, 0, 0, 584, 11184 -po/sk.po, 487, 5568, 5224, 74, 5784, 25, 155, 586, 11507 -po/fr.po, 584, 11184, 12921, 2, 323, 0, 0, 586, 11507 -po/it.gmo, 487, 5568, 6137, 0, 0, 0, 0, 487, 5568 -po/sr.gmo, 565, 9806, 9161, 0, 0, 0, 0, 565, 9806 -po/nb.gmo, 565, 9806, 8856, 0, 0, 0, 0, 565, 9806 -po/en@boldquot.po, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -po/ga.gmo, 565, 6907, 7485, 0, 0, 0, 0, 565, 6907 -po/hr.po, 584, 11184, 10476, 2, 323, 0, 0, 586, 11507 -po/zh_TW.gmo, 584, 11184, 3900, 0, 0, 0, 0, 584, 11184 -po/nl.gmo, 565, 9806, 9808, 0, 0, 0, 0, 565, 9806 -po/el.po, 501, 3498, 3673, 11, 251, 74, 7758, 586, 11507 -po/eo.po, 565, 9806, 9056, 20, 1695, 1, 6, 586, 11507 -po/tr.gmo, 553, 8541, 7240, 0, 0, 0, 0, 553, 8541 -po/ru.po, 543, 6142, 5719, 42, 5359, 1, 6, 586, 11507 -po/id.po, 510, 5842, 5584, 63, 5591, 13, 74, 586, 11507 -po/bg.po, 565, 9806, 10657, 20, 1695, 1, 6, 586, 11507 -po/da.po, 458, 4836, 4619, 96, 6469, 32, 202, 586, 11507 -po/et.po, 153, 660, 647, 47, 189, 386, 10658, 586, 11507 -po/pt.gmo, 584, 11184, 11647, 0, 0, 0, 0, 584, 11184 -po/gl.po, 468, 3199, 3776, 51, 1438, 67, 6870, 586, 11507 -po/ja.po, 531, 5986, 2439, 48, 5483, 7, 38, 586, 11507 -po/ga.po, 565, 6907, 7485, 1, 164, 20, 4436, 586, 11507 -po/pt_BR.po, 584, 11184, 12173, 2, 323, 0, 0, 586, 11507 -po/bg.gmo, 565, 9806, 10657, 0, 0, 0, 0, 565, 9806 -po/eo.gmo, 565, 9806, 9056, 0, 0, 0, 0, 565, 9806 -po/sv.po, 584, 11184, 10408, 2, 323, 0, 0, 586, 11507 -po/de.gmo, 500, 5904, 5612, 0, 0, 0, 0, 500, 5904 -po/tr.po, 553, 8541, 7240, 17, 1181, 16, 1785, 586, 11507 -po/sl.gmo, 487, 5568, 5327, 0, 0, 0, 0, 487, 5568 -po/cs.gmo, 584, 11184, 10087, 0, 0, 0, 0, 584, 11184 -po/lt.po, 326, 1512, 1409, 77, 1231, 183, 8764, 586, 11507 -po/id.gmo, 510, 5842, 5584, 0, 0, 0, 0, 510, 5842 -po/uk.gmo, 565, 9806, 8768, 0, 0, 0, 0, 565, 9806 -po/zh_CN.po, 584, 11184, 3906, 2, 323, 0, 0, 586, 11507 -po/cs.po, 584, 11184, 10087, 2, 323, 0, 0, 586, 11507 -po/es.po, 565, 9806, 11294, 20, 1695, 1, 6, 586, 11507 -po/vi.po, 550, 9017, 11285, 30, 2456, 6, 34, 586, 11507 -po/pt.po, 584, 11184, 11647, 2, 323, 0, 0, 586, 11507 -po/ca.po, 556, 9738, 10809, 20, 1695, 10, 74, 586, 11507 -po/pl.gmo, 584, 11184, 10311, 0, 0, 0, 0, 584, 11184 -po/de.po, 500, 5904, 5612, 1, 164, 85, 5439, 586, 11507 -po/fi.gmo, 459, 4966, 3719, 0, 0, 0, 0, 459, 4966 -po/da.gmo, 458, 4836, 4619, 0, 0, 0, 0, 458, 4836 -po/uk.po, 565, 9806, 8768, 20, 1695, 1, 6, 586, 11507 -po/fi.po, 459, 4966, 3719, 92, 6318, 35, 223, 586, 11507 -po/hr.gmo, 584, 11184, 10476, 0, 0, 0, 0, 584, 11184 -po/sk.gmo, 487, 5568, 5224, 0, 0, 0, 0, 487, 5568 -po/hu.gmo, 565, 9806, 8278, 0, 0, 0, 0, 565, 9806 -po/lt.gmo, 326, 1512, 1409, 0, 0, 0, 0, 326, 1512 -po/sv.gmo, 584, 11184, 10408, 0, 0, 0, 0, 584, 11184 -po/en@quot.po, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -po/zh_TW.po, 584, 11184, 3900, 2, 323, 0, 0, 586, 11507 -po/el.gmo, 501, 3498, 3673, 0, 0, 0, 0, 501, 3498 -po/fr.gmo, 584, 11184, 12921, 0, 0, 0, 0, 584, 11184 -po/nb.po, 565, 9806, 8857, 20, 1695, 1, 6, 586, 11507 diff --git a/results/f30/binutils-2.31.1-29.fc30.src.rpm.errors.txt b/results/f30/binutils-2.31.1-29.fc30.src.rpm.errors.txt deleted file mode 100644 index f5d2ff1..0000000 --- a/results/f30/binutils-2.31.1-29.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,28 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/Make-in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/SRC-POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/BLD-POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./binutils/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./binutils/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xce in position 3: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 14: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gas/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./gas/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gold/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./gold/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gprof/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./gprof/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 19: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 17: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 30: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./ld/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./ld/po/SRC-POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./ld/po/BLD-POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 12: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/Make-in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 4: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 12: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 2: invalid start byte diff --git a/results/f30/binutils-2.31.1-29.fc30.src.rpm.stats.csv b/results/f30/binutils-2.31.1-29.fc30.src.rpm.stats.csv deleted file mode 100644 index 070a568..0000000 --- a/results/f30/binutils-2.31.1-29.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,240 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1651, 11014, 1651, 11014 -bfd/po/pt.po, 1771, 11953, 12808, 0, 0, 0, 0, 1771, 11953 -bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/fr.po, 1771, 11953, 14584, 0, 0, 0, 0, 1771, 11953 -bfd/po/fr.gmo, 1771, 11953, 14584, 0, 0, 0, 0, 1771, 11953 -bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/ru.po, 1651, 11020, 10975, 0, 0, 0, 0, 1651, 11020 -bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -bfd/po/pt.gmo, 1771, 11953, 12808, 0, 0, 0, 0, 1771, 11953 -bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/uk.po, 1651, 11020, 11613, 0, 0, 0, 0, 1651, 11020 -bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils/po/pt.po, 2218, 13724, 14965, 0, 0, 0, 0, 2218, 13724 -binutils/po/sv.gmo, 2124, 13295, 11929, 0, 0, 0, 0, 2124, 13295 -binutils/po/sr.gmo, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils/po/it.gmo, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils/po/binutils.pot, 0, 0, 0, 0, 0, 2124, 13295, 2124, 13295 -binutils/po/it.po, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils/po/sr.po, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils/po/fr.po, 2218, 13724, 16858, 0, 0, 0, 0, 2218, 13724 -binutils/po/zh_TW.po, 881, 4106, 1957, 238, 2663, 397, 2747, 1516, 9516 -binutils/po/fr.gmo, 2218, 13724, 16858, 0, 0, 0, 0, 2218, 13724 -binutils/po/vi.po, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils/po/bg.po, 840, 5058, 5493, 0, 0, 1284, 8237, 2124, 13295 -binutils/po/tr.po, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils/po/id.gmo, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils/po/fi.po, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils/po/ru.po, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils/po/vi.gmo, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils/po/bg.gmo, 840, 5058, 5493, 0, 0, 0, 0, 840, 5058 -binutils/po/pt.gmo, 2218, 13724, 14965, 0, 0, 0, 0, 2218, 13724 -binutils/po/ca.po, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils/po/ru.gmo, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils/po/zh_CN.po, 973, 4740, 2285, 513, 3613, 212, 2023, 1698, 10376 -binutils/po/rw.po, 5, 8, 9, 761, 5299, 144, 503, 910, 5810 -binutils/po/es.gmo, 1400, 7316, 9310, 0, 0, 0, 0, 1400, 7316 -binutils/po/tr.gmo, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils/po/ca.gmo, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils/po/da.po, 780, 3498, 3134, 254, 2242, 281, 2948, 1315, 8688 -binutils/po/id.po, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils/po/es.po, 1400, 7316, 9310, 457, 4071, 361, 2337, 2218, 13724 -binutils/po/sv.po, 2124, 13295, 11929, 0, 0, 0, 0, 2124, 13295 -binutils/po/zh_TW.gmo, 881, 4106, 1957, 0, 0, 0, 0, 881, 4106 -binutils/po/uk.po, 2124, 13295, 13483, 0, 0, 0, 0, 2124, 13295 -binutils/po/sk.gmo, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils/po/fi.gmo, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils/po/ja.gmo, 1464, 9332, 5397, 0, 0, 0, 0, 1464, 9332 -binutils/po/hr.po, 262, 1097, 1060, 7, 107, 1247, 8312, 1516, 9516 -binutils/po/ro.po, 261, 968, 1038, 0, 0, 718, 5399, 979, 6367 -binutils/po/rw.gmo, 5, 8, 9, 0, 0, 0, 0, 5, 8 -binutils/po/sk.po, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils/po/zh_CN.gmo, 973, 4740, 2285, 0, 0, 0, 0, 973, 4740 -binutils/po/uk.gmo, 2124, 13295, 13483, 0, 0, 0, 0, 2124, 13295 -binutils/po/ja.po, 1464, 9332, 5397, 0, 0, 32, 99, 1496, 9431 -binutils/po/hr.gmo, 262, 1097, 1060, 0, 0, 0, 0, 262, 1097 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gas/po/sv.gmo, 4102, 25598, 23039, 0, 0, 0, 0, 4102, 25598 -gas/po/fr.po, 4427, 28114, 33722, 0, 0, 0, 0, 4427, 28114 -gas/po/fr.gmo, 4427, 28114, 33722, 0, 0, 0, 0, 4427, 28114 -gas/po/tr.po, 2368, 13963, 12564, 229, 1879, 99, 646, 2696, 16488 -gas/po/gas.pot, 0, 0, 0, 0, 0, 4357, 27624, 4357, 27624 -gas/po/id.gmo, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -gas/po/fi.po, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -gas/po/ru.po, 4355, 27600, 27087, 0, 0, 0, 0, 4355, 27600 -gas/po/ru.gmo, 4355, 27600, 27087, 0, 0, 0, 0, 4355, 27600 -gas/po/zh_CN.po, 46, 142, 74, 2348, 11907, 1740, 13875, 4134, 25924 -gas/po/rw.po, 0, 0, 0, 304, 1492, 2652, 16769, 2956, 18261 -gas/po/es.gmo, 4325, 27075, 33160, 0, 0, 0, 0, 4325, 27075 -gas/po/tr.gmo, 2368, 13963, 12564, 0, 0, 0, 0, 2368, 13963 -gas/po/id.po, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -gas/po/es.po, 4325, 27075, 33160, 8, 110, 94, 929, 4427, 28114 -gas/po/sv.po, 4102, 25598, 23039, 293, 2143, 7, 62, 4402, 27803 -gas/po/uk.po, 4355, 27600, 29441, 0, 0, 0, 0, 4355, 27600 -gas/po/fi.gmo, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -gas/po/ja.gmo, 302, 1631, 975, 0, 0, 0, 0, 302, 1631 -gas/po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gas/po/zh_CN.gmo, 46, 142, 74, 0, 0, 0, 0, 46, 142 -gas/po/uk.gmo, 4355, 27600, 29441, 0, 0, 0, 0, 4355, 27600 -gas/po/ja.po, 302, 1631, 975, 6, 34, 3317, 20926, 3625, 22591 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gold/po/sv.gmo, 59, 245, 245, 0, 0, 0, 0, 59, 245 -gold/po/it.gmo, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -gold/po/it.po, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -gold/po/gold.pot, 0, 0, 0, 0, 0, 911, 5889, 911, 5889 -gold/po/fr.po, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -gold/po/fr.gmo, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -gold/po/vi.po, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -gold/po/id.gmo, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -gold/po/fi.po, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -gold/po/vi.gmo, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -gold/po/zh_CN.po, 118, 459, 190, 319, 1692, 304, 2420, 741, 4571 -gold/po/es.gmo, 792, 4808, 5615, 0, 0, 0, 0, 792, 4808 -gold/po/id.po, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -gold/po/es.po, 792, 4808, 5615, 0, 0, 89, 815, 881, 5623 -gold/po/sv.po, 59, 245, 245, 168, 840, 514, 3486, 741, 4571 -gold/po/uk.po, 905, 5831, 6188, 0, 0, 0, 0, 905, 5831 -gold/po/fi.gmo, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -gold/po/ja.gmo, 120, 678, 431, 0, 0, 0, 0, 120, 678 -gold/po/zh_CN.gmo, 118, 459, 190, 0, 0, 0, 0, 118, 459 -gold/po/uk.gmo, 905, 5831, 6188, 0, 0, 0, 0, 905, 5831 -gold/po/ja.po, 120, 678, 431, 0, 0, 365, 2125, 485, 2803 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gprof/po/sv.gmo, 98, 533, 505, 0, 0, 0, 0, 98, 533 -gprof/po/sr.gmo, 98, 533, 543, 0, 0, 0, 0, 98, 533 -gprof/po/it.gmo, 97, 525, 595, 0, 0, 0, 0, 97, 525 -gprof/po/de.po, 97, 525, 492, 0, 0, 0, 0, 97, 525 -gprof/po/it.po, 97, 525, 595, 0, 0, 0, 0, 97, 525 -gprof/po/sr.po, 98, 533, 543, 0, 0, 0, 0, 98, 533 -gprof/po/de.gmo, 97, 525, 492, 0, 0, 0, 0, 97, 525 -gprof/po/fr.po, 98, 533, 614, 0, 0, 0, 0, 98, 533 -gprof/po/eo.po, 98, 533, 535, 0, 0, 0, 0, 98, 533 -gprof/po/ms.gmo, 98, 533, 534, 0, 0, 0, 0, 98, 533 -gprof/po/ms.po, 98, 533, 534, 0, 0, 0, 0, 98, 533 -gprof/po/fr.gmo, 98, 533, 614, 0, 0, 0, 0, 98, 533 -gprof/po/vi.po, 97, 525, 879, 0, 0, 0, 0, 97, 525 -gprof/po/bg.po, 98, 533, 601, 0, 0, 0, 0, 98, 533 -gprof/po/tr.po, 98, 533, 519, 0, 0, 0, 0, 98, 533 -gprof/po/id.gmo, 97, 525, 517, 0, 0, 0, 0, 97, 525 -gprof/po/fi.po, 97, 526, 487, 0, 0, 0, 0, 97, 526 -gprof/po/ru.po, 98, 533, 536, 0, 0, 0, 0, 98, 533 -gprof/po/vi.gmo, 97, 525, 879, 0, 0, 0, 0, 97, 525 -gprof/po/bg.gmo, 98, 533, 601, 0, 0, 0, 0, 98, 533 -gprof/po/eo.gmo, 98, 533, 535, 0, 0, 0, 0, 98, 533 -gprof/po/nl.gmo, 97, 525, 552, 0, 0, 0, 0, 97, 525 -gprof/po/ru.gmo, 98, 533, 536, 0, 0, 0, 0, 98, 533 -gprof/po/nl.po, 97, 525, 552, 0, 0, 0, 0, 97, 525 -gprof/po/rw.po, 2, 2, 2, 67, 425, 24, 59, 93, 486 -gprof/po/es.gmo, 98, 533, 625, 0, 0, 0, 0, 98, 533 -gprof/po/tr.gmo, 98, 533, 519, 0, 0, 0, 0, 98, 533 -gprof/po/da.po, 97, 526, 505, 0, 0, 0, 0, 97, 526 -gprof/po/hu.gmo, 98, 533, 545, 0, 0, 0, 0, 98, 533 -gprof/po/id.po, 97, 525, 517, 0, 0, 0, 0, 97, 525 -gprof/po/es.po, 98, 533, 625, 0, 0, 0, 0, 98, 533 -gprof/po/sv.po, 98, 533, 505, 0, 0, 0, 0, 98, 533 -gprof/po/pt_BR.po, 98, 533, 613, 0, 0, 0, 0, 98, 533 -gprof/po/uk.po, 98, 533, 552, 0, 0, 0, 0, 98, 533 -gprof/po/fi.gmo, 97, 526, 487, 0, 0, 0, 0, 97, 526 -gprof/po/gprof.pot, 0, 0, 0, 0, 0, 98, 533, 98, 533 -gprof/po/ja.gmo, 28, 119, 90, 0, 0, 0, 0, 28, 119 -gprof/po/hu.po, 98, 533, 545, 0, 0, 0, 0, 98, 533 -gprof/po/ro.po, 93, 486, 539, 0, 0, 0, 0, 93, 486 -gprof/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -gprof/po/ga.po, 97, 524, 587, 0, 0, 0, 0, 97, 524 -gprof/po/pt_BR.gmo, 98, 533, 613, 0, 0, 0, 0, 98, 533 -gprof/po/uk.gmo, 98, 533, 552, 0, 0, 0, 0, 98, 533 -gprof/po/ja.po, 28, 119, 90, 36, 136, 33, 270, 97, 525 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ld/po/sv.gmo, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -ld/po/sr.gmo, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -ld/po/it.gmo, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -ld/po/de.po, 283, 1404, 1422, 0, 0, 206, 1498, 489, 2902 -ld/po/it.po, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -ld/po/sr.po, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -ld/po/de.gmo, 283, 1404, 1422, 0, 0, 0, 0, 283, 1404 -ld/po/fr.po, 497, 2968, 3811, 0, 0, 0, 0, 497, 2968 -ld/po/ga.gmo, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -ld/po/zh_TW.po, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -ld/po/fr.gmo, 497, 2968, 3811, 0, 0, 0, 0, 497, 2968 -ld/po/vi.po, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -ld/po/bg.po, 602, 3746, 4315, 0, 0, 282, 2342, 884, 6088 -ld/po/tr.po, 460, 2690, 2463, 50, 370, 64, 488, 574, 3548 -ld/po/id.gmo, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -ld/po/fi.po, 497, 2968, 2485, 0, 0, 0, 0, 497, 2968 -ld/po/ru.po, 55, 420, 482, 3, 24, 428, 2446, 486, 2890 -ld/po/vi.gmo, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -ld/po/bg.gmo, 602, 3746, 4315, 0, 0, 0, 0, 602, 3746 -ld/po/ru.gmo, 55, 420, 482, 0, 0, 0, 0, 55, 420 -ld/po/zh_CN.po, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -ld/po/ld.pot, 0, 0, 0, 0, 0, 885, 6095, 885, 6095 -ld/po/es.gmo, 581, 3688, 4713, 0, 0, 0, 0, 581, 3688 -ld/po/tr.gmo, 460, 2690, 2463, 0, 0, 0, 0, 460, 2690 -ld/po/da.po, 386, 2177, 2100, 0, 0, 100, 713, 486, 2890 -ld/po/id.po, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -ld/po/es.po, 581, 3688, 4713, 127, 874, 176, 1526, 884, 6088 -ld/po/sv.po, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -ld/po/zh_TW.gmo, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -ld/po/pt_BR.po, 884, 6088, 7062, 0, 0, 0, 0, 884, 6088 -ld/po/uk.po, 884, 6088, 6380, 0, 0, 0, 0, 884, 6088 -ld/po/fi.gmo, 497, 2968, 2485, 0, 0, 0, 0, 497, 2968 -ld/po/ja.gmo, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -ld/po/ga.po, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -ld/po/zh_CN.gmo, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -ld/po/pt_BR.gmo, 884, 6088, 7062, 0, 0, 0, 0, 884, 6088 -ld/po/uk.gmo, 884, 6088, 6380, 0, 0, 0, 0, 884, 6088 -ld/po/ja.po, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 436, 2594, 436, 2594 -opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/de.po, 436, 2594, 2560, 0, 0, 0, 0, 436, 2594 -opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/de.gmo, 436, 2594, 2560, 0, 0, 0, 0, 436, 2594 -opcodes/po/fr.po, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/fr.gmo, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/sv.po, 149, 866, 842, 0, 0, 0, 0, 149, 866 -opcodes/po/pt_BR.po, 436, 2594, 2943, 0, 0, 0, 0, 436, 2594 -opcodes/po/uk.po, 436, 2594, 2697, 0, 0, 0, 0, 436, 2594 -opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -opcodes/po/pt_BR.gmo, 436, 2594, 2943, 0, 0, 0, 0, 436, 2594 -opcodes/po/uk.gmo, 436, 2594, 2697, 0, 0, 0, 0, 436, 2594 diff --git a/results/f30/blivet-gui-2.1.10-4.fc30.src.rpm.errors.txt b/results/f30/blivet-gui-2.1.10-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/blivet-gui-2.1.10-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv b/results/f30/blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv deleted file mode 100644 index af69657..0000000 --- a/results/f30/blivet-gui-2.1.10-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,74 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 218, 753, 344, 0, 0, 5, 62, 223, 815 -po/zh_CN.po, 184, 687, 328, 0, 0, 39, 128, 223, 815 -po/vi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/uk.po, 223, 815, 839, 0, 0, 0, 0, 223, 815 -po/tr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/th.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/te.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ta.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/sv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/sr.po, 218, 753, 792, 0, 0, 5, 62, 223, 815 -po/sq.po, 132, 481, 575, 3, 11, 88, 323, 223, 815 -po/sl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/sk.po, 223, 815, 800, 0, 0, 0, 0, 223, 815 -po/si.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ru.po, 135, 492, 471, 0, 0, 88, 323, 223, 815 -po/ro.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/pt_BR.po, 40, 151, 160, 0, 0, 183, 664, 223, 815 -po/pl.po, 223, 815, 845, 0, 0, 0, 0, 223, 815 -po/pa.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/or.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nds.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nb.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ms.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/mr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/mn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ml.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/mai.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/lv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ky.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ko.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/kn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/kk.po, 135, 492, 485, 0, 0, 88, 323, 223, 815 -po/ka.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ja.po, 98, 276, 133, 0, 0, 125, 539, 223, 815 -po/it.po, 135, 492, 535, 0, 0, 88, 323, 223, 815 -po/is.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/id.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/hu.po, 223, 815, 789, 0, 0, 0, 0, 223, 815 -po/hr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/hi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/he.po, 77, 163, 168, 1, 1, 145, 651, 223, 815 -po/gu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/gl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ga.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/fur.po, 215, 749, 887, 0, 0, 8, 66, 223, 815 -po/fr.po, 222, 811, 1006, 0, 0, 1, 4, 223, 815 -po/fi.po, 115, 313, 283, 0, 0, 108, 502, 223, 815 -po/fa.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/eu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/et.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/es.po, 220, 809, 951, 2, 2, 1, 4, 223, 815 -po/eo.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/en_GB.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/el.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/de_CH.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/da.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/cy.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/cs.po, 222, 811, 796, 0, 0, 1, 4, 223, 815 -po/ca.po, 218, 775, 965, 0, 0, 5, 40, 223, 815 -po/bs.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/brx.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/br.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/bn_IN.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/blivet-gui.pot, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/bg.po, 126, 466, 515, 0, 0, 97, 349, 223, 815 -po/ast.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/as.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ar.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/anp.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/am.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/af.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 diff --git a/results/f30/boost-1.69.0-6.fc30.src.rpm.errors.txt b/results/f30/boost-1.69.0-6.fc30.src.rpm.errors.txt deleted file mode 100644 index b12cc42..0000000 --- a/results/f30/boost-1.69.0-6.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./tools/build/example/gettext/main.cpp) -translate.tools.pocount: ERROR: Unknown filetype (./tools/build/example/gettext/jamroot.jam) -translate.tools.pocount: ERROR: Unknown filetype (./tools/build/example/gettext/jamfile.jam) diff --git a/results/f30/boost-1.69.0-6.fc30.src.rpm.stats.csv b/results/f30/boost-1.69.0-6.fc30.src.rpm.stats.csv deleted file mode 100644 index c683094..0000000 --- a/results/f30/boost-1.69.0-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tools/build/example/gettext/russian.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 diff --git a/results/f30/brasero-3.12.2-8.fc30.src.rpm.errors.txt b/results/f30/brasero-3.12.2-8.fc30.src.rpm.errors.txt deleted file mode 100644 index be41b82..0000000 --- a/results/f30/brasero-3.12.2-8.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,454 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/lv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/logo48.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/en_GB.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bg.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/eu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/zh_HK.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/zh_TW.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/brasero-3.12.2-8.fc30.src.rpm.stats.csv b/results/f30/brasero-3.12.2-8.fc30.src.rpm.stats.csv deleted file mode 100644 index cc8ecab..0000000 --- a/results/f30/brasero-3.12.2-8.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,112 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_CN/zh_CN.po, 143, 2095, 431, 4, 92, 0, 0, 147, 2187 -help/ru/ru.po, 147, 2187, 1704, 0, 0, 0, 0, 147, 2187 -help/de/de.po, 144, 2202, 2138, 0, 0, 0, 0, 144, 2202 -help/hu/hu.po, 144, 2202, 1719, 0, 0, 0, 0, 144, 2202 -help/lv/lv.po, 144, 2202, 1704, 0, 0, 0, 0, 144, 2202 -help/el/el.po, 144, 2202, 2092, 0, 0, 0, 0, 144, 2202 -help/en_GB/en_GB.po, 261, 3510, 3509, 0, 0, 0, 0, 261, 3510 -help/es/es.po, 144, 2202, 2196, 0, 0, 0, 0, 144, 2202 -help/id/id.po, 144, 2202, 1944, 0, 0, 0, 0, 144, 2202 -help/fi/fi.po, 6, 29, 23, 26, 208, 112, 1965, 144, 2202 -help/bg/bg.po, 260, 3508, 3353, 0, 0, 0, 0, 260, 3508 -help/ro/ro.po, 144, 2202, 2205, 0, 0, 0, 0, 144, 2202 -help/pl/pl.po, 144, 2202, 1723, 0, 0, 0, 0, 144, 2202 -help/pt/pt.po, 144, 2202, 2190, 0, 0, 0, 0, 144, 2202 -help/eu/eu.po, 261, 3510, 2710, 0, 0, 0, 0, 261, 3510 -help/zh_HK/zh_HK.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -help/ja/ja.po, 145, 2204, 168, 0, 0, 0, 0, 145, 2204 -help/gl/gl.po, 147, 2187, 2099, 0, 0, 0, 0, 147, 2187 -help/fr/fr.po, 144, 2202, 2346, 0, 0, 0, 0, 144, 2202 -help/zh_TW/zh_TW.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -help/te/te.po, 10, 18, 22, 0, 0, 137, 2169, 147, 2187 -help/ko/ko.po, 144, 2202, 1487, 0, 0, 0, 0, 144, 2202 -help/it/it.po, 261, 3510, 3376, 0, 0, 0, 0, 261, 3510 -help/cs/cs.po, 144, 2202, 1787, 0, 0, 0, 0, 144, 2202 -help/sl/sl.po, 147, 2187, 1760, 0, 0, 0, 0, 147, 2187 -help/pt_BR/pt_BR.po, 144, 2202, 2272, 0, 0, 0, 0, 144, 2202 -help/sv/sv.po, 144, 2202, 2067, 0, 0, 0, 0, 144, 2202 -help/ca/ca.po, 89, 977, 1016, 0, 0, 54, 1202, 143, 2179 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/eo.po, 295, 842, 819, 0, 0, 673, 4704, 968, 5546 -po/sr.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -po/nl.po, 968, 5546, 5419, 0, 0, 0, 0, 968, 5546 -po/cs.po, 969, 5549, 4930, 0, 0, 0, 0, 969, 5549 -po/tr.po, 969, 5549, 4538, 0, 0, 0, 0, 969, 5549 -po/mr.po, 968, 5546, 5220, 0, 0, 0, 0, 968, 5546 -po/he.po, 968, 5546, 4911, 0, 0, 0, 0, 968, 5546 -po/tg.po, 968, 5546, 5738, 0, 0, 0, 0, 968, 5546 -po/bn_IN.po, 968, 5546, 6053, 0, 0, 0, 0, 968, 5546 -po/ar.po, 946, 5182, 4531, 0, 0, 22, 364, 968, 5546 -po/et.po, 968, 5546, 4251, 0, 0, 0, 0, 968, 5546 -po/pl.po, 969, 5549, 4970, 0, 0, 0, 0, 969, 5549 -po/uk.po, 968, 5546, 4764, 0, 0, 0, 0, 968, 5546 -po/en@shaw.po, 986, 5408, 5406, 0, 0, 0, 0, 986, 5408 -po/gd.po, 968, 5546, 7062, 0, 0, 0, 0, 968, 5546 -po/af.po, 805, 4286, 4324, 11, 129, 152, 1131, 968, 5546 -po/my.po, 935, 4765, 1866, 4, 18, 54, 769, 993, 5552 -po/nn.po, 986, 5520, 5110, 3, 63, 0, 0, 989, 5583 -po/hr.po, 969, 5549, 5030, 0, 0, 0, 0, 969, 5549 -po/ast.po, 971, 5493, 5661, 0, 0, 0, 0, 971, 5493 -po/mk.po, 971, 5493, 5653, 0, 0, 0, 0, 971, 5493 -po/sr@latin.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -po/ku.po, 672, 2889, 3030, 26, 152, 289, 2411, 987, 5452 -po/ca.po, 969, 5549, 6275, 0, 0, 0, 0, 969, 5549 -po/br.po, 984, 5393, 6173, 0, 0, 2, 15, 986, 5408 -po/be.po, 968, 5546, 4784, 0, 0, 0, 0, 968, 5546 -po/fr.po, 969, 5549, 6366, 0, 0, 0, 0, 969, 5549 -po/en_CA.po, 971, 5493, 5494, 0, 0, 0, 0, 971, 5493 -po/zh_CN.po, 968, 5546, 1589, 0, 0, 0, 0, 968, 5546 -po/zh_HK.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -po/sv.po, 969, 5549, 5097, 0, 0, 0, 0, 969, 5549 -po/nb.po, 969, 5549, 5123, 0, 0, 0, 0, 969, 5549 -po/ca@valencia.po, 968, 5546, 6268, 0, 0, 0, 0, 968, 5546 -po/bn.po, 986, 5408, 5606, 0, 0, 0, 0, 986, 5408 -po/bg.po, 968, 5546, 6078, 0, 0, 0, 0, 968, 5546 -po/en_GB.po, 968, 5546, 5558, 0, 0, 0, 0, 968, 5546 -po/it.po, 982, 5608, 5414, 0, 0, 0, 0, 982, 5608 -po/nds.po, 466, 1332, 1259, 0, 0, 518, 4070, 984, 5402 -po/oc.po, 968, 5546, 6238, 0, 0, 0, 0, 968, 5546 -po/es.po, 969, 5549, 6058, 0, 0, 0, 0, 969, 5549 -po/ml.po, 968, 5546, 4199, 0, 0, 0, 0, 968, 5546 -po/kk.po, 304, 921, 798, 0, 0, 665, 4628, 969, 5549 -po/de.po, 969, 5549, 5351, 0, 0, 0, 0, 969, 5549 -po/bs.po, 968, 5546, 5058, 0, 0, 0, 0, 968, 5546 -po/lt.po, 969, 5549, 4473, 0, 0, 0, 0, 969, 5549 -po/ja.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -po/zh_TW.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -po/te.po, 968, 5546, 4519, 0, 0, 0, 0, 968, 5546 -po/hi.po, 968, 5546, 6441, 0, 0, 0, 0, 968, 5546 -po/as.po, 968, 5546, 5755, 0, 0, 0, 0, 968, 5546 -po/fur.po, 969, 5549, 5917, 0, 0, 0, 0, 969, 5549 -po/id.po, 969, 5549, 4998, 0, 0, 0, 0, 969, 5549 -po/pa.po, 968, 5546, 5994, 0, 0, 0, 0, 968, 5546 -po/pt_BR.po, 969, 5549, 5990, 0, 0, 0, 0, 969, 5549 -po/gu.po, 968, 5546, 5899, 0, 0, 0, 0, 968, 5546 -po/el.po, 968, 5546, 5813, 0, 0, 0, 0, 968, 5546 -po/ga.po, 495, 1562, 1688, 9, 66, 476, 3904, 980, 5532 -po/ne.po, 213, 476, 491, 497, 2045, 259, 3028, 969, 5549 -po/kn.po, 968, 5546, 4614, 0, 0, 0, 0, 968, 5546 -po/fi.po, 968, 5546, 4099, 0, 0, 0, 0, 968, 5546 -po/ro.po, 968, 5546, 5785, 0, 0, 0, 0, 968, 5546 -po/is.po, 669, 2636, 2505, 0, 0, 299, 2910, 968, 5546 -po/ms.po, 56, 256, 219, 576, 1796, 354, 3356, 986, 5408 -po/ru.po, 968, 5546, 4751, 0, 0, 0, 0, 968, 5546 -po/da.po, 968, 5546, 5079, 0, 0, 0, 0, 968, 5546 -po/eu.po, 968, 5546, 4622, 0, 0, 0, 0, 968, 5546 -po/vi.po, 969, 5549, 7376, 0, 0, 0, 0, 969, 5549 -po/dz.po, 752, 3949, 1203, 0, 0, 0, 0, 752, 3949 -po/gl.po, 968, 5546, 6224, 0, 0, 0, 0, 968, 5546 -po/lv.po, 968, 5546, 4488, 0, 0, 0, 0, 968, 5546 -po/or.po, 968, 5546, 5396, 0, 0, 0, 0, 968, 5546 -po/th.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -po/km.po, 966, 5474, 1968, 5, 19, 0, 0, 971, 5493 -po/sl.po, 969, 5549, 5068, 0, 0, 0, 0, 969, 5549 -po/fa.po, 968, 5546, 5951, 0, 0, 0, 0, 968, 5546 -po/hu.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -po/mai.po, 133, 242, 317, 0, 0, 828, 5038, 961, 5280 -po/ta.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -po/ug.po, 977, 5515, 4331, 0, 0, 0, 0, 977, 5515 -po/sk.po, 969, 5549, 5121, 0, 0, 0, 0, 969, 5549 -po/pt.po, 968, 5546, 5958, 0, 0, 0, 0, 968, 5546 -po/ko.po, 968, 5546, 4229, 0, 0, 0, 0, 968, 5546 diff --git a/results/f30/brltty-5.6-32.fc30.src.rpm.errors.txt b/results/f30/brltty-5.6-32.fc30.src.rpm.errors.txt deleted file mode 100644 index 24dc1a0..0000000 --- a/results/f30/brltty-5.6-32.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./Messages/reldeps.mk) -translate.tools.pocount: ERROR: Unknown filetype (./Messages/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./Messages/LINGUAS) diff --git a/results/f30/brltty-5.6-32.fc30.src.rpm.stats.csv b/results/f30/brltty-5.6-32.fc30.src.rpm.stats.csv deleted file mode 100644 index e17d79e..0000000 --- a/results/f30/brltty-5.6-32.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,5 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Messages/zh.po, 774, 2496, 1015, 6, 34, 0, 0, 780, 2530 -Messages/fr.po, 796, 2591, 3412, 0, 0, 0, 0, 796, 2591 -Messages/de.po, 771, 2439, 2201, 2, 9, 25, 148, 798, 2596 -Messages/brltty.pot, 0, 0, 0, 0, 0, 798, 2596, 798, 2596 diff --git a/results/f30/cheese-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/cheese-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 1f19b12..0000000 --- a/results/f30/cheese-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,312 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/image-properties.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/effects.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/cheese.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/nl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/cheese-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/cheese-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0f46b23..0000000 --- a/results/f30/cheese-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/ko/ko.po, 112, 1472, 1038, 0, 0, 0, 0, 112, 1472 -help/zh_CN/zh_CN.po, 118, 1665, 219, 1, 15, 0, 0, 119, 1680 -help/hu/hu.po, 112, 1472, 1243, 0, 0, 0, 0, 112, 1472 -help/ca/ca.po, 118, 1652, 1870, 0, 0, 0, 0, 118, 1652 -help/sv/sv.po, 112, 1472, 1412, 0, 0, 0, 0, 112, 1472 -help/gl/gl.po, 112, 1472, 1474, 0, 0, 0, 0, 112, 1472 -help/de/de.po, 112, 1472, 1529, 0, 0, 0, 0, 112, 1472 -help/ru/ru.po, 115, 1705, 1379, 0, 0, 0, 0, 115, 1705 -help/es/es.po, 112, 1472, 1575, 0, 0, 0, 0, 112, 1472 -help/pl/pl.po, 112, 1472, 1179, 0, 0, 0, 0, 112, 1472 -help/pt_BR/pt_BR.po, 112, 1472, 1569, 0, 0, 0, 0, 112, 1472 -help/cs/cs.po, 112, 1472, 1302, 0, 0, 0, 0, 112, 1472 -help/fr/fr.po, 112, 1472, 1632, 0, 0, 0, 0, 112, 1472 -help/el/el.po, 112, 1472, 1626, 0, 0, 0, 0, 112, 1472 -help/id/id.po, 112, 1472, 1291, 0, 0, 0, 0, 112, 1472 -help/fi/fi.po, 79, 877, 606, 26, 472, 7, 120, 112, 1469 -help/nl/nl.po, 112, 1472, 1557, 0, 0, 0, 0, 112, 1472 -help/sl/sl.po, 114, 1707, 1468, 0, 0, 0, 0, 114, 1707 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.po, 122, 614, 580, 0, 0, 0, 0, 122, 614 -po/pa.po, 120, 613, 644, 0, 0, 0, 0, 120, 613 -po/te.po, 120, 613, 509, 0, 0, 0, 0, 120, 613 -po/oc.po, 123, 614, 690, 0, 0, 0, 0, 123, 614 -po/af.po, 123, 614, 603, 0, 0, 0, 0, 123, 614 -po/sk.po, 123, 614, 565, 0, 0, 0, 0, 123, 614 -po/bn.po, 120, 651, 671, 0, 0, 0, 0, 120, 651 -po/hi.po, 123, 614, 672, 0, 0, 0, 0, 123, 614 -po/en_GB.po, 123, 614, 627, 0, 0, 0, 0, 123, 614 -po/ka.po, 120, 651, 503, 0, 0, 0, 0, 120, 651 -po/ga.po, 76, 238, 325, 32, 244, 12, 73, 120, 555 -po/ta.po, 120, 613, 500, 0, 0, 0, 0, 120, 613 -po/vi.po, 122, 614, 748, 0, 0, 0, 0, 122, 614 -po/tr.po, 122, 614, 471, 0, 0, 0, 0, 122, 614 -po/ca.po, 123, 614, 692, 0, 0, 0, 0, 123, 614 -po/th.po, 123, 614, 168, 0, 0, 0, 0, 123, 614 -po/ro.po, 122, 614, 646, 0, 0, 0, 0, 122, 614 -po/et.po, 122, 614, 438, 0, 0, 0, 0, 122, 614 -po/kn.po, 120, 613, 502, 0, 0, 0, 0, 120, 613 -po/lt.po, 122, 614, 503, 0, 0, 0, 0, 122, 614 -po/be@latin.po, 90, 412, 381, 0, 0, 9, 115, 99, 527 -po/ms.po, 95, 372, 333, 16, 197, 9, 82, 120, 651 -po/ca@valencia.po, 123, 614, 692, 0, 0, 0, 0, 123, 614 -po/en@shaw.po, 114, 592, 593, 6, 59, 0, 0, 120, 651 -po/nn.po, 103, 530, 538, 0, 0, 0, 0, 103, 530 -po/sr.po, 122, 614, 608, 0, 0, 0, 0, 122, 614 -po/or.po, 120, 613, 577, 0, 0, 0, 0, 120, 613 -po/nl.po, 122, 614, 657, 0, 0, 0, 0, 122, 614 -po/sr@latin.po, 123, 614, 609, 0, 0, 0, 0, 123, 614 -po/ar.po, 119, 530, 502, 0, 0, 4, 84, 123, 614 -po/gl.po, 122, 614, 711, 0, 0, 0, 0, 122, 614 -po/gu.po, 123, 614, 591, 0, 0, 0, 0, 123, 614 -po/mk.po, 119, 550, 599, 0, 0, 0, 0, 119, 550 -po/sl.po, 122, 614, 564, 0, 0, 0, 0, 122, 614 -po/es.po, 122, 614, 711, 0, 0, 0, 0, 122, 614 -po/hu.po, 122, 614, 505, 0, 0, 0, 0, 122, 614 -po/lv.po, 122, 614, 512, 0, 0, 0, 0, 122, 614 -po/fr.po, 122, 614, 711, 0, 0, 0, 0, 122, 614 -po/mr.po, 120, 613, 513, 0, 0, 0, 0, 120, 613 -po/ne.po, 123, 614, 531, 0, 0, 0, 0, 123, 614 -po/nb.po, 122, 614, 593, 0, 0, 0, 0, 122, 614 -po/ml.po, 123, 614, 477, 0, 0, 0, 0, 123, 614 -po/ug.po, 125, 574, 442, 0, 0, 0, 0, 125, 574 -po/bs.po, 120, 613, 578, 0, 0, 0, 0, 120, 613 -po/as.po, 120, 613, 581, 0, 0, 0, 0, 120, 613 -po/zh_CN.po, 123, 614, 205, 0, 0, 0, 0, 123, 614 -po/bg.po, 123, 614, 561, 0, 0, 0, 0, 123, 614 -po/ast.po, 118, 538, 574, 0, 0, 1, 12, 119, 550 -po/it.po, 122, 614, 603, 0, 0, 0, 0, 122, 614 -po/tg.po, 120, 613, 608, 0, 0, 0, 0, 120, 613 -po/zh_HK.po, 121, 630, 154, 0, 0, 0, 0, 121, 630 -po/nds.po, 54, 104, 96, 0, 0, 68, 556, 122, 660 -po/fa.po, 123, 614, 617, 0, 0, 0, 0, 123, 614 -po/pt.po, 123, 614, 655, 0, 0, 0, 0, 123, 614 -po/eo.po, 122, 614, 574, 0, 0, 0, 0, 122, 614 -po/pt_BR.po, 122, 614, 707, 0, 0, 0, 0, 122, 614 -po/zu.po, 70, 185, 164, 2, 109, 0, 0, 72, 294 -po/zh_TW.po, 122, 614, 153, 0, 0, 0, 0, 122, 614 -po/is.po, 123, 614, 566, 0, 0, 0, 0, 123, 614 -po/ko.po, 122, 614, 446, 0, 0, 0, 0, 122, 614 -po/pl.po, 122, 614, 573, 0, 0, 0, 0, 122, 614 -po/an.po, 123, 614, 667, 0, 0, 0, 0, 123, 614 -po/xh.po, 71, 193, 178, 14, 44, 24, 267, 109, 504 -po/ps.po, 72, 333, 367, 0, 0, 7, 56, 79, 389 -po/cs.po, 122, 614, 575, 0, 0, 0, 0, 122, 614 -po/lo.po, 123, 614, 182, 0, 0, 0, 0, 123, 614 -po/he.po, 123, 614, 608, 0, 0, 0, 0, 123, 614 -po/km.po, 119, 550, 193, 0, 0, 0, 0, 119, 550 -po/eu.po, 123, 614, 520, 0, 0, 0, 0, 123, 614 -po/bn_IN.po, 120, 613, 602, 0, 0, 0, 0, 120, 613 -po/el.po, 122, 614, 667, 0, 0, 0, 0, 122, 614 -po/fur.po, 122, 614, 663, 0, 0, 0, 0, 122, 614 -po/sq.po, 99, 527, 567, 0, 0, 0, 0, 99, 527 -po/hr.po, 122, 614, 560, 0, 0, 0, 0, 122, 614 -po/ku.po, 92, 398, 415, 0, 0, 7, 128, 99, 526 -po/ky.po, 125, 576, 441, 0, 0, 0, 0, 125, 576 -po/fi.po, 122, 614, 423, 0, 0, 0, 0, 122, 614 -po/da.po, 122, 614, 559, 0, 0, 0, 0, 122, 614 -po/dz.po, 59, 304, 183, 0, 0, 0, 0, 59, 304 -po/be.po, 123, 614, 502, 0, 0, 0, 0, 123, 614 -po/uk.po, 123, 614, 518, 0, 0, 0, 0, 123, 614 -po/sv.po, 122, 614, 580, 0, 0, 0, 0, 122, 614 -po/ru.po, 122, 614, 511, 0, 0, 0, 0, 122, 614 -po/mai.po, 29, 146, 167, 0, 0, 93, 513, 122, 659 -po/ja.po, 122, 614, 184, 0, 0, 0, 0, 122, 614 -po/kk.po, 122, 614, 472, 0, 0, 0, 0, 122, 614 -po/de.po, 122, 614, 611, 0, 0, 0, 0, 122, 614 diff --git a/results/f30/chkconfig-1.11-4.fc30.src.rpm.errors.txt b/results/f30/chkconfig-1.11-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 5b8a4ac..0000000 --- a/results/f30/chkconfig-1.11-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,8 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) diff --git a/results/f30/chkconfig-1.11-4.fc30.src.rpm.stats.csv b/results/f30/chkconfig-1.11-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 07ae1af..0000000 --- a/results/f30/chkconfig-1.11-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,152 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 diff --git a/results/f30/chrome-gnome-shell-10.1-4.fc30.src.rpm.errors.txt b/results/f30/chrome-gnome-shell-10.1-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 98d7cc5..0000000 --- a/results/f30/chrome-gnome-shell-10.1-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv b/results/f30/chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 742108f..0000000 --- a/results/f30/chrome-gnome-shell-10.1-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -extension/_locales/tr/messages.po, 86, 693, 680, 0, 0, 0, 0, 86, 693 -extension/_locales/sv/messages.po, 86, 693, 685, 0, 0, 0, 0, 86, 693 -extension/_locales/sr/messages.po, 86, 693, 700, 0, 0, 0, 0, 86, 693 -extension/_locales/sl/messages.po, 85, 693, 694, 0, 0, 1, 0, 86, 693 -extension/_locales/sk/messages.po, 86, 693, 717, 0, 0, 0, 0, 86, 693 -extension/_locales/ru/messages.po, 86, 693, 676, 0, 0, 0, 0, 86, 693 -extension/_locales/pt_PT/messages.po, 86, 693, 699, 0, 0, 0, 0, 86, 693 -extension/_locales/pt_BR/messages.po, 86, 693, 768, 0, 0, 0, 0, 86, 693 -extension/_locales/pl/messages.po, 86, 693, 688, 0, 0, 0, 0, 86, 693 -extension/_locales/oc/messages.po, 86, 693, 734, 0, 0, 0, 0, 86, 693 -extension/_locales/nl/messages.po, 86, 693, 716, 0, 0, 0, 0, 86, 693 -extension/_locales/nb/messages.po, 85, 693, 692, 0, 0, 1, 0, 86, 693 -extension/_locales/ko/messages.po, 86, 693, 705, 0, 0, 0, 0, 86, 693 -extension/_locales/it/messages.po, 86, 693, 746, 0, 0, 0, 0, 86, 693 -extension/_locales/id/messages.po, 86, 693, 696, 0, 0, 0, 0, 86, 693 -extension/_locales/hu/messages.po, 86, 693, 693, 0, 0, 0, 0, 86, 693 -extension/_locales/hr/messages.po, 86, 693, 688, 0, 0, 0, 0, 86, 693 -extension/_locales/gl/messages.po, 86, 693, 777, 0, 0, 0, 0, 86, 693 -extension/_locales/gd/messages.po, 86, 693, 797, 0, 0, 0, 0, 86, 693 -extension/_locales/fr/messages.po, 86, 693, 784, 0, 0, 0, 0, 86, 693 -extension/_locales/fi/messages.po, 86, 693, 676, 0, 0, 0, 0, 86, 693 -extension/_locales/et/messages.po, 86, 693, 696, 0, 0, 0, 0, 86, 693 -extension/_locales/es/messages.po, 86, 693, 775, 0, 0, 0, 0, 86, 693 -extension/_locales/en/messages.po, 85, 693, 693, 0, 0, 1, 0, 86, 693 -extension/_locales/el/messages.po, 86, 693, 718, 0, 0, 0, 0, 86, 693 -extension/_locales/de/messages.po, 86, 693, 712, 0, 0, 0, 0, 86, 693 -extension/_locales/da/messages.po, 86, 693, 695, 0, 0, 0, 0, 86, 693 -extension/_locales/cs/messages.po, 86, 693, 703, 0, 0, 0, 0, 86, 693 -extension/_locales/ca/messages.po, 86, 693, 768, 0, 0, 0, 0, 86, 693 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.po, 49, 313, 288, 0, 0, 0, 0, 49, 313 -po/template.pot, 0, 0, 0, 0, 0, 49, 313, 49, 313 -po/sv.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -po/sr.po, 49, 313, 315, 0, 0, 0, 0, 49, 313 -po/sl.po, 13, 14, 15, 19, 59, 14, 235, 46, 308 -po/sk.po, 47, 329, 354, 0, 0, 0, 0, 47, 329 -po/ru.po, 49, 313, 292, 0, 0, 0, 0, 49, 313 -po/pt_BR.po, 49, 313, 390, 0, 0, 0, 0, 49, 313 -po/pt.po, 11, 13, 18, 9, 31, 26, 264, 46, 308 -po/pl.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -po/oc.po, 44, 184, 251, 2, 124, 0, 0, 46, 308 -po/nl.po, 49, 313, 333, 0, 0, 0, 0, 49, 313 -po/nb.po, 20, 30, 29, 0, 0, 27, 299, 47, 329 -po/ko.po, 46, 331, 325, 0, 0, 0, 0, 46, 331 -po/it.po, 47, 329, 388, 0, 0, 0, 0, 47, 329 -po/id.po, 49, 313, 314, 0, 0, 0, 0, 49, 313 -po/hu.po, 49, 313, 306, 0, 0, 0, 0, 49, 313 -po/hr.po, 49, 313, 301, 0, 0, 0, 0, 49, 313 -po/gl.po, 47, 329, 418, 0, 0, 0, 0, 47, 329 -po/gd.po, 46, 331, 444, 0, 0, 0, 0, 46, 331 -po/fr.po, 46, 331, 436, 0, 0, 0, 0, 46, 331 -po/fi.po, 38, 139, 121, 3, 61, 8, 113, 49, 313 -po/et.po, 40, 162, 164, 0, 0, 9, 151, 49, 313 -po/es.po, 49, 313, 394, 0, 0, 0, 0, 49, 313 -po/el.po, 28, 109, 135, 2, 32, 16, 167, 46, 308 -po/de.po, 49, 313, 331, 0, 0, 0, 0, 49, 313 -po/da.po, 49, 313, 312, 0, 0, 0, 0, 49, 313 -po/cs.po, 49, 313, 317, 0, 0, 0, 0, 49, 313 -po/ca.po, 46, 331, 412, 0, 0, 0, 0, 46, 331 diff --git a/results/f30/clutter-1.26.2-8.fc30.src.rpm.errors.txt b/results/f30/clutter-1.26.2-8.fc30.src.rpm.errors.txt deleted file mode 100644 index 66a927b..0000000 --- a/results/f30/clutter-1.26.2-8.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f30/clutter-1.26.2-8.fc30.src.rpm.stats.csv b/results/f30/clutter-1.26.2-8.fc30.src.rpm.stats.csv deleted file mode 100644 index cc3ce73..0000000 --- a/results/f30/clutter-1.26.2-8.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,130 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ro.po, 514, 2335, 2272, 95, 459, 66, 263, 675, 3057 -po/ca@valencia.gmo, 669, 3022, 3468, 0, 0, 0, 0, 669, 3022 -po/ast.gmo, 515, 2319, 2411, 0, 0, 0, 0, 515, 2319 -po/eo.po, 287, 983, 904, 71, 295, 317, 1779, 675, 3057 -po/pt.gmo, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -po/az_IR.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/sl.po, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -po/yi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/ml.gmo, 124, 296, 240, 0, 0, 0, 0, 124, 296 -po/sr@latin.gmo, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -po/sv.po, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -po/ar.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/it.gmo, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -po/ps.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/de.gmo, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -po/ug.gmo, 153, 372, 339, 0, 0, 0, 0, 153, 372 -po/clutter-1.0.pot, 0, 0, 0, 0, 0, 675, 3057, 675, 3057 -po/it.po, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -po/bg.po, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -po/ko.gmo, 16, 50, 41, 0, 0, 0, 0, 16, 50 -po/ca.po, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -po/sr.po, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -po/lv.po, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -po/pt.po, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -po/sk.gmo, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -po/en_GB.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/kk.gmo, 67, 113, 119, 0, 0, 0, 0, 67, 113 -po/an.gmo, 672, 3030, 3299, 0, 0, 0, 0, 672, 3030 -po/sr@latin.po, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -po/kk.po, 67, 113, 119, 0, 0, 608, 2944, 675, 3057 -po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/cs.gmo, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -po/ro.gmo, 514, 2335, 2272, 0, 0, 0, 0, 514, 2335 -po/nl.gmo, 439, 1893, 1867, 0, 0, 0, 0, 439, 1893 -po/fa.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/lt.gmo, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -po/bs.gmo, 672, 3030, 2656, 0, 0, 0, 0, 672, 3030 -po/ps.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/ca.gmo, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -po/lt.po, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -po/kn.po, 304, 928, 732, 32, 169, 339, 1960, 675, 3057 -po/mk.po, 521, 2366, 2379, 93, 447, 61, 244, 675, 3057 -po/es.gmo, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -po/gl.po, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -po/km.gmo, 527, 2389, 733, 0, 0, 0, 0, 527, 2389 -po/fr.po, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -po/or.po, 307, 945, 838, 62, 251, 306, 1861, 675, 3057 -po/an.po, 672, 3030, 3299, 3, 27, 0, 0, 675, 3057 -po/tr.po, 527, 2223, 1743, 35, 202, 113, 632, 675, 3057 -po/fa.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/hr.po, 17, 58, 62, 1, 3, 657, 2996, 675, 3057 -po/zh_HK.po, 669, 3022, 919, 3, 27, 3, 8, 675, 3057 -po/da.gmo, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -po/de.po, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -po/id.po, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -po/el.gmo, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -po/az_IR.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/fur.po, 174, 587, 622, 0, 0, 501, 2470, 675, 3057 -po/mk.gmo, 521, 2366, 2379, 0, 0, 0, 0, 521, 2366 -po/be.po, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -po/eu.gmo, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -po/zh_HK.gmo, 669, 3022, 919, 0, 0, 0, 0, 669, 3022 -po/hi.gmo, 653, 2947, 2999, 0, 0, 0, 0, 653, 2947 -po/pt_BR.po, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -po/pt_BR.gmo, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -po/fur.gmo, 174, 587, 622, 0, 0, 0, 0, 174, 587 -po/zh_CN.gmo, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -po/ja.po, 653, 2947, 743, 14, 85, 8, 25, 675, 3057 -po/te.gmo, 653, 2947, 2268, 0, 0, 0, 0, 653, 2947 -po/ru.po, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -po/be.gmo, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -po/fi.po, 44, 122, 91, 6, 34, 625, 2901, 675, 3057 -po/nl.po, 439, 1893, 1867, 128, 624, 108, 540, 675, 3057 -po/pa.po, 66, 142, 142, 15, 51, 594, 2864, 675, 3057 -po/he.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/zh_TW.gmo, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -po/ar.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/eu.po, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -po/pl.gmo, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -po/fi.gmo, 44, 122, 91, 0, 0, 0, 0, 44, 122 -po/ca@valencia.po, 669, 3022, 3468, 3, 27, 3, 8, 675, 3057 -po/pl.po, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -po/hr.gmo, 17, 58, 62, 0, 0, 0, 0, 17, 58 -po/nb.gmo, 351, 1069, 849, 0, 0, 0, 0, 351, 1069 -po/ast.po, 515, 2319, 2411, 93, 441, 67, 297, 675, 3057 -po/pa.gmo, 66, 142, 142, 0, 0, 0, 0, 66, 142 -po/as.gmo, 669, 3022, 2472, 0, 0, 0, 0, 669, 3022 -po/ru.gmo, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -po/yi.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/ml.po, 124, 296, 240, 3, 15, 548, 2746, 675, 3057 -po/hu.gmo, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -po/bs.po, 672, 3030, 2656, 3, 27, 0, 0, 675, 3057 -po/zh_CN.po, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -po/gl.gmo, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -po/oc.po, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -po/cs.po, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -po/lv.gmo, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -po/as.po, 669, 3022, 2472, 3, 27, 3, 8, 675, 3057 -po/ur.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/tr.gmo, 527, 2223, 1743, 0, 0, 0, 0, 527, 2223 -po/sl.gmo, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -po/sk.po, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -po/te.po, 653, 2947, 2268, 14, 85, 8, 25, 675, 3057 -po/eo.gmo, 287, 983, 904, 0, 0, 0, 0, 287, 983 -po/hi.po, 653, 2947, 2999, 14, 85, 8, 25, 675, 3057 -po/zh_TW.po, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -po/ko.po, 16, 50, 41, 0, 0, 659, 3007, 675, 3057 -po/id.gmo, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -po/ug.po, 153, 372, 339, 1, 2, 521, 2683, 675, 3057 -po/hu.po, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -po/da.po, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -po/uk.gmo, 672, 3030, 2651, 0, 0, 0, 0, 672, 3030 -po/or.gmo, 307, 945, 838, 0, 0, 0, 0, 307, 945 -po/ta.gmo, 515, 2319, 1645, 0, 0, 0, 0, 515, 2319 -po/es.po, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -po/oc.gmo, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -po/he.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/nb.po, 351, 1069, 849, 19, 110, 305, 1878, 675, 3057 -po/sv.gmo, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -po/el.po, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -po/ja.gmo, 653, 2947, 743, 0, 0, 0, 0, 653, 2947 -po/fr.gmo, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -po/en_GB.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/kn.gmo, 304, 928, 732, 0, 0, 0, 0, 304, 928 -po/sr.gmo, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -po/bg.gmo, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -po/km.po, 527, 2389, 733, 88, 428, 60, 240, 675, 3057 -po/ta.po, 515, 2319, 1645, 93, 441, 67, 297, 675, 3057 -po/uk.po, 672, 3030, 2651, 3, 27, 0, 0, 675, 3057 diff --git a/results/f30/clutter-gtk-1.8.4-5.fc30.src.rpm.errors.txt b/results/f30/clutter-gtk-1.8.4-5.fc30.src.rpm.errors.txt deleted file mode 100644 index c059970..0000000 --- a/results/f30/clutter-gtk-1.8.4-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f30/clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv b/results/f30/clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 546d7a1..0000000 --- a/results/f30/clutter-gtk-1.8.4-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,8 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cluttergtk-1.0.pot, 0, 0, 0, 0, 0, 1, 5, 1, 5 -po/zh_CN.gmo, 1, 5, 3, 0, 0, 0, 0, 1, 5 -po/ja.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -po/pl.gmo, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/pl.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/zh_CN.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -po/ja.gmo, 1, 5, 4, 0, 0, 0, 0, 1, 5 diff --git a/results/f30/cogl-1.22.2-12.fc30.src.rpm.errors.txt b/results/f30/cogl-1.22.2-12.fc30.src.rpm.errors.txt deleted file mode 100644 index 8a341d8..0000000 --- a/results/f30/cogl-1.22.2-12.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/cogl-1.22.2-12.fc30.src.rpm.stats.csv b/results/f30/cogl-1.22.2-12.fc30.src.rpm.stats.csv deleted file mode 100644 index 073ea3d..0000000 --- a/results/f30/cogl-1.22.2-12.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,116 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/th.po, 80, 393, 144, 0, 0, 0, 0, 80, 393 -po/ca.po, 76, 378, 523, 0, 0, 0, 0, 76, 378 -po/ta.po, 76, 378, 346, 0, 0, 0, 0, 76, 378 -po/es.gmo, 76, 378, 508, 0, 0, 0, 0, 76, 378 -po/ta.gmo, 76, 378, 346, 0, 0, 0, 0, 76, 378 -po/eu.gmo, 80, 393, 369, 0, 0, 0, 0, 80, 393 -po/he.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/zh_TW.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/bg.po, 80, 393, 589, 0, 0, 0, 0, 80, 393 -po/pl.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/fr.gmo, 80, 393, 531, 0, 0, 0, 0, 80, 393 -po/ca@valencia.po, 76, 378, 523, 0, 0, 0, 0, 76, 378 -po/th.gmo, 80, 393, 144, 0, 0, 0, 0, 80, 393 -po/nb.po, 14, 39, 42, 0, 0, 66, 354, 80, 393 -po/id.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/ja.gmo, 76, 378, 119, 0, 0, 0, 0, 76, 378 -po/bs.po, 76, 378, 382, 0, 0, 0, 0, 76, 378 -po/vi.gmo, 4, 15, 17, 0, 0, 0, 0, 4, 15 -po/zh_CN.gmo, 80, 393, 164, 0, 0, 0, 0, 80, 393 -po/pa.po, 25, 62, 63, 0, 0, 51, 316, 76, 378 -po/hu.gmo, 76, 378, 339, 0, 0, 0, 0, 76, 378 -po/hu.po, 76, 378, 339, 0, 0, 0, 0, 76, 378 -po/cs.po, 80, 393, 414, 0, 0, 0, 0, 80, 393 -po/nl.po, 4, 15, 11, 0, 0, 71, 346, 75, 361 -po/vi.po, 4, 15, 17, 0, 0, 71, 346, 75, 361 -po/ru.gmo, 76, 378, 343, 0, 0, 0, 0, 76, 378 -po/eu.po, 80, 393, 369, 0, 0, 0, 0, 80, 393 -po/cs.gmo, 80, 393, 414, 0, 0, 0, 0, 80, 393 -po/sv.po, 80, 393, 340, 0, 0, 0, 0, 80, 393 -po/sv.gmo, 80, 393, 340, 0, 0, 0, 0, 80, 393 -po/de.gmo, 76, 378, 323, 0, 0, 0, 0, 76, 378 -po/tr.gmo, 80, 393, 374, 0, 0, 0, 0, 80, 393 -po/fa.gmo, 4, 15, 18, 0, 0, 0, 0, 4, 15 -po/sr@latin.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/sr.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/or.gmo, 4, 15, 19, 0, 0, 0, 0, 4, 15 -po/sr@latin.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/it.gmo, 76, 378, 455, 0, 0, 0, 0, 76, 378 -po/ko.po, 80, 393, 353, 0, 0, 0, 0, 80, 393 -po/bg.gmo, 80, 393, 589, 0, 0, 0, 0, 80, 393 -po/eo.gmo, 7, 15, 17, 0, 0, 0, 0, 7, 15 -po/ru.po, 76, 378, 343, 0, 0, 0, 0, 76, 378 -po/da.gmo, 76, 378, 319, 0, 0, 0, 0, 76, 378 -po/pl.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/an.po, 80, 393, 501, 0, 0, 0, 0, 80, 393 -po/hi.gmo, 76, 378, 510, 0, 0, 0, 0, 76, 378 -po/nb.gmo, 14, 39, 42, 0, 0, 0, 0, 14, 39 -po/kn.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -po/uk.gmo, 80, 393, 360, 0, 0, 0, 0, 80, 393 -po/nl.gmo, 4, 15, 11, 0, 0, 0, 0, 4, 15 -po/lv.po, 80, 393, 344, 0, 0, 0, 0, 80, 393 -po/bs.gmo, 76, 378, 382, 0, 0, 0, 0, 76, 378 -po/id.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/el.gmo, 80, 393, 410, 0, 0, 0, 0, 80, 393 -po/es.po, 76, 378, 508, 0, 0, 0, 0, 76, 378 -po/pt.gmo, 80, 393, 464, 0, 0, 0, 0, 80, 393 -po/ca@valencia.gmo, 76, 378, 523, 0, 0, 0, 0, 76, 378 -po/pt.po, 80, 393, 464, 0, 0, 0, 0, 80, 393 -po/ast.gmo, 4, 15, 21, 0, 0, 0, 0, 4, 15 -po/zh_TW.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/lv.gmo, 80, 393, 344, 0, 0, 0, 0, 80, 393 -po/hi.po, 76, 378, 510, 0, 0, 0, 0, 76, 378 -po/oc.gmo, 80, 393, 535, 0, 0, 0, 0, 80, 393 -po/gl.po, 77, 370, 496, 0, 0, 0, 0, 77, 370 -po/el.po, 80, 393, 410, 0, 0, 0, 0, 80, 393 -po/en_GB.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/fr.po, 80, 393, 531, 0, 0, 0, 0, 80, 393 -po/sk.gmo, 80, 393, 436, 0, 0, 0, 0, 80, 393 -po/en_CA.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -po/de.po, 76, 378, 323, 0, 0, 0, 0, 76, 378 -po/lt.gmo, 80, 393, 345, 0, 0, 0, 0, 80, 393 -po/pt_BR.gmo, 80, 393, 515, 0, 0, 0, 0, 80, 393 -po/km.gmo, 71, 320, 136, 0, 0, 0, 0, 71, 320 -po/km.po, 71, 320, 136, 4, 41, 0, 0, 75, 361 -po/zh_CN.po, 80, 393, 164, 0, 0, 0, 0, 80, 393 -po/sr.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/cogl.pot, 0, 0, 0, 0, 0, 80, 393, 80, 393 -po/zh_HK.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/ca.gmo, 76, 378, 523, 0, 0, 0, 0, 76, 378 -po/as.gmo, 76, 378, 418, 0, 0, 0, 0, 76, 378 -po/be.po, 80, 393, 361, 0, 0, 0, 0, 80, 393 -po/sk.po, 80, 393, 436, 0, 0, 0, 0, 80, 393 -po/fa.po, 4, 15, 18, 0, 0, 71, 346, 75, 361 -po/it.po, 76, 378, 455, 0, 0, 0, 0, 76, 378 -po/ug.po, 69, 295, 332, 0, 0, 11, 98, 80, 393 -po/ko.gmo, 80, 393, 353, 0, 0, 0, 0, 80, 393 -po/ja.po, 76, 378, 119, 0, 0, 0, 0, 76, 378 -po/te.po, 76, 378, 349, 0, 0, 0, 0, 76, 378 -po/sl.po, 76, 378, 358, 0, 0, 0, 0, 76, 378 -po/as.po, 76, 378, 418, 0, 0, 0, 0, 76, 378 -po/en_CA.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -po/gl.gmo, 77, 370, 496, 0, 0, 0, 0, 77, 370 -po/sl.gmo, 76, 378, 358, 0, 0, 0, 0, 76, 378 -po/ug.gmo, 69, 295, 332, 0, 0, 0, 0, 69, 295 -po/uk.po, 80, 393, 360, 0, 0, 0, 0, 80, 393 -po/en_GB.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/eo.po, 7, 15, 17, 0, 0, 66, 340, 73, 355 -po/he.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/an.gmo, 80, 393, 501, 0, 0, 0, 0, 80, 393 -po/ml.po, 2, 4, 4, 0, 0, 74, 374, 76, 378 -po/oc.po, 80, 393, 535, 0, 0, 0, 0, 80, 393 -po/ast.po, 4, 15, 21, 0, 0, 71, 346, 75, 361 -po/zh_HK.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/lt.po, 80, 393, 345, 0, 0, 0, 0, 80, 393 -po/ar.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -po/pt_BR.po, 80, 393, 515, 0, 0, 0, 0, 80, 393 -po/or.po, 4, 15, 19, 0, 0, 71, 346, 75, 361 -po/ml.gmo, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/kn.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -po/ar.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -po/tr.po, 80, 393, 374, 0, 0, 0, 0, 80, 393 -po/pa.gmo, 25, 62, 63, 0, 0, 0, 0, 25, 62 -po/be.gmo, 80, 393, 361, 0, 0, 0, 0, 80, 393 -po/da.po, 76, 378, 319, 0, 0, 0, 0, 76, 378 -po/te.gmo, 76, 378, 349, 0, 0, 0, 0, 76, 378 diff --git a/results/f30/colord-1.4.4-1.fc30.src.rpm.errors.txt b/results/f30/colord-1.4.4-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 9c42f5a..0000000 --- a/results/f30/colord-1.4.4-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,10 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/colord-1.4.4-1.fc30.src.rpm.stats.csv b/results/f30/colord-1.4.4-1.fc30.src.rpm.stats.csv deleted file mode 100644 index f252eec..0000000 --- a/results/f30/colord-1.4.4-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,106 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 diff --git a/results/f30/colord-gtk-0.1.26-11.fc30.src.rpm.errors.txt b/results/f30/colord-gtk-0.1.26-11.fc30.src.rpm.errors.txt deleted file mode 100644 index 36e587c..0000000 --- a/results/f30/colord-gtk-0.1.26-11.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/colord-gtk-0.1.26-11.fc30.src.rpm.stats.csv b/results/f30/colord-gtk-0.1.26-11.fc30.src.rpm.stats.csv deleted file mode 100644 index 92bab8c..0000000 --- a/results/f30/colord-gtk-0.1.26-11.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_GB.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 diff --git a/results/f30/coreutils-8.31-1.fc30.src.rpm.errors.txt b/results/f30/coreutils-8.31-1.fc30.src.rpm.errors.txt deleted file mode 100644 index a2743e7..0000000 --- a/results/f30/coreutils-8.31-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,45 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f30/coreutils-8.31-1.fc30.src.rpm.stats.csv b/results/f30/coreutils-8.31-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 92218cb..0000000 --- a/results/f30/coreutils-8.31-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,55 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fr.po, 1801, 21330, 25058, 0, 0, 0, 0, 1801, 21330 -po/lg.po, 1044, 9115, 13604, 487, 8924, 270, 3291, 1801, 21330 -po/ko.gmo, 168, 1298, 1135, 0, 0, 0, 0, 168, 1298 -po/af.po, 341, 1519, 1740, 454, 2568, 1006, 17243, 1801, 21330 -po/da.po, 1801, 21330, 20361, 0, 0, 0, 0, 1801, 21330 -po/ms.gmo, 259, 1260, 1284, 0, 0, 0, 0, 259, 1260 -po/uk.po, 1801, 21330, 21047, 0, 0, 0, 0, 1801, 21330 -po/eu.po, 384, 1329, 1394, 846, 12704, 571, 7297, 1801, 21330 -po/ca.po, 1739, 20201, 25537, 40, 882, 22, 247, 1801, 21330 -po/ru.po, 1801, 21330, 20782, 0, 0, 0, 0, 1801, 21330 -po/de.po, 1682, 19179, 18992, 81, 1683, 38, 468, 1801, 21330 -po/bg.po, 1216, 12550, 14074, 312, 5079, 273, 3701, 1801, 21330 -po/kk.po, 21, 36, 35, 143, 471, 1637, 20823, 1801, 21330 -po/el.po, 175, 948, 1147, 711, 5571, 915, 14811, 1801, 21330 -po/id.po, 1012, 8436, 8509, 518, 9522, 271, 3372, 1801, 21330 -po/ga.po, 820, 6614, 7401, 588, 9942, 393, 4774, 1801, 21330 -po/ms.po, 259, 1260, 1284, 543, 3921, 999, 16149, 1801, 21330 -po/fi.po, 876, 6281, 5417, 555, 9689, 370, 5360, 1801, 21330 -po/nl.po, 1679, 19048, 19644, 81, 1683, 41, 599, 1801, 21330 -po/hr.po, 1801, 21330, 21709, 0, 0, 0, 0, 1801, 21330 -po/lt.gmo, 367, 1639, 1518, 0, 0, 0, 0, 367, 1639 -po/kk.gmo, 21, 36, 35, 0, 0, 0, 0, 21, 36 -po/zh_TW.po, 371, 2618, 1246, 669, 8497, 761, 10215, 1801, 21330 -po/hu.po, 1739, 20201, 19987, 40, 882, 22, 247, 1801, 21330 -po/sr.po, 1682, 19179, 18890, 81, 1683, 38, 468, 1801, 21330 -po/sv.po, 1760, 20567, 19823, 28, 639, 13, 124, 1801, 21330 -po/coreutils.pot, 0, 0, 0, 0, 0, 1801, 21330, 1801, 21330 -po/pt_BR.po, 1801, 21330, 24672, 0, 0, 0, 0, 1801, 21330 -po/eo.po, 1243, 9987, 9741, 177, 2326, 381, 9017, 1801, 21330 -po/vi.po, 1760, 20567, 28379, 28, 639, 13, 124, 1801, 21330 -po/sk.po, 678, 3774, 3889, 491, 5387, 632, 12169, 1801, 21330 -po/gl.gmo, 222, 1537, 1816, 0, 0, 0, 0, 222, 1537 -po/ja.po, 1127, 9920, 4970, 450, 8773, 224, 2637, 1801, 21330 -po/pt.po, 1760, 20567, 21822, 28, 639, 13, 124, 1801, 21330 -po/ia.gmo, 89, 270, 348, 0, 0, 0, 0, 89, 270 -po/af.gmo, 341, 1519, 1740, 0, 0, 0, 0, 341, 1519 -po/gl.po, 222, 1537, 1816, 756, 7228, 823, 12565, 1801, 21330 -po/sl.po, 1645, 18594, 19010, 105, 2151, 51, 585, 1801, 21330 -po/zh_TW.gmo, 371, 2618, 1246, 0, 0, 0, 0, 371, 2618 -po/nb.po, 1760, 20567, 20901, 28, 639, 13, 124, 1801, 21330 -po/zh_CN.po, 1447, 13490, 4919, 206, 5912, 148, 1928, 1801, 21330 -po/it.po, 1098, 9643, 10929, 468, 8885, 235, 2802, 1801, 21330 -po/eu.gmo, 384, 1329, 1394, 0, 0, 0, 0, 384, 1329 -po/be.po, 479, 2615, 2531, 470, 4529, 852, 14186, 1801, 21330 -po/ko.po, 168, 1298, 1135, 715, 6399, 918, 13633, 1801, 21330 -po/el.gmo, 175, 948, 1147, 0, 0, 0, 0, 175, 948 -po/lt.po, 367, 1639, 1518, 252, 1620, 1182, 18071, 1801, 21330 -po/ro.po, 557, 2485, 2737, 252, 1782, 992, 17063, 1801, 21330 -po/cs.po, 1760, 20567, 20079, 28, 639, 13, 124, 1801, 21330 -po/ia.po, 89, 270, 348, 43, 164, 1669, 20896, 1801, 21330 -po/es.po, 1399, 14738, 17951, 270, 5225, 132, 1367, 1801, 21330 -po/et.po, 1760, 20567, 17280, 28, 639, 13, 124, 1801, 21330 -po/tr.po, 1026, 8321, 7437, 177, 2112, 598, 10897, 1801, 21330 -po/pl.po, 1801, 21330, 21063, 0, 0, 0, 0, 1801, 21330 diff --git a/results/f30/cpio-2.12-10.fc30.src.rpm.errors.txt b/results/f30/cpio-2.12-10.fc30.src.rpm.errors.txt deleted file mode 100644 index eee0a4a..0000000 --- a/results/f30/cpio-2.12-10.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,34 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 172: invalid continuation byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 16: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f30/cpio-2.12-10.fc30.src.rpm.stats.csv b/results/f30/cpio-2.12-10.fc30.src.rpm.stats.csv deleted file mode 100644 index d76b6c1..0000000 --- a/results/f30/cpio-2.12-10.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,30 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 162, 1101, 403, 45, 211, 106, 590, 313, 1902 -po/cpio.pot, 0, 0, 0, 0, 0, 313, 1902, 313, 1902 -po/sv.po, 293, 1795, 1770, 15, 86, 5, 21, 313, 1902 -po/sr.po, 293, 1795, 1866, 15, 86, 5, 21, 313, 1902 -po/tr.po, 293, 1795, 1606, 15, 86, 5, 21, 313, 1902 -po/it.po, 293, 1795, 2020, 15, 86, 5, 21, 313, 1902 -po/nl.po, 293, 1795, 1808, 15, 86, 5, 21, 313, 1902 -po/uk.po, 293, 1795, 1786, 15, 86, 5, 21, 313, 1902 -po/ja.po, 293, 1795, 846, 15, 86, 5, 21, 313, 1902 -po/pt_BR.po, 38, 197, 244, 52, 272, 223, 1433, 313, 1902 -po/ga.po, 162, 1101, 1453, 45, 211, 106, 590, 313, 1902 -po/zh_TW.gmo, 178, 899, 458, 0, 0, 0, 0, 178, 899 -po/ru.po, 293, 1795, 1785, 15, 86, 5, 21, 313, 1902 -po/pl.po, 293, 1795, 1800, 15, 86, 5, 21, 313, 1902 -po/vi.po, 293, 1795, 2633, 15, 86, 5, 21, 313, 1902 -po/ro.po, 38, 197, 235, 52, 272, 223, 1433, 313, 1902 -po/fi.po, 293, 1795, 1472, 15, 86, 5, 21, 313, 1902 -po/id.po, 293, 1795, 1804, 15, 86, 5, 21, 313, 1902 -po/gl.po, 125, 567, 722, 9, 43, 179, 1292, 313, 1902 -po/ko.po, 33, 174, 159, 57, 295, 223, 1433, 313, 1902 -po/hr.po, 293, 1795, 1754, 15, 86, 5, 21, 313, 1902 -po/hu.po, 293, 1795, 1799, 15, 86, 5, 21, 313, 1902 -po/fr.po, 293, 1795, 2158, 15, 86, 5, 21, 313, 1902 -po/de.po, 293, 1795, 1765, 15, 86, 5, 21, 313, 1902 -po/zh_TW.po, 178, 899, 458, 39, 240, 96, 763, 313, 1902 -po/da.po, 293, 1795, 1722, 15, 86, 5, 21, 313, 1902 -po/es.po, 267, 1598, 1983, 15, 86, 31, 218, 313, 1902 -po/ko.gmo, 33, 174, 159, 0, 0, 0, 0, 33, 174 -po/gl.gmo, 125, 567, 722, 0, 0, 0, 0, 125, 567 diff --git a/results/f30/cracklib-2.9.6-19.fc30.src.rpm.errors.txt b/results/f30/cracklib-2.9.6-19.fc30.src.rpm.errors.txt deleted file mode 100644 index 4e04d42..0000000 --- a/results/f30/cracklib-2.9.6-19.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,11 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f30/cracklib-2.9.6-19.fc30.src.rpm.stats.csv b/results/f30/cracklib-2.9.6-19.fc30.src.rpm.stats.csv deleted file mode 100644 index a769c0d..0000000 --- a/results/f30/cracklib-2.9.6-19.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 15, 93, 74, 0, 0, 1, 3, 16, 96 -po/ko.po, 15, 93, 64, 0, 0, 1, 3, 16, 96 -po/te.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -po/ru.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -po/pt_BR.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -po/or.po, 15, 93, 88, 0, 0, 1, 3, 16, 96 -po/fi.po, 15, 93, 51, 0, 0, 1, 3, 16, 96 -po/gu.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -po/ja.po, 15, 93, 15, 0, 0, 1, 3, 16, 96 -po/bn_IN.gmo, 15, 93, 96, 0, 0, 0, 0, 15, 93 -po/es.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -po/de.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -po/de.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -po/sl_SI.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -po/ko.gmo, 15, 93, 64, 0, 0, 0, 0, 15, 93 -po/ml.gmo, 15, 93, 52, 0, 0, 0, 0, 15, 93 -po/bn_IN.po, 15, 93, 96, 0, 0, 1, 3, 16, 96 -po/pl.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -po/sk.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -po/hu.gmo, 15, 93, 65, 0, 0, 0, 0, 15, 93 -po/zh_TW.po, 15, 93, 17, 0, 0, 1, 3, 16, 96 -po/nl.po, 15, 93, 93, 0, 0, 1, 3, 16, 96 -po/ja.gmo, 15, 93, 15, 0, 0, 0, 0, 15, 93 -po/pt.po, 15, 93, 103, 0, 0, 1, 3, 16, 96 -po/fi.gmo, 15, 93, 51, 0, 0, 0, 0, 15, 93 -po/mr.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -po/kn.po, 15, 93, 68, 0, 0, 1, 3, 16, 96 -po/hi.po, 15, 93, 105, 0, 0, 1, 3, 16, 96 -po/gu.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -po/as.gmo, 15, 93, 82, 0, 0, 0, 0, 15, 93 -po/sk.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -po/pa.gmo, 15, 93, 97, 0, 0, 0, 0, 15, 93 -po/it.gmo, 15, 93, 84, 0, 0, 0, 0, 15, 93 -po/ta.gmo, 15, 93, 72, 0, 0, 0, 0, 15, 93 -po/fr.gmo, 15, 93, 87, 0, 0, 0, 0, 15, 93 -po/ml.po, 15, 93, 52, 0, 0, 1, 3, 16, 96 -po/cracklib.pot, 0, 0, 0, 0, 0, 16, 96, 16, 96 -po/lt.gmo, 15, 93, 77, 0, 0, 0, 0, 15, 93 -po/hi.gmo, 15, 93, 105, 0, 0, 0, 0, 15, 93 -po/nb.po, 15, 93, 85, 0, 0, 1, 3, 16, 96 -po/it.po, 15, 93, 84, 0, 0, 1, 3, 16, 96 -po/pl.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -po/es.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -po/el.gmo, 15, 93, 67, 0, 0, 0, 0, 15, 93 -po/cs.gmo, 15, 93, 74, 0, 0, 0, 0, 15, 93 -po/zh_CN.gmo, 15, 93, 1, 0, 0, 0, 0, 15, 93 -po/or.gmo, 15, 93, 88, 0, 0, 0, 0, 15, 93 -po/el.po, 15, 93, 67, 0, 0, 1, 3, 16, 96 -po/sl_SI.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -po/uk.gmo, 15, 93, 78, 0, 0, 0, 0, 15, 93 -po/ru.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -po/te.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -po/tr.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -po/ta.po, 15, 93, 72, 0, 0, 1, 3, 16, 96 -po/pa.po, 15, 93, 97, 0, 0, 1, 3, 16, 96 -po/as.po, 15, 93, 82, 0, 0, 1, 3, 16, 96 -po/uk.po, 15, 93, 78, 0, 0, 1, 3, 16, 96 -po/hu.po, 15, 93, 65, 0, 0, 1, 3, 16, 96 -po/pt_BR.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -po/nl.gmo, 15, 93, 93, 0, 0, 0, 0, 15, 93 -po/mr.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -po/lt.po, 15, 93, 77, 0, 0, 1, 3, 16, 96 -po/nb.gmo, 15, 93, 85, 0, 0, 0, 0, 15, 93 -po/da.gmo, 15, 93, 90, 0, 0, 0, 0, 15, 93 -po/fr.po, 15, 93, 87, 0, 0, 1, 3, 16, 96 -po/zh_TW.gmo, 15, 93, 17, 0, 0, 0, 0, 15, 93 -po/da.po, 15, 93, 90, 0, 0, 1, 3, 16, 96 -po/pt.gmo, 15, 93, 103, 0, 0, 0, 0, 15, 93 -po/zh_CN.po, 15, 93, 1, 0, 0, 1, 3, 16, 96 -po/tr.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -po/kn.gmo, 15, 93, 68, 0, 0, 0, 0, 15, 93 diff --git a/results/f30/cryptsetup-2.1.0-3.fc30.src.rpm.errors.txt b/results/f30/cryptsetup-2.1.0-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 09e2503..0000000 --- a/results/f30/cryptsetup-2.1.0-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,23 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv b/results/f30/cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 5798e9a..0000000 --- a/results/f30/cryptsetup-2.1.0-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,25 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sv.po, 232, 1483, 1348, 403, 2700, 47, 374, 682, 4557 -po/sr.gmo, 148, 921, 899, 0, 0, 0, 0, 148, 921 -po/nl.po, 148, 921, 934, 373, 2483, 161, 1153, 682, 4557 -po/cryptsetup.pot, 0, 0, 0, 0, 0, 682, 4557, 682, 4557 -po/fr.po, 680, 4545, 6045, 2, 12, 0, 0, 682, 4557 -po/vi.gmo, 148, 921, 1371, 0, 0, 0, 0, 148, 921 -po/fi.gmo, 141, 882, 631, 0, 0, 0, 0, 141, 882 -po/ru.po, 680, 4545, 4445, 2, 12, 0, 0, 682, 4557 -po/pl.po, 680, 4545, 4693, 2, 12, 0, 0, 682, 4557 -po/zh_CN.po, 422, 2584, 991, 166, 1247, 94, 726, 682, 4557 -po/nl.gmo, 148, 921, 934, 0, 0, 0, 0, 148, 921 -po/es.po, 642, 4222, 5944, 29, 240, 11, 95, 682, 4557 -po/cs.po, 680, 4545, 4595, 2, 12, 0, 0, 682, 4557 -po/da.po, 680, 4545, 4138, 2, 12, 0, 0, 682, 4557 -po/fi.po, 141, 882, 631, 371, 2460, 170, 1215, 682, 4557 -po/pt_BR.po, 680, 4545, 5814, 2, 12, 0, 0, 682, 4557 -po/id.gmo, 60, 340, 343, 0, 0, 0, 0, 60, 340 -po/uk.po, 680, 4545, 4986, 2, 12, 0, 0, 682, 4557 -po/id.po, 60, 340, 343, 252, 1574, 370, 2643, 682, 4557 -po/de.po, 680, 4545, 4624, 2, 12, 0, 0, 682, 4557 -po/sr.po, 148, 921, 899, 367, 2442, 167, 1194, 682, 4557 -po/vi.po, 148, 921, 1371, 372, 2477, 162, 1159, 682, 4557 -po/sv.gmo, 232, 1483, 1348, 0, 0, 0, 0, 232, 1483 -po/it.po, 680, 4545, 5476, 2, 12, 0, 0, 682, 4557 diff --git a/results/f30/cups-2.2.11-1.fc30.src.rpm.errors.txt b/results/f30/cups-2.2.11-1.fc30.src.rpm.errors.txt deleted file mode 100644 index eabadcc..0000000 --- a/results/f30/cups-2.2.11-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: cannot process locale/cups_: does not exist -translate.tools.pocount: ERROR: cannot process ppdc/foo-: does not exist diff --git a/results/f30/cups-2.2.11-1.fc30.src.rpm.stats.csv b/results/f30/cups-2.2.11-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 300c462..0000000 --- a/results/f30/cups-2.2.11-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/cups-filters-1.22.5-1.fc30.src.rpm.errors.txt b/results/f30/cups-filters-1.22.5-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 37f55fd..0000000 --- a/results/f30/cups-filters-1.22.5-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./filter/braille/drivers/common/media-braille.defs) diff --git a/results/f30/cups-filters-1.22.5-1.fc30.src.rpm.stats.csv b/results/f30/cups-filters-1.22.5-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 53351a3..0000000 --- a/results/f30/cups-filters-1.22.5-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -filter/braille/drivers/common/fr-braille.po, 79, 203, 250, 0, 0, 0, 0, 79, 203 diff --git a/results/f30/cups-pk-helper-0.2.6-7.fc30.src.rpm.errors.txt b/results/f30/cups-pk-helper-0.2.6-7.fc30.src.rpm.errors.txt deleted file mode 100644 index 8bb5ca1..0000000 --- a/results/f30/cups-pk-helper-0.2.6-7.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv b/results/f30/cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv deleted file mode 100644 index 35af1d1..0000000 --- a/results/f30/cups-pk-helper-0.2.6-7.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,37 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -po/pl.po, 22, 149, 132, 0, 0, 0, 0, 22, 149 -po/hu.po, 22, 149, 98, 0, 0, 0, 0, 22, 149 -po/nl.po, 22, 149, 164, 0, 0, 0, 0, 22, 149 -po/id.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -po/cs.po, 22, 149, 129, 0, 0, 0, 0, 22, 149 -po/sl.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -po/sv.po, 22, 149, 166, 0, 0, 0, 0, 22, 149 -po/pt.po, 22, 149, 153, 0, 0, 0, 0, 22, 149 -po/hr.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -po/zh_CN.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -po/ka.po, 16, 90, 59, 0, 0, 6, 59, 22, 149 -po/uk.po, 22, 149, 159, 0, 0, 0, 0, 22, 149 -po/gl.po, 22, 149, 152, 0, 0, 0, 0, 22, 149 -po/fr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -po/sk.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -po/sr.po, 22, 149, 133, 0, 0, 0, 0, 22, 149 -po/ru.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -po/en_GB.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -po/lv.po, 22, 149, 118, 0, 0, 0, 0, 22, 149 -po/eo.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -po/it.po, 22, 149, 204, 0, 0, 0, 0, 22, 149 -po/ca.po, 22, 149, 208, 0, 0, 0, 0, 22, 149 -po/pt_BR.po, 22, 149, 154, 0, 0, 0, 0, 22, 149 -po/fi.po, 7, 30, 29, 0, 0, 15, 119, 22, 149 -po/es.po, 22, 149, 185, 0, 0, 0, 0, 22, 149 -po/ko.po, 22, 149, 101, 0, 0, 0, 0, 22, 149 -po/en.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -po/kk.po, 20, 136, 112, 0, 0, 2, 13, 22, 149 -po/oc.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -po/ja.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -po/ia.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -po/da.po, 22, 149, 156, 0, 0, 0, 0, 22, 149 -po/de.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -po/eu.po, 22, 149, 131, 0, 0, 0, 0, 22, 149 -po/tr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 diff --git a/results/f30/diffutils-3.7-2.fc30.src.rpm.errors.txt b/results/f30/diffutils-3.7-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 37edb84..0000000 --- a/results/f30/diffutils-3.7-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 11: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 191: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 11: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe5 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f30/diffutils-3.7-2.fc30.src.rpm.stats.csv b/results/f30/diffutils-3.7-2.fc30.src.rpm.stats.csv deleted file mode 100644 index a1847e1..0000000 --- a/results/f30/diffutils-3.7-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,66 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/ru.gmo, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -po/bg.gmo, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -po/sr.gmo, 263, 1839, 1747, 0, 0, 0, 0, 263, 1839 -po/da.po, 263, 1839, 1794, 3, 47, 0, 0, 266, 1886 -po/pt.gmo, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -po/ru.po, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -po/fr.po, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -po/pt_BR.po, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -po/ja.gmo, 204, 1495, 748, 0, 0, 0, 0, 204, 1495 -po/cs.gmo, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -po/vi.gmo, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -po/uk.po, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -po/pl.gmo, 263, 1839, 1828, 0, 0, 0, 0, 263, 1839 -po/el.gmo, 263, 1839, 2017, 0, 0, 0, 0, 263, 1839 -po/nb.gmo, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -po/zh_CN.gmo, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -po/es.gmo, 232, 1668, 2009, 0, 0, 0, 0, 232, 1668 -po/ca.po, 84, 415, 537, 125, 1085, 57, 386, 266, 1886 -po/id.po, 232, 1668, 1635, 23, 164, 11, 54, 266, 1886 -po/it.po, 247, 1735, 1962, 14, 138, 5, 13, 266, 1886 -po/uk.gmo, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -po/diffutils.pot, 0, 0, 0, 0, 0, 266, 1886, 266, 1886 -po/sr.po, 263, 1839, 1747, 3, 47, 0, 0, 266, 1886 -po/sv.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/nl.po, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -po/ms.po, 121, 630, 641, 134, 1104, 11, 152, 266, 1886 -po/hr.po, 151, 724, 741, 19, 123, 96, 1039, 266, 1886 -po/vi.po, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -po/eo.gmo, 263, 1839, 1776, 0, 0, 0, 0, 263, 1839 -po/pt.po, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -po/gl.gmo, 110, 554, 655, 0, 0, 0, 0, 110, 554 -po/he.po, 73, 318, 351, 129, 1094, 64, 474, 266, 1886 -po/hu.po, 263, 1839, 1839, 3, 47, 0, 0, 266, 1886 -po/nb.po, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -po/sv.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/zh_TW.po, 85, 421, 250, 124, 1079, 57, 386, 266, 1886 -po/zh_CN.po, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -po/ro.po, 72, 315, 341, 130, 1097, 64, 474, 266, 1886 -po/pt_BR.gmo, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -po/it.gmo, 247, 1735, 1962, 0, 0, 0, 0, 247, 1735 -po/ms.gmo, 121, 630, 641, 0, 0, 0, 0, 121, 630 -po/ga.po, 84, 415, 450, 125, 1085, 57, 386, 266, 1886 -po/fi.gmo, 143, 788, 691, 0, 0, 0, 0, 143, 788 -po/fi.po, 143, 788, 691, 101, 884, 22, 214, 266, 1886 -po/el.po, 263, 1839, 2017, 3, 47, 0, 0, 266, 1886 -po/da.gmo, 263, 1839, 1794, 0, 0, 0, 0, 263, 1839 -po/tr.gmo, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -po/id.gmo, 232, 1668, 1635, 0, 0, 0, 0, 232, 1668 -po/pl.po, 263, 1839, 1828, 3, 47, 0, 0, 266, 1886 -po/cs.po, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -po/de.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/es.po, 232, 1668, 2009, 23, 164, 11, 54, 266, 1886 -po/ja.po, 204, 1495, 748, 50, 332, 12, 59, 266, 1886 -po/hr.gmo, 151, 724, 741, 0, 0, 0, 0, 151, 724 -po/eo.po, 263, 1839, 1776, 3, 47, 0, 0, 266, 1886 -po/hu.gmo, 263, 1839, 1839, 0, 0, 0, 0, 263, 1839 -po/zh_TW.gmo, 85, 421, 250, 0, 0, 0, 0, 85, 421 -po/fr.gmo, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -po/bg.po, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -po/nl.gmo, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -po/lv.gmo, 232, 1668, 1554, 0, 0, 0, 0, 232, 1668 -po/lv.po, 232, 1668, 1554, 23, 164, 11, 54, 266, 1886 -po/tr.po, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -po/gl.po, 110, 554, 655, 129, 1085, 27, 247, 266, 1886 diff --git a/results/f30/dnf-4.2.2-2.fc30.src.rpm.errors.txt b/results/f30/dnf-4.2.2-2.fc30.src.rpm.errors.txt deleted file mode 100644 index db50d07..0000000 --- a/results/f30/dnf-4.2.2-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/dnf-4.2.2-2.fc30.src.rpm.stats.csv b/results/f30/dnf-4.2.2-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 78f248f..0000000 --- a/results/f30/dnf-4.2.2-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,52 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 677, 3327, 1176, 0, 0, 74, 391, 751, 3718 -po/zh_CN.po, 660, 3253, 1287, 0, 0, 91, 465, 751, 3718 -po/ur.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -po/uk.po, 745, 3671, 3814, 0, 0, 6, 47, 751, 3718 -po/tr.po, 531, 2174, 2038, 0, 0, 220, 1544, 751, 3718 -po/th.po, 57, 195, 138, 0, 0, 694, 3523, 751, 3718 -po/sv.po, 745, 3671, 3593, 0, 0, 6, 47, 751, 3718 -po/sr@latin.po, 134, 476, 490, 1, 5, 335, 1267, 470, 1748 -po/sr.po, 431, 1724, 1812, 0, 0, 320, 1994, 751, 3718 -po/sq.po, 20, 91, 103, 0, 0, 731, 3627, 751, 3718 -po/sk.po, 177, 640, 664, 1, 2, 573, 3076, 751, 3718 -po/ru.po, 719, 3502, 3426, 0, 0, 32, 216, 751, 3718 -po/pt_BR.po, 650, 3194, 3527, 0, 0, 101, 524, 751, 3718 -po/pt.po, 442, 1926, 2186, 23, 140, 286, 1652, 751, 3718 -po/pl.po, 745, 3671, 3738, 0, 0, 6, 47, 751, 3718 -po/pa.po, 486, 1734, 2182, 0, 0, 265, 1984, 751, 3718 -po/nl.po, 745, 3671, 3726, 0, 0, 6, 47, 751, 3718 -po/nb.po, 92, 294, 330, 0, 0, 659, 3424, 751, 3718 -po/ms.po, 8, 22, 22, 0, 0, 743, 3696, 751, 3718 -po/mr.po, 63, 157, 181, 0, 0, 688, 3561, 751, 3718 -po/ml.po, 16, 50, 57, 1, 4, 734, 3664, 751, 3718 -po/lt.po, 219, 715, 663, 1, 2, 531, 3001, 751, 3718 -po/ko.po, 402, 2230, 1978, 3, 29, 346, 1459, 751, 3718 -po/kk.po, 135, 326, 316, 1, 2, 615, 3390, 751, 3718 -po/ka.po, 105, 221, 214, 1, 2, 645, 3495, 751, 3718 -po/ja.po, 669, 3293, 1374, 0, 0, 82, 425, 751, 3718 -po/it.po, 622, 3070, 3579, 0, 0, 129, 648, 751, 3718 -po/id.po, 218, 645, 674, 1, 2, 532, 3071, 751, 3718 -po/hu.po, 745, 3671, 3633, 0, 0, 6, 47, 751, 3718 -po/hr.po, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -po/hi.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -po/he.po, 45, 93, 103, 0, 0, 706, 3625, 751, 3718 -po/gu.po, 78, 176, 224, 0, 0, 673, 3542, 751, 3718 -po/gd.po, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -po/fur.po, 551, 2555, 3169, 2, 8, 198, 1155, 751, 3718 -po/fr.po, 745, 3671, 4657, 0, 0, 6, 47, 751, 3718 -po/fil.po, 144, 513, 665, 0, 0, 607, 3205, 751, 3718 -po/fi.po, 340, 1146, 1039, 0, 0, 411, 2572, 751, 3718 -po/eu.po, 333, 1140, 1121, 0, 0, 418, 2578, 751, 3718 -po/es.po, 744, 3661, 4336, 0, 0, 7, 57, 751, 3718 -po/eo.po, 520, 2073, 2031, 0, 0, 231, 1645, 751, 3718 -po/en_GB.po, 333, 1381, 1381, 0, 0, 418, 2337, 751, 3718 -po/el.po, 5, 5, 6, 0, 0, 746, 3713, 751, 3718 -po/dnf.pot, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -po/de.po, 672, 3288, 3291, 0, 0, 79, 430, 751, 3718 -po/da.po, 745, 3671, 3542, 0, 0, 6, 47, 751, 3718 -po/cs.po, 618, 2887, 2822, 0, 0, 133, 831, 751, 3718 -po/ca.po, 618, 2838, 3698, 0, 0, 133, 880, 751, 3718 -po/bn_IN.po, 0, 0, 0, 0, 0, 751, 3718, 751, 3718 -po/bg.po, 383, 1652, 1778, 0, 0, 368, 2066, 751, 3718 -po/ar.po, 21, 80, 71, 0, 0, 730, 3638, 751, 3718 diff --git a/results/f30/dnf-plugins-core-4.0.6-1.fc30.src.rpm.errors.txt b/results/f30/dnf-plugins-core-4.0.6-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 38a543d..0000000 --- a/results/f30/dnf-plugins-core-4.0.6-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f30/dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv b/results/f30/dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv deleted file mode 100644 index cb9c925..0000000 --- a/results/f30/dnf-plugins-core-4.0.6-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,26 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 147, 953, 344, 0, 0, 41, 227, 188, 1180 -po/zh_CN.po, 136, 770, 299, 0, 0, 52, 410, 188, 1180 -po/uk.po, 188, 1180, 1203, 0, 0, 0, 0, 188, 1180 -po/tr.po, 30, 170, 156, 0, 0, 158, 1010, 188, 1180 -po/sv.po, 188, 1180, 1091, 0, 0, 0, 0, 188, 1180 -po/sr.po, 50, 237, 240, 0, 0, 138, 943, 188, 1180 -po/sq.po, 2, 10, 9, 0, 0, 186, 1170, 188, 1180 -po/ru.po, 188, 1180, 1136, 0, 0, 0, 0, 188, 1180 -po/pt_BR.po, 133, 746, 845, 0, 0, 55, 434, 188, 1180 -po/pl.po, 188, 1180, 1162, 0, 0, 0, 0, 188, 1180 -po/pa.po, 25, 101, 128, 0, 0, 163, 1079, 188, 1180 -po/ko.po, 116, 652, 594, 0, 0, 72, 528, 188, 1180 -po/ja.po, 136, 770, 326, 0, 0, 52, 410, 188, 1180 -po/it.po, 131, 726, 866, 1, 13, 56, 441, 188, 1180 -po/id.po, 38, 219, 229, 0, 0, 150, 961, 188, 1180 -po/hu.po, 188, 1180, 1132, 0, 0, 0, 0, 188, 1180 -po/fr.po, 188, 1180, 1418, 0, 0, 0, 0, 188, 1180 -po/fi.po, 40, 164, 139, 0, 0, 148, 1016, 188, 1180 -po/eu.po, 5, 5, 5, 0, 0, 183, 1175, 188, 1180 -po/es.po, 184, 1133, 1287, 0, 0, 4, 47, 188, 1180 -po/dnf-plugins-core.pot, 0, 0, 0, 0, 0, 188, 1180, 188, 1180 -po/de.po, 131, 729, 734, 0, 0, 57, 451, 188, 1180 -po/da.po, 188, 1180, 1089, 0, 0, 0, 0, 188, 1180 -po/cs.po, 121, 685, 654, 0, 0, 67, 495, 188, 1180 -po/ca.po, 119, 673, 851, 0, 0, 69, 507, 188, 1180 diff --git a/results/f30/dnsmasq-2.80-4.fc30.src.rpm.errors.txt b/results/f30/dnsmasq-2.80-4.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/dnsmasq-2.80-4.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/dnsmasq-2.80-4.fc30.src.rpm.stats.csv b/results/f30/dnsmasq-2.80-4.fc30.src.rpm.stats.csv deleted file mode 100644 index ff93ab0..0000000 --- a/results/f30/dnsmasq-2.80-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,11 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 501, 2918, 2721, 0, 0, 0, 0, 501, 2918 -po/fr.po, 400, 2284, 3028, 46, 285, 55, 349, 501, 2918 -po/id.po, 132, 745, 738, 153, 858, 216, 1315, 501, 2918 -po/es.po, 253, 1430, 1605, 186, 1101, 62, 387, 501, 2918 -po/it.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -po/fi.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -po/ro.po, 134, 757, 775, 152, 856, 215, 1305, 501, 2918 -po/pt_BR.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -po/no.po, 134, 757, 754, 152, 856, 215, 1305, 501, 2918 -po/pl.po, 484, 2805, 3128, 11, 70, 6, 43, 501, 2918 diff --git a/results/f30/dos2unix-7.4.0-6.fc30.src.rpm.errors.txt b/results/f30/dos2unix-7.4.0-6.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/dos2unix-7.4.0-6.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/dos2unix-7.4.0-6.fc30.src.rpm.stats.csv b/results/f30/dos2unix-7.4.0-6.fc30.src.rpm.stats.csv deleted file mode 100644 index 76e1647..0000000 --- a/results/f30/dos2unix-7.4.0-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,31 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-man/zh_CN.po, 292, 4132, 900, 0, 0, 0, 0, 292, 4132 -po-man/uk.po, 280, 3838, 3963, 3, 18, 9, 276, 292, 4132 -po-man/sv.po, 292, 4132, 3629, 0, 0, 0, 0, 292, 4132 -po-man/pt_BR.po, 292, 4132, 4495, 0, 0, 0, 0, 292, 4132 -po-man/pl.po, 292, 4132, 3748, 0, 0, 0, 0, 292, 4132 -po-man/nl.po, 257, 3253, 2975, 9, 92, 26, 787, 292, 4132 -po-man/fr.po, 292, 4132, 4593, 0, 0, 0, 0, 292, 4132 -po-man/es.po, 237, 2897, 3205, 13, 195, 42, 1040, 292, 4132 -po-man/dos2unix-man.pot, 0, 0, 0, 0, 0, 292, 4132, 292, 4132 -po-man/de.po, 292, 4132, 3876, 0, 0, 0, 0, 292, 4132 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 73, 649, 403, 31, 266, 21, 123, 125, 1038 -po/zh_CN.po, 125, 1038, 567, 0, 0, 0, 0, 125, 1038 -po/vi.po, 124, 928, 1291, 0, 0, 1, 110, 125, 1038 -po/uk.po, 120, 993, 1099, 0, 0, 5, 45, 125, 1038 -po/sv.po, 125, 1038, 960, 0, 0, 0, 0, 125, 1038 -po/sr.po, 120, 993, 969, 0, 0, 5, 45, 125, 1038 -po/ru.po, 125, 1038, 1029, 0, 0, 0, 0, 125, 1038 -po/pt_BR.po, 125, 1038, 1228, 0, 0, 0, 0, 125, 1038 -po/pl.po, 125, 1038, 997, 0, 0, 0, 0, 125, 1038 -po/nl.po, 119, 883, 851, 0, 0, 6, 155, 125, 1038 -po/nb.po, 125, 1038, 926, 0, 0, 0, 0, 125, 1038 -po/ja.po, 120, 993, 691, 0, 0, 5, 45, 125, 1038 -po/hu.po, 120, 993, 947, 0, 0, 5, 45, 125, 1038 -po/fr.po, 125, 1038, 1225, 0, 0, 0, 0, 125, 1038 -po/es.po, 116, 938, 1118, 4, 55, 5, 45, 125, 1038 -po/eo.po, 114, 815, 740, 5, 68, 6, 155, 125, 1038 -po/dos2unix.pot, 0, 0, 0, 0, 0, 125, 1038, 125, 1038 -po/de.po, 120, 993, 987, 0, 0, 5, 45, 125, 1038 -po/da.po, 120, 993, 864, 0, 0, 5, 45, 125, 1038 diff --git a/results/f30/e2fsprogs-1.44.6-1.fc30.src.rpm.errors.txt b/results/f30/e2fsprogs-1.44.6-1.fc30.src.rpm.errors.txt deleted file mode 100644 index ebf83ec..0000000 --- a/results/f30/e2fsprogs-1.44.6-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb0 in position 9: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/at-expand.pl) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv b/results/f30/e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0477419..0000000 --- a/results/f30/e2fsprogs-1.44.6-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,41 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 1499, 9697, 3127, 49, 444, 18, 119, 1566, 10260 -po/zh_CN.gmo, 1499, 9697, 3127, 0, 0, 0, 0, 1499, 9697 -po/vi.po, 1547, 10128, 14506, 13, 85, 6, 47, 1566, 10260 -po/vi.gmo, 1547, 10128, 14506, 0, 0, 0, 0, 1547, 10128 -po/uk.po, 1564, 10240, 11203, 1, 4, 1, 16, 1566, 10260 -po/uk.gmo, 1564, 10240, 11203, 0, 0, 0, 0, 1564, 10240 -po/tr.po, 672, 3766, 3843, 424, 2918, 470, 3576, 1566, 10260 -po/tr.gmo, 672, 3766, 3843, 0, 0, 0, 0, 672, 3766 -po/sv.po, 1564, 10240, 9971, 1, 4, 1, 16, 1566, 10260 -po/sv.gmo, 1564, 10240, 9971, 0, 0, 0, 0, 1564, 10240 -po/sr.po, 1516, 9796, 10467, 35, 360, 15, 104, 1566, 10260 -po/sr.gmo, 1516, 9796, 10467, 0, 0, 0, 0, 1516, 9796 -po/pl.po, 1564, 10240, 10499, 1, 4, 1, 16, 1566, 10260 -po/pl.gmo, 1564, 10240, 10499, 0, 0, 0, 0, 1564, 10240 -po/nl.po, 1466, 9141, 9617, 47, 559, 53, 560, 1566, 10260 -po/nl.gmo, 1466, 9141, 9617, 0, 0, 0, 0, 1466, 9141 -po/ms.po, 237, 953, 964, 638, 2949, 691, 6358, 1566, 10260 -po/ms.gmo, 237, 953, 964, 0, 0, 0, 0, 237, 953 -po/it.po, 607, 3115, 3631, 483, 3282, 476, 3863, 1566, 10260 -po/it.gmo, 607, 3115, 3631, 0, 0, 0, 0, 607, 3115 -po/id.po, 816, 4875, 4947, 358, 2583, 392, 2802, 1566, 10260 -po/id.gmo, 816, 4875, 4947, 0, 0, 0, 0, 816, 4875 -po/hu.po, 1516, 9796, 9661, 35, 360, 15, 104, 1566, 10260 -po/hu.gmo, 1516, 9796, 9661, 0, 0, 0, 0, 1516, 9796 -po/fr.po, 1564, 10240, 13359, 1, 4, 1, 16, 1566, 10260 -po/fi.po, 241, 1074, 898, 106, 528, 1219, 8658, 1566, 10260 -po/fi.gmo, 241, 1074, 898, 0, 0, 0, 0, 241, 1074 -po/es.po, 1564, 10240, 14124, 1, 4, 1, 16, 1566, 10260 -po/es.gmo, 1564, 10240, 14124, 0, 0, 0, 0, 1564, 10240 -po/eo.po, 918, 5210, 5268, 152, 897, 496, 4153, 1566, 10260 -po/eo.gmo, 918, 5210, 5268, 0, 0, 0, 0, 918, 5210 -po/e2fsprogs.pot, 0, 0, 0, 0, 0, 1569, 10272, 1569, 10272 -po/de.po, 1516, 9796, 10937, 35, 360, 15, 104, 1566, 10260 -po/de.gmo, 1516, 9796, 10937, 0, 0, 0, 0, 1516, 9796 -po/da.po, 1365, 8206, 8136, 1, 4, 200, 2050, 1566, 10260 -po/da.gmo, 1365, 8206, 8136, 0, 0, 0, 0, 1365, 8206 -po/cs.po, 1564, 10240, 10616, 1, 4, 1, 16, 1566, 10260 -po/cs.gmo, 1564, 10240, 10616, 0, 0, 0, 0, 1564, 10240 -po/ca.po, 1253, 7784, 11026, 186, 1409, 127, 1067, 1566, 10260 -po/ca.gmo, 1253, 7784, 11026, 0, 0, 0, 0, 1253, 7784 diff --git a/results/f30/elfutils-0.176-1.fc30.src.rpm.errors.txt b/results/f30/elfutils-0.176-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0419238..0000000 --- a/results/f30/elfutils-0.176-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,20 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/elfutils-0.176-1.fc30.src.rpm.stats.csv b/results/f30/elfutils-0.176-1.fc30.src.rpm.stats.csv deleted file mode 100644 index be7f2f6..0000000 --- a/results/f30/elfutils-0.176-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 226, 875, 847, 177, 886, 838, 6725, 1241, 8486 -po/es.po, 899, 5985, 7201, 240, 1671, 102, 830, 1241, 8486 -po/ja.po, 513, 2958, 1529, 246, 1402, 482, 4126, 1241, 8486 -po/pl.po, 1125, 7486, 7859, 99, 847, 17, 153, 1241, 8486 -po/uk.po, 1085, 7158, 7796, 126, 1030, 30, 298, 1241, 8486 -po/en@quot.po, 1241, 8486, 8486, 0, 0, 0, 0, 1241, 8486 -po/en@boldquot.po, 1241, 8486, 8487, 0, 0, 0, 0, 1241, 8486 -po/elfutils.pot, 0, 0, 0, 0, 0, 1241, 8486, 1241, 8486 diff --git a/results/f30/eog-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/eog-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 7905685..0000000 --- a/results/f30/eog-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,133 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/zoom.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/slideshow.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/rename-multiple.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugins.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-zoom-width.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-slideshow-shuffle.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-send-by-mail.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-python-console.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-picasa.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-fullscreen-double-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-fullscreen-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-exif-digital.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/formats-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/formats-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/format-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/flip-rotate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/slideshow-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/prefs-plugins-fullscreen.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/prefs-plugins-date.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/org.gnome.eog.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/org.gnome.eog-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/image-view-prefs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/default.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/copy-paste.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/eog-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/eog-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index f059ffe..0000000 --- a/results/f30/eog-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,136 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 115, 1550, 373, 0, 0, 19, 39, 134, 1589 -help/zh_CN/zh_CN.po, 99, 327, 186, 134, 1203, 151, 3019, 384, 4549 -help/uk/uk.po, 234, 3273, 2766, 0, 0, 0, 0, 234, 3273 -help/th/th.po, 75, 763, 298, 0, 0, 159, 2504, 234, 3267 -help/te/te.po, 38, 41, 45, 0, 0, 346, 4497, 384, 4538 -help/sv/sv.po, 395, 4727, 4347, 0, 0, 0, 0, 395, 4727 -help/sl/sl.po, 430, 5061, 4248, 0, 0, 0, 0, 430, 5061 -help/ru/ru.po, 419, 4931, 4187, 0, 0, 11, 130, 430, 5061 -help/ro/ro.po, 56, 256, 273, 0, 0, 360, 4620, 416, 4876 -help/pt_BR/pt_BR.po, 396, 4697, 5113, 0, 0, 0, 0, 396, 4697 -help/pl/pl.po, 395, 4750, 3801, 0, 0, 0, 0, 395, 4750 -help/pa/pa.po, 174, 1453, 1506, 0, 0, 60, 1820, 234, 3273 -help/oc/oc.po, 69, 162, 193, 0, 0, 165, 3107, 234, 3269 -help/lv/lv.po, 398, 4739, 3657, 0, 0, 0, 0, 398, 4739 -help/ko/ko.po, 416, 4876, 3439, 0, 0, 0, 0, 416, 4876 -help/ja/ja.po, 414, 4866, 885, 2, 10, 0, 0, 416, 4876 -help/it/it.po, 234, 3273, 3350, 0, 0, 0, 0, 234, 3273 -help/hu/hu.po, 395, 4750, 3918, 0, 0, 0, 0, 395, 4750 -help/gl/gl.po, 430, 5061, 5061, 0, 0, 0, 0, 430, 5061 -help/fr/fr.po, 396, 4699, 5219, 0, 0, 0, 0, 396, 4699 -help/fi/fi.po, 404, 4805, 3018, 2, 31, 10, 40, 416, 4876 -help/eu/eu.po, 217, 3053, 2295, 0, 0, 0, 0, 217, 3053 -help/es/es.po, 396, 4697, 4915, 0, 0, 0, 0, 396, 4697 -help/en_GB/en_GB.po, 234, 3273, 3285, 0, 0, 0, 0, 234, 3273 -help/el/el.po, 416, 4876, 4841, 0, 0, 0, 0, 416, 4876 -help/de/de.po, 395, 4727, 4507, 0, 0, 0, 0, 395, 4727 -help/da/da.po, 234, 3273, 3018, 0, 0, 0, 0, 234, 3273 -help/cs/cs.po, 395, 4727, 4177, 0, 0, 0, 0, 395, 4727 -help/ca/ca.po, 245, 3008, 3110, 100, 1269, 53, 462, 398, 4739 -help/ar/ar.po, 228, 2853, 2290, 0, 0, 6, 420, 234, 3273 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 290, 1144, 961, 5, 40, 26, 416, 321, 1600 -po/zh_TW.po, 327, 1680, 457, 0, 0, 0, 0, 327, 1680 -po/zh_HK.po, 339, 1746, 485, 0, 0, 0, 0, 339, 1746 -po/zh_CN.po, 327, 1675, 486, 0, 0, 0, 0, 327, 1675 -po/xh.po, 293, 1140, 993, 7, 37, 20, 412, 320, 1589 -po/wa.po, 190, 819, 1091, 0, 0, 0, 0, 190, 819 -po/vi.po, 327, 1680, 2018, 0, 0, 0, 0, 327, 1680 -po/uz@cyrillic.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -po/uz.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -po/uk.po, 324, 1672, 1459, 0, 0, 0, 0, 324, 1672 -po/ug.po, 327, 1616, 1263, 0, 0, 0, 0, 327, 1616 -po/ts.po, 320, 1589, 1886, 0, 0, 0, 0, 320, 1589 -po/tr.po, 327, 1680, 1366, 0, 0, 0, 0, 327, 1680 -po/tk.po, 60, 143, 139, 24, 79, 66, 335, 150, 557 -po/th.po, 323, 1675, 545, 0, 0, 0, 0, 323, 1675 -po/tg.po, 292, 1559, 1578, 0, 0, 0, 0, 292, 1559 -po/te.po, 327, 1616, 1331, 0, 0, 0, 0, 327, 1616 -po/ta.po, 327, 1616, 1334, 0, 0, 0, 0, 327, 1616 -po/sv.po, 327, 1680, 1547, 0, 0, 0, 0, 327, 1680 -po/sr@latin.po, 327, 1675, 1754, 0, 0, 0, 0, 327, 1675 -po/sr.po, 327, 1680, 1758, 0, 0, 0, 0, 327, 1680 -po/sq.po, 282, 1223, 1354, 0, 0, 0, 0, 282, 1223 -po/sl.po, 327, 1680, 1607, 0, 0, 0, 0, 327, 1680 -po/sk.po, 327, 1680, 1575, 0, 0, 0, 0, 327, 1680 -po/si.po, 156, 349, 392, 0, 0, 75, 607, 231, 956 -po/rw.po, 35, 36, 39, 108, 568, 35, 63, 178, 667 -po/ru.po, 327, 1680, 1512, 0, 0, 0, 0, 327, 1680 -po/ro.po, 327, 1680, 1841, 0, 0, 0, 0, 327, 1680 -po/pt_BR.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -po/pt.po, 323, 1675, 1843, 0, 0, 0, 0, 323, 1675 -po/ps.po, 252, 750, 824, 0, 0, 26, 443, 278, 1193 -po/pl.po, 327, 1680, 1563, 0, 0, 0, 0, 327, 1680 -po/pa.po, 326, 1674, 1767, 0, 0, 0, 0, 326, 1674 -po/or.po, 244, 1200, 1193, 53, 242, 7, 81, 304, 1523 -po/oc.po, 316, 1606, 1796, 2, 8, 5, 63, 323, 1677 -po/nso.po, 149, 554, 815, 2, 5, 7, 55, 158, 614 -po/nn.po, 270, 1152, 1146, 0, 0, 0, 0, 270, 1152 -po/nl.po, 327, 1680, 1626, 0, 0, 0, 0, 327, 1680 -po/ne.po, 263, 938, 945, 47, 292, 29, 516, 339, 1746 -po/nds.po, 143, 293, 274, 0, 0, 160, 1220, 303, 1513 -po/nb.po, 327, 1675, 1537, 0, 0, 0, 0, 327, 1675 -po/my.po, 126, 225, 222, 0, 0, 190, 1400, 316, 1625 -po/ms.po, 141, 481, 460, 3, 41, 6, 35, 150, 557 -po/mr.po, 339, 1746, 1605, 0, 0, 0, 0, 339, 1746 -po/mn.po, 88, 324, 280, 30, 143, 32, 90, 150, 557 -po/ml.po, 327, 1675, 1278, 0, 0, 0, 0, 327, 1675 -po/mk.po, 323, 1607, 1700, 0, 0, 0, 0, 323, 1607 -po/mg.po, 192, 821, 887, 0, 0, 0, 0, 192, 821 -po/mai.po, 180, 676, 752, 0, 0, 105, 579, 285, 1255 -po/lv.po, 327, 1680, 1432, 0, 0, 0, 0, 327, 1680 -po/lt.po, 327, 1680, 1441, 0, 0, 0, 0, 327, 1680 -po/ku.po, 180, 445, 479, 11, 51, 56, 502, 247, 998 -po/ks.po, 246, 953, 1020, 4, 16, 28, 224, 278, 1193 -po/ko.po, 327, 1680, 1275, 0, 0, 0, 0, 327, 1680 -po/kn.po, 327, 1616, 1368, 0, 0, 0, 0, 327, 1616 -po/km.po, 324, 1603, 625, 2, 10, 1, 3, 327, 1616 -po/kk.po, 327, 1680, 1392, 0, 0, 0, 0, 327, 1680 -po/ka.po, 187, 695, 598, 0, 0, 0, 0, 187, 695 -po/ja.po, 327, 1680, 475, 0, 0, 0, 0, 327, 1680 -po/it.po, 327, 1680, 1703, 0, 0, 0, 0, 327, 1680 -po/is.po, 327, 1675, 1590, 0, 0, 0, 0, 327, 1675 -po/id.po, 327, 1680, 1602, 0, 0, 0, 0, 327, 1680 -po/hu.po, 327, 1680, 1440, 0, 0, 0, 0, 327, 1680 -po/hr.po, 324, 1675, 1580, 0, 0, 0, 0, 324, 1675 -po/hi.po, 327, 1616, 1857, 0, 0, 0, 0, 327, 1616 -po/he.po, 323, 1675, 1577, 0, 0, 0, 0, 323, 1675 -po/gu.po, 326, 1615, 1689, 0, 0, 0, 0, 326, 1615 -po/gl.po, 327, 1680, 1966, 0, 0, 0, 0, 327, 1680 -po/gd.po, 327, 1675, 2167, 0, 0, 0, 0, 327, 1675 -po/ga.po, 190, 410, 506, 41, 172, 102, 1083, 333, 1665 -po/fy.po, 119, 210, 218, 0, 0, 193, 1395, 312, 1605 -po/fur.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -po/fr.po, 327, 1680, 1916, 0, 0, 0, 0, 327, 1680 -po/fi.po, 327, 1680, 1255, 0, 0, 0, 0, 327, 1680 -po/fa.po, 327, 1675, 1782, 0, 0, 0, 0, 327, 1675 -po/eu.po, 327, 1675, 1364, 0, 0, 0, 0, 327, 1675 -po/et.po, 288, 1502, 1215, 0, 0, 0, 0, 288, 1502 -po/es.po, 327, 1680, 1944, 0, 0, 0, 0, 327, 1680 -po/eo.po, 327, 1680, 1587, 0, 0, 0, 0, 327, 1680 -po/en_GB.po, 326, 1674, 1706, 0, 0, 0, 0, 326, 1674 -po/en_CA.po, 323, 1607, 1610, 0, 0, 0, 0, 323, 1607 -po/en@shaw.po, 304, 1523, 1523, 0, 0, 0, 0, 304, 1523 -po/el.po, 327, 1680, 1762, 0, 0, 0, 0, 327, 1680 -po/dz.po, 270, 1152, 585, 0, 0, 0, 0, 270, 1152 -po/de.po, 327, 1680, 1653, 0, 0, 0, 0, 327, 1680 -po/da.po, 324, 1675, 1549, 0, 0, 0, 0, 324, 1675 -po/cy.po, 187, 706, 807, 0, 0, 0, 0, 187, 706 -po/cs.po, 327, 1680, 1566, 0, 0, 0, 0, 327, 1680 -po/ca@valencia.po, 327, 1675, 1964, 0, 0, 0, 0, 327, 1675 -po/ca.po, 327, 1680, 1975, 0, 0, 0, 0, 327, 1680 -po/bs.po, 288, 1502, 1472, 0, 0, 0, 0, 288, 1502 -po/br.po, 183, 467, 555, 0, 0, 111, 973, 294, 1440 -po/bn_IN.po, 312, 1566, 1757, 0, 0, 0, 0, 312, 1566 -po/bn.po, 305, 1527, 1615, 0, 0, 0, 0, 305, 1527 -po/bg.po, 327, 1675, 1733, 0, 0, 0, 0, 327, 1675 -po/be@latin.po, 285, 1255, 1103, 0, 0, 0, 0, 285, 1255 -po/be.po, 327, 1675, 1559, 0, 0, 0, 0, 327, 1675 -po/az.po, 87, 324, 297, 28, 141, 35, 92, 150, 557 -po/ast.po, 320, 1589, 1753, 0, 0, 0, 0, 320, 1589 -po/as.po, 339, 1746, 1770, 0, 0, 0, 0, 339, 1746 -po/ar.po, 323, 1539, 1491, 0, 0, 4, 141, 327, 1680 -po/an.po, 288, 1502, 1637, 0, 0, 0, 0, 288, 1502 -po/am.po, 30, 80, 68, 42, 94, 78, 383, 150, 557 -po/af.po, 318, 1404, 1393, 0, 0, 9, 271, 327, 1675 diff --git a/results/f30/epiphany-3.32.1.2-1.fc30.src.rpm.errors.txt b/results/f30/epiphany-3.32.1.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index a61ad35..0000000 --- a/results/f30/epiphany-3.32.1.2-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,47 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/source.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prob-restore-closed-page.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-privacy.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-passwords.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-language.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-font.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-downloads.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-do-not-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-css.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-cookies.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/web-browser.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/web-browser-icon) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/history.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/history-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/data-passwords.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/data-cookies.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cookies.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cert.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-webapps.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-webapps-del.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-tab.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-private.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-local.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv b/results/f30/epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index dd756c9..0000000 --- a/results/f30/epiphany-3.32.1.2-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,116 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 249, 2476, 2320, 0, 0, 0, 0, 249, 2476 -help/ru/ru.po, 51, 568, 471, 10, 69, 126, 1998, 187, 2635 -help/pt_BR/pt_BR.po, 249, 2476, 2527, 0, 0, 0, 0, 249, 2476 -help/pl/pl.po, 249, 2476, 1795, 0, 0, 0, 0, 249, 2476 -help/ko/ko.po, 249, 2476, 1817, 0, 0, 0, 0, 249, 2476 -help/hu/hu.po, 249, 2476, 2064, 0, 0, 0, 0, 249, 2476 -help/gl/gl.po, 91, 215, 224, 0, 0, 158, 2261, 249, 2476 -help/fr/fr.po, 291, 3054, 3247, 0, 0, 0, 0, 291, 3054 -help/es/es.po, 249, 2476, 2522, 0, 0, 0, 0, 249, 2476 -help/el/el.po, 291, 3054, 3142, 0, 0, 0, 0, 291, 3054 -help/de/de.po, 249, 2476, 2302, 0, 0, 0, 0, 249, 2476 -help/cs/cs.po, 249, 2476, 1983, 0, 0, 0, 0, 249, 2476 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 717, 3876, 1088, 0, 0, 0, 0, 717, 3876 -po/zh_HK.po, 593, 2564, 827, 0, 0, 0, 0, 593, 2564 -po/zh_CN.po, 708, 3808, 1064, 0, 0, 0, 0, 708, 3808 -po/yo.po, 479, 1553, 1795, 95, 276, 87, 533, 661, 2362 -po/wa.po, 528, 1137, 1371, 0, 0, 237, 1595, 765, 2732 -po/vi.po, 495, 1757, 2381, 0, 0, 0, 0, 495, 1757 -po/uz@cyrillic.po, 539, 1807, 1653, 4, 17, 121, 1049, 664, 2873 -po/uz.po, 681, 2405, 2215, 0, 0, 71, 599, 752, 3004 -po/uk.po, 633, 3278, 2764, 0, 0, 0, 0, 633, 3278 -po/ug.po, 570, 2461, 2118, 0, 0, 0, 0, 570, 2461 -po/tr.po, 738, 4012, 3467, 0, 0, 0, 0, 738, 4012 -po/tk.po, 573, 1702, 1598, 0, 0, 207, 1080, 780, 2782 -po/th.po, 597, 2618, 969, 0, 0, 0, 0, 597, 2618 -po/tg.po, 172, 265, 309, 6, 10, 399, 2219, 577, 2494 -po/te.po, 574, 2413, 2121, 0, 0, 0, 0, 574, 2413 -po/ta.po, 570, 2461, 2259, 0, 0, 0, 0, 570, 2461 -po/sv.po, 738, 4012, 3736, 0, 0, 0, 0, 738, 4012 -po/sr@latin.po, 697, 3599, 3601, 0, 0, 0, 0, 697, 3599 -po/sr.po, 738, 4012, 4045, 0, 0, 0, 0, 738, 4012 -po/sq.po, 755, 3011, 3382, 0, 0, 0, 0, 755, 3011 -po/sl.po, 738, 4012, 3811, 0, 0, 0, 0, 738, 4012 -po/sk.po, 613, 2652, 2594, 21, 122, 74, 996, 708, 3770 -po/si.po, 127, 197, 282, 0, 0, 756, 3864, 883, 4061 -po/rw.po, 141, 251, 230, 588, 2753, 109, 216, 838, 3220 -po/ru.po, 738, 4012, 3601, 0, 0, 0, 0, 738, 4012 -po/ro.po, 738, 4012, 4187, 0, 0, 0, 0, 738, 4012 -po/pt_BR.po, 738, 4012, 4501, 0, 0, 0, 0, 738, 4012 -po/pt.po, 652, 2826, 2953, 1, 3, 11, 44, 664, 2873 -po/ps.po, 219, 401, 412, 8, 12, 502, 2469, 729, 2882 -po/pl.po, 738, 4012, 3632, 0, 0, 0, 0, 738, 4012 -po/pa.po, 609, 2013, 2217, 2, 54, 52, 804, 663, 2871 -po/or.po, 469, 1495, 1695, 40, 184, 79, 860, 588, 2539 -po/oc.po, 701, 3593, 4087, 0, 0, 15, 180, 716, 3773 -po/nn.po, 753, 3006, 2822, 0, 0, 0, 0, 753, 3006 -po/nl.po, 738, 4012, 3995, 0, 0, 0, 0, 738, 4012 -po/ne.po, 369, 865, 917, 147, 632, 125, 1816, 641, 3313 -po/nds.po, 468, 1047, 987, 15, 52, 257, 1954, 740, 3053 -po/nb.po, 676, 3166, 3010, 1, 14, 35, 577, 712, 3757 -po/ms.po, 467, 1537, 1438, 181, 669, 93, 867, 741, 3073 -po/mr.po, 574, 2413, 2356, 0, 0, 0, 0, 574, 2413 -po/mn.po, 758, 3054, 2643, 0, 0, 0, 0, 758, 3054 -po/ml.po, 360, 988, 894, 150, 763, 187, 1848, 697, 3599 -po/mk.po, 613, 2199, 2300, 0, 0, 0, 0, 613, 2199 -po/mi.po, 98, 114, 166, 76, 122, 591, 2496, 765, 2732 -po/mg.po, 830, 3684, 4108, 12, 99, 1, 15, 843, 3798 -po/mai.po, 657, 2530, 2728, 0, 0, 83, 501, 740, 3031 -po/lv.po, 738, 4012, 3489, 0, 0, 0, 0, 738, 4012 -po/lt.po, 738, 4012, 3360, 0, 0, 0, 0, 738, 4012 -po/li.po, 406, 1057, 1002, 223, 718, 136, 957, 765, 2732 -po/ku.po, 433, 1078, 1126, 40, 165, 280, 1762, 753, 3005 -po/ko.po, 734, 3931, 3110, 0, 0, 0, 0, 734, 3931 -po/kn.po, 574, 2413, 2097, 0, 0, 0, 0, 574, 2413 -po/km.po, 599, 2072, 991, 2, 35, 12, 92, 613, 2199 -po/kk.po, 447, 1116, 1095, 0, 0, 287, 2818, 734, 3934 -po/ka.po, 729, 3010, 2578, 0, 0, 2, 37, 731, 3047 -po/ja.po, 611, 2749, 919, 0, 0, 0, 0, 611, 2749 -po/it.po, 738, 4012, 4313, 0, 0, 0, 0, 738, 4012 -po/is.po, 266, 518, 517, 28, 83, 301, 1988, 595, 2589 -po/ig.po, 536, 1949, 2038, 146, 511, 70, 544, 752, 3004 -po/id.po, 738, 4012, 3816, 0, 0, 0, 0, 738, 4012 -po/hy.po, 367, 1241, 1046, 0, 0, 385, 1760, 752, 3001 -po/hu.po, 738, 4012, 3650, 0, 0, 0, 0, 738, 4012 -po/hr.po, 717, 3876, 3561, 0, 0, 0, 0, 717, 3876 -po/hi.po, 570, 2461, 2958, 0, 0, 0, 0, 570, 2461 -po/he.po, 578, 2810, 2649, 0, 0, 0, 0, 578, 2810 -po/gv.po, 666, 2764, 3387, 44, 198, 21, 82, 731, 3044 -po/gu.po, 499, 1423, 1645, 22, 167, 72, 974, 593, 2564 -po/gl.po, 734, 3931, 4482, 0, 0, 0, 0, 734, 3931 -po/ga.po, 413, 1062, 1264, 32, 97, 133, 1336, 578, 2495 -po/fur.po, 734, 3931, 4646, 0, 0, 0, 0, 734, 3931 -po/fr.po, 738, 4012, 4826, 0, 0, 0, 0, 738, 4012 -po/fi.po, 678, 2950, 2288, 4, 17, 52, 964, 734, 3931 -po/fa.po, 664, 2873, 3187, 0, 0, 0, 0, 664, 2873 -po/eu.po, 734, 3931, 3468, 0, 0, 0, 0, 734, 3931 -po/et.po, 496, 1758, 1541, 0, 0, 0, 0, 496, 1758 -po/es.po, 738, 4012, 4540, 0, 0, 0, 0, 738, 4012 -po/eo.po, 662, 2828, 2638, 1, 3, 0, 0, 663, 2831 -po/en_GB.po, 738, 4012, 4032, 0, 0, 0, 0, 738, 4012 -po/en_CA.po, 651, 2291, 2298, 0, 0, 0, 0, 651, 2291 -po/en@shaw.po, 692, 2644, 2645, 41, 408, 0, 0, 733, 3052 -po/el.po, 712, 3843, 4176, 20, 92, 16, 105, 748, 4040 -po/dz.po, 918, 4246, 2200, 0, 0, 0, 0, 918, 4246 -po/de.po, 738, 4012, 3905, 0, 0, 0, 0, 738, 4012 -po/da.po, 738, 4012, 3769, 0, 0, 0, 0, 738, 4012 -po/cy.po, 844, 3788, 4130, 0, 0, 0, 0, 844, 3788 -po/cs.po, 738, 4012, 3853, 0, 0, 0, 0, 738, 4012 -po/ca@valencia.po, 696, 3589, 4224, 0, 0, 0, 0, 696, 3589 -po/ca.po, 714, 3697, 4316, 5, 37, 19, 278, 738, 4012 -po/bs.po, 596, 2615, 2505, 0, 0, 0, 0, 596, 2615 -po/br.po, 574, 1751, 1984, 0, 0, 163, 1250, 737, 3001 -po/bn_IN.po, 643, 2291, 2660, 0, 0, 0, 0, 643, 2291 -po/bn.po, 352, 1132, 1375, 101, 382, 142, 1075, 595, 2589 -po/bg.po, 613, 2698, 2900, 2, 54, 3, 35, 618, 2787 -po/be@latin.po, 918, 4246, 3748, 0, 0, 0, 0, 918, 4246 -po/be.po, 717, 3876, 3421, 0, 0, 0, 0, 717, 3876 -po/az.po, 780, 2782, 2711, 0, 0, 0, 0, 780, 2782 -po/ast.po, 741, 3073, 3335, 0, 0, 0, 0, 741, 3073 -po/as.po, 594, 2592, 2854, 0, 0, 0, 0, 594, 2592 -po/ar.po, 584, 2328, 2196, 0, 0, 32, 454, 616, 2782 -po/an.po, 495, 1757, 1920, 0, 0, 0, 0, 495, 1757 -po/am.po, 197, 288, 350, 251, 522, 317, 1922, 765, 2732 -po/af.po, 604, 1952, 1976, 0, 0, 144, 2088, 748, 4040 diff --git a/results/f30/errors.txt b/results/f30/errors.txt deleted file mode 100644 index 99f022d..0000000 --- a/results/f30/errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -ceph-14.2.0-1.fc30.src.rpm on discover_translations -alsa-lib-1.1.8-2.fc30.src.rpm on discover_translations diff --git a/results/f30/evince-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/evince-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index fc7fd3e..0000000 --- a/results/f30/evince-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2624 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/oc.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/nl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/eu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/reverse-collate.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/add-text-annotation.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/list-add-tabs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/annotations-nav-to-page.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/evincelogo.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/print-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/evince-trail.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zoom.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/lv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/vi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/vi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/uk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bg.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/zh_HK.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/en_GB.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/sr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/up.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-3-18.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentInfo.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/object-tree.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocument.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/left-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentPrint.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentTransition.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-link.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-EvDocumentMisc.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvFormField.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvAttachment.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/home.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentLayers.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/up-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-link-dest.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvImage.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentAttachments.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvLayer.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-3-6.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentFind.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-3-14.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-3-10.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-init.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/document-data.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentText.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentImages.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvPage.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-Version-checks.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/index.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/style.css) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/document-interfaces.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-3-8.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvSelection.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvAsyncRenderer.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-transition-effect.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-full.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-mapping.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-document-factory.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/licence.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentSecurity.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/right-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/right.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-file-helpers.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentLinks.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument.devhelp2) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-3-12.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-link-action.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentFonts.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvAnnotation.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/left.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-deprecated.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvRenderContext.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/api-index-3-4.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentAnnotations.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvDocumentForms.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/libevdocument-ev-backends-manager.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/document-helpers.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/html/EvFileExporter.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/Makefile.am) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/Makefile.in) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/version.xml.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/version.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/libevdocument.types) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libdocument/libevdocument-docs.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/libevview-docs.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-annotation-window.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/up.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-view.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/object-tree.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/left-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/home.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/up-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-print-operation.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-job-scheduler.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/view-view.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-3-6.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-3-14.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-3-30.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-3-10.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/EvJob.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview.devhelp2) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-page-cache.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-view-cursor.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/index.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/style.css) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-3-8.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-full.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-document-model.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/licence.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-stock-icons.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/right-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/right.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-3-12.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/left.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/libevview-ev-view-presentation.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/html/api-index-deprecated.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/Makefile.am) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/Makefile.in) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/version.xml.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/version.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/libview/libevview.types) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/up.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvWindow.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-properties-license.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/object-tree.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/left-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvSidebarLinks.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/home.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince.devhelp2) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/up-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-keyring.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvProgressMessageArea.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvSidebar.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-properties-fonts.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-metadata.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvSidebarLayers.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvSidebarThumbnails.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-window-title.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/index.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/style.css) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-properties-dialog.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvHistory.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/api-index-full.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-media-player-keys.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/licence.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-utils.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-frontend.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvFileMonitor.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvSidebarAttachments.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/right-insensitive.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvPageActionWidget.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/right.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvPasswordView.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvMessageArea.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/evince-ev-application.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/left.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/html/EvSidebarPage.html) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/version.xml.in) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/version.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/evince-docs.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/reference/shell/evince.types) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/zh_TW.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/convertSVG.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/invert-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/editing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-14pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/annotations-navigate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/singlesided-17-20pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-13pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-5pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/annotation-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/default-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/opening.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/synctex-beamer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-10pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/finding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/print-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/singlesided-13-16pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/reload.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/forms-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/synctex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/openerror.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/print-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/synctex-support.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/annotations-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-9pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/print-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/synctex-compile.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/annotations-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/movingaround.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/noprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/singlesided-5-8pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/textselection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-6pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/annotations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/convertpdf.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/presentations.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/synctex-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/singlesided-9-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/singlesided-3-4pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/synctex-editors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-7pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/headerbar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-11pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-3pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/convertPostScript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-12pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/print-pagescaling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/annotations-disabled.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/duplex-15pages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/print-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/singlesided-npages.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/legal-unported.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/print-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/evince-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/evince-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 14b9086..0000000 --- a/results/f30/evince-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,225 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/cs/cs.po, 673, 7537, 6491, 0, 0, 0, 0, 673, 7537 -help/ko/ko.po, 667, 7513, 5095, 6, 24, 0, 0, 673, 7537 -help/oc/oc.po, 41, 64, 73, 0, 0, 111, 1703, 152, 1767 -help/de/de.po, 670, 7525, 7379, 3, 12, 0, 0, 673, 7537 -help/fi/fi.po, 581, 6465, 4127, 39, 707, 12, 99, 632, 7271 -help/ru/ru.po, 631, 6952, 5880, 0, 0, 0, 0, 631, 6952 -help/pt_BR/pt_BR.po, 673, 7537, 8160, 0, 0, 0, 0, 673, 7537 -help/da/da.po, 653, 7485, 6925, 0, 0, 0, 0, 653, 7485 -help/sl/sl.po, 630, 6994, 5974, 0, 0, 0, 0, 630, 6994 -help/nl/nl.po, 399, 3713, 3629, 0, 0, 240, 3669, 639, 7382 -help/ja/ja.po, 629, 6990, 1689, 0, 0, 1, 4, 630, 6994 -help/pl/pl.po, 677, 7562, 5958, 0, 0, 0, 0, 677, 7562 -help/eu/eu.po, 152, 1767, 1341, 0, 0, 0, 0, 152, 1767 -help/el/el.po, 653, 7485, 7389, 0, 0, 0, 0, 653, 7485 -help/gl/gl.po, 630, 6994, 7043, 0, 0, 0, 0, 630, 6994 -help/lv/lv.po, 636, 7089, 5666, 0, 0, 0, 0, 636, 7089 -help/vi/vi.po, 204, 1651, 2028, 0, 0, 9, 268, 213, 1919 -help/uk/uk.po, 151, 1742, 1365, 1, 25, 0, 0, 152, 1767 -help/id/id.po, 636, 7323, 6463, 0, 0, 0, 0, 636, 7323 -help/bg/bg.po, 154, 1753, 1691, 0, 0, 0, 0, 154, 1753 -help/ca/ca.po, 238, 1639, 1810, 0, 0, 398, 5450, 636, 7089 -help/fr/fr.po, 639, 7382, 8238, 0, 0, 0, 0, 639, 7382 -help/zh_HK/zh_HK.po, 213, 1919, 373, 0, 0, 0, 0, 213, 1919 -help/ro/ro.po, 321, 4017, 3994, 245, 2608, 82, 842, 648, 7467 -help/en_GB/en_GB.po, 212, 1918, 1926, 0, 0, 0, 0, 212, 1918 -help/it/it.po, 212, 1918, 1975, 0, 0, 0, 0, 212, 1918 -help/sr/sr.po, 48, 521, 485, 0, 0, 108, 1247, 156, 1768 -help/es/es.po, 665, 7346, 7762, 8, 173, 4, 43, 677, 7562 -help/zh_TW/zh_TW.po, 213, 1919, 373, 0, 0, 0, 0, 213, 1919 -help/zh_CN/zh_CN.po, 595, 6634, 1808, 0, 0, 0, 0, 595, 6634 -help/sv/sv.po, 677, 7562, 7047, 0, 0, 0, 0, 677, 7562 -help/hu/hu.po, 677, 7562, 6330, 0, 0, 0, 0, 677, 7562 -help/te/te.po, 23, 81, 82, 0, 0, 575, 6554, 598, 6635 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/mg.gmo, 247, 838, 936, 0, 0, 0, 0, 247, 838 -po/ru.po, 416, 1654, 1545, 0, 0, 0, 0, 416, 1654 -po/mg.po, 247, 838, 936, 24, 91, 24, 91, 295, 1020 -po/nds.gmo, 242, 621, 626, 0, 0, 0, 0, 242, 621 -po/ga.po, 204, 429, 492, 8, 44, 147, 1115, 359, 1588 -po/or.po, 368, 1523, 1599, 0, 0, 0, 0, 368, 1523 -po/be@latin.gmo, 312, 1155, 1084, 0, 0, 0, 0, 312, 1155 -po/el.gmo, 410, 1631, 1765, 0, 0, 0, 0, 410, 1631 -po/zh_HK.po, 354, 1518, 522, 0, 0, 0, 0, 354, 1518 -po/pt.gmo, 393, 1698, 1881, 0, 0, 0, 0, 393, 1698 -po/zh_CN.po, 400, 1595, 620, 0, 0, 0, 0, 400, 1595 -po/id.gmo, 416, 1654, 1600, 0, 0, 0, 0, 416, 1654 -po/mn.po, 333, 1392, 1342, 0, 0, 0, 0, 333, 1392 -po/bn_IN.gmo, 355, 1525, 1688, 0, 0, 0, 0, 355, 1525 -po/nn.po, 364, 1435, 1434, 0, 0, 0, 0, 364, 1435 -po/kk.gmo, 416, 1654, 1463, 0, 0, 0, 0, 416, 1654 -po/ast.gmo, 366, 1437, 1618, 0, 0, 0, 0, 366, 1437 -po/ar.gmo, 410, 1650, 1551, 0, 0, 0, 0, 410, 1650 -po/kn.po, 355, 1525, 1375, 0, 0, 0, 0, 355, 1525 -po/or.gmo, 368, 1523, 1599, 0, 0, 0, 0, 368, 1523 -po/it.gmo, 416, 1654, 1806, 0, 0, 0, 0, 416, 1654 -po/gd.po, 392, 1664, 2129, 0, 0, 0, 0, 392, 1664 -po/cs.gmo, 416, 1654, 1617, 0, 0, 0, 0, 416, 1654 -po/br.gmo, 199, 572, 677, 0, 0, 0, 0, 199, 572 -po/oc.gmo, 378, 1624, 1928, 0, 0, 0, 0, 378, 1624 -po/nb.po, 392, 1662, 1647, 0, 0, 0, 0, 392, 1662 -po/ca@valencia.po, 392, 1664, 1961, 0, 0, 0, 0, 392, 1664 -po/cy.po, 218, 730, 767, 0, 0, 0, 0, 218, 730 -po/gd.gmo, 392, 1664, 2129, 0, 0, 0, 0, 392, 1664 -po/th.gmo, 393, 1698, 641, 0, 0, 0, 0, 393, 1698 -po/bs.gmo, 360, 1532, 1473, 0, 0, 0, 0, 360, 1532 -po/vi.gmo, 410, 1650, 2196, 0, 0, 0, 0, 410, 1650 -po/ta.gmo, 355, 1525, 1311, 0, 0, 0, 0, 355, 1525 -po/pa.gmo, 397, 1701, 1920, 0, 0, 0, 0, 397, 1701 -po/fr.po, 416, 1654, 2047, 0, 0, 0, 0, 416, 1654 -po/eu.gmo, 416, 1654, 1464, 0, 0, 0, 0, 416, 1654 -po/nds.po, 242, 621, 626, 6, 38, 76, 603, 324, 1262 -po/sq.gmo, 291, 1048, 1192, 0, 0, 0, 0, 291, 1048 -po/km.gmo, 382, 1520, 660, 0, 0, 0, 0, 382, 1520 -po/mn.gmo, 333, 1392, 1342, 0, 0, 0, 0, 333, 1392 -po/sr@latin.po, 392, 1560, 1578, 0, 0, 0, 0, 392, 1560 -po/as.po, 355, 1525, 1620, 0, 0, 0, 0, 355, 1525 -po/mk.po, 366, 1437, 1574, 0, 0, 0, 0, 366, 1437 -po/uk.po, 397, 1701, 1517, 0, 0, 0, 0, 397, 1701 -po/zu.gmo, 358, 1287, 1092, 0, 0, 0, 0, 358, 1287 -po/zh_TW.po, 410, 1650, 571, 0, 0, 0, 0, 410, 1650 -po/hi.gmo, 355, 1525, 1817, 0, 0, 0, 0, 355, 1525 -po/wa.gmo, 149, 601, 800, 0, 0, 0, 0, 149, 601 -po/sq.po, 291, 1048, 1192, 0, 0, 0, 0, 291, 1048 -po/hr.gmo, 410, 1650, 1582, 0, 0, 0, 0, 410, 1650 -po/ast.po, 366, 1437, 1618, 0, 0, 0, 0, 366, 1437 -po/kn.gmo, 355, 1525, 1375, 0, 0, 0, 0, 355, 1525 -po/fi.gmo, 416, 1654, 1344, 0, 0, 0, 0, 416, 1654 -po/pl.po, 416, 1654, 1610, 0, 0, 0, 0, 416, 1654 -po/he.gmo, 393, 1698, 1544, 0, 0, 0, 0, 393, 1698 -po/ne.gmo, 392, 1664, 1553, 0, 0, 0, 0, 392, 1664 -po/mr.gmo, 355, 1525, 1480, 0, 0, 0, 0, 355, 1525 -po/gu.gmo, 355, 1525, 1678, 0, 0, 0, 0, 355, 1525 -po/ca.gmo, 416, 1654, 1968, 0, 0, 0, 0, 416, 1654 -po/hu.po, 416, 1654, 1456, 0, 0, 0, 0, 416, 1654 -po/id.po, 416, 1654, 1600, 0, 0, 0, 0, 416, 1654 -po/lt.po, 416, 1654, 1452, 0, 0, 0, 0, 416, 1654 -po/rw.po, 23, 25, 28, 95, 522, 30, 52, 148, 599 -po/be.gmo, 410, 1650, 1527, 0, 0, 0, 0, 410, 1650 -po/nb.gmo, 392, 1662, 1647, 0, 0, 0, 0, 392, 1662 -po/ko.gmo, 416, 1654, 1390, 0, 0, 0, 0, 416, 1654 -po/gu.po, 355, 1525, 1678, 0, 0, 0, 0, 355, 1525 -po/ro.po, 416, 1654, 1824, 0, 0, 0, 0, 416, 1654 -po/ne.po, 392, 1664, 1553, 0, 0, 0, 0, 392, 1664 -po/en_GB.po, 410, 1650, 1673, 0, 0, 0, 0, 410, 1650 -po/si.po, 125, 219, 267, 0, 0, 167, 785, 292, 1004 -po/en_CA.gmo, 366, 1437, 1440, 0, 0, 0, 0, 366, 1437 -po/te.po, 355, 1525, 1369, 0, 0, 0, 0, 355, 1525 -po/zh_HK.gmo, 354, 1518, 522, 0, 0, 0, 0, 354, 1518 -po/my.gmo, 324, 1084, 722, 0, 0, 0, 0, 324, 1084 -po/si.gmo, 125, 219, 267, 0, 0, 0, 0, 125, 219 -po/sr.po, 416, 1654, 1674, 0, 0, 0, 0, 416, 1654 -po/ml.po, 368, 1523, 1269, 0, 0, 0, 0, 368, 1523 -po/ms.gmo, 366, 1437, 1355, 0, 0, 0, 0, 366, 1437 -po/an.gmo, 356, 1521, 1690, 0, 0, 0, 0, 356, 1521 -po/wa.po, 149, 601, 800, 0, 0, 0, 0, 149, 601 -po/fur.po, 416, 1654, 1930, 0, 0, 0, 0, 416, 1654 -po/en_GB.gmo, 410, 1650, 1673, 0, 0, 0, 0, 410, 1650 -po/pt_BR.gmo, 416, 1654, 1980, 0, 0, 0, 0, 416, 1654 -po/zu.po, 358, 1287, 1092, 4, 119, 0, 0, 362, 1406 -po/tg.gmo, 360, 1527, 1563, 0, 0, 0, 0, 360, 1527 -po/ps.po, 248, 746, 780, 0, 0, 30, 243, 278, 989 -po/be@latin.po, 312, 1155, 1084, 0, 0, 0, 0, 312, 1155 -po/de.po, 416, 1654, 1681, 0, 0, 0, 0, 416, 1654 -po/af.gmo, 345, 1429, 1469, 0, 0, 0, 0, 345, 1429 -po/ru.gmo, 416, 1654, 1545, 0, 0, 0, 0, 416, 1654 -po/ku.gmo, 296, 872, 946, 0, 0, 0, 0, 296, 872 -po/ka.po, 251, 842, 685, 0, 0, 0, 0, 251, 842 -po/es.gmo, 416, 1654, 1916, 0, 0, 0, 0, 416, 1654 -po/cs.po, 416, 1654, 1617, 0, 0, 0, 0, 416, 1654 -po/pa.po, 397, 1701, 1920, 0, 0, 0, 0, 397, 1701 -po/eu.po, 416, 1654, 1464, 0, 0, 0, 0, 416, 1654 -po/evince.pot, 0, 0, 0, 0, 0, 412, 1654, 412, 1654 -po/kk.po, 416, 1654, 1463, 0, 0, 0, 0, 416, 1654 -po/ps.gmo, 248, 746, 780, 0, 0, 0, 0, 248, 746 -po/oc.po, 378, 1624, 1928, 0, 0, 17, 76, 395, 1700 -po/ms.po, 366, 1437, 1355, 0, 0, 0, 0, 366, 1437 -po/cy.gmo, 218, 730, 767, 0, 0, 0, 0, 218, 730 -po/lv.gmo, 416, 1654, 1444, 0, 0, 0, 0, 416, 1654 -po/pl.gmo, 416, 1654, 1610, 0, 0, 0, 0, 416, 1654 -po/be.po, 410, 1650, 1527, 0, 0, 0, 0, 410, 1650 -po/is.gmo, 392, 1560, 1581, 0, 0, 0, 0, 392, 1560 -po/sr@latin.gmo, 392, 1560, 1578, 0, 0, 0, 0, 392, 1560 -po/ks.gmo, 231, 789, 821, 0, 0, 0, 0, 231, 789 -po/ka.gmo, 251, 842, 685, 0, 0, 0, 0, 251, 842 -po/bs.po, 360, 1532, 1473, 0, 0, 0, 0, 360, 1532 -po/mk.gmo, 366, 1437, 1574, 0, 0, 0, 0, 366, 1437 -po/pt_BR.po, 416, 1654, 1980, 0, 0, 0, 0, 416, 1654 -po/et.gmo, 360, 1589, 1278, 0, 0, 0, 0, 360, 1589 -po/af.po, 345, 1429, 1469, 0, 0, 10, 96, 355, 1525 -po/dz.gmo, 292, 1002, 467, 0, 0, 0, 0, 292, 1002 -po/zh_CN.gmo, 400, 1595, 620, 0, 0, 0, 0, 400, 1595 -po/fi.po, 416, 1654, 1344, 0, 0, 0, 0, 416, 1654 -po/bg.po, 392, 1664, 1765, 0, 0, 0, 0, 392, 1664 -po/th.po, 393, 1698, 641, 0, 0, 0, 0, 393, 1698 -po/sk.gmo, 400, 1598, 1539, 0, 0, 0, 0, 400, 1598 -po/sv.gmo, 410, 1631, 1608, 0, 0, 0, 0, 410, 1631 -po/nn.gmo, 364, 1435, 1434, 0, 0, 0, 0, 364, 1435 -po/ta.po, 355, 1525, 1311, 0, 0, 0, 0, 355, 1525 -po/ks.po, 231, 789, 821, 38, 166, 9, 34, 278, 989 -po/sl.po, 410, 1631, 1574, 0, 0, 0, 0, 410, 1631 -po/sr.gmo, 416, 1654, 1674, 0, 0, 0, 0, 416, 1654 -po/tr.gmo, 416, 1654, 1446, 0, 0, 0, 0, 416, 1654 -po/ca@valencia.gmo, 392, 1664, 1961, 0, 0, 0, 0, 392, 1664 -po/en_CA.po, 366, 1437, 1440, 0, 0, 0, 0, 366, 1437 -po/es.po, 416, 1654, 1916, 0, 0, 0, 0, 416, 1654 -po/bg.gmo, 392, 1664, 1765, 0, 0, 0, 0, 392, 1664 -po/ro.gmo, 416, 1654, 1824, 0, 0, 0, 0, 416, 1654 -po/ku.po, 296, 872, 946, 7, 37, 62, 544, 365, 1453 -po/ar.po, 410, 1650, 1551, 0, 0, 0, 0, 410, 1650 -po/da.po, 416, 1654, 1563, 0, 0, 0, 0, 416, 1654 -po/sk.po, 400, 1598, 1539, 6, 19, 4, 33, 410, 1650 -po/fur.gmo, 416, 1654, 1930, 0, 0, 0, 0, 416, 1654 -po/km.po, 382, 1520, 660, 0, 0, 0, 0, 382, 1520 -po/mai.po, 248, 872, 942, 0, 0, 64, 283, 312, 1155 -po/ja.gmo, 405, 1589, 585, 0, 0, 0, 0, 405, 1589 -po/pt.po, 393, 1698, 1881, 0, 0, 0, 0, 393, 1698 -po/ja.po, 405, 1589, 585, 1, 4, 4, 38, 410, 1631 -po/is.po, 392, 1560, 1581, 0, 0, 0, 0, 392, 1560 -po/nl.gmo, 416, 1654, 1671, 0, 0, 0, 0, 416, 1654 -po/el.po, 410, 1631, 1765, 0, 0, 0, 0, 410, 1631 -po/hu.gmo, 416, 1654, 1456, 0, 0, 0, 0, 416, 1654 -po/bn_IN.po, 355, 1525, 1688, 0, 0, 0, 0, 355, 1525 -po/lt.gmo, 416, 1654, 1452, 0, 0, 0, 0, 416, 1654 -po/fr.gmo, 416, 1654, 2047, 0, 0, 0, 0, 416, 1654 -po/he.po, 393, 1698, 1544, 0, 0, 0, 0, 393, 1698 -po/bn.po, 333, 1392, 1523, 0, 0, 0, 0, 333, 1392 -po/eo.po, 416, 1654, 1642, 0, 0, 0, 0, 416, 1654 -po/da.gmo, 416, 1654, 1563, 0, 0, 0, 0, 416, 1654 -po/eo.gmo, 416, 1654, 1642, 0, 0, 0, 0, 416, 1654 -po/fa.po, 392, 1664, 1817, 0, 0, 0, 0, 392, 1664 -po/hi.po, 355, 1525, 1817, 0, 0, 0, 0, 355, 1525 -po/gl.gmo, 416, 1654, 1993, 0, 0, 0, 0, 416, 1654 -po/et.po, 360, 1589, 1278, 0, 0, 0, 0, 360, 1589 -po/zh_TW.gmo, 410, 1650, 571, 0, 0, 0, 0, 410, 1650 -po/my.po, 324, 1084, 722, 6, 31, 41, 378, 371, 1493 -po/lv.po, 416, 1654, 1444, 0, 0, 0, 0, 416, 1654 -po/te.gmo, 355, 1525, 1369, 0, 0, 0, 0, 355, 1525 -po/uk.gmo, 397, 1701, 1517, 0, 0, 0, 0, 397, 1701 -po/de.gmo, 416, 1654, 1681, 0, 0, 0, 0, 416, 1654 -po/tg.po, 360, 1527, 1563, 0, 0, 0, 0, 360, 1527 -po/br.po, 199, 572, 677, 4, 15, 122, 673, 325, 1260 -po/bn.gmo, 333, 1392, 1523, 0, 0, 0, 0, 333, 1392 -po/dz.po, 292, 1002, 467, 0, 0, 0, 0, 292, 1002 -po/sl.gmo, 410, 1631, 1574, 0, 0, 0, 0, 410, 1631 -po/rw.gmo, 23, 25, 28, 0, 0, 0, 0, 23, 25 -po/hr.po, 410, 1650, 1582, 0, 0, 0, 0, 410, 1650 -po/ug.gmo, 368, 1523, 1298, 0, 0, 0, 0, 368, 1523 -po/as.gmo, 355, 1525, 1620, 0, 0, 0, 0, 355, 1525 -po/mai.gmo, 248, 872, 942, 0, 0, 0, 0, 248, 872 -po/nl.po, 416, 1654, 1671, 0, 0, 0, 0, 416, 1654 -po/en@shaw.gmo, 303, 1180, 1181, 0, 0, 0, 0, 303, 1180 -po/ml.gmo, 368, 1523, 1269, 0, 0, 0, 0, 368, 1523 -po/vi.po, 410, 1650, 2196, 0, 0, 0, 0, 410, 1650 -po/sv.po, 410, 1631, 1608, 0, 0, 0, 0, 410, 1631 -po/ga.gmo, 204, 429, 492, 0, 0, 0, 0, 204, 429 -po/gl.po, 416, 1654, 1993, 0, 0, 0, 0, 416, 1654 -po/tr.po, 416, 1654, 1446, 0, 0, 0, 0, 416, 1654 -po/ca.po, 416, 1654, 1968, 0, 0, 0, 0, 416, 1654 -po/en@shaw.po, 303, 1180, 1181, 28, 200, 0, 0, 331, 1380 -po/mr.po, 355, 1525, 1480, 0, 0, 0, 0, 355, 1525 -po/an.po, 356, 1521, 1690, 3, 7, 0, 0, 359, 1528 -po/it.po, 416, 1654, 1806, 0, 0, 0, 0, 416, 1654 -po/ug.po, 368, 1523, 1298, 0, 0, 0, 0, 368, 1523 -po/ko.po, 416, 1654, 1390, 0, 0, 0, 0, 416, 1654 diff --git a/results/f30/evolution-data-server-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/evolution-data-server-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index ff8bcd1..0000000 --- a/results/f30/evolution-data-server-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index b8b5be5..0000000 --- a/results/f30/evolution-data-server-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,89 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 1442, 7607, 2643, 0, 0, 0, 0, 1442, 7607 -po/zh_HK.po, 1076, 5406, 1974, 0, 0, 0, 0, 1076, 5406 -po/zh_CN.po, 999, 4444, 1786, 176, 1505, 7, 108, 1182, 6057 -po/xh.po, 956, 4657, 4632, 3, 19, 3, 16, 962, 4692 -po/wa.po, 651, 866, 953, 554, 1199, 2928, 15005, 4133, 17070 -po/vi.po, 1127, 5365, 7655, 0, 0, 36, 302, 1163, 5667 -po/uk.po, 1074, 5398, 5219, 0, 0, 0, 0, 1074, 5398 -po/ug.po, 1157, 5571, 5390, 0, 0, 6, 96, 1163, 5667 -po/tr.po, 1443, 7608, 6394, 0, 0, 0, 0, 1443, 7608 -po/th.po, 1129, 5489, 2522, 0, 0, 12, 40, 1141, 5529 -po/tg.po, 1, 1, 1, 0, 0, 1163, 5679, 1164, 5680 -po/te.po, 1104, 5314, 4640, 10, 79, 6, 70, 1120, 5463 -po/ta.po, 1074, 5400, 4899, 0, 0, 0, 0, 1074, 5400 -po/sv.po, 1443, 7608, 7200, 0, 0, 0, 0, 1443, 7608 -po/sr@latin.po, 1263, 6683, 7068, 0, 0, 0, 0, 1263, 6683 -po/sr.po, 1443, 7608, 7948, 0, 0, 0, 0, 1443, 7608 -po/sq.po, 1042, 5021, 6248, 0, 0, 0, 0, 1042, 5021 -po/sl.po, 1443, 7608, 7953, 0, 0, 0, 0, 1443, 7608 -po/sk.po, 1238, 6321, 6617, 4, 33, 10, 80, 1252, 6434 -po/si.po, 113, 149, 203, 0, 0, 927, 4891, 1040, 5040 -po/rw.po, 57, 68, 73, 702, 4191, 203, 433, 962, 4692 -po/ru.po, 1147, 5716, 5689, 0, 0, 0, 0, 1147, 5716 -po/ro.po, 766, 3660, 4362, 318, 1707, 359, 2241, 1443, 7608 -po/pt_BR.po, 1443, 7608, 9125, 0, 0, 0, 0, 1443, 7608 -po/pt.po, 1158, 5824, 6731, 0, 0, 0, 0, 1158, 5824 -po/pl.po, 1443, 7608, 7747, 0, 0, 0, 0, 1443, 7608 -po/pa.po, 808, 3479, 4177, 302, 1734, 332, 2394, 1442, 7607 -po/or.po, 1074, 5398, 5609, 0, 0, 0, 0, 1074, 5398 -po/oc.po, 1449, 7493, 9115, 0, 0, 0, 0, 1449, 7493 -po/nn.po, 1033, 4985, 4924, 0, 0, 1, 3, 1034, 4988 -po/nl.po, 1443, 7608, 7556, 0, 0, 0, 0, 1443, 7608 -po/ne.po, 703, 2797, 2973, 399, 2116, 150, 1521, 1252, 6434 -po/nb.po, 1227, 6088, 6004, 0, 0, 26, 352, 1253, 6440 -po/ms.po, 597, 3008, 3200, 211, 1120, 69, 376, 877, 4504 -po/mr.po, 1074, 5396, 5486, 0, 0, 0, 0, 1074, 5396 -po/mn.po, 202, 585, 581, 139, 737, 536, 3182, 877, 4504 -po/ml.po, 699, 2924, 2671, 338, 1691, 215, 1819, 1252, 6434 -po/mk.po, 1042, 5021, 5892, 0, 0, 0, 0, 1042, 5021 -po/mai.po, 106, 157, 172, 0, 0, 935, 4937, 1041, 5094 -po/lv.po, 1264, 6686, 6127, 0, 0, 0, 0, 1264, 6686 -po/lt.po, 1443, 7608, 6633, 0, 0, 0, 0, 1443, 7608 -po/ku.po, 3, 3, 5, 56, 67, 953, 4796, 1012, 4866 -po/ko.po, 1442, 7607, 6661, 0, 0, 0, 0, 1442, 7607 -po/kn.po, 1164, 5673, 5091, 0, 0, 0, 0, 1164, 5673 -po/km.po, 992, 4693, 2572, 0, 0, 0, 0, 992, 4693 -po/kk.po, 532, 1636, 1596, 0, 0, 910, 5971, 1442, 7607 -po/ka.po, 160, 295, 287, 519, 3000, 339, 1611, 1018, 4906 -po/ja.po, 1023, 5039, 2210, 76, 388, 48, 289, 1147, 5716 -po/it.po, 1264, 6686, 7461, 0, 0, 0, 0, 1264, 6686 -po/is.po, 314, 766, 686, 46, 154, 737, 4502, 1097, 5422 -po/id.po, 1443, 7608, 7474, 0, 0, 0, 0, 1443, 7608 -po/hu.po, 1443, 7608, 7303, 0, 0, 0, 0, 1443, 7608 -po/hr.po, 887, 4051, 4136, 87, 584, 90, 479, 1064, 5114 -po/hi.po, 1074, 5396, 6550, 0, 0, 0, 0, 1074, 5396 -po/he.po, 846, 3709, 3883, 0, 0, 117, 875, 963, 4584 -po/gu.po, 1163, 5667, 6278, 0, 0, 0, 0, 1163, 5667 -po/gl.po, 1443, 7608, 9754, 0, 0, 0, 0, 1443, 7608 -po/ga.po, 290, 785, 905, 134, 489, 560, 3285, 984, 4559 -po/fur.po, 1443, 7608, 9311, 0, 0, 0, 0, 1443, 7608 -po/fr.po, 1449, 7493, 9165, 0, 0, 0, 0, 1449, 7493 -po/fi.po, 1045, 4326, 3455, 233, 1488, 171, 1679, 1449, 7493 -po/fa.po, 768, 3317, 3977, 147, 945, 133, 803, 1048, 5065 -po/eu.po, 1355, 6654, 6282, 0, 0, 88, 954, 1443, 7608 -po/et.po, 985, 4681, 4249, 0, 0, 0, 0, 985, 4681 -po/es.po, 1443, 7608, 9375, 0, 0, 0, 0, 1443, 7608 -po/eo.po, 860, 3108, 2994, 51, 288, 480, 3454, 1391, 6850 -po/en_GB.po, 1449, 7493, 7492, 0, 0, 0, 0, 1449, 7493 -po/en_CA.po, 1041, 5044, 5044, 0, 0, 0, 0, 1041, 5044 -po/en_AU.po, 29, 166, 187, 175, 1000, 673, 3338, 877, 4504 -po/en@shaw.po, 716, 3166, 3167, 210, 1238, 0, 0, 926, 4404 -po/el.po, 1401, 6930, 7314, 17, 252, 31, 311, 1449, 7493 -po/dz.po, 1042, 5021, 2638, 0, 0, 0, 0, 1042, 5021 -po/de.po, 1443, 7608, 7539, 0, 0, 0, 0, 1443, 7608 -po/da.po, 1443, 7608, 7026, 0, 0, 0, 0, 1443, 7608 -po/cy.po, 1018, 4906, 5441, 0, 0, 0, 0, 1018, 4906 -po/cs.po, 1443, 7608, 7369, 0, 0, 0, 0, 1443, 7608 -po/ca@valencia.po, 1252, 6434, 8901, 0, 0, 0, 0, 1252, 6434 -po/ca.po, 1441, 7441, 9946, 0, 0, 0, 0, 1441, 7441 -po/bs.po, 1082, 5383, 5461, 0, 0, 0, 0, 1082, 5383 -po/bn_IN.po, 1074, 5398, 5905, 0, 0, 0, 0, 1074, 5398 -po/bn.po, 997, 4910, 5506, 0, 0, 0, 0, 997, 4910 -po/bg.po, 1141, 5529, 6391, 0, 0, 0, 0, 1141, 5529 -po/be.po, 1166, 5681, 5467, 0, 0, 0, 0, 1166, 5681 -po/az.po, 717, 3438, 3215, 101, 528, 59, 538, 877, 4504 -po/ast.po, 982, 4619, 5531, 0, 0, 0, 0, 982, 4619 -po/as.po, 1074, 5398, 5855, 0, 0, 0, 0, 1074, 5398 -po/ar.po, 755, 3632, 3702, 197, 862, 32, 177, 984, 4671 -po/am.po, 73, 99, 104, 137, 672, 667, 3733, 877, 4504 diff --git a/results/f30/exiv2-0.27.0-3.fc30.src.rpm.errors.txt b/results/f30/exiv2-0.27.0-3.fc30.src.rpm.errors.txt deleted file mode 100644 index f6d02d0..0000000 --- a/results/f30/exiv2-0.27.0-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,25 +0,0 @@ -translate.tools.pocount: ERROR: cannot process po/._: does not exist -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/._en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/._Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/._LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/._remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/._POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/._Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/._quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/._insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/._en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/._ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/._boldquot.sed) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f30/exiv2-0.27.0-3.fc30.src.rpm.stats.csv b/results/f30/exiv2-0.27.0-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 129c120..0000000 --- a/results/f30/exiv2-0.27.0-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,36 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.po, 207, 419, 324, 1783, 4259, 4096, 33334, 6086, 38012 -po/._fi.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.po, 4877, 28305, 25657, 677, 2977, 532, 6730, 6086, 38012 -po/._ms.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.po, 729, 3302, 2861, 3196, 9739, 2161, 24971, 6086, 38012 -po/._ru.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.po, 1853, 11784, 13364, 2073, 6846, 2160, 19382, 6086, 38012 -po/._pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.po, 2604, 12391, 11584, 1983, 6457, 1499, 19164, 6086, 38012 -po/._pl.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gl.po, 3879, 18175, 21481, 1098, 4311, 1109, 15526, 6086, 38012 -po/._gl.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 1133, 3333, 5045, 1979, 5636, 2974, 29043, 6086, 38012 -po/._vi.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ug.po, 2058, 4663, 4763, 1644, 4415, 2384, 28934, 6086, 38012 -po/._ug.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.po, 2563, 13583, 12358, 2068, 6889, 1455, 17540, 6086, 38012 -po/._de.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.po, 3542, 13166, 17734, 1, 3, 2543, 24843, 6086, 38012 -po/._ca.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/exiv2.pot, 0, 0, 0, 0, 0, 6086, 38012, 6086, 38012 -po/._exiv2.pot, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.po, 4297, 26869, 31146, 327, 1668, 1462, 9475, 6086, 38012 -po/._es.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.po, 2003, 9069, 8406, 2335, 7381, 1748, 21562, 6086, 38012 -po/._sk.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.po, 5602, 35017, 27785, 345, 1703, 139, 1292, 6086, 38012 -po/._sv.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bs.po, 4390, 23653, 21639, 939, 3796, 757, 10563, 6086, 38012 -po/._bs.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 1414, 4976, 5716, 2708, 8431, 1964, 24605, 6086, 38012 -po/._fr.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.po, 2102, 7418, 7022, 1764, 5067, 2220, 25527, 6086, 38012 -po/._uk.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f30/file-roller-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/file-roller-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 8616273..0000000 --- a/results/f30/file-roller-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,27 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-archive-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/test-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/supported-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/password-protection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/last-output.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/file-roller-icon.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-properties.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-extract.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-extract-advanced-options.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-create.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-potfiles-in.py) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/file-roller-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/file-roller-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 2e818b6..0000000 --- a/results/f30/file-roller-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,124 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_CN/zh_CN.po, 191, 1742, 267, 2, 8, 0, 0, 193, 1750 -help/te/te.po, 28, 192, 158, 0, 0, 3, 143, 31, 335 -help/sv/sv.po, 181, 1641, 1477, 0, 0, 0, 0, 181, 1641 -help/sl/sl.po, 191, 1830, 1542, 0, 0, 0, 0, 191, 1830 -help/ru/ru.po, 191, 1829, 1517, 0, 0, 0, 0, 191, 1829 -help/pt_BR/pt_BR.po, 181, 1641, 1746, 0, 0, 0, 0, 181, 1641 -help/pl/pl.po, 181, 1641, 1209, 0, 0, 0, 0, 181, 1641 -help/ko/ko.po, 181, 1641, 1273, 0, 0, 0, 0, 181, 1641 -help/ja/ja.po, 191, 1829, 272, 0, 0, 0, 0, 191, 1829 -help/id/id.po, 181, 1641, 1491, 0, 0, 0, 0, 181, 1641 -help/hu/hu.po, 181, 1641, 1344, 0, 0, 0, 0, 181, 1641 -help/gl/gl.po, 181, 1641, 1622, 0, 0, 0, 0, 181, 1641 -help/fr/fr.po, 181, 1641, 1878, 0, 0, 0, 0, 181, 1641 -help/fi/fi.po, 166, 1346, 846, 11, 221, 4, 74, 181, 1641 -help/es/es.po, 181, 1641, 1728, 0, 0, 0, 0, 181, 1641 -help/el/el.po, 181, 1641, 1768, 0, 0, 0, 0, 181, 1641 -help/de/de.po, 181, 1641, 1564, 0, 0, 0, 0, 181, 1641 -help/da/da.po, 181, 1641, 1522, 0, 0, 0, 0, 181, 1641 -help/cs/cs.po, 181, 1641, 1370, 0, 0, 0, 0, 181, 1641 -help/ca/ca.po, 194, 1836, 1941, 0, 0, 0, 0, 194, 1836 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 297, 1254, 1058, 5, 20, 33, 245, 335, 1519 -po/zh_TW.po, 276, 1207, 335, 0, 0, 0, 0, 276, 1207 -po/zh_HK.po, 268, 1195, 326, 0, 0, 0, 0, 268, 1195 -po/zh_CN.po, 275, 1201, 349, 0, 0, 0, 0, 275, 1201 -po/xh.po, 238, 928, 788, 4, 29, 2, 14, 244, 971 -po/vi.po, 276, 1207, 1591, 0, 0, 0, 0, 276, 1207 -po/ur.po, 259, 1159, 1332, 0, 0, 0, 0, 259, 1159 -po/uk.po, 269, 1181, 1017, 0, 0, 0, 0, 269, 1181 -po/ug.po, 292, 1325, 996, 0, 0, 0, 0, 292, 1325 -po/tr.po, 276, 1207, 979, 0, 0, 0, 0, 276, 1207 -po/tk.po, 194, 702, 608, 13, 77, 37, 192, 244, 971 -po/th.po, 267, 1187, 428, 0, 0, 0, 0, 267, 1187 -po/tg.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -po/te.po, 268, 1195, 1015, 0, 0, 0, 0, 268, 1195 -po/ta.po, 268, 1195, 1039, 0, 0, 0, 0, 268, 1195 -po/sv.po, 276, 1207, 1151, 0, 0, 0, 0, 276, 1207 -po/sr@latin.po, 275, 1201, 1229, 0, 0, 0, 0, 275, 1201 -po/sr@ije.po, 205, 799, 766, 32, 138, 7, 34, 244, 971 -po/sr.po, 276, 1207, 1237, 0, 0, 0, 0, 276, 1207 -po/sq.po, 270, 1205, 1292, 0, 0, 0, 0, 270, 1205 -po/sl.po, 276, 1207, 1152, 0, 0, 0, 0, 276, 1207 -po/sk.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -po/si.po, 206, 651, 716, 0, 0, 42, 417, 248, 1068 -po/rw.po, 19, 20, 21, 171, 838, 54, 113, 244, 971 -po/ru.po, 276, 1207, 1045, 0, 0, 0, 0, 276, 1207 -po/ro.po, 276, 1207, 1258, 0, 0, 0, 0, 276, 1207 -po/pt_BR.po, 276, 1207, 1327, 0, 0, 0, 0, 276, 1207 -po/pt.po, 275, 1206, 1244, 0, 0, 0, 0, 275, 1206 -po/ps.po, 270, 1200, 1258, 1, 6, 0, 0, 271, 1206 -po/pl.po, 276, 1207, 1130, 0, 0, 0, 0, 276, 1207 -po/pa.po, 274, 1200, 1327, 0, 0, 0, 0, 274, 1200 -po/or.po, 270, 1198, 1305, 0, 0, 0, 0, 270, 1198 -po/oc.po, 270, 1198, 1351, 0, 0, 0, 0, 270, 1198 -po/nn.po, 338, 1525, 1451, 1, 1, 0, 0, 339, 1526 -po/nl.po, 276, 1207, 1185, 0, 0, 0, 0, 276, 1207 -po/ne.po, 196, 616, 610, 49, 272, 23, 307, 268, 1195 -po/nds.po, 146, 352, 339, 0, 0, 145, 966, 291, 1318 -po/nb.po, 274, 1200, 1148, 0, 0, 0, 0, 274, 1200 -po/my.po, 267, 1035, 440, 0, 0, 38, 348, 305, 1383 -po/ms.po, 228, 872, 781, 13, 77, 3, 22, 244, 971 -po/mr.po, 268, 1195, 1167, 0, 0, 0, 0, 268, 1195 -po/mn.po, 203, 785, 658, 34, 152, 7, 34, 244, 971 -po/ml.po, 292, 1325, 1034, 0, 0, 0, 0, 292, 1325 -po/mk.po, 337, 1548, 1603, 0, 0, 0, 0, 337, 1548 -po/mg.po, 226, 886, 935, 31, 117, 6, 175, 263, 1178 -po/mai.po, 235, 898, 982, 0, 0, 49, 369, 284, 1267 -po/lv.po, 276, 1207, 1029, 0, 0, 0, 0, 276, 1207 -po/lt.po, 276, 1207, 973, 0, 0, 0, 0, 276, 1207 -po/ku.po, 233, 903, 995, 2, 15, 8, 29, 243, 947 -po/ko.po, 276, 1207, 975, 0, 0, 0, 0, 276, 1207 -po/kn.po, 268, 1195, 1057, 0, 0, 0, 0, 268, 1195 -po/km.po, 334, 1484, 620, 0, 0, 3, 64, 337, 1548 -po/kk.po, 276, 1207, 987, 0, 0, 0, 0, 276, 1207 -po/ka.po, 239, 952, 760, 0, 0, 0, 0, 239, 952 -po/ja.po, 276, 1207, 367, 0, 0, 0, 0, 276, 1207 -po/it.po, 276, 1207, 1219, 0, 0, 0, 0, 276, 1207 -po/is.po, 275, 1201, 1158, 0, 0, 0, 0, 275, 1201 -po/id.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -po/hy.po, 239, 955, 837, 0, 0, 2, 3, 241, 958 -po/hu.po, 276, 1207, 1066, 0, 0, 0, 0, 276, 1207 -po/hr.po, 275, 1204, 1118, 0, 0, 0, 0, 275, 1204 -po/hi.po, 268, 1195, 1409, 0, 0, 0, 0, 268, 1195 -po/he.po, 269, 1181, 1086, 0, 0, 0, 0, 269, 1181 -po/gu.po, 270, 1198, 1319, 0, 0, 0, 0, 270, 1198 -po/gl.po, 276, 1207, 1360, 0, 0, 0, 0, 276, 1207 -po/gd.po, 274, 1200, 1551, 0, 0, 0, 0, 274, 1200 -po/ga.po, 150, 412, 484, 18, 75, 123, 838, 291, 1325 -po/fy.po, 152, 470, 483, 0, 0, 153, 913, 305, 1383 -po/fur.po, 276, 1207, 1391, 0, 0, 0, 0, 276, 1207 -po/fr.po, 276, 1207, 1404, 0, 0, 0, 0, 276, 1207 -po/fi.po, 276, 1207, 920, 0, 0, 0, 0, 276, 1207 -po/fa.po, 274, 1200, 1273, 0, 0, 0, 0, 274, 1200 -po/eu.po, 274, 1200, 999, 0, 0, 0, 0, 274, 1200 -po/et.po, 276, 1201, 1011, 0, 0, 0, 0, 276, 1201 -po/es.po, 276, 1207, 1303, 0, 0, 0, 0, 276, 1207 -po/eo.po, 276, 1207, 1146, 0, 0, 0, 0, 276, 1207 -po/en_GB.po, 275, 1201, 1228, 0, 0, 0, 0, 275, 1201 -po/en_CA.po, 253, 1084, 1093, 0, 0, 0, 0, 253, 1084 -po/en@shaw.po, 243, 1043, 1043, 56, 335, 0, 0, 299, 1378 -po/el.po, 276, 1207, 1291, 0, 0, 0, 0, 276, 1207 -po/dz.po, 259, 1159, 570, 0, 0, 0, 0, 259, 1159 -po/de.po, 276, 1207, 1244, 0, 0, 0, 0, 276, 1207 -po/da.po, 275, 1204, 1122, 0, 0, 0, 0, 275, 1204 -po/cy.po, 242, 957, 941, 0, 0, 0, 0, 242, 957 -po/csb.po, 21, 41, 45, 0, 0, 319, 1514, 340, 1555 -po/cs.po, 276, 1207, 1116, 0, 0, 0, 0, 276, 1207 -po/ca@valencia.po, 274, 1200, 1384, 0, 0, 0, 0, 274, 1200 -po/ca.po, 276, 1207, 1393, 0, 0, 0, 0, 276, 1207 -po/bs.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -po/br.po, 264, 1007, 1200, 0, 0, 28, 318, 292, 1325 -po/bn_IN.po, 268, 1195, 1330, 0, 0, 0, 0, 268, 1195 -po/bn.po, 297, 1370, 1466, 0, 0, 0, 0, 297, 1370 -po/bg.po, 274, 1200, 1245, 0, 0, 0, 0, 274, 1200 -po/be@latin.po, 284, 1267, 1127, 0, 0, 0, 0, 284, 1267 -po/be.po, 274, 1200, 1101, 0, 0, 0, 0, 274, 1200 -po/az.po, 228, 872, 771, 13, 77, 3, 22, 244, 971 -po/ast.po, 335, 1519, 1536, 0, 0, 0, 0, 335, 1519 -po/as.po, 270, 1198, 1309, 0, 0, 0, 0, 270, 1198 -po/ar.po, 275, 1201, 1101, 0, 0, 0, 0, 275, 1201 -po/an.po, 270, 1198, 1238, 0, 0, 0, 0, 270, 1198 -po/am.po, 66, 110, 142, 53, 145, 125, 716, 244, 971 -po/af.po, 275, 1201, 1278, 0, 0, 0, 0, 275, 1201 diff --git a/results/f30/findutils-4.6.0-22.fc30.src.rpm.errors.txt b/results/f30/findutils-4.6.0-22.fc30.src.rpm.errors.txt deleted file mode 100644 index 37344cb..0000000 --- a/results/f30/findutils-4.6.0-22.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,42 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 5: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb0 in position 2: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 8: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f30/findutils-4.6.0-22.fc30.src.rpm.stats.csv b/results/f30/findutils-4.6.0-22.fc30.src.rpm.stats.csv deleted file mode 100644 index 46363da..0000000 --- a/results/f30/findutils-4.6.0-22.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,51 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lt.po, 54, 405, 378, 31, 237, 154, 1926, 239, 2568 -po/bg.gmo, 118, 1223, 1378, 0, 0, 0, 0, 118, 1223 -po/hu.po, 235, 2545, 2410, 4, 23, 0, 0, 239, 2568 -po/sl.po, 235, 2545, 2473, 4, 23, 0, 0, 239, 2568 -po/pt.gmo, 123, 1094, 1176, 0, 0, 0, 0, 123, 1094 -po/nl.po, 230, 2510, 2419, 6, 38, 3, 20, 239, 2568 -po/vi.po, 235, 2545, 3335, 3, 16, 1, 7, 239, 2568 -po/be.po, 23, 82, 78, 33, 306, 183, 2180, 239, 2568 -po/ko.po, 21, 86, 91, 30, 228, 188, 2254, 239, 2568 -po/rw.po, 2, 2, 2, 80, 699, 157, 1867, 239, 2568 -po/ms.po, 16, 55, 58, 9, 54, 214, 2459, 239, 2568 -po/hr.po, 178, 1856, 1729, 20, 220, 41, 492, 239, 2568 -po/fi.po, 230, 2510, 2022, 7, 45, 2, 13, 239, 2568 -po/zh_TW.po, 42, 447, 224, 57, 598, 140, 1523, 239, 2568 -po/ca.po, 56, 583, 704, 63, 747, 120, 1238, 239, 2568 -po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -po/zh_CN.po, 194, 2063, 798, 15, 129, 30, 376, 239, 2568 -po/sv.po, 235, 2545, 2420, 3, 16, 1, 7, 239, 2568 -po/eo.po, 230, 2510, 2438, 7, 45, 2, 13, 239, 2568 -po/lg.gmo, 27, 103, 129, 0, 0, 0, 0, 27, 103 -po/uk.po, 235, 2545, 2505, 3, 16, 1, 7, 239, 2568 -po/sk.po, 49, 508, 510, 61, 689, 129, 1371, 239, 2568 -po/ja.po, 180, 1866, 809, 18, 208, 41, 494, 239, 2568 -po/fr.po, 235, 2545, 2880, 4, 23, 0, 0, 239, 2568 -po/ga.po, 145, 1474, 1697, 40, 504, 54, 590, 239, 2568 -po/tr.po, 222, 2422, 2054, 13, 119, 4, 27, 239, 2568 -po/pt.po, 123, 1094, 1176, 61, 877, 55, 597, 239, 2568 -po/nb.po, 235, 2545, 2432, 3, 16, 1, 7, 239, 2568 -po/pl.po, 235, 2545, 2423, 3, 16, 1, 7, 239, 2568 -po/ca.gmo, 56, 583, 704, 0, 0, 0, 0, 56, 583 -po/lt.gmo, 54, 405, 378, 0, 0, 0, 0, 54, 405 -po/de.po, 230, 2510, 2486, 7, 45, 2, 13, 239, 2568 -po/ru.po, 235, 2545, 2424, 3, 16, 1, 7, 239, 2568 -po/et.po, 235, 2545, 2079, 3, 16, 1, 7, 239, 2568 -po/lg.po, 27, 103, 129, 34, 315, 178, 2150, 239, 2568 -po/id.po, 145, 1474, 1477, 40, 504, 54, 590, 239, 2568 -po/el.po, 230, 2510, 2568, 6, 38, 3, 20, 239, 2568 -po/bg.po, 118, 1223, 1378, 49, 603, 72, 742, 239, 2568 -po/zh_TW.gmo, 42, 447, 224, 0, 0, 0, 0, 42, 447 -po/es.po, 171, 1768, 2151, 5, 32, 63, 768, 239, 2568 -po/ms.gmo, 16, 55, 58, 0, 0, 0, 0, 16, 55 -po/sr.po, 235, 2545, 2542, 3, 16, 1, 7, 239, 2568 -po/sk.gmo, 49, 508, 510, 0, 0, 0, 0, 49, 508 -po/ro.po, 51, 515, 534, 62, 705, 126, 1348, 239, 2568 -po/da.po, 235, 2545, 2409, 3, 16, 1, 7, 239, 2568 -po/it.po, 222, 2422, 2635, 13, 119, 4, 27, 239, 2568 -po/pt_BR.po, 235, 2545, 2918, 3, 16, 1, 7, 239, 2568 -po/be.gmo, 23, 82, 78, 0, 0, 0, 0, 23, 82 -po/findutils.pot, 0, 0, 0, 0, 0, 239, 2568, 239, 2568 -po/cs.po, 235, 2545, 2385, 4, 23, 0, 0, 239, 2568 diff --git a/results/f30/firefox-66.0.2-1.fc30.src.rpm.errors.txt b/results/f30/firefox-66.0.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/firefox-66.0.2-1.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/firefox-66.0.2-1.fc30.src.rpm.stats.csv b/results/f30/firefox-66.0.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index e69de29..0000000 --- a/results/f30/firefox-66.0.2-1.fc30.src.rpm.stats.csv +++ /dev/null diff --git a/results/f30/firewalld-0.6.3-2.fc30.src.rpm.errors.txt b/results/f30/firewalld-0.6.3-2.fc30.src.rpm.errors.txt deleted file mode 100644 index a8ad0b2..0000000 --- a/results/f30/firewalld-0.6.3-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/firewalld-0.6.3-2.fc30.src.rpm.stats.csv b/results/f30/firewalld-0.6.3-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 2c0d5c2..0000000 --- a/results/f30/firewalld-0.6.3-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 415, 2217, 620, 0, 0, 0, 0, 415, 2217 -po/zh_CN.po, 391, 2082, 643, 2, 13, 22, 122, 415, 2217 -po/uk.po, 415, 2217, 2139, 0, 0, 0, 0, 415, 2217 -po/tr.po, 129, 568, 542, 0, 0, 286, 1649, 415, 2217 -po/te.po, 293, 1496, 1267, 0, 0, 122, 721, 415, 2217 -po/ta.po, 293, 1496, 1238, 0, 0, 122, 721, 415, 2217 -po/sv.po, 415, 2217, 2024, 0, 0, 0, 0, 415, 2217 -po/sr@latin.po, 34, 212, 207, 0, 0, 381, 2005, 415, 2217 -po/sr.po, 297, 1507, 1455, 0, 0, 118, 710, 415, 2217 -po/sq.po, 86, 141, 152, 0, 0, 329, 2076, 415, 2217 -po/sk.po, 415, 2217, 2029, 0, 0, 0, 0, 415, 2217 -po/ru.po, 402, 2167, 1814, 0, 0, 13, 50, 415, 2217 -po/pt_BR.po, 414, 2209, 2474, 0, 0, 1, 8, 415, 2217 -po/pt.po, 290, 1453, 1544, 0, 0, 125, 764, 415, 2217 -po/pl.po, 415, 2217, 2098, 0, 0, 0, 0, 415, 2217 -po/pa.po, 295, 1496, 1624, 0, 0, 120, 721, 415, 2217 -po/or.po, 293, 1496, 1492, 0, 0, 122, 721, 415, 2217 -po/nl.po, 415, 2217, 2199, 0, 0, 0, 0, 415, 2217 -po/mr.po, 293, 1496, 1407, 0, 0, 122, 721, 415, 2217 -po/ml.po, 293, 1496, 1168, 0, 0, 122, 721, 415, 2217 -po/lt.po, 169, 436, 402, 0, 0, 246, 1781, 415, 2217 -po/ko.po, 382, 2054, 1669, 0, 0, 33, 163, 415, 2217 -po/kn.po, 293, 1496, 1253, 0, 0, 122, 721, 415, 2217 -po/ka.po, 82, 180, 170, 0, 0, 333, 2037, 415, 2217 -po/ja.po, 403, 2168, 671, 0, 0, 12, 49, 415, 2217 -po/it.po, 406, 2142, 2229, 1, 43, 8, 32, 415, 2217 -po/id.po, 36, 135, 137, 0, 0, 379, 2082, 415, 2217 -po/ia.po, 4, 9, 13, 0, 0, 411, 2208, 415, 2217 -po/hu.po, 415, 2217, 2067, 0, 0, 0, 0, 415, 2217 -po/hi.po, 293, 1496, 1676, 0, 0, 122, 721, 415, 2217 -po/gu.po, 293, 1496, 1558, 0, 0, 122, 721, 415, 2217 -po/gl.po, 108, 434, 547, 0, 0, 307, 1783, 415, 2217 -po/fr.po, 415, 2217, 2571, 0, 0, 0, 0, 415, 2217 -po/fi.po, 302, 1124, 879, 0, 0, 113, 1093, 415, 2217 -po/eu.po, 64, 116, 118, 0, 0, 351, 2101, 415, 2217 -po/et.po, 93, 216, 206, 0, 0, 322, 2001, 415, 2217 -po/es.po, 415, 2217, 2440, 0, 0, 0, 0, 415, 2217 -po/en_US.po, 293, 1496, 1496, 67, 314, 55, 407, 415, 2217 -po/en_GB.po, 203, 819, 819, 0, 0, 212, 1398, 415, 2217 -po/el.po, 125, 584, 647, 0, 0, 290, 1633, 415, 2217 -po/de.po, 403, 2168, 2005, 0, 0, 12, 49, 415, 2217 -po/da.po, 415, 2217, 1939, 0, 0, 0, 0, 415, 2217 -po/cs.po, 414, 2209, 2018, 0, 0, 1, 8, 415, 2217 -po/ca.po, 415, 2217, 2631, 0, 0, 0, 0, 415, 2217 -po/bn_IN.po, 293, 1496, 1517, 0, 0, 122, 721, 415, 2217 -po/bg.po, 134, 622, 664, 0, 0, 281, 1595, 415, 2217 -po/as.po, 293, 1496, 1515, 0, 0, 122, 721, 415, 2217 -po/ar.po, 34, 212, 171, 0, 0, 381, 2005, 415, 2217 diff --git a/results/f30/flatpak-1.2.4-2.fc30.src.rpm.errors.txt b/results/f30/flatpak-1.2.4-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f30/flatpak-1.2.4-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/flatpak-1.2.4-2.fc30.src.rpm.stats.csv b/results/f30/flatpak-1.2.4-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 41f80ec..0000000 --- a/results/f30/flatpak-1.2.4-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,30 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/flatpak.pot, 0, 0, 0, 0, 0, 958, 4732, 958, 4732 -po/zh_TW.gmo, 816, 3989, 1533, 0, 0, 0, 0, 816, 3989 -po/uk.gmo, 820, 4015, 4209, 0, 0, 0, 0, 820, 4015 -po/tr.gmo, 397, 1875, 1688, 0, 0, 0, 0, 397, 1875 -po/sv.gmo, 515, 2372, 2282, 0, 0, 0, 0, 515, 2372 -po/sk.gmo, 140, 509, 535, 0, 0, 0, 0, 140, 509 -po/ru.gmo, 519, 2377, 2338, 0, 0, 0, 0, 519, 2377 -po/pt_BR.gmo, 657, 3109, 3574, 0, 0, 0, 0, 657, 3109 -po/pl.gmo, 958, 4732, 4769, 0, 0, 0, 0, 958, 4732 -po/id.gmo, 908, 4451, 4442, 0, 0, 0, 0, 908, 4451 -po/hu.gmo, 527, 2452, 2443, 0, 0, 0, 0, 527, 2452 -po/gl.gmo, 445, 2091, 2499, 0, 0, 0, 0, 445, 2091 -po/es.gmo, 435, 2027, 2573, 0, 0, 0, 0, 435, 2027 -po/de.gmo, 455, 2103, 2117, 0, 0, 0, 0, 455, 2103 -po/cs.gmo, 871, 4061, 3965, 0, 0, 0, 0, 871, 4061 -po/zh_TW.po, 816, 3989, 1533, 104, 476, 38, 267, 958, 4732 -po/uk.po, 820, 4015, 4209, 98, 434, 40, 283, 958, 4732 -po/tr.po, 397, 1875, 1688, 309, 1434, 252, 1423, 958, 4732 -po/sv.po, 515, 2372, 2282, 287, 1379, 156, 981, 958, 4732 -po/sk.po, 140, 509, 535, 286, 1245, 532, 2978, 958, 4732 -po/ru.po, 519, 2377, 2338, 253, 1202, 186, 1153, 958, 4732 -po/pt_BR.po, 657, 3109, 3574, 201, 940, 100, 683, 958, 4732 -po/pl.po, 958, 4732, 4769, 0, 0, 0, 0, 958, 4732 -po/id.po, 908, 4451, 4442, 34, 131, 16, 150, 958, 4732 -po/hu.po, 527, 2452, 2443, 280, 1332, 151, 948, 958, 4732 -po/gl.po, 445, 2091, 2499, 303, 1399, 210, 1242, 958, 4732 -po/es.po, 435, 2027, 2573, 316, 1469, 207, 1236, 958, 4732 -po/de.po, 455, 2103, 2117, 289, 1367, 214, 1262, 958, 4732 -po/cs.po, 871, 4061, 3965, 0, 0, 87, 671, 958, 4732 diff --git a/results/f30/folks-0.11.4-15.fc30.src.rpm.errors.txt b/results/f30/folks-0.11.4-15.fc30.src.rpm.errors.txt deleted file mode 100644 index 8ad8559..0000000 --- a/results/f30/folks-0.11.4-15.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/folks-0.11.4-15.fc30.src.rpm.stats.csv b/results/f30/folks-0.11.4-15.fc30.src.rpm.stats.csv deleted file mode 100644 index b0eceb4..0000000 --- a/results/f30/folks-0.11.4-15.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,62 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 130, 1056, 1023, 0, 0, 0, 0, 130, 1056 -po/el.po, 130, 1056, 1177, 0, 0, 0, 0, 130, 1056 -po/vi.po, 130, 1056, 1422, 0, 0, 0, 0, 130, 1056 -po/fa.po, 130, 1056, 1113, 0, 0, 0, 0, 130, 1056 -po/zh_CN.po, 130, 1056, 224, 0, 0, 0, 0, 130, 1056 -po/be.po, 130, 1056, 1001, 0, 0, 0, 0, 130, 1056 -po/ml.po, 111, 858, 676, 0, 0, 0, 0, 111, 858 -po/tr.po, 130, 1056, 880, 0, 0, 0, 0, 130, 1056 -po/he.po, 80, 517, 558, 0, 0, 30, 334, 110, 851 -po/de.po, 130, 1056, 1058, 0, 0, 0, 0, 130, 1056 -po/as.po, 123, 1003, 966, 0, 0, 0, 0, 123, 1003 -po/fr.po, 130, 1056, 1341, 0, 0, 0, 0, 130, 1056 -po/eo.po, 36, 203, 198, 5, 34, 89, 819, 130, 1056 -po/bs.po, 124, 1011, 953, 0, 0, 0, 0, 124, 1011 -po/ko.po, 130, 1056, 909, 0, 0, 0, 0, 130, 1056 -po/pl.po, 130, 1056, 1067, 0, 0, 0, 0, 130, 1056 -po/ug.po, 111, 858, 778, 0, 0, 0, 0, 111, 858 -po/lv.po, 130, 1056, 925, 0, 0, 0, 0, 130, 1056 -po/hu.po, 130, 1056, 953, 0, 0, 0, 0, 130, 1056 -po/ca.po, 130, 1056, 1414, 0, 0, 0, 0, 130, 1056 -po/kk.po, 8, 10, 14, 0, 0, 122, 1046, 130, 1056 -po/da.po, 130, 1056, 980, 0, 0, 0, 0, 130, 1056 -po/sr.po, 130, 1056, 1072, 0, 0, 0, 0, 130, 1056 -po/bn_IN.po, 123, 1003, 1004, 0, 0, 0, 0, 123, 1003 -po/sv.po, 130, 1056, 997, 0, 0, 0, 0, 130, 1056 -po/ar.po, 13, 41, 40, 0, 0, 96, 810, 109, 851 -po/pa.po, 123, 1003, 1122, 0, 0, 0, 0, 123, 1003 -po/te.po, 123, 1003, 812, 0, 0, 0, 0, 123, 1003 -po/uk.po, 114, 947, 843, 0, 0, 0, 0, 114, 947 -po/cs.po, 130, 1056, 1049, 0, 0, 0, 0, 130, 1056 -po/kn.po, 123, 1003, 845, 0, 0, 0, 0, 123, 1003 -po/nb.po, 113, 793, 767, 2, 18, 15, 245, 130, 1056 -po/tg.po, 6, 6, 6, 0, 0, 105, 852, 111, 858 -po/hi.po, 123, 1003, 1165, 0, 0, 0, 0, 123, 1003 -po/it.po, 130, 1056, 1217, 0, 0, 0, 0, 130, 1056 -po/en_GB.po, 130, 1056, 1056, 0, 0, 0, 0, 130, 1056 -po/es.po, 130, 1056, 1344, 0, 0, 0, 0, 130, 1056 -po/ro.po, 78, 611, 778, 12, 103, 33, 289, 123, 1003 -po/oc.po, 130, 1056, 1333, 0, 0, 0, 0, 130, 1056 -po/pt_BR.po, 130, 1056, 1252, 0, 0, 0, 0, 130, 1056 -po/ja.po, 109, 843, 315, 0, 0, 1, 8, 110, 851 -po/eu.po, 130, 1056, 965, 0, 0, 0, 0, 130, 1056 -po/zh_TW.po, 130, 1056, 263, 0, 0, 0, 0, 130, 1056 -po/fi.po, 34, 196, 181, 1, 6, 95, 854, 130, 1056 -po/zh_HK.po, 123, 1003, 257, 0, 0, 0, 0, 123, 1003 -po/ta.po, 123, 1003, 886, 0, 0, 0, 0, 123, 1003 -po/or.po, 123, 1003, 952, 0, 0, 0, 0, 123, 1003 -po/pt.po, 130, 1056, 1181, 0, 0, 0, 0, 130, 1056 -po/ca@valencia.po, 123, 1003, 1322, 0, 0, 0, 0, 123, 1003 -po/gu.po, 123, 1003, 1052, 0, 0, 0, 0, 123, 1003 -po/ru.po, 130, 1056, 995, 0, 0, 0, 0, 130, 1056 -po/sk.po, 130, 1056, 1093, 0, 0, 0, 0, 130, 1056 -po/bg.po, 110, 851, 1037, 0, 0, 0, 0, 110, 851 -po/lt.po, 130, 1056, 868, 0, 0, 0, 0, 130, 1056 -po/gl.po, 130, 1056, 1366, 0, 0, 0, 0, 130, 1056 -po/id.po, 130, 1056, 1026, 0, 0, 0, 0, 130, 1056 -po/mr.po, 123, 1003, 876, 0, 0, 0, 0, 123, 1003 -po/sr@latin.po, 130, 1056, 1072, 0, 0, 0, 0, 130, 1056 -po/sl.po, 130, 1056, 1022, 0, 0, 0, 0, 130, 1056 -po/fur.po, 130, 1056, 1319, 0, 0, 0, 0, 130, 1056 -po/hr.po, 95, 735, 667, 3, 37, 32, 284, 130, 1056 diff --git a/results/f30/fontconfig-2.13.1-6.fc30.src.rpm.errors.txt b/results/f30/fontconfig-2.13.1-6.fc30.src.rpm.errors.txt deleted file mode 100644 index dc44cbc..0000000 --- a/results/f30/fontconfig-2.13.1-6.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,26 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f30/fontconfig-2.13.1-6.fc30.src.rpm.stats.csv b/results/f30/fontconfig-2.13.1-6.fc30.src.rpm.stats.csv deleted file mode 100644 index a05a56b..0000000 --- a/results/f30/fontconfig-2.13.1-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,8 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-conf/zh_CN.gmo, 29, 157, 66, 0, 0, 0, 0, 29, 157 -po-conf/fontconfig-conf.pot, 0, 0, 0, 0, 0, 29, 157, 29, 157 -po-conf/zh_CN.po, 29, 157, 66, 0, 0, 0, 0, 29, 157 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.gmo, 106, 756, 375, 0, 0, 0, 0, 106, 756 -po/fontconfig.pot, 0, 0, 0, 0, 0, 106, 756, 106, 756 -po/zh_CN.po, 106, 756, 375, 0, 0, 0, 0, 106, 756 diff --git a/results/f30/fprintd-0.8.1-4.fc30.src.rpm.errors.txt b/results/f30/fprintd-0.8.1-4.fc30.src.rpm.errors.txt deleted file mode 100644 index c99c3b1..0000000 --- a/results/f30/fprintd-0.8.1-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/fprintd-0.8.1-4.fc30.src.rpm.stats.csv b/results/f30/fprintd-0.8.1-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 54c78c6..0000000 --- a/results/f30/fprintd-0.8.1-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pt_BR.po, 57, 419, 452, 0, 0, 0, 0, 57, 419 -po/ja.po, 57, 419, 79, 0, 0, 0, 0, 57, 419 -po/da.po, 57, 419, 347, 0, 0, 0, 0, 57, 419 -po/nl.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -po/he.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/sq.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/tr.po, 57, 419, 352, 0, 0, 0, 0, 57, 419 -po/mr.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/zh_CN.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -po/de.po, 57, 419, 454, 0, 0, 0, 0, 57, 419 -po/be.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/it.po, 57, 419, 376, 0, 0, 0, 0, 57, 419 -po/bn_IN.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/te.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/vi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/cs.po, 57, 419, 384, 0, 0, 0, 0, 57, 419 -po/ka.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ast.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/kk.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/eo.po, 23, 151, 144, 0, 0, 34, 268, 57, 419 -po/hr.po, 57, 419, 395, 0, 0, 0, 0, 57, 419 -po/cy.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/bg.po, 25, 163, 164, 0, 0, 32, 256, 57, 419 -po/ms.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/hi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/oc.po, 57, 419, 411, 0, 0, 0, 0, 57, 419 -po/sr.po, 57, 419, 408, 0, 0, 0, 0, 57, 419 -po/az.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/pt.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -po/ko.po, 57, 419, 259, 0, 0, 0, 0, 57, 419 -po/ro.po, 23, 151, 183, 0, 0, 34, 268, 57, 419 -po/pl.po, 57, 419, 398, 0, 0, 0, 0, 57, 419 -po/th.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ga.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ta.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/zh_TW.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -po/lv.po, 57, 419, 359, 0, 0, 0, 0, 57, 419 -po/sk.po, 57, 419, 337, 0, 0, 0, 0, 57, 419 -po/or.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/eu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ar.po, 23, 151, 113, 0, 0, 34, 268, 57, 419 -po/fur.po, 57, 419, 577, 0, 0, 0, 0, 57, 419 -po/lt.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/fi.po, 28, 205, 127, 0, 0, 29, 214, 57, 419 -po/fo.po, 23, 151, 138, 0, 0, 34, 268, 57, 419 -po/ca.po, 57, 419, 417, 0, 0, 0, 0, 57, 419 -po/en_GB.po, 57, 419, 419, 0, 0, 0, 0, 57, 419 -po/fa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ca@valencia.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/id.po, 57, 419, 403, 0, 0, 0, 0, 57, 419 -po/kn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ml.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/wa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/sr@latin.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/el.po, 57, 419, 500, 0, 0, 0, 0, 57, 419 -po/zh_HK.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/sv.po, 57, 419, 344, 0, 0, 0, 0, 57, 419 -po/uk.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -po/et.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/nb.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/gu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/es.po, 57, 419, 461, 0, 0, 0, 0, 57, 419 -po/pa.po, 28, 183, 193, 0, 0, 29, 236, 57, 419 -po/as.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/gl.po, 57, 419, 515, 0, 0, 0, 0, 57, 419 -po/nn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ia.po, 57, 419, 448, 0, 0, 0, 0, 57, 419 -po/fr.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -po/hu.po, 57, 419, 364, 0, 0, 0, 0, 57, 419 -po/sl.po, 57, 419, 367, 0, 0, 0, 0, 57, 419 -po/ru.po, 57, 419, 393, 0, 0, 0, 0, 57, 419 diff --git a/results/f30/fwupd-1.2.7-2.fc30.src.rpm.errors.txt b/results/f30/fwupd-1.2.7-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 94b5c36..0000000 --- a/results/f30/fwupd-1.2.7-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,20 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/test-deps) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.loc) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.its) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/test-deps) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.loc) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.its) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/fwupd-1.2.7-2.fc30.src.rpm.stats.csv b/results/f30/fwupd-1.2.7-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 9e44140..0000000 --- a/results/f30/fwupd-1.2.7-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,70 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 229, 1115, 309, 0, 0, 0, 0, 229, 1115 -po/zh_CN.po, 280, 1371, 362, 0, 0, 0, 0, 280, 1371 -po/uk.po, 286, 1389, 1436, 0, 0, 0, 0, 286, 1389 -po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -po/sv.po, 242, 1169, 1162, 0, 0, 0, 0, 242, 1169 -po/sr.po, 181, 724, 723, 0, 0, 0, 0, 181, 724 -po/sk.po, 91, 386, 389, 0, 0, 0, 0, 91, 386 -po/ru.po, 154, 591, 568, 0, 0, 0, 0, 154, 591 -po/pt_BR.po, 286, 1389, 1603, 0, 0, 0, 0, 286, 1389 -po/pl.po, 286, 1389, 1440, 0, 0, 0, 0, 286, 1389 -po/oc.po, 36, 99, 138, 0, 0, 0, 0, 36, 99 -po/nl.po, 103, 439, 468, 0, 0, 0, 0, 103, 439 -po/lt.po, 276, 1211, 1272, 0, 0, 0, 0, 276, 1211 -po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -po/ko.po, 280, 1371, 1130, 0, 0, 0, 0, 280, 1371 -po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -po/it.po, 286, 1389, 1526, 0, 0, 0, 0, 286, 1389 -po/id.po, 181, 724, 713, 0, 0, 0, 0, 181, 724 -po/hu.po, 284, 1371, 1237, 0, 0, 0, 0, 284, 1371 -po/hr.po, 182, 732, 705, 0, 0, 0, 0, 182, 732 -po/hi.po, 18, 88, 115, 0, 0, 0, 0, 18, 88 -po/he.po, 25, 102, 97, 0, 0, 0, 0, 25, 102 -po/fur.po, 159, 656, 865, 0, 0, 0, 0, 159, 656 -po/fr.po, 18, 88, 126, 0, 0, 0, 0, 18, 88 -po/fi.po, 145, 722, 529, 0, 0, 0, 0, 145, 722 -po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -po/en_GB.po, 247, 1205, 1205, 0, 0, 0, 0, 247, 1205 -po/de.po, 214, 1003, 949, 0, 0, 0, 0, 214, 1003 -po/da.po, 286, 1389, 1297, 0, 0, 0, 0, 286, 1389 -po/cs.po, 229, 1115, 1126, 0, 0, 0, 0, 229, 1115 -po/ca.po, 280, 1371, 1774, 0, 0, 0, 0, 280, 1371 -po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 229, 1115, 309, 0, 0, 0, 0, 229, 1115 -po/zh_CN.po, 280, 1371, 362, 0, 0, 0, 0, 280, 1371 -po/uk.po, 286, 1389, 1436, 0, 0, 0, 0, 286, 1389 -po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -po/sv.po, 242, 1169, 1162, 0, 0, 0, 0, 242, 1169 -po/sr.po, 181, 724, 723, 0, 0, 0, 0, 181, 724 -po/sk.po, 91, 386, 389, 0, 0, 0, 0, 91, 386 -po/ru.po, 154, 591, 568, 0, 0, 0, 0, 154, 591 -po/pt_BR.po, 286, 1389, 1603, 0, 0, 0, 0, 286, 1389 -po/pl.po, 286, 1389, 1440, 0, 0, 0, 0, 286, 1389 -po/oc.po, 36, 99, 138, 0, 0, 0, 0, 36, 99 -po/nl.po, 103, 439, 468, 0, 0, 0, 0, 103, 439 -po/lt.po, 276, 1211, 1272, 0, 0, 0, 0, 276, 1211 -po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -po/ko.po, 280, 1371, 1130, 0, 0, 0, 0, 280, 1371 -po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -po/it.po, 286, 1389, 1526, 0, 0, 0, 0, 286, 1389 -po/id.po, 181, 724, 713, 0, 0, 0, 0, 181, 724 -po/hu.po, 284, 1371, 1237, 0, 0, 0, 0, 284, 1371 -po/hr.po, 182, 732, 705, 0, 0, 0, 0, 182, 732 -po/hi.po, 18, 88, 115, 0, 0, 0, 0, 18, 88 -po/he.po, 25, 102, 97, 0, 0, 0, 0, 25, 102 -po/fur.po, 159, 656, 865, 0, 0, 0, 0, 159, 656 -po/fr.po, 18, 88, 126, 0, 0, 0, 0, 18, 88 -po/fi.po, 145, 722, 529, 0, 0, 0, 0, 145, 722 -po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -po/en_GB.po, 247, 1205, 1205, 0, 0, 0, 0, 247, 1205 -po/de.po, 214, 1003, 949, 0, 0, 0, 0, 214, 1003 -po/da.po, 286, 1389, 1297, 0, 0, 0, 0, 286, 1389 -po/cs.po, 229, 1115, 1126, 0, 0, 0, 0, 229, 1115 -po/ca.po, 280, 1371, 1774, 0, 0, 0, 0, 280, 1371 -po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 diff --git a/results/f30/gawk-4.2.1-6.fc30.src.rpm.errors.txt b/results/f30/gawk-4.2.1-6.fc30.src.rpm.errors.txt deleted file mode 100644 index 924dc72..0000000 --- a/results/f30/gawk-4.2.1-6.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 27: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 159: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf2 in position 16: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.0) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f30/gawk-4.2.1-6.fc30.src.rpm.stats.csv b/results/f30/gawk-4.2.1-6.fc30.src.rpm.stats.csv deleted file mode 100644 index a3ef25b..0000000 --- a/results/f30/gawk-4.2.1-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,31 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.gmo, 658, 4100, 4143, 0, 0, 0, 0, 658, 4100 -po/pt_BR.gmo, 745, 4761, 5405, 0, 0, 0, 0, 745, 4761 -po/zh_CN.gmo, 745, 4761, 1552, 0, 0, 0, 0, 745, 4761 -po/ms.po, 5, 36, 32, 6, 41, 734, 4684, 745, 4761 -po/zh_CN.po, 745, 4761, 1552, 0, 0, 0, 0, 745, 4761 -po/sv.po, 745, 4761, 4845, 0, 0, 0, 0, 745, 4761 -po/de.gmo, 743, 4709, 5241, 0, 0, 0, 0, 743, 4709 -po/pl.po, 564, 3425, 3588, 64, 474, 117, 862, 745, 4761 -po/nl.gmo, 681, 4272, 4319, 0, 0, 0, 0, 681, 4272 -po/fi.gmo, 727, 4591, 3943, 0, 0, 0, 0, 727, 4591 -po/es.gmo, 359, 2356, 3101, 0, 0, 0, 0, 359, 2356 -po/pt_BR.po, 745, 4761, 5405, 0, 0, 0, 0, 745, 4761 -po/id.po, 658, 4100, 4143, 69, 517, 18, 144, 745, 4761 -po/fr.gmo, 745, 4761, 5553, 0, 0, 0, 0, 745, 4761 -po/vi.po, 745, 4761, 7301, 0, 0, 0, 0, 745, 4761 -po/gawk.pot, 0, 0, 0, 0, 0, 745, 4761, 745, 4761 -po/ms.gmo, 5, 36, 32, 0, 0, 0, 0, 5, 36 -po/ja.gmo, 389, 2507, 1273, 0, 0, 0, 0, 389, 2507 -po/pl.gmo, 564, 3425, 3588, 0, 0, 0, 0, 564, 3425 -po/sv.gmo, 745, 4761, 4845, 0, 0, 0, 0, 745, 4761 -po/es.po, 359, 2356, 3101, 165, 994, 221, 1411, 745, 4761 -po/fi.po, 727, 4591, 3943, 12, 114, 6, 56, 745, 4761 -po/da.po, 451, 2813, 2820, 95, 609, 199, 1339, 745, 4761 -po/fr.po, 745, 4761, 5553, 0, 0, 0, 0, 745, 4761 -po/de.po, 743, 4709, 5241, 2, 52, 0, 0, 745, 4761 -po/ja.po, 389, 2507, 1273, 125, 782, 231, 1472, 745, 4761 -po/vi.gmo, 745, 4761, 7301, 0, 0, 0, 0, 745, 4761 -po/ca.po, 681, 4272, 5542, 52, 399, 12, 90, 745, 4761 -po/nl.po, 681, 4272, 4319, 52, 399, 12, 90, 745, 4761 -po/it.po, 745, 4761, 5251, 0, 0, 0, 0, 745, 4761 diff --git a/results/f30/gcab-1.1-6.fc30.src.rpm.errors.txt b/results/f30/gcab-1.1-6.fc30.src.rpm.errors.txt deleted file mode 100644 index 070b254..0000000 --- a/results/f30/gcab-1.1-6.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f30/gcab-1.1-6.fc30.src.rpm.stats.csv b/results/f30/gcab-1.1-6.fc30.src.rpm.stats.csv deleted file mode 100644 index 64f8ab7..0000000 --- a/results/f30/gcab-1.1-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,29 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 30, 127, 133, 0, 0, 0, 0, 30, 127 -po/eu.po, 33, 159, 159, 0, 0, 0, 0, 33, 159 -po/hu.po, 30, 127, 134, 0, 0, 0, 0, 30, 127 -po/zh_CN.po, 32, 154, 72, 0, 0, 0, 0, 32, 154 -po/nb.po, 20, 76, 80, 0, 0, 12, 78, 32, 154 -po/sr.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -po/gl.po, 32, 154, 202, 0, 0, 0, 0, 32, 154 -po/sr@latin.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -po/lt.po, 34, 162, 148, 0, 0, 0, 0, 34, 162 -po/da.po, 34, 162, 168, 0, 0, 0, 0, 34, 162 -po/oc.po, 33, 159, 200, 0, 0, 0, 0, 33, 159 -po/ru.po, 34, 162, 164, 0, 0, 0, 0, 34, 162 -po/fr.po, 30, 127, 161, 0, 0, 0, 0, 30, 127 -po/tr.po, 34, 162, 147, 0, 0, 0, 0, 34, 162 -po/es.po, 30, 127, 159, 0, 0, 0, 0, 30, 127 -po/pt_BR.po, 30, 127, 147, 0, 0, 0, 0, 30, 127 -po/fur.po, 34, 162, 198, 0, 0, 0, 0, 34, 162 -po/pl.po, 30, 127, 140, 0, 0, 0, 0, 30, 127 -po/id.po, 30, 127, 137, 0, 0, 0, 0, 30, 127 -po/sl.po, 34, 162, 181, 0, 0, 0, 0, 34, 162 -po/tg.po, 32, 152, 171, 0, 0, 0, 0, 32, 152 -po/bs.po, 32, 154, 150, 0, 0, 0, 0, 32, 154 -po/el.po, 34, 162, 178, 0, 0, 0, 0, 34, 162 -po/lv.po, 32, 154, 146, 0, 0, 0, 0, 32, 154 -po/de.po, 30, 127, 141, 0, 0, 0, 0, 30, 127 -po/pt.po, 34, 162, 179, 0, 0, 0, 0, 34, 162 -po/sv.po, 30, 127, 126, 0, 0, 0, 0, 30, 127 -po/fi.po, 24, 101, 83, 0, 0, 6, 26, 30, 127 diff --git a/results/f30/gcc-9.0.1-0.10.fc30.src.rpm.errors.txt b/results/f30/gcc-9.0.1-0.10.fc30.src.rpm.errors.txt deleted file mode 100644 index 8b2ae2d..0000000 --- a/results/f30/gcc-9.0.1-0.10.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,8 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gcc/po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./gcc/po/EXCLUDES) -translate.tools.pocount: ERROR: Unknown filetype (./gcc/po/exgettext) -translate.tools.pocount: ERROR: Unknown filetype (./libcpp/po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/string_literals.cc) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/Makefile.am) diff --git a/results/f30/gcc-9.0.1-0.10.fc30.src.rpm.stats.csv b/results/f30/gcc-9.0.1-0.10.fc30.src.rpm.stats.csv deleted file mode 100644 index e8e0253..0000000 --- a/results/f30/gcc-9.0.1-0.10.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,48 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc/po/vi.po, 4685, 27633, 39374, 1422, 10155, 7223, 67638, 13330, 105426 -gcc/po/ja.po, 2444, 14520, 7092, 5109, 35405, 5777, 55501, 13330, 105426 -gcc/po/hr.po, 123, 527, 499, 189, 926, 13018, 103973, 13330, 105426 -gcc/po/sv.po, 12396, 97476, 90747, 689, 5428, 245, 2522, 13330, 105426 -gcc/po/sr.po, 2728, 18280, 17693, 6640, 48523, 3962, 38623, 13330, 105426 -gcc/po/el.po, 42, 172, 188, 4216, 25475, 9072, 79779, 13330, 105426 -gcc/po/es.po, 9669, 71464, 89919, 2820, 25141, 841, 8821, 13330, 105426 -gcc/po/zh_CN.po, 4695, 31747, 10198, 6953, 55791, 1682, 17888, 13330, 105426 -gcc/po/gcc.pot, 0, 0, 0, 0, 0, 13330, 105426, 13330, 105426 -gcc/po/nl.po, 837, 4443, 4498, 5926, 41350, 6567, 59633, 13330, 105426 -gcc/po/fr.po, 13330, 105426, 131010, 0, 0, 0, 0, 13330, 105426 -gcc/po/id.po, 3219, 22150, 22362, 6810, 51253, 3301, 32023, 13330, 105426 -gcc/po/fi.po, 2076, 12614, 9796, 8552, 63831, 2702, 28981, 13330, 105426 -gcc/po/tr.po, 2543, 16562, 14477, 6962, 51058, 3825, 37806, 13330, 105426 -gcc/po/da.po, 1990, 11888, 10897, 6216, 43252, 5124, 50286, 13330, 105426 -gcc/po/zh_TW.po, 2313, 14698, 6463, 8955, 69940, 2062, 20788, 13330, 105426 -gcc/po/de.po, 12396, 97476, 90762, 690, 5433, 244, 2517, 13330, 105426 -gcc/po/uk.po, 1020, 4810, 4901, 0, 0, 12310, 100616, 13330, 105426 -gcc/po/be.po, 65, 222, 216, 2346, 13376, 10919, 91828, 13330, 105426 -gcc/po/ru.po, 11321, 86870, 82235, 674, 5287, 1335, 13269, 13330, 105426 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libcpp/po/vi.po, 211, 1340, 2142, 1, 5, 4, 18, 216, 1363 -libcpp/po/ja.po, 188, 1148, 556, 20, 167, 8, 48, 216, 1363 -libcpp/po/pt_BR.po, 216, 1363, 1575, 0, 0, 0, 0, 216, 1363 -libcpp/po/sv.po, 216, 1363, 1300, 0, 0, 0, 0, 216, 1363 -libcpp/po/sr.po, 207, 1309, 1286, 4, 30, 5, 24, 216, 1363 -libcpp/po/el.po, 5, 13, 16, 73, 380, 138, 970, 216, 1363 -libcpp/po/es.po, 211, 1340, 1677, 1, 5, 4, 18, 216, 1363 -libcpp/po/zh_CN.po, 183, 1112, 440, 22, 175, 11, 76, 216, 1363 -libcpp/po/cpplib.pot, 0, 0, 0, 0, 0, 216, 1363, 216, 1363 -libcpp/po/nl.po, 205, 1299, 1352, 5, 37, 6, 27, 216, 1363 -libcpp/po/fr.po, 216, 1363, 1717, 0, 0, 0, 0, 216, 1363 -libcpp/po/id.po, 182, 1105, 1114, 23, 182, 11, 76, 216, 1363 -libcpp/po/fi.po, 216, 1363, 1079, 0, 0, 0, 0, 216, 1363 -libcpp/po/tr.po, 185, 1122, 986, 22, 187, 9, 54, 216, 1363 -libcpp/po/da.po, 216, 1363, 1304, 0, 0, 0, 0, 216, 1363 -libcpp/po/zh_TW.po, 203, 1282, 480, 6, 46, 7, 35, 216, 1363 -libcpp/po/eo.po, 216, 1363, 1396, 0, 0, 0, 0, 216, 1363 -libcpp/po/de.po, 216, 1363, 1256, 0, 0, 0, 0, 216, 1363 -libcpp/po/uk.po, 216, 1363, 1345, 0, 0, 0, 0, 216, 1363 -libcpp/po/be.po, 4, 12, 12, 27, 139, 185, 1212, 216, 1363 -libcpp/po/ca.po, 151, 932, 1126, 41, 264, 24, 167, 216, 1363 -libcpp/po/ru.po, 216, 1363, 1320, 0, 0, 0, 0, 216, 1363 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libstdc++-v3/po/libstdc++.pot, 0, 0, 0, 0, 0, 10, 34, 10, 34 -libstdc++-v3/po/fr.po, 4, 5, 6, 0, 0, 0, 0, 4, 5 -libstdc++-v3/po/de.po, 4, 5, 4, 0, 0, 0, 0, 4, 5 diff --git a/results/f30/gcr-3.28.1-3.fc30.src.rpm.errors.txt b/results/f30/gcr-3.28.1-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 3944965..0000000 --- a/results/f30/gcr-3.28.1-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/gcr-3.28.1-3.fc30.src.rpm.stats.csv b/results/f30/gcr-3.28.1-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 46ede88..0000000 --- a/results/f30/gcr-3.28.1-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lt.po, 255, 704, 617, 0, 0, 0, 0, 255, 704 -po/ca.po, 254, 700, 870, 0, 0, 0, 0, 254, 700 -po/pl.po, 255, 704, 665, 0, 0, 0, 0, 255, 704 -po/kn.po, 59, 115, 110, 71, 205, 97, 302, 227, 622 -po/ast.po, 64, 141, 170, 71, 193, 92, 288, 227, 622 -po/cs.po, 255, 704, 672, 0, 0, 0, 0, 255, 704 -po/ca@valencia.po, 254, 700, 872, 0, 0, 0, 0, 254, 700 -po/ne.po, 67, 105, 118, 160, 449, 27, 146, 254, 700 -po/en_CA.po, 0, 0, 0, 10, 35, 217, 587, 227, 622 -po/de.po, 255, 704, 666, 0, 0, 0, 0, 255, 704 -po/lv.po, 255, 704, 644, 0, 0, 0, 0, 255, 704 -po/sq.po, 6, 11, 10, 48, 159, 173, 452, 227, 622 -po/te.po, 181, 468, 412, 17, 50, 44, 160, 242, 678 -po/si.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -po/da.po, 255, 704, 640, 0, 0, 0, 0, 255, 704 -po/oc.po, 254, 700, 809, 0, 0, 0, 0, 254, 700 -po/sl.po, 255, 704, 687, 0, 0, 0, 0, 255, 704 -po/id.po, 255, 704, 716, 0, 0, 0, 0, 255, 704 -po/gl.po, 255, 704, 828, 0, 0, 0, 0, 255, 704 -po/ru.po, 254, 700, 645, 0, 0, 0, 0, 254, 700 -po/sk.po, 255, 704, 679, 0, 0, 0, 0, 255, 704 -po/uk.po, 242, 678, 602, 0, 0, 0, 0, 242, 678 -po/hr.po, 255, 704, 656, 0, 0, 0, 0, 255, 704 -po/zh_TW.po, 255, 704, 317, 0, 0, 0, 0, 255, 704 -po/pt_BR.po, 255, 704, 812, 0, 0, 0, 0, 255, 704 -po/bg.po, 241, 677, 767, 0, 0, 0, 0, 241, 677 -po/zh_HK.po, 254, 700, 315, 0, 0, 0, 0, 254, 700 -po/he.po, 254, 700, 676, 0, 0, 0, 0, 254, 700 -po/tr.po, 255, 704, 662, 0, 0, 0, 0, 255, 704 -po/be@latin.po, 59, 115, 105, 71, 205, 97, 302, 227, 622 -po/ga.po, 7, 15, 15, 15, 45, 205, 562, 227, 622 -po/bn_IN.po, 59, 115, 113, 71, 205, 97, 302, 227, 622 -po/sr@latin.po, 255, 704, 685, 0, 0, 0, 0, 255, 704 -po/mr.po, 59, 115, 113, 71, 205, 97, 302, 227, 622 -po/ta.po, 242, 678, 630, 0, 0, 0, 0, 242, 678 -po/cy.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -po/or.po, 60, 116, 117, 70, 201, 97, 305, 227, 622 -po/nb.po, 254, 700, 682, 0, 0, 0, 0, 254, 700 -po/it.po, 255, 704, 751, 0, 0, 0, 0, 255, 704 -po/rw.po, 0, 0, 0, 1, 4, 226, 618, 227, 622 -po/ar.po, 143, 375, 369, 48, 162, 36, 85, 227, 622 -po/az.po, 0, 0, 0, 3, 7, 224, 615, 227, 622 -po/bn.po, 79, 175, 183, 64, 184, 84, 263, 227, 622 -po/fr.po, 255, 704, 841, 0, 0, 0, 0, 255, 704 -po/ml.po, 195, 461, 415, 9, 43, 38, 174, 242, 678 -po/fi.po, 208, 531, 444, 8, 42, 39, 131, 255, 704 -po/pa.po, 254, 700, 759, 0, 0, 0, 0, 254, 700 -po/pt.po, 254, 700, 787, 0, 0, 0, 0, 254, 700 -po/mn.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -po/nl.po, 255, 704, 669, 0, 0, 0, 0, 255, 704 -po/hi.po, 242, 677, 798, 0, 0, 0, 0, 242, 677 -po/hu.po, 255, 704, 617, 0, 0, 0, 0, 255, 704 -po/be.po, 254, 700, 663, 0, 0, 0, 0, 254, 700 -po/mk.po, 6, 11, 10, 48, 159, 173, 452, 227, 622 -po/fur.po, 255, 704, 789, 0, 0, 0, 0, 255, 704 -po/en_GB.po, 255, 704, 706, 0, 0, 0, 0, 255, 704 -po/es.po, 255, 704, 873, 0, 0, 0, 0, 255, 704 -po/zh_CN.po, 254, 700, 329, 0, 0, 0, 0, 254, 700 -po/th.po, 254, 700, 327, 0, 0, 0, 0, 254, 700 -po/xh.po, 0, 0, 0, 3, 7, 224, 615, 227, 622 -po/af.po, 72, 157, 136, 66, 186, 89, 279, 227, 622 -po/vi.po, 254, 700, 982, 0, 0, 0, 0, 254, 700 -po/ja.po, 240, 669, 295, 0, 0, 2, 2, 242, 671 -po/ro.po, 255, 704, 793, 0, 0, 0, 0, 255, 704 -po/tg.po, 62, 77, 88, 1, 4, 179, 596, 242, 677 -po/bs.po, 254, 700, 676, 0, 0, 0, 0, 254, 700 -po/en@shaw.po, 52, 99, 99, 81, 229, 94, 294, 227, 622 -po/nn.po, 76, 161, 142, 66, 199, 85, 262, 227, 622 -po/eo.po, 177, 431, 400, 11, 41, 66, 228, 254, 700 -po/kk.po, 95, 189, 175, 0, 0, 159, 511, 254, 700 -po/ko.po, 254, 700, 648, 0, 0, 0, 0, 254, 700 -po/as.po, 254, 700, 719, 0, 0, 0, 0, 254, 700 -po/et.po, 79, 178, 160, 61, 176, 87, 268, 227, 622 -po/fa.po, 254, 700, 779, 0, 0, 0, 0, 254, 700 -po/is.po, 0, 0, 0, 0, 0, 227, 622, 227, 622 -po/ka.po, 0, 0, 0, 2, 3, 225, 619, 227, 622 -po/gu.po, 76, 157, 172, 64, 197, 87, 268, 227, 622 -po/mg.po, 0, 0, 0, 5, 9, 222, 613, 227, 622 -po/el.po, 255, 704, 738, 0, 0, 0, 0, 255, 704 -po/eu.po, 254, 700, 642, 0, 0, 0, 0, 254, 700 -po/ug.po, 242, 677, 643, 0, 0, 0, 0, 242, 677 -po/mai.po, 25, 33, 33, 22, 38, 180, 551, 227, 622 -po/ms.po, 54, 106, 100, 66, 172, 107, 344, 227, 622 -po/dz.po, 1, 1, 1, 21, 67, 205, 554, 227, 622 -po/sv.po, 255, 704, 608, 0, 0, 0, 0, 255, 704 -po/sr.po, 255, 704, 685, 0, 0, 0, 0, 255, 704 diff --git a/results/f30/gdb-8.2.91.20190401-23.fc30.src.rpm.errors.txt b/results/f30/gdb-8.2.91.20190401-23.fc30.src.rpm.errors.txt deleted file mode 100644 index 1f73ff4..0000000 --- a/results/f30/gdb-8.2.91.20190401-23.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/SRC-POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/Make-in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/BLD-POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 2: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/Make-in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 12: invalid start byte diff --git a/results/f30/gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv b/results/f30/gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv deleted file mode 100644 index b009d56..0000000 --- a/results/f30/gdb-8.2.91.20190401-23.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -bfd/po/uk.po, 1692, 11391, 12006, 0, 0, 0, 0, 1692, 11391 -bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/fr.po, 1692, 11391, 13903, 0, 0, 0, 0, 1692, 11391 -bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/pt.po, 1692, 11391, 12183, 0, 0, 0, 0, 1692, 11391 -bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1692, 11391, 1692, 11391 -bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -bfd/po/ru.po, 1692, 11391, 11334, 0, 0, 0, 0, 1692, 11391 -bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -opcodes/po/uk.po, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -opcodes/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/fr.po, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/pt_BR.gmo, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 453, 2685, 453, 2685 -opcodes/po/sv.po, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -opcodes/po/fr.gmo, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -opcodes/po/sv.gmo, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -opcodes/po/pt_BR.po, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/uk.gmo, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 diff --git a/results/f30/gdbm-1.18-4.fc30.src.rpm.errors.txt b/results/f30/gdbm-1.18-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 50f31a4..0000000 --- a/results/f30/gdbm-1.18-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/gdbm-1.18-4.fc30.src.rpm.stats.csv b/results/f30/gdbm-1.18-4.fc30.src.rpm.stats.csv deleted file mode 100644 index f7783c9..0000000 --- a/results/f30/gdbm-1.18-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,28 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.po, 205, 739, 686, 4, 19, 14, 55, 223, 813 -po/ja.po, 78, 246, 143, 53, 224, 92, 343, 223, 813 -po/sr.gmo, 205, 739, 810, 0, 0, 0, 0, 205, 739 -po/fr.po, 205, 739, 982, 4, 19, 14, 55, 223, 813 -po/pt_BR.po, 220, 800, 1003, 1, 7, 2, 6, 223, 813 -po/pl.gmo, 220, 800, 861, 0, 0, 0, 0, 220, 800 -po/fi.po, 165, 582, 512, 30, 134, 28, 97, 223, 813 -po/eo.gmo, 205, 739, 749, 0, 0, 0, 0, 205, 739 -po/uk.po, 220, 800, 903, 1, 7, 2, 6, 223, 813 -po/sv.po, 205, 739, 747, 4, 19, 14, 55, 223, 813 -po/vi.gmo, 220, 800, 1292, 0, 0, 0, 0, 220, 800 -po/gdbm.pot, 0, 0, 0, 0, 0, 223, 813, 223, 813 -po/de.po, 165, 582, 585, 30, 134, 28, 97, 223, 813 -po/da.gmo, 205, 739, 686, 0, 0, 0, 0, 205, 739 -po/vi.po, 220, 800, 1292, 1, 7, 2, 6, 223, 813 -po/eo.po, 205, 739, 749, 4, 19, 14, 55, 223, 813 -po/ja.gmo, 78, 246, 143, 0, 0, 0, 0, 78, 246 -po/uk.gmo, 220, 800, 903, 0, 0, 0, 0, 220, 800 -po/fi.gmo, 165, 582, 512, 0, 0, 0, 0, 165, 582 -po/fr.gmo, 205, 739, 982, 0, 0, 0, 0, 205, 739 -po/sv.gmo, 205, 739, 747, 0, 0, 0, 0, 205, 739 -po/de.gmo, 165, 582, 585, 0, 0, 0, 0, 165, 582 -po/pl.po, 220, 800, 861, 1, 7, 2, 6, 223, 813 -po/es.gmo, 205, 739, 813, 0, 0, 0, 0, 205, 739 -po/pt_BR.gmo, 220, 800, 1003, 0, 0, 0, 0, 220, 800 -po/sr.po, 205, 739, 810, 4, 19, 14, 55, 223, 813 -po/es.po, 205, 739, 813, 4, 19, 14, 55, 223, 813 diff --git a/results/f30/gdk-pixbuf2-2.38.1-1.fc30.src.rpm.errors.txt b/results/f30/gdk-pixbuf2-2.38.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 4718a43..0000000 --- a/results/f30/gdk-pixbuf2-2.38.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,11 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv b/results/f30/gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 1c6817a..0000000 --- a/results/f30/gdk-pixbuf2-2.38.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 212, 1415, 488, 0, 0, 0, 0, 212, 1415 -po/zh_HK.po, 203, 1360, 484, 0, 0, 0, 0, 203, 1360 -po/zh_CN.po, 208, 1393, 482, 0, 0, 0, 0, 208, 1393 -po/yi.po, 118, 792, 751, 73, 466, 11, 90, 202, 1348 -po/xh.po, 151, 987, 880, 45, 294, 6, 67, 202, 1348 -po/wa.po, 134, 910, 1377, 32, 181, 36, 257, 202, 1348 -po/vi.po, 202, 1351, 1831, 0, 0, 0, 0, 202, 1351 -po/uz@cyrillic.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -po/uz.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -po/uk.po, 203, 1360, 1432, 0, 0, 0, 0, 203, 1360 -po/ug.po, 202, 1354, 1107, 0, 0, 0, 0, 202, 1354 -po/tt.po, 67, 388, 269, 25, 118, 110, 842, 202, 1348 -po/tr.po, 212, 1415, 1157, 0, 0, 0, 0, 212, 1415 -po/tk.po, 18, 92, 81, 26, 119, 158, 1137, 202, 1348 -po/th.po, 203, 1360, 553, 0, 0, 0, 0, 203, 1360 -po/tg.po, 2, 9, 12, 0, 0, 200, 1345, 202, 1354 -po/te.po, 202, 1354, 1098, 0, 0, 0, 0, 202, 1354 -po/ta.po, 197, 1288, 1079, 5, 60, 0, 0, 202, 1348 -po/sv.po, 212, 1415, 1355, 0, 0, 0, 0, 212, 1415 -po/sr@latin.po, 211, 1409, 1518, 0, 0, 0, 0, 211, 1409 -po/sr@ije.po, 137, 915, 884, 59, 376, 6, 57, 202, 1348 -po/sr.po, 212, 1415, 1527, 0, 0, 0, 0, 212, 1415 -po/sq.po, 185, 1208, 1474, 12, 89, 5, 51, 202, 1348 -po/sl.po, 212, 1415, 1486, 0, 0, 0, 0, 212, 1415 -po/sk.po, 212, 1415, 1417, 0, 0, 0, 0, 212, 1415 -po/si.po, 151, 995, 995, 35, 204, 16, 149, 202, 1348 -po/ru.po, 208, 1393, 1505, 0, 0, 0, 0, 208, 1393 -po/ro.po, 212, 1415, 1671, 0, 0, 0, 0, 212, 1415 -po/pt_BR.po, 212, 1415, 1765, 0, 0, 0, 0, 212, 1415 -po/pt.po, 207, 1382, 1537, 0, 0, 0, 0, 207, 1382 -po/ps.po, 25, 120, 137, 4, 19, 173, 1209, 202, 1348 -po/pl.po, 212, 1415, 1491, 0, 0, 0, 0, 212, 1415 -po/pa.po, 203, 1360, 1608, 0, 0, 0, 0, 203, 1360 -po/or.po, 201, 1345, 1293, 0, 0, 0, 0, 201, 1345 -po/oc.po, 211, 1409, 1808, 0, 0, 0, 0, 211, 1409 -po/nso.po, 137, 915, 1487, 59, 376, 6, 57, 202, 1348 -po/nn.po, 185, 1208, 1176, 12, 89, 5, 51, 202, 1348 -po/nl.po, 212, 1415, 1357, 0, 0, 0, 0, 212, 1415 -po/ne.po, 158, 1061, 1021, 39, 236, 5, 51, 202, 1348 -po/nds.po, 49, 257, 283, 1, 3, 152, 1088, 202, 1348 -po/nb.po, 211, 1409, 1351, 0, 0, 0, 0, 211, 1409 -po/my.po, 184, 1192, 942, 12, 89, 6, 67, 202, 1348 -po/ms.po, 132, 870, 827, 56, 355, 14, 123, 202, 1348 -po/mr.po, 197, 1288, 1322, 5, 60, 0, 0, 202, 1348 -po/mn.po, 137, 915, 859, 59, 376, 6, 57, 202, 1348 -po/ml.po, 202, 1354, 1111, 0, 0, 0, 0, 202, 1354 -po/mk.po, 163, 1102, 1311, 34, 195, 5, 51, 202, 1348 -po/mi.po, 118, 741, 839, 58, 359, 26, 248, 202, 1348 -po/mai.po, 184, 1192, 1283, 12, 89, 6, 67, 202, 1348 -po/lv.po, 212, 1415, 1262, 0, 0, 0, 0, 212, 1415 -po/lt.po, 212, 1415, 1239, 0, 0, 0, 0, 212, 1415 -po/li.po, 118, 792, 749, 73, 466, 11, 90, 202, 1348 -po/ku.po, 177, 1171, 1263, 20, 126, 5, 51, 202, 1348 -po/ko.po, 212, 1415, 1217, 0, 0, 0, 0, 212, 1415 -po/kn.po, 186, 1213, 1047, 11, 84, 5, 51, 202, 1348 -po/km.po, 192, 1245, 598, 4, 27, 4, 66, 200, 1338 -po/kk.po, 61, 267, 257, 0, 0, 151, 1148, 212, 1415 -po/ka.po, 185, 1208, 995, 12, 89, 5, 51, 202, 1348 -po/ja.po, 202, 1354, 518, 0, 0, 0, 0, 202, 1354 -po/it.po, 212, 1415, 1608, 0, 0, 0, 0, 212, 1415 -po/is.po, 212, 1415, 1376, 0, 0, 0, 0, 212, 1415 -po/io.po, 57, 299, 276, 25, 117, 120, 932, 202, 1348 -po/id.po, 212, 1415, 1401, 0, 0, 0, 0, 212, 1415 -po/ia.po, 6, 49, 42, 29, 173, 167, 1126, 202, 1348 -po/hy.po, 194, 1250, 1187, 8, 98, 0, 0, 202, 1348 -po/hu.po, 212, 1415, 1300, 0, 0, 0, 0, 212, 1415 -po/hr.po, 212, 1415, 1351, 0, 0, 0, 0, 212, 1415 -po/hi.po, 202, 1354, 1605, 0, 0, 0, 0, 202, 1354 -po/he.po, 211, 1409, 1349, 0, 0, 0, 0, 211, 1409 -po/gu.po, 184, 1192, 1226, 12, 89, 6, 67, 202, 1348 -po/gl.po, 212, 1415, 1920, 0, 0, 0, 0, 212, 1415 -po/ga.po, 172, 1060, 1278, 5, 50, 25, 238, 202, 1348 -po/fur.po, 212, 1415, 1851, 0, 0, 0, 0, 212, 1415 -po/fr.po, 212, 1415, 1797, 0, 0, 0, 0, 212, 1415 -po/fi.po, 148, 872, 665, 42, 420, 21, 117, 211, 1409 -po/fa.po, 150, 991, 1035, 45, 294, 7, 63, 202, 1348 -po/eu.po, 212, 1415, 1358, 0, 0, 0, 0, 212, 1415 -po/et.po, 203, 1360, 1095, 0, 0, 0, 0, 203, 1360 -po/es.po, 212, 1415, 1924, 0, 0, 0, 0, 212, 1415 -po/eo.po, 163, 1201, 1057, 4, 41, 41, 151, 208, 1393 -po/en_GB.po, 211, 1409, 1409, 0, 0, 0, 0, 211, 1409 -po/en_CA.po, 175, 1166, 1168, 22, 131, 5, 51, 202, 1348 -po/en@shaw.po, 174, 1158, 1158, 28, 190, 0, 0, 202, 1348 -po/el.po, 212, 1415, 1660, 0, 0, 0, 0, 212, 1415 -po/dz.po, 162, 1095, 573, 35, 202, 5, 51, 202, 1348 -po/de.po, 212, 1415, 1398, 0, 0, 0, 0, 212, 1415 -po/da.po, 212, 1415, 1314, 0, 0, 0, 0, 212, 1415 -po/cy.po, 175, 1162, 1357, 22, 135, 5, 51, 202, 1348 -po/csb.po, 66, 481, 474, 4, 43, 131, 821, 201, 1345 -po/cs.po, 212, 1415, 1450, 0, 0, 0, 0, 212, 1415 -po/crh.po, 202, 1354, 1118, 0, 0, 0, 0, 202, 1354 -po/ca@valencia.po, 211, 1409, 1916, 0, 0, 0, 0, 211, 1409 -po/ca.po, 211, 1409, 1917, 0, 0, 0, 0, 211, 1409 -po/bs.po, 228, 1478, 1532, 0, 0, 0, 0, 228, 1478 -po/br.po, 53, 264, 326, 7, 39, 142, 1045, 202, 1348 -po/bn_IN.po, 197, 1288, 1310, 5, 60, 0, 0, 202, 1348 -po/bn.po, 195, 1266, 1254, 7, 82, 0, 0, 202, 1348 -po/bg.po, 205, 1372, 1774, 0, 0, 0, 0, 205, 1372 -po/be@latin.po, 185, 1208, 1205, 12, 89, 5, 51, 202, 1348 -po/be.po, 211, 1409, 1436, 0, 0, 0, 0, 211, 1409 -po/az.po, 137, 915, 795, 59, 376, 6, 57, 202, 1348 -po/ast.po, 197, 1288, 1581, 5, 60, 0, 0, 202, 1348 -po/as.po, 203, 1360, 1264, 0, 0, 0, 0, 203, 1360 -po/ar.po, 195, 1266, 1236, 7, 82, 0, 0, 202, 1348 -po/ang.po, 42, 223, 183, 32, 163, 128, 962, 202, 1348 -po/af.po, 183, 1180, 1152, 8, 72, 11, 96, 202, 1348 diff --git a/results/f30/gdm-3.32.0-3.fc30.src.rpm.errors.txt b/results/f30/gdm-3.32.0-3.fc30.src.rpm.errors.txt deleted file mode 100644 index fc3addf..0000000 --- a/results/f30/gdm-3.32.0-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,85 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./docs/id/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/id/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./docs/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/pt_BR/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/de/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/gl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ca/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/el/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./docs/oc/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/oc/oc.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/oc/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/es/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sv/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/uk/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/uk/uk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/uk/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/tr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/tr/tr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/tr/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/cs/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/zh_CN/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/it/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/it/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ko/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ko/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/en_GB/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/en_GB/en_GB.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/en_GB/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/fr/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ru/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/te/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/te/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ro/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ro/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/hu/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' diff --git a/results/f30/gdm-3.32.0-3.fc30.src.rpm.stats.csv b/results/f30/gdm-3.32.0-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 8291be4..0000000 --- a/results/f30/gdm-3.32.0-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,237 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -docs/id/id.po, 355, 9360, 8302, 0, 0, 0, 0, 355, 9360 -docs/pt_BR/pt_BR.po, 35, 114, 137, 3, 30, 316, 9161, 354, 9305 -docs/de/de.po, 355, 9360, 8559, 0, 0, 0, 0, 355, 9360 -docs/sl/sl.po, 39, 51, 51, 0, 0, 329, 9133, 368, 9184 -docs/gl/gl.po, 287, 6022, 6295, 0, 0, 68, 3338, 355, 9360 -docs/ca/ca.po, 354, 9346, 9902, 1, 14, 0, 0, 355, 9360 -docs/el/el.po, 355, 9360, 9757, 0, 0, 0, 0, 355, 9360 -docs/oc/oc.po, 5, 5, 5, 0, 0, 1229, 30404, 1234, 30409 -docs/es/es.po, 355, 9360, 10345, 0, 0, 0, 0, 355, 9360 -docs/sv/sv.po, 355, 9360, 8129, 0, 0, 0, 0, 355, 9360 -docs/uk/uk.po, 863, 14012, 11584, 127, 4651, 95, 5569, 1085, 24232 -docs/tr/tr.po, 41, 156, 151, 0, 0, 314, 9204, 355, 9360 -docs/cs/cs.po, 355, 9360, 8300, 0, 0, 0, 0, 355, 9360 -docs/zh_CN/zh_CN.po, 355, 9360, 1812, 0, 0, 0, 0, 355, 9360 -docs/it/it.po, 68, 1304, 1351, 0, 0, 248, 6350, 316, 7654 -docs/ko/ko.po, 411, 502, 503, 11, 24, 788, 28731, 1210, 29257 -docs/en_GB/en_GB.po, 333, 7968, 7974, 0, 0, 0, 0, 333, 7968 -docs/fr/fr.po, 355, 9360, 10190, 0, 0, 0, 0, 355, 9360 -docs/ru/ru.po, 293, 6757, 5318, 17, 946, 44, 1595, 354, 9298 -docs/te/te.po, 22, 52, 52, 0, 0, 348, 9227, 370, 9279 -docs/ro/ro.po, 355, 9360, 9532, 0, 0, 0, 0, 355, 9360 -docs/hu/hu.po, 30, 645, 504, 0, 0, 325, 8715, 355, 9360 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_GB.po, 84, 622, 622, 0, 0, 0, 0, 84, 622 -po/da.po, 88, 629, 558, 0, 0, 0, 0, 88, 629 -po/zu.po, 7, 21, 22, 35, 224, 45, 405, 87, 650 -po/zh_CN.gmo, 88, 629, 157, 0, 0, 0, 0, 88, 629 -po/nl.gmo, 88, 629, 571, 0, 0, 0, 0, 88, 629 -po/he.po, 84, 622, 607, 0, 0, 0, 0, 84, 622 -po/ko.po, 88, 629, 478, 0, 0, 0, 0, 88, 629 -po/mai.po, 42, 205, 220, 19, 145, 26, 300, 87, 650 -po/eo.gmo, 88, 629, 580, 0, 0, 0, 0, 88, 629 -po/kn.po, 78, 566, 445, 3, 15, 6, 69, 87, 650 -po/ga.gmo, 40, 173, 218, 0, 0, 0, 0, 40, 173 -po/fa.po, 85, 626, 734, 0, 0, 0, 0, 85, 626 -po/kab.gmo, 87, 650, 752, 0, 0, 0, 0, 87, 650 -po/ko.gmo, 88, 629, 478, 0, 0, 0, 0, 88, 629 -po/da.gmo, 88, 629, 558, 0, 0, 0, 0, 88, 629 -po/be@latin.po, 38, 171, 170, 21, 129, 28, 350, 87, 650 -po/nn.gmo, 50, 299, 265, 0, 0, 0, 0, 50, 299 -po/ga.po, 40, 173, 218, 5, 26, 42, 451, 87, 650 -po/te.gmo, 81, 619, 487, 0, 0, 0, 0, 81, 619 -po/ky.gmo, 67, 524, 422, 0, 0, 0, 0, 67, 524 -po/kab.po, 87, 650, 752, 0, 0, 0, 0, 87, 650 -po/uk.po, 84, 622, 524, 0, 0, 0, 0, 84, 622 -po/tg.po, 87, 650, 659, 0, 0, 0, 0, 87, 650 -po/bn.po, 49, 258, 280, 12, 57, 26, 335, 87, 650 -po/it.po, 88, 629, 702, 0, 0, 0, 0, 88, 629 -po/km.po, 80, 578, 216, 3, 15, 4, 57, 87, 650 -po/rw.gmo, 1, 1, 2, 0, 0, 0, 0, 1, 1 -po/bg.po, 85, 626, 694, 0, 0, 0, 0, 85, 626 -po/fy.gmo, 22, 93, 80, 0, 0, 0, 0, 22, 93 -po/fr.po, 88, 629, 744, 0, 0, 0, 0, 88, 629 -po/bs.po, 87, 650, 629, 0, 0, 0, 0, 87, 650 -po/kn.gmo, 78, 566, 445, 0, 0, 0, 0, 78, 566 -po/ku.po, 31, 121, 122, 16, 97, 40, 432, 87, 650 -po/eo.po, 88, 629, 580, 0, 0, 0, 0, 88, 629 -po/it.gmo, 88, 629, 702, 0, 0, 0, 0, 88, 629 -po/el.po, 88, 629, 684, 0, 0, 0, 0, 88, 629 -po/an.gmo, 87, 650, 790, 0, 0, 0, 0, 87, 650 -po/gd.po, 88, 629, 851, 0, 0, 0, 0, 88, 629 -po/sv.po, 88, 629, 567, 0, 0, 0, 0, 88, 629 -po/th.gmo, 87, 650, 197, 0, 0, 0, 0, 87, 650 -po/de.gmo, 88, 629, 617, 0, 0, 0, 0, 88, 629 -po/gu.gmo, 84, 622, 636, 0, 0, 0, 0, 84, 622 -po/eu.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/sr@latin.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/be.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/af.gmo, 88, 629, 627, 0, 0, 0, 0, 88, 629 -po/fy.po, 22, 93, 80, 11, 52, 54, 505, 87, 650 -po/wa.gmo, 3, 8, 17, 0, 0, 0, 0, 3, 8 -po/xh.po, 7, 21, 26, 35, 224, 45, 405, 87, 650 -po/nso.po, 7, 21, 37, 35, 224, 45, 405, 87, 650 -po/si.gmo, 20, 116, 110, 0, 0, 0, 0, 20, 116 -po/mg.po, 34, 159, 174, 19, 142, 34, 349, 87, 650 -po/ms.po, 81, 619, 574, 4, 19, 2, 12, 87, 650 -po/nso.gmo, 7, 21, 37, 0, 0, 0, 0, 7, 21 -po/csb.po, 25, 112, 117, 10, 46, 52, 492, 87, 650 -po/uz@cyrillic.po, 45, 228, 184, 4, 19, 38, 403, 87, 650 -po/gl.po, 88, 629, 817, 0, 0, 0, 0, 88, 629 -po/hi.po, 80, 578, 697, 3, 15, 4, 57, 87, 650 -po/bs.gmo, 87, 650, 629, 0, 0, 0, 0, 87, 650 -po/ug.gmo, 75, 558, 454, 0, 0, 0, 0, 75, 558 -po/si.po, 20, 116, 110, 21, 143, 46, 391, 87, 650 -po/xh.gmo, 7, 21, 26, 0, 0, 0, 0, 7, 21 -po/tr.gmo, 88, 629, 549, 0, 0, 0, 0, 88, 629 -po/ca.gmo, 88, 629, 802, 0, 0, 0, 0, 88, 629 -po/en_GB.gmo, 84, 622, 622, 0, 0, 0, 0, 84, 622 -po/ta.po, 81, 619, 488, 3, 15, 3, 16, 87, 650 -po/hu.po, 88, 629, 555, 0, 0, 0, 0, 88, 629 -po/sr.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/or.gmo, 81, 619, 585, 0, 0, 0, 0, 81, 619 -po/eu.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/mr.po, 81, 619, 533, 3, 15, 3, 16, 87, 650 -po/ru.gmo, 88, 629, 574, 0, 0, 0, 0, 88, 629 -po/lt.gmo, 88, 629, 512, 0, 0, 0, 0, 88, 629 -po/lt.po, 88, 629, 512, 0, 0, 0, 0, 88, 629 -po/en_CA.gmo, 8, 30, 31, 0, 0, 0, 0, 8, 30 -po/fr.gmo, 88, 629, 744, 0, 0, 0, 0, 88, 629 -po/af.po, 88, 629, 627, 0, 0, 0, 0, 88, 629 -po/sr.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/es.po, 88, 629, 811, 0, 0, 0, 0, 88, 629 -po/csb.gmo, 25, 112, 117, 0, 0, 0, 0, 25, 112 -po/he.gmo, 84, 622, 607, 0, 0, 0, 0, 84, 622 -po/tg.gmo, 87, 650, 659, 0, 0, 0, 0, 87, 650 -po/ky.po, 67, 524, 422, 7, 41, 13, 85, 87, 650 -po/uz.po, 8, 17, 15, 4, 21, 75, 612, 87, 650 -po/pa.gmo, 88, 629, 722, 0, 0, 0, 0, 88, 629 -po/sk.po, 88, 629, 609, 0, 0, 0, 0, 88, 629 -po/el.gmo, 88, 629, 684, 0, 0, 0, 0, 88, 629 -po/es.gmo, 88, 629, 811, 0, 0, 0, 0, 88, 629 -po/mr.gmo, 81, 619, 533, 0, 0, 0, 0, 81, 619 -po/am.gmo, 2, 2, 3, 0, 0, 0, 0, 2, 2 -po/ca@valencia.gmo, 85, 626, 799, 0, 0, 0, 0, 85, 626 -po/be.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/id.po, 88, 629, 592, 0, 0, 0, 0, 88, 629 -po/gv.gmo, 41, 206, 246, 0, 0, 0, 0, 41, 206 -po/sq.po, 37, 175, 207, 23, 176, 27, 299, 87, 650 -po/crh.gmo, 73, 514, 437, 0, 0, 0, 0, 73, 514 -po/hi.gmo, 80, 578, 697, 0, 0, 0, 0, 80, 578 -po/fi.gmo, 88, 629, 441, 0, 0, 0, 0, 88, 629 -po/is.po, 88, 629, 636, 0, 0, 0, 0, 88, 629 -po/en@shaw.po, 28, 119, 119, 33, 196, 26, 335, 87, 650 -po/ro.po, 88, 629, 667, 0, 0, 0, 0, 88, 629 -po/rw.po, 1, 1, 2, 39, 239, 47, 410, 87, 650 -po/ne.po, 85, 626, 520, 0, 0, 0, 0, 85, 626 -po/nb.gmo, 85, 626, 577, 0, 0, 0, 0, 85, 626 -po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/crh.po, 73, 514, 437, 5, 64, 9, 72, 87, 650 -po/de.po, 88, 629, 617, 0, 0, 0, 0, 88, 629 -po/tr.po, 88, 629, 549, 0, 0, 0, 0, 88, 629 -po/sl.po, 88, 629, 612, 0, 0, 0, 0, 88, 629 -po/zu.gmo, 7, 21, 22, 0, 0, 0, 0, 7, 21 -po/nl.po, 88, 629, 571, 0, 0, 0, 0, 88, 629 -po/ms.gmo, 81, 619, 574, 0, 0, 0, 0, 81, 619 -po/az.po, 7, 21, 27, 35, 224, 45, 405, 87, 650 -po/zh_HK.po, 87, 650, 161, 0, 0, 0, 0, 87, 650 -po/ka.gmo, 4, 6, 7, 0, 0, 0, 0, 4, 6 -po/hr.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/oc.gmo, 88, 629, 734, 0, 0, 0, 0, 88, 629 -po/ps.gmo, 27, 109, 124, 0, 0, 0, 0, 27, 109 -po/zh_HK.gmo, 87, 650, 161, 0, 0, 0, 0, 87, 650 -po/sk.gmo, 88, 629, 609, 0, 0, 0, 0, 88, 629 -po/th.po, 87, 650, 197, 0, 0, 0, 0, 87, 650 -po/gd.gmo, 88, 629, 851, 0, 0, 0, 0, 88, 629 -po/br.po, 44, 218, 269, 17, 97, 26, 335, 87, 650 -po/bn_IN.gmo, 80, 578, 602, 0, 0, 0, 0, 80, 578 -po/ku.gmo, 31, 121, 122, 0, 0, 0, 0, 31, 121 -po/et.po, 88, 629, 505, 0, 0, 0, 0, 88, 629 -po/sq.gmo, 37, 175, 207, 0, 0, 0, 0, 37, 175 -po/mai.gmo, 42, 205, 220, 0, 0, 0, 0, 42, 205 -po/id.gmo, 88, 629, 592, 0, 0, 0, 0, 88, 629 -po/mn.po, 7, 21, 21, 35, 224, 45, 405, 87, 650 -po/wa.po, 3, 8, 17, 16, 74, 68, 568, 87, 650 -po/ug.po, 75, 558, 454, 4, 23, 8, 69, 87, 650 -po/vi.po, 88, 629, 879, 0, 0, 0, 0, 88, 629 -po/pl.gmo, 88, 629, 585, 0, 0, 0, 0, 88, 629 -po/sv.gmo, 88, 629, 567, 0, 0, 0, 0, 88, 629 -po/sr@latin.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/an.po, 87, 650, 790, 0, 0, 0, 0, 87, 650 -po/kk.po, 88, 629, 539, 0, 0, 0, 0, 88, 629 -po/pt_BR.po, 88, 629, 788, 0, 0, 0, 0, 88, 629 -po/zh_CN.po, 88, 629, 157, 0, 0, 0, 0, 88, 629 -po/oc.po, 88, 629, 734, 0, 0, 0, 0, 88, 629 -po/gv.po, 41, 206, 246, 16, 91, 30, 353, 87, 650 -po/hr.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/en@shaw.gmo, 28, 119, 119, 0, 0, 0, 0, 28, 119 -po/cy.po, 8, 30, 33, 33, 217, 46, 403, 87, 650 -po/pt.po, 84, 622, 711, 0, 0, 0, 0, 84, 622 -po/nb.po, 85, 626, 577, 0, 0, 0, 0, 85, 626 -po/bn_IN.po, 80, 578, 602, 3, 15, 4, 57, 87, 650 -po/ml.po, 88, 629, 480, 0, 0, 0, 0, 88, 629 -po/cy.gmo, 8, 30, 33, 0, 0, 0, 0, 8, 30 -po/mi.po, 0, 0, 0, 1, 2, 86, 648, 87, 650 -po/is.gmo, 88, 629, 636, 0, 0, 0, 0, 88, 629 -po/nds.po, 24, 87, 87, 6, 26, 57, 537, 87, 650 -po/ja.po, 87, 626, 171, 0, 0, 1, 3, 88, 629 -po/bn.gmo, 49, 258, 280, 0, 0, 0, 0, 49, 258 -po/ast.gmo, 57, 352, 403, 0, 0, 0, 0, 57, 352 -po/ar.po, 87, 620, 531, 1, 9, 0, 0, 88, 629 -po/cs.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/km.gmo, 80, 578, 216, 0, 0, 0, 0, 80, 578 -po/gu.po, 84, 622, 636, 0, 0, 0, 0, 84, 622 -po/fur.po, 88, 629, 764, 0, 0, 0, 0, 88, 629 -po/lv.po, 88, 629, 527, 0, 0, 0, 0, 88, 629 -po/kk.gmo, 88, 629, 539, 0, 0, 0, 0, 88, 629 -po/hy.po, 1, 1, 1, 9, 40, 77, 609, 87, 650 -po/ka.po, 4, 6, 7, 38, 212, 45, 432, 87, 650 -po/ca@valencia.po, 85, 626, 799, 0, 0, 0, 0, 85, 626 -po/cs.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/bg.gmo, 85, 626, 694, 0, 0, 0, 0, 85, 626 -po/mk.gmo, 60, 422, 490, 0, 0, 0, 0, 60, 422 -po/en_CA.po, 8, 30, 31, 33, 217, 46, 403, 87, 650 -po/ast.po, 57, 352, 403, 13, 89, 17, 209, 87, 650 -po/uz@cyrillic.gmo, 45, 228, 184, 0, 0, 0, 0, 45, 228 -po/gl.gmo, 88, 629, 817, 0, 0, 0, 0, 88, 629 -po/pt_BR.gmo, 88, 629, 788, 0, 0, 0, 0, 88, 629 -po/mk.po, 60, 422, 490, 14, 95, 13, 133, 87, 650 -po/be@latin.gmo, 38, 171, 170, 0, 0, 0, 0, 38, 171 -po/fur.gmo, 88, 629, 764, 0, 0, 0, 0, 88, 629 -po/fi.po, 88, 629, 441, 0, 0, 0, 0, 88, 629 -po/ja.gmo, 87, 626, 171, 0, 0, 0, 0, 87, 626 -po/pl.po, 88, 629, 585, 0, 0, 0, 0, 88, 629 -po/ne.gmo, 85, 626, 520, 0, 0, 0, 0, 85, 626 -po/ca.po, 88, 629, 802, 0, 0, 0, 0, 88, 629 -po/vi.gmo, 88, 629, 879, 0, 0, 0, 0, 88, 629 -po/gdm.pot, 0, 0, 0, 0, 0, 88, 629, 88, 629 -po/ta.gmo, 81, 619, 488, 0, 0, 0, 0, 81, 619 -po/uk.gmo, 84, 622, 524, 0, 0, 0, 0, 84, 622 -po/sl.gmo, 88, 629, 612, 0, 0, 0, 0, 88, 629 -po/mg.gmo, 34, 159, 174, 0, 0, 0, 0, 34, 159 -po/pa.po, 88, 629, 722, 0, 0, 0, 0, 88, 629 -po/dz.po, 12, 50, 22, 37, 236, 38, 364, 87, 650 -po/lv.gmo, 88, 629, 527, 0, 0, 0, 0, 88, 629 -po/dz.gmo, 12, 50, 22, 0, 0, 0, 0, 12, 50 -po/et.gmo, 88, 629, 505, 0, 0, 0, 0, 88, 629 -po/te.po, 81, 619, 487, 3, 15, 3, 16, 87, 650 -po/br.gmo, 44, 218, 269, 0, 0, 0, 0, 44, 218 -po/hy.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/uz.gmo, 8, 17, 15, 0, 0, 0, 0, 8, 17 -po/as.gmo, 81, 619, 593, 0, 0, 0, 0, 81, 619 -po/az.gmo, 7, 21, 27, 0, 0, 0, 0, 7, 21 -po/as.po, 81, 619, 593, 3, 15, 3, 16, 87, 650 -po/or.po, 81, 619, 585, 3, 15, 3, 16, 87, 650 -po/ml.gmo, 88, 629, 480, 0, 0, 0, 0, 88, 629 -po/nn.po, 50, 299, 265, 17, 85, 20, 266, 87, 650 -po/pt.gmo, 84, 622, 711, 0, 0, 0, 0, 84, 622 -po/zh_TW.gmo, 88, 629, 160, 0, 0, 0, 0, 88, 629 -po/ro.gmo, 88, 629, 667, 0, 0, 0, 0, 88, 629 -po/hu.gmo, 88, 629, 555, 0, 0, 0, 0, 88, 629 -po/ru.po, 88, 629, 574, 0, 0, 0, 0, 88, 629 -po/mn.gmo, 7, 21, 21, 0, 0, 0, 0, 7, 21 -po/zh_TW.po, 88, 629, 160, 0, 0, 0, 0, 88, 629 -po/ps.po, 27, 109, 124, 12, 76, 48, 465, 87, 650 -po/am.po, 2, 2, 3, 5, 9, 80, 639, 87, 650 -po/nds.gmo, 24, 87, 87, 0, 0, 0, 0, 24, 87 diff --git a/results/f30/gedit-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gedit-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 1d3d8b1..0000000 --- a/results/f30/gedit-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,67 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/schematron.sh) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gnome-help.sct) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-undo-recent-action.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-tabs.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-tabs-moving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-tab-groups.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-syntax-highlighting.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-shortcut-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-save-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-replace.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-quickstart.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-snippets.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-quick-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-pyconsole.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-modelines.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-install.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-insert-date-time.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-file-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-external-tools.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-doc-stats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-change-case.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugin-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-recent.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-on-server.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-files.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-files-from-sidepane.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-full-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-files-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-edit-as-root.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-create-new-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-close-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-change-default-font.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-change-color-scheme.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gedit-icon.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/check_status.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gedit-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gedit-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 6cba452..0000000 --- a/results/f30/gedit-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,135 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 433, 5312, 1030, 0, 0, 0, 0, 433, 5312 -help/zh_HK/zh_HK.po, 436, 5390, 1035, 0, 0, 0, 0, 436, 5390 -help/zh_CN/zh_CN.po, 581, 6612, 1204, 0, 0, 0, 0, 581, 6612 -help/uk/uk.po, 552, 6577, 5320, 0, 0, 0, 0, 552, 6577 -help/th/th.po, 219, 2555, 778, 0, 0, 456, 5022, 675, 7577 -help/te/te.po, 15, 29, 30, 0, 0, 580, 7436, 595, 7465 -help/sv/sv.po, 580, 6562, 6086, 0, 0, 0, 0, 580, 6562 -help/sl/sl.po, 600, 7570, 6316, 0, 0, 0, 0, 600, 7570 -help/ru/ru.po, 580, 6559, 5328, 0, 0, 0, 0, 580, 6559 -help/ro/ro.po, 580, 6559, 6440, 0, 0, 0, 0, 580, 6559 -help/pt_BR/pt_BR.po, 580, 6559, 6907, 0, 0, 0, 0, 580, 6559 -help/pl/pl.po, 580, 6562, 5098, 0, 0, 0, 0, 580, 6562 -help/oc/oc.po, 96, 141, 165, 0, 0, 592, 7615, 688, 7756 -help/lv/lv.po, 581, 6603, 5046, 0, 0, 0, 0, 581, 6603 -help/ko/ko.po, 692, 7740, 5726, 0, 0, 0, 0, 692, 7740 -help/ja/ja.po, 71, 316, 168, 164, 1181, 366, 6089, 601, 7586 -help/it/it.po, 675, 7613, 7707, 0, 0, 0, 0, 675, 7613 -help/id/id.po, 581, 6603, 5951, 0, 0, 0, 0, 581, 6603 -help/hu/hu.po, 580, 6562, 5469, 0, 0, 0, 0, 580, 6562 -help/gl/gl.po, 580, 6559, 6456, 0, 0, 0, 0, 580, 6559 -help/fr/fr.po, 580, 6559, 7117, 0, 0, 0, 0, 580, 6559 -help/fi/fi.po, 211, 2280, 1403, 133, 1567, 208, 2730, 552, 6577 -help/eu/eu.po, 675, 7577, 5738, 0, 0, 0, 0, 675, 7577 -help/es/es.po, 580, 6559, 6779, 0, 0, 0, 0, 580, 6559 -help/el/el.po, 581, 6612, 6702, 0, 0, 0, 0, 581, 6612 -help/de/de.po, 580, 6559, 6298, 0, 0, 0, 0, 580, 6559 -help/da/da.po, 670, 7555, 7171, 0, 0, 0, 0, 670, 7555 -help/cs/cs.po, 580, 6559, 5867, 0, 0, 0, 0, 580, 6559 -help/ca/ca.po, 671, 7557, 8440, 3, 13, 1, 7, 675, 7577 -help/bg/bg.po, 595, 7465, 6650, 0, 0, 0, 0, 595, 7465 -help/ar/ar.po, 513, 4492, 3525, 3, 62, 153, 2637, 669, 7191 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 727, 4279, 979, 0, 0, 0, 0, 727, 4279 -po/zh_HK.po, 682, 4080, 930, 0, 0, 0, 0, 682, 4080 -po/zh_CN.po, 721, 4267, 1051, 0, 0, 0, 0, 721, 4267 -po/xh.po, 999, 4120, 3612, 17, 73, 3, 12, 1019, 4205 -po/wa.po, 501, 2030, 2528, 128, 511, 391, 1665, 1020, 4206 -po/vi.po, 726, 4278, 5307, 0, 0, 0, 0, 726, 4278 -po/uk.po, 722, 4266, 3754, 0, 0, 0, 0, 722, 4266 -po/ug.po, 754, 4362, 3285, 0, 0, 0, 0, 754, 4362 -po/tr.po, 727, 4279, 3412, 0, 0, 0, 0, 727, 4279 -po/tk.po, 526, 2502, 2118, 179, 906, 315, 798, 1020, 4206 -po/th.po, 722, 4266, 1225, 0, 0, 0, 0, 722, 4266 -po/tg.po, 150, 214, 257, 1, 1, 603, 4147, 754, 4362 -po/te.po, 683, 4083, 3336, 0, 0, 0, 0, 683, 4083 -po/ta.po, 684, 4084, 3444, 0, 0, 0, 0, 684, 4084 -po/sv.po, 727, 4279, 4044, 0, 0, 0, 0, 727, 4279 -po/sr@latin.po, 721, 4267, 4427, 0, 0, 0, 0, 721, 4267 -po/sr.po, 726, 4278, 4434, 0, 0, 0, 0, 726, 4278 -po/sq.po, 1093, 4942, 5720, 0, 0, 0, 0, 1093, 4942 -po/sl.po, 727, 4279, 4169, 0, 0, 0, 0, 727, 4279 -po/sk.po, 721, 4267, 4036, 0, 0, 0, 0, 721, 4267 -po/si.po, 659, 1941, 2161, 0, 0, 443, 3122, 1102, 5063 -po/rw.po, 202, 244, 252, 648, 3615, 170, 347, 1020, 4206 -po/ru.po, 726, 4278, 3713, 0, 0, 0, 0, 726, 4278 -po/ro.po, 727, 4279, 4696, 0, 0, 0, 0, 727, 4279 -po/pt_BR.po, 726, 4278, 4795, 0, 0, 0, 0, 726, 4278 -po/pt.po, 722, 4266, 4599, 0, 0, 0, 0, 722, 4266 -po/ps.po, 622, 1929, 2072, 0, 0, 475, 3081, 1097, 5010 -po/pl.po, 727, 4279, 4056, 0, 0, 0, 0, 727, 4279 -po/pa.po, 720, 4220, 4558, 0, 0, 0, 0, 720, 4220 -po/or.po, 684, 4084, 4096, 0, 0, 0, 0, 684, 4084 -po/oc.po, 721, 4267, 4839, 0, 0, 0, 0, 721, 4267 -po/nn.po, 655, 3549, 3368, 1, 1, 92, 799, 748, 4349 -po/nl.po, 726, 4278, 4222, 0, 0, 0, 0, 726, 4278 -po/ne.po, 477, 2356, 2329, 219, 1497, 26, 413, 722, 4266 -po/nds.po, 239, 438, 408, 0, 0, 861, 4515, 1100, 4953 -po/nb.po, 721, 4271, 4034, 0, 0, 0, 0, 721, 4271 -po/my.po, 475, 1513, 1137, 0, 0, 633, 3491, 1108, 5004 -po/ms.po, 541, 2390, 2105, 176, 884, 303, 932, 1020, 4206 -po/mr.po, 683, 4083, 3807, 0, 0, 0, 0, 683, 4083 -po/mn.po, 507, 2180, 1901, 211, 1293, 301, 732, 1019, 4205 -po/ml.po, 721, 4271, 3425, 0, 0, 0, 0, 721, 4271 -po/mk.po, 739, 4316, 4378, 0, 0, 0, 0, 739, 4316 -po/mi.po, 54, 68, 74, 131, 232, 835, 3906, 1020, 4206 -po/mg.po, 1032, 4328, 4766, 14, 45, 0, 0, 1046, 4373 -po/mai.po, 1104, 4965, 5469, 0, 0, 0, 0, 1104, 4965 -po/lv.po, 726, 4278, 3700, 0, 0, 0, 0, 726, 4278 -po/lt.po, 726, 4278, 3570, 0, 0, 0, 0, 726, 4278 -po/ln.po, 724, 4280, 4594, 0, 0, 0, 0, 724, 4280 -po/la.po, 8, 9, 16, 0, 0, 1085, 4933, 1093, 4942 -po/ku.po, 297, 676, 760, 19, 39, 786, 4348, 1102, 5063 -po/ko.po, 726, 4278, 3070, 0, 0, 0, 0, 726, 4278 -po/kn.po, 684, 4084, 3430, 0, 0, 0, 0, 684, 4084 -po/km.po, 751, 4360, 1654, 0, 0, 0, 0, 751, 4360 -po/kk.po, 669, 3162, 2540, 0, 0, 57, 1116, 726, 4278 -po/ka.po, 311, 491, 475, 371, 1693, 352, 2099, 1034, 4283 -po/ja.po, 726, 4278, 1001, 0, 0, 0, 0, 726, 4278 -po/it.po, 726, 4278, 4460, 0, 0, 0, 0, 726, 4278 -po/is.po, 713, 3933, 3647, 0, 0, 8, 338, 721, 4271 -po/id.po, 727, 4279, 3938, 0, 0, 0, 0, 727, 4279 -po/hy.po, 156, 415, 357, 0, 0, 877, 3917, 1033, 4332 -po/hu.po, 727, 4279, 3670, 0, 0, 0, 0, 727, 4279 -po/hr.po, 721, 4271, 4078, 0, 0, 0, 0, 721, 4271 -po/hi.po, 683, 4083, 4844, 0, 0, 0, 0, 683, 4083 -po/he.po, 722, 4266, 3803, 0, 0, 0, 0, 722, 4266 -po/gu.po, 712, 4184, 4421, 0, 0, 0, 0, 712, 4184 -po/gl.po, 727, 4279, 4824, 0, 0, 0, 0, 727, 4279 -po/gd.po, 721, 4267, 6000, 0, 0, 0, 0, 721, 4267 -po/ga.po, 397, 996, 1124, 35, 158, 315, 3122, 747, 4276 -po/fur.po, 726, 4278, 4913, 0, 0, 0, 0, 726, 4278 -po/fr.po, 727, 4279, 4917, 0, 0, 0, 0, 727, 4279 -po/fi.po, 726, 4278, 3165, 0, 0, 0, 0, 726, 4278 -po/fa.po, 722, 4266, 4793, 0, 0, 0, 0, 722, 4266 -po/eu.po, 726, 4278, 3477, 0, 0, 0, 0, 726, 4278 -po/et.po, 747, 4276, 3369, 0, 0, 0, 0, 747, 4276 -po/es.po, 727, 4279, 4808, 0, 0, 0, 0, 727, 4279 -po/eo.po, 710, 4084, 3756, 0, 0, 0, 0, 710, 4084 -po/en_GB.po, 721, 4267, 4294, 0, 0, 0, 0, 721, 4267 -po/en_CA.po, 1028, 4339, 4344, 0, 0, 0, 0, 1028, 4339 -po/en@shaw.po, 1110, 5063, 5069, 0, 0, 0, 0, 1110, 5063 -po/el.po, 727, 4279, 4479, 0, 0, 0, 0, 727, 4279 -po/dz.po, 1099, 4983, 2458, 0, 0, 0, 0, 1099, 4983 -po/de.po, 727, 4279, 4260, 0, 0, 0, 0, 727, 4279 -po/da.po, 726, 4278, 3909, 0, 0, 0, 0, 726, 4278 -po/cy.po, 953, 3827, 4389, 100, 747, 50, 388, 1103, 4962 -po/cs.po, 726, 4278, 4091, 0, 0, 0, 0, 726, 4278 -po/crh.po, 754, 4362, 3447, 0, 0, 0, 0, 754, 4362 -po/ca@valencia.po, 722, 4266, 4981, 0, 0, 0, 0, 722, 4266 -po/ca.po, 727, 4279, 4998, 0, 0, 0, 0, 727, 4279 -po/bs.po, 685, 4087, 4003, 0, 0, 0, 0, 685, 4087 -po/br.po, 787, 2495, 2806, 103, 787, 214, 1681, 1104, 4963 -po/bn_IN.po, 684, 4084, 4396, 0, 0, 0, 0, 684, 4084 -po/bn.po, 1107, 5003, 5417, 0, 0, 0, 0, 1107, 5003 -po/bg.po, 722, 4266, 4420, 0, 0, 0, 0, 722, 4266 -po/be@latin.po, 1099, 4948, 4656, 0, 0, 0, 0, 1099, 4948 -po/be.po, 721, 4271, 3896, 0, 0, 0, 0, 721, 4271 -po/az.po, 548, 2626, 2196, 176, 884, 296, 696, 1020, 4206 -po/ast.po, 734, 4323, 4477, 0, 0, 0, 0, 734, 4323 -po/as.po, 684, 4084, 4244, 0, 0, 0, 0, 684, 4084 -po/ar.po, 721, 4265, 4174, 0, 0, 0, 0, 721, 4265 -po/an.po, 688, 4104, 4705, 0, 0, 0, 0, 688, 4104 -po/am.po, 257, 521, 547, 203, 553, 560, 3132, 1020, 4206 -po/af.po, 683, 3317, 3347, 41, 824, 3, 138, 727, 4279 diff --git a/results/f30/gegl04-0.4.14-1.fc30.src.rpm.errors.txt b/results/f30/gegl04-0.4.14-1.fc30.src.rpm.errors.txt deleted file mode 100644 index c428860..0000000 --- a/results/f30/gegl04-0.4.14-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/gegl04-0.4.14-1.fc30.src.rpm.stats.csv b/results/f30/gegl04-0.4.14-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 86c55a2..0000000 --- a/results/f30/gegl04-0.4.14-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,62 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_GB.gmo, 596, 3578, 3578, 0, 0, 0, 0, 596, 3578 -po/tr.gmo, 614, 2379, 2085, 0, 0, 0, 0, 614, 2379 -po/gegl-0.4.pot, 0, 0, 0, 0, 0, 1830, 8885, 1830, 8885 -po/de.gmo, 1609, 6737, 5861, 0, 0, 0, 0, 1609, 6737 -po/ko.gmo, 148, 345, 285, 0, 0, 0, 0, 148, 345 -po/mr.gmo, 1490, 6617, 5826, 0, 0, 0, 0, 1490, 6617 -po/is.gmo, 345, 626, 600, 0, 0, 0, 0, 345, 626 -po/sr.po, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -po/lv.gmo, 1418, 5684, 5158, 0, 0, 0, 0, 1418, 5684 -po/it.gmo, 1860, 9095, 9775, 0, 0, 0, 0, 1860, 9095 -po/uk.po, 1344, 4646, 4344, 149, 505, 264, 3304, 1757, 8455 -po/pt_BR.gmo, 1764, 8483, 9471, 0, 0, 0, 0, 1764, 8483 -po/zh_CN.gmo, 747, 4149, 1646, 0, 0, 0, 0, 747, 4149 -po/el.po, 1805, 8737, 8935, 0, 0, 0, 0, 1805, 8737 -po/eu.gmo, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -po/ca.gmo, 1719, 8130, 9848, 0, 0, 0, 0, 1719, 8130 -po/bs.gmo, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -po/de.po, 1609, 6737, 5861, 75, 491, 121, 1509, 1805, 8737 -po/zh_CN.po, 747, 4149, 1646, 134, 460, 70, 788, 951, 5397 -po/tr.po, 614, 2379, 2085, 34, 64, 765, 4492, 1413, 6935 -po/da.po, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -po/sl.po, 1566, 6646, 6275, 39, 299, 189, 1749, 1794, 8694 -po/da.gmo, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -po/it.po, 1860, 9095, 9775, 0, 0, 0, 0, 1860, 9095 -po/sk.gmo, 68, 151, 159, 0, 0, 0, 0, 68, 151 -po/mr.po, 1490, 6617, 5826, 11, 51, 256, 1787, 1757, 8455 -po/pt.po, 1504, 7265, 8037, 6, 66, 7, 57, 1517, 7388 -po/ca.po, 1719, 8130, 9848, 0, 0, 0, 0, 1719, 8130 -po/sv.po, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -po/nb.gmo, 122, 187, 177, 0, 0, 0, 0, 122, 187 -po/pt.gmo, 1504, 7265, 8037, 0, 0, 0, 0, 1504, 7265 -po/oc.gmo, 1292, 5922, 6708, 0, 0, 0, 0, 1292, 5922 -po/oc.po, 1292, 5922, 6708, 0, 0, 196, 1298, 1488, 7220 -po/eo.po, 127, 178, 173, 106, 209, 1478, 7709, 1711, 8096 -po/pl.gmo, 1874, 9139, 8537, 0, 0, 0, 0, 1874, 9139 -po/sk.po, 68, 151, 159, 0, 0, 1416, 7018, 1484, 7169 -po/sl.gmo, 1566, 6646, 6275, 0, 0, 0, 0, 1566, 6646 -po/nb.po, 122, 187, 177, 626, 1556, 747, 5495, 1495, 7238 -po/es.po, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -po/pt_BR.po, 1764, 8483, 9471, 0, 0, 1, 2, 1765, 8485 -po/ko.po, 148, 345, 285, 105, 247, 698, 4805, 951, 5397 -po/el.gmo, 1805, 8737, 8935, 0, 0, 0, 0, 1805, 8737 -po/es.gmo, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -po/eu.po, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -po/sr.gmo, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -po/id.gmo, 76, 115, 110, 0, 0, 0, 0, 76, 115 -po/pl.po, 1874, 9139, 8537, 0, 0, 0, 0, 1874, 9139 -po/en_GB.po, 596, 3578, 3578, 196, 913, 159, 906, 951, 5397 -po/fr.po, 1186, 5686, 6517, 2, 55, 241, 1264, 1429, 7005 -po/sv.gmo, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -po/is.po, 345, 626, 600, 0, 0, 1139, 6543, 1484, 7169 -po/ru.gmo, 1078, 2944, 2870, 0, 0, 0, 0, 1078, 2944 -po/fr.gmo, 1186, 5686, 6517, 0, 0, 0, 0, 1186, 5686 -po/uk.gmo, 1344, 4646, 4344, 0, 0, 0, 0, 1344, 4646 -po/lv.po, 1418, 5684, 5158, 111, 758, 218, 1963, 1747, 8405 -po/id.po, 76, 115, 110, 313, 714, 562, 4568, 951, 5397 -po/ru.po, 1078, 2944, 2870, 124, 434, 645, 5605, 1847, 8983 -po/gl.gmo, 170, 283, 325, 0, 0, 0, 0, 170, 283 -po/bs.po, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -po/gl.po, 170, 283, 325, 132, 287, 649, 4827, 951, 5397 -po/eo.gmo, 127, 178, 173, 0, 0, 0, 0, 127, 178 diff --git a/results/f30/gettext-0.19.8.1-18.fc30.src.rpm.errors.txt b/results/f30/gettext-0.19.8.1-18.fc30.src.rpm.errors.txt deleted file mode 100644 index 18e8bcc..0000000 --- a/results/f30/gettext-0.19.8.1-18.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,120 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc6 in position 23: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfc in position 10: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/Makefile.in.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xa5 in position 30: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 33: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 0: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/ChangeLog) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 36: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/ChangeLog.0) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-gnome/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-gnome/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-gnome/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-kde/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-kde/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-kde/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-qt/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-qt/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-wxwidgets/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome3/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome3/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome3/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-clisp/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-clisp/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp-forms/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp-forms/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-gawk/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-gawk/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-guile/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-guile/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-awt/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-awt/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-qtjambi/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-qtjambi/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-swing/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-swing/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-librep/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-librep/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnome/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnome/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnome/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnustep/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnustep/po/LocaleAliases) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-pascal/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-pascal/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-perl/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-perl/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-php/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-php/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-python/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-python/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-sh/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-sh/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-smalltalk/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-smalltalk/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl-tk/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl-tk/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-ycp/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-ycp/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/mmsmallpo.sh) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/xsmallpot.sh) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/ChangeLog.1) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 198: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 43: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf5 in position 4: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Makefile.in.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xa5 in position 36: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 38: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xdd in position 1: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 9: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Makevars.template) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/ChangeLog.0) diff --git a/results/f30/gettext-0.19.8.1-18.fc30.src.rpm.stats.csv b/results/f30/gettext-0.19.8.1-18.fc30.src.rpm.stats.csv deleted file mode 100644 index a656fda..0000000 --- a/results/f30/gettext-0.19.8.1-18.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,1446 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-runtime/po/bg.gmo, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/fr.gmo, 42, 514, 537, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/eo.gmo, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/en@boldquot.gmo, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/fi.po, 42, 514, 417, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/tr.gmo, 41, 509, 443, 0, 0, 0, 0, 41, 509 -gettext-runtime/po/pt_BR.po, 42, 514, 566, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/bg.po, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/it.po, 42, 514, 536, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/nb.gmo, 42, 514, 479, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/da.po, 41, 509, 463, 1, 5, 0, 0, 42, 514 -gettext-runtime/po/cs.gmo, 42, 514, 492, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/nn.gmo, 28, 364, 353, 0, 0, 0, 0, 28, 364 -gettext-runtime/po/sl.gmo, 42, 514, 455, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/uk.po, 42, 514, 490, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/es.gmo, 42, 514, 600, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/uk.gmo, 42, 514, 490, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/hr.po, 42, 514, 483, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/ro.po, 25, 320, 334, 14, 150, 3, 44, 42, 514 -gettext-runtime/po/de.gmo, 42, 514, 505, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/zh_TW.gmo, 42, 514, 197, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/sr.gmo, 42, 514, 493, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/vi.po, 42, 514, 739, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/zh_HK.gmo, 27, 324, 126, 0, 0, 0, 0, 27, 324 -gettext-runtime/po/de.po, 42, 514, 505, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/en@quot.po, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/pl.po, 42, 514, 477, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/be.gmo, 14, 150, 142, 0, 0, 0, 0, 14, 150 -gettext-runtime/po/pt_BR.gmo, 42, 514, 566, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/id.po, 39, 428, 406, 3, 86, 0, 0, 42, 514 -gettext-runtime/po/et.po, 7, 18, 20, 18, 295, 17, 201, 42, 514 -gettext-runtime/po/sr.po, 42, 514, 493, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/id.gmo, 39, 428, 406, 0, 0, 0, 0, 39, 428 -gettext-runtime/po/ga.po, 28, 364, 355, 14, 150, 0, 0, 42, 514 -gettext-runtime/po/nl.gmo, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/zh_TW.po, 42, 514, 197, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/sv.po, 42, 514, 470, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/sk.gmo, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/ko.gmo, 42, 514, 411, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/gettext-runtime.pot, 0, 0, 0, 0, 0, 42, 514, 42, 514 -gettext-runtime/po/zh_CN.gmo, 41, 440, 155, 0, 0, 0, 0, 41, 440 -gettext-runtime/po/sk.po, 42, 514, 522, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/el.po, 6, 16, 18, 19, 297, 17, 201, 42, 514 -gettext-runtime/po/gl.gmo, 42, 514, 551, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/zh_HK.po, 27, 324, 126, 14, 150, 1, 40, 42, 514 -gettext-runtime/po/sl.po, 42, 514, 455, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/es.po, 42, 514, 600, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/fr.po, 42, 514, 537, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/pt.po, 28, 364, 424, 14, 150, 0, 0, 42, 514 -gettext-runtime/po/ko.po, 42, 514, 411, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/hu.gmo, 42, 514, 486, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/hu.po, 42, 514, 486, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/tr.po, 41, 509, 443, 1, 5, 0, 0, 42, 514 -gettext-runtime/po/vi.gmo, 42, 514, 739, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/gl.po, 42, 514, 551, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/sv.gmo, 42, 514, 470, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/nb.po, 42, 514, 479, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/en@boldquot.po, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/ca.gmo, 42, 514, 553, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/cs.po, 42, 514, 492, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/nn.po, 28, 364, 363, 14, 150, 0, 0, 42, 514 -gettext-runtime/po/ca.po, 42, 514, 553, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/hr.gmo, 42, 514, 483, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/zh_CN.po, 41, 440, 155, 1, 74, 0, 0, 42, 514 -gettext-runtime/po/pt.gmo, 28, 364, 424, 0, 0, 0, 0, 28, 364 -gettext-runtime/po/ja.po, 42, 514, 265, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/fi.gmo, 42, 514, 417, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/eo.po, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/be.po, 14, 150, 142, 16, 161, 12, 203, 42, 514 -gettext-runtime/po/ru.po, 42, 514, 478, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/en@quot.gmo, 42, 514, 514, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/nl.po, 42, 514, 508, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/ru.gmo, 42, 514, 478, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/it.gmo, 42, 514, 536, 0, 0, 0, 0, 42, 514 -gettext-runtime/po/pl.gmo, 42, 514, 477, 0, 0, 0, 0, 42, 514 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-kde/po/fi.po, 4, 15, 11, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/pt_BR.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/bg.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ast.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/it.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/af.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/da.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/uk.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/hr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ro.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/vi.po, 4, 15, 22, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/de.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/pl.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/id.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/sr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ga.po, 4, 15, 21, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/zh_TW.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/sv.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/sk.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/el.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/zh_HK.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/sl.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/es.po, 4, 15, 18, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/fr.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/pt.po, 4, 15, 19, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/hu.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ms.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/tr.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/gl.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/nb.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/cs.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ca.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/zh_CN.po, 4, 15, 6, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ja.po, 4, 15, 8, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/eo.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ru.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/nl.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ky.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/lv.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/mt.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-qt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-wxwidgets/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c-gnome3/po/fi.po, 9, 37, 27, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/pt_BR.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/bg.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ast.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/it.po, 9, 37, 42, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/af.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/da.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/uk.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/hr.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ro.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/vi.po, 9, 37, 50, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/de.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/pl.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/id.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/sr.po, 9, 37, 41, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ga.po, 1, 2, 4, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/zh_TW.po, 9, 37, 15, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/sv.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/sk.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/el.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/zh_HK.po, 1, 2, 1, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/sl.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/es.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/fr.po, 9, 37, 47, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/pt.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/hu.po, 9, 37, 31, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ms.po, 9, 37, 37, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/tr.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/gl.po, 2, 4, 5, 1, 10, 6, 23, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/nb.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/cs.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ca.po, 9, 37, 43, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/zh_CN.po, 9, 37, 14, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ja.po, 9, 37, 14, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/eo.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ru.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/nl.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ky.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/lv.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/mt.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-clisp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-csharp-forms/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-csharp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-gawk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-guile/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java-awt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java-qtjambi/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java-swing/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ast.po, 1, 2, 2, 1, 8, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-librep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-objc-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-objc-gnustep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-objc/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-pascal/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-perl/po/fi.po, 3, 18, 12, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/pt_BR.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/bg.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ast.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/it.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/af.po, 3, 18, 14, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/da.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/uk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/hr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ro.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/vi.po, 3, 18, 25, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/de.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/pl.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/id.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/sr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ga.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/zh_TW.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/sv.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/sk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/el.po, 3, 18, 19, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/zh_HK.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/sl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/es.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/fr.po, 3, 18, 23, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/pt.po, 3, 18, 26, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/hu.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ms.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/tr.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/gl.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/nb.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/cs.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ca.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/zh_CN.po, 3, 18, 7, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ja.po, 3, 18, 8, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/eo.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ru.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/nl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ky.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/lv.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/mt.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-php/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-python/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-sh/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-smalltalk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-tcl-tk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-tcl/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-ycp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/pt.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/po/hello-python.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-java-swing.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/fi.po, 18, 98, 66, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/pt_BR.po, 18, 98, 106, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/bg.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ast.po, 10, 63, 64, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/it.po, 18, 98, 120, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/af.po, 10, 63, 49, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/da.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-objc-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/uk.po, 18, 98, 93, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-java-awt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-objc-gnustep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hr.po, 18, 98, 100, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ro.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c++-kde.pot, 0, 0, 0, 0, 0, 4, 15, 4, 15 -gettext-tools/examples/po/vi.po, 18, 98, 135, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/de.po, 18, 98, 88, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c-gnome3.pot, 0, 0, 0, 0, 0, 9, 37, 9, 37 -gettext-tools/examples/po/gettext-examples.pot, 0, 0, 0, 0, 0, 18, 98, 18, 98 -gettext-tools/examples/po/pl.po, 18, 98, 98, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-librep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-tcl-tk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-tcl.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-c++-qt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/id.po, 10, 63, 56, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/hello-c++-wxwidgets.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-java.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-guile.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-java-qtjambi.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/sr.po, 18, 98, 102, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-gawk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-objc.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-csharp-forms.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/ga.po, 10, 63, 75, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/zh_TW.po, 18, 98, 31, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/sv.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-pascal.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-perl.pot, 0, 0, 0, 0, 0, 3, 18, 3, 18 -gettext-tools/examples/po/sk.po, 18, 98, 96, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-csharp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/el.po, 10, 63, 65, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/zh_HK.po, 10, 63, 17, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/sl.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/es.po, 18, 98, 108, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/fr.po, 18, 98, 124, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/pt.po, 10, 63, 91, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/hu.po, 18, 98, 85, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ms.po, 18, 98, 91, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/tr.po, 10, 63, 56, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/hello-ycp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-smalltalk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-c-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-c++-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-clisp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-c.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/gl.po, 11, 65, 73, 1, 10, 6, 23, 18, 98 -gettext-tools/examples/po/hello-php.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/nb.po, 18, 98, 87, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-sh.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/cs.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ca.po, 18, 98, 118, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/zh_CN.po, 18, 98, 37, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c++.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/ja.po, 18, 98, 38, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/eo.po, 18, 98, 104, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ru.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/nl.po, 18, 98, 90, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ky.po, 10, 63, 63, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/lv.po, 10, 63, 63, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/mt.po, 10, 63, 59, 1, 10, 7, 25, 18, 98 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/po/bg.gmo, 699, 6842, 7154, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/eu.po, 380, 2940, 2707, 176, 1782, 143, 2120, 699, 6842 -gettext-tools/po/fr.gmo, 699, 6842, 8174, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/pa.gmo, 210, 1136, 1271, 0, 0, 0, 0, 210, 1136 -gettext-tools/po/en@boldquot.gmo, 699, 6842, 6869, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/fi.po, 633, 6487, 5031, 30, 158, 36, 197, 699, 6842 -gettext-tools/po/tr.gmo, 493, 5031, 4203, 0, 0, 0, 0, 493, 5031 -gettext-tools/po/pt_BR.po, 696, 6822, 7619, 3, 20, 0, 0, 699, 6842 -gettext-tools/po/bg.po, 699, 6842, 7154, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/it.po, 627, 6444, 7016, 28, 145, 44, 253, 699, 6842 -gettext-tools/po/da.po, 548, 5535, 4932, 91, 910, 60, 397, 699, 6842 -gettext-tools/po/nn.gmo, 94, 881, 772, 0, 0, 0, 0, 94, 881 -gettext-tools/po/gettext-tools.pot, 0, 0, 0, 0, 0, 699, 6842, 699, 6842 -gettext-tools/po/sl.gmo, 696, 6822, 6590, 0, 0, 0, 0, 696, 6822 -gettext-tools/po/uk.po, 699, 6842, 6375, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/es.gmo, 696, 6822, 8306, 0, 0, 0, 0, 696, 6822 -gettext-tools/po/uk.gmo, 699, 6842, 6375, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/ro.po, 396, 3765, 3989, 193, 2185, 110, 892, 699, 6842 -gettext-tools/po/de.gmo, 633, 6487, 6420, 0, 0, 0, 0, 633, 6487 -gettext-tools/po/zh_TW.gmo, 402, 3657, 1503, 0, 0, 0, 0, 402, 3657 -gettext-tools/po/sr.gmo, 699, 6842, 6419, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/vi.po, 699, 6842, 9852, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/pa.po, 210, 1136, 1271, 65, 383, 424, 5323, 699, 6842 -gettext-tools/po/de.po, 633, 6487, 6420, 30, 158, 36, 197, 699, 6842 -gettext-tools/po/en@quot.po, 699, 6842, 6842, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/pl.po, 699, 6842, 6467, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/be.gmo, 151, 1154, 1104, 0, 0, 0, 0, 151, 1154 -gettext-tools/po/pt_BR.gmo, 696, 6822, 7619, 0, 0, 0, 0, 696, 6822 -gettext-tools/po/id.po, 544, 5523, 5301, 94, 923, 61, 396, 699, 6842 -gettext-tools/po/et.po, 55, 332, 324, 136, 1220, 508, 5290, 699, 6842 -gettext-tools/po/sr.po, 699, 6842, 6419, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/id.gmo, 544, 5523, 5301, 0, 0, 0, 0, 544, 5523 -gettext-tools/po/nl.gmo, 422, 3220, 3070, 0, 0, 0, 0, 422, 3220 -gettext-tools/po/zh_TW.po, 402, 3657, 1503, 163, 1940, 134, 1245, 699, 6842 -gettext-tools/po/sv.po, 699, 6842, 5998, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/eu.gmo, 380, 2940, 2707, 0, 0, 0, 0, 380, 2940 -gettext-tools/po/sk.gmo, 699, 6842, 6453, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/ko.gmo, 699, 6842, 5626, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/zh_CN.gmo, 633, 6487, 2233, 0, 0, 0, 0, 633, 6487 -gettext-tools/po/sk.po, 699, 6842, 6453, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/el.po, 35, 184, 214, 143, 1265, 521, 5393, 699, 6842 -gettext-tools/po/gl.gmo, 199, 1349, 1624, 0, 0, 0, 0, 199, 1349 -gettext-tools/po/sl.po, 696, 6822, 6590, 3, 20, 0, 0, 699, 6842 -gettext-tools/po/es.po, 696, 6822, 8306, 3, 20, 0, 0, 699, 6842 -gettext-tools/po/fr.po, 699, 6842, 8174, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/pt.po, 29, 151, 176, 85, 757, 585, 5934, 699, 6842 -gettext-tools/po/ko.po, 699, 6842, 5626, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/tr.po, 493, 5031, 4203, 131, 1285, 75, 526, 699, 6842 -gettext-tools/po/vi.gmo, 699, 6842, 9852, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/gl.po, 199, 1349, 1624, 35, 336, 465, 5157, 699, 6842 -gettext-tools/po/sv.gmo, 699, 6842, 5998, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/nb.po, 55, 332, 315, 136, 1220, 508, 5290, 699, 6842 -gettext-tools/po/en@boldquot.po, 699, 6842, 6869, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/ca.gmo, 633, 6487, 7775, 0, 0, 0, 0, 633, 6487 -gettext-tools/po/cs.po, 55, 332, 354, 109, 1036, 535, 5474, 699, 6842 -gettext-tools/po/nn.po, 94, 881, 789, 100, 903, 505, 5058, 699, 6842 -gettext-tools/po/ca.po, 633, 6487, 7775, 30, 158, 36, 197, 699, 6842 -gettext-tools/po/zh_CN.po, 633, 6487, 2233, 30, 158, 36, 197, 699, 6842 -gettext-tools/po/ja.po, 699, 6842, 3176, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/fi.gmo, 633, 6487, 5031, 0, 0, 0, 0, 633, 6487 -gettext-tools/po/be.po, 151, 1154, 1104, 136, 1197, 412, 4491, 699, 6842 -gettext-tools/po/ru.po, 617, 6356, 5904, 36, 205, 46, 281, 699, 6842 -gettext-tools/po/en@quot.gmo, 699, 6842, 6842, 0, 0, 0, 0, 699, 6842 -gettext-tools/po/nl.po, 422, 3220, 3070, 8, 38, 269, 3584, 699, 6842 -gettext-tools/po/ru.gmo, 617, 6356, 5904, 0, 0, 0, 0, 617, 6356 -gettext-tools/po/it.gmo, 627, 6444, 7016, 0, 0, 0, 0, 627, 6444 -gettext-tools/po/pl.gmo, 699, 6842, 6467, 0, 0, 0, 0, 699, 6842 diff --git a/results/f30/git-2.21.0-1.fc30.src.rpm.errors.txt b/results/f30/git-2.21.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 8fb8360..0000000 --- a/results/f30/git-2.21.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/po2msg.sh) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/txt-to-pot.sh) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/README) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/txt-to-pot.sh) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./gitk-git/po/po2msg.sh) -translate.tools.pocount: ERROR: Unknown filetype (./gitk-git/po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/TEAMS) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/git-2.21.0-1.fc30.src.rpm.stats.csv b/results/f30/git-2.21.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 7a13c6e..0000000 --- a/results/f30/git-2.21.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-gui/po/zh_cn.po, 366, 1755, 665, 7, 18, 17, 60, 390, 1833 -git-gui/po/vi.po, 543, 2517, 3958, 0, 0, 0, 0, 543, 2517 -git-gui/po/sv.po, 547, 2534, 2614, 0, 0, 0, 0, 547, 2534 -git-gui/po/ru.po, 520, 2359, 2239, 0, 0, 0, 0, 520, 2359 -git-gui/po/pt_pt.po, 550, 2546, 2885, 0, 0, 0, 0, 550, 2546 -git-gui/po/pt_br.po, 520, 2359, 2659, 0, 0, 0, 0, 520, 2359 -git-gui/po/nb.po, 474, 1882, 1982, 0, 0, 39, 443, 513, 2325 -git-gui/po/ja.po, 546, 2532, 896, 0, 0, 1, 2, 547, 2534 -git-gui/po/it.po, 519, 2358, 2830, 0, 0, 1, 1, 520, 2359 -git-gui/po/hu.po, 514, 2328, 2367, 0, 0, 0, 0, 514, 2328 -git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -git-gui/po/git-gui.pot, 0, 0, 0, 0, 0, 520, 2359, 520, 2359 -git-gui/po/fr.po, 520, 2359, 2916, 0, 0, 0, 0, 520, 2359 -git-gui/po/el.po, 381, 1827, 1982, 4, 9, 6, 6, 391, 1842 -git-gui/po/de.po, 520, 2359, 2430, 0, 0, 0, 0, 520, 2359 -git-gui/po/bg.po, 565, 2607, 3145, 0, 0, 0, 0, 565, 2607 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gitk-git/po/vi.po, 307, 1135, 1820, 0, 0, 0, 0, 307, 1135 -gitk-git/po/sv.po, 311, 1143, 1160, 0, 0, 0, 0, 311, 1143 -gitk-git/po/ru.po, 317, 1167, 1198, 0, 0, 0, 0, 317, 1167 -gitk-git/po/pt_pt.po, 311, 1143, 1351, 0, 0, 0, 0, 311, 1143 -gitk-git/po/pt_br.po, 279, 970, 1113, 16, 116, 12, 49, 307, 1135 -gitk-git/po/ja.po, 311, 1143, 515, 0, 0, 0, 0, 311, 1143 -gitk-git/po/it.po, 274, 963, 1181, 17, 119, 16, 53, 307, 1135 -gitk-git/po/hu.po, 277, 976, 1025, 18, 121, 12, 38, 307, 1135 -gitk-git/po/fr.po, 311, 1143, 1470, 0, 0, 0, 0, 311, 1143 -gitk-git/po/es.po, 184, 634, 780, 46, 179, 77, 322, 307, 1135 -gitk-git/po/de.po, 307, 1135, 1107, 0, 0, 0, 0, 307, 1135 -gitk-git/po/ca.po, 307, 1135, 1494, 0, 0, 0, 0, 307, 1135 -gitk-git/po/bg.po, 311, 1143, 1320, 0, 0, 0, 0, 311, 1143 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 4363, 29326, 11460, 0, 0, 0, 0, 4363, 29326 -po/vi.po, 4187, 28089, 41616, 0, 0, 0, 0, 4187, 28089 -po/sv.po, 4363, 29326, 28133, 0, 0, 0, 0, 4363, 29326 -po/ru.po, 3366, 22514, 23326, 0, 0, 594, 4111, 3960, 26625 -po/pt_PT.po, 3198, 21526, 24299, 0, 0, 0, 0, 3198, 21526 -po/ko.po, 3608, 24346, 21312, 0, 0, 0, 0, 3608, 24346 -po/it.po, 2347, 15566, 17960, 583, 3156, 1433, 10604, 4363, 29326 -po/is.po, 14, 81, 80, 0, 0, 0, 0, 14, 81 -po/git.pot, 0, 0, 0, 0, 0, 4363, 29326, 4363, 29326 -po/fr.po, 4363, 29326, 34255, 0, 0, 0, 0, 4363, 29326 -po/es.po, 4363, 29326, 33250, 0, 0, 0, 0, 4363, 29326 -po/el.po, 1038, 7892, 9184, 0, 0, 3325, 21434, 4363, 29326 -po/de.po, 4363, 29326, 29980, 0, 0, 0, 0, 4363, 29326 -po/ca.po, 3450, 22883, 27720, 417, 2655, 318, 2545, 4185, 28083 -po/bg.po, 4363, 29326, 35754, 0, 0, 0, 0, 4363, 29326 diff --git a/results/f30/glib-networking-2.60.1-2.fc30.src.rpm.errors.txt b/results/f30/glib-networking-2.60.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f30/glib-networking-2.60.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/glib-networking-2.60.1-2.fc30.src.rpm.stats.csv b/results/f30/glib-networking-2.60.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 6789c02..0000000 --- a/results/f30/glib-networking-2.60.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,69 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 41, 271, 102, 0, 0, 0, 0, 41, 271 -po/zh_HK.po, 29, 161, 70, 0, 0, 0, 0, 29, 161 -po/zh_CN.po, 38, 250, 91, 0, 0, 0, 0, 38, 250 -po/vi.po, 29, 161, 218, 0, 0, 0, 0, 29, 161 -po/uk.po, 24, 135, 125, 0, 0, 0, 0, 24, 135 -po/ug.po, 29, 161, 137, 0, 0, 0, 0, 29, 161 -po/tr.po, 42, 278, 213, 0, 0, 0, 0, 42, 278 -po/th.po, 29, 161, 74, 0, 0, 0, 0, 29, 161 -po/tg.po, 29, 161, 168, 0, 0, 0, 0, 29, 161 -po/te.po, 28, 153, 140, 0, 0, 0, 0, 28, 153 -po/ta.po, 16, 86, 81, 0, 0, 0, 0, 16, 86 -po/sv.po, 42, 278, 262, 0, 0, 0, 0, 42, 278 -po/sr@latin.po, 36, 229, 276, 0, 0, 0, 0, 36, 229 -po/sr.po, 42, 278, 329, 0, 0, 0, 0, 42, 278 -po/sl.po, 42, 278, 334, 0, 0, 0, 0, 42, 278 -po/sk.po, 37, 247, 308, 0, 0, 2, 11, 39, 258 -po/ru.po, 41, 271, 277, 0, 0, 0, 0, 41, 271 -po/ro.po, 42, 278, 362, 0, 0, 0, 0, 42, 278 -po/pt_BR.po, 42, 278, 325, 0, 0, 0, 0, 42, 278 -po/pt.po, 28, 157, 181, 0, 0, 0, 0, 28, 157 -po/pl.po, 42, 278, 306, 0, 0, 0, 0, 42, 278 -po/pa.po, 29, 161, 193, 0, 0, 0, 0, 29, 161 -po/or.po, 24, 135, 137, 0, 0, 0, 0, 24, 135 -po/oc.po, 36, 229, 305, 0, 0, 2, 21, 38, 250 -po/nl.po, 42, 278, 256, 0, 0, 0, 0, 42, 278 -po/ne.po, 24, 139, 120, 0, 0, 5, 24, 29, 163 -po/nb.po, 32, 174, 159, 0, 0, 4, 55, 36, 229 -po/mr.po, 24, 135, 124, 0, 0, 0, 0, 24, 135 -po/ml.po, 29, 163, 137, 0, 0, 0, 0, 29, 163 -po/lv.po, 42, 278, 282, 0, 0, 0, 0, 42, 278 -po/lt.po, 42, 278, 276, 0, 0, 0, 0, 42, 278 -po/ko.po, 42, 278, 226, 0, 0, 0, 0, 42, 278 -po/kn.po, 16, 86, 84, 0, 0, 0, 0, 16, 86 -po/km.po, 24, 135, 80, 0, 0, 0, 0, 24, 135 -po/kk.po, 28, 153, 145, 0, 0, 13, 118, 41, 271 -po/ja.po, 28, 157, 68, 0, 0, 0, 0, 28, 157 -po/it.po, 42, 278, 327, 0, 0, 0, 0, 42, 278 -po/id.po, 42, 278, 270, 0, 0, 0, 0, 42, 278 -po/hu.po, 42, 278, 275, 0, 0, 0, 0, 42, 278 -po/hr.po, 42, 278, 276, 0, 0, 0, 0, 42, 278 -po/hi.po, 29, 161, 195, 0, 0, 0, 0, 29, 161 -po/he.po, 32, 171, 165, 0, 0, 4, 58, 36, 229 -po/gu.po, 16, 86, 110, 0, 0, 0, 0, 16, 86 -po/gl.po, 42, 278, 382, 0, 0, 0, 0, 42, 278 -po/gd.po, 29, 163, 214, 0, 0, 0, 0, 29, 163 -po/fur.po, 42, 278, 361, 0, 0, 0, 0, 42, 278 -po/fr.po, 41, 271, 367, 0, 0, 0, 0, 41, 271 -po/fi.po, 29, 165, 126, 0, 0, 12, 106, 41, 271 -po/fa.po, 29, 163, 191, 0, 0, 0, 0, 29, 163 -po/eu.po, 42, 278, 261, 0, 0, 0, 0, 42, 278 -po/et.po, 29, 161, 128, 0, 0, 0, 0, 29, 161 -po/es.po, 42, 278, 352, 0, 0, 0, 0, 42, 278 -po/eo.po, 22, 123, 123, 2, 11, 5, 29, 29, 163 -po/en_GB.po, 28, 157, 157, 0, 0, 0, 0, 28, 157 -po/en_CA.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -po/el.po, 29, 163, 178, 0, 0, 0, 0, 29, 163 -po/de.po, 42, 278, 295, 0, 0, 0, 0, 42, 278 -po/da.po, 42, 278, 266, 0, 0, 0, 0, 42, 278 -po/cs.po, 42, 278, 297, 0, 0, 0, 0, 42, 278 -po/ca@valencia.po, 29, 163, 249, 0, 0, 0, 0, 29, 163 -po/ca.po, 41, 271, 415, 0, 0, 0, 0, 41, 271 -po/bs.po, 28, 157, 154, 0, 0, 0, 0, 28, 157 -po/bn_IN.po, 16, 86, 98, 0, 0, 0, 0, 16, 86 -po/bg.po, 29, 163, 199, 0, 0, 0, 0, 29, 163 -po/be.po, 39, 258, 245, 0, 0, 0, 0, 39, 258 -po/as.po, 29, 161, 155, 0, 0, 0, 0, 29, 161 -po/ar.po, 28, 153, 161, 0, 0, 0, 0, 28, 153 -po/an.po, 29, 161, 199, 0, 0, 0, 0, 29, 161 diff --git a/results/f30/glib2-2.60.1-2.fc30.src.rpm.errors.txt b/results/f30/glib2-2.60.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 190fa68..0000000 --- a/results/f30/glib2-2.60.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,7 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/po2tbl.sed.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/glib2-2.60.1-2.fc30.src.rpm.stats.csv b/results/f30/glib2-2.60.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 3d70054..0000000 --- a/results/f30/glib2-2.60.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,99 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 988, 5877, 1967, 114, 938, 37, 291, 1139, 7106 -po/zh_HK.po, 905, 5703, 1802, 0, 0, 0, 0, 905, 5703 -po/zh_CN.po, 1067, 6647, 2046, 0, 0, 0, 0, 1067, 6647 -po/yi.po, 105, 688, 692, 127, 715, 515, 3374, 747, 4777 -po/xh.po, 131, 902, 729, 142, 769, 474, 3106, 747, 4777 -po/wa.po, 68, 281, 386, 123, 657, 556, 3839, 747, 4777 -po/vi.po, 916, 5762, 8063, 0, 0, 0, 0, 916, 5762 -po/uk.po, 903, 5675, 5555, 0, 0, 0, 0, 903, 5675 -po/ug.po, 860, 5426, 5080, 0, 0, 4, 38, 864, 5464 -po/tt.po, 81, 345, 297, 101, 513, 565, 3919, 747, 4777 -po/tr.po, 1150, 7157, 6248, 0, 0, 0, 0, 1150, 7157 -po/tl.po, 150, 1021, 1212, 129, 676, 468, 3080, 747, 4777 -po/th.po, 1066, 6642, 2868, 0, 0, 0, 0, 1066, 6642 -po/tg.po, 79, 119, 115, 27, 101, 758, 5244, 864, 5464 -po/te.po, 905, 5703, 4929, 0, 0, 0, 0, 905, 5703 -po/ta.po, 905, 5703, 4992, 0, 0, 0, 0, 905, 5703 -po/sv.po, 1150, 7157, 6851, 0, 0, 0, 0, 1150, 7157 -po/sr@latin.po, 1131, 7036, 7206, 0, 0, 0, 0, 1131, 7036 -po/sr@ije.po, 106, 706, 648, 134, 736, 507, 3335, 747, 4777 -po/sr.po, 1150, 7157, 7326, 0, 0, 0, 0, 1150, 7157 -po/sq.po, 358, 2080, 2542, 98, 476, 291, 2221, 747, 4777 -po/sl.po, 1150, 7157, 7302, 0, 0, 0, 0, 1150, 7157 -po/sk.po, 1092, 6591, 6603, 39, 446, 8, 69, 1139, 7106 -po/si.po, 97, 385, 417, 115, 566, 535, 3826, 747, 4777 -po/rw.po, 32, 36, 44, 239, 1640, 476, 3101, 747, 4777 -po/ru.po, 1050, 6425, 6351, 51, 374, 30, 237, 1131, 7036 -po/ro.po, 1150, 7157, 8307, 0, 0, 0, 0, 1150, 7157 -po/pt_BR.po, 1150, 7157, 8335, 0, 0, 0, 0, 1150, 7157 -po/pt.po, 1060, 6469, 7445, 0, 0, 6, 173, 1066, 6642 -po/ps.po, 131, 466, 588, 69, 305, 547, 4006, 747, 4777 -po/pl.po, 1150, 7157, 7321, 0, 0, 0, 0, 1150, 7157 -po/pa.po, 910, 5725, 6481, 0, 0, 0, 0, 910, 5725 -po/or.po, 905, 5703, 5749, 0, 0, 0, 0, 905, 5703 -po/oc.po, 1066, 6642, 8396, 0, 0, 0, 0, 1066, 6642 -po/nn.po, 362, 2080, 2137, 89, 460, 296, 2237, 747, 4777 -po/nl.po, 665, 2857, 2879, 260, 2059, 225, 2241, 1150, 7157 -po/ne.po, 403, 1706, 1792, 403, 2232, 301, 3018, 1107, 6956 -po/nds.po, 96, 259, 278, 39, 201, 612, 4317, 747, 4777 -po/nb.po, 1088, 6534, 6548, 1, 8, 38, 476, 1127, 7018 -po/ms.po, 105, 698, 651, 135, 744, 507, 3335, 747, 4777 -po/mr.po, 905, 5703, 5424, 0, 0, 0, 0, 905, 5703 -po/mn.po, 131, 902, 774, 142, 769, 474, 3106, 747, 4777 -po/ml.po, 587, 3073, 2653, 42, 333, 235, 2058, 864, 5464 -po/mk.po, 347, 2025, 2333, 104, 515, 296, 2237, 747, 4777 -po/mg.po, 164, 1135, 1210, 121, 630, 462, 3012, 747, 4777 -po/mai.po, 287, 1667, 1866, 93, 452, 367, 2658, 747, 4777 -po/lv.po, 1131, 7036, 6454, 0, 0, 0, 0, 1131, 7036 -po/lt.po, 1150, 7157, 6167, 0, 0, 0, 0, 1150, 7157 -po/ku.po, 41, 71, 77, 90, 442, 616, 4264, 747, 4777 -po/ko.po, 1150, 7157, 6265, 0, 0, 0, 0, 1150, 7157 -po/kn.po, 904, 5697, 5056, 0, 0, 0, 0, 904, 5697 -po/kk.po, 339, 1072, 1019, 0, 0, 811, 6085, 1150, 7157 -po/ka.po, 193, 1287, 1058, 120, 605, 434, 2885, 747, 4777 -po/ja.po, 671, 4078, 1761, 92, 660, 101, 731, 864, 5469 -po/it.po, 1150, 7157, 8125, 0, 0, 0, 0, 1150, 7157 -po/is.po, 163, 788, 744, 160, 917, 589, 4034, 912, 5739 -po/id.po, 1150, 7157, 7261, 0, 0, 0, 0, 1150, 7157 -po/hy.po, 643, 4085, 3998, 42, 304, 62, 388, 747, 4777 -po/hu.po, 1150, 7157, 6987, 0, 0, 0, 0, 1150, 7157 -po/hr.po, 178, 1017, 968, 0, 0, 652, 4237, 830, 5254 -po/hi.po, 905, 5703, 6753, 0, 0, 0, 0, 905, 5703 -po/he.po, 1127, 7018, 7022, 0, 0, 0, 0, 1127, 7018 -po/gu.po, 904, 5697, 6111, 0, 0, 0, 0, 904, 5697 -po/gl.po, 1150, 7157, 8981, 0, 0, 0, 0, 1150, 7157 -po/gd.po, 149, 400, 516, 0, 0, 958, 6556, 1107, 6956 -po/ga.po, 189, 628, 758, 48, 219, 534, 3954, 771, 4801 -po/fur.po, 649, 3158, 3872, 5, 38, 496, 3961, 1150, 7157 -po/fr.po, 1150, 7157, 9044, 0, 0, 0, 0, 1150, 7157 -po/fi.po, 662, 3319, 2746, 280, 2275, 189, 1442, 1131, 7036 -po/fa.po, 492, 2602, 2979, 38, 244, 291, 2375, 821, 5221 -po/eu.po, 1150, 7157, 6782, 0, 0, 0, 0, 1150, 7157 -po/et.po, 536, 2825, 2459, 151, 897, 444, 3314, 1131, 7036 -po/es.po, 1150, 7157, 9086, 0, 0, 0, 0, 1150, 7157 -po/eo.po, 626, 3373, 3327, 245, 2038, 202, 1324, 1073, 6735 -po/en_GB.po, 1131, 7036, 7055, 0, 0, 0, 0, 1131, 7036 -po/en_CA.po, 771, 4801, 4804, 0, 0, 0, 0, 771, 4801 -po/en@shaw.po, 423, 2582, 2581, 66, 377, 258, 1818, 747, 4777 -po/el.po, 717, 3615, 3831, 300, 2566, 122, 925, 1139, 7106 -po/dz.po, 166, 1138, 621, 123, 637, 458, 3002, 747, 4777 -po/de.po, 1150, 7157, 7281, 0, 0, 0, 0, 1150, 7157 -po/da.po, 1150, 7157, 6955, 0, 0, 0, 0, 1150, 7157 -po/cy.po, 270, 1620, 1788, 101, 503, 376, 2654, 747, 4777 -po/cs.po, 1150, 7157, 6893, 0, 0, 0, 0, 1150, 7157 -po/ca@valencia.po, 1107, 6956, 9502, 0, 0, 0, 0, 1107, 6956 -po/ca.po, 1150, 7157, 9780, 0, 0, 0, 0, 1150, 7157 -po/bs.po, 904, 5697, 5735, 0, 0, 0, 0, 904, 5697 -po/bn_IN.po, 915, 5750, 5872, 0, 0, 0, 0, 915, 5750 -po/bn.po, 447, 2552, 2699, 57, 301, 243, 1924, 747, 4777 -po/bg.po, 914, 5755, 6494, 0, 0, 0, 0, 914, 5755 -po/be@latin.po, 347, 2025, 1955, 104, 515, 296, 2237, 747, 4777 -po/be.po, 865, 5478, 5365, 0, 0, 0, 0, 865, 5478 -po/az.po, 104, 696, 627, 135, 744, 508, 3337, 747, 4777 -po/ast.po, 433, 2489, 3154, 66, 335, 248, 1953, 747, 4777 -po/as.po, 905, 5703, 5806, 0, 0, 0, 0, 905, 5703 -po/ar.po, 431, 2303, 2337, 0, 0, 408, 2992, 839, 5295 -po/an.po, 864, 5464, 7395, 0, 0, 1, 5, 865, 5469 -po/am.po, 37, 51, 54, 86, 414, 624, 4312, 747, 4777 -po/af.po, 137, 351, 407, 46, 261, 588, 4189, 771, 4801 diff --git a/results/f30/glibc-2.29-9.fc30.src.rpm.errors.txt b/results/f30/glibc-2.29-9.fc30.src.rpm.errors.txt deleted file mode 100644 index 61a42c6..0000000 --- a/results/f30/glibc-2.29-9.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: cannot process intl/tst-gettext4-: does not exist -translate.tools.pocount: ERROR: Unknown filetype (./po/pot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/glibc-2.29-9.fc30.src.rpm.stats.csv b/results/f30/glibc-2.29-9.fc30.src.rpm.stats.csv deleted file mode 100644 index 25211fe..0000000 --- a/results/f30/glibc-2.29-9.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,38 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 1353, 7306, 3114, 68, 449, 47, 351, 1468, 8106 -po/zh_CN.po, 1411, 7698, 2974, 43, 261, 14, 147, 1468, 8106 -po/vi.po, 1454, 7955, 12531, 8, 116, 6, 35, 1468, 8106 -po/uk.po, 1468, 8106, 8801, 0, 0, 0, 0, 1468, 8106 -po/tr.po, 1243, 6403, 5786, 169, 1157, 56, 546, 1468, 8106 -po/sv.po, 1454, 7955, 7658, 8, 116, 6, 35, 1468, 8106 -po/sl.po, 528, 2715, 2838, 359, 1630, 581, 3761, 1468, 8106 -po/sk.po, 1023, 5033, 5258, 227, 1275, 218, 1798, 1468, 8106 -po/rw.po, 14, 19, 21, 1090, 5891, 364, 2196, 1468, 8106 -po/ru.po, 1468, 8106, 8127, 0, 0, 0, 0, 1468, 8106 -po/pt_BR.po, 1468, 8106, 9787, 0, 0, 0, 0, 1468, 8106 -po/pl.po, 1468, 8106, 8456, 0, 0, 0, 0, 1468, 8106 -po/nl.po, 1440, 7884, 8015, 19, 176, 9, 46, 1468, 8106 -po/nb.po, 697, 3102, 3004, 413, 2299, 358, 2705, 1468, 8106 -po/lt.po, 401, 1592, 1428, 377, 1749, 690, 4765, 1468, 8106 -po/libc.pot, 0, 0, 0, 0, 0, 1468, 8106, 1468, 8106 -po/ko.po, 1440, 7884, 7437, 19, 176, 9, 46, 1468, 8106 -po/ja.po, 1292, 6937, 3022, 110, 724, 66, 445, 1468, 8106 -po/it.po, 1299, 6976, 8217, 106, 705, 63, 425, 1468, 8106 -po/id.po, 1237, 6657, 6991, 141, 793, 90, 656, 1468, 8106 -po/ia.po, 522, 3263, 4173, 39, 261, 907, 4582, 1468, 8106 -po/hu.po, 381, 1560, 1603, 81, 343, 1006, 6203, 1468, 8106 -po/hr.po, 1468, 8106, 8854, 0, 0, 0, 0, 1468, 8106 -po/gl.po, 1010, 4955, 6261, 239, 1354, 219, 1797, 1468, 8106 -po/fr.po, 1431, 7805, 10074, 26, 233, 11, 68, 1468, 8106 -po/fi.po, 1215, 5965, 5129, 127, 998, 126, 1143, 1468, 8106 -po/es.po, 1374, 7466, 10167, 57, 350, 37, 290, 1468, 8106 -po/eo.po, 836, 3486, 3419, 45, 218, 587, 4402, 1468, 8106 -po/en_GB.po, 10, 64, 64, 0, 0, 1078, 5305, 1088, 5369 -po/el.po, 704, 3078, 3615, 374, 2040, 390, 2988, 1468, 8106 -po/de.po, 1468, 8106, 9036, 0, 0, 0, 0, 1468, 8106 -po/da.po, 1237, 6657, 6407, 140, 789, 91, 660, 1468, 8106 -po/cs.po, 1468, 8106, 8249, 0, 0, 0, 0, 1468, 8106 -po/ca.po, 1391, 7579, 10861, 51, 314, 26, 213, 1468, 8106 -po/bg.po, 1468, 8106, 9940, 0, 0, 0, 0, 1468, 8106 -po/be.po, 526, 2713, 2656, 2, 11, 940, 5382, 1468, 8106 diff --git a/results/f30/gnome-abrt-1.2.7-2.fc30.src.rpm.errors.txt b/results/f30/gnome-abrt-1.2.7-2.fc30.src.rpm.errors.txt deleted file mode 100644 index fe5fe11..0000000 --- a/results/f30/gnome-abrt-1.2.7-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv b/results/f30/gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 91aa3b2..0000000 --- a/results/f30/gnome-abrt-1.2.7-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,51 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sk.po, 73, 396, 404, 0, 0, 0, 0, 73, 396 -po/es.po, 73, 396, 483, 0, 0, 0, 0, 73, 396 -po/he.po, 71, 391, 354, 0, 0, 2, 5, 73, 396 -po/cs.po, 73, 396, 375, 0, 0, 0, 0, 73, 396 -po/zh_CN.po, 71, 391, 132, 0, 0, 2, 5, 73, 396 -po/as.po, 43, 285, 296, 4, 15, 26, 96, 73, 396 -po/kk.po, 7, 8, 9, 0, 0, 66, 388, 73, 396 -po/tr.po, 73, 396, 320, 0, 0, 0, 0, 73, 396 -po/ko.po, 43, 280, 245, 4, 15, 26, 101, 73, 396 -po/da.po, 73, 396, 381, 0, 0, 0, 0, 73, 396 -po/sr.po, 73, 396, 412, 0, 0, 0, 0, 73, 396 -po/zh_TW.po, 73, 396, 128, 0, 0, 0, 0, 73, 396 -po/pt_BR.po, 73, 396, 443, 0, 0, 0, 0, 73, 396 -po/nl.po, 73, 396, 425, 0, 0, 0, 0, 73, 396 -po/id.po, 73, 396, 390, 0, 0, 0, 0, 73, 396 -po/sv.po, 73, 396, 380, 0, 0, 0, 0, 73, 396 -po/ja.po, 73, 396, 143, 0, 0, 0, 0, 73, 396 -po/ca.po, 73, 396, 502, 0, 0, 0, 0, 73, 396 -po/nn.po, 17, 108, 96, 0, 0, 56, 288, 73, 396 -po/bn_IN.po, 43, 280, 298, 4, 15, 26, 101, 73, 396 -po/kn.po, 44, 296, 270, 4, 15, 25, 85, 73, 396 -po/fur.po, 71, 391, 464, 0, 0, 2, 5, 73, 396 -po/ar.po, 12, 14, 16, 9, 32, 52, 350, 73, 396 -po/de.po, 71, 391, 399, 0, 0, 2, 5, 73, 396 -po/it.po, 71, 391, 424, 0, 0, 2, 5, 73, 396 -po/el.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -po/ru.po, 73, 396, 361, 0, 0, 0, 0, 73, 396 -po/hi.po, 43, 280, 331, 4, 15, 26, 101, 73, 396 -po/ta.po, 43, 280, 251, 4, 15, 26, 101, 73, 396 -po/fi.po, 62, 264, 200, 0, 0, 11, 132, 73, 396 -po/sr@latin.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -po/en_GB.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -po/pa.po, 43, 280, 334, 4, 15, 26, 101, 73, 396 -po/nb.po, 1, 5, 6, 0, 0, 72, 391, 73, 396 -po/fr.po, 73, 396, 475, 0, 0, 0, 0, 73, 396 -po/fa.po, 1, 5, 5, 0, 0, 72, 391, 73, 396 -po/mr.po, 73, 396, 365, 0, 0, 0, 0, 73, 396 -po/bs.po, 4, 9, 8, 0, 0, 69, 387, 73, 396 -po/km.po, 55, 342, 148, 4, 15, 14, 39, 73, 396 -po/pl.po, 73, 396, 399, 0, 0, 0, 0, 73, 396 -po/gu.po, 44, 296, 320, 4, 15, 25, 85, 73, 396 -po/or.po, 43, 280, 273, 4, 15, 26, 101, 73, 396 -po/uk.po, 73, 396, 416, 0, 0, 0, 0, 73, 396 -po/hu.po, 73, 396, 356, 0, 0, 0, 0, 73, 396 -po/sq.po, 73, 396, 501, 0, 0, 0, 0, 73, 396 -po/pt.po, 2, 6, 8, 0, 0, 71, 390, 73, 396 -po/ml.po, 43, 280, 217, 4, 15, 26, 101, 73, 396 -po/ast.po, 2, 2, 2, 0, 0, 71, 394, 73, 396 -po/et.po, 7, 7, 7, 0, 0, 66, 389, 73, 396 -po/te.po, 44, 296, 246, 4, 15, 25, 85, 73, 396 diff --git a/results/f30/gnome-backgrounds-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-backgrounds-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index f84c42b..0000000 --- a/results/f30/gnome-backgrounds-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) diff --git a/results/f30/gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 5cb0ff2..0000000 --- a/results/f30/gnome-backgrounds-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,97 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 16, 31, 18, 0, 0, 0, 0, 16, 31 -po/zh_HK.po, 18, 30, 19, 0, 0, 0, 0, 18, 30 -po/zh_CN.po, 16, 31, 16, 0, 0, 0, 0, 16, 31 -po/xh.po, 18, 30, 32, 0, 0, 0, 0, 18, 30 -po/vi.po, 18, 29, 48, 0, 0, 0, 0, 18, 29 -po/uz@cyrillic.po, 18, 24, 28, 0, 0, 0, 0, 18, 24 -po/uz.po, 7, 14, 11, 0, 0, 2, 4, 9, 18 -po/uk.po, 18, 29, 27, 0, 0, 0, 0, 18, 29 -po/ug.po, 18, 24, 30, 0, 0, 0, 0, 18, 24 -po/tr.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -po/th.po, 18, 24, 20, 0, 0, 0, 0, 18, 24 -po/tg.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -po/te.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/ta.po, 18, 30, 27, 0, 0, 0, 0, 18, 30 -po/sv.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -po/sr@latin.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -po/sr.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -po/sq.po, 17, 23, 24, 0, 0, 0, 0, 17, 23 -po/sl.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/sk.po, 16, 31, 35, 0, 0, 0, 0, 16, 31 -po/si.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -po/rw.po, 0, 0, 0, 0, 0, 10, 35, 10, 35 -po/ru.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -po/ro.po, 16, 31, 38, 0, 0, 0, 0, 16, 31 -po/pt_BR.po, 16, 31, 41, 0, 0, 0, 0, 16, 31 -po/pt.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -po/ps.po, 9, 18, 25, 0, 0, 0, 0, 9, 18 -po/pl.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/pa.po, 18, 29, 37, 0, 0, 0, 0, 18, 29 -po/or.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -po/oc.po, 16, 31, 36, 0, 0, 0, 0, 16, 31 -po/nn.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -po/nl.po, 16, 31, 30, 0, 0, 0, 0, 16, 31 -po/ne.po, 18, 29, 29, 0, 0, 0, 0, 18, 29 -po/nds.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/nb.po, 18, 29, 24, 0, 0, 0, 0, 18, 29 -po/ms.po, 15, 20, 23, 0, 0, 2, 3, 17, 23 -po/mr.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -po/mn.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -po/ml.po, 16, 31, 30, 0, 0, 0, 0, 16, 31 -po/mk.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -po/mg.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/mai.po, 8, 16, 18, 1, 2, 0, 0, 9, 18 -po/lv.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -po/lt.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -po/ky.po, 16, 22, 21, 1, 1, 1, 1, 18, 24 -po/ku.po, 18, 24, 24, 0, 0, 0, 0, 18, 24 -po/ko.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -po/kn.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -po/km.po, 18, 30, 21, 0, 0, 0, 0, 18, 30 -po/kk.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/ka.po, 9, 18, 18, 0, 0, 0, 0, 9, 18 -po/ja.po, 18, 30, 20, 0, 0, 0, 0, 18, 30 -po/it.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -po/is.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -po/id.po, 15, 26, 31, 0, 0, 0, 0, 15, 26 -po/hy.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/hu.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -po/hr.po, 16, 31, 35, 0, 0, 0, 0, 16, 31 -po/hi.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -po/he.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -po/gu.po, 18, 30, 30, 0, 0, 0, 0, 18, 30 -po/gl.po, 16, 31, 37, 0, 0, 0, 0, 16, 31 -po/gd.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -po/ga.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -po/fy.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -po/fur.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -po/fr.po, 15, 26, 34, 0, 0, 0, 0, 15, 26 -po/fi.po, 16, 31, 28, 0, 0, 0, 0, 16, 31 -po/fa.po, 18, 29, 29, 0, 0, 0, 0, 18, 29 -po/eu.po, 18, 29, 32, 0, 0, 0, 0, 18, 29 -po/et.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -po/es.po, 15, 26, 32, 0, 0, 0, 0, 15, 26 -po/eo.po, 16, 31, 32, 0, 0, 0, 0, 16, 31 -po/en_GB.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -po/en_CA.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -po/en@shaw.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -po/el.po, 16, 31, 28, 0, 0, 0, 0, 16, 31 -po/dz.po, 9, 18, 11, 0, 0, 0, 0, 9, 18 -po/de.po, 16, 31, 28, 0, 0, 0, 0, 16, 31 -po/da.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -po/cy.po, 17, 23, 29, 0, 0, 0, 0, 17, 23 -po/cs.po, 15, 26, 28, 0, 0, 0, 0, 15, 26 -po/ca@valencia.po, 18, 29, 37, 0, 0, 0, 0, 18, 29 -po/ca.po, 16, 31, 38, 0, 0, 0, 0, 16, 31 -po/bs.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/bn_IN.po, 17, 23, 31, 0, 0, 0, 0, 17, 23 -po/bn.po, 17, 29, 38, 0, 0, 0, 0, 17, 29 -po/bg.po, 18, 29, 31, 0, 0, 0, 0, 18, 29 -po/be@latin.po, 16, 22, 20, 0, 0, 1, 1, 17, 23 -po/be.po, 18, 29, 26, 0, 0, 0, 0, 18, 29 -po/ast.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/as.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/ar.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/an.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -po/af.po, 13, 22, 20, 0, 0, 3, 9, 16, 31 diff --git a/results/f30/gnome-bluetooth-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-bluetooth-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f30/gnome-bluetooth-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 050a679..0000000 --- a/results/f30/gnome-bluetooth-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,86 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 192, 663, 574, 0, 0, 0, 0, 192, 663 -po/zh_TW.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -po/zh_HK.po, 102, 308, 132, 0, 0, 0, 0, 102, 308 -po/zh_CN.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -po/xh.po, 174, 596, 511, 1, 3, 0, 0, 175, 599 -po/vi.po, 111, 373, 504, 0, 0, 0, 0, 111, 373 -po/uk.po, 110, 372, 334, 0, 0, 0, 0, 110, 372 -po/ug.po, 95, 303, 266, 0, 0, 0, 0, 95, 303 -po/tr.po, 111, 373, 324, 0, 0, 0, 0, 111, 373 -po/th.po, 110, 372, 169, 0, 0, 0, 0, 110, 372 -po/tg.po, 102, 309, 340, 0, 0, 0, 0, 102, 309 -po/te.po, 102, 309, 286, 0, 0, 0, 0, 102, 309 -po/ta.po, 102, 309, 276, 0, 0, 0, 0, 102, 309 -po/sv.po, 111, 373, 337, 0, 0, 0, 0, 111, 373 -po/sr@latin.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -po/sr.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -po/sl.po, 111, 373, 391, 0, 0, 0, 0, 111, 373 -po/sk.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -po/ru.po, 111, 373, 340, 0, 0, 0, 0, 111, 373 -po/ro.po, 111, 373, 382, 0, 0, 0, 0, 111, 373 -po/pt_BR.po, 111, 373, 413, 0, 0, 0, 0, 111, 373 -po/pt.po, 110, 372, 383, 0, 0, 0, 0, 110, 372 -po/pl.po, 111, 373, 370, 0, 0, 0, 0, 111, 373 -po/pa.po, 111, 373, 419, 0, 0, 0, 0, 111, 373 -po/or.po, 102, 309, 333, 0, 0, 0, 0, 102, 309 -po/oc.po, 106, 349, 385, 0, 0, 4, 23, 110, 372 -po/nn.po, 177, 646, 620, 0, 0, 4, 18, 181, 664 -po/nl.po, 111, 373, 355, 0, 0, 0, 0, 111, 373 -po/ne.po, 13, 15, 18, 67, 144, 22, 150, 102, 309 -po/nb.po, 111, 373, 362, 0, 0, 0, 0, 111, 373 -po/ms.po, 160, 519, 486, 2, 9, 29, 169, 191, 697 -po/mr.po, 102, 309, 309, 0, 0, 0, 0, 102, 309 -po/mn.po, 87, 230, 231, 0, 0, 68, 284, 155, 514 -po/ml.po, 111, 373, 320, 0, 0, 0, 0, 111, 373 -po/mk.po, 175, 599, 654, 0, 0, 0, 0, 175, 599 -po/mai.po, 37, 63, 75, 0, 0, 120, 530, 157, 593 -po/lv.po, 111, 373, 343, 0, 0, 0, 0, 111, 373 -po/lt.po, 111, 373, 329, 0, 0, 0, 0, 111, 373 -po/ku.po, 188, 650, 720, 0, 0, 4, 12, 192, 662 -po/ko.po, 111, 373, 289, 0, 0, 0, 0, 111, 373 -po/kn.po, 102, 309, 296, 0, 0, 0, 0, 102, 309 -po/km.po, 144, 460, 257, 0, 0, 0, 0, 144, 460 -po/kk.po, 111, 373, 329, 0, 0, 0, 0, 111, 373 -po/ka.po, 118, 321, 284, 0, 0, 37, 193, 155, 514 -po/ja.po, 111, 373, 153, 0, 0, 0, 0, 111, 373 -po/it.po, 111, 373, 358, 0, 0, 0, 0, 111, 373 -po/is.po, 111, 373, 359, 0, 0, 0, 0, 111, 373 -po/id.po, 111, 373, 334, 0, 0, 0, 0, 111, 373 -po/hy.po, 181, 664, 631, 0, 0, 0, 0, 181, 664 -po/hu.po, 111, 373, 325, 0, 0, 0, 0, 111, 373 -po/hr.po, 111, 373, 357, 0, 0, 0, 0, 111, 373 -po/hi.po, 102, 309, 361, 0, 0, 0, 0, 102, 309 -po/he.po, 110, 372, 345, 0, 0, 0, 0, 110, 372 -po/gu.po, 102, 309, 355, 0, 0, 0, 0, 102, 309 -po/gl.po, 111, 373, 388, 0, 0, 0, 0, 111, 373 -po/gd.po, 111, 373, 493, 0, 0, 0, 0, 111, 373 -po/ga.po, 70, 156, 204, 0, 0, 26, 154, 96, 310 -po/fy.po, 13, 15, 20, 0, 0, 142, 499, 155, 514 -po/fur.po, 111, 373, 407, 0, 0, 0, 0, 111, 373 -po/fr.po, 111, 373, 423, 0, 0, 0, 0, 111, 373 -po/fi.po, 115, 398, 302, 0, 0, 0, 0, 115, 398 -po/fa.po, 111, 373, 411, 0, 0, 0, 0, 111, 373 -po/eu.po, 111, 373, 315, 0, 0, 0, 0, 111, 373 -po/et.po, 96, 310, 257, 0, 0, 0, 0, 96, 310 -po/es.po, 111, 373, 396, 0, 0, 0, 0, 111, 373 -po/eo.po, 111, 373, 359, 0, 0, 0, 0, 111, 373 -po/en_GB.po, 110, 372, 372, 0, 0, 0, 0, 110, 372 -po/en@shaw.po, 121, 419, 419, 66, 256, 0, 0, 187, 675 -po/el.po, 111, 373, 390, 0, 0, 0, 0, 111, 373 -po/de.po, 111, 373, 379, 0, 0, 0, 0, 111, 373 -po/da.po, 111, 373, 345, 0, 0, 0, 0, 111, 373 -po/cs.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -po/crh.po, 95, 303, 272, 0, 0, 0, 0, 95, 303 -po/ca@valencia.po, 111, 373, 428, 0, 0, 0, 0, 111, 373 -po/ca.po, 111, 373, 428, 0, 0, 0, 0, 111, 373 -po/bs.po, 102, 309, 313, 0, 0, 0, 0, 102, 309 -po/bn_IN.po, 95, 303, 350, 0, 0, 0, 0, 95, 303 -po/bn.po, 192, 662, 719, 0, 0, 0, 0, 192, 662 -po/bg.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -po/be.po, 111, 373, 347, 0, 0, 0, 0, 111, 373 -po/ast.po, 181, 664, 736, 0, 0, 0, 0, 181, 664 -po/as.po, 101, 308, 336, 0, 0, 0, 0, 101, 308 -po/ar.po, 111, 373, 399, 0, 0, 0, 0, 111, 373 -po/an.po, 110, 372, 407, 0, 0, 0, 0, 110, 372 -po/af.po, 185, 642, 645, 0, 0, 7, 20, 192, 662 diff --git a/results/f30/gnome-boxes-3.32.0.2-2.fc30.src.rpm.errors.txt b/results/f30/gnome-boxes-3.32.0.2-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 50efe14..0000000 --- a/results/f30/gnome-boxes-3.32.0.2-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,46 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/why-do-i-need-virtual-machine.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/what-is-a-virtual-machine.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/virtualization.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/usb-redirection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/unattended.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/system-requirements.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/supported-protocols.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/snapshot-revert.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/snapshot-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/snapshot-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/snapshot-create.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/shutdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/shared-folders.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/selection.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/properties.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prop-trouble.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prop-system.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/networking.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/list-of-supported-protocols.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/keystrokes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/interface.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/import-images.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/how-many-machines.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/open-menu-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/input-keyboard-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/boxes_icon.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/favorites.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/disk-images.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/create.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/continuous.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/command-line.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/collection.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/clipboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/backup.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv b/results/f30/gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv deleted file mode 100644 index ff1a244..0000000 --- a/results/f30/gnome-boxes-3.32.0.2-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,81 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 230, 2786, 2603, 0, 0, 0, 0, 230, 2786 -help/pt_BR/pt_BR.po, 230, 2786, 3059, 0, 0, 0, 0, 230, 2786 -help/pl/pl.po, 230, 2786, 2262, 0, 0, 0, 0, 230, 2786 -help/ko/ko.po, 230, 2786, 1982, 0, 0, 0, 0, 230, 2786 -help/it/it.po, 213, 2575, 2709, 0, 0, 0, 0, 213, 2575 -help/hu/hu.po, 230, 2786, 2465, 0, 0, 0, 0, 230, 2786 -help/gl/gl.po, 121, 768, 803, 0, 0, 103, 1971, 224, 2739 -help/fr/fr.po, 224, 2739, 2990, 0, 0, 0, 0, 224, 2739 -help/es/es.po, 213, 2575, 2875, 0, 0, 0, 0, 213, 2575 -help/el/el.po, 208, 2323, 2501, 0, 0, 0, 0, 208, 2323 -help/de/de.po, 230, 2786, 2821, 0, 0, 0, 0, 230, 2786 -help/cs/cs.po, 224, 2739, 2490, 0, 0, 0, 0, 224, 2739 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 295, 1289, 461, 0, 0, 0, 0, 295, 1289 -po/zh_HK.po, 207, 946, 333, 0, 0, 0, 0, 207, 946 -po/zh_CN.po, 289, 1224, 520, 0, 0, 0, 0, 289, 1224 -po/vi.po, 154, 624, 800, 0, 0, 9, 97, 163, 721 -po/uk.po, 262, 1113, 1049, 0, 0, 0, 0, 262, 1113 -po/ug.po, 167, 750, 718, 0, 0, 0, 0, 167, 750 -po/tr.po, 296, 1290, 1127, 0, 0, 0, 0, 296, 1290 -po/th.po, 123, 532, 216, 0, 0, 0, 0, 123, 532 -po/tg.po, 175, 572, 651, 19, 326, 0, 0, 194, 898 -po/te.po, 208, 950, 834, 0, 0, 0, 0, 208, 950 -po/ta.po, 208, 950, 891, 0, 0, 0, 0, 208, 950 -po/sv.po, 298, 1296, 1267, 0, 0, 0, 0, 298, 1296 -po/sr@latin.po, 283, 1207, 1324, 0, 0, 0, 0, 283, 1207 -po/sr.po, 298, 1296, 1416, 0, 0, 0, 0, 298, 1296 -po/sl.po, 298, 1296, 1368, 0, 0, 0, 0, 298, 1296 -po/sk.po, 294, 1282, 1364, 0, 0, 0, 0, 294, 1282 -po/ru.po, 298, 1296, 1272, 0, 0, 0, 0, 298, 1296 -po/ro.po, 298, 1296, 1500, 0, 0, 0, 0, 298, 1296 -po/pt_BR.po, 298, 1296, 1487, 0, 0, 0, 0, 298, 1296 -po/pt.po, 260, 1102, 1293, 0, 0, 0, 0, 260, 1102 -po/pl.po, 298, 1296, 1348, 0, 0, 0, 0, 298, 1296 -po/pa.po, 208, 950, 1149, 0, 0, 0, 0, 208, 950 -po/or.po, 208, 950, 1036, 0, 0, 0, 0, 208, 950 -po/oc.po, 253, 1048, 1297, 2, 8, 7, 21, 262, 1077 -po/nl.po, 296, 1290, 1335, 0, 0, 0, 0, 296, 1290 -po/ne.po, 274, 1160, 1153, 0, 0, 0, 0, 274, 1160 -po/nb.po, 293, 1269, 1295, 0, 0, 1, 13, 294, 1282 -po/mr.po, 208, 950, 929, 0, 0, 0, 0, 208, 950 -po/ml.po, 281, 1171, 1072, 0, 0, 9, 89, 290, 1260 -po/lv.po, 295, 1289, 1207, 0, 0, 0, 0, 295, 1289 -po/lt.po, 296, 1290, 1178, 0, 0, 0, 0, 296, 1290 -po/ko.po, 296, 1290, 1071, 0, 0, 0, 0, 296, 1290 -po/kn.po, 208, 950, 872, 0, 0, 0, 0, 208, 950 -po/km.po, 193, 885, 398, 0, 0, 0, 0, 193, 885 -po/kk.po, 295, 1289, 1162, 0, 0, 0, 0, 295, 1289 -po/ja.po, 260, 1072, 456, 0, 0, 0, 0, 260, 1072 -po/it.po, 298, 1296, 1369, 0, 0, 0, 0, 298, 1296 -po/id.po, 298, 1296, 1315, 0, 0, 0, 0, 298, 1296 -po/hu.po, 296, 1290, 1247, 0, 0, 0, 0, 296, 1290 -po/hr.po, 296, 1294, 1273, 0, 0, 1, 1, 297, 1295 -po/hi.po, 208, 950, 1187, 0, 0, 0, 0, 208, 950 -po/he.po, 260, 1102, 1072, 0, 0, 0, 0, 260, 1102 -po/gu.po, 208, 950, 1058, 0, 0, 0, 0, 208, 950 -po/gl.po, 296, 1290, 1477, 0, 0, 0, 0, 296, 1290 -po/ga.po, 100, 207, 256, 0, 0, 85, 649, 185, 856 -po/fur.po, 295, 1289, 1514, 0, 0, 0, 0, 295, 1289 -po/fr.po, 296, 1290, 1628, 0, 0, 0, 0, 296, 1290 -po/fi.po, 290, 1201, 962, 0, 0, 8, 95, 298, 1296 -po/fa.po, 185, 856, 962, 0, 0, 0, 0, 185, 856 -po/eu.po, 295, 1289, 1167, 0, 0, 0, 0, 295, 1289 -po/et.po, 185, 856, 713, 0, 0, 0, 0, 185, 856 -po/es.po, 298, 1296, 1491, 0, 0, 0, 0, 298, 1296 -po/eo.po, 281, 1170, 1081, 4, 23, 5, 69, 290, 1262 -po/en_GB.po, 282, 1203, 1206, 0, 0, 0, 0, 282, 1203 -po/el.po, 295, 1289, 1463, 0, 0, 0, 0, 295, 1289 -po/de.po, 298, 1296, 1338, 0, 0, 0, 0, 298, 1296 -po/da.po, 296, 1290, 1268, 0, 0, 0, 0, 296, 1290 -po/cs.po, 294, 1284, 1313, 0, 0, 0, 0, 294, 1284 -po/ca@valencia.po, 273, 1147, 1453, 0, 0, 0, 0, 273, 1147 -po/ca.po, 295, 1289, 1618, 0, 0, 0, 0, 295, 1289 -po/bs.po, 217, 968, 969, 0, 0, 0, 0, 217, 968 -po/bn_IN.po, 169, 753, 853, 0, 0, 0, 0, 169, 753 -po/bg.po, 153, 677, 756, 0, 0, 0, 0, 153, 677 -po/be.po, 294, 1282, 1284, 0, 0, 0, 0, 294, 1282 -po/as.po, 208, 950, 1050, 0, 0, 0, 0, 208, 950 -po/ar.po, 239, 1016, 1045, 0, 0, 0, 0, 239, 1016 -po/af.po, 295, 1289, 1387, 0, 0, 0, 0, 295, 1289 diff --git a/results/f30/gnome-calculator-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-calculator-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index d9f4daf..0000000 --- a/results/f30/gnome-calculator-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,36 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/variables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/trigonometry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/superscript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scientific.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/percentage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/number-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/modulus.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/logarithm.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/history.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/functions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/financial.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/logo32.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/factorize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/factorial.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/equation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-weight.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-time.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-length.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-currency.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-character.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-base.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/complex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/boolean.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/base.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/absolute.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 9b81296..0000000 --- a/results/f30/gnome-calculator-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,121 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -help/zh_HK/zh_HK.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -help/zh_CN/zh_CN.po, 238, 1579, 425, 0, 0, 0, 0, 238, 1579 -help/te/te.po, 99, 110, 110, 0, 0, 140, 1509, 239, 1619 -help/sv/sv.po, 277, 1950, 1733, 0, 0, 0, 0, 277, 1950 -help/sl/sl.po, 238, 1616, 1394, 0, 0, 0, 0, 238, 1616 -help/ru/ru.po, 209, 1187, 1069, 4, 25, 25, 404, 238, 1616 -help/ro/ro.po, 220, 1241, 1190, 3, 49, 15, 326, 238, 1616 -help/pt_BR/pt_BR.po, 277, 1950, 2144, 0, 0, 0, 0, 277, 1950 -help/pt/pt.po, 250, 1750, 1789, 3, 32, 12, 104, 265, 1886 -help/pl/pl.po, 277, 1950, 1665, 0, 0, 0, 0, 277, 1950 -help/oc/oc.po, 259, 303, 325, 0, 0, 626, 6188, 885, 6491 -help/lv/lv.po, 265, 1886, 1501, 0, 0, 0, 0, 265, 1886 -help/ko/ko.po, 277, 1950, 1416, 0, 0, 0, 0, 277, 1950 -help/ja/ja.po, 225, 1289, 427, 9, 265, 4, 62, 238, 1616 -help/it/it.po, 188, 1017, 1096, 8, 239, 40, 319, 236, 1575 -help/hu/hu.po, 277, 1950, 1697, 0, 0, 0, 0, 277, 1950 -help/gl/gl.po, 247, 1727, 1753, 0, 0, 1, 37, 248, 1764 -help/fr/fr.po, 277, 1950, 2147, 0, 0, 0, 0, 277, 1950 -help/fi/fi.po, 203, 1082, 826, 22, 225, 40, 579, 265, 1886 -help/eu/eu.po, 831, 6011, 4612, 0, 0, 0, 0, 831, 6011 -help/es/es.po, 277, 1950, 2084, 0, 0, 0, 0, 277, 1950 -help/el/el.po, 251, 1777, 1922, 0, 0, 0, 0, 251, 1777 -help/de/de.po, 277, 1950, 1879, 0, 0, 0, 0, 277, 1950 -help/cs/cs.po, 277, 1950, 1745, 0, 0, 0, 0, 277, 1950 -help/ca/ca.po, 216, 1392, 1547, 14, 190, 35, 304, 265, 1886 -help/bg/bg.po, 603, 5554, 5201, 0, 0, 209, 227, 812, 5781 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 578, 1594, 762, 0, 0, 0, 0, 578, 1594 -po/zh_HK.po, 431, 1341, 574, 0, 0, 0, 0, 431, 1341 -po/zh_CN.po, 579, 1596, 770, 0, 0, 0, 0, 579, 1596 -po/xh.po, 362, 851, 840, 13, 35, 3, 29, 378, 915 -po/vi.po, 590, 1632, 2264, 0, 0, 0, 0, 590, 1632 -po/uk.po, 573, 1583, 1470, 0, 0, 0, 0, 573, 1583 -po/ug.po, 334, 1078, 1026, 0, 0, 0, 0, 334, 1078 -po/tr.po, 590, 1632, 1495, 0, 0, 0, 0, 590, 1632 -po/tk.po, 164, 294, 281, 79, 175, 135, 446, 378, 915 -po/th.po, 540, 1486, 834, 0, 0, 0, 0, 540, 1486 -po/tg.po, 535, 1464, 1464, 0, 0, 0, 0, 535, 1464 -po/te.po, 428, 1337, 1171, 0, 0, 0, 0, 428, 1337 -po/ta.po, 428, 1337, 1281, 0, 0, 0, 0, 428, 1337 -po/sv.po, 590, 1632, 1521, 0, 0, 0, 0, 590, 1632 -po/sr@latin.po, 579, 1596, 1520, 0, 0, 0, 0, 579, 1596 -po/sr.po, 590, 1632, 1556, 0, 0, 0, 0, 590, 1632 -po/sq.po, 399, 1128, 1306, 0, 0, 0, 0, 399, 1128 -po/sl.po, 590, 1632, 1554, 0, 0, 0, 0, 590, 1632 -po/sk.po, 581, 1602, 1581, 0, 0, 0, 0, 581, 1602 -po/si.po, 379, 853, 894, 0, 0, 71, 839, 450, 1692 -po/rw.po, 60, 53, 61, 243, 719, 75, 143, 378, 915 -po/ru.po, 590, 1632, 1581, 0, 0, 0, 0, 590, 1632 -po/ro.po, 590, 1632, 1771, 0, 0, 0, 0, 590, 1632 -po/pt_BR.po, 590, 1632, 1926, 0, 0, 0, 0, 590, 1632 -po/pt.po, 573, 1583, 1735, 0, 0, 0, 0, 573, 1583 -po/pl.po, 590, 1632, 1578, 0, 0, 0, 0, 590, 1632 -po/pa.po, 551, 1539, 1640, 0, 0, 23, 45, 574, 1584 -po/or.po, 428, 1337, 1302, 0, 0, 0, 0, 428, 1337 -po/oc.po, 540, 1486, 1667, 0, 0, 0, 0, 540, 1486 -po/nn.po, 228, 770, 803, 8, 14, 31, 534, 267, 1318 -po/nl.po, 590, 1632, 1699, 0, 0, 0, 0, 590, 1632 -po/ne.po, 205, 357, 347, 116, 286, 107, 694, 428, 1337 -po/nb.po, 578, 1590, 1456, 0, 0, 0, 0, 578, 1590 -po/my.po, 160, 352, 241, 0, 0, 99, 789, 259, 1141 -po/ms.po, 328, 768, 757, 30, 57, 20, 90, 378, 915 -po/mr.po, 428, 1337, 1299, 0, 0, 0, 0, 428, 1337 -po/mn.po, 181, 392, 372, 142, 368, 55, 155, 378, 915 -po/ml.po, 334, 1078, 854, 0, 0, 0, 0, 334, 1078 -po/mk.po, 433, 1399, 1408, 0, 0, 0, 0, 433, 1399 -po/mg.po, 349, 992, 1083, 8, 23, 0, 0, 357, 1015 -po/mai.po, 243, 536, 586, 0, 0, 165, 829, 408, 1365 -po/lv.po, 590, 1632, 1512, 0, 0, 0, 0, 590, 1632 -po/lt.po, 590, 1632, 1485, 0, 0, 0, 0, 590, 1632 -po/ku.po, 98, 117, 123, 4, 4, 247, 774, 349, 895 -po/ko.po, 590, 1632, 1384, 0, 0, 0, 0, 590, 1632 -po/kn.po, 428, 1337, 1181, 0, 0, 0, 0, 428, 1337 -po/km.po, 429, 1333, 750, 0, 0, 2, 8, 431, 1341 -po/kk.po, 321, 566, 568, 0, 0, 269, 1066, 590, 1632 -po/ka.po, 365, 1044, 948, 0, 0, 0, 0, 365, 1044 -po/ja.po, 567, 1564, 750, 0, 0, 23, 68, 590, 1632 -po/it.po, 590, 1632, 1782, 0, 0, 0, 0, 590, 1632 -po/id.po, 590, 1632, 1623, 0, 0, 0, 0, 590, 1632 -po/hy.po, 119, 361, 351, 0, 0, 137, 767, 256, 1128 -po/hu.po, 590, 1632, 1525, 0, 0, 0, 0, 590, 1632 -po/hr.po, 589, 1629, 1524, 0, 0, 0, 0, 589, 1629 -po/hi.po, 428, 1337, 1519, 0, 0, 0, 0, 428, 1337 -po/he.po, 513, 1451, 1481, 0, 0, 27, 35, 540, 1486 -po/gu.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -po/gl.po, 590, 1632, 1855, 0, 0, 0, 0, 590, 1632 -po/gd.po, 574, 1584, 1836, 0, 0, 0, 0, 574, 1584 -po/ga.po, 217, 351, 419, 9, 23, 108, 704, 334, 1078 -po/fur.po, 590, 1632, 1829, 0, 0, 0, 0, 590, 1632 -po/fr.po, 590, 1632, 1899, 0, 0, 0, 0, 590, 1632 -po/fi.po, 590, 1632, 1354, 0, 0, 0, 0, 590, 1632 -po/fa.po, 574, 1584, 1656, 0, 0, 0, 0, 574, 1584 -po/eu.po, 590, 1632, 1463, 0, 0, 0, 0, 590, 1632 -po/et.po, 334, 1078, 874, 0, 0, 0, 0, 334, 1078 -po/es.po, 590, 1632, 1839, 0, 0, 0, 0, 590, 1632 -po/eo.po, 584, 1601, 1581, 1, 4, 1, 3, 586, 1608 -po/en_GB.po, 540, 1486, 1504, 0, 0, 0, 0, 540, 1486 -po/en_CA.po, 433, 1399, 1402, 0, 0, 0, 0, 433, 1399 -po/en@shaw.po, 254, 1172, 1173, 6, 129, 0, 0, 260, 1301 -po/el.po, 556, 1468, 1587, 25, 134, 0, 0, 581, 1602 -po/dz.po, 410, 1175, 812, 0, 0, 0, 0, 410, 1175 -po/de.po, 590, 1632, 1574, 0, 0, 0, 0, 590, 1632 -po/da.po, 589, 1629, 1529, 0, 0, 0, 0, 589, 1629 -po/cy.po, 349, 895, 977, 0, 0, 0, 0, 349, 895 -po/cs.po, 590, 1632, 1626, 0, 0, 0, 0, 590, 1632 -po/ca@valencia.po, 574, 1584, 1797, 0, 0, 0, 0, 574, 1584 -po/ca.po, 590, 1632, 1849, 0, 0, 0, 0, 590, 1632 -po/bs.po, 535, 1464, 1357, 0, 0, 0, 0, 535, 1464 -po/bn_IN.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -po/bn.po, 267, 1327, 1384, 0, 0, 0, 0, 267, 1327 -po/bg.po, 574, 1584, 1721, 0, 0, 0, 0, 574, 1584 -po/be@latin.po, 277, 564, 566, 0, 0, 133, 611, 410, 1175 -po/be.po, 378, 855, 909, 0, 0, 50, 364, 428, 1219 -po/az.po, 181, 392, 369, 142, 368, 55, 155, 378, 915 -po/ast.po, 433, 1399, 1502, 0, 0, 0, 0, 433, 1399 -po/as.po, 428, 1337, 1364, 0, 0, 0, 0, 428, 1337 -po/ar.po, 257, 545, 557, 65, 160, 251, 876, 573, 1581 -po/am.po, 83, 78, 80, 49, 55, 246, 782, 378, 915 -po/af.po, 350, 1044, 1011, 37, 159, 41, 176, 428, 1379 diff --git a/results/f30/gnome-calendar-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-calendar-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 7e938f4..0000000 --- a/results/f30/gnome-calendar-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 7086956..0000000 --- a/results/f30/gnome-calendar-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,58 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 218, 668, 268, 0, 0, 0, 0, 218, 668 -po/zh_HK.po, 58, 122, 81, 2, 6, 0, 0, 60, 128 -po/zh_CN.po, 220, 661, 347, 0, 0, 0, 0, 220, 661 -po/uk.po, 139, 432, 420, 0, 0, 0, 0, 139, 432 -po/tr.po, 218, 668, 595, 0, 0, 0, 0, 218, 668 -po/th.po, 138, 424, 202, 0, 0, 0, 0, 138, 424 -po/tg.po, 105, 342, 367, 0, 0, 0, 0, 105, 342 -po/sv.po, 218, 668, 657, 0, 0, 0, 0, 218, 668 -po/sr@latin.po, 220, 661, 697, 0, 0, 0, 0, 220, 661 -po/sr.po, 218, 668, 705, 0, 0, 0, 0, 218, 668 -po/sl.po, 218, 668, 693, 0, 0, 0, 0, 218, 668 -po/sk.po, 220, 669, 670, 0, 0, 0, 0, 220, 669 -po/ru.po, 218, 668, 697, 0, 0, 0, 0, 218, 668 -po/ro.po, 218, 668, 727, 0, 0, 0, 0, 218, 668 -po/pt_BR.po, 218, 668, 753, 0, 0, 0, 0, 218, 668 -po/pt.po, 138, 424, 446, 0, 0, 0, 0, 138, 424 -po/pl.po, 218, 668, 632, 0, 0, 0, 0, 218, 668 -po/pa.po, 66, 222, 254, 0, 0, 0, 0, 66, 222 -po/oc.po, 217, 645, 753, 1, 3, 2, 13, 220, 661 -po/nl.po, 218, 668, 669, 0, 0, 0, 0, 218, 668 -po/ne.po, 214, 641, 623, 0, 0, 0, 0, 214, 641 -po/nb.po, 214, 641, 624, 0, 0, 0, 0, 214, 641 -po/ml.po, 220, 669, 598, 0, 0, 0, 0, 220, 669 -po/lv.po, 218, 668, 636, 0, 0, 0, 0, 218, 668 -po/lt.po, 218, 668, 621, 0, 0, 0, 0, 218, 668 -po/ko.po, 218, 668, 539, 0, 0, 0, 0, 218, 668 -po/kk.po, 218, 668, 611, 0, 0, 0, 0, 218, 668 -po/ja.po, 218, 668, 267, 0, 0, 0, 0, 218, 668 -po/it.po, 218, 668, 709, 0, 0, 0, 0, 218, 668 -po/is.po, 220, 669, 657, 0, 0, 0, 0, 220, 669 -po/id.po, 218, 668, 671, 0, 0, 0, 0, 218, 668 -po/hu.po, 218, 668, 632, 0, 0, 0, 0, 218, 668 -po/hr.po, 220, 669, 667, 0, 0, 0, 0, 220, 669 -po/he.po, 138, 424, 440, 0, 0, 0, 0, 138, 424 -po/gl.po, 218, 668, 737, 0, 0, 0, 0, 218, 668 -po/gd.po, 220, 661, 881, 0, 0, 0, 0, 220, 661 -po/ga.po, 80, 173, 211, 0, 0, 23, 152, 103, 325 -po/fur.po, 218, 668, 752, 0, 0, 0, 0, 218, 668 -po/fr.po, 218, 668, 760, 0, 0, 0, 0, 218, 668 -po/fi.po, 218, 668, 522, 0, 0, 0, 0, 218, 668 -po/fa.po, 214, 641, 663, 0, 0, 0, 0, 214, 641 -po/eu.po, 218, 668, 596, 0, 0, 0, 0, 218, 668 -po/et.po, 218, 668, 571, 0, 0, 0, 0, 218, 668 -po/es.po, 218, 668, 778, 0, 0, 0, 0, 218, 668 -po/eo.po, 220, 669, 671, 0, 0, 0, 0, 220, 669 -po/en_GB.po, 220, 669, 685, 0, 0, 0, 0, 220, 669 -po/el.po, 218, 668, 754, 0, 0, 0, 0, 218, 668 -po/de.po, 218, 668, 661, 0, 0, 0, 0, 218, 668 -po/da.po, 218, 668, 635, 0, 0, 0, 0, 218, 668 -po/cs.po, 218, 668, 648, 0, 0, 0, 0, 218, 668 -po/ca@valencia.po, 213, 638, 746, 1, 3, 0, 0, 214, 641 -po/ca.po, 218, 668, 789, 0, 0, 0, 0, 218, 668 -po/bs.po, 67, 224, 219, 0, 0, 0, 0, 67, 224 -po/be.po, 220, 669, 664, 0, 0, 0, 0, 220, 669 -po/ar.po, 219, 649, 677, 0, 0, 1, 12, 220, 661 -po/an.po, 67, 224, 249, 0, 0, 0, 0, 67, 224 -po/af.po, 218, 668, 669, 0, 0, 0, 0, 218, 668 diff --git a/results/f30/gnome-characters-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-characters-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gnome-characters-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index b15b241..0000000 --- a/results/f30/gnome-characters-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,55 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 57, 186, 71, 0, 0, 0, 0, 57, 186 -po/zh_CN.po, 58, 186, 93, 0, 0, 0, 0, 58, 186 -po/uk.po, 47, 161, 149, 0, 0, 0, 0, 47, 161 -po/tr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -po/tg.po, 24, 49, 64, 0, 0, 23, 112, 47, 161 -po/ta.po, 54, 149, 138, 0, 0, 3, 37, 57, 186 -po/sv.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -po/sr@latin.po, 58, 186, 204, 0, 0, 0, 0, 58, 186 -po/sr.po, 57, 186, 203, 0, 0, 0, 0, 57, 186 -po/sl.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 -po/sk.po, 58, 186, 191, 0, 0, 0, 0, 58, 186 -po/ru.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -po/ro.po, 57, 186, 219, 0, 0, 0, 0, 57, 186 -po/pt_BR.po, 57, 186, 226, 0, 0, 0, 0, 57, 186 -po/pt.po, 48, 162, 177, 0, 0, 0, 0, 48, 162 -po/pl.po, 57, 186, 194, 0, 0, 0, 0, 57, 186 -po/pa.po, 35, 80, 103, 0, 0, 7, 66, 42, 146 -po/oc.po, 58, 186, 214, 0, 0, 0, 0, 58, 186 -po/nl.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -po/ne.po, 58, 186, 197, 0, 0, 0, 0, 58, 186 -po/nb.po, 58, 186, 184, 0, 0, 0, 0, 58, 186 -po/ml.po, 58, 186, 158, 0, 0, 0, 0, 58, 186 -po/lv.po, 57, 186, 173, 0, 0, 0, 0, 57, 186 -po/lt.po, 57, 186, 175, 0, 0, 0, 0, 57, 186 -po/ln.po, 44, 155, 181, 0, 0, 0, 0, 44, 155 -po/ko.po, 57, 186, 168, 0, 0, 0, 0, 57, 186 -po/kk.po, 57, 186, 182, 0, 0, 0, 0, 57, 186 -po/ja.po, 56, 185, 79, 0, 0, 1, 1, 57, 186 -po/it.po, 57, 186, 195, 0, 0, 0, 0, 57, 186 -po/is.po, 58, 186, 192, 0, 0, 0, 0, 58, 186 -po/id.po, 57, 186, 208, 0, 0, 0, 0, 57, 186 -po/hu.po, 57, 186, 181, 0, 0, 0, 0, 57, 186 -po/hr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -po/he.po, 47, 161, 157, 0, 0, 0, 0, 47, 161 -po/gu.po, 47, 161, 173, 0, 0, 0, 0, 47, 161 -po/gl.po, 57, 186, 212, 0, 0, 0, 0, 57, 186 -po/gd.po, 58, 186, 246, 0, 0, 0, 0, 58, 186 -po/fur.po, 57, 186, 215, 0, 0, 0, 0, 57, 186 -po/fr.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -po/fi.po, 57, 186, 151, 0, 0, 0, 0, 57, 186 -po/fa.po, 58, 186, 219, 0, 0, 0, 0, 58, 186 -po/eu.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -po/es.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -po/eo.po, 56, 185, 178, 0, 0, 0, 0, 56, 185 -po/en_GB.po, 58, 186, 194, 0, 0, 0, 0, 58, 186 -po/el.po, 57, 186, 207, 0, 0, 0, 0, 57, 186 -po/de.po, 57, 186, 204, 0, 0, 0, 0, 57, 186 -po/da.po, 56, 185, 191, 0, 0, 0, 0, 56, 185 -po/cs.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -po/ca@valencia.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -po/ca.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -po/be.po, 58, 186, 179, 0, 0, 0, 0, 58, 186 -po/ar.po, 57, 186, 183, 0, 0, 0, 0, 57, 186 -po/af.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 diff --git a/results/f30/gnome-clocks-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-clocks-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 87dc30e..0000000 --- a/results/f30/gnome-clocks-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/world-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/timer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/world-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/stopwatch.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-snooze-stop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/world-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gnome-clocks.png) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index bc9ad34..0000000 --- a/results/f30/gnome-clocks-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,88 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/cs/cs.po, 82, 983, 765, 0, 0, 0, 0, 82, 983 -help/hu/hu.po, 82, 983, 736, 0, 0, 0, 0, 82, 983 -help/ko/ko.po, 82, 983, 621, 0, 0, 0, 0, 82, 983 -help/pl/pl.po, 82, 983, 721, 0, 0, 0, 0, 82, 983 -help/el/el.po, 82, 983, 994, 0, 0, 0, 0, 82, 983 -help/nl/nl.po, 82, 983, 985, 0, 0, 0, 0, 82, 983 -help/de/de.po, 82, 983, 968, 0, 0, 0, 0, 82, 983 -help/ca/ca.po, 81, 978, 939, 0, 0, 0, 0, 81, 978 -help/sv/sv.po, 82, 983, 957, 0, 0, 0, 0, 82, 983 -help/pt_BR/pt_BR.po, 82, 983, 1061, 0, 0, 0, 0, 82, 983 -help/fi/fi.po, 82, 983, 584, 0, 0, 0, 0, 82, 983 -help/es/es.po, 82, 983, 963, 0, 0, 0, 0, 82, 983 -help/ru/ru.po, 81, 978, 753, 0, 0, 0, 0, 81, 978 -help/da/da.po, 82, 983, 960, 0, 0, 0, 0, 82, 983 -help/fr/fr.po, 82, 983, 1060, 0, 0, 0, 0, 82, 983 -help/gl/gl.po, 82, 983, 894, 0, 0, 0, 0, 82, 983 -help/id/id.po, 82, 983, 845, 0, 0, 0, 0, 82, 983 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.po, 100, 284, 217, 0, 0, 0, 0, 100, 284 -po/de.po, 100, 284, 277, 0, 0, 0, 0, 100, 284 -po/eu.po, 100, 283, 254, 0, 0, 0, 0, 100, 283 -po/te.po, 77, 223, 199, 0, 0, 0, 0, 77, 223 -po/it.po, 100, 284, 300, 0, 0, 0, 0, 100, 284 -po/zh_TW.po, 100, 284, 115, 0, 0, 0, 0, 100, 284 -po/hu.po, 100, 284, 248, 0, 0, 0, 0, 100, 284 -po/gd.po, 100, 283, 369, 0, 0, 0, 0, 100, 283 -po/fur.po, 100, 284, 310, 0, 0, 0, 0, 100, 284 -po/el.po, 100, 284, 309, 0, 0, 0, 0, 100, 284 -po/ug.po, 59, 127, 126, 0, 0, 1, 1, 60, 128 -po/lv.po, 100, 284, 257, 0, 0, 0, 0, 100, 284 -po/ja.po, 98, 280, 121, 0, 0, 2, 4, 100, 284 -po/sv.po, 100, 284, 291, 0, 0, 0, 0, 100, 284 -po/or.po, 77, 223, 244, 0, 0, 0, 0, 77, 223 -po/sk.po, 100, 283, 277, 0, 0, 0, 0, 100, 283 -po/zh_HK.po, 77, 223, 91, 0, 0, 0, 0, 77, 223 -po/gu.po, 77, 223, 245, 0, 0, 0, 0, 77, 223 -po/lt.po, 100, 284, 245, 0, 0, 0, 0, 100, 284 -po/mr.po, 77, 223, 226, 0, 0, 0, 0, 77, 223 -po/af.po, 100, 283, 286, 0, 0, 0, 0, 100, 283 -po/ne.po, 59, 129, 130, 5, 19, 13, 75, 77, 223 -po/pt.po, 95, 273, 310, 0, 0, 0, 0, 95, 273 -po/be.po, 100, 283, 273, 0, 0, 0, 0, 100, 283 -po/sr@latin.po, 100, 283, 284, 0, 0, 0, 0, 100, 283 -po/da.po, 100, 284, 272, 0, 0, 0, 0, 100, 284 -po/kn.po, 77, 223, 213, 0, 0, 0, 0, 77, 223 -po/nb.po, 100, 283, 291, 0, 0, 0, 0, 100, 283 -po/ga.po, 43, 85, 108, 0, 0, 34, 138, 77, 223 -po/ml.po, 100, 283, 278, 0, 0, 0, 0, 100, 283 -po/as.po, 77, 223, 237, 0, 0, 0, 0, 77, 223 -po/ta.po, 77, 223, 229, 0, 0, 0, 0, 77, 223 -po/ko.po, 100, 284, 239, 0, 0, 0, 0, 100, 284 -po/ro.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -po/an.po, 77, 223, 252, 0, 0, 0, 0, 77, 223 -po/ca.po, 100, 284, 334, 0, 0, 0, 0, 100, 284 -po/kk.po, 100, 284, 267, 0, 0, 0, 0, 100, 284 -po/sr.po, 100, 284, 283, 0, 0, 0, 0, 100, 284 -po/hr.po, 100, 283, 269, 0, 0, 0, 0, 100, 283 -po/zh_CN.po, 100, 283, 136, 0, 0, 0, 0, 100, 283 -po/gl.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -po/th.po, 94, 272, 121, 0, 0, 0, 0, 94, 272 -po/cs.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -po/bs.po, 77, 223, 220, 0, 0, 0, 0, 77, 223 -po/ca@valencia.po, 100, 283, 331, 0, 0, 0, 0, 100, 283 -po/nl.po, 100, 284, 266, 0, 0, 0, 0, 100, 284 -po/is.po, 100, 283, 276, 0, 0, 0, 0, 100, 283 -po/he.po, 94, 272, 286, 0, 0, 0, 0, 94, 272 -po/pa.po, 100, 283, 308, 0, 0, 0, 0, 100, 283 -po/tg.po, 77, 223, 247, 0, 0, 0, 0, 77, 223 -po/fa.po, 100, 283, 331, 0, 0, 0, 0, 100, 283 -po/fr.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -po/sl.po, 100, 284, 281, 0, 0, 0, 0, 100, 284 -po/id.po, 100, 284, 299, 0, 0, 0, 0, 100, 284 -po/ru.po, 100, 284, 273, 0, 0, 0, 0, 100, 284 -po/oc.po, 92, 259, 310, 0, 0, 1, 10, 93, 269 -po/es.po, 100, 284, 325, 0, 0, 0, 0, 100, 284 -po/hi.po, 77, 223, 269, 0, 0, 0, 0, 77, 223 -po/ar.po, 95, 273, 268, 0, 0, 0, 0, 95, 273 -po/et.po, 77, 223, 176, 0, 0, 0, 0, 77, 223 -po/vi.po, 100, 284, 424, 0, 0, 0, 0, 100, 284 -po/en_GB.po, 94, 272, 282, 0, 0, 0, 0, 94, 272 -po/eo.po, 100, 283, 281, 0, 0, 0, 0, 100, 283 -po/bg.po, 92, 259, 265, 0, 0, 0, 0, 92, 259 -po/pt_BR.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -po/tr.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -po/pl.po, 100, 284, 259, 0, 0, 0, 0, 100, 284 -po/bn_IN.po, 77, 223, 239, 0, 0, 0, 0, 77, 223 -po/uk.po, 38, 67, 72, 0, 0, 0, 0, 38, 67 diff --git a/results/f30/gnome-color-manager-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-color-manager-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index cdb5aaf..0000000 --- a/results/f30/gnome-color-manager-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gnome-help.its) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-import-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-import-osx.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-import-linux.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/update-linguas.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 297c025..0000000 --- a/results/f30/gnome-color-manager-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -help/zh_HK/zh_HK.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -help/zh_CN/zh_CN.po, 26, 534, 139, 0, 0, 0, 0, 26, 534 -help/sv/sv.po, 26, 534, 475, 0, 0, 0, 0, 26, 534 -help/pt_BR/pt_BR.po, 26, 534, 665, 0, 0, 0, 0, 26, 534 -help/pl/pl.po, 26, 534, 470, 0, 0, 0, 0, 26, 534 -help/ml/ml.po, 26, 534, 417, 0, 0, 0, 0, 26, 534 -help/ko/ko.po, 26, 534, 387, 0, 0, 0, 0, 26, 534 -help/it/it.po, 26, 534, 543, 0, 0, 0, 0, 26, 534 -help/hu/hu.po, 26, 534, 473, 0, 0, 0, 0, 26, 534 -help/hr/hr.po, 26, 534, 444, 0, 0, 0, 0, 26, 534 -help/gl/gl.po, 26, 534, 554, 0, 0, 0, 0, 26, 534 -help/fr/fr.po, 26, 534, 615, 0, 0, 0, 0, 26, 534 -help/fi/fi.po, 26, 534, 346, 0, 0, 0, 0, 26, 534 -help/es/es.po, 26, 534, 598, 0, 0, 0, 0, 26, 534 -help/el/el.po, 26, 534, 577, 0, 0, 0, 0, 26, 534 -help/de/de.po, 26, 534, 516, 0, 0, 0, 0, 26, 534 -help/da/da.po, 26, 534, 480, 0, 0, 0, 0, 26, 534 -help/cs/cs.po, 26, 534, 491, 0, 0, 0, 0, 26, 534 -help/ca/ca.po, 26, 534, 613, 0, 0, 0, 0, 26, 534 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 345, 1796, 471, 0, 0, 0, 0, 345, 1796 -po/zh_HK.po, 342, 1792, 467, 0, 0, 0, 0, 342, 1792 -po/zh_CN.po, 345, 1796, 468, 0, 0, 0, 0, 345, 1796 -po/vi.po, 345, 1796, 2263, 0, 0, 0, 0, 345, 1796 -po/uk.po, 345, 1796, 1483, 0, 0, 0, 0, 345, 1796 -po/ug.po, 329, 1681, 1328, 0, 0, 7, 57, 336, 1738 -po/tr.po, 345, 1796, 1525, 0, 0, 0, 0, 345, 1796 -po/th.po, 18, 28, 19, 0, 0, 110, 714, 128, 742 -po/tg.po, 343, 1793, 1702, 0, 0, 0, 0, 343, 1793 -po/te.po, 342, 1792, 1371, 0, 0, 0, 0, 342, 1792 -po/ta.po, 342, 1792, 1458, 0, 0, 0, 0, 342, 1792 -po/sv.po, 345, 1796, 1561, 0, 0, 0, 0, 345, 1796 -po/sr@latin.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -po/sr.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -po/sl.po, 345, 1796, 1591, 0, 0, 0, 0, 345, 1796 -po/sk.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -po/ru.po, 345, 1796, 1540, 0, 0, 0, 0, 345, 1796 -po/ro.po, 345, 1796, 1853, 0, 0, 0, 0, 345, 1796 -po/pt_BR.po, 345, 1796, 2050, 0, 0, 0, 0, 345, 1796 -po/pt.po, 345, 1796, 2026, 0, 0, 0, 0, 345, 1796 -po/pl.po, 345, 1796, 1617, 0, 0, 0, 0, 345, 1796 -po/pa.po, 342, 1792, 1925, 0, 0, 0, 0, 342, 1792 -po/or.po, 342, 1792, 1682, 0, 0, 0, 0, 342, 1792 -po/oc.po, 343, 1793, 2019, 0, 0, 0, 0, 343, 1793 -po/nl.po, 345, 1796, 1670, 0, 0, 0, 0, 345, 1796 -po/ne.po, 151, 327, 333, 109, 449, 85, 1020, 345, 1796 -po/nb.po, 345, 1796, 1611, 0, 0, 0, 0, 345, 1796 -po/mr.po, 342, 1792, 1522, 0, 0, 0, 0, 342, 1792 -po/ml.po, 237, 770, 635, 2, 2, 102, 976, 341, 1748 -po/lv.po, 345, 1796, 1507, 0, 0, 0, 0, 345, 1796 -po/lt.po, 345, 1796, 1407, 0, 0, 0, 0, 345, 1796 -po/ko.po, 345, 1796, 1377, 0, 0, 0, 0, 345, 1796 -po/kn.po, 342, 1792, 1455, 0, 0, 0, 0, 342, 1792 -po/kk.po, 153, 404, 359, 0, 0, 192, 1392, 345, 1796 -po/ja.po, 343, 1793, 420, 0, 0, 2, 3, 345, 1796 -po/it.po, 345, 1796, 1879, 0, 0, 0, 0, 345, 1796 -po/is.po, 345, 1796, 1706, 0, 0, 0, 0, 345, 1796 -po/id.po, 345, 1796, 1612, 0, 0, 0, 0, 345, 1796 -po/hu.po, 345, 1796, 1471, 0, 0, 0, 0, 345, 1796 -po/hr.po, 345, 1796, 1571, 0, 0, 0, 0, 345, 1796 -po/hi.po, 342, 1792, 2093, 0, 0, 0, 0, 342, 1792 -po/he.po, 343, 1793, 1605, 0, 0, 0, 0, 343, 1793 -po/gu.po, 343, 1793, 1825, 0, 0, 0, 0, 343, 1793 -po/gl.po, 345, 1796, 1995, 0, 0, 0, 0, 345, 1796 -po/gd.po, 345, 1796, 2183, 0, 0, 0, 0, 345, 1796 -po/fur.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -po/fr.po, 345, 1796, 2037, 0, 0, 0, 0, 345, 1796 -po/fi.po, 321, 1639, 1155, 1, 17, 23, 140, 345, 1796 -po/fa.po, 345, 1796, 1873, 0, 0, 0, 0, 345, 1796 -po/eu.po, 345, 1796, 1446, 0, 0, 0, 0, 345, 1796 -po/et.po, 343, 1793, 1323, 0, 0, 0, 0, 343, 1793 -po/es.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -po/eo.po, 345, 1796, 1609, 0, 0, 0, 0, 345, 1796 -po/en_GB.po, 345, 1796, 1795, 0, 0, 0, 0, 345, 1796 -po/el.po, 345, 1796, 1839, 0, 0, 0, 0, 345, 1796 -po/de.po, 345, 1796, 1724, 0, 0, 0, 0, 345, 1796 -po/da.po, 345, 1796, 1572, 0, 0, 0, 0, 345, 1796 -po/cs.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -po/ca@valencia.po, 345, 1796, 2097, 0, 0, 0, 0, 345, 1796 -po/ca.po, 345, 1796, 2100, 0, 0, 0, 0, 345, 1796 -po/bs.po, 343, 1793, 1549, 0, 0, 0, 0, 343, 1793 -po/bn_IN.po, 342, 1792, 1762, 0, 0, 0, 0, 342, 1792 -po/bg.po, 343, 1793, 1816, 0, 0, 0, 0, 343, 1793 -po/as.po, 342, 1792, 1719, 0, 0, 0, 0, 342, 1792 -po/ar.po, 97, 304, 294, 0, 0, 286, 2109, 383, 2413 diff --git a/results/f30/gnome-contacts-3.32-1.fc30.src.rpm.errors.txt b/results/f30/gnome-contacts-3.32-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gnome-contacts-3.32-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-contacts-3.32-1.fc30.src.rpm.stats.csv b/results/f30/gnome-contacts-3.32-1.fc30.src.rpm.stats.csv deleted file mode 100644 index f8c5bd4..0000000 --- a/results/f30/gnome-contacts-3.32-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 167, 590, 227, 0, 0, 0, 0, 167, 590 -po/zh_HK.po, 155, 405, 207, 0, 0, 0, 0, 155, 405 -po/zh_CN.po, 158, 434, 221, 0, 0, 0, 0, 158, 434 -po/vi.po, 157, 433, 647, 0, 0, 0, 0, 157, 433 -po/uk.po, 129, 311, 312, 0, 0, 0, 0, 129, 311 -po/ug.po, 151, 344, 326, 0, 0, 0, 0, 151, 344 -po/tr.po, 167, 590, 498, 0, 0, 0, 0, 167, 590 -po/th.po, 157, 433, 215, 0, 0, 0, 0, 157, 433 -po/tg.po, 156, 411, 473, 0, 0, 0, 0, 156, 411 -po/te.po, 155, 405, 370, 0, 0, 0, 0, 155, 405 -po/ta.po, 155, 405, 406, 0, 0, 0, 0, 155, 405 -po/sv.po, 167, 590, 558, 0, 0, 0, 0, 167, 590 -po/sr@latin.po, 162, 563, 589, 0, 0, 0, 0, 162, 563 -po/sr.po, 167, 590, 617, 0, 0, 0, 0, 167, 590 -po/sl.po, 167, 590, 551, 0, 0, 0, 0, 167, 590 -po/sk.po, 166, 586, 553, 0, 0, 0, 0, 166, 586 -po/ru.po, 167, 590, 559, 0, 0, 0, 0, 167, 590 -po/ro.po, 167, 590, 622, 0, 0, 0, 0, 167, 590 -po/pt_BR.po, 167, 590, 654, 0, 0, 0, 0, 167, 590 -po/pt.po, 157, 433, 481, 0, 0, 0, 0, 157, 433 -po/pl.po, 167, 590, 559, 0, 0, 0, 0, 167, 590 -po/pa.po, 156, 411, 457, 0, 0, 0, 0, 156, 411 -po/or.po, 155, 405, 440, 0, 0, 0, 0, 155, 405 -po/oc.po, 157, 433, 497, 0, 0, 0, 0, 157, 433 -po/nl.po, 167, 590, 576, 0, 0, 0, 0, 167, 590 -po/ne.po, 144, 417, 416, 0, 0, 0, 0, 144, 417 -po/nb.po, 144, 417, 408, 0, 0, 0, 0, 144, 417 -po/mr.po, 155, 405, 421, 0, 0, 0, 0, 155, 405 -po/ml.po, 151, 344, 316, 0, 0, 0, 0, 151, 344 -po/mk.po, 116, 231, 245, 0, 0, 0, 0, 116, 231 -po/lv.po, 167, 590, 548, 0, 0, 0, 0, 167, 590 -po/lt.po, 167, 590, 531, 0, 0, 0, 0, 167, 590 -po/ko.po, 167, 590, 461, 0, 0, 0, 0, 167, 590 -po/kn.po, 155, 405, 399, 0, 0, 0, 0, 155, 405 -po/kk.po, 167, 590, 519, 0, 0, 0, 0, 167, 590 -po/ja.po, 157, 433, 210, 0, 0, 0, 0, 157, 433 -po/it.po, 167, 590, 561, 0, 0, 0, 0, 167, 590 -po/is.po, 163, 506, 494, 0, 0, 3, 80, 166, 586 -po/id.po, 167, 590, 577, 0, 0, 0, 0, 167, 590 -po/hu.po, 167, 590, 534, 0, 0, 0, 0, 167, 590 -po/hr.po, 166, 586, 536, 0, 0, 0, 0, 166, 586 -po/hi.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -po/he.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -po/gu.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -po/gl.po, 167, 590, 648, 0, 0, 0, 0, 167, 590 -po/gd.po, 144, 417, 591, 0, 0, 0, 0, 144, 417 -po/ga.po, 117, 184, 202, 1, 4, 33, 142, 151, 330 -po/fur.po, 167, 590, 642, 0, 0, 0, 0, 167, 590 -po/fr.po, 167, 590, 663, 0, 0, 0, 0, 167, 590 -po/fi.po, 167, 590, 451, 0, 0, 0, 0, 167, 590 -po/fa.po, 146, 422, 485, 0, 0, 0, 0, 146, 422 -po/eu.po, 167, 590, 512, 0, 0, 0, 0, 167, 590 -po/et.po, 151, 331, 301, 0, 0, 0, 0, 151, 331 -po/es.po, 167, 590, 650, 0, 0, 0, 0, 167, 590 -po/eo.po, 159, 481, 474, 0, 0, 0, 0, 159, 481 -po/en_GB.po, 162, 563, 569, 0, 0, 0, 0, 162, 563 -po/en_CA.po, 145, 309, 310, 0, 0, 0, 0, 145, 309 -po/el.po, 167, 590, 636, 0, 0, 0, 0, 167, 590 -po/de.po, 167, 590, 562, 0, 0, 0, 0, 167, 590 -po/da.po, 167, 590, 524, 0, 0, 0, 0, 167, 590 -po/cs.po, 167, 590, 539, 0, 0, 0, 0, 167, 590 -po/ca@valencia.po, 144, 417, 499, 0, 0, 0, 0, 144, 417 -po/ca.po, 167, 590, 681, 0, 0, 0, 0, 167, 590 -po/bs.po, 156, 411, 418, 0, 0, 0, 0, 156, 411 -po/bn_IN.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -po/bg.po, 112, 288, 344, 0, 0, 0, 0, 112, 288 -po/be.po, 146, 422, 432, 0, 0, 0, 0, 146, 422 -po/ast.po, 105, 205, 222, 0, 0, 0, 0, 105, 205 -po/as.po, 155, 405, 467, 0, 0, 0, 0, 155, 405 -po/ar.po, 155, 380, 423, 0, 0, 2, 53, 157, 433 -po/af.po, 99, 186, 192, 5, 8, 3, 16, 107, 210 diff --git a/results/f30/gnome-control-center-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-control-center-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index b13a0e8..0000000 --- a/results/f30/gnome-control-center-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,7 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./panels/datetime/po-timezones/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./panels/datetime/po-timezones/README) -translate.tools.pocount: ERROR: Unknown filetype (./panels/datetime/po-timezones/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index d5ec0b1..0000000 --- a/results/f30/gnome-control-center-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,174 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -panels/datetime/po-timezones/zh_TW.po, 756, 1313, 886, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/zh_CN.po, 756, 1313, 757, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/vi.po, 504, 504, 981, 69, 88, 183, 721, 756, 1313 -panels/datetime/po-timezones/ur.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/uk.po, 752, 1304, 1368, 0, 0, 0, 0, 752, 1304 -panels/datetime/po-timezones/tr.po, 612, 672, 672, 4, 8, 140, 633, 756, 1313 -panels/datetime/po-timezones/te.po, 756, 1313, 1337, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ta.po, 756, 1313, 1299, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/sv.po, 752, 1304, 1203, 0, 0, 0, 0, 752, 1304 -panels/datetime/po-timezones/sr@latin.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/sr.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/sq.po, 551, 551, 551, 38, 54, 167, 708, 756, 1313 -panels/datetime/po-timezones/sl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/sk.po, 756, 1313, 1307, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/si.po, 550, 550, 551, 40, 59, 166, 704, 756, 1313 -panels/datetime/po-timezones/ru.po, 756, 1313, 1396, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ro.po, 550, 550, 550, 40, 59, 166, 704, 756, 1313 -panels/datetime/po-timezones/pt_BR.po, 756, 1313, 1485, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/pt.po, 756, 1313, 1404, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/pl.po, 756, 1313, 1494, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/pa.po, 756, 1313, 1376, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/or.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/nn.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/nl.po, 756, 1313, 1289, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/nds.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/nb.po, 709, 1000, 948, 0, 0, 47, 313, 756, 1313 -panels/datetime/po-timezones/ms.po, 551, 551, 551, 39, 58, 166, 704, 756, 1313 -panels/datetime/po-timezones/mr.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ml.po, 756, 1313, 1312, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/mk.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/mai.po, 559, 559, 564, 31, 50, 166, 704, 756, 1313 -panels/datetime/po-timezones/lv.po, 549, 549, 622, 41, 60, 166, 704, 756, 1313 -panels/datetime/po-timezones/lt.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/lo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/ku.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/ko.po, 756, 1313, 1435, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/kn.po, 756, 1313, 1430, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ka.po, 166, 166, 166, 40, 53, 550, 1094, 756, 1313 -panels/datetime/po-timezones/ja.po, 756, 1313, 912, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/it.po, 756, 1313, 1427, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/is.po, 750, 1298, 1154, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/ilo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/id.po, 539, 539, 539, 51, 70, 166, 704, 756, 1313 -panels/datetime/po-timezones/hu.po, 690, 971, 986, 15, 29, 51, 313, 756, 1313 -panels/datetime/po-timezones/hr.po, 551, 551, 563, 39, 58, 166, 704, 756, 1313 -panels/datetime/po-timezones/hi.po, 756, 1313, 1317, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/he.po, 504, 504, 515, 31, 50, 221, 759, 756, 1313 -panels/datetime/po-timezones/gu.po, 756, 1313, 1388, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/gl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/fr.po, 755, 1307, 1447, 0, 0, 1, 6, 756, 1313 -panels/datetime/po-timezones/fi.po, 756, 1313, 1213, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/fa.po, 520, 526, 701, 59, 76, 177, 711, 756, 1313 -panels/datetime/po-timezones/et.po, 521, 521, 522, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/es.po, 756, 1313, 1465, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/en_GB.po, 734, 1223, 1223, 19, 67, 3, 23, 756, 1313 -panels/datetime/po-timezones/el.po, 734, 1223, 1195, 19, 67, 3, 23, 756, 1313 -panels/datetime/po-timezones/de.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/da.po, 750, 1298, 1198, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/cy.po, 539, 539, 543, 51, 70, 166, 704, 756, 1313 -panels/datetime/po-timezones/cs.po, 752, 1304, 1298, 0, 0, 0, 0, 752, 1304 -panels/datetime/po-timezones/ca.po, 652, 905, 959, 1, 2, 103, 406, 756, 1313 -panels/datetime/po-timezones/bs.po, 550, 550, 562, 40, 59, 166, 704, 756, 1313 -panels/datetime/po-timezones/bn_IN.po, 756, 1313, 1335, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/bn.po, 539, 539, 597, 51, 70, 166, 704, 756, 1313 -panels/datetime/po-timezones/bg.po, 559, 559, 573, 31, 50, 166, 704, 756, 1313 -panels/datetime/po-timezones/ast.po, 756, 1313, 1322, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/as.po, 734, 1223, 1387, 19, 67, 3, 23, 756, 1313 -panels/datetime/po-timezones/ar.po, 750, 1298, 1298, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/am.po, 521, 521, 543, 69, 88, 166, 704, 756, 1313 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 564, 2619, 2251, 100, 352, 72, 411, 736, 3382 -po/zh_TW.po, 1572, 5528, 2099, 0, 0, 0, 0, 1572, 5528 -po/zh_HK.po, 1454, 4946, 1843, 0, 0, 0, 0, 1454, 4946 -po/zh_CN.po, 1500, 5189, 1978, 1, 3, 0, 0, 1501, 5192 -po/xh.po, 646, 2834, 2520, 55, 267, 36, 284, 737, 3385 -po/wa.po, 128, 273, 373, 219, 470, 390, 2642, 737, 3385 -po/vi.po, 1526, 5320, 7609, 0, 0, 0, 0, 1526, 5320 -po/uz@cyrillic.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -po/uz.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -po/uk.po, 1492, 5200, 4819, 0, 0, 0, 0, 1492, 5200 -po/ug.po, 1432, 4462, 4192, 2, 2, 17, 137, 1451, 4601 -po/tr.po, 1622, 5713, 5121, 0, 0, 0, 0, 1622, 5713 -po/th.po, 1501, 5190, 2170, 0, 0, 0, 0, 1501, 5190 -po/tg.po, 1464, 5034, 5429, 0, 0, 0, 0, 1464, 5034 -po/te.po, 1454, 4946, 4484, 0, 0, 0, 0, 1454, 4946 -po/ta.po, 1454, 4946, 4602, 0, 0, 0, 0, 1454, 4946 -po/sv.po, 1621, 5712, 5238, 0, 0, 0, 0, 1621, 5712 -po/sr@latin.po, 1526, 5320, 5367, 0, 0, 0, 0, 1526, 5320 -po/sr.po, 1622, 5713, 5760, 0, 0, 0, 0, 1622, 5713 -po/sq.po, 724, 2780, 3203, 0, 0, 0, 0, 724, 2780 -po/sl.po, 1622, 5713, 5763, 0, 0, 0, 0, 1622, 5713 -po/sk.po, 1561, 5433, 5348, 0, 0, 5, 83, 1566, 5516 -po/si.po, 184, 380, 454, 0, 0, 662, 3320, 846, 3700 -po/rw.po, 60, 63, 64, 474, 2800, 203, 522, 737, 3385 -po/ru.po, 1622, 5713, 5389, 0, 0, 0, 0, 1622, 5713 -po/ro.po, 1622, 5713, 6053, 0, 0, 0, 0, 1622, 5713 -po/pt_BR.po, 1622, 5713, 6476, 0, 0, 0, 0, 1622, 5713 -po/pt.po, 1504, 5267, 5898, 0, 0, 0, 0, 1504, 5267 -po/pl.po, 1622, 5713, 5476, 0, 0, 0, 0, 1622, 5713 -po/pa.po, 1526, 5320, 5985, 0, 0, 0, 0, 1526, 5320 -po/or.po, 1454, 4946, 5435, 0, 0, 0, 0, 1454, 4946 -po/oc.po, 1551, 5346, 6226, 0, 0, 16, 119, 1567, 5465 -po/nso.po, 571, 2626, 3886, 95, 347, 70, 409, 736, 3382 -po/nn.po, 567, 1856, 1702, 0, 0, 492, 1512, 1059, 3368 -po/nl.po, 1622, 5713, 5448, 0, 0, 0, 0, 1622, 5713 -po/ne.po, 1269, 3402, 3385, 89, 408, 142, 1419, 1500, 5229 -po/nds.po, 389, 706, 657, 0, 0, 390, 2519, 779, 3225 -po/nb.po, 1496, 5201, 4944, 0, 0, 2, 23, 1498, 5224 -po/my.po, 368, 1049, 605, 0, 0, 422, 2315, 790, 3364 -po/ms.po, 327, 868, 832, 517, 1222, 610, 2856, 1454, 4946 -po/mr.po, 1454, 4946, 4960, 0, 0, 0, 0, 1454, 4946 -po/mn.po, 778, 3548, 3065, 0, 0, 0, 0, 778, 3548 -po/ml.po, 1386, 4336, 3756, 44, 318, 70, 575, 1500, 5229 -po/mk.po, 953, 2882, 3146, 0, 0, 0, 0, 953, 2882 -po/mg.po, 770, 3501, 3857, 3, 15, 0, 0, 773, 3516 -po/mai.po, 483, 1583, 1841, 0, 0, 286, 1604, 769, 3187 -po/lv.po, 1622, 5713, 5172, 0, 0, 0, 0, 1622, 5713 -po/lt.po, 1622, 5713, 5080, 0, 0, 0, 0, 1622, 5713 -po/ky.po, 695, 1780, 1661, 11, 26, 415, 1672, 1121, 3478 -po/ku.po, 198, 447, 472, 256, 706, 467, 1749, 921, 2902 -po/ko.po, 1622, 5713, 4888, 0, 0, 0, 0, 1622, 5713 -po/kn.po, 1452, 4958, 4666, 0, 0, 0, 0, 1452, 4958 -po/km.po, 1116, 3467, 1652, 1, 1, 0, 0, 1117, 3468 -po/kk.po, 1622, 5713, 5279, 0, 0, 0, 0, 1622, 5713 -po/ka.po, 626, 1983, 1670, 51, 322, 48, 494, 725, 2799 -po/ja.po, 1605, 5586, 2088, 1, 15, 16, 112, 1622, 5713 -po/it.po, 1622, 5713, 6071, 0, 0, 0, 0, 1622, 5713 -po/is.po, 1566, 5516, 5378, 0, 0, 0, 0, 1566, 5516 -po/id.po, 1622, 5713, 5662, 0, 0, 0, 0, 1622, 5713 -po/hy.po, 480, 1906, 1762, 0, 0, 0, 0, 480, 1906 -po/hu.po, 1622, 5713, 5144, 0, 0, 0, 0, 1622, 5713 -po/hr.po, 1595, 5684, 5520, 0, 0, 0, 0, 1595, 5684 -po/hi.po, 1454, 4946, 5873, 0, 0, 0, 0, 1454, 4946 -po/he.po, 1502, 5192, 5010, 0, 0, 0, 0, 1502, 5192 -po/gu.po, 1454, 4946, 5506, 0, 0, 0, 0, 1454, 4946 -po/gl.po, 1622, 5713, 6649, 0, 0, 0, 0, 1622, 5713 -po/gd.po, 1526, 5320, 6981, 0, 0, 0, 0, 1526, 5320 -po/ga.po, 892, 1952, 2167, 149, 574, 424, 2510, 1465, 5036 -po/fur.po, 1622, 5713, 6508, 0, 0, 0, 0, 1622, 5713 -po/fr.po, 1622, 5713, 6752, 0, 0, 0, 0, 1622, 5713 -po/fi.po, 1614, 5609, 4446, 1, 5, 7, 99, 1622, 5713 -po/fa.po, 1499, 5228, 5813, 0, 0, 0, 0, 1499, 5228 -po/eu.po, 1622, 5713, 5321, 0, 0, 0, 0, 1622, 5713 -po/et.po, 1444, 4906, 4090, 0, 0, 0, 0, 1444, 4906 -po/es.po, 1621, 5712, 6693, 0, 0, 0, 0, 1621, 5712 -po/eo.po, 1614, 5682, 5266, 2, 8, 1, 15, 1617, 5705 -po/en_GB.po, 1622, 5713, 5710, 0, 0, 0, 0, 1622, 5713 -po/en_CA.po, 754, 3477, 3483, 0, 0, 0, 0, 754, 3477 -po/en@shaw.po, 696, 2803, 2803, 115, 717, 0, 0, 811, 3520 -po/en.po, 6, 17, 17, 0, 0, 697, 2243, 703, 2260 -po/el.po, 1622, 5713, 6160, 0, 0, 0, 0, 1622, 5713 -po/dz.po, 757, 3067, 1479, 0, 0, 0, 0, 757, 3067 -po/de.po, 1622, 5713, 5446, 0, 0, 0, 0, 1622, 5713 -po/da.po, 1622, 5713, 5223, 0, 0, 0, 0, 1622, 5713 -po/cy.po, 763, 3491, 3703, 0, 0, 0, 0, 763, 3491 -po/cs.po, 1622, 5713, 5633, 0, 0, 0, 0, 1622, 5713 -po/crh.po, 1198, 3387, 3138, 0, 0, 265, 1360, 1463, 4747 -po/ca@valencia.po, 1499, 5228, 6292, 0, 0, 0, 0, 1499, 5228 -po/ca.po, 1622, 5713, 6809, 0, 0, 0, 0, 1622, 5713 -po/bs.po, 1458, 4996, 4829, 0, 0, 0, 0, 1458, 4996 -po/br.po, 218, 474, 577, 36, 89, 1200, 4383, 1454, 4946 -po/bn_IN.po, 1454, 4946, 5400, 0, 0, 0, 0, 1454, 4946 -po/bn.po, 742, 2352, 2435, 0, 0, 0, 0, 742, 2352 -po/bg.po, 1499, 5228, 5824, 0, 0, 0, 0, 1499, 5228 -po/be@latin.po, 770, 3188, 2909, 0, 0, 0, 0, 770, 3188 -po/be.po, 1566, 5516, 5182, 0, 0, 0, 0, 1566, 5516 -po/az.po, 564, 2619, 2394, 100, 352, 73, 414, 737, 3385 -po/ast.po, 943, 2973, 3288, 0, 0, 0, 0, 943, 2973 -po/as.po, 1454, 4946, 5359, 0, 0, 0, 0, 1454, 4946 -po/ar.po, 1530, 5172, 4945, 4, 19, 88, 520, 1622, 5711 -po/an.po, 1464, 5034, 5936, 0, 0, 0, 0, 1464, 5034 -po/am.po, 111, 160, 179, 168, 311, 458, 2914, 737, 3385 -po/af.po, 1470, 5162, 5138, 30, 83, 26, 75, 1526, 5320 diff --git a/results/f30/gnome-desktop3-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-desktop3-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 2cdf0ab..0000000 --- a/results/f30/gnome-desktop3-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,22 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/fdl.omf.in) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/gpl.omf.in) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/gpl.omf.in) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/lgpl.omf.in) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.pre-git) diff --git a/results/f30/gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index bb3ad64..0000000 --- a/results/f30/gnome-desktop3-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,208 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/fdl/zh_CN/zh_CN.po, 69, 2543, 196, 4, 344, 0, 0, 73, 2887 -desktop-docs/fdl/vi/vi.po, 74, 2887, 3962, 0, 0, 0, 0, 74, 2887 -desktop-docs/fdl/uk/uk.po, 73, 2887, 2544, 0, 0, 0, 0, 73, 2887 -desktop-docs/fdl/sv/sv.po, 72, 2889, 2853, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/sl/sl.po, 72, 2889, 2543, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/pt_BR/pt_BR.po, 72, 2889, 2981, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/oc/oc.po, 9, 17, 24, 0, 0, 64, 2870, 73, 2887 -desktop-docs/fdl/ko/ko.po, 73, 2887, 2175, 0, 0, 0, 0, 73, 2887 -desktop-docs/fdl/hu/hu.po, 72, 2889, 2628, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/gl/gl.po, 61, 2145, 2156, 0, 0, 11, 744, 72, 2889 -desktop-docs/fdl/fr/fr.po, 72, 2889, 3109, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/eu/eu.po, 73, 2887, 2311, 0, 0, 0, 0, 73, 2887 -desktop-docs/fdl/es/es.po, 72, 2889, 3006, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/el/el.po, 72, 2889, 3045, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/de/de.po, 72, 2889, 2801, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/cs/cs.po, 11, 126, 121, 0, 0, 61, 2763, 72, 2889 -desktop-docs/fdl/ca/ca.po, 72, 2889, 2977, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/ar/ar.po, 6, 13, 13, 0, 0, 67, 2874, 73, 2887 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/gpl/zh_CN/zh_CN.po, 70, 2552, 136, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/vi/vi.po, 71, 2552, 3505, 0, 0, 0, 0, 71, 2552 -desktop-docs/gpl/uk/uk.po, 69, 2511, 2508, 1, 41, 0, 0, 70, 2552 -desktop-docs/gpl/sv/sv.po, 69, 2555, 2433, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sr@latin/sr@latin.po, 70, 2552, 2301, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/sr/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sl/sl.po, 69, 2555, 2328, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/pt_BR/pt_BR.po, 69, 2555, 2545, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/pa/pa.po, 25, 77, 85, 0, 0, 41, 2423, 66, 2500 -desktop-docs/gpl/oc/oc.po, 18, 33, 38, 0, 0, 52, 2519, 70, 2552 -desktop-docs/gpl/nds/nds.po, 39, 465, 489, 31, 2087, 0, 0, 70, 2552 -desktop-docs/gpl/ko/ko.po, 70, 2552, 2059, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/hu/hu.po, 69, 2555, 2094, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/gl/gl.po, 69, 2555, 2851, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/fr/fr.po, 69, 2555, 2948, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/fi/fi.po, 66, 2390, 1826, 3, 165, 0, 0, 69, 2555 -desktop-docs/gpl/eu/eu.po, 70, 2552, 1992, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/es/es.po, 69, 2555, 2722, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/el/el.po, 69, 2555, 2635, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/de/de.po, 69, 2555, 2676, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/cs/cs.po, 69, 2555, 2207, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/ca/ca.po, 69, 2555, 2706, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/ar/ar.po, 70, 2552, 1913, 0, 0, 0, 0, 70, 2552 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/gpl/zh_CN/zh_CN.po, 70, 2552, 136, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/vi/vi.po, 71, 2552, 3505, 0, 0, 0, 0, 71, 2552 -desktop-docs/gpl/uk/uk.po, 69, 2511, 2508, 1, 41, 0, 0, 70, 2552 -desktop-docs/gpl/sv/sv.po, 69, 2555, 2433, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sr@latin/sr@latin.po, 70, 2552, 2301, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/sr/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sl/sl.po, 69, 2555, 2328, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/pt_BR/pt_BR.po, 69, 2555, 2545, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/pa/pa.po, 25, 77, 85, 0, 0, 41, 2423, 66, 2500 -desktop-docs/gpl/oc/oc.po, 18, 33, 38, 0, 0, 52, 2519, 70, 2552 -desktop-docs/gpl/nds/nds.po, 39, 465, 489, 31, 2087, 0, 0, 70, 2552 -desktop-docs/gpl/ko/ko.po, 70, 2552, 2059, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/hu/hu.po, 69, 2555, 2094, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/gl/gl.po, 69, 2555, 2851, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/fr/fr.po, 69, 2555, 2948, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/fi/fi.po, 66, 2390, 1826, 3, 165, 0, 0, 69, 2555 -desktop-docs/gpl/eu/eu.po, 70, 2552, 1992, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/es/es.po, 69, 2555, 2722, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/el/el.po, 69, 2555, 2635, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/de/de.po, 69, 2555, 2676, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/cs/cs.po, 69, 2555, 2207, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/ca/ca.po, 69, 2555, 2706, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/ar/ar.po, 70, 2552, 1913, 0, 0, 0, 0, 70, 2552 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/gpl/sr/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/lgpl/zh_CN/zh_CN.po, 71, 2364, 156, 3, 132, 25, 1641, 99, 4137 -desktop-docs/lgpl/vi/vi.po, 100, 4137, 5545, 0, 0, 0, 0, 100, 4137 -desktop-docs/lgpl/uk/uk.po, 99, 4137, 3895, 0, 0, 0, 0, 99, 4137 -desktop-docs/lgpl/sv/sv.po, 98, 4140, 3650, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/sl/sl.po, 99, 4141, 3695, 0, 0, 0, 0, 99, 4141 -desktop-docs/lgpl/pt_BR/pt_BR.po, 98, 4140, 4117, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/pa/pa.po, 34, 274, 305, 0, 0, 61, 3811, 95, 4085 -desktop-docs/lgpl/oc/oc.po, 22, 41, 46, 0, 0, 77, 4096, 99, 4137 -desktop-docs/lgpl/ko/ko.po, 99, 4137, 3163, 0, 0, 0, 0, 99, 4137 -desktop-docs/lgpl/hu/hu.po, 98, 4140, 3433, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/fr/fr.po, 98, 4140, 4590, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/fi/fi.po, 60, 1912, 1495, 8, 465, 31, 1760, 99, 4137 -desktop-docs/lgpl/eu/eu.po, 99, 4137, 3084, 0, 0, 0, 0, 99, 4137 -desktop-docs/lgpl/es/es.po, 98, 4140, 4433, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/el/el.po, 98, 4140, 4214, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/de/de.po, 98, 4140, 4452, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/cs/cs.po, 11, 103, 104, 0, 0, 87, 4037, 98, 4140 -desktop-docs/lgpl/ca/ca.po, 49, 1360, 1391, 0, 0, 49, 2780, 98, 4140 -desktop-docs/lgpl/ar/ar.po, 6, 13, 12, 0, 0, 64, 2539, 70, 2552 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 72, 316, 260, 1, 4, 0, 0, 73, 320 -po/zh_TW.po, 27, 152, 80, 0, 0, 0, 0, 27, 152 -po/zh_HK.po, 23, 146, 83, 0, 0, 0, 0, 23, 146 -po/zh_CN.po, 23, 146, 83, 0, 0, 0, 0, 23, 146 -po/yo.po, 90, 328, 357, 2, 8, 1, 28, 93, 364 -po/yi.po, 2, 2, 2, 2, 2, 69, 316, 73, 320 -po/xh.po, 24, 139, 111, 7, 96, 0, 0, 31, 235 -po/wa.po, 72, 316, 449, 1, 4, 0, 0, 73, 320 -po/vi.po, 23, 146, 179, 0, 0, 0, 0, 23, 146 -po/uz@cyrillic.po, 23, 146, 157, 0, 0, 0, 0, 23, 146 -po/uz.po, 73, 314, 285, 0, 0, 3, 16, 76, 330 -po/ur.po, 9, 15, 16, 3, 3, 61, 305, 73, 323 -po/uk.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -po/ug.po, 36, 232, 200, 0, 0, 0, 0, 36, 232 -po/tr.po, 27, 152, 137, 0, 0, 0, 0, 27, 152 -po/tk.po, 69, 291, 256, 1, 4, 3, 25, 73, 320 -po/th.po, 23, 146, 98, 0, 0, 0, 0, 23, 146 -po/tg.po, 23, 146, 145, 0, 0, 0, 0, 23, 146 -po/te.po, 23, 146, 131, 0, 0, 0, 0, 23, 146 -po/ta.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -po/sv.po, 27, 152, 155, 0, 0, 0, 0, 27, 152 -po/sr@latin.po, 23, 146, 131, 0, 0, 0, 0, 23, 146 -po/sr.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -po/sq.po, 71, 285, 350, 0, 0, 0, 0, 71, 285 -po/sl.po, 27, 152, 148, 0, 0, 0, 0, 27, 152 -po/sk.po, 23, 146, 125, 0, 0, 0, 0, 23, 146 -po/si.po, 76, 330, 344, 0, 0, 0, 0, 76, 330 -po/rw.po, 14, 15, 19, 44, 276, 15, 29, 73, 320 -po/ru.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -po/ro.po, 27, 152, 154, 0, 0, 0, 0, 27, 152 -po/pt_BR.po, 27, 152, 173, 0, 0, 0, 0, 27, 152 -po/pt.po, 23, 146, 150, 0, 0, 0, 0, 23, 146 -po/ps.po, 58, 144, 174, 0, 0, 11, 139, 69, 283 -po/pl.po, 27, 152, 154, 0, 0, 0, 0, 27, 152 -po/pa.po, 23, 146, 159, 0, 0, 0, 0, 23, 146 -po/or.po, 23, 146, 147, 0, 0, 0, 0, 23, 146 -po/oc.po, 23, 146, 167, 0, 0, 0, 0, 23, 146 -po/nso.po, 72, 316, 489, 1, 4, 0, 0, 73, 320 -po/nn.po, 22, 196, 192, 9, 39, 0, 0, 31, 235 -po/nl.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -po/ne.po, 23, 146, 139, 0, 0, 0, 0, 23, 146 -po/nds.po, 53, 351, 360, 0, 0, 0, 0, 53, 351 -po/nb.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -po/ms.po, 61, 377, 360, 0, 0, 0, 0, 61, 377 -po/mr.po, 23, 146, 148, 0, 0, 0, 0, 23, 146 -po/mn.po, 53, 349, 301, 0, 0, 0, 0, 53, 349 -po/ml.po, 27, 152, 132, 0, 0, 0, 0, 27, 152 -po/mk.po, 31, 235, 253, 0, 0, 0, 0, 31, 235 -po/mi.po, 14, 20, 27, 1, 4, 58, 296, 73, 320 -po/mg.po, 70, 281, 336, 1, 4, 0, 0, 71, 285 -po/mai.po, 53, 351, 388, 0, 0, 0, 0, 53, 351 -po/lv.po, 27, 152, 144, 0, 0, 0, 0, 27, 152 -po/lt.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -po/lo.po, 23, 146, 97, 0, 0, 0, 0, 23, 146 -po/li.po, 33, 96, 95, 18, 32, 22, 192, 73, 320 -po/ky.po, 35, 241, 210, 0, 0, 0, 0, 35, 241 -po/ku.po, 48, 297, 340, 0, 0, 5, 54, 53, 351 -po/ko.po, 27, 152, 142, 0, 0, 0, 0, 27, 152 -po/kn.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -po/km.po, 31, 235, 140, 0, 0, 0, 0, 31, 235 -po/kk.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -po/kg.po, 49, 384, 392, 0, 0, 0, 0, 49, 384 -po/ka.po, 69, 283, 241, 0, 0, 0, 0, 69, 283 -po/ja.po, 27, 152, 103, 0, 0, 0, 0, 27, 152 -po/it.po, 27, 152, 154, 0, 0, 0, 0, 27, 152 -po/is.po, 27, 152, 139, 0, 0, 0, 0, 27, 152 -po/ig.po, 29, 203, 227, 3, 14, 20, 132, 52, 349 -po/id.po, 27, 152, 158, 0, 0, 0, 0, 27, 152 -po/hy.po, 52, 345, 326, 1, 4, 0, 0, 53, 349 -po/hu.po, 27, 152, 127, 0, 0, 0, 0, 27, 152 -po/hr.po, 27, 152, 138, 0, 0, 0, 0, 27, 152 -po/hi.po, 23, 146, 172, 0, 0, 0, 0, 23, 146 -po/he.po, 23, 146, 141, 0, 0, 0, 0, 23, 146 -po/ha.po, 29, 203, 314, 3, 14, 20, 132, 52, 349 -po/gu.po, 23, 146, 163, 0, 0, 0, 0, 23, 146 -po/gl.po, 27, 152, 175, 0, 0, 0, 0, 27, 152 -po/gd.po, 23, 146, 198, 0, 0, 0, 0, 23, 146 -po/ga.po, 27, 136, 146, 0, 0, 9, 97, 36, 233 -po/fy.po, 40, 209, 219, 0, 0, 21, 229, 61, 438 -po/fur.po, 27, 152, 172, 0, 0, 0, 0, 27, 152 -po/fr.po, 27, 152, 176, 0, 0, 0, 0, 27, 152 -po/fi.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -po/fa.po, 23, 146, 161, 0, 0, 0, 0, 23, 146 -po/eu.po, 27, 152, 142, 0, 0, 0, 0, 27, 152 -po/et.po, 23, 146, 128, 0, 0, 0, 0, 23, 146 -po/es.po, 27, 152, 176, 0, 0, 0, 0, 27, 152 -po/eo.po, 27, 152, 159, 0, 0, 0, 0, 27, 152 -po/en_GB.po, 27, 152, 152, 0, 0, 0, 0, 27, 152 -po/en_CA.po, 76, 330, 330, 0, 0, 0, 0, 76, 330 -po/en@shaw.po, 49, 334, 334, 12, 104, 0, 0, 61, 438 -po/en.po, 12, 34, 34, 0, 0, 0, 0, 12, 34 -po/el.po, 27, 152, 166, 0, 0, 0, 0, 27, 152 -po/dz.po, 69, 283, 161, 0, 0, 0, 0, 69, 283 -po/de.po, 27, 152, 145, 0, 0, 0, 0, 27, 152 -po/da.po, 27, 152, 145, 0, 0, 0, 0, 27, 152 -po/cy.po, 73, 323, 336, 0, 0, 0, 0, 73, 323 -po/csb.po, 31, 235, 231, 0, 0, 0, 0, 31, 235 -po/cs.po, 27, 152, 135, 0, 0, 0, 0, 27, 152 -po/crh.po, 36, 233, 216, 0, 0, 0, 0, 36, 233 -po/ca@valencia.po, 23, 146, 175, 0, 0, 0, 0, 23, 146 -po/ca.po, 27, 152, 184, 0, 0, 0, 0, 27, 152 -po/bs.po, 23, 146, 134, 0, 0, 0, 0, 23, 146 -po/br.po, 51, 335, 372, 1, 4, 1, 10, 53, 349 -po/bn_IN.po, 23, 146, 153, 0, 0, 0, 0, 23, 146 -po/bn.po, 31, 235, 225, 0, 0, 0, 0, 31, 235 -po/bg.po, 23, 146, 149, 0, 0, 0, 0, 23, 146 -po/be@latin.po, 52, 349, 326, 0, 0, 0, 0, 52, 349 -po/be.po, 27, 152, 156, 0, 0, 0, 0, 27, 152 -po/az.po, 72, 316, 299, 1, 4, 0, 0, 73, 320 -po/ast.po, 23, 207, 230, 0, 0, 0, 0, 23, 207 -po/as.po, 23, 146, 151, 0, 0, 0, 0, 23, 146 -po/ar.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -po/an.po, 23, 146, 161, 0, 0, 0, 0, 23, 146 -po/am.po, 32, 92, 97, 19, 36, 22, 192, 73, 320 -po/af.po, 31, 235, 249, 0, 0, 0, 0, 31, 235 diff --git a/results/f30/gnome-disk-utility-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-disk-utility-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 7e938f4..0000000 --- a/results/f30/gnome-disk-utility-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 4b5d7b0..0000000 --- a/results/f30/gnome-disk-utility-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,77 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 735, 3945, 1147, 0, 0, 0, 0, 735, 3945 -po/zh_HK.po, 632, 3423, 980, 0, 0, 0, 0, 632, 3423 -po/zh_CN.po, 714, 3822, 1132, 0, 0, 0, 0, 714, 3822 -po/vi.po, 693, 3718, 4930, 0, 0, 0, 0, 693, 3718 -po/uk.po, 417, 2229, 2007, 0, 0, 0, 0, 417, 2229 -po/ug.po, 734, 3775, 3382, 0, 0, 3, 88, 737, 3863 -po/tr.po, 737, 3949, 3398, 0, 0, 0, 0, 737, 3949 -po/th.po, 654, 3543, 1165, 0, 0, 0, 0, 654, 3543 -po/tg.po, 610, 3061, 3051, 56, 394, 46, 350, 712, 3805 -po/te.po, 632, 3423, 2829, 0, 0, 0, 0, 632, 3423 -po/ta.po, 632, 3423, 2869, 0, 0, 0, 0, 632, 3423 -po/sv.po, 737, 3949, 3788, 0, 0, 0, 0, 737, 3949 -po/sr@latin.po, 713, 3820, 3823, 0, 0, 0, 0, 713, 3820 -po/sr.po, 737, 3949, 3936, 0, 0, 0, 0, 737, 3949 -po/sl.po, 737, 3949, 3882, 0, 0, 0, 0, 737, 3949 -po/sk.po, 728, 3883, 3813, 0, 0, 9, 66, 737, 3949 -po/ru.po, 737, 3949, 3517, 0, 0, 0, 0, 737, 3949 -po/ro.po, 737, 3949, 4555, 0, 0, 0, 0, 737, 3949 -po/pt_BR.po, 737, 3949, 4642, 0, 0, 0, 0, 737, 3949 -po/pt.po, 653, 3535, 4016, 0, 0, 0, 0, 653, 3535 -po/pl.po, 737, 3949, 3807, 0, 0, 0, 0, 737, 3949 -po/pa.po, 632, 3423, 3769, 0, 0, 0, 0, 632, 3423 -po/or.po, 632, 3423, 3434, 0, 0, 0, 0, 632, 3423 -po/oc.po, 654, 3543, 4230, 0, 0, 0, 0, 654, 3543 -po/nl.po, 737, 3949, 4014, 0, 0, 0, 0, 737, 3949 -po/ne.po, 196, 389, 411, 229, 745, 207, 2289, 632, 3423 -po/nb.po, 679, 3489, 3459, 7, 90, 7, 139, 693, 3718 -po/ms.po, 515, 1288, 1281, 0, 0, 562, 3256, 1077, 4544 -po/mr.po, 632, 3423, 3032, 0, 0, 0, 0, 632, 3423 -po/ml.po, 737, 3863, 2984, 0, 0, 0, 0, 737, 3863 -po/mk.po, 1077, 4544, 4989, 0, 0, 0, 0, 1077, 4544 -po/mai.po, 111, 148, 208, 0, 0, 700, 3894, 811, 4042 -po/lv.po, 737, 3949, 3567, 0, 0, 0, 0, 737, 3949 -po/lt.po, 737, 3949, 3422, 0, 0, 0, 0, 737, 3949 -po/ku.po, 224, 475, 516, 107, 331, 746, 3738, 1077, 4544 -po/ko.po, 737, 3949, 3249, 0, 0, 0, 0, 737, 3949 -po/kn.po, 632, 3423, 2888, 0, 0, 0, 0, 632, 3423 -po/km.po, 632, 3423, 1312, 0, 0, 0, 0, 632, 3423 -po/kk.po, 478, 1684, 1634, 0, 0, 259, 2265, 737, 3949 -po/ja.po, 727, 3859, 1289, 0, 0, 10, 90, 737, 3949 -po/it.po, 737, 3949, 4170, 0, 0, 0, 0, 737, 3949 -po/is.po, 424, 1227, 1270, 0, 0, 311, 2718, 735, 3945 -po/id.po, 737, 3949, 3815, 0, 0, 0, 0, 737, 3949 -po/hy.po, 1075, 4544, 4122, 0, 0, 0, 0, 1075, 4544 -po/hu.po, 737, 3949, 3494, 0, 0, 0, 0, 737, 3949 -po/hr.po, 735, 3945, 3635, 0, 0, 0, 0, 735, 3945 -po/hi.po, 632, 3423, 4135, 0, 0, 0, 0, 632, 3423 -po/he.po, 653, 3522, 3213, 1, 21, 0, 0, 654, 3543 -po/gu.po, 652, 3533, 3852, 0, 0, 0, 0, 652, 3533 -po/gl.po, 737, 3949, 4777, 0, 0, 0, 0, 737, 3949 -po/gd.po, 713, 3820, 5126, 0, 0, 0, 0, 713, 3820 -po/ga.po, 205, 416, 464, 29, 89, 516, 3404, 750, 3909 -po/fur.po, 737, 3949, 4615, 0, 0, 0, 0, 737, 3949 -po/fr.po, 737, 3949, 4793, 0, 0, 0, 0, 737, 3949 -po/fi.po, 721, 3829, 2889, 7, 67, 9, 53, 737, 3949 -po/fa.po, 338, 1227, 1395, 12, 44, 84, 1038, 434, 2309 -po/eu.po, 737, 3949, 3305, 0, 0, 0, 0, 737, 3949 -po/et.po, 545, 3026, 2339, 0, 0, 0, 0, 545, 3026 -po/es.po, 737, 3949, 4674, 0, 0, 0, 0, 737, 3949 -po/eo.po, 638, 3083, 2957, 0, 0, 95, 839, 733, 3922 -po/en_GB.po, 693, 3718, 3726, 0, 0, 0, 0, 693, 3718 -po/en@shaw.po, 455, 1944, 1944, 620, 2600, 0, 0, 1075, 4544 -po/el.po, 712, 3805, 4122, 0, 0, 0, 0, 712, 3805 -po/de.po, 737, 3949, 3945, 0, 0, 0, 0, 737, 3949 -po/da.po, 735, 3945, 3719, 0, 0, 0, 0, 735, 3945 -po/cs.po, 737, 3949, 3880, 0, 0, 0, 0, 737, 3949 -po/ca@valencia.po, 693, 3718, 4784, 0, 0, 0, 0, 693, 3718 -po/ca.po, 737, 3949, 5051, 0, 0, 0, 0, 737, 3949 -po/bs.po, 636, 3435, 3325, 0, 0, 0, 0, 636, 3435 -po/bn_IN.po, 632, 3423, 3588, 0, 0, 0, 0, 632, 3423 -po/bn.po, 1075, 4544, 4689, 0, 0, 0, 0, 1075, 4544 -po/bg.po, 545, 3026, 3514, 0, 0, 0, 0, 545, 3026 -po/be.po, 693, 3718, 3424, 0, 0, 0, 0, 693, 3718 -po/ast.po, 1075, 4544, 5095, 0, 0, 0, 0, 1075, 4544 -po/as.po, 632, 3423, 3389, 0, 0, 0, 0, 632, 3423 -po/ar.po, 265, 995, 1082, 159, 753, 287, 2054, 711, 3802 diff --git a/results/f30/gnome-font-viewer-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-font-viewer-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gnome-font-viewer-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 2bc98ea..0000000 --- a/results/f30/gnome-font-viewer-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,98 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 45, 142, 113, 0, 0, 156, 385, 201, 527 -po/zh_HK.po, 27, 110, 89, 0, 0, 0, 0, 27, 110 -po/zh_CN.po, 30, 130, 52, 0, 0, 0, 0, 30, 130 -po/xh.po, 18, 32, 33, 0, 0, 0, 0, 18, 32 -po/wa.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -po/vi.po, 29, 113, 180, 0, 0, 0, 0, 29, 113 -po/uz@cyrillic.po, 28, 116, 96, 0, 0, 0, 0, 28, 116 -po/uk.po, 30, 130, 108, 0, 0, 0, 0, 30, 130 -po/ug.po, 24, 46, 63, 0, 0, 0, 0, 24, 46 -po/tr.po, 201, 529, 572, 0, 0, 0, 0, 201, 529 -po/th.po, 30, 130, 57, 0, 0, 0, 0, 30, 130 -po/tg.po, 30, 130, 140, 0, 0, 0, 0, 30, 130 -po/te.po, 26, 109, 92, 0, 0, 0, 0, 26, 109 -po/ta.po, 26, 109, 95, 0, 0, 0, 0, 26, 109 -po/sv.po, 201, 529, 487, 0, 0, 0, 0, 201, 529 -po/sr@latin.po, 182, 470, 518, 0, 0, 0, 0, 182, 470 -po/sr.po, 201, 529, 576, 0, 0, 0, 0, 201, 529 -po/sq.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/sl.po, 182, 470, 521, 0, 0, 0, 0, 182, 470 -po/sk.po, 83, 234, 236, 0, 0, 99, 236, 182, 470 -po/si.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/rw.po, 0, 0, 0, 5, 6, 13, 26, 18, 32 -po/ru.po, 58, 172, 188, 0, 0, 124, 298, 182, 470 -po/ro.po, 201, 529, 617, 0, 0, 0, 0, 201, 529 -po/pt_BR.po, 201, 529, 727, 0, 0, 0, 0, 201, 529 -po/pt.po, 30, 130, 161, 0, 0, 0, 0, 30, 130 -po/ps.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/pl.po, 201, 529, 614, 0, 0, 0, 0, 201, 529 -po/pa.po, 27, 110, 137, 0, 0, 0, 0, 27, 110 -po/or.po, 26, 109, 105, 0, 0, 0, 0, 26, 109 -po/oc.po, 130, 332, 389, 0, 0, 0, 0, 130, 332 -po/nn.po, 1, 1, 1, 6, 8, 11, 23, 18, 32 -po/nl.po, 201, 529, 452, 0, 0, 0, 0, 201, 529 -po/ne.po, 29, 113, 110, 0, 0, 0, 0, 29, 113 -po/nds.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/nb.po, 41, 130, 131, 1, 2, 142, 340, 184, 472 -po/ms.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -po/mr.po, 26, 109, 99, 0, 0, 0, 0, 26, 109 -po/mn.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -po/ml.po, 129, 347, 369, 0, 0, 72, 180, 201, 527 -po/mk.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/mg.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/mai.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/lv.po, 201, 529, 544, 0, 0, 0, 0, 201, 529 -po/lt.po, 201, 529, 531, 0, 0, 0, 0, 201, 529 -po/ky.po, 22, 39, 46, 0, 0, 0, 0, 22, 39 -po/ku.po, 0, 0, 0, 6, 7, 12, 25, 18, 32 -po/ko.po, 201, 529, 521, 0, 0, 0, 0, 201, 529 -po/kn.po, 26, 109, 94, 0, 0, 0, 0, 26, 109 -po/km.po, 18, 32, 35, 0, 0, 0, 0, 18, 32 -po/kk.po, 77, 206, 198, 0, 0, 124, 323, 201, 529 -po/ka.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/ja.po, 30, 130, 120, 0, 0, 0, 0, 30, 130 -po/it.po, 201, 529, 600, 0, 0, 0, 0, 201, 529 -po/is.po, 106, 294, 280, 0, 0, 95, 233, 201, 527 -po/id.po, 201, 529, 577, 0, 0, 0, 0, 201, 529 -po/hu.po, 201, 529, 583, 0, 0, 0, 0, 201, 529 -po/hr.po, 201, 527, 562, 0, 0, 0, 0, 201, 527 -po/hi.po, 26, 109, 121, 0, 0, 0, 0, 26, 109 -po/he.po, 30, 130, 132, 0, 0, 0, 0, 30, 130 -po/gu.po, 26, 109, 120, 0, 0, 0, 0, 26, 109 -po/gl.po, 201, 529, 668, 0, 0, 0, 0, 201, 529 -po/gd.po, 29, 113, 153, 0, 0, 0, 0, 29, 113 -po/ga.po, 24, 46, 57, 0, 0, 1, 1, 25, 47 -po/fur.po, 104, 286, 321, 0, 0, 97, 243, 201, 529 -po/fr.po, 201, 529, 626, 0, 0, 0, 0, 201, 529 -po/fi.po, 44, 140, 115, 0, 0, 157, 389, 201, 529 -po/fa.po, 29, 113, 129, 0, 0, 0, 0, 29, 113 -po/eu.po, 29, 113, 100, 0, 0, 0, 0, 29, 113 -po/et.po, 25, 47, 74, 0, 0, 0, 0, 25, 47 -po/es.po, 201, 529, 657, 0, 0, 0, 0, 201, 529 -po/eo.po, 127, 341, 339, 0, 0, 74, 186, 201, 527 -po/en_GB.po, 182, 470, 473, 0, 0, 0, 0, 182, 470 -po/en_CA.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/el.po, 29, 113, 165, 0, 0, 0, 0, 29, 113 -po/dz.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/de.po, 201, 529, 513, 0, 0, 0, 0, 201, 529 -po/da.po, 201, 529, 502, 0, 0, 0, 0, 201, 529 -po/cy.po, 1, 1, 1, 7, 9, 10, 22, 18, 32 -po/cs.po, 201, 529, 560, 0, 0, 0, 0, 201, 529 -po/crh.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/ca@valencia.po, 29, 113, 159, 0, 0, 0, 0, 29, 113 -po/ca.po, 201, 529, 653, 0, 0, 0, 0, 201, 529 -po/bs.po, 30, 130, 127, 0, 0, 0, 0, 30, 130 -po/br.po, 24, 46, 58, 0, 0, 0, 0, 24, 46 -po/bn_IN.po, 26, 109, 116, 0, 0, 0, 0, 26, 109 -po/bn.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/bg.po, 29, 113, 133, 0, 0, 0, 0, 29, 113 -po/be@latin.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/be.po, 29, 113, 109, 0, 0, 0, 0, 29, 113 -po/az.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -po/ast.po, 18, 32, 41, 0, 0, 0, 0, 18, 32 -po/as.po, 27, 110, 118, 0, 0, 0, 0, 27, 110 -po/ar.po, 201, 527, 554, 0, 0, 0, 0, 201, 527 -po/an.po, 30, 130, 149, 0, 0, 0, 0, 30, 130 -po/am.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -po/af.po, 25, 47, 48, 0, 0, 0, 0, 25, 47 diff --git a/results/f30/gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 5be7266..0000000 --- a/results/f30/gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,1536 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/lt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/kn.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/lv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/zh_TW.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/eo.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sr@latin.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/as.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/ta.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/he.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/zh_HK.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/pa.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/sk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-timezone.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-responding-to-messages.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-responding-to-messages.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-respond-messages.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-use-windows-workspaces.page) diff --git a/results/f30/gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index e9b7838..0000000 --- a/results/f30/gnome-getting-started-docs-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,40 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-help/nl/nl.po, 345, 2507, 2522, 0, 0, 0, 0, 345, 2507 -gnome-help/cs/cs.po, 345, 2507, 2172, 0, 0, 0, 0, 345, 2507 -gnome-help/gl/gl.po, 345, 2507, 2585, 0, 0, 0, 0, 345, 2507 -gnome-help/lt/lt.po, 345, 2507, 1885, 0, 0, 0, 0, 345, 2507 -gnome-help/pl/pl.po, 345, 2507, 2035, 0, 0, 0, 0, 345, 2507 -gnome-help/hr/hr.po, 345, 2507, 2100, 0, 0, 0, 0, 345, 2507 -gnome-help/fr/fr.po, 339, 2481, 2571, 0, 0, 0, 0, 339, 2481 -gnome-help/ko/ko.po, 345, 2507, 1687, 0, 0, 0, 0, 345, 2507 -gnome-help/el/el.po, 337, 2501, 2544, 0, 0, 0, 0, 337, 2501 -gnome-help/de/de.po, 345, 2507, 2486, 0, 0, 0, 0, 345, 2507 -gnome-help/id/id.po, 338, 2508, 2197, 0, 0, 0, 0, 338, 2508 -gnome-help/kn/kn.po, 339, 2639, 1983, 0, 0, 0, 0, 339, 2639 -gnome-help/fi/fi.po, 345, 2507, 1623, 0, 0, 0, 0, 345, 2507 -gnome-help/lv/lv.po, 345, 2507, 1970, 0, 0, 0, 0, 345, 2507 -gnome-help/ru/ru.po, 335, 2569, 2126, 0, 0, 0, 0, 335, 2569 -gnome-help/zh_TW/zh_TW.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-help/pt/pt.po, 337, 2506, 2522, 0, 0, 0, 0, 337, 2506 -gnome-help/sv/sv.po, 345, 2507, 2296, 0, 0, 0, 0, 345, 2507 -gnome-help/da/da.po, 345, 2507, 2309, 0, 0, 0, 0, 345, 2507 -gnome-help/eo/eo.po, 338, 2397, 2161, 0, 0, 7, 110, 345, 2507 -gnome-help/hu/hu.po, 345, 2507, 2112, 0, 0, 0, 0, 345, 2507 -gnome-help/ca/ca.po, 322, 2248, 2660, 16, 260, 0, 0, 338, 2508 -gnome-help/sr@latin/sr@latin.po, 338, 2508, 2306, 0, 0, 0, 0, 338, 2508 -gnome-help/mr/mr.po, 339, 2639, 2044, 0, 0, 0, 0, 339, 2639 -gnome-help/as/as.po, 339, 2639, 2245, 0, 0, 0, 0, 339, 2639 -gnome-help/ta/ta.po, 339, 2639, 1992, 0, 0, 0, 0, 339, 2639 -gnome-help/es/es.po, 345, 2507, 2748, 0, 0, 0, 0, 345, 2507 -gnome-help/sr/sr.po, 345, 2507, 2311, 0, 0, 0, 0, 345, 2507 -gnome-help/gu/gu.po, 322, 2301, 2180, 6, 125, 11, 213, 339, 2639 -gnome-help/ro/ro.po, 345, 2507, 2494, 0, 0, 0, 0, 345, 2507 -gnome-help/ja/ja.po, 337, 2501, 487, 0, 0, 0, 0, 337, 2501 -gnome-help/he/he.po, 337, 2506, 1879, 0, 0, 0, 0, 337, 2506 -gnome-help/zh_HK/zh_HK.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-help/hi/hi.po, 339, 2639, 2791, 0, 0, 0, 0, 339, 2639 -gnome-help/pt_BR/pt_BR.po, 345, 2507, 2665, 0, 0, 0, 0, 345, 2507 -gnome-help/te/te.po, 339, 2639, 1846, 0, 0, 0, 0, 339, 2639 -gnome-help/pa/pa.po, 339, 2639, 2801, 0, 0, 0, 0, 339, 2639 -gnome-help/sk/sk.po, 336, 2499, 2115, 1, 2, 0, 0, 337, 2501 -gnome-help/it/it.po, 345, 2507, 2429, 0, 0, 0, 0, 345, 2507 diff --git a/results/f30/gnome-icon-theme-3.12.0-11.fc30.src.rpm.errors.txt b/results/f30/gnome-icon-theme-3.12.0-11.fc30.src.rpm.errors.txt deleted file mode 100644 index c788779..0000000 --- a/results/f30/gnome-icon-theme-3.12.0-11.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv b/results/f30/gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv deleted file mode 100644 index 6bac083..0000000 --- a/results/f30/gnome-icon-theme-3.12.0-11.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,104 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/is.po, 31, 34, 35, 1, 2, 14, 16, 46, 52 -po/gd.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/eu.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/fur.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -po/sk.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -po/cy.po, 47, 53, 70, 0, 0, 0, 0, 47, 53 -po/am.po, 21, 21, 21, 3, 7, 22, 24, 46, 52 -po/km.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/sv.po, 40, 45, 44, 0, 0, 0, 0, 40, 45 -po/fr.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -po/sl.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -po/cs.po, 38, 43, 46, 0, 0, 0, 0, 38, 43 -po/zh_TW.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -po/fa.po, 47, 53, 71, 0, 0, 0, 0, 47, 53 -po/mg.po, 44, 49, 54, 1, 1, 0, 0, 45, 50 -po/si.po, 44, 49, 55, 0, 0, 0, 0, 44, 49 -po/af.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -po/ca.po, 40, 45, 47, 0, 0, 0, 0, 40, 45 -po/hu.po, 16, 20, 19, 0, 0, 0, 0, 16, 20 -po/ru.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -po/de.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -po/sr@latin.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/lv.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/nds.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/bn_IN.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -po/br.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/mk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -po/xh.po, 47, 53, 63, 0, 0, 0, 0, 47, 53 -po/uk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -po/or.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/wa.po, 27, 28, 30, 2, 5, 17, 19, 46, 52 -po/tk.po, 33, 36, 37, 1, 2, 12, 14, 46, 52 -po/pt.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -po/nhn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/as.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/pt_BR.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -po/oc.po, 14, 16, 18, 0, 0, 2, 4, 16, 20 -po/en_CA.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/el.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/fi.po, 46, 51, 56, 0, 0, 0, 0, 46, 51 -po/tr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/vi.po, 47, 51, 129, 0, 0, 0, 0, 47, 51 -po/ro.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/ne.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -po/nb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/uz.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/kn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/eo.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -po/bn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/ps.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/an.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/ka.po, 47, 53, 56, 0, 0, 0, 0, 47, 53 -po/ta.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -po/ms.po, 39, 45, 45, 0, 0, 7, 7, 46, 52 -po/hr.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/mai.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/he.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -po/crh.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -po/ca@valencia.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -po/ku.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/csb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/mn.po, 33, 36, 36, 1, 2, 12, 14, 46, 52 -po/nn.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -po/en@shaw.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/ast.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/et.po, 46, 51, 48, 0, 0, 0, 0, 46, 51 -po/bs.po, 46, 52, 51, 0, 0, 0, 0, 46, 52 -po/ga.po, 38, 43, 49, 0, 0, 0, 0, 38, 43 -po/gu.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -po/en_GB.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/zh_CN.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -po/th.po, 40, 45, 41, 0, 0, 0, 0, 40, 45 -po/it.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -po/tg.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/ko.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -po/pl.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/li.po, 22, 22, 22, 3, 7, 21, 23, 46, 52 -po/id.po, 47, 53, 55, 0, 0, 0, 0, 47, 53 -po/ar.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/ug.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/uz@cyrillic.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/ml.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -po/rw.po, 18, 18, 19, 12, 16, 17, 19, 47, 53 -po/lt.po, 38, 43, 41, 0, 0, 0, 0, 38, 43 -po/kk.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -po/sq.po, 38, 43, 56, 0, 0, 0, 0, 38, 43 -po/te.po, 48, 54, 56, 0, 0, 0, 0, 48, 54 -po/sr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/dz.po, 46, 51, 47, 0, 0, 0, 0, 46, 51 -po/fy.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/be.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/bg.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/hi.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/mr.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/be@latin.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -po/nl.po, 46, 51, 50, 0, 0, 0, 0, 46, 51 -po/es.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/da.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/gl.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/ja.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/pa.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/zh_HK.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -po/az.po, 46, 52, 56, 0, 0, 0, 0, 46, 52 diff --git a/results/f30/gnome-initial-setup-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-initial-setup-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gnome-initial-setup-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 3c52bd2..0000000 --- a/results/f30/gnome-initial-setup-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,71 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 123, 853, 147, 0, 0, 0, 0, 123, 853 -po/zh_HK.po, 87, 417, 109, 0, 0, 0, 0, 87, 417 -po/zh_CN.po, 122, 849, 146, 0, 0, 0, 0, 122, 849 -po/vi.po, 120, 766, 1067, 0, 0, 0, 0, 120, 766 -po/uk.po, 126, 849, 683, 0, 0, 0, 0, 126, 849 -po/ug.po, 83, 318, 269, 0, 0, 0, 0, 83, 318 -po/tr.po, 123, 853, 694, 0, 0, 0, 0, 123, 853 -po/th.po, 68, 234, 87, 0, 0, 0, 0, 68, 234 -po/tg.po, 112, 737, 776, 0, 0, 0, 0, 112, 737 -po/te.po, 103, 585, 475, 0, 0, 0, 0, 103, 585 -po/ta.po, 103, 585, 494, 0, 0, 0, 0, 103, 585 -po/sv.po, 123, 853, 815, 0, 0, 0, 0, 123, 853 -po/sr@latin.po, 121, 761, 712, 0, 0, 0, 0, 121, 761 -po/sr.po, 123, 853, 789, 0, 0, 0, 0, 123, 853 -po/sl.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -po/sk.po, 122, 852, 780, 0, 0, 0, 0, 122, 852 -po/ru.po, 123, 853, 721, 0, 0, 0, 0, 123, 853 -po/ro.po, 123, 853, 890, 0, 0, 0, 0, 123, 853 -po/pt_BR.po, 123, 853, 879, 0, 0, 0, 0, 123, 853 -po/pt.po, 126, 849, 878, 0, 0, 0, 0, 126, 849 -po/pl.po, 123, 853, 736, 0, 0, 0, 0, 123, 853 -po/pa.po, 122, 848, 948, 0, 0, 0, 0, 122, 848 -po/or.po, 103, 585, 626, 0, 0, 0, 0, 103, 585 -po/oc.po, 122, 848, 907, 0, 0, 0, 0, 122, 848 -po/nl.po, 123, 853, 837, 0, 0, 0, 0, 123, 853 -po/ne.po, 71, 202, 184, 14, 62, 35, 502, 120, 766 -po/nb.po, 121, 844, 809, 1, 4, 0, 0, 122, 848 -po/mr.po, 103, 585, 545, 0, 0, 0, 0, 103, 585 -po/ml.po, 122, 848, 636, 0, 0, 0, 0, 122, 848 -po/lv.po, 123, 853, 682, 0, 0, 0, 0, 123, 853 -po/lt.po, 123, 853, 715, 0, 0, 0, 0, 123, 853 -po/ko.po, 123, 853, 577, 0, 0, 0, 0, 123, 853 -po/kn.po, 103, 585, 495, 0, 0, 0, 0, 103, 585 -po/kk.po, 123, 853, 704, 0, 0, 0, 0, 123, 853 -po/ja.po, 119, 821, 143, 0, 0, 3, 27, 122, 848 -po/it.po, 123, 853, 864, 0, 0, 0, 0, 123, 853 -po/is.po, 122, 848, 803, 0, 0, 0, 0, 122, 848 -po/id.po, 123, 853, 847, 0, 0, 0, 0, 123, 853 -po/ia.po, 75, 316, 351, 0, 0, 0, 0, 75, 316 -po/hu.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -po/hr.po, 123, 853, 753, 0, 0, 0, 0, 123, 853 -po/hi.po, 103, 585, 721, 0, 0, 0, 0, 103, 585 -po/he.po, 125, 842, 692, 0, 0, 0, 0, 125, 842 -po/gu.po, 103, 585, 615, 0, 0, 0, 0, 103, 585 -po/gl.po, 123, 853, 911, 0, 0, 0, 0, 123, 853 -po/gd.po, 122, 849, 1008, 0, 0, 0, 0, 122, 849 -po/ga.po, 69, 230, 260, 1, 5, 42, 502, 112, 737 -po/fur.po, 123, 853, 983, 0, 0, 0, 0, 123, 853 -po/fr.po, 123, 853, 967, 0, 0, 0, 0, 123, 853 -po/fi.po, 123, 853, 606, 0, 0, 0, 0, 123, 853 -po/fa.po, 120, 766, 844, 0, 0, 0, 0, 120, 766 -po/eu.po, 122, 848, 692, 0, 0, 0, 0, 122, 848 -po/et.po, 87, 372, 308, 0, 0, 0, 0, 87, 372 -po/es.po, 123, 853, 952, 0, 0, 0, 0, 123, 853 -po/eo.po, 122, 852, 769, 0, 0, 0, 0, 122, 852 -po/en_GB.po, 120, 766, 766, 0, 0, 0, 0, 120, 766 -po/el.po, 123, 853, 909, 0, 0, 0, 0, 123, 853 -po/de.po, 123, 853, 826, 0, 0, 0, 0, 123, 853 -po/da.po, 123, 853, 755, 0, 0, 0, 0, 123, 853 -po/cs.po, 123, 853, 763, 0, 0, 0, 0, 123, 853 -po/ca@valencia.po, 120, 766, 832, 0, 0, 0, 0, 120, 766 -po/ca.po, 123, 853, 895, 0, 0, 0, 0, 123, 853 -po/bs.po, 109, 638, 580, 0, 0, 0, 0, 109, 638 -po/bn_IN.po, 82, 364, 392, 0, 0, 0, 0, 82, 364 -po/bg.po, 120, 766, 763, 0, 0, 0, 0, 120, 766 -po/be.po, 120, 766, 687, 0, 0, 0, 0, 120, 766 -po/as.po, 103, 585, 606, 0, 0, 0, 0, 103, 585 -po/ar.po, 120, 765, 676, 0, 0, 0, 0, 120, 765 -po/an.po, 109, 638, 711, 0, 0, 0, 0, 109, 638 -po/af.po, 120, 766, 787, 0, 0, 0, 0, 120, 766 diff --git a/results/f30/gnome-keyring-3.31.91-1.fc30.src.rpm.errors.txt b/results/f30/gnome-keyring-3.31.91-1.fc30.src.rpm.errors.txt deleted file mode 100644 index d8d88f6..0000000 --- a/results/f30/gnome-keyring-3.31.91-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv b/results/f30/gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 7d85df5..0000000 --- a/results/f30/gnome-keyring-3.31.91-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,177 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fur.po, 103, 509, 549, 0, 0, 0, 0, 103, 509 -po/pt_BR.gmo, 103, 509, 569, 0, 0, 0, 0, 103, 509 -po/hi.po, 112, 553, 619, 0, 0, 0, 0, 112, 553 -po/or.po, 112, 553, 622, 0, 0, 0, 0, 112, 553 -po/sv.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/hr.po, 103, 509, 456, 0, 0, 0, 0, 103, 509 -po/ar.po, 107, 532, 502, 0, 0, 5, 21, 112, 553 -po/mg.po, 7, 25, 34, 20, 165, 82, 300, 109, 490 -po/sq.gmo, 25, 148, 180, 0, 0, 0, 0, 25, 148 -po/ko.po, 103, 509, 431, 0, 0, 0, 0, 103, 509 -po/sv.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/mk.po, 111, 552, 595, 0, 0, 0, 0, 111, 552 -po/sk.gmo, 103, 509, 479, 0, 0, 0, 0, 103, 509 -po/dz.po, 25, 148, 69, 19, 131, 65, 211, 109, 490 -po/tg.po, 21, 25, 31, 0, 0, 91, 528, 112, 553 -po/uk.po, 112, 553, 526, 0, 0, 0, 0, 112, 553 -po/da.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ne.po, 43, 119, 125, 48, 307, 12, 83, 103, 509 -po/kn.gmo, 112, 553, 489, 0, 0, 0, 0, 112, 553 -po/nn.gmo, 99, 466, 464, 0, 0, 0, 0, 99, 466 -po/ja.gmo, 103, 509, 143, 0, 0, 0, 0, 103, 509 -po/te.gmo, 112, 553, 480, 0, 0, 0, 0, 112, 553 -po/vi.po, 106, 532, 734, 0, 0, 0, 0, 106, 532 -po/ko.gmo, 103, 509, 431, 0, 0, 0, 0, 103, 509 -po/sr.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/zh_HK.po, 112, 553, 154, 0, 0, 0, 0, 112, 553 -po/pt.gmo, 112, 553, 610, 0, 0, 0, 0, 112, 553 -po/az.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -po/ro.po, 103, 509, 550, 0, 0, 0, 0, 103, 509 -po/fi.gmo, 93, 473, 375, 0, 0, 0, 0, 93, 473 -po/he.gmo, 103, 509, 480, 0, 0, 0, 0, 103, 509 -po/en@shaw.gmo, 53, 232, 232, 0, 0, 0, 0, 53, 232 -po/ar.gmo, 107, 532, 502, 0, 0, 0, 0, 107, 532 -po/be.gmo, 103, 509, 464, 0, 0, 0, 0, 103, 509 -po/de.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/sr.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/dz.gmo, 25, 148, 69, 0, 0, 0, 0, 25, 148 -po/pa.po, 112, 553, 604, 0, 0, 0, 0, 112, 553 -po/lv.gmo, 103, 509, 432, 0, 0, 0, 0, 103, 509 -po/es.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/ne.gmo, 43, 119, 125, 0, 0, 0, 0, 43, 119 -po/tg.gmo, 21, 25, 31, 0, 0, 0, 0, 21, 25 -po/tr.po, 103, 509, 449, 0, 0, 0, 0, 103, 509 -po/is.po, 0, 0, 0, 0, 0, 109, 490, 109, 490 -po/it.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/ms.gmo, 71, 289, 254, 0, 0, 0, 0, 71, 289 -po/cy.gmo, 6, 22, 30, 0, 0, 0, 0, 6, 22 -po/km.po, 111, 552, 250, 0, 0, 0, 0, 111, 552 -po/de.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/gl.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/gd.gmo, 103, 509, 703, 0, 0, 0, 0, 103, 509 -po/pa.gmo, 112, 553, 604, 0, 0, 0, 0, 112, 553 -po/kk.gmo, 103, 509, 466, 0, 0, 0, 0, 103, 509 -po/lv.po, 103, 509, 432, 0, 0, 0, 0, 103, 509 -po/mk.gmo, 111, 552, 595, 0, 0, 0, 0, 111, 552 -po/mn.gmo, 7, 25, 29, 0, 0, 0, 0, 7, 25 -po/fr.gmo, 103, 509, 664, 0, 0, 0, 0, 103, 509 -po/uk.gmo, 112, 553, 526, 0, 0, 0, 0, 112, 553 -po/be@latin.gmo, 62, 256, 234, 0, 0, 0, 0, 62, 256 -po/en_CA.po, 8, 28, 28, 26, 182, 75, 280, 109, 490 -po/ta.gmo, 112, 553, 481, 0, 0, 0, 0, 112, 553 -po/mai.po, 21, 45, 48, 10, 78, 78, 367, 109, 490 -po/az.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -po/ml.gmo, 103, 509, 403, 0, 0, 0, 0, 103, 509 -po/hi.gmo, 112, 553, 619, 0, 0, 0, 0, 112, 553 -po/gu.gmo, 112, 553, 599, 0, 0, 0, 0, 112, 553 -po/ca.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/si.gmo, 7, 25, 32, 0, 0, 0, 0, 7, 25 -po/kn.po, 112, 553, 489, 0, 0, 0, 0, 112, 553 -po/be@latin.po, 62, 256, 234, 23, 133, 24, 101, 109, 490 -po/bs.po, 112, 553, 522, 0, 0, 0, 0, 112, 553 -po/af.po, 100, 474, 460, 3, 4, 6, 12, 109, 490 -po/th.po, 112, 553, 189, 0, 0, 0, 0, 112, 553 -po/nn.po, 99, 466, 464, 0, 0, 10, 24, 109, 490 -po/ka.po, 4, 16, 15, 13, 88, 92, 386, 109, 490 -po/ga.po, 24, 116, 142, 12, 74, 73, 300, 109, 490 -po/th.gmo, 112, 553, 189, 0, 0, 0, 0, 112, 553 -po/as.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/xh.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -po/mr.po, 112, 553, 492, 0, 0, 0, 0, 112, 553 -po/pt_BR.po, 103, 509, 569, 0, 0, 0, 0, 103, 509 -po/mg.gmo, 7, 25, 34, 0, 0, 0, 0, 7, 25 -po/km.gmo, 111, 552, 250, 0, 0, 0, 0, 111, 552 -po/et.gmo, 112, 553, 474, 0, 0, 0, 0, 112, 553 -po/eu.po, 103, 509, 421, 0, 0, 0, 0, 103, 509 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 103, 509, 421, 0, 0, 0, 0, 103, 509 -po/ug.po, 112, 553, 504, 0, 0, 0, 0, 112, 553 -po/ga.gmo, 24, 116, 142, 0, 0, 0, 0, 24, 116 -po/gd.po, 103, 509, 703, 0, 0, 0, 0, 103, 509 -po/kk.po, 103, 509, 466, 0, 0, 0, 0, 103, 509 -po/sr@latin.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/ast.po, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -po/nb.po, 103, 509, 522, 0, 0, 0, 0, 103, 509 -po/nl.po, 103, 509, 501, 0, 0, 0, 0, 103, 509 -po/fi.po, 93, 473, 375, 0, 0, 10, 36, 103, 509 -po/eo.po, 103, 509, 471, 0, 0, 0, 0, 103, 509 -po/lt.po, 103, 509, 406, 0, 0, 0, 0, 103, 509 -po/nl.gmo, 103, 509, 501, 0, 0, 0, 0, 103, 509 -po/gu.po, 112, 553, 599, 0, 0, 0, 0, 112, 553 -po/sq.po, 25, 148, 180, 24, 150, 60, 192, 109, 490 -po/en_GB.gmo, 112, 553, 555, 0, 0, 0, 0, 112, 553 -po/fa.po, 112, 553, 650, 0, 0, 0, 0, 112, 553 -po/oc.po, 103, 509, 570, 0, 0, 0, 0, 103, 509 -po/fr.po, 103, 509, 664, 0, 0, 0, 0, 103, 509 -po/ru.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -po/bg.gmo, 103, 509, 519, 0, 0, 0, 0, 103, 509 -po/sl.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -po/gnome-keyring.pot, 0, 0, 0, 0, 0, 103, 509, 103, 509 -po/bs.gmo, 112, 553, 522, 0, 0, 0, 0, 112, 553 -po/it.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/bn.po, 104, 480, 485, 2, 4, 3, 6, 109, 490 -po/cs.po, 103, 509, 463, 0, 0, 0, 0, 103, 509 -po/ca@valencia.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/eo.gmo, 103, 509, 471, 0, 0, 0, 0, 103, 509 -po/ca.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/rw.po, 0, 0, 0, 16, 163, 93, 327, 109, 490 -po/bg.po, 103, 509, 519, 0, 0, 0, 0, 103, 509 -po/ml.po, 103, 509, 403, 0, 0, 0, 0, 103, 509 -po/cs.gmo, 103, 509, 463, 0, 0, 0, 0, 103, 509 -po/be.po, 103, 509, 464, 0, 0, 0, 0, 103, 509 -po/ug.gmo, 112, 553, 504, 0, 0, 0, 0, 112, 553 -po/hr.gmo, 103, 509, 456, 0, 0, 0, 0, 103, 509 -po/ast.gmo, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -po/cy.po, 6, 22, 30, 21, 168, 82, 300, 109, 490 -po/id.gmo, 103, 509, 494, 0, 0, 0, 0, 103, 509 -po/ro.gmo, 103, 509, 550, 0, 0, 0, 0, 103, 509 -po/pl.po, 103, 509, 483, 0, 0, 0, 0, 103, 509 -po/af.gmo, 100, 474, 460, 0, 0, 0, 0, 100, 474 -po/mn.po, 7, 25, 29, 20, 165, 82, 300, 109, 490 -po/el.gmo, 103, 509, 534, 0, 0, 0, 0, 103, 509 -po/zh_CN.po, 103, 509, 135, 0, 0, 0, 0, 103, 509 -po/oc.gmo, 103, 509, 570, 0, 0, 0, 0, 103, 509 -po/ca@valencia.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/en_GB.po, 112, 553, 555, 0, 0, 0, 0, 112, 553 -po/id.po, 103, 509, 494, 0, 0, 0, 0, 103, 509 -po/si.po, 7, 25, 32, 19, 146, 83, 319, 109, 490 -po/mr.gmo, 112, 553, 492, 0, 0, 0, 0, 112, 553 -po/et.po, 112, 553, 474, 0, 0, 0, 0, 112, 553 -po/xh.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -po/ta.po, 112, 553, 481, 0, 0, 0, 0, 112, 553 -po/zh_HK.gmo, 112, 553, 154, 0, 0, 0, 0, 112, 553 -po/en_CA.gmo, 8, 28, 28, 0, 0, 0, 0, 8, 28 -po/nb.gmo, 103, 509, 522, 0, 0, 0, 0, 103, 509 -po/zh_CN.gmo, 103, 509, 135, 0, 0, 0, 0, 103, 509 -po/pl.gmo, 103, 509, 483, 0, 0, 0, 0, 103, 509 -po/sr@latin.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/lt.gmo, 103, 509, 406, 0, 0, 0, 0, 103, 509 -po/ja.po, 103, 509, 143, 0, 0, 0, 0, 103, 509 -po/gl.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/he.po, 103, 509, 480, 0, 0, 0, 0, 103, 509 -po/en@shaw.po, 53, 232, 232, 43, 214, 13, 44, 109, 490 -po/sl.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 -po/tr.gmo, 103, 509, 449, 0, 0, 0, 0, 103, 509 -po/hu.gmo, 103, 509, 445, 0, 0, 0, 0, 103, 509 -po/hu.po, 103, 509, 445, 0, 0, 0, 0, 103, 509 -po/fur.gmo, 103, 509, 549, 0, 0, 0, 0, 103, 509 -po/or.gmo, 112, 553, 622, 0, 0, 0, 0, 112, 553 -po/sk.po, 103, 509, 479, 0, 0, 0, 0, 103, 509 -po/bn_IN.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/zh_TW.gmo, 103, 509, 136, 0, 0, 0, 0, 103, 509 -po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 106, 532, 734, 0, 0, 0, 0, 106, 532 -po/ka.gmo, 4, 16, 15, 0, 0, 0, 0, 4, 16 -po/te.po, 112, 553, 480, 0, 0, 0, 0, 112, 553 -po/bn.gmo, 104, 480, 485, 0, 0, 0, 0, 104, 480 -po/da.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/el.po, 103, 509, 534, 0, 0, 0, 0, 103, 509 -po/mai.gmo, 21, 45, 48, 0, 0, 0, 0, 21, 45 -po/es.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/zh_TW.po, 103, 509, 136, 0, 0, 0, 0, 103, 509 -po/ms.po, 71, 289, 254, 9, 33, 29, 168, 109, 490 -po/as.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/bn_IN.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/ru.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 diff --git a/results/f30/gnome-logs-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/gnome-logs-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index c99b579..0000000 --- a/results/f30/gnome-logs-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,92 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/gnome-logs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/nl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/nl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f30/gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 1c033a1..0000000 --- a/results/f30/gnome-logs-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,133 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/ko/ko.po, 22, 272, 190, 0, 0, 0, 0, 22, 272 -help/hu/hu.po, 22, 272, 215, 0, 0, 0, 0, 22, 272 -help/sv/sv.po, 22, 272, 253, 0, 0, 0, 0, 22, 272 -help/gl/gl.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -help/de/de.po, 22, 272, 229, 0, 0, 0, 0, 22, 272 -help/ru/ru.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -help/es/es.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -help/da/da.po, 22, 272, 265, 0, 0, 0, 0, 22, 272 -help/pl/pl.po, 22, 272, 209, 0, 0, 0, 0, 22, 272 -help/pt_BR/pt_BR.po, 22, 272, 319, 0, 0, 0, 0, 22, 272 -help/cs/cs.po, 22, 272, 235, 0, 0, 0, 0, 22, 272 -help/fr/fr.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -help/el/el.po, 22, 272, 313, 0, 0, 0, 0, 22, 272 -help/nl/nl.po, 22, 272, 266, 0, 0, 0, 0, 22, 272 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.po, 123, 380, 383, 0, 0, 0, 0, 123, 380 -po/pa.po, 37, 115, 133, 0, 0, 0, 0, 37, 115 -po/te.po, 37, 115, 106, 0, 0, 0, 0, 37, 115 -po/oc.po, 117, 349, 418, 0, 0, 0, 0, 117, 349 -po/sk.po, 124, 378, 369, 0, 0, 0, 0, 124, 378 -po/it.gmo, 123, 380, 395, 0, 0, 0, 0, 123, 380 -po/bs.gmo, 42, 140, 142, 0, 0, 0, 0, 42, 140 -po/ja.gmo, 22, 37, 25, 0, 0, 0, 0, 22, 37 -po/tr.gmo, 123, 380, 341, 0, 0, 0, 0, 123, 380 -po/es.gmo, 123, 380, 441, 0, 0, 0, 0, 123, 380 -po/uk.gmo, 118, 354, 307, 0, 0, 0, 0, 118, 354 -po/en_GB.po, 122, 376, 387, 0, 0, 0, 0, 122, 376 -po/ga.po, 28, 46, 53, 0, 0, 18, 107, 46, 153 -po/vi.po, 69, 223, 336, 0, 0, 0, 0, 69, 223 -po/tr.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -po/ca.po, 123, 380, 453, 0, 0, 0, 0, 123, 380 -po/lt.gmo, 123, 380, 341, 0, 0, 0, 0, 123, 380 -po/th.po, 69, 223, 110, 0, 0, 0, 0, 69, 223 -po/ro.po, 123, 380, 431, 0, 0, 0, 0, 123, 380 -po/eo.gmo, 120, 331, 308, 0, 0, 0, 0, 120, 331 -po/lt.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -po/hr.gmo, 123, 380, 343, 0, 0, 0, 0, 123, 380 -po/th.gmo, 69, 223, 110, 0, 0, 0, 0, 69, 223 -po/be.gmo, 124, 378, 350, 0, 0, 0, 0, 124, 378 -po/sl.gmo, 123, 380, 358, 0, 0, 0, 0, 123, 380 -po/ca@valencia.po, 122, 376, 449, 0, 0, 0, 0, 122, 376 -po/sr.po, 123, 380, 371, 0, 0, 0, 0, 123, 380 -po/nl.po, 123, 380, 366, 0, 0, 0, 0, 123, 380 -po/sr@latin.po, 124, 378, 370, 0, 0, 0, 0, 124, 378 -po/nb.gmo, 123, 355, 325, 0, 0, 0, 0, 123, 355 -po/da.gmo, 122, 377, 340, 0, 0, 0, 0, 122, 377 -po/ar.po, 36, 113, 115, 0, 0, 1, 2, 37, 115 -po/gl.po, 123, 380, 440, 0, 0, 0, 0, 123, 380 -po/ml.gmo, 124, 378, 331, 0, 0, 0, 0, 124, 378 -po/ga.gmo, 28, 46, 53, 0, 0, 0, 0, 28, 46 -po/sr.gmo, 123, 380, 371, 0, 0, 0, 0, 123, 380 -po/sl.po, 123, 380, 358, 0, 0, 0, 0, 123, 380 -po/es.po, 123, 380, 441, 0, 0, 0, 0, 123, 380 -po/gd.po, 122, 376, 453, 0, 0, 0, 0, 122, 376 -po/hu.po, 123, 380, 321, 0, 0, 0, 0, 123, 380 -po/lv.po, 123, 380, 326, 0, 0, 0, 0, 123, 380 -po/ko.gmo, 123, 380, 336, 0, 0, 0, 0, 123, 380 -po/fr.po, 123, 380, 453, 0, 0, 0, 0, 123, 380 -po/oc.gmo, 117, 349, 418, 0, 0, 0, 0, 117, 349 -po/ne.po, 79, 144, 159, 28, 86, 15, 146, 122, 376 -po/nb.po, 123, 355, 325, 0, 0, 1, 23, 124, 378 -po/ml.po, 124, 378, 331, 0, 0, 0, 0, 124, 378 -po/bs.po, 42, 140, 142, 0, 0, 0, 0, 42, 140 -po/as.po, 37, 115, 126, 0, 0, 0, 0, 37, 115 -po/he.gmo, 57, 178, 167, 0, 0, 0, 0, 57, 178 -po/fi.gmo, 123, 380, 297, 0, 0, 0, 0, 123, 380 -po/ca@valencia.gmo, 122, 376, 449, 0, 0, 0, 0, 122, 376 -po/zh_CN.po, 124, 378, 169, 0, 0, 0, 0, 124, 378 -po/bg.po, 68, 216, 242, 0, 0, 0, 0, 68, 216 -po/en_GB.gmo, 122, 376, 387, 0, 0, 0, 0, 122, 376 -po/it.po, 123, 380, 395, 0, 0, 0, 0, 123, 380 -po/tg.po, 43, 141, 152, 0, 0, 0, 0, 43, 141 -po/el.gmo, 123, 380, 414, 0, 0, 0, 0, 123, 380 -po/ar.gmo, 36, 113, 115, 0, 0, 0, 0, 36, 113 -po/zh_HK.po, 37, 115, 52, 0, 0, 0, 0, 37, 115 -po/fa.po, 122, 376, 389, 0, 0, 0, 0, 122, 376 -po/pt.po, 69, 223, 232, 0, 0, 0, 0, 69, 223 -po/cs.gmo, 123, 380, 365, 0, 0, 0, 0, 123, 380 -po/eo.po, 120, 331, 308, 0, 0, 0, 0, 120, 331 -po/pt_BR.po, 123, 380, 464, 0, 0, 0, 0, 123, 380 -po/eu.gmo, 121, 371, 337, 0, 0, 0, 0, 121, 371 -po/zh_TW.po, 123, 380, 154, 0, 0, 0, 0, 123, 380 -po/gd.gmo, 122, 376, 453, 0, 0, 0, 0, 122, 376 -po/gnome-logs.pot, 0, 0, 0, 0, 0, 122, 376, 122, 376 -po/pt_BR.gmo, 123, 380, 464, 0, 0, 0, 0, 123, 380 -po/pa.gmo, 37, 115, 133, 0, 0, 0, 0, 37, 115 -po/lv.gmo, 123, 380, 326, 0, 0, 0, 0, 123, 380 -po/kk.gmo, 123, 380, 345, 0, 0, 0, 0, 123, 380 -po/ko.po, 123, 380, 336, 0, 0, 0, 0, 123, 380 -po/zh_CN.gmo, 124, 378, 169, 0, 0, 0, 0, 124, 378 -po/pl.po, 123, 380, 346, 0, 0, 0, 0, 123, 380 -po/an.po, 43, 142, 154, 0, 0, 0, 0, 43, 142 -po/fa.gmo, 122, 376, 389, 0, 0, 0, 0, 122, 376 -po/ca.gmo, 123, 380, 453, 0, 0, 0, 0, 123, 380 -po/pl.gmo, 123, 380, 346, 0, 0, 0, 0, 123, 380 -po/nl.gmo, 123, 380, 366, 0, 0, 0, 0, 123, 380 -po/fur.gmo, 123, 380, 406, 0, 0, 0, 0, 123, 380 -po/gl.gmo, 123, 380, 440, 0, 0, 0, 0, 123, 380 -po/cs.po, 123, 380, 365, 0, 0, 0, 0, 123, 380 -po/he.po, 57, 178, 167, 3, 7, 8, 31, 68, 216 -po/id.gmo, 123, 380, 383, 0, 0, 0, 0, 123, 380 -po/eu.po, 121, 371, 337, 1, 5, 0, 0, 122, 376 -po/te.gmo, 37, 115, 106, 0, 0, 0, 0, 37, 115 -po/sr@latin.gmo, 124, 378, 370, 0, 0, 0, 0, 124, 378 -po/ru.gmo, 123, 380, 342, 0, 0, 0, 0, 123, 380 -po/ro.gmo, 123, 380, 431, 0, 0, 0, 0, 123, 380 -po/el.po, 123, 380, 414, 0, 0, 0, 0, 123, 380 -po/fur.po, 123, 380, 406, 0, 0, 0, 0, 123, 380 -po/zh_HK.gmo, 37, 115, 52, 0, 0, 0, 0, 37, 115 -po/hr.po, 123, 380, 343, 0, 0, 0, 0, 123, 380 -po/pt.gmo, 69, 223, 232, 0, 0, 0, 0, 69, 223 -po/fi.po, 123, 380, 297, 0, 0, 0, 0, 123, 380 -po/da.po, 122, 377, 340, 0, 0, 0, 0, 122, 377 -po/ne.gmo, 79, 144, 159, 0, 0, 0, 0, 79, 144 -po/bg.gmo, 68, 216, 242, 0, 0, 0, 0, 68, 216 -po/an.gmo, 43, 142, 154, 0, 0, 0, 0, 43, 142 -po/hu.gmo, 123, 380, 321, 0, 0, 0, 0, 123, 380 -po/be.po, 124, 378, 350, 0, 0, 0, 0, 124, 378 -po/uk.po, 118, 354, 307, 0, 0, 0, 0, 118, 354 -po/fr.gmo, 123, 380, 453, 0, 0, 0, 0, 123, 380 -po/vi.gmo, 69, 223, 336, 0, 0, 0, 0, 69, 223 -po/de.gmo, 123, 380, 382, 0, 0, 0, 0, 123, 380 -po/sv.po, 123, 380, 359, 0, 0, 0, 0, 123, 380 -po/sv.gmo, 123, 380, 359, 0, 0, 0, 0, 123, 380 -po/sk.gmo, 124, 378, 369, 0, 0, 0, 0, 124, 378 -po/as.gmo, 37, 115, 126, 0, 0, 0, 0, 37, 115 -po/ru.po, 123, 380, 342, 0, 0, 0, 0, 123, 380 -po/ja.po, 22, 37, 25, 0, 0, 20, 103, 42, 140 -po/tg.gmo, 43, 141, 152, 0, 0, 0, 0, 43, 141 -po/kk.po, 123, 380, 345, 0, 0, 0, 0, 123, 380 -po/zh_TW.gmo, 123, 380, 154, 0, 0, 0, 0, 123, 380 -po/de.po, 123, 380, 382, 0, 0, 0, 0, 123, 380 diff --git a/results/f30/gnome-maps-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-maps-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gnome-maps-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index f133455..0000000 --- a/results/f30/gnome-maps-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,62 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 314, 1236, 472, 0, 0, 0, 0, 314, 1236 -po/zh_HK.po, 40, 205, 67, 0, 0, 0, 0, 40, 205 -po/zh_CN.po, 315, 1235, 479, 0, 0, 0, 0, 315, 1235 -po/vi.po, 314, 1236, 1784, 0, 0, 0, 0, 314, 1236 -po/uk.po, 268, 1103, 1005, 0, 0, 0, 0, 268, 1103 -po/tr.po, 314, 1236, 1120, 0, 0, 0, 0, 314, 1236 -po/tg.po, 111, 485, 491, 0, 0, 0, 0, 111, 485 -po/te.po, 34, 196, 170, 0, 0, 0, 0, 34, 196 -po/sv.po, 314, 1236, 1184, 0, 0, 0, 0, 314, 1236 -po/sr@latin.po, 314, 1232, 1238, 0, 0, 0, 0, 314, 1232 -po/sr.po, 314, 1236, 1239, 0, 0, 0, 0, 314, 1236 -po/sl.po, 314, 1236, 1201, 0, 0, 0, 0, 314, 1236 -po/sk.po, 315, 1236, 1249, 0, 0, 0, 0, 315, 1236 -po/ru.po, 314, 1236, 1133, 0, 0, 0, 0, 314, 1236 -po/ro.po, 314, 1236, 1362, 0, 0, 0, 0, 314, 1236 -po/pt_BR.po, 314, 1236, 1387, 0, 0, 0, 0, 314, 1236 -po/pt.po, 239, 975, 1066, 0, 0, 0, 0, 239, 975 -po/pl.po, 314, 1236, 1233, 0, 0, 0, 0, 314, 1236 -po/pa.po, 229, 858, 999, 0, 0, 9, 114, 238, 972 -po/oc.po, 314, 1232, 1461, 0, 0, 0, 0, 314, 1232 -po/nl.po, 314, 1236, 1257, 0, 0, 0, 0, 314, 1236 -po/ne.po, 167, 303, 322, 79, 286, 58, 597, 304, 1186 -po/nb.po, 302, 1158, 1138, 1, 3, 4, 47, 307, 1208 -po/ml.po, 182, 517, 461, 2, 3, 130, 716, 314, 1236 -po/lv.po, 314, 1236, 1103, 0, 0, 0, 0, 314, 1236 -po/lt.po, 314, 1236, 1062, 0, 0, 0, 0, 314, 1236 -po/ko.po, 314, 1236, 990, 0, 0, 0, 0, 314, 1236 -po/kn.po, 19, 41, 45, 0, 0, 13, 139, 32, 180 -po/kk.po, 314, 1236, 1121, 0, 0, 0, 0, 314, 1236 -po/ja.po, 139, 548, 201, 29, 98, 100, 457, 268, 1103 -po/it.po, 314, 1236, 1363, 0, 0, 0, 0, 314, 1236 -po/is.po, 315, 1236, 1252, 0, 0, 0, 0, 315, 1236 -po/id.po, 314, 1236, 1235, 0, 0, 0, 0, 314, 1236 -po/hu.po, 314, 1236, 1127, 0, 0, 0, 0, 314, 1236 -po/hr.po, 314, 1236, 1135, 0, 0, 0, 0, 314, 1236 -po/hi.po, 50, 249, 291, 0, 0, 0, 0, 50, 249 -po/he.po, 239, 975, 890, 0, 0, 0, 0, 239, 975 -po/gl.po, 314, 1236, 1406, 0, 0, 0, 0, 314, 1236 -po/gd.po, 250, 986, 1285, 3, 21, 51, 179, 304, 1186 -po/ga.po, 56, 125, 138, 2, 8, 59, 387, 117, 520 -po/fur.po, 314, 1236, 1394, 0, 0, 0, 0, 314, 1236 -po/fr.po, 314, 1236, 1473, 0, 0, 0, 0, 314, 1236 -po/fi.po, 314, 1236, 915, 0, 0, 0, 0, 314, 1236 -po/fa.po, 239, 975, 1099, 0, 0, 0, 0, 239, 975 -po/eu.po, 314, 1236, 1101, 0, 0, 0, 0, 314, 1236 -po/et.po, 32, 180, 150, 0, 0, 0, 0, 32, 180 -po/es.po, 314, 1236, 1426, 0, 0, 0, 0, 314, 1236 -po/eo.po, 313, 1230, 1200, 0, 0, 0, 0, 313, 1230 -po/en_GB.po, 304, 1186, 1197, 0, 0, 0, 0, 304, 1186 -po/el.po, 314, 1236, 1351, 0, 0, 0, 0, 314, 1236 -po/de.po, 314, 1236, 1254, 0, 0, 0, 0, 314, 1236 -po/da.po, 314, 1236, 1202, 0, 0, 0, 0, 314, 1236 -po/cs.po, 314, 1236, 1223, 0, 0, 0, 0, 314, 1236 -po/ca@valencia.po, 304, 1186, 1426, 0, 0, 0, 0, 304, 1186 -po/ca.po, 314, 1236, 1487, 0, 0, 0, 0, 314, 1236 -po/bs.po, 111, 485, 471, 0, 0, 0, 0, 111, 485 -po/bg.po, 213, 821, 917, 0, 0, 0, 0, 213, 821 -po/as.po, 46, 224, 229, 0, 0, 0, 0, 46, 224 -po/ar.po, 303, 1180, 1124, 0, 0, 1, 6, 304, 1186 -po/an.po, 111, 485, 560, 0, 0, 0, 0, 111, 485 -po/af.po, 31, 157, 150, 1, 26, 0, 0, 32, 183 diff --git a/results/f30/gnome-menus-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-menus-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index ad9e22f..0000000 --- a/results/f30/gnome-menus-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 41f8a11..0000000 --- a/results/f30/gnome-menus-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,226 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/si.po, 58, 165, 176, 0, 0, 0, 0, 58, 165 -po/yo.po, 42, 116, 152, 5, 15, 9, 26, 56, 157 -po/hi.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/cy.po, 49, 136, 148, 0, 0, 0, 0, 49, 136 -po/dv.gmo, 56, 157, 133, 0, 0, 0, 0, 56, 157 -po/tg.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/fa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/km.po, 27, 70, 35, 0, 0, 0, 0, 27, 70 -po/he.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/nds.gmo, 57, 161, 146, 0, 0, 0, 0, 57, 161 -po/km.gmo, 27, 70, 35, 0, 0, 0, 0, 27, 70 -po/ku.gmo, 60, 167, 188, 0, 0, 0, 0, 60, 167 -po/th.gmo, 27, 70, 32, 0, 0, 0, 0, 27, 70 -po/gn.po, 33, 71, 77, 0, 0, 15, 62, 48, 133 -po/da.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/he.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/nl.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/gu.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/fa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/el.gmo, 37, 80, 83, 0, 0, 0, 0, 37, 80 -po/ug.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/ne.po, 27, 70, 66, 0, 0, 0, 0, 27, 70 -po/gl.gmo, 37, 80, 93, 0, 0, 0, 0, 37, 80 -po/hr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/ja.po, 26, 69, 30, 0, 0, 11, 11, 37, 80 -po/eo.gmo, 38, 81, 77, 0, 0, 0, 0, 38, 81 -po/bn_IN.gmo, 27, 70, 75, 0, 0, 0, 0, 27, 70 -po/be.gmo, 27, 70, 84, 0, 0, 0, 0, 27, 70 -po/gn.gmo, 33, 71, 77, 0, 0, 0, 0, 33, 71 -po/ha.gmo, 42, 116, 160, 0, 0, 0, 0, 42, 116 -po/bs.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/ga.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/af.gmo, 27, 70, 59, 0, 0, 0, 0, 27, 70 -po/bn_IN.po, 27, 70, 75, 0, 0, 0, 0, 27, 70 -po/mn.po, 46, 125, 119, 0, 0, 0, 0, 46, 125 -po/ka.gmo, 49, 136, 119, 0, 0, 0, 0, 49, 136 -po/ca.gmo, 38, 81, 87, 0, 0, 0, 0, 38, 81 -po/eo.po, 38, 81, 77, 0, 0, 0, 0, 38, 81 -po/vi.po, 38, 81, 143, 0, 0, 0, 0, 38, 81 -po/ko.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/gv.gmo, 36, 84, 92, 0, 0, 0, 0, 36, 84 -po/ca@valencia.gmo, 27, 70, 76, 0, 0, 0, 0, 27, 70 -po/ak.gmo, 27, 70, 74, 0, 0, 0, 0, 27, 70 -po/ro.po, 38, 81, 84, 0, 0, 0, 0, 38, 81 -po/or.gmo, 27, 70, 71, 0, 0, 0, 0, 27, 70 -po/mr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/gd.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/ga.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/uz@cyrillic.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/ca.po, 38, 81, 87, 0, 0, 0, 0, 38, 81 -po/csb.po, 37, 95, 87, 0, 0, 0, 0, 37, 95 -po/fi.gmo, 37, 80, 61, 0, 0, 0, 0, 37, 80 -po/or.po, 27, 70, 71, 0, 0, 0, 0, 27, 70 -po/id.gmo, 38, 81, 82, 0, 0, 0, 0, 38, 81 -po/mk.gmo, 58, 165, 192, 0, 0, 0, 0, 58, 165 -po/is.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/uk.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/pt_BR.gmo, 38, 81, 88, 0, 0, 0, 0, 38, 81 -po/sq.gmo, 58, 165, 186, 0, 0, 0, 0, 58, 165 -po/en_GB.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/eu.gmo, 37, 80, 72, 0, 0, 0, 0, 37, 80 -po/dz.po, 58, 165, 88, 0, 0, 0, 0, 58, 165 -po/hu.po, 38, 81, 71, 0, 0, 0, 0, 38, 81 -po/de.gmo, 37, 80, 71, 0, 0, 0, 0, 37, 80 -po/zh_CN.gmo, 27, 70, 33, 0, 0, 0, 0, 27, 70 -po/ky.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/lv.po, 37, 80, 79, 0, 0, 0, 0, 37, 80 -po/lo.gmo, 27, 70, 41, 0, 0, 0, 0, 27, 70 -po/de.po, 37, 80, 71, 0, 0, 0, 0, 37, 80 -po/sl.gmo, 37, 80, 82, 0, 0, 0, 0, 37, 80 -po/szl.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/kg.gmo, 46, 125, 135, 0, 0, 0, 0, 46, 125 -po/kg.po, 46, 125, 135, 0, 0, 0, 0, 46, 125 -po/ia.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/dv.po, 56, 157, 133, 0, 0, 0, 0, 56, 157 -po/pt.po, 27, 70, 83, 0, 0, 0, 0, 27, 70 -po/lt.gmo, 37, 80, 75, 0, 0, 0, 0, 37, 80 -po/ta.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/pt_BR.po, 38, 81, 88, 0, 0, 0, 0, 38, 81 -po/ps.po, 52, 128, 149, 0, 0, 4, 29, 56, 157 -po/bn.po, 37, 95, 94, 0, 0, 0, 0, 37, 95 -po/nds.po, 57, 161, 146, 0, 0, 0, 0, 57, 161 -po/nb.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/io.gmo, 44, 86, 90, 0, 0, 0, 0, 44, 86 -po/br.gmo, 57, 161, 190, 0, 0, 0, 0, 57, 161 -po/fy.gmo, 37, 95, 84, 0, 0, 0, 0, 37, 95 -po/bs.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/it.po, 38, 81, 86, 0, 0, 0, 0, 38, 81 -po/ha.po, 42, 116, 160, 5, 15, 9, 26, 56, 157 -po/sr@latin.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/nb.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/ar.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/ca@valencia.po, 27, 70, 76, 0, 0, 0, 0, 27, 70 -po/gd.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/hr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/fy.po, 37, 95, 84, 0, 0, 0, 0, 37, 95 -po/oc.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/zh_HK.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/cy.gmo, 49, 136, 148, 0, 0, 0, 0, 49, 136 -po/kab.po, 23, 65, 72, 0, 0, 4, 5, 27, 70 -po/mg.gmo, 49, 136, 164, 0, 0, 0, 0, 49, 136 -po/ps.gmo, 52, 128, 149, 0, 0, 0, 0, 52, 128 -po/sk.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/kk.gmo, 37, 80, 66, 0, 0, 0, 0, 37, 80 -po/sv.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/ml.gmo, 27, 70, 56, 0, 0, 0, 0, 27, 70 -po/te.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/be@latin.po, 58, 165, 150, 0, 0, 0, 0, 58, 165 -po/ja.gmo, 26, 69, 30, 0, 0, 0, 0, 26, 69 -po/da.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/fi.po, 37, 80, 61, 0, 0, 0, 0, 37, 80 -po/sk.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/en@shaw.po, 46, 125, 125, 0, 0, 0, 0, 46, 125 -po/be.po, 27, 70, 84, 0, 0, 0, 0, 27, 70 -po/mai.po, 57, 161, 174, 0, 0, 0, 0, 57, 161 -po/et.gmo, 27, 70, 58, 0, 0, 0, 0, 27, 70 -po/sr.po, 38, 81, 81, 0, 0, 0, 0, 38, 81 -po/si.gmo, 58, 165, 176, 0, 0, 0, 0, 58, 165 -po/en_CA.gmo, 49, 136, 135, 0, 0, 0, 0, 49, 136 -po/sr.gmo, 38, 81, 81, 0, 0, 0, 0, 38, 81 -po/te.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/ms.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/et.po, 27, 70, 58, 0, 0, 0, 0, 27, 70 -po/vi.gmo, 38, 81, 143, 0, 0, 0, 0, 38, 81 -po/zh_TW.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/ko.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/ro.gmo, 38, 81, 84, 0, 0, 0, 0, 38, 81 -po/yo.gmo, 42, 116, 152, 0, 0, 0, 0, 42, 116 -po/lv.gmo, 37, 80, 79, 0, 0, 0, 0, 37, 80 -po/xh.po, 36, 80, 85, 1, 15, 0, 0, 37, 95 -po/zu.gmo, 37, 95, 92, 0, 0, 0, 0, 37, 95 -po/fur.po, 37, 80, 86, 0, 0, 0, 0, 37, 80 -po/pl.po, 38, 81, 79, 0, 0, 0, 0, 38, 81 -po/zh_CN.po, 27, 70, 33, 0, 0, 0, 0, 27, 70 -po/crh.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/csb.gmo, 37, 95, 87, 0, 0, 0, 0, 37, 95 -po/en@shaw.gmo, 46, 125, 125, 0, 0, 0, 0, 46, 125 -po/sv.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/nn.gmo, 46, 125, 116, 0, 0, 0, 0, 46, 125 -po/kk.po, 37, 80, 66, 0, 0, 0, 0, 37, 80 -po/ia.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/tg.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/es.po, 38, 81, 91, 0, 0, 0, 0, 38, 81 -po/pt.gmo, 27, 70, 83, 0, 0, 0, 0, 27, 70 -po/ug.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/ne.gmo, 27, 70, 66, 0, 0, 0, 0, 27, 70 -po/uk.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/hy.gmo, 55, 151, 136, 0, 0, 0, 0, 55, 151 -po/ig.gmo, 42, 116, 121, 0, 0, 0, 0, 42, 116 -po/ru.po, 38, 81, 75, 0, 0, 0, 0, 38, 81 -po/gv.po, 36, 84, 92, 0, 0, 10, 41, 46, 125 -po/nl.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/io.po, 44, 86, 90, 0, 0, 14, 79, 58, 165 -po/ar.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/bg.po, 27, 70, 81, 0, 0, 0, 0, 27, 70 -po/dz.gmo, 58, 165, 88, 0, 0, 0, 0, 58, 165 -po/zh_TW.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/tr.po, 38, 81, 74, 0, 0, 0, 0, 38, 81 -po/eu.po, 37, 80, 72, 0, 0, 0, 0, 37, 80 -po/zh_HK.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/pa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/gnome-menus.pot, 0, 0, 0, 0, 0, 38, 81, 38, 81 -po/as.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/mn.gmo, 46, 125, 119, 0, 0, 0, 0, 46, 125 -po/en_GB.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/rw.gmo, 8, 8, 10, 0, 0, 0, 0, 8, 8 -po/kn.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/it.gmo, 38, 81, 86, 0, 0, 0, 0, 38, 81 -po/an.gmo, 27, 70, 79, 0, 0, 0, 0, 27, 70 -po/as.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/af.po, 27, 70, 59, 0, 0, 0, 0, 27, 70 -po/lo.po, 27, 70, 41, 0, 0, 0, 0, 27, 70 -po/el.po, 37, 80, 83, 0, 0, 0, 0, 37, 80 -po/cs.gmo, 38, 81, 78, 0, 0, 0, 0, 38, 81 -po/mg.po, 49, 136, 164, 0, 0, 0, 0, 49, 136 -po/en_CA.po, 49, 136, 135, 0, 0, 0, 0, 49, 136 -po/kab.gmo, 23, 65, 72, 0, 0, 0, 0, 23, 65 -po/mai.gmo, 57, 161, 174, 0, 0, 0, 0, 57, 161 -po/pl.gmo, 38, 81, 79, 0, 0, 0, 0, 38, 81 -po/ru.gmo, 38, 81, 75, 0, 0, 0, 0, 38, 81 -po/oc.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/is.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/rw.po, 8, 8, 10, 10, 45, 9, 15, 27, 68 -po/pa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/br.po, 57, 161, 190, 0, 0, 0, 0, 57, 161 -po/ku.po, 60, 167, 188, 0, 0, 0, 0, 60, 167 -po/fr.gmo, 38, 81, 90, 0, 0, 0, 0, 38, 81 -po/tr.gmo, 38, 81, 74, 0, 0, 0, 0, 38, 81 -po/hi.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/hy.po, 55, 151, 136, 1, 6, 0, 0, 56, 157 -po/lt.po, 37, 80, 75, 0, 0, 0, 0, 37, 80 -po/kn.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/hu.gmo, 38, 81, 71, 0, 0, 0, 0, 38, 81 -po/es.gmo, 38, 81, 91, 0, 0, 0, 0, 38, 81 -po/ms.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/crh.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/ast.gmo, 56, 157, 182, 0, 0, 0, 0, 56, 157 -po/be@latin.gmo, 58, 165, 150, 0, 0, 0, 0, 58, 165 -po/gu.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/bg.gmo, 27, 70, 81, 0, 0, 0, 0, 27, 70 -po/zu.po, 37, 95, 92, 0, 0, 0, 0, 37, 95 -po/th.po, 27, 70, 32, 0, 0, 0, 0, 27, 70 -po/an.po, 27, 70, 79, 0, 0, 0, 0, 27, 70 -po/ak.po, 27, 70, 74, 0, 0, 0, 0, 27, 70 -po/ig.po, 42, 116, 121, 5, 15, 9, 26, 56, 157 -po/ky.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/nn.po, 46, 125, 116, 0, 0, 0, 0, 46, 125 -po/bn.gmo, 37, 95, 94, 0, 0, 0, 0, 37, 95 -po/mr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/uz@cyrillic.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/szl.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/id.po, 38, 81, 82, 0, 0, 0, 0, 38, 81 -po/fr.po, 38, 81, 90, 0, 0, 0, 0, 38, 81 -po/ml.po, 27, 70, 56, 0, 0, 0, 0, 27, 70 -po/sl.po, 37, 80, 82, 0, 0, 0, 0, 37, 80 -po/xh.gmo, 36, 80, 85, 0, 0, 0, 0, 36, 80 -po/gl.po, 37, 80, 93, 0, 0, 0, 0, 37, 80 -po/ast.po, 56, 157, 182, 0, 0, 0, 0, 56, 157 -po/ka.po, 49, 136, 119, 0, 0, 0, 0, 49, 136 -po/ta.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/cs.po, 38, 81, 78, 0, 0, 0, 0, 38, 81 -po/fur.gmo, 37, 80, 86, 0, 0, 0, 0, 37, 80 -po/mk.po, 58, 165, 192, 0, 0, 0, 0, 58, 165 -po/sq.po, 58, 165, 186, 0, 0, 0, 0, 58, 165 -po/sr@latin.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 diff --git a/results/f30/gnome-online-accounts-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-online-accounts-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0cd25d6..0000000 --- a/results/f30/gnome-online-accounts-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' diff --git a/results/f30/gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index d4c5d15..0000000 --- a/results/f30/gnome-online-accounts-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,149 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/an.gmo, 153, 706, 955, 0, 0, 0, 0, 153, 706 -po/eo.gmo, 145, 652, 628, 0, 0, 0, 0, 145, 652 -po/ko.gmo, 155, 693, 626, 0, 0, 0, 0, 155, 693 -po/mk.gmo, 57, 321, 364, 0, 0, 0, 0, 57, 321 -po/eo.po, 145, 652, 628, 1, 6, 0, 0, 146, 658 -po/el.gmo, 155, 693, 719, 0, 0, 0, 0, 155, 693 -po/cs.gmo, 155, 693, 656, 0, 0, 0, 0, 155, 693 -po/sl.gmo, 155, 693, 712, 0, 0, 0, 0, 155, 693 -po/sr.po, 155, 693, 702, 0, 0, 0, 0, 155, 693 -po/or.po, 147, 692, 722, 0, 0, 0, 0, 147, 692 -po/fi.gmo, 113, 414, 324, 0, 0, 0, 0, 113, 414 -po/es.po, 155, 693, 889, 0, 0, 0, 0, 155, 693 -po/bg.po, 154, 680, 794, 0, 0, 0, 0, 154, 680 -po/ca.po, 155, 693, 938, 0, 0, 0, 0, 155, 693 -po/kab.gmo, 120, 496, 592, 0, 0, 0, 0, 120, 496 -po/pl.po, 155, 693, 709, 0, 0, 0, 0, 155, 693 -po/tr.gmo, 155, 693, 586, 0, 0, 0, 0, 155, 693 -po/ml.gmo, 146, 658, 525, 0, 0, 0, 0, 146, 658 -po/uk.gmo, 157, 714, 670, 0, 0, 0, 0, 157, 714 -po/ml.po, 146, 658, 525, 0, 0, 0, 0, 146, 658 -po/hu.gmo, 155, 693, 704, 0, 0, 0, 0, 155, 693 -po/de.gmo, 155, 693, 708, 0, 0, 0, 0, 155, 693 -po/fur.po, 155, 693, 848, 0, 0, 0, 0, 155, 693 -po/gl.gmo, 155, 693, 893, 0, 0, 0, 0, 155, 693 -po/et.gmo, 111, 445, 382, 0, 0, 0, 0, 111, 445 -po/lt.gmo, 155, 693, 564, 0, 0, 0, 0, 155, 693 -po/mr.po, 147, 692, 655, 0, 0, 0, 0, 147, 692 -po/hr.gmo, 155, 693, 652, 0, 0, 0, 0, 155, 693 -po/hr.po, 155, 693, 652, 0, 0, 0, 0, 155, 693 -po/ne.gmo, 152, 670, 629, 0, 0, 0, 0, 152, 670 -po/zh_CN.po, 155, 693, 251, 0, 0, 0, 0, 155, 693 -po/id.po, 155, 693, 683, 0, 0, 0, 0, 155, 693 -po/ca@valencia.gmo, 154, 680, 930, 0, 0, 0, 0, 154, 680 -po/th.po, 157, 715, 292, 0, 0, 0, 0, 157, 715 -po/nl.gmo, 155, 693, 721, 0, 0, 0, 0, 155, 693 -po/kab.po, 120, 496, 592, 0, 0, 25, 161, 145, 657 -po/es.gmo, 155, 693, 889, 0, 0, 0, 0, 155, 693 -po/hi.gmo, 147, 692, 845, 0, 0, 0, 0, 147, 692 -po/ta.gmo, 147, 692, 626, 0, 0, 0, 0, 147, 692 -po/kk.gmo, 155, 693, 622, 0, 0, 0, 0, 155, 693 -po/kk.po, 155, 693, 622, 0, 0, 0, 0, 155, 693 -po/oc.po, 146, 658, 840, 0, 0, 0, 0, 146, 658 -po/ja.gmo, 136, 604, 238, 0, 0, 0, 0, 136, 604 -po/tr.po, 155, 693, 586, 0, 0, 0, 0, 155, 693 -po/ar.gmo, 94, 346, 353, 0, 0, 0, 0, 94, 346 -po/he.po, 154, 690, 682, 0, 0, 0, 0, 154, 690 -po/kn.gmo, 147, 692, 616, 0, 0, 0, 0, 147, 692 -po/eu.po, 145, 657, 620, 0, 0, 0, 0, 145, 657 -po/ta.po, 147, 692, 626, 0, 0, 0, 0, 147, 692 -po/en_GB.po, 155, 693, 697, 0, 0, 0, 0, 155, 693 -po/pt.gmo, 154, 705, 785, 0, 0, 0, 0, 154, 705 -po/hi.po, 147, 692, 845, 0, 0, 0, 0, 147, 692 -po/bs.po, 147, 687, 695, 0, 0, 0, 0, 147, 687 -po/as.gmo, 147, 692, 739, 0, 0, 0, 0, 147, 692 -po/te.po, 147, 692, 599, 0, 0, 0, 0, 147, 692 -po/pt_BR.gmo, 155, 693, 835, 0, 0, 0, 0, 155, 693 -po/be.gmo, 146, 658, 656, 0, 0, 0, 0, 146, 658 -po/be.po, 146, 658, 656, 0, 0, 0, 0, 146, 658 -po/af.gmo, 53, 136, 145, 0, 0, 0, 0, 53, 136 -po/da.gmo, 155, 693, 669, 0, 0, 0, 0, 155, 693 -po/sv.po, 155, 693, 666, 0, 0, 0, 0, 155, 693 -po/is.gmo, 112, 369, 372, 0, 0, 0, 0, 112, 369 -po/de.po, 155, 693, 708, 0, 0, 0, 0, 155, 693 -po/it.gmo, 155, 693, 759, 0, 0, 0, 0, 155, 693 -po/ca@valencia.po, 154, 680, 930, 0, 0, 0, 0, 154, 680 -po/zh_TW.gmo, 155, 693, 243, 0, 0, 0, 0, 155, 693 -po/el.po, 155, 693, 719, 0, 0, 0, 0, 155, 693 -po/pl.gmo, 155, 693, 709, 0, 0, 0, 0, 155, 693 -po/fa.po, 154, 680, 773, 0, 0, 0, 0, 154, 680 -po/an.po, 153, 706, 955, 0, 0, 0, 0, 153, 706 -po/ru.po, 155, 693, 683, 0, 0, 0, 0, 155, 693 -po/mr.gmo, 147, 692, 655, 0, 0, 0, 0, 147, 692 -po/sr@latin.gmo, 155, 693, 702, 0, 0, 0, 0, 155, 693 -po/gnome-online-accounts.pot, 0, 0, 0, 0, 0, 145, 657, 145, 657 -po/oc.gmo, 146, 658, 840, 0, 0, 0, 0, 146, 658 -po/tg.gmo, 147, 687, 741, 0, 0, 0, 0, 147, 687 -po/zh_CN.gmo, 155, 693, 251, 0, 0, 0, 0, 155, 693 -po/gl.po, 155, 693, 893, 0, 0, 0, 0, 155, 693 -po/lt.po, 155, 693, 564, 0, 0, 0, 0, 155, 693 -po/ug.po, 151, 795, 768, 0, 0, 0, 0, 151, 795 -po/ms.po, 54, 304, 326, 0, 0, 0, 0, 54, 304 -po/km.po, 146, 688, 288, 0, 0, 0, 0, 146, 688 -po/mk.po, 57, 321, 364, 0, 0, 0, 0, 57, 321 -po/he.gmo, 154, 690, 682, 0, 0, 0, 0, 154, 690 -po/sv.gmo, 155, 693, 666, 0, 0, 0, 0, 155, 693 -po/lv.po, 155, 693, 620, 0, 0, 0, 0, 155, 693 -po/tg.po, 147, 687, 741, 0, 0, 0, 0, 147, 687 -po/gu.po, 153, 699, 752, 0, 0, 0, 0, 153, 699 -po/id.gmo, 155, 693, 683, 0, 0, 0, 0, 155, 693 -po/bn_IN.gmo, 130, 655, 686, 0, 0, 0, 0, 130, 655 -po/sl.po, 155, 693, 712, 0, 0, 0, 0, 155, 693 -po/bn_IN.po, 130, 655, 686, 0, 0, 0, 0, 130, 655 -po/da.po, 155, 693, 669, 0, 0, 0, 0, 155, 693 -po/km.gmo, 146, 688, 288, 0, 0, 0, 0, 146, 688 -po/ast.po, 54, 304, 361, 0, 0, 0, 0, 54, 304 -po/ro.po, 155, 693, 782, 0, 0, 0, 0, 155, 693 -po/or.gmo, 147, 692, 722, 0, 0, 0, 0, 147, 692 -po/fr.po, 146, 658, 838, 0, 0, 0, 0, 146, 658 -po/ms.gmo, 54, 304, 326, 0, 0, 0, 0, 54, 304 -po/ja.po, 136, 604, 238, 1, 3, 8, 50, 145, 657 -po/bg.gmo, 154, 680, 794, 0, 0, 0, 0, 154, 680 -po/it.po, 155, 693, 759, 0, 0, 0, 0, 155, 693 -po/ar.po, 94, 346, 353, 16, 93, 36, 219, 146, 658 -po/as.po, 147, 692, 739, 0, 0, 0, 0, 147, 692 -po/pa.po, 147, 692, 821, 0, 0, 0, 0, 147, 692 -po/zh_HK.gmo, 147, 692, 241, 0, 0, 0, 0, 147, 692 -po/nl.po, 155, 693, 721, 0, 0, 0, 0, 155, 693 -po/nb.po, 152, 660, 662, 0, 0, 2, 30, 154, 690 -po/is.po, 112, 369, 372, 0, 0, 34, 289, 146, 658 -po/af.po, 53, 136, 145, 7, 19, 95, 538, 155, 693 -po/eu.gmo, 145, 657, 620, 0, 0, 0, 0, 145, 657 -po/bs.gmo, 147, 687, 695, 0, 0, 0, 0, 147, 687 -po/ru.gmo, 155, 693, 683, 0, 0, 0, 0, 155, 693 -po/gu.gmo, 153, 699, 752, 0, 0, 0, 0, 153, 699 -po/ga.gmo, 88, 310, 358, 0, 0, 0, 0, 88, 310 -po/ro.gmo, 155, 693, 782, 0, 0, 0, 0, 155, 693 -po/kn.po, 147, 692, 616, 0, 0, 0, 0, 147, 692 -po/pt.po, 154, 705, 785, 0, 0, 0, 0, 154, 705 -po/ca.gmo, 155, 693, 938, 0, 0, 0, 0, 155, 693 -po/pa.gmo, 147, 692, 821, 0, 0, 0, 0, 147, 692 -po/zh_TW.po, 155, 693, 243, 0, 0, 0, 0, 155, 693 -po/ne.po, 152, 670, 629, 0, 0, 0, 0, 152, 670 -po/sk.gmo, 155, 693, 708, 0, 0, 0, 0, 155, 693 -po/th.gmo, 157, 715, 292, 0, 0, 0, 0, 157, 715 -po/zh_HK.po, 147, 692, 241, 0, 0, 0, 0, 147, 692 -po/ug.gmo, 151, 795, 768, 0, 0, 0, 0, 151, 795 -po/ko.po, 155, 693, 626, 0, 0, 0, 0, 155, 693 -po/et.po, 111, 445, 382, 23, 139, 10, 44, 144, 628 -po/vi.gmo, 155, 693, 1051, 0, 0, 0, 0, 155, 693 -po/lv.gmo, 155, 693, 620, 0, 0, 0, 0, 155, 693 -po/cs.po, 155, 693, 656, 0, 0, 0, 0, 155, 693 -po/sk.po, 155, 693, 708, 0, 0, 0, 0, 155, 693 -po/sr.gmo, 155, 693, 702, 0, 0, 0, 0, 155, 693 -po/gd.gmo, 146, 658, 903, 0, 0, 0, 0, 146, 658 -po/ga.po, 88, 310, 358, 0, 0, 54, 398, 142, 708 -po/fi.po, 113, 414, 324, 7, 59, 25, 184, 145, 657 -po/pt_BR.po, 155, 693, 835, 0, 0, 0, 0, 155, 693 -po/gd.po, 146, 658, 903, 0, 0, 0, 0, 146, 658 -po/fr.gmo, 146, 658, 838, 0, 0, 0, 0, 146, 658 -po/sr@latin.po, 155, 693, 702, 0, 0, 0, 0, 155, 693 -po/fur.gmo, 155, 693, 848, 0, 0, 0, 0, 155, 693 -po/ast.gmo, 54, 304, 361, 0, 0, 0, 0, 54, 304 -po/hu.po, 155, 693, 704, 0, 0, 0, 0, 155, 693 -po/uk.po, 157, 714, 670, 0, 0, 0, 0, 157, 714 -po/te.gmo, 147, 692, 599, 0, 0, 0, 0, 147, 692 -po/nb.gmo, 152, 660, 662, 0, 0, 0, 0, 152, 660 -po/en_GB.gmo, 155, 693, 697, 0, 0, 0, 0, 155, 693 -po/vi.po, 155, 693, 1051, 0, 0, 0, 0, 155, 693 diff --git a/results/f30/gnome-photos-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-photos-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 9aad309..0000000 --- a/results/f30/gnome-photos-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,24 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-photos.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-album.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/selection-mode.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/logo1.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/img-properties.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/img-delete.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/favorites-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/background-set.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/album-delete.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/album-create.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0f4ca49..0000000 --- a/results/f30/gnome-photos-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,79 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 46, 457, 441, 0, 0, 0, 0, 46, 457 -help/ro/ro.po, 46, 457, 468, 0, 0, 0, 0, 46, 457 -help/pt_BR/pt_BR.po, 46, 457, 456, 0, 0, 0, 0, 46, 457 -help/pl/pl.po, 46, 457, 373, 0, 0, 0, 0, 46, 457 -help/nl/nl.po, 46, 457, 451, 0, 0, 0, 0, 46, 457 -help/ko/ko.po, 46, 457, 310, 0, 0, 0, 0, 46, 457 -help/hu/hu.po, 46, 457, 394, 0, 0, 0, 0, 46, 457 -help/gl/gl.po, 46, 457, 446, 0, 0, 0, 0, 46, 457 -help/fur/fur.po, 45, 451, 474, 0, 0, 1, 6, 46, 457 -help/fr/fr.po, 46, 457, 457, 0, 0, 0, 0, 46, 457 -help/es/es.po, 46, 457, 461, 0, 0, 0, 0, 46, 457 -help/el/el.po, 46, 457, 487, 0, 0, 0, 0, 46, 457 -help/de/de.po, 46, 457, 477, 0, 0, 0, 0, 46, 457 -help/da/da.po, 46, 457, 430, 0, 0, 0, 0, 46, 457 -help/cs/cs.po, 46, 457, 415, 0, 0, 0, 0, 46, 457 -help/ca/ca.po, 46, 457, 476, 0, 0, 0, 0, 46, 457 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 219, 572, 285, 0, 0, 0, 0, 219, 572 -po/zh_HK.po, 125, 354, 161, 0, 0, 0, 0, 125, 354 -po/zh_CN.po, 216, 535, 309, 0, 0, 0, 0, 216, 535 -po/vi.po, 219, 572, 833, 0, 0, 0, 0, 219, 572 -po/uk.po, 191, 459, 459, 0, 0, 0, 0, 191, 459 -po/tr.po, 219, 572, 543, 0, 0, 0, 0, 219, 572 -po/tg.po, 127, 377, 433, 0, 0, 0, 0, 127, 377 -po/te.po, 120, 344, 326, 0, 0, 0, 0, 120, 344 -po/sv.po, 219, 572, 592, 0, 0, 0, 0, 219, 572 -po/sr@latin.po, 216, 535, 615, 0, 0, 0, 0, 216, 535 -po/sr.po, 219, 572, 656, 0, 0, 0, 0, 219, 572 -po/sl.po, 219, 572, 630, 0, 0, 0, 0, 219, 572 -po/sk.po, 216, 535, 569, 0, 0, 0, 0, 216, 535 -po/ru.po, 219, 572, 612, 0, 0, 0, 0, 219, 572 -po/ro.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -po/pt_BR.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -po/pt.po, 187, 448, 493, 0, 0, 0, 0, 187, 448 -po/pl.po, 219, 572, 585, 0, 0, 0, 0, 219, 572 -po/pa.po, 180, 428, 530, 0, 0, 0, 0, 180, 428 -po/oc.po, 187, 448, 536, 0, 0, 0, 0, 187, 448 -po/nl.po, 219, 572, 586, 0, 0, 0, 0, 219, 572 -po/ne.po, 86, 153, 172, 25, 83, 14, 118, 125, 354 -po/nb.po, 198, 473, 481, 0, 0, 0, 0, 198, 473 -po/ml.po, 218, 561, 536, 0, 0, 0, 0, 218, 561 -po/lv.po, 219, 572, 564, 0, 0, 0, 0, 219, 572 -po/lt.po, 219, 572, 551, 0, 0, 0, 0, 219, 572 -po/ko.po, 219, 572, 523, 0, 0, 0, 0, 219, 572 -po/kn.po, 84, 158, 181, 0, 0, 16, 143, 100, 301 -po/km.po, 0, 0, 0, 0, 0, 117, 332, 117, 332 -po/kk.po, 219, 572, 541, 0, 0, 0, 0, 219, 572 -po/ja.po, 174, 419, 233, 0, 0, 5, 5, 179, 424 -po/it.po, 219, 572, 613, 0, 0, 0, 0, 219, 572 -po/is.po, 217, 556, 604, 0, 0, 0, 0, 217, 556 -po/id.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -po/hu.po, 219, 572, 561, 0, 0, 0, 0, 219, 572 -po/hr.po, 217, 556, 564, 0, 0, 0, 0, 217, 556 -po/he.po, 187, 448, 437, 0, 0, 0, 0, 187, 448 -po/gu.po, 73, 135, 168, 1, 1, 117, 323, 191, 459 -po/gl.po, 219, 572, 655, 0, 0, 0, 0, 219, 572 -po/gd.po, 198, 473, 661, 0, 0, 0, 0, 198, 473 -po/ga.po, 94, 217, 255, 0, 0, 3, 9, 97, 226 -po/fur.po, 219, 572, 641, 0, 0, 0, 0, 219, 572 -po/fr.po, 219, 572, 686, 0, 0, 0, 0, 219, 572 -po/fi.po, 219, 572, 486, 0, 0, 0, 0, 219, 572 -po/fa.po, 198, 473, 542, 0, 0, 0, 0, 198, 473 -po/eu.po, 219, 572, 553, 0, 0, 0, 0, 219, 572 -po/et.po, 100, 301, 256, 0, 0, 0, 0, 100, 301 -po/es.po, 219, 572, 660, 0, 0, 0, 0, 219, 572 -po/eo.po, 217, 556, 552, 0, 0, 0, 0, 217, 556 -po/en_GB.po, 217, 556, 559, 0, 0, 0, 0, 217, 556 -po/el.po, 219, 572, 636, 0, 0, 0, 0, 219, 572 -po/de.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -po/da.po, 219, 572, 569, 0, 0, 0, 0, 219, 572 -po/cs.po, 219, 572, 617, 0, 0, 0, 0, 219, 572 -po/ca@valencia.po, 198, 473, 572, 0, 0, 0, 0, 198, 473 -po/ca.po, 219, 572, 679, 0, 0, 0, 0, 219, 572 -po/bs.po, 126, 379, 379, 0, 0, 0, 0, 126, 379 -po/bg.po, 104, 304, 352, 0, 0, 0, 0, 104, 304 -po/as.po, 125, 354, 403, 0, 0, 0, 0, 125, 354 -po/ar.po, 196, 467, 508, 0, 0, 4, 30, 200, 497 -po/an.po, 127, 377, 430, 0, 0, 0, 0, 127, 377 diff --git a/results/f30/gnome-screenshot-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-screenshot-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gnome-screenshot-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index a2473fa..0000000 --- a/results/f30/gnome-screenshot-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,97 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 79, 458, 112, 0, 0, 0, 0, 79, 458 -po/zh_HK.po, 75, 354, 97, 0, 0, 0, 0, 75, 354 -po/zh_CN.po, 79, 456, 154, 0, 0, 0, 0, 79, 456 -po/xh.po, 50, 241, 208, 6, 43, 0, 0, 56, 284 -po/wa.po, 1, 0, 0, 9, 27, 49, 292, 59, 319 -po/vi.po, 78, 455, 589, 0, 0, 0, 0, 78, 455 -po/uk.po, 78, 455, 399, 0, 0, 0, 0, 78, 455 -po/ug.po, 71, 343, 303, 0, 0, 0, 0, 71, 343 -po/tr.po, 79, 458, 391, 0, 0, 0, 0, 79, 458 -po/th.po, 78, 455, 152, 0, 0, 0, 0, 78, 455 -po/tg.po, 78, 455, 447, 0, 0, 0, 0, 78, 455 -po/te.po, 75, 354, 289, 0, 0, 0, 0, 75, 354 -po/ta.po, 75, 354, 306, 0, 0, 0, 0, 75, 354 -po/sv.po, 79, 458, 442, 0, 0, 0, 0, 79, 458 -po/sr@latin.po, 80, 457, 447, 0, 0, 0, 0, 80, 457 -po/sr.po, 79, 458, 448, 0, 0, 0, 0, 79, 458 -po/sq.po, 11, 43, 52, 33, 168, 15, 108, 59, 319 -po/sl.po, 79, 458, 429, 0, 0, 0, 0, 79, 458 -po/sk.po, 80, 457, 433, 0, 0, 0, 0, 80, 457 -po/si.po, 20, 46, 45, 12, 41, 27, 232, 59, 319 -po/rw.po, 1, 0, 0, 36, 199, 22, 120, 59, 319 -po/ru.po, 79, 458, 404, 0, 0, 0, 0, 79, 458 -po/ro.po, 79, 458, 499, 0, 0, 0, 0, 79, 458 -po/pt_BR.po, 79, 458, 625, 0, 0, 0, 0, 79, 458 -po/pt.po, 78, 455, 539, 0, 0, 0, 0, 78, 455 -po/ps.po, 30, 91, 101, 14, 79, 15, 149, 59, 319 -po/pl.po, 79, 458, 451, 0, 0, 0, 0, 79, 458 -po/pa.po, 78, 455, 471, 0, 0, 0, 0, 78, 455 -po/or.po, 75, 354, 360, 0, 0, 0, 0, 75, 354 -po/oc.po, 78, 455, 543, 0, 0, 0, 0, 78, 455 -po/nn.po, 34, 143, 141, 18, 113, 7, 63, 59, 319 -po/nl.po, 79, 458, 458, 0, 0, 0, 0, 79, 458 -po/ne.po, 80, 457, 402, 0, 0, 0, 0, 80, 457 -po/nds.po, 14, 28, 24, 3, 8, 42, 283, 59, 319 -po/nb.po, 80, 457, 422, 0, 0, 0, 0, 80, 457 -po/ms.po, 1, 0, 0, 7, 22, 51, 297, 59, 319 -po/mr.po, 75, 354, 317, 0, 0, 0, 0, 75, 354 -po/mn.po, 1, 0, 0, 7, 22, 51, 297, 59, 319 -po/ml.po, 79, 456, 374, 0, 0, 0, 0, 79, 456 -po/mk.po, 42, 187, 213, 15, 106, 2, 26, 59, 319 -po/mg.po, 18, 66, 66, 28, 167, 13, 86, 59, 319 -po/mai.po, 22, 77, 76, 12, 82, 25, 160, 59, 319 -po/lv.po, 79, 458, 361, 0, 0, 0, 0, 79, 458 -po/lt.po, 79, 458, 384, 0, 0, 0, 0, 79, 458 -po/ku.po, 20, 68, 75, 20, 117, 19, 134, 59, 319 -po/ko.po, 79, 458, 362, 0, 0, 0, 0, 79, 458 -po/kn.po, 75, 354, 311, 0, 0, 0, 0, 75, 354 -po/km.po, 75, 359, 126, 0, 0, 0, 0, 75, 359 -po/kk.po, 79, 458, 378, 0, 0, 0, 0, 79, 458 -po/ka.po, 17, 63, 51, 28, 166, 14, 90, 59, 319 -po/ja.po, 78, 455, 123, 0, 0, 1, 3, 79, 458 -po/it.po, 79, 458, 468, 0, 0, 0, 0, 79, 458 -po/is.po, 80, 457, 478, 0, 0, 0, 0, 80, 457 -po/id.po, 79, 458, 435, 0, 0, 0, 0, 79, 458 -po/hu.po, 79, 458, 455, 0, 0, 0, 0, 79, 458 -po/hr.po, 79, 456, 427, 0, 0, 0, 0, 79, 456 -po/hi.po, 75, 354, 384, 0, 0, 0, 0, 75, 354 -po/he.po, 78, 455, 456, 0, 0, 0, 0, 78, 455 -po/gu.po, 78, 455, 440, 0, 0, 0, 0, 78, 455 -po/gl.po, 79, 458, 611, 0, 0, 0, 0, 79, 458 -po/gd.po, 80, 457, 595, 0, 0, 0, 0, 80, 457 -po/ga.po, 36, 102, 119, 1, 2, 34, 247, 71, 351 -po/fur.po, 79, 458, 536, 0, 0, 0, 0, 79, 458 -po/fr.po, 79, 458, 632, 0, 0, 0, 0, 79, 458 -po/fi.po, 79, 458, 353, 0, 0, 0, 0, 79, 458 -po/fa.po, 80, 457, 468, 0, 0, 0, 0, 80, 457 -po/eu.po, 80, 457, 365, 0, 0, 0, 0, 80, 457 -po/et.po, 71, 351, 296, 0, 0, 0, 0, 71, 351 -po/es.po, 79, 458, 542, 0, 0, 0, 0, 79, 458 -po/eo.po, 79, 456, 443, 0, 0, 0, 0, 79, 456 -po/en_GB.po, 78, 455, 458, 0, 0, 0, 0, 78, 455 -po/en_CA.po, 14, 55, 55, 29, 171, 16, 93, 59, 319 -po/en@shaw.po, 29, 144, 144, 30, 175, 0, 0, 59, 319 -po/el.po, 79, 458, 525, 0, 0, 0, 0, 79, 458 -po/dz.po, 34, 143, 56, 19, 116, 6, 60, 59, 319 -po/de.po, 79, 458, 429, 0, 0, 0, 0, 79, 458 -po/da.po, 79, 458, 454, 0, 0, 0, 0, 79, 458 -po/cy.po, 19, 74, 72, 29, 170, 11, 75, 59, 319 -po/cs.po, 79, 458, 419, 0, 0, 0, 0, 79, 458 -po/crh.po, 71, 343, 307, 0, 0, 0, 0, 71, 343 -po/ca@valencia.po, 80, 457, 570, 0, 0, 0, 0, 80, 457 -po/ca.po, 79, 456, 569, 0, 0, 0, 0, 79, 456 -po/bs.po, 78, 455, 425, 0, 0, 0, 0, 78, 455 -po/br.po, 50, 263, 311, 9, 56, 0, 0, 59, 319 -po/bn_IN.po, 75, 354, 416, 0, 0, 0, 0, 75, 354 -po/bn.po, 50, 263, 300, 9, 56, 0, 0, 59, 319 -po/bg.po, 64, 326, 401, 0, 0, 0, 0, 64, 326 -po/be@latin.po, 42, 187, 165, 15, 106, 2, 26, 59, 319 -po/be.po, 80, 457, 394, 0, 0, 0, 0, 80, 457 -po/az.po, 1, 0, 0, 7, 22, 51, 297, 59, 319 -po/ast.po, 58, 306, 333, 1, 13, 0, 0, 59, 319 -po/as.po, 75, 354, 367, 0, 0, 0, 0, 75, 354 -po/ar.po, 76, 355, 320, 0, 0, 0, 0, 76, 355 -po/an.po, 78, 455, 518, 0, 0, 0, 0, 78, 455 -po/am.po, 1, 0, 0, 5, 13, 53, 306, 59, 319 -po/af.po, 80, 457, 477, 0, 0, 0, 0, 80, 457 diff --git a/results/f30/gnome-session-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-session-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 79d1f16..0000000 --- a/results/f30/gnome-session-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.pre-git) diff --git a/results/f30/gnome-session-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-session-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0c7753c..0000000 --- a/results/f30/gnome-session-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,110 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 100, 513, 424, 1, 3, 0, 0, 101, 516 -po/zh_TW.po, 58, 364, 111, 0, 0, 0, 0, 58, 364 -po/zh_HK.po, 87, 431, 145, 0, 0, 0, 0, 87, 431 -po/zh_CN.po, 50, 299, 96, 0, 0, 0, 0, 50, 299 -po/yo.po, 20, 117, 148, 28, 86, 65, 519, 113, 722 -po/xh.po, 99, 498, 397, 1, 8, 1, 27, 101, 533 -po/wa.po, 101, 533, 712, 0, 0, 0, 0, 101, 533 -po/vi.po, 58, 364, 521, 0, 0, 0, 0, 58, 364 -po/uz@cyrillic.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -po/uz.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -po/uk.po, 59, 319, 287, 0, 0, 0, 0, 59, 319 -po/ug.po, 110, 563, 463, 0, 0, 0, 0, 110, 563 -po/tr.po, 58, 364, 307, 0, 0, 0, 0, 58, 364 -po/tk.po, 26, 44, 44, 0, 0, 75, 472, 101, 516 -po/th.po, 59, 319, 119, 0, 0, 0, 0, 59, 319 -po/tg.po, 60, 327, 368, 0, 0, 0, 0, 60, 327 -po/te.po, 59, 323, 290, 0, 0, 0, 0, 59, 323 -po/ta.po, 59, 323, 293, 0, 0, 0, 0, 59, 323 -po/sv.po, 58, 364, 342, 0, 0, 0, 0, 58, 364 -po/sr@latin.po, 50, 299, 310, 0, 0, 0, 0, 50, 299 -po/sr.po, 58, 364, 379, 0, 0, 0, 0, 58, 364 -po/sq.po, 115, 811, 885, 0, 0, 0, 0, 115, 811 -po/sl.po, 58, 364, 350, 0, 0, 0, 0, 58, 364 -po/sk.po, 50, 299, 295, 0, 0, 0, 0, 50, 299 -po/si.po, 115, 811, 757, 0, 0, 0, 0, 115, 811 -po/rw.po, 12, 13, 16, 69, 480, 20, 40, 101, 533 -po/ru.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -po/ro.po, 58, 364, 395, 0, 0, 0, 0, 58, 364 -po/pt_BR.po, 58, 364, 426, 0, 0, 0, 0, 58, 364 -po/pt.po, 59, 319, 370, 0, 0, 0, 0, 59, 319 -po/ps.po, 70, 244, 255, 0, 0, 43, 435, 113, 679 -po/pl.po, 58, 364, 337, 0, 0, 0, 0, 58, 364 -po/pa.po, 50, 299, 319, 0, 0, 0, 0, 50, 299 -po/or.po, 59, 323, 343, 0, 0, 0, 0, 59, 323 -po/oc.po, 50, 299, 333, 0, 0, 0, 0, 50, 299 -po/nso.po, 100, 513, 736, 1, 3, 0, 0, 101, 516 -po/nn.po, 97, 489, 455, 0, 0, 0, 0, 97, 489 -po/nl.po, 58, 364, 370, 0, 0, 0, 0, 58, 364 -po/ne.po, 32, 90, 94, 0, 0, 18, 209, 50, 299 -po/nds.po, 68, 209, 176, 0, 0, 43, 429, 111, 638 -po/nb.po, 50, 299, 294, 0, 0, 0, 0, 50, 299 -po/ms.po, 59, 323, 307, 0, 0, 0, 0, 59, 323 -po/mr.po, 59, 323, 320, 0, 0, 0, 0, 59, 323 -po/mn.po, 100, 513, 408, 1, 3, 0, 0, 101, 516 -po/ml.po, 58, 364, 294, 0, 0, 0, 0, 58, 364 -po/mk.po, 114, 714, 793, 0, 0, 0, 0, 114, 714 -po/mi.po, 6, 8, 8, 0, 0, 95, 508, 101, 516 -po/mg.po, 106, 571, 586, 0, 0, 0, 0, 106, 571 -po/mai.po, 61, 267, 283, 0, 0, 50, 371, 111, 638 -po/lv.po, 58, 364, 306, 0, 0, 0, 0, 58, 364 -po/lt.po, 58, 364, 291, 0, 0, 0, 0, 58, 364 -po/ku.po, 46, 208, 196, 19, 56, 49, 450, 114, 714 -po/ko.po, 58, 364, 283, 0, 0, 0, 0, 58, 364 -po/kn.po, 59, 323, 285, 0, 0, 0, 0, 59, 323 -po/km.po, 59, 323, 168, 0, 0, 0, 0, 59, 323 -po/kk.po, 58, 364, 346, 0, 0, 0, 0, 58, 364 -po/kab.po, 49, 250, 247, 0, 0, 9, 114, 58, 364 -po/ka.po, 88, 434, 335, 0, 0, 26, 280, 114, 714 -po/ja.po, 56, 343, 107, 0, 0, 2, 21, 58, 364 -po/it.po, 58, 364, 379, 0, 0, 0, 0, 58, 364 -po/is.po, 58, 364, 382, 0, 0, 0, 0, 58, 364 -po/ig.po, 20, 117, 131, 28, 86, 65, 519, 113, 722 -po/id.po, 58, 364, 346, 0, 0, 0, 0, 58, 364 -po/hy.po, 103, 570, 546, 0, 0, 0, 0, 103, 570 -po/hu.po, 58, 364, 316, 0, 0, 0, 0, 58, 364 -po/hr.po, 58, 364, 341, 0, 0, 0, 0, 58, 364 -po/hi.po, 59, 323, 424, 0, 0, 0, 0, 59, 323 -po/he.po, 59, 319, 289, 0, 0, 0, 0, 59, 319 -po/ha.po, 20, 117, 153, 28, 86, 65, 519, 113, 722 -po/gu.po, 50, 298, 343, 0, 0, 0, 0, 50, 298 -po/gl.po, 58, 364, 407, 0, 0, 0, 0, 58, 364 -po/gd.po, 58, 364, 477, 0, 0, 0, 0, 58, 364 -po/ga.po, 78, 274, 361, 0, 0, 35, 401, 113, 675 -po/fy.po, 96, 448, 414, 0, 0, 0, 0, 96, 448 -po/fur.po, 58, 364, 420, 0, 0, 0, 0, 58, 364 -po/fr.po, 58, 364, 419, 0, 0, 0, 0, 58, 364 -po/fi.po, 55, 276, 219, 2, 21, 1, 67, 58, 364 -po/fa.po, 50, 299, 339, 0, 0, 0, 0, 50, 299 -po/eu.po, 58, 364, 344, 0, 0, 0, 0, 58, 364 -po/et.po, 50, 299, 257, 0, 0, 0, 0, 50, 299 -po/es.po, 58, 364, 420, 0, 0, 0, 0, 58, 364 -po/eo.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -po/en_GB.po, 50, 298, 298, 0, 0, 0, 0, 50, 298 -po/en_CA.po, 126, 888, 887, 0, 0, 0, 0, 126, 888 -po/en@shaw.po, 99, 556, 556, 12, 82, 0, 0, 111, 638 -po/el.po, 58, 364, 400, 0, 0, 0, 0, 58, 364 -po/dz.po, 130, 899, 348, 0, 0, 0, 0, 130, 899 -po/de.po, 58, 364, 366, 0, 0, 0, 0, 58, 364 -po/da.po, 58, 364, 343, 0, 0, 0, 0, 58, 364 -po/cy.po, 104, 569, 623, 0, 0, 0, 0, 104, 569 -po/csb.po, 92, 447, 413, 4, 27, 1, 1, 97, 475 -po/cs.po, 58, 364, 335, 0, 0, 0, 0, 58, 364 -po/crh.po, 110, 563, 503, 0, 0, 0, 0, 110, 563 -po/ca@valencia.po, 50, 299, 352, 0, 0, 0, 0, 50, 299 -po/ca.po, 58, 364, 416, 0, 0, 0, 0, 58, 364 -po/bs.po, 60, 327, 328, 0, 0, 0, 0, 60, 327 -po/br.po, 112, 668, 732, 1, 7, 0, 0, 113, 675 -po/bn_IN.po, 59, 323, 380, 0, 0, 0, 0, 59, 323 -po/bn.po, 92, 446, 500, 0, 0, 0, 0, 92, 446 -po/bg.po, 50, 299, 341, 0, 0, 0, 0, 50, 299 -po/be@latin.po, 108, 533, 461, 0, 0, 6, 181, 114, 714 -po/be.po, 58, 364, 332, 0, 0, 0, 0, 58, 364 -po/az.po, 100, 513, 427, 1, 3, 0, 0, 101, 516 -po/ast.po, 111, 711, 791, 1, 6, 1, 5, 113, 722 -po/as.po, 59, 323, 376, 0, 0, 0, 0, 59, 323 -po/ar.po, 58, 256, 217, 0, 0, 1, 67, 59, 323 -po/an.po, 59, 319, 368, 0, 0, 0, 0, 59, 319 -po/am.po, 52, 145, 143, 4, 11, 45, 360, 101, 516 -po/af.po, 50, 299, 309, 0, 0, 0, 0, 50, 299 diff --git a/results/f30/gnome-settings-daemon-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gnome-settings-daemon-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 8d0259f..0000000 --- a/results/f30/gnome-settings-daemon-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0902aae..0000000 --- a/results/f30/gnome-settings-daemon-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,97 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 47, 313, 257, 42, 196, 82, 525, 171, 1034 -po/zh_TW.po, 371, 2549, 601, 0, 0, 0, 0, 371, 2549 -po/zh_HK.po, 429, 2607, 645, 0, 0, 0, 0, 429, 2607 -po/zh_CN.po, 384, 2659, 578, 0, 0, 0, 0, 384, 2659 -po/xh.po, 47, 313, 251, 42, 196, 82, 525, 171, 1034 -po/wa.po, 6, 18, 27, 36, 94, 129, 922, 171, 1034 -po/vi.po, 406, 2416, 2967, 0, 0, 0, 0, 406, 2416 -po/uk.po, 416, 2494, 2142, 0, 0, 0, 0, 416, 2494 -po/ug.po, 575, 3618, 2937, 0, 0, 8, 87, 583, 3705 -po/tr.po, 371, 2549, 2191, 0, 0, 0, 0, 371, 2549 -po/th.po, 572, 3740, 1059, 0, 0, 0, 0, 572, 3740 -po/tg.po, 162, 401, 448, 0, 0, 439, 3297, 601, 3698 -po/te.po, 429, 2607, 2181, 0, 0, 0, 0, 429, 2607 -po/ta.po, 429, 2607, 2102, 0, 0, 0, 0, 429, 2607 -po/sv.po, 371, 2549, 2440, 0, 0, 0, 0, 371, 2549 -po/sr@latin.po, 370, 2547, 2480, 0, 0, 0, 0, 370, 2547 -po/sr.po, 371, 2549, 2493, 0, 0, 0, 0, 371, 2549 -po/sq.po, 70, 408, 399, 28, 120, 73, 506, 171, 1034 -po/sl.po, 371, 2549, 2505, 0, 0, 0, 0, 371, 2549 -po/sk.po, 349, 2281, 2116, 3, 28, 32, 350, 384, 2659 -po/si.po, 12, 21, 28, 13, 29, 146, 984, 171, 1034 -po/rw.po, 6, 6, 6, 76, 494, 89, 534, 171, 1034 -po/ru.po, 336, 2292, 2064, 0, 0, 0, 0, 336, 2292 -po/ro.po, 371, 2549, 2775, 0, 0, 0, 0, 371, 2549 -po/pt_BR.po, 371, 2549, 2888, 0, 0, 0, 0, 371, 2549 -po/pt.po, 406, 2416, 2740, 0, 0, 0, 0, 406, 2416 -po/pl.po, 371, 2549, 2398, 0, 0, 0, 0, 371, 2549 -po/pa.po, 429, 2607, 2927, 0, 0, 0, 0, 429, 2607 -po/or.po, 429, 2607, 2456, 0, 0, 0, 0, 429, 2607 -po/oc.po, 406, 2416, 2783, 0, 0, 0, 0, 406, 2416 -po/nso.po, 47, 313, 460, 42, 196, 82, 525, 171, 1034 -po/nn.po, 252, 1704, 1657, 0, 0, 3, 18, 255, 1722 -po/nl.po, 371, 2549, 2601, 0, 0, 0, 0, 371, 2549 -po/ne.po, 207, 967, 919, 100, 528, 77, 1164, 384, 2659 -po/nds.po, 54, 123, 98, 0, 0, 191, 1501, 245, 1624 -po/nb.po, 306, 1600, 1583, 6, 26, 72, 1033, 384, 2659 -po/ms.po, 37, 207, 187, 49, 218, 85, 609, 171, 1034 -po/mr.po, 429, 2607, 2318, 0, 0, 0, 0, 429, 2607 -po/mn.po, 70, 408, 328, 32, 129, 69, 497, 171, 1034 -po/ml.po, 290, 1678, 1295, 35, 257, 69, 981, 394, 2916 -po/mk.po, 551, 3749, 3960, 0, 0, 0, 0, 551, 3749 -po/mg.po, 70, 408, 391, 32, 129, 69, 497, 171, 1034 -po/mai.po, 68, 227, 263, 0, 0, 177, 1397, 245, 1624 -po/lv.po, 371, 2549, 2214, 0, 0, 0, 0, 371, 2549 -po/lt.po, 371, 2549, 2057, 0, 0, 0, 0, 371, 2549 -po/ku.po, 67, 369, 377, 39, 181, 65, 484, 171, 1034 -po/ko.po, 371, 2549, 1979, 0, 0, 0, 0, 371, 2549 -po/kn.po, 429, 2607, 2205, 0, 0, 0, 0, 429, 2607 -po/km.po, 572, 3740, 1282, 0, 0, 0, 0, 572, 3740 -po/kk.po, 286, 1410, 1288, 0, 0, 85, 1139, 371, 2549 -po/ka.po, 72, 436, 315, 33, 114, 66, 484, 171, 1034 -po/ja.po, 606, 3729, 962, 0, 0, 0, 0, 606, 3729 -po/it.po, 371, 2549, 2774, 0, 0, 0, 0, 371, 2549 -po/is.po, 288, 1378, 1404, 0, 0, 83, 1171, 371, 2549 -po/id.po, 371, 2549, 2339, 0, 0, 0, 0, 371, 2549 -po/hu.po, 371, 2549, 2131, 0, 0, 0, 0, 371, 2549 -po/hr.po, 371, 2549, 2378, 0, 0, 0, 0, 371, 2549 -po/hi.po, 429, 2607, 2968, 0, 0, 0, 0, 429, 2607 -po/he.po, 384, 2659, 2562, 0, 0, 0, 0, 384, 2659 -po/gu.po, 405, 2303, 2321, 0, 0, 0, 0, 405, 2303 -po/gl.po, 371, 2549, 2943, 0, 0, 0, 0, 371, 2549 -po/gd.po, 272, 1325, 1944, 0, 0, 112, 1334, 384, 2659 -po/ga.po, 129, 366, 434, 0, 0, 117, 1261, 246, 1627 -po/fur.po, 371, 2549, 3148, 0, 0, 0, 0, 371, 2549 -po/fr.po, 371, 2549, 2957, 0, 0, 0, 0, 371, 2549 -po/fi.po, 266, 1345, 1030, 27, 216, 78, 988, 371, 2549 -po/fa.po, 486, 2647, 3054, 6, 24, 80, 1261, 572, 3932 -po/eu.po, 384, 2659, 2163, 0, 0, 0, 0, 384, 2659 -po/et.po, 325, 1913, 1488, 0, 0, 0, 0, 325, 1913 -po/es.po, 371, 2549, 2971, 0, 0, 0, 0, 371, 2549 -po/eo.po, 367, 2501, 2362, 0, 0, 0, 0, 367, 2501 -po/en_GB.po, 371, 2549, 2549, 0, 0, 0, 0, 371, 2549 -po/en_CA.po, 62, 398, 400, 33, 127, 76, 509, 171, 1034 -po/en@shaw.po, 254, 1652, 1652, 26, 307, 0, 0, 280, 1959 -po/el.po, 371, 2549, 2850, 0, 0, 0, 0, 371, 2549 -po/dz.po, 73, 441, 176, 35, 130, 63, 463, 171, 1034 -po/de.po, 371, 2549, 2508, 0, 0, 0, 0, 371, 2549 -po/da.po, 371, 2549, 2416, 0, 0, 0, 0, 371, 2549 -po/cy.po, 70, 408, 410, 28, 120, 73, 506, 171, 1034 -po/cs.po, 371, 2549, 2400, 0, 0, 0, 0, 371, 2549 -po/crh.po, 579, 3694, 3076, 0, 0, 0, 0, 579, 3694 -po/ca@valencia.po, 384, 2659, 3121, 0, 0, 0, 0, 384, 2659 -po/ca.po, 384, 2659, 3124, 0, 0, 0, 0, 384, 2659 -po/bs.po, 416, 2494, 2426, 0, 0, 0, 0, 416, 2494 -po/br.po, 65, 129, 160, 6, 20, 172, 1469, 243, 1618 -po/bn_IN.po, 429, 2607, 2682, 0, 0, 0, 0, 429, 2607 -po/bn.po, 288, 1752, 1844, 0, 0, 0, 0, 288, 1752 -po/bg.po, 572, 3740, 3973, 0, 0, 0, 0, 572, 3740 -po/be@latin.po, 171, 1034, 845, 0, 0, 0, 0, 171, 1034 -po/be.po, 371, 2549, 2164, 0, 0, 0, 0, 371, 2549 -po/az.po, 47, 313, 260, 42, 196, 82, 525, 171, 1034 -po/ast.po, 569, 3892, 4208, 0, 0, 0, 0, 569, 3892 -po/as.po, 429, 2607, 2511, 0, 0, 0, 0, 429, 2607 -po/ar.po, 318, 1683, 1582, 23, 80, 149, 1381, 490, 3144 -po/am.po, 3, 3, 5, 27, 60, 141, 971, 171, 1034 -po/af.po, 102, 509, 496, 22, 85, 66, 486, 190, 1080 diff --git a/results/f30/gnome-system-monitor-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-system-monitor-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index eda5688..0000000 --- a/results/f30/gnome-system-monitor-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,40 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/units.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/solaris-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-update-speed.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-priority-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-priority-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-many.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-loadaverage.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-kill.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-identify-hog.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-identify-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-forcequit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-files.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-columns.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/net-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/net-bits.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/memory-map-what.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/memory-map-use.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/mem-swap.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/mem-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-showall.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-diskusage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/monitorlogo.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cpu-multicore.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cpu-mem-normal.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cpu-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 55b3bc4..0000000 --- a/results/f30/gnome-system-monitor-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 232, 4113, 3533, 0, 0, 0, 0, 232, 4113 -help/ro/ro.po, 19, 141, 143, 23, 202, 187, 3745, 229, 4088 -help/pt_BR/pt_BR.po, 232, 4113, 4276, 0, 0, 0, 0, 232, 4113 -help/pt/pt.po, 229, 4089, 4167, 0, 0, 0, 0, 229, 4089 -help/pl/pl.po, 232, 4113, 3200, 0, 0, 0, 0, 232, 4113 -help/ko/ko.po, 232, 4113, 2765, 0, 0, 0, 0, 232, 4113 -help/hu/hu.po, 232, 4113, 3177, 0, 0, 0, 0, 232, 4113 -help/fr/fr.po, 232, 4113, 4370, 0, 0, 0, 0, 232, 4113 -help/es/es.po, 232, 4113, 4335, 0, 0, 0, 0, 232, 4113 -help/el/el.po, 229, 4089, 4061, 0, 0, 0, 0, 229, 4089 -help/de/de.po, 232, 4113, 3790, 0, 0, 0, 0, 232, 4113 -help/cs/cs.po, 232, 4113, 3526, 0, 0, 0, 0, 232, 4113 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 304, 1444, 440, 0, 0, 0, 0, 304, 1444 -po/zh_HK.po, 292, 1289, 430, 0, 0, 0, 0, 292, 1289 -po/zh_CN.po, 304, 1439, 483, 0, 0, 0, 0, 304, 1439 -po/vi.po, 298, 1365, 1969, 0, 0, 0, 0, 298, 1365 -po/uk.po, 301, 1396, 1287, 0, 0, 0, 0, 301, 1396 -po/ug.po, 308, 1280, 1149, 0, 0, 0, 0, 308, 1280 -po/tr.po, 304, 1444, 1264, 0, 0, 0, 0, 304, 1444 -po/th.po, 298, 1365, 589, 0, 0, 0, 0, 298, 1365 -po/tg.po, 291, 1285, 1309, 0, 0, 0, 0, 291, 1285 -po/te.po, 292, 1289, 1161, 0, 0, 0, 0, 292, 1289 -po/ta.po, 292, 1289, 1142, 0, 0, 0, 0, 292, 1289 -po/sv.po, 304, 1444, 1286, 0, 0, 0, 0, 304, 1444 -po/sr@latin.po, 304, 1439, 1487, 0, 0, 0, 0, 304, 1439 -po/sr.po, 304, 1444, 1491, 0, 0, 0, 0, 304, 1444 -po/sq.po, 177, 645, 806, 0, 0, 0, 0, 177, 645 -po/sl.po, 304, 1444, 1480, 0, 0, 0, 0, 304, 1444 -po/sk.po, 302, 1440, 1340, 0, 0, 0, 0, 302, 1440 -po/si.po, 131, 258, 310, 0, 0, 93, 581, 224, 839 -po/rw.po, 22, 22, 23, 86, 471, 61, 117, 169, 610 -po/ru.po, 304, 1444, 1370, 0, 0, 0, 0, 304, 1444 -po/ro.po, 304, 1444, 1667, 0, 0, 0, 0, 304, 1444 -po/pt_BR.po, 304, 1444, 1829, 0, 0, 0, 0, 304, 1444 -po/pt.po, 301, 1396, 1747, 0, 0, 0, 0, 301, 1396 -po/ps.po, 177, 479, 567, 0, 0, 53, 389, 230, 868 -po/pl.po, 304, 1444, 1391, 0, 0, 0, 0, 304, 1444 -po/pa.po, 304, 1439, 1538, 0, 0, 0, 0, 304, 1439 -po/or.po, 308, 1280, 1294, 0, 0, 0, 0, 308, 1280 -po/oc.po, 301, 1396, 1891, 0, 0, 0, 0, 301, 1396 -po/nn.po, 231, 874, 858, 0, 0, 0, 0, 231, 874 -po/nl.po, 304, 1444, 1383, 0, 0, 0, 0, 304, 1444 -po/ne.po, 313, 1462, 1357, 0, 0, 0, 0, 313, 1462 -po/nds.po, 56, 97, 89, 0, 0, 188, 836, 244, 933 -po/nb.po, 314, 1463, 1489, 0, 0, 0, 0, 314, 1463 -po/ms.po, 143, 502, 487, 0, 0, 0, 0, 143, 502 -po/mr.po, 292, 1289, 1164, 0, 0, 0, 0, 292, 1289 -po/mn.po, 142, 498, 452, 0, 0, 0, 0, 142, 498 -po/ml.po, 305, 1440, 1233, 0, 0, 0, 0, 305, 1440 -po/mk.po, 275, 1072, 1236, 0, 0, 0, 0, 275, 1072 -po/mg.po, 209, 845, 929, 1, 1, 0, 0, 210, 846 -po/mai.po, 175, 577, 664, 0, 0, 69, 356, 244, 933 -po/lv.po, 304, 1444, 1291, 0, 0, 0, 0, 304, 1444 -po/lt.po, 304, 1444, 1355, 0, 0, 0, 0, 304, 1444 -po/li.po, 116, 388, 377, 20, 67, 7, 47, 143, 502 -po/ky.po, 308, 1283, 1139, 0, 0, 0, 0, 308, 1283 -po/ku.po, 87, 154, 172, 0, 0, 90, 491, 177, 645 -po/ko.po, 304, 1444, 1261, 0, 0, 0, 0, 304, 1444 -po/kn.po, 292, 1289, 1159, 0, 0, 0, 0, 292, 1289 -po/km.po, 294, 1283, 571, 0, 0, 0, 0, 294, 1283 -po/kk.po, 304, 1444, 1280, 0, 0, 0, 0, 304, 1444 -po/ka.po, 224, 839, 738, 0, 0, 0, 0, 224, 839 -po/ja.po, 301, 1437, 469, 0, 0, 3, 7, 304, 1444 -po/it.po, 304, 1444, 1560, 0, 0, 0, 0, 304, 1444 -po/is.po, 305, 1440, 1275, 0, 0, 0, 0, 305, 1440 -po/id.po, 304, 1444, 1420, 0, 0, 0, 0, 304, 1444 -po/hu.po, 304, 1444, 1336, 0, 0, 0, 0, 304, 1444 -po/hr.po, 302, 1440, 1400, 0, 0, 0, 0, 302, 1440 -po/hi.po, 292, 1289, 1417, 0, 0, 0, 0, 292, 1289 -po/he.po, 298, 1365, 1323, 0, 0, 0, 0, 298, 1365 -po/gu.po, 308, 1280, 1348, 0, 0, 0, 0, 308, 1280 -po/gl.po, 304, 1444, 1852, 0, 0, 0, 0, 304, 1444 -po/gd.po, 313, 1462, 2024, 0, 0, 0, 0, 313, 1462 -po/ga.po, 158, 294, 370, 3, 9, 130, 900, 291, 1203 -po/fur.po, 304, 1444, 1699, 0, 0, 0, 0, 304, 1444 -po/fr.po, 304, 1444, 1972, 0, 0, 0, 0, 304, 1444 -po/fi.po, 304, 1444, 1034, 0, 0, 0, 0, 304, 1444 -po/fa.po, 313, 1462, 1704, 0, 0, 0, 0, 313, 1462 -po/eu.po, 304, 1444, 1259, 0, 0, 0, 0, 304, 1444 -po/et.po, 292, 1289, 1018, 0, 0, 0, 0, 292, 1289 -po/es.po, 304, 1444, 1905, 0, 0, 0, 0, 304, 1444 -po/eo.po, 303, 1407, 1194, 0, 0, 0, 0, 303, 1407 -po/en_GB.po, 304, 1439, 1462, 0, 0, 0, 0, 304, 1439 -po/en_CA.po, 177, 645, 644, 0, 0, 0, 0, 177, 645 -po/en@shaw.po, 210, 727, 728, 34, 206, 0, 0, 244, 933 -po/el.po, 304, 1444, 1519, 0, 0, 0, 0, 304, 1444 -po/dz.po, 230, 868, 501, 0, 0, 0, 0, 230, 868 -po/de.po, 304, 1444, 1398, 0, 0, 0, 0, 304, 1444 -po/da.po, 302, 1440, 1275, 0, 0, 0, 0, 302, 1440 -po/cy.po, 177, 645, 711, 0, 0, 0, 0, 177, 645 -po/cs.po, 304, 1444, 1381, 0, 0, 0, 0, 304, 1444 -po/ca@valencia.po, 313, 1462, 1833, 0, 0, 0, 0, 313, 1462 -po/ca.po, 303, 1441, 1813, 0, 0, 1, 1, 304, 1442 -po/bs.po, 292, 1289, 1244, 0, 0, 0, 0, 292, 1289 -po/bn_IN.po, 292, 1289, 1317, 0, 0, 0, 0, 292, 1289 -po/bn.po, 244, 933, 1055, 0, 0, 0, 0, 244, 933 -po/bg.po, 313, 1462, 1581, 0, 0, 0, 0, 313, 1462 -po/be@latin.po, 184, 545, 507, 0, 0, 54, 368, 238, 913 -po/be.po, 313, 1462, 1424, 0, 0, 0, 0, 313, 1462 -po/az.po, 143, 502, 449, 0, 0, 0, 0, 143, 502 -po/ast.po, 238, 913, 1131, 0, 0, 1, 5, 239, 918 -po/as.po, 292, 1289, 1253, 0, 0, 0, 0, 292, 1289 -po/ar.po, 304, 1439, 1575, 0, 0, 0, 0, 304, 1439 -po/an.po, 289, 1276, 1596, 0, 0, 0, 0, 289, 1276 -po/am.po, 43, 74, 90, 20, 33, 80, 395, 143, 502 diff --git a/results/f30/gnome-terminal-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/gnome-terminal-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 7dee035..0000000 --- a/results/f30/gnome-terminal-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,41 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gs-execute-commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-keyboard-access.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/app-colors.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/app-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/adv-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/app-cursor.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-user-input.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-scrolling.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-bell.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/txt-copy-paste.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-menubar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/app-terminal-sizes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-encoding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/txt-links.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gnome-terminal-icon.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gnome-terminal.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-tab-window.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prob-reset.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-login-shell.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/txt-select-text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-profile-encoding.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-custom-command.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-custom-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/app-zoom.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/app-fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/txt-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-profile-char-width.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gs-tabs.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/txt-save-text.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 69d578b..0000000 --- a/results/f30/gnome-terminal-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,112 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 538, 5361, 4892, 0, 0, 0, 0, 538, 5361 -help/ru/ru.po, 517, 5232, 4551, 0, 0, 0, 0, 517, 5232 -help/pl/pl.po, 538, 5361, 4355, 0, 0, 0, 0, 538, 5361 -help/ca/ca.po, 513, 5247, 5593, 0, 0, 0, 0, 513, 5247 -help/fr/fr.po, 546, 5468, 6141, 0, 0, 0, 0, 546, 5468 -help/el/el.po, 513, 5247, 5419, 0, 0, 0, 0, 513, 5247 -help/gl/gl.po, 225, 1149, 1244, 23, 108, 254, 3755, 502, 5012 -help/pt_BR/pt_BR.po, 546, 5468, 5967, 0, 0, 0, 0, 546, 5468 -help/de/de.po, 546, 5468, 5453, 0, 0, 0, 0, 546, 5468 -help/cs/cs.po, 546, 5468, 5010, 0, 0, 0, 0, 546, 5468 -help/ro/ro.po, 136, 528, 532, 0, 0, 410, 4940, 546, 5468 -help/es/es.po, 546, 5468, 6142, 0, 0, 0, 0, 546, 5468 -help/ko/ko.po, 546, 5468, 4047, 0, 0, 0, 0, 546, 5468 -help/fi/fi.po, 481, 4718, 3149, 16, 225, 20, 289, 517, 5232 -help/hu/hu.po, 538, 5361, 4551, 0, 0, 0, 0, 538, 5361 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/mk.po, 487, 4145, 4065, 0, 0, 0, 0, 487, 4145 -po/fur.po, 488, 2499, 2977, 0, 0, 0, 0, 488, 2499 -po/sq.po, 493, 4548, 4706, 0, 0, 0, 0, 493, 4548 -po/rw.po, 55, 69, 71, 395, 4210, 63, 127, 513, 4406 -po/cy.po, 339, 3183, 3289, 65, 365, 38, 355, 442, 3903 -po/br.po, 216, 639, 702, 1, 12, 245, 3296, 462, 3947 -po/ga.po, 304, 1032, 1108, 20, 102, 94, 1015, 418, 2149 -po/sl.po, 488, 2499, 2363, 0, 0, 0, 0, 488, 2499 -po/ar.po, 428, 1785, 1616, 37, 495, 23, 219, 488, 2499 -po/id.po, 488, 2499, 2353, 0, 0, 0, 0, 488, 2499 -po/nl.po, 488, 2499, 2414, 0, 0, 0, 0, 488, 2499 -po/dz.po, 342, 3098, 1233, 84, 548, 61, 499, 487, 4145 -po/fi.po, 468, 2085, 1549, 10, 296, 10, 118, 488, 2499 -po/bg.po, 487, 2554, 2779, 0, 0, 0, 0, 487, 2554 -po/gl.po, 488, 2499, 2973, 0, 0, 0, 0, 488, 2499 -po/wa.po, 470, 3947, 4839, 0, 0, 47, 659, 517, 4606 -po/eu.po, 487, 2481, 2050, 0, 0, 1, 18, 488, 2499 -po/hr.po, 488, 2499, 2319, 0, 0, 0, 0, 488, 2499 -po/oc.po, 486, 2503, 3017, 0, 0, 0, 0, 486, 2503 -po/ka.po, 184, 389, 342, 311, 4177, 20, 36, 515, 4602 -po/pt_BR.po, 488, 2499, 2940, 0, 0, 0, 0, 488, 2499 -po/gd.po, 487, 2554, 3241, 0, 0, 0, 0, 487, 2554 -po/sr.po, 488, 2499, 2354, 0, 0, 0, 0, 488, 2499 -po/ca@valencia.po, 487, 2554, 3049, 0, 0, 0, 0, 487, 2554 -po/ru.po, 488, 2499, 2270, 0, 0, 0, 0, 488, 2499 -po/ug.po, 433, 2308, 1973, 0, 0, 0, 0, 433, 2308 -po/tr.po, 488, 2499, 2205, 0, 0, 0, 0, 488, 2499 -po/bn_IN.po, 442, 2209, 2362, 0, 0, 0, 0, 442, 2209 -po/is.po, 402, 1638, 1541, 0, 0, 85, 916, 487, 2554 -po/lv.po, 488, 2499, 2092, 0, 0, 0, 0, 488, 2499 -po/ml.po, 455, 2265, 1863, 18, 129, 10, 91, 483, 2485 -po/eo.po, 482, 2416, 2233, 0, 0, 6, 83, 488, 2499 -po/ro.po, 488, 2499, 2663, 0, 0, 0, 0, 488, 2499 -po/mn.po, 474, 3480, 2757, 2, 45, 45, 897, 521, 4422 -po/en@shaw.po, 496, 4218, 4219, 0, 0, 0, 0, 496, 4218 -po/ta.po, 442, 2209, 1883, 0, 0, 0, 0, 442, 2209 -po/he.po, 477, 2511, 2497, 0, 0, 0, 0, 477, 2511 -po/pa.po, 473, 2336, 2504, 1, 7, 12, 160, 486, 2503 -po/nn.po, 459, 3933, 3589, 3, 14, 0, 0, 462, 3947 -po/te.po, 442, 2209, 1841, 0, 0, 0, 0, 442, 2209 -po/el.po, 488, 2499, 2662, 0, 0, 0, 0, 488, 2499 -po/et.po, 419, 2157, 1695, 0, 0, 0, 0, 419, 2157 -po/mg.po, 511, 4558, 4454, 12, 60, 0, 0, 523, 4618 -po/bs.po, 440, 2218, 2087, 0, 0, 0, 0, 440, 2218 -po/mai.po, 348, 3013, 3089, 0, 0, 43, 383, 391, 3396 -po/am.po, 180, 350, 372, 29, 84, 308, 3978, 517, 4412 -po/es.po, 488, 2499, 3048, 0, 0, 0, 0, 488, 2499 -po/hi.po, 423, 2045, 2348, 0, 0, 19, 164, 442, 2209 -po/zh_CN.po, 486, 2503, 727, 0, 0, 0, 0, 486, 2503 -po/kk.po, 488, 2499, 2216, 0, 0, 0, 0, 488, 2499 -po/ku.po, 372, 1619, 1730, 1, 6, 145, 2981, 518, 4606 -po/it.po, 488, 2499, 2839, 0, 0, 0, 0, 488, 2499 -po/km.po, 430, 2248, 720, 0, 0, 0, 0, 430, 2248 -po/bn.po, 483, 4141, 4096, 0, 0, 0, 0, 483, 4141 -po/ja.po, 476, 2370, 792, 0, 0, 12, 129, 488, 2499 -po/nb.po, 471, 2341, 2214, 8, 73, 7, 89, 486, 2503 -po/ca.po, 488, 2499, 2991, 0, 0, 0, 0, 488, 2499 -po/zh_TW.po, 488, 2499, 707, 0, 0, 0, 0, 488, 2499 -po/en_GB.po, 493, 2543, 2570, 0, 0, 0, 0, 493, 2543 -po/tg.po, 437, 2182, 2144, 0, 0, 0, 0, 437, 2182 -po/th.po, 477, 2511, 805, 0, 0, 0, 0, 477, 2511 -po/ast.po, 487, 4145, 4425, 0, 0, 0, 0, 487, 4145 -po/be@latin.po, 430, 3842, 3156, 0, 0, 2, 45, 432, 3887 -po/en_CA.po, 511, 4597, 4609, 0, 0, 0, 0, 511, 4597 -po/si.po, 273, 806, 977, 1, 3, 247, 3803, 521, 4612 -po/cs.po, 488, 2499, 2344, 0, 0, 0, 0, 488, 2499 -po/sr@latin.po, 492, 2542, 2395, 0, 0, 0, 0, 492, 2542 -po/zh_HK.po, 439, 2204, 617, 3, 5, 0, 0, 442, 2209 -po/hu.po, 488, 2499, 2166, 0, 0, 0, 0, 488, 2499 -po/ne.po, 327, 1321, 1211, 77, 475, 38, 413, 442, 2209 -po/an.po, 440, 2218, 2646, 0, 0, 0, 0, 440, 2218 -po/gu.po, 427, 2073, 2232, 9, 93, 6, 43, 442, 2209 -po/as.po, 442, 2209, 2268, 0, 0, 0, 0, 442, 2209 -po/uk.po, 477, 2511, 2161, 0, 0, 0, 0, 477, 2511 -po/xh.po, 518, 4397, 3646, 2, 7, 1, 18, 521, 4422 -po/nds.po, 233, 1064, 1029, 8, 29, 211, 2835, 452, 3928 -po/pl.po, 508, 2642, 2427, 0, 0, 0, 0, 508, 2642 -po/hy.po, 117, 261, 236, 47, 170, 273, 3463, 437, 3894 -po/da.po, 488, 2499, 2283, 0, 0, 0, 0, 488, 2499 -po/fa.po, 487, 2554, 2813, 0, 0, 0, 0, 487, 2554 -po/lt.po, 488, 2499, 2098, 0, 0, 0, 0, 488, 2499 -po/ps.po, 259, 899, 1024, 0, 0, 131, 2495, 390, 3394 -po/sk.po, 453, 2346, 2188, 25, 98, 14, 98, 492, 2542 -po/vi.po, 488, 2499, 3415, 0, 0, 0, 0, 488, 2499 -po/mr.po, 442, 2209, 2040, 0, 0, 0, 0, 442, 2209 -po/ms.po, 484, 3691, 3219, 11, 68, 26, 663, 521, 4422 -po/fr.po, 488, 2499, 3010, 0, 0, 0, 0, 488, 2499 -po/de.po, 488, 2499, 2494, 0, 0, 0, 0, 488, 2499 -po/kn.po, 442, 2209, 1934, 0, 0, 0, 0, 442, 2209 -po/pt.po, 477, 2511, 2819, 0, 0, 0, 0, 477, 2511 -po/ko.po, 488, 2499, 2064, 0, 0, 0, 0, 488, 2499 -po/az.po, 511, 4360, 3358, 9, 44, 1, 18, 521, 4422 -po/or.po, 434, 2309, 2400, 0, 0, 0, 0, 434, 2309 -po/sv.po, 488, 2499, 2332, 0, 0, 0, 0, 488, 2499 -po/be.po, 488, 2499, 2264, 0, 0, 0, 0, 488, 2499 diff --git a/results/f30/gnome-themes-extra-3.28-5.fc30.src.rpm.errors.txt b/results/f30/gnome-themes-extra-3.28-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 5501790..0000000 --- a/results/f30/gnome-themes-extra-3.28-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv b/results/f30/gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 9be235d..0000000 --- a/results/f30/gnome-themes-extra-3.28-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,75 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ln.po, 4, 10, 13, 0, 0, 0, 0, 4, 10 -po/gd.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -po/it.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/eu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/hi.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -po/hr.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/ga.po, 5, 12, 10, 0, 0, 0, 0, 5, 12 -po/en_CA.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/tr.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/lt.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -po/da.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/km.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/as.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/fa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/en_GB.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/kn.po, 5, 12, 14, 0, 0, 0, 0, 5, 12 -po/ko.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -po/id.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/sv.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/is.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/ne.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/kk.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/ca@valencia.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/cs.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/af.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/th.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/tg.po, 5, 12, 12, 0, 0, 0, 0, 5, 12 -po/vi.po, 9, 24, 31, 0, 0, 0, 0, 9, 24 -po/an.po, 9, 24, 26, 0, 0, 0, 0, 9, 24 -po/zh_CN.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -po/ug.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/hu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/sr.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/gu.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/fi.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/bn_IN.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -po/pt.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/pt_BR.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/eo.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/lv.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/es.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/uz@cyrillic.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/pa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/el.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/zh_TW.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -po/de.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -po/sl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -po/ta.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/te.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/sk.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/ro.po, 9, 24, 27, 0, 0, 0, 0, 9, 24 -po/uk.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/mr.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/nb.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/gl.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/nl.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -po/ja.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/fur.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/bg.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/be.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/ru.po, 6, 15, 12, 0, 0, 0, 0, 6, 15 -po/et.po, 9, 24, 17, 0, 0, 0, 0, 9, 24 -po/pl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -po/ml.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -po/fy.po, 9, 24, 18, 0, 0, 0, 0, 9, 24 -po/ar.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/oc.po, 4, 10, 12, 0, 0, 0, 0, 4, 10 -po/fr.po, 6, 15, 20, 0, 0, 0, 0, 6, 15 -po/bs.po, 4, 10, 9, 0, 0, 0, 0, 4, 10 -po/zh_HK.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/sr@latin.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/ca.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/or.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/he.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 diff --git a/results/f30/gnome-user-docs-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/gnome-user-docs-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 6255030..0000000 --- a/results/f30/gnome-user-docs-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,11528 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/kn.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/as.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/ta.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/vi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/he.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/lv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/pa.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sr@latin.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gnome-help.its) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-connected-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-menu.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-none-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-4g-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/go-down.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-folder.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-mail.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/yelp-icon-big.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-empty-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-transmit-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/emoji-flags-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/input-keyboard-symbolic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-muted-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-receive-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-world.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-offline-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wired-disconnected-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-weak-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-gprs-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-camera.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/display-dual-monitors.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/universal-access-menu.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-edge-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-full-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/go-down-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-idle-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-weak-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-low-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-high-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-pause.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-full-charged-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-low-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-home.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-volup.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-ok-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-printer.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/bluetooth-menu.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/system-run-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-3g-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-media.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wired-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-stop.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-vpn-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-umts-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-transmit-receive-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-excellent-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-caution-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-previous.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-good-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-empty-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-no-route-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-caution-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-low-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-computer.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-average.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-calculator.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-full-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/emblem-system-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-display.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-eject.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-play.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wired-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-good-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-ok-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-medium-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-good-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-vpn-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/view-more-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-excellent-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/bluetooth-disabled-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/bluetooth-active-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-good-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-next.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-error-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-space.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-mute.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/preferences-desktop-accessibility-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-none-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-connected-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-search.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-encrypted-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-voldown.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-missing-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/emblem-system.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/network-printer-config.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-lockscreen.page) diff --git a/results/f30/gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 1e7984c..0000000 --- a/results/f30/gnome-user-docs-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,46 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-help/de/de.po, 3202, 56807, 54927, 0, 0, 0, 0, 3202, 56807 -gnome-help/kn/kn.po, 350, 897, 882, 0, 0, 2971, 59356, 3321, 60253 -gnome-help/fr/fr.po, 2704, 47231, 50188, 321, 7417, 79, 1325, 3104, 55973 -gnome-help/as/as.po, 2407, 30614, 27469, 319, 4795, 495, 23177, 3221, 58586 -gnome-help/hu/hu.po, 3201, 56823, 45700, 0, 0, 0, 0, 3201, 56823 -gnome-help/it/it.po, 2088, 36623, 36404, 480, 7593, 747, 15915, 3315, 60131 -gnome-help/ta/ta.po, 2795, 50123, 38336, 275, 5971, 80, 1791, 3150, 57885 -gnome-help/ro/ro.po, 169, 1855, 1837, 0, 0, 3035, 54970, 3204, 56825 -gnome-help/vi/vi.po, 2237, 36788, 39571, 0, 0, 689, 20176, 2926, 56964 -gnome-help/sv/sv.po, 3201, 56823, 52768, 0, 0, 0, 0, 3201, 56823 -gnome-help/ru/ru.po, 2884, 50476, 42172, 247, 6960, 40, 732, 3171, 58168 -gnome-help/he/he.po, 4, 8, 11, 0, 0, 3133, 56398, 3137, 56406 -gnome-help/pt/pt.po, 3115, 55812, 57231, 19, 532, 6, 81, 3140, 56425 -gnome-help/te/te.po, 939, 14118, 10266, 197, 2937, 2012, 40704, 3148, 57759 -gnome-help/pl/pl.po, 3201, 56823, 45248, 0, 0, 0, 0, 3201, 56823 -gnome-help/lv/lv.po, 3191, 57078, 44920, 5, 20, 0, 0, 3196, 57098 -gnome-help/id/id.po, 1798, 20821, 18532, 402, 6368, 966, 29651, 3166, 56840 -gnome-help/pa/pa.po, 192, 532, 564, 149, 863, 1900, 44621, 2241, 46016 -gnome-help/fi/fi.po, 2052, 28273, 19055, 649, 15400, 503, 13152, 3204, 56825 -gnome-help/es/es.po, 3075, 54687, 57662, 111, 1699, 18, 439, 3204, 56825 -gnome-help/sr@latin/sr@latin.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-help/zh_CN/zh_CN.po, 2794, 51114, 5179, 375, 5958, 147, 3041, 3316, 60113 -gnome-help/nl/nl.po, 3168, 56853, 57429, 0, 0, 0, 0, 3168, 56853 -gnome-help/gu/gu.po, 2515, 39284, 39210, 412, 9639, 223, 8947, 3150, 57870 -gnome-help/ja/ja.po, 1739, 27509, 3394, 729, 15161, 636, 13312, 3104, 55982 -gnome-help/sl/sl.po, 2939, 52634, 44589, 190, 4255, 70, 1761, 3199, 58650 -gnome-help/sr/sr.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-help/hr/hr.po, 307, 2687, 2329, 18, 30, 2847, 54227, 3172, 56944 -gnome-help/el/el.po, 3111, 56124, 56974, 0, 0, 0, 0, 3111, 56124 -gnome-help/hi/hi.po, 164, 3074, 3661, 1, 19, 2114, 43704, 2279, 46797 -gnome-help/pt_BR/pt_BR.po, 3201, 56823, 59860, 0, 0, 0, 0, 3201, 56823 -gnome-help/cs/cs.po, 3201, 56823, 49138, 0, 0, 0, 0, 3201, 56823 -gnome-help/da/da.po, 1445, 11583, 10661, 0, 0, 1756, 45240, 3201, 56823 -gnome-help/gl/gl.po, 2431, 35551, 36371, 641, 18198, 132, 3076, 3204, 56825 -gnome-help/ca/ca.po, 3047, 54705, 57389, 121, 1537, 34, 565, 3202, 56807 -gnome-help/mr/mr.po, 2559, 44257, 33981, 563, 12746, 23, 656, 3145, 57659 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -system-admin-guide/de/de.po, 542, 7433, 7064, 0, 0, 0, 0, 542, 7433 -system-admin-guide/hu/hu.po, 547, 7497, 6920, 0, 0, 0, 0, 547, 7497 -system-admin-guide/sv/sv.po, 661, 9090, 8055, 0, 0, 0, 0, 661, 9090 -system-admin-guide/es/es.po, 593, 7515, 8331, 15, 527, 53, 1048, 661, 9090 -system-admin-guide/pt_BR/pt_BR.po, 542, 7433, 8003, 0, 0, 0, 0, 542, 7433 -system-admin-guide/cs/cs.po, 542, 7433, 6580, 0, 0, 0, 0, 542, 7433 -system-admin-guide/ko/ko.po, 661, 9090, 6736, 0, 0, 0, 0, 661, 9090 -system-admin-guide/gl/gl.po, 238, 1590, 1823, 19, 118, 285, 5725, 542, 7433 diff --git a/results/f30/gnome-user-share-3.32.0.1-1.fc30.src.rpm.errors.txt b/results/f30/gnome-user-share-3.32.0.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 855f4ad..0000000 --- a/results/f30/gnome-user-share-3.32.0.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) diff --git a/results/f30/gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv b/results/f30/gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0371d9c..0000000 --- a/results/f30/gnome-user-share-3.32.0.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,166 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_CA.po, 15, 70, 70, 0, 0, 0, 0, 15, 70 -po/pt_BR.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -po/ja.po, 10, 51, 14, 0, 0, 0, 0, 10, 51 -po/af.po, 10, 52, 54, 0, 0, 0, 0, 10, 52 -po/ja.gmo, 10, 51, 14, 0, 0, 0, 0, 10, 51 -po/he.gmo, 10, 52, 49, 0, 0, 0, 0, 10, 52 -po/th.gmo, 51, 316, 89, 0, 0, 0, 0, 51, 316 -po/ro.gmo, 11, 52, 59, 0, 0, 0, 0, 11, 52 -po/zh_CN.gmo, 10, 52, 17, 0, 0, 0, 0, 10, 52 -po/cs.gmo, 11, 52, 50, 0, 0, 0, 0, 11, 52 -po/ast.gmo, 51, 326, 353, 0, 0, 0, 0, 51, 326 -po/da.po, 11, 52, 44, 0, 0, 0, 0, 11, 52 -po/nl.po, 11, 52, 60, 0, 0, 0, 0, 11, 52 -po/en@shaw.gmo, 51, 326, 326, 0, 0, 0, 0, 51, 326 -po/mk.po, 13, 61, 62, 0, 0, 0, 0, 13, 61 -po/he.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -po/rw.po, 2, 2, 4, 11, 59, 0, 0, 13, 61 -po/kk.gmo, 10, 51, 51, 0, 0, 0, 0, 10, 51 -po/es.gmo, 11, 52, 62, 0, 0, 0, 0, 11, 52 -po/lv.gmo, 10, 51, 48, 0, 0, 0, 0, 10, 51 -po/sq.po, 13, 61, 77, 0, 0, 0, 0, 13, 61 -po/tr.po, 11, 52, 51, 0, 0, 0, 0, 11, 52 -po/sl.gmo, 11, 52, 55, 0, 0, 0, 0, 11, 52 -po/mr.po, 29, 160, 160, 0, 0, 0, 0, 29, 160 -po/zh_CN.po, 10, 52, 17, 0, 0, 0, 0, 10, 52 -po/de.po, 11, 52, 56, 0, 0, 0, 0, 11, 52 -po/en_CA.gmo, 15, 70, 70, 0, 0, 0, 0, 15, 70 -po/be.po, 10, 52, 60, 0, 0, 0, 0, 10, 52 -po/it.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -po/bn_IN.po, 51, 316, 419, 0, 0, 0, 0, 51, 316 -po/te.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -po/vi.po, 11, 52, 87, 0, 0, 0, 0, 11, 52 -po/cs.po, 11, 52, 50, 0, 0, 0, 0, 11, 52 -po/pa.gmo, 10, 52, 57, 0, 0, 0, 0, 10, 52 -po/sq.gmo, 13, 61, 77, 0, 0, 0, 0, 13, 61 -po/br.po, 51, 326, 379, 0, 0, 0, 0, 51, 326 -po/gl.gmo, 10, 51, 58, 0, 0, 0, 0, 10, 51 -po/km.gmo, 30, 184, 67, 0, 0, 0, 0, 30, 184 -po/ast.po, 51, 326, 353, 0, 0, 0, 0, 51, 326 -po/zh_HK.gmo, 29, 160, 38, 0, 0, 0, 0, 29, 160 -po/id.gmo, 11, 52, 57, 0, 0, 0, 0, 11, 52 -po/hu.gmo, 11, 52, 48, 0, 0, 0, 0, 11, 52 -po/kk.po, 10, 51, 51, 0, 0, 0, 0, 10, 51 -po/ug.gmo, 29, 224, 183, 0, 0, 0, 0, 29, 224 -po/gu.gmo, 10, 52, 56, 0, 0, 0, 0, 10, 52 -po/ko.gmo, 11, 52, 42, 0, 0, 0, 0, 11, 52 -po/eo.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -po/af.gmo, 10, 52, 54, 0, 0, 0, 0, 10, 52 -po/hr.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -po/fi.gmo, 11, 52, 48, 0, 0, 0, 0, 11, 52 -po/bg.po, 10, 52, 61, 0, 0, 0, 0, 10, 52 -po/ca@valencia.gmo, 10, 52, 65, 0, 0, 0, 0, 10, 52 -po/gnome-user-share.pot, 0, 0, 0, 0, 0, 11, 52, 11, 52 -po/bn.po, 51, 326, 374, 0, 0, 0, 0, 51, 326 -po/mai.po, 6, 8, 11, 0, 0, 40, 280, 46, 288 -po/bs.gmo, 26, 136, 134, 0, 0, 0, 0, 26, 136 -po/ln.gmo, 10, 52, 57, 0, 0, 0, 0, 10, 52 -po/tg.gmo, 26, 136, 136, 0, 0, 0, 0, 26, 136 -po/bn_IN.gmo, 51, 316, 419, 0, 0, 0, 0, 51, 316 -po/ga.gmo, 46, 288, 361, 0, 0, 0, 0, 46, 288 -po/hi.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -po/en_GB.gmo, 10, 52, 52, 0, 0, 0, 0, 10, 52 -po/oc.po, 10, 52, 64, 0, 0, 0, 0, 10, 52 -po/lt.gmo, 11, 52, 44, 0, 0, 0, 0, 11, 52 -po/da.gmo, 11, 52, 44, 0, 0, 0, 0, 11, 52 -po/vi.gmo, 11, 52, 87, 0, 0, 0, 0, 11, 52 -po/et.gmo, 10, 52, 55, 0, 0, 0, 0, 10, 52 -po/sr.po, 11, 52, 59, 0, 0, 0, 0, 11, 52 -po/br.gmo, 51, 326, 379, 0, 0, 0, 0, 51, 326 -po/pt.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -po/bs.po, 26, 136, 134, 0, 0, 0, 0, 26, 136 -po/ko.po, 11, 52, 42, 0, 0, 0, 0, 11, 52 -po/ro.po, 11, 52, 59, 0, 0, 0, 0, 11, 52 -po/is.po, 10, 52, 50, 0, 0, 0, 0, 10, 52 -po/dz.gmo, 16, 75, 33, 0, 0, 0, 0, 16, 75 -po/pl.po, 11, 52, 53, 0, 0, 0, 0, 11, 52 -po/nb.gmo, 10, 52, 49, 0, 0, 0, 0, 10, 52 -po/mk.gmo, 13, 61, 62, 0, 0, 0, 0, 13, 61 -po/bg.gmo, 10, 52, 61, 0, 0, 0, 0, 10, 52 -po/ne.po, 10, 52, 47, 0, 0, 0, 0, 10, 52 -po/km.po, 30, 184, 67, 0, 0, 0, 0, 30, 184 -po/th.po, 51, 316, 89, 0, 0, 0, 0, 51, 316 -po/ga.po, 46, 288, 361, 0, 0, 0, 0, 46, 288 -po/ta.po, 29, 160, 139, 0, 0, 0, 0, 29, 160 -po/zh_TW.po, 10, 51, 13, 0, 0, 0, 0, 10, 51 -po/lv.po, 10, 51, 48, 0, 0, 0, 0, 10, 51 -po/ca.gmo, 10, 52, 65, 0, 0, 0, 0, 10, 52 -po/sk.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -po/or.po, 29, 160, 169, 0, 0, 0, 0, 29, 160 -po/eu.po, 10, 52, 47, 0, 0, 0, 0, 10, 52 -po/ar.po, 34, 247, 214, 0, 0, 0, 0, 34, 247 -po/tg.po, 26, 136, 136, 0, 0, 0, 0, 26, 136 -po/fur.po, 10, 51, 54, 0, 0, 0, 0, 10, 51 -po/sk.gmo, 10, 52, 51, 0, 0, 0, 0, 10, 52 -po/an.gmo, 29, 160, 187, 0, 0, 0, 0, 29, 160 -po/lt.po, 11, 52, 44, 0, 0, 0, 0, 11, 52 -po/gd.gmo, 10, 52, 63, 0, 0, 0, 0, 10, 52 -po/fi.po, 11, 52, 48, 0, 0, 0, 0, 11, 52 -po/is.gmo, 10, 52, 50, 0, 0, 0, 0, 10, 52 -po/hr.gmo, 10, 52, 51, 0, 0, 0, 0, 10, 52 -po/ca.po, 10, 52, 65, 0, 0, 0, 0, 10, 52 -po/sr.gmo, 11, 52, 59, 0, 0, 0, 0, 11, 52 -po/eu.gmo, 10, 52, 47, 0, 0, 0, 0, 10, 52 -po/en_GB.po, 10, 52, 52, 0, 0, 0, 0, 10, 52 -po/fa.po, 10, 52, 58, 0, 0, 0, 0, 10, 52 -po/ne.gmo, 10, 52, 47, 0, 0, 0, 0, 10, 52 -po/pl.gmo, 11, 52, 53, 0, 0, 0, 0, 11, 52 -po/fr.gmo, 11, 52, 69, 0, 0, 0, 0, 11, 52 -po/ca@valencia.po, 10, 52, 65, 0, 0, 0, 0, 10, 52 -po/ru.gmo, 11, 52, 55, 0, 0, 0, 0, 11, 52 -po/it.gmo, 11, 52, 57, 0, 0, 0, 0, 11, 52 -po/id.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -po/kn.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -po/ml.gmo, 10, 52, 44, 0, 0, 0, 0, 10, 52 -po/en@shaw.po, 51, 326, 326, 0, 0, 0, 0, 51, 326 -po/ml.po, 10, 52, 44, 0, 0, 0, 0, 10, 52 -po/bn.gmo, 51, 326, 374, 0, 0, 0, 0, 51, 326 -po/tr.gmo, 11, 52, 51, 0, 0, 0, 0, 11, 52 -po/nl.gmo, 11, 52, 60, 0, 0, 0, 0, 11, 52 -po/as.gmo, 29, 160, 186, 0, 0, 0, 0, 29, 160 -po/fur.gmo, 10, 51, 54, 0, 0, 0, 0, 10, 51 -po/sr@latin.po, 10, 52, 59, 0, 0, 0, 0, 10, 52 -po/gd.po, 10, 52, 63, 0, 0, 0, 0, 10, 52 -po/el.po, 10, 51, 62, 0, 0, 0, 0, 10, 51 -po/eo.gmo, 10, 52, 51, 0, 0, 0, 0, 10, 52 -po/zh_HK.po, 29, 160, 38, 0, 0, 0, 0, 29, 160 -po/mai.gmo, 6, 8, 11, 0, 0, 0, 0, 6, 8 -po/uk.gmo, 10, 52, 45, 0, 0, 0, 0, 10, 52 -po/de.gmo, 11, 52, 56, 0, 0, 0, 0, 11, 52 -po/sv.po, 11, 52, 52, 0, 0, 0, 0, 11, 52 -po/uk.po, 10, 52, 45, 0, 0, 0, 0, 10, 52 -po/et.po, 10, 52, 55, 0, 0, 0, 0, 10, 52 -po/ta.gmo, 29, 160, 139, 0, 0, 0, 0, 29, 160 -po/nb.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -po/el.gmo, 10, 51, 62, 0, 0, 0, 0, 10, 51 -po/zh_TW.gmo, 10, 51, 13, 0, 0, 0, 0, 10, 51 -po/an.po, 29, 160, 187, 0, 0, 0, 0, 29, 160 -po/sv.gmo, 11, 52, 52, 0, 0, 0, 0, 11, 52 -po/gu.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -po/fa.gmo, 10, 52, 58, 0, 0, 0, 0, 10, 52 -po/ln.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -po/or.gmo, 29, 160, 169, 0, 0, 0, 0, 29, 160 -po/sr@latin.gmo, 10, 52, 59, 0, 0, 0, 0, 10, 52 -po/es.po, 11, 52, 62, 0, 0, 0, 0, 11, 52 -po/be.gmo, 10, 52, 60, 0, 0, 0, 0, 10, 52 -po/pa.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -po/mr.gmo, 29, 160, 160, 0, 0, 0, 0, 29, 160 -po/hi.gmo, 29, 160, 186, 0, 0, 0, 0, 29, 160 -po/pt_BR.gmo, 11, 52, 57, 0, 0, 0, 0, 11, 52 -po/nn.gmo, 51, 326, 320, 0, 0, 0, 0, 51, 326 -po/ar.gmo, 34, 247, 214, 0, 0, 0, 0, 34, 247 -po/rw.gmo, 2, 2, 4, 0, 0, 0, 0, 2, 2 -po/as.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -po/gl.po, 10, 51, 58, 0, 0, 0, 0, 10, 51 -po/ug.po, 29, 224, 183, 0, 0, 0, 0, 29, 224 -po/nn.po, 51, 326, 320, 0, 0, 0, 0, 51, 326 -po/pt.gmo, 10, 52, 56, 0, 0, 0, 0, 10, 52 -po/fr.po, 11, 52, 69, 0, 0, 0, 0, 11, 52 -po/hu.po, 11, 52, 48, 0, 0, 0, 0, 11, 52 -po/sl.po, 11, 52, 55, 0, 0, 0, 0, 11, 52 -po/oc.gmo, 10, 52, 64, 0, 0, 0, 0, 10, 52 -po/dz.po, 16, 75, 33, 0, 0, 0, 0, 16, 75 -po/te.gmo, 29, 160, 126, 0, 0, 0, 0, 29, 160 -po/kn.gmo, 29, 160, 126, 0, 0, 0, 0, 29, 160 -po/ru.po, 11, 52, 55, 0, 0, 0, 0, 11, 52 diff --git a/results/f30/gnome-video-effects-0.4.3-5.fc30.src.rpm.errors.txt b/results/f30/gnome-video-effects-0.4.3-5.fc30.src.rpm.errors.txt deleted file mode 100644 index ceb2f3e..0000000 --- a/results/f30/gnome-video-effects-0.4.3-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv b/results/f30/gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 2bcc740..0000000 --- a/results/f30/gnome-video-effects-0.4.3-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,80 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -po/pa.po, 68, 256, 275, 0, 0, 0, 0, 68, 256 -po/te.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -po/oc.po, 68, 256, 287, 0, 0, 0, 0, 68, 256 -po/af.po, 63, 229, 232, 2, 7, 1, 10, 66, 246 -po/sk.po, 68, 256, 221, 0, 0, 0, 0, 68, 256 -po/bn.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -po/hi.po, 68, 256, 267, 0, 0, 0, 0, 68, 256 -po/en_GB.po, 68, 256, 256, 0, 0, 0, 0, 68, 256 -po/ka.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/ga.po, 36, 46, 50, 1, 4, 31, 206, 68, 256 -po/ta.po, 68, 256, 204, 0, 0, 0, 0, 68, 256 -po/vi.po, 68, 256, 299, 0, 0, 0, 0, 68, 256 -po/tr.po, 68, 256, 214, 0, 0, 0, 0, 68, 256 -po/ca.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -po/th.po, 68, 256, 72, 0, 0, 0, 0, 68, 256 -po/ro.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -po/et.po, 68, 256, 176, 0, 0, 0, 0, 68, 256 -po/kn.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -po/lt.po, 68, 256, 209, 0, 0, 0, 0, 68, 256 -po/be@latin.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/ms.po, 7, 8, 9, 5, 5, 11, 13, 23, 26 -po/ca@valencia.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -po/en@shaw.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/nn.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/sr.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -po/or.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -po/nl.po, 68, 256, 237, 0, 0, 0, 0, 68, 256 -po/sr@latin.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -po/ar.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/gl.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -po/gu.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -po/mk.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/sl.po, 68, 256, 229, 0, 0, 0, 0, 68, 256 -po/es.po, 68, 256, 310, 0, 0, 0, 0, 68, 256 -po/hu.po, 68, 256, 190, 0, 0, 0, 0, 68, 256 -po/lv.po, 68, 256, 203, 0, 0, 0, 0, 68, 256 -po/fr.po, 68, 256, 293, 0, 0, 0, 0, 68, 256 -po/mr.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/nb.po, 68, 256, 219, 0, 0, 0, 0, 68, 256 -po/ml.po, 68, 256, 194, 0, 0, 0, 0, 68, 256 -po/ug.po, 17, 28, 30, 0, 0, 51, 228, 68, 256 -po/bs.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -po/as.po, 68, 256, 238, 0, 0, 0, 0, 68, 256 -po/zh_CN.po, 68, 256, 68, 0, 0, 0, 0, 68, 256 -po/bg.po, 68, 256, 235, 0, 0, 0, 0, 68, 256 -po/ast.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -po/it.po, 68, 256, 264, 0, 0, 0, 0, 68, 256 -po/tg.po, 11, 11, 15, 0, 0, 57, 245, 68, 256 -po/zh_HK.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -po/nds.po, 23, 26, 28, 0, 0, 0, 0, 23, 26 -po/fa.po, 68, 256, 271, 0, 0, 0, 0, 68, 256 -po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eo.po, 58, 201, 183, 0, 0, 8, 45, 66, 246 -po/pt_BR.po, 68, 256, 285, 0, 0, 0, 0, 68, 256 -po/zh_TW.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -po/ko.po, 68, 256, 160, 0, 0, 0, 0, 68, 256 -po/pl.po, 68, 256, 239, 0, 0, 0, 0, 68, 256 -po/ps.po, 7, 8, 8, 1, 1, 15, 17, 23, 26 -po/cs.po, 68, 256, 234, 0, 0, 0, 0, 68, 256 -po/he.po, 68, 256, 217, 0, 0, 0, 0, 68, 256 -po/km.po, 66, 246, 75, 0, 0, 0, 0, 66, 246 -po/eu.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -po/bn_IN.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/el.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -po/fur.po, 68, 256, 266, 0, 0, 0, 0, 68, 256 -po/sq.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -po/hr.po, 11, 39, 36, 0, 0, 57, 217, 68, 256 -po/ku.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/fi.po, 68, 256, 169, 0, 0, 0, 0, 68, 256 -po/da.po, 68, 256, 210, 0, 0, 0, 0, 68, 256 -po/dz.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/be.po, 68, 256, 175, 0, 0, 0, 0, 68, 256 -po/uk.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -po/sv.po, 68, 256, 233, 0, 0, 0, 0, 68, 256 -po/ru.po, 68, 256, 165, 0, 0, 0, 0, 68, 256 -po/mai.po, 3, 4, 5, 1, 1, 19, 21, 23, 26 -po/ja.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -po/de.po, 68, 256, 225, 0, 0, 0, 0, 68, 256 diff --git a/results/f30/gnome-weather-3.32.1-2.fc30.src.rpm.errors.txt b/results/f30/gnome-weather-3.32.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gnome-weather-3.32.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv b/results/f30/gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index c5e8b9c..0000000 --- a/results/f30/gnome-weather-3.32.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,63 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 41, 192, 60, 0, 0, 0, 0, 41, 192 -po/zh_HK.po, 37, 164, 56, 0, 0, 0, 0, 37, 164 -po/zh_CN.po, 42, 192, 88, 0, 0, 0, 0, 42, 192 -po/vi.po, 42, 195, 284, 0, 0, 0, 0, 42, 195 -po/uk.po, 42, 192, 168, 0, 0, 0, 0, 42, 192 -po/tr.po, 42, 195, 165, 0, 0, 0, 0, 42, 195 -po/th.po, 42, 192, 65, 0, 0, 0, 0, 42, 192 -po/tg.po, 42, 195, 220, 0, 0, 0, 0, 42, 195 -po/te.po, 81, 216, 198, 0, 0, 0, 0, 81, 216 -po/sv.po, 42, 195, 203, 0, 0, 0, 0, 42, 195 -po/sr@latin.po, 42, 192, 182, 0, 0, 0, 0, 42, 192 -po/sr.po, 42, 195, 183, 0, 0, 0, 0, 42, 195 -po/sl.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -po/sk.po, 42, 192, 185, 0, 0, 0, 0, 42, 192 -po/ru.po, 42, 195, 162, 0, 0, 0, 0, 42, 195 -po/ro.po, 42, 195, 208, 0, 0, 0, 0, 42, 195 -po/pt_BR.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -po/pt.po, 42, 192, 216, 0, 0, 0, 0, 42, 192 -po/pl.po, 42, 195, 188, 0, 0, 0, 0, 42, 195 -po/pa.po, 41, 191, 228, 0, 0, 0, 0, 41, 191 -po/oc.po, 42, 192, 215, 0, 0, 0, 0, 42, 192 -po/nl.po, 42, 195, 210, 0, 0, 0, 0, 42, 195 -po/ne.po, 42, 192, 179, 0, 0, 0, 0, 42, 192 -po/nb.po, 42, 192, 186, 0, 0, 0, 0, 42, 192 -po/ml.po, 42, 192, 141, 0, 0, 0, 0, 42, 192 -po/lv.po, 42, 195, 163, 0, 0, 0, 0, 42, 195 -po/lt.po, 42, 195, 147, 0, 0, 0, 0, 42, 195 -po/ko.po, 42, 192, 155, 0, 0, 0, 0, 42, 192 -po/kn.po, 67, 129, 142, 0, 0, 5, 74, 72, 203 -po/kk.po, 41, 192, 172, 0, 0, 0, 0, 41, 192 -po/ja.po, 40, 191, 65, 0, 0, 2, 4, 42, 195 -po/it.po, 42, 195, 196, 0, 0, 0, 0, 42, 195 -po/is.po, 42, 192, 204, 0, 0, 0, 0, 42, 192 -po/id.po, 42, 195, 195, 0, 0, 0, 0, 42, 195 -po/hu.po, 42, 195, 179, 0, 0, 0, 0, 42, 195 -po/hr.po, 42, 195, 175, 0, 0, 0, 0, 42, 195 -po/he.po, 42, 192, 191, 0, 0, 0, 0, 42, 192 -po/gl.po, 42, 195, 207, 0, 0, 0, 0, 42, 195 -po/gd.po, 41, 191, 248, 0, 0, 0, 0, 41, 191 -po/ga.po, 38, 113, 123, 0, 0, 3, 70, 41, 183 -po/fur.po, 42, 195, 209, 0, 0, 0, 0, 42, 195 -po/fr.po, 42, 195, 228, 0, 0, 0, 0, 42, 195 -po/fi.po, 42, 195, 140, 0, 0, 0, 0, 42, 195 -po/fa.po, 42, 192, 205, 0, 0, 0, 0, 42, 192 -po/eu.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -po/et.po, 42, 195, 160, 0, 0, 0, 0, 42, 195 -po/es.po, 42, 195, 211, 0, 0, 0, 0, 42, 195 -po/eo.po, 42, 195, 194, 0, 0, 0, 0, 42, 195 -po/en_GB.po, 42, 195, 198, 0, 0, 0, 0, 42, 195 -po/el.po, 42, 195, 234, 0, 0, 0, 0, 42, 195 -po/de.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -po/da.po, 42, 195, 200, 0, 0, 0, 0, 42, 195 -po/cs.po, 42, 195, 190, 0, 0, 0, 0, 42, 195 -po/ca@valencia.po, 41, 191, 219, 0, 0, 0, 0, 41, 191 -po/ca.po, 41, 192, 220, 0, 0, 0, 0, 41, 192 -po/bs.po, 42, 184, 168, 0, 0, 0, 0, 42, 184 -po/bg.po, 42, 192, 222, 0, 0, 0, 0, 42, 192 -po/be.po, 42, 192, 177, 0, 0, 0, 0, 42, 192 -po/as.po, 41, 183, 182, 0, 0, 0, 0, 41, 183 -po/ar.po, 36, 98, 102, 0, 0, 5, 93, 41, 191 -po/an.po, 42, 184, 191, 0, 0, 0, 0, 42, 184 -po/af.po, 40, 191, 205, 0, 0, 0, 0, 40, 191 diff --git a/results/f30/gnupg2-2.2.13-1.fc30.src.rpm.errors.txt b/results/f30/gnupg2-2.2.13-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 71f46b6..0000000 --- a/results/f30/gnupg2-2.2.13-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog-2011) diff --git a/results/f30/gnupg2-2.2.13-1.fc30.src.rpm.stats.csv b/results/f30/gnupg2-2.2.13-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0d9c24e..0000000 --- a/results/f30/gnupg2-2.2.13-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,58 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 1394, 8105, 7686, 0, 0, 0, 0, 1394, 8105 -po/hu.po, 424, 2524, 2294, 1133, 6451, 637, 4459, 2194, 13434 -po/zh_TW.po, 1932, 11431, 5338, 176, 1287, 86, 716, 2194, 13434 -po/cs.po, 2191, 13419, 13386, 2, 10, 1, 5, 2194, 13434 -po/sv.po, 1379, 7982, 7819, 602, 3778, 213, 1674, 2194, 13434 -po/zh_CN.gmo, 2164, 13261, 4683, 0, 0, 0, 0, 2164, 13261 -po/id.po, 424, 2524, 2366, 1133, 6451, 637, 4459, 2194, 13434 -po/zh_CN.po, 2164, 13261, 4683, 21, 127, 9, 46, 2194, 13434 -po/fi.gmo, 424, 2524, 2068, 0, 0, 0, 0, 424, 2524 -po/fr.gmo, 1946, 11450, 13970, 0, 0, 0, 0, 1946, 11450 -po/en@boldquot.po, 2194, 13434, 13443, 0, 0, 0, 0, 2194, 13434 -po/en@quot.gmo, 2194, 13434, 13434, 0, 0, 0, 0, 2194, 13434 -po/de.po, 2159, 13089, 13422, 29, 296, 6, 49, 2194, 13434 -po/tr.gmo, 1320, 7635, 7201, 0, 0, 0, 0, 1320, 7635 -po/de.gmo, 2159, 13089, 13422, 0, 0, 0, 0, 2159, 13089 -po/zh_TW.gmo, 1932, 11431, 5338, 0, 0, 0, 0, 1932, 11431 -po/nb.gmo, 2166, 13252, 12728, 0, 0, 0, 0, 2166, 13252 -po/et.po, 424, 2524, 2224, 1133, 6451, 637, 4459, 2194, 13434 -po/ru.po, 2191, 13419, 12826, 2, 10, 1, 5, 2194, 13434 -po/pl.gmo, 2192, 13423, 13597, 0, 0, 0, 0, 2192, 13423 -po/ro.po, 823, 4864, 5237, 853, 4832, 518, 3738, 2194, 13434 -po/ro.gmo, 823, 4864, 5237, 0, 0, 0, 0, 823, 4864 -po/ru.gmo, 2191, 13419, 12826, 0, 0, 0, 0, 2191, 13419 -po/uk.gmo, 2138, 13048, 13776, 0, 0, 0, 0, 2138, 13048 -po/el.po, 424, 2524, 2685, 1133, 6451, 637, 4459, 2194, 13434 -po/sk.gmo, 423, 2519, 2463, 0, 0, 0, 0, 423, 2519 -po/en@boldquot.gmo, 2194, 13434, 13443, 0, 0, 0, 0, 2194, 13434 -po/nb.po, 2166, 13252, 12728, 23, 125, 5, 57, 2194, 13434 -po/sk.po, 423, 2519, 2463, 1134, 6456, 637, 4459, 2194, 13434 -po/ja.gmo, 2194, 13434, 3903, 0, 0, 0, 0, 2194, 13434 -po/sv.gmo, 1379, 7982, 7819, 0, 0, 0, 0, 1379, 7982 -po/uk.po, 2138, 13048, 13776, 45, 295, 11, 91, 2194, 13434 -po/cs.gmo, 2191, 13419, 13386, 0, 0, 0, 0, 2191, 13419 -po/eo.gmo, 298, 1664, 1573, 0, 0, 0, 0, 298, 1664 -po/tr.po, 1320, 7635, 7201, 630, 3919, 244, 1880, 2194, 13434 -po/it.gmo, 424, 2524, 2800, 0, 0, 0, 0, 424, 2524 -po/hu.gmo, 424, 2524, 2294, 0, 0, 0, 0, 424, 2524 -po/pt.gmo, 365, 2083, 2357, 0, 0, 0, 0, 365, 2083 -po/es.gmo, 2177, 13247, 15305, 0, 0, 0, 0, 2177, 13247 -po/pl.po, 2192, 13423, 13597, 1, 6, 1, 5, 2194, 13434 -po/gl.po, 422, 2496, 2952, 1154, 6571, 618, 4367, 2194, 13434 -po/id.gmo, 424, 2524, 2366, 0, 0, 0, 0, 424, 2524 -po/et.gmo, 424, 2524, 2224, 0, 0, 0, 0, 424, 2524 -po/eo.po, 298, 1664, 1573, 1217, 6924, 679, 4846, 2194, 13434 -po/ca.gmo, 428, 2505, 3108, 0, 0, 0, 0, 428, 2505 -po/da.po, 1394, 8105, 7686, 588, 3662, 212, 1667, 2194, 13434 -po/gl.gmo, 422, 2496, 2952, 0, 0, 0, 0, 422, 2496 -po/el.gmo, 424, 2524, 2685, 0, 0, 0, 0, 424, 2524 -po/gnupg2.pot, 0, 0, 0, 0, 0, 2194, 13434, 2194, 13434 -po/pt.po, 365, 2083, 2357, 1162, 6610, 667, 4741, 2194, 13434 -po/en@quot.po, 2194, 13434, 13434, 0, 0, 0, 0, 2194, 13434 -po/es.po, 2177, 13247, 15305, 7, 39, 10, 148, 2194, 13434 -po/ca.po, 428, 2505, 3108, 1134, 6503, 632, 4426, 2194, 13434 -po/ja.po, 2194, 13434, 3903, 0, 0, 0, 0, 2194, 13434 -po/it.po, 424, 2524, 2800, 1133, 6451, 637, 4459, 2194, 13434 -po/fi.po, 424, 2524, 2068, 1133, 6451, 637, 4459, 2194, 13434 -po/fr.po, 1946, 11450, 13970, 172, 1282, 76, 702, 2194, 13434 diff --git a/results/f30/gnutls-3.6.7-1.fc30.src.rpm.errors.txt b/results/f30/gnutls-3.6.7-1.fc30.src.rpm.errors.txt deleted file mode 100644 index c544ff7..0000000 --- a/results/f30/gnutls-3.6.7-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gnutls-3.6.7-1.fc30.src.rpm.stats.csv b/results/f30/gnutls-3.6.7-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0ead8ac..0000000 --- a/results/f30/gnutls-3.6.7-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,34 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ms.po, 162, 710, 657, 145, 621, 78, 456, 385, 1787 -po/pt_BR.po, 281, 1247, 1430, 59, 286, 45, 254, 385, 1787 -po/fr.po, 281, 1247, 1452, 59, 286, 45, 254, 385, 1787 -po/it.gmo, 281, 1247, 1414, 0, 0, 0, 0, 281, 1247 -po/nl.gmo, 281, 1247, 1154, 0, 0, 0, 0, 281, 1247 -po/zh_CN.gmo, 281, 1247, 480, 0, 0, 0, 0, 281, 1247 -po/pl.gmo, 281, 1247, 1180, 0, 0, 0, 0, 281, 1247 -po/uk.gmo, 281, 1247, 1202, 0, 0, 0, 0, 281, 1247 -po/fr.gmo, 281, 1247, 1452, 0, 0, 0, 0, 281, 1247 -po/ms.gmo, 162, 710, 657, 0, 0, 0, 0, 162, 710 -po/pt_BR.gmo, 281, 1247, 1430, 0, 0, 0, 0, 281, 1247 -po/pl.po, 281, 1247, 1180, 59, 286, 45, 254, 385, 1787 -po/es.gmo, 281, 1247, 1338, 0, 0, 0, 0, 281, 1247 -po/cs.po, 281, 1247, 1172, 59, 286, 45, 254, 385, 1787 -po/es.po, 281, 1247, 1338, 59, 286, 45, 254, 385, 1787 -po/vi.po, 281, 1247, 1814, 59, 286, 45, 254, 385, 1787 -po/de.po, 261, 1162, 1052, 56, 282, 68, 343, 385, 1787 -po/eo.po, 281, 1247, 1185, 59, 286, 45, 254, 385, 1787 -po/vi.gmo, 281, 1247, 1814, 0, 0, 0, 0, 281, 1247 -po/de.gmo, 261, 1162, 1052, 0, 0, 0, 0, 261, 1162 -po/uk.po, 281, 1247, 1202, 59, 286, 45, 254, 385, 1787 -po/eo.gmo, 281, 1247, 1185, 0, 0, 0, 0, 281, 1247 -po/gnutls.pot, 0, 0, 0, 0, 0, 385, 1787, 385, 1787 -po/fi.gmo, 281, 1247, 887, 0, 0, 0, 0, 281, 1247 -po/zh_CN.po, 281, 1247, 480, 59, 286, 45, 254, 385, 1787 -po/sv.gmo, 281, 1247, 1048, 0, 0, 0, 0, 281, 1247 -po/it.po, 281, 1247, 1414, 59, 286, 45, 254, 385, 1787 -po/sr.po, 281, 1247, 1176, 59, 286, 45, 254, 385, 1787 -po/sv.po, 281, 1247, 1048, 59, 286, 45, 254, 385, 1787 -po/nl.po, 281, 1247, 1154, 59, 286, 45, 254, 385, 1787 -po/cs.gmo, 281, 1247, 1172, 0, 0, 0, 0, 281, 1247 -po/fi.po, 281, 1247, 887, 59, 286, 45, 254, 385, 1787 -po/sr.gmo, 281, 1247, 1176, 0, 0, 0, 0, 281, 1247 diff --git a/results/f30/grep-3.1-9.fc30.src.rpm.errors.txt b/results/f30/grep-3.1-9.fc30.src.rpm.errors.txt deleted file mode 100644 index 4697d69..0000000 --- a/results/f30/grep-3.1-9.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,17 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xea in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc1 in position 3: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 2: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 1: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 13: invalid continuation byte diff --git a/results/f30/grep-3.1-9.fc30.src.rpm.stats.csv b/results/f30/grep-3.1-9.fc30.src.rpm.stats.csv deleted file mode 100644 index a5ae868..0000000 --- a/results/f30/grep-3.1-9.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,83 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.gmo, 94, 615, 653, 0, 0, 0, 0, 94, 615 -po/ru.gmo, 107, 881, 935, 0, 0, 0, 0, 107, 881 -po/bg.gmo, 107, 881, 1066, 0, 0, 0, 0, 107, 881 -po/sr.gmo, 94, 615, 639, 0, 0, 0, 0, 94, 615 -po/ga.gmo, 107, 881, 967, 0, 0, 0, 0, 107, 881 -po/da.po, 93, 612, 605, 13, 262, 1, 7, 107, 881 -po/pt.gmo, 15, 43, 57, 0, 0, 0, 0, 15, 43 -po/ru.po, 107, 881, 935, 0, 0, 0, 0, 107, 881 -po/fr.po, 94, 615, 700, 12, 259, 1, 7, 107, 881 -po/sk.po, 84, 541, 549, 17, 298, 6, 42, 107, 881 -po/pt_BR.po, 107, 881, 1037, 0, 0, 0, 0, 107, 881 -po/ja.gmo, 107, 881, 528, 0, 0, 0, 0, 107, 881 -po/eu.po, 15, 43, 44, 23, 218, 69, 620, 107, 881 -po/cs.gmo, 94, 615, 640, 0, 0, 0, 0, 94, 615 -po/vi.gmo, 107, 881, 1314, 0, 0, 0, 0, 107, 881 -po/uk.po, 107, 881, 981, 0, 0, 0, 0, 107, 881 -po/pl.gmo, 107, 881, 906, 0, 0, 0, 0, 107, 881 -po/sl.gmo, 93, 612, 647, 0, 0, 0, 0, 93, 612 -po/ca.gmo, 94, 615, 791, 0, 0, 0, 0, 94, 615 -po/be.po, 15, 43, 42, 22, 214, 70, 624, 107, 881 -po/pa.po, 62, 252, 282, 11, 59, 34, 570, 107, 881 -po/lt.po, 16, 89, 86, 27, 272, 64, 520, 107, 881 -po/ky.po, 16, 89, 89, 26, 239, 65, 553, 107, 881 -po/el.gmo, 49, 272, 305, 0, 0, 0, 0, 49, 272 -po/nb.gmo, 94, 615, 669, 0, 0, 0, 0, 94, 615 -po/zh_CN.gmo, 94, 615, 339, 0, 0, 0, 0, 94, 615 -po/es.gmo, 90, 591, 701, 0, 0, 0, 0, 90, 591 -po/et.gmo, 107, 881, 774, 0, 0, 0, 0, 107, 881 -po/ca.po, 94, 615, 791, 12, 259, 1, 7, 107, 881 -po/id.po, 90, 591, 642, 13, 262, 4, 28, 107, 881 -po/it.po, 94, 615, 692, 12, 259, 1, 7, 107, 881 -po/af.po, 15, 43, 42, 22, 214, 70, 624, 107, 881 -po/th.gmo, 94, 615, 378, 0, 0, 0, 0, 94, 615 -po/uk.gmo, 107, 881, 981, 0, 0, 0, 0, 107, 881 -po/sr.po, 94, 615, 639, 12, 259, 1, 7, 107, 881 -po/sk.gmo, 84, 541, 549, 0, 0, 0, 0, 84, 541 -po/sv.gmo, 107, 881, 897, 0, 0, 0, 0, 107, 881 -po/nl.po, 107, 881, 956, 0, 0, 0, 0, 107, 881 -po/th.po, 94, 615, 378, 12, 259, 1, 7, 107, 881 -po/hr.po, 94, 615, 620, 12, 259, 1, 7, 107, 881 -po/be.gmo, 15, 43, 42, 0, 0, 0, 0, 15, 43 -po/vi.po, 107, 881, 1314, 0, 0, 0, 0, 107, 881 -po/eo.gmo, 94, 615, 633, 0, 0, 0, 0, 94, 615 -po/pt.po, 15, 43, 57, 22, 214, 70, 624, 107, 881 -po/gl.gmo, 75, 425, 499, 0, 0, 0, 0, 75, 425 -po/he.po, 15, 43, 52, 23, 218, 69, 620, 107, 881 -po/hu.po, 107, 881, 880, 0, 0, 0, 0, 107, 881 -po/nb.po, 94, 615, 669, 12, 259, 1, 7, 107, 881 -po/sv.po, 107, 881, 897, 0, 0, 0, 0, 107, 881 -po/zh_TW.po, 94, 615, 352, 12, 259, 1, 7, 107, 881 -po/pa.gmo, 62, 252, 282, 0, 0, 0, 0, 62, 252 -po/zh_CN.po, 94, 615, 339, 12, 259, 1, 7, 107, 881 -po/lt.gmo, 16, 89, 86, 0, 0, 0, 0, 16, 89 -po/ro.po, 15, 43, 47, 22, 214, 70, 624, 107, 881 -po/pt_BR.gmo, 107, 881, 1037, 0, 0, 0, 0, 107, 881 -po/it.gmo, 94, 615, 692, 0, 0, 0, 0, 94, 615 -po/et.po, 107, 881, 774, 0, 0, 0, 0, 107, 881 -po/ga.po, 107, 881, 967, 0, 0, 0, 0, 107, 881 -po/sl.po, 93, 612, 647, 13, 262, 1, 7, 107, 881 -po/eu.gmo, 15, 43, 44, 0, 0, 0, 0, 15, 43 -po/fi.gmo, 94, 615, 550, 0, 0, 0, 0, 94, 615 -po/fi.po, 94, 615, 550, 12, 259, 1, 7, 107, 881 -po/el.po, 49, 272, 305, 35, 314, 23, 295, 107, 881 -po/da.gmo, 93, 612, 605, 0, 0, 0, 0, 93, 612 -po/tr.gmo, 15, 43, 44, 0, 0, 0, 0, 15, 43 -po/id.gmo, 90, 591, 642, 0, 0, 0, 0, 90, 591 -po/pl.po, 107, 881, 906, 0, 0, 0, 0, 107, 881 -po/cs.po, 94, 615, 640, 12, 259, 1, 7, 107, 881 -po/de.po, 94, 615, 653, 12, 259, 1, 7, 107, 881 -po/es.po, 90, 591, 701, 13, 262, 4, 28, 107, 881 -po/ja.po, 107, 881, 528, 0, 0, 0, 0, 107, 881 -po/hr.gmo, 94, 615, 620, 0, 0, 0, 0, 94, 615 -po/eo.po, 94, 615, 633, 12, 259, 1, 7, 107, 881 -po/hu.gmo, 107, 881, 880, 0, 0, 0, 0, 107, 881 -po/zh_TW.gmo, 94, 615, 352, 0, 0, 0, 0, 94, 615 -po/ky.gmo, 16, 89, 89, 0, 0, 0, 0, 16, 89 -po/fr.gmo, 94, 615, 700, 0, 0, 0, 0, 94, 615 -po/bg.po, 107, 881, 1066, 0, 0, 0, 0, 107, 881 -po/ko.po, 4, 11, 11, 17, 72, 86, 798, 107, 881 -po/nl.gmo, 107, 881, 956, 0, 0, 0, 0, 107, 881 -po/tr.po, 15, 43, 44, 23, 218, 69, 620, 107, 881 -po/grep.pot, 0, 0, 0, 0, 0, 107, 881, 107, 881 diff --git a/results/f30/grilo-0.3.7-2.fc30.src.rpm.errors.txt b/results/f30/grilo-0.3.7-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f30/grilo-0.3.7-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/grilo-0.3.7-2.fc30.src.rpm.stats.csv b/results/f30/grilo-0.3.7-2.fc30.src.rpm.stats.csv deleted file mode 100644 index afaf8a0..0000000 --- a/results/f30/grilo-0.3.7-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 36, 191, 58, 0, 0, 0, 0, 36, 191 -po/zh_HK.po, 36, 187, 57, 0, 0, 0, 0, 36, 187 -po/zh_CN.po, 36, 191, 68, 0, 0, 0, 0, 36, 191 -po/uk.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -po/tr.po, 36, 191, 166, 0, 0, 0, 0, 36, 191 -po/tg.po, 36, 187, 199, 0, 0, 0, 0, 36, 187 -po/sv.po, 36, 191, 179, 0, 0, 0, 0, 36, 191 -po/sr@latin.po, 37, 194, 204, 0, 0, 0, 0, 37, 194 -po/sr.po, 36, 191, 201, 0, 0, 0, 0, 36, 191 -po/sl.po, 36, 191, 214, 0, 0, 0, 0, 36, 191 -po/sk.po, 36, 191, 209, 0, 0, 0, 0, 36, 191 -po/ru.po, 37, 194, 190, 0, 0, 0, 0, 37, 194 -po/ro.po, 36, 191, 231, 0, 0, 0, 0, 36, 191 -po/pt_BR.po, 36, 191, 227, 0, 0, 0, 0, 36, 191 -po/pt.po, 37, 194, 216, 0, 0, 0, 0, 37, 194 -po/pl.po, 36, 191, 197, 0, 0, 0, 0, 36, 191 -po/pa.po, 36, 187, 226, 0, 0, 0, 0, 36, 187 -po/oc.po, 36, 191, 246, 0, 0, 0, 0, 36, 191 -po/nl.po, 37, 194, 180, 0, 0, 0, 0, 37, 194 -po/ne.po, 21, 96, 94, 7, 41, 8, 54, 36, 191 -po/nb.po, 37, 194, 205, 0, 0, 0, 0, 37, 194 -po/ml.po, 36, 191, 156, 0, 0, 0, 0, 36, 191 -po/lv.po, 36, 191, 181, 0, 0, 0, 0, 36, 191 -po/lt.po, 36, 191, 164, 0, 0, 0, 0, 36, 191 -po/ko.po, 36, 191, 168, 0, 0, 0, 0, 36, 191 -po/ja.po, 35, 184, 76, 0, 0, 0, 0, 35, 184 -po/it.po, 36, 191, 238, 0, 0, 0, 0, 36, 191 -po/id.po, 36, 191, 200, 0, 0, 0, 0, 36, 191 -po/hu.po, 36, 191, 192, 0, 0, 0, 0, 36, 191 -po/hr.po, 36, 191, 180, 0, 0, 0, 0, 36, 191 -po/he.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -po/gl.po, 36, 191, 257, 0, 0, 0, 0, 36, 191 -po/fur.po, 36, 191, 250, 0, 0, 0, 0, 36, 191 -po/fr.po, 36, 191, 247, 0, 0, 0, 0, 36, 191 -po/fi.po, 19, 85, 71, 0, 0, 17, 106, 36, 191 -po/eu.po, 37, 194, 205, 0, 0, 0, 0, 37, 194 -po/es.po, 36, 191, 269, 0, 0, 0, 0, 36, 191 -po/eo.po, 36, 191, 182, 0, 0, 0, 0, 36, 191 -po/en_GB.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -po/el.po, 37, 194, 219, 0, 0, 0, 0, 37, 194 -po/de.po, 36, 191, 203, 0, 0, 0, 0, 36, 191 -po/da.po, 36, 191, 188, 0, 0, 0, 0, 36, 191 -po/cs.po, 36, 191, 202, 0, 0, 0, 0, 36, 191 -po/ca@valencia.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -po/ca.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -po/bs.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -po/bg.po, 37, 194, 218, 0, 0, 0, 0, 37, 194 -po/as.po, 36, 187, 188, 0, 0, 0, 0, 36, 187 diff --git a/results/f30/grilo-plugins-0.3.8-2.fc30.src.rpm.errors.txt b/results/f30/grilo-plugins-0.3.8-2.fc30.src.rpm.errors.txt deleted file mode 100644 index a432669..0000000 --- a/results/f30/grilo-plugins-0.3.8-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,9 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/grilo-plugins.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/examples/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/examples/example-tmdb.c) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv b/results/f30/grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv deleted file mode 100644 index d6e05e1..0000000 --- a/results/f30/grilo-plugins-0.3.8-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,54 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/pl/pl.po, 54, 1294, 1204, 0, 0, 0, 0, 54, 1294 -help/pt_BR/pt_BR.po, 54, 1294, 1346, 0, 0, 0, 0, 54, 1294 -help/es/es.po, 36, 668, 699, 0, 0, 11, 205, 47, 873 -help/de/de.po, 54, 1294, 1222, 0, 0, 0, 0, 54, 1294 -help/sv/sv.po, 54, 1294, 1233, 0, 0, 0, 0, 54, 1294 -help/cs/cs.po, 54, 1294, 1216, 0, 0, 0, 0, 54, 1294 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sr@latin.po, 133, 536, 541, 0, 0, 0, 0, 133, 536 -po/ne.po, 44, 77, 79, 52, 186, 37, 273, 133, 536 -po/fur.po, 133, 537, 700, 0, 0, 0, 0, 133, 537 -po/zh_CN.po, 133, 536, 215, 0, 0, 0, 0, 133, 536 -po/hu.po, 133, 537, 473, 0, 0, 0, 0, 133, 537 -po/bs.po, 136, 554, 494, 0, 0, 0, 0, 136, 554 -po/he.po, 133, 536, 475, 0, 0, 0, 0, 133, 536 -po/eo.po, 67, 229, 214, 0, 0, 58, 254, 125, 483 -po/es.po, 133, 537, 643, 0, 0, 0, 0, 133, 537 -po/pl.po, 133, 537, 585, 0, 0, 0, 0, 133, 537 -po/cs.po, 133, 537, 481, 0, 0, 0, 0, 133, 537 -po/ru.po, 132, 528, 502, 0, 0, 0, 0, 132, 528 -po/gl.po, 133, 537, 695, 0, 0, 0, 0, 133, 537 -po/ro.po, 133, 537, 639, 0, 0, 0, 0, 133, 537 -po/zh_TW.po, 133, 537, 220, 0, 0, 0, 0, 133, 537 -po/pt_BR.po, 133, 537, 617, 0, 0, 0, 0, 133, 537 -po/tr.po, 133, 537, 510, 0, 0, 0, 0, 133, 537 -po/da.po, 133, 537, 524, 0, 0, 0, 0, 133, 537 -po/ja.po, 124, 480, 190, 0, 0, 1, 3, 125, 483 -po/id.po, 133, 537, 507, 0, 0, 0, 0, 133, 537 -po/uk.po, 125, 483, 458, 0, 0, 0, 0, 125, 483 -po/it.po, 133, 537, 604, 0, 0, 0, 0, 133, 537 -po/oc.po, 132, 528, 620, 0, 0, 0, 0, 132, 528 -po/sl.po, 133, 537, 528, 0, 0, 0, 0, 133, 537 -po/lv.po, 133, 537, 458, 0, 0, 0, 0, 133, 537 -po/sr.po, 133, 536, 541, 0, 0, 0, 0, 133, 536 -po/pt.po, 133, 536, 594, 0, 0, 0, 0, 133, 536 -po/de.po, 133, 537, 532, 0, 0, 0, 0, 133, 537 -po/ko.po, 133, 537, 453, 0, 0, 0, 0, 133, 537 -po/hr.po, 133, 537, 476, 0, 0, 0, 0, 133, 537 -po/fi.po, 46, 99, 84, 0, 0, 87, 438, 133, 537 -po/ca.po, 133, 536, 698, 0, 0, 0, 0, 133, 536 -po/nb.po, 123, 467, 530, 0, 0, 10, 69, 133, 536 -po/lt.po, 133, 537, 436, 0, 0, 0, 0, 133, 537 -po/eu.po, 133, 536, 499, 0, 0, 0, 0, 133, 536 -po/el.po, 133, 536, 547, 0, 0, 0, 0, 133, 536 -po/nl.po, 133, 536, 526, 0, 0, 0, 0, 133, 536 -po/fr.po, 133, 537, 633, 0, 0, 0, 0, 133, 537 -po/as.po, 132, 533, 546, 0, 0, 0, 0, 132, 533 -po/sv.po, 133, 537, 568, 0, 0, 0, 0, 133, 537 -po/zh_HK.po, 132, 533, 227, 0, 0, 0, 0, 132, 533 -po/ml.po, 27, 51, 51, 0, 0, 98, 432, 125, 483 -po/en_GB.po, 133, 536, 535, 0, 0, 0, 0, 133, 536 -po/sk.po, 133, 536, 494, 0, 0, 0, 0, 133, 536 -po/ca@valencia.po, 133, 536, 698, 0, 0, 0, 0, 133, 536 -po/bg.po, 133, 536, 593, 0, 0, 0, 0, 133, 536 diff --git a/results/f30/grub2-2.02-75.fc30.src.rpm.errors.txt b/results/f30/grub2-2.02-75.fc30.src.rpm.errors.txt deleted file mode 100644 index 1af41e2..0000000 --- a/results/f30/grub2-2.02-75.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,27 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0x99 in position 7: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/swiss.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-swiss) -translate.tools.pocount: ERROR: Unknown filetype (./po/piglatin.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@piglatin.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-piglatin) -translate.tools.pocount: ERROR: Unknown filetype (./po/hebrew.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/cyrillic.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/greek.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/arabic.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-translit) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-windowsdir) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES-shell.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/grub.d.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/grub2-2.02-75.fc30.src.rpm.stats.csv b/results/f30/grub2-2.02-75.fc30.src.rpm.stats.csv deleted file mode 100644 index d109653..0000000 --- a/results/f30/grub2-2.02-75.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,78 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ast.po, 193, 962, 1090, 294, 1618, 857, 4539, 1344, 7119 -po/ca.po, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -po/da.po, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -po/de.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -po/de_CH.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -po/de@hebrew.po, 1337, 7003, 6650, 0, 0, 7, 116, 1344, 7119 -po/en@arabic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -po/en@cyrillic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -po/en@greek.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -po/en@hebrew.po, 1341, 7111, 7113, 1, 4, 2, 4, 1344, 7119 -po/en@piglatin.po, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -po/en@quot.po, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -po/eo.po, 496, 2432, 2251, 68, 403, 780, 4284, 1344, 7119 -po/es.po, 1314, 6962, 8812, 22, 132, 8, 25, 1344, 7119 -po/fi.po, 1314, 6962, 5587, 23, 134, 7, 23, 1344, 7119 -po/fr.po, 1314, 6962, 8698, 23, 134, 7, 23, 1344, 7119 -po/gl.po, 1137, 5711, 7201, 103, 670, 104, 738, 1344, 7119 -po/hr.po, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -po/hu.po, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -po/id.po, 322, 1633, 1638, 273, 1517, 749, 3969, 1344, 7119 -po/it.po, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -po/ja.po, 231, 1063, 408, 399, 1597, 714, 4459, 1344, 7119 -po/ko.po, 192, 959, 816, 228, 1299, 924, 4861, 1344, 7119 -po/lt.po, 1104, 5359, 5109, 17, 89, 223, 1671, 1344, 7119 -po/nb.po, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -po/nl.po, 1343, 7115, 7054, 1, 4, 0, 0, 1344, 7119 -po/pa.po, 663, 2456, 2720, 73, 339, 608, 4324, 1344, 7119 -po/pl.po, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -po/pt_BR.po, 1013, 4531, 5407, 181, 984, 150, 1604, 1344, 7119 -po/ru.po, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -po/sl.po, 1067, 5382, 5546, 119, 719, 158, 1018, 1344, 7119 -po/sr.po, 1314, 6962, 7004, 21, 128, 9, 29, 1344, 7119 -po/sv.po, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -po/tr.po, 827, 3690, 3455, 15, 66, 502, 3363, 1344, 7119 -po/uk.po, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -po/vi.po, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -po/zh_CN.po, 348, 1731, 681, 271, 1489, 725, 3899, 1344, 7119 -po/zh_TW.po, 352, 1741, 734, 240, 1296, 752, 4082, 1344, 7119 -po/ast.gmo, 193, 962, 1090, 0, 0, 0, 0, 193, 962 -po/ca.gmo, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -po/da.gmo, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -po/de.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -po/de_CH.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -po/de@hebrew.gmo, 1337, 7003, 6650, 0, 0, 0, 0, 1337, 7003 -po/en@arabic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -po/en@cyrillic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -po/en@greek.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -po/en@hebrew.gmo, 1341, 7111, 7113, 0, 0, 0, 0, 1341, 7111 -po/en@piglatin.gmo, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -po/en@quot.gmo, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -po/eo.gmo, 496, 2432, 2251, 0, 0, 0, 0, 496, 2432 -po/es.gmo, 1314, 6962, 8812, 0, 0, 0, 0, 1314, 6962 -po/fi.gmo, 1314, 6962, 5587, 0, 0, 0, 0, 1314, 6962 -po/fr.gmo, 1314, 6962, 8698, 0, 0, 0, 0, 1314, 6962 -po/gl.gmo, 1137, 5711, 7201, 0, 0, 0, 0, 1137, 5711 -po/hr.gmo, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -po/hu.gmo, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -po/id.gmo, 322, 1633, 1638, 0, 0, 0, 0, 322, 1633 -po/it.gmo, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -po/ja.gmo, 231, 1063, 408, 0, 0, 0, 0, 231, 1063 -po/ko.gmo, 192, 959, 816, 0, 0, 0, 0, 192, 959 -po/lt.gmo, 1104, 5359, 5109, 0, 0, 0, 0, 1104, 5359 -po/nb.gmo, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -po/nl.gmo, 1343, 7115, 7054, 0, 0, 0, 0, 1343, 7115 -po/pa.gmo, 663, 2456, 2720, 0, 0, 0, 0, 663, 2456 -po/pl.gmo, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -po/pt_BR.gmo, 1013, 4531, 5407, 0, 0, 0, 0, 1013, 4531 -po/ru.gmo, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -po/sl.gmo, 1067, 5382, 5546, 0, 0, 0, 0, 1067, 5382 -po/sr.gmo, 1314, 6962, 7004, 0, 0, 0, 0, 1314, 6962 -po/sv.gmo, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -po/tr.gmo, 827, 3690, 3455, 0, 0, 0, 0, 827, 3690 -po/uk.gmo, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -po/vi.gmo, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -po/zh_CN.gmo, 348, 1731, 681, 0, 0, 0, 0, 348, 1731 -po/zh_TW.gmo, 352, 1741, 734, 0, 0, 0, 0, 352, 1741 -po/grub.pot, 0, 0, 0, 0, 0, 1344, 7119, 1344, 7119 diff --git a/results/f30/gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f30/gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 6756ca3..0000000 --- a/results/f30/gsettings-desktop-schemas-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,55 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 572, 6378, 1080, 0, 0, 0, 0, 572, 6378 -po/zh_HK.po, 496, 5665, 914, 0, 0, 0, 0, 496, 5665 -po/zh_CN.po, 560, 6232, 1008, 0, 0, 0, 0, 560, 6232 -po/vi.po, 154, 762, 963, 0, 0, 121, 1668, 275, 2430 -po/uk.po, 106, 1033, 825, 0, 0, 312, 3552, 418, 4585 -po/ug.po, 428, 3600, 2844, 0, 0, 40, 1690, 468, 5290 -po/tr.po, 578, 6423, 5387, 0, 0, 0, 0, 578, 6423 -po/tg.po, 4, 8, 8, 0, 0, 464, 5282, 468, 5290 -po/sv.po, 578, 6423, 5800, 0, 0, 0, 0, 578, 6423 -po/sr@latin.po, 572, 6378, 6138, 0, 0, 0, 0, 572, 6378 -po/sr.po, 578, 6423, 6191, 0, 0, 0, 0, 578, 6423 -po/sl.po, 578, 6423, 5836, 0, 0, 0, 0, 578, 6423 -po/sk.po, 566, 6311, 6038, 0, 0, 0, 0, 566, 6311 -po/ru.po, 490, 4136, 3625, 62, 1877, 20, 365, 572, 6378 -po/ro.po, 252, 1304, 1494, 3, 299, 317, 4775, 572, 6378 -po/pt_BR.po, 578, 6423, 7252, 0, 0, 0, 0, 578, 6423 -po/pt.po, 560, 6232, 7008, 0, 0, 0, 0, 560, 6232 -po/pl.po, 578, 6423, 5839, 0, 0, 0, 0, 578, 6423 -po/pa.po, 236, 2202, 2292, 1, 7, 159, 2015, 396, 4224 -po/or.po, 242, 2113, 1913, 0, 0, 176, 2472, 418, 4585 -po/oc.po, 531, 5849, 7068, 1, 14, 0, 0, 532, 5863 -po/nl.po, 404, 3033, 2836, 0, 0, 174, 3390, 578, 6423 -po/ne.po, 176, 901, 903, 165, 825, 225, 4585, 566, 6311 -po/nb.po, 306, 1575, 1489, 20, 194, 240, 4542, 566, 6311 -po/ml.po, 101, 582, 442, 11, 59, 357, 4649, 469, 5290 -po/lv.po, 572, 6378, 5334, 0, 0, 0, 0, 572, 6378 -po/lt.po, 578, 6423, 5041, 0, 0, 0, 0, 578, 6423 -po/kk.po, 226, 944, 936, 0, 0, 346, 5434, 572, 6378 -po/ja.po, 166, 1337, 293, 79, 612, 35, 692, 280, 2641 -po/it.po, 578, 6423, 6991, 0, 0, 0, 0, 578, 6423 -po/is.po, 169, 957, 1004, 0, 0, 391, 5275, 560, 6232 -po/id.po, 578, 6423, 5961, 0, 0, 0, 0, 578, 6423 -po/hu.po, 578, 6423, 5714, 0, 0, 0, 0, 578, 6423 -po/hr.po, 589, 6560, 5797, 0, 0, 0, 0, 589, 6560 -po/hi.po, 468, 5290, 6120, 0, 0, 0, 0, 468, 5290 -po/he.po, 570, 6343, 6343, 0, 0, 0, 0, 570, 6343 -po/gu.po, 246, 1128, 1131, 12, 86, 238, 4451, 496, 5665 -po/gl.po, 578, 6423, 7401, 0, 0, 0, 0, 578, 6423 -po/fur.po, 520, 5279, 6467, 0, 0, 58, 1144, 578, 6423 -po/fr.po, 578, 6423, 7857, 0, 0, 0, 0, 578, 6423 -po/fi.po, 106, 406, 318, 21, 92, 363, 5060, 490, 5558 -po/eu.po, 578, 6423, 5418, 0, 0, 0, 0, 578, 6423 -po/es.po, 578, 6423, 7631, 0, 0, 0, 0, 578, 6423 -po/eo.po, 224, 1494, 1390, 10, 120, 336, 4729, 570, 6343 -po/en_GB.po, 572, 6378, 6376, 0, 0, 0, 0, 572, 6378 -po/el.po, 532, 5863, 6193, 0, 0, 0, 0, 532, 5863 -po/de.po, 578, 6423, 6100, 0, 0, 0, 0, 578, 6423 -po/da.po, 578, 6423, 5684, 0, 0, 0, 0, 578, 6423 -po/cs.po, 578, 6423, 6028, 0, 0, 0, 0, 578, 6423 -po/ca@valencia.po, 550, 5942, 7339, 2, 71, 14, 298, 566, 6311 -po/ca.po, 550, 5942, 7357, 2, 71, 14, 298, 566, 6311 -po/bs.po, 527, 5813, 5446, 0, 0, 0, 0, 527, 5813 -po/bg.po, 37, 254, 300, 0, 0, 435, 5065, 472, 5319 -po/as.po, 69, 678, 574, 0, 0, 349, 3907, 418, 4585 diff --git a/results/f30/gspell-1.8.1-3.fc30.src.rpm.errors.txt b/results/f30/gspell-1.8.1-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f30/gspell-1.8.1-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/gspell-1.8.1-3.fc30.src.rpm.stats.csv b/results/f30/gspell-1.8.1-3.fc30.src.rpm.stats.csv deleted file mode 100644 index af6aea1..0000000 --- a/results/f30/gspell-1.8.1-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,90 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/gspell-1.pot, 0, 0, 0, 0, 0, 32, 78, 32, 78 -po/zh_TW.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/zh_CN.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/vi.gmo, 27, 56, 89, 0, 0, 0, 0, 27, 56 -po/tr.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/sv.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/sr.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sr@latin.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sl.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/sk.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/ru.gmo, 26, 53, 51, 0, 0, 0, 0, 26, 53 -po/ro.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/pt.gmo, 29, 62, 64, 0, 0, 0, 0, 29, 62 -po/pt_BR.gmo, 32, 78, 86, 0, 0, 0, 0, 32, 78 -po/pl.gmo, 32, 78, 75, 0, 0, 0, 0, 32, 78 -po/pa.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/oc.gmo, 25, 53, 62, 0, 0, 0, 0, 25, 53 -po/nl.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ne.gmo, 32, 78, 87, 0, 0, 0, 0, 32, 78 -po/nb.gmo, 32, 78, 74, 0, 0, 0, 0, 32, 78 -po/ml.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/lv.gmo, 32, 78, 76, 0, 0, 0, 0, 32, 78 -po/lt.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/ko.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/ja.gmo, 26, 53, 29, 0, 0, 0, 0, 26, 53 -po/it.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/id.gmo, 32, 78, 90, 0, 0, 0, 0, 32, 78 -po/hu.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/hr.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/he.gmo, 26, 53, 53, 0, 0, 0, 0, 26, 53 -po/gl.gmo, 32, 78, 96, 0, 0, 0, 0, 32, 78 -po/fur.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/fr.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/fi.gmo, 32, 78, 73, 0, 0, 0, 0, 32, 78 -po/fa.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/es.gmo, 32, 78, 98, 0, 0, 0, 0, 32, 78 -po/eo.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/en_GB.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/el.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/de.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/da.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/cs.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ca@valencia.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ca.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ar.gmo, 32, 78, 83, 0, 0, 0, 0, 32, 78 -po/zh_TW.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/zh_CN.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/vi.po, 27, 56, 89, 5, 22, 0, 0, 32, 78 -po/tr.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/sv.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/sr.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sr@latin.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sl.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/sk.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/ru.po, 26, 53, 51, 4, 9, 2, 16, 32, 78 -po/ro.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/pt.po, 29, 62, 64, 3, 16, 0, 0, 32, 78 -po/pt_BR.po, 32, 78, 86, 0, 0, 0, 0, 32, 78 -po/pl.po, 32, 78, 75, 0, 0, 0, 0, 32, 78 -po/pa.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/oc.po, 25, 53, 62, 5, 9, 2, 16, 32, 78 -po/nl.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ne.po, 32, 78, 87, 0, 0, 0, 0, 32, 78 -po/nb.po, 32, 78, 74, 0, 0, 0, 0, 32, 78 -po/ml.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/lv.po, 32, 78, 76, 0, 0, 0, 0, 32, 78 -po/lt.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/ko.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/ja.po, 26, 53, 29, 4, 9, 2, 16, 32, 78 -po/it.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/id.po, 32, 78, 90, 0, 0, 0, 0, 32, 78 -po/hu.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/hr.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/he.po, 26, 53, 53, 4, 9, 2, 16, 32, 78 -po/gl.po, 32, 78, 96, 0, 0, 0, 0, 32, 78 -po/fur.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/fr.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/fi.po, 32, 78, 73, 0, 0, 0, 0, 32, 78 -po/fa.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/es.po, 32, 78, 98, 0, 0, 0, 0, 32, 78 -po/eo.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/en_GB.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/el.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/de.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/da.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/cs.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ca@valencia.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ca.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ar.po, 32, 78, 83, 0, 0, 0, 0, 32, 78 diff --git a/results/f30/gstreamer1-1.15.2-2.fc30.src.rpm.errors.txt b/results/f30/gstreamer1-1.15.2-2.fc30.src.rpm.errors.txt deleted file mode 100644 index d07899a..0000000 --- a/results/f30/gstreamer1-1.15.2-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f30/gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv b/results/f30/gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 16f12ca..0000000 --- a/results/f30/gstreamer1-1.15.2-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,84 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.gmo, 318, 1743, 1364, 0, 0, 0, 0, 318, 1743 -po/gl.po, 336, 1861, 2206, 11, 79, 31, 170, 378, 2110 -po/pl.po, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -po/zh_CN.gmo, 373, 2074, 543, 0, 0, 0, 0, 373, 2074 -po/zh_CN.po, 373, 2074, 543, 2, 5, 3, 31, 378, 2110 -po/ast.gmo, 293, 1550, 1723, 0, 0, 0, 0, 293, 1550 -po/sr.po, 373, 2074, 2136, 2, 5, 3, 31, 378, 2110 -po/bg.po, 373, 2074, 2319, 2, 5, 3, 31, 378, 2110 -po/uk.gmo, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -po/hr.po, 378, 2110, 2083, 0, 0, 0, 0, 378, 2110 -po/sq.gmo, 137, 595, 697, 0, 0, 0, 0, 137, 595 -po/nb.gmo, 373, 2074, 1894, 0, 0, 0, 0, 373, 2074 -po/fur.po, 186, 888, 1037, 2, 5, 190, 1217, 378, 2110 -po/ca.po, 317, 1736, 2259, 24, 153, 37, 221, 378, 2110 -po/vi.po, 373, 2074, 3100, 2, 5, 3, 31, 378, 2110 -po/el.gmo, 317, 1736, 1820, 0, 0, 0, 0, 317, 1736 -po/en_GB.gmo, 134, 583, 583, 0, 0, 0, 0, 134, 583 -po/gl.gmo, 336, 1861, 2206, 0, 0, 0, 0, 336, 1861 -po/az.po, 24, 41, 41, 12, 43, 342, 2026, 378, 2110 -po/af.gmo, 166, 743, 759, 0, 0, 0, 0, 166, 743 -po/fr.gmo, 373, 2074, 2445, 0, 0, 0, 0, 373, 2074 -po/cs.po, 373, 2074, 2102, 2, 5, 3, 31, 378, 2110 -po/sl.po, 349, 1947, 1915, 8, 52, 21, 111, 378, 2110 -po/hu.po, 373, 2074, 1873, 2, 5, 3, 31, 378, 2110 -po/zh_TW.po, 349, 1965, 495, 5, 30, 24, 115, 378, 2110 -po/sv.po, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -po/lt.gmo, 305, 1667, 1403, 0, 0, 0, 0, 305, 1667 -po/be.gmo, 42, 175, 169, 0, 0, 0, 0, 42, 175 -po/sk.gmo, 364, 2008, 1987, 0, 0, 0, 0, 364, 2008 -po/rw.gmo, 5, 4, 4, 0, 0, 0, 0, 5, 4 -po/be.po, 42, 175, 169, 22, 121, 314, 1814, 378, 2110 -po/nb.po, 373, 2074, 1894, 2, 5, 3, 31, 378, 2110 -po/nl.gmo, 373, 2074, 2177, 0, 0, 0, 0, 373, 2074 -po/eu.po, 292, 1544, 1333, 34, 209, 52, 357, 378, 2110 -po/ru.gmo, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -po/de.po, 373, 2074, 2104, 2, 5, 3, 31, 378, 2110 -po/gstreamer-1.0.pot, 0, 0, 0, 0, 0, 378, 2110, 378, 2110 -po/ast.po, 293, 1550, 1723, 32, 197, 53, 363, 378, 2110 -po/sr.gmo, 373, 2074, 2136, 0, 0, 0, 0, 373, 2074 -po/es.gmo, 322, 1759, 2195, 0, 0, 0, 0, 322, 1759 -po/pl.gmo, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -po/fr.po, 373, 2074, 2445, 2, 5, 3, 31, 378, 2110 -po/id.gmo, 369, 2027, 1939, 0, 0, 0, 0, 369, 2027 -po/vi.gmo, 373, 2074, 3100, 0, 0, 0, 0, 373, 2074 -po/tr.po, 378, 2110, 1852, 0, 0, 0, 0, 378, 2110 -po/sq.po, 137, 595, 697, 85, 461, 156, 1054, 378, 2110 -po/es.po, 322, 1759, 2195, 22, 147, 34, 204, 378, 2110 -po/ru.po, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -po/ja.gmo, 173, 688, 270, 0, 0, 0, 0, 173, 688 -po/it.po, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -po/id.po, 369, 2027, 1939, 5, 37, 4, 46, 378, 2110 -po/bg.gmo, 373, 2074, 2319, 0, 0, 0, 0, 373, 2074 -po/lt.po, 305, 1667, 1403, 28, 173, 45, 270, 378, 2110 -po/pt_BR.gmo, 369, 2027, 2390, 0, 0, 0, 0, 369, 2027 -po/zh_TW.gmo, 349, 1965, 495, 0, 0, 0, 0, 349, 1965 -po/pt_BR.po, 369, 2027, 2390, 5, 37, 4, 46, 378, 2110 -po/af.po, 166, 743, 759, 80, 420, 132, 947, 378, 2110 -po/ja.po, 173, 688, 270, 20, 99, 185, 1323, 378, 2110 -po/de.gmo, 373, 2074, 2104, 0, 0, 0, 0, 373, 2074 -po/en_GB.po, 134, 583, 583, 86, 465, 158, 1062, 378, 2110 -po/eu.gmo, 292, 1544, 1333, 0, 0, 0, 0, 292, 1544 -po/it.gmo, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -po/fur.gmo, 186, 888, 1037, 0, 0, 0, 0, 186, 888 -po/cs.gmo, 373, 2074, 2102, 0, 0, 0, 0, 373, 2074 -po/fi.po, 318, 1743, 1364, 24, 153, 36, 214, 378, 2110 -po/ro.po, 304, 1666, 1984, 28, 173, 46, 271, 378, 2110 -po/hu.gmo, 373, 2074, 1873, 0, 0, 0, 0, 373, 2074 -po/sv.gmo, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -po/az.gmo, 24, 41, 41, 0, 0, 0, 0, 24, 41 -po/ro.gmo, 304, 1666, 1984, 0, 0, 0, 0, 304, 1666 -po/uk.po, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -po/tr.gmo, 378, 2110, 1852, 0, 0, 0, 0, 378, 2110 -po/el.po, 317, 1736, 1820, 23, 149, 38, 225, 378, 2110 -po/da.po, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -po/da.gmo, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -po/rw.po, 5, 4, 4, 198, 1032, 175, 1074, 378, 2110 -po/ca.gmo, 317, 1736, 2259, 0, 0, 0, 0, 317, 1736 -po/eo.po, 67, 161, 169, 4, 16, 307, 1933, 378, 2110 -po/hr.gmo, 378, 2110, 2083, 0, 0, 0, 0, 378, 2110 -po/sl.gmo, 349, 1947, 1915, 0, 0, 0, 0, 349, 1947 -po/eo.gmo, 67, 161, 169, 0, 0, 0, 0, 67, 161 -po/sk.po, 364, 2008, 1987, 5, 37, 9, 65, 378, 2110 -po/nl.po, 373, 2074, 2177, 2, 5, 3, 31, 378, 2110 diff --git a/results/f30/gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.errors.txt b/results/f30/gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 53d66d7..0000000 --- a/results/f30/gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars.template) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f30/gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv b/results/f30/gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 250975b..0000000 --- a/results/f30/gstreamer1-plugins-bad-free-1.15.2-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,84 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sl.po, 10, 73, 63, 3, 22, 16, 102, 29, 197 -po/eo.gmo, 8, 59, 52, 0, 0, 0, 0, 8, 59 -po/gl.po, 10, 73, 101, 3, 22, 16, 102, 29, 197 -po/mt.gmo, 7, 43, 39, 0, 0, 0, 0, 7, 43 -po/ro.po, 8, 49, 59, 4, 26, 17, 122, 29, 197 -po/pt_BR.gmo, 28, 194, 268, 0, 0, 0, 0, 28, 194 -po/ky.po, 4, 26, 20, 3, 21, 22, 150, 29, 197 -po/sq.po, 5, 30, 36, 6, 39, 18, 128, 29, 197 -po/hu.po, 28, 194, 197, 0, 0, 1, 3, 29, 197 -po/az.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -po/vi.gmo, 28, 194, 297, 0, 0, 0, 0, 28, 194 -po/eu.gmo, 8, 49, 47, 0, 0, 0, 0, 8, 49 -po/hr.po, 29, 197, 207, 0, 0, 0, 0, 29, 197 -po/af.po, 2, 12, 13, 8, 53, 19, 132, 29, 197 -po/id.po, 28, 194, 189, 0, 0, 1, 3, 29, 197 -po/uk.po, 29, 197, 212, 0, 0, 0, 0, 29, 197 -po/bg.po, 28, 194, 246, 0, 0, 1, 3, 29, 197 -po/ja.gmo, 10, 73, 20, 0, 0, 0, 0, 10, 73 -po/cs.gmo, 28, 194, 211, 0, 0, 0, 0, 28, 194 -po/nb.po, 28, 194, 173, 0, 0, 1, 3, 29, 197 -po/sl.gmo, 10, 73, 63, 0, 0, 0, 0, 10, 73 -po/da.po, 29, 197, 175, 0, 0, 0, 0, 29, 197 -po/fr.gmo, 28, 194, 238, 0, 0, 0, 0, 28, 194 -po/es.po, 10, 73, 95, 6, 39, 13, 85, 29, 197 -po/tr.po, 29, 197, 152, 0, 0, 0, 0, 29, 197 -po/lv.po, 17, 126, 105, 9, 57, 3, 14, 29, 197 -po/nl.gmo, 28, 194, 227, 0, 0, 0, 0, 28, 194 -po/fur.po, 28, 194, 252, 0, 0, 1, 3, 29, 197 -po/mt.po, 7, 43, 39, 7, 43, 15, 111, 29, 197 -po/uk.gmo, 29, 197, 212, 0, 0, 0, 0, 29, 197 -po/pl.gmo, 29, 197, 219, 0, 0, 0, 0, 29, 197 -po/gst-plugins-bad-1.0.pot, 0, 0, 0, 0, 0, 29, 197, 29, 197 -po/or.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -po/az.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -po/sv.po, 29, 197, 197, 0, 0, 0, 0, 29, 197 -po/af.gmo, 2, 12, 13, 0, 0, 0, 0, 2, 12 -po/ro.gmo, 8, 49, 59, 0, 0, 0, 0, 8, 49 -po/ca.po, 10, 73, 99, 3, 22, 16, 102, 29, 197 -po/nl.po, 28, 194, 227, 0, 0, 1, 3, 29, 197 -po/sk.po, 21, 152, 140, 7, 42, 1, 3, 29, 197 -po/zh_CN.gmo, 28, 194, 29, 0, 0, 0, 0, 28, 194 -po/cs.po, 28, 194, 211, 0, 0, 1, 3, 29, 197 -po/sk.gmo, 21, 152, 140, 0, 0, 0, 0, 21, 152 -po/it.po, 29, 197, 235, 0, 0, 0, 0, 29, 197 -po/hr.gmo, 29, 197, 207, 0, 0, 0, 0, 29, 197 -po/fur.gmo, 28, 194, 252, 0, 0, 0, 0, 28, 194 -po/sr.po, 28, 194, 218, 0, 0, 1, 3, 29, 197 -po/fi.gmo, 8, 49, 38, 0, 0, 0, 0, 8, 49 -po/hu.gmo, 28, 194, 197, 0, 0, 0, 0, 28, 194 -po/fi.po, 8, 49, 38, 7, 43, 14, 105, 29, 197 -po/es.gmo, 10, 73, 95, 0, 0, 0, 0, 10, 73 -po/vi.po, 28, 194, 297, 0, 0, 1, 3, 29, 197 -po/el.po, 10, 73, 72, 3, 22, 16, 102, 29, 197 -po/pl.po, 29, 197, 219, 0, 0, 0, 0, 29, 197 -po/ru.po, 29, 197, 188, 0, 0, 0, 0, 29, 197 -po/zh_CN.po, 28, 194, 29, 0, 0, 1, 3, 29, 197 -po/id.gmo, 28, 194, 189, 0, 0, 0, 0, 28, 194 -po/de.po, 29, 197, 205, 0, 0, 0, 0, 29, 197 -po/lt.gmo, 5, 30, 26, 0, 0, 0, 0, 5, 30 -po/sq.gmo, 5, 30, 36, 0, 0, 0, 0, 5, 30 -po/ru.gmo, 29, 197, 188, 0, 0, 0, 0, 29, 197 -po/ky.gmo, 4, 26, 20, 0, 0, 0, 0, 4, 26 -po/lv.gmo, 17, 126, 105, 0, 0, 0, 0, 17, 126 -po/da.gmo, 29, 197, 175, 0, 0, 0, 0, 29, 197 -po/gl.gmo, 10, 73, 101, 0, 0, 0, 0, 10, 73 -po/en_GB.gmo, 2, 12, 12, 0, 0, 0, 0, 2, 12 -po/ca.gmo, 10, 73, 99, 0, 0, 0, 0, 10, 73 -po/it.gmo, 29, 197, 235, 0, 0, 0, 0, 29, 197 -po/sv.gmo, 29, 197, 197, 0, 0, 0, 0, 29, 197 -po/eu.po, 8, 49, 47, 4, 26, 17, 122, 29, 197 -po/tr.gmo, 29, 197, 152, 0, 0, 0, 0, 29, 197 -po/de.gmo, 29, 197, 205, 0, 0, 0, 0, 29, 197 -po/eo.po, 8, 59, 52, 5, 36, 16, 102, 29, 197 -po/ja.po, 10, 73, 20, 6, 39, 13, 85, 29, 197 -po/sr.gmo, 28, 194, 218, 0, 0, 0, 0, 28, 194 -po/fr.po, 28, 194, 238, 0, 0, 1, 3, 29, 197 -po/or.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -po/lt.po, 5, 30, 26, 6, 39, 18, 128, 29, 197 -po/nb.gmo, 28, 194, 173, 0, 0, 0, 0, 28, 194 -po/pt_BR.po, 28, 194, 268, 0, 0, 1, 3, 29, 197 -po/bg.gmo, 28, 194, 246, 0, 0, 0, 0, 28, 194 -po/en_GB.po, 2, 12, 12, 8, 53, 19, 132, 29, 197 -po/el.gmo, 10, 73, 72, 0, 0, 0, 0, 10, 73 diff --git a/results/f30/gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.errors.txt b/results/f30/gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.errors.txt deleted file mode 100644 index d07899a..0000000 --- a/results/f30/gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f30/gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv b/results/f30/gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 4914fc3..0000000 --- a/results/f30/gstreamer1-plugins-base-1.15.2-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,80 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.gmo, 124, 640, 416, 0, 0, 0, 0, 124, 640 -po/gl.po, 136, 677, 840, 13, 65, 55, 234, 204, 976 -po/pl.po, 204, 976, 940, 0, 0, 0, 0, 204, 976 -po/zh_CN.gmo, 196, 939, 335, 0, 0, 0, 0, 196, 939 -po/zh_CN.po, 196, 939, 335, 1, 5, 7, 32, 204, 976 -po/sr.po, 196, 939, 915, 1, 5, 7, 32, 204, 976 -po/bg.po, 191, 912, 968, 4, 28, 9, 36, 204, 976 -po/uk.gmo, 204, 976, 935, 0, 0, 0, 0, 204, 976 -po/hr.po, 203, 973, 939, 1, 3, 0, 0, 204, 976 -po/sq.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -po/lv.gmo, 154, 770, 635, 0, 0, 0, 0, 154, 770 -po/nb.gmo, 196, 939, 796, 0, 0, 0, 0, 196, 939 -po/fur.po, 131, 590, 681, 2, 8, 71, 378, 204, 976 -po/or.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -po/ca.po, 124, 640, 823, 22, 95, 58, 241, 204, 976 -po/vi.po, 196, 939, 1439, 1, 5, 7, 32, 204, 976 -po/el.gmo, 126, 651, 687, 0, 0, 0, 0, 126, 651 -po/en_GB.gmo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -po/gl.gmo, 136, 677, 840, 0, 0, 0, 0, 136, 677 -po/az.po, 2, 8, 7, 18, 123, 184, 845, 204, 976 -po/af.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -po/fr.gmo, 196, 939, 1154, 0, 0, 0, 0, 196, 939 -po/cs.po, 196, 939, 932, 1, 5, 7, 32, 204, 976 -po/sl.po, 136, 677, 628, 11, 55, 57, 244, 204, 976 -po/hu.po, 196, 939, 818, 1, 5, 7, 32, 204, 976 -po/sv.po, 204, 976, 807, 0, 0, 0, 0, 204, 976 -po/lt.gmo, 70, 316, 265, 0, 0, 0, 0, 70, 316 -po/sk.gmo, 186, 887, 804, 0, 0, 0, 0, 186, 887 -po/nb.po, 196, 939, 796, 1, 5, 7, 32, 204, 976 -po/nl.gmo, 191, 912, 911, 0, 0, 0, 0, 191, 912 -po/eu.po, 85, 407, 397, 19, 73, 100, 496, 204, 976 -po/ru.gmo, 204, 976, 875, 0, 0, 0, 0, 204, 976 -po/de.po, 204, 976, 868, 0, 0, 0, 0, 204, 976 -po/sr.gmo, 196, 939, 915, 0, 0, 0, 0, 196, 939 -po/es.gmo, 126, 651, 827, 0, 0, 0, 0, 126, 651 -po/pl.gmo, 204, 976, 940, 0, 0, 0, 0, 204, 976 -po/fr.po, 196, 939, 1154, 1, 5, 7, 32, 204, 976 -po/id.gmo, 196, 939, 912, 0, 0, 0, 0, 196, 939 -po/vi.gmo, 196, 939, 1439, 0, 0, 0, 0, 196, 939 -po/tr.po, 204, 976, 853, 0, 0, 0, 0, 204, 976 -po/sq.po, 2, 8, 9, 18, 123, 184, 845, 204, 976 -po/es.po, 126, 651, 827, 20, 84, 58, 241, 204, 976 -po/ru.po, 204, 976, 875, 0, 0, 0, 0, 204, 976 -po/ja.gmo, 94, 448, 197, 0, 0, 0, 0, 94, 448 -po/it.po, 204, 976, 1067, 0, 0, 0, 0, 204, 976 -po/id.po, 196, 939, 912, 1, 5, 7, 32, 204, 976 -po/bg.gmo, 191, 912, 968, 0, 0, 0, 0, 191, 912 -po/lt.po, 70, 316, 265, 30, 137, 104, 523, 204, 976 -po/pt_BR.gmo, 196, 939, 1171, 0, 0, 0, 0, 196, 939 -po/pt_BR.po, 196, 939, 1171, 1, 5, 7, 32, 204, 976 -po/af.po, 2, 8, 9, 18, 123, 184, 845, 204, 976 -po/ja.po, 94, 448, 197, 20, 75, 90, 453, 204, 976 -po/de.gmo, 204, 976, 868, 0, 0, 0, 0, 204, 976 -po/en_GB.po, 2, 8, 8, 18, 123, 184, 845, 204, 976 -po/eu.gmo, 85, 407, 397, 0, 0, 0, 0, 85, 407 -po/gst-plugins-base-1.0.pot, 0, 0, 0, 0, 0, 204, 976, 204, 976 -po/it.gmo, 204, 976, 1067, 0, 0, 0, 0, 204, 976 -po/fur.gmo, 131, 590, 681, 0, 0, 0, 0, 131, 590 -po/lv.po, 154, 770, 635, 7, 41, 43, 165, 204, 976 -po/cs.gmo, 196, 939, 932, 0, 0, 0, 0, 196, 939 -po/fi.po, 124, 640, 416, 22, 95, 58, 241, 204, 976 -po/ro.po, 80, 394, 416, 18, 64, 106, 518, 204, 976 -po/or.po, 2, 8, 7, 18, 123, 184, 845, 204, 976 -po/hu.gmo, 196, 939, 818, 0, 0, 0, 0, 196, 939 -po/sv.gmo, 204, 976, 807, 0, 0, 0, 0, 204, 976 -po/az.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -po/ro.gmo, 80, 394, 416, 0, 0, 0, 0, 80, 394 -po/uk.po, 204, 976, 935, 0, 0, 0, 0, 204, 976 -po/tr.gmo, 204, 976, 853, 0, 0, 0, 0, 204, 976 -po/el.po, 126, 651, 687, 20, 84, 58, 241, 204, 976 -po/da.po, 204, 976, 836, 0, 0, 0, 0, 204, 976 -po/da.gmo, 204, 976, 836, 0, 0, 0, 0, 204, 976 -po/ca.gmo, 124, 640, 823, 0, 0, 0, 0, 124, 640 -po/eo.po, 28, 167, 162, 3, 17, 173, 792, 204, 976 -po/hr.gmo, 203, 973, 939, 0, 0, 0, 0, 203, 973 -po/sl.gmo, 136, 677, 628, 0, 0, 0, 0, 136, 677 -po/eo.gmo, 28, 167, 162, 0, 0, 0, 0, 28, 167 -po/sk.po, 186, 887, 804, 4, 28, 14, 61, 204, 976 -po/nl.po, 191, 912, 911, 4, 28, 9, 36, 204, 976 diff --git a/results/f30/gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.errors.txt b/results/f30/gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.errors.txt deleted file mode 100644 index d07899a..0000000 --- a/results/f30/gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f30/gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv b/results/f30/gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 49dedb7..0000000 --- a/results/f30/gstreamer1-plugins-good-1.15.2-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,86 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.gmo, 50, 432, 344, 0, 0, 0, 0, 50, 432 -po/mt.gmo, 40, 340, 319, 0, 0, 0, 0, 40, 340 -po/gl.po, 65, 558, 715, 20, 152, 13, 92, 98, 802 -po/pl.po, 98, 802, 784, 0, 0, 0, 0, 98, 802 -po/zh_CN.gmo, 88, 716, 147, 0, 0, 0, 0, 88, 716 -po/zh_CN.po, 88, 716, 147, 6, 43, 4, 43, 98, 802 -po/sr.po, 88, 716, 740, 6, 43, 4, 43, 98, 802 -po/bg.po, 88, 716, 741, 6, 43, 4, 43, 98, 802 -po/uk.gmo, 98, 802, 783, 0, 0, 0, 0, 98, 802 -po/hr.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/sq.gmo, 1, 10, 13, 0, 0, 0, 0, 1, 10 -po/lv.gmo, 67, 572, 467, 0, 0, 0, 0, 67, 572 -po/nb.gmo, 88, 716, 665, 0, 0, 0, 0, 88, 716 -po/fur.po, 80, 665, 840, 7, 52, 11, 85, 98, 802 -po/or.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -po/ca.po, 53, 458, 593, 29, 231, 16, 113, 98, 802 -po/vi.po, 88, 716, 1097, 6, 43, 4, 43, 98, 802 -po/el.gmo, 53, 458, 516, 0, 0, 0, 0, 53, 458 -po/en_GB.gmo, 1, 10, 10, 0, 0, 0, 0, 1, 10 -po/gl.gmo, 65, 558, 715, 0, 0, 0, 0, 65, 558 -po/az.po, 1, 10, 9, 34, 254, 63, 538, 98, 802 -po/af.gmo, 1, 10, 8, 0, 0, 0, 0, 1, 10 -po/fr.gmo, 88, 716, 866, 0, 0, 0, 0, 88, 716 -po/cs.po, 88, 716, 639, 6, 43, 4, 43, 98, 802 -po/sl.po, 67, 572, 531, 20, 152, 11, 78, 98, 802 -po/hu.po, 88, 716, 666, 6, 43, 4, 43, 98, 802 -po/zh_TW.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -po/sv.po, 98, 802, 791, 0, 0, 0, 0, 98, 802 -po/lt.gmo, 44, 405, 308, 0, 0, 0, 0, 44, 405 -po/sk.gmo, 83, 686, 644, 0, 0, 0, 0, 83, 686 -po/zh_HK.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -po/nb.po, 88, 716, 665, 6, 43, 4, 43, 98, 802 -po/nl.gmo, 88, 716, 724, 0, 0, 0, 0, 88, 716 -po/eu.po, 44, 405, 376, 33, 258, 21, 139, 98, 802 -po/ru.gmo, 98, 802, 694, 0, 0, 0, 0, 98, 802 -po/de.po, 98, 802, 845, 0, 0, 0, 0, 98, 802 -po/sr.gmo, 88, 716, 740, 0, 0, 0, 0, 88, 716 -po/es.gmo, 56, 483, 602, 0, 0, 0, 0, 56, 483 -po/pl.gmo, 98, 802, 784, 0, 0, 0, 0, 98, 802 -po/fr.po, 88, 716, 866, 6, 43, 4, 43, 98, 802 -po/id.gmo, 86, 702, 663, 0, 0, 0, 0, 86, 702 -po/vi.gmo, 88, 716, 1097, 0, 0, 0, 0, 88, 716 -po/tr.po, 97, 784, 622, 0, 0, 1, 18, 98, 802 -po/sq.po, 1, 10, 13, 36, 265, 61, 527, 98, 802 -po/es.po, 56, 483, 602, 28, 221, 14, 98, 98, 802 -po/ru.po, 98, 802, 694, 0, 0, 0, 0, 98, 802 -po/ja.gmo, 65, 558, 161, 0, 0, 0, 0, 65, 558 -po/zh_HK.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -po/it.po, 98, 802, 924, 0, 0, 0, 0, 98, 802 -po/id.po, 86, 702, 663, 8, 57, 4, 43, 98, 802 -po/bg.gmo, 88, 716, 741, 0, 0, 0, 0, 88, 716 -po/lt.po, 44, 405, 308, 33, 258, 21, 139, 98, 802 -po/pt_BR.gmo, 88, 716, 875, 0, 0, 0, 0, 88, 716 -po/zh_TW.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -po/mt.po, 40, 340, 319, 36, 293, 22, 169, 98, 802 -po/pt_BR.po, 88, 716, 875, 6, 43, 4, 43, 98, 802 -po/af.po, 1, 10, 8, 34, 254, 63, 538, 98, 802 -po/ja.po, 65, 558, 161, 20, 152, 13, 92, 98, 802 -po/de.gmo, 98, 802, 845, 0, 0, 0, 0, 98, 802 -po/en_GB.po, 1, 10, 10, 36, 265, 61, 527, 98, 802 -po/eu.gmo, 44, 405, 376, 0, 0, 0, 0, 44, 405 -po/it.gmo, 98, 802, 924, 0, 0, 0, 0, 98, 802 -po/fur.gmo, 80, 665, 840, 0, 0, 0, 0, 80, 665 -po/lv.po, 67, 572, 467, 20, 152, 11, 78, 98, 802 -po/cs.gmo, 88, 716, 639, 0, 0, 0, 0, 88, 716 -po/fi.po, 50, 432, 344, 32, 258, 16, 112, 98, 802 -po/ro.po, 44, 405, 448, 33, 258, 21, 139, 98, 802 -po/or.po, 1, 10, 9, 38, 295, 59, 497, 98, 802 -po/hu.gmo, 88, 716, 666, 0, 0, 0, 0, 88, 716 -po/sv.gmo, 98, 802, 791, 0, 0, 0, 0, 98, 802 -po/az.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -po/ro.gmo, 44, 405, 448, 0, 0, 0, 0, 44, 405 -po/uk.po, 98, 802, 783, 0, 0, 0, 0, 98, 802 -po/tr.gmo, 97, 784, 622, 0, 0, 0, 0, 97, 784 -po/el.po, 53, 458, 516, 23, 186, 22, 158, 98, 802 -po/da.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/da.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/ca.gmo, 53, 458, 593, 0, 0, 0, 0, 53, 458 -po/eo.po, 6, 41, 38, 1, 9, 91, 752, 98, 802 -po/hr.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/sl.gmo, 67, 572, 531, 0, 0, 0, 0, 67, 572 -po/eo.gmo, 6, 41, 38, 0, 0, 0, 0, 6, 41 -po/sk.po, 83, 686, 644, 8, 57, 7, 59, 98, 802 -po/nl.po, 88, 716, 724, 6, 43, 4, 43, 98, 802 -po/gst-plugins-good-1.0.pot, 0, 0, 0, 0, 0, 98, 802, 98, 802 diff --git a/results/f30/gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.errors.txt b/results/f30/gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 1ffe68d..0000000 --- a/results/f30/gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f30/gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv b/results/f30/gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 17ff5d3..0000000 --- a/results/f30/gstreamer1-plugins-ugly-free-1.15.2-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,84 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sl.po, 10, 80, 66, 0, 0, 0, 0, 10, 80 -po/eo.gmo, 10, 80, 79, 0, 0, 0, 0, 10, 80 -po/gl.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/mt.gmo, 8, 56, 50, 0, 0, 0, 0, 8, 56 -po/ro.po, 8, 56, 63, 1, 4, 1, 20, 10, 80 -po/pt_BR.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/sq.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -po/hu.po, 10, 80, 76, 0, 0, 0, 0, 10, 80 -po/az.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -po/vi.gmo, 10, 80, 100, 0, 0, 0, 0, 10, 80 -po/eu.gmo, 8, 56, 56, 0, 0, 0, 0, 8, 56 -po/hr.po, 10, 80, 68, 0, 0, 0, 0, 10, 80 -po/af.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -po/id.po, 10, 80, 71, 0, 0, 0, 0, 10, 80 -po/uk.po, 10, 80, 74, 0, 0, 0, 0, 10, 80 -po/bg.po, 10, 80, 99, 0, 0, 0, 0, 10, 80 -po/ja.gmo, 10, 80, 18, 0, 0, 0, 0, 10, 80 -po/cs.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/nb.po, 10, 80, 72, 0, 0, 0, 0, 10, 80 -po/sl.gmo, 10, 80, 66, 0, 0, 0, 0, 10, 80 -po/da.po, 10, 80, 69, 0, 0, 0, 0, 10, 80 -po/fr.gmo, 10, 80, 89, 0, 0, 0, 0, 10, 80 -po/es.po, 10, 80, 105, 0, 0, 0, 0, 10, 80 -po/tr.po, 10, 80, 56, 0, 0, 0, 0, 10, 80 -po/lv.po, 10, 80, 59, 0, 0, 0, 0, 10, 80 -po/gst-plugins-ugly-1.0.pot, 0, 0, 0, 0, 0, 10, 80, 10, 80 -po/nl.gmo, 10, 80, 83, 0, 0, 0, 0, 10, 80 -po/fur.po, 10, 80, 87, 0, 0, 0, 0, 10, 80 -po/mt.po, 8, 56, 50, 1, 4, 1, 20, 10, 80 -po/uk.gmo, 10, 80, 74, 0, 0, 0, 0, 10, 80 -po/pl.gmo, 10, 80, 85, 0, 0, 0, 0, 10, 80 -po/or.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -po/az.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -po/sv.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/af.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -po/ro.gmo, 8, 56, 63, 0, 0, 0, 0, 8, 56 -po/ca.po, 10, 80, 102, 0, 0, 0, 0, 10, 80 -po/ms.gmo, 8, 56, 51, 0, 0, 0, 0, 8, 56 -po/nl.po, 10, 80, 83, 0, 0, 0, 0, 10, 80 -po/sk.po, 10, 80, 73, 0, 0, 0, 0, 10, 80 -po/zh_CN.gmo, 10, 80, 32, 0, 0, 0, 0, 10, 80 -po/cs.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/sk.gmo, 10, 80, 73, 0, 0, 0, 0, 10, 80 -po/it.po, 10, 80, 90, 0, 0, 0, 0, 10, 80 -po/hr.gmo, 10, 80, 68, 0, 0, 0, 0, 10, 80 -po/fur.gmo, 10, 80, 87, 0, 0, 0, 0, 10, 80 -po/sr.po, 10, 80, 80, 0, 0, 0, 0, 10, 80 -po/fi.gmo, 8, 56, 47, 0, 0, 0, 0, 8, 56 -po/hu.gmo, 10, 80, 76, 0, 0, 0, 0, 10, 80 -po/fi.po, 8, 56, 47, 1, 4, 1, 20, 10, 80 -po/es.gmo, 10, 80, 105, 0, 0, 0, 0, 10, 80 -po/vi.po, 10, 80, 100, 0, 0, 0, 0, 10, 80 -po/el.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/pl.po, 10, 80, 85, 0, 0, 0, 0, 10, 80 -po/ru.po, 10, 80, 67, 0, 0, 0, 0, 10, 80 -po/zh_CN.po, 10, 80, 32, 0, 0, 0, 0, 10, 80 -po/id.gmo, 10, 80, 71, 0, 0, 0, 0, 10, 80 -po/de.po, 10, 80, 91, 0, 0, 0, 0, 10, 80 -po/lt.gmo, 5, 38, 30, 0, 0, 0, 0, 5, 38 -po/sq.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -po/ru.gmo, 10, 80, 67, 0, 0, 0, 0, 10, 80 -po/lv.gmo, 10, 80, 59, 0, 0, 0, 0, 10, 80 -po/da.gmo, 10, 80, 69, 0, 0, 0, 0, 10, 80 -po/gl.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/ms.po, 8, 56, 51, 1, 4, 1, 20, 10, 80 -po/en_GB.gmo, 1, 7, 7, 0, 0, 0, 0, 1, 7 -po/ca.gmo, 10, 80, 102, 0, 0, 0, 0, 10, 80 -po/it.gmo, 10, 80, 90, 0, 0, 0, 0, 10, 80 -po/sv.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/eu.po, 8, 56, 56, 1, 4, 1, 20, 10, 80 -po/tr.gmo, 10, 80, 56, 0, 0, 0, 0, 10, 80 -po/de.gmo, 10, 80, 91, 0, 0, 0, 0, 10, 80 -po/eo.po, 10, 80, 79, 0, 0, 0, 0, 10, 80 -po/ja.po, 10, 80, 18, 0, 0, 0, 0, 10, 80 -po/sr.gmo, 10, 80, 80, 0, 0, 0, 0, 10, 80 -po/fr.po, 10, 80, 89, 0, 0, 0, 0, 10, 80 -po/or.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -po/lt.po, 5, 38, 30, 3, 16, 2, 26, 10, 80 -po/nb.gmo, 10, 80, 72, 0, 0, 0, 0, 10, 80 -po/pt_BR.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/bg.gmo, 10, 80, 99, 0, 0, 0, 0, 10, 80 -po/en_GB.po, 1, 7, 7, 4, 21, 5, 52, 10, 80 -po/el.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 diff --git a/results/f30/gtk-vnc-0.9.0-5.fc30.src.rpm.errors.txt b/results/f30/gtk-vnc-0.9.0-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 5158061..0000000 --- a/results/f30/gtk-vnc-0.9.0-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv b/results/f30/gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv deleted file mode 100644 index f11b07e..0000000 --- a/results/f30/gtk-vnc-0.9.0-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/pt_BR.po, 22, 81, 99, 0, 0, 0, 0, 22, 81 -po/sl.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -po/es.po, 22, 81, 113, 0, 0, 0, 0, 22, 81 -po/sv.po, 22, 81, 79, 0, 0, 0, 0, 22, 81 -po/ca.po, 22, 81, 139, 0, 0, 0, 0, 22, 81 -po/el.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -po/ro.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/ca@valencia.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -po/nds.po, 3, 8, 7, 0, 0, 0, 0, 3, 8 -po/zh_HK.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -po/hr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/uk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/lt.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/oc.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -po/pl.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/sr.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/gl.po, 22, 81, 115, 0, 0, 0, 0, 22, 81 -po/lv.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/te.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/eu.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -po/bs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/pa.po, 22, 81, 96, 0, 0, 0, 0, 22, 81 -po/th.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -po/en_GB.po, 22, 81, 81, 0, 0, 0, 0, 22, 81 -po/fr.po, 22, 81, 111, 0, 0, 0, 0, 22, 81 -po/hu.po, 22, 81, 77, 0, 0, 0, 0, 22, 81 -po/nl.po, 3, 8, 6, 0, 0, 0, 0, 3, 8 -po/pt.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -po/ru.po, 22, 81, 82, 0, 0, 0, 0, 22, 81 -po/gd.po, 3, 8, 12, 0, 0, 0, 0, 3, 8 -po/eo.po, 3, 8, 14, 0, 0, 0, 0, 3, 8 -po/guc.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/id.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/de.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -po/zh_CN.po, 22, 81, 30, 0, 0, 0, 0, 22, 81 -po/zh_TW.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -po/ja.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -po/fur.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -po/da.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -po/ko.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/sk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/sr@latin.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/he.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/it.po, 22, 81, 92, 0, 0, 0, 0, 22, 81 -po/tr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/tg.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/nb.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 diff --git a/results/f30/gtk2-2.24.32-4.fc30.src.rpm.errors.txt b/results/f30/gtk2-2.24.32-4.fc30.src.rpm.errors.txt deleted file mode 100644 index bfe8994..0000000 --- a/results/f30/gtk2-2.24.32-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/ChangeLog) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/README.translators) -translate.tools.pocount: ERROR: Unknown filetype (./po/po2tbl.sed.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' diff --git a/results/f30/gtk2-2.24.32-4.fc30.src.rpm.stats.csv b/results/f30/gtk2-2.24.32-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 4e8952d..0000000 --- a/results/f30/gtk2-2.24.32-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,415 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-properties/nso.gmo, 987, 5438, 7966, 0, 0, 0, 0, 987, 5438 -po-properties/wa.po, 459, 1797, 2311, 184, 817, 1076, 7228, 1719, 9842 -po-properties/en_CA.po, 1501, 8620, 8623, 165, 887, 53, 335, 1719, 9842 -po-properties/sr@ije.gmo, 987, 5438, 5051, 0, 0, 0, 0, 987, 5438 -po-properties/de.po, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -po-properties/ar.po, 1577, 9006, 7417, 109, 617, 33, 219, 1719, 9842 -po-properties/ka.po, 1292, 7118, 4878, 255, 1448, 172, 1276, 1719, 9842 -po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/zh_HK.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/am.po, 91, 161, 170, 250, 902, 1378, 8779, 1719, 9842 -po-properties/rw.gmo, 84, 104, 104, 0, 0, 0, 0, 84, 104 -po-properties/uz@cyrillic.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -po-properties/bs.po, 987, 5438, 5106, 486, 2657, 246, 1747, 1719, 9842 -po-properties/lv.po, 1500, 7984, 6338, 58, 330, 161, 1528, 1719, 9842 -po-properties/nso.po, 987, 5438, 7966, 485, 2651, 247, 1753, 1719, 9842 -po-properties/eu.gmo, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -po-properties/dz.po, 1390, 7921, 3051, 244, 1359, 85, 562, 1719, 9842 -po-properties/pt.gmo, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -po-properties/th.po, 154, 879, 249, 41, 226, 1524, 8737, 1719, 9842 -po-properties/nds.gmo, 560, 1536, 1242, 0, 0, 0, 0, 560, 1536 -po-properties/uk.gmo, 1718, 9837, 8324, 0, 0, 0, 0, 1718, 9837 -po-properties/ml.gmo, 1680, 9570, 6829, 0, 0, 0, 0, 1680, 9570 -po-properties/lv.gmo, 1500, 7984, 6338, 0, 0, 0, 0, 1500, 7984 -po-properties/cs.gmo, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -po-properties/pt.po, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -po-properties/yi.po, 758, 4040, 4006, 608, 3317, 353, 2485, 1719, 9842 -po-properties/br.po, 164, 281, 323, 17, 50, 1538, 9511, 1719, 9842 -po-properties/az.gmo, 987, 5438, 4244, 0, 0, 0, 0, 987, 5438 -po-properties/te.po, 1680, 9570, 6784, 31, 202, 8, 70, 1719, 9842 -po-properties/nn.po, 903, 4951, 4476, 514, 2808, 302, 2083, 1719, 9842 -po-properties/oc.gmo, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -po-properties/br.gmo, 164, 281, 323, 0, 0, 0, 0, 164, 281 -po-properties/az_IR.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -po-properties/bn.po, 1718, 9837, 9350, 1, 5, 0, 0, 1719, 9842 -po-properties/ca@valencia.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -po-properties/xh.po, 1102, 6156, 5347, 425, 2339, 192, 1347, 1719, 9842 -po-properties/ne.gmo, 1121, 6287, 5162, 0, 0, 0, 0, 1121, 6287 -po-properties/tr.po, 1639, 9337, 7175, 60, 354, 20, 151, 1719, 9842 -po-properties/hy.gmo, 16, 38, 27, 0, 0, 0, 0, 16, 38 -po-properties/hu.po, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -po-properties/sr.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -po-properties/el.gmo, 1718, 9837, 10251, 0, 0, 0, 0, 1718, 9837 -po-properties/pl.gmo, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -po-properties/nn.gmo, 903, 4951, 4476, 0, 0, 0, 0, 903, 4951 -po-properties/gl.gmo, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -po-properties/zh_TW.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/nl.po, 1641, 9344, 8717, 58, 347, 20, 151, 1719, 9842 -po-properties/eu.po, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -po-properties/kk.po, 7, 7, 7, 164, 368, 1548, 9467, 1719, 9842 -po-properties/pl.po, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -po-properties/ast.gmo, 1690, 9636, 10837, 0, 0, 0, 0, 1690, 9636 -po-properties/ta.po, 1680, 9570, 7251, 31, 202, 8, 70, 1719, 9842 -po-properties/hr.gmo, 1138, 6381, 5836, 0, 0, 0, 0, 1138, 6381 -po-properties/zh_CN.po, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -po-properties/mr.po, 1718, 9837, 7966, 1, 5, 0, 0, 1719, 9842 -po-properties/mai.po, 1680, 9570, 9441, 31, 202, 8, 70, 1719, 9842 -po-properties/be.po, 758, 4040, 3415, 608, 3317, 353, 2485, 1719, 9842 -po-properties/nb.gmo, 1479, 7808, 6611, 0, 0, 0, 0, 1479, 7808 -po-properties/bg.po, 1718, 9837, 10226, 1, 5, 0, 0, 1719, 9842 -po-properties/te.gmo, 1680, 9570, 6784, 0, 0, 0, 0, 1680, 9570 -po-properties/gu.po, 1680, 9570, 9098, 31, 202, 8, 70, 1719, 9842 -po-properties/ku.po, 69, 108, 110, 86, 280, 1564, 9454, 1719, 9842 -po-properties/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/yi.gmo, 758, 4040, 4006, 0, 0, 0, 0, 758, 4040 -po-properties/en_GB.po, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -po-properties/az_IR.po, 1, 2, 2, 2, 4, 1716, 9836, 1719, 9842 -po-properties/li.po, 758, 4040, 3744, 608, 3317, 353, 2485, 1719, 9842 -po-properties/af.po, 980, 5396, 5019, 489, 2677, 250, 1769, 1719, 9842 -po-properties/bg.gmo, 1718, 9837, 10226, 0, 0, 0, 0, 1718, 9837 -po-properties/ku.gmo, 69, 108, 110, 0, 0, 0, 0, 69, 108 -po-properties/si.po, 332, 1377, 1206, 103, 457, 1284, 8008, 1719, 9842 -po-properties/is.po, 69, 376, 332, 249, 1210, 1401, 8256, 1719, 9842 -po-properties/ca@valencia.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -po-properties/it.po, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -po-properties/ang.po, 33, 91, 82, 54, 225, 1632, 9526, 1719, 9842 -po-properties/ms.po, 925, 5021, 4230, 508, 2765, 286, 2056, 1719, 9842 -po-properties/hi.po, 1680, 9570, 10235, 31, 202, 8, 70, 1719, 9842 -po-properties/ro.po, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -po-properties/ast.po, 1690, 9636, 10837, 23, 157, 6, 49, 1719, 9842 -po-properties/bs.gmo, 987, 5438, 5106, 0, 0, 0, 0, 987, 5438 -po-properties/id.po, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -po-properties/zh_CN.gmo, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -po-properties/lt.gmo, 1718, 9837, 7657, 0, 0, 0, 0, 1718, 9837 -po-properties/ta.gmo, 1680, 9570, 7251, 0, 0, 0, 0, 1680, 9570 -po-properties/ru.gmo, 1718, 9837, 8315, 0, 0, 0, 0, 1718, 9837 -po-properties/sl.po, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -po-properties/gtk20-properties.pot, 0, 0, 0, 0, 0, 1729, 9908, 1729, 9908 -po-properties/et.po, 822, 4033, 2992, 99, 569, 794, 5215, 1715, 9817 -po-properties/my.po, 1651, 9398, 6432, 52, 316, 16, 128, 1719, 9842 -po-properties/he.po, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -po-properties/si.gmo, 332, 1377, 1206, 0, 0, 0, 0, 332, 1377 -po-properties/he.gmo, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -po-properties/mk.gmo, 1489, 8558, 8759, 0, 0, 0, 0, 1489, 8558 -po-properties/mn.gmo, 987, 5438, 4334, 0, 0, 0, 0, 987, 5438 -po-properties/mi.po, 1, 1, 1, 113, 219, 1605, 9622, 1719, 9842 -po-properties/or.gmo, 1680, 9570, 8501, 0, 0, 0, 0, 1680, 9570 -po-properties/dz.gmo, 1390, 7921, 3051, 0, 0, 0, 0, 1390, 7921 -po-properties/en_GB.gmo, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -po-properties/bn.gmo, 1718, 9837, 9350, 0, 0, 0, 0, 1718, 9837 -po-properties/sq.gmo, 1577, 9006, 9943, 0, 0, 0, 0, 1577, 9006 -po-properties/hr.po, 1138, 6381, 5836, 395, 2095, 186, 1366, 1719, 9842 -po-properties/vi.po, 1718, 9837, 13588, 1, 5, 0, 0, 1719, 9842 -po-properties/sv.po, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -po-properties/uk.po, 1718, 9837, 8324, 1, 5, 0, 0, 1719, 9842 -po-properties/cs.po, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -po-properties/am.gmo, 91, 161, 170, 0, 0, 0, 0, 91, 161 -po-properties/uz.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -po-properties/en_CA.gmo, 1501, 8620, 8623, 0, 0, 0, 0, 1501, 8620 -po-properties/kk.gmo, 7, 7, 7, 0, 0, 0, 0, 7, 7 -po-properties/sr.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -po-properties/mr.gmo, 1718, 9837, 7966, 0, 0, 0, 0, 1718, 9837 -po-properties/ug.po, 12, 15, 18, 253, 616, 1451, 9188, 1716, 9819 -po-properties/ml.po, 1680, 9570, 6829, 31, 202, 8, 70, 1719, 9842 -po-properties/fa.gmo, 308, 1016, 970, 0, 0, 0, 0, 308, 1016 -po-properties/nds.po, 560, 1536, 1242, 1153, 8239, 6, 67, 1719, 9842 -po-properties/kn.gmo, 1682, 9574, 7031, 0, 0, 0, 0, 1682, 9574 -po-properties/vi.gmo, 1718, 9837, 13588, 0, 0, 0, 0, 1718, 9837 -po-properties/ko.gmo, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -po-properties/gl.po, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -po-properties/ja.po, 1713, 9814, 2317, 0, 0, 3, 5, 1716, 9819 -po-properties/cy.po, 1507, 8597, 8895, 163, 923, 49, 322, 1719, 9842 -po-properties/ps.po, 509, 1582, 1638, 33, 172, 1177, 8088, 1719, 9842 -po-properties/xh.gmo, 1102, 6156, 5347, 0, 0, 0, 0, 1102, 6156 -po-properties/mk.po, 1489, 8558, 8759, 176, 945, 54, 339, 1719, 9842 -po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/ps.gmo, 509, 1582, 1638, 0, 0, 0, 0, 509, 1582 -po-properties/tt.gmo, 232, 533, 475, 0, 0, 0, 0, 232, 533 -po-properties/ja.gmo, 1713, 9814, 2317, 0, 0, 0, 0, 1713, 9814 -po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -po-properties/io.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -po-properties/af.gmo, 980, 5396, 5019, 0, 0, 0, 0, 980, 5396 -po-properties/id.gmo, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -po-properties/uz.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -po-properties/pt_BR.po, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/or.po, 1680, 9570, 8501, 31, 202, 8, 70, 1719, 9842 -po-properties/ia.po, 1, 1, 1, 199, 429, 1519, 9412, 1719, 9842 -po-properties/tk.po, 5, 6, 6, 204, 602, 1510, 9234, 1719, 9842 -po-properties/el.po, 1718, 9837, 10251, 1, 5, 0, 0, 1719, 9842 -po-properties/fa.po, 308, 1016, 970, 343, 1492, 1068, 7334, 1719, 9842 -po-properties/sr@ije.po, 987, 5438, 5051, 485, 2655, 247, 1749, 1719, 9842 -po-properties/mn.po, 987, 5438, 4334, 486, 2660, 246, 1744, 1719, 9842 -po-properties/oc.po, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -po-properties/be@latin.gmo, 1490, 8572, 7361, 0, 0, 0, 0, 1490, 8572 -po-properties/hi.gmo, 1680, 9570, 10235, 0, 0, 0, 0, 1680, 9570 -po-properties/be.gmo, 758, 4040, 3415, 0, 0, 0, 0, 758, 4040 -po-properties/sq.po, 1577, 9006, 9943, 109, 617, 33, 219, 1719, 9842 -po-properties/nb.po, 1479, 7808, 6611, 130, 1066, 107, 945, 1716, 9819 -po-properties/sk.po, 1559, 8863, 7526, 122, 720, 38, 259, 1719, 9842 -po-properties/sv.gmo, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -po-properties/bn_IN.gmo, 1718, 9837, 9344, 0, 0, 0, 0, 1718, 9837 -po-properties/pt_BR.gmo, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -po-properties/li.gmo, 758, 4040, 3744, 0, 0, 0, 0, 758, 4040 -po-properties/wa.gmo, 459, 1797, 2311, 0, 0, 0, 0, 459, 1797 -po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -po-properties/da.po, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -po-properties/de.gmo, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -po-properties/lt.po, 1718, 9837, 7657, 1, 5, 0, 0, 1719, 9842 -po-properties/ca.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -po-properties/fr.gmo, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -po-properties/es.gmo, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -po-properties/ug.gmo, 12, 15, 18, 0, 0, 0, 0, 12, 15 -po-properties/tr.gmo, 1639, 9337, 7175, 0, 0, 0, 0, 1639, 9337 -po-properties/sr@latin.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -po-properties/uz@cyrillic.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -po-properties/cy.gmo, 1507, 8597, 8895, 0, 0, 0, 0, 1507, 8597 -po-properties/ang.gmo, 33, 91, 82, 0, 0, 0, 0, 33, 91 -po-properties/crh.gmo, 1641, 9344, 7537, 0, 0, 0, 0, 1641, 9344 -po-properties/it.gmo, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -po-properties/pa.po, 1718, 9837, 9672, 1, 5, 0, 0, 1719, 9842 -po-properties/zh_HK.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/bn_IN.po, 1718, 9837, 9344, 1, 5, 0, 0, 1719, 9842 -po-properties/sk.gmo, 1559, 8863, 7526, 0, 0, 0, 0, 1559, 8863 -po-properties/crh.po, 1641, 9344, 7537, 58, 347, 20, 151, 1719, 9842 -po-properties/gu.gmo, 1680, 9570, 9098, 0, 0, 0, 0, 1680, 9570 -po-properties/hy.po, 16, 38, 27, 162, 489, 1541, 9315, 1719, 9842 -po-properties/ga.gmo, 158, 286, 296, 0, 0, 0, 0, 158, 286 -po-properties/sr@latin.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -po-properties/as.gmo, 1680, 9570, 8145, 0, 0, 0, 0, 1680, 9570 -po-properties/ne.po, 1121, 6287, 5162, 411, 2240, 187, 1315, 1719, 9842 -po-properties/ro.gmo, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -po-properties/ca.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -po-properties/pa.gmo, 1718, 9837, 9672, 0, 0, 0, 0, 1718, 9837 -po-properties/zh_TW.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/tt.po, 232, 533, 475, 188, 679, 1299, 8630, 1719, 9842 -po-properties/mai.gmo, 1680, 9570, 9441, 0, 0, 0, 0, 1680, 9570 -po-properties/ka.gmo, 1292, 7118, 4878, 0, 0, 0, 0, 1292, 7118 -po-properties/es.po, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -po-properties/eo.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -po-properties/ms.gmo, 925, 5021, 4230, 0, 0, 0, 0, 925, 5021 -po-properties/hu.gmo, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -po-properties/fi.gmo, 1718, 9837, 6213, 0, 0, 0, 0, 1718, 9837 -po-properties/my.gmo, 1651, 9398, 6432, 0, 0, 0, 0, 1651, 9398 -po-properties/kn.po, 1682, 9574, 7031, 29, 198, 8, 70, 1719, 9842 -po-properties/sl.gmo, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -po-properties/fr.po, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -po-properties/ur.po, 4, 4, 4, 42, 69, 1673, 9769, 1719, 9842 -po-properties/da.gmo, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -po-properties/be@latin.po, 1490, 8572, 7361, 175, 931, 54, 339, 1719, 9842 -po-properties/et.gmo, 822, 4033, 2992, 0, 0, 0, 0, 822, 4033 -po-properties/th.gmo, 154, 879, 249, 0, 0, 0, 0, 154, 879 -po-properties/az.po, 987, 5438, 4244, 485, 2655, 247, 1749, 1719, 9842 -po-properties/ar.gmo, 1577, 9006, 7417, 0, 0, 0, 0, 1577, 9006 -po-properties/ga.po, 158, 286, 296, 83, 244, 1478, 9312, 1719, 9842 -po-properties/ko.po, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -po-properties/fi.po, 1718, 9837, 6213, 1, 5, 0, 0, 1719, 9842 -po-properties/ru.po, 1718, 9837, 8315, 1, 5, 0, 0, 1719, 9842 -po-properties/nl.gmo, 1641, 9344, 8717, 0, 0, 0, 0, 1641, 9344 -po-properties/as.po, 1680, 9570, 8145, 31, 202, 8, 70, 1719, 9842 -po-properties/is.gmo, 69, 376, 332, 0, 0, 0, 0, 69, 376 -po-properties/rw.po, 84, 104, 104, 1156, 7791, 479, 1947, 1719, 9842 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nso.gmo, 258, 1448, 2259, 0, 0, 0, 0, 258, 1448 -po/wa.po, 438, 1881, 2694, 263, 570, 364, 1411, 1065, 3862 -po/en_CA.po, 586, 2734, 2735, 249, 477, 230, 651, 1065, 3862 -po/sr@ije.gmo, 258, 1448, 1397, 0, 0, 0, 0, 258, 1448 -po/de.po, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -po/ar.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -po/ka.po, 650, 3011, 2416, 222, 395, 193, 456, 1065, 3862 -po/io.gmo, 348, 1168, 1106, 0, 0, 0, 0, 348, 1168 -po/zh_HK.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/am.po, 46, 64, 79, 249, 442, 770, 3356, 1065, 3862 -po/rw.gmo, 28, 32, 36, 0, 0, 0, 0, 28, 32 -po/uz@cyrillic.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -po/bs.po, 257, 1447, 1390, 324, 851, 484, 1564, 1065, 3862 -po/lv.po, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -po/nso.po, 258, 1448, 2259, 322, 849, 485, 1565, 1065, 3862 -po/eu.gmo, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -po/dz.po, 524, 2500, 1298, 404, 759, 137, 603, 1065, 3862 -po/pt.gmo, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -po/th.po, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -po/nds.gmo, 678, 1422, 1536, 0, 0, 0, 0, 678, 1422 -po/uk.gmo, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -po/ml.gmo, 1037, 3689, 3259, 0, 0, 0, 0, 1037, 3689 -po/lv.gmo, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -po/cs.gmo, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -po/pt.po, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -po/yi.po, 205, 1183, 1189, 343, 960, 517, 1719, 1065, 3862 -po/br.po, 530, 1052, 1227, 12, 47, 523, 2763, 1065, 3862 -po/az.gmo, 257, 1447, 1258, 0, 0, 0, 0, 257, 1447 -po/te.po, 1037, 3689, 3156, 18, 93, 10, 80, 1065, 3862 -po/nn.po, 972, 3463, 3395, 44, 134, 49, 265, 1065, 3862 -po/oc.gmo, 1245, 3525, 4086, 0, 0, 0, 0, 1245, 3525 -po/br.gmo, 530, 1052, 1227, 0, 0, 0, 0, 530, 1052 -po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -po/bn.po, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -po/ca@valencia.po, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -po/xh.po, 325, 1728, 1528, 299, 728, 441, 1406, 1065, 3862 -po/ne.gmo, 343, 1874, 1801, 0, 0, 0, 0, 343, 1874 -po/tr.po, 988, 3511, 3047, 40, 121, 37, 230, 1065, 3862 -po/hy.gmo, 299, 1638, 1500, 0, 0, 0, 0, 299, 1638 -po/hu.po, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -po/el.gmo, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -po/pl.gmo, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -po/gl.gmo, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -po/zh_TW.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/nl.po, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -po/eu.po, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -po/kk.po, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -po/pl.po, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -po/ta.po, 1037, 3689, 3321, 18, 93, 10, 80, 1065, 3862 -po/hr.gmo, 348, 1906, 1845, 0, 0, 0, 0, 348, 1906 -po/zh_CN.po, 862, 2553, 1129, 3, 20, 3, 31, 868, 2604 -po/mr.po, 1063, 3840, 3970, 2, 22, 0, 0, 1065, 3862 -po/mai.po, 1037, 3689, 4108, 18, 93, 10, 80, 1065, 3862 -po/be.po, 855, 2469, 2285, 0, 0, 13, 135, 868, 2604 -po/nb.gmo, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -po/bg.po, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -po/te.gmo, 1037, 3689, 3156, 0, 0, 0, 0, 1037, 3689 -po/gu.po, 844, 2436, 2775, 19, 106, 3, 20, 866, 2562 -po/ku.po, 621, 2761, 3002, 219, 443, 225, 658, 1065, 3862 -po/eo.gmo, 503, 2364, 2212, 0, 0, 0, 0, 503, 2364 -po/yi.gmo, 205, 1183, 1189, 0, 0, 0, 0, 205, 1183 -po/en_GB.po, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -po/gtk20.pot, 0, 0, 0, 0, 0, 862, 2584, 862, 2584 -po/az_IR.po, 3, 5, 6, 10, 10, 1052, 3847, 1065, 3862 -po/li.po, 205, 1183, 1145, 343, 960, 517, 1719, 1065, 3862 -po/af.po, 927, 3241, 3225, 24, 61, 114, 560, 1065, 3862 -po/bg.gmo, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -po/ku.gmo, 621, 2761, 3002, 0, 0, 0, 0, 621, 2761 -po/si.po, 482, 2073, 2186, 268, 561, 315, 1228, 1065, 3862 -po/is.po, 215, 1079, 1062, 318, 849, 532, 1934, 1065, 3862 -po/ca@valencia.gmo, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -po/it.po, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -po/ang.po, 78, 312, 272, 171, 421, 816, 3129, 1065, 3862 -po/ms.po, 240, 1320, 1237, 323, 844, 502, 1698, 1065, 3862 -po/hi.po, 1037, 3689, 4363, 18, 93, 10, 80, 1065, 3862 -po/ro.po, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -po/ast.po, 1053, 3792, 4231, 9, 49, 3, 21, 1065, 3862 -po/bs.gmo, 257, 1447, 1390, 0, 0, 0, 0, 257, 1447 -po/id.po, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -po/zh_CN.gmo, 862, 2553, 1129, 0, 0, 0, 0, 862, 2553 -po/lt.gmo, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -po/ta.gmo, 1037, 3689, 3321, 0, 0, 0, 0, 1037, 3689 -po/ru.gmo, 1063, 3840, 3771, 0, 0, 0, 0, 1063, 3840 -po/sl.po, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -po/et.po, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -po/my.po, 1019, 3612, 2931, 25, 127, 21, 123, 1065, 3862 -po/he.po, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -po/si.gmo, 482, 2073, 2186, 0, 0, 0, 0, 482, 2073 -po/he.gmo, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -po/mk.gmo, 559, 2639, 2994, 0, 0, 0, 0, 559, 2639 -po/mn.gmo, 255, 1429, 1314, 0, 0, 0, 0, 255, 1429 -po/mi.po, 204, 1018, 1135, 310, 826, 551, 2018, 1065, 3862 -po/or.gmo, 1044, 3721, 3892, 0, 0, 0, 0, 1044, 3721 -po/dz.gmo, 524, 2500, 1298, 0, 0, 0, 0, 524, 2500 -po/en_GB.gmo, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -po/bn.gmo, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -po/sq.gmo, 987, 3503, 4104, 0, 0, 0, 0, 987, 3503 -po/hr.po, 348, 1906, 1845, 276, 617, 441, 1339, 1065, 3862 -po/vi.po, 1063, 3840, 5204, 2, 22, 0, 0, 1065, 3862 -po/sv.po, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -po/uk.po, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -po/cs.po, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -po/am.gmo, 46, 64, 79, 0, 0, 0, 0, 46, 64 -po/uz.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -po/en_CA.gmo, 586, 2734, 2735, 0, 0, 0, 0, 586, 2734 -po/kk.gmo, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -po/sr.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -po/mr.gmo, 1063, 3840, 3970, 0, 0, 0, 0, 1063, 3840 -po/ug.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/ml.po, 1037, 3689, 3259, 18, 93, 10, 80, 1065, 3862 -po/nds.po, 678, 1422, 1536, 0, 0, 387, 2440, 1065, 3862 -po/kn.gmo, 1047, 3748, 3374, 0, 0, 0, 0, 1047, 3748 -po/vi.gmo, 1063, 3840, 5204, 0, 0, 0, 0, 1063, 3840 -po/ko.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/gl.po, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -po/ja.po, 861, 2550, 1329, 5, 29, 4, 31, 870, 2610 -po/cy.po, 901, 3190, 3511, 75, 201, 89, 471, 1065, 3862 -po/ps.po, 413, 859, 939, 29, 69, 623, 2934, 1065, 3862 -po/xh.gmo, 325, 1728, 1528, 0, 0, 0, 0, 325, 1728 -po/mk.po, 559, 2639, 2994, 272, 560, 234, 663, 1065, 3862 -po/ia.gmo, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -po/tt.gmo, 179, 608, 466, 0, 0, 0, 0, 179, 608 -po/ja.gmo, 861, 2550, 1329, 0, 0, 0, 0, 861, 2550 -po/ur.gmo, 12, 12, 14, 0, 0, 0, 0, 12, 12 -po/io.po, 348, 1168, 1106, 247, 467, 470, 2227, 1065, 3862 -po/af.gmo, 927, 3241, 3225, 0, 0, 0, 0, 927, 3241 -po/id.gmo, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -po/uz.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -po/pt_BR.po, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -po/mi.gmo, 204, 1018, 1135, 0, 0, 0, 0, 204, 1018 -po/or.po, 1044, 3721, 3892, 10, 60, 11, 81, 1065, 3862 -po/ia.po, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -po/tk.po, 77, 209, 210, 264, 543, 724, 3110, 1065, 3862 -po/el.po, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -po/fa.po, 319, 1713, 1772, 301, 738, 445, 1411, 1065, 3862 -po/sr@ije.po, 258, 1448, 1397, 326, 853, 481, 1561, 1065, 3862 -po/mn.po, 255, 1429, 1314, 328, 869, 482, 1564, 1065, 3862 -po/oc.po, 1245, 3525, 4086, 0, 0, 4, 17, 1249, 3542 -po/be@latin.gmo, 986, 3491, 3344, 0, 0, 0, 0, 986, 3491 -po/hi.gmo, 1037, 3689, 4363, 0, 0, 0, 0, 1037, 3689 -po/be.gmo, 855, 2469, 2285, 0, 0, 0, 0, 855, 2469 -po/sq.po, 987, 3503, 4104, 39, 119, 39, 240, 1065, 3862 -po/nb.po, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -po/sk.po, 1043, 3724, 3552, 14, 83, 8, 55, 1065, 3862 -po/sv.gmo, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -po/bn_IN.gmo, 1063, 3840, 4178, 0, 0, 0, 0, 1063, 3840 -po/pt_BR.gmo, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -po/li.gmo, 205, 1183, 1145, 0, 0, 0, 0, 205, 1183 -po/wa.gmo, 438, 1881, 2694, 0, 0, 0, 0, 438, 1881 -po/tk.gmo, 77, 209, 210, 0, 0, 0, 0, 77, 209 -po/da.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -po/de.gmo, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -po/lt.po, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -po/ca.po, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -po/fr.gmo, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -po/ug.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/tr.gmo, 988, 3511, 3047, 0, 0, 0, 0, 988, 3511 -po/sr@latin.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -po/uz@cyrillic.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -po/cy.gmo, 901, 3190, 3511, 0, 0, 0, 0, 901, 3190 -po/ang.gmo, 78, 312, 272, 0, 0, 0, 0, 78, 312 -po/crh.gmo, 981, 3469, 3047, 0, 0, 0, 0, 981, 3469 -po/it.gmo, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -po/pa.po, 1065, 3862, 4366, 0, 0, 0, 0, 1065, 3862 -po/zh_HK.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/bn_IN.po, 1063, 3840, 4178, 2, 22, 0, 0, 1065, 3862 -po/sk.gmo, 1043, 3724, 3552, 0, 0, 0, 0, 1043, 3724 -po/crh.po, 981, 3469, 3047, 39, 119, 45, 274, 1065, 3862 -po/gu.gmo, 844, 2436, 2775, 0, 0, 0, 0, 844, 2436 -po/hy.po, 299, 1638, 1500, 301, 790, 465, 1434, 1065, 3862 -po/ga.gmo, 990, 3234, 3657, 0, 0, 0, 0, 990, 3234 -po/as.gmo, 1039, 3711, 3899, 0, 0, 0, 0, 1039, 3711 -po/ne.po, 343, 1874, 1801, 258, 607, 464, 1381, 1065, 3862 -po/ro.gmo, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -po/ca.gmo, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -po/zh_TW.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/tt.po, 179, 608, 466, 236, 477, 650, 2777, 1065, 3862 -po/mai.gmo, 1037, 3689, 4108, 0, 0, 0, 0, 1037, 3689 -po/ka.gmo, 650, 3011, 2416, 0, 0, 0, 0, 650, 3011 -po/es.po, 868, 2604, 3060, 0, 0, 0, 0, 868, 2604 -po/eo.po, 503, 2364, 2212, 228, 483, 334, 1015, 1065, 3862 -po/ms.gmo, 240, 1320, 1237, 0, 0, 0, 0, 240, 1320 -po/hu.gmo, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -po/fi.gmo, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -po/my.gmo, 1019, 3612, 2931, 0, 0, 0, 0, 1019, 3612 -po/kn.po, 1047, 3748, 3374, 10, 59, 8, 55, 1065, 3862 -po/sl.gmo, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -po/fr.po, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -po/ur.po, 12, 12, 14, 42, 44, 1011, 3806, 1065, 3862 -po/da.gmo, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -po/be@latin.po, 986, 3491, 3344, 39, 119, 40, 252, 1065, 3862 -po/et.gmo, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -po/th.gmo, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -po/az.po, 257, 1447, 1258, 323, 848, 485, 1567, 1065, 3862 -po/ga.po, 990, 3234, 3657, 18, 93, 57, 535, 1065, 3862 -po/ko.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/fi.po, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -po/ru.po, 1063, 3840, 3771, 2, 22, 0, 0, 1065, 3862 -po/nl.gmo, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -po/as.po, 1039, 3711, 3899, 18, 96, 8, 55, 1065, 3862 -po/is.gmo, 215, 1079, 1062, 0, 0, 0, 0, 215, 1079 -po/rw.po, 28, 32, 36, 545, 2359, 492, 1471, 1065, 3862 diff --git a/results/f30/gtk3-3.24.8-1.fc30.src.rpm.errors.txt b/results/f30/gtk3-3.24.8-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0924485..0000000 --- a/results/f30/gtk3-3.24.8-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,36 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/po2tbl.sed.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/README.translators) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f30/gtk3-3.24.8-1.fc30.src.rpm.stats.csv b/results/f30/gtk3-3.24.8-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 8a18172..0000000 --- a/results/f30/gtk3-3.24.8-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,454 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-properties/ja.po, 1628, 9159, 2151, 197, 931, 86, 566, 1911, 10656 -po-properties/mn.po, 890, 4865, 3867, 522, 2791, 254, 1765, 1666, 9421 -po-properties/gu.gmo, 1933, 10695, 10095, 0, 0, 0, 0, 1933, 10695 -po-properties/he.gmo, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -po-properties/nso.po, 890, 4865, 7165, 521, 2782, 255, 1774, 1666, 9421 -po-properties/bg.gmo, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -po-properties/ta.po, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -po-properties/et.gmo, 791, 3778, 2802, 0, 0, 0, 0, 791, 3778 -po-properties/ne.po, 1085, 5689, 4718, 963, 4712, 177, 1762, 2225, 12163 -po-properties/sr@ije.gmo, 890, 4865, 4522, 0, 0, 0, 0, 890, 4865 -po-properties/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po-properties/as.po, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -po-properties/mn.gmo, 890, 4865, 3867, 0, 0, 0, 0, 890, 4865 -po-properties/ky.po, 94, 351, 263, 0, 0, 1817, 10305, 1911, 10656 -po-properties/fi.po, 1629, 8902, 5674, 408, 2121, 206, 1236, 2243, 12259 -po-properties/az.po, 890, 4865, 3819, 521, 2786, 255, 1770, 1666, 9421 -po-properties/be@latin.po, 1364, 7766, 6691, 228, 1205, 74, 450, 1666, 9421 -po-properties/zh_CN.gmo, 2227, 12176, 2644, 0, 0, 0, 0, 2227, 12176 -po-properties/el.gmo, 2225, 12163, 12801, 0, 0, 0, 0, 2225, 12163 -po-properties/nl.po, 2243, 12259, 11695, 0, 0, 0, 0, 2243, 12259 -po-properties/am.gmo, 86, 152, 157, 0, 0, 0, 0, 86, 152 -po-properties/pt.po, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -po-properties/my.po, 1515, 8550, 5859, 115, 632, 36, 239, 1666, 9421 -po-properties/fr.gmo, 2243, 12259, 14758, 0, 0, 0, 0, 2243, 12259 -po-properties/hy.gmo, 1627, 9220, 7803, 0, 0, 0, 0, 1627, 9220 -po-properties/mai.gmo, 1540, 8700, 8583, 0, 0, 0, 0, 1540, 8700 -po-properties/zh_HK.po, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -po-properties/tt.gmo, 220, 509, 455, 0, 0, 0, 0, 220, 509 -po-properties/th.gmo, 153, 862, 236, 0, 0, 0, 0, 153, 862 -po-properties/ga.po, 144, 259, 269, 100, 287, 1422, 8875, 1666, 9421 -po-properties/eu.po, 2243, 12259, 9908, 0, 0, 0, 0, 2243, 12259 -po-properties/tr.po, 2243, 12259, 9730, 0, 0, 0, 0, 2243, 12259 -po-properties/ang.po, 30, 79, 73, 61, 254, 1575, 9088, 1666, 9421 -po-properties/hi.po, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -po-properties/da.gmo, 2243, 12259, 10083, 0, 0, 0, 0, 2243, 12259 -po-properties/hy.po, 1627, 9220, 7803, 23, 115, 16, 86, 1666, 9421 -po-properties/li.gmo, 681, 3591, 3334, 0, 0, 0, 0, 681, 3591 -po-properties/xh.gmo, 1002, 5559, 4834, 0, 0, 0, 0, 1002, 5559 -po-properties/kk.gmo, 277, 661, 588, 0, 0, 0, 0, 277, 661 -po-properties/am.po, 86, 152, 157, 270, 976, 1310, 8293, 1666, 9421 -po-properties/sk.po, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -po-properties/en_GB.po, 2223, 12154, 12167, 0, 0, 0, 0, 2223, 12154 -po-properties/ms.gmo, 840, 4514, 3815, 0, 0, 0, 0, 840, 4514 -po-properties/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po-properties/ky.gmo, 94, 351, 263, 0, 0, 0, 0, 94, 351 -po-properties/mk.po, 1363, 7752, 7949, 229, 1219, 74, 450, 1666, 9421 -po-properties/cs.gmo, 2243, 12259, 10613, 0, 0, 0, 0, 2243, 12259 -po-properties/pl.gmo, 2243, 12259, 10989, 0, 0, 0, 0, 2243, 12259 -po-properties/lt.gmo, 2243, 12259, 9597, 0, 0, 0, 0, 2243, 12259 -po-properties/id.gmo, 2243, 12259, 10976, 0, 0, 0, 0, 2243, 12259 -po-properties/gtk30-properties.pot, 0, 0, 0, 0, 0, 2243, 12259, 2243, 12259 -po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/ast.po, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -po-properties/tg.po, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -po-properties/uz.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -po-properties/en_GB.gmo, 2223, 12154, 12167, 0, 0, 0, 0, 2223, 12154 -po-properties/te.gmo, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -po-properties/mr.gmo, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -po-properties/ka.gmo, 1183, 6448, 4441, 0, 0, 0, 0, 1183, 6448 -po-properties/ru.gmo, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -po-properties/ku.gmo, 66, 103, 102, 0, 0, 0, 0, 66, 103 -po-properties/en@shaw.po, 1362, 7355, 7355, 310, 2235, 0, 0, 1672, 9590 -po-properties/be.gmo, 681, 3591, 3020, 0, 0, 0, 0, 681, 3591 -po-properties/xh.po, 1002, 5559, 4834, 463, 2493, 201, 1369, 1666, 9421 -po-properties/gl.gmo, 2243, 12259, 14529, 0, 0, 0, 0, 2243, 12259 -po-properties/ar.po, 1446, 8183, 6712, 167, 908, 53, 330, 1666, 9421 -po-properties/hu.po, 2243, 12259, 9978, 0, 0, 0, 0, 2243, 12259 -po-properties/ug.po, 1908, 10631, 8566, 0, 0, 7, 53, 1915, 10684 -po-properties/ko.po, 2243, 12259, 9423, 0, 0, 0, 0, 2243, 12259 -po-properties/ka.po, 1183, 6448, 4441, 304, 1688, 179, 1285, 1666, 9421 -po-properties/wa.gmo, 427, 1664, 2145, 0, 0, 0, 0, 427, 1664 -po-properties/fi.gmo, 1629, 8902, 5674, 0, 0, 0, 0, 1629, 8902 -po-properties/rw.po, 82, 101, 100, 1116, 7392, 468, 1928, 1666, 9421 -po-properties/ro.po, 1798, 9969, 10048, 294, 1441, 151, 849, 2243, 12259 -po-properties/fur.po, 669, 3021, 3483, 27, 102, 1531, 9053, 2227, 12176 -po-properties/af.po, 852, 4606, 4261, 910, 4648, 467, 2933, 2229, 12187 -po-properties/fur.gmo, 669, 3021, 3483, 0, 0, 0, 0, 669, 3021 -po-properties/bg.po, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -po-properties/en.po, 0, 0, 0, 0, 0, 1778, 9985, 1778, 9985 -po-properties/wa.po, 427, 1664, 2145, 223, 988, 1016, 6769, 1666, 9421 -po-properties/tr.gmo, 2243, 12259, 9730, 0, 0, 0, 0, 2243, 12259 -po-properties/kk.po, 277, 661, 588, 0, 0, 1966, 11598, 2243, 12259 -po-properties/it.po, 2243, 12259, 13361, 0, 0, 0, 0, 2243, 12259 -po-properties/en_CA.gmo, 1375, 7814, 7817, 0, 0, 0, 0, 1375, 7814 -po-properties/nds.po, 515, 1405, 1134, 1125, 7838, 26, 178, 1666, 9421 -po-properties/lv.po, 2243, 12259, 9790, 0, 0, 0, 0, 2243, 12259 -po-properties/io.po, 0, 0, 0, 0, 0, 1666, 9421, 1666, 9421 -po-properties/gl.po, 2243, 12259, 14529, 0, 0, 0, 0, 2243, 12259 -po-properties/ur.po, 4, 4, 4, 44, 74, 1618, 9343, 1666, 9421 -po-properties/yi.po, 681, 3591, 3559, 632, 3374, 353, 2456, 1666, 9421 -po-properties/fa.gmo, 381, 1236, 1168, 0, 0, 0, 0, 381, 1236 -po-properties/gd.po, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -po-properties/ga.gmo, 144, 259, 269, 0, 0, 0, 0, 144, 259 -po-properties/sr@latin.po, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -po-properties/ia.po, 1, 1, 1, 207, 454, 1458, 8966, 1666, 9421 -po-properties/ta.gmo, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -po-properties/ro.gmo, 1798, 9969, 10048, 0, 0, 0, 0, 1798, 9969 -po-properties/en@shaw.gmo, 1362, 7355, 7355, 0, 0, 0, 0, 1362, 7355 -po-properties/id.po, 2243, 12259, 10976, 0, 0, 0, 0, 2243, 12259 -po-properties/zh_HK.gmo, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -po-properties/es.po, 2243, 12259, 14808, 0, 0, 0, 0, 2243, 12259 -po-properties/ang.gmo, 30, 79, 73, 0, 0, 0, 0, 30, 79 -po-properties/is.gmo, 539, 1577, 1390, 0, 0, 0, 0, 539, 1577 -po-properties/pa.po, 2181, 11945, 11750, 2, 18, 2, 24, 2185, 11987 -po-properties/zh_TW.po, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -po-properties/zh_TW.gmo, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -po-properties/oc.gmo, 2104, 11544, 13971, 0, 0, 0, 0, 2104, 11544 -po-properties/vi.po, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -po-properties/mi.po, 1, 1, 1, 120, 236, 1545, 9184, 1666, 9421 -po-properties/cs.po, 2243, 12259, 10613, 0, 0, 0, 0, 2243, 12259 -po-properties/ms.po, 840, 4514, 3815, 540, 2876, 286, 2031, 1666, 9421 -po-properties/br.gmo, 157, 265, 306, 0, 0, 0, 0, 157, 265 -po-properties/el.po, 2225, 12163, 12801, 0, 0, 0, 0, 2225, 12163 -po-properties/pt_BR.gmo, 2243, 12259, 13818, 0, 0, 0, 0, 2243, 12259 -po-properties/br.po, 157, 265, 306, 18, 41, 1491, 9115, 1666, 9421 -po-properties/en_CA.po, 1375, 7814, 7817, 218, 1161, 73, 446, 1666, 9421 -po-properties/fr.po, 2243, 12259, 14758, 0, 0, 0, 0, 2243, 12259 -po-properties/tk.po, 5, 6, 6, 217, 647, 1444, 8768, 1666, 9421 -po-properties/bn_IN.po, 1577, 8957, 8514, 69, 353, 20, 111, 1666, 9421 -po-properties/az.gmo, 890, 4865, 3819, 0, 0, 0, 0, 890, 4865 -po-properties/pa.gmo, 2181, 11945, 11750, 0, 0, 0, 0, 2181, 11945 -po-properties/uk.gmo, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -po-properties/nb.gmo, 1622, 8025, 6828, 0, 0, 0, 0, 1622, 8025 -po-properties/az_IR.po, 0, 0, 0, 2, 4, 1664, 9417, 1666, 9421 -po-properties/km.po, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -po-properties/ne.gmo, 1085, 5689, 4718, 0, 0, 0, 0, 1085, 5689 -po-properties/kg.po, 12, 15, 15, 257, 630, 1397, 8776, 1666, 9421 -po-properties/es.gmo, 2243, 12259, 14808, 0, 0, 0, 0, 2243, 12259 -po-properties/et.po, 791, 3778, 2802, 457, 2259, 979, 6139, 2227, 12176 -po-properties/da.po, 2243, 12259, 10083, 0, 0, 0, 0, 2243, 12259 -po-properties/sr.gmo, 2243, 12259, 11458, 0, 0, 0, 0, 2243, 12259 -po-properties/sr@ije.po, 890, 4865, 4522, 521, 2786, 255, 1770, 1666, 9421 -po-properties/tg.gmo, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -po-properties/mr.po, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -po-properties/sq.gmo, 1446, 8183, 9029, 0, 0, 0, 0, 1446, 8183 -po-properties/nds.gmo, 515, 1405, 1134, 0, 0, 0, 0, 515, 1405 -po-properties/ps.gmo, 470, 1445, 1510, 0, 0, 0, 0, 470, 1445 -po-properties/dz.gmo, 1270, 7185, 2790, 0, 0, 0, 0, 1270, 7185 -po-properties/crh.gmo, 1692, 9595, 7730, 0, 0, 0, 0, 1692, 9595 -po-properties/ca@valencia.gmo, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -po-properties/pt.gmo, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -po-properties/or.gmo, 1749, 9448, 8442, 0, 0, 0, 0, 1749, 9448 -po-properties/ar.gmo, 1446, 8183, 6712, 0, 0, 0, 0, 1446, 8183 -po-properties/rw.gmo, 82, 101, 100, 0, 0, 0, 0, 82, 101 -po-properties/zh_CN.po, 2227, 12176, 2644, 1, 1, 1, 10, 2229, 12187 -po-properties/gu.po, 1933, 10695, 10095, 79, 440, 29, 206, 2041, 11341 -po-properties/uz.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -po-properties/ast.gmo, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -po-properties/kg.gmo, 12, 15, 15, 0, 0, 0, 0, 12, 15 -po-properties/fa.po, 381, 1236, 1168, 386, 1801, 1039, 7092, 1806, 10129 -po-properties/af.gmo, 852, 4606, 4261, 0, 0, 0, 0, 852, 4606 -po-properties/pt_BR.po, 2243, 12259, 13818, 0, 0, 0, 0, 2243, 12259 -po-properties/eo.po, 729, 2911, 2640, 136, 663, 1362, 8602, 2227, 12176 -po-properties/my.gmo, 1515, 8550, 5859, 0, 0, 0, 0, 1515, 8550 -po-properties/dz.po, 1270, 7185, 2790, 291, 1563, 105, 673, 1666, 9421 -po-properties/sv.gmo, 2243, 12259, 10152, 0, 0, 0, 0, 2243, 12259 -po-properties/nn.gmo, 831, 4515, 4075, 0, 0, 0, 0, 831, 4515 -po-properties/lg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/si.po, 317, 1290, 1143, 142, 647, 1207, 7484, 1666, 9421 -po-properties/ca.gmo, 2236, 12225, 14501, 0, 0, 0, 0, 2236, 12225 -po-properties/uz@cyrillic.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -po-properties/uk.po, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -po-properties/sl.po, 2243, 12259, 11145, 0, 0, 0, 0, 2243, 12259 -po-properties/cy.gmo, 1381, 7791, 8074, 0, 0, 0, 0, 1381, 7791 -po-properties/be@latin.gmo, 1364, 7766, 6691, 0, 0, 0, 0, 1364, 7766 -po-properties/bn_IN.gmo, 1577, 8957, 8514, 0, 0, 0, 0, 1577, 8957 -po-properties/bs.po, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -po-properties/it.gmo, 2243, 12259, 13361, 0, 0, 0, 0, 2243, 12259 -po-properties/ug.gmo, 1908, 10631, 8566, 0, 0, 0, 0, 1908, 10631 -po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -po-properties/pl.po, 2243, 12259, 10989, 0, 0, 0, 0, 2243, 12259 -po-properties/li.po, 681, 3591, 3334, 632, 3374, 353, 2456, 1666, 9421 -po-properties/de.gmo, 2243, 12259, 11338, 0, 0, 0, 0, 2243, 12259 -po-properties/sr@latin.gmo, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/ku.po, 66, 103, 102, 97, 325, 1503, 8993, 1666, 9421 -po-properties/sk.gmo, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -po-properties/lv.gmo, 2243, 12259, 9790, 0, 0, 0, 0, 2243, 12259 -po-properties/an.gmo, 1633, 8891, 10178, 0, 0, 0, 0, 1633, 8891 -po-properties/hr.gmo, 2243, 12259, 10859, 0, 0, 0, 0, 2243, 12259 -po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -po-properties/crh.po, 1692, 9595, 7730, 9, 102, 18, 145, 1719, 9842 -po-properties/lg.po, 0, 0, 0, 0, 0, 1716, 9819, 1716, 9819 -po-properties/eo.gmo, 729, 2911, 2640, 0, 0, 0, 0, 729, 2911 -po-properties/hi.gmo, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -po-properties/he.po, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -po-properties/sr.po, 2243, 12259, 11458, 0, 0, 0, 0, 2243, 12259 -po-properties/si.gmo, 317, 1290, 1143, 0, 0, 0, 0, 317, 1290 -po-properties/az_IR.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/ja.gmo, 1628, 9159, 2151, 0, 0, 0, 0, 1628, 9159 -po-properties/ca.po, 2236, 12225, 14501, 4, 18, 1, 9, 2241, 12252 -po-properties/ml.gmo, 1540, 8700, 6215, 0, 0, 0, 0, 1540, 8700 -po-properties/bn.gmo, 1577, 8957, 8520, 0, 0, 0, 0, 1577, 8957 -po-properties/gd.gmo, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -po-properties/nn.po, 831, 4515, 4075, 539, 2880, 296, 2026, 1666, 9421 -po-properties/an.po, 1633, 8891, 10178, 380, 2291, 7, 45, 2020, 11227 -po-properties/ru.po, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -po-properties/lt.po, 2243, 12259, 9597, 0, 0, 0, 0, 2243, 12259 -po-properties/vi.gmo, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -po-properties/hu.gmo, 2243, 12259, 9978, 0, 0, 0, 0, 2243, 12259 -po-properties/uz@cyrillic.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -po-properties/eu.gmo, 2243, 12259, 9908, 0, 0, 0, 0, 2243, 12259 -po-properties/bn.po, 1577, 8957, 8520, 69, 353, 20, 111, 1666, 9421 -po-properties/or.po, 1749, 9448, 8442, 82, 578, 46, 441, 1877, 10467 -po-properties/oc.po, 2104, 11544, 13971, 83, 438, 17, 90, 2204, 12072 -po-properties/mai.po, 1540, 8700, 8583, 98, 540, 28, 181, 1666, 9421 -po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/en.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/be.po, 681, 3591, 3020, 632, 3374, 353, 2456, 1666, 9421 -po-properties/sq.po, 1446, 8183, 9029, 167, 908, 53, 330, 1666, 9421 -po-properties/sv.po, 2243, 12259, 10152, 0, 0, 0, 0, 2243, 12259 -po-properties/yi.gmo, 681, 3591, 3559, 0, 0, 0, 0, 681, 3591 -po-properties/km.gmo, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -po-properties/ca@valencia.po, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -po-properties/ml.po, 1540, 8700, 6215, 98, 540, 28, 181, 1666, 9421 -po-properties/bs.gmo, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -po-properties/nl.gmo, 2243, 12259, 11695, 0, 0, 0, 0, 2243, 12259 -po-properties/hr.po, 2243, 12259, 10859, 0, 0, 0, 0, 2243, 12259 -po-properties/th.po, 153, 862, 236, 72, 395, 1441, 8164, 1666, 9421 -po-properties/mk.gmo, 1363, 7752, 7949, 0, 0, 0, 0, 1363, 7752 -po-properties/nso.gmo, 890, 4865, 7165, 0, 0, 0, 0, 890, 4865 -po-properties/sl.gmo, 2243, 12259, 11145, 0, 0, 0, 0, 2243, 12259 -po-properties/te.po, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -po-properties/is.po, 539, 1577, 1390, 27, 133, 1661, 10466, 2227, 12176 -po-properties/de.po, 2243, 12259, 11338, 0, 0, 0, 0, 2243, 12259 -po-properties/nb.po, 1622, 8025, 6828, 274, 1927, 205, 1627, 2101, 11579 -po-properties/tt.po, 220, 509, 455, 222, 836, 1224, 8076, 1666, 9421 -po-properties/ps.po, 470, 1445, 1510, 76, 351, 1120, 7625, 1666, 9421 -po-properties/cy.po, 1381, 7791, 8074, 216, 1197, 69, 433, 1666, 9421 -po-properties/ko.gmo, 2243, 12259, 9423, 0, 0, 0, 0, 2243, 12259 -po-properties/as.gmo, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 1450, 3824, 2047, 42, 132, 173, 452, 1665, 4408 -po/mn.po, 82, 395, 338, 265, 506, 474, 1531, 821, 2432 -po/gu.gmo, 1110, 2996, 3452, 0, 0, 0, 0, 1110, 2996 -po/he.gmo, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -po/nso.po, 84, 399, 562, 260, 501, 477, 1532, 821, 2432 -po/bg.gmo, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -po/ta.po, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -po/et.gmo, 955, 2408, 2206, 0, 0, 0, 0, 955, 2408 -po/ne.po, 709, 1600, 1628, 565, 1628, 85, 618, 1359, 3846 -po/sr@ije.gmo, 84, 399, 378, 0, 0, 0, 0, 84, 399 -po/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po/as.po, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 -po/mn.gmo, 82, 395, 338, 0, 0, 0, 0, 82, 395 -po/ky.po, 66, 83, 82, 3, 3, 862, 2609, 931, 2695 -po/fi.po, 1191, 3258, 2783, 95, 219, 377, 929, 1663, 4406 -po/az.po, 83, 398, 331, 261, 500, 477, 1534, 821, 2432 -po/be@latin.po, 743, 2090, 1940, 41, 107, 37, 235, 821, 2432 -po/zh_CN.gmo, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -po/el.gmo, 1234, 3227, 3487, 0, 0, 0, 0, 1234, 3227 -po/nl.po, 1663, 4406, 4336, 0, 0, 0, 0, 1663, 4406 -po/am.gmo, 23, 32, 42, 0, 0, 0, 0, 23, 32 -po/pt.po, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -po/my.po, 776, 2216, 1810, 29, 135, 16, 81, 821, 2432 -po/fr.gmo, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -po/hy.gmo, 494, 1993, 1802, 0, 0, 0, 0, 494, 1993 -po/mai.gmo, 791, 2273, 2543, 0, 0, 0, 0, 791, 2273 -po/zh_HK.po, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -po/tt.gmo, 87, 186, 161, 0, 0, 0, 0, 87, 186 -po/th.gmo, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -po/ga.po, 882, 2141, 2357, 51, 273, 163, 896, 1096, 3310 -po/eu.po, 1663, 4406, 4206, 0, 0, 0, 0, 1663, 4406 -po/tr.po, 1663, 4408, 4108, 0, 0, 0, 0, 1663, 4408 -po/ang.po, 27, 79, 71, 138, 256, 656, 2097, 821, 2432 -po/hi.po, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -po/da.gmo, 1663, 4408, 4122, 0, 0, 0, 0, 1663, 4408 -po/hy.po, 494, 1993, 1802, 53, 67, 274, 372, 821, 2432 -po/li.gmo, 55, 288, 286, 0, 0, 0, 0, 55, 288 -po/xh.gmo, 135, 597, 506, 0, 0, 0, 0, 135, 597 -po/kk.gmo, 1522, 4091, 3836, 0, 0, 0, 0, 1522, 4091 -po/am.po, 23, 32, 42, 233, 378, 565, 2022, 821, 2432 -po/sk.po, 1516, 4060, 4027, 26, 51, 124, 298, 1666, 4409 -po/en_GB.po, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -po/ms.gmo, 72, 331, 295, 0, 0, 0, 0, 72, 331 -po/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po/ky.gmo, 66, 83, 82, 0, 0, 0, 0, 66, 83 -po/mk.po, 342, 1357, 1470, 249, 435, 230, 640, 821, 2432 -po/cs.gmo, 1663, 4408, 4287, 0, 0, 0, 0, 1663, 4408 -po/pl.gmo, 1664, 4410, 4533, 0, 0, 0, 0, 1664, 4410 -po/lt.gmo, 1666, 4409, 4027, 0, 0, 0, 0, 1666, 4409 -po/id.gmo, 1663, 4408, 4365, 0, 0, 0, 0, 1663, 4408 -po/ia.gmo, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -po/ast.po, 810, 2366, 2499, 10, 55, 1, 11, 821, 2432 -po/tg.po, 1136, 2881, 3208, 58, 356, 53, 273, 1247, 3510 -po/uz.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -po/en_GB.gmo, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -po/te.gmo, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -po/mr.gmo, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -po/ka.gmo, 409, 1612, 1257, 0, 0, 0, 0, 409, 1612 -po/ru.gmo, 1437, 3983, 3860, 0, 0, 0, 0, 1437, 3983 -po/ku.gmo, 775, 2301, 2489, 0, 0, 0, 0, 775, 2301 -po/en@shaw.po, 782, 3077, 3078, 235, 633, 0, 0, 1017, 3710 -po/be.gmo, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -po/xh.po, 135, 597, 506, 254, 481, 432, 1354, 821, 2432 -po/gl.gmo, 1666, 4409, 5144, 0, 0, 0, 0, 1666, 4409 -po/ar.po, 1217, 3377, 3270, 7, 12, 144, 468, 1368, 3857 -po/hu.po, 1663, 4408, 4209, 0, 0, 0, 0, 1663, 4408 -po/ug.po, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -po/ko.po, 1663, 4406, 4240, 0, 0, 0, 0, 1663, 4406 -po/ka.po, 409, 1612, 1257, 222, 381, 190, 439, 821, 2432 -po/wa.gmo, 251, 797, 1053, 0, 0, 0, 0, 251, 797 -po/fi.gmo, 1191, 3258, 2783, 0, 0, 0, 0, 1191, 3258 -po/rw.po, 21, 24, 26, 323, 983, 477, 1425, 821, 2432 -po/ro.po, 1620, 4307, 4773, 11, 24, 32, 77, 1663, 4408 -po/fur.po, 1539, 4097, 4649, 18, 37, 109, 275, 1666, 4409 -po/af.po, 1238, 3162, 3202, 0, 0, 134, 707, 1372, 3869 -po/fur.gmo, 1539, 4097, 4649, 0, 0, 0, 0, 1539, 4097 -po/bg.po, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -po/en.po, 49, 49, 92, 0, 0, 817, 2517, 866, 2566 -po/wa.po, 251, 797, 1053, 241, 452, 329, 1183, 821, 2432 -po/tr.gmo, 1663, 4408, 4108, 0, 0, 0, 0, 1663, 4408 -po/kk.po, 1522, 4091, 3836, 0, 0, 141, 315, 1663, 4406 -po/it.po, 1663, 4408, 4719, 0, 0, 0, 0, 1663, 4408 -po/en_CA.gmo, 357, 1388, 1387, 0, 0, 0, 0, 357, 1388 -po/nds.po, 580, 1062, 1119, 8, 24, 233, 1346, 821, 2432 -po/lv.po, 1666, 4409, 4164, 0, 0, 0, 0, 1666, 4409 -po/io.po, 248, 782, 739, 229, 378, 344, 1272, 821, 2432 -po/gl.po, 1666, 4409, 5144, 0, 0, 0, 0, 1666, 4409 -po/ur.po, 11, 11, 13, 43, 45, 767, 2376, 821, 2432 -po/yi.po, 55, 288, 315, 262, 490, 504, 1654, 821, 2432 -po/gd.po, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -po/ga.gmo, 882, 2141, 2357, 0, 0, 0, 0, 882, 2141 -po/sr@latin.po, 1372, 3869, 3915, 0, 0, 0, 0, 1372, 3869 -po/ia.po, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -po/ta.gmo, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -po/ro.gmo, 1620, 4307, 4773, 0, 0, 0, 0, 1620, 4307 -po/en@shaw.gmo, 782, 3077, 3078, 0, 0, 0, 0, 782, 3077 -po/id.po, 1663, 4408, 4365, 0, 0, 0, 0, 1663, 4408 -po/zh_HK.gmo, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -po/es.po, 1663, 4408, 5201, 0, 0, 0, 0, 1663, 4408 -po/ang.gmo, 27, 79, 71, 0, 0, 0, 0, 27, 79 -po/pa.po, 1335, 3791, 4225, 0, 0, 0, 0, 1335, 3791 -po/zh_TW.po, 1377, 3875, 1887, 42, 76, 247, 458, 1666, 4409 -po/zh_TW.gmo, 1377, 3875, 1887, 0, 0, 0, 0, 1377, 3875 -po/oc.gmo, 1278, 3532, 4119, 0, 0, 0, 0, 1278, 3532 -po/vi.po, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -po/mi.po, 56, 211, 200, 252, 500, 513, 1721, 821, 2432 -po/cs.po, 1663, 4408, 4287, 0, 0, 0, 0, 1663, 4408 -po/ms.po, 72, 331, 295, 263, 504, 486, 1597, 821, 2432 -po/br.gmo, 794, 1424, 1712, 0, 0, 0, 0, 794, 1424 -po/el.po, 1234, 3227, 3487, 60, 136, 290, 764, 1584, 4127 -po/pt_BR.gmo, 1663, 4408, 4961, 0, 0, 0, 0, 1663, 4408 -po/br.po, 794, 1424, 1712, 1, 2, 439, 2037, 1234, 3463 -po/en_CA.po, 357, 1388, 1387, 238, 416, 226, 628, 821, 2432 -po/fr.po, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -po/tk.po, 35, 73, 74, 239, 427, 547, 1932, 821, 2432 -po/bn_IN.po, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -po/az.gmo, 83, 398, 331, 0, 0, 0, 0, 83, 398 -po/uk.gmo, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -po/nb.gmo, 1370, 3860, 3854, 0, 0, 0, 0, 1370, 3860 -po/az_IR.po, 3, 5, 6, 10, 10, 808, 2417, 821, 2432 -po/km.po, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -po/ne.gmo, 709, 1600, 1628, 0, 0, 0, 0, 709, 1600 -po/kg.po, 971, 3230, 3181, 21, 118, 73, 514, 1065, 3862 -po/et.po, 955, 2408, 2206, 158, 550, 257, 902, 1370, 3860 -po/da.po, 1663, 4408, 4122, 0, 0, 0, 0, 1663, 4408 -po/sr@ije.po, 84, 399, 378, 264, 505, 473, 1528, 821, 2432 -po/tg.gmo, 1136, 2881, 3208, 0, 0, 0, 0, 1136, 2881 -po/mr.po, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -po/sq.gmo, 744, 2102, 2391, 0, 0, 0, 0, 744, 2102 -po/nds.gmo, 580, 1062, 1119, 0, 0, 0, 0, 580, 1062 -po/dz.gmo, 306, 1223, 605, 0, 0, 0, 0, 306, 1223 -po/crh.gmo, 789, 2121, 1901, 0, 0, 0, 0, 789, 2121 -po/ca@valencia.gmo, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -po/pt.gmo, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -po/or.gmo, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -po/rw.gmo, 21, 24, 26, 0, 0, 0, 0, 21, 24 -po/zh_CN.po, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -po/gu.po, 1110, 2996, 3452, 7, 52, 25, 183, 1142, 3231 -po/uz.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -po/kg.gmo, 971, 3230, 3181, 0, 0, 0, 0, 971, 3230 -po/fa.po, 1361, 3850, 4292, 0, 0, 0, 0, 1361, 3850 -po/af.gmo, 1238, 3162, 3202, 0, 0, 0, 0, 1238, 3162 -po/pt_BR.po, 1663, 4408, 4961, 0, 0, 0, 0, 1663, 4408 -po/eo.po, 1522, 4109, 3955, 20, 39, 124, 261, 1666, 4409 -po/my.gmo, 776, 2216, 1810, 0, 0, 0, 0, 776, 2216 -po/dz.po, 306, 1223, 605, 380, 627, 135, 582, 821, 2432 -po/sv.gmo, 1663, 4408, 4191, 0, 0, 0, 0, 1663, 4408 -po/lg.gmo, 677, 1889, 2048, 0, 0, 0, 0, 677, 1889 -po/si.po, 279, 908, 979, 243, 421, 299, 1103, 821, 2432 -po/ca.gmo, 1580, 4182, 5060, 0, 0, 0, 0, 1580, 4182 -po/uz@cyrillic.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -po/uk.po, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -po/sl.po, 1663, 4406, 4499, 0, 0, 0, 0, 1663, 4406 -po/cy.gmo, 670, 1846, 1951, 0, 0, 0, 0, 670, 1846 -po/be@latin.gmo, 743, 2090, 1940, 0, 0, 0, 0, 743, 2090 -po/bn_IN.gmo, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -po/bs.po, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -po/it.gmo, 1663, 4408, 4719, 0, 0, 0, 0, 1663, 4408 -po/ug.gmo, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -po/tk.gmo, 35, 73, 74, 0, 0, 0, 0, 35, 73 -po/pl.po, 1664, 4410, 4533, 0, 0, 0, 0, 1664, 4410 -po/li.po, 55, 288, 286, 262, 490, 504, 1654, 821, 2432 -po/de.gmo, 1663, 4408, 4294, 0, 0, 0, 0, 1663, 4408 -po/io.gmo, 248, 782, 739, 0, 0, 0, 0, 248, 782 -po/ku.po, 775, 2301, 2489, 3, 14, 44, 137, 822, 2452 -po/sk.gmo, 1516, 4060, 4027, 0, 0, 0, 0, 1516, 4060 -po/lv.gmo, 1666, 4409, 4164, 0, 0, 0, 0, 1666, 4409 -po/an.gmo, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -po/hr.gmo, 1666, 4409, 4322, 0, 0, 0, 0, 1666, 4409 -po/ur.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -po/crh.po, 789, 2121, 1901, 21, 72, 114, 459, 924, 2652 -po/lg.po, 677, 1889, 2048, 0, 0, 162, 633, 839, 2522 -po/eo.gmo, 1522, 4109, 3955, 0, 0, 0, 0, 1522, 4109 -po/hi.gmo, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -po/he.po, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -po/sr.po, 1518, 4130, 4187, 34, 72, 111, 204, 1663, 4406 -po/si.gmo, 279, 908, 979, 0, 0, 0, 0, 279, 908 -po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -po/ja.gmo, 1450, 3824, 2047, 0, 0, 0, 0, 1450, 3824 -po/ca.po, 1580, 4182, 5060, 75, 193, 11, 34, 1666, 4409 -po/ml.gmo, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -po/gtk30.pot, 0, 0, 0, 0, 0, 1663, 4408, 1663, 4408 -po/bn.gmo, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -po/gd.gmo, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -po/nn.po, 854, 2383, 2324, 15, 58, 55, 210, 924, 2651 -po/an.po, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -po/ru.po, 1437, 3983, 3860, 23, 45, 206, 381, 1666, 4409 -po/lt.po, 1666, 4409, 4027, 0, 0, 0, 0, 1666, 4409 -po/vi.gmo, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -po/hu.gmo, 1663, 4408, 4209, 0, 0, 0, 0, 1663, 4408 -po/uz@cyrillic.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -po/eu.gmo, 1663, 4406, 4206, 0, 0, 0, 0, 1663, 4406 -po/bn.po, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -po/or.po, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -po/oc.po, 1278, 3532, 4119, 21, 94, 53, 227, 1352, 3853 -po/mai.po, 791, 2273, 2543, 25, 121, 5, 38, 821, 2432 -po/mi.gmo, 56, 211, 200, 0, 0, 0, 0, 56, 211 -po/en.gmo, 49, 49, 92, 0, 0, 0, 0, 49, 49 -po/be.po, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -po/sq.po, 744, 2102, 2391, 41, 107, 36, 223, 821, 2432 -po/sv.po, 1663, 4408, 4191, 0, 0, 0, 0, 1663, 4408 -po/yi.gmo, 55, 288, 315, 0, 0, 0, 0, 55, 288 -po/km.gmo, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -po/ca@valencia.po, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -po/ml.po, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -po/bs.gmo, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -po/nl.gmo, 1663, 4406, 4336, 0, 0, 0, 0, 1663, 4406 -po/hr.po, 1666, 4409, 4322, 0, 0, 0, 0, 1666, 4409 -po/th.po, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -po/mk.gmo, 342, 1357, 1470, 0, 0, 0, 0, 342, 1357 -po/nso.gmo, 84, 399, 562, 0, 0, 0, 0, 84, 399 -po/sl.gmo, 1663, 4406, 4499, 0, 0, 0, 0, 1663, 4406 -po/te.po, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -po/is.po, 1527, 4024, 3994, 17, 40, 119, 342, 1663, 4406 -po/de.po, 1663, 4408, 4294, 0, 0, 0, 0, 1663, 4408 -po/nb.po, 1370, 3860, 3854, 0, 0, 0, 0, 1370, 3860 -po/tt.po, 87, 186, 161, 208, 359, 526, 1887, 821, 2432 -po/ps.po, 345, 636, 671, 31, 64, 445, 1732, 821, 2432 -po/cy.po, 670, 1846, 1951, 66, 138, 85, 448, 821, 2432 -po/ko.gmo, 1663, 4406, 4240, 0, 0, 0, 0, 1663, 4406 -po/as.gmo, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 diff --git a/results/f30/gtksourceview3-3.24.10-1.fc30.src.rpm.errors.txt b/results/f30/gtksourceview3-3.24.10-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 7bde4ab..0000000 --- a/results/f30/gtksourceview3-3.24.10-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f30/gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv b/results/f30/gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0974641..0000000 --- a/results/f30/gtksourceview3-3.24.10-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,166 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/si.po, 7, 8, 9, 9, 14, 90, 300, 106, 322 -po/ca@valencia.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -po/pt.po, 94, 255, 296, 12, 67, 0, 0, 106, 322 -po/ast.gmo, 38, 119, 143, 0, 0, 0, 0, 38, 119 -po/he.gmo, 94, 255, 253, 0, 0, 0, 0, 94, 255 -po/en_CA.po, 16, 72, 72, 23, 84, 67, 166, 106, 322 -po/sk.po, 105, 320, 327, 1, 2, 0, 0, 106, 322 -po/mr.gmo, 20, 94, 94, 0, 0, 0, 0, 20, 94 -po/fur.gmo, 57, 79, 82, 0, 0, 0, 0, 57, 79 -po/vi.gmo, 94, 255, 378, 0, 0, 0, 0, 94, 255 -po/zh_CN.po, 105, 320, 145, 1, 2, 0, 0, 106, 322 -po/sv.gmo, 106, 322, 280, 0, 0, 0, 0, 106, 322 -po/xh.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/de.po, 106, 322, 297, 0, 0, 0, 0, 106, 322 -po/bn_IN.gmo, 20, 94, 101, 0, 0, 0, 0, 20, 94 -po/dz.po, 16, 72, 44, 25, 87, 65, 163, 106, 322 -po/te.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -po/gu.gmo, 67, 162, 174, 0, 0, 0, 0, 67, 162 -po/ml.gmo, 20, 94, 69, 0, 0, 0, 0, 20, 94 -po/nb.po, 103, 315, 306, 1, 2, 2, 5, 106, 322 -po/hr.gmo, 105, 320, 310, 0, 0, 0, 0, 105, 320 -po/lv.gmo, 105, 320, 300, 0, 0, 0, 0, 105, 320 -po/pa.gmo, 43, 130, 136, 0, 0, 0, 0, 43, 130 -po/de.gmo, 106, 322, 297, 0, 0, 0, 0, 106, 322 -po/id.gmo, 106, 322, 327, 0, 0, 0, 0, 106, 322 -po/gl.po, 105, 320, 384, 1, 2, 0, 0, 106, 322 -po/eu.po, 106, 322, 290, 0, 0, 0, 0, 106, 322 -po/rw.po, 1, 1, 1, 5, 7, 100, 314, 106, 322 -po/or.gmo, 34, 113, 110, 0, 0, 0, 0, 34, 113 -po/pl.po, 106, 322, 317, 0, 0, 0, 0, 106, 322 -po/mg.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -po/zh_HK.gmo, 84, 213, 114, 0, 0, 0, 0, 84, 213 -po/hu.po, 106, 322, 295, 0, 0, 0, 0, 106, 322 -po/fur.po, 57, 79, 82, 1, 2, 48, 241, 106, 322 -po/tr.gmo, 106, 322, 291, 0, 0, 0, 0, 106, 322 -po/zh_TW.po, 105, 320, 143, 1, 2, 0, 0, 106, 322 -po/ar.gmo, 20, 94, 85, 0, 0, 0, 0, 20, 94 -po/mr.po, 20, 94, 94, 25, 83, 61, 145, 106, 322 -po/ms.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/si.gmo, 7, 8, 9, 0, 0, 0, 0, 7, 8 -po/en_GB.gmo, 94, 255, 254, 0, 0, 0, 0, 94, 255 -po/mk.gmo, 38, 119, 141, 0, 0, 0, 0, 38, 119 -po/he.po, 94, 255, 253, 12, 67, 0, 0, 106, 322 -po/en@shaw.po, 22, 74, 74, 29, 115, 55, 133, 106, 322 -po/et.gmo, 30, 106, 83, 0, 0, 0, 0, 30, 106 -po/pt_BR.gmo, 106, 322, 371, 0, 0, 0, 0, 106, 322 -po/pl.gmo, 106, 322, 317, 0, 0, 0, 0, 106, 322 -po/fi.po, 59, 163, 128, 16, 73, 31, 86, 106, 322 -po/th.gmo, 40, 127, 66, 0, 0, 0, 0, 40, 127 -po/sr@latin.po, 105, 320, 331, 1, 2, 0, 0, 106, 322 -po/be.po, 105, 320, 314, 1, 2, 0, 0, 106, 322 -po/ca.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -po/lt.gmo, 106, 322, 285, 0, 0, 0, 0, 106, 322 -po/kk.po, 79, 145, 144, 1, 2, 26, 175, 106, 322 -po/pa.po, 43, 130, 136, 23, 87, 40, 105, 106, 322 -po/az.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/sq.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -po/es.po, 106, 322, 398, 0, 0, 0, 0, 106, 322 -po/ta.gmo, 40, 127, 117, 0, 0, 0, 0, 40, 127 -po/cs.po, 106, 322, 320, 0, 0, 0, 0, 106, 322 -po/eo.gmo, 15, 16, 15, 0, 0, 0, 0, 15, 16 -po/nb.gmo, 103, 315, 306, 0, 0, 0, 0, 103, 315 -po/da.gmo, 105, 320, 292, 0, 0, 0, 0, 105, 320 -po/ar.po, 20, 94, 85, 25, 83, 61, 145, 106, 322 -po/bn_IN.po, 20, 94, 101, 25, 83, 61, 145, 106, 322 -po/eu.gmo, 106, 322, 290, 0, 0, 0, 0, 106, 322 -po/ro.gmo, 105, 320, 375, 0, 0, 0, 0, 105, 320 -po/el.gmo, 105, 320, 339, 0, 0, 0, 0, 105, 320 -po/gl.gmo, 105, 320, 384, 0, 0, 0, 0, 105, 320 -po/bn.gmo, 26, 103, 110, 0, 0, 0, 0, 26, 103 -po/et.po, 30, 106, 83, 17, 61, 59, 155, 106, 322 -po/ru.po, 88, 220, 211, 13, 69, 5, 33, 106, 322 -po/tg.po, 11, 11, 13, 6, 8, 89, 303, 106, 322 -po/dz.gmo, 16, 72, 44, 0, 0, 0, 0, 16, 72 -po/ga.po, 16, 39, 38, 10, 27, 80, 256, 106, 322 -po/cy.po, 3, 4, 4, 10, 15, 93, 303, 106, 322 -po/fa.po, 4, 8, 8, 9, 13, 93, 301, 106, 322 -po/ga.gmo, 16, 39, 38, 0, 0, 0, 0, 16, 39 -po/ca@valencia.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -po/ug.gmo, 40, 127, 120, 0, 0, 0, 0, 40, 127 -po/fr.po, 106, 322, 403, 0, 0, 0, 0, 106, 322 -po/it.po, 106, 322, 353, 0, 0, 0, 0, 106, 322 -po/sk.gmo, 105, 320, 327, 0, 0, 0, 0, 105, 320 -po/bs.gmo, 87, 218, 214, 0, 0, 0, 0, 87, 218 -po/mai.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -po/as.gmo, 84, 213, 225, 0, 0, 0, 0, 84, 213 -po/sq.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/uk.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -po/te.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -po/ro.po, 105, 320, 375, 1, 2, 0, 0, 106, 322 -po/lv.po, 105, 320, 300, 1, 2, 0, 0, 106, 322 -po/pt.gmo, 94, 255, 296, 0, 0, 0, 0, 94, 255 -po/sr@latin.gmo, 105, 320, 331, 0, 0, 0, 0, 105, 320 -po/nl.gmo, 105, 320, 288, 0, 0, 0, 0, 105, 320 -po/az.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -po/oc.gmo, 105, 320, 396, 0, 0, 0, 0, 105, 320 -po/hr.po, 105, 320, 310, 1, 2, 0, 0, 106, 322 -po/pt_BR.po, 106, 322, 371, 0, 0, 0, 0, 106, 322 -po/ja.gmo, 86, 210, 119, 0, 0, 0, 0, 86, 210 -po/fa.gmo, 4, 8, 8, 0, 0, 0, 0, 4, 8 -po/ml.po, 20, 94, 69, 25, 83, 61, 145, 106, 322 -po/ko.gmo, 105, 320, 301, 0, 0, 0, 0, 105, 320 -po/zh_CN.gmo, 105, 320, 145, 0, 0, 0, 0, 105, 320 -po/cy.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/lt.po, 106, 322, 285, 0, 0, 0, 0, 106, 322 -po/hi.po, 40, 127, 128, 21, 82, 45, 113, 106, 322 -po/kn.po, 37, 118, 103, 20, 82, 49, 122, 106, 322 -po/as.po, 84, 213, 225, 16, 75, 6, 34, 106, 322 -po/nn.gmo, 26, 103, 85, 0, 0, 0, 0, 26, 103 -po/bn.po, 26, 103, 110, 25, 86, 55, 133, 106, 322 -po/da.po, 105, 320, 292, 1, 2, 0, 0, 106, 322 -po/tg.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -po/ne.po, 16, 72, 70, 23, 84, 67, 166, 106, 322 -po/vi.po, 94, 255, 378, 12, 67, 0, 0, 106, 322 -po/el.po, 105, 320, 339, 1, 2, 0, 0, 106, 322 -po/eo.po, 15, 16, 15, 8, 11, 83, 295, 106, 322 -po/fi.gmo, 59, 163, 128, 0, 0, 0, 0, 59, 163 -po/mk.po, 38, 119, 141, 21, 85, 47, 118, 106, 322 -po/bs.po, 87, 218, 214, 14, 71, 5, 33, 106, 322 -po/ast.po, 38, 119, 143, 21, 85, 47, 118, 106, 322 -po/rw.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/sv.po, 106, 322, 280, 0, 0, 0, 0, 106, 322 -po/be.gmo, 105, 320, 314, 0, 0, 0, 0, 105, 320 -po/sl.po, 106, 322, 308, 0, 0, 0, 0, 106, 322 -po/gu.po, 67, 162, 174, 21, 79, 18, 81, 106, 322 -po/ko.po, 105, 320, 301, 1, 2, 0, 0, 106, 322 -po/hi.gmo, 40, 127, 128, 0, 0, 0, 0, 40, 127 -po/xh.po, 3, 4, 5, 9, 13, 94, 305, 106, 322 -po/zh_HK.po, 84, 213, 114, 16, 75, 6, 34, 106, 322 -po/es.gmo, 106, 322, 398, 0, 0, 0, 0, 106, 322 -po/kn.gmo, 37, 118, 103, 0, 0, 0, 0, 37, 118 -po/mn.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/mg.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/cs.gmo, 106, 322, 320, 0, 0, 0, 0, 106, 322 -po/uk.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -po/mn.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -po/nl.po, 105, 320, 288, 1, 2, 0, 0, 106, 322 -po/ms.po, 3, 4, 4, 9, 13, 94, 305, 106, 322 -po/sr.gmo, 106, 322, 333, 0, 0, 0, 0, 106, 322 -po/id.po, 106, 322, 327, 0, 0, 0, 0, 106, 322 -po/ug.po, 40, 127, 120, 21, 82, 45, 113, 106, 322 -po/kk.gmo, 79, 145, 144, 0, 0, 0, 0, 79, 145 -po/it.gmo, 106, 322, 353, 0, 0, 0, 0, 106, 322 -po/ru.gmo, 88, 220, 211, 0, 0, 0, 0, 88, 220 -po/hu.gmo, 106, 322, 295, 0, 0, 0, 0, 106, 322 -po/ca.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -po/bg.po, 93, 251, 285, 11, 66, 2, 5, 106, 322 -po/nn.po, 26, 103, 85, 23, 82, 57, 137, 106, 322 -po/sl.gmo, 106, 322, 308, 0, 0, 0, 0, 106, 322 -po/ja.po, 86, 210, 119, 12, 68, 8, 44, 106, 322 -po/th.po, 40, 127, 66, 20, 81, 46, 114, 106, 322 -po/ne.gmo, 16, 72, 70, 0, 0, 0, 0, 16, 72 -po/gtksourceview-3.0.pot, 0, 0, 0, 0, 0, 106, 322, 106, 322 -po/bg.gmo, 93, 251, 285, 0, 0, 0, 0, 93, 251 -po/en_GB.po, 94, 255, 254, 12, 67, 0, 0, 106, 322 -po/mai.po, 6, 7, 8, 10, 15, 90, 300, 106, 322 -po/en@shaw.gmo, 22, 74, 74, 0, 0, 0, 0, 22, 74 -po/ta.po, 40, 127, 117, 21, 82, 45, 113, 106, 322 -po/zh_TW.gmo, 105, 320, 143, 0, 0, 0, 0, 105, 320 -po/en_CA.gmo, 16, 72, 72, 0, 0, 0, 0, 16, 72 -po/tr.po, 106, 322, 291, 0, 0, 0, 0, 106, 322 -po/or.po, 34, 113, 110, 21, 83, 51, 126, 106, 322 -po/oc.po, 105, 320, 396, 1, 2, 0, 0, 106, 322 -po/sr.po, 106, 322, 333, 0, 0, 0, 0, 106, 322 -po/fr.gmo, 106, 322, 403, 0, 0, 0, 0, 106, 322 diff --git a/results/f30/gtksourceview4-4.2.0-1.fc30.src.rpm.errors.txt b/results/f30/gtksourceview4-4.2.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 7bde4ab..0000000 --- a/results/f30/gtksourceview4-4.2.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f30/gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv b/results/f30/gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 9942957..0000000 --- a/results/f30/gtksourceview4-4.2.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,166 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/si.po, 6, 7, 8, 6, 11, 82, 290, 94, 308 -po/ca@valencia.gmo, 78, 209, 266, 0, 0, 0, 0, 78, 209 -po/pt.po, 82, 241, 278, 12, 67, 0, 0, 94, 308 -po/ast.gmo, 26, 105, 129, 0, 0, 0, 0, 26, 105 -po/he.gmo, 82, 241, 237, 0, 0, 0, 0, 82, 241 -po/en_CA.po, 15, 71, 71, 19, 80, 60, 157, 94, 308 -po/gtksourceview-4.pot, 0, 0, 0, 0, 0, 94, 308, 94, 308 -po/sk.po, 93, 306, 313, 1, 2, 0, 0, 94, 308 -po/mr.gmo, 19, 93, 93, 0, 0, 0, 0, 19, 93 -po/fur.gmo, 94, 308, 375, 0, 0, 0, 0, 94, 308 -po/vi.gmo, 82, 241, 359, 0, 0, 0, 0, 82, 241 -po/zh_CN.po, 93, 306, 133, 1, 2, 0, 0, 94, 308 -po/sv.gmo, 94, 308, 267, 0, 0, 0, 0, 94, 308 -po/xh.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/de.po, 94, 308, 283, 0, 0, 0, 0, 94, 308 -po/bn_IN.gmo, 19, 93, 100, 0, 0, 0, 0, 19, 93 -po/dz.po, 15, 71, 43, 21, 83, 58, 154, 94, 308 -po/te.gmo, 27, 109, 97, 0, 0, 0, 0, 27, 109 -po/gu.gmo, 58, 153, 165, 0, 0, 0, 0, 58, 153 -po/ml.gmo, 19, 93, 68, 0, 0, 0, 0, 19, 93 -po/nb.po, 90, 299, 289, 2, 4, 2, 5, 94, 308 -po/hr.gmo, 94, 308, 297, 0, 0, 0, 0, 94, 308 -po/lv.gmo, 94, 308, 287, 0, 0, 0, 0, 94, 308 -po/pa.gmo, 31, 116, 121, 0, 0, 0, 0, 31, 116 -po/de.gmo, 94, 308, 283, 0, 0, 0, 0, 94, 308 -po/id.gmo, 94, 308, 310, 0, 0, 0, 0, 94, 308 -po/gl.po, 94, 308, 372, 0, 0, 0, 0, 94, 308 -po/eu.po, 93, 306, 272, 1, 2, 0, 0, 94, 308 -po/rw.po, 1, 1, 1, 3, 5, 90, 302, 94, 308 -po/or.gmo, 22, 99, 95, 0, 0, 0, 0, 22, 99 -po/pl.po, 94, 308, 303, 0, 0, 0, 0, 94, 308 -po/mg.po, 3, 4, 5, 8, 13, 83, 291, 94, 308 -po/zh_HK.gmo, 72, 199, 102, 0, 0, 0, 0, 72, 199 -po/hu.po, 94, 308, 281, 0, 0, 0, 0, 94, 308 -po/fur.po, 94, 308, 375, 0, 0, 0, 0, 94, 308 -po/tr.gmo, 94, 308, 273, 0, 0, 0, 0, 94, 308 -po/zh_TW.po, 94, 308, 133, 0, 0, 0, 0, 94, 308 -po/ar.gmo, 19, 93, 84, 0, 0, 0, 0, 19, 93 -po/mr.po, 19, 93, 93, 18, 76, 57, 139, 94, 308 -po/ms.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/si.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -po/en_GB.gmo, 82, 241, 240, 0, 0, 0, 0, 82, 241 -po/mk.gmo, 26, 105, 123, 0, 0, 0, 0, 26, 105 -po/he.po, 82, 241, 237, 12, 67, 0, 0, 94, 308 -po/en@shaw.po, 20, 72, 72, 23, 109, 51, 127, 94, 308 -po/et.gmo, 22, 96, 74, 0, 0, 0, 0, 22, 96 -po/pt_BR.gmo, 94, 308, 362, 0, 0, 0, 0, 94, 308 -po/pl.gmo, 94, 308, 303, 0, 0, 0, 0, 94, 308 -po/fi.po, 48, 150, 115, 15, 72, 31, 86, 94, 308 -po/th.gmo, 28, 113, 54, 0, 0, 0, 0, 28, 113 -po/sr@latin.po, 93, 306, 317, 1, 2, 0, 0, 94, 308 -po/be.po, 94, 308, 293, 0, 0, 0, 0, 94, 308 -po/ca.gmo, 93, 306, 387, 0, 0, 0, 0, 93, 306 -po/lt.gmo, 94, 308, 270, 0, 0, 0, 0, 94, 308 -po/kk.po, 68, 133, 130, 0, 0, 26, 175, 94, 308 -po/pa.po, 31, 116, 121, 23, 87, 40, 105, 94, 308 -po/az.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/sq.po, 3, 4, 5, 8, 13, 83, 291, 94, 308 -po/es.po, 94, 308, 384, 0, 0, 0, 0, 94, 308 -po/ta.gmo, 28, 113, 102, 0, 0, 0, 0, 28, 113 -po/cs.po, 94, 308, 306, 0, 0, 0, 0, 94, 308 -po/eo.gmo, 26, 31, 29, 0, 0, 0, 0, 26, 31 -po/nb.gmo, 90, 299, 289, 0, 0, 0, 0, 90, 299 -po/da.gmo, 94, 308, 278, 0, 0, 0, 0, 94, 308 -po/ar.po, 19, 93, 84, 18, 76, 57, 139, 94, 308 -po/bn_IN.po, 19, 93, 100, 18, 76, 57, 139, 94, 308 -po/eu.gmo, 93, 306, 272, 0, 0, 0, 0, 93, 306 -po/ro.gmo, 94, 308, 359, 0, 0, 0, 0, 94, 308 -po/el.gmo, 94, 308, 323, 0, 0, 0, 0, 94, 308 -po/gl.gmo, 94, 308, 372, 0, 0, 0, 0, 94, 308 -po/bn.gmo, 24, 101, 108, 0, 0, 0, 0, 24, 101 -po/et.po, 22, 96, 74, 17, 61, 55, 151, 94, 308 -po/ru.po, 76, 206, 192, 13, 69, 5, 33, 94, 308 -po/tg.po, 4, 4, 4, 6, 8, 84, 296, 94, 308 -po/dz.gmo, 15, 71, 43, 0, 0, 0, 0, 15, 71 -po/ga.po, 14, 37, 36, 10, 27, 70, 244, 94, 308 -po/cy.po, 3, 4, 4, 8, 13, 83, 291, 94, 308 -po/fa.po, 4, 8, 8, 7, 11, 83, 289, 94, 308 -po/ga.gmo, 14, 37, 36, 0, 0, 0, 0, 14, 37 -po/ca@valencia.po, 78, 209, 266, 11, 66, 5, 33, 94, 308 -po/ug.gmo, 28, 113, 104, 0, 0, 0, 0, 28, 113 -po/fr.po, 94, 308, 382, 0, 0, 0, 0, 94, 308 -po/it.po, 94, 308, 339, 0, 0, 0, 0, 94, 308 -po/sk.gmo, 93, 306, 313, 0, 0, 0, 0, 93, 306 -po/bs.gmo, 75, 204, 200, 0, 0, 0, 0, 75, 204 -po/mai.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -po/as.gmo, 72, 199, 209, 0, 0, 0, 0, 72, 199 -po/sq.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/uk.po, 27, 109, 100, 21, 85, 46, 114, 94, 308 -po/te.po, 27, 109, 97, 21, 85, 46, 114, 94, 308 -po/ro.po, 94, 308, 359, 0, 0, 0, 0, 94, 308 -po/lv.po, 94, 308, 287, 0, 0, 0, 0, 94, 308 -po/pt.gmo, 82, 241, 278, 0, 0, 0, 0, 82, 241 -po/sr@latin.gmo, 93, 306, 317, 0, 0, 0, 0, 93, 306 -po/nl.gmo, 94, 308, 274, 0, 0, 0, 0, 94, 308 -po/az.po, 3, 4, 4, 6, 10, 85, 294, 94, 308 -po/oc.gmo, 94, 308, 379, 0, 0, 0, 0, 94, 308 -po/hr.po, 94, 308, 297, 0, 0, 0, 0, 94, 308 -po/pt_BR.po, 94, 308, 362, 0, 0, 0, 0, 94, 308 -po/ja.gmo, 74, 196, 107, 0, 0, 0, 0, 74, 196 -po/fa.gmo, 4, 8, 8, 0, 0, 0, 0, 4, 8 -po/ml.po, 19, 93, 68, 18, 76, 57, 139, 94, 308 -po/ko.gmo, 94, 308, 286, 0, 0, 0, 0, 94, 308 -po/zh_CN.gmo, 93, 306, 133, 0, 0, 0, 0, 93, 306 -po/cy.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/lt.po, 94, 308, 270, 0, 0, 0, 0, 94, 308 -po/hi.po, 28, 113, 113, 21, 82, 45, 113, 94, 308 -po/kn.po, 26, 107, 91, 20, 82, 48, 119, 94, 308 -po/as.po, 72, 199, 209, 16, 75, 6, 34, 94, 308 -po/nn.gmo, 24, 101, 83, 0, 0, 0, 0, 24, 101 -po/bn.po, 24, 101, 108, 19, 80, 51, 127, 94, 308 -po/da.po, 94, 308, 278, 0, 0, 0, 0, 94, 308 -po/tg.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -po/ne.po, 15, 71, 69, 19, 80, 60, 157, 94, 308 -po/vi.po, 82, 241, 359, 12, 67, 0, 0, 94, 308 -po/el.po, 94, 308, 323, 0, 0, 0, 0, 94, 308 -po/eo.po, 26, 31, 29, 2, 4, 66, 273, 94, 308 -po/fi.gmo, 48, 150, 115, 0, 0, 0, 0, 48, 150 -po/mk.po, 26, 105, 123, 21, 85, 47, 118, 94, 308 -po/bs.po, 75, 204, 200, 14, 71, 5, 33, 94, 308 -po/ast.po, 26, 105, 129, 21, 85, 47, 118, 94, 308 -po/rw.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/sv.po, 94, 308, 267, 0, 0, 0, 0, 94, 308 -po/be.gmo, 94, 308, 293, 0, 0, 0, 0, 94, 308 -po/sl.po, 94, 308, 294, 0, 0, 0, 0, 94, 308 -po/gu.po, 58, 153, 165, 19, 77, 17, 78, 94, 308 -po/ko.po, 94, 308, 286, 0, 0, 0, 0, 94, 308 -po/hi.gmo, 28, 113, 113, 0, 0, 0, 0, 28, 113 -po/xh.po, 3, 4, 5, 7, 11, 84, 293, 94, 308 -po/zh_HK.po, 72, 199, 102, 16, 75, 6, 34, 94, 308 -po/es.gmo, 94, 308, 384, 0, 0, 0, 0, 94, 308 -po/kn.gmo, 26, 107, 91, 0, 0, 0, 0, 26, 107 -po/mn.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/mg.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/cs.gmo, 94, 308, 306, 0, 0, 0, 0, 94, 308 -po/uk.gmo, 27, 109, 100, 0, 0, 0, 0, 27, 109 -po/mn.po, 3, 4, 4, 6, 10, 85, 294, 94, 308 -po/nl.po, 94, 308, 274, 0, 0, 0, 0, 94, 308 -po/ms.po, 3, 4, 4, 7, 11, 84, 293, 94, 308 -po/sr.gmo, 94, 308, 319, 0, 0, 0, 0, 94, 308 -po/id.po, 94, 308, 310, 0, 0, 0, 0, 94, 308 -po/ug.po, 28, 113, 104, 21, 82, 45, 113, 94, 308 -po/kk.gmo, 68, 133, 130, 0, 0, 0, 0, 68, 133 -po/it.gmo, 94, 308, 339, 0, 0, 0, 0, 94, 308 -po/ru.gmo, 76, 206, 192, 0, 0, 0, 0, 76, 206 -po/hu.gmo, 94, 308, 281, 0, 0, 0, 0, 94, 308 -po/ca.po, 93, 306, 387, 1, 2, 0, 0, 94, 308 -po/bg.po, 81, 237, 267, 11, 66, 2, 5, 94, 308 -po/nn.po, 24, 101, 83, 18, 77, 52, 130, 94, 308 -po/sl.gmo, 94, 308, 294, 0, 0, 0, 0, 94, 308 -po/ja.po, 74, 196, 107, 12, 68, 8, 44, 94, 308 -po/th.po, 28, 113, 54, 20, 81, 46, 114, 94, 308 -po/ne.gmo, 15, 71, 69, 0, 0, 0, 0, 15, 71 -po/bg.gmo, 81, 237, 267, 0, 0, 0, 0, 81, 237 -po/en_GB.po, 82, 241, 240, 12, 67, 0, 0, 94, 308 -po/mai.po, 6, 7, 8, 7, 12, 81, 289, 94, 308 -po/en@shaw.gmo, 20, 72, 72, 0, 0, 0, 0, 20, 72 -po/ta.po, 28, 113, 102, 21, 82, 45, 113, 94, 308 -po/zh_TW.gmo, 94, 308, 133, 0, 0, 0, 0, 94, 308 -po/en_CA.gmo, 15, 71, 71, 0, 0, 0, 0, 15, 71 -po/tr.po, 94, 308, 273, 0, 0, 0, 0, 94, 308 -po/or.po, 22, 99, 95, 21, 83, 51, 126, 94, 308 -po/oc.po, 94, 308, 379, 0, 0, 0, 0, 94, 308 -po/sr.po, 94, 308, 319, 0, 0, 0, 0, 94, 308 -po/fr.gmo, 94, 308, 382, 0, 0, 0, 0, 94, 308 diff --git a/results/f30/gutenprint-5.2.14-6.fc30.src.rpm.errors.txt b/results/f30/gutenprint-5.2.14-6.fc30.src.rpm.errors.txt deleted file mode 100644 index ef50d2e..0000000 --- a/results/f30/gutenprint-5.2.14-6.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,17 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbf in position 7: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 29: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 2: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 30: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc4 in position 0: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f30/gutenprint-5.2.14-6.fc30.src.rpm.stats.csv b/results/f30/gutenprint-5.2.14-6.fc30.src.rpm.stats.csv deleted file mode 100644 index 4bfacf9..0000000 --- a/results/f30/gutenprint-5.2.14-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 3311, 11653, 11404, 1205, 3556, 184, 553, 4700, 15762 -po/tr.gmo, 3304, 11036, 10518, 0, 0, 0, 0, 3304, 11036 -po/el.po, 115, 148, 158, 2074, 6310, 2511, 9304, 4700, 15762 -po/ru.po, 1704, 4597, 4538, 2114, 6205, 882, 4960, 4700, 15762 -po/sk.gmo, 3108, 10215, 10002, 0, 0, 0, 0, 3108, 10215 -po/uk.gmo, 3311, 11653, 11248, 0, 0, 0, 0, 3311, 11653 -po/nl.gmo, 3311, 11653, 11404, 0, 0, 0, 0, 3311, 11653 -po/ja.po, 975, 3254, 1999, 1702, 6571, 2023, 5937, 4700, 15762 -po/vi.gmo, 2935, 8209, 8668, 0, 0, 0, 0, 2935, 8209 -po/pl.po, 157, 314, 306, 1846, 5527, 2697, 9921, 4700, 15762 -po/de.gmo, 3311, 11653, 10679, 0, 0, 0, 0, 3311, 11653 -po/fr.gmo, 3311, 11653, 12125, 0, 0, 0, 0, 3311, 11653 -po/gl.gmo, 2582, 8926, 9610, 0, 0, 0, 0, 2582, 8926 -po/sk.po, 3108, 10215, 10002, 1288, 4541, 304, 1006, 4700, 15762 -po/gutenprint.pot, 0, 0, 0, 0, 0, 4700, 15762, 4700, 15762 -po/nb.gmo, 242, 695, 642, 0, 0, 0, 0, 242, 695 -po/zh_TW.po, 465, 1584, 793, 2524, 7790, 1711, 6388, 4700, 15762 -po/es.po, 306, 1819, 1984, 2037, 7189, 2357, 6754, 4700, 15762 -po/cs.gmo, 336, 1980, 1683, 0, 0, 0, 0, 336, 1980 -po/zh_CN.po, 2965, 8561, 7654, 1222, 3614, 513, 3587, 4700, 15762 -po/pt.po, 334, 1968, 2054, 2012, 7044, 2354, 6750, 4700, 15762 -po/sl.po, 2560, 8860, 8534, 1918, 6263, 222, 639, 4700, 15762 -po/da.po, 3311, 11653, 11174, 1208, 3564, 181, 545, 4700, 15762 -po/fr.po, 3311, 11653, 12125, 1208, 3564, 181, 545, 4700, 15762 -po/tr.po, 3304, 11036, 10518, 1213, 4175, 183, 551, 4700, 15762 -po/vi.po, 2935, 8209, 8668, 1200, 3529, 565, 4024, 4700, 15762 -po/fi.gmo, 2212, 6765, 6191, 0, 0, 0, 0, 2212, 6765 -po/uk.po, 3311, 11653, 11248, 1208, 3564, 181, 545, 4700, 15762 -po/ru.gmo, 1704, 4597, 4538, 0, 0, 0, 0, 1704, 4597 -po/sv.po, 1354, 5110, 4902, 2650, 8590, 696, 2062, 4700, 15762 -po/it.po, 3311, 11653, 11994, 1208, 3564, 181, 545, 4700, 15762 -po/zh_TW.gmo, 465, 1584, 793, 0, 0, 0, 0, 465, 1584 -po/gl.po, 2582, 8926, 9610, 1896, 6197, 222, 639, 4700, 15762 -po/en_GB.po, 2112, 7530, 7507, 2283, 7328, 305, 904, 4700, 15762 -po/hu.gmo, 3311, 11653, 11181, 0, 0, 0, 0, 3311, 11653 -po/cs.po, 336, 1980, 1683, 2003, 6971, 2361, 6811, 4700, 15762 -po/da.gmo, 3311, 11653, 11174, 0, 0, 0, 0, 3311, 11653 -po/hu.po, 3311, 11653, 11181, 1208, 3564, 181, 545, 4700, 15762 -po/sl.gmo, 2560, 8860, 8534, 0, 0, 0, 0, 2560, 8860 -po/nb.po, 242, 695, 642, 2048, 6258, 2410, 8809, 4700, 15762 -po/ja.gmo, 975, 3254, 1999, 0, 0, 0, 0, 975, 3254 -po/de.po, 3311, 11653, 10679, 1214, 3574, 175, 535, 4700, 15762 -po/fi.po, 2212, 6765, 6191, 2042, 6009, 446, 2988, 4700, 15762 -po/ca.po, 3311, 11653, 12496, 1208, 3564, 181, 545, 4700, 15762 -po/en_GB.gmo, 2112, 7530, 7507, 0, 0, 0, 0, 2112, 7530 -po/it.gmo, 3311, 11653, 11994, 0, 0, 0, 0, 3311, 11653 -po/zh_CN.gmo, 2965, 8561, 7654, 0, 0, 0, 0, 2965, 8561 -po/sv.gmo, 1354, 5110, 4902, 0, 0, 0, 0, 1354, 5110 diff --git a/results/f30/gvfs-1.40.1-2.fc30.src.rpm.errors.txt b/results/f30/gvfs-1.40.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 8d0259f..0000000 --- a/results/f30/gvfs-1.40.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/gvfs-1.40.1-2.fc30.src.rpm.stats.csv b/results/f30/gvfs-1.40.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index a67a777..0000000 --- a/results/f30/gvfs-1.40.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,77 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 403, 2076, 639, 0, 0, 0, 0, 403, 2076 -po/zh_HK.po, 596, 2704, 1004, 0, 0, 0, 0, 596, 2704 -po/zh_CN.po, 631, 2910, 1008, 0, 0, 0, 0, 631, 2910 -po/vi.po, 403, 2076, 3099, 0, 0, 0, 0, 403, 2076 -po/uk.po, 402, 2069, 2058, 0, 0, 0, 0, 402, 2069 -po/ug.po, 583, 2640, 2364, 0, 0, 2, 8, 585, 2648 -po/tr.po, 403, 2076, 1772, 0, 0, 0, 0, 403, 2076 -po/th.po, 564, 2552, 1102, 0, 0, 0, 0, 564, 2552 -po/tg.po, 71, 121, 134, 0, 0, 514, 2527, 585, 2648 -po/te.po, 596, 2704, 2339, 0, 0, 0, 0, 596, 2704 -po/ta.po, 596, 2704, 2387, 0, 0, 0, 0, 596, 2704 -po/sv.po, 403, 2076, 2015, 0, 0, 0, 0, 403, 2076 -po/sr@latin.po, 412, 2148, 2317, 0, 0, 0, 0, 412, 2148 -po/sr.po, 403, 2076, 2251, 0, 0, 0, 0, 403, 2076 -po/sq.po, 312, 1245, 1532, 0, 0, 0, 0, 312, 1245 -po/sl.po, 403, 2076, 2148, 0, 0, 0, 0, 403, 2076 -po/sk.po, 402, 2069, 2074, 0, 0, 0, 0, 402, 2069 -po/ru.po, 403, 2076, 2003, 0, 0, 0, 0, 403, 2076 -po/ro.po, 403, 2076, 2468, 0, 0, 0, 0, 403, 2076 -po/pt_BR.po, 403, 2076, 2605, 0, 0, 0, 0, 403, 2076 -po/pt.po, 624, 2893, 3334, 0, 0, 0, 0, 624, 2893 -po/pl.po, 403, 2076, 2162, 0, 0, 0, 0, 403, 2076 -po/pa.po, 607, 2762, 3169, 0, 0, 0, 0, 607, 2762 -po/or.po, 596, 2704, 2797, 0, 0, 0, 0, 596, 2704 -po/oc.po, 593, 2663, 3511, 0, 0, 25, 188, 618, 2851 -po/nn.po, 540, 2427, 2414, 0, 0, 5, 18, 545, 2445 -po/nl.po, 403, 2076, 2062, 0, 0, 0, 0, 403, 2076 -po/ne.po, 155, 554, 562, 170, 781, 86, 804, 411, 2139 -po/nds.po, 222, 594, 641, 0, 0, 236, 1342, 458, 1936 -po/nb.po, 412, 2148, 2136, 0, 0, 0, 0, 412, 2148 -po/mr.po, 596, 2704, 2677, 0, 0, 0, 0, 596, 2704 -po/ml.po, 585, 2648, 2211, 0, 0, 0, 0, 585, 2648 -po/mk.po, 537, 2412, 2873, 0, 0, 0, 0, 537, 2412 -po/mai.po, 88, 196, 215, 0, 0, 357, 1662, 445, 1858 -po/lv.po, 403, 2076, 1856, 0, 0, 0, 0, 403, 2076 -po/lt.po, 403, 2076, 1765, 0, 0, 0, 0, 403, 2076 -po/ku.po, 65, 142, 164, 0, 0, 209, 908, 274, 1050 -po/ko.po, 403, 2076, 1834, 0, 0, 0, 0, 403, 2076 -po/kn.po, 601, 2728, 2422, 0, 0, 0, 0, 601, 2728 -po/kk.po, 313, 1502, 1420, 0, 0, 90, 574, 403, 2076 -po/ja.po, 583, 2640, 1062, 0, 0, 0, 0, 583, 2640 -po/it.po, 403, 2076, 2347, 0, 0, 0, 0, 403, 2076 -po/id.po, 403, 2076, 2100, 0, 0, 0, 0, 403, 2076 -po/hu.po, 403, 2076, 2037, 0, 0, 0, 0, 403, 2076 -po/hr.po, 403, 2076, 1955, 0, 0, 0, 0, 403, 2076 -po/hi.po, 596, 2704, 3161, 0, 0, 0, 0, 596, 2704 -po/he.po, 400, 2080, 2041, 0, 0, 0, 0, 400, 2080 -po/gu.po, 597, 2706, 3018, 0, 0, 0, 0, 597, 2706 -po/gl.po, 403, 2076, 2857, 0, 0, 0, 0, 403, 2076 -po/ga.po, 165, 446, 523, 0, 0, 197, 1130, 362, 1576 -po/fur.po, 403, 2076, 2560, 0, 0, 0, 0, 403, 2076 -po/fr.po, 403, 2076, 2820, 0, 0, 0, 0, 403, 2076 -po/fi.po, 341, 1699, 1411, 43, 266, 18, 104, 402, 2069 -po/fa.po, 465, 1815, 2181, 15, 61, 65, 569, 545, 2445 -po/eu.po, 411, 2139, 2066, 0, 0, 0, 0, 411, 2139 -po/et.po, 565, 2555, 2241, 0, 0, 0, 0, 565, 2555 -po/es.po, 403, 2076, 2739, 0, 0, 0, 0, 403, 2076 -po/eo.po, 111, 361, 386, 9, 43, 291, 1735, 411, 2139 -po/en_GB.po, 412, 2148, 2146, 0, 0, 0, 0, 412, 2148 -po/en@shaw.po, 409, 1725, 1725, 49, 211, 0, 0, 458, 1936 -po/el.po, 403, 2076, 2225, 0, 0, 0, 0, 403, 2076 -po/de.po, 403, 2076, 2213, 0, 0, 0, 0, 403, 2076 -po/da.po, 403, 2076, 2009, 0, 0, 0, 0, 403, 2076 -po/cs.po, 403, 2076, 1985, 0, 0, 0, 0, 403, 2076 -po/ca@valencia.po, 411, 2139, 3009, 0, 0, 0, 0, 411, 2139 -po/ca.po, 400, 2043, 2897, 0, 0, 0, 0, 400, 2043 -po/bs.po, 609, 2777, 2884, 0, 0, 0, 0, 609, 2777 -po/bn_IN.po, 596, 2704, 2986, 0, 0, 0, 0, 596, 2704 -po/bn.po, 458, 1936, 2102, 0, 0, 0, 0, 458, 1936 -po/bg.po, 618, 2851, 3363, 0, 0, 0, 0, 618, 2851 -po/be@latin.po, 326, 1354, 1338, 0, 0, 0, 0, 326, 1354 -po/be.po, 402, 2069, 2045, 0, 0, 0, 0, 402, 2069 -po/ast.po, 537, 2412, 2910, 0, 0, 0, 0, 537, 2412 -po/as.po, 597, 2706, 2858, 0, 0, 0, 0, 597, 2706 -po/ar.po, 401, 1654, 1688, 9, 33, 59, 324, 469, 2011 -po/af.po, 210, 711, 733, 1, 3, 252, 1269, 463, 1983 diff --git a/results/f30/hplip-3.18.12-9.fc30.src.rpm.errors.txt b/results/f30/hplip-3.18.12-9.fc30.src.rpm.errors.txt deleted file mode 100644 index 93aed4d..0000000 --- a/results/f30/hplip-3.18.12-9.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process data/localization/hplip_: does not exist diff --git a/results/f30/hplip-3.18.12-9.fc30.src.rpm.stats.csv b/results/f30/hplip-3.18.12-9.fc30.src.rpm.stats.csv deleted file mode 100644 index 695c674..0000000 --- a/results/f30/hplip-3.18.12-9.fc30.src.rpm.stats.csv +++ /dev/null @@ -1 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/hunspell-1.7.0-2.fc30.src.rpm.errors.txt b/results/f30/hunspell-1.7.0-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 6985d4e..0000000 --- a/results/f30/hunspell-1.7.0-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/hunspell-1.7.0-2.fc30.src.rpm.stats.csv b/results/f30/hunspell-1.7.0-2.fc30.src.rpm.stats.csv deleted file mode 100644 index af28120..0000000 --- a/results/f30/hunspell-1.7.0-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,10 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tg.po, 79, 613, 646, 0, 0, 0, 0, 79, 613 -po/pt_BR.po, 79, 613, 683, 0, 0, 0, 0, 79, 613 -po/pl.po, 79, 613, 599, 0, 0, 0, 0, 79, 613 -po/it.po, 69, 496, 533, 6, 24, 4, 93, 79, 613 -po/hunspell.pot, 0, 0, 0, 0, 0, 79, 613, 79, 613 -po/hu.po, 76, 598, 563, 3, 15, 0, 0, 79, 613 -po/es.po, 79, 613, 700, 0, 0, 0, 0, 79, 613 -po/de.po, 79, 613, 582, 0, 0, 0, 0, 79, 613 -po/ca.po, 79, 613, 705, 0, 0, 0, 0, 79, 613 diff --git a/results/f30/ibus-1.5.20-1.fc30.src.rpm.errors.txt b/results/f30/ibus-1.5.20-1.fc30.src.rpm.errors.txt deleted file mode 100644 index e8a1ba2..0000000 --- a/results/f30/ibus-1.5.20-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/ibus-1.5.20-1.fc30.src.rpm.stats.csv b/results/f30/ibus-1.5.20-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 15a08f7..0000000 --- a/results/f30/ibus-1.5.20-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,100 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/hu.gmo, 535, 2146, 2019, 0, 0, 0, 0, 535, 2146 -po/nb.po, 62, 163, 151, 8, 22, 465, 1961, 535, 2146 -po/ml.po, 154, 707, 593, 15, 103, 366, 1336, 535, 2146 -po/ar.po, 41, 117, 109, 5, 16, 489, 2013, 535, 2146 -po/pa.gmo, 203, 777, 782, 0, 0, 0, 0, 203, 777 -po/ru.po, 145, 758, 657, 10, 83, 380, 1305, 535, 2146 -po/ca.po, 272, 1398, 1656, 6, 42, 257, 706, 535, 2146 -po/de.gmo, 195, 1069, 910, 0, 0, 0, 0, 195, 1069 -po/pt_BR.gmo, 197, 1123, 1304, 0, 0, 0, 0, 197, 1123 -po/sr@latin.po, 41, 115, 109, 5, 16, 489, 2015, 535, 2146 -po/mr.po, 162, 925, 857, 6, 59, 367, 1162, 535, 2146 -po/hu.po, 535, 2146, 2019, 0, 0, 0, 0, 535, 2146 -po/bg.gmo, 121, 557, 613, 0, 0, 0, 0, 121, 557 -po/zh_HK.po, 163, 927, 309, 6, 59, 366, 1160, 535, 2146 -po/ko.po, 162, 925, 735, 6, 59, 367, 1162, 535, 2146 -po/fi.gmo, 93, 302, 240, 0, 0, 0, 0, 93, 302 -po/bn_IN.po, 162, 925, 939, 6, 59, 367, 1162, 535, 2146 -po/ar.gmo, 41, 117, 109, 0, 0, 0, 0, 41, 117 -po/bg.po, 121, 557, 613, 11, 51, 403, 1538, 535, 2146 -po/lv.gmo, 105, 456, 407, 0, 0, 0, 0, 105, 456 -po/cs.gmo, 504, 1883, 1759, 0, 0, 0, 0, 504, 1883 -po/he.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/zh_CN.po, 222, 1149, 387, 6, 57, 307, 940, 535, 2146 -po/da.gmo, 520, 2088, 1750, 0, 0, 0, 0, 520, 2088 -po/it.gmo, 171, 807, 919, 0, 0, 0, 0, 171, 807 -po/vi.gmo, 118, 512, 681, 0, 0, 0, 0, 118, 512 -po/fi.po, 93, 302, 240, 7, 11, 435, 1833, 535, 2146 -po/or.po, 142, 669, 659, 15, 97, 378, 1380, 535, 2146 -po/ca.gmo, 272, 1398, 1656, 0, 0, 0, 0, 272, 1398 -po/de.po, 195, 1069, 910, 11, 88, 329, 989, 535, 2146 -po/eu.po, 50, 96, 102, 7, 13, 478, 2037, 535, 2146 -po/ur.po, 1, 1, 1, 0, 0, 534, 2145, 535, 2146 -po/sr.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -po/ml.gmo, 154, 707, 593, 0, 0, 0, 0, 154, 707 -po/mr.gmo, 162, 925, 857, 0, 0, 0, 0, 162, 925 -po/ibus10.pot, 0, 0, 0, 0, 0, 535, 2146, 535, 2146 -po/te.po, 162, 925, 780, 6, 59, 367, 1162, 535, 2146 -po/fr.po, 535, 2146, 2429, 0, 0, 0, 0, 535, 2146 -po/gu.gmo, 162, 925, 916, 0, 0, 0, 0, 162, 925 -po/mn.po, 32, 116, 97, 5, 33, 498, 1997, 535, 2146 -po/as.po, 162, 925, 885, 6, 59, 367, 1162, 535, 2146 -po/tg.gmo, 32, 36, 44, 0, 0, 0, 0, 32, 36 -po/ja.gmo, 535, 2146, 812, 0, 0, 0, 0, 535, 2146 -po/zh_CN.gmo, 222, 1149, 387, 0, 0, 0, 0, 222, 1149 -po/es.po, 520, 2088, 2389, 10, 50, 5, 8, 535, 2146 -po/es.gmo, 520, 2088, 2389, 0, 0, 0, 0, 520, 2088 -po/ta.gmo, 162, 925, 768, 0, 0, 0, 0, 162, 925 -po/tg.po, 32, 36, 44, 4, 6, 499, 2104, 535, 2146 -po/en_GB.gmo, 104, 449, 452, 0, 0, 0, 0, 104, 449 -po/ta.po, 162, 925, 768, 6, 59, 367, 1162, 535, 2146 -po/pl.gmo, 535, 2146, 2025, 0, 0, 0, 0, 535, 2146 -po/it.po, 171, 807, 919, 28, 393, 336, 946, 535, 2146 -po/he.po, 1, 1, 1, 0, 0, 534, 2145, 535, 2146 -po/ko.gmo, 162, 925, 735, 0, 0, 0, 0, 162, 925 -po/pt_BR.po, 197, 1123, 1304, 11, 88, 327, 935, 535, 2146 -po/nb.gmo, 62, 163, 151, 0, 0, 0, 0, 62, 163 -po/bn.po, 104, 448, 503, 10, 49, 421, 1649, 535, 2146 -po/gu.po, 162, 925, 916, 6, 59, 367, 1162, 535, 2146 -po/bn.gmo, 104, 448, 503, 0, 0, 0, 0, 104, 448 -po/zh_HK.gmo, 163, 927, 309, 0, 0, 0, 0, 163, 927 -po/ru.gmo, 145, 758, 657, 0, 0, 0, 0, 145, 758 -po/cs.po, 504, 1883, 1759, 19, 104, 12, 159, 535, 2146 -po/sr@latin.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -po/ia.po, 125, 583, 715, 14, 93, 396, 1470, 535, 2146 -po/mn.gmo, 32, 116, 97, 0, 0, 0, 0, 32, 116 -po/en_GB.po, 104, 449, 452, 11, 51, 420, 1646, 535, 2146 -po/te.gmo, 162, 925, 780, 0, 0, 0, 0, 162, 925 -po/hi.po, 125, 583, 682, 14, 93, 396, 1470, 535, 2146 -po/ia.gmo, 125, 583, 715, 0, 0, 0, 0, 125, 583 -po/et.po, 42, 75, 69, 6, 12, 487, 2059, 535, 2146 -po/as.gmo, 162, 925, 885, 0, 0, 0, 0, 162, 925 -po/vi.po, 118, 512, 681, 0, 0, 417, 1634, 535, 2146 -po/pa.po, 203, 777, 782, 4, 39, 328, 1330, 535, 2146 -po/zh_TW.po, 520, 2088, 747, 10, 50, 5, 8, 535, 2146 -po/fa.po, 38, 67, 73, 5, 8, 492, 2071, 535, 2146 -po/uk.po, 535, 2146, 2083, 0, 0, 0, 0, 535, 2146 -po/sr.po, 41, 115, 109, 5, 16, 489, 2015, 535, 2146 -po/sv.gmo, 520, 2088, 1708, 0, 0, 0, 0, 520, 2088 -po/et.gmo, 42, 75, 69, 0, 0, 0, 0, 42, 75 -po/fr.gmo, 535, 2146, 2429, 0, 0, 0, 0, 535, 2146 -po/ja.po, 535, 2146, 812, 0, 0, 0, 0, 535, 2146 -po/fa.gmo, 38, 67, 73, 0, 0, 0, 0, 38, 67 -po/nl.gmo, 535, 2146, 2128, 0, 0, 0, 0, 535, 2146 -po/hi.gmo, 125, 583, 682, 0, 0, 0, 0, 125, 583 -po/sq.po, 13, 20, 22, 1, 2, 521, 2124, 535, 2146 -po/bn_IN.gmo, 162, 925, 939, 0, 0, 0, 0, 162, 925 -po/or.gmo, 142, 669, 659, 0, 0, 0, 0, 142, 669 -po/da.po, 520, 2088, 1750, 10, 50, 5, 8, 535, 2146 -po/pl.po, 535, 2146, 2025, 0, 0, 0, 0, 535, 2146 -po/nl.po, 535, 2146, 2128, 0, 0, 0, 0, 535, 2146 -po/zh_TW.gmo, 520, 2088, 747, 0, 0, 0, 0, 520, 2088 -po/uk.gmo, 535, 2146, 2083, 0, 0, 0, 0, 535, 2146 -po/sq.gmo, 13, 20, 22, 0, 0, 0, 0, 13, 20 -po/eu.gmo, 50, 96, 102, 0, 0, 0, 0, 50, 96 -po/lv.po, 105, 456, 407, 11, 51, 419, 1639, 535, 2146 -po/sv.po, 520, 2088, 1708, 10, 50, 5, 8, 535, 2146 -po/kn.po, 162, 925, 803, 6, 59, 367, 1162, 535, 2146 -po/kn.gmo, 162, 925, 803, 0, 0, 0, 0, 162, 925 -po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 diff --git a/results/f30/ibus-hangul-1.5.1-3.fc30.src.rpm.errors.txt b/results/f30/ibus-hangul-1.5.1-3.fc30.src.rpm.errors.txt deleted file mode 100644 index a2e32af..0000000 --- a/results/f30/ibus-hangul-1.5.1-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv b/results/f30/ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv deleted file mode 100644 index c90ce32..0000000 --- a/results/f30/ibus-hangul-1.5.1-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 0, 0, 0, 0, 0, 27, 129, 27, 129 -po/ko.po, 27, 129, 99, 0, 0, 0, 0, 27, 129 diff --git a/results/f30/ibus-kkc-1.5.22-11.fc30.src.rpm.errors.txt b/results/f30/ibus-kkc-1.5.22-11.fc30.src.rpm.errors.txt deleted file mode 100644 index 192a460..0000000 --- a/results/f30/ibus-kkc-1.5.22-11.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/ibus-kkc-1.5.22-11.fc30.src.rpm.stats.csv b/results/f30/ibus-kkc-1.5.22-11.fc30.src.rpm.stats.csv deleted file mode 100644 index f6ec02f..0000000 --- a/results/f30/ibus-kkc-1.5.22-11.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 82, 270, 114, 0, 0, 0, 0, 82, 270 diff --git a/results/f30/ibus-libpinyin-1.11.0-2.fc30.src.rpm.errors.txt b/results/f30/ibus-libpinyin-1.11.0-2.fc30.src.rpm.errors.txt deleted file mode 100644 index d27936d..0000000 --- a/results/f30/ibus-libpinyin-1.11.0-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv b/results/f30/ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv deleted file mode 100644 index ee006d8..0000000 --- a/results/f30/ibus-libpinyin-1.11.0-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,7 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ca.po, 134, 369, 430, 4, 8, 3, 3, 141, 380 -po/zh_TW.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -po/zh_CN.po, 141, 380, 173, 0, 0, 0, 0, 141, 380 -po/fr.po, 133, 335, 360, 0, 0, 8, 45, 141, 380 -po/zh_HK.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -po/ru.po, 27, 42, 51, 38, 104, 76, 234, 141, 380 diff --git a/results/f30/ibus-libzhuyin-1.9.0-2.fc30.src.rpm.errors.txt b/results/f30/ibus-libzhuyin-1.9.0-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 8ad8559..0000000 --- a/results/f30/ibus-libzhuyin-1.9.0-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv b/results/f30/ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv deleted file mode 100644 index b485eaf..0000000 --- a/results/f30/ibus-libzhuyin-1.9.0-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 70, 204, 113, 0, 0, 0, 0, 70, 204 -po/zh_CN.po, 60, 174, 84, 0, 0, 10, 30, 70, 204 -po/zh_HK.po, 52, 142, 76, 6, 21, 12, 41, 70, 204 diff --git a/results/f30/ibus-m17n-1.4.1-2.fc30.src.rpm.errors.txt b/results/f30/ibus-m17n-1.4.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 3f17667..0000000 --- a/results/f30/ibus-m17n-1.4.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv b/results/f30/ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index a19481c..0000000 --- a/results/f30/ibus-m17n-1.4.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ibus-m17n.pot, 0, 0, 0, 0, 0, 24, 56, 24, 56 -po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.po, 24, 56, 55, 0, 0, 0, 0, 24, 56 -po/zh_CN.po, 0, 0, 0, 0, 0, 24, 56, 24, 56 -po/de.gmo, 24, 56, 55, 0, 0, 0, 0, 24, 56 diff --git a/results/f30/ibus-typing-booster-2.6.0-1.fc30.src.rpm.errors.txt b/results/f30/ibus-typing-booster-2.6.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 3f17667..0000000 --- a/results/f30/ibus-typing-booster-2.6.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv b/results/f30/ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index a55a336..0000000 --- a/results/f30/ibus-typing-booster-2.6.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ibus-typing-booster.pot, 0, 0, 0, 0, 0, 193, 1778, 193, 1778 -po/ca.po, 20, 78, 102, 3, 12, 170, 1688, 193, 1778 -po/pt_BR.gmo, 18, 30, 33, 0, 0, 0, 0, 18, 30 -po/cs.gmo, 13, 14, 14, 0, 0, 0, 0, 13, 14 -po/zh_CN.gmo, 20, 40, 20, 0, 0, 0, 0, 20, 40 -po/fr.gmo, 172, 1497, 1682, 0, 0, 0, 0, 172, 1497 -po/cs.po, 13, 14, 14, 0, 0, 180, 1764, 193, 1778 -po/uk.po, 193, 1778, 1654, 0, 0, 0, 0, 193, 1778 -po/ja.gmo, 65, 158, 70, 0, 0, 0, 0, 65, 158 -po/de.po, 193, 1778, 1716, 0, 0, 0, 0, 193, 1778 -po/pt_BR.po, 18, 30, 33, 0, 0, 175, 1748, 193, 1778 -po/fr.po, 172, 1497, 1682, 0, 0, 21, 281, 193, 1778 -po/pl.gmo, 193, 1778, 1596, 0, 0, 0, 0, 193, 1778 -po/pl.po, 193, 1778, 1596, 0, 0, 0, 0, 193, 1778 -po/uk.gmo, 193, 1778, 1654, 0, 0, 0, 0, 193, 1778 -po/es.gmo, 129, 1077, 1173, 0, 0, 0, 0, 129, 1077 -po/ca.gmo, 20, 78, 102, 0, 0, 0, 0, 20, 78 -po/ja.po, 65, 158, 70, 0, 0, 128, 1620, 193, 1778 -po/zh_CN.po, 20, 40, 20, 0, 0, 173, 1738, 193, 1778 -po/es.po, 129, 1077, 1173, 0, 0, 64, 701, 193, 1778 -po/de.gmo, 193, 1778, 1716, 0, 0, 0, 0, 193, 1778 diff --git a/results/f30/initscripts-10.01-2.fc30.src.rpm.errors.txt b/results/f30/initscripts-10.01-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 354acd9..0000000 --- a/results/f30/initscripts-10.01-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/xgettext_sh.py) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/initscripts-10.01-2.fc30.src.rpm.stats.csv b/results/f30/initscripts-10.01-2.fc30.src.rpm.stats.csv deleted file mode 100644 index a7815f4..0000000 --- a/results/f30/initscripts-10.01-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,82 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 119, 775, 342, 10, 54, 19, 143, 148, 972 -po/zh_HK.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/zh_CN.po, 132, 864, 447, 0, 0, 16, 108, 148, 972 -po/wa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/vi.po, 62, 367, 487, 9, 46, 77, 559, 148, 972 -po/ur.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/uk.po, 132, 864, 845, 0, 0, 16, 108, 148, 972 -po/tr.po, 132, 864, 816, 0, 0, 16, 108, 148, 972 -po/tg.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/te.po, 119, 775, 677, 10, 54, 19, 143, 148, 972 -po/ta.po, 119, 775, 683, 10, 54, 19, 143, 148, 972 -po/sv.po, 132, 864, 851, 0, 0, 16, 108, 148, 972 -po/sr@latin.po, 118, 768, 783, 10, 54, 20, 150, 148, 972 -po/sr.po, 132, 864, 882, 0, 0, 16, 108, 148, 972 -po/sq.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/sl.po, 118, 768, 772, 10, 54, 20, 150, 148, 972 -po/sk.po, 132, 864, 854, 0, 0, 16, 108, 148, 972 -po/si.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ru.po, 132, 864, 853, 0, 0, 16, 108, 148, 972 -po/ro.po, 63, 318, 351, 6, 25, 79, 629, 148, 972 -po/pt_BR.po, 132, 864, 1000, 0, 0, 16, 108, 148, 972 -po/pt.po, 119, 775, 941, 10, 54, 19, 143, 148, 972 -po/pl.po, 132, 864, 892, 0, 0, 16, 108, 148, 972 -po/pa.po, 119, 775, 950, 10, 54, 19, 143, 148, 972 -po/or.po, 119, 775, 916, 10, 54, 19, 143, 148, 972 -po/nn.po, 3, 4, 4, 3, 12, 142, 956, 148, 972 -po/nl.po, 132, 864, 939, 0, 0, 16, 108, 148, 972 -po/nds.po, 1, 1, 1, 0, 0, 147, 971, 148, 972 -po/nb.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -po/my.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ms.po, 104, 684, 697, 10, 54, 34, 234, 148, 972 -po/mr.po, 119, 775, 787, 10, 54, 19, 143, 148, 972 -po/ml.po, 132, 864, 759, 0, 0, 16, 108, 148, 972 -po/mk.po, 112, 744, 775, 10, 54, 26, 174, 148, 972 -po/mai.po, 118, 768, 942, 10, 54, 20, 150, 148, 972 -po/lv.po, 61, 337, 270, 10, 54, 77, 581, 148, 972 -po/lt.po, 62, 288, 252, 10, 54, 76, 630, 148, 972 -po/lo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ku.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ks.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ko.po, 118, 768, 721, 10, 54, 20, 150, 148, 972 -po/kn.po, 119, 775, 752, 10, 54, 19, 143, 148, 972 -po/kk.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ka.po, 10, 22, 25, 3, 16, 135, 934, 148, 972 -po/ja.po, 119, 775, 423, 10, 54, 19, 143, 148, 972 -po/it.po, 119, 775, 867, 10, 54, 19, 143, 148, 972 -po/is.po, 111, 740, 765, 10, 54, 27, 178, 148, 972 -po/initscripts.pot, 0, 0, 0, 0, 0, 159, 1071, 159, 1071 -po/id.po, 103, 683, 713, 10, 54, 35, 235, 148, 972 -po/ia.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/hy.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/hu.po, 119, 775, 815, 10, 54, 19, 143, 148, 972 -po/hr.po, 118, 768, 787, 10, 54, 20, 150, 148, 972 -po/hi.po, 119, 775, 951, 10, 54, 19, 143, 148, 972 -po/he.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/gu.po, 119, 775, 908, 10, 54, 19, 143, 148, 972 -po/gl.po, 44, 209, 245, 9, 46, 95, 717, 148, 972 -po/ga.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/fr.po, 132, 864, 1045, 0, 0, 16, 108, 148, 972 -po/fi.po, 132, 864, 749, 0, 0, 16, 108, 148, 972 -po/fa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/eu.po, 1, 2, 4, 2, 7, 145, 963, 148, 972 -po/et.po, 103, 683, 640, 10, 54, 35, 235, 148, 972 -po/es.po, 132, 864, 1031, 0, 0, 16, 108, 148, 972 -po/en_GB.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -po/el.po, 117, 761, 856, 10, 54, 21, 157, 148, 972 -po/de.po, 132, 864, 848, 0, 0, 16, 108, 148, 972 -po/da.po, 119, 775, 764, 10, 54, 19, 143, 148, 972 -po/cy.po, 106, 701, 818, 10, 54, 32, 217, 148, 972 -po/cs.po, 132, 864, 824, 0, 0, 16, 108, 148, 972 -po/ca.po, 132, 864, 1167, 0, 0, 16, 108, 148, 972 -po/bs.po, 110, 730, 747, 10, 54, 28, 188, 148, 972 -po/br.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/bo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/bn_IN.po, 119, 775, 849, 10, 54, 19, 143, 148, 972 -po/bn.po, 119, 775, 852, 10, 54, 19, 143, 148, 972 -po/bg.po, 119, 775, 834, 10, 54, 19, 143, 148, 972 -po/bal.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ast.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/as.po, 119, 775, 886, 10, 54, 19, 143, 148, 972 -po/ar.po, 101, 666, 701, 10, 54, 37, 252, 148, 972 diff --git a/results/f30/iso-codes-4.2-2.fc30.src.rpm.errors.txt b/results/f30/iso-codes-4.2-2.fc30.src.rpm.errors.txt deleted file mode 100644 index f7955ef..0000000 --- a/results/f30/iso-codes-4.2-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./iso_15924/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_15924/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-1/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-1/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-2/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-2/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-3/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-3/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_4217/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_4217/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-2/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-2/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-3/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-3/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-5/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-5/Makefile.am) diff --git a/results/f30/iso-codes-4.2-2.fc30.src.rpm.stats.csv b/results/f30/iso-codes-4.2-2.fc30.src.rpm.stats.csv deleted file mode 100644 index d38b4f6..0000000 --- a/results/f30/iso-codes-4.2-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,605 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_15924/zh_TW.po, 182, 383, 215, 0, 0, 0, 0, 182, 383 -iso_15924/zh_HK.po, 67, 84, 71, 21, 46, 94, 253, 182, 383 -iso_15924/zh_CN.po, 102, 192, 112, 17, 47, 63, 144, 182, 383 -iso_15924/vi.po, 129, 253, 325, 8, 30, 45, 100, 182, 383 -iso_15924/uk.po, 182, 383, 339, 0, 0, 0, 0, 182, 383 -iso_15924/tr.po, 75, 93, 104, 20, 42, 87, 248, 182, 383 -iso_15924/th.po, 155, 309, 204, 3, 13, 24, 61, 182, 383 -iso_15924/sv.po, 182, 383, 350, 0, 0, 0, 0, 182, 383 -iso_15924/sr@latin.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso_15924/sr.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso_15924/sl.po, 107, 206, 242, 8, 30, 67, 147, 182, 383 -iso_15924/sk.po, 28, 48, 50, 7, 26, 147, 309, 182, 383 -iso_15924/sc.po, 182, 383, 403, 0, 0, 0, 0, 182, 383 -iso_15924/ru.po, 182, 383, 311, 0, 0, 0, 0, 182, 383 -iso_15924/ro.po, 144, 288, 291, 5, 22, 33, 73, 182, 383 -iso_15924/pt_BR.po, 182, 383, 390, 0, 0, 0, 0, 182, 383 -iso_15924/pt.po, 73, 89, 91, 24, 54, 85, 240, 182, 383 -iso_15924/pl.po, 182, 383, 309, 0, 0, 0, 0, 182, 383 -iso_15924/oc.po, 36, 36, 36, 0, 0, 146, 347, 182, 383 -iso_15924/nn.po, 76, 94, 90, 24, 54, 82, 235, 182, 383 -iso_15924/nl.po, 182, 383, 355, 0, 0, 0, 0, 182, 383 -iso_15924/nb.po, 84, 115, 110, 23, 54, 75, 214, 182, 383 -iso_15924/ml.po, 17, 17, 17, 1, 2, 164, 364, 182, 383 -iso_15924/lv.po, 168, 340, 299, 4, 14, 10, 29, 182, 383 -iso_15924/lt.po, 123, 233, 219, 9, 34, 50, 116, 182, 383 -iso_15924/ko.po, 50, 56, 62, 13, 33, 119, 294, 182, 383 -iso_15924/ja.po, 65, 79, 65, 22, 49, 95, 255, 182, 383 -iso_15924/it.po, 168, 340, 346, 4, 14, 10, 29, 182, 383 -iso_15924/iso_15924.pot, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso_15924/is.po, 182, 383, 372, 0, 0, 0, 0, 182, 383 -iso_15924/id.po, 182, 383, 395, 0, 0, 0, 0, 182, 383 -iso_15924/ia.po, 135, 286, 280, 47, 97, 0, 0, 182, 383 -iso_15924/hu.po, 182, 383, 378, 0, 0, 0, 0, 182, 383 -iso_15924/he.po, 31, 36, 36, 8, 22, 143, 325, 182, 383 -iso_15924/gl.po, 144, 288, 304, 5, 22, 33, 73, 182, 383 -iso_15924/fr.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso_15924/fi.po, 158, 315, 254, 4, 14, 20, 54, 182, 383 -iso_15924/fa.po, 38, 41, 41, 9, 22, 135, 320, 182, 383 -iso_15924/et.po, 178, 377, 283, 4, 6, 0, 0, 182, 383 -iso_15924/es.po, 124, 255, 273, 12, 35, 46, 93, 182, 383 -iso_15924/eo.po, 162, 328, 288, 4, 14, 16, 41, 182, 383 -iso_15924/el.po, 25, 30, 30, 6, 15, 151, 338, 182, 383 -iso_15924/de.po, 182, 383, 348, 0, 0, 0, 0, 182, 383 -iso_15924/da.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso_15924/cy.po, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso_15924/cs.po, 158, 315, 272, 4, 14, 20, 54, 182, 383 -iso_15924/ca.po, 48, 96, 104, 2, 10, 132, 277, 182, 383 -iso_15924/br.po, 123, 233, 238, 9, 34, 50, 116, 182, 383 -iso_15924/bg.po, 27, 35, 31, 8, 24, 147, 324, 182, 383 -iso_15924/be.po, 182, 383, 319, 0, 0, 0, 0, 182, 383 -iso_15924/ar.po, 70, 88, 86, 25, 55, 87, 240, 182, 383 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_3166-1/zu.po, 111, 131, 135, 119, 316, 190, 539, 420, 986 -iso_3166-1/zh_TW.po, 420, 986, 426, 0, 0, 0, 0, 420, 986 -iso_3166-1/zh_HK.po, 377, 830, 377, 19, 66, 24, 90, 420, 986 -iso_3166-1/zh_CN.po, 414, 972, 414, 4, 12, 2, 2, 420, 986 -iso_3166-1/yo.po, 220, 325, 339, 0, 0, 200, 661, 420, 986 -iso_3166-1/xh.po, 61, 69, 73, 140, 338, 219, 579, 420, 986 -iso_3166-1/wo.po, 397, 903, 927, 16, 58, 7, 25, 420, 986 -iso_3166-1/wal.po, 113, 140, 138, 13, 46, 294, 800, 420, 986 -iso_3166-1/wa.po, 409, 951, 919, 8, 30, 3, 5, 420, 986 -iso_3166-1/vi.po, 414, 972, 1163, 4, 12, 2, 2, 420, 986 -iso_3166-1/ve.po, 186, 225, 225, 121, 374, 113, 387, 420, 986 -iso_3166-1/uz.po, 199, 267, 260, 0, 0, 221, 719, 420, 986 -iso_3166-1/ur.po, 223, 335, 329, 0, 0, 197, 651, 420, 986 -iso_3166-1/uk.po, 420, 986, 767, 0, 0, 0, 0, 420, 986 -iso_3166-1/ug.po, 412, 962, 767, 6, 22, 2, 2, 420, 986 -iso_3166-1/tt@iqtelif.po, 348, 711, 589, 22, 71, 50, 204, 420, 986 -iso_3166-1/tt.po, 348, 711, 589, 22, 71, 50, 204, 420, 986 -iso_3166-1/tr.po, 415, 973, 792, 4, 12, 1, 1, 420, 986 -iso_3166-1/tl.po, 391, 886, 883, 17, 63, 12, 37, 420, 986 -iso_3166-1/tk.po, 339, 717, 565, 23, 76, 58, 193, 420, 986 -iso_3166-1/tig.po, 113, 140, 138, 13, 46, 294, 800, 420, 986 -iso_3166-1/ti.po, 133, 163, 160, 13, 46, 274, 777, 420, 986 -iso_3166-1/th.po, 419, 985, 442, 1, 1, 0, 0, 420, 986 -iso_3166-1/tg.po, 420, 986, 781, 0, 0, 0, 0, 420, 986 -iso_3166-1/te.po, 408, 946, 931, 7, 25, 5, 15, 420, 986 -iso_3166-1/ta.po, 395, 901, 725, 17, 59, 8, 26, 420, 986 -iso_3166-1/sw.po, 167, 262, 273, 76, 264, 177, 460, 420, 986 -iso_3166-1/sv.po, 420, 986, 737, 0, 0, 0, 0, 420, 986 -iso_3166-1/sr@latin.po, 415, 973, 792, 4, 12, 1, 1, 420, 986 -iso_3166-1/sr.po, 415, 973, 792, 4, 12, 1, 1, 420, 986 -iso_3166-1/sq.po, 396, 902, 912, 15, 54, 9, 30, 420, 986 -iso_3166-1/son.po, 212, 262, 266, 0, 0, 208, 724, 420, 986 -iso_3166-1/so.po, 128, 169, 150, 49, 174, 243, 643, 420, 986 -iso_3166-1/sl.po, 415, 973, 777, 4, 12, 1, 1, 420, 986 -iso_3166-1/sk.po, 420, 986, 779, 0, 0, 0, 0, 420, 986 -iso_3166-1/si.po, 409, 951, 774, 8, 30, 3, 5, 420, 986 -iso_3166-1/sd.po, 76, 88, 86, 0, 0, 344, 898, 420, 986 -iso_3166-1/sc.po, 420, 986, 1034, 0, 0, 0, 0, 420, 986 -iso_3166-1/rw.po, 389, 881, 899, 20, 69, 11, 36, 420, 986 -iso_3166-1/ru.po, 420, 986, 763, 0, 0, 0, 0, 420, 986 -iso_3166-1/ro.po, 420, 986, 818, 0, 0, 0, 0, 420, 986 -iso_3166-1/pt_BR.po, 420, 986, 988, 0, 0, 0, 0, 420, 986 -iso_3166-1/pt.po, 413, 965, 960, 7, 21, 0, 0, 420, 986 -iso_3166-1/ps.po, 148, 176, 174, 2, 2, 270, 808, 420, 986 -iso_3166-1/pl.po, 420, 986, 784, 0, 0, 0, 0, 420, 986 -iso_3166-1/pi.po, 162, 187, 176, 0, 0, 258, 799, 420, 986 -iso_3166-1/pap.po, 0, 0, 0, 182, 226, 238, 760, 420, 986 -iso_3166-1/pa.po, 413, 963, 781, 5, 15, 2, 8, 420, 986 -iso_3166-1/or.po, 402, 929, 756, 13, 46, 5, 11, 420, 986 -iso_3166-1/oc.po, 380, 851, 745, 15, 50, 25, 85, 420, 986 -iso_3166-1/nv.po, 86, 112, 260, 0, 0, 334, 874, 420, 986 -iso_3166-1/nso.po, 185, 224, 229, 119, 363, 116, 399, 420, 986 -iso_3166-1/nn.po, 407, 945, 695, 7, 24, 6, 17, 420, 986 -iso_3166-1/nl.po, 420, 986, 743, 0, 0, 0, 0, 420, 986 -iso_3166-1/ne.po, 405, 939, 769, 12, 42, 3, 5, 420, 986 -iso_3166-1/nb.po, 420, 986, 766, 0, 0, 0, 0, 420, 986 -iso_3166-1/nah.po, 183, 235, 223, 0, 0, 237, 751, 420, 986 -iso_3166-1/na.po, 151, 187, 178, 0, 0, 269, 799, 420, 986 -iso_3166-1/my.po, 186, 241, 194, 0, 0, 234, 745, 420, 986 -iso_3166-1/mt.po, 206, 304, 299, 101, 288, 113, 394, 420, 986 -iso_3166-1/ms.po, 264, 454, 411, 22, 82, 134, 450, 420, 986 -iso_3166-1/mr.po, 409, 951, 936, 8, 30, 3, 5, 420, 986 -iso_3166-1/mo.po, 27, 31, 31, 0, 0, 393, 955, 420, 986 -iso_3166-1/mn.po, 196, 267, 267, 97, 320, 127, 399, 420, 986 -iso_3166-1/ml.po, 395, 901, 739, 17, 59, 8, 26, 420, 986 -iso_3166-1/mk.po, 407, 945, 773, 10, 36, 3, 5, 420, 986 -iso_3166-1/mi.po, 210, 401, 336, 97, 337, 113, 248, 420, 986 -iso_3166-1/mhr.po, 108, 130, 120, 0, 0, 312, 856, 420, 986 -iso_3166-1/mai.po, 73, 88, 79, 0, 0, 347, 898, 420, 986 -iso_3166-1/lv.po, 415, 973, 720, 4, 12, 1, 1, 420, 986 -iso_3166-1/lt.po, 412, 962, 790, 7, 23, 1, 1, 420, 986 -iso_3166-1/lo.po, 79, 96, 80, 0, 0, 341, 890, 420, 986 -iso_3166-1/ky.po, 420, 986, 763, 0, 0, 0, 0, 420, 986 -iso_3166-1/kw.po, 212, 294, 296, 0, 0, 208, 692, 420, 986 -iso_3166-1/kv.po, 109, 133, 128, 0, 0, 311, 853, 420, 986 -iso_3166-1/ku.po, 408, 941, 822, 9, 34, 3, 11, 420, 986 -iso_3166-1/ko.po, 420, 986, 706, 0, 0, 0, 0, 420, 986 -iso_3166-1/kn.po, 388, 878, 722, 20, 71, 12, 37, 420, 986 -iso_3166-1/km.po, 417, 971, 477, 3, 15, 0, 0, 420, 986 -iso_3166-1/kl.po, 0, 0, 0, 96, 115, 324, 871, 420, 986 -iso_3166-1/kk.po, 414, 972, 762, 4, 12, 2, 2, 420, 986 -iso_3166-1/ki.po, 115, 145, 141, 0, 0, 305, 841, 420, 986 -iso_3166-1/kab.po, 139, 174, 170, 0, 0, 281, 812, 420, 986 -iso_3166-1/ka.po, 395, 901, 710, 17, 59, 8, 26, 420, 986 -iso_3166-1/jam.po, 192, 252, 243, 0, 0, 228, 734, 420, 986 -iso_3166-1/ja.po, 415, 973, 422, 4, 12, 1, 1, 420, 986 -iso_3166-1/iu.po, 26, 33, 29, 0, 0, 394, 953, 420, 986 -iso_3166-1/it.po, 420, 986, 928, 0, 0, 0, 0, 420, 986 -iso_3166-1/iso_3166-1.pot, 0, 0, 0, 0, 0, 420, 986, 420, 986 -iso_3166-1/is.po, 420, 986, 707, 0, 0, 0, 0, 420, 986 -iso_3166-1/io.po, 211, 289, 266, 0, 0, 209, 697, 420, 986 -iso_3166-1/id.po, 420, 986, 798, 0, 0, 0, 0, 420, 986 -iso_3166-1/ia.po, 416, 978, 963, 4, 8, 0, 0, 420, 986 -iso_3166-1/hy.po, 413, 968, 771, 5, 16, 2, 2, 420, 986 -iso_3166-1/hu.po, 420, 986, 748, 0, 0, 0, 0, 420, 986 -iso_3166-1/ht.po, 188, 218, 208, 0, 0, 232, 768, 420, 986 -iso_3166-1/hr.po, 420, 986, 780, 0, 0, 0, 0, 420, 986 -iso_3166-1/hi.po, 412, 962, 961, 6, 22, 2, 2, 420, 986 -iso_3166-1/he.po, 415, 973, 892, 4, 12, 1, 1, 420, 986 -iso_3166-1/haw.po, 19, 22, 27, 87, 120, 314, 844, 420, 986 -iso_3166-1/ha.po, 119, 140, 130, 0, 0, 301, 846, 420, 986 -iso_3166-1/gv.po, 192, 254, 377, 0, 0, 228, 732, 420, 986 -iso_3166-1/gu.po, 412, 962, 949, 6, 22, 2, 2, 420, 986 -iso_3166-1/gn.po, 210, 258, 258, 2, 4, 208, 724, 420, 986 -iso_3166-1/gl.po, 414, 972, 986, 5, 13, 1, 1, 420, 986 -iso_3166-1/gez.po, 113, 140, 113, 13, 46, 294, 800, 420, 986 -iso_3166-1/ga.po, 412, 962, 1006, 7, 23, 1, 1, 420, 986 -iso_3166-1/fy.po, 210, 297, 257, 0, 0, 210, 689, 420, 986 -iso_3166-1/fur.po, 52, 57, 58, 0, 0, 368, 929, 420, 986 -iso_3166-1/frp.po, 205, 276, 250, 0, 0, 215, 710, 420, 986 -iso_3166-1/fr.po, 420, 986, 926, 0, 0, 0, 0, 420, 986 -iso_3166-1/fo.po, 113, 147, 135, 13, 46, 294, 793, 420, 986 -iso_3166-1/fi.po, 409, 951, 701, 9, 31, 2, 4, 420, 986 -iso_3166-1/ff.po, 82, 96, 86, 0, 0, 338, 890, 420, 986 -iso_3166-1/fa.po, 420, 986, 795, 0, 0, 0, 0, 420, 986 -iso_3166-1/eu.po, 412, 962, 789, 7, 23, 1, 1, 420, 986 -iso_3166-1/et.po, 420, 986, 729, 0, 0, 0, 0, 420, 986 -iso_3166-1/es.po, 420, 986, 999, 0, 0, 0, 0, 420, 986 -iso_3166-1/eo.po, 415, 973, 727, 4, 12, 1, 1, 420, 986 -iso_3166-1/el.po, 420, 986, 974, 0, 0, 0, 0, 420, 986 -iso_3166-1/ee.po, 0, 0, 0, 148, 190, 272, 796, 420, 986 -iso_3166-1/dz.po, 402, 929, 692, 13, 46, 5, 11, 420, 986 -iso_3166-1/dv.po, 204, 277, 259, 0, 0, 216, 709, 420, 986 -iso_3166-1/de.po, 420, 986, 750, 0, 0, 0, 0, 420, 986 -iso_3166-1/da.po, 414, 971, 782, 5, 14, 1, 1, 420, 986 -iso_3166-1/cy.po, 420, 986, 857, 0, 0, 0, 0, 420, 986 -iso_3166-1/cv.po, 202, 278, 269, 0, 0, 218, 708, 420, 986 -iso_3166-1/csb.po, 94, 108, 106, 0, 0, 326, 878, 420, 986 -iso_3166-1/cs.po, 419, 985, 786, 1, 1, 0, 0, 420, 986 -iso_3166-1/crh.po, 395, 905, 735, 17, 55, 8, 26, 420, 986 -iso_3166-1/ckb.po, 192, 256, 242, 0, 0, 228, 730, 420, 986 -iso_3166-1/chr.po, 100, 120, 114, 0, 0, 320, 866, 420, 986 -iso_3166-1/ch.po, 23, 31, 25, 0, 0, 397, 955, 420, 986 -iso_3166-1/ce.po, 202, 278, 269, 0, 0, 218, 708, 420, 986 -iso_3166-1/ca.po, 415, 969, 948, 3, 10, 2, 7, 420, 986 -iso_3166-1/byn.po, 113, 140, 138, 13, 46, 294, 800, 420, 986 -iso_3166-1/bs.po, 408, 947, 770, 10, 35, 2, 4, 420, 986 -iso_3166-1/br.po, 230, 356, 334, 11, 42, 179, 588, 420, 986 -iso_3166-1/bn_IN.po, 402, 929, 747, 13, 46, 5, 11, 420, 986 -iso_3166-1/bn.po, 414, 972, 777, 4, 12, 2, 2, 420, 986 -iso_3166-1/bi.po, 0, 0, 0, 79, 95, 341, 891, 420, 986 -iso_3166-1/bg.po, 415, 973, 800, 4, 12, 1, 1, 420, 986 -iso_3166-1/be.po, 420, 986, 772, 0, 0, 0, 0, 420, 986 -iso_3166-1/bar.po, 153, 200, 188, 0, 0, 267, 786, 420, 986 -iso_3166-1/ba.po, 0, 0, 0, 200, 271, 220, 715, 420, 986 -iso_3166-1/az.po, 216, 302, 297, 191, 637, 13, 47, 420, 986 -iso_3166-1/ay.po, 0, 0, 0, 68, 91, 352, 895, 420, 986 -iso_3166-1/ast.po, 410, 955, 913, 7, 26, 3, 5, 420, 986 -iso_3166-1/as.po, 402, 929, 748, 13, 46, 5, 11, 420, 986 -iso_3166-1/ar.po, 412, 957, 790, 8, 29, 0, 0, 420, 986 -iso_3166-1/an.po, 0, 0, 0, 208, 288, 212, 698, 420, 986 -iso_3166-1/am.po, 123, 165, 151, 171, 420, 126, 401, 420, 986 -iso_3166-1/ak.po, 0, 0, 0, 41, 55, 379, 931, 420, 986 -iso_3166-1/af.po, 396, 901, 827, 5, 15, 19, 70, 420, 986 -iso_3166-1/ach.po, 212, 262, 294, 0, 0, 208, 724, 420, 986 -iso_3166-1/ace.po, 0, 0, 0, 178, 228, 242, 758, 420, 986 -iso_3166-1/ab.po, 0, 0, 0, 48, 64, 372, 922, 420, 986 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_3166-2/zh_TW.po, 481, 579, 481, 4196, 6079, 10, 29, 4687, 6687 -iso_3166-2/zh_CN.po, 3019, 4032, 3021, 1089, 1647, 579, 1008, 4687, 6687 -iso_3166-2/wa.po, 58, 82, 82, 891, 1082, 3738, 5523, 4687, 6687 -iso_3166-2/vi.po, 3936, 5393, 5627, 462, 761, 289, 533, 4687, 6687 -iso_3166-2/ve.po, 13, 17, 17, 2124, 2612, 2550, 4058, 4687, 6687 -iso_3166-2/uk.po, 4687, 6687, 5995, 0, 0, 0, 0, 4687, 6687 -iso_3166-2/tr.po, 71, 99, 99, 2119, 2608, 2497, 3980, 4687, 6687 -iso_3166-2/th.po, 1805, 2536, 2000, 91, 176, 2791, 3975, 4687, 6687 -iso_3166-2/sv.po, 4681, 6670, 6490, 2, 4, 4, 13, 4687, 6687 -iso_3166-2/sr@latin.po, 3632, 4774, 4788, 47, 95, 1008, 1818, 4687, 6687 -iso_3166-2/sr.po, 3632, 4774, 4788, 47, 95, 1008, 1818, 4687, 6687 -iso_3166-2/sl.po, 2179, 2919, 2915, 2170, 3178, 338, 590, 4687, 6687 -iso_3166-2/sk.po, 375, 556, 550, 55, 90, 4257, 6041, 4687, 6687 -iso_3166-2/sc.po, 2910, 4086, 4488, 0, 0, 1777, 2601, 4687, 6687 -iso_3166-2/ro.po, 780, 941, 954, 555, 693, 3352, 5053, 4687, 6687 -iso_3166-2/pl.po, 4620, 6611, 6400, 0, 0, 67, 76, 4687, 6687 -iso_3166-2/oc.po, 119, 132, 189, 51, 64, 4517, 6491, 4687, 6687 -iso_3166-2/nso.po, 13, 17, 18, 2127, 2615, 2547, 4055, 4687, 6687 -iso_3166-2/nl.po, 4687, 6687, 6384, 0, 0, 0, 0, 4687, 6687 -iso_3166-2/lv.po, 54, 69, 61, 1866, 2275, 2767, 4343, 4687, 6687 -iso_3166-2/lt.po, 2054, 2749, 3215, 497, 771, 2136, 3167, 4687, 6687 -iso_3166-2/ky.po, 20, 30, 27, 0, 0, 4667, 6657, 4687, 6687 -iso_3166-2/ko.po, 61, 77, 68, 1846, 2228, 2780, 4382, 4687, 6687 -iso_3166-2/ja.po, 2586, 3442, 2598, 52, 90, 2049, 3155, 4687, 6687 -iso_3166-2/it.po, 4674, 6655, 6904, 9, 19, 4, 13, 4687, 6687 -iso_3166-2/iso_3166-2.pot, 0, 0, 0, 0, 0, 4687, 6687, 4687, 6687 -iso_3166-2/is.po, 125, 180, 140, 0, 0, 4562, 6507, 4687, 6687 -iso_3166-2/id.po, 4683, 6672, 6673, 1, 3, 3, 12, 4687, 6687 -iso_3166-2/hu.po, 1970, 2677, 2840, 560, 875, 2157, 3135, 4687, 6687 -iso_3166-2/ga.po, 46, 56, 81, 1451, 1733, 3190, 4898, 4687, 6687 -iso_3166-2/fr.po, 4680, 6667, 6421, 3, 7, 4, 13, 4687, 6687 -iso_3166-2/fi.po, 191, 329, 336, 53, 78, 4443, 6280, 4687, 6687 -iso_3166-2/eu.po, 71, 99, 98, 2114, 2603, 2502, 3985, 4687, 6687 -iso_3166-2/et.po, 32, 44, 39, 1, 1, 4654, 6642, 4687, 6687 -iso_3166-2/es.po, 120, 168, 166, 2097, 2586, 2470, 3933, 4687, 6687 -iso_3166-2/eo.po, 71, 99, 83, 2088, 2570, 2528, 4018, 4687, 6687 -iso_3166-2/en.po, 2564, 3336, 3336, 1536, 2307, 587, 1044, 4687, 6687 -iso_3166-2/el.po, 257, 328, 332, 74, 115, 4356, 6244, 4687, 6687 -iso_3166-2/de.po, 4687, 6687, 6517, 0, 0, 0, 0, 4687, 6687 -iso_3166-2/da.po, 4008, 5489, 5416, 343, 578, 336, 620, 4687, 6687 -iso_3166-2/cs.po, 223, 317, 315, 2136, 2639, 2328, 3731, 4687, 6687 -iso_3166-2/crh.po, 79, 109, 109, 49, 68, 4559, 6510, 4687, 6687 -iso_3166-2/ca.po, 71, 99, 100, 2217, 2740, 2399, 3848, 4687, 6687 -iso_3166-2/bs.po, 71, 99, 98, 2220, 2745, 2396, 3843, 4687, 6687 -iso_3166-2/bg.po, 377, 512, 500, 2049, 2536, 2261, 3639, 4687, 6687 -iso_3166-2/be.po, 4687, 6687, 6052, 0, 0, 0, 0, 4687, 6687 -iso_3166-2/az.po, 69, 96, 95, 2217, 2740, 2401, 3851, 4687, 6687 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_3166-3/zu.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso_3166-3/zh_TW.po, 31, 104, 31, 0, 0, 0, 0, 31, 104 -iso_3166-3/zh_HK.po, 1, 2, 1, 14, 53, 16, 49, 31, 104 -iso_3166-3/zh_CN.po, 31, 104, 32, 0, 0, 0, 0, 31, 104 -iso_3166-3/xh.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso_3166-3/wo.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso_3166-3/wal.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/wa.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso_3166-3/vi.po, 31, 104, 137, 0, 0, 0, 0, 31, 104 -iso_3166-3/ve.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso_3166-3/uk.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/ug.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso_3166-3/tt@iqtelif.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso_3166-3/tt.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso_3166-3/tr.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/tl.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso_3166-3/tk.po, 0, 0, 0, 12, 45, 19, 59, 31, 104 -iso_3166-3/tig.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/ti.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/th.po, 31, 104, 42, 0, 0, 0, 0, 31, 104 -iso_3166-3/te.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso_3166-3/ta.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso_3166-3/sw.po, 0, 0, 0, 2, 5, 29, 99, 31, 104 -iso_3166-3/sv.po, 31, 104, 73, 0, 0, 0, 0, 31, 104 -iso_3166-3/sr@latin.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/sr.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/sq.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso_3166-3/so.po, 0, 0, 0, 8, 35, 23, 69, 31, 104 -iso_3166-3/sl.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/sk.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso_3166-3/si.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso_3166-3/sc.po, 31, 104, 122, 0, 0, 0, 0, 31, 104 -iso_3166-3/rw.po, 2, 5, 6, 13, 50, 16, 49, 31, 104 -iso_3166-3/ru.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso_3166-3/ro.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso_3166-3/pt_BR.po, 31, 104, 114, 0, 0, 0, 0, 31, 104 -iso_3166-3/pt.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso_3166-3/ps.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso_3166-3/pl.po, 31, 104, 102, 0, 0, 0, 0, 31, 104 -iso_3166-3/pa.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso_3166-3/or.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso_3166-3/oc.po, 13, 38, 22, 0, 0, 18, 66, 31, 104 -iso_3166-3/nso.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso_3166-3/nn.po, 31, 104, 86, 0, 0, 0, 0, 31, 104 -iso_3166-3/nl.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso_3166-3/ne.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/nb.po, 31, 104, 87, 0, 0, 0, 0, 31, 104 -iso_3166-3/mt.po, 0, 0, 0, 13, 42, 18, 62, 31, 104 -iso_3166-3/ms.po, 1, 2, 2, 10, 31, 20, 71, 31, 104 -iso_3166-3/mr.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso_3166-3/mn.po, 0, 0, 0, 8, 27, 23, 77, 31, 104 -iso_3166-3/ml.po, 31, 104, 90, 0, 0, 0, 0, 31, 104 -iso_3166-3/mk.po, 31, 104, 99, 0, 0, 0, 0, 31, 104 -iso_3166-3/mi.po, 0, 0, 0, 1, 4, 30, 100, 31, 104 -iso_3166-3/lv.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso_3166-3/lt.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/ku.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso_3166-3/ko.po, 31, 104, 76, 0, 0, 0, 0, 31, 104 -iso_3166-3/kn.po, 0, 0, 0, 15, 55, 16, 49, 31, 104 -iso_3166-3/km.po, 31, 104, 46, 0, 0, 0, 0, 31, 104 -iso_3166-3/kk.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso_3166-3/ka.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/ja.po, 31, 104, 36, 0, 0, 0, 0, 31, 104 -iso_3166-3/it.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso_3166-3/iso_3166-3.pot, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso_3166-3/is.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso_3166-3/id.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso_3166-3/ia.po, 31, 104, 113, 0, 0, 0, 0, 31, 104 -iso_3166-3/hy.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso_3166-3/hu.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso_3166-3/hr.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/hi.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso_3166-3/he.po, 31, 104, 100, 0, 0, 0, 0, 31, 104 -iso_3166-3/haw.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso_3166-3/gu.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso_3166-3/gl.po, 31, 104, 117, 0, 0, 0, 0, 31, 104 -iso_3166-3/gez.po, 1, 2, 1, 4, 15, 26, 87, 31, 104 -iso_3166-3/ga.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso_3166-3/fr.po, 31, 104, 106, 0, 0, 0, 0, 31, 104 -iso_3166-3/fo.po, 0, 0, 0, 6, 16, 25, 88, 31, 104 -iso_3166-3/fi.po, 31, 104, 75, 0, 0, 0, 0, 31, 104 -iso_3166-3/fa.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso_3166-3/eu.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/et.po, 31, 104, 85, 0, 0, 0, 0, 31, 104 -iso_3166-3/es.po, 31, 104, 121, 0, 0, 0, 0, 31, 104 -iso_3166-3/eo.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/el.po, 31, 104, 107, 0, 0, 0, 0, 31, 104 -iso_3166-3/dz.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso_3166-3/de.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso_3166-3/da.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso_3166-3/cy.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso_3166-3/cs.po, 31, 104, 97, 0, 0, 0, 0, 31, 104 -iso_3166-3/crh.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/ca.po, 31, 104, 115, 0, 0, 0, 0, 31, 104 -iso_3166-3/byn.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/bs.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/br.po, 21, 82, 81, 0, 0, 10, 22, 31, 104 -iso_3166-3/bn_IN.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/bn.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/bg.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/be.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso_3166-3/az.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso_3166-3/ast.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso_3166-3/as.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/ar.po, 31, 104, 91, 0, 0, 0, 0, 31, 104 -iso_3166-3/am.po, 1, 2, 2, 9, 40, 21, 62, 31, 104 -iso_3166-3/af.po, 9, 27, 18, 1, 2, 21, 75, 31, 104 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_4217/zh_TW.po, 170, 348, 179, 0, 0, 0, 0, 170, 348 -iso_4217/zh_HK.po, 95, 198, 95, 37, 77, 38, 73, 170, 348 -iso_4217/zh_CN.po, 145, 259, 151, 17, 65, 8, 24, 170, 348 -iso_4217/vi.po, 145, 259, 393, 17, 65, 8, 24, 170, 348 -iso_4217/uk.po, 170, 348, 333, 0, 0, 0, 0, 170, 348 -iso_4217/tr.po, 96, 199, 202, 39, 95, 35, 54, 170, 348 -iso_4217/th.po, 145, 259, 247, 17, 65, 8, 24, 170, 348 -iso_4217/sv.po, 170, 348, 302, 0, 0, 0, 0, 170, 348 -iso_4217/sr@latin.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso_4217/sr.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso_4217/sl.po, 145, 259, 257, 17, 65, 8, 24, 170, 348 -iso_4217/sk.po, 87, 184, 179, 33, 56, 50, 108, 170, 348 -iso_4217/sc.po, 170, 348, 408, 0, 0, 0, 0, 170, 348 -iso_4217/rw.po, 85, 176, 241, 49, 117, 36, 55, 170, 348 -iso_4217/ru.po, 170, 348, 339, 0, 0, 0, 0, 170, 348 -iso_4217/ro.po, 143, 254, 255, 16, 56, 11, 38, 170, 348 -iso_4217/pt_BR.po, 170, 348, 397, 0, 0, 0, 0, 170, 348 -iso_4217/pt.po, 94, 196, 233, 41, 98, 35, 54, 170, 348 -iso_4217/pl.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso_4217/oc.po, 4, 5, 5, 0, 0, 166, 343, 170, 348 -iso_4217/nn.po, 143, 255, 279, 19, 69, 8, 24, 170, 348 -iso_4217/nl.po, 170, 348, 370, 0, 0, 0, 0, 170, 348 -iso_4217/nb.po, 158, 297, 319, 12, 51, 0, 0, 170, 348 -iso_4217/mn.po, 84, 174, 174, 49, 118, 37, 56, 170, 348 -iso_4217/lv.po, 145, 259, 255, 17, 65, 8, 24, 170, 348 -iso_4217/lt.po, 143, 255, 254, 19, 69, 8, 24, 170, 348 -iso_4217/ko.po, 170, 348, 389, 0, 0, 0, 0, 170, 348 -iso_4217/ja.po, 170, 348, 176, 0, 0, 0, 0, 170, 348 -iso_4217/it.po, 170, 348, 356, 0, 0, 0, 0, 170, 348 -iso_4217/iso_4217.pot, 0, 0, 0, 0, 0, 170, 348, 170, 348 -iso_4217/is.po, 170, 348, 309, 0, 0, 0, 0, 170, 348 -iso_4217/id.po, 170, 348, 345, 0, 0, 0, 0, 170, 348 -iso_4217/hu.po, 170, 348, 337, 0, 0, 0, 0, 170, 348 -iso_4217/hr.po, 170, 348, 344, 0, 0, 0, 0, 170, 348 -iso_4217/gl.po, 46, 99, 126, 36, 83, 88, 166, 170, 348 -iso_4217/ga.po, 73, 154, 176, 18, 32, 79, 162, 170, 348 -iso_4217/fr.po, 170, 348, 376, 0, 0, 0, 0, 170, 348 -iso_4217/fi.po, 145, 259, 256, 17, 65, 8, 24, 170, 348 -iso_4217/et.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso_4217/es.po, 145, 259, 295, 17, 65, 8, 24, 170, 348 -iso_4217/el.po, 155, 280, 280, 15, 68, 0, 0, 170, 348 -iso_4217/de.po, 170, 348, 280, 0, 0, 0, 0, 170, 348 -iso_4217/da.po, 145, 259, 236, 17, 65, 8, 24, 170, 348 -iso_4217/cs.po, 145, 259, 249, 17, 65, 8, 24, 170, 348 -iso_4217/ca.po, 167, 326, 371, 0, 0, 3, 22, 170, 348 -iso_4217/br.po, 102, 181, 181, 11, 23, 57, 144, 170, 348 -iso_4217/be.po, 170, 348, 326, 0, 0, 0, 0, 170, 348 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_639-2/zu.po, 44, 44, 46, 134, 191, 309, 536, 487, 771 -iso_639-2/zh_TW.po, 487, 771, 517, 0, 0, 0, 0, 487, 771 -iso_639-2/zh_HK.po, 424, 602, 427, 47, 121, 16, 48, 487, 771 -iso_639-2/zh_CN.po, 478, 747, 483, 5, 17, 4, 7, 487, 771 -iso_639-2/xh.po, 49, 49, 49, 137, 205, 301, 517, 487, 771 -iso_639-2/wa.po, 478, 747, 721, 5, 17, 4, 7, 487, 771 -iso_639-2/vi.po, 480, 751, 1392, 5, 17, 2, 3, 487, 771 -iso_639-2/ve.po, 37, 37, 37, 255, 337, 195, 397, 487, 771 -iso_639-2/uk.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso_639-2/tt@iqtelif.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso_639-2/tt.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso_639-2/tr.po, 480, 751, 873, 5, 17, 2, 3, 487, 771 -iso_639-2/tig.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/ti.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/th.po, 269, 435, 327, 3, 11, 215, 325, 487, 771 -iso_639-2/te.po, 475, 738, 737, 7, 21, 5, 12, 487, 771 -iso_639-2/ta.po, 475, 738, 716, 7, 21, 5, 12, 487, 771 -iso_639-2/sv.po, 487, 771, 627, 0, 0, 0, 0, 487, 771 -iso_639-2/sr@latin.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso_639-2/sr.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso_639-2/sl.po, 480, 751, 670, 5, 17, 2, 3, 487, 771 -iso_639-2/sk.po, 485, 768, 752, 1, 2, 1, 1, 487, 771 -iso_639-2/sc.po, 487, 771, 803, 0, 0, 0, 0, 487, 771 -iso_639-2/rw.po, 356, 420, 430, 95, 231, 36, 120, 487, 771 -iso_639-2/ru.po, 480, 751, 686, 5, 17, 2, 3, 487, 771 -iso_639-2/ro.po, 478, 747, 741, 5, 17, 4, 7, 487, 771 -iso_639-2/pt_BR.po, 487, 771, 755, 0, 0, 0, 0, 487, 771 -iso_639-2/pt.po, 272, 343, 343, 139, 224, 76, 204, 487, 771 -iso_639-2/ps.po, 29, 29, 29, 33, 63, 425, 679, 487, 771 -iso_639-2/pl.po, 487, 771, 714, 0, 0, 0, 0, 487, 771 -iso_639-2/pa.po, 487, 771, 770, 0, 0, 0, 0, 487, 771 -iso_639-2/or.po, 478, 747, 749, 5, 17, 4, 7, 487, 771 -iso_639-2/oc.po, 159, 178, 181, 26, 54, 302, 539, 487, 771 -iso_639-2/nso.po, 55, 56, 60, 99, 149, 333, 566, 487, 771 -iso_639-2/nn.po, 217, 321, 251, 85, 190, 185, 260, 487, 771 -iso_639-2/nl.po, 487, 771, 721, 0, 0, 0, 0, 487, 771 -iso_639-2/nb.po, 155, 180, 170, 108, 160, 224, 431, 487, 771 -iso_639-2/mt.po, 240, 271, 272, 169, 279, 78, 221, 487, 771 -iso_639-2/ms.po, 45, 45, 47, 138, 194, 304, 532, 487, 771 -iso_639-2/mr.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso_639-2/mn.po, 135, 141, 142, 173, 264, 179, 366, 487, 771 -iso_639-2/ml.po, 475, 738, 719, 7, 21, 5, 12, 487, 771 -iso_639-2/mk.po, 35, 35, 35, 143, 200, 309, 536, 487, 771 -iso_639-2/mi.po, 24, 24, 51, 154, 211, 309, 536, 487, 771 -iso_639-2/lv.po, 480, 751, 593, 5, 17, 2, 3, 487, 771 -iso_639-2/lt.po, 471, 727, 677, 7, 21, 9, 23, 487, 771 -iso_639-2/kok.po, 118, 123, 120, 54, 111, 315, 537, 487, 771 -iso_639-2/ko.po, 487, 771, 607, 0, 0, 0, 0, 487, 771 -iso_639-2/kn.po, 475, 738, 738, 7, 21, 5, 12, 487, 771 -iso_639-2/ja.po, 428, 609, 523, 45, 117, 14, 45, 487, 771 -iso_639-2/it.po, 487, 771, 776, 0, 0, 0, 0, 487, 771 -iso_639-2/iso_639-2.pot, 0, 0, 0, 0, 0, 487, 771, 487, 771 -iso_639-2/is.po, 487, 771, 744, 0, 0, 0, 0, 487, 771 -iso_639-2/id.po, 487, 771, 788, 0, 0, 0, 0, 487, 771 -iso_639-2/hu.po, 487, 771, 716, 0, 0, 0, 0, 487, 771 -iso_639-2/hr.po, 234, 390, 350, 4, 15, 249, 366, 487, 771 -iso_639-2/hi.po, 118, 121, 120, 49, 98, 320, 552, 487, 771 -iso_639-2/he.po, 49, 49, 49, 132, 189, 306, 533, 487, 771 -iso_639-2/gu.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso_639-2/gl.po, 478, 747, 783, 5, 17, 4, 7, 487, 771 -iso_639-2/gez.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/ga.po, 283, 464, 421, 3, 11, 201, 296, 487, 771 -iso_639-2/fr.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso_639-2/fi.po, 478, 747, 551, 5, 17, 4, 7, 487, 771 -iso_639-2/fa.po, 298, 349, 349, 84, 209, 105, 213, 487, 771 -iso_639-2/eu.po, 361, 539, 486, 38, 95, 88, 137, 487, 771 -iso_639-2/et.po, 487, 771, 582, 0, 0, 0, 0, 487, 771 -iso_639-2/es.po, 394, 520, 538, 58, 145, 35, 106, 487, 771 -iso_639-2/eo.po, 480, 751, 645, 5, 17, 2, 3, 487, 771 -iso_639-2/el.po, 130, 212, 209, 45, 99, 312, 460, 487, 771 -iso_639-2/de.po, 487, 771, 639, 0, 0, 0, 0, 487, 771 -iso_639-2/da.po, 480, 751, 679, 5, 17, 2, 3, 487, 771 -iso_639-2/cy.po, 115, 116, 115, 176, 257, 196, 398, 487, 771 -iso_639-2/cs.po, 487, 771, 746, 0, 0, 0, 0, 487, 771 -iso_639-2/crh.po, 427, 603, 718, 39, 95, 21, 73, 487, 771 -iso_639-2/ca.po, 487, 771, 790, 0, 0, 0, 0, 487, 771 -iso_639-2/byn.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/bs.po, 47, 47, 47, 117, 159, 323, 565, 487, 771 -iso_639-2/br.po, 176, 238, 218, 38, 93, 273, 440, 487, 771 -iso_639-2/bn.po, 479, 748, 747, 5, 17, 3, 6, 487, 771 -iso_639-2/bg.po, 255, 417, 348, 4, 15, 228, 339, 487, 771 -iso_639-2/be.po, 487, 771, 635, 0, 0, 0, 0, 487, 771 -iso_639-2/az.po, 24, 24, 24, 161, 217, 302, 530, 487, 771 -iso_639-2/ast.po, 477, 745, 750, 6, 19, 4, 7, 487, 771 -iso_639-2/as.po, 477, 745, 748, 6, 19, 4, 7, 487, 771 -iso_639-2/ar.po, 99, 111, 115, 126, 181, 262, 479, 487, 771 -iso_639-2/am.po, 118, 121, 118, 51, 100, 318, 550, 487, 771 -iso_639-2/af.po, 157, 185, 166, 146, 211, 184, 375, 487, 771 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_639-3/zu.po, 49, 49, 51, 2873, 3575, 6323, 10224, 9245, 13848 -iso_639-3/zh_TW.po, 633, 1195, 704, 2641, 3206, 5971, 9447, 9245, 13848 -iso_639-3/zh_CN.po, 300, 409, 315, 2955, 3791, 5990, 9648, 9245, 13848 -iso_639-3/xh.po, 52, 52, 52, 2784, 3470, 6409, 10326, 9245, 13848 -iso_639-3/wa.po, 322, 357, 366, 4066, 5629, 4857, 7862, 9245, 13848 -iso_639-3/vi.po, 339, 378, 789, 4885, 6557, 4021, 6913, 9245, 13848 -iso_639-3/ve.po, 40, 40, 42, 4327, 5593, 4878, 8215, 9245, 13848 -iso_639-3/uk.po, 9245, 13848, 13127, 0, 0, 0, 0, 9245, 13848 -iso_639-3/tt@iqtelif.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso_639-3/tt.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso_639-3/tr.po, 7402, 10024, 10142, 660, 1289, 1183, 2535, 9245, 13848 -iso_639-3/tig.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso_639-3/ti.po, 121, 124, 121, 2921, 3856, 6203, 9868, 9245, 13848 -iso_639-3/th.po, 717, 1493, 872, 192, 415, 8336, 11940, 9245, 13848 -iso_639-3/ta.po, 7371, 9970, 9855, 1323, 2805, 551, 1073, 9245, 13848 -iso_639-3/sv.po, 9245, 13848, 13582, 0, 0, 0, 0, 9245, 13848 -iso_639-3/sr@latin.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso_639-3/sr.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso_639-3/sl.po, 322, 362, 350, 4071, 5656, 4852, 7830, 9245, 13848 -iso_639-3/sk.po, 256, 322, 327, 2873, 3574, 6116, 9952, 9245, 13848 -iso_639-3/sc.po, 479, 590, 616, 0, 0, 8766, 13258, 9245, 13848 -iso_639-3/rw.po, 328, 359, 361, 4920, 6621, 3997, 6868, 9245, 13848 -iso_639-3/ru.po, 351, 401, 392, 4715, 6213, 4179, 7234, 9245, 13848 -iso_639-3/ro.po, 247, 308, 315, 3043, 3762, 5955, 9778, 9245, 13848 -iso_639-3/pt_BR.po, 427, 515, 523, 2057, 3005, 6761, 10328, 9245, 13848 -iso_639-3/pt.po, 237, 263, 263, 4850, 6368, 4158, 7217, 9245, 13848 -iso_639-3/ps.po, 29, 29, 29, 1041, 1368, 8175, 12451, 9245, 13848 -iso_639-3/pl.po, 2639, 4164, 3978, 0, 0, 6606, 9684, 9245, 13848 -iso_639-3/pa.po, 7377, 9980, 9977, 1321, 2800, 547, 1068, 9245, 13848 -iso_639-3/or.po, 3502, 5403, 5397, 1003, 2182, 4740, 6263, 9245, 13848 -iso_639-3/oc.po, 78, 86, 88, 130, 247, 9037, 13515, 9245, 13848 -iso_639-3/nso.po, 59, 60, 62, 2828, 3687, 6358, 10101, 9245, 13848 -iso_639-3/nn.po, 175, 204, 193, 3660, 5191, 5410, 8453, 9245, 13848 -iso_639-3/nl.po, 1629, 2248, 2163, 3812, 5050, 3804, 6550, 9245, 13848 -iso_639-3/nb.po, 133, 139, 140, 3914, 5020, 5198, 8689, 9245, 13848 -iso_639-3/mt.po, 239, 261, 264, 4890, 6429, 4116, 7158, 9245, 13848 -iso_639-3/ms.po, 49, 49, 50, 2877, 3561, 6319, 10238, 9245, 13848 -iso_639-3/mr.po, 7442, 10085, 10090, 1264, 2710, 539, 1053, 9245, 13848 -iso_639-3/mn.po, 140, 147, 148, 4359, 5651, 4746, 8050, 9245, 13848 -iso_639-3/mk.po, 39, 39, 39, 2883, 3585, 6323, 10224, 9245, 13848 -iso_639-3/mi.po, 28, 28, 61, 2894, 3596, 6323, 10224, 9245, 13848 -iso_639-3/lv.po, 255, 318, 289, 2874, 3578, 6116, 9952, 9245, 13848 -iso_639-3/lt.po, 638, 1096, 1112, 589, 1228, 8018, 11524, 9245, 13848 -iso_639-3/kok.po, 119, 124, 122, 2925, 3904, 6201, 9820, 9245, 13848 -iso_639-3/ko.po, 360, 437, 435, 2911, 3612, 5974, 9799, 9245, 13848 -iso_639-3/kn.po, 6608, 9115, 9134, 1290, 2747, 1347, 1986, 9245, 13848 -iso_639-3/ja.po, 338, 375, 360, 4885, 6557, 4022, 6916, 9245, 13848 -iso_639-3/it.po, 8606, 12469, 12738, 448, 1004, 191, 375, 9245, 13848 -iso_639-3/iso_639-3.pot, 0, 0, 0, 0, 0, 9245, 13848, 9245, 13848 -iso_639-3/is.po, 3521, 4877, 4485, 1343, 1591, 4381, 7380, 9245, 13848 -iso_639-3/id.po, 7135, 9500, 9566, 430, 959, 1680, 3389, 9245, 13848 -iso_639-3/hu.po, 979, 1111, 1079, 4273, 5880, 3993, 6857, 9245, 13848 -iso_639-3/hr.po, 538, 1113, 999, 42, 100, 8665, 12635, 9245, 13848 -iso_639-3/hi.po, 118, 121, 120, 2943, 3907, 6184, 9820, 9245, 13848 -iso_639-3/he.po, 53, 53, 53, 2872, 3574, 6320, 10221, 9245, 13848 -iso_639-3/gu.po, 888, 1039, 1041, 377, 728, 7980, 12081, 9245, 13848 -iso_639-3/gl.po, 7470, 10120, 10525, 1249, 2690, 526, 1038, 9245, 13848 -iso_639-3/gez.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso_639-3/ga.po, 202, 233, 233, 3741, 5221, 5302, 8394, 9245, 13848 -iso_639-3/fr.po, 9245, 13848, 14903, 0, 0, 0, 0, 9245, 13848 -iso_639-3/fi.po, 338, 375, 348, 4872, 6543, 4035, 6930, 9245, 13848 -iso_639-3/fa.po, 279, 306, 311, 4607, 6262, 4359, 7280, 9245, 13848 -iso_639-3/eu.po, 397, 548, 505, 2757, 3453, 6091, 9847, 9245, 13848 -iso_639-3/et.po, 613, 757, 645, 2120, 2652, 6512, 10439, 9245, 13848 -iso_639-3/es.po, 327, 362, 372, 4906, 6607, 4012, 6879, 9245, 13848 -iso_639-3/eo.po, 339, 378, 371, 4898, 6570, 4008, 6900, 9245, 13848 -iso_639-3/el.po, 845, 1722, 1734, 443, 866, 7957, 11260, 9245, 13848 -iso_639-3/de.po, 9007, 13484, 12160, 193, 311, 45, 53, 9245, 13848 -iso_639-3/da.po, 429, 663, 559, 4854, 6387, 3962, 6798, 9245, 13848 -iso_639-3/cy.po, 120, 120, 120, 3986, 4950, 5139, 8778, 9245, 13848 -iso_639-3/cs.po, 335, 372, 375, 3410, 4866, 5500, 8610, 9245, 13848 -iso_639-3/crh.po, 6573, 8061, 8159, 1097, 2200, 1575, 3587, 9245, 13848 -iso_639-3/ca.po, 587, 831, 869, 3730, 4786, 4928, 8231, 9245, 13848 -iso_639-3/byn.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso_639-3/bs.po, 51, 51, 51, 2644, 3221, 6550, 10576, 9245, 13848 -iso_639-3/br.po, 809, 1040, 1063, 490, 983, 7946, 11825, 9245, 13848 -iso_639-3/bn.po, 1543, 2028, 2030, 4009, 5565, 3693, 6255, 9245, 13848 -iso_639-3/bg.po, 395, 680, 567, 16, 31, 8834, 13137, 9245, 13848 -iso_639-3/az.po, 25, 25, 25, 3047, 3764, 6173, 10059, 9245, 13848 -iso_639-3/ast.po, 7590, 10295, 10309, 1160, 2549, 495, 1004, 9245, 13848 -iso_639-3/ar.po, 92, 99, 101, 3020, 3755, 6133, 9994, 9245, 13848 -iso_639-3/am.po, 119, 122, 119, 2924, 3859, 6202, 9867, 9245, 13848 -iso_639-3/af.po, 128, 132, 131, 4111, 5176, 5006, 8540, 9245, 13848 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_639-5/zh_Hant.po, 115, 258, 115, 0, 0, 0, 0, 115, 258 -iso_639-5/uk.po, 115, 258, 249, 0, 0, 0, 0, 115, 258 -iso_639-5/sv.po, 115, 258, 203, 0, 0, 0, 0, 115, 258 -iso_639-5/sr@latin.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso_639-5/sr.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso_639-5/sc.po, 115, 258, 269, 0, 0, 0, 0, 115, 258 -iso_639-5/pl.po, 113, 254, 241, 0, 0, 2, 4, 115, 258 -iso_639-5/nl.po, 115, 258, 231, 0, 0, 0, 0, 115, 258 -iso_639-5/it.po, 101, 221, 222, 0, 0, 14, 37, 115, 258 -iso_639-5/iso_639-5.pot, 0, 0, 0, 0, 0, 115, 258, 115, 258 -iso_639-5/is.po, 115, 258, 243, 0, 0, 0, 0, 115, 258 -iso_639-5/id.po, 60, 128, 129, 0, 0, 55, 130, 115, 258 -iso_639-5/hu.po, 112, 252, 242, 0, 0, 3, 6, 115, 258 -iso_639-5/fr.po, 115, 258, 260, 0, 0, 0, 0, 115, 258 -iso_639-5/et.po, 61, 130, 126, 0, 0, 54, 128, 115, 258 -iso_639-5/de.po, 115, 258, 197, 0, 0, 0, 0, 115, 258 -iso_639-5/be.po, 115, 258, 246, 0, 0, 0, 0, 115, 258 diff --git a/results/f30/jbigkit-2.1-16.fc30.src.rpm.errors.txt b/results/f30/jbigkit-2.1-16.fc30.src.rpm.errors.txt deleted file mode 100644 index 4853e42..0000000 --- a/results/f30/jbigkit-2.1-16.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f30/jbigkit-2.1-16.fc30.src.rpm.stats.csv b/results/f30/jbigkit-2.1-16.fc30.src.rpm.stats.csv deleted file mode 100644 index bcf9926..0000000 --- a/results/f30/jbigkit-2.1-16.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libjbig/po/ru.po, 9, 44, 34, 0, 0, 0, 0, 9, 44 -libjbig/po/de.po, 9, 44, 41, 0, 0, 0, 0, 9, 44 diff --git a/results/f30/json-glib-1.4.4-2.fc30.src.rpm.errors.txt b/results/f30/json-glib-1.4.4-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 60767d9..0000000 --- a/results/f30/json-glib-1.4.4-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/json-glib-1.4.4-2.fc30.src.rpm.stats.csv b/results/f30/json-glib-1.4.4-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 41fa4ba..0000000 --- a/results/f30/json-glib-1.4.4-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,56 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ne.po, 36, 239, 219, 3, 14, 5, 50, 44, 303 -po/ro.po, 44, 303, 310, 0, 0, 0, 0, 44, 303 -po/bn_IN.po, 27, 226, 184, 0, 0, 0, 0, 27, 226 -po/eo.po, 27, 221, 205, 6, 33, 11, 49, 44, 303 -po/sl.po, 44, 303, 275, 0, 0, 0, 0, 44, 303 -po/sv.po, 44, 303, 259, 0, 0, 0, 0, 44, 303 -po/it.po, 44, 303, 321, 0, 0, 0, 0, 44, 303 -po/bg.po, 27, 226, 213, 0, 0, 0, 0, 27, 226 -po/ca.po, 44, 303, 405, 0, 0, 0, 0, 44, 303 -po/sr.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -po/lv.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -po/pt.po, 44, 303, 320, 0, 0, 0, 0, 44, 303 -po/sr@latin.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -po/lt.po, 44, 303, 246, 0, 0, 0, 0, 44, 303 -po/et.po, 27, 226, 173, 0, 0, 0, 0, 27, 226 -po/gl.po, 44, 303, 340, 0, 0, 0, 0, 44, 303 -po/fr.po, 44, 303, 345, 0, 0, 0, 0, 44, 303 -po/or.po, 27, 226, 200, 0, 0, 0, 0, 27, 226 -po/tr.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -po/hr.po, 44, 303, 263, 0, 0, 0, 0, 44, 303 -po/zh_HK.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -po/de.po, 44, 303, 290, 0, 0, 0, 0, 44, 303 -po/id.po, 44, 303, 286, 0, 0, 0, 0, 44, 303 -po/fur.po, 44, 303, 352, 0, 0, 0, 0, 44, 303 -po/pt_BR.po, 44, 303, 324, 0, 0, 0, 0, 44, 303 -po/ja.po, 27, 226, 72, 0, 0, 0, 0, 27, 226 -po/ru.po, 44, 303, 267, 0, 0, 0, 0, 44, 303 -po/nl.po, 44, 303, 291, 0, 0, 0, 0, 44, 303 -po/pa.po, 27, 226, 207, 0, 0, 0, 0, 27, 226 -po/eu.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -po/vi.po, 29, 244, 264, 0, 0, 1, 10, 30, 254 -po/ca@valencia.po, 44, 303, 403, 0, 0, 0, 0, 44, 303 -po/pl.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -po/ml.po, 27, 226, 165, 0, 0, 0, 0, 27, 226 -po/bs.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -po/zh_CN.po, 44, 303, 95, 0, 0, 0, 0, 44, 303 -po/oc.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -po/cs.po, 44, 303, 279, 0, 0, 0, 0, 44, 303 -po/as.po, 44, 303, 276, 0, 0, 0, 0, 44, 303 -po/tg.po, 44, 303, 292, 0, 0, 0, 0, 44, 303 -po/sk.po, 44, 303, 297, 0, 0, 0, 0, 44, 303 -po/te.po, 27, 226, 191, 0, 0, 0, 0, 27, 226 -po/hi.po, 27, 226, 234, 0, 0, 0, 0, 27, 226 -po/zh_TW.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -po/ko.po, 44, 303, 237, 0, 0, 0, 0, 44, 303 -po/ug.po, 25, 208, 167, 0, 0, 2, 18, 27, 226 -po/hu.po, 44, 303, 268, 0, 0, 0, 0, 44, 303 -po/da.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 -po/es.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -po/he.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -po/nb.po, 26, 159, 145, 0, 0, 18, 144, 44, 303 -po/el.po, 44, 303, 302, 0, 0, 0, 0, 44, 303 -po/en_GB.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -po/ky.po, 27, 226, 167, 0, 0, 0, 0, 27, 226 -po/uk.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 diff --git a/results/f30/jwhois-4.0-56.fc30.src.rpm.errors.txt b/results/f30/jwhois-4.0-56.fc30.src.rpm.errors.txt deleted file mode 100644 index ac5d03e..0000000 --- a/results/f30/jwhois-4.0-56.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,22 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 48: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xaa in position 4: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 37: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 182: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 36: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 0: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 19: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 31: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 32: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 121: invalid continuation byte diff --git a/results/f30/jwhois-4.0-56.fc30.src.rpm.stats.csv b/results/f30/jwhois-4.0-56.fc30.src.rpm.stats.csv deleted file mode 100644 index 13563b5..0000000 --- a/results/f30/jwhois-4.0-56.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 65, 401, 391, 2, 11, 4, 28, 71, 440 -po/zh_TW.po, 64, 396, 168, 2, 11, 5, 33, 71, 440 -po/pl.po, 65, 401, 419, 2, 11, 4, 28, 71, 440 -po/tr.gmo, 64, 395, 347, 0, 0, 0, 0, 64, 395 -po/sv.po, 71, 440, 423, 0, 0, 0, 0, 71, 440 -po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -po/pt_BR.po, 65, 401, 427, 2, 11, 4, 28, 71, 440 -po/rw.po, 1, 2, 2, 59, 394, 11, 44, 71, 440 -po/id.gmo, 65, 401, 398, 0, 0, 0, 0, 65, 401 -po/fr.po, 65, 401, 460, 2, 11, 4, 28, 71, 440 -po/tr.po, 64, 395, 347, 3, 17, 4, 28, 71, 440 -po/vi.gmo, 71, 440, 666, 0, 0, 0, 0, 71, 440 -po/jwhois.pot, 0, 0, 0, 0, 0, 71, 440, 71, 440 -po/hu.po, 65, 401, 414, 2, 11, 4, 28, 71, 440 -po/es.po, 71, 440, 568, 0, 0, 0, 0, 71, 440 -po/ru.po, 17, 83, 85, 22, 99, 32, 258, 71, 440 -po/id.po, 65, 401, 398, 2, 11, 4, 28, 71, 440 -po/ro.po, 65, 401, 416, 2, 11, 4, 28, 71, 440 -po/nl.gmo, 65, 401, 391, 0, 0, 0, 0, 65, 401 -po/it.po, 71, 440, 492, 0, 0, 0, 0, 71, 440 -po/vi.po, 71, 440, 666, 0, 0, 0, 0, 71, 440 diff --git a/results/f30/kbd-2.0.4-13.fc30.src.rpm.errors.txt b/results/f30/kbd-2.0.4-13.fc30.src.rpm.errors.txt deleted file mode 100644 index 11fcc23..0000000 --- a/results/f30/kbd-2.0.4-13.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 19: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 72: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/kbd-2.0.4-13.fc30.src.rpm.stats.csv b/results/f30/kbd-2.0.4-13.fc30.src.rpm.stats.csv deleted file mode 100644 index 5703825..0000000 --- a/results/f30/kbd-2.0.4-13.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,38 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 266, 2051, 1075, 8, 372, 1, 7, 275, 2430 -po/uk.po, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -po/sv.gmo, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -po/fr.gmo, 219, 1736, 2139, 0, 0, 0, 0, 219, 1736 -po/it.gmo, 207, 1512, 1816, 0, 0, 0, 0, 207, 1512 -po/nl.po, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -po/gr.po, 162, 1063, 1170, 72, 714, 41, 653, 275, 2430 -po/da.po, 207, 1512, 1431, 53, 752, 15, 166, 275, 2430 -po/ru.gmo, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -po/nl.gmo, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -po/el.po, 266, 2051, 2213, 8, 372, 1, 7, 275, 2430 -po/ru.po, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -po/eo.po, 266, 2051, 2111, 8, 372, 1, 7, 275, 2430 -po/cs.po, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -po/sv.po, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -po/it.po, 207, 1512, 1816, 53, 752, 15, 166, 275, 2430 -po/cs.gmo, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -po/id.gmo, 181, 1341, 1370, 0, 0, 0, 0, 181, 1341 -po/es.gmo, 169, 1259, 1653, 0, 0, 0, 0, 169, 1259 -po/gr.gmo, 162, 1063, 1170, 0, 0, 0, 0, 162, 1063 -po/ro.po, 162, 1063, 1180, 63, 657, 50, 710, 275, 2430 -po/vi.po, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -po/pl.gmo, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -po/fr.po, 219, 1736, 2139, 49, 642, 7, 52, 275, 2430 -po/tr.gmo, 164, 1075, 1005, 0, 0, 0, 0, 164, 1075 -po/id.po, 181, 1341, 1370, 68, 678, 26, 411, 275, 2430 -po/de.gmo, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -po/uk.gmo, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -po/vi.gmo, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -po/eo.gmo, 266, 2051, 2111, 0, 0, 0, 0, 266, 2051 -po/el.gmo, 266, 2051, 2213, 0, 0, 0, 0, 266, 2051 -po/de.po, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -po/pl.po, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -po/es.po, 169, 1259, 1653, 59, 548, 47, 623, 275, 2430 -po/zh_CN.gmo, 266, 2051, 1075, 0, 0, 0, 0, 266, 2051 -po/kbd.pot, 0, 0, 0, 0, 0, 275, 2430, 275, 2430 -po/tr.po, 164, 1075, 1005, 61, 645, 50, 710, 275, 2430 diff --git a/results/f30/kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.errors.txt b/results/f30/kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv b/results/f30/kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv deleted file mode 100644 index 98143e7..0000000 --- a/results/f30/kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,59 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 12, 83, 26, 0, 0, 0, 0, 12, 83 -po/zh_CN.po, 12, 83, 20, 0, 0, 0, 0, 12, 83 -po/vi.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/uk.po, 2, 51, 34, 2, 8, 8, 24, 12, 83 -po/tr.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/te.po, 12, 83, 50, 0, 0, 0, 0, 12, 83 -po/ta_IN.po, 4, 59, 39, 3, 11, 5, 13, 12, 83 -po/ta.po, 12, 83, 66, 0, 0, 0, 0, 12, 83 -po/sv.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sr@latin.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sr@Latn.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sr.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sq.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/sl.po, 2, 51, 42, 2, 8, 8, 24, 12, 83 -po/sk.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/si.po, 2, 51, 46, 4, 14, 6, 18, 12, 83 -po/ru.po, 12, 83, 59, 0, 0, 0, 0, 12, 83 -po/pt_BR.po, 12, 83, 92, 0, 0, 0, 0, 12, 83 -po/pt.po, 2, 51, 55, 2, 8, 8, 24, 12, 83 -po/pl.po, 2, 51, 38, 2, 8, 8, 24, 12, 83 -po/pa.po, 5, 64, 66, 0, 0, 7, 19, 12, 83 -po/or.po, 12, 83, 91, 0, 0, 0, 0, 12, 83 -po/nl.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/nb.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -po/ms.po, 2, 51, 41, 2, 8, 8, 24, 12, 83 -po/mr.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -po/ml.po, 12, 83, 61, 0, 0, 0, 0, 12, 83 -po/lv.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/ko.po, 12, 83, 63, 0, 0, 0, 0, 12, 83 -po/kn.po, 12, 83, 72, 0, 0, 0, 0, 12, 83 -po/kdump-anaconda-addon.pot, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/ka.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/ja.po, 12, 83, 30, 0, 0, 0, 0, 12, 83 -po/it.po, 12, 83, 88, 0, 0, 0, 0, 12, 83 -po/is.po, 2, 51, 48, 2, 8, 8, 24, 12, 83 -po/id.po, 2, 51, 45, 2, 8, 8, 24, 12, 83 -po/hu.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -po/hr.po, 2, 51, 45, 4, 14, 6, 18, 12, 83 -po/hi.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -po/he.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/gu.po, 12, 83, 89, 0, 0, 0, 0, 12, 83 -po/fr.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -po/fi.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -po/fa.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/et.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/es.po, 12, 83, 95, 0, 0, 0, 0, 12, 83 -po/en_GB.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/el.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/de.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -po/da.po, 2, 51, 52, 2, 8, 8, 24, 12, 83 -po/cy.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/cs.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -po/ca.po, 2, 51, 53, 2, 8, 8, 24, 12, 83 -po/bs.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/bn_IN.po, 12, 83, 82, 0, 0, 0, 0, 12, 83 -po/bg.po, 2, 51, 49, 2, 8, 8, 24, 12, 83 -po/as.po, 12, 83, 79, 0, 0, 0, 0, 12, 83 -po/ar.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 diff --git a/results/f30/kernel-5.0.7-300.fc30.src.rpm.errors.txt b/results/f30/kernel-5.0.7-300.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/kernel-5.0.7-300.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/kernel-5.0.7-300.fc30.src.rpm.stats.csv b/results/f30/kernel-5.0.7-300.fc30.src.rpm.stats.csv deleted file mode 100644 index 52128b9..0000000 --- a/results/f30/kernel-5.0.7-300.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tools/power/cpupower/po/pt.po, 48, 473, 536, 15, 146, 93, 530, 156, 1149 -tools/power/cpupower/po/it.po, 48, 473, 513, 15, 146, 93, 530, 156, 1149 -tools/power/cpupower/po/fr.po, 39, 394, 432, 21, 211, 96, 544, 156, 1149 -tools/power/cpupower/po/de.po, 48, 473, 452, 15, 146, 93, 530, 156, 1149 -tools/power/cpupower/po/cs.po, 39, 394, 362, 21, 211, 96, 544, 156, 1149 diff --git a/results/f30/krb5-1.17-4.fc30.src.rpm.errors.txt b/results/f30/krb5-1.17-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 6be6030..0000000 --- a/results/f30/krb5-1.17-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./src/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./src/po/deps) diff --git a/results/f30/krb5-1.17-4.fc30.src.rpm.stats.csv b/results/f30/krb5-1.17-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 821815e..0000000 --- a/results/f30/krb5-1.17-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -src/po/mit-krb5.pot, 0, 0, 0, 0, 0, 1891, 10349, 1891, 10349 -src/po/en_US.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -src/po/de.po, 1847, 10072, 10435, 0, 0, 0, 0, 1847, 10072 diff --git a/results/f30/libappstream-glib-0.7.15-1.fc30.src.rpm.errors.txt b/results/f30/libappstream-glib-0.7.15-1.fc30.src.rpm.errors.txt deleted file mode 100644 index fc21d43..0000000 --- a/results/f30/libappstream-glib-0.7.15-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv b/results/f30/libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv deleted file mode 100644 index b209b59..0000000 --- a/results/f30/libappstream-glib-0.7.15-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,30 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 98, 450, 199, 0, 0, 0, 0, 98, 450 -po/zh_CN.po, 91, 419, 191, 1, 7, 0, 0, 92, 426 -po/uk.po, 98, 450, 469, 0, 0, 0, 0, 98, 450 -po/tr.po, 97, 447, 392, 0, 0, 0, 0, 97, 447 -po/sv.po, 98, 450, 409, 0, 0, 0, 0, 98, 450 -po/sr@latin.po, 62, 297, 289, 0, 0, 0, 0, 62, 297 -po/sr.po, 84, 382, 378, 0, 0, 0, 0, 84, 382 -po/sl.po, 44, 197, 178, 0, 0, 0, 0, 44, 197 -po/sk.po, 84, 383, 368, 0, 0, 0, 0, 84, 383 -po/ru.po, 86, 396, 375, 0, 0, 0, 0, 86, 396 -po/pt_BR.po, 96, 442, 501, 0, 0, 0, 0, 96, 442 -po/pt.po, 62, 297, 325, 0, 0, 0, 0, 62, 297 -po/pl.po, 98, 450, 427, 0, 0, 0, 0, 98, 450 -po/oc.po, 48, 211, 240, 0, 0, 0, 0, 48, 211 -po/lt.po, 98, 450, 391, 0, 0, 0, 0, 98, 450 -po/ko.po, 86, 396, 327, 0, 0, 0, 0, 86, 396 -po/it.po, 98, 450, 493, 0, 0, 0, 0, 98, 450 -po/id.po, 96, 442, 412, 0, 0, 0, 0, 96, 442 -po/hu.po, 98, 450, 428, 0, 0, 0, 0, 98, 450 -po/gl.po, 61, 294, 346, 0, 0, 0, 0, 61, 294 -po/fur.po, 96, 442, 538, 0, 0, 0, 0, 96, 442 -po/fr.po, 98, 450, 554, 0, 0, 0, 0, 98, 450 -po/fi.po, 28, 90, 65, 0, 0, 0, 0, 28, 90 -po/es.po, 97, 447, 515, 1, 3, 0, 0, 98, 450 -po/en_GB.po, 86, 396, 396, 0, 0, 0, 0, 86, 396 -po/de.po, 89, 411, 356, 0, 0, 0, 0, 89, 411 -po/da.po, 98, 450, 390, 0, 0, 0, 0, 98, 450 -po/cs.po, 97, 447, 436, 0, 0, 0, 0, 97, 447 -po/ca.po, 98, 450, 608, 0, 0, 0, 0, 98, 450 diff --git a/results/f30/libbytesize-1.4-2.fc30.src.rpm.errors.txt b/results/f30/libbytesize-1.4-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 9cfd83c..0000000 --- a/results/f30/libbytesize-1.4-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) diff --git a/results/f30/libbytesize-1.4-2.fc30.src.rpm.stats.csv b/results/f30/libbytesize-1.4-2.fc30.src.rpm.stats.csv deleted file mode 100644 index e4395ab..0000000 --- a/results/f30/libbytesize-1.4-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,98 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lv.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/or.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/nso.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/br.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/si.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bal.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/hu.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ca.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/zh_CN.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/is.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/vi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/be.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/nn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/fa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/fr.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ga.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/anp.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/tr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/yo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ia.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mai.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ja.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kw_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ne.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/pl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/pa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/eo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/tw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/gu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ast.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ru.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/kw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ro.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ta.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/id.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/sq.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ml.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/af.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/zh_TW.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/nl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ms.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kw@uccor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/te.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/zh_HK.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/de_CH.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sv.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/lt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/am.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/he.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/cy.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/as.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/pt_BR.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/uk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/brx.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ka.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/gl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/el.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/it.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/da.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/eu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/nds.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/tg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/cs.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/wba.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bn_IN.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/en_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/pt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/hr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ilo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/th.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ar.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sr@latin.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/zu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/fi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/et.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/km.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ko.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/hi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/de.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/bs.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/es.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ky.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ur.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/my.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/nb.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 diff --git a/results/f30/libconfig-1.7.2-3.fc30.src.rpm.errors.txt b/results/f30/libconfig-1.7.2-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 3baa067..0000000 --- a/results/f30/libconfig-1.7.2-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./contrib/ls-config/src/po/makefile) diff --git a/results/f30/libconfig-1.7.2-3.fc30.src.rpm.stats.csv b/results/f30/libconfig-1.7.2-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 571dd74..0000000 --- a/results/f30/libconfig-1.7.2-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -contrib/ls-config/src/po/en_GB.po, 52, 255, 258, 0, 0, 0, 0, 52, 255 -contrib/ls-config/src/po/ls-config.pot, 0, 0, 0, 0, 0, 52, 255, 52, 255 -contrib/ls-config/src/po/pl_PL.po, 52, 255, 260, 0, 0, 0, 0, 52, 255 diff --git a/results/f30/libdnf-0.28.1-1.fc30.src.rpm.errors.txt b/results/f30/libdnf-0.28.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index db50d07..0000000 --- a/results/f30/libdnf-0.28.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/libdnf-0.28.1-1.fc30.src.rpm.stats.csv b/results/f30/libdnf-0.28.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index b75d6a7..0000000 --- a/results/f30/libdnf-0.28.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,51 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 111, 640, 233, 0, 0, 62, 383, 173, 1023 -po/zh_CN.po, 124, 720, 381, 0, 0, 49, 303, 173, 1023 -po/uk.po, 173, 1023, 1096, 0, 0, 0, 0, 173, 1023 -po/tr.po, 12, 72, 60, 0, 0, 161, 951, 173, 1023 -po/th.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -po/te.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/ta.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/sv.po, 106, 615, 640, 0, 0, 67, 408, 173, 1023 -po/sr@latin.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/sr.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/sq.po, 1, 2, 4, 0, 0, 172, 1021, 173, 1023 -po/sk.po, 3, 13, 14, 0, 0, 170, 1010, 173, 1023 -po/ru.po, 106, 615, 613, 0, 0, 67, 408, 173, 1023 -po/pt_BR.po, 106, 615, 711, 0, 0, 67, 408, 173, 1023 -po/pt.po, 13, 74, 86, 0, 0, 160, 949, 173, 1023 -po/pl.po, 173, 1023, 1139, 0, 0, 0, 0, 173, 1023 -po/pa.po, 5, 22, 28, 0, 0, 168, 1001, 173, 1023 -po/or.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/nl.po, 24, 157, 169, 0, 0, 149, 866, 173, 1023 -po/nb.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -po/mr.po, 1, 2, 3, 0, 0, 172, 1021, 173, 1023 -po/ml.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -po/mai.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -po/libdnf.pot, 0, 0, 0, 0, 0, 173, 1023, 173, 1023 -po/ko.po, 103, 585, 552, 0, 0, 70, 438, 173, 1023 -po/kn.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -po/ja.po, 124, 720, 370, 0, 0, 49, 303, 173, 1023 -po/it.po, 106, 615, 730, 0, 0, 67, 408, 173, 1023 -po/is.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/id.po, 3, 13, 12, 0, 0, 170, 1010, 173, 1023 -po/ia.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/hu.po, 25, 162, 172, 0, 0, 148, 861, 173, 1023 -po/hi.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/gu.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/fur.po, 14, 88, 113, 0, 0, 159, 935, 173, 1023 -po/fr.po, 173, 1023, 1297, 0, 0, 0, 0, 173, 1023 -po/fil.po, 1, 8, 9, 0, 0, 172, 1015, 173, 1023 -po/fi.po, 8, 36, 32, 0, 0, 165, 987, 173, 1023 -po/fa.po, 1, 2, 3, 0, 0, 172, 1021, 173, 1023 -po/eu.po, 1, 4, 5, 0, 0, 172, 1019, 173, 1023 -po/es.po, 106, 615, 810, 0, 0, 67, 408, 173, 1023 -po/el.po, 1, 2, 2, 0, 0, 172, 1021, 173, 1023 -po/de.po, 106, 615, 658, 0, 0, 67, 408, 173, 1023 -po/da.po, 5, 18, 18, 0, 0, 168, 1005, 173, 1023 -po/cs.po, 25, 167, 162, 0, 0, 148, 856, 173, 1023 -po/ca.po, 21, 123, 169, 0, 0, 152, 900, 173, 1023 -po/bn_IN.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -po/bn.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 -po/bg.po, 6, 30, 32, 0, 0, 167, 993, 173, 1023 -po/as.po, 1, 2, 1, 0, 0, 172, 1021, 173, 1023 diff --git a/results/f30/libexif-0.6.21-19.fc30.src.rpm.errors.txt b/results/f30/libexif-0.6.21-19.fc30.src.rpm.errors.txt deleted file mode 100644 index cf52f78..0000000 --- a/results/f30/libexif-0.6.21-19.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,11 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f30/libexif-0.6.21-19.fc30.src.rpm.stats.csv b/results/f30/libexif-0.6.21-19.fc30.src.rpm.stats.csv deleted file mode 100644 index b2ee5fd..0000000 --- a/results/f30/libexif-0.6.21-19.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,52 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sq.po, 181, 458, 531, 3, 17, 993, 6502, 1177, 6977 -po/sk.gmo, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -po/sr.po, 602, 3700, 3293, 4, 25, 571, 3252, 1177, 6977 -po/tr.po, 407, 997, 992, 3, 17, 767, 5963, 1177, 6977 -po/pl.gmo, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -po/de.po, 1176, 6976, 5965, 1, 1, 0, 0, 1177, 6977 -po/ja.gmo, 728, 1894, 1376, 0, 0, 0, 0, 728, 1894 -po/pl.po, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -po/nl.po, 1172, 6930, 6251, 5, 47, 0, 0, 1177, 6977 -po/en_CA.po, 59, 705, 705, 0, 0, 1118, 6272, 1177, 6977 -po/es.gmo, 242, 2517, 2806, 0, 0, 0, 0, 242, 2517 -po/da.gmo, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -po/zh_CN.po, 355, 999, 736, 3, 17, 819, 5961, 1177, 6977 -po/ru.po, 648, 3546, 3071, 5, 47, 524, 3384, 1177, 6977 -po/fr.gmo, 182, 1220, 1329, 0, 0, 0, 0, 182, 1220 -po/pt_BR.po, 657, 1746, 1936, 3, 17, 517, 5214, 1177, 6977 -po/sr.gmo, 602, 3700, 3293, 0, 0, 0, 0, 602, 3700 -po/libexif-12.pot, 0, 0, 0, 0, 0, 1177, 6977, 1177, 6977 -po/sk.po, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -po/it.gmo, 892, 5092, 5425, 0, 0, 0, 0, 892, 5092 -po/uk.gmo, 548, 1243, 1389, 0, 0, 0, 0, 548, 1243 -po/de.gmo, 1176, 6976, 5965, 0, 0, 0, 0, 1176, 6976 -po/sv.po, 612, 1540, 1395, 119, 321, 446, 5116, 1177, 6977 -po/en_AU.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -po/ja.po, 728, 1894, 1376, 24, 80, 425, 5003, 1177, 6977 -po/vi.gmo, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -po/tr.gmo, 407, 997, 992, 0, 0, 0, 0, 407, 997 -po/nl.gmo, 1172, 6930, 6251, 0, 0, 0, 0, 1172, 6930 -po/sv.gmo, 612, 1540, 1395, 0, 0, 0, 0, 612, 1540 -po/en_CA.gmo, 59, 705, 705, 0, 0, 0, 0, 59, 705 -po/cs.gmo, 729, 3309, 2947, 0, 0, 0, 0, 729, 3309 -po/vi.po, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -po/pt.gmo, 170, 420, 428, 0, 0, 0, 0, 170, 420 -po/sq.gmo, 181, 458, 531, 0, 0, 0, 0, 181, 458 -po/fr.po, 182, 1220, 1329, 393, 1220, 602, 4537, 1177, 6977 -po/da.po, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -po/en_GB.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -po/pt_BR.gmo, 657, 1746, 1936, 0, 0, 0, 0, 657, 1746 -po/bs.gmo, 1172, 6930, 6271, 0, 0, 0, 0, 1172, 6930 -po/uk.po, 548, 1243, 1389, 0, 0, 629, 5734, 1177, 6977 -po/en_AU.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -po/es.po, 242, 2517, 2806, 387, 2212, 548, 2248, 1177, 6977 -po/it.po, 892, 5092, 5425, 57, 503, 228, 1382, 1177, 6977 -po/zh_CN.gmo, 355, 999, 736, 0, 0, 0, 0, 355, 999 -po/pt.po, 170, 420, 428, 3, 17, 1004, 6540, 1177, 6977 -po/bs.po, 1172, 6930, 6271, 5, 47, 0, 0, 1177, 6977 -po/be.gmo, 215, 610, 609, 0, 0, 0, 0, 215, 610 -po/ru.gmo, 648, 3546, 3071, 0, 0, 0, 0, 648, 3546 -po/be.po, 215, 610, 609, 3, 17, 959, 6350, 1177, 6977 -po/en_GB.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -po/cs.po, 729, 3309, 2947, 5, 47, 443, 3621, 1177, 6977 diff --git a/results/f30/libgdata-0.17.9-4.fc30.src.rpm.errors.txt b/results/f30/libgdata-0.17.9-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 4f5d8ec..0000000 --- a/results/f30/libgdata-0.17.9-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libgdata-0.17.9-4.fc30.src.rpm.stats.csv b/results/f30/libgdata-0.17.9-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 4b8fab9..0000000 --- a/results/f30/libgdata-0.17.9-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,61 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lv.po, 84, 684, 537, 0, 0, 0, 0, 84, 684 -po/ta.po, 74, 597, 446, 0, 0, 0, 0, 74, 597 -po/hi.po, 76, 614, 721, 0, 0, 0, 0, 76, 614 -po/tr.po, 82, 673, 539, 0, 0, 0, 0, 82, 673 -po/et.po, 85, 695, 542, 0, 0, 0, 0, 85, 695 -po/sl.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -po/cs.po, 84, 684, 627, 0, 0, 0, 0, 84, 684 -po/as.po, 85, 695, 656, 0, 0, 0, 0, 85, 695 -po/pl.po, 84, 684, 594, 0, 0, 0, 0, 84, 684 -po/th.po, 84, 684, 195, 0, 0, 0, 0, 84, 684 -po/pt_BR.po, 84, 684, 717, 0, 0, 0, 0, 84, 684 -po/fi.po, 76, 612, 495, 4, 41, 4, 31, 84, 684 -po/oc.po, 84, 684, 752, 0, 0, 0, 0, 84, 684 -po/it.po, 84, 684, 695, 0, 0, 0, 0, 84, 684 -po/vi.po, 84, 684, 848, 0, 0, 0, 0, 84, 684 -po/bs.po, 85, 695, 609, 0, 0, 0, 0, 85, 695 -po/ar.po, 55, 403, 333, 0, 0, 19, 194, 74, 597 -po/te.po, 76, 614, 470, 0, 0, 0, 0, 76, 614 -po/lt.po, 84, 684, 526, 0, 0, 0, 0, 84, 684 -po/bg.po, 85, 695, 751, 0, 0, 0, 0, 85, 695 -po/ug.po, 76, 614, 544, 0, 0, 0, 0, 76, 614 -po/fr.po, 84, 684, 770, 0, 0, 0, 0, 84, 684 -po/mr.po, 74, 597, 506, 0, 0, 0, 0, 74, 597 -po/es.po, 84, 684, 732, 0, 0, 0, 0, 84, 684 -po/da.po, 84, 684, 661, 0, 0, 0, 0, 84, 684 -po/ja.po, 81, 659, 129, 0, 0, 1, 12, 82, 671 -po/zh_CN.po, 84, 684, 142, 0, 0, 0, 0, 84, 684 -po/sv.po, 84, 684, 652, 0, 0, 0, 0, 84, 684 -po/id.po, 84, 684, 625, 0, 0, 0, 0, 84, 684 -po/ca.po, 85, 695, 729, 0, 0, 0, 0, 85, 695 -po/eo.po, 51, 370, 319, 0, 0, 23, 227, 74, 597 -po/zh_TW.po, 84, 684, 148, 0, 0, 0, 0, 84, 684 -po/ko.po, 84, 684, 476, 0, 0, 0, 0, 84, 684 -po/ml.po, 30, 192, 143, 2, 22, 44, 400, 76, 614 -po/nb.po, 84, 684, 673, 0, 0, 0, 0, 84, 684 -po/zh_HK.po, 85, 695, 150, 0, 0, 0, 0, 85, 695 -po/ca@valencia.po, 85, 695, 729, 0, 0, 0, 0, 85, 695 -po/gu.po, 48, 324, 349, 4, 34, 33, 337, 85, 695 -po/pa.po, 85, 695, 731, 0, 0, 0, 0, 85, 695 -po/be.po, 84, 684, 617, 0, 0, 0, 0, 84, 684 -po/eu.po, 84, 684, 591, 0, 0, 0, 0, 84, 684 -po/pt.po, 84, 684, 722, 0, 0, 0, 0, 84, 684 -po/kn.po, 14, 79, 68, 0, 0, 60, 518, 74, 597 -po/en_GB.po, 84, 684, 684, 0, 0, 0, 0, 84, 684 -po/ru.po, 84, 684, 572, 0, 0, 0, 0, 84, 684 -po/el.po, 84, 684, 790, 0, 0, 0, 0, 84, 684 -po/ro.po, 67, 552, 604, 0, 0, 0, 0, 67, 552 -po/he.po, 84, 684, 564, 0, 0, 0, 0, 84, 684 -po/tg.po, 12, 106, 107, 0, 0, 64, 508, 76, 614 -po/hu.po, 84, 684, 569, 0, 0, 0, 0, 84, 684 -po/gl.po, 84, 684, 711, 0, 0, 0, 0, 84, 684 -po/sr.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -po/de.po, 84, 684, 672, 0, 0, 0, 0, 84, 684 -po/bn_IN.po, 67, 552, 540, 0, 0, 0, 0, 67, 552 -po/or.po, 74, 597, 582, 0, 0, 0, 0, 74, 597 -po/sr@latin.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -po/uk.po, 74, 597, 503, 0, 0, 0, 0, 74, 597 -po/nl.po, 75, 607, 608, 0, 0, 0, 0, 75, 607 -po/sk.po, 84, 684, 642, 0, 0, 0, 0, 84, 684 -po/fur.po, 84, 684, 781, 0, 0, 0, 0, 84, 684 diff --git a/results/f30/libgnomekbd-3.26.1-1.fc30.src.rpm.errors.txt b/results/f30/libgnomekbd-3.26.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index a7e310e..0000000 --- a/results/f30/libgnomekbd-3.26.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv b/results/f30/libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 5c5b605..0000000 --- a/results/f30/libgnomekbd-3.26.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,154 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ml.po, 39, 187, 147, 0, 0, 0, 0, 39, 187 -po/nn.po, 50, 277, 280, 0, 0, 0, 0, 50, 277 -po/eu.po, 55, 242, 201, 0, 0, 0, 0, 55, 242 -po/lv.po, 39, 187, 161, 0, 0, 0, 0, 39, 187 -po/ml.gmo, 39, 187, 147, 0, 0, 0, 0, 39, 187 -po/km.po, 39, 187, 69, 0, 0, 0, 0, 39, 187 -po/pt.gmo, 40, 188, 231, 0, 0, 0, 0, 40, 188 -po/ar.po, 55, 242, 231, 0, 0, 0, 0, 55, 242 -po/as.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/eo.po, 40, 188, 159, 0, 0, 0, 0, 40, 188 -po/be.gmo, 55, 242, 230, 0, 0, 0, 0, 55, 242 -po/bs.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/hu.gmo, 40, 188, 151, 0, 0, 0, 0, 40, 188 -po/pt_BR.po, 40, 188, 227, 0, 0, 0, 0, 40, 188 -po/sk.gmo, 40, 188, 170, 0, 0, 0, 0, 40, 188 -po/oc.po, 39, 187, 239, 0, 0, 0, 0, 39, 187 -po/ru.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/bs.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/sl.gmo, 40, 188, 173, 0, 0, 0, 0, 40, 188 -po/ja.gmo, 55, 242, 77, 0, 0, 0, 0, 55, 242 -po/ca@valencia.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/ast.po, 59, 286, 340, 0, 0, 0, 0, 59, 286 -po/vi.gmo, 40, 188, 263, 0, 0, 0, 0, 40, 188 -po/vi.po, 40, 188, 263, 0, 0, 0, 0, 40, 188 -po/hu.po, 40, 188, 151, 0, 0, 0, 0, 40, 188 -po/ja.po, 55, 242, 77, 0, 0, 0, 0, 55, 242 -po/en_GB.po, 55, 242, 241, 0, 0, 0, 0, 55, 242 -po/ta.gmo, 55, 242, 208, 0, 0, 0, 0, 55, 242 -po/it.gmo, 40, 188, 217, 0, 0, 0, 0, 40, 188 -po/cs.po, 40, 188, 165, 0, 0, 0, 0, 40, 188 -po/pa.po, 55, 242, 236, 0, 0, 0, 0, 55, 242 -po/gu.gmo, 55, 242, 224, 0, 0, 0, 0, 55, 242 -po/nn.gmo, 50, 277, 280, 0, 0, 0, 0, 50, 277 -po/id.gmo, 40, 188, 199, 0, 0, 0, 0, 40, 188 -po/sv.gmo, 40, 188, 140, 0, 0, 0, 0, 40, 188 -po/zh_CN.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/eo.gmo, 40, 188, 159, 0, 0, 0, 0, 40, 188 -po/sr.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/gl.gmo, 55, 242, 317, 0, 0, 0, 0, 55, 242 -po/da.gmo, 40, 188, 143, 0, 0, 0, 0, 40, 188 -po/lt.po, 40, 188, 157, 0, 0, 0, 0, 40, 188 -po/zh_TW.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/be@latin.po, 49, 235, 217, 0, 0, 0, 0, 49, 235 -po/tr.po, 40, 188, 175, 0, 0, 0, 0, 40, 188 -po/be.po, 55, 242, 230, 0, 0, 0, 0, 55, 242 -po/uk.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/id.po, 40, 188, 199, 0, 0, 0, 0, 40, 188 -po/pa.gmo, 55, 242, 236, 0, 0, 0, 0, 55, 242 -po/lt.gmo, 40, 188, 157, 0, 0, 0, 0, 40, 188 -po/el.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/en_GB.gmo, 55, 242, 241, 0, 0, 0, 0, 55, 242 -po/mk.gmo, 49, 235, 281, 0, 0, 0, 0, 49, 235 -po/es.po, 40, 188, 241, 0, 0, 0, 0, 40, 188 -po/bn_IN.po, 39, 187, 188, 0, 0, 0, 0, 39, 187 -po/fi.gmo, 40, 188, 126, 0, 0, 0, 0, 40, 188 -po/zh_CN.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/en@shaw.gmo, 51, 210, 210, 0, 0, 0, 0, 51, 210 -po/ka.po, 49, 262, 199, 0, 0, 0, 0, 49, 262 -po/nb.gmo, 55, 242, 211, 0, 0, 0, 0, 55, 242 -po/ga.gmo, 51, 246, 275, 0, 0, 0, 0, 51, 246 -po/ro.po, 55, 242, 238, 0, 0, 0, 0, 55, 242 -po/ast.gmo, 59, 286, 340, 0, 0, 0, 0, 59, 286 -po/gl.po, 55, 242, 317, 0, 0, 0, 0, 55, 242 -po/ro.gmo, 55, 242, 238, 0, 0, 0, 0, 55, 242 -po/hi.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/de.gmo, 40, 188, 156, 0, 0, 0, 0, 40, 188 -po/or.po, 55, 242, 255, 0, 0, 0, 0, 55, 242 -po/sq.gmo, 49, 235, 286, 0, 0, 0, 0, 49, 235 -po/da.po, 40, 188, 143, 0, 0, 0, 0, 40, 188 -po/mai.gmo, 27, 109, 111, 0, 0, 0, 0, 27, 109 -po/zh_HK.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/nl.po, 40, 188, 155, 0, 0, 0, 0, 40, 188 -po/kk.gmo, 39, 187, 163, 0, 0, 0, 0, 39, 187 -po/kk.po, 39, 187, 163, 0, 0, 0, 0, 39, 187 -po/bn_IN.gmo, 39, 187, 188, 0, 0, 0, 0, 39, 187 -po/bg.po, 55, 242, 272, 0, 0, 0, 0, 55, 242 -po/or.gmo, 55, 242, 255, 0, 0, 0, 0, 55, 242 -po/th.po, 55, 242, 81, 0, 0, 0, 0, 55, 242 -po/libgnomekbd.pot, 0, 0, 0, 0, 0, 40, 188, 40, 188 -po/tr.gmo, 40, 188, 175, 0, 0, 0, 0, 40, 188 -po/tg.po, 39, 187, 180, 0, 0, 0, 0, 39, 187 -po/bn.po, 59, 286, 282, 0, 0, 0, 0, 59, 286 -po/dz.po, 50, 277, 101, 0, 0, 0, 0, 50, 277 -po/ug.po, 55, 242, 216, 0, 0, 0, 0, 55, 242 -po/te.gmo, 55, 242, 215, 0, 0, 0, 0, 55, 242 -po/et.po, 55, 242, 197, 0, 0, 0, 0, 55, 242 -po/pl.gmo, 40, 188, 171, 0, 0, 0, 0, 40, 188 -po/bg.gmo, 55, 242, 272, 0, 0, 0, 0, 55, 242 -po/ca.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/ms.gmo, 47, 183, 166, 0, 0, 0, 0, 47, 183 -po/sr.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/he.po, 55, 242, 244, 0, 0, 0, 0, 55, 242 -po/zh_HK.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/ta.po, 55, 242, 208, 0, 0, 0, 0, 55, 242 -po/th.gmo, 55, 242, 81, 0, 0, 0, 0, 55, 242 -po/he.gmo, 55, 242, 244, 0, 0, 0, 0, 55, 242 -po/si.po, 49, 262, 268, 0, 0, 0, 0, 49, 262 -po/sr@latin.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/ru.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/fur.po, 39, 187, 233, 0, 0, 0, 0, 39, 187 -po/nl.gmo, 40, 188, 155, 0, 0, 0, 0, 40, 188 -po/ms.po, 47, 183, 166, 0, 0, 12, 103, 59, 286 -po/uk.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/ga.po, 51, 246, 275, 0, 0, 0, 0, 51, 246 -po/sk.po, 40, 188, 170, 0, 0, 0, 0, 40, 188 -po/km.gmo, 39, 187, 69, 0, 0, 0, 0, 39, 187 -po/kn.gmo, 39, 187, 159, 0, 0, 0, 0, 39, 187 -po/et.gmo, 55, 242, 197, 0, 0, 0, 0, 55, 242 -po/ca@valencia.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/pt_BR.gmo, 40, 188, 227, 0, 0, 0, 0, 40, 188 -po/dz.gmo, 50, 277, 101, 0, 0, 0, 0, 50, 277 -po/mr.gmo, 39, 187, 162, 0, 0, 0, 0, 39, 187 -po/hi.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/fur.gmo, 39, 187, 233, 0, 0, 0, 0, 39, 187 -po/fr.gmo, 55, 242, 296, 0, 0, 0, 0, 55, 242 -po/sr@latin.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/ka.gmo, 49, 262, 199, 0, 0, 0, 0, 49, 262 -po/sq.po, 49, 235, 286, 0, 0, 0, 0, 49, 235 -po/lv.gmo, 39, 187, 161, 0, 0, 0, 0, 39, 187 -po/ko.po, 55, 242, 225, 0, 0, 0, 0, 55, 242 -po/bn.gmo, 59, 286, 282, 0, 0, 0, 0, 59, 286 -po/tg.gmo, 39, 187, 180, 0, 0, 0, 0, 39, 187 -po/ar.gmo, 55, 242, 231, 0, 0, 0, 0, 55, 242 -po/fr.po, 55, 242, 296, 0, 0, 0, 0, 55, 242 -po/fa.po, 55, 242, 227, 0, 0, 0, 0, 55, 242 -po/sv.po, 40, 188, 140, 0, 0, 0, 0, 40, 188 -po/it.po, 40, 188, 217, 0, 0, 0, 0, 40, 188 -po/en@shaw.po, 51, 210, 210, 8, 76, 0, 0, 59, 286 -po/oc.gmo, 39, 187, 239, 0, 0, 0, 0, 39, 187 -po/mr.po, 39, 187, 162, 0, 0, 0, 0, 39, 187 -po/as.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/kn.po, 39, 187, 159, 0, 0, 0, 0, 39, 187 -po/ko.gmo, 55, 242, 225, 0, 0, 0, 0, 55, 242 -po/mk.po, 49, 235, 281, 0, 0, 0, 0, 49, 235 -po/pl.po, 40, 188, 171, 0, 0, 0, 0, 40, 188 -po/es.gmo, 40, 188, 241, 0, 0, 0, 0, 40, 188 -po/gu.po, 55, 242, 224, 0, 0, 0, 0, 55, 242 -po/pt.po, 40, 188, 231, 0, 0, 0, 0, 40, 188 -po/nb.po, 55, 242, 211, 0, 0, 0, 0, 55, 242 -po/te.po, 55, 242, 215, 0, 0, 0, 0, 55, 242 -po/el.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/mai.po, 27, 109, 111, 0, 0, 24, 137, 51, 246 -po/ug.gmo, 55, 242, 216, 0, 0, 0, 0, 55, 242 -po/fa.gmo, 55, 242, 227, 0, 0, 0, 0, 55, 242 -po/fi.po, 40, 188, 126, 0, 0, 0, 0, 40, 188 -po/si.gmo, 49, 262, 268, 0, 0, 0, 0, 49, 262 -po/de.po, 40, 188, 156, 0, 0, 0, 0, 40, 188 -po/eu.gmo, 55, 242, 201, 0, 0, 0, 0, 55, 242 -po/be@latin.gmo, 49, 235, 217, 0, 0, 0, 0, 49, 235 -po/ca.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/cs.gmo, 40, 188, 165, 0, 0, 0, 0, 40, 188 -po/sl.po, 40, 188, 173, 0, 0, 0, 0, 40, 188 -po/zh_TW.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 diff --git a/results/f30/libgovirt-0.3.4-9.fc30.src.rpm.errors.txt b/results/f30/libgovirt-0.3.4-9.fc30.src.rpm.errors.txt deleted file mode 100644 index 9b26e85..0000000 --- a/results/f30/libgovirt-0.3.4-9.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/libgovirt-0.3.4-9.fc30.src.rpm.stats.csv b/results/f30/libgovirt-0.3.4-9.fc30.src.rpm.stats.csv deleted file mode 100644 index 298338a..0000000 --- a/results/f30/libgovirt-0.3.4-9.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/eu.po, 23, 102, 118, 0, 0, 0, 0, 23, 102 -po/el.po, 23, 102, 115, 0, 0, 0, 0, 23, 102 -po/id.po, 23, 102, 105, 0, 0, 0, 0, 23, 102 -po/pt_BR.po, 23, 102, 131, 0, 0, 0, 0, 23, 102 -po/de.po, 23, 102, 102, 0, 0, 0, 0, 23, 102 -po/bs.po, 23, 102, 104, 0, 0, 0, 0, 23, 102 -po/cs.po, 23, 102, 98, 0, 0, 0, 0, 23, 102 -po/tr.po, 23, 102, 91, 0, 0, 0, 0, 23, 102 -po/sr.po, 23, 102, 116, 0, 0, 0, 0, 23, 102 -po/fr.po, 23, 102, 119, 0, 0, 0, 0, 23, 102 -po/sr@latin.po, 23, 102, 116, 0, 0, 0, 0, 23, 102 -po/es.po, 23, 102, 140, 0, 0, 0, 0, 23, 102 -po/ru.po, 23, 102, 101, 0, 0, 0, 0, 23, 102 -po/pl.po, 23, 102, 112, 0, 0, 0, 0, 23, 102 -po/lt.po, 23, 102, 90, 0, 0, 0, 0, 23, 102 -po/oc.po, 23, 102, 120, 0, 0, 0, 0, 23, 102 -po/sl.po, 23, 102, 107, 0, 0, 0, 0, 23, 102 -po/zh_CN.po, 23, 102, 57, 0, 0, 0, 0, 23, 102 -po/sv.po, 23, 102, 83, 0, 0, 0, 0, 23, 102 -po/hu.po, 23, 102, 103, 0, 0, 0, 0, 23, 102 -po/pt.po, 23, 102, 112, 0, 0, 0, 0, 23, 102 diff --git a/results/f30/libgpg-error-1.33-2.fc30.src.rpm.errors.txt b/results/f30/libgpg-error-1.33-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 71f46b6..0000000 --- a/results/f30/libgpg-error-1.33-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog-2011) diff --git a/results/f30/libgpg-error-1.33-2.fc30.src.rpm.stats.csv b/results/f30/libgpg-error-1.33-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 5913f28..0000000 --- a/results/f30/libgpg-error-1.33-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,42 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 325, 971, 854, 0, 0, 0, 0, 325, 971 -po/hu.po, 257, 738, 758, 116, 381, 71, 301, 444, 1420 -po/vi.po, 259, 740, 1268, 114, 373, 71, 307, 444, 1420 -po/zh_TW.po, 327, 978, 445, 75, 270, 42, 172, 444, 1420 -po/cs.po, 327, 978, 986, 75, 270, 42, 172, 444, 1420 -po/sv.po, 274, 789, 688, 107, 358, 63, 273, 444, 1420 -po/zh_CN.gmo, 200, 546, 230, 0, 0, 0, 0, 200, 546 -po/zh_CN.po, 200, 546, 230, 115, 376, 129, 498, 444, 1420 -po/fr.gmo, 327, 978, 1166, 0, 0, 0, 0, 327, 978 -po/sr.po, 257, 738, 794, 112, 367, 75, 315, 444, 1420 -po/de.po, 444, 1420, 1369, 0, 0, 0, 0, 444, 1420 -po/de.gmo, 444, 1420, 1369, 0, 0, 0, 0, 444, 1420 -po/zh_TW.gmo, 327, 978, 445, 0, 0, 0, 0, 327, 978 -po/ru.po, 444, 1420, 1447, 0, 0, 0, 0, 444, 1420 -po/pl.gmo, 417, 1321, 1380, 0, 0, 0, 0, 417, 1321 -po/ro.po, 223, 613, 723, 138, 446, 83, 361, 444, 1420 -po/ro.gmo, 223, 613, 723, 0, 0, 0, 0, 223, 613 -po/vi.gmo, 259, 740, 1268, 0, 0, 0, 0, 259, 740 -po/ru.gmo, 444, 1420, 1447, 0, 0, 0, 0, 444, 1420 -po/uk.gmo, 444, 1420, 1544, 0, 0, 0, 0, 444, 1420 -po/ja.gmo, 444, 1420, 540, 0, 0, 0, 0, 444, 1420 -po/sv.gmo, 274, 789, 688, 0, 0, 0, 0, 274, 789 -po/uk.po, 444, 1420, 1544, 0, 0, 0, 0, 444, 1420 -po/cs.gmo, 327, 978, 986, 0, 0, 0, 0, 327, 978 -po/eo.gmo, 259, 740, 728, 0, 0, 0, 0, 259, 740 -po/sr.gmo, 257, 738, 794, 0, 0, 0, 0, 257, 738 -po/it.gmo, 310, 922, 1098, 0, 0, 0, 0, 310, 922 -po/hu.gmo, 257, 738, 758, 0, 0, 0, 0, 257, 738 -po/pt.gmo, 310, 922, 1129, 0, 0, 0, 0, 310, 922 -po/es.gmo, 392, 1187, 1557, 0, 0, 0, 0, 392, 1187 -po/libgpg-error.pot, 0, 0, 0, 0, 0, 444, 1420, 444, 1420 -po/pl.po, 417, 1321, 1380, 17, 55, 10, 44, 444, 1420 -po/eo.po, 259, 740, 728, 118, 387, 67, 293, 444, 1420 -po/da.po, 325, 971, 854, 77, 277, 42, 172, 444, 1420 -po/pt.po, 310, 922, 1129, 88, 306, 46, 192, 444, 1420 -po/nl.po, 309, 917, 830, 85, 297, 50, 206, 444, 1420 -po/nl.gmo, 309, 917, 830, 0, 0, 0, 0, 309, 917 -po/es.po, 392, 1187, 1557, 0, 0, 52, 233, 444, 1420 -po/ja.po, 444, 1420, 540, 0, 0, 0, 0, 444, 1420 -po/it.po, 310, 922, 1098, 88, 306, 46, 192, 444, 1420 -po/fr.po, 327, 978, 1166, 75, 270, 42, 172, 444, 1420 diff --git a/results/f30/libgphoto2-2.5.21-3.fc30.src.rpm.errors.txt b/results/f30/libgphoto2-2.5.21-3.fc30.src.rpm.errors.txt deleted file mode 100644 index e572613..0000000 --- a/results/f30/libgphoto2-2.5.21-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,24 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe4 in position 134: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf1 in position 138: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv b/results/f30/libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 677221e..0000000 --- a/results/f30/libgphoto2-2.5.21-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,74 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgphoto2_port/po/da.gmo, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/sr.gmo, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fr.gmo, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/ja.gmo, 48, 269, 112, 0, 0, 0, 0, 48, 269 -libgphoto2_port/po/es.gmo, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/cs.po, 75, 459, 412, 1, 3, 0, 0, 76, 462 -libgphoto2_port/po/sr.po, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/zh_TW.gmo, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/vi.gmo, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/nl.gmo, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/de.po, 75, 459, 451, 1, 3, 0, 0, 76, 462 -libgphoto2_port/po/zh_TW.po, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/sv.po, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/nl.po, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fi.gmo, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fi.po, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/vi.po, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pt_BR.gmo, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/es.po, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/da.po, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pl.po, 76, 462, 487, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/ja.po, 48, 269, 112, 23, 173, 5, 20, 76, 462 -libgphoto2_port/po/zh_CN.po, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/cs.gmo, 75, 459, 412, 0, 0, 0, 0, 75, 459 -libgphoto2_port/po/ru.gmo, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fr.po, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/ru.po, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/it.po, 75, 459, 491, 1, 3, 0, 0, 76, 462 -libgphoto2_port/po/sk.po, 69, 405, 386, 5, 50, 2, 7, 76, 462 -libgphoto2_port/po/sk.gmo, 69, 405, 386, 0, 0, 0, 0, 69, 405 -libgphoto2_port/po/libgphoto2_port-12.pot, 0, 0, 0, 0, 0, 76, 462, 76, 462 -libgphoto2_port/po/it.gmo, 75, 459, 491, 0, 0, 0, 0, 75, 459 -libgphoto2_port/po/eu.po, 44, 263, 239, 23, 173, 9, 26, 76, 462 -libgphoto2_port/po/uk.po, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/uk.gmo, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/zh_CN.gmo, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pt_BR.po, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/sv.gmo, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pl.gmo, 76, 462, 487, 0, 0, 0, 0, 76, 462 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 2451, 11013, 9807, 0, 0, 0, 0, 2451, 11013 -po/fr.gmo, 2423, 10925, 13610, 0, 0, 0, 0, 2423, 10925 -po/ja.gmo, 1180, 5257, 2874, 0, 0, 0, 0, 1180, 5257 -po/es.gmo, 1705, 6671, 7818, 0, 0, 0, 0, 1705, 6671 -po/cs.po, 2159, 9977, 11381, 255, 890, 60, 203, 2474, 11070 -po/vi.gmo, 2423, 10925, 15568, 0, 0, 0, 0, 2423, 10925 -po/nl.gmo, 1895, 8700, 8049, 0, 0, 0, 0, 1895, 8700 -po/de.po, 2275, 10183, 9472, 154, 585, 45, 302, 2474, 11070 -po/sv.po, 2451, 11013, 9698, 20, 51, 3, 6, 2474, 11070 -po/nl.po, 1895, 8700, 8049, 298, 1010, 281, 1360, 2474, 11070 -po/de.gmo, 2275, 10183, 9472, 0, 0, 0, 0, 2275, 10183 -po/vi.po, 2423, 10925, 15568, 44, 133, 7, 12, 2474, 11070 -po/es.po, 1705, 6671, 7818, 594, 2310, 175, 2089, 2474, 11070 -po/da.po, 2451, 11013, 9807, 20, 51, 3, 6, 2474, 11070 -po/pl.po, 2451, 11013, 11072, 20, 51, 3, 6, 2474, 11070 -po/ja.po, 1180, 5257, 2874, 658, 2916, 636, 2897, 2474, 11070 -po/zh_CN.po, 602, 2742, 1278, 749, 3174, 1123, 5154, 2474, 11070 -po/cs.gmo, 2159, 9977, 11381, 0, 0, 0, 0, 2159, 9977 -po/ru.gmo, 577, 3043, 2796, 0, 0, 0, 0, 577, 3043 -po/fr.po, 2423, 10925, 13610, 44, 133, 7, 12, 2474, 11070 -po/hu.po, 579, 2661, 2623, 756, 3217, 1139, 5192, 2474, 11070 -po/ru.po, 577, 3043, 2796, 727, 2845, 1170, 5182, 2474, 11070 -po/it.po, 1534, 5406, 5837, 85, 248, 855, 5416, 2474, 11070 -po/it.gmo, 1534, 5406, 5837, 0, 0, 0, 0, 1534, 5406 -po/hu.gmo, 579, 2661, 2623, 0, 0, 0, 0, 579, 2661 -po/eu.po, 794, 4240, 3992, 851, 3592, 829, 3238, 2474, 11070 -po/uk.po, 2451, 11013, 10867, 20, 51, 3, 6, 2474, 11070 -po/uk.gmo, 2451, 11013, 10867, 0, 0, 0, 0, 2451, 11013 -po/zh_CN.gmo, 602, 2742, 1278, 0, 0, 0, 0, 602, 2742 -po/libgphoto2-6.pot, 0, 0, 0, 0, 0, 2474, 11070, 2474, 11070 -po/sv.gmo, 2451, 11013, 9698, 0, 0, 0, 0, 2451, 11013 -po/eu.gmo, 794, 4240, 3992, 0, 0, 0, 0, 794, 4240 -po/pl.gmo, 2451, 11013, 11072, 0, 0, 0, 0, 2451, 11013 diff --git a/results/f30/libgpod-0.8.3-27.fc30.src.rpm.errors.txt b/results/f30/libgpod-0.8.3-27.fc30.src.rpm.errors.txt deleted file mode 100644 index 2cf7eae..0000000 --- a/results/f30/libgpod-0.8.3-27.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/libgpod-0.8.3-27.fc30.src.rpm.stats.csv b/results/f30/libgpod-0.8.3-27.fc30.src.rpm.stats.csv deleted file mode 100644 index 0a3ca6b..0000000 --- a/results/f30/libgpod-0.8.3-27.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,10 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/es.po, 149, 891, 1110, 33, 146, 3, 16, 185, 1053 -po/ro.po, 108, 761, 862, 58, 225, 19, 67, 185, 1053 -po/fr.po, 180, 1024, 1231, 4, 23, 1, 6, 185, 1053 -po/zh_CN.po, 149, 891, 220, 33, 146, 3, 16, 185, 1053 -po/it.po, 185, 1053, 1236, 0, 0, 0, 0, 185, 1053 -po/ja.po, 90, 650, 358, 55, 282, 40, 121, 185, 1053 -po/sv.po, 149, 891, 889, 33, 146, 3, 16, 185, 1053 -po/de.po, 149, 891, 986, 33, 146, 3, 16, 185, 1053 -po/he.po, 149, 891, 902, 33, 146, 3, 16, 185, 1053 diff --git a/results/f30/libgsf-1.14.43-3.fc30.src.rpm.errors.txt b/results/f30/libgsf-1.14.43-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 2999896..0000000 --- a/results/f30/libgsf-1.14.43-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/libgsf-1.14.43-3.fc30.src.rpm.stats.csv b/results/f30/libgsf-1.14.43-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 7b92aec..0000000 --- a/results/f30/libgsf-1.14.43-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,47 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.po, 149, 719, 619, 0, 0, 0, 0, 149, 719 -po/ta.po, 34, 243, 195, 0, 0, 0, 0, 34, 243 -po/ro.po, 110, 843, 1003, 0, 0, 0, 0, 110, 843 -po/zh_CN.po, 150, 720, 307, 0, 0, 0, 0, 150, 720 -po/it.po, 146, 696, 760, 0, 0, 0, 0, 146, 696 -po/pa.po, 13, 69, 70, 0, 0, 97, 774, 110, 843 -po/ca.po, 146, 696, 981, 0, 0, 0, 0, 146, 696 -po/pt_BR.po, 150, 720, 877, 0, 0, 0, 0, 150, 720 -po/ru.po, 149, 719, 649, 0, 0, 0, 0, 149, 719 -po/ml.po, 15, 27, 28, 0, 0, 131, 669, 146, 696 -po/es.po, 150, 720, 925, 0, 0, 0, 0, 150, 720 -po/pt.po, 150, 720, 817, 0, 0, 0, 0, 150, 720 -po/da.po, 150, 720, 655, 0, 0, 0, 0, 150, 720 -po/sv.po, 150, 720, 647, 0, 0, 0, 0, 150, 720 -po/tg.po, 2, 5, 5, 0, 0, 145, 697, 147, 702 -po/he.po, 146, 696, 696, 0, 0, 0, 0, 146, 696 -po/uk.po, 28, 213, 195, 0, 0, 0, 0, 28, 213 -po/eo.po, 116, 503, 481, 3, 20, 31, 197, 150, 720 -po/ca@valencia.po, 146, 696, 971, 0, 0, 0, 0, 146, 696 -po/fr.po, 150, 720, 909, 0, 0, 0, 0, 150, 720 -po/nb.po, 75, 359, 346, 1, 3, 70, 334, 146, 696 -po/pl.po, 150, 720, 696, 0, 0, 0, 0, 150, 720 -po/sl.po, 150, 720, 700, 0, 0, 0, 0, 150, 720 -po/eu.po, 149, 719, 669, 0, 0, 0, 0, 149, 719 -po/en_GB.po, 145, 692, 692, 0, 0, 0, 0, 145, 692 -po/de.po, 150, 720, 693, 0, 0, 0, 0, 150, 720 -po/fi.po, 146, 696, 524, 0, 0, 0, 0, 146, 696 -po/zh_TW.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -po/sr@latin.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -po/bs.po, 149, 719, 699, 0, 0, 0, 0, 149, 719 -po/sr.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -po/sk.po, 150, 720, 721, 0, 0, 0, 0, 150, 720 -po/gl.po, 146, 696, 871, 0, 0, 0, 0, 146, 696 -po/zh_HK.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -po/lv.po, 146, 696, 617, 0, 0, 0, 0, 146, 696 -po/th.po, 83, 413, 190, 0, 0, 63, 283, 146, 696 -po/el.po, 150, 720, 763, 0, 0, 0, 0, 150, 720 -po/oc.po, 34, 216, 256, 0, 0, 112, 480, 146, 696 -po/nn.po, 109, 833, 717, 0, 0, 1, 10, 110, 843 -po/hu.po, 150, 720, 678, 0, 0, 0, 0, 150, 720 -po/ko.po, 146, 696, 609, 0, 0, 0, 0, 146, 696 -po/ja.po, 145, 692, 276, 1, 4, 0, 0, 146, 696 -po/id.po, 150, 720, 685, 0, 0, 0, 0, 150, 720 -po/cs.po, 150, 720, 691, 0, 0, 0, 0, 150, 720 -po/as.po, 1, 9, 8, 0, 0, 145, 687, 146, 696 -po/lt.po, 150, 720, 621, 0, 0, 0, 0, 150, 720 diff --git a/results/f30/libgtop2-2.40.0-1.fc30.src.rpm.errors.txt b/results/f30/libgtop2-2.40.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 2799709..0000000 --- a/results/f30/libgtop2-2.40.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libgtop2-2.40.0-1.fc30.src.rpm.stats.csv b/results/f30/libgtop2-2.40.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 563c8e3..0000000 --- a/results/f30/libgtop2-2.40.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,172 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ca.gmo, 40, 126, 168, 0, 0, 0, 0, 40, 126 -po/hr.gmo, 40, 126, 137, 0, 0, 0, 0, 40, 126 -po/sr.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/ug.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -po/cs.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/am.gmo, 9, 12, 12, 0, 0, 0, 0, 9, 12 -po/rw.po, 5, 5, 6, 24, 102, 15, 27, 44, 134 -po/ru.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/zh_TW.po, 40, 126, 64, 0, 0, 0, 0, 40, 126 -po/mai.gmo, 40, 126, 134, 0, 0, 0, 0, 40, 126 -po/ca.po, 40, 126, 168, 0, 0, 0, 0, 40, 126 -po/eo.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/ku.po, 7, 17, 22, 1, 1, 36, 116, 44, 134 -po/ka.gmo, 10, 14, 14, 0, 0, 0, 0, 10, 14 -po/sq.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/ka.po, 10, 14, 14, 17, 81, 17, 39, 44, 134 -po/ga.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/gl.po, 40, 126, 161, 0, 0, 0, 0, 40, 126 -po/vi.po, 41, 126, 227, 0, 0, 0, 0, 41, 126 -po/nn.po, 40, 126, 111, 0, 0, 0, 0, 40, 126 -po/mk.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/bn_IN.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/nl.po, 40, 126, 124, 0, 0, 0, 0, 40, 126 -po/hu.po, 40, 126, 108, 0, 0, 0, 0, 40, 126 -po/th.po, 40, 126, 56, 0, 0, 0, 0, 40, 126 -po/zh_HK.gmo, 40, 126, 62, 0, 0, 0, 0, 40, 126 -po/la.po, 2, 2, 2, 0, 0, 38, 124, 40, 126 -po/bs.po, 40, 126, 135, 0, 0, 0, 0, 40, 126 -po/pt.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/ca@valencia.po, 40, 126, 167, 0, 0, 0, 0, 40, 126 -po/sr@latin.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/pt_BR.gmo, 40, 126, 147, 0, 0, 0, 0, 40, 126 -po/ast.gmo, 40, 126, 155, 0, 0, 0, 0, 40, 126 -po/mk.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/hi.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/mi.po, 0, 0, 0, 8, 34, 36, 100, 44, 134 -po/te.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/fr.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/tg.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/zh_CN.gmo, 40, 126, 58, 0, 0, 0, 0, 40, 126 -po/ta.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/ne.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/hr.po, 40, 126, 137, 0, 0, 0, 0, 40, 126 -po/pa.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/id.po, 40, 126, 115, 0, 0, 0, 0, 40, 126 -po/xh.po, 44, 134, 153, 0, 0, 0, 0, 44, 134 -po/sl.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/cy.gmo, 44, 134, 146, 0, 0, 0, 0, 44, 134 -po/sr.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/pt_BR.po, 40, 126, 147, 0, 0, 0, 0, 40, 126 -po/gu.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/as.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/el.gmo, 40, 126, 144, 0, 0, 0, 0, 40, 126 -po/da.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/nl.gmo, 40, 126, 124, 0, 0, 0, 0, 40, 126 -po/mg.gmo, 44, 134, 155, 0, 0, 0, 0, 44, 134 -po/bs.gmo, 40, 126, 135, 0, 0, 0, 0, 40, 126 -po/mr.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/lt.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/en_GB.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/id.gmo, 40, 126, 115, 0, 0, 0, 0, 40, 126 -po/uk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/en@shaw.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/tg.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/ku.gmo, 7, 17, 22, 0, 0, 0, 0, 7, 17 -po/zh_TW.gmo, 40, 126, 64, 0, 0, 0, 0, 40, 126 -po/et.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/da.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/ky.gmo, 40, 126, 114, 0, 0, 0, 0, 40, 126 -po/it.gmo, 40, 126, 139, 0, 0, 0, 0, 40, 126 -po/vi.gmo, 40, 126, 190, 0, 0, 0, 0, 40, 126 -po/zh_CN.po, 40, 126, 58, 0, 0, 0, 0, 40, 126 -po/pl.po, 40, 126, 140, 0, 0, 0, 0, 40, 126 -po/ca@valencia.gmo, 40, 126, 167, 0, 0, 0, 0, 40, 126 -po/oc.po, 40, 126, 149, 0, 0, 0, 0, 40, 126 -po/dz.gmo, 39, 113, 73, 0, 0, 0, 0, 39, 113 -po/el.po, 40, 126, 144, 0, 0, 0, 0, 40, 126 -po/nb.gmo, 40, 126, 117, 0, 0, 0, 0, 40, 126 -po/te.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/mn.gmo, 42, 118, 109, 0, 0, 0, 0, 42, 118 -po/de.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/uk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/mr.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/pt.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/oc.gmo, 40, 126, 149, 0, 0, 0, 0, 40, 126 -po/kn.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/ml.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 -po/hu.gmo, 40, 126, 108, 0, 0, 0, 0, 40, 126 -po/cy.po, 44, 134, 146, 0, 0, 0, 0, 44, 134 -po/en_CA.gmo, 44, 134, 134, 0, 0, 0, 0, 44, 134 -po/es.po, 40, 126, 158, 0, 0, 0, 0, 40, 126 -po/be.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/ky.po, 40, 126, 114, 0, 0, 0, 0, 40, 126 -po/en_CA.po, 44, 134, 134, 0, 0, 0, 0, 44, 134 -po/dz.po, 39, 113, 73, 1, 13, 0, 0, 40, 126 -po/ast.po, 40, 126, 155, 0, 0, 0, 0, 40, 126 -po/eu.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/zh_HK.po, 40, 126, 62, 0, 0, 0, 0, 40, 126 -po/ru.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/be.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/et.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/la.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -po/sq.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/fi.gmo, 39, 122, 89, 0, 0, 0, 0, 39, 122 -po/tr.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/or.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/bn.po, 40, 126, 143, 0, 0, 0, 0, 40, 126 -po/sk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/sv.po, 40, 126, 100, 0, 0, 0, 0, 40, 126 -po/bn_IN.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/sr@latin.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/sk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/hi.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/fur.gmo, 40, 126, 142, 0, 0, 0, 0, 40, 126 -po/az.po, 42, 118, 118, 2, 16, 0, 0, 44, 134 -po/fur.po, 40, 126, 142, 0, 0, 0, 0, 40, 126 -po/pa.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/ro.gmo, 40, 126, 172, 0, 0, 0, 0, 40, 126 -po/de.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/gl.gmo, 40, 126, 161, 0, 0, 0, 0, 40, 126 -po/gu.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/he.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/sl.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/sv.gmo, 40, 126, 100, 0, 0, 0, 0, 40, 126 -po/as.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/eu.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/rw.gmo, 5, 5, 6, 0, 0, 0, 0, 5, 5 -po/mn.po, 42, 118, 109, 2, 16, 0, 0, 44, 134 -po/bn.gmo, 40, 126, 143, 0, 0, 0, 0, 40, 126 -po/eo.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/ne.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/libgtop.pot, 0, 0, 0, 0, 0, 40, 126, 40, 126 -po/ms.gmo, 40, 110, 110, 0, 0, 0, 0, 40, 110 -po/ja.gmo, 40, 126, 49, 0, 0, 0, 0, 40, 126 -po/mai.po, 40, 126, 134, 0, 0, 0, 0, 40, 126 -po/bg.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/bg.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/ro.po, 40, 126, 172, 0, 0, 0, 0, 40, 126 -po/en_GB.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/en@shaw.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/ko.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/ja.po, 40, 126, 49, 0, 0, 0, 0, 40, 126 -po/az.gmo, 42, 118, 118, 0, 0, 0, 0, 42, 118 -po/th.gmo, 40, 126, 56, 0, 0, 0, 0, 40, 126 -po/he.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/ta.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/cs.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/lv.po, 40, 126, 125, 0, 0, 0, 0, 40, 126 -po/xh.gmo, 44, 134, 153, 0, 0, 0, 0, 44, 134 -po/fa.po, 40, 126, 141, 0, 0, 0, 0, 40, 126 -po/kn.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/it.po, 40, 126, 139, 0, 0, 0, 0, 40, 126 -po/nn.gmo, 40, 126, 111, 0, 0, 0, 0, 40, 126 -po/es.gmo, 40, 126, 158, 0, 0, 0, 0, 40, 126 -po/ms.po, 40, 110, 110, 3, 22, 1, 2, 44, 134 -po/mg.po, 44, 134, 155, 0, 0, 0, 0, 44, 134 -po/ml.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -po/or.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/am.po, 9, 12, 12, 0, 0, 35, 122, 44, 134 -po/lt.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/nb.po, 40, 126, 117, 0, 0, 0, 0, 40, 126 -po/ko.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/fr.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/ar.po, 40, 126, 171, 0, 0, 0, 0, 40, 126 -po/lv.gmo, 40, 126, 125, 0, 0, 0, 0, 40, 126 -po/pl.gmo, 40, 126, 140, 0, 0, 0, 0, 40, 126 -po/fi.po, 39, 122, 89, 1, 4, 0, 0, 40, 126 -po/tr.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/ga.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/ug.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 diff --git a/results/f30/libgweather-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/libgweather-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 6ba3e40..0000000 --- a/results/f30/libgweather-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/regen.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/extract.xsl) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/README.translators) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/update.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libgweather-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/libgweather-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 85aab5b..0000000 --- a/results/f30/libgweather-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,202 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-locations/zh_TW.po, 4267, 5481, 4347, 107, 129, 57, 78, 4431, 5688 -po-locations/zh_HK.po, 4267, 5481, 4342, 107, 129, 57, 78, 4431, 5688 -po-locations/zh_CN.po, 4412, 5664, 4448, 7, 11, 21, 28, 4440, 5703 -po-locations/vi.po, 4374, 5625, 5762, 0, 0, 0, 0, 4374, 5625 -po-locations/uk.po, 4374, 5625, 5407, 0, 0, 0, 0, 4374, 5625 -po-locations/ug.po, 4375, 5624, 5525, 0, 0, 0, 0, 4375, 5624 -po-locations/tr.po, 4439, 5702, 5676, 0, 0, 0, 0, 4439, 5702 -po-locations/th.po, 2603, 3377, 2822, 18, 53, 1716, 2156, 4337, 5586 -po-locations/te.po, 4430, 5687, 5764, 0, 0, 0, 0, 4430, 5687 -po-locations/ta.po, 4430, 5687, 5794, 0, 0, 0, 0, 4430, 5687 -po-locations/sv.po, 4439, 5702, 5630, 0, 0, 0, 0, 4439, 5702 -po-locations/sr@latin.po, 4440, 5703, 5739, 0, 0, 0, 0, 4440, 5703 -po-locations/sr.po, 4439, 5702, 5738, 0, 0, 0, 0, 4439, 5702 -po-locations/sq.po, 4566, 6823, 6871, 0, 0, 0, 0, 4566, 6823 -po-locations/sl.po, 4439, 5702, 5837, 0, 0, 0, 0, 4439, 5702 -po-locations/sk.po, 4442, 5703, 5671, 0, 0, 0, 0, 4442, 5703 -po-locations/si.po, 4256, 6087, 5873, 0, 0, 310, 736, 4566, 6823 -po-locations/rw.po, 226, 310, 331, 83, 261, 6192, 9222, 6501, 9793 -po-locations/ru.po, 4439, 5702, 4918, 0, 0, 0, 0, 4439, 5702 -po-locations/ro.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -po-locations/pt_BR.po, 4439, 5702, 5804, 0, 0, 0, 0, 4439, 5702 -po-locations/pt.po, 4431, 5688, 5875, 0, 0, 0, 0, 4431, 5688 -po-locations/pl.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -po-locations/pa.po, 4442, 5703, 5704, 0, 0, 0, 0, 4442, 5703 -po-locations/or.po, 4430, 5687, 5676, 0, 0, 0, 0, 4430, 5687 -po-locations/oc.po, 4431, 5688, 5806, 0, 0, 0, 0, 4431, 5688 -po-locations/nn.po, 4374, 5625, 5480, 0, 0, 0, 0, 4374, 5625 -po-locations/nl.po, 4439, 5702, 5620, 0, 0, 0, 0, 4439, 5702 -po-locations/ne.po, 2897, 3779, 3775, 0, 0, 1541, 1919, 4438, 5698 -po-locations/nds.po, 4337, 5586, 5471, 0, 0, 0, 0, 4337, 5586 -po-locations/nb.po, 4442, 5703, 5630, 0, 0, 0, 0, 4442, 5703 -po-locations/ms.po, 4374, 5625, 5650, 0, 0, 0, 0, 4374, 5625 -po-locations/mr.po, 4375, 5624, 5635, 0, 0, 0, 0, 4375, 5624 -po-locations/mn.po, 2678, 3642, 3641, 0, 0, 0, 0, 2678, 3642 -po-locations/ml.po, 4442, 5703, 5809, 0, 0, 0, 0, 4442, 5703 -po-locations/mk.po, 4374, 5625, 5606, 0, 0, 0, 0, 4374, 5625 -po-locations/mg.po, 4325, 6196, 6185, 30, 61, 0, 0, 4355, 6257 -po-locations/mai.po, 4337, 5586, 5656, 0, 0, 0, 0, 4337, 5586 -po-locations/lv.po, 2900, 3781, 3699, 0, 0, 1539, 1921, 4439, 5702 -po-locations/lt.po, 4439, 5702, 5699, 0, 0, 0, 0, 4439, 5702 -po-locations/ky.po, 6597, 9910, 9670, 0, 0, 0, 0, 6597, 9910 -po-locations/ku.po, 4369, 5620, 5616, 0, 0, 0, 0, 4369, 5620 -po-locations/ko.po, 1045, 1337, 1148, 0, 0, 3386, 4351, 4431, 5688 -po-locations/kn.po, 4374, 5623, 5626, 0, 0, 0, 0, 4374, 5623 -po-locations/kk.po, 2034, 2489, 2193, 0, 0, 2405, 3213, 4439, 5702 -po-locations/ka.po, 6588, 9901, 9865, 0, 0, 0, 0, 6588, 9901 -po-locations/ja.po, 4374, 5623, 4849, 0, 0, 0, 0, 4374, 5623 -po-locations/it.po, 4439, 5702, 5764, 0, 0, 0, 0, 4439, 5702 -po-locations/is.po, 4440, 5703, 5542, 0, 0, 0, 0, 4440, 5703 -po-locations/id.po, 4439, 5702, 5701, 0, 0, 0, 0, 4439, 5702 -po-locations/hu.po, 4439, 5702, 5589, 0, 0, 0, 0, 4439, 5702 -po-locations/hr.po, 4440, 5703, 5726, 0, 0, 0, 0, 4440, 5703 -po-locations/hi.po, 4374, 5623, 5692, 0, 0, 0, 0, 4374, 5623 -po-locations/he.po, 4449, 5709, 5690, 0, 0, 0, 0, 4449, 5709 -po-locations/gu.po, 4414, 5666, 5686, 0, 0, 0, 0, 4414, 5666 -po-locations/gl.po, 4439, 5702, 5802, 0, 0, 0, 0, 4439, 5702 -po-locations/gd.po, 4441, 5702, 5959, 0, 0, 0, 0, 4441, 5702 -po-locations/ga.po, 1888, 2462, 2589, 910, 1322, 1651, 1925, 4449, 5709 -po-locations/fur.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -po-locations/fr.po, 4439, 5702, 5719, 0, 0, 0, 0, 4439, 5702 -po-locations/fi.po, 4414, 5668, 5540, 17, 20, 9, 15, 4440, 5703 -po-locations/fa.po, 4442, 5703, 5640, 0, 0, 0, 0, 4442, 5703 -po-locations/eu.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -po-locations/et.po, 4374, 5625, 5525, 0, 0, 0, 0, 4374, 5625 -po-locations/es.po, 4439, 5702, 5783, 0, 0, 0, 0, 4439, 5702 -po-locations/eo.po, 4439, 5702, 5525, 0, 0, 0, 0, 4439, 5702 -po-locations/en_GB.po, 4431, 5688, 5689, 0, 0, 0, 0, 4431, 5688 -po-locations/en_CA.po, 4390, 6303, 6303, 0, 0, 0, 0, 4390, 6303 -po-locations/en@shaw.po, 2667, 3595, 3595, 0, 0, 0, 0, 2667, 3595 -po-locations/el.po, 4442, 5703, 5713, 0, 0, 0, 0, 4442, 5703 -po-locations/dz.po, 6589, 9906, 9437, 0, 0, 0, 0, 6589, 9906 -po-locations/de.po, 4439, 5702, 5577, 0, 0, 0, 0, 4439, 5702 -po-locations/da.po, 4439, 5702, 5619, 0, 0, 0, 0, 4439, 5702 -po-locations/cy.po, 6603, 9919, 10438, 0, 0, 0, 0, 6603, 9919 -po-locations/cs.po, 4439, 5702, 5685, 0, 0, 0, 0, 4439, 5702 -po-locations/crh.po, 4393, 5645, 5634, 0, 0, 0, 0, 4393, 5645 -po-locations/ca@valencia.po, 4442, 5703, 5770, 0, 0, 0, 0, 4442, 5703 -po-locations/ca.po, 4424, 5684, 5757, 0, 0, 0, 0, 4424, 5684 -po-locations/bs.po, 4374, 5623, 5842, 0, 0, 0, 0, 4374, 5623 -po-locations/br.po, 4298, 5403, 5403, 0, 0, 76, 222, 4374, 5625 -po-locations/bn_IN.po, 4374, 5623, 5604, 0, 0, 0, 0, 4374, 5623 -po-locations/bn.po, 4374, 5625, 5631, 0, 0, 0, 0, 4374, 5625 -po-locations/bg.po, 4460, 5724, 5722, 0, 0, 0, 0, 4460, 5724 -po-locations/be@latin.po, 4381, 5642, 5624, 0, 0, 0, 0, 4381, 5642 -po-locations/be.po, 4337, 5586, 5564, 0, 0, 0, 0, 4337, 5586 -po-locations/az.po, 2693, 3655, 3651, 0, 0, 0, 0, 2693, 3655 -po-locations/ast.po, 4369, 5620, 5694, 0, 0, 0, 0, 4369, 5620 -po-locations/as.po, 4430, 5687, 5675, 0, 0, 0, 0, 4430, 5687 -po-locations/ar.po, 3386, 4260, 4189, 702, 920, 343, 508, 4431, 5688 -po-locations/ang.po, 46, 51, 57, 0, 0, 2655, 3612, 2701, 3663 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 235, 664, 282, 0, 0, 0, 0, 235, 664 -po/zh_HK.po, 144, 479, 188, 1, 4, 0, 0, 145, 483 -po/zh_CN.po, 147, 485, 199, 0, 0, 0, 0, 147, 485 -po/xh.po, 153, 355, 339, 12, 35, 14, 70, 179, 460 -po/wa.po, 35, 57, 71, 24, 58, 120, 345, 179, 460 -po/vi.po, 148, 483, 629, 0, 0, 0, 0, 148, 483 -po/uk.po, 146, 484, 484, 0, 0, 0, 0, 146, 484 -po/ug.po, 148, 483, 445, 0, 0, 0, 0, 148, 483 -po/tr.po, 235, 664, 661, 0, 0, 0, 0, 235, 664 -po/th.po, 147, 485, 254, 0, 0, 0, 0, 147, 485 -po/te.po, 146, 484, 441, 0, 0, 0, 0, 146, 484 -po/ta.po, 146, 484, 396, 0, 0, 0, 0, 146, 484 -po/sv.po, 235, 664, 606, 0, 0, 0, 0, 235, 664 -po/sr@latin.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -po/sr.po, 235, 664, 647, 0, 0, 0, 0, 235, 664 -po/sq.po, 179, 461, 534, 0, 0, 0, 0, 179, 461 -po/sl.po, 235, 664, 674, 0, 0, 0, 0, 235, 664 -po/sk.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -po/si.po, 119, 222, 233, 0, 0, 60, 238, 179, 460 -po/rw.po, 9, 9, 8, 59, 215, 111, 236, 179, 460 -po/ru.po, 235, 664, 660, 0, 0, 0, 0, 235, 664 -po/ro.po, 235, 664, 747, 0, 0, 0, 0, 235, 664 -po/pt_BR.po, 235, 664, 725, 0, 0, 0, 0, 235, 664 -po/pt.po, 147, 485, 544, 0, 0, 0, 0, 147, 485 -po/pl.po, 235, 664, 672, 0, 0, 0, 0, 235, 664 -po/pa.po, 237, 667, 705, 0, 0, 0, 0, 237, 667 -po/or.po, 148, 483, 487, 0, 0, 0, 0, 148, 483 -po/oc.po, 234, 662, 744, 0, 0, 0, 0, 234, 662 -po/nn.po, 181, 465, 416, 0, 0, 0, 0, 181, 465 -po/nl.po, 235, 664, 583, 0, 0, 0, 0, 235, 664 -po/ne.po, 136, 253, 285, 4, 30, 7, 210, 147, 493 -po/nb.po, 237, 667, 605, 0, 0, 0, 0, 237, 667 -po/ms.po, 127, 285, 306, 24, 54, 28, 121, 179, 460 -po/mr.po, 146, 484, 436, 0, 0, 0, 0, 146, 484 -po/mn.po, 98, 192, 199, 25, 63, 56, 205, 179, 460 -po/ml.po, 235, 664, 613, 0, 0, 0, 0, 235, 664 -po/mk.po, 179, 461, 487, 0, 0, 0, 0, 179, 461 -po/mg.po, 166, 437, 429, 9, 19, 4, 4, 179, 460 -po/mai.po, 175, 408, 442, 0, 0, 6, 57, 181, 465 -po/lv.po, 235, 664, 632, 0, 0, 0, 0, 235, 664 -po/lt.po, 235, 664, 610, 0, 0, 0, 0, 235, 664 -po/ky.po, 132, 426, 421, 3, 39, 3, 5, 138, 470 -po/ku.po, 174, 396, 463, 1, 10, 4, 54, 179, 460 -po/ko.po, 235, 664, 566, 0, 0, 0, 0, 235, 664 -po/kn.po, 146, 484, 446, 0, 0, 0, 0, 146, 484 -po/kk.po, 235, 664, 701, 0, 0, 0, 0, 235, 664 -po/ka.po, 170, 447, 408, 5, 9, 4, 4, 179, 460 -po/ja.po, 225, 646, 326, 0, 0, 10, 18, 235, 664 -po/it.po, 235, 664, 752, 0, 0, 0, 0, 235, 664 -po/is.po, 234, 662, 559, 0, 0, 0, 0, 234, 662 -po/id.po, 235, 664, 698, 0, 0, 0, 0, 235, 664 -po/hy.po, 155, 360, 362, 14, 39, 10, 61, 179, 460 -po/hu.po, 235, 664, 593, 0, 0, 0, 0, 235, 664 -po/hr.po, 235, 664, 654, 0, 0, 0, 0, 235, 664 -po/hi.po, 146, 484, 548, 0, 0, 0, 0, 146, 484 -po/he.po, 147, 485, 519, 0, 0, 0, 0, 147, 485 -po/gu.po, 147, 485, 491, 0, 0, 0, 0, 147, 485 -po/gl.po, 235, 664, 775, 0, 0, 0, 0, 235, 664 -po/gd.po, 237, 667, 780, 0, 0, 0, 0, 237, 667 -po/ga.po, 90, 133, 133, 0, 0, 90, 329, 180, 462 -po/fur.po, 235, 664, 762, 0, 0, 0, 0, 235, 664 -po/fr.po, 235, 664, 774, 0, 0, 0, 0, 235, 664 -po/fi.po, 193, 367, 309, 32, 97, 9, 198, 234, 662 -po/fa.po, 237, 667, 777, 0, 0, 0, 0, 237, 667 -po/eu.po, 235, 664, 552, 0, 0, 0, 0, 235, 664 -po/et.po, 148, 483, 382, 0, 0, 0, 0, 148, 483 -po/es_VE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_UY.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_SV.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_PR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_PE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_PA.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_NI.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_MX.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_HN.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_GT.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_ES.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_EC.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_DO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_CR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_CO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_CL.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_AR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/eo.po, 230, 483, 469, 0, 0, 5, 181, 235, 664 -po/en_GB.po, 234, 662, 662, 0, 0, 0, 0, 234, 662 -po/en_CA.po, 179, 460, 460, 0, 0, 0, 0, 179, 460 -po/en@shaw.po, 181, 465, 465, 0, 0, 0, 0, 181, 465 -po/el.po, 235, 664, 703, 0, 0, 0, 0, 235, 664 -po/dz.po, 170, 447, 271, 5, 9, 4, 4, 179, 460 -po/de.po, 235, 664, 576, 0, 0, 0, 0, 235, 664 -po/da.po, 235, 664, 549, 0, 0, 0, 0, 235, 664 -po/cy.po, 181, 465, 503, 0, 0, 0, 0, 181, 465 -po/cs.po, 235, 664, 623, 0, 0, 0, 0, 235, 664 -po/crh.po, 148, 483, 449, 0, 0, 0, 0, 148, 483 -po/ca@valencia.po, 237, 667, 782, 0, 0, 0, 0, 237, 667 -po/ca.po, 234, 662, 771, 0, 0, 0, 0, 234, 662 -po/bs.po, 146, 484, 492, 0, 0, 0, 0, 146, 484 -po/br.po, 51, 75, 80, 1, 2, 129, 388, 181, 465 -po/bn_IN.po, 146, 484, 459, 0, 0, 0, 0, 146, 484 -po/bn.po, 181, 465, 448, 0, 0, 0, 0, 181, 465 -po/bg.po, 146, 484, 538, 0, 0, 0, 0, 146, 484 -po/be@latin.po, 179, 461, 455, 0, 0, 0, 0, 179, 461 -po/be.po, 147, 493, 513, 0, 0, 0, 0, 147, 493 -po/az.po, 145, 324, 324, 19, 56, 15, 80, 179, 460 -po/ast.po, 181, 465, 524, 0, 0, 0, 0, 181, 465 -po/as.po, 146, 484, 456, 0, 0, 0, 0, 146, 484 -po/ar.po, 228, 466, 529, 0, 0, 6, 196, 234, 662 -po/am.po, 11, 14, 14, 11, 17, 157, 429, 179, 460 -po/af.po, 133, 274, 233, 5, 11, 7, 198, 145, 483 diff --git a/results/f30/libhangul-0.1.0-19.fc30.src.rpm.errors.txt b/results/f30/libhangul-0.1.0-19.fc30.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f30/libhangul-0.1.0-19.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/libhangul-0.1.0-19.fc30.src.rpm.stats.csv b/results/f30/libhangul-0.1.0-19.fc30.src.rpm.stats.csv deleted file mode 100644 index d4695ac..0000000 --- a/results/f30/libhangul-0.1.0-19.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/libhangul.pot, 0, 0, 0, 0, 0, 9, 16, 9, 16 -po/ko.gmo, 9, 16, 15, 0, 0, 0, 0, 9, 16 -po/ko.po, 9, 16, 15, 0, 0, 0, 0, 9, 16 diff --git a/results/f30/libidn-1.35-5.fc30.src.rpm.errors.txt b/results/f30/libidn-1.35-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 761ce83..0000000 --- a/results/f30/libidn-1.35-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe0 in position 230: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 5: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xa5 in position 0: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb3 in position 28: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f30/libidn-1.35-5.fc30.src.rpm.stats.csv b/results/f30/libidn-1.35-5.fc30.src.rpm.stats.csv deleted file mode 100644 index d3073e2..0000000 --- a/results/f30/libidn-1.35-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,44 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 39, 160, 47, 9, 59, 12, 209, 60, 428 -po/en@quot.gmo, 60, 428, 428, 0, 0, 0, 0, 60, 428 -po/hr.po, 58, 414, 402, 0, 0, 2, 14, 60, 428 -po/sr.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -po/nl.po, 58, 414, 417, 0, 0, 2, 14, 60, 428 -po/sv.gmo, 60, 428, 400, 0, 0, 0, 0, 60, 428 -po/nl.gmo, 58, 414, 417, 0, 0, 0, 0, 58, 414 -po/sr.gmo, 58, 414, 424, 0, 0, 0, 0, 58, 414 -po/sv.po, 60, 428, 400, 0, 0, 0, 0, 60, 428 -po/fr.po, 58, 414, 485, 0, 0, 2, 14, 60, 428 -po/fr.gmo, 58, 414, 485, 0, 0, 0, 0, 58, 414 -po/fi.gmo, 58, 414, 352, 0, 0, 0, 0, 58, 414 -po/de.po, 58, 414, 391, 0, 0, 2, 14, 60, 428 -po/en@quot.po, 60, 428, 428, 0, 0, 0, 0, 60, 428 -po/da.gmo, 58, 414, 414, 0, 0, 0, 0, 58, 414 -po/eo.gmo, 58, 414, 397, 0, 0, 0, 0, 58, 414 -po/vi.gmo, 58, 414, 615, 0, 0, 0, 0, 58, 414 -po/vi.po, 58, 414, 615, 0, 0, 2, 14, 60, 428 -po/pt_BR.gmo, 58, 414, 461, 0, 0, 0, 0, 58, 414 -po/de.gmo, 58, 414, 391, 0, 0, 0, 0, 58, 414 -po/ro.po, 2, 16, 16, 7, 46, 51, 366, 60, 428 -po/pt_BR.po, 58, 414, 461, 0, 0, 2, 14, 60, 428 -po/uk.po, 58, 414, 462, 0, 0, 2, 14, 60, 428 -po/uk.gmo, 58, 414, 462, 0, 0, 0, 0, 58, 414 -po/cs.po, 58, 414, 416, 0, 0, 2, 14, 60, 428 -po/hu.po, 58, 414, 396, 0, 0, 2, 14, 60, 428 -po/es.gmo, 4, 21, 21, 0, 0, 0, 0, 4, 21 -po/id.po, 58, 414, 415, 0, 0, 2, 14, 60, 428 -po/it.po, 58, 414, 440, 0, 0, 2, 14, 60, 428 -po/en@boldquot.gmo, 60, 428, 431, 0, 0, 0, 0, 60, 428 -po/eo.po, 58, 414, 397, 0, 0, 2, 14, 60, 428 -po/hr.gmo, 58, 414, 402, 0, 0, 0, 0, 58, 414 -po/pl.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -po/hu.gmo, 58, 414, 396, 0, 0, 0, 0, 58, 414 -po/es.po, 4, 21, 21, 28, 100, 28, 307, 60, 428 -po/zh_CN.gmo, 58, 414, 184, 0, 0, 0, 0, 58, 414 -po/cs.gmo, 58, 414, 416, 0, 0, 0, 0, 58, 414 -po/da.po, 58, 414, 414, 0, 0, 2, 14, 60, 428 -po/fi.po, 58, 414, 352, 0, 0, 2, 14, 60, 428 -po/en@boldquot.po, 60, 428, 431, 0, 0, 0, 0, 60, 428 -po/libidn.pot, 0, 0, 0, 0, 0, 60, 428, 60, 428 -po/id.gmo, 58, 414, 415, 0, 0, 0, 0, 58, 414 -po/zh_CN.po, 58, 414, 184, 0, 0, 2, 14, 60, 428 diff --git a/results/f30/libidn2-2.1.1a-1.fc30.src.rpm.errors.txt b/results/f30/libidn2-2.1.1a-1.fc30.src.rpm.errors.txt deleted file mode 100644 index c3a4dee..0000000 --- a/results/f30/libidn2-2.1.1a-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 5: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb2 in position 0: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 46: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f30/libidn2-2.1.1a-1.fc30.src.rpm.stats.csv b/results/f30/libidn2-2.1.1a-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 665a71a..0000000 --- a/results/f30/libidn2-2.1.1a-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,43 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fur.po, 35, 270, 331, 1, 12, 3, 24, 39, 306 -po/id.gmo, 6, 40, 40, 0, 0, 0, 0, 6, 40 -po/it.po, 6, 40, 45, 11, 109, 22, 157, 39, 306 -po/vi.po, 6, 40, 54, 11, 109, 22, 157, 39, 306 -po/hu.po, 35, 270, 269, 1, 12, 3, 24, 39, 306 -po/eo.gmo, 6, 40, 41, 0, 0, 0, 0, 6, 40 -po/fr.gmo, 35, 270, 327, 0, 0, 0, 0, 35, 270 -po/vi.gmo, 6, 40, 54, 0, 0, 0, 0, 6, 40 -po/es.po, 12, 53, 58, 3, 18, 24, 235, 39, 306 -po/da.gmo, 35, 270, 248, 0, 0, 0, 0, 35, 270 -po/ro.po, 1, 14, 14, 2, 8, 36, 284, 39, 306 -po/uk.po, 35, 270, 277, 1, 12, 3, 24, 39, 306 -po/cs.po, 35, 270, 272, 1, 12, 3, 24, 39, 306 -po/pt_BR.gmo, 35, 270, 319, 0, 0, 0, 0, 35, 270 -po/hr.po, 6, 40, 37, 11, 109, 22, 157, 39, 306 -po/sv.po, 35, 270, 237, 1, 12, 3, 24, 39, 306 -po/sr.gmo, 6, 40, 37, 0, 0, 0, 0, 6, 40 -po/es.gmo, 12, 53, 58, 0, 0, 0, 0, 12, 53 -po/pt_BR.po, 35, 270, 319, 1, 12, 3, 24, 39, 306 -po/nl.gmo, 6, 40, 36, 0, 0, 0, 0, 6, 40 -po/libidn2.pot, 0, 0, 0, 0, 0, 39, 306, 39, 306 -po/sr.po, 6, 40, 37, 11, 109, 22, 157, 39, 306 -po/nl.po, 6, 40, 36, 11, 109, 22, 157, 39, 306 -po/pl.po, 35, 270, 274, 1, 12, 3, 24, 39, 306 -po/pl.gmo, 35, 270, 274, 0, 0, 0, 0, 35, 270 -po/hu.gmo, 35, 270, 269, 0, 0, 0, 0, 35, 270 -po/uk.gmo, 35, 270, 277, 0, 0, 0, 0, 35, 270 -po/fr.po, 35, 270, 327, 1, 12, 3, 24, 39, 306 -po/zh_CN.po, 6, 40, 15, 11, 109, 22, 157, 39, 306 -po/ja.po, 2, 16, 2, 8, 31, 29, 259, 39, 306 -po/fi.po, 6, 40, 32, 11, 109, 22, 157, 39, 306 -po/da.po, 35, 270, 248, 1, 12, 3, 24, 39, 306 -po/hr.gmo, 6, 40, 37, 0, 0, 0, 0, 6, 40 -po/zh_CN.gmo, 6, 40, 15, 0, 0, 0, 0, 6, 40 -po/id.po, 6, 40, 40, 11, 109, 22, 157, 39, 306 -po/fur.gmo, 35, 270, 331, 0, 0, 0, 0, 35, 270 -po/sv.gmo, 35, 270, 237, 0, 0, 0, 0, 35, 270 -po/de.gmo, 35, 270, 257, 0, 0, 0, 0, 35, 270 -po/fi.gmo, 6, 40, 32, 0, 0, 0, 0, 6, 40 -po/de.po, 35, 270, 257, 1, 12, 3, 24, 39, 306 -po/eo.po, 6, 40, 41, 11, 109, 22, 157, 39, 306 -po/cs.gmo, 35, 270, 272, 0, 0, 0, 0, 35, 270 diff --git a/results/f30/libiptcdata-1.0.4-20.fc28.src.rpm.errors.txt b/results/f30/libiptcdata-1.0.4-20.fc28.src.rpm.errors.txt deleted file mode 100644 index def48ba..0000000 --- a/results/f30/libiptcdata-1.0.4-20.fc28.src.rpm.errors.txt +++ /dev/null @@ -1,25 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv b/results/f30/libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv deleted file mode 100644 index 2f5a98a..0000000 --- a/results/f30/libiptcdata-1.0.4-20.fc28.src.rpm.stats.csv +++ /dev/null @@ -1,12 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iptc/po/iptc.pot, 0, 0, 0, 0, 0, 34, 349, 34, 349 -iptc/po/it.gmo, 34, 349, 386, 0, 0, 0, 0, 34, 349 -iptc/po/de.gmo, 34, 349, 354, 0, 0, 0, 0, 34, 349 -iptc/po/de.po, 34, 349, 354, 0, 0, 0, 0, 34, 349 -iptc/po/it.po, 34, 349, 386, 0, 0, 0, 0, 34, 349 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/it.gmo, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 -po/de.gmo, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 -po/libiptcdata.pot, 0, 0, 0, 0, 0, 169, 1089, 169, 1089 -po/de.po, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 -po/it.po, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 diff --git a/results/f30/libkkc-0.3.5-14.fc30.src.rpm.errors.txt b/results/f30/libkkc-0.3.5-14.fc30.src.rpm.errors.txt deleted file mode 100644 index f115923..0000000 --- a/results/f30/libkkc-0.3.5-14.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/libkkc-0.3.5-14.fc30.src.rpm.stats.csv b/results/f30/libkkc-0.3.5-14.fc30.src.rpm.stats.csv deleted file mode 100644 index f567df6..0000000 --- a/results/f30/libkkc-0.3.5-14.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 59, 272, 82, 0, 0, 0, 0, 59, 272 diff --git a/results/f30/libmbim-1.18.0-2.fc30.src.rpm.errors.txt b/results/f30/libmbim-1.18.0-2.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/libmbim-1.18.0-2.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/libmbim-1.18.0-2.fc30.src.rpm.stats.csv b/results/f30/libmbim-1.18.0-2.fc30.src.rpm.stats.csv deleted file mode 100644 index e69de29..0000000 --- a/results/f30/libmbim-1.18.0-2.fc30.src.rpm.stats.csv +++ /dev/null diff --git a/results/f30/libosinfo-1.4.0-2.fc30.src.rpm.errors.txt b/results/f30/libosinfo-1.4.0-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 2121dcd..0000000 --- a/results/f30/libosinfo-1.4.0-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f30/libosinfo-1.4.0-2.fc30.src.rpm.stats.csv b/results/f30/libosinfo-1.4.0-2.fc30.src.rpm.stats.csv deleted file mode 100644 index cb0b2eb..0000000 --- a/results/f30/libosinfo-1.4.0-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,192 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.po, 155, 723, 715, 0, 0, 1, 5, 156, 728 -po/bal.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/de.po, 114, 468, 436, 0, 0, 42, 260, 156, 728 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ro.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/kn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 153, 711, 854, 0, 0, 3, 17, 156, 728 -po/nso.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/gu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/zh_TW.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/libosinfo.pot, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/br.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/hu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/gl.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/is.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ja.gmo, 114, 468, 218, 0, 0, 0, 0, 114, 468 -po/yo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/zh_HK.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 141, 640, 608, 0, 0, 0, 0, 141, 640 -po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.gmo, 155, 723, 715, 0, 0, 0, 0, 155, 723 -po/hi.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/zh_TW.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ar.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ne.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/it.po, 155, 723, 807, 0, 0, 1, 5, 156, 728 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.po, 155, 723, 760, 0, 0, 1, 5, 156, 728 -po/ko.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/anp.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.gmo, 114, 468, 436, 0, 0, 0, 0, 114, 468 -po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/it.gmo, 155, 723, 807, 0, 0, 0, 0, 155, 723 -po/km.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/or.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/nl.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/as.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/id.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ru.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ja.po, 114, 468, 218, 0, 0, 42, 260, 156, 728 -po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.gmo, 22, 60, 66, 0, 0, 0, 0, 22, 60 -po/ca.gmo, 141, 640, 837, 0, 0, 0, 0, 141, 640 -po/nl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mai.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/zu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bs.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ast.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de_CH.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/cy.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/am.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/pt_BR.gmo, 16, 23, 25, 0, 0, 0, 0, 16, 23 -po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/he.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/be.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/kw.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/mn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.gmo, 155, 723, 760, 0, 0, 0, 0, 155, 723 -po/es.po, 22, 60, 66, 0, 0, 134, 668, 156, 728 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/bn.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/mk.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/hr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ka.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/pt_BR.po, 16, 23, 25, 0, 0, 140, 705, 156, 728 -po/sq.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/fr.gmo, 153, 711, 854, 0, 0, 0, 0, 153, 711 -po/fi.po, 28, 70, 51, 0, 0, 128, 658, 156, 728 -po/tg.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/af.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ilo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/nds.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.po, 141, 640, 837, 0, 0, 15, 88, 156, 728 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/pt.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/fa.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ia.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/fi.gmo, 28, 70, 51, 0, 0, 0, 0, 28, 70 -po/sk.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/si.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/mr.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/sl.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/lt.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/ms.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/sr@latin.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/tw.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/brx.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/th.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/id.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.po, 141, 640, 608, 0, 0, 15, 88, 156, 728 -po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.po, 0, 0, 0, 0, 0, 156, 728, 156, 728 -po/hu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f30/libpaper-1.1.24-24.fc30.src.rpm.errors.txt b/results/f30/libpaper-1.1.24-24.fc30.src.rpm.errors.txt deleted file mode 100644 index 2ce6ae4..0000000 --- a/results/f30/libpaper-1.1.24-24.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./debian/po/POTFILES.in) diff --git a/results/f30/libpaper-1.1.24-24.fc30.src.rpm.stats.csv b/results/f30/libpaper-1.1.24-24.fc30.src.rpm.stats.csv deleted file mode 100644 index 1855fdf..0000000 --- a/results/f30/libpaper-1.1.24-24.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,24 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -debian/po/nl.po, 46, 73, 147, 0, 0, 0, 0, 46, 73 -debian/po/ru.po, 46, 73, 68, 0, 0, 0, 0, 46, 73 -debian/po/sv.po, 46, 73, 76, 0, 0, 0, 0, 46, 73 -debian/po/uk.po, 0, 0, 0, 1, 25, 45, 48, 46, 73 -debian/po/templates.pot, 0, 0, 0, 0, 0, 46, 73, 46, 73 -debian/po/tr.po, 46, 73, 66, 0, 0, 0, 0, 46, 73 -debian/po/da.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -debian/po/pt_BR.po, 46, 73, 81, 0, 0, 0, 0, 46, 73 -debian/po/es.po, 46, 73, 80, 0, 0, 0, 0, 46, 73 -debian/po/cs.po, 46, 73, 67, 0, 0, 0, 0, 46, 73 -debian/po/gl.po, 46, 73, 77, 0, 0, 0, 0, 46, 73 -debian/po/fr.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -debian/po/it.po, 46, 73, 69, 0, 0, 0, 0, 46, 73 -debian/po/pl.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -debian/po/ja.po, 46, 73, 48, 0, 0, 0, 0, 46, 73 -debian/po/sk.po, 46, 73, 70, 0, 0, 0, 0, 46, 73 -debian/po/ca.po, 46, 73, 82, 0, 0, 0, 0, 46, 73 -debian/po/vi.po, 46, 73, 97, 0, 0, 0, 0, 46, 73 -debian/po/de.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -debian/po/hu.po, 2, 29, 22, 0, 0, 44, 44, 46, 73 -debian/po/eu.po, 46, 73, 72, 0, 0, 0, 0, 46, 73 -debian/po/fi.po, 46, 73, 60, 0, 0, 0, 0, 46, 73 -debian/po/pt.po, 46, 73, 88, 0, 0, 0, 0, 46, 73 diff --git a/results/f30/libpeas-1.22.0-10.fc30.src.rpm.errors.txt b/results/f30/libpeas-1.22.0-10.fc30.src.rpm.errors.txt deleted file mode 100644 index f1d75e9..0000000 --- a/results/f30/libpeas-1.22.0-10.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libpeas-1.22.0-10.fc30.src.rpm.stats.csv b/results/f30/libpeas-1.22.0-10.fc30.src.rpm.stats.csv deleted file mode 100644 index 2045ec9..0000000 --- a/results/f30/libpeas-1.22.0-10.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,69 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/th.po, 34, 112, 54, 0, 0, 0, 0, 34, 112 -po/zh_TW.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -po/uk.po, 26, 105, 83, 0, 0, 0, 0, 26, 105 -po/el.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -po/nds.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -po/lt.po, 34, 112, 94, 0, 0, 0, 0, 34, 112 -po/fr.po, 34, 112, 127, 0, 0, 0, 0, 34, 112 -po/ast.po, 24, 103, 103, 0, 0, 0, 0, 24, 103 -po/id.po, 34, 112, 98, 0, 0, 0, 0, 34, 112 -po/an.po, 34, 111, 118, 0, 0, 0, 0, 34, 111 -po/tg.po, 26, 105, 107, 0, 0, 0, 0, 26, 105 -po/be.po, 34, 112, 99, 0, 0, 0, 0, 34, 112 -po/de.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -po/ar.po, 26, 105, 85, 0, 0, 0, 0, 26, 105 -po/he.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -po/sr.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -po/te.po, 31, 110, 101, 0, 0, 0, 0, 31, 110 -po/ml.po, 26, 105, 88, 0, 0, 0, 0, 26, 105 -po/pl.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -po/it.po, 34, 112, 117, 0, 0, 0, 0, 34, 112 -po/as.po, 31, 110, 125, 0, 0, 0, 0, 31, 110 -po/zh_HK.po, 31, 110, 35, 0, 0, 0, 0, 31, 110 -po/eu.po, 34, 112, 111, 0, 0, 0, 0, 34, 112 -po/gu.po, 31, 110, 126, 0, 0, 0, 0, 31, 110 -po/bg.po, 26, 105, 114, 0, 0, 0, 0, 26, 105 -po/gl.po, 34, 112, 122, 0, 0, 0, 0, 34, 112 -po/ta.po, 31, 110, 102, 0, 0, 0, 0, 31, 110 -po/hi.po, 31, 110, 135, 0, 0, 0, 0, 31, 110 -po/sv.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -po/ne.po, 19, 33, 38, 6, 22, 6, 55, 31, 110 -po/ru.po, 34, 112, 104, 0, 0, 0, 0, 34, 112 -po/nl.po, 27, 106, 99, 0, 0, 0, 0, 27, 106 -po/hu.po, 34, 112, 103, 0, 0, 0, 0, 34, 112 -po/fi.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -po/bs.po, 34, 111, 105, 0, 0, 0, 0, 34, 111 -po/fur.po, 34, 112, 133, 0, 0, 0, 0, 34, 112 -po/oc.po, 34, 112, 121, 0, 0, 0, 0, 34, 112 -po/hr.po, 34, 112, 105, 0, 0, 0, 0, 34, 112 -po/ro.po, 34, 112, 131, 0, 0, 0, 0, 34, 112 -po/ca@valencia.po, 31, 110, 121, 0, 0, 0, 0, 31, 110 -po/or.po, 31, 110, 127, 0, 0, 0, 0, 31, 110 -po/fa.po, 34, 112, 109, 0, 0, 0, 0, 34, 112 -po/da.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -po/en_GB.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -po/pa.po, 31, 110, 119, 0, 0, 0, 0, 31, 110 -po/mr.po, 31, 110, 115, 0, 0, 0, 0, 31, 110 -po/vi.po, 26, 105, 135, 0, 0, 0, 0, 26, 105 -po/is.po, 27, 56, 62, 0, 0, 7, 55, 34, 111 -po/sk.po, 34, 112, 117, 0, 0, 0, 0, 34, 112 -po/et.po, 26, 105, 80, 0, 0, 0, 0, 26, 105 -po/ko.po, 34, 112, 92, 0, 0, 0, 0, 34, 112 -po/zh_CN.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -po/lv.po, 34, 112, 95, 0, 0, 0, 0, 34, 112 -po/bn_IN.po, 31, 110, 124, 0, 0, 0, 0, 31, 110 -po/cs.po, 34, 112, 118, 0, 0, 0, 0, 34, 112 -po/sr@latin.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -po/pt_BR.po, 34, 112, 116, 0, 0, 0, 0, 34, 112 -po/kn.po, 34, 111, 107, 0, 0, 0, 0, 34, 111 -po/kk.po, 34, 112, 96, 0, 0, 0, 0, 34, 112 -po/nb.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -po/es.po, 34, 112, 119, 0, 0, 0, 0, 34, 112 -po/eo.po, 24, 103, 91, 0, 0, 0, 0, 24, 103 -po/ja.po, 30, 99, 48, 3, 9, 1, 3, 34, 111 -po/ug.po, 26, 105, 89, 0, 0, 0, 0, 26, 105 -po/pt.po, 34, 112, 119, 0, 0, 0, 0, 34, 112 -po/ca.po, 34, 112, 124, 0, 0, 0, 0, 34, 112 -po/tr.po, 34, 112, 103, 0, 0, 0, 0, 34, 112 -po/sl.po, 34, 112, 114, 0, 0, 0, 0, 34, 112 diff --git a/results/f30/libpwquality-1.4.0-12.fc30.src.rpm.errors.txt b/results/f30/libpwquality-1.4.0-12.fc30.src.rpm.errors.txt deleted file mode 100644 index a0e41f6..0000000 --- a/results/f30/libpwquality-1.4.0-12.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) diff --git a/results/f30/libpwquality-1.4.0-12.fc30.src.rpm.stats.csv b/results/f30/libpwquality-1.4.0-12.fc30.src.rpm.stats.csv deleted file mode 100644 index 5037c8d..0000000 --- a/results/f30/libpwquality-1.4.0-12.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,96 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/hu.po, 53, 343, 311, 0, 0, 0, 0, 53, 343 -po/da.gmo, 53, 343, 305, 0, 0, 0, 0, 53, 343 -po/eu.gmo, 23, 108, 85, 0, 0, 0, 0, 23, 108 -po/libpwquality.pot, 0, 0, 0, 0, 0, 53, 343, 53, 343 -po/bn_IN.po, 53, 343, 307, 0, 0, 0, 0, 53, 343 -po/si.po, 6, 18, 19, 0, 0, 47, 325, 53, 343 -po/ur.gmo, 6, 23, 33, 0, 0, 0, 0, 6, 23 -po/or.gmo, 53, 343, 344, 0, 0, 0, 0, 53, 343 -po/ko.gmo, 53, 343, 274, 0, 0, 0, 0, 53, 343 -po/de.po, 53, 343, 308, 0, 0, 0, 0, 53, 343 -po/pt.gmo, 53, 343, 372, 0, 0, 0, 0, 53, 343 -po/zh_CN.gmo, 53, 343, 86, 0, 0, 0, 0, 53, 343 -po/kk.po, 6, 18, 20, 0, 0, 47, 325, 53, 343 -po/as.gmo, 53, 343, 289, 0, 0, 0, 0, 53, 343 -po/tr.po, 6, 18, 17, 0, 0, 47, 325, 53, 343 -po/kk.gmo, 6, 18, 20, 0, 0, 0, 0, 6, 18 -po/ml.gmo, 53, 343, 219, 0, 0, 0, 0, 53, 343 -po/fi.po, 53, 343, 255, 0, 0, 0, 0, 53, 343 -po/ru.po, 53, 343, 275, 0, 0, 0, 0, 53, 343 -po/sr.po, 53, 343, 290, 0, 0, 0, 0, 53, 343 -po/sk.po, 53, 343, 292, 0, 0, 0, 0, 53, 343 -po/sq.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/km.gmo, 53, 343, 101, 0, 0, 0, 0, 53, 343 -po/te.po, 53, 343, 255, 0, 0, 0, 0, 53, 343 -po/zu.gmo, 6, 18, 17, 0, 0, 0, 0, 6, 18 -po/ru.gmo, 53, 343, 275, 0, 0, 0, 0, 53, 343 -po/te.gmo, 53, 343, 255, 0, 0, 0, 0, 53, 343 -po/uk.po, 53, 343, 311, 0, 0, 0, 0, 53, 343 -po/gu.po, 53, 343, 309, 0, 0, 0, 0, 53, 343 -po/fr.gmo, 53, 343, 462, 0, 0, 0, 0, 53, 343 -po/nb.po, 6, 18, 18, 0, 0, 47, 325, 53, 343 -po/fr.po, 53, 343, 462, 0, 0, 0, 0, 53, 343 -po/ta.gmo, 53, 343, 285, 0, 0, 0, 0, 53, 343 -po/sv.gmo, 53, 343, 290, 0, 0, 0, 0, 53, 343 -po/ca.gmo, 53, 343, 389, 0, 0, 0, 0, 53, 343 -po/zu.po, 6, 18, 17, 0, 0, 47, 325, 53, 343 -po/cs.gmo, 53, 343, 291, 0, 0, 0, 0, 53, 343 -po/mr.gmo, 53, 343, 287, 0, 0, 0, 0, 53, 343 -po/he.po, 53, 343, 286, 0, 0, 0, 0, 53, 343 -po/kn.po, 53, 343, 259, 0, 0, 0, 0, 53, 343 -po/zh_TW.po, 53, 343, 81, 0, 0, 0, 0, 53, 343 -po/sq.po, 9, 59, 53, 0, 0, 44, 284, 53, 343 -po/ja.po, 53, 343, 86, 0, 0, 0, 0, 53, 343 -po/zh_TW.gmo, 53, 343, 81, 0, 0, 0, 0, 53, 343 -po/pl.gmo, 53, 343, 307, 0, 0, 0, 0, 53, 343 -po/pt_BR.gmo, 53, 343, 372, 0, 0, 0, 0, 53, 343 -po/ta.po, 53, 343, 285, 0, 0, 0, 0, 53, 343 -po/da.po, 53, 343, 305, 0, 0, 0, 0, 53, 343 -po/nl.po, 53, 343, 339, 0, 0, 0, 0, 53, 343 -po/bg.po, 51, 324, 304, 0, 0, 2, 19, 53, 343 -po/vi.po, 6, 18, 32, 0, 0, 47, 325, 53, 343 -po/ar.gmo, 6, 18, 29, 0, 0, 0, 0, 6, 18 -po/or.po, 53, 343, 344, 0, 0, 0, 0, 53, 343 -po/pa.gmo, 53, 343, 381, 0, 0, 0, 0, 53, 343 -po/nl.gmo, 53, 343, 339, 0, 0, 0, 0, 53, 343 -po/bg.gmo, 51, 324, 304, 0, 0, 0, 0, 51, 324 -po/sk.gmo, 53, 343, 292, 0, 0, 0, 0, 53, 343 -po/sr@latin.po, 6, 18, 19, 0, 0, 47, 325, 53, 343 -po/si.gmo, 6, 18, 19, 0, 0, 0, 0, 6, 18 -po/ko.po, 53, 343, 274, 0, 0, 0, 0, 53, 343 -po/nb.gmo, 6, 18, 18, 0, 0, 0, 0, 6, 18 -po/vi.gmo, 6, 18, 32, 0, 0, 0, 0, 6, 18 -po/tr.gmo, 6, 18, 17, 0, 0, 0, 0, 6, 18 -po/km.po, 53, 343, 101, 0, 0, 0, 0, 53, 343 -po/de.gmo, 53, 343, 308, 0, 0, 0, 0, 53, 343 -po/kn.gmo, 53, 343, 259, 0, 0, 0, 0, 53, 343 -po/hu.gmo, 53, 343, 311, 0, 0, 0, 0, 53, 343 -po/es.gmo, 53, 343, 398, 0, 0, 0, 0, 53, 343 -po/cs.po, 53, 343, 291, 0, 0, 0, 0, 53, 343 -po/uk.gmo, 53, 343, 311, 0, 0, 0, 0, 53, 343 -po/sr.gmo, 53, 343, 290, 0, 0, 0, 0, 53, 343 -po/zh_CN.po, 53, 343, 86, 0, 0, 0, 0, 53, 343 -po/it.gmo, 53, 343, 350, 0, 0, 0, 0, 53, 343 -po/hi.gmo, 53, 343, 356, 0, 0, 0, 0, 53, 343 -po/pt_BR.po, 53, 343, 372, 0, 0, 0, 0, 53, 343 -po/ja.gmo, 53, 343, 86, 0, 0, 0, 0, 53, 343 -po/pl.po, 53, 343, 307, 0, 0, 0, 0, 53, 343 -po/he.gmo, 53, 343, 286, 0, 0, 0, 0, 53, 343 -po/gu.gmo, 53, 343, 309, 0, 0, 0, 0, 53, 343 -po/sv.po, 53, 343, 290, 0, 0, 0, 0, 53, 343 -po/ca.po, 53, 343, 389, 0, 0, 0, 0, 53, 343 -po/ur.po, 6, 23, 33, 0, 0, 47, 320, 53, 343 -po/hi.po, 53, 343, 356, 0, 0, 0, 0, 53, 343 -po/fi.gmo, 53, 343, 255, 0, 0, 0, 0, 53, 343 -po/pt.po, 53, 343, 372, 0, 0, 0, 0, 53, 343 -po/as.po, 53, 343, 289, 0, 0, 0, 0, 53, 343 -po/bn_IN.gmo, 53, 343, 307, 0, 0, 0, 0, 53, 343 -po/mr.po, 53, 343, 287, 0, 0, 0, 0, 53, 343 -po/eu.po, 23, 108, 85, 0, 0, 30, 235, 53, 343 -po/sr@latin.gmo, 6, 18, 19, 0, 0, 0, 0, 6, 18 -po/it.po, 53, 343, 350, 0, 0, 0, 0, 53, 343 -po/ar.po, 6, 18, 29, 0, 0, 47, 325, 53, 343 -po/pa.po, 53, 343, 381, 0, 0, 0, 0, 53, 343 -po/ml.po, 53, 343, 219, 0, 0, 0, 0, 53, 343 -po/es.po, 53, 343, 398, 0, 0, 0, 0, 53, 343 diff --git a/results/f30/libreoffice-6.2.2.2-4.fc30.src.rpm.errors.txt b/results/f30/libreoffice-6.2.2.2-4.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/libreoffice-6.2.2.2-4.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv b/results/f30/libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 2fa8feb..0000000 --- a/results/f30/libreoffice-6.2.2.2-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,22708 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -translations/source/ab/accessibility/messages.po, 8, 10, 11, 0, 0, 3, 17, 11, 27 -translations/source/ab/avmedia/messages.po, 21, 44, 36, 0, 0, 1, 1, 22, 45 -translations/source/ab/basctl/messages.po, 114, 269, 219, 3, 4, 38, 338, 155, 611 -translations/source/ab/basic/messages.po, 94, 347, 285, 2, 7, 39, 195, 135, 549 -translations/source/ab/chart2/messages.po, 289, 488, 459, 3, 3, 328, 877, 620, 1368 -translations/source/ab/connectivity/messages.po, 9, 52, 29, 1, 6, 96, 989, 106, 1047 -translations/source/ab/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ab/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ab/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ab/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ab/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ab/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ab/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ab/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ab/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ab/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ab/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ab/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ab/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ab/cui/messages.po, 1505, 2562, 2304, 49, 97, 789, 2899, 2343, 5558 -translations/source/ab/dbaccess/messages.po, 399, 1074, 859, 39, 106, 374, 3330, 812, 4510 -translations/source/ab/desktop/messages.po, 74, 173, 147, 3, 5, 85, 1047, 162, 1225 -translations/source/ab/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ab/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ab/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ab/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ab/dictionaries/en/dialog.po, 1, 1, 1, 1, 2, 35, 173, 37, 176 -translations/source/ab/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ab/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ab/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ab/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ab/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ab/dictionaries/hu_HU/dialog.po, 3, 4, 4, 2, 2, 27, 65, 32, 71 -translations/source/ab/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ab/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ab/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ab/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ab/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ab/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ab/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ab/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ab/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ab/dictionaries/ru_RU/dialog.po, 10, 18, 14, 0, 0, 4, 8, 14, 26 -translations/source/ab/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ab/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ab/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ab/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ab/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ab/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ab/editeng/messages.po, 159, 322, 300, 6, 16, 100, 318, 265, 656 -translations/source/ab/extensions/messages.po, 275, 468, 441, 15, 31, 373, 1600, 663, 2099 -translations/source/ab/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ab/extras/source/autocorr/emoji.po, 434, 455, 538, 27, 27, 1114, 1335, 1575, 1817 -translations/source/ab/extras/source/gallery/share.po, 11, 14, 12, 0, 0, 1, 1, 12, 15 -translations/source/ab/filter/messages.po, 86, 182, 170, 5, 8, 131, 628, 222, 818 -translations/source/ab/filter/source/config/fragments/filters.po, 134, 482, 487, 5, 10, 81, 240, 220, 732 -translations/source/ab/filter/source/config/fragments/internalgraphicfilters.po, 25, 91, 91, 0, 0, 13, 48, 38, 139 -translations/source/ab/filter/source/config/fragments/types.po, 16, 59, 64, 0, 0, 22, 62, 38, 121 -translations/source/ab/forms/messages.po, 26, 84, 58, 1, 7, 31, 239, 58, 330 -translations/source/ab/formula/messages.po, 116, 122, 122, 17, 17, 305, 375, 438, 514 -translations/source/ab/fpicker/messages.po, 47, 87, 83, 1, 1, 13, 75, 61, 163 -translations/source/ab/framework/messages.po, 17, 33, 32, 0, 0, 12, 177, 29, 210 -translations/source/ab/instsetoo_native/inc_openoffice/windows/msi_languages.po, 196, 432, 408, 3, 11, 358, 3911, 557, 4354 -translations/source/ab/librelogo/source/pythonpath.po, 87, 107, 101, 9, 9, 42, 57, 138, 173 -translations/source/ab/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 16, 41, 37, 1, 4, 32, 648, 49, 693 -translations/source/ab/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 4, 0, 0, 1, 17, 2, 21 -translations/source/ab/nlpsolver/src/locale.po, 25, 41, 41, 0, 0, 16, 64, 41, 105 -translations/source/ab/officecfg/registry/data/org/openoffice.po, 2, 7, 7, 0, 0, 7, 21, 9, 28 -translations/source/ab/officecfg/registry/data/org/openoffice/Office.po, 256, 318, 306, 112, 135, 940, 1388, 1308, 1841 -translations/source/ab/officecfg/registry/data/org/openoffice/Office/UI.po, 1665, 3094, 2988, 108, 205, 1904, 4423, 3677, 7722 -translations/source/ab/readlicense_oo/docs.po, 12, 57, 57, 0, 0, 91, 2346, 103, 2403 -translations/source/ab/reportbuilder/java/org/libreoffice/report/function/metadata.po, 2, 6, 3, 0, 0, 4, 14, 6, 20 -translations/source/ab/reportdesign/messages.po, 139, 219, 207, 4, 8, 115, 390, 258, 617 -translations/source/ab/sc/messages.po, 1573, 2504, 2274, 77, 134, 3036, 17622, 4686, 20260 -translations/source/ab/scaddins/messages.po, 263, 529, 430, 27, 66, 611, 2593, 901, 3188 -translations/source/ab/sccomp/messages.po, 6, 24, 18, 0, 0, 8, 41, 14, 65 -translations/source/ab/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/ab/scp2/source/base.po, 4, 8, 9, 1, 3, 5, 33, 10, 44 -translations/source/ab/scp2/source/calc.po, 7, 18, 22, 6, 19, 9, 57, 22, 94 -translations/source/ab/scp2/source/draw.po, 29, 94, 94, 4, 11, 8, 44, 41, 149 -translations/source/ab/scp2/source/extensions.po, 7, 21, 19, 1, 1, 8, 43, 16, 65 -translations/source/ab/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ab/scp2/source/graphicfilter.po, 28, 91, 90, 0, 0, 2, 10, 30, 101 -translations/source/ab/scp2/source/impress.po, 10, 25, 25, 6, 19, 5, 37, 21, 81 -translations/source/ab/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ab/scp2/source/math.po, 6, 29, 23, 1, 3, 3, 10, 10, 42 -translations/source/ab/scp2/source/onlineupdate.po, 1, 2, 2, 0, 0, 1, 11, 2, 13 -translations/source/ab/scp2/source/ooo.po, 9, 18, 18, 4, 5, 569, 2001, 582, 2024 -translations/source/ab/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -translations/source/ab/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/ab/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/ab/scp2/source/writer.po, 17, 51, 51, 3, 10, 7, 53, 27, 114 -translations/source/ab/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ab/sd/messages.po, 408, 703, 672, 58, 110, 853, 2138, 1319, 2951 -translations/source/ab/setup_native/source/mac.po, 12, 39, 32, 0, 0, 11, 92, 23, 131 -translations/source/ab/sfx2/messages.po, 240, 429, 391, 19, 28, 322, 1769, 581, 2226 -translations/source/ab/shell/source/win32/shlxthandler/res.po, 35, 39, 39, 0, 0, 2, 6, 37, 45 -translations/source/ab/starmath/messages.po, 257, 401, 369, 33, 85, 215, 482, 505, 968 -translations/source/ab/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ab/svtools/messages.po, 229, 549, 495, 10, 19, 675, 2043, 914, 2611 -translations/source/ab/svx/messages.po, 860, 1490, 1388, 67, 148, 1919, 5586, 2846, 7224 -translations/source/ab/sw/messages.po, 1649, 2664, 2633, 90, 129, 1702, 4947, 3441, 7740 -translations/source/ab/swext/mediawiki/help.po, 32, 73, 63, 0, 0, 57, 1331, 89, 1404 -translations/source/ab/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 21, 38, 34, 0, 0, 11, 143, 32, 181 -translations/source/ab/sysui/desktop/share.po, 60, 192, 205, 0, 0, 6, 85, 66, 277 -translations/source/ab/uui/messages.po, 56, 199, 150, 1, 3, 100, 1352, 157, 1554 -translations/source/ab/vcl/messages.po, 141, 211, 199, 11, 13, 204, 513, 356, 737 -translations/source/ab/wizards/messages.po, 119, 225, 164, 4, 6, 142, 811, 265, 1042 -translations/source/ab/wizards/source/resources.po, 243, 520, 405, 11, 44, 300, 1722, 554, 2286 -translations/source/ab/writerperfect/messages.po, 10, 18, 18, 0, 0, 20, 47, 30, 65 -translations/source/ab/xmlsecurity/messages.po, 71, 186, 146, 0, 0, 20, 238, 91, 424 -translations/source/af/accessibility/messages.po, 8, 14, 14, 1, 1, 2, 12, 11, 27 -translations/source/af/avmedia/messages.po, 19, 33, 35, 0, 0, 3, 12, 22, 45 -translations/source/af/basctl/messages.po, 94, 388, 388, 37, 54, 24, 169, 155, 611 -translations/source/af/basic/messages.po, 18, 52, 51, 117, 497, 0, 0, 135, 549 -translations/source/af/chart2/messages.po, 547, 1151, 935, 18, 57, 55, 160, 620, 1368 -translations/source/af/connectivity/messages.po, 96, 942, 967, 6, 48, 4, 57, 106, 1047 -translations/source/af/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/af/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/af/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/af/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/af/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/af/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/af/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/af/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/af/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/af/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/af/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/af/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/af/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/af/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/af/cui/messages.po, 744, 1485, 1427, 653, 1076, 946, 2997, 2343, 5558 -translations/source/af/dbaccess/messages.po, 407, 2456, 2401, 247, 1315, 158, 739, 812, 4510 -translations/source/af/desktop/messages.po, 106, 795, 828, 28, 175, 28, 255, 162, 1225 -translations/source/af/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/af/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/af/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/af/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/af/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/af/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/af/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/af/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/af/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/af/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/af/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -translations/source/af/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/af/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/af/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/af/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/af/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/af/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/af/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/af/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/af/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/af/dictionaries/ru_RU/dialog.po, 3, 3, 3, 2, 4, 9, 19, 14, 26 -translations/source/af/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/af/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/af/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/af/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/af/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/af/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/af/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/af/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/af/editeng/messages.po, 234, 561, 555, 18, 61, 13, 34, 265, 656 -translations/source/af/extensions/messages.po, 400, 970, 850, 208, 827, 55, 302, 663, 2099 -translations/source/af/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/af/extras/source/autocorr/emoji.po, 43, 39, 39, 186, 178, 1346, 1600, 1575, 1817 -translations/source/af/extras/source/gallery/share.po, 10, 13, 12, 0, 0, 2, 2, 12, 15 -translations/source/af/filter/messages.po, 52, 205, 188, 31, 61, 139, 552, 222, 818 -translations/source/af/filter/source/config/fragments/filters.po, 81, 280, 242, 10, 25, 129, 427, 220, 732 -translations/source/af/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 124, 0, 0, 3, 12, 38, 139 -translations/source/af/filter/source/config/fragments/types.po, 16, 46, 39, 2, 7, 20, 68, 38, 121 -translations/source/af/forms/messages.po, 54, 314, 322, 1, 2, 3, 14, 58, 330 -translations/source/af/formula/messages.po, 306, 309, 308, 61, 87, 71, 118, 438, 514 -translations/source/af/fpicker/messages.po, 31, 88, 79, 15, 34, 15, 41, 61, 163 -translations/source/af/framework/messages.po, 17, 163, 153, 6, 14, 6, 33, 29, 210 -translations/source/af/instsetoo_native/inc_openoffice/windows/msi_languages.po, 528, 3988, 4028, 7, 96, 22, 270, 557, 4354 -translations/source/af/librelogo/source/pythonpath.po, 19, 21, 21, 42, 44, 77, 108, 138, 173 -translations/source/af/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -translations/source/af/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/af/nlpsolver/src/locale.po, 10, 10, 11, 3, 4, 28, 91, 41, 105 -translations/source/af/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/af/officecfg/registry/data/org/openoffice/Office.po, 1192, 1279, 1236, 4, 7, 112, 555, 1308, 1841 -translations/source/af/officecfg/registry/data/org/openoffice/Office/UI.po, 2387, 4801, 4308, 568, 1062, 722, 1859, 3677, 7722 -translations/source/af/readlicense_oo/docs.po, 19, 219, 209, 0, 0, 84, 2184, 103, 2403 -translations/source/af/reportbuilder/java/org/libreoffice/report/function/metadata.po, 1, 1, 1, 0, 0, 5, 19, 6, 20 -translations/source/af/reportdesign/messages.po, 186, 440, 411, 57, 137, 15, 40, 258, 617 -translations/source/af/sc/messages.po, 2257, 11179, 10377, 1011, 2984, 1418, 6097, 4686, 20260 -translations/source/af/scaddins/messages.po, 781, 2471, 2393, 23, 79, 97, 638, 901, 3188 -translations/source/af/sccomp/messages.po, 11, 47, 43, 1, 4, 2, 14, 14, 65 -translations/source/af/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -translations/source/af/scp2/source/base.po, 8, 40, 38, 0, 0, 2, 4, 10, 44 -translations/source/af/scp2/source/calc.po, 15, 49, 39, 3, 29, 4, 16, 22, 94 -translations/source/af/scp2/source/draw.po, 11, 45, 36, 1, 5, 29, 99, 41, 149 -translations/source/af/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/af/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -translations/source/af/scp2/source/graphicfilter.po, 28, 91, 46, 0, 0, 2, 10, 30, 101 -translations/source/af/scp2/source/impress.po, 17, 67, 52, 1, 4, 3, 10, 21, 81 -translations/source/af/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/af/scp2/source/math.po, 9, 39, 33, 0, 0, 1, 3, 10, 42 -translations/source/af/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -translations/source/af/scp2/source/ooo.po, 226, 297, 286, 124, 679, 232, 1048, 582, 2024 -translations/source/af/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/af/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/af/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/af/scp2/source/writer.po, 19, 56, 34, 0, 0, 8, 58, 27, 114 -translations/source/af/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/af/sd/messages.po, 419, 1043, 1012, 325, 556, 575, 1352, 1319, 2951 -translations/source/af/setup_native/source/mac.po, 21, 110, 104, 1, 12, 1, 9, 23, 131 -translations/source/af/sfx2/messages.po, 192, 523, 519, 139, 430, 250, 1273, 581, 2226 -translations/source/af/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -translations/source/af/starmath/messages.po, 275, 477, 433, 104, 148, 126, 343, 505, 968 -translations/source/af/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/af/svtools/messages.po, 559, 1460, 1367, 71, 144, 284, 1007, 914, 2611 -translations/source/af/svx/messages.po, 1472, 3375, 3032, 559, 1299, 815, 2550, 2846, 7224 -translations/source/af/sw/messages.po, 1279, 2118, 2020, 1055, 1990, 1107, 3632, 3441, 7740 -translations/source/af/swext/mediawiki/help.po, 44, 304, 289, 24, 702, 21, 398, 89, 1404 -translations/source/af/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/af/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 170, 0, 0, 0, 0, 32, 181 -translations/source/af/sysui/desktop/share.po, 43, 153, 104, 10, 52, 13, 72, 66, 277 -translations/source/af/uui/messages.po, 87, 804, 835, 23, 136, 47, 614, 157, 1554 -translations/source/af/vcl/messages.po, 151, 225, 209, 47, 104, 158, 408, 356, 737 -translations/source/af/wizards/messages.po, 229, 985, 959, 12, 13, 24, 44, 265, 1042 -translations/source/af/wizards/source/resources.po, 470, 1917, 1871, 34, 192, 50, 177, 554, 2286 -translations/source/af/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/af/xmlsecurity/messages.po, 21, 40, 37, 17, 118, 53, 266, 91, 424 -translations/source/am/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -translations/source/am/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -translations/source/am/basctl/messages.po, 155, 611, 575, 0, 0, 0, 0, 155, 611 -translations/source/am/basic/messages.po, 135, 549, 593, 0, 0, 0, 0, 135, 549 -translations/source/am/chart2/messages.po, 620, 1368, 1595, 0, 0, 0, 0, 620, 1368 -translations/source/am/connectivity/messages.po, 106, 1047, 891, 0, 0, 0, 0, 106, 1047 -translations/source/am/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/am/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/am/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/am/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/am/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/am/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/am/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/am/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/am/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/am/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/am/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/am/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/am/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/am/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/am/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/am/cui/messages.po, 2341, 5556, 6092, 0, 0, 2, 2, 2343, 5558 -translations/source/am/dbaccess/messages.po, 812, 4510, 3899, 0, 0, 0, 0, 812, 4510 -translations/source/am/desktop/messages.po, 162, 1225, 1016, 0, 0, 0, 0, 162, 1225 -translations/source/am/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/am/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/am/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/am/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/am/dictionaries/en/dialog.po, 37, 176, 190, 0, 0, 0, 0, 37, 176 -translations/source/am/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/am/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/am/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/am/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/am/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/am/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -translations/source/am/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/am/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/am/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/am/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/am/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/am/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/am/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/am/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/am/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/am/dictionaries/ru_RU/dialog.po, 14, 26, 30, 0, 0, 0, 0, 14, 26 -translations/source/am/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/am/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/am/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/am/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/am/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/am/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/am/editeng/messages.po, 265, 656, 828, 0, 0, 0, 0, 265, 656 -translations/source/am/extensions/messages.po, 663, 2099, 2042, 0, 0, 0, 0, 663, 2099 -translations/source/am/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/am/extras/source/autocorr/emoji.po, 1058, 1243, 1432, 0, 0, 517, 574, 1575, 1817 -translations/source/am/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -translations/source/am/filter/messages.po, 222, 818, 849, 0, 0, 0, 0, 222, 818 -translations/source/am/filter/source/config/fragments/filters.po, 220, 732, 748, 0, 0, 0, 0, 220, 732 -translations/source/am/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/am/filter/source/config/fragments/types.po, 38, 121, 125, 0, 0, 0, 0, 38, 121 -translations/source/am/forms/messages.po, 58, 330, 265, 0, 0, 0, 0, 58, 330 -translations/source/am/formula/messages.po, 426, 502, 862, 0, 0, 0, 0, 426, 502 -translations/source/am/fpicker/messages.po, 61, 163, 168, 0, 0, 0, 0, 61, 163 -translations/source/am/framework/messages.po, 29, 210, 195, 0, 0, 0, 0, 29, 210 -translations/source/am/helpcontent2/source/auxiliary.po, 105, 302, 384, 0, 0, 0, 0, 105, 302 -translations/source/am/helpcontent2/source/text/sbasic/guide.po, 100, 1293, 1243, 0, 0, 3, 52, 103, 1345 -translations/source/am/helpcontent2/source/text/sbasic/shared.po, 4126, 33357, 32837, 0, 0, 379, 2074, 4505, 35431 -translations/source/am/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 452, 0, 0, 0, 0, 67, 465 -translations/source/am/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1382, 0, 0, 0, 0, 198, 1482 -translations/source/am/helpcontent2/source/text/sbasic/shared/03.po, 41, 121, 190, 0, 0, 6, 24, 47, 145 -translations/source/am/helpcontent2/source/text/scalc.po, 187, 986, 1008, 0, 0, 0, 0, 187, 986 -translations/source/am/helpcontent2/source/text/scalc/00.po, 90, 286, 306, 0, 0, 111, 659, 201, 945 -translations/source/am/helpcontent2/source/text/scalc/01.po, 7244, 68739, 68059, 0, 0, 251, 4416, 7495, 73155 -translations/source/am/helpcontent2/source/text/scalc/02.po, 121, 804, 784, 0, 0, 2, 6, 123, 810 -translations/source/am/helpcontent2/source/text/scalc/04.po, 187, 1497, 1385, 0, 0, 0, 0, 187, 1497 -translations/source/am/helpcontent2/source/text/scalc/05.po, 119, 798, 782, 0, 0, 18, 55, 137, 853 -translations/source/am/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/am/helpcontent2/source/text/scalc/guide.po, 1460, 21281, 19892, 0, 0, 9, 312, 1469, 21593 -translations/source/am/helpcontent2/source/text/schart.po, 96, 931, 885, 0, 0, 0, 0, 96, 931 -translations/source/am/helpcontent2/source/text/schart/00.po, 60, 347, 386, 0, 0, 0, 0, 60, 347 -translations/source/am/helpcontent2/source/text/schart/01.po, 972, 11826, 11154, 0, 0, 0, 0, 972, 11826 -translations/source/am/helpcontent2/source/text/schart/02.po, 25, 117, 119, 0, 0, 0, 0, 25, 117 -translations/source/am/helpcontent2/source/text/schart/04.po, 32, 133, 131, 0, 0, 0, 0, 32, 133 -translations/source/am/helpcontent2/source/text/sdraw.po, 123, 732, 714, 0, 0, 0, 0, 123, 732 -translations/source/am/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/am/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/am/helpcontent2/source/text/sdraw/04.po, 103, 489, 432, 0, 0, 0, 0, 103, 489 -translations/source/am/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2760, 0, 0, 0, 0, 275, 3072 -translations/source/am/helpcontent2/source/text/shared.po, 245, 2167, 2034, 0, 0, 5, 141, 250, 2308 -translations/source/am/helpcontent2/source/text/shared/00.po, 1034, 10790, 10486, 0, 0, 533, 4904, 1567, 15694 -translations/source/am/helpcontent2/source/text/shared/01.po, 5066, 44511, 41898, 0, 0, 421, 7451, 5487, 51962 -translations/source/am/helpcontent2/source/text/shared/02.po, 1833, 20688, 18716, 0, 0, 349, 8434, 2182, 29122 -translations/source/am/helpcontent2/source/text/shared/04.po, 274, 1176, 1180, 0, 0, 39, 895, 313, 2071 -translations/source/am/helpcontent2/source/text/shared/05.po, 128, 1250, 1177, 0, 0, 68, 1090, 196, 2340 -translations/source/am/helpcontent2/source/text/shared/06.po, 3, 7, 11, 0, 0, 0, 0, 3, 7 -translations/source/am/helpcontent2/source/text/shared/07.po, 7, 82, 76, 0, 0, 0, 0, 7, 82 -translations/source/am/helpcontent2/source/text/shared/autokorr.po, 48, 420, 353, 0, 0, 0, 0, 48, 420 -translations/source/am/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7626, 0, 0, 0, 0, 887, 8394 -translations/source/am/helpcontent2/source/text/shared/explorer/database.po, 1544, 16165, 15065, 0, 0, 97, 2692, 1641, 18857 -translations/source/am/helpcontent2/source/text/shared/guide.po, 2494, 35802, 34655, 0, 0, 22, 641, 2516, 36443 -translations/source/am/helpcontent2/source/text/shared/help.po, 76, 109, 110, 0, 0, 2, 8, 78, 117 -translations/source/am/helpcontent2/source/text/shared/menu.po, 16, 120, 132, 0, 0, 0, 0, 16, 120 -translations/source/am/helpcontent2/source/text/shared/optionen.po, 1893, 22145, 21213, 0, 0, 41, 1206, 1934, 23351 -translations/source/am/helpcontent2/source/text/simpress.po, 199, 1395, 1313, 0, 0, 0, 0, 199, 1395 -translations/source/am/helpcontent2/source/text/simpress/00.po, 163, 902, 920, 0, 0, 0, 0, 163, 902 -translations/source/am/helpcontent2/source/text/simpress/01.po, 1029, 8333, 7582, 0, 0, 17, 181, 1046, 8514 -translations/source/am/helpcontent2/source/text/simpress/02.po, 660, 6509, 5941, 0, 0, 0, 0, 660, 6509 -translations/source/am/helpcontent2/source/text/simpress/04.po, 239, 1138, 1138, 0, 0, 0, 0, 239, 1138 -translations/source/am/helpcontent2/source/text/simpress/guide.po, 765, 10243, 9716, 0, 0, 2, 39, 767, 10282 -translations/source/am/helpcontent2/source/text/smath.po, 60, 739, 719, 0, 0, 0, 0, 60, 739 -translations/source/am/helpcontent2/source/text/smath/00.po, 66, 355, 363, 0, 0, 0, 0, 66, 355 -translations/source/am/helpcontent2/source/text/smath/01.po, 1551, 13859, 14435, 0, 0, 0, 0, 1551, 13859 -translations/source/am/helpcontent2/source/text/smath/02.po, 6, 97, 86, 0, 0, 0, 0, 6, 97 -translations/source/am/helpcontent2/source/text/smath/04.po, 26, 135, 127, 0, 0, 0, 0, 26, 135 -translations/source/am/helpcontent2/source/text/smath/06.po, 9, 21, 28, 0, 0, 0, 0, 9, 21 -translations/source/am/helpcontent2/source/text/smath/guide.po, 104, 1193, 1162, 0, 0, 0, 0, 104, 1193 -translations/source/am/helpcontent2/source/text/swriter.po, 331, 2836, 2735, 0, 0, 5, 110, 336, 2946 -translations/source/am/helpcontent2/source/text/swriter/00.po, 304, 1796, 1968, 0, 0, 6, 22, 310, 1818 -translations/source/am/helpcontent2/source/text/swriter/01.po, 3324, 33365, 31083, 0, 0, 22, 428, 3346, 33793 -translations/source/am/helpcontent2/source/text/swriter/02.po, 426, 3050, 2896, 0, 0, 0, 0, 426, 3050 -translations/source/am/helpcontent2/source/text/swriter/04.po, 254, 1276, 1275, 0, 0, 0, 0, 254, 1276 -translations/source/am/helpcontent2/source/text/swriter/guide.po, 2143, 27900, 26772, 0, 0, 1, 37, 2144, 27937 -translations/source/am/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3361, 0, 0, 0, 0, 326, 3019 -translations/source/am/helpcontent2/source/text/swriter/menu.po, 17, 96, 110, 0, 0, 0, 0, 17, 96 -translations/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4033, 0, 0, 0, 0, 557, 4354 -translations/source/am/librelogo/source/pythonpath.po, 138, 173, 246, 0, 0, 0, 0, 138, 173 -translations/source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 597, 0, 0, 0, 0, 49, 693 -translations/source/am/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/am/nlpsolver/src/locale.po, 41, 105, 114, 0, 0, 0, 0, 41, 105 -translations/source/am/officecfg/registry/data/org/openoffice.po, 9, 28, 36, 0, 0, 0, 0, 9, 28 -translations/source/am/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 3081, 0, 0, 0, 0, 1308, 1841 -translations/source/am/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9460, 0, 0, 0, 0, 3677, 7722 -translations/source/am/readlicense_oo/docs.po, 87, 1857, 1812, 0, 0, 16, 546, 103, 2403 -translations/source/am/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/am/reportdesign/messages.po, 258, 617, 679, 0, 0, 0, 0, 258, 617 -translations/source/am/sc/messages.po, 4645, 20072, 17775, 0, 0, 41, 188, 4686, 20260 -translations/source/am/scaddins/messages.po, 900, 3187, 3209, 0, 0, 0, 0, 900, 3187 -translations/source/am/sccomp/messages.po, 14, 65, 63, 0, 0, 0, 0, 14, 65 -translations/source/am/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/am/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -translations/source/am/scp2/source/calc.po, 22, 94, 95, 0, 0, 0, 0, 22, 94 -translations/source/am/scp2/source/draw.po, 41, 149, 149, 0, 0, 0, 0, 41, 149 -translations/source/am/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -translations/source/am/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/am/scp2/source/graphicfilter.po, 30, 101, 103, 0, 0, 0, 0, 30, 101 -translations/source/am/scp2/source/impress.po, 21, 81, 82, 0, 0, 0, 0, 21, 81 -translations/source/am/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/am/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/am/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -translations/source/am/scp2/source/ooo.po, 582, 2024, 2034, 0, 0, 0, 0, 582, 2024 -translations/source/am/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -translations/source/am/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/am/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/am/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -translations/source/am/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/am/sd/messages.po, 1319, 2951, 3212, 0, 0, 0, 0, 1319, 2951 -translations/source/am/setup_native/source/mac.po, 23, 131, 112, 0, 0, 0, 0, 23, 131 -translations/source/am/sfx2/messages.po, 577, 2096, 2015, 0, 0, 4, 130, 581, 2226 -translations/source/am/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -translations/source/am/starmath/messages.po, 505, 968, 1206, 0, 0, 0, 0, 505, 968 -translations/source/am/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/am/svtools/messages.po, 914, 2611, 2618, 0, 0, 0, 0, 914, 2611 -translations/source/am/svx/messages.po, 2846, 7224, 7877, 0, 0, 0, 0, 2846, 7224 -translations/source/am/sw/messages.po, 3438, 7734, 8620, 0, 0, 1, 3, 3439, 7737 -translations/source/am/swext/mediawiki/help.po, 89, 1404, 1320, 0, 0, 0, 0, 89, 1404 -translations/source/am/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 151, 0, 0, 0, 0, 32, 181 -translations/source/am/sysui/desktop/share.po, 66, 277, 288, 0, 0, 0, 0, 66, 277 -translations/source/am/uui/messages.po, 157, 1554, 1448, 0, 0, 0, 0, 157, 1554 -translations/source/am/vcl/messages.po, 292, 576, 626, 0, 0, 64, 161, 356, 737 -translations/source/am/wizards/messages.po, 265, 1042, 982, 0, 0, 0, 0, 265, 1042 -translations/source/am/wizards/source/resources.po, 554, 2286, 2192, 0, 0, 0, 0, 554, 2286 -translations/source/am/writerperfect/messages.po, 30, 65, 76, 0, 0, 0, 0, 30, 65 -translations/source/am/xmlsecurity/messages.po, 91, 424, 416, 0, 0, 0, 0, 91, 424 -translations/source/an/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -translations/source/an/avmedia/messages.po, 16, 26, 29, 0, 0, 6, 19, 22, 45 -translations/source/an/basctl/messages.po, 7, 7, 8, 11, 14, 137, 590, 155, 611 -translations/source/an/basic/messages.po, 1, 1, 1, 0, 0, 134, 548, 135, 549 -translations/source/an/chart2/messages.po, 39, 39, 55, 90, 144, 491, 1185, 620, 1368 -translations/source/an/connectivity/messages.po, 0, 0, 0, 1, 4, 105, 1043, 106, 1047 -translations/source/an/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/an/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/an/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/an/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/an/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/an/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/an/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/an/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/an/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/an/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/an/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/an/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/an/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/an/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/an/cui/messages.po, 170, 180, 215, 257, 321, 1916, 5057, 2343, 5558 -translations/source/an/dbaccess/messages.po, 24, 31, 34, 59, 86, 729, 4393, 812, 4510 -translations/source/an/desktop/messages.po, 2, 2, 2, 6, 6, 154, 1217, 162, 1225 -translations/source/an/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/an/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/an/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/an/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/an/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/an/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/an/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/an/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/an/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/an/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/an/dictionaries/hu_HU/dialog.po, 0, 0, 0, 1, 1, 31, 70, 32, 71 -translations/source/an/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/an/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/an/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/an/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/an/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/an/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/an/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/an/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/an/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/an/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -translations/source/an/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/an/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/an/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/an/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/an/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/an/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/editeng/messages.po, 11, 12, 12, 15, 19, 239, 625, 265, 656 -translations/source/an/extensions/messages.po, 50, 53, 77, 61, 80, 552, 1966, 663, 2099 -translations/source/an/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/an/extras/source/autocorr/emoji.po, 1, 1, 1, 49, 31, 1525, 1785, 1575, 1817 -translations/source/an/extras/source/gallery/share.po, 1, 1, 1, 0, 0, 11, 14, 12, 15 -translations/source/an/filter/messages.po, 7, 7, 7, 10, 10, 205, 801, 222, 818 -translations/source/an/filter/source/config/fragments/filters.po, 6, 13, 14, 1, 3, 213, 716, 220, 732 -translations/source/an/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/an/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -translations/source/an/forms/messages.po, 3, 3, 3, 3, 3, 52, 324, 58, 330 -translations/source/an/formula/messages.po, 9, 9, 9, 12, 13, 417, 492, 438, 514 -translations/source/an/fpicker/messages.po, 3, 4, 5, 4, 4, 54, 155, 61, 163 -translations/source/an/framework/messages.po, 0, 0, 0, 1, 1, 28, 209, 29, 210 -translations/source/an/instsetoo_native/inc_openoffice/windows/msi_languages.po, 30, 30, 30, 5, 5, 522, 4319, 557, 4354 -translations/source/an/librelogo/source/pythonpath.po, 1, 1, 1, 13, 13, 124, 159, 138, 173 -translations/source/an/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/an/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/an/nlpsolver/src/locale.po, 6, 6, 6, 5, 5, 30, 94, 41, 105 -translations/source/an/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/an/officecfg/registry/data/org/openoffice/Office.po, 286, 327, 339, 891, 928, 131, 586, 1308, 1841 -translations/source/an/officecfg/registry/data/org/openoffice/Office/UI.po, 209, 333, 425, 2569, 5202, 899, 2187, 3677, 7722 -translations/source/an/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/an/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/an/reportdesign/messages.po, 18, 18, 30, 45, 65, 195, 534, 258, 617 -translations/source/an/sc/messages.po, 568, 1972, 2143, 2295, 11350, 1823, 6938, 4686, 20260 -translations/source/an/scaddins/messages.po, 49, 49, 49, 16, 18, 836, 3121, 901, 3188 -translations/source/an/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/an/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/an/scp2/source/base.po, 0, 0, 0, 1, 2, 9, 42, 10, 44 -translations/source/an/scp2/source/calc.po, 1, 1, 3, 3, 4, 18, 89, 22, 94 -translations/source/an/scp2/source/draw.po, 0, 0, 0, 3, 4, 38, 145, 41, 149 -translations/source/an/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -translations/source/an/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/an/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/an/scp2/source/impress.po, 1, 1, 1, 2, 2, 18, 78, 21, 81 -translations/source/an/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/an/scp2/source/math.po, 0, 0, 0, 2, 3, 8, 39, 10, 42 -translations/source/an/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/an/scp2/source/ooo.po, 3, 3, 3, 0, 0, 579, 2021, 582, 2024 -translations/source/an/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/an/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/an/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/an/scp2/source/writer.po, 1, 2, 2, 3, 6, 23, 106, 27, 114 -translations/source/an/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/an/sd/messages.po, 81, 88, 113, 129, 185, 1109, 2678, 1319, 2951 -translations/source/an/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -translations/source/an/sfx2/messages.po, 36, 37, 40, 52, 59, 493, 2130, 581, 2226 -translations/source/an/shell/source/win32/shlxthandler/res.po, 8, 8, 8, 8, 9, 21, 28, 37, 45 -translations/source/an/starmath/messages.po, 19, 19, 21, 48, 55, 438, 894, 505, 968 -translations/source/an/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/an/svtools/messages.po, 26, 26, 31, 43, 59, 845, 2526, 914, 2611 -translations/source/an/svx/messages.po, 156, 169, 200, 188, 246, 2502, 6809, 2846, 7224 -translations/source/an/sw/messages.po, 313, 330, 425, 517, 675, 2611, 6735, 3441, 7740 -translations/source/an/swext/mediawiki/help.po, 2, 2, 2, 2, 2, 85, 1400, 89, 1404 -translations/source/an/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/an/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/an/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 1, 1, 26, 175, 32, 181 -translations/source/an/sysui/desktop/share.po, 2, 3, 7, 2, 3, 62, 271, 66, 277 -translations/source/an/uui/messages.po, 1, 2, 2, 2, 2, 154, 1550, 157, 1554 -translations/source/an/vcl/messages.po, 30, 33, 34, 42, 64, 284, 640, 356, 737 -translations/source/an/wizards/messages.po, 23, 23, 33, 20, 21, 222, 998, 265, 1042 -translations/source/an/wizards/source/resources.po, 32, 35, 38, 36, 49, 486, 2202, 554, 2286 -translations/source/an/writerperfect/messages.po, 0, 0, 0, 2, 4, 28, 61, 30, 65 -translations/source/an/xmlsecurity/messages.po, 5, 7, 5, 4, 5, 82, 412, 91, 424 -translations/source/ar/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/ar/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -translations/source/ar/basctl/messages.po, 155, 611, 517, 0, 0, 0, 0, 155, 611 -translations/source/ar/basic/messages.po, 135, 549, 542, 0, 0, 0, 0, 135, 549 -translations/source/ar/chart2/messages.po, 541, 1197, 1210, 32, 55, 47, 116, 620, 1368 -translations/source/ar/connectivity/messages.po, 105, 1033, 876, 0, 0, 1, 14, 106, 1047 -translations/source/ar/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 8, 0, 0, 0, 0, 3, 6 -translations/source/ar/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ar/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ar/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ar/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ar/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ar/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ar/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ar/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ar/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ar/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ar/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ar/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ar/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ar/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ar/cui/messages.po, 2177, 5153, 5081, 62, 121, 104, 284, 2343, 5558 -translations/source/ar/dbaccess/messages.po, 767, 4289, 3511, 9, 36, 36, 185, 812, 4510 -translations/source/ar/desktop/messages.po, 160, 1172, 973, 0, 0, 2, 53, 162, 1225 -translations/source/ar/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/ar/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ar/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ar/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/ar/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ar/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -translations/source/ar/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ar/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -translations/source/ar/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ar/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ar/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ar/dictionaries/hu_HU/dialog.po, 32, 71, 80, 0, 0, 0, 0, 32, 71 -translations/source/ar/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/ar/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ar/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/ar/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ar/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/ar/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ar/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ar/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ar/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/ar/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ar/dictionaries/ru_RU/dialog.po, 13, 25, 30, 0, 0, 1, 1, 14, 26 -translations/source/ar/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ar/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ar/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ar/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ar/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ar/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ar/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ar/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ar/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ar/editeng/messages.po, 265, 656, 719, 0, 0, 0, 0, 265, 656 -translations/source/ar/extensions/messages.po, 575, 1784, 1661, 77, 283, 11, 32, 663, 2099 -translations/source/ar/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ar/extras/source/autocorr/emoji.po, 914, 1045, 1142, 47, 53, 614, 719, 1575, 1817 -translations/source/ar/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -translations/source/ar/filter/messages.po, 200, 744, 679, 9, 22, 13, 52, 222, 818 -translations/source/ar/filter/source/config/fragments/filters.po, 154, 528, 581, 16, 58, 50, 146, 220, 732 -translations/source/ar/filter/source/config/fragments/internalgraphicfilters.po, 36, 131, 150, 2, 8, 0, 0, 38, 139 -translations/source/ar/filter/source/config/fragments/types.po, 22, 71, 75, 3, 13, 13, 37, 38, 121 -translations/source/ar/forms/messages.po, 58, 330, 306, 0, 0, 0, 0, 58, 330 -translations/source/ar/formula/messages.po, 333, 340, 339, 45, 67, 60, 107, 438, 514 -translations/source/ar/fpicker/messages.po, 57, 155, 145, 1, 4, 3, 4, 61, 163 -translations/source/ar/framework/messages.po, 23, 196, 160, 6, 14, 0, 0, 29, 210 -translations/source/ar/helpcontent2/source/auxiliary.po, 89, 256, 271, 1, 3, 15, 43, 105, 302 -translations/source/ar/helpcontent2/source/text/sbasic/guide.po, 74, 867, 833, 0, 0, 29, 478, 103, 1345 -translations/source/ar/helpcontent2/source/text/sbasic/shared.po, 752, 1162, 1122, 0, 0, 3753, 34269, 4505, 35431 -translations/source/ar/helpcontent2/source/text/sbasic/shared/01.po, 4, 4, 4, 0, 0, 63, 461, 67, 465 -translations/source/ar/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -translations/source/ar/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ar/helpcontent2/source/text/scalc.po, 92, 151, 157, 0, 0, 95, 835, 187, 986 -translations/source/ar/helpcontent2/source/text/scalc/00.po, 7, 12, 11, 0, 0, 194, 933, 201, 945 -translations/source/ar/helpcontent2/source/text/scalc/01.po, 92, 113, 106, 0, 0, 7403, 73042, 7495, 73155 -translations/source/ar/helpcontent2/source/text/scalc/02.po, 9, 14, 11, 0, 0, 114, 796, 123, 810 -translations/source/ar/helpcontent2/source/text/scalc/04.po, 23, 40, 26, 0, 0, 164, 1457, 187, 1497 -translations/source/ar/helpcontent2/source/text/scalc/05.po, 0, 0, 0, 0, 0, 137, 853, 137, 853 -translations/source/ar/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ar/helpcontent2/source/text/scalc/guide.po, 5, 6, 6, 0, 0, 1464, 21587, 1469, 21593 -translations/source/ar/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -translations/source/ar/helpcontent2/source/text/schart/00.po, 2, 8, 6, 0, 0, 58, 339, 60, 347 -translations/source/ar/helpcontent2/source/text/schart/01.po, 12, 12, 12, 0, 0, 960, 11814, 972, 11826 -translations/source/ar/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -translations/source/ar/helpcontent2/source/text/schart/04.po, 5, 6, 6, 0, 0, 27, 127, 32, 133 -translations/source/ar/helpcontent2/source/text/sdraw.po, 49, 103, 100, 0, 0, 74, 629, 123, 732 -translations/source/ar/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/ar/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/ar/helpcontent2/source/text/sdraw/04.po, 41, 116, 104, 0, 0, 62, 373, 103, 489 -translations/source/ar/helpcontent2/source/text/sdraw/guide.po, 15, 136, 104, 0, 0, 260, 2936, 275, 3072 -translations/source/ar/helpcontent2/source/text/shared.po, 6, 21, 20, 0, 0, 244, 2287, 250, 2308 -translations/source/ar/helpcontent2/source/text/shared/00.po, 38, 58, 63, 0, 0, 1529, 15636, 1567, 15694 -translations/source/ar/helpcontent2/source/text/shared/01.po, 420, 564, 461, 0, 0, 5067, 51398, 5487, 51962 -translations/source/ar/helpcontent2/source/text/shared/02.po, 89, 126, 135, 0, 0, 2093, 28996, 2182, 29122 -translations/source/ar/helpcontent2/source/text/shared/04.po, 25, 43, 42, 0, 0, 288, 2028, 313, 2071 -translations/source/ar/helpcontent2/source/text/shared/05.po, 1, 2, 3, 0, 0, 195, 2338, 196, 2340 -translations/source/ar/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ar/helpcontent2/source/text/shared/07.po, 4, 29, 25, 0, 0, 3, 53, 7, 82 -translations/source/ar/helpcontent2/source/text/shared/autokorr.po, 36, 254, 171, 0, 0, 12, 166, 48, 420 -translations/source/ar/helpcontent2/source/text/shared/autopi.po, 17, 23, 23, 0, 0, 870, 8371, 887, 8394 -translations/source/ar/helpcontent2/source/text/shared/explorer/database.po, 40, 40, 42, 0, 0, 1601, 18817, 1641, 18857 -translations/source/ar/helpcontent2/source/text/shared/guide.po, 13, 34, 29, 0, 0, 2503, 36409, 2516, 36443 -translations/source/ar/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ar/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ar/helpcontent2/source/text/shared/optionen.po, 54, 55, 55, 0, 0, 1880, 23296, 1934, 23351 -translations/source/ar/helpcontent2/source/text/simpress.po, 63, 91, 78, 0, 0, 136, 1304, 199, 1395 -translations/source/ar/helpcontent2/source/text/simpress/00.po, 10, 18, 18, 0, 0, 153, 884, 163, 902 -translations/source/ar/helpcontent2/source/text/simpress/01.po, 15, 15, 15, 0, 0, 1031, 8499, 1046, 8514 -translations/source/ar/helpcontent2/source/text/simpress/02.po, 10, 17, 13, 0, 0, 650, 6492, 660, 6509 -translations/source/ar/helpcontent2/source/text/simpress/04.po, 28, 41, 37, 0, 0, 211, 1097, 239, 1138 -translations/source/ar/helpcontent2/source/text/simpress/guide.po, 2, 3, 3, 0, 0, 765, 10279, 767, 10282 -translations/source/ar/helpcontent2/source/text/smath.po, 55, 608, 470, 0, 0, 5, 131, 60, 739 -translations/source/ar/helpcontent2/source/text/smath/00.po, 54, 228, 197, 0, 0, 12, 127, 66, 355 -translations/source/ar/helpcontent2/source/text/smath/01.po, 65, 145, 130, 0, 0, 1486, 13714, 1551, 13859 -translations/source/ar/helpcontent2/source/text/smath/02.po, 6, 97, 67, 0, 0, 0, 0, 6, 97 -translations/source/ar/helpcontent2/source/text/smath/04.po, 24, 111, 95, 0, 0, 2, 24, 26, 135 -translations/source/ar/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ar/helpcontent2/source/text/smath/guide.po, 1, 1, 1, 1, 1, 102, 1191, 104, 1193 -translations/source/ar/helpcontent2/source/text/swriter.po, 74, 145, 143, 0, 0, 262, 2801, 336, 2946 -translations/source/ar/helpcontent2/source/text/swriter/00.po, 47, 128, 124, 0, 0, 263, 1690, 310, 1818 -translations/source/ar/helpcontent2/source/text/swriter/01.po, 109, 113, 115, 0, 0, 3237, 33680, 3346, 33793 -translations/source/ar/helpcontent2/source/text/swriter/02.po, 16, 23, 21, 0, 0, 410, 3027, 426, 3050 -translations/source/ar/helpcontent2/source/text/swriter/04.po, 30, 77, 69, 0, 0, 224, 1199, 254, 1276 -translations/source/ar/helpcontent2/source/text/swriter/guide.po, 8, 13, 12, 0, 0, 2136, 27924, 2144, 27937 -translations/source/ar/helpcontent2/source/text/swriter/librelogo.po, 2, 2, 2, 0, 0, 324, 3017, 326, 3019 -translations/source/ar/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ar/instsetoo_native/inc_openoffice/windows/msi_languages.po, 550, 4294, 3698, 0, 0, 7, 60, 557, 4354 -translations/source/ar/librelogo/source/pythonpath.po, 135, 170, 168, 0, 0, 3, 3, 138, 173 -translations/source/ar/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 542, 0, 0, 0, 0, 49, 693 -translations/source/ar/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -translations/source/ar/nlpsolver/src/locale.po, 41, 105, 107, 0, 0, 0, 0, 41, 105 -translations/source/ar/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/ar/officecfg/registry/data/org/openoffice/Office.po, 1290, 1777, 1792, 3, 14, 15, 50, 1308, 1841 -translations/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po, 3441, 7151, 7626, 75, 134, 161, 437, 3677, 7722 -translations/source/ar/readlicense_oo/docs.po, 92, 1954, 1693, 0, 0, 11, 449, 103, 2403 -translations/source/ar/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/ar/reportdesign/messages.po, 242, 574, 568, 16, 43, 0, 0, 258, 617 -translations/source/ar/sc/messages.po, 3151, 14337, 11722, 746, 2060, 789, 3863, 4686, 20260 -translations/source/ar/scaddins/messages.po, 877, 3041, 2349, 15, 31, 9, 116, 901, 3188 -translations/source/ar/sccomp/messages.po, 12, 51, 50, 0, 0, 2, 14, 14, 65 -translations/source/ar/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -translations/source/ar/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -translations/source/ar/scp2/source/calc.po, 22, 94, 103, 0, 0, 0, 0, 22, 94 -translations/source/ar/scp2/source/draw.po, 25, 89, 90, 0, 0, 16, 60, 41, 149 -translations/source/ar/scp2/source/extensions.po, 16, 65, 70, 0, 0, 0, 0, 16, 65 -translations/source/ar/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/ar/scp2/source/graphicfilter.po, 30, 101, 100, 0, 0, 0, 0, 30, 101 -translations/source/ar/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -translations/source/ar/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/ar/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/ar/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/ar/scp2/source/ooo.po, 556, 1911, 1970, 11, 51, 15, 62, 582, 2024 -translations/source/ar/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/ar/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/ar/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/ar/scp2/source/writer.po, 26, 109, 100, 0, 0, 1, 5, 27, 114 -translations/source/ar/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ar/sd/messages.po, 853, 2205, 2052, 173, 238, 293, 508, 1319, 2951 -translations/source/ar/setup_native/source/mac.po, 23, 131, 105, 0, 0, 0, 0, 23, 131 -translations/source/ar/sfx2/messages.po, 514, 1886, 1677, 29, 40, 38, 300, 581, 2226 -translations/source/ar/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/ar/starmath/messages.po, 436, 747, 758, 15, 38, 54, 183, 505, 968 -translations/source/ar/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ar/svtools/messages.po, 825, 2406, 2346, 11, 15, 78, 190, 914, 2611 -translations/source/ar/svx/messages.po, 2320, 5945, 5843, 260, 514, 266, 765, 2846, 7224 -translations/source/ar/sw/messages.po, 2811, 6177, 6197, 253, 470, 377, 1093, 3441, 7740 -translations/source/ar/swext/mediawiki/help.po, 68, 978, 793, 6, 211, 15, 215, 89, 1404 -translations/source/ar/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ar/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 137, 0, 0, 0, 0, 32, 181 -translations/source/ar/sysui/desktop/share.po, 66, 277, 286, 0, 0, 0, 0, 66, 277 -translations/source/ar/uui/messages.po, 148, 1322, 1157, 0, 0, 9, 232, 157, 1554 -translations/source/ar/vcl/messages.po, 273, 534, 516, 0, 0, 83, 203, 356, 737 -translations/source/ar/wizards/messages.po, 261, 1032, 876, 4, 10, 0, 0, 265, 1042 -translations/source/ar/wizards/source/resources.po, 480, 2027, 1711, 67, 208, 7, 51, 554, 2286 -translations/source/ar/writerperfect/messages.po, 22, 45, 47, 0, 0, 8, 20, 30, 65 -translations/source/ar/xmlsecurity/messages.po, 88, 420, 370, 1, 1, 2, 3, 91, 424 -translations/source/as/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -translations/source/as/avmedia/messages.po, 17, 27, 29, 0, 0, 5, 18, 22, 45 -translations/source/as/basctl/messages.po, 132, 540, 551, 21, 39, 2, 32, 155, 611 -translations/source/as/basic/messages.po, 17, 49, 55, 118, 500, 0, 0, 135, 549 -translations/source/as/chart2/messages.po, 357, 755, 872, 137, 249, 126, 364, 620, 1368 -translations/source/as/connectivity/messages.po, 104, 1017, 845, 0, 0, 2, 30, 106, 1047 -translations/source/as/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/as/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/as/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/as/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/as/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/as/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/as/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/as/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/as/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/as/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/as/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/as/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/as/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/as/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/as/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/as/cui/messages.po, 1324, 3088, 3617, 622, 1236, 397, 1234, 2343, 5558 -translations/source/as/dbaccess/messages.po, 559, 3170, 3056, 226, 1225, 27, 115, 812, 4510 -translations/source/as/desktop/messages.po, 126, 705, 684, 26, 395, 10, 125, 162, 1225 -translations/source/as/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/as/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/as/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/as/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/as/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/as/dictionaries/en/dialog.po, 37, 176, 188, 0, 0, 0, 0, 37, 176 -translations/source/as/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/as/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/as/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/as/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/as/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/as/dictionaries/hu_HU/dialog.po, 32, 71, 72, 0, 0, 0, 0, 32, 71 -translations/source/as/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/as/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/as/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/as/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/as/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/as/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/as/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/as/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/as/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/as/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/as/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/as/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -translations/source/as/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/as/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/as/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/as/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/as/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/as/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/as/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/as/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/as/editeng/messages.po, 258, 641, 694, 3, 4, 4, 11, 265, 656 -translations/source/as/extensions/messages.po, 436, 1357, 1384, 194, 628, 33, 114, 663, 2099 -translations/source/as/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/as/extras/source/autocorr/emoji.po, 55, 47, 47, 201, 198, 1319, 1572, 1575, 1817 -translations/source/as/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/as/filter/messages.po, 80, 281, 302, 37, 79, 105, 458, 222, 818 -translations/source/as/filter/source/config/fragments/filters.po, 105, 380, 380, 18, 62, 97, 290, 220, 732 -translations/source/as/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/as/filter/source/config/fragments/types.po, 24, 80, 80, 1, 5, 13, 36, 38, 121 -translations/source/as/forms/messages.po, 57, 321, 296, 0, 0, 1, 9, 58, 330 -translations/source/as/formula/messages.po, 390, 438, 443, 20, 26, 28, 50, 438, 514 -translations/source/as/fpicker/messages.po, 31, 88, 107, 19, 43, 11, 32, 61, 163 -translations/source/as/framework/messages.po, 20, 184, 151, 6, 14, 3, 12, 29, 210 -translations/source/as/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4542, 5, 78, 12, 128, 557, 4354 -translations/source/as/librelogo/source/pythonpath.po, 137, 170, 183, 1, 3, 0, 0, 138, 173 -translations/source/as/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 558, 1, 57, 0, 0, 49, 693 -translations/source/as/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/as/nlpsolver/src/locale.po, 41, 105, 116, 0, 0, 0, 0, 41, 105 -translations/source/as/officecfg/registry/data/org/openoffice.po, 8, 25, 25, 0, 0, 1, 3, 9, 28 -translations/source/as/officecfg/registry/data/org/openoffice/Office.po, 1233, 1420, 2457, 11, 26, 64, 395, 1308, 1841 -translations/source/as/officecfg/registry/data/org/openoffice/Office/UI.po, 2606, 5296, 6215, 525, 976, 546, 1450, 3677, 7722 -translations/source/as/readlicense_oo/docs.po, 88, 1760, 1628, 1, 85, 14, 558, 103, 2403 -translations/source/as/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/as/reportdesign/messages.po, 204, 489, 456, 51, 125, 3, 3, 258, 617 -translations/source/as/sc/messages.po, 2822, 13161, 11611, 958, 2632, 906, 4467, 4686, 20260 -translations/source/as/scaddins/messages.po, 881, 3056, 3125, 15, 31, 5, 101, 901, 3188 -translations/source/as/sccomp/messages.po, 12, 51, 42, 0, 0, 2, 14, 14, 65 -translations/source/as/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/as/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -translations/source/as/scp2/source/calc.po, 21, 89, 93, 0, 0, 1, 5, 22, 94 -translations/source/as/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -translations/source/as/scp2/source/extensions.po, 16, 65, 72, 0, 0, 0, 0, 16, 65 -translations/source/as/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/as/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -translations/source/as/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -translations/source/as/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/as/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/as/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -translations/source/as/scp2/source/ooo.po, 560, 1935, 2049, 8, 34, 14, 55, 582, 2024 -translations/source/as/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/as/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/as/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/as/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -translations/source/as/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/as/sd/messages.po, 718, 1779, 1921, 302, 575, 299, 597, 1319, 2951 -translations/source/as/setup_native/source/mac.po, 22, 119, 126, 1, 12, 0, 0, 23, 131 -translations/source/as/sfx2/messages.po, 259, 744, 815, 149, 496, 173, 986, 581, 2226 -translations/source/as/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/as/starmath/messages.po, 311, 533, 533, 93, 135, 99, 298, 503, 966 -translations/source/as/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/as/svtools/messages.po, 770, 1983, 1945, 55, 349, 89, 279, 914, 2611 -translations/source/as/svx/messages.po, 1789, 4064, 4339, 533, 1268, 524, 1892, 2846, 7224 -translations/source/as/sw/messages.po, 1766, 3350, 3904, 904, 1807, 771, 2583, 3441, 7740 -translations/source/as/swext/mediawiki/help.po, 47, 353, 313, 26, 817, 16, 234, 89, 1404 -translations/source/as/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -translations/source/as/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -translations/source/as/sysui/desktop/share.po, 64, 257, 253, 2, 20, 0, 0, 66, 277 -translations/source/as/uui/messages.po, 122, 1088, 957, 18, 150, 17, 316, 157, 1554 -translations/source/as/vcl/messages.po, 239, 451, 552, 23, 57, 94, 229, 356, 737 -translations/source/as/wizards/messages.po, 259, 1032, 1067, 5, 9, 1, 1, 265, 1042 -translations/source/as/wizards/source/resources.po, 491, 1998, 2008, 54, 225, 9, 63, 554, 2286 -translations/source/as/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -translations/source/as/xmlsecurity/messages.po, 55, 223, 211, 18, 131, 18, 70, 91, 424 -translations/source/ast/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -translations/source/ast/avmedia/messages.po, 21, 44, 47, 1, 1, 0, 0, 22, 45 -translations/source/ast/basctl/messages.po, 118, 431, 447, 21, 30, 16, 150, 155, 611 -translations/source/ast/basic/messages.po, 18, 52, 53, 117, 497, 0, 0, 135, 549 -translations/source/ast/chart2/messages.po, 364, 763, 890, 132, 240, 124, 365, 620, 1368 -translations/source/ast/connectivity/messages.po, 103, 1005, 1039, 0, 0, 3, 42, 106, 1047 -translations/source/ast/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ast/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ast/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ast/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ast/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ast/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ast/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ast/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ast/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/ast/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ast/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ast/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ast/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ast/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ast/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ast/cui/messages.po, 1433, 3352, 3697, 584, 1121, 326, 1085, 2343, 5558 -translations/source/ast/dbaccess/messages.po, 480, 2884, 3082, 230, 1230, 102, 396, 812, 4510 -translations/source/ast/desktop/messages.po, 111, 643, 669, 34, 405, 17, 177, 162, 1225 -translations/source/ast/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ast/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ast/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/ca.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ast/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/ast/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/ast/dictionaries/en/dialog.po, 37, 176, 194, 0, 0, 0, 0, 37, 176 -translations/source/ast/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/ast/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ast/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ast/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ast/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/ast/dictionaries/hu_HU/dialog.po, 32, 71, 77, 0, 0, 0, 0, 32, 71 -translations/source/ast/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ast/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ast/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/ast/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/ast/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/ne_NP.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ast/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/ast/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/ast/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/ast/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/ast/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/ast/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ast/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -translations/source/ast/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/ast/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ast/dictionaries/sr.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/ast/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ast/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ast/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ast/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ast/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ast/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/ast/editeng/messages.po, 253, 628, 756, 5, 8, 7, 20, 265, 656 -translations/source/ast/extensions/messages.po, 418, 1088, 1201, 207, 789, 38, 222, 663, 2099 -translations/source/ast/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ast/extras/source/autocorr/emoji.po, 55, 48, 48, 205, 203, 1315, 1566, 1575, 1817 -translations/source/ast/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -translations/source/ast/filter/messages.po, 160, 538, 588, 38, 107, 24, 173, 222, 818 -translations/source/ast/filter/source/config/fragments/filters.po, 153, 528, 626, 12, 44, 55, 160, 220, 732 -translations/source/ast/filter/source/config/fragments/internalgraphicfilters.po, 37, 135, 157, 0, 0, 1, 4, 38, 139 -translations/source/ast/filter/source/config/fragments/types.po, 24, 80, 100, 1, 5, 13, 36, 38, 121 -translations/source/ast/forms/messages.po, 57, 321, 338, 0, 0, 1, 9, 58, 330 -translations/source/ast/formula/messages.po, 356, 377, 383, 35, 50, 47, 87, 438, 514 -translations/source/ast/fpicker/messages.po, 31, 88, 91, 18, 42, 12, 33, 61, 163 -translations/source/ast/framework/messages.po, 20, 184, 180, 6, 14, 3, 12, 29, 210 -translations/source/ast/helpcontent2/source/auxiliary.po, 92, 266, 320, 0, 0, 13, 36, 105, 302 -translations/source/ast/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 1270, 0, 0, 14, 160, 103, 1345 -translations/source/ast/helpcontent2/source/text/sbasic/shared.po, 3553, 29607, 29498, 0, 0, 952, 5824, 4505, 35431 -translations/source/ast/helpcontent2/source/text/sbasic/shared/01.po, 60, 386, 385, 0, 0, 7, 79, 67, 465 -translations/source/ast/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1524, 0, 0, 0, 0, 198, 1482 -translations/source/ast/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ast/helpcontent2/source/text/scalc.po, 178, 940, 1015, 0, 0, 9, 46, 187, 986 -translations/source/ast/helpcontent2/source/text/scalc/00.po, 63, 155, 184, 0, 0, 138, 790, 201, 945 -translations/source/ast/helpcontent2/source/text/scalc/01.po, 5650, 49831, 50276, 0, 0, 1845, 23324, 7495, 73155 -translations/source/ast/helpcontent2/source/text/scalc/02.po, 118, 796, 825, 0, 0, 5, 14, 123, 810 -translations/source/ast/helpcontent2/source/text/scalc/04.po, 181, 1428, 1559, 0, 0, 6, 69, 187, 1497 -translations/source/ast/helpcontent2/source/text/scalc/05.po, 91, 734, 795, 0, 0, 46, 119, 137, 853 -translations/source/ast/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ast/helpcontent2/source/text/scalc/guide.po, 1338, 18990, 19080, 0, 0, 131, 2603, 1469, 21593 -translations/source/ast/helpcontent2/source/text/schart.po, 87, 794, 900, 0, 0, 9, 137, 96, 931 -translations/source/ast/helpcontent2/source/text/schart/00.po, 49, 303, 344, 0, 0, 11, 44, 60, 347 -translations/source/ast/helpcontent2/source/text/schart/01.po, 880, 10383, 10760, 0, 0, 92, 1443, 972, 11826 -translations/source/ast/helpcontent2/source/text/schart/02.po, 25, 117, 120, 0, 0, 0, 0, 25, 117 -translations/source/ast/helpcontent2/source/text/schart/04.po, 32, 133, 152, 0, 0, 0, 0, 32, 133 -translations/source/ast/helpcontent2/source/text/sdraw.po, 120, 718, 750, 0, 0, 3, 14, 123, 732 -translations/source/ast/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/ast/helpcontent2/source/text/sdraw/01.po, 3, 12, 14, 0, 0, 0, 0, 3, 12 -translations/source/ast/helpcontent2/source/text/sdraw/04.po, 102, 486, 507, 0, 0, 1, 3, 103, 489 -translations/source/ast/helpcontent2/source/text/sdraw/guide.po, 259, 2780, 2958, 0, 0, 16, 292, 275, 3072 -translations/source/ast/helpcontent2/source/text/shared.po, 218, 1962, 1988, 0, 0, 32, 346, 250, 2308 -translations/source/ast/helpcontent2/source/text/shared/00.po, 807, 7330, 7941, 0, 0, 760, 8364, 1567, 15694 -translations/source/ast/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -translations/source/ast/helpcontent2/source/text/shared/02.po, 1750, 19718, 20483, 0, 0, 432, 9404, 2182, 29122 -translations/source/ast/helpcontent2/source/text/shared/04.po, 238, 983, 1173, 0, 0, 75, 1088, 313, 2071 -translations/source/ast/helpcontent2/source/text/shared/05.po, 109, 1125, 1167, 0, 0, 87, 1215, 196, 2340 -translations/source/ast/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ast/helpcontent2/source/text/shared/07.po, 4, 29, 29, 0, 0, 3, 53, 7, 82 -translations/source/ast/helpcontent2/source/text/shared/autokorr.po, 48, 420, 396, 0, 0, 0, 0, 48, 420 -translations/source/ast/helpcontent2/source/text/shared/autopi.po, 755, 6555, 6789, 0, 0, 132, 1839, 887, 8394 -translations/source/ast/helpcontent2/source/text/shared/explorer/database.po, 1469, 14596, 15433, 0, 0, 172, 4261, 1641, 18857 -translations/source/ast/helpcontent2/source/text/shared/guide.po, 2082, 29179, 30402, 0, 0, 434, 7264, 2516, 36443 -translations/source/ast/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ast/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ast/helpcontent2/source/text/shared/optionen.po, 1325, 12663, 13216, 0, 0, 609, 10688, 1934, 23351 -translations/source/ast/helpcontent2/source/text/simpress.po, 185, 1314, 1408, 0, 0, 14, 81, 199, 1395 -translations/source/ast/helpcontent2/source/text/simpress/00.po, 154, 873, 928, 0, 0, 9, 29, 163, 902 -translations/source/ast/helpcontent2/source/text/simpress/01.po, 864, 6526, 6365, 0, 0, 182, 1988, 1046, 8514 -translations/source/ast/helpcontent2/source/text/simpress/02.po, 653, 6468, 6626, 0, 0, 7, 41, 660, 6509 -translations/source/ast/helpcontent2/source/text/simpress/04.po, 196, 985, 1056, 0, 0, 43, 153, 239, 1138 -translations/source/ast/helpcontent2/source/text/simpress/guide.po, 603, 7994, 8319, 0, 0, 164, 2288, 767, 10282 -translations/source/ast/helpcontent2/source/text/smath.po, 56, 609, 655, 0, 0, 4, 130, 60, 739 -translations/source/ast/helpcontent2/source/text/smath/00.po, 54, 228, 229, 0, 0, 12, 127, 66, 355 -translations/source/ast/helpcontent2/source/text/smath/01.po, 1114, 11612, 11577, 0, 0, 437, 2247, 1551, 13859 -translations/source/ast/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -translations/source/ast/helpcontent2/source/text/smath/04.po, 25, 130, 141, 0, 0, 1, 5, 26, 135 -translations/source/ast/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ast/helpcontent2/source/text/smath/guide.po, 96, 1031, 1030, 0, 0, 8, 162, 104, 1193 -translations/source/ast/helpcontent2/source/text/swriter.po, 217, 1414, 1495, 0, 0, 119, 1532, 336, 2946 -translations/source/ast/helpcontent2/source/text/swriter/00.po, 213, 1068, 1160, 0, 0, 97, 750, 310, 1818 -translations/source/ast/helpcontent2/source/text/swriter/01.po, 2746, 25858, 26082, 0, 0, 600, 7935, 3346, 33793 -translations/source/ast/helpcontent2/source/text/swriter/02.po, 376, 2483, 2441, 0, 0, 50, 567, 426, 3050 -translations/source/ast/helpcontent2/source/text/swriter/04.po, 248, 1239, 1468, 0, 0, 6, 37, 254, 1276 -translations/source/ast/helpcontent2/source/text/swriter/guide.po, 1929, 24096, 24381, 0, 0, 215, 3841, 2144, 27937 -translations/source/ast/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 41, 1, 1, 286, 2978, 326, 3019 -translations/source/ast/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ast/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4196, 5, 78, 12, 128, 557, 4354 -translations/source/ast/librelogo/source/pythonpath.po, 134, 167, 166, 2, 4, 2, 2, 138, 173 -translations/source/ast/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 640, 1, 57, 0, 0, 49, 693 -translations/source/ast/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 23, 0, 0, 0, 0, 2, 21 -translations/source/ast/nlpsolver/src/locale.po, 41, 105, 127, 0, 0, 0, 0, 41, 105 -translations/source/ast/officecfg/registry/data/org/openoffice.po, 8, 25, 36, 0, 0, 1, 3, 9, 28 -translations/source/ast/officecfg/registry/data/org/openoffice/Office.po, 1278, 1726, 1797, 9, 51, 21, 64, 1308, 1841 -translations/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po, 2614, 5308, 6560, 514, 960, 549, 1454, 3677, 7722 -translations/source/ast/readlicense_oo/docs.po, 88, 1760, 1788, 1, 85, 14, 558, 103, 2403 -translations/source/ast/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -translations/source/ast/reportdesign/messages.po, 203, 485, 527, 51, 127, 4, 5, 258, 617 -translations/source/ast/sc/messages.po, 3123, 14208, 14354, 785, 2265, 778, 3787, 4686, 20260 -translations/source/ast/scaddins/messages.po, 880, 3053, 2943, 15, 31, 6, 104, 901, 3188 -translations/source/ast/sccomp/messages.po, 11, 47, 53, 1, 4, 2, 14, 14, 65 -translations/source/ast/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/ast/scp2/source/base.po, 10, 44, 49, 0, 0, 0, 0, 10, 44 -translations/source/ast/scp2/source/calc.po, 21, 89, 121, 0, 0, 1, 5, 22, 94 -translations/source/ast/scp2/source/draw.po, 41, 149, 194, 0, 0, 0, 0, 41, 149 -translations/source/ast/scp2/source/extensions.po, 16, 65, 82, 0, 0, 0, 0, 16, 65 -translations/source/ast/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/ast/scp2/source/graphicfilter.po, 30, 101, 104, 0, 0, 0, 0, 30, 101 -translations/source/ast/scp2/source/impress.po, 21, 81, 96, 0, 0, 0, 0, 21, 81 -translations/source/ast/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/ast/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/ast/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/ast/scp2/source/ooo.po, 555, 1912, 2216, 11, 55, 16, 57, 582, 2024 -translations/source/ast/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -translations/source/ast/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/ast/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/ast/scp2/source/writer.po, 27, 114, 139, 0, 0, 0, 0, 27, 114 -translations/source/ast/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ast/sd/messages.po, 714, 1763, 1921, 290, 553, 315, 635, 1319, 2951 -translations/source/ast/setup_native/source/mac.po, 22, 119, 121, 1, 12, 0, 0, 23, 131 -translations/source/ast/sfx2/messages.po, 296, 866, 894, 139, 500, 146, 860, 581, 2226 -translations/source/ast/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/ast/starmath/messages.po, 406, 762, 855, 63, 101, 36, 105, 505, 968 -translations/source/ast/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ast/svtools/messages.po, 752, 1936, 2082, 60, 368, 102, 307, 914, 2611 -translations/source/ast/svx/messages.po, 1910, 4477, 4951, 498, 1203, 438, 1544, 2846, 7224 -translations/source/ast/sw/messages.po, 2257, 4668, 5246, 681, 1534, 503, 1538, 3441, 7740 -translations/source/ast/swext/mediawiki/help.po, 47, 353, 353, 26, 817, 16, 234, 89, 1404 -translations/source/ast/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ast/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 165, 0, 0, 0, 0, 32, 181 -translations/source/ast/sysui/desktop/share.po, 64, 257, 332, 2, 20, 0, 0, 66, 277 -translations/source/ast/uui/messages.po, 106, 1003, 1020, 18, 133, 33, 418, 157, 1554 -translations/source/ast/vcl/messages.po, 222, 412, 427, 20, 45, 114, 280, 356, 737 -translations/source/ast/wizards/messages.po, 257, 1034, 1104, 7, 7, 1, 1, 265, 1042 -translations/source/ast/wizards/source/resources.po, 506, 2018, 2024, 38, 192, 10, 76, 554, 2286 -translations/source/ast/writerperfect/messages.po, 1, 2, 3, 5, 9, 24, 54, 30, 65 -translations/source/ast/xmlsecurity/messages.po, 48, 204, 213, 23, 144, 20, 76, 91, 424 -translations/source/az/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/az/avmedia/messages.po, 17, 37, 35, 1, 1, 4, 7, 22, 45 -translations/source/az/basctl/messages.po, 146, 484, 440, 6, 17, 3, 110, 155, 611 -translations/source/az/basic/messages.po, 23, 52, 51, 6, 20, 106, 477, 135, 549 -translations/source/az/chart2/messages.po, 7, 7, 7, 31, 34, 582, 1327, 620, 1368 -translations/source/az/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/az/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/az/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/az/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/az/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/az/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/az/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/az/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/az/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/az/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/az/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/az/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/az/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/az/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/az/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/az/cui/messages.po, 98, 123, 129, 175, 240, 2070, 5195, 2343, 5558 -translations/source/az/dbaccess/messages.po, 28, 41, 36, 26, 28, 758, 4441, 812, 4510 -translations/source/az/desktop/messages.po, 116, 761, 668, 7, 49, 39, 415, 162, 1225 -translations/source/az/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/az/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/az/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/az/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/az/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/az/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/az/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/az/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/az/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/az/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/az/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -translations/source/az/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/az/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/az/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/az/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/az/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/az/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/az/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/az/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/az/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/az/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -translations/source/az/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/az/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/az/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/az/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/az/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/az/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/editeng/messages.po, 4, 4, 4, 8, 8, 253, 644, 265, 656 -translations/source/az/extensions/messages.po, 21, 29, 30, 30, 41, 612, 2029, 663, 2099 -translations/source/az/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/az/extras/source/autocorr/emoji.po, 294, 310, 319, 86, 85, 1195, 1422, 1575, 1817 -translations/source/az/extras/source/gallery/share.po, 5, 7, 7, 0, 0, 7, 8, 12, 15 -translations/source/az/filter/messages.po, 6, 7, 7, 9, 10, 207, 801, 222, 818 -translations/source/az/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -translations/source/az/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/az/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -translations/source/az/forms/messages.po, 5, 11, 14, 0, 0, 53, 319, 58, 330 -translations/source/az/formula/messages.po, 3, 3, 3, 0, 0, 435, 511, 438, 514 -translations/source/az/fpicker/messages.po, 5, 9, 9, 9, 15, 47, 139, 61, 163 -translations/source/az/framework/messages.po, 17, 44, 48, 6, 14, 6, 152, 29, 210 -translations/source/az/instsetoo_native/inc_openoffice/windows/msi_languages.po, 7, 23, 25, 35, 41, 515, 4290, 557, 4354 -translations/source/az/librelogo/source/pythonpath.po, 9, 11, 11, 12, 14, 117, 148, 138, 173 -translations/source/az/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/az/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/az/nlpsolver/src/locale.po, 1, 1, 1, 0, 0, 40, 104, 41, 105 -translations/source/az/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/az/officecfg/registry/data/org/openoffice/Office.po, 37, 40, 40, 92, 100, 1179, 1701, 1308, 1841 -translations/source/az/officecfg/registry/data/org/openoffice/Office/UI.po, 50, 56, 64, 203, 237, 3424, 7429, 3677, 7722 -translations/source/az/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/az/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/az/reportdesign/messages.po, 10, 12, 13, 16, 20, 232, 585, 258, 617 -translations/source/az/sc/messages.po, 158, 174, 176, 176, 196, 4352, 19890, 4686, 20260 -translations/source/az/scaddins/messages.po, 5, 5, 5, 3, 3, 893, 3180, 901, 3188 -translations/source/az/sccomp/messages.po, 12, 51, 49, 0, 0, 2, 14, 14, 65 -translations/source/az/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/az/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -translations/source/az/scp2/source/calc.po, 0, 0, 0, 2, 3, 20, 91, 22, 94 -translations/source/az/scp2/source/draw.po, 0, 0, 0, 2, 3, 39, 146, 41, 149 -translations/source/az/scp2/source/extensions.po, 2, 4, 4, 0, 0, 14, 61, 16, 65 -translations/source/az/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/az/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/az/scp2/source/impress.po, 0, 0, 0, 2, 3, 19, 78, 21, 81 -translations/source/az/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/az/scp2/source/math.po, 0, 0, 0, 2, 3, 8, 39, 10, 42 -translations/source/az/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/az/scp2/source/ooo.po, 2, 4, 4, 1, 1, 579, 2019, 582, 2024 -translations/source/az/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/az/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/az/scp2/source/winexplorerext.po, 1, 3, 3, 0, 0, 1, 15, 2, 18 -translations/source/az/scp2/source/writer.po, 0, 0, 0, 1, 1, 26, 113, 27, 114 -translations/source/az/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/az/sd/messages.po, 36, 43, 46, 82, 95, 1201, 2813, 1319, 2951 -translations/source/az/setup_native/source/mac.po, 17, 71, 60, 1, 12, 5, 48, 23, 131 -translations/source/az/sfx2/messages.po, 25, 29, 30, 43, 48, 513, 2149, 581, 2226 -translations/source/az/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -translations/source/az/starmath/messages.po, 35, 35, 36, 34, 40, 436, 893, 505, 968 -translations/source/az/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/az/svtools/messages.po, 17, 21, 23, 29, 46, 868, 2544, 914, 2611 -translations/source/az/svx/messages.po, 71, 80, 87, 124, 142, 2651, 7002, 2846, 7224 -translations/source/az/sw/messages.po, 120, 140, 149, 277, 331, 3044, 7269, 3441, 7740 -translations/source/az/swext/mediawiki/help.po, 3, 3, 3, 0, 0, 86, 1401, 89, 1404 -translations/source/az/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/az/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/az/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 3, 3, 3, 4, 4, 25, 174, 32, 181 -translations/source/az/sysui/desktop/share.po, 1, 2, 2, 2, 3, 63, 272, 66, 277 -translations/source/az/uui/messages.po, 19, 60, 58, 6, 12, 132, 1482, 157, 1554 -translations/source/az/vcl/messages.po, 14, 17, 17, 33, 35, 309, 685, 356, 737 -translations/source/az/wizards/messages.po, 5, 5, 5, 14, 14, 246, 1023, 265, 1042 -translations/source/az/wizards/source/resources.po, 11, 11, 12, 24, 33, 519, 2242, 554, 2286 -translations/source/az/writerperfect/messages.po, 0, 0, 0, 1, 1, 29, 64, 30, 65 -translations/source/az/xmlsecurity/messages.po, 5, 5, 5, 3, 3, 83, 416, 91, 424 -translations/source/be/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/be/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -translations/source/be/basctl/messages.po, 155, 611, 526, 0, 0, 0, 0, 155, 611 -translations/source/be/basic/messages.po, 135, 549, 528, 0, 0, 0, 0, 135, 549 -translations/source/be/chart2/messages.po, 617, 1340, 1349, 0, 0, 3, 28, 620, 1368 -translations/source/be/connectivity/messages.po, 105, 1033, 923, 0, 0, 1, 14, 106, 1047 -translations/source/be/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/be/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/be/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/be/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/be/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/be/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/be/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/be/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/be/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/be/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/be/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/be/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/be/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/be/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/be/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/be/cui/messages.po, 2249, 5315, 5076, 0, 0, 94, 243, 2343, 5558 -translations/source/be/dbaccess/messages.po, 804, 4474, 3840, 0, 0, 8, 36, 812, 4510 -translations/source/be/desktop/messages.po, 160, 1172, 968, 0, 0, 2, 53, 162, 1225 -translations/source/be/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/be/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/be/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/be/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/be/dictionaries/en/dialog.po, 37, 176, 166, 0, 0, 0, 0, 37, 176 -translations/source/be/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/be/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/be/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/be/dictionaries/gl.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/be/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/be/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -translations/source/be/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/be/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/be/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/be/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/be/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/be/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/be/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/be/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/be/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/be/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/be/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -translations/source/be/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/be/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/be/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/be/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/be/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/be/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/be/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/editeng/messages.po, 265, 656, 644, 0, 0, 0, 0, 265, 656 -translations/source/be/extensions/messages.po, 658, 2078, 1860, 0, 0, 5, 21, 663, 2099 -translations/source/be/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/be/extras/source/autocorr/emoji.po, 1575, 1817, 1823, 0, 0, 0, 0, 1575, 1817 -translations/source/be/extras/source/gallery/share.po, 11, 14, 12, 0, 0, 1, 1, 12, 15 -translations/source/be/filter/messages.po, 222, 818, 766, 0, 0, 0, 0, 222, 818 -translations/source/be/filter/source/config/fragments/filters.po, 196, 667, 677, 0, 0, 24, 65, 220, 732 -translations/source/be/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/be/filter/source/config/fragments/types.po, 28, 95, 99, 0, 0, 10, 26, 38, 121 -translations/source/be/forms/messages.po, 58, 330, 267, 0, 0, 0, 0, 58, 330 -translations/source/be/formula/messages.po, 372, 401, 400, 24, 36, 42, 77, 438, 514 -translations/source/be/fpicker/messages.po, 58, 159, 144, 0, 0, 3, 4, 61, 163 -translations/source/be/framework/messages.po, 29, 210, 167, 0, 0, 0, 0, 29, 210 -translations/source/be/instsetoo_native/inc_openoffice/windows/msi_languages.po, 550, 4294, 3888, 0, 0, 7, 60, 557, 4354 -translations/source/be/librelogo/source/pythonpath.po, 105, 140, 134, 12, 12, 21, 21, 138, 173 -translations/source/be/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 18, 123, 98, 27, 559, 4, 11, 49, 693 -translations/source/be/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -translations/source/be/nlpsolver/src/locale.po, 22, 41, 36, 11, 42, 8, 22, 41, 105 -translations/source/be/officecfg/registry/data/org/openoffice.po, 8, 25, 26, 0, 0, 1, 3, 9, 28 -translations/source/be/officecfg/registry/data/org/openoffice/Office.po, 1275, 1647, 1635, 20, 51, 13, 143, 1308, 1841 -translations/source/be/officecfg/registry/data/org/openoffice/Office/UI.po, 3471, 7172, 7276, 17, 47, 189, 503, 3677, 7722 -translations/source/be/readlicense_oo/docs.po, 60, 939, 839, 21, 709, 22, 755, 103, 2403 -translations/source/be/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/be/reportdesign/messages.po, 258, 617, 596, 0, 0, 0, 0, 258, 617 -translations/source/be/sc/messages.po, 3248, 14380, 11031, 827, 2551, 611, 3329, 4686, 20260 -translations/source/be/scaddins/messages.po, 724, 2532, 1985, 109, 140, 68, 516, 901, 3188 -translations/source/be/sccomp/messages.po, 14, 65, 58, 0, 0, 0, 0, 14, 65 -translations/source/be/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/be/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -translations/source/be/scp2/source/calc.po, 22, 94, 101, 0, 0, 0, 0, 22, 94 -translations/source/be/scp2/source/draw.po, 41, 149, 146, 0, 0, 0, 0, 41, 149 -translations/source/be/scp2/source/extensions.po, 16, 65, 70, 0, 0, 0, 0, 16, 65 -translations/source/be/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/be/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -translations/source/be/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -translations/source/be/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/be/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/be/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/be/scp2/source/ooo.po, 573, 1982, 1996, 0, 0, 9, 42, 582, 2024 -translations/source/be/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/be/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/be/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/be/scp2/source/writer.po, 27, 114, 112, 0, 0, 0, 0, 27, 114 -translations/source/be/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/be/sd/messages.po, 1106, 2590, 2435, 15, 26, 198, 335, 1319, 2951 -translations/source/be/setup_native/source/mac.po, 23, 131, 118, 0, 0, 0, 0, 23, 131 -translations/source/be/sfx2/messages.po, 500, 1521, 1376, 6, 65, 75, 640, 581, 2226 -translations/source/be/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/be/starmath/messages.po, 464, 805, 782, 3, 9, 38, 154, 505, 968 -translations/source/be/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/be/svtools/messages.po, 830, 2102, 2018, 1, 9, 83, 500, 914, 2611 -translations/source/be/svx/messages.po, 2598, 6095, 5873, 29, 128, 219, 1001, 2846, 7224 -translations/source/be/sw/messages.po, 3217, 7168, 7016, 0, 0, 224, 572, 3441, 7740 -translations/source/be/swext/mediawiki/help.po, 59, 702, 598, 16, 489, 14, 213, 89, 1404 -translations/source/be/swext/mediawiki/src.po, 2, 39, 24, 0, 0, 0, 0, 2, 39 -translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/be/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -translations/source/be/sysui/desktop/share.po, 66, 277, 289, 0, 0, 0, 0, 66, 277 -translations/source/be/uui/messages.po, 148, 1322, 1102, 0, 0, 9, 232, 157, 1554 -translations/source/be/vcl/messages.po, 270, 525, 498, 0, 0, 86, 212, 356, 737 -translations/source/be/wizards/messages.po, 265, 1042, 937, 0, 0, 0, 0, 265, 1042 -translations/source/be/wizards/source/resources.po, 554, 2286, 1918, 0, 0, 0, 0, 554, 2286 -translations/source/be/writerperfect/messages.po, 15, 40, 40, 0, 0, 15, 25, 30, 65 -translations/source/be/xmlsecurity/messages.po, 89, 421, 350, 0, 0, 2, 3, 91, 424 -translations/source/bg/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/bg/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -translations/source/bg/basctl/messages.po, 155, 611, 664, 0, 0, 0, 0, 155, 611 -translations/source/bg/basic/messages.po, 135, 549, 630, 0, 0, 0, 0, 135, 549 -translations/source/bg/chart2/messages.po, 620, 1368, 1602, 0, 0, 0, 0, 620, 1368 -translations/source/bg/connectivity/messages.po, 106, 1047, 1079, 0, 0, 0, 0, 106, 1047 -translations/source/bg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/bg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/bg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -translations/source/bg/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -translations/source/bg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/bg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/bg/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bg/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/bg/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bg/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/bg/cui/messages.po, 2343, 5558, 6154, 0, 0, 0, 0, 2343, 5558 -translations/source/bg/dbaccess/messages.po, 812, 4510, 4645, 0, 0, 0, 0, 812, 4510 -translations/source/bg/desktop/messages.po, 162, 1225, 1220, 0, 0, 0, 0, 162, 1225 -translations/source/bg/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/bg/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/bg/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/bg/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/bg/dictionaries/en/dialog.po, 37, 176, 199, 0, 0, 0, 0, 37, 176 -translations/source/bg/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/bg/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/bg/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/bg/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/bg/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/bg/dictionaries/hu_HU/dialog.po, 32, 71, 80, 0, 0, 0, 0, 32, 71 -translations/source/bg/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/bg/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/bg/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/bg/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/bg/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/bg/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/bg/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/bg/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/bg/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/bg/dictionaries/ru_RU/dialog.po, 14, 26, 34, 0, 0, 0, 0, 14, 26 -translations/source/bg/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/bg/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/bg/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bg/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bg/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bg/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/editeng/messages.po, 265, 656, 706, 0, 0, 0, 0, 265, 656 -translations/source/bg/extensions/messages.po, 663, 2099, 2195, 0, 0, 0, 0, 663, 2099 -translations/source/bg/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bg/extras/source/autocorr/emoji.po, 1575, 1817, 1893, 0, 0, 0, 0, 1575, 1817 -translations/source/bg/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/bg/filter/messages.po, 222, 818, 876, 0, 0, 0, 0, 222, 818 -translations/source/bg/filter/source/config/fragments/filters.po, 220, 732, 899, 0, 0, 0, 0, 220, 732 -translations/source/bg/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 181, 0, 0, 0, 0, 38, 139 -translations/source/bg/filter/source/config/fragments/types.po, 38, 121, 156, 0, 0, 0, 0, 38, 121 -translations/source/bg/forms/messages.po, 58, 330, 329, 0, 0, 0, 0, 58, 330 -translations/source/bg/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -translations/source/bg/fpicker/messages.po, 61, 163, 179, 0, 0, 0, 0, 61, 163 -translations/source/bg/framework/messages.po, 29, 210, 217, 0, 0, 0, 0, 29, 210 -translations/source/bg/helpcontent2/source/auxiliary.po, 105, 302, 345, 0, 0, 0, 0, 105, 302 -translations/source/bg/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1411, 0, 0, 0, 0, 103, 1345 -translations/source/bg/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 33152, 0, 0, 0, 0, 4505, 35431 -translations/source/bg/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 436, 0, 0, 0, 0, 67, 465 -translations/source/bg/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1453, 0, 0, 0, 0, 198, 1482 -translations/source/bg/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 157, 0, 0, 0, 0, 47, 145 -translations/source/bg/helpcontent2/source/text/scalc.po, 187, 986, 1016, 0, 0, 0, 0, 187, 986 -translations/source/bg/helpcontent2/source/text/scalc/00.po, 201, 945, 1030, 0, 0, 0, 0, 201, 945 -translations/source/bg/helpcontent2/source/text/scalc/01.po, 7495, 73155, 66925, 0, 0, 0, 0, 7495, 73155 -translations/source/bg/helpcontent2/source/text/scalc/02.po, 123, 810, 816, 0, 0, 0, 0, 123, 810 -translations/source/bg/helpcontent2/source/text/scalc/04.po, 187, 1497, 1285, 0, 0, 0, 0, 187, 1497 -translations/source/bg/helpcontent2/source/text/scalc/05.po, 137, 853, 806, 0, 0, 0, 0, 137, 853 -translations/source/bg/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bg/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 20299, 0, 0, 0, 0, 1469, 21593 -translations/source/bg/helpcontent2/source/text/schart.po, 96, 931, 922, 0, 0, 0, 0, 96, 931 -translations/source/bg/helpcontent2/source/text/schart/00.po, 60, 347, 362, 0, 0, 0, 0, 60, 347 -translations/source/bg/helpcontent2/source/text/schart/01.po, 972, 11826, 11121, 0, 0, 0, 0, 972, 11826 -translations/source/bg/helpcontent2/source/text/schart/02.po, 25, 117, 109, 0, 0, 0, 0, 25, 117 -translations/source/bg/helpcontent2/source/text/schart/04.po, 32, 133, 130, 0, 0, 0, 0, 32, 133 -translations/source/bg/helpcontent2/source/text/sdraw.po, 123, 732, 741, 0, 0, 0, 0, 123, 732 -translations/source/bg/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/bg/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/bg/helpcontent2/source/text/sdraw/04.po, 103, 489, 451, 0, 0, 0, 0, 103, 489 -translations/source/bg/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2887, 0, 0, 0, 0, 275, 3072 -translations/source/bg/helpcontent2/source/text/shared.po, 250, 2308, 2221, 0, 0, 0, 0, 250, 2308 -translations/source/bg/helpcontent2/source/text/shared/00.po, 1567, 15694, 15787, 0, 0, 0, 0, 1567, 15694 -translations/source/bg/helpcontent2/source/text/shared/01.po, 5487, 51962, 48455, 0, 0, 0, 0, 5487, 51962 -translations/source/bg/helpcontent2/source/text/shared/02.po, 2182, 29122, 27316, 0, 0, 0, 0, 2182, 29122 -translations/source/bg/helpcontent2/source/text/shared/04.po, 313, 2071, 1923, 0, 0, 0, 0, 313, 2071 -translations/source/bg/helpcontent2/source/text/shared/05.po, 196, 2340, 2310, 0, 0, 0, 0, 196, 2340 -translations/source/bg/helpcontent2/source/text/shared/06.po, 3, 7, 12, 0, 0, 0, 0, 3, 7 -translations/source/bg/helpcontent2/source/text/shared/07.po, 7, 82, 75, 0, 0, 0, 0, 7, 82 -translations/source/bg/helpcontent2/source/text/shared/autokorr.po, 48, 420, 318, 0, 0, 0, 0, 48, 420 -translations/source/bg/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7998, 0, 0, 0, 0, 887, 8394 -translations/source/bg/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 18509, 0, 0, 0, 0, 1641, 18857 -translations/source/bg/helpcontent2/source/text/shared/guide.po, 2516, 36443, 35411, 0, 0, 0, 0, 2516, 36443 -translations/source/bg/helpcontent2/source/text/shared/help.po, 78, 117, 126, 0, 0, 0, 0, 78, 117 -translations/source/bg/helpcontent2/source/text/shared/menu.po, 16, 120, 130, 0, 0, 0, 0, 16, 120 -translations/source/bg/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 22570, 0, 0, 0, 0, 1934, 23351 -translations/source/bg/helpcontent2/source/text/simpress.po, 199, 1395, 1313, 0, 0, 0, 0, 199, 1395 -translations/source/bg/helpcontent2/source/text/simpress/00.po, 163, 902, 904, 0, 0, 0, 0, 163, 902 -translations/source/bg/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7857, 0, 0, 0, 0, 1046, 8514 -translations/source/bg/helpcontent2/source/text/simpress/02.po, 660, 6509, 6168, 0, 0, 0, 0, 660, 6509 -translations/source/bg/helpcontent2/source/text/simpress/04.po, 239, 1138, 1098, 0, 0, 0, 0, 239, 1138 -translations/source/bg/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9559, 0, 0, 0, 0, 767, 10282 -translations/source/bg/helpcontent2/source/text/smath.po, 60, 739, 712, 0, 0, 0, 0, 60, 739 -translations/source/bg/helpcontent2/source/text/smath/00.po, 66, 355, 330, 0, 0, 0, 0, 66, 355 -translations/source/bg/helpcontent2/source/text/smath/01.po, 1551, 13859, 12667, 0, 0, 0, 0, 1551, 13859 -translations/source/bg/helpcontent2/source/text/smath/02.po, 6, 97, 84, 0, 0, 0, 0, 6, 97 -translations/source/bg/helpcontent2/source/text/smath/04.po, 26, 135, 121, 0, 0, 0, 0, 26, 135 -translations/source/bg/helpcontent2/source/text/smath/06.po, 9, 21, 34, 0, 0, 0, 0, 9, 21 -translations/source/bg/helpcontent2/source/text/smath/guide.po, 104, 1193, 1173, 0, 0, 0, 0, 104, 1193 -translations/source/bg/helpcontent2/source/text/swriter.po, 336, 2946, 2914, 0, 0, 0, 0, 336, 2946 -translations/source/bg/helpcontent2/source/text/swriter/00.po, 310, 1818, 1850, 0, 0, 0, 0, 310, 1818 -translations/source/bg/helpcontent2/source/text/swriter/01.po, 3346, 33793, 31143, 0, 0, 0, 0, 3346, 33793 -translations/source/bg/helpcontent2/source/text/swriter/02.po, 426, 3050, 2934, 0, 0, 0, 0, 426, 3050 -translations/source/bg/helpcontent2/source/text/swriter/04.po, 254, 1276, 1251, 0, 0, 0, 0, 254, 1276 -translations/source/bg/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 26224, 0, 0, 0, 0, 2144, 27937 -translations/source/bg/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3017, 0, 0, 0, 0, 326, 3019 -translations/source/bg/helpcontent2/source/text/swriter/menu.po, 17, 96, 107, 0, 0, 0, 0, 17, 96 -translations/source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4461, 0, 0, 0, 0, 557, 4354 -translations/source/bg/librelogo/source/pythonpath.po, 138, 173, 175, 0, 0, 0, 0, 138, 173 -translations/source/bg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 663, 0, 0, 0, 0, 49, 693 -translations/source/bg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/bg/nlpsolver/src/locale.po, 41, 105, 123, 0, 0, 0, 0, 41, 105 -translations/source/bg/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -translations/source/bg/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1873, 0, 0, 0, 0, 1308, 1841 -translations/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9446, 0, 0, 0, 0, 3677, 7722 -translations/source/bg/readlicense_oo/docs.po, 103, 2403, 2300, 0, 0, 0, 0, 103, 2403 -translations/source/bg/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/bg/reportdesign/messages.po, 258, 617, 701, 0, 0, 0, 0, 258, 617 -translations/source/bg/sc/messages.po, 4686, 20260, 18664, 0, 0, 0, 0, 4686, 20260 -translations/source/bg/scaddins/messages.po, 901, 3188, 3361, 0, 0, 0, 0, 901, 3188 -translations/source/bg/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -translations/source/bg/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/bg/scp2/source/base.po, 10, 44, 54, 0, 0, 0, 0, 10, 44 -translations/source/bg/scp2/source/calc.po, 22, 94, 118, 0, 0, 0, 0, 22, 94 -translations/source/bg/scp2/source/draw.po, 41, 149, 130, 0, 0, 0, 0, 41, 149 -translations/source/bg/scp2/source/extensions.po, 16, 65, 77, 0, 0, 0, 0, 16, 65 -translations/source/bg/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -translations/source/bg/scp2/source/graphicfilter.po, 30, 101, 143, 0, 0, 0, 0, 30, 101 -translations/source/bg/scp2/source/impress.po, 21, 81, 86, 0, 0, 0, 0, 21, 81 -translations/source/bg/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/bg/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/bg/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/bg/scp2/source/ooo.po, 582, 2024, 2159, 0, 0, 0, 0, 582, 2024 -translations/source/bg/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -translations/source/bg/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/bg/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -translations/source/bg/scp2/source/writer.po, 27, 114, 127, 0, 0, 0, 0, 27, 114 -translations/source/bg/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/bg/sd/messages.po, 1319, 2951, 3194, 0, 0, 0, 0, 1319, 2951 -translations/source/bg/setup_native/source/mac.po, 23, 131, 141, 0, 0, 0, 0, 23, 131 -translations/source/bg/sfx2/messages.po, 581, 2226, 2305, 0, 0, 0, 0, 581, 2226 -translations/source/bg/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -translations/source/bg/starmath/messages.po, 505, 968, 1024, 0, 0, 0, 0, 505, 968 -translations/source/bg/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/bg/svtools/messages.po, 914, 2611, 2776, 0, 0, 0, 0, 914, 2611 -translations/source/bg/svx/messages.po, 2846, 7224, 7896, 0, 0, 0, 0, 2846, 7224 -translations/source/bg/sw/messages.po, 3441, 7740, 8736, 0, 0, 0, 0, 3441, 7740 -translations/source/bg/swext/mediawiki/help.po, 89, 1404, 1286, 0, 0, 0, 0, 89, 1404 -translations/source/bg/swext/mediawiki/src.po, 2, 39, 36, 0, 0, 0, 0, 2, 39 -translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/bg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 158, 0, 0, 0, 0, 32, 181 -translations/source/bg/sysui/desktop/share.po, 66, 277, 320, 0, 0, 0, 0, 66, 277 -translations/source/bg/uui/messages.po, 157, 1554, 1516, 0, 0, 0, 0, 157, 1554 -translations/source/bg/vcl/messages.po, 356, 737, 801, 0, 0, 0, 0, 356, 737 -translations/source/bg/wizards/messages.po, 265, 1042, 1040, 0, 0, 0, 0, 265, 1042 -translations/source/bg/wizards/source/resources.po, 554, 2286, 2269, 0, 0, 0, 0, 554, 2286 -translations/source/bg/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -translations/source/bg/xmlsecurity/messages.po, 91, 424, 430, 0, 0, 0, 0, 91, 424 -translations/source/bn-IN/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -translations/source/bn-IN/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -translations/source/bn-IN/basctl/messages.po, 155, 611, 660, 0, 0, 0, 0, 155, 611 -translations/source/bn-IN/basic/messages.po, 135, 549, 557, 0, 0, 0, 0, 135, 549 -translations/source/bn-IN/chart2/messages.po, 611, 1348, 1564, 4, 7, 5, 13, 620, 1368 -translations/source/bn-IN/connectivity/messages.po, 106, 1047, 859, 0, 0, 0, 0, 106, 1047 -translations/source/bn-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/bn-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/bn-IN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/bn-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bn-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/bn-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/bn-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/bn-IN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bn-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn-IN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bn-IN/cui/messages.po, 2113, 4923, 5743, 59, 98, 171, 537, 2343, 5558 -translations/source/bn-IN/dbaccess/messages.po, 697, 4179, 4041, 103, 245, 12, 86, 812, 4510 -translations/source/bn-IN/desktop/messages.po, 157, 1146, 1154, 3, 26, 2, 53, 162, 1225 -translations/source/bn-IN/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/bn-IN/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/bn-IN/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/bn-IN/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/bn-IN/dictionaries/en/dialog.po, 37, 176, 203, 0, 0, 0, 0, 37, 176 -translations/source/bn-IN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bn-IN/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/bn-IN/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/bn-IN/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/bn-IN/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/bn-IN/dictionaries/hu_HU/dialog.po, 32, 71, 93, 0, 0, 0, 0, 32, 71 -translations/source/bn-IN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bn-IN/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/bn-IN/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/bn-IN/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/bn-IN/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/bn-IN/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bn-IN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bn-IN/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/bn-IN/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/bn-IN/dictionaries/ru_RU/dialog.po, 13, 25, 31, 0, 0, 1, 1, 14, 26 -translations/source/bn-IN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bn-IN/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/bn-IN/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bn-IN/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/bn-IN/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/bn-IN/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/editeng/messages.po, 264, 654, 712, 1, 2, 0, 0, 265, 656 -translations/source/bn-IN/extensions/messages.po, 663, 2099, 2121, 0, 0, 0, 0, 663, 2099 -translations/source/bn-IN/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bn-IN/extras/source/autocorr/emoji.po, 90, 84, 84, 185, 182, 1300, 1551, 1575, 1817 -translations/source/bn-IN/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -translations/source/bn-IN/filter/messages.po, 221, 815, 931, 0, 0, 1, 3, 222, 818 -translations/source/bn-IN/filter/source/config/fragments/filters.po, 206, 689, 697, 4, 18, 10, 25, 220, 732 -translations/source/bn-IN/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/bn-IN/filter/source/config/fragments/types.po, 25, 85, 85, 1, 5, 12, 31, 38, 121 -translations/source/bn-IN/forms/messages.po, 58, 330, 283, 0, 0, 0, 0, 58, 330 -translations/source/bn-IN/formula/messages.po, 431, 507, 518, 0, 0, 1, 1, 432, 508 -translations/source/bn-IN/fpicker/messages.po, 50, 133, 167, 5, 9, 6, 21, 61, 163 -translations/source/bn-IN/framework/messages.po, 29, 210, 232, 0, 0, 0, 0, 29, 210 -translations/source/bn-IN/helpcontent2/source/auxiliary.po, 22, 30, 37, 0, 0, 83, 272, 105, 302 -translations/source/bn-IN/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1052, 0, 0, 20, 229, 103, 1345 -translations/source/bn-IN/helpcontent2/source/text/sbasic/shared.po, 3429, 28633, 27367, 0, 0, 1076, 6798, 4505, 35431 -translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 327, 0, 0, 10, 129, 67, 465 -translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1116, 0, 0, 15, 343, 198, 1482 -translations/source/bn-IN/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/bn-IN/helpcontent2/source/text/scalc.po, 171, 830, 831, 0, 0, 16, 156, 187, 986 -translations/source/bn-IN/helpcontent2/source/text/scalc/00.po, 61, 152, 171, 0, 0, 140, 793, 201, 945 -translations/source/bn-IN/helpcontent2/source/text/scalc/01.po, 5405, 46720, 42259, 0, 0, 2090, 26435, 7495, 73155 -translations/source/bn-IN/helpcontent2/source/text/scalc/02.po, 115, 769, 727, 0, 0, 8, 41, 123, 810 -translations/source/bn-IN/helpcontent2/source/text/scalc/04.po, 167, 1225, 1086, 0, 0, 20, 272, 187, 1497 -translations/source/bn-IN/helpcontent2/source/text/scalc/05.po, 76, 591, 539, 0, 0, 61, 262, 137, 853 -translations/source/bn-IN/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bn-IN/helpcontent2/source/text/scalc/guide.po, 1239, 16840, 15413, 0, 0, 230, 4753, 1469, 21593 -translations/source/bn-IN/helpcontent2/source/text/schart.po, 83, 676, 699, 0, 0, 13, 255, 96, 931 -translations/source/bn-IN/helpcontent2/source/text/schart/00.po, 47, 249, 287, 0, 0, 13, 98, 60, 347 -translations/source/bn-IN/helpcontent2/source/text/schart/01.po, 827, 9792, 8750, 0, 0, 145, 2034, 972, 11826 -translations/source/bn-IN/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -translations/source/bn-IN/helpcontent2/source/text/schart/04.po, 32, 133, 129, 0, 0, 0, 0, 32, 133 -translations/source/bn-IN/helpcontent2/source/text/sdraw.po, 117, 702, 696, 0, 0, 6, 30, 123, 732 -translations/source/bn-IN/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/bn-IN/helpcontent2/source/text/sdraw/01.po, 3, 12, 17, 0, 0, 0, 0, 3, 12 -translations/source/bn-IN/helpcontent2/source/text/sdraw/04.po, 101, 455, 464, 0, 0, 2, 34, 103, 489 -translations/source/bn-IN/helpcontent2/source/text/sdraw/guide.po, 254, 2683, 2606, 0, 0, 21, 389, 275, 3072 -translations/source/bn-IN/helpcontent2/source/text/shared.po, 206, 1691, 1644, 0, 0, 44, 617, 250, 2308 -translations/source/bn-IN/helpcontent2/source/text/shared/00.po, 731, 5996, 5704, 0, 0, 836, 9698, 1567, 15694 -translations/source/bn-IN/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -translations/source/bn-IN/helpcontent2/source/text/shared/02.po, 1680, 18926, 16904, 0, 0, 502, 10196, 2182, 29122 -translations/source/bn-IN/helpcontent2/source/text/shared/04.po, 234, 960, 986, 0, 0, 79, 1111, 313, 2071 -translations/source/bn-IN/helpcontent2/source/text/shared/05.po, 104, 1055, 949, 0, 0, 92, 1285, 196, 2340 -translations/source/bn-IN/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/bn-IN/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -translations/source/bn-IN/helpcontent2/source/text/shared/autokorr.po, 47, 403, 431, 0, 0, 1, 17, 48, 420 -translations/source/bn-IN/helpcontent2/source/text/shared/autopi.po, 744, 6488, 6094, 0, 0, 143, 1906, 887, 8394 -translations/source/bn-IN/helpcontent2/source/text/shared/explorer/database.po, 1447, 14227, 12874, 0, 0, 194, 4630, 1641, 18857 -translations/source/bn-IN/helpcontent2/source/text/shared/guide.po, 1967, 26766, 25124, 0, 0, 549, 9677, 2516, 36443 -translations/source/bn-IN/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/bn-IN/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/bn-IN/helpcontent2/source/text/shared/optionen.po, 1192, 10164, 9659, 0, 0, 742, 13187, 1934, 23351 -translations/source/bn-IN/helpcontent2/source/text/simpress.po, 181, 1264, 1287, 0, 0, 18, 131, 199, 1395 -translations/source/bn-IN/helpcontent2/source/text/simpress/00.po, 151, 844, 844, 0, 0, 12, 58, 163, 902 -translations/source/bn-IN/helpcontent2/source/text/simpress/01.po, 854, 6341, 5803, 0, 0, 192, 2173, 1046, 8514 -translations/source/bn-IN/helpcontent2/source/text/simpress/02.po, 641, 6069, 5515, 0, 0, 19, 440, 660, 6509 -translations/source/bn-IN/helpcontent2/source/text/simpress/04.po, 185, 900, 860, 0, 0, 54, 238, 239, 1138 -translations/source/bn-IN/helpcontent2/source/text/simpress/guide.po, 580, 7392, 6942, 0, 0, 187, 2890, 767, 10282 -translations/source/bn-IN/helpcontent2/source/text/smath.po, 56, 609, 557, 0, 0, 4, 130, 60, 739 -translations/source/bn-IN/helpcontent2/source/text/smath/00.po, 54, 228, 233, 0, 0, 12, 127, 66, 355 -translations/source/bn-IN/helpcontent2/source/text/smath/01.po, 1046, 11172, 10523, 0, 0, 505, 2687, 1551, 13859 -translations/source/bn-IN/helpcontent2/source/text/smath/02.po, 5, 56, 46, 0, 0, 1, 41, 6, 97 -translations/source/bn-IN/helpcontent2/source/text/smath/04.po, 25, 130, 120, 0, 0, 1, 5, 26, 135 -translations/source/bn-IN/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/bn-IN/helpcontent2/source/text/smath/guide.po, 94, 1001, 1010, 0, 0, 10, 192, 104, 1193 -translations/source/bn-IN/helpcontent2/source/text/swriter.po, 212, 1244, 1211, 0, 0, 124, 1702, 336, 2946 -translations/source/bn-IN/helpcontent2/source/text/swriter/00.po, 212, 1065, 1041, 0, 0, 98, 753, 310, 1818 -translations/source/bn-IN/helpcontent2/source/text/swriter/01.po, 2619, 23940, 21818, 0, 0, 727, 9853, 3346, 33793 -translations/source/bn-IN/helpcontent2/source/text/swriter/02.po, 365, 2425, 2236, 0, 0, 61, 625, 426, 3050 -translations/source/bn-IN/helpcontent2/source/text/swriter/04.po, 186, 1010, 998, 0, 0, 68, 266, 254, 1276 -translations/source/bn-IN/helpcontent2/source/text/swriter/guide.po, 1794, 21537, 20111, 0, 0, 350, 6400, 2144, 27937 -translations/source/bn-IN/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -translations/source/bn-IN/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/bn-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 544, 4201, 4369, 4, 62, 9, 91, 557, 4354 -translations/source/bn-IN/librelogo/source/pythonpath.po, 138, 173, 182, 0, 0, 0, 0, 138, 173 -translations/source/bn-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 635, 0, 0, 0, 0, 49, 693 -translations/source/bn-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -translations/source/bn-IN/nlpsolver/src/locale.po, 41, 105, 116, 0, 0, 0, 0, 41, 105 -translations/source/bn-IN/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office.po, 1297, 1822, 1853, 4, 9, 7, 10, 1308, 1841 -translations/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po, 2624, 5368, 6095, 545, 1011, 508, 1343, 3677, 7722 -translations/source/bn-IN/readlicense_oo/docs.po, 89, 1773, 1591, 1, 85, 13, 545, 103, 2403 -translations/source/bn-IN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -translations/source/bn-IN/reportdesign/messages.po, 249, 578, 609, 9, 39, 0, 0, 258, 617 -translations/source/bn-IN/sc/messages.po, 3456, 15546, 14079, 682, 1928, 548, 2786, 4686, 20260 -translations/source/bn-IN/scaddins/messages.po, 880, 3055, 2665, 15, 31, 5, 101, 900, 3187 -translations/source/bn-IN/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -translations/source/bn-IN/scp2/source/activex.po, 2, 16, 14, 0, 0, 0, 0, 2, 16 -translations/source/bn-IN/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -translations/source/bn-IN/scp2/source/calc.po, 22, 94, 93, 0, 0, 0, 0, 22, 94 -translations/source/bn-IN/scp2/source/draw.po, 41, 149, 150, 0, 0, 0, 0, 41, 149 -translations/source/bn-IN/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -translations/source/bn-IN/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/bn-IN/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -translations/source/bn-IN/scp2/source/impress.po, 21, 81, 82, 0, 0, 0, 0, 21, 81 -translations/source/bn-IN/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/bn-IN/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/bn-IN/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/bn-IN/scp2/source/ooo.po, 581, 2010, 2288, 0, 0, 1, 14, 582, 2024 -translations/source/bn-IN/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/bn-IN/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/bn-IN/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/bn-IN/scp2/source/writer.po, 27, 114, 113, 0, 0, 0, 0, 27, 114 -translations/source/bn-IN/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/bn-IN/sd/messages.po, 852, 2119, 2320, 216, 396, 251, 436, 1319, 2951 -translations/source/bn-IN/setup_native/source/mac.po, 23, 131, 128, 0, 0, 0, 0, 23, 131 -translations/source/bn-IN/sfx2/messages.po, 544, 1780, 1894, 10, 36, 27, 410, 581, 2226 -translations/source/bn-IN/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/bn-IN/starmath/messages.po, 504, 962, 1041, 0, 0, 1, 6, 505, 968 -translations/source/bn-IN/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn-IN/svtools/messages.po, 778, 2151, 2119, 49, 187, 87, 273, 914, 2611 -translations/source/bn-IN/svx/messages.po, 2020, 4825, 5080, 417, 1024, 409, 1375, 2846, 7224 -translations/source/bn-IN/sw/messages.po, 1730, 3173, 3482, 881, 1745, 829, 2821, 3440, 7739 -translations/source/bn-IN/swext/mediawiki/help.po, 75, 1191, 1101, 0, 0, 14, 213, 89, 1404 -translations/source/bn-IN/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/bn-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -translations/source/bn-IN/sysui/desktop/share.po, 66, 277, 274, 0, 0, 0, 0, 66, 277 -translations/source/bn-IN/uui/messages.po, 99, 959, 918, 24, 169, 34, 426, 157, 1554 -translations/source/bn-IN/vcl/messages.po, 237, 428, 501, 33, 83, 86, 226, 356, 737 -translations/source/bn-IN/wizards/messages.po, 263, 1040, 1059, 0, 0, 2, 2, 265, 1042 -translations/source/bn-IN/wizards/source/resources.po, 492, 2073, 1997, 44, 187, 18, 26, 554, 2286 -translations/source/bn-IN/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -translations/source/bn-IN/xmlsecurity/messages.po, 91, 424, 446, 0, 0, 0, 0, 91, 424 -translations/source/bn/accessibility/messages.po, 7, 13, 15, 1, 1, 3, 13, 11, 27 -translations/source/bn/avmedia/messages.po, 17, 27, 24, 0, 0, 5, 18, 22, 45 -translations/source/bn/basctl/messages.po, 97, 393, 404, 35, 51, 23, 167, 155, 611 -translations/source/bn/basic/messages.po, 18, 52, 53, 117, 497, 0, 0, 135, 549 -translations/source/bn/chart2/messages.po, 231, 511, 519, 175, 300, 214, 557, 620, 1368 -translations/source/bn/connectivity/messages.po, 102, 990, 815, 0, 0, 4, 57, 106, 1047 -translations/source/bn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/bn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/bn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -translations/source/bn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/bn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/bn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/bn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/bn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/bn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/bn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/bn/cui/messages.po, 622, 1382, 1394, 774, 1309, 947, 2867, 2343, 5558 -translations/source/bn/dbaccess/messages.po, 414, 2523, 2318, 245, 1301, 153, 686, 812, 4510 -translations/source/bn/desktop/messages.po, 99, 499, 502, 41, 505, 22, 221, 162, 1225 -translations/source/bn/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/bn/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bn/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/bn/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/bn/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bn/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/bn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/bn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/bn/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/bn/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/bn/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bn/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -translations/source/bn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/bn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/bn/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/bn/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/bn/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/bn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/bn/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/bn/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bn/dictionaries/ru_RU/dialog.po, 4, 4, 6, 2, 4, 8, 18, 14, 26 -translations/source/bn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/bn/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bn/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bn/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bn/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bn/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bn/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bn/editeng/messages.po, 225, 533, 581, 29, 93, 11, 30, 265, 656 -translations/source/bn/extensions/messages.po, 399, 992, 1013, 212, 833, 52, 274, 663, 2099 -translations/source/bn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bn/extras/source/autocorr/emoji.po, 42, 39, 39, 190, 181, 1343, 1597, 1575, 1817 -translations/source/bn/extras/source/gallery/share.po, 6, 8, 8, 2, 2, 4, 5, 12, 15 -translations/source/bn/filter/messages.po, 53, 207, 205, 31, 65, 138, 546, 222, 818 -translations/source/bn/filter/source/config/fragments/filters.po, 83, 291, 293, 12, 34, 125, 407, 220, 732 -translations/source/bn/filter/source/config/fragments/internalgraphicfilters.po, 33, 119, 119, 0, 0, 5, 20, 38, 139 -translations/source/bn/filter/source/config/fragments/types.po, 17, 50, 50, 4, 17, 17, 54, 38, 121 -translations/source/bn/forms/messages.po, 54, 314, 265, 1, 2, 3, 14, 58, 330 -translations/source/bn/formula/messages.po, 304, 307, 309, 63, 89, 71, 118, 438, 514 -translations/source/bn/fpicker/messages.po, 30, 76, 96, 16, 46, 15, 41, 61, 163 -translations/source/bn/framework/messages.po, 18, 167, 176, 6, 14, 5, 29, 29, 210 -translations/source/bn/helpcontent2/source/auxiliary.po, 22, 30, 37, 0, 0, 83, 272, 105, 302 -translations/source/bn/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1052, 0, 0, 20, 229, 103, 1345 -translations/source/bn/helpcontent2/source/text/sbasic/shared.po, 3429, 28633, 27367, 0, 0, 1076, 6798, 4505, 35431 -translations/source/bn/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 327, 0, 0, 10, 129, 67, 465 -translations/source/bn/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1116, 0, 0, 15, 343, 198, 1482 -translations/source/bn/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/bn/helpcontent2/source/text/scalc.po, 171, 830, 831, 0, 0, 16, 156, 187, 986 -translations/source/bn/helpcontent2/source/text/scalc/00.po, 61, 152, 171, 0, 0, 140, 793, 201, 945 -translations/source/bn/helpcontent2/source/text/scalc/01.po, 5405, 46720, 42259, 0, 0, 2090, 26435, 7495, 73155 -translations/source/bn/helpcontent2/source/text/scalc/02.po, 115, 769, 727, 0, 0, 8, 41, 123, 810 -translations/source/bn/helpcontent2/source/text/scalc/04.po, 167, 1225, 1086, 0, 0, 20, 272, 187, 1497 -translations/source/bn/helpcontent2/source/text/scalc/05.po, 76, 591, 539, 0, 0, 61, 262, 137, 853 -translations/source/bn/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bn/helpcontent2/source/text/scalc/guide.po, 1239, 16840, 15413, 0, 0, 230, 4753, 1469, 21593 -translations/source/bn/helpcontent2/source/text/schart.po, 83, 676, 699, 0, 0, 13, 255, 96, 931 -translations/source/bn/helpcontent2/source/text/schart/00.po, 47, 249, 287, 0, 0, 13, 98, 60, 347 -translations/source/bn/helpcontent2/source/text/schart/01.po, 827, 9792, 8750, 0, 0, 145, 2034, 972, 11826 -translations/source/bn/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -translations/source/bn/helpcontent2/source/text/schart/04.po, 32, 133, 129, 0, 0, 0, 0, 32, 133 -translations/source/bn/helpcontent2/source/text/sdraw.po, 117, 702, 696, 0, 0, 6, 30, 123, 732 -translations/source/bn/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/bn/helpcontent2/source/text/sdraw/01.po, 3, 12, 17, 0, 0, 0, 0, 3, 12 -translations/source/bn/helpcontent2/source/text/sdraw/04.po, 101, 455, 464, 0, 0, 2, 34, 103, 489 -translations/source/bn/helpcontent2/source/text/sdraw/guide.po, 254, 2683, 2606, 0, 0, 21, 389, 275, 3072 -translations/source/bn/helpcontent2/source/text/shared.po, 206, 1691, 1644, 0, 0, 44, 617, 250, 2308 -translations/source/bn/helpcontent2/source/text/shared/00.po, 731, 5996, 5704, 0, 0, 836, 9698, 1567, 15694 -translations/source/bn/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -translations/source/bn/helpcontent2/source/text/shared/02.po, 1680, 18926, 16904, 0, 0, 502, 10196, 2182, 29122 -translations/source/bn/helpcontent2/source/text/shared/04.po, 234, 960, 986, 0, 0, 79, 1111, 313, 2071 -translations/source/bn/helpcontent2/source/text/shared/05.po, 104, 1055, 949, 0, 0, 92, 1285, 196, 2340 -translations/source/bn/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/bn/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -translations/source/bn/helpcontent2/source/text/shared/autokorr.po, 47, 403, 431, 0, 0, 1, 17, 48, 420 -translations/source/bn/helpcontent2/source/text/shared/autopi.po, 744, 6488, 6094, 0, 0, 143, 1906, 887, 8394 -translations/source/bn/helpcontent2/source/text/shared/explorer/database.po, 1447, 14227, 12874, 0, 0, 194, 4630, 1641, 18857 -translations/source/bn/helpcontent2/source/text/shared/guide.po, 1967, 26766, 25124, 0, 0, 549, 9677, 2516, 36443 -translations/source/bn/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/bn/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/bn/helpcontent2/source/text/shared/optionen.po, 1193, 10172, 9669, 0, 0, 741, 13179, 1934, 23351 -translations/source/bn/helpcontent2/source/text/simpress.po, 181, 1264, 1287, 0, 0, 18, 131, 199, 1395 -translations/source/bn/helpcontent2/source/text/simpress/00.po, 151, 844, 844, 0, 0, 12, 58, 163, 902 -translations/source/bn/helpcontent2/source/text/simpress/01.po, 854, 6341, 5803, 0, 0, 192, 2173, 1046, 8514 -translations/source/bn/helpcontent2/source/text/simpress/02.po, 641, 6069, 5515, 0, 0, 19, 440, 660, 6509 -translations/source/bn/helpcontent2/source/text/simpress/04.po, 185, 900, 860, 0, 0, 54, 238, 239, 1138 -translations/source/bn/helpcontent2/source/text/simpress/guide.po, 580, 7392, 6942, 0, 0, 187, 2890, 767, 10282 -translations/source/bn/helpcontent2/source/text/smath.po, 56, 609, 557, 0, 0, 4, 130, 60, 739 -translations/source/bn/helpcontent2/source/text/smath/00.po, 54, 228, 233, 0, 0, 12, 127, 66, 355 -translations/source/bn/helpcontent2/source/text/smath/01.po, 1046, 11172, 10523, 0, 0, 505, 2687, 1551, 13859 -translations/source/bn/helpcontent2/source/text/smath/02.po, 5, 56, 46, 0, 0, 1, 41, 6, 97 -translations/source/bn/helpcontent2/source/text/smath/04.po, 25, 130, 120, 0, 0, 1, 5, 26, 135 -translations/source/bn/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/bn/helpcontent2/source/text/smath/guide.po, 94, 1001, 1010, 0, 0, 10, 192, 104, 1193 -translations/source/bn/helpcontent2/source/text/swriter.po, 212, 1244, 1211, 0, 0, 124, 1702, 336, 2946 -translations/source/bn/helpcontent2/source/text/swriter/00.po, 212, 1065, 1042, 0, 0, 98, 753, 310, 1818 -translations/source/bn/helpcontent2/source/text/swriter/01.po, 2619, 23940, 21818, 0, 0, 727, 9853, 3346, 33793 -translations/source/bn/helpcontent2/source/text/swriter/02.po, 365, 2425, 2236, 0, 0, 61, 625, 426, 3050 -translations/source/bn/helpcontent2/source/text/swriter/04.po, 186, 1010, 998, 0, 0, 68, 266, 254, 1276 -translations/source/bn/helpcontent2/source/text/swriter/guide.po, 1795, 21544, 20118, 0, 0, 349, 6393, 2144, 27937 -translations/source/bn/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -translations/source/bn/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/bn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 4191, 8, 98, 18, 216, 557, 4354 -translations/source/bn/librelogo/source/pythonpath.po, 19, 21, 22, 42, 44, 77, 108, 138, 173 -translations/source/bn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 4, 13, 44, 679, 49, 693 -translations/source/bn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 4, 0, 0, 1, 17, 2, 21 -translations/source/bn/nlpsolver/src/locale.po, 7, 7, 8, 8, 9, 26, 89, 41, 105 -translations/source/bn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/bn/officecfg/registry/data/org/openoffice/Office.po, 1185, 1270, 1288, 11, 16, 112, 555, 1308, 1841 -translations/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po, 2382, 4824, 5461, 597, 1106, 698, 1792, 3677, 7722 -translations/source/bn/readlicense_oo/docs.po, 58, 1137, 997, 11, 224, 34, 1042, 103, 2403 -translations/source/bn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/bn/reportdesign/messages.po, 176, 428, 444, 68, 151, 14, 38, 258, 617 -translations/source/bn/sc/messages.po, 2256, 11243, 9347, 1053, 3119, 1377, 5898, 4686, 20260 -translations/source/bn/scaddins/messages.po, 781, 2471, 2072, 23, 79, 97, 638, 901, 3188 -translations/source/bn/sccomp/messages.po, 11, 47, 46, 1, 4, 2, 14, 14, 65 -translations/source/bn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/bn/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -translations/source/bn/scp2/source/calc.po, 17, 56, 55, 3, 29, 2, 9, 22, 94 -translations/source/bn/scp2/source/draw.po, 13, 52, 53, 1, 5, 27, 92, 41, 149 -translations/source/bn/scp2/source/extensions.po, 15, 51, 53, 0, 0, 1, 14, 16, 65 -translations/source/bn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/bn/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/bn/scp2/source/impress.po, 19, 74, 75, 1, 4, 1, 3, 21, 81 -translations/source/bn/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/bn/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/bn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/bn/scp2/source/ooo.po, 351, 880, 883, 66, 359, 165, 785, 582, 2024 -translations/source/bn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/bn/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/bn/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/bn/scp2/source/writer.po, 22, 69, 69, 0, 0, 5, 45, 27, 114 -translations/source/bn/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/bn/sd/messages.po, 439, 1153, 1147, 341, 591, 539, 1207, 1319, 2951 -translations/source/bn/setup_native/source/mac.po, 22, 119, 120, 1, 12, 0, 0, 23, 131 -translations/source/bn/sfx2/messages.po, 178, 539, 537, 161, 462, 242, 1225, 581, 2226 -translations/source/bn/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/bn/starmath/messages.po, 274, 477, 464, 107, 152, 124, 339, 505, 968 -translations/source/bn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bn/svtools/messages.po, 603, 1543, 1488, 75, 231, 236, 837, 914, 2611 -translations/source/bn/svx/messages.po, 1487, 3473, 3607, 578, 1318, 781, 2433, 2846, 7224 -translations/source/bn/sw/messages.po, 1218, 2104, 2174, 1155, 2161, 1067, 3474, 3440, 7739 -translations/source/bn/swext/mediawiki/help.po, 44, 304, 281, 24, 702, 21, 398, 89, 1404 -translations/source/bn/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/bn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -translations/source/bn/sysui/desktop/share.po, 44, 171, 171, 10, 52, 12, 54, 66, 277 -translations/source/bn/uui/messages.po, 92, 904, 867, 23, 151, 42, 499, 157, 1554 -translations/source/bn/vcl/messages.po, 159, 270, 304, 53, 99, 144, 368, 356, 737 -translations/source/bn/wizards/messages.po, 207, 909, 905, 34, 89, 24, 44, 265, 1042 -translations/source/bn/wizards/source/resources.po, 429, 1827, 1761, 75, 282, 50, 177, 554, 2286 -translations/source/bn/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/bn/xmlsecurity/messages.po, 18, 37, 41, 21, 122, 52, 265, 91, 424 -translations/source/bo/accessibility/messages.po, 7, 13, 8, 1, 1, 3, 13, 11, 27 -translations/source/bo/avmedia/messages.po, 16, 25, 16, 1, 2, 5, 18, 22, 45 -translations/source/bo/basctl/messages.po, 88, 301, 104, 37, 54, 30, 256, 155, 611 -translations/source/bo/basic/messages.po, 17, 49, 21, 118, 500, 0, 0, 135, 549 -translations/source/bo/chart2/messages.po, 215, 452, 256, 179, 335, 226, 581, 620, 1368 -translations/source/bo/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/bo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/bo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/bo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/bo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/bo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/bo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/bo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/bo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/bo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/bo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/bo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/bo/cui/messages.po, 406, 570, 413, 741, 1146, 1196, 3842, 2343, 5558 -translations/source/bo/dbaccess/messages.po, 367, 2312, 535, 239, 1067, 206, 1131, 812, 4510 -translations/source/bo/desktop/messages.po, 80, 327, 99, 35, 399, 47, 499, 162, 1225 -translations/source/bo/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/bo/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/bo/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/bo/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bo/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/bo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/bo/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/bo/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/bo/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/bo/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bo/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/bo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/bo/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/bo/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/bo/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/bo/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bo/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/bo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/bo/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/bo/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bo/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -translations/source/bo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/bo/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/bo/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bo/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bo/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bo/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/editeng/messages.po, 60, 99, 62, 72, 118, 133, 439, 265, 656 -translations/source/bo/extensions/messages.po, 355, 775, 379, 215, 770, 93, 554, 663, 2099 -translations/source/bo/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/extras/source/autocorr/emoji.po, 40, 37, 37, 187, 178, 1348, 1602, 1575, 1817 -translations/source/bo/extras/source/gallery/share.po, 6, 8, 6, 1, 1, 5, 6, 12, 15 -translations/source/bo/filter/messages.po, 40, 159, 59, 31, 59, 151, 600, 222, 818 -translations/source/bo/filter/source/config/fragments/filters.po, 31, 91, 72, 10, 28, 179, 613, 220, 732 -translations/source/bo/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/bo/filter/source/config/fragments/types.po, 15, 41, 35, 3, 12, 20, 68, 38, 121 -translations/source/bo/forms/messages.po, 53, 312, 56, 1, 2, 4, 16, 58, 330 -translations/source/bo/formula/messages.po, 56, 59, 57, 54, 58, 324, 393, 434, 510 -translations/source/bo/fpicker/messages.po, 28, 73, 30, 14, 37, 19, 53, 61, 163 -translations/source/bo/framework/messages.po, 17, 163, 30, 6, 14, 6, 33, 29, 210 -translations/source/bo/helpcontent2/source/auxiliary.po, 19, 27, 19, 0, 0, 86, 275, 105, 302 -translations/source/bo/helpcontent2/source/text/sbasic/guide.po, 51, 598, 146, 0, 0, 52, 747, 103, 1345 -translations/source/bo/helpcontent2/source/text/sbasic/shared.po, 3352, 27120, 8986, 0, 0, 1153, 8311, 4505, 35431 -translations/source/bo/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 92, 0, 0, 10, 129, 67, 465 -translations/source/bo/helpcontent2/source/text/sbasic/shared/02.po, 145, 684, 200, 0, 0, 53, 798, 198, 1482 -translations/source/bo/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/bo/helpcontent2/source/text/scalc.po, 156, 679, 192, 0, 0, 31, 307, 187, 986 -translations/source/bo/helpcontent2/source/text/scalc/00.po, 60, 129, 109, 0, 0, 141, 816, 201, 945 -translations/source/bo/helpcontent2/source/text/scalc/01.po, 5153, 43529, 11955, 0, 0, 2342, 29626, 7495, 73155 -translations/source/bo/helpcontent2/source/text/scalc/02.po, 114, 779, 199, 0, 0, 9, 31, 123, 810 -translations/source/bo/helpcontent2/source/text/scalc/04.po, 163, 1185, 257, 0, 0, 24, 312, 187, 1497 -translations/source/bo/helpcontent2/source/text/scalc/05.po, 73, 464, 145, 0, 0, 64, 389, 137, 853 -translations/source/bo/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bo/helpcontent2/source/text/scalc/guide.po, 1045, 14327, 2762, 0, 0, 424, 7266, 1469, 21593 -translations/source/bo/helpcontent2/source/text/schart.po, 16, 147, 31, 0, 0, 80, 784, 96, 931 -translations/source/bo/helpcontent2/source/text/schart/00.po, 47, 249, 144, 0, 0, 13, 98, 60, 347 -translations/source/bo/helpcontent2/source/text/schart/01.po, 303, 2008, 528, 0, 0, 669, 9818, 972, 11826 -translations/source/bo/helpcontent2/source/text/schart/02.po, 25, 117, 30, 0, 0, 0, 0, 25, 117 -translations/source/bo/helpcontent2/source/text/schart/04.po, 31, 132, 36, 0, 0, 1, 1, 32, 133 -translations/source/bo/helpcontent2/source/text/sdraw.po, 114, 691, 169, 0, 0, 9, 41, 123, 732 -translations/source/bo/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -translations/source/bo/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -translations/source/bo/helpcontent2/source/text/sdraw/04.po, 99, 439, 129, 0, 0, 4, 50, 103, 489 -translations/source/bo/helpcontent2/source/text/sdraw/guide.po, 247, 2629, 469, 0, 0, 28, 443, 275, 3072 -translations/source/bo/helpcontent2/source/text/shared.po, 201, 1739, 323, 0, 0, 49, 569, 250, 2308 -translations/source/bo/helpcontent2/source/text/shared/00.po, 740, 6250, 1489, 0, 0, 827, 9444, 1567, 15694 -translations/source/bo/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -translations/source/bo/helpcontent2/source/text/shared/02.po, 1627, 17867, 2984, 0, 0, 555, 11255, 2182, 29122 -translations/source/bo/helpcontent2/source/text/shared/04.po, 227, 909, 393, 0, 0, 86, 1162, 313, 2071 -translations/source/bo/helpcontent2/source/text/shared/05.po, 94, 941, 163, 0, 0, 102, 1399, 196, 2340 -translations/source/bo/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/bo/helpcontent2/source/text/shared/07.po, 4, 29, 19, 0, 0, 3, 53, 7, 82 -translations/source/bo/helpcontent2/source/text/shared/autokorr.po, 47, 403, 64, 0, 0, 1, 17, 48, 420 -translations/source/bo/helpcontent2/source/text/shared/autopi.po, 713, 6025, 1373, 0, 0, 174, 2369, 887, 8394 -translations/source/bo/helpcontent2/source/text/shared/explorer/database.po, 1195, 10187, 2270, 0, 0, 446, 8670, 1641, 18857 -translations/source/bo/helpcontent2/source/text/shared/guide.po, 1589, 21151, 4163, 0, 0, 927, 15292, 2516, 36443 -translations/source/bo/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/bo/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/bo/helpcontent2/source/text/shared/optionen.po, 1106, 9138, 2133, 0, 0, 828, 14213, 1934, 23351 -translations/source/bo/helpcontent2/source/text/simpress.po, 162, 1041, 244, 0, 0, 37, 354, 199, 1395 -translations/source/bo/helpcontent2/source/text/simpress/00.po, 151, 832, 281, 0, 0, 12, 70, 163, 902 -translations/source/bo/helpcontent2/source/text/simpress/01.po, 822, 5915, 1179, 0, 0, 224, 2599, 1046, 8514 -translations/source/bo/helpcontent2/source/text/simpress/02.po, 642, 6224, 1136, 0, 0, 18, 285, 660, 6509 -translations/source/bo/helpcontent2/source/text/simpress/04.po, 177, 802, 282, 0, 0, 62, 336, 239, 1138 -translations/source/bo/helpcontent2/source/text/simpress/guide.po, 480, 5569, 1144, 0, 0, 287, 4713, 767, 10282 -translations/source/bo/helpcontent2/source/text/smath.po, 55, 576, 120, 0, 0, 5, 163, 60, 739 -translations/source/bo/helpcontent2/source/text/smath/00.po, 53, 224, 106, 0, 0, 13, 131, 66, 355 -translations/source/bo/helpcontent2/source/text/smath/01.po, 871, 10442, 2586, 0, 0, 680, 3417, 1551, 13859 -translations/source/bo/helpcontent2/source/text/smath/02.po, 6, 97, 13, 0, 0, 0, 0, 6, 97 -translations/source/bo/helpcontent2/source/text/smath/04.po, 25, 130, 37, 0, 0, 1, 5, 26, 135 -translations/source/bo/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/bo/helpcontent2/source/text/smath/guide.po, 65, 652, 168, 0, 0, 39, 541, 104, 1193 -translations/source/bo/helpcontent2/source/text/swriter.po, 197, 1033, 271, 0, 0, 139, 1913, 336, 2946 -translations/source/bo/helpcontent2/source/text/swriter/00.po, 212, 1065, 463, 0, 0, 98, 753, 310, 1818 -translations/source/bo/helpcontent2/source/text/swriter/01.po, 2523, 22062, 4051, 0, 0, 823, 11731, 3346, 33793 -translations/source/bo/helpcontent2/source/text/swriter/02.po, 363, 2377, 673, 0, 0, 63, 673, 426, 3050 -translations/source/bo/helpcontent2/source/text/swriter/04.po, 225, 1052, 404, 0, 0, 29, 224, 254, 1276 -translations/source/bo/helpcontent2/source/text/swriter/guide.po, 1381, 15737, 2816, 0, 0, 763, 12200, 2144, 27937 -translations/source/bo/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 38, 1, 1, 287, 2979, 326, 3019 -translations/source/bo/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/bo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 16, 30, 30, 96, 114, 445, 4210, 557, 4354 -translations/source/bo/librelogo/source/pythonpath.po, 13, 15, 13, 47, 49, 78, 109, 138, 173 -translations/source/bo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 3, 47, 689, 49, 693 -translations/source/bo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/bo/nlpsolver/src/locale.po, 4, 4, 4, 9, 10, 28, 91, 41, 105 -translations/source/bo/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/bo/officecfg/registry/data/org/openoffice/Office.po, 1168, 1249, 1214, 12, 15, 128, 577, 1308, 1841 -translations/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po, 2303, 4626, 2414, 582, 1058, 792, 2038, 3677, 7722 -translations/source/bo/readlicense_oo/docs.po, 23, 301, 131, 2, 97, 78, 2005, 103, 2403 -translations/source/bo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/bo/reportdesign/messages.po, 61, 83, 61, 81, 131, 116, 403, 258, 617 -translations/source/bo/sc/messages.po, 2160, 10980, 2905, 1045, 3024, 1481, 6256, 4686, 20260 -translations/source/bo/scaddins/messages.po, 781, 2471, 832, 23, 79, 97, 638, 901, 3188 -translations/source/bo/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/bo/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -translations/source/bo/scp2/source/base.po, 8, 40, 15, 0, 0, 2, 4, 10, 44 -translations/source/bo/scp2/source/calc.po, 17, 56, 38, 3, 29, 2, 9, 22, 94 -translations/source/bo/scp2/source/draw.po, 13, 52, 25, 1, 5, 27, 92, 41, 149 -translations/source/bo/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/bo/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -translations/source/bo/scp2/source/graphicfilter.po, 27, 89, 46, 0, 0, 3, 12, 30, 101 -translations/source/bo/scp2/source/impress.po, 19, 74, 49, 1, 4, 1, 3, 21, 81 -translations/source/bo/scp2/source/kde.po, 0, 0, 0, 2, 9, 0, 0, 2, 9 -translations/source/bo/scp2/source/math.po, 10, 42, 18, 0, 0, 0, 0, 10, 42 -translations/source/bo/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/bo/scp2/source/ooo.po, 237, 308, 252, 128, 683, 217, 1033, 582, 2024 -translations/source/bo/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/bo/scp2/source/quickstart.po, 2, 15, 3, 0, 0, 0, 0, 2, 15 -translations/source/bo/scp2/source/winexplorerext.po, 2, 18, 7, 0, 0, 0, 0, 2, 18 -translations/source/bo/scp2/source/writer.po, 22, 69, 45, 0, 0, 5, 45, 27, 114 -translations/source/bo/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/bo/sd/messages.po, 370, 919, 397, 364, 662, 585, 1370, 1319, 2951 -translations/source/bo/setup_native/source/mac.po, 2, 2, 2, 3, 4, 18, 125, 23, 131 -translations/source/bo/sfx2/messages.po, 166, 459, 188, 161, 462, 254, 1305, 581, 2226 -translations/source/bo/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/bo/starmath/messages.po, 269, 471, 276, 109, 153, 127, 344, 505, 968 -translations/source/bo/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/bo/svtools/messages.po, 539, 1346, 693, 73, 183, 302, 1082, 914, 2611 -translations/source/bo/svx/messages.po, 1304, 3040, 1480, 616, 1360, 926, 2824, 2846, 7224 -translations/source/bo/sw/messages.po, 1087, 1861, 1230, 1195, 2122, 1147, 3722, 3429, 7705 -translations/source/bo/swext/mediawiki/help.po, 5, 6, 5, 6, 8, 78, 1390, 89, 1404 -translations/source/bo/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/bo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 8, 8, 19, 168, 32, 181 -translations/source/bo/sysui/desktop/share.po, 43, 153, 99, 10, 52, 13, 72, 66, 277 -translations/source/bo/uui/messages.po, 86, 818, 236, 22, 84, 49, 652, 157, 1554 -translations/source/bo/vcl/messages.po, 119, 173, 121, 56, 104, 181, 460, 356, 737 -translations/source/bo/wizards/messages.po, 215, 971, 246, 26, 27, 24, 44, 265, 1042 -translations/source/bo/wizards/source/resources.po, 408, 1802, 498, 88, 288, 58, 196, 554, 2286 -translations/source/bo/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/bo/xmlsecurity/messages.po, 17, 36, 20, 20, 105, 54, 283, 91, 424 -translations/source/br/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/br/avmedia/messages.po, 22, 45, 50, 0, 0, 0, 0, 22, 45 -translations/source/br/basctl/messages.po, 154, 610, 716, 1, 1, 0, 0, 155, 611 -translations/source/br/basic/messages.po, 135, 549, 680, 0, 0, 0, 0, 135, 549 -translations/source/br/chart2/messages.po, 615, 1355, 1657, 3, 9, 2, 4, 620, 1368 -translations/source/br/connectivity/messages.po, 105, 1033, 1152, 0, 0, 1, 14, 106, 1047 -translations/source/br/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/br/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/br/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/br/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/br/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/br/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/br/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/br/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/br/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/br/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/br/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/br/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/br/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/br/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/br/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/br/cui/messages.po, 2160, 5098, 6176, 49, 104, 134, 356, 2343, 5558 -translations/source/br/dbaccess/messages.po, 789, 4439, 4940, 13, 23, 10, 48, 812, 4510 -translations/source/br/desktop/messages.po, 158, 1146, 1321, 0, 0, 4, 79, 162, 1225 -translations/source/br/dictionaries/af_ZA.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/an_ES.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -translations/source/br/dictionaries/be_BY.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/bg_BG.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/bn_BD.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/br/dictionaries/br_FR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/bs_BA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/ca.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/br/dictionaries/da_DK.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/de.po, 1, 10, 18, 0, 0, 0, 0, 1, 10 -translations/source/br/dictionaries/el_GR.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/en.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/br/dictionaries/en/dialog.po, 37, 176, 224, 0, 0, 0, 0, 37, 176 -translations/source/br/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/br/dictionaries/es.po, 1, 12, 18, 0, 0, 0, 0, 1, 12 -translations/source/br/dictionaries/et_EE.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/fr_FR.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/br/dictionaries/gl.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/gu_IN.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/br/dictionaries/he_IL.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/hr_HR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/br/dictionaries/hu_HU/dialog.po, 32, 71, 92, 0, 0, 0, 0, 32, 71 -translations/source/br/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/br/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/br/dictionaries/is.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/it_IT.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -translations/source/br/dictionaries/lo_LA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/lt_LT.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/lv_LV.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/ne_NP.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -translations/source/br/dictionaries/nl_NL.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/no.po, 1, 10, 16, 0, 0, 0, 0, 1, 10 -translations/source/br/dictionaries/oc_FR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/pl_PL.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/br/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/br/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/br/dictionaries/pt_PT.po, 1, 8, 14, 0, 0, 0, 0, 1, 8 -translations/source/br/dictionaries/ro.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/br/dictionaries/ru_RU/dialog.po, 13, 25, 38, 0, 0, 1, 1, 14, 26 -translations/source/br/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/br/dictionaries/si_LK.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/sk_SK.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/sl_SI.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/br/dictionaries/sr.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/br/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/br/dictionaries/sw_TZ.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/te_IN.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/br/dictionaries/th_TH.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/br/dictionaries/uk_UA.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/br/dictionaries/vi.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/br/editeng/messages.po, 258, 641, 747, 4, 6, 3, 9, 265, 656 -translations/source/br/extensions/messages.po, 569, 1918, 2152, 84, 150, 10, 31, 663, 2099 -translations/source/br/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/br/extras/source/autocorr/emoji.po, 1104, 1313, 1387, 0, 0, 471, 504, 1575, 1817 -translations/source/br/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -translations/source/br/filter/messages.po, 220, 813, 1027, 0, 0, 2, 5, 222, 818 -translations/source/br/filter/source/config/fragments/filters.po, 186, 635, 729, 1, 2, 33, 95, 220, 732 -translations/source/br/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/br/filter/source/config/fragments/types.po, 27, 92, 109, 0, 0, 11, 29, 38, 121 -translations/source/br/forms/messages.po, 58, 330, 347, 0, 0, 0, 0, 58, 330 -translations/source/br/formula/messages.po, 425, 497, 562, 7, 9, 2, 2, 434, 508 -translations/source/br/fpicker/messages.po, 54, 148, 178, 2, 3, 5, 12, 61, 163 -translations/source/br/framework/messages.po, 23, 196, 222, 6, 14, 0, 0, 29, 210 -translations/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po, 544, 4201, 4785, 5, 78, 8, 75, 557, 4354 -translations/source/br/librelogo/source/pythonpath.po, 137, 170, 199, 1, 3, 0, 0, 138, 173 -translations/source/br/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 798, 0, 0, 0, 0, 49, 693 -translations/source/br/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 34, 0, 0, 0, 0, 2, 21 -translations/source/br/nlpsolver/src/locale.po, 41, 105, 133, 0, 0, 0, 0, 41, 105 -translations/source/br/officecfg/registry/data/org/openoffice.po, 8, 25, 32, 0, 0, 1, 3, 9, 28 -translations/source/br/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 1956, 1, 4, 7, 10, 1308, 1841 -translations/source/br/officecfg/registry/data/org/openoffice/Office/UI.po, 3143, 6409, 7990, 223, 505, 311, 808, 3677, 7722 -translations/source/br/readlicense_oo/docs.po, 89, 1845, 1997, 0, 0, 14, 558, 103, 2403 -translations/source/br/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 22, 0, 0, 0, 0, 6, 20 -translations/source/br/reportdesign/messages.po, 251, 605, 740, 7, 12, 0, 0, 258, 617 -translations/source/br/sc/messages.po, 3745, 17017, 18317, 549, 1627, 392, 1616, 4686, 20260 -translations/source/br/scaddins/messages.po, 887, 3170, 3424, 14, 18, 0, 0, 901, 3188 -translations/source/br/sccomp/messages.po, 12, 51, 63, 0, 0, 2, 14, 14, 65 -translations/source/br/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/br/scp2/source/base.po, 10, 44, 57, 0, 0, 0, 0, 10, 44 -translations/source/br/scp2/source/calc.po, 21, 89, 103, 0, 0, 1, 5, 22, 94 -translations/source/br/scp2/source/draw.po, 41, 149, 170, 0, 0, 0, 0, 41, 149 -translations/source/br/scp2/source/extensions.po, 16, 65, 75, 0, 0, 0, 0, 16, 65 -translations/source/br/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/br/scp2/source/graphicfilter.po, 30, 101, 103, 0, 0, 0, 0, 30, 101 -translations/source/br/scp2/source/impress.po, 21, 81, 89, 0, 0, 0, 0, 21, 81 -translations/source/br/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/br/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/br/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/br/scp2/source/ooo.po, 570, 1971, 3088, 2, 9, 10, 44, 582, 2024 -translations/source/br/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/br/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/br/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/br/scp2/source/writer.po, 27, 114, 129, 0, 0, 0, 0, 27, 114 -translations/source/br/scp2/source/xsltfilter.po, 2, 6, 12, 0, 0, 0, 0, 2, 6 -translations/source/br/sd/messages.po, 942, 2311, 2705, 158, 308, 219, 332, 1319, 2951 -translations/source/br/setup_native/source/mac.po, 22, 119, 137, 1, 12, 0, 0, 23, 131 -translations/source/br/sfx2/messages.po, 446, 1591, 1819, 46, 83, 89, 552, 581, 2226 -translations/source/br/shell/source/win32/shlxthandler/res.po, 37, 45, 42, 0, 0, 0, 0, 37, 45 -translations/source/br/starmath/messages.po, 484, 895, 986, 0, 0, 21, 73, 505, 968 -translations/source/br/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/br/svtools/messages.po, 820, 2274, 2559, 20, 87, 74, 250, 914, 2611 -translations/source/br/svx/messages.po, 2382, 5791, 6687, 198, 521, 266, 912, 2846, 7224 -translations/source/br/sw/messages.po, 2927, 6451, 7712, 237, 568, 277, 721, 3441, 7740 -translations/source/br/swext/mediawiki/help.po, 47, 353, 383, 26, 817, 16, 234, 89, 1404 -translations/source/br/swext/mediawiki/src.po, 2, 39, 48, 0, 0, 0, 0, 2, 39 -translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/br/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 196, 0, 0, 0, 0, 32, 181 -translations/source/br/sysui/desktop/share.po, 66, 277, 313, 0, 0, 0, 0, 66, 277 -translations/source/br/uui/messages.po, 144, 1205, 1333, 2, 92, 11, 257, 157, 1554 -translations/source/br/vcl/messages.po, 255, 499, 592, 12, 16, 89, 222, 356, 737 -translations/source/br/wizards/messages.po, 262, 1039, 1097, 3, 3, 0, 0, 265, 1042 -translations/source/br/wizards/source/resources.po, 498, 1989, 2126, 48, 236, 8, 61, 554, 2286 -translations/source/br/writerperfect/messages.po, 4, 6, 6, 2, 5, 24, 54, 30, 65 -translations/source/br/xmlsecurity/messages.po, 80, 372, 441, 3, 12, 8, 40, 91, 424 -translations/source/brx/accessibility/messages.po, 8, 22, 21, 0, 0, 3, 5, 11, 27 -translations/source/brx/avmedia/messages.po, 16, 26, 27, 1, 1, 5, 18, 22, 45 -translations/source/brx/basctl/messages.po, 85, 292, 291, 31, 40, 39, 279, 155, 611 -translations/source/brx/basic/messages.po, 17, 49, 47, 118, 500, 0, 0, 135, 549 -translations/source/brx/chart2/messages.po, 127, 165, 188, 153, 272, 340, 931, 620, 1368 -translations/source/brx/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/brx/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/brx/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/brx/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/brx/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -translations/source/brx/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/brx/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/brx/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/brx/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/brx/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/brx/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/brx/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/brx/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/brx/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/brx/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/brx/cui/messages.po, 444, 612, 735, 674, 1056, 1225, 3890, 2343, 5558 -translations/source/brx/dbaccess/messages.po, 333, 1880, 1654, 234, 1077, 245, 1553, 812, 4510 -translations/source/brx/desktop/messages.po, 45, 199, 194, 14, 68, 103, 958, 162, 1225 -translations/source/brx/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/brx/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/brx/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/brx/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/brx/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/brx/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/brx/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/brx/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/brx/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/brx/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/brx/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/brx/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/brx/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/brx/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/brx/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/brx/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/brx/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/brx/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/brx/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/brx/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/brx/dictionaries/ru_RU/dialog.po, 2, 2, 3, 2, 4, 10, 20, 14, 26 -translations/source/brx/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/brx/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/brx/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/brx/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/brx/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/brx/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/editeng/messages.po, 60, 97, 126, 71, 118, 134, 441, 265, 656 -translations/source/brx/extensions/messages.po, 343, 743, 849, 181, 675, 139, 681, 663, 2099 -translations/source/brx/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/brx/extras/source/autocorr/emoji.po, 42, 39, 39, 181, 172, 1352, 1606, 1575, 1817 -translations/source/brx/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -translations/source/brx/filter/messages.po, 43, 162, 159, 28, 56, 151, 600, 222, 818 -translations/source/brx/filter/source/config/fragments/filters.po, 20, 58, 63, 9, 24, 191, 650, 220, 732 -translations/source/brx/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/brx/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -translations/source/brx/forms/messages.po, 51, 294, 263, 1, 2, 6, 34, 58, 330 -translations/source/brx/formula/messages.po, 62, 65, 67, 52, 53, 320, 392, 434, 510 -translations/source/brx/fpicker/messages.po, 29, 61, 63, 16, 46, 16, 56, 61, 163 -translations/source/brx/framework/messages.po, 10, 69, 65, 7, 16, 12, 125, 29, 210 -translations/source/brx/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4026, 3991, 7, 96, 21, 232, 557, 4354 -translations/source/brx/librelogo/source/pythonpath.po, 14, 16, 18, 45, 47, 79, 110, 138, 173 -translations/source/brx/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/brx/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/brx/nlpsolver/src/locale.po, 7, 7, 8, 6, 7, 28, 91, 41, 105 -translations/source/brx/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/brx/officecfg/registry/data/org/openoffice/Office.po, 1182, 1262, 2494, 6, 10, 120, 569, 1308, 1841 -translations/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po, 2189, 4311, 5013, 584, 1096, 904, 2315, 3677, 7722 -translations/source/brx/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/brx/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/brx/reportdesign/messages.po, 69, 93, 121, 67, 110, 122, 414, 258, 617 -translations/source/brx/sc/messages.po, 2161, 10657, 9111, 982, 2946, 1543, 6657, 4686, 20260 -translations/source/brx/scaddins/messages.po, 780, 2459, 2316, 24, 91, 97, 638, 901, 3188 -translations/source/brx/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/brx/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/brx/scp2/source/base.po, 8, 40, 39, 0, 0, 2, 4, 10, 44 -translations/source/brx/scp2/source/calc.po, 15, 48, 48, 4, 33, 3, 13, 22, 94 -translations/source/brx/scp2/source/draw.po, 13, 52, 60, 1, 5, 27, 92, 41, 149 -translations/source/brx/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/brx/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/brx/scp2/source/graphicfilter.po, 28, 91, 107, 0, 0, 2, 10, 30, 101 -translations/source/brx/scp2/source/impress.po, 17, 66, 64, 2, 8, 2, 7, 21, 81 -translations/source/brx/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/brx/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/brx/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/brx/scp2/source/ooo.po, 51, 77, 80, 10, 10, 521, 1937, 582, 2024 -translations/source/brx/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/brx/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/brx/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -translations/source/brx/scp2/source/writer.po, 17, 50, 62, 2, 7, 8, 57, 27, 114 -translations/source/brx/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/brx/sd/messages.po, 366, 905, 1011, 352, 633, 601, 1413, 1319, 2951 -translations/source/brx/setup_native/source/mac.po, 2, 2, 4, 3, 8, 18, 121, 23, 131 -translations/source/brx/sfx2/messages.po, 170, 443, 468, 128, 367, 283, 1416, 581, 2226 -translations/source/brx/shell/source/win32/shlxthandler/res.po, 23, 29, 32, 13, 14, 1, 2, 37, 45 -translations/source/brx/starmath/messages.po, 265, 467, 497, 104, 147, 128, 346, 497, 960 -translations/source/brx/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/brx/svtools/messages.po, 329, 932, 1024, 67, 141, 518, 1538, 914, 2611 -translations/source/brx/svx/messages.po, 1171, 2556, 2828, 561, 1198, 1114, 3470, 2846, 7224 -translations/source/brx/sw/messages.po, 1148, 1925, 2377, 1117, 2001, 1173, 3809, 3438, 7735 -translations/source/brx/swext/mediawiki/help.po, 4, 4, 7, 6, 8, 79, 1392, 89, 1404 -translations/source/brx/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/brx/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 7, 7, 20, 169, 32, 181 -translations/source/brx/sysui/desktop/share.po, 30, 117, 147, 14, 66, 22, 94, 66, 277 -translations/source/brx/uui/messages.po, 62, 525, 447, 20, 120, 75, 909, 157, 1554 -translations/source/brx/vcl/messages.po, 101, 139, 146, 62, 100, 193, 498, 356, 737 -translations/source/brx/wizards/messages.po, 228, 984, 922, 13, 14, 24, 44, 265, 1042 -translations/source/brx/wizards/source/resources.po, 421, 1805, 1684, 72, 271, 61, 210, 554, 2286 -translations/source/brx/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/brx/xmlsecurity/messages.po, 20, 39, 42, 15, 56, 56, 329, 91, 424 -translations/source/bs/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/bs/avmedia/messages.po, 19, 39, 37, 1, 1, 2, 5, 22, 45 -translations/source/bs/basctl/messages.po, 108, 404, 366, 29, 46, 18, 161, 155, 611 -translations/source/bs/basic/messages.po, 135, 549, 541, 0, 0, 0, 0, 135, 549 -translations/source/bs/chart2/messages.po, 361, 756, 739, 135, 247, 124, 365, 620, 1368 -translations/source/bs/connectivity/messages.po, 103, 1005, 808, 0, 0, 3, 42, 106, 1047 -translations/source/bs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/bs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/bs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/bs/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/bs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/bs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/bs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/bs/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bs/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/bs/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/bs/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/bs/cui/messages.po, 1423, 3338, 3264, 594, 1144, 326, 1076, 2343, 5558 -translations/source/bs/dbaccess/messages.po, 476, 2881, 2538, 234, 1233, 102, 396, 812, 4510 -translations/source/bs/desktop/messages.po, 110, 636, 584, 35, 412, 17, 177, 162, 1225 -translations/source/bs/dictionaries/af_ZA.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/bs/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/bg_BG.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/bs/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/ca.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/bs/dictionaries/da_DK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/de.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -translations/source/bs/dictionaries/el_GR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/en.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/bs/dictionaries/en/dialog.po, 37, 176, 174, 0, 0, 0, 0, 37, 176 -translations/source/bs/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bs/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/bs/dictionaries/et_EE.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/fr_FR.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/bs/dictionaries/gl.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/bs/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/hr_HR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/hu_HU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/bs/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -translations/source/bs/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bs/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/bs/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/bs/dictionaries/it_IT.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/bs/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/lt_LT.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/lv_LV.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/bs/dictionaries/nl_NL.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/no.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -translations/source/bs/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/pl_PL.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/pt_BR.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/bs/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bs/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bs/dictionaries/pt_PT.po, 1, 8, 15, 0, 0, 0, 0, 1, 8 -translations/source/bs/dictionaries/ro.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/ru_RU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/bs/dictionaries/ru_RU/dialog.po, 13, 25, 23, 0, 0, 1, 1, 14, 26 -translations/source/bs/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/bs/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/sk_SK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/sl_SI.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bs/dictionaries/sr.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/bs/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/bs/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/te_IN.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/bs/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bs/dictionaries/uk_UA.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/bs/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/bs/dictionaries/zu_ZA.po, 1, 3, 9, 0, 0, 0, 0, 1, 3 -translations/source/bs/editeng/messages.po, 253, 628, 663, 5, 8, 7, 20, 265, 656 -translations/source/bs/extensions/messages.po, 420, 1089, 1064, 206, 789, 37, 221, 663, 2099 -translations/source/bs/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/bs/extras/source/autocorr/emoji.po, 57, 49, 49, 242, 241, 1276, 1527, 1575, 1817 -translations/source/bs/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/bs/filter/messages.po, 160, 538, 517, 38, 107, 24, 173, 222, 818 -translations/source/bs/filter/source/config/fragments/filters.po, 155, 536, 545, 10, 36, 55, 160, 220, 732 -translations/source/bs/filter/source/config/fragments/internalgraphicfilters.po, 37, 135, 135, 0, 0, 1, 4, 38, 139 -translations/source/bs/filter/source/config/fragments/types.po, 24, 80, 86, 1, 5, 13, 36, 38, 121 -translations/source/bs/forms/messages.po, 57, 321, 282, 0, 0, 1, 9, 58, 330 -translations/source/bs/formula/messages.po, 356, 377, 380, 35, 50, 47, 87, 438, 514 -translations/source/bs/fpicker/messages.po, 31, 88, 79, 18, 42, 12, 33, 61, 163 -translations/source/bs/framework/messages.po, 20, 184, 161, 6, 14, 3, 12, 29, 210 -translations/source/bs/helpcontent2/source/auxiliary.po, 92, 266, 277, 0, 0, 13, 36, 105, 302 -translations/source/bs/helpcontent2/source/text/sbasic/guide.po, 6, 61, 55, 0, 0, 97, 1284, 103, 1345 -translations/source/bs/helpcontent2/source/text/sbasic/shared.po, 2574, 18088, 15721, 0, 0, 1931, 17343, 4505, 35431 -translations/source/bs/helpcontent2/source/text/sbasic/shared/01.po, 56, 319, 268, 0, 0, 11, 146, 67, 465 -translations/source/bs/helpcontent2/source/text/sbasic/shared/02.po, 129, 972, 832, 0, 0, 69, 510, 198, 1482 -translations/source/bs/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/bs/helpcontent2/source/text/scalc.po, 184, 973, 923, 0, 0, 3, 13, 187, 986 -translations/source/bs/helpcontent2/source/text/scalc/00.po, 44, 130, 132, 0, 0, 157, 815, 201, 945 -translations/source/bs/helpcontent2/source/text/scalc/01.po, 3654, 25610, 21345, 0, 0, 3841, 47545, 7495, 73155 -translations/source/bs/helpcontent2/source/text/scalc/02.po, 113, 777, 664, 0, 0, 10, 33, 123, 810 -translations/source/bs/helpcontent2/source/text/scalc/04.po, 159, 1251, 1077, 0, 0, 28, 246, 187, 1497 -translations/source/bs/helpcontent2/source/text/scalc/05.po, 52, 578, 532, 0, 0, 85, 275, 137, 853 -translations/source/bs/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/bs/helpcontent2/source/text/scalc/guide.po, 697, 9833, 8385, 0, 0, 772, 11760, 1469, 21593 -translations/source/bs/helpcontent2/source/text/schart.po, 6, 16, 18, 0, 0, 90, 915, 96, 931 -translations/source/bs/helpcontent2/source/text/schart/00.po, 29, 182, 185, 0, 0, 31, 165, 60, 347 -translations/source/bs/helpcontent2/source/text/schart/01.po, 490, 4112, 3252, 0, 0, 482, 7714, 972, 11826 -translations/source/bs/helpcontent2/source/text/schart/02.po, 2, 4, 4, 0, 0, 23, 113, 25, 117 -translations/source/bs/helpcontent2/source/text/schart/04.po, 7, 8, 9, 0, 0, 25, 125, 32, 133 -translations/source/bs/helpcontent2/source/text/sdraw.po, 51, 63, 71, 0, 0, 72, 669, 123, 732 -translations/source/bs/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/bs/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/bs/helpcontent2/source/text/sdraw/04.po, 49, 108, 99, 0, 0, 54, 381, 103, 489 -translations/source/bs/helpcontent2/source/text/sdraw/guide.po, 6, 18, 19, 0, 0, 269, 3054, 275, 3072 -translations/source/bs/helpcontent2/source/text/shared.po, 51, 122, 112, 0, 0, 199, 2186, 250, 2308 -translations/source/bs/helpcontent2/source/text/shared/00.po, 426, 1333, 1201, 0, 0, 1141, 14361, 1567, 15694 -translations/source/bs/helpcontent2/source/text/shared/01.po, 2092, 9314, 7488, 0, 0, 3395, 42648, 5487, 51962 -translations/source/bs/helpcontent2/source/text/shared/02.po, 717, 2319, 2000, 0, 0, 1465, 26803, 2182, 29122 -translations/source/bs/helpcontent2/source/text/shared/04.po, 187, 706, 605, 0, 0, 126, 1365, 313, 2071 -translations/source/bs/helpcontent2/source/text/shared/05.po, 90, 875, 773, 0, 0, 106, 1465, 196, 2340 -translations/source/bs/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/bs/helpcontent2/source/text/shared/07.po, 3, 27, 25, 0, 0, 4, 55, 7, 82 -translations/source/bs/helpcontent2/source/text/shared/autokorr.po, 46, 390, 333, 0, 0, 2, 30, 48, 420 -translations/source/bs/helpcontent2/source/text/shared/autopi.po, 497, 3886, 3414, 0, 0, 390, 4508, 887, 8394 -translations/source/bs/helpcontent2/source/text/shared/explorer/database.po, 517, 2385, 1927, 0, 0, 1124, 16472, 1641, 18857 -translations/source/bs/helpcontent2/source/text/shared/guide.po, 341, 3639, 3081, 0, 0, 2175, 32804, 2516, 36443 -translations/source/bs/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/bs/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/bs/helpcontent2/source/text/shared/optionen.po, 796, 4976, 4483, 0, 0, 1138, 18375, 1934, 23351 -translations/source/bs/helpcontent2/source/text/simpress.po, 97, 189, 206, 0, 0, 102, 1206, 199, 1395 -translations/source/bs/helpcontent2/source/text/simpress/00.po, 24, 43, 42, 0, 0, 139, 859, 163, 902 -translations/source/bs/helpcontent2/source/text/simpress/01.po, 388, 1374, 1169, 0, 0, 658, 7140, 1046, 8514 -translations/source/bs/helpcontent2/source/text/simpress/02.po, 114, 351, 261, 0, 0, 546, 6158, 660, 6509 -translations/source/bs/helpcontent2/source/text/simpress/04.po, 21, 30, 38, 0, 0, 218, 1108, 239, 1138 -translations/source/bs/helpcontent2/source/text/simpress/guide.po, 27, 102, 86, 0, 0, 740, 10180, 767, 10282 -translations/source/bs/helpcontent2/source/text/smath.po, 21, 24, 25, 0, 0, 39, 715, 60, 739 -translations/source/bs/helpcontent2/source/text/smath/00.po, 21, 78, 71, 0, 0, 45, 277, 66, 355 -translations/source/bs/helpcontent2/source/text/smath/01.po, 390, 985, 960, 0, 0, 1161, 12874, 1551, 13859 -translations/source/bs/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -translations/source/bs/helpcontent2/source/text/smath/04.po, 4, 11, 9, 0, 0, 22, 124, 26, 135 -translations/source/bs/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/bs/helpcontent2/source/text/smath/guide.po, 3, 3, 3, 0, 0, 101, 1190, 104, 1193 -translations/source/bs/helpcontent2/source/text/swriter.po, 118, 228, 212, 0, 0, 218, 2718, 336, 2946 -translations/source/bs/helpcontent2/source/text/swriter/00.po, 107, 459, 438, 0, 0, 203, 1359, 310, 1818 -translations/source/bs/helpcontent2/source/text/swriter/01.po, 1368, 7925, 6893, 0, 0, 1978, 25868, 3346, 33793 -translations/source/bs/helpcontent2/source/text/swriter/02.po, 125, 195, 167, 0, 0, 301, 2855, 426, 3050 -translations/source/bs/helpcontent2/source/text/swriter/04.po, 112, 216, 170, 0, 0, 142, 1060, 254, 1276 -translations/source/bs/helpcontent2/source/text/swriter/guide.po, 551, 5356, 4705, 0, 0, 1593, 22581, 2144, 27937 -translations/source/bs/helpcontent2/source/text/swriter/librelogo.po, 26, 27, 28, 1, 1, 299, 2991, 326, 3019 -translations/source/bs/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/bs/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3911, 5, 78, 12, 128, 557, 4354 -translations/source/bs/librelogo/source/pythonpath.po, 134, 167, 167, 2, 4, 2, 2, 138, 173 -translations/source/bs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 537, 1, 57, 0, 0, 49, 693 -translations/source/bs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -translations/source/bs/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -translations/source/bs/officecfg/registry/data/org/openoffice.po, 8, 25, 26, 0, 0, 1, 3, 9, 28 -translations/source/bs/officecfg/registry/data/org/openoffice/Office.po, 1278, 1726, 1703, 10, 52, 20, 63, 1308, 1841 -translations/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po, 2603, 5295, 5472, 525, 973, 549, 1454, 3677, 7722 -translations/source/bs/readlicense_oo/docs.po, 88, 1760, 1592, 1, 85, 14, 558, 103, 2403 -translations/source/bs/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/bs/reportdesign/messages.po, 200, 481, 455, 54, 131, 4, 5, 258, 617 -translations/source/bs/sc/messages.po, 3094, 14177, 11445, 816, 2298, 776, 3785, 4686, 20260 -translations/source/bs/scaddins/messages.po, 880, 3053, 2403, 15, 31, 6, 104, 901, 3188 -translations/source/bs/sccomp/messages.po, 12, 51, 49, 0, 0, 2, 14, 14, 65 -translations/source/bs/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/bs/scp2/source/base.po, 10, 44, 46, 0, 0, 0, 0, 10, 44 -translations/source/bs/scp2/source/calc.po, 21, 89, 91, 0, 0, 1, 5, 22, 94 -translations/source/bs/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -translations/source/bs/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -translations/source/bs/scp2/source/gnome.po, 1, 2, 4, 0, 0, 1, 9, 2, 11 -translations/source/bs/scp2/source/graphicfilter.po, 30, 101, 123, 0, 0, 0, 0, 30, 101 -translations/source/bs/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -translations/source/bs/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/bs/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/bs/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/bs/scp2/source/ooo.po, 555, 1912, 2035, 11, 55, 16, 57, 582, 2024 -translations/source/bs/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/bs/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/bs/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/bs/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -translations/source/bs/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/bs/sd/messages.po, 700, 1750, 1661, 304, 566, 315, 635, 1319, 2951 -translations/source/bs/setup_native/source/mac.po, 22, 119, 108, 1, 12, 0, 0, 23, 131 -translations/source/bs/sfx2/messages.po, 291, 849, 807, 144, 517, 146, 860, 581, 2226 -translations/source/bs/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/bs/starmath/messages.po, 406, 762, 719, 63, 101, 36, 105, 505, 968 -translations/source/bs/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/bs/svtools/messages.po, 748, 1931, 1860, 64, 373, 102, 307, 914, 2611 -translations/source/bs/svx/messages.po, 1888, 4454, 4325, 520, 1226, 438, 1544, 2846, 7224 -translations/source/bs/sw/messages.po, 2215, 4627, 4597, 727, 1579, 499, 1534, 3441, 7740 -translations/source/bs/swext/mediawiki/help.po, 47, 353, 311, 26, 817, 16, 234, 89, 1404 -translations/source/bs/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/bs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -translations/source/bs/sysui/desktop/share.po, 66, 277, 293, 0, 0, 0, 0, 66, 277 -translations/source/bs/uui/messages.po, 106, 1003, 893, 18, 133, 33, 418, 157, 1554 -translations/source/bs/vcl/messages.po, 222, 412, 398, 21, 43, 113, 282, 356, 737 -translations/source/bs/wizards/messages.po, 255, 1032, 979, 9, 9, 1, 1, 265, 1042 -translations/source/bs/wizards/source/resources.po, 497, 1994, 1807, 47, 216, 10, 76, 554, 2286 -translations/source/bs/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -translations/source/bs/xmlsecurity/messages.po, 48, 204, 195, 23, 144, 20, 76, 91, 424 -translations/source/ca-valencia/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -translations/source/ca-valencia/avmedia/messages.po, 22, 45, 52, 0, 0, 0, 0, 22, 45 -translations/source/ca-valencia/basctl/messages.po, 146, 595, 686, 9, 16, 0, 0, 155, 611 -translations/source/ca-valencia/basic/messages.po, 21, 63, 86, 114, 486, 0, 0, 135, 549 -translations/source/ca-valencia/chart2/messages.po, 611, 1326, 1700, 6, 14, 3, 28, 620, 1368 -translations/source/ca-valencia/connectivity/messages.po, 105, 1033, 1199, 0, 0, 1, 14, 106, 1047 -translations/source/ca-valencia/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ca-valencia/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ca-valencia/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca-valencia/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ca-valencia/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/ca-valencia/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca-valencia/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ca-valencia/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ca-valencia/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ca-valencia/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ca-valencia/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ca-valencia/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ca-valencia/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca-valencia/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca-valencia/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ca-valencia/cui/messages.po, 2249, 5315, 6607, 0, 0, 94, 243, 2343, 5558 -translations/source/ca-valencia/dbaccess/messages.po, 787, 4433, 5161, 17, 41, 8, 36, 812, 4510 -translations/source/ca-valencia/desktop/messages.po, 155, 1122, 1273, 5, 50, 2, 53, 162, 1225 -translations/source/ca-valencia/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ca-valencia/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/bg_BG.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/bo.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/ca.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ca-valencia/dictionaries/da_DK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -translations/source/ca-valencia/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/en.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/ca-valencia/dictionaries/en/dialog.po, 37, 176, 202, 0, 0, 0, 0, 37, 176 -translations/source/ca-valencia/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/ca-valencia/dictionaries/es.po, 1, 12, 20, 0, 0, 0, 0, 1, 12 -translations/source/ca-valencia/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/fr_FR.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ca-valencia/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/gug.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ca-valencia/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/hu_HU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/ca-valencia/dictionaries/hu_HU/dialog.po, 32, 71, 90, 0, 0, 0, 0, 32, 71 -translations/source/ca-valencia/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -translations/source/ca-valencia/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ca-valencia/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ca-valencia/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/ne_NP.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ca-valencia/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/no.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -translations/source/ca-valencia/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ca-valencia/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ca-valencia/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ca-valencia/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -translations/source/ca-valencia/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/ru_RU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/ca-valencia/dictionaries/ru_RU/dialog.po, 13, 25, 30, 0, 0, 1, 1, 14, 26 -translations/source/ca-valencia/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ca-valencia/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/sk_SK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ca-valencia/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/ca-valencia/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca-valencia/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ca-valencia/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca-valencia/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ca-valencia/editeng/messages.po, 262, 651, 779, 3, 5, 0, 0, 265, 656 -translations/source/ca-valencia/extensions/messages.po, 582, 1936, 2286, 76, 142, 5, 21, 663, 2099 -translations/source/ca-valencia/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ca-valencia/extras/source/autocorr/emoji.po, 1575, 1817, 1975, 0, 0, 0, 0, 1575, 1817 -translations/source/ca-valencia/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -translations/source/ca-valencia/filter/messages.po, 221, 814, 994, 1, 4, 0, 0, 222, 818 -translations/source/ca-valencia/filter/source/config/fragments/filters.po, 195, 665, 856, 1, 2, 24, 65, 220, 732 -translations/source/ca-valencia/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 172, 0, 0, 0, 0, 38, 139 -translations/source/ca-valencia/filter/source/config/fragments/types.po, 28, 95, 130, 0, 0, 10, 26, 38, 121 -translations/source/ca-valencia/forms/messages.po, 58, 330, 399, 0, 0, 0, 0, 58, 330 -translations/source/ca-valencia/formula/messages.po, 428, 502, 514, 9, 11, 1, 1, 438, 514 -translations/source/ca-valencia/fpicker/messages.po, 56, 156, 181, 2, 3, 3, 4, 61, 163 -translations/source/ca-valencia/framework/messages.po, 23, 196, 207, 6, 14, 0, 0, 29, 210 -translations/source/ca-valencia/helpcontent2/source/auxiliary.po, 93, 268, 331, 0, 0, 12, 34, 105, 302 -translations/source/ca-valencia/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 1442, 0, 0, 14, 160, 103, 1345 -translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared.po, 3690, 30641, 32546, 0, 0, 815, 4790, 4505, 35431 -translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/01.po, 60, 386, 418, 0, 0, 7, 79, 67, 465 -translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1642, 0, 0, 0, 0, 198, 1482 -translations/source/ca-valencia/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ca-valencia/helpcontent2/source/text/scalc.po, 187, 986, 1162, 0, 0, 0, 0, 187, 986 -translations/source/ca-valencia/helpcontent2/source/text/scalc/00.po, 66, 160, 189, 0, 0, 135, 785, 201, 945 -translations/source/ca-valencia/helpcontent2/source/text/scalc/01.po, 6343, 54979, 58381, 0, 0, 1152, 18176, 7495, 73155 -translations/source/ca-valencia/helpcontent2/source/text/scalc/02.po, 118, 796, 929, 0, 0, 5, 14, 123, 810 -translations/source/ca-valencia/helpcontent2/source/text/scalc/04.po, 184, 1473, 1599, 0, 0, 3, 24, 187, 1497 -translations/source/ca-valencia/helpcontent2/source/text/scalc/05.po, 92, 751, 883, 0, 0, 45, 102, 137, 853 -translations/source/ca-valencia/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ca-valencia/helpcontent2/source/text/scalc/guide.po, 1365, 19662, 21742, 0, 0, 104, 1931, 1469, 21593 -translations/source/ca-valencia/helpcontent2/source/text/schart.po, 88, 796, 946, 0, 0, 8, 135, 96, 931 -translations/source/ca-valencia/helpcontent2/source/text/schart/00.po, 55, 327, 462, 0, 0, 5, 20, 60, 347 -translations/source/ca-valencia/helpcontent2/source/text/schart/01.po, 900, 10722, 12154, 0, 0, 72, 1104, 972, 11826 -translations/source/ca-valencia/helpcontent2/source/text/schart/02.po, 25, 117, 125, 0, 0, 0, 0, 25, 117 -translations/source/ca-valencia/helpcontent2/source/text/schart/04.po, 32, 133, 165, 0, 0, 0, 0, 32, 133 -translations/source/ca-valencia/helpcontent2/source/text/sdraw.po, 123, 732, 805, 0, 0, 0, 0, 123, 732 -translations/source/ca-valencia/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/ca-valencia/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -translations/source/ca-valencia/helpcontent2/source/text/sdraw/04.po, 103, 489, 549, 0, 0, 0, 0, 103, 489 -translations/source/ca-valencia/helpcontent2/source/text/sdraw/guide.po, 266, 2860, 3101, 0, 0, 9, 212, 275, 3072 -translations/source/ca-valencia/helpcontent2/source/text/shared.po, 239, 2135, 2380, 0, 0, 11, 173, 250, 2308 -translations/source/ca-valencia/helpcontent2/source/text/shared/00.po, 861, 8417, 9333, 0, 0, 706, 7277, 1567, 15694 -translations/source/ca-valencia/helpcontent2/source/text/shared/01.po, 4016, 33288, 36675, 0, 0, 1471, 18674, 5487, 51962 -translations/source/ca-valencia/helpcontent2/source/text/shared/02.po, 1756, 19697, 21812, 0, 0, 426, 9425, 2182, 29122 -translations/source/ca-valencia/helpcontent2/source/text/shared/04.po, 238, 983, 1113, 0, 0, 75, 1088, 313, 2071 -translations/source/ca-valencia/helpcontent2/source/text/shared/05.po, 109, 1125, 1236, 0, 0, 87, 1215, 196, 2340 -translations/source/ca-valencia/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ca-valencia/helpcontent2/source/text/shared/07.po, 4, 29, 30, 0, 0, 3, 53, 7, 82 -translations/source/ca-valencia/helpcontent2/source/text/shared/autokorr.po, 47, 403, 447, 0, 0, 1, 17, 48, 420 -translations/source/ca-valencia/helpcontent2/source/text/shared/autopi.po, 758, 6585, 7061, 0, 0, 129, 1809, 887, 8394 -translations/source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po, 1470, 14520, 16997, 0, 0, 171, 4337, 1641, 18857 -translations/source/ca-valencia/helpcontent2/source/text/shared/guide.po, 2099, 29358, 32804, 0, 0, 417, 7085, 2516, 36443 -translations/source/ca-valencia/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ca-valencia/helpcontent2/source/text/shared/menu.po, 10, 12, 14, 0, 0, 6, 108, 16, 120 -translations/source/ca-valencia/helpcontent2/source/text/shared/optionen.po, 1515, 15685, 17625, 0, 0, 419, 7666, 1934, 23351 -translations/source/ca-valencia/helpcontent2/source/text/simpress.po, 199, 1395, 1538, 0, 0, 0, 0, 199, 1395 -translations/source/ca-valencia/helpcontent2/source/text/simpress/00.po, 157, 878, 1012, 0, 0, 6, 24, 163, 902 -translations/source/ca-valencia/helpcontent2/source/text/simpress/01.po, 752, 5586, 6176, 0, 0, 294, 2928, 1046, 8514 -translations/source/ca-valencia/helpcontent2/source/text/simpress/02.po, 659, 6480, 7205, 0, 0, 1, 29, 660, 6509 -translations/source/ca-valencia/helpcontent2/source/text/simpress/04.po, 200, 1002, 1146, 0, 0, 39, 136, 239, 1138 -translations/source/ca-valencia/helpcontent2/source/text/simpress/guide.po, 605, 8019, 9075, 0, 0, 162, 2263, 767, 10282 -translations/source/ca-valencia/helpcontent2/source/text/smath.po, 59, 722, 769, 0, 0, 1, 17, 60, 739 -translations/source/ca-valencia/helpcontent2/source/text/smath/00.po, 54, 228, 267, 0, 0, 12, 127, 66, 355 -translations/source/ca-valencia/helpcontent2/source/text/smath/01.po, 1495, 12600, 13461, 0, 0, 56, 1259, 1551, 13859 -translations/source/ca-valencia/helpcontent2/source/text/smath/02.po, 6, 97, 102, 0, 0, 0, 0, 6, 97 -translations/source/ca-valencia/helpcontent2/source/text/smath/04.po, 26, 135, 157, 0, 0, 0, 0, 26, 135 -translations/source/ca-valencia/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ca-valencia/helpcontent2/source/text/smath/guide.po, 102, 1165, 1269, 0, 0, 2, 28, 104, 1193 -translations/source/ca-valencia/helpcontent2/source/text/swriter.po, 250, 1676, 1888, 0, 0, 86, 1270, 336, 2946 -translations/source/ca-valencia/helpcontent2/source/text/swriter/00.po, 229, 1156, 1421, 0, 0, 81, 662, 310, 1818 -translations/source/ca-valencia/helpcontent2/source/text/swriter/01.po, 2795, 26521, 29134, 0, 0, 551, 7272, 3346, 33793 -translations/source/ca-valencia/helpcontent2/source/text/swriter/02.po, 389, 2651, 2941, 0, 0, 37, 399, 426, 3050 -translations/source/ca-valencia/helpcontent2/source/text/swriter/04.po, 251, 1257, 1475, 0, 0, 3, 19, 254, 1276 -translations/source/ca-valencia/helpcontent2/source/text/swriter/guide.po, 1938, 24117, 26846, 0, 0, 206, 3820, 2144, 27937 -translations/source/ca-valencia/helpcontent2/source/text/swriter/librelogo.po, 217, 894, 1083, 0, 0, 109, 2125, 326, 3019 -translations/source/ca-valencia/helpcontent2/source/text/swriter/menu.po, 17, 96, 125, 0, 0, 0, 0, 17, 96 -translations/source/ca-valencia/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4745, 5, 78, 12, 128, 557, 4354 -translations/source/ca-valencia/librelogo/source/pythonpath.po, 137, 170, 227, 1, 3, 0, 0, 138, 173 -translations/source/ca-valencia/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 677, 1, 57, 0, 0, 49, 693 -translations/source/ca-valencia/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -translations/source/ca-valencia/nlpsolver/src/locale.po, 41, 105, 131, 0, 0, 0, 0, 41, 105 -translations/source/ca-valencia/officecfg/registry/data/org/openoffice.po, 8, 25, 35, 0, 0, 1, 3, 9, 28 -translations/source/ca-valencia/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 2004, 1, 4, 7, 10, 1308, 1841 -translations/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po, 3527, 7353, 9973, 0, 0, 150, 369, 3677, 7722 -translations/source/ca-valencia/readlicense_oo/docs.po, 89, 1845, 2002, 0, 0, 14, 558, 103, 2403 -translations/source/ca-valencia/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/ca-valencia/reportdesign/messages.po, 237, 552, 705, 21, 65, 0, 0, 258, 617 -translations/source/ca-valencia/sc/messages.po, 4437, 19496, 21377, 0, 0, 249, 764, 4686, 20260 -translations/source/ca-valencia/scaddins/messages.po, 887, 3170, 3254, 14, 18, 0, 0, 901, 3188 -translations/source/ca-valencia/sccomp/messages.po, 14, 65, 91, 0, 0, 0, 0, 14, 65 -translations/source/ca-valencia/scp2/source/activex.po, 2, 16, 20, 0, 0, 0, 0, 2, 16 -translations/source/ca-valencia/scp2/source/base.po, 10, 44, 56, 0, 0, 0, 0, 10, 44 -translations/source/ca-valencia/scp2/source/calc.po, 22, 94, 129, 0, 0, 0, 0, 22, 94 -translations/source/ca-valencia/scp2/source/draw.po, 41, 149, 194, 0, 0, 0, 0, 41, 149 -translations/source/ca-valencia/scp2/source/extensions.po, 16, 65, 87, 0, 0, 0, 0, 16, 65 -translations/source/ca-valencia/scp2/source/gnome.po, 1, 2, 4, 0, 0, 1, 9, 2, 11 -translations/source/ca-valencia/scp2/source/graphicfilter.po, 30, 101, 109, 0, 0, 0, 0, 30, 101 -translations/source/ca-valencia/scp2/source/impress.po, 21, 81, 94, 0, 0, 0, 0, 21, 81 -translations/source/ca-valencia/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/ca-valencia/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/ca-valencia/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -translations/source/ca-valencia/scp2/source/ooo.po, 569, 1967, 2340, 4, 15, 9, 42, 582, 2024 -translations/source/ca-valencia/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/ca-valencia/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -translations/source/ca-valencia/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/ca-valencia/scp2/source/writer.po, 27, 114, 137, 0, 0, 0, 0, 27, 114 -translations/source/ca-valencia/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/ca-valencia/sd/messages.po, 1143, 2698, 3274, 0, 0, 176, 253, 1319, 2951 -translations/source/ca-valencia/setup_native/source/mac.po, 22, 119, 145, 1, 12, 0, 0, 23, 131 -translations/source/ca-valencia/sfx2/messages.po, 555, 1948, 2183, 0, 0, 26, 278, 581, 2226 -translations/source/ca-valencia/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/ca-valencia/starmath/messages.po, 498, 956, 1127, 7, 12, 0, 0, 505, 968 -translations/source/ca-valencia/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ca-valencia/svtools/messages.po, 845, 2346, 2662, 17, 82, 52, 183, 914, 2611 -translations/source/ca-valencia/svx/messages.po, 2715, 6888, 8039, 0, 0, 131, 336, 2846, 7224 -translations/source/ca-valencia/sw/messages.po, 3217, 7168, 9093, 0, 0, 224, 572, 3441, 7740 -translations/source/ca-valencia/swext/mediawiki/help.po, 49, 374, 423, 26, 817, 14, 213, 89, 1404 -translations/source/ca-valencia/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -translations/source/ca-valencia/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ca-valencia/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 181, 0, 0, 0, 0, 32, 181 -translations/source/ca-valencia/sysui/desktop/share.po, 66, 277, 358, 0, 0, 0, 0, 66, 277 -translations/source/ca-valencia/uui/messages.po, 146, 1230, 1370, 2, 92, 9, 232, 157, 1554 -translations/source/ca-valencia/vcl/messages.po, 259, 510, 629, 11, 15, 86, 212, 356, 737 -translations/source/ca-valencia/wizards/messages.po, 265, 1042, 1194, 0, 0, 0, 0, 265, 1042 -translations/source/ca-valencia/wizards/source/resources.po, 554, 2286, 2467, 0, 0, 0, 0, 554, 2286 -translations/source/ca-valencia/writerperfect/messages.po, 12, 33, 46, 3, 7, 15, 25, 30, 65 -translations/source/ca-valencia/xmlsecurity/messages.po, 86, 416, 476, 3, 5, 2, 3, 91, 424 -translations/source/ca/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -translations/source/ca/avmedia/messages.po, 22, 45, 52, 0, 0, 0, 0, 22, 45 -translations/source/ca/basctl/messages.po, 155, 611, 709, 0, 0, 0, 0, 155, 611 -translations/source/ca/basic/messages.po, 135, 549, 755, 0, 0, 0, 0, 135, 549 -translations/source/ca/chart2/messages.po, 620, 1368, 1767, 0, 0, 0, 0, 620, 1368 -translations/source/ca/connectivity/messages.po, 106, 1047, 1214, 0, 0, 0, 0, 106, 1047 -translations/source/ca/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ca/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ca/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ca/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/ca/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ca/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ca/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ca/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ca/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ca/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ca/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ca/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/ca/cui/messages.po, 2343, 5558, 6889, 0, 0, 0, 0, 2343, 5558 -translations/source/ca/dbaccess/messages.po, 812, 4510, 5225, 0, 0, 0, 0, 812, 4510 -translations/source/ca/desktop/messages.po, 162, 1225, 1394, 0, 0, 0, 0, 162, 1225 -translations/source/ca/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ca/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/bg_BG.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/bo.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/ca.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/cs_CZ.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -translations/source/ca/dictionaries/da_DK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -translations/source/ca/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/en.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/ca/dictionaries/en/dialog.po, 37, 176, 202, 0, 0, 0, 0, 37, 176 -translations/source/ca/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -translations/source/ca/dictionaries/es.po, 1, 12, 20, 0, 0, 0, 0, 1, 12 -translations/source/ca/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/fr_FR.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ca/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/gug.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ca/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/hu_HU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/ca/dictionaries/hu_HU/dialog.po, 32, 71, 90, 0, 0, 0, 0, 32, 71 -translations/source/ca/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -translations/source/ca/dictionaries/id.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ca/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/ne_NP.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/ca/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/no.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -translations/source/ca/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ca/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ca/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ca/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -translations/source/ca/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/ru_RU.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/ca/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -translations/source/ca/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ca/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/sk_SK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ca/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/ca/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ca/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/ca/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ca/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ca/editeng/messages.po, 265, 656, 790, 0, 0, 0, 0, 265, 656 -translations/source/ca/extensions/messages.po, 663, 2099, 2473, 0, 0, 0, 0, 663, 2099 -translations/source/ca/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ca/extras/source/autocorr/emoji.po, 1575, 1817, 1947, 0, 0, 0, 0, 1575, 1817 -translations/source/ca/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/ca/filter/messages.po, 222, 818, 1000, 0, 0, 0, 0, 222, 818 -translations/source/ca/filter/source/config/fragments/filters.po, 220, 732, 936, 0, 0, 0, 0, 220, 732 -translations/source/ca/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 172, 0, 0, 0, 0, 38, 139 -translations/source/ca/filter/source/config/fragments/types.po, 38, 121, 162, 0, 0, 0, 0, 38, 121 -translations/source/ca/forms/messages.po, 58, 330, 399, 0, 0, 0, 0, 58, 330 -translations/source/ca/formula/messages.po, 438, 514, 526, 0, 0, 0, 0, 438, 514 -translations/source/ca/fpicker/messages.po, 61, 163, 192, 0, 0, 0, 0, 61, 163 -translations/source/ca/framework/messages.po, 29, 210, 233, 0, 0, 0, 0, 29, 210 -translations/source/ca/helpcontent2/source/auxiliary.po, 105, 302, 378, 0, 0, 0, 0, 105, 302 -translations/source/ca/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1633, 0, 0, 0, 0, 103, 1345 -translations/source/ca/helpcontent2/source/text/sbasic/shared.po, 4378, 33585, 35611, 0, 0, 127, 1846, 4505, 35431 -translations/source/ca/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 505, 0, 0, 0, 0, 67, 465 -translations/source/ca/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1643, 0, 0, 0, 0, 198, 1482 -translations/source/ca/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 174, 0, 0, 0, 0, 47, 145 -translations/source/ca/helpcontent2/source/text/scalc.po, 187, 986, 1155, 0, 0, 0, 0, 187, 986 -translations/source/ca/helpcontent2/source/text/scalc/00.po, 188, 867, 1198, 0, 0, 13, 78, 201, 945 -translations/source/ca/helpcontent2/source/text/scalc/01.po, 6640, 58419, 62215, 0, 0, 855, 14736, 7495, 73155 -translations/source/ca/helpcontent2/source/text/scalc/02.po, 123, 810, 952, 0, 0, 0, 0, 123, 810 -translations/source/ca/helpcontent2/source/text/scalc/04.po, 187, 1497, 1623, 0, 0, 0, 0, 187, 1497 -translations/source/ca/helpcontent2/source/text/scalc/05.po, 137, 853, 987, 0, 0, 0, 0, 137, 853 -translations/source/ca/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ca/helpcontent2/source/text/scalc/guide.po, 1425, 20799, 23070, 0, 0, 44, 794, 1469, 21593 -translations/source/ca/helpcontent2/source/text/schart.po, 96, 931, 1100, 0, 0, 0, 0, 96, 931 -translations/source/ca/helpcontent2/source/text/schart/00.po, 60, 347, 493, 0, 0, 0, 0, 60, 347 -translations/source/ca/helpcontent2/source/text/schart/01.po, 955, 11456, 12990, 0, 0, 17, 370, 972, 11826 -translations/source/ca/helpcontent2/source/text/schart/02.po, 25, 117, 125, 0, 0, 0, 0, 25, 117 -translations/source/ca/helpcontent2/source/text/schart/04.po, 32, 133, 165, 0, 0, 0, 0, 32, 133 -translations/source/ca/helpcontent2/source/text/sdraw.po, 123, 732, 807, 0, 0, 0, 0, 123, 732 -translations/source/ca/helpcontent2/source/text/sdraw/00.po, 2, 8, 12, 0, 0, 0, 0, 2, 8 -translations/source/ca/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -translations/source/ca/helpcontent2/source/text/sdraw/04.po, 103, 489, 549, 0, 0, 0, 0, 103, 489 -translations/source/ca/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3330, 0, 0, 0, 0, 275, 3072 -translations/source/ca/helpcontent2/source/text/shared.po, 250, 2308, 2592, 0, 0, 0, 0, 250, 2308 -translations/source/ca/helpcontent2/source/text/shared/00.po, 1288, 12644, 15070, 0, 0, 279, 3050, 1567, 15694 -translations/source/ca/helpcontent2/source/text/shared/01.po, 4897, 42296, 46657, 435, 5866, 155, 3800, 5487, 51962 -translations/source/ca/helpcontent2/source/text/shared/02.po, 2065, 26548, 29288, 110, 2263, 7, 311, 2182, 29122 -translations/source/ca/helpcontent2/source/text/shared/04.po, 297, 1564, 1741, 0, 0, 16, 507, 313, 2071 -translations/source/ca/helpcontent2/source/text/shared/05.po, 163, 1864, 2046, 0, 0, 33, 476, 196, 2340 -translations/source/ca/helpcontent2/source/text/shared/06.po, 3, 7, 11, 0, 0, 0, 0, 3, 7 -translations/source/ca/helpcontent2/source/text/shared/07.po, 7, 82, 88, 0, 0, 0, 0, 7, 82 -translations/source/ca/helpcontent2/source/text/shared/autokorr.po, 48, 420, 467, 0, 0, 0, 0, 48, 420 -translations/source/ca/helpcontent2/source/text/shared/autopi.po, 876, 8191, 8737, 0, 0, 11, 203, 887, 8394 -translations/source/ca/helpcontent2/source/text/shared/explorer/database.po, 1513, 15331, 17926, 0, 0, 128, 3526, 1641, 18857 -translations/source/ca/helpcontent2/source/text/shared/guide.po, 2306, 32152, 36116, 0, 0, 210, 4291, 2516, 36443 -translations/source/ca/helpcontent2/source/text/shared/help.po, 78, 117, 128, 0, 0, 0, 0, 78, 117 -translations/source/ca/helpcontent2/source/text/shared/menu.po, 16, 120, 139, 0, 0, 0, 0, 16, 120 -translations/source/ca/helpcontent2/source/text/shared/optionen.po, 1703, 18248, 20617, 0, 0, 231, 5103, 1934, 23351 -translations/source/ca/helpcontent2/source/text/simpress.po, 199, 1395, 1542, 0, 0, 0, 0, 199, 1395 -translations/source/ca/helpcontent2/source/text/simpress/00.po, 163, 902, 1051, 0, 0, 0, 0, 163, 902 -translations/source/ca/helpcontent2/source/text/simpress/01.po, 857, 6596, 7301, 0, 0, 189, 1918, 1046, 8514 -translations/source/ca/helpcontent2/source/text/simpress/02.po, 660, 6509, 7257, 0, 0, 0, 0, 660, 6509 -translations/source/ca/helpcontent2/source/text/simpress/04.po, 239, 1138, 1336, 0, 0, 0, 0, 239, 1138 -translations/source/ca/helpcontent2/source/text/simpress/guide.po, 636, 8450, 9541, 0, 0, 131, 1832, 767, 10282 -translations/source/ca/helpcontent2/source/text/smath.po, 60, 739, 784, 0, 0, 0, 0, 60, 739 -translations/source/ca/helpcontent2/source/text/smath/00.po, 66, 355, 432, 0, 0, 0, 0, 66, 355 -translations/source/ca/helpcontent2/source/text/smath/01.po, 1551, 13859, 14823, 0, 0, 0, 0, 1551, 13859 -translations/source/ca/helpcontent2/source/text/smath/02.po, 6, 97, 102, 0, 0, 0, 0, 6, 97 -translations/source/ca/helpcontent2/source/text/smath/04.po, 26, 135, 157, 0, 0, 0, 0, 26, 135 -translations/source/ca/helpcontent2/source/text/smath/06.po, 9, 21, 31, 0, 0, 0, 0, 9, 21 -translations/source/ca/helpcontent2/source/text/smath/guide.po, 104, 1193, 1303, 0, 0, 0, 0, 104, 1193 -translations/source/ca/helpcontent2/source/text/swriter.po, 315, 2359, 2680, 0, 0, 21, 587, 336, 2946 -translations/source/ca/helpcontent2/source/text/swriter/00.po, 310, 1818, 2465, 0, 0, 0, 0, 310, 1818 -translations/source/ca/helpcontent2/source/text/swriter/01.po, 3209, 31724, 35071, 122, 1568, 15, 501, 3346, 33793 -translations/source/ca/helpcontent2/source/text/swriter/02.po, 426, 3050, 3367, 0, 0, 0, 0, 426, 3050 -translations/source/ca/helpcontent2/source/text/swriter/04.po, 254, 1276, 1498, 0, 0, 0, 0, 254, 1276 -translations/source/ca/helpcontent2/source/text/swriter/guide.po, 2097, 26876, 30258, 35, 668, 12, 393, 2144, 27937 -translations/source/ca/helpcontent2/source/text/swriter/librelogo.po, 239, 1207, 1465, 81, 1616, 6, 196, 326, 3019 -translations/source/ca/helpcontent2/source/text/swriter/menu.po, 17, 96, 125, 0, 0, 0, 0, 17, 96 -translations/source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 5015, 0, 0, 0, 0, 557, 4354 -translations/source/ca/librelogo/source/pythonpath.po, 138, 173, 230, 0, 0, 0, 0, 138, 173 -translations/source/ca/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 739, 0, 0, 0, 0, 49, 693 -translations/source/ca/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -translations/source/ca/nlpsolver/src/locale.po, 41, 105, 131, 0, 0, 0, 0, 41, 105 -translations/source/ca/officecfg/registry/data/org/openoffice.po, 9, 28, 38, 0, 0, 0, 0, 9, 28 -translations/source/ca/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 2023, 0, 0, 0, 0, 1308, 1841 -translations/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 10521, 0, 0, 0, 0, 3677, 7722 -translations/source/ca/readlicense_oo/docs.po, 103, 2403, 2582, 0, 0, 0, 0, 103, 2403 -translations/source/ca/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/ca/reportdesign/messages.po, 258, 617, 790, 0, 0, 0, 0, 258, 617 -translations/source/ca/sc/messages.po, 4686, 20260, 22231, 0, 0, 0, 0, 4686, 20260 -translations/source/ca/scaddins/messages.po, 901, 3188, 3264, 0, 0, 0, 0, 901, 3188 -translations/source/ca/sccomp/messages.po, 14, 65, 91, 0, 0, 0, 0, 14, 65 -translations/source/ca/scp2/source/activex.po, 2, 16, 20, 0, 0, 0, 0, 2, 16 -translations/source/ca/scp2/source/base.po, 10, 44, 55, 0, 0, 0, 0, 10, 44 -translations/source/ca/scp2/source/calc.po, 22, 94, 129, 0, 0, 0, 0, 22, 94 -translations/source/ca/scp2/source/draw.po, 41, 149, 194, 0, 0, 0, 0, 41, 149 -translations/source/ca/scp2/source/extensions.po, 16, 65, 87, 0, 0, 0, 0, 16, 65 -translations/source/ca/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/ca/scp2/source/graphicfilter.po, 30, 101, 108, 0, 0, 0, 0, 30, 101 -translations/source/ca/scp2/source/impress.po, 21, 81, 94, 0, 0, 0, 0, 21, 81 -translations/source/ca/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/ca/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/ca/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -translations/source/ca/scp2/source/ooo.po, 582, 2024, 2406, 0, 0, 0, 0, 582, 2024 -translations/source/ca/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/ca/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -translations/source/ca/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/ca/scp2/source/writer.po, 27, 114, 137, 0, 0, 0, 0, 27, 114 -translations/source/ca/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/ca/sd/messages.po, 1319, 2951, 3561, 0, 0, 0, 0, 1319, 2951 -translations/source/ca/setup_native/source/mac.po, 23, 131, 159, 0, 0, 0, 0, 23, 131 -translations/source/ca/sfx2/messages.po, 581, 2226, 2493, 0, 0, 0, 0, 581, 2226 -translations/source/ca/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/ca/starmath/messages.po, 505, 968, 1142, 0, 0, 0, 0, 505, 968 -translations/source/ca/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ca/svtools/messages.po, 914, 2611, 2970, 0, 0, 0, 0, 914, 2611 -translations/source/ca/svx/messages.po, 2846, 7224, 8428, 0, 0, 0, 0, 2846, 7224 -translations/source/ca/sw/messages.po, 3441, 7740, 9781, 0, 0, 0, 0, 3441, 7740 -translations/source/ca/swext/mediawiki/help.po, 89, 1404, 1549, 0, 0, 0, 0, 89, 1404 -translations/source/ca/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ca/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 183, 0, 0, 0, 0, 32, 181 -translations/source/ca/sysui/desktop/share.po, 66, 277, 357, 0, 0, 0, 0, 66, 277 -translations/source/ca/uui/messages.po, 157, 1554, 1720, 0, 0, 0, 0, 157, 1554 -translations/source/ca/vcl/messages.po, 356, 737, 882, 0, 0, 0, 0, 356, 737 -translations/source/ca/wizards/messages.po, 265, 1042, 1198, 0, 0, 0, 0, 265, 1042 -translations/source/ca/wizards/source/resources.po, 554, 2286, 2469, 0, 0, 0, 0, 554, 2286 -translations/source/ca/writerperfect/messages.po, 30, 65, 87, 0, 0, 0, 0, 30, 65 -translations/source/ca/xmlsecurity/messages.po, 91, 424, 488, 0, 0, 0, 0, 91, 424 -translations/source/cs/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/cs/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -translations/source/cs/basctl/messages.po, 155, 611, 550, 0, 0, 0, 0, 155, 611 -translations/source/cs/basic/messages.po, 135, 549, 513, 0, 0, 0, 0, 135, 549 -translations/source/cs/chart2/messages.po, 620, 1368, 1344, 0, 0, 0, 0, 620, 1368 -translations/source/cs/connectivity/messages.po, 106, 1047, 754, 0, 0, 0, 0, 106, 1047 -translations/source/cs/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/cs/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cs/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cs/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/cs/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/cs/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cs/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/cs/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/cs/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/cs/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/cs/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/cs/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/cs/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cs/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cs/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/cs/cui/messages.po, 2343, 5558, 5303, 0, 0, 0, 0, 2343, 5558 -translations/source/cs/dbaccess/messages.po, 812, 4510, 3700, 0, 0, 0, 0, 812, 4510 -translations/source/cs/desktop/messages.po, 162, 1225, 1013, 0, 0, 0, 0, 162, 1225 -translations/source/cs/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/ar.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -translations/source/cs/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/cs/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/cs/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/cs/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -translations/source/cs/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cs/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -translations/source/cs/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/cs/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/cs/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/cs/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -translations/source/cs/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cs/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/cs/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -translations/source/cs/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/cs/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/pt_BR.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/cs/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cs/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cs/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/cs/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/cs/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -translations/source/cs/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cs/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/cs/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/cs/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cs/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/cs/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/cs/editeng/messages.po, 265, 656, 655, 0, 0, 0, 0, 265, 656 -translations/source/cs/extensions/messages.po, 663, 2099, 1856, 0, 0, 0, 0, 663, 2099 -translations/source/cs/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/cs/extras/source/autocorr/emoji.po, 1575, 1817, 1813, 0, 0, 0, 0, 1575, 1817 -translations/source/cs/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/cs/filter/messages.po, 222, 818, 749, 0, 0, 0, 0, 222, 818 -translations/source/cs/filter/source/config/fragments/filters.po, 220, 732, 737, 0, 0, 0, 0, 220, 732 -translations/source/cs/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/cs/filter/source/config/fragments/types.po, 38, 121, 124, 0, 0, 0, 0, 38, 121 -translations/source/cs/forms/messages.po, 58, 330, 286, 0, 0, 0, 0, 58, 330 -translations/source/cs/formula/messages.po, 438, 514, 513, 0, 0, 0, 0, 438, 514 -translations/source/cs/fpicker/messages.po, 61, 163, 157, 0, 0, 0, 0, 61, 163 -translations/source/cs/framework/messages.po, 29, 210, 160, 0, 0, 0, 0, 29, 210 -translations/source/cs/helpcontent2/source/auxiliary.po, 105, 302, 302, 0, 0, 0, 0, 105, 302 -translations/source/cs/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1213, 0, 0, 0, 0, 103, 1345 -translations/source/cs/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 29202, 0, 0, 0, 0, 4505, 35431 -translations/source/cs/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 385, 0, 0, 0, 0, 67, 465 -translations/source/cs/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1260, 0, 0, 0, 0, 198, 1482 -translations/source/cs/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 142, 0, 0, 0, 0, 47, 145 -translations/source/cs/helpcontent2/source/text/scalc.po, 187, 986, 885, 0, 0, 0, 0, 187, 986 -translations/source/cs/helpcontent2/source/text/scalc/00.po, 201, 945, 954, 0, 0, 0, 0, 201, 945 -translations/source/cs/helpcontent2/source/text/scalc/01.po, 7495, 73155, 60024, 0, 0, 0, 0, 7495, 73155 -translations/source/cs/helpcontent2/source/text/scalc/02.po, 123, 810, 688, 0, 0, 0, 0, 123, 810 -translations/source/cs/helpcontent2/source/text/scalc/04.po, 187, 1497, 1187, 0, 0, 0, 0, 187, 1497 -translations/source/cs/helpcontent2/source/text/scalc/05.po, 137, 853, 736, 0, 0, 0, 0, 137, 853 -translations/source/cs/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cs/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 17208, 0, 0, 0, 0, 1469, 21593 -translations/source/cs/helpcontent2/source/text/schart.po, 96, 931, 772, 0, 0, 0, 0, 96, 931 -translations/source/cs/helpcontent2/source/text/schart/00.po, 60, 347, 352, 0, 0, 0, 0, 60, 347 -translations/source/cs/helpcontent2/source/text/schart/01.po, 972, 11826, 9453, 0, 0, 0, 0, 972, 11826 -translations/source/cs/helpcontent2/source/text/schart/02.po, 25, 117, 92, 0, 0, 0, 0, 25, 117 -translations/source/cs/helpcontent2/source/text/schart/04.po, 32, 133, 122, 0, 0, 0, 0, 32, 133 -translations/source/cs/helpcontent2/source/text/sdraw.po, 123, 732, 670, 0, 0, 0, 0, 123, 732 -translations/source/cs/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/cs/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/cs/helpcontent2/source/text/sdraw/04.po, 103, 489, 415, 0, 0, 0, 0, 103, 489 -translations/source/cs/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2511, 0, 0, 0, 0, 275, 3072 -translations/source/cs/helpcontent2/source/text/shared.po, 250, 2308, 1933, 0, 0, 0, 0, 250, 2308 -translations/source/cs/helpcontent2/source/text/shared/00.po, 1567, 15694, 14162, 0, 0, 0, 0, 1567, 15694 -translations/source/cs/helpcontent2/source/text/shared/01.po, 5487, 51962, 41605, 0, 0, 0, 0, 5487, 51962 -translations/source/cs/helpcontent2/source/text/shared/02.po, 2182, 29122, 22937, 0, 0, 0, 0, 2182, 29122 -translations/source/cs/helpcontent2/source/text/shared/04.po, 313, 2071, 1740, 0, 0, 0, 0, 313, 2071 -translations/source/cs/helpcontent2/source/text/shared/05.po, 196, 2340, 1950, 0, 0, 0, 0, 196, 2340 -translations/source/cs/helpcontent2/source/text/shared/06.po, 3, 7, 9, 0, 0, 0, 0, 3, 7 -translations/source/cs/helpcontent2/source/text/shared/07.po, 7, 82, 68, 0, 0, 0, 0, 7, 82 -translations/source/cs/helpcontent2/source/text/shared/autokorr.po, 48, 420, 385, 0, 0, 0, 0, 48, 420 -translations/source/cs/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6718, 0, 0, 0, 0, 887, 8394 -translations/source/cs/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 14824, 0, 0, 0, 0, 1641, 18857 -translations/source/cs/helpcontent2/source/text/shared/guide.po, 2516, 36443, 30066, 0, 0, 0, 0, 2516, 36443 -translations/source/cs/helpcontent2/source/text/shared/help.po, 78, 117, 116, 0, 0, 0, 0, 78, 117 -translations/source/cs/helpcontent2/source/text/shared/menu.po, 16, 120, 111, 0, 0, 0, 0, 16, 120 -translations/source/cs/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 19711, 0, 0, 0, 0, 1934, 23351 -translations/source/cs/helpcontent2/source/text/simpress.po, 199, 1395, 1189, 0, 0, 0, 0, 199, 1395 -translations/source/cs/helpcontent2/source/text/simpress/00.po, 163, 902, 843, 0, 0, 0, 0, 163, 902 -translations/source/cs/helpcontent2/source/text/simpress/01.po, 1046, 8514, 6837, 0, 0, 0, 0, 1046, 8514 -translations/source/cs/helpcontent2/source/text/simpress/02.po, 660, 6509, 5015, 0, 0, 0, 0, 660, 6509 -translations/source/cs/helpcontent2/source/text/simpress/04.po, 239, 1138, 971, 0, 0, 0, 0, 239, 1138 -translations/source/cs/helpcontent2/source/text/simpress/guide.po, 767, 10282, 8547, 0, 0, 0, 0, 767, 10282 -translations/source/cs/helpcontent2/source/text/smath.po, 60, 739, 681, 0, 0, 0, 0, 60, 739 -translations/source/cs/helpcontent2/source/text/smath/00.po, 66, 355, 337, 0, 0, 0, 0, 66, 355 -translations/source/cs/helpcontent2/source/text/smath/01.po, 1551, 13859, 11550, 0, 0, 0, 0, 1551, 13859 -translations/source/cs/helpcontent2/source/text/smath/02.po, 6, 97, 82, 0, 0, 0, 0, 6, 97 -translations/source/cs/helpcontent2/source/text/smath/04.po, 26, 135, 125, 0, 0, 0, 0, 26, 135 -translations/source/cs/helpcontent2/source/text/smath/06.po, 9, 21, 31, 0, 0, 0, 0, 9, 21 -translations/source/cs/helpcontent2/source/text/smath/guide.po, 104, 1193, 1028, 0, 0, 0, 0, 104, 1193 -translations/source/cs/helpcontent2/source/text/swriter.po, 336, 2946, 2575, 0, 0, 0, 0, 336, 2946 -translations/source/cs/helpcontent2/source/text/swriter/00.po, 310, 1818, 1832, 0, 0, 0, 0, 310, 1818 -translations/source/cs/helpcontent2/source/text/swriter/01.po, 3346, 33793, 27074, 0, 0, 0, 0, 3346, 33793 -translations/source/cs/helpcontent2/source/text/swriter/02.po, 426, 3050, 2520, 0, 0, 0, 0, 426, 3050 -translations/source/cs/helpcontent2/source/text/swriter/04.po, 254, 1276, 1163, 0, 0, 0, 0, 254, 1276 -translations/source/cs/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 23553, 0, 0, 0, 0, 2144, 27937 -translations/source/cs/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2927, 0, 0, 0, 0, 326, 3019 -translations/source/cs/helpcontent2/source/text/swriter/menu.po, 17, 96, 98, 0, 0, 0, 0, 17, 96 -translations/source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3784, 0, 0, 0, 0, 557, 4354 -translations/source/cs/librelogo/source/pythonpath.po, 138, 173, 168, 0, 0, 0, 0, 138, 173 -translations/source/cs/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 577, 0, 0, 0, 0, 49, 693 -translations/source/cs/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 15, 0, 0, 0, 0, 2, 21 -translations/source/cs/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -translations/source/cs/officecfg/registry/data/org/openoffice.po, 9, 28, 30, 0, 0, 0, 0, 9, 28 -translations/source/cs/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1778, 0, 0, 0, 0, 1308, 1841 -translations/source/cs/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7963, 0, 0, 0, 0, 3677, 7722 -translations/source/cs/readlicense_oo/docs.po, 103, 2403, 2017, 0, 0, 0, 0, 103, 2403 -translations/source/cs/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/cs/reportdesign/messages.po, 258, 617, 581, 0, 0, 0, 0, 258, 617 -translations/source/cs/sc/messages.po, 4686, 20260, 17039, 0, 0, 0, 0, 4686, 20260 -translations/source/cs/scaddins/messages.po, 901, 3188, 2935, 0, 0, 0, 0, 901, 3188 -translations/source/cs/sccomp/messages.po, 14, 65, 58, 0, 0, 0, 0, 14, 65 -translations/source/cs/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/cs/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -translations/source/cs/scp2/source/calc.po, 22, 94, 103, 0, 0, 0, 0, 22, 94 -translations/source/cs/scp2/source/draw.po, 41, 149, 149, 0, 0, 0, 0, 41, 149 -translations/source/cs/scp2/source/extensions.po, 16, 65, 61, 0, 0, 0, 0, 16, 65 -translations/source/cs/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/cs/scp2/source/graphicfilter.po, 30, 101, 116, 0, 0, 0, 0, 30, 101 -translations/source/cs/scp2/source/impress.po, 21, 81, 80, 0, 0, 0, 0, 21, 81 -translations/source/cs/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/cs/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/cs/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -translations/source/cs/scp2/source/ooo.po, 582, 2024, 2241, 0, 0, 0, 0, 582, 2024 -translations/source/cs/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/cs/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/cs/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/cs/scp2/source/writer.po, 27, 114, 114, 0, 0, 0, 0, 27, 114 -translations/source/cs/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/cs/sd/messages.po, 1319, 2951, 2853, 0, 0, 0, 0, 1319, 2951 -translations/source/cs/setup_native/source/mac.po, 23, 131, 112, 0, 0, 0, 0, 23, 131 -translations/source/cs/sfx2/messages.po, 581, 2226, 1984, 0, 0, 0, 0, 581, 2226 -translations/source/cs/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/cs/starmath/messages.po, 505, 968, 1047, 0, 0, 0, 0, 505, 968 -translations/source/cs/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/cs/svtools/messages.po, 914, 2611, 2456, 0, 0, 0, 0, 914, 2611 -translations/source/cs/svx/messages.po, 2846, 7224, 6918, 0, 0, 0, 0, 2846, 7224 -translations/source/cs/sw/messages.po, 3441, 7740, 7586, 0, 0, 0, 0, 3441, 7740 -translations/source/cs/swext/mediawiki/help.po, 89, 1404, 1164, 0, 0, 0, 0, 89, 1404 -translations/source/cs/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/cs/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 137, 0, 0, 0, 0, 32, 181 -translations/source/cs/sysui/desktop/share.po, 66, 277, 284, 0, 0, 0, 0, 66, 277 -translations/source/cs/uui/messages.po, 157, 1554, 1256, 0, 0, 0, 0, 157, 1554 -translations/source/cs/vcl/messages.po, 356, 737, 721, 0, 0, 0, 0, 356, 737 -translations/source/cs/wizards/messages.po, 265, 1042, 894, 0, 0, 0, 0, 265, 1042 -translations/source/cs/wizards/source/resources.po, 554, 2286, 1890, 0, 0, 0, 0, 554, 2286 -translations/source/cs/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -translations/source/cs/xmlsecurity/messages.po, 91, 424, 379, 0, 0, 0, 0, 91, 424 -translations/source/cy/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/cy/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -translations/source/cy/basctl/messages.po, 155, 611, 604, 0, 0, 0, 0, 155, 611 -translations/source/cy/basic/messages.po, 135, 549, 607, 0, 0, 0, 0, 135, 549 -translations/source/cy/chart2/messages.po, 620, 1368, 1428, 0, 0, 0, 0, 620, 1368 -translations/source/cy/connectivity/messages.po, 106, 1047, 1041, 0, 0, 0, 0, 106, 1047 -translations/source/cy/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/cy/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cy/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cy/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/cy/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -translations/source/cy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cy/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/cy/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/cy/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/cy/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/cy/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/cy/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cy/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/cy/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/cy/cui/messages.po, 2343, 5558, 5725, 0, 0, 0, 0, 2343, 5558 -translations/source/cy/dbaccess/messages.po, 812, 4510, 4433, 0, 0, 0, 0, 812, 4510 -translations/source/cy/desktop/messages.po, 162, 1225, 1261, 0, 0, 0, 0, 162, 1225 -translations/source/cy/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/cy/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/cy/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/cy/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/cy/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -translations/source/cy/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cy/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/cy/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/cy/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/cy/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/cy/dictionaries/hu_HU/dialog.po, 32, 71, 78, 0, 0, 0, 0, 32, 71 -translations/source/cy/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cy/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/cy/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/cy/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/cy/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/cy/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cy/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cy/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/cy/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/cy/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -translations/source/cy/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/cy/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/cy/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/cy/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/cy/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/cy/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/editeng/messages.po, 265, 656, 712, 0, 0, 0, 0, 265, 656 -translations/source/cy/extensions/messages.po, 663, 2099, 2121, 0, 0, 0, 0, 663, 2099 -translations/source/cy/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/cy/extras/source/autocorr/emoji.po, 1575, 1817, 1948, 0, 0, 0, 0, 1575, 1817 -translations/source/cy/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/cy/filter/messages.po, 222, 818, 855, 0, 0, 0, 0, 222, 818 -translations/source/cy/filter/source/config/fragments/filters.po, 220, 732, 735, 0, 0, 0, 0, 220, 732 -translations/source/cy/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/cy/filter/source/config/fragments/types.po, 38, 121, 124, 0, 0, 0, 0, 38, 121 -translations/source/cy/forms/messages.po, 58, 330, 322, 0, 0, 0, 0, 58, 330 -translations/source/cy/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -translations/source/cy/fpicker/messages.po, 61, 163, 168, 0, 0, 0, 0, 61, 163 -translations/source/cy/framework/messages.po, 29, 210, 214, 0, 0, 0, 0, 29, 210 -translations/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4528, 0, 0, 0, 0, 557, 4354 -translations/source/cy/librelogo/source/pythonpath.po, 138, 173, 189, 0, 0, 0, 0, 138, 173 -translations/source/cy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 742, 0, 0, 0, 0, 49, 693 -translations/source/cy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -translations/source/cy/nlpsolver/src/locale.po, 41, 105, 111, 0, 0, 0, 0, 41, 105 -translations/source/cy/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/cy/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1891, 0, 0, 0, 0, 1308, 1841 -translations/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8116, 0, 0, 0, 0, 3677, 7722 -translations/source/cy/readlicense_oo/docs.po, 103, 2403, 2520, 0, 0, 0, 0, 103, 2403 -translations/source/cy/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/cy/reportdesign/messages.po, 258, 617, 634, 0, 0, 0, 0, 258, 617 -translations/source/cy/sc/messages.po, 4686, 20260, 19050, 0, 0, 0, 0, 4686, 20260 -translations/source/cy/scaddins/messages.po, 901, 3188, 2947, 0, 0, 0, 0, 901, 3188 -translations/source/cy/sccomp/messages.po, 14, 65, 70, 0, 0, 0, 0, 14, 65 -translations/source/cy/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/cy/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -translations/source/cy/scp2/source/calc.po, 22, 94, 91, 0, 0, 0, 0, 22, 94 -translations/source/cy/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -translations/source/cy/scp2/source/extensions.po, 16, 65, 70, 0, 0, 0, 0, 16, 65 -translations/source/cy/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/cy/scp2/source/graphicfilter.po, 30, 101, 103, 0, 0, 0, 0, 30, 101 -translations/source/cy/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -translations/source/cy/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/cy/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/cy/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/cy/scp2/source/ooo.po, 582, 2024, 2038, 0, 0, 0, 0, 582, 2024 -translations/source/cy/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/cy/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/cy/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/cy/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -translations/source/cy/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/cy/sd/messages.po, 1319, 2951, 2993, 0, 0, 0, 0, 1319, 2951 -translations/source/cy/setup_native/source/mac.po, 23, 131, 139, 0, 0, 0, 0, 23, 131 -translations/source/cy/sfx2/messages.po, 581, 2226, 2264, 0, 0, 0, 0, 581, 2226 -translations/source/cy/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/cy/starmath/messages.po, 505, 968, 998, 0, 0, 0, 0, 505, 968 -translations/source/cy/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/cy/svtools/messages.po, 914, 2611, 2623, 0, 0, 0, 0, 914, 2611 -translations/source/cy/svx/messages.po, 2846, 7224, 7301, 0, 0, 0, 0, 2846, 7224 -translations/source/cy/sw/messages.po, 3441, 7740, 7925, 0, 0, 0, 0, 3441, 7740 -translations/source/cy/swext/mediawiki/help.po, 89, 1404, 1433, 0, 0, 0, 0, 89, 1404 -translations/source/cy/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/cy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 164, 0, 0, 0, 0, 32, 181 -translations/source/cy/sysui/desktop/share.po, 66, 277, 288, 0, 0, 0, 0, 66, 277 -translations/source/cy/uui/messages.po, 157, 1554, 1629, 0, 0, 0, 0, 157, 1554 -translations/source/cy/vcl/messages.po, 356, 737, 766, 0, 0, 0, 0, 356, 737 -translations/source/cy/wizards/messages.po, 265, 1042, 997, 0, 0, 0, 0, 265, 1042 -translations/source/cy/wizards/source/resources.po, 554, 2286, 2232, 0, 0, 0, 0, 554, 2286 -translations/source/cy/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -translations/source/cy/xmlsecurity/messages.po, 91, 424, 446, 0, 0, 0, 0, 91, 424 -translations/source/da/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/da/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -translations/source/da/basctl/messages.po, 155, 611, 539, 0, 0, 0, 0, 155, 611 -translations/source/da/basic/messages.po, 135, 549, 541, 0, 0, 0, 0, 135, 549 -translations/source/da/chart2/messages.po, 620, 1368, 1129, 0, 0, 0, 0, 620, 1368 -translations/source/da/connectivity/messages.po, 106, 1047, 859, 0, 0, 0, 0, 106, 1047 -translations/source/da/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/da/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/da/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/da/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/da/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/da/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/da/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/da/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/da/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/da/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/da/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/da/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/da/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/da/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/da/cui/messages.po, 2343, 5558, 5047, 0, 0, 0, 0, 2343, 5558 -translations/source/da/dbaccess/messages.po, 812, 4510, 3906, 0, 0, 0, 0, 812, 4510 -translations/source/da/desktop/messages.po, 162, 1225, 1142, 0, 0, 0, 0, 162, 1225 -translations/source/da/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/da/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/da/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/da/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/da/dictionaries/en/dialog.po, 37, 176, 179, 0, 0, 0, 0, 37, 176 -translations/source/da/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/da/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/da/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -translations/source/da/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/da/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/hu_HU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/da/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -translations/source/da/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/da/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/da/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/da/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/da/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/da/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/da/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/da/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -translations/source/da/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/da/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -translations/source/da/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/da/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/da/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/da/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/da/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/da/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/editeng/messages.po, 265, 656, 639, 0, 0, 0, 0, 265, 656 -translations/source/da/extensions/messages.po, 663, 2099, 1784, 0, 0, 0, 0, 663, 2099 -translations/source/da/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/da/extras/source/autocorr/emoji.po, 1575, 1817, 1732, 0, 0, 0, 0, 1575, 1817 -translations/source/da/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/da/filter/messages.po, 222, 818, 748, 0, 0, 0, 0, 222, 818 -translations/source/da/filter/source/config/fragments/filters.po, 220, 732, 632, 0, 0, 0, 0, 220, 732 -translations/source/da/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 135, 0, 0, 0, 0, 38, 139 -translations/source/da/filter/source/config/fragments/types.po, 38, 121, 103, 0, 0, 0, 0, 38, 121 -translations/source/da/forms/messages.po, 58, 330, 308, 0, 0, 0, 0, 58, 330 -translations/source/da/formula/messages.po, 438, 514, 552, 0, 0, 0, 0, 438, 514 -translations/source/da/fpicker/messages.po, 61, 163, 143, 0, 0, 0, 0, 61, 163 -translations/source/da/framework/messages.po, 29, 210, 187, 0, 0, 0, 0, 29, 210 -translations/source/da/helpcontent2/source/auxiliary.po, 105, 302, 273, 0, 0, 0, 0, 105, 302 -translations/source/da/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1203, 0, 0, 0, 0, 103, 1345 -translations/source/da/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31119, 0, 0, 0, 0, 4505, 35431 -translations/source/da/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 437, 0, 0, 0, 0, 67, 465 -translations/source/da/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1282, 0, 0, 0, 0, 198, 1482 -translations/source/da/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 92, 0, 0, 0, 0, 47, 145 -translations/source/da/helpcontent2/source/text/scalc.po, 187, 986, 872, 0, 0, 0, 0, 187, 986 -translations/source/da/helpcontent2/source/text/scalc/00.po, 201, 945, 900, 0, 0, 0, 0, 201, 945 -translations/source/da/helpcontent2/source/text/scalc/01.po, 7495, 73155, 65251, 0, 0, 0, 0, 7495, 73155 -translations/source/da/helpcontent2/source/text/scalc/02.po, 123, 810, 672, 0, 0, 0, 0, 123, 810 -translations/source/da/helpcontent2/source/text/scalc/04.po, 187, 1497, 1341, 0, 0, 0, 0, 187, 1497 -translations/source/da/helpcontent2/source/text/scalc/05.po, 137, 853, 801, 0, 0, 0, 0, 137, 853 -translations/source/da/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/da/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 19192, 0, 0, 0, 0, 1469, 21593 -translations/source/da/helpcontent2/source/text/schart.po, 96, 931, 782, 0, 0, 0, 0, 96, 931 -translations/source/da/helpcontent2/source/text/schart/00.po, 60, 347, 306, 0, 0, 0, 0, 60, 347 -translations/source/da/helpcontent2/source/text/schart/01.po, 972, 11826, 9905, 0, 0, 0, 0, 972, 11826 -translations/source/da/helpcontent2/source/text/schart/02.po, 25, 117, 92, 0, 0, 0, 0, 25, 117 -translations/source/da/helpcontent2/source/text/schart/04.po, 32, 133, 111, 0, 0, 0, 0, 32, 133 -translations/source/da/helpcontent2/source/text/sdraw.po, 123, 732, 687, 0, 0, 0, 0, 123, 732 -translations/source/da/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/da/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/da/helpcontent2/source/text/sdraw/04.po, 103, 489, 423, 0, 0, 0, 0, 103, 489 -translations/source/da/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2849, 0, 0, 0, 0, 275, 3072 -translations/source/da/helpcontent2/source/text/shared.po, 250, 2308, 2050, 0, 0, 0, 0, 250, 2308 -translations/source/da/helpcontent2/source/text/shared/00.po, 1567, 15694, 14117, 0, 0, 0, 0, 1567, 15694 -translations/source/da/helpcontent2/source/text/shared/01.po, 5487, 51962, 45545, 0, 0, 0, 0, 5487, 51962 -translations/source/da/helpcontent2/source/text/shared/02.po, 2182, 29122, 24576, 0, 0, 0, 0, 2182, 29122 -translations/source/da/helpcontent2/source/text/shared/04.po, 313, 2071, 1788, 0, 0, 0, 0, 313, 2071 -translations/source/da/helpcontent2/source/text/shared/05.po, 196, 2340, 2051, 0, 0, 0, 0, 196, 2340 -translations/source/da/helpcontent2/source/text/shared/06.po, 3, 7, 6, 0, 0, 0, 0, 3, 7 -translations/source/da/helpcontent2/source/text/shared/07.po, 7, 82, 75, 0, 0, 0, 0, 7, 82 -translations/source/da/helpcontent2/source/text/shared/autokorr.po, 48, 420, 413, 0, 0, 0, 0, 48, 420 -translations/source/da/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6968, 0, 0, 0, 0, 887, 8394 -translations/source/da/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 15998, 0, 0, 0, 0, 1641, 18857 -translations/source/da/helpcontent2/source/text/shared/guide.po, 2516, 36443, 32392, 0, 0, 0, 0, 2516, 36443 -translations/source/da/helpcontent2/source/text/shared/help.po, 78, 117, 116, 0, 0, 0, 0, 78, 117 -translations/source/da/helpcontent2/source/text/shared/menu.po, 16, 120, 111, 0, 0, 0, 0, 16, 120 -translations/source/da/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 20428, 0, 0, 0, 0, 1934, 23351 -translations/source/da/helpcontent2/source/text/simpress.po, 199, 1395, 1312, 0, 0, 0, 0, 199, 1395 -translations/source/da/helpcontent2/source/text/simpress/00.po, 163, 902, 813, 0, 0, 0, 0, 163, 902 -translations/source/da/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7387, 0, 0, 0, 0, 1046, 8514 -translations/source/da/helpcontent2/source/text/simpress/02.po, 660, 6509, 6234, 0, 0, 0, 0, 660, 6509 -translations/source/da/helpcontent2/source/text/simpress/04.po, 239, 1138, 1027, 0, 0, 0, 0, 239, 1138 -translations/source/da/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9229, 0, 0, 0, 0, 767, 10282 -translations/source/da/helpcontent2/source/text/smath.po, 60, 739, 700, 0, 0, 0, 0, 60, 739 -translations/source/da/helpcontent2/source/text/smath/00.po, 66, 355, 296, 0, 0, 0, 0, 66, 355 -translations/source/da/helpcontent2/source/text/smath/01.po, 1551, 13859, 12624, 0, 0, 0, 0, 1551, 13859 -translations/source/da/helpcontent2/source/text/smath/02.po, 6, 97, 80, 0, 0, 0, 0, 6, 97 -translations/source/da/helpcontent2/source/text/smath/04.po, 26, 135, 123, 0, 0, 0, 0, 26, 135 -translations/source/da/helpcontent2/source/text/smath/06.po, 9, 21, 20, 0, 0, 0, 0, 9, 21 -translations/source/da/helpcontent2/source/text/smath/guide.po, 104, 1193, 1132, 0, 0, 0, 0, 104, 1193 -translations/source/da/helpcontent2/source/text/swriter.po, 336, 2946, 2587, 0, 0, 0, 0, 336, 2946 -translations/source/da/helpcontent2/source/text/swriter/00.po, 310, 1818, 1627, 0, 0, 0, 0, 310, 1818 -translations/source/da/helpcontent2/source/text/swriter/01.po, 3346, 33793, 29147, 0, 0, 0, 0, 3346, 33793 -translations/source/da/helpcontent2/source/text/swriter/02.po, 426, 3050, 2748, 0, 0, 0, 0, 426, 3050 -translations/source/da/helpcontent2/source/text/swriter/04.po, 254, 1276, 1129, 0, 0, 0, 0, 254, 1276 -translations/source/da/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 25311, 0, 0, 0, 0, 2144, 27937 -translations/source/da/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2929, 0, 0, 0, 0, 326, 3019 -translations/source/da/helpcontent2/source/text/swriter/menu.po, 17, 96, 91, 0, 0, 0, 0, 17, 96 -translations/source/da/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3946, 0, 0, 0, 0, 557, 4354 -translations/source/da/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -translations/source/da/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 643, 0, 0, 0, 0, 49, 693 -translations/source/da/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/da/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -translations/source/da/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -translations/source/da/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1747, 0, 0, 0, 0, 1308, 1841 -translations/source/da/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6863, 0, 0, 0, 0, 3677, 7722 -translations/source/da/readlicense_oo/docs.po, 103, 2403, 2233, 0, 0, 0, 0, 103, 2403 -translations/source/da/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/da/reportdesign/messages.po, 258, 617, 550, 0, 0, 0, 0, 258, 617 -translations/source/da/sc/messages.po, 4686, 20260, 16806, 0, 0, 0, 0, 4686, 20260 -translations/source/da/scaddins/messages.po, 901, 3188, 2669, 0, 0, 0, 0, 901, 3188 -translations/source/da/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -translations/source/da/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/da/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -translations/source/da/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -translations/source/da/scp2/source/draw.po, 41, 149, 138, 0, 0, 0, 0, 41, 149 -translations/source/da/scp2/source/extensions.po, 16, 65, 59, 0, 0, 0, 0, 16, 65 -translations/source/da/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -translations/source/da/scp2/source/graphicfilter.po, 30, 101, 55, 0, 0, 0, 0, 30, 101 -translations/source/da/scp2/source/impress.po, 21, 81, 68, 0, 0, 0, 0, 21, 81 -translations/source/da/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/da/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/da/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/da/scp2/source/ooo.po, 582, 2024, 1782, 0, 0, 0, 0, 582, 2024 -translations/source/da/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/da/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/da/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/da/scp2/source/writer.po, 27, 114, 85, 0, 0, 0, 0, 27, 114 -translations/source/da/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/da/sd/messages.po, 1319, 2951, 2711, 0, 0, 0, 0, 1319, 2951 -translations/source/da/setup_native/source/mac.po, 23, 131, 116, 0, 0, 0, 0, 23, 131 -translations/source/da/sfx2/messages.po, 581, 2226, 2032, 0, 0, 0, 0, 581, 2226 -translations/source/da/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -translations/source/da/starmath/messages.po, 505, 968, 989, 0, 0, 0, 0, 505, 968 -translations/source/da/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/da/svtools/messages.po, 914, 2611, 2415, 0, 0, 0, 0, 914, 2611 -translations/source/da/svx/messages.po, 2846, 7224, 6402, 0, 0, 0, 0, 2846, 7224 -translations/source/da/sw/messages.po, 3441, 7740, 7001, 0, 0, 0, 0, 3441, 7740 -translations/source/da/swext/mediawiki/help.po, 89, 1404, 1243, 0, 0, 0, 0, 89, 1404 -translations/source/da/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/da/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 150, 0, 0, 0, 0, 32, 181 -translations/source/da/sysui/desktop/share.po, 66, 277, 211, 0, 0, 0, 0, 66, 277 -translations/source/da/uui/messages.po, 157, 1554, 1409, 0, 0, 0, 0, 157, 1554 -translations/source/da/vcl/messages.po, 356, 737, 682, 0, 0, 0, 0, 356, 737 -translations/source/da/wizards/messages.po, 265, 1042, 897, 0, 0, 0, 0, 265, 1042 -translations/source/da/wizards/source/resources.po, 554, 2286, 1940, 0, 0, 0, 0, 554, 2286 -translations/source/da/writerperfect/messages.po, 30, 65, 58, 0, 0, 0, 0, 30, 65 -translations/source/da/xmlsecurity/messages.po, 91, 424, 389, 0, 0, 0, 0, 91, 424 -translations/source/de/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -translations/source/de/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/de/basctl/messages.po, 155, 611, 574, 0, 0, 0, 0, 155, 611 -translations/source/de/basic/messages.po, 135, 549, 510, 0, 0, 0, 0, 135, 549 -translations/source/de/chart2/messages.po, 620, 1368, 1124, 0, 0, 0, 0, 620, 1368 -translations/source/de/connectivity/messages.po, 106, 1047, 1035, 0, 0, 0, 0, 106, 1047 -translations/source/de/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/de/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/de/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/de/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/de/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -translations/source/de/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/de/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/de/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/de/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/de/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/de/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/de/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/de/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/de/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/de/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/de/cui/messages.po, 2343, 5558, 5080, 0, 0, 0, 0, 2343, 5558 -translations/source/de/dbaccess/messages.po, 812, 4510, 4173, 0, 0, 0, 0, 812, 4510 -translations/source/de/desktop/messages.po, 162, 1225, 1297, 0, 0, 0, 0, 162, 1225 -translations/source/de/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/de/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/de/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/de/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/de/dictionaries/en/dialog.po, 37, 176, 172, 0, 0, 0, 0, 37, 176 -translations/source/de/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/de/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/de/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -translations/source/de/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/de/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/de/dictionaries/hu_HU/dialog.po, 32, 71, 65, 0, 0, 0, 0, 32, 71 -translations/source/de/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/de/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/de/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/de/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/de/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/de/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/de/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/de/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/de/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/de/dictionaries/ru_RU/dialog.po, 14, 26, 23, 0, 0, 0, 0, 14, 26 -translations/source/de/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/de/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/de/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/de/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/de/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/de/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/de/editeng/messages.po, 265, 656, 601, 0, 0, 0, 0, 265, 656 -translations/source/de/extensions/messages.po, 663, 2099, 1855, 0, 0, 0, 0, 663, 2099 -translations/source/de/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/de/extras/source/autocorr/emoji.po, 1575, 1817, 2233, 0, 0, 0, 0, 1575, 1817 -translations/source/de/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/de/filter/messages.po, 222, 818, 720, 0, 0, 0, 0, 222, 818 -translations/source/de/filter/source/config/fragments/filters.po, 220, 732, 684, 0, 0, 0, 0, 220, 732 -translations/source/de/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 134, 0, 0, 0, 0, 38, 139 -translations/source/de/filter/source/config/fragments/types.po, 38, 121, 112, 0, 0, 0, 0, 38, 121 -translations/source/de/forms/messages.po, 58, 330, 303, 0, 0, 0, 0, 58, 330 -translations/source/de/formula/messages.po, 438, 514, 512, 0, 0, 0, 0, 438, 514 -translations/source/de/fpicker/messages.po, 61, 163, 148, 0, 0, 0, 0, 61, 163 -translations/source/de/framework/messages.po, 29, 210, 210, 0, 0, 0, 0, 29, 210 -translations/source/de/helpcontent2/source/auxiliary.po, 105, 302, 258, 0, 0, 0, 0, 105, 302 -translations/source/de/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1344, 0, 0, 0, 0, 103, 1345 -translations/source/de/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 33787, 0, 0, 0, 0, 4505, 35431 -translations/source/de/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 548, 0, 0, 0, 0, 67, 465 -translations/source/de/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1423, 0, 0, 0, 0, 198, 1482 -translations/source/de/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 140, 0, 0, 0, 0, 47, 145 -translations/source/de/helpcontent2/source/text/scalc.po, 187, 986, 928, 0, 0, 0, 0, 187, 986 -translations/source/de/helpcontent2/source/text/scalc/00.po, 201, 945, 1048, 0, 0, 0, 0, 201, 945 -translations/source/de/helpcontent2/source/text/scalc/01.po, 7495, 73155, 68446, 0, 0, 0, 0, 7495, 73155 -translations/source/de/helpcontent2/source/text/scalc/02.po, 123, 810, 729, 0, 0, 0, 0, 123, 810 -translations/source/de/helpcontent2/source/text/scalc/04.po, 187, 1497, 1454, 0, 0, 0, 0, 187, 1497 -translations/source/de/helpcontent2/source/text/scalc/05.po, 137, 853, 810, 0, 0, 0, 0, 137, 853 -translations/source/de/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/de/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 20655, 0, 0, 0, 0, 1469, 21593 -translations/source/de/helpcontent2/source/text/schart.po, 96, 931, 876, 0, 0, 0, 0, 96, 931 -translations/source/de/helpcontent2/source/text/schart/00.po, 60, 347, 346, 0, 0, 0, 0, 60, 347 -translations/source/de/helpcontent2/source/text/schart/01.po, 972, 11826, 11006, 0, 0, 0, 0, 972, 11826 -translations/source/de/helpcontent2/source/text/schart/02.po, 25, 117, 98, 0, 0, 0, 0, 25, 117 -translations/source/de/helpcontent2/source/text/schart/04.po, 33, 138, 129, 0, 0, 0, 0, 33, 138 -translations/source/de/helpcontent2/source/text/sdraw.po, 123, 732, 772, 0, 0, 0, 0, 123, 732 -translations/source/de/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/de/helpcontent2/source/text/sdraw/01.po, 3, 12, 49, 0, 0, 0, 0, 3, 12 -translations/source/de/helpcontent2/source/text/sdraw/04.po, 103, 489, 518, 0, 0, 0, 0, 103, 489 -translations/source/de/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3459, 0, 0, 0, 0, 275, 3072 -translations/source/de/helpcontent2/source/text/shared.po, 250, 2308, 2212, 0, 0, 0, 0, 250, 2308 -translations/source/de/helpcontent2/source/text/shared/00.po, 1567, 15694, 15879, 0, 0, 0, 0, 1567, 15694 -translations/source/de/helpcontent2/source/text/shared/01.po, 5487, 51962, 49527, 0, 0, 0, 0, 5487, 51962 -translations/source/de/helpcontent2/source/text/shared/02.po, 2182, 29122, 26918, 0, 0, 0, 0, 2182, 29122 -translations/source/de/helpcontent2/source/text/shared/04.po, 313, 2071, 2020, 0, 0, 0, 0, 313, 2071 -translations/source/de/helpcontent2/source/text/shared/05.po, 196, 2340, 2219, 0, 0, 0, 0, 196, 2340 -translations/source/de/helpcontent2/source/text/shared/06.po, 3, 7, 5, 0, 0, 0, 0, 3, 7 -translations/source/de/helpcontent2/source/text/shared/07.po, 7, 82, 73, 0, 0, 0, 0, 7, 82 -translations/source/de/helpcontent2/source/text/shared/autokorr.po, 48, 420, 318, 0, 0, 0, 0, 48, 420 -translations/source/de/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7881, 0, 0, 0, 0, 887, 8394 -translations/source/de/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 17403, 0, 0, 0, 0, 1641, 18857 -translations/source/de/helpcontent2/source/text/shared/guide.po, 2516, 36443, 35372, 0, 0, 0, 0, 2516, 36443 -translations/source/de/helpcontent2/source/text/shared/help.po, 78, 117, 120, 0, 0, 0, 0, 78, 117 -translations/source/de/helpcontent2/source/text/shared/menu.po, 16, 120, 113, 0, 0, 0, 0, 16, 120 -translations/source/de/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 21941, 0, 0, 0, 0, 1934, 23351 -translations/source/de/helpcontent2/source/text/simpress.po, 199, 1395, 1374, 0, 0, 0, 0, 199, 1395 -translations/source/de/helpcontent2/source/text/simpress/00.po, 163, 902, 1027, 0, 0, 0, 0, 163, 902 -translations/source/de/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8152, 0, 0, 0, 0, 1046, 8514 -translations/source/de/helpcontent2/source/text/simpress/02.po, 660, 6509, 6235, 0, 0, 0, 0, 660, 6509 -translations/source/de/helpcontent2/source/text/simpress/04.po, 239, 1138, 1135, 0, 0, 0, 0, 239, 1138 -translations/source/de/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10239, 0, 0, 0, 0, 767, 10282 -translations/source/de/helpcontent2/source/text/smath.po, 60, 739, 751, 0, 0, 0, 0, 60, 739 -translations/source/de/helpcontent2/source/text/smath/00.po, 66, 355, 378, 0, 0, 0, 0, 66, 355 -translations/source/de/helpcontent2/source/text/smath/01.po, 1551, 13859, 13545, 0, 0, 0, 0, 1551, 13859 -translations/source/de/helpcontent2/source/text/smath/02.po, 6, 97, 88, 0, 0, 0, 0, 6, 97 -translations/source/de/helpcontent2/source/text/smath/04.po, 26, 135, 114, 0, 0, 0, 0, 26, 135 -translations/source/de/helpcontent2/source/text/smath/06.po, 9, 21, 22, 0, 0, 0, 0, 9, 21 -translations/source/de/helpcontent2/source/text/smath/guide.po, 104, 1193, 1100, 0, 0, 0, 0, 104, 1193 -translations/source/de/helpcontent2/source/text/swriter.po, 336, 2946, 2768, 0, 0, 0, 0, 336, 2946 -translations/source/de/helpcontent2/source/text/swriter/00.po, 310, 1818, 1851, 0, 0, 0, 0, 310, 1818 -translations/source/de/helpcontent2/source/text/swriter/01.po, 3346, 33793, 31847, 0, 0, 0, 0, 3346, 33793 -translations/source/de/helpcontent2/source/text/swriter/02.po, 426, 3050, 3022, 0, 0, 0, 0, 426, 3050 -translations/source/de/helpcontent2/source/text/swriter/04.po, 254, 1276, 1170, 0, 0, 0, 0, 254, 1276 -translations/source/de/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 27023, 0, 0, 0, 0, 2144, 27937 -translations/source/de/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3133, 0, 0, 0, 0, 326, 3019 -translations/source/de/helpcontent2/source/text/swriter/menu.po, 17, 96, 80, 0, 0, 0, 0, 17, 96 -translations/source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4451, 0, 0, 0, 0, 557, 4354 -translations/source/de/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -translations/source/de/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 703, 0, 0, 0, 0, 49, 693 -translations/source/de/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 22, 0, 0, 0, 0, 2, 21 -translations/source/de/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -translations/source/de/officecfg/registry/data/org/openoffice.po, 9, 28, 19, 0, 0, 0, 0, 9, 28 -translations/source/de/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1811, 0, 0, 0, 0, 1308, 1841 -translations/source/de/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6641, 0, 0, 0, 0, 3677, 7722 -translations/source/de/readlicense_oo/docs.po, 103, 2403, 2162, 0, 0, 0, 0, 103, 2403 -translations/source/de/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -translations/source/de/reportdesign/messages.po, 258, 617, 562, 0, 0, 0, 0, 258, 617 -translations/source/de/sc/messages.po, 4686, 20260, 17661, 0, 0, 0, 0, 4686, 20260 -translations/source/de/scaddins/messages.po, 901, 3188, 3286, 0, 0, 0, 0, 901, 3188 -translations/source/de/sccomp/messages.po, 14, 65, 57, 0, 0, 0, 0, 14, 65 -translations/source/de/scp2/source/activex.po, 2, 16, 13, 0, 0, 0, 0, 2, 16 -translations/source/de/scp2/source/base.po, 10, 44, 39, 0, 0, 0, 0, 10, 44 -translations/source/de/scp2/source/calc.po, 22, 94, 90, 0, 0, 0, 0, 22, 94 -translations/source/de/scp2/source/draw.po, 41, 149, 127, 0, 0, 0, 0, 41, 149 -translations/source/de/scp2/source/extensions.po, 16, 65, 44, 0, 0, 0, 0, 16, 65 -translations/source/de/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/de/scp2/source/graphicfilter.po, 30, 101, 96, 0, 0, 0, 0, 30, 101 -translations/source/de/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -translations/source/de/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/de/scp2/source/math.po, 10, 42, 36, 0, 0, 0, 0, 10, 42 -translations/source/de/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/de/scp2/source/ooo.po, 582, 2024, 1935, 0, 0, 0, 0, 582, 2024 -translations/source/de/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/de/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/de/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/de/scp2/source/writer.po, 27, 114, 100, 0, 0, 0, 0, 27, 114 -translations/source/de/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/de/sd/messages.po, 1319, 2951, 2685, 0, 0, 0, 0, 1319, 2951 -translations/source/de/setup_native/source/mac.po, 23, 131, 139, 0, 0, 0, 0, 23, 131 -translations/source/de/sfx2/messages.po, 581, 2226, 2119, 0, 0, 0, 0, 581, 2226 -translations/source/de/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -translations/source/de/starmath/messages.po, 505, 968, 978, 0, 0, 0, 0, 505, 968 -translations/source/de/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/de/svtools/messages.po, 914, 2611, 2482, 0, 0, 0, 0, 914, 2611 -translations/source/de/svx/messages.po, 2846, 7224, 6442, 0, 0, 0, 0, 2846, 7224 -translations/source/de/sw/messages.po, 3441, 7740, 6990, 0, 0, 0, 0, 3441, 7740 -translations/source/de/swext/mediawiki/help.po, 89, 1404, 1374, 0, 0, 0, 0, 89, 1404 -translations/source/de/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 168, 0, 0, 0, 0, 32, 181 -translations/source/de/sysui/desktop/share.po, 66, 277, 241, 0, 0, 0, 0, 66, 277 -translations/source/de/uui/messages.po, 157, 1554, 1515, 0, 0, 0, 0, 157, 1554 -translations/source/de/vcl/messages.po, 356, 737, 704, 0, 0, 0, 0, 356, 737 -translations/source/de/wizards/messages.po, 265, 1042, 996, 0, 0, 0, 0, 265, 1042 -translations/source/de/wizards/source/resources.po, 554, 2286, 2087, 0, 0, 0, 0, 554, 2286 -translations/source/de/writerperfect/messages.po, 30, 65, 51, 0, 0, 0, 0, 30, 65 -translations/source/de/xmlsecurity/messages.po, 91, 424, 409, 0, 0, 0, 0, 91, 424 -translations/source/dgo/accessibility/messages.po, 7, 13, 14, 0, 0, 4, 14, 11, 27 -translations/source/dgo/avmedia/messages.po, 16, 26, 28, 1, 1, 5, 18, 22, 45 -translations/source/dgo/basctl/messages.po, 110, 442, 524, 33, 49, 12, 120, 155, 611 -translations/source/dgo/basic/messages.po, 17, 49, 54, 118, 500, 0, 0, 135, 549 -translations/source/dgo/chart2/messages.po, 309, 684, 706, 169, 320, 142, 364, 620, 1368 -translations/source/dgo/connectivity/messages.po, 93, 900, 974, 8, 56, 5, 91, 106, 1047 -translations/source/dgo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/dgo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dgo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/dgo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -translations/source/dgo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/dgo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dgo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/dgo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/dgo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/dgo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dgo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/dgo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/dgo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/dgo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/dgo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/dgo/cui/messages.po, 792, 1814, 2108, 796, 1358, 755, 2386, 2343, 5558 -translations/source/dgo/dbaccess/messages.po, 488, 2748, 2898, 246, 1263, 78, 499, 812, 4510 -translations/source/dgo/desktop/messages.po, 107, 575, 666, 31, 392, 24, 258, 162, 1225 -translations/source/dgo/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/dgo/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dgo/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/dgo/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dgo/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dgo/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dgo/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/dgo/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/dgo/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/dgo/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dgo/dictionaries/en/dialog.po, 1, 1, 2, 3, 5, 33, 170, 37, 176 -translations/source/dgo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/dgo/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/dgo/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/dgo/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/dgo/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/dgo/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/dgo/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/dgo/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dgo/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -translations/source/dgo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/dgo/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dgo/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/dgo/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/kmr_Latn.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -translations/source/dgo/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dgo/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/dgo/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/dgo/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/dgo/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/dgo/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/dgo/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dgo/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/dgo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/dgo/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/dgo/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dgo/dictionaries/ru_RU/dialog.po, 4, 4, 5, 2, 4, 8, 18, 14, 26 -translations/source/dgo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/dgo/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dgo/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dgo/dictionaries/sr.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/dgo/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/dgo/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/dgo/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dgo/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/dgo/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dgo/editeng/messages.po, 178, 492, 557, 72, 111, 15, 53, 265, 656 -translations/source/dgo/extensions/messages.po, 399, 1202, 1385, 215, 631, 49, 266, 663, 2099 -translations/source/dgo/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dgo/extras/source/autocorr/emoji.po, 42, 39, 44, 214, 205, 1319, 1573, 1575, 1817 -translations/source/dgo/extras/source/gallery/share.po, 6, 8, 8, 2, 2, 4, 5, 12, 15 -translations/source/dgo/filter/messages.po, 91, 390, 422, 40, 101, 91, 327, 222, 818 -translations/source/dgo/filter/source/config/fragments/filters.po, 86, 303, 302, 12, 34, 122, 395, 220, 732 -translations/source/dgo/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 130, 0, 0, 3, 12, 38, 139 -translations/source/dgo/filter/source/config/fragments/types.po, 18, 56, 56, 5, 19, 15, 46, 38, 121 -translations/source/dgo/forms/messages.po, 54, 314, 326, 1, 2, 3, 14, 58, 330 -translations/source/dgo/formula/messages.po, 274, 277, 282, 95, 121, 63, 110, 432, 508 -translations/source/dgo/fpicker/messages.po, 29, 75, 94, 18, 49, 14, 39, 61, 163 -translations/source/dgo/framework/messages.po, 14, 84, 152, 7, 16, 8, 110, 29, 210 -translations/source/dgo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4034, 5195, 8, 98, 18, 216, 555, 4348 -translations/source/dgo/librelogo/source/pythonpath.po, 35, 36, 40, 39, 41, 64, 96, 138, 173 -translations/source/dgo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 41, 42, 0, 0, 46, 652, 49, 693 -translations/source/dgo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/dgo/nlpsolver/src/locale.po, 7, 7, 12, 6, 7, 28, 91, 41, 105 -translations/source/dgo/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/dgo/officecfg/registry/data/org/openoffice/Office.po, 1262, 1526, 2553, 9, 40, 37, 275, 1308, 1841 -translations/source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po, 2347, 4778, 5575, 633, 1157, 697, 1787, 3677, 7722 -translations/source/dgo/readlicense_oo/docs.po, 66, 1300, 1484, 2, 86, 35, 1017, 103, 2403 -translations/source/dgo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 2, 2, 2, 0, 0, 4, 18, 6, 20 -translations/source/dgo/reportdesign/messages.po, 125, 369, 389, 112, 198, 21, 50, 258, 617 -translations/source/dgo/sc/messages.po, 2172, 11080, 10386, 1142, 2929, 1372, 6251, 4686, 20260 -translations/source/dgo/scaddins/messages.po, 788, 2467, 2396, 22, 89, 91, 632, 901, 3188 -translations/source/dgo/sccomp/messages.po, 11, 47, 46, 1, 4, 2, 14, 14, 65 -translations/source/dgo/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/dgo/scp2/source/base.po, 8, 40, 45, 0, 0, 2, 4, 10, 44 -translations/source/dgo/scp2/source/calc.po, 15, 48, 47, 5, 37, 2, 9, 22, 94 -translations/source/dgo/scp2/source/draw.po, 13, 52, 57, 1, 5, 27, 92, 41, 149 -translations/source/dgo/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/dgo/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/dgo/scp2/source/graphicfilter.po, 28, 91, 99, 0, 0, 2, 10, 30, 101 -translations/source/dgo/scp2/source/impress.po, 17, 66, 69, 3, 12, 1, 3, 21, 81 -translations/source/dgo/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/dgo/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -translations/source/dgo/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -translations/source/dgo/scp2/source/ooo.po, 510, 1738, 2031, 42, 179, 30, 107, 582, 2024 -translations/source/dgo/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/dgo/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -translations/source/dgo/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/dgo/scp2/source/writer.po, 21, 65, 67, 1, 4, 5, 45, 27, 114 -translations/source/dgo/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/dgo/sd/messages.po, 472, 1124, 1370, 367, 690, 480, 1137, 1319, 2951 -translations/source/dgo/setup_native/source/mac.po, 19, 111, 127, 4, 20, 0, 0, 23, 131 -translations/source/dgo/sfx2/messages.po, 188, 560, 641, 161, 401, 232, 1265, 581, 2226 -translations/source/dgo/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -translations/source/dgo/starmath/messages.po, 263, 452, 522, 114, 186, 106, 308, 483, 946 -translations/source/dgo/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/dgo/svtools/messages.po, 576, 1374, 1461, 83, 153, 255, 1084, 914, 2611 -translations/source/dgo/svx/messages.po, 1472, 3477, 3949, 622, 1403, 752, 2344, 2846, 7224 -translations/source/dgo/sw/messages.po, 1449, 3075, 3587, 1162, 2138, 829, 2525, 3440, 7738 -translations/source/dgo/swext/mediawiki/help.po, 32, 270, 305, 29, 674, 28, 460, 89, 1404 -translations/source/dgo/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 6, 0, 0, 0, 0, 2, 3 -translations/source/dgo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 23, 171, 172, 8, 8, 1, 2, 32, 181 -translations/source/dgo/sysui/desktop/share.po, 44, 169, 180, 10, 54, 12, 54, 66, 277 -translations/source/dgo/uui/messages.po, 102, 825, 912, 24, 161, 31, 568, 157, 1554 -translations/source/dgo/vcl/messages.po, 137, 219, 280, 66, 130, 153, 388, 356, 737 -translations/source/dgo/wizards/messages.po, 185, 874, 980, 55, 89, 25, 79, 265, 1042 -translations/source/dgo/wizards/source/resources.po, 359, 1724, 1786, 132, 276, 63, 286, 554, 2286 -translations/source/dgo/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/dgo/xmlsecurity/messages.po, 33, 147, 145, 18, 60, 40, 217, 91, 424 -translations/source/dsb/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -translations/source/dsb/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -translations/source/dsb/basctl/messages.po, 155, 611, 562, 0, 0, 0, 0, 155, 611 -translations/source/dsb/basic/messages.po, 135, 549, 569, 0, 0, 0, 0, 135, 549 -translations/source/dsb/chart2/messages.po, 620, 1368, 1346, 0, 0, 0, 0, 620, 1368 -translations/source/dsb/connectivity/messages.po, 106, 1047, 847, 0, 0, 0, 0, 106, 1047 -translations/source/dsb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/dsb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/dsb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dsb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -translations/source/dsb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/dsb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dsb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/dsb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/dsb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/dsb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/dsb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/dsb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/dsb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dsb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dsb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/dsb/cui/messages.po, 2343, 5558, 5438, 0, 0, 0, 0, 2343, 5558 -translations/source/dsb/dbaccess/messages.po, 812, 4510, 4038, 0, 0, 0, 0, 812, 4510 -translations/source/dsb/desktop/messages.po, 162, 1225, 1173, 0, 0, 0, 0, 162, 1225 -translations/source/dsb/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/dsb/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/dsb/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/dsb/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/dsb/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -translations/source/dsb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/dsb/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/dsb/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/dsb/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/dsb/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/dsb/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -translations/source/dsb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/dsb/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/dsb/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/dsb/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/dsb/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/dsb/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/dsb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/dsb/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/dsb/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/dsb/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -translations/source/dsb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/dsb/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/dsb/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/dsb/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/dsb/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/dsb/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/dsb/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/dsb/editeng/messages.po, 265, 656, 652, 0, 0, 0, 0, 265, 656 -translations/source/dsb/extensions/messages.po, 663, 2099, 1936, 0, 0, 0, 0, 663, 2099 -translations/source/dsb/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/dsb/extras/source/autocorr/emoji.po, 1575, 1817, 2435, 0, 0, 0, 0, 1575, 1817 -translations/source/dsb/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/dsb/filter/messages.po, 222, 818, 770, 0, 0, 0, 0, 222, 818 -translations/source/dsb/filter/source/config/fragments/filters.po, 220, 732, 736, 0, 0, 0, 0, 220, 732 -translations/source/dsb/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/dsb/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -translations/source/dsb/forms/messages.po, 58, 330, 302, 0, 0, 0, 0, 58, 330 -translations/source/dsb/formula/messages.po, 437, 513, 515, 0, 0, 0, 0, 437, 513 -translations/source/dsb/fpicker/messages.po, 61, 163, 151, 0, 0, 0, 0, 61, 163 -translations/source/dsb/framework/messages.po, 29, 210, 194, 0, 0, 0, 0, 29, 210 -translations/source/dsb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4363, 0, 0, 0, 0, 557, 4354 -translations/source/dsb/librelogo/source/pythonpath.po, 138, 173, 174, 0, 0, 0, 0, 138, 173 -translations/source/dsb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 633, 0, 0, 0, 0, 49, 693 -translations/source/dsb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -translations/source/dsb/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -translations/source/dsb/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/dsb/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1817, 0, 0, 0, 0, 1308, 1841 -translations/source/dsb/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8085, 0, 0, 0, 0, 3677, 7722 -translations/source/dsb/readlicense_oo/docs.po, 103, 2403, 2136, 0, 0, 0, 0, 103, 2403 -translations/source/dsb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/dsb/reportdesign/messages.po, 258, 617, 596, 0, 0, 0, 0, 258, 617 -translations/source/dsb/sc/messages.po, 4686, 20260, 17259, 0, 0, 0, 0, 4686, 20260 -translations/source/dsb/scaddins/messages.po, 901, 3188, 2595, 0, 0, 0, 0, 901, 3188 -translations/source/dsb/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -translations/source/dsb/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/dsb/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -translations/source/dsb/scp2/source/calc.po, 22, 94, 104, 0, 0, 0, 0, 22, 94 -translations/source/dsb/scp2/source/draw.po, 41, 149, 150, 0, 0, 0, 0, 41, 149 -translations/source/dsb/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -translations/source/dsb/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/dsb/scp2/source/graphicfilter.po, 30, 101, 118, 0, 0, 0, 0, 30, 101 -translations/source/dsb/scp2/source/impress.po, 21, 81, 81, 0, 0, 0, 0, 21, 81 -translations/source/dsb/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/dsb/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/dsb/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/dsb/scp2/source/ooo.po, 582, 2024, 2068, 0, 0, 0, 0, 582, 2024 -translations/source/dsb/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/dsb/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/dsb/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/dsb/scp2/source/writer.po, 27, 114, 110, 0, 0, 0, 0, 27, 114 -translations/source/dsb/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/dsb/sd/messages.po, 1319, 2951, 2898, 0, 0, 0, 0, 1319, 2951 -translations/source/dsb/setup_native/source/mac.po, 23, 131, 122, 0, 0, 0, 0, 23, 131 -translations/source/dsb/sfx2/messages.po, 581, 2226, 2056, 0, 0, 0, 0, 581, 2226 -translations/source/dsb/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/dsb/starmath/messages.po, 505, 968, 1023, 0, 0, 0, 0, 505, 968 -translations/source/dsb/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/dsb/svtools/messages.po, 914, 2611, 2516, 0, 0, 0, 0, 914, 2611 -translations/source/dsb/svx/messages.po, 2846, 7224, 6961, 0, 0, 0, 0, 2846, 7224 -translations/source/dsb/sw/messages.po, 3441, 7740, 7770, 0, 0, 0, 0, 3441, 7740 -translations/source/dsb/swext/mediawiki/help.po, 89, 1404, 1196, 0, 0, 0, 0, 89, 1404 -translations/source/dsb/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -translations/source/dsb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/dsb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 139, 0, 0, 0, 0, 32, 181 -translations/source/dsb/sysui/desktop/share.po, 66, 277, 290, 0, 0, 0, 0, 66, 277 -translations/source/dsb/uui/messages.po, 157, 1554, 1378, 0, 0, 0, 0, 157, 1554 -translations/source/dsb/vcl/messages.po, 356, 737, 727, 0, 0, 0, 0, 356, 737 -translations/source/dsb/wizards/messages.po, 265, 1042, 988, 0, 0, 0, 0, 265, 1042 -translations/source/dsb/wizards/source/resources.po, 554, 2286, 2008, 0, 0, 0, 0, 554, 2286 -translations/source/dsb/writerperfect/messages.po, 30, 65, 64, 0, 0, 0, 0, 30, 65 -translations/source/dsb/xmlsecurity/messages.po, 91, 424, 402, 0, 0, 0, 0, 91, 424 -translations/source/dz/accessibility/messages.po, 7, 13, 7, 1, 1, 3, 13, 11, 27 -translations/source/dz/avmedia/messages.po, 17, 27, 18, 0, 0, 5, 18, 22, 45 -translations/source/dz/basctl/messages.po, 89, 302, 157, 34, 49, 32, 260, 155, 611 -translations/source/dz/basic/messages.po, 16, 48, 22, 118, 500, 1, 1, 135, 549 -translations/source/dz/chart2/messages.po, 218, 453, 255, 177, 335, 225, 580, 620, 1368 -translations/source/dz/connectivity/messages.po, 8, 71, 27, 7, 49, 91, 927, 106, 1047 -translations/source/dz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/dz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/dz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 2, 0, 0, 1, 2, 3, 5 -translations/source/dz/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/dz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/dz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/dz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/dz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/dz/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/dz/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/dz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/dz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/dz/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/dz/cui/messages.po, 459, 764, 526, 735, 1136, 1149, 3658, 2343, 5558 -translations/source/dz/dbaccess/messages.po, 398, 2436, 1038, 245, 1307, 169, 767, 812, 4510 -translations/source/dz/desktop/messages.po, 77, 345, 192, 32, 427, 53, 453, 162, 1225 -translations/source/dz/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/dz/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/dz/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/dz/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dz/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/dz/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/dz/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/dz/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/dz/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/dz/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dz/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 8, 25, 61, 32, 71 -translations/source/dz/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/dz/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/dz/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/dz/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/dz/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dz/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/dz/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/dz/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/dz/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dz/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -translations/source/dz/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/dz/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/dz/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/dz/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/dz/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/dz/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/editeng/messages.po, 59, 95, 59, 72, 121, 134, 440, 265, 656 -translations/source/dz/extensions/messages.po, 386, 950, 529, 216, 838, 61, 311, 663, 2099 -translations/source/dz/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/dz/extras/source/autocorr/emoji.po, 41, 38, 38, 181, 172, 1353, 1607, 1575, 1817 -translations/source/dz/extras/source/gallery/share.po, 5, 7, 7, 2, 2, 5, 6, 12, 15 -translations/source/dz/filter/messages.po, 50, 184, 82, 29, 57, 143, 577, 222, 818 -translations/source/dz/filter/source/config/fragments/filters.po, 80, 276, 171, 10, 28, 130, 428, 220, 732 -translations/source/dz/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 86, 0, 0, 3, 12, 38, 139 -translations/source/dz/filter/source/config/fragments/types.po, 15, 41, 34, 3, 12, 20, 68, 38, 121 -translations/source/dz/forms/messages.po, 54, 314, 90, 1, 2, 3, 14, 58, 330 -translations/source/dz/formula/messages.po, 52, 55, 52, 56, 57, 326, 398, 434, 510 -translations/source/dz/fpicker/messages.po, 30, 76, 36, 16, 46, 15, 41, 61, 163 -translations/source/dz/framework/messages.po, 17, 163, 56, 6, 14, 6, 33, 29, 210 -translations/source/dz/helpcontent2/source/auxiliary.po, 22, 30, 24, 0, 0, 83, 272, 105, 302 -translations/source/dz/helpcontent2/source/text/sbasic/guide.po, 50, 595, 237, 0, 0, 53, 750, 103, 1345 -translations/source/dz/helpcontent2/source/text/sbasic/shared.po, 3436, 28335, 8871, 0, 0, 1069, 7096, 4505, 35431 -translations/source/dz/helpcontent2/source/text/sbasic/shared/01.po, 52, 290, 137, 0, 0, 15, 175, 67, 465 -translations/source/dz/helpcontent2/source/text/sbasic/shared/02.po, 177, 1092, 453, 0, 0, 21, 390, 198, 1482 -translations/source/dz/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/dz/helpcontent2/source/text/scalc.po, 157, 694, 258, 0, 0, 30, 292, 187, 986 -translations/source/dz/helpcontent2/source/text/scalc/00.po, 60, 129, 113, 0, 0, 141, 816, 201, 945 -translations/source/dz/helpcontent2/source/text/scalc/01.po, 4661, 41924, 16820, 0, 0, 2834, 31231, 7495, 73155 -translations/source/dz/helpcontent2/source/text/scalc/02.po, 110, 724, 245, 0, 0, 13, 86, 123, 810 -translations/source/dz/helpcontent2/source/text/scalc/04.po, 163, 1184, 466, 0, 0, 24, 313, 187, 1497 -translations/source/dz/helpcontent2/source/text/scalc/05.po, 72, 453, 152, 0, 0, 65, 400, 137, 853 -translations/source/dz/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/dz/helpcontent2/source/text/scalc/guide.po, 1146, 15761, 5574, 0, 0, 323, 5832, 1469, 21593 -translations/source/dz/helpcontent2/source/text/schart.po, 15, 142, 29, 0, 0, 81, 789, 96, 931 -translations/source/dz/helpcontent2/source/text/schart/00.po, 47, 249, 175, 0, 0, 13, 98, 60, 347 -translations/source/dz/helpcontent2/source/text/schart/01.po, 321, 2167, 643, 0, 0, 651, 9659, 972, 11826 -translations/source/dz/helpcontent2/source/text/schart/02.po, 21, 103, 26, 0, 0, 4, 14, 25, 117 -translations/source/dz/helpcontent2/source/text/schart/04.po, 31, 132, 43, 0, 0, 1, 1, 32, 133 -translations/source/dz/helpcontent2/source/text/sdraw.po, 115, 698, 238, 0, 0, 8, 34, 123, 732 -translations/source/dz/helpcontent2/source/text/sdraw/00.po, 2, 8, 4, 0, 0, 0, 0, 2, 8 -translations/source/dz/helpcontent2/source/text/sdraw/01.po, 3, 12, 6, 0, 0, 0, 0, 3, 12 -translations/source/dz/helpcontent2/source/text/sdraw/04.po, 98, 427, 218, 0, 0, 5, 62, 103, 489 -translations/source/dz/helpcontent2/source/text/sdraw/guide.po, 245, 2617, 908, 0, 0, 30, 455, 275, 3072 -translations/source/dz/helpcontent2/source/text/shared.po, 202, 1760, 551, 0, 0, 48, 548, 250, 2308 -translations/source/dz/helpcontent2/source/text/shared/00.po, 722, 6192, 1843, 0, 0, 845, 9502, 1567, 15694 -translations/source/dz/helpcontent2/source/text/shared/01.po, 3390, 24593, 8080, 0, 0, 2097, 27369, 5487, 51962 -translations/source/dz/helpcontent2/source/text/shared/02.po, 1649, 18428, 6078, 0, 0, 533, 10694, 2182, 29122 -translations/source/dz/helpcontent2/source/text/shared/04.po, 229, 911, 370, 0, 0, 84, 1160, 313, 2071 -translations/source/dz/helpcontent2/source/text/shared/05.po, 94, 938, 240, 0, 0, 102, 1402, 196, 2340 -translations/source/dz/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/dz/helpcontent2/source/text/shared/07.po, 4, 29, 11, 0, 0, 3, 53, 7, 82 -translations/source/dz/helpcontent2/source/text/shared/autokorr.po, 46, 398, 101, 0, 0, 2, 22, 48, 420 -translations/source/dz/helpcontent2/source/text/shared/autopi.po, 725, 6416, 2033, 0, 0, 162, 1978, 887, 8394 -translations/source/dz/helpcontent2/source/text/shared/explorer/database.po, 1244, 10856, 3329, 0, 0, 397, 8001, 1641, 18857 -translations/source/dz/helpcontent2/source/text/shared/guide.po, 1698, 22901, 6003, 0, 0, 818, 13542, 2516, 36443 -translations/source/dz/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/dz/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/dz/helpcontent2/source/text/shared/optionen.po, 1145, 9743, 2442, 0, 0, 789, 13608, 1934, 23351 -translations/source/dz/helpcontent2/source/text/simpress.po, 167, 1127, 263, 0, 0, 32, 268, 199, 1395 -translations/source/dz/helpcontent2/source/text/simpress/00.po, 153, 861, 472, 0, 0, 10, 41, 163, 902 -translations/source/dz/helpcontent2/source/text/simpress/01.po, 844, 6178, 1410, 0, 0, 202, 2336, 1046, 8514 -translations/source/dz/helpcontent2/source/text/simpress/02.po, 632, 6276, 1331, 0, 0, 28, 233, 660, 6509 -translations/source/dz/helpcontent2/source/text/simpress/04.po, 177, 803, 308, 0, 0, 62, 335, 239, 1138 -translations/source/dz/helpcontent2/source/text/simpress/guide.po, 521, 6200, 1345, 0, 0, 246, 4082, 767, 10282 -translations/source/dz/helpcontent2/source/text/smath.po, 56, 609, 172, 0, 0, 4, 130, 60, 739 -translations/source/dz/helpcontent2/source/text/smath/00.po, 53, 224, 126, 0, 0, 13, 131, 66, 355 -translations/source/dz/helpcontent2/source/text/smath/01.po, 1038, 11285, 3923, 0, 0, 513, 2574, 1551, 13859 -translations/source/dz/helpcontent2/source/text/smath/02.po, 6, 97, 23, 0, 0, 0, 0, 6, 97 -translations/source/dz/helpcontent2/source/text/smath/04.po, 25, 130, 36, 0, 0, 1, 5, 26, 135 -translations/source/dz/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/dz/helpcontent2/source/text/smath/guide.po, 64, 643, 219, 0, 0, 40, 550, 104, 1193 -translations/source/dz/helpcontent2/source/text/swriter.po, 196, 987, 379, 0, 0, 140, 1959, 336, 2946 -translations/source/dz/helpcontent2/source/text/swriter/00.po, 211, 1036, 659, 0, 0, 99, 782, 310, 1818 -translations/source/dz/helpcontent2/source/text/swriter/01.po, 2557, 22956, 6741, 0, 0, 789, 10837, 3346, 33793 -translations/source/dz/helpcontent2/source/text/swriter/02.po, 363, 2432, 1072, 0, 0, 63, 618, 426, 3050 -translations/source/dz/helpcontent2/source/text/swriter/04.po, 228, 1023, 543, 0, 0, 26, 253, 254, 1276 -translations/source/dz/helpcontent2/source/text/swriter/guide.po, 1574, 18651, 4592, 0, 0, 570, 9286, 2144, 27937 -translations/source/dz/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 38, 1, 1, 287, 2979, 326, 3019 -translations/source/dz/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/dz/instsetoo_native/inc_openoffice/windows/msi_languages.po, 521, 4009, 1599, 14, 120, 20, 219, 555, 4348 -translations/source/dz/librelogo/source/pythonpath.po, 14, 16, 14, 45, 47, 79, 110, 138, 173 -translations/source/dz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -translations/source/dz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/dz/nlpsolver/src/locale.po, 4, 4, 4, 9, 10, 28, 91, 41, 105 -translations/source/dz/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/dz/officecfg/registry/data/org/openoffice/Office.po, 1164, 1245, 1495, 25, 28, 119, 568, 1308, 1841 -translations/source/dz/officecfg/registry/data/org/openoffice/Office/UI.po, 2286, 4576, 3124, 594, 1092, 797, 2054, 3677, 7722 -translations/source/dz/readlicense_oo/docs.po, 19, 244, 67, 2, 97, 82, 2062, 103, 2403 -translations/source/dz/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/dz/reportdesign/messages.po, 69, 90, 69, 71, 121, 118, 406, 258, 617 -translations/source/dz/sc/messages.po, 1966, 10003, 3186, 1148, 3178, 1572, 7079, 4686, 20260 -translations/source/dz/scaddins/messages.po, 772, 2437, 838, 32, 113, 97, 638, 901, 3188 -translations/source/dz/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/dz/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -translations/source/dz/scp2/source/base.po, 8, 40, 13, 0, 0, 2, 4, 10, 44 -translations/source/dz/scp2/source/calc.po, 15, 48, 43, 5, 37, 2, 9, 22, 94 -translations/source/dz/scp2/source/draw.po, 13, 52, 38, 1, 5, 27, 92, 41, 149 -translations/source/dz/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/dz/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/dz/scp2/source/graphicfilter.po, 28, 91, 81, 0, 0, 2, 10, 30, 101 -translations/source/dz/scp2/source/impress.po, 17, 66, 53, 3, 12, 1, 3, 21, 81 -translations/source/dz/scp2/source/kde.po, 0, 0, 0, 2, 9, 0, 0, 2, 9 -translations/source/dz/scp2/source/math.po, 10, 42, 35, 0, 0, 0, 0, 10, 42 -translations/source/dz/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/dz/scp2/source/ooo.po, 219, 282, 242, 111, 666, 252, 1076, 582, 2024 -translations/source/dz/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/dz/scp2/source/quickstart.po, 2, 15, 6, 0, 0, 0, 0, 2, 15 -translations/source/dz/scp2/source/winexplorerext.po, 2, 18, 10, 0, 0, 0, 0, 2, 18 -translations/source/dz/scp2/source/writer.po, 17, 50, 42, 2, 7, 8, 57, 27, 114 -translations/source/dz/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/dz/sd/messages.po, 358, 895, 387, 359, 643, 602, 1413, 1319, 2951 -translations/source/dz/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -translations/source/dz/sfx2/messages.po, 164, 454, 287, 143, 397, 274, 1375, 581, 2226 -translations/source/dz/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/dz/starmath/messages.po, 269, 471, 282, 109, 153, 127, 344, 505, 968 -translations/source/dz/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/dz/svtools/messages.po, 369, 974, 529, 79, 162, 466, 1475, 914, 2611 -translations/source/dz/svx/messages.po, 1362, 3189, 1826, 604, 1371, 880, 2664, 2846, 7224 -translations/source/dz/sw/messages.po, 1003, 1596, 1237, 1216, 2174, 1222, 3970, 3441, 7740 -translations/source/dz/swext/mediawiki/help.po, 5, 6, 5, 6, 8, 78, 1390, 89, 1404 -translations/source/dz/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/dz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 8, 8, 20, 169, 32, 181 -translations/source/dz/sysui/desktop/share.po, 33, 122, 56, 14, 67, 19, 88, 66, 277 -translations/source/dz/uui/messages.po, 88, 820, 235, 20, 82, 49, 652, 157, 1554 -translations/source/dz/vcl/messages.po, 111, 156, 117, 59, 99, 186, 482, 356, 737 -translations/source/dz/wizards/messages.po, 189, 845, 253, 52, 153, 24, 44, 265, 1042 -translations/source/dz/wizards/source/resources.po, 405, 1780, 561, 86, 297, 63, 209, 554, 2286 -translations/source/dz/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/dz/xmlsecurity/messages.po, 17, 36, 23, 19, 61, 55, 327, 91, 424 -translations/source/el/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -translations/source/el/avmedia/messages.po, 22, 45, 48, 0, 0, 0, 0, 22, 45 -translations/source/el/basctl/messages.po, 155, 611, 630, 0, 0, 0, 0, 155, 611 -translations/source/el/basic/messages.po, 135, 549, 614, 0, 0, 0, 0, 135, 549 -translations/source/el/chart2/messages.po, 620, 1368, 1428, 0, 0, 0, 0, 620, 1368 -translations/source/el/connectivity/messages.po, 106, 1047, 980, 0, 0, 0, 0, 106, 1047 -translations/source/el/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/el/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/el/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/el/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/el/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/el/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/el/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/el/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/el/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/el/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/el/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/el/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/el/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/el/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/el/cui/messages.po, 2343, 5558, 5879, 0, 0, 0, 0, 2343, 5558 -translations/source/el/dbaccess/messages.po, 812, 4510, 4638, 0, 0, 0, 0, 812, 4510 -translations/source/el/desktop/messages.po, 162, 1225, 1258, 0, 0, 0, 0, 162, 1225 -translations/source/el/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/el/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/ca.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/cs_CZ.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -translations/source/el/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/el/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/en.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/el/dictionaries/en/dialog.po, 37, 176, 179, 0, 0, 0, 0, 37, 176 -translations/source/el/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/el/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -translations/source/el/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/el/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/el/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/el/dictionaries/hu_HU/dialog.po, 32, 71, 74, 0, 0, 0, 0, 32, 71 -translations/source/el/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/el/dictionaries/id.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/el/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/el/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/el/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/el/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/el/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/el/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/el/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/ru_RU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/el/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -translations/source/el/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/el/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/el/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/el/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/el/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/el/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/el/editeng/messages.po, 265, 656, 721, 0, 0, 0, 0, 265, 656 -translations/source/el/extensions/messages.po, 663, 2099, 2166, 0, 0, 0, 0, 663, 2099 -translations/source/el/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/extras/source/autocorr/emoji.po, 1575, 1817, 2833, 0, 0, 0, 0, 1575, 1817 -translations/source/el/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/el/filter/messages.po, 222, 818, 849, 0, 0, 0, 0, 222, 818 -translations/source/el/filter/source/config/fragments/filters.po, 220, 732, 772, 0, 0, 0, 0, 220, 732 -translations/source/el/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/el/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -translations/source/el/forms/messages.po, 58, 330, 339, 0, 0, 0, 0, 58, 330 -translations/source/el/formula/messages.po, 438, 514, 516, 0, 0, 0, 0, 438, 514 -translations/source/el/fpicker/messages.po, 61, 163, 170, 0, 0, 0, 0, 61, 163 -translations/source/el/framework/messages.po, 29, 210, 216, 0, 0, 0, 0, 29, 210 -translations/source/el/helpcontent2/source/auxiliary.po, 105, 302, 311, 0, 0, 0, 0, 105, 302 -translations/source/el/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1406, 0, 0, 0, 0, 103, 1345 -translations/source/el/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 36515, 0, 0, 0, 0, 4505, 35431 -translations/source/el/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 503, 0, 0, 0, 0, 67, 465 -translations/source/el/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1554, 0, 0, 0, 0, 198, 1482 -translations/source/el/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 164, 0, 0, 0, 0, 47, 145 -translations/source/el/helpcontent2/source/text/scalc.po, 187, 986, 1096, 0, 0, 0, 0, 187, 986 -translations/source/el/helpcontent2/source/text/scalc/00.po, 196, 920, 955, 0, 0, 5, 25, 201, 945 -translations/source/el/helpcontent2/source/text/scalc/01.po, 7487, 72880, 74445, 0, 0, 8, 275, 7495, 73155 -translations/source/el/helpcontent2/source/text/scalc/02.po, 121, 804, 827, 0, 0, 2, 6, 123, 810 -translations/source/el/helpcontent2/source/text/scalc/04.po, 187, 1497, 1536, 0, 0, 0, 0, 187, 1497 -translations/source/el/helpcontent2/source/text/scalc/05.po, 137, 853, 871, 0, 0, 0, 0, 137, 853 -translations/source/el/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/el/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 21998, 0, 0, 1, 47, 1469, 21593 -translations/source/el/helpcontent2/source/text/schart.po, 96, 931, 1005, 0, 0, 0, 0, 96, 931 -translations/source/el/helpcontent2/source/text/schart/00.po, 60, 347, 346, 0, 0, 0, 0, 60, 347 -translations/source/el/helpcontent2/source/text/schart/01.po, 972, 11826, 12209, 0, 0, 0, 0, 972, 11826 -translations/source/el/helpcontent2/source/text/schart/02.po, 25, 117, 119, 0, 0, 0, 0, 25, 117 -translations/source/el/helpcontent2/source/text/schart/04.po, 32, 133, 146, 0, 0, 0, 0, 32, 133 -translations/source/el/helpcontent2/source/text/sdraw.po, 123, 732, 844, 0, 0, 0, 0, 123, 732 -translations/source/el/helpcontent2/source/text/sdraw/00.po, 2, 8, 16, 0, 0, 0, 0, 2, 8 -translations/source/el/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -translations/source/el/helpcontent2/source/text/sdraw/04.po, 103, 489, 510, 0, 0, 0, 0, 103, 489 -translations/source/el/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3339, 0, 0, 0, 0, 275, 3072 -translations/source/el/helpcontent2/source/text/shared.po, 246, 2199, 2225, 0, 0, 4, 109, 250, 2308 -translations/source/el/helpcontent2/source/text/shared/00.po, 1550, 15490, 16298, 0, 0, 17, 204, 1567, 15694 -translations/source/el/helpcontent2/source/text/shared/01.po, 5483, 51844, 52413, 0, 0, 4, 118, 5487, 51962 -translations/source/el/helpcontent2/source/text/shared/02.po, 2181, 29096, 29803, 0, 0, 1, 26, 2182, 29122 -translations/source/el/helpcontent2/source/text/shared/04.po, 311, 2067, 2181, 0, 0, 2, 4, 313, 2071 -translations/source/el/helpcontent2/source/text/shared/05.po, 196, 2340, 2505, 0, 0, 0, 0, 196, 2340 -translations/source/el/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -translations/source/el/helpcontent2/source/text/shared/07.po, 7, 82, 74, 0, 0, 0, 0, 7, 82 -translations/source/el/helpcontent2/source/text/shared/autokorr.po, 48, 420, 422, 0, 0, 0, 0, 48, 420 -translations/source/el/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8848, 0, 0, 0, 0, 887, 8394 -translations/source/el/helpcontent2/source/text/shared/explorer/database.po, 1638, 18750, 19938, 0, 0, 3, 107, 1641, 18857 -translations/source/el/helpcontent2/source/text/shared/guide.po, 2508, 36212, 37778, 0, 0, 8, 231, 2516, 36443 -translations/source/el/helpcontent2/source/text/shared/help.po, 78, 117, 120, 0, 0, 0, 0, 78, 117 -translations/source/el/helpcontent2/source/text/shared/menu.po, 16, 120, 129, 0, 0, 0, 0, 16, 120 -translations/source/el/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 24230, 0, 0, 0, 0, 1934, 23351 -translations/source/el/helpcontent2/source/text/simpress.po, 199, 1395, 1516, 0, 0, 0, 0, 199, 1395 -translations/source/el/helpcontent2/source/text/simpress/00.po, 163, 902, 958, 0, 0, 0, 0, 163, 902 -translations/source/el/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8630, 0, 0, 0, 0, 1046, 8514 -translations/source/el/helpcontent2/source/text/simpress/02.po, 660, 6509, 7007, 0, 0, 0, 0, 660, 6509 -translations/source/el/helpcontent2/source/text/simpress/04.po, 239, 1138, 1178, 0, 0, 0, 0, 239, 1138 -translations/source/el/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10890, 0, 0, 0, 0, 767, 10282 -translations/source/el/helpcontent2/source/text/smath.po, 60, 739, 784, 0, 0, 0, 0, 60, 739 -translations/source/el/helpcontent2/source/text/smath/00.po, 66, 355, 371, 0, 0, 0, 0, 66, 355 -translations/source/el/helpcontent2/source/text/smath/01.po, 1551, 13859, 13993, 0, 0, 0, 0, 1551, 13859 -translations/source/el/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -translations/source/el/helpcontent2/source/text/smath/04.po, 26, 135, 138, 0, 0, 0, 0, 26, 135 -translations/source/el/helpcontent2/source/text/smath/06.po, 9, 21, 21, 0, 0, 0, 0, 9, 21 -translations/source/el/helpcontent2/source/text/smath/guide.po, 104, 1193, 1244, 0, 0, 0, 0, 104, 1193 -translations/source/el/helpcontent2/source/text/swriter.po, 331, 2836, 2956, 0, 0, 5, 110, 336, 2946 -translations/source/el/helpcontent2/source/text/swriter/00.po, 310, 1818, 1943, 0, 0, 0, 0, 310, 1818 -translations/source/el/helpcontent2/source/text/swriter/01.po, 3346, 33793, 33821, 0, 0, 0, 0, 3346, 33793 -translations/source/el/helpcontent2/source/text/swriter/02.po, 426, 3050, 3049, 0, 0, 0, 0, 426, 3050 -translations/source/el/helpcontent2/source/text/swriter/04.po, 254, 1276, 1321, 0, 0, 0, 0, 254, 1276 -translations/source/el/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 28284, 0, 0, 0, 0, 2144, 27937 -translations/source/el/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3063, 0, 0, 0, 0, 326, 3019 -translations/source/el/helpcontent2/source/text/swriter/menu.po, 17, 96, 103, 0, 0, 0, 0, 17, 96 -translations/source/el/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4571, 0, 0, 0, 0, 557, 4354 -translations/source/el/librelogo/source/pythonpath.po, 138, 173, 176, 0, 0, 0, 0, 138, 173 -translations/source/el/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 667, 0, 0, 0, 0, 49, 693 -translations/source/el/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -translations/source/el/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -translations/source/el/officecfg/registry/data/org/openoffice.po, 9, 28, 22, 0, 0, 0, 0, 9, 28 -translations/source/el/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1880, 0, 0, 0, 0, 1308, 1841 -translations/source/el/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8439, 0, 0, 0, 0, 3677, 7722 -translations/source/el/readlicense_oo/docs.po, 103, 2403, 2515, 0, 0, 0, 0, 103, 2403 -translations/source/el/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -translations/source/el/reportdesign/messages.po, 258, 617, 631, 0, 0, 0, 0, 258, 617 -translations/source/el/sc/messages.po, 4686, 20260, 20216, 0, 0, 0, 0, 4686, 20260 -translations/source/el/scaddins/messages.po, 901, 3188, 3204, 0, 0, 0, 0, 901, 3188 -translations/source/el/sccomp/messages.po, 14, 65, 75, 0, 0, 0, 0, 14, 65 -translations/source/el/scp2/source/activex.po, 2, 16, 22, 0, 0, 0, 0, 2, 16 -translations/source/el/scp2/source/base.po, 10, 44, 53, 0, 0, 0, 0, 10, 44 -translations/source/el/scp2/source/calc.po, 22, 94, 115, 0, 0, 0, 0, 22, 94 -translations/source/el/scp2/source/draw.po, 41, 149, 161, 0, 0, 0, 0, 41, 149 -translations/source/el/scp2/source/extensions.po, 16, 65, 72, 0, 0, 0, 0, 16, 65 -translations/source/el/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -translations/source/el/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -translations/source/el/scp2/source/impress.po, 21, 81, 91, 0, 0, 0, 0, 21, 81 -translations/source/el/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/el/scp2/source/math.po, 10, 42, 51, 0, 0, 0, 0, 10, 42 -translations/source/el/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/el/scp2/source/ooo.po, 582, 2024, 2016, 0, 0, 0, 0, 582, 2024 -translations/source/el/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/el/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -translations/source/el/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -translations/source/el/scp2/source/writer.po, 27, 114, 125, 0, 0, 0, 0, 27, 114 -translations/source/el/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/el/sd/messages.po, 1319, 2951, 3089, 0, 0, 0, 0, 1319, 2951 -translations/source/el/setup_native/source/mac.po, 23, 131, 145, 0, 0, 0, 0, 23, 131 -translations/source/el/sfx2/messages.po, 581, 2226, 2350, 0, 0, 0, 0, 581, 2226 -translations/source/el/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/el/starmath/messages.po, 505, 968, 1000, 0, 0, 0, 0, 505, 968 -translations/source/el/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/el/svtools/messages.po, 914, 2611, 2751, 0, 0, 0, 0, 914, 2611 -translations/source/el/svx/messages.po, 2846, 7224, 7530, 0, 0, 0, 0, 2846, 7224 -translations/source/el/sw/messages.po, 3441, 7740, 8150, 0, 0, 0, 0, 3441, 7740 -translations/source/el/swext/mediawiki/help.po, 89, 1404, 1496, 0, 0, 0, 0, 89, 1404 -translations/source/el/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/el/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 171, 0, 0, 0, 0, 32, 181 -translations/source/el/sysui/desktop/share.po, 66, 277, 320, 0, 0, 0, 0, 66, 277 -translations/source/el/uui/messages.po, 157, 1554, 1683, 0, 0, 0, 0, 157, 1554 -translations/source/el/vcl/messages.po, 356, 737, 789, 0, 0, 0, 0, 356, 737 -translations/source/el/wizards/messages.po, 265, 1042, 1053, 0, 0, 0, 0, 265, 1042 -translations/source/el/wizards/source/resources.po, 554, 2286, 2232, 0, 0, 0, 0, 554, 2286 -translations/source/el/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -translations/source/el/xmlsecurity/messages.po, 91, 424, 435, 0, 0, 0, 0, 91, 424 -translations/source/en-GB/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/en-GB/avmedia/messages.po, 22, 45, 45, 0, 0, 0, 0, 22, 45 -translations/source/en-GB/basctl/messages.po, 155, 611, 611, 0, 0, 0, 0, 155, 611 -translations/source/en-GB/basic/messages.po, 135, 549, 548, 0, 0, 0, 0, 135, 549 -translations/source/en-GB/chart2/messages.po, 620, 1368, 1312, 0, 0, 0, 0, 620, 1368 -translations/source/en-GB/connectivity/messages.po, 106, 1047, 1040, 0, 0, 0, 0, 106, 1047 -translations/source/en-GB/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/en-GB/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-GB/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-GB/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/en-GB/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/en-GB/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-GB/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/en-GB/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/en-GB/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/en-GB/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/en-GB/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/en-GB/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-GB/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-GB/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/en-GB/cui/messages.po, 2343, 5558, 5559, 0, 0, 0, 0, 2343, 5558 -translations/source/en-GB/dbaccess/messages.po, 812, 4510, 4506, 0, 0, 0, 0, 812, 4510 -translations/source/en-GB/desktop/messages.po, 162, 1225, 1224, 0, 0, 0, 0, 162, 1225 -translations/source/en-GB/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/en-GB/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/en-GB/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/en-GB/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/en-GB/dictionaries/en/dialog.po, 37, 176, 176, 0, 0, 0, 0, 37, 176 -translations/source/en-GB/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/en-GB/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/en-GB/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/en-GB/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/en-GB/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/en-GB/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -translations/source/en-GB/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/en-GB/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/en-GB/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/en-GB/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/en-GB/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/en-GB/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/en-GB/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/en-GB/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/en-GB/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/en-GB/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -translations/source/en-GB/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/en-GB/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/en-GB/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/en-GB/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/en-GB/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/en-GB/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/editeng/messages.po, 265, 656, 659, 0, 0, 0, 0, 265, 656 -translations/source/en-GB/extensions/messages.po, 663, 2099, 2100, 0, 0, 0, 0, 663, 2099 -translations/source/en-GB/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/extras/source/autocorr/emoji.po, 1575, 1817, 1817, 0, 0, 0, 0, 1575, 1817 -translations/source/en-GB/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/en-GB/filter/messages.po, 222, 818, 818, 0, 0, 0, 0, 222, 818 -translations/source/en-GB/filter/source/config/fragments/filters.po, 220, 732, 732, 0, 0, 0, 0, 220, 732 -translations/source/en-GB/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/en-GB/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -translations/source/en-GB/forms/messages.po, 58, 330, 329, 0, 0, 0, 0, 58, 330 -translations/source/en-GB/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -translations/source/en-GB/fpicker/messages.po, 61, 163, 161, 0, 0, 0, 0, 61, 163 -translations/source/en-GB/framework/messages.po, 29, 210, 210, 0, 0, 0, 0, 29, 210 -translations/source/en-GB/helpcontent2/source/auxiliary.po, 105, 302, 303, 0, 0, 0, 0, 105, 302 -translations/source/en-GB/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1358, 0, 0, 0, 0, 103, 1345 -translations/source/en-GB/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 35528, 0, 0, 0, 0, 4505, 35431 -translations/source/en-GB/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 470, 0, 0, 0, 0, 67, 465 -translations/source/en-GB/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1498, 0, 0, 0, 0, 198, 1482 -translations/source/en-GB/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 145, 0, 0, 0, 0, 47, 145 -translations/source/en-GB/helpcontent2/source/text/scalc.po, 187, 986, 989, 0, 0, 0, 0, 187, 986 -translations/source/en-GB/helpcontent2/source/text/scalc/00.po, 201, 945, 949, 0, 0, 0, 0, 201, 945 -translations/source/en-GB/helpcontent2/source/text/scalc/01.po, 7495, 73155, 73423, 0, 0, 0, 0, 7495, 73155 -translations/source/en-GB/helpcontent2/source/text/scalc/02.po, 123, 810, 809, 0, 0, 0, 0, 123, 810 -translations/source/en-GB/helpcontent2/source/text/scalc/04.po, 187, 1497, 1516, 0, 0, 0, 0, 187, 1497 -translations/source/en-GB/helpcontent2/source/text/scalc/05.po, 137, 853, 862, 0, 0, 0, 0, 137, 853 -translations/source/en-GB/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-GB/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 21708, 0, 0, 0, 0, 1469, 21593 -translations/source/en-GB/helpcontent2/source/text/schart.po, 96, 931, 939, 0, 0, 0, 0, 96, 931 -translations/source/en-GB/helpcontent2/source/text/schart/00.po, 60, 347, 341, 0, 0, 0, 0, 60, 347 -translations/source/en-GB/helpcontent2/source/text/schart/01.po, 972, 11826, 11797, 0, 0, 0, 0, 972, 11826 -translations/source/en-GB/helpcontent2/source/text/schart/02.po, 25, 117, 117, 0, 0, 0, 0, 25, 117 -translations/source/en-GB/helpcontent2/source/text/schart/04.po, 32, 133, 133, 0, 0, 0, 0, 32, 133 -translations/source/en-GB/helpcontent2/source/text/sdraw.po, 123, 732, 733, 0, 0, 0, 0, 123, 732 -translations/source/en-GB/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/en-GB/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/en-GB/helpcontent2/source/text/sdraw/04.po, 103, 489, 490, 0, 0, 0, 0, 103, 489 -translations/source/en-GB/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3073, 0, 0, 0, 0, 275, 3072 -translations/source/en-GB/helpcontent2/source/text/shared.po, 250, 2308, 2315, 0, 0, 0, 0, 250, 2308 -translations/source/en-GB/helpcontent2/source/text/shared/00.po, 1567, 15694, 15765, 0, 0, 0, 0, 1567, 15694 -translations/source/en-GB/helpcontent2/source/text/shared/01.po, 5487, 51962, 52267, 0, 0, 0, 0, 5487, 51962 -translations/source/en-GB/helpcontent2/source/text/shared/02.po, 2182, 29122, 29251, 0, 0, 0, 0, 2182, 29122 -translations/source/en-GB/helpcontent2/source/text/shared/04.po, 313, 2071, 2092, 0, 0, 0, 0, 313, 2071 -translations/source/en-GB/helpcontent2/source/text/shared/05.po, 196, 2340, 2348, 0, 0, 0, 0, 196, 2340 -translations/source/en-GB/helpcontent2/source/text/shared/06.po, 3, 7, 8, 0, 0, 0, 0, 3, 7 -translations/source/en-GB/helpcontent2/source/text/shared/07.po, 7, 82, 82, 0, 0, 0, 0, 7, 82 -translations/source/en-GB/helpcontent2/source/text/shared/autokorr.po, 48, 420, 421, 0, 0, 0, 0, 48, 420 -translations/source/en-GB/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8435, 0, 0, 0, 0, 887, 8394 -translations/source/en-GB/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 18944, 0, 0, 0, 0, 1641, 18857 -translations/source/en-GB/helpcontent2/source/text/shared/guide.po, 2516, 36443, 36595, 0, 0, 0, 0, 2516, 36443 -translations/source/en-GB/helpcontent2/source/text/shared/help.po, 78, 117, 117, 0, 0, 0, 0, 78, 117 -translations/source/en-GB/helpcontent2/source/text/shared/menu.po, 16, 120, 123, 0, 0, 0, 0, 16, 120 -translations/source/en-GB/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 23500, 0, 0, 0, 0, 1934, 23351 -translations/source/en-GB/helpcontent2/source/text/simpress.po, 199, 1395, 1399, 0, 0, 0, 0, 199, 1395 -translations/source/en-GB/helpcontent2/source/text/simpress/00.po, 163, 902, 903, 0, 0, 0, 0, 163, 902 -translations/source/en-GB/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8536, 0, 0, 0, 0, 1046, 8514 -translations/source/en-GB/helpcontent2/source/text/simpress/02.po, 660, 6509, 6602, 0, 0, 0, 0, 660, 6509 -translations/source/en-GB/helpcontent2/source/text/simpress/04.po, 239, 1138, 1139, 0, 0, 0, 0, 239, 1138 -translations/source/en-GB/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10311, 0, 0, 0, 0, 767, 10282 -translations/source/en-GB/helpcontent2/source/text/smath.po, 60, 739, 740, 0, 0, 0, 0, 60, 739 -translations/source/en-GB/helpcontent2/source/text/smath/00.po, 66, 355, 364, 0, 0, 0, 0, 66, 355 -translations/source/en-GB/helpcontent2/source/text/smath/01.po, 1551, 13859, 13890, 0, 0, 0, 0, 1551, 13859 -translations/source/en-GB/helpcontent2/source/text/smath/02.po, 6, 97, 97, 0, 0, 0, 0, 6, 97 -translations/source/en-GB/helpcontent2/source/text/smath/04.po, 26, 135, 135, 0, 0, 0, 0, 26, 135 -translations/source/en-GB/helpcontent2/source/text/smath/06.po, 9, 21, 28, 0, 0, 0, 0, 9, 21 -translations/source/en-GB/helpcontent2/source/text/smath/guide.po, 104, 1193, 1194, 0, 0, 0, 0, 104, 1193 -translations/source/en-GB/helpcontent2/source/text/swriter.po, 336, 2946, 2970, 0, 0, 0, 0, 336, 2946 -translations/source/en-GB/helpcontent2/source/text/swriter/00.po, 310, 1818, 1817, 0, 0, 0, 0, 310, 1818 -translations/source/en-GB/helpcontent2/source/text/swriter/01.po, 3346, 33793, 33991, 0, 0, 0, 0, 3346, 33793 -translations/source/en-GB/helpcontent2/source/text/swriter/02.po, 426, 3050, 3095, 0, 0, 0, 0, 426, 3050 -translations/source/en-GB/helpcontent2/source/text/swriter/04.po, 254, 1276, 1316, 0, 0, 0, 0, 254, 1276 -translations/source/en-GB/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 27797, 0, 0, 0, 0, 2144, 27937 -translations/source/en-GB/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3018, 0, 0, 0, 0, 326, 3019 -translations/source/en-GB/helpcontent2/source/text/swriter/menu.po, 17, 96, 96, 0, 0, 0, 0, 17, 96 -translations/source/en-GB/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4352, 0, 0, 0, 0, 557, 4354 -translations/source/en-GB/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -translations/source/en-GB/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 694, 0, 0, 0, 0, 49, 693 -translations/source/en-GB/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/en-GB/nlpsolver/src/locale.po, 41, 105, 105, 0, 0, 0, 0, 41, 105 -translations/source/en-GB/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/en-GB/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1840, 0, 0, 0, 0, 1308, 1841 -translations/source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7739, 0, 0, 0, 0, 3677, 7722 -translations/source/en-GB/readlicense_oo/docs.po, 103, 2403, 2402, 0, 0, 0, 0, 103, 2403 -translations/source/en-GB/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 20, 0, 0, 0, 0, 6, 20 -translations/source/en-GB/reportdesign/messages.po, 258, 617, 616, 0, 0, 0, 0, 258, 617 -translations/source/en-GB/sc/messages.po, 4686, 20260, 20293, 0, 0, 0, 0, 4686, 20260 -translations/source/en-GB/scaddins/messages.po, 901, 3188, 3189, 0, 0, 0, 0, 901, 3188 -translations/source/en-GB/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -translations/source/en-GB/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/en-GB/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -translations/source/en-GB/scp2/source/calc.po, 22, 94, 92, 0, 0, 0, 0, 22, 94 -translations/source/en-GB/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -translations/source/en-GB/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -translations/source/en-GB/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/en-GB/scp2/source/graphicfilter.po, 30, 101, 101, 0, 0, 0, 0, 30, 101 -translations/source/en-GB/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -translations/source/en-GB/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/en-GB/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/en-GB/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/en-GB/scp2/source/ooo.po, 582, 2024, 2024, 0, 0, 0, 0, 582, 2024 -translations/source/en-GB/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/en-GB/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/en-GB/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/en-GB/scp2/source/writer.po, 27, 114, 114, 0, 0, 0, 0, 27, 114 -translations/source/en-GB/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/en-GB/sd/messages.po, 1319, 2951, 2945, 0, 0, 0, 0, 1319, 2951 -translations/source/en-GB/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -translations/source/en-GB/sfx2/messages.po, 581, 2226, 2232, 0, 0, 0, 0, 581, 2226 -translations/source/en-GB/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/en-GB/starmath/messages.po, 505, 968, 984, 0, 0, 0, 0, 505, 968 -translations/source/en-GB/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-GB/svtools/messages.po, 914, 2611, 2606, 0, 0, 0, 0, 914, 2611 -translations/source/en-GB/svx/messages.po, 2846, 7224, 7229, 0, 0, 0, 0, 2846, 7224 -translations/source/en-GB/sw/messages.po, 3441, 7740, 7748, 0, 0, 0, 0, 3441, 7740 -translations/source/en-GB/swext/mediawiki/help.po, 89, 1404, 1417, 0, 0, 0, 0, 89, 1404 -translations/source/en-GB/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/en-GB/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 181, 0, 0, 0, 0, 32, 181 -translations/source/en-GB/sysui/desktop/share.po, 66, 277, 271, 0, 0, 0, 0, 66, 277 -translations/source/en-GB/uui/messages.po, 157, 1554, 1554, 0, 0, 0, 0, 157, 1554 -translations/source/en-GB/vcl/messages.po, 356, 737, 736, 0, 0, 0, 0, 356, 737 -translations/source/en-GB/wizards/messages.po, 265, 1042, 1038, 0, 0, 0, 0, 265, 1042 -translations/source/en-GB/wizards/source/resources.po, 554, 2286, 2282, 0, 0, 0, 0, 554, 2286 -translations/source/en-GB/writerperfect/messages.po, 30, 65, 65, 0, 0, 0, 0, 30, 65 -translations/source/en-GB/xmlsecurity/messages.po, 91, 424, 424, 0, 0, 0, 0, 91, 424 -translations/source/en-ZA/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -translations/source/en-ZA/avmedia/messages.po, 17, 27, 27, 0, 0, 5, 18, 22, 45 -translations/source/en-ZA/basctl/messages.po, 98, 394, 394, 34, 50, 23, 167, 155, 611 -translations/source/en-ZA/basic/messages.po, 18, 52, 52, 117, 497, 0, 0, 135, 549 -translations/source/en-ZA/chart2/messages.po, 243, 526, 526, 163, 285, 214, 557, 620, 1368 -translations/source/en-ZA/connectivity/messages.po, 96, 942, 942, 6, 48, 4, 57, 106, 1047 -translations/source/en-ZA/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/en-ZA/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-ZA/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/en-ZA/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/en-ZA/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/en-ZA/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-ZA/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/en-ZA/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/en-ZA/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/en-ZA/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/en-ZA/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/en-ZA/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/en-ZA/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/en-ZA/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/en-ZA/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/en-ZA/cui/messages.po, 675, 1441, 1438, 720, 1243, 948, 2874, 2343, 5558 -translations/source/en-ZA/dbaccess/messages.po, 434, 2640, 2640, 245, 1304, 133, 566, 812, 4510 -translations/source/en-ZA/desktop/messages.po, 106, 666, 664, 34, 338, 22, 221, 162, 1225 -translations/source/en-ZA/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/en-ZA/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/en-ZA/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/en-ZA/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/en-ZA/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/en-ZA/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/en-ZA/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/en-ZA/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/en-ZA/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/en-ZA/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/en-ZA/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/en-ZA/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -translations/source/en-ZA/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/en-ZA/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/en-ZA/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/en-ZA/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/en-ZA/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/en-ZA/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/en-ZA/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/en-ZA/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/en-ZA/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/en-ZA/dictionaries/ru_RU/dialog.po, 3, 3, 3, 2, 4, 9, 19, 14, 26 -translations/source/en-ZA/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/en-ZA/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/en-ZA/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/en-ZA/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/en-ZA/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/en-ZA/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/en-ZA/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/en-ZA/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/en-ZA/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/en-ZA/editeng/messages.po, 237, 565, 565, 17, 61, 11, 30, 265, 656 -translations/source/en-ZA/extensions/messages.po, 402, 998, 998, 209, 827, 52, 274, 663, 2099 -translations/source/en-ZA/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/en-ZA/extras/source/autocorr/emoji.po, 43, 39, 39, 189, 181, 1343, 1597, 1575, 1817 -translations/source/en-ZA/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/en-ZA/filter/messages.po, 55, 213, 213, 31, 74, 136, 531, 222, 818 -translations/source/en-ZA/filter/source/config/fragments/filters.po, 87, 307, 306, 11, 30, 122, 395, 220, 732 -translations/source/en-ZA/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/en-ZA/filter/source/config/fragments/types.po, 17, 50, 50, 4, 17, 17, 54, 38, 121 -translations/source/en-ZA/forms/messages.po, 54, 314, 314, 1, 2, 3, 14, 58, 330 -translations/source/en-ZA/formula/messages.po, 304, 307, 307, 63, 89, 71, 118, 438, 514 -translations/source/en-ZA/fpicker/messages.po, 31, 88, 88, 15, 34, 15, 41, 61, 163 -translations/source/en-ZA/framework/messages.po, 18, 167, 167, 6, 14, 5, 29, 29, 210 -translations/source/en-ZA/helpcontent2/source/auxiliary.po, 22, 30, 30, 0, 0, 83, 272, 105, 302 -translations/source/en-ZA/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1116, 0, 0, 20, 229, 103, 1345 -translations/source/en-ZA/helpcontent2/source/text/sbasic/shared.po, 3370, 28592, 28685, 0, 0, 1135, 6839, 4505, 35431 -translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 336, 0, 0, 10, 129, 67, 465 -translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1404, 0, 0, 3, 78, 198, 1482 -translations/source/en-ZA/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/en-ZA/helpcontent2/source/text/scalc.po, 171, 830, 823, 0, 0, 16, 156, 187, 986 -translations/source/en-ZA/helpcontent2/source/text/scalc/00.po, 61, 152, 152, 0, 0, 140, 793, 201, 945 -translations/source/en-ZA/helpcontent2/source/text/scalc/01.po, 5487, 48030, 47585, 0, 0, 2008, 25125, 7495, 73155 -translations/source/en-ZA/helpcontent2/source/text/scalc/02.po, 116, 782, 782, 0, 0, 7, 28, 123, 810 -translations/source/en-ZA/helpcontent2/source/text/scalc/04.po, 168, 1260, 1257, 0, 0, 19, 237, 187, 1497 -translations/source/en-ZA/helpcontent2/source/text/scalc/05.po, 85, 705, 705, 0, 0, 52, 148, 137, 853 -translations/source/en-ZA/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/en-ZA/helpcontent2/source/text/scalc/guide.po, 1298, 18021, 17994, 0, 0, 171, 3572, 1469, 21593 -translations/source/en-ZA/helpcontent2/source/text/schart.po, 87, 794, 794, 0, 0, 9, 137, 96, 931 -translations/source/en-ZA/helpcontent2/source/text/schart/00.po, 47, 249, 249, 0, 0, 13, 98, 60, 347 -translations/source/en-ZA/helpcontent2/source/text/schart/01.po, 831, 9897, 9889, 0, 0, 141, 1929, 972, 11826 -translations/source/en-ZA/helpcontent2/source/text/schart/02.po, 25, 117, 117, 0, 0, 0, 0, 25, 117 -translations/source/en-ZA/helpcontent2/source/text/schart/04.po, 32, 133, 133, 0, 0, 0, 0, 32, 133 -translations/source/en-ZA/helpcontent2/source/text/sdraw.po, 119, 714, 711, 0, 0, 4, 18, 123, 732 -translations/source/en-ZA/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/en-ZA/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/en-ZA/helpcontent2/source/text/sdraw/04.po, 102, 486, 480, 0, 0, 1, 3, 103, 489 -translations/source/en-ZA/helpcontent2/source/text/sdraw/guide.po, 255, 2699, 2697, 0, 0, 20, 373, 275, 3072 -translations/source/en-ZA/helpcontent2/source/text/shared.po, 208, 1801, 1802, 0, 0, 42, 507, 250, 2308 -translations/source/en-ZA/helpcontent2/source/text/shared/00.po, 740, 6251, 6254, 0, 0, 827, 9443, 1567, 15694 -translations/source/en-ZA/helpcontent2/source/text/shared/01.po, 3664, 28729, 28708, 0, 0, 1823, 23233, 5487, 51962 -translations/source/en-ZA/helpcontent2/source/text/shared/02.po, 1696, 19241, 19231, 0, 0, 486, 9881, 2182, 29122 -translations/source/en-ZA/helpcontent2/source/text/shared/04.po, 234, 960, 957, 0, 0, 79, 1111, 313, 2071 -translations/source/en-ZA/helpcontent2/source/text/shared/05.po, 106, 1108, 1109, 0, 0, 90, 1232, 196, 2340 -translations/source/en-ZA/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/en-ZA/helpcontent2/source/text/shared/07.po, 4, 29, 29, 0, 0, 3, 53, 7, 82 -translations/source/en-ZA/helpcontent2/source/text/shared/autokorr.po, 47, 403, 403, 0, 0, 1, 17, 48, 420 -translations/source/en-ZA/helpcontent2/source/text/shared/autopi.po, 744, 6488, 6487, 0, 0, 143, 1906, 887, 8394 -translations/source/en-ZA/helpcontent2/source/text/shared/explorer/database.po, 1449, 14286, 14269, 0, 0, 192, 4571, 1641, 18857 -translations/source/en-ZA/helpcontent2/source/text/shared/guide.po, 2039, 28012, 27979, 0, 0, 477, 8431, 2516, 36443 -translations/source/en-ZA/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/en-ZA/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/en-ZA/helpcontent2/source/text/shared/optionen.po, 1231, 11171, 11161, 0, 0, 703, 12180, 1934, 23351 -translations/source/en-ZA/helpcontent2/source/text/simpress.po, 185, 1314, 1313, 0, 0, 14, 81, 199, 1395 -translations/source/en-ZA/helpcontent2/source/text/simpress/00.po, 154, 873, 875, 0, 0, 9, 29, 163, 902 -translations/source/en-ZA/helpcontent2/source/text/simpress/01.po, 860, 6456, 6447, 0, 0, 186, 2058, 1046, 8514 -translations/source/en-ZA/helpcontent2/source/text/simpress/02.po, 648, 6400, 6398, 0, 0, 12, 109, 660, 6509 -translations/source/en-ZA/helpcontent2/source/text/simpress/04.po, 185, 900, 898, 0, 0, 54, 238, 239, 1138 -translations/source/en-ZA/helpcontent2/source/text/simpress/guide.po, 594, 7859, 7849, 0, 0, 173, 2423, 767, 10282 -translations/source/en-ZA/helpcontent2/source/text/smath.po, 56, 609, 606, 0, 0, 4, 130, 60, 739 -translations/source/en-ZA/helpcontent2/source/text/smath/00.po, 54, 228, 226, 0, 0, 12, 127, 66, 355 -translations/source/en-ZA/helpcontent2/source/text/smath/01.po, 1047, 11180, 11198, 0, 0, 504, 2679, 1551, 13859 -translations/source/en-ZA/helpcontent2/source/text/smath/02.po, 5, 56, 56, 0, 0, 1, 41, 6, 97 -translations/source/en-ZA/helpcontent2/source/text/smath/04.po, 25, 130, 130, 0, 0, 1, 5, 26, 135 -translations/source/en-ZA/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/en-ZA/helpcontent2/source/text/smath/guide.po, 95, 1030, 1030, 0, 0, 9, 163, 104, 1193 -translations/source/en-ZA/helpcontent2/source/text/swriter.po, 215, 1366, 1360, 0, 0, 121, 1580, 336, 2946 -translations/source/en-ZA/helpcontent2/source/text/swriter/00.po, 210, 1037, 977, 0, 0, 100, 781, 310, 1818 -translations/source/en-ZA/helpcontent2/source/text/swriter/01.po, 2644, 24523, 24465, 0, 0, 702, 9270, 3346, 33793 -translations/source/en-ZA/helpcontent2/source/text/swriter/02.po, 365, 2425, 2417, 0, 0, 61, 625, 426, 3050 -translations/source/en-ZA/helpcontent2/source/text/swriter/04.po, 241, 1111, 1062, 0, 0, 13, 165, 254, 1276 -translations/source/en-ZA/helpcontent2/source/text/swriter/guide.po, 1866, 22720, 22659, 0, 0, 278, 5217, 2144, 27937 -translations/source/en-ZA/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -translations/source/en-ZA/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/en-ZA/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 4040, 8, 98, 18, 216, 557, 4354 -translations/source/en-ZA/librelogo/source/pythonpath.po, 19, 21, 21, 42, 44, 77, 108, 138, 173 -translations/source/en-ZA/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -translations/source/en-ZA/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/en-ZA/nlpsolver/src/locale.po, 10, 10, 10, 5, 6, 26, 89, 41, 105 -translations/source/en-ZA/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office.po, 1191, 1278, 1279, 5, 8, 112, 555, 1308, 1841 -translations/source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po, 2415, 4873, 4871, 564, 1057, 698, 1792, 3677, 7722 -translations/source/en-ZA/readlicense_oo/docs.po, 66, 1289, 1289, 10, 282, 27, 832, 103, 2403 -translations/source/en-ZA/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/en-ZA/reportdesign/messages.po, 186, 440, 440, 58, 139, 14, 38, 258, 617 -translations/source/en-ZA/sc/messages.po, 2310, 11428, 11428, 1008, 2993, 1368, 5839, 4686, 20260 -translations/source/en-ZA/scaddins/messages.po, 781, 2471, 2471, 23, 79, 97, 638, 901, 3188 -translations/source/en-ZA/sccomp/messages.po, 11, 47, 47, 1, 4, 2, 14, 14, 65 -translations/source/en-ZA/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/en-ZA/scp2/source/base.po, 8, 40, 40, 0, 0, 2, 4, 10, 44 -translations/source/en-ZA/scp2/source/calc.po, 17, 56, 56, 3, 29, 2, 9, 22, 94 -translations/source/en-ZA/scp2/source/draw.po, 13, 52, 52, 1, 5, 27, 92, 41, 149 -translations/source/en-ZA/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/en-ZA/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/en-ZA/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/en-ZA/scp2/source/impress.po, 19, 74, 74, 1, 4, 1, 3, 21, 81 -translations/source/en-ZA/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/en-ZA/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -translations/source/en-ZA/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/en-ZA/scp2/source/ooo.po, 262, 344, 345, 147, 847, 173, 833, 582, 2024 -translations/source/en-ZA/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/en-ZA/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/en-ZA/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/en-ZA/scp2/source/writer.po, 22, 69, 69, 0, 0, 5, 45, 27, 114 -translations/source/en-ZA/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/en-ZA/sd/messages.po, 457, 1181, 1181, 324, 564, 538, 1206, 1319, 2951 -translations/source/en-ZA/setup_native/source/mac.po, 22, 119, 119, 1, 12, 0, 0, 23, 131 -translations/source/en-ZA/sfx2/messages.po, 195, 523, 523, 141, 443, 245, 1260, 581, 2226 -translations/source/en-ZA/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/en-ZA/starmath/messages.po, 277, 481, 480, 104, 148, 124, 339, 505, 968 -translations/source/en-ZA/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/en-ZA/svtools/messages.po, 584, 1472, 1471, 73, 184, 257, 955, 914, 2611 -translations/source/en-ZA/svx/messages.po, 1468, 3386, 3385, 574, 1332, 804, 2506, 2846, 7224 -translations/source/en-ZA/sw/messages.po, 1291, 2193, 2189, 1086, 2092, 1064, 3455, 3441, 7740 -translations/source/en-ZA/swext/mediawiki/help.po, 44, 304, 304, 24, 702, 21, 398, 89, 1404 -translations/source/en-ZA/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/en-ZA/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 181, 0, 0, 0, 0, 32, 181 -translations/source/en-ZA/sysui/desktop/share.po, 44, 171, 171, 10, 52, 12, 54, 66, 277 -translations/source/en-ZA/uui/messages.po, 97, 923, 923, 19, 134, 41, 497, 157, 1554 -translations/source/en-ZA/vcl/messages.po, 167, 263, 263, 45, 113, 144, 361, 356, 737 -translations/source/en-ZA/wizards/messages.po, 229, 985, 985, 12, 13, 24, 44, 265, 1042 -translations/source/en-ZA/wizards/source/resources.po, 470, 1917, 1915, 34, 192, 50, 177, 554, 2286 -translations/source/en-ZA/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/en-ZA/xmlsecurity/messages.po, 21, 40, 40, 17, 118, 53, 266, 91, 424 -translations/source/eo/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/eo/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -translations/source/eo/basctl/messages.po, 155, 611, 583, 0, 0, 0, 0, 155, 611 -translations/source/eo/basic/messages.po, 135, 549, 513, 0, 0, 0, 0, 135, 549 -translations/source/eo/chart2/messages.po, 620, 1368, 1214, 0, 0, 0, 0, 620, 1368 -translations/source/eo/connectivity/messages.po, 106, 1047, 949, 0, 0, 0, 0, 106, 1047 -translations/source/eo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/eo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/eo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -translations/source/eo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/eo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/eo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/eo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/eo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/eo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/eo/cui/messages.po, 2343, 5558, 5340, 0, 0, 0, 0, 2343, 5558 -translations/source/eo/dbaccess/messages.po, 812, 4510, 4035, 0, 0, 0, 0, 812, 4510 -translations/source/eo/desktop/messages.po, 162, 1225, 1179, 0, 0, 0, 0, 162, 1225 -translations/source/eo/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/eo/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/eo/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/eo/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/eo/dictionaries/en/dialog.po, 37, 176, 162, 0, 0, 0, 0, 37, 176 -translations/source/eo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/eo/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -translations/source/eo/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/eo/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/eo/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/eo/dictionaries/hu_HU/dialog.po, 32, 71, 64, 0, 0, 0, 0, 32, 71 -translations/source/eo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/eo/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/eo/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/eo/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/eo/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/eo/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/eo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/eo/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/eo/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/eo/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -translations/source/eo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/eo/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/eo/dictionaries/sv_SE.po, 1, 2, 4, 0, 0, 0, 0, 1, 2 -translations/source/eo/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eo/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eo/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/editeng/messages.po, 265, 656, 650, 0, 0, 0, 0, 265, 656 -translations/source/eo/extensions/messages.po, 663, 2099, 1899, 0, 0, 0, 0, 663, 2099 -translations/source/eo/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eo/extras/source/autocorr/emoji.po, 1573, 1815, 1775, 0, 0, 2, 2, 1575, 1817 -translations/source/eo/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/eo/filter/messages.po, 222, 818, 717, 0, 0, 0, 0, 222, 818 -translations/source/eo/filter/source/config/fragments/filters.po, 204, 691, 681, 0, 0, 16, 41, 220, 732 -translations/source/eo/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -translations/source/eo/filter/source/config/fragments/types.po, 28, 95, 105, 0, 0, 10, 26, 38, 121 -translations/source/eo/forms/messages.po, 58, 330, 323, 0, 0, 0, 0, 58, 330 -translations/source/eo/formula/messages.po, 437, 513, 561, 0, 0, 1, 1, 438, 514 -translations/source/eo/fpicker/messages.po, 61, 163, 147, 0, 0, 0, 0, 61, 163 -translations/source/eo/framework/messages.po, 29, 210, 182, 0, 0, 0, 0, 29, 210 -translations/source/eo/helpcontent2/source/auxiliary.po, 97, 279, 279, 0, 0, 8, 23, 105, 302 -translations/source/eo/helpcontent2/source/text/sbasic/guide.po, 53, 599, 548, 0, 0, 50, 746, 103, 1345 -translations/source/eo/helpcontent2/source/text/sbasic/shared.po, 2911, 21527, 19532, 0, 0, 1594, 13904, 4505, 35431 -translations/source/eo/helpcontent2/source/text/sbasic/shared/01.po, 29, 42, 40, 0, 0, 38, 423, 67, 465 -translations/source/eo/helpcontent2/source/text/sbasic/shared/02.po, 57, 103, 90, 0, 0, 141, 1379, 198, 1482 -translations/source/eo/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/eo/helpcontent2/source/text/scalc.po, 187, 986, 972, 0, 0, 0, 0, 187, 986 -translations/source/eo/helpcontent2/source/text/scalc/00.po, 62, 131, 137, 0, 0, 139, 814, 201, 945 -translations/source/eo/helpcontent2/source/text/scalc/01.po, 4238, 32545, 29160, 0, 0, 3257, 40610, 7495, 73155 -translations/source/eo/helpcontent2/source/text/scalc/02.po, 116, 782, 725, 0, 0, 7, 28, 123, 810 -translations/source/eo/helpcontent2/source/text/scalc/04.po, 157, 1072, 956, 0, 0, 30, 425, 187, 1497 -translations/source/eo/helpcontent2/source/text/scalc/05.po, 71, 417, 368, 0, 0, 66, 436, 137, 853 -translations/source/eo/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/eo/helpcontent2/source/text/scalc/guide.po, 261, 1861, 1726, 0, 0, 1208, 19732, 1469, 21593 -translations/source/eo/helpcontent2/source/text/schart.po, 96, 931, 853, 0, 0, 0, 0, 96, 931 -translations/source/eo/helpcontent2/source/text/schart/00.po, 38, 216, 190, 0, 0, 22, 131, 60, 347 -translations/source/eo/helpcontent2/source/text/schart/01.po, 357, 2122, 1897, 0, 0, 615, 9704, 972, 11826 -translations/source/eo/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -translations/source/eo/helpcontent2/source/text/schart/04.po, 32, 133, 124, 0, 0, 0, 0, 32, 133 -translations/source/eo/helpcontent2/source/text/sdraw.po, 123, 732, 655, 0, 0, 0, 0, 123, 732 -translations/source/eo/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/eo/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/eo/helpcontent2/source/text/sdraw/04.po, 76, 222, 196, 0, 0, 27, 267, 103, 489 -translations/source/eo/helpcontent2/source/text/sdraw/guide.po, 32, 215, 211, 0, 0, 243, 2857, 275, 3072 -translations/source/eo/helpcontent2/source/text/shared.po, 239, 2135, 1919, 0, 0, 11, 173, 250, 2308 -translations/source/eo/helpcontent2/source/text/shared/00.po, 586, 4232, 3775, 0, 0, 981, 11462, 1567, 15694 -translations/source/eo/helpcontent2/source/text/shared/01.po, 1780, 3487, 3221, 0, 0, 3707, 48475, 5487, 51962 -translations/source/eo/helpcontent2/source/text/shared/02.po, 680, 1261, 1199, 0, 0, 1502, 27861, 2182, 29122 -translations/source/eo/helpcontent2/source/text/shared/04.po, 107, 147, 166, 0, 0, 206, 1924, 313, 2071 -translations/source/eo/helpcontent2/source/text/shared/05.po, 111, 1155, 1053, 0, 0, 85, 1185, 196, 2340 -translations/source/eo/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/eo/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -translations/source/eo/helpcontent2/source/text/shared/autokorr.po, 48, 420, 295, 0, 0, 0, 0, 48, 420 -translations/source/eo/helpcontent2/source/text/shared/autopi.po, 217, 427, 410, 0, 0, 670, 7967, 887, 8394 -translations/source/eo/helpcontent2/source/text/shared/explorer/database.po, 401, 940, 909, 0, 0, 1240, 17917, 1641, 18857 -translations/source/eo/helpcontent2/source/text/shared/guide.po, 990, 11563, 10547, 0, 0, 1526, 24880, 2516, 36443 -translations/source/eo/helpcontent2/source/text/shared/help.po, 7, 25, 30, 0, 0, 71, 92, 78, 117 -translations/source/eo/helpcontent2/source/text/shared/menu.po, 16, 120, 112, 0, 0, 0, 0, 16, 120 -translations/source/eo/helpcontent2/source/text/shared/optionen.po, 550, 1076, 1025, 0, 0, 1384, 22275, 1934, 23351 -translations/source/eo/helpcontent2/source/text/simpress.po, 199, 1395, 1281, 0, 0, 0, 0, 199, 1395 -translations/source/eo/helpcontent2/source/text/simpress/00.po, 87, 279, 294, 0, 0, 76, 623, 163, 902 -translations/source/eo/helpcontent2/source/text/simpress/01.po, 397, 738, 717, 0, 0, 649, 7776, 1046, 8514 -translations/source/eo/helpcontent2/source/text/simpress/02.po, 438, 1268, 1186, 0, 0, 222, 5241, 660, 6509 -translations/source/eo/helpcontent2/source/text/simpress/04.po, 156, 594, 535, 0, 0, 83, 544, 239, 1138 -translations/source/eo/helpcontent2/source/text/simpress/guide.po, 183, 2296, 2060, 0, 0, 584, 7986, 767, 10282 -translations/source/eo/helpcontent2/source/text/smath.po, 59, 722, 659, 0, 0, 1, 17, 60, 739 -translations/source/eo/helpcontent2/source/text/smath/00.po, 28, 90, 100, 0, 0, 38, 265, 66, 355 -translations/source/eo/helpcontent2/source/text/smath/01.po, 394, 773, 779, 0, 0, 1157, 13086, 1551, 13859 -translations/source/eo/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -translations/source/eo/helpcontent2/source/text/smath/04.po, 10, 12, 12, 0, 0, 16, 123, 26, 135 -translations/source/eo/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/eo/helpcontent2/source/text/smath/guide.po, 3, 3, 3, 0, 0, 101, 1190, 104, 1193 -translations/source/eo/helpcontent2/source/text/swriter.po, 330, 2832, 2625, 0, 0, 6, 114, 336, 2946 -translations/source/eo/helpcontent2/source/text/swriter/00.po, 282, 1700, 1682, 0, 0, 28, 118, 310, 1818 -translations/source/eo/helpcontent2/source/text/swriter/01.po, 3234, 32354, 29412, 0, 0, 112, 1439, 3346, 33793 -translations/source/eo/helpcontent2/source/text/swriter/02.po, 426, 3050, 2802, 0, 0, 0, 0, 426, 3050 -translations/source/eo/helpcontent2/source/text/swriter/04.po, 254, 1276, 1263, 0, 0, 0, 0, 254, 1276 -translations/source/eo/helpcontent2/source/text/swriter/guide.po, 2138, 27875, 25662, 0, 0, 6, 62, 2144, 27937 -translations/source/eo/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2889, 0, 0, 0, 0, 326, 3019 -translations/source/eo/helpcontent2/source/text/swriter/menu.po, 17, 96, 89, 0, 0, 0, 0, 17, 96 -translations/source/eo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4284, 0, 0, 0, 0, 557, 4354 -translations/source/eo/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -translations/source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 659, 0, 0, 0, 0, 49, 693 -translations/source/eo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/eo/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -translations/source/eo/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/eo/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1777, 0, 0, 0, 0, 1308, 1841 -translations/source/eo/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7540, 0, 0, 0, 0, 3677, 7722 -translations/source/eo/readlicense_oo/docs.po, 103, 2403, 2205, 0, 0, 0, 0, 103, 2403 -translations/source/eo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -translations/source/eo/reportdesign/messages.po, 258, 617, 587, 0, 0, 0, 0, 258, 617 -translations/source/eo/sc/messages.po, 4686, 20260, 18592, 0, 0, 0, 0, 4686, 20260 -translations/source/eo/scaddins/messages.po, 901, 3188, 3040, 0, 0, 0, 0, 901, 3188 -translations/source/eo/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -translations/source/eo/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/eo/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -translations/source/eo/scp2/source/calc.po, 22, 94, 96, 0, 0, 0, 0, 22, 94 -translations/source/eo/scp2/source/draw.po, 41, 149, 161, 0, 0, 0, 0, 41, 149 -translations/source/eo/scp2/source/extensions.po, 16, 65, 59, 0, 0, 0, 0, 16, 65 -translations/source/eo/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/eo/scp2/source/graphicfilter.po, 30, 101, 125, 0, 0, 0, 0, 30, 101 -translations/source/eo/scp2/source/impress.po, 21, 81, 86, 0, 0, 0, 0, 21, 81 -translations/source/eo/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/eo/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/eo/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/eo/scp2/source/ooo.po, 582, 2024, 1981, 0, 0, 0, 0, 582, 2024 -translations/source/eo/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/eo/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/eo/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/eo/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -translations/source/eo/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/eo/sd/messages.po, 1319, 2951, 2866, 0, 0, 0, 0, 1319, 2951 -translations/source/eo/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -translations/source/eo/sfx2/messages.po, 581, 2226, 2137, 0, 0, 0, 0, 581, 2226 -translations/source/eo/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/eo/starmath/messages.po, 505, 968, 997, 0, 0, 0, 0, 505, 968 -translations/source/eo/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eo/svtools/messages.po, 908, 2603, 2485, 0, 0, 6, 8, 914, 2611 -translations/source/eo/svx/messages.po, 2831, 7189, 6994, 0, 0, 15, 35, 2846, 7224 -translations/source/eo/sw/messages.po, 3441, 7740, 7500, 0, 0, 0, 0, 3441, 7740 -translations/source/eo/swext/mediawiki/help.po, 89, 1404, 1305, 0, 0, 0, 0, 89, 1404 -translations/source/eo/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/eo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 161, 0, 0, 0, 0, 32, 181 -translations/source/eo/sysui/desktop/share.po, 66, 277, 304, 0, 0, 0, 0, 66, 277 -translations/source/eo/uui/messages.po, 157, 1554, 1446, 0, 0, 0, 0, 157, 1554 -translations/source/eo/vcl/messages.po, 356, 737, 688, 0, 0, 0, 0, 356, 737 -translations/source/eo/wizards/messages.po, 265, 1042, 967, 0, 0, 0, 0, 265, 1042 -translations/source/eo/wizards/source/resources.po, 554, 2286, 2076, 0, 0, 0, 0, 554, 2286 -translations/source/eo/writerperfect/messages.po, 30, 65, 62, 0, 0, 0, 0, 30, 65 -translations/source/eo/xmlsecurity/messages.po, 91, 424, 390, 0, 0, 0, 0, 91, 424 -translations/source/es/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/es/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -translations/source/es/basctl/messages.po, 155, 611, 674, 0, 0, 0, 0, 155, 611 -translations/source/es/basic/messages.po, 135, 549, 738, 0, 0, 0, 0, 135, 549 -translations/source/es/chart2/messages.po, 620, 1368, 1687, 0, 0, 0, 0, 620, 1368 -translations/source/es/connectivity/messages.po, 106, 1047, 1207, 0, 0, 0, 0, 106, 1047 -translations/source/es/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/es/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/es/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/es/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/es/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/es/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/es/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/es/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/es/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/es/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/es/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/es/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/es/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/es/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/es/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/es/cui/messages.po, 2343, 5558, 6405, 0, 0, 0, 0, 2343, 5558 -translations/source/es/dbaccess/messages.po, 812, 4510, 5134, 0, 0, 0, 0, 812, 4510 -translations/source/es/desktop/messages.po, 162, 1225, 1263, 0, 0, 0, 0, 162, 1225 -translations/source/es/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/es/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/es/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/es/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/es/dictionaries/en/dialog.po, 37, 176, 191, 0, 0, 0, 0, 37, 176 -translations/source/es/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/es/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/es/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/es/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/es/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/es/dictionaries/hu_HU/dialog.po, 32, 71, 84, 0, 0, 0, 0, 32, 71 -translations/source/es/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/es/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/es/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/es/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/es/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/es/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/es/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/es/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/es/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/es/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -translations/source/es/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/es/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/es/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/es/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/te_IN.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/es/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/es/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/es/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/es/editeng/messages.po, 265, 656, 794, 0, 0, 0, 0, 265, 656 -translations/source/es/extensions/messages.po, 663, 2099, 2328, 0, 0, 0, 0, 663, 2099 -translations/source/es/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/es/extras/source/autocorr/emoji.po, 1436, 1663, 1743, 0, 0, 139, 154, 1575, 1817 -translations/source/es/extras/source/gallery/share.po, 12, 15, 17, 0, 0, 0, 0, 12, 15 -translations/source/es/filter/messages.po, 222, 818, 956, 0, 0, 0, 0, 222, 818 -translations/source/es/filter/source/config/fragments/filters.po, 220, 732, 948, 0, 0, 0, 0, 220, 732 -translations/source/es/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 182, 0, 0, 0, 0, 38, 139 -translations/source/es/filter/source/config/fragments/types.po, 38, 121, 161, 0, 0, 0, 0, 38, 121 -translations/source/es/forms/messages.po, 58, 330, 360, 0, 0, 0, 0, 58, 330 -translations/source/es/formula/messages.po, 438, 514, 631, 0, 0, 0, 0, 438, 514 -translations/source/es/fpicker/messages.po, 61, 163, 176, 0, 0, 0, 0, 61, 163 -translations/source/es/framework/messages.po, 29, 210, 233, 0, 0, 0, 0, 29, 210 -translations/source/es/helpcontent2/source/auxiliary.po, 105, 302, 375, 0, 0, 0, 0, 105, 302 -translations/source/es/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1569, 0, 0, 0, 0, 103, 1345 -translations/source/es/helpcontent2/source/text/sbasic/shared.po, 4504, 35404, 38264, 0, 0, 1, 27, 4505, 35431 -translations/source/es/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 495, 0, 0, 0, 0, 67, 465 -translations/source/es/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1647, 0, 0, 0, 0, 198, 1482 -translations/source/es/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 169, 0, 0, 0, 0, 47, 145 -translations/source/es/helpcontent2/source/text/scalc.po, 187, 986, 1145, 0, 0, 0, 0, 187, 986 -translations/source/es/helpcontent2/source/text/scalc/00.po, 200, 937, 1406, 0, 0, 1, 8, 201, 945 -translations/source/es/helpcontent2/source/text/scalc/01.po, 7343, 70367, 77202, 0, 0, 152, 2788, 7495, 73155 -translations/source/es/helpcontent2/source/text/scalc/02.po, 122, 806, 908, 0, 0, 1, 4, 123, 810 -translations/source/es/helpcontent2/source/text/scalc/04.po, 187, 1497, 1770, 0, 0, 0, 0, 187, 1497 -translations/source/es/helpcontent2/source/text/scalc/05.po, 137, 853, 990, 0, 0, 0, 0, 137, 853 -translations/source/es/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/es/helpcontent2/source/text/scalc/guide.po, 1463, 21414, 23566, 0, 0, 6, 179, 1469, 21593 -translations/source/es/helpcontent2/source/text/schart.po, 96, 931, 1136, 0, 0, 0, 0, 96, 931 -translations/source/es/helpcontent2/source/text/schart/00.po, 60, 347, 430, 0, 0, 0, 0, 60, 347 -translations/source/es/helpcontent2/source/text/schart/01.po, 964, 11656, 12963, 0, 0, 8, 170, 972, 11826 -translations/source/es/helpcontent2/source/text/schart/02.po, 25, 117, 127, 0, 0, 0, 0, 25, 117 -translations/source/es/helpcontent2/source/text/schart/04.po, 32, 133, 176, 0, 0, 0, 0, 32, 133 -translations/source/es/helpcontent2/source/text/sdraw.po, 123, 732, 796, 0, 0, 0, 0, 123, 732 -translations/source/es/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/es/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -translations/source/es/helpcontent2/source/text/sdraw/04.po, 103, 489, 628, 0, 0, 0, 0, 103, 489 -translations/source/es/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3447, 0, 0, 0, 0, 275, 3072 -translations/source/es/helpcontent2/source/text/shared.po, 250, 2308, 2559, 0, 0, 0, 0, 250, 2308 -translations/source/es/helpcontent2/source/text/shared/00.po, 1231, 12468, 15329, 0, 0, 336, 3226, 1567, 15694 -translations/source/es/helpcontent2/source/text/shared/01.po, 5175, 46042, 50235, 0, 0, 312, 5920, 5487, 51962 -translations/source/es/helpcontent2/source/text/shared/02.po, 1861, 21411, 24087, 0, 0, 321, 7711, 2182, 29122 -translations/source/es/helpcontent2/source/text/shared/04.po, 284, 1369, 1799, 0, 0, 29, 702, 313, 2071 -translations/source/es/helpcontent2/source/text/shared/05.po, 142, 1475, 1699, 0, 0, 54, 865, 196, 2340 -translations/source/es/helpcontent2/source/text/shared/06.po, 3, 7, 13, 0, 0, 0, 0, 3, 7 -translations/source/es/helpcontent2/source/text/shared/07.po, 7, 82, 84, 0, 0, 0, 0, 7, 82 -translations/source/es/helpcontent2/source/text/shared/autokorr.po, 48, 420, 453, 0, 0, 0, 0, 48, 420 -translations/source/es/helpcontent2/source/text/shared/autopi.po, 883, 8300, 9163, 0, 0, 4, 94, 887, 8394 -translations/source/es/helpcontent2/source/text/shared/explorer/database.po, 1528, 15891, 18074, 0, 0, 113, 2966, 1641, 18857 -translations/source/es/helpcontent2/source/text/shared/guide.po, 2490, 35788, 40944, 0, 0, 26, 655, 2516, 36443 -translations/source/es/helpcontent2/source/text/shared/help.po, 78, 117, 130, 0, 0, 0, 0, 78, 117 -translations/source/es/helpcontent2/source/text/shared/menu.po, 16, 120, 144, 0, 0, 0, 0, 16, 120 -translations/source/es/helpcontent2/source/text/shared/optionen.po, 1900, 22196, 25085, 0, 0, 34, 1155, 1934, 23351 -translations/source/es/helpcontent2/source/text/simpress.po, 199, 1395, 1571, 0, 0, 0, 0, 199, 1395 -translations/source/es/helpcontent2/source/text/simpress/00.po, 163, 902, 1145, 0, 0, 0, 0, 163, 902 -translations/source/es/helpcontent2/source/text/simpress/01.po, 1030, 8340, 9031, 0, 0, 16, 174, 1046, 8514 -translations/source/es/helpcontent2/source/text/simpress/02.po, 660, 6509, 7209, 0, 0, 0, 0, 660, 6509 -translations/source/es/helpcontent2/source/text/simpress/04.po, 239, 1138, 1400, 0, 0, 0, 0, 239, 1138 -translations/source/es/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11701, 0, 0, 0, 0, 767, 10282 -translations/source/es/helpcontent2/source/text/smath.po, 60, 739, 829, 0, 0, 0, 0, 60, 739 -translations/source/es/helpcontent2/source/text/smath/00.po, 66, 355, 439, 0, 0, 0, 0, 66, 355 -translations/source/es/helpcontent2/source/text/smath/01.po, 1544, 13733, 14493, 0, 0, 7, 126, 1551, 13859 -translations/source/es/helpcontent2/source/text/smath/02.po, 6, 97, 105, 0, 0, 0, 0, 6, 97 -translations/source/es/helpcontent2/source/text/smath/04.po, 26, 135, 160, 0, 0, 0, 0, 26, 135 -translations/source/es/helpcontent2/source/text/smath/06.po, 8, 18, 40, 0, 0, 1, 3, 9, 21 -translations/source/es/helpcontent2/source/text/smath/guide.po, 104, 1193, 1264, 0, 0, 0, 0, 104, 1193 -translations/source/es/helpcontent2/source/text/swriter.po, 334, 2937, 3387, 0, 0, 2, 9, 336, 2946 -translations/source/es/helpcontent2/source/text/swriter/00.po, 304, 1795, 2446, 0, 0, 6, 23, 310, 1818 -translations/source/es/helpcontent2/source/text/swriter/01.po, 3344, 33787, 37514, 0, 0, 2, 6, 3346, 33793 -translations/source/es/helpcontent2/source/text/swriter/02.po, 426, 3050, 3315, 0, 0, 0, 0, 426, 3050 -translations/source/es/helpcontent2/source/text/swriter/04.po, 254, 1276, 1732, 0, 0, 0, 0, 254, 1276 -translations/source/es/helpcontent2/source/text/swriter/guide.po, 2141, 27919, 31319, 0, 0, 3, 18, 2144, 27937 -translations/source/es/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3420, 0, 0, 0, 0, 326, 3019 -translations/source/es/helpcontent2/source/text/swriter/menu.po, 17, 96, 113, 0, 0, 0, 0, 17, 96 -translations/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4930, 0, 0, 0, 0, 557, 4354 -translations/source/es/librelogo/source/pythonpath.po, 138, 173, 203, 0, 0, 0, 0, 138, 173 -translations/source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 773, 0, 0, 0, 0, 49, 693 -translations/source/es/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -translations/source/es/nlpsolver/src/locale.po, 41, 105, 134, 0, 0, 0, 0, 41, 105 -translations/source/es/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -translations/source/es/officecfg/registry/data/org/openoffice/Office.po, 1307, 1839, 1990, 0, 0, 1, 2, 1308, 1841 -translations/source/es/officecfg/registry/data/org/openoffice/Office/UI.po, 3655, 7658, 9578, 0, 0, 22, 64, 3677, 7722 -translations/source/es/readlicense_oo/docs.po, 103, 2403, 2620, 0, 0, 0, 0, 103, 2403 -translations/source/es/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -translations/source/es/reportdesign/messages.po, 258, 617, 712, 0, 0, 0, 0, 258, 617 -translations/source/es/sc/messages.po, 4642, 20179, 22313, 5, 5, 39, 76, 4686, 20260 -translations/source/es/scaddins/messages.po, 901, 3188, 3265, 0, 0, 0, 0, 901, 3188 -translations/source/es/sccomp/messages.po, 14, 65, 82, 0, 0, 0, 0, 14, 65 -translations/source/es/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -translations/source/es/scp2/source/base.po, 10, 44, 53, 0, 0, 0, 0, 10, 44 -translations/source/es/scp2/source/calc.po, 22, 94, 131, 0, 0, 0, 0, 22, 94 -translations/source/es/scp2/source/draw.po, 41, 149, 173, 0, 0, 0, 0, 41, 149 -translations/source/es/scp2/source/extensions.po, 16, 65, 90, 0, 0, 0, 0, 16, 65 -translations/source/es/scp2/source/gnome.po, 2, 11, 13, 0, 0, 0, 0, 2, 11 -translations/source/es/scp2/source/graphicfilter.po, 30, 101, 140, 0, 0, 0, 0, 30, 101 -translations/source/es/scp2/source/impress.po, 21, 81, 96, 0, 0, 0, 0, 21, 81 -translations/source/es/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/es/scp2/source/math.po, 10, 42, 46, 0, 0, 0, 0, 10, 42 -translations/source/es/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/es/scp2/source/ooo.po, 582, 2024, 2599, 0, 0, 0, 0, 582, 2024 -translations/source/es/scp2/source/python.po, 2, 7, 11, 0, 0, 0, 0, 2, 7 -translations/source/es/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -translations/source/es/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/es/scp2/source/writer.po, 27, 114, 145, 0, 0, 0, 0, 27, 114 -translations/source/es/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/es/sd/messages.po, 1253, 2879, 3320, 12, 13, 54, 59, 1319, 2951 -translations/source/es/setup_native/source/mac.po, 23, 131, 153, 0, 0, 0, 0, 23, 131 -translations/source/es/sfx2/messages.po, 581, 2226, 2435, 0, 0, 0, 0, 581, 2226 -translations/source/es/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -translations/source/es/starmath/messages.po, 505, 968, 1122, 0, 0, 0, 0, 505, 968 -translations/source/es/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/es/svtools/messages.po, 900, 2574, 2917, 0, 0, 14, 37, 914, 2611 -translations/source/es/svx/messages.po, 2819, 7162, 8072, 7, 15, 20, 47, 2846, 7224 -translations/source/es/sw/messages.po, 3400, 7692, 9074, 4, 5, 37, 43, 3441, 7740 -translations/source/es/swext/mediawiki/help.po, 89, 1404, 1602, 0, 0, 0, 0, 89, 1404 -translations/source/es/swext/mediawiki/src.po, 2, 39, 40, 0, 0, 0, 0, 2, 39 -translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/es/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 182, 0, 0, 0, 0, 32, 181 -translations/source/es/sysui/desktop/share.po, 66, 277, 385, 0, 0, 0, 0, 66, 277 -translations/source/es/uui/messages.po, 157, 1554, 1691, 0, 0, 0, 0, 157, 1554 -translations/source/es/vcl/messages.po, 332, 670, 765, 0, 0, 24, 67, 356, 737 -translations/source/es/wizards/messages.po, 261, 1026, 1159, 4, 16, 0, 0, 265, 1042 -translations/source/es/wizards/source/resources.po, 554, 2286, 2441, 0, 0, 0, 0, 554, 2286 -translations/source/es/writerperfect/messages.po, 30, 65, 78, 0, 0, 0, 0, 30, 65 -translations/source/es/xmlsecurity/messages.po, 91, 424, 485, 0, 0, 0, 0, 91, 424 -translations/source/et/accessibility/messages.po, 11, 27, 19, 0, 0, 0, 0, 11, 27 -translations/source/et/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/et/basctl/messages.po, 155, 611, 471, 0, 0, 0, 0, 155, 611 -translations/source/et/basic/messages.po, 135, 549, 517, 0, 0, 0, 0, 135, 549 -translations/source/et/chart2/messages.po, 620, 1368, 1104, 0, 0, 0, 0, 620, 1368 -translations/source/et/connectivity/messages.po, 106, 1047, 779, 0, 0, 0, 0, 106, 1047 -translations/source/et/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/et/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/et/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/et/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/et/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/et/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/et/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/et/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/et/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/et/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/et/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/et/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/et/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/et/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/et/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/et/cui/messages.po, 2343, 5558, 4700, 0, 0, 0, 0, 2343, 5558 -translations/source/et/dbaccess/messages.po, 812, 4510, 3316, 0, 0, 0, 0, 812, 4510 -translations/source/et/desktop/messages.po, 162, 1225, 923, 0, 0, 0, 0, 162, 1225 -translations/source/et/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/et/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/et/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/et/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/et/dictionaries/en/dialog.po, 37, 176, 159, 0, 0, 0, 0, 37, 176 -translations/source/et/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/et/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -translations/source/et/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/et/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/et/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/et/dictionaries/hu_HU/dialog.po, 32, 71, 59, 0, 0, 0, 0, 32, 71 -translations/source/et/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/et/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/et/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/et/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/et/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/et/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/et/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/et/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/et/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/et/dictionaries/ru_RU/dialog.po, 14, 26, 21, 0, 0, 0, 0, 14, 26 -translations/source/et/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/et/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/et/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/et/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/et/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/et/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/et/editeng/messages.po, 265, 656, 584, 0, 0, 0, 0, 265, 656 -translations/source/et/extensions/messages.po, 663, 2099, 1606, 0, 0, 0, 0, 663, 2099 -translations/source/et/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/et/extras/source/autocorr/emoji.po, 1575, 1817, 1607, 0, 0, 0, 0, 1575, 1817 -translations/source/et/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/et/filter/messages.po, 222, 818, 633, 0, 0, 0, 0, 222, 818 -translations/source/et/filter/source/config/fragments/filters.po, 220, 732, 669, 0, 0, 0, 0, 220, 732 -translations/source/et/filter/source/config/fragments/internalgraphicfilters.po, 40, 146, 137, 0, 0, 0, 0, 40, 146 -translations/source/et/filter/source/config/fragments/types.po, 38, 121, 113, 0, 0, 0, 0, 38, 121 -translations/source/et/forms/messages.po, 58, 330, 257, 0, 0, 0, 0, 58, 330 -translations/source/et/formula/messages.po, 438, 514, 511, 0, 0, 0, 0, 438, 514 -translations/source/et/fpicker/messages.po, 61, 163, 138, 0, 0, 0, 0, 61, 163 -translations/source/et/framework/messages.po, 29, 210, 143, 0, 0, 0, 0, 29, 210 -translations/source/et/helpcontent2/source/auxiliary.po, 105, 302, 255, 0, 0, 0, 0, 105, 302 -translations/source/et/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 813, 0, 0, 14, 160, 103, 1345 -translations/source/et/helpcontent2/source/text/sbasic/shared.po, 3524, 29351, 21467, 0, 0, 981, 6080, 4505, 35431 -translations/source/et/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 298, 0, 0, 4, 57, 67, 465 -translations/source/et/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 977, 0, 0, 0, 0, 198, 1482 -translations/source/et/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/et/helpcontent2/source/text/scalc.po, 187, 986, 734, 0, 0, 0, 0, 187, 986 -translations/source/et/helpcontent2/source/text/scalc/00.po, 63, 155, 146, 0, 0, 138, 790, 201, 945 -translations/source/et/helpcontent2/source/text/scalc/01.po, 6053, 51653, 36625, 0, 0, 1442, 21502, 7495, 73155 -translations/source/et/helpcontent2/source/text/scalc/02.po, 118, 796, 557, 0, 0, 5, 14, 123, 810 -translations/source/et/helpcontent2/source/text/scalc/04.po, 183, 1448, 984, 0, 0, 4, 49, 187, 1497 -translations/source/et/helpcontent2/source/text/scalc/05.po, 92, 751, 584, 0, 0, 45, 102, 137, 853 -translations/source/et/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/et/helpcontent2/source/text/scalc/guide.po, 1360, 19505, 13699, 0, 0, 109, 2088, 1469, 21593 -translations/source/et/helpcontent2/source/text/schart.po, 96, 931, 606, 0, 0, 0, 0, 96, 931 -translations/source/et/helpcontent2/source/text/schart/00.po, 60, 347, 293, 0, 0, 0, 0, 60, 347 -translations/source/et/helpcontent2/source/text/schart/01.po, 960, 11620, 7648, 0, 0, 12, 206, 972, 11826 -translations/source/et/helpcontent2/source/text/schart/02.po, 25, 117, 84, 0, 0, 0, 0, 25, 117 -translations/source/et/helpcontent2/source/text/schart/04.po, 32, 133, 92, 0, 0, 0, 0, 32, 133 -translations/source/et/helpcontent2/source/text/sdraw.po, 123, 732, 551, 0, 0, 0, 0, 123, 732 -translations/source/et/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/et/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/et/helpcontent2/source/text/sdraw/04.po, 103, 489, 353, 0, 0, 0, 0, 103, 489 -translations/source/et/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2107, 0, 0, 0, 0, 275, 3072 -translations/source/et/helpcontent2/source/text/shared.po, 250, 2308, 1685, 0, 0, 0, 0, 250, 2308 -translations/source/et/helpcontent2/source/text/shared/00.po, 816, 7467, 5344, 0, 0, 751, 8227, 1567, 15694 -translations/source/et/helpcontent2/source/text/shared/01.po, 3948, 32487, 22551, 0, 0, 1539, 19475, 5487, 51962 -translations/source/et/helpcontent2/source/text/shared/02.po, 1736, 19471, 12543, 0, 0, 446, 9651, 2182, 29122 -translations/source/et/helpcontent2/source/text/shared/04.po, 238, 983, 690, 0, 0, 75, 1088, 313, 2071 -translations/source/et/helpcontent2/source/text/shared/05.po, 109, 1125, 732, 0, 0, 87, 1215, 196, 2340 -translations/source/et/helpcontent2/source/text/shared/06.po, 3, 7, 6, 0, 0, 0, 0, 3, 7 -translations/source/et/helpcontent2/source/text/shared/07.po, 7, 82, 46, 0, 0, 0, 0, 7, 82 -translations/source/et/helpcontent2/source/text/shared/autokorr.po, 48, 420, 277, 0, 0, 0, 0, 48, 420 -translations/source/et/helpcontent2/source/text/shared/autopi.po, 648, 4144, 3086, 0, 0, 239, 4250, 887, 8394 -translations/source/et/helpcontent2/source/text/shared/explorer/database.po, 1406, 12817, 8960, 0, 0, 235, 6040, 1641, 18857 -translations/source/et/helpcontent2/source/text/shared/guide.po, 2059, 28452, 19707, 0, 0, 457, 7991, 2516, 36443 -translations/source/et/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/et/helpcontent2/source/text/shared/menu.po, 16, 120, 91, 0, 0, 0, 0, 16, 120 -translations/source/et/helpcontent2/source/text/shared/optionen.po, 1587, 17301, 12140, 0, 0, 347, 6050, 1934, 23351 -translations/source/et/helpcontent2/source/text/simpress.po, 199, 1395, 958, 0, 0, 0, 0, 199, 1395 -translations/source/et/helpcontent2/source/text/simpress/00.po, 154, 873, 695, 0, 0, 9, 29, 163, 902 -translations/source/et/helpcontent2/source/text/simpress/01.po, 896, 6894, 4599, 0, 0, 150, 1620, 1046, 8514 -translations/source/et/helpcontent2/source/text/simpress/02.po, 659, 6480, 4413, 0, 0, 1, 29, 660, 6509 -translations/source/et/helpcontent2/source/text/simpress/04.po, 200, 1002, 706, 0, 0, 39, 136, 239, 1138 -translations/source/et/helpcontent2/source/text/simpress/guide.po, 605, 8019, 5450, 0, 0, 162, 2263, 767, 10282 -translations/source/et/helpcontent2/source/text/smath.po, 60, 739, 544, 0, 0, 0, 0, 60, 739 -translations/source/et/helpcontent2/source/text/smath/00.po, 66, 355, 254, 0, 0, 0, 0, 66, 355 -translations/source/et/helpcontent2/source/text/smath/01.po, 1551, 13859, 9871, 0, 0, 0, 0, 1551, 13859 -translations/source/et/helpcontent2/source/text/smath/02.po, 6, 97, 57, 0, 0, 0, 0, 6, 97 -translations/source/et/helpcontent2/source/text/smath/04.po, 26, 135, 96, 0, 0, 0, 0, 26, 135 -translations/source/et/helpcontent2/source/text/smath/06.po, 9, 21, 18, 0, 0, 0, 0, 9, 21 -translations/source/et/helpcontent2/source/text/smath/guide.po, 104, 1193, 891, 0, 0, 0, 0, 104, 1193 -translations/source/et/helpcontent2/source/text/swriter.po, 314, 2434, 1783, 0, 0, 22, 512, 336, 2946 -translations/source/et/helpcontent2/source/text/swriter/00.po, 216, 1067, 907, 0, 0, 94, 751, 310, 1818 -translations/source/et/helpcontent2/source/text/swriter/01.po, 2448, 18011, 12204, 0, 0, 898, 15782, 3346, 33793 -translations/source/et/helpcontent2/source/text/swriter/02.po, 389, 2651, 1956, 0, 0, 37, 399, 426, 3050 -translations/source/et/helpcontent2/source/text/swriter/04.po, 250, 1252, 952, 0, 0, 4, 24, 254, 1276 -translations/source/et/helpcontent2/source/text/swriter/guide.po, 1758, 21487, 14811, 0, 0, 386, 6450, 2144, 27937 -translations/source/et/helpcontent2/source/text/swriter/librelogo.po, 267, 1513, 1354, 5, 124, 54, 1382, 326, 3019 -translations/source/et/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/et/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3400, 0, 0, 0, 0, 557, 4354 -translations/source/et/librelogo/source/pythonpath.po, 138, 173, 167, 0, 0, 0, 0, 138, 173 -translations/source/et/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 487, 0, 0, 0, 0, 49, 693 -translations/source/et/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 12, 0, 0, 0, 0, 2, 21 -translations/source/et/nlpsolver/src/locale.po, 41, 105, 84, 0, 0, 0, 0, 41, 105 -translations/source/et/officecfg/registry/data/org/openoffice.po, 9, 28, 25, 0, 0, 0, 0, 9, 28 -translations/source/et/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1688, 0, 0, 0, 0, 1308, 1841 -translations/source/et/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6584, 0, 0, 0, 0, 3677, 7722 -translations/source/et/readlicense_oo/docs.po, 103, 2403, 1684, 0, 0, 0, 0, 103, 2403 -translations/source/et/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/et/reportdesign/messages.po, 258, 617, 563, 0, 0, 0, 0, 258, 617 -translations/source/et/sc/messages.po, 4686, 20260, 14003, 0, 0, 0, 0, 4686, 20260 -translations/source/et/scaddins/messages.po, 901, 3188, 2055, 0, 0, 0, 0, 901, 3188 -translations/source/et/sccomp/messages.po, 14, 65, 52, 0, 0, 0, 0, 14, 65 -translations/source/et/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/et/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -translations/source/et/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -translations/source/et/scp2/source/draw.po, 41, 149, 105, 0, 0, 0, 0, 41, 149 -translations/source/et/scp2/source/extensions.po, 16, 65, 53, 0, 0, 0, 0, 16, 65 -translations/source/et/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/et/scp2/source/graphicfilter.po, 30, 101, 79, 0, 0, 0, 0, 30, 101 -translations/source/et/scp2/source/impress.po, 21, 81, 69, 0, 0, 0, 0, 21, 81 -translations/source/et/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/et/scp2/source/math.po, 10, 42, 36, 0, 0, 0, 0, 10, 42 -translations/source/et/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -translations/source/et/scp2/source/ooo.po, 582, 2024, 1651, 0, 0, 0, 0, 582, 2024 -translations/source/et/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/et/scp2/source/quickstart.po, 2, 15, 10, 0, 0, 0, 0, 2, 15 -translations/source/et/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/et/scp2/source/writer.po, 27, 114, 89, 0, 0, 0, 0, 27, 114 -translations/source/et/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/et/sd/messages.po, 1319, 2951, 2474, 0, 0, 0, 0, 1319, 2951 -translations/source/et/setup_native/source/mac.po, 23, 131, 109, 0, 0, 0, 0, 23, 131 -translations/source/et/sfx2/messages.po, 581, 2226, 1800, 0, 0, 0, 0, 581, 2226 -translations/source/et/shell/source/win32/shlxthandler/res.po, 37, 45, 40, 0, 0, 0, 0, 37, 45 -translations/source/et/starmath/messages.po, 505, 968, 836, 0, 0, 0, 0, 505, 968 -translations/source/et/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/et/svtools/messages.po, 914, 2611, 2270, 0, 0, 0, 0, 914, 2611 -translations/source/et/svx/messages.po, 2846, 7224, 6027, 0, 0, 0, 0, 2846, 7224 -translations/source/et/sw/messages.po, 3441, 7740, 6675, 0, 0, 0, 0, 3441, 7740 -translations/source/et/swext/mediawiki/help.po, 89, 1404, 974, 0, 0, 0, 0, 89, 1404 -translations/source/et/swext/mediawiki/src.po, 2, 39, 23, 0, 0, 0, 0, 2, 39 -translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/et/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 125, 0, 0, 0, 0, 32, 181 -translations/source/et/sysui/desktop/share.po, 66, 277, 231, 0, 0, 0, 0, 66, 277 -translations/source/et/uui/messages.po, 157, 1554, 1186, 0, 0, 0, 0, 157, 1554 -translations/source/et/vcl/messages.po, 356, 737, 669, 0, 0, 0, 0, 356, 737 -translations/source/et/wizards/messages.po, 265, 1042, 809, 0, 0, 0, 0, 265, 1042 -translations/source/et/wizards/source/resources.po, 554, 2286, 1730, 0, 0, 0, 0, 554, 2286 -translations/source/et/writerperfect/messages.po, 30, 65, 59, 0, 0, 0, 0, 30, 65 -translations/source/et/xmlsecurity/messages.po, 91, 424, 338, 0, 0, 0, 0, 91, 424 -translations/source/eu/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -translations/source/eu/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/eu/basctl/messages.po, 155, 611, 503, 0, 0, 0, 0, 155, 611 -translations/source/eu/basic/messages.po, 135, 549, 558, 0, 0, 0, 0, 135, 549 -translations/source/eu/chart2/messages.po, 620, 1368, 1220, 0, 0, 0, 0, 620, 1368 -translations/source/eu/connectivity/messages.po, 106, 1047, 860, 0, 0, 0, 0, 106, 1047 -translations/source/eu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/eu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/eu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/eu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/eu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/eu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/eu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/eu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/eu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/eu/cui/messages.po, 2343, 5558, 4943, 0, 0, 0, 0, 2343, 5558 -translations/source/eu/dbaccess/messages.po, 812, 4510, 3619, 0, 0, 0, 0, 812, 4510 -translations/source/eu/desktop/messages.po, 162, 1225, 963, 0, 0, 0, 0, 162, 1225 -translations/source/eu/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/eu/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/eu/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/eu/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/eu/dictionaries/en/dialog.po, 37, 176, 170, 0, 0, 0, 0, 37, 176 -translations/source/eu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/eu/dictionaries/es.po, 1, 12, 10, 0, 0, 0, 0, 1, 12 -translations/source/eu/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/eu/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/eu/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/eu/dictionaries/hu_HU/dialog.po, 32, 71, 66, 0, 0, 0, 0, 32, 71 -translations/source/eu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/eu/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/eu/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/eu/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/eu/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/eu/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/eu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/eu/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/eu/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/eu/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -translations/source/eu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/eu/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/eu/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/eu/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/eu/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/eu/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/editeng/messages.po, 265, 656, 618, 0, 0, 0, 0, 265, 656 -translations/source/eu/extensions/messages.po, 663, 2099, 1672, 0, 0, 0, 0, 663, 2099 -translations/source/eu/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/eu/extras/source/autocorr/emoji.po, 1575, 1817, 1768, 0, 0, 0, 0, 1575, 1817 -translations/source/eu/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/eu/filter/messages.po, 222, 818, 730, 0, 0, 0, 0, 222, 818 -translations/source/eu/filter/source/config/fragments/filters.po, 220, 732, 714, 0, 0, 0, 0, 220, 732 -translations/source/eu/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 136, 0, 0, 0, 0, 38, 139 -translations/source/eu/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -translations/source/eu/forms/messages.po, 58, 330, 271, 0, 0, 0, 0, 58, 330 -translations/source/eu/formula/messages.po, 438, 514, 513, 0, 0, 0, 0, 438, 514 -translations/source/eu/fpicker/messages.po, 61, 163, 139, 0, 0, 0, 0, 61, 163 -translations/source/eu/framework/messages.po, 29, 210, 166, 0, 0, 0, 0, 29, 210 -translations/source/eu/helpcontent2/source/auxiliary.po, 105, 302, 270, 0, 0, 0, 0, 105, 302 -translations/source/eu/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 981, 0, 0, 0, 0, 103, 1345 -translations/source/eu/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 28163, 0, 0, 0, 0, 4505, 35431 -translations/source/eu/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 391, 0, 0, 0, 0, 67, 465 -translations/source/eu/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1117, 0, 0, 0, 0, 198, 1482 -translations/source/eu/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 129, 0, 0, 0, 0, 47, 145 -translations/source/eu/helpcontent2/source/text/scalc.po, 187, 986, 789, 0, 0, 0, 0, 187, 986 -translations/source/eu/helpcontent2/source/text/scalc/00.po, 201, 945, 894, 0, 0, 0, 0, 201, 945 -translations/source/eu/helpcontent2/source/text/scalc/01.po, 7495, 73155, 57390, 0, 0, 0, 0, 7495, 73155 -translations/source/eu/helpcontent2/source/text/scalc/02.po, 123, 810, 625, 0, 0, 0, 0, 123, 810 -translations/source/eu/helpcontent2/source/text/scalc/04.po, 187, 1497, 1122, 0, 0, 0, 0, 187, 1497 -translations/source/eu/helpcontent2/source/text/scalc/05.po, 137, 853, 733, 0, 0, 0, 0, 137, 853 -translations/source/eu/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/eu/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 16390, 0, 0, 0, 0, 1469, 21593 -translations/source/eu/helpcontent2/source/text/schart.po, 96, 931, 756, 0, 0, 0, 0, 96, 931 -translations/source/eu/helpcontent2/source/text/schart/00.po, 60, 347, 333, 0, 0, 0, 0, 60, 347 -translations/source/eu/helpcontent2/source/text/schart/01.po, 972, 11826, 8735, 0, 0, 0, 0, 972, 11826 -translations/source/eu/helpcontent2/source/text/schart/02.po, 25, 117, 80, 0, 0, 0, 0, 25, 117 -translations/source/eu/helpcontent2/source/text/schart/04.po, 32, 133, 94, 0, 0, 0, 0, 32, 133 -translations/source/eu/helpcontent2/source/text/sdraw.po, 123, 732, 591, 0, 0, 0, 0, 123, 732 -translations/source/eu/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/eu/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/eu/helpcontent2/source/text/sdraw/04.po, 103, 489, 396, 0, 0, 0, 0, 103, 489 -translations/source/eu/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2270, 0, 0, 0, 0, 275, 3072 -translations/source/eu/helpcontent2/source/text/shared.po, 250, 2308, 1860, 0, 0, 0, 0, 250, 2308 -translations/source/eu/helpcontent2/source/text/shared/00.po, 1567, 15694, 12938, 0, 0, 0, 0, 1567, 15694 -translations/source/eu/helpcontent2/source/text/shared/01.po, 5487, 51962, 39526, 0, 0, 0, 0, 5487, 51962 -translations/source/eu/helpcontent2/source/text/shared/02.po, 2182, 29122, 20928, 0, 0, 0, 0, 2182, 29122 -translations/source/eu/helpcontent2/source/text/shared/04.po, 313, 2071, 1665, 0, 0, 0, 0, 313, 2071 -translations/source/eu/helpcontent2/source/text/shared/05.po, 196, 2340, 1767, 0, 0, 0, 0, 196, 2340 -translations/source/eu/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -translations/source/eu/helpcontent2/source/text/shared/07.po, 7, 82, 67, 0, 0, 0, 0, 7, 82 -translations/source/eu/helpcontent2/source/text/shared/autokorr.po, 48, 420, 343, 0, 0, 0, 0, 48, 420 -translations/source/eu/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6199, 0, 0, 0, 0, 887, 8394 -translations/source/eu/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 14003, 0, 0, 0, 0, 1641, 18857 -translations/source/eu/helpcontent2/source/text/shared/guide.po, 2516, 36443, 27598, 0, 0, 0, 0, 2516, 36443 -translations/source/eu/helpcontent2/source/text/shared/help.po, 78, 117, 111, 0, 0, 0, 0, 78, 117 -translations/source/eu/helpcontent2/source/text/shared/menu.po, 16, 120, 98, 0, 0, 0, 0, 16, 120 -translations/source/eu/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 18112, 0, 0, 0, 0, 1934, 23351 -translations/source/eu/helpcontent2/source/text/simpress.po, 199, 1395, 1051, 0, 0, 0, 0, 199, 1395 -translations/source/eu/helpcontent2/source/text/simpress/00.po, 163, 902, 725, 0, 0, 0, 0, 163, 902 -translations/source/eu/helpcontent2/source/text/simpress/01.po, 1046, 8514, 6275, 0, 0, 0, 0, 1046, 8514 -translations/source/eu/helpcontent2/source/text/simpress/02.po, 660, 6509, 5011, 0, 0, 0, 0, 660, 6509 -translations/source/eu/helpcontent2/source/text/simpress/04.po, 239, 1138, 849, 0, 0, 0, 0, 239, 1138 -translations/source/eu/helpcontent2/source/text/simpress/guide.po, 767, 10282, 7542, 0, 0, 0, 0, 767, 10282 -translations/source/eu/helpcontent2/source/text/smath.po, 60, 739, 564, 0, 0, 0, 0, 60, 739 -translations/source/eu/helpcontent2/source/text/smath/00.po, 66, 355, 277, 0, 0, 0, 0, 66, 355 -translations/source/eu/helpcontent2/source/text/smath/01.po, 1551, 13859, 10770, 0, 0, 0, 0, 1551, 13859 -translations/source/eu/helpcontent2/source/text/smath/02.po, 6, 97, 61, 0, 0, 0, 0, 6, 97 -translations/source/eu/helpcontent2/source/text/smath/04.po, 26, 135, 97, 0, 0, 0, 0, 26, 135 -translations/source/eu/helpcontent2/source/text/smath/06.po, 9, 21, 21, 0, 0, 0, 0, 9, 21 -translations/source/eu/helpcontent2/source/text/smath/guide.po, 104, 1193, 913, 0, 0, 0, 0, 104, 1193 -translations/source/eu/helpcontent2/source/text/swriter.po, 336, 2946, 2288, 0, 0, 0, 0, 336, 2946 -translations/source/eu/helpcontent2/source/text/swriter/00.po, 310, 1818, 1574, 0, 0, 0, 0, 310, 1818 -translations/source/eu/helpcontent2/source/text/swriter/01.po, 3346, 33793, 24402, 0, 0, 0, 0, 3346, 33793 -translations/source/eu/helpcontent2/source/text/swriter/02.po, 426, 3050, 2396, 0, 0, 0, 0, 426, 3050 -translations/source/eu/helpcontent2/source/text/swriter/04.po, 254, 1276, 987, 0, 0, 0, 0, 254, 1276 -translations/source/eu/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 20350, 0, 0, 0, 0, 2144, 27937 -translations/source/eu/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2701, 0, 0, 0, 0, 326, 3019 -translations/source/eu/helpcontent2/source/text/swriter/menu.po, 17, 96, 79, 0, 0, 0, 0, 17, 96 -translations/source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3496, 0, 0, 0, 0, 557, 4354 -translations/source/eu/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -translations/source/eu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 530, 0, 0, 0, 0, 49, 693 -translations/source/eu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -translations/source/eu/nlpsolver/src/locale.po, 41, 105, 93, 0, 0, 0, 0, 41, 105 -translations/source/eu/officecfg/registry/data/org/openoffice.po, 9, 28, 20, 0, 0, 0, 0, 9, 28 -translations/source/eu/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1762, 0, 0, 0, 0, 1308, 1841 -translations/source/eu/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6862, 0, 0, 0, 0, 3677, 7722 -translations/source/eu/readlicense_oo/docs.po, 103, 2403, 1891, 0, 0, 0, 0, 103, 2403 -translations/source/eu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/eu/reportdesign/messages.po, 258, 617, 552, 0, 0, 0, 0, 258, 617 -translations/source/eu/sc/messages.po, 4686, 20260, 15797, 0, 0, 0, 0, 4686, 20260 -translations/source/eu/scaddins/messages.po, 901, 3188, 2468, 0, 0, 0, 0, 901, 3188 -translations/source/eu/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -translations/source/eu/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -translations/source/eu/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -translations/source/eu/scp2/source/calc.po, 22, 94, 88, 0, 0, 0, 0, 22, 94 -translations/source/eu/scp2/source/draw.po, 41, 149, 140, 0, 0, 0, 0, 41, 149 -translations/source/eu/scp2/source/extensions.po, 16, 65, 52, 0, 0, 0, 0, 16, 65 -translations/source/eu/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -translations/source/eu/scp2/source/graphicfilter.po, 30, 101, 121, 0, 0, 0, 0, 30, 101 -translations/source/eu/scp2/source/impress.po, 21, 81, 72, 0, 0, 0, 0, 21, 81 -translations/source/eu/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/eu/scp2/source/math.po, 10, 42, 36, 0, 0, 0, 0, 10, 42 -translations/source/eu/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/eu/scp2/source/ooo.po, 582, 2024, 1972, 0, 0, 0, 0, 582, 2024 -translations/source/eu/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/eu/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/eu/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/eu/scp2/source/writer.po, 27, 114, 98, 0, 0, 0, 0, 27, 114 -translations/source/eu/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/eu/sd/messages.po, 1319, 2951, 2665, 0, 0, 0, 0, 1319, 2951 -translations/source/eu/setup_native/source/mac.po, 23, 131, 110, 0, 0, 0, 0, 23, 131 -translations/source/eu/sfx2/messages.po, 581, 2226, 1908, 0, 0, 0, 0, 581, 2226 -translations/source/eu/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -translations/source/eu/starmath/messages.po, 504, 967, 969, 0, 0, 0, 0, 504, 967 -translations/source/eu/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/eu/svtools/messages.po, 914, 2611, 2413, 0, 0, 0, 0, 914, 2611 -translations/source/eu/svx/messages.po, 2846, 7224, 6358, 0, 0, 0, 0, 2846, 7224 -translations/source/eu/sw/messages.po, 3441, 7740, 6929, 0, 0, 0, 0, 3441, 7740 -translations/source/eu/swext/mediawiki/help.po, 89, 1404, 1084, 0, 0, 0, 0, 89, 1404 -translations/source/eu/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/eu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 136, 0, 0, 0, 0, 32, 181 -translations/source/eu/sysui/desktop/share.po, 66, 277, 264, 0, 0, 0, 0, 66, 277 -translations/source/eu/uui/messages.po, 157, 1554, 1257, 0, 0, 0, 0, 157, 1554 -translations/source/eu/vcl/messages.po, 356, 737, 681, 0, 0, 0, 0, 356, 737 -translations/source/eu/wizards/messages.po, 265, 1042, 817, 0, 0, 0, 0, 265, 1042 -translations/source/eu/wizards/source/resources.po, 554, 2286, 1834, 0, 0, 0, 0, 554, 2286 -translations/source/eu/writerperfect/messages.po, 30, 65, 62, 0, 0, 0, 0, 30, 65 -translations/source/eu/xmlsecurity/messages.po, 91, 424, 360, 0, 0, 0, 0, 91, 424 -translations/source/fa/accessibility/messages.po, 11, 27, 35, 0, 0, 0, 0, 11, 27 -translations/source/fa/avmedia/messages.po, 22, 45, 47, 0, 0, 0, 0, 22, 45 -translations/source/fa/basctl/messages.po, 131, 579, 619, 23, 28, 1, 4, 155, 611 -translations/source/fa/basic/messages.po, 18, 52, 72, 117, 497, 0, 0, 135, 549 -translations/source/fa/chart2/messages.po, 243, 536, 600, 149, 254, 228, 578, 620, 1368 -translations/source/fa/connectivity/messages.po, 58, 533, 510, 5, 47, 43, 467, 106, 1047 -translations/source/fa/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/fa/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/fa/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fa/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/fa/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/fa/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fa/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/fa/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/fa/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/fa/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/fa/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/fa/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fa/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fa/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/fa/cui/messages.po, 582, 1202, 1326, 711, 1299, 1050, 3057, 2343, 5558 -translations/source/fa/dbaccess/messages.po, 255, 1326, 1353, 319, 2036, 238, 1148, 812, 4510 -translations/source/fa/desktop/messages.po, 61, 330, 392, 16, 58, 85, 837, 162, 1225 -translations/source/fa/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/fa/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/fa/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/fa/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/fa/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/fa/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/fa/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/fa/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/fa/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/fa/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/fa/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/fa/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/fa/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/fa/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 8, 25, 61, 32, 71 -translations/source/fa/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/fa/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/fa/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/fa/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/fa/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/fa/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/fa/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/fa/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/fa/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/fa/dictionaries/ru_RU/dialog.po, 3, 3, 5, 2, 4, 9, 19, 14, 26 -translations/source/fa/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/fa/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/fa/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/fa/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/fa/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/fa/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/fa/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/fa/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fa/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/editeng/messages.po, 265, 656, 718, 0, 0, 0, 0, 265, 656 -translations/source/fa/extensions/messages.po, 237, 445, 535, 146, 454, 280, 1200, 663, 2099 -translations/source/fa/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fa/extras/source/autocorr/emoji.po, 42, 39, 39, 175, 165, 1358, 1613, 1575, 1817 -translations/source/fa/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -translations/source/fa/filter/messages.po, 31, 45, 53, 30, 40, 161, 733, 222, 818 -translations/source/fa/filter/source/config/fragments/filters.po, 54, 182, 191, 14, 50, 152, 500, 220, 732 -translations/source/fa/filter/source/config/fragments/internalgraphicfilters.po, 5, 17, 19, 0, 0, 33, 122, 38, 139 -translations/source/fa/filter/source/config/fragments/types.po, 5, 19, 20, 5, 21, 28, 81, 38, 121 -translations/source/fa/forms/messages.po, 58, 330, 333, 0, 0, 0, 0, 58, 330 -translations/source/fa/formula/messages.po, 356, 377, 380, 33, 48, 49, 89, 438, 514 -translations/source/fa/fpicker/messages.po, 61, 163, 185, 0, 0, 0, 0, 61, 163 -translations/source/fa/framework/messages.po, 29, 210, 226, 0, 0, 0, 0, 29, 210 -translations/source/fa/instsetoo_native/inc_openoffice/windows/msi_languages.po, 103, 326, 397, 74, 155, 380, 3873, 557, 4354 -translations/source/fa/librelogo/source/pythonpath.po, 15, 17, 15, 43, 45, 80, 111, 138, 173 -translations/source/fa/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 3, 10, 45, 682, 49, 693 -translations/source/fa/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 4, 0, 0, 1, 17, 2, 21 -translations/source/fa/nlpsolver/src/locale.po, 9, 9, 9, 3, 4, 29, 92, 41, 105 -translations/source/fa/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/fa/officecfg/registry/data/org/openoffice/Office.po, 587, 666, 941, 169, 172, 552, 1003, 1308, 1841 -translations/source/fa/officecfg/registry/data/org/openoffice/Office/UI.po, 2176, 4353, 4734, 632, 1188, 869, 2181, 3677, 7722 -translations/source/fa/readlicense_oo/docs.po, 22, 414, 458, 12, 234, 69, 1755, 103, 2403 -translations/source/fa/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/fa/reportdesign/messages.po, 185, 440, 470, 59, 139, 14, 38, 258, 617 -translations/source/fa/sc/messages.po, 1739, 6624, 5874, 1189, 4753, 1758, 8883, 4686, 20260 -translations/source/fa/scaddins/messages.po, 100, 286, 284, 105, 242, 696, 2660, 901, 3188 -translations/source/fa/sccomp/messages.po, 14, 65, 75, 0, 0, 0, 0, 14, 65 -translations/source/fa/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/fa/scp2/source/base.po, 8, 40, 43, 0, 0, 2, 4, 10, 44 -translations/source/fa/scp2/source/calc.po, 17, 56, 56, 3, 29, 2, 9, 22, 94 -translations/source/fa/scp2/source/draw.po, 13, 52, 54, 3, 13, 25, 84, 41, 149 -translations/source/fa/scp2/source/extensions.po, 10, 34, 37, 0, 0, 6, 31, 16, 65 -translations/source/fa/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/fa/scp2/source/graphicfilter.po, 28, 91, 106, 0, 0, 2, 10, 30, 101 -translations/source/fa/scp2/source/impress.po, 19, 74, 79, 1, 4, 1, 3, 21, 81 -translations/source/fa/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/fa/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/fa/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -translations/source/fa/scp2/source/ooo.po, 212, 265, 275, 160, 729, 210, 1030, 582, 2024 -translations/source/fa/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/fa/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/fa/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -translations/source/fa/scp2/source/writer.po, 22, 69, 71, 0, 0, 5, 45, 27, 114 -translations/source/fa/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/fa/sd/messages.po, 448, 1170, 1195, 326, 550, 545, 1231, 1319, 2951 -translations/source/fa/setup_native/source/mac.po, 23, 131, 152, 0, 0, 0, 0, 23, 131 -translations/source/fa/sfx2/messages.po, 164, 370, 394, 124, 279, 293, 1577, 581, 2226 -translations/source/fa/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -translations/source/fa/starmath/messages.po, 257, 477, 552, 103, 143, 120, 323, 480, 943 -translations/source/fa/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/fa/svtools/messages.po, 500, 1147, 1157, 88, 217, 326, 1247, 914, 2611 -translations/source/fa/svx/messages.po, 1051, 2137, 2242, 541, 1100, 1254, 3987, 2846, 7224 -translations/source/fa/sw/messages.po, 1310, 2352, 2578, 1063, 1942, 1067, 3445, 3440, 7739 -translations/source/fa/swext/mediawiki/help.po, 13, 17, 18, 3, 5, 73, 1382, 89, 1404 -translations/source/fa/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/fa/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 179, 174, 0, 0, 1, 2, 32, 181 -translations/source/fa/sysui/desktop/share.po, 56, 216, 228, 7, 49, 3, 12, 66, 277 -translations/source/fa/uui/messages.po, 53, 350, 328, 21, 76, 83, 1128, 157, 1554 -translations/source/fa/vcl/messages.po, 179, 304, 329, 39, 84, 138, 349, 356, 737 -translations/source/fa/wizards/messages.po, 73, 254, 269, 38, 71, 154, 717, 265, 1042 -translations/source/fa/wizards/source/resources.po, 280, 1077, 1191, 73, 179, 201, 1030, 554, 2286 -translations/source/fa/writerperfect/messages.po, 30, 65, 79, 0, 0, 0, 0, 30, 65 -translations/source/fa/xmlsecurity/messages.po, 33, 74, 77, 14, 103, 44, 247, 91, 424 -translations/source/fi/accessibility/messages.po, 11, 27, 19, 0, 0, 0, 0, 11, 27 -translations/source/fi/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/fi/basctl/messages.po, 155, 611, 451, 0, 0, 0, 0, 155, 611 -translations/source/fi/basic/messages.po, 135, 549, 503, 0, 0, 0, 0, 135, 549 -translations/source/fi/chart2/messages.po, 617, 1340, 1048, 0, 0, 3, 28, 620, 1368 -translations/source/fi/connectivity/messages.po, 105, 1033, 783, 0, 0, 1, 14, 106, 1047 -translations/source/fi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/fi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/fi/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/fi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/fi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/fi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/fi/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/fi/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/fi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fi/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/fi/cui/messages.po, 2206, 5231, 4298, 23, 31, 114, 296, 2343, 5558 -translations/source/fi/dbaccess/messages.po, 812, 4510, 3215, 0, 0, 0, 0, 812, 4510 -translations/source/fi/desktop/messages.po, 160, 1172, 848, 0, 0, 2, 53, 162, 1225 -translations/source/fi/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/fi/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/bo.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/fi/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/fi/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/en.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/fi/dictionaries/en/dialog.po, 37, 176, 159, 0, 0, 0, 0, 37, 176 -translations/source/fi/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/fi/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/fi/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -translations/source/fi/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/fi/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/fi/dictionaries/hu_HU/dialog.po, 32, 71, 64, 0, 0, 0, 0, 32, 71 -translations/source/fi/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/fi/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/fi/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/fi/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/fi/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/fi/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/fi/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/fi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/fi/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -translations/source/fi/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/ru_RU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/fi/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -translations/source/fi/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/fi/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/fi/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fi/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/fi/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fi/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/fi/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/editeng/messages.po, 265, 656, 606, 0, 0, 0, 0, 265, 656 -translations/source/fi/extensions/messages.po, 658, 2078, 1549, 0, 0, 5, 21, 663, 2099 -translations/source/fi/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fi/extras/source/autocorr/emoji.po, 1278, 1493, 1416, 0, 0, 297, 324, 1575, 1817 -translations/source/fi/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -translations/source/fi/filter/messages.po, 222, 818, 612, 0, 0, 0, 0, 222, 818 -translations/source/fi/filter/source/config/fragments/filters.po, 196, 667, 573, 0, 0, 24, 65, 220, 732 -translations/source/fi/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 131, 0, 0, 0, 0, 38, 139 -translations/source/fi/filter/source/config/fragments/types.po, 28, 95, 84, 0, 0, 10, 26, 38, 121 -translations/source/fi/forms/messages.po, 58, 330, 248, 0, 0, 0, 0, 58, 330 -translations/source/fi/formula/messages.po, 437, 513, 623, 0, 0, 1, 1, 438, 514 -translations/source/fi/fpicker/messages.po, 61, 163, 139, 0, 0, 0, 0, 61, 163 -translations/source/fi/framework/messages.po, 29, 210, 138, 0, 0, 0, 0, 29, 210 -translations/source/fi/helpcontent2/source/auxiliary.po, 92, 266, 232, 0, 0, 13, 36, 105, 302 -translations/source/fi/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 748, 0, 0, 14, 160, 103, 1345 -translations/source/fi/helpcontent2/source/text/sbasic/shared.po, 3558, 29612, 21278, 0, 0, 947, 5819, 4505, 35431 -translations/source/fi/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 302, 0, 0, 4, 57, 67, 465 -translations/source/fi/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 950, 0, 0, 0, 0, 198, 1482 -translations/source/fi/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/fi/helpcontent2/source/text/scalc.po, 183, 970, 700, 0, 0, 4, 16, 187, 986 -translations/source/fi/helpcontent2/source/text/scalc/00.po, 63, 155, 135, 0, 0, 138, 790, 201, 945 -translations/source/fi/helpcontent2/source/text/scalc/01.po, 0, 0, 0, 0, 0, 7495, 73155, 7495, 73155 -translations/source/fi/helpcontent2/source/text/scalc/02.po, 118, 796, 562, 0, 0, 5, 14, 123, 810 -translations/source/fi/helpcontent2/source/text/scalc/04.po, 183, 1448, 863, 0, 0, 4, 49, 187, 1497 -translations/source/fi/helpcontent2/source/text/scalc/05.po, 92, 751, 531, 0, 0, 45, 102, 137, 853 -translations/source/fi/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/fi/helpcontent2/source/text/scalc/guide.po, 1364, 19648, 12791, 0, 0, 105, 1945, 1469, 21593 -translations/source/fi/helpcontent2/source/text/schart.po, 88, 796, 491, 0, 0, 8, 135, 96, 931 -translations/source/fi/helpcontent2/source/text/schart/00.po, 50, 314, 265, 0, 0, 10, 33, 60, 347 -translations/source/fi/helpcontent2/source/text/schart/01.po, 886, 10516, 6426, 0, 0, 86, 1310, 972, 11826 -translations/source/fi/helpcontent2/source/text/schart/02.po, 25, 117, 77, 0, 0, 0, 0, 25, 117 -translations/source/fi/helpcontent2/source/text/schart/04.po, 32, 133, 100, 0, 0, 0, 0, 32, 133 -translations/source/fi/helpcontent2/source/text/sdraw.po, 120, 718, 520, 0, 0, 3, 14, 123, 732 -translations/source/fi/helpcontent2/source/text/sdraw/00.po, 2, 8, 4, 0, 0, 0, 0, 2, 8 -translations/source/fi/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/fi/helpcontent2/source/text/sdraw/04.po, 102, 486, 315, 0, 0, 1, 3, 103, 489 -translations/source/fi/helpcontent2/source/text/sdraw/guide.po, 263, 2845, 1834, 0, 0, 12, 227, 275, 3072 -translations/source/fi/helpcontent2/source/text/shared.po, 219, 1966, 1326, 0, 0, 31, 342, 250, 2308 -translations/source/fi/helpcontent2/source/text/shared/00.po, 816, 7467, 5184, 0, 0, 751, 8227, 1567, 15694 -translations/source/fi/helpcontent2/source/text/shared/01.po, 4005, 33602, 21716, 0, 0, 1482, 18360, 5487, 51962 -translations/source/fi/helpcontent2/source/text/shared/02.po, 1756, 19732, 12760, 0, 0, 426, 9390, 2182, 29122 -translations/source/fi/helpcontent2/source/text/shared/04.po, 238, 983, 617, 0, 0, 75, 1088, 313, 2071 -translations/source/fi/helpcontent2/source/text/shared/05.po, 109, 1125, 786, 0, 0, 87, 1215, 196, 2340 -translations/source/fi/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/fi/helpcontent2/source/text/shared/07.po, 4, 29, 14, 0, 0, 3, 53, 7, 82 -translations/source/fi/helpcontent2/source/text/shared/autokorr.po, 48, 420, 317, 0, 0, 0, 0, 48, 420 -translations/source/fi/helpcontent2/source/text/shared/autopi.po, 758, 6585, 4379, 0, 0, 129, 1809, 887, 8394 -translations/source/fi/helpcontent2/source/text/shared/explorer/database.po, 1477, 14662, 9461, 0, 0, 164, 4195, 1641, 18857 -translations/source/fi/helpcontent2/source/text/shared/guide.po, 2117, 29836, 19457, 0, 0, 399, 6607, 2516, 36443 -translations/source/fi/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/fi/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/fi/helpcontent2/source/text/shared/optionen.po, 1562, 17110, 11173, 0, 0, 372, 6241, 1934, 23351 -translations/source/fi/helpcontent2/source/text/simpress.po, 189, 1337, 893, 0, 0, 10, 58, 199, 1395 -translations/source/fi/helpcontent2/source/text/simpress/00.po, 154, 873, 675, 0, 0, 9, 29, 163, 902 -translations/source/fi/helpcontent2/source/text/simpress/01.po, 895, 6893, 4507, 0, 0, 151, 1621, 1046, 8514 -translations/source/fi/helpcontent2/source/text/simpress/02.po, 653, 6468, 4639, 0, 0, 7, 41, 660, 6509 -translations/source/fi/helpcontent2/source/text/simpress/04.po, 200, 1002, 690, 0, 0, 39, 136, 239, 1138 -translations/source/fi/helpcontent2/source/text/simpress/guide.po, 605, 8019, 5096, 0, 0, 162, 2263, 767, 10282 -translations/source/fi/helpcontent2/source/text/smath.po, 57, 613, 392, 0, 0, 3, 126, 60, 739 -translations/source/fi/helpcontent2/source/text/smath/00.po, 54, 228, 157, 0, 0, 12, 127, 66, 355 -translations/source/fi/helpcontent2/source/text/smath/01.po, 1115, 11613, 7781, 0, 0, 436, 2246, 1551, 13859 -translations/source/fi/helpcontent2/source/text/smath/02.po, 6, 97, 52, 0, 0, 0, 0, 6, 97 -translations/source/fi/helpcontent2/source/text/smath/04.po, 25, 130, 79, 0, 0, 1, 5, 26, 135 -translations/source/fi/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/fi/helpcontent2/source/text/smath/guide.po, 96, 1031, 723, 0, 0, 8, 162, 104, 1193 -translations/source/fi/helpcontent2/source/text/swriter.po, 228, 1524, 1042, 0, 0, 108, 1422, 336, 2946 -translations/source/fi/helpcontent2/source/text/swriter/00.po, 216, 1067, 942, 0, 0, 94, 751, 310, 1818 -translations/source/fi/helpcontent2/source/text/swriter/01.po, 2786, 26513, 16771, 0, 0, 560, 7280, 3346, 33793 -translations/source/fi/helpcontent2/source/text/swriter/02.po, 387, 2645, 1972, 0, 0, 39, 405, 426, 3050 -translations/source/fi/helpcontent2/source/text/swriter/04.po, 250, 1252, 895, 0, 0, 4, 24, 254, 1276 -translations/source/fi/helpcontent2/source/text/swriter/guide.po, 1945, 24313, 15081, 0, 0, 199, 3624, 2144, 27937 -translations/source/fi/helpcontent2/source/text/swriter/librelogo.po, 319, 2865, 2370, 0, 0, 7, 154, 326, 3019 -translations/source/fi/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po, 555, 4334, 3293, 0, 0, 2, 20, 557, 4354 -translations/source/fi/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -translations/source/fi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 454, 0, 0, 0, 0, 49, 693 -translations/source/fi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 14, 0, 0, 0, 0, 2, 21 -translations/source/fi/nlpsolver/src/locale.po, 41, 105, 83, 0, 0, 0, 0, 41, 105 -translations/source/fi/officecfg/registry/data/org/openoffice.po, 8, 25, 21, 0, 0, 1, 3, 9, 28 -translations/source/fi/officecfg/registry/data/org/openoffice/Office.po, 1301, 1831, 1703, 0, 0, 7, 10, 1308, 1841 -translations/source/fi/officecfg/registry/data/org/openoffice/Office/UI.po, 3474, 7190, 6178, 11, 26, 192, 506, 3677, 7722 -translations/source/fi/readlicense_oo/docs.po, 102, 2343, 1557, 0, 0, 1, 60, 103, 2403 -translations/source/fi/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/fi/reportdesign/messages.po, 258, 617, 544, 0, 0, 0, 0, 258, 617 -translations/source/fi/sc/messages.po, 4437, 19496, 12958, 0, 0, 249, 764, 4686, 20260 -translations/source/fi/scaddins/messages.po, 901, 3188, 2242, 0, 0, 0, 0, 901, 3188 -translations/source/fi/sccomp/messages.po, 14, 65, 45, 0, 0, 0, 0, 14, 65 -translations/source/fi/scp2/source/activex.po, 2, 16, 13, 0, 0, 0, 0, 2, 16 -translations/source/fi/scp2/source/base.po, 10, 44, 36, 0, 0, 0, 0, 10, 44 -translations/source/fi/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -translations/source/fi/scp2/source/draw.po, 41, 149, 131, 0, 0, 0, 0, 41, 149 -translations/source/fi/scp2/source/extensions.po, 16, 65, 51, 0, 0, 0, 0, 16, 65 -translations/source/fi/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -translations/source/fi/scp2/source/graphicfilter.po, 30, 101, 64, 0, 0, 0, 0, 30, 101 -translations/source/fi/scp2/source/impress.po, 21, 81, 67, 0, 0, 0, 0, 21, 81 -translations/source/fi/scp2/source/kde.po, 2, 9, 5, 0, 0, 0, 0, 2, 9 -translations/source/fi/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -translations/source/fi/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/fi/scp2/source/ooo.po, 575, 1988, 1504, 0, 0, 7, 36, 582, 2024 -translations/source/fi/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/fi/scp2/source/quickstart.po, 2, 15, 10, 0, 0, 0, 0, 2, 15 -translations/source/fi/scp2/source/winexplorerext.po, 2, 18, 13, 0, 0, 0, 0, 2, 18 -translations/source/fi/scp2/source/writer.po, 27, 114, 79, 0, 0, 0, 0, 27, 114 -translations/source/fi/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/fi/sd/messages.po, 1109, 2644, 2189, 32, 46, 178, 261, 1319, 2951 -translations/source/fi/setup_native/source/mac.po, 23, 131, 94, 0, 0, 0, 0, 23, 131 -translations/source/fi/sfx2/messages.po, 555, 1948, 1521, 0, 0, 26, 278, 581, 2226 -translations/source/fi/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -translations/source/fi/starmath/messages.po, 505, 968, 794, 0, 0, 0, 0, 505, 968 -translations/source/fi/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fi/svtools/messages.po, 862, 2428, 2041, 0, 0, 52, 183, 914, 2611 -translations/source/fi/svx/messages.po, 2715, 6888, 5693, 0, 0, 131, 336, 2846, 7224 -translations/source/fi/sw/messages.po, 3353, 7370, 6275, 3, 3, 85, 367, 3441, 7740 -translations/source/fi/swext/mediawiki/help.po, 75, 1191, 786, 0, 0, 14, 213, 89, 1404 -translations/source/fi/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/fi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 111, 0, 0, 0, 0, 32, 181 -translations/source/fi/sysui/desktop/share.po, 66, 277, 218, 0, 0, 0, 0, 66, 277 -translations/source/fi/uui/messages.po, 148, 1322, 1004, 0, 0, 9, 232, 157, 1554 -translations/source/fi/vcl/messages.po, 270, 525, 442, 0, 0, 86, 212, 356, 737 -translations/source/fi/wizards/messages.po, 265, 1042, 710, 0, 0, 0, 0, 265, 1042 -translations/source/fi/wizards/source/resources.po, 554, 2286, 1663, 0, 0, 0, 0, 554, 2286 -translations/source/fi/writerperfect/messages.po, 21, 52, 45, 0, 0, 9, 13, 30, 65 -translations/source/fi/xmlsecurity/messages.po, 91, 424, 335, 0, 0, 0, 0, 91, 424 -translations/source/fr/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -translations/source/fr/avmedia/messages.po, 22, 45, 55, 0, 0, 0, 0, 22, 45 -translations/source/fr/basctl/messages.po, 155, 611, 721, 0, 0, 0, 0, 155, 611 -translations/source/fr/basic/messages.po, 135, 549, 622, 0, 0, 0, 0, 135, 549 -translations/source/fr/chart2/messages.po, 620, 1368, 1728, 0, 0, 0, 0, 620, 1368 -translations/source/fr/connectivity/messages.po, 106, 1047, 1233, 0, 0, 0, 0, 106, 1047 -translations/source/fr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/fr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/fr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/fr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/fr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/fr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/fr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fr/cui/messages.po, 2343, 5558, 6691, 0, 0, 0, 0, 2343, 5558 -translations/source/fr/dbaccess/messages.po, 812, 4510, 5207, 0, 0, 0, 0, 812, 4510 -translations/source/fr/desktop/messages.po, 162, 1225, 1394, 0, 0, 0, 0, 162, 1225 -translations/source/fr/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/fr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/fr/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -translations/source/fr/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/fr/dictionaries/en/dialog.po, 37, 176, 223, 0, 0, 0, 0, 37, 176 -translations/source/fr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/fr/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -translations/source/fr/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/fr/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/fr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/hu_HU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/fr/dictionaries/hu_HU/dialog.po, 32, 71, 85, 0, 0, 0, 0, 32, 71 -translations/source/fr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/fr/dictionaries/id.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/is.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/fr/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/fr/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/fr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/fr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/fr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/fr/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -translations/source/fr/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/ru_RU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/fr/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -translations/source/fr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/fr/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/fr/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fr/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/fr/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/fr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/fr/editeng/messages.po, 265, 656, 769, 0, 0, 0, 0, 265, 656 -translations/source/fr/extensions/messages.po, 663, 2099, 2420, 0, 0, 0, 0, 663, 2099 -translations/source/fr/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/fr/extras/source/autocorr/emoji.po, 1575, 1817, 1922, 0, 0, 0, 0, 1575, 1817 -translations/source/fr/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/fr/filter/messages.po, 222, 818, 987, 0, 0, 0, 0, 222, 818 -translations/source/fr/filter/source/config/fragments/filters.po, 220, 732, 757, 0, 0, 0, 0, 220, 732 -translations/source/fr/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 140, 0, 0, 0, 0, 38, 139 -translations/source/fr/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -translations/source/fr/forms/messages.po, 58, 330, 356, 0, 0, 0, 0, 58, 330 -translations/source/fr/formula/messages.po, 438, 514, 612, 0, 0, 0, 0, 438, 514 -translations/source/fr/fpicker/messages.po, 61, 163, 198, 0, 0, 0, 0, 61, 163 -translations/source/fr/framework/messages.po, 29, 210, 238, 0, 0, 0, 0, 29, 210 -translations/source/fr/helpcontent2/source/auxiliary.po, 105, 302, 349, 0, 0, 0, 0, 105, 302 -translations/source/fr/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1707, 0, 0, 0, 0, 103, 1345 -translations/source/fr/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 38295, 0, 0, 0, 0, 4505, 35431 -translations/source/fr/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 540, 0, 0, 0, 0, 67, 465 -translations/source/fr/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1686, 0, 0, 0, 0, 198, 1482 -translations/source/fr/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 157, 0, 0, 0, 0, 47, 145 -translations/source/fr/helpcontent2/source/text/scalc.po, 187, 986, 1144, 0, 0, 0, 0, 187, 986 -translations/source/fr/helpcontent2/source/text/scalc/00.po, 201, 945, 1099, 0, 0, 0, 0, 201, 945 -translations/source/fr/helpcontent2/source/text/scalc/01.po, 7495, 73155, 78556, 0, 0, 0, 0, 7495, 73155 -translations/source/fr/helpcontent2/source/text/scalc/02.po, 123, 810, 882, 0, 0, 0, 0, 123, 810 -translations/source/fr/helpcontent2/source/text/scalc/04.po, 187, 1497, 1693, 0, 0, 0, 0, 187, 1497 -translations/source/fr/helpcontent2/source/text/scalc/05.po, 137, 853, 897, 0, 0, 0, 0, 137, 853 -translations/source/fr/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fr/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 23805, 0, 0, 0, 0, 1469, 21593 -translations/source/fr/helpcontent2/source/text/schart.po, 96, 931, 1091, 0, 0, 0, 0, 96, 931 -translations/source/fr/helpcontent2/source/text/schart/00.po, 60, 347, 433, 0, 0, 0, 0, 60, 347 -translations/source/fr/helpcontent2/source/text/schart/01.po, 972, 11826, 13335, 0, 0, 0, 0, 972, 11826 -translations/source/fr/helpcontent2/source/text/schart/02.po, 25, 117, 135, 0, 0, 0, 0, 25, 117 -translations/source/fr/helpcontent2/source/text/schart/04.po, 32, 133, 172, 0, 0, 0, 0, 32, 133 -translations/source/fr/helpcontent2/source/text/sdraw.po, 123, 732, 856, 0, 0, 0, 0, 123, 732 -translations/source/fr/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/fr/helpcontent2/source/text/sdraw/01.po, 3, 12, 14, 0, 0, 0, 0, 3, 12 -translations/source/fr/helpcontent2/source/text/sdraw/04.po, 103, 489, 533, 0, 0, 0, 0, 103, 489 -translations/source/fr/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3359, 0, 0, 0, 0, 275, 3072 -translations/source/fr/helpcontent2/source/text/shared.po, 250, 2308, 2579, 0, 0, 0, 0, 250, 2308 -translations/source/fr/helpcontent2/source/text/shared/00.po, 1567, 15694, 17848, 0, 0, 0, 0, 1567, 15694 -translations/source/fr/helpcontent2/source/text/shared/01.po, 5487, 51962, 56770, 0, 0, 0, 0, 5487, 51962 -translations/source/fr/helpcontent2/source/text/shared/02.po, 2182, 29122, 32687, 0, 0, 0, 0, 2182, 29122 -translations/source/fr/helpcontent2/source/text/shared/04.po, 313, 2071, 2442, 0, 0, 0, 0, 313, 2071 -translations/source/fr/helpcontent2/source/text/shared/05.po, 196, 2340, 2513, 0, 0, 0, 0, 196, 2340 -translations/source/fr/helpcontent2/source/text/shared/06.po, 3, 7, 10, 0, 0, 0, 0, 3, 7 -translations/source/fr/helpcontent2/source/text/shared/07.po, 7, 82, 88, 0, 0, 0, 0, 7, 82 -translations/source/fr/helpcontent2/source/text/shared/autokorr.po, 48, 420, 433, 0, 0, 0, 0, 48, 420 -translations/source/fr/helpcontent2/source/text/shared/autopi.po, 887, 8394, 9118, 0, 0, 0, 0, 887, 8394 -translations/source/fr/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 21450, 0, 0, 0, 0, 1641, 18857 -translations/source/fr/helpcontent2/source/text/shared/guide.po, 2516, 36443, 41308, 0, 0, 0, 0, 2516, 36443 -translations/source/fr/helpcontent2/source/text/shared/help.po, 78, 117, 132, 0, 0, 0, 0, 78, 117 -translations/source/fr/helpcontent2/source/text/shared/menu.po, 16, 120, 142, 0, 0, 0, 0, 16, 120 -translations/source/fr/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 26370, 0, 0, 0, 0, 1934, 23351 -translations/source/fr/helpcontent2/source/text/simpress.po, 199, 1395, 1617, 0, 0, 0, 0, 199, 1395 -translations/source/fr/helpcontent2/source/text/simpress/00.po, 163, 902, 939, 0, 0, 0, 0, 163, 902 -translations/source/fr/helpcontent2/source/text/simpress/01.po, 1046, 8514, 9159, 0, 0, 0, 0, 1046, 8514 -translations/source/fr/helpcontent2/source/text/simpress/02.po, 660, 6509, 7938, 0, 0, 0, 0, 660, 6509 -translations/source/fr/helpcontent2/source/text/simpress/04.po, 239, 1138, 1344, 0, 0, 0, 0, 239, 1138 -translations/source/fr/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11388, 0, 0, 0, 0, 767, 10282 -translations/source/fr/helpcontent2/source/text/smath.po, 60, 739, 845, 0, 0, 0, 0, 60, 739 -translations/source/fr/helpcontent2/source/text/smath/00.po, 66, 355, 392, 0, 0, 0, 0, 66, 355 -translations/source/fr/helpcontent2/source/text/smath/01.po, 1551, 13859, 14686, 0, 0, 0, 0, 1551, 13859 -translations/source/fr/helpcontent2/source/text/smath/02.po, 6, 97, 104, 0, 0, 0, 0, 6, 97 -translations/source/fr/helpcontent2/source/text/smath/04.po, 26, 135, 148, 0, 0, 0, 0, 26, 135 -translations/source/fr/helpcontent2/source/text/smath/06.po, 9, 21, 42, 0, 0, 0, 0, 9, 21 -translations/source/fr/helpcontent2/source/text/smath/guide.po, 104, 1193, 1264, 0, 0, 0, 0, 104, 1193 -translations/source/fr/helpcontent2/source/text/swriter.po, 336, 2946, 3414, 0, 0, 0, 0, 336, 2946 -translations/source/fr/helpcontent2/source/text/swriter/00.po, 310, 1818, 2188, 0, 0, 0, 0, 310, 1818 -translations/source/fr/helpcontent2/source/text/swriter/01.po, 3346, 33793, 37737, 0, 0, 0, 0, 3346, 33793 -translations/source/fr/helpcontent2/source/text/swriter/02.po, 426, 3050, 3461, 0, 0, 0, 0, 426, 3050 -translations/source/fr/helpcontent2/source/text/swriter/04.po, 254, 1276, 1523, 0, 0, 0, 0, 254, 1276 -translations/source/fr/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 31111, 0, 0, 0, 0, 2144, 27937 -translations/source/fr/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3382, 0, 0, 0, 0, 326, 3019 -translations/source/fr/helpcontent2/source/text/swriter/menu.po, 17, 96, 145, 0, 0, 0, 0, 17, 96 -translations/source/fr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4767, 0, 0, 0, 0, 557, 4354 -translations/source/fr/librelogo/source/pythonpath.po, 138, 173, 175, 0, 0, 0, 0, 138, 173 -translations/source/fr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 732, 0, 0, 0, 0, 49, 693 -translations/source/fr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -translations/source/fr/nlpsolver/src/locale.po, 41, 105, 128, 0, 0, 0, 0, 41, 105 -translations/source/fr/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -translations/source/fr/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1995, 0, 0, 0, 0, 1308, 1841 -translations/source/fr/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 10254, 0, 0, 0, 0, 3677, 7722 -translations/source/fr/readlicense_oo/docs.po, 103, 2403, 2637, 0, 0, 0, 0, 103, 2403 -translations/source/fr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -translations/source/fr/reportdesign/messages.po, 258, 617, 767, 0, 0, 0, 0, 258, 617 -translations/source/fr/sc/messages.po, 4686, 20260, 22042, 0, 0, 0, 0, 4686, 20260 -translations/source/fr/scaddins/messages.po, 901, 3188, 3178, 0, 0, 0, 0, 901, 3188 -translations/source/fr/sccomp/messages.po, 14, 65, 80, 0, 0, 0, 0, 14, 65 -translations/source/fr/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/fr/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -translations/source/fr/scp2/source/calc.po, 22, 94, 108, 0, 0, 0, 0, 22, 94 -translations/source/fr/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -translations/source/fr/scp2/source/extensions.po, 16, 65, 76, 0, 0, 0, 0, 16, 65 -translations/source/fr/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -translations/source/fr/scp2/source/graphicfilter.po, 30, 101, 98, 0, 0, 0, 0, 30, 101 -translations/source/fr/scp2/source/impress.po, 21, 81, 86, 0, 0, 0, 0, 21, 81 -translations/source/fr/scp2/source/kde.po, 2, 9, 13, 0, 0, 0, 0, 2, 9 -translations/source/fr/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/fr/scp2/source/onlineupdate.po, 2, 13, 18, 0, 0, 0, 0, 2, 13 -translations/source/fr/scp2/source/ooo.po, 582, 2024, 2285, 0, 0, 0, 0, 582, 2024 -translations/source/fr/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/fr/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -translations/source/fr/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -translations/source/fr/scp2/source/writer.po, 27, 114, 120, 0, 0, 0, 0, 27, 114 -translations/source/fr/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/fr/sd/messages.po, 1319, 2951, 3445, 0, 0, 0, 0, 1319, 2951 -translations/source/fr/setup_native/source/mac.po, 23, 131, 138, 0, 0, 0, 0, 23, 131 -translations/source/fr/sfx2/messages.po, 581, 2226, 2483, 0, 0, 0, 0, 581, 2226 -translations/source/fr/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/fr/starmath/messages.po, 505, 968, 1122, 0, 0, 0, 0, 505, 968 -translations/source/fr/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/fr/svtools/messages.po, 914, 2611, 2851, 0, 0, 0, 0, 914, 2611 -translations/source/fr/svx/messages.po, 2846, 7224, 8349, 0, 0, 0, 0, 2846, 7224 -translations/source/fr/sw/messages.po, 3441, 7740, 9513, 0, 0, 0, 0, 3441, 7740 -translations/source/fr/swext/mediawiki/help.po, 89, 1404, 1597, 0, 0, 0, 0, 89, 1404 -translations/source/fr/swext/mediawiki/src.po, 2, 39, 45, 0, 0, 0, 0, 2, 39 -translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/fr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -translations/source/fr/sysui/desktop/share.po, 66, 277, 311, 0, 0, 0, 0, 66, 277 -translations/source/fr/uui/messages.po, 157, 1554, 1800, 0, 0, 0, 0, 157, 1554 -translations/source/fr/vcl/messages.po, 356, 737, 813, 0, 0, 0, 0, 356, 737 -translations/source/fr/wizards/messages.po, 265, 1042, 1130, 0, 0, 0, 0, 265, 1042 -translations/source/fr/wizards/source/resources.po, 554, 2286, 2492, 0, 0, 0, 0, 554, 2286 -translations/source/fr/writerperfect/messages.po, 30, 65, 80, 0, 0, 0, 0, 30, 65 -translations/source/fr/xmlsecurity/messages.po, 91, 424, 522, 0, 0, 0, 0, 91, 424 -translations/source/fy/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/fy/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -translations/source/fy/basctl/messages.po, 155, 611, 598, 0, 0, 0, 0, 155, 611 -translations/source/fy/basic/messages.po, 135, 549, 581, 0, 0, 0, 0, 135, 549 -translations/source/fy/chart2/messages.po, 620, 1368, 1262, 0, 0, 0, 0, 620, 1368 -translations/source/fy/connectivity/messages.po, 106, 1047, 1108, 0, 0, 0, 0, 106, 1047 -translations/source/fy/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/fy/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fy/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fy/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/fy/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/fy/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fy/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fy/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/fy/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/fy/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/fy/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/fy/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fy/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fy/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fy/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fy/cui/messages.po, 2343, 5558, 5595, 0, 0, 0, 0, 2343, 5558 -translations/source/fy/dbaccess/messages.po, 812, 4510, 4515, 0, 0, 0, 0, 812, 4510 -translations/source/fy/desktop/messages.po, 162, 1225, 1391, 0, 0, 0, 0, 162, 1225 -translations/source/fy/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/fy/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/fy/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/fy/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/fy/dictionaries/en/dialog.po, 37, 176, 201, 0, 0, 0, 0, 37, 176 -translations/source/fy/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/fy/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/fy/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/fy/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/fy/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/fy/dictionaries/hu_HU/dialog.po, 32, 71, 84, 0, 0, 0, 0, 32, 71 -translations/source/fy/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/fy/dictionaries/id.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/fy/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/fy/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/fy/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/fy/dictionaries/pt_BR/dialog.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/fy/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/fy/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/fy/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/fy/dictionaries/ru_RU/dialog.po, 14, 26, 34, 0, 0, 0, 0, 14, 26 -translations/source/fy/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/fy/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/fy/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/fy/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/fy/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/fy/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/editeng/messages.po, 265, 656, 704, 0, 0, 0, 0, 265, 656 -translations/source/fy/extensions/messages.po, 663, 2099, 2074, 0, 0, 0, 0, 663, 2099 -translations/source/fy/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/fy/extras/source/autocorr/emoji.po, 1575, 1817, 1816, 0, 0, 0, 0, 1575, 1817 -translations/source/fy/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/fy/filter/messages.po, 222, 818, 829, 0, 0, 0, 0, 222, 818 -translations/source/fy/filter/source/config/fragments/filters.po, 220, 732, 714, 0, 0, 0, 0, 220, 732 -translations/source/fy/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 142, 0, 0, 0, 0, 38, 139 -translations/source/fy/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -translations/source/fy/forms/messages.po, 58, 330, 359, 0, 0, 0, 0, 58, 330 -translations/source/fy/formula/messages.po, 437, 513, 558, 0, 0, 0, 0, 437, 513 -translations/source/fy/fpicker/messages.po, 61, 163, 145, 0, 0, 0, 0, 61, 163 -translations/source/fy/framework/messages.po, 29, 210, 240, 0, 0, 0, 0, 29, 210 -translations/source/fy/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4839, 0, 0, 0, 0, 557, 4354 -translations/source/fy/librelogo/source/pythonpath.po, 138, 173, 172, 0, 0, 0, 0, 138, 173 -translations/source/fy/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 736, 0, 0, 0, 0, 49, 693 -translations/source/fy/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 28, 0, 0, 0, 0, 2, 21 -translations/source/fy/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -translations/source/fy/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/fy/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1878, 0, 0, 0, 0, 1308, 1841 -translations/source/fy/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7811, 0, 0, 0, 0, 3677, 7722 -translations/source/fy/readlicense_oo/docs.po, 103, 2403, 2538, 0, 0, 0, 0, 103, 2403 -translations/source/fy/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 21, 0, 0, 0, 0, 6, 20 -translations/source/fy/reportdesign/messages.po, 258, 617, 631, 0, 0, 0, 0, 258, 617 -translations/source/fy/sc/messages.po, 4686, 20260, 20352, 0, 0, 0, 0, 4686, 20260 -translations/source/fy/scaddins/messages.po, 901, 3188, 3396, 0, 0, 0, 0, 901, 3188 -translations/source/fy/sccomp/messages.po, 14, 65, 73, 0, 0, 0, 0, 14, 65 -translations/source/fy/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -translations/source/fy/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -translations/source/fy/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -translations/source/fy/scp2/source/draw.po, 41, 149, 152, 0, 0, 0, 0, 41, 149 -translations/source/fy/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -translations/source/fy/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/fy/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -translations/source/fy/scp2/source/impress.po, 21, 81, 83, 0, 0, 0, 0, 21, 81 -translations/source/fy/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/fy/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/fy/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -translations/source/fy/scp2/source/ooo.po, 582, 2024, 2371, 0, 0, 0, 0, 582, 2024 -translations/source/fy/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/fy/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/fy/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/fy/scp2/source/writer.po, 27, 114, 113, 0, 0, 0, 0, 27, 114 -translations/source/fy/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/fy/sd/messages.po, 1319, 2951, 3007, 0, 0, 0, 0, 1319, 2951 -translations/source/fy/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -translations/source/fy/sfx2/messages.po, 581, 2226, 2277, 0, 0, 0, 0, 581, 2226 -translations/source/fy/shell/source/win32/shlxthandler/res.po, 37, 45, 43, 0, 0, 0, 0, 37, 45 -translations/source/fy/starmath/messages.po, 505, 968, 991, 0, 0, 0, 0, 505, 968 -translations/source/fy/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/fy/svtools/messages.po, 914, 2611, 2671, 0, 0, 0, 0, 914, 2611 -translations/source/fy/svx/messages.po, 2846, 7224, 7299, 0, 0, 0, 0, 2846, 7224 -translations/source/fy/sw/messages.po, 3439, 7738, 7848, 0, 0, 0, 0, 3439, 7738 -translations/source/fy/swext/mediawiki/help.po, 89, 1404, 1514, 0, 0, 0, 0, 89, 1404 -translations/source/fy/swext/mediawiki/src.po, 2, 39, 40, 0, 0, 0, 0, 2, 39 -translations/source/fy/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/fy/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 180, 0, 0, 0, 0, 32, 181 -translations/source/fy/sysui/desktop/share.po, 66, 277, 282, 0, 0, 0, 0, 66, 277 -translations/source/fy/uui/messages.po, 157, 1554, 1644, 0, 0, 0, 0, 157, 1554 -translations/source/fy/vcl/messages.po, 356, 737, 765, 0, 0, 0, 0, 356, 737 -translations/source/fy/wizards/messages.po, 265, 1042, 1028, 0, 0, 0, 0, 265, 1042 -translations/source/fy/wizards/source/resources.po, 554, 2286, 2333, 0, 0, 0, 0, 554, 2286 -translations/source/fy/writerperfect/messages.po, 30, 65, 63, 0, 0, 0, 0, 30, 65 -translations/source/fy/xmlsecurity/messages.po, 91, 424, 445, 0, 0, 0, 0, 91, 424 -translations/source/ga/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -translations/source/ga/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -translations/source/ga/basctl/messages.po, 155, 611, 689, 0, 0, 0, 0, 155, 611 -translations/source/ga/basic/messages.po, 135, 549, 671, 0, 0, 0, 0, 135, 549 -translations/source/ga/chart2/messages.po, 620, 1368, 1525, 0, 0, 0, 0, 620, 1368 -translations/source/ga/connectivity/messages.po, 106, 1047, 1057, 0, 0, 0, 0, 106, 1047 -translations/source/ga/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ga/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ga/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ga/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ga/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ga/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ga/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ga/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ga/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ga/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ga/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ga/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ga/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ga/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ga/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ga/cui/messages.po, 2342, 5554, 6342, 0, 0, 1, 4, 2343, 5558 -translations/source/ga/dbaccess/messages.po, 812, 4510, 4918, 0, 0, 0, 0, 812, 4510 -translations/source/ga/desktop/messages.po, 162, 1225, 1426, 0, 0, 0, 0, 162, 1225 -translations/source/ga/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ga/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/ga/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/ga/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/ga/dictionaries/en/dialog.po, 37, 176, 191, 0, 0, 0, 0, 37, 176 -translations/source/ga/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ga/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -translations/source/ga/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ga/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ga/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ga/dictionaries/hu_HU/dialog.po, 32, 71, 86, 0, 0, 0, 0, 32, 71 -translations/source/ga/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ga/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/ga/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ga/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/ga/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ga/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ga/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ga/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/ga/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ga/dictionaries/ru_RU/dialog.po, 14, 26, 28, 0, 0, 0, 0, 14, 26 -translations/source/ga/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ga/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ga/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ga/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ga/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ga/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ga/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ga/editeng/messages.po, 265, 656, 742, 0, 0, 0, 0, 265, 656 -translations/source/ga/extensions/messages.po, 663, 2099, 2310, 0, 0, 0, 0, 663, 2099 -translations/source/ga/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ga/extras/source/autocorr/emoji.po, 1575, 1817, 1988, 0, 0, 0, 0, 1575, 1817 -translations/source/ga/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/ga/filter/messages.po, 222, 818, 900, 0, 0, 0, 0, 222, 818 -translations/source/ga/filter/source/config/fragments/filters.po, 220, 732, 729, 0, 0, 0, 0, 220, 732 -translations/source/ga/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 143, 0, 0, 0, 0, 38, 139 -translations/source/ga/filter/source/config/fragments/types.po, 38, 121, 121, 0, 0, 0, 0, 38, 121 -translations/source/ga/forms/messages.po, 58, 330, 366, 0, 0, 0, 0, 58, 330 -translations/source/ga/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -translations/source/ga/fpicker/messages.po, 61, 163, 193, 0, 0, 0, 0, 61, 163 -translations/source/ga/framework/messages.po, 29, 210, 244, 0, 0, 0, 0, 29, 210 -translations/source/ga/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4909, 0, 0, 0, 0, 557, 4354 -translations/source/ga/librelogo/source/pythonpath.po, 138, 173, 182, 0, 0, 0, 0, 138, 173 -translations/source/ga/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 741, 0, 0, 0, 0, 49, 693 -translations/source/ga/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -translations/source/ga/nlpsolver/src/locale.po, 41, 105, 124, 0, 0, 0, 0, 41, 105 -translations/source/ga/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/ga/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1916, 0, 0, 0, 0, 1308, 1841 -translations/source/ga/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8818, 0, 0, 0, 0, 3677, 7722 -translations/source/ga/readlicense_oo/docs.po, 103, 2403, 2618, 0, 0, 0, 0, 103, 2403 -translations/source/ga/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 21, 0, 0, 0, 0, 6, 20 -translations/source/ga/reportdesign/messages.po, 258, 617, 682, 0, 0, 0, 0, 258, 617 -translations/source/ga/sc/messages.po, 4658, 20081, 20103, 0, 0, 28, 179, 4686, 20260 -translations/source/ga/scaddins/messages.po, 901, 3188, 3033, 0, 0, 0, 0, 901, 3188 -translations/source/ga/sccomp/messages.po, 14, 65, 75, 0, 0, 0, 0, 14, 65 -translations/source/ga/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -translations/source/ga/scp2/source/base.po, 10, 44, 50, 0, 0, 0, 0, 10, 44 -translations/source/ga/scp2/source/calc.po, 22, 94, 109, 0, 0, 0, 0, 22, 94 -translations/source/ga/scp2/source/draw.po, 41, 149, 159, 0, 0, 0, 0, 41, 149 -translations/source/ga/scp2/source/extensions.po, 16, 65, 73, 0, 0, 0, 0, 16, 65 -translations/source/ga/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/ga/scp2/source/graphicfilter.po, 30, 101, 108, 0, 0, 0, 0, 30, 101 -translations/source/ga/scp2/source/impress.po, 21, 81, 88, 0, 0, 0, 0, 21, 81 -translations/source/ga/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/ga/scp2/source/math.po, 10, 42, 49, 0, 0, 0, 0, 10, 42 -translations/source/ga/scp2/source/onlineupdate.po, 2, 13, 19, 0, 0, 0, 0, 2, 13 -translations/source/ga/scp2/source/ooo.po, 582, 2024, 2066, 0, 0, 0, 0, 582, 2024 -translations/source/ga/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/ga/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/ga/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/ga/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -translations/source/ga/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ga/sd/messages.po, 1315, 2947, 3390, 0, 0, 4, 4, 1319, 2951 -translations/source/ga/setup_native/source/mac.po, 23, 131, 147, 0, 0, 0, 0, 23, 131 -translations/source/ga/sfx2/messages.po, 577, 2096, 2402, 0, 0, 4, 130, 581, 2226 -translations/source/ga/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -translations/source/ga/starmath/messages.po, 505, 968, 1063, 0, 0, 0, 0, 505, 968 -translations/source/ga/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ga/svtools/messages.po, 889, 2512, 2824, 0, 0, 25, 99, 914, 2611 -translations/source/ga/svx/messages.po, 2814, 7147, 7821, 0, 0, 32, 77, 2846, 7224 -translations/source/ga/sw/messages.po, 3419, 7495, 8487, 0, 0, 22, 245, 3441, 7740 -translations/source/ga/swext/mediawiki/help.po, 89, 1404, 1491, 0, 0, 0, 0, 89, 1404 -translations/source/ga/swext/mediawiki/src.po, 2, 39, 42, 0, 0, 0, 0, 2, 39 -translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ga/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 182, 0, 0, 0, 0, 32, 181 -translations/source/ga/sysui/desktop/share.po, 66, 277, 283, 0, 0, 0, 0, 66, 277 -translations/source/ga/uui/messages.po, 157, 1554, 1785, 0, 0, 0, 0, 157, 1554 -translations/source/ga/vcl/messages.po, 356, 737, 806, 0, 0, 0, 0, 356, 737 -translations/source/ga/wizards/messages.po, 265, 1042, 1190, 0, 0, 0, 0, 265, 1042 -translations/source/ga/wizards/source/resources.po, 554, 2286, 2443, 0, 0, 0, 0, 554, 2286 -translations/source/ga/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -translations/source/ga/xmlsecurity/messages.po, 91, 424, 475, 0, 0, 0, 0, 91, 424 -translations/source/gd/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -translations/source/gd/avmedia/messages.po, 22, 45, 60, 0, 0, 0, 0, 22, 45 -translations/source/gd/basctl/messages.po, 155, 611, 817, 0, 0, 0, 0, 155, 611 -translations/source/gd/basic/messages.po, 135, 549, 817, 0, 0, 0, 0, 135, 549 -translations/source/gd/chart2/messages.po, 618, 1364, 1786, 0, 0, 2, 4, 620, 1368 -translations/source/gd/connectivity/messages.po, 106, 1047, 1276, 0, 0, 0, 0, 106, 1047 -translations/source/gd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/gd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/gd/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/gd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/gd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/gd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/gd/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gd/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/gd/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/gd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gd/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/gd/cui/messages.po, 2337, 5529, 7079, 0, 0, 6, 29, 2343, 5558 -translations/source/gd/dbaccess/messages.po, 812, 4510, 5497, 0, 0, 0, 0, 812, 4510 -translations/source/gd/desktop/messages.po, 162, 1225, 1685, 0, 0, 0, 0, 162, 1225 -translations/source/gd/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/gd/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/gd/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/gd/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/gd/dictionaries/en/dialog.po, 37, 176, 235, 0, 0, 0, 0, 37, 176 -translations/source/gd/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/gd/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/gd/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/gd/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/gd/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/gd/dictionaries/hu_HU/dialog.po, 32, 71, 94, 0, 0, 0, 0, 32, 71 -translations/source/gd/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/gd/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/gd/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/gd/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/gd/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/gd/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/gd/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/gd/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/gd/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/gd/dictionaries/ru_RU/dialog.po, 14, 26, 28, 0, 0, 0, 0, 14, 26 -translations/source/gd/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gd/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/gd/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/gd/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gd/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gd/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/gd/editeng/messages.po, 265, 656, 835, 0, 0, 0, 0, 265, 656 -translations/source/gd/extensions/messages.po, 663, 2099, 2591, 0, 0, 0, 0, 663, 2099 -translations/source/gd/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gd/extras/source/autocorr/emoji.po, 1575, 1817, 2548, 0, 0, 0, 0, 1575, 1817 -translations/source/gd/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/gd/filter/messages.po, 222, 818, 1026, 0, 0, 0, 0, 222, 818 -translations/source/gd/filter/source/config/fragments/filters.po, 220, 732, 734, 0, 0, 0, 0, 220, 732 -translations/source/gd/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/gd/filter/source/config/fragments/types.po, 38, 121, 119, 0, 0, 0, 0, 38, 121 -translations/source/gd/forms/messages.po, 58, 330, 440, 0, 0, 0, 0, 58, 330 -translations/source/gd/formula/messages.po, 438, 514, 524, 0, 0, 0, 0, 438, 514 -translations/source/gd/fpicker/messages.po, 61, 163, 205, 0, 0, 0, 0, 61, 163 -translations/source/gd/framework/messages.po, 29, 210, 262, 0, 0, 0, 0, 29, 210 -translations/source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 5715, 0, 0, 0, 0, 557, 4354 -translations/source/gd/librelogo/source/pythonpath.po, 138, 173, 214, 0, 0, 0, 0, 138, 173 -translations/source/gd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 693, 0, 0, 0, 0, 49, 693 -translations/source/gd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/gd/nlpsolver/src/locale.po, 41, 105, 109, 0, 0, 0, 0, 41, 105 -translations/source/gd/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/gd/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1951, 0, 0, 0, 0, 1308, 1841 -translations/source/gd/officecfg/registry/data/org/openoffice/Office/UI.po, 3675, 7709, 9854, 0, 0, 2, 13, 3677, 7722 -translations/source/gd/readlicense_oo/docs.po, 103, 2403, 2756, 0, 0, 0, 0, 103, 2403 -translations/source/gd/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 22, 0, 0, 0, 0, 6, 20 -translations/source/gd/reportdesign/messages.po, 258, 617, 816, 0, 0, 0, 0, 258, 617 -translations/source/gd/sc/messages.po, 4645, 20163, 23180, 0, 0, 41, 97, 4686, 20260 -translations/source/gd/scaddins/messages.po, 901, 3188, 3398, 0, 0, 0, 0, 901, 3188 -translations/source/gd/sccomp/messages.po, 14, 65, 93, 0, 0, 0, 0, 14, 65 -translations/source/gd/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -translations/source/gd/scp2/source/base.po, 10, 44, 49, 0, 0, 0, 0, 10, 44 -translations/source/gd/scp2/source/calc.po, 22, 94, 101, 0, 0, 0, 0, 22, 94 -translations/source/gd/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -translations/source/gd/scp2/source/extensions.po, 16, 65, 71, 0, 0, 0, 0, 16, 65 -translations/source/gd/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/gd/scp2/source/graphicfilter.po, 30, 101, 105, 0, 0, 0, 0, 30, 101 -translations/source/gd/scp2/source/impress.po, 21, 81, 77, 0, 0, 0, 0, 21, 81 -translations/source/gd/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/gd/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -translations/source/gd/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/gd/scp2/source/ooo.po, 582, 2024, 2571, 0, 0, 0, 0, 582, 2024 -translations/source/gd/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/gd/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -translations/source/gd/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -translations/source/gd/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -translations/source/gd/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/gd/sd/messages.po, 1217, 2836, 3688, 0, 0, 102, 115, 1319, 2951 -translations/source/gd/setup_native/source/mac.po, 23, 131, 159, 0, 0, 0, 0, 23, 131 -translations/source/gd/sfx2/messages.po, 577, 2096, 2682, 0, 0, 4, 130, 581, 2226 -translations/source/gd/shell/source/win32/shlxthandler/res.po, 37, 45, 41, 0, 0, 0, 0, 37, 45 -translations/source/gd/starmath/messages.po, 505, 968, 1223, 0, 0, 0, 0, 505, 968 -translations/source/gd/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gd/svtools/messages.po, 914, 2611, 3092, 0, 0, 0, 0, 914, 2611 -translations/source/gd/svx/messages.po, 2846, 7224, 8859, 0, 0, 0, 0, 2846, 7224 -translations/source/gd/sw/messages.po, 3398, 7691, 9808, 0, 0, 42, 48, 3440, 7739 -translations/source/gd/swext/mediawiki/help.po, 89, 1404, 1404, 0, 0, 0, 0, 89, 1404 -translations/source/gd/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/gd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 208, 0, 0, 0, 0, 32, 181 -translations/source/gd/sysui/desktop/share.po, 66, 277, 276, 0, 0, 0, 0, 66, 277 -translations/source/gd/uui/messages.po, 157, 1554, 1994, 0, 0, 0, 0, 157, 1554 -translations/source/gd/vcl/messages.po, 354, 731, 893, 0, 0, 2, 6, 356, 737 -translations/source/gd/wizards/messages.po, 265, 1042, 1270, 0, 0, 0, 0, 265, 1042 -translations/source/gd/wizards/source/resources.po, 554, 2286, 2773, 0, 0, 0, 0, 554, 2286 -translations/source/gd/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -translations/source/gd/xmlsecurity/messages.po, 91, 424, 576, 0, 0, 0, 0, 91, 424 -translations/source/gl/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -translations/source/gl/avmedia/messages.po, 22, 45, 51, 0, 0, 0, 0, 22, 45 -translations/source/gl/basctl/messages.po, 155, 611, 658, 0, 0, 0, 0, 155, 611 -translations/source/gl/basic/messages.po, 135, 549, 677, 0, 0, 0, 0, 135, 549 -translations/source/gl/chart2/messages.po, 620, 1368, 1659, 0, 0, 0, 0, 620, 1368 -translations/source/gl/connectivity/messages.po, 106, 1047, 1147, 0, 0, 0, 0, 106, 1047 -translations/source/gl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/gl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/gl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/gl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/gl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/gl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/gl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/gl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/gl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/gl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/gl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/gl/cui/messages.po, 2343, 5558, 6492, 0, 0, 0, 0, 2343, 5558 -translations/source/gl/dbaccess/messages.po, 812, 4510, 5017, 0, 0, 0, 0, 812, 4510 -translations/source/gl/desktop/messages.po, 162, 1225, 1312, 0, 0, 0, 0, 162, 1225 -translations/source/gl/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/gl/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/gl/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/gl/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/gl/dictionaries/en/dialog.po, 37, 176, 190, 0, 0, 0, 0, 37, 176 -translations/source/gl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/gl/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/gl/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/gl/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/gl/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/gl/dictionaries/hu_HU/dialog.po, 32, 71, 78, 0, 0, 0, 0, 32, 71 -translations/source/gl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/gl/dictionaries/id.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/gl/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/gl/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/gl/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/gl/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/gl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/gl/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/gl/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/gl/dictionaries/ru_RU/dialog.po, 14, 26, 28, 0, 0, 0, 0, 14, 26 -translations/source/gl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/gl/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/gl/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/gl/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gl/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/gl/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gl/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gl/editeng/messages.po, 265, 656, 737, 0, 0, 0, 0, 265, 656 -translations/source/gl/extensions/messages.po, 663, 2099, 2266, 0, 0, 0, 0, 663, 2099 -translations/source/gl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/gl/extras/source/autocorr/emoji.po, 1575, 1817, 2243, 0, 0, 0, 0, 1575, 1817 -translations/source/gl/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/gl/filter/messages.po, 222, 818, 930, 0, 0, 0, 0, 222, 818 -translations/source/gl/filter/source/config/fragments/filters.po, 220, 732, 901, 0, 0, 0, 0, 220, 732 -translations/source/gl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 160, 0, 0, 0, 0, 38, 139 -translations/source/gl/filter/source/config/fragments/types.po, 38, 121, 164, 0, 0, 0, 0, 38, 121 -translations/source/gl/forms/messages.po, 58, 330, 357, 0, 0, 0, 0, 58, 330 -translations/source/gl/formula/messages.po, 438, 514, 529, 0, 0, 0, 0, 438, 514 -translations/source/gl/fpicker/messages.po, 61, 163, 185, 0, 0, 0, 0, 61, 163 -translations/source/gl/framework/messages.po, 29, 210, 235, 0, 0, 0, 0, 29, 210 -translations/source/gl/helpcontent2/source/auxiliary.po, 105, 302, 373, 0, 0, 0, 0, 105, 302 -translations/source/gl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1513, 0, 0, 0, 0, 103, 1345 -translations/source/gl/helpcontent2/source/text/sbasic/shared.po, 2996, 18317, 18895, 0, 0, 1509, 17114, 4505, 35431 -translations/source/gl/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 481, 0, 0, 1, 6, 67, 465 -translations/source/gl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1548, 0, 0, 0, 0, 198, 1482 -translations/source/gl/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 165, 0, 0, 0, 0, 47, 145 -translations/source/gl/helpcontent2/source/text/scalc.po, 187, 986, 1087, 0, 0, 0, 0, 187, 986 -translations/source/gl/helpcontent2/source/text/scalc/00.po, 66, 160, 185, 0, 0, 135, 785, 201, 945 -translations/source/gl/helpcontent2/source/text/scalc/01.po, 4598, 31910, 36106, 0, 0, 2897, 41245, 7495, 73155 -translations/source/gl/helpcontent2/source/text/scalc/02.po, 119, 797, 815, 0, 0, 4, 13, 123, 810 -translations/source/gl/helpcontent2/source/text/scalc/04.po, 186, 1492, 1748, 1, 5, 0, 0, 187, 1497 -translations/source/gl/helpcontent2/source/text/scalc/05.po, 86, 499, 571, 0, 0, 51, 354, 137, 853 -translations/source/gl/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/gl/helpcontent2/source/text/scalc/guide.po, 319, 3636, 3721, 0, 0, 1150, 17957, 1469, 21593 -translations/source/gl/helpcontent2/source/text/schart.po, 96, 931, 1004, 0, 0, 0, 0, 96, 931 -translations/source/gl/helpcontent2/source/text/schart/00.po, 60, 347, 399, 0, 0, 0, 0, 60, 347 -translations/source/gl/helpcontent2/source/text/schart/01.po, 745, 7677, 7780, 0, 0, 227, 4149, 972, 11826 -translations/source/gl/helpcontent2/source/text/schart/02.po, 25, 117, 116, 0, 0, 0, 0, 25, 117 -translations/source/gl/helpcontent2/source/text/schart/04.po, 32, 133, 171, 0, 0, 0, 0, 32, 133 -translations/source/gl/helpcontent2/source/text/sdraw.po, 123, 732, 752, 0, 0, 0, 0, 123, 732 -translations/source/gl/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/gl/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -translations/source/gl/helpcontent2/source/text/sdraw/04.po, 103, 489, 521, 0, 0, 0, 0, 103, 489 -translations/source/gl/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3140, 0, 0, 0, 0, 275, 3072 -translations/source/gl/helpcontent2/source/text/shared.po, 250, 2308, 2361, 0, 0, 0, 0, 250, 2308 -translations/source/gl/helpcontent2/source/text/shared/00.po, 882, 7766, 8106, 0, 0, 685, 7928, 1567, 15694 -translations/source/gl/helpcontent2/source/text/shared/01.po, 4098, 30315, 32372, 0, 0, 1389, 21647, 5487, 51962 -translations/source/gl/helpcontent2/source/text/shared/02.po, 1685, 17705, 17651, 0, 0, 497, 11417, 2182, 29122 -translations/source/gl/helpcontent2/source/text/shared/04.po, 250, 996, 1138, 0, 0, 63, 1075, 313, 2071 -translations/source/gl/helpcontent2/source/text/shared/05.po, 109, 1125, 1170, 1, 2, 86, 1213, 196, 2340 -translations/source/gl/helpcontent2/source/text/shared/06.po, 3, 7, 13, 0, 0, 0, 0, 3, 7 -translations/source/gl/helpcontent2/source/text/shared/07.po, 5, 47, 47, 0, 0, 2, 35, 7, 82 -translations/source/gl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 320, 0, 0, 0, 0, 48, 420 -translations/source/gl/helpcontent2/source/text/shared/autopi.po, 735, 6177, 6231, 0, 0, 152, 2217, 887, 8394 -translations/source/gl/helpcontent2/source/text/shared/explorer/database.po, 1280, 10734, 11512, 0, 0, 361, 8123, 1641, 18857 -translations/source/gl/helpcontent2/source/text/shared/guide.po, 1808, 23199, 23819, 0, 0, 708, 13244, 2516, 36443 -translations/source/gl/helpcontent2/source/text/shared/help.po, 76, 109, 119, 0, 0, 2, 8, 78, 117 -translations/source/gl/helpcontent2/source/text/shared/menu.po, 16, 120, 129, 0, 0, 0, 0, 16, 120 -translations/source/gl/helpcontent2/source/text/shared/optionen.po, 1243, 9914, 10599, 0, 0, 691, 13437, 1934, 23351 -translations/source/gl/helpcontent2/source/text/simpress.po, 199, 1395, 1490, 0, 0, 0, 0, 199, 1395 -translations/source/gl/helpcontent2/source/text/simpress/00.po, 163, 902, 1014, 0, 0, 0, 0, 163, 902 -translations/source/gl/helpcontent2/source/text/simpress/01.po, 849, 5838, 5921, 0, 0, 197, 2676, 1046, 8514 -translations/source/gl/helpcontent2/source/text/simpress/02.po, 612, 4944, 5097, 1, 29, 47, 1536, 660, 6509 -translations/source/gl/helpcontent2/source/text/simpress/04.po, 238, 1129, 1297, 0, 0, 1, 9, 239, 1138 -translations/source/gl/helpcontent2/source/text/simpress/guide.po, 582, 7180, 7431, 0, 0, 185, 3102, 767, 10282 -translations/source/gl/helpcontent2/source/text/smath.po, 59, 722, 740, 0, 0, 1, 17, 60, 739 -translations/source/gl/helpcontent2/source/text/smath/00.po, 66, 355, 358, 0, 0, 0, 0, 66, 355 -translations/source/gl/helpcontent2/source/text/smath/01.po, 1475, 11896, 12039, 0, 0, 76, 1963, 1551, 13859 -translations/source/gl/helpcontent2/source/text/smath/02.po, 6, 97, 98, 0, 0, 0, 0, 6, 97 -translations/source/gl/helpcontent2/source/text/smath/04.po, 26, 135, 146, 0, 0, 0, 0, 26, 135 -translations/source/gl/helpcontent2/source/text/smath/06.po, 9, 21, 44, 0, 0, 0, 0, 9, 21 -translations/source/gl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1174, 0, 0, 0, 0, 104, 1193 -translations/source/gl/helpcontent2/source/text/swriter.po, 336, 2946, 3132, 0, 0, 0, 0, 336, 2946 -translations/source/gl/helpcontent2/source/text/swriter/00.po, 296, 1776, 2003, 2, 2, 12, 40, 310, 1818 -translations/source/gl/helpcontent2/source/text/swriter/01.po, 3168, 30350, 31203, 0, 0, 178, 3443, 3346, 33793 -translations/source/gl/helpcontent2/source/text/swriter/02.po, 412, 2882, 2867, 0, 0, 14, 168, 426, 3050 -translations/source/gl/helpcontent2/source/text/swriter/04.po, 253, 1267, 1469, 0, 0, 1, 9, 254, 1276 -translations/source/gl/helpcontent2/source/text/swriter/guide.po, 1977, 24685, 26463, 0, 0, 167, 3252, 2144, 27937 -translations/source/gl/helpcontent2/source/text/swriter/librelogo.po, 306, 2429, 2609, 8, 421, 12, 169, 326, 3019 -translations/source/gl/helpcontent2/source/text/swriter/menu.po, 17, 96, 112, 0, 0, 0, 0, 17, 96 -translations/source/gl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4767, 0, 0, 0, 0, 557, 4354 -translations/source/gl/librelogo/source/pythonpath.po, 138, 173, 189, 0, 0, 0, 0, 138, 173 -translations/source/gl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 695, 0, 0, 0, 0, 49, 693 -translations/source/gl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -translations/source/gl/nlpsolver/src/locale.po, 41, 105, 129, 0, 0, 0, 0, 41, 105 -translations/source/gl/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -translations/source/gl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1937, 0, 0, 0, 0, 1308, 1841 -translations/source/gl/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9703, 0, 0, 0, 0, 3677, 7722 -translations/source/gl/readlicense_oo/docs.po, 103, 2403, 2492, 0, 0, 0, 0, 103, 2403 -translations/source/gl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -translations/source/gl/reportdesign/messages.po, 258, 617, 685, 0, 0, 0, 0, 258, 617 -translations/source/gl/sc/messages.po, 4686, 20260, 20989, 0, 0, 0, 0, 4686, 20260 -translations/source/gl/scaddins/messages.po, 901, 3188, 3251, 0, 0, 0, 0, 901, 3188 -translations/source/gl/sccomp/messages.po, 14, 65, 82, 0, 0, 0, 0, 14, 65 -translations/source/gl/scp2/source/activex.po, 2, 16, 22, 0, 0, 0, 0, 2, 16 -translations/source/gl/scp2/source/base.po, 10, 44, 52, 0, 0, 0, 0, 10, 44 -translations/source/gl/scp2/source/calc.po, 22, 94, 130, 0, 0, 0, 0, 22, 94 -translations/source/gl/scp2/source/draw.po, 41, 149, 155, 0, 0, 0, 0, 41, 149 -translations/source/gl/scp2/source/extensions.po, 16, 65, 81, 0, 0, 0, 0, 16, 65 -translations/source/gl/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -translations/source/gl/scp2/source/graphicfilter.po, 30, 101, 141, 0, 0, 0, 0, 30, 101 -translations/source/gl/scp2/source/impress.po, 21, 81, 99, 0, 0, 0, 0, 21, 81 -translations/source/gl/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/gl/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/gl/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -translations/source/gl/scp2/source/ooo.po, 582, 2024, 2549, 0, 0, 0, 0, 582, 2024 -translations/source/gl/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -translations/source/gl/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/gl/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/gl/scp2/source/writer.po, 27, 114, 144, 0, 0, 0, 0, 27, 114 -translations/source/gl/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/gl/sd/messages.po, 1319, 2951, 3370, 0, 0, 0, 0, 1319, 2951 -translations/source/gl/setup_native/source/mac.po, 23, 131, 147, 0, 0, 0, 0, 23, 131 -translations/source/gl/sfx2/messages.po, 581, 2226, 2420, 0, 0, 0, 0, 581, 2226 -translations/source/gl/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -translations/source/gl/starmath/messages.po, 505, 968, 1107, 0, 0, 0, 0, 505, 968 -translations/source/gl/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/gl/svtools/messages.po, 914, 2611, 2948, 0, 0, 0, 0, 914, 2611 -translations/source/gl/svx/messages.po, 2846, 7224, 8183, 0, 0, 0, 0, 2846, 7224 -translations/source/gl/sw/messages.po, 3441, 7740, 9133, 0, 0, 0, 0, 3441, 7740 -translations/source/gl/swext/mediawiki/help.po, 89, 1404, 1496, 0, 0, 0, 0, 89, 1404 -translations/source/gl/swext/mediawiki/src.po, 2, 39, 37, 0, 0, 0, 0, 2, 39 -translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -translations/source/gl/sysui/desktop/share.po, 66, 277, 379, 0, 0, 0, 0, 66, 277 -translations/source/gl/uui/messages.po, 157, 1554, 1647, 0, 0, 0, 0, 157, 1554 -translations/source/gl/vcl/messages.po, 356, 737, 840, 0, 0, 0, 0, 356, 737 -translations/source/gl/wizards/messages.po, 265, 1042, 1128, 0, 0, 0, 0, 265, 1042 -translations/source/gl/wizards/source/resources.po, 554, 2286, 2369, 0, 0, 0, 0, 554, 2286 -translations/source/gl/writerperfect/messages.po, 30, 65, 87, 0, 0, 0, 0, 30, 65 -translations/source/gl/xmlsecurity/messages.po, 91, 424, 468, 0, 0, 0, 0, 91, 424 -translations/source/gu/accessibility/messages.po, 11, 27, 33, 0, 0, 0, 0, 11, 27 -translations/source/gu/avmedia/messages.po, 19, 36, 37, 1, 4, 2, 5, 22, 45 -translations/source/gu/basctl/messages.po, 132, 540, 560, 21, 39, 2, 32, 155, 611 -translations/source/gu/basic/messages.po, 18, 52, 59, 117, 497, 0, 0, 135, 549 -translations/source/gu/chart2/messages.po, 523, 1118, 1340, 70, 151, 27, 99, 620, 1368 -translations/source/gu/connectivity/messages.po, 104, 1017, 998, 0, 0, 2, 30, 106, 1047 -translations/source/gu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/gu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -translations/source/gu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/gu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/gu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/gu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/gu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/gu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/gu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/gu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/gu/cui/messages.po, 1544, 3659, 4284, 536, 1088, 263, 811, 2343, 5558 -translations/source/gu/dbaccess/messages.po, 572, 3189, 3114, 212, 1192, 28, 129, 812, 4510 -translations/source/gu/desktop/messages.po, 128, 707, 768, 24, 393, 10, 125, 162, 1225 -translations/source/gu/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/gu/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/gu/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/gu/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/gu/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/gu/dictionaries/en/dialog.po, 37, 176, 180, 0, 0, 0, 0, 37, 176 -translations/source/gu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gu/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/gu/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/gu/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/gu/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/gu/dictionaries/hu_HU/dialog.po, 32, 71, 72, 0, 0, 0, 0, 32, 71 -translations/source/gu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gu/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/gu/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/gu/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/gu/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/gu/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/gu/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/gu/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gu/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/gu/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/gu/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -translations/source/gu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gu/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/gu/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/gu/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/gu/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/gu/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/gu/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gu/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/gu/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gu/editeng/messages.po, 256, 635, 682, 5, 10, 4, 11, 265, 656 -translations/source/gu/extensions/messages.po, 437, 1356, 1456, 192, 627, 34, 116, 663, 2099 -translations/source/gu/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/gu/extras/source/autocorr/emoji.po, 56, 49, 49, 203, 200, 1316, 1568, 1575, 1817 -translations/source/gu/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/gu/filter/messages.po, 164, 621, 719, 36, 97, 22, 100, 222, 818 -translations/source/gu/filter/source/config/fragments/filters.po, 138, 466, 471, 18, 73, 64, 193, 220, 732 -translations/source/gu/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/gu/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -translations/source/gu/forms/messages.po, 57, 321, 309, 0, 0, 1, 9, 58, 330 -translations/source/gu/formula/messages.po, 390, 438, 446, 19, 25, 28, 50, 437, 513 -translations/source/gu/fpicker/messages.po, 30, 87, 117, 20, 44, 11, 32, 61, 163 -translations/source/gu/framework/messages.po, 21, 193, 221, 6, 14, 2, 3, 29, 210 -translations/source/gu/helpcontent2/source/auxiliary.po, 15, 20, 20, 0, 0, 90, 282, 105, 302 -translations/source/gu/helpcontent2/source/text/sbasic/guide.po, 50, 595, 596, 0, 0, 53, 750, 103, 1345 -translations/source/gu/helpcontent2/source/text/sbasic/shared.po, 3047, 26465, 26490, 0, 0, 1458, 8966, 4505, 35431 -translations/source/gu/helpcontent2/source/text/sbasic/shared/01.po, 41, 220, 227, 0, 0, 26, 245, 67, 465 -translations/source/gu/helpcontent2/source/text/sbasic/shared/02.po, 148, 859, 860, 0, 0, 50, 623, 198, 1482 -translations/source/gu/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/gu/helpcontent2/source/text/scalc.po, 165, 768, 746, 0, 0, 22, 218, 187, 986 -translations/source/gu/helpcontent2/source/text/scalc/00.po, 44, 93, 99, 0, 0, 157, 852, 201, 945 -translations/source/gu/helpcontent2/source/text/scalc/01.po, 4112, 36553, 35632, 0, 0, 3383, 36602, 7495, 73155 -translations/source/gu/helpcontent2/source/text/scalc/02.po, 100, 641, 640, 0, 0, 23, 169, 123, 810 -translations/source/gu/helpcontent2/source/text/scalc/04.po, 159, 1173, 1281, 0, 0, 28, 324, 187, 1497 -translations/source/gu/helpcontent2/source/text/scalc/05.po, 59, 411, 410, 0, 0, 78, 442, 137, 853 -translations/source/gu/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/gu/helpcontent2/source/text/scalc/guide.po, 1029, 13866, 13788, 0, 0, 440, 7727, 1469, 21593 -translations/source/gu/helpcontent2/source/text/schart.po, 14, 140, 141, 0, 0, 82, 791, 96, 931 -translations/source/gu/helpcontent2/source/text/schart/00.po, 34, 159, 157, 0, 0, 26, 188, 60, 347 -translations/source/gu/helpcontent2/source/text/schart/01.po, 242, 1669, 1658, 0, 0, 730, 10157, 972, 11826 -translations/source/gu/helpcontent2/source/text/schart/02.po, 11, 41, 41, 0, 0, 14, 76, 25, 117 -translations/source/gu/helpcontent2/source/text/schart/04.po, 32, 133, 134, 0, 0, 0, 0, 32, 133 -translations/source/gu/helpcontent2/source/text/sdraw.po, 115, 687, 684, 0, 0, 8, 45, 123, 732 -translations/source/gu/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/gu/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/gu/helpcontent2/source/text/sdraw/04.po, 93, 416, 430, 0, 0, 10, 73, 103, 489 -translations/source/gu/helpcontent2/source/text/sdraw/guide.po, 236, 2489, 2485, 0, 0, 39, 583, 275, 3072 -translations/source/gu/helpcontent2/source/text/shared.po, 176, 1661, 1668, 0, 0, 74, 647, 250, 2308 -translations/source/gu/helpcontent2/source/text/shared/00.po, 642, 5516, 5538, 0, 0, 925, 10178, 1567, 15694 -translations/source/gu/helpcontent2/source/text/shared/01.po, 2945, 21401, 21310, 0, 0, 2542, 30561, 5487, 51962 -translations/source/gu/helpcontent2/source/text/shared/02.po, 1494, 17377, 17402, 0, 0, 688, 11745, 2182, 29122 -translations/source/gu/helpcontent2/source/text/shared/04.po, 217, 859, 924, 0, 0, 96, 1212, 313, 2071 -translations/source/gu/helpcontent2/source/text/shared/05.po, 78, 849, 849, 0, 0, 118, 1491, 196, 2340 -translations/source/gu/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/gu/helpcontent2/source/text/shared/07.po, 1, 5, 5, 0, 0, 6, 77, 7, 82 -translations/source/gu/helpcontent2/source/text/shared/autokorr.po, 21, 261, 261, 0, 0, 27, 159, 48, 420 -translations/source/gu/helpcontent2/source/text/shared/autopi.po, 615, 5632, 5618, 0, 0, 272, 2762, 887, 8394 -translations/source/gu/helpcontent2/source/text/shared/explorer/database.po, 1084, 9697, 9694, 0, 0, 557, 9160, 1641, 18857 -translations/source/gu/helpcontent2/source/text/shared/guide.po, 1515, 20289, 20259, 0, 0, 1001, 16154, 2516, 36443 -translations/source/gu/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/gu/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/gu/helpcontent2/source/text/shared/optionen.po, 1029, 8043, 8085, 0, 0, 905, 15308, 1934, 23351 -translations/source/gu/helpcontent2/source/text/simpress.po, 167, 1125, 1130, 0, 0, 32, 270, 199, 1395 -translations/source/gu/helpcontent2/source/text/simpress/00.po, 131, 764, 761, 0, 0, 32, 138, 163, 902 -translations/source/gu/helpcontent2/source/text/simpress/01.po, 741, 5695, 5709, 0, 0, 305, 2819, 1046, 8514 -translations/source/gu/helpcontent2/source/text/simpress/02.po, 491, 5791, 5919, 0, 0, 169, 718, 660, 6509 -translations/source/gu/helpcontent2/source/text/simpress/04.po, 160, 721, 742, 0, 0, 79, 417, 239, 1138 -translations/source/gu/helpcontent2/source/text/simpress/guide.po, 430, 4915, 4894, 0, 0, 337, 5367, 767, 10282 -translations/source/gu/helpcontent2/source/text/smath.po, 54, 597, 594, 0, 0, 6, 142, 60, 739 -translations/source/gu/helpcontent2/source/text/smath/00.po, 53, 224, 221, 0, 0, 13, 131, 66, 355 -translations/source/gu/helpcontent2/source/text/smath/01.po, 974, 10890, 10928, 0, 0, 577, 2969, 1551, 13859 -translations/source/gu/helpcontent2/source/text/smath/02.po, 6, 97, 97, 0, 0, 0, 0, 6, 97 -translations/source/gu/helpcontent2/source/text/smath/04.po, 25, 130, 130, 0, 0, 1, 5, 26, 135 -translations/source/gu/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/gu/helpcontent2/source/text/smath/guide.po, 64, 643, 643, 0, 0, 40, 550, 104, 1193 -translations/source/gu/helpcontent2/source/text/swriter.po, 198, 1014, 1020, 0, 0, 138, 1932, 336, 2946 -translations/source/gu/helpcontent2/source/text/swriter/00.po, 179, 893, 846, 0, 0, 131, 925, 310, 1818 -translations/source/gu/helpcontent2/source/text/swriter/01.po, 2342, 21934, 21922, 0, 0, 1004, 11859, 3346, 33793 -translations/source/gu/helpcontent2/source/text/swriter/02.po, 328, 2048, 2053, 0, 0, 98, 1002, 426, 3050 -translations/source/gu/helpcontent2/source/text/swriter/04.po, 228, 1009, 1053, 0, 0, 26, 267, 254, 1276 -translations/source/gu/helpcontent2/source/text/swriter/guide.po, 1379, 15398, 15031, 0, 0, 765, 12539, 2144, 27937 -translations/source/gu/helpcontent2/source/text/swriter/librelogo.po, 30, 31, 31, 1, 1, 295, 2987, 326, 3019 -translations/source/gu/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/gu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4722, 5, 78, 12, 128, 557, 4354 -translations/source/gu/librelogo/source/pythonpath.po, 134, 167, 180, 2, 4, 2, 2, 138, 173 -translations/source/gu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 626, 1, 57, 0, 0, 49, 693 -translations/source/gu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 23, 0, 0, 0, 0, 2, 21 -translations/source/gu/nlpsolver/src/locale.po, 41, 105, 108, 0, 0, 0, 0, 41, 105 -translations/source/gu/officecfg/registry/data/org/openoffice.po, 5, 16, 16, 1, 3, 3, 9, 9, 28 -translations/source/gu/officecfg/registry/data/org/openoffice/Office.po, 1272, 1712, 2222, 10, 52, 26, 77, 1308, 1841 -translations/source/gu/officecfg/registry/data/org/openoffice/Office/UI.po, 2594, 5285, 6327, 531, 981, 552, 1456, 3677, 7722 -translations/source/gu/readlicense_oo/docs.po, 84, 1637, 1652, 1, 85, 18, 681, 103, 2403 -translations/source/gu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/gu/reportdesign/messages.po, 202, 492, 517, 53, 122, 3, 3, 258, 617 -translations/source/gu/sc/messages.po, 3241, 14415, 12770, 769, 2307, 676, 3538, 4686, 20260 -translations/source/gu/scaddins/messages.po, 878, 3026, 2477, 15, 31, 8, 131, 901, 3188 -translations/source/gu/sccomp/messages.po, 12, 51, 54, 0, 0, 2, 14, 14, 65 -translations/source/gu/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/gu/scp2/source/base.po, 10, 44, 51, 0, 0, 0, 0, 10, 44 -translations/source/gu/scp2/source/calc.po, 19, 81, 83, 1, 4, 2, 9, 22, 94 -translations/source/gu/scp2/source/draw.po, 37, 131, 136, 2, 9, 2, 9, 41, 149 -translations/source/gu/scp2/source/extensions.po, 16, 65, 75, 0, 0, 0, 0, 16, 65 -translations/source/gu/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/gu/scp2/source/graphicfilter.po, 30, 101, 102, 0, 0, 0, 0, 30, 101 -translations/source/gu/scp2/source/impress.po, 20, 77, 79, 1, 4, 0, 0, 21, 81 -translations/source/gu/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/gu/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/gu/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -translations/source/gu/scp2/source/ooo.po, 560, 1935, 2328, 8, 34, 14, 55, 582, 2024 -translations/source/gu/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/gu/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -translations/source/gu/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/gu/scp2/source/writer.po, 24, 88, 86, 1, 17, 2, 9, 27, 114 -translations/source/gu/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/gu/sd/messages.po, 734, 1787, 2065, 287, 556, 298, 608, 1319, 2951 -translations/source/gu/setup_native/source/mac.po, 22, 119, 129, 1, 12, 0, 0, 23, 131 -translations/source/gu/sfx2/messages.po, 318, 974, 1111, 130, 465, 133, 787, 581, 2226 -translations/source/gu/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/gu/starmath/messages.po, 370, 642, 697, 71, 116, 61, 207, 502, 965 -translations/source/gu/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/gu/svtools/messages.po, 765, 1972, 2054, 54, 348, 95, 291, 914, 2611 -translations/source/gu/svx/messages.po, 1993, 4779, 5159, 478, 1147, 375, 1298, 2846, 7224 -translations/source/gu/sw/messages.po, 2302, 4852, 5653, 674, 1542, 465, 1346, 3441, 7740 -translations/source/gu/swext/mediawiki/help.po, 47, 353, 383, 26, 817, 16, 234, 89, 1404 -translations/source/gu/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/gu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 196, 0, 0, 0, 0, 32, 181 -translations/source/gu/sysui/desktop/share.po, 66, 277, 268, 0, 0, 0, 0, 66, 277 -translations/source/gu/uui/messages.po, 131, 1115, 1187, 9, 123, 17, 316, 157, 1554 -translations/source/gu/vcl/messages.po, 254, 498, 574, 9, 11, 93, 228, 356, 737 -translations/source/gu/wizards/messages.po, 265, 1042, 1093, 0, 0, 0, 0, 265, 1042 -translations/source/gu/wizards/source/resources.po, 487, 1992, 2033, 59, 233, 8, 61, 554, 2286 -translations/source/gu/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -translations/source/gu/xmlsecurity/messages.po, 67, 331, 366, 7, 27, 17, 66, 91, 424 -translations/source/gug/accessibility/messages.po, 9, 23, 21, 2, 4, 0, 0, 11, 27 -translations/source/gug/avmedia/messages.po, 21, 44, 42, 1, 1, 0, 0, 22, 45 -translations/source/gug/basctl/messages.po, 128, 572, 477, 27, 39, 0, 0, 155, 611 -translations/source/gug/basic/messages.po, 135, 549, 527, 0, 0, 0, 0, 135, 549 -translations/source/gug/chart2/messages.po, 346, 537, 633, 84, 183, 190, 648, 620, 1368 -translations/source/gug/connectivity/messages.po, 4, 27, 22, 3, 16, 99, 1004, 106, 1047 -translations/source/gug/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/gug/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/gug/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gug/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/gug/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -translations/source/gug/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gug/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/gug/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/gug/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/gug/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/gug/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/gug/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/gug/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gug/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gug/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/gug/cui/messages.po, 2129, 4927, 5018, 46, 106, 168, 525, 2343, 5558 -translations/source/gug/dbaccess/messages.po, 307, 498, 560, 59, 174, 446, 3838, 812, 4510 -translations/source/gug/desktop/messages.po, 38, 58, 57, 8, 15, 116, 1152, 162, 1225 -translations/source/gug/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/gug/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/gug/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/ca.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/gug/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/gug/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/en.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -translations/source/gug/dictionaries/en/dialog.po, 18, 68, 71, 0, 0, 19, 108, 37, 176 -translations/source/gug/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/gug/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/gug/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/gug/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/gug/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/gug/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/hu_HU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/gug/dictionaries/hu_HU/dialog.po, 14, 18, 16, 1, 2, 17, 51, 32, 71 -translations/source/gug/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/gug/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/gug/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/gug/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/gug/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/gug/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/gug/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/gug/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gug/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/gug/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/gug/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -translations/source/gug/dictionaries/ru_RU/dialog.po, 5, 6, 7, 0, 0, 9, 20, 14, 26 -translations/source/gug/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/gug/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/gug/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/gug/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/gug/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/gug/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/gug/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/gug/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/gug/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/gug/editeng/messages.po, 151, 277, 308, 25, 77, 89, 302, 265, 656 -translations/source/gug/extensions/messages.po, 329, 480, 542, 103, 181, 231, 1438, 663, 2099 -translations/source/gug/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/gug/extras/source/autocorr/emoji.po, 457, 475, 473, 128, 141, 990, 1201, 1575, 1817 -translations/source/gug/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -translations/source/gug/filter/messages.po, 103, 168, 193, 8, 23, 111, 627, 222, 818 -translations/source/gug/filter/source/config/fragments/filters.po, 159, 548, 609, 2, 6, 59, 178, 220, 732 -translations/source/gug/filter/source/config/fragments/internalgraphicfilters.po, 36, 133, 158, 0, 0, 2, 6, 38, 139 -translations/source/gug/filter/source/config/fragments/types.po, 26, 90, 104, 0, 0, 12, 31, 38, 121 -translations/source/gug/forms/messages.po, 18, 27, 29, 1, 1, 39, 302, 58, 330 -translations/source/gug/formula/messages.po, 402, 456, 552, 7, 7, 24, 44, 433, 507 -translations/source/gug/fpicker/messages.po, 50, 133, 121, 4, 6, 7, 24, 61, 163 -translations/source/gug/framework/messages.po, 22, 194, 173, 3, 6, 4, 10, 29, 210 -translations/source/gug/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 4105, 5, 78, 12, 128, 557, 4354 -translations/source/gug/librelogo/source/pythonpath.po, 126, 143, 157, 2, 6, 10, 24, 138, 173 -translations/source/gug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 3, 1, 3, 46, 687, 49, 693 -translations/source/gug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/gug/nlpsolver/src/locale.po, 12, 13, 14, 2, 2, 27, 90, 41, 105 -translations/source/gug/officecfg/registry/data/org/openoffice.po, 8, 25, 29, 0, 0, 1, 3, 9, 28 -translations/source/gug/officecfg/registry/data/org/openoffice/Office.po, 1299, 1825, 1874, 1, 4, 8, 12, 1308, 1841 -translations/source/gug/officecfg/registry/data/org/openoffice/Office/UI.po, 3141, 6280, 7000, 176, 439, 360, 1003, 3677, 7722 -translations/source/gug/readlicense_oo/docs.po, 4, 11, 11, 1, 1, 98, 2391, 103, 2403 -translations/source/gug/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/gug/reportdesign/messages.po, 137, 214, 238, 50, 102, 71, 301, 258, 617 -translations/source/gug/sc/messages.po, 3934, 17476, 15816, 422, 1287, 330, 1497, 4686, 20260 -translations/source/gug/scaddins/messages.po, 315, 496, 470, 65, 214, 521, 2478, 901, 3188 -translations/source/gug/sccomp/messages.po, 12, 51, 53, 0, 0, 2, 14, 14, 65 -translations/source/gug/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/gug/scp2/source/base.po, 9, 36, 39, 0, 0, 1, 8, 10, 44 -translations/source/gug/scp2/source/calc.po, 18, 60, 74, 1, 13, 3, 21, 22, 94 -translations/source/gug/scp2/source/draw.po, 33, 111, 105, 2, 16, 6, 22, 41, 149 -translations/source/gug/scp2/source/extensions.po, 3, 5, 5, 2, 8, 11, 52, 16, 65 -translations/source/gug/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/gug/scp2/source/graphicfilter.po, 9, 21, 25, 1, 4, 20, 76, 30, 101 -translations/source/gug/scp2/source/impress.po, 19, 63, 64, 1, 14, 1, 4, 21, 81 -translations/source/gug/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/gug/scp2/source/math.po, 9, 31, 31, 1, 11, 0, 0, 10, 42 -translations/source/gug/scp2/source/onlineupdate.po, 1, 2, 4, 0, 0, 1, 11, 2, 13 -translations/source/gug/scp2/source/ooo.po, 544, 1808, 1683, 7, 40, 31, 176, 582, 2024 -translations/source/gug/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -translations/source/gug/scp2/source/quickstart.po, 1, 1, 1, 0, 0, 1, 14, 2, 15 -translations/source/gug/scp2/source/winexplorerext.po, 1, 3, 4, 0, 0, 1, 15, 2, 18 -translations/source/gug/scp2/source/writer.po, 23, 83, 84, 2, 20, 2, 11, 27, 114 -translations/source/gug/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/gug/sd/messages.po, 1023, 2422, 2303, 95, 210, 201, 319, 1319, 2951 -translations/source/gug/setup_native/source/mac.po, 22, 119, 125, 1, 12, 0, 0, 23, 131 -translations/source/gug/sfx2/messages.po, 340, 722, 708, 48, 106, 193, 1398, 581, 2226 -translations/source/gug/shell/source/win32/shlxthandler/res.po, 37, 45, 59, 0, 0, 0, 0, 37, 45 -translations/source/gug/starmath/messages.po, 455, 822, 870, 17, 31, 33, 115, 505, 968 -translations/source/gug/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/gug/svtools/messages.po, 624, 1132, 1198, 47, 175, 243, 1304, 914, 2611 -translations/source/gug/svx/messages.po, 1170, 1828, 1959, 399, 865, 1277, 4531, 2846, 7224 -translations/source/gug/sw/messages.po, 3065, 6710, 6736, 118, 356, 256, 670, 3439, 7736 -translations/source/gug/swext/mediawiki/help.po, 28, 54, 63, 1, 5, 60, 1345, 89, 1404 -translations/source/gug/swext/mediawiki/src.po, 1, 2, 3, 0, 0, 1, 37, 2, 39 -translations/source/gug/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/gug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 18, 25, 27, 2, 2, 12, 154, 32, 181 -translations/source/gug/sysui/desktop/share.po, 65, 259, 291, 0, 0, 1, 18, 66, 277 -translations/source/gug/uui/messages.po, 53, 160, 136, 2, 32, 102, 1362, 157, 1554 -translations/source/gug/vcl/messages.po, 238, 392, 412, 9, 11, 109, 334, 356, 737 -translations/source/gug/wizards/messages.po, 87, 115, 131, 27, 36, 151, 891, 265, 1042 -translations/source/gug/wizards/source/resources.po, 166, 245, 285, 60, 121, 328, 1920, 554, 2286 -translations/source/gug/writerperfect/messages.po, 4, 6, 6, 2, 5, 24, 54, 30, 65 -translations/source/gug/xmlsecurity/messages.po, 25, 40, 44, 9, 15, 57, 369, 91, 424 -translations/source/he/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/he/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/he/basctl/messages.po, 135, 457, 421, 7, 29, 13, 125, 155, 611 -translations/source/he/basic/messages.po, 47, 147, 148, 88, 402, 0, 0, 135, 549 -translations/source/he/chart2/messages.po, 528, 1144, 1148, 40, 64, 52, 160, 620, 1368 -translations/source/he/connectivity/messages.po, 105, 1033, 868, 0, 0, 1, 14, 106, 1047 -translations/source/he/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 8, 0, 0, 0, 0, 3, 6 -translations/source/he/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/he/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/he/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -translations/source/he/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/he/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/he/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/he/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/he/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/he/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/he/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/he/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/he/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/he/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/he/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/he/cui/messages.po, 1411, 3325, 3270, 507, 943, 425, 1290, 2343, 5558 -translations/source/he/dbaccess/messages.po, 606, 3346, 2883, 126, 825, 80, 339, 812, 4510 -translations/source/he/desktop/messages.po, 142, 815, 752, 13, 281, 7, 129, 162, 1225 -translations/source/he/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/he/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/he/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/he/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/he/dictionaries/en/dialog.po, 37, 176, 176, 0, 0, 0, 0, 37, 176 -translations/source/he/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/he/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/he/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/he/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/he/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/he/dictionaries/hu_HU/dialog.po, 32, 71, 82, 0, 0, 0, 0, 32, 71 -translations/source/he/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/he/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/he/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/he/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/he/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/he/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/he/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/he/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/he/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/he/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/he/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -translations/source/he/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/he/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/he/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/he/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/he/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/he/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/he/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/he/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/he/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/he/editeng/messages.po, 265, 656, 697, 0, 0, 0, 0, 265, 656 -translations/source/he/extensions/messages.po, 481, 1184, 1192, 152, 701, 30, 214, 663, 2099 -translations/source/he/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/he/extras/source/autocorr/emoji.po, 505, 559, 612, 156, 159, 914, 1099, 1575, 1817 -translations/source/he/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/he/filter/messages.po, 152, 477, 451, 16, 52, 54, 289, 222, 818 -translations/source/he/filter/source/config/fragments/filters.po, 106, 376, 399, 18, 65, 96, 291, 220, 732 -translations/source/he/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 130, 0, 0, 3, 12, 38, 139 -translations/source/he/filter/source/config/fragments/types.po, 22, 71, 76, 2, 8, 14, 42, 38, 121 -translations/source/he/forms/messages.po, 58, 330, 285, 0, 0, 0, 0, 58, 330 -translations/source/he/formula/messages.po, 437, 513, 514, 0, 0, 1, 1, 438, 514 -translations/source/he/fpicker/messages.po, 57, 155, 135, 1, 4, 3, 4, 61, 163 -translations/source/he/framework/messages.po, 29, 210, 192, 0, 0, 0, 0, 29, 210 -translations/source/he/helpcontent2/source/auxiliary.po, 77, 215, 191, 0, 0, 28, 87, 105, 302 -translations/source/he/helpcontent2/source/text/sbasic/guide.po, 46, 522, 527, 0, 0, 57, 823, 103, 1345 -translations/source/he/helpcontent2/source/text/sbasic/shared.po, 3107, 24937, 25070, 0, 0, 1398, 10494, 4505, 35431 -translations/source/he/helpcontent2/source/text/sbasic/shared/01.po, 38, 99, 122, 0, 0, 29, 366, 67, 465 -translations/source/he/helpcontent2/source/text/sbasic/shared/02.po, 68, 350, 348, 0, 0, 130, 1132, 198, 1482 -translations/source/he/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/he/helpcontent2/source/text/scalc.po, 119, 407, 339, 0, 0, 68, 579, 187, 986 -translations/source/he/helpcontent2/source/text/scalc/00.po, 34, 70, 70, 0, 0, 167, 875, 201, 945 -translations/source/he/helpcontent2/source/text/scalc/01.po, 4339, 32270, 31817, 0, 0, 3156, 40885, 7495, 73155 -translations/source/he/helpcontent2/source/text/scalc/02.po, 57, 339, 348, 0, 0, 66, 471, 123, 810 -translations/source/he/helpcontent2/source/text/scalc/04.po, 105, 914, 914, 0, 0, 82, 583, 187, 1497 -translations/source/he/helpcontent2/source/text/scalc/05.po, 72, 445, 459, 0, 0, 65, 408, 137, 853 -translations/source/he/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/he/helpcontent2/source/text/scalc/guide.po, 1009, 15264, 15138, 0, 0, 460, 6329, 1469, 21593 -translations/source/he/helpcontent2/source/text/schart.po, 16, 144, 145, 0, 0, 80, 787, 96, 931 -translations/source/he/helpcontent2/source/text/schart/00.po, 16, 81, 74, 0, 0, 44, 266, 60, 347 -translations/source/he/helpcontent2/source/text/schart/01.po, 205, 1158, 1149, 0, 0, 767, 10668, 972, 11826 -translations/source/he/helpcontent2/source/text/schart/02.po, 11, 34, 32, 0, 0, 14, 83, 25, 117 -translations/source/he/helpcontent2/source/text/schart/04.po, 29, 119, 119, 0, 0, 3, 14, 32, 133 -translations/source/he/helpcontent2/source/text/sdraw.po, 56, 589, 584, 0, 0, 67, 143, 123, 732 -translations/source/he/helpcontent2/source/text/sdraw/00.po, 1, 4, 4, 0, 0, 1, 4, 2, 8 -translations/source/he/helpcontent2/source/text/sdraw/01.po, 1, 2, 2, 0, 0, 2, 10, 3, 12 -translations/source/he/helpcontent2/source/text/sdraw/04.po, 78, 376, 372, 0, 0, 25, 113, 103, 489 -translations/source/he/helpcontent2/source/text/sdraw/guide.po, 215, 2464, 2482, 0, 0, 60, 608, 275, 3072 -translations/source/he/helpcontent2/source/text/shared.po, 96, 659, 672, 0, 0, 154, 1649, 250, 2308 -translations/source/he/helpcontent2/source/text/shared/00.po, 502, 4386, 4412, 0, 0, 1065, 11308, 1567, 15694 -translations/source/he/helpcontent2/source/text/shared/01.po, 2378, 10718, 10536, 0, 0, 3109, 41244, 5487, 51962 -translations/source/he/helpcontent2/source/text/shared/02.po, 1090, 10534, 10588, 0, 0, 1092, 18588, 2182, 29122 -translations/source/he/helpcontent2/source/text/shared/04.po, 168, 815, 815, 0, 0, 145, 1256, 313, 2071 -translations/source/he/helpcontent2/source/text/shared/05.po, 53, 720, 708, 0, 0, 143, 1620, 196, 2340 -translations/source/he/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/he/helpcontent2/source/text/shared/07.po, 3, 27, 27, 0, 0, 4, 55, 7, 82 -translations/source/he/helpcontent2/source/text/shared/autokorr.po, 36, 198, 197, 0, 0, 12, 222, 48, 420 -translations/source/he/helpcontent2/source/text/shared/autopi.po, 454, 3446, 3443, 0, 0, 433, 4948, 887, 8394 -translations/source/he/helpcontent2/source/text/shared/explorer/database.po, 772, 5408, 5406, 0, 0, 869, 13449, 1641, 18857 -translations/source/he/helpcontent2/source/text/shared/guide.po, 1405, 19967, 19999, 0, 0, 1111, 16476, 2516, 36443 -translations/source/he/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/he/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/he/helpcontent2/source/text/shared/optionen.po, 872, 6175, 6151, 0, 0, 1062, 17176, 1934, 23351 -translations/source/he/helpcontent2/source/text/simpress.po, 109, 823, 806, 0, 0, 90, 572, 199, 1395 -translations/source/he/helpcontent2/source/text/simpress/00.po, 106, 654, 675, 0, 0, 57, 248, 163, 902 -translations/source/he/helpcontent2/source/text/simpress/01.po, 557, 2914, 2919, 0, 0, 489, 5600, 1046, 8514 -translations/source/he/helpcontent2/source/text/simpress/02.po, 345, 2698, 2686, 0, 0, 315, 3811, 660, 6509 -translations/source/he/helpcontent2/source/text/simpress/04.po, 129, 682, 695, 0, 0, 110, 456, 239, 1138 -translations/source/he/helpcontent2/source/text/simpress/guide.po, 454, 5635, 5576, 0, 0, 313, 4647, 767, 10282 -translations/source/he/helpcontent2/source/text/smath.po, 46, 469, 466, 0, 0, 14, 270, 60, 739 -translations/source/he/helpcontent2/source/text/smath/00.po, 35, 176, 174, 0, 0, 31, 179, 66, 355 -translations/source/he/helpcontent2/source/text/smath/01.po, 736, 6110, 6143, 0, 0, 815, 7749, 1551, 13859 -translations/source/he/helpcontent2/source/text/smath/02.po, 5, 56, 56, 0, 0, 1, 41, 6, 97 -translations/source/he/helpcontent2/source/text/smath/04.po, 23, 119, 119, 0, 0, 3, 16, 26, 135 -translations/source/he/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/he/helpcontent2/source/text/smath/guide.po, 56, 622, 621, 0, 0, 48, 571, 104, 1193 -translations/source/he/helpcontent2/source/text/swriter.po, 120, 347, 315, 0, 0, 216, 2599, 336, 2946 -translations/source/he/helpcontent2/source/text/swriter/00.po, 112, 477, 459, 0, 0, 198, 1341, 310, 1818 -translations/source/he/helpcontent2/source/text/swriter/01.po, 1756, 10950, 10898, 0, 0, 1590, 22843, 3346, 33793 -translations/source/he/helpcontent2/source/text/swriter/02.po, 218, 1005, 1001, 0, 0, 208, 2045, 426, 3050 -translations/source/he/helpcontent2/source/text/swriter/04.po, 147, 863, 853, 0, 0, 107, 413, 254, 1276 -translations/source/he/helpcontent2/source/text/swriter/guide.po, 1499, 18772, 18213, 0, 0, 645, 9165, 2144, 27937 -translations/source/he/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 40, 1, 1, 287, 2979, 326, 3019 -translations/source/he/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po, 547, 4227, 3704, 3, 67, 7, 60, 557, 4354 -translations/source/he/librelogo/source/pythonpath.po, 138, 173, 177, 0, 0, 0, 0, 138, 173 -translations/source/he/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 525, 1, 57, 0, 0, 49, 693 -translations/source/he/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -translations/source/he/nlpsolver/src/locale.po, 41, 105, 105, 0, 0, 0, 0, 41, 105 -translations/source/he/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/he/officecfg/registry/data/org/openoffice/Office.po, 1243, 1431, 1451, 7, 24, 58, 386, 1308, 1841 -translations/source/he/officecfg/registry/data/org/openoffice/Office/UI.po, 2801, 5688, 6123, 396, 772, 480, 1262, 3677, 7722 -translations/source/he/readlicense_oo/docs.po, 84, 1629, 1379, 1, 85, 18, 689, 103, 2403 -translations/source/he/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/he/reportdesign/messages.po, 252, 585, 565, 6, 32, 0, 0, 258, 617 -translations/source/he/sc/messages.po, 2831, 13340, 10512, 885, 2497, 970, 4423, 4686, 20260 -translations/source/he/scaddins/messages.po, 841, 2631, 2235, 14, 18, 46, 539, 901, 3188 -translations/source/he/sccomp/messages.po, 12, 51, 47, 0, 0, 2, 14, 14, 65 -translations/source/he/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/he/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -translations/source/he/scp2/source/calc.po, 21, 89, 100, 0, 0, 1, 5, 22, 94 -translations/source/he/scp2/source/draw.po, 36, 130, 151, 1, 4, 4, 15, 41, 149 -translations/source/he/scp2/source/extensions.po, 16, 65, 68, 0, 0, 0, 0, 16, 65 -translations/source/he/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/he/scp2/source/graphicfilter.po, 30, 101, 104, 0, 0, 0, 0, 30, 101 -translations/source/he/scp2/source/impress.po, 19, 74, 69, 1, 4, 1, 3, 21, 81 -translations/source/he/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/he/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -translations/source/he/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/he/scp2/source/ooo.po, 566, 1958, 1747, 3, 14, 13, 52, 582, 2024 -translations/source/he/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/he/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -translations/source/he/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/he/scp2/source/writer.po, 24, 88, 81, 1, 17, 2, 9, 27, 114 -translations/source/he/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/he/sd/messages.po, 681, 1663, 1605, 278, 515, 360, 773, 1319, 2951 -translations/source/he/setup_native/source/mac.po, 23, 131, 117, 0, 0, 0, 0, 23, 131 -translations/source/he/sfx2/messages.po, 436, 1223, 1123, 48, 308, 97, 695, 581, 2226 -translations/source/he/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -translations/source/he/starmath/messages.po, 418, 704, 744, 23, 45, 64, 219, 505, 968 -translations/source/he/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/he/svtools/messages.po, 780, 1965, 1965, 33, 229, 101, 417, 914, 2611 -translations/source/he/svx/messages.po, 1839, 4297, 4324, 445, 988, 562, 1939, 2846, 7224 -translations/source/he/sw/messages.po, 2068, 3986, 4165, 714, 1525, 659, 2229, 3441, 7740 -translations/source/he/swext/mediawiki/help.po, 48, 384, 322, 25, 786, 16, 234, 89, 1404 -translations/source/he/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/he/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 155, 0, 0, 0, 0, 32, 181 -translations/source/he/sysui/desktop/share.po, 66, 277, 284, 0, 0, 0, 0, 66, 277 -translations/source/he/uui/messages.po, 136, 1148, 977, 8, 120, 13, 286, 157, 1554 -translations/source/he/vcl/messages.po, 269, 521, 509, 0, 0, 87, 216, 356, 737 -translations/source/he/wizards/messages.po, 261, 1037, 881, 4, 5, 0, 0, 265, 1042 -translations/source/he/wizards/source/resources.po, 488, 1992, 1671, 58, 233, 8, 61, 554, 2286 -translations/source/he/writerperfect/messages.po, 15, 40, 40, 0, 0, 15, 25, 30, 65 -translations/source/he/xmlsecurity/messages.po, 88, 420, 373, 0, 0, 3, 4, 91, 424 -translations/source/hi/accessibility/messages.po, 10, 26, 27, 0, 0, 1, 1, 11, 27 -translations/source/hi/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -translations/source/hi/basctl/messages.po, 76, 232, 277, 30, 49, 49, 330, 155, 611 -translations/source/hi/basic/messages.po, 18, 52, 66, 117, 497, 0, 0, 135, 549 -translations/source/hi/chart2/messages.po, 261, 556, 605, 168, 289, 191, 523, 620, 1368 -translations/source/hi/connectivity/messages.po, 102, 990, 1095, 0, 0, 4, 57, 106, 1047 -translations/source/hi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/hi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/hi/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/hi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/hi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/hi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/hi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/hi/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/hi/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/hi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hi/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/hi/cui/messages.po, 1082, 2418, 2911, 627, 1176, 634, 1964, 2343, 5558 -translations/source/hi/dbaccess/messages.po, 463, 2828, 3152, 233, 1237, 116, 445, 812, 4510 -translations/source/hi/desktop/messages.po, 104, 625, 756, 37, 404, 21, 196, 162, 1225 -translations/source/hi/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/hi/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/hi/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/hi/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/hi/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hi/dictionaries/en/dialog.po, 37, 176, 187, 0, 0, 0, 0, 37, 176 -translations/source/hi/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hi/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/hi/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/hi/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/hi/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hi/dictionaries/hu_HU/dialog.po, 32, 71, 82, 0, 0, 0, 0, 32, 71 -translations/source/hi/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hi/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/hi/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/hi/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/hi/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/hi/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/hi/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/hi/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hi/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hi/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/hi/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hi/dictionaries/ru_RU/dialog.po, 13, 25, 29, 0, 0, 1, 1, 14, 26 -translations/source/hi/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hi/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/hi/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hi/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/hi/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hi/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/hi/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hi/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hi/editeng/messages.po, 248, 608, 710, 5, 8, 12, 40, 265, 656 -translations/source/hi/extensions/messages.po, 427, 1094, 1273, 196, 779, 40, 226, 663, 2099 -translations/source/hi/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/hi/extras/source/autocorr/emoji.po, 48, 48, 48, 208, 197, 1319, 1572, 1575, 1817 -translations/source/hi/extras/source/gallery/share.po, 9, 11, 11, 1, 2, 2, 2, 12, 15 -translations/source/hi/filter/messages.po, 82, 283, 327, 31, 71, 109, 464, 222, 818 -translations/source/hi/filter/source/config/fragments/filters.po, 93, 324, 326, 10, 29, 117, 379, 220, 732 -translations/source/hi/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/hi/filter/source/config/fragments/types.po, 21, 66, 67, 3, 13, 14, 42, 38, 121 -translations/source/hi/forms/messages.po, 54, 314, 354, 1, 2, 3, 14, 58, 330 -translations/source/hi/formula/messages.po, 318, 321, 323, 57, 83, 63, 110, 438, 514 -translations/source/hi/fpicker/messages.po, 31, 88, 117, 18, 42, 12, 33, 61, 163 -translations/source/hi/framework/messages.po, 18, 167, 196, 6, 14, 5, 29, 29, 210 -translations/source/hi/helpcontent2/source/auxiliary.po, 15, 20, 32, 0, 0, 90, 282, 105, 302 -translations/source/hi/helpcontent2/source/text/sbasic/guide.po, 15, 106, 100, 0, 0, 88, 1239, 103, 1345 -translations/source/hi/helpcontent2/source/text/sbasic/shared.po, 1477, 5102, 5452, 0, 0, 3028, 30329, 4505, 35431 -translations/source/hi/helpcontent2/source/text/sbasic/shared/01.po, 27, 43, 50, 0, 0, 40, 422, 67, 465 -translations/source/hi/helpcontent2/source/text/sbasic/shared/02.po, 40, 83, 88, 0, 0, 158, 1399, 198, 1482 -translations/source/hi/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/hi/helpcontent2/source/text/scalc.po, 39, 257, 337, 0, 0, 148, 729, 187, 986 -translations/source/hi/helpcontent2/source/text/scalc/00.po, 15, 28, 45, 0, 0, 186, 917, 201, 945 -translations/source/hi/helpcontent2/source/text/scalc/01.po, 863, 2958, 3190, 0, 0, 6632, 70197, 7495, 73155 -translations/source/hi/helpcontent2/source/text/scalc/02.po, 32, 94, 94, 0, 0, 91, 716, 123, 810 -translations/source/hi/helpcontent2/source/text/scalc/04.po, 76, 472, 522, 0, 0, 111, 1025, 187, 1497 -translations/source/hi/helpcontent2/source/text/scalc/05.po, 21, 85, 92, 0, 0, 116, 768, 137, 853 -translations/source/hi/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/hi/helpcontent2/source/text/scalc/guide.po, 323, 2189, 2438, 0, 0, 1146, 19404, 1469, 21593 -translations/source/hi/helpcontent2/source/text/schart.po, 11, 130, 146, 0, 0, 85, 801, 96, 931 -translations/source/hi/helpcontent2/source/text/schart/00.po, 4, 12, 16, 0, 0, 56, 335, 60, 347 -translations/source/hi/helpcontent2/source/text/schart/01.po, 96, 284, 299, 0, 0, 876, 11542, 972, 11826 -translations/source/hi/helpcontent2/source/text/schart/02.po, 1, 3, 3, 0, 0, 24, 114, 25, 117 -translations/source/hi/helpcontent2/source/text/schart/04.po, 23, 102, 111, 0, 0, 9, 31, 32, 133 -translations/source/hi/helpcontent2/source/text/sdraw.po, 40, 440, 524, 0, 0, 83, 292, 123, 732 -translations/source/hi/helpcontent2/source/text/sdraw/00.po, 1, 4, 6, 0, 0, 1, 4, 2, 8 -translations/source/hi/helpcontent2/source/text/sdraw/01.po, 1, 2, 3, 0, 0, 2, 10, 3, 12 -translations/source/hi/helpcontent2/source/text/sdraw/04.po, 58, 315, 370, 0, 0, 45, 174, 103, 489 -translations/source/hi/helpcontent2/source/text/sdraw/guide.po, 81, 470, 559, 0, 0, 194, 2602, 275, 3072 -translations/source/hi/helpcontent2/source/text/shared.po, 58, 300, 352, 0, 0, 192, 2008, 250, 2308 -translations/source/hi/helpcontent2/source/text/shared/00.po, 269, 639, 737, 0, 0, 1298, 15055, 1567, 15694 -translations/source/hi/helpcontent2/source/text/shared/01.po, 1478, 4295, 4798, 0, 0, 4009, 47667, 5487, 51962 -translations/source/hi/helpcontent2/source/text/shared/02.po, 634, 1885, 2075, 0, 0, 1548, 27237, 2182, 29122 -translations/source/hi/helpcontent2/source/text/shared/04.po, 141, 618, 697, 0, 0, 172, 1453, 313, 2071 -translations/source/hi/helpcontent2/source/text/shared/05.po, 21, 154, 173, 0, 0, 175, 2186, 196, 2340 -translations/source/hi/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/hi/helpcontent2/source/text/shared/07.po, 1, 5, 5, 0, 0, 6, 77, 7, 82 -translations/source/hi/helpcontent2/source/text/shared/autokorr.po, 11, 97, 110, 0, 0, 37, 323, 48, 420 -translations/source/hi/helpcontent2/source/text/shared/autopi.po, 285, 1171, 1316, 0, 0, 602, 7223, 887, 8394 -translations/source/hi/helpcontent2/source/text/shared/explorer/database.po, 474, 1462, 1580, 0, 0, 1167, 17395, 1641, 18857 -translations/source/hi/helpcontent2/source/text/shared/guide.po, 555, 4330, 4794, 0, 0, 1961, 32113, 2516, 36443 -translations/source/hi/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/hi/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/hi/helpcontent2/source/text/shared/optionen.po, 616, 1941, 2269, 0, 0, 1318, 21410, 1934, 23351 -translations/source/hi/helpcontent2/source/text/simpress.po, 55, 647, 775, 0, 0, 144, 748, 199, 1395 -translations/source/hi/helpcontent2/source/text/simpress/00.po, 15, 24, 26, 0, 0, 148, 878, 163, 902 -translations/source/hi/helpcontent2/source/text/simpress/01.po, 339, 1102, 1212, 0, 0, 707, 7412, 1046, 8514 -translations/source/hi/helpcontent2/source/text/simpress/02.po, 148, 840, 1051, 0, 0, 512, 5669, 660, 6509 -translations/source/hi/helpcontent2/source/text/simpress/04.po, 91, 353, 374, 0, 0, 148, 785, 239, 1138 -translations/source/hi/helpcontent2/source/text/simpress/guide.po, 141, 904, 992, 0, 0, 626, 9378, 767, 10282 -translations/source/hi/helpcontent2/source/text/smath.po, 28, 354, 446, 0, 0, 32, 385, 60, 739 -translations/source/hi/helpcontent2/source/text/smath/00.po, 15, 47, 49, 0, 0, 51, 308, 66, 355 -translations/source/hi/helpcontent2/source/text/smath/01.po, 469, 1343, 1453, 0, 0, 1082, 12516, 1551, 13859 -translations/source/hi/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -translations/source/hi/helpcontent2/source/text/smath/04.po, 17, 80, 76, 0, 0, 9, 55, 26, 135 -translations/source/hi/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/hi/helpcontent2/source/text/smath/guide.po, 37, 261, 302, 0, 0, 67, 932, 104, 1193 -translations/source/hi/helpcontent2/source/text/swriter.po, 70, 224, 256, 0, 0, 266, 2722, 336, 2946 -translations/source/hi/helpcontent2/source/text/swriter/00.po, 33, 81, 105, 0, 0, 277, 1737, 310, 1818 -translations/source/hi/helpcontent2/source/text/swriter/01.po, 1228, 4025, 4465, 0, 0, 2118, 29768, 3346, 33793 -translations/source/hi/helpcontent2/source/text/swriter/02.po, 143, 673, 741, 0, 0, 283, 2377, 426, 3050 -translations/source/hi/helpcontent2/source/text/swriter/04.po, 127, 713, 784, 0, 0, 127, 563, 254, 1276 -translations/source/hi/helpcontent2/source/text/swriter/guide.po, 425, 3250, 3630, 0, 0, 1719, 24687, 2144, 27937 -translations/source/hi/helpcontent2/source/text/swriter/librelogo.po, 7, 8, 9, 0, 0, 319, 3011, 326, 3019 -translations/source/hi/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/hi/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 5110, 5, 78, 12, 128, 557, 4354 -translations/source/hi/librelogo/source/pythonpath.po, 130, 165, 183, 2, 4, 6, 4, 138, 173 -translations/source/hi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 46, 578, 682, 1, 57, 2, 58, 49, 693 -translations/source/hi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 29, 0, 0, 0, 0, 2, 21 -translations/source/hi/nlpsolver/src/locale.po, 41, 105, 116, 0, 0, 0, 0, 41, 105 -translations/source/hi/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/hi/officecfg/registry/data/org/openoffice/Office.po, 1237, 1424, 1675, 7, 22, 64, 395, 1308, 1841 -translations/source/hi/officecfg/registry/data/org/openoffice/Office/UI.po, 2557, 5183, 6254, 506, 936, 614, 1603, 3677, 7722 -translations/source/hi/readlicense_oo/docs.po, 73, 1381, 1553, 1, 85, 29, 937, 103, 2403 -translations/source/hi/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 23, 0, 0, 0, 0, 6, 20 -translations/source/hi/reportdesign/messages.po, 184, 444, 490, 61, 137, 13, 36, 258, 617 -translations/source/hi/sc/messages.po, 2725, 12821, 13173, 850, 2438, 1111, 5001, 4686, 20260 -translations/source/hi/scaddins/messages.po, 835, 2579, 2365, 14, 18, 52, 591, 901, 3188 -translations/source/hi/sccomp/messages.po, 11, 47, 53, 1, 4, 2, 14, 14, 65 -translations/source/hi/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/hi/scp2/source/base.po, 10, 44, 52, 0, 0, 0, 0, 10, 44 -translations/source/hi/scp2/source/calc.po, 19, 81, 98, 1, 4, 2, 9, 22, 94 -translations/source/hi/scp2/source/draw.po, 15, 60, 60, 1, 5, 25, 84, 41, 149 -translations/source/hi/scp2/source/extensions.po, 15, 51, 57, 0, 0, 1, 14, 16, 65 -translations/source/hi/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/hi/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/hi/scp2/source/impress.po, 19, 74, 86, 1, 4, 1, 3, 21, 81 -translations/source/hi/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/hi/scp2/source/math.po, 10, 42, 47, 0, 0, 0, 0, 10, 42 -translations/source/hi/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -translations/source/hi/scp2/source/ooo.po, 537, 1829, 2150, 20, 106, 25, 89, 582, 2024 -translations/source/hi/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/hi/scp2/source/quickstart.po, 2, 15, 24, 0, 0, 0, 0, 2, 15 -translations/source/hi/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/hi/scp2/source/writer.po, 22, 69, 73, 0, 0, 5, 45, 27, 114 -translations/source/hi/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/hi/sd/messages.po, 526, 1306, 1501, 323, 585, 470, 1060, 1319, 2951 -translations/source/hi/setup_native/source/mac.po, 22, 119, 132, 1, 12, 0, 0, 23, 131 -translations/source/hi/sfx2/messages.po, 243, 694, 811, 150, 497, 188, 1035, 581, 2226 -translations/source/hi/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/hi/starmath/messages.po, 315, 537, 570, 88, 130, 99, 298, 502, 965 -translations/source/hi/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hi/svtools/messages.po, 702, 1775, 1899, 58, 260, 154, 576, 914, 2611 -translations/source/hi/svx/messages.po, 1786, 4033, 4488, 504, 1214, 556, 1977, 2846, 7224 -translations/source/hi/sw/messages.po, 2053, 4084, 4847, 724, 1593, 661, 2059, 3438, 7736 -translations/source/hi/swext/mediawiki/help.po, 47, 353, 393, 25, 752, 17, 299, 89, 1404 -translations/source/hi/swext/mediawiki/src.po, 2, 39, 34, 0, 0, 0, 0, 2, 39 -translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/hi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 195, 0, 0, 0, 0, 32, 181 -translations/source/hi/sysui/desktop/share.po, 54, 210, 238, 2, 20, 10, 47, 66, 277 -translations/source/hi/uui/messages.po, 99, 938, 1106, 20, 164, 38, 452, 157, 1554 -translations/source/hi/vcl/messages.po, 199, 338, 417, 23, 65, 134, 334, 356, 737 -translations/source/hi/wizards/messages.po, 262, 1039, 1165, 2, 2, 1, 1, 265, 1042 -translations/source/hi/wizards/source/resources.po, 502, 2004, 2232, 40, 202, 12, 80, 554, 2286 -translations/source/hi/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -translations/source/hi/xmlsecurity/messages.po, 48, 204, 237, 23, 144, 20, 76, 91, 424 -translations/source/hr/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -translations/source/hr/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -translations/source/hr/basctl/messages.po, 155, 611, 558, 0, 0, 0, 0, 155, 611 -translations/source/hr/basic/messages.po, 135, 549, 569, 0, 0, 0, 0, 135, 549 -translations/source/hr/chart2/messages.po, 618, 1364, 1361, 0, 0, 2, 4, 620, 1368 -translations/source/hr/connectivity/messages.po, 106, 1047, 904, 0, 0, 0, 0, 106, 1047 -translations/source/hr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/hr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/hr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/hr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/hr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/hr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/hr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/hr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/hr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/hr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hr/cui/messages.po, 2311, 5479, 5386, 0, 0, 32, 79, 2343, 5558 -translations/source/hr/dbaccess/messages.po, 812, 4510, 4029, 0, 0, 0, 0, 812, 4510 -translations/source/hr/desktop/messages.po, 162, 1225, 1067, 0, 0, 0, 0, 162, 1225 -translations/source/hr/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/an_ES.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/hr/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/bn_BD.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/br_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/hr/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/hr/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/hr/dictionaries/en/dialog.po, 37, 176, 185, 0, 0, 0, 0, 37, 176 -translations/source/hr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hr/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/hr/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/hr/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/gug.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -translations/source/hr/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/hr/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -translations/source/hr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/hr/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/hr/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/hr/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/hr/dictionaries/oc_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hr/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/hr/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/hr/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -translations/source/hr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hr/dictionaries/si_LK.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/sq_AL.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/hr/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/hr/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hr/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hr/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hr/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/hr/editeng/messages.po, 265, 656, 668, 0, 0, 0, 0, 265, 656 -translations/source/hr/extensions/messages.po, 663, 2099, 1929, 0, 0, 0, 0, 663, 2099 -translations/source/hr/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/hr/extras/source/autocorr/emoji.po, 1575, 1817, 1870, 0, 0, 0, 0, 1575, 1817 -translations/source/hr/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/hr/filter/messages.po, 222, 818, 798, 0, 0, 0, 0, 222, 818 -translations/source/hr/filter/source/config/fragments/filters.po, 220, 732, 757, 0, 0, 0, 0, 220, 732 -translations/source/hr/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/hr/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -translations/source/hr/forms/messages.po, 58, 330, 290, 0, 0, 0, 0, 58, 330 -translations/source/hr/formula/messages.po, 437, 513, 514, 0, 0, 1, 1, 438, 514 -translations/source/hr/fpicker/messages.po, 61, 163, 157, 0, 0, 0, 0, 61, 163 -translations/source/hr/framework/messages.po, 29, 210, 194, 0, 0, 0, 0, 29, 210 -translations/source/hr/helpcontent2/source/auxiliary.po, 65, 173, 181, 0, 0, 40, 129, 105, 302 -translations/source/hr/helpcontent2/source/text/sbasic/guide.po, 48, 468, 402, 0, 0, 55, 877, 103, 1345 -translations/source/hr/helpcontent2/source/text/sbasic/shared.po, 2141, 12366, 11160, 0, 0, 2364, 23065, 4505, 35431 -translations/source/hr/helpcontent2/source/text/sbasic/shared/01.po, 29, 42, 44, 0, 0, 38, 423, 67, 465 -translations/source/hr/helpcontent2/source/text/sbasic/shared/02.po, 63, 136, 146, 0, 0, 135, 1346, 198, 1482 -translations/source/hr/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/hr/helpcontent2/source/text/scalc.po, 21, 30, 38, 0, 0, 166, 956, 187, 986 -translations/source/hr/helpcontent2/source/text/scalc/00.po, 29, 54, 56, 0, 0, 172, 891, 201, 945 -translations/source/hr/helpcontent2/source/text/scalc/01.po, 1794, 4614, 3823, 0, 0, 5701, 68541, 7495, 73155 -translations/source/hr/helpcontent2/source/text/scalc/02.po, 30, 71, 69, 0, 0, 93, 739, 123, 810 -translations/source/hr/helpcontent2/source/text/scalc/04.po, 26, 36, 32, 0, 0, 161, 1461, 187, 1497 -translations/source/hr/helpcontent2/source/text/scalc/05.po, 10, 20, 17, 0, 0, 127, 833, 137, 853 -translations/source/hr/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/hr/helpcontent2/source/text/scalc/guide.po, 88, 359, 337, 0, 0, 1381, 21234, 1469, 21593 -translations/source/hr/helpcontent2/source/text/schart.po, 8, 18, 18, 0, 0, 88, 913, 96, 931 -translations/source/hr/helpcontent2/source/text/schart/00.po, 3, 9, 9, 0, 0, 57, 338, 60, 347 -translations/source/hr/helpcontent2/source/text/schart/01.po, 214, 699, 641, 0, 0, 758, 11127, 972, 11826 -translations/source/hr/helpcontent2/source/text/schart/02.po, 8, 20, 20, 0, 0, 17, 97, 25, 117 -translations/source/hr/helpcontent2/source/text/schart/04.po, 11, 16, 15, 0, 0, 21, 117, 32, 133 -translations/source/hr/helpcontent2/source/text/sdraw.po, 11, 12, 14, 0, 0, 112, 720, 123, 732 -translations/source/hr/helpcontent2/source/text/sdraw/00.po, 1, 4, 4, 0, 0, 1, 4, 2, 8 -translations/source/hr/helpcontent2/source/text/sdraw/01.po, 1, 2, 2, 0, 0, 2, 10, 3, 12 -translations/source/hr/helpcontent2/source/text/sdraw/04.po, 18, 23, 20, 0, 0, 85, 466, 103, 489 -translations/source/hr/helpcontent2/source/text/sdraw/guide.po, 14, 73, 59, 0, 0, 261, 2999, 275, 3072 -translations/source/hr/helpcontent2/source/text/shared.po, 149, 511, 467, 0, 0, 101, 1797, 250, 2308 -translations/source/hr/helpcontent2/source/text/shared/00.po, 306, 1396, 1280, 0, 0, 1261, 14298, 1567, 15694 -translations/source/hr/helpcontent2/source/text/shared/01.po, 1388, 2408, 2402, 0, 0, 4099, 49554, 5487, 51962 -translations/source/hr/helpcontent2/source/text/shared/02.po, 672, 1265, 1311, 0, 0, 1510, 27857, 2182, 29122 -translations/source/hr/helpcontent2/source/text/shared/04.po, 55, 88, 77, 0, 0, 258, 1983, 313, 2071 -translations/source/hr/helpcontent2/source/text/shared/05.po, 10, 25, 24, 0, 0, 186, 2315, 196, 2340 -translations/source/hr/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/hr/helpcontent2/source/text/shared/07.po, 1, 2, 1, 0, 0, 6, 80, 7, 82 -translations/source/hr/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -translations/source/hr/helpcontent2/source/text/shared/autopi.po, 216, 464, 453, 0, 0, 671, 7930, 887, 8394 -translations/source/hr/helpcontent2/source/text/shared/explorer/database.po, 488, 1092, 929, 0, 0, 1153, 17765, 1641, 18857 -translations/source/hr/helpcontent2/source/text/shared/guide.po, 137, 554, 519, 0, 0, 2379, 35889, 2516, 36443 -translations/source/hr/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/hr/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/hr/helpcontent2/source/text/shared/optionen.po, 509, 1106, 1116, 0, 0, 1425, 22245, 1934, 23351 -translations/source/hr/helpcontent2/source/text/simpress.po, 18, 24, 26, 0, 0, 181, 1371, 199, 1395 -translations/source/hr/helpcontent2/source/text/simpress/00.po, 30, 55, 54, 0, 0, 133, 847, 163, 902 -translations/source/hr/helpcontent2/source/text/simpress/01.po, 318, 572, 583, 0, 0, 728, 7942, 1046, 8514 -translations/source/hr/helpcontent2/source/text/simpress/02.po, 263, 700, 704, 0, 0, 397, 5809, 660, 6509 -translations/source/hr/helpcontent2/source/text/simpress/04.po, 29, 45, 39, 0, 0, 210, 1093, 239, 1138 -translations/source/hr/helpcontent2/source/text/simpress/guide.po, 33, 151, 137, 0, 0, 734, 10131, 767, 10282 -translations/source/hr/helpcontent2/source/text/smath.po, 9, 10, 11, 0, 0, 51, 729, 60, 739 -translations/source/hr/helpcontent2/source/text/smath/00.po, 12, 23, 21, 0, 0, 54, 332, 66, 355 -translations/source/hr/helpcontent2/source/text/smath/01.po, 265, 443, 434, 0, 0, 1286, 13416, 1551, 13859 -translations/source/hr/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -translations/source/hr/helpcontent2/source/text/smath/04.po, 10, 12, 12, 0, 0, 16, 123, 26, 135 -translations/source/hr/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/hr/helpcontent2/source/text/smath/guide.po, 9, 28, 25, 0, 0, 95, 1165, 104, 1193 -translations/source/hr/helpcontent2/source/text/swriter.po, 142, 494, 457, 0, 0, 194, 2452, 336, 2946 -translations/source/hr/helpcontent2/source/text/swriter/00.po, 44, 110, 112, 0, 0, 266, 1708, 310, 1818 -translations/source/hr/helpcontent2/source/text/swriter/01.po, 1227, 3451, 3218, 0, 0, 2119, 30342, 3346, 33793 -translations/source/hr/helpcontent2/source/text/swriter/02.po, 160, 269, 265, 0, 0, 266, 2781, 426, 3050 -translations/source/hr/helpcontent2/source/text/swriter/04.po, 52, 94, 87, 0, 0, 202, 1182, 254, 1276 -translations/source/hr/helpcontent2/source/text/swriter/guide.po, 468, 3801, 3271, 0, 0, 1676, 24136, 2144, 27937 -translations/source/hr/helpcontent2/source/text/swriter/librelogo.po, 33, 34, 34, 0, 0, 293, 2985, 326, 3019 -translations/source/hr/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4339, 3926, 0, 0, 1, 15, 557, 4354 -translations/source/hr/librelogo/source/pythonpath.po, 138, 173, 205, 0, 0, 0, 0, 138, 173 -translations/source/hr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 564, 0, 0, 0, 0, 49, 693 -translations/source/hr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -translations/source/hr/nlpsolver/src/locale.po, 41, 105, 107, 0, 0, 0, 0, 41, 105 -translations/source/hr/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/hr/officecfg/registry/data/org/openoffice/Office.po, 1304, 1835, 2264, 0, 0, 4, 6, 1308, 1841 -translations/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po, 3637, 7621, 8108, 0, 0, 40, 101, 3677, 7722 -translations/source/hr/readlicense_oo/docs.po, 102, 2343, 2002, 0, 0, 1, 60, 103, 2403 -translations/source/hr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/hr/reportdesign/messages.po, 258, 617, 590, 0, 0, 0, 0, 258, 617 -translations/source/hr/sc/messages.po, 4607, 20058, 17077, 0, 0, 79, 202, 4686, 20260 -translations/source/hr/scaddins/messages.po, 901, 3188, 3038, 0, 0, 0, 0, 901, 3188 -translations/source/hr/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -translations/source/hr/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/hr/scp2/source/base.po, 10, 44, 43, 0, 0, 0, 0, 10, 44 -translations/source/hr/scp2/source/calc.po, 22, 94, 102, 0, 0, 0, 0, 22, 94 -translations/source/hr/scp2/source/draw.po, 41, 149, 144, 0, 0, 0, 0, 41, 149 -translations/source/hr/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -translations/source/hr/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/hr/scp2/source/graphicfilter.po, 30, 101, 102, 0, 0, 0, 0, 30, 101 -translations/source/hr/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -translations/source/hr/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/hr/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -translations/source/hr/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/hr/scp2/source/ooo.po, 579, 2002, 2220, 0, 0, 3, 22, 582, 2024 -translations/source/hr/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/hr/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/hr/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/hr/scp2/source/writer.po, 27, 114, 112, 0, 0, 0, 0, 27, 114 -translations/source/hr/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/hr/sd/messages.po, 1188, 2801, 2722, 0, 0, 131, 150, 1319, 2951 -translations/source/hr/setup_native/source/mac.po, 23, 131, 119, 0, 0, 0, 0, 23, 131 -translations/source/hr/sfx2/messages.po, 576, 2093, 1976, 0, 0, 5, 133, 581, 2226 -translations/source/hr/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/hr/starmath/messages.po, 505, 968, 932, 0, 0, 0, 0, 505, 968 -translations/source/hr/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/hr/svtools/messages.po, 911, 2605, 2554, 0, 0, 3, 6, 914, 2611 -translations/source/hr/svx/messages.po, 2801, 7124, 6917, 0, 0, 45, 100, 2846, 7224 -translations/source/hr/sw/messages.po, 3360, 7618, 7562, 0, 0, 81, 122, 3441, 7740 -translations/source/hr/swext/mediawiki/help.po, 75, 1191, 1030, 0, 0, 14, 213, 89, 1404 -translations/source/hr/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/hr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 144, 0, 0, 0, 0, 32, 181 -translations/source/hr/sysui/desktop/share.po, 66, 277, 289, 0, 0, 0, 0, 66, 277 -translations/source/hr/uui/messages.po, 157, 1554, 1337, 0, 0, 0, 0, 157, 1554 -translations/source/hr/vcl/messages.po, 319, 638, 635, 0, 0, 37, 99, 356, 737 -translations/source/hr/wizards/messages.po, 265, 1042, 939, 0, 0, 0, 0, 265, 1042 -translations/source/hr/wizards/source/resources.po, 554, 2286, 2026, 0, 0, 0, 0, 554, 2286 -translations/source/hr/writerperfect/messages.po, 30, 65, 70, 0, 0, 0, 0, 30, 65 -translations/source/hr/xmlsecurity/messages.po, 91, 424, 375, 0, 0, 0, 0, 91, 424 -translations/source/hsb/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/hsb/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/hsb/basctl/messages.po, 155, 611, 556, 0, 0, 0, 0, 155, 611 -translations/source/hsb/basic/messages.po, 135, 549, 560, 0, 0, 0, 0, 135, 549 -translations/source/hsb/chart2/messages.po, 620, 1368, 1337, 0, 0, 0, 0, 620, 1368 -translations/source/hsb/connectivity/messages.po, 106, 1047, 839, 0, 0, 0, 0, 106, 1047 -translations/source/hsb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/hsb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/hsb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hsb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -translations/source/hsb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/hsb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hsb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hsb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/hsb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/hsb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/hsb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/hsb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/hsb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hsb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hsb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hsb/cui/messages.po, 2343, 5558, 5392, 0, 0, 0, 0, 2343, 5558 -translations/source/hsb/dbaccess/messages.po, 812, 4510, 4015, 0, 0, 0, 0, 812, 4510 -translations/source/hsb/desktop/messages.po, 162, 1225, 1186, 0, 0, 0, 0, 162, 1225 -translations/source/hsb/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/hsb/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/hsb/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/hsb/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/hsb/dictionaries/en/dialog.po, 37, 176, 171, 0, 0, 0, 0, 37, 176 -translations/source/hsb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hsb/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/hsb/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/hsb/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/hsb/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/hsb/dictionaries/hu_HU/dialog.po, 32, 71, 67, 0, 0, 0, 0, 32, 71 -translations/source/hsb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hsb/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/hsb/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/hsb/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/hsb/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hsb/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hsb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hsb/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/hsb/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/hsb/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -translations/source/hsb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/hsb/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/hsb/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/hsb/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/hsb/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/hsb/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hsb/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/hsb/editeng/messages.po, 265, 656, 655, 0, 0, 0, 0, 265, 656 -translations/source/hsb/extensions/messages.po, 663, 2099, 1924, 0, 0, 0, 0, 663, 2099 -translations/source/hsb/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/hsb/extras/source/autocorr/emoji.po, 1575, 1817, 2406, 0, 0, 0, 0, 1575, 1817 -translations/source/hsb/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/hsb/filter/messages.po, 222, 818, 764, 0, 0, 0, 0, 222, 818 -translations/source/hsb/filter/source/config/fragments/filters.po, 220, 732, 737, 0, 0, 0, 0, 220, 732 -translations/source/hsb/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/hsb/filter/source/config/fragments/types.po, 38, 121, 128, 0, 0, 0, 0, 38, 121 -translations/source/hsb/forms/messages.po, 58, 330, 300, 0, 0, 0, 0, 58, 330 -translations/source/hsb/formula/messages.po, 438, 514, 516, 0, 0, 0, 0, 438, 514 -translations/source/hsb/fpicker/messages.po, 61, 163, 144, 0, 0, 0, 0, 61, 163 -translations/source/hsb/framework/messages.po, 29, 210, 193, 0, 0, 0, 0, 29, 210 -translations/source/hsb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4333, 0, 0, 0, 0, 557, 4354 -translations/source/hsb/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -translations/source/hsb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 609, 0, 0, 0, 0, 49, 693 -translations/source/hsb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -translations/source/hsb/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -translations/source/hsb/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/hsb/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1805, 0, 0, 0, 0, 1308, 1841 -translations/source/hsb/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8043, 0, 0, 0, 0, 3677, 7722 -translations/source/hsb/readlicense_oo/docs.po, 103, 2403, 2108, 0, 0, 0, 0, 103, 2403 -translations/source/hsb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/hsb/reportdesign/messages.po, 258, 617, 589, 0, 0, 0, 0, 258, 617 -translations/source/hsb/sc/messages.po, 4686, 20260, 17122, 0, 0, 0, 0, 4686, 20260 -translations/source/hsb/scaddins/messages.po, 901, 3188, 2583, 0, 0, 0, 0, 901, 3188 -translations/source/hsb/sccomp/messages.po, 14, 65, 60, 0, 0, 0, 0, 14, 65 -translations/source/hsb/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/hsb/scp2/source/base.po, 10, 44, 43, 0, 0, 0, 0, 10, 44 -translations/source/hsb/scp2/source/calc.po, 22, 94, 105, 0, 0, 0, 0, 22, 94 -translations/source/hsb/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -translations/source/hsb/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -translations/source/hsb/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/hsb/scp2/source/graphicfilter.po, 30, 101, 118, 0, 0, 0, 0, 30, 101 -translations/source/hsb/scp2/source/impress.po, 21, 81, 80, 0, 0, 0, 0, 21, 81 -translations/source/hsb/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/hsb/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/hsb/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/hsb/scp2/source/ooo.po, 582, 2024, 2086, 0, 0, 0, 0, 582, 2024 -translations/source/hsb/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/hsb/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/hsb/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/hsb/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -translations/source/hsb/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/hsb/sd/messages.po, 1319, 2951, 2896, 0, 0, 0, 0, 1319, 2951 -translations/source/hsb/setup_native/source/mac.po, 23, 131, 121, 0, 0, 0, 0, 23, 131 -translations/source/hsb/sfx2/messages.po, 581, 2226, 2016, 0, 0, 0, 0, 581, 2226 -translations/source/hsb/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/hsb/starmath/messages.po, 505, 968, 1019, 0, 0, 0, 0, 505, 968 -translations/source/hsb/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/hsb/svtools/messages.po, 914, 2611, 2513, 0, 0, 0, 0, 914, 2611 -translations/source/hsb/svx/messages.po, 2846, 7224, 6927, 0, 0, 0, 0, 2846, 7224 -translations/source/hsb/sw/messages.po, 3440, 7739, 7699, 0, 0, 0, 0, 3440, 7739 -translations/source/hsb/swext/mediawiki/help.po, 89, 1404, 1216, 0, 0, 0, 0, 89, 1404 -translations/source/hsb/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -translations/source/hsb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/hsb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 141, 0, 0, 0, 0, 32, 181 -translations/source/hsb/sysui/desktop/share.po, 66, 277, 290, 0, 0, 0, 0, 66, 277 -translations/source/hsb/uui/messages.po, 157, 1554, 1367, 0, 0, 0, 0, 157, 1554 -translations/source/hsb/vcl/messages.po, 356, 737, 731, 0, 0, 0, 0, 356, 737 -translations/source/hsb/wizards/messages.po, 265, 1042, 971, 0, 0, 0, 0, 265, 1042 -translations/source/hsb/wizards/source/resources.po, 554, 2286, 1989, 0, 0, 0, 0, 554, 2286 -translations/source/hsb/writerperfect/messages.po, 30, 65, 63, 0, 0, 0, 0, 30, 65 -translations/source/hsb/xmlsecurity/messages.po, 91, 424, 393, 0, 0, 0, 0, 91, 424 -translations/source/hu/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -translations/source/hu/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -translations/source/hu/basctl/messages.po, 155, 611, 563, 0, 0, 0, 0, 155, 611 -translations/source/hu/basic/messages.po, 135, 549, 558, 0, 0, 0, 0, 135, 549 -translations/source/hu/chart2/messages.po, 620, 1368, 1176, 0, 0, 0, 0, 620, 1368 -translations/source/hu/connectivity/messages.po, 106, 1047, 847, 0, 0, 0, 0, 106, 1047 -translations/source/hu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/hu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/hu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/hu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/hu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/hu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/hu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/hu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hu/cui/messages.po, 2343, 5558, 5015, 0, 0, 0, 0, 2343, 5558 -translations/source/hu/dbaccess/messages.po, 812, 4510, 3635, 0, 0, 0, 0, 812, 4510 -translations/source/hu/desktop/messages.po, 162, 1225, 1129, 0, 0, 0, 0, 162, 1225 -translations/source/hu/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/hu/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/hu/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/hu/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hu/dictionaries/en/dialog.po, 37, 176, 156, 0, 0, 0, 0, 37, 176 -translations/source/hu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/hu/dictionaries/es.po, 1, 12, 11, 0, 0, 0, 0, 1, 12 -translations/source/hu/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/hu/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/hu/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hu/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -translations/source/hu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/hu/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/hu/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/hu/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/hu/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/hu/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/hu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/hu/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/hu/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hu/dictionaries/ru_RU/dialog.po, 14, 26, 23, 0, 0, 0, 0, 14, 26 -translations/source/hu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/hu/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/hu/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/hu/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/hu/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/hu/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/hu/editeng/messages.po, 265, 656, 631, 0, 0, 0, 0, 265, 656 -translations/source/hu/extensions/messages.po, 663, 2099, 1677, 0, 0, 0, 0, 663, 2099 -translations/source/hu/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/hu/extras/source/autocorr/emoji.po, 1575, 1817, 1621, 0, 0, 0, 0, 1575, 1817 -translations/source/hu/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/hu/filter/messages.po, 222, 818, 723, 0, 0, 0, 0, 222, 818 -translations/source/hu/filter/source/config/fragments/filters.po, 220, 732, 655, 0, 0, 0, 0, 220, 732 -translations/source/hu/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 131, 0, 0, 0, 0, 38, 139 -translations/source/hu/filter/source/config/fragments/types.po, 38, 121, 98, 0, 0, 0, 0, 38, 121 -translations/source/hu/forms/messages.po, 58, 330, 266, 0, 0, 0, 0, 58, 330 -translations/source/hu/formula/messages.po, 438, 514, 580, 0, 0, 0, 0, 438, 514 -translations/source/hu/fpicker/messages.po, 61, 163, 130, 0, 0, 0, 0, 61, 163 -translations/source/hu/framework/messages.po, 29, 210, 183, 0, 0, 0, 0, 29, 210 -translations/source/hu/helpcontent2/source/auxiliary.po, 105, 302, 284, 0, 0, 0, 0, 105, 302 -translations/source/hu/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1111, 0, 0, 0, 0, 103, 1345 -translations/source/hu/helpcontent2/source/text/sbasic/shared.po, 4219, 32884, 29210, 0, 0, 286, 2547, 4505, 35431 -translations/source/hu/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 406, 0, 0, 1, 6, 67, 465 -translations/source/hu/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1144, 0, 0, 0, 0, 198, 1482 -translations/source/hu/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 140, 0, 0, 0, 0, 47, 145 -translations/source/hu/helpcontent2/source/text/scalc.po, 187, 986, 871, 0, 0, 0, 0, 187, 986 -translations/source/hu/helpcontent2/source/text/scalc/00.po, 65, 159, 197, 0, 0, 136, 786, 201, 945 -translations/source/hu/helpcontent2/source/text/scalc/01.po, 6724, 62640, 56400, 0, 0, 771, 10515, 7495, 73155 -translations/source/hu/helpcontent2/source/text/scalc/02.po, 118, 796, 637, 0, 0, 5, 14, 123, 810 -translations/source/hu/helpcontent2/source/text/scalc/04.po, 186, 1475, 1265, 0, 0, 1, 22, 187, 1497 -translations/source/hu/helpcontent2/source/text/scalc/05.po, 92, 751, 677, 0, 0, 45, 102, 137, 853 -translations/source/hu/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/hu/helpcontent2/source/text/scalc/guide.po, 1384, 19985, 17068, 0, 0, 85, 1608, 1469, 21593 -translations/source/hu/helpcontent2/source/text/schart.po, 96, 931, 783, 0, 0, 0, 0, 96, 931 -translations/source/hu/helpcontent2/source/text/schart/00.po, 60, 347, 373, 0, 0, 0, 0, 60, 347 -translations/source/hu/helpcontent2/source/text/schart/01.po, 958, 11541, 9294, 0, 0, 14, 285, 972, 11826 -translations/source/hu/helpcontent2/source/text/schart/02.po, 25, 117, 96, 0, 0, 0, 0, 25, 117 -translations/source/hu/helpcontent2/source/text/schart/04.po, 32, 133, 106, 0, 0, 0, 0, 32, 133 -translations/source/hu/helpcontent2/source/text/sdraw.po, 123, 732, 640, 0, 0, 0, 0, 123, 732 -translations/source/hu/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/hu/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -translations/source/hu/helpcontent2/source/text/sdraw/04.po, 103, 489, 397, 0, 0, 0, 0, 103, 489 -translations/source/hu/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2651, 0, 0, 0, 0, 275, 3072 -translations/source/hu/helpcontent2/source/text/shared.po, 245, 2167, 1799, 0, 0, 5, 141, 250, 2308 -translations/source/hu/helpcontent2/source/text/shared/00.po, 886, 9323, 7838, 0, 0, 681, 6371, 1567, 15694 -translations/source/hu/helpcontent2/source/text/shared/01.po, 4459, 37358, 31131, 0, 0, 1028, 14604, 5487, 51962 -translations/source/hu/helpcontent2/source/text/shared/02.po, 1778, 19926, 15705, 0, 0, 404, 9196, 2182, 29122 -translations/source/hu/helpcontent2/source/text/shared/04.po, 238, 983, 846, 0, 0, 75, 1088, 313, 2071 -translations/source/hu/helpcontent2/source/text/shared/05.po, 110, 1129, 963, 0, 0, 86, 1211, 196, 2340 -translations/source/hu/helpcontent2/source/text/shared/06.po, 2, 5, 4, 0, 0, 1, 2, 3, 7 -translations/source/hu/helpcontent2/source/text/shared/07.po, 7, 82, 69, 0, 0, 0, 0, 7, 82 -translations/source/hu/helpcontent2/source/text/shared/autokorr.po, 48, 420, 331, 0, 0, 0, 0, 48, 420 -translations/source/hu/helpcontent2/source/text/shared/autopi.po, 758, 6585, 5164, 0, 0, 129, 1809, 887, 8394 -translations/source/hu/helpcontent2/source/text/shared/explorer/database.po, 1519, 15579, 12529, 0, 0, 122, 3278, 1641, 18857 -translations/source/hu/helpcontent2/source/text/shared/guide.po, 2148, 30401, 25776, 0, 0, 368, 6042, 2516, 36443 -translations/source/hu/helpcontent2/source/text/shared/help.po, 59, 90, 89, 0, 0, 19, 27, 78, 117 -translations/source/hu/helpcontent2/source/text/shared/menu.po, 16, 120, 107, 0, 0, 0, 0, 16, 120 -translations/source/hu/helpcontent2/source/text/shared/optionen.po, 1715, 19101, 16188, 0, 0, 219, 4250, 1934, 23351 -translations/source/hu/helpcontent2/source/text/simpress.po, 199, 1395, 1164, 0, 0, 0, 0, 199, 1395 -translations/source/hu/helpcontent2/source/text/simpress/00.po, 157, 878, 1030, 0, 0, 6, 24, 163, 902 -translations/source/hu/helpcontent2/source/text/simpress/01.po, 935, 7278, 6001, 0, 0, 111, 1236, 1046, 8514 -translations/source/hu/helpcontent2/source/text/simpress/02.po, 659, 6480, 5276, 0, 0, 1, 29, 660, 6509 -translations/source/hu/helpcontent2/source/text/simpress/04.po, 200, 1002, 846, 0, 0, 39, 136, 239, 1138 -translations/source/hu/helpcontent2/source/text/simpress/guide.po, 612, 8087, 6914, 0, 0, 155, 2195, 767, 10282 -translations/source/hu/helpcontent2/source/text/smath.po, 60, 739, 599, 0, 0, 0, 0, 60, 739 -translations/source/hu/helpcontent2/source/text/smath/00.po, 66, 355, 453, 0, 0, 0, 0, 66, 355 -translations/source/hu/helpcontent2/source/text/smath/01.po, 1503, 12929, 11227, 0, 0, 48, 930, 1551, 13859 -translations/source/hu/helpcontent2/source/text/smath/02.po, 6, 97, 81, 0, 0, 0, 0, 6, 97 -translations/source/hu/helpcontent2/source/text/smath/04.po, 26, 135, 108, 0, 0, 0, 0, 26, 135 -translations/source/hu/helpcontent2/source/text/smath/06.po, 9, 21, 19, 0, 0, 0, 0, 9, 21 -translations/source/hu/helpcontent2/source/text/smath/guide.po, 104, 1193, 1063, 0, 0, 0, 0, 104, 1193 -translations/source/hu/helpcontent2/source/text/swriter.po, 306, 2560, 2211, 0, 0, 30, 386, 336, 2946 -translations/source/hu/helpcontent2/source/text/swriter/00.po, 299, 1787, 2173, 0, 0, 11, 31, 310, 1818 -translations/source/hu/helpcontent2/source/text/swriter/01.po, 2922, 28146, 23309, 0, 0, 424, 5647, 3346, 33793 -translations/source/hu/helpcontent2/source/text/swriter/02.po, 426, 3050, 2621, 0, 0, 0, 0, 426, 3050 -translations/source/hu/helpcontent2/source/text/swriter/04.po, 254, 1276, 1110, 0, 0, 0, 0, 254, 1276 -translations/source/hu/helpcontent2/source/text/swriter/guide.po, 1971, 24822, 21378, 0, 0, 173, 3115, 2144, 27937 -translations/source/hu/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2830, 0, 0, 0, 0, 326, 3019 -translations/source/hu/helpcontent2/source/text/swriter/menu.po, 17, 96, 79, 0, 0, 0, 0, 17, 96 -translations/source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4069, 0, 0, 0, 0, 557, 4354 -translations/source/hu/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -translations/source/hu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 590, 0, 0, 0, 0, 49, 693 -translations/source/hu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -translations/source/hu/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -translations/source/hu/officecfg/registry/data/org/openoffice.po, 9, 28, 21, 0, 0, 0, 0, 9, 28 -translations/source/hu/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1732, 0, 0, 0, 0, 1308, 1841 -translations/source/hu/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6756, 0, 0, 0, 0, 3677, 7722 -translations/source/hu/readlicense_oo/docs.po, 103, 2403, 1988, 0, 0, 0, 0, 103, 2403 -translations/source/hu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 11, 0, 0, 0, 0, 6, 20 -translations/source/hu/reportdesign/messages.po, 258, 617, 522, 0, 0, 0, 0, 258, 617 -translations/source/hu/sc/messages.po, 4686, 20260, 16281, 0, 0, 0, 0, 4686, 20260 -translations/source/hu/scaddins/messages.po, 901, 3188, 2837, 0, 0, 0, 0, 901, 3188 -translations/source/hu/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -translations/source/hu/scp2/source/activex.po, 2, 16, 20, 0, 0, 0, 0, 2, 16 -translations/source/hu/scp2/source/base.po, 10, 44, 36, 0, 0, 0, 0, 10, 44 -translations/source/hu/scp2/source/calc.po, 22, 94, 81, 0, 0, 0, 0, 22, 94 -translations/source/hu/scp2/source/draw.po, 41, 149, 131, 0, 0, 0, 0, 41, 149 -translations/source/hu/scp2/source/extensions.po, 16, 65, 52, 0, 0, 0, 0, 16, 65 -translations/source/hu/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -translations/source/hu/scp2/source/graphicfilter.po, 30, 101, 85, 0, 0, 0, 0, 30, 101 -translations/source/hu/scp2/source/impress.po, 21, 81, 67, 0, 0, 0, 0, 21, 81 -translations/source/hu/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/hu/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -translations/source/hu/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -translations/source/hu/scp2/source/ooo.po, 582, 2024, 2344, 0, 0, 0, 0, 582, 2024 -translations/source/hu/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/hu/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -translations/source/hu/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/hu/scp2/source/writer.po, 27, 114, 84, 0, 0, 0, 0, 27, 114 -translations/source/hu/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/hu/sd/messages.po, 1319, 2951, 2620, 0, 0, 0, 0, 1319, 2951 -translations/source/hu/setup_native/source/mac.po, 23, 131, 125, 0, 0, 0, 0, 23, 131 -translations/source/hu/sfx2/messages.po, 581, 2226, 1914, 0, 0, 0, 0, 581, 2226 -translations/source/hu/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -translations/source/hu/starmath/messages.po, 505, 968, 917, 0, 0, 0, 0, 505, 968 -translations/source/hu/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/hu/svtools/messages.po, 914, 2611, 2386, 0, 0, 0, 0, 914, 2611 -translations/source/hu/svx/messages.po, 2846, 7224, 6513, 0, 0, 0, 0, 2846, 7224 -translations/source/hu/sw/messages.po, 3441, 7740, 6865, 0, 0, 0, 0, 3441, 7740 -translations/source/hu/swext/mediawiki/help.po, 89, 1404, 1213, 0, 0, 0, 0, 89, 1404 -translations/source/hu/swext/mediawiki/src.po, 2, 39, 30, 0, 0, 0, 0, 2, 39 -translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/hu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 138, 0, 0, 0, 0, 32, 181 -translations/source/hu/sysui/desktop/share.po, 66, 277, 202, 0, 0, 0, 0, 66, 277 -translations/source/hu/uui/messages.po, 157, 1554, 1406, 0, 0, 0, 0, 157, 1554 -translations/source/hu/vcl/messages.po, 356, 737, 678, 0, 0, 0, 0, 356, 737 -translations/source/hu/wizards/messages.po, 265, 1042, 857, 0, 0, 0, 0, 265, 1042 -translations/source/hu/wizards/source/resources.po, 554, 2286, 1828, 0, 0, 0, 0, 554, 2286 -translations/source/hu/writerperfect/messages.po, 30, 65, 61, 0, 0, 0, 0, 30, 65 -translations/source/hu/xmlsecurity/messages.po, 91, 424, 383, 0, 0, 0, 0, 91, 424 -translations/source/id/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -translations/source/id/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -translations/source/id/basctl/messages.po, 155, 611, 577, 0, 0, 0, 0, 155, 611 -translations/source/id/basic/messages.po, 135, 549, 572, 0, 0, 0, 0, 135, 549 -translations/source/id/chart2/messages.po, 620, 1368, 1393, 0, 0, 0, 0, 620, 1368 -translations/source/id/connectivity/messages.po, 106, 1047, 881, 0, 0, 0, 0, 106, 1047 -translations/source/id/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/id/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/id/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/id/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/id/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/id/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/id/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/id/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/id/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/id/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/id/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/id/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/id/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/id/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/id/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/id/cui/messages.po, 2343, 5558, 5618, 0, 0, 0, 0, 2343, 5558 -translations/source/id/dbaccess/messages.po, 812, 4510, 4071, 0, 0, 0, 0, 812, 4510 -translations/source/id/desktop/messages.po, 162, 1225, 1107, 0, 0, 0, 0, 162, 1225 -translations/source/id/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/id/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/id/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/id/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/id/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -translations/source/id/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/id/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -translations/source/id/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/id/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/id/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/id/dictionaries/hu_HU/dialog.po, 32, 71, 76, 0, 0, 0, 0, 32, 71 -translations/source/id/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/id/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/id/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/id/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/id/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/pt_BR.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/id/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/id/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/id/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/id/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/id/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -translations/source/id/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/id/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/id/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/id/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/te_IN.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/id/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/id/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/id/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/id/editeng/messages.po, 265, 656, 740, 0, 0, 0, 0, 265, 656 -translations/source/id/extensions/messages.po, 663, 2099, 1961, 0, 0, 0, 0, 663, 2099 -translations/source/id/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/id/extras/source/autocorr/emoji.po, 1575, 1817, 1989, 0, 0, 0, 0, 1575, 1817 -translations/source/id/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/id/filter/messages.po, 222, 818, 818, 0, 0, 0, 0, 222, 818 -translations/source/id/filter/source/config/fragments/filters.po, 220, 732, 753, 0, 0, 0, 0, 220, 732 -translations/source/id/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 147, 0, 0, 0, 0, 38, 139 -translations/source/id/filter/source/config/fragments/types.po, 38, 121, 127, 0, 0, 0, 0, 38, 121 -translations/source/id/forms/messages.po, 58, 330, 269, 0, 0, 0, 0, 58, 330 -translations/source/id/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -translations/source/id/fpicker/messages.po, 61, 163, 148, 0, 0, 0, 0, 61, 163 -translations/source/id/framework/messages.po, 29, 210, 200, 0, 0, 0, 0, 29, 210 -translations/source/id/helpcontent2/source/auxiliary.po, 105, 302, 311, 0, 0, 0, 0, 105, 302 -translations/source/id/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1216, 0, 0, 0, 0, 103, 1345 -translations/source/id/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31079, 0, 0, 0, 0, 4505, 35431 -translations/source/id/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 418, 0, 0, 0, 0, 67, 465 -translations/source/id/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1368, 0, 0, 0, 0, 198, 1482 -translations/source/id/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 124, 0, 0, 0, 0, 47, 145 -translations/source/id/helpcontent2/source/text/scalc.po, 187, 986, 972, 0, 0, 0, 0, 187, 986 -translations/source/id/helpcontent2/source/text/scalc/00.po, 201, 945, 999, 0, 0, 0, 0, 201, 945 -translations/source/id/helpcontent2/source/text/scalc/01.po, 7495, 73155, 62402, 0, 0, 0, 0, 7495, 73155 -translations/source/id/helpcontent2/source/text/scalc/02.po, 123, 810, 759, 0, 0, 0, 0, 123, 810 -translations/source/id/helpcontent2/source/text/scalc/04.po, 187, 1497, 1429, 0, 0, 0, 0, 187, 1497 -translations/source/id/helpcontent2/source/text/scalc/05.po, 137, 853, 814, 0, 0, 0, 0, 137, 853 -translations/source/id/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/id/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 18983, 0, 0, 0, 0, 1469, 21593 -translations/source/id/helpcontent2/source/text/schart.po, 96, 931, 809, 0, 0, 0, 0, 96, 931 -translations/source/id/helpcontent2/source/text/schart/00.po, 60, 347, 340, 0, 0, 0, 0, 60, 347 -translations/source/id/helpcontent2/source/text/schart/01.po, 972, 11826, 10464, 0, 0, 0, 0, 972, 11826 -translations/source/id/helpcontent2/source/text/schart/02.po, 25, 117, 105, 0, 0, 0, 0, 25, 117 -translations/source/id/helpcontent2/source/text/schart/04.po, 32, 133, 130, 0, 0, 0, 0, 32, 133 -translations/source/id/helpcontent2/source/text/sdraw.po, 123, 732, 695, 0, 0, 0, 0, 123, 732 -translations/source/id/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/id/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -translations/source/id/helpcontent2/source/text/sdraw/04.po, 103, 489, 455, 0, 0, 0, 0, 103, 489 -translations/source/id/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2811, 0, 0, 0, 0, 275, 3072 -translations/source/id/helpcontent2/source/text/shared.po, 250, 2308, 2133, 0, 0, 0, 0, 250, 2308 -translations/source/id/helpcontent2/source/text/shared/00.po, 1567, 15694, 14474, 0, 0, 0, 0, 1567, 15694 -translations/source/id/helpcontent2/source/text/shared/01.po, 5487, 51962, 45140, 0, 0, 0, 0, 5487, 51962 -translations/source/id/helpcontent2/source/text/shared/02.po, 2182, 29122, 24586, 0, 0, 0, 0, 2182, 29122 -translations/source/id/helpcontent2/source/text/shared/04.po, 313, 2071, 1867, 0, 0, 0, 0, 313, 2071 -translations/source/id/helpcontent2/source/text/shared/05.po, 196, 2340, 2090, 0, 0, 0, 0, 196, 2340 -translations/source/id/helpcontent2/source/text/shared/06.po, 3, 7, 8, 0, 0, 0, 0, 3, 7 -translations/source/id/helpcontent2/source/text/shared/07.po, 7, 82, 67, 0, 0, 0, 0, 7, 82 -translations/source/id/helpcontent2/source/text/shared/autokorr.po, 48, 420, 367, 0, 0, 0, 0, 48, 420 -translations/source/id/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7249, 0, 0, 0, 0, 887, 8394 -translations/source/id/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 16694, 0, 0, 0, 0, 1641, 18857 -translations/source/id/helpcontent2/source/text/shared/guide.po, 2516, 36443, 32350, 0, 0, 0, 0, 2516, 36443 -translations/source/id/helpcontent2/source/text/shared/help.po, 78, 117, 116, 0, 0, 0, 0, 78, 117 -translations/source/id/helpcontent2/source/text/shared/menu.po, 16, 120, 128, 0, 0, 0, 0, 16, 120 -translations/source/id/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 20898, 0, 0, 0, 0, 1934, 23351 -translations/source/id/helpcontent2/source/text/simpress.po, 199, 1395, 1230, 0, 0, 0, 0, 199, 1395 -translations/source/id/helpcontent2/source/text/simpress/00.po, 163, 902, 870, 0, 0, 0, 0, 163, 902 -translations/source/id/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7550, 0, 0, 0, 0, 1046, 8514 -translations/source/id/helpcontent2/source/text/simpress/02.po, 660, 6509, 5779, 0, 0, 0, 0, 660, 6509 -translations/source/id/helpcontent2/source/text/simpress/04.po, 239, 1138, 1065, 0, 0, 0, 0, 239, 1138 -translations/source/id/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9206, 0, 0, 0, 0, 767, 10282 -translations/source/id/helpcontent2/source/text/smath.po, 60, 739, 680, 0, 0, 0, 0, 60, 739 -translations/source/id/helpcontent2/source/text/smath/00.po, 66, 355, 341, 0, 0, 0, 0, 66, 355 -translations/source/id/helpcontent2/source/text/smath/01.po, 1551, 13859, 12832, 0, 0, 0, 0, 1551, 13859 -translations/source/id/helpcontent2/source/text/smath/02.po, 6, 97, 80, 0, 0, 0, 0, 6, 97 -translations/source/id/helpcontent2/source/text/smath/04.po, 26, 135, 119, 0, 0, 0, 0, 26, 135 -translations/source/id/helpcontent2/source/text/smath/06.po, 9, 21, 23, 0, 0, 0, 0, 9, 21 -translations/source/id/helpcontent2/source/text/smath/guide.po, 104, 1193, 1111, 0, 0, 0, 0, 104, 1193 -translations/source/id/helpcontent2/source/text/swriter.po, 336, 2946, 2738, 0, 0, 0, 0, 336, 2946 -translations/source/id/helpcontent2/source/text/swriter/00.po, 310, 1818, 1820, 0, 0, 0, 0, 310, 1818 -translations/source/id/helpcontent2/source/text/swriter/01.po, 3346, 33793, 29064, 0, 0, 0, 0, 3346, 33793 -translations/source/id/helpcontent2/source/text/swriter/02.po, 426, 3050, 2646, 0, 0, 0, 0, 426, 3050 -translations/source/id/helpcontent2/source/text/swriter/04.po, 254, 1276, 1180, 0, 0, 0, 0, 254, 1276 -translations/source/id/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 24598, 0, 0, 0, 0, 2144, 27937 -translations/source/id/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2932, 0, 0, 0, 0, 326, 3019 -translations/source/id/helpcontent2/source/text/swriter/menu.po, 17, 96, 105, 0, 0, 0, 0, 17, 96 -translations/source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4078, 0, 0, 0, 0, 557, 4354 -translations/source/id/librelogo/source/pythonpath.po, 138, 173, 178, 0, 0, 0, 0, 138, 173 -translations/source/id/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 609, 0, 0, 0, 0, 49, 693 -translations/source/id/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 21, 0, 0, 0, 0, 2, 21 -translations/source/id/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -translations/source/id/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/id/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1832, 0, 0, 0, 0, 1308, 1841 -translations/source/id/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8154, 0, 0, 0, 0, 3677, 7722 -translations/source/id/readlicense_oo/docs.po, 103, 2403, 2210, 0, 0, 0, 0, 103, 2403 -translations/source/id/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/id/reportdesign/messages.po, 258, 617, 589, 0, 0, 0, 0, 258, 617 -translations/source/id/sc/messages.po, 4686, 20260, 17159, 0, 0, 0, 0, 4686, 20260 -translations/source/id/scaddins/messages.po, 901, 3188, 2663, 0, 0, 0, 0, 901, 3188 -translations/source/id/sccomp/messages.po, 14, 65, 58, 0, 0, 0, 0, 14, 65 -translations/source/id/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/id/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -translations/source/id/scp2/source/calc.po, 22, 94, 101, 0, 0, 0, 0, 22, 94 -translations/source/id/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -translations/source/id/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -translations/source/id/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/id/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -translations/source/id/scp2/source/impress.po, 21, 81, 74, 0, 0, 0, 0, 21, 81 -translations/source/id/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/id/scp2/source/math.po, 10, 42, 35, 0, 0, 0, 0, 10, 42 -translations/source/id/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/id/scp2/source/ooo.po, 582, 2024, 2257, 0, 0, 0, 0, 582, 2024 -translations/source/id/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/id/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/id/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/id/scp2/source/writer.po, 27, 114, 113, 0, 0, 0, 0, 27, 114 -translations/source/id/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/id/sd/messages.po, 1319, 2951, 2925, 0, 0, 0, 0, 1319, 2951 -translations/source/id/setup_native/source/mac.po, 23, 131, 124, 0, 0, 0, 0, 23, 131 -translations/source/id/sfx2/messages.po, 581, 2226, 2093, 0, 0, 0, 0, 581, 2226 -translations/source/id/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/id/starmath/messages.po, 505, 968, 1032, 0, 0, 0, 0, 505, 968 -translations/source/id/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/id/svtools/messages.po, 914, 2611, 2551, 0, 0, 0, 0, 914, 2611 -translations/source/id/svx/messages.po, 2846, 7224, 7077, 0, 0, 0, 0, 2846, 7224 -translations/source/id/sw/messages.po, 3440, 7739, 7753, 0, 0, 0, 0, 3440, 7739 -translations/source/id/swext/mediawiki/help.po, 89, 1404, 1273, 0, 0, 0, 0, 89, 1404 -translations/source/id/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/id/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -translations/source/id/sysui/desktop/share.po, 66, 277, 279, 0, 0, 0, 0, 66, 277 -translations/source/id/uui/messages.po, 157, 1554, 1404, 0, 0, 0, 0, 157, 1554 -translations/source/id/vcl/messages.po, 356, 737, 747, 0, 0, 0, 0, 356, 737 -translations/source/id/wizards/messages.po, 265, 1042, 962, 0, 0, 0, 0, 265, 1042 -translations/source/id/wizards/source/resources.po, 554, 2286, 2010, 0, 0, 0, 0, 554, 2286 -translations/source/id/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -translations/source/id/xmlsecurity/messages.po, 91, 424, 414, 0, 0, 0, 0, 91, 424 -translations/source/is/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/is/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/is/basctl/messages.po, 155, 611, 610, 0, 0, 0, 0, 155, 611 -translations/source/is/basic/messages.po, 135, 549, 578, 0, 0, 0, 0, 135, 549 -translations/source/is/chart2/messages.po, 620, 1368, 1175, 0, 0, 0, 0, 620, 1368 -translations/source/is/connectivity/messages.po, 106, 1047, 940, 0, 0, 0, 0, 106, 1047 -translations/source/is/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/is/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/is/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/is/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/is/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/is/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/is/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/is/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/is/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/is/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/is/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/is/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/is/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/is/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/is/cui/messages.po, 2343, 5558, 5409, 0, 0, 0, 0, 2343, 5558 -translations/source/is/dbaccess/messages.po, 812, 4510, 4164, 0, 0, 0, 0, 812, 4510 -translations/source/is/desktop/messages.po, 162, 1225, 1271, 0, 0, 0, 0, 162, 1225 -translations/source/is/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/is/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/is/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/is/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/is/dictionaries/en/dialog.po, 37, 176, 170, 0, 0, 0, 0, 37, 176 -translations/source/is/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/is/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/is/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -translations/source/is/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/is/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/hu_HU.po, 1, 9, 5, 0, 0, 0, 0, 1, 9 -translations/source/is/dictionaries/hu_HU/dialog.po, 32, 71, 77, 0, 0, 0, 0, 32, 71 -translations/source/is/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/is/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/is/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/is/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/is/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/pt_BR.po, 1, 9, 5, 0, 0, 0, 0, 1, 9 -translations/source/is/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/is/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/is/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/is/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/ru_RU.po, 1, 9, 5, 0, 0, 0, 0, 1, 9 -translations/source/is/dictionaries/ru_RU/dialog.po, 14, 26, 29, 0, 0, 0, 0, 14, 26 -translations/source/is/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/is/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/is/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/is/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/is/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/is/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/is/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/is/editeng/messages.po, 265, 656, 656, 0, 0, 0, 0, 265, 656 -translations/source/is/extensions/messages.po, 663, 2099, 1934, 0, 0, 0, 0, 663, 2099 -translations/source/is/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/is/extras/source/autocorr/emoji.po, 1572, 1814, 1729, 0, 0, 3, 3, 1575, 1817 -translations/source/is/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -translations/source/is/filter/messages.po, 222, 818, 806, 0, 0, 0, 0, 222, 818 -translations/source/is/filter/source/config/fragments/filters.po, 220, 732, 708, 0, 0, 0, 0, 220, 732 -translations/source/is/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -translations/source/is/filter/source/config/fragments/types.po, 38, 121, 117, 0, 0, 0, 0, 38, 121 -translations/source/is/forms/messages.po, 58, 330, 322, 0, 0, 0, 0, 58, 330 -translations/source/is/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -translations/source/is/fpicker/messages.po, 61, 163, 154, 0, 0, 0, 0, 61, 163 -translations/source/is/framework/messages.po, 29, 210, 194, 0, 0, 0, 0, 29, 210 -translations/source/is/helpcontent2/source/auxiliary.po, 105, 302, 292, 0, 0, 0, 0, 105, 302 -translations/source/is/helpcontent2/source/text/sbasic/guide.po, 15, 89, 88, 0, 0, 88, 1256, 103, 1345 -translations/source/is/helpcontent2/source/text/sbasic/shared.po, 1863, 4727, 4669, 4, 13, 2638, 30691, 4505, 35431 -translations/source/is/helpcontent2/source/text/sbasic/shared/01.po, 27, 39, 43, 0, 0, 40, 426, 67, 465 -translations/source/is/helpcontent2/source/text/sbasic/shared/02.po, 123, 196, 180, 0, 0, 75, 1286, 198, 1482 -translations/source/is/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/is/helpcontent2/source/text/scalc.po, 187, 986, 884, 0, 0, 0, 0, 187, 986 -translations/source/is/helpcontent2/source/text/scalc/00.po, 46, 73, 75, 0, 0, 155, 872, 201, 945 -translations/source/is/helpcontent2/source/text/scalc/01.po, 2290, 4098, 3835, 58, 407, 5147, 68650, 7495, 73155 -translations/source/is/helpcontent2/source/text/scalc/02.po, 74, 170, 158, 0, 0, 49, 640, 123, 810 -translations/source/is/helpcontent2/source/text/scalc/04.po, 85, 187, 157, 0, 0, 102, 1310, 187, 1497 -translations/source/is/helpcontent2/source/text/scalc/05.po, 30, 37, 35, 0, 0, 107, 816, 137, 853 -translations/source/is/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/is/helpcontent2/source/text/scalc/guide.po, 185, 468, 464, 0, 0, 1284, 21125, 1469, 21593 -translations/source/is/helpcontent2/source/text/schart.po, 96, 931, 774, 0, 0, 0, 0, 96, 931 -translations/source/is/helpcontent2/source/text/schart/00.po, 38, 169, 164, 0, 0, 22, 178, 60, 347 -translations/source/is/helpcontent2/source/text/schart/01.po, 305, 516, 460, 0, 0, 667, 11310, 972, 11826 -translations/source/is/helpcontent2/source/text/schart/02.po, 25, 117, 102, 0, 0, 0, 0, 25, 117 -translations/source/is/helpcontent2/source/text/schart/04.po, 32, 133, 110, 0, 0, 0, 0, 32, 133 -translations/source/is/helpcontent2/source/text/sdraw.po, 123, 732, 721, 0, 0, 0, 0, 123, 732 -translations/source/is/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/is/helpcontent2/source/text/sdraw/01.po, 3, 12, 16, 0, 0, 0, 0, 3, 12 -translations/source/is/helpcontent2/source/text/sdraw/04.po, 103, 489, 443, 0, 0, 0, 0, 103, 489 -translations/source/is/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2957, 0, 0, 0, 0, 275, 3072 -translations/source/is/helpcontent2/source/text/shared.po, 245, 2167, 1937, 0, 0, 5, 141, 250, 2308 -translations/source/is/helpcontent2/source/text/shared/00.po, 513, 1357, 1315, 0, 0, 1054, 14337, 1567, 15694 -translations/source/is/helpcontent2/source/text/shared/01.po, 2104, 4378, 4216, 1, 2, 3382, 47582, 5487, 51962 -translations/source/is/helpcontent2/source/text/shared/02.po, 899, 1632, 1507, 0, 0, 1283, 27490, 2182, 29122 -translations/source/is/helpcontent2/source/text/shared/04.po, 156, 319, 267, 0, 0, 157, 1752, 313, 2071 -translations/source/is/helpcontent2/source/text/shared/05.po, 91, 829, 765, 0, 0, 105, 1511, 196, 2340 -translations/source/is/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/is/helpcontent2/source/text/shared/07.po, 4, 29, 23, 0, 0, 3, 53, 7, 82 -translations/source/is/helpcontent2/source/text/shared/autokorr.po, 48, 420, 402, 0, 0, 0, 0, 48, 420 -translations/source/is/helpcontent2/source/text/shared/autopi.po, 338, 975, 897, 0, 0, 549, 7419, 887, 8394 -translations/source/is/helpcontent2/source/text/shared/explorer/database.po, 630, 1525, 1379, 0, 0, 1011, 17332, 1641, 18857 -translations/source/is/helpcontent2/source/text/shared/guide.po, 319, 1090, 1052, 0, 0, 2197, 35353, 2516, 36443 -translations/source/is/helpcontent2/source/text/shared/help.po, 66, 83, 91, 0, 0, 12, 34, 78, 117 -translations/source/is/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/is/helpcontent2/source/text/shared/optionen.po, 728, 1593, 1487, 0, 0, 1206, 21758, 1934, 23351 -translations/source/is/helpcontent2/source/text/simpress.po, 199, 1395, 1278, 0, 0, 0, 0, 199, 1395 -translations/source/is/helpcontent2/source/text/simpress/00.po, 132, 526, 457, 0, 0, 31, 376, 163, 902 -translations/source/is/helpcontent2/source/text/simpress/01.po, 491, 959, 912, 0, 0, 555, 7555, 1046, 8514 -translations/source/is/helpcontent2/source/text/simpress/02.po, 486, 1504, 1411, 0, 0, 174, 5005, 660, 6509 -translations/source/is/helpcontent2/source/text/simpress/04.po, 239, 1138, 1046, 0, 0, 0, 0, 239, 1138 -translations/source/is/helpcontent2/source/text/simpress/guide.po, 77, 287, 295, 0, 0, 690, 9995, 767, 10282 -translations/source/is/helpcontent2/source/text/smath.po, 59, 722, 690, 0, 0, 1, 17, 60, 739 -translations/source/is/helpcontent2/source/text/smath/00.po, 20, 34, 35, 0, 0, 46, 321, 66, 355 -translations/source/is/helpcontent2/source/text/smath/01.po, 444, 852, 837, 0, 0, 1107, 13007, 1551, 13859 -translations/source/is/helpcontent2/source/text/smath/02.po, 5, 74, 58, 0, 0, 1, 23, 6, 97 -translations/source/is/helpcontent2/source/text/smath/04.po, 18, 56, 47, 0, 0, 8, 79, 26, 135 -translations/source/is/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/is/helpcontent2/source/text/smath/guide.po, 17, 65, 65, 0, 0, 87, 1128, 104, 1193 -translations/source/is/helpcontent2/source/text/swriter.po, 274, 1744, 1569, 0, 0, 62, 1202, 336, 2946 -translations/source/is/helpcontent2/source/text/swriter/00.po, 84, 183, 180, 0, 0, 226, 1635, 310, 1818 -translations/source/is/helpcontent2/source/text/swriter/01.po, 1339, 2364, 2310, 0, 0, 2007, 31429, 3346, 33793 -translations/source/is/helpcontent2/source/text/swriter/02.po, 247, 439, 469, 0, 0, 179, 2611, 426, 3050 -translations/source/is/helpcontent2/source/text/swriter/04.po, 204, 561, 491, 0, 0, 50, 715, 254, 1276 -translations/source/is/helpcontent2/source/text/swriter/guide.po, 307, 897, 939, 0, 0, 1837, 27040, 2144, 27937 -translations/source/is/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 41, 1, 1, 286, 2978, 326, 3019 -translations/source/is/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4513, 0, 0, 0, 0, 557, 4354 -translations/source/is/librelogo/source/pythonpath.po, 138, 173, 175, 0, 0, 0, 0, 138, 173 -translations/source/is/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 9, 24, 26, 0, 0, 40, 669, 49, 693 -translations/source/is/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 1, 4, 5, 0, 0, 1, 17, 2, 21 -translations/source/is/nlpsolver/src/locale.po, 17, 18, 19, 0, 0, 24, 87, 41, 105 -translations/source/is/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -translations/source/is/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1809, 0, 0, 0, 0, 1308, 1841 -translations/source/is/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7527, 0, 0, 0, 0, 3677, 7722 -translations/source/is/readlicense_oo/docs.po, 103, 2403, 2447, 0, 0, 0, 0, 103, 2403 -translations/source/is/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/is/reportdesign/messages.po, 258, 617, 618, 0, 0, 0, 0, 258, 617 -translations/source/is/sc/messages.po, 4500, 18294, 15294, 2, 30, 184, 1936, 4686, 20260 -translations/source/is/scaddins/messages.po, 825, 2708, 2229, 2, 2, 74, 478, 901, 3188 -translations/source/is/sccomp/messages.po, 14, 65, 73, 0, 0, 0, 0, 14, 65 -translations/source/is/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -translations/source/is/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -translations/source/is/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -translations/source/is/scp2/source/draw.po, 41, 149, 151, 0, 0, 0, 0, 41, 149 -translations/source/is/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -translations/source/is/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/is/scp2/source/graphicfilter.po, 30, 101, 83, 0, 0, 0, 0, 30, 101 -translations/source/is/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -translations/source/is/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/is/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/is/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/is/scp2/source/ooo.po, 582, 2024, 2151, 0, 0, 0, 0, 582, 2024 -translations/source/is/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/is/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/is/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/is/scp2/source/writer.po, 27, 114, 110, 0, 0, 0, 0, 27, 114 -translations/source/is/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/is/sd/messages.po, 1319, 2951, 2821, 0, 0, 0, 0, 1319, 2951 -translations/source/is/setup_native/source/mac.po, 23, 131, 123, 0, 0, 0, 0, 23, 131 -translations/source/is/sfx2/messages.po, 581, 2226, 2220, 0, 0, 0, 0, 581, 2226 -translations/source/is/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -translations/source/is/starmath/messages.po, 454, 790, 755, 6, 18, 45, 160, 505, 968 -translations/source/is/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/is/svtools/messages.po, 914, 2611, 2547, 0, 0, 0, 0, 914, 2611 -translations/source/is/svx/messages.po, 2846, 7224, 6626, 0, 0, 0, 0, 2846, 7224 -translations/source/is/sw/messages.po, 3441, 7740, 7546, 0, 0, 0, 0, 3441, 7740 -translations/source/is/swext/mediawiki/help.po, 89, 1404, 1344, 0, 0, 0, 0, 89, 1404 -translations/source/is/swext/mediawiki/src.po, 2, 39, 42, 0, 0, 0, 0, 2, 39 -translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/is/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 161, 0, 0, 0, 0, 32, 181 -translations/source/is/sysui/desktop/share.po, 66, 277, 291, 0, 0, 0, 0, 66, 277 -translations/source/is/uui/messages.po, 157, 1554, 1552, 0, 0, 0, 0, 157, 1554 -translations/source/is/vcl/messages.po, 308, 604, 608, 0, 0, 48, 133, 356, 737 -translations/source/is/wizards/messages.po, 265, 1042, 995, 0, 0, 0, 0, 265, 1042 -translations/source/is/wizards/source/resources.po, 554, 2286, 2089, 0, 0, 0, 0, 554, 2286 -translations/source/is/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -translations/source/is/xmlsecurity/messages.po, 91, 424, 425, 0, 0, 0, 0, 91, 424 -translations/source/it/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -translations/source/it/avmedia/messages.po, 22, 45, 51, 0, 0, 0, 0, 22, 45 -translations/source/it/basctl/messages.po, 155, 611, 651, 0, 0, 0, 0, 155, 611 -translations/source/it/basic/messages.po, 135, 549, 598, 0, 0, 0, 0, 135, 549 -translations/source/it/chart2/messages.po, 620, 1368, 1560, 0, 0, 0, 0, 620, 1368 -translations/source/it/connectivity/messages.po, 106, 1047, 1030, 0, 0, 0, 0, 106, 1047 -translations/source/it/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/it/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/it/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/it/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/it/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/it/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/it/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/it/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/it/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/it/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/it/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/it/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/it/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/it/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/it/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/it/cui/messages.po, 2343, 5558, 6078, 0, 0, 0, 0, 2343, 5558 -translations/source/it/dbaccess/messages.po, 812, 4510, 4656, 0, 0, 0, 0, 812, 4510 -translations/source/it/desktop/messages.po, 162, 1225, 1275, 0, 0, 0, 0, 162, 1225 -translations/source/it/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/it/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/it/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/it/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/it/dictionaries/en/dialog.po, 37, 176, 213, 0, 0, 0, 0, 37, 176 -translations/source/it/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/it/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -translations/source/it/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/it/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/it/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/it/dictionaries/hu_HU/dialog.po, 32, 71, 82, 0, 0, 0, 0, 32, 71 -translations/source/it/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/it/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/it/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/it/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/it/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/it/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/it/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/it/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/it/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/it/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -translations/source/it/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/it/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/it/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/it/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/it/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/it/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/it/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/it/editeng/messages.po, 265, 656, 720, 0, 0, 0, 0, 265, 656 -translations/source/it/extensions/messages.po, 663, 2099, 2181, 0, 0, 0, 0, 663, 2099 -translations/source/it/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/it/extras/source/autocorr/emoji.po, 1575, 1817, 1924, 0, 0, 0, 0, 1575, 1817 -translations/source/it/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/it/filter/messages.po, 222, 818, 866, 0, 0, 0, 0, 222, 818 -translations/source/it/filter/source/config/fragments/filters.po, 220, 732, 807, 0, 0, 0, 0, 220, 732 -translations/source/it/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -translations/source/it/filter/source/config/fragments/types.po, 38, 121, 136, 0, 0, 0, 0, 38, 121 -translations/source/it/forms/messages.po, 58, 330, 362, 0, 0, 0, 0, 58, 330 -translations/source/it/formula/messages.po, 438, 514, 690, 0, 0, 0, 0, 438, 514 -translations/source/it/fpicker/messages.po, 61, 163, 167, 0, 0, 0, 0, 61, 163 -translations/source/it/framework/messages.po, 29, 210, 228, 0, 0, 0, 0, 29, 210 -translations/source/it/helpcontent2/source/auxiliary.po, 105, 302, 355, 0, 0, 0, 0, 105, 302 -translations/source/it/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1678, 0, 0, 0, 0, 103, 1345 -translations/source/it/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 36333, 0, 0, 0, 0, 4505, 35431 -translations/source/it/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 493, 0, 0, 0, 0, 67, 465 -translations/source/it/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1655, 0, 0, 0, 0, 198, 1482 -translations/source/it/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 152, 0, 0, 0, 0, 47, 145 -translations/source/it/helpcontent2/source/text/scalc.po, 187, 986, 1141, 0, 0, 0, 0, 187, 986 -translations/source/it/helpcontent2/source/text/scalc/00.po, 201, 945, 1061, 0, 0, 0, 0, 201, 945 -translations/source/it/helpcontent2/source/text/scalc/01.po, 7495, 73155, 77045, 0, 0, 0, 0, 7495, 73155 -translations/source/it/helpcontent2/source/text/scalc/02.po, 123, 810, 827, 0, 0, 0, 0, 123, 810 -translations/source/it/helpcontent2/source/text/scalc/04.po, 187, 1497, 1515, 0, 0, 0, 0, 187, 1497 -translations/source/it/helpcontent2/source/text/scalc/05.po, 137, 853, 975, 0, 0, 0, 0, 137, 853 -translations/source/it/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/it/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 21827, 0, 0, 0, 0, 1469, 21593 -translations/source/it/helpcontent2/source/text/schart.po, 96, 931, 1052, 0, 0, 0, 0, 96, 931 -translations/source/it/helpcontent2/source/text/schart/00.po, 60, 347, 400, 0, 0, 0, 0, 60, 347 -translations/source/it/helpcontent2/source/text/schart/01.po, 972, 11826, 12350, 0, 0, 0, 0, 972, 11826 -translations/source/it/helpcontent2/source/text/schart/02.po, 25, 117, 117, 0, 0, 0, 0, 25, 117 -translations/source/it/helpcontent2/source/text/schart/04.po, 32, 133, 168, 0, 0, 0, 0, 32, 133 -translations/source/it/helpcontent2/source/text/sdraw.po, 123, 732, 860, 0, 0, 0, 0, 123, 732 -translations/source/it/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/it/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/it/helpcontent2/source/text/sdraw/04.po, 103, 489, 536, 0, 0, 0, 0, 103, 489 -translations/source/it/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3244, 0, 0, 0, 0, 275, 3072 -translations/source/it/helpcontent2/source/text/shared.po, 250, 2308, 2422, 0, 0, 0, 0, 250, 2308 -translations/source/it/helpcontent2/source/text/shared/00.po, 1567, 15694, 17205, 0, 0, 0, 0, 1567, 15694 -translations/source/it/helpcontent2/source/text/shared/01.po, 5487, 51962, 52836, 0, 0, 0, 0, 5487, 51962 -translations/source/it/helpcontent2/source/text/shared/02.po, 2182, 29122, 30282, 0, 0, 0, 0, 2182, 29122 -translations/source/it/helpcontent2/source/text/shared/04.po, 313, 2071, 2260, 0, 0, 0, 0, 313, 2071 -translations/source/it/helpcontent2/source/text/shared/05.po, 196, 2340, 2506, 0, 0, 0, 0, 196, 2340 -translations/source/it/helpcontent2/source/text/shared/06.po, 3, 7, 10, 0, 0, 0, 0, 3, 7 -translations/source/it/helpcontent2/source/text/shared/07.po, 7, 82, 78, 0, 0, 0, 0, 7, 82 -translations/source/it/helpcontent2/source/text/shared/autokorr.po, 48, 420, 437, 0, 0, 0, 0, 48, 420 -translations/source/it/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8905, 0, 0, 0, 0, 887, 8394 -translations/source/it/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 19409, 0, 0, 0, 0, 1641, 18857 -translations/source/it/helpcontent2/source/text/shared/guide.po, 2516, 36443, 38681, 0, 0, 0, 0, 2516, 36443 -translations/source/it/helpcontent2/source/text/shared/help.po, 78, 117, 122, 0, 0, 0, 0, 78, 117 -translations/source/it/helpcontent2/source/text/shared/menu.po, 16, 120, 142, 0, 0, 0, 0, 16, 120 -translations/source/it/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 25019, 0, 0, 0, 0, 1934, 23351 -translations/source/it/helpcontent2/source/text/simpress.po, 199, 1395, 1577, 0, 0, 0, 0, 199, 1395 -translations/source/it/helpcontent2/source/text/simpress/00.po, 163, 902, 954, 0, 0, 0, 0, 163, 902 -translations/source/it/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8559, 0, 0, 0, 0, 1046, 8514 -translations/source/it/helpcontent2/source/text/simpress/02.po, 660, 6509, 7129, 0, 0, 0, 0, 660, 6509 -translations/source/it/helpcontent2/source/text/simpress/04.po, 239, 1138, 1164, 0, 0, 0, 0, 239, 1138 -translations/source/it/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10476, 0, 0, 0, 0, 767, 10282 -translations/source/it/helpcontent2/source/text/smath.po, 60, 739, 796, 0, 0, 0, 0, 60, 739 -translations/source/it/helpcontent2/source/text/smath/00.po, 66, 355, 360, 0, 0, 0, 0, 66, 355 -translations/source/it/helpcontent2/source/text/smath/01.po, 1551, 13859, 14072, 0, 0, 0, 0, 1551, 13859 -translations/source/it/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -translations/source/it/helpcontent2/source/text/smath/04.po, 26, 135, 151, 0, 0, 0, 0, 26, 135 -translations/source/it/helpcontent2/source/text/smath/06.po, 9, 21, 37, 0, 0, 0, 0, 9, 21 -translations/source/it/helpcontent2/source/text/smath/guide.po, 104, 1193, 1205, 0, 0, 0, 0, 104, 1193 -translations/source/it/helpcontent2/source/text/swriter.po, 336, 2946, 3293, 0, 0, 0, 0, 336, 2946 -translations/source/it/helpcontent2/source/text/swriter/00.po, 310, 1818, 2117, 0, 0, 0, 0, 310, 1818 -translations/source/it/helpcontent2/source/text/swriter/01.po, 3346, 33793, 35492, 0, 0, 0, 0, 3346, 33793 -translations/source/it/helpcontent2/source/text/swriter/02.po, 426, 3050, 3202, 0, 0, 0, 0, 426, 3050 -translations/source/it/helpcontent2/source/text/swriter/04.po, 254, 1276, 1318, 0, 0, 0, 0, 254, 1276 -translations/source/it/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 29261, 0, 0, 0, 0, 2144, 27937 -translations/source/it/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3245, 0, 0, 0, 0, 326, 3019 -translations/source/it/helpcontent2/source/text/swriter/menu.po, 17, 96, 148, 0, 0, 0, 0, 17, 96 -translations/source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4917, 0, 0, 0, 0, 557, 4354 -translations/source/it/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -translations/source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 676, 0, 0, 0, 0, 49, 693 -translations/source/it/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -translations/source/it/nlpsolver/src/locale.po, 41, 105, 125, 0, 0, 0, 0, 41, 105 -translations/source/it/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/it/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1883, 0, 0, 0, 0, 1308, 1841 -translations/source/it/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9171, 0, 0, 0, 0, 3677, 7722 -translations/source/it/readlicense_oo/docs.po, 103, 2403, 2448, 0, 0, 0, 0, 103, 2403 -translations/source/it/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 22, 0, 0, 0, 0, 6, 20 -translations/source/it/reportdesign/messages.po, 258, 617, 716, 0, 0, 0, 0, 258, 617 -translations/source/it/sc/messages.po, 4686, 20260, 20378, 0, 0, 0, 0, 4686, 20260 -translations/source/it/scaddins/messages.po, 901, 3188, 3679, 0, 0, 0, 0, 901, 3188 -translations/source/it/sccomp/messages.po, 14, 65, 77, 0, 0, 0, 0, 14, 65 -translations/source/it/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -translations/source/it/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -translations/source/it/scp2/source/calc.po, 22, 94, 120, 0, 0, 0, 0, 22, 94 -translations/source/it/scp2/source/draw.po, 41, 149, 154, 0, 0, 0, 0, 41, 149 -translations/source/it/scp2/source/extensions.po, 16, 65, 76, 0, 0, 0, 0, 16, 65 -translations/source/it/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/it/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -translations/source/it/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -translations/source/it/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/it/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/it/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/it/scp2/source/ooo.po, 582, 2024, 2680, 0, 0, 0, 0, 582, 2024 -translations/source/it/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/it/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/it/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/it/scp2/source/writer.po, 27, 114, 125, 0, 0, 0, 0, 27, 114 -translations/source/it/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/it/sd/messages.po, 1319, 2951, 3144, 0, 0, 0, 0, 1319, 2951 -translations/source/it/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -translations/source/it/sfx2/messages.po, 581, 2226, 2311, 0, 0, 0, 0, 581, 2226 -translations/source/it/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -translations/source/it/starmath/messages.po, 505, 968, 1028, 0, 0, 0, 0, 505, 968 -translations/source/it/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/it/svtools/messages.po, 914, 2611, 2710, 0, 0, 0, 0, 914, 2611 -translations/source/it/svx/messages.po, 2846, 7224, 7700, 0, 0, 0, 0, 2846, 7224 -translations/source/it/sw/messages.po, 3441, 7740, 8739, 0, 0, 0, 0, 3441, 7740 -translations/source/it/swext/mediawiki/help.po, 89, 1404, 1457, 0, 0, 0, 0, 89, 1404 -translations/source/it/swext/mediawiki/src.po, 2, 39, 41, 0, 0, 0, 0, 2, 39 -translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/it/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 162, 0, 0, 0, 0, 32, 181 -translations/source/it/sysui/desktop/share.po, 66, 277, 329, 0, 0, 0, 0, 66, 277 -translations/source/it/uui/messages.po, 157, 1554, 1596, 0, 0, 0, 0, 157, 1554 -translations/source/it/vcl/messages.po, 356, 737, 778, 0, 0, 0, 0, 356, 737 -translations/source/it/wizards/messages.po, 265, 1042, 1107, 0, 0, 0, 0, 265, 1042 -translations/source/it/wizards/source/resources.po, 554, 2286, 2342, 0, 0, 0, 0, 554, 2286 -translations/source/it/writerperfect/messages.po, 30, 65, 70, 0, 0, 0, 0, 30, 65 -translations/source/it/xmlsecurity/messages.po, 91, 424, 457, 0, 0, 0, 0, 91, 424 -translations/source/ja/accessibility/messages.po, 11, 27, 13, 0, 0, 0, 0, 11, 27 -translations/source/ja/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -translations/source/ja/basctl/messages.po, 155, 611, 194, 0, 0, 0, 0, 155, 611 -translations/source/ja/basic/messages.po, 135, 549, 193, 0, 0, 0, 0, 135, 549 -translations/source/ja/chart2/messages.po, 620, 1368, 721, 0, 0, 0, 0, 620, 1368 -translations/source/ja/connectivity/messages.po, 106, 1047, 234, 0, 0, 0, 0, 106, 1047 -translations/source/ja/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ja/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ja/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ja/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ja/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 2, 0, 0, 0, 0, 2, 4 -translations/source/ja/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ja/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/ja/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ja/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ja/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ja/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ja/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ja/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ja/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ja/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ja/cui/messages.po, 2313, 5495, 2554, 0, 0, 30, 63, 2343, 5558 -translations/source/ja/dbaccess/messages.po, 812, 4510, 1190, 0, 0, 0, 0, 812, 4510 -translations/source/ja/desktop/messages.po, 162, 1225, 312, 0, 0, 0, 0, 162, 1225 -translations/source/ja/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/ar.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/ja/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/bg_BG.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/bo.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/ca.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/cs_CZ.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -translations/source/ja/dictionaries/da_DK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/de.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -translations/source/ja/dictionaries/el_GR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/en.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/ja/dictionaries/en/dialog.po, 37, 176, 63, 0, 0, 0, 0, 37, 176 -translations/source/ja/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/ja/dictionaries/es.po, 1, 12, 1, 0, 0, 0, 0, 1, 12 -translations/source/ja/dictionaries/et_EE.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/fr_FR.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/gd_GB.po, 1, 4, 1, 0, 0, 0, 0, 1, 4 -translations/source/ja/dictionaries/gl.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/gug.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/ja/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/hu_HU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/ja/dictionaries/hu_HU/dialog.po, 32, 71, 32, 0, 0, 0, 0, 32, 71 -translations/source/ja/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/ja/dictionaries/id.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/is.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/it_IT.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/ja/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/lt_LT.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/lv_LV.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/ne_NP.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/ja/dictionaries/nl_NL.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/no.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -translations/source/ja/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/pl_PL.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/pt_BR.po, 1, 9, 2, 0, 0, 0, 0, 1, 9 -translations/source/ja/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/ja/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/ja/dictionaries/pt_PT.po, 1, 8, 3, 0, 0, 0, 0, 1, 8 -translations/source/ja/dictionaries/ro.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/ru_RU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/ja/dictionaries/ru_RU/dialog.po, 13, 25, 13, 0, 0, 1, 1, 14, 26 -translations/source/ja/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/ja/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/sk_SK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/sl_SI.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/sq_AL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/sr.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -translations/source/ja/dictionaries/sv_SE.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/ja/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/te_IN.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/ja/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/tr_TR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/uk_UA.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/ja/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/editeng/messages.po, 265, 656, 324, 0, 0, 0, 0, 265, 656 -translations/source/ja/extensions/messages.po, 663, 2099, 810, 0, 0, 0, 0, 663, 2099 -translations/source/ja/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/ja/extras/source/autocorr/emoji.po, 1575, 1817, 1817, 0, 0, 0, 0, 1575, 1817 -translations/source/ja/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -translations/source/ja/filter/messages.po, 222, 818, 317, 0, 0, 0, 0, 222, 818 -translations/source/ja/filter/source/config/fragments/filters.po, 220, 732, 673, 0, 0, 0, 0, 220, 732 -translations/source/ja/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 135, 0, 0, 0, 0, 38, 139 -translations/source/ja/filter/source/config/fragments/types.po, 38, 121, 114, 0, 0, 0, 0, 38, 121 -translations/source/ja/forms/messages.po, 58, 330, 79, 0, 0, 0, 0, 58, 330 -translations/source/ja/formula/messages.po, 438, 514, 508, 0, 0, 0, 0, 438, 514 -translations/source/ja/fpicker/messages.po, 61, 163, 73, 0, 0, 0, 0, 61, 163 -translations/source/ja/framework/messages.po, 29, 210, 40, 0, 0, 0, 0, 29, 210 -translations/source/ja/helpcontent2/source/auxiliary.po, 98, 282, 109, 0, 0, 7, 20, 105, 302 -translations/source/ja/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 193, 0, 0, 14, 160, 103, 1345 -translations/source/ja/helpcontent2/source/text/sbasic/shared.po, 3544, 29440, 9715, 0, 0, 961, 5991, 4505, 35431 -translations/source/ja/helpcontent2/source/text/sbasic/shared/01.po, 61, 398, 89, 0, 0, 6, 67, 67, 465 -translations/source/ja/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 273, 0, 0, 0, 0, 198, 1482 -translations/source/ja/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ja/helpcontent2/source/text/scalc.po, 181, 944, 231, 0, 0, 6, 42, 187, 986 -translations/source/ja/helpcontent2/source/text/scalc/00.po, 64, 156, 131, 0, 0, 137, 789, 201, 945 -translations/source/ja/helpcontent2/source/text/scalc/01.po, 5933, 51214, 15246, 0, 0, 1562, 21941, 7495, 73155 -translations/source/ja/helpcontent2/source/text/scalc/02.po, 119, 797, 205, 0, 0, 4, 13, 123, 810 -translations/source/ja/helpcontent2/source/text/scalc/04.po, 181, 1428, 410, 0, 0, 6, 69, 187, 1497 -translations/source/ja/helpcontent2/source/text/scalc/05.po, 90, 715, 205, 0, 0, 47, 138, 137, 853 -translations/source/ja/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ja/helpcontent2/source/text/scalc/guide.po, 1355, 19373, 4088, 0, 0, 114, 2220, 1469, 21593 -translations/source/ja/helpcontent2/source/text/schart.po, 88, 796, 131, 0, 0, 8, 135, 96, 931 -translations/source/ja/helpcontent2/source/text/schart/00.po, 50, 314, 233, 0, 0, 10, 33, 60, 347 -translations/source/ja/helpcontent2/source/text/schart/01.po, 854, 10032, 1693, 0, 0, 118, 1794, 972, 11826 -translations/source/ja/helpcontent2/source/text/schart/02.po, 25, 117, 28, 0, 0, 0, 0, 25, 117 -translations/source/ja/helpcontent2/source/text/schart/04.po, 32, 133, 40, 0, 0, 0, 0, 32, 133 -translations/source/ja/helpcontent2/source/text/sdraw.po, 123, 732, 180, 0, 0, 0, 0, 123, 732 -translations/source/ja/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -translations/source/ja/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -translations/source/ja/helpcontent2/source/text/sdraw/04.po, 103, 489, 187, 0, 0, 0, 0, 103, 489 -translations/source/ja/helpcontent2/source/text/sdraw/guide.po, 263, 2845, 619, 0, 0, 12, 227, 275, 3072 -translations/source/ja/helpcontent2/source/text/shared.po, 218, 1962, 387, 0, 0, 32, 346, 250, 2308 -translations/source/ja/helpcontent2/source/text/shared/00.po, 796, 7003, 1743, 0, 0, 771, 8691, 1567, 15694 -translations/source/ja/helpcontent2/source/text/shared/01.po, 3756, 29714, 5894, 0, 0, 1731, 22248, 5487, 51962 -translations/source/ja/helpcontent2/source/text/shared/02.po, 1712, 19353, 2978, 0, 0, 470, 9769, 2182, 29122 -translations/source/ja/helpcontent2/source/text/shared/04.po, 235, 965, 368, 0, 0, 78, 1106, 313, 2071 -translations/source/ja/helpcontent2/source/text/shared/05.po, 108, 1121, 190, 0, 0, 88, 1219, 196, 2340 -translations/source/ja/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ja/helpcontent2/source/text/shared/07.po, 4, 29, 10, 0, 0, 3, 53, 7, 82 -translations/source/ja/helpcontent2/source/text/shared/autokorr.po, 47, 403, 58, 0, 0, 1, 17, 48, 420 -translations/source/ja/helpcontent2/source/text/shared/autopi.po, 753, 6508, 1446, 0, 0, 134, 1886, 887, 8394 -translations/source/ja/helpcontent2/source/text/shared/explorer/database.po, 1460, 14346, 2951, 0, 0, 181, 4511, 1641, 18857 -translations/source/ja/helpcontent2/source/text/shared/guide.po, 2070, 28698, 5785, 0, 0, 446, 7745, 2516, 36443 -translations/source/ja/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ja/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ja/helpcontent2/source/text/shared/optionen.po, 1293, 11760, 2663, 0, 0, 641, 11591, 1934, 23351 -translations/source/ja/helpcontent2/source/text/simpress.po, 197, 1363, 285, 0, 0, 2, 32, 199, 1395 -translations/source/ja/helpcontent2/source/text/simpress/00.po, 154, 873, 521, 0, 0, 9, 29, 163, 902 -translations/source/ja/helpcontent2/source/text/simpress/01.po, 867, 6546, 1356, 0, 0, 179, 1968, 1046, 8514 -translations/source/ja/helpcontent2/source/text/simpress/02.po, 652, 6439, 1057, 0, 0, 8, 70, 660, 6509 -translations/source/ja/helpcontent2/source/text/simpress/04.po, 189, 928, 314, 0, 0, 50, 210, 239, 1138 -translations/source/ja/helpcontent2/source/text/simpress/guide.po, 601, 7917, 1663, 0, 0, 166, 2365, 767, 10282 -translations/source/ja/helpcontent2/source/text/smath.po, 57, 613, 111, 0, 0, 3, 126, 60, 739 -translations/source/ja/helpcontent2/source/text/smath/00.po, 54, 228, 124, 0, 0, 12, 127, 66, 355 -translations/source/ja/helpcontent2/source/text/smath/01.po, 1070, 11386, 3146, 0, 0, 481, 2473, 1551, 13859 -translations/source/ja/helpcontent2/source/text/smath/02.po, 6, 97, 15, 0, 0, 0, 0, 6, 97 -translations/source/ja/helpcontent2/source/text/smath/04.po, 25, 130, 35, 0, 0, 1, 5, 26, 135 -translations/source/ja/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ja/helpcontent2/source/text/smath/guide.po, 96, 1031, 295, 0, 0, 8, 162, 104, 1193 -translations/source/ja/helpcontent2/source/text/swriter.po, 221, 1436, 315, 0, 0, 115, 1510, 336, 2946 -translations/source/ja/helpcontent2/source/text/swriter/00.po, 213, 1050, 817, 0, 0, 97, 768, 310, 1818 -translations/source/ja/helpcontent2/source/text/swriter/01.po, 2700, 25200, 4435, 0, 0, 646, 8593, 3346, 33793 -translations/source/ja/helpcontent2/source/text/swriter/02.po, 373, 2443, 710, 0, 0, 53, 607, 426, 3050 -translations/source/ja/helpcontent2/source/text/swriter/04.po, 247, 1225, 485, 0, 0, 7, 51, 254, 1276 -translations/source/ja/helpcontent2/source/text/swriter/guide.po, 1908, 23471, 4499, 0, 0, 236, 4466, 2144, 27937 -translations/source/ja/helpcontent2/source/text/swriter/librelogo.po, 299, 2534, 1365, 0, 0, 27, 485, 326, 3019 -translations/source/ja/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 1232, 0, 0, 0, 0, 557, 4354 -translations/source/ja/librelogo/source/pythonpath.po, 138, 173, 143, 0, 0, 0, 0, 138, 173 -translations/source/ja/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 93, 0, 0, 0, 0, 49, 693 -translations/source/ja/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 4, 0, 0, 0, 0, 2, 21 -translations/source/ja/nlpsolver/src/locale.po, 41, 105, 56, 0, 0, 0, 0, 41, 105 -translations/source/ja/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -translations/source/ja/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1645, 0, 0, 0, 0, 1308, 1841 -translations/source/ja/officecfg/registry/data/org/openoffice/Office/UI.po, 3649, 7617, 3891, 0, 0, 28, 105, 3677, 7722 -translations/source/ja/readlicense_oo/docs.po, 102, 2343, 442, 0, 0, 1, 60, 103, 2403 -translations/source/ja/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -translations/source/ja/reportdesign/messages.po, 258, 617, 280, 0, 0, 0, 0, 258, 617 -translations/source/ja/sc/messages.po, 4534, 19717, 5426, 4, 34, 148, 509, 4686, 20260 -translations/source/ja/scaddins/messages.po, 900, 3185, 1026, 0, 0, 1, 3, 901, 3188 -translations/source/ja/sccomp/messages.po, 13, 56, 21, 0, 0, 1, 9, 14, 65 -translations/source/ja/scp2/source/activex.po, 2, 16, 8, 0, 0, 0, 0, 2, 16 -translations/source/ja/scp2/source/base.po, 10, 44, 23, 0, 0, 0, 0, 10, 44 -translations/source/ja/scp2/source/calc.po, 22, 94, 60, 0, 0, 0, 0, 22, 94 -translations/source/ja/scp2/source/draw.po, 41, 149, 138, 0, 0, 0, 0, 41, 149 -translations/source/ja/scp2/source/extensions.po, 16, 65, 27, 0, 0, 0, 0, 16, 65 -translations/source/ja/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/ja/scp2/source/graphicfilter.po, 30, 101, 73, 0, 0, 0, 0, 30, 101 -translations/source/ja/scp2/source/impress.po, 21, 81, 58, 0, 0, 0, 0, 21, 81 -translations/source/ja/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/ja/scp2/source/math.po, 10, 42, 23, 0, 0, 0, 0, 10, 42 -translations/source/ja/scp2/source/onlineupdate.po, 2, 13, 3, 0, 0, 0, 0, 2, 13 -translations/source/ja/scp2/source/ooo.po, 582, 2024, 866, 0, 0, 0, 0, 582, 2024 -translations/source/ja/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/ja/scp2/source/quickstart.po, 2, 15, 4, 0, 0, 0, 0, 2, 15 -translations/source/ja/scp2/source/winexplorerext.po, 2, 18, 9, 0, 0, 0, 0, 2, 18 -translations/source/ja/scp2/source/writer.po, 27, 114, 71, 0, 0, 0, 0, 27, 114 -translations/source/ja/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/ja/sd/messages.po, 1226, 2824, 1357, 1, 1, 92, 126, 1319, 2951 -translations/source/ja/setup_native/source/mac.po, 23, 131, 46, 0, 0, 0, 0, 23, 131 -translations/source/ja/sfx2/messages.po, 552, 1985, 703, 0, 0, 29, 241, 581, 2226 -translations/source/ja/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/ja/starmath/messages.po, 505, 968, 522, 0, 0, 0, 0, 505, 968 -translations/source/ja/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ja/svtools/messages.po, 874, 2506, 1436, 0, 0, 40, 105, 914, 2611 -translations/source/ja/svx/messages.po, 2660, 6769, 3409, 0, 0, 186, 455, 2846, 7224 -translations/source/ja/sw/messages.po, 3354, 7424, 3860, 0, 0, 87, 316, 3441, 7740 -translations/source/ja/swext/mediawiki/help.po, 75, 1191, 221, 0, 0, 14, 213, 89, 1404 -translations/source/ja/swext/mediawiki/src.po, 2, 39, 4, 0, 0, 0, 0, 2, 39 -translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ja/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 56, 0, 0, 0, 0, 32, 181 -translations/source/ja/sysui/desktop/share.po, 66, 277, 172, 0, 0, 0, 0, 66, 277 -translations/source/ja/uui/messages.po, 156, 1523, 357, 0, 0, 1, 31, 157, 1554 -translations/source/ja/vcl/messages.po, 277, 552, 326, 0, 0, 79, 185, 356, 737 -translations/source/ja/wizards/messages.po, 265, 1042, 287, 0, 0, 0, 0, 265, 1042 -translations/source/ja/wizards/source/resources.po, 554, 2286, 703, 0, 0, 0, 0, 554, 2286 -translations/source/ja/writerperfect/messages.po, 30, 65, 47, 0, 0, 0, 0, 30, 65 -translations/source/ja/xmlsecurity/messages.po, 88, 418, 119, 0, 0, 3, 6, 91, 424 -translations/source/jv/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -translations/source/jv/avmedia/messages.po, 19, 42, 39, 2, 2, 1, 1, 22, 45 -translations/source/jv/basctl/messages.po, 106, 354, 324, 17, 28, 32, 229, 155, 611 -translations/source/jv/basic/messages.po, 2, 6, 7, 39, 129, 94, 414, 135, 549 -translations/source/jv/chart2/messages.po, 14, 16, 16, 60, 60, 546, 1292, 620, 1368 -translations/source/jv/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/jv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/jv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/jv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/jv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/jv/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/jv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/jv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/jv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/jv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/jv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/jv/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/jv/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/jv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/jv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/jv/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/jv/cui/messages.po, 124, 176, 177, 351, 432, 1868, 4950, 2343, 5558 -translations/source/jv/dbaccess/messages.po, 23, 30, 28, 39, 41, 750, 4439, 812, 4510 -translations/source/jv/desktop/messages.po, 5, 5, 5, 10, 15, 147, 1205, 162, 1225 -translations/source/jv/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/jv/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/jv/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/jv/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/jv/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/jv/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -translations/source/jv/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -translations/source/jv/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/jv/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/jv/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/jv/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/jv/dictionaries/hu_HU/dialog.po, 32, 71, 85, 0, 0, 0, 0, 32, 71 -translations/source/jv/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -translations/source/jv/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/jv/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/jv/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/jv/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/jv/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/jv/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/jv/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/jv/dictionaries/pt_BR/dialog.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -translations/source/jv/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -translations/source/jv/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/jv/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/jv/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -translations/source/jv/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -translations/source/jv/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/jv/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/jv/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/jv/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/jv/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/jv/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/jv/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/jv/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/jv/editeng/messages.po, 6, 6, 6, 24, 25, 235, 625, 265, 656 -translations/source/jv/extensions/messages.po, 21, 25, 25, 94, 102, 548, 1972, 663, 2099 -translations/source/jv/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/jv/extras/source/autocorr/emoji.po, 0, 0, 0, 90, 71, 1485, 1746, 1575, 1817 -translations/source/jv/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -translations/source/jv/filter/messages.po, 4, 4, 4, 26, 27, 192, 787, 222, 818 -translations/source/jv/filter/source/config/fragments/filters.po, 1, 1, 1, 1, 2, 218, 729, 220, 732 -translations/source/jv/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/jv/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -translations/source/jv/forms/messages.po, 0, 0, 0, 6, 6, 52, 324, 58, 330 -translations/source/jv/formula/messages.po, 3, 3, 3, 12, 12, 423, 499, 438, 514 -translations/source/jv/fpicker/messages.po, 4, 5, 5, 11, 13, 46, 145, 61, 163 -translations/source/jv/framework/messages.po, 1, 1, 1, 1, 1, 27, 208, 29, 210 -translations/source/jv/instsetoo_native/inc_openoffice/windows/msi_languages.po, 31, 31, 31, 5, 5, 521, 4318, 557, 4354 -translations/source/jv/librelogo/source/pythonpath.po, 1, 3, 4, 31, 33, 106, 137, 138, 173 -translations/source/jv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/jv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/jv/nlpsolver/src/locale.po, 2, 2, 2, 1, 1, 38, 102, 41, 105 -translations/source/jv/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/jv/officecfg/registry/data/org/openoffice/Office.po, 42, 47, 48, 65, 65, 1201, 1729, 1308, 1841 -translations/source/jv/officecfg/registry/data/org/openoffice/Office/UI.po, 93, 105, 112, 338, 363, 3246, 7254, 3677, 7722 -translations/source/jv/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/jv/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/jv/reportdesign/messages.po, 9, 13, 14, 46, 57, 203, 547, 258, 617 -translations/source/jv/sc/messages.po, 261, 273, 293, 455, 500, 3970, 19487, 4686, 20260 -translations/source/jv/scaddins/messages.po, 8, 8, 8, 30, 30, 863, 3150, 901, 3188 -translations/source/jv/sccomp/messages.po, 11, 47, 40, 1, 4, 2, 14, 14, 65 -translations/source/jv/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/jv/scp2/source/base.po, 0, 0, 0, 2, 5, 8, 39, 10, 44 -translations/source/jv/scp2/source/calc.po, 2, 2, 3, 3, 6, 17, 86, 22, 94 -translations/source/jv/scp2/source/draw.po, 0, 0, 0, 4, 7, 37, 142, 41, 149 -translations/source/jv/scp2/source/extensions.po, 0, 0, 0, 1, 1, 15, 64, 16, 65 -translations/source/jv/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/jv/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/jv/scp2/source/impress.po, 0, 0, 0, 3, 4, 18, 77, 21, 81 -translations/source/jv/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/jv/scp2/source/math.po, 0, 0, 0, 3, 6, 7, 36, 10, 42 -translations/source/jv/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/jv/scp2/source/ooo.po, 42, 228, 273, 12, 56, 528, 1740, 582, 2024 -translations/source/jv/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/jv/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/jv/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/jv/scp2/source/writer.po, 0, 0, 0, 1, 1, 26, 113, 27, 114 -translations/source/jv/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/jv/sd/messages.po, 48, 53, 55, 159, 170, 1112, 2728, 1319, 2951 -translations/source/jv/setup_native/source/mac.po, 13, 72, 67, 0, 0, 10, 59, 23, 131 -translations/source/jv/sfx2/messages.po, 31, 33, 35, 94, 102, 456, 2091, 581, 2226 -translations/source/jv/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 0, 0, 1, 1, 37, 45 -translations/source/jv/starmath/messages.po, 8, 8, 8, 46, 50, 451, 910, 505, 968 -translations/source/jv/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/jv/svtools/messages.po, 20, 22, 25, 53, 72, 841, 2517, 914, 2611 -translations/source/jv/svx/messages.po, 67, 71, 72, 213, 221, 2566, 6932, 2846, 7224 -translations/source/jv/sw/messages.po, 176, 185, 194, 556, 604, 2709, 6951, 3441, 7740 -translations/source/jv/swext/mediawiki/help.po, 2, 2, 2, 4, 4, 83, 1398, 89, 1404 -translations/source/jv/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/jv/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/jv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 3, 3, 3, 3, 3, 26, 175, 32, 181 -translations/source/jv/sysui/desktop/share.po, 1, 1, 2, 2, 2, 63, 274, 66, 277 -translations/source/jv/uui/messages.po, 3, 3, 4, 3, 5, 151, 1546, 157, 1554 -translations/source/jv/vcl/messages.po, 18, 18, 18, 42, 43, 296, 676, 356, 737 -translations/source/jv/wizards/messages.po, 6, 6, 6, 20, 20, 239, 1016, 265, 1042 -translations/source/jv/wizards/source/resources.po, 10, 10, 10, 38, 46, 506, 2230, 554, 2286 -translations/source/jv/writerperfect/messages.po, 0, 0, 0, 2, 2, 28, 63, 30, 65 -translations/source/jv/xmlsecurity/messages.po, 5, 5, 5, 3, 3, 83, 416, 91, 424 -translations/source/ka/accessibility/messages.po, 9, 15, 15, 0, 0, 2, 12, 11, 27 -translations/source/ka/avmedia/messages.po, 16, 26, 22, 1, 1, 5, 18, 22, 45 -translations/source/ka/basctl/messages.po, 112, 425, 345, 24, 36, 19, 150, 155, 611 -translations/source/ka/basic/messages.po, 11, 23, 18, 117, 498, 7, 28, 135, 549 -translations/source/ka/chart2/messages.po, 197, 301, 309, 147, 245, 276, 822, 620, 1368 -translations/source/ka/connectivity/messages.po, 8, 56, 26, 0, 0, 98, 991, 106, 1047 -translations/source/ka/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ka/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ka/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ka/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/ka/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ka/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ka/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ka/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ka/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ka/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ka/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ka/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ka/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ka/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ka/cui/messages.po, 894, 1832, 1651, 624, 1061, 825, 2665, 2343, 5558 -translations/source/ka/dbaccess/messages.po, 379, 2211, 1665, 211, 960, 222, 1339, 812, 4510 -translations/source/ka/desktop/messages.po, 62, 295, 234, 13, 75, 87, 855, 162, 1225 -translations/source/ka/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ka/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ka/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ka/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ka/dictionaries/en/dialog.po, 3, 4, 4, 0, 0, 34, 172, 37, 176 -translations/source/ka/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ka/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ka/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ka/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ka/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ka/dictionaries/hu_HU/dialog.po, 6, 7, 8, 0, 0, 26, 64, 32, 71 -translations/source/ka/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ka/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ka/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ka/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ka/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ka/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ka/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ka/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ka/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ka/dictionaries/ru_RU/dialog.po, 3, 4, 4, 0, 0, 11, 22, 14, 26 -translations/source/ka/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/ka/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ka/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ka/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ka/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ka/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/editeng/messages.po, 116, 218, 201, 21, 26, 128, 412, 265, 656 -translations/source/ka/extensions/messages.po, 359, 773, 700, 180, 698, 124, 628, 663, 2099 -translations/source/ka/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ka/extras/source/autocorr/emoji.po, 42, 42, 42, 195, 184, 1338, 1591, 1575, 1817 -translations/source/ka/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/ka/filter/messages.po, 62, 220, 180, 31, 51, 129, 547, 222, 818 -translations/source/ka/filter/source/config/fragments/filters.po, 19, 55, 54, 10, 27, 191, 650, 220, 732 -translations/source/ka/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ka/filter/source/config/fragments/types.po, 6, 24, 21, 3, 10, 29, 87, 38, 121 -translations/source/ka/forms/messages.po, 50, 293, 200, 2, 3, 6, 34, 58, 330 -translations/source/ka/formula/messages.po, 44, 44, 44, 20, 21, 368, 443, 432, 508 -translations/source/ka/fpicker/messages.po, 31, 88, 76, 15, 34, 15, 41, 61, 163 -translations/source/ka/framework/messages.po, 11, 71, 52, 6, 14, 12, 125, 29, 210 -translations/source/ka/helpcontent2/source/auxiliary.po, 6, 6, 6, 0, 0, 99, 296, 105, 302 -translations/source/ka/helpcontent2/source/text/sbasic/guide.po, 34, 281, 207, 0, 0, 69, 1064, 103, 1345 -translations/source/ka/helpcontent2/source/text/sbasic/shared.po, 1335, 5661, 4508, 0, 0, 3170, 29770, 4505, 35431 -translations/source/ka/helpcontent2/source/text/sbasic/shared/01.po, 39, 208, 167, 0, 0, 28, 257, 67, 465 -translations/source/ka/helpcontent2/source/text/sbasic/shared/02.po, 142, 851, 617, 0, 0, 56, 631, 198, 1482 -translations/source/ka/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ka/helpcontent2/source/text/scalc.po, 146, 583, 513, 0, 0, 41, 403, 187, 986 -translations/source/ka/helpcontent2/source/text/scalc/00.po, 60, 129, 126, 0, 0, 141, 816, 201, 945 -translations/source/ka/helpcontent2/source/text/scalc/01.po, 3482, 19046, 13441, 0, 0, 4013, 54109, 7495, 73155 -translations/source/ka/helpcontent2/source/text/scalc/02.po, 110, 715, 524, 0, 0, 13, 95, 123, 810 -translations/source/ka/helpcontent2/source/text/scalc/04.po, 163, 1184, 895, 0, 0, 24, 313, 187, 1497 -translations/source/ka/helpcontent2/source/text/scalc/05.po, 71, 453, 341, 0, 0, 66, 400, 137, 853 -translations/source/ka/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ka/helpcontent2/source/text/scalc/guide.po, 83, 285, 207, 0, 0, 1386, 21308, 1469, 21593 -translations/source/ka/helpcontent2/source/text/schart.po, 11, 90, 68, 0, 0, 85, 841, 96, 931 -translations/source/ka/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -translations/source/ka/helpcontent2/source/text/schart/01.po, 196, 618, 507, 0, 0, 776, 11208, 972, 11826 -translations/source/ka/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -translations/source/ka/helpcontent2/source/text/schart/04.po, 27, 101, 75, 0, 0, 5, 32, 32, 133 -translations/source/ka/helpcontent2/source/text/sdraw.po, 110, 653, 502, 0, 0, 13, 79, 123, 732 -translations/source/ka/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/ka/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -translations/source/ka/helpcontent2/source/text/sdraw/04.po, 88, 327, 261, 0, 0, 15, 162, 103, 489 -translations/source/ka/helpcontent2/source/text/sdraw/guide.po, 66, 359, 284, 0, 0, 209, 2713, 275, 3072 -translations/source/ka/helpcontent2/source/text/shared.po, 177, 1476, 1119, 0, 0, 73, 832, 250, 2308 -translations/source/ka/helpcontent2/source/text/shared/00.po, 414, 933, 794, 0, 0, 1153, 14761, 1567, 15694 -translations/source/ka/helpcontent2/source/text/shared/01.po, 1401, 4350, 3295, 0, 0, 4086, 47612, 5487, 51962 -translations/source/ka/helpcontent2/source/text/shared/02.po, 523, 3108, 2385, 0, 0, 1659, 26014, 2182, 29122 -translations/source/ka/helpcontent2/source/text/shared/04.po, 142, 288, 313, 0, 0, 171, 1783, 313, 2071 -translations/source/ka/helpcontent2/source/text/shared/05.po, 64, 546, 411, 0, 0, 132, 1794, 196, 2340 -translations/source/ka/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ka/helpcontent2/source/text/shared/07.po, 1, 5, 3, 0, 0, 6, 77, 7, 82 -translations/source/ka/helpcontent2/source/text/shared/autokorr.po, 19, 239, 137, 0, 0, 29, 181, 48, 420 -translations/source/ka/helpcontent2/source/text/shared/autopi.po, 255, 937, 755, 0, 0, 632, 7457, 887, 8394 -translations/source/ka/helpcontent2/source/text/shared/explorer/database.po, 597, 3898, 2891, 0, 0, 1044, 14959, 1641, 18857 -translations/source/ka/helpcontent2/source/text/shared/guide.po, 53, 313, 196, 0, 0, 2463, 36130, 2516, 36443 -translations/source/ka/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ka/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ka/helpcontent2/source/text/shared/optionen.po, 719, 2482, 1936, 0, 0, 1215, 20869, 1934, 23351 -translations/source/ka/helpcontent2/source/text/simpress.po, 63, 166, 124, 0, 0, 136, 1229, 199, 1395 -translations/source/ka/helpcontent2/source/text/simpress/00.po, 143, 811, 722, 0, 0, 20, 91, 163, 902 -translations/source/ka/helpcontent2/source/text/simpress/01.po, 182, 284, 237, 0, 0, 864, 8230, 1046, 8514 -translations/source/ka/helpcontent2/source/text/simpress/02.po, 630, 6164, 4558, 0, 0, 30, 345, 660, 6509 -translations/source/ka/helpcontent2/source/text/simpress/04.po, 151, 511, 404, 0, 0, 88, 627, 239, 1138 -translations/source/ka/helpcontent2/source/text/simpress/guide.po, 32, 140, 102, 0, 0, 735, 10142, 767, 10282 -translations/source/ka/helpcontent2/source/text/smath.po, 45, 241, 186, 0, 0, 15, 498, 60, 739 -translations/source/ka/helpcontent2/source/text/smath/00.po, 53, 224, 170, 0, 0, 13, 131, 66, 355 -translations/source/ka/helpcontent2/source/text/smath/01.po, 376, 3116, 2199, 0, 0, 1175, 10743, 1551, 13859 -translations/source/ka/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -translations/source/ka/helpcontent2/source/text/smath/04.po, 25, 130, 93, 0, 0, 1, 5, 26, 135 -translations/source/ka/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ka/helpcontent2/source/text/smath/guide.po, 3, 3, 3, 0, 0, 101, 1190, 104, 1193 -translations/source/ka/helpcontent2/source/text/swriter.po, 196, 987, 819, 0, 0, 140, 1959, 336, 2946 -translations/source/ka/helpcontent2/source/text/swriter/00.po, 56, 170, 142, 0, 0, 254, 1648, 310, 1818 -translations/source/ka/helpcontent2/source/text/swriter/01.po, 2447, 21342, 14654, 0, 0, 899, 12451, 3346, 33793 -translations/source/ka/helpcontent2/source/text/swriter/02.po, 354, 2208, 1650, 0, 0, 72, 842, 426, 3050 -translations/source/ka/helpcontent2/source/text/swriter/04.po, 228, 1009, 860, 0, 0, 26, 267, 254, 1276 -translations/source/ka/helpcontent2/source/text/swriter/guide.po, 195, 847, 568, 0, 0, 1949, 27090, 2144, 27937 -translations/source/ka/helpcontent2/source/text/swriter/librelogo.po, 30, 31, 31, 0, 0, 296, 2988, 326, 3019 -translations/source/ka/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ka/instsetoo_native/inc_openoffice/windows/msi_languages.po, 96, 110, 114, 8, 14, 451, 4224, 555, 4348 -translations/source/ka/librelogo/source/pythonpath.po, 54, 58, 59, 5, 5, 79, 110, 138, 173 -translations/source/ka/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 3, 1, 3, 46, 687, 49, 693 -translations/source/ka/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ka/nlpsolver/src/locale.po, 11, 12, 12, 1, 1, 29, 92, 41, 105 -translations/source/ka/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ka/officecfg/registry/data/org/openoffice/Office.po, 1190, 1273, 1306, 2, 5, 116, 563, 1308, 1841 -translations/source/ka/officecfg/registry/data/org/openoffice/Office/UI.po, 2310, 4559, 4408, 488, 904, 879, 2259, 3677, 7722 -translations/source/ka/readlicense_oo/docs.po, 17, 164, 142, 0, 0, 86, 2239, 103, 2403 -translations/source/ka/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ka/reportdesign/messages.po, 99, 145, 142, 45, 73, 114, 399, 258, 617 -translations/source/ka/sc/messages.po, 1121, 2303, 1955, 894, 1627, 2671, 16330, 4686, 20260 -translations/source/ka/scaddins/messages.po, 778, 2520, 1790, 12, 16, 108, 649, 898, 3185 -translations/source/ka/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/ka/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/ka/scp2/source/base.po, 8, 40, 36, 0, 0, 2, 4, 10, 44 -translations/source/ka/scp2/source/calc.po, 19, 81, 76, 0, 0, 3, 13, 22, 94 -translations/source/ka/scp2/source/draw.po, 13, 52, 44, 2, 9, 26, 88, 41, 149 -translations/source/ka/scp2/source/extensions.po, 3, 9, 7, 0, 0, 13, 56, 16, 65 -translations/source/ka/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ka/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/ka/scp2/source/impress.po, 14, 57, 52, 1, 4, 6, 20, 21, 81 -translations/source/ka/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ka/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -translations/source/ka/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/ka/scp2/source/ooo.po, 84, 110, 106, 2, 2, 496, 1912, 582, 2024 -translations/source/ka/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ka/scp2/source/quickstart.po, 2, 15, 9, 0, 0, 0, 0, 2, 15 -translations/source/ka/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/ka/scp2/source/writer.po, 18, 54, 54, 1, 3, 8, 57, 27, 114 -translations/source/ka/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ka/sd/messages.po, 451, 1115, 937, 320, 539, 548, 1297, 1319, 2951 -translations/source/ka/setup_native/source/mac.po, 2, 2, 2, 0, 0, 21, 129, 23, 131 -translations/source/ka/sfx2/messages.po, 210, 534, 450, 123, 359, 248, 1333, 581, 2226 -translations/source/ka/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -translations/source/ka/starmath/messages.po, 293, 500, 473, 85, 125, 124, 340, 502, 965 -translations/source/ka/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ka/svtools/messages.po, 392, 1092, 953, 41, 133, 481, 1386, 914, 2611 -translations/source/ka/svx/messages.po, 1519, 3367, 3133, 494, 1095, 833, 2762, 2846, 7224 -translations/source/ka/sw/messages.po, 1566, 2756, 2716, 876, 1682, 999, 3302, 3441, 7740 -translations/source/ka/swext/mediawiki/help.po, 7, 10, 12, 4, 4, 78, 1390, 89, 1404 -translations/source/ka/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 10, 10, 12, 3, 3, 19, 168, 32, 181 -translations/source/ka/sysui/desktop/share.po, 35, 144, 140, 4, 22, 27, 111, 66, 277 -translations/source/ka/uui/messages.po, 70, 626, 458, 15, 31, 72, 897, 157, 1554 -translations/source/ka/vcl/messages.po, 157, 244, 221, 27, 49, 172, 444, 356, 737 -translations/source/ka/wizards/messages.po, 235, 992, 801, 6, 6, 24, 44, 265, 1042 -translations/source/ka/wizards/source/resources.po, 435, 1824, 1395, 58, 255, 61, 207, 554, 2286 -translations/source/ka/writerperfect/messages.po, 1, 2, 2, 4, 6, 25, 57, 30, 65 -translations/source/ka/xmlsecurity/messages.po, 18, 37, 29, 20, 62, 53, 325, 91, 424 -translations/source/kab/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -translations/source/kab/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -translations/source/kab/basctl/messages.po, 155, 611, 664, 0, 0, 0, 0, 155, 611 -translations/source/kab/basic/messages.po, 135, 549, 604, 0, 0, 0, 0, 135, 549 -translations/source/kab/chart2/messages.po, 620, 1368, 1615, 0, 0, 0, 0, 620, 1368 -translations/source/kab/connectivity/messages.po, 106, 1047, 973, 0, 0, 0, 0, 106, 1047 -translations/source/kab/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/kab/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kab/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kab/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/kab/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/kab/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kab/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kab/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/kab/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/kab/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/kab/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kab/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kab/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kab/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kab/cui/messages.po, 2342, 5554, 6277, 0, 0, 1, 4, 2343, 5558 -translations/source/kab/dbaccess/messages.po, 812, 4510, 4520, 0, 0, 0, 0, 812, 4510 -translations/source/kab/desktop/messages.po, 162, 1225, 1219, 0, 0, 0, 0, 162, 1225 -translations/source/kab/dictionaries/af_ZA.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/kab/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/kab/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/kab/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/kab/dictionaries/en/dialog.po, 37, 176, 204, 0, 0, 0, 0, 37, 176 -translations/source/kab/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/kab/dictionaries/es.po, 1, 12, 17, 0, 0, 0, 0, 1, 12 -translations/source/kab/dictionaries/et_EE.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/gd_GB.po, 1, 4, 7, 0, 0, 0, 0, 1, 4 -translations/source/kab/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/kab/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/hr_HR.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/kab/dictionaries/hu_HU/dialog.po, 32, 71, 90, 0, 0, 0, 0, 32, 71 -translations/source/kab/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/kab/dictionaries/id.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -translations/source/kab/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/lt_LT.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/lv_LV.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/kab/dictionaries/nl_NL.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/kab/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/kab/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/kab/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/kab/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -translations/source/kab/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/kab/dictionaries/ru_RU/dialog.po, 13, 25, 36, 0, 0, 1, 1, 14, 26 -translations/source/kab/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/kab/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/sr.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/kab/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kab/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/te_IN.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/kab/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/kab/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kab/dictionaries/zu_ZA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/kab/editeng/messages.po, 265, 656, 759, 0, 0, 0, 0, 265, 656 -translations/source/kab/extensions/messages.po, 663, 2099, 2219, 0, 0, 0, 0, 663, 2099 -translations/source/kab/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/kab/extras/source/autocorr/emoji.po, 1575, 1817, 1989, 0, 0, 0, 0, 1575, 1817 -translations/source/kab/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/kab/filter/messages.po, 222, 818, 890, 0, 0, 0, 0, 222, 818 -translations/source/kab/filter/source/config/fragments/filters.po, 220, 732, 783, 0, 0, 0, 0, 220, 732 -translations/source/kab/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 143, 0, 0, 0, 0, 38, 139 -translations/source/kab/filter/source/config/fragments/types.po, 38, 121, 133, 0, 0, 0, 0, 38, 121 -translations/source/kab/forms/messages.po, 58, 330, 318, 0, 0, 0, 0, 58, 330 -translations/source/kab/formula/messages.po, 411, 472, 615, 0, 0, 0, 0, 411, 472 -translations/source/kab/fpicker/messages.po, 61, 163, 172, 0, 0, 0, 0, 61, 163 -translations/source/kab/framework/messages.po, 29, 210, 240, 0, 0, 0, 0, 29, 210 -translations/source/kab/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4351, 4364, 0, 0, 0, 0, 556, 4351 -translations/source/kab/librelogo/source/pythonpath.po, 138, 173, 181, 0, 0, 0, 0, 138, 173 -translations/source/kab/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 650, 0, 0, 0, 0, 49, 693 -translations/source/kab/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 25, 0, 0, 0, 0, 2, 21 -translations/source/kab/nlpsolver/src/locale.po, 41, 105, 129, 0, 0, 0, 0, 41, 105 -translations/source/kab/officecfg/registry/data/org/openoffice.po, 9, 28, 39, 0, 0, 0, 0, 9, 28 -translations/source/kab/officecfg/registry/data/org/openoffice/Office.po, 1080, 1600, 1801, 0, 0, 228, 241, 1308, 1841 -translations/source/kab/officecfg/registry/data/org/openoffice/Office/UI.po, 2101, 3772, 4567, 41, 60, 1535, 3890, 3677, 7722 -translations/source/kab/readlicense_oo/docs.po, 102, 2343, 2252, 0, 0, 1, 60, 103, 2403 -translations/source/kab/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -translations/source/kab/reportdesign/messages.po, 258, 617, 667, 0, 0, 0, 0, 258, 617 -translations/source/kab/sc/messages.po, 3271, 9618, 9882, 38, 85, 1377, 10557, 4686, 20260 -translations/source/kab/scaddins/messages.po, 453, 1227, 1081, 6, 6, 441, 1954, 900, 3187 -translations/source/kab/sccomp/messages.po, 14, 65, 74, 0, 0, 0, 0, 14, 65 -translations/source/kab/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/kab/scp2/source/base.po, 10, 44, 54, 0, 0, 0, 0, 10, 44 -translations/source/kab/scp2/source/calc.po, 21, 89, 102, 0, 0, 1, 5, 22, 94 -translations/source/kab/scp2/source/draw.po, 26, 95, 97, 2, 7, 13, 47, 41, 149 -translations/source/kab/scp2/source/extensions.po, 9, 33, 39, 0, 0, 7, 32, 16, 65 -translations/source/kab/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/kab/scp2/source/graphicfilter.po, 30, 101, 115, 0, 0, 0, 0, 30, 101 -translations/source/kab/scp2/source/impress.po, 21, 81, 95, 0, 0, 0, 0, 21, 81 -translations/source/kab/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/kab/scp2/source/math.po, 10, 42, 48, 0, 0, 0, 0, 10, 42 -translations/source/kab/scp2/source/onlineupdate.po, 1, 2, 2, 0, 0, 1, 11, 2, 13 -translations/source/kab/scp2/source/ooo.po, 345, 770, 986, 11, 72, 226, 1182, 582, 2024 -translations/source/kab/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/kab/scp2/source/quickstart.po, 1, 1, 2, 0, 0, 1, 14, 2, 15 -translations/source/kab/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/kab/scp2/source/writer.po, 23, 96, 90, 2, 7, 2, 11, 27, 114 -translations/source/kab/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/kab/sd/messages.po, 1175, 2780, 3105, 0, 0, 144, 171, 1319, 2951 -translations/source/kab/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -translations/source/kab/sfx2/messages.po, 575, 2091, 2080, 0, 0, 6, 135, 581, 2226 -translations/source/kab/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/kab/starmath/messages.po, 302, 439, 452, 1, 1, 200, 526, 503, 966 -translations/source/kab/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/kab/svtools/messages.po, 692, 1948, 2048, 95, 171, 127, 492, 914, 2611 -translations/source/kab/svx/messages.po, 2687, 6845, 7593, 31, 80, 128, 299, 2846, 7224 -translations/source/kab/sw/messages.po, 3355, 7612, 8797, 0, 0, 82, 123, 3437, 7735 -translations/source/kab/swext/mediawiki/help.po, 75, 1191, 1181, 0, 0, 14, 213, 89, 1404 -translations/source/kab/swext/mediawiki/src.po, 2, 39, 40, 0, 0, 0, 0, 2, 39 -translations/source/kab/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/kab/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 160, 0, 0, 0, 0, 32, 181 -translations/source/kab/sysui/desktop/share.po, 66, 277, 316, 0, 0, 0, 0, 66, 277 -translations/source/kab/uui/messages.po, 157, 1554, 1501, 0, 0, 0, 0, 157, 1554 -translations/source/kab/vcl/messages.po, 284, 569, 621, 0, 0, 72, 168, 356, 737 -translations/source/kab/wizards/messages.po, 265, 1042, 1039, 0, 0, 0, 0, 265, 1042 -translations/source/kab/wizards/source/resources.po, 554, 2286, 2278, 0, 0, 0, 0, 554, 2286 -translations/source/kab/writerperfect/messages.po, 30, 65, 75, 0, 0, 0, 0, 30, 65 -translations/source/kab/xmlsecurity/messages.po, 91, 424, 440, 0, 0, 0, 0, 91, 424 -translations/source/kk/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/kk/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -translations/source/kk/basctl/messages.po, 155, 611, 547, 0, 0, 0, 0, 155, 611 -translations/source/kk/basic/messages.po, 135, 549, 524, 0, 0, 0, 0, 135, 549 -translations/source/kk/chart2/messages.po, 620, 1368, 1383, 0, 0, 0, 0, 620, 1368 -translations/source/kk/connectivity/messages.po, 106, 1047, 780, 0, 0, 0, 0, 106, 1047 -translations/source/kk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/kk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/kk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/kk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/kk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/kk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/kk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/kk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kk/cui/messages.po, 2343, 5558, 5325, 0, 0, 0, 0, 2343, 5558 -translations/source/kk/dbaccess/messages.po, 812, 4510, 3550, 0, 0, 0, 0, 812, 4510 -translations/source/kk/desktop/messages.po, 162, 1225, 1022, 0, 0, 0, 0, 162, 1225 -translations/source/kk/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/kk/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/kk/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/kk/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/kk/dictionaries/en/dialog.po, 37, 176, 165, 0, 0, 0, 0, 37, 176 -translations/source/kk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kk/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/kk/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/kk/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/kk/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/kk/dictionaries/hu_HU/dialog.po, 32, 71, 75, 0, 0, 0, 0, 32, 71 -translations/source/kk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kk/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/kk/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/kk/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/kk/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/kk/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kk/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/kk/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/kk/dictionaries/ru_RU/dialog.po, 14, 26, 23, 0, 0, 0, 0, 14, 26 -translations/source/kk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kk/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/kk/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/kk/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/kk/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/kk/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kk/editeng/messages.po, 265, 656, 716, 0, 0, 0, 0, 265, 656 -translations/source/kk/extensions/messages.po, 663, 2099, 1846, 0, 0, 0, 0, 663, 2099 -translations/source/kk/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/kk/extras/source/autocorr/emoji.po, 1206, 1419, 1720, 0, 0, 369, 398, 1575, 1817 -translations/source/kk/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -translations/source/kk/filter/messages.po, 222, 818, 737, 0, 0, 0, 0, 222, 818 -translations/source/kk/filter/source/config/fragments/filters.po, 220, 732, 749, 0, 0, 0, 0, 220, 732 -translations/source/kk/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/kk/filter/source/config/fragments/types.po, 38, 121, 127, 0, 0, 0, 0, 38, 121 -translations/source/kk/forms/messages.po, 58, 330, 255, 0, 0, 0, 0, 58, 330 -translations/source/kk/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -translations/source/kk/fpicker/messages.po, 61, 163, 147, 0, 0, 0, 0, 61, 163 -translations/source/kk/framework/messages.po, 29, 210, 160, 0, 0, 0, 0, 29, 210 -translations/source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3609, 0, 0, 0, 0, 557, 4354 -translations/source/kk/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -translations/source/kk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 508, 0, 0, 0, 0, 49, 693 -translations/source/kk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -translations/source/kk/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -translations/source/kk/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/kk/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1784, 0, 0, 0, 0, 1308, 1841 -translations/source/kk/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8032, 0, 0, 0, 0, 3677, 7722 -translations/source/kk/readlicense_oo/docs.po, 103, 2403, 1967, 0, 0, 0, 0, 103, 2403 -translations/source/kk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/kk/reportdesign/messages.po, 258, 617, 595, 0, 0, 0, 0, 258, 617 -translations/source/kk/sc/messages.po, 4686, 20260, 15796, 0, 0, 0, 0, 4686, 20260 -translations/source/kk/scaddins/messages.po, 901, 3188, 2958, 0, 0, 0, 0, 901, 3188 -translations/source/kk/sccomp/messages.po, 14, 65, 65, 0, 0, 0, 0, 14, 65 -translations/source/kk/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/kk/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -translations/source/kk/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -translations/source/kk/scp2/source/draw.po, 41, 149, 144, 0, 0, 0, 0, 41, 149 -translations/source/kk/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -translations/source/kk/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/kk/scp2/source/graphicfilter.po, 30, 101, 119, 0, 0, 0, 0, 30, 101 -translations/source/kk/scp2/source/impress.po, 21, 81, 78, 0, 0, 0, 0, 21, 81 -translations/source/kk/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/kk/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/kk/scp2/source/onlineupdate.po, 2, 13, 8, 0, 0, 0, 0, 2, 13 -translations/source/kk/scp2/source/ooo.po, 582, 2024, 2130, 0, 0, 0, 0, 582, 2024 -translations/source/kk/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/kk/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/kk/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/kk/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -translations/source/kk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/kk/sd/messages.po, 1319, 2951, 2865, 0, 0, 0, 0, 1319, 2951 -translations/source/kk/setup_native/source/mac.po, 23, 131, 110, 0, 0, 0, 0, 23, 131 -translations/source/kk/sfx2/messages.po, 581, 2226, 1990, 0, 0, 0, 0, 581, 2226 -translations/source/kk/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -translations/source/kk/starmath/messages.po, 505, 968, 1015, 0, 0, 0, 0, 505, 968 -translations/source/kk/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/kk/svtools/messages.po, 914, 2611, 2469, 0, 0, 0, 0, 914, 2611 -translations/source/kk/svx/messages.po, 2846, 7224, 6963, 0, 0, 0, 0, 2846, 7224 -translations/source/kk/sw/messages.po, 3440, 7739, 7575, 0, 0, 0, 0, 3440, 7739 -translations/source/kk/swext/mediawiki/help.po, 89, 1404, 1073, 0, 0, 0, 0, 89, 1404 -translations/source/kk/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/kk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 133, 0, 0, 0, 0, 32, 181 -translations/source/kk/sysui/desktop/share.po, 66, 277, 286, 0, 0, 0, 0, 66, 277 -translations/source/kk/uui/messages.po, 157, 1554, 1241, 0, 0, 0, 0, 157, 1554 -translations/source/kk/vcl/messages.po, 347, 707, 697, 0, 0, 9, 30, 356, 737 -translations/source/kk/wizards/messages.po, 265, 1042, 852, 0, 0, 0, 0, 265, 1042 -translations/source/kk/wizards/source/resources.po, 554, 2286, 1869, 0, 0, 0, 0, 554, 2286 -translations/source/kk/writerperfect/messages.po, 30, 65, 65, 0, 0, 0, 0, 30, 65 -translations/source/kk/xmlsecurity/messages.po, 91, 424, 374, 0, 0, 0, 0, 91, 424 -translations/source/kl/accessibility/messages.po, 1, 1, 1, 1, 1, 9, 25, 11, 27 -translations/source/kl/avmedia/messages.po, 13, 15, 14, 1, 1, 8, 29, 22, 45 -translations/source/kl/basctl/messages.po, 80, 259, 164, 17, 22, 58, 330, 155, 611 -translations/source/kl/basic/messages.po, 0, 0, 0, 3, 8, 132, 541, 135, 549 -translations/source/kl/chart2/messages.po, 8, 8, 8, 50, 51, 562, 1309, 620, 1368 -translations/source/kl/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/kl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/kl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/kl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/kl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/kl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/kl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kl/cui/messages.po, 89, 93, 93, 291, 352, 1963, 5113, 2343, 5558 -translations/source/kl/dbaccess/messages.po, 12, 12, 12, 43, 54, 757, 4444, 812, 4510 -translations/source/kl/desktop/messages.po, 6, 20, 12, 14, 21, 142, 1184, 162, 1225 -translations/source/kl/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kl/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/kl/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/kl/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kl/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/kl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kl/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/kl/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/kl/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kl/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kl/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kl/dictionaries/hu_HU/dialog.po, 0, 0, 0, 1, 1, 31, 70, 32, 71 -translations/source/kl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kl/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/kl/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kl/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kl/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/kl/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kl/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kl/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/kl/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kl/dictionaries/ru_RU/dialog.po, 0, 0, 0, 1, 1, 13, 25, 14, 26 -translations/source/kl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kl/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kl/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kl/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kl/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kl/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kl/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kl/dictionaries/zu_ZA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kl/editeng/messages.po, 4, 4, 4, 24, 25, 237, 627, 265, 656 -translations/source/kl/extensions/messages.po, 10, 10, 10, 82, 92, 571, 1997, 663, 2099 -translations/source/kl/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kl/extras/source/autocorr/emoji.po, 0, 0, 0, 89, 70, 1486, 1747, 1575, 1817 -translations/source/kl/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -translations/source/kl/filter/messages.po, 5, 5, 5, 16, 17, 201, 796, 222, 818 -translations/source/kl/filter/source/config/fragments/filters.po, 63, 232, 230, 3, 7, 154, 493, 220, 732 -translations/source/kl/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/kl/filter/source/config/fragments/types.po, 15, 44, 43, 1, 5, 22, 72, 38, 121 -translations/source/kl/forms/messages.po, 5, 22, 10, 5, 5, 48, 303, 58, 330 -translations/source/kl/formula/messages.po, 1, 1, 1, 10, 10, 427, 503, 438, 514 -translations/source/kl/fpicker/messages.po, 4, 5, 5, 8, 10, 49, 148, 61, 163 -translations/source/kl/framework/messages.po, 1, 1, 1, 1, 1, 27, 208, 29, 210 -translations/source/kl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 8, 8, 8, 27, 31, 522, 4315, 557, 4354 -translations/source/kl/librelogo/source/pythonpath.po, 0, 0, 0, 29, 29, 109, 144, 138, 173 -translations/source/kl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/kl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/kl/nlpsolver/src/locale.po, 2, 2, 2, 1, 1, 38, 102, 41, 105 -translations/source/kl/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/kl/officecfg/registry/data/org/openoffice/Office.po, 18, 34, 34, 80, 85, 1210, 1722, 1308, 1841 -translations/source/kl/officecfg/registry/data/org/openoffice/Office/UI.po, 80, 80, 98, 264, 269, 3333, 7373, 3677, 7722 -translations/source/kl/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/kl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/kl/reportdesign/messages.po, 6, 7, 7, 39, 40, 213, 570, 258, 617 -translations/source/kl/sc/messages.po, 171, 174, 175, 377, 398, 4138, 19688, 4686, 20260 -translations/source/kl/scaddins/messages.po, 6, 6, 6, 34, 34, 861, 3148, 901, 3188 -translations/source/kl/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/kl/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/kl/scp2/source/base.po, 0, 0, 0, 1, 2, 9, 42, 10, 44 -translations/source/kl/scp2/source/calc.po, 2, 3, 3, 4, 11, 16, 80, 22, 94 -translations/source/kl/scp2/source/draw.po, 0, 0, 0, 4, 8, 37, 141, 41, 149 -translations/source/kl/scp2/source/extensions.po, 0, 0, 0, 1, 1, 15, 64, 16, 65 -translations/source/kl/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/kl/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/kl/scp2/source/impress.po, 0, 0, 0, 4, 8, 17, 73, 21, 81 -translations/source/kl/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/kl/scp2/source/math.po, 0, 0, 0, 2, 3, 8, 39, 10, 42 -translations/source/kl/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/kl/scp2/source/ooo.po, 0, 0, 0, 20, 30, 562, 1994, 582, 2024 -translations/source/kl/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/kl/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/kl/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/kl/scp2/source/writer.po, 1, 2, 2, 3, 8, 23, 104, 27, 114 -translations/source/kl/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/kl/sd/messages.po, 34, 36, 37, 132, 140, 1153, 2775, 1319, 2951 -translations/source/kl/setup_native/source/mac.po, 0, 0, 0, 2, 2, 21, 129, 23, 131 -translations/source/kl/sfx2/messages.po, 25, 26, 28, 81, 88, 475, 2112, 581, 2226 -translations/source/kl/shell/source/win32/shlxthandler/res.po, 1, 1, 1, 11, 11, 25, 33, 37, 45 -translations/source/kl/starmath/messages.po, 2, 2, 3, 36, 37, 467, 929, 505, 968 -translations/source/kl/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kl/svtools/messages.po, 9, 9, 9, 57, 74, 848, 2528, 914, 2611 -translations/source/kl/svx/messages.po, 31, 34, 33, 206, 219, 2609, 6971, 2846, 7224 -translations/source/kl/sw/messages.po, 117, 119, 120, 469, 495, 2855, 7126, 3441, 7740 -translations/source/kl/swext/mediawiki/help.po, 0, 0, 0, 3, 3, 86, 1401, 89, 1404 -translations/source/kl/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/kl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/kl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 2, 2, 2, 3, 3, 27, 176, 32, 181 -translations/source/kl/sysui/desktop/share.po, 1, 1, 1, 5, 13, 60, 263, 66, 277 -translations/source/kl/uui/messages.po, 3, 3, 3, 3, 5, 151, 1546, 157, 1554 -translations/source/kl/vcl/messages.po, 12, 12, 12, 46, 47, 298, 678, 356, 737 -translations/source/kl/wizards/messages.po, 4, 4, 4, 17, 17, 244, 1021, 265, 1042 -translations/source/kl/wizards/source/resources.po, 4, 4, 4, 30, 35, 520, 2247, 554, 2286 -translations/source/kl/writerperfect/messages.po, 0, 0, 0, 1, 1, 29, 64, 30, 65 -translations/source/kl/xmlsecurity/messages.po, 1, 1, 1, 7, 7, 83, 416, 91, 424 -translations/source/km/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -translations/source/km/avmedia/messages.po, 19, 36, 21, 1, 4, 2, 5, 22, 45 -translations/source/km/basctl/messages.po, 132, 540, 223, 21, 39, 2, 32, 155, 611 -translations/source/km/basic/messages.po, 18, 52, 34, 117, 497, 0, 0, 135, 549 -translations/source/km/chart2/messages.po, 534, 1151, 711, 67, 144, 19, 73, 620, 1368 -translations/source/km/connectivity/messages.po, 104, 1017, 447, 0, 0, 2, 30, 106, 1047 -translations/source/km/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/km/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/km/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/km/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/km/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/km/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/km/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/km/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/km/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/km/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/km/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/km/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/km/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/km/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/km/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/km/cui/messages.po, 1580, 3786, 2007, 524, 1054, 239, 718, 2343, 5558 -translations/source/km/dbaccess/messages.po, 567, 3179, 1326, 217, 1202, 28, 129, 812, 4510 -translations/source/km/desktop/messages.po, 128, 707, 352, 24, 393, 10, 125, 162, 1225 -translations/source/km/dictionaries/af_ZA.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/ar.po, 1, 5, 2, 0, 0, 0, 0, 1, 5 -translations/source/km/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/bg_BG.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/km/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/ca.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/km/dictionaries/da_DK.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/de.po, 1, 10, 7, 0, 0, 0, 0, 1, 10 -translations/source/km/dictionaries/el_GR.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/en.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -translations/source/km/dictionaries/en/dialog.po, 37, 176, 115, 0, 0, 0, 0, 37, 176 -translations/source/km/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/km/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/km/dictionaries/et_EE.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/fr_FR.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/km/dictionaries/gl.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/km/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/hr_HR.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/hu_HU.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -translations/source/km/dictionaries/hu_HU/dialog.po, 32, 71, 33, 0, 0, 0, 0, 32, 71 -translations/source/km/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/km/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/km/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/km/dictionaries/it_IT.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/kmr_Latn.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -translations/source/km/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/lt_LT.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/lv_LV.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/ne_NP.po, 1, 5, 2, 0, 0, 0, 0, 1, 5 -translations/source/km/dictionaries/nl_NL.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/no.po, 1, 10, 5, 0, 0, 0, 0, 1, 10 -translations/source/km/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/pl_PL.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/pt_BR.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -translations/source/km/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/km/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/km/dictionaries/pt_PT.po, 1, 8, 3, 0, 0, 0, 0, 1, 8 -translations/source/km/dictionaries/ro.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/ru_RU.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -translations/source/km/dictionaries/ru_RU/dialog.po, 13, 25, 14, 0, 0, 1, 1, 14, 26 -translations/source/km/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/km/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/sk_SK.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/sl_SI.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/km/dictionaries/sr.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -translations/source/km/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/km/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/te_IN.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/km/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/km/dictionaries/uk_UA.po, 1, 7, 3, 0, 0, 0, 0, 1, 7 -translations/source/km/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/km/editeng/messages.po, 258, 641, 387, 3, 4, 4, 11, 265, 656 -translations/source/km/extensions/messages.po, 432, 1353, 657, 198, 632, 33, 114, 663, 2099 -translations/source/km/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/km/extras/source/autocorr/emoji.po, 57, 50, 49, 205, 203, 1313, 1564, 1575, 1817 -translations/source/km/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -translations/source/km/filter/messages.po, 169, 633, 333, 39, 112, 14, 73, 222, 818 -translations/source/km/filter/source/config/fragments/filters.po, 160, 554, 509, 10, 36, 50, 142, 220, 732 -translations/source/km/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -translations/source/km/filter/source/config/fragments/types.po, 24, 80, 77, 1, 5, 13, 36, 38, 121 -translations/source/km/forms/messages.po, 57, 321, 124, 0, 0, 1, 9, 58, 330 -translations/source/km/formula/messages.po, 388, 436, 434, 20, 26, 28, 50, 436, 512 -translations/source/km/fpicker/messages.po, 31, 88, 51, 19, 43, 11, 32, 61, 163 -translations/source/km/framework/messages.po, 20, 184, 57, 6, 14, 3, 12, 29, 210 -translations/source/km/helpcontent2/source/auxiliary.po, 92, 266, 152, 0, 0, 13, 36, 105, 302 -translations/source/km/helpcontent2/source/text/sbasic/guide.po, 89, 1185, 426, 0, 0, 14, 160, 103, 1345 -translations/source/km/helpcontent2/source/text/sbasic/shared.po, 3557, 29611, 14770, 0, 0, 948, 5820, 4505, 35431 -translations/source/km/helpcontent2/source/text/sbasic/shared/01.po, 62, 396, 158, 0, 0, 5, 69, 67, 465 -translations/source/km/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 496, 0, 0, 0, 0, 198, 1482 -translations/source/km/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/km/helpcontent2/source/text/scalc.po, 178, 940, 433, 0, 0, 9, 46, 187, 986 -translations/source/km/helpcontent2/source/text/scalc/00.po, 63, 155, 123, 0, 0, 138, 790, 201, 945 -translations/source/km/helpcontent2/source/text/scalc/01.po, 5800, 51349, 22057, 0, 0, 1695, 21806, 7495, 73155 -translations/source/km/helpcontent2/source/text/scalc/02.po, 118, 796, 312, 0, 0, 5, 14, 123, 810 -translations/source/km/helpcontent2/source/text/scalc/04.po, 181, 1428, 491, 0, 0, 6, 69, 187, 1497 -translations/source/km/helpcontent2/source/text/scalc/05.po, 92, 751, 312, 0, 0, 45, 102, 137, 853 -translations/source/km/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/km/helpcontent2/source/text/scalc/guide.po, 1364, 19648, 7009, 0, 0, 105, 1945, 1469, 21593 -translations/source/km/helpcontent2/source/text/schart.po, 87, 794, 285, 0, 0, 9, 137, 96, 931 -translations/source/km/helpcontent2/source/text/schart/00.po, 50, 314, 211, 0, 0, 10, 33, 60, 347 -translations/source/km/helpcontent2/source/text/schart/01.po, 886, 10516, 3263, 0, 0, 86, 1310, 972, 11826 -translations/source/km/helpcontent2/source/text/schart/02.po, 25, 117, 37, 0, 0, 0, 0, 25, 117 -translations/source/km/helpcontent2/source/text/schart/04.po, 32, 133, 70, 0, 0, 0, 0, 32, 133 -translations/source/km/helpcontent2/source/text/sdraw.po, 120, 718, 348, 0, 0, 3, 14, 123, 732 -translations/source/km/helpcontent2/source/text/sdraw/00.po, 2, 8, 3, 0, 0, 0, 0, 2, 8 -translations/source/km/helpcontent2/source/text/sdraw/01.po, 3, 12, 5, 0, 0, 0, 0, 3, 12 -translations/source/km/helpcontent2/source/text/sdraw/04.po, 102, 486, 224, 0, 0, 1, 3, 103, 489 -translations/source/km/helpcontent2/source/text/sdraw/guide.po, 259, 2780, 1069, 0, 0, 16, 292, 275, 3072 -translations/source/km/helpcontent2/source/text/shared.po, 218, 1962, 710, 0, 0, 32, 346, 250, 2308 -translations/source/km/helpcontent2/source/text/shared/00.po, 813, 7460, 2757, 0, 0, 754, 8234, 1567, 15694 -translations/source/km/helpcontent2/source/text/shared/01.po, 3879, 31680, 10779, 0, 0, 1608, 20282, 5487, 51962 -translations/source/km/helpcontent2/source/text/shared/02.po, 1750, 19718, 6073, 0, 0, 432, 9404, 2182, 29122 -translations/source/km/helpcontent2/source/text/shared/04.po, 238, 983, 478, 0, 0, 75, 1088, 313, 2071 -translations/source/km/helpcontent2/source/text/shared/05.po, 109, 1125, 371, 0, 0, 87, 1215, 196, 2340 -translations/source/km/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/km/helpcontent2/source/text/shared/07.po, 4, 29, 16, 0, 0, 3, 53, 7, 82 -translations/source/km/helpcontent2/source/text/shared/autokorr.po, 48, 420, 130, 0, 0, 0, 0, 48, 420 -translations/source/km/helpcontent2/source/text/shared/autopi.po, 757, 6572, 2343, 0, 0, 130, 1822, 887, 8394 -translations/source/km/helpcontent2/source/text/shared/explorer/database.po, 1469, 14596, 4896, 0, 0, 172, 4261, 1641, 18857 -translations/source/km/helpcontent2/source/text/shared/guide.po, 2101, 29585, 10915, 0, 0, 415, 6858, 2516, 36443 -translations/source/km/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/km/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/km/helpcontent2/source/text/shared/optionen.po, 1542, 16921, 5534, 0, 0, 392, 6430, 1934, 23351 -translations/source/km/helpcontent2/source/text/simpress.po, 186, 1316, 529, 0, 0, 13, 79, 199, 1395 -translations/source/km/helpcontent2/source/text/simpress/00.po, 154, 873, 563, 0, 0, 9, 29, 163, 902 -translations/source/km/helpcontent2/source/text/simpress/01.po, 870, 6631, 2498, 0, 0, 176, 1883, 1046, 8514 -translations/source/km/helpcontent2/source/text/simpress/02.po, 653, 6468, 2214, 0, 0, 7, 41, 660, 6509 -translations/source/km/helpcontent2/source/text/simpress/04.po, 198, 989, 468, 0, 0, 41, 149, 239, 1138 -translations/source/km/helpcontent2/source/text/simpress/guide.po, 603, 7994, 2918, 0, 0, 164, 2288, 767, 10282 -translations/source/km/helpcontent2/source/text/smath.po, 56, 609, 254, 0, 0, 4, 130, 60, 739 -translations/source/km/helpcontent2/source/text/smath/00.po, 54, 228, 139, 0, 0, 12, 127, 66, 355 -translations/source/km/helpcontent2/source/text/smath/01.po, 1114, 11612, 5106, 0, 0, 437, 2247, 1551, 13859 -translations/source/km/helpcontent2/source/text/smath/02.po, 6, 97, 27, 0, 0, 0, 0, 6, 97 -translations/source/km/helpcontent2/source/text/smath/04.po, 25, 130, 63, 0, 0, 1, 5, 26, 135 -translations/source/km/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/km/helpcontent2/source/text/smath/guide.po, 96, 1031, 458, 0, 0, 8, 162, 104, 1193 -translations/source/km/helpcontent2/source/text/swriter.po, 217, 1414, 628, 0, 0, 119, 1532, 336, 2946 -translations/source/km/helpcontent2/source/text/swriter/00.po, 213, 1050, 748, 0, 0, 97, 768, 310, 1818 -translations/source/km/helpcontent2/source/text/swriter/01.po, 2754, 26059, 9165, 0, 0, 592, 7734, 3346, 33793 -translations/source/km/helpcontent2/source/text/swriter/02.po, 377, 2486, 1104, 0, 0, 49, 564, 426, 3050 -translations/source/km/helpcontent2/source/text/swriter/04.po, 248, 1239, 561, 0, 0, 6, 37, 254, 1276 -translations/source/km/helpcontent2/source/text/swriter/guide.po, 1938, 24248, 8787, 0, 0, 206, 3689, 2144, 27937 -translations/source/km/helpcontent2/source/text/swriter/librelogo.po, 310, 2637, 1691, 1, 120, 15, 262, 326, 3019 -translations/source/km/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/km/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 2186, 5, 78, 12, 128, 557, 4354 -translations/source/km/librelogo/source/pythonpath.po, 137, 170, 147, 1, 3, 0, 0, 138, 173 -translations/source/km/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 496, 1, 57, 0, 0, 49, 693 -translations/source/km/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 6, 0, 0, 0, 0, 2, 21 -translations/source/km/nlpsolver/src/locale.po, 41, 105, 78, 0, 0, 0, 0, 41, 105 -translations/source/km/officecfg/registry/data/org/openoffice.po, 8, 25, 16, 0, 0, 1, 3, 9, 28 -translations/source/km/officecfg/registry/data/org/openoffice/Office.po, 1279, 1742, 1448, 10, 65, 19, 34, 1308, 1841 -translations/source/km/officecfg/registry/data/org/openoffice/Office/UI.po, 2641, 5351, 3042, 497, 940, 539, 1431, 3677, 7722 -translations/source/km/readlicense_oo/docs.po, 88, 1760, 700, 1, 85, 14, 558, 103, 2403 -translations/source/km/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -translations/source/km/reportdesign/messages.po, 209, 499, 265, 46, 115, 3, 3, 258, 617 -translations/source/km/sc/messages.po, 3309, 14930, 6155, 777, 2325, 600, 3005, 4686, 20260 -translations/source/km/scaddins/messages.po, 878, 3053, 1222, 15, 31, 5, 101, 898, 3185 -translations/source/km/sccomp/messages.po, 12, 51, 27, 0, 0, 2, 14, 14, 65 -translations/source/km/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/km/scp2/source/base.po, 10, 44, 30, 0, 0, 0, 0, 10, 44 -translations/source/km/scp2/source/calc.po, 21, 89, 65, 0, 0, 1, 5, 22, 94 -translations/source/km/scp2/source/draw.po, 41, 149, 130, 0, 0, 0, 0, 41, 149 -translations/source/km/scp2/source/extensions.po, 16, 65, 33, 0, 0, 0, 0, 16, 65 -translations/source/km/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/km/scp2/source/graphicfilter.po, 30, 101, 82, 0, 0, 0, 0, 30, 101 -translations/source/km/scp2/source/impress.po, 21, 81, 64, 0, 0, 0, 0, 21, 81 -translations/source/km/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/km/scp2/source/math.po, 10, 42, 30, 0, 0, 0, 0, 10, 42 -translations/source/km/scp2/source/onlineupdate.po, 2, 13, 5, 0, 0, 0, 0, 2, 13 -translations/source/km/scp2/source/ooo.po, 557, 1914, 931, 11, 55, 14, 55, 582, 2024 -translations/source/km/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/km/scp2/source/quickstart.po, 2, 15, 6, 0, 0, 0, 0, 2, 15 -translations/source/km/scp2/source/winexplorerext.po, 2, 18, 8, 0, 0, 0, 0, 2, 18 -translations/source/km/scp2/source/writer.po, 27, 114, 82, 0, 0, 0, 0, 27, 114 -translations/source/km/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/km/sd/messages.po, 747, 1813, 940, 279, 555, 293, 583, 1319, 2951 -translations/source/km/setup_native/source/mac.po, 22, 119, 57, 1, 12, 0, 0, 23, 131 -translations/source/km/sfx2/messages.po, 324, 992, 486, 129, 466, 128, 768, 581, 2226 -translations/source/km/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -translations/source/km/starmath/messages.po, 407, 764, 490, 65, 106, 33, 98, 505, 968 -translations/source/km/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/km/svtools/messages.po, 763, 1968, 1404, 56, 350, 95, 293, 914, 2611 -translations/source/km/svx/messages.po, 1976, 4754, 2820, 488, 1155, 382, 1315, 2846, 7224 -translations/source/km/sw/messages.po, 2290, 4742, 2934, 675, 1556, 476, 1442, 3441, 7740 -translations/source/km/swext/mediawiki/help.po, 47, 353, 121, 26, 817, 16, 234, 89, 1404 -translations/source/km/swext/mediawiki/src.po, 2, 39, 13, 0, 0, 0, 0, 2, 39 -translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/km/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 82, 0, 0, 0, 0, 32, 181 -translations/source/km/sysui/desktop/share.po, 64, 257, 187, 2, 20, 0, 0, 66, 277 -translations/source/km/uui/messages.po, 117, 1067, 440, 16, 126, 24, 361, 157, 1554 -translations/source/km/vcl/messages.po, 239, 451, 300, 24, 58, 93, 228, 356, 737 -translations/source/km/wizards/messages.po, 259, 1036, 448, 5, 5, 1, 1, 265, 1042 -translations/source/km/wizards/source/resources.po, 489, 2013, 860, 56, 210, 9, 63, 554, 2286 -translations/source/km/writerperfect/messages.po, 2, 3, 2, 4, 8, 24, 54, 30, 65 -translations/source/km/xmlsecurity/messages.po, 55, 223, 76, 18, 131, 18, 70, 91, 424 -translations/source/kmr-Latn/accessibility/messages.po, 7, 13, 16, 1, 1, 3, 13, 11, 27 -translations/source/kmr-Latn/avmedia/messages.po, 17, 27, 26, 0, 0, 5, 18, 22, 45 -translations/source/kmr-Latn/basctl/messages.po, 97, 392, 390, 35, 52, 23, 167, 155, 611 -translations/source/kmr-Latn/basic/messages.po, 17, 49, 56, 118, 500, 0, 0, 135, 549 -translations/source/kmr-Latn/chart2/messages.po, 228, 481, 523, 178, 330, 214, 557, 620, 1368 -translations/source/kmr-Latn/connectivity/messages.po, 96, 942, 804, 6, 48, 4, 57, 106, 1047 -translations/source/kmr-Latn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/kmr-Latn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/kmr-Latn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/kmr-Latn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/kmr-Latn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/kmr-Latn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kmr-Latn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kmr-Latn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/kmr-Latn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/kmr-Latn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kmr-Latn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/kmr-Latn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kmr-Latn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kmr-Latn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kmr-Latn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/kmr-Latn/cui/messages.po, 614, 1337, 1408, 754, 1265, 975, 2956, 2343, 5558 -translations/source/kmr-Latn/dbaccess/messages.po, 423, 2479, 2336, 243, 1294, 146, 737, 812, 4510 -translations/source/kmr-Latn/desktop/messages.po, 98, 480, 507, 36, 362, 28, 383, 162, 1225 -translations/source/kmr-Latn/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kmr-Latn/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kmr-Latn/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/kmr-Latn/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/kmr-Latn/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kmr-Latn/dictionaries/en/dialog.po, 1, 1, 2, 3, 5, 33, 170, 37, 176 -translations/source/kmr-Latn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/kmr-Latn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/kmr-Latn/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/kmr-Latn/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kmr-Latn/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kmr-Latn/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 7, 25, 62, 32, 71 -translations/source/kmr-Latn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/kmr-Latn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/kmr-Latn/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kmr-Latn/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/kmr-Latn/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kmr-Latn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/kmr-Latn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/kmr-Latn/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/kmr-Latn/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kmr-Latn/dictionaries/ru_RU/dialog.po, 3, 3, 4, 2, 4, 9, 19, 14, 26 -translations/source/kmr-Latn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/kmr-Latn/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kmr-Latn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kmr-Latn/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kmr-Latn/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kmr-Latn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kmr-Latn/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kmr-Latn/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kmr-Latn/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kmr-Latn/editeng/messages.po, 225, 534, 642, 24, 80, 16, 42, 265, 656 -translations/source/kmr-Latn/extensions/messages.po, 399, 991, 1042, 211, 832, 53, 276, 663, 2099 -translations/source/kmr-Latn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kmr-Latn/extras/source/autocorr/emoji.po, 42, 38, 39, 179, 170, 1354, 1609, 1575, 1817 -translations/source/kmr-Latn/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/kmr-Latn/filter/messages.po, 53, 207, 235, 31, 61, 138, 550, 222, 818 -translations/source/kmr-Latn/filter/source/config/fragments/filters.po, 80, 276, 285, 11, 29, 129, 427, 220, 732 -translations/source/kmr-Latn/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/kmr-Latn/filter/source/config/fragments/types.po, 15, 41, 42, 3, 12, 20, 68, 38, 121 -translations/source/kmr-Latn/forms/messages.po, 54, 314, 294, 1, 2, 3, 14, 58, 330 -translations/source/kmr-Latn/formula/messages.po, 290, 293, 300, 64, 90, 72, 119, 426, 502 -translations/source/kmr-Latn/fpicker/messages.po, 30, 87, 87, 15, 34, 16, 42, 61, 163 -translations/source/kmr-Latn/framework/messages.po, 18, 167, 165, 6, 14, 5, 29, 29, 210 -translations/source/kmr-Latn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 526, 4025, 4712, 10, 105, 19, 218, 555, 4348 -translations/source/kmr-Latn/librelogo/source/pythonpath.po, 19, 21, 28, 38, 40, 81, 112, 138, 173 -translations/source/kmr-Latn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -translations/source/kmr-Latn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/kmr-Latn/nlpsolver/src/locale.po, 9, 9, 9, 6, 7, 26, 89, 41, 105 -translations/source/kmr-Latn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office.po, 1178, 1265, 1274, 18, 21, 112, 555, 1308, 1841 -translations/source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po, 2084, 4090, 4767, 592, 1117, 1001, 2515, 3677, 7722 -translations/source/kmr-Latn/readlicense_oo/docs.po, 11, 60, 58, 0, 0, 92, 2343, 103, 2403 -translations/source/kmr-Latn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/kmr-Latn/reportdesign/messages.po, 142, 313, 345, 82, 164, 34, 140, 258, 617 -translations/source/kmr-Latn/sc/messages.po, 1647, 4742, 4131, 898, 1981, 2141, 13537, 4686, 20260 -translations/source/kmr-Latn/scaddins/messages.po, 414, 883, 723, 77, 249, 408, 2054, 899, 3186 -translations/source/kmr-Latn/sccomp/messages.po, 11, 47, 46, 1, 4, 2, 14, 14, 65 -translations/source/kmr-Latn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/kmr-Latn/scp2/source/base.po, 8, 40, 49, 0, 0, 2, 4, 10, 44 -translations/source/kmr-Latn/scp2/source/calc.po, 17, 56, 77, 3, 29, 2, 9, 22, 94 -translations/source/kmr-Latn/scp2/source/draw.po, 13, 52, 57, 1, 5, 27, 92, 41, 149 -translations/source/kmr-Latn/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/kmr-Latn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/kmr-Latn/scp2/source/graphicfilter.po, 28, 91, 142, 0, 0, 2, 10, 30, 101 -translations/source/kmr-Latn/scp2/source/impress.po, 19, 74, 80, 1, 4, 1, 3, 21, 81 -translations/source/kmr-Latn/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/kmr-Latn/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/kmr-Latn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/kmr-Latn/scp2/source/ooo.po, 259, 334, 342, 150, 857, 173, 833, 582, 2024 -translations/source/kmr-Latn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/kmr-Latn/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/kmr-Latn/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/kmr-Latn/scp2/source/writer.po, 22, 69, 78, 0, 0, 5, 45, 27, 114 -translations/source/kmr-Latn/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/kmr-Latn/sd/messages.po, 363, 841, 886, 331, 612, 625, 1498, 1319, 2951 -translations/source/kmr-Latn/setup_native/source/mac.po, 22, 119, 123, 1, 12, 0, 0, 23, 131 -translations/source/kmr-Latn/sfx2/messages.po, 188, 515, 531, 144, 444, 249, 1267, 581, 2226 -translations/source/kmr-Latn/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -translations/source/kmr-Latn/starmath/messages.po, 270, 472, 483, 105, 150, 127, 343, 502, 965 -translations/source/kmr-Latn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kmr-Latn/svtools/messages.po, 568, 1442, 1467, 75, 181, 271, 988, 914, 2611 -translations/source/kmr-Latn/svx/messages.po, 1040, 2120, 2231, 599, 1340, 1207, 3764, 2846, 7224 -translations/source/kmr-Latn/sw/messages.po, 1184, 1998, 2273, 1118, 2001, 1139, 3741, 3441, 7740 -translations/source/kmr-Latn/swext/mediawiki/help.po, 44, 304, 273, 24, 702, 21, 398, 89, 1404 -translations/source/kmr-Latn/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/kmr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/kmr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -translations/source/kmr-Latn/sysui/desktop/share.po, 43, 153, 163, 10, 52, 13, 72, 66, 277 -translations/source/kmr-Latn/uui/messages.po, 93, 906, 901, 22, 149, 42, 499, 157, 1554 -translations/source/kmr-Latn/vcl/messages.po, 143, 227, 248, 54, 110, 159, 400, 356, 737 -translations/source/kmr-Latn/wizards/messages.po, 202, 887, 875, 30, 73, 33, 82, 265, 1042 -translations/source/kmr-Latn/wizards/source/resources.po, 432, 1782, 1743, 57, 240, 65, 264, 554, 2286 -translations/source/kmr-Latn/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/kmr-Latn/xmlsecurity/messages.po, 19, 36, 34, 15, 57, 57, 331, 91, 424 -translations/source/kn/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -translations/source/kn/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/kn/basctl/messages.po, 143, 564, 471, 10, 15, 2, 32, 155, 611 -translations/source/kn/basic/messages.po, 132, 539, 486, 3, 10, 0, 0, 135, 549 -translations/source/kn/chart2/messages.po, 560, 1232, 1328, 55, 102, 5, 34, 620, 1368 -translations/source/kn/connectivity/messages.po, 104, 1017, 702, 0, 0, 2, 30, 106, 1047 -translations/source/kn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/kn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/kn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/kn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/kn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/kn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/kn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/kn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/kn/cui/messages.po, 1633, 4013, 4065, 478, 858, 232, 687, 2343, 5558 -translations/source/kn/dbaccess/messages.po, 525, 2951, 2333, 266, 1444, 21, 115, 812, 4510 -translations/source/kn/desktop/messages.po, 118, 664, 559, 34, 436, 10, 125, 162, 1225 -translations/source/kn/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/kn/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kn/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/kn/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/kn/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/kn/dictionaries/en/dialog.po, 37, 176, 182, 0, 0, 0, 0, 37, 176 -translations/source/kn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/kn/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/kn/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kn/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/kn/dictionaries/hu_HU/dialog.po, 32, 71, 76, 0, 0, 0, 0, 32, 71 -translations/source/kn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kn/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/kn/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/kn/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/kn/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/kn/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/pt_BR.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/kn/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kn/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/kn/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/kn/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -translations/source/kn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/kn/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kn/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/kn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kn/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/kn/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kn/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/kn/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/kn/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/kn/editeng/messages.po, 256, 629, 613, 5, 16, 4, 11, 265, 656 -translations/source/kn/extensions/messages.po, 450, 1362, 1251, 197, 649, 16, 88, 663, 2099 -translations/source/kn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kn/extras/source/autocorr/emoji.po, 56, 50, 50, 203, 200, 1316, 1567, 1575, 1817 -translations/source/kn/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/kn/filter/messages.po, 170, 635, 594, 38, 110, 14, 73, 222, 818 -translations/source/kn/filter/source/config/fragments/filters.po, 120, 413, 411, 51, 179, 49, 140, 220, 732 -translations/source/kn/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 141, 0, 0, 0, 0, 38, 139 -translations/source/kn/filter/source/config/fragments/types.po, 24, 80, 81, 1, 5, 13, 36, 38, 121 -translations/source/kn/forms/messages.po, 57, 321, 235, 0, 0, 1, 9, 58, 330 -translations/source/kn/formula/messages.po, 365, 415, 419, 41, 45, 28, 50, 434, 510 -translations/source/kn/fpicker/messages.po, 29, 84, 87, 21, 47, 11, 32, 61, 163 -translations/source/kn/framework/messages.po, 21, 193, 153, 6, 14, 2, 3, 29, 210 -translations/source/kn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3572, 5, 78, 12, 128, 557, 4354 -translations/source/kn/librelogo/source/pythonpath.po, 137, 170, 175, 1, 3, 0, 0, 138, 173 -translations/source/kn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 499, 1, 57, 0, 0, 49, 693 -translations/source/kn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -translations/source/kn/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -translations/source/kn/officecfg/registry/data/org/openoffice.po, 8, 25, 25, 0, 0, 1, 3, 9, 28 -translations/source/kn/officecfg/registry/data/org/openoffice/Office.po, 1279, 1742, 2579, 10, 65, 19, 34, 1308, 1841 -translations/source/kn/officecfg/registry/data/org/openoffice/Office/UI.po, 2596, 5286, 5728, 542, 1005, 539, 1431, 3677, 7722 -translations/source/kn/readlicense_oo/docs.po, 88, 1760, 1379, 1, 85, 14, 558, 103, 2403 -translations/source/kn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/kn/reportdesign/messages.po, 205, 496, 477, 51, 118, 2, 3, 258, 617 -translations/source/kn/sc/messages.po, 3169, 13706, 10044, 949, 3706, 568, 2848, 4686, 20260 -translations/source/kn/scaddins/messages.po, 881, 3056, 2053, 15, 31, 5, 101, 901, 3188 -translations/source/kn/sccomp/messages.po, 12, 51, 41, 0, 0, 2, 14, 14, 65 -translations/source/kn/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/kn/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -translations/source/kn/scp2/source/calc.po, 21, 89, 86, 0, 0, 1, 5, 22, 94 -translations/source/kn/scp2/source/draw.po, 41, 149, 145, 0, 0, 0, 0, 41, 149 -translations/source/kn/scp2/source/extensions.po, 16, 65, 55, 0, 0, 0, 0, 16, 65 -translations/source/kn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/kn/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -translations/source/kn/scp2/source/impress.po, 21, 81, 84, 0, 0, 0, 0, 21, 81 -translations/source/kn/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/kn/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/kn/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/kn/scp2/source/ooo.po, 561, 1938, 1842, 8, 34, 13, 52, 582, 2024 -translations/source/kn/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/kn/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/kn/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/kn/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -translations/source/kn/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/kn/sd/messages.po, 728, 1790, 1731, 296, 574, 295, 587, 1319, 2951 -translations/source/kn/setup_native/source/mac.po, 22, 119, 103, 1, 12, 0, 0, 23, 131 -translations/source/kn/sfx2/messages.po, 315, 949, 905, 141, 531, 125, 746, 581, 2226 -translations/source/kn/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/kn/starmath/messages.po, 408, 774, 785, 64, 96, 33, 98, 505, 968 -translations/source/kn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kn/svtools/messages.po, 771, 1981, 1795, 55, 353, 88, 277, 914, 2611 -translations/source/kn/svx/messages.po, 1955, 4693, 4557, 523, 1258, 368, 1273, 2846, 7224 -translations/source/kn/sw/messages.po, 1729, 3249, 3261, 949, 1925, 763, 2566, 3441, 7740 -translations/source/kn/swext/mediawiki/help.po, 47, 353, 295, 26, 817, 16, 234, 89, 1404 -translations/source/kn/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/kn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 128, 0, 0, 0, 0, 32, 181 -translations/source/kn/sysui/desktop/share.po, 65, 261, 258, 1, 16, 0, 0, 66, 277 -translations/source/kn/uui/messages.po, 121, 1087, 849, 19, 151, 17, 316, 157, 1554 -translations/source/kn/vcl/messages.po, 238, 450, 445, 25, 59, 93, 228, 356, 737 -translations/source/kn/wizards/messages.po, 263, 1040, 834, 1, 1, 1, 1, 265, 1042 -translations/source/kn/wizards/source/resources.po, 472, 1996, 1613, 73, 227, 9, 63, 554, 2286 -translations/source/kn/writerperfect/messages.po, 3, 4, 4, 3, 7, 24, 54, 30, 65 -translations/source/kn/xmlsecurity/messages.po, 45, 204, 174, 28, 150, 18, 70, 91, 424 -translations/source/ko/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/ko/avmedia/messages.po, 22, 45, 45, 0, 0, 0, 0, 22, 45 -translations/source/ko/basctl/messages.po, 155, 611, 480, 0, 0, 0, 0, 155, 611 -translations/source/ko/basic/messages.po, 135, 549, 536, 0, 0, 0, 0, 135, 549 -translations/source/ko/chart2/messages.po, 620, 1368, 1285, 0, 0, 0, 0, 620, 1368 -translations/source/ko/connectivity/messages.po, 106, 1047, 760, 0, 0, 0, 0, 106, 1047 -translations/source/ko/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ko/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ko/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ko/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ko/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ko/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ko/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ko/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ko/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ko/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ko/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 7, 0, 0, 0, 0, 3, 6 -translations/source/ko/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ko/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ko/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ko/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ko/cui/messages.po, 2337, 5536, 5072, 0, 0, 6, 22, 2343, 5558 -translations/source/ko/dbaccess/messages.po, 812, 4510, 3348, 0, 0, 0, 0, 812, 4510 -translations/source/ko/desktop/messages.po, 162, 1225, 951, 0, 0, 0, 0, 162, 1225 -translations/source/ko/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ko/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/ko/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/ko/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ko/dictionaries/en/dialog.po, 37, 176, 180, 0, 0, 0, 0, 37, 176 -translations/source/ko/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ko/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/ko/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ko/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ko/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ko/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -translations/source/ko/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ko/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ko/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ko/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/ko/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/ko/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ko/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ko/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/ko/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ko/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -translations/source/ko/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ko/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ko/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ko/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ko/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/ko/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ko/editeng/messages.po, 265, 656, 643, 0, 0, 0, 0, 265, 656 -translations/source/ko/extensions/messages.po, 663, 2099, 1745, 0, 0, 0, 0, 663, 2099 -translations/source/ko/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ko/extras/source/autocorr/emoji.po, 1575, 1817, 1860, 0, 0, 0, 0, 1575, 1817 -translations/source/ko/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/ko/filter/messages.po, 222, 818, 720, 0, 0, 0, 0, 222, 818 -translations/source/ko/filter/source/config/fragments/filters.po, 220, 732, 760, 0, 0, 0, 0, 220, 732 -translations/source/ko/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -translations/source/ko/filter/source/config/fragments/types.po, 38, 121, 132, 0, 0, 0, 0, 38, 121 -translations/source/ko/forms/messages.po, 58, 330, 236, 0, 0, 0, 0, 58, 330 -translations/source/ko/formula/messages.po, 433, 509, 511, 0, 0, 0, 0, 433, 509 -translations/source/ko/fpicker/messages.po, 61, 163, 138, 0, 0, 0, 0, 61, 163 -translations/source/ko/framework/messages.po, 29, 210, 178, 0, 0, 0, 0, 29, 210 -translations/source/ko/helpcontent2/source/auxiliary.po, 94, 272, 243, 0, 0, 11, 30, 105, 302 -translations/source/ko/helpcontent2/source/text/sbasic/guide.po, 88, 1177, 941, 0, 0, 15, 168, 103, 1345 -translations/source/ko/helpcontent2/source/text/sbasic/shared.po, 3490, 29212, 22347, 0, 0, 1015, 6219, 4505, 35431 -translations/source/ko/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 262, 0, 0, 10, 129, 67, 465 -translations/source/ko/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1100, 0, 0, 3, 78, 198, 1482 -translations/source/ko/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ko/helpcontent2/source/text/scalc.po, 187, 986, 813, 0, 0, 0, 0, 187, 986 -translations/source/ko/helpcontent2/source/text/scalc/00.po, 61, 152, 164, 0, 0, 140, 793, 201, 945 -translations/source/ko/helpcontent2/source/text/scalc/01.po, 5543, 49144, 34359, 0, 0, 1952, 24011, 7495, 73155 -translations/source/ko/helpcontent2/source/text/scalc/02.po, 117, 795, 593, 0, 0, 6, 15, 123, 810 -translations/source/ko/helpcontent2/source/text/scalc/04.po, 169, 1264, 1004, 0, 0, 18, 233, 187, 1497 -translations/source/ko/helpcontent2/source/text/scalc/05.po, 85, 705, 549, 0, 0, 52, 148, 137, 853 -translations/source/ko/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ko/helpcontent2/source/text/scalc/guide.po, 1339, 18959, 13542, 0, 0, 130, 2634, 1469, 21593 -translations/source/ko/helpcontent2/source/text/schart.po, 95, 897, 694, 0, 0, 1, 34, 96, 931 -translations/source/ko/helpcontent2/source/text/schart/00.po, 56, 331, 281, 0, 0, 4, 16, 60, 347 -translations/source/ko/helpcontent2/source/text/schart/01.po, 972, 11826, 8479, 0, 0, 0, 0, 972, 11826 -translations/source/ko/helpcontent2/source/text/schart/02.po, 25, 117, 89, 0, 0, 0, 0, 25, 117 -translations/source/ko/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -translations/source/ko/helpcontent2/source/text/sdraw.po, 123, 732, 592, 0, 0, 0, 0, 123, 732 -translations/source/ko/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/ko/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/ko/helpcontent2/source/text/sdraw/04.po, 103, 489, 504, 0, 0, 0, 0, 103, 489 -translations/source/ko/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2346, 0, 0, 0, 0, 275, 3072 -translations/source/ko/helpcontent2/source/text/shared.po, 239, 2135, 1574, 0, 0, 11, 173, 250, 2308 -translations/source/ko/helpcontent2/source/text/shared/00.po, 834, 8369, 6330, 0, 0, 733, 7325, 1567, 15694 -translations/source/ko/helpcontent2/source/text/shared/01.po, 3827, 30604, 21924, 0, 0, 1660, 21358, 5487, 51962 -translations/source/ko/helpcontent2/source/text/shared/02.po, 1711, 19340, 13633, 0, 0, 471, 9782, 2182, 29122 -translations/source/ko/helpcontent2/source/text/shared/04.po, 240, 988, 947, 0, 0, 73, 1083, 313, 2071 -translations/source/ko/helpcontent2/source/text/shared/05.po, 111, 1155, 851, 0, 0, 85, 1185, 196, 2340 -translations/source/ko/helpcontent2/source/text/shared/06.po, 1, 2, 2, 0, 0, 2, 5, 3, 7 -translations/source/ko/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -translations/source/ko/helpcontent2/source/text/shared/autokorr.po, 48, 420, 300, 0, 0, 0, 0, 48, 420 -translations/source/ko/helpcontent2/source/text/shared/autopi.po, 778, 6843, 5032, 0, 0, 109, 1551, 887, 8394 -translations/source/ko/helpcontent2/source/text/shared/explorer/database.po, 1518, 15556, 11029, 0, 0, 123, 3301, 1641, 18857 -translations/source/ko/helpcontent2/source/text/shared/guide.po, 2080, 28893, 21560, 0, 0, 436, 7550, 2516, 36443 -translations/source/ko/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ko/helpcontent2/source/text/shared/menu.po, 16, 120, 100, 0, 0, 0, 0, 16, 120 -translations/source/ko/helpcontent2/source/text/shared/optionen.po, 1247, 11492, 8616, 0, 0, 687, 11859, 1934, 23351 -translations/source/ko/helpcontent2/source/text/simpress.po, 199, 1395, 1090, 0, 0, 0, 0, 199, 1395 -translations/source/ko/helpcontent2/source/text/simpress/00.po, 163, 902, 773, 0, 0, 0, 0, 163, 902 -translations/source/ko/helpcontent2/source/text/simpress/01.po, 1025, 8309, 5876, 0, 0, 21, 205, 1046, 8514 -translations/source/ko/helpcontent2/source/text/simpress/02.po, 660, 6509, 4461, 0, 0, 0, 0, 660, 6509 -translations/source/ko/helpcontent2/source/text/simpress/04.po, 239, 1138, 1021, 0, 0, 0, 0, 239, 1138 -translations/source/ko/helpcontent2/source/text/simpress/guide.po, 753, 10154, 7174, 0, 0, 14, 128, 767, 10282 -translations/source/ko/helpcontent2/source/text/smath.po, 59, 722, 541, 0, 0, 1, 17, 60, 739 -translations/source/ko/helpcontent2/source/text/smath/00.po, 66, 355, 286, 0, 0, 0, 0, 66, 355 -translations/source/ko/helpcontent2/source/text/smath/01.po, 1513, 13418, 10159, 0, 0, 38, 441, 1551, 13859 -translations/source/ko/helpcontent2/source/text/smath/02.po, 6, 97, 61, 0, 0, 0, 0, 6, 97 -translations/source/ko/helpcontent2/source/text/smath/04.po, 26, 135, 102, 0, 0, 0, 0, 26, 135 -translations/source/ko/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ko/helpcontent2/source/text/smath/guide.po, 104, 1193, 883, 0, 0, 0, 0, 104, 1193 -translations/source/ko/helpcontent2/source/text/swriter.po, 305, 2642, 2082, 0, 0, 31, 304, 336, 2946 -translations/source/ko/helpcontent2/source/text/swriter/00.po, 250, 1284, 1300, 27, 393, 33, 141, 310, 1818 -translations/source/ko/helpcontent2/source/text/swriter/01.po, 2673, 24857, 17697, 0, 0, 673, 8936, 3346, 33793 -translations/source/ko/helpcontent2/source/text/swriter/02.po, 426, 3050, 2301, 0, 0, 0, 0, 426, 3050 -translations/source/ko/helpcontent2/source/text/swriter/04.po, 254, 1276, 1238, 0, 0, 0, 0, 254, 1276 -translations/source/ko/helpcontent2/source/text/swriter/guide.po, 1925, 23892, 17393, 0, 0, 219, 4045, 2144, 27937 -translations/source/ko/helpcontent2/source/text/swriter/librelogo.po, 40, 41, 41, 0, 0, 286, 2978, 326, 3019 -translations/source/ko/helpcontent2/source/text/swriter/menu.po, 17, 96, 70, 0, 0, 0, 0, 17, 96 -translations/source/ko/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3535, 0, 0, 0, 0, 557, 4354 -translations/source/ko/librelogo/source/pythonpath.po, 138, 173, 176, 0, 0, 0, 0, 138, 173 -translations/source/ko/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 481, 0, 0, 0, 0, 49, 693 -translations/source/ko/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -translations/source/ko/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -translations/source/ko/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/ko/officecfg/registry/data/org/openoffice/Office.po, 1304, 1835, 1774, 0, 0, 4, 6, 1308, 1841 -translations/source/ko/officecfg/registry/data/org/openoffice/Office/UI.po, 3631, 7605, 7513, 0, 0, 46, 117, 3677, 7722 -translations/source/ko/readlicense_oo/docs.po, 102, 2343, 1597, 0, 0, 1, 60, 103, 2403 -translations/source/ko/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/ko/reportdesign/messages.po, 258, 617, 549, 0, 0, 0, 0, 258, 617 -translations/source/ko/sc/messages.po, 4484, 19800, 13857, 0, 0, 202, 460, 4686, 20260 -translations/source/ko/scaddins/messages.po, 901, 3188, 2100, 0, 0, 0, 0, 901, 3188 -translations/source/ko/sccomp/messages.po, 14, 65, 53, 0, 0, 0, 0, 14, 65 -translations/source/ko/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/ko/scp2/source/base.po, 10, 44, 37, 0, 0, 0, 0, 10, 44 -translations/source/ko/scp2/source/calc.po, 22, 94, 91, 0, 0, 0, 0, 22, 94 -translations/source/ko/scp2/source/draw.po, 41, 149, 151, 0, 0, 0, 0, 41, 149 -translations/source/ko/scp2/source/extensions.po, 16, 65, 61, 0, 0, 0, 0, 16, 65 -translations/source/ko/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/ko/scp2/source/graphicfilter.po, 30, 101, 98, 0, 0, 0, 0, 30, 101 -translations/source/ko/scp2/source/impress.po, 21, 81, 81, 0, 0, 0, 0, 21, 81 -translations/source/ko/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/ko/scp2/source/math.po, 10, 42, 34, 0, 0, 0, 0, 10, 42 -translations/source/ko/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/ko/scp2/source/ooo.po, 582, 2024, 1910, 0, 0, 0, 0, 582, 2024 -translations/source/ko/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/ko/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/ko/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/ko/scp2/source/writer.po, 27, 114, 111, 0, 0, 0, 0, 27, 114 -translations/source/ko/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ko/sd/messages.po, 1175, 2780, 2511, 0, 0, 144, 171, 1319, 2951 -translations/source/ko/setup_native/source/mac.po, 23, 131, 98, 0, 0, 0, 0, 23, 131 -translations/source/ko/sfx2/messages.po, 576, 2093, 1711, 0, 0, 5, 133, 581, 2226 -translations/source/ko/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/ko/starmath/messages.po, 505, 968, 891, 0, 0, 0, 0, 505, 968 -translations/source/ko/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ko/svtools/messages.po, 906, 2596, 2280, 0, 0, 8, 15, 914, 2611 -translations/source/ko/svx/messages.po, 2800, 7122, 6411, 0, 0, 46, 102, 2846, 7224 -translations/source/ko/sw/messages.po, 3360, 7619, 7154, 0, 0, 80, 120, 3440, 7739 -translations/source/ko/swext/mediawiki/help.po, 75, 1191, 835, 0, 0, 14, 213, 89, 1404 -translations/source/ko/swext/mediawiki/src.po, 2, 39, 27, 0, 0, 0, 0, 2, 39 -translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ko/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 121, 0, 0, 0, 0, 32, 181 -translations/source/ko/sysui/desktop/share.po, 66, 277, 273, 0, 0, 0, 0, 66, 277 -translations/source/ko/uui/messages.po, 157, 1554, 1112, 0, 0, 0, 0, 157, 1554 -translations/source/ko/vcl/messages.po, 275, 542, 487, 0, 0, 81, 195, 356, 737 -translations/source/ko/wizards/messages.po, 265, 1042, 864, 0, 0, 0, 0, 265, 1042 -translations/source/ko/wizards/source/resources.po, 554, 2286, 1736, 0, 0, 0, 0, 554, 2286 -translations/source/ko/writerperfect/messages.po, 30, 65, 65, 0, 0, 0, 0, 30, 65 -translations/source/ko/xmlsecurity/messages.po, 91, 424, 323, 0, 0, 0, 0, 91, 424 -translations/source/kok/accessibility/messages.po, 7, 13, 14, 0, 0, 4, 14, 11, 27 -translations/source/kok/avmedia/messages.po, 11, 20, 19, 4, 5, 7, 20, 22, 45 -translations/source/kok/basctl/messages.po, 96, 391, 370, 34, 47, 25, 173, 155, 611 -translations/source/kok/basic/messages.po, 18, 52, 73, 117, 497, 0, 0, 135, 549 -translations/source/kok/chart2/messages.po, 220, 479, 587, 174, 314, 226, 575, 620, 1368 -translations/source/kok/connectivity/messages.po, 94, 934, 949, 8, 56, 4, 57, 106, 1047 -translations/source/kok/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/kok/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kok/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/kok/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/kok/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/kok/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/kok/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kok/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/kok/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/kok/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kok/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/kok/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kok/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kok/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/kok/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/kok/cui/messages.po, 638, 1261, 1537, 714, 1250, 991, 3047, 2343, 5558 -translations/source/kok/dbaccess/messages.po, 380, 2296, 2038, 250, 1316, 182, 898, 812, 4510 -translations/source/kok/desktop/messages.po, 89, 435, 445, 27, 172, 46, 618, 162, 1225 -translations/source/kok/dictionaries/af_ZA.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/kok/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kok/dictionaries/ar.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -translations/source/kok/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kok/dictionaries/bg_BG.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/kok/dictionaries/br_FR.po, 1, 3, 10, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kok/dictionaries/ca.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/kok/dictionaries/da_DK.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/kok/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/kok/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kok/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/kok/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kok/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/kok/dictionaries/et_EE.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -translations/source/kok/dictionaries/fr_FR.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/kok/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/kok/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/kok/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/hr_HR.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -translations/source/kok/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kok/dictionaries/hu_HU/dialog.po, 2, 2, 2, 5, 8, 25, 61, 32, 71 -translations/source/kok/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kok/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/kok/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/kok/dictionaries/it_IT.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/kok/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kok/dictionaries/lt_LT.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -translations/source/kok/dictionaries/lv_LV.po, 1, 6, 14, 0, 0, 0, 0, 1, 6 -translations/source/kok/dictionaries/ne_NP.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -translations/source/kok/dictionaries/nl_NL.po, 1, 6, 13, 0, 0, 0, 0, 1, 6 -translations/source/kok/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/kok/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/pl_PL.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kok/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kok/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kok/dictionaries/pt_PT.po, 1, 8, 17, 0, 0, 0, 0, 1, 8 -translations/source/kok/dictionaries/ro.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/kok/dictionaries/ru_RU/dialog.po, 4, 4, 6, 2, 4, 8, 18, 14, 26 -translations/source/kok/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/kok/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kok/dictionaries/sk_SK.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/sl_SI.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kok/dictionaries/sr.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/kok/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/kok/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/kok/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/kok/dictionaries/uk_UA.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/kok/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/kok/dictionaries/zu_ZA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/kok/editeng/messages.po, 190, 499, 794, 59, 97, 16, 60, 265, 656 -translations/source/kok/extensions/messages.po, 391, 1016, 1039, 212, 794, 60, 289, 663, 2099 -translations/source/kok/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/kok/extras/source/autocorr/emoji.po, 45, 41, 41, 187, 179, 1343, 1597, 1575, 1817 -translations/source/kok/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/kok/filter/messages.po, 57, 204, 215, 34, 80, 131, 534, 222, 818 -translations/source/kok/filter/source/config/fragments/filters.po, 86, 303, 372, 12, 34, 122, 395, 220, 732 -translations/source/kok/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 151, 0, 0, 3, 12, 38, 139 -translations/source/kok/filter/source/config/fragments/types.po, 4, 17, 20, 6, 23, 28, 81, 38, 121 -translations/source/kok/forms/messages.po, 54, 314, 246, 1, 2, 3, 14, 58, 330 -translations/source/kok/formula/messages.po, 276, 279, 302, 93, 119, 64, 111, 433, 509 -translations/source/kok/fpicker/messages.po, 31, 77, 82, 15, 45, 15, 41, 61, 163 -translations/source/kok/framework/messages.po, 10, 69, 64, 7, 16, 12, 125, 29, 210 -translations/source/kok/instsetoo_native/inc_openoffice/windows/msi_languages.po, 528, 4023, 3933, 8, 98, 20, 230, 556, 4351 -translations/source/kok/librelogo/source/pythonpath.po, 29, 30, 32, 45, 47, 64, 96, 138, 173 -translations/source/kok/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 4, 0, 0, 47, 690, 49, 693 -translations/source/kok/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/kok/nlpsolver/src/locale.po, 8, 8, 9, 5, 6, 28, 91, 41, 105 -translations/source/kok/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/kok/officecfg/registry/data/org/openoffice/Office.po, 1230, 1410, 1739, 5, 6, 73, 425, 1308, 1841 -translations/source/kok/officecfg/registry/data/org/openoffice/Office/UI.po, 2266, 4476, 4661, 573, 1089, 838, 2157, 3677, 7722 -translations/source/kok/readlicense_oo/docs.po, 66, 1300, 2997, 2, 86, 35, 1017, 103, 2403 -translations/source/kok/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/kok/reportdesign/messages.po, 159, 391, 572, 75, 170, 24, 56, 258, 617 -translations/source/kok/sc/messages.po, 2254, 10774, 7863, 921, 2642, 1511, 6844, 4686, 20260 -translations/source/kok/scaddins/messages.po, 788, 2467, 1952, 22, 89, 91, 632, 901, 3188 -translations/source/kok/sccomp/messages.po, 11, 47, 73, 1, 4, 2, 14, 14, 65 -translations/source/kok/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/kok/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -translations/source/kok/scp2/source/calc.po, 15, 48, 50, 5, 37, 2, 9, 22, 94 -translations/source/kok/scp2/source/draw.po, 13, 52, 53, 1, 5, 27, 92, 41, 149 -translations/source/kok/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/kok/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/kok/scp2/source/graphicfilter.po, 28, 91, 94, 0, 0, 2, 10, 30, 101 -translations/source/kok/scp2/source/impress.po, 17, 66, 66, 3, 12, 1, 3, 21, 81 -translations/source/kok/scp2/source/kde.po, 2, 9, 16, 0, 0, 0, 0, 2, 9 -translations/source/kok/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/kok/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/kok/scp2/source/ooo.po, 510, 1738, 2581, 42, 179, 30, 107, 582, 2024 -translations/source/kok/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/kok/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/kok/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/kok/scp2/source/writer.po, 21, 65, 72, 1, 4, 5, 45, 27, 114 -translations/source/kok/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/kok/sd/messages.po, 410, 992, 930, 348, 645, 561, 1314, 1319, 2951 -translations/source/kok/setup_native/source/mac.po, 19, 111, 187, 4, 20, 0, 0, 23, 131 -translations/source/kok/sfx2/messages.po, 185, 540, 566, 132, 420, 264, 1266, 581, 2226 -translations/source/kok/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/kok/starmath/messages.po, 274, 476, 481, 105, 149, 124, 341, 503, 966 -translations/source/kok/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/kok/svtools/messages.po, 577, 1354, 1319, 74, 154, 263, 1103, 914, 2611 -translations/source/kok/svx/messages.po, 1406, 3291, 3602, 600, 1360, 840, 2573, 2846, 7224 -translations/source/kok/sw/messages.po, 1245, 2135, 2396, 1074, 1978, 1116, 3617, 3435, 7730 -translations/source/kok/swext/mediawiki/help.po, 14, 19, 23, 3, 5, 72, 1380, 89, 1404 -translations/source/kok/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -translations/source/kok/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 24, 172, 336, 7, 7, 1, 2, 32, 181 -translations/source/kok/sysui/desktop/share.po, 41, 157, 214, 12, 64, 13, 56, 66, 277 -translations/source/kok/uui/messages.po, 92, 905, 879, 24, 163, 41, 486, 157, 1554 -translations/source/kok/vcl/messages.po, 130, 182, 182, 52, 105, 174, 450, 356, 737 -translations/source/kok/wizards/messages.po, 228, 984, 848, 13, 14, 24, 44, 265, 1042 -translations/source/kok/wizards/source/resources.po, 456, 1858, 1581, 49, 252, 49, 176, 554, 2286 -translations/source/kok/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/kok/xmlsecurity/messages.po, 20, 39, 35, 18, 118, 53, 267, 91, 424 -translations/source/ks/accessibility/messages.po, 7, 13, 14, 0, 0, 4, 14, 11, 27 -translations/source/ks/avmedia/messages.po, 16, 26, 24, 1, 1, 5, 18, 22, 45 -translations/source/ks/basctl/messages.po, 97, 393, 398, 32, 43, 26, 175, 155, 611 -translations/source/ks/basic/messages.po, 18, 52, 59, 117, 497, 0, 0, 135, 549 -translations/source/ks/chart2/messages.po, 230, 488, 486, 157, 264, 233, 616, 620, 1368 -translations/source/ks/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/ks/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ks/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ks/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ks/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/ks/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ks/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ks/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ks/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ks/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ks/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ks/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ks/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ks/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ks/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ks/cui/messages.po, 375, 545, 601, 741, 1119, 1227, 3894, 2343, 5558 -translations/source/ks/dbaccess/messages.po, 324, 1864, 1753, 240, 1066, 248, 1580, 812, 4510 -translations/source/ks/desktop/messages.po, 42, 181, 178, 15, 74, 105, 970, 162, 1225 -translations/source/ks/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ks/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ks/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ks/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ks/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/ks/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ks/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ks/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ks/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ks/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ks/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/ks/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ks/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ks/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ks/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ks/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ks/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ks/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ks/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ks/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ks/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -translations/source/ks/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ks/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ks/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ks/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ks/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ks/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/editeng/messages.po, 54, 91, 118, 77, 124, 134, 441, 265, 656 -translations/source/ks/extensions/messages.po, 335, 735, 798, 190, 688, 138, 676, 663, 2099 -translations/source/ks/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ks/extras/source/autocorr/emoji.po, 42, 39, 41, 181, 172, 1352, 1606, 1575, 1817 -translations/source/ks/extras/source/gallery/share.po, 5, 7, 8, 2, 2, 5, 6, 12, 15 -translations/source/ks/filter/messages.po, 40, 159, 119, 30, 58, 152, 601, 222, 818 -translations/source/ks/filter/source/config/fragments/filters.po, 20, 58, 51, 9, 24, 191, 650, 220, 732 -translations/source/ks/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ks/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -translations/source/ks/forms/messages.po, 51, 294, 280, 1, 2, 6, 34, 58, 330 -translations/source/ks/formula/messages.po, 54, 57, 64, 53, 54, 327, 399, 434, 510 -translations/source/ks/fpicker/messages.po, 28, 60, 66, 17, 47, 16, 56, 61, 163 -translations/source/ks/framework/messages.po, 10, 69, 71, 7, 16, 12, 125, 29, 210 -translations/source/ks/instsetoo_native/inc_openoffice/windows/msi_languages.po, 522, 3954, 4824, 7, 96, 24, 292, 553, 4342 -translations/source/ks/librelogo/source/pythonpath.po, 14, 16, 21, 45, 47, 79, 110, 138, 173 -translations/source/ks/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/ks/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ks/nlpsolver/src/locale.po, 5, 5, 5, 8, 9, 28, 91, 41, 105 -translations/source/ks/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ks/officecfg/registry/data/org/openoffice/Office.po, 1179, 1260, 2195, 9, 12, 120, 569, 1308, 1841 -translations/source/ks/officecfg/registry/data/org/openoffice/Office/UI.po, 2173, 4260, 4664, 570, 1071, 934, 2391, 3677, 7722 -translations/source/ks/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/ks/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ks/reportdesign/messages.po, 54, 77, 96, 82, 126, 122, 414, 258, 617 -translations/source/ks/sc/messages.po, 2097, 10595, 9322, 999, 2640, 1590, 7025, 4686, 20260 -translations/source/ks/scaddins/messages.po, 780, 2459, 2394, 24, 91, 97, 638, 901, 3188 -translations/source/ks/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/ks/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/ks/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -translations/source/ks/scp2/source/calc.po, 15, 48, 43, 4, 33, 3, 13, 22, 94 -translations/source/ks/scp2/source/draw.po, 13, 52, 43, 1, 5, 27, 92, 41, 149 -translations/source/ks/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/ks/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ks/scp2/source/graphicfilter.po, 28, 91, 71, 0, 0, 2, 10, 30, 101 -translations/source/ks/scp2/source/impress.po, 17, 66, 63, 2, 8, 2, 7, 21, 81 -translations/source/ks/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ks/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/ks/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/ks/scp2/source/ooo.po, 51, 77, 77, 10, 10, 521, 1937, 582, 2024 -translations/source/ks/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ks/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -translations/source/ks/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -translations/source/ks/scp2/source/writer.po, 17, 50, 42, 2, 7, 8, 57, 27, 114 -translations/source/ks/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/ks/sd/messages.po, 348, 889, 929, 369, 648, 602, 1414, 1319, 2951 -translations/source/ks/setup_native/source/mac.po, 2, 2, 4, 3, 8, 18, 121, 23, 131 -translations/source/ks/sfx2/messages.po, 156, 410, 459, 137, 343, 288, 1473, 581, 2226 -translations/source/ks/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 1, 1, 0, 0, 37, 45 -translations/source/ks/starmath/messages.po, 256, 458, 455, 110, 152, 129, 348, 495, 958 -translations/source/ks/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ks/svtools/messages.po, 290, 701, 684, 73, 157, 551, 1753, 914, 2611 -translations/source/ks/svx/messages.po, 1145, 2530, 2765, 585, 1223, 1116, 3471, 2846, 7224 -translations/source/ks/sw/messages.po, 1077, 1841, 2146, 1172, 2012, 1191, 3885, 3440, 7738 -translations/source/ks/swext/mediawiki/help.po, 2, 2, 3, 8, 10, 79, 1392, 89, 1404 -translations/source/ks/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ks/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 7, 7, 20, 169, 32, 181 -translations/source/ks/sysui/desktop/share.po, 19, 89, 106, 23, 86, 24, 102, 66, 277 -translations/source/ks/uui/messages.po, 60, 523, 493, 22, 122, 75, 909, 157, 1554 -translations/source/ks/vcl/messages.po, 97, 134, 146, 62, 98, 197, 505, 356, 737 -translations/source/ks/wizards/messages.po, 218, 974, 1031, 23, 24, 24, 44, 265, 1042 -translations/source/ks/wizards/source/resources.po, 397, 1779, 1724, 97, 298, 60, 209, 554, 2286 -translations/source/ks/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/ks/xmlsecurity/messages.po, 15, 24, 24, 17, 54, 59, 346, 91, 424 -translations/source/ky/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -translations/source/ky/avmedia/messages.po, 11, 12, 15, 1, 1, 10, 32, 22, 45 -translations/source/ky/basctl/messages.po, 0, 0, 0, 1, 1, 154, 610, 155, 611 -translations/source/ky/basic/messages.po, 7, 9, 8, 6, 15, 122, 525, 135, 549 -translations/source/ky/chart2/messages.po, 0, 0, 0, 0, 0, 620, 1368, 620, 1368 -translations/source/ky/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/ky/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ky/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ky/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ky/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/ky/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ky/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ky/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ky/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ky/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ky/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ky/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ky/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ky/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ky/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ky/cui/messages.po, 16, 16, 16, 3, 3, 2324, 5539, 2343, 5558 -translations/source/ky/dbaccess/messages.po, 7, 7, 7, 5, 5, 800, 4498, 812, 4510 -translations/source/ky/desktop/messages.po, 2, 13, 10, 0, 0, 160, 1212, 162, 1225 -translations/source/ky/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ky/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ky/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ky/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ky/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/ky/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ky/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ky/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ky/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ky/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ky/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -translations/source/ky/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ky/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ky/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ky/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ky/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ky/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ky/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ky/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ky/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ky/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -translations/source/ky/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ky/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ky/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ky/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ky/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ky/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/editeng/messages.po, 0, 0, 0, 0, 0, 265, 656, 265, 656 -translations/source/ky/extensions/messages.po, 5, 5, 5, 3, 3, 655, 2091, 663, 2099 -translations/source/ky/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ky/extras/source/autocorr/emoji.po, 0, 0, 0, 23, 4, 1552, 1813, 1575, 1817 -translations/source/ky/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -translations/source/ky/filter/messages.po, 0, 0, 0, 0, 0, 222, 818, 222, 818 -translations/source/ky/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -translations/source/ky/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ky/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -translations/source/ky/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -translations/source/ky/formula/messages.po, 0, 0, 0, 0, 0, 438, 514, 438, 514 -translations/source/ky/fpicker/messages.po, 2, 2, 2, 3, 3, 56, 158, 61, 163 -translations/source/ky/framework/messages.po, 0, 0, 0, 0, 0, 29, 210, 29, 210 -translations/source/ky/instsetoo_native/inc_openoffice/windows/msi_languages.po, 2, 2, 2, 0, 0, 555, 4352, 557, 4354 -translations/source/ky/librelogo/source/pythonpath.po, 3, 5, 4, 2, 4, 133, 164, 138, 173 -translations/source/ky/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -translations/source/ky/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ky/nlpsolver/src/locale.po, 1, 1, 1, 0, 0, 40, 104, 41, 105 -translations/source/ky/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ky/officecfg/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 1, 1307, 1840, 1308, 1841 -translations/source/ky/officecfg/registry/data/org/openoffice/Office/UI.po, 6, 6, 6, 9, 10, 3662, 7706, 3677, 7722 -translations/source/ky/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/ky/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ky/reportdesign/messages.po, 4, 4, 4, 0, 0, 254, 613, 258, 617 -translations/source/ky/sc/messages.po, 3, 3, 3, 7, 7, 4676, 20250, 4686, 20260 -translations/source/ky/scaddins/messages.po, 0, 0, 0, 1, 1, 900, 3187, 901, 3188 -translations/source/ky/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/ky/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/ky/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -translations/source/ky/scp2/source/calc.po, 0, 0, 0, 0, 0, 22, 94, 22, 94 -translations/source/ky/scp2/source/draw.po, 0, 0, 0, 0, 0, 41, 149, 41, 149 -translations/source/ky/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -translations/source/ky/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ky/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/ky/scp2/source/impress.po, 0, 0, 0, 0, 0, 21, 81, 21, 81 -translations/source/ky/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ky/scp2/source/math.po, 0, 0, 0, 0, 0, 10, 42, 10, 42 -translations/source/ky/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/ky/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -translations/source/ky/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ky/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/ky/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/ky/scp2/source/writer.po, 0, 0, 0, 0, 0, 27, 114, 27, 114 -translations/source/ky/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/ky/sd/messages.po, 6, 6, 6, 8, 8, 1305, 2937, 1319, 2951 -translations/source/ky/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -translations/source/ky/sfx2/messages.po, 4, 4, 4, 1, 1, 576, 2221, 581, 2226 -translations/source/ky/shell/source/win32/shlxthandler/res.po, 0, 0, 0, 0, 0, 37, 45, 37, 45 -translations/source/ky/starmath/messages.po, 0, 0, 0, 0, 0, 505, 968, 505, 968 -translations/source/ky/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ky/svtools/messages.po, 0, 0, 0, 1, 1, 913, 2610, 914, 2611 -translations/source/ky/svx/messages.po, 12, 12, 12, 5, 5, 2829, 7207, 2846, 7224 -translations/source/ky/sw/messages.po, 9, 9, 9, 2, 2, 3430, 7729, 3441, 7740 -translations/source/ky/swext/mediawiki/help.po, 0, 0, 0, 0, 0, 89, 1404, 89, 1404 -translations/source/ky/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ky/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ky/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 2, 2, 2, 0, 0, 30, 179, 32, 181 -translations/source/ky/sysui/desktop/share.po, 0, 0, 0, 0, 0, 66, 277, 66, 277 -translations/source/ky/uui/messages.po, 0, 0, 0, 2, 2, 155, 1552, 157, 1554 -translations/source/ky/vcl/messages.po, 2, 2, 2, 7, 7, 347, 728, 356, 737 -translations/source/ky/wizards/messages.po, 2, 2, 2, 0, 0, 263, 1040, 265, 1042 -translations/source/ky/wizards/source/resources.po, 4, 4, 4, 1, 1, 549, 2281, 554, 2286 -translations/source/ky/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -translations/source/ky/xmlsecurity/messages.po, 0, 0, 0, 0, 0, 91, 424, 91, 424 -translations/source/lb/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -translations/source/lb/avmedia/messages.po, 10, 10, 10, 0, 0, 12, 35, 22, 45 -translations/source/lb/basctl/messages.po, 49, 124, 122, 28, 38, 78, 449, 155, 611 -translations/source/lb/basic/messages.po, 6, 6, 6, 2, 9, 127, 534, 135, 549 -translations/source/lb/chart2/messages.po, 84, 101, 100, 65, 75, 471, 1192, 620, 1368 -translations/source/lb/connectivity/messages.po, 0, 0, 0, 1, 4, 105, 1043, 106, 1047 -translations/source/lb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/lb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/lb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/lb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/lb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/lb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/lb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/lb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/lb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/lb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/lb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/lb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/lb/cui/messages.po, 327, 389, 382, 450, 543, 1566, 4626, 2343, 5558 -translations/source/lb/dbaccess/messages.po, 50, 50, 50, 62, 94, 700, 4366, 812, 4510 -translations/source/lb/desktop/messages.po, 52, 143, 149, 27, 86, 83, 996, 162, 1225 -translations/source/lb/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lb/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lb/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/lb/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/bg_BG.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/lb/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/lb/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/lb/dictionaries/da_DK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/lb/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/lb/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/lb/dictionaries/en/dialog.po, 37, 176, 172, 0, 0, 0, 0, 37, 176 -translations/source/lb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -translations/source/lb/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/lb/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/lb/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lb/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/lb/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/lb/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/hr_HR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/lb/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/lb/dictionaries/hu_HU/dialog.po, 32, 71, 65, 0, 0, 0, 0, 32, 71 -translations/source/lb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -translations/source/lb/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/lb/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/lb/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/lb/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/lb/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/lb/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/lb/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/lb/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/lb/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/lb/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/lb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/lb/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/lb/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/lb/dictionaries/ru_RU/dialog.po, 4, 6, 6, 0, 0, 10, 20, 14, 26 -translations/source/lb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/lb/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/lb/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/lb/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/lb/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/lb/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/lb/dictionaries/vi.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/lb/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lb/editeng/messages.po, 182, 380, 361, 17, 34, 66, 242, 265, 656 -translations/source/lb/extensions/messages.po, 107, 127, 117, 112, 164, 444, 1808, 663, 2099 -translations/source/lb/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/lb/extras/source/autocorr/emoji.po, 31, 29, 29, 110, 94, 1434, 1694, 1575, 1817 -translations/source/lb/extras/source/gallery/share.po, 2, 2, 2, 1, 1, 9, 12, 12, 15 -translations/source/lb/filter/messages.po, 24, 30, 31, 23, 27, 175, 761, 222, 818 -translations/source/lb/filter/source/config/fragments/filters.po, 28, 90, 81, 10, 30, 182, 612, 220, 732 -translations/source/lb/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/lb/filter/source/config/fragments/types.po, 5, 19, 18, 5, 21, 28, 81, 38, 121 -translations/source/lb/forms/messages.po, 11, 13, 13, 1, 1, 46, 316, 58, 330 -translations/source/lb/formula/messages.po, 33, 33, 33, 35, 39, 368, 440, 436, 512 -translations/source/lb/fpicker/messages.po, 10, 13, 12, 7, 9, 44, 141, 61, 163 -translations/source/lb/framework/messages.po, 13, 28, 27, 3, 6, 13, 176, 29, 210 -translations/source/lb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 44, 58, 58, 58, 66, 455, 4230, 557, 4354 -translations/source/lb/librelogo/source/pythonpath.po, 10, 10, 10, 25, 25, 103, 138, 138, 173 -translations/source/lb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/lb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/lb/nlpsolver/src/locale.po, 8, 8, 8, 2, 2, 31, 95, 41, 105 -translations/source/lb/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/lb/officecfg/registry/data/org/openoffice/Office.po, 133, 151, 148, 128, 134, 1047, 1556, 1308, 1841 -translations/source/lb/officecfg/registry/data/org/openoffice/Office/UI.po, 391, 458, 434, 529, 822, 2757, 6442, 3677, 7722 -translations/source/lb/readlicense_oo/docs.po, 32, 763, 656, 9, 127, 62, 1513, 103, 2403 -translations/source/lb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/lb/reportdesign/messages.po, 72, 91, 90, 37, 62, 149, 464, 258, 617 -translations/source/lb/sc/messages.po, 640, 717, 685, 681, 887, 3365, 18656, 4686, 20260 -translations/source/lb/scaddins/messages.po, 32, 32, 32, 47, 51, 822, 3105, 901, 3188 -translations/source/lb/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/lb/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/lb/scp2/source/base.po, 9, 29, 26, 0, 0, 1, 15, 10, 44 -translations/source/lb/scp2/source/calc.po, 16, 44, 40, 0, 0, 6, 50, 22, 94 -translations/source/lb/scp2/source/draw.po, 11, 29, 25, 0, 0, 30, 120, 41, 149 -translations/source/lb/scp2/source/extensions.po, 2, 4, 4, 0, 0, 14, 61, 16, 65 -translations/source/lb/scp2/source/gnome.po, 1, 2, 1, 0, 0, 1, 9, 2, 11 -translations/source/lb/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/lb/scp2/source/impress.po, 16, 46, 42, 1, 1, 4, 34, 21, 81 -translations/source/lb/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/lb/scp2/source/math.po, 8, 21, 20, 0, 0, 2, 21, 10, 42 -translations/source/lb/scp2/source/onlineupdate.po, 1, 2, 2, 0, 0, 1, 11, 2, 13 -translations/source/lb/scp2/source/ooo.po, 355, 876, 949, 64, 349, 163, 799, 582, 2024 -translations/source/lb/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/lb/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/lb/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/lb/scp2/source/writer.po, 22, 69, 60, 0, 0, 5, 45, 27, 114 -translations/source/lb/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/lb/sd/messages.po, 149, 174, 171, 206, 278, 964, 2499, 1319, 2951 -translations/source/lb/setup_native/source/mac.po, 7, 12, 13, 1, 2, 15, 117, 23, 131 -translations/source/lb/sfx2/messages.po, 96, 116, 117, 80, 103, 405, 2007, 581, 2226 -translations/source/lb/shell/source/win32/shlxthandler/res.po, 33, 37, 33, 1, 1, 3, 7, 37, 45 -translations/source/lb/starmath/messages.po, 117, 136, 131, 80, 95, 308, 737, 505, 968 -translations/source/lb/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/lb/svtools/messages.po, 170, 213, 206, 71, 121, 673, 2277, 914, 2611 -translations/source/lb/svx/messages.po, 416, 501, 464, 304, 429, 2126, 6294, 2846, 7224 -translations/source/lb/sw/messages.po, 473, 525, 511, 690, 922, 2278, 6293, 3441, 7740 -translations/source/lb/swext/mediawiki/help.po, 5, 5, 5, 2, 2, 82, 1397, 89, 1404 -translations/source/lb/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/lb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 8, 2, 2, 22, 171, 32, 181 -translations/source/lb/sysui/desktop/share.po, 32, 95, 91, 9, 48, 25, 134, 66, 277 -translations/source/lb/uui/messages.po, 23, 72, 67, 13, 25, 121, 1457, 157, 1554 -translations/source/lb/vcl/messages.po, 67, 72, 71, 39, 44, 250, 621, 356, 737 -translations/source/lb/wizards/messages.po, 30, 31, 31, 22, 24, 213, 987, 265, 1042 -translations/source/lb/wizards/source/resources.po, 76, 94, 93, 37, 57, 441, 2135, 554, 2286 -translations/source/lb/writerperfect/messages.po, 0, 0, 0, 3, 5, 27, 60, 30, 65 -translations/source/lb/xmlsecurity/messages.po, 10, 11, 11, 4, 6, 77, 407, 91, 424 -translations/source/lo/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -translations/source/lo/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -translations/source/lo/basctl/messages.po, 155, 611, 226, 0, 0, 0, 0, 155, 611 -translations/source/lo/basic/messages.po, 135, 549, 235, 0, 0, 0, 0, 135, 549 -translations/source/lo/chart2/messages.po, 618, 1364, 828, 0, 0, 2, 4, 620, 1368 -translations/source/lo/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/lo/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/lo/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/lo/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/lo/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/lo/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/lo/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lo/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/lo/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/lo/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/lo/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lo/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/lo/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/lo/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/lo/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/lo/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/lo/cui/messages.po, 409, 575, 423, 646, 992, 1288, 3991, 2343, 5558 -translations/source/lo/dbaccess/messages.po, 333, 1925, 579, 227, 1042, 252, 1543, 812, 4510 -translations/source/lo/desktop/messages.po, 162, 1225, 407, 0, 0, 0, 0, 162, 1225 -translations/source/lo/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/lo/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/lo/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/lo/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/lo/dictionaries/en/dialog.po, 37, 176, 92, 0, 0, 0, 0, 37, 176 -translations/source/lo/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/lo/dictionaries/es.po, 1, 12, 10, 0, 0, 0, 0, 1, 12 -translations/source/lo/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/lo/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/lo/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/hu_HU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/lo/dictionaries/hu_HU/dialog.po, 32, 71, 34, 0, 0, 0, 0, 32, 71 -translations/source/lo/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/lo/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/lo/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/lt_LT.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/lv_LV.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/lo/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/no.po, 1, 10, 7, 0, 0, 0, 0, 1, 10 -translations/source/lo/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/pt_BR.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/lo/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/lo/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/lo/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -translations/source/lo/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/lo/dictionaries/ru_RU/dialog.po, 13, 25, 14, 0, 0, 1, 1, 14, 26 -translations/source/lo/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/lo/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/sr.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/lo/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lo/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/lo/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/lo/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lo/editeng/messages.po, 179, 403, 269, 25, 40, 61, 213, 265, 656 -translations/source/lo/extensions/messages.po, 663, 2099, 882, 0, 0, 0, 0, 663, 2099 -translations/source/lo/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/lo/extras/source/autocorr/emoji.po, 27, 23, 23, 148, 137, 1400, 1657, 1575, 1817 -translations/source/lo/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -translations/source/lo/filter/messages.po, 222, 818, 427, 0, 0, 0, 0, 222, 818 -translations/source/lo/filter/source/config/fragments/filters.po, 220, 732, 635, 0, 0, 0, 0, 220, 732 -translations/source/lo/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 118, 0, 0, 0, 0, 38, 139 -translations/source/lo/filter/source/config/fragments/types.po, 38, 121, 119, 0, 0, 0, 0, 38, 121 -translations/source/lo/forms/messages.po, 58, 330, 105, 0, 0, 0, 0, 58, 330 -translations/source/lo/formula/messages.po, 437, 513, 507, 0, 0, 1, 1, 438, 514 -translations/source/lo/fpicker/messages.po, 61, 163, 79, 0, 0, 0, 0, 61, 163 -translations/source/lo/framework/messages.po, 29, 210, 57, 0, 0, 0, 0, 29, 210 -translations/source/lo/helpcontent2/source/auxiliary.po, 0, 0, 0, 0, 0, 105, 302, 105, 302 -translations/source/lo/helpcontent2/source/text/sbasic/guide.po, 0, 0, 0, 0, 0, 103, 1345, 103, 1345 -translations/source/lo/helpcontent2/source/text/sbasic/shared.po, 0, 0, 0, 0, 0, 4505, 35431, 4505, 35431 -translations/source/lo/helpcontent2/source/text/sbasic/shared/01.po, 0, 0, 0, 0, 0, 67, 465, 67, 465 -translations/source/lo/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -translations/source/lo/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/lo/helpcontent2/source/text/scalc.po, 0, 0, 0, 0, 0, 187, 986, 187, 986 -translations/source/lo/helpcontent2/source/text/scalc/00.po, 0, 0, 0, 0, 0, 201, 945, 201, 945 -translations/source/lo/helpcontent2/source/text/scalc/01.po, 0, 0, 0, 0, 0, 7495, 73155, 7495, 73155 -translations/source/lo/helpcontent2/source/text/scalc/02.po, 0, 0, 0, 0, 0, 123, 810, 123, 810 -translations/source/lo/helpcontent2/source/text/scalc/04.po, 0, 0, 0, 0, 0, 187, 1497, 187, 1497 -translations/source/lo/helpcontent2/source/text/scalc/05.po, 0, 0, 0, 0, 0, 137, 853, 137, 853 -translations/source/lo/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lo/helpcontent2/source/text/scalc/guide.po, 0, 0, 0, 0, 0, 1469, 21593, 1469, 21593 -translations/source/lo/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -translations/source/lo/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -translations/source/lo/helpcontent2/source/text/schart/01.po, 0, 0, 0, 0, 0, 972, 11826, 972, 11826 -translations/source/lo/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -translations/source/lo/helpcontent2/source/text/schart/04.po, 0, 0, 0, 0, 0, 32, 133, 32, 133 -translations/source/lo/helpcontent2/source/text/sdraw.po, 0, 0, 0, 0, 0, 123, 732, 123, 732 -translations/source/lo/helpcontent2/source/text/sdraw/00.po, 0, 0, 0, 0, 0, 2, 8, 2, 8 -translations/source/lo/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -translations/source/lo/helpcontent2/source/text/sdraw/04.po, 0, 0, 0, 0, 0, 103, 489, 103, 489 -translations/source/lo/helpcontent2/source/text/sdraw/guide.po, 0, 0, 0, 0, 0, 275, 3072, 275, 3072 -translations/source/lo/helpcontent2/source/text/shared.po, 0, 0, 0, 0, 0, 250, 2308, 250, 2308 -translations/source/lo/helpcontent2/source/text/shared/00.po, 0, 0, 0, 0, 0, 1567, 15694, 1567, 15694 -translations/source/lo/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -translations/source/lo/helpcontent2/source/text/shared/02.po, 0, 0, 0, 0, 0, 2182, 29122, 2182, 29122 -translations/source/lo/helpcontent2/source/text/shared/04.po, 0, 0, 0, 0, 0, 313, 2071, 313, 2071 -translations/source/lo/helpcontent2/source/text/shared/05.po, 0, 0, 0, 0, 0, 196, 2340, 196, 2340 -translations/source/lo/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/lo/helpcontent2/source/text/shared/07.po, 0, 0, 0, 0, 0, 7, 82, 7, 82 -translations/source/lo/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -translations/source/lo/helpcontent2/source/text/shared/autopi.po, 0, 0, 0, 0, 0, 887, 8394, 887, 8394 -translations/source/lo/helpcontent2/source/text/shared/explorer/database.po, 0, 0, 0, 1, 0, 1640, 18857, 1641, 18857 -translations/source/lo/helpcontent2/source/text/shared/guide.po, 0, 0, 0, 0, 0, 2516, 36443, 2516, 36443 -translations/source/lo/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/lo/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/lo/helpcontent2/source/text/shared/optionen.po, 0, 0, 0, 0, 0, 1934, 23351, 1934, 23351 -translations/source/lo/helpcontent2/source/text/simpress.po, 0, 0, 0, 0, 0, 199, 1395, 199, 1395 -translations/source/lo/helpcontent2/source/text/simpress/00.po, 0, 0, 0, 0, 0, 163, 902, 163, 902 -translations/source/lo/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -translations/source/lo/helpcontent2/source/text/simpress/02.po, 0, 0, 0, 0, 0, 660, 6509, 660, 6509 -translations/source/lo/helpcontent2/source/text/simpress/04.po, 0, 0, 0, 0, 0, 239, 1138, 239, 1138 -translations/source/lo/helpcontent2/source/text/simpress/guide.po, 0, 0, 0, 0, 0, 767, 10282, 767, 10282 -translations/source/lo/helpcontent2/source/text/smath.po, 0, 0, 0, 0, 0, 60, 739, 60, 739 -translations/source/lo/helpcontent2/source/text/smath/00.po, 0, 0, 0, 0, 0, 66, 355, 66, 355 -translations/source/lo/helpcontent2/source/text/smath/01.po, 0, 0, 0, 0, 0, 1551, 13859, 1551, 13859 -translations/source/lo/helpcontent2/source/text/smath/02.po, 0, 0, 0, 0, 0, 6, 97, 6, 97 -translations/source/lo/helpcontent2/source/text/smath/04.po, 0, 0, 0, 0, 0, 26, 135, 26, 135 -translations/source/lo/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/lo/helpcontent2/source/text/smath/guide.po, 0, 0, 0, 0, 0, 104, 1193, 104, 1193 -translations/source/lo/helpcontent2/source/text/swriter.po, 0, 0, 0, 0, 0, 336, 2946, 336, 2946 -translations/source/lo/helpcontent2/source/text/swriter/00.po, 0, 0, 0, 0, 0, 310, 1818, 310, 1818 -translations/source/lo/helpcontent2/source/text/swriter/01.po, 0, 0, 0, 0, 0, 3346, 33793, 3346, 33793 -translations/source/lo/helpcontent2/source/text/swriter/02.po, 0, 0, 0, 0, 0, 426, 3050, 426, 3050 -translations/source/lo/helpcontent2/source/text/swriter/04.po, 0, 0, 0, 0, 0, 254, 1276, 254, 1276 -translations/source/lo/helpcontent2/source/text/swriter/guide.po, 0, 0, 0, 0, 0, 2144, 27937, 2144, 27937 -translations/source/lo/helpcontent2/source/text/swriter/librelogo.po, 0, 0, 0, 0, 0, 326, 3019, 326, 3019 -translations/source/lo/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/lo/instsetoo_native/inc_openoffice/windows/msi_languages.po, 555, 4334, 1399, 0, 0, 2, 20, 557, 4354 -translations/source/lo/librelogo/source/pythonpath.po, 138, 173, 153, 0, 0, 0, 0, 138, 173 -translations/source/lo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 213, 0, 0, 0, 0, 49, 693 -translations/source/lo/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 5, 0, 0, 0, 0, 2, 21 -translations/source/lo/nlpsolver/src/locale.po, 41, 105, 69, 0, 0, 0, 0, 41, 105 -translations/source/lo/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -translations/source/lo/officecfg/registry/data/org/openoffice/Office.po, 1302, 1833, 1491, 1, 1, 5, 7, 1308, 1841 -translations/source/lo/officecfg/registry/data/org/openoffice/Office/UI.po, 2200, 4372, 2377, 557, 1005, 920, 2345, 3677, 7722 -translations/source/lo/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/lo/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -translations/source/lo/reportdesign/messages.po, 75, 116, 79, 68, 113, 115, 388, 258, 617 -translations/source/lo/sc/messages.po, 2190, 10478, 2843, 870, 2514, 1626, 7268, 4686, 20260 -translations/source/lo/scaddins/messages.po, 781, 2471, 908, 23, 79, 97, 638, 901, 3188 -translations/source/lo/sccomp/messages.po, 14, 65, 37, 0, 0, 0, 0, 14, 65 -translations/source/lo/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/lo/scp2/source/base.po, 3, 19, 5, 4, 13, 3, 12, 10, 44 -translations/source/lo/scp2/source/calc.po, 15, 48, 32, 4, 33, 3, 13, 22, 94 -translations/source/lo/scp2/source/draw.po, 13, 52, 37, 1, 5, 27, 92, 41, 149 -translations/source/lo/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/lo/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/lo/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/lo/scp2/source/impress.po, 17, 66, 51, 2, 8, 2, 7, 21, 81 -translations/source/lo/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/lo/scp2/source/math.po, 10, 42, 33, 0, 0, 0, 0, 10, 42 -translations/source/lo/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/lo/scp2/source/ooo.po, 48, 74, 57, 10, 10, 524, 1940, 582, 2024 -translations/source/lo/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/lo/scp2/source/quickstart.po, 2, 15, 6, 0, 0, 0, 0, 2, 15 -translations/source/lo/scp2/source/winexplorerext.po, 2, 18, 10, 0, 0, 0, 0, 2, 18 -translations/source/lo/scp2/source/writer.po, 17, 50, 40, 2, 7, 8, 57, 27, 114 -translations/source/lo/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/lo/sd/messages.po, 348, 824, 409, 350, 614, 621, 1513, 1319, 2951 -translations/source/lo/setup_native/source/mac.po, 23, 131, 56, 0, 0, 0, 0, 23, 131 -translations/source/lo/sfx2/messages.po, 176, 474, 215, 119, 327, 286, 1425, 581, 2226 -translations/source/lo/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/lo/starmath/messages.po, 87, 130, 101, 89, 114, 329, 724, 505, 968 -translations/source/lo/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lo/svtools/messages.po, 112, 142, 115, 105, 217, 697, 2252, 914, 2611 -translations/source/lo/svx/messages.po, 1017, 2136, 1299, 529, 884, 1300, 4204, 2846, 7224 -translations/source/lo/sw/messages.po, 1081, 1812, 1335, 1129, 1931, 1231, 3997, 3441, 7740 -translations/source/lo/swext/mediawiki/help.po, 4, 4, 4, 6, 8, 79, 1392, 89, 1404 -translations/source/lo/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/lo/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 8, 8, 20, 169, 32, 181 -translations/source/lo/sysui/desktop/share.po, 66, 277, 180, 0, 0, 0, 0, 66, 277 -translations/source/lo/uui/messages.po, 15, 160, 41, 17, 37, 125, 1357, 157, 1554 -translations/source/lo/vcl/messages.po, 110, 143, 113, 58, 97, 188, 497, 356, 737 -translations/source/lo/wizards/messages.po, 220, 942, 258, 19, 19, 26, 81, 265, 1042 -translations/source/lo/wizards/source/resources.po, 424, 1802, 557, 62, 156, 68, 328, 554, 2286 -translations/source/lo/writerperfect/messages.po, 30, 65, 53, 0, 0, 0, 0, 30, 65 -translations/source/lo/xmlsecurity/messages.po, 91, 424, 142, 0, 0, 0, 0, 91, 424 -translations/source/lt/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -translations/source/lt/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -translations/source/lt/basctl/messages.po, 155, 611, 517, 0, 0, 0, 0, 155, 611 -translations/source/lt/basic/messages.po, 135, 549, 481, 0, 0, 0, 0, 135, 549 -translations/source/lt/chart2/messages.po, 618, 1364, 1325, 0, 0, 2, 4, 620, 1368 -translations/source/lt/connectivity/messages.po, 106, 1047, 734, 0, 0, 0, 0, 106, 1047 -translations/source/lt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/lt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/lt/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/lt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/lt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/lt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lt/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/lt/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lt/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lt/cui/messages.po, 2313, 5459, 5183, 1, 1, 29, 98, 2343, 5558 -translations/source/lt/dbaccess/messages.po, 787, 4337, 3331, 2, 3, 23, 170, 812, 4510 -translations/source/lt/desktop/messages.po, 162, 1225, 950, 0, 0, 0, 0, 162, 1225 -translations/source/lt/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/lt/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/lt/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/lt/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/lt/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/lt/dictionaries/en/dialog.po, 37, 176, 170, 0, 0, 0, 0, 37, 176 -translations/source/lt/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/lt/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -translations/source/lt/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/lt/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/lt/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/lt/dictionaries/hu_HU/dialog.po, 32, 71, 66, 0, 0, 0, 0, 32, 71 -translations/source/lt/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/lt/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/lt/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/lt/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/lt/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/lt/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/lt/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/lt/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/lt/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/lt/dictionaries/ru_RU/dialog.po, 13, 25, 27, 0, 0, 1, 1, 14, 26 -translations/source/lt/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/lt/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/lt/dictionaries/sv_SE.po, 1, 2, 5, 0, 0, 0, 0, 1, 2 -translations/source/lt/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/lt/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/tr_TR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/lt/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/lt/editeng/messages.po, 265, 656, 691, 0, 0, 0, 0, 265, 656 -translations/source/lt/extensions/messages.po, 648, 2078, 1737, 13, 13, 2, 8, 663, 2099 -translations/source/lt/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lt/extras/source/autocorr/emoji.po, 1572, 1813, 2182, 0, 0, 3, 4, 1575, 1817 -translations/source/lt/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/lt/filter/messages.po, 222, 818, 732, 0, 0, 0, 0, 222, 818 -translations/source/lt/filter/source/config/fragments/filters.po, 217, 721, 785, 0, 0, 3, 11, 220, 732 -translations/source/lt/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 147, 0, 0, 0, 0, 38, 139 -translations/source/lt/filter/source/config/fragments/types.po, 38, 121, 135, 0, 0, 0, 0, 38, 121 -translations/source/lt/forms/messages.po, 58, 330, 242, 0, 0, 0, 0, 58, 330 -translations/source/lt/formula/messages.po, 437, 513, 512, 0, 0, 1, 1, 438, 514 -translations/source/lt/fpicker/messages.po, 59, 160, 143, 0, 0, 2, 3, 61, 163 -translations/source/lt/framework/messages.po, 29, 210, 168, 0, 0, 0, 0, 29, 210 -translations/source/lt/helpcontent2/source/auxiliary.po, 89, 263, 266, 0, 0, 16, 39, 105, 302 -translations/source/lt/helpcontent2/source/text/sbasic/guide.po, 0, 0, 0, 0, 0, 103, 1345, 103, 1345 -translations/source/lt/helpcontent2/source/text/sbasic/shared.po, 0, 0, 0, 0, 0, 4505, 35431, 4505, 35431 -translations/source/lt/helpcontent2/source/text/sbasic/shared/01.po, 0, 0, 0, 0, 0, 67, 465, 67, 465 -translations/source/lt/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -translations/source/lt/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/lt/helpcontent2/source/text/scalc.po, 187, 986, 818, 0, 0, 0, 0, 187, 986 -translations/source/lt/helpcontent2/source/text/scalc/00.po, 201, 945, 1147, 0, 0, 0, 0, 201, 945 -translations/source/lt/helpcontent2/source/text/scalc/01.po, 3734, 36644, 28743, 0, 0, 3761, 36511, 7495, 73155 -translations/source/lt/helpcontent2/source/text/scalc/02.po, 121, 804, 631, 0, 0, 2, 6, 123, 810 -translations/source/lt/helpcontent2/source/text/scalc/04.po, 187, 1497, 1150, 0, 0, 0, 0, 187, 1497 -translations/source/lt/helpcontent2/source/text/scalc/05.po, 137, 853, 691, 0, 0, 0, 0, 137, 853 -translations/source/lt/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lt/helpcontent2/source/text/scalc/guide.po, 1466, 21503, 16776, 0, 0, 3, 90, 1469, 21593 -translations/source/lt/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -translations/source/lt/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -translations/source/lt/helpcontent2/source/text/schart/01.po, 0, 0, 0, 0, 0, 972, 11826, 972, 11826 -translations/source/lt/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -translations/source/lt/helpcontent2/source/text/schart/04.po, 0, 0, 0, 0, 0, 32, 133, 32, 133 -translations/source/lt/helpcontent2/source/text/sdraw.po, 120, 712, 645, 0, 0, 3, 20, 123, 732 -translations/source/lt/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/lt/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -translations/source/lt/helpcontent2/source/text/sdraw/04.po, 0, 0, 0, 0, 0, 103, 489, 103, 489 -translations/source/lt/helpcontent2/source/text/sdraw/guide.po, 0, 0, 0, 0, 0, 275, 3072, 275, 3072 -translations/source/lt/helpcontent2/source/text/shared.po, 115, 727, 632, 0, 0, 135, 1581, 250, 2308 -translations/source/lt/helpcontent2/source/text/shared/00.po, 656, 5402, 6262, 7, 95, 904, 10197, 1567, 15694 -translations/source/lt/helpcontent2/source/text/shared/01.po, 634, 6509, 5435, 0, 0, 4853, 45453, 5487, 51962 -translations/source/lt/helpcontent2/source/text/shared/02.po, 115, 1002, 742, 1, 10, 2066, 28110, 2182, 29122 -translations/source/lt/helpcontent2/source/text/shared/04.po, 311, 2067, 1759, 0, 0, 2, 4, 313, 2071 -translations/source/lt/helpcontent2/source/text/shared/05.po, 115, 1256, 1012, 0, 0, 81, 1084, 196, 2340 -translations/source/lt/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/lt/helpcontent2/source/text/shared/07.po, 7, 82, 62, 0, 0, 0, 0, 7, 82 -translations/source/lt/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -translations/source/lt/helpcontent2/source/text/shared/autopi.po, 17, 0, 0, 0, 0, 870, 8394, 887, 8394 -translations/source/lt/helpcontent2/source/text/shared/explorer/database.po, 8, 0, 0, 0, 0, 1633, 18857, 1641, 18857 -translations/source/lt/helpcontent2/source/text/shared/guide.po, 472, 5556, 4936, 2, 36, 2042, 30851, 2516, 36443 -translations/source/lt/helpcontent2/source/text/shared/help.po, 76, 109, 106, 0, 0, 2, 8, 78, 117 -translations/source/lt/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/lt/helpcontent2/source/text/shared/optionen.po, 1619, 19449, 16420, 4, 123, 311, 3779, 1934, 23351 -translations/source/lt/helpcontent2/source/text/simpress.po, 0, 0, 0, 0, 0, 199, 1395, 199, 1395 -translations/source/lt/helpcontent2/source/text/simpress/00.po, 3, 12, 16, 0, 0, 160, 890, 163, 902 -translations/source/lt/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -translations/source/lt/helpcontent2/source/text/simpress/02.po, 0, 0, 0, 0, 0, 660, 6509, 660, 6509 -translations/source/lt/helpcontent2/source/text/simpress/04.po, 0, 0, 0, 0, 0, 239, 1138, 239, 1138 -translations/source/lt/helpcontent2/source/text/simpress/guide.po, 0, 0, 0, 0, 0, 767, 10282, 767, 10282 -translations/source/lt/helpcontent2/source/text/smath.po, 10, 102, 93, 0, 0, 50, 637, 60, 739 -translations/source/lt/helpcontent2/source/text/smath/00.po, 0, 0, 0, 0, 0, 66, 355, 66, 355 -translations/source/lt/helpcontent2/source/text/smath/01.po, 2, 0, 0, 0, 0, 1549, 13859, 1551, 13859 -translations/source/lt/helpcontent2/source/text/smath/02.po, 0, 0, 0, 0, 0, 6, 97, 6, 97 -translations/source/lt/helpcontent2/source/text/smath/04.po, 0, 0, 0, 0, 0, 26, 135, 26, 135 -translations/source/lt/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/lt/helpcontent2/source/text/smath/guide.po, 0, 0, 0, 0, 0, 104, 1193, 104, 1193 -translations/source/lt/helpcontent2/source/text/swriter.po, 244, 1655, 1404, 0, 0, 92, 1291, 336, 2946 -translations/source/lt/helpcontent2/source/text/swriter/00.po, 310, 1818, 2018, 0, 0, 0, 0, 310, 1818 -translations/source/lt/helpcontent2/source/text/swriter/01.po, 290, 2664, 2221, 0, 0, 3056, 31129, 3346, 33793 -translations/source/lt/helpcontent2/source/text/swriter/02.po, 160, 1389, 1132, 0, 0, 266, 1661, 426, 3050 -translations/source/lt/helpcontent2/source/text/swriter/04.po, 3, 20, 16, 0, 0, 251, 1256, 254, 1276 -translations/source/lt/helpcontent2/source/text/swriter/guide.po, 263, 2964, 2654, 0, 0, 1881, 24973, 2144, 27937 -translations/source/lt/helpcontent2/source/text/swriter/librelogo.po, 3, 5, 6, 0, 0, 323, 3014, 326, 3019 -translations/source/lt/helpcontent2/source/text/swriter/menu.po, 17, 96, 74, 0, 0, 0, 0, 17, 96 -translations/source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4339, 3550, 0, 0, 1, 15, 557, 4354 -translations/source/lt/librelogo/source/pythonpath.po, 137, 172, 217, 0, 0, 1, 1, 138, 173 -translations/source/lt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 38, 322, 249, 0, 0, 11, 371, 49, 693 -translations/source/lt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -translations/source/lt/nlpsolver/src/locale.po, 41, 105, 98, 0, 0, 0, 0, 41, 105 -translations/source/lt/officecfg/registry/data/org/openoffice.po, 8, 25, 26, 0, 0, 1, 3, 9, 28 -translations/source/lt/officecfg/registry/data/org/openoffice/Office.po, 1303, 1834, 1799, 0, 0, 5, 7, 1308, 1841 -translations/source/lt/officecfg/registry/data/org/openoffice/Office/UI.po, 3638, 7590, 7844, 10, 29, 29, 103, 3677, 7722 -translations/source/lt/readlicense_oo/docs.po, 102, 2343, 1869, 0, 0, 1, 60, 103, 2403 -translations/source/lt/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/lt/reportdesign/messages.po, 246, 588, 575, 11, 23, 1, 6, 258, 617 -translations/source/lt/sc/messages.po, 3976, 17921, 13599, 305, 598, 405, 1741, 4686, 20260 -translations/source/lt/scaddins/messages.po, 820, 2694, 2239, 2, 2, 79, 492, 901, 3188 -translations/source/lt/sccomp/messages.po, 12, 51, 43, 0, 0, 2, 14, 14, 65 -translations/source/lt/scp2/source/activex.po, 2, 16, 15, 0, 0, 0, 0, 2, 16 -translations/source/lt/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -translations/source/lt/scp2/source/calc.po, 22, 94, 90, 0, 0, 0, 0, 22, 94 -translations/source/lt/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -translations/source/lt/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -translations/source/lt/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/lt/scp2/source/graphicfilter.po, 30, 101, 178, 0, 0, 0, 0, 30, 101 -translations/source/lt/scp2/source/impress.po, 21, 81, 75, 0, 0, 0, 0, 21, 81 -translations/source/lt/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/lt/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/lt/scp2/source/onlineupdate.po, 2, 13, 8, 0, 0, 0, 0, 2, 13 -translations/source/lt/scp2/source/ooo.po, 578, 2000, 2105, 0, 0, 4, 24, 582, 2024 -translations/source/lt/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/lt/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/lt/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/lt/scp2/source/writer.po, 27, 114, 110, 0, 0, 0, 0, 27, 114 -translations/source/lt/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/lt/sd/messages.po, 1195, 2759, 2554, 55, 80, 69, 112, 1319, 2951 -translations/source/lt/setup_native/source/mac.po, 23, 131, 113, 0, 0, 0, 0, 23, 131 -translations/source/lt/sfx2/messages.po, 495, 1832, 1530, 28, 37, 58, 357, 581, 2226 -translations/source/lt/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/lt/starmath/messages.po, 487, 910, 933, 0, 0, 18, 58, 505, 968 -translations/source/lt/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/lt/svtools/messages.po, 796, 2357, 2226, 9, 15, 109, 239, 914, 2611 -translations/source/lt/svx/messages.po, 2520, 6468, 6162, 74, 131, 252, 625, 2846, 7224 -translations/source/lt/sw/messages.po, 3337, 7335, 7217, 28, 37, 76, 368, 3441, 7740 -translations/source/lt/swext/mediawiki/help.po, 75, 1191, 989, 0, 0, 14, 213, 89, 1404 -translations/source/lt/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/lt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 134, 0, 0, 0, 0, 32, 181 -translations/source/lt/sysui/desktop/share.po, 66, 277, 283, 0, 0, 0, 0, 66, 277 -translations/source/lt/uui/messages.po, 155, 1536, 1150, 2, 18, 0, 0, 157, 1554 -translations/source/lt/vcl/messages.po, 281, 554, 515, 0, 0, 75, 183, 356, 737 -translations/source/lt/wizards/messages.po, 256, 1030, 813, 0, 0, 9, 12, 265, 1042 -translations/source/lt/wizards/source/resources.po, 520, 2211, 1666, 12, 14, 22, 61, 554, 2286 -translations/source/lt/writerperfect/messages.po, 30, 65, 64, 0, 0, 0, 0, 30, 65 -translations/source/lt/xmlsecurity/messages.po, 91, 424, 351, 0, 0, 0, 0, 91, 424 -translations/source/lv/accessibility/messages.po, 11, 27, 22, 0, 0, 0, 0, 11, 27 -translations/source/lv/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/lv/basctl/messages.po, 155, 611, 513, 0, 0, 0, 0, 155, 611 -translations/source/lv/basic/messages.po, 135, 549, 509, 0, 0, 0, 0, 135, 549 -translations/source/lv/chart2/messages.po, 620, 1368, 1342, 0, 0, 0, 0, 620, 1368 -translations/source/lv/connectivity/messages.po, 106, 1047, 732, 0, 0, 0, 0, 106, 1047 -translations/source/lv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/lv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/lv/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/lv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/lv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/lv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/lv/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lv/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lv/cui/messages.po, 2343, 5558, 5175, 0, 0, 0, 0, 2343, 5558 -translations/source/lv/dbaccess/messages.po, 812, 4510, 3571, 0, 0, 0, 0, 812, 4510 -translations/source/lv/desktop/messages.po, 162, 1225, 980, 0, 0, 0, 0, 162, 1225 -translations/source/lv/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/lv/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/lv/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/lv/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/lv/dictionaries/en/dialog.po, 37, 176, 188, 0, 0, 0, 0, 37, 176 -translations/source/lv/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/lv/dictionaries/es.po, 1, 12, 10, 0, 0, 0, 0, 1, 12 -translations/source/lv/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/lv/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/lv/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/lv/dictionaries/hu_HU/dialog.po, 32, 71, 67, 0, 0, 0, 0, 32, 71 -translations/source/lv/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/lv/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/lv/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/lv/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/lv/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/lv/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/lv/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/lv/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/lv/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/lv/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -translations/source/lv/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/lv/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/lv/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/lv/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/lv/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/lv/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/lv/editeng/messages.po, 265, 656, 642, 0, 0, 0, 0, 265, 656 -translations/source/lv/extensions/messages.po, 663, 2099, 1873, 0, 0, 0, 0, 663, 2099 -translations/source/lv/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/lv/extras/source/autocorr/emoji.po, 1558, 1794, 1841, 0, 0, 17, 23, 1575, 1817 -translations/source/lv/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/lv/filter/messages.po, 222, 818, 710, 0, 0, 0, 0, 222, 818 -translations/source/lv/filter/source/config/fragments/filters.po, 220, 732, 728, 0, 0, 0, 0, 220, 732 -translations/source/lv/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 135, 0, 0, 0, 0, 38, 139 -translations/source/lv/filter/source/config/fragments/types.po, 38, 121, 123, 0, 0, 0, 0, 38, 121 -translations/source/lv/forms/messages.po, 58, 330, 258, 0, 0, 0, 0, 58, 330 -translations/source/lv/formula/messages.po, 438, 514, 514, 0, 0, 0, 0, 438, 514 -translations/source/lv/fpicker/messages.po, 61, 163, 148, 0, 0, 0, 0, 61, 163 -translations/source/lv/framework/messages.po, 29, 210, 165, 0, 0, 0, 0, 29, 210 -translations/source/lv/helpcontent2/source/auxiliary.po, 94, 271, 264, 0, 0, 11, 31, 105, 302 -translations/source/lv/helpcontent2/source/text/sbasic/guide.po, 69, 646, 514, 0, 0, 34, 699, 103, 1345 -translations/source/lv/helpcontent2/source/text/sbasic/shared.po, 2026, 5887, 5385, 0, 0, 2479, 29544, 4505, 35431 -translations/source/lv/helpcontent2/source/text/sbasic/shared/01.po, 41, 101, 92, 0, 0, 26, 364, 67, 465 -translations/source/lv/helpcontent2/source/text/sbasic/shared/02.po, 136, 261, 245, 0, 0, 62, 1221, 198, 1482 -translations/source/lv/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/lv/helpcontent2/source/text/scalc.po, 148, 369, 351, 0, 0, 39, 617, 187, 986 -translations/source/lv/helpcontent2/source/text/scalc/00.po, 63, 132, 135, 0, 0, 138, 813, 201, 945 -translations/source/lv/helpcontent2/source/text/scalc/01.po, 3083, 7389, 6847, 0, 0, 4412, 65766, 7495, 73155 -translations/source/lv/helpcontent2/source/text/scalc/02.po, 43, 88, 80, 0, 0, 80, 722, 123, 810 -translations/source/lv/helpcontent2/source/text/scalc/04.po, 69, 176, 138, 0, 0, 118, 1321, 187, 1497 -translations/source/lv/helpcontent2/source/text/scalc/05.po, 51, 92, 90, 0, 0, 86, 761, 137, 853 -translations/source/lv/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/lv/helpcontent2/source/text/scalc/guide.po, 315, 1263, 1167, 0, 0, 1154, 20330, 1469, 21593 -translations/source/lv/helpcontent2/source/text/schart.po, 63, 278, 239, 0, 0, 33, 653, 96, 931 -translations/source/lv/helpcontent2/source/text/schart/00.po, 48, 260, 254, 0, 0, 12, 87, 60, 347 -translations/source/lv/helpcontent2/source/text/schart/01.po, 318, 839, 738, 0, 0, 654, 10987, 972, 11826 -translations/source/lv/helpcontent2/source/text/schart/02.po, 13, 27, 23, 0, 0, 12, 90, 25, 117 -translations/source/lv/helpcontent2/source/text/schart/04.po, 19, 38, 34, 0, 0, 13, 95, 32, 133 -translations/source/lv/helpcontent2/source/text/sdraw.po, 81, 160, 153, 0, 0, 42, 572, 123, 732 -translations/source/lv/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/lv/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/lv/helpcontent2/source/text/sdraw/04.po, 34, 50, 44, 0, 0, 69, 439, 103, 489 -translations/source/lv/helpcontent2/source/text/sdraw/guide.po, 34, 89, 82, 0, 0, 241, 2983, 275, 3072 -translations/source/lv/helpcontent2/source/text/shared.po, 101, 202, 201, 0, 0, 149, 2106, 250, 2308 -translations/source/lv/helpcontent2/source/text/shared/00.po, 560, 1233, 1166, 0, 0, 1007, 14461, 1567, 15694 -translations/source/lv/helpcontent2/source/text/shared/01.po, 2094, 4577, 4232, 0, 0, 3393, 47385, 5487, 51962 -translations/source/lv/helpcontent2/source/text/shared/02.po, 1037, 2430, 2196, 0, 0, 1145, 26692, 2182, 29122 -translations/source/lv/helpcontent2/source/text/shared/04.po, 110, 280, 231, 0, 0, 203, 1791, 313, 2071 -translations/source/lv/helpcontent2/source/text/shared/05.po, 29, 54, 47, 0, 0, 167, 2286, 196, 2340 -translations/source/lv/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/lv/helpcontent2/source/text/shared/07.po, 3, 9, 8, 0, 0, 4, 73, 7, 82 -translations/source/lv/helpcontent2/source/text/shared/autokorr.po, 24, 96, 96, 0, 0, 24, 324, 48, 420 -translations/source/lv/helpcontent2/source/text/shared/autopi.po, 478, 1657, 1540, 0, 0, 409, 6737, 887, 8394 -translations/source/lv/helpcontent2/source/text/shared/explorer/database.po, 712, 2079, 1821, 0, 0, 929, 16778, 1641, 18857 -translations/source/lv/helpcontent2/source/text/shared/guide.po, 369, 1388, 1232, 0, 0, 2147, 35055, 2516, 36443 -translations/source/lv/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/lv/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/lv/helpcontent2/source/text/shared/optionen.po, 726, 1706, 1602, 0, 0, 1208, 21645, 1934, 23351 -translations/source/lv/helpcontent2/source/text/simpress.po, 149, 417, 364, 0, 0, 50, 978, 199, 1395 -translations/source/lv/helpcontent2/source/text/simpress/00.po, 108, 428, 372, 0, 0, 55, 474, 163, 902 -translations/source/lv/helpcontent2/source/text/simpress/01.po, 449, 887, 838, 0, 0, 597, 7627, 1046, 8514 -translations/source/lv/helpcontent2/source/text/simpress/02.po, 472, 1088, 1062, 0, 0, 188, 5421, 660, 6509 -translations/source/lv/helpcontent2/source/text/simpress/04.po, 60, 147, 127, 0, 0, 179, 991, 239, 1138 -translations/source/lv/helpcontent2/source/text/simpress/guide.po, 117, 492, 415, 0, 0, 650, 9790, 767, 10282 -translations/source/lv/helpcontent2/source/text/smath.po, 37, 75, 70, 0, 0, 23, 664, 60, 739 -translations/source/lv/helpcontent2/source/text/smath/00.po, 30, 78, 70, 0, 0, 36, 277, 66, 355 -translations/source/lv/helpcontent2/source/text/smath/01.po, 464, 978, 945, 0, 0, 1087, 12881, 1551, 13859 -translations/source/lv/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -translations/source/lv/helpcontent2/source/text/smath/04.po, 17, 35, 31, 0, 0, 9, 100, 26, 135 -translations/source/lv/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/lv/helpcontent2/source/text/smath/guide.po, 25, 70, 65, 0, 0, 79, 1123, 104, 1193 -translations/source/lv/helpcontent2/source/text/swriter.po, 193, 479, 447, 0, 0, 143, 2467, 336, 2946 -translations/source/lv/helpcontent2/source/text/swriter/00.po, 197, 792, 779, 0, 0, 113, 1026, 310, 1818 -translations/source/lv/helpcontent2/source/text/swriter/01.po, 1377, 2969, 2807, 0, 0, 1969, 30824, 3346, 33793 -translations/source/lv/helpcontent2/source/text/swriter/02.po, 292, 657, 596, 0, 0, 134, 2393, 426, 3050 -translations/source/lv/helpcontent2/source/text/swriter/04.po, 97, 295, 280, 0, 0, 157, 981, 254, 1276 -translations/source/lv/helpcontent2/source/text/swriter/guide.po, 452, 1917, 1636, 0, 0, 1692, 26020, 2144, 27937 -translations/source/lv/helpcontent2/source/text/swriter/librelogo.po, 126, 148, 144, 0, 0, 200, 2871, 326, 3019 -translations/source/lv/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3664, 0, 0, 0, 0, 557, 4354 -translations/source/lv/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -translations/source/lv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 542, 0, 0, 0, 0, 49, 693 -translations/source/lv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -translations/source/lv/nlpsolver/src/locale.po, 41, 105, 101, 0, 0, 0, 0, 41, 105 -translations/source/lv/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/lv/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1779, 0, 0, 0, 0, 1308, 1841 -translations/source/lv/officecfg/registry/data/org/openoffice/Office/UI.po, 3676, 7720, 7858, 0, 0, 1, 2, 3677, 7722 -translations/source/lv/readlicense_oo/docs.po, 103, 2403, 1882, 0, 0, 0, 0, 103, 2403 -translations/source/lv/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/lv/reportdesign/messages.po, 258, 617, 583, 0, 0, 0, 0, 258, 617 -translations/source/lv/sc/messages.po, 4677, 20155, 15848, 4, 47, 5, 58, 4686, 20260 -translations/source/lv/scaddins/messages.po, 901, 3188, 2482, 0, 0, 0, 0, 901, 3188 -translations/source/lv/sccomp/messages.po, 14, 65, 63, 0, 0, 0, 0, 14, 65 -translations/source/lv/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/lv/scp2/source/base.po, 10, 44, 38, 0, 0, 0, 0, 10, 44 -translations/source/lv/scp2/source/calc.po, 22, 94, 86, 0, 0, 0, 0, 22, 94 -translations/source/lv/scp2/source/draw.po, 41, 149, 148, 0, 0, 0, 0, 41, 149 -translations/source/lv/scp2/source/extensions.po, 16, 65, 59, 0, 0, 0, 0, 16, 65 -translations/source/lv/scp2/source/gnome.po, 2, 11, 9, 0, 0, 0, 0, 2, 11 -translations/source/lv/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -translations/source/lv/scp2/source/impress.po, 21, 81, 74, 0, 0, 0, 0, 21, 81 -translations/source/lv/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/lv/scp2/source/math.po, 10, 42, 37, 0, 0, 0, 0, 10, 42 -translations/source/lv/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -translations/source/lv/scp2/source/ooo.po, 582, 2024, 1869, 0, 0, 0, 0, 582, 2024 -translations/source/lv/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/lv/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -translations/source/lv/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -translations/source/lv/scp2/source/writer.po, 27, 114, 108, 0, 0, 0, 0, 27, 114 -translations/source/lv/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/lv/sd/messages.po, 1312, 2929, 2671, 0, 0, 7, 22, 1319, 2951 -translations/source/lv/setup_native/source/mac.po, 23, 131, 108, 0, 0, 0, 0, 23, 131 -translations/source/lv/sfx2/messages.po, 578, 2200, 1875, 0, 0, 3, 26, 581, 2226 -translations/source/lv/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/lv/starmath/messages.po, 505, 968, 959, 0, 0, 0, 0, 505, 968 -translations/source/lv/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/lv/svtools/messages.po, 909, 2605, 2329, 0, 0, 5, 6, 914, 2611 -translations/source/lv/svx/messages.po, 2834, 7204, 6788, 2, 2, 10, 18, 2846, 7224 -translations/source/lv/sw/messages.po, 3439, 7713, 7331, 2, 27, 0, 0, 3441, 7740 -translations/source/lv/swext/mediawiki/help.po, 89, 1404, 1116, 0, 0, 0, 0, 89, 1404 -translations/source/lv/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/lv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 137, 0, 0, 0, 0, 32, 181 -translations/source/lv/sysui/desktop/share.po, 66, 277, 257, 0, 0, 0, 0, 66, 277 -translations/source/lv/uui/messages.po, 156, 1523, 1214, 1, 31, 0, 0, 157, 1554 -translations/source/lv/vcl/messages.po, 337, 684, 667, 0, 0, 19, 53, 356, 737 -translations/source/lv/wizards/messages.po, 265, 1042, 896, 0, 0, 0, 0, 265, 1042 -translations/source/lv/wizards/source/resources.po, 551, 2283, 1861, 3, 3, 0, 0, 554, 2286 -translations/source/lv/writerperfect/messages.po, 27, 62, 64, 0, 0, 3, 3, 30, 65 -translations/source/lv/xmlsecurity/messages.po, 91, 424, 352, 0, 0, 0, 0, 91, 424 -translations/source/mai/accessibility/messages.po, 9, 23, 22, 0, 0, 2, 4, 11, 27 -translations/source/mai/avmedia/messages.po, 19, 36, 33, 1, 4, 2, 5, 22, 45 -translations/source/mai/basctl/messages.po, 85, 292, 316, 31, 40, 39, 279, 155, 611 -translations/source/mai/basic/messages.po, 10, 21, 24, 118, 500, 7, 28, 135, 549 -translations/source/mai/chart2/messages.po, 128, 168, 175, 150, 265, 342, 935, 620, 1368 -translations/source/mai/connectivity/messages.po, 0, 0, 0, 7, 48, 99, 999, 106, 1047 -translations/source/mai/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mai/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mai/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mai/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/mai/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/mai/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mai/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mai/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/mai/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mai/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mai/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mai/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mai/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mai/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/mai/cui/messages.po, 425, 597, 637, 695, 1071, 1223, 3890, 2343, 5558 -translations/source/mai/dbaccess/messages.po, 301, 1584, 1547, 237, 1056, 274, 1870, 812, 4510 -translations/source/mai/desktop/messages.po, 43, 198, 201, 17, 71, 102, 956, 162, 1225 -translations/source/mai/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mai/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/mai/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/mai/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mai/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/mai/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mai/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/mai/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mai/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mai/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mai/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/mai/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mai/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mai/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mai/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/mai/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mai/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mai/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mai/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/mai/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mai/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -translations/source/mai/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mai/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mai/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mai/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mai/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mai/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/editeng/messages.po, 72, 115, 135, 59, 100, 134, 441, 265, 656 -translations/source/mai/extensions/messages.po, 337, 737, 773, 187, 681, 139, 681, 663, 2099 -translations/source/mai/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mai/extras/source/autocorr/emoji.po, 43, 39, 39, 181, 173, 1351, 1605, 1575, 1817 -translations/source/mai/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/mai/filter/messages.po, 41, 160, 170, 29, 57, 152, 601, 222, 818 -translations/source/mai/filter/source/config/fragments/filters.po, 22, 67, 66, 10, 27, 188, 638, 220, 732 -translations/source/mai/filter/source/config/fragments/internalgraphicfilters.po, 2, 8, 8, 0, 0, 36, 131, 38, 139 -translations/source/mai/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -translations/source/mai/forms/messages.po, 51, 294, 301, 1, 2, 6, 34, 58, 330 -translations/source/mai/formula/messages.po, 54, 57, 58, 53, 54, 327, 399, 434, 510 -translations/source/mai/fpicker/messages.po, 29, 61, 75, 16, 46, 16, 56, 61, 163 -translations/source/mai/framework/messages.po, 10, 69, 81, 7, 16, 12, 125, 29, 210 -translations/source/mai/instsetoo_native/inc_openoffice/windows/msi_languages.po, 527, 4018, 4442, 9, 104, 21, 232, 557, 4354 -translations/source/mai/librelogo/source/pythonpath.po, 14, 16, 18, 45, 47, 79, 110, 138, 173 -translations/source/mai/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/mai/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/mai/nlpsolver/src/locale.po, 7, 7, 8, 6, 7, 28, 91, 41, 105 -translations/source/mai/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/mai/officecfg/registry/data/org/openoffice/Office.po, 1173, 1254, 1456, 15, 18, 120, 569, 1308, 1841 -translations/source/mai/officecfg/registry/data/org/openoffice/Office/UI.po, 2176, 4295, 4907, 582, 1081, 919, 2346, 3677, 7722 -translations/source/mai/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/mai/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/mai/reportdesign/messages.po, 70, 93, 101, 65, 108, 123, 416, 258, 617 -translations/source/mai/sc/messages.po, 2041, 10499, 8893, 1057, 2747, 1588, 7014, 4686, 20260 -translations/source/mai/scaddins/messages.po, 775, 2433, 2056, 29, 117, 97, 638, 901, 3188 -translations/source/mai/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/mai/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/mai/scp2/source/base.po, 8, 40, 43, 0, 0, 2, 4, 10, 44 -translations/source/mai/scp2/source/calc.po, 15, 48, 50, 4, 33, 3, 13, 22, 94 -translations/source/mai/scp2/source/draw.po, 13, 52, 55, 1, 5, 27, 92, 41, 149 -translations/source/mai/scp2/source/extensions.po, 1, 1, 1, 2, 8, 13, 56, 16, 65 -translations/source/mai/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/mai/scp2/source/graphicfilter.po, 28, 91, 95, 0, 0, 2, 10, 30, 101 -translations/source/mai/scp2/source/impress.po, 17, 66, 69, 2, 8, 2, 7, 21, 81 -translations/source/mai/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/mai/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/mai/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/mai/scp2/source/ooo.po, 253, 319, 322, 111, 666, 218, 1039, 582, 2024 -translations/source/mai/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/mai/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/mai/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -translations/source/mai/scp2/source/writer.po, 17, 50, 50, 2, 7, 8, 57, 27, 114 -translations/source/mai/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/mai/sd/messages.po, 360, 901, 942, 358, 640, 601, 1410, 1319, 2951 -translations/source/mai/setup_native/source/mac.po, 2, 2, 2, 3, 8, 18, 121, 23, 131 -translations/source/mai/sfx2/messages.po, 158, 431, 455, 137, 356, 286, 1439, 581, 2226 -translations/source/mai/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/mai/starmath/messages.po, 264, 466, 476, 109, 151, 129, 348, 502, 965 -translations/source/mai/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/mai/svtools/messages.po, 378, 985, 986, 79, 161, 457, 1465, 914, 2611 -translations/source/mai/svx/messages.po, 1165, 2547, 2654, 574, 1213, 1107, 3464, 2846, 7224 -translations/source/mai/sw/messages.po, 1064, 1842, 2047, 1201, 2095, 1174, 3801, 3439, 7738 -translations/source/mai/swext/mediawiki/help.po, 3, 3, 3, 7, 9, 79, 1392, 89, 1404 -translations/source/mai/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/mai/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 8, 7, 7, 20, 169, 32, 181 -translations/source/mai/sysui/desktop/share.po, 32, 119, 124, 12, 64, 22, 94, 66, 277 -translations/source/mai/uui/messages.po, 62, 525, 515, 20, 120, 75, 909, 157, 1554 -translations/source/mai/vcl/messages.po, 102, 141, 177, 60, 97, 194, 499, 356, 737 -translations/source/mai/wizards/messages.po, 207, 917, 939, 34, 81, 24, 44, 265, 1042 -translations/source/mai/wizards/source/resources.po, 421, 1797, 1850, 72, 279, 61, 210, 554, 2286 -translations/source/mai/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/mai/xmlsecurity/messages.po, 18, 37, 39, 18, 59, 55, 328, 91, 424 -translations/source/mk/accessibility/messages.po, 7, 13, 15, 1, 1, 3, 13, 11, 27 -translations/source/mk/avmedia/messages.po, 17, 27, 27, 0, 0, 5, 18, 22, 45 -translations/source/mk/basctl/messages.po, 90, 303, 321, 35, 52, 30, 256, 155, 611 -translations/source/mk/basic/messages.po, 18, 52, 60, 117, 497, 0, 0, 135, 549 -translations/source/mk/chart2/messages.po, 219, 455, 518, 173, 330, 228, 583, 620, 1368 -translations/source/mk/connectivity/messages.po, 91, 911, 914, 6, 48, 9, 88, 106, 1047 -translations/source/mk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/mk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/mk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/mk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/mk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/mk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/mk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/mk/cui/messages.po, 480, 651, 690, 663, 1059, 1200, 3848, 2343, 5558 -translations/source/mk/dbaccess/messages.po, 396, 2424, 2464, 250, 1295, 166, 791, 812, 4510 -translations/source/mk/desktop/messages.po, 91, 400, 408, 35, 343, 36, 482, 162, 1225 -translations/source/mk/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mk/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/mk/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/mk/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mk/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/mk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mk/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/mk/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mk/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mk/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mk/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/mk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mk/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mk/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mk/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/mk/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mk/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mk/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/mk/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mk/dictionaries/ru_RU/dialog.po, 2, 2, 2, 2, 4, 10, 20, 14, 26 -translations/source/mk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/mk/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mk/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mk/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mk/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mk/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/editeng/messages.po, 69, 112, 123, 64, 106, 132, 438, 265, 656 -translations/source/mk/extensions/messages.po, 390, 958, 1116, 214, 832, 59, 309, 663, 2099 -translations/source/mk/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mk/extras/source/autocorr/emoji.po, 42, 38, 38, 184, 176, 1349, 1603, 1575, 1817 -translations/source/mk/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/mk/filter/messages.po, 51, 185, 162, 29, 57, 142, 576, 222, 818 -translations/source/mk/filter/source/config/fragments/filters.po, 81, 280, 282, 10, 25, 129, 427, 220, 732 -translations/source/mk/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 123, 0, 0, 3, 12, 38, 139 -translations/source/mk/filter/source/config/fragments/types.po, 15, 41, 48, 3, 12, 20, 68, 38, 121 -translations/source/mk/forms/messages.po, 54, 314, 308, 1, 2, 3, 14, 58, 330 -translations/source/mk/formula/messages.po, 303, 306, 308, 63, 89, 71, 118, 437, 513 -translations/source/mk/fpicker/messages.po, 30, 76, 83, 16, 46, 15, 41, 61, 163 -translations/source/mk/framework/messages.po, 17, 163, 171, 6, 14, 6, 33, 29, 210 -translations/source/mk/helpcontent2/source/auxiliary.po, 22, 30, 30, 0, 0, 83, 272, 105, 302 -translations/source/mk/helpcontent2/source/text/sbasic/guide.po, 51, 598, 600, 0, 0, 52, 747, 103, 1345 -translations/source/mk/helpcontent2/source/text/sbasic/shared.po, 3449, 28735, 28810, 0, 0, 1056, 6696, 4505, 35431 -translations/source/mk/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 369, 0, 0, 10, 129, 67, 465 -translations/source/mk/helpcontent2/source/text/sbasic/shared/02.po, 177, 1092, 1108, 0, 0, 21, 390, 198, 1482 -translations/source/mk/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/mk/helpcontent2/source/text/scalc.po, 170, 854, 923, 0, 0, 17, 132, 187, 986 -translations/source/mk/helpcontent2/source/text/scalc/00.po, 61, 152, 169, 0, 0, 140, 793, 201, 945 -translations/source/mk/helpcontent2/source/text/scalc/01.po, 5293, 45191, 44753, 0, 0, 2202, 27964, 7495, 73155 -translations/source/mk/helpcontent2/source/text/scalc/02.po, 117, 795, 808, 0, 0, 6, 15, 123, 810 -translations/source/mk/helpcontent2/source/text/scalc/04.po, 163, 1185, 1297, 0, 0, 24, 312, 187, 1497 -translations/source/mk/helpcontent2/source/text/scalc/05.po, 77, 540, 528, 0, 0, 60, 313, 137, 853 -translations/source/mk/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mk/helpcontent2/source/text/scalc/guide.po, 1221, 17170, 17053, 0, 0, 248, 4423, 1469, 21593 -translations/source/mk/helpcontent2/source/text/schart.po, 38, 416, 417, 0, 0, 58, 515, 96, 931 -translations/source/mk/helpcontent2/source/text/schart/00.po, 47, 249, 283, 0, 0, 13, 98, 60, 347 -translations/source/mk/helpcontent2/source/text/schart/01.po, 418, 2709, 2680, 0, 0, 554, 9117, 972, 11826 -translations/source/mk/helpcontent2/source/text/schart/02.po, 25, 117, 132, 0, 0, 0, 0, 25, 117 -translations/source/mk/helpcontent2/source/text/schart/04.po, 32, 133, 150, 0, 0, 0, 0, 32, 133 -translations/source/mk/helpcontent2/source/text/sdraw.po, 115, 698, 766, 0, 0, 8, 34, 123, 732 -translations/source/mk/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/mk/helpcontent2/source/text/sdraw/01.po, 3, 12, 9, 0, 0, 0, 0, 3, 12 -translations/source/mk/helpcontent2/source/text/sdraw/04.po, 102, 486, 451, 0, 0, 1, 3, 103, 489 -translations/source/mk/helpcontent2/source/text/sdraw/guide.po, 256, 2730, 2609, 0, 0, 19, 342, 275, 3072 -translations/source/mk/helpcontent2/source/text/shared.po, 209, 1822, 1820, 0, 0, 41, 486, 250, 2308 -translations/source/mk/helpcontent2/source/text/shared/00.po, 754, 6643, 6880, 0, 0, 813, 9051, 1567, 15694 -translations/source/mk/helpcontent2/source/text/shared/01.po, 3486, 26142, 25916, 0, 0, 2001, 25820, 5487, 51962 -translations/source/mk/helpcontent2/source/text/shared/02.po, 1675, 18891, 19071, 0, 0, 507, 10231, 2182, 29122 -translations/source/mk/helpcontent2/source/text/shared/04.po, 233, 941, 1129, 0, 0, 80, 1130, 313, 2071 -translations/source/mk/helpcontent2/source/text/shared/05.po, 102, 1031, 1053, 0, 0, 94, 1309, 196, 2340 -translations/source/mk/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/mk/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -translations/source/mk/helpcontent2/source/text/shared/autokorr.po, 47, 403, 364, 0, 0, 1, 17, 48, 420 -translations/source/mk/helpcontent2/source/text/shared/autopi.po, 738, 6465, 6469, 0, 0, 149, 1929, 887, 8394 -translations/source/mk/helpcontent2/source/text/shared/explorer/database.po, 1244, 10814, 10810, 0, 0, 397, 8043, 1641, 18857 -translations/source/mk/helpcontent2/source/text/shared/guide.po, 1776, 24054, 24234, 0, 0, 740, 12389, 2516, 36443 -translations/source/mk/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/mk/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/mk/helpcontent2/source/text/shared/optionen.po, 1181, 10424, 10538, 0, 0, 753, 12927, 1934, 23351 -translations/source/mk/helpcontent2/source/text/simpress.po, 175, 1240, 1342, 0, 0, 24, 155, 199, 1395 -translations/source/mk/helpcontent2/source/text/simpress/00.po, 154, 873, 922, 0, 0, 9, 29, 163, 902 -translations/source/mk/helpcontent2/source/text/simpress/01.po, 852, 6311, 6260, 0, 0, 194, 2203, 1046, 8514 -translations/source/mk/helpcontent2/source/text/simpress/02.po, 650, 6431, 6079, 0, 0, 10, 78, 660, 6509 -translations/source/mk/helpcontent2/source/text/simpress/04.po, 185, 900, 884, 0, 0, 54, 238, 239, 1138 -translations/source/mk/helpcontent2/source/text/simpress/guide.po, 500, 5836, 5698, 0, 0, 267, 4446, 767, 10282 -translations/source/mk/helpcontent2/source/text/smath.po, 56, 609, 625, 0, 0, 4, 130, 60, 739 -translations/source/mk/helpcontent2/source/text/smath/00.po, 53, 224, 214, 0, 0, 13, 131, 66, 355 -translations/source/mk/helpcontent2/source/text/smath/01.po, 1036, 11283, 11247, 0, 0, 515, 2576, 1551, 13859 -translations/source/mk/helpcontent2/source/text/smath/02.po, 6, 97, 95, 0, 0, 0, 0, 6, 97 -translations/source/mk/helpcontent2/source/text/smath/04.po, 25, 130, 130, 0, 0, 1, 5, 26, 135 -translations/source/mk/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/mk/helpcontent2/source/text/smath/guide.po, 65, 652, 671, 0, 0, 39, 541, 104, 1193 -translations/source/mk/helpcontent2/source/text/swriter.po, 211, 1354, 1385, 0, 0, 125, 1592, 336, 2946 -translations/source/mk/helpcontent2/source/text/swriter/00.po, 210, 1037, 1053, 0, 0, 100, 781, 310, 1818 -translations/source/mk/helpcontent2/source/text/swriter/01.po, 2597, 23754, 23948, 0, 0, 749, 10039, 3346, 33793 -translations/source/mk/helpcontent2/source/text/swriter/02.po, 366, 2437, 2407, 0, 0, 60, 613, 426, 3050 -translations/source/mk/helpcontent2/source/text/swriter/04.po, 236, 1148, 1251, 0, 0, 18, 128, 254, 1276 -translations/source/mk/helpcontent2/source/text/swriter/guide.po, 1791, 21510, 20765, 0, 0, 353, 6427, 2144, 27937 -translations/source/mk/helpcontent2/source/text/swriter/librelogo.po, 38, 39, 40, 1, 1, 287, 2979, 326, 3019 -translations/source/mk/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/mk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 4218, 7, 96, 19, 218, 557, 4354 -translations/source/mk/librelogo/source/pythonpath.po, 13, 15, 15, 46, 48, 79, 110, 138, 173 -translations/source/mk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 3, 47, 689, 49, 693 -translations/source/mk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/mk/nlpsolver/src/locale.po, 9, 9, 10, 4, 5, 28, 91, 41, 105 -translations/source/mk/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/mk/officecfg/registry/data/org/openoffice/Office.po, 1190, 1277, 1287, 6, 9, 112, 555, 1308, 1841 -translations/source/mk/officecfg/registry/data/org/openoffice/Office/UI.po, 2295, 4581, 5207, 575, 1055, 807, 2086, 3677, 7722 -translations/source/mk/readlicense_oo/docs.po, 1, 2, 2, 1, 1, 101, 2400, 103, 2403 -translations/source/mk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/mk/reportdesign/messages.po, 169, 421, 465, 71, 135, 18, 61, 258, 617 -translations/source/mk/sc/messages.po, 2213, 11140, 10146, 970, 2659, 1503, 6461, 4686, 20260 -translations/source/mk/scaddins/messages.po, 781, 2471, 2150, 23, 79, 97, 638, 901, 3188 -translations/source/mk/sccomp/messages.po, 11, 47, 53, 1, 4, 2, 14, 14, 65 -translations/source/mk/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -translations/source/mk/scp2/source/base.po, 8, 40, 46, 0, 0, 2, 4, 10, 44 -translations/source/mk/scp2/source/calc.po, 17, 56, 61, 3, 29, 2, 9, 22, 94 -translations/source/mk/scp2/source/draw.po, 13, 52, 48, 1, 5, 27, 92, 41, 149 -translations/source/mk/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/mk/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/mk/scp2/source/graphicfilter.po, 28, 91, 132, 0, 0, 2, 10, 30, 101 -translations/source/mk/scp2/source/impress.po, 19, 74, 72, 1, 4, 1, 3, 21, 81 -translations/source/mk/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/mk/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -translations/source/mk/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/mk/scp2/source/ooo.po, 230, 301, 319, 133, 688, 219, 1035, 582, 2024 -translations/source/mk/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/mk/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -translations/source/mk/scp2/source/winexplorerext.po, 2, 18, 25, 0, 0, 0, 0, 2, 18 -translations/source/mk/scp2/source/writer.po, 22, 69, 66, 0, 0, 5, 45, 27, 114 -translations/source/mk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/mk/sd/messages.po, 398, 951, 1001, 340, 637, 581, 1363, 1319, 2951 -translations/source/mk/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -translations/source/mk/sfx2/messages.po, 179, 495, 498, 146, 425, 256, 1306, 581, 2226 -translations/source/mk/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -translations/source/mk/starmath/messages.po, 273, 475, 529, 103, 145, 129, 348, 505, 968 -translations/source/mk/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/mk/svtools/messages.po, 543, 1353, 1352, 72, 182, 299, 1076, 914, 2611 -translations/source/mk/svx/messages.po, 1309, 2965, 3293, 568, 1281, 969, 2978, 2846, 7224 -translations/source/mk/sw/messages.po, 1199, 2002, 2235, 1102, 2041, 1139, 3696, 3440, 7739 -translations/source/mk/swext/mediawiki/help.po, 44, 304, 308, 24, 702, 21, 398, 89, 1404 -translations/source/mk/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/mk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 161, 156, 0, 0, 1, 20, 32, 181 -translations/source/mk/sysui/desktop/share.po, 43, 153, 162, 10, 52, 13, 72, 66, 277 -translations/source/mk/uui/messages.po, 86, 797, 795, 23, 166, 48, 591, 157, 1554 -translations/source/mk/vcl/messages.po, 130, 184, 185, 48, 96, 178, 457, 356, 737 -translations/source/mk/wizards/messages.po, 229, 985, 991, 12, 13, 24, 44, 265, 1042 -translations/source/mk/wizards/source/resources.po, 447, 1888, 1914, 55, 218, 52, 180, 554, 2286 -translations/source/mk/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/mk/xmlsecurity/messages.po, 21, 40, 42, 16, 101, 54, 283, 91, 424 -translations/source/ml/accessibility/messages.po, 11, 27, 23, 0, 0, 0, 0, 11, 27 -translations/source/ml/avmedia/messages.po, 19, 39, 33, 1, 1, 2, 5, 22, 45 -translations/source/ml/basctl/messages.po, 149, 602, 476, 6, 9, 0, 0, 155, 611 -translations/source/ml/basic/messages.po, 135, 549, 473, 0, 0, 0, 0, 135, 549 -translations/source/ml/chart2/messages.po, 534, 1150, 1096, 36, 56, 50, 162, 620, 1368 -translations/source/ml/connectivity/messages.po, 105, 1033, 709, 0, 0, 1, 14, 106, 1047 -translations/source/ml/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ml/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ml/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ml/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -translations/source/ml/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ml/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ml/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ml/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ml/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ml/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ml/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ml/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ml/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ml/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 4, 0, 0, 0, 0, 1, 1 -translations/source/ml/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ml/cui/messages.po, 1501, 3369, 3095, 378, 737, 464, 1452, 2343, 5558 -translations/source/ml/dbaccess/messages.po, 472, 2856, 1979, 228, 1218, 112, 436, 812, 4510 -translations/source/ml/desktop/messages.po, 153, 1118, 918, 5, 28, 4, 79, 162, 1225 -translations/source/ml/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ml/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ml/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/ca.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ml/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/ml/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/ml/dictionaries/en/dialog.po, 37, 176, 164, 0, 0, 0, 0, 37, 176 -translations/source/ml/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ml/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ml/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ml/dictionaries/gl.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ml/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/hu_HU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/ml/dictionaries/hu_HU/dialog.po, 32, 71, 63, 0, 0, 0, 0, 32, 71 -translations/source/ml/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ml/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ml/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ml/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ml/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/no.po, 1, 10, 6, 0, 0, 0, 0, 1, 10 -translations/source/ml/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/ml/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ml/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ml/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/ml/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/ru_RU.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/ml/dictionaries/ru_RU/dialog.po, 13, 25, 24, 0, 0, 1, 1, 14, 26 -translations/source/ml/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ml/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ml/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/ml/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ml/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ml/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ml/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ml/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ml/editeng/messages.po, 258, 641, 596, 4, 6, 3, 9, 265, 656 -translations/source/ml/extensions/messages.po, 413, 1079, 951, 210, 794, 40, 226, 663, 2099 -translations/source/ml/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ml/extras/source/autocorr/emoji.po, 106, 99, 99, 221, 220, 1248, 1498, 1575, 1817 -translations/source/ml/extras/source/gallery/share.po, 11, 14, 13, 0, 0, 1, 1, 12, 15 -translations/source/ml/filter/messages.po, 79, 280, 232, 36, 76, 107, 462, 222, 818 -translations/source/ml/filter/source/config/fragments/filters.po, 93, 335, 344, 26, 95, 101, 302, 220, 732 -translations/source/ml/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 129, 0, 0, 3, 12, 38, 139 -translations/source/ml/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -translations/source/ml/forms/messages.po, 57, 321, 212, 0, 0, 1, 9, 58, 330 -translations/source/ml/formula/messages.po, 323, 326, 326, 55, 81, 60, 107, 438, 514 -translations/source/ml/fpicker/messages.po, 52, 145, 130, 3, 4, 6, 14, 61, 163 -translations/source/ml/framework/messages.po, 22, 194, 146, 6, 14, 1, 2, 29, 210 -translations/source/ml/instsetoo_native/inc_openoffice/windows/msi_languages.po, 536, 4136, 3255, 5, 78, 12, 128, 553, 4342 -translations/source/ml/librelogo/source/pythonpath.po, 137, 170, 162, 1, 3, 0, 0, 138, 173 -translations/source/ml/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 464, 1, 57, 0, 0, 49, 693 -translations/source/ml/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 14, 0, 0, 0, 0, 2, 21 -translations/source/ml/nlpsolver/src/locale.po, 41, 105, 98, 0, 0, 0, 0, 41, 105 -translations/source/ml/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ml/officecfg/registry/data/org/openoffice/Office.po, 1234, 1421, 2150, 10, 25, 64, 395, 1308, 1841 -translations/source/ml/officecfg/registry/data/org/openoffice/Office/UI.po, 2564, 5217, 5155, 531, 981, 582, 1524, 3677, 7722 -translations/source/ml/readlicense_oo/docs.po, 83, 1646, 1456, 1, 85, 19, 672, 103, 2403 -translations/source/ml/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/ml/reportdesign/messages.po, 179, 445, 420, 68, 144, 11, 28, 258, 617 -translations/source/ml/sc/messages.po, 2694, 12948, 8594, 942, 2535, 1050, 4777, 4686, 20260 -translations/source/ml/scaddins/messages.po, 841, 2698, 1998, 14, 18, 46, 472, 901, 3188 -translations/source/ml/sccomp/messages.po, 12, 51, 40, 0, 0, 2, 14, 14, 65 -translations/source/ml/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/ml/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -translations/source/ml/scp2/source/calc.po, 19, 81, 78, 1, 4, 2, 9, 22, 94 -translations/source/ml/scp2/source/draw.po, 15, 60, 56, 1, 5, 25, 84, 41, 149 -translations/source/ml/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -translations/source/ml/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/ml/scp2/source/graphicfilter.po, 28, 91, 102, 0, 0, 2, 10, 30, 101 -translations/source/ml/scp2/source/impress.po, 19, 74, 75, 1, 4, 1, 3, 21, 81 -translations/source/ml/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/ml/scp2/source/math.po, 10, 42, 33, 0, 0, 0, 0, 10, 42 -translations/source/ml/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -translations/source/ml/scp2/source/ooo.po, 543, 1865, 1825, 17, 86, 22, 73, 582, 2024 -translations/source/ml/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/ml/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -translations/source/ml/scp2/source/winexplorerext.po, 2, 18, 14, 0, 0, 0, 0, 2, 18 -translations/source/ml/scp2/source/writer.po, 22, 69, 68, 0, 0, 5, 45, 27, 114 -translations/source/ml/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ml/sd/messages.po, 514, 1312, 1160, 354, 623, 451, 1016, 1319, 2951 -translations/source/ml/setup_native/source/mac.po, 22, 119, 81, 1, 12, 0, 0, 23, 131 -translations/source/ml/sfx2/messages.po, 261, 774, 642, 147, 460, 173, 992, 581, 2226 -translations/source/ml/shell/source/win32/shlxthandler/res.po, 37, 45, 49, 0, 0, 0, 0, 37, 45 -translations/source/ml/starmath/messages.po, 313, 536, 468, 89, 130, 100, 299, 502, 965 -translations/source/ml/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ml/svtools/messages.po, 714, 1827, 1632, 68, 398, 132, 386, 914, 2611 -translations/source/ml/svx/messages.po, 1791, 4070, 3863, 521, 1235, 534, 1919, 2846, 7224 -translations/source/ml/sw/messages.po, 1713, 3204, 3202, 916, 1803, 811, 2732, 3440, 7739 -translations/source/ml/swext/mediawiki/help.po, 47, 353, 253, 26, 817, 16, 234, 89, 1404 -translations/source/ml/swext/mediawiki/src.po, 2, 39, 25, 0, 0, 0, 0, 2, 39 -translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/ml/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 129, 0, 0, 0, 0, 32, 181 -translations/source/ml/sysui/desktop/share.po, 65, 261, 254, 1, 16, 0, 0, 66, 277 -translations/source/ml/uui/messages.po, 105, 1021, 696, 18, 131, 34, 402, 157, 1554 -translations/source/ml/vcl/messages.po, 247, 484, 456, 10, 12, 99, 241, 356, 737 -translations/source/ml/wizards/messages.po, 261, 1038, 790, 4, 4, 0, 0, 265, 1042 -translations/source/ml/wizards/source/resources.po, 467, 1957, 1401, 79, 268, 8, 61, 554, 2286 -translations/source/ml/writerperfect/messages.po, 3, 5, 5, 3, 6, 24, 54, 30, 65 -translations/source/ml/xmlsecurity/messages.po, 66, 338, 259, 8, 20, 17, 66, 91, 424 -translations/source/mn/accessibility/messages.po, 11, 27, 31, 0, 0, 0, 0, 11, 27 -translations/source/mn/avmedia/messages.po, 22, 45, 40, 0, 0, 0, 0, 22, 45 -translations/source/mn/basctl/messages.po, 155, 611, 560, 0, 0, 0, 0, 155, 611 -translations/source/mn/basic/messages.po, 135, 549, 548, 0, 0, 0, 0, 135, 549 -translations/source/mn/chart2/messages.po, 618, 1364, 1513, 0, 0, 2, 4, 620, 1368 -translations/source/mn/connectivity/messages.po, 58, 587, 465, 3, 22, 45, 438, 106, 1047 -translations/source/mn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/mn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/mn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/mn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 5, 0, 0, 1, 2, 3, 5 -translations/source/mn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/mn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 1, 2, 2, 3 -translations/source/mn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/mn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/mn/cui/messages.po, 742, 1885, 1955, 698, 1063, 903, 2610, 2343, 5558 -translations/source/mn/dbaccess/messages.po, 446, 2805, 2324, 228, 1039, 138, 666, 812, 4510 -translations/source/mn/desktop/messages.po, 154, 1140, 1081, 4, 6, 4, 79, 162, 1225 -translations/source/mn/dictionaries/af_ZA.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/an_ES.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -translations/source/mn/dictionaries/be_BY.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/bn_BD.po, 1, 3, 10, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mn/dictionaries/br_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/bs_BA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/mn/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/mn/dictionaries/da_DK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -translations/source/mn/dictionaries/el_GR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/en.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/mn/dictionaries/en/dialog.po, 37, 176, 214, 0, 0, 0, 0, 37, 176 -translations/source/mn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/mn/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -translations/source/mn/dictionaries/et_EE.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/fr_FR.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mn/dictionaries/gl.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/gu_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mn/dictionaries/he_IL.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/hi_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/hr_HR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/hu_HU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/mn/dictionaries/hu_HU/dialog.po, 32, 71, 92, 0, 0, 0, 0, 32, 71 -translations/source/mn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/mn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mn/dictionaries/is.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/kmr_Latn.po, 1, 4, 7, 0, 0, 0, 0, 1, 4 -translations/source/mn/dictionaries/lo_LA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/lt_LT.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/lv_LV.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -translations/source/mn/dictionaries/nl_NL.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/mn/dictionaries/oc_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/pl_PL.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/pt_BR.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/mn/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/mn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/mn/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -translations/source/mn/dictionaries/ro.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/ru_RU.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/mn/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -translations/source/mn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/mn/dictionaries/si_LK.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/sk_SK.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mn/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/mn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mn/dictionaries/sw_TZ.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/te_IN.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/mn/dictionaries/th_TH.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mn/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/mn/dictionaries/vi.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/mn/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/mn/editeng/messages.po, 216, 483, 571, 19, 53, 30, 120, 265, 656 -translations/source/mn/extensions/messages.po, 389, 968, 936, 217, 823, 57, 308, 663, 2099 -translations/source/mn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mn/extras/source/autocorr/emoji.po, 49, 45, 47, 232, 224, 1294, 1548, 1575, 1817 -translations/source/mn/extras/source/gallery/share.po, 5, 7, 8, 3, 3, 4, 5, 12, 15 -translations/source/mn/filter/messages.po, 53, 187, 163, 33, 64, 136, 567, 222, 818 -translations/source/mn/filter/source/config/fragments/filters.po, 92, 332, 347, 15, 50, 113, 350, 220, 732 -translations/source/mn/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/mn/filter/source/config/fragments/types.po, 19, 57, 59, 2, 8, 17, 56, 38, 121 -translations/source/mn/forms/messages.po, 57, 321, 248, 0, 0, 1, 9, 58, 330 -translations/source/mn/formula/messages.po, 309, 312, 313, 56, 79, 73, 123, 438, 514 -translations/source/mn/fpicker/messages.po, 53, 145, 143, 3, 6, 5, 12, 61, 163 -translations/source/mn/framework/messages.po, 22, 194, 163, 6, 14, 1, 2, 29, 210 -translations/source/mn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4036, 3733, 9, 100, 19, 218, 557, 4354 -translations/source/mn/librelogo/source/pythonpath.po, 25, 27, 36, 45, 47, 68, 99, 138, 173 -translations/source/mn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/mn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/mn/nlpsolver/src/locale.po, 9, 9, 9, 5, 6, 27, 90, 41, 105 -translations/source/mn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/mn/officecfg/registry/data/org/openoffice/Office.po, 1188, 1275, 1282, 11, 14, 109, 552, 1308, 1841 -translations/source/mn/officecfg/registry/data/org/openoffice/Office/UI.po, 2294, 4591, 4672, 588, 1081, 795, 2050, 3677, 7722 -translations/source/mn/readlicense_oo/docs.po, 2, 4, 6, 1, 1, 100, 2398, 103, 2403 -translations/source/mn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/mn/reportdesign/messages.po, 169, 420, 385, 62, 115, 27, 82, 258, 617 -translations/source/mn/sc/messages.po, 2162, 10873, 7594, 1069, 2865, 1455, 6522, 4686, 20260 -translations/source/mn/scaddins/messages.po, 781, 2471, 1805, 23, 79, 97, 638, 901, 3188 -translations/source/mn/sccomp/messages.po, 12, 51, 48, 0, 0, 2, 14, 14, 65 -translations/source/mn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/mn/scp2/source/base.po, 8, 40, 37, 0, 0, 2, 4, 10, 44 -translations/source/mn/scp2/source/calc.po, 15, 48, 53, 5, 37, 2, 9, 22, 94 -translations/source/mn/scp2/source/draw.po, 13, 52, 51, 1, 5, 27, 92, 41, 149 -translations/source/mn/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/mn/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/mn/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/mn/scp2/source/impress.po, 17, 66, 69, 3, 12, 1, 3, 21, 81 -translations/source/mn/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/mn/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -translations/source/mn/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/mn/scp2/source/ooo.po, 280, 512, 885, 132, 750, 170, 762, 582, 2024 -translations/source/mn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/mn/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/mn/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/mn/scp2/source/writer.po, 16, 47, 51, 3, 10, 8, 57, 27, 114 -translations/source/mn/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/mn/sd/messages.po, 417, 1006, 948, 351, 642, 551, 1303, 1319, 2951 -translations/source/mn/setup_native/source/mac.po, 22, 119, 114, 1, 12, 0, 0, 23, 131 -translations/source/mn/sfx2/messages.po, 166, 488, 460, 151, 402, 264, 1336, 581, 2226 -translations/source/mn/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/mn/starmath/messages.po, 269, 471, 445, 102, 145, 123, 341, 494, 957 -translations/source/mn/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/mn/svtools/messages.po, 543, 1414, 1536, 86, 188, 285, 1009, 914, 2611 -translations/source/mn/svx/messages.po, 1323, 3063, 2996, 604, 1272, 919, 2889, 2846, 7224 -translations/source/mn/sw/messages.po, 1132, 1968, 2070, 1219, 2144, 1088, 3624, 3439, 7736 -translations/source/mn/swext/mediawiki/help.po, 45, 352, 295, 23, 654, 21, 398, 89, 1404 -translations/source/mn/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/mn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 161, 126, 0, 0, 1, 20, 32, 181 -translations/source/mn/sysui/desktop/share.po, 65, 261, 300, 1, 16, 0, 0, 66, 277 -translations/source/mn/uui/messages.po, 81, 806, 669, 25, 140, 51, 608, 157, 1554 -translations/source/mn/vcl/messages.po, 126, 194, 187, 75, 134, 155, 409, 356, 737 -translations/source/mn/wizards/messages.po, 205, 893, 779, 37, 106, 23, 43, 265, 1042 -translations/source/mn/wizards/source/resources.po, 442, 1943, 1658, 61, 159, 51, 184, 554, 2286 -translations/source/mn/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/mn/xmlsecurity/messages.po, 20, 57, 58, 19, 86, 52, 281, 91, 424 -translations/source/mni/accessibility/messages.po, 6, 11, 13, 1, 2, 4, 14, 11, 27 -translations/source/mni/avmedia/messages.po, 16, 26, 26, 1, 1, 5, 18, 22, 45 -translations/source/mni/basctl/messages.po, 112, 517, 432, 34, 50, 9, 44, 155, 611 -translations/source/mni/basic/messages.po, 17, 51, 53, 117, 497, 1, 1, 135, 549 -translations/source/mni/chart2/messages.po, 237, 417, 418, 169, 324, 214, 627, 620, 1368 -translations/source/mni/connectivity/messages.po, 95, 946, 731, 8, 56, 3, 45, 106, 1047 -translations/source/mni/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mni/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mni/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mni/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -translations/source/mni/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/mni/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mni/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mni/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/mni/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/mni/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mni/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mni/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mni/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mni/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/mni/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/mni/cui/messages.po, 851, 1908, 1882, 718, 1294, 774, 2356, 2343, 5558 -translations/source/mni/dbaccess/messages.po, 464, 2631, 2227, 246, 1345, 102, 534, 812, 4510 -translations/source/mni/desktop/messages.po, 97, 571, 509, 35, 402, 30, 252, 162, 1225 -translations/source/mni/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mni/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mni/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/mni/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mni/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mni/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mni/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/mni/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/mni/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/mni/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mni/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/mni/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/mni/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/mni/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/mni/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mni/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/mni/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mni/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mni/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mni/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -translations/source/mni/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/mni/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mni/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/mni/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mni/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mni/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mni/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mni/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/mni/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mni/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/mni/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mni/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/mni/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/mni/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/mni/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/mni/dictionaries/ru_RU/dialog.po, 4, 4, 4, 2, 4, 8, 18, 14, 26 -translations/source/mni/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/mni/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mni/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mni/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/mni/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mni/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/mni/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mni/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/mni/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/mni/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mni/editeng/messages.po, 173, 469, 511, 73, 119, 19, 68, 265, 656 -translations/source/mni/extensions/messages.po, 404, 1273, 1254, 197, 612, 62, 214, 663, 2099 -translations/source/mni/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mni/extras/source/autocorr/emoji.po, 36, 33, 33, 195, 186, 1344, 1598, 1575, 1817 -translations/source/mni/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/mni/filter/messages.po, 51, 253, 228, 39, 86, 132, 479, 222, 818 -translations/source/mni/filter/source/config/fragments/filters.po, 86, 303, 299, 11, 33, 123, 396, 220, 732 -translations/source/mni/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/mni/filter/source/config/fragments/types.po, 4, 17, 17, 6, 23, 28, 81, 38, 121 -translations/source/mni/forms/messages.po, 51, 294, 241, 1, 2, 6, 34, 58, 330 -translations/source/mni/formula/messages.po, 97, 100, 109, 69, 70, 268, 340, 434, 510 -translations/source/mni/fpicker/messages.po, 30, 76, 74, 17, 48, 14, 39, 61, 163 -translations/source/mni/framework/messages.po, 10, 69, 39, 7, 16, 12, 125, 29, 210 -translations/source/mni/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4034, 3849, 8, 98, 18, 216, 555, 4348 -translations/source/mni/librelogo/source/pythonpath.po, 18, 20, 24, 44, 46, 76, 107, 138, 173 -translations/source/mni/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 2, 47, 690, 49, 693 -translations/source/mni/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/mni/nlpsolver/src/locale.po, 6, 6, 7, 7, 8, 28, 91, 41, 105 -translations/source/mni/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/mni/officecfg/registry/data/org/openoffice/Office.po, 1253, 1514, 2586, 9, 40, 46, 287, 1308, 1841 -translations/source/mni/officecfg/registry/data/org/openoffice/Office/UI.po, 2185, 4323, 4628, 590, 1078, 902, 2321, 3677, 7722 -translations/source/mni/readlicense_oo/docs.po, 67, 1304, 1148, 2, 86, 34, 1013, 103, 2403 -translations/source/mni/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/mni/reportdesign/messages.po, 120, 235, 255, 78, 145, 60, 237, 258, 617 -translations/source/mni/sc/messages.po, 2091, 10838, 8010, 1110, 2706, 1485, 6716, 4686, 20260 -translations/source/mni/scaddins/messages.po, 784, 2463, 1959, 22, 89, 95, 636, 901, 3188 -translations/source/mni/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/mni/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/mni/scp2/source/base.po, 8, 40, 38, 0, 0, 2, 4, 10, 44 -translations/source/mni/scp2/source/calc.po, 15, 48, 48, 5, 37, 2, 9, 22, 94 -translations/source/mni/scp2/source/draw.po, 13, 52, 53, 1, 5, 27, 92, 41, 149 -translations/source/mni/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/mni/scp2/source/gnome.po, 0, 0, 0, 1, 2, 1, 9, 2, 11 -translations/source/mni/scp2/source/graphicfilter.po, 28, 91, 89, 0, 0, 2, 10, 30, 101 -translations/source/mni/scp2/source/impress.po, 17, 66, 65, 3, 12, 1, 3, 21, 81 -translations/source/mni/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/mni/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/mni/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/mni/scp2/source/ooo.po, 512, 1754, 1887, 41, 166, 29, 104, 582, 2024 -translations/source/mni/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/mni/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/mni/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/mni/scp2/source/writer.po, 21, 65, 65, 1, 4, 5, 45, 27, 114 -translations/source/mni/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/mni/sd/messages.po, 464, 1111, 1095, 363, 671, 492, 1169, 1319, 2951 -translations/source/mni/setup_native/source/mac.po, 19, 111, 110, 4, 20, 0, 0, 23, 131 -translations/source/mni/sfx2/messages.po, 195, 584, 563, 131, 380, 255, 1262, 581, 2226 -translations/source/mni/shell/source/win32/shlxthandler/res.po, 36, 44, 48, 1, 1, 0, 0, 37, 45 -translations/source/mni/starmath/messages.po, 270, 472, 491, 109, 154, 121, 337, 500, 963 -translations/source/mni/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/mni/svtools/messages.po, 390, 1011, 930, 80, 150, 444, 1450, 914, 2611 -translations/source/mni/svx/messages.po, 1292, 2861, 3025, 598, 1335, 956, 3028, 2846, 7224 -translations/source/mni/sw/messages.po, 1130, 1944, 2103, 1205, 2146, 1105, 3649, 3440, 7739 -translations/source/mni/swext/mediawiki/help.po, 25, 113, 92, 22, 547, 42, 744, 89, 1404 -translations/source/mni/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/mni/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 7, 6, 9, 9, 18, 165, 32, 181 -translations/source/mni/sysui/desktop/share.po, 40, 156, 148, 13, 65, 13, 56, 66, 277 -translations/source/mni/uui/messages.po, 98, 944, 825, 26, 164, 33, 446, 157, 1554 -translations/source/mni/vcl/messages.po, 144, 225, 245, 61, 126, 151, 386, 356, 737 -translations/source/mni/wizards/messages.po, 227, 983, 853, 14, 15, 24, 44, 265, 1042 -translations/source/mni/wizards/source/resources.po, 413, 1810, 1517, 91, 299, 50, 177, 554, 2286 -translations/source/mni/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/mni/xmlsecurity/messages.po, 34, 133, 140, 17, 118, 40, 173, 91, 424 -translations/source/mr/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/mr/avmedia/messages.po, 16, 26, 27, 1, 1, 5, 18, 22, 45 -translations/source/mr/basctl/messages.po, 131, 534, 514, 21, 39, 3, 38, 155, 611 -translations/source/mr/basic/messages.po, 16, 46, 50, 119, 503, 0, 0, 135, 549 -translations/source/mr/chart2/messages.po, 528, 1133, 1311, 69, 146, 23, 89, 620, 1368 -translations/source/mr/connectivity/messages.po, 102, 990, 876, 0, 0, 4, 57, 106, 1047 -translations/source/mr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/mr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/mr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/mr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/mr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/mr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/mr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/mr/cui/messages.po, 1565, 3772, 4233, 540, 1079, 238, 707, 2343, 5558 -translations/source/mr/dbaccess/messages.po, 561, 3156, 2898, 219, 1217, 32, 137, 812, 4510 -translations/source/mr/desktop/messages.po, 126, 689, 674, 26, 411, 10, 125, 162, 1225 -translations/source/mr/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/mr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/mr/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/mr/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/mr/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/mr/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -translations/source/mr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/mr/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/mr/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/mr/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/mr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/mr/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -translations/source/mr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/mr/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/mr/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/mr/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/mr/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mr/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/mr/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/mr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/mr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/mr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/mr/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/mr/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/mr/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -translations/source/mr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/mr/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mr/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/mr/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/mr/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/mr/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/mr/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/mr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/mr/editeng/messages.po, 253, 628, 641, 5, 8, 7, 20, 265, 656 -translations/source/mr/extensions/messages.po, 431, 1351, 1305, 198, 632, 34, 116, 663, 2099 -translations/source/mr/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/mr/extras/source/autocorr/emoji.po, 55, 48, 48, 207, 204, 1313, 1565, 1575, 1817 -translations/source/mr/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/mr/filter/messages.po, 160, 543, 590, 40, 113, 22, 162, 222, 818 -translations/source/mr/filter/source/config/fragments/filters.po, 101, 361, 361, 18, 66, 101, 305, 220, 732 -translations/source/mr/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 128, 0, 0, 3, 12, 38, 139 -translations/source/mr/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -translations/source/mr/forms/messages.po, 54, 314, 278, 1, 2, 3, 14, 58, 330 -translations/source/mr/formula/messages.po, 324, 327, 332, 54, 80, 60, 107, 438, 514 -translations/source/mr/fpicker/messages.po, 31, 88, 96, 18, 42, 12, 33, 61, 163 -translations/source/mr/framework/messages.po, 20, 184, 175, 6, 14, 3, 12, 29, 210 -translations/source/mr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 539, 4145, 4388, 5, 78, 12, 128, 556, 4351 -translations/source/mr/librelogo/source/pythonpath.po, 133, 166, 175, 2, 4, 3, 3, 138, 173 -translations/source/mr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 498, 1, 57, 0, 0, 49, 693 -translations/source/mr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -translations/source/mr/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -translations/source/mr/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/mr/officecfg/registry/data/org/openoffice/Office.po, 1236, 1423, 1533, 8, 23, 64, 395, 1308, 1841 -translations/source/mr/officecfg/registry/data/org/openoffice/Office/UI.po, 2553, 5208, 6071, 544, 999, 580, 1515, 3677, 7722 -translations/source/mr/readlicense_oo/docs.po, 81, 1590, 1319, 1, 85, 21, 728, 103, 2403 -translations/source/mr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/mr/reportdesign/messages.po, 204, 494, 530, 51, 120, 3, 3, 258, 617 -translations/source/mr/sc/messages.po, 3199, 14095, 11833, 795, 2434, 692, 3731, 4686, 20260 -translations/source/mr/scaddins/messages.po, 835, 2579, 2104, 14, 18, 52, 591, 901, 3188 -translations/source/mr/sccomp/messages.po, 11, 47, 47, 1, 4, 2, 14, 14, 65 -translations/source/mr/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/mr/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -translations/source/mr/scp2/source/calc.po, 19, 81, 84, 1, 4, 2, 9, 22, 94 -translations/source/mr/scp2/source/draw.po, 15, 60, 60, 1, 5, 25, 84, 41, 149 -translations/source/mr/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -translations/source/mr/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/mr/scp2/source/graphicfilter.po, 28, 91, 95, 0, 0, 2, 10, 30, 101 -translations/source/mr/scp2/source/impress.po, 19, 74, 75, 1, 4, 1, 3, 21, 81 -translations/source/mr/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/mr/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/mr/scp2/source/onlineupdate.po, 2, 13, 16, 0, 0, 0, 0, 2, 13 -translations/source/mr/scp2/source/ooo.po, 543, 1865, 1967, 17, 86, 22, 73, 582, 2024 -translations/source/mr/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/mr/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/mr/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/mr/scp2/source/writer.po, 22, 69, 69, 0, 0, 5, 45, 27, 114 -translations/source/mr/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/mr/sd/messages.po, 673, 1657, 1762, 316, 605, 330, 689, 1319, 2951 -translations/source/mr/setup_native/source/mac.po, 22, 119, 104, 1, 12, 0, 0, 23, 131 -translations/source/mr/sfx2/messages.po, 304, 852, 918, 135, 493, 142, 881, 581, 2226 -translations/source/mr/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -translations/source/mr/starmath/messages.po, 351, 611, 638, 83, 136, 71, 221, 505, 968 -translations/source/mr/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/mr/svtools/messages.po, 721, 1848, 1796, 63, 379, 130, 384, 914, 2611 -translations/source/mr/svx/messages.po, 1940, 4661, 4842, 494, 1167, 412, 1396, 2846, 7224 -translations/source/mr/sw/messages.po, 2250, 4778, 5405, 711, 1579, 480, 1383, 3441, 7740 -translations/source/mr/swext/mediawiki/help.po, 47, 353, 309, 26, 817, 16, 234, 89, 1404 -translations/source/mr/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/mr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -translations/source/mr/sysui/desktop/share.po, 64, 257, 258, 2, 20, 0, 0, 66, 277 -translations/source/mr/uui/messages.po, 121, 1087, 1016, 19, 151, 17, 316, 157, 1554 -translations/source/mr/vcl/messages.po, 227, 415, 468, 29, 74, 100, 248, 356, 737 -translations/source/mr/wizards/messages.po, 261, 1038, 1039, 3, 3, 1, 1, 265, 1042 -translations/source/mr/wizards/source/resources.po, 466, 1933, 1900, 77, 275, 11, 78, 554, 2286 -translations/source/mr/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -translations/source/mr/xmlsecurity/messages.po, 55, 223, 204, 18, 131, 18, 70, 91, 424 -translations/source/my/accessibility/messages.po, 7, 13, 10, 1, 1, 3, 13, 11, 27 -translations/source/my/avmedia/messages.po, 16, 26, 16, 1, 1, 5, 18, 22, 45 -translations/source/my/basctl/messages.po, 105, 399, 148, 29, 46, 21, 166, 155, 611 -translations/source/my/basic/messages.po, 17, 49, 19, 118, 500, 0, 0, 135, 549 -translations/source/my/chart2/messages.po, 254, 547, 352, 174, 295, 192, 526, 620, 1368 -translations/source/my/connectivity/messages.po, 102, 990, 346, 0, 0, 4, 57, 106, 1047 -translations/source/my/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/my/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/my/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/my/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/my/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/my/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/my/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/my/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/my/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/my/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/my/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/my/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/my/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/my/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/my/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/my/cui/messages.po, 976, 2106, 1595, 633, 1080, 734, 2372, 2343, 5558 -translations/source/my/dbaccess/messages.po, 451, 2725, 1413, 238, 1250, 123, 535, 812, 4510 -translations/source/my/desktop/messages.po, 97, 497, 263, 28, 162, 37, 566, 162, 1225 -translations/source/my/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/my/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/bg_BG.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/ca.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/my/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/my/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/en.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -translations/source/my/dictionaries/en/dialog.po, 4, 6, 5, 0, 0, 33, 170, 37, 176 -translations/source/my/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -translations/source/my/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/my/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/my/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/my/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/my/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/hu_HU.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -translations/source/my/dictionaries/hu_HU/dialog.po, 7, 10, 7, 0, 0, 25, 61, 32, 71 -translations/source/my/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -translations/source/my/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/my/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/my/dictionaries/it_IT.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/my/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/my/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/ne_NP.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/my/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/my/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/my/dictionaries/pt_BR/dialog.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -translations/source/my/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -translations/source/my/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/my/dictionaries/ro.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -translations/source/my/dictionaries/ru_RU/dialog.po, 5, 7, 6, 0, 0, 9, 19, 14, 26 -translations/source/my/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -translations/source/my/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/my/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/my/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/my/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/my/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/my/dictionaries/uk_UA.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/my/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/my/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/my/editeng/messages.po, 242, 595, 313, 9, 14, 14, 47, 265, 656 -translations/source/my/extensions/messages.po, 402, 1060, 646, 216, 781, 45, 258, 663, 2099 -translations/source/my/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/my/extras/source/autocorr/emoji.po, 43, 43, 43, 200, 189, 1332, 1585, 1575, 1817 -translations/source/my/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/my/filter/messages.po, 72, 265, 166, 31, 55, 119, 498, 222, 818 -translations/source/my/filter/source/config/fragments/filters.po, 81, 280, 269, 9, 24, 130, 428, 220, 732 -translations/source/my/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 123, 0, 0, 3, 12, 38, 139 -translations/source/my/filter/source/config/fragments/types.po, 18, 53, 50, 2, 8, 18, 60, 38, 121 -translations/source/my/forms/messages.po, 54, 314, 162, 1, 2, 3, 14, 58, 330 -translations/source/my/formula/messages.po, 63, 66, 64, 21, 25, 325, 394, 409, 485 -translations/source/my/fpicker/messages.po, 31, 88, 54, 15, 34, 15, 41, 61, 163 -translations/source/my/framework/messages.po, 18, 167, 96, 6, 14, 5, 29, 29, 210 -translations/source/my/instsetoo_native/inc_openoffice/windows/msi_languages.po, 532, 4057, 2345, 5, 78, 20, 219, 557, 4354 -translations/source/my/librelogo/source/pythonpath.po, 55, 59, 57, 5, 5, 78, 109, 138, 173 -translations/source/my/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 6, 4, 0, 0, 46, 687, 49, 693 -translations/source/my/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/my/nlpsolver/src/locale.po, 13, 14, 14, 0, 0, 28, 91, 41, 105 -translations/source/my/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/my/officecfg/registry/data/org/openoffice/Office.po, 1194, 1282, 1632, 4, 7, 110, 552, 1308, 1841 -translations/source/my/officecfg/registry/data/org/openoffice/Office/UI.po, 2453, 4941, 3184, 530, 996, 694, 1785, 3677, 7722 -translations/source/my/readlicense_oo/docs.po, 25, 315, 191, 1, 85, 77, 2003, 103, 2403 -translations/source/my/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/my/reportdesign/messages.po, 174, 432, 291, 70, 147, 14, 38, 258, 617 -translations/source/my/sc/messages.po, 2387, 11876, 6699, 1053, 2858, 1246, 5526, 4686, 20260 -translations/source/my/scaddins/messages.po, 778, 2520, 925, 12, 16, 108, 649, 898, 3185 -translations/source/my/sccomp/messages.po, 11, 47, 14, 1, 4, 2, 14, 14, 65 -translations/source/my/scp2/source/activex.po, 1, 2, 1, 0, 0, 1, 14, 2, 16 -translations/source/my/scp2/source/base.po, 8, 40, 26, 0, 0, 2, 4, 10, 44 -translations/source/my/scp2/source/calc.po, 19, 81, 59, 1, 4, 2, 9, 22, 94 -translations/source/my/scp2/source/draw.po, 13, 52, 33, 2, 9, 26, 88, 41, 149 -translations/source/my/scp2/source/extensions.po, 3, 9, 3, 0, 0, 13, 56, 16, 65 -translations/source/my/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/my/scp2/source/graphicfilter.po, 28, 91, 87, 0, 0, 2, 10, 30, 101 -translations/source/my/scp2/source/impress.po, 19, 74, 55, 1, 4, 1, 3, 21, 81 -translations/source/my/scp2/source/kde.po, 2, 9, 5, 0, 0, 0, 0, 2, 9 -translations/source/my/scp2/source/math.po, 10, 42, 31, 0, 0, 0, 0, 10, 42 -translations/source/my/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -translations/source/my/scp2/source/ooo.po, 394, 1140, 920, 15, 51, 173, 833, 582, 2024 -translations/source/my/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/my/scp2/source/quickstart.po, 2, 15, 10, 0, 0, 0, 0, 2, 15 -translations/source/my/scp2/source/winexplorerext.po, 2, 18, 12, 0, 0, 0, 0, 2, 18 -translations/source/my/scp2/source/writer.po, 22, 69, 65, 0, 0, 5, 45, 27, 114 -translations/source/my/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/my/sd/messages.po, 497, 1255, 835, 329, 581, 493, 1115, 1319, 2951 -translations/source/my/setup_native/source/mac.po, 21, 110, 62, 1, 12, 1, 9, 23, 131 -translations/source/my/sfx2/messages.po, 216, 586, 389, 150, 445, 215, 1195, 581, 2226 -translations/source/my/shell/source/win32/shlxthandler/res.po, 37, 45, 43, 0, 0, 0, 0, 37, 45 -translations/source/my/starmath/messages.po, 300, 508, 341, 86, 126, 119, 334, 505, 968 -translations/source/my/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/my/svtools/messages.po, 614, 1605, 1058, 48, 147, 252, 859, 914, 2611 -translations/source/my/svx/messages.po, 1565, 3537, 3254, 501, 1169, 780, 2518, 2846, 7224 -translations/source/my/sw/messages.po, 1613, 2848, 2417, 889, 1751, 938, 3140, 3440, 7739 -translations/source/my/swext/mediawiki/help.po, 43, 282, 146, 21, 649, 25, 473, 89, 1404 -translations/source/my/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/my/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 77, 0, 0, 0, 0, 32, 181 -translations/source/my/sysui/desktop/share.po, 51, 185, 150, 2, 20, 13, 72, 66, 277 -translations/source/my/uui/messages.po, 93, 839, 516, 20, 164, 44, 551, 157, 1554 -translations/source/my/vcl/messages.po, 176, 284, 232, 27, 69, 153, 384, 356, 737 -translations/source/my/wizards/messages.po, 235, 992, 733, 6, 6, 24, 44, 265, 1042 -translations/source/my/wizards/source/resources.po, 432, 1857, 1330, 72, 252, 50, 177, 554, 2286 -translations/source/my/writerperfect/messages.po, 2, 3, 2, 4, 8, 24, 54, 30, 65 -translations/source/my/xmlsecurity/messages.po, 18, 37, 32, 22, 124, 51, 263, 91, 424 -translations/source/nb/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -translations/source/nb/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -translations/source/nb/basctl/messages.po, 155, 611, 550, 0, 0, 0, 0, 155, 611 -translations/source/nb/basic/messages.po, 135, 549, 523, 0, 0, 0, 0, 135, 549 -translations/source/nb/chart2/messages.po, 620, 1368, 1165, 0, 0, 0, 0, 620, 1368 -translations/source/nb/connectivity/messages.po, 106, 1047, 893, 0, 0, 0, 0, 106, 1047 -translations/source/nb/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/nb/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nb/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nb/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/nb/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -translations/source/nb/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nb/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nb/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/nb/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/nb/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/nb/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/nb/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nb/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nb/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nb/cui/messages.po, 2343, 5558, 5152, 0, 0, 0, 0, 2343, 5558 -translations/source/nb/dbaccess/messages.po, 812, 4510, 3943, 0, 0, 0, 0, 812, 4510 -translations/source/nb/desktop/messages.po, 162, 1225, 1172, 0, 0, 0, 0, 162, 1225 -translations/source/nb/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/nb/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/nb/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/nb/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/nb/dictionaries/en/dialog.po, 37, 176, 177, 0, 0, 0, 0, 37, 176 -translations/source/nb/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nb/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/nb/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/nb/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/nb/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/nb/dictionaries/hu_HU/dialog.po, 32, 71, 72, 0, 0, 0, 0, 32, 71 -translations/source/nb/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nb/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/nb/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/nb/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/nb/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/pt_BR.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/nb/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nb/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nb/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/nb/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/nb/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -translations/source/nb/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nb/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/nb/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nb/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nb/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nb/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nb/editeng/messages.po, 265, 656, 624, 0, 0, 0, 0, 265, 656 -translations/source/nb/extensions/messages.po, 663, 2099, 1795, 0, 0, 0, 0, 663, 2099 -translations/source/nb/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nb/extras/source/autocorr/emoji.po, 1575, 1817, 1815, 0, 0, 0, 0, 1575, 1817 -translations/source/nb/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/nb/filter/messages.po, 222, 818, 729, 0, 0, 0, 0, 222, 818 -translations/source/nb/filter/source/config/fragments/filters.po, 220, 732, 636, 0, 0, 0, 0, 220, 732 -translations/source/nb/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 173, 0, 0, 0, 0, 38, 139 -translations/source/nb/filter/source/config/fragments/types.po, 38, 121, 98, 0, 0, 0, 0, 38, 121 -translations/source/nb/forms/messages.po, 58, 330, 293, 0, 0, 0, 0, 58, 330 -translations/source/nb/formula/messages.po, 425, 491, 570, 0, 0, 0, 0, 425, 491 -translations/source/nb/fpicker/messages.po, 61, 163, 145, 0, 0, 0, 0, 61, 163 -translations/source/nb/framework/messages.po, 29, 210, 192, 0, 0, 0, 0, 29, 210 -translations/source/nb/helpcontent2/source/auxiliary.po, 105, 302, 278, 0, 0, 0, 0, 105, 302 -translations/source/nb/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1209, 0, 0, 0, 0, 103, 1345 -translations/source/nb/helpcontent2/source/text/sbasic/shared.po, 1802, 10238, 9006, 0, 0, 2703, 25193, 4505, 35431 -translations/source/nb/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 448, 0, 0, 0, 0, 67, 465 -translations/source/nb/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1342, 0, 0, 0, 0, 198, 1482 -translations/source/nb/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 94, 0, 0, 0, 0, 47, 145 -translations/source/nb/helpcontent2/source/text/scalc.po, 187, 986, 895, 0, 0, 0, 0, 187, 986 -translations/source/nb/helpcontent2/source/text/scalc/00.po, 99, 388, 437, 0, 0, 102, 557, 201, 945 -translations/source/nb/helpcontent2/source/text/scalc/01.po, 3901, 27345, 24306, 0, 0, 3594, 45810, 7495, 73155 -translations/source/nb/helpcontent2/source/text/scalc/02.po, 121, 804, 678, 0, 0, 2, 6, 123, 810 -translations/source/nb/helpcontent2/source/text/scalc/04.po, 187, 1497, 1295, 0, 0, 0, 0, 187, 1497 -translations/source/nb/helpcontent2/source/text/scalc/05.po, 137, 853, 800, 0, 0, 0, 0, 137, 853 -translations/source/nb/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nb/helpcontent2/source/text/scalc/guide.po, 1466, 21503, 19308, 0, 0, 3, 90, 1469, 21593 -translations/source/nb/helpcontent2/source/text/schart.po, 96, 931, 791, 0, 0, 0, 0, 96, 931 -translations/source/nb/helpcontent2/source/text/schart/00.po, 60, 347, 358, 0, 0, 0, 0, 60, 347 -translations/source/nb/helpcontent2/source/text/schart/01.po, 972, 11826, 9882, 0, 0, 0, 0, 972, 11826 -translations/source/nb/helpcontent2/source/text/schart/02.po, 25, 117, 96, 0, 0, 0, 0, 25, 117 -translations/source/nb/helpcontent2/source/text/schart/04.po, 32, 133, 114, 0, 0, 0, 0, 32, 133 -translations/source/nb/helpcontent2/source/text/sdraw.po, 123, 732, 682, 0, 0, 0, 0, 123, 732 -translations/source/nb/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/nb/helpcontent2/source/text/sdraw/01.po, 3, 12, 15, 0, 0, 0, 0, 3, 12 -translations/source/nb/helpcontent2/source/text/sdraw/04.po, 103, 489, 502, 0, 0, 0, 0, 103, 489 -translations/source/nb/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2867, 0, 0, 0, 0, 275, 3072 -translations/source/nb/helpcontent2/source/text/shared.po, 246, 2199, 2042, 0, 0, 4, 109, 250, 2308 -translations/source/nb/helpcontent2/source/text/shared/00.po, 1550, 15490, 15414, 0, 0, 17, 204, 1567, 15694 -translations/source/nb/helpcontent2/source/text/shared/01.po, 3531, 26056, 22942, 0, 0, 1956, 25906, 5487, 51962 -translations/source/nb/helpcontent2/source/text/shared/02.po, 2181, 29096, 25043, 0, 0, 1, 26, 2182, 29122 -translations/source/nb/helpcontent2/source/text/shared/04.po, 311, 2067, 2037, 0, 0, 2, 4, 313, 2071 -translations/source/nb/helpcontent2/source/text/shared/05.po, 196, 2340, 2120, 0, 0, 0, 0, 196, 2340 -translations/source/nb/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -translations/source/nb/helpcontent2/source/text/shared/07.po, 7, 82, 87, 0, 0, 0, 0, 7, 82 -translations/source/nb/helpcontent2/source/text/shared/autokorr.po, 48, 420, 370, 0, 0, 0, 0, 48, 420 -translations/source/nb/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7333, 0, 0, 0, 0, 887, 8394 -translations/source/nb/helpcontent2/source/text/shared/explorer/database.po, 1638, 18750, 16021, 0, 0, 3, 107, 1641, 18857 -translations/source/nb/helpcontent2/source/text/shared/guide.po, 2271, 32794, 30494, 0, 0, 245, 3649, 2516, 36443 -translations/source/nb/helpcontent2/source/text/shared/help.po, 78, 117, 121, 0, 0, 0, 0, 78, 117 -translations/source/nb/helpcontent2/source/text/shared/menu.po, 16, 120, 110, 0, 0, 0, 0, 16, 120 -translations/source/nb/helpcontent2/source/text/shared/optionen.po, 1412, 13566, 12882, 0, 0, 522, 9785, 1934, 23351 -translations/source/nb/helpcontent2/source/text/simpress.po, 199, 1395, 1316, 0, 0, 0, 0, 199, 1395 -translations/source/nb/helpcontent2/source/text/simpress/00.po, 163, 902, 995, 0, 0, 0, 0, 163, 902 -translations/source/nb/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7575, 0, 0, 0, 0, 1046, 8514 -translations/source/nb/helpcontent2/source/text/simpress/02.po, 660, 6509, 6005, 0, 0, 0, 0, 660, 6509 -translations/source/nb/helpcontent2/source/text/simpress/04.po, 239, 1138, 1073, 0, 0, 0, 0, 239, 1138 -translations/source/nb/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9396, 0, 0, 0, 0, 767, 10282 -translations/source/nb/helpcontent2/source/text/smath.po, 60, 739, 648, 0, 0, 0, 0, 60, 739 -translations/source/nb/helpcontent2/source/text/smath/00.po, 66, 355, 313, 0, 0, 0, 0, 66, 355 -translations/source/nb/helpcontent2/source/text/smath/01.po, 1551, 13859, 13295, 0, 0, 0, 0, 1551, 13859 -translations/source/nb/helpcontent2/source/text/smath/02.po, 6, 97, 79, 0, 0, 0, 0, 6, 97 -translations/source/nb/helpcontent2/source/text/smath/04.po, 26, 135, 126, 0, 0, 0, 0, 26, 135 -translations/source/nb/helpcontent2/source/text/smath/06.po, 9, 21, 25, 0, 0, 0, 0, 9, 21 -translations/source/nb/helpcontent2/source/text/smath/guide.po, 104, 1193, 1174, 0, 0, 0, 0, 104, 1193 -translations/source/nb/helpcontent2/source/text/swriter.po, 331, 2836, 2534, 0, 0, 5, 110, 336, 2946 -translations/source/nb/helpcontent2/source/text/swriter/00.po, 310, 1818, 1854, 0, 0, 0, 0, 310, 1818 -translations/source/nb/helpcontent2/source/text/swriter/01.po, 3346, 33793, 31183, 0, 0, 0, 0, 3346, 33793 -translations/source/nb/helpcontent2/source/text/swriter/02.po, 426, 3050, 2962, 0, 0, 0, 0, 426, 3050 -translations/source/nb/helpcontent2/source/text/swriter/04.po, 254, 1276, 1447, 0, 0, 0, 0, 254, 1276 -translations/source/nb/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 25092, 0, 0, 0, 0, 2144, 27937 -translations/source/nb/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3081, 0, 0, 0, 0, 326, 3019 -translations/source/nb/helpcontent2/source/text/swriter/menu.po, 17, 96, 98, 0, 0, 0, 0, 17, 96 -translations/source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4003, 0, 0, 0, 0, 557, 4354 -translations/source/nb/librelogo/source/pythonpath.po, 138, 173, 179, 0, 0, 0, 0, 138, 173 -translations/source/nb/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 619, 0, 0, 0, 0, 49, 693 -translations/source/nb/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -translations/source/nb/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -translations/source/nb/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -translations/source/nb/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1781, 0, 0, 0, 0, 1308, 1841 -translations/source/nb/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7390, 0, 0, 0, 0, 3677, 7722 -translations/source/nb/readlicense_oo/docs.po, 103, 2403, 2132, 0, 0, 0, 0, 103, 2403 -translations/source/nb/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/nb/reportdesign/messages.po, 258, 617, 590, 0, 0, 0, 0, 258, 617 -translations/source/nb/sc/messages.po, 4686, 20260, 17055, 0, 0, 0, 0, 4686, 20260 -translations/source/nb/scaddins/messages.po, 901, 3188, 2659, 0, 0, 0, 0, 901, 3188 -translations/source/nb/sccomp/messages.po, 14, 65, 59, 0, 0, 0, 0, 14, 65 -translations/source/nb/scp2/source/activex.po, 2, 16, 14, 0, 0, 0, 0, 2, 16 -translations/source/nb/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -translations/source/nb/scp2/source/calc.po, 22, 94, 78, 0, 0, 0, 0, 22, 94 -translations/source/nb/scp2/source/draw.po, 41, 149, 111, 0, 0, 0, 0, 41, 149 -translations/source/nb/scp2/source/extensions.po, 16, 65, 60, 0, 0, 0, 0, 16, 65 -translations/source/nb/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -translations/source/nb/scp2/source/graphicfilter.po, 30, 101, 105, 0, 0, 0, 0, 30, 101 -translations/source/nb/scp2/source/impress.po, 21, 81, 65, 0, 0, 0, 0, 21, 81 -translations/source/nb/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/nb/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/nb/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/nb/scp2/source/ooo.po, 582, 2024, 1880, 0, 0, 0, 0, 582, 2024 -translations/source/nb/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/nb/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/nb/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/nb/scp2/source/writer.po, 27, 114, 78, 0, 0, 0, 0, 27, 114 -translations/source/nb/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/nb/sd/messages.po, 1319, 2951, 2819, 0, 0, 0, 0, 1319, 2951 -translations/source/nb/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -translations/source/nb/sfx2/messages.po, 581, 2226, 2076, 0, 0, 0, 0, 581, 2226 -translations/source/nb/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -translations/source/nb/starmath/messages.po, 505, 968, 932, 0, 0, 0, 0, 505, 968 -translations/source/nb/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nb/svtools/messages.po, 914, 2611, 2435, 0, 0, 0, 0, 914, 2611 -translations/source/nb/svx/messages.po, 2846, 7224, 6544, 0, 0, 0, 0, 2846, 7224 -translations/source/nb/sw/messages.po, 3439, 7736, 7268, 0, 0, 0, 0, 3439, 7736 -translations/source/nb/swext/mediawiki/help.po, 89, 1404, 1369, 0, 0, 0, 0, 89, 1404 -translations/source/nb/swext/mediawiki/src.po, 2, 39, 27, 0, 0, 0, 0, 2, 39 -translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/nb/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -translations/source/nb/sysui/desktop/share.po, 66, 277, 215, 0, 0, 0, 0, 66, 277 -translations/source/nb/uui/messages.po, 157, 1554, 1423, 0, 0, 0, 0, 157, 1554 -translations/source/nb/vcl/messages.po, 356, 737, 710, 0, 0, 0, 0, 356, 737 -translations/source/nb/wizards/messages.po, 265, 1042, 886, 0, 0, 0, 0, 265, 1042 -translations/source/nb/wizards/source/resources.po, 554, 2286, 2017, 0, 0, 0, 0, 554, 2286 -translations/source/nb/writerperfect/messages.po, 30, 65, 61, 0, 0, 0, 0, 30, 65 -translations/source/nb/xmlsecurity/messages.po, 91, 424, 375, 0, 0, 0, 0, 91, 424 -translations/source/ne/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/ne/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -translations/source/ne/basctl/messages.po, 155, 611, 581, 0, 0, 0, 0, 155, 611 -translations/source/ne/basic/messages.po, 135, 549, 593, 0, 0, 0, 0, 135, 549 -translations/source/ne/chart2/messages.po, 473, 1038, 1071, 64, 100, 83, 230, 620, 1368 -translations/source/ne/connectivity/messages.po, 105, 1033, 919, 0, 0, 1, 14, 106, 1047 -translations/source/ne/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ne/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ne/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ne/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ne/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ne/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ne/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ne/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ne/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ne/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ne/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ne/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ne/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ne/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ne/cui/messages.po, 780, 1485, 1523, 561, 950, 1002, 3123, 2343, 5558 -translations/source/ne/dbaccess/messages.po, 377, 2155, 1987, 197, 796, 238, 1559, 812, 4510 -translations/source/ne/desktop/messages.po, 102, 522, 511, 24, 152, 36, 551, 162, 1225 -translations/source/ne/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ne/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ne/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/ca.po, 1, 7, 2, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ne/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/ne/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/ne/dictionaries/en/dialog.po, 37, 176, 206, 0, 0, 0, 0, 37, 176 -translations/source/ne/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -translations/source/ne/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ne/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ne/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ne/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/ne/dictionaries/hu_HU/dialog.po, 32, 71, 88, 0, 0, 0, 0, 32, 71 -translations/source/ne/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 4, 0, 0, 1, 2, 2, 5 -translations/source/ne/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ne/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/ne/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ne/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ne/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -translations/source/ne/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/ne/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ne/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ne/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ne/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/ne/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/ne/dictionaries/ru_RU/dialog.po, 13, 25, 27, 0, 0, 1, 1, 14, 26 -translations/source/ne/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 3, 3, 0, 0, 1, 2, 2, 5 -translations/source/ne/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ne/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/ne/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ne/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/ne/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ne/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ne/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ne/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ne/editeng/messages.po, 122, 232, 244, 16, 21, 127, 403, 265, 656 -translations/source/ne/extensions/messages.po, 415, 1067, 1106, 203, 773, 45, 259, 663, 2099 -translations/source/ne/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ne/extras/source/autocorr/emoji.po, 46, 46, 46, 194, 183, 1335, 1588, 1575, 1817 -translations/source/ne/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/ne/filter/messages.po, 61, 224, 226, 34, 54, 127, 540, 222, 818 -translations/source/ne/filter/source/config/fragments/filters.po, 84, 292, 291, 10, 29, 126, 411, 220, 732 -translations/source/ne/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/ne/filter/source/config/fragments/types.po, 20, 62, 58, 3, 13, 15, 46, 38, 121 -translations/source/ne/forms/messages.po, 58, 330, 296, 0, 0, 0, 0, 58, 330 -translations/source/ne/formula/messages.po, 314, 317, 322, 53, 79, 65, 112, 432, 508 -translations/source/ne/fpicker/messages.po, 32, 89, 101, 14, 33, 15, 41, 61, 163 -translations/source/ne/framework/messages.po, 18, 167, 160, 6, 14, 5, 29, 29, 210 -translations/source/ne/helpcontent2/source/auxiliary.po, 96, 276, 285, 0, 0, 9, 26, 105, 302 -translations/source/ne/helpcontent2/source/text/sbasic/guide.po, 62, 718, 665, 0, 0, 41, 627, 103, 1345 -translations/source/ne/helpcontent2/source/text/sbasic/shared.po, 3393, 27229, 24304, 0, 0, 1112, 8202, 4505, 35431 -translations/source/ne/helpcontent2/source/text/sbasic/shared/01.po, 52, 279, 275, 0, 0, 15, 186, 67, 465 -translations/source/ne/helpcontent2/source/text/sbasic/shared/02.po, 175, 1063, 959, 0, 0, 23, 419, 198, 1482 -translations/source/ne/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ne/helpcontent2/source/text/scalc.po, 177, 856, 832, 0, 0, 10, 130, 187, 986 -translations/source/ne/helpcontent2/source/text/scalc/00.po, 59, 125, 133, 0, 0, 142, 820, 201, 945 -translations/source/ne/helpcontent2/source/text/scalc/01.po, 5132, 43002, 35487, 0, 0, 2363, 30153, 7495, 73155 -translations/source/ne/helpcontent2/source/text/scalc/02.po, 114, 744, 654, 0, 0, 9, 66, 123, 810 -translations/source/ne/helpcontent2/source/text/scalc/04.po, 167, 1184, 1030, 0, 0, 20, 313, 187, 1497 -translations/source/ne/helpcontent2/source/text/scalc/05.po, 71, 453, 404, 0, 0, 66, 400, 137, 853 -translations/source/ne/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ne/helpcontent2/source/text/scalc/guide.po, 1051, 14272, 12587, 0, 0, 418, 7321, 1469, 21593 -translations/source/ne/helpcontent2/source/text/schart.po, 18, 151, 145, 0, 0, 78, 780, 96, 931 -translations/source/ne/helpcontent2/source/text/schart/00.po, 47, 249, 237, 0, 0, 13, 98, 60, 347 -translations/source/ne/helpcontent2/source/text/schart/01.po, 326, 2324, 2003, 0, 0, 646, 9502, 972, 11826 -translations/source/ne/helpcontent2/source/text/schart/02.po, 25, 117, 106, 0, 0, 0, 0, 25, 117 -translations/source/ne/helpcontent2/source/text/schart/04.po, 32, 133, 119, 0, 0, 0, 0, 32, 133 -translations/source/ne/helpcontent2/source/text/sdraw.po, 123, 732, 703, 0, 0, 0, 0, 123, 732 -translations/source/ne/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/ne/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/ne/helpcontent2/source/text/sdraw/04.po, 100, 454, 421, 1, 1, 2, 34, 103, 489 -translations/source/ne/helpcontent2/source/text/sdraw/guide.po, 249, 2625, 2402, 0, 0, 26, 447, 275, 3072 -translations/source/ne/helpcontent2/source/text/shared.po, 206, 1781, 1565, 0, 0, 44, 527, 250, 2308 -translations/source/ne/helpcontent2/source/text/shared/00.po, 738, 6297, 5612, 0, 0, 829, 9397, 1567, 15694 -translations/source/ne/helpcontent2/source/text/shared/01.po, 3204, 22868, 20622, 0, 0, 2283, 29094, 5487, 51962 -translations/source/ne/helpcontent2/source/text/shared/02.po, 1644, 18386, 15656, 0, 0, 538, 10736, 2182, 29122 -translations/source/ne/helpcontent2/source/text/shared/04.po, 220, 893, 903, 0, 0, 93, 1178, 313, 2071 -translations/source/ne/helpcontent2/source/text/shared/05.po, 96, 1009, 905, 0, 0, 100, 1331, 196, 2340 -translations/source/ne/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ne/helpcontent2/source/text/shared/07.po, 1, 5, 5, 0, 0, 6, 77, 7, 82 -translations/source/ne/helpcontent2/source/text/shared/autokorr.po, 46, 362, 373, 0, 0, 2, 58, 48, 420 -translations/source/ne/helpcontent2/source/text/shared/autopi.po, 711, 6144, 5506, 0, 0, 176, 2250, 887, 8394 -translations/source/ne/helpcontent2/source/text/shared/explorer/database.po, 1147, 9517, 8413, 0, 0, 494, 9340, 1641, 18857 -translations/source/ne/helpcontent2/source/text/shared/guide.po, 1630, 21031, 18406, 0, 0, 886, 15412, 2516, 36443 -translations/source/ne/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ne/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ne/helpcontent2/source/text/shared/optionen.po, 1125, 9294, 8374, 0, 0, 809, 14057, 1934, 23351 -translations/source/ne/helpcontent2/source/text/simpress.po, 170, 1195, 1099, 0, 0, 29, 200, 199, 1395 -translations/source/ne/helpcontent2/source/text/simpress/00.po, 152, 833, 747, 0, 0, 11, 69, 163, 902 -translations/source/ne/helpcontent2/source/text/simpress/01.po, 837, 5968, 5271, 0, 0, 209, 2546, 1046, 8514 -translations/source/ne/helpcontent2/source/text/simpress/02.po, 649, 6206, 5348, 0, 0, 11, 303, 660, 6509 -translations/source/ne/helpcontent2/source/text/simpress/04.po, 176, 745, 672, 0, 0, 63, 393, 239, 1138 -translations/source/ne/helpcontent2/source/text/simpress/guide.po, 476, 5546, 4831, 0, 0, 291, 4736, 767, 10282 -translations/source/ne/helpcontent2/source/text/smath.po, 55, 576, 522, 0, 0, 5, 163, 60, 739 -translations/source/ne/helpcontent2/source/text/smath/00.po, 54, 225, 186, 0, 0, 12, 130, 66, 355 -translations/source/ne/helpcontent2/source/text/smath/01.po, 1086, 10741, 9407, 0, 0, 465, 3118, 1551, 13859 -translations/source/ne/helpcontent2/source/text/smath/02.po, 6, 97, 70, 0, 0, 0, 0, 6, 97 -translations/source/ne/helpcontent2/source/text/smath/04.po, 26, 135, 108, 0, 0, 0, 0, 26, 135 -translations/source/ne/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ne/helpcontent2/source/text/smath/guide.po, 66, 654, 593, 0, 0, 38, 539, 104, 1193 -translations/source/ne/helpcontent2/source/text/swriter.po, 205, 1153, 1082, 0, 0, 131, 1793, 336, 2946 -translations/source/ne/helpcontent2/source/text/swriter/00.po, 208, 1024, 891, 0, 0, 102, 794, 310, 1818 -translations/source/ne/helpcontent2/source/text/swriter/01.po, 2548, 22727, 19974, 0, 0, 798, 11066, 3346, 33793 -translations/source/ne/helpcontent2/source/text/swriter/02.po, 345, 2053, 1775, 0, 0, 81, 997, 426, 3050 -translations/source/ne/helpcontent2/source/text/swriter/04.po, 228, 1049, 987, 0, 0, 26, 227, 254, 1276 -translations/source/ne/helpcontent2/source/text/swriter/guide.po, 1527, 17236, 14641, 0, 0, 617, 10701, 2144, 27937 -translations/source/ne/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -translations/source/ne/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ne/instsetoo_native/inc_openoffice/windows/msi_languages.po, 532, 4018, 4030, 5, 78, 20, 258, 557, 4354 -translations/source/ne/librelogo/source/pythonpath.po, 56, 60, 68, 3, 3, 79, 110, 138, 173 -translations/source/ne/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 6, 10, 10, 1, 3, 42, 680, 49, 693 -translations/source/ne/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ne/nlpsolver/src/locale.po, 16, 22, 24, 0, 0, 25, 83, 41, 105 -translations/source/ne/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ne/officecfg/registry/data/org/openoffice/Office.po, 1195, 1283, 2230, 2, 5, 111, 553, 1308, 1841 -translations/source/ne/officecfg/registry/data/org/openoffice/Office/UI.po, 2388, 4733, 4931, 492, 935, 797, 2054, 3677, 7722 -translations/source/ne/readlicense_oo/docs.po, 12, 185, 164, 0, 0, 91, 2218, 103, 2403 -translations/source/ne/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/ne/reportdesign/messages.po, 187, 447, 456, 57, 132, 14, 38, 258, 617 -translations/source/ne/sc/messages.po, 2521, 11671, 9040, 801, 2183, 1364, 6406, 4686, 20260 -translations/source/ne/scaddins/messages.po, 778, 2520, 2019, 12, 16, 108, 649, 898, 3185 -translations/source/ne/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -translations/source/ne/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/ne/scp2/source/base.po, 8, 40, 43, 0, 0, 2, 4, 10, 44 -translations/source/ne/scp2/source/calc.po, 19, 81, 77, 0, 0, 3, 13, 22, 94 -translations/source/ne/scp2/source/draw.po, 15, 60, 63, 1, 5, 25, 84, 41, 149 -translations/source/ne/scp2/source/extensions.po, 3, 9, 9, 0, 0, 13, 56, 16, 65 -translations/source/ne/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/ne/scp2/source/graphicfilter.po, 28, 91, 103, 0, 0, 2, 10, 30, 101 -translations/source/ne/scp2/source/impress.po, 19, 74, 79, 0, 0, 2, 7, 21, 81 -translations/source/ne/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/ne/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/ne/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/ne/scp2/source/ooo.po, 411, 1237, 1223, 10, 48, 161, 739, 582, 2024 -translations/source/ne/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ne/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/ne/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/ne/scp2/source/writer.po, 20, 61, 60, 0, 0, 7, 53, 27, 114 -translations/source/ne/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ne/sd/messages.po, 473, 1152, 1169, 311, 532, 535, 1267, 1319, 2951 -translations/source/ne/setup_native/source/mac.po, 23, 131, 132, 0, 0, 0, 0, 23, 131 -translations/source/ne/sfx2/messages.po, 223, 625, 646, 135, 371, 223, 1230, 581, 2226 -translations/source/ne/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/ne/starmath/messages.po, 308, 530, 514, 83, 122, 113, 315, 504, 967 -translations/source/ne/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ne/svtools/messages.po, 641, 1561, 1514, 44, 147, 229, 903, 914, 2611 -translations/source/ne/svx/messages.po, 1496, 3334, 3473, 452, 1044, 898, 2846, 2846, 7224 -translations/source/ne/sw/messages.po, 1577, 2705, 2935, 824, 1593, 1039, 3441, 3440, 7739 -translations/source/ne/swext/mediawiki/help.po, 25, 185, 165, 5, 114, 59, 1105, 89, 1404 -translations/source/ne/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ne/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 13, 17, 16, 2, 2, 17, 162, 32, 181 -translations/source/ne/sysui/desktop/share.po, 51, 201, 199, 2, 20, 13, 56, 66, 277 -translations/source/ne/uui/messages.po, 107, 979, 904, 19, 72, 31, 503, 157, 1554 -translations/source/ne/vcl/messages.po, 189, 322, 349, 21, 45, 146, 370, 356, 737 -translations/source/ne/wizards/messages.po, 235, 992, 962, 6, 6, 24, 44, 265, 1042 -translations/source/ne/wizards/source/resources.po, 466, 2003, 1838, 38, 105, 50, 178, 554, 2286 -translations/source/ne/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -translations/source/ne/xmlsecurity/messages.po, 21, 83, 69, 18, 76, 52, 265, 91, 424 -translations/source/nl/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/nl/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/nl/basctl/messages.po, 155, 611, 610, 0, 0, 0, 0, 155, 611 -translations/source/nl/basic/messages.po, 135, 549, 542, 0, 0, 0, 0, 135, 549 -translations/source/nl/chart2/messages.po, 620, 1368, 1187, 0, 0, 0, 0, 620, 1368 -translations/source/nl/connectivity/messages.po, 106, 1047, 1115, 0, 0, 0, 0, 106, 1047 -translations/source/nl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/nl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/nl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -translations/source/nl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/nl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/nl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/nl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/nl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nl/cui/messages.po, 2343, 5558, 5334, 0, 0, 0, 0, 2343, 5558 -translations/source/nl/dbaccess/messages.po, 812, 4510, 4269, 0, 0, 0, 0, 812, 4510 -translations/source/nl/desktop/messages.po, 162, 1225, 1313, 0, 0, 0, 0, 162, 1225 -translations/source/nl/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/nl/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/nl/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/nl/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/en.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/nl/dictionaries/en/dialog.po, 37, 176, 195, 0, 0, 0, 0, 37, 176 -translations/source/nl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/nl/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/nl/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/nl/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/nl/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/nl/dictionaries/hu_HU/dialog.po, 32, 71, 84, 0, 0, 0, 0, 32, 71 -translations/source/nl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/nl/dictionaries/id.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/nl/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/nl/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/nl/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/nl/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/nl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/nl/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/nl/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/ru_RU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/nl/dictionaries/ru_RU/dialog.po, 14, 26, 31, 0, 0, 0, 0, 14, 26 -translations/source/nl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nl/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/nl/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nl/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nl/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/nl/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/editeng/messages.po, 265, 656, 685, 0, 0, 0, 0, 265, 656 -translations/source/nl/extensions/messages.po, 663, 2099, 1917, 0, 0, 0, 0, 663, 2099 -translations/source/nl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nl/extras/source/autocorr/emoji.po, 1575, 1817, 1898, 0, 0, 0, 0, 1575, 1817 -translations/source/nl/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/nl/filter/messages.po, 222, 818, 773, 0, 0, 0, 0, 222, 818 -translations/source/nl/filter/source/config/fragments/filters.po, 220, 732, 661, 0, 0, 0, 0, 220, 732 -translations/source/nl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -translations/source/nl/filter/source/config/fragments/types.po, 38, 121, 111, 0, 0, 0, 0, 38, 121 -translations/source/nl/forms/messages.po, 58, 330, 328, 0, 0, 0, 0, 58, 330 -translations/source/nl/formula/messages.po, 437, 513, 572, 0, 0, 0, 0, 437, 513 -translations/source/nl/fpicker/messages.po, 61, 163, 137, 0, 0, 0, 0, 61, 163 -translations/source/nl/framework/messages.po, 29, 210, 233, 0, 0, 0, 0, 29, 210 -translations/source/nl/helpcontent2/source/auxiliary.po, 105, 302, 281, 0, 0, 0, 0, 105, 302 -translations/source/nl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1400, 0, 0, 0, 0, 103, 1345 -translations/source/nl/helpcontent2/source/text/sbasic/shared.po, 4502, 35372, 34332, 0, 0, 3, 59, 4505, 35431 -translations/source/nl/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 482, 0, 0, 0, 0, 67, 465 -translations/source/nl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1496, 0, 0, 0, 0, 198, 1482 -translations/source/nl/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 146, 0, 0, 0, 0, 47, 145 -translations/source/nl/helpcontent2/source/text/scalc.po, 187, 986, 1022, 0, 0, 0, 0, 187, 986 -translations/source/nl/helpcontent2/source/text/scalc/00.po, 201, 945, 938, 0, 0, 0, 0, 201, 945 -translations/source/nl/helpcontent2/source/text/scalc/01.po, 7492, 73047, 72747, 0, 0, 3, 108, 7495, 73155 -translations/source/nl/helpcontent2/source/text/scalc/02.po, 123, 810, 774, 0, 0, 0, 0, 123, 810 -translations/source/nl/helpcontent2/source/text/scalc/04.po, 187, 1497, 1488, 0, 0, 0, 0, 187, 1497 -translations/source/nl/helpcontent2/source/text/scalc/05.po, 137, 853, 850, 0, 0, 0, 0, 137, 853 -translations/source/nl/helpcontent2/source/text/scalc/06.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/nl/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 21182, 0, 0, 0, 0, 1469, 21593 -translations/source/nl/helpcontent2/source/text/schart.po, 96, 931, 979, 0, 0, 0, 0, 96, 931 -translations/source/nl/helpcontent2/source/text/schart/00.po, 60, 347, 320, 0, 0, 0, 0, 60, 347 -translations/source/nl/helpcontent2/source/text/schart/01.po, 972, 11826, 11404, 0, 0, 0, 0, 972, 11826 -translations/source/nl/helpcontent2/source/text/schart/02.po, 25, 117, 115, 0, 0, 0, 0, 25, 117 -translations/source/nl/helpcontent2/source/text/schart/04.po, 32, 133, 121, 0, 0, 0, 0, 32, 133 -translations/source/nl/helpcontent2/source/text/sdraw.po, 123, 732, 723, 0, 0, 0, 0, 123, 732 -translations/source/nl/helpcontent2/source/text/sdraw/00.po, 2, 8, 14, 0, 0, 0, 0, 2, 8 -translations/source/nl/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -translations/source/nl/helpcontent2/source/text/sdraw/04.po, 103, 489, 514, 0, 0, 0, 0, 103, 489 -translations/source/nl/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3125, 0, 0, 0, 0, 275, 3072 -translations/source/nl/helpcontent2/source/text/shared.po, 250, 2308, 2245, 0, 0, 0, 0, 250, 2308 -translations/source/nl/helpcontent2/source/text/shared/00.po, 1567, 15694, 15751, 0, 0, 0, 0, 1567, 15694 -translations/source/nl/helpcontent2/source/text/shared/01.po, 5486, 51927, 51930, 0, 0, 1, 35, 5487, 51962 -translations/source/nl/helpcontent2/source/text/shared/02.po, 2181, 29109, 28760, 0, 0, 1, 13, 2182, 29122 -translations/source/nl/helpcontent2/source/text/shared/04.po, 313, 2071, 2112, 0, 0, 0, 0, 313, 2071 -translations/source/nl/helpcontent2/source/text/shared/05.po, 196, 2340, 2336, 0, 0, 0, 0, 196, 2340 -translations/source/nl/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -translations/source/nl/helpcontent2/source/text/shared/07.po, 7, 82, 82, 0, 0, 0, 0, 7, 82 -translations/source/nl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 366, 0, 0, 0, 0, 48, 420 -translations/source/nl/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8252, 0, 0, 0, 0, 887, 8394 -translations/source/nl/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 18427, 0, 0, 0, 0, 1641, 18857 -translations/source/nl/helpcontent2/source/text/shared/guide.po, 2516, 36443, 36107, 0, 0, 0, 0, 2516, 36443 -translations/source/nl/helpcontent2/source/text/shared/help.po, 78, 117, 118, 0, 0, 0, 0, 78, 117 -translations/source/nl/helpcontent2/source/text/shared/menu.po, 16, 120, 111, 0, 0, 0, 0, 16, 120 -translations/source/nl/helpcontent2/source/text/shared/optionen.po, 1931, 23189, 22803, 0, 0, 3, 162, 1934, 23351 -translations/source/nl/helpcontent2/source/text/simpress.po, 199, 1395, 1438, 0, 0, 0, 0, 199, 1395 -translations/source/nl/helpcontent2/source/text/simpress/00.po, 163, 902, 896, 0, 0, 0, 0, 163, 902 -translations/source/nl/helpcontent2/source/text/simpress/01.po, 1044, 8490, 9000, 0, 0, 2, 24, 1046, 8514 -translations/source/nl/helpcontent2/source/text/simpress/02.po, 660, 6509, 6807, 0, 0, 0, 0, 660, 6509 -translations/source/nl/helpcontent2/source/text/simpress/04.po, 239, 1138, 1199, 0, 0, 0, 0, 239, 1138 -translations/source/nl/helpcontent2/source/text/simpress/guide.po, 767, 10282, 10360, 0, 0, 0, 0, 767, 10282 -translations/source/nl/helpcontent2/source/text/smath.po, 60, 739, 760, 0, 0, 0, 0, 60, 739 -translations/source/nl/helpcontent2/source/text/smath/00.po, 66, 355, 357, 0, 0, 0, 0, 66, 355 -translations/source/nl/helpcontent2/source/text/smath/01.po, 1551, 13859, 14080, 0, 0, 0, 0, 1551, 13859 -translations/source/nl/helpcontent2/source/text/smath/02.po, 6, 97, 98, 0, 0, 0, 0, 6, 97 -translations/source/nl/helpcontent2/source/text/smath/04.po, 26, 135, 138, 0, 0, 0, 0, 26, 135 -translations/source/nl/helpcontent2/source/text/smath/06.po, 9, 21, 20, 0, 0, 0, 0, 9, 21 -translations/source/nl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1162, 0, 0, 0, 0, 104, 1193 -translations/source/nl/helpcontent2/source/text/swriter.po, 336, 2946, 2945, 0, 0, 0, 0, 336, 2946 -translations/source/nl/helpcontent2/source/text/swriter/00.po, 310, 1818, 1694, 0, 0, 0, 0, 310, 1818 -translations/source/nl/helpcontent2/source/text/swriter/01.po, 3345, 33786, 33284, 0, 0, 1, 7, 3346, 33793 -translations/source/nl/helpcontent2/source/text/swriter/02.po, 426, 3050, 3019, 0, 0, 0, 0, 426, 3050 -translations/source/nl/helpcontent2/source/text/swriter/04.po, 254, 1276, 1288, 0, 0, 0, 0, 254, 1276 -translations/source/nl/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 27661, 0, 0, 0, 0, 2144, 27937 -translations/source/nl/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3046, 0, 0, 0, 0, 326, 3019 -translations/source/nl/helpcontent2/source/text/swriter/menu.po, 17, 96, 109, 0, 0, 0, 0, 17, 96 -translations/source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4560, 0, 0, 0, 0, 557, 4354 -translations/source/nl/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -translations/source/nl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 719, 0, 0, 0, 0, 49, 693 -translations/source/nl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -translations/source/nl/nlpsolver/src/locale.po, 41, 105, 95, 0, 0, 0, 0, 41, 105 -translations/source/nl/officecfg/registry/data/org/openoffice.po, 9, 28, 21, 0, 0, 0, 0, 9, 28 -translations/source/nl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1840, 0, 0, 0, 0, 1308, 1841 -translations/source/nl/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7063, 0, 0, 0, 0, 3677, 7722 -translations/source/nl/readlicense_oo/docs.po, 103, 2403, 2535, 0, 0, 0, 0, 103, 2403 -translations/source/nl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 20, 0, 0, 0, 0, 6, 20 -translations/source/nl/reportdesign/messages.po, 258, 617, 592, 0, 0, 0, 0, 258, 617 -translations/source/nl/sc/messages.po, 4686, 20260, 19056, 0, 0, 0, 0, 4686, 20260 -translations/source/nl/scaddins/messages.po, 901, 3188, 3172, 0, 0, 0, 0, 901, 3188 -translations/source/nl/sccomp/messages.po, 14, 65, 66, 0, 0, 0, 0, 14, 65 -translations/source/nl/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/nl/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -translations/source/nl/scp2/source/calc.po, 22, 94, 89, 0, 0, 0, 0, 22, 94 -translations/source/nl/scp2/source/draw.po, 41, 149, 129, 0, 0, 0, 0, 41, 149 -translations/source/nl/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -translations/source/nl/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/nl/scp2/source/graphicfilter.po, 30, 101, 53, 0, 0, 0, 0, 30, 101 -translations/source/nl/scp2/source/impress.po, 21, 81, 71, 0, 0, 0, 0, 21, 81 -translations/source/nl/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/nl/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/nl/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/nl/scp2/source/ooo.po, 582, 2024, 2106, 0, 0, 0, 0, 582, 2024 -translations/source/nl/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/nl/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/nl/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/nl/scp2/source/writer.po, 27, 114, 87, 0, 0, 0, 0, 27, 114 -translations/source/nl/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/nl/sd/messages.po, 1319, 2951, 2771, 0, 0, 0, 0, 1319, 2951 -translations/source/nl/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -translations/source/nl/sfx2/messages.po, 581, 2226, 2172, 0, 0, 0, 0, 581, 2226 -translations/source/nl/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -translations/source/nl/starmath/messages.po, 505, 968, 937, 0, 0, 0, 0, 505, 968 -translations/source/nl/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nl/svtools/messages.po, 914, 2611, 2459, 0, 0, 0, 0, 914, 2611 -translations/source/nl/svx/messages.po, 2846, 7224, 6703, 0, 0, 0, 0, 2846, 7224 -translations/source/nl/sw/messages.po, 3441, 7740, 7282, 0, 0, 0, 0, 3441, 7740 -translations/source/nl/swext/mediawiki/help.po, 89, 1404, 1452, 0, 0, 0, 0, 89, 1404 -translations/source/nl/swext/mediawiki/src.po, 2, 39, 37, 0, 0, 0, 0, 2, 39 -translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/nl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -translations/source/nl/sysui/desktop/share.po, 66, 277, 265, 0, 0, 0, 0, 66, 277 -translations/source/nl/uui/messages.po, 157, 1554, 1618, 0, 0, 0, 0, 157, 1554 -translations/source/nl/vcl/messages.po, 356, 737, 728, 0, 0, 0, 0, 356, 737 -translations/source/nl/wizards/messages.po, 265, 1042, 978, 0, 0, 0, 0, 265, 1042 -translations/source/nl/wizards/source/resources.po, 554, 2286, 2168, 0, 0, 0, 0, 554, 2286 -translations/source/nl/writerperfect/messages.po, 30, 65, 59, 0, 0, 0, 0, 30, 65 -translations/source/nl/xmlsecurity/messages.po, 91, 424, 436, 0, 0, 0, 0, 91, 424 -translations/source/nn/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -translations/source/nn/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/nn/basctl/messages.po, 155, 611, 559, 0, 0, 0, 0, 155, 611 -translations/source/nn/basic/messages.po, 135, 549, 535, 0, 0, 0, 0, 135, 549 -translations/source/nn/chart2/messages.po, 620, 1368, 1161, 0, 0, 0, 0, 620, 1368 -translations/source/nn/connectivity/messages.po, 106, 1047, 877, 0, 0, 0, 0, 106, 1047 -translations/source/nn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/nn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/nn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -translations/source/nn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/nn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/nn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/nn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/nn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/nn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/nn/cui/messages.po, 2342, 5554, 5252, 0, 0, 1, 4, 2343, 5558 -translations/source/nn/dbaccess/messages.po, 812, 4510, 3929, 0, 0, 0, 0, 812, 4510 -translations/source/nn/desktop/messages.po, 162, 1225, 1183, 0, 0, 0, 0, 162, 1225 -translations/source/nn/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/an_ES.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/nn/dictionaries/be_BY.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/bg_BG.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/bn_BD.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/bs_BA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/nn/dictionaries/da_DK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/de.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/nn/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/nn/dictionaries/en/dialog.po, 37, 176, 181, 0, 0, 0, 0, 37, 176 -translations/source/nn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nn/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/nn/dictionaries/et_EE.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/fr_FR.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/gd_GB.po, 1, 4, 2, 0, 0, 0, 0, 1, 4 -translations/source/nn/dictionaries/gl.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/gu_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/nn/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/hi_IN.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/hr_HR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/nn/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -translations/source/nn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nn/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/it_IT.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/nn/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/nn/dictionaries/nl_NL.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/no.po, 1, 10, 8, 0, 0, 0, 0, 1, 10 -translations/source/nn/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/pl_PL.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/pt_BR.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/nn/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nn/dictionaries/pt_PT.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/nn/dictionaries/ro.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/nn/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -translations/source/nn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/nn/dictionaries/si_LK.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/sk_SK.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/sl_SI.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/nn/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/nn/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/te_IN.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/nn/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/uk_UA.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/nn/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/editeng/messages.po, 265, 656, 631, 0, 0, 0, 0, 265, 656 -translations/source/nn/extensions/messages.po, 663, 2099, 1829, 0, 0, 0, 0, 663, 2099 -translations/source/nn/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/nn/extras/source/autocorr/emoji.po, 1575, 1817, 1846, 0, 0, 0, 0, 1575, 1817 -translations/source/nn/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/nn/filter/messages.po, 222, 818, 730, 0, 0, 0, 0, 222, 818 -translations/source/nn/filter/source/config/fragments/filters.po, 220, 732, 700, 0, 0, 0, 0, 220, 732 -translations/source/nn/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 173, 0, 0, 0, 0, 38, 139 -translations/source/nn/filter/source/config/fragments/types.po, 38, 121, 98, 0, 0, 0, 0, 38, 121 -translations/source/nn/forms/messages.po, 58, 330, 295, 0, 0, 0, 0, 58, 330 -translations/source/nn/formula/messages.po, 438, 514, 588, 0, 0, 0, 0, 438, 514 -translations/source/nn/fpicker/messages.po, 61, 163, 143, 0, 0, 0, 0, 61, 163 -translations/source/nn/framework/messages.po, 29, 210, 191, 0, 0, 0, 0, 29, 210 -translations/source/nn/helpcontent2/source/auxiliary.po, 105, 302, 275, 0, 0, 0, 0, 105, 302 -translations/source/nn/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1247, 0, 0, 0, 0, 103, 1345 -translations/source/nn/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31449, 0, 0, 0, 0, 4505, 35431 -translations/source/nn/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 459, 0, 0, 0, 0, 67, 465 -translations/source/nn/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1361, 0, 0, 0, 0, 198, 1482 -translations/source/nn/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 94, 0, 0, 0, 0, 47, 145 -translations/source/nn/helpcontent2/source/text/scalc.po, 187, 986, 880, 0, 0, 0, 0, 187, 986 -translations/source/nn/helpcontent2/source/text/scalc/00.po, 197, 924, 1157, 0, 0, 4, 21, 201, 945 -translations/source/nn/helpcontent2/source/text/scalc/01.po, 7487, 72880, 67336, 0, 0, 8, 275, 7495, 73155 -translations/source/nn/helpcontent2/source/text/scalc/02.po, 121, 804, 695, 0, 0, 2, 6, 123, 810 -translations/source/nn/helpcontent2/source/text/scalc/04.po, 187, 1497, 1447, 0, 0, 0, 0, 187, 1497 -translations/source/nn/helpcontent2/source/text/scalc/05.po, 137, 853, 816, 0, 0, 0, 0, 137, 853 -translations/source/nn/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/nn/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 19794, 0, 0, 1, 47, 1469, 21593 -translations/source/nn/helpcontent2/source/text/schart.po, 96, 931, 804, 0, 0, 0, 0, 96, 931 -translations/source/nn/helpcontent2/source/text/schart/00.po, 60, 347, 404, 0, 0, 0, 0, 60, 347 -translations/source/nn/helpcontent2/source/text/schart/01.po, 972, 11826, 10103, 0, 0, 0, 0, 972, 11826 -translations/source/nn/helpcontent2/source/text/schart/02.po, 25, 117, 97, 0, 0, 0, 0, 25, 117 -translations/source/nn/helpcontent2/source/text/schart/04.po, 32, 133, 116, 0, 0, 0, 0, 32, 133 -translations/source/nn/helpcontent2/source/text/sdraw.po, 123, 732, 685, 0, 0, 0, 0, 123, 732 -translations/source/nn/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/nn/helpcontent2/source/text/sdraw/01.po, 3, 12, 15, 0, 0, 0, 0, 3, 12 -translations/source/nn/helpcontent2/source/text/sdraw/04.po, 103, 489, 511, 0, 0, 0, 0, 103, 489 -translations/source/nn/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2951, 0, 0, 0, 0, 275, 3072 -translations/source/nn/helpcontent2/source/text/shared.po, 246, 2199, 2056, 0, 0, 4, 109, 250, 2308 -translations/source/nn/helpcontent2/source/text/shared/00.po, 1550, 15490, 15599, 0, 0, 17, 204, 1567, 15694 -translations/source/nn/helpcontent2/source/text/shared/01.po, 5483, 51844, 46700, 0, 0, 4, 118, 5487, 51962 -translations/source/nn/helpcontent2/source/text/shared/02.po, 2181, 29096, 25171, 0, 0, 1, 26, 2182, 29122 -translations/source/nn/helpcontent2/source/text/shared/04.po, 311, 2067, 2091, 0, 0, 2, 4, 313, 2071 -translations/source/nn/helpcontent2/source/text/shared/05.po, 196, 2340, 2144, 0, 0, 0, 0, 196, 2340 -translations/source/nn/helpcontent2/source/text/shared/06.po, 3, 7, 7, 0, 0, 0, 0, 3, 7 -translations/source/nn/helpcontent2/source/text/shared/07.po, 7, 82, 75, 0, 0, 0, 0, 7, 82 -translations/source/nn/helpcontent2/source/text/shared/autokorr.po, 48, 420, 381, 0, 0, 0, 0, 48, 420 -translations/source/nn/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7390, 0, 0, 0, 0, 887, 8394 -translations/source/nn/helpcontent2/source/text/shared/explorer/database.po, 1638, 18750, 16378, 0, 0, 3, 107, 1641, 18857 -translations/source/nn/helpcontent2/source/text/shared/guide.po, 2508, 36212, 34402, 0, 0, 8, 231, 2516, 36443 -translations/source/nn/helpcontent2/source/text/shared/help.po, 78, 117, 122, 0, 0, 0, 0, 78, 117 -translations/source/nn/helpcontent2/source/text/shared/menu.po, 16, 120, 110, 0, 0, 0, 0, 16, 120 -translations/source/nn/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 21988, 0, 0, 0, 0, 1934, 23351 -translations/source/nn/helpcontent2/source/text/simpress.po, 199, 1395, 1321, 0, 0, 0, 0, 199, 1395 -translations/source/nn/helpcontent2/source/text/simpress/00.po, 163, 902, 1038, 0, 0, 0, 0, 163, 902 -translations/source/nn/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7744, 0, 0, 0, 0, 1046, 8514 -translations/source/nn/helpcontent2/source/text/simpress/02.po, 660, 6509, 6071, 0, 0, 0, 0, 660, 6509 -translations/source/nn/helpcontent2/source/text/simpress/04.po, 239, 1138, 1175, 0, 0, 0, 0, 239, 1138 -translations/source/nn/helpcontent2/source/text/simpress/guide.po, 767, 10282, 9634, 0, 0, 0, 0, 767, 10282 -translations/source/nn/helpcontent2/source/text/smath.po, 60, 739, 676, 0, 0, 0, 0, 60, 739 -translations/source/nn/helpcontent2/source/text/smath/00.po, 66, 355, 332, 0, 0, 0, 0, 66, 355 -translations/source/nn/helpcontent2/source/text/smath/01.po, 1551, 13859, 13434, 0, 0, 0, 0, 1551, 13859 -translations/source/nn/helpcontent2/source/text/smath/02.po, 6, 97, 78, 0, 0, 0, 0, 6, 97 -translations/source/nn/helpcontent2/source/text/smath/04.po, 26, 135, 126, 0, 0, 0, 0, 26, 135 -translations/source/nn/helpcontent2/source/text/smath/06.po, 9, 21, 26, 0, 0, 0, 0, 9, 21 -translations/source/nn/helpcontent2/source/text/smath/guide.po, 104, 1193, 1181, 0, 0, 0, 0, 104, 1193 -translations/source/nn/helpcontent2/source/text/swriter.po, 331, 2836, 2527, 0, 0, 5, 110, 336, 2946 -translations/source/nn/helpcontent2/source/text/swriter/00.po, 310, 1818, 2128, 0, 0, 0, 0, 310, 1818 -translations/source/nn/helpcontent2/source/text/swriter/01.po, 3346, 33793, 30986, 0, 0, 0, 0, 3346, 33793 -translations/source/nn/helpcontent2/source/text/swriter/02.po, 426, 3050, 2964, 0, 0, 0, 0, 426, 3050 -translations/source/nn/helpcontent2/source/text/swriter/04.po, 254, 1276, 1451, 0, 0, 0, 0, 254, 1276 -translations/source/nn/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 26018, 0, 0, 0, 0, 2144, 27937 -translations/source/nn/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3135, 0, 0, 0, 0, 326, 3019 -translations/source/nn/helpcontent2/source/text/swriter/menu.po, 17, 96, 99, 0, 0, 0, 0, 17, 96 -translations/source/nn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4001, 0, 0, 0, 0, 557, 4354 -translations/source/nn/librelogo/source/pythonpath.po, 138, 173, 186, 0, 0, 0, 0, 138, 173 -translations/source/nn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 666, 0, 0, 0, 0, 49, 693 -translations/source/nn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -translations/source/nn/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -translations/source/nn/officecfg/registry/data/org/openoffice.po, 9, 28, 19, 0, 0, 0, 0, 9, 28 -translations/source/nn/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1774, 0, 0, 0, 0, 1308, 1841 -translations/source/nn/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7418, 0, 0, 0, 0, 3677, 7722 -translations/source/nn/readlicense_oo/docs.po, 103, 2403, 2155, 0, 0, 0, 0, 103, 2403 -translations/source/nn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/nn/reportdesign/messages.po, 258, 617, 603, 0, 0, 0, 0, 258, 617 -translations/source/nn/sc/messages.po, 4681, 20238, 17463, 0, 0, 5, 22, 4686, 20260 -translations/source/nn/scaddins/messages.po, 901, 3188, 2725, 0, 0, 0, 0, 901, 3188 -translations/source/nn/sccomp/messages.po, 14, 65, 52, 0, 0, 0, 0, 14, 65 -translations/source/nn/scp2/source/activex.po, 2, 16, 14, 0, 0, 0, 0, 2, 16 -translations/source/nn/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -translations/source/nn/scp2/source/calc.po, 22, 94, 79, 0, 0, 0, 0, 22, 94 -translations/source/nn/scp2/source/draw.po, 41, 149, 136, 0, 0, 0, 0, 41, 149 -translations/source/nn/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -translations/source/nn/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -translations/source/nn/scp2/source/graphicfilter.po, 30, 101, 105, 0, 0, 0, 0, 30, 101 -translations/source/nn/scp2/source/impress.po, 21, 81, 67, 0, 0, 0, 0, 21, 81 -translations/source/nn/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/nn/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/nn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/nn/scp2/source/ooo.po, 582, 2024, 1882, 0, 0, 0, 0, 582, 2024 -translations/source/nn/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/nn/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/nn/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -translations/source/nn/scp2/source/writer.po, 27, 114, 80, 0, 0, 0, 0, 27, 114 -translations/source/nn/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/nn/sd/messages.po, 1306, 2938, 2842, 0, 0, 13, 13, 1319, 2951 -translations/source/nn/setup_native/source/mac.po, 23, 131, 135, 0, 0, 0, 0, 23, 131 -translations/source/nn/sfx2/messages.po, 580, 2116, 2001, 0, 0, 1, 110, 581, 2226 -translations/source/nn/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -translations/source/nn/starmath/messages.po, 505, 968, 929, 0, 0, 0, 0, 505, 968 -translations/source/nn/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nn/svtools/messages.po, 914, 2611, 2429, 0, 0, 0, 0, 914, 2611 -translations/source/nn/svx/messages.po, 2846, 7224, 6531, 0, 0, 0, 0, 2846, 7224 -translations/source/nn/sw/messages.po, 3437, 7736, 7291, 0, 0, 3, 3, 3440, 7739 -translations/source/nn/swext/mediawiki/help.po, 89, 1404, 1368, 0, 0, 0, 0, 89, 1404 -translations/source/nn/swext/mediawiki/src.po, 2, 39, 26, 0, 0, 0, 0, 2, 39 -translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/nn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 149, 0, 0, 0, 0, 32, 181 -translations/source/nn/sysui/desktop/share.po, 66, 277, 220, 0, 0, 0, 0, 66, 277 -translations/source/nn/uui/messages.po, 157, 1554, 1477, 0, 0, 0, 0, 157, 1554 -translations/source/nn/vcl/messages.po, 354, 733, 718, 0, 0, 2, 4, 356, 737 -translations/source/nn/wizards/messages.po, 265, 1042, 899, 0, 0, 0, 0, 265, 1042 -translations/source/nn/wizards/source/resources.po, 554, 2286, 2016, 0, 0, 0, 0, 554, 2286 -translations/source/nn/writerperfect/messages.po, 30, 65, 53, 0, 0, 0, 0, 30, 65 -translations/source/nn/xmlsecurity/messages.po, 91, 424, 389, 0, 0, 0, 0, 91, 424 -translations/source/nr/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -translations/source/nr/avmedia/messages.po, 16, 26, 22, 1, 1, 5, 18, 22, 45 -translations/source/nr/basctl/messages.po, 74, 242, 187, 34, 50, 47, 319, 155, 611 -translations/source/nr/basic/messages.po, 8, 14, 11, 9, 31, 118, 504, 135, 549 -translations/source/nr/chart2/messages.po, 96, 144, 147, 207, 344, 317, 880, 620, 1368 -translations/source/nr/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/nr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/nr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/nr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/nr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/nr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/nr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/nr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/nr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/nr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/nr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/nr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/nr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/nr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/nr/cui/messages.po, 417, 869, 804, 805, 1262, 1121, 3427, 2343, 5558 -translations/source/nr/dbaccess/messages.po, 295, 1598, 1153, 225, 654, 292, 2258, 812, 4510 -translations/source/nr/desktop/messages.po, 43, 167, 148, 13, 28, 106, 1030, 162, 1225 -translations/source/nr/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nr/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/nr/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/nr/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nr/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -translations/source/nr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/nr/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/nr/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/nr/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nr/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nr/dictionaries/hu_HU/dialog.po, 1, 1, 2, 5, 6, 26, 64, 32, 71 -translations/source/nr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/nr/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/nr/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nr/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/nr/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nr/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/nr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/nr/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/nr/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nr/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -translations/source/nr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/nr/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nr/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/nr/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nr/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nr/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/editeng/messages.po, 198, 459, 417, 49, 141, 18, 56, 265, 656 -translations/source/nr/extensions/messages.po, 310, 646, 646, 195, 489, 158, 964, 663, 2099 -translations/source/nr/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nr/extras/source/autocorr/emoji.po, 40, 36, 38, 165, 156, 1370, 1625, 1575, 1817 -translations/source/nr/extras/source/gallery/share.po, 5, 7, 8, 2, 2, 5, 6, 12, 15 -translations/source/nr/filter/messages.po, 41, 160, 149, 30, 59, 151, 599, 222, 818 -translations/source/nr/filter/source/config/fragments/filters.po, 19, 55, 53, 11, 28, 190, 649, 220, 732 -translations/source/nr/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/nr/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -translations/source/nr/forms/messages.po, 50, 278, 214, 1, 2, 7, 50, 58, 330 -translations/source/nr/formula/messages.po, 283, 286, 292, 71, 96, 84, 132, 438, 514 -translations/source/nr/fpicker/messages.po, 25, 39, 40, 18, 52, 18, 72, 61, 163 -translations/source/nr/framework/messages.po, 8, 14, 17, 7, 15, 14, 181, 29, 210 -translations/source/nr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 2573, 90, 232, 93, 737, 557, 4354 -translations/source/nr/librelogo/source/pythonpath.po, 11, 11, 11, 43, 43, 84, 119, 138, 173 -translations/source/nr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -translations/source/nr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/nr/nlpsolver/src/locale.po, 8, 8, 9, 5, 6, 28, 91, 41, 105 -translations/source/nr/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/nr/officecfg/registry/data/org/openoffice/Office.po, 477, 566, 1055, 347, 341, 484, 934, 1308, 1841 -translations/source/nr/officecfg/registry/data/org/openoffice/Office/UI.po, 1395, 3013, 3131, 1028, 1701, 1254, 3008, 3677, 7722 -translations/source/nr/readlicense_oo/docs.po, 7, 41, 33, 1, 1, 95, 2361, 103, 2403 -translations/source/nr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/nr/reportdesign/messages.po, 57, 76, 75, 78, 125, 123, 416, 258, 617 -translations/source/nr/sc/messages.po, 1207, 6911, 4494, 1415, 3402, 2064, 9947, 4686, 20260 -translations/source/nr/scaddins/messages.po, 260, 1345, 939, 191, 433, 449, 1409, 900, 3187 -translations/source/nr/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/nr/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/nr/scp2/source/base.po, 8, 40, 33, 0, 0, 2, 4, 10, 44 -translations/source/nr/scp2/source/calc.po, 13, 41, 38, 4, 33, 5, 20, 22, 94 -translations/source/nr/scp2/source/draw.po, 11, 45, 36, 1, 5, 29, 99, 41, 149 -translations/source/nr/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/nr/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/nr/scp2/source/graphicfilter.po, 24, 77, 124, 2, 6, 4, 18, 30, 101 -translations/source/nr/scp2/source/impress.po, 15, 59, 52, 2, 8, 4, 14, 21, 81 -translations/source/nr/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/nr/scp2/source/math.po, 9, 39, 36, 0, 0, 1, 3, 10, 42 -translations/source/nr/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/nr/scp2/source/ooo.po, 153, 199, 194, 126, 683, 303, 1142, 582, 2024 -translations/source/nr/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/nr/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/nr/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/nr/scp2/source/writer.po, 14, 37, 36, 2, 7, 11, 70, 27, 114 -translations/source/nr/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/nr/sd/messages.po, 303, 772, 684, 368, 618, 648, 1561, 1319, 2951 -translations/source/nr/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -translations/source/nr/sfx2/messages.po, 149, 355, 307, 138, 310, 294, 1561, 581, 2226 -translations/source/nr/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/nr/starmath/messages.po, 259, 459, 496, 113, 158, 132, 350, 504, 967 -translations/source/nr/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/nr/svtools/messages.po, 388, 847, 840, 103, 205, 423, 1559, 914, 2611 -translations/source/nr/svx/messages.po, 1099, 2364, 2272, 642, 1164, 1105, 3696, 2846, 7224 -translations/source/nr/sw/messages.po, 859, 1547, 1644, 1314, 2113, 1264, 4072, 3437, 7732 -translations/source/nr/swext/mediawiki/help.po, 4, 4, 4, 6, 8, 79, 1392, 89, 1404 -translations/source/nr/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/nr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 5, 7, 7, 20, 169, 32, 181 -translations/source/nr/sysui/desktop/share.po, 31, 119, 111, 13, 64, 22, 94, 66, 277 -translations/source/nr/uui/messages.po, 13, 88, 65, 24, 80, 120, 1386, 157, 1554 -translations/source/nr/vcl/messages.po, 87, 105, 105, 74, 116, 195, 516, 356, 737 -translations/source/nr/wizards/messages.po, 134, 715, 520, 50, 83, 81, 244, 265, 1042 -translations/source/nr/wizards/source/resources.po, 391, 1731, 1321, 84, 198, 79, 357, 554, 2286 -translations/source/nr/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/nr/xmlsecurity/messages.po, 18, 26, 29, 13, 50, 60, 348, 91, 424 -translations/source/nso/accessibility/messages.po, 6, 11, 18, 1, 2, 4, 14, 11, 27 -translations/source/nso/avmedia/messages.po, 16, 25, 25, 1, 2, 5, 18, 22, 45 -translations/source/nso/basctl/messages.po, 76, 244, 308, 35, 55, 44, 312, 155, 611 -translations/source/nso/basic/messages.po, 9, 17, 19, 9, 31, 117, 501, 135, 549 -translations/source/nso/chart2/messages.po, 134, 190, 276, 192, 352, 294, 826, 620, 1368 -translations/source/nso/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/nso/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/nso/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nso/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/nso/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/nso/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/nso/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/nso/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/nso/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/nso/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nso/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/nso/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/nso/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/nso/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/nso/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/nso/cui/messages.po, 597, 1162, 1430, 700, 1154, 1046, 3242, 2343, 5558 -translations/source/nso/dbaccess/messages.po, 323, 1839, 2239, 216, 663, 273, 2008, 812, 4510 -translations/source/nso/desktop/messages.po, 92, 450, 595, 33, 349, 37, 426, 162, 1225 -translations/source/nso/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nso/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/nso/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/nso/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nso/dictionaries/en/dialog.po, 1, 1, 2, 2, 3, 34, 172, 37, 176 -translations/source/nso/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/nso/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/nso/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/nso/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nso/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nso/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -translations/source/nso/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/nso/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/nso/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/nso/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/nso/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nso/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/nso/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/nso/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/nso/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nso/dictionaries/ru_RU/dialog.po, 3, 3, 4, 1, 2, 10, 21, 14, 26 -translations/source/nso/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/nso/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/nso/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/nso/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/nso/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/nso/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/editeng/messages.po, 227, 543, 865, 26, 82, 12, 31, 265, 656 -translations/source/nso/extensions/messages.po, 343, 717, 992, 173, 472, 147, 910, 663, 2099 -translations/source/nso/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/nso/extras/source/autocorr/emoji.po, 42, 38, 41, 179, 171, 1354, 1608, 1575, 1817 -translations/source/nso/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/nso/filter/messages.po, 41, 160, 201, 30, 58, 151, 600, 222, 818 -translations/source/nso/filter/source/config/fragments/filters.po, 20, 58, 71, 9, 24, 191, 650, 220, 732 -translations/source/nso/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/nso/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -translations/source/nso/forms/messages.po, 51, 294, 367, 1, 2, 6, 34, 58, 330 -translations/source/nso/formula/messages.po, 287, 290, 295, 76, 101, 74, 122, 437, 513 -translations/source/nso/fpicker/messages.po, 28, 73, 85, 17, 48, 16, 42, 61, 163 -translations/source/nso/framework/messages.po, 17, 163, 225, 6, 14, 6, 33, 29, 210 -translations/source/nso/instsetoo_native/inc_openoffice/windows/msi_languages.po, 528, 3988, 5330, 7, 96, 22, 270, 557, 4354 -translations/source/nso/librelogo/source/pythonpath.po, 13, 13, 17, 46, 46, 79, 114, 138, 173 -translations/source/nso/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -translations/source/nso/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/nso/nlpsolver/src/locale.po, 8, 8, 10, 5, 6, 28, 91, 41, 105 -translations/source/nso/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/nso/officecfg/registry/data/org/openoffice/Office.po, 1181, 1262, 1361, 9, 12, 118, 567, 1308, 1841 -translations/source/nso/officecfg/registry/data/org/openoffice/Office/UI.po, 2377, 4778, 7134, 539, 998, 761, 1946, 3677, 7722 -translations/source/nso/readlicense_oo/docs.po, 18, 217, 300, 0, 0, 85, 2186, 103, 2403 -translations/source/nso/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/nso/reportdesign/messages.po, 81, 105, 136, 59, 105, 118, 407, 258, 617 -translations/source/nso/sc/messages.po, 1395, 7117, 7706, 1298, 3357, 1993, 9786, 4686, 20260 -translations/source/nso/scaddins/messages.po, 269, 1354, 1751, 220, 469, 412, 1365, 901, 3188 -translations/source/nso/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/nso/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/nso/scp2/source/base.po, 8, 40, 51, 0, 0, 2, 4, 10, 44 -translations/source/nso/scp2/source/calc.po, 13, 41, 57, 4, 33, 5, 20, 22, 94 -translations/source/nso/scp2/source/draw.po, 11, 45, 70, 1, 5, 29, 99, 41, 149 -translations/source/nso/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/nso/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/nso/scp2/source/graphicfilter.po, 24, 77, 138, 2, 6, 4, 18, 30, 101 -translations/source/nso/scp2/source/impress.po, 15, 59, 81, 2, 8, 4, 14, 21, 81 -translations/source/nso/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/nso/scp2/source/math.po, 9, 39, 53, 0, 0, 1, 3, 10, 42 -translations/source/nso/scp2/source/onlineupdate.po, 1, 2, 3, 0, 0, 1, 11, 2, 13 -translations/source/nso/scp2/source/ooo.po, 204, 262, 282, 127, 684, 251, 1078, 582, 2024 -translations/source/nso/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/nso/scp2/source/quickstart.po, 2, 15, 24, 0, 0, 0, 0, 2, 15 -translations/source/nso/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -translations/source/nso/scp2/source/writer.po, 14, 37, 51, 2, 7, 11, 70, 27, 114 -translations/source/nso/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/nso/sd/messages.po, 407, 1023, 1343, 333, 568, 579, 1360, 1319, 2951 -translations/source/nso/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -translations/source/nso/sfx2/messages.po, 188, 504, 634, 133, 413, 260, 1309, 581, 2226 -translations/source/nso/shell/source/win32/shlxthandler/res.po, 37, 45, 63, 0, 0, 0, 0, 37, 45 -translations/source/nso/starmath/messages.po, 267, 467, 619, 106, 151, 129, 347, 502, 965 -translations/source/nso/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/nso/svtools/messages.po, 551, 1414, 1776, 75, 185, 288, 1012, 914, 2611 -translations/source/nso/svx/messages.po, 1444, 3330, 4775, 577, 1330, 825, 2564, 2846, 7224 -translations/source/nso/sw/messages.po, 1247, 2076, 2678, 1066, 1994, 1127, 3669, 3440, 7739 -translations/source/nso/swext/mediawiki/help.po, 7, 7, 7, 3, 5, 79, 1392, 89, 1404 -translations/source/nso/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/nso/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 9, 10, 11, 5, 5, 18, 166, 32, 181 -translations/source/nso/sysui/desktop/share.po, 43, 153, 230, 9, 50, 14, 74, 66, 277 -translations/source/nso/uui/messages.po, 14, 92, 128, 29, 113, 114, 1349, 157, 1554 -translations/source/nso/vcl/messages.po, 148, 219, 253, 44, 91, 164, 427, 356, 737 -translations/source/nso/wizards/messages.po, 143, 724, 921, 44, 77, 78, 241, 265, 1042 -translations/source/nso/wizards/source/resources.po, 424, 1804, 2358, 54, 135, 76, 347, 554, 2286 -translations/source/nso/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/nso/xmlsecurity/messages.po, 16, 24, 42, 16, 54, 59, 346, 91, 424 -translations/source/oc/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/oc/avmedia/messages.po, 22, 45, 56, 0, 0, 0, 0, 22, 45 -translations/source/oc/basctl/messages.po, 155, 611, 709, 0, 0, 0, 0, 155, 611 -translations/source/oc/basic/messages.po, 135, 549, 620, 0, 0, 0, 0, 135, 549 -translations/source/oc/chart2/messages.po, 617, 1340, 1715, 0, 0, 3, 28, 620, 1368 -translations/source/oc/connectivity/messages.po, 105, 1033, 1168, 0, 0, 1, 14, 106, 1047 -translations/source/oc/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/oc/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/oc/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/oc/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/oc/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/oc/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/oc/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/oc/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/oc/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/oc/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/oc/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/oc/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/oc/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/oc/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/oc/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/oc/cui/messages.po, 2324, 5423, 6510, 0, 0, 19, 135, 2343, 5558 -translations/source/oc/dbaccess/messages.po, 808, 4481, 5265, 0, 0, 4, 29, 812, 4510 -translations/source/oc/desktop/messages.po, 160, 1172, 1302, 0, 0, 2, 53, 162, 1225 -translations/source/oc/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/oc/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/oc/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/de.po, 1, 10, 15, 0, 0, 0, 0, 1, 10 -translations/source/oc/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/oc/dictionaries/en/dialog.po, 37, 176, 221, 0, 0, 0, 0, 37, 176 -translations/source/oc/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/oc/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -translations/source/oc/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/oc/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/oc/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/oc/dictionaries/hu_HU/dialog.po, 32, 71, 85, 0, 0, 0, 0, 32, 71 -translations/source/oc/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/oc/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/oc/dictionaries/is.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/oc/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/ne_NP.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/oc/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/oc/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/oc/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/oc/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/oc/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -translations/source/oc/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/oc/dictionaries/ru_RU/dialog.po, 13, 25, 31, 0, 0, 1, 1, 14, 26 -translations/source/oc/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/oc/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/oc/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/oc/dictionaries/sw_TZ.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/te_IN.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/oc/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/oc/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/oc/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/oc/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/oc/editeng/messages.po, 265, 656, 789, 0, 0, 0, 0, 265, 656 -translations/source/oc/extensions/messages.po, 660, 2080, 2386, 0, 0, 3, 19, 663, 2099 -translations/source/oc/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/oc/extras/source/autocorr/emoji.po, 1567, 1809, 1917, 0, 0, 8, 8, 1575, 1817 -translations/source/oc/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/oc/filter/messages.po, 222, 818, 1004, 0, 0, 0, 0, 222, 818 -translations/source/oc/filter/source/config/fragments/filters.po, 220, 732, 759, 0, 0, 0, 0, 220, 732 -translations/source/oc/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 142, 0, 0, 0, 0, 38, 139 -translations/source/oc/filter/source/config/fragments/types.po, 38, 121, 130, 0, 0, 0, 0, 38, 121 -translations/source/oc/forms/messages.po, 58, 330, 360, 0, 0, 0, 0, 58, 330 -translations/source/oc/formula/messages.po, 417, 478, 583, 0, 0, 0, 0, 417, 478 -translations/source/oc/fpicker/messages.po, 61, 163, 198, 0, 0, 0, 0, 61, 163 -translations/source/oc/framework/messages.po, 29, 210, 258, 0, 0, 0, 0, 29, 210 -translations/source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po, 548, 4214, 4637, 4, 74, 5, 66, 557, 4354 -translations/source/oc/librelogo/source/pythonpath.po, 138, 173, 177, 0, 0, 0, 0, 138, 173 -translations/source/oc/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 717, 0, 0, 0, 0, 49, 693 -translations/source/oc/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -translations/source/oc/nlpsolver/src/locale.po, 41, 105, 126, 0, 0, 0, 0, 41, 105 -translations/source/oc/officecfg/registry/data/org/openoffice.po, 8, 25, 37, 0, 0, 1, 3, 9, 28 -translations/source/oc/officecfg/registry/data/org/openoffice/Office.po, 1306, 1811, 1975, 0, 0, 2, 30, 1308, 1841 -translations/source/oc/officecfg/registry/data/org/openoffice/Office/UI.po, 3550, 7381, 9790, 0, 0, 127, 341, 3677, 7722 -translations/source/oc/readlicense_oo/docs.po, 89, 1845, 1866, 0, 0, 14, 558, 103, 2403 -translations/source/oc/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 20, 0, 0, 0, 0, 6, 20 -translations/source/oc/reportdesign/messages.po, 258, 617, 758, 0, 0, 0, 0, 258, 617 -translations/source/oc/sc/messages.po, 4204, 15617, 16955, 11, 159, 471, 4484, 4686, 20260 -translations/source/oc/scaddins/messages.po, 895, 3091, 3039, 0, 0, 4, 95, 899, 3186 -translations/source/oc/sccomp/messages.po, 12, 51, 67, 0, 0, 2, 14, 14, 65 -translations/source/oc/scp2/source/activex.po, 2, 16, 19, 0, 0, 0, 0, 2, 16 -translations/source/oc/scp2/source/base.po, 10, 44, 55, 0, 0, 0, 0, 10, 44 -translations/source/oc/scp2/source/calc.po, 22, 94, 114, 0, 0, 0, 0, 22, 94 -translations/source/oc/scp2/source/draw.po, 41, 149, 153, 0, 0, 0, 0, 41, 149 -translations/source/oc/scp2/source/extensions.po, 16, 65, 78, 0, 0, 0, 0, 16, 65 -translations/source/oc/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -translations/source/oc/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -translations/source/oc/scp2/source/impress.po, 21, 81, 88, 0, 0, 0, 0, 21, 81 -translations/source/oc/scp2/source/kde.po, 2, 9, 13, 0, 0, 0, 0, 2, 9 -translations/source/oc/scp2/source/math.po, 10, 42, 45, 0, 0, 0, 0, 10, 42 -translations/source/oc/scp2/source/onlineupdate.po, 2, 13, 18, 0, 0, 0, 0, 2, 13 -translations/source/oc/scp2/source/ooo.po, 579, 2002, 2293, 0, 0, 3, 22, 582, 2024 -translations/source/oc/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/oc/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/oc/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/oc/scp2/source/writer.po, 27, 114, 121, 0, 0, 0, 0, 27, 114 -translations/source/oc/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/oc/sd/messages.po, 1184, 2784, 3249, 0, 0, 135, 167, 1319, 2951 -translations/source/oc/setup_native/source/mac.po, 23, 131, 138, 0, 0, 0, 0, 23, 131 -translations/source/oc/sfx2/messages.po, 550, 1672, 1841, 0, 0, 31, 554, 581, 2226 -translations/source/oc/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/oc/starmath/messages.po, 505, 968, 1101, 0, 0, 0, 0, 505, 968 -translations/source/oc/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/oc/svtools/messages.po, 883, 2449, 2631, 2, 21, 29, 141, 914, 2611 -translations/source/oc/svx/messages.po, 2659, 6088, 7143, 4, 95, 183, 1041, 2846, 7224 -translations/source/oc/sw/messages.po, 3163, 6473, 8012, 5, 86, 272, 1180, 3440, 7739 -translations/source/oc/swext/mediawiki/help.po, 52, 465, 507, 22, 707, 15, 232, 89, 1404 -translations/source/oc/swext/mediawiki/src.po, 2, 39, 46, 0, 0, 0, 0, 2, 39 -translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/oc/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 172, 0, 0, 0, 0, 32, 181 -translations/source/oc/sysui/desktop/share.po, 66, 277, 310, 0, 0, 0, 0, 66, 277 -translations/source/oc/uui/messages.po, 145, 1209, 1308, 2, 92, 10, 253, 157, 1554 -translations/source/oc/vcl/messages.po, 269, 521, 585, 0, 0, 87, 216, 356, 737 -translations/source/oc/wizards/messages.po, 262, 1026, 1110, 3, 16, 0, 0, 265, 1042 -translations/source/oc/wizards/source/resources.po, 548, 2216, 2403, 1, 10, 5, 60, 554, 2286 -translations/source/oc/writerperfect/messages.po, 15, 40, 50, 0, 0, 15, 25, 30, 65 -translations/source/oc/xmlsecurity/messages.po, 89, 421, 507, 0, 0, 2, 3, 91, 424 -translations/source/om/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -translations/source/om/avmedia/messages.po, 17, 27, 26, 0, 0, 5, 18, 22, 45 -translations/source/om/basctl/messages.po, 98, 394, 335, 34, 50, 23, 167, 155, 611 -translations/source/om/basic/messages.po, 17, 49, 42, 118, 500, 0, 0, 135, 549 -translations/source/om/chart2/messages.po, 235, 526, 509, 165, 277, 220, 565, 620, 1368 -translations/source/om/connectivity/messages.po, 102, 990, 764, 0, 0, 4, 57, 106, 1047 -translations/source/om/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/om/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/om/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/om/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/om/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/om/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/om/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/om/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/om/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/om/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/om/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/om/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/om/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/om/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/om/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/om/cui/messages.po, 614, 1392, 1273, 781, 1278, 948, 2888, 2343, 5558 -translations/source/om/dbaccess/messages.po, 433, 2679, 2188, 248, 1305, 131, 526, 812, 4510 -translations/source/om/desktop/messages.po, 102, 521, 448, 36, 366, 24, 338, 162, 1225 -translations/source/om/dictionaries/af_ZA.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/om/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/om/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/om/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/om/dictionaries/bg_BG.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/om/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/om/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/om/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/om/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/ca.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/om/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/om/dictionaries/da_DK.po, 1, 7, 4, 0, 0, 0, 0, 1, 7 -translations/source/om/dictionaries/de.po, 1, 10, 4, 0, 0, 0, 0, 1, 10 -translations/source/om/dictionaries/el_GR.po, 1, 6, 4, 0, 0, 0, 0, 1, 6 -translations/source/om/dictionaries/en.po, 1, 9, 4, 0, 0, 0, 0, 1, 9 -translations/source/om/dictionaries/en/dialog.po, 13, 37, 40, 3, 8, 21, 131, 37, 176 -translations/source/om/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/om/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/om/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/om/dictionaries/fr_FR.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/om/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/om/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/hr_HR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/om/dictionaries/hu_HU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -translations/source/om/dictionaries/hu_HU/dialog.po, 7, 10, 12, 4, 5, 21, 56, 32, 71 -translations/source/om/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/om/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/om/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/om/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/om/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/om/dictionaries/ne_NP.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/om/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/om/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/om/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/om/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/om/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/om/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/om/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -translations/source/om/dictionaries/ru_RU/dialog.po, 4, 5, 5, 1, 2, 9, 19, 14, 26 -translations/source/om/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/om/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/om/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/om/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/om/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/om/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/om/dictionaries/vi.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/om/editeng/messages.po, 66, 114, 112, 75, 138, 124, 404, 265, 656 -translations/source/om/extensions/messages.po, 398, 1061, 953, 216, 796, 49, 242, 663, 2099 -translations/source/om/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/om/extras/source/autocorr/emoji.po, 41, 38, 38, 191, 182, 1343, 1597, 1575, 1817 -translations/source/om/extras/source/gallery/share.po, 5, 7, 8, 2, 2, 5, 6, 12, 15 -translations/source/om/filter/messages.po, 55, 232, 199, 29, 49, 138, 537, 222, 818 -translations/source/om/filter/source/config/fragments/filters.po, 93, 324, 325, 10, 29, 117, 379, 220, 732 -translations/source/om/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/om/filter/source/config/fragments/types.po, 21, 66, 68, 3, 13, 14, 42, 38, 121 -translations/source/om/forms/messages.po, 54, 314, 250, 1, 2, 3, 14, 58, 330 -translations/source/om/formula/messages.po, 314, 317, 317, 63, 89, 61, 108, 438, 514 -translations/source/om/fpicker/messages.po, 30, 87, 75, 18, 41, 13, 35, 61, 163 -translations/source/om/framework/messages.po, 18, 167, 140, 6, 14, 5, 29, 29, 210 -translations/source/om/helpcontent2/source/auxiliary.po, 22, 30, 31, 0, 0, 83, 272, 105, 302 -translations/source/om/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 883, 0, 0, 20, 229, 103, 1345 -translations/source/om/helpcontent2/source/text/sbasic/shared.po, 3485, 28988, 23418, 0, 0, 1020, 6443, 4505, 35431 -translations/source/om/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 281, 0, 0, 10, 129, 67, 465 -translations/source/om/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 900, 0, 0, 15, 343, 198, 1482 -translations/source/om/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/om/helpcontent2/source/text/scalc.po, 172, 861, 751, 0, 0, 15, 125, 187, 986 -translations/source/om/helpcontent2/source/text/scalc/00.po, 61, 152, 146, 0, 0, 140, 793, 201, 945 -translations/source/om/helpcontent2/source/text/scalc/01.po, 5504, 48601, 36711, 0, 0, 1991, 24554, 7495, 73155 -translations/source/om/helpcontent2/source/text/scalc/02.po, 116, 782, 616, 0, 0, 7, 28, 123, 810 -translations/source/om/helpcontent2/source/text/scalc/04.po, 169, 1264, 1061, 0, 0, 18, 233, 187, 1497 -translations/source/om/helpcontent2/source/text/scalc/05.po, 82, 672, 556, 0, 0, 55, 181, 137, 853 -translations/source/om/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/om/helpcontent2/source/text/scalc/guide.po, 1310, 18357, 13917, 0, 0, 159, 3236, 1469, 21593 -translations/source/om/helpcontent2/source/text/schart.po, 84, 705, 545, 0, 0, 12, 226, 96, 931 -translations/source/om/helpcontent2/source/text/schart/00.po, 47, 249, 240, 0, 0, 13, 98, 60, 347 -translations/source/om/helpcontent2/source/text/schart/01.po, 833, 9886, 7556, 0, 0, 139, 1940, 972, 11826 -translations/source/om/helpcontent2/source/text/schart/02.po, 25, 117, 99, 0, 0, 0, 0, 25, 117 -translations/source/om/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -translations/source/om/helpcontent2/source/text/sdraw.po, 117, 702, 615, 0, 0, 6, 30, 123, 732 -translations/source/om/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/om/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/om/helpcontent2/source/text/sdraw/04.po, 101, 455, 351, 0, 0, 2, 34, 103, 489 -translations/source/om/helpcontent2/source/text/sdraw/guide.po, 258, 2764, 2054, 0, 0, 17, 308, 275, 3072 -translations/source/om/helpcontent2/source/text/shared.po, 207, 1768, 1449, 0, 0, 43, 540, 250, 2308 -translations/source/om/helpcontent2/source/text/shared/00.po, 769, 6653, 5411, 0, 0, 798, 9041, 1567, 15694 -translations/source/om/helpcontent2/source/text/shared/01.po, 3657, 28360, 21577, 0, 0, 1830, 23602, 5487, 51962 -translations/source/om/helpcontent2/source/text/shared/02.po, 1694, 19239, 15755, 0, 0, 488, 9883, 2182, 29122 -translations/source/om/helpcontent2/source/text/shared/04.po, 234, 960, 802, 0, 0, 79, 1111, 313, 2071 -translations/source/om/helpcontent2/source/text/shared/05.po, 103, 1011, 737, 0, 0, 93, 1329, 196, 2340 -translations/source/om/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/om/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -translations/source/om/helpcontent2/source/text/shared/autokorr.po, 47, 403, 259, 0, 0, 1, 17, 48, 420 -translations/source/om/helpcontent2/source/text/shared/autopi.po, 745, 6507, 5132, 0, 0, 142, 1887, 887, 8394 -translations/source/om/helpcontent2/source/text/shared/explorer/database.po, 1449, 14276, 11003, 0, 0, 192, 4581, 1641, 18857 -translations/source/om/helpcontent2/source/text/shared/guide.po, 2004, 27759, 22089, 0, 0, 512, 8684, 2516, 36443 -translations/source/om/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/om/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/om/helpcontent2/source/text/shared/optionen.po, 1229, 10979, 8794, 0, 0, 705, 12372, 1934, 23351 -translations/source/om/helpcontent2/source/text/simpress.po, 181, 1264, 1104, 0, 0, 18, 131, 199, 1395 -translations/source/om/helpcontent2/source/text/simpress/00.po, 154, 873, 778, 0, 0, 9, 29, 163, 902 -translations/source/om/helpcontent2/source/text/simpress/01.po, 858, 6389, 4995, 0, 0, 188, 2125, 1046, 8514 -translations/source/om/helpcontent2/source/text/simpress/02.po, 648, 6360, 4723, 0, 0, 12, 149, 660, 6509 -translations/source/om/helpcontent2/source/text/simpress/04.po, 185, 900, 770, 0, 0, 54, 238, 239, 1138 -translations/source/om/helpcontent2/source/text/simpress/guide.po, 590, 7567, 5898, 0, 0, 177, 2715, 767, 10282 -translations/source/om/helpcontent2/source/text/smath.po, 56, 609, 511, 0, 0, 4, 130, 60, 739 -translations/source/om/helpcontent2/source/text/smath/00.po, 53, 224, 184, 0, 0, 13, 131, 66, 355 -translations/source/om/helpcontent2/source/text/smath/01.po, 1055, 11355, 9548, 0, 0, 496, 2504, 1551, 13859 -translations/source/om/helpcontent2/source/text/smath/02.po, 6, 97, 69, 0, 0, 0, 0, 6, 97 -translations/source/om/helpcontent2/source/text/smath/04.po, 25, 130, 109, 0, 0, 1, 5, 26, 135 -translations/source/om/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/om/helpcontent2/source/text/smath/guide.po, 94, 1001, 885, 0, 0, 10, 192, 104, 1193 -translations/source/om/helpcontent2/source/text/swriter.po, 214, 1268, 1112, 0, 0, 122, 1678, 336, 2946 -translations/source/om/helpcontent2/source/text/swriter/00.po, 210, 1037, 935, 0, 0, 100, 781, 310, 1818 -translations/source/om/helpcontent2/source/text/swriter/01.po, 2632, 24244, 19004, 0, 0, 714, 9549, 3346, 33793 -translations/source/om/helpcontent2/source/text/swriter/02.po, 366, 2437, 2034, 0, 0, 60, 613, 426, 3050 -translations/source/om/helpcontent2/source/text/swriter/04.po, 236, 1153, 1025, 0, 0, 18, 123, 254, 1276 -translations/source/om/helpcontent2/source/text/swriter/guide.po, 1869, 22817, 17838, 0, 0, 275, 5120, 2144, 27937 -translations/source/om/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 40, 1, 1, 286, 2978, 326, 3019 -translations/source/om/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/om/instsetoo_native/inc_openoffice/windows/msi_languages.po, 538, 4102, 3637, 6, 104, 13, 148, 557, 4354 -translations/source/om/librelogo/source/pythonpath.po, 16, 18, 17, 45, 47, 77, 108, 138, 173 -translations/source/om/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -translations/source/om/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/om/nlpsolver/src/locale.po, 6, 6, 6, 7, 8, 28, 91, 41, 105 -translations/source/om/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/om/officecfg/registry/data/org/openoffice/Office.po, 1189, 1276, 1292, 7, 10, 112, 555, 1308, 1841 -translations/source/om/officecfg/registry/data/org/openoffice/Office/UI.po, 2372, 4776, 4983, 577, 1075, 728, 1871, 3677, 7722 -translations/source/om/readlicense_oo/docs.po, 24, 303, 258, 3, 100, 76, 2000, 103, 2403 -translations/source/om/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -translations/source/om/reportdesign/messages.po, 179, 432, 406, 65, 147, 14, 38, 258, 617 -translations/source/om/sc/messages.po, 2215, 11144, 7861, 1020, 2735, 1451, 6381, 4686, 20260 -translations/source/om/scaddins/messages.po, 791, 2532, 1856, 16, 21, 92, 633, 899, 3186 -translations/source/om/sccomp/messages.po, 11, 47, 45, 1, 4, 2, 14, 14, 65 -translations/source/om/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/om/scp2/source/base.po, 8, 40, 36, 0, 0, 2, 4, 10, 44 -translations/source/om/scp2/source/calc.po, 17, 56, 54, 3, 29, 2, 9, 22, 94 -translations/source/om/scp2/source/draw.po, 13, 52, 48, 3, 13, 25, 84, 41, 149 -translations/source/om/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/om/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/om/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/om/scp2/source/impress.po, 19, 74, 67, 1, 4, 1, 3, 21, 81 -translations/source/om/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/om/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -translations/source/om/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/om/scp2/source/ooo.po, 258, 383, 594, 159, 865, 165, 776, 582, 2024 -translations/source/om/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/om/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -translations/source/om/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/om/scp2/source/writer.po, 22, 69, 67, 0, 0, 5, 45, 27, 114 -translations/source/om/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/om/sd/messages.po, 398, 1013, 898, 351, 600, 570, 1338, 1319, 2951 -translations/source/om/setup_native/source/mac.po, 22, 119, 96, 1, 12, 0, 0, 23, 131 -translations/source/om/sfx2/messages.po, 177, 493, 432, 151, 434, 253, 1299, 581, 2226 -translations/source/om/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/om/starmath/messages.po, 280, 496, 482, 106, 150, 119, 322, 505, 968 -translations/source/om/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/om/svtools/messages.po, 554, 1416, 1514, 72, 177, 288, 1018, 914, 2611 -translations/source/om/svx/messages.po, 1409, 3204, 3207, 604, 1367, 833, 2653, 2846, 7224 -translations/source/om/sw/messages.po, 1149, 1960, 2010, 1187, 2168, 1105, 3612, 3441, 7740 -translations/source/om/swext/mediawiki/help.po, 45, 307, 235, 23, 699, 21, 398, 89, 1404 -translations/source/om/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/om/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 142, 0, 0, 0, 0, 32, 181 -translations/source/om/sysui/desktop/share.po, 54, 210, 201, 2, 20, 10, 47, 66, 277 -translations/source/om/uui/messages.po, 95, 929, 790, 22, 141, 40, 484, 157, 1554 -translations/source/om/vcl/messages.po, 166, 276, 263, 45, 89, 145, 372, 356, 737 -translations/source/om/wizards/messages.po, 204, 890, 731, 37, 108, 24, 44, 265, 1042 -translations/source/om/wizards/source/resources.po, 437, 1849, 1551, 69, 275, 48, 162, 554, 2286 -translations/source/om/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/om/xmlsecurity/messages.po, 18, 37, 35, 20, 121, 53, 266, 91, 424 -translations/source/or/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/or/avmedia/messages.po, 18, 38, 37, 2, 2, 2, 5, 22, 45 -translations/source/or/basctl/messages.po, 149, 602, 570, 6, 9, 0, 0, 155, 611 -translations/source/or/basic/messages.po, 91, 357, 366, 44, 192, 0, 0, 135, 549 -translations/source/or/chart2/messages.po, 548, 1194, 1293, 53, 101, 19, 73, 620, 1368 -translations/source/or/connectivity/messages.po, 104, 1017, 838, 0, 0, 2, 30, 106, 1047 -translations/source/or/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/or/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/or/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/or/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -translations/source/or/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/or/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/or/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/or/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/or/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/or/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/or/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/or/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/or/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/or/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/or/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/or/cui/messages.po, 2008, 4679, 5201, 121, 232, 214, 647, 2343, 5558 -translations/source/or/dbaccess/messages.po, 686, 4144, 3782, 113, 275, 13, 91, 812, 4510 -translations/source/or/desktop/messages.po, 153, 1096, 1078, 5, 50, 4, 79, 162, 1225 -translations/source/or/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/or/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/or/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/or/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/or/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/or/dictionaries/en/dialog.po, 37, 176, 186, 0, 0, 0, 0, 37, 176 -translations/source/or/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/or/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/or/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/or/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/or/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/or/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -translations/source/or/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/or/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/or/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/or/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/or/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/or/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/or/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/or/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/or/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/or/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/or/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/or/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -translations/source/or/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/or/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/or/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/or/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/or/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/or/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/or/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/or/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/or/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/or/editeng/messages.po, 258, 641, 687, 3, 4, 4, 11, 265, 656 -translations/source/or/extensions/messages.po, 557, 1850, 1803, 92, 163, 14, 86, 663, 2099 -translations/source/or/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/or/extras/source/autocorr/emoji.po, 57, 50, 51, 203, 200, 1315, 1567, 1575, 1817 -translations/source/or/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/or/filter/messages.po, 215, 798, 885, 1, 4, 6, 16, 222, 818 -translations/source/or/filter/source/config/fragments/filters.po, 169, 587, 580, 5, 11, 46, 134, 220, 732 -translations/source/or/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/or/filter/source/config/fragments/types.po, 25, 85, 85, 1, 5, 12, 31, 38, 121 -translations/source/or/forms/messages.po, 57, 321, 259, 0, 0, 1, 9, 58, 330 -translations/source/or/formula/messages.po, 396, 446, 450, 12, 14, 28, 50, 436, 510 -translations/source/or/fpicker/messages.po, 43, 120, 140, 7, 11, 11, 32, 61, 163 -translations/source/or/framework/messages.po, 21, 193, 148, 6, 14, 2, 3, 29, 210 -translations/source/or/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3743, 5, 78, 12, 128, 557, 4354 -translations/source/or/librelogo/source/pythonpath.po, 137, 170, 197, 1, 3, 0, 0, 138, 173 -translations/source/or/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 511, 1, 57, 0, 0, 49, 693 -translations/source/or/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 22, 0, 0, 0, 0, 2, 21 -translations/source/or/nlpsolver/src/locale.po, 41, 105, 110, 0, 0, 0, 0, 41, 105 -translations/source/or/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/or/officecfg/registry/data/org/openoffice/Office.po, 1233, 1420, 2148, 11, 26, 64, 395, 1308, 1841 -translations/source/or/officecfg/registry/data/org/openoffice/Office/UI.po, 2553, 5207, 5923, 548, 1005, 576, 1510, 3677, 7722 -translations/source/or/readlicense_oo/docs.po, 81, 1590, 1368, 1, 85, 21, 728, 103, 2403 -translations/source/or/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/or/reportdesign/messages.po, 236, 551, 460, 22, 66, 0, 0, 258, 617 -translations/source/or/sc/messages.po, 2743, 13008, 9892, 897, 2491, 1046, 4761, 4686, 20260 -translations/source/or/scaddins/messages.po, 835, 2579, 2036, 14, 18, 52, 591, 901, 3188 -translations/source/or/sccomp/messages.po, 12, 51, 45, 0, 0, 2, 14, 14, 65 -translations/source/or/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/or/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -translations/source/or/scp2/source/calc.po, 19, 81, 79, 1, 4, 2, 9, 22, 94 -translations/source/or/scp2/source/draw.po, 15, 60, 58, 3, 12, 23, 77, 41, 149 -translations/source/or/scp2/source/extensions.po, 16, 65, 72, 0, 0, 0, 0, 16, 65 -translations/source/or/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/or/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/or/scp2/source/impress.po, 19, 74, 76, 2, 7, 0, 0, 21, 81 -translations/source/or/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/or/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/or/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/or/scp2/source/ooo.po, 547, 1869, 1956, 19, 90, 16, 65, 582, 2024 -translations/source/or/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/or/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/or/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/or/scp2/source/writer.po, 22, 69, 68, 1, 4, 4, 41, 27, 114 -translations/source/or/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/or/sd/messages.po, 532, 1325, 1293, 343, 625, 444, 1001, 1319, 2951 -translations/source/or/setup_native/source/mac.po, 22, 119, 125, 1, 12, 0, 0, 23, 131 -translations/source/or/sfx2/messages.po, 271, 756, 791, 144, 493, 166, 977, 581, 2226 -translations/source/or/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/or/starmath/messages.po, 312, 536, 550, 89, 129, 99, 298, 500, 963 -translations/source/or/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/or/svtools/messages.po, 730, 1884, 1812, 68, 390, 116, 337, 914, 2611 -translations/source/or/svx/messages.po, 1794, 4071, 4204, 526, 1262, 526, 1891, 2846, 7224 -translations/source/or/sw/messages.po, 2514, 5135, 5825, 445, 1192, 481, 1412, 3440, 7739 -translations/source/or/swext/mediawiki/help.po, 47, 353, 306, 26, 817, 16, 234, 89, 1404 -translations/source/or/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -translations/source/or/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -translations/source/or/sysui/desktop/share.po, 65, 261, 261, 1, 16, 0, 0, 66, 277 -translations/source/or/uui/messages.po, 130, 1113, 1043, 10, 125, 17, 316, 157, 1554 -translations/source/or/vcl/messages.po, 255, 499, 536, 9, 11, 92, 227, 356, 737 -translations/source/or/wizards/messages.po, 262, 1039, 955, 3, 3, 0, 0, 265, 1042 -translations/source/or/wizards/source/resources.po, 500, 2029, 1820, 46, 196, 8, 61, 554, 2286 -translations/source/or/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -translations/source/or/xmlsecurity/messages.po, 67, 331, 316, 7, 27, 17, 66, 91, 424 -translations/source/pa-IN/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -translations/source/pa-IN/avmedia/messages.po, 22, 45, 46, 0, 0, 0, 0, 22, 45 -translations/source/pa-IN/basctl/messages.po, 155, 611, 684, 0, 0, 0, 0, 155, 611 -translations/source/pa-IN/basic/messages.po, 17, 49, 62, 118, 500, 0, 0, 135, 549 -translations/source/pa-IN/chart2/messages.po, 289, 628, 668, 170, 295, 161, 445, 620, 1368 -translations/source/pa-IN/connectivity/messages.po, 105, 1033, 1045, 0, 0, 1, 14, 106, 1047 -translations/source/pa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/pa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -translations/source/pa-IN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/pa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/pa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/pa-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/pa-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/pa-IN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/pa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pa-IN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pa-IN/cui/messages.po, 1040, 2469, 2562, 640, 1101, 663, 1988, 2343, 5558 -translations/source/pa-IN/dbaccess/messages.po, 469, 2919, 2903, 222, 1081, 121, 510, 812, 4510 -translations/source/pa-IN/desktop/messages.po, 105, 544, 657, 25, 153, 32, 528, 162, 1225 -translations/source/pa-IN/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/pa-IN/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/pa-IN/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/pa-IN/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/pa-IN/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/pa-IN/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -translations/source/pa-IN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pa-IN/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/pa-IN/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/pa-IN/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/pa-IN/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/pa-IN/dictionaries/hu_HU/dialog.po, 32, 71, 73, 0, 0, 0, 0, 32, 71 -translations/source/pa-IN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pa-IN/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/pa-IN/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/pa-IN/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pa-IN/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/pa-IN/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/pa-IN/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pa-IN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pa-IN/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/pa-IN/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/pa-IN/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -translations/source/pa-IN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pa-IN/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/pa-IN/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/pa-IN/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pa-IN/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/pa-IN/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/pa-IN/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pa-IN/editeng/messages.po, 263, 655, 717, 1, 1, 1, 0, 265, 656 -translations/source/pa-IN/extensions/messages.po, 419, 1095, 1189, 202, 773, 42, 231, 663, 2099 -translations/source/pa-IN/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/pa-IN/extras/source/autocorr/emoji.po, 74, 75, 77, 224, 213, 1277, 1529, 1575, 1817 -translations/source/pa-IN/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/pa-IN/filter/messages.po, 75, 275, 275, 37, 74, 110, 469, 222, 818 -translations/source/pa-IN/filter/source/config/fragments/filters.po, 105, 380, 382, 14, 50, 101, 302, 220, 732 -translations/source/pa-IN/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/pa-IN/filter/source/config/fragments/types.po, 21, 66, 66, 3, 13, 14, 42, 38, 121 -translations/source/pa-IN/forms/messages.po, 58, 330, 333, 0, 0, 0, 0, 58, 330 -translations/source/pa-IN/formula/messages.po, 321, 324, 331, 53, 79, 60, 107, 434, 510 -translations/source/pa-IN/fpicker/messages.po, 58, 159, 171, 0, 0, 3, 4, 61, 163 -translations/source/pa-IN/framework/messages.po, 29, 210, 224, 0, 0, 0, 0, 29, 210 -translations/source/pa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 541, 4153, 4688, 5, 78, 11, 123, 557, 4354 -translations/source/pa-IN/librelogo/source/pythonpath.po, 76, 80, 94, 3, 3, 59, 90, 138, 173 -translations/source/pa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 47, 598, 657, 1, 57, 1, 38, 49, 693 -translations/source/pa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -translations/source/pa-IN/nlpsolver/src/locale.po, 41, 105, 112, 0, 0, 0, 0, 41, 105 -translations/source/pa-IN/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office.po, 1192, 1280, 1304, 7, 10, 109, 551, 1308, 1841 -translations/source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po, 2461, 4978, 5107, 553, 1021, 663, 1723, 3677, 7722 -translations/source/pa-IN/readlicense_oo/docs.po, 73, 1381, 1399, 1, 85, 29, 937, 103, 2403 -translations/source/pa-IN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 23, 0, 0, 0, 0, 6, 20 -translations/source/pa-IN/reportdesign/messages.po, 179, 438, 449, 65, 141, 14, 38, 258, 617 -translations/source/pa-IN/sc/messages.po, 2647, 12456, 11940, 827, 2346, 1212, 5458, 4686, 20260 -translations/source/pa-IN/scaddins/messages.po, 786, 2528, 2240, 12, 16, 103, 644, 901, 3188 -translations/source/pa-IN/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -translations/source/pa-IN/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/pa-IN/scp2/source/base.po, 10, 44, 47, 0, 0, 0, 0, 10, 44 -translations/source/pa-IN/scp2/source/calc.po, 19, 81, 91, 1, 4, 2, 9, 22, 94 -translations/source/pa-IN/scp2/source/draw.po, 15, 60, 61, 1, 5, 25, 84, 41, 149 -translations/source/pa-IN/scp2/source/extensions.po, 15, 51, 53, 0, 0, 1, 14, 16, 65 -translations/source/pa-IN/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/pa-IN/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/pa-IN/scp2/source/impress.po, 19, 74, 77, 1, 4, 1, 3, 21, 81 -translations/source/pa-IN/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/pa-IN/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/pa-IN/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/pa-IN/scp2/source/ooo.po, 535, 1827, 1890, 20, 106, 27, 91, 582, 2024 -translations/source/pa-IN/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/pa-IN/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -translations/source/pa-IN/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -translations/source/pa-IN/scp2/source/writer.po, 24, 102, 109, 0, 0, 3, 12, 27, 114 -translations/source/pa-IN/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/pa-IN/sd/messages.po, 492, 1263, 1306, 342, 595, 485, 1093, 1319, 2951 -translations/source/pa-IN/setup_native/source/mac.po, 23, 131, 146, 0, 0, 0, 0, 23, 131 -translations/source/pa-IN/sfx2/messages.po, 239, 714, 773, 145, 430, 197, 1082, 581, 2226 -translations/source/pa-IN/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/pa-IN/starmath/messages.po, 306, 528, 519, 91, 133, 107, 306, 504, 967 -translations/source/pa-IN/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/pa-IN/svtools/messages.po, 678, 1743, 1812, 56, 191, 180, 677, 914, 2611 -translations/source/pa-IN/svx/messages.po, 1642, 3779, 3849, 509, 1180, 695, 2265, 2846, 7224 -translations/source/pa-IN/sw/messages.po, 1693, 3110, 3317, 873, 1727, 875, 2903, 3441, 7740 -translations/source/pa-IN/swext/mediawiki/help.po, 49, 429, 467, 23, 676, 17, 299, 89, 1404 -translations/source/pa-IN/swext/mediawiki/src.po, 2, 39, 37, 0, 0, 0, 0, 2, 39 -translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/pa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 170, 0, 0, 0, 0, 32, 181 -translations/source/pa-IN/sysui/desktop/share.po, 66, 277, 294, 0, 0, 0, 0, 66, 277 -translations/source/pa-IN/uui/messages.po, 99, 938, 1062, 19, 162, 39, 454, 157, 1554 -translations/source/pa-IN/vcl/messages.po, 206, 361, 399, 23, 52, 127, 324, 356, 737 -translations/source/pa-IN/wizards/messages.po, 234, 981, 1040, 7, 17, 24, 44, 265, 1042 -translations/source/pa-IN/wizards/source/resources.po, 458, 2028, 2126, 48, 96, 48, 162, 554, 2286 -translations/source/pa-IN/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -translations/source/pa-IN/xmlsecurity/messages.po, 18, 37, 40, 27, 133, 46, 254, 91, 424 -translations/source/pl/accessibility/messages.po, 11, 27, 29, 0, 0, 0, 0, 11, 27 -translations/source/pl/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -translations/source/pl/basctl/messages.po, 155, 611, 569, 0, 0, 0, 0, 155, 611 -translations/source/pl/basic/messages.po, 135, 549, 549, 0, 0, 0, 0, 135, 549 -translations/source/pl/chart2/messages.po, 620, 1368, 1430, 0, 0, 0, 0, 620, 1368 -translations/source/pl/connectivity/messages.po, 106, 1047, 932, 0, 0, 0, 0, 106, 1047 -translations/source/pl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/pl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/pl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/pl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/pl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/pl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/pl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/pl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pl/cui/messages.po, 2342, 5557, 5542, 0, 0, 1, 1, 2343, 5558 -translations/source/pl/dbaccess/messages.po, 812, 4510, 3973, 0, 0, 0, 0, 812, 4510 -translations/source/pl/desktop/messages.po, 162, 1225, 1119, 0, 0, 0, 0, 162, 1225 -translations/source/pl/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/an_ES.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pl/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/cs_CZ.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/pl/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/pl/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/pl/dictionaries/en/dialog.po, 37, 176, 174, 0, 0, 0, 0, 37, 176 -translations/source/pl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/pl/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -translations/source/pl/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/pl/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/pl/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/pl/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -translations/source/pl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/pl/dictionaries/id.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/pl/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pl/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/no.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/pl/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pl/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pl/dictionaries/pt_PT.po, 1, 8, 13, 0, 0, 0, 0, 1, 8 -translations/source/pl/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/pl/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -translations/source/pl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/pl/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/pl/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pl/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pl/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/pl/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pl/editeng/messages.po, 265, 656, 687, 0, 0, 0, 0, 265, 656 -translations/source/pl/extensions/messages.po, 663, 2099, 1943, 0, 0, 0, 0, 663, 2099 -translations/source/pl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/extras/source/autocorr/emoji.po, 1575, 1817, 2019, 0, 0, 0, 0, 1575, 1817 -translations/source/pl/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/pl/filter/messages.po, 222, 818, 794, 0, 0, 0, 0, 222, 818 -translations/source/pl/filter/source/config/fragments/filters.po, 220, 732, 756, 0, 0, 0, 0, 220, 732 -translations/source/pl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/pl/filter/source/config/fragments/types.po, 38, 121, 135, 0, 0, 0, 0, 38, 121 -translations/source/pl/forms/messages.po, 58, 330, 271, 0, 0, 0, 0, 58, 330 -translations/source/pl/formula/messages.po, 433, 509, 721, 0, 0, 1, 1, 434, 510 -translations/source/pl/fpicker/messages.po, 61, 163, 155, 0, 0, 0, 0, 61, 163 -translations/source/pl/framework/messages.po, 29, 210, 174, 0, 0, 0, 0, 29, 210 -translations/source/pl/helpcontent2/source/auxiliary.po, 105, 302, 317, 0, 0, 0, 0, 105, 302 -translations/source/pl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1212, 0, 0, 0, 0, 103, 1345 -translations/source/pl/helpcontent2/source/text/sbasic/shared.po, 4464, 35164, 31036, 0, 0, 41, 267, 4505, 35431 -translations/source/pl/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 411, 0, 0, 1, 6, 67, 465 -translations/source/pl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1256, 0, 0, 0, 0, 198, 1482 -translations/source/pl/helpcontent2/source/text/sbasic/shared/03.po, 46, 141, 121, 0, 0, 1, 4, 47, 145 -translations/source/pl/helpcontent2/source/text/scalc.po, 187, 986, 913, 0, 0, 0, 0, 187, 986 -translations/source/pl/helpcontent2/source/text/scalc/00.po, 140, 585, 619, 0, 0, 61, 360, 201, 945 -translations/source/pl/helpcontent2/source/text/scalc/01.po, 7254, 68937, 61503, 0, 0, 241, 4218, 7495, 73155 -translations/source/pl/helpcontent2/source/text/scalc/02.po, 119, 797, 659, 0, 0, 4, 13, 123, 810 -translations/source/pl/helpcontent2/source/text/scalc/04.po, 187, 1497, 1304, 0, 0, 0, 0, 187, 1497 -translations/source/pl/helpcontent2/source/text/scalc/05.po, 92, 751, 730, 0, 0, 45, 102, 137, 853 -translations/source/pl/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pl/helpcontent2/source/text/scalc/guide.po, 1455, 21277, 18564, 0, 0, 14, 316, 1469, 21593 -translations/source/pl/helpcontent2/source/text/schart.po, 96, 931, 791, 0, 0, 0, 0, 96, 931 -translations/source/pl/helpcontent2/source/text/schart/00.po, 60, 347, 331, 0, 0, 0, 0, 60, 347 -translations/source/pl/helpcontent2/source/text/schart/01.po, 966, 11652, 10020, 0, 0, 6, 174, 972, 11826 -translations/source/pl/helpcontent2/source/text/schart/02.po, 25, 117, 92, 0, 0, 0, 0, 25, 117 -translations/source/pl/helpcontent2/source/text/schart/04.po, 32, 133, 143, 0, 0, 0, 0, 32, 133 -translations/source/pl/helpcontent2/source/text/sdraw.po, 123, 732, 690, 0, 0, 0, 0, 123, 732 -translations/source/pl/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/pl/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/pl/helpcontent2/source/text/sdraw/04.po, 103, 489, 418, 0, 0, 0, 0, 103, 489 -translations/source/pl/helpcontent2/source/text/sdraw/guide.po, 272, 2992, 2592, 0, 0, 3, 80, 275, 3072 -translations/source/pl/helpcontent2/source/text/shared.po, 240, 2133, 1860, 0, 0, 10, 175, 250, 2308 -translations/source/pl/helpcontent2/source/text/shared/00.po, 1104, 11376, 10390, 0, 0, 463, 4318, 1567, 15694 -translations/source/pl/helpcontent2/source/text/shared/01.po, 4668, 40405, 33996, 0, 0, 819, 11557, 5487, 51962 -translations/source/pl/helpcontent2/source/text/shared/02.po, 1872, 22446, 18919, 0, 0, 310, 6676, 2182, 29122 -translations/source/pl/helpcontent2/source/text/shared/04.po, 238, 983, 877, 0, 0, 75, 1088, 313, 2071 -translations/source/pl/helpcontent2/source/text/shared/05.po, 111, 1141, 982, 0, 0, 85, 1199, 196, 2340 -translations/source/pl/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/pl/helpcontent2/source/text/shared/07.po, 4, 29, 24, 0, 0, 3, 53, 7, 82 -translations/source/pl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 309, 0, 0, 0, 0, 48, 420 -translations/source/pl/helpcontent2/source/text/shared/autopi.po, 872, 8202, 7084, 0, 0, 15, 192, 887, 8394 -translations/source/pl/helpcontent2/source/text/shared/explorer/database.po, 1521, 15820, 13889, 0, 0, 120, 3037, 1641, 18857 -translations/source/pl/helpcontent2/source/text/shared/guide.po, 2398, 34306, 31071, 0, 0, 118, 2137, 2516, 36443 -translations/source/pl/helpcontent2/source/text/shared/help.po, 43, 55, 56, 0, 0, 35, 62, 78, 117 -translations/source/pl/helpcontent2/source/text/shared/menu.po, 16, 120, 112, 0, 0, 0, 0, 16, 120 -translations/source/pl/helpcontent2/source/text/shared/optionen.po, 1850, 21674, 19343, 0, 0, 84, 1677, 1934, 23351 -translations/source/pl/helpcontent2/source/text/simpress.po, 197, 1363, 1157, 0, 0, 2, 32, 199, 1395 -translations/source/pl/helpcontent2/source/text/simpress/00.po, 162, 898, 840, 0, 0, 1, 4, 163, 902 -translations/source/pl/helpcontent2/source/text/simpress/01.po, 1021, 8277, 6946, 0, 0, 25, 237, 1046, 8514 -translations/source/pl/helpcontent2/source/text/simpress/02.po, 659, 6480, 5709, 0, 0, 1, 29, 660, 6509 -translations/source/pl/helpcontent2/source/text/simpress/04.po, 224, 1098, 1009, 0, 0, 15, 40, 239, 1138 -translations/source/pl/helpcontent2/source/text/simpress/guide.po, 664, 9023, 7690, 0, 0, 103, 1259, 767, 10282 -translations/source/pl/helpcontent2/source/text/smath.po, 59, 722, 617, 0, 0, 1, 17, 60, 739 -translations/source/pl/helpcontent2/source/text/smath/00.po, 66, 355, 341, 0, 0, 0, 0, 66, 355 -translations/source/pl/helpcontent2/source/text/smath/01.po, 1521, 13088, 11662, 0, 0, 30, 771, 1551, 13859 -translations/source/pl/helpcontent2/source/text/smath/02.po, 6, 97, 77, 0, 0, 0, 0, 6, 97 -translations/source/pl/helpcontent2/source/text/smath/04.po, 26, 135, 117, 0, 0, 0, 0, 26, 135 -translations/source/pl/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/pl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1079, 0, 0, 0, 0, 104, 1193 -translations/source/pl/helpcontent2/source/text/swriter.po, 301, 2498, 2237, 0, 0, 35, 448, 336, 2946 -translations/source/pl/helpcontent2/source/text/swriter/00.po, 284, 1689, 1671, 0, 0, 26, 129, 310, 1818 -translations/source/pl/helpcontent2/source/text/swriter/01.po, 3041, 29965, 25034, 0, 0, 305, 3828, 3346, 33793 -translations/source/pl/helpcontent2/source/text/swriter/02.po, 395, 2738, 2384, 0, 0, 31, 312, 426, 3050 -translations/source/pl/helpcontent2/source/text/swriter/04.po, 251, 1257, 1176, 0, 0, 3, 19, 254, 1276 -translations/source/pl/helpcontent2/source/text/swriter/guide.po, 2026, 25814, 22581, 0, 0, 118, 2123, 2144, 27937 -translations/source/pl/helpcontent2/source/text/swriter/librelogo.po, 319, 2865, 2746, 0, 0, 7, 154, 326, 3019 -translations/source/pl/helpcontent2/source/text/swriter/menu.po, 17, 96, 91, 0, 0, 0, 0, 17, 96 -translations/source/pl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3934, 0, 0, 0, 0, 557, 4354 -translations/source/pl/librelogo/source/pythonpath.po, 138, 173, 172, 0, 0, 0, 0, 138, 173 -translations/source/pl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 577, 0, 0, 0, 0, 49, 693 -translations/source/pl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 22, 0, 0, 0, 0, 2, 21 -translations/source/pl/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -translations/source/pl/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/pl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1814, 0, 0, 0, 0, 1308, 1841 -translations/source/pl/officecfg/registry/data/org/openoffice/Office/UI.po, 3676, 7712, 8241, 0, 0, 1, 10, 3677, 7722 -translations/source/pl/readlicense_oo/docs.po, 103, 2403, 2146, 0, 0, 0, 0, 103, 2403 -translations/source/pl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/pl/reportdesign/messages.po, 258, 617, 591, 0, 0, 0, 0, 258, 617 -translations/source/pl/sc/messages.po, 4683, 20239, 17241, 0, 0, 3, 21, 4686, 20260 -translations/source/pl/scaddins/messages.po, 901, 3188, 3084, 0, 0, 0, 0, 901, 3188 -translations/source/pl/sccomp/messages.po, 14, 65, 67, 0, 0, 0, 0, 14, 65 -translations/source/pl/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/pl/scp2/source/base.po, 10, 44, 42, 0, 0, 0, 0, 10, 44 -translations/source/pl/scp2/source/calc.po, 22, 94, 98, 0, 0, 0, 0, 22, 94 -translations/source/pl/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -translations/source/pl/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -translations/source/pl/scp2/source/gnome.po, 2, 11, 14, 0, 0, 0, 0, 2, 11 -translations/source/pl/scp2/source/graphicfilter.po, 30, 101, 139, 0, 0, 0, 0, 30, 101 -translations/source/pl/scp2/source/impress.po, 21, 81, 84, 0, 0, 0, 0, 21, 81 -translations/source/pl/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/pl/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/pl/scp2/source/onlineupdate.po, 2, 13, 9, 0, 0, 0, 0, 2, 13 -translations/source/pl/scp2/source/ooo.po, 582, 2024, 2206, 0, 0, 0, 0, 582, 2024 -translations/source/pl/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/pl/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/pl/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/pl/scp2/source/writer.po, 27, 114, 126, 0, 0, 0, 0, 27, 114 -translations/source/pl/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/pl/sd/messages.po, 1319, 2951, 2953, 0, 0, 0, 0, 1319, 2951 -translations/source/pl/setup_native/source/mac.po, 23, 131, 131, 0, 0, 0, 0, 23, 131 -translations/source/pl/sfx2/messages.po, 581, 2226, 2045, 0, 0, 0, 0, 581, 2226 -translations/source/pl/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/pl/starmath/messages.po, 505, 968, 1039, 0, 0, 0, 0, 505, 968 -translations/source/pl/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/pl/svtools/messages.po, 911, 2602, 2494, 0, 0, 3, 9, 914, 2611 -translations/source/pl/svx/messages.po, 2845, 7222, 7047, 0, 0, 1, 2, 2846, 7224 -translations/source/pl/sw/messages.po, 3439, 7733, 7769, 0, 0, 1, 6, 3440, 7739 -translations/source/pl/swext/mediawiki/help.po, 89, 1404, 1256, 0, 0, 0, 0, 89, 1404 -translations/source/pl/swext/mediawiki/src.po, 2, 39, 31, 0, 0, 0, 0, 2, 39 -translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/pl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 145, 0, 0, 0, 0, 32, 181 -translations/source/pl/sysui/desktop/share.po, 66, 277, 298, 0, 0, 0, 0, 66, 277 -translations/source/pl/uui/messages.po, 157, 1554, 1389, 0, 0, 0, 0, 157, 1554 -translations/source/pl/vcl/messages.po, 322, 644, 632, 0, 0, 34, 93, 356, 737 -translations/source/pl/wizards/messages.po, 265, 1042, 931, 0, 0, 0, 0, 265, 1042 -translations/source/pl/wizards/source/resources.po, 554, 2286, 1950, 0, 0, 0, 0, 554, 2286 -translations/source/pl/writerperfect/messages.po, 30, 65, 66, 0, 0, 0, 0, 30, 65 -translations/source/pl/xmlsecurity/messages.po, 91, 424, 404, 0, 0, 0, 0, 91, 424 -translations/source/pt-BR/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/pt-BR/avmedia/messages.po, 22, 45, 50, 0, 0, 0, 0, 22, 45 -translations/source/pt-BR/basctl/messages.po, 155, 611, 667, 0, 0, 0, 0, 155, 611 -translations/source/pt-BR/basic/messages.po, 135, 549, 664, 0, 0, 0, 0, 135, 549 -translations/source/pt-BR/chart2/messages.po, 620, 1368, 1672, 0, 0, 0, 0, 620, 1368 -translations/source/pt-BR/connectivity/messages.po, 106, 1047, 1141, 0, 0, 0, 0, 106, 1047 -translations/source/pt-BR/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/pt-BR/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt-BR/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt-BR/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/pt-BR/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/pt-BR/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt-BR/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pt-BR/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/pt-BR/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/pt-BR/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/pt-BR/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pt-BR/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt-BR/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt-BR/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/pt-BR/cui/messages.po, 2343, 5558, 6413, 0, 0, 0, 0, 2343, 5558 -translations/source/pt-BR/dbaccess/messages.po, 812, 4510, 4972, 0, 0, 0, 0, 812, 4510 -translations/source/pt-BR/desktop/messages.po, 162, 1225, 1351, 0, 0, 0, 0, 162, 1225 -translations/source/pt-BR/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pt-BR/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/pt-BR/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/pt-BR/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pt-BR/dictionaries/en/dialog.po, 37, 176, 193, 0, 0, 0, 0, 37, 176 -translations/source/pt-BR/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/pt-BR/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/pt-BR/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/pt-BR/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/pt-BR/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pt-BR/dictionaries/hu_HU/dialog.po, 32, 71, 79, 0, 0, 0, 0, 32, 71 -translations/source/pt-BR/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/pt-BR/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/pt-BR/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pt-BR/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/pt-BR/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/pt-BR/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/pt-BR/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/pt-BR/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/pt-BR/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pt-BR/dictionaries/ru_RU/dialog.po, 14, 26, 30, 0, 0, 0, 0, 14, 26 -translations/source/pt-BR/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/pt-BR/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pt-BR/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pt-BR/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pt-BR/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt-BR/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/editeng/messages.po, 265, 656, 725, 0, 0, 0, 0, 265, 656 -translations/source/pt-BR/extensions/messages.po, 663, 2099, 2361, 0, 0, 0, 0, 663, 2099 -translations/source/pt-BR/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/extras/source/autocorr/emoji.po, 1575, 1817, 1953, 0, 0, 0, 0, 1575, 1817 -translations/source/pt-BR/extras/source/gallery/share.po, 12, 15, 20, 0, 0, 0, 0, 12, 15 -translations/source/pt-BR/filter/messages.po, 222, 818, 910, 0, 0, 0, 0, 222, 818 -translations/source/pt-BR/filter/source/config/fragments/filters.po, 220, 732, 814, 0, 0, 0, 0, 220, 732 -translations/source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -translations/source/pt-BR/filter/source/config/fragments/types.po, 38, 121, 148, 0, 0, 0, 0, 38, 121 -translations/source/pt-BR/forms/messages.po, 58, 330, 347, 0, 0, 0, 0, 58, 330 -translations/source/pt-BR/formula/messages.po, 438, 514, 594, 0, 0, 0, 0, 438, 514 -translations/source/pt-BR/fpicker/messages.po, 61, 163, 170, 0, 0, 0, 0, 61, 163 -translations/source/pt-BR/framework/messages.po, 29, 210, 229, 0, 0, 0, 0, 29, 210 -translations/source/pt-BR/helpcontent2/source/auxiliary.po, 105, 302, 355, 0, 0, 0, 0, 105, 302 -translations/source/pt-BR/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1523, 0, 0, 0, 0, 103, 1345 -translations/source/pt-BR/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 37569, 0, 0, 0, 0, 4505, 35431 -translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 495, 0, 0, 0, 0, 67, 465 -translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1652, 0, 0, 0, 0, 198, 1482 -translations/source/pt-BR/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 156, 0, 0, 0, 0, 47, 145 -translations/source/pt-BR/helpcontent2/source/text/scalc.po, 187, 986, 1081, 0, 0, 0, 0, 187, 986 -translations/source/pt-BR/helpcontent2/source/text/scalc/00.po, 201, 945, 1028, 0, 0, 0, 0, 201, 945 -translations/source/pt-BR/helpcontent2/source/text/scalc/01.po, 7495, 73155, 75958, 0, 0, 0, 0, 7495, 73155 -translations/source/pt-BR/helpcontent2/source/text/scalc/02.po, 123, 810, 860, 0, 0, 0, 0, 123, 810 -translations/source/pt-BR/helpcontent2/source/text/scalc/04.po, 187, 1497, 1590, 0, 0, 0, 0, 187, 1497 -translations/source/pt-BR/helpcontent2/source/text/scalc/05.po, 137, 853, 950, 0, 0, 0, 0, 137, 853 -translations/source/pt-BR/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/pt-BR/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 22430, 0, 0, 0, 0, 1469, 21593 -translations/source/pt-BR/helpcontent2/source/text/schart.po, 96, 931, 1055, 0, 0, 0, 0, 96, 931 -translations/source/pt-BR/helpcontent2/source/text/schart/00.po, 60, 347, 434, 0, 0, 0, 0, 60, 347 -translations/source/pt-BR/helpcontent2/source/text/schart/01.po, 972, 11826, 12769, 0, 0, 0, 0, 972, 11826 -translations/source/pt-BR/helpcontent2/source/text/schart/02.po, 25, 117, 120, 0, 0, 0, 0, 25, 117 -translations/source/pt-BR/helpcontent2/source/text/schart/04.po, 32, 133, 154, 0, 0, 0, 0, 32, 133 -translations/source/pt-BR/helpcontent2/source/text/sdraw.po, 123, 732, 777, 0, 0, 0, 0, 123, 732 -translations/source/pt-BR/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/pt-BR/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -translations/source/pt-BR/helpcontent2/source/text/sdraw/04.po, 103, 489, 531, 0, 0, 0, 0, 103, 489 -translations/source/pt-BR/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3246, 0, 0, 0, 0, 275, 3072 -translations/source/pt-BR/helpcontent2/source/text/shared.po, 250, 2308, 2483, 0, 0, 0, 0, 250, 2308 -translations/source/pt-BR/helpcontent2/source/text/shared/00.po, 1567, 15694, 17842, 0, 0, 0, 0, 1567, 15694 -translations/source/pt-BR/helpcontent2/source/text/shared/01.po, 5487, 51962, 54651, 0, 0, 0, 0, 5487, 51962 -translations/source/pt-BR/helpcontent2/source/text/shared/02.po, 2182, 29122, 31214, 0, 0, 0, 0, 2182, 29122 -translations/source/pt-BR/helpcontent2/source/text/shared/04.po, 313, 2071, 2401, 0, 0, 0, 0, 313, 2071 -translations/source/pt-BR/helpcontent2/source/text/shared/05.po, 196, 2340, 2538, 0, 0, 0, 0, 196, 2340 -translations/source/pt-BR/helpcontent2/source/text/shared/06.po, 3, 7, 10, 0, 0, 0, 0, 3, 7 -translations/source/pt-BR/helpcontent2/source/text/shared/07.po, 7, 82, 85, 0, 0, 0, 0, 7, 82 -translations/source/pt-BR/helpcontent2/source/text/shared/autokorr.po, 48, 420, 403, 0, 0, 0, 0, 48, 420 -translations/source/pt-BR/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8982, 0, 0, 0, 0, 887, 8394 -translations/source/pt-BR/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 20832, 0, 0, 0, 0, 1641, 18857 -translations/source/pt-BR/helpcontent2/source/text/shared/guide.po, 2516, 36443, 39758, 0, 0, 0, 0, 2516, 36443 -translations/source/pt-BR/helpcontent2/source/text/shared/help.po, 78, 117, 153, 0, 0, 0, 0, 78, 117 -translations/source/pt-BR/helpcontent2/source/text/shared/menu.po, 16, 120, 134, 0, 0, 0, 0, 16, 120 -translations/source/pt-BR/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 25037, 0, 0, 0, 0, 1934, 23351 -translations/source/pt-BR/helpcontent2/source/text/simpress.po, 199, 1395, 1515, 0, 0, 0, 0, 199, 1395 -translations/source/pt-BR/helpcontent2/source/text/simpress/00.po, 163, 902, 1036, 0, 0, 0, 0, 163, 902 -translations/source/pt-BR/helpcontent2/source/text/simpress/01.po, 1046, 8514, 8974, 0, 0, 0, 0, 1046, 8514 -translations/source/pt-BR/helpcontent2/source/text/simpress/02.po, 660, 6509, 6997, 0, 0, 0, 0, 660, 6509 -translations/source/pt-BR/helpcontent2/source/text/simpress/04.po, 239, 1138, 1324, 0, 0, 0, 0, 239, 1138 -translations/source/pt-BR/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11029, 0, 0, 0, 0, 767, 10282 -translations/source/pt-BR/helpcontent2/source/text/smath.po, 60, 739, 793, 0, 0, 0, 0, 60, 739 -translations/source/pt-BR/helpcontent2/source/text/smath/00.po, 66, 355, 363, 0, 0, 0, 0, 66, 355 -translations/source/pt-BR/helpcontent2/source/text/smath/01.po, 1551, 13859, 14199, 0, 0, 0, 0, 1551, 13859 -translations/source/pt-BR/helpcontent2/source/text/smath/02.po, 6, 97, 100, 0, 0, 0, 0, 6, 97 -translations/source/pt-BR/helpcontent2/source/text/smath/04.po, 26, 135, 146, 0, 0, 0, 0, 26, 135 -translations/source/pt-BR/helpcontent2/source/text/smath/06.po, 9, 21, 37, 0, 0, 0, 0, 9, 21 -translations/source/pt-BR/helpcontent2/source/text/smath/guide.po, 104, 1193, 1222, 0, 0, 0, 0, 104, 1193 -translations/source/pt-BR/helpcontent2/source/text/swriter.po, 336, 2946, 3297, 0, 0, 0, 0, 336, 2946 -translations/source/pt-BR/helpcontent2/source/text/swriter/00.po, 310, 1818, 2024, 0, 0, 0, 0, 310, 1818 -translations/source/pt-BR/helpcontent2/source/text/swriter/01.po, 3346, 33793, 35909, 0, 0, 0, 0, 3346, 33793 -translations/source/pt-BR/helpcontent2/source/text/swriter/02.po, 426, 3050, 3179, 0, 0, 0, 0, 426, 3050 -translations/source/pt-BR/helpcontent2/source/text/swriter/04.po, 254, 1276, 1488, 0, 0, 0, 0, 254, 1276 -translations/source/pt-BR/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 29003, 0, 0, 0, 0, 2144, 27937 -translations/source/pt-BR/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3328, 0, 0, 0, 0, 326, 3019 -translations/source/pt-BR/helpcontent2/source/text/swriter/menu.po, 17, 96, 118, 0, 0, 0, 0, 17, 96 -translations/source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4780, 0, 0, 0, 0, 557, 4354 -translations/source/pt-BR/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -translations/source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 714, 0, 0, 0, 0, 49, 693 -translations/source/pt-BR/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -translations/source/pt-BR/nlpsolver/src/locale.po, 41, 105, 130, 0, 0, 0, 0, 41, 105 -translations/source/pt-BR/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1948, 0, 0, 0, 0, 1308, 1841 -translations/source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9588, 0, 0, 0, 0, 3677, 7722 -translations/source/pt-BR/readlicense_oo/docs.po, 103, 2403, 2448, 0, 0, 0, 0, 103, 2403 -translations/source/pt-BR/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -translations/source/pt-BR/reportdesign/messages.po, 258, 617, 693, 0, 0, 0, 0, 258, 617 -translations/source/pt-BR/sc/messages.po, 4686, 20260, 21222, 0, 0, 0, 0, 4686, 20260 -translations/source/pt-BR/scaddins/messages.po, 901, 3188, 3437, 0, 0, 0, 0, 901, 3188 -translations/source/pt-BR/sccomp/messages.po, 14, 65, 82, 0, 0, 0, 0, 14, 65 -translations/source/pt-BR/scp2/source/activex.po, 2, 16, 22, 0, 0, 0, 0, 2, 16 -translations/source/pt-BR/scp2/source/base.po, 10, 44, 54, 0, 0, 0, 0, 10, 44 -translations/source/pt-BR/scp2/source/calc.po, 22, 94, 104, 0, 0, 0, 0, 22, 94 -translations/source/pt-BR/scp2/source/draw.po, 41, 149, 156, 0, 0, 0, 0, 41, 149 -translations/source/pt-BR/scp2/source/extensions.po, 16, 65, 78, 0, 0, 0, 0, 16, 65 -translations/source/pt-BR/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/pt-BR/scp2/source/graphicfilter.po, 30, 101, 140, 0, 0, 0, 0, 30, 101 -translations/source/pt-BR/scp2/source/impress.po, 21, 81, 92, 0, 0, 0, 0, 21, 81 -translations/source/pt-BR/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/pt-BR/scp2/source/math.po, 10, 42, 47, 0, 0, 0, 0, 10, 42 -translations/source/pt-BR/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/pt-BR/scp2/source/ooo.po, 582, 2024, 2384, 0, 0, 0, 0, 582, 2024 -translations/source/pt-BR/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/pt-BR/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -translations/source/pt-BR/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/pt-BR/scp2/source/writer.po, 27, 114, 129, 0, 0, 0, 0, 27, 114 -translations/source/pt-BR/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/pt-BR/sd/messages.po, 1319, 2951, 3372, 0, 0, 0, 0, 1319, 2951 -translations/source/pt-BR/setup_native/source/mac.po, 23, 131, 149, 0, 0, 0, 0, 23, 131 -translations/source/pt-BR/sfx2/messages.po, 581, 2226, 2370, 0, 0, 0, 0, 581, 2226 -translations/source/pt-BR/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -translations/source/pt-BR/starmath/messages.po, 505, 968, 1097, 0, 0, 0, 0, 505, 968 -translations/source/pt-BR/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/pt-BR/svtools/messages.po, 914, 2611, 2855, 0, 0, 0, 0, 914, 2611 -translations/source/pt-BR/svx/messages.po, 2846, 7224, 8102, 0, 0, 0, 0, 2846, 7224 -translations/source/pt-BR/sw/messages.po, 3441, 7740, 9017, 0, 0, 0, 0, 3441, 7740 -translations/source/pt-BR/swext/mediawiki/help.po, 89, 1404, 1486, 0, 0, 0, 0, 89, 1404 -translations/source/pt-BR/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/pt-BR/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 179, 0, 0, 0, 0, 32, 181 -translations/source/pt-BR/sysui/desktop/share.po, 66, 277, 345, 0, 0, 0, 0, 66, 277 -translations/source/pt-BR/uui/messages.po, 157, 1554, 1646, 0, 0, 0, 0, 157, 1554 -translations/source/pt-BR/vcl/messages.po, 356, 737, 823, 0, 0, 0, 0, 356, 737 -translations/source/pt-BR/wizards/messages.po, 265, 1042, 1115, 0, 0, 0, 0, 265, 1042 -translations/source/pt-BR/wizards/source/resources.po, 554, 2286, 2352, 0, 0, 0, 0, 554, 2286 -translations/source/pt-BR/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -translations/source/pt-BR/xmlsecurity/messages.po, 91, 424, 462, 0, 0, 0, 0, 91, 424 -translations/source/pt/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -translations/source/pt/avmedia/messages.po, 22, 45, 49, 0, 0, 0, 0, 22, 45 -translations/source/pt/basctl/messages.po, 155, 611, 687, 0, 0, 0, 0, 155, 611 -translations/source/pt/basic/messages.po, 135, 549, 647, 0, 0, 0, 0, 135, 549 -translations/source/pt/chart2/messages.po, 620, 1368, 1646, 0, 0, 0, 0, 620, 1368 -translations/source/pt/connectivity/messages.po, 106, 1047, 1119, 0, 0, 0, 0, 106, 1047 -translations/source/pt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/pt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/pt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/pt/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/pt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/pt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/pt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/pt/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/pt/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/pt/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/pt/cui/messages.po, 2343, 5558, 6263, 0, 0, 0, 0, 2343, 5558 -translations/source/pt/dbaccess/messages.po, 812, 4510, 4837, 0, 0, 0, 0, 812, 4510 -translations/source/pt/desktop/messages.po, 162, 1225, 1306, 0, 0, 0, 0, 162, 1225 -translations/source/pt/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pt/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/pt/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/pt/dictionaries/el_GR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pt/dictionaries/en/dialog.po, 37, 176, 183, 0, 0, 0, 0, 37, 176 -translations/source/pt/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/pt/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/pt/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/pt/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pt/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/hu_HU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pt/dictionaries/hu_HU/dialog.po, 32, 71, 79, 0, 0, 0, 0, 32, 71 -translations/source/pt/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/pt/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/pt/dictionaries/lo_LA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/lv_LV.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/pt/dictionaries/nl_NL.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/pt/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/pt/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/pt/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/pt/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/pt/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/pt/dictionaries/ru_RU/dialog.po, 14, 26, 30, 0, 0, 0, 0, 14, 26 -translations/source/pt/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/pt/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/sq_AL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/pt/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/pt/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/pt/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/pt/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/pt/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/pt/editeng/messages.po, 265, 656, 724, 0, 0, 0, 0, 265, 656 -translations/source/pt/extensions/messages.po, 663, 2099, 2317, 0, 0, 0, 0, 663, 2099 -translations/source/pt/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/pt/extras/source/autocorr/emoji.po, 1572, 1813, 1963, 0, 0, 3, 4, 1575, 1817 -translations/source/pt/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/pt/filter/messages.po, 222, 818, 895, 0, 0, 0, 0, 222, 818 -translations/source/pt/filter/source/config/fragments/filters.po, 220, 732, 912, 0, 0, 0, 0, 220, 732 -translations/source/pt/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -translations/source/pt/filter/source/config/fragments/types.po, 38, 121, 172, 0, 0, 0, 0, 38, 121 -translations/source/pt/forms/messages.po, 58, 330, 346, 0, 0, 0, 0, 58, 330 -translations/source/pt/formula/messages.po, 438, 514, 594, 0, 0, 0, 0, 438, 514 -translations/source/pt/fpicker/messages.po, 61, 163, 175, 0, 0, 0, 0, 61, 163 -translations/source/pt/framework/messages.po, 29, 210, 207, 0, 0, 0, 0, 29, 210 -translations/source/pt/helpcontent2/source/auxiliary.po, 105, 302, 357, 0, 0, 0, 0, 105, 302 -translations/source/pt/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1601, 0, 0, 0, 0, 103, 1345 -translations/source/pt/helpcontent2/source/text/sbasic/shared.po, 4217, 32854, 34596, 0, 0, 288, 2577, 4505, 35431 -translations/source/pt/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 483, 0, 0, 0, 0, 67, 465 -translations/source/pt/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1639, 0, 0, 0, 0, 198, 1482 -translations/source/pt/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 151, 0, 0, 0, 0, 47, 145 -translations/source/pt/helpcontent2/source/text/scalc.po, 187, 986, 1075, 0, 0, 0, 0, 187, 986 -translations/source/pt/helpcontent2/source/text/scalc/00.po, 196, 920, 998, 0, 0, 5, 25, 201, 945 -translations/source/pt/helpcontent2/source/text/scalc/01.po, 7243, 68798, 71510, 0, 0, 252, 4357, 7495, 73155 -translations/source/pt/helpcontent2/source/text/scalc/02.po, 121, 804, 854, 0, 0, 2, 6, 123, 810 -translations/source/pt/helpcontent2/source/text/scalc/04.po, 187, 1497, 1595, 0, 0, 0, 0, 187, 1497 -translations/source/pt/helpcontent2/source/text/scalc/05.po, 137, 853, 955, 0, 0, 0, 0, 137, 853 -translations/source/pt/helpcontent2/source/text/scalc/06.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/pt/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 21993, 0, 0, 1, 47, 1469, 21593 -translations/source/pt/helpcontent2/source/text/schart.po, 96, 931, 1040, 0, 0, 0, 0, 96, 931 -translations/source/pt/helpcontent2/source/text/schart/00.po, 60, 347, 389, 0, 0, 0, 0, 60, 347 -translations/source/pt/helpcontent2/source/text/schart/01.po, 972, 11826, 12802, 0, 0, 0, 0, 972, 11826 -translations/source/pt/helpcontent2/source/text/schart/02.po, 25, 117, 123, 0, 0, 0, 0, 25, 117 -translations/source/pt/helpcontent2/source/text/schart/04.po, 32, 133, 144, 0, 0, 0, 0, 32, 133 -translations/source/pt/helpcontent2/source/text/sdraw.po, 123, 732, 771, 0, 0, 0, 0, 123, 732 -translations/source/pt/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/pt/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/pt/helpcontent2/source/text/sdraw/04.po, 103, 489, 534, 0, 0, 0, 0, 103, 489 -translations/source/pt/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 3222, 0, 0, 0, 0, 275, 3072 -translations/source/pt/helpcontent2/source/text/shared.po, 250, 2308, 2468, 0, 0, 0, 0, 250, 2308 -translations/source/pt/helpcontent2/source/text/shared/00.po, 1522, 15187, 16822, 0, 0, 45, 507, 1567, 15694 -translations/source/pt/helpcontent2/source/text/shared/01.po, 4873, 41259, 42998, 0, 0, 614, 10703, 5487, 51962 -translations/source/pt/helpcontent2/source/text/shared/02.po, 1914, 22714, 24470, 0, 0, 268, 6408, 2182, 29122 -translations/source/pt/helpcontent2/source/text/shared/04.po, 313, 2071, 2366, 0, 0, 0, 0, 313, 2071 -translations/source/pt/helpcontent2/source/text/shared/05.po, 196, 2340, 2456, 0, 0, 0, 0, 196, 2340 -translations/source/pt/helpcontent2/source/text/shared/06.po, 3, 7, 12, 0, 0, 0, 0, 3, 7 -translations/source/pt/helpcontent2/source/text/shared/07.po, 7, 82, 84, 0, 0, 0, 0, 7, 82 -translations/source/pt/helpcontent2/source/text/shared/autokorr.po, 48, 420, 450, 0, 0, 0, 0, 48, 420 -translations/source/pt/helpcontent2/source/text/shared/autopi.po, 887, 8394, 8961, 0, 0, 0, 0, 887, 8394 -translations/source/pt/helpcontent2/source/text/shared/explorer/database.po, 1563, 16357, 18297, 0, 0, 78, 2500, 1641, 18857 -translations/source/pt/helpcontent2/source/text/shared/guide.po, 2364, 32903, 35904, 0, 0, 152, 3540, 2516, 36443 -translations/source/pt/helpcontent2/source/text/shared/help.po, 78, 117, 127, 0, 0, 0, 0, 78, 117 -translations/source/pt/helpcontent2/source/text/shared/menu.po, 16, 120, 146, 0, 0, 0, 0, 16, 120 -translations/source/pt/helpcontent2/source/text/shared/optionen.po, 1880, 21821, 23705, 0, 0, 54, 1530, 1934, 23351 -translations/source/pt/helpcontent2/source/text/simpress.po, 199, 1395, 1519, 0, 0, 0, 0, 199, 1395 -translations/source/pt/helpcontent2/source/text/simpress/00.po, 163, 902, 1044, 0, 0, 0, 0, 163, 902 -translations/source/pt/helpcontent2/source/text/simpress/01.po, 1046, 8514, 9045, 0, 0, 0, 0, 1046, 8514 -translations/source/pt/helpcontent2/source/text/simpress/02.po, 660, 6509, 7217, 0, 0, 0, 0, 660, 6509 -translations/source/pt/helpcontent2/source/text/simpress/04.po, 239, 1138, 1285, 0, 0, 0, 0, 239, 1138 -translations/source/pt/helpcontent2/source/text/simpress/guide.po, 767, 10282, 11117, 0, 0, 0, 0, 767, 10282 -translations/source/pt/helpcontent2/source/text/smath.po, 60, 739, 782, 0, 0, 0, 0, 60, 739 -translations/source/pt/helpcontent2/source/text/smath/00.po, 66, 355, 328, 0, 0, 0, 0, 66, 355 -translations/source/pt/helpcontent2/source/text/smath/01.po, 1551, 13859, 14565, 0, 0, 0, 0, 1551, 13859 -translations/source/pt/helpcontent2/source/text/smath/02.po, 6, 97, 97, 0, 0, 0, 0, 6, 97 -translations/source/pt/helpcontent2/source/text/smath/04.po, 26, 135, 148, 0, 0, 0, 0, 26, 135 -translations/source/pt/helpcontent2/source/text/smath/06.po, 9, 21, 43, 0, 0, 0, 0, 9, 21 -translations/source/pt/helpcontent2/source/text/smath/guide.po, 104, 1193, 1223, 0, 0, 0, 0, 104, 1193 -translations/source/pt/helpcontent2/source/text/swriter.po, 336, 2946, 3212, 0, 0, 0, 0, 336, 2946 -translations/source/pt/helpcontent2/source/text/swriter/00.po, 310, 1818, 1957, 0, 0, 0, 0, 310, 1818 -translations/source/pt/helpcontent2/source/text/swriter/01.po, 3346, 33793, 35609, 0, 0, 0, 0, 3346, 33793 -translations/source/pt/helpcontent2/source/text/swriter/02.po, 426, 3050, 3154, 0, 0, 0, 0, 426, 3050 -translations/source/pt/helpcontent2/source/text/swriter/04.po, 254, 1276, 1441, 0, 0, 0, 0, 254, 1276 -translations/source/pt/helpcontent2/source/text/swriter/guide.po, 2143, 27934, 29035, 0, 0, 1, 3, 2144, 27937 -translations/source/pt/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 3224, 0, 0, 0, 0, 326, 3019 -translations/source/pt/helpcontent2/source/text/swriter/menu.po, 17, 96, 115, 0, 0, 0, 0, 17, 96 -translations/source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4650, 0, 0, 0, 0, 557, 4354 -translations/source/pt/librelogo/source/pythonpath.po, 138, 173, 171, 0, 0, 0, 0, 138, 173 -translations/source/pt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 704, 0, 0, 0, 0, 49, 693 -translations/source/pt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 26, 0, 0, 0, 0, 2, 21 -translations/source/pt/nlpsolver/src/locale.po, 41, 105, 131, 0, 0, 0, 0, 41, 105 -translations/source/pt/officecfg/registry/data/org/openoffice.po, 9, 28, 40, 0, 0, 0, 0, 9, 28 -translations/source/pt/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1941, 0, 0, 0, 0, 1308, 1841 -translations/source/pt/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 9572, 0, 0, 0, 0, 3677, 7722 -translations/source/pt/readlicense_oo/docs.po, 103, 2403, 2432, 0, 0, 0, 0, 103, 2403 -translations/source/pt/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 18, 0, 0, 0, 0, 6, 20 -translations/source/pt/reportdesign/messages.po, 258, 617, 667, 0, 0, 0, 0, 258, 617 -translations/source/pt/sc/messages.po, 4686, 20260, 22688, 0, 0, 0, 0, 4686, 20260 -translations/source/pt/scaddins/messages.po, 901, 3188, 4948, 0, 0, 0, 0, 901, 3188 -translations/source/pt/sccomp/messages.po, 14, 65, 84, 0, 0, 0, 0, 14, 65 -translations/source/pt/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -translations/source/pt/scp2/source/base.po, 10, 44, 53, 0, 0, 0, 0, 10, 44 -translations/source/pt/scp2/source/calc.po, 22, 94, 131, 0, 0, 0, 0, 22, 94 -translations/source/pt/scp2/source/draw.po, 41, 149, 157, 0, 0, 0, 0, 41, 149 -translations/source/pt/scp2/source/extensions.po, 16, 65, 73, 0, 0, 0, 0, 16, 65 -translations/source/pt/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/pt/scp2/source/graphicfilter.po, 30, 101, 149, 0, 0, 0, 0, 30, 101 -translations/source/pt/scp2/source/impress.po, 21, 81, 91, 0, 0, 0, 0, 21, 81 -translations/source/pt/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/pt/scp2/source/math.po, 10, 42, 46, 0, 0, 0, 0, 10, 42 -translations/source/pt/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/pt/scp2/source/ooo.po, 582, 2024, 2378, 0, 0, 0, 0, 582, 2024 -translations/source/pt/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/pt/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -translations/source/pt/scp2/source/winexplorerext.po, 2, 18, 23, 0, 0, 0, 0, 2, 18 -translations/source/pt/scp2/source/writer.po, 27, 114, 144, 0, 0, 0, 0, 27, 114 -translations/source/pt/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/pt/sd/messages.po, 1319, 2951, 3309, 0, 0, 0, 0, 1319, 2951 -translations/source/pt/setup_native/source/mac.po, 23, 131, 148, 0, 0, 0, 0, 23, 131 -translations/source/pt/sfx2/messages.po, 581, 2226, 2326, 0, 0, 0, 0, 581, 2226 -translations/source/pt/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/pt/starmath/messages.po, 505, 968, 1098, 0, 0, 0, 0, 505, 968 -translations/source/pt/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/pt/svtools/messages.po, 914, 2611, 2872, 0, 0, 0, 0, 914, 2611 -translations/source/pt/svx/messages.po, 2846, 7224, 7997, 0, 0, 0, 0, 2846, 7224 -translations/source/pt/sw/messages.po, 3441, 7740, 8907, 0, 0, 0, 0, 3441, 7740 -translations/source/pt/swext/mediawiki/help.po, 89, 1404, 1489, 0, 0, 0, 0, 89, 1404 -translations/source/pt/swext/mediawiki/src.po, 2, 39, 38, 0, 0, 0, 0, 2, 39 -translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/pt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 175, 0, 0, 0, 0, 32, 181 -translations/source/pt/sysui/desktop/share.po, 66, 277, 369, 0, 0, 0, 0, 66, 277 -translations/source/pt/uui/messages.po, 157, 1554, 1600, 0, 0, 0, 0, 157, 1554 -translations/source/pt/vcl/messages.po, 356, 737, 800, 0, 0, 0, 0, 356, 737 -translations/source/pt/wizards/messages.po, 265, 1042, 1089, 0, 0, 0, 0, 265, 1042 -translations/source/pt/wizards/source/resources.po, 554, 2286, 2352, 0, 0, 0, 0, 554, 2286 -translations/source/pt/writerperfect/messages.po, 30, 65, 72, 0, 0, 0, 0, 30, 65 -translations/source/pt/xmlsecurity/messages.po, 91, 424, 459, 0, 0, 0, 0, 91, 424 -translations/source/ro/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/ro/avmedia/messages.po, 22, 45, 43, 0, 0, 0, 0, 22, 45 -translations/source/ro/basctl/messages.po, 155, 611, 597, 0, 0, 0, 0, 155, 611 -translations/source/ro/basic/messages.po, 135, 549, 590, 0, 0, 0, 0, 135, 549 -translations/source/ro/chart2/messages.po, 617, 1340, 1504, 0, 0, 3, 28, 620, 1368 -translations/source/ro/connectivity/messages.po, 105, 1033, 1032, 0, 0, 1, 14, 106, 1047 -translations/source/ro/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ro/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ro/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ro/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ro/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ro/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ro/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ro/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ro/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ro/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ro/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ro/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ro/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ro/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ro/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ro/cui/messages.po, 2198, 5190, 5451, 24, 51, 121, 317, 2343, 5558 -translations/source/ro/dbaccess/messages.po, 802, 4462, 4481, 0, 0, 10, 48, 812, 4510 -translations/source/ro/desktop/messages.po, 160, 1172, 1167, 0, 0, 2, 53, 162, 1225 -translations/source/ro/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ro/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ro/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ro/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/ro/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ro/dictionaries/en/dialog.po, 37, 176, 191, 0, 0, 0, 0, 37, 176 -translations/source/ro/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ro/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/ro/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ro/dictionaries/gl.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ro/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ro/dictionaries/hu_HU/dialog.po, 32, 71, 83, 0, 0, 0, 0, 32, 71 -translations/source/ro/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/ro/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ro/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ro/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/ro/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/ro/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ro/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ro/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ro/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/ro/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ro/dictionaries/ru_RU/dialog.po, 13, 25, 28, 0, 0, 1, 1, 14, 26 -translations/source/ro/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/ro/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ro/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ro/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ro/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ro/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ro/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/ro/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/ro/editeng/messages.po, 263, 655, 718, 1, 1, 1, 0, 265, 656 -translations/source/ro/extensions/messages.po, 657, 2073, 2148, 1, 5, 5, 21, 663, 2099 -translations/source/ro/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ro/extras/source/autocorr/emoji.po, 1104, 1313, 1378, 0, 0, 471, 504, 1575, 1817 -translations/source/ro/extras/source/gallery/share.po, 11, 14, 16, 0, 0, 1, 1, 12, 15 -translations/source/ro/filter/messages.po, 222, 818, 858, 0, 0, 0, 0, 222, 818 -translations/source/ro/filter/source/config/fragments/filters.po, 189, 646, 681, 1, 2, 30, 84, 220, 732 -translations/source/ro/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/ro/filter/source/config/fragments/types.po, 28, 95, 107, 0, 0, 10, 26, 38, 121 -translations/source/ro/forms/messages.po, 58, 330, 352, 0, 0, 0, 0, 58, 330 -translations/source/ro/formula/messages.po, 432, 508, 507, 5, 5, 1, 1, 438, 514 -translations/source/ro/fpicker/messages.po, 54, 148, 149, 2, 3, 5, 12, 61, 163 -translations/source/ro/framework/messages.po, 29, 210, 204, 0, 0, 0, 0, 29, 210 -translations/source/ro/helpcontent2/source/auxiliary.po, 92, 266, 310, 0, 0, 13, 36, 105, 302 -translations/source/ro/helpcontent2/source/text/sbasic/guide.po, 17, 238, 216, 0, 0, 86, 1107, 103, 1345 -translations/source/ro/helpcontent2/source/text/sbasic/shared.po, 0, 0, 0, 0, 0, 4505, 35431, 4505, 35431 -translations/source/ro/helpcontent2/source/text/sbasic/shared/01.po, 0, 0, 0, 0, 0, 67, 465, 67, 465 -translations/source/ro/helpcontent2/source/text/sbasic/shared/02.po, 0, 0, 0, 0, 0, 198, 1482, 198, 1482 -translations/source/ro/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ro/helpcontent2/source/text/scalc.po, 4, 23, 27, 0, 0, 183, 963, 187, 986 -translations/source/ro/helpcontent2/source/text/scalc/00.po, 0, 0, 0, 0, 0, 201, 945, 201, 945 -translations/source/ro/helpcontent2/source/text/scalc/01.po, 0, 0, 0, 0, 0, 7495, 73155, 7495, 73155 -translations/source/ro/helpcontent2/source/text/scalc/02.po, 0, 0, 0, 0, 0, 123, 810, 123, 810 -translations/source/ro/helpcontent2/source/text/scalc/04.po, 0, 0, 0, 0, 0, 187, 1497, 187, 1497 -translations/source/ro/helpcontent2/source/text/scalc/05.po, 0, 0, 0, 0, 0, 137, 853, 137, 853 -translations/source/ro/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ro/helpcontent2/source/text/scalc/guide.po, 0, 0, 0, 0, 0, 1469, 21593, 1469, 21593 -translations/source/ro/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -translations/source/ro/helpcontent2/source/text/schart/00.po, 0, 0, 0, 0, 0, 60, 347, 60, 347 -translations/source/ro/helpcontent2/source/text/schart/01.po, 0, 0, 0, 0, 0, 972, 11826, 972, 11826 -translations/source/ro/helpcontent2/source/text/schart/02.po, 0, 0, 0, 0, 0, 25, 117, 25, 117 -translations/source/ro/helpcontent2/source/text/schart/04.po, 0, 0, 0, 0, 0, 32, 133, 32, 133 -translations/source/ro/helpcontent2/source/text/sdraw.po, 0, 0, 0, 0, 0, 123, 732, 123, 732 -translations/source/ro/helpcontent2/source/text/sdraw/00.po, 0, 0, 0, 0, 0, 2, 8, 2, 8 -translations/source/ro/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -translations/source/ro/helpcontent2/source/text/sdraw/04.po, 0, 0, 0, 0, 0, 103, 489, 103, 489 -translations/source/ro/helpcontent2/source/text/sdraw/guide.po, 0, 0, 0, 0, 0, 275, 3072, 275, 3072 -translations/source/ro/helpcontent2/source/text/shared.po, 0, 0, 0, 0, 0, 250, 2308, 250, 2308 -translations/source/ro/helpcontent2/source/text/shared/00.po, 0, 0, 0, 0, 0, 1567, 15694, 1567, 15694 -translations/source/ro/helpcontent2/source/text/shared/01.po, 0, 0, 0, 0, 0, 5487, 51962, 5487, 51962 -translations/source/ro/helpcontent2/source/text/shared/02.po, 0, 0, 0, 0, 0, 2182, 29122, 2182, 29122 -translations/source/ro/helpcontent2/source/text/shared/04.po, 0, 0, 0, 0, 0, 313, 2071, 313, 2071 -translations/source/ro/helpcontent2/source/text/shared/05.po, 0, 0, 0, 0, 0, 196, 2340, 196, 2340 -translations/source/ro/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ro/helpcontent2/source/text/shared/07.po, 0, 0, 0, 0, 0, 7, 82, 7, 82 -translations/source/ro/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -translations/source/ro/helpcontent2/source/text/shared/autopi.po, 0, 0, 0, 0, 0, 887, 8394, 887, 8394 -translations/source/ro/helpcontent2/source/text/shared/explorer/database.po, 0, 0, 0, 0, 0, 1641, 18857, 1641, 18857 -translations/source/ro/helpcontent2/source/text/shared/guide.po, 0, 0, 0, 0, 0, 2516, 36443, 2516, 36443 -translations/source/ro/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ro/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ro/helpcontent2/source/text/shared/optionen.po, 0, 0, 0, 0, 0, 1934, 23351, 1934, 23351 -translations/source/ro/helpcontent2/source/text/simpress.po, 9, 19, 20, 0, 0, 190, 1376, 199, 1395 -translations/source/ro/helpcontent2/source/text/simpress/00.po, 0, 0, 0, 0, 0, 163, 902, 163, 902 -translations/source/ro/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -translations/source/ro/helpcontent2/source/text/simpress/02.po, 0, 0, 0, 0, 0, 660, 6509, 660, 6509 -translations/source/ro/helpcontent2/source/text/simpress/04.po, 0, 0, 0, 0, 0, 239, 1138, 239, 1138 -translations/source/ro/helpcontent2/source/text/simpress/guide.po, 0, 0, 0, 0, 0, 767, 10282, 767, 10282 -translations/source/ro/helpcontent2/source/text/smath.po, 0, 0, 0, 0, 0, 60, 739, 60, 739 -translations/source/ro/helpcontent2/source/text/smath/00.po, 0, 0, 0, 0, 0, 66, 355, 66, 355 -translations/source/ro/helpcontent2/source/text/smath/01.po, 0, 0, 0, 0, 0, 1551, 13859, 1551, 13859 -translations/source/ro/helpcontent2/source/text/smath/02.po, 0, 0, 0, 0, 0, 6, 97, 6, 97 -translations/source/ro/helpcontent2/source/text/smath/04.po, 0, 0, 0, 0, 0, 26, 135, 26, 135 -translations/source/ro/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ro/helpcontent2/source/text/smath/guide.po, 0, 0, 0, 0, 0, 104, 1193, 104, 1193 -translations/source/ro/helpcontent2/source/text/swriter.po, 0, 0, 0, 0, 0, 336, 2946, 336, 2946 -translations/source/ro/helpcontent2/source/text/swriter/00.po, 0, 0, 0, 0, 0, 310, 1818, 310, 1818 -translations/source/ro/helpcontent2/source/text/swriter/01.po, 0, 0, 0, 0, 0, 3346, 33793, 3346, 33793 -translations/source/ro/helpcontent2/source/text/swriter/02.po, 0, 0, 0, 0, 0, 426, 3050, 426, 3050 -translations/source/ro/helpcontent2/source/text/swriter/04.po, 0, 0, 0, 0, 0, 254, 1276, 254, 1276 -translations/source/ro/helpcontent2/source/text/swriter/guide.po, 0, 0, 0, 0, 0, 2144, 27937, 2144, 27937 -translations/source/ro/helpcontent2/source/text/swriter/librelogo.po, 55, 105, 119, 0, 0, 271, 2914, 326, 3019 -translations/source/ro/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po, 544, 4201, 4257, 5, 78, 8, 75, 557, 4354 -translations/source/ro/librelogo/source/pythonpath.po, 138, 173, 173, 0, 0, 0, 0, 138, 173 -translations/source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 638, 0, 0, 0, 0, 49, 693 -translations/source/ro/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -translations/source/ro/nlpsolver/src/locale.po, 41, 105, 126, 0, 0, 0, 0, 41, 105 -translations/source/ro/officecfg/registry/data/org/openoffice.po, 8, 25, 27, 0, 0, 1, 3, 9, 28 -translations/source/ro/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 1828, 1, 4, 7, 10, 1308, 1841 -translations/source/ro/officecfg/registry/data/org/openoffice/Office/UI.po, 3231, 6619, 7718, 166, 371, 280, 732, 3677, 7722 -translations/source/ro/readlicense_oo/docs.po, 89, 1845, 1833, 0, 0, 14, 558, 103, 2403 -translations/source/ro/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 10, 0, 0, 0, 0, 6, 20 -translations/source/ro/reportdesign/messages.po, 258, 617, 666, 0, 0, 0, 0, 258, 617 -translations/source/ro/sc/messages.po, 3769, 17071, 15685, 538, 1595, 379, 1594, 4686, 20260 -translations/source/ro/scaddins/messages.po, 901, 3188, 2800, 0, 0, 0, 0, 901, 3188 -translations/source/ro/sccomp/messages.po, 12, 51, 56, 0, 0, 2, 14, 14, 65 -translations/source/ro/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/ro/scp2/source/base.po, 10, 44, 50, 0, 0, 0, 0, 10, 44 -translations/source/ro/scp2/source/calc.po, 22, 94, 118, 0, 0, 0, 0, 22, 94 -translations/source/ro/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -translations/source/ro/scp2/source/extensions.po, 16, 65, 73, 0, 0, 0, 0, 16, 65 -translations/source/ro/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/ro/scp2/source/graphicfilter.po, 30, 101, 139, 0, 0, 0, 0, 30, 101 -translations/source/ro/scp2/source/impress.po, 21, 81, 80, 0, 0, 0, 0, 21, 81 -translations/source/ro/scp2/source/kde.po, 2, 9, 13, 0, 0, 0, 0, 2, 9 -translations/source/ro/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/ro/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/ro/scp2/source/ooo.po, 572, 1979, 2241, 1, 3, 9, 42, 582, 2024 -translations/source/ro/scp2/source/python.po, 2, 7, 10, 0, 0, 0, 0, 2, 7 -translations/source/ro/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/ro/scp2/source/winexplorerext.po, 2, 18, 20, 0, 0, 0, 0, 2, 18 -translations/source/ro/scp2/source/writer.po, 27, 114, 118, 0, 0, 0, 0, 27, 114 -translations/source/ro/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/ro/sd/messages.po, 989, 2403, 2491, 120, 238, 210, 310, 1319, 2951 -translations/source/ro/setup_native/source/mac.po, 23, 131, 134, 0, 0, 0, 0, 23, 131 -translations/source/ro/sfx2/messages.po, 515, 1878, 1855, 5, 7, 61, 341, 581, 2226 -translations/source/ro/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/ro/starmath/messages.po, 501, 963, 1014, 2, 3, 0, 0, 503, 966 -translations/source/ro/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ro/svtools/messages.po, 852, 2414, 2473, 5, 5, 57, 192, 914, 2611 -translations/source/ro/svx/messages.po, 2385, 5808, 6006, 195, 504, 266, 912, 2846, 7224 -translations/source/ro/sw/messages.po, 3051, 6699, 7276, 133, 370, 257, 671, 3441, 7740 -translations/source/ro/swext/mediawiki/help.po, 47, 353, 350, 26, 817, 16, 234, 89, 1404 -translations/source/ro/swext/mediawiki/src.po, 2, 39, 35, 0, 0, 0, 0, 2, 39 -translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ro/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 175, 0, 0, 0, 0, 32, 181 -translations/source/ro/sysui/desktop/share.po, 66, 277, 321, 0, 0, 0, 0, 66, 277 -translations/source/ro/uui/messages.po, 145, 1266, 1265, 1, 31, 11, 257, 157, 1554 -translations/source/ro/vcl/messages.po, 267, 519, 543, 2, 2, 87, 216, 356, 737 -translations/source/ro/wizards/messages.po, 263, 1040, 1105, 2, 2, 0, 0, 265, 1042 -translations/source/ro/wizards/source/resources.po, 505, 2073, 2045, 46, 212, 3, 1, 554, 2286 -translations/source/ro/writerperfect/messages.po, 2, 3, 4, 4, 8, 24, 54, 30, 65 -translations/source/ro/xmlsecurity/messages.po, 83, 392, 405, 2, 10, 6, 22, 91, 424 -translations/source/ru/accessibility/messages.po, 11, 27, 22, 0, 0, 0, 0, 11, 27 -translations/source/ru/avmedia/messages.po, 22, 45, 38, 0, 0, 0, 0, 22, 45 -translations/source/ru/basctl/messages.po, 155, 611, 515, 0, 0, 0, 0, 155, 611 -translations/source/ru/basic/messages.po, 135, 549, 494, 0, 0, 0, 0, 135, 549 -translations/source/ru/chart2/messages.po, 620, 1368, 1353, 0, 0, 0, 0, 620, 1368 -translations/source/ru/connectivity/messages.po, 106, 1047, 788, 0, 0, 0, 0, 106, 1047 -translations/source/ru/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ru/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ru/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ru/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ru/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ru/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ru/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ru/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ru/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ru/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ru/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ru/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ru/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ru/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ru/cui/messages.po, 2343, 5558, 5068, 0, 0, 0, 0, 2343, 5558 -translations/source/ru/dbaccess/messages.po, 812, 4510, 3690, 0, 0, 0, 0, 812, 4510 -translations/source/ru/desktop/messages.po, 162, 1225, 1005, 0, 0, 0, 0, 162, 1225 -translations/source/ru/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ru/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/ru/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/ru/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ru/dictionaries/en/dialog.po, 37, 176, 149, 0, 0, 0, 0, 37, 176 -translations/source/ru/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ru/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/ru/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ru/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/gug.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ru/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ru/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -translations/source/ru/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ru/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ru/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ru/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/ru/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/ru/dictionaries/pt_BR/dialog.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ru/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ru/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/ru/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ru/dictionaries/ru_RU/dialog.po, 14, 26, 21, 0, 0, 0, 0, 14, 26 -translations/source/ru/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 4, 0, 0, 0, 0, 2, 5 -translations/source/ru/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ru/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/ru/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ru/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ru/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ru/editeng/messages.po, 265, 656, 652, 0, 0, 0, 0, 265, 656 -translations/source/ru/extensions/messages.po, 663, 2099, 1820, 0, 0, 0, 0, 663, 2099 -translations/source/ru/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/ru/extras/source/autocorr/emoji.po, 1104, 1313, 1502, 0, 0, 471, 504, 1575, 1817 -translations/source/ru/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/ru/filter/messages.po, 222, 818, 753, 0, 0, 0, 0, 222, 818 -translations/source/ru/filter/source/config/fragments/filters.po, 220, 732, 748, 0, 0, 0, 0, 220, 732 -translations/source/ru/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -translations/source/ru/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -translations/source/ru/forms/messages.po, 58, 330, 258, 0, 0, 0, 0, 58, 330 -translations/source/ru/formula/messages.po, 438, 514, 523, 0, 0, 0, 0, 438, 514 -translations/source/ru/fpicker/messages.po, 61, 163, 140, 0, 0, 0, 0, 61, 163 -translations/source/ru/framework/messages.po, 29, 210, 159, 0, 0, 0, 0, 29, 210 -translations/source/ru/helpcontent2/source/auxiliary.po, 92, 266, 270, 0, 0, 13, 36, 105, 302 -translations/source/ru/helpcontent2/source/text/sbasic/guide.po, 86, 1147, 1072, 0, 0, 17, 198, 103, 1345 -translations/source/ru/helpcontent2/source/text/sbasic/shared.po, 3518, 29389, 25150, 0, 0, 987, 6042, 4505, 35431 -translations/source/ru/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 297, 0, 0, 10, 129, 67, 465 -translations/source/ru/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1276, 0, 0, 3, 78, 198, 1482 -translations/source/ru/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ru/helpcontent2/source/text/scalc.po, 187, 986, 901, 0, 0, 0, 0, 187, 986 -translations/source/ru/helpcontent2/source/text/scalc/00.po, 66, 160, 161, 0, 0, 135, 785, 201, 945 -translations/source/ru/helpcontent2/source/text/scalc/01.po, 5826, 51764, 42897, 0, 0, 1669, 21391, 7495, 73155 -translations/source/ru/helpcontent2/source/text/scalc/02.po, 118, 796, 661, 0, 0, 5, 14, 123, 810 -translations/source/ru/helpcontent2/source/text/scalc/04.po, 182, 1429, 1147, 0, 0, 5, 68, 187, 1497 -translations/source/ru/helpcontent2/source/text/scalc/05.po, 91, 734, 639, 0, 0, 46, 119, 137, 853 -translations/source/ru/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ru/helpcontent2/source/text/scalc/guide.po, 1357, 19438, 16390, 0, 0, 112, 2155, 1469, 21593 -translations/source/ru/helpcontent2/source/text/schart.po, 88, 796, 756, 0, 0, 8, 135, 96, 931 -translations/source/ru/helpcontent2/source/text/schart/00.po, 52, 262, 302, 1, 11, 7, 74, 60, 347 -translations/source/ru/helpcontent2/source/text/schart/01.po, 839, 10021, 8305, 0, 0, 133, 1805, 972, 11826 -translations/source/ru/helpcontent2/source/text/schart/02.po, 25, 117, 98, 0, 0, 0, 0, 25, 117 -translations/source/ru/helpcontent2/source/text/schart/04.po, 32, 133, 124, 0, 0, 0, 0, 32, 133 -translations/source/ru/helpcontent2/source/text/sdraw.po, 121, 724, 659, 0, 0, 2, 8, 123, 732 -translations/source/ru/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/ru/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/ru/helpcontent2/source/text/sdraw/04.po, 102, 486, 440, 0, 0, 1, 3, 103, 489 -translations/source/ru/helpcontent2/source/text/sdraw/guide.po, 266, 2860, 2404, 0, 0, 9, 212, 275, 3072 -translations/source/ru/helpcontent2/source/text/shared.po, 218, 1962, 1639, 0, 0, 32, 346, 250, 2308 -translations/source/ru/helpcontent2/source/text/shared/00.po, 780, 6875, 5987, 0, 0, 787, 8819, 1567, 15694 -translations/source/ru/helpcontent2/source/text/shared/01.po, 3759, 29984, 24800, 0, 0, 1728, 21978, 5487, 51962 -translations/source/ru/helpcontent2/source/text/shared/02.po, 1709, 19410, 15790, 0, 0, 473, 9712, 2182, 29122 -translations/source/ru/helpcontent2/source/text/shared/04.po, 233, 958, 842, 0, 0, 80, 1113, 313, 2071 -translations/source/ru/helpcontent2/source/text/shared/05.po, 106, 1108, 876, 0, 0, 90, 1232, 196, 2340 -translations/source/ru/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ru/helpcontent2/source/text/shared/07.po, 4, 29, 21, 0, 0, 3, 53, 7, 82 -translations/source/ru/helpcontent2/source/text/shared/autokorr.po, 47, 403, 288, 0, 0, 1, 17, 48, 420 -translations/source/ru/helpcontent2/source/text/shared/autopi.po, 752, 6507, 5178, 0, 0, 135, 1887, 887, 8394 -translations/source/ru/helpcontent2/source/text/shared/explorer/database.po, 1458, 14344, 12063, 0, 0, 183, 4513, 1641, 18857 -translations/source/ru/helpcontent2/source/text/shared/guide.po, 2060, 28665, 24873, 0, 0, 456, 7778, 2516, 36443 -translations/source/ru/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ru/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ru/helpcontent2/source/text/shared/optionen.po, 1252, 11507, 9992, 0, 0, 682, 11844, 1934, 23351 -translations/source/ru/helpcontent2/source/text/simpress.po, 197, 1363, 1186, 0, 0, 2, 32, 199, 1395 -translations/source/ru/helpcontent2/source/text/simpress/00.po, 157, 878, 920, 0, 0, 6, 24, 163, 902 -translations/source/ru/helpcontent2/source/text/simpress/01.po, 878, 6654, 5482, 0, 0, 168, 1860, 1046, 8514 -translations/source/ru/helpcontent2/source/text/simpress/02.po, 658, 6451, 5590, 0, 0, 2, 58, 660, 6509 -translations/source/ru/helpcontent2/source/text/simpress/04.po, 190, 920, 825, 0, 0, 49, 218, 239, 1138 -translations/source/ru/helpcontent2/source/text/simpress/guide.po, 603, 7919, 6760, 0, 0, 164, 2363, 767, 10282 -translations/source/ru/helpcontent2/source/text/smath.po, 56, 609, 550, 0, 0, 4, 130, 60, 739 -translations/source/ru/helpcontent2/source/text/smath/00.po, 54, 228, 256, 0, 0, 12, 127, 66, 355 -translations/source/ru/helpcontent2/source/text/smath/01.po, 1058, 11389, 9979, 0, 0, 493, 2470, 1551, 13859 -translations/source/ru/helpcontent2/source/text/smath/02.po, 6, 97, 73, 0, 0, 0, 0, 6, 97 -translations/source/ru/helpcontent2/source/text/smath/04.po, 25, 130, 126, 0, 0, 1, 5, 26, 135 -translations/source/ru/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ru/helpcontent2/source/text/smath/guide.po, 95, 1030, 944, 0, 0, 9, 163, 104, 1193 -translations/source/ru/helpcontent2/source/text/swriter.po, 245, 1959, 1736, 0, 0, 91, 987, 336, 2946 -translations/source/ru/helpcontent2/source/text/swriter/00.po, 221, 1103, 1056, 0, 0, 89, 715, 310, 1818 -translations/source/ru/helpcontent2/source/text/swriter/01.po, 2749, 26050, 21156, 0, 0, 597, 7743, 3346, 33793 -translations/source/ru/helpcontent2/source/text/swriter/02.po, 372, 2557, 2171, 0, 0, 58, 612, 430, 3169 -translations/source/ru/helpcontent2/source/text/swriter/04.po, 245, 1170, 1047, 0, 0, 9, 106, 254, 1276 -translations/source/ru/helpcontent2/source/text/swriter/guide.po, 1902, 23418, 19817, 0, 0, 242, 4519, 2144, 27937 -translations/source/ru/helpcontent2/source/text/swriter/librelogo.po, 42, 54, 53, 1, 1, 283, 2964, 326, 3019 -translations/source/ru/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3616, 0, 0, 0, 0, 557, 4354 -translations/source/ru/librelogo/source/pythonpath.po, 138, 173, 167, 0, 0, 0, 0, 138, 173 -translations/source/ru/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 513, 0, 0, 0, 0, 49, 693 -translations/source/ru/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -translations/source/ru/nlpsolver/src/locale.po, 41, 105, 99, 0, 0, 0, 0, 41, 105 -translations/source/ru/officecfg/registry/data/org/openoffice.po, 9, 28, 27, 0, 0, 0, 0, 9, 28 -translations/source/ru/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1754, 0, 0, 0, 0, 1308, 1841 -translations/source/ru/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7834, 0, 0, 0, 0, 3677, 7722 -translations/source/ru/readlicense_oo/docs.po, 103, 2403, 2026, 0, 0, 0, 0, 103, 2403 -translations/source/ru/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 11, 0, 0, 0, 0, 6, 20 -translations/source/ru/reportdesign/messages.po, 258, 617, 564, 0, 0, 0, 0, 258, 617 -translations/source/ru/sc/messages.po, 4686, 20260, 15689, 0, 0, 0, 0, 4686, 20260 -translations/source/ru/scaddins/messages.po, 901, 3188, 3093, 0, 0, 0, 0, 901, 3188 -translations/source/ru/sccomp/messages.po, 14, 65, 61, 0, 0, 0, 0, 14, 65 -translations/source/ru/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/ru/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -translations/source/ru/scp2/source/calc.po, 22, 94, 97, 0, 0, 0, 0, 22, 94 -translations/source/ru/scp2/source/draw.po, 41, 149, 147, 0, 0, 0, 0, 41, 149 -translations/source/ru/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -translations/source/ru/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/ru/scp2/source/graphicfilter.po, 30, 101, 118, 0, 0, 0, 0, 30, 101 -translations/source/ru/scp2/source/impress.po, 21, 81, 78, 0, 0, 0, 0, 21, 81 -translations/source/ru/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/ru/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/ru/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -translations/source/ru/scp2/source/ooo.po, 582, 2024, 2032, 0, 0, 0, 0, 582, 2024 -translations/source/ru/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/ru/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/ru/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/ru/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -translations/source/ru/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ru/sd/messages.po, 1319, 2951, 2796, 0, 0, 0, 0, 1319, 2951 -translations/source/ru/setup_native/source/mac.po, 23, 131, 113, 0, 0, 0, 0, 23, 131 -translations/source/ru/sfx2/messages.po, 581, 2226, 1873, 0, 0, 0, 0, 581, 2226 -translations/source/ru/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/ru/starmath/messages.po, 505, 968, 939, 0, 0, 0, 0, 505, 968 -translations/source/ru/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ru/svtools/messages.po, 912, 2603, 2381, 0, 0, 2, 8, 914, 2611 -translations/source/ru/svx/messages.po, 2846, 7224, 6725, 0, 0, 0, 0, 2846, 7224 -translations/source/ru/sw/messages.po, 3441, 7740, 7423, 0, 0, 0, 0, 3441, 7740 -translations/source/ru/swext/mediawiki/help.po, 89, 1404, 1075, 0, 0, 0, 0, 89, 1404 -translations/source/ru/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ru/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 129, 0, 0, 0, 0, 32, 181 -translations/source/ru/sysui/desktop/share.po, 66, 277, 278, 0, 0, 0, 0, 66, 277 -translations/source/ru/uui/messages.po, 157, 1554, 1196, 0, 0, 0, 0, 157, 1554 -translations/source/ru/vcl/messages.po, 354, 727, 681, 0, 0, 2, 10, 356, 737 -translations/source/ru/wizards/messages.po, 265, 1042, 830, 0, 0, 0, 0, 265, 1042 -translations/source/ru/wizards/source/resources.po, 554, 2286, 1788, 0, 0, 0, 0, 554, 2286 -translations/source/ru/writerperfect/messages.po, 30, 65, 64, 0, 0, 0, 0, 30, 65 -translations/source/ru/xmlsecurity/messages.po, 91, 424, 319, 0, 0, 0, 0, 91, 424 -translations/source/rw/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/rw/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/rw/basctl/messages.po, 116, 487, 403, 20, 22, 19, 102, 155, 611 -translations/source/rw/basic/messages.po, 10, 21, 17, 118, 500, 7, 28, 135, 549 -translations/source/rw/chart2/messages.po, 216, 415, 433, 160, 313, 244, 640, 620, 1368 -translations/source/rw/connectivity/messages.po, 6, 61, 47, 8, 56, 92, 930, 106, 1047 -translations/source/rw/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/rw/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/rw/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/rw/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 6, 0, 0, 1, 2, 3, 5 -translations/source/rw/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/rw/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/rw/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/rw/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/rw/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/rw/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/rw/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/rw/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/rw/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/rw/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/rw/cui/messages.po, 475, 650, 648, 658, 1037, 1210, 3871, 2343, 5558 -translations/source/rw/dbaccess/messages.po, 358, 2163, 1648, 226, 1017, 228, 1330, 812, 4510 -translations/source/rw/desktop/messages.po, 85, 362, 318, 24, 119, 53, 744, 162, 1225 -translations/source/rw/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/rw/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/rw/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/rw/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/rw/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/rw/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/rw/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/rw/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/rw/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/rw/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/rw/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/rw/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/rw/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/rw/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/rw/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/rw/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/rw/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/rw/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/rw/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/rw/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/rw/dictionaries/ru_RU/dialog.po, 2, 2, 3, 2, 4, 10, 20, 14, 26 -translations/source/rw/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/rw/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/rw/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/rw/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/rw/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/rw/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/rw/editeng/messages.po, 69, 112, 122, 63, 105, 133, 439, 265, 656 -translations/source/rw/extensions/messages.po, 388, 945, 892, 210, 826, 65, 328, 663, 2099 -translations/source/rw/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/rw/extras/source/autocorr/emoji.po, 43, 39, 39, 182, 174, 1350, 1604, 1575, 1817 -translations/source/rw/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/rw/filter/messages.po, 43, 162, 136, 29, 57, 150, 599, 222, 818 -translations/source/rw/filter/source/config/fragments/filters.po, 78, 268, 285, 10, 25, 132, 439, 220, 732 -translations/source/rw/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 132, 0, 0, 3, 12, 38, 139 -translations/source/rw/filter/source/config/fragments/types.po, 15, 41, 49, 3, 12, 20, 68, 38, 121 -translations/source/rw/forms/messages.po, 54, 314, 243, 1, 2, 3, 14, 58, 330 -translations/source/rw/formula/messages.po, 292, 295, 297, 64, 87, 82, 132, 438, 514 -translations/source/rw/fpicker/messages.po, 31, 77, 72, 15, 45, 15, 41, 61, 163 -translations/source/rw/framework/messages.po, 14, 152, 117, 6, 14, 9, 44, 29, 210 -translations/source/rw/instsetoo_native/inc_openoffice/windows/msi_languages.po, 530, 4038, 3570, 7, 96, 20, 220, 557, 4354 -translations/source/rw/librelogo/source/pythonpath.po, 14, 16, 16, 45, 47, 79, 110, 138, 173 -translations/source/rw/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/rw/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/rw/nlpsolver/src/locale.po, 10, 10, 10, 3, 4, 28, 91, 41, 105 -translations/source/rw/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/rw/officecfg/registry/data/org/openoffice/Office.po, 1187, 1274, 1602, 8, 11, 113, 556, 1308, 1841 -translations/source/rw/officecfg/registry/data/org/openoffice/Office/UI.po, 2251, 4459, 4686, 578, 1090, 848, 2173, 3677, 7722 -translations/source/rw/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/rw/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/rw/reportdesign/messages.po, 169, 391, 387, 57, 112, 32, 114, 258, 617 -translations/source/rw/sc/messages.po, 2170, 10770, 8016, 965, 2646, 1551, 6844, 4686, 20260 -translations/source/rw/scaddins/messages.po, 781, 2471, 2082, 23, 79, 97, 638, 901, 3188 -translations/source/rw/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/rw/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/rw/scp2/source/base.po, 8, 40, 46, 0, 0, 2, 4, 10, 44 -translations/source/rw/scp2/source/calc.po, 15, 48, 50, 4, 33, 3, 13, 22, 94 -translations/source/rw/scp2/source/draw.po, 13, 52, 54, 1, 5, 27, 92, 41, 149 -translations/source/rw/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/rw/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/rw/scp2/source/graphicfilter.po, 28, 91, 95, 0, 0, 2, 10, 30, 101 -translations/source/rw/scp2/source/impress.po, 17, 66, 72, 2, 8, 2, 7, 21, 81 -translations/source/rw/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/rw/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/rw/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/rw/scp2/source/ooo.po, 206, 271, 276, 145, 702, 231, 1051, 582, 2024 -translations/source/rw/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/rw/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/rw/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -translations/source/rw/scp2/source/writer.po, 17, 50, 56, 2, 7, 8, 57, 27, 114 -translations/source/rw/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/rw/sd/messages.po, 387, 925, 834, 337, 625, 595, 1401, 1319, 2951 -translations/source/rw/setup_native/source/mac.po, 2, 2, 2, 4, 10, 17, 119, 23, 131 -translations/source/rw/sfx2/messages.po, 174, 464, 392, 130, 364, 277, 1398, 581, 2226 -translations/source/rw/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -translations/source/rw/starmath/messages.po, 273, 475, 461, 102, 144, 129, 348, 504, 967 -translations/source/rw/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/rw/svtools/messages.po, 507, 1266, 1213, 73, 189, 334, 1156, 914, 2611 -translations/source/rw/svx/messages.po, 1305, 2949, 2924, 552, 1268, 989, 3007, 2846, 7224 -translations/source/rw/sw/messages.po, 1248, 2040, 2200, 1045, 1955, 1147, 3744, 3440, 7739 -translations/source/rw/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -translations/source/rw/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/rw/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 9, 9, 19, 168, 32, 181 -translations/source/rw/sysui/desktop/share.po, 35, 125, 145, 13, 66, 18, 86, 66, 277 -translations/source/rw/uui/messages.po, 65, 595, 486, 24, 139, 68, 820, 157, 1554 -translations/source/rw/vcl/messages.po, 131, 180, 168, 43, 81, 182, 476, 356, 737 -translations/source/rw/wizards/messages.po, 229, 985, 819, 12, 13, 24, 44, 265, 1042 -translations/source/rw/wizards/source/resources.po, 447, 1847, 1495, 49, 239, 58, 200, 554, 2286 -translations/source/rw/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/rw/xmlsecurity/messages.po, 20, 39, 35, 16, 58, 55, 327, 91, 424 -translations/source/sa-IN/accessibility/messages.po, 7, 13, 10, 1, 1, 3, 13, 11, 27 -translations/source/sa-IN/avmedia/messages.po, 16, 26, 20, 1, 1, 5, 18, 22, 45 -translations/source/sa-IN/basctl/messages.po, 111, 443, 326, 33, 49, 11, 119, 155, 611 -translations/source/sa-IN/basic/messages.po, 17, 49, 43, 118, 500, 0, 0, 135, 549 -translations/source/sa-IN/chart2/messages.po, 340, 737, 573, 150, 310, 130, 321, 620, 1368 -translations/source/sa-IN/connectivity/messages.po, 94, 914, 602, 8, 56, 4, 77, 106, 1047 -translations/source/sa-IN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sa-IN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sa-IN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sa-IN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/sa-IN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sa-IN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sa-IN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sa-IN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/sa-IN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/sa-IN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sa-IN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sa-IN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sa-IN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sa-IN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sa-IN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sa-IN/cui/messages.po, 843, 1840, 1524, 740, 1300, 760, 2418, 2343, 5558 -translations/source/sa-IN/dbaccess/messages.po, 477, 2736, 1948, 235, 1272, 100, 502, 812, 4510 -translations/source/sa-IN/desktop/messages.po, 104, 474, 353, 33, 382, 25, 369, 162, 1225 -translations/source/sa-IN/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sa-IN/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/bg_BG.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sa-IN/dictionaries/br_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/sa-IN/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/sa-IN/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sa-IN/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/sa-IN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sa-IN/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sa-IN/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sa-IN/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sa-IN/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sa-IN/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -translations/source/sa-IN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sa-IN/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sa-IN/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/sa-IN/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sa-IN/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/sa-IN/dictionaries/oc_FR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sa-IN/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sa-IN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sa-IN/dictionaries/pt_PT.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/sa-IN/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sa-IN/dictionaries/ru_RU/dialog.po, 4, 4, 4, 2, 4, 8, 18, 14, 26 -translations/source/sa-IN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sa-IN/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/sa-IN/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sa-IN/dictionaries/sw_TZ.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/sa-IN/dictionaries/th_TH.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sa-IN/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sa-IN/dictionaries/vi.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/dictionaries/zu_ZA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sa-IN/editeng/messages.po, 178, 479, 411, 72, 118, 15, 59, 265, 656 -translations/source/sa-IN/extensions/messages.po, 419, 1244, 839, 201, 677, 43, 178, 663, 2099 -translations/source/sa-IN/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sa-IN/extras/source/autocorr/emoji.po, 46, 43, 43, 193, 184, 1336, 1590, 1575, 1817 -translations/source/sa-IN/extras/source/gallery/share.po, 6, 8, 7, 2, 2, 4, 5, 12, 15 -translations/source/sa-IN/filter/messages.po, 94, 389, 307, 37, 102, 91, 327, 222, 818 -translations/source/sa-IN/filter/source/config/fragments/filters.po, 86, 303, 248, 12, 34, 122, 395, 220, 732 -translations/source/sa-IN/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 102, 0, 0, 3, 12, 38, 139 -translations/source/sa-IN/filter/source/config/fragments/types.po, 20, 62, 52, 3, 13, 15, 46, 38, 121 -translations/source/sa-IN/forms/messages.po, 54, 314, 202, 1, 2, 3, 14, 58, 330 -translations/source/sa-IN/formula/messages.po, 98, 101, 103, 70, 74, 265, 334, 433, 509 -translations/source/sa-IN/fpicker/messages.po, 30, 76, 72, 17, 48, 14, 39, 61, 163 -translations/source/sa-IN/framework/messages.po, 18, 167, 140, 6, 14, 5, 29, 29, 210 -translations/source/sa-IN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 3043, 8, 98, 18, 216, 557, 4354 -translations/source/sa-IN/librelogo/source/pythonpath.po, 34, 36, 41, 39, 41, 65, 96, 138, 173 -translations/source/sa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 41, 41, 0, 0, 46, 652, 49, 693 -translations/source/sa-IN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/sa-IN/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -translations/source/sa-IN/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office.po, 1238, 1499, 1506, 23, 54, 47, 288, 1308, 1841 -translations/source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po, 2318, 4631, 3555, 569, 1062, 790, 2029, 3677, 7722 -translations/source/sa-IN/readlicense_oo/docs.po, 67, 1304, 1045, 2, 86, 34, 1013, 103, 2403 -translations/source/sa-IN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/sa-IN/reportdesign/messages.po, 191, 462, 352, 55, 124, 12, 31, 258, 617 -translations/source/sa-IN/sc/messages.po, 2478, 11965, 7096, 990, 2762, 1218, 5533, 4686, 20260 -translations/source/sa-IN/scaddins/messages.po, 785, 2475, 1395, 21, 77, 95, 636, 901, 3188 -translations/source/sa-IN/sccomp/messages.po, 11, 47, 31, 1, 4, 2, 14, 14, 65 -translations/source/sa-IN/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/sa-IN/scp2/source/base.po, 8, 40, 33, 0, 0, 2, 4, 10, 44 -translations/source/sa-IN/scp2/source/calc.po, 15, 48, 44, 5, 37, 2, 9, 22, 94 -translations/source/sa-IN/scp2/source/draw.po, 13, 52, 47, 1, 5, 27, 92, 41, 149 -translations/source/sa-IN/scp2/source/extensions.po, 1, 14, 14, 3, 9, 12, 42, 16, 65 -translations/source/sa-IN/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/sa-IN/scp2/source/graphicfilter.po, 28, 91, 88, 0, 0, 2, 10, 30, 101 -translations/source/sa-IN/scp2/source/impress.po, 17, 66, 59, 3, 12, 1, 3, 21, 81 -translations/source/sa-IN/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/sa-IN/scp2/source/math.po, 10, 42, 35, 0, 0, 0, 0, 10, 42 -translations/source/sa-IN/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/sa-IN/scp2/source/ooo.po, 267, 459, 427, 153, 772, 162, 793, 582, 2024 -translations/source/sa-IN/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/sa-IN/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/sa-IN/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/sa-IN/scp2/source/writer.po, 20, 62, 49, 2, 7, 5, 45, 27, 114 -translations/source/sa-IN/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/sa-IN/sd/messages.po, 484, 1140, 924, 358, 679, 477, 1132, 1319, 2951 -translations/source/sa-IN/setup_native/source/mac.po, 17, 108, 85, 5, 22, 1, 1, 23, 131 -translations/source/sa-IN/sfx2/messages.po, 186, 557, 456, 166, 433, 229, 1236, 581, 2226 -translations/source/sa-IN/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/sa-IN/starmath/messages.po, 270, 472, 367, 113, 159, 117, 332, 500, 963 -translations/source/sa-IN/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sa-IN/svtools/messages.po, 583, 1422, 1196, 79, 187, 252, 1002, 914, 2611 -translations/source/sa-IN/svx/messages.po, 1524, 3530, 2616, 590, 1371, 732, 2323, 2846, 7224 -translations/source/sa-IN/sw/messages.po, 1544, 3149, 2598, 1068, 2077, 829, 2514, 3441, 7740 -translations/source/sa-IN/swext/mediawiki/help.po, 44, 304, 217, 24, 702, 21, 398, 89, 1404 -translations/source/sa-IN/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -translations/source/sa-IN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 125, 0, 0, 0, 0, 32, 181 -translations/source/sa-IN/sysui/desktop/share.po, 39, 155, 115, 14, 66, 13, 56, 66, 277 -translations/source/sa-IN/uui/messages.po, 103, 949, 676, 26, 163, 28, 442, 157, 1554 -translations/source/sa-IN/vcl/messages.po, 150, 243, 235, 55, 117, 151, 377, 356, 737 -translations/source/sa-IN/wizards/messages.po, 221, 975, 628, 20, 23, 24, 44, 265, 1042 -translations/source/sa-IN/wizards/source/resources.po, 418, 1817, 1224, 88, 295, 48, 174, 554, 2286 -translations/source/sa-IN/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/sa-IN/xmlsecurity/messages.po, 32, 131, 116, 20, 106, 39, 187, 91, 424 -translations/source/sah/accessibility/messages.po, 1, 1, 1, 0, 0, 10, 26, 11, 27 -translations/source/sah/avmedia/messages.po, 0, 0, 0, 0, 0, 22, 45, 22, 45 -translations/source/sah/basctl/messages.po, 0, 0, 0, 0, 0, 155, 611, 155, 611 -translations/source/sah/basic/messages.po, 0, 0, 0, 8, 23, 127, 526, 135, 549 -translations/source/sah/chart2/messages.po, 0, 0, 0, 0, 0, 620, 1368, 620, 1368 -translations/source/sah/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/sah/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sah/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sah/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sah/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/sah/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sah/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sah/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sah/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/sah/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sah/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sah/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sah/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sah/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sah/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sah/cui/messages.po, 0, 0, 0, 9, 12, 2334, 5546, 2343, 5558 -translations/source/sah/dbaccess/messages.po, 2, 2, 2, 3, 3, 807, 4505, 812, 4510 -translations/source/sah/desktop/messages.po, 0, 0, 0, 0, 0, 162, 1225, 162, 1225 -translations/source/sah/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sah/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/sah/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/sah/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sah/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/sah/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sah/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sah/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sah/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sah/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sah/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -translations/source/sah/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sah/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sah/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sah/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/sah/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sah/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sah/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sah/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/sah/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sah/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -translations/source/sah/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sah/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sah/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sah/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sah/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sah/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/editeng/messages.po, 0, 0, 0, 0, 0, 265, 656, 265, 656 -translations/source/sah/extensions/messages.po, 0, 0, 0, 0, 0, 663, 2099, 663, 2099 -translations/source/sah/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sah/extras/source/autocorr/emoji.po, 0, 0, 0, 19, 0, 1556, 1817, 1575, 1817 -translations/source/sah/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -translations/source/sah/filter/messages.po, 0, 0, 0, 0, 0, 222, 818, 222, 818 -translations/source/sah/filter/source/config/fragments/filters.po, 0, 0, 0, 4, 11, 216, 721, 220, 732 -translations/source/sah/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/sah/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -translations/source/sah/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -translations/source/sah/formula/messages.po, 0, 0, 0, 2, 2, 436, 512, 438, 514 -translations/source/sah/fpicker/messages.po, 0, 0, 0, 0, 0, 61, 163, 61, 163 -translations/source/sah/framework/messages.po, 0, 0, 0, 0, 0, 29, 210, 29, 210 -translations/source/sah/instsetoo_native/inc_openoffice/windows/msi_languages.po, 0, 0, 0, 0, 0, 557, 4354, 557, 4354 -translations/source/sah/librelogo/source/pythonpath.po, 0, 0, 0, 1, 3, 137, 170, 138, 173 -translations/source/sah/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -translations/source/sah/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/sah/nlpsolver/src/locale.po, 0, 0, 0, 0, 0, 41, 105, 41, 105 -translations/source/sah/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/sah/officecfg/registry/data/org/openoffice/Office.po, 41, 57, 58, 0, 0, 1267, 1784, 1308, 1841 -translations/source/sah/officecfg/registry/data/org/openoffice/Office/UI.po, 1, 1, 1, 16, 18, 3660, 7703, 3677, 7722 -translations/source/sah/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/sah/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/sah/reportdesign/messages.po, 0, 0, 0, 1, 1, 257, 616, 258, 617 -translations/source/sah/sc/messages.po, 2, 2, 2, 18, 20, 4666, 20238, 4686, 20260 -translations/source/sah/scaddins/messages.po, 0, 0, 0, 0, 0, 901, 3188, 901, 3188 -translations/source/sah/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/sah/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/sah/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -translations/source/sah/scp2/source/calc.po, 0, 0, 0, 1, 1, 21, 93, 22, 94 -translations/source/sah/scp2/source/draw.po, 0, 0, 0, 1, 1, 40, 148, 41, 149 -translations/source/sah/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -translations/source/sah/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/sah/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/sah/scp2/source/impress.po, 0, 0, 0, 1, 1, 20, 80, 21, 81 -translations/source/sah/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/sah/scp2/source/math.po, 0, 0, 0, 0, 0, 10, 42, 10, 42 -translations/source/sah/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/sah/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -translations/source/sah/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/sah/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/sah/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/sah/scp2/source/writer.po, 0, 0, 0, 1, 2, 26, 112, 27, 114 -translations/source/sah/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/sah/sd/messages.po, 0, 0, 0, 7, 8, 1312, 2943, 1319, 2951 -translations/source/sah/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -translations/source/sah/sfx2/messages.po, 4, 4, 5, 2, 3, 575, 2219, 581, 2226 -translations/source/sah/shell/source/win32/shlxthandler/res.po, 0, 0, 0, 0, 0, 37, 45, 37, 45 -translations/source/sah/starmath/messages.po, 0, 0, 0, 1, 1, 504, 967, 505, 968 -translations/source/sah/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sah/svtools/messages.po, 0, 0, 0, 6, 8, 908, 2603, 914, 2611 -translations/source/sah/svx/messages.po, 2, 2, 2, 2, 2, 2842, 7220, 2846, 7224 -translations/source/sah/sw/messages.po, 1, 1, 1, 9, 11, 3431, 7728, 3441, 7740 -translations/source/sah/swext/mediawiki/help.po, 0, 0, 0, 0, 0, 89, 1404, 89, 1404 -translations/source/sah/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/sah/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/sah/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 0, 0, 0, 0, 0, 32, 181, 32, 181 -translations/source/sah/sysui/desktop/share.po, 0, 0, 0, 3, 4, 63, 273, 66, 277 -translations/source/sah/uui/messages.po, 0, 0, 0, 0, 0, 157, 1554, 157, 1554 -translations/source/sah/vcl/messages.po, 0, 0, 0, 0, 0, 356, 737, 356, 737 -translations/source/sah/wizards/messages.po, 0, 0, 0, 0, 0, 265, 1042, 265, 1042 -translations/source/sah/wizards/source/resources.po, 0, 0, 0, 2, 3, 552, 2283, 554, 2286 -translations/source/sah/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -translations/source/sah/xmlsecurity/messages.po, 0, 0, 0, 1, 2, 90, 422, 91, 424 -translations/source/sat/accessibility/messages.po, 8, 14, 18, 0, 0, 3, 13, 11, 27 -translations/source/sat/avmedia/messages.po, 16, 26, 30, 1, 1, 5, 18, 22, 45 -translations/source/sat/basctl/messages.po, 123, 529, 865, 26, 41, 6, 41, 155, 611 -translations/source/sat/basic/messages.po, 17, 49, 67, 118, 500, 0, 0, 135, 549 -translations/source/sat/chart2/messages.po, 376, 815, 1039, 138, 263, 106, 290, 620, 1368 -translations/source/sat/connectivity/messages.po, 104, 1017, 1063, 0, 0, 2, 30, 106, 1047 -translations/source/sat/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sat/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sat/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sat/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 5, 0, 0, 1, 2, 3, 5 -translations/source/sat/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sat/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sat/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sat/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 1, 2, 2, 3 -translations/source/sat/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sat/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sat/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sat/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sat/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sat/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sat/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sat/cui/messages.po, 1116, 2802, 3582, 788, 1438, 439, 1318, 2343, 5558 -translations/source/sat/dbaccess/messages.po, 518, 2925, 4502, 238, 1329, 56, 256, 812, 4510 -translations/source/sat/desktop/messages.po, 109, 544, 742, 23, 153, 30, 528, 162, 1225 -translations/source/sat/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/sat/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sat/dictionaries/ar.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -translations/source/sat/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sat/dictionaries/bg_BG.po, 1, 7, 17, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sat/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/ca.po, 1, 7, 32, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/sat/dictionaries/da_DK.po, 1, 7, 15, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/sat/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/sat/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sat/dictionaries/en/dialog.po, 0, 0, 0, 4, 6, 33, 170, 37, 176 -translations/source/sat/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sat/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sat/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sat/dictionaries/fr_FR.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sat/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sat/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sat/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sat/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sat/dictionaries/hu_HU/dialog.po, 2, 2, 2, 6, 9, 24, 60, 32, 71 -translations/source/sat/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sat/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sat/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sat/dictionaries/it_IT.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/sat/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sat/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sat/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sat/dictionaries/ne_NP.po, 1, 5, 12, 0, 0, 0, 0, 1, 5 -translations/source/sat/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sat/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/sat/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/pl_PL.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sat/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sat/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sat/dictionaries/pt_PT.po, 1, 8, 17, 0, 0, 0, 0, 1, 8 -translations/source/sat/dictionaries/ro.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sat/dictionaries/ru_RU/dialog.po, 3, 3, 8, 3, 5, 8, 18, 14, 26 -translations/source/sat/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/sat/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sat/dictionaries/sk_SK.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/sl_SI.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sat/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sat/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sat/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/sat/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sat/dictionaries/uk_UA.po, 1, 7, 16, 0, 0, 0, 0, 1, 7 -translations/source/sat/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/dictionaries/zu_ZA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sat/editeng/messages.po, 183, 510, 785, 74, 116, 8, 30, 265, 656 -translations/source/sat/extensions/messages.po, 405, 1286, 1735, 212, 645, 46, 168, 663, 2099 -translations/source/sat/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sat/extras/source/autocorr/emoji.po, 42, 37, 39, 193, 186, 1340, 1594, 1575, 1817 -translations/source/sat/extras/source/gallery/share.po, 11, 14, 22, 0, 0, 1, 1, 12, 15 -translations/source/sat/filter/messages.po, 105, 413, 455, 41, 111, 76, 294, 222, 818 -translations/source/sat/filter/source/config/fragments/filters.po, 86, 303, 415, 13, 37, 121, 392, 220, 732 -translations/source/sat/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 174, 0, 0, 3, 12, 38, 139 -translations/source/sat/filter/source/config/fragments/types.po, 21, 69, 80, 4, 16, 13, 36, 38, 121 -translations/source/sat/forms/messages.po, 54, 314, 551, 1, 2, 3, 14, 58, 330 -translations/source/sat/formula/messages.po, 281, 284, 299, 96, 122, 59, 106, 436, 512 -translations/source/sat/fpicker/messages.po, 29, 75, 135, 20, 55, 12, 33, 61, 163 -translations/source/sat/framework/messages.po, 19, 182, 263, 7, 16, 3, 12, 29, 210 -translations/source/sat/instsetoo_native/inc_openoffice/windows/msi_languages.po, 531, 4040, 9141, 8, 98, 18, 216, 557, 4354 -translations/source/sat/librelogo/source/pythonpath.po, 39, 40, 56, 38, 40, 61, 93, 138, 173 -translations/source/sat/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 4, 61, 67, 0, 0, 45, 632, 49, 693 -translations/source/sat/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/sat/nlpsolver/src/locale.po, 7, 7, 9, 6, 7, 28, 91, 41, 105 -translations/source/sat/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/sat/officecfg/registry/data/org/openoffice/Office.po, 993, 1239, 4026, 284, 349, 31, 253, 1308, 1841 -translations/source/sat/officecfg/registry/data/org/openoffice/Office/UI.po, 1694, 3851, 6361, 1338, 2213, 645, 1658, 3677, 7722 -translations/source/sat/readlicense_oo/docs.po, 76, 1517, 2997, 2, 86, 25, 800, 103, 2403 -translations/source/sat/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 21, 0, 0, 0, 0, 6, 20 -translations/source/sat/reportdesign/messages.po, 157, 408, 505, 90, 184, 11, 25, 258, 617 -translations/source/sat/sc/messages.po, 2702, 12578, 15227, 1000, 2865, 984, 4817, 4686, 20260 -translations/source/sat/scaddins/messages.po, 786, 2457, 2424, 24, 99, 91, 632, 901, 3188 -translations/source/sat/sccomp/messages.po, 11, 47, 70, 1, 4, 2, 14, 14, 65 -translations/source/sat/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/sat/scp2/source/base.po, 8, 40, 49, 0, 0, 2, 4, 10, 44 -translations/source/sat/scp2/source/calc.po, 15, 48, 50, 5, 37, 2, 9, 22, 94 -translations/source/sat/scp2/source/draw.po, 13, 52, 56, 1, 5, 27, 92, 41, 149 -translations/source/sat/scp2/source/extensions.po, 1, 14, 14, 3, 9, 12, 42, 16, 65 -translations/source/sat/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/sat/scp2/source/graphicfilter.po, 28, 91, 89, 0, 0, 2, 10, 30, 101 -translations/source/sat/scp2/source/impress.po, 17, 66, 153, 3, 12, 1, 3, 21, 81 -translations/source/sat/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/sat/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/sat/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -translations/source/sat/scp2/source/ooo.po, 482, 1754, 2633, 76, 185, 24, 85, 582, 2024 -translations/source/sat/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -translations/source/sat/scp2/source/quickstart.po, 2, 15, 18, 0, 0, 0, 0, 2, 15 -translations/source/sat/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/sat/scp2/source/writer.po, 21, 65, 110, 1, 4, 5, 45, 27, 114 -translations/source/sat/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/sat/sd/messages.po, 563, 1322, 2122, 356, 706, 400, 923, 1319, 2951 -translations/source/sat/setup_native/source/mac.po, 17, 109, 128, 6, 22, 0, 0, 23, 131 -translations/source/sat/sfx2/messages.po, 226, 685, 990, 178, 486, 177, 1055, 581, 2226 -translations/source/sat/shell/source/win32/shlxthandler/res.po, 18, 22, 35, 19, 23, 0, 0, 37, 45 -translations/source/sat/starmath/messages.po, 284, 479, 599, 118, 198, 96, 284, 498, 961 -translations/source/sat/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sat/svtools/messages.po, 612, 1534, 2356, 77, 173, 225, 904, 914, 2611 -translations/source/sat/svx/messages.po, 1730, 4119, 6038, 602, 1402, 514, 1703, 2846, 7224 -translations/source/sat/sw/messages.po, 1729, 3602, 4914, 1030, 1996, 682, 2142, 3441, 7740 -translations/source/sat/swext/mediawiki/help.po, 35, 287, 390, 26, 657, 28, 460, 89, 1404 -translations/source/sat/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 6, 0, 0, 0, 0, 2, 3 -translations/source/sat/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 20, 168, 180, 11, 11, 1, 2, 32, 181 -translations/source/sat/sysui/desktop/share.po, 32, 138, 255, 23, 89, 11, 50, 66, 277 -translations/source/sat/uui/messages.po, 119, 1082, 1552, 19, 152, 19, 320, 157, 1554 -translations/source/sat/vcl/messages.po, 166, 282, 447, 67, 136, 123, 319, 356, 737 -translations/source/sat/wizards/messages.po, 219, 975, 1786, 23, 23, 23, 44, 265, 1042 -translations/source/sat/wizards/source/resources.po, 390, 1795, 2850, 117, 330, 47, 161, 554, 2286 -translations/source/sat/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/sat/xmlsecurity/messages.po, 53, 221, 296, 20, 133, 18, 70, 91, 424 -translations/source/sd/accessibility/messages.po, 7, 13, 15, 0, 0, 4, 14, 11, 27 -translations/source/sd/avmedia/messages.po, 16, 26, 28, 1, 1, 5, 18, 22, 45 -translations/source/sd/basctl/messages.po, 110, 442, 652, 34, 50, 11, 119, 155, 611 -translations/source/sd/basic/messages.po, 18, 52, 67, 117, 497, 0, 0, 135, 549 -translations/source/sd/chart2/messages.po, 306, 670, 823, 180, 352, 134, 346, 620, 1368 -translations/source/sd/connectivity/messages.po, 93, 900, 1021, 8, 56, 5, 91, 106, 1047 -translations/source/sd/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sd/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sd/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sd/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -translations/source/sd/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sd/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sd/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sd/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/sd/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sd/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sd/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sd/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sd/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sd/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sd/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sd/cui/messages.po, 967, 2219, 2969, 734, 1283, 642, 2056, 2343, 5558 -translations/source/sd/dbaccess/messages.po, 468, 2575, 3272, 247, 1259, 97, 676, 812, 4510 -translations/source/sd/desktop/messages.po, 105, 472, 601, 22, 131, 35, 622, 162, 1225 -translations/source/sd/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sd/dictionaries/an_ES.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sd/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sd/dictionaries/be_BY.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sd/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sd/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sd/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/sd/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/de.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/sd/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/sd/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sd/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/sd/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -translations/source/sd/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sd/dictionaries/et_EE.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sd/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sd/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sd/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sd/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/hr_HR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sd/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sd/dictionaries/hu_HU/dialog.po, 2, 2, 3, 6, 9, 24, 60, 32, 71 -translations/source/sd/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -translations/source/sd/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sd/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sd/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/sd/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sd/dictionaries/lt_LT.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sd/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sd/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sd/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sd/dictionaries/no.po, 0, 0, 0, 1, 10, 0, 0, 1, 10 -translations/source/sd/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sd/dictionaries/pt_BR/dialog.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -translations/source/sd/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -translations/source/sd/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -translations/source/sd/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sd/dictionaries/ru_RU/dialog.po, 4, 4, 5, 2, 4, 8, 18, 14, 26 -translations/source/sd/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 5, 0, 0, 1, 3, 2, 5 -translations/source/sd/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sd/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sd/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/sd/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sd/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/sd/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sd/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sd/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sd/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/sd/editeng/messages.po, 176, 483, 676, 75, 122, 14, 51, 265, 656 -translations/source/sd/extensions/messages.po, 396, 998, 1486, 213, 726, 54, 375, 663, 2099 -translations/source/sd/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sd/extras/source/autocorr/emoji.po, 40, 36, 36, 199, 191, 1336, 1590, 1575, 1817 -translations/source/sd/extras/source/gallery/share.po, 6, 8, 8, 2, 2, 4, 5, 12, 15 -translations/source/sd/filter/messages.po, 95, 391, 495, 44, 115, 83, 312, 222, 818 -translations/source/sd/filter/source/config/fragments/filters.po, 87, 306, 385, 12, 34, 121, 392, 220, 732 -translations/source/sd/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 170, 0, 0, 3, 12, 38, 139 -translations/source/sd/filter/source/config/fragments/types.po, 20, 65, 77, 4, 16, 14, 40, 38, 121 -translations/source/sd/forms/messages.po, 54, 314, 356, 1, 2, 3, 14, 58, 330 -translations/source/sd/formula/messages.po, 97, 100, 114, 73, 77, 267, 336, 437, 513 -translations/source/sd/fpicker/messages.po, 29, 61, 88, 17, 48, 15, 54, 61, 163 -translations/source/sd/framework/messages.po, 14, 84, 90, 7, 16, 8, 110, 29, 210 -translations/source/sd/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4034, 4565, 8, 98, 18, 216, 555, 4348 -translations/source/sd/librelogo/source/pythonpath.po, 30, 31, 40, 39, 41, 69, 101, 138, 173 -translations/source/sd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 3, 3, 0, 0, 47, 690, 49, 693 -translations/source/sd/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/sd/nlpsolver/src/locale.po, 6, 6, 6, 7, 8, 28, 91, 41, 105 -translations/source/sd/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/sd/officecfg/registry/data/org/openoffice/Office.po, 1268, 1537, 3443, 8, 39, 32, 265, 1308, 1841 -translations/source/sd/officecfg/registry/data/org/openoffice/Office/UI.po, 2403, 4861, 6780, 601, 1136, 673, 1725, 3677, 7722 -translations/source/sd/readlicense_oo/docs.po, 68, 1308, 1630, 2, 86, 33, 1009, 103, 2403 -translations/source/sd/reportbuilder/java/org/libreoffice/report/function/metadata.po, 2, 2, 2, 0, 0, 4, 18, 6, 20 -translations/source/sd/reportdesign/messages.po, 152, 401, 527, 94, 185, 12, 31, 258, 617 -translations/source/sd/sc/messages.po, 2206, 10670, 10899, 1270, 3481, 1210, 6109, 4686, 20260 -translations/source/sd/scaddins/messages.po, 788, 2467, 2563, 22, 89, 91, 632, 901, 3188 -translations/source/sd/sccomp/messages.po, 11, 47, 67, 1, 4, 2, 14, 14, 65 -translations/source/sd/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/sd/scp2/source/base.po, 8, 40, 54, 0, 0, 2, 4, 10, 44 -translations/source/sd/scp2/source/calc.po, 15, 48, 60, 5, 37, 2, 9, 22, 94 -translations/source/sd/scp2/source/draw.po, 13, 52, 73, 1, 5, 27, 92, 41, 149 -translations/source/sd/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/sd/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/sd/scp2/source/graphicfilter.po, 28, 91, 143, 0, 0, 2, 10, 30, 101 -translations/source/sd/scp2/source/impress.po, 17, 66, 82, 3, 12, 1, 3, 21, 81 -translations/source/sd/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/sd/scp2/source/math.po, 10, 42, 52, 0, 0, 0, 0, 10, 42 -translations/source/sd/scp2/source/onlineupdate.po, 2, 13, 15, 0, 0, 0, 0, 2, 13 -translations/source/sd/scp2/source/ooo.po, 513, 1755, 2357, 41, 166, 28, 103, 582, 2024 -translations/source/sd/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/sd/scp2/source/quickstart.po, 2, 15, 20, 0, 0, 0, 0, 2, 15 -translations/source/sd/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -translations/source/sd/scp2/source/writer.po, 21, 65, 92, 1, 4, 5, 45, 27, 114 -translations/source/sd/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/sd/sd/messages.po, 512, 1214, 1561, 352, 664, 455, 1073, 1319, 2951 -translations/source/sd/setup_native/source/mac.po, 19, 111, 117, 4, 20, 0, 0, 23, 131 -translations/source/sd/sfx2/messages.po, 200, 559, 747, 160, 398, 221, 1269, 581, 2226 -translations/source/sd/shell/source/win32/shlxthandler/res.po, 37, 45, 56, 0, 0, 0, 0, 37, 45 -translations/source/sd/starmath/messages.po, 298, 511, 644, 95, 143, 106, 308, 499, 962 -translations/source/sd/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sd/svtools/messages.po, 604, 1426, 1705, 77, 147, 233, 1038, 914, 2611 -translations/source/sd/svx/messages.po, 1534, 3511, 4678, 611, 1413, 701, 2300, 2846, 7224 -translations/source/sd/sw/messages.po, 1545, 3145, 4393, 1107, 2081, 789, 2514, 3441, 7740 -translations/source/sd/swext/mediawiki/help.po, 22, 110, 137, 25, 550, 42, 744, 89, 1404 -translations/source/sd/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 6, 0, 0, 0, 0, 2, 3 -translations/source/sd/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 22, 170, 201, 9, 9, 1, 2, 32, 181 -translations/source/sd/sysui/desktop/share.po, 43, 169, 198, 11, 54, 12, 54, 66, 277 -translations/source/sd/uui/messages.po, 100, 742, 901, 26, 163, 31, 649, 157, 1554 -translations/source/sd/vcl/messages.po, 166, 265, 346, 64, 127, 126, 345, 356, 737 -translations/source/sd/wizards/messages.po, 220, 976, 1205, 21, 22, 24, 44, 265, 1042 -translations/source/sd/wizards/source/resources.po, 395, 1800, 2059, 111, 323, 48, 163, 554, 2286 -translations/source/sd/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/sd/xmlsecurity/messages.po, 40, 124, 163, 20, 67, 31, 233, 91, 424 -translations/source/si/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -translations/source/si/avmedia/messages.po, 16, 26, 28, 1, 1, 5, 18, 22, 45 -translations/source/si/basctl/messages.po, 107, 403, 400, 29, 46, 19, 162, 155, 611 -translations/source/si/basic/messages.po, 12, 25, 27, 116, 494, 7, 30, 135, 549 -translations/source/si/chart2/messages.po, 255, 549, 570, 171, 289, 194, 530, 620, 1368 -translations/source/si/connectivity/messages.po, 100, 925, 778, 0, 0, 6, 122, 106, 1047 -translations/source/si/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/si/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/si/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/si/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 4, 0, 0, 1, 2, 3, 5 -translations/source/si/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/si/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/si/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/si/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/si/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/si/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/si/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/si/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/si/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/si/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/si/cui/messages.po, 979, 2200, 2443, 653, 1171, 711, 2187, 2343, 5558 -translations/source/si/dbaccess/messages.po, 429, 2562, 2354, 236, 1248, 147, 700, 812, 4510 -translations/source/si/desktop/messages.po, 94, 472, 475, 25, 153, 43, 600, 162, 1225 -translations/source/si/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/si/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/si/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/si/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/si/dictionaries/en/dialog.po, 4, 6, 9, 0, 0, 33, 170, 37, 176 -translations/source/si/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/si/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/si/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/si/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/si/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/si/dictionaries/hu_HU/dialog.po, 8, 11, 16, 0, 0, 24, 60, 32, 71 -translations/source/si/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/si/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/si/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/si/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/si/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/si/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/si/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/si/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/si/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/si/dictionaries/ru_RU/dialog.po, 5, 7, 9, 0, 0, 9, 19, 14, 26 -translations/source/si/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/si/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/si/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/si/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/si/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/si/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/editeng/messages.po, 197, 435, 469, 14, 20, 54, 201, 265, 656 -translations/source/si/extensions/messages.po, 404, 1063, 1140, 215, 780, 44, 256, 663, 2099 -translations/source/si/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/si/extras/source/autocorr/emoji.po, 43, 43, 43, 201, 190, 1331, 1584, 1575, 1817 -translations/source/si/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -translations/source/si/filter/messages.po, 73, 247, 251, 30, 55, 119, 516, 222, 818 -translations/source/si/filter/source/config/fragments/filters.po, 81, 277, 306, 10, 28, 129, 427, 220, 732 -translations/source/si/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 146, 0, 0, 3, 12, 38, 139 -translations/source/si/filter/source/config/fragments/types.po, 18, 53, 58, 2, 8, 18, 60, 38, 121 -translations/source/si/forms/messages.po, 54, 314, 266, 1, 2, 3, 14, 58, 330 -translations/source/si/formula/messages.po, 312, 315, 316, 57, 83, 63, 110, 432, 508 -translations/source/si/fpicker/messages.po, 31, 88, 96, 17, 40, 13, 35, 61, 163 -translations/source/si/framework/messages.po, 18, 167, 177, 6, 14, 5, 29, 29, 210 -translations/source/si/helpcontent2/source/auxiliary.po, 10, 10, 13, 0, 0, 95, 292, 105, 302 -translations/source/si/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1043, 0, 0, 20, 229, 103, 1345 -translations/source/si/helpcontent2/source/text/sbasic/shared.po, 2066, 10046, 9642, 0, 0, 2439, 25385, 4505, 35431 -translations/source/si/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 312, 0, 0, 10, 129, 67, 465 -translations/source/si/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1037, 0, 0, 15, 343, 198, 1482 -translations/source/si/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/si/helpcontent2/source/text/scalc.po, 144, 579, 600, 0, 0, 43, 407, 187, 986 -translations/source/si/helpcontent2/source/text/scalc/00.po, 8, 13, 19, 0, 0, 193, 932, 201, 945 -translations/source/si/helpcontent2/source/text/scalc/01.po, 1156, 3251, 2788, 0, 0, 6339, 69904, 7495, 73155 -translations/source/si/helpcontent2/source/text/scalc/02.po, 14, 20, 21, 0, 0, 109, 790, 123, 810 -translations/source/si/helpcontent2/source/text/scalc/04.po, 56, 137, 96, 0, 0, 131, 1360, 187, 1497 -translations/source/si/helpcontent2/source/text/scalc/05.po, 28, 42, 48, 0, 0, 109, 811, 137, 853 -translations/source/si/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/si/helpcontent2/source/text/scalc/guide.po, 68, 242, 225, 0, 0, 1401, 21351, 1469, 21593 -translations/source/si/helpcontent2/source/text/schart.po, 66, 403, 386, 0, 0, 30, 528, 96, 931 -translations/source/si/helpcontent2/source/text/schart/00.po, 30, 115, 120, 0, 0, 30, 232, 60, 347 -translations/source/si/helpcontent2/source/text/schart/01.po, 38, 91, 75, 0, 0, 934, 11735, 972, 11826 -translations/source/si/helpcontent2/source/text/schart/02.po, 22, 82, 74, 0, 0, 3, 35, 25, 117 -translations/source/si/helpcontent2/source/text/schart/04.po, 32, 133, 142, 0, 0, 0, 0, 32, 133 -translations/source/si/helpcontent2/source/text/sdraw.po, 100, 671, 725, 0, 0, 23, 61, 123, 732 -translations/source/si/helpcontent2/source/text/sdraw/00.po, 1, 4, 4, 0, 0, 1, 4, 2, 8 -translations/source/si/helpcontent2/source/text/sdraw/01.po, 0, 0, 0, 0, 0, 3, 12, 3, 12 -translations/source/si/helpcontent2/source/text/sdraw/04.po, 100, 445, 410, 0, 0, 3, 44, 103, 489 -translations/source/si/helpcontent2/source/text/sdraw/guide.po, 45, 435, 385, 0, 0, 230, 2637, 275, 3072 -translations/source/si/helpcontent2/source/text/shared.po, 128, 651, 533, 0, 0, 122, 1657, 250, 2308 -translations/source/si/helpcontent2/source/text/shared/00.po, 232, 523, 433, 0, 0, 1335, 15171, 1567, 15694 -translations/source/si/helpcontent2/source/text/shared/01.po, 1674, 7857, 7119, 0, 0, 3813, 44105, 5487, 51962 -translations/source/si/helpcontent2/source/text/shared/02.po, 715, 4058, 3511, 0, 0, 1467, 25064, 2182, 29122 -translations/source/si/helpcontent2/source/text/shared/04.po, 147, 349, 330, 0, 0, 166, 1722, 313, 2071 -translations/source/si/helpcontent2/source/text/shared/05.po, 12, 88, 80, 0, 0, 184, 2252, 196, 2340 -translations/source/si/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/si/helpcontent2/source/text/shared/07.po, 3, 27, 20, 0, 0, 4, 55, 7, 82 -translations/source/si/helpcontent2/source/text/shared/autokorr.po, 0, 0, 0, 0, 0, 48, 420, 48, 420 -translations/source/si/helpcontent2/source/text/shared/autopi.po, 62, 73, 75, 0, 0, 825, 8321, 887, 8394 -translations/source/si/helpcontent2/source/text/shared/explorer/database.po, 225, 590, 711, 0, 0, 1416, 18267, 1641, 18857 -translations/source/si/helpcontent2/source/text/shared/guide.po, 57, 335, 242, 0, 0, 2459, 36108, 2516, 36443 -translations/source/si/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/si/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/si/helpcontent2/source/text/shared/optionen.po, 154, 289, 257, 0, 0, 1780, 23062, 1934, 23351 -translations/source/si/helpcontent2/source/text/simpress.po, 143, 712, 702, 0, 0, 56, 683, 199, 1395 -translations/source/si/helpcontent2/source/text/simpress/00.po, 154, 873, 797, 0, 0, 9, 29, 163, 902 -translations/source/si/helpcontent2/source/text/simpress/01.po, 250, 824, 778, 0, 0, 796, 7690, 1046, 8514 -translations/source/si/helpcontent2/source/text/simpress/02.po, 272, 532, 569, 0, 0, 388, 5977, 660, 6509 -translations/source/si/helpcontent2/source/text/simpress/04.po, 151, 688, 617, 0, 0, 88, 450, 239, 1138 -translations/source/si/helpcontent2/source/text/simpress/guide.po, 99, 815, 734, 0, 0, 668, 9467, 767, 10282 -translations/source/si/helpcontent2/source/text/smath.po, 56, 609, 538, 0, 0, 4, 130, 60, 739 -translations/source/si/helpcontent2/source/text/smath/00.po, 53, 224, 206, 0, 0, 13, 131, 66, 355 -translations/source/si/helpcontent2/source/text/smath/01.po, 140, 195, 195, 0, 0, 1411, 13664, 1551, 13859 -translations/source/si/helpcontent2/source/text/smath/02.po, 6, 97, 70, 0, 0, 0, 0, 6, 97 -translations/source/si/helpcontent2/source/text/smath/04.po, 25, 130, 109, 0, 0, 1, 5, 26, 135 -translations/source/si/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/si/helpcontent2/source/text/smath/guide.po, 16, 118, 107, 0, 0, 88, 1075, 104, 1193 -translations/source/si/helpcontent2/source/text/swriter.po, 205, 1135, 1184, 0, 0, 131, 1811, 336, 2946 -translations/source/si/helpcontent2/source/text/swriter/00.po, 209, 1030, 1012, 0, 0, 101, 788, 310, 1818 -translations/source/si/helpcontent2/source/text/swriter/01.po, 866, 3680, 3522, 0, 0, 2480, 30113, 3346, 33793 -translations/source/si/helpcontent2/source/text/swriter/02.po, 275, 650, 684, 0, 0, 151, 2400, 426, 3050 -translations/source/si/helpcontent2/source/text/swriter/04.po, 153, 365, 361, 0, 0, 101, 911, 254, 1276 -translations/source/si/helpcontent2/source/text/swriter/guide.po, 459, 4156, 3734, 0, 0, 1685, 23781, 2144, 27937 -translations/source/si/helpcontent2/source/text/swriter/librelogo.po, 16, 17, 17, 0, 0, 310, 3002, 326, 3019 -translations/source/si/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/si/instsetoo_native/inc_openoffice/windows/msi_languages.po, 533, 4058, 4051, 5, 78, 19, 218, 557, 4354 -translations/source/si/librelogo/source/pythonpath.po, 56, 60, 72, 5, 5, 77, 108, 138, 173 -translations/source/si/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 3, 6, 5, 0, 0, 46, 687, 49, 693 -translations/source/si/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/si/nlpsolver/src/locale.po, 13, 14, 18, 0, 0, 28, 91, 41, 105 -translations/source/si/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/si/officecfg/registry/data/org/openoffice/Office.po, 1193, 1281, 1782, 5, 8, 110, 552, 1308, 1841 -translations/source/si/officecfg/registry/data/org/openoffice/Office/UI.po, 2434, 4900, 5695, 530, 981, 713, 1841, 3677, 7722 -translations/source/si/readlicense_oo/docs.po, 25, 315, 306, 1, 85, 77, 2003, 103, 2403 -translations/source/si/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/si/reportdesign/messages.po, 177, 418, 434, 64, 123, 17, 76, 258, 617 -translations/source/si/sc/messages.po, 2497, 11568, 9455, 868, 2248, 1321, 6444, 4686, 20260 -translations/source/si/scaddins/messages.po, 778, 2520, 2082, 12, 16, 108, 649, 898, 3185 -translations/source/si/sccomp/messages.po, 11, 47, 44, 1, 4, 2, 14, 14, 65 -translations/source/si/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/si/scp2/source/base.po, 8, 40, 45, 0, 0, 2, 4, 10, 44 -translations/source/si/scp2/source/calc.po, 19, 81, 93, 1, 4, 2, 9, 22, 94 -translations/source/si/scp2/source/draw.po, 13, 52, 56, 2, 9, 26, 88, 41, 149 -translations/source/si/scp2/source/extensions.po, 3, 9, 9, 0, 0, 13, 56, 16, 65 -translations/source/si/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/si/scp2/source/graphicfilter.po, 28, 91, 96, 0, 0, 2, 10, 30, 101 -translations/source/si/scp2/source/impress.po, 19, 74, 88, 1, 4, 1, 3, 21, 81 -translations/source/si/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/si/scp2/source/math.po, 10, 42, 43, 0, 0, 0, 0, 10, 42 -translations/source/si/scp2/source/onlineupdate.po, 2, 13, 16, 0, 0, 0, 0, 2, 13 -translations/source/si/scp2/source/ooo.po, 359, 957, 1061, 12, 40, 211, 1027, 582, 2024 -translations/source/si/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/si/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/si/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/si/scp2/source/writer.po, 22, 69, 68, 0, 0, 5, 45, 27, 114 -translations/source/si/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/si/sd/messages.po, 471, 1197, 1246, 345, 602, 503, 1152, 1319, 2951 -translations/source/si/setup_native/source/mac.po, 22, 119, 115, 1, 12, 0, 0, 23, 131 -translations/source/si/sfx2/messages.po, 212, 582, 647, 154, 449, 215, 1195, 581, 2226 -translations/source/si/shell/source/win32/shlxthandler/res.po, 37, 45, 52, 0, 0, 0, 0, 37, 45 -translations/source/si/starmath/messages.po, 294, 502, 504, 88, 128, 120, 335, 502, 965 -translations/source/si/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/si/svtools/messages.po, 613, 1607, 1593, 45, 140, 256, 864, 914, 2611 -translations/source/si/svx/messages.po, 1547, 3447, 3655, 510, 1178, 789, 2599, 2846, 7224 -translations/source/si/sw/messages.po, 1600, 2841, 3447, 899, 1754, 942, 3145, 3441, 7740 -translations/source/si/swext/mediawiki/help.po, 38, 245, 215, 11, 235, 40, 924, 89, 1404 -translations/source/si/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/si/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 166, 0, 0, 0, 0, 32, 181 -translations/source/si/sysui/desktop/share.po, 51, 185, 220, 2, 20, 13, 72, 66, 277 -translations/source/si/uui/messages.po, 91, 837, 738, 21, 105, 45, 612, 157, 1554 -translations/source/si/vcl/messages.po, 184, 308, 384, 27, 69, 145, 360, 356, 737 -translations/source/si/wizards/messages.po, 235, 992, 994, 6, 6, 24, 44, 265, 1042 -translations/source/si/wizards/source/resources.po, 428, 1823, 1771, 60, 241, 66, 222, 554, 2286 -translations/source/si/writerperfect/messages.po, 1, 2, 3, 5, 9, 24, 54, 30, 65 -translations/source/si/xmlsecurity/messages.po, 18, 37, 39, 22, 124, 51, 263, 91, 424 -translations/source/sid/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -translations/source/sid/avmedia/messages.po, 17, 27, 23, 0, 0, 5, 18, 22, 45 -translations/source/sid/basctl/messages.po, 109, 405, 321, 28, 45, 18, 161, 155, 611 -translations/source/sid/basic/messages.po, 17, 49, 40, 118, 500, 0, 0, 135, 549 -translations/source/sid/chart2/messages.po, 266, 577, 550, 177, 301, 177, 490, 620, 1368 -translations/source/sid/connectivity/messages.po, 102, 990, 649, 0, 0, 4, 57, 106, 1047 -translations/source/sid/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sid/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sid/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sid/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 6, 0, 0, 0, 0, 3, 5 -translations/source/sid/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sid/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sid/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sid/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sid/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sid/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sid/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sid/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sid/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sid/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sid/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sid/cui/messages.po, 1096, 2477, 2156, 652, 1212, 595, 1869, 2343, 5558 -translations/source/sid/dbaccess/messages.po, 461, 2838, 1933, 239, 1243, 112, 429, 812, 4510 -translations/source/sid/desktop/messages.po, 107, 633, 484, 38, 415, 17, 177, 162, 1225 -translations/source/sid/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sid/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sid/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/bs_BA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/sid/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/sid/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sid/dictionaries/en/dialog.po, 37, 176, 160, 0, 0, 0, 0, 37, 176 -translations/source/sid/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sid/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sid/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sid/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sid/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sid/dictionaries/hu_HU/dialog.po, 32, 71, 66, 0, 0, 0, 0, 32, 71 -translations/source/sid/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sid/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sid/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sid/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/sid/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sid/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sid/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/sid/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/sid/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/sid/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/sid/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/sid/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sid/dictionaries/ru_RU/dialog.po, 13, 25, 26, 0, 0, 1, 1, 14, 26 -translations/source/sid/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sid/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sid/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/sid/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sid/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sid/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sid/dictionaries/uk_UA.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sid/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sid/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sid/editeng/messages.po, 253, 628, 628, 5, 8, 7, 20, 265, 656 -translations/source/sid/extensions/messages.po, 406, 1070, 936, 217, 803, 40, 226, 663, 2099 -translations/source/sid/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sid/extras/source/autocorr/emoji.po, 54, 47, 47, 200, 196, 1321, 1574, 1575, 1817 -translations/source/sid/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/sid/filter/messages.po, 76, 277, 225, 38, 78, 108, 463, 222, 818 -translations/source/sid/filter/source/config/fragments/filters.po, 90, 315, 316, 13, 38, 117, 379, 220, 732 -translations/source/sid/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/sid/filter/source/config/fragments/types.po, 21, 66, 64, 3, 13, 14, 42, 38, 121 -translations/source/sid/forms/messages.po, 54, 314, 230, 1, 2, 3, 14, 58, 330 -translations/source/sid/formula/messages.po, 323, 326, 328, 55, 81, 60, 107, 438, 514 -translations/source/sid/fpicker/messages.po, 30, 87, 65, 19, 43, 12, 33, 61, 163 -translations/source/sid/framework/messages.po, 20, 184, 140, 6, 14, 3, 12, 29, 210 -translations/source/sid/helpcontent2/source/auxiliary.po, 0, 0, 0, 0, 0, 105, 302, 105, 302 -translations/source/sid/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 796, 0, 0, 20, 229, 103, 1345 -translations/source/sid/helpcontent2/source/text/sbasic/shared.po, 3534, 29452, 21870, 0, 0, 971, 5979, 4505, 35431 -translations/source/sid/helpcontent2/source/text/sbasic/shared/01.po, 60, 386, 286, 0, 0, 7, 79, 67, 465 -translations/source/sid/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 1106, 0, 0, 3, 78, 198, 1482 -translations/source/sid/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/sid/helpcontent2/source/text/scalc.po, 178, 940, 732, 0, 0, 9, 46, 187, 986 -translations/source/sid/helpcontent2/source/text/scalc/00.po, 62, 153, 148, 0, 0, 139, 792, 201, 945 -translations/source/sid/helpcontent2/source/text/scalc/01.po, 4896, 38345, 27903, 0, 0, 2599, 34810, 7495, 73155 -translations/source/sid/helpcontent2/source/text/scalc/02.po, 115, 793, 592, 0, 0, 8, 17, 123, 810 -translations/source/sid/helpcontent2/source/text/scalc/04.po, 181, 1428, 1043, 0, 0, 6, 69, 187, 1497 -translations/source/sid/helpcontent2/source/text/scalc/05.po, 89, 732, 538, 0, 0, 48, 121, 137, 853 -translations/source/sid/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sid/helpcontent2/source/text/scalc/guide.po, 1357, 19438, 13829, 0, 0, 112, 2155, 1469, 21593 -translations/source/sid/helpcontent2/source/text/schart.po, 0, 0, 0, 0, 0, 96, 931, 96, 931 -translations/source/sid/helpcontent2/source/text/schart/00.po, 47, 249, 243, 0, 0, 13, 98, 60, 347 -translations/source/sid/helpcontent2/source/text/schart/01.po, 855, 10113, 6829, 0, 0, 117, 1713, 972, 11826 -translations/source/sid/helpcontent2/source/text/schart/02.po, 25, 117, 84, 0, 0, 0, 0, 25, 117 -translations/source/sid/helpcontent2/source/text/schart/04.po, 32, 133, 98, 0, 0, 0, 0, 32, 133 -translations/source/sid/helpcontent2/source/text/sdraw.po, 120, 718, 581, 0, 0, 3, 14, 123, 732 -translations/source/sid/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/sid/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/sid/helpcontent2/source/text/sdraw/04.po, 102, 486, 362, 0, 0, 1, 3, 103, 489 -translations/source/sid/helpcontent2/source/text/sdraw/guide.po, 259, 2780, 1978, 0, 0, 16, 292, 275, 3072 -translations/source/sid/helpcontent2/source/text/shared.po, 218, 1962, 1586, 0, 0, 32, 346, 250, 2308 -translations/source/sid/helpcontent2/source/text/shared/00.po, 787, 7100, 5012, 0, 0, 780, 8594, 1567, 15694 -translations/source/sid/helpcontent2/source/text/shared/01.po, 1732, 9722, 7242, 0, 0, 3755, 42240, 5487, 51962 -translations/source/sid/helpcontent2/source/text/shared/02.po, 1710, 18911, 13273, 0, 0, 472, 10211, 2182, 29122 -translations/source/sid/helpcontent2/source/text/shared/04.po, 238, 983, 773, 0, 0, 75, 1088, 313, 2071 -translations/source/sid/helpcontent2/source/text/shared/05.po, 106, 1108, 746, 0, 0, 90, 1232, 196, 2340 -translations/source/sid/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/sid/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -translations/source/sid/helpcontent2/source/text/shared/autokorr.po, 47, 403, 245, 0, 0, 1, 17, 48, 420 -translations/source/sid/helpcontent2/source/text/shared/autopi.po, 753, 6508, 4781, 0, 0, 134, 1886, 887, 8394 -translations/source/sid/helpcontent2/source/text/shared/explorer/database.po, 1461, 14452, 10306, 0, 0, 180, 4405, 1641, 18857 -translations/source/sid/helpcontent2/source/text/shared/guide.po, 2073, 29003, 20692, 0, 0, 443, 7440, 2516, 36443 -translations/source/sid/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/sid/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/sid/helpcontent2/source/text/shared/optionen.po, 1115, 9561, 7057, 0, 0, 819, 13790, 1934, 23351 -translations/source/sid/helpcontent2/source/text/simpress.po, 185, 1314, 1059, 0, 0, 14, 81, 199, 1395 -translations/source/sid/helpcontent2/source/text/simpress/00.po, 154, 873, 679, 0, 0, 9, 29, 163, 902 -translations/source/sid/helpcontent2/source/text/simpress/01.po, 0, 0, 0, 0, 0, 1046, 8514, 1046, 8514 -translations/source/sid/helpcontent2/source/text/simpress/02.po, 653, 6468, 4580, 0, 0, 7, 41, 660, 6509 -translations/source/sid/helpcontent2/source/text/simpress/04.po, 196, 985, 779, 0, 0, 43, 153, 239, 1138 -translations/source/sid/helpcontent2/source/text/simpress/guide.po, 601, 7917, 5621, 0, 0, 166, 2365, 767, 10282 -translations/source/sid/helpcontent2/source/text/smath.po, 56, 609, 447, 0, 0, 4, 130, 60, 739 -translations/source/sid/helpcontent2/source/text/smath/00.po, 54, 228, 190, 0, 0, 12, 127, 66, 355 -translations/source/sid/helpcontent2/source/text/smath/01.po, 1111, 11553, 9765, 0, 0, 440, 2306, 1551, 13859 -translations/source/sid/helpcontent2/source/text/smath/02.po, 6, 97, 67, 0, 0, 0, 0, 6, 97 -translations/source/sid/helpcontent2/source/text/smath/04.po, 25, 130, 99, 0, 0, 1, 5, 26, 135 -translations/source/sid/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/sid/helpcontent2/source/text/smath/guide.po, 96, 1031, 770, 0, 0, 8, 162, 104, 1193 -translations/source/sid/helpcontent2/source/text/swriter.po, 217, 1414, 1171, 0, 0, 119, 1532, 336, 2946 -translations/source/sid/helpcontent2/source/text/swriter/00.po, 202, 1010, 919, 0, 0, 108, 808, 310, 1818 -translations/source/sid/helpcontent2/source/text/swriter/01.po, 2582, 22974, 18057, 0, 0, 764, 10819, 3346, 33793 -translations/source/sid/helpcontent2/source/text/swriter/02.po, 372, 2466, 1827, 0, 0, 54, 584, 426, 3050 -translations/source/sid/helpcontent2/source/text/swriter/04.po, 246, 1205, 952, 0, 0, 8, 71, 254, 1276 -translations/source/sid/helpcontent2/source/text/swriter/guide.po, 1815, 21539, 15971, 0, 0, 329, 6398, 2144, 27937 -translations/source/sid/helpcontent2/source/text/swriter/librelogo.po, 0, 0, 0, 0, 0, 326, 3019, 326, 3019 -translations/source/sid/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/sid/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3138, 5, 78, 12, 128, 557, 4354 -translations/source/sid/librelogo/source/pythonpath.po, 133, 166, 164, 2, 4, 3, 3, 138, 173 -translations/source/sid/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 436, 1, 57, 0, 0, 49, 693 -translations/source/sid/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -translations/source/sid/nlpsolver/src/locale.po, 41, 105, 101, 0, 0, 0, 0, 41, 105 -translations/source/sid/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/sid/officecfg/registry/data/org/openoffice/Office.po, 1236, 1423, 1422, 8, 23, 64, 395, 1308, 1841 -translations/source/sid/officecfg/registry/data/org/openoffice/Office/UI.po, 2577, 5227, 4995, 507, 950, 593, 1545, 3677, 7722 -translations/source/sid/readlicense_oo/docs.po, 81, 1590, 1152, 1, 85, 21, 728, 103, 2403 -translations/source/sid/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 16, 0, 0, 0, 0, 6, 20 -translations/source/sid/reportdesign/messages.po, 180, 443, 410, 66, 144, 12, 30, 258, 617 -translations/source/sid/sc/messages.po, 2719, 12961, 8971, 898, 2487, 1069, 4812, 4686, 20260 -translations/source/sid/scaddins/messages.po, 835, 2579, 1742, 14, 18, 52, 591, 901, 3188 -translations/source/sid/sccomp/messages.po, 11, 47, 41, 1, 4, 2, 14, 14, 65 -translations/source/sid/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/sid/scp2/source/base.po, 10, 44, 36, 0, 0, 0, 0, 10, 44 -translations/source/sid/scp2/source/calc.po, 19, 81, 83, 1, 4, 2, 9, 22, 94 -translations/source/sid/scp2/source/draw.po, 15, 60, 53, 1, 5, 25, 84, 41, 149 -translations/source/sid/scp2/source/extensions.po, 16, 65, 69, 0, 0, 0, 0, 16, 65 -translations/source/sid/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/sid/scp2/source/graphicfilter.po, 28, 91, 108, 0, 0, 2, 10, 30, 101 -translations/source/sid/scp2/source/impress.po, 19, 74, 65, 1, 4, 1, 3, 21, 81 -translations/source/sid/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/sid/scp2/source/math.po, 10, 42, 34, 0, 0, 0, 0, 10, 42 -translations/source/sid/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/sid/scp2/source/ooo.po, 543, 1865, 1712, 17, 86, 22, 73, 582, 2024 -translations/source/sid/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/sid/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/sid/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/sid/scp2/source/writer.po, 22, 69, 66, 0, 0, 5, 45, 27, 114 -translations/source/sid/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/sid/sd/messages.po, 517, 1316, 1114, 342, 600, 460, 1035, 1319, 2951 -translations/source/sid/setup_native/source/mac.po, 22, 119, 83, 1, 12, 0, 0, 23, 131 -translations/source/sid/sfx2/messages.po, 257, 729, 597, 149, 501, 175, 996, 581, 2226 -translations/source/sid/shell/source/win32/shlxthandler/res.po, 37, 45, 44, 0, 0, 0, 0, 37, 45 -translations/source/sid/starmath/messages.po, 314, 536, 508, 91, 133, 100, 299, 505, 968 -translations/source/sid/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/sid/svtools/messages.po, 705, 1779, 1542, 61, 371, 148, 461, 914, 2611 -translations/source/sid/svx/messages.po, 1778, 4050, 3766, 529, 1247, 539, 1927, 2846, 7224 -translations/source/sid/sw/messages.po, 1679, 3124, 3062, 928, 1836, 833, 2779, 3440, 7739 -translations/source/sid/swext/mediawiki/help.po, 47, 353, 258, 26, 817, 16, 234, 89, 1404 -translations/source/sid/swext/mediawiki/src.po, 2, 39, 25, 0, 0, 0, 0, 2, 39 -translations/source/sid/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/sid/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 123, 0, 0, 0, 0, 32, 181 -translations/source/sid/sysui/desktop/share.po, 54, 210, 188, 2, 20, 10, 47, 66, 277 -translations/source/sid/uui/messages.po, 102, 998, 669, 20, 134, 35, 422, 157, 1554 -translations/source/sid/vcl/messages.po, 209, 354, 333, 24, 58, 123, 325, 356, 737 -translations/source/sid/wizards/messages.po, 235, 967, 683, 29, 74, 1, 1, 265, 1042 -translations/source/sid/wizards/source/resources.po, 474, 1947, 1451, 69, 261, 11, 78, 554, 2286 -translations/source/sid/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -translations/source/sid/xmlsecurity/messages.po, 47, 203, 156, 24, 145, 20, 76, 91, 424 -translations/source/sk/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/sk/avmedia/messages.po, 22, 45, 44, 0, 0, 0, 0, 22, 45 -translations/source/sk/basctl/messages.po, 155, 611, 555, 0, 0, 0, 0, 155, 611 -translations/source/sk/basic/messages.po, 135, 549, 532, 0, 0, 0, 0, 135, 549 -translations/source/sk/chart2/messages.po, 620, 1368, 1365, 0, 0, 0, 0, 620, 1368 -translations/source/sk/connectivity/messages.po, 106, 1047, 851, 0, 0, 0, 0, 106, 1047 -translations/source/sk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/sk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/sk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/sk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/sk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sk/cui/messages.po, 2343, 5558, 5398, 0, 0, 0, 0, 2343, 5558 -translations/source/sk/dbaccess/messages.po, 812, 4510, 3814, 0, 0, 0, 0, 812, 4510 -translations/source/sk/desktop/messages.po, 162, 1225, 1074, 0, 0, 0, 0, 162, 1225 -translations/source/sk/dictionaries/af_ZA.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/ar.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/sk/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/bg_BG.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/bn_BD.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/bo.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/br_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/bs_BA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/sk/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/de.po, 1, 10, 13, 0, 0, 0, 0, 1, 10 -translations/source/sk/dictionaries/el_GR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sk/dictionaries/en/dialog.po, 37, 176, 178, 0, 0, 0, 0, 37, 176 -translations/source/sk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/sk/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -translations/source/sk/dictionaries/et_EE.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/gd_GB.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/sk/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sk/dictionaries/he_IL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/hr_HR.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/sk/dictionaries/hu_HU/dialog.po, 32, 71, 79, 0, 0, 0, 0, 32, 71 -translations/source/sk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sk/dictionaries/id.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/kmr_Latn.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/sk/dictionaries/lo_LA.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/lt_LT.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/lv_LV.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/sk/dictionaries/nl_NL.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/sk/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/pl_PL.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/pt_BR.po, 1, 9, 14, 0, 0, 0, 0, 1, 9 -translations/source/sk/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sk/dictionaries/pt_PT.po, 1, 8, 12, 0, 0, 0, 0, 1, 8 -translations/source/sk/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/sk/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -translations/source/sk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sk/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/sq_AL.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/sr.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sk/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sk/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/te_IN.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/sk/dictionaries/th_TH.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/sk/dictionaries/vi.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sk/dictionaries/zu_ZA.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/sk/editeng/messages.po, 265, 656, 654, 0, 0, 0, 0, 265, 656 -translations/source/sk/extensions/messages.po, 663, 2099, 1892, 0, 0, 0, 0, 663, 2099 -translations/source/sk/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sk/extras/source/autocorr/emoji.po, 1575, 1817, 1822, 0, 0, 0, 0, 1575, 1817 -translations/source/sk/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/sk/filter/messages.po, 222, 818, 779, 0, 0, 0, 0, 222, 818 -translations/source/sk/filter/source/config/fragments/filters.po, 220, 732, 751, 0, 0, 0, 0, 220, 732 -translations/source/sk/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 139, 0, 0, 0, 0, 38, 139 -translations/source/sk/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -translations/source/sk/forms/messages.po, 58, 330, 279, 0, 0, 0, 0, 58, 330 -translations/source/sk/formula/messages.po, 438, 514, 513, 0, 0, 0, 0, 438, 514 -translations/source/sk/fpicker/messages.po, 61, 163, 155, 0, 0, 0, 0, 61, 163 -translations/source/sk/framework/messages.po, 29, 210, 180, 0, 0, 0, 0, 29, 210 -translations/source/sk/helpcontent2/source/auxiliary.po, 92, 266, 272, 0, 0, 13, 36, 105, 302 -translations/source/sk/helpcontent2/source/text/sbasic/guide.po, 86, 1147, 1014, 0, 0, 17, 198, 103, 1345 -translations/source/sk/helpcontent2/source/text/sbasic/shared.po, 3035, 22380, 18784, 0, 0, 1470, 13051, 4505, 35431 -translations/source/sk/helpcontent2/source/text/sbasic/shared/01.po, 58, 357, 302, 0, 0, 9, 108, 67, 465 -translations/source/sk/helpcontent2/source/text/sbasic/shared/02.po, 187, 1147, 1022, 0, 0, 11, 335, 198, 1482 -translations/source/sk/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/sk/helpcontent2/source/text/scalc.po, 181, 947, 845, 0, 0, 6, 39, 187, 986 -translations/source/sk/helpcontent2/source/text/scalc/00.po, 63, 155, 160, 0, 0, 138, 790, 201, 945 -translations/source/sk/helpcontent2/source/text/scalc/01.po, 4429, 29368, 24095, 0, 0, 3066, 43787, 7495, 73155 -translations/source/sk/helpcontent2/source/text/scalc/02.po, 117, 783, 652, 0, 0, 6, 27, 123, 810 -translations/source/sk/helpcontent2/source/text/scalc/04.po, 124, 1017, 806, 0, 0, 63, 480, 187, 1497 -translations/source/sk/helpcontent2/source/text/scalc/05.po, 75, 522, 450, 0, 0, 62, 331, 137, 853 -translations/source/sk/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sk/helpcontent2/source/text/scalc/guide.po, 1125, 15090, 12177, 0, 0, 344, 6503, 1469, 21593 -translations/source/sk/helpcontent2/source/text/schart.po, 88, 796, 676, 0, 0, 8, 135, 96, 931 -translations/source/sk/helpcontent2/source/text/schart/00.po, 27, 83, 88, 0, 0, 33, 264, 60, 347 -translations/source/sk/helpcontent2/source/text/schart/01.po, 776, 8625, 6925, 0, 0, 196, 3201, 972, 11826 -translations/source/sk/helpcontent2/source/text/schart/02.po, 25, 117, 98, 0, 0, 0, 0, 25, 117 -translations/source/sk/helpcontent2/source/text/schart/04.po, 32, 133, 121, 0, 0, 0, 0, 32, 133 -translations/source/sk/helpcontent2/source/text/sdraw.po, 121, 724, 662, 0, 0, 2, 8, 123, 732 -translations/source/sk/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/sk/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/sk/helpcontent2/source/text/sdraw/04.po, 83, 372, 334, 0, 0, 20, 117, 103, 489 -translations/source/sk/helpcontent2/source/text/sdraw/guide.po, 232, 2455, 2016, 0, 0, 43, 617, 275, 3072 -translations/source/sk/helpcontent2/source/text/shared.po, 221, 1967, 1651, 0, 0, 29, 341, 250, 2308 -translations/source/sk/helpcontent2/source/text/shared/00.po, 590, 3400, 2953, 0, 0, 977, 12294, 1567, 15694 -translations/source/sk/helpcontent2/source/text/shared/01.po, 2235, 7905, 7469, 0, 0, 3252, 44057, 5487, 51962 -translations/source/sk/helpcontent2/source/text/shared/02.po, 1132, 7467, 6118, 0, 0, 1050, 21655, 2182, 29122 -translations/source/sk/helpcontent2/source/text/shared/04.po, 236, 971, 859, 0, 0, 77, 1100, 313, 2071 -translations/source/sk/helpcontent2/source/text/shared/05.po, 43, 309, 286, 0, 0, 153, 2031, 196, 2340 -translations/source/sk/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/sk/helpcontent2/source/text/shared/07.po, 4, 29, 23, 0, 0, 3, 53, 7, 82 -translations/source/sk/helpcontent2/source/text/shared/autokorr.po, 47, 403, 361, 0, 0, 1, 17, 48, 420 -translations/source/sk/helpcontent2/source/text/shared/autopi.po, 746, 6394, 5207, 0, 0, 141, 2000, 887, 8394 -translations/source/sk/helpcontent2/source/text/shared/explorer/database.po, 903, 6500, 5181, 0, 0, 738, 12357, 1641, 18857 -translations/source/sk/helpcontent2/source/text/shared/guide.po, 1821, 23721, 19411, 0, 0, 695, 12722, 2516, 36443 -translations/source/sk/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/sk/helpcontent2/source/text/shared/menu.po, 8, 10, 12, 0, 0, 8, 110, 16, 120 -translations/source/sk/helpcontent2/source/text/shared/optionen.po, 637, 1442, 1343, 0, 0, 1297, 21909, 1934, 23351 -translations/source/sk/helpcontent2/source/text/simpress.po, 191, 1339, 1158, 0, 0, 8, 56, 199, 1395 -translations/source/sk/helpcontent2/source/text/simpress/00.po, 151, 833, 768, 0, 0, 12, 69, 163, 902 -translations/source/sk/helpcontent2/source/text/simpress/01.po, 848, 5929, 4798, 0, 0, 198, 2585, 1046, 8514 -translations/source/sk/helpcontent2/source/text/simpress/02.po, 607, 4860, 3759, 0, 0, 53, 1649, 660, 6509 -translations/source/sk/helpcontent2/source/text/simpress/04.po, 180, 841, 790, 0, 0, 59, 297, 239, 1138 -translations/source/sk/helpcontent2/source/text/simpress/guide.po, 537, 6510, 5401, 0, 0, 230, 3772, 767, 10282 -translations/source/sk/helpcontent2/source/text/smath.po, 57, 613, 550, 0, 0, 3, 126, 60, 739 -translations/source/sk/helpcontent2/source/text/smath/00.po, 55, 229, 218, 0, 0, 11, 126, 66, 355 -translations/source/sk/helpcontent2/source/text/smath/01.po, 1406, 11403, 9719, 0, 0, 145, 2456, 1551, 13859 -translations/source/sk/helpcontent2/source/text/smath/02.po, 6, 97, 75, 0, 0, 0, 0, 6, 97 -translations/source/sk/helpcontent2/source/text/smath/04.po, 25, 130, 124, 0, 0, 1, 5, 26, 135 -translations/source/sk/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/sk/helpcontent2/source/text/smath/guide.po, 94, 1001, 898, 0, 0, 10, 192, 104, 1193 -translations/source/sk/helpcontent2/source/text/swriter.po, 228, 1449, 1273, 0, 0, 108, 1497, 336, 2946 -translations/source/sk/helpcontent2/source/text/swriter/00.po, 211, 1040, 1038, 0, 0, 99, 778, 310, 1818 -translations/source/sk/helpcontent2/source/text/swriter/01.po, 2494, 21184, 17359, 0, 0, 852, 12609, 3346, 33793 -translations/source/sk/helpcontent2/source/text/swriter/02.po, 382, 2502, 2114, 0, 0, 44, 548, 426, 3050 -translations/source/sk/helpcontent2/source/text/swriter/04.po, 232, 1002, 943, 0, 0, 22, 274, 254, 1276 -translations/source/sk/helpcontent2/source/text/swriter/guide.po, 1355, 15658, 13038, 0, 0, 789, 12279, 2144, 27937 -translations/source/sk/helpcontent2/source/text/swriter/librelogo.po, 45, 46, 46, 0, 0, 281, 2973, 326, 3019 -translations/source/sk/helpcontent2/source/text/swriter/menu.po, 7, 12, 14, 0, 0, 10, 84, 17, 96 -translations/source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4027, 0, 0, 0, 0, 557, 4354 -translations/source/sk/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -translations/source/sk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 574, 0, 0, 0, 0, 49, 693 -translations/source/sk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 15, 0, 0, 0, 0, 2, 21 -translations/source/sk/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -translations/source/sk/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/sk/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1803, 0, 0, 0, 0, 1308, 1841 -translations/source/sk/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8000, 0, 0, 0, 0, 3677, 7722 -translations/source/sk/readlicense_oo/docs.po, 103, 2403, 2137, 0, 0, 0, 0, 103, 2403 -translations/source/sk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/sk/reportdesign/messages.po, 258, 617, 602, 0, 0, 0, 0, 258, 617 -translations/source/sk/sc/messages.po, 4686, 20260, 16779, 0, 0, 0, 0, 4686, 20260 -translations/source/sk/scaddins/messages.po, 901, 3188, 3003, 0, 0, 0, 0, 901, 3188 -translations/source/sk/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -translations/source/sk/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/sk/scp2/source/base.po, 10, 44, 43, 0, 0, 0, 0, 10, 44 -translations/source/sk/scp2/source/calc.po, 22, 94, 100, 0, 0, 0, 0, 22, 94 -translations/source/sk/scp2/source/draw.po, 41, 149, 149, 0, 0, 0, 0, 41, 149 -translations/source/sk/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -translations/source/sk/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/sk/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -translations/source/sk/scp2/source/impress.po, 21, 81, 75, 0, 0, 0, 0, 21, 81 -translations/source/sk/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/sk/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -translations/source/sk/scp2/source/onlineupdate.po, 2, 13, 10, 0, 0, 0, 0, 2, 13 -translations/source/sk/scp2/source/ooo.po, 582, 2024, 2292, 0, 0, 0, 0, 582, 2024 -translations/source/sk/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/sk/scp2/source/quickstart.po, 2, 15, 14, 0, 0, 0, 0, 2, 15 -translations/source/sk/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/sk/scp2/source/writer.po, 27, 114, 116, 0, 0, 0, 0, 27, 114 -translations/source/sk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/sk/sd/messages.po, 1319, 2951, 2838, 0, 0, 0, 0, 1319, 2951 -translations/source/sk/setup_native/source/mac.po, 23, 131, 112, 0, 0, 0, 0, 23, 131 -translations/source/sk/sfx2/messages.po, 581, 2226, 2017, 0, 0, 0, 0, 581, 2226 -translations/source/sk/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/sk/starmath/messages.po, 505, 968, 974, 0, 0, 0, 0, 505, 968 -translations/source/sk/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/sk/svtools/messages.po, 914, 2611, 2480, 0, 0, 0, 0, 914, 2611 -translations/source/sk/svx/messages.po, 2846, 7224, 6904, 0, 0, 0, 0, 2846, 7224 -translations/source/sk/sw/messages.po, 3441, 7740, 7662, 0, 0, 0, 0, 3441, 7740 -translations/source/sk/swext/mediawiki/help.po, 89, 1404, 1235, 0, 0, 0, 0, 89, 1404 -translations/source/sk/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 142, 0, 0, 0, 0, 32, 181 -translations/source/sk/sysui/desktop/share.po, 66, 277, 284, 0, 0, 0, 0, 66, 277 -translations/source/sk/uui/messages.po, 157, 1554, 1332, 0, 0, 0, 0, 157, 1554 -translations/source/sk/vcl/messages.po, 356, 737, 728, 0, 0, 0, 0, 356, 737 -translations/source/sk/wizards/messages.po, 265, 1042, 906, 0, 0, 0, 0, 265, 1042 -translations/source/sk/wizards/source/resources.po, 554, 2286, 1887, 0, 0, 0, 0, 554, 2286 -translations/source/sk/writerperfect/messages.po, 30, 65, 67, 0, 0, 0, 0, 30, 65 -translations/source/sk/xmlsecurity/messages.po, 91, 424, 367, 0, 0, 0, 0, 91, 424 -translations/source/sl/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -translations/source/sl/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -translations/source/sl/basctl/messages.po, 155, 611, 570, 0, 0, 0, 0, 155, 611 -translations/source/sl/basic/messages.po, 135, 549, 563, 0, 0, 0, 0, 135, 549 -translations/source/sl/chart2/messages.po, 620, 1368, 1395, 0, 0, 0, 0, 620, 1368 -translations/source/sl/connectivity/messages.po, 106, 1047, 872, 0, 0, 0, 0, 106, 1047 -translations/source/sl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -translations/source/sl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/sl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/sl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 12, 0, 0, 0, 0, 3, 6 -translations/source/sl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/sl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/sl/cui/messages.po, 2343, 5558, 5505, 0, 0, 0, 0, 2343, 5558 -translations/source/sl/dbaccess/messages.po, 812, 4510, 3996, 0, 0, 0, 0, 812, 4510 -translations/source/sl/desktop/messages.po, 162, 1225, 1128, 0, 0, 0, 0, 162, 1225 -translations/source/sl/dictionaries/af_ZA.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/an_ES.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -translations/source/sl/dictionaries/be_BY.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/bg_BG.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/bn_BD.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/bo.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/br_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/bs_BA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/ca.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/cs_CZ.po, 1, 8, 14, 0, 0, 0, 0, 1, 8 -translations/source/sl/dictionaries/da_DK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/de.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -translations/source/sl/dictionaries/el_GR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/en.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/sl/dictionaries/en/dialog.po, 37, 176, 185, 0, 0, 0, 0, 37, 176 -translations/source/sl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sl/dictionaries/es.po, 1, 12, 19, 0, 0, 0, 0, 1, 12 -translations/source/sl/dictionaries/et_EE.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/fr_FR.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/gd_GB.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -translations/source/sl/dictionaries/gl.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/gu_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/gug.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -translations/source/sl/dictionaries/he_IL.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/hi_IN.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/hr_HR.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/hu_HU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/sl/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -translations/source/sl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sl/dictionaries/id.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/is.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/it_IT.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -translations/source/sl/dictionaries/lo_LA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/lt_LT.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/lv_LV.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/ne_NP.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -translations/source/sl/dictionaries/nl_NL.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/no.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -translations/source/sl/dictionaries/oc_FR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/pl_PL.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sl/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sl/dictionaries/pt_PT.po, 1, 8, 15, 0, 0, 0, 0, 1, 8 -translations/source/sl/dictionaries/ro.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/ru_RU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/sl/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -translations/source/sl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/sl/dictionaries/si_LK.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/sk_SK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/sl_SI.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/sq_AL.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/sr.po, 1, 9, 15, 0, 0, 0, 0, 1, 9 -translations/source/sl/dictionaries/sv_SE.po, 1, 2, 7, 0, 0, 0, 0, 1, 2 -translations/source/sl/dictionaries/sw_TZ.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/te_IN.po, 1, 6, 12, 0, 0, 0, 0, 1, 6 -translations/source/sl/dictionaries/th_TH.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/tr_TR.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/uk_UA.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/sl/dictionaries/vi.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/dictionaries/zu_ZA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/sl/editeng/messages.po, 265, 656, 674, 0, 0, 0, 0, 265, 656 -translations/source/sl/extensions/messages.po, 663, 2099, 1937, 0, 0, 0, 0, 663, 2099 -translations/source/sl/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sl/extras/source/autocorr/emoji.po, 1575, 1817, 1873, 0, 0, 0, 0, 1575, 1817 -translations/source/sl/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/sl/filter/messages.po, 222, 818, 796, 0, 0, 0, 0, 222, 818 -translations/source/sl/filter/source/config/fragments/filters.po, 220, 732, 864, 0, 0, 0, 0, 220, 732 -translations/source/sl/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 177, 0, 0, 0, 0, 38, 139 -translations/source/sl/filter/source/config/fragments/types.po, 38, 121, 132, 0, 0, 0, 0, 38, 121 -translations/source/sl/forms/messages.po, 58, 330, 278, 0, 0, 0, 0, 58, 330 -translations/source/sl/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -translations/source/sl/fpicker/messages.po, 61, 163, 159, 0, 0, 0, 0, 61, 163 -translations/source/sl/framework/messages.po, 29, 210, 185, 0, 0, 0, 0, 29, 210 -translations/source/sl/helpcontent2/source/auxiliary.po, 105, 302, 313, 0, 0, 0, 0, 105, 302 -translations/source/sl/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1272, 0, 0, 0, 0, 103, 1345 -translations/source/sl/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 31708, 0, 0, 0, 0, 4505, 35431 -translations/source/sl/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 405, 0, 0, 0, 0, 67, 465 -translations/source/sl/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1296, 0, 0, 0, 0, 198, 1482 -translations/source/sl/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 140, 0, 0, 0, 0, 47, 145 -translations/source/sl/helpcontent2/source/text/scalc.po, 187, 986, 941, 0, 0, 0, 0, 187, 986 -translations/source/sl/helpcontent2/source/text/scalc/00.po, 201, 945, 1223, 0, 0, 0, 0, 201, 945 -translations/source/sl/helpcontent2/source/text/scalc/01.po, 7495, 73155, 62659, 0, 0, 0, 0, 7495, 73155 -translations/source/sl/helpcontent2/source/text/scalc/02.po, 123, 810, 708, 0, 0, 0, 0, 123, 810 -translations/source/sl/helpcontent2/source/text/scalc/04.po, 187, 1497, 1413, 0, 0, 0, 0, 187, 1497 -translations/source/sl/helpcontent2/source/text/scalc/05.po, 137, 853, 765, 0, 0, 0, 0, 137, 853 -translations/source/sl/helpcontent2/source/text/scalc/06.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sl/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 18952, 0, 0, 0, 0, 1469, 21593 -translations/source/sl/helpcontent2/source/text/schart.po, 96, 931, 788, 0, 0, 0, 0, 96, 931 -translations/source/sl/helpcontent2/source/text/schart/00.po, 60, 347, 415, 0, 0, 0, 0, 60, 347 -translations/source/sl/helpcontent2/source/text/schart/01.po, 972, 11826, 9989, 0, 0, 0, 0, 972, 11826 -translations/source/sl/helpcontent2/source/text/schart/02.po, 25, 117, 104, 0, 0, 0, 0, 25, 117 -translations/source/sl/helpcontent2/source/text/schart/04.po, 32, 133, 135, 0, 0, 0, 0, 32, 133 -translations/source/sl/helpcontent2/source/text/sdraw.po, 123, 732, 661, 0, 0, 0, 0, 123, 732 -translations/source/sl/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/sl/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/sl/helpcontent2/source/text/sdraw/04.po, 103, 489, 460, 0, 0, 0, 0, 103, 489 -translations/source/sl/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2645, 0, 0, 0, 0, 275, 3072 -translations/source/sl/helpcontent2/source/text/shared.po, 250, 2308, 2053, 0, 0, 0, 0, 250, 2308 -translations/source/sl/helpcontent2/source/text/shared/00.po, 1567, 15694, 15835, 0, 0, 0, 0, 1567, 15694 -translations/source/sl/helpcontent2/source/text/shared/01.po, 5487, 51962, 45473, 0, 0, 0, 0, 5487, 51962 -translations/source/sl/helpcontent2/source/text/shared/02.po, 2182, 29122, 24676, 0, 0, 0, 0, 2182, 29122 -translations/source/sl/helpcontent2/source/text/shared/04.po, 313, 2071, 1916, 0, 0, 0, 0, 313, 2071 -translations/source/sl/helpcontent2/source/text/shared/05.po, 196, 2340, 2063, 0, 0, 0, 0, 196, 2340 -translations/source/sl/helpcontent2/source/text/shared/06.po, 3, 7, 9, 0, 0, 0, 0, 3, 7 -translations/source/sl/helpcontent2/source/text/shared/07.po, 7, 82, 74, 0, 0, 0, 0, 7, 82 -translations/source/sl/helpcontent2/source/text/shared/autokorr.po, 48, 420, 369, 0, 0, 0, 0, 48, 420 -translations/source/sl/helpcontent2/source/text/shared/autopi.po, 887, 8394, 7352, 0, 0, 0, 0, 887, 8394 -translations/source/sl/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 16626, 0, 0, 0, 0, 1641, 18857 -translations/source/sl/helpcontent2/source/text/shared/guide.po, 2516, 36443, 32834, 0, 0, 0, 0, 2516, 36443 -translations/source/sl/helpcontent2/source/text/shared/help.po, 78, 117, 120, 0, 0, 0, 0, 78, 117 -translations/source/sl/helpcontent2/source/text/shared/menu.po, 16, 120, 122, 0, 0, 0, 0, 16, 120 -translations/source/sl/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 21161, 0, 0, 0, 0, 1934, 23351 -translations/source/sl/helpcontent2/source/text/simpress.po, 199, 1395, 1196, 0, 0, 0, 0, 199, 1395 -translations/source/sl/helpcontent2/source/text/simpress/00.po, 163, 904, 959, 0, 0, 0, 0, 163, 904 -translations/source/sl/helpcontent2/source/text/simpress/01.po, 1046, 8514, 7146, 0, 0, 0, 0, 1046, 8514 -translations/source/sl/helpcontent2/source/text/simpress/02.po, 660, 6509, 5370, 0, 0, 0, 0, 660, 6509 -translations/source/sl/helpcontent2/source/text/simpress/04.po, 239, 1138, 1099, 0, 0, 0, 0, 239, 1138 -translations/source/sl/helpcontent2/source/text/simpress/guide.po, 767, 10282, 8771, 0, 0, 0, 0, 767, 10282 -translations/source/sl/helpcontent2/source/text/smath.po, 60, 739, 667, 0, 0, 0, 0, 60, 739 -translations/source/sl/helpcontent2/source/text/smath/00.po, 66, 355, 366, 0, 0, 0, 0, 66, 355 -translations/source/sl/helpcontent2/source/text/smath/01.po, 1551, 13859, 12065, 0, 0, 0, 0, 1551, 13859 -translations/source/sl/helpcontent2/source/text/smath/02.po, 6, 97, 83, 0, 0, 0, 0, 6, 97 -translations/source/sl/helpcontent2/source/text/smath/04.po, 26, 135, 131, 0, 0, 0, 0, 26, 135 -translations/source/sl/helpcontent2/source/text/smath/06.po, 9, 21, 30, 0, 0, 0, 0, 9, 21 -translations/source/sl/helpcontent2/source/text/smath/guide.po, 104, 1193, 1062, 0, 0, 0, 0, 104, 1193 -translations/source/sl/helpcontent2/source/text/swriter.po, 336, 2946, 2699, 0, 0, 0, 0, 336, 2946 -translations/source/sl/helpcontent2/source/text/swriter/00.po, 310, 1818, 2074, 0, 0, 0, 0, 310, 1818 -translations/source/sl/helpcontent2/source/text/swriter/01.po, 3346, 33793, 28939, 0, 0, 0, 0, 3346, 33793 -translations/source/sl/helpcontent2/source/text/swriter/02.po, 426, 3050, 2682, 0, 0, 0, 0, 426, 3050 -translations/source/sl/helpcontent2/source/text/swriter/04.po, 254, 1276, 1289, 0, 0, 0, 0, 254, 1276 -translations/source/sl/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 23793, 0, 0, 0, 0, 2144, 27937 -translations/source/sl/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2926, 0, 0, 0, 0, 326, 3019 -translations/source/sl/helpcontent2/source/text/swriter/menu.po, 17, 96, 93, 0, 0, 0, 0, 17, 96 -translations/source/sl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4067, 0, 0, 0, 0, 557, 4354 -translations/source/sl/librelogo/source/pythonpath.po, 138, 173, 174, 0, 0, 0, 0, 138, 173 -translations/source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 595, 0, 0, 0, 0, 49, 693 -translations/source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 20, 0, 0, 0, 0, 2, 21 -translations/source/sl/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -translations/source/sl/officecfg/registry/data/org/openoffice.po, 9, 28, 29, 0, 0, 0, 0, 9, 28 -translations/source/sl/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1836, 0, 0, 0, 0, 1308, 1841 -translations/source/sl/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8140, 0, 0, 0, 0, 3677, 7722 -translations/source/sl/readlicense_oo/docs.po, 103, 2403, 2208, 0, 0, 0, 0, 103, 2403 -translations/source/sl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 13, 0, 0, 0, 0, 6, 20 -translations/source/sl/reportdesign/messages.po, 258, 617, 599, 0, 0, 0, 0, 258, 617 -translations/source/sl/sc/messages.po, 4686, 20260, 17408, 0, 0, 0, 0, 4686, 20260 -translations/source/sl/scaddins/messages.po, 901, 3188, 2579, 0, 0, 0, 0, 901, 3188 -translations/source/sl/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -translations/source/sl/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/sl/scp2/source/base.po, 10, 44, 51, 0, 0, 0, 0, 10, 44 -translations/source/sl/scp2/source/calc.po, 22, 94, 102, 0, 0, 0, 0, 22, 94 -translations/source/sl/scp2/source/draw.po, 41, 149, 167, 0, 0, 0, 0, 41, 149 -translations/source/sl/scp2/source/extensions.po, 16, 65, 64, 0, 0, 0, 0, 16, 65 -translations/source/sl/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/sl/scp2/source/graphicfilter.po, 30, 101, 190, 0, 0, 0, 0, 30, 101 -translations/source/sl/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -translations/source/sl/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/sl/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -translations/source/sl/scp2/source/onlineupdate.po, 2, 13, 14, 0, 0, 0, 0, 2, 13 -translations/source/sl/scp2/source/ooo.po, 582, 2024, 2658, 0, 0, 0, 0, 582, 2024 -translations/source/sl/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/sl/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/sl/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/sl/scp2/source/writer.po, 27, 114, 125, 0, 0, 0, 0, 27, 114 -translations/source/sl/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/sl/sd/messages.po, 1319, 2951, 2866, 0, 0, 0, 0, 1319, 2951 -translations/source/sl/setup_native/source/mac.po, 23, 131, 125, 0, 0, 0, 0, 23, 131 -translations/source/sl/sfx2/messages.po, 581, 2226, 2076, 0, 0, 0, 0, 581, 2226 -translations/source/sl/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -translations/source/sl/starmath/messages.po, 505, 968, 993, 0, 0, 0, 0, 505, 968 -translations/source/sl/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/sl/svtools/messages.po, 914, 2611, 2598, 0, 0, 0, 0, 914, 2611 -translations/source/sl/svx/messages.po, 2846, 7224, 7107, 0, 0, 0, 0, 2846, 7224 -translations/source/sl/sw/messages.po, 3441, 7740, 7785, 0, 0, 0, 0, 3441, 7740 -translations/source/sl/swext/mediawiki/help.po, 89, 1404, 1281, 0, 0, 0, 0, 89, 1404 -translations/source/sl/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 150, 0, 0, 0, 0, 32, 181 -translations/source/sl/sysui/desktop/share.po, 66, 277, 312, 0, 0, 0, 0, 66, 277 -translations/source/sl/uui/messages.po, 157, 1554, 1371, 0, 0, 0, 0, 157, 1554 -translations/source/sl/vcl/messages.po, 356, 737, 764, 0, 0, 0, 0, 356, 737 -translations/source/sl/wizards/messages.po, 265, 1042, 939, 0, 0, 0, 0, 265, 1042 -translations/source/sl/wizards/source/resources.po, 554, 2286, 2052, 0, 0, 0, 0, 554, 2286 -translations/source/sl/writerperfect/messages.po, 30, 65, 68, 0, 0, 0, 0, 30, 65 -translations/source/sl/xmlsecurity/messages.po, 91, 424, 397, 0, 0, 0, 0, 91, 424 -translations/source/sq/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/sq/avmedia/messages.po, 22, 45, 53, 0, 0, 0, 0, 22, 45 -translations/source/sq/basctl/messages.po, 155, 611, 677, 0, 0, 0, 0, 155, 611 -translations/source/sq/basic/messages.po, 135, 549, 699, 0, 0, 0, 0, 135, 549 -translations/source/sq/chart2/messages.po, 619, 1366, 1695, 0, 0, 1, 2, 620, 1368 -translations/source/sq/connectivity/messages.po, 106, 1047, 1112, 0, 0, 0, 0, 106, 1047 -translations/source/sq/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sq/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/sq/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sq/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/sq/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/sq/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sq/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/sq/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sq/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sq/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/sq/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sq/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sq/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sq/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sq/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sq/cui/messages.po, 1650, 3483, 4060, 184, 409, 509, 1666, 2343, 5558 -translations/source/sq/dbaccess/messages.po, 419, 1373, 1568, 121, 276, 272, 2861, 812, 4510 -translations/source/sq/desktop/messages.po, 162, 1225, 1354, 0, 0, 0, 0, 162, 1225 -translations/source/sq/dictionaries/af_ZA.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sq/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/ca.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/cs_CZ.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/sq/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/sq/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/en.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/sq/dictionaries/en/dialog.po, 37, 176, 212, 0, 0, 0, 0, 37, 176 -translations/source/sq/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/sq/dictionaries/es.po, 1, 12, 14, 0, 0, 0, 0, 1, 12 -translations/source/sq/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/fr_FR.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/gd_GB.po, 1, 4, 6, 0, 0, 0, 0, 1, 4 -translations/source/sq/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/gug.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sq/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sq/dictionaries/hu_HU/dialog.po, 32, 71, 83, 0, 0, 0, 0, 32, 71 -translations/source/sq/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 8, 0, 0, 0, 0, 2, 5 -translations/source/sq/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/is.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/it_IT.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/sq/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sq/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/no.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/sq/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/sq/dictionaries/pt_BR/dialog.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/sq/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/sq/dictionaries/pt_PT.po, 1, 8, 10, 0, 0, 0, 0, 1, 8 -translations/source/sq/dictionaries/ro.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/sq/dictionaries/ru_RU/dialog.po, 14, 26, 36, 0, 0, 0, 0, 14, 26 -translations/source/sq/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/sq/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/sk_SK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/sl_SI.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/sq/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sq/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sq/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/tr_TR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sq/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sq/editeng/messages.po, 165, 323, 444, 16, 48, 84, 285, 265, 656 -translations/source/sq/extensions/messages.po, 495, 1602, 1869, 118, 284, 50, 213, 663, 2099 -translations/source/sq/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sq/extras/source/autocorr/emoji.po, 668, 720, 773, 86, 91, 821, 1006, 1575, 1817 -translations/source/sq/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -translations/source/sq/filter/messages.po, 142, 468, 528, 12, 38, 68, 312, 222, 818 -translations/source/sq/filter/source/config/fragments/filters.po, 161, 554, 566, 9, 29, 50, 149, 220, 732 -translations/source/sq/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 140, 0, 0, 0, 0, 38, 139 -translations/source/sq/filter/source/config/fragments/types.po, 20, 66, 75, 2, 10, 16, 45, 38, 121 -translations/source/sq/forms/messages.po, 58, 330, 387, 0, 0, 0, 0, 58, 330 -translations/source/sq/formula/messages.po, 306, 314, 325, 53, 75, 79, 125, 438, 514 -translations/source/sq/fpicker/messages.po, 61, 163, 194, 0, 0, 0, 0, 61, 163 -translations/source/sq/framework/messages.po, 29, 210, 242, 0, 0, 0, 0, 29, 210 -translations/source/sq/helpcontent2/source/auxiliary.po, 89, 255, 318, 1, 4, 15, 43, 105, 302 -translations/source/sq/helpcontent2/source/text/sbasic/guide.po, 7, 21, 26, 0, 0, 96, 1324, 103, 1345 -translations/source/sq/helpcontent2/source/text/sbasic/shared.po, 1344, 2497, 3165, 0, 0, 3161, 32934, 4505, 35431 -translations/source/sq/helpcontent2/source/text/sbasic/shared/01.po, 33, 53, 67, 0, 0, 34, 412, 67, 465 -translations/source/sq/helpcontent2/source/text/sbasic/shared/02.po, 61, 112, 144, 0, 0, 137, 1370, 198, 1482 -translations/source/sq/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/sq/helpcontent2/source/text/scalc.po, 26, 43, 66, 0, 0, 161, 943, 187, 986 -translations/source/sq/helpcontent2/source/text/scalc/00.po, 26, 49, 53, 0, 0, 175, 896, 201, 945 -translations/source/sq/helpcontent2/source/text/scalc/01.po, 1850, 3819, 5502, 0, 0, 5645, 69336, 7495, 73155 -translations/source/sq/helpcontent2/source/text/scalc/02.po, 35, 89, 96, 0, 0, 88, 721, 123, 810 -translations/source/sq/helpcontent2/source/text/scalc/04.po, 25, 54, 63, 0, 0, 162, 1443, 187, 1497 -translations/source/sq/helpcontent2/source/text/scalc/05.po, 8, 17, 23, 0, 0, 129, 836, 137, 853 -translations/source/sq/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sq/helpcontent2/source/text/scalc/guide.po, 102, 282, 320, 0, 0, 1367, 21311, 1469, 21593 -translations/source/sq/helpcontent2/source/text/schart.po, 8, 17, 22, 0, 0, 88, 914, 96, 931 -translations/source/sq/helpcontent2/source/text/schart/00.po, 7, 24, 30, 0, 0, 53, 323, 60, 347 -translations/source/sq/helpcontent2/source/text/schart/01.po, 203, 363, 439, 0, 0, 769, 11463, 972, 11826 -translations/source/sq/helpcontent2/source/text/schart/02.po, 9, 23, 28, 0, 0, 16, 94, 25, 117 -translations/source/sq/helpcontent2/source/text/schart/04.po, 16, 37, 51, 0, 0, 16, 96, 32, 133 -translations/source/sq/helpcontent2/source/text/sdraw.po, 14, 21, 29, 0, 0, 109, 711, 123, 732 -translations/source/sq/helpcontent2/source/text/sdraw/00.po, 1, 4, 5, 0, 0, 1, 4, 2, 8 -translations/source/sq/helpcontent2/source/text/sdraw/01.po, 1, 2, 2, 0, 0, 2, 10, 3, 12 -translations/source/sq/helpcontent2/source/text/sdraw/04.po, 36, 98, 132, 0, 0, 67, 391, 103, 489 -translations/source/sq/helpcontent2/source/text/sdraw/guide.po, 37, 108, 127, 0, 0, 238, 2964, 275, 3072 -translations/source/sq/helpcontent2/source/text/shared.po, 65, 133, 167, 0, 0, 185, 2175, 250, 2308 -translations/source/sq/helpcontent2/source/text/shared/00.po, 320, 607, 723, 0, 0, 1247, 15087, 1567, 15694 -translations/source/sq/helpcontent2/source/text/shared/01.po, 1567, 2723, 3274, 0, 0, 3920, 49239, 5487, 51962 -translations/source/sq/helpcontent2/source/text/shared/02.po, 665, 1335, 1646, 0, 0, 1517, 27787, 2182, 29122 -translations/source/sq/helpcontent2/source/text/shared/04.po, 87, 220, 248, 0, 0, 226, 1851, 313, 2071 -translations/source/sq/helpcontent2/source/text/shared/05.po, 14, 36, 45, 0, 0, 182, 2304, 196, 2340 -translations/source/sq/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/sq/helpcontent2/source/text/shared/07.po, 2, 7, 7, 0, 0, 5, 75, 7, 82 -translations/source/sq/helpcontent2/source/text/shared/autokorr.po, 25, 101, 77, 0, 0, 23, 319, 48, 420 -translations/source/sq/helpcontent2/source/text/shared/autopi.po, 249, 601, 750, 0, 0, 638, 7793, 887, 8394 -translations/source/sq/helpcontent2/source/text/shared/explorer/database.po, 482, 1024, 1317, 0, 0, 1159, 17833, 1641, 18857 -translations/source/sq/helpcontent2/source/text/shared/guide.po, 276, 926, 1146, 0, 0, 2240, 35517, 2516, 36443 -translations/source/sq/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/sq/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/sq/helpcontent2/source/text/shared/optionen.po, 606, 1283, 1629, 0, 0, 1328, 22068, 1934, 23351 -translations/source/sq/helpcontent2/source/text/simpress.po, 23, 39, 58, 0, 0, 176, 1356, 199, 1395 -translations/source/sq/helpcontent2/source/text/simpress/00.po, 30, 57, 65, 0, 0, 133, 845, 163, 902 -translations/source/sq/helpcontent2/source/text/simpress/01.po, 345, 676, 828, 0, 0, 701, 7838, 1046, 8514 -translations/source/sq/helpcontent2/source/text/simpress/02.po, 281, 746, 866, 0, 0, 379, 5763, 660, 6509 -translations/source/sq/helpcontent2/source/text/simpress/04.po, 60, 158, 186, 0, 0, 179, 980, 239, 1138 -translations/source/sq/helpcontent2/source/text/simpress/guide.po, 62, 246, 261, 0, 0, 705, 10036, 767, 10282 -translations/source/sq/helpcontent2/source/text/smath.po, 12, 20, 25, 0, 0, 48, 719, 60, 739 -translations/source/sq/helpcontent2/source/text/smath/00.po, 16, 51, 48, 0, 0, 50, 304, 66, 355 -translations/source/sq/helpcontent2/source/text/smath/01.po, 210, 368, 473, 0, 0, 1341, 13491, 1551, 13859 -translations/source/sq/helpcontent2/source/text/smath/02.po, 2, 4, 4, 0, 0, 4, 93, 6, 97 -translations/source/sq/helpcontent2/source/text/smath/04.po, 10, 22, 30, 0, 0, 16, 113, 26, 135 -translations/source/sq/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/sq/helpcontent2/source/text/smath/guide.po, 17, 55, 66, 0, 0, 87, 1138, 104, 1193 -translations/source/sq/helpcontent2/source/text/swriter.po, 94, 134, 159, 0, 0, 242, 2812, 336, 2946 -translations/source/sq/helpcontent2/source/text/swriter/00.po, 89, 206, 206, 0, 0, 221, 1612, 310, 1818 -translations/source/sq/helpcontent2/source/text/swriter/01.po, 1229, 2292, 2806, 0, 0, 2117, 31501, 3346, 33793 -translations/source/sq/helpcontent2/source/text/swriter/02.po, 155, 334, 366, 0, 0, 271, 2716, 426, 3050 -translations/source/sq/helpcontent2/source/text/swriter/04.po, 80, 200, 230, 0, 0, 174, 1076, 254, 1276 -translations/source/sq/helpcontent2/source/text/swriter/guide.po, 323, 1040, 1095, 0, 0, 1821, 26897, 2144, 27937 -translations/source/sq/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 49, 1, 1, 286, 2978, 326, 3019 -translations/source/sq/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po, 520, 3956, 4475, 7, 119, 29, 276, 556, 4351 -translations/source/sq/librelogo/source/pythonpath.po, 138, 173, 203, 0, 0, 0, 0, 138, 173 -translations/source/sq/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 11, 86, 95, 1, 3, 37, 604, 49, 693 -translations/source/sq/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/sq/nlpsolver/src/locale.po, 14, 18, 20, 0, 0, 27, 87, 41, 105 -translations/source/sq/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/sq/officecfg/registry/data/org/openoffice/Office.po, 477, 671, 722, 111, 130, 720, 1040, 1308, 1841 -translations/source/sq/officecfg/registry/data/org/openoffice/Office/UI.po, 2460, 4891, 6008, 528, 1020, 689, 1811, 3677, 7722 -translations/source/sq/readlicense_oo/docs.po, 66, 1232, 1337, 1, 1, 36, 1170, 103, 2403 -translations/source/sq/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -translations/source/sq/reportdesign/messages.po, 199, 377, 489, 25, 45, 34, 195, 258, 617 -translations/source/sq/sc/messages.po, 2644, 11313, 11491, 756, 2148, 1286, 6799, 4686, 20260 -translations/source/sq/scaddins/messages.po, 623, 1773, 1692, 21, 76, 257, 1339, 901, 3188 -translations/source/sq/sccomp/messages.po, 14, 65, 76, 0, 0, 0, 0, 14, 65 -translations/source/sq/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/sq/scp2/source/base.po, 10, 44, 50, 0, 0, 0, 0, 10, 44 -translations/source/sq/scp2/source/calc.po, 20, 77, 104, 0, 0, 2, 17, 22, 94 -translations/source/sq/scp2/source/draw.po, 36, 134, 132, 0, 0, 5, 15, 41, 149 -translations/source/sq/scp2/source/extensions.po, 7, 17, 19, 0, 0, 9, 48, 16, 65 -translations/source/sq/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/sq/scp2/source/graphicfilter.po, 30, 101, 106, 0, 0, 0, 0, 30, 101 -translations/source/sq/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -translations/source/sq/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/sq/scp2/source/math.po, 10, 42, 41, 0, 0, 0, 0, 10, 42 -translations/source/sq/scp2/source/onlineupdate.po, 1, 2, 3, 0, 0, 1, 11, 2, 13 -translations/source/sq/scp2/source/ooo.po, 338, 1295, 1671, 78, 412, 166, 317, 582, 2024 -translations/source/sq/scp2/source/python.po, 1, 1, 1, 0, 0, 1, 6, 2, 7 -translations/source/sq/scp2/source/quickstart.po, 1, 1, 5, 0, 0, 1, 14, 2, 15 -translations/source/sq/scp2/source/winexplorerext.po, 1, 3, 3, 0, 0, 1, 15, 2, 18 -translations/source/sq/scp2/source/writer.po, 22, 94, 97, 2, 8, 3, 12, 27, 114 -translations/source/sq/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/sq/sd/messages.po, 688, 1624, 1827, 237, 389, 394, 938, 1319, 2951 -translations/source/sq/setup_native/source/mac.po, 23, 131, 144, 0, 0, 0, 0, 23, 131 -translations/source/sq/sfx2/messages.po, 344, 1089, 1201, 71, 172, 166, 965, 581, 2226 -translations/source/sq/shell/source/win32/shlxthandler/res.po, 37, 45, 54, 0, 0, 0, 0, 37, 45 -translations/source/sq/starmath/messages.po, 382, 638, 775, 33, 59, 90, 271, 505, 968 -translations/source/sq/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/sq/svtools/messages.po, 489, 1338, 1525, 50, 110, 375, 1163, 914, 2611 -translations/source/sq/svx/messages.po, 1639, 3800, 4523, 433, 911, 774, 2513, 2846, 7224 -translations/source/sq/sw/messages.po, 2440, 4725, 5478, 469, 1083, 532, 1932, 3441, 7740 -translations/source/sq/swext/mediawiki/help.po, 40, 220, 241, 5, 136, 44, 1048, 89, 1404 -translations/source/sq/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sq/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 30, 150, 137, 0, 0, 2, 31, 32, 181 -translations/source/sq/sysui/desktop/share.po, 66, 277, 307, 0, 0, 0, 0, 66, 277 -translations/source/sq/uui/messages.po, 157, 1554, 1679, 0, 0, 0, 0, 157, 1554 -translations/source/sq/vcl/messages.po, 354, 731, 851, 0, 0, 2, 6, 356, 737 -translations/source/sq/wizards/messages.po, 138, 402, 431, 11, 14, 116, 626, 265, 1042 -translations/source/sq/wizards/source/resources.po, 361, 1411, 1490, 54, 110, 139, 765, 554, 2286 -translations/source/sq/writerperfect/messages.po, 30, 65, 77, 0, 0, 0, 0, 30, 65 -translations/source/sq/xmlsecurity/messages.po, 25, 139, 160, 24, 53, 42, 232, 91, 424 -translations/source/sr-Latn/accessibility/messages.po, 1, 1, 1, 7, 13, 3, 13, 11, 27 -translations/source/sr-Latn/avmedia/messages.po, 13, 15, 16, 3, 3, 6, 27, 22, 45 -translations/source/sr-Latn/basctl/messages.po, 89, 375, 341, 42, 67, 24, 169, 155, 611 -translations/source/sr-Latn/basic/messages.po, 135, 549, 557, 0, 0, 0, 0, 135, 549 -translations/source/sr-Latn/chart2/messages.po, 140, 402, 404, 234, 337, 248, 611, 622, 1350 -translations/source/sr-Latn/connectivity/messages.po, 96, 957, 827, 11, 95, 1, 16, 108, 1068 -translations/source/sr-Latn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sr-Latn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr-Latn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr-Latn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -translations/source/sr-Latn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sr-Latn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr-Latn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sr-Latn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sr-Latn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/sr-Latn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr-Latn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr-Latn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sr-Latn/cui/messages.po, 294, 957, 862, 1086, 1731, 901, 2722, 2281, 5410 -translations/source/sr-Latn/dbaccess/messages.po, 331, 2357, 2077, 182, 417, 295, 1716, 808, 4490 -translations/source/sr-Latn/desktop/messages.po, 75, 457, 437, 42, 342, 45, 426, 162, 1225 -translations/source/sr-Latn/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sr-Latn/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sr-Latn/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/sr-Latn/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/sr-Latn/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/sr-Latn/dictionaries/en/dialog.po, 37, 176, 175, 0, 0, 0, 0, 37, 176 -translations/source/sr-Latn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -translations/source/sr-Latn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sr-Latn/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sr-Latn/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sr-Latn/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/sr-Latn/dictionaries/hu_HU/dialog.po, 31, 69, 69, 1, 2, 0, 0, 32, 71 -translations/source/sr-Latn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -translations/source/sr-Latn/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sr-Latn/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sr-Latn/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/sr-Latn/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/sr-Latn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sr-Latn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -translations/source/sr-Latn/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/sr-Latn/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/sr-Latn/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -translations/source/sr-Latn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 3, 1, 2, 2, 5 -translations/source/sr-Latn/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/sr-Latn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sr-Latn/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr-Latn/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr-Latn/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr-Latn/editeng/messages.po, 240, 584, 592, 14, 33, 12, 40, 266, 657 -translations/source/sr-Latn/extensions/messages.po, 407, 1072, 1072, 168, 318, 87, 699, 662, 2089 -translations/source/sr-Latn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr-Latn/extras/source/autocorr/emoji.po, 0, 0, 0, 173, 177, 990, 1211, 1163, 1388 -translations/source/sr-Latn/extras/source/gallery/share.po, 0, 0, 0, 8, 10, 3, 4, 11, 14 -translations/source/sr-Latn/filter/messages.po, 50, 240, 207, 55, 156, 117, 422, 222, 818 -translations/source/sr-Latn/filter/source/config/fragments/filters.po, 0, 0, 0, 116, 408, 96, 327, 212, 735 -translations/source/sr-Latn/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/sr-Latn/filter/source/config/fragments/types.po, 16, 45, 48, 16, 69, 6, 26, 38, 140 -translations/source/sr-Latn/forms/messages.po, 54, 314, 283, 1, 2, 3, 14, 58, 330 -translations/source/sr-Latn/formula/messages.po, 301, 302, 302, 69, 93, 67, 118, 437, 513 -translations/source/sr-Latn/fpicker/messages.po, 19, 71, 65, 25, 48, 16, 43, 60, 162 -translations/source/sr-Latn/framework/messages.po, 18, 167, 138, 6, 14, 5, 29, 29, 210 -translations/source/sr-Latn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 434, 3859, 3452, 117, 398, 6, 81, 557, 4338 -translations/source/sr-Latn/librelogo/source/pythonpath.po, 35, 70, 72, 44, 46, 59, 57, 138, 173 -translations/source/sr-Latn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 33, 262, 228, 2, 5, 14, 426, 49, 693 -translations/source/sr-Latn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -translations/source/sr-Latn/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -translations/source/sr-Latn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 29, 9, 29 -translations/source/sr-Latn/officecfg/registry/data/org/openoffice/Office.po, 651, 829, 1200, 590, 595, 66, 417, 1307, 1841 -translations/source/sr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po, 1710, 3829, 3940, 1392, 2324, 552, 1421, 3654, 7574 -translations/source/sr-Latn/readlicense_oo/docs.po, 41, 609, 575, 3, 119, 59, 1676, 103, 2404 -translations/source/sr-Latn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/sr-Latn/reportdesign/messages.po, 162, 429, 410, 68, 120, 28, 68, 258, 617 -translations/source/sr-Latn/sc/messages.po, 138, 648, 595, 3390, 14874, 994, 4299, 4522, 19821 -translations/source/sr-Latn/scaddins/messages.po, 0, 0, 0, 801, 2569, 100, 619, 901, 3188 -translations/source/sr-Latn/sccomp/messages.po, 11, 47, 40, 1, 4, 2, 14, 14, 65 -translations/source/sr-Latn/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/sr-Latn/scp2/source/base.po, 9, 42, 43, 1, 2, 0, 0, 10, 44 -translations/source/sr-Latn/scp2/source/calc.po, 19, 81, 80, 1, 4, 2, 9, 22, 94 -translations/source/sr-Latn/scp2/source/draw.po, 15, 60, 58, 1, 5, 25, 84, 41, 149 -translations/source/sr-Latn/scp2/source/extensions.po, 9, 28, 26, 8, 27, 1, 14, 18, 69 -translations/source/sr-Latn/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/sr-Latn/scp2/source/graphicfilter.po, 26, 84, 131, 3, 15, 1, 2, 30, 101 -translations/source/sr-Latn/scp2/source/impress.po, 19, 74, 71, 1, 4, 1, 3, 21, 81 -translations/source/sr-Latn/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/sr-Latn/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/sr-Latn/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/sr-Latn/scp2/source/ooo.po, 377, 1635, 1697, 182, 316, 15, 45, 574, 1996 -translations/source/sr-Latn/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/sr-Latn/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/sr-Latn/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -translations/source/sr-Latn/scp2/source/writer.po, 22, 69, 71, 2, 33, 3, 12, 27, 114 -translations/source/sr-Latn/scp2/source/xsltfilter.po, 1, 3, 3, 1, 3, 0, 0, 2, 6 -translations/source/sr-Latn/sd/messages.po, 285, 936, 859, 617, 1076, 320, 815, 1222, 2827 -translations/source/sr-Latn/setup_native/source/mac.po, 20, 117, 109, 3, 14, 0, 0, 23, 131 -translations/source/sr-Latn/sfx2/messages.po, 100, 429, 399, 250, 457, 191, 1150, 541, 2036 -translations/source/sr-Latn/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 1, 1, 0, 0, 37, 45 -translations/source/sr-Latn/starmath/messages.po, 22, 32, 40, 375, 625, 109, 312, 506, 969 -translations/source/sr-Latn/svl/messages.po, 47, 83, 89, 16, 24, 8, 35, 71, 142 -translations/source/sr-Latn/svtools/messages.po, 519, 1025, 1031, 199, 869, 160, 579, 878, 2473 -translations/source/sr-Latn/svx/messages.po, 1129, 2848, 2773, 927, 1640, 721, 2482, 2777, 6970 -translations/source/sr-Latn/sw/messages.po, 959, 2180, 2214, 1788, 2779, 775, 2727, 3522, 7686 -translations/source/sr-Latn/swext/mediawiki/help.po, 48, 456, 377, 41, 971, 2, 21, 91, 1448 -translations/source/sr-Latn/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -translations/source/sr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -translations/source/sr-Latn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 155, 0, 0, 0, 0, 32, 181 -translations/source/sr-Latn/sysui/desktop/share.po, 43, 174, 172, 13, 56, 10, 47, 66, 277 -translations/source/sr-Latn/uui/messages.po, 87, 942, 826, 34, 274, 36, 273, 157, 1489 -translations/source/sr-Latn/vcl/messages.po, 111, 232, 219, 111, 169, 53, 144, 275, 545 -translations/source/sr-Latn/wizards/messages.po, 0, 0, 0, 264, 1041, 1, 1, 265, 1042 -translations/source/sr-Latn/wizards/source/resources.po, 0, 0, 0, 541, 2205, 13, 81, 554, 2286 -translations/source/sr-Latn/writerperfect/messages.po, 0, 0, 0, 6, 11, 9, 29, 15, 40 -translations/source/sr-Latn/xmlsecurity/messages.po, 0, 0, 0, 18, 24, 72, 399, 90, 423 -translations/source/sr/accessibility/messages.po, 1, 1, 1, 7, 13, 3, 13, 11, 27 -translations/source/sr/avmedia/messages.po, 13, 15, 16, 3, 3, 6, 27, 22, 45 -translations/source/sr/basctl/messages.po, 89, 375, 341, 42, 67, 24, 169, 155, 611 -translations/source/sr/basic/messages.po, 135, 549, 557, 0, 0, 0, 0, 135, 549 -translations/source/sr/chart2/messages.po, 140, 402, 404, 239, 346, 243, 602, 622, 1350 -translations/source/sr/connectivity/messages.po, 96, 957, 827, 11, 95, 1, 16, 108, 1068 -translations/source/sr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 7, 0, 0, 0, 0, 3, 5 -translations/source/sr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/sr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sr/cui/messages.po, 294, 957, 862, 1297, 2468, 690, 1985, 2281, 5410 -translations/source/sr/dbaccess/messages.po, 331, 2357, 2077, 191, 498, 286, 1635, 808, 4490 -translations/source/sr/desktop/messages.po, 75, 457, 437, 42, 342, 45, 426, 162, 1225 -translations/source/sr/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sr/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sr/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/sr/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/sr/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/sr/dictionaries/en/dialog.po, 37, 176, 175, 0, 0, 0, 0, 37, 176 -translations/source/sr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -translations/source/sr/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sr/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sr/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/sr/dictionaries/hu_HU/dialog.po, 31, 69, 69, 1, 2, 0, 0, 32, 71 -translations/source/sr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -translations/source/sr/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/sr/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sr/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/sr/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/sr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/sr/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -translations/source/sr/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/sr/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/sr/dictionaries/ru_RU/dialog.po, 14, 26, 26, 0, 0, 0, 0, 14, 26 -translations/source/sr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 2, 5, 0, 0, 2, 5 -translations/source/sr/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/sr/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sr/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/sr/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/sr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sr/editeng/messages.po, 240, 584, 592, 14, 33, 12, 40, 266, 657 -translations/source/sr/extensions/messages.po, 407, 1072, 1072, 172, 328, 83, 689, 662, 2089 -translations/source/sr/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/sr/extras/source/autocorr/emoji.po, 0, 0, 0, 173, 177, 990, 1211, 1163, 1388 -translations/source/sr/extras/source/gallery/share.po, 0, 0, 0, 9, 11, 2, 3, 11, 14 -translations/source/sr/filter/messages.po, 50, 240, 207, 55, 156, 117, 422, 222, 818 -translations/source/sr/filter/source/config/fragments/filters.po, 0, 0, 0, 116, 408, 96, 327, 212, 735 -translations/source/sr/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/sr/filter/source/config/fragments/types.po, 16, 45, 48, 16, 69, 6, 26, 38, 140 -translations/source/sr/forms/messages.po, 54, 314, 283, 1, 2, 3, 14, 58, 330 -translations/source/sr/formula/messages.po, 301, 302, 302, 69, 93, 67, 118, 437, 513 -translations/source/sr/fpicker/messages.po, 19, 71, 65, 25, 48, 16, 43, 60, 162 -translations/source/sr/framework/messages.po, 18, 167, 138, 6, 14, 5, 29, 29, 210 -translations/source/sr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 434, 3859, 3452, 117, 398, 6, 81, 557, 4338 -translations/source/sr/librelogo/source/pythonpath.po, 35, 70, 72, 49, 51, 54, 52, 138, 173 -translations/source/sr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 33, 262, 228, 2, 5, 14, 426, 49, 693 -translations/source/sr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -translations/source/sr/nlpsolver/src/locale.po, 41, 105, 113, 0, 0, 0, 0, 41, 105 -translations/source/sr/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 29, 9, 29 -translations/source/sr/officecfg/registry/data/org/openoffice/Office.po, 651, 829, 1200, 590, 595, 66, 417, 1307, 1841 -translations/source/sr/officecfg/registry/data/org/openoffice/Office/UI.po, 1710, 3829, 3940, 1397, 2333, 547, 1412, 3654, 7574 -translations/source/sr/readlicense_oo/docs.po, 41, 609, 575, 3, 119, 59, 1676, 103, 2404 -translations/source/sr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/sr/reportdesign/messages.po, 162, 429, 410, 70, 124, 26, 64, 258, 617 -translations/source/sr/sc/messages.po, 138, 648, 595, 3505, 15341, 879, 3832, 4522, 19821 -translations/source/sr/scaddins/messages.po, 0, 0, 0, 801, 2569, 100, 619, 901, 3188 -translations/source/sr/sccomp/messages.po, 11, 47, 40, 1, 4, 2, 14, 14, 65 -translations/source/sr/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/sr/scp2/source/base.po, 9, 42, 43, 1, 2, 0, 0, 10, 44 -translations/source/sr/scp2/source/calc.po, 19, 81, 80, 1, 4, 2, 9, 22, 94 -translations/source/sr/scp2/source/draw.po, 15, 60, 58, 1, 5, 25, 84, 41, 149 -translations/source/sr/scp2/source/extensions.po, 9, 28, 26, 8, 27, 1, 14, 18, 69 -translations/source/sr/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/sr/scp2/source/graphicfilter.po, 26, 84, 131, 3, 15, 1, 2, 30, 101 -translations/source/sr/scp2/source/impress.po, 19, 74, 71, 1, 4, 1, 3, 21, 81 -translations/source/sr/scp2/source/kde.po, 2, 9, 11, 0, 0, 0, 0, 2, 9 -translations/source/sr/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/sr/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/sr/scp2/source/ooo.po, 377, 1635, 1697, 183, 318, 14, 43, 574, 1996 -translations/source/sr/scp2/source/python.po, 2, 7, 5, 0, 0, 0, 0, 2, 7 -translations/source/sr/scp2/source/quickstart.po, 2, 15, 16, 0, 0, 0, 0, 2, 15 -translations/source/sr/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -translations/source/sr/scp2/source/writer.po, 22, 69, 71, 2, 33, 3, 12, 27, 114 -translations/source/sr/scp2/source/xsltfilter.po, 1, 3, 3, 1, 3, 0, 0, 2, 6 -translations/source/sr/sd/messages.po, 285, 936, 859, 653, 1156, 284, 735, 1222, 2827 -translations/source/sr/setup_native/source/mac.po, 20, 117, 109, 3, 14, 0, 0, 23, 131 -translations/source/sr/sfx2/messages.po, 100, 429, 399, 280, 525, 161, 1082, 541, 2036 -translations/source/sr/shell/source/win32/shlxthandler/res.po, 36, 44, 46, 1, 1, 0, 0, 37, 45 -translations/source/sr/starmath/messages.po, 22, 32, 40, 381, 633, 103, 304, 506, 969 -translations/source/sr/svl/messages.po, 47, 83, 89, 16, 24, 8, 35, 71, 142 -translations/source/sr/svtools/messages.po, 519, 1025, 1031, 221, 911, 138, 537, 878, 2473 -translations/source/sr/svx/messages.po, 1129, 2848, 2773, 967, 1737, 681, 2385, 2777, 6970 -translations/source/sr/sw/messages.po, 959, 2180, 2214, 1880, 3091, 683, 2415, 3522, 7686 -translations/source/sr/swext/mediawiki/help.po, 48, 456, 377, 41, 971, 2, 21, 91, 1448 -translations/source/sr/swext/mediawiki/src.po, 2, 39, 39, 0, 0, 0, 0, 2, 39 -translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 5, 0, 0, 0, 0, 2, 3 -translations/source/sr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 155, 0, 0, 0, 0, 32, 181 -translations/source/sr/sysui/desktop/share.po, 43, 174, 172, 13, 56, 10, 47, 66, 277 -translations/source/sr/uui/messages.po, 87, 942, 826, 39, 336, 31, 211, 157, 1489 -translations/source/sr/vcl/messages.po, 111, 232, 219, 111, 169, 53, 144, 275, 545 -translations/source/sr/wizards/messages.po, 0, 0, 0, 264, 1041, 1, 1, 265, 1042 -translations/source/sr/wizards/source/resources.po, 0, 0, 0, 541, 2205, 13, 81, 554, 2286 -translations/source/sr/writerperfect/messages.po, 0, 0, 0, 6, 11, 9, 29, 15, 40 -translations/source/sr/xmlsecurity/messages.po, 0, 0, 0, 49, 219, 41, 204, 90, 423 -translations/source/ss/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -translations/source/ss/avmedia/messages.po, 16, 26, 21, 1, 1, 5, 18, 22, 45 -translations/source/ss/basctl/messages.po, 75, 243, 203, 33, 49, 47, 319, 155, 611 -translations/source/ss/basic/messages.po, 8, 14, 11, 9, 31, 118, 504, 135, 549 -translations/source/ss/chart2/messages.po, 117, 165, 167, 184, 318, 319, 885, 620, 1368 -translations/source/ss/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/ss/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ss/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ss/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ss/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/ss/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ss/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ss/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ss/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ss/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ss/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ss/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ss/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ss/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ss/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ss/cui/messages.po, 498, 964, 864, 733, 1185, 1112, 3409, 2343, 5558 -translations/source/ss/dbaccess/messages.po, 307, 1613, 1146, 213, 639, 292, 2258, 812, 4510 -translations/source/ss/desktop/messages.po, 42, 166, 126, 14, 29, 106, 1030, 162, 1225 -translations/source/ss/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ss/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ss/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ss/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ss/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -translations/source/ss/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ss/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ss/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ss/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ss/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ss/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -translations/source/ss/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ss/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ss/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ss/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ss/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ss/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ss/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ss/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ss/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ss/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -translations/source/ss/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ss/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ss/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ss/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ss/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ss/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/editeng/messages.po, 200, 461, 432, 47, 139, 18, 56, 265, 656 -translations/source/ss/extensions/messages.po, 327, 662, 625, 179, 474, 157, 963, 663, 2099 -translations/source/ss/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ss/extras/source/autocorr/emoji.po, 42, 38, 38, 164, 155, 1369, 1624, 1575, 1817 -translations/source/ss/extras/source/gallery/share.po, 5, 7, 6, 2, 2, 5, 6, 12, 15 -translations/source/ss/filter/messages.po, 41, 160, 126, 33, 63, 148, 595, 222, 818 -translations/source/ss/filter/source/config/fragments/filters.po, 20, 58, 54, 10, 25, 190, 649, 220, 732 -translations/source/ss/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ss/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -translations/source/ss/forms/messages.po, 50, 278, 208, 1, 2, 7, 50, 58, 330 -translations/source/ss/formula/messages.po, 283, 286, 286, 70, 95, 85, 133, 438, 514 -translations/source/ss/fpicker/messages.po, 25, 39, 39, 18, 52, 18, 72, 61, 163 -translations/source/ss/framework/messages.po, 8, 14, 15, 7, 15, 14, 181, 29, 210 -translations/source/ss/instsetoo_native/inc_openoffice/windows/msi_languages.po, 368, 3379, 2605, 96, 238, 93, 737, 557, 4354 -translations/source/ss/librelogo/source/pythonpath.po, 12, 12, 12, 44, 44, 82, 117, 138, 173 -translations/source/ss/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -translations/source/ss/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ss/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -translations/source/ss/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ss/officecfg/registry/data/org/openoffice/Office.po, 499, 588, 604, 331, 325, 478, 928, 1308, 1841 -translations/source/ss/officecfg/registry/data/org/openoffice/Office/UI.po, 1453, 3077, 2889, 988, 1669, 1236, 2976, 3677, 7722 -translations/source/ss/readlicense_oo/docs.po, 7, 41, 33, 1, 1, 95, 2361, 103, 2403 -translations/source/ss/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ss/reportdesign/messages.po, 70, 90, 89, 67, 114, 121, 413, 258, 617 -translations/source/ss/sc/messages.po, 1304, 7002, 4654, 1371, 3587, 2011, 9671, 4686, 20260 -translations/source/ss/scaddins/messages.po, 260, 1345, 979, 192, 434, 449, 1409, 901, 3188 -translations/source/ss/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/ss/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/ss/scp2/source/base.po, 8, 40, 33, 0, 0, 2, 4, 10, 44 -translations/source/ss/scp2/source/calc.po, 13, 41, 39, 4, 33, 5, 20, 22, 94 -translations/source/ss/scp2/source/draw.po, 11, 45, 38, 1, 5, 29, 99, 41, 149 -translations/source/ss/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/ss/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ss/scp2/source/graphicfilter.po, 24, 77, 77, 2, 6, 4, 18, 30, 101 -translations/source/ss/scp2/source/impress.po, 15, 59, 53, 2, 8, 4, 14, 21, 81 -translations/source/ss/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ss/scp2/source/math.po, 9, 39, 34, 0, 0, 1, 3, 10, 42 -translations/source/ss/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/ss/scp2/source/ooo.po, 153, 199, 197, 128, 685, 301, 1140, 582, 2024 -translations/source/ss/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ss/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/ss/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/ss/scp2/source/writer.po, 14, 37, 37, 2, 7, 11, 70, 27, 114 -translations/source/ss/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/ss/sd/messages.po, 340, 809, 717, 336, 586, 643, 1556, 1319, 2951 -translations/source/ss/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -translations/source/ss/sfx2/messages.po, 155, 296, 256, 128, 263, 298, 1667, 581, 2226 -translations/source/ss/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/ss/starmath/messages.po, 261, 461, 435, 112, 158, 131, 348, 504, 967 -translations/source/ss/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ss/svtools/messages.po, 394, 856, 802, 100, 205, 420, 1550, 914, 2611 -translations/source/ss/svx/messages.po, 1143, 2422, 2306, 623, 1157, 1080, 3645, 2846, 7224 -translations/source/ss/sw/messages.po, 978, 1678, 1692, 1216, 2013, 1247, 4049, 3441, 7740 -translations/source/ss/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -translations/source/ss/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ss/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 7, 8, 8, 6, 6, 19, 167, 32, 181 -translations/source/ss/sysui/desktop/share.po, 32, 120, 108, 12, 63, 22, 94, 66, 277 -translations/source/ss/uui/messages.po, 12, 87, 62, 26, 87, 119, 1380, 157, 1554 -translations/source/ss/vcl/messages.po, 107, 136, 125, 65, 107, 184, 494, 356, 737 -translations/source/ss/wizards/messages.po, 135, 716, 538, 49, 82, 81, 244, 265, 1042 -translations/source/ss/wizards/source/resources.po, 405, 1748, 1303, 70, 181, 79, 357, 554, 2286 -translations/source/ss/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/ss/xmlsecurity/messages.po, 17, 25, 25, 14, 51, 60, 348, 91, 424 -translations/source/st/accessibility/messages.po, 5, 9, 17, 0, 0, 6, 18, 11, 27 -translations/source/st/avmedia/messages.po, 17, 27, 28, 0, 0, 5, 18, 22, 45 -translations/source/st/basctl/messages.po, 74, 242, 316, 34, 50, 47, 319, 155, 611 -translations/source/st/basic/messages.po, 8, 14, 13, 9, 31, 118, 504, 135, 549 -translations/source/st/chart2/messages.po, 113, 161, 214, 194, 333, 313, 874, 620, 1368 -translations/source/st/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/st/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/st/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/st/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/st/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/st/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/st/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/st/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/st/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/st/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/st/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/st/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/st/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/st/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/st/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/st/cui/messages.po, 468, 925, 1204, 764, 1226, 1111, 3407, 2343, 5558 -translations/source/st/dbaccess/messages.po, 303, 1609, 1925, 215, 641, 294, 2260, 812, 4510 -translations/source/st/desktop/messages.po, 42, 166, 237, 14, 29, 106, 1030, 162, 1225 -translations/source/st/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/st/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/st/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/st/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/st/dictionaries/en/dialog.po, 1, 1, 2, 2, 3, 34, 172, 37, 176 -translations/source/st/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/st/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/st/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/st/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/st/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/st/dictionaries/hu_HU/dialog.po, 2, 2, 2, 4, 5, 26, 64, 32, 71 -translations/source/st/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/st/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/st/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/st/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/st/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/st/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/st/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/st/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/st/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/st/dictionaries/ru_RU/dialog.po, 2, 2, 3, 0, 0, 12, 24, 14, 26 -translations/source/st/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/st/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/st/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/st/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/st/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/st/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/editeng/messages.po, 198, 459, 728, 49, 141, 18, 56, 265, 656 -translations/source/st/extensions/messages.po, 323, 659, 992, 182, 476, 158, 964, 663, 2099 -translations/source/st/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/st/extras/source/autocorr/emoji.po, 42, 38, 41, 164, 155, 1369, 1624, 1575, 1817 -translations/source/st/extras/source/gallery/share.po, 5, 7, 7, 2, 2, 5, 6, 12, 15 -translations/source/st/filter/messages.po, 41, 160, 208, 32, 62, 149, 596, 222, 818 -translations/source/st/filter/source/config/fragments/filters.po, 20, 58, 72, 9, 24, 191, 650, 220, 732 -translations/source/st/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/st/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -translations/source/st/forms/messages.po, 50, 278, 339, 1, 2, 7, 50, 58, 330 -translations/source/st/formula/messages.po, 156, 159, 163, 78, 102, 202, 251, 436, 512 -translations/source/st/fpicker/messages.po, 25, 39, 48, 18, 52, 18, 72, 61, 163 -translations/source/st/framework/messages.po, 8, 14, 21, 7, 15, 14, 181, 29, 210 -translations/source/st/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 4517, 90, 232, 93, 737, 557, 4354 -translations/source/st/librelogo/source/pythonpath.po, 13, 13, 16, 41, 41, 84, 119, 138, 173 -translations/source/st/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -translations/source/st/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/st/nlpsolver/src/locale.po, 7, 7, 8, 6, 7, 28, 91, 41, 105 -translations/source/st/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/st/officecfg/registry/data/org/openoffice/Office.po, 476, 565, 621, 354, 348, 478, 928, 1308, 1841 -translations/source/st/officecfg/registry/data/org/openoffice/Office/UI.po, 1434, 3063, 4853, 1009, 1692, 1234, 2967, 3677, 7722 -translations/source/st/readlicense_oo/docs.po, 7, 41, 59, 1, 1, 95, 2361, 103, 2403 -translations/source/st/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/st/reportdesign/messages.po, 63, 83, 102, 73, 120, 122, 414, 258, 617 -translations/source/st/sc/messages.po, 1299, 7005, 7955, 1364, 3577, 2023, 9678, 4686, 20260 -translations/source/st/scaddins/messages.po, 259, 1344, 1770, 191, 433, 449, 1409, 899, 3186 -translations/source/st/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/st/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/st/scp2/source/base.po, 8, 40, 53, 0, 0, 2, 4, 10, 44 -translations/source/st/scp2/source/calc.po, 13, 41, 70, 4, 33, 5, 20, 22, 94 -translations/source/st/scp2/source/draw.po, 11, 45, 72, 1, 5, 29, 99, 41, 149 -translations/source/st/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/st/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/st/scp2/source/graphicfilter.po, 24, 77, 170, 2, 6, 4, 18, 30, 101 -translations/source/st/scp2/source/impress.po, 15, 59, 80, 2, 8, 4, 14, 21, 81 -translations/source/st/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/st/scp2/source/math.po, 9, 39, 54, 0, 0, 1, 3, 10, 42 -translations/source/st/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/st/scp2/source/ooo.po, 155, 203, 220, 126, 681, 301, 1140, 582, 2024 -translations/source/st/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/st/scp2/source/quickstart.po, 2, 15, 22, 0, 0, 0, 0, 2, 15 -translations/source/st/scp2/source/winexplorerext.po, 2, 18, 25, 0, 0, 0, 0, 2, 18 -translations/source/st/scp2/source/writer.po, 14, 37, 51, 2, 7, 11, 70, 27, 114 -translations/source/st/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/st/sd/messages.po, 322, 791, 1036, 353, 603, 644, 1557, 1319, 2951 -translations/source/st/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -translations/source/st/sfx2/messages.po, 154, 295, 398, 128, 263, 299, 1668, 581, 2226 -translations/source/st/shell/source/win32/shlxthandler/res.po, 37, 45, 56, 0, 0, 0, 0, 37, 45 -translations/source/st/starmath/messages.po, 263, 463, 655, 110, 156, 131, 348, 504, 967 -translations/source/st/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/st/svtools/messages.po, 393, 857, 1073, 102, 206, 419, 1548, 914, 2611 -translations/source/st/svx/messages.po, 1131, 2410, 3539, 623, 1148, 1092, 3666, 2846, 7224 -translations/source/st/sw/messages.po, 917, 1612, 2124, 1285, 2094, 1239, 4034, 3441, 7740 -translations/source/st/swext/mediawiki/help.po, 5, 5, 5, 5, 7, 79, 1392, 89, 1404 -translations/source/st/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/st/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 6, 6, 6, 7, 7, 19, 168, 32, 181 -translations/source/st/sysui/desktop/share.po, 30, 117, 187, 14, 66, 22, 94, 66, 277 -translations/source/st/uui/messages.po, 11, 86, 122, 27, 88, 119, 1380, 157, 1554 -translations/source/st/vcl/messages.po, 100, 129, 132, 73, 116, 183, 492, 356, 737 -translations/source/st/wizards/messages.po, 134, 715, 895, 50, 83, 81, 244, 265, 1042 -translations/source/st/wizards/source/resources.po, 395, 1735, 2169, 80, 194, 79, 357, 554, 2286 -translations/source/st/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/st/xmlsecurity/messages.po, 17, 25, 37, 14, 51, 60, 348, 91, 424 -translations/source/sv/accessibility/messages.po, 11, 27, 28, 0, 0, 0, 0, 11, 27 -translations/source/sv/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/sv/basctl/messages.po, 155, 611, 584, 0, 0, 0, 0, 155, 611 -translations/source/sv/basic/messages.po, 135, 549, 593, 0, 0, 0, 0, 135, 549 -translations/source/sv/chart2/messages.po, 620, 1368, 1140, 0, 0, 0, 0, 620, 1368 -translations/source/sv/connectivity/messages.po, 106, 1047, 870, 0, 0, 0, 0, 106, 1047 -translations/source/sv/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sv/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sv/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sv/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/sv/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -translations/source/sv/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sv/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sv/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sv/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/sv/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sv/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/sv/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/sv/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sv/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sv/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sv/cui/messages.po, 2343, 5558, 5216, 0, 0, 0, 0, 2343, 5558 -translations/source/sv/dbaccess/messages.po, 812, 4510, 3951, 0, 0, 0, 0, 812, 4510 -translations/source/sv/desktop/messages.po, 162, 1225, 1213, 0, 0, 0, 0, 162, 1225 -translations/source/sv/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sv/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/bo.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/ca.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/cs_CZ.po, 1, 8, 5, 0, 0, 0, 0, 1, 8 -translations/source/sv/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/de.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/sv/dictionaries/el_GR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/en.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/sv/dictionaries/en/dialog.po, 37, 176, 154, 0, 0, 0, 0, 37, 176 -translations/source/sv/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/sv/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/sv/dictionaries/et_EE.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/fr_FR.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/gd_GB.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/sv/dictionaries/gl.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/sv/dictionaries/he_IL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/hr_HR.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/hu_HU.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/sv/dictionaries/hu_HU/dialog.po, 32, 71, 68, 0, 0, 0, 0, 32, 71 -translations/source/sv/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/sv/dictionaries/id.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/is.po, 1, 7, 5, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/it_IT.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/sv/dictionaries/lo_LA.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/sv/dictionaries/nl_NL.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/sv/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/pl_PL.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/pt_BR.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/sv/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/sv/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/sv/dictionaries/pt_PT.po, 1, 8, 6, 0, 0, 0, 0, 1, 8 -translations/source/sv/dictionaries/ro.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/ru_RU.po, 1, 9, 6, 0, 0, 0, 0, 1, 9 -translations/source/sv/dictionaries/ru_RU/dialog.po, 14, 26, 25, 0, 0, 0, 0, 14, 26 -translations/source/sv/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/sv/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/sk_SK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/sl_SI.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/sq_AL.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/sr.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/sv/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/sv/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/te_IN.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/sv/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/tr_TR.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/uk_UA.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/sv/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/editeng/messages.po, 265, 656, 631, 0, 0, 0, 0, 265, 656 -translations/source/sv/extensions/messages.po, 663, 2099, 1777, 0, 0, 0, 0, 663, 2099 -translations/source/sv/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/sv/extras/source/autocorr/emoji.po, 1575, 1817, 1747, 0, 0, 0, 0, 1575, 1817 -translations/source/sv/extras/source/gallery/share.po, 12, 15, 14, 0, 0, 0, 0, 12, 15 -translations/source/sv/filter/messages.po, 222, 818, 719, 0, 0, 0, 0, 222, 818 -translations/source/sv/filter/source/config/fragments/filters.po, 220, 732, 649, 0, 0, 0, 0, 220, 732 -translations/source/sv/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 137, 0, 0, 0, 0, 38, 139 -translations/source/sv/filter/source/config/fragments/types.po, 38, 121, 105, 0, 0, 0, 0, 38, 121 -translations/source/sv/forms/messages.po, 58, 330, 307, 0, 0, 0, 0, 58, 330 -translations/source/sv/formula/messages.po, 438, 514, 525, 0, 0, 0, 0, 438, 514 -translations/source/sv/fpicker/messages.po, 61, 163, 142, 0, 0, 0, 0, 61, 163 -translations/source/sv/framework/messages.po, 29, 210, 188, 0, 0, 0, 0, 29, 210 -translations/source/sv/helpcontent2/source/auxiliary.po, 105, 302, 267, 0, 0, 0, 0, 105, 302 -translations/source/sv/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1256, 0, 0, 0, 0, 103, 1345 -translations/source/sv/helpcontent2/source/text/sbasic/shared.po, 3675, 30308, 26822, 0, 0, 830, 5123, 4505, 35431 -translations/source/sv/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 405, 0, 0, 4, 57, 67, 465 -translations/source/sv/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1316, 0, 0, 0, 0, 198, 1482 -translations/source/sv/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/sv/helpcontent2/source/text/scalc.po, 187, 986, 846, 0, 0, 0, 0, 187, 986 -translations/source/sv/helpcontent2/source/text/scalc/00.po, 70, 237, 227, 0, 0, 131, 708, 201, 945 -translations/source/sv/helpcontent2/source/text/scalc/01.po, 5937, 52524, 44767, 0, 0, 1558, 20631, 7495, 73155 -translations/source/sv/helpcontent2/source/text/scalc/02.po, 118, 796, 672, 0, 0, 5, 14, 123, 810 -translations/source/sv/helpcontent2/source/text/scalc/04.po, 187, 1497, 1352, 0, 0, 0, 0, 187, 1497 -translations/source/sv/helpcontent2/source/text/scalc/05.po, 92, 751, 678, 0, 0, 45, 102, 137, 853 -translations/source/sv/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/sv/helpcontent2/source/text/scalc/guide.po, 1364, 19648, 17566, 0, 0, 105, 1945, 1469, 21593 -translations/source/sv/helpcontent2/source/text/schart.po, 87, 794, 697, 0, 0, 9, 137, 96, 931 -translations/source/sv/helpcontent2/source/text/schart/00.po, 60, 347, 303, 0, 0, 0, 0, 60, 347 -translations/source/sv/helpcontent2/source/text/schart/01.po, 899, 10687, 8948, 0, 0, 73, 1139, 972, 11826 -translations/source/sv/helpcontent2/source/text/schart/02.po, 25, 117, 96, 0, 0, 0, 0, 25, 117 -translations/source/sv/helpcontent2/source/text/schart/04.po, 32, 133, 118, 0, 0, 0, 0, 32, 133 -translations/source/sv/helpcontent2/source/text/sdraw.po, 123, 732, 697, 0, 0, 0, 0, 123, 732 -translations/source/sv/helpcontent2/source/text/sdraw/00.po, 2, 8, 13, 0, 0, 0, 0, 2, 8 -translations/source/sv/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/sv/helpcontent2/source/text/sdraw/04.po, 103, 489, 483, 0, 0, 0, 0, 103, 489 -translations/source/sv/helpcontent2/source/text/sdraw/guide.po, 264, 2896, 2971, 0, 0, 11, 176, 275, 3072 -translations/source/sv/helpcontent2/source/text/shared.po, 235, 2098, 1863, 0, 0, 15, 210, 250, 2308 -translations/source/sv/helpcontent2/source/text/shared/00.po, 827, 7637, 6742, 0, 0, 740, 8057, 1567, 15694 -translations/source/sv/helpcontent2/source/text/shared/01.po, 3903, 31924, 28264, 0, 0, 1584, 20038, 5487, 51962 -translations/source/sv/helpcontent2/source/text/shared/02.po, 1750, 19718, 16780, 0, 0, 432, 9404, 2182, 29122 -translations/source/sv/helpcontent2/source/text/shared/04.po, 238, 983, 791, 0, 0, 75, 1088, 313, 2071 -translations/source/sv/helpcontent2/source/text/shared/05.po, 127, 1430, 1304, 0, 0, 69, 910, 196, 2340 -translations/source/sv/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/sv/helpcontent2/source/text/shared/07.po, 6, 65, 63, 0, 0, 1, 17, 7, 82 -translations/source/sv/helpcontent2/source/text/shared/autokorr.po, 48, 420, 334, 0, 0, 0, 0, 48, 420 -translations/source/sv/helpcontent2/source/text/shared/autopi.po, 757, 6572, 5696, 0, 0, 130, 1822, 887, 8394 -translations/source/sv/helpcontent2/source/text/shared/explorer/database.po, 1469, 14596, 12620, 0, 0, 172, 4261, 1641, 18857 -translations/source/sv/helpcontent2/source/text/shared/guide.po, 2104, 29662, 26291, 0, 0, 412, 6781, 2516, 36443 -translations/source/sv/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/sv/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/sv/helpcontent2/source/text/shared/optionen.po, 1542, 16921, 14780, 0, 0, 392, 6430, 1934, 23351 -translations/source/sv/helpcontent2/source/text/simpress.po, 196, 1360, 1285, 0, 0, 3, 35, 199, 1395 -translations/source/sv/helpcontent2/source/text/simpress/00.po, 163, 902, 804, 0, 0, 0, 0, 163, 902 -translations/source/sv/helpcontent2/source/text/simpress/01.po, 877, 6683, 5961, 0, 0, 169, 1831, 1046, 8514 -translations/source/sv/helpcontent2/source/text/simpress/02.po, 653, 6468, 6056, 0, 0, 7, 41, 660, 6509 -translations/source/sv/helpcontent2/source/text/simpress/04.po, 198, 989, 818, 0, 0, 41, 149, 239, 1138 -translations/source/sv/helpcontent2/source/text/simpress/guide.po, 603, 7994, 7339, 0, 0, 164, 2288, 767, 10282 -translations/source/sv/helpcontent2/source/text/smath.po, 56, 609, 579, 0, 0, 4, 130, 60, 739 -translations/source/sv/helpcontent2/source/text/smath/00.po, 62, 334, 261, 0, 0, 4, 21, 66, 355 -translations/source/sv/helpcontent2/source/text/smath/01.po, 1116, 11790, 10902, 0, 0, 435, 2069, 1551, 13859 -translations/source/sv/helpcontent2/source/text/smath/02.po, 6, 97, 85, 0, 0, 0, 0, 6, 97 -translations/source/sv/helpcontent2/source/text/smath/04.po, 25, 130, 106, 0, 0, 1, 5, 26, 135 -translations/source/sv/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/sv/helpcontent2/source/text/smath/guide.po, 96, 1031, 967, 0, 0, 8, 162, 104, 1193 -translations/source/sv/helpcontent2/source/text/swriter.po, 258, 2086, 1864, 0, 0, 78, 860, 336, 2946 -translations/source/sv/helpcontent2/source/text/swriter/00.po, 231, 1113, 949, 0, 0, 79, 705, 310, 1818 -translations/source/sv/helpcontent2/source/text/swriter/01.po, 2770, 26230, 23228, 0, 0, 576, 7563, 3346, 33793 -translations/source/sv/helpcontent2/source/text/swriter/02.po, 378, 2494, 2241, 0, 0, 48, 556, 426, 3050 -translations/source/sv/helpcontent2/source/text/swriter/04.po, 253, 1273, 1098, 0, 0, 1, 3, 254, 1276 -translations/source/sv/helpcontent2/source/text/swriter/guide.po, 1939, 24266, 22024, 0, 0, 205, 3671, 2144, 27937 -translations/source/sv/helpcontent2/source/text/swriter/librelogo.po, 321, 2824, 2704, 1, 120, 4, 75, 326, 3019 -translations/source/sv/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/sv/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 4136, 0, 0, 0, 0, 557, 4354 -translations/source/sv/librelogo/source/pythonpath.po, 138, 173, 170, 0, 0, 0, 0, 138, 173 -translations/source/sv/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 613, 0, 0, 0, 0, 49, 693 -translations/source/sv/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 18, 0, 0, 0, 0, 2, 21 -translations/source/sv/nlpsolver/src/locale.po, 41, 105, 103, 0, 0, 0, 0, 41, 105 -translations/source/sv/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -translations/source/sv/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1742, 0, 0, 0, 0, 1308, 1841 -translations/source/sv/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 6945, 0, 0, 0, 0, 3677, 7722 -translations/source/sv/readlicense_oo/docs.po, 103, 2403, 2181, 0, 0, 0, 0, 103, 2403 -translations/source/sv/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/sv/reportdesign/messages.po, 258, 617, 563, 0, 0, 0, 0, 258, 617 -translations/source/sv/sc/messages.po, 4686, 20260, 16459, 0, 0, 0, 0, 4686, 20260 -translations/source/sv/scaddins/messages.po, 901, 3188, 2634, 0, 0, 0, 0, 901, 3188 -translations/source/sv/sccomp/messages.po, 14, 65, 52, 0, 0, 0, 0, 14, 65 -translations/source/sv/scp2/source/activex.po, 2, 16, 18, 0, 0, 0, 0, 2, 16 -translations/source/sv/scp2/source/base.po, 10, 44, 40, 0, 0, 0, 0, 10, 44 -translations/source/sv/scp2/source/calc.po, 22, 94, 83, 0, 0, 0, 0, 22, 94 -translations/source/sv/scp2/source/draw.po, 41, 149, 113, 0, 0, 0, 0, 41, 149 -translations/source/sv/scp2/source/extensions.po, 16, 65, 68, 0, 0, 0, 0, 16, 65 -translations/source/sv/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -translations/source/sv/scp2/source/graphicfilter.po, 30, 101, 93, 0, 0, 0, 0, 30, 101 -translations/source/sv/scp2/source/impress.po, 21, 81, 71, 0, 0, 0, 0, 21, 81 -translations/source/sv/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/sv/scp2/source/math.po, 10, 42, 42, 0, 0, 0, 0, 10, 42 -translations/source/sv/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/sv/scp2/source/ooo.po, 582, 2024, 1843, 0, 0, 0, 0, 582, 2024 -translations/source/sv/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/sv/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/sv/scp2/source/winexplorerext.po, 2, 18, 24, 0, 0, 0, 0, 2, 18 -translations/source/sv/scp2/source/writer.po, 27, 114, 90, 0, 0, 0, 0, 27, 114 -translations/source/sv/scp2/source/xsltfilter.po, 2, 6, 2, 0, 0, 0, 0, 2, 6 -translations/source/sv/sd/messages.po, 1277, 2908, 2680, 0, 0, 42, 43, 1319, 2951 -translations/source/sv/setup_native/source/mac.po, 23, 131, 123, 0, 0, 0, 0, 23, 131 -translations/source/sv/sfx2/messages.po, 577, 2096, 1925, 0, 0, 4, 130, 581, 2226 -translations/source/sv/shell/source/win32/shlxthandler/res.po, 37, 45, 39, 0, 0, 0, 0, 37, 45 -translations/source/sv/starmath/messages.po, 499, 944, 900, 0, 0, 6, 24, 505, 968 -translations/source/sv/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sv/svtools/messages.po, 914, 2611, 2413, 0, 0, 0, 0, 914, 2611 -translations/source/sv/svx/messages.po, 2846, 7224, 6504, 0, 0, 0, 0, 2846, 7224 -translations/source/sv/sw/messages.po, 3397, 7690, 7068, 1, 1, 43, 49, 3441, 7740 -translations/source/sv/swext/mediawiki/help.po, 89, 1404, 1289, 0, 0, 0, 0, 89, 1404 -translations/source/sv/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/sv/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 156, 0, 0, 0, 0, 32, 181 -translations/source/sv/sysui/desktop/share.po, 66, 277, 235, 0, 0, 0, 0, 66, 277 -translations/source/sv/uui/messages.po, 157, 1554, 1463, 0, 0, 0, 0, 157, 1554 -translations/source/sv/vcl/messages.po, 354, 731, 679, 0, 0, 2, 6, 356, 737 -translations/source/sv/wizards/messages.po, 265, 1042, 909, 0, 0, 0, 0, 265, 1042 -translations/source/sv/wizards/source/resources.po, 554, 2286, 2019, 0, 0, 0, 0, 554, 2286 -translations/source/sv/writerperfect/messages.po, 30, 65, 53, 0, 0, 0, 0, 30, 65 -translations/source/sv/xmlsecurity/messages.po, 91, 424, 396, 0, 0, 0, 0, 91, 424 -translations/source/sw-TZ/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -translations/source/sw-TZ/avmedia/messages.po, 17, 27, 28, 0, 0, 5, 18, 22, 45 -translations/source/sw-TZ/basctl/messages.po, 84, 285, 238, 31, 41, 40, 285, 155, 611 -translations/source/sw-TZ/basic/messages.po, 11, 24, 20, 117, 497, 7, 28, 135, 549 -translations/source/sw-TZ/chart2/messages.po, 119, 156, 168, 154, 271, 347, 941, 620, 1368 -translations/source/sw-TZ/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/sw-TZ/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sw-TZ/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sw-TZ/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sw-TZ/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/sw-TZ/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/sw-TZ/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/sw-TZ/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sw-TZ/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/sw-TZ/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sw-TZ/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/sw-TZ/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sw-TZ/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sw-TZ/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/sw-TZ/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/sw-TZ/cui/messages.po, 495, 668, 684, 619, 984, 1229, 3906, 2343, 5558 -translations/source/sw-TZ/dbaccess/messages.po, 339, 1936, 1766, 225, 1034, 248, 1540, 812, 4510 -translations/source/sw-TZ/desktop/messages.po, 61, 231, 221, 13, 65, 88, 929, 162, 1225 -translations/source/sw-TZ/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sw-TZ/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/sw-TZ/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/sw-TZ/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sw-TZ/dictionaries/en/dialog.po, 1, 1, 1, 3, 5, 33, 170, 37, 176 -translations/source/sw-TZ/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sw-TZ/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/sw-TZ/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sw-TZ/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sw-TZ/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sw-TZ/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/sw-TZ/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sw-TZ/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/sw-TZ/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/sw-TZ/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/sw-TZ/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sw-TZ/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sw-TZ/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sw-TZ/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/sw-TZ/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sw-TZ/dictionaries/ru_RU/dialog.po, 2, 2, 4, 2, 4, 10, 20, 14, 26 -translations/source/sw-TZ/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/sw-TZ/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/sw-TZ/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/sw-TZ/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/sw-TZ/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/sw-TZ/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/editeng/messages.po, 72, 115, 117, 62, 106, 131, 435, 265, 656 -translations/source/sw-TZ/extensions/messages.po, 353, 753, 778, 171, 682, 139, 664, 663, 2099 -translations/source/sw-TZ/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/sw-TZ/extras/source/autocorr/emoji.po, 43, 39, 39, 182, 174, 1350, 1604, 1575, 1817 -translations/source/sw-TZ/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -translations/source/sw-TZ/filter/messages.po, 42, 161, 128, 28, 56, 152, 601, 222, 818 -translations/source/sw-TZ/filter/source/config/fragments/filters.po, 29, 83, 79, 10, 25, 181, 624, 220, 732 -translations/source/sw-TZ/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/sw-TZ/filter/source/config/fragments/types.po, 3, 10, 10, 4, 16, 31, 95, 38, 121 -translations/source/sw-TZ/forms/messages.po, 51, 294, 279, 1, 2, 6, 34, 58, 330 -translations/source/sw-TZ/formula/messages.po, 287, 290, 291, 64, 87, 87, 137, 438, 514 -translations/source/sw-TZ/fpicker/messages.po, 30, 62, 60, 15, 45, 16, 56, 61, 163 -translations/source/sw-TZ/framework/messages.po, 9, 16, 16, 6, 13, 14, 181, 29, 210 -translations/source/sw-TZ/instsetoo_native/inc_openoffice/windows/msi_languages.po, 529, 4019, 3989, 7, 96, 21, 239, 557, 4354 -translations/source/sw-TZ/librelogo/source/pythonpath.po, 14, 16, 16, 45, 47, 79, 110, 138, 173 -translations/source/sw-TZ/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/sw-TZ/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/sw-TZ/nlpsolver/src/locale.po, 8, 8, 8, 5, 6, 28, 91, 41, 105 -translations/source/sw-TZ/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office.po, 1183, 1264, 1281, 5, 8, 120, 569, 1308, 1841 -translations/source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po, 2232, 4401, 4558, 561, 1043, 884, 2278, 3677, 7722 -translations/source/sw-TZ/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/sw-TZ/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/sw-TZ/reportdesign/messages.po, 83, 105, 108, 55, 102, 120, 410, 258, 617 -translations/source/sw-TZ/sc/messages.po, 2166, 10719, 8835, 993, 2973, 1527, 6568, 4686, 20260 -translations/source/sw-TZ/scaddins/messages.po, 781, 2471, 2138, 23, 79, 97, 638, 901, 3188 -translations/source/sw-TZ/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/sw-TZ/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/sw-TZ/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -translations/source/sw-TZ/scp2/source/calc.po, 15, 48, 52, 4, 33, 3, 13, 22, 94 -translations/source/sw-TZ/scp2/source/draw.po, 13, 52, 54, 1, 5, 27, 92, 41, 149 -translations/source/sw-TZ/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/sw-TZ/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/sw-TZ/scp2/source/graphicfilter.po, 28, 91, 118, 0, 0, 2, 10, 30, 101 -translations/source/sw-TZ/scp2/source/impress.po, 17, 66, 71, 2, 8, 2, 7, 21, 81 -translations/source/sw-TZ/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/sw-TZ/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/sw-TZ/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/sw-TZ/scp2/source/ooo.po, 206, 256, 261, 121, 682, 255, 1086, 582, 2024 -translations/source/sw-TZ/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/sw-TZ/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/sw-TZ/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/sw-TZ/scp2/source/writer.po, 17, 50, 54, 2, 7, 8, 57, 27, 114 -translations/source/sw-TZ/scp2/source/xsltfilter.po, 2, 6, 10, 0, 0, 0, 0, 2, 6 -translations/source/sw-TZ/sd/messages.po, 392, 934, 883, 325, 603, 602, 1414, 1319, 2951 -translations/source/sw-TZ/setup_native/source/mac.po, 2, 2, 2, 3, 8, 18, 121, 23, 131 -translations/source/sw-TZ/sfx2/messages.po, 175, 431, 415, 124, 362, 282, 1433, 581, 2226 -translations/source/sw-TZ/shell/source/win32/shlxthandler/res.po, 36, 44, 48, 1, 1, 0, 0, 37, 45 -translations/source/sw-TZ/starmath/messages.po, 273, 475, 486, 103, 146, 128, 346, 504, 967 -translations/source/sw-TZ/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/sw-TZ/svtools/messages.po, 501, 1182, 1144, 73, 156, 340, 1273, 914, 2611 -translations/source/sw-TZ/svx/messages.po, 1300, 2876, 2913, 533, 1167, 1013, 3181, 2846, 7224 -translations/source/sw-TZ/sw/messages.po, 1238, 2026, 2215, 1034, 1925, 1169, 3789, 3441, 7740 -translations/source/sw-TZ/swext/mediawiki/help.po, 6, 6, 8, 4, 6, 79, 1392, 89, 1404 -translations/source/sw-TZ/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/sw-TZ/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 8, 4, 4, 20, 169, 32, 181 -translations/source/sw-TZ/sysui/desktop/share.po, 32, 119, 130, 13, 66, 21, 92, 66, 277 -translations/source/sw-TZ/uui/messages.po, 64, 532, 449, 24, 139, 69, 883, 157, 1554 -translations/source/sw-TZ/vcl/messages.po, 129, 178, 164, 44, 81, 183, 478, 356, 737 -translations/source/sw-TZ/wizards/messages.po, 229, 985, 980, 12, 13, 24, 44, 265, 1042 -translations/source/sw-TZ/wizards/source/resources.po, 451, 1866, 1807, 41, 201, 62, 219, 554, 2286 -translations/source/sw-TZ/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/sw-TZ/xmlsecurity/messages.po, 19, 28, 28, 14, 52, 58, 344, 91, 424 -translations/source/szl/accessibility/messages.po, 0, 0, 0, 0, 0, 11, 27, 11, 27 -translations/source/szl/avmedia/messages.po, 0, 0, 0, 0, 0, 22, 45, 22, 45 -translations/source/szl/basctl/messages.po, 0, 0, 0, 1, 0, 154, 611, 155, 611 -translations/source/szl/basic/messages.po, 0, 0, 0, 0, 0, 135, 549, 135, 549 -translations/source/szl/chart2/messages.po, 0, 0, 0, 0, 0, 620, 1368, 620, 1368 -translations/source/szl/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/szl/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/szl/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/szl/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/szl/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/szl/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/szl/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/szl/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/szl/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/szl/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/szl/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/szl/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/szl/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/szl/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/szl/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/szl/cui/messages.po, 0, 0, 0, 8, 0, 2335, 5558, 2343, 5558 -translations/source/szl/dbaccess/messages.po, 0, 0, 0, 10, 0, 802, 4510, 812, 4510 -translations/source/szl/desktop/messages.po, 0, 0, 0, 0, 0, 162, 1225, 162, 1225 -translations/source/szl/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/szl/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/szl/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/szl/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/szl/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/szl/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/szl/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/szl/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/szl/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/szl/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/szl/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -translations/source/szl/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/szl/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/szl/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/szl/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/szl/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/szl/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/szl/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/szl/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/szl/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/szl/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -translations/source/szl/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/szl/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/szl/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/szl/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/szl/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/szl/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/editeng/messages.po, 0, 0, 0, 0, 0, 265, 656, 265, 656 -translations/source/szl/extensions/messages.po, 0, 0, 0, 6, 0, 657, 2099, 663, 2099 -translations/source/szl/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/szl/extras/source/autocorr/emoji.po, 0, 0, 0, 19, 0, 1556, 1817, 1575, 1817 -translations/source/szl/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -translations/source/szl/filter/messages.po, 0, 0, 0, 0, 0, 222, 818, 222, 818 -translations/source/szl/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -translations/source/szl/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/szl/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -translations/source/szl/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -translations/source/szl/formula/messages.po, 0, 0, 0, 0, 0, 438, 514, 438, 514 -translations/source/szl/fpicker/messages.po, 0, 0, 0, 0, 0, 61, 163, 61, 163 -translations/source/szl/framework/messages.po, 0, 0, 0, 0, 0, 29, 210, 29, 210 -translations/source/szl/instsetoo_native/inc_openoffice/windows/msi_languages.po, 0, 0, 0, 0, 0, 557, 4354, 557, 4354 -translations/source/szl/librelogo/source/pythonpath.po, 0, 0, 0, 2, 0, 136, 173, 138, 173 -translations/source/szl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -translations/source/szl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/szl/nlpsolver/src/locale.po, 0, 0, 0, 0, 0, 41, 105, 41, 105 -translations/source/szl/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/szl/officecfg/registry/data/org/openoffice/Office.po, 0, 0, 0, 11, 0, 1297, 1841, 1308, 1841 -translations/source/szl/officecfg/registry/data/org/openoffice/Office/UI.po, 0, 0, 0, 0, 0, 3677, 7722, 3677, 7722 -translations/source/szl/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/szl/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/szl/reportdesign/messages.po, 0, 0, 0, 3, 0, 255, 617, 258, 617 -translations/source/szl/sc/messages.po, 0, 0, 0, 4, 0, 4682, 20260, 4686, 20260 -translations/source/szl/scaddins/messages.po, 0, 0, 0, 0, 0, 901, 3188, 901, 3188 -translations/source/szl/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/szl/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/szl/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -translations/source/szl/scp2/source/calc.po, 0, 0, 0, 0, 0, 22, 94, 22, 94 -translations/source/szl/scp2/source/draw.po, 0, 0, 0, 0, 0, 41, 149, 41, 149 -translations/source/szl/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -translations/source/szl/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/szl/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/szl/scp2/source/impress.po, 0, 0, 0, 0, 0, 21, 81, 21, 81 -translations/source/szl/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/szl/scp2/source/math.po, 0, 0, 0, 0, 0, 10, 42, 10, 42 -translations/source/szl/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/szl/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -translations/source/szl/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/szl/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/szl/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/szl/scp2/source/writer.po, 0, 0, 0, 0, 0, 27, 114, 27, 114 -translations/source/szl/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/szl/sd/messages.po, 0, 0, 0, 6, 0, 1313, 2951, 1319, 2951 -translations/source/szl/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -translations/source/szl/sfx2/messages.po, 0, 0, 0, 0, 0, 581, 2226, 581, 2226 -translations/source/szl/shell/source/win32/shlxthandler/res.po, 0, 0, 0, 0, 0, 37, 45, 37, 45 -translations/source/szl/starmath/messages.po, 0, 0, 0, 0, 0, 505, 968, 505, 968 -translations/source/szl/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/szl/svtools/messages.po, 0, 0, 0, 1, 0, 913, 2611, 914, 2611 -translations/source/szl/svx/messages.po, 0, 0, 0, 1, 0, 2845, 7224, 2846, 7224 -translations/source/szl/sw/messages.po, 0, 0, 0, 21, 0, 3420, 7740, 3441, 7740 -translations/source/szl/swext/mediawiki/help.po, 0, 0, 0, 0, 0, 89, 1404, 89, 1404 -translations/source/szl/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/szl/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/szl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 0, 0, 0, 0, 0, 32, 181, 32, 181 -translations/source/szl/sysui/desktop/share.po, 0, 0, 0, 0, 0, 66, 277, 66, 277 -translations/source/szl/uui/messages.po, 0, 0, 0, 0, 0, 157, 1554, 157, 1554 -translations/source/szl/vcl/messages.po, 0, 0, 0, 4, 0, 352, 737, 356, 737 -translations/source/szl/wizards/messages.po, 0, 0, 0, 1, 0, 264, 1042, 265, 1042 -translations/source/szl/wizards/source/resources.po, 0, 0, 0, 0, 0, 554, 2286, 554, 2286 -translations/source/szl/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -translations/source/szl/xmlsecurity/messages.po, 0, 0, 0, 0, 0, 91, 424, 91, 424 -translations/source/ta/accessibility/messages.po, 11, 27, 25, 0, 0, 0, 0, 11, 27 -translations/source/ta/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/ta/basctl/messages.po, 154, 610, 453, 1, 1, 0, 0, 155, 611 -translations/source/ta/basic/messages.po, 135, 549, 452, 0, 0, 0, 0, 135, 549 -translations/source/ta/chart2/messages.po, 611, 1344, 1276, 4, 11, 5, 13, 620, 1368 -translations/source/ta/connectivity/messages.po, 105, 1033, 698, 0, 0, 1, 14, 106, 1047 -translations/source/ta/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ta/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ta/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ta/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ta/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ta/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ta/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ta/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ta/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ta/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ta/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ta/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ta/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ta/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ta/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ta/cui/messages.po, 2071, 4903, 4286, 113, 211, 159, 444, 2343, 5558 -translations/source/ta/dbaccess/messages.po, 780, 4418, 3187, 22, 44, 10, 48, 812, 4510 -translations/source/ta/desktop/messages.po, 155, 1141, 855, 3, 5, 4, 79, 162, 1225 -translations/source/ta/dictionaries/af_ZA.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/ar.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/ta/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/bg_BG.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ta/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ta/dictionaries/da_DK.po, 1, 7, 6, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/ta/dictionaries/el_GR.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ta/dictionaries/en/dialog.po, 37, 176, 179, 0, 0, 0, 0, 37, 176 -translations/source/ta/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ta/dictionaries/es.po, 1, 12, 9, 0, 0, 0, 0, 1, 12 -translations/source/ta/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ta/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ta/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ta/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -translations/source/ta/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ta/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ta/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ta/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ta/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/no.po, 1, 10, 9, 0, 0, 0, 0, 1, 10 -translations/source/ta/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ta/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ta/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ta/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/ta/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/ta/dictionaries/ru_RU/dialog.po, 13, 25, 25, 0, 0, 1, 1, 14, 26 -translations/source/ta/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ta/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ta/dictionaries/sr.po, 1, 9, 7, 0, 0, 0, 0, 1, 9 -translations/source/ta/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ta/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ta/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ta/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/ta/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ta/editeng/messages.po, 258, 641, 593, 4, 6, 3, 9, 265, 656 -translations/source/ta/extensions/messages.po, 568, 1917, 1531, 86, 152, 9, 30, 663, 2099 -translations/source/ta/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ta/extras/source/autocorr/emoji.po, 1092, 1289, 1313, 0, 0, 483, 528, 1575, 1817 -translations/source/ta/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/ta/filter/messages.po, 220, 813, 679, 0, 0, 2, 5, 222, 818 -translations/source/ta/filter/source/config/fragments/filters.po, 181, 618, 622, 2, 7, 37, 107, 220, 732 -translations/source/ta/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 142, 0, 0, 0, 0, 38, 139 -translations/source/ta/filter/source/config/fragments/types.po, 27, 92, 92, 0, 0, 11, 29, 38, 121 -translations/source/ta/forms/messages.po, 57, 321, 230, 0, 0, 1, 9, 58, 330 -translations/source/ta/formula/messages.po, 429, 505, 504, 6, 6, 3, 3, 438, 514 -translations/source/ta/fpicker/messages.po, 54, 146, 124, 2, 5, 5, 12, 61, 163 -translations/source/ta/framework/messages.po, 22, 194, 140, 6, 14, 1, 2, 29, 210 -translations/source/ta/helpcontent2/source/auxiliary.po, 105, 302, 286, 0, 0, 0, 0, 105, 302 -translations/source/ta/helpcontent2/source/text/sbasic/guide.po, 92, 1107, 801, 0, 0, 11, 238, 103, 1345 -translations/source/ta/helpcontent2/source/text/sbasic/shared.po, 1167, 3524, 2956, 0, 0, 3338, 31907, 4505, 35431 -translations/source/ta/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 312, 0, 0, 4, 57, 67, 465 -translations/source/ta/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1093, 0, 0, 0, 0, 198, 1482 -translations/source/ta/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ta/helpcontent2/source/text/scalc.po, 184, 973, 741, 0, 0, 3, 13, 187, 986 -translations/source/ta/helpcontent2/source/text/scalc/00.po, 65, 159, 141, 0, 0, 136, 786, 201, 945 -translations/source/ta/helpcontent2/source/text/scalc/01.po, 785, 3972, 3074, 0, 0, 6710, 69183, 7495, 73155 -translations/source/ta/helpcontent2/source/text/scalc/02.po, 118, 796, 620, 0, 0, 5, 14, 123, 810 -translations/source/ta/helpcontent2/source/text/scalc/04.po, 167, 1442, 988, 0, 0, 20, 55, 187, 1497 -translations/source/ta/helpcontent2/source/text/scalc/05.po, 90, 745, 550, 0, 0, 47, 108, 137, 853 -translations/source/ta/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ta/helpcontent2/source/text/scalc/guide.po, 356, 3654, 2722, 0, 0, 1113, 17939, 1469, 21593 -translations/source/ta/helpcontent2/source/text/schart.po, 88, 796, 602, 0, 0, 8, 135, 96, 931 -translations/source/ta/helpcontent2/source/text/schart/00.po, 33, 137, 124, 0, 0, 27, 210, 60, 347 -translations/source/ta/helpcontent2/source/text/schart/01.po, 217, 1856, 1317, 0, 0, 755, 9970, 972, 11826 -translations/source/ta/helpcontent2/source/text/schart/02.po, 21, 97, 79, 0, 0, 4, 20, 25, 117 -translations/source/ta/helpcontent2/source/text/schart/04.po, 28, 89, 73, 0, 0, 4, 44, 32, 133 -translations/source/ta/helpcontent2/source/text/sdraw.po, 121, 724, 535, 0, 0, 2, 8, 123, 732 -translations/source/ta/helpcontent2/source/text/sdraw/00.po, 2, 8, 4, 0, 0, 0, 0, 2, 8 -translations/source/ta/helpcontent2/source/text/sdraw/01.po, 3, 12, 12, 0, 0, 0, 0, 3, 12 -translations/source/ta/helpcontent2/source/text/sdraw/04.po, 95, 402, 304, 0, 0, 8, 87, 103, 489 -translations/source/ta/helpcontent2/source/text/sdraw/guide.po, 69, 541, 394, 0, 0, 206, 2531, 275, 3072 -translations/source/ta/helpcontent2/source/text/shared.po, 231, 2018, 1469, 0, 0, 19, 290, 250, 2308 -translations/source/ta/helpcontent2/source/text/shared/00.po, 433, 1222, 1052, 0, 0, 1134, 14472, 1567, 15694 -translations/source/ta/helpcontent2/source/text/shared/01.po, 979, 4783, 3626, 0, 0, 4508, 47179, 5487, 51962 -translations/source/ta/helpcontent2/source/text/shared/02.po, 1240, 14286, 9650, 1, 1, 941, 14835, 2182, 29122 -translations/source/ta/helpcontent2/source/text/shared/04.po, 228, 891, 670, 0, 0, 85, 1180, 313, 2071 -translations/source/ta/helpcontent2/source/text/shared/05.po, 110, 1129, 796, 0, 0, 86, 1211, 196, 2340 -translations/source/ta/helpcontent2/source/text/shared/06.po, 1, 2, 2, 0, 0, 2, 5, 3, 7 -translations/source/ta/helpcontent2/source/text/shared/07.po, 4, 29, 23, 0, 0, 3, 53, 7, 82 -translations/source/ta/helpcontent2/source/text/shared/autokorr.po, 48, 420, 245, 0, 0, 0, 0, 48, 420 -translations/source/ta/helpcontent2/source/text/shared/autopi.po, 342, 2636, 1924, 0, 0, 545, 5758, 887, 8394 -translations/source/ta/helpcontent2/source/text/shared/explorer/database.po, 742, 5322, 3860, 0, 0, 899, 13535, 1641, 18857 -translations/source/ta/helpcontent2/source/text/shared/guide.po, 366, 4763, 3620, 0, 0, 2150, 31680, 2516, 36443 -translations/source/ta/helpcontent2/source/text/shared/help.po, 11, 34, 29, 0, 0, 67, 83, 78, 117 -translations/source/ta/helpcontent2/source/text/shared/menu.po, 16, 120, 93, 0, 0, 0, 0, 16, 120 -translations/source/ta/helpcontent2/source/text/shared/optionen.po, 385, 2249, 1687, 0, 0, 1549, 21102, 1934, 23351 -translations/source/ta/helpcontent2/source/text/simpress.po, 197, 1363, 998, 0, 0, 2, 32, 199, 1395 -translations/source/ta/helpcontent2/source/text/simpress/00.po, 157, 878, 811, 0, 0, 6, 24, 163, 902 -translations/source/ta/helpcontent2/source/text/simpress/01.po, 790, 5627, 4082, 0, 0, 256, 2887, 1046, 8514 -translations/source/ta/helpcontent2/source/text/simpress/02.po, 205, 996, 764, 0, 0, 455, 5513, 660, 6509 -translations/source/ta/helpcontent2/source/text/simpress/04.po, 67, 231, 188, 0, 0, 172, 907, 239, 1138 -translations/source/ta/helpcontent2/source/text/simpress/guide.po, 257, 2238, 1686, 0, 0, 510, 8044, 767, 10282 -translations/source/ta/helpcontent2/source/text/smath.po, 57, 613, 453, 0, 0, 3, 126, 60, 739 -translations/source/ta/helpcontent2/source/text/smath/00.po, 66, 355, 312, 0, 0, 0, 0, 66, 355 -translations/source/ta/helpcontent2/source/text/smath/01.po, 234, 2436, 1759, 0, 0, 1317, 11423, 1551, 13859 -translations/source/ta/helpcontent2/source/text/smath/02.po, 6, 97, 61, 0, 0, 0, 0, 6, 97 -translations/source/ta/helpcontent2/source/text/smath/04.po, 25, 130, 94, 0, 0, 1, 5, 26, 135 -translations/source/ta/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ta/helpcontent2/source/text/smath/guide.po, 87, 839, 654, 0, 0, 17, 354, 104, 1193 -translations/source/ta/helpcontent2/source/text/swriter.po, 256, 1772, 1320, 0, 0, 80, 1174, 336, 2946 -translations/source/ta/helpcontent2/source/text/swriter/00.po, 263, 1534, 1385, 0, 0, 47, 284, 310, 1818 -translations/source/ta/helpcontent2/source/text/swriter/01.po, 1511, 16151, 10845, 0, 0, 1835, 17642, 3346, 33793 -translations/source/ta/helpcontent2/source/text/swriter/02.po, 243, 1566, 1146, 0, 0, 183, 1484, 426, 3050 -translations/source/ta/helpcontent2/source/text/swriter/04.po, 251, 1257, 935, 0, 0, 3, 19, 254, 1276 -translations/source/ta/helpcontent2/source/text/swriter/guide.po, 618, 5083, 3850, 0, 0, 1526, 22854, 2144, 27937 -translations/source/ta/helpcontent2/source/text/swriter/librelogo.po, 52, 344, 260, 1, 1, 273, 2674, 326, 3019 -translations/source/ta/helpcontent2/source/text/swriter/menu.po, 17, 96, 66, 0, 0, 0, 0, 17, 96 -translations/source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po, 541, 4153, 3281, 5, 78, 11, 123, 557, 4354 -translations/source/ta/librelogo/source/pythonpath.po, 137, 170, 170, 1, 3, 0, 0, 138, 173 -translations/source/ta/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 489, 1, 57, 0, 0, 49, 693 -translations/source/ta/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 16, 0, 0, 0, 0, 2, 21 -translations/source/ta/nlpsolver/src/locale.po, 41, 105, 101, 0, 0, 0, 0, 41, 105 -translations/source/ta/officecfg/registry/data/org/openoffice.po, 8, 25, 25, 0, 0, 1, 3, 9, 28 -translations/source/ta/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 1753, 1, 4, 7, 10, 1308, 1841 -translations/source/ta/officecfg/registry/data/org/openoffice/Office/UI.po, 2999, 6088, 5776, 336, 736, 342, 898, 3677, 7722 -translations/source/ta/readlicense_oo/docs.po, 89, 1845, 1303, 0, 0, 14, 558, 103, 2403 -translations/source/ta/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/ta/reportdesign/messages.po, 233, 548, 471, 25, 69, 0, 0, 258, 617 -translations/source/ta/sc/messages.po, 3572, 15976, 11658, 678, 2286, 436, 1998, 4686, 20260 -translations/source/ta/scaddins/messages.po, 886, 3149, 2256, 15, 39, 0, 0, 901, 3188 -translations/source/ta/sccomp/messages.po, 12, 51, 44, 0, 0, 2, 14, 14, 65 -translations/source/ta/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/ta/scp2/source/base.po, 10, 44, 41, 0, 0, 0, 0, 10, 44 -translations/source/ta/scp2/source/calc.po, 21, 89, 89, 0, 0, 1, 5, 22, 94 -translations/source/ta/scp2/source/draw.po, 41, 149, 135, 0, 0, 0, 0, 41, 149 -translations/source/ta/scp2/source/extensions.po, 16, 65, 65, 0, 0, 0, 0, 16, 65 -translations/source/ta/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/ta/scp2/source/graphicfilter.po, 30, 101, 99, 0, 0, 0, 0, 30, 101 -translations/source/ta/scp2/source/impress.po, 21, 81, 81, 0, 0, 0, 0, 21, 81 -translations/source/ta/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/ta/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -translations/source/ta/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/ta/scp2/source/ooo.po, 567, 1959, 1811, 3, 14, 12, 51, 582, 2024 -translations/source/ta/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/ta/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/ta/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/ta/scp2/source/writer.po, 27, 114, 108, 0, 0, 0, 0, 27, 114 -translations/source/ta/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/ta/sd/messages.po, 896, 2218, 1885, 188, 350, 235, 383, 1319, 2951 -translations/source/ta/setup_native/source/mac.po, 22, 119, 93, 1, 12, 0, 0, 23, 131 -translations/source/ta/sfx2/messages.po, 404, 1407, 1103, 65, 110, 112, 709, 581, 2226 -translations/source/ta/shell/source/win32/shlxthandler/res.po, 37, 45, 46, 0, 0, 0, 0, 37, 45 -translations/source/ta/starmath/messages.po, 474, 880, 842, 6, 10, 22, 75, 502, 965 -translations/source/ta/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ta/svtools/messages.po, 812, 2201, 1944, 24, 153, 78, 257, 914, 2611 -translations/source/ta/svx/messages.po, 2277, 5513, 5070, 279, 653, 290, 1058, 2846, 7224 -translations/source/ta/sw/messages.po, 2822, 6224, 5601, 322, 743, 297, 773, 3441, 7740 -translations/source/ta/swext/mediawiki/help.po, 47, 353, 276, 26, 817, 16, 234, 89, 1404 -translations/source/ta/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ta/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 129, 0, 0, 0, 0, 32, 181 -translations/source/ta/sysui/desktop/share.po, 66, 277, 249, 0, 0, 0, 0, 66, 277 -translations/source/ta/uui/messages.po, 143, 1200, 906, 2, 92, 12, 262, 157, 1554 -translations/source/ta/vcl/messages.po, 257, 501, 469, 10, 14, 89, 222, 356, 737 -translations/source/ta/wizards/messages.po, 251, 986, 759, 14, 56, 0, 0, 265, 1042 -translations/source/ta/wizards/source/resources.po, 467, 1948, 1495, 79, 277, 8, 61, 554, 2286 -translations/source/ta/writerperfect/messages.po, 2, 3, 3, 4, 8, 24, 54, 30, 65 -translations/source/ta/xmlsecurity/messages.po, 78, 362, 282, 3, 12, 10, 50, 91, 424 -translations/source/te/accessibility/messages.po, 7, 13, 13, 1, 1, 3, 13, 11, 27 -translations/source/te/avmedia/messages.po, 17, 27, 25, 0, 0, 5, 18, 22, 45 -translations/source/te/basctl/messages.po, 108, 404, 344, 29, 46, 18, 161, 155, 611 -translations/source/te/basic/messages.po, 18, 52, 44, 117, 497, 0, 0, 135, 549 -translations/source/te/chart2/messages.po, 276, 590, 592, 183, 322, 161, 456, 620, 1368 -translations/source/te/connectivity/messages.po, 102, 990, 650, 0, 0, 4, 57, 106, 1047 -translations/source/te/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/te/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/te/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/te/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/te/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/te/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/te/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/te/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/te/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/te/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/te/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/te/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/te/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/te/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/te/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/te/cui/messages.po, 1560, 3763, 3648, 543, 1076, 240, 719, 2343, 5558 -translations/source/te/dbaccess/messages.po, 456, 2833, 1996, 246, 1251, 110, 426, 812, 4510 -translations/source/te/desktop/messages.po, 109, 635, 495, 36, 413, 17, 177, 162, 1225 -translations/source/te/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/te/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/te/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/te/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/te/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/te/dictionaries/en/dialog.po, 37, 176, 172, 0, 0, 0, 0, 37, 176 -translations/source/te/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/te/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/te/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/te/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/te/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/te/dictionaries/hu_HU/dialog.po, 32, 71, 71, 0, 0, 0, 0, 32, 71 -translations/source/te/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/te/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/te/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/te/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/te/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/te/dictionaries/lt_LT.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/lv_LV.po, 1, 6, 5, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/te/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/te/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/te/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/te/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/te/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/te/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/te/dictionaries/ru_RU/dialog.po, 13, 25, 25, 0, 0, 1, 1, 14, 26 -translations/source/te/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/te/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/te/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/te/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/te/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/te/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/te/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/te/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/te/editeng/messages.po, 253, 628, 598, 5, 8, 7, 20, 265, 656 -translations/source/te/extensions/messages.po, 408, 1076, 969, 215, 797, 40, 226, 663, 2099 -translations/source/te/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/te/extras/source/autocorr/emoji.po, 56, 50, 51, 199, 195, 1320, 1572, 1575, 1817 -translations/source/te/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/te/filter/messages.po, 77, 278, 236, 39, 81, 106, 459, 222, 818 -translations/source/te/filter/source/config/fragments/filters.po, 90, 312, 195, 13, 41, 117, 379, 220, 732 -translations/source/te/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 70, 0, 0, 3, 12, 38, 139 -translations/source/te/filter/source/config/fragments/types.po, 21, 66, 61, 3, 13, 14, 42, 38, 121 -translations/source/te/forms/messages.po, 55, 316, 229, 0, 0, 3, 14, 58, 330 -translations/source/te/formula/messages.po, 323, 326, 327, 55, 81, 60, 107, 438, 514 -translations/source/te/fpicker/messages.po, 31, 88, 77, 18, 42, 12, 33, 61, 163 -translations/source/te/framework/messages.po, 20, 184, 159, 6, 14, 3, 12, 29, 210 -translations/source/te/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 3316, 5, 78, 12, 128, 557, 4354 -translations/source/te/librelogo/source/pythonpath.po, 133, 166, 169, 2, 4, 3, 3, 138, 173 -translations/source/te/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 467, 1, 57, 0, 0, 49, 693 -translations/source/te/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -translations/source/te/nlpsolver/src/locale.po, 41, 105, 102, 0, 0, 0, 0, 41, 105 -translations/source/te/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/te/officecfg/registry/data/org/openoffice/Office.po, 1235, 1422, 1917, 9, 24, 64, 395, 1308, 1841 -translations/source/te/officecfg/registry/data/org/openoffice/Office/UI.po, 2572, 5234, 5262, 533, 991, 572, 1497, 3677, 7722 -translations/source/te/readlicense_oo/docs.po, 81, 1590, 1117, 1, 85, 21, 728, 103, 2403 -translations/source/te/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/te/reportdesign/messages.po, 185, 455, 412, 61, 132, 12, 30, 258, 617 -translations/source/te/sc/messages.po, 3351, 15225, 11394, 836, 2681, 499, 2354, 4686, 20260 -translations/source/te/scaddins/messages.po, 835, 2579, 2023, 14, 18, 52, 591, 901, 3188 -translations/source/te/sccomp/messages.po, 11, 47, 26, 1, 4, 2, 14, 14, 65 -translations/source/te/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/te/scp2/source/base.po, 10, 44, 39, 0, 0, 0, 0, 10, 44 -translations/source/te/scp2/source/calc.po, 19, 81, 76, 1, 4, 2, 9, 22, 94 -translations/source/te/scp2/source/draw.po, 15, 60, 54, 1, 5, 25, 84, 41, 149 -translations/source/te/scp2/source/extensions.po, 16, 65, 66, 0, 0, 0, 0, 16, 65 -translations/source/te/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/te/scp2/source/graphicfilter.po, 28, 91, 108, 1, 2, 1, 8, 30, 101 -translations/source/te/scp2/source/impress.po, 19, 74, 74, 1, 4, 1, 3, 21, 81 -translations/source/te/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/te/scp2/source/math.po, 10, 42, 40, 0, 0, 0, 0, 10, 42 -translations/source/te/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/te/scp2/source/ooo.po, 543, 1865, 1648, 17, 86, 22, 73, 582, 2024 -translations/source/te/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/te/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/te/scp2/source/winexplorerext.po, 2, 18, 12, 0, 0, 0, 0, 2, 18 -translations/source/te/scp2/source/writer.po, 22, 69, 72, 0, 0, 5, 45, 27, 114 -translations/source/te/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/te/sd/messages.po, 517, 1314, 1212, 362, 652, 440, 985, 1319, 2951 -translations/source/te/setup_native/source/mac.po, 22, 119, 97, 1, 12, 0, 0, 23, 131 -translations/source/te/sfx2/messages.po, 254, 726, 616, 156, 518, 171, 982, 581, 2226 -translations/source/te/shell/source/win32/shlxthandler/res.po, 36, 44, 44, 1, 1, 0, 0, 37, 45 -translations/source/te/starmath/messages.po, 299, 521, 491, 98, 140, 98, 297, 495, 958 -translations/source/te/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/te/svtools/messages.po, 703, 1777, 1565, 64, 375, 147, 459, 914, 2611 -translations/source/te/svx/messages.po, 1780, 4066, 3906, 548, 1282, 518, 1876, 2846, 7224 -translations/source/te/sw/messages.po, 1716, 3192, 3208, 917, 1835, 807, 2712, 3440, 7739 -translations/source/te/swext/mediawiki/help.po, 47, 353, 268, 26, 817, 16, 234, 89, 1404 -translations/source/te/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/te/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 131, 0, 0, 0, 0, 32, 181 -translations/source/te/sysui/desktop/share.po, 54, 210, 208, 2, 20, 10, 47, 66, 277 -translations/source/te/uui/messages.po, 104, 1021, 900, 22, 137, 31, 396, 157, 1554 -translations/source/te/vcl/messages.po, 208, 353, 349, 26, 62, 122, 322, 356, 737 -translations/source/te/wizards/messages.po, 261, 1038, 859, 3, 3, 1, 1, 265, 1042 -translations/source/te/wizards/source/resources.po, 505, 2022, 1556, 38, 186, 11, 78, 554, 2286 -translations/source/te/writerperfect/messages.po, 1, 2, 2, 5, 9, 24, 54, 30, 65 -translations/source/te/xmlsecurity/messages.po, 50, 206, 170, 21, 142, 20, 76, 91, 424 -translations/source/tg/accessibility/messages.po, 11, 27, 33, 0, 0, 0, 0, 11, 27 -translations/source/tg/avmedia/messages.po, 22, 45, 45, 0, 0, 0, 0, 22, 45 -translations/source/tg/basctl/messages.po, 100, 396, 418, 32, 45, 23, 170, 155, 611 -translations/source/tg/basic/messages.po, 21, 71, 70, 114, 478, 0, 0, 135, 549 -translations/source/tg/chart2/messages.po, 127, 180, 196, 154, 262, 339, 926, 620, 1368 -translations/source/tg/connectivity/messages.po, 4, 40, 32, 7, 49, 95, 958, 106, 1047 -translations/source/tg/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/tg/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/tg/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/tg/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/tg/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/tg/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tg/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tg/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/tg/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tg/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/tg/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tg/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/tg/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/tg/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/tg/cui/messages.po, 484, 658, 692, 646, 1026, 1213, 3874, 2343, 5558 -translations/source/tg/dbaccess/messages.po, 353, 2099, 1830, 225, 1036, 234, 1375, 812, 4510 -translations/source/tg/desktop/messages.po, 91, 394, 357, 25, 123, 46, 708, 162, 1225 -translations/source/tg/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tg/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/tg/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/tg/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tg/dictionaries/en/dialog.po, 1, 1, 2, 3, 5, 33, 170, 37, 176 -translations/source/tg/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/tg/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/tg/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/tg/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tg/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tg/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 8, 26, 62, 32, 71 -translations/source/tg/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/tg/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/tg/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tg/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/tg/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tg/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/tg/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/tg/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/tg/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tg/dictionaries/ru_RU/dialog.po, 2, 2, 3, 2, 4, 10, 20, 14, 26 -translations/source/tg/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/tg/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tg/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tg/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tg/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tg/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/editeng/messages.po, 72, 115, 129, 63, 108, 130, 433, 265, 656 -translations/source/tg/extensions/messages.po, 356, 758, 777, 175, 710, 132, 631, 663, 2099 -translations/source/tg/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/tg/extras/source/autocorr/emoji.po, 43, 39, 39, 183, 175, 1349, 1603, 1575, 1817 -translations/source/tg/extras/source/gallery/share.po, 11, 14, 14, 0, 0, 1, 1, 12, 15 -translations/source/tg/filter/messages.po, 42, 161, 145, 31, 59, 149, 598, 222, 818 -translations/source/tg/filter/source/config/fragments/filters.po, 28, 79, 79, 11, 29, 181, 624, 220, 732 -translations/source/tg/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/tg/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -translations/source/tg/forms/messages.po, 57, 321, 259, 0, 0, 1, 9, 58, 330 -translations/source/tg/formula/messages.po, 355, 376, 378, 36, 51, 47, 87, 438, 514 -translations/source/tg/fpicker/messages.po, 31, 88, 84, 17, 40, 13, 35, 61, 163 -translations/source/tg/framework/messages.po, 11, 71, 60, 6, 14, 12, 125, 29, 210 -translations/source/tg/helpcontent2/source/auxiliary.po, 70, 190, 190, 0, 0, 35, 112, 105, 302 -translations/source/tg/helpcontent2/source/text/sbasic/guide.po, 1, 23, 15, 0, 0, 102, 1322, 103, 1345 -translations/source/tg/helpcontent2/source/text/sbasic/shared.po, 577, 913, 951, 0, 0, 3928, 34518, 4505, 35431 -translations/source/tg/helpcontent2/source/text/sbasic/shared/01.po, 24, 34, 37, 0, 0, 43, 431, 67, 465 -translations/source/tg/helpcontent2/source/text/sbasic/shared/02.po, 51, 89, 98, 0, 0, 147, 1393, 198, 1482 -translations/source/tg/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/tg/helpcontent2/source/text/scalc.po, 163, 809, 737, 0, 0, 24, 177, 187, 986 -translations/source/tg/helpcontent2/source/text/scalc/00.po, 56, 125, 159, 0, 0, 145, 820, 201, 945 -translations/source/tg/helpcontent2/source/text/scalc/01.po, 4082, 38692, 24039, 0, 0, 3413, 34463, 7495, 73155 -translations/source/tg/helpcontent2/source/text/scalc/02.po, 108, 748, 600, 0, 0, 15, 62, 123, 810 -translations/source/tg/helpcontent2/source/text/scalc/04.po, 152, 1167, 843, 0, 0, 35, 330, 187, 1497 -translations/source/tg/helpcontent2/source/text/scalc/05.po, 52, 457, 371, 0, 0, 85, 396, 137, 853 -translations/source/tg/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tg/helpcontent2/source/text/scalc/guide.po, 1067, 15457, 11996, 0, 0, 402, 6136, 1469, 21593 -translations/source/tg/helpcontent2/source/text/schart.po, 18, 151, 103, 0, 0, 78, 780, 96, 931 -translations/source/tg/helpcontent2/source/text/schart/00.po, 47, 249, 240, 0, 0, 13, 98, 60, 347 -translations/source/tg/helpcontent2/source/text/schart/01.po, 305, 2255, 1600, 0, 0, 667, 9571, 972, 11826 -translations/source/tg/helpcontent2/source/text/schart/02.po, 25, 117, 82, 0, 0, 0, 0, 25, 117 -translations/source/tg/helpcontent2/source/text/schart/04.po, 28, 129, 128, 0, 0, 4, 4, 32, 133 -translations/source/tg/helpcontent2/source/text/sdraw.po, 116, 702, 584, 0, 0, 7, 30, 123, 732 -translations/source/tg/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/tg/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/tg/helpcontent2/source/text/sdraw/04.po, 89, 472, 361, 0, 0, 14, 17, 103, 489 -translations/source/tg/helpcontent2/source/text/sdraw/guide.po, 245, 2579, 1930, 0, 0, 30, 493, 275, 3072 -translations/source/tg/helpcontent2/source/text/shared.po, 205, 1800, 1227, 0, 0, 45, 508, 250, 2308 -translations/source/tg/helpcontent2/source/text/shared/00.po, 497, 4053, 3802, 0, 0, 1070, 11641, 1567, 15694 -translations/source/tg/helpcontent2/source/text/shared/01.po, 1480, 2529, 2496, 0, 0, 4007, 49433, 5487, 51962 -translations/source/tg/helpcontent2/source/text/shared/02.po, 698, 1150, 1136, 0, 0, 1484, 27972, 2182, 29122 -translations/source/tg/helpcontent2/source/text/shared/04.po, 199, 876, 877, 0, 0, 114, 1195, 313, 2071 -translations/source/tg/helpcontent2/source/text/shared/05.po, 83, 946, 757, 0, 0, 113, 1394, 196, 2340 -translations/source/tg/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/tg/helpcontent2/source/text/shared/07.po, 4, 29, 26, 0, 0, 3, 53, 7, 82 -translations/source/tg/helpcontent2/source/text/shared/autokorr.po, 47, 403, 335, 0, 0, 1, 17, 48, 420 -translations/source/tg/helpcontent2/source/text/shared/autopi.po, 703, 6338, 4859, 0, 0, 184, 2056, 887, 8394 -translations/source/tg/helpcontent2/source/text/shared/explorer/database.po, 401, 1199, 985, 0, 0, 1240, 17658, 1641, 18857 -translations/source/tg/helpcontent2/source/text/shared/guide.po, 841, 11043, 9135, 0, 0, 1675, 25400, 2516, 36443 -translations/source/tg/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/tg/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/tg/helpcontent2/source/text/shared/optionen.po, 1103, 9544, 7970, 0, 0, 831, 13807, 1934, 23351 -translations/source/tg/helpcontent2/source/text/simpress.po, 175, 1240, 980, 0, 0, 24, 155, 199, 1395 -translations/source/tg/helpcontent2/source/text/simpress/00.po, 145, 796, 756, 0, 0, 18, 106, 163, 902 -translations/source/tg/helpcontent2/source/text/simpress/01.po, 314, 644, 650, 0, 0, 732, 7870, 1046, 8514 -translations/source/tg/helpcontent2/source/text/simpress/02.po, 398, 1065, 1129, 0, 0, 262, 5444, 660, 6509 -translations/source/tg/helpcontent2/source/text/simpress/04.po, 30, 52, 47, 0, 0, 209, 1086, 239, 1138 -translations/source/tg/helpcontent2/source/text/simpress/guide.po, 440, 5141, 4727, 0, 0, 327, 5141, 767, 10282 -translations/source/tg/helpcontent2/source/text/smath.po, 56, 609, 447, 0, 0, 4, 130, 60, 739 -translations/source/tg/helpcontent2/source/text/smath/00.po, 51, 222, 206, 0, 0, 15, 133, 66, 355 -translations/source/tg/helpcontent2/source/text/smath/01.po, 440, 3232, 2623, 0, 0, 1111, 10627, 1551, 13859 -translations/source/tg/helpcontent2/source/text/smath/02.po, 6, 97, 75, 0, 0, 0, 0, 6, 97 -translations/source/tg/helpcontent2/source/text/smath/04.po, 19, 124, 92, 0, 0, 7, 11, 26, 135 -translations/source/tg/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/tg/helpcontent2/source/text/smath/guide.po, 54, 587, 483, 0, 0, 50, 606, 104, 1193 -translations/source/tg/helpcontent2/source/text/swriter.po, 206, 1213, 989, 0, 0, 130, 1733, 336, 2946 -translations/source/tg/helpcontent2/source/text/swriter/00.po, 80, 167, 160, 0, 0, 230, 1651, 310, 1818 -translations/source/tg/helpcontent2/source/text/swriter/01.po, 965, 2497, 2464, 0, 0, 2381, 31296, 3346, 33793 -translations/source/tg/helpcontent2/source/text/swriter/02.po, 106, 178, 181, 0, 0, 320, 2872, 426, 3050 -translations/source/tg/helpcontent2/source/text/swriter/04.po, 76, 115, 164, 0, 0, 178, 1161, 254, 1276 -translations/source/tg/helpcontent2/source/text/swriter/guide.po, 228, 1446, 1277, 0, 0, 1916, 26491, 2144, 27937 -translations/source/tg/helpcontent2/source/text/swriter/librelogo.po, 11, 12, 12, 0, 0, 315, 3007, 326, 3019 -translations/source/tg/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/tg/instsetoo_native/inc_openoffice/windows/msi_languages.po, 530, 4038, 4019, 7, 96, 20, 220, 557, 4354 -translations/source/tg/librelogo/source/pythonpath.po, 16, 18, 19, 43, 45, 79, 110, 138, 173 -translations/source/tg/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/tg/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/tg/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -translations/source/tg/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/tg/officecfg/registry/data/org/openoffice/Office.po, 1183, 1264, 1273, 6, 9, 119, 568, 1308, 1841 -translations/source/tg/officecfg/registry/data/org/openoffice/Office/UI.po, 2266, 4488, 4795, 560, 1038, 851, 2196, 3677, 7722 -translations/source/tg/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/tg/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 17, 0, 0, 0, 0, 6, 20 -translations/source/tg/reportdesign/messages.po, 85, 109, 119, 54, 100, 119, 408, 258, 617 -translations/source/tg/sc/messages.po, 2206, 10785, 8609, 962, 2966, 1518, 6509, 4686, 20260 -translations/source/tg/scaddins/messages.po, 781, 2471, 2393, 23, 79, 97, 638, 901, 3188 -translations/source/tg/sccomp/messages.po, 11, 47, 48, 1, 4, 2, 14, 14, 65 -translations/source/tg/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/tg/scp2/source/base.po, 8, 40, 42, 0, 0, 2, 4, 10, 44 -translations/source/tg/scp2/source/calc.po, 15, 48, 51, 4, 33, 3, 13, 22, 94 -translations/source/tg/scp2/source/draw.po, 13, 52, 46, 1, 5, 27, 92, 41, 149 -translations/source/tg/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/tg/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/tg/scp2/source/graphicfilter.po, 28, 91, 108, 0, 0, 2, 10, 30, 101 -translations/source/tg/scp2/source/impress.po, 17, 66, 52, 2, 8, 2, 7, 21, 81 -translations/source/tg/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/tg/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -translations/source/tg/scp2/source/onlineupdate.po, 2, 13, 11, 0, 0, 0, 0, 2, 13 -translations/source/tg/scp2/source/ooo.po, 212, 277, 274, 137, 694, 233, 1053, 582, 2024 -translations/source/tg/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/tg/scp2/source/quickstart.po, 2, 15, 11, 0, 0, 0, 0, 2, 15 -translations/source/tg/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/tg/scp2/source/writer.po, 17, 50, 48, 2, 7, 8, 57, 27, 114 -translations/source/tg/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/tg/sd/messages.po, 396, 943, 924, 325, 603, 598, 1405, 1319, 2951 -translations/source/tg/setup_native/source/mac.po, 6, 10, 12, 2, 8, 15, 113, 23, 131 -translations/source/tg/sfx2/messages.po, 178, 468, 433, 127, 379, 276, 1379, 581, 2226 -translations/source/tg/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/tg/starmath/messages.po, 272, 474, 476, 105, 148, 128, 346, 505, 968 -translations/source/tg/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/tg/svtools/messages.po, 498, 1208, 1154, 79, 164, 337, 1239, 914, 2611 -translations/source/tg/svx/messages.po, 1329, 2988, 2995, 543, 1256, 974, 2980, 2846, 7224 -translations/source/tg/sw/messages.po, 1226, 2026, 2102, 1055, 1950, 1158, 3762, 3439, 7738 -translations/source/tg/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -translations/source/tg/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/tg/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 8, 4, 4, 20, 169, 32, 181 -translations/source/tg/sysui/desktop/share.po, 32, 120, 116, 14, 67, 20, 90, 66, 277 -translations/source/tg/uui/messages.po, 65, 595, 490, 24, 139, 68, 820, 157, 1554 -translations/source/tg/vcl/messages.po, 129, 185, 174, 53, 101, 174, 451, 356, 737 -translations/source/tg/wizards/messages.po, 225, 981, 883, 16, 17, 24, 44, 265, 1042 -translations/source/tg/wizards/source/resources.po, 458, 1895, 1632, 44, 210, 52, 181, 554, 2286 -translations/source/tg/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/tg/xmlsecurity/messages.po, 20, 39, 35, 18, 119, 53, 266, 91, 424 -translations/source/th/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -translations/source/th/avmedia/messages.po, 19, 36, 19, 1, 4, 2, 5, 22, 45 -translations/source/th/basctl/messages.po, 139, 585, 193, 16, 26, 0, 0, 155, 611 -translations/source/th/basic/messages.po, 18, 52, 25, 117, 497, 0, 0, 135, 549 -translations/source/th/chart2/messages.po, 547, 1190, 699, 45, 90, 28, 88, 620, 1368 -translations/source/th/connectivity/messages.po, 104, 1017, 271, 0, 0, 2, 30, 106, 1047 -translations/source/th/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 4, 0, 0, 0, 0, 3, 6 -translations/source/th/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/th/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/th/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/th/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -translations/source/th/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/th/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/th/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/th/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/th/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/th/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/th/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/th/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/th/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/th/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/th/cui/messages.po, 1009, 2245, 1178, 583, 1020, 751, 2293, 2343, 5558 -translations/source/th/dbaccess/messages.po, 412, 2593, 896, 202, 718, 198, 1199, 812, 4510 -translations/source/th/desktop/messages.po, 128, 709, 321, 24, 391, 10, 125, 162, 1225 -translations/source/th/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/th/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/th/dictionaries/ar.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -translations/source/th/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/th/dictionaries/bg_BG.po, 1, 7, 2, 0, 0, 0, 0, 1, 7 -translations/source/th/dictionaries/bn_BD.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/th/dictionaries/br_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/ca.po, 1, 7, 2, 0, 0, 0, 0, 1, 7 -translations/source/th/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/th/dictionaries/da_DK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/th/dictionaries/el_GR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/th/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/th/dictionaries/en/dialog.po, 6, 25, 23, 3, 5, 28, 146, 37, 176 -translations/source/th/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 1, 0, 0, 1, 3, 2, 5 -translations/source/th/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/th/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/th/dictionaries/fr_FR.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/th/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/th/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/th/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/th/dictionaries/hu_HU/dialog.po, 4, 6, 6, 6, 9, 22, 56, 32, 71 -translations/source/th/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 1, 0, 0, 1, 3, 2, 5 -translations/source/th/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/th/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/th/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/th/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/th/dictionaries/ne_NP.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/th/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/th/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/th/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/th/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/th/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/th/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/th/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/th/dictionaries/ru_RU/dialog.po, 4, 6, 5, 1, 2, 9, 18, 14, 26 -translations/source/th/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/th/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/th/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/th/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/th/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/th/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/th/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/th/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/th/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/th/editeng/messages.po, 150, 322, 207, 44, 92, 71, 242, 265, 656 -translations/source/th/extensions/messages.po, 381, 818, 437, 181, 767, 101, 514, 663, 2099 -translations/source/th/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/th/extras/source/autocorr/emoji.po, 47, 44, 44, 190, 181, 1338, 1592, 1575, 1817 -translations/source/th/extras/source/gallery/share.po, 11, 14, 11, 0, 0, 1, 1, 12, 15 -translations/source/th/filter/messages.po, 66, 250, 126, 31, 52, 125, 516, 222, 818 -translations/source/th/filter/source/config/fragments/filters.po, 56, 218, 203, 11, 32, 153, 482, 220, 732 -translations/source/th/filter/source/config/fragments/internalgraphicfilters.po, 8, 38, 44, 0, 0, 30, 101, 38, 139 -translations/source/th/filter/source/config/fragments/types.po, 5, 20, 19, 5, 18, 28, 83, 38, 121 -translations/source/th/forms/messages.po, 57, 321, 88, 0, 0, 1, 9, 58, 330 -translations/source/th/formula/messages.po, 392, 443, 438, 19, 22, 27, 49, 438, 514 -translations/source/th/fpicker/messages.po, 33, 93, 40, 16, 36, 12, 34, 61, 163 -translations/source/th/framework/messages.po, 20, 184, 38, 6, 14, 3, 12, 29, 210 -translations/source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po, 540, 4148, 1272, 5, 78, 12, 128, 557, 4354 -translations/source/th/librelogo/source/pythonpath.po, 49, 51, 50, 24, 26, 65, 96, 138, 173 -translations/source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 6, 53, 12, 0, 0, 43, 640, 49, 693 -translations/source/th/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/th/nlpsolver/src/locale.po, 12, 16, 14, 3, 4, 26, 85, 41, 105 -translations/source/th/officecfg/registry/data/org/openoffice.po, 1, 3, 2, 1, 3, 7, 22, 9, 28 -translations/source/th/officecfg/registry/data/org/openoffice/Office.po, 1242, 1510, 1341, 5, 9, 61, 322, 1308, 1841 -translations/source/th/officecfg/registry/data/org/openoffice/Office/UI.po, 2497, 5088, 2995, 541, 994, 639, 1640, 3677, 7722 -translations/source/th/readlicense_oo/docs.po, 51, 961, 286, 1, 85, 51, 1357, 103, 2403 -translations/source/th/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 9, 0, 0, 0, 0, 6, 20 -translations/source/th/reportdesign/messages.po, 200, 481, 231, 55, 133, 3, 3, 258, 617 -translations/source/th/sc/messages.po, 2497, 12281, 3848, 995, 2857, 1194, 5122, 4686, 20260 -translations/source/th/scaddins/messages.po, 782, 2474, 1044, 24, 88, 95, 626, 901, 3188 -translations/source/th/sccomp/messages.po, 12, 51, 20, 0, 0, 2, 14, 14, 65 -translations/source/th/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/th/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -translations/source/th/scp2/source/calc.po, 19, 81, 41, 0, 0, 3, 13, 22, 94 -translations/source/th/scp2/source/draw.po, 14, 55, 32, 3, 13, 24, 81, 41, 149 -translations/source/th/scp2/source/extensions.po, 3, 5, 3, 2, 8, 11, 52, 16, 65 -translations/source/th/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/th/scp2/source/graphicfilter.po, 28, 91, 88, 0, 0, 2, 10, 30, 101 -translations/source/th/scp2/source/impress.po, 19, 74, 42, 0, 0, 2, 7, 21, 81 -translations/source/th/scp2/source/kde.po, 0, 0, 0, 2, 9, 0, 0, 2, 9 -translations/source/th/scp2/source/math.po, 10, 42, 23, 0, 0, 0, 0, 10, 42 -translations/source/th/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/th/scp2/source/ooo.po, 285, 519, 382, 245, 1304, 52, 201, 582, 2024 -translations/source/th/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/th/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/th/scp2/source/winexplorerext.po, 2, 18, 11, 0, 0, 0, 0, 2, 18 -translations/source/th/scp2/source/writer.po, 18, 54, 39, 2, 7, 7, 53, 27, 114 -translations/source/th/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/th/sd/messages.po, 548, 1283, 684, 335, 686, 436, 982, 1319, 2951 -translations/source/th/setup_native/source/mac.po, 22, 119, 50, 1, 12, 0, 0, 23, 131 -translations/source/th/sfx2/messages.po, 206, 576, 381, 148, 440, 227, 1210, 581, 2226 -translations/source/th/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/th/starmath/messages.po, 326, 577, 405, 90, 164, 89, 227, 505, 968 -translations/source/th/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/th/svtools/messages.po, 691, 1766, 1186, 70, 345, 153, 500, 914, 2611 -translations/source/th/svx/messages.po, 1632, 3758, 2480, 523, 1253, 691, 2213, 2846, 7224 -translations/source/th/sw/messages.po, 1530, 2823, 1887, 1011, 1937, 900, 2980, 3441, 7740 -translations/source/th/swext/mediawiki/help.po, 41, 254, 75, 25, 812, 23, 338, 89, 1404 -translations/source/th/swext/mediawiki/src.po, 2, 39, 5, 0, 0, 0, 0, 2, 39 -translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/th/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 27, 175, 57, 4, 4, 1, 2, 32, 181 -translations/source/th/sysui/desktop/share.po, 64, 257, 140, 2, 20, 0, 0, 66, 277 -translations/source/th/uui/messages.po, 124, 1091, 429, 16, 147, 17, 316, 157, 1554 -translations/source/th/vcl/messages.po, 158, 249, 184, 46, 95, 152, 393, 356, 737 -translations/source/th/wizards/messages.po, 210, 888, 271, 54, 153, 1, 1, 265, 1042 -translations/source/th/wizards/source/resources.po, 487, 1972, 710, 58, 252, 9, 62, 554, 2286 -translations/source/th/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/th/xmlsecurity/messages.po, 20, 41, 35, 26, 75, 45, 308, 91, 424 -translations/source/ti/accessibility/messages.po, 9, 23, 19, 0, 0, 2, 4, 11, 27 -translations/source/ti/avmedia/messages.po, 17, 34, 32, 2, 5, 3, 6, 22, 45 -translations/source/ti/basctl/messages.po, 73, 243, 210, 20, 34, 62, 334, 155, 611 -translations/source/ti/basic/messages.po, 0, 0, 0, 14, 43, 121, 506, 135, 549 -translations/source/ti/chart2/messages.po, 39, 60, 69, 19, 27, 562, 1281, 620, 1368 -translations/source/ti/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/ti/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ti/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ti/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ti/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/ti/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ti/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ti/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ti/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ti/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ti/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ti/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ti/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ti/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ti/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ti/cui/messages.po, 68, 71, 75, 103, 151, 2172, 5336, 2343, 5558 -translations/source/ti/dbaccess/messages.po, 8, 8, 9, 18, 26, 786, 4476, 812, 4510 -translations/source/ti/desktop/messages.po, 2, 13, 11, 2, 2, 158, 1210, 162, 1225 -translations/source/ti/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ti/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ti/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ti/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ti/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/ti/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ti/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ti/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ti/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ti/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ti/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -translations/source/ti/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ti/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ti/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ti/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ti/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ti/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ti/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ti/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ti/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ti/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -translations/source/ti/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ti/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ti/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ti/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ti/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ti/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/editeng/messages.po, 2, 2, 2, 6, 6, 257, 648, 265, 656 -translations/source/ti/extensions/messages.po, 12, 17, 20, 12, 12, 639, 2070, 663, 2099 -translations/source/ti/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ti/extras/source/autocorr/emoji.po, 0, 0, 0, 26, 7, 1549, 1810, 1575, 1817 -translations/source/ti/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -translations/source/ti/filter/messages.po, 1, 1, 1, 2, 3, 219, 814, 222, 818 -translations/source/ti/filter/source/config/fragments/filters.po, 0, 0, 0, 0, 0, 220, 732, 220, 732 -translations/source/ti/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ti/filter/source/config/fragments/types.po, 0, 0, 0, 0, 0, 38, 121, 38, 121 -translations/source/ti/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -translations/source/ti/formula/messages.po, 2, 2, 2, 1, 1, 435, 511, 438, 514 -translations/source/ti/fpicker/messages.po, 3, 4, 4, 6, 8, 52, 151, 61, 163 -translations/source/ti/framework/messages.po, 1, 1, 1, 0, 0, 28, 209, 29, 210 -translations/source/ti/instsetoo_native/inc_openoffice/windows/msi_languages.po, 1, 1, 1, 1, 1, 555, 4352, 557, 4354 -translations/source/ti/librelogo/source/pythonpath.po, 0, 0, 0, 3, 7, 135, 166, 138, 173 -translations/source/ti/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 0, 0, 48, 692, 49, 693 -translations/source/ti/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ti/nlpsolver/src/locale.po, 1, 1, 2, 0, 0, 40, 104, 41, 105 -translations/source/ti/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ti/officecfg/registry/data/org/openoffice/Office.po, 1, 1, 1, 7, 7, 1300, 1833, 1308, 1841 -translations/source/ti/officecfg/registry/data/org/openoffice/Office/UI.po, 42, 46, 55, 82, 102, 3553, 7574, 3677, 7722 -translations/source/ti/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/ti/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ti/reportdesign/messages.po, 11, 14, 17, 13, 17, 234, 586, 258, 617 -translations/source/ti/sc/messages.po, 110, 115, 125, 271, 296, 4305, 19849, 4686, 20260 -translations/source/ti/scaddins/messages.po, 5, 5, 5, 28, 30, 868, 3153, 901, 3188 -translations/source/ti/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/ti/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/ti/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -translations/source/ti/scp2/source/calc.po, 0, 0, 0, 1, 1, 21, 93, 22, 94 -translations/source/ti/scp2/source/draw.po, 0, 0, 0, 1, 1, 40, 148, 41, 149 -translations/source/ti/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -translations/source/ti/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ti/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/ti/scp2/source/impress.po, 0, 0, 0, 1, 1, 20, 80, 21, 81 -translations/source/ti/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ti/scp2/source/math.po, 0, 0, 0, 1, 1, 9, 41, 10, 42 -translations/source/ti/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/ti/scp2/source/ooo.po, 0, 0, 0, 0, 0, 582, 2024, 582, 2024 -translations/source/ti/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ti/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/ti/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/ti/scp2/source/writer.po, 0, 0, 0, 1, 1, 26, 113, 27, 114 -translations/source/ti/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/ti/sd/messages.po, 40, 47, 59, 40, 48, 1239, 2856, 1319, 2951 -translations/source/ti/setup_native/source/mac.po, 0, 0, 0, 0, 0, 23, 131, 23, 131 -translations/source/ti/sfx2/messages.po, 14, 15, 16, 16, 17, 551, 2194, 581, 2226 -translations/source/ti/shell/source/win32/shlxthandler/res.po, 1, 1, 1, 3, 3, 33, 41, 37, 45 -translations/source/ti/starmath/messages.po, 5, 5, 6, 11, 11, 489, 952, 505, 968 -translations/source/ti/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ti/svtools/messages.po, 4, 4, 4, 16, 30, 894, 2577, 914, 2611 -translations/source/ti/svx/messages.po, 41, 45, 49, 61, 68, 2744, 7111, 2846, 7224 -translations/source/ti/sw/messages.po, 106, 110, 120, 134, 149, 3201, 7481, 3441, 7740 -translations/source/ti/swext/mediawiki/help.po, 2, 2, 3, 0, 0, 87, 1402, 89, 1404 -translations/source/ti/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ti/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ti/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 0, 0, 0, 0, 0, 32, 181, 32, 181 -translations/source/ti/sysui/desktop/share.po, 0, 0, 0, 0, 0, 66, 277, 66, 277 -translations/source/ti/uui/messages.po, 2, 2, 3, 3, 5, 152, 1547, 157, 1554 -translations/source/ti/vcl/messages.po, 5, 5, 7, 22, 23, 329, 709, 356, 737 -translations/source/ti/wizards/messages.po, 0, 0, 0, 3, 3, 262, 1039, 265, 1042 -translations/source/ti/wizards/source/resources.po, 2, 2, 2, 5, 10, 547, 2274, 554, 2286 -translations/source/ti/writerperfect/messages.po, 0, 0, 0, 0, 0, 30, 65, 30, 65 -translations/source/ti/xmlsecurity/messages.po, 1, 1, 1, 0, 0, 90, 423, 91, 424 -translations/source/tn/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -translations/source/tn/avmedia/messages.po, 9, 9, 9, 4, 4, 9, 32, 22, 45 -translations/source/tn/basctl/messages.po, 66, 223, 240, 35, 55, 54, 333, 155, 611 -translations/source/tn/basic/messages.po, 8, 14, 13, 8, 28, 119, 507, 135, 549 -translations/source/tn/chart2/messages.po, 118, 167, 171, 160, 281, 342, 920, 620, 1368 -translations/source/tn/connectivity/messages.po, 0, 0, 0, 7, 48, 99, 999, 106, 1047 -translations/source/tn/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/tn/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/tn/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/tn/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/tn/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/tn/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tn/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tn/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/tn/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tn/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/tn/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tn/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/tn/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/tn/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/tn/cui/messages.po, 505, 968, 1021, 694, 1078, 1144, 3512, 2343, 5558 -translations/source/tn/dbaccess/messages.po, 209, 1151, 1244, 151, 415, 452, 2944, 812, 4510 -translations/source/tn/desktop/messages.po, 30, 141, 143, 18, 86, 114, 998, 162, 1225 -translations/source/tn/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tn/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/tn/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/tn/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tn/dictionaries/en/dialog.po, 1, 1, 2, 2, 3, 34, 172, 37, 176 -translations/source/tn/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/tn/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/tn/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/tn/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tn/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tn/dictionaries/hu_HU/dialog.po, 2, 2, 2, 2, 2, 28, 67, 32, 71 -translations/source/tn/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/tn/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/tn/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tn/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/tn/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tn/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/tn/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/tn/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/tn/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tn/dictionaries/ru_RU/dialog.po, 2, 2, 3, 0, 0, 12, 24, 14, 26 -translations/source/tn/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/tn/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tn/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tn/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tn/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tn/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/editeng/messages.po, 196, 465, 500, 51, 143, 18, 48, 265, 656 -translations/source/tn/extensions/messages.po, 279, 581, 624, 158, 433, 226, 1085, 663, 2099 -translations/source/tn/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tn/extras/source/autocorr/emoji.po, 41, 37, 37, 150, 140, 1384, 1640, 1575, 1817 -translations/source/tn/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/tn/filter/messages.po, 40, 159, 168, 28, 56, 154, 603, 222, 818 -translations/source/tn/filter/source/config/fragments/filters.po, 16, 46, 43, 9, 23, 195, 663, 220, 732 -translations/source/tn/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/tn/filter/source/config/fragments/types.po, 1, 4, 4, 0, 0, 37, 117, 38, 121 -translations/source/tn/forms/messages.po, 25, 101, 101, 4, 7, 29, 222, 58, 330 -translations/source/tn/formula/messages.po, 158, 159, 163, 78, 101, 199, 251, 435, 511 -translations/source/tn/fpicker/messages.po, 20, 30, 38, 17, 43, 24, 90, 61, 163 -translations/source/tn/framework/messages.po, 7, 12, 13, 2, 3, 20, 195, 29, 210 -translations/source/tn/instsetoo_native/inc_openoffice/windows/msi_languages.po, 45, 59, 68, 57, 68, 455, 4227, 557, 4354 -translations/source/tn/librelogo/source/pythonpath.po, 14, 14, 14, 42, 42, 82, 117, 138, 173 -translations/source/tn/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 2, 47, 690, 49, 693 -translations/source/tn/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/tn/nlpsolver/src/locale.po, 6, 6, 7, 7, 8, 28, 91, 41, 105 -translations/source/tn/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/tn/officecfg/registry/data/org/openoffice/Office.po, 197, 268, 266, 188, 194, 923, 1379, 1308, 1841 -translations/source/tn/officecfg/registry/data/org/openoffice/Office/UI.po, 1053, 2194, 2353, 951, 1628, 1673, 3900, 3677, 7722 -translations/source/tn/readlicense_oo/docs.po, 8, 40, 42, 0, 0, 95, 2363, 103, 2403 -translations/source/tn/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/tn/reportdesign/messages.po, 63, 77, 80, 70, 121, 125, 419, 258, 617 -translations/source/tn/sc/messages.po, 1298, 6958, 6752, 1316, 3621, 2072, 9681, 4686, 20260 -translations/source/tn/scaddins/messages.po, 264, 1349, 1247, 171, 411, 465, 1427, 900, 3187 -translations/source/tn/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/tn/scp2/source/activex.po, 1, 2, 5, 0, 0, 1, 14, 2, 16 -translations/source/tn/scp2/source/base.po, 2, 4, 4, 3, 11, 5, 29, 10, 44 -translations/source/tn/scp2/source/calc.po, 8, 22, 21, 4, 10, 10, 62, 22, 94 -translations/source/tn/scp2/source/draw.po, 5, 12, 12, 3, 10, 33, 127, 41, 149 -translations/source/tn/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/tn/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/tn/scp2/source/graphicfilter.po, 24, 77, 74, 2, 6, 4, 18, 30, 101 -translations/source/tn/scp2/source/impress.po, 10, 26, 24, 3, 9, 8, 46, 21, 81 -translations/source/tn/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/tn/scp2/source/math.po, 4, 11, 11, 2, 5, 4, 26, 10, 42 -translations/source/tn/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/tn/scp2/source/ooo.po, 143, 172, 174, 16, 19, 423, 1833, 582, 2024 -translations/source/tn/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/tn/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/tn/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/tn/scp2/source/writer.po, 10, 27, 27, 3, 8, 14, 79, 27, 114 -translations/source/tn/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/tn/sd/messages.po, 309, 787, 863, 303, 497, 707, 1667, 1319, 2951 -translations/source/tn/setup_native/source/mac.po, 0, 0, 0, 2, 2, 21, 129, 23, 131 -translations/source/tn/sfx2/messages.po, 142, 287, 358, 118, 298, 321, 1641, 581, 2226 -translations/source/tn/shell/source/win32/shlxthandler/res.po, 28, 30, 30, 5, 5, 4, 10, 37, 45 -translations/source/tn/starmath/messages.po, 261, 461, 600, 109, 155, 133, 350, 503, 966 -translations/source/tn/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/tn/svtools/messages.po, 367, 797, 873, 96, 208, 451, 1606, 914, 2611 -translations/source/tn/svx/messages.po, 1074, 2167, 2192, 556, 1064, 1216, 3993, 2846, 7224 -translations/source/tn/sw/messages.po, 938, 1459, 1483, 1098, 1781, 1403, 4498, 3439, 7738 -translations/source/tn/swext/mediawiki/help.po, 6, 6, 6, 4, 6, 79, 1392, 89, 1404 -translations/source/tn/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/tn/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 6, 8, 8, 19, 168, 32, 181 -translations/source/tn/sysui/desktop/share.po, 14, 37, 37, 8, 23, 44, 217, 66, 277 -translations/source/tn/uui/messages.po, 11, 61, 68, 16, 45, 130, 1448, 157, 1554 -translations/source/tn/vcl/messages.po, 105, 142, 139, 63, 101, 188, 494, 356, 737 -translations/source/tn/wizards/messages.po, 39, 86, 102, 38, 51, 188, 905, 265, 1042 -translations/source/tn/wizards/source/resources.po, 257, 907, 1078, 72, 141, 225, 1238, 554, 2286 -translations/source/tn/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/tn/xmlsecurity/messages.po, 11, 13, 12, 2, 3, 78, 408, 91, 424 -translations/source/tr/accessibility/messages.po, 11, 27, 27, 0, 0, 0, 0, 11, 27 -translations/source/tr/avmedia/messages.po, 22, 45, 39, 0, 0, 0, 0, 22, 45 -translations/source/tr/basctl/messages.po, 155, 611, 512, 0, 0, 0, 0, 155, 611 -translations/source/tr/basic/messages.po, 135, 549, 496, 0, 0, 0, 0, 135, 549 -translations/source/tr/chart2/messages.po, 620, 1368, 1388, 0, 0, 0, 0, 620, 1368 -translations/source/tr/connectivity/messages.po, 106, 1047, 694, 0, 0, 0, 0, 106, 1047 -translations/source/tr/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/tr/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/tr/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tr/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/tr/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/tr/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tr/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/tr/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/tr/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/tr/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/tr/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/tr/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tr/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tr/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/tr/cui/messages.po, 2342, 5557, 5301, 0, 0, 1, 1, 2343, 5558 -translations/source/tr/dbaccess/messages.po, 812, 4510, 3468, 0, 0, 0, 0, 812, 4510 -translations/source/tr/desktop/messages.po, 162, 1225, 1002, 0, 0, 0, 0, 162, 1225 -translations/source/tr/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/tr/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/cs_CZ.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/tr/dictionaries/da_DK.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/tr/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/en.po, 1, 9, 8, 0, 0, 0, 0, 1, 9 -translations/source/tr/dictionaries/en/dialog.po, 37, 176, 186, 0, 0, 0, 0, 37, 176 -translations/source/tr/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/tr/dictionaries/es.po, 1, 12, 13, 0, 0, 0, 0, 1, 12 -translations/source/tr/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/tr/dictionaries/gl.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/gug.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/tr/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/tr/dictionaries/hu_HU/dialog.po, 32, 71, 81, 0, 0, 0, 0, 32, 71 -translations/source/tr/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/tr/dictionaries/id.po, 1, 7, 9, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/is.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/tr/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/tr/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/tr/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/pt_BR.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/tr/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/tr/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/tr/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/tr/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/ru_RU.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/tr/dictionaries/ru_RU/dialog.po, 14, 26, 27, 0, 0, 0, 0, 14, 26 -translations/source/tr/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 6, 0, 0, 0, 0, 2, 5 -translations/source/tr/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/tr/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/tr/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/tr/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/tr_TR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tr/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/editeng/messages.po, 265, 656, 704, 0, 0, 0, 0, 265, 656 -translations/source/tr/extensions/messages.po, 663, 2099, 1837, 0, 0, 0, 0, 663, 2099 -translations/source/tr/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/extras/source/autocorr/emoji.po, 1575, 1817, 1894, 0, 0, 0, 0, 1575, 1817 -translations/source/tr/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/tr/filter/messages.po, 222, 818, 783, 0, 0, 0, 0, 222, 818 -translations/source/tr/filter/source/config/fragments/filters.po, 220, 732, 761, 0, 0, 0, 0, 220, 732 -translations/source/tr/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 144, 0, 0, 0, 0, 38, 139 -translations/source/tr/filter/source/config/fragments/types.po, 38, 121, 134, 0, 0, 0, 0, 38, 121 -translations/source/tr/forms/messages.po, 58, 330, 249, 0, 0, 0, 0, 58, 330 -translations/source/tr/formula/messages.po, 430, 505, 504, 0, 0, 1, 1, 431, 506 -translations/source/tr/fpicker/messages.po, 61, 163, 144, 0, 0, 0, 0, 61, 163 -translations/source/tr/framework/messages.po, 29, 210, 164, 0, 0, 0, 0, 29, 210 -translations/source/tr/helpcontent2/source/auxiliary.po, 104, 299, 307, 0, 0, 1, 3, 105, 302 -translations/source/tr/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1085, 0, 0, 0, 0, 103, 1345 -translations/source/tr/helpcontent2/source/text/sbasic/shared.po, 4474, 35040, 28312, 0, 0, 31, 391, 4505, 35431 -translations/source/tr/helpcontent2/source/text/sbasic/shared/01.po, 66, 459, 375, 0, 0, 1, 6, 67, 465 -translations/source/tr/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1190, 0, 0, 0, 0, 198, 1482 -translations/source/tr/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/tr/helpcontent2/source/text/scalc.po, 187, 986, 814, 0, 0, 0, 0, 187, 986 -translations/source/tr/helpcontent2/source/text/scalc/00.po, 66, 160, 164, 0, 0, 135, 785, 201, 945 -translations/source/tr/helpcontent2/source/text/scalc/01.po, 7274, 69667, 58415, 0, 0, 221, 3488, 7495, 73155 -translations/source/tr/helpcontent2/source/text/scalc/02.po, 119, 797, 642, 0, 0, 4, 13, 123, 810 -translations/source/tr/helpcontent2/source/text/scalc/04.po, 187, 1497, 1238, 0, 0, 0, 0, 187, 1497 -translations/source/tr/helpcontent2/source/text/scalc/05.po, 92, 751, 633, 0, 0, 45, 102, 137, 853 -translations/source/tr/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/tr/helpcontent2/source/text/scalc/guide.po, 1421, 20874, 16334, 0, 0, 48, 719, 1469, 21593 -translations/source/tr/helpcontent2/source/text/schart.po, 96, 931, 726, 0, 0, 0, 0, 96, 931 -translations/source/tr/helpcontent2/source/text/schart/00.po, 60, 347, 358, 0, 0, 0, 0, 60, 347 -translations/source/tr/helpcontent2/source/text/schart/01.po, 972, 11826, 9118, 0, 0, 0, 0, 972, 11826 -translations/source/tr/helpcontent2/source/text/schart/02.po, 25, 117, 85, 0, 0, 0, 0, 25, 117 -translations/source/tr/helpcontent2/source/text/schart/04.po, 32, 133, 122, 0, 0, 0, 0, 32, 133 -translations/source/tr/helpcontent2/source/text/sdraw.po, 123, 732, 617, 0, 0, 0, 0, 123, 732 -translations/source/tr/helpcontent2/source/text/sdraw/00.po, 2, 8, 6, 0, 0, 0, 0, 2, 8 -translations/source/tr/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/tr/helpcontent2/source/text/sdraw/04.po, 103, 489, 389, 0, 0, 0, 0, 103, 489 -translations/source/tr/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2400, 0, 0, 0, 0, 275, 3072 -translations/source/tr/helpcontent2/source/text/shared.po, 241, 2147, 1727, 0, 0, 9, 161, 250, 2308 -translations/source/tr/helpcontent2/source/text/shared/00.po, 914, 9848, 7999, 0, 0, 653, 5846, 1567, 15694 -translations/source/tr/helpcontent2/source/text/shared/01.po, 5005, 43885, 34056, 0, 0, 482, 8077, 5487, 51962 -translations/source/tr/helpcontent2/source/text/shared/02.po, 1826, 20600, 15300, 0, 0, 356, 8522, 2182, 29122 -translations/source/tr/helpcontent2/source/text/shared/04.po, 240, 988, 851, 0, 0, 73, 1083, 313, 2071 -translations/source/tr/helpcontent2/source/text/shared/05.po, 111, 1155, 910, 0, 0, 85, 1185, 196, 2340 -translations/source/tr/helpcontent2/source/text/shared/06.po, 1, 2, 2, 0, 0, 2, 5, 3, 7 -translations/source/tr/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -translations/source/tr/helpcontent2/source/text/shared/autokorr.po, 48, 420, 327, 0, 0, 0, 0, 48, 420 -translations/source/tr/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6499, 0, 0, 0, 0, 887, 8394 -translations/source/tr/helpcontent2/source/text/shared/explorer/database.po, 1519, 15579, 11908, 0, 0, 122, 3278, 1641, 18857 -translations/source/tr/helpcontent2/source/text/shared/guide.po, 2488, 35817, 28135, 0, 0, 28, 626, 2516, 36443 -translations/source/tr/helpcontent2/source/text/shared/help.po, 11, 34, 29, 0, 0, 67, 83, 78, 117 -translations/source/tr/helpcontent2/source/text/shared/menu.po, 16, 120, 102, 0, 0, 0, 0, 16, 120 -translations/source/tr/helpcontent2/source/text/shared/optionen.po, 1880, 22150, 17349, 0, 0, 54, 1201, 1934, 23351 -translations/source/tr/helpcontent2/source/text/simpress.po, 199, 1395, 1165, 0, 0, 0, 0, 199, 1395 -translations/source/tr/helpcontent2/source/text/simpress/00.po, 163, 902, 825, 0, 0, 0, 0, 163, 902 -translations/source/tr/helpcontent2/source/text/simpress/01.po, 1026, 8315, 6105, 0, 0, 20, 199, 1046, 8514 -translations/source/tr/helpcontent2/source/text/simpress/02.po, 660, 6509, 5040, 0, 0, 0, 0, 660, 6509 -translations/source/tr/helpcontent2/source/text/simpress/04.po, 239, 1138, 945, 0, 0, 0, 0, 239, 1138 -translations/source/tr/helpcontent2/source/text/simpress/guide.po, 766, 10274, 7985, 0, 0, 1, 8, 767, 10282 -translations/source/tr/helpcontent2/source/text/smath.po, 59, 722, 550, 0, 0, 1, 17, 60, 739 -translations/source/tr/helpcontent2/source/text/smath/00.po, 66, 355, 312, 0, 0, 0, 0, 66, 355 -translations/source/tr/helpcontent2/source/text/smath/01.po, 1523, 13447, 11139, 0, 0, 28, 412, 1551, 13859 -translations/source/tr/helpcontent2/source/text/smath/02.po, 6, 97, 66, 0, 0, 0, 0, 6, 97 -translations/source/tr/helpcontent2/source/text/smath/04.po, 26, 135, 108, 0, 0, 0, 0, 26, 135 -translations/source/tr/helpcontent2/source/text/smath/06.po, 9, 21, 25, 0, 0, 0, 0, 9, 21 -translations/source/tr/helpcontent2/source/text/smath/guide.po, 104, 1193, 924, 0, 0, 0, 0, 104, 1193 -translations/source/tr/helpcontent2/source/text/swriter.po, 305, 2642, 2132, 0, 0, 31, 304, 336, 2946 -translations/source/tr/helpcontent2/source/text/swriter/00.po, 282, 1700, 1673, 0, 0, 28, 118, 310, 1818 -translations/source/tr/helpcontent2/source/text/swriter/01.po, 3284, 32862, 24621, 0, 0, 62, 931, 3346, 33793 -translations/source/tr/helpcontent2/source/text/swriter/02.po, 426, 3050, 2401, 0, 0, 0, 0, 426, 3050 -translations/source/tr/helpcontent2/source/text/swriter/04.po, 254, 1276, 1024, 0, 0, 0, 0, 254, 1276 -translations/source/tr/helpcontent2/source/text/swriter/guide.po, 2138, 27875, 21351, 0, 0, 6, 62, 2144, 27937 -translations/source/tr/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2771, 0, 0, 0, 0, 326, 3019 -translations/source/tr/helpcontent2/source/text/swriter/menu.po, 17, 96, 85, 0, 0, 0, 0, 17, 96 -translations/source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3672, 0, 0, 0, 0, 557, 4354 -translations/source/tr/librelogo/source/pythonpath.po, 138, 173, 188, 0, 0, 0, 0, 138, 173 -translations/source/tr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 545, 0, 0, 0, 0, 49, 693 -translations/source/tr/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 24, 0, 0, 0, 0, 2, 21 -translations/source/tr/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -translations/source/tr/officecfg/registry/data/org/openoffice.po, 9, 28, 28, 0, 0, 0, 0, 9, 28 -translations/source/tr/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1788, 0, 0, 0, 0, 1308, 1841 -translations/source/tr/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 8075, 0, 0, 0, 0, 3677, 7722 -translations/source/tr/readlicense_oo/docs.po, 103, 2403, 1872, 0, 0, 0, 0, 103, 2403 -translations/source/tr/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 15, 0, 0, 0, 0, 6, 20 -translations/source/tr/reportdesign/messages.po, 258, 617, 588, 0, 0, 0, 0, 258, 617 -translations/source/tr/sc/messages.po, 4680, 20230, 15583, 2, 4, 4, 26, 4686, 20260 -translations/source/tr/scaddins/messages.po, 901, 3188, 2500, 0, 0, 0, 0, 901, 3188 -translations/source/tr/sccomp/messages.po, 14, 65, 62, 0, 0, 0, 0, 14, 65 -translations/source/tr/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/tr/scp2/source/base.po, 10, 44, 38, 0, 0, 0, 0, 10, 44 -translations/source/tr/scp2/source/calc.po, 22, 94, 96, 0, 0, 0, 0, 22, 94 -translations/source/tr/scp2/source/draw.po, 41, 149, 145, 0, 0, 0, 0, 41, 149 -translations/source/tr/scp2/source/extensions.po, 16, 65, 68, 0, 0, 0, 0, 16, 65 -translations/source/tr/scp2/source/gnome.po, 2, 11, 10, 0, 0, 0, 0, 2, 11 -translations/source/tr/scp2/source/graphicfilter.po, 30, 101, 130, 0, 0, 0, 0, 30, 101 -translations/source/tr/scp2/source/impress.po, 21, 81, 79, 0, 0, 0, 0, 21, 81 -translations/source/tr/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/tr/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/tr/scp2/source/onlineupdate.po, 2, 13, 12, 0, 0, 0, 0, 2, 13 -translations/source/tr/scp2/source/ooo.po, 582, 2024, 2049, 0, 0, 0, 0, 582, 2024 -translations/source/tr/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/tr/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/tr/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/tr/scp2/source/writer.po, 27, 114, 112, 0, 0, 0, 0, 27, 114 -translations/source/tr/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/tr/sd/messages.po, 1317, 2949, 2798, 0, 0, 2, 2, 1319, 2951 -translations/source/tr/setup_native/source/mac.po, 23, 131, 108, 0, 0, 0, 0, 23, 131 -translations/source/tr/sfx2/messages.po, 581, 2226, 1911, 0, 0, 0, 0, 581, 2226 -translations/source/tr/shell/source/win32/shlxthandler/res.po, 37, 45, 48, 0, 0, 0, 0, 37, 45 -translations/source/tr/starmath/messages.po, 505, 968, 1000, 0, 0, 0, 0, 505, 968 -translations/source/tr/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/tr/svtools/messages.po, 914, 2611, 2458, 0, 0, 0, 0, 914, 2611 -translations/source/tr/svx/messages.po, 2840, 7216, 6942, 0, 0, 6, 8, 2846, 7224 -translations/source/tr/sw/messages.po, 3440, 7737, 7500, 0, 0, 1, 3, 3441, 7740 -translations/source/tr/swext/mediawiki/help.po, 89, 1404, 1104, 0, 0, 0, 0, 89, 1404 -translations/source/tr/swext/mediawiki/src.po, 2, 39, 29, 0, 0, 0, 0, 2, 39 -translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 135, 0, 0, 0, 0, 32, 181 -translations/source/tr/sysui/desktop/share.po, 66, 277, 277, 0, 0, 0, 0, 66, 277 -translations/source/tr/uui/messages.po, 157, 1554, 1197, 0, 0, 0, 0, 157, 1554 -translations/source/tr/vcl/messages.po, 308, 615, 618, 0, 0, 48, 122, 356, 737 -translations/source/tr/wizards/messages.po, 265, 1042, 866, 0, 0, 0, 0, 265, 1042 -translations/source/tr/wizards/source/resources.po, 554, 2286, 1838, 0, 0, 0, 0, 554, 2286 -translations/source/tr/writerperfect/messages.po, 30, 65, 75, 0, 0, 0, 0, 30, 65 -translations/source/tr/xmlsecurity/messages.po, 91, 424, 335, 0, 0, 0, 0, 91, 424 -translations/source/ts/accessibility/messages.po, 5, 9, 10, 0, 0, 6, 18, 11, 27 -translations/source/ts/avmedia/messages.po, 17, 27, 25, 0, 0, 5, 18, 22, 45 -translations/source/ts/basctl/messages.po, 74, 242, 294, 34, 50, 47, 319, 155, 611 -translations/source/ts/basic/messages.po, 8, 14, 13, 9, 31, 118, 504, 135, 549 -translations/source/ts/chart2/messages.po, 103, 154, 222, 204, 343, 313, 871, 620, 1368 -translations/source/ts/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/ts/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ts/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ts/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ts/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/ts/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ts/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ts/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ts/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ts/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ts/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ts/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ts/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ts/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ts/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ts/cui/messages.po, 432, 890, 1137, 795, 1264, 1116, 3404, 2343, 5558 -translations/source/ts/dbaccess/messages.po, 303, 1608, 1801, 217, 644, 292, 2258, 812, 4510 -translations/source/ts/desktop/messages.po, 42, 166, 204, 14, 29, 106, 1030, 162, 1225 -translations/source/ts/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ts/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ts/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ts/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ts/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -translations/source/ts/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ts/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ts/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ts/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ts/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ts/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -translations/source/ts/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ts/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ts/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ts/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ts/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ts/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ts/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ts/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ts/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ts/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -translations/source/ts/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ts/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ts/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ts/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ts/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ts/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/editeng/messages.po, 198, 459, 638, 49, 141, 18, 56, 265, 656 -translations/source/ts/extensions/messages.po, 320, 659, 942, 186, 480, 157, 960, 663, 2099 -translations/source/ts/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ts/extras/source/autocorr/emoji.po, 41, 37, 81, 165, 156, 1369, 1624, 1575, 1817 -translations/source/ts/extras/source/gallery/share.po, 5, 7, 7, 2, 2, 5, 6, 12, 15 -translations/source/ts/filter/messages.po, 42, 161, 189, 30, 60, 150, 597, 222, 818 -translations/source/ts/filter/source/config/fragments/filters.po, 19, 55, 63, 11, 28, 190, 649, 220, 732 -translations/source/ts/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ts/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -translations/source/ts/forms/messages.po, 50, 278, 345, 1, 2, 7, 50, 58, 330 -translations/source/ts/formula/messages.po, 283, 286, 298, 71, 96, 84, 132, 438, 514 -translations/source/ts/fpicker/messages.po, 25, 39, 48, 18, 52, 18, 72, 61, 163 -translations/source/ts/framework/messages.po, 8, 14, 17, 7, 15, 14, 181, 29, 210 -translations/source/ts/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 4248, 90, 232, 93, 737, 557, 4354 -translations/source/ts/librelogo/source/pythonpath.po, 12, 12, 13, 43, 43, 83, 118, 138, 173 -translations/source/ts/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -translations/source/ts/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ts/nlpsolver/src/locale.po, 7, 7, 9, 6, 7, 28, 91, 41, 105 -translations/source/ts/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ts/officecfg/registry/data/org/openoffice/Office.po, 470, 559, 1541, 356, 350, 482, 932, 1308, 1841 -translations/source/ts/officecfg/registry/data/org/openoffice/Office/UI.po, 1407, 3030, 4513, 1033, 1717, 1237, 2975, 3677, 7722 -translations/source/ts/readlicense_oo/docs.po, 7, 41, 58, 1, 1, 95, 2361, 103, 2403 -translations/source/ts/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ts/reportdesign/messages.po, 62, 81, 111, 73, 121, 123, 415, 258, 617 -translations/source/ts/sc/messages.po, 1220, 6929, 7870, 1454, 3661, 2012, 9670, 4686, 20260 -translations/source/ts/scaddins/messages.po, 255, 1340, 1634, 196, 438, 449, 1409, 900, 3187 -translations/source/ts/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/ts/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/ts/scp2/source/base.po, 8, 40, 50, 0, 0, 2, 4, 10, 44 -translations/source/ts/scp2/source/calc.po, 13, 41, 52, 4, 33, 5, 20, 22, 94 -translations/source/ts/scp2/source/draw.po, 11, 45, 57, 1, 5, 29, 99, 41, 149 -translations/source/ts/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/ts/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ts/scp2/source/graphicfilter.po, 24, 77, 180, 2, 6, 4, 18, 30, 101 -translations/source/ts/scp2/source/impress.po, 15, 59, 75, 2, 8, 4, 14, 21, 81 -translations/source/ts/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ts/scp2/source/math.po, 9, 39, 51, 0, 0, 1, 3, 10, 42 -translations/source/ts/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/ts/scp2/source/ooo.po, 160, 208, 222, 124, 679, 298, 1137, 582, 2024 -translations/source/ts/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ts/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -translations/source/ts/scp2/source/winexplorerext.po, 2, 18, 21, 0, 0, 0, 0, 2, 18 -translations/source/ts/scp2/source/writer.po, 14, 37, 49, 2, 7, 11, 70, 27, 114 -translations/source/ts/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/ts/sd/messages.po, 311, 780, 999, 360, 610, 648, 1561, 1319, 2951 -translations/source/ts/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -translations/source/ts/sfx2/messages.po, 152, 293, 373, 130, 265, 299, 1668, 581, 2226 -translations/source/ts/shell/source/win32/shlxthandler/res.po, 37, 45, 57, 0, 0, 0, 0, 37, 45 -translations/source/ts/starmath/messages.po, 202, 402, 593, 119, 165, 131, 348, 452, 915 -translations/source/ts/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ts/svtools/messages.po, 394, 857, 1127, 101, 205, 419, 1549, 914, 2611 -translations/source/ts/svx/messages.po, 1117, 2381, 3409, 626, 1152, 1103, 3691, 2846, 7224 -translations/source/ts/sw/messages.po, 866, 1567, 2428, 1333, 2140, 1242, 4033, 3441, 7740 -translations/source/ts/swext/mediawiki/help.po, 4, 4, 6, 6, 8, 79, 1392, 89, 1404 -translations/source/ts/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ts/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 5, 5, 6, 7, 7, 20, 169, 32, 181 -translations/source/ts/sysui/desktop/share.po, 31, 119, 159, 13, 64, 22, 94, 66, 277 -translations/source/ts/uui/messages.po, 11, 86, 105, 27, 88, 119, 1380, 157, 1554 -translations/source/ts/vcl/messages.po, 86, 104, 123, 77, 120, 193, 513, 356, 737 -translations/source/ts/wizards/messages.po, 137, 718, 795, 47, 80, 81, 244, 265, 1042 -translations/source/ts/wizards/source/resources.po, 387, 1726, 1959, 87, 202, 80, 358, 554, 2286 -translations/source/ts/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/ts/xmlsecurity/messages.po, 16, 24, 44, 15, 52, 60, 348, 91, 424 -translations/source/tt/accessibility/messages.po, 5, 5, 5, 0, 0, 6, 22, 11, 27 -translations/source/tt/avmedia/messages.po, 16, 26, 20, 0, 0, 6, 19, 22, 45 -translations/source/tt/basctl/messages.po, 93, 302, 254, 29, 36, 33, 273, 155, 611 -translations/source/tt/basic/messages.po, 18, 52, 41, 117, 497, 0, 0, 135, 549 -translations/source/tt/chart2/messages.po, 77, 91, 99, 84, 113, 459, 1164, 620, 1368 -translations/source/tt/connectivity/messages.po, 48, 343, 266, 2, 13, 56, 691, 106, 1047 -translations/source/tt/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/tt/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/tt/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tt/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/tt/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/tt/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tt/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tt/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/tt/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/tt/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tt/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/tt/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tt/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/tt/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/tt/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tt/cui/messages.po, 562, 865, 881, 525, 775, 1256, 3918, 2343, 5558 -translations/source/tt/dbaccess/messages.po, 55, 104, 101, 68, 123, 689, 4283, 812, 4510 -translations/source/tt/desktop/messages.po, 41, 108, 81, 18, 75, 103, 1042, 162, 1225 -translations/source/tt/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/tt/dictionaries/be_BY.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/bn_BD.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/tt/dictionaries/br_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/bs_BA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/tt/dictionaries/ca.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/tt/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/tt/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/tt/dictionaries/en/dialog.po, 37, 176, 158, 0, 0, 0, 0, 37, 176 -translations/source/tt/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/tt/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/tt/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/tt/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/tt/dictionaries/gu_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/tt/dictionaries/he_IL.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/hi_IN.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/hu_HU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/tt/dictionaries/hu_HU/dialog.po, 32, 71, 75, 0, 0, 0, 0, 32, 71 -translations/source/tt/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/tt/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/tt/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/tt/dictionaries/it_IT.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/kmr_Latn.po, 1, 4, 5, 0, 0, 0, 0, 1, 4 -translations/source/tt/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/tt/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/tt/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/no.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/tt/dictionaries/oc_FR.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/pl_PL.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/tt/dictionaries/pt_BR/dialog.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/tt/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/tt/dictionaries/pt_PT.po, 1, 8, 9, 0, 0, 0, 0, 1, 8 -translations/source/tt/dictionaries/ro.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/ru_RU.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/tt/dictionaries/ru_RU/dialog.po, 13, 25, 21, 0, 0, 1, 1, 14, 26 -translations/source/tt/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 1, 2, 2, 0, 0, 1, 3, 2, 5 -translations/source/tt/dictionaries/si_LK.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/sk_SK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/sl_SI.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/tt/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/tt/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/tt/dictionaries/sw_TZ.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/tt/dictionaries/th_TH.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/tt/dictionaries/uk_UA.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/tt/dictionaries/vi.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/tt/editeng/messages.po, 130, 239, 278, 27, 65, 108, 352, 265, 656 -translations/source/tt/extensions/messages.po, 156, 243, 245, 100, 185, 407, 1671, 663, 2099 -translations/source/tt/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/tt/extras/source/autocorr/emoji.po, 4, 3, 3, 95, 80, 1476, 1734, 1575, 1817 -translations/source/tt/extras/source/gallery/share.po, 2, 2, 2, 0, 0, 10, 13, 12, 15 -translations/source/tt/filter/messages.po, 21, 23, 23, 24, 29, 177, 766, 222, 818 -translations/source/tt/filter/source/config/fragments/filters.po, 15, 39, 44, 12, 47, 193, 646, 220, 732 -translations/source/tt/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/tt/filter/source/config/fragments/types.po, 2, 8, 10, 2, 10, 34, 103, 38, 121 -translations/source/tt/forms/messages.po, 7, 7, 7, 5, 7, 46, 316, 58, 330 -translations/source/tt/formula/messages.po, 297, 298, 299, 60, 82, 81, 134, 438, 514 -translations/source/tt/fpicker/messages.po, 27, 44, 47, 9, 20, 25, 99, 61, 163 -translations/source/tt/framework/messages.po, 7, 13, 12, 3, 6, 19, 191, 29, 210 -translations/source/tt/instsetoo_native/inc_openoffice/windows/msi_languages.po, 38, 39, 39, 50, 55, 469, 4260, 557, 4354 -translations/source/tt/librelogo/source/pythonpath.po, 11, 13, 12, 30, 32, 97, 128, 138, 173 -translations/source/tt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 2, 4, 3, 0, 0, 47, 689, 49, 693 -translations/source/tt/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/tt/nlpsolver/src/locale.po, 4, 6, 5, 1, 1, 36, 98, 41, 105 -translations/source/tt/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/tt/officecfg/registry/data/org/openoffice/Office.po, 195, 218, 218, 122, 135, 991, 1488, 1308, 1841 -translations/source/tt/officecfg/registry/data/org/openoffice/Office/UI.po, 1411, 2390, 2575, 396, 692, 1870, 4640, 3677, 7722 -translations/source/tt/readlicense_oo/docs.po, 0, 0, 0, 1, 1, 102, 2402, 103, 2403 -translations/source/tt/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/tt/reportdesign/messages.po, 61, 73, 88, 42, 71, 155, 473, 258, 617 -translations/source/tt/sc/messages.po, 702, 789, 826, 539, 875, 3445, 18596, 4686, 20260 -translations/source/tt/scaddins/messages.po, 78, 78, 82, 53, 63, 770, 3047, 901, 3188 -translations/source/tt/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/tt/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/tt/scp2/source/base.po, 0, 0, 0, 0, 0, 10, 44, 10, 44 -translations/source/tt/scp2/source/calc.po, 2, 2, 3, 1, 2, 19, 90, 22, 94 -translations/source/tt/scp2/source/draw.po, 2, 2, 2, 2, 6, 37, 141, 41, 149 -translations/source/tt/scp2/source/extensions.po, 0, 0, 0, 1, 1, 15, 64, 16, 65 -translations/source/tt/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/tt/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/tt/scp2/source/impress.po, 3, 3, 3, 1, 2, 17, 76, 21, 81 -translations/source/tt/scp2/source/kde.po, 0, 0, 0, 1, 7, 1, 2, 2, 9 -translations/source/tt/scp2/source/math.po, 1, 1, 1, 1, 2, 8, 39, 10, 42 -translations/source/tt/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/tt/scp2/source/ooo.po, 379, 1037, 987, 135, 808, 68, 179, 582, 2024 -translations/source/tt/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/tt/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/tt/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/tt/scp2/source/writer.po, 3, 5, 5, 2, 7, 22, 102, 27, 114 -translations/source/tt/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/tt/sd/messages.po, 177, 203, 221, 239, 333, 903, 2415, 1319, 2951 -translations/source/tt/setup_native/source/mac.po, 5, 5, 5, 0, 0, 18, 126, 23, 131 -translations/source/tt/sfx2/messages.po, 152, 229, 222, 60, 136, 369, 1861, 581, 2226 -translations/source/tt/shell/source/win32/shlxthandler/res.po, 24, 28, 30, 5, 5, 8, 12, 37, 45 -translations/source/tt/starmath/messages.po, 49, 55, 58, 88, 109, 368, 804, 505, 968 -translations/source/tt/svl/messages.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/tt/svtools/messages.po, 177, 288, 283, 78, 168, 659, 2155, 914, 2611 -translations/source/tt/svx/messages.po, 612, 967, 1028, 407, 699, 1827, 5558, 2846, 7224 -translations/source/tt/sw/messages.po, 610, 677, 729, 658, 894, 2173, 6169, 3441, 7740 -translations/source/tt/swext/mediawiki/help.po, 4, 4, 5, 5, 7, 80, 1393, 89, 1404 -translations/source/tt/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/tt/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 8, 8, 9, 1, 1, 23, 172, 32, 181 -translations/source/tt/sysui/desktop/share.po, 4, 5, 6, 3, 6, 59, 266, 66, 277 -translations/source/tt/uui/messages.po, 5, 32, 31, 10, 29, 142, 1493, 157, 1554 -translations/source/tt/vcl/messages.po, 73, 92, 97, 41, 46, 242, 599, 356, 737 -translations/source/tt/wizards/messages.po, 36, 37, 41, 28, 31, 201, 974, 265, 1042 -translations/source/tt/wizards/source/resources.po, 62, 71, 69, 39, 78, 453, 2137, 554, 2286 -translations/source/tt/writerperfect/messages.po, 0, 0, 0, 2, 3, 28, 62, 30, 65 -translations/source/tt/xmlsecurity/messages.po, 21, 41, 35, 18, 61, 52, 322, 91, 424 -translations/source/ug/accessibility/messages.po, 11, 27, 26, 0, 0, 0, 0, 11, 27 -translations/source/ug/avmedia/messages.po, 22, 45, 42, 0, 0, 0, 0, 22, 45 -translations/source/ug/basctl/messages.po, 155, 611, 482, 0, 0, 0, 0, 155, 611 -translations/source/ug/basic/messages.po, 135, 549, 538, 0, 0, 0, 0, 135, 549 -translations/source/ug/chart2/messages.po, 366, 767, 833, 126, 229, 128, 372, 620, 1368 -translations/source/ug/connectivity/messages.po, 105, 1033, 708, 0, 0, 1, 14, 106, 1047 -translations/source/ug/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/ug/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/ug/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ug/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/ug/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/ug/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ug/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/ug/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/ug/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/ug/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ug/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ug/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ug/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ug/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ug/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ug/cui/messages.po, 2080, 4908, 4699, 101, 196, 162, 454, 2343, 5558 -translations/source/ug/dbaccess/messages.po, 481, 2886, 2218, 227, 1214, 104, 410, 812, 4510 -translations/source/ug/desktop/messages.po, 160, 1172, 894, 0, 0, 2, 53, 162, 1225 -translations/source/ug/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/ar.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ug/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/bg_BG.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ug/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/ca.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/ug/dictionaries/da_DK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/de.po, 1, 10, 12, 0, 0, 0, 0, 1, 10 -translations/source/ug/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/en.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/ug/dictionaries/en/dialog.po, 37, 176, 183, 0, 0, 0, 0, 37, 176 -translations/source/ug/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ug/dictionaries/es.po, 1, 12, 15, 0, 0, 0, 0, 1, 12 -translations/source/ug/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/fr_FR.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ug/dictionaries/gl.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ug/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/hu_HU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/ug/dictionaries/hu_HU/dialog.po, 32, 71, 89, 0, 0, 0, 0, 32, 71 -translations/source/ug/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ug/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ug/dictionaries/is.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/it_IT.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/ug/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/ne_NP.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/ug/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/ug/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/pl_PL.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/pt_BR.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/ug/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ug/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ug/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/ug/dictionaries/ro.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/ru_RU.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/ug/dictionaries/ru_RU/dialog.po, 13, 25, 25, 0, 0, 1, 1, 14, 26 -translations/source/ug/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/ug/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/sk_SK.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/sl_SI.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ug/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/ug/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ug/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/te_IN.po, 1, 6, 3, 0, 0, 0, 0, 1, 6 -translations/source/ug/dictionaries/th_TH.po, 1, 3, 10, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ug/dictionaries/uk_UA.po, 1, 7, 10, 0, 0, 0, 0, 1, 7 -translations/source/ug/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/ug/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/ug/editeng/messages.po, 265, 656, 707, 0, 0, 0, 0, 265, 656 -translations/source/ug/extensions/messages.po, 433, 1106, 1060, 194, 775, 36, 218, 663, 2099 -translations/source/ug/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/ug/extras/source/autocorr/emoji.po, 55, 49, 51, 241, 238, 1279, 1530, 1575, 1817 -translations/source/ug/extras/source/gallery/share.po, 11, 14, 15, 0, 0, 1, 1, 12, 15 -translations/source/ug/filter/messages.po, 83, 284, 233, 36, 78, 103, 456, 222, 818 -translations/source/ug/filter/source/config/fragments/filters.po, 100, 357, 390, 24, 87, 96, 288, 220, 732 -translations/source/ug/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 146, 0, 0, 3, 12, 38, 139 -translations/source/ug/filter/source/config/fragments/types.po, 21, 66, 69, 3, 13, 14, 42, 38, 121 -translations/source/ug/forms/messages.po, 58, 330, 287, 0, 0, 0, 0, 58, 330 -translations/source/ug/formula/messages.po, 437, 513, 513, 0, 0, 1, 1, 438, 514 -translations/source/ug/fpicker/messages.po, 57, 155, 134, 1, 4, 3, 4, 61, 163 -translations/source/ug/framework/messages.po, 29, 210, 182, 0, 0, 0, 0, 29, 210 -translations/source/ug/helpcontent2/source/auxiliary.po, 20, 23, 30, 0, 0, 85, 279, 105, 302 -translations/source/ug/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 954, 0, 0, 20, 229, 103, 1345 -translations/source/ug/helpcontent2/source/text/sbasic/shared.po, 759, 1487, 1444, 0, 0, 3746, 33944, 4505, 35431 -translations/source/ug/helpcontent2/source/text/sbasic/shared/01.po, 24, 35, 35, 0, 0, 43, 430, 67, 465 -translations/source/ug/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 972, 0, 0, 15, 343, 198, 1482 -translations/source/ug/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/ug/helpcontent2/source/text/scalc.po, 173, 877, 823, 0, 0, 14, 109, 187, 986 -translations/source/ug/helpcontent2/source/text/scalc/00.po, 61, 152, 151, 0, 0, 140, 793, 201, 945 -translations/source/ug/helpcontent2/source/text/scalc/01.po, 1093, 1585, 1502, 0, 0, 6402, 71570, 7495, 73155 -translations/source/ug/helpcontent2/source/text/scalc/02.po, 116, 782, 649, 0, 0, 7, 28, 123, 810 -translations/source/ug/helpcontent2/source/text/scalc/04.po, 168, 1254, 1047, 0, 0, 19, 243, 187, 1497 -translations/source/ug/helpcontent2/source/text/scalc/05.po, 79, 602, 534, 0, 0, 58, 251, 137, 853 -translations/source/ug/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ug/helpcontent2/source/text/scalc/guide.po, 87, 582, 497, 0, 0, 1382, 21011, 1469, 21593 -translations/source/ug/helpcontent2/source/text/schart.po, 64, 425, 371, 0, 0, 32, 506, 96, 931 -translations/source/ug/helpcontent2/source/text/schart/00.po, 16, 68, 75, 0, 0, 44, 279, 60, 347 -translations/source/ug/helpcontent2/source/text/schart/01.po, 158, 351, 367, 0, 0, 814, 11475, 972, 11826 -translations/source/ug/helpcontent2/source/text/schart/02.po, 25, 117, 104, 0, 0, 0, 0, 25, 117 -translations/source/ug/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -translations/source/ug/helpcontent2/source/text/sdraw.po, 120, 718, 650, 0, 0, 3, 14, 123, 732 -translations/source/ug/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/ug/helpcontent2/source/text/sdraw/01.po, 3, 12, 10, 0, 0, 0, 0, 3, 12 -translations/source/ug/helpcontent2/source/text/sdraw/04.po, 99, 443, 345, 0, 0, 4, 46, 103, 489 -translations/source/ug/helpcontent2/source/text/sdraw/guide.po, 18, 33, 31, 0, 0, 257, 3039, 275, 3072 -translations/source/ug/helpcontent2/source/text/shared.po, 215, 1847, 1568, 0, 0, 35, 461, 250, 2308 -translations/source/ug/helpcontent2/source/text/shared/00.po, 362, 718, 665, 0, 0, 1205, 14976, 1567, 15694 -translations/source/ug/helpcontent2/source/text/shared/01.po, 1572, 2974, 2778, 0, 0, 3915, 48988, 5487, 51962 -translations/source/ug/helpcontent2/source/text/shared/02.po, 631, 1153, 1173, 0, 0, 1551, 27969, 2182, 29122 -translations/source/ug/helpcontent2/source/text/shared/04.po, 231, 930, 825, 0, 0, 82, 1141, 313, 2071 -translations/source/ug/helpcontent2/source/text/shared/05.po, 101, 991, 775, 0, 0, 95, 1349, 196, 2340 -translations/source/ug/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/ug/helpcontent2/source/text/shared/07.po, 4, 29, 22, 0, 0, 3, 53, 7, 82 -translations/source/ug/helpcontent2/source/text/shared/autokorr.po, 47, 403, 315, 0, 0, 1, 17, 48, 420 -translations/source/ug/helpcontent2/source/text/shared/autopi.po, 184, 376, 382, 0, 0, 703, 8018, 887, 8394 -translations/source/ug/helpcontent2/source/text/shared/explorer/database.po, 331, 692, 708, 0, 0, 1310, 18165, 1641, 18857 -translations/source/ug/helpcontent2/source/text/shared/guide.po, 62, 328, 248, 0, 0, 2454, 36115, 2516, 36443 -translations/source/ug/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/ug/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/ug/helpcontent2/source/text/shared/optionen.po, 423, 908, 847, 0, 0, 1511, 22443, 1934, 23351 -translations/source/ug/helpcontent2/source/text/simpress.po, 185, 1314, 1175, 0, 0, 14, 81, 199, 1395 -translations/source/ug/helpcontent2/source/text/simpress/00.po, 152, 849, 849, 0, 0, 11, 53, 163, 902 -translations/source/ug/helpcontent2/source/text/simpress/01.po, 351, 752, 839, 0, 0, 695, 7762, 1046, 8514 -translations/source/ug/helpcontent2/source/text/simpress/02.po, 436, 1585, 1581, 0, 0, 224, 4924, 660, 6509 -translations/source/ug/helpcontent2/source/text/simpress/04.po, 182, 864, 772, 0, 0, 57, 274, 239, 1138 -translations/source/ug/helpcontent2/source/text/simpress/guide.po, 39, 297, 303, 0, 0, 728, 9985, 767, 10282 -translations/source/ug/helpcontent2/source/text/smath.po, 56, 609, 497, 0, 0, 4, 130, 60, 739 -translations/source/ug/helpcontent2/source/text/smath/00.po, 54, 228, 203, 0, 0, 12, 127, 66, 355 -translations/source/ug/helpcontent2/source/text/smath/01.po, 258, 407, 423, 0, 0, 1293, 13452, 1551, 13859 -translations/source/ug/helpcontent2/source/text/smath/02.po, 6, 97, 72, 0, 0, 0, 0, 6, 97 -translations/source/ug/helpcontent2/source/text/smath/04.po, 25, 130, 104, 0, 0, 1, 5, 26, 135 -translations/source/ug/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/ug/helpcontent2/source/text/smath/guide.po, 93, 964, 812, 0, 0, 11, 229, 104, 1193 -translations/source/ug/helpcontent2/source/text/swriter.po, 216, 1378, 1230, 0, 0, 120, 1568, 336, 2946 -translations/source/ug/helpcontent2/source/text/swriter/00.po, 208, 1026, 1000, 0, 0, 102, 792, 310, 1818 -translations/source/ug/helpcontent2/source/text/swriter/01.po, 1042, 1613, 1737, 0, 0, 2304, 32180, 3346, 33793 -translations/source/ug/helpcontent2/source/text/swriter/02.po, 366, 2437, 2147, 0, 0, 60, 613, 426, 3050 -translations/source/ug/helpcontent2/source/text/swriter/04.po, 235, 1080, 960, 0, 0, 19, 196, 254, 1276 -translations/source/ug/helpcontent2/source/text/swriter/guide.po, 184, 939, 782, 0, 0, 1960, 26998, 2144, 27937 -translations/source/ug/helpcontent2/source/text/swriter/librelogo.po, 25, 26, 26, 0, 0, 301, 2993, 326, 3019 -translations/source/ug/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/ug/instsetoo_native/inc_openoffice/windows/msi_languages.po, 541, 4153, 3466, 5, 78, 11, 123, 557, 4354 -translations/source/ug/librelogo/source/pythonpath.po, 138, 173, 184, 0, 0, 0, 0, 138, 173 -translations/source/ug/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 48, 636, 495, 1, 57, 0, 0, 49, 693 -translations/source/ug/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 19, 0, 0, 0, 0, 2, 21 -translations/source/ug/nlpsolver/src/locale.po, 41, 105, 106, 0, 0, 0, 0, 41, 105 -translations/source/ug/officecfg/registry/data/org/openoffice.po, 8, 25, 27, 0, 0, 1, 3, 9, 28 -translations/source/ug/officecfg/registry/data/org/openoffice/Office.po, 1300, 1827, 2899, 1, 4, 7, 10, 1308, 1841 -translations/source/ug/officecfg/registry/data/org/openoffice/Office/UI.po, 3141, 6402, 6991, 213, 481, 323, 839, 3677, 7722 -translations/source/ug/readlicense_oo/docs.po, 89, 1845, 1493, 0, 0, 14, 558, 103, 2403 -translations/source/ug/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 19, 0, 0, 0, 0, 6, 20 -translations/source/ug/reportdesign/messages.po, 237, 552, 538, 21, 65, 0, 0, 258, 617 -translations/source/ug/sc/messages.po, 2806, 13277, 10667, 1035, 3118, 845, 3865, 4686, 20260 -translations/source/ug/scaddins/messages.po, 835, 2579, 2454, 14, 18, 52, 591, 901, 3188 -translations/source/ug/sccomp/messages.po, 12, 51, 54, 0, 0, 2, 14, 14, 65 -translations/source/ug/scp2/source/activex.po, 2, 16, 16, 0, 0, 0, 0, 2, 16 -translations/source/ug/scp2/source/base.po, 10, 44, 44, 0, 0, 0, 0, 10, 44 -translations/source/ug/scp2/source/calc.po, 22, 94, 106, 0, 0, 0, 0, 22, 94 -translations/source/ug/scp2/source/draw.po, 41, 149, 164, 0, 0, 0, 0, 41, 149 -translations/source/ug/scp2/source/extensions.po, 16, 65, 62, 0, 0, 0, 0, 16, 65 -translations/source/ug/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/ug/scp2/source/graphicfilter.po, 30, 101, 100, 0, 0, 0, 0, 30, 101 -translations/source/ug/scp2/source/impress.po, 21, 81, 84, 0, 0, 0, 0, 21, 81 -translations/source/ug/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/ug/scp2/source/math.po, 10, 42, 38, 0, 0, 0, 0, 10, 42 -translations/source/ug/scp2/source/onlineupdate.po, 2, 13, 8, 0, 0, 0, 0, 2, 13 -translations/source/ug/scp2/source/ooo.po, 573, 1982, 1944, 0, 0, 9, 42, 582, 2024 -translations/source/ug/scp2/source/python.po, 2, 7, 9, 0, 0, 0, 0, 2, 7 -translations/source/ug/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/ug/scp2/source/winexplorerext.po, 2, 18, 19, 0, 0, 0, 0, 2, 18 -translations/source/ug/scp2/source/writer.po, 27, 114, 109, 0, 0, 0, 0, 27, 114 -translations/source/ug/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/ug/sd/messages.po, 545, 1362, 1277, 337, 606, 437, 983, 1319, 2951 -translations/source/ug/setup_native/source/mac.po, 23, 131, 104, 0, 0, 0, 0, 23, 131 -translations/source/ug/sfx2/messages.po, 300, 865, 746, 140, 505, 141, 856, 581, 2226 -translations/source/ug/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/ug/starmath/messages.po, 342, 611, 637, 86, 154, 73, 199, 501, 964 -translations/source/ug/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/ug/svtools/messages.po, 823, 2279, 2162, 17, 82, 74, 250, 914, 2611 -translations/source/ug/svx/messages.po, 1843, 4155, 4383, 500, 1219, 503, 1850, 2846, 7224 -translations/source/ug/sw/messages.po, 1808, 3322, 3611, 847, 1752, 785, 2665, 3440, 7739 -translations/source/ug/swext/mediawiki/help.po, 47, 353, 270, 26, 817, 16, 234, 89, 1404 -translations/source/ug/swext/mediawiki/src.po, 2, 39, 32, 0, 0, 0, 0, 2, 39 -translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 4, 0, 0, 0, 0, 2, 3 -translations/source/ug/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 122, 0, 0, 0, 0, 32, 181 -translations/source/ug/sysui/desktop/share.po, 66, 277, 288, 0, 0, 0, 0, 66, 277 -translations/source/ug/uui/messages.po, 148, 1322, 1022, 0, 0, 9, 232, 157, 1554 -translations/source/ug/vcl/messages.po, 268, 519, 496, 1, 2, 87, 216, 356, 737 -translations/source/ug/wizards/messages.po, 265, 1042, 896, 0, 0, 0, 0, 265, 1042 -translations/source/ug/wizards/source/resources.po, 520, 2056, 1697, 26, 169, 8, 61, 554, 2286 -translations/source/ug/writerperfect/messages.po, 3, 4, 4, 3, 7, 24, 54, 30, 65 -translations/source/ug/xmlsecurity/messages.po, 78, 362, 303, 3, 12, 10, 50, 91, 424 -translations/source/uk/accessibility/messages.po, 11, 27, 30, 0, 0, 0, 0, 11, 27 -translations/source/uk/avmedia/messages.po, 22, 45, 41, 0, 0, 0, 0, 22, 45 -translations/source/uk/basctl/messages.po, 155, 611, 524, 0, 0, 0, 0, 155, 611 -translations/source/uk/basic/messages.po, 135, 549, 514, 0, 0, 0, 0, 135, 549 -translations/source/uk/chart2/messages.po, 620, 1368, 1385, 0, 0, 0, 0, 620, 1368 -translations/source/uk/connectivity/messages.po, 106, 1047, 737, 0, 0, 0, 0, 106, 1047 -translations/source/uk/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/uk/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/uk/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/uk/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 9, 0, 0, 0, 0, 3, 5 -translations/source/uk/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/uk/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/uk/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/uk/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/uk/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/uk/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/uk/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/uk/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/uk/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/uk/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/uk/cui/messages.po, 2343, 5558, 5228, 0, 0, 0, 0, 2343, 5558 -translations/source/uk/dbaccess/messages.po, 812, 4510, 3729, 0, 0, 0, 0, 812, 4510 -translations/source/uk/desktop/messages.po, 162, 1225, 985, 0, 0, 0, 0, 162, 1225 -translations/source/uk/dictionaries/af_ZA.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/uk/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/bg_BG.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/bo.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/ca.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/cs_CZ.po, 1, 8, 7, 0, 0, 0, 0, 1, 8 -translations/source/uk/dictionaries/da_DK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/uk/dictionaries/el_GR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/en.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/uk/dictionaries/en/dialog.po, 37, 176, 167, 0, 0, 0, 0, 37, 176 -translations/source/uk/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/uk/dictionaries/es.po, 1, 12, 12, 0, 0, 0, 0, 1, 12 -translations/source/uk/dictionaries/et_EE.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/fr_FR.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/uk/dictionaries/gl.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/gug.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/uk/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/hr_HR.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/hu_HU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/uk/dictionaries/hu_HU/dialog.po, 32, 71, 70, 0, 0, 0, 0, 32, 71 -translations/source/uk/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/uk/dictionaries/id.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/is.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/it_IT.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/uk/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/lt_LT.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/lv_LV.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/ne_NP.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/uk/dictionaries/nl_NL.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/no.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/uk/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/pl_PL.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/pt_BR.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/uk/dictionaries/pt_BR/dialog.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/uk/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/uk/dictionaries/pt_PT.po, 1, 8, 8, 0, 0, 0, 0, 1, 8 -translations/source/uk/dictionaries/ro.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/ru_RU.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/uk/dictionaries/ru_RU/dialog.po, 14, 26, 24, 0, 0, 0, 0, 14, 26 -translations/source/uk/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 5, 0, 0, 0, 0, 2, 5 -translations/source/uk/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/sk_SK.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/sl_SI.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/sr.po, 1, 9, 9, 0, 0, 0, 0, 1, 9 -translations/source/uk/dictionaries/sv_SE.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/uk/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/te_IN.po, 1, 6, 6, 0, 0, 0, 0, 1, 6 -translations/source/uk/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/uk_UA.po, 1, 7, 7, 0, 0, 0, 0, 1, 7 -translations/source/uk/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/dictionaries/zu_ZA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/editeng/messages.po, 265, 656, 652, 0, 0, 0, 0, 265, 656 -translations/source/uk/extensions/messages.po, 663, 2099, 1827, 0, 0, 0, 0, 663, 2099 -translations/source/uk/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/extras/source/autocorr/emoji.po, 1572, 1813, 1896, 0, 0, 3, 4, 1575, 1817 -translations/source/uk/extras/source/gallery/share.po, 12, 15, 15, 0, 0, 0, 0, 12, 15 -translations/source/uk/filter/messages.po, 222, 818, 749, 0, 0, 0, 0, 222, 818 -translations/source/uk/filter/source/config/fragments/filters.po, 220, 732, 754, 0, 0, 0, 0, 220, 732 -translations/source/uk/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -translations/source/uk/filter/source/config/fragments/types.po, 38, 121, 129, 0, 0, 0, 0, 38, 121 -translations/source/uk/forms/messages.po, 58, 330, 264, 0, 0, 0, 0, 58, 330 -translations/source/uk/formula/messages.po, 438, 514, 515, 0, 0, 0, 0, 438, 514 -translations/source/uk/fpicker/messages.po, 61, 163, 140, 0, 0, 0, 0, 61, 163 -translations/source/uk/framework/messages.po, 29, 210, 162, 0, 0, 0, 0, 29, 210 -translations/source/uk/helpcontent2/source/auxiliary.po, 105, 302, 311, 0, 0, 0, 0, 105, 302 -translations/source/uk/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 1232, 0, 0, 0, 0, 103, 1345 -translations/source/uk/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 30416, 0, 0, 0, 0, 4505, 35431 -translations/source/uk/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 394, 0, 0, 0, 0, 67, 465 -translations/source/uk/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 1320, 0, 0, 0, 0, 198, 1482 -translations/source/uk/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 139, 0, 0, 0, 0, 47, 145 -translations/source/uk/helpcontent2/source/text/scalc.po, 187, 986, 902, 0, 0, 0, 0, 187, 986 -translations/source/uk/helpcontent2/source/text/scalc/00.po, 197, 924, 975, 0, 0, 4, 21, 201, 945 -translations/source/uk/helpcontent2/source/text/scalc/01.po, 1929, 15996, 13393, 0, 0, 5566, 57159, 7495, 73155 -translations/source/uk/helpcontent2/source/text/scalc/02.po, 123, 810, 666, 0, 0, 0, 0, 123, 810 -translations/source/uk/helpcontent2/source/text/scalc/04.po, 187, 1497, 1207, 0, 0, 0, 0, 187, 1497 -translations/source/uk/helpcontent2/source/text/scalc/05.po, 137, 853, 757, 0, 0, 0, 0, 137, 853 -translations/source/uk/helpcontent2/source/text/scalc/06.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uk/helpcontent2/source/text/scalc/guide.po, 1468, 21546, 17956, 0, 0, 1, 47, 1469, 21593 -translations/source/uk/helpcontent2/source/text/schart.po, 96, 931, 800, 0, 0, 0, 0, 96, 931 -translations/source/uk/helpcontent2/source/text/schart/00.po, 60, 347, 356, 0, 0, 0, 0, 60, 347 -translations/source/uk/helpcontent2/source/text/schart/01.po, 972, 11826, 9754, 0, 0, 0, 0, 972, 11826 -translations/source/uk/helpcontent2/source/text/schart/02.po, 25, 117, 97, 0, 0, 0, 0, 25, 117 -translations/source/uk/helpcontent2/source/text/schart/04.po, 32, 133, 117, 0, 0, 0, 0, 32, 133 -translations/source/uk/helpcontent2/source/text/sdraw.po, 123, 732, 653, 0, 0, 0, 0, 123, 732 -translations/source/uk/helpcontent2/source/text/sdraw/00.po, 2, 8, 8, 0, 0, 0, 0, 2, 8 -translations/source/uk/helpcontent2/source/text/sdraw/01.po, 3, 12, 11, 0, 0, 0, 0, 3, 12 -translations/source/uk/helpcontent2/source/text/sdraw/04.po, 103, 489, 438, 0, 0, 0, 0, 103, 489 -translations/source/uk/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 2552, 0, 0, 0, 0, 275, 3072 -translations/source/uk/helpcontent2/source/text/shared.po, 246, 2199, 1852, 0, 0, 4, 109, 250, 2308 -translations/source/uk/helpcontent2/source/text/shared/00.po, 1553, 15574, 14257, 0, 0, 14, 120, 1567, 15694 -translations/source/uk/helpcontent2/source/text/shared/01.po, 4207, 36352, 29783, 0, 0, 1280, 15610, 5487, 51962 -translations/source/uk/helpcontent2/source/text/shared/02.po, 743, 6507, 5435, 0, 0, 1439, 22615, 2182, 29122 -translations/source/uk/helpcontent2/source/text/shared/04.po, 313, 2071, 1726, 0, 0, 0, 0, 313, 2071 -translations/source/uk/helpcontent2/source/text/shared/05.po, 196, 2340, 1851, 0, 0, 0, 0, 196, 2340 -translations/source/uk/helpcontent2/source/text/shared/06.po, 3, 7, 9, 0, 0, 0, 0, 3, 7 -translations/source/uk/helpcontent2/source/text/shared/07.po, 7, 82, 60, 0, 0, 0, 0, 7, 82 -translations/source/uk/helpcontent2/source/text/shared/autokorr.po, 48, 420, 310, 0, 0, 0, 0, 48, 420 -translations/source/uk/helpcontent2/source/text/shared/autopi.po, 887, 8394, 6645, 0, 0, 0, 0, 887, 8394 -translations/source/uk/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 16152, 0, 0, 0, 0, 1641, 18857 -translations/source/uk/helpcontent2/source/text/shared/guide.po, 1004, 12169, 10723, 0, 0, 1512, 24274, 2516, 36443 -translations/source/uk/helpcontent2/source/text/shared/help.po, 78, 117, 119, 0, 0, 0, 0, 78, 117 -translations/source/uk/helpcontent2/source/text/shared/menu.po, 16, 120, 102, 0, 0, 0, 0, 16, 120 -translations/source/uk/helpcontent2/source/text/shared/optionen.po, 1035, 11126, 9412, 0, 0, 899, 12225, 1934, 23351 -translations/source/uk/helpcontent2/source/text/simpress.po, 199, 1395, 1206, 0, 0, 0, 0, 199, 1395 -translations/source/uk/helpcontent2/source/text/simpress/00.po, 163, 902, 881, 0, 0, 0, 0, 163, 902 -translations/source/uk/helpcontent2/source/text/simpress/01.po, 1046, 8514, 6934, 0, 0, 0, 0, 1046, 8514 -translations/source/uk/helpcontent2/source/text/simpress/02.po, 660, 6509, 5599, 0, 0, 0, 0, 660, 6509 -translations/source/uk/helpcontent2/source/text/simpress/04.po, 239, 1138, 1012, 0, 0, 0, 0, 239, 1138 -translations/source/uk/helpcontent2/source/text/simpress/guide.po, 767, 10282, 8648, 0, 0, 0, 0, 767, 10282 -translations/source/uk/helpcontent2/source/text/smath.po, 60, 739, 703, 0, 0, 0, 0, 60, 739 -translations/source/uk/helpcontent2/source/text/smath/00.po, 66, 355, 371, 0, 0, 0, 0, 66, 355 -translations/source/uk/helpcontent2/source/text/smath/01.po, 1551, 13859, 13642, 0, 0, 0, 0, 1551, 13859 -translations/source/uk/helpcontent2/source/text/smath/02.po, 6, 97, 110, 0, 0, 0, 0, 6, 97 -translations/source/uk/helpcontent2/source/text/smath/04.po, 26, 135, 118, 0, 0, 0, 0, 26, 135 -translations/source/uk/helpcontent2/source/text/smath/06.po, 9, 21, 30, 0, 0, 0, 0, 9, 21 -translations/source/uk/helpcontent2/source/text/smath/guide.po, 104, 1193, 1156, 0, 0, 0, 0, 104, 1193 -translations/source/uk/helpcontent2/source/text/swriter.po, 331, 2836, 2451, 0, 0, 5, 110, 336, 2946 -translations/source/uk/helpcontent2/source/text/swriter/00.po, 310, 1818, 1744, 0, 0, 0, 0, 310, 1818 -translations/source/uk/helpcontent2/source/text/swriter/01.po, 3346, 33793, 27011, 0, 0, 0, 0, 3346, 33793 -translations/source/uk/helpcontent2/source/text/swriter/02.po, 426, 3050, 2569, 0, 0, 0, 0, 426, 3050 -translations/source/uk/helpcontent2/source/text/swriter/04.po, 254, 1276, 1186, 0, 0, 0, 0, 254, 1276 -translations/source/uk/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 23275, 0, 0, 0, 0, 2144, 27937 -translations/source/uk/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 2841, 0, 0, 0, 0, 326, 3019 -translations/source/uk/helpcontent2/source/text/swriter/menu.po, 17, 96, 90, 0, 0, 0, 0, 17, 96 -translations/source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 3629, 0, 0, 0, 0, 557, 4354 -translations/source/uk/librelogo/source/pythonpath.po, 138, 173, 169, 0, 0, 0, 0, 138, 173 -translations/source/uk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 512, 0, 0, 0, 0, 49, 693 -translations/source/uk/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 17, 0, 0, 0, 0, 2, 21 -translations/source/uk/nlpsolver/src/locale.po, 41, 105, 99, 0, 0, 0, 0, 41, 105 -translations/source/uk/officecfg/registry/data/org/openoffice.po, 9, 28, 27, 0, 0, 0, 0, 9, 28 -translations/source/uk/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1790, 0, 0, 0, 0, 1308, 1841 -translations/source/uk/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 7898, 0, 0, 0, 0, 3677, 7722 -translations/source/uk/readlicense_oo/docs.po, 103, 2403, 2022, 0, 0, 0, 0, 103, 2403 -translations/source/uk/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 14, 0, 0, 0, 0, 6, 20 -translations/source/uk/reportdesign/messages.po, 258, 617, 589, 0, 0, 0, 0, 258, 617 -translations/source/uk/sc/messages.po, 4686, 20260, 16202, 0, 0, 0, 0, 4686, 20260 -translations/source/uk/scaddins/messages.po, 901, 3188, 2927, 0, 0, 0, 0, 901, 3188 -translations/source/uk/sccomp/messages.po, 14, 65, 64, 0, 0, 0, 0, 14, 65 -translations/source/uk/scp2/source/activex.po, 2, 16, 17, 0, 0, 0, 0, 2, 16 -translations/source/uk/scp2/source/base.po, 10, 44, 45, 0, 0, 0, 0, 10, 44 -translations/source/uk/scp2/source/calc.po, 22, 94, 99, 0, 0, 0, 0, 22, 94 -translations/source/uk/scp2/source/draw.po, 41, 149, 173, 0, 0, 0, 0, 41, 149 -translations/source/uk/scp2/source/extensions.po, 16, 65, 67, 0, 0, 0, 0, 16, 65 -translations/source/uk/scp2/source/gnome.po, 2, 11, 11, 0, 0, 0, 0, 2, 11 -translations/source/uk/scp2/source/graphicfilter.po, 30, 101, 124, 0, 0, 0, 0, 30, 101 -translations/source/uk/scp2/source/impress.po, 21, 81, 78, 0, 0, 0, 0, 21, 81 -translations/source/uk/scp2/source/kde.po, 2, 9, 9, 0, 0, 0, 0, 2, 9 -translations/source/uk/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/uk/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -translations/source/uk/scp2/source/ooo.po, 582, 2024, 1927, 0, 0, 0, 0, 582, 2024 -translations/source/uk/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/uk/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/uk/scp2/source/winexplorerext.po, 2, 18, 15, 0, 0, 0, 0, 2, 18 -translations/source/uk/scp2/source/writer.po, 27, 114, 116, 0, 0, 0, 0, 27, 114 -translations/source/uk/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/uk/sd/messages.po, 1317, 2949, 2829, 0, 0, 2, 2, 1319, 2951 -translations/source/uk/setup_native/source/mac.po, 23, 131, 111, 0, 0, 0, 0, 23, 131 -translations/source/uk/sfx2/messages.po, 581, 2226, 1911, 0, 0, 0, 0, 581, 2226 -translations/source/uk/shell/source/win32/shlxthandler/res.po, 37, 45, 45, 0, 0, 0, 0, 37, 45 -translations/source/uk/starmath/messages.po, 505, 968, 950, 0, 0, 0, 0, 505, 968 -translations/source/uk/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/uk/svtools/messages.po, 913, 2610, 2413, 0, 0, 1, 1, 914, 2611 -translations/source/uk/svx/messages.po, 2840, 7208, 6808, 0, 0, 6, 16, 2846, 7224 -translations/source/uk/sw/messages.po, 3439, 7738, 7497, 0, 0, 0, 0, 3439, 7738 -translations/source/uk/swext/mediawiki/help.po, 89, 1404, 1108, 0, 0, 0, 0, 89, 1404 -translations/source/uk/swext/mediawiki/src.po, 2, 39, 28, 0, 0, 0, 0, 2, 39 -translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/uk/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 127, 0, 0, 0, 0, 32, 181 -translations/source/uk/sysui/desktop/share.po, 66, 277, 276, 0, 0, 0, 0, 66, 277 -translations/source/uk/uui/messages.po, 157, 1554, 1230, 0, 0, 0, 0, 157, 1554 -translations/source/uk/vcl/messages.po, 340, 691, 665, 0, 0, 16, 46, 356, 737 -translations/source/uk/wizards/messages.po, 265, 1042, 874, 0, 0, 0, 0, 265, 1042 -translations/source/uk/wizards/source/resources.po, 554, 2286, 1827, 0, 0, 0, 0, 554, 2286 -translations/source/uk/writerperfect/messages.po, 30, 65, 67, 0, 0, 0, 0, 30, 65 -translations/source/uk/xmlsecurity/messages.po, 91, 424, 351, 0, 0, 0, 0, 91, 424 -translations/source/ur/accessibility/messages.po, 9, 23, 30, 0, 0, 2, 4, 11, 27 -translations/source/ur/avmedia/messages.po, 17, 34, 39, 1, 4, 4, 7, 22, 45 -translations/source/ur/basctl/messages.po, 26, 104, 129, 7, 16, 122, 491, 155, 611 -translations/source/ur/basic/messages.po, 8, 11, 15, 12, 37, 115, 501, 135, 549 -translations/source/ur/chart2/messages.po, 21, 21, 24, 13, 13, 586, 1334, 620, 1368 -translations/source/ur/connectivity/messages.po, 0, 0, 0, 0, 0, 106, 1047, 106, 1047 -translations/source/ur/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ur/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ur/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ur/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/ur/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ur/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ur/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ur/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ur/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ur/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ur/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ur/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ur/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ur/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ur/cui/messages.po, 119, 131, 141, 81, 124, 2143, 5303, 2343, 5558 -translations/source/ur/dbaccess/messages.po, 20, 21, 22, 29, 45, 763, 4444, 812, 4510 -translations/source/ur/desktop/messages.po, 3, 4, 6, 2, 3, 157, 1218, 162, 1225 -translations/source/ur/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ur/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ur/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ur/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ur/dictionaries/en/dialog.po, 0, 0, 0, 0, 0, 37, 176, 37, 176 -translations/source/ur/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ur/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ur/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ur/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ur/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ur/dictionaries/hu_HU/dialog.po, 0, 0, 0, 0, 0, 32, 71, 32, 71 -translations/source/ur/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ur/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ur/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ur/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ur/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ur/dictionaries/pt_BR/dialog.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ur/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ur/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ur/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ur/dictionaries/ru_RU/dialog.po, 0, 0, 0, 0, 0, 14, 26, 14, 26 -translations/source/ur/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 5, 2, 5 -translations/source/ur/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ur/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ur/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ur/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ur/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/editeng/messages.po, 7, 7, 9, 1, 2, 257, 647, 265, 656 -translations/source/ur/extensions/messages.po, 29, 45, 60, 16, 21, 618, 2033, 663, 2099 -translations/source/ur/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ur/extras/source/autocorr/emoji.po, 0, 0, 0, 37, 18, 1538, 1799, 1575, 1817 -translations/source/ur/extras/source/gallery/share.po, 0, 0, 0, 0, 0, 12, 15, 12, 15 -translations/source/ur/filter/messages.po, 4, 4, 5, 7, 8, 211, 806, 222, 818 -translations/source/ur/filter/source/config/fragments/filters.po, 1, 2, 2, 4, 10, 215, 720, 220, 732 -translations/source/ur/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ur/filter/source/config/fragments/types.po, 1, 2, 3, 1, 3, 36, 116, 38, 121 -translations/source/ur/forms/messages.po, 0, 0, 0, 0, 0, 58, 330, 58, 330 -translations/source/ur/formula/messages.po, 5, 5, 10, 3, 3, 430, 506, 438, 514 -translations/source/ur/fpicker/messages.po, 29, 85, 106, 12, 31, 20, 47, 61, 163 -translations/source/ur/framework/messages.po, 1, 2, 2, 1, 1, 27, 207, 29, 210 -translations/source/ur/instsetoo_native/inc_openoffice/windows/msi_languages.po, 10, 23, 29, 0, 0, 547, 4331, 557, 4354 -translations/source/ur/librelogo/source/pythonpath.po, 6, 10, 12, 1, 1, 131, 162, 138, 173 -translations/source/ur/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 0, 0, 49, 693, 49, 693 -translations/source/ur/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ur/nlpsolver/src/locale.po, 1, 1, 1, 0, 0, 40, 104, 41, 105 -translations/source/ur/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ur/officecfg/registry/data/org/openoffice/Office.po, 58, 78, 80, 4, 6, 1246, 1757, 1308, 1841 -translations/source/ur/officecfg/registry/data/org/openoffice/Office/UI.po, 106, 115, 135, 61, 110, 3510, 7497, 3677, 7722 -translations/source/ur/readlicense_oo/docs.po, 0, 0, 0, 0, 0, 103, 2403, 103, 2403 -translations/source/ur/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ur/reportdesign/messages.po, 22, 34, 40, 7, 17, 229, 566, 258, 617 -translations/source/ur/sc/messages.po, 179, 185, 198, 91, 136, 4416, 19939, 4686, 20260 -translations/source/ur/scaddins/messages.po, 8, 8, 8, 0, 0, 893, 3180, 901, 3188 -translations/source/ur/sccomp/messages.po, 11, 47, 58, 1, 4, 2, 14, 14, 65 -translations/source/ur/scp2/source/activex.po, 0, 0, 0, 0, 0, 2, 16, 2, 16 -translations/source/ur/scp2/source/base.po, 3, 7, 8, 0, 0, 7, 37, 10, 44 -translations/source/ur/scp2/source/calc.po, 2, 5, 5, 0, 0, 20, 89, 22, 94 -translations/source/ur/scp2/source/draw.po, 2, 5, 5, 0, 0, 39, 144, 41, 149 -translations/source/ur/scp2/source/extensions.po, 0, 0, 0, 0, 0, 16, 65, 16, 65 -translations/source/ur/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ur/scp2/source/graphicfilter.po, 0, 0, 0, 0, 0, 30, 101, 30, 101 -translations/source/ur/scp2/source/impress.po, 2, 5, 4, 0, 0, 19, 76, 21, 81 -translations/source/ur/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ur/scp2/source/math.po, 2, 5, 5, 0, 0, 8, 37, 10, 42 -translations/source/ur/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/ur/scp2/source/ooo.po, 2, 3, 3, 2, 4, 578, 2017, 582, 2024 -translations/source/ur/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ur/scp2/source/quickstart.po, 0, 0, 0, 0, 0, 2, 15, 2, 15 -translations/source/ur/scp2/source/winexplorerext.po, 0, 0, 0, 0, 0, 2, 18, 2, 18 -translations/source/ur/scp2/source/writer.po, 4, 9, 8, 0, 0, 23, 105, 27, 114 -translations/source/ur/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/ur/sd/messages.po, 41, 48, 54, 48, 65, 1230, 2838, 1319, 2951 -translations/source/ur/setup_native/source/mac.po, 22, 119, 164, 1, 12, 0, 0, 23, 131 -translations/source/ur/sfx2/messages.po, 24, 29, 33, 26, 38, 531, 2159, 581, 2226 -translations/source/ur/shell/source/win32/shlxthandler/res.po, 36, 44, 52, 0, 0, 1, 1, 37, 45 -translations/source/ur/starmath/messages.po, 11, 13, 13, 3, 4, 491, 951, 505, 968 -translations/source/ur/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/ur/svtools/messages.po, 36, 51, 51, 10, 26, 868, 2534, 914, 2611 -translations/source/ur/svx/messages.po, 61, 66, 71, 34, 44, 2751, 7114, 2846, 7224 -translations/source/ur/sw/messages.po, 214, 258, 287, 173, 284, 3054, 7198, 3441, 7740 -translations/source/ur/swext/mediawiki/help.po, 3, 3, 3, 1, 2, 85, 1399, 89, 1404 -translations/source/ur/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ur/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ur/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 4, 4, 4, 0, 0, 28, 177, 32, 181 -translations/source/ur/sysui/desktop/share.po, 2, 4, 5, 0, 0, 64, 273, 66, 277 -translations/source/ur/uui/messages.po, 2, 2, 3, 1, 3, 154, 1549, 157, 1554 -translations/source/ur/vcl/messages.po, 29, 42, 50, 9, 22, 318, 673, 356, 737 -translations/source/ur/wizards/messages.po, 9, 9, 9, 2, 2, 254, 1031, 265, 1042 -translations/source/ur/wizards/source/resources.po, 20, 25, 27, 8, 13, 526, 2248, 554, 2286 -translations/source/ur/writerperfect/messages.po, 0, 0, 0, 2, 3, 28, 62, 30, 65 -translations/source/ur/xmlsecurity/messages.po, 6, 6, 6, 0, 0, 85, 418, 91, 424 -translations/source/uz/accessibility/messages.po, 11, 27, 24, 0, 0, 0, 0, 11, 27 -translations/source/uz/avmedia/messages.po, 21, 44, 42, 1, 1, 0, 0, 22, 45 -translations/source/uz/basctl/messages.po, 155, 611, 528, 0, 0, 0, 0, 155, 611 -translations/source/uz/basic/messages.po, 135, 549, 495, 0, 0, 0, 0, 135, 549 -translations/source/uz/chart2/messages.po, 536, 1167, 1166, 39, 55, 45, 146, 620, 1368 -translations/source/uz/connectivity/messages.po, 80, 732, 519, 2, 24, 24, 291, 106, 1047 -translations/source/uz/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/uz/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/uz/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/uz/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 1, 2, 3, 5 -translations/source/uz/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/uz/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/uz/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/uz/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/uz/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/uz/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/uz/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/uz/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/uz/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/uz/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/uz/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/uz/cui/messages.po, 588, 1173, 1099, 726, 1139, 1029, 3246, 2343, 5558 -translations/source/uz/dbaccess/messages.po, 345, 1782, 1394, 232, 975, 235, 1753, 812, 4510 -translations/source/uz/desktop/messages.po, 104, 466, 361, 28, 284, 30, 475, 162, 1225 -translations/source/uz/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/uz/dictionaries/an_ES.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uz/dictionaries/ar.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -translations/source/uz/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uz/dictionaries/bg_BG.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/uz/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uz/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/uz/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uz/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uz/dictionaries/ca.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/uz/dictionaries/da_DK.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/uz/dictionaries/de.po, 1, 10, 11, 0, 0, 0, 0, 1, 10 -translations/source/uz/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/uz/dictionaries/en.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/uz/dictionaries/en/dialog.po, 26, 97, 119, 2, 10, 9, 69, 37, 176 -translations/source/uz/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/uz/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/uz/dictionaries/et_EE.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/uz/dictionaries/fr_FR.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/uz/dictionaries/gl.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/gu_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/uz/dictionaries/he_IL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/hi_IN.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/hr_HR.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/uz/dictionaries/hu_HU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -translations/source/uz/dictionaries/hu_HU/dialog.po, 10, 16, 21, 4, 5, 18, 50, 32, 71 -translations/source/uz/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/uz/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/uz/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/it_IT.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/uz/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/lt_LT.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/uz/dictionaries/lv_LV.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/uz/dictionaries/ne_NP.po, 0, 0, 0, 1, 5, 0, 0, 1, 5 -translations/source/uz/dictionaries/nl_NL.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/uz/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/uz/dictionaries/oc_FR.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/pl_PL.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/uz/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/uz/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/uz/dictionaries/pt_PT.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/uz/dictionaries/ro.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/ru_RU.po, 0, 0, 0, 1, 9, 0, 0, 1, 9 -translations/source/uz/dictionaries/ru_RU/dialog.po, 4, 5, 5, 1, 2, 9, 19, 14, 26 -translations/source/uz/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/uz/dictionaries/si_LK.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/sk_SK.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/sl_SI.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/uz/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/uz/dictionaries/sw_TZ.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/te_IN.po, 0, 0, 0, 1, 6, 0, 0, 1, 6 -translations/source/uz/dictionaries/th_TH.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/uz/dictionaries/uk_UA.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/uz/dictionaries/vi.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/uz/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/uz/editeng/messages.po, 70, 115, 121, 70, 115, 125, 426, 265, 656 -translations/source/uz/extensions/messages.po, 371, 792, 773, 174, 421, 118, 886, 663, 2099 -translations/source/uz/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/uz/extras/source/autocorr/emoji.po, 41, 38, 38, 169, 157, 1365, 1622, 1575, 1817 -translations/source/uz/extras/source/gallery/share.po, 6, 8, 9, 1, 1, 5, 6, 12, 15 -translations/source/uz/filter/messages.po, 50, 184, 153, 29, 59, 143, 575, 222, 818 -translations/source/uz/filter/source/config/fragments/filters.po, 80, 276, 281, 11, 29, 129, 427, 220, 732 -translations/source/uz/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 127, 0, 0, 3, 12, 38, 139 -translations/source/uz/filter/source/config/fragments/types.po, 15, 41, 43, 3, 12, 20, 68, 38, 121 -translations/source/uz/forms/messages.po, 53, 283, 238, 1, 2, 4, 45, 58, 330 -translations/source/uz/formula/messages.po, 304, 307, 308, 63, 89, 71, 118, 438, 514 -translations/source/uz/fpicker/messages.po, 30, 77, 68, 15, 44, 16, 42, 61, 163 -translations/source/uz/framework/messages.po, 17, 163, 114, 6, 14, 6, 33, 29, 210 -translations/source/uz/instsetoo_native/inc_openoffice/windows/msi_languages.po, 433, 2531, 2102, 4, 43, 120, 1780, 557, 4354 -translations/source/uz/librelogo/source/pythonpath.po, 18, 20, 19, 47, 49, 73, 104, 138, 173 -translations/source/uz/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 2, 5, 46, 687, 49, 693 -translations/source/uz/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/uz/nlpsolver/src/locale.po, 9, 9, 10, 4, 5, 28, 91, 41, 105 -translations/source/uz/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/uz/officecfg/registry/data/org/openoffice/Office.po, 711, 798, 971, 72, 75, 525, 968, 1308, 1841 -translations/source/uz/officecfg/registry/data/org/openoffice/Office/UI.po, 1992, 3891, 3940, 542, 986, 1143, 2845, 3677, 7722 -translations/source/uz/readlicense_oo/docs.po, 10, 38, 38, 0, 0, 93, 2365, 103, 2403 -translations/source/uz/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/uz/reportdesign/messages.po, 148, 308, 330, 75, 149, 35, 160, 258, 617 -translations/source/uz/sc/messages.po, 1419, 4111, 2983, 887, 1795, 2380, 14354, 4686, 20260 -translations/source/uz/scaddins/messages.po, 268, 513, 429, 43, 85, 590, 2590, 901, 3188 -translations/source/uz/sccomp/messages.po, 12, 51, 50, 0, 0, 2, 14, 14, 65 -translations/source/uz/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/uz/scp2/source/base.po, 8, 40, 41, 0, 0, 2, 4, 10, 44 -translations/source/uz/scp2/source/calc.po, 17, 56, 64, 3, 29, 2, 9, 22, 94 -translations/source/uz/scp2/source/draw.po, 13, 52, 49, 1, 5, 27, 92, 41, 149 -translations/source/uz/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/uz/scp2/source/gnome.po, 1, 2, 2, 0, 0, 1, 9, 2, 11 -translations/source/uz/scp2/source/graphicfilter.po, 28, 91, 91, 0, 0, 2, 10, 30, 101 -translations/source/uz/scp2/source/impress.po, 19, 74, 69, 1, 4, 1, 3, 21, 81 -translations/source/uz/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/uz/scp2/source/math.po, 10, 42, 39, 0, 0, 0, 0, 10, 42 -translations/source/uz/scp2/source/onlineupdate.po, 2, 13, 7, 0, 0, 0, 0, 2, 13 -translations/source/uz/scp2/source/ooo.po, 260, 375, 381, 151, 867, 171, 782, 582, 2024 -translations/source/uz/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/uz/scp2/source/quickstart.po, 2, 15, 15, 0, 0, 0, 0, 2, 15 -translations/source/uz/scp2/source/winexplorerext.po, 2, 18, 16, 0, 0, 0, 0, 2, 18 -translations/source/uz/scp2/source/writer.po, 22, 69, 71, 0, 0, 5, 45, 27, 114 -translations/source/uz/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/uz/sd/messages.po, 348, 797, 741, 344, 625, 627, 1529, 1319, 2951 -translations/source/uz/setup_native/source/mac.po, 23, 131, 102, 0, 0, 0, 0, 23, 131 -translations/source/uz/sfx2/messages.po, 165, 323, 316, 125, 252, 291, 1651, 581, 2226 -translations/source/uz/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/uz/starmath/messages.po, 217, 350, 319, 99, 131, 187, 485, 503, 966 -translations/source/uz/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/uz/svtools/messages.po, 511, 1159, 1094, 68, 125, 335, 1327, 914, 2611 -translations/source/uz/svx/messages.po, 1215, 2554, 2564, 546, 1030, 1085, 3640, 2846, 7224 -translations/source/uz/sw/messages.po, 1149, 1927, 2037, 1103, 1931, 1189, 3882, 3441, 7740 -translations/source/uz/swext/mediawiki/help.po, 39, 224, 181, 10, 196, 40, 984, 89, 1404 -translations/source/uz/swext/mediawiki/src.po, 1, 2, 2, 0, 0, 1, 37, 2, 39 -translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 2, 0, 0, 0, 0, 2, 3 -translations/source/uz/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 31, 161, 117, 0, 0, 1, 20, 32, 181 -translations/source/uz/sysui/desktop/share.po, 42, 151, 141, 11, 54, 13, 72, 66, 277 -translations/source/uz/uui/messages.po, 84, 630, 508, 20, 56, 53, 868, 157, 1554 -translations/source/uz/vcl/messages.po, 133, 194, 190, 52, 101, 171, 442, 356, 737 -translations/source/uz/wizards/messages.po, 130, 369, 325, 23, 39, 112, 634, 265, 1042 -translations/source/uz/wizards/source/resources.po, 337, 1073, 878, 43, 106, 174, 1107, 554, 2286 -translations/source/uz/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/uz/xmlsecurity/messages.po, 21, 58, 50, 17, 84, 53, 282, 91, 424 -translations/source/ve/accessibility/messages.po, 5, 9, 11, 0, 0, 6, 18, 11, 27 -translations/source/ve/avmedia/messages.po, 17, 27, 28, 0, 0, 5, 18, 22, 45 -translations/source/ve/basctl/messages.po, 74, 242, 321, 34, 50, 47, 319, 155, 611 -translations/source/ve/basic/messages.po, 8, 14, 18, 9, 31, 118, 504, 135, 549 -translations/source/ve/chart2/messages.po, 107, 157, 214, 199, 336, 314, 875, 620, 1368 -translations/source/ve/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/ve/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ve/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ve/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ve/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/ve/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/ve/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ve/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ve/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ve/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ve/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/ve/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ve/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ve/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/ve/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/ve/cui/messages.po, 443, 896, 1153, 782, 1249, 1118, 3413, 2343, 5558 -translations/source/ve/dbaccess/messages.po, 301, 1604, 1896, 219, 648, 292, 2258, 812, 4510 -translations/source/ve/desktop/messages.po, 41, 165, 223, 15, 30, 106, 1030, 162, 1225 -translations/source/ve/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ve/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ve/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ve/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ve/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -translations/source/ve/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ve/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/ve/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ve/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ve/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ve/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -translations/source/ve/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ve/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/ve/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/ve/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/ve/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ve/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ve/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ve/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/ve/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ve/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -translations/source/ve/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/ve/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/ve/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/ve/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/ve/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/ve/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/editeng/messages.po, 198, 459, 677, 49, 141, 18, 56, 265, 656 -translations/source/ve/extensions/messages.po, 323, 659, 953, 183, 477, 157, 963, 663, 2099 -translations/source/ve/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/ve/extras/source/autocorr/emoji.po, 42, 38, 41, 164, 155, 1369, 1624, 1575, 1817 -translations/source/ve/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/ve/filter/messages.po, 41, 160, 233, 32, 61, 149, 597, 222, 818 -translations/source/ve/filter/source/config/fragments/filters.po, 21, 62, 70, 9, 21, 190, 649, 220, 732 -translations/source/ve/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/ve/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -translations/source/ve/forms/messages.po, 50, 278, 373, 1, 2, 7, 50, 58, 330 -translations/source/ve/formula/messages.po, 283, 286, 291, 70, 95, 85, 133, 438, 514 -translations/source/ve/fpicker/messages.po, 25, 39, 48, 18, 52, 18, 72, 61, 163 -translations/source/ve/framework/messages.po, 8, 14, 17, 7, 15, 14, 181, 29, 210 -translations/source/ve/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 4465, 90, 232, 93, 737, 557, 4354 -translations/source/ve/librelogo/source/pythonpath.po, 13, 13, 16, 41, 41, 84, 119, 138, 173 -translations/source/ve/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -translations/source/ve/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/ve/nlpsolver/src/locale.po, 7, 7, 9, 6, 7, 28, 91, 41, 105 -translations/source/ve/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/ve/officecfg/registry/data/org/openoffice/Office.po, 477, 566, 610, 353, 347, 478, 928, 1308, 1841 -translations/source/ve/officecfg/registry/data/org/openoffice/Office/UI.po, 1419, 3043, 4242, 1024, 1712, 1234, 2967, 3677, 7722 -translations/source/ve/readlicense_oo/docs.po, 7, 41, 58, 1, 1, 95, 2361, 103, 2403 -translations/source/ve/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/ve/reportdesign/messages.po, 64, 82, 99, 71, 120, 123, 415, 258, 617 -translations/source/ve/sc/messages.po, 1293, 6992, 7401, 1404, 3641, 1989, 9627, 4686, 20260 -translations/source/ve/scaddins/messages.po, 261, 1346, 1574, 191, 433, 449, 1409, 901, 3188 -translations/source/ve/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/ve/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/ve/scp2/source/base.po, 8, 40, 47, 0, 0, 2, 4, 10, 44 -translations/source/ve/scp2/source/calc.po, 13, 41, 60, 4, 33, 5, 20, 22, 94 -translations/source/ve/scp2/source/draw.po, 11, 45, 62, 1, 5, 29, 99, 41, 149 -translations/source/ve/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/ve/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/ve/scp2/source/graphicfilter.po, 24, 77, 131, 2, 6, 4, 18, 30, 101 -translations/source/ve/scp2/source/impress.po, 15, 59, 84, 2, 8, 4, 14, 21, 81 -translations/source/ve/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/ve/scp2/source/math.po, 9, 39, 52, 0, 0, 1, 3, 10, 42 -translations/source/ve/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/ve/scp2/source/ooo.po, 158, 206, 225, 124, 679, 300, 1139, 582, 2024 -translations/source/ve/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/ve/scp2/source/quickstart.po, 2, 15, 17, 0, 0, 0, 0, 2, 15 -translations/source/ve/scp2/source/winexplorerext.po, 2, 18, 22, 0, 0, 0, 0, 2, 18 -translations/source/ve/scp2/source/writer.po, 14, 37, 51, 2, 7, 11, 70, 27, 114 -translations/source/ve/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/ve/sd/messages.po, 320, 790, 1008, 355, 604, 644, 1557, 1319, 2951 -translations/source/ve/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -translations/source/ve/sfx2/messages.po, 148, 289, 358, 134, 268, 299, 1669, 581, 2226 -translations/source/ve/shell/source/win32/shlxthandler/res.po, 37, 45, 57, 0, 0, 0, 0, 37, 45 -translations/source/ve/starmath/messages.po, 259, 459, 596, 115, 161, 131, 348, 505, 968 -translations/source/ve/svl/messages.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/ve/svtools/messages.po, 393, 855, 1099, 100, 204, 421, 1552, 914, 2611 -translations/source/ve/svx/messages.po, 1121, 2400, 3378, 639, 1165, 1086, 3659, 2846, 7224 -translations/source/ve/sw/messages.po, 890, 1597, 2065, 1311, 2114, 1240, 4029, 3441, 7740 -translations/source/ve/swext/mediawiki/help.po, 5, 5, 5, 5, 7, 79, 1392, 89, 1404 -translations/source/ve/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/ve/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 7, 8, 9, 6, 6, 19, 167, 32, 181 -translations/source/ve/sysui/desktop/share.po, 31, 119, 163, 13, 64, 22, 94, 66, 277 -translations/source/ve/uui/messages.po, 12, 87, 120, 25, 81, 120, 1386, 157, 1554 -translations/source/ve/vcl/messages.po, 91, 118, 124, 79, 121, 186, 498, 356, 737 -translations/source/ve/wizards/messages.po, 139, 720, 942, 45, 78, 81, 244, 265, 1042 -translations/source/ve/wizards/source/resources.po, 398, 1736, 2161, 77, 193, 79, 357, 554, 2286 -translations/source/ve/writerperfect/messages.po, 0, 0, 0, 6, 11, 24, 54, 30, 65 -translations/source/ve/xmlsecurity/messages.po, 17, 25, 44, 14, 51, 60, 348, 91, 424 -translations/source/vec/accessibility/messages.po, 11, 27, 32, 0, 0, 0, 0, 11, 27 -translations/source/vec/avmedia/messages.po, 22, 45, 50, 0, 0, 0, 0, 22, 45 -translations/source/vec/basctl/messages.po, 155, 611, 730, 0, 0, 0, 0, 155, 611 -translations/source/vec/basic/messages.po, 135, 549, 673, 0, 0, 0, 0, 135, 549 -translations/source/vec/chart2/messages.po, 618, 1364, 1622, 0, 0, 2, 4, 620, 1368 -translations/source/vec/connectivity/messages.po, 106, 1047, 1187, 0, 0, 0, 0, 106, 1047 -translations/source/vec/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/vec/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/vec/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/vec/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/vec/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/vec/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/vec/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/vec/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/vec/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/vec/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/vec/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/vec/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/vec/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/vec/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/vec/cui/messages.po, 2309, 5475, 6305, 0, 0, 34, 83, 2343, 5558 -translations/source/vec/dbaccess/messages.po, 812, 4510, 5147, 0, 0, 0, 0, 812, 4510 -translations/source/vec/desktop/messages.po, 162, 1225, 1456, 0, 0, 0, 0, 162, 1225 -translations/source/vec/dictionaries/af_ZA.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/an_ES.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/ar.po, 1, 5, 9, 0, 0, 0, 0, 1, 5 -translations/source/vec/dictionaries/be_BY.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/bg_BG.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/bn_BD.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/bo.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/br_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/bs_BA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/ca.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/cs_CZ.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/vec/dictionaries/da_DK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/de.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/vec/dictionaries/el_GR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/en.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/vec/dictionaries/en/dialog.po, 37, 176, 219, 0, 0, 0, 0, 37, 176 -translations/source/vec/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -translations/source/vec/dictionaries/es.po, 1, 12, 17, 0, 0, 0, 0, 1, 12 -translations/source/vec/dictionaries/et_EE.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/fr_FR.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/gd_GB.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/vec/dictionaries/gl.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/gu_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/gug.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -translations/source/vec/dictionaries/he_IL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/hi_IN.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/hr_HR.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/hu_HU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/vec/dictionaries/hu_HU/dialog.po, 32, 71, 92, 0, 0, 0, 0, 32, 71 -translations/source/vec/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -translations/source/vec/dictionaries/id.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/is.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/it_IT.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/kmr_Latn.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -translations/source/vec/dictionaries/lo_LA.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/lt_LT.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/lv_LV.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/ne_NP.po, 1, 5, 8, 0, 0, 0, 0, 1, 5 -translations/source/vec/dictionaries/nl_NL.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/no.po, 1, 10, 14, 0, 0, 0, 0, 1, 10 -translations/source/vec/dictionaries/oc_FR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/pl_PL.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/pt_BR.po, 1, 9, 12, 0, 0, 0, 0, 1, 9 -translations/source/vec/dictionaries/pt_BR/dialog.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/vec/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/vec/dictionaries/pt_PT.po, 1, 8, 11, 0, 0, 0, 0, 1, 8 -translations/source/vec/dictionaries/ro.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/ru_RU.po, 1, 9, 13, 0, 0, 0, 0, 1, 9 -translations/source/vec/dictionaries/ru_RU/dialog.po, 13, 25, 31, 0, 0, 1, 1, 14, 26 -translations/source/vec/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 7, 0, 0, 0, 0, 2, 5 -translations/source/vec/dictionaries/si_LK.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/sk_SK.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/sl_SI.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/sq_AL.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/sr.po, 1, 9, 10, 0, 0, 0, 0, 1, 9 -translations/source/vec/dictionaries/sv_SE.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/vec/dictionaries/sw_TZ.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/te_IN.po, 1, 6, 7, 0, 0, 0, 0, 1, 6 -translations/source/vec/dictionaries/th_TH.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/tr_TR.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/uk_UA.po, 1, 7, 11, 0, 0, 0, 0, 1, 7 -translations/source/vec/dictionaries/vi.po, 1, 3, 3, 0, 0, 0, 0, 1, 3 -translations/source/vec/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/vec/editeng/messages.po, 265, 656, 768, 0, 0, 0, 0, 265, 656 -translations/source/vec/extensions/messages.po, 663, 2099, 2352, 0, 0, 0, 0, 663, 2099 -translations/source/vec/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/vec/extras/source/autocorr/emoji.po, 1575, 1817, 1960, 0, 0, 0, 0, 1575, 1817 -translations/source/vec/extras/source/gallery/share.po, 12, 15, 16, 0, 0, 0, 0, 12, 15 -translations/source/vec/filter/messages.po, 222, 818, 942, 0, 0, 0, 0, 222, 818 -translations/source/vec/filter/source/config/fragments/filters.po, 220, 732, 804, 0, 0, 0, 0, 220, 732 -translations/source/vec/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 138, 0, 0, 0, 0, 38, 139 -translations/source/vec/filter/source/config/fragments/types.po, 38, 121, 141, 0, 0, 0, 0, 38, 121 -translations/source/vec/forms/messages.po, 58, 330, 402, 0, 0, 0, 0, 58, 330 -translations/source/vec/formula/messages.po, 429, 501, 670, 0, 0, 1, 1, 430, 502 -translations/source/vec/fpicker/messages.po, 61, 163, 172, 0, 0, 0, 0, 61, 163 -translations/source/vec/framework/messages.po, 29, 210, 244, 0, 0, 0, 0, 29, 210 -translations/source/vec/instsetoo_native/inc_openoffice/windows/msi_languages.po, 556, 4339, 5242, 0, 0, 1, 15, 557, 4354 -translations/source/vec/librelogo/source/pythonpath.po, 138, 173, 183, 0, 0, 0, 0, 138, 173 -translations/source/vec/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 779, 0, 0, 0, 0, 49, 693 -translations/source/vec/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 27, 0, 0, 0, 0, 2, 21 -translations/source/vec/nlpsolver/src/locale.po, 41, 105, 137, 0, 0, 0, 0, 41, 105 -translations/source/vec/officecfg/registry/data/org/openoffice.po, 9, 28, 30, 0, 0, 0, 0, 9, 28 -translations/source/vec/officecfg/registry/data/org/openoffice/Office.po, 1304, 1835, 1972, 0, 0, 4, 6, 1308, 1841 -translations/source/vec/officecfg/registry/data/org/openoffice/Office/UI.po, 3635, 7615, 9271, 0, 0, 42, 107, 3677, 7722 -translations/source/vec/readlicense_oo/docs.po, 102, 2343, 2588, 0, 0, 1, 60, 103, 2403 -translations/source/vec/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 25, 0, 0, 0, 0, 6, 20 -translations/source/vec/reportdesign/messages.po, 258, 617, 762, 0, 0, 0, 0, 258, 617 -translations/source/vec/sc/messages.po, 4479, 19775, 21094, 0, 0, 207, 485, 4686, 20260 -translations/source/vec/scaddins/messages.po, 901, 3188, 3853, 0, 0, 0, 0, 901, 3188 -translations/source/vec/sccomp/messages.po, 14, 65, 84, 0, 0, 0, 0, 14, 65 -translations/source/vec/scp2/source/activex.po, 2, 16, 21, 0, 0, 0, 0, 2, 16 -translations/source/vec/scp2/source/base.po, 10, 44, 48, 0, 0, 0, 0, 10, 44 -translations/source/vec/scp2/source/calc.po, 22, 94, 128, 0, 0, 0, 0, 22, 94 -translations/source/vec/scp2/source/draw.po, 41, 149, 155, 0, 0, 0, 0, 41, 149 -translations/source/vec/scp2/source/extensions.po, 16, 65, 77, 0, 0, 0, 0, 16, 65 -translations/source/vec/scp2/source/gnome.po, 2, 11, 12, 0, 0, 0, 0, 2, 11 -translations/source/vec/scp2/source/graphicfilter.po, 30, 101, 115, 0, 0, 0, 0, 30, 101 -translations/source/vec/scp2/source/impress.po, 21, 81, 85, 0, 0, 0, 0, 21, 81 -translations/source/vec/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/vec/scp2/source/math.po, 10, 42, 44, 0, 0, 0, 0, 10, 42 -translations/source/vec/scp2/source/onlineupdate.po, 2, 13, 13, 0, 0, 0, 0, 2, 13 -translations/source/vec/scp2/source/ooo.po, 579, 2002, 2354, 0, 0, 3, 22, 582, 2024 -translations/source/vec/scp2/source/python.po, 2, 7, 8, 0, 0, 0, 0, 2, 7 -translations/source/vec/scp2/source/quickstart.po, 2, 15, 19, 0, 0, 0, 0, 2, 15 -translations/source/vec/scp2/source/winexplorerext.po, 2, 18, 26, 0, 0, 0, 0, 2, 18 -translations/source/vec/scp2/source/writer.po, 27, 114, 130, 0, 0, 0, 0, 27, 114 -translations/source/vec/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/vec/sd/messages.po, 1188, 2801, 3130, 0, 0, 131, 150, 1319, 2951 -translations/source/vec/setup_native/source/mac.po, 23, 131, 155, 0, 0, 0, 0, 23, 131 -translations/source/vec/sfx2/messages.po, 555, 1948, 2176, 0, 0, 26, 278, 581, 2226 -translations/source/vec/shell/source/win32/shlxthandler/res.po, 37, 45, 51, 0, 0, 0, 0, 37, 45 -translations/source/vec/starmath/messages.po, 505, 968, 1026, 0, 0, 0, 0, 505, 968 -translations/source/vec/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/vec/svtools/messages.po, 870, 2483, 2769, 0, 0, 44, 128, 914, 2611 -translations/source/vec/svx/messages.po, 2801, 7122, 8009, 0, 0, 45, 102, 2846, 7224 -translations/source/vec/sw/messages.po, 3238, 7422, 8643, 0, 0, 202, 317, 3440, 7739 -translations/source/vec/swext/mediawiki/help.po, 75, 1191, 1419, 0, 0, 14, 213, 89, 1404 -translations/source/vec/swext/mediawiki/src.po, 2, 39, 50, 0, 0, 0, 0, 2, 39 -translations/source/vec/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/vec/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 182, 0, 0, 0, 0, 32, 181 -translations/source/vec/sysui/desktop/share.po, 66, 277, 338, 0, 0, 0, 0, 66, 277 -translations/source/vec/uui/messages.po, 149, 1344, 1651, 0, 0, 8, 210, 157, 1554 -translations/source/vec/vcl/messages.po, 273, 534, 598, 0, 0, 83, 203, 356, 737 -translations/source/vec/wizards/messages.po, 265, 1042, 1283, 0, 0, 0, 0, 265, 1042 -translations/source/vec/wizards/source/resources.po, 554, 2286, 2654, 0, 0, 0, 0, 554, 2286 -translations/source/vec/writerperfect/messages.po, 30, 65, 70, 0, 0, 0, 0, 30, 65 -translations/source/vec/xmlsecurity/messages.po, 91, 424, 541, 0, 0, 0, 0, 91, 424 -translations/source/vi/accessibility/messages.po, 11, 27, 38, 0, 0, 0, 0, 11, 27 -translations/source/vi/avmedia/messages.po, 20, 40, 57, 0, 0, 2, 5, 22, 45 -translations/source/vi/basctl/messages.po, 129, 528, 713, 18, 31, 8, 52, 155, 611 -translations/source/vi/basic/messages.po, 17, 49, 62, 118, 500, 0, 0, 135, 549 -translations/source/vi/chart2/messages.po, 261, 555, 759, 162, 278, 197, 535, 620, 1368 -translations/source/vi/connectivity/messages.po, 102, 990, 1125, 0, 0, 4, 57, 106, 1047 -translations/source/vi/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/vi/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/vi/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/vi/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 8, 0, 0, 0, 0, 3, 5 -translations/source/vi/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/vi/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/vi/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/vi/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/vi/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -translations/source/vi/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/vi/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/vi/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/vi/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/vi/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/vi/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/vi/cui/messages.po, 1019, 2296, 3258, 642, 1179, 682, 2083, 2343, 5558 -translations/source/vi/dbaccess/messages.po, 453, 2751, 3541, 236, 1247, 123, 512, 812, 4510 -translations/source/vi/desktop/messages.po, 101, 520, 734, 28, 168, 33, 537, 162, 1225 -translations/source/vi/dictionaries/af_ZA.po, 1, 6, 10, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/an_ES.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/ar.po, 1, 5, 10, 0, 0, 0, 0, 1, 5 -translations/source/vi/dictionaries/be_BY.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/bg_BG.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/bn_BD.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/vi/dictionaries/br_FR.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/bs_BA.po, 1, 3, 7, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/ca.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/cs_CZ.po, 0, 0, 0, 1, 8, 0, 0, 1, 8 -translations/source/vi/dictionaries/da_DK.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/de.po, 1, 10, 10, 0, 0, 0, 0, 1, 10 -translations/source/vi/dictionaries/el_GR.po, 1, 6, 11, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/en.po, 1, 9, 18, 0, 0, 0, 0, 1, 9 -translations/source/vi/dictionaries/en/dialog.po, 37, 176, 227, 0, 0, 0, 0, 37, 176 -translations/source/vi/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -translations/source/vi/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/vi/dictionaries/et_EE.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/fr_FR.po, 1, 7, 8, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/vi/dictionaries/gl.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/gu_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/vi/dictionaries/he_IL.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/hi_IN.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/hr_HR.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/hu_HU.po, 1, 9, 16, 0, 0, 0, 0, 1, 9 -translations/source/vi/dictionaries/hu_HU/dialog.po, 32, 71, 114, 0, 0, 0, 0, 32, 71 -translations/source/vi/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 9, 0, 0, 0, 0, 2, 5 -translations/source/vi/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/vi/dictionaries/is.po, 0, 0, 0, 1, 7, 0, 0, 1, 7 -translations/source/vi/dictionaries/it_IT.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/kmr_Latn.po, 1, 4, 8, 0, 0, 0, 0, 1, 4 -translations/source/vi/dictionaries/lo_LA.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/vi/dictionaries/lt_LT.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/lv_LV.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/ne_NP.po, 1, 5, 7, 0, 0, 0, 0, 1, 5 -translations/source/vi/dictionaries/nl_NL.po, 1, 6, 9, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/no.po, 1, 10, 17, 0, 0, 0, 0, 1, 10 -translations/source/vi/dictionaries/oc_FR.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/pl_PL.po, 1, 7, 14, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/vi/dictionaries/pt_BR/dialog.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -translations/source/vi/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 1, 2, 4, 0, 0, 1, 3, 2, 5 -translations/source/vi/dictionaries/pt_PT.po, 1, 8, 17, 0, 0, 0, 0, 1, 8 -translations/source/vi/dictionaries/ro.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/ru_RU.po, 1, 9, 19, 0, 0, 0, 0, 1, 9 -translations/source/vi/dictionaries/ru_RU/dialog.po, 13, 25, 37, 0, 0, 1, 1, 14, 26 -translations/source/vi/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 10, 0, 0, 0, 0, 2, 5 -translations/source/vi/dictionaries/si_LK.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/sk_SK.po, 1, 7, 13, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/sl_SI.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/sq_AL.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/vi/dictionaries/sr.po, 1, 9, 11, 0, 0, 0, 0, 1, 9 -translations/source/vi/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/vi/dictionaries/sw_TZ.po, 1, 3, 5, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/te_IN.po, 1, 6, 8, 0, 0, 0, 0, 1, 6 -translations/source/vi/dictionaries/th_TH.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/vi/dictionaries/uk_UA.po, 1, 7, 12, 0, 0, 0, 0, 1, 7 -translations/source/vi/dictionaries/vi.po, 1, 3, 6, 0, 0, 0, 0, 1, 3 -translations/source/vi/dictionaries/zu_ZA.po, 1, 3, 4, 0, 0, 0, 0, 1, 3 -translations/source/vi/editeng/messages.po, 248, 608, 811, 5, 8, 12, 40, 265, 656 -translations/source/vi/extensions/messages.po, 418, 1082, 1543, 205, 791, 40, 226, 663, 2099 -translations/source/vi/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 1, 3, 0, 0, 1, 3 -translations/source/vi/extras/source/autocorr/emoji.po, 43, 43, 70, 202, 191, 1330, 1583, 1575, 1817 -translations/source/vi/extras/source/gallery/share.po, 6, 8, 11, 2, 2, 4, 5, 12, 15 -translations/source/vi/filter/messages.po, 73, 266, 315, 31, 68, 118, 484, 222, 818 -translations/source/vi/filter/source/config/fragments/filters.po, 87, 303, 432, 16, 50, 117, 379, 220, 732 -translations/source/vi/filter/source/config/fragments/internalgraphicfilters.po, 35, 127, 197, 0, 0, 3, 12, 38, 139 -translations/source/vi/filter/source/config/fragments/types.po, 21, 66, 76, 3, 13, 14, 42, 38, 121 -translations/source/vi/forms/messages.po, 54, 314, 383, 1, 2, 3, 14, 58, 330 -translations/source/vi/formula/messages.po, 312, 315, 325, 56, 82, 64, 111, 432, 508 -translations/source/vi/fpicker/messages.po, 31, 88, 124, 17, 40, 13, 35, 61, 163 -translations/source/vi/framework/messages.po, 18, 167, 238, 6, 14, 5, 29, 29, 210 -translations/source/vi/helpcontent2/source/auxiliary.po, 22, 30, 59, 0, 0, 83, 272, 105, 302 -translations/source/vi/helpcontent2/source/text/sbasic/guide.po, 83, 1116, 1491, 0, 0, 20, 229, 103, 1345 -translations/source/vi/helpcontent2/source/text/sbasic/shared.po, 3486, 28994, 37082, 0, 0, 1019, 6437, 4505, 35431 -translations/source/vi/helpcontent2/source/text/sbasic/shared/01.po, 57, 336, 452, 0, 0, 10, 129, 67, 465 -translations/source/vi/helpcontent2/source/text/sbasic/shared/02.po, 183, 1139, 1466, 0, 0, 15, 343, 198, 1482 -translations/source/vi/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/vi/helpcontent2/source/text/scalc.po, 172, 861, 1189, 0, 0, 15, 125, 187, 986 -translations/source/vi/helpcontent2/source/text/scalc/00.po, 61, 152, 224, 0, 0, 140, 793, 201, 945 -translations/source/vi/helpcontent2/source/text/scalc/01.po, 5504, 48601, 58538, 0, 0, 1991, 24554, 7495, 73155 -translations/source/vi/helpcontent2/source/text/scalc/02.po, 116, 782, 1048, 0, 0, 7, 28, 123, 810 -translations/source/vi/helpcontent2/source/text/scalc/04.po, 169, 1264, 1476, 0, 0, 18, 233, 187, 1497 -translations/source/vi/helpcontent2/source/text/scalc/05.po, 82, 672, 855, 0, 0, 55, 181, 137, 853 -translations/source/vi/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/vi/helpcontent2/source/text/scalc/guide.po, 1310, 18357, 23414, 0, 0, 159, 3236, 1469, 21593 -translations/source/vi/helpcontent2/source/text/schart.po, 84, 705, 964, 0, 0, 12, 226, 96, 931 -translations/source/vi/helpcontent2/source/text/schart/00.po, 47, 249, 391, 0, 0, 13, 98, 60, 347 -translations/source/vi/helpcontent2/source/text/schart/01.po, 828, 9773, 12092, 0, 0, 144, 2053, 972, 11826 -translations/source/vi/helpcontent2/source/text/schart/02.po, 25, 117, 186, 0, 0, 0, 0, 25, 117 -translations/source/vi/helpcontent2/source/text/schart/04.po, 32, 133, 204, 0, 0, 0, 0, 32, 133 -translations/source/vi/helpcontent2/source/text/sdraw.po, 117, 702, 960, 0, 0, 6, 30, 123, 732 -translations/source/vi/helpcontent2/source/text/sdraw/00.po, 2, 8, 10, 0, 0, 0, 0, 2, 8 -translations/source/vi/helpcontent2/source/text/sdraw/01.po, 3, 12, 13, 0, 0, 0, 0, 3, 12 -translations/source/vi/helpcontent2/source/text/sdraw/04.po, 101, 455, 575, 0, 0, 2, 34, 103, 489 -translations/source/vi/helpcontent2/source/text/sdraw/guide.po, 258, 2764, 3663, 0, 0, 17, 308, 275, 3072 -translations/source/vi/helpcontent2/source/text/shared.po, 206, 1766, 2220, 0, 0, 44, 542, 250, 2308 -translations/source/vi/helpcontent2/source/text/shared/00.po, 770, 6654, 9327, 0, 0, 797, 9040, 1567, 15694 -translations/source/vi/helpcontent2/source/text/shared/01.po, 3659, 28285, 36732, 0, 0, 1828, 23677, 5487, 51962 -translations/source/vi/helpcontent2/source/text/shared/02.po, 1694, 19239, 24927, 0, 0, 488, 9883, 2182, 29122 -translations/source/vi/helpcontent2/source/text/shared/04.po, 234, 960, 1230, 0, 0, 79, 1111, 313, 2071 -translations/source/vi/helpcontent2/source/text/shared/05.po, 103, 1011, 1340, 0, 0, 93, 1329, 196, 2340 -translations/source/vi/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/vi/helpcontent2/source/text/shared/07.po, 4, 29, 30, 0, 0, 3, 53, 7, 82 -translations/source/vi/helpcontent2/source/text/shared/autokorr.po, 47, 403, 643, 0, 0, 1, 17, 48, 420 -translations/source/vi/helpcontent2/source/text/shared/autopi.po, 742, 6477, 8629, 0, 0, 145, 1917, 887, 8394 -translations/source/vi/helpcontent2/source/text/shared/explorer/database.po, 1442, 14082, 19187, 0, 0, 199, 4775, 1641, 18857 -translations/source/vi/helpcontent2/source/text/shared/guide.po, 170, 1048, 1285, 0, 0, 2346, 35395, 2516, 36443 -translations/source/vi/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/vi/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/vi/helpcontent2/source/text/shared/optionen.po, 1226, 10919, 14979, 0, 0, 708, 12432, 1934, 23351 -translations/source/vi/helpcontent2/source/text/simpress.po, 181, 1264, 1660, 0, 0, 18, 131, 199, 1395 -translations/source/vi/helpcontent2/source/text/simpress/00.po, 154, 873, 1204, 0, 0, 9, 29, 163, 902 -translations/source/vi/helpcontent2/source/text/simpress/01.po, 857, 6356, 8379, 0, 0, 189, 2158, 1046, 8514 -translations/source/vi/helpcontent2/source/text/simpress/02.po, 648, 6360, 8122, 0, 0, 12, 149, 660, 6509 -translations/source/vi/helpcontent2/source/text/simpress/04.po, 185, 900, 1102, 0, 0, 54, 238, 239, 1138 -translations/source/vi/helpcontent2/source/text/simpress/guide.po, 590, 7567, 9813, 0, 0, 177, 2715, 767, 10282 -translations/source/vi/helpcontent2/source/text/smath.po, 56, 609, 776, 0, 0, 4, 130, 60, 739 -translations/source/vi/helpcontent2/source/text/smath/00.po, 53, 224, 325, 0, 0, 13, 131, 66, 355 -translations/source/vi/helpcontent2/source/text/smath/01.po, 1056, 11356, 13918, 0, 0, 495, 2503, 1551, 13859 -translations/source/vi/helpcontent2/source/text/smath/02.po, 6, 97, 119, 0, 0, 0, 0, 6, 97 -translations/source/vi/helpcontent2/source/text/smath/04.po, 25, 130, 141, 0, 0, 1, 5, 26, 135 -translations/source/vi/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/vi/helpcontent2/source/text/smath/guide.po, 94, 1001, 1291, 0, 0, 10, 192, 104, 1193 -translations/source/vi/helpcontent2/source/text/swriter.po, 214, 1268, 1737, 0, 0, 122, 1678, 336, 2946 -translations/source/vi/helpcontent2/source/text/swriter/00.po, 210, 1037, 1490, 0, 0, 100, 781, 310, 1818 -translations/source/vi/helpcontent2/source/text/swriter/01.po, 2630, 24157, 30684, 0, 0, 716, 9636, 3346, 33793 -translations/source/vi/helpcontent2/source/text/swriter/02.po, 366, 2437, 3058, 0, 0, 60, 613, 426, 3050 -translations/source/vi/helpcontent2/source/text/swriter/04.po, 241, 1158, 1483, 0, 0, 13, 118, 254, 1276 -translations/source/vi/helpcontent2/source/text/swriter/guide.po, 1869, 22817, 28625, 0, 0, 275, 5120, 2144, 27937 -translations/source/vi/helpcontent2/source/text/swriter/librelogo.po, 39, 40, 56, 1, 1, 286, 2978, 326, 3019 -translations/source/vi/helpcontent2/source/text/swriter/menu.po, 0, 0, 0, 0, 0, 17, 96, 17, 96 -translations/source/vi/instsetoo_native/inc_openoffice/windows/msi_languages.po, 538, 4102, 5731, 5, 78, 14, 174, 557, 4354 -translations/source/vi/librelogo/source/pythonpath.po, 56, 60, 85, 5, 5, 77, 108, 138, 173 -translations/source/vi/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 32, 287, 361, 2, 8, 15, 398, 49, 693 -translations/source/vi/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 23, 0, 0, 0, 0, 2, 21 -translations/source/vi/nlpsolver/src/locale.po, 41, 105, 143, 0, 0, 0, 0, 41, 105 -translations/source/vi/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/vi/officecfg/registry/data/org/openoffice/Office.po, 1195, 1283, 2472, 3, 6, 110, 552, 1308, 1841 -translations/source/vi/officecfg/registry/data/org/openoffice/Office/UI.po, 2476, 4995, 7319, 530, 996, 671, 1731, 3677, 7722 -translations/source/vi/readlicense_oo/docs.po, 63, 1197, 1333, 1, 85, 39, 1121, 103, 2403 -translations/source/vi/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/vi/reportdesign/messages.po, 186, 445, 578, 58, 134, 14, 38, 258, 617 -translations/source/vi/sc/messages.po, 2617, 12183, 14719, 848, 2659, 1221, 5418, 4686, 20260 -translations/source/vi/scaddins/messages.po, 778, 2520, 3032, 12, 16, 108, 649, 898, 3185 -translations/source/vi/sccomp/messages.po, 11, 47, 65, 1, 4, 2, 14, 14, 65 -translations/source/vi/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/vi/scp2/source/base.po, 10, 44, 64, 0, 0, 0, 0, 10, 44 -translations/source/vi/scp2/source/calc.po, 19, 81, 104, 1, 4, 2, 9, 22, 94 -translations/source/vi/scp2/source/draw.po, 15, 60, 74, 1, 5, 25, 84, 41, 149 -translations/source/vi/scp2/source/extensions.po, 15, 51, 84, 0, 0, 1, 14, 16, 65 -translations/source/vi/scp2/source/gnome.po, 1, 2, 3, 0, 0, 1, 9, 2, 11 -translations/source/vi/scp2/source/graphicfilter.po, 28, 91, 134, 0, 0, 2, 10, 30, 101 -translations/source/vi/scp2/source/impress.po, 19, 74, 93, 1, 4, 1, 3, 21, 81 -translations/source/vi/scp2/source/kde.po, 2, 9, 10, 0, 0, 0, 0, 2, 9 -translations/source/vi/scp2/source/math.po, 10, 42, 53, 0, 0, 0, 0, 10, 42 -translations/source/vi/scp2/source/onlineupdate.po, 2, 13, 18, 0, 0, 0, 0, 2, 13 -translations/source/vi/scp2/source/ooo.po, 535, 1827, 2529, 20, 106, 27, 91, 582, 2024 -translations/source/vi/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/vi/scp2/source/quickstart.po, 2, 15, 23, 0, 0, 0, 0, 2, 15 -translations/source/vi/scp2/source/winexplorerext.po, 2, 18, 28, 0, 0, 0, 0, 2, 18 -translations/source/vi/scp2/source/writer.po, 22, 69, 90, 0, 0, 5, 45, 27, 114 -translations/source/vi/scp2/source/xsltfilter.po, 2, 6, 8, 0, 0, 0, 0, 2, 6 -translations/source/vi/sd/messages.po, 492, 1216, 1708, 331, 579, 496, 1156, 1319, 2951 -translations/source/vi/setup_native/source/mac.po, 22, 119, 150, 1, 12, 0, 0, 23, 131 -translations/source/vi/sfx2/messages.po, 235, 681, 958, 143, 438, 203, 1107, 581, 2226 -translations/source/vi/shell/source/win32/shlxthandler/res.po, 37, 45, 76, 0, 0, 0, 0, 37, 45 -translations/source/vi/starmath/messages.po, 270, 492, 673, 91, 131, 111, 312, 472, 935 -translations/source/vi/svl/messages.po, 1, 1, 3, 0, 0, 0, 0, 1, 1 -translations/source/vi/svtools/messages.po, 658, 1679, 2243, 51, 168, 205, 764, 914, 2611 -translations/source/vi/svx/messages.po, 1612, 3680, 5322, 507, 1195, 727, 2349, 2846, 7224 -translations/source/vi/sw/messages.po, 1662, 2997, 4514, 868, 1721, 911, 3022, 3441, 7740 -translations/source/vi/swext/mediawiki/help.po, 47, 353, 443, 24, 724, 18, 327, 89, 1404 -translations/source/vi/swext/mediawiki/src.po, 2, 39, 33, 0, 0, 0, 0, 2, 39 -translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/vi/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 208, 0, 0, 0, 0, 32, 181 -translations/source/vi/sysui/desktop/share.po, 54, 210, 295, 2, 20, 10, 47, 66, 277 -translations/source/vi/uui/messages.po, 96, 934, 1164, 22, 166, 39, 454, 157, 1554 -translations/source/vi/vcl/messages.po, 191, 321, 431, 24, 66, 141, 350, 356, 737 -translations/source/vi/wizards/messages.po, 235, 992, 1268, 6, 6, 24, 44, 265, 1042 -translations/source/vi/wizards/source/resources.po, 468, 1890, 2345, 38, 234, 48, 162, 554, 2286 -translations/source/vi/writerperfect/messages.po, 2, 3, 4, 4, 8, 24, 54, 30, 65 -translations/source/vi/xmlsecurity/messages.po, 21, 40, 56, 23, 128, 47, 256, 91, 424 -translations/source/xh/accessibility/messages.po, 5, 9, 9, 0, 0, 6, 18, 11, 27 -translations/source/xh/avmedia/messages.po, 17, 27, 23, 0, 0, 5, 18, 22, 45 -translations/source/xh/basctl/messages.po, 75, 243, 220, 33, 49, 47, 319, 155, 611 -translations/source/xh/basic/messages.po, 8, 14, 14, 9, 31, 118, 504, 135, 549 -translations/source/xh/chart2/messages.po, 110, 158, 181, 198, 337, 312, 873, 620, 1368 -translations/source/xh/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/xh/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/xh/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/xh/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 1, 0, 0, 1, 1 -translations/source/xh/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/xh/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/xh/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/xh/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/xh/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/xh/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/xh/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/xh/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/xh/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/xh/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/xh/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/xh/cui/messages.po, 462, 929, 947, 772, 1225, 1109, 3404, 2343, 5558 -translations/source/xh/dbaccess/messages.po, 307, 1613, 1282, 213, 639, 292, 2258, 812, 4510 -translations/source/xh/desktop/messages.po, 40, 160, 140, 15, 31, 107, 1034, 162, 1225 -translations/source/xh/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/xh/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/xh/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/xh/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/xh/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -translations/source/xh/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/xh/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/xh/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/xh/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/xh/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/xh/dictionaries/hu_HU/dialog.po, 2, 2, 2, 4, 5, 26, 64, 32, 71 -translations/source/xh/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/xh/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/xh/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/xh/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/xh/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/xh/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/xh/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/xh/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/xh/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/xh/dictionaries/ru_RU/dialog.po, 2, 2, 2, 0, 0, 12, 24, 14, 26 -translations/source/xh/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/xh/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/xh/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/xh/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/xh/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/xh/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/editeng/messages.po, 198, 459, 510, 49, 141, 18, 56, 265, 656 -translations/source/xh/extensions/messages.po, 321, 657, 714, 185, 479, 157, 963, 663, 2099 -translations/source/xh/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/xh/extras/source/autocorr/emoji.po, 41, 37, 39, 164, 155, 1370, 1625, 1575, 1817 -translations/source/xh/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/xh/filter/messages.po, 41, 160, 137, 33, 63, 148, 595, 222, 818 -translations/source/xh/filter/source/config/fragments/filters.po, 20, 58, 59, 10, 25, 190, 649, 220, 732 -translations/source/xh/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/xh/filter/source/config/fragments/types.po, 3, 10, 11, 4, 16, 31, 95, 38, 121 -translations/source/xh/forms/messages.po, 50, 278, 208, 1, 2, 7, 50, 58, 330 -translations/source/xh/formula/messages.po, 282, 285, 285, 70, 95, 86, 134, 438, 514 -translations/source/xh/fpicker/messages.po, 25, 39, 47, 18, 52, 18, 72, 61, 163 -translations/source/xh/framework/messages.po, 8, 14, 16, 7, 15, 14, 181, 29, 210 -translations/source/xh/instsetoo_native/inc_openoffice/windows/msi_languages.po, 374, 3385, 2852, 90, 232, 93, 737, 557, 4354 -translations/source/xh/librelogo/source/pythonpath.po, 13, 13, 13, 42, 42, 83, 118, 138, 173 -translations/source/xh/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 0, 0, 0, 2, 3, 47, 690, 49, 693 -translations/source/xh/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/xh/nlpsolver/src/locale.po, 7, 7, 7, 6, 7, 28, 91, 41, 105 -translations/source/xh/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/xh/officecfg/registry/data/org/openoffice/Office.po, 536, 625, 1078, 294, 288, 478, 928, 1308, 1841 -translations/source/xh/officecfg/registry/data/org/openoffice/Office/UI.po, 1464, 3094, 3481, 979, 1661, 1234, 2967, 3677, 7722 -translations/source/xh/readlicense_oo/docs.po, 7, 41, 43, 1, 1, 95, 2361, 103, 2403 -translations/source/xh/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/xh/reportdesign/messages.po, 68, 87, 97, 68, 116, 122, 414, 258, 617 -translations/source/xh/sc/messages.po, 1289, 6997, 5291, 1377, 3589, 2020, 9674, 4686, 20260 -translations/source/xh/scaddins/messages.po, 260, 1345, 1075, 192, 434, 449, 1409, 901, 3188 -translations/source/xh/sccomp/messages.po, 0, 0, 0, 0, 0, 14, 65, 14, 65 -translations/source/xh/scp2/source/activex.po, 1, 2, 2, 0, 0, 1, 14, 2, 16 -translations/source/xh/scp2/source/base.po, 8, 40, 39, 0, 0, 2, 4, 10, 44 -translations/source/xh/scp2/source/calc.po, 13, 41, 43, 4, 33, 5, 20, 22, 94 -translations/source/xh/scp2/source/draw.po, 11, 45, 41, 1, 5, 29, 99, 41, 149 -translations/source/xh/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/xh/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/xh/scp2/source/graphicfilter.po, 24, 77, 106, 2, 6, 4, 18, 30, 101 -translations/source/xh/scp2/source/impress.po, 15, 59, 55, 2, 8, 4, 14, 21, 81 -translations/source/xh/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/xh/scp2/source/math.po, 9, 39, 36, 0, 0, 1, 3, 10, 42 -translations/source/xh/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/xh/scp2/source/ooo.po, 148, 194, 194, 128, 685, 306, 1145, 582, 2024 -translations/source/xh/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/xh/scp2/source/quickstart.po, 2, 15, 12, 0, 0, 0, 0, 2, 15 -translations/source/xh/scp2/source/winexplorerext.po, 2, 18, 17, 0, 0, 0, 0, 2, 18 -translations/source/xh/scp2/source/writer.po, 14, 37, 36, 2, 7, 11, 70, 27, 114 -translations/source/xh/scp2/source/xsltfilter.po, 0, 0, 0, 0, 0, 2, 6, 2, 6 -translations/source/xh/sd/messages.po, 323, 792, 784, 353, 603, 643, 1556, 1319, 2951 -translations/source/xh/setup_native/source/mac.po, 2, 2, 2, 1, 6, 20, 123, 23, 131 -translations/source/xh/sfx2/messages.po, 154, 295, 289, 128, 263, 299, 1668, 581, 2226 -translations/source/xh/shell/source/win32/shlxthandler/res.po, 37, 45, 50, 0, 0, 0, 0, 37, 45 -translations/source/xh/starmath/messages.po, 260, 460, 577, 109, 155, 131, 348, 500, 963 -translations/source/xh/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/xh/svtools/messages.po, 392, 854, 899, 99, 203, 423, 1554, 914, 2611 -translations/source/xh/svx/messages.po, 1161, 2440, 2726, 600, 1128, 1085, 3656, 2846, 7224 -translations/source/xh/sw/messages.po, 941, 1630, 1941, 1255, 2064, 1245, 4046, 3441, 7740 -translations/source/xh/swext/mediawiki/help.po, 7, 7, 8, 3, 5, 79, 1392, 89, 1404 -translations/source/xh/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/xh/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 9, 10, 11, 5, 5, 18, 166, 32, 181 -translations/source/xh/sysui/desktop/share.po, 31, 119, 125, 13, 64, 22, 94, 66, 277 -translations/source/xh/uui/messages.po, 12, 87, 67, 26, 87, 119, 1380, 157, 1554 -translations/source/xh/vcl/messages.po, 102, 131, 123, 70, 112, 184, 494, 356, 737 -translations/source/xh/wizards/messages.po, 136, 717, 596, 48, 81, 81, 244, 265, 1042 -translations/source/xh/wizards/source/resources.po, 395, 1736, 1471, 80, 193, 79, 357, 554, 2286 -translations/source/xh/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/xh/xmlsecurity/messages.po, 18, 26, 28, 13, 50, 60, 348, 91, 424 -translations/source/zh-CN/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -translations/source/zh-CN/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -translations/source/zh-CN/basctl/messages.po, 155, 611, 195, 0, 0, 0, 0, 155, 611 -translations/source/zh-CN/basic/messages.po, 135, 549, 185, 0, 0, 0, 0, 135, 549 -translations/source/zh-CN/chart2/messages.po, 620, 1368, 749, 0, 0, 0, 0, 620, 1368 -translations/source/zh-CN/connectivity/messages.po, 106, 1047, 212, 0, 0, 0, 0, 106, 1047 -translations/source/zh-CN/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/zh-CN/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-CN/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-CN/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/zh-CN/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/zh-CN/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-CN/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/zh-CN/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/zh-CN/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/zh-CN/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/zh-CN/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/zh-CN/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-CN/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-CN/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 3, 0, 0, 0, 0, 1, 2 -translations/source/zh-CN/cui/messages.po, 2343, 5558, 2713, 0, 0, 0, 0, 2343, 5558 -translations/source/zh-CN/dbaccess/messages.po, 812, 4510, 1253, 0, 0, 0, 0, 812, 4510 -translations/source/zh-CN/desktop/messages.po, 162, 1225, 281, 0, 0, 0, 0, 162, 1225 -translations/source/zh-CN/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/ar.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/zh-CN/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/bg_BG.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/bo.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/ca.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/cs_CZ.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -translations/source/zh-CN/dictionaries/da_DK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/de.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -translations/source/zh-CN/dictionaries/el_GR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/en.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-CN/dictionaries/en/dialog.po, 37, 176, 60, 0, 0, 0, 0, 37, 176 -translations/source/zh-CN/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/zh-CN/dictionaries/es.po, 1, 12, 1, 0, 0, 0, 0, 1, 12 -translations/source/zh-CN/dictionaries/et_EE.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/fr_FR.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/gd_GB.po, 1, 4, 1, 0, 0, 0, 0, 1, 4 -translations/source/zh-CN/dictionaries/gl.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/gug.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/zh-CN/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/hu_HU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-CN/dictionaries/hu_HU/dialog.po, 32, 71, 32, 0, 0, 0, 0, 32, 71 -translations/source/zh-CN/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/zh-CN/dictionaries/id.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/is.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/it_IT.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/zh-CN/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/lt_LT.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/lv_LV.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/ne_NP.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/zh-CN/dictionaries/nl_NL.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/no.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -translations/source/zh-CN/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/pl_PL.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/pt_BR.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-CN/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/zh-CN/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/zh-CN/dictionaries/pt_PT.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -translations/source/zh-CN/dictionaries/ro.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/ru_RU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-CN/dictionaries/ru_RU/dialog.po, 14, 26, 15, 0, 0, 0, 0, 14, 26 -translations/source/zh-CN/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/zh-CN/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/sk_SK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/sl_SI.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/sq_AL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/sr.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -translations/source/zh-CN/dictionaries/sv_SE.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/zh-CN/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/te_IN.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-CN/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/tr_TR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/uk_UA.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-CN/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/editeng/messages.po, 265, 656, 320, 0, 0, 0, 0, 265, 656 -translations/source/zh-CN/extensions/messages.po, 663, 2099, 803, 0, 0, 0, 0, 663, 2099 -translations/source/zh-CN/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/extras/source/autocorr/emoji.po, 1575, 1817, 1821, 0, 0, 0, 0, 1575, 1817 -translations/source/zh-CN/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -translations/source/zh-CN/filter/messages.po, 222, 818, 378, 0, 0, 0, 0, 222, 818 -translations/source/zh-CN/filter/source/config/fragments/filters.po, 220, 732, 630, 0, 0, 0, 0, 220, 732 -translations/source/zh-CN/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 109, 0, 0, 0, 0, 38, 139 -translations/source/zh-CN/filter/source/config/fragments/types.po, 38, 121, 115, 0, 0, 0, 0, 38, 121 -translations/source/zh-CN/forms/messages.po, 58, 330, 74, 0, 0, 0, 0, 58, 330 -translations/source/zh-CN/formula/messages.po, 438, 514, 510, 0, 0, 0, 0, 438, 514 -translations/source/zh-CN/fpicker/messages.po, 61, 163, 74, 0, 0, 0, 0, 61, 163 -translations/source/zh-CN/framework/messages.po, 29, 210, 39, 0, 0, 0, 0, 29, 210 -translations/source/zh-CN/helpcontent2/source/auxiliary.po, 105, 302, 129, 0, 0, 0, 0, 105, 302 -translations/source/zh-CN/helpcontent2/source/text/sbasic/guide.po, 103, 1345, 250, 0, 0, 0, 0, 103, 1345 -translations/source/zh-CN/helpcontent2/source/text/sbasic/shared.po, 4505, 35431, 11158, 0, 0, 0, 0, 4505, 35431 -translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/01.po, 67, 465, 94, 0, 0, 0, 0, 67, 465 -translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/02.po, 198, 1482, 244, 0, 0, 0, 0, 198, 1482 -translations/source/zh-CN/helpcontent2/source/text/sbasic/shared/03.po, 47, 145, 93, 0, 0, 0, 0, 47, 145 -translations/source/zh-CN/helpcontent2/source/text/scalc.po, 187, 986, 239, 0, 0, 0, 0, 187, 986 -translations/source/zh-CN/helpcontent2/source/text/scalc/00.po, 201, 945, 459, 0, 0, 0, 0, 201, 945 -translations/source/zh-CN/helpcontent2/source/text/scalc/01.po, 6656, 61055, 16007, 95, 2372, 744, 9728, 7495, 73155 -translations/source/zh-CN/helpcontent2/source/text/scalc/02.po, 123, 810, 194, 0, 0, 0, 0, 123, 810 -translations/source/zh-CN/helpcontent2/source/text/scalc/04.po, 187, 1497, 290, 0, 0, 0, 0, 187, 1497 -translations/source/zh-CN/helpcontent2/source/text/scalc/05.po, 137, 853, 279, 0, 0, 0, 0, 137, 853 -translations/source/zh-CN/helpcontent2/source/text/scalc/06.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/zh-CN/helpcontent2/source/text/scalc/guide.po, 1469, 21593, 3430, 0, 0, 0, 0, 1469, 21593 -translations/source/zh-CN/helpcontent2/source/text/schart.po, 96, 931, 145, 0, 0, 0, 0, 96, 931 -translations/source/zh-CN/helpcontent2/source/text/schart/00.po, 60, 347, 170, 0, 0, 0, 0, 60, 347 -translations/source/zh-CN/helpcontent2/source/text/schart/01.po, 972, 11826, 1771, 0, 0, 0, 0, 972, 11826 -translations/source/zh-CN/helpcontent2/source/text/schart/02.po, 25, 117, 28, 0, 0, 0, 0, 25, 117 -translations/source/zh-CN/helpcontent2/source/text/schart/04.po, 32, 133, 41, 0, 0, 0, 0, 32, 133 -translations/source/zh-CN/helpcontent2/source/text/sdraw.po, 123, 732, 184, 0, 0, 0, 0, 123, 732 -translations/source/zh-CN/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -translations/source/zh-CN/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -translations/source/zh-CN/helpcontent2/source/text/sdraw/04.po, 103, 489, 161, 0, 0, 0, 0, 103, 489 -translations/source/zh-CN/helpcontent2/source/text/sdraw/guide.po, 275, 3072, 427, 0, 0, 0, 0, 275, 3072 -translations/source/zh-CN/helpcontent2/source/text/shared.po, 250, 2308, 405, 0, 0, 0, 0, 250, 2308 -translations/source/zh-CN/helpcontent2/source/text/shared/00.po, 1567, 15694, 4432, 0, 0, 0, 0, 1567, 15694 -translations/source/zh-CN/helpcontent2/source/text/shared/01.po, 5487, 51962, 8876, 0, 0, 0, 0, 5487, 51962 -translations/source/zh-CN/helpcontent2/source/text/shared/02.po, 2522, 37155, 4158, 0, 0, 0, 0, 2522, 37155 -translations/source/zh-CN/helpcontent2/source/text/shared/04.po, 313, 2071, 434, 0, 0, 0, 0, 313, 2071 -translations/source/zh-CN/helpcontent2/source/text/shared/05.po, 196, 2340, 321, 0, 0, 0, 0, 196, 2340 -translations/source/zh-CN/helpcontent2/source/text/shared/06.po, 3, 7, 5, 0, 0, 0, 0, 3, 7 -translations/source/zh-CN/helpcontent2/source/text/shared/07.po, 7, 82, 25, 0, 0, 0, 0, 7, 82 -translations/source/zh-CN/helpcontent2/source/text/shared/autokorr.po, 48, 420, 55, 0, 0, 0, 0, 48, 420 -translations/source/zh-CN/helpcontent2/source/text/shared/autopi.po, 887, 8394, 1526, 0, 0, 0, 0, 887, 8394 -translations/source/zh-CN/helpcontent2/source/text/shared/explorer/database.po, 1641, 18857, 3199, 0, 0, 0, 0, 1641, 18857 -translations/source/zh-CN/helpcontent2/source/text/shared/guide.po, 2516, 36443, 6557, 0, 0, 0, 0, 2516, 36443 -translations/source/zh-CN/helpcontent2/source/text/shared/help.po, 78, 117, 90, 0, 0, 0, 0, 78, 117 -translations/source/zh-CN/helpcontent2/source/text/shared/menu.po, 16, 120, 18, 0, 0, 0, 0, 16, 120 -translations/source/zh-CN/helpcontent2/source/text/shared/optionen.po, 1934, 23351, 4428, 0, 0, 0, 0, 1934, 23351 -translations/source/zh-CN/helpcontent2/source/text/simpress.po, 199, 1395, 257, 0, 0, 0, 0, 199, 1395 -translations/source/zh-CN/helpcontent2/source/text/simpress/00.po, 163, 902, 339, 0, 0, 0, 0, 163, 902 -translations/source/zh-CN/helpcontent2/source/text/simpress/01.po, 1046, 8514, 1444, 0, 0, 0, 0, 1046, 8514 -translations/source/zh-CN/helpcontent2/source/text/simpress/02.po, 660, 6509, 925, 0, 0, 0, 0, 660, 6509 -translations/source/zh-CN/helpcontent2/source/text/simpress/04.po, 239, 1138, 347, 0, 0, 0, 0, 239, 1138 -translations/source/zh-CN/helpcontent2/source/text/simpress/guide.po, 767, 10282, 1488, 0, 0, 0, 0, 767, 10282 -translations/source/zh-CN/helpcontent2/source/text/smath.po, 60, 739, 126, 0, 0, 0, 0, 60, 739 -translations/source/zh-CN/helpcontent2/source/text/smath/00.po, 66, 355, 123, 0, 0, 0, 0, 66, 355 -translations/source/zh-CN/helpcontent2/source/text/smath/01.po, 1551, 13859, 2778, 0, 0, 0, 0, 1551, 13859 -translations/source/zh-CN/helpcontent2/source/text/smath/02.po, 6, 97, 10, 0, 0, 0, 0, 6, 97 -translations/source/zh-CN/helpcontent2/source/text/smath/04.po, 26, 135, 42, 0, 0, 0, 0, 26, 135 -translations/source/zh-CN/helpcontent2/source/text/smath/06.po, 9, 21, 10, 0, 0, 0, 0, 9, 21 -translations/source/zh-CN/helpcontent2/source/text/smath/guide.po, 104, 1193, 297, 0, 0, 0, 0, 104, 1193 -translations/source/zh-CN/helpcontent2/source/text/swriter.po, 336, 2946, 520, 0, 0, 0, 0, 336, 2946 -translations/source/zh-CN/helpcontent2/source/text/swriter/00.po, 310, 1818, 753, 0, 0, 0, 0, 310, 1818 -translations/source/zh-CN/helpcontent2/source/text/swriter/01.po, 3346, 33793, 4757, 0, 0, 0, 0, 3346, 33793 -translations/source/zh-CN/helpcontent2/source/text/swriter/02.po, 426, 3050, 686, 0, 0, 0, 0, 426, 3050 -translations/source/zh-CN/helpcontent2/source/text/swriter/04.po, 254, 1276, 406, 0, 0, 0, 0, 254, 1276 -translations/source/zh-CN/helpcontent2/source/text/swriter/guide.po, 2144, 27937, 3960, 0, 0, 0, 0, 2144, 27937 -translations/source/zh-CN/helpcontent2/source/text/swriter/librelogo.po, 326, 3019, 1817, 0, 0, 0, 0, 326, 3019 -translations/source/zh-CN/helpcontent2/source/text/swriter/menu.po, 17, 96, 17, 0, 0, 0, 0, 17, 96 -translations/source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 1161, 0, 0, 0, 0, 557, 4354 -translations/source/zh-CN/librelogo/source/pythonpath.po, 138, 173, 149, 0, 0, 0, 0, 138, 173 -translations/source/zh-CN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 90, 0, 0, 0, 0, 49, 693 -translations/source/zh-CN/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 4, 0, 0, 0, 0, 2, 21 -translations/source/zh-CN/nlpsolver/src/locale.po, 41, 105, 60, 0, 0, 0, 0, 41, 105 -translations/source/zh-CN/officecfg/registry/data/org/openoffice.po, 9, 28, 18, 0, 0, 0, 0, 9, 28 -translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1605, 0, 0, 0, 0, 1308, 1841 -translations/source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 4059, 0, 0, 0, 0, 3677, 7722 -translations/source/zh-CN/readlicense_oo/docs.po, 103, 2403, 548, 0, 0, 0, 0, 103, 2403 -translations/source/zh-CN/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -translations/source/zh-CN/reportdesign/messages.po, 258, 617, 282, 0, 0, 0, 0, 258, 617 -translations/source/zh-CN/sc/messages.po, 4686, 20260, 6195, 0, 0, 0, 0, 4686, 20260 -translations/source/zh-CN/scaddins/messages.po, 901, 3188, 1151, 0, 0, 0, 0, 901, 3188 -translations/source/zh-CN/sccomp/messages.po, 14, 65, 24, 0, 0, 0, 0, 14, 65 -translations/source/zh-CN/scp2/source/activex.po, 2, 16, 9, 0, 0, 0, 0, 2, 16 -translations/source/zh-CN/scp2/source/base.po, 10, 44, 26, 0, 0, 0, 0, 10, 44 -translations/source/zh-CN/scp2/source/calc.po, 22, 94, 63, 0, 0, 0, 0, 22, 94 -translations/source/zh-CN/scp2/source/draw.po, 41, 149, 127, 0, 0, 0, 0, 41, 149 -translations/source/zh-CN/scp2/source/extensions.po, 16, 65, 27, 0, 0, 0, 0, 16, 65 -translations/source/zh-CN/scp2/source/gnome.po, 2, 11, 8, 0, 0, 0, 0, 2, 11 -translations/source/zh-CN/scp2/source/graphicfilter.po, 30, 101, 73, 0, 0, 0, 0, 30, 101 -translations/source/zh-CN/scp2/source/impress.po, 21, 81, 58, 0, 0, 0, 0, 21, 81 -translations/source/zh-CN/scp2/source/kde.po, 2, 9, 8, 0, 0, 0, 0, 2, 9 -translations/source/zh-CN/scp2/source/math.po, 10, 42, 26, 0, 0, 0, 0, 10, 42 -translations/source/zh-CN/scp2/source/onlineupdate.po, 2, 13, 4, 0, 0, 0, 0, 2, 13 -translations/source/zh-CN/scp2/source/ooo.po, 582, 2024, 1006, 0, 0, 0, 0, 582, 2024 -translations/source/zh-CN/scp2/source/python.po, 2, 7, 7, 0, 0, 0, 0, 2, 7 -translations/source/zh-CN/scp2/source/quickstart.po, 2, 15, 5, 0, 0, 0, 0, 2, 15 -translations/source/zh-CN/scp2/source/winexplorerext.po, 2, 18, 8, 0, 0, 0, 0, 2, 18 -translations/source/zh-CN/scp2/source/writer.po, 27, 114, 71, 0, 0, 0, 0, 27, 114 -translations/source/zh-CN/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/zh-CN/sd/messages.po, 1319, 2951, 1455, 0, 0, 0, 0, 1319, 2951 -translations/source/zh-CN/setup_native/source/mac.po, 23, 131, 45, 0, 0, 0, 0, 23, 131 -translations/source/zh-CN/sfx2/messages.po, 581, 2226, 777, 0, 0, 0, 0, 581, 2226 -translations/source/zh-CN/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/zh-CN/starmath/messages.po, 505, 968, 592, 0, 0, 0, 0, 505, 968 -translations/source/zh-CN/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-CN/svtools/messages.po, 914, 2611, 1728, 0, 0, 0, 0, 914, 2611 -translations/source/zh-CN/svx/messages.po, 2846, 7224, 3731, 0, 0, 0, 0, 2846, 7224 -translations/source/zh-CN/sw/messages.po, 3441, 7740, 4106, 0, 0, 0, 0, 3441, 7740 -translations/source/zh-CN/swext/mediawiki/help.po, 89, 1404, 259, 0, 0, 0, 0, 89, 1404 -translations/source/zh-CN/swext/mediawiki/src.po, 2, 39, 14, 0, 0, 0, 0, 2, 39 -translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 65, 0, 0, 0, 0, 32, 181 -translations/source/zh-CN/sysui/desktop/share.po, 66, 277, 176, 0, 0, 0, 0, 66, 277 -translations/source/zh-CN/uui/messages.po, 157, 1554, 349, 0, 0, 0, 0, 157, 1554 -translations/source/zh-CN/vcl/messages.po, 356, 737, 433, 0, 0, 0, 0, 356, 737 -translations/source/zh-CN/wizards/messages.po, 265, 1042, 291, 0, 0, 0, 0, 265, 1042 -translations/source/zh-CN/wizards/source/resources.po, 554, 2286, 685, 0, 0, 0, 0, 554, 2286 -translations/source/zh-CN/writerperfect/messages.po, 30, 65, 56, 0, 0, 0, 0, 30, 65 -translations/source/zh-CN/xmlsecurity/messages.po, 91, 424, 128, 0, 0, 0, 0, 91, 424 -translations/source/zh-TW/accessibility/messages.po, 11, 27, 15, 0, 0, 0, 0, 11, 27 -translations/source/zh-TW/avmedia/messages.po, 22, 45, 22, 0, 0, 0, 0, 22, 45 -translations/source/zh-TW/basctl/messages.po, 155, 611, 192, 0, 0, 0, 0, 155, 611 -translations/source/zh-TW/basic/messages.po, 135, 549, 199, 0, 0, 0, 0, 135, 549 -translations/source/zh-TW/chart2/messages.po, 620, 1368, 771, 0, 0, 0, 0, 620, 1368 -translations/source/zh-TW/connectivity/messages.po, 106, 1047, 155, 0, 0, 0, 0, 106, 1047 -translations/source/zh-TW/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/zh-TW/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-TW/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-TW/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 3, 5, 5, 0, 0, 0, 0, 3, 5 -translations/source/zh-TW/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -translations/source/zh-TW/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-TW/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/zh-TW/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/zh-TW/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -translations/source/zh-TW/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 1, 3, 2, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 3, 6, 6, 0, 0, 0, 0, 3, 6 -translations/source/zh-TW/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/zh-TW/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-TW/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-TW/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 1, 2, 2, 0, 0, 0, 0, 1, 2 -translations/source/zh-TW/cui/messages.po, 2342, 5554, 2656, 0, 0, 1, 4, 2343, 5558 -translations/source/zh-TW/dbaccess/messages.po, 812, 4510, 1189, 0, 0, 0, 0, 812, 4510 -translations/source/zh-TW/desktop/messages.po, 162, 1225, 292, 0, 0, 0, 0, 162, 1225 -translations/source/zh-TW/dictionaries/af_ZA.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/an_ES.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/ar.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/zh-TW/dictionaries/be_BY.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/bg_BG.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/bn_BD.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/bo.po, 1, 6, 2, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/br_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/bs_BA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/ca.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/cs_CZ.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -translations/source/zh-TW/dictionaries/da_DK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/de.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -translations/source/zh-TW/dictionaries/el_GR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/en.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-TW/dictionaries/en/dialog.po, 37, 176, 59, 0, 0, 0, 0, 37, 176 -translations/source/zh-TW/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/zh-TW/dictionaries/es.po, 1, 12, 1, 0, 0, 0, 0, 1, 12 -translations/source/zh-TW/dictionaries/et_EE.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/fr_FR.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/gd_GB.po, 1, 4, 1, 0, 0, 0, 0, 1, 4 -translations/source/zh-TW/dictionaries/gl.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/gu_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/gug.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/zh-TW/dictionaries/he_IL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/hi_IN.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/hr_HR.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/hu_HU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-TW/dictionaries/hu_HU/dialog.po, 32, 71, 32, 0, 0, 0, 0, 32, 71 -translations/source/zh-TW/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 2, 0, 0, 0, 0, 2, 5 -translations/source/zh-TW/dictionaries/id.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/is.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/it_IT.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/kmr_Latn.po, 1, 4, 3, 0, 0, 0, 0, 1, 4 -translations/source/zh-TW/dictionaries/lo_LA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/lt_LT.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/lv_LV.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/ne_NP.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -translations/source/zh-TW/dictionaries/nl_NL.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/no.po, 1, 10, 3, 0, 0, 0, 0, 1, 10 -translations/source/zh-TW/dictionaries/oc_FR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/pl_PL.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/pt_BR.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-TW/dictionaries/pt_BR/dialog.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/zh-TW/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/zh-TW/dictionaries/pt_PT.po, 1, 8, 1, 0, 0, 0, 0, 1, 8 -translations/source/zh-TW/dictionaries/ro.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/ru_RU.po, 1, 9, 1, 0, 0, 0, 0, 1, 9 -translations/source/zh-TW/dictionaries/ru_RU/dialog.po, 14, 26, 15, 0, 0, 0, 0, 14, 26 -translations/source/zh-TW/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 2, 5, 3, 0, 0, 0, 0, 2, 5 -translations/source/zh-TW/dictionaries/si_LK.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/sk_SK.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/sl_SI.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/sq_AL.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/sr.po, 1, 9, 3, 0, 0, 0, 0, 1, 9 -translations/source/zh-TW/dictionaries/sv_SE.po, 1, 2, 1, 0, 0, 0, 0, 1, 2 -translations/source/zh-TW/dictionaries/sw_TZ.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/te_IN.po, 1, 6, 1, 0, 0, 0, 0, 1, 6 -translations/source/zh-TW/dictionaries/th_TH.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/tr_TR.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/uk_UA.po, 1, 7, 1, 0, 0, 0, 0, 1, 7 -translations/source/zh-TW/dictionaries/vi.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/dictionaries/zu_ZA.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/editeng/messages.po, 265, 656, 313, 0, 0, 0, 0, 265, 656 -translations/source/zh-TW/extensions/messages.po, 663, 2099, 793, 0, 0, 0, 0, 663, 2099 -translations/source/zh-TW/extensions/source/update/check/org/openoffice/Office.po, 1, 3, 1, 0, 0, 0, 0, 1, 3 -translations/source/zh-TW/extras/source/autocorr/emoji.po, 1575, 1817, 1558, 0, 0, 0, 0, 1575, 1817 -translations/source/zh-TW/extras/source/gallery/share.po, 12, 15, 12, 0, 0, 0, 0, 12, 15 -translations/source/zh-TW/filter/messages.po, 222, 818, 349, 0, 0, 0, 0, 222, 818 -translations/source/zh-TW/filter/source/config/fragments/filters.po, 220, 732, 607, 0, 0, 0, 0, 220, 732 -translations/source/zh-TW/filter/source/config/fragments/internalgraphicfilters.po, 38, 139, 103, 0, 0, 0, 0, 38, 139 -translations/source/zh-TW/filter/source/config/fragments/types.po, 38, 121, 114, 0, 0, 0, 0, 38, 121 -translations/source/zh-TW/forms/messages.po, 58, 330, 75, 0, 0, 0, 0, 58, 330 -translations/source/zh-TW/formula/messages.po, 438, 514, 508, 0, 0, 0, 0, 438, 514 -translations/source/zh-TW/fpicker/messages.po, 61, 163, 71, 0, 0, 0, 0, 61, 163 -translations/source/zh-TW/framework/messages.po, 29, 210, 39, 0, 0, 0, 0, 29, 210 -translations/source/zh-TW/helpcontent2/source/auxiliary.po, 93, 268, 103, 0, 0, 12, 34, 105, 302 -translations/source/zh-TW/helpcontent2/source/text/sbasic/guide.po, 90, 1191, 255, 0, 0, 13, 154, 103, 1345 -translations/source/zh-TW/helpcontent2/source/text/sbasic/shared.po, 3531, 29394, 9244, 1, 2, 973, 6035, 4505, 35431 -translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/01.po, 63, 408, 91, 0, 0, 4, 57, 67, 465 -translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/02.po, 195, 1404, 262, 0, 0, 3, 78, 198, 1482 -translations/source/zh-TW/helpcontent2/source/text/sbasic/shared/03.po, 0, 0, 0, 0, 0, 47, 145, 47, 145 -translations/source/zh-TW/helpcontent2/source/text/scalc.po, 181, 956, 259, 0, 0, 6, 30, 187, 986 -translations/source/zh-TW/helpcontent2/source/text/scalc/00.po, 62, 153, 105, 0, 0, 139, 792, 201, 945 -translations/source/zh-TW/helpcontent2/source/text/scalc/01.po, 5680, 50268, 14910, 0, 0, 1815, 22887, 7495, 73155 -translations/source/zh-TW/helpcontent2/source/text/scalc/02.po, 117, 795, 191, 0, 0, 6, 15, 123, 810 -translations/source/zh-TW/helpcontent2/source/text/scalc/04.po, 169, 1264, 237, 0, 0, 18, 233, 187, 1497 -translations/source/zh-TW/helpcontent2/source/text/scalc/05.po, 85, 705, 175, 0, 0, 52, 148, 137, 853 -translations/source/zh-TW/helpcontent2/source/text/scalc/06.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zh-TW/helpcontent2/source/text/scalc/guide.po, 1305, 18082, 3673, 0, 0, 164, 3511, 1469, 21593 -translations/source/zh-TW/helpcontent2/source/text/schart.po, 88, 796, 141, 0, 0, 8, 135, 96, 931 -translations/source/zh-TW/helpcontent2/source/text/schart/00.po, 47, 249, 193, 0, 0, 13, 98, 60, 347 -translations/source/zh-TW/helpcontent2/source/text/schart/01.po, 831, 9897, 1720, 0, 0, 141, 1929, 972, 11826 -translations/source/zh-TW/helpcontent2/source/text/schart/02.po, 25, 117, 28, 0, 0, 0, 0, 25, 117 -translations/source/zh-TW/helpcontent2/source/text/schart/04.po, 32, 133, 41, 0, 0, 0, 0, 32, 133 -translations/source/zh-TW/helpcontent2/source/text/sdraw.po, 120, 718, 179, 0, 0, 3, 14, 123, 732 -translations/source/zh-TW/helpcontent2/source/text/sdraw/00.po, 2, 8, 2, 0, 0, 0, 0, 2, 8 -translations/source/zh-TW/helpcontent2/source/text/sdraw/01.po, 3, 12, 3, 0, 0, 0, 0, 3, 12 -translations/source/zh-TW/helpcontent2/source/text/sdraw/04.po, 102, 486, 149, 0, 0, 1, 3, 103, 489 -translations/source/zh-TW/helpcontent2/source/text/sdraw/guide.po, 261, 2793, 533, 0, 0, 14, 279, 275, 3072 -translations/source/zh-TW/helpcontent2/source/text/shared.po, 219, 1966, 386, 0, 0, 31, 342, 250, 2308 -translations/source/zh-TW/helpcontent2/source/text/shared/00.po, 776, 6562, 1556, 0, 0, 791, 9132, 1567, 15694 -translations/source/zh-TW/helpcontent2/source/text/shared/01.po, 3686, 29029, 5804, 0, 0, 1801, 22933, 5487, 51962 -translations/source/zh-TW/helpcontent2/source/text/shared/02.po, 1704, 19334, 2810, 0, 0, 478, 9788, 2182, 29122 -translations/source/zh-TW/helpcontent2/source/text/shared/04.po, 234, 960, 271, 0, 0, 79, 1111, 313, 2071 -translations/source/zh-TW/helpcontent2/source/text/shared/05.po, 107, 1112, 174, 0, 0, 89, 1228, 196, 2340 -translations/source/zh-TW/helpcontent2/source/text/shared/06.po, 0, 0, 0, 0, 0, 3, 7, 3, 7 -translations/source/zh-TW/helpcontent2/source/text/shared/07.po, 4, 29, 9, 0, 0, 3, 53, 7, 82 -translations/source/zh-TW/helpcontent2/source/text/shared/autokorr.po, 47, 403, 81, 0, 0, 1, 17, 48, 420 -translations/source/zh-TW/helpcontent2/source/text/shared/autopi.po, 741, 6458, 1403, 0, 0, 146, 1936, 887, 8394 -translations/source/zh-TW/helpcontent2/source/text/shared/explorer/database.po, 1445, 14199, 3038, 0, 0, 196, 4658, 1641, 18857 -translations/source/zh-TW/helpcontent2/source/text/shared/guide.po, 2045, 28172, 5724, 0, 0, 471, 8271, 2516, 36443 -translations/source/zh-TW/helpcontent2/source/text/shared/help.po, 0, 0, 0, 0, 0, 78, 117, 78, 117 -translations/source/zh-TW/helpcontent2/source/text/shared/menu.po, 0, 0, 0, 0, 0, 16, 120, 16, 120 -translations/source/zh-TW/helpcontent2/source/text/shared/optionen.po, 1232, 11226, 2639, 0, 0, 702, 12125, 1934, 23351 -translations/source/zh-TW/helpcontent2/source/text/simpress.po, 187, 1324, 272, 0, 0, 12, 71, 199, 1395 -translations/source/zh-TW/helpcontent2/source/text/simpress/00.po, 154, 873, 382, 0, 0, 9, 29, 163, 902 -translations/source/zh-TW/helpcontent2/source/text/simpress/01.po, 865, 6507, 1274, 0, 0, 181, 2007, 1046, 8514 -translations/source/zh-TW/helpcontent2/source/text/simpress/02.po, 658, 6451, 1015, 0, 0, 2, 58, 660, 6509 -translations/source/zh-TW/helpcontent2/source/text/simpress/04.po, 194, 976, 269, 0, 0, 45, 162, 239, 1138 -translations/source/zh-TW/helpcontent2/source/text/simpress/guide.po, 604, 7948, 1491, 0, 0, 163, 2334, 767, 10282 -translations/source/zh-TW/helpcontent2/source/text/smath.po, 57, 613, 121, 0, 0, 3, 126, 60, 739 -translations/source/zh-TW/helpcontent2/source/text/smath/00.po, 54, 228, 105, 0, 0, 12, 127, 66, 355 -translations/source/zh-TW/helpcontent2/source/text/smath/01.po, 1051, 11443, 2840, 0, 0, 500, 2416, 1551, 13859 -translations/source/zh-TW/helpcontent2/source/text/smath/02.po, 6, 97, 17, 0, 0, 0, 0, 6, 97 -translations/source/zh-TW/helpcontent2/source/text/smath/04.po, 25, 130, 35, 0, 0, 1, 5, 26, 135 -translations/source/zh-TW/helpcontent2/source/text/smath/06.po, 0, 0, 0, 0, 0, 9, 21, 9, 21 -translations/source/zh-TW/helpcontent2/source/text/smath/guide.po, 95, 1030, 308, 0, 0, 9, 163, 104, 1193 -translations/source/zh-TW/helpcontent2/source/text/swriter.po, 222, 1453, 323, 0, 0, 114, 1493, 336, 2946 -translations/source/zh-TW/helpcontent2/source/text/swriter/00.po, 214, 1080, 558, 0, 0, 96, 738, 310, 1818 -translations/source/zh-TW/helpcontent2/source/text/swriter/01.po, 2669, 24832, 4110, 0, 0, 677, 8961, 3346, 33793 -translations/source/zh-TW/helpcontent2/source/text/swriter/02.po, 370, 2480, 616, 0, 0, 56, 570, 426, 3050 -translations/source/zh-TW/helpcontent2/source/text/swriter/04.po, 247, 1206, 323, 0, 0, 7, 70, 254, 1276 -translations/source/zh-TW/helpcontent2/source/text/swriter/guide.po, 1889, 23164, 4698, 0, 0, 255, 4773, 2144, 27937 -translations/source/zh-TW/helpcontent2/source/text/swriter/librelogo.po, 139, 880, 402, 1, 1, 186, 2138, 326, 3019 -translations/source/zh-TW/helpcontent2/source/text/swriter/menu.po, 6, 13, 6, 0, 0, 11, 83, 17, 96 -translations/source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po, 557, 4354, 1087, 0, 0, 0, 0, 557, 4354 -translations/source/zh-TW/librelogo/source/pythonpath.po, 138, 173, 148, 0, 0, 0, 0, 138, 173 -translations/source/zh-TW/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 49, 693, 94, 0, 0, 0, 0, 49, 693 -translations/source/zh-TW/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 2, 21, 4, 0, 0, 0, 0, 2, 21 -translations/source/zh-TW/nlpsolver/src/locale.po, 41, 105, 54, 0, 0, 0, 0, 41, 105 -translations/source/zh-TW/officecfg/registry/data/org/openoffice.po, 9, 28, 9, 0, 0, 0, 0, 9, 28 -translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office.po, 1308, 1841, 1451, 0, 0, 0, 0, 1308, 1841 -translations/source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po, 3677, 7722, 3974, 0, 0, 0, 0, 3677, 7722 -translations/source/zh-TW/readlicense_oo/docs.po, 103, 2403, 530, 0, 0, 0, 0, 103, 2403 -translations/source/zh-TW/reportbuilder/java/org/libreoffice/report/function/metadata.po, 6, 20, 6, 0, 0, 0, 0, 6, 20 -translations/source/zh-TW/reportdesign/messages.po, 258, 617, 280, 0, 0, 0, 0, 258, 617 -translations/source/zh-TW/sc/messages.po, 4686, 20260, 6279, 0, 0, 0, 0, 4686, 20260 -translations/source/zh-TW/scaddins/messages.po, 901, 3188, 1116, 0, 0, 0, 0, 901, 3188 -translations/source/zh-TW/sccomp/messages.po, 14, 65, 26, 0, 0, 0, 0, 14, 65 -translations/source/zh-TW/scp2/source/activex.po, 2, 16, 9, 0, 0, 0, 0, 2, 16 -translations/source/zh-TW/scp2/source/base.po, 10, 44, 26, 0, 0, 0, 0, 10, 44 -translations/source/zh-TW/scp2/source/calc.po, 22, 94, 62, 0, 0, 0, 0, 22, 94 -translations/source/zh-TW/scp2/source/draw.po, 41, 149, 90, 0, 0, 0, 0, 41, 149 -translations/source/zh-TW/scp2/source/extensions.po, 16, 65, 26, 0, 0, 0, 0, 16, 65 -translations/source/zh-TW/scp2/source/gnome.po, 2, 11, 7, 0, 0, 0, 0, 2, 11 -translations/source/zh-TW/scp2/source/graphicfilter.po, 30, 101, 69, 0, 0, 0, 0, 30, 101 -translations/source/zh-TW/scp2/source/impress.po, 21, 81, 55, 0, 0, 0, 0, 21, 81 -translations/source/zh-TW/scp2/source/kde.po, 2, 9, 7, 0, 0, 0, 0, 2, 9 -translations/source/zh-TW/scp2/source/math.po, 10, 42, 26, 0, 0, 0, 0, 10, 42 -translations/source/zh-TW/scp2/source/onlineupdate.po, 2, 13, 4, 0, 0, 0, 0, 2, 13 -translations/source/zh-TW/scp2/source/ooo.po, 582, 2024, 1031, 0, 0, 0, 0, 582, 2024 -translations/source/zh-TW/scp2/source/python.po, 2, 7, 6, 0, 0, 0, 0, 2, 7 -translations/source/zh-TW/scp2/source/quickstart.po, 2, 15, 5, 0, 0, 0, 0, 2, 15 -translations/source/zh-TW/scp2/source/winexplorerext.po, 2, 18, 7, 0, 0, 0, 0, 2, 18 -translations/source/zh-TW/scp2/source/writer.po, 27, 114, 72, 0, 0, 0, 0, 27, 114 -translations/source/zh-TW/scp2/source/xsltfilter.po, 2, 6, 4, 0, 0, 0, 0, 2, 6 -translations/source/zh-TW/sd/messages.po, 1319, 2951, 1459, 0, 0, 0, 0, 1319, 2951 -translations/source/zh-TW/setup_native/source/mac.po, 23, 131, 47, 0, 0, 0, 0, 23, 131 -translations/source/zh-TW/sfx2/messages.po, 580, 2116, 735, 0, 0, 1, 110, 581, 2226 -translations/source/zh-TW/shell/source/win32/shlxthandler/res.po, 37, 45, 38, 0, 0, 0, 0, 37, 45 -translations/source/zh-TW/starmath/messages.po, 505, 968, 545, 0, 0, 0, 0, 505, 968 -translations/source/zh-TW/svl/messages.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zh-TW/svtools/messages.po, 914, 2611, 1519, 0, 0, 0, 0, 914, 2611 -translations/source/zh-TW/svx/messages.po, 2846, 7224, 3597, 0, 0, 0, 0, 2846, 7224 -translations/source/zh-TW/sw/messages.po, 3441, 7740, 4011, 0, 0, 0, 0, 3441, 7740 -translations/source/zh-TW/swext/mediawiki/help.po, 89, 1404, 320, 0, 0, 0, 0, 89, 1404 -translations/source/zh-TW/swext/mediawiki/src.po, 2, 39, 14, 0, 0, 0, 0, 2, 39 -translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 2, 3, 3, 0, 0, 0, 0, 2, 3 -translations/source/zh-TW/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 32, 181, 56, 0, 0, 0, 0, 32, 181 -translations/source/zh-TW/sysui/desktop/share.po, 66, 277, 172, 0, 0, 0, 0, 66, 277 -translations/source/zh-TW/uui/messages.po, 157, 1554, 330, 0, 0, 0, 0, 157, 1554 -translations/source/zh-TW/vcl/messages.po, 356, 737, 430, 0, 0, 0, 0, 356, 737 -translations/source/zh-TW/wizards/messages.po, 265, 1042, 279, 0, 0, 0, 0, 265, 1042 -translations/source/zh-TW/wizards/source/resources.po, 554, 2286, 638, 0, 0, 0, 0, 554, 2286 -translations/source/zh-TW/writerperfect/messages.po, 30, 65, 56, 0, 0, 0, 0, 30, 65 -translations/source/zh-TW/xmlsecurity/messages.po, 91, 424, 129, 0, 0, 0, 0, 91, 424 -translations/source/zu/accessibility/messages.po, 6, 11, 11, 1, 2, 4, 14, 11, 27 -translations/source/zu/avmedia/messages.po, 15, 24, 20, 2, 3, 5, 18, 22, 45 -translations/source/zu/basctl/messages.po, 96, 338, 271, 32, 44, 27, 229, 155, 611 -translations/source/zu/basic/messages.po, 8, 14, 11, 9, 31, 118, 504, 135, 549 -translations/source/zu/chart2/messages.po, 152, 233, 244, 181, 317, 287, 818, 620, 1368 -translations/source/zu/connectivity/messages.po, 0, 0, 0, 8, 56, 98, 991, 106, 1047 -translations/source/zu/connectivity/registry/ado/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/zu/connectivity/registry/calc/org/openoffice/Office/DataAccess.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/zu/connectivity/registry/dbase/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/zu/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 5, 3, 5 -translations/source/zu/connectivity/registry/firebird/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 4, 2, 4 -translations/source/zu/connectivity/registry/flat/org/openoffice/Office/DataAccess.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -translations/source/zu/connectivity/registry/hsqldb/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/zu/connectivity/registry/jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/zu/connectivity/registry/macab/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/zu/connectivity/registry/mork/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/connectivity/registry/mysql_jdbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 3, 6, 3, 6 -translations/source/zu/connectivity/registry/mysqlc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/zu/connectivity/registry/odbc/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/zu/connectivity/registry/postgresql/org/openoffice/Office/DataAccess.po, 0, 0, 0, 0, 0, 1, 1, 1, 1 -translations/source/zu/connectivity/registry/writer/org/openoffice/Office/DataAccess.po, 0, 0, 0, 1, 2, 0, 0, 1, 2 -translations/source/zu/cui/messages.po, 537, 1052, 1033, 724, 1187, 1082, 3319, 2343, 5558 -translations/source/zu/dbaccess/messages.po, 317, 1831, 1313, 217, 656, 278, 2023, 812, 4510 -translations/source/zu/desktop/messages.po, 42, 166, 140, 15, 30, 105, 1029, 162, 1225 -translations/source/zu/dictionaries/af_ZA.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/an_ES.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/ar.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/zu/dictionaries/be_BY.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/bg_BG.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/bn_BD.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/bo.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/br_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/bs_BA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/ca.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/cs_CZ.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/zu/dictionaries/da_DK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/de.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/zu/dictionaries/el_GR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/en.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/zu/dictionaries/en/dialog.po, 1, 1, 1, 2, 3, 34, 172, 37, 176 -translations/source/zu/dictionaries/en/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/zu/dictionaries/es.po, 0, 0, 0, 0, 0, 1, 12, 1, 12 -translations/source/zu/dictionaries/et_EE.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/fr_FR.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/gd_GB.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/zu/dictionaries/gl.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/gu_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/gug.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/zu/dictionaries/he_IL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/hi_IN.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/hr_HR.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/hu_HU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/zu/dictionaries/hu_HU/dialog.po, 1, 1, 1, 5, 6, 26, 64, 32, 71 -translations/source/zu/dictionaries/hu_HU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/zu/dictionaries/id.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/is.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/it_IT.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/kmr_Latn.po, 0, 0, 0, 0, 0, 1, 4, 1, 4 -translations/source/zu/dictionaries/lo_LA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/lt_LT.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/lv_LV.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/ne_NP.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -translations/source/zu/dictionaries/nl_NL.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/no.po, 0, 0, 0, 0, 0, 1, 10, 1, 10 -translations/source/zu/dictionaries/oc_FR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/pl_PL.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/pt_BR.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/zu/dictionaries/pt_BR/dialog.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/zu/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/zu/dictionaries/pt_PT.po, 0, 0, 0, 0, 0, 1, 8, 1, 8 -translations/source/zu/dictionaries/ro.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/ru_RU.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/zu/dictionaries/ru_RU/dialog.po, 3, 3, 3, 0, 0, 11, 23, 14, 26 -translations/source/zu/dictionaries/ru_RU/dialog/registry/data/org/openoffice/Office.po, 0, 0, 0, 1, 2, 1, 3, 2, 5 -translations/source/zu/dictionaries/si_LK.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/sk_SK.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/sl_SI.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/sq_AL.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/sr.po, 0, 0, 0, 0, 0, 1, 9, 1, 9 -translations/source/zu/dictionaries/sv_SE.po, 0, 0, 0, 0, 0, 1, 2, 1, 2 -translations/source/zu/dictionaries/sw_TZ.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/te_IN.po, 0, 0, 0, 0, 0, 1, 6, 1, 6 -translations/source/zu/dictionaries/th_TH.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/tr_TR.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/uk_UA.po, 0, 0, 0, 0, 0, 1, 7, 1, 7 -translations/source/zu/dictionaries/vi.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/dictionaries/zu_ZA.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/editeng/messages.po, 201, 471, 451, 50, 143, 14, 42, 265, 656 -translations/source/zu/extensions/messages.po, 333, 705, 710, 180, 486, 150, 908, 663, 2099 -translations/source/zu/extensions/source/update/check/org/openoffice/Office.po, 0, 0, 0, 0, 0, 1, 3, 1, 3 -translations/source/zu/extras/source/autocorr/emoji.po, 42, 38, 38, 170, 161, 1363, 1618, 1575, 1817 -translations/source/zu/extras/source/gallery/share.po, 6, 8, 8, 1, 1, 5, 6, 12, 15 -translations/source/zu/filter/messages.po, 43, 163, 128, 33, 67, 146, 588, 222, 818 -translations/source/zu/filter/source/config/fragments/filters.po, 20, 58, 55, 9, 24, 191, 650, 220, 732 -translations/source/zu/filter/source/config/fragments/internalgraphicfilters.po, 0, 0, 0, 0, 0, 38, 139, 38, 139 -translations/source/zu/filter/source/config/fragments/types.po, 2, 8, 8, 5, 18, 31, 95, 38, 121 -translations/source/zu/forms/messages.po, 50, 278, 201, 1, 2, 7, 50, 58, 330 -translations/source/zu/formula/messages.po, 275, 278, 281, 88, 113, 74, 122, 437, 513 -translations/source/zu/fpicker/messages.po, 23, 36, 39, 20, 55, 18, 72, 61, 163 -translations/source/zu/framework/messages.po, 11, 27, 26, 7, 15, 11, 168, 29, 210 -translations/source/zu/instsetoo_native/inc_openoffice/windows/msi_languages.po, 376, 3387, 2951, 90, 232, 91, 735, 557, 4354 -translations/source/zu/librelogo/source/pythonpath.po, 13, 13, 13, 44, 44, 81, 116, 138, 173 -translations/source/zu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po, 1, 1, 1, 1, 2, 47, 690, 49, 693 -translations/source/zu/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po, 0, 0, 0, 0, 0, 2, 21, 2, 21 -translations/source/zu/nlpsolver/src/locale.po, 8, 8, 8, 7, 8, 26, 89, 41, 105 -translations/source/zu/officecfg/registry/data/org/openoffice.po, 0, 0, 0, 0, 0, 9, 28, 9, 28 -translations/source/zu/officecfg/registry/data/org/openoffice/Office.po, 728, 817, 1456, 206, 200, 374, 824, 1308, 1841 -translations/source/zu/officecfg/registry/data/org/openoffice/Office/UI.po, 1526, 3214, 3216, 970, 1665, 1181, 2843, 3677, 7722 -translations/source/zu/readlicense_oo/docs.po, 7, 41, 40, 1, 1, 95, 2361, 103, 2403 -translations/source/zu/reportbuilder/java/org/libreoffice/report/function/metadata.po, 0, 0, 0, 0, 0, 6, 20, 6, 20 -translations/source/zu/reportdesign/messages.po, 77, 98, 110, 62, 110, 119, 409, 258, 617 -translations/source/zu/sc/messages.po, 1391, 7256, 4981, 1376, 3766, 1919, 9238, 4686, 20260 -translations/source/zu/scaddins/messages.po, 265, 1350, 1076, 187, 429, 449, 1409, 901, 3188 -translations/source/zu/sccomp/messages.po, 1, 3, 3, 1, 4, 12, 58, 14, 65 -translations/source/zu/scp2/source/activex.po, 1, 2, 3, 0, 0, 1, 14, 2, 16 -translations/source/zu/scp2/source/base.po, 8, 40, 44, 0, 0, 2, 4, 10, 44 -translations/source/zu/scp2/source/calc.po, 13, 41, 44, 4, 33, 5, 20, 22, 94 -translations/source/zu/scp2/source/draw.po, 11, 45, 45, 1, 5, 29, 99, 41, 149 -translations/source/zu/scp2/source/extensions.po, 0, 0, 0, 3, 9, 13, 56, 16, 65 -translations/source/zu/scp2/source/gnome.po, 0, 0, 0, 0, 0, 2, 11, 2, 11 -translations/source/zu/scp2/source/graphicfilter.po, 24, 77, 105, 2, 6, 4, 18, 30, 101 -translations/source/zu/scp2/source/impress.po, 15, 59, 62, 2, 8, 4, 14, 21, 81 -translations/source/zu/scp2/source/kde.po, 0, 0, 0, 0, 0, 2, 9, 2, 9 -translations/source/zu/scp2/source/math.po, 9, 39, 41, 0, 0, 1, 3, 10, 42 -translations/source/zu/scp2/source/onlineupdate.po, 0, 0, 0, 0, 0, 2, 13, 2, 13 -translations/source/zu/scp2/source/ooo.po, 203, 261, 263, 126, 683, 253, 1080, 582, 2024 -translations/source/zu/scp2/source/python.po, 0, 0, 0, 0, 0, 2, 7, 2, 7 -translations/source/zu/scp2/source/quickstart.po, 2, 15, 13, 0, 0, 0, 0, 2, 15 -translations/source/zu/scp2/source/winexplorerext.po, 2, 18, 18, 0, 0, 0, 0, 2, 18 -translations/source/zu/scp2/source/writer.po, 14, 37, 39, 2, 7, 11, 70, 27, 114 -translations/source/zu/scp2/source/xsltfilter.po, 2, 6, 6, 0, 0, 0, 0, 2, 6 -translations/source/zu/sd/messages.po, 424, 1135, 987, 338, 584, 557, 1232, 1319, 2951 -translations/source/zu/setup_native/source/mac.po, 11, 44, 31, 0, 0, 12, 87, 23, 131 -translations/source/zu/sfx2/messages.po, 186, 545, 460, 146, 445, 249, 1236, 581, 2226 -translations/source/zu/shell/source/win32/shlxthandler/res.po, 37, 45, 47, 0, 0, 0, 0, 37, 45 -translations/source/zu/starmath/messages.po, 262, 463, 487, 110, 156, 130, 346, 502, 965 -translations/source/zu/svl/messages.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -translations/source/zu/svtools/messages.po, 557, 1127, 1114, 74, 181, 283, 1303, 914, 2611 -translations/source/zu/svx/messages.po, 1282, 2787, 2778, 595, 1200, 969, 3237, 2846, 7224 -translations/source/zu/sw/messages.po, 1142, 1948, 2121, 1172, 2185, 1126, 3606, 3440, 7739 -translations/source/zu/swext/mediawiki/help.po, 7, 7, 8, 3, 5, 79, 1392, 89, 1404 -translations/source/zu/swext/mediawiki/src.po, 0, 0, 0, 0, 0, 2, 39, 2, 39 -translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office.po, 0, 0, 0, 0, 0, 2, 3, 2, 3 -translations/source/zu/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po, 10, 11, 13, 4, 4, 18, 166, 32, 181 -translations/source/zu/sysui/desktop/share.po, 33, 121, 120, 12, 64, 21, 92, 66, 277 -translations/source/zu/uui/messages.po, 13, 91, 63, 31, 107, 113, 1356, 157, 1554 -translations/source/zu/vcl/messages.po, 158, 263, 261, 52, 103, 146, 371, 356, 737 -translations/source/zu/wizards/messages.po, 144, 725, 565, 41, 74, 80, 243, 265, 1042 -translations/source/zu/wizards/source/resources.po, 420, 1798, 1407, 56, 132, 78, 356, 554, 2286 -translations/source/zu/writerperfect/messages.po, 1, 1, 1, 5, 10, 24, 54, 30, 65 -translations/source/zu/xmlsecurity/messages.po, 18, 26, 29, 14, 52, 59, 346, 91, 424 diff --git a/results/f30/libreport-2.10.0-1.fc30.src.rpm.errors.txt b/results/f30/libreport-2.10.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 1c31b7d..0000000 --- a/results/f30/libreport-2.10.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars.template) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/libreport-2.10.0-1.fc30.src.rpm.stats.csv b/results/f30/libreport-2.10.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 3e60527..0000000 --- a/results/f30/libreport-2.10.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/zh_TW.po, 607, 4987, 1829, 0, 0, 0, 0, 607, 4987 -po/zh_HK.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/zh_CN.po, 607, 4987, 2018, 0, 0, 0, 0, 607, 4987 -po/xh.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/wo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/vi.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/uz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ur.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/uk.po, 607, 4987, 5205, 0, 0, 0, 0, 607, 4987 -po/tr.po, 144, 695, 578, 0, 0, 463, 4292, 607, 4987 -po/tl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/th.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/tg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/te.po, 376, 2390, 2029, 0, 0, 231, 2597, 607, 4987 -po/ta.po, 405, 2625, 2275, 0, 0, 202, 2362, 607, 4987 -po/sv.po, 607, 4987, 4649, 0, 0, 0, 0, 607, 4987 -po/sr@latin.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -po/sr.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -po/sq.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/sl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/sk.po, 388, 2375, 2241, 0, 0, 219, 2612, 607, 4987 -po/si.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ru_RU.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ru.po, 607, 4987, 4456, 0, 0, 0, 0, 607, 4987 -po/ro.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/pt_BR.po, 607, 4987, 5471, 0, 0, 0, 0, 607, 4987 -po/pt.po, 201, 1081, 1183, 0, 0, 406, 3906, 607, 4987 -po/pl.po, 607, 4987, 4886, 0, 0, 0, 0, 607, 4987 -po/pa.po, 183, 1038, 1189, 0, 0, 424, 3949, 607, 4987 -po/or.po, 384, 2463, 2590, 0, 0, 223, 2524, 607, 4987 -po/nso.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/no.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/nn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/nl.po, 607, 4987, 5224, 0, 0, 0, 0, 607, 4987 -po/ne.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/nds.po, 7, 9, 9, 0, 0, 600, 4978, 607, 4987 -po/nb.po, 65, 180, 174, 0, 0, 542, 4807, 607, 4987 -po/my.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ms.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/mr.po, 390, 2507, 2436, 0, 0, 217, 2480, 607, 4987 -po/mn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ml.po, 200, 1127, 901, 0, 0, 407, 3860, 607, 4987 -po/mk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/mg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/mai.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/lv.po, 33, 70, 62, 0, 0, 574, 4917, 607, 4987 -po/lt.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/lo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/la.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ky.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ku.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ks.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ko.po, 183, 1038, 902, 0, 0, 424, 3949, 607, 4987 -po/kn.po, 390, 2507, 2260, 0, 0, 217, 2480, 607, 4987 -po/km.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/kk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ka.po, 85, 214, 194, 0, 0, 522, 4773, 607, 4987 -po/ja.po, 390, 2507, 1055, 0, 0, 217, 2480, 607, 4987 -po/it.po, 552, 3893, 4220, 22, 489, 33, 605, 607, 4987 -po/is.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ilo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/id.po, 1, 1, 1, 0, 0, 606, 4986, 607, 4987 -po/ia.po, 69, 230, 251, 0, 0, 538, 4757, 607, 4987 -po/hy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/hu.po, 470, 3241, 3174, 0, 0, 137, 1746, 607, 4987 -po/hr.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/hi.po, 376, 2390, 2926, 0, 0, 231, 2597, 607, 4987 -po/he.po, 81, 337, 316, 0, 0, 526, 4650, 607, 4987 -po/gu.po, 388, 2497, 2747, 0, 0, 219, 2490, 607, 4987 -po/gl.po, 254, 1424, 1753, 0, 0, 353, 3563, 607, 4987 -po/ga.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/fr.po, 607, 4987, 5735, 0, 0, 0, 0, 607, 4987 -po/fi.po, 392, 2288, 1779, 0, 0, 215, 2699, 607, 4987 -po/fa.po, 33, 148, 159, 0, 0, 574, 4839, 607, 4987 -po/eu.po, 68, 181, 174, 0, 0, 539, 4806, 607, 4987 -po/et.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/es.po, 607, 4987, 5630, 0, 0, 0, 0, 607, 4987 -po/eo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/en_US.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/en_GB.po, 139, 682, 682, 0, 0, 468, 4305, 607, 4987 -po/el.po, 2, 2, 2, 0, 0, 605, 4985, 607, 4987 -po/dz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/de_CH.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/de.po, 607, 4987, 4755, 0, 0, 0, 0, 607, 4987 -po/da.po, 177, 674, 647, 0, 0, 430, 4313, 607, 4987 -po/cy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/cs.po, 607, 4987, 4554, 0, 0, 0, 0, 607, 4987 -po/ca.po, 607, 4987, 6174, 0, 0, 0, 0, 607, 4987 -po/bs.po, 43, 229, 220, 0, 0, 564, 4758, 607, 4987 -po/brx.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/br.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bn_IN.po, 216, 1249, 1428, 0, 0, 391, 3738, 607, 4987 -po/bn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bg.po, 259, 1583, 1677, 0, 0, 348, 3404, 607, 4987 -po/be.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bal.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/az.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ast.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/as.po, 390, 2507, 2679, 0, 0, 217, 2480, 607, 4987 -po/ar.po, 56, 233, 224, 0, 0, 551, 4754, 607, 4987 -po/am.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/aln.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/af.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ach.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 diff --git a/results/f30/librsvg2-2.45.5-3.fc30.src.rpm.errors.txt b/results/f30/librsvg2-2.45.5-3.fc30.src.rpm.errors.txt deleted file mode 100644 index a75c11e..0000000 --- a/results/f30/librsvg2-2.45.5-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) diff --git a/results/f30/librsvg2-2.45.5-3.fc30.src.rpm.stats.csv b/results/f30/librsvg2-2.45.5-3.fc30.src.rpm.stats.csv deleted file mode 100644 index f0d1450..0000000 --- a/results/f30/librsvg2-2.45.5-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/es.po, 21, 67, 80, 0, 0, 0, 0, 21, 67 -po/es.gmo, 21, 67, 80, 0, 0, 0, 0, 21, 67 -po/librsvg.pot, 0, 0, 0, 0, 0, 21, 67, 21, 67 diff --git a/results/f30/libsecret-0.18.8-1.fc30.src.rpm.errors.txt b/results/f30/libsecret-0.18.8-1.fc30.src.rpm.errors.txt deleted file mode 100644 index d23662c..0000000 --- a/results/f30/libsecret-0.18.8-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/libsecret-0.18.8-1.fc30.src.rpm.stats.csv b/results/f30/libsecret-0.18.8-1.fc30.src.rpm.stats.csv deleted file mode 100644 index c3d440f..0000000 --- a/results/f30/libsecret-0.18.8-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,106 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fur.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/pt_BR.gmo, 9, 59, 70, 0, 0, 0, 0, 9, 59 -po/sv.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/hr.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/ar.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/ko.po, 9, 59, 46, 0, 0, 0, 0, 9, 59 -po/sv.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/sk.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/tg.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/uk.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/da.po, 9, 59, 61, 0, 0, 0, 0, 9, 59 -po/ne.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/ja.gmo, 6, 44, 6, 0, 0, 0, 0, 6, 44 -po/fa.gmo, 9, 59, 62, 0, 0, 0, 0, 9, 59 -po/ko.gmo, 9, 59, 46, 0, 0, 0, 0, 9, 59 -po/sr.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/zh_HK.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/pt.gmo, 9, 59, 64, 0, 0, 0, 0, 9, 59 -po/ro.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/he.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/ar.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/be.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/de.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/sr.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/pa.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/lv.gmo, 9, 59, 47, 0, 0, 0, 0, 9, 59 -po/es.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/ne.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/tg.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/tr.po, 9, 59, 42, 0, 0, 0, 0, 9, 59 -po/it.po, 9, 59, 65, 0, 0, 0, 0, 9, 59 -po/de.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/gl.gmo, 9, 59, 73, 0, 0, 0, 0, 9, 59 -po/pa.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/kk.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/lv.po, 9, 59, 47, 0, 0, 0, 0, 9, 59 -po/fr.gmo, 9, 59, 68, 0, 0, 0, 0, 9, 59 -po/uk.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/ml.gmo, 9, 59, 38, 0, 0, 0, 0, 9, 59 -po/ca.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/bs.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/as.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/pt_BR.po, 9, 59, 70, 0, 0, 0, 0, 9, 59 -po/an.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/eu.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/eu.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/kk.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/sr@latin.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/libsecret.pot, 0, 0, 0, 0, 0, 9, 59, 9, 59 -po/nb.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/nl.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/eo.po, 9, 59, 52, 0, 0, 0, 0, 9, 59 -po/lt.po, 9, 59, 45, 0, 0, 0, 0, 9, 59 -po/nl.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/en_GB.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/fa.po, 9, 59, 62, 0, 0, 0, 0, 9, 59 -po/oc.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/fr.po, 9, 59, 68, 0, 0, 0, 0, 9, 59 -po/ru.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/bg.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/sl.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/bs.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/it.gmo, 9, 59, 65, 0, 0, 0, 0, 9, 59 -po/cs.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/ca@valencia.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/eo.gmo, 9, 59, 52, 0, 0, 0, 0, 9, 59 -po/ca.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/bg.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/ml.po, 9, 59, 38, 0, 0, 0, 0, 9, 59 -po/cs.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/be.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/hr.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/id.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/ro.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/pl.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/an.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/el.gmo, 9, 59, 67, 0, 0, 0, 0, 9, 59 -po/zh_CN.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/oc.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/ca@valencia.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/en_GB.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/id.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/zh_HK.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/nb.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/zh_CN.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/pl.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/sr@latin.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/lt.gmo, 9, 59, 45, 0, 0, 0, 0, 9, 59 -po/ja.po, 6, 44, 6, 0, 0, 0, 0, 6, 44 -po/gl.po, 9, 59, 73, 0, 0, 0, 0, 9, 59 -po/he.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/sl.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/tr.gmo, 9, 59, 42, 0, 0, 0, 0, 9, 59 -po/hu.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/hu.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/fur.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/sk.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/zh_TW.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/pt.po, 9, 59, 64, 0, 0, 0, 0, 9, 59 -po/da.gmo, 9, 59, 61, 0, 0, 0, 0, 9, 59 -po/el.po, 9, 59, 67, 0, 0, 0, 0, 9, 59 -po/es.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/zh_TW.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/as.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/ru.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 diff --git a/results/f30/libsmbios-2.4.2-3.fc30.src.rpm.errors.txt b/results/f30/libsmbios-2.4.2-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 5385835..0000000 --- a/results/f30/libsmbios-2.4.2-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libsmbios-2.4.2-3.fc30.src.rpm.stats.csv b/results/f30/libsmbios-2.4.2-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 57fab8e..0000000 --- a/results/f30/libsmbios-2.4.2-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,15 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/zh_CN.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/nl.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/libsmbios.pot, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/ko.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/ja.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/it.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/fr.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/es.po, 217, 1139, 1374, 21, 152, 121, 883, 359, 2174 -po/en_US.po, 21, 178, 178, 0, 0, 0, 0, 21, 178 -po/en@quot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -po/en@boldquot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -po/en.po, 12, 88, 88, 8, 69, 339, 2017, 359, 2174 -po/de.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 diff --git a/results/f30/libsoup-2.66.1-2.fc30.src.rpm.errors.txt b/results/f30/libsoup-2.66.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f30/libsoup-2.66.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libsoup-2.66.1-2.fc30.src.rpm.stats.csv b/results/f30/libsoup-2.66.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index bf30985..0000000 --- a/results/f30/libsoup-2.66.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 38, 162, 78, 0, 0, 0, 0, 38, 162 -po/zh_HK.po, 25, 110, 50, 0, 0, 0, 0, 25, 110 -po/zh_CN.po, 38, 162, 87, 0, 0, 0, 0, 38, 162 -po/vi.po, 36, 155, 267, 0, 0, 0, 0, 36, 155 -po/uz@cyrillic.po, 14, 51, 52, 0, 0, 0, 0, 14, 51 -po/uk.po, 25, 110, 111, 0, 0, 0, 0, 25, 110 -po/ug.po, 20, 79, 79, 0, 0, 0, 0, 20, 79 -po/tr.po, 38, 162, 162, 0, 0, 0, 0, 38, 162 -po/th.po, 36, 155, 81, 0, 0, 0, 0, 36, 155 -po/tg.po, 20, 79, 92, 0, 0, 0, 0, 20, 79 -po/te.po, 25, 110, 96, 0, 0, 0, 0, 25, 110 -po/ta.po, 25, 110, 105, 0, 0, 0, 0, 25, 110 -po/sv.po, 38, 162, 155, 0, 0, 0, 0, 38, 162 -po/sr@latin.po, 37, 158, 188, 0, 0, 0, 0, 37, 158 -po/sr.po, 38, 162, 193, 0, 0, 0, 0, 38, 162 -po/sl.po, 38, 162, 185, 0, 0, 0, 0, 38, 162 -po/sk.po, 38, 162, 188, 0, 0, 0, 0, 38, 162 -po/ru.po, 36, 155, 157, 0, 0, 0, 0, 36, 155 -po/ro.po, 38, 162, 213, 0, 0, 0, 0, 38, 162 -po/pt_BR.po, 38, 162, 231, 0, 0, 0, 0, 38, 162 -po/pt.po, 36, 155, 183, 0, 0, 0, 0, 36, 155 -po/pl.po, 38, 162, 175, 0, 0, 0, 0, 38, 162 -po/pa.po, 25, 110, 146, 0, 0, 0, 0, 25, 110 -po/or.po, 25, 110, 121, 0, 0, 0, 0, 25, 110 -po/oc.po, 36, 155, 221, 0, 0, 0, 0, 36, 155 -po/nl.po, 38, 162, 147, 0, 0, 0, 0, 38, 162 -po/ne.po, 36, 155, 159, 0, 0, 0, 0, 36, 155 -po/nb.po, 36, 155, 168, 0, 0, 0, 0, 36, 155 -po/mr.po, 25, 110, 108, 0, 0, 0, 0, 25, 110 -po/ml.po, 20, 79, 70, 0, 0, 0, 0, 20, 79 -po/lv.po, 38, 162, 153, 0, 0, 0, 0, 38, 162 -po/lt.po, 38, 162, 157, 0, 0, 0, 0, 38, 162 -po/ko.po, 38, 162, 173, 0, 0, 0, 0, 38, 162 -po/kn.po, 25, 110, 106, 0, 0, 0, 0, 25, 110 -po/ja.po, 14, 51, 31, 0, 0, 0, 0, 14, 51 -po/it.po, 38, 162, 200, 0, 0, 0, 0, 38, 162 -po/id.po, 38, 162, 190, 0, 0, 0, 0, 38, 162 -po/hu.po, 38, 162, 188, 0, 0, 0, 0, 38, 162 -po/hr.po, 38, 162, 155, 0, 0, 0, 0, 38, 162 -po/hi.po, 25, 110, 148, 0, 0, 0, 0, 25, 110 -po/he.po, 36, 155, 173, 0, 0, 0, 0, 36, 155 -po/gu.po, 25, 110, 124, 0, 0, 0, 0, 25, 110 -po/gl.po, 38, 162, 236, 0, 0, 0, 0, 38, 162 -po/gd.po, 36, 155, 259, 0, 0, 0, 0, 36, 155 -po/fur.po, 38, 162, 219, 0, 0, 0, 0, 38, 162 -po/fr.po, 38, 162, 235, 0, 0, 0, 0, 38, 162 -po/fa.po, 20, 79, 97, 0, 0, 0, 0, 20, 79 -po/eu.po, 36, 155, 176, 0, 0, 0, 0, 36, 155 -po/et.po, 37, 158, 145, 0, 0, 0, 0, 37, 158 -po/es.po, 38, 162, 255, 0, 0, 0, 0, 38, 162 -po/eo.po, 21, 80, 82, 0, 0, 15, 75, 36, 155 -po/en_GB.po, 36, 155, 155, 0, 0, 0, 0, 36, 155 -po/el.po, 38, 162, 205, 0, 0, 0, 0, 38, 162 -po/de.po, 38, 162, 173, 0, 0, 0, 0, 38, 162 -po/da.po, 38, 162, 164, 0, 0, 0, 0, 38, 162 -po/cs.po, 38, 162, 168, 0, 0, 0, 0, 38, 162 -po/ca@valencia.po, 36, 155, 260, 0, 0, 0, 0, 36, 155 -po/ca.po, 38, 162, 273, 0, 0, 0, 0, 38, 162 -po/bs.po, 25, 110, 114, 0, 0, 0, 0, 25, 110 -po/bn_IN.po, 25, 110, 119, 0, 0, 0, 0, 25, 110 -po/bg.po, 36, 155, 207, 0, 0, 0, 0, 36, 155 -po/be.po, 38, 162, 161, 0, 0, 0, 0, 38, 162 -po/as.po, 25, 110, 119, 0, 0, 0, 0, 25, 110 -po/an.po, 36, 155, 238, 0, 0, 0, 0, 36, 155 diff --git a/results/f30/libuser-0.62-20.fc30.src.rpm.errors.txt b/results/f30/libuser-0.62-20.fc30.src.rpm.errors.txt deleted file mode 100644 index 5a37d35..0000000 --- a/results/f30/libuser-0.62-20.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/libuser-0.62-20.fc30.src.rpm.stats.csv b/results/f30/libuser-0.62-20.fc30.src.rpm.stats.csv deleted file mode 100644 index 8f0bbd4..0000000 --- a/results/f30/libuser-0.62-20.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,118 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ar.po, 211, 981, 1061, 7, 38, 83, 418, 301, 1437 -po/as.po, 213, 996, 1132, 7, 38, 81, 403, 301, 1437 -po/bg.po, 290, 1374, 1575, 8, 45, 3, 18, 301, 1437 -po/bn.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -po/bn_IN.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -po/bs.po, 192, 889, 945, 5, 25, 104, 523, 301, 1437 -po/ca.po, 292, 1385, 2086, 6, 34, 3, 18, 301, 1437 -po/cs.po, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -po/cy.po, 197, 904, 1036, 5, 25, 99, 508, 301, 1437 -po/da.po, 292, 1385, 1360, 6, 34, 3, 18, 301, 1437 -po/de.po, 292, 1385, 1425, 6, 34, 3, 18, 301, 1437 -po/de_CH.po, 204, 938, 990, 7, 38, 90, 461, 301, 1437 -po/el.po, 290, 1374, 1533, 8, 45, 3, 18, 301, 1437 -po/en_GB.po, 197, 904, 904, 5, 25, 99, 508, 301, 1437 -po/es.po, 290, 1374, 1749, 8, 45, 3, 18, 301, 1437 -po/et.po, 202, 923, 834, 7, 38, 92, 476, 301, 1437 -po/eu.po, 24, 58, 55, 0, 0, 277, 1379, 301, 1437 -po/fi.po, 211, 984, 842, 7, 38, 83, 415, 301, 1437 -po/fr.po, 290, 1374, 1850, 8, 45, 3, 18, 301, 1437 -po/gu.po, 213, 996, 1147, 7, 38, 81, 403, 301, 1437 -po/he.po, 84, 355, 359, 5, 25, 212, 1057, 301, 1437 -po/hi.po, 213, 996, 1271, 7, 38, 81, 403, 301, 1437 -po/hr.po, 197, 904, 959, 5, 25, 99, 508, 301, 1437 -po/hu.po, 290, 1374, 1337, 8, 45, 3, 18, 301, 1437 -po/id.po, 213, 996, 1062, 7, 38, 81, 403, 301, 1437 -po/is.po, 211, 985, 1064, 7, 38, 83, 414, 301, 1437 -po/it.po, 213, 996, 1179, 7, 38, 81, 403, 301, 1437 -po/ja.po, 290, 1374, 609, 8, 45, 3, 18, 301, 1437 -po/kn.po, 213, 996, 975, 7, 38, 81, 403, 301, 1437 -po/ko.po, 218, 1020, 1049, 7, 38, 76, 379, 301, 1437 -po/lv.po, 62, 248, 223, 5, 25, 234, 1164, 301, 1437 -po/mai.po, 204, 938, 1192, 7, 38, 90, 461, 301, 1437 -po/mk.po, 197, 904, 1066, 5, 25, 99, 508, 301, 1437 -po/ml.po, 208, 970, 862, 7, 38, 86, 429, 301, 1437 -po/mr.po, 212, 990, 1013, 7, 38, 82, 409, 301, 1437 -po/ms.po, 197, 904, 897, 5, 25, 99, 508, 301, 1437 -po/nb.po, 290, 1374, 1364, 8, 45, 3, 18, 301, 1437 -po/nds.po, 15, 27, 27, 0, 0, 286, 1410, 301, 1437 -po/nl.po, 292, 1385, 1483, 6, 34, 3, 18, 301, 1437 -po/or.po, 213, 996, 1389, 7, 38, 81, 403, 301, 1437 -po/pa.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -po/pl.po, 292, 1385, 1463, 6, 34, 3, 18, 301, 1437 -po/pt.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -po/pt_BR.po, 219, 1014, 1243, 7, 38, 75, 385, 301, 1437 -po/ro.po, 77, 306, 353, 5, 25, 219, 1106, 301, 1437 -po/ru.po, 290, 1374, 1342, 8, 45, 3, 18, 301, 1437 -po/sk.po, 211, 979, 994, 8, 49, 82, 409, 301, 1437 -po/sl.po, 197, 904, 968, 5, 25, 99, 508, 301, 1437 -po/sr.po, 292, 1385, 1440, 6, 34, 3, 18, 301, 1437 -po/sr@latin.po, 208, 970, 1024, 7, 38, 86, 429, 301, 1437 -po/sv.po, 292, 1385, 1404, 6, 34, 3, 18, 301, 1437 -po/ta.po, 213, 996, 879, 7, 38, 81, 403, 301, 1437 -po/te.po, 213, 996, 894, 7, 38, 81, 403, 301, 1437 -po/tr.po, 212, 990, 901, 7, 38, 82, 409, 301, 1437 -po/uk.po, 292, 1385, 1380, 6, 34, 3, 18, 301, 1437 -po/vi.po, 145, 607, 810, 5, 25, 151, 805, 301, 1437 -po/zh_CN.po, 290, 1374, 574, 8, 45, 3, 18, 301, 1437 -po/zh_TW.po, 290, 1374, 539, 8, 45, 3, 18, 301, 1437 -po/ar.gmo, 211, 981, 1061, 0, 0, 0, 0, 211, 981 -po/as.gmo, 213, 996, 1132, 0, 0, 0, 0, 213, 996 -po/bg.gmo, 290, 1374, 1575, 0, 0, 0, 0, 290, 1374 -po/bn.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -po/bn_IN.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -po/bs.gmo, 192, 889, 945, 0, 0, 0, 0, 192, 889 -po/ca.gmo, 292, 1385, 2086, 0, 0, 0, 0, 292, 1385 -po/cs.gmo, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -po/cy.gmo, 197, 904, 1036, 0, 0, 0, 0, 197, 904 -po/da.gmo, 292, 1385, 1360, 0, 0, 0, 0, 292, 1385 -po/de.gmo, 292, 1385, 1425, 0, 0, 0, 0, 292, 1385 -po/de_CH.gmo, 204, 938, 990, 0, 0, 0, 0, 204, 938 -po/el.gmo, 290, 1374, 1533, 0, 0, 0, 0, 290, 1374 -po/en_GB.gmo, 197, 904, 904, 0, 0, 0, 0, 197, 904 -po/es.gmo, 290, 1374, 1749, 0, 0, 0, 0, 290, 1374 -po/et.gmo, 202, 923, 834, 0, 0, 0, 0, 202, 923 -po/eu.gmo, 24, 58, 55, 0, 0, 0, 0, 24, 58 -po/fi.gmo, 211, 984, 842, 0, 0, 0, 0, 211, 984 -po/fr.gmo, 290, 1374, 1850, 0, 0, 0, 0, 290, 1374 -po/gu.gmo, 213, 996, 1147, 0, 0, 0, 0, 213, 996 -po/he.gmo, 84, 355, 359, 0, 0, 0, 0, 84, 355 -po/hi.gmo, 213, 996, 1271, 0, 0, 0, 0, 213, 996 -po/hr.gmo, 197, 904, 959, 0, 0, 0, 0, 197, 904 -po/hu.gmo, 290, 1374, 1337, 0, 0, 0, 0, 290, 1374 -po/id.gmo, 213, 996, 1062, 0, 0, 0, 0, 213, 996 -po/is.gmo, 211, 985, 1064, 0, 0, 0, 0, 211, 985 -po/it.gmo, 213, 996, 1179, 0, 0, 0, 0, 213, 996 -po/ja.gmo, 290, 1374, 609, 0, 0, 0, 0, 290, 1374 -po/kn.gmo, 213, 996, 975, 0, 0, 0, 0, 213, 996 -po/ko.gmo, 218, 1020, 1049, 0, 0, 0, 0, 218, 1020 -po/lv.gmo, 62, 248, 223, 0, 0, 0, 0, 62, 248 -po/mai.gmo, 204, 938, 1192, 0, 0, 0, 0, 204, 938 -po/mk.gmo, 197, 904, 1066, 0, 0, 0, 0, 197, 904 -po/ml.gmo, 208, 970, 862, 0, 0, 0, 0, 208, 970 -po/mr.gmo, 212, 990, 1013, 0, 0, 0, 0, 212, 990 -po/ms.gmo, 197, 904, 897, 0, 0, 0, 0, 197, 904 -po/nb.gmo, 290, 1374, 1364, 0, 0, 0, 0, 290, 1374 -po/nds.gmo, 15, 27, 27, 0, 0, 0, 0, 15, 27 -po/nl.gmo, 292, 1385, 1483, 0, 0, 0, 0, 292, 1385 -po/or.gmo, 213, 996, 1389, 0, 0, 0, 0, 213, 996 -po/pa.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -po/pl.gmo, 292, 1385, 1463, 0, 0, 0, 0, 292, 1385 -po/pt.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -po/pt_BR.gmo, 219, 1014, 1243, 0, 0, 0, 0, 219, 1014 -po/ro.gmo, 77, 306, 353, 0, 0, 0, 0, 77, 306 -po/ru.gmo, 290, 1374, 1342, 0, 0, 0, 0, 290, 1374 -po/sk.gmo, 211, 979, 994, 0, 0, 0, 0, 211, 979 -po/sl.gmo, 197, 904, 968, 0, 0, 0, 0, 197, 904 -po/sr.gmo, 292, 1385, 1440, 0, 0, 0, 0, 292, 1385 -po/sr@latin.gmo, 208, 970, 1024, 0, 0, 0, 0, 208, 970 -po/sv.gmo, 292, 1385, 1404, 0, 0, 0, 0, 292, 1385 -po/ta.gmo, 213, 996, 879, 0, 0, 0, 0, 213, 996 -po/te.gmo, 213, 996, 894, 0, 0, 0, 0, 213, 996 -po/tr.gmo, 212, 990, 901, 0, 0, 0, 0, 212, 990 -po/uk.gmo, 292, 1385, 1380, 0, 0, 0, 0, 292, 1385 -po/vi.gmo, 145, 607, 810, 0, 0, 0, 0, 145, 607 -po/zh_CN.gmo, 290, 1374, 574, 0, 0, 0, 0, 290, 1374 -po/zh_TW.gmo, 290, 1374, 539, 0, 0, 0, 0, 290, 1374 -po/libuser.pot, 0, 0, 0, 0, 0, 301, 1437, 301, 1437 diff --git a/results/f30/libvirt-5.1.0-4.fc30.src.rpm.errors.txt b/results/f30/libvirt-5.1.0-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 225c531..0000000 --- a/results/f30/libvirt-5.1.0-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) diff --git a/results/f30/libvirt-5.1.0-4.fc30.src.rpm.stats.csv b/results/f30/libvirt-5.1.0-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 4a72577..0000000 --- a/results/f30/libvirt-5.1.0-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,200 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_TW.gmo, 290, 1273, 511, 0, 0, 0, 0, 290, 1273 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 6212, 38181, 17684, 0, 0, 0, 0, 6212, 38181 -po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 2234, 12503, 17619, 0, 0, 0, 0, 2234, 12503 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.gmo, 9789, 63408, 68392, 0, 0, 0, 0, 9789, 63408 -po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 5674, 34412, 30313, 0, 0, 0, 0, 5674, 34412 -po/ta.gmo, 6240, 38353, 35168, 0, 0, 0, 0, 6240, 38353 -po/sv.gmo, 685, 3447, 3116, 0, 0, 0, 0, 685, 3447 -po/sr.gmo, 594, 2722, 2626, 0, 0, 0, 0, 594, 2722 -po/sr@latin.gmo, 594, 2722, 2626, 0, 0, 0, 0, 594, 2722 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.gmo, 5526, 32781, 31785, 0, 0, 0, 0, 5526, 32781 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.gmo, 345, 1488, 1996, 0, 0, 0, 0, 345, 1488 -po/pt_BR.gmo, 5813, 35278, 43640, 0, 0, 0, 0, 5813, 35278 -po/pl.gmo, 2622, 14541, 15360, 0, 0, 0, 0, 2622, 14541 -po/pa.gmo, 5677, 34495, 39805, 0, 0, 0, 0, 5677, 34495 -po/or.gmo, 5565, 31727, 33007, 0, 0, 0, 0, 5565, 31727 -po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.gmo, 2537, 14131, 14704, 0, 0, 0, 0, 2537, 14131 -po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.gmo, 132, 468, 432, 0, 0, 0, 0, 132, 468 -po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 46, 115, 112, 0, 0, 0, 0, 46, 115 -po/mr.gmo, 6749, 41259, 39684, 0, 0, 0, 0, 6749, 41259 -po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.gmo, 5733, 34865, 29079, 0, 0, 0, 0, 5733, 34865 -po/mk.gmo, 317, 1353, 1603, 0, 0, 0, 0, 317, 1353 -po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 3364, 18956, 18126, 0, 0, 0, 0, 3364, 18956 -po/kn.gmo, 5704, 34630, 31559, 0, 0, 0, 0, 5704, 34630 -po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ja.gmo, 5839, 35421, 16456, 0, 0, 0, 0, 5839, 35421 -po/it.gmo, 1676, 8996, 10539, 0, 0, 0, 0, 1676, 8996 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/id.gmo, 209, 834, 787, 0, 0, 0, 0, 209, 834 -po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hu.gmo, 270, 1164, 1106, 0, 0, 0, 0, 270, 1164 -po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 3586, 20813, 24843, 0, 0, 0, 0, 3586, 20813 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gu.gmo, 5943, 35847, 38666, 0, 0, 0, 0, 5943, 35847 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.gmo, 1157, 5793, 7186, 0, 0, 0, 0, 1157, 5793 -po/fi.gmo, 358, 1518, 1185, 0, 0, 0, 0, 358, 1518 -po/fil.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.gmo, 5715, 34614, 44483, 0, 0, 0, 0, 5715, 34614 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.gmo, 5799, 35309, 35309, 0, 0, 0, 0, 5799, 35309 -po/el.gmo, 179, 926, 1349, 0, 0, 0, 0, 179, 926 -po/de.gmo, 5746, 34937, 33795, 0, 0, 0, 0, 5746, 34937 -po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.gmo, 270, 1164, 1082, 0, 0, 0, 0, 270, 1164 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 1294, 6111, 5858, 0, 0, 0, 0, 1294, 6111 -po/ca.gmo, 443, 1971, 2603, 0, 0, 0, 0, 443, 1971 -po/bs.gmo, 204, 849, 847, 0, 0, 0, 0, 204, 849 -po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.gmo, 2364, 13222, 14044, 0, 0, 0, 0, 2364, 13222 -po/bg.gmo, 335, 1452, 1632, 0, 0, 0, 0, 335, 1452 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/as.gmo, 5981, 36594, 38452, 0, 0, 0, 0, 5981, 36594 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/zh_TW.po, 290, 1273, 511, 0, 0, 9587, 62792, 9877, 64065 -po/zh_HK.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/zh_CN.po, 6212, 38181, 17684, 0, 0, 3665, 25884, 9877, 64065 -po/yo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/wba.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/vi.po, 2234, 12503, 17619, 0, 0, 7643, 51562, 9877, 64065 -po/ur.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/uk.po, 9789, 63408, 68392, 0, 0, 88, 657, 9877, 64065 -po/tw.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/tr.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/th.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/tg.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/te.po, 5674, 34412, 30313, 0, 0, 4203, 29653, 9877, 64065 -po/ta.po, 6240, 38353, 35168, 0, 0, 3637, 25712, 9877, 64065 -po/sv.po, 685, 3447, 3116, 0, 0, 9192, 60618, 9877, 64065 -po/sr.po, 594, 2722, 2626, 0, 0, 9283, 61343, 9877, 64065 -po/sr@latin.po, 594, 2722, 2626, 0, 0, 9283, 61343, 9877, 64065 -po/sq.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/sl.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/sk.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/si.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ru.po, 5526, 32781, 31785, 0, 0, 4351, 31284, 9877, 64065 -po/ro.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/pt.po, 345, 1488, 1996, 0, 0, 9532, 62577, 9877, 64065 -po/pt_BR.po, 5813, 35278, 43640, 0, 0, 4064, 28787, 9877, 64065 -po/pl.po, 2622, 14541, 15360, 0, 0, 7255, 49524, 9877, 64065 -po/pa.po, 5677, 34495, 39805, 0, 0, 4200, 29570, 9877, 64065 -po/or.po, 5565, 31727, 33007, 0, 0, 4312, 32338, 9877, 64065 -po/nso.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/nn.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/nl.po, 2537, 14131, 14704, 0, 0, 7340, 49934, 9877, 64065 -po/ne.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/nds.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/nb.po, 132, 468, 432, 0, 0, 9745, 63597, 9877, 64065 -po/my.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ms.po, 46, 115, 112, 0, 0, 9831, 63950, 9877, 64065 -po/mr.po, 6749, 41259, 39684, 0, 0, 3128, 22806, 9877, 64065 -po/mn.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ml.po, 5733, 34865, 29079, 0, 0, 4144, 29200, 9877, 64065 -po/mk.po, 317, 1353, 1603, 0, 0, 9560, 62712, 9877, 64065 -po/mai.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/lv.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/lt.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ky.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/kw@uccor.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/kw.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/kw_GB.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ko.po, 3364, 18956, 18126, 0, 0, 6513, 45109, 9877, 64065 -po/kn.po, 5704, 34630, 31559, 0, 0, 4173, 29435, 9877, 64065 -po/km.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/kk.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ka.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ja.po, 5839, 35421, 16456, 0, 0, 4038, 28644, 9877, 64065 -po/it.po, 1676, 8996, 10539, 0, 0, 8201, 55069, 9877, 64065 -po/is.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ilo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/id.po, 209, 834, 787, 0, 0, 9668, 63231, 9877, 64065 -po/ia.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/hu.po, 270, 1164, 1106, 0, 0, 9607, 62901, 9877, 64065 -po/hr.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/hi.po, 3586, 20813, 24843, 0, 0, 6291, 43252, 9877, 64065 -po/he.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/gu.po, 5943, 35847, 38666, 0, 0, 3934, 28218, 9877, 64065 -po/gl.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ga.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/fur.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/fr.po, 1157, 5793, 7186, 0, 0, 8720, 58272, 9877, 64065 -po/fi.po, 358, 1518, 1185, 0, 0, 9519, 62547, 9877, 64065 -po/fil.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/fa.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/eu.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/et.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/es.po, 5715, 34614, 44483, 0, 0, 4162, 29451, 9877, 64065 -po/eo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/en_GB.po, 5799, 35309, 35309, 0, 0, 4078, 28756, 9877, 64065 -po/el.po, 179, 926, 1349, 0, 0, 9698, 63139, 9877, 64065 -po/de.po, 5746, 34937, 33795, 0, 0, 4131, 29128, 9877, 64065 -po/de_CH.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/da.po, 270, 1164, 1082, 0, 0, 9607, 62901, 9877, 64065 -po/cy.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/cs.po, 1294, 6111, 5858, 0, 0, 8583, 57954, 9877, 64065 -po/ca.po, 443, 1971, 2603, 0, 0, 9434, 62094, 9877, 64065 -po/bs.po, 204, 849, 847, 0, 0, 9673, 63216, 9877, 64065 -po/brx.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/br.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/bo.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/bn.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/bn_IN.po, 2364, 13222, 14044, 0, 0, 7513, 50843, 9877, 64065 -po/bg.po, 335, 1452, 1632, 0, 0, 9542, 62613, 9877, 64065 -po/be.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/bal.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/ast.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/as.po, 5981, 36594, 38452, 0, 0, 3896, 27471, 9877, 64065 -po/ar.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/anp.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/am.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/af.po, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 -po/libvirt.pot, 0, 0, 0, 0, 0, 9877, 64065, 9877, 64065 diff --git a/results/f30/libvirt-glib-2.0.0-3.fc30.src.rpm.errors.txt b/results/f30/libvirt-glib-2.0.0-3.fc30.src.rpm.errors.txt deleted file mode 100644 index c99c3b1..0000000 --- a/results/f30/libvirt-glib-2.0.0-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv b/results/f30/libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv deleted file mode 100644 index a302a34..0000000 --- a/results/f30/libvirt-glib-2.0.0-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,96 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 30, 153, 142, 0, 0, 0, 0, 30, 153 -po/pt_BR.po, 25, 121, 159, 0, 0, 5, 32, 30, 153 -po/sl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/fa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/cy.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/mk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/es.po, 29, 145, 205, 0, 0, 1, 8, 30, 153 -po/sv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ca.po, 30, 153, 223, 0, 0, 0, 0, 30, 153 -po/el.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ro.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nds.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/or.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zh_HK.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ar.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/hr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/et.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/be.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bn_IN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/as.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/anp.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ka.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/uk.po, 30, 153, 150, 0, 0, 0, 0, 30, 153 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/lt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/mr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ne.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/pl.po, 30, 153, 158, 0, 0, 0, 0, 30, 153 -po/sr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/gl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/lv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/te.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/eu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ilo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/vi.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/fi.po, 7, 31, 28, 0, 0, 23, 122, 30, 153 -po/bs.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/wba.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/pa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/th.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/en_GB.po, 25, 121, 121, 0, 0, 5, 32, 30, 153 -po/fr.po, 29, 145, 167, 0, 0, 1, 8, 30, 153 -po/kw@uccor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/br.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ml.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/mai.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/is.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/hu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/sq.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/pt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ru.po, 1, 4, 3, 0, 0, 29, 149, 30, 153 -po/ta.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/de_CH.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/eo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/am.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nso.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/af.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/id.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/brx.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/gu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ms.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/si.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/tw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/de.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zh_CN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kw_GB.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zh_TW.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ja.po, 25, 121, 52, 0, 0, 5, 32, 30, 153 -po/nn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/km.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/da.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ko.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/hi.po, 25, 121, 166, 0, 0, 5, 32, 30, 153 -po/mn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/yo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ky.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/sk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/sr@latin.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/he.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ur.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bal.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/it.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/tr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ast.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/tg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nb.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ia.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 diff --git a/results/f30/libvisual-0.4.0-26.fc30.src.rpm.errors.txt b/results/f30/libvisual-0.4.0-26.fc30.src.rpm.errors.txt deleted file mode 100644 index 7cdf8df..0000000 --- a/results/f30/libvisual-0.4.0-26.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/libvisual-0.4.0-26.fc30.src.rpm.stats.csv b/results/f30/libvisual-0.4.0-26.fc30.src.rpm.stats.csv deleted file mode 100644 index 3baf47e..0000000 --- a/results/f30/libvisual-0.4.0-26.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/libvisual-0.4.pot, 0, 0, 0, 0, 0, 205, 1055, 205, 1055 -po/es_ES.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -po/es_AR.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -po/es_ES.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 -po/es_AR.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 diff --git a/results/f30/libwnck3-3.31.4-1.fc30.src.rpm.errors.txt b/results/f30/libwnck3-3.31.4-1.fc30.src.rpm.errors.txt deleted file mode 100644 index f214f9e..0000000 --- a/results/f30/libwnck3-3.31.4-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.pre-git) diff --git a/results/f30/libwnck3-3.31.4-1.fc30.src.rpm.stats.csv b/results/f30/libwnck3-3.31.4-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 66f5c1a..0000000 --- a/results/f30/libwnck3-3.31.4-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,94 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 231, 1086, 353, 0, 0, 0, 0, 231, 1086 -po/zh_HK.po, 230, 1084, 352, 0, 0, 0, 0, 230, 1084 -po/zh_CN.po, 231, 1086, 330, 0, 0, 0, 0, 231, 1086 -po/xh.po, 30, 73, 88, 0, 0, 0, 0, 30, 73 -po/wa.po, 15, 30, 46, 9, 29, 6, 14, 30, 73 -po/vi.po, 231, 1086, 1657, 0, 0, 0, 0, 231, 1086 -po/uk.po, 230, 1084, 998, 0, 0, 0, 0, 230, 1084 -po/ug.po, 230, 1082, 991, 0, 0, 0, 0, 230, 1082 -po/tr.po, 231, 1086, 986, 0, 0, 0, 0, 231, 1086 -po/th.po, 231, 1086, 432, 0, 0, 0, 0, 231, 1086 -po/te.po, 231, 1086, 859, 0, 0, 0, 0, 231, 1086 -po/ta.po, 230, 1068, 908, 1, 18, 0, 0, 231, 1086 -po/sv.po, 231, 1086, 1025, 0, 0, 0, 0, 231, 1086 -po/sr@latin.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -po/sr.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -po/sq.po, 33, 88, 131, 0, 0, 0, 0, 33, 88 -po/sl.po, 231, 1086, 1032, 0, 0, 0, 0, 231, 1086 -po/sk.po, 231, 1086, 1016, 0, 0, 0, 0, 231, 1086 -po/si.po, 32, 87, 103, 0, 0, 0, 0, 32, 87 -po/rw.po, 1, 2, 2, 20, 55, 9, 16, 30, 73 -po/ru.po, 231, 1086, 1035, 0, 0, 0, 0, 231, 1086 -po/ro.po, 241, 1124, 1277, 0, 0, 0, 0, 241, 1124 -po/pt_BR.po, 231, 1086, 1280, 0, 0, 0, 0, 231, 1086 -po/pt.po, 231, 1086, 1291, 0, 0, 0, 0, 231, 1086 -po/pl.po, 231, 1086, 1022, 0, 0, 0, 0, 231, 1086 -po/pa.po, 230, 1084, 1097, 0, 0, 0, 0, 230, 1084 -po/or.po, 230, 1068, 1013, 1, 18, 0, 0, 231, 1086 -po/oc.po, 230, 1082, 1337, 0, 0, 0, 0, 230, 1082 -po/nn.po, 241, 1124, 1049, 0, 0, 0, 0, 241, 1124 -po/nl.po, 230, 1084, 992, 0, 0, 0, 0, 230, 1084 -po/ne.po, 236, 1083, 1017, 3, 39, 0, 0, 239, 1122 -po/nb.po, 203, 749, 697, 0, 0, 27, 335, 230, 1084 -po/ms.po, 21, 47, 49, 7, 21, 2, 5, 30, 73 -po/mr.po, 231, 1086, 1049, 0, 0, 0, 0, 231, 1086 -po/mn.po, 21, 47, 56, 7, 21, 2, 5, 30, 73 -po/ml.po, 231, 1086, 835, 0, 0, 0, 0, 231, 1086 -po/mk.po, 240, 1106, 1275, 1, 18, 0, 0, 241, 1124 -po/mi.po, 0, 0, 0, 6, 11, 24, 62, 30, 73 -po/mai.po, 47, 97, 124, 0, 0, 194, 1027, 241, 1124 -po/lv.po, 231, 1086, 967, 0, 0, 0, 0, 231, 1086 -po/lt.po, 231, 1086, 940, 0, 0, 0, 0, 231, 1086 -po/li.po, 15, 30, 32, 9, 29, 6, 14, 30, 73 -po/ky.po, 27, 69, 74, 1, 1, 2, 3, 30, 73 -po/ku.po, 30, 73, 87, 0, 0, 0, 0, 30, 73 -po/ko.po, 230, 1084, 985, 0, 0, 0, 0, 230, 1084 -po/kn.po, 230, 1068, 899, 1, 18, 0, 0, 231, 1086 -po/km.po, 230, 1084, 522, 0, 0, 0, 0, 230, 1084 -po/kk.po, 89, 207, 223, 0, 0, 142, 879, 231, 1086 -po/ka.po, 152, 621, 529, 0, 0, 87, 501, 239, 1122 -po/ja.po, 231, 1086, 443, 0, 0, 0, 0, 231, 1086 -po/it.po, 231, 1086, 1208, 0, 0, 0, 0, 231, 1086 -po/is.po, 17, 33, 43, 8, 27, 5, 13, 30, 73 -po/id.po, 231, 1086, 1113, 0, 0, 0, 0, 231, 1086 -po/hu.po, 231, 1086, 984, 0, 0, 0, 0, 231, 1086 -po/hr.po, 22, 65, 80, 4, 10, 215, 1049, 241, 1124 -po/hi.po, 231, 1086, 1234, 0, 0, 0, 0, 231, 1086 -po/he.po, 230, 1084, 1094, 0, 0, 0, 0, 230, 1084 -po/gu.po, 231, 1086, 1133, 0, 0, 0, 0, 231, 1086 -po/gl.po, 231, 1086, 1330, 0, 0, 0, 0, 231, 1086 -po/gd.po, 231, 1086, 1331, 0, 0, 0, 0, 231, 1086 -po/ga.po, 143, 343, 404, 0, 0, 98, 781, 241, 1124 -po/fy.po, 230, 1082, 1120, 0, 0, 0, 0, 230, 1082 -po/fr.po, 230, 1084, 1336, 0, 0, 0, 0, 230, 1084 -po/fi.po, 230, 1084, 846, 0, 0, 0, 0, 230, 1084 -po/fa.po, 230, 1084, 1127, 0, 0, 0, 0, 230, 1084 -po/eu.po, 229, 1066, 935, 1, 18, 0, 0, 230, 1084 -po/et.po, 230, 1084, 868, 0, 0, 0, 0, 230, 1084 -po/es.po, 231, 1086, 1356, 0, 0, 0, 0, 231, 1086 -po/eo.po, 153, 410, 403, 0, 0, 78, 676, 231, 1086 -po/en_GB.po, 230, 1084, 1084, 0, 0, 0, 0, 230, 1084 -po/en_CA.po, 33, 88, 88, 0, 0, 0, 0, 33, 88 -po/en@shaw.po, 195, 893, 892, 46, 231, 0, 0, 241, 1124 -po/el.po, 231, 1086, 1216, 0, 0, 0, 0, 231, 1086 -po/dz.po, 241, 1124, 745, 0, 0, 0, 0, 241, 1124 -po/de.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -po/da.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -po/cy.po, 33, 88, 104, 0, 0, 0, 0, 33, 88 -po/cs.po, 231, 1086, 1037, 0, 0, 0, 0, 231, 1086 -po/crh.po, 230, 1084, 959, 0, 0, 0, 0, 230, 1084 -po/ca@valencia.po, 229, 1066, 1341, 1, 18, 0, 0, 230, 1084 -po/ca.po, 229, 1066, 1343, 2, 20, 0, 0, 231, 1086 -po/bs.po, 230, 1068, 1148, 1, 18, 0, 0, 231, 1086 -po/br.po, 98, 240, 257, 2, 8, 141, 876, 241, 1124 -po/bn_IN.po, 230, 1068, 1127, 1, 18, 0, 0, 231, 1086 -po/bn.po, 240, 1106, 1180, 1, 18, 0, 0, 241, 1124 -po/bg.po, 230, 1084, 1263, 0, 0, 0, 0, 230, 1084 -po/be@latin.po, 241, 1124, 1022, 0, 0, 0, 0, 241, 1124 -po/be.po, 230, 1084, 1019, 0, 0, 0, 0, 230, 1084 -po/az.po, 21, 47, 50, 7, 21, 2, 5, 30, 73 -po/ast.po, 241, 1124, 1303, 0, 0, 0, 0, 241, 1124 -po/as.po, 230, 1068, 1055, 1, 18, 0, 0, 231, 1086 -po/ar.po, 241, 1124, 1093, 0, 0, 0, 0, 241, 1124 -po/am.po, 11, 26, 35, 13, 33, 6, 14, 30, 73 diff --git a/results/f30/llvm-8.0.0-1.fc30.src.rpm.errors.txt b/results/f30/llvm-8.0.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/llvm-8.0.0-1.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/llvm-8.0.0-1.fc30.src.rpm.stats.csv b/results/f30/llvm-8.0.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index e69de29..0000000 --- a/results/f30/llvm-8.0.0-1.fc30.src.rpm.stats.csv +++ /dev/null diff --git a/results/f30/lrzsz-0.12.20-47.fc30.src.rpm.errors.txt b/results/f30/lrzsz-0.12.20-47.fc30.src.rpm.errors.txt deleted file mode 100644 index 02ac602..0000000 --- a/results/f30/lrzsz-0.12.20-47.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/cat-id-tbl.c) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 12: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-cat-id) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/lrzsz-0.12.20-47.fc30.src.rpm.stats.csv b/results/f30/lrzsz-0.12.20-47.fc30.src.rpm.stats.csv deleted file mode 100644 index 9c3e096..0000000 --- a/results/f30/lrzsz-0.12.20-47.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 128, 709, 711, 2, 404, 5, 10, 135, 1123 -po/lrzsz.pot, 0, 0, 0, 0, 0, 135, 1123, 135, 1123 diff --git a/results/f30/lvm2-2.02.183-3.fc30.src.rpm.errors.txt b/results/f30/lvm2-2.02.183-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 84507a1..0000000 --- a/results/f30/lvm2-2.02.183-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/pogen.h) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) diff --git a/results/f30/lvm2-2.02.183-3.fc30.src.rpm.stats.csv b/results/f30/lvm2-2.02.183-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 0304ed5..0000000 --- a/results/f30/lvm2-2.02.183-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lvm2.po, 0, 0, 0, 0, 0, 1556, 9826, 1556, 9826 -po/de.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f30/lxsession-0.5.4-1.fc30.src.rpm.errors.txt b/results/f30/lxsession-0.5.4-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 7e965fa..0000000 --- a/results/f30/lxsession-0.5.4-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/lxsession-0.5.4-1.fc30.src.rpm.stats.csv b/results/f30/lxsession-0.5.4-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 1a109ef..0000000 --- a/results/f30/lxsession-0.5.4-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bg.po, 53, 145, 166, 36, 89, 77, 521, 166, 755 -po/eu.po, 166, 755, 626, 0, 0, 0, 0, 166, 755 -po/uk.po, 91, 208, 216, 0, 0, 75, 547, 166, 755 -po/pt.po, 166, 755, 865, 0, 0, 0, 0, 166, 755 -po/te.po, 102, 215, 213, 0, 0, 64, 540, 166, 755 -po/el.po, 166, 755, 843, 0, 0, 0, 0, 166, 755 -po/en_GB.po, 26, 97, 97, 29, 78, 111, 580, 166, 755 -po/hr.po, 121, 422, 420, 0, 0, 45, 333, 166, 755 -po/af.po, 11, 28, 29, 4, 9, 151, 718, 166, 755 -po/ca.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -po/sv.po, 166, 755, 735, 0, 0, 0, 0, 166, 755 -po/fa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -po/pt_BR.po, 166, 755, 926, 0, 0, 0, 0, 166, 755 -po/et.po, 166, 755, 599, 0, 0, 0, 0, 166, 755 -po/is.po, 135, 343, 343, 0, 0, 31, 412, 166, 755 -po/ro.po, 26, 97, 91, 29, 78, 111, 580, 166, 755 -po/nb.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -po/ja.po, 166, 755, 251, 0, 0, 0, 0, 166, 755 -po/be.po, 26, 97, 87, 29, 78, 111, 580, 166, 755 -po/sl.po, 47, 131, 126, 11, 22, 144, 659, 202, 812 -po/am.po, 3, 5, 6, 3, 5, 160, 745, 166, 755 -po/de.po, 46, 114, 115, 15, 38, 105, 603, 166, 755 -po/eo.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -po/sr.po, 166, 755, 742, 0, 0, 0, 0, 166, 755 -po/tt_RU.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -po/ast.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -po/ko.po, 166, 755, 660, 0, 0, 0, 0, 166, 755 -po/th.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -po/ar.po, 122, 490, 461, 12, 84, 32, 181, 166, 755 -po/zh_TW.po, 149, 680, 241, 14, 40, 3, 35, 166, 755 -po/lt.po, 166, 755, 736, 0, 0, 0, 0, 166, 755 -po/ms.po, 12, 29, 25, 4, 9, 150, 717, 166, 755 -po/ru.po, 166, 755, 738, 0, 0, 0, 0, 166, 755 -po/fi.po, 105, 241, 192, 11, 40, 50, 474, 166, 755 -po/nl.po, 166, 755, 758, 0, 0, 0, 0, 166, 755 -po/hu.po, 59, 106, 92, 0, 0, 107, 649, 166, 755 -po/vi.po, 26, 97, 152, 29, 78, 111, 580, 166, 755 -po/si.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -po/nn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -po/sk.po, 159, 713, 695, 0, 0, 7, 42, 166, 755 -po/ur.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -po/pl.po, 166, 755, 751, 0, 0, 0, 0, 166, 755 -po/es.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -po/fr.po, 166, 755, 985, 0, 0, 0, 0, 166, 755 -po/it.po, 52, 142, 146, 32, 81, 82, 532, 166, 755 -po/ps.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -po/ml.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -po/bn_IN.po, 11, 28, 27, 5, 10, 150, 717, 166, 755 -po/ug.po, 26, 97, 83, 29, 78, 111, 580, 166, 755 -po/fo.po, 12, 29, 21, 4, 9, 150, 717, 166, 755 -po/kk.po, 121, 318, 320, 4, 24, 41, 413, 166, 755 -po/lg.po, 111, 295, 376, 0, 0, 55, 460, 166, 755 -po/gl.po, 166, 755, 917, 0, 0, 0, 0, 166, 755 -po/sr@latin.po, 165, 734, 726, 0, 0, 1, 21, 166, 755 -po/da.po, 166, 755, 701, 0, 0, 0, 0, 166, 755 -po/zh_CN.po, 166, 755, 249, 0, 0, 0, 0, 166, 755 -po/id.po, 111, 298, 315, 10, 37, 45, 420, 166, 755 -po/bn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -po/tr.po, 166, 755, 700, 0, 0, 0, 0, 166, 755 -po/ur_PK.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -po/cs.po, 166, 755, 732, 0, 0, 0, 0, 166, 755 -po/pa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -po/he.po, 124, 328, 343, 6, 17, 36, 410, 166, 755 -po/frp.po, 10, 16, 16, 5, 15, 151, 724, 166, 755 diff --git a/results/f30/m17n-db-1.8.0-5.fc30.src.rpm.errors.txt b/results/f30/m17n-db-1.8.0-5.fc30.src.rpm.errors.txt deleted file mode 100644 index cd5f2b4..0000000 --- a/results/f30/m17n-db-1.8.0-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f30/m17n-db-1.8.0-5.fc30.src.rpm.stats.csv b/results/f30/m17n-db-1.8.0-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 5c0e48e..0000000 --- a/results/f30/m17n-db-1.8.0-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,10 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/m17n-db.pot, 0, 0, 0, 0, 0, 60, 1390, 60, 1390 -po/ja.po, 5, 107, 23, 0, 0, 55, 1283, 60, 1390 -po/de.gmo, 54, 1120, 1080, 0, 0, 0, 0, 54, 1120 -po/vi.gmo, 3, 130, 208, 0, 0, 0, 0, 3, 130 -po/eo.gmo, 5, 44, 83, 0, 0, 0, 0, 5, 44 -po/ja.gmo, 5, 107, 23, 0, 0, 0, 0, 5, 107 -po/eo.po, 5, 44, 83, 0, 0, 55, 1346, 60, 1390 -po/de.po, 54, 1120, 1080, 2, 42, 4, 228, 60, 1390 -po/vi.po, 3, 130, 208, 3, 119, 54, 1141, 60, 1390 diff --git a/results/f30/man-db-2.8.4-4.fc30.src.rpm.errors.txt b/results/f30/man-db-2.8.4-4.fc30.src.rpm.errors.txt deleted file mode 100644 index ec1c7b0..0000000 --- a/results/f30/man-db-2.8.4-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,32 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xde in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbe in position 0: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf5 in position 3: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 34: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xee in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f30/man-db-2.8.4-4.fc30.src.rpm.stats.csv b/results/f30/man-db-2.8.4-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 0fd4868..0000000 --- a/results/f30/man-db-2.8.4-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,132 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gl/po/it.po, 42, 163, 185, 7, 40, 0, 0, 49, 203 -gl/po/nl.po, 42, 163, 175, 7, 40, 0, 0, 49, 203 -gl/po/it.gmo, 42, 163, 185, 0, 0, 0, 0, 42, 163 -gl/po/da.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -gl/po/ru.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -gl/po/zh_TW.gmo, 3, 6, 3, 0, 0, 0, 0, 3, 6 -gl/po/sr.gmo, 42, 163, 165, 0, 0, 0, 0, 42, 163 -gl/po/bg.gmo, 5, 19, 21, 0, 0, 0, 0, 5, 19 -gl/po/eu.gmo, 3, 6, 5, 0, 0, 0, 0, 3, 6 -gl/po/cs.gmo, 42, 163, 168, 0, 0, 0, 0, 42, 163 -gl/po/cs.po, 42, 163, 168, 7, 40, 0, 0, 49, 203 -gl/po/ru.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -gl/po/uk.po, 42, 163, 149, 7, 40, 0, 0, 49, 203 -gl/po/zh_CN.gmo, 41, 160, 63, 0, 0, 0, 0, 41, 160 -gl/po/ca.po, 15, 66, 85, 26, 114, 8, 23, 49, 203 -gl/po/ca.gmo, 15, 66, 85, 0, 0, 0, 0, 15, 66 -gl/po/zh_TW.po, 3, 6, 3, 25, 123, 21, 74, 49, 203 -gl/po/pl.po, 42, 163, 162, 7, 40, 0, 0, 49, 203 -gl/po/af.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -gl/po/nl.gmo, 42, 163, 175, 0, 0, 0, 0, 42, 163 -gl/po/es.gmo, 42, 163, 198, 0, 0, 0, 0, 42, 163 -gl/po/nb.gmo, 2, 5, 5, 0, 0, 0, 0, 2, 5 -gl/po/fi.po, 42, 163, 140, 7, 40, 0, 0, 49, 203 -gl/po/eo.gmo, 42, 163, 154, 0, 0, 0, 0, 42, 163 -gl/po/be.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -gl/po/el.gmo, 3, 6, 7, 0, 0, 0, 0, 3, 6 -gl/po/pt_BR.po, 42, 163, 191, 7, 40, 0, 0, 49, 203 -gl/po/be.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -gl/po/sl.gmo, 42, 163, 164, 0, 0, 0, 0, 42, 163 -gl/po/af.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -gl/po/eo.po, 42, 163, 154, 7, 40, 0, 0, 49, 203 -gl/po/ms.gmo, 4, 13, 15, 0, 0, 0, 0, 4, 13 -gl/po/fr.gmo, 42, 163, 195, 0, 0, 0, 0, 42, 163 -gl/po/fr.po, 42, 163, 195, 7, 40, 0, 0, 49, 203 -gl/po/gl.gmo, 34, 118, 152, 0, 0, 0, 0, 34, 118 -gl/po/ga.po, 40, 153, 161, 9, 50, 0, 0, 49, 203 -gl/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -gl/po/ms.po, 4, 13, 15, 23, 113, 22, 77, 49, 203 -gl/po/bg.po, 5, 19, 21, 23, 110, 21, 74, 49, 203 -gl/po/eu.po, 3, 6, 5, 24, 120, 22, 77, 49, 203 -gl/po/sk.po, 2, 5, 5, 23, 103, 24, 95, 49, 203 -gl/po/pt_BR.gmo, 42, 163, 191, 0, 0, 0, 0, 42, 163 -gl/po/nb.po, 2, 5, 5, 24, 120, 23, 78, 49, 203 -gl/po/fi.gmo, 42, 163, 140, 0, 0, 0, 0, 42, 163 -gl/po/tr.po, 4, 13, 11, 24, 116, 21, 74, 49, 203 -gl/po/vi.gmo, 42, 163, 265, 0, 0, 0, 0, 42, 163 -gl/po/sr.po, 42, 163, 165, 7, 40, 0, 0, 49, 203 -gl/po/pt.po, 42, 163, 186, 7, 40, 0, 0, 49, 203 -gl/po/ko.po, 2, 5, 7, 24, 120, 23, 78, 49, 203 -gl/po/hu.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -gl/po/ja.gmo, 42, 163, 70, 0, 0, 0, 0, 42, 163 -gl/po/de.gmo, 42, 163, 166, 0, 0, 0, 0, 42, 163 -gl/po/es.po, 42, 163, 198, 7, 40, 0, 0, 49, 203 -gl/po/tr.gmo, 4, 13, 11, 0, 0, 0, 0, 4, 13 -gl/po/ro.po, 14, 57, 61, 23, 101, 12, 45, 49, 203 -gl/po/sv.po, 42, 163, 158, 7, 40, 0, 0, 49, 203 -gl/po/hu.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -gl/po/pl.gmo, 42, 163, 162, 0, 0, 0, 0, 42, 163 -gl/po/man-db-gnulib.pot, 0, 0, 0, 0, 0, 49, 203, 49, 203 -gl/po/pt.gmo, 42, 163, 186, 0, 0, 0, 0, 42, 163 -gl/po/ja.po, 42, 163, 70, 7, 40, 0, 0, 49, 203 -gl/po/de.po, 42, 163, 166, 7, 40, 0, 0, 49, 203 -gl/po/gl.po, 34, 118, 152, 7, 40, 8, 45, 49, 203 -gl/po/et.po, 35, 150, 127, 6, 37, 8, 16, 49, 203 -gl/po/vi.po, 42, 163, 265, 7, 40, 0, 0, 49, 203 -gl/po/rw.po, 2, 2, 2, 38, 175, 9, 26, 49, 203 -gl/po/sv.gmo, 42, 163, 158, 0, 0, 0, 0, 42, 163 -gl/po/sl.po, 42, 163, 164, 7, 40, 0, 0, 49, 203 -gl/po/uk.gmo, 42, 163, 149, 0, 0, 0, 0, 42, 163 -gl/po/el.po, 3, 6, 7, 22, 102, 24, 95, 49, 203 -gl/po/zh_CN.po, 41, 160, 63, 8, 43, 0, 0, 49, 203 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man/po4a/po/nl.po, 185, 4827, 4619, 61, 1176, 130, 2347, 376, 8350 -man/po4a/po/da.po, 278, 3985, 3576, 0, 0, 98, 4365, 376, 8350 -man/po4a/po/ru.po, 376, 8350, 7382, 0, 0, 0, 0, 376, 8350 -man/po4a/po/id.po, 347, 7617, 7100, 28, 697, 1, 36, 376, 8350 -man/po4a/po/man-db-manpages.pot, 0, 0, 0, 0, 0, 376, 8350, 376, 8350 -man/po4a/po/pl.po, 374, 8256, 7683, 2, 94, 0, 0, 376, 8350 -man/po4a/po/pt_BR.po, 376, 8350, 9051, 0, 0, 0, 0, 376, 8350 -man/po4a/po/fr.po, 374, 8256, 9537, 2, 94, 0, 0, 376, 8350 -man/po4a/po/tr.po, 374, 8256, 6588, 2, 94, 0, 0, 376, 8350 -man/po4a/po/sr.po, 374, 8256, 7473, 2, 94, 0, 0, 376, 8350 -man/po4a/po/es.po, 363, 7626, 8143, 6, 349, 7, 375, 376, 8350 -man/po4a/po/sv.po, 376, 8350, 7667, 0, 0, 0, 0, 376, 8350 -man/po4a/po/ja.po, 254, 5069, 1201, 39, 881, 83, 2400, 376, 8350 -man/po4a/po/de.po, 376, 8350, 7764, 0, 0, 0, 0, 376, 8350 -man/po4a/po/zh_CN.po, 376, 8350, 1940, 0, 0, 0, 0, 376, 8350 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/it.po, 85, 452, 540, 14, 109, 101, 485, 200, 1046 -po/nl.po, 192, 965, 960, 8, 81, 0, 0, 200, 1046 -po/da.po, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -po/ru.gmo, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -po/zh_TW.gmo, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -po/sr.gmo, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -po/id.gmo, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -po/cs.gmo, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -po/cs.po, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -po/ru.po, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -po/id.po, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -po/zh_CN.gmo, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 -po/ca.po, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -po/ca.gmo, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -po/zh_TW.po, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -po/pl.po, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -po/nl.gmo, 192, 965, 960, 0, 0, 0, 0, 192, 965 -po/es.gmo, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -po/fi.po, 72, 290, 250, 13, 86, 115, 670, 200, 1046 -po/eo.gmo, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -po/pt_BR.po, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -po/eo.po, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -po/fr.gmo, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -po/fr.po, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -po/pt_BR.gmo, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -po/fi.gmo, 72, 290, 250, 0, 0, 0, 0, 72, 290 -po/tr.po, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -po/vi.gmo, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -po/sr.po, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -po/ja.gmo, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -po/de.gmo, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -po/es.po, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -po/tr.gmo, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -po/ro.po, 80, 425, 539, 19, 136, 101, 485, 200, 1046 -po/sv.po, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -po/pl.gmo, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -po/da.gmo, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -po/ja.po, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -po/de.po, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -po/man-db.pot, 0, 0, 0, 0, 0, 200, 1046, 200, 1046 -po/vi.po, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -po/sv.gmo, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -po/zh_CN.po, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 diff --git a/results/f30/mesa-19.0.2-3.fc30.src.rpm.errors.txt b/results/f30/mesa-19.0.2-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 67e98c0..0000000 --- a/results/f30/mesa-19.0.2-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,9 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/POTFILES) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/SConscript) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/t_options.h) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/options.h) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/gen_xmlpool.py) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./src/util/xmlpool/Makefile.am) diff --git a/results/f30/mesa-19.0.2-3.fc30.src.rpm.stats.csv b/results/f30/mesa-19.0.2-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 50e7857..0000000 --- a/results/f30/mesa-19.0.2-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,13 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -src/util/xmlpool/sv.gmo, 8, 43, 38, 0, 0, 0, 0, 8, 43 -src/util/xmlpool/fr.gmo, 8, 43, 61, 0, 0, 0, 0, 8, 43 -src/util/xmlpool/nl.gmo, 8, 43, 49, 0, 0, 0, 0, 8, 43 -src/util/xmlpool/es.gmo, 29, 212, 278, 0, 0, 0, 0, 29, 212 -src/util/xmlpool/de.gmo, 16, 122, 105, 0, 0, 0, 0, 16, 122 -src/util/xmlpool/ca.gmo, 29, 212, 276, 0, 0, 0, 0, 29, 212 -src/util/xmlpool/sv.po, 8, 43, 38, 0, 0, 47, 438, 55, 481 -src/util/xmlpool/fr.po, 8, 43, 61, 0, 0, 47, 438, 55, 481 -src/util/xmlpool/nl.po, 8, 43, 49, 0, 0, 47, 438, 55, 481 -src/util/xmlpool/es.po, 29, 212, 278, 0, 0, 26, 269, 55, 481 -src/util/xmlpool/de.po, 16, 122, 105, 0, 0, 39, 359, 55, 481 -src/util/xmlpool/ca.po, 29, 212, 276, 0, 0, 26, 269, 55, 481 diff --git a/results/f30/mlocate-0.26-23.fc30.src.rpm.errors.txt b/results/f30/mlocate-0.26-23.fc30.src.rpm.errors.txt deleted file mode 100644 index 1181ccc..0000000 --- a/results/f30/mlocate-0.26-23.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/mlocate-0.26-23.fc30.src.rpm.stats.csv b/results/f30/mlocate-0.26-23.fc30.src.rpm.stats.csv deleted file mode 100644 index fee8019..0000000 --- a/results/f30/mlocate-0.26-23.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,76 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.gmo, 50, 406, 202, 0, 0, 0, 0, 50, 406 -po/nl.po, 50, 406, 415, 1, 175, 0, 0, 51, 581 -po/et.po, 44, 270, 252, 0, 0, 7, 311, 51, 581 -po/fr.gmo, 50, 406, 519, 0, 0, 0, 0, 50, 406 -po/el.gmo, 47, 286, 330, 0, 0, 0, 0, 47, 286 -po/ms.po, 31, 165, 157, 0, 0, 20, 416, 51, 581 -po/ast.gmo, 49, 397, 464, 0, 0, 0, 0, 49, 397 -po/cs.po, 51, 581, 568, 0, 0, 0, 0, 51, 581 -po/sv.po, 50, 406, 402, 1, 175, 0, 0, 51, 581 -po/ca.gmo, 50, 406, 534, 0, 0, 0, 0, 50, 406 -po/tr.po, 7, 22, 20, 0, 0, 44, 559, 51, 581 -po/tr.gmo, 7, 22, 20, 0, 0, 0, 0, 7, 22 -po/ru.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -po/sr@latin.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -po/fi.gmo, 34, 174, 150, 0, 0, 0, 0, 34, 174 -po/sr.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -po/pt.po, 50, 406, 486, 1, 175, 0, 0, 51, 581 -po/as.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -po/ta.po, 4, 156, 156, 1, 175, 46, 250, 51, 581 -po/uk.gmo, 50, 406, 417, 0, 0, 0, 0, 50, 406 -po/hu.gmo, 50, 406, 373, 0, 0, 0, 0, 50, 406 -po/ast.po, 49, 397, 464, 1, 175, 1, 9, 51, 581 -po/bg.gmo, 50, 406, 455, 0, 0, 0, 0, 50, 406 -po/hu.po, 50, 406, 373, 1, 175, 0, 0, 51, 581 -po/ko.gmo, 50, 406, 377, 0, 0, 0, 0, 50, 406 -po/es.po, 50, 406, 490, 1, 175, 0, 0, 51, 581 -po/fr.po, 50, 406, 519, 1, 175, 0, 0, 51, 581 -po/ar.po, 49, 397, 458, 1, 175, 1, 9, 51, 581 -po/nds.gmo, 3, 10, 10, 0, 0, 0, 0, 3, 10 -po/ca.po, 50, 406, 534, 1, 175, 0, 0, 51, 581 -po/ta.gmo, 4, 156, 156, 0, 0, 0, 0, 4, 156 -po/zh_TW.po, 50, 406, 153, 1, 175, 0, 0, 51, 581 -po/ms.gmo, 31, 165, 157, 0, 0, 0, 0, 31, 165 -po/nl.gmo, 50, 406, 415, 0, 0, 0, 0, 50, 406 -po/pt_BR.po, 50, 406, 494, 1, 175, 0, 0, 51, 581 -po/ko.po, 50, 406, 377, 1, 175, 0, 0, 51, 581 -po/mlocate.pot, 0, 0, 0, 0, 0, 51, 581, 51, 581 -po/ar.gmo, 49, 397, 458, 0, 0, 0, 0, 49, 397 -po/sr@latin.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -po/gu.gmo, 24, 140, 147, 0, 0, 0, 0, 24, 140 -po/ru.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -po/en_GB.gmo, 49, 397, 397, 0, 0, 0, 0, 49, 397 -po/da.po, 50, 406, 390, 1, 175, 0, 0, 51, 581 -po/el.po, 47, 286, 330, 0, 0, 4, 295, 51, 581 -po/pt_BR.gmo, 50, 406, 494, 0, 0, 0, 0, 50, 406 -po/bs.po, 47, 380, 399, 1, 175, 3, 26, 51, 581 -po/lv.gmo, 50, 406, 385, 0, 0, 0, 0, 50, 406 -po/cs.gmo, 51, 581, 568, 0, 0, 0, 0, 51, 581 -po/fi.po, 34, 174, 150, 0, 0, 17, 407, 51, 581 -po/fa.po, 50, 406, 447, 1, 175, 0, 0, 51, 581 -po/da.gmo, 50, 406, 390, 0, 0, 0, 0, 50, 406 -po/zh_TW.gmo, 50, 406, 153, 0, 0, 0, 0, 50, 406 -po/zh_CN.po, 50, 406, 194, 1, 175, 0, 0, 51, 581 -po/lv.po, 50, 406, 385, 1, 175, 0, 0, 51, 581 -po/zh_CN.gmo, 50, 406, 194, 0, 0, 0, 0, 50, 406 -po/bs.gmo, 47, 380, 399, 0, 0, 0, 0, 47, 380 -po/gu.po, 24, 140, 147, 0, 0, 27, 441, 51, 581 -po/de.po, 50, 406, 372, 1, 175, 0, 0, 51, 581 -po/bg.po, 50, 406, 455, 1, 175, 0, 0, 51, 581 -po/es.gmo, 50, 406, 490, 0, 0, 0, 0, 50, 406 -po/sr.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -po/en_GB.po, 49, 397, 397, 1, 175, 1, 9, 51, 581 -po/pl.po, 50, 406, 426, 1, 175, 0, 0, 51, 581 -po/de.gmo, 50, 406, 372, 0, 0, 0, 0, 50, 406 -po/fa.gmo, 50, 406, 447, 0, 0, 0, 0, 50, 406 -po/as.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -po/pl.gmo, 50, 406, 426, 0, 0, 0, 0, 50, 406 -po/uk.po, 50, 406, 417, 1, 175, 0, 0, 51, 581 -po/sv.gmo, 50, 406, 402, 0, 0, 0, 0, 50, 406 -po/nds.po, 3, 10, 10, 0, 0, 48, 571, 51, 581 -po/ja.po, 50, 406, 202, 1, 175, 0, 0, 51, 581 -po/et.gmo, 44, 270, 252, 0, 0, 0, 0, 44, 270 -po/it.po, 50, 406, 451, 1, 175, 0, 0, 51, 581 -po/it.gmo, 50, 406, 451, 0, 0, 0, 0, 50, 406 -po/pt.gmo, 50, 406, 486, 0, 0, 0, 0, 50, 406 diff --git a/results/f30/mousetweaks-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/mousetweaks-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index ad9e22f..0000000 --- a/results/f30/mousetweaks-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index d0c6663..0000000 --- a/results/f30/mousetweaks-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,154 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/hi.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/tg.gmo, 30, 114, 118, 0, 0, 0, 0, 30, 114 -po/fa.gmo, 30, 114, 123, 0, 0, 0, 0, 30, 114 -po/he.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/th.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/da.gmo, 34, 131, 108, 0, 0, 0, 0, 34, 131 -po/he.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/nl.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/gu.gmo, 30, 114, 101, 0, 0, 0, 0, 30, 114 -po/fa.po, 30, 114, 123, 0, 0, 0, 0, 30, 114 -po/el.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/ug.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/ne.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/gl.gmo, 30, 114, 171, 0, 0, 0, 0, 30, 114 -po/hr.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/ja.po, 30, 114, 39, 0, 0, 0, 0, 30, 114 -po/mousetweaks.pot, 0, 0, 0, 0, 0, 34, 131, 34, 131 -po/eo.gmo, 30, 114, 105, 0, 0, 0, 0, 30, 114 -po/bn_IN.gmo, 94, 715, 740, 0, 0, 0, 0, 94, 715 -po/be.gmo, 30, 114, 115, 0, 0, 0, 0, 30, 114 -po/bs.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/bn_IN.po, 94, 715, 740, 0, 0, 0, 0, 94, 715 -po/ca.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/eo.po, 30, 114, 105, 0, 0, 0, 0, 30, 114 -po/vi.po, 30, 114, 140, 0, 0, 0, 0, 30, 114 -po/ko.gmo, 30, 114, 107, 0, 0, 0, 0, 30, 114 -po/ca@valencia.gmo, 30, 114, 161, 0, 0, 0, 0, 30, 114 -po/ro.po, 30, 114, 129, 0, 0, 0, 0, 30, 114 -po/or.gmo, 94, 715, 720, 0, 0, 0, 0, 94, 715 -po/mr.gmo, 94, 715, 631, 0, 0, 0, 0, 94, 715 -po/gd.gmo, 30, 114, 136, 0, 0, 0, 0, 30, 114 -po/ca.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/fi.gmo, 23, 73, 59, 0, 0, 0, 0, 23, 73 -po/or.po, 94, 715, 720, 0, 0, 0, 0, 94, 715 -po/id.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/mk.gmo, 76, 294, 380, 0, 0, 0, 0, 76, 294 -po/is.po, 14, 29, 26, 0, 0, 16, 85, 30, 114 -po/uk.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/pt_BR.gmo, 34, 131, 170, 0, 0, 0, 0, 34, 131 -po/sq.gmo, 94, 426, 497, 0, 0, 0, 0, 94, 426 -po/en_GB.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/eu.gmo, 30, 114, 108, 0, 0, 0, 0, 30, 114 -po/hu.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/de.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/zh_CN.gmo, 30, 114, 36, 0, 0, 0, 0, 30, 114 -po/lv.po, 30, 114, 104, 0, 0, 0, 0, 30, 114 -po/lo.gmo, 30, 114, 48, 0, 0, 0, 0, 30, 114 -po/de.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/sl.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 30, 114, 97, 0, 0, 0, 0, 30, 114 -po/ta.gmo, 30, 114, 112, 0, 0, 0, 0, 30, 114 -po/pt_BR.po, 34, 131, 170, 0, 0, 0, 0, 34, 131 -po/bn.po, 97, 730, 752, 0, 0, 0, 0, 97, 730 -po/nb.gmo, 30, 114, 99, 0, 0, 0, 0, 30, 114 -po/bs.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/it.po, 34, 131, 164, 0, 0, 0, 0, 34, 131 -po/sr@latin.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -po/nb.po, 30, 114, 99, 0, 0, 0, 0, 30, 114 -po/ar.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/ca@valencia.po, 30, 114, 161, 0, 0, 0, 0, 30, 114 -po/gd.po, 30, 114, 136, 0, 0, 0, 0, 30, 114 -po/hr.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/oc.po, 30, 114, 155, 0, 0, 0, 0, 30, 114 -po/zh_HK.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/sk.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/kk.gmo, 30, 114, 116, 0, 0, 0, 0, 30, 114 -po/sv.po, 34, 131, 101, 0, 0, 0, 0, 34, 131 -po/ml.gmo, 30, 114, 92, 0, 0, 0, 0, 30, 114 -po/te.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/ja.gmo, 30, 114, 39, 0, 0, 0, 0, 30, 114 -po/da.po, 34, 131, 108, 0, 0, 0, 0, 34, 131 -po/fi.po, 23, 73, 59, 1, 4, 6, 37, 30, 114 -po/sk.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/en@shaw.po, 83, 630, 630, 14, 100, 0, 0, 97, 730 -po/be.po, 30, 114, 115, 0, 0, 0, 0, 30, 114 -po/mai.po, 12, 16, 24, 0, 0, 82, 699, 94, 715 -po/et.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/sr.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 -po/sr.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -po/te.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/et.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/vi.gmo, 30, 114, 140, 0, 0, 0, 0, 30, 114 -po/zh_TW.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/ko.po, 30, 114, 107, 0, 0, 0, 0, 30, 114 -po/ro.gmo, 30, 114, 129, 0, 0, 0, 0, 30, 114 -po/ht.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/lv.gmo, 30, 114, 104, 0, 0, 0, 0, 30, 114 -po/fur.po, 30, 114, 151, 0, 0, 0, 0, 30, 114 -po/pl.po, 34, 131, 132, 0, 0, 0, 0, 34, 131 -po/zh_CN.po, 30, 114, 36, 0, 0, 0, 0, 30, 114 -po/en@shaw.gmo, 83, 630, 630, 0, 0, 0, 0, 83, 630 -po/sv.gmo, 34, 131, 101, 0, 0, 0, 0, 34, 131 -po/nn.gmo, 76, 294, 291, 0, 0, 0, 0, 76, 294 -po/kk.po, 30, 114, 116, 0, 0, 0, 0, 30, 114 -po/tg.po, 30, 114, 118, 0, 0, 0, 0, 30, 114 -po/es.po, 34, 131, 194, 0, 0, 0, 0, 34, 131 -po/pt.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -po/ug.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/ne.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/uk.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/ru.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/nl.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/ar.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/bg.po, 30, 114, 153, 0, 0, 0, 0, 30, 114 -po/zh_TW.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/tr.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/eu.po, 30, 114, 108, 0, 0, 0, 0, 30, 114 -po/zh_HK.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/pa.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/as.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/en_GB.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/kn.po, 94, 715, 569, 0, 0, 0, 0, 94, 715 -po/it.gmo, 34, 131, 164, 0, 0, 0, 0, 34, 131 -po/an.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/as.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/lo.po, 30, 114, 48, 0, 0, 0, 0, 30, 114 -po/el.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/cs.gmo, 34, 131, 131, 0, 0, 0, 0, 34, 131 -po/mai.gmo, 12, 16, 24, 0, 0, 0, 0, 12, 16 -po/pl.gmo, 34, 131, 132, 0, 0, 0, 0, 34, 131 -po/ru.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/oc.gmo, 30, 114, 155, 0, 0, 0, 0, 30, 114 -po/is.gmo, 14, 29, 26, 0, 0, 0, 0, 14, 29 -po/pa.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/fr.gmo, 30, 114, 150, 0, 0, 0, 0, 30, 114 -po/tr.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/hi.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/lt.po, 30, 114, 97, 0, 0, 0, 0, 30, 114 -po/kn.gmo, 94, 715, 569, 0, 0, 0, 0, 94, 715 -po/hu.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/es.gmo, 34, 131, 194, 0, 0, 0, 0, 34, 131 -po/ast.gmo, 97, 730, 863, 0, 0, 0, 0, 97, 730 -po/gu.po, 30, 114, 101, 0, 0, 0, 0, 30, 114 -po/bg.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -po/th.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/an.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/nn.po, 76, 294, 291, 0, 0, 0, 0, 76, 294 -po/bn.gmo, 97, 730, 752, 0, 0, 0, 0, 97, 730 -po/mr.po, 94, 715, 631, 0, 0, 0, 0, 94, 715 -po/id.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/fr.po, 30, 114, 150, 0, 0, 0, 0, 30, 114 -po/ht.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/ml.po, 30, 114, 92, 0, 0, 0, 0, 30, 114 -po/sl.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/gl.po, 30, 114, 171, 0, 0, 0, 0, 30, 114 -po/ast.po, 97, 730, 863, 0, 0, 0, 0, 97, 730 -po/ta.po, 30, 114, 112, 0, 0, 0, 0, 30, 114 -po/cs.po, 34, 131, 131, 0, 0, 0, 0, 34, 131 -po/fur.gmo, 30, 114, 151, 0, 0, 0, 0, 30, 114 -po/mk.po, 76, 294, 380, 0, 0, 0, 0, 76, 294 -po/sq.po, 94, 426, 497, 0, 0, 0, 0, 94, 426 -po/sr@latin.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 diff --git a/results/f30/mozjs60-60.4.0-5.fc30.src.rpm.errors.txt b/results/f30/mozjs60-60.4.0-5.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/mozjs60-60.4.0-5.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/mozjs60-60.4.0-5.fc30.src.rpm.stats.csv b/results/f30/mozjs60-60.4.0-5.fc30.src.rpm.stats.csv deleted file mode 100644 index e69de29..0000000 --- a/results/f30/mozjs60-60.4.0-5.fc30.src.rpm.stats.csv +++ /dev/null diff --git a/results/f30/nautilus-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/nautilus-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f30/nautilus-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/nautilus-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/nautilus-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index ddbf825..0000000 --- a/results/f30/nautilus-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,117 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 1171, 6674, 4763, 36, 174, 7, 128, 1214, 6976 -po/zh_TW.po, 1077, 5524, 1480, 0, 0, 0, 0, 1077, 5524 -po/zh_HK.po, 1050, 6243, 1428, 0, 0, 0, 0, 1050, 6243 -po/zh_CN.po, 1082, 5566, 1537, 0, 0, 0, 0, 1082, 5566 -po/yo.po, 295, 1434, 1797, 513, 2994, 222, 1686, 1030, 6114 -po/yi.po, 29, 31, 31, 32, 59, 1153, 6886, 1214, 6976 -po/xh.po, 1227, 6945, 5811, 18, 111, 10, 154, 1255, 7210 -po/wa.po, 505, 1435, 1779, 182, 813, 574, 4957, 1261, 7205 -po/vi.po, 1123, 5606, 7068, 0, 0, 0, 0, 1123, 5606 -po/uz@cyrillic.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -po/uz.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -po/uk.po, 1114, 5948, 5502, 0, 0, 0, 0, 1114, 5948 -po/ug.po, 1076, 6381, 4988, 0, 0, 0, 0, 1076, 6381 -po/tr.po, 1123, 5606, 4450, 0, 0, 0, 0, 1123, 5606 -po/tk.po, 994, 5001, 4101, 81, 321, 139, 1654, 1214, 6976 -po/th.po, 1095, 5862, 1986, 0, 0, 0, 0, 1095, 5862 -po/tg.po, 976, 4685, 4949, 77, 1667, 0, 0, 1053, 6352 -po/te.po, 1029, 6107, 4975, 1, 7, 0, 0, 1030, 6114 -po/ta.po, 1030, 6114, 5024, 0, 0, 0, 0, 1030, 6114 -po/sv.po, 1123, 5606, 5548, 0, 0, 0, 0, 1123, 5606 -po/sr@latin.po, 1087, 5622, 6307, 0, 0, 0, 0, 1087, 5622 -po/sr@ije.po, 1094, 6241, 5750, 97, 524, 23, 211, 1214, 6976 -po/sr.po, 1123, 5606, 6317, 0, 0, 0, 0, 1123, 5606 -po/sq.po, 1320, 8379, 9223, 0, 0, 0, 0, 1320, 8379 -po/sl.po, 1123, 5606, 6276, 0, 0, 0, 0, 1123, 5606 -po/sk.po, 1087, 5620, 5769, 0, 0, 0, 0, 1087, 5620 -po/si.po, 298, 887, 976, 347, 1835, 385, 3392, 1030, 6114 -po/rw.po, 100, 107, 117, 849, 6436, 306, 669, 1255, 7212 -po/ru.po, 1123, 5606, 5574, 0, 0, 0, 0, 1123, 5606 -po/ro.po, 1123, 5606, 6518, 0, 0, 0, 0, 1123, 5606 -po/pt_BR.po, 1123, 5606, 6242, 0, 0, 0, 0, 1123, 5606 -po/pt.po, 1002, 5439, 5737, 66, 282, 40, 172, 1108, 5893 -po/ps.po, 512, 1166, 1250, 1, 4, 807, 7209, 1320, 8379 -po/pl.po, 1123, 5606, 5651, 0, 0, 0, 0, 1123, 5606 -po/pa.po, 1087, 5622, 6386, 0, 0, 0, 0, 1087, 5622 -po/or.po, 1030, 6114, 6397, 0, 0, 0, 0, 1030, 6114 -po/oc.po, 1087, 5622, 6463, 0, 0, 0, 0, 1087, 5622 -po/nso.po, 704, 3641, 4773, 412, 2671, 198, 1832, 1314, 8144 -po/nn.po, 1097, 6708, 6383, 10, 71, 4, 36, 1111, 6815 -po/nl.po, 1123, 5606, 5909, 0, 0, 0, 0, 1123, 5606 -po/ne.po, 712, 2397, 2361, 342, 2525, 70, 1088, 1124, 6010 -po/nds.po, 813, 2511, 2359, 0, 0, 588, 6170, 1401, 8681 -po/nb.po, 1096, 5161, 5086, 20, 674, 11, 153, 1127, 5988 -po/my.po, 288, 797, 572, 0, 0, 1161, 8094, 1449, 8891 -po/ms.po, 844, 4023, 3681, 244, 1920, 33, 1136, 1121, 7079 -po/mr.po, 1030, 6114, 5696, 0, 0, 0, 0, 1030, 6114 -po/mn.po, 1174, 6597, 5791, 75, 465, 13, 144, 1262, 7206 -po/ml.po, 784, 3484, 2868, 236, 1891, 104, 665, 1124, 6040 -po/mk.po, 1121, 7079, 7322, 0, 0, 0, 0, 1121, 7079 -po/mi.po, 167, 244, 285, 78, 170, 969, 6562, 1214, 6976 -po/mg.po, 1048, 6089, 6546, 96, 733, 16, 147, 1160, 6969 -po/mai.po, 951, 5078, 5462, 0, 0, 343, 3175, 1294, 8253 -po/lv.po, 1123, 5606, 5259, 0, 0, 0, 0, 1123, 5606 -po/lt.po, 1123, 5606, 5087, 0, 0, 0, 0, 1123, 5606 -po/ln.po, 996, 5489, 5850, 0, 0, 0, 0, 996, 5489 -po/li.po, 743, 3450, 3347, 398, 2903, 120, 852, 1261, 7205 -po/ky.po, 391, 999, 879, 74, 407, 590, 4910, 1055, 6316 -po/ku.po, 658, 2464, 2638, 232, 1737, 281, 3114, 1171, 7315 -po/ko.po, 1123, 5606, 4326, 0, 0, 0, 0, 1123, 5606 -po/kn.po, 1030, 6114, 5253, 0, 0, 0, 0, 1030, 6114 -po/km.po, 11, 42, 14, 89, 398, 1013, 6331, 1113, 6771 -po/kk.po, 1123, 5606, 4680, 0, 0, 0, 0, 1123, 5606 -po/ka.po, 1226, 6415, 4739, 8, 35, 88, 1948, 1322, 8398 -po/ja.po, 1077, 5536, 1499, 19, 32, 27, 38, 1123, 5606 -po/it.po, 1123, 5606, 5938, 0, 0, 0, 0, 1123, 5606 -po/is.po, 1077, 5524, 5612, 0, 0, 0, 0, 1077, 5524 -po/io.po, 451, 1283, 1212, 14, 44, 766, 6127, 1231, 7454 -po/ig.po, 723, 3745, 3973, 386, 2655, 205, 1744, 1314, 8144 -po/id.po, 1123, 5606, 5494, 0, 0, 0, 0, 1123, 5606 -po/hy.po, 1140, 6554, 5928, 28, 262, 0, 0, 1168, 6816 -po/hu.po, 1123, 5606, 5020, 0, 0, 0, 0, 1123, 5606 -po/hr.po, 1077, 5524, 5457, 0, 0, 0, 0, 1077, 5524 -po/hi.po, 1030, 6114, 7276, 0, 0, 0, 0, 1030, 6114 -po/he.po, 1108, 5893, 5862, 0, 0, 0, 0, 1108, 5893 -po/ha.po, 723, 3745, 4634, 386, 2655, 205, 1744, 1314, 8144 -po/gv.po, 1269, 7500, 9107, 138, 863, 36, 521, 1443, 8884 -po/gu.po, 1030, 6114, 6546, 0, 0, 0, 0, 1030, 6114 -po/gl.po, 1123, 5606, 6168, 0, 0, 0, 0, 1123, 5606 -po/gd.po, 1087, 5620, 8440, 0, 0, 0, 0, 1087, 5620 -po/ga.po, 416, 1130, 1618, 168, 785, 311, 3255, 895, 5170 -po/fy.po, 484, 946, 932, 0, 0, 959, 7938, 1443, 8884 -po/fur.po, 1123, 5606, 6504, 0, 0, 0, 0, 1123, 5606 -po/fr.po, 1123, 5606, 6496, 0, 0, 0, 0, 1123, 5606 -po/fi.po, 1090, 4753, 3992, 22, 694, 11, 159, 1123, 5606 -po/fa.po, 1114, 5984, 6560, 0, 0, 0, 0, 1114, 5984 -po/eu.po, 1123, 5606, 4837, 0, 0, 0, 0, 1123, 5606 -po/et.po, 1049, 6236, 4871, 1, 7, 0, 0, 1050, 6243 -po/es.po, 1123, 5606, 6297, 0, 0, 0, 0, 1123, 5606 -po/eo.po, 1123, 5606, 5377, 0, 0, 0, 0, 1123, 5606 -po/en_GB.po, 1077, 5524, 5604, 0, 0, 0, 0, 1077, 5524 -po/en_CA.po, 1192, 7325, 7330, 0, 0, 0, 0, 1192, 7325 -po/en@shaw.po, 1333, 7548, 7548, 105, 1292, 0, 0, 1438, 8840 -po/el.po, 1123, 5606, 5791, 0, 0, 0, 0, 1123, 5606 -po/dz.po, 1172, 7054, 3098, 3, 10, 1, 2, 1176, 7066 -po/de.po, 1123, 5606, 5721, 0, 0, 0, 0, 1123, 5606 -po/da.po, 1123, 5606, 5403, 0, 0, 0, 0, 1123, 5606 -po/cy.po, 1162, 7004, 7511, 1, 1, 0, 0, 1163, 7005 -po/cs.po, 1123, 5606, 5709, 0, 0, 0, 0, 1123, 5606 -po/crh.po, 1032, 6170, 4852, 2, 16, 6, 46, 1040, 6232 -po/ca@valencia.po, 1114, 5984, 7063, 0, 0, 0, 0, 1114, 5984 -po/ca.po, 1123, 5606, 6627, 0, 0, 0, 0, 1123, 5606 -po/bs.po, 869, 5118, 5012, 0, 0, 0, 0, 869, 5118 -po/br.po, 1417, 8788, 10044, 1, 13, 0, 0, 1418, 8801 -po/bo.po, 1031, 6259, 2219, 115, 823, 46, 321, 1192, 7403 -po/bn_IN.po, 1030, 6114, 6520, 0, 0, 0, 0, 1030, 6114 -po/bn.po, 1121, 7063, 7293, 7, 66, 0, 0, 1128, 7129 -po/bg.po, 864, 5223, 5540, 0, 0, 0, 0, 864, 5223 -po/be@latin.po, 1287, 7522, 6673, 8, 104, 19, 509, 1314, 8135 -po/be.po, 1123, 5606, 5651, 0, 0, 0, 0, 1123, 5606 -po/az.po, 1214, 6881, 5493, 40, 193, 8, 132, 1262, 7206 -po/ast.po, 1121, 7079, 7278, 0, 0, 0, 0, 1121, 7079 -po/as.po, 1030, 6114, 6295, 0, 0, 0, 0, 1030, 6114 -po/ar.po, 1029, 4536, 5586, 21, 595, 27, 393, 1077, 5524 -po/an.po, 783, 3679, 3986, 0, 0, 85, 1400, 868, 5079 -po/am.po, 381, 909, 971, 190, 657, 690, 5639, 1261, 7205 -po/af.po, 1050, 4908, 5323, 0, 0, 30, 636, 1080, 5544 diff --git a/results/f30/nautilus-sendto-3.8.6-4.fc30.src.rpm.errors.txt b/results/f30/nautilus-sendto-3.8.6-4.fc30.src.rpm.errors.txt deleted file mode 100644 index e7be994..0000000 --- a/results/f30/nautilus-sendto-3.8.6-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv b/results/f30/nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv deleted file mode 100644 index a121db3..0000000 --- a/results/f30/nautilus-sendto-3.8.6-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_CA.po, 39, 173, 171, 0, 0, 0, 0, 39, 173 -po/pt_BR.po, 10, 56, 69, 0, 0, 0, 0, 10, 56 -po/ja.po, 8, 45, 16, 0, 0, 0, 0, 8, 45 -po/af.po, 6, 31, 37, 0, 0, 2, 14, 8, 45 -po/da.po, 10, 56, 52, 0, 0, 0, 0, 10, 56 -po/nl.po, 8, 45, 41, 0, 0, 0, 0, 8, 45 -po/mk.po, 62, 299, 293, 0, 0, 0, 0, 62, 299 -po/he.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -po/rw.po, 2, 1, 1, 12, 42, 5, 10, 19, 53 -po/sq.po, 20, 55, 58, 0, 0, 0, 0, 20, 55 -po/tr.po, 10, 56, 48, 0, 0, 0, 0, 10, 56 -po/mr.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -po/zh_CN.po, 10, 56, 15, 0, 0, 0, 0, 10, 56 -po/de.po, 10, 56, 53, 0, 0, 0, 0, 10, 56 -po/be.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -po/it.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -po/bn_IN.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -po/te.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -po/vi.po, 10, 56, 90, 0, 0, 0, 0, 10, 56 -po/cs.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -po/ka.po, 28, 84, 68, 0, 0, 0, 0, 28, 84 -po/br.po, 33, 98, 112, 0, 0, 34, 218, 67, 316 -po/ast.po, 65, 310, 334, 0, 0, 0, 0, 65, 310 -po/kk.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -po/eo.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -po/hr.po, 10, 56, 60, 0, 0, 0, 0, 10, 56 -po/bg.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -po/bn.po, 65, 310, 304, 0, 0, 0, 0, 65, 310 -po/kg.po, 11, 39, 34, 2, 6, 44, 230, 57, 275 -po/ms.po, 50, 217, 189, 0, 0, 0, 0, 50, 217 -po/hi.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -po/nds.po, 43, 152, 156, 0, 0, 22, 158, 65, 310 -po/oc.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -po/sr.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -po/pt.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -po/bs.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -po/ko.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -po/ro.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -po/is.po, 10, 56, 51, 0, 0, 0, 0, 10, 56 -po/pl.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -po/ne.po, 8, 45, 42, 0, 0, 0, 0, 8, 45 -po/km.po, 59, 274, 130, 0, 0, 0, 0, 59, 274 -po/th.po, 8, 45, 17, 0, 0, 0, 0, 8, 45 -po/ga.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -po/be@latin.po, 60, 289, 251, 0, 0, 0, 0, 60, 289 -po/ta.po, 8, 45, 40, 0, 0, 0, 0, 8, 45 -po/zh_TW.po, 10, 56, 18, 0, 0, 0, 0, 10, 56 -po/lv.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -po/sk.po, 10, 56, 63, 0, 0, 0, 0, 10, 56 -po/or.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -po/eu.po, 10, 56, 55, 0, 0, 0, 0, 10, 56 -po/ar.po, 6, 31, 33, 0, 0, 2, 14, 8, 45 -po/tg.po, 8, 45, 52, 0, 0, 0, 0, 8, 45 -po/fur.po, 10, 56, 70, 0, 0, 0, 0, 10, 56 -po/lt.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -po/fi.po, 8, 42, 29, 0, 0, 2, 14, 10, 56 -po/ca.po, 10, 56, 80, 0, 0, 0, 0, 10, 56 -po/en_GB.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -po/fa.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -po/ca@valencia.po, 8, 45, 66, 0, 0, 0, 0, 8, 45 -po/id.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -po/kn.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -po/en@shaw.po, 64, 308, 305, 0, 0, 0, 0, 64, 308 -po/ml.po, 8, 45, 33, 0, 0, 0, 0, 8, 45 -po/sr@latin.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -po/gd.po, 10, 56, 75, 0, 0, 0, 0, 10, 56 -po/el.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -po/zh_HK.po, 8, 45, 12, 0, 0, 0, 0, 8, 45 -po/sv.po, 10, 56, 46, 0, 0, 0, 0, 10, 56 -po/uk.po, 8, 45, 48, 0, 0, 0, 0, 8, 45 -po/et.po, 8, 45, 37, 0, 0, 0, 0, 8, 45 -po/nb.po, 10, 56, 45, 0, 0, 0, 0, 10, 56 -po/an.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -po/gu.po, 8, 45, 50, 0, 0, 0, 0, 8, 45 -po/ln.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -po/es.po, 10, 56, 76, 0, 0, 0, 0, 10, 56 -po/pa.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -po/as.po, 8, 45, 49, 0, 0, 0, 0, 8, 45 -po/gl.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -po/ug.po, 7, 38, 32, 0, 0, 0, 0, 7, 38 -po/nn.po, 64, 308, 275, 0, 0, 0, 0, 64, 308 -po/fr.po, 10, 56, 73, 0, 0, 0, 0, 10, 56 -po/hu.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -po/sl.po, 10, 56, 64, 0, 0, 0, 0, 10, 56 -po/dz.po, 39, 173, 56, 0, 0, 0, 0, 39, 173 -po/ru.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 diff --git a/results/f30/neon-0.30.2-10.fc30.src.rpm.errors.txt b/results/f30/neon-0.30.2-10.fc30.src.rpm.errors.txt deleted file mode 100644 index 7dccd2c..0000000 --- a/results/f30/neon-0.30.2-10.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 10: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 40: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xa5 in position 0: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf0 in position 16: invalid continuation byte diff --git a/results/f30/neon-0.30.2-10.fc30.src.rpm.stats.csv b/results/f30/neon-0.30.2-10.fc30.src.rpm.stats.csv deleted file mode 100644 index 490622d..0000000 --- a/results/f30/neon-0.30.2-10.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,16 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/neon.pot, 0, 0, 0, 0, 0, 136, 694, 136, 694 -po/tr.po, 14, 76, 57, 47, 255, 75, 363, 136, 694 -po/cs.po, 14, 76, 70, 51, 274, 71, 344, 136, 694 -po/ru.po, 0, 0, 0, 32, 172, 104, 522, 136, 694 -po/fr.po, 0, 0, 0, 44, 249, 92, 445, 136, 694 -po/de.po, 14, 76, 82, 51, 274, 71, 344, 136, 694 -po/ja.po, 6, 32, 11, 46, 251, 84, 411, 136, 694 -po/pl.po, 131, 662, 676, 2, 14, 3, 18, 136, 694 -po/nn.po, 14, 76, 72, 61, 317, 61, 301, 136, 694 -po/zh_CN.po, 92, 476, 159, 20, 105, 24, 113, 136, 694 -po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.gmo, 14, 76, 72, 0, 0, 0, 0, 14, 76 -po/pl.gmo, 131, 662, 676, 0, 0, 0, 0, 131, 662 -po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 92, 476, 159, 0, 0, 0, 0, 92, 476 diff --git a/results/f30/net-tools-2.0-0.54.20160912git.fc30.src.rpm.errors.txt b/results/f30/net-tools-2.0-0.54.20160912git.fc30.src.rpm.errors.txt deleted file mode 100644 index 92e1454..0000000 --- a/results/f30/net-tools-2.0-0.54.20160912git.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) diff --git a/results/f30/net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv b/results/f30/net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv deleted file mode 100644 index e384573..0000000 --- a/results/f30/net-tools-2.0-0.54.20160912git.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,7 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pt_BR.po, 500, 2225, 2477, 0, 0, 0, 0, 500, 2225 -po/net-tools.pot, 0, 0, 0, 0, 0, 590, 2812, 590, 2812 -po/fr.po, 433, 1859, 2044, 19, 88, 48, 278, 500, 2225 -po/et_EE.po, 532, 2439, 2388, 0, 0, 2, 10, 534, 2449 -po/de.po, 486, 2168, 2038, 8, 31, 6, 26, 500, 2225 -po/cs.po, 608, 2928, 3121, 0, 0, 0, 0, 608, 2928 diff --git a/results/f30/network-manager-applet-1.8.20-2.fc30.src.rpm.errors.txt b/results/f30/network-manager-applet-1.8.20-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 931fb4f..0000000 --- a/results/f30/network-manager-applet-1.8.20-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv b/results/f30/network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 5d01b34..0000000 --- a/results/f30/network-manager-applet-1.8.20-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,82 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sk.po, 804, 3225, 3289, 86, 594, 96, 1009, 986, 4828 -po/bs.po, 542, 1996, 2016, 184, 1154, 202, 1253, 928, 4403 -po/bn_IN.po, 331, 1081, 1272, 305, 1617, 292, 1705, 928, 4403 -po/be@latin.po, 137, 382, 387, 325, 1337, 466, 2684, 928, 4403 -po/fr.po, 991, 4844, 5727, 0, 0, 0, 0, 991, 4844 -po/oc.po, 580, 2082, 2514, 152, 1003, 196, 1318, 928, 4403 -po/km.po, 538, 1965, 952, 186, 1178, 204, 1260, 928, 4403 -po/de.po, 981, 4790, 4490, 0, 0, 3, 13, 984, 4803 -po/eo.po, 510, 1739, 1680, 134, 1037, 328, 1954, 972, 4730 -po/hu.po, 910, 4330, 3988, 5, 27, 13, 46, 928, 4403 -po/mk.po, 333, 1102, 1308, 275, 1593, 320, 1708, 928, 4403 -po/da.po, 986, 4828, 4319, 0, 0, 0, 0, 986, 4828 -po/he.po, 497, 1803, 1831, 194, 1174, 237, 1426, 928, 4403 -po/zh_TW.po, 540, 1974, 921, 181, 1164, 251, 1592, 972, 4730 -po/es.po, 960, 4487, 5426, 0, 0, 17, 323, 977, 4810 -po/ne.po, 32, 70, 76, 227, 849, 669, 3484, 928, 4403 -po/zh_CN.po, 600, 2264, 1027, 171, 1147, 201, 1319, 972, 4730 -po/as.po, 540, 1975, 2165, 190, 1184, 198, 1244, 928, 4403 -po/et.po, 488, 1783, 1506, 195, 1177, 245, 1443, 928, 4403 -po/fi.po, 568, 1914, 1485, 172, 1163, 188, 1326, 928, 4403 -po/sr@latin.po, 972, 4730, 4709, 0, 0, 0, 0, 972, 4730 -po/th.po, 377, 1305, 660, 244, 1464, 307, 1634, 928, 4403 -po/crh.po, 444, 1593, 1526, 197, 1189, 287, 1621, 928, 4403 -po/vi.po, 541, 1981, 2558, 186, 1174, 201, 1248, 928, 4403 -po/ml.po, 491, 1792, 1568, 193, 1172, 244, 1439, 928, 4403 -po/ro.po, 525, 2292, 2593, 96, 474, 147, 656, 768, 3422 -po/ast.po, 326, 1087, 1286, 277, 1587, 325, 1729, 928, 4403 -po/ca.po, 978, 4803, 6020, 0, 0, 0, 0, 978, 4803 -po/ar.po, 278, 892, 916, 269, 1392, 381, 2119, 928, 4403 -po/ms.po, 333, 1102, 1085, 273, 1586, 322, 1715, 928, 4403 -po/ca@valencia.po, 539, 1974, 2582, 186, 1175, 203, 1254, 928, 4403 -po/ku.po, 135, 272, 293, 191, 745, 602, 3386, 928, 4403 -po/ug.po, 479, 1711, 1640, 200, 1194, 249, 1498, 928, 4403 -po/nl.po, 972, 4730, 4644, 0, 0, 0, 0, 972, 4730 -po/eu.po, 541, 1981, 1860, 187, 1174, 200, 1248, 928, 4403 -po/hi.po, 486, 1760, 2125, 198, 1188, 244, 1455, 928, 4403 -po/nn.po, 366, 1210, 1160, 250, 1509, 312, 1684, 928, 4403 -po/sv.po, 985, 4814, 4337, 0, 0, 0, 0, 985, 4814 -po/id.po, 984, 4803, 4662, 0, 0, 0, 0, 984, 4803 -po/mr.po, 369, 1190, 1294, 267, 1566, 292, 1647, 928, 4403 -po/pa.po, 872, 3588, 3999, 0, 0, 77, 916, 949, 4504 -po/gd.po, 780, 3365, 4473, 30, 128, 118, 910, 928, 4403 -po/or.po, 331, 1081, 1224, 305, 1617, 292, 1705, 928, 4403 -po/lv.po, 972, 4730, 4300, 0, 0, 0, 0, 972, 4730 -po/ta.po, 395, 1281, 1219, 251, 1502, 282, 1620, 928, 4403 -po/sq.po, 1, 2, 3, 68, 232, 859, 4169, 928, 4403 -po/el.po, 540, 1975, 2126, 191, 1186, 197, 1242, 928, 4403 -po/tr.po, 981, 4720, 4207, 0, 0, 4, 94, 985, 4814 -po/lt.po, 991, 4844, 4337, 0, 0, 0, 0, 991, 4844 -po/ja.po, 969, 4707, 1931, 2, 14, 1, 9, 972, 4730 -po/kk.po, 749, 2641, 2450, 0, 0, 235, 2162, 984, 4803 -po/tg.po, 307, 685, 741, 388, 2358, 233, 1360, 928, 4403 -po/cs.po, 986, 4828, 4633, 0, 0, 0, 0, 986, 4828 -po/en_CA.po, 24, 56, 56, 197, 748, 707, 3599, 928, 4403 -po/rw.po, 0, 0, 0, 95, 375, 833, 4028, 928, 4403 -po/it.po, 984, 4803, 5162, 0, 0, 0, 0, 984, 4803 -po/ru.po, 897, 3821, 3493, 0, 0, 87, 982, 984, 4803 -po/nb.po, 530, 1912, 1828, 189, 1179, 209, 1312, 928, 4403 -po/ur.po, 241, 813, 1104, 300, 1528, 387, 2062, 928, 4403 -po/pl.po, 991, 4844, 4526, 0, 0, 0, 0, 991, 4844 -po/af.po, 155, 445, 379, 187, 880, 586, 3078, 928, 4403 -po/pt.po, 629, 2353, 2677, 171, 1131, 128, 919, 928, 4403 -po/dz.po, 32, 70, 40, 227, 849, 669, 3484, 928, 4403 -po/en_GB.po, 485, 1755, 1755, 203, 1202, 240, 1446, 928, 4403 -po/uk.po, 364, 1197, 1174, 252, 1511, 312, 1695, 928, 4403 -po/zh_HK.po, 543, 1978, 925, 185, 1177, 200, 1248, 928, 4403 -po/be.po, 482, 1750, 1625, 196, 1187, 250, 1466, 928, 4403 -po/is.po, 816, 3203, 3155, 23, 145, 133, 1382, 972, 4730 -po/gl.po, 949, 4504, 5401, 0, 0, 1, 3, 950, 4507 -po/ko.po, 538, 1972, 1735, 181, 1161, 253, 1597, 972, 4730 -po/sr.po, 972, 4730, 4709, 0, 0, 0, 0, 972, 4730 -po/wa.po, 1, 2, 2, 72, 251, 855, 4150, 928, 4403 -po/sl.po, 545, 2002, 2012, 181, 1148, 202, 1253, 928, 4403 -po/hr.po, 985, 4814, 4588, 0, 0, 0, 0, 985, 4814 -po/gu.po, 499, 1634, 1899, 196, 1267, 233, 1502, 928, 4403 -po/kn.po, 331, 1081, 1038, 305, 1617, 292, 1705, 928, 4403 -po/an.po, 313, 915, 1106, 298, 1787, 317, 1701, 928, 4403 -po/pt_BR.po, 991, 4844, 5606, 0, 0, 0, 0, 991, 4844 -po/fa.po, 377, 1305, 1606, 244, 1457, 307, 1641, 928, 4403 -po/te.po, 416, 1414, 1336, 233, 1419, 279, 1570, 928, 4403 -po/bg.po, 540, 1975, 2323, 185, 1174, 203, 1254, 928, 4403 diff --git a/results/f30/nmap-7.70-6.fc30.src.rpm.errors.txt b/results/f30/nmap-7.70-6.fc30.src.rpm.errors.txt deleted file mode 100644 index b983071..0000000 --- a/results/f30/nmap-7.70-6.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./zenmap/share/zenmap/locale/xgettext-profile_editor.py) -translate.tools.pocount: ERROR: Unknown filetype (./zenmap/share/zenmap/locale/Makefile) diff --git a/results/f30/nmap-7.70-6.fc30.src.rpm.stats.csv b/results/f30/nmap-7.70-6.fc30.src.rpm.stats.csv deleted file mode 100644 index b5ec134..0000000 --- a/results/f30/nmap-7.70-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,24 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -zenmap/share/zenmap/locale/es.po, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/ja/LC_MESSAGES/zenmap.mo, 474, 3393, 1203, 0, 0, 0, 0, 474, 3393 -zenmap/share/zenmap/locale/ru/LC_MESSAGES/zenmap.mo, 365, 1860, 1602, 0, 0, 0, 0, 365, 1860 -zenmap/share/zenmap/locale/pl.po, 480, 3521, 3249, 0, 0, 1, 1, 481, 3522 -zenmap/share/zenmap/locale/zh.po, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -zenmap/share/zenmap/locale/pt_BR.po, 85, 165, 194, 0, 0, 396, 3353, 481, 3518 -zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/de/LC_MESSAGES/zenmap.mo, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/pl/LC_MESSAGES/zenmap.mo, 480, 3521, 3249, 0, 0, 0, 0, 480, 3521 -zenmap/share/zenmap/locale/hr/LC_MESSAGES/zenmap.mo, 269, 1053, 1006, 0, 0, 0, 0, 269, 1053 -zenmap/share/zenmap/locale/ja.po, 474, 3393, 1203, 0, 0, 7, 125, 481, 3518 -zenmap/share/zenmap/locale/fr/LC_MESSAGES/zenmap.mo, 481, 3518, 4019, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/hi.po, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/hr.po, 269, 1053, 1006, 0, 0, 212, 2465, 481, 3518 -zenmap/share/zenmap/locale/zenmap.pot, 0, 0, 0, 0, 0, 503, 3613, 503, 3613 -zenmap/share/zenmap/locale/ru.po, 365, 1860, 1602, 0, 0, 116, 1658, 481, 3518 -zenmap/share/zenmap/locale/zh/LC_MESSAGES/zenmap.mo, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -zenmap/share/zenmap/locale/es/LC_MESSAGES/zenmap.mo, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/it.po, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/hi/LC_MESSAGES/zenmap.mo, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/pt_BR/LC_MESSAGES/zenmap.mo, 85, 165, 194, 0, 0, 0, 0, 85, 165 -zenmap/share/zenmap/locale/fr.po, 481, 3518, 4002, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/de.po, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 diff --git a/results/f30/openconnect-8.02-3.fc30.src.rpm.errors.txt b/results/f30/openconnect-8.02-3.fc30.src.rpm.errors.txt deleted file mode 100644 index b67bd42..0000000 --- a/results/f30/openconnect-8.02-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/openconnect-8.02-3.fc30.src.rpm.stats.csv b/results/f30/openconnect-8.02-3.fc30.src.rpm.stats.csv deleted file mode 100644 index e663c60..0000000 --- a/results/f30/openconnect-8.02-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,35 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.po, 94, 321, 281, 0, 0, 935, 5609, 1029, 5930 -po/pa.po, 77, 268, 313, 0, 0, 952, 5662, 1029, 5930 -po/en_US.po, 265, 1463, 1463, 0, 0, 764, 4467, 1029, 5930 -po/sk.po, 4, 19, 19, 0, 0, 1025, 5911, 1029, 5930 -po/tg.po, 6, 10, 10, 0, 0, 1023, 5920, 1029, 5930 -po/ug.po, 400, 2198, 2053, 0, 0, 629, 3732, 1029, 5930 -po/eu.po, 495, 2734, 2857, 0, 0, 534, 3196, 1029, 5930 -po/tr.po, 659, 3760, 3594, 0, 0, 370, 2170, 1029, 5930 -po/sr@latin.po, 888, 5156, 5697, 0, 0, 141, 774, 1029, 5930 -po/hu.po, 895, 5200, 5582, 0, 0, 134, 730, 1029, 5930 -po/da.po, 1018, 5866, 5553, 0, 0, 11, 64, 1029, 5930 -po/sv.po, 888, 5156, 4903, 0, 0, 141, 774, 1029, 5930 -po/gl.po, 91, 479, 650, 0, 0, 938, 5451, 1029, 5930 -po/bs.po, 787, 4508, 4544, 0, 0, 242, 1422, 1029, 5930 -po/pt.po, 812, 4671, 5363, 0, 0, 217, 1259, 1029, 5930 -po/en_GB.po, 417, 2300, 2300, 0, 0, 612, 3630, 1029, 5930 -po/fr.po, 22, 63, 72, 0, 0, 1007, 5867, 1029, 5930 -po/pl.po, 1029, 5930, 6536, 0, 0, 0, 0, 1029, 5930 -po/lt.po, 1018, 5866, 5491, 0, 0, 11, 64, 1029, 5930 -po/de.po, 962, 5573, 5551, 0, 0, 67, 357, 1029, 5930 -po/el.po, 483, 2667, 2906, 0, 0, 546, 3263, 1029, 5930 -po/sr.po, 888, 5156, 5697, 0, 0, 141, 774, 1029, 5930 -po/es.po, 1003, 5780, 7324, 0, 0, 26, 150, 1029, 5930 -po/it.po, 47, 171, 208, 0, 0, 982, 5759, 1029, 5930 -po/ar.po, 10, 48, 51, 0, 0, 1019, 5882, 1029, 5930 -po/cs.po, 997, 5778, 5973, 0, 0, 32, 152, 1029, 5930 -po/nl.po, 427, 2326, 2404, 0, 0, 602, 3604, 1029, 5930 -po/sl.po, 454, 2505, 2850, 0, 0, 575, 3425, 1029, 5930 -po/pt_BR.po, 1018, 5866, 6848, 0, 0, 11, 64, 1029, 5930 -po/uk.po, 61, 233, 263, 0, 0, 968, 5697, 1029, 5930 -po/zh_TW.po, 7, 32, 10, 0, 0, 1022, 5898, 1029, 5930 -po/zh_CN.po, 76, 314, 170, 0, 0, 953, 5616, 1029, 5930 -po/ca.po, 962, 5573, 7268, 0, 0, 67, 357, 1029, 5930 -po/id.po, 895, 5200, 5258, 0, 0, 134, 730, 1029, 5930 diff --git a/results/f30/orca-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/orca-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 15d537a..0000000 --- a/results/f30/orca-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,643 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bg.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/orca-logo.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/orca-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/orca-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 29dd8f9..0000000 --- a/results/f30/orca-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,90 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/es/es.po, 1028, 13554, 14971, 0, 0, 0, 0, 1028, 13554 -help/sv/sv.po, 1033, 13658, 12824, 0, 0, 0, 0, 1033, 13658 -help/de/de.po, 1033, 13658, 12393, 0, 0, 0, 0, 1033, 13658 -help/fr/fr.po, 1028, 13554, 15596, 0, 0, 0, 0, 1028, 13554 -help/bg/bg.po, 1002, 13021, 13505, 0, 0, 0, 0, 1002, 13021 -help/cs/cs.po, 1033, 13658, 12911, 0, 0, 0, 0, 1033, 13658 -help/el/el.po, 984, 12505, 12718, 0, 0, 0, 0, 984, 12505 -help/gl/gl.po, 313, 1704, 1907, 4, 31, 667, 10696, 984, 12431 -help/pt_BR/pt_BR.po, 956, 11916, 13573, 0, 0, 0, 0, 956, 11916 -help/hu/hu.po, 1033, 13658, 13383, 0, 0, 0, 0, 1033, 13658 -help/sl/sl.po, 955, 11824, 10493, 8, 134, 9, 300, 972, 12258 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/mai.po, 599, 1448, 1626, 0, 0, 664, 2233, 1263, 3681 -po/gu.po, 445, 1066, 1175, 339, 874, 516, 1853, 1300, 3793 -po/fur.po, 187, 516, 565, 2, 2, 1654, 5050, 1843, 5568 -po/cy.po, 492, 1239, 1321, 11, 28, 6, 37, 509, 1304 -po/or.po, 562, 1404, 1577, 158, 277, 547, 2023, 1267, 3704 -po/dz.po, 718, 1941, 1025, 0, 0, 0, 0, 718, 1941 -po/lt.po, 1867, 5675, 5484, 0, 0, 0, 0, 1867, 5675 -po/es.po, 1867, 5675, 6640, 0, 0, 0, 0, 1867, 5675 -po/mr.po, 379, 541, 548, 62, 440, 71, 342, 512, 1323 -po/ca@valencia.po, 1843, 5568, 6996, 0, 0, 0, 0, 1843, 5568 -po/bn_IN.po, 177, 277, 302, 3, 6, 329, 1021, 509, 1304 -po/pt_BR.po, 1867, 5675, 6401, 0, 0, 0, 0, 1867, 5675 -po/sk.po, 1774, 5518, 5543, 0, 0, 83, 92, 1857, 5610 -po/rw.po, 5, 5, 6, 234, 404, 270, 895, 509, 1304 -po/hu.po, 1867, 5675, 5504, 0, 0, 0, 0, 1867, 5675 -po/el.po, 1739, 5344, 5846, 0, 0, 0, 0, 1739, 5344 -po/sq.po, 218, 485, 571, 487, 1623, 233, 390, 938, 2498 -po/bs.po, 1626, 5057, 4828, 0, 0, 0, 0, 1626, 5057 -po/zh_HK.po, 1349, 4140, 1844, 0, 0, 0, 0, 1349, 4140 -po/ja.po, 1021, 3273, 2415, 98, 492, 49, 311, 1168, 4076 -po/lv.po, 1847, 5611, 5471, 0, 0, 20, 64, 1867, 5675 -po/ar.po, 908, 2817, 2898, 157, 561, 99, 487, 1164, 3865 -po/cs.po, 1867, 5675, 5788, 0, 0, 0, 0, 1867, 5675 -po/ru.po, 1343, 4135, 4262, 1, 2, 9, 18, 1353, 4155 -po/de.po, 1867, 5675, 5399, 0, 0, 0, 0, 1867, 5675 -po/en_CA.po, 327, 708, 705, 64, 181, 118, 415, 509, 1304 -po/ta.po, 1201, 3897, 3642, 0, 0, 0, 0, 1201, 3897 -po/hr.po, 1357, 4096, 4194, 0, 0, 463, 2037, 1820, 6133 -po/sv.po, 1867, 5675, 5364, 0, 0, 0, 0, 1867, 5675 -po/tr.po, 1867, 5675, 5268, 0, 0, 0, 0, 1867, 5675 -po/bn.po, 1315, 4011, 4162, 0, 0, 0, 0, 1315, 4011 -po/nn.po, 936, 2466, 2400, 31, 109, 136, 599, 1103, 3174 -po/fr.po, 1857, 5610, 6753, 0, 0, 0, 0, 1857, 5610 -po/an.po, 1356, 4172, 4835, 0, 0, 0, 0, 1356, 4172 -po/te.po, 1170, 4091, 3674, 0, 0, 0, 0, 1170, 4091 -po/kk.po, 92, 101, 107, 0, 0, 1775, 5574, 1867, 5675 -po/fi.po, 1095, 3269, 2784, 334, 989, 413, 1298, 1842, 5556 -po/be.po, 1196, 3855, 3992, 0, 0, 0, 0, 1196, 3855 -po/nb.po, 1657, 4957, 4757, 67, 172, 119, 439, 1843, 5568 -po/mk.po, 1337, 4309, 4907, 0, 0, 0, 0, 1337, 4309 -po/oc.po, 1739, 5344, 6270, 0, 0, 0, 0, 1739, 5344 -po/kn.po, 342, 467, 484, 408, 1727, 339, 902, 1089, 3096 -po/eo.po, 488, 906, 896, 105, 212, 1247, 4433, 1840, 5551 -po/gl.po, 1867, 5675, 6673, 0, 0, 0, 0, 1867, 5675 -po/bg.po, 1725, 5323, 5828, 0, 0, 0, 0, 1725, 5323 -po/pt.po, 1739, 5344, 6073, 0, 0, 0, 0, 1739, 5344 -po/pl.po, 1867, 5675, 5941, 0, 0, 0, 0, 1867, 5675 -po/ml.po, 940, 2627, 2442, 421, 1289, 482, 1652, 1843, 5568 -po/tg.po, 812, 1893, 1992, 0, 0, 388, 1974, 1200, 3867 -po/is.po, 139, 209, 217, 273, 355, 1208, 4476, 1620, 5040 -po/zh_TW.po, 1440, 4397, 1953, 298, 896, 41, 174, 1779, 5467 -po/vi.po, 1414, 4456, 6066, 0, 0, 0, 0, 1414, 4456 -po/ca.po, 1855, 5603, 7084, 0, 0, 0, 0, 1855, 5603 -po/ko.po, 579, 1433, 1386, 351, 999, 340, 1275, 1270, 3707 -po/ast.po, 1337, 4314, 4887, 0, 0, 0, 0, 1337, 4314 -po/id.po, 1867, 5675, 5684, 0, 0, 0, 0, 1867, 5675 -po/he.po, 644, 2053, 2031, 14, 47, 642, 1693, 1300, 3793 -po/ro.po, 1867, 5675, 6426, 0, 0, 0, 0, 1867, 5675 -po/th.po, 1260, 3694, 1794, 0, 0, 7, 10, 1267, 3704 -po/hi.po, 1201, 3897, 4548, 0, 0, 0, 0, 1201, 3897 -po/it.po, 1867, 5675, 6523, 0, 0, 0, 0, 1867, 5675 -po/eu.po, 1356, 4172, 3944, 0, 0, 0, 0, 1356, 4172 -po/en_GB.po, 1739, 5344, 5345, 0, 0, 0, 0, 1739, 5344 -po/si.po, 118, 143, 175, 0, 0, 810, 2357, 928, 2500 -po/sl.po, 1867, 5675, 6165, 0, 0, 0, 0, 1867, 5675 -po/sr@latin.po, 1842, 5556, 5805, 0, 0, 0, 0, 1842, 5556 -po/ug.po, 1201, 3897, 3448, 0, 0, 0, 0, 1201, 3897 -po/sr.po, 1867, 5675, 5946, 0, 0, 0, 0, 1867, 5675 -po/ga.po, 47, 103, 116, 0, 0, 1256, 3706, 1303, 3809 -po/da.po, 1867, 5675, 5449, 0, 0, 0, 0, 1867, 5675 -po/nl.po, 1867, 5675, 5587, 0, 0, 0, 0, 1867, 5675 -po/ms.po, 456, 940, 924, 0, 0, 860, 3079, 1316, 4019 -po/pa.po, 1290, 3823, 4071, 14, 94, 33, 397, 1337, 4314 -po/zh_CN.po, 1842, 5556, 2214, 0, 0, 0, 0, 1842, 5556 -po/uk.po, 1843, 5568, 5540, 0, 0, 0, 0, 1843, 5568 -po/ne.po, 1513, 4355, 4233, 292, 1042, 38, 171, 1843, 5568 -po/et.po, 360, 729, 695, 183, 327, 866, 3344, 1409, 4400 diff --git a/results/f30/osinfo-db-tools-1.4.0-1.fc30.src.rpm.errors.txt b/results/f30/osinfo-db-tools-1.4.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 2121dcd..0000000 --- a/results/f30/osinfo-db-tools-1.4.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f30/osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv b/results/f30/osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0a84c24..0000000 --- a/results/f30/osinfo-db-tools-1.4.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,192 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.po, 41, 209, 227, 0, 0, 0, 0, 41, 209 -po/bal.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/de.po, 11, 54, 51, 0, 0, 30, 155, 41, 209 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ro.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/kn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 11, 54, 71, 0, 0, 30, 155, 41, 209 -po/nso.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/gu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/zh_TW.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/br.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/hu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/gl.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/is.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ja.gmo, 11, 54, 30, 0, 0, 0, 0, 11, 54 -po/yo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/zh_HK.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 38, 178, 171, 0, 0, 0, 0, 38, 178 -po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.gmo, 41, 209, 227, 0, 0, 0, 0, 41, 209 -po/hi.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/zh_TW.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/osinfo-db-tools.pot, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ar.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ne.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/it.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.po, 41, 209, 231, 0, 0, 0, 0, 41, 209 -po/ko.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/anp.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.gmo, 11, 54, 51, 0, 0, 0, 0, 11, 54 -po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/it.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/km.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/or.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/nl.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/as.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/id.po, 11, 54, 55, 0, 0, 30, 155, 41, 209 -po/ru.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ja.po, 11, 54, 30, 0, 0, 30, 155, 41, 209 -po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.gmo, 11, 54, 74, 0, 0, 0, 0, 11, 54 -po/ca.gmo, 11, 54, 77, 0, 0, 0, 0, 11, 54 -po/nl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mai.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/zu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bs.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ast.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de_CH.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/cy.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/am.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/pt_BR.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/he.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/be.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/kw.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/mn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.gmo, 41, 209, 231, 0, 0, 0, 0, 41, 209 -po/es.po, 11, 54, 74, 0, 0, 30, 155, 41, 209 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/bn.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/mk.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/hr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ka.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/pt_BR.po, 1, 2, 2, 0, 0, 40, 207, 41, 209 -po/sq.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/fr.gmo, 11, 54, 71, 0, 0, 0, 0, 11, 54 -po/fi.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/tg.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/af.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ilo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/nds.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.po, 11, 54, 77, 0, 0, 30, 155, 41, 209 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/pt.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/fa.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ia.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/fi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/si.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/mr.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/sl.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/lt.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/ms.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/sr@latin.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/tw.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/brx.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/th.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/id.gmo, 11, 54, 55, 0, 0, 0, 0, 11, 54 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.po, 38, 178, 171, 0, 0, 3, 31, 41, 209 -po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.po, 0, 0, 0, 0, 0, 41, 209, 41, 209 -po/hu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f30/p11-kit-0.23.15-3.fc30.src.rpm.errors.txt b/results/f30/p11-kit-0.23.15-3.fc30.src.rpm.errors.txt deleted file mode 100644 index dd183bd..0000000 --- a/results/f30/p11-kit-0.23.15-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f30/p11-kit-0.23.15-3.fc30.src.rpm.stats.csv b/results/f30/p11-kit-0.23.15-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 9600769..0000000 --- a/results/f30/p11-kit-0.23.15-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,146 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lt.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/en@boldquot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/ca.po, 81, 476, 570, 0, 0, 0, 0, 81, 476 -po/pt_BR.gmo, 81, 476, 501, 0, 0, 0, 0, 81, 476 -po/pl.po, 81, 476, 415, 0, 0, 0, 0, 81, 476 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/cs.gmo, 81, 476, 387, 0, 0, 0, 0, 81, 476 -po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/cs.po, 81, 476, 387, 0, 0, 0, 0, 81, 476 -po/ca@valencia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/de.po, 81, 476, 519, 0, 0, 0, 0, 81, 476 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.po, 80, 469, 373, 0, 0, 1, 7, 81, 476 -po/sq.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ko.gmo, 81, 476, 327, 0, 0, 0, 0, 81, 476 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.gmo, 80, 469, 498, 0, 0, 0, 0, 80, 469 -po/te.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.po, 81, 476, 433, 0, 0, 0, 0, 81, 476 -po/oc.gmo, 81, 476, 503, 0, 0, 0, 0, 81, 476 -po/oc.po, 81, 476, 503, 0, 0, 0, 0, 81, 476 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.po, 81, 476, 404, 0, 0, 0, 0, 81, 476 -po/id.po, 81, 476, 392, 0, 0, 0, 0, 81, 476 -po/fr.gmo, 81, 476, 504, 0, 0, 0, 0, 81, 476 -po/gl.po, 81, 476, 549, 0, 0, 0, 0, 81, 476 -po/ru.po, 81, 476, 378, 0, 0, 0, 0, 81, 476 -po/sk.po, 81, 476, 409, 0, 0, 0, 0, 81, 476 -po/uk.po, 81, 476, 434, 0, 0, 0, 0, 81, 476 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gl.gmo, 81, 476, 549, 0, 0, 0, 0, 81, 476 -po/hr.po, 81, 476, 385, 0, 0, 0, 0, 81, 476 -po/zh_TW.po, 1, 2, 1, 0, 0, 80, 474, 81, 476 -po/pt_BR.po, 81, 476, 501, 0, 0, 0, 0, 81, 476 -po/hu.gmo, 81, 476, 396, 0, 0, 0, 0, 81, 476 -po/lv.gmo, 80, 469, 373, 0, 0, 0, 0, 80, 469 -po/bg.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/zh_HK.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ja.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/he.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/p11-kit.pot, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/tr.po, 81, 476, 324, 0, 0, 0, 0, 81, 476 -po/ga.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/bn_IN.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/sr@latin.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/mr.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/en_GB.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/sl.gmo, 81, 476, 404, 0, 0, 0, 0, 81, 476 -po/cy.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/or.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/nb.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.gmo, 81, 476, 417, 0, 0, 0, 0, 81, 476 -po/it.po, 81, 476, 513, 0, 0, 0, 0, 81, 476 -po/it.gmo, 81, 476, 513, 0, 0, 0, 0, 81, 476 -po/ar.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/az.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/fi.gmo, 81, 476, 402, 0, 0, 0, 0, 81, 476 -po/en@quot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 81, 476, 504, 0, 0, 0, 0, 81, 476 -po/ml.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/fi.po, 81, 476, 402, 0, 0, 0, 0, 81, 476 -po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fo.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/eo.gmo, 14, 58, 55, 0, 0, 0, 0, 14, 58 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.po, 74, 425, 444, 0, 0, 7, 51, 81, 476 -po/tr.gmo, 81, 476, 324, 0, 0, 0, 0, 81, 476 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.po, 81, 476, 466, 0, 0, 0, 0, 81, 476 -po/nl.po, 80, 469, 498, 0, 0, 1, 7, 81, 476 -po/hi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/hu.po, 81, 476, 396, 0, 0, 0, 0, 81, 476 -po/id.gmo, 81, 476, 392, 0, 0, 0, 0, 81, 476 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fur.po, 81, 476, 579, 0, 0, 0, 0, 81, 476 -po/en_GB.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/es.po, 81, 476, 563, 0, 0, 0, 0, 81, 476 -po/zh_CN.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/th.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/el.gmo, 81, 476, 532, 0, 0, 0, 0, 81, 476 -po/pl.gmo, 81, 476, 415, 0, 0, 0, 0, 81, 476 -po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.gmo, 81, 476, 519, 0, 0, 0, 0, 81, 476 -po/da.gmo, 81, 476, 433, 0, 0, 0, 0, 81, 476 -po/ja.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/zh_CN.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.gmo, 81, 476, 570, 0, 0, 0, 0, 81, 476 -po/ro.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/sk.gmo, 81, 476, 409, 0, 0, 0, 0, 81, 476 -po/zh_TW.gmo, 1, 2, 1, 0, 0, 0, 0, 1, 2 -po/nn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/eo.po, 14, 58, 55, 0, 0, 67, 418, 81, 476 -po/kk.po, 4, 12, 11, 0, 0, 77, 464, 81, 476 -po/fur.gmo, 81, 476, 579, 0, 0, 0, 0, 81, 476 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.po, 81, 476, 327, 0, 0, 0, 0, 81, 476 -po/as.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/uk.gmo, 81, 476, 434, 0, 0, 0, 0, 81, 476 -po/et.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ru.gmo, 81, 476, 378, 0, 0, 0, 0, 81, 476 -po/fa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ka.po, 31, 156, 107, 0, 0, 50, 320, 81, 476 -po/gu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.po, 81, 476, 532, 0, 0, 0, 0, 81, 476 -po/ka.gmo, 31, 156, 107, 0, 0, 0, 0, 31, 156 -po/eu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/kk.gmo, 4, 12, 11, 0, 0, 0, 0, 4, 12 -po/sv.gmo, 81, 476, 406, 0, 0, 0, 0, 81, 476 -po/pa.gmo, 74, 425, 444, 0, 0, 0, 0, 74, 425 -po/pt.gmo, 81, 476, 466, 0, 0, 0, 0, 81, 476 -po/en@quot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/hr.gmo, 81, 476, 385, 0, 0, 0, 0, 81, 476 -po/ms.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/es.gmo, 81, 476, 563, 0, 0, 0, 0, 81, 476 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.po, 81, 476, 406, 0, 0, 0, 0, 81, 476 -po/en@boldquot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/sr.po, 81, 476, 417, 0, 0, 0, 0, 81, 476 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f30/pam-1.3.1-17.fc30.src.rpm.errors.txt b/results/f30/pam-1.3.1-17.fc30.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f30/pam-1.3.1-17.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/pam-1.3.1-17.fc30.src.rpm.stats.csv b/results/f30/pam-1.3.1-17.fc30.src.rpm.stats.csv deleted file mode 100644 index c9f1355..0000000 --- a/results/f30/pam-1.3.1-17.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,196 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/Linux-PAM.pot, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/zu.gmo, 85, 371, 317, 0, 0, 0, 0, 85, 371 -po/zh_TW.gmo, 117, 575, 215, 0, 0, 0, 0, 117, 575 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 117, 575, 217, 0, 0, 0, 0, 117, 575 -po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 115, 562, 794, 0, 0, 0, 0, 115, 562 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.gmo, 119, 595, 597, 0, 0, 0, 0, 119, 595 -po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.gmo, 117, 575, 506, 0, 0, 0, 0, 117, 575 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 117, 575, 470, 0, 0, 0, 0, 117, 575 -po/ta.gmo, 117, 575, 483, 0, 0, 0, 0, 117, 575 -po/sv.gmo, 117, 575, 541, 0, 0, 0, 0, 117, 575 -po/sr.gmo, 117, 575, 587, 0, 0, 0, 0, 117, 575 -po/sr@latin.gmo, 114, 559, 572, 0, 0, 0, 0, 114, 559 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.gmo, 117, 575, 566, 0, 0, 0, 0, 117, 575 -po/si.gmo, 90, 410, 450, 0, 0, 0, 0, 90, 410 -po/ru.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.gmo, 117, 575, 699, 0, 0, 0, 0, 117, 575 -po/pt_BR.gmo, 117, 575, 627, 0, 0, 0, 0, 117, 575 -po/pl.gmo, 119, 595, 591, 0, 0, 0, 0, 119, 595 -po/pa.gmo, 117, 575, 677, 0, 0, 0, 0, 117, 575 -po/or.gmo, 117, 575, 655, 0, 0, 0, 0, 117, 575 -po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.gmo, 117, 575, 572, 0, 0, 0, 0, 117, 575 -po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.gmo, 117, 575, 543, 0, 0, 0, 0, 117, 575 -po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 1, 4, 4, 0, 0, 0, 0, 1, 4 -po/mr.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.gmo, 117, 575, 504, 0, 0, 0, 0, 117, 575 -po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 117, 575, 508, 0, 0, 0, 0, 117, 575 -po/kn.gmo, 117, 575, 512, 0, 0, 0, 0, 117, 575 -po/km.gmo, 81, 344, 168, 0, 0, 0, 0, 81, 344 -po/kk.gmo, 117, 575, 553, 0, 0, 0, 0, 117, 575 -po/ka.gmo, 31, 87, 77, 0, 0, 0, 0, 31, 87 -po/ja.gmo, 117, 575, 192, 0, 0, 0, 0, 117, 575 -po/it.gmo, 117, 575, 614, 0, 0, 0, 0, 117, 575 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/id.gmo, 47, 215, 203, 0, 0, 0, 0, 47, 215 -po/ia.gmo, 117, 575, 695, 0, 0, 0, 0, 117, 575 -po/hu.gmo, 117, 575, 544, 0, 0, 0, 0, 117, 575 -po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 117, 575, 665, 0, 0, 0, 0, 117, 575 -po/he.gmo, 44, 198, 180, 0, 0, 0, 0, 44, 198 -po/gu.gmo, 117, 575, 639, 0, 0, 0, 0, 117, 575 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ga.gmo, 117, 575, 779, 0, 0, 0, 0, 117, 575 -po/fr.gmo, 117, 575, 698, 0, 0, 0, 0, 117, 575 -po/fi.gmo, 117, 575, 471, 0, 0, 0, 0, 117, 575 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 7, 13, 15, 0, 0, 0, 0, 7, 13 -po/et.gmo, 38, 158, 137, 0, 0, 0, 0, 38, 158 -po/es.gmo, 119, 595, 725, 0, 0, 0, 0, 119, 595 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.gmo, 117, 575, 579, 0, 0, 0, 0, 117, 575 -po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.gmo, 117, 575, 569, 0, 0, 0, 0, 117, 575 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 119, 595, 563, 0, 0, 0, 0, 119, 595 -po/ca.gmo, 117, 575, 719, 0, 0, 0, 0, 117, 575 -po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -po/bn_IN.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -po/bg.gmo, 117, 575, 628, 0, 0, 0, 0, 117, 575 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/as.gmo, 117, 575, 617, 0, 0, 0, 0, 117, 575 -po/ar.gmo, 84, 367, 420, 0, 0, 0, 0, 84, 367 -po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.po, 85, 371, 317, 4, 27, 31, 199, 120, 597 -po/zh_TW.po, 117, 575, 215, 3, 22, 0, 0, 120, 597 -po/zh_HK.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/zh_CN.po, 117, 575, 217, 3, 22, 0, 0, 120, 597 -po/yo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/wba.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/vi.po, 115, 562, 794, 5, 35, 0, 0, 120, 597 -po/ur.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/uk.po, 119, 595, 597, 1, 2, 0, 0, 120, 597 -po/tw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/tr.po, 117, 575, 506, 3, 22, 0, 0, 120, 597 -po/th.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/tg.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/te.po, 117, 575, 470, 3, 22, 0, 0, 120, 597 -po/ta.po, 117, 575, 483, 3, 22, 0, 0, 120, 597 -po/sv.po, 117, 575, 541, 3, 22, 0, 0, 120, 597 -po/sr.po, 117, 575, 587, 3, 22, 0, 0, 120, 597 -po/sr@latin.po, 114, 559, 572, 5, 35, 1, 3, 120, 597 -po/sq.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/sl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/sk.po, 117, 575, 566, 3, 22, 0, 0, 120, 597 -po/si.po, 90, 410, 450, 4, 27, 26, 160, 120, 597 -po/ru.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -po/ro.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/pt.po, 117, 575, 699, 3, 22, 0, 0, 120, 597 -po/pt_BR.po, 117, 575, 627, 3, 22, 0, 0, 120, 597 -po/pl.po, 119, 595, 591, 1, 2, 0, 0, 120, 597 -po/pa.po, 117, 575, 677, 3, 22, 0, 0, 120, 597 -po/or.po, 117, 575, 655, 3, 22, 0, 0, 120, 597 -po/nso.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nl.po, 117, 575, 572, 3, 22, 0, 0, 120, 597 -po/ne.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nds.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nb.po, 117, 575, 543, 3, 22, 0, 0, 120, 597 -po/my.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ms.po, 1, 4, 4, 1, 2, 118, 591, 120, 597 -po/mr.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -po/mn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ml.po, 117, 575, 504, 3, 22, 0, 0, 120, 597 -po/mk.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/mai.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/lv.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/lt.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ky.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw@uccor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ko.po, 117, 575, 508, 3, 22, 0, 0, 120, 597 -po/kn.po, 117, 575, 512, 3, 22, 0, 0, 120, 597 -po/km.po, 81, 344, 168, 4, 27, 35, 226, 120, 597 -po/kk.po, 117, 575, 553, 3, 22, 0, 0, 120, 597 -po/ka.po, 31, 87, 77, 1, 2, 88, 508, 120, 597 -po/ja.po, 117, 575, 192, 3, 22, 0, 0, 120, 597 -po/it.po, 117, 575, 614, 3, 22, 0, 0, 120, 597 -po/is.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ilo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/id.po, 47, 215, 203, 0, 0, 73, 382, 120, 597 -po/ia.po, 117, 575, 695, 3, 22, 0, 0, 120, 597 -po/hu.po, 117, 575, 544, 3, 22, 0, 0, 120, 597 -po/hr.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/hi.po, 117, 575, 665, 3, 22, 0, 0, 120, 597 -po/he.po, 44, 198, 180, 4, 27, 72, 372, 120, 597 -po/gu.po, 117, 575, 639, 3, 22, 0, 0, 120, 597 -po/gl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ga.po, 117, 575, 779, 3, 22, 0, 0, 120, 597 -po/fr.po, 117, 575, 698, 3, 22, 0, 0, 120, 597 -po/fi.po, 117, 575, 471, 3, 22, 0, 0, 120, 597 -po/fa.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/eu.po, 7, 13, 15, 1, 2, 112, 582, 120, 597 -po/et.po, 38, 158, 137, 2, 7, 80, 432, 120, 597 -po/es.po, 119, 595, 725, 1, 2, 0, 0, 120, 597 -po/eo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/en_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/el.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/de.po, 117, 575, 579, 3, 22, 0, 0, 120, 597 -po/de_CH.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/da.po, 117, 575, 569, 3, 22, 0, 0, 120, 597 -po/cy.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/cs.po, 119, 595, 563, 1, 2, 0, 0, 120, 597 -po/ca.po, 117, 575, 719, 3, 22, 0, 0, 120, 597 -po/bs.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/brx.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/br.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/bo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/bn.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -po/bn_IN.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -po/bg.po, 117, 575, 628, 3, 22, 0, 0, 120, 597 -po/be.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/bal.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ast.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/as.po, 117, 575, 617, 3, 22, 0, 0, 120, 597 -po/ar.po, 84, 367, 420, 4, 27, 32, 203, 120, 597 -po/anp.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/am.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/af.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 diff --git a/results/f30/pam_krb5-2.4.13-13.fc30.src.rpm.errors.txt b/results/f30/pam_krb5-2.4.13-13.fc30.src.rpm.errors.txt deleted file mode 100644 index 5a37d35..0000000 --- a/results/f30/pam_krb5-2.4.13-13.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv b/results/f30/pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv deleted file mode 100644 index 3601127..0000000 --- a/results/f30/pam_krb5-2.4.13-13.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,90 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/as.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/bg.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/bn_IN.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/bn.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ca.po, 4, 7, 11, 0, 0, 0, 0, 4, 7 -po/cs.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/da.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/de.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/el.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/es.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/et.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/eu.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/fa.po, 4, 7, 11, 0, 0, 0, 0, 4, 7 -po/fr.po, 4, 7, 19, 0, 0, 0, 0, 4, 7 -po/gu.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/hi.po, 4, 7, 6, 0, 0, 0, 0, 4, 7 -po/hu.po, 4, 7, 9, 0, 0, 0, 0, 4, 7 -po/ia.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/it.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ja.po, 4, 7, 6, 0, 0, 0, 0, 4, 7 -po/kn.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ko.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/lv.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ml.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/mr.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ms.po, 4, 7, 10, 0, 0, 0, 0, 4, 7 -po/nl.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/or.po, 4, 7, 12, 0, 0, 0, 0, 4, 7 -po/pa.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/pl.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/pt_BR.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/pt.po, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ro.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ru.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sk.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sr@latin.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sr.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sv.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ta.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/te.po, 4, 7, 9, 0, 0, 0, 0, 4, 7 -po/tr.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/uk.po, 4, 7, 10, 0, 0, 0, 0, 4, 7 -po/zh_CN.po, 4, 7, 6, 0, 0, 0, 0, 4, 7 -po/zh_TW.po, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/as.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/bg.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/bn_IN.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/bn.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ca.gmo, 4, 7, 11, 0, 0, 0, 0, 4, 7 -po/cs.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/da.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/de.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/el.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/es.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/et.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/eu.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/fa.gmo, 4, 7, 11, 0, 0, 0, 0, 4, 7 -po/fr.gmo, 4, 7, 19, 0, 0, 0, 0, 4, 7 -po/gu.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/hi.gmo, 4, 7, 6, 0, 0, 0, 0, 4, 7 -po/hu.gmo, 4, 7, 9, 0, 0, 0, 0, 4, 7 -po/ia.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/it.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ja.gmo, 4, 7, 6, 0, 0, 0, 0, 4, 7 -po/kn.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ko.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/lv.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ml.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/mr.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ms.gmo, 4, 7, 10, 0, 0, 0, 0, 4, 7 -po/nl.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/or.gmo, 4, 7, 12, 0, 0, 0, 0, 4, 7 -po/pa.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/pl.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/pt_BR.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/pt.gmo, 4, 7, 8, 0, 0, 0, 0, 4, 7 -po/ro.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ru.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sk.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sr@latin.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sr.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/sv.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/ta.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/te.gmo, 4, 7, 9, 0, 0, 0, 0, 4, 7 -po/tr.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/uk.gmo, 4, 7, 10, 0, 0, 0, 0, 4, 7 -po/zh_CN.gmo, 4, 7, 6, 0, 0, 0, 0, 4, 7 -po/zh_TW.gmo, 4, 7, 7, 0, 0, 0, 0, 4, 7 -po/pam_krb5.pot, 0, 0, 0, 0, 0, 4, 7, 4, 7 diff --git a/results/f30/parted-3.2-40.fc30.src.rpm.errors.txt b/results/f30/parted-3.2-40.fc30.src.rpm.errors.txt deleted file mode 100644 index b3e023d..0000000 --- a/results/f30/parted-3.2-40.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,21 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xd3 in position 10: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf2 in position 52: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 45: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.0) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 17: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 31: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 23: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe7 in position 177: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 19: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) diff --git a/results/f30/parted-3.2-40.fc30.src.rpm.stats.csv b/results/f30/parted-3.2-40.fc30.src.rpm.stats.csv deleted file mode 100644 index 8dad57b..0000000 --- a/results/f30/parted-3.2-40.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,48 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/vi.gmo, 550, 4416, 5897, 0, 0, 0, 0, 550, 4416 -po/nl.po, 550, 4416, 4407, 0, 0, 0, 0, 550, 4416 -po/sl.gmo, 513, 4060, 3820, 0, 0, 0, 0, 513, 4060 -po/sk.gmo, 536, 4291, 3966, 0, 0, 0, 0, 536, 4291 -po/sv.gmo, 424, 3121, 3008, 0, 0, 0, 0, 424, 3121 -po/vi.po, 550, 4416, 5897, 0, 0, 0, 0, 550, 4416 -po/id.gmo, 494, 3917, 3864, 0, 0, 0, 0, 494, 3917 -po/parted.pot, 0, 0, 0, 0, 0, 550, 4416, 550, 4416 -po/de.gmo, 550, 4416, 4379, 0, 0, 0, 0, 550, 4416 -po/nl.gmo, 550, 4416, 4407, 0, 0, 0, 0, 550, 4416 -po/ca.po, 154, 1027, 1173, 113, 1142, 283, 2247, 550, 4416 -po/tr.gmo, 536, 4291, 3605, 0, 0, 0, 0, 536, 4291 -po/zh_TW.gmo, 535, 4290, 1578, 0, 0, 0, 0, 535, 4290 -po/ja.po, 550, 4416, 1666, 0, 0, 0, 0, 550, 4416 -po/sr.gmo, 535, 4290, 4198, 0, 0, 0, 0, 535, 4290 -po/gl.po, 340, 2436, 2865, 12, 85, 198, 1895, 550, 4416 -po/id.po, 494, 3917, 3864, 41, 368, 15, 131, 550, 4416 -po/ja.gmo, 550, 4416, 1666, 0, 0, 0, 0, 550, 4416 -po/cs.gmo, 456, 3683, 3248, 0, 0, 0, 0, 456, 3683 -po/it.po, 550, 4416, 4678, 0, 0, 0, 0, 550, 4416 -po/gl.gmo, 340, 2436, 2865, 0, 0, 0, 0, 340, 2436 -po/cs.po, 456, 3683, 3248, 56, 494, 38, 239, 550, 4416 -po/ro.po, 110, 663, 741, 41, 406, 399, 3347, 550, 4416 -po/de.po, 550, 4416, 4379, 0, 0, 0, 0, 550, 4416 -po/fr.po, 518, 4158, 4933, 25, 195, 7, 63, 550, 4416 -po/pl.gmo, 550, 4416, 4257, 0, 0, 0, 0, 550, 4416 -po/sk.po, 536, 4291, 3966, 10, 93, 4, 32, 550, 4416 -po/uk.po, 550, 4416, 4105, 0, 0, 0, 0, 550, 4416 -po/zh_CN.po, 155, 1007, 363, 111, 1183, 284, 2226, 550, 4416 -po/sv.po, 424, 3121, 3008, 44, 397, 82, 898, 550, 4416 -po/pt_BR.po, 550, 4416, 4968, 0, 0, 0, 0, 550, 4416 -po/pt_BR.gmo, 550, 4416, 4968, 0, 0, 0, 0, 550, 4416 -po/it.gmo, 550, 4416, 4678, 0, 0, 0, 0, 550, 4416 -po/nn.po, 157, 1052, 974, 113, 1191, 280, 2173, 550, 4416 -po/ru.po, 550, 4416, 3987, 0, 0, 0, 0, 550, 4416 -po/ru.gmo, 550, 4416, 3987, 0, 0, 0, 0, 550, 4416 -po/tr.po, 536, 4291, 3605, 10, 93, 4, 32, 550, 4416 -po/pt.po, 112, 786, 860, 120, 1017, 318, 2613, 550, 4416 -po/sl.po, 513, 4060, 3820, 29, 292, 8, 64, 550, 4416 -po/sr.po, 535, 4290, 4198, 8, 86, 7, 40, 550, 4416 -po/rw.po, 16, 16, 17, 227, 2179, 307, 2221, 550, 4416 -po/es.po, 217, 1706, 1989, 79, 702, 254, 2008, 550, 4416 -po/da.po, 433, 3165, 3069, 26, 211, 91, 1040, 550, 4416 -po/pl.po, 550, 4416, 4257, 0, 0, 0, 0, 550, 4416 -po/uk.gmo, 550, 4416, 4105, 0, 0, 0, 0, 550, 4416 -po/zh_TW.po, 535, 4290, 1578, 8, 86, 7, 40, 550, 4416 -po/rw.gmo, 16, 16, 17, 0, 0, 0, 0, 16, 16 diff --git a/results/f30/passwd-0.80-5.fc30.src.rpm.errors.txt b/results/f30/passwd-0.80-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 2791da9..0000000 --- a/results/f30/passwd-0.80-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/passwd-0.80-5.fc30.src.rpm.stats.csv b/results/f30/passwd-0.80-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 08e27e5..0000000 --- a/results/f30/passwd-0.80-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,138 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nds.gmo, 17, 51, 52, 0, 0, 0, 0, 17, 51 -po/fi.gmo, 56, 329, 282, 0, 0, 0, 0, 56, 329 -po/zh_TW.po, 56, 329, 125, 0, 0, 1, 7, 57, 336 -po/as.gmo, 54, 306, 380, 0, 0, 0, 0, 54, 306 -po/bs.gmo, 49, 267, 299, 0, 0, 0, 0, 49, 267 -po/gl.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/bs.po, 49, 267, 299, 0, 0, 8, 69, 57, 336 -po/ast.po, 49, 267, 318, 0, 0, 8, 69, 57, 336 -po/ka.gmo, 42, 212, 200, 0, 0, 0, 0, 42, 212 -po/it.gmo, 56, 329, 352, 0, 0, 0, 0, 56, 329 -po/es.gmo, 56, 329, 397, 0, 0, 0, 0, 56, 329 -po/zh_CN.gmo, 56, 329, 118, 0, 0, 0, 0, 56, 329 -po/cs.gmo, 56, 329, 306, 0, 0, 0, 0, 56, 329 -po/fi.po, 56, 329, 282, 0, 0, 1, 7, 57, 336 -po/pa.gmo, 49, 267, 305, 0, 0, 0, 0, 49, 267 -po/ar.gmo, 49, 267, 291, 0, 0, 0, 0, 49, 267 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.po, 21, 88, 81, 0, 0, 36, 248, 57, 336 -po/fa.gmo, 20, 97, 118, 0, 0, 0, 0, 20, 97 -po/bn.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -po/ur.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/nl.po, 56, 329, 357, 0, 0, 1, 7, 57, 336 -po/ko.po, 56, 329, 333, 0, 0, 1, 7, 57, 336 -po/ca.gmo, 56, 329, 443, 0, 0, 0, 0, 56, 329 -po/pt_BR.gmo, 56, 329, 401, 0, 0, 0, 0, 56, 329 -po/my.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/cs.po, 56, 329, 306, 0, 0, 1, 7, 57, 336 -po/ko.gmo, 56, 329, 333, 0, 0, 0, 0, 56, 329 -po/ml.po, 56, 329, 329, 0, 0, 1, 7, 57, 336 -po/as.po, 54, 306, 380, 0, 0, 3, 30, 57, 336 -po/tr.po, 56, 329, 315, 0, 0, 1, 7, 57, 336 -po/nds.po, 17, 51, 52, 0, 0, 40, 285, 57, 336 -po/nb.gmo, 54, 306, 292, 0, 0, 0, 0, 54, 306 -po/ku.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.gmo, 56, 329, 315, 0, 0, 0, 0, 56, 329 -po/sk.po, 56, 329, 314, 0, 0, 1, 7, 57, 336 -po/nl.gmo, 56, 329, 357, 0, 0, 0, 0, 56, 329 -po/id.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -po/te.po, 54, 306, 297, 0, 0, 3, 30, 57, 336 -po/sr@latin.po, 49, 267, 288, 0, 0, 8, 69, 57, 336 -po/passwd.pot, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ja.po, 54, 306, 137, 0, 0, 3, 30, 57, 336 -po/ast.gmo, 49, 267, 318, 0, 0, 0, 0, 49, 267 -po/bn.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -po/gu.gmo, 49, 267, 300, 0, 0, 0, 0, 49, 267 -po/sl.po, 54, 306, 319, 0, 0, 3, 30, 57, 336 -po/da.po, 56, 329, 310, 0, 0, 1, 7, 57, 336 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.po, 54, 306, 338, 0, 0, 3, 30, 57, 336 -po/fa.po, 20, 97, 118, 0, 0, 37, 239, 57, 336 -po/fr.po, 56, 329, 425, 0, 0, 1, 7, 57, 336 -po/de.gmo, 56, 329, 343, 0, 0, 0, 0, 56, 329 -po/or.po, 49, 267, 328, 0, 0, 8, 69, 57, 336 -po/hy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/is.po, 17, 56, 50, 0, 0, 40, 280, 57, 336 -po/pa.po, 49, 267, 305, 0, 0, 8, 69, 57, 336 -po/mk.gmo, 47, 259, 305, 0, 0, 0, 0, 47, 259 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.po, 56, 329, 397, 0, 0, 1, 7, 57, 336 -po/hr.gmo, 47, 259, 289, 0, 0, 0, 0, 47, 259 -po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.gmo, 49, 267, 246, 0, 0, 0, 0, 49, 267 -po/ms.po, 41, 225, 226, 0, 0, 16, 111, 57, 336 -po/id.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -po/ml.gmo, 56, 329, 329, 0, 0, 0, 0, 56, 329 -po/hu.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -po/en_GB.po, 49, 267, 267, 0, 0, 8, 69, 57, 336 -po/bg.gmo, 54, 306, 338, 0, 0, 0, 0, 54, 306 -po/mr.gmo, 49, 267, 284, 0, 0, 0, 0, 49, 267 -po/kn.gmo, 54, 306, 303, 0, 0, 0, 0, 54, 306 -po/sv.gmo, 56, 329, 311, 0, 0, 0, 0, 56, 329 -po/pt_BR.po, 56, 329, 401, 0, 0, 1, 7, 57, 336 -po/ka.po, 42, 212, 200, 0, 0, 15, 124, 57, 336 -po/pl.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -po/sl.gmo, 54, 306, 319, 0, 0, 0, 0, 54, 306 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lo.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/pt.gmo, 56, 329, 398, 0, 0, 0, 0, 56, 329 -po/sv.po, 56, 329, 311, 0, 0, 1, 7, 57, 336 -po/sr@latin.gmo, 49, 267, 288, 0, 0, 0, 0, 49, 267 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/is.gmo, 17, 56, 50, 0, 0, 0, 0, 17, 56 -po/da.gmo, 56, 329, 310, 0, 0, 0, 0, 56, 329 -po/wa.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ms.gmo, 41, 225, 226, 0, 0, 0, 0, 41, 225 -po/fr.gmo, 56, 329, 425, 0, 0, 0, 0, 56, 329 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.po, 56, 329, 342, 0, 0, 1, 7, 57, 336 -po/el.po, 54, 306, 347, 0, 0, 3, 30, 57, 336 -po/sr.gmo, 56, 329, 342, 0, 0, 0, 0, 56, 329 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.po, 54, 306, 292, 0, 0, 3, 30, 57, 336 -po/en_GB.gmo, 49, 267, 267, 0, 0, 0, 0, 49, 267 -po/uk.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -po/sk.gmo, 56, 329, 314, 0, 0, 0, 0, 56, 329 -po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/it.po, 56, 329, 352, 0, 0, 1, 7, 57, 336 -po/ar.po, 49, 267, 291, 0, 0, 8, 69, 57, 336 -po/sq.gmo, 56, 329, 400, 0, 0, 0, 0, 56, 329 -po/ku.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ro.po, 54, 306, 335, 0, 0, 3, 30, 57, 336 -po/vi.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/hr.po, 47, 259, 289, 0, 0, 10, 77, 57, 336 -po/hu.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -po/lo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mr.po, 49, 267, 284, 0, 0, 8, 69, 57, 336 -po/bn_IN.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -po/he.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ru.gmo, 56, 329, 302, 0, 0, 0, 0, 56, 329 -po/pl.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -po/or.gmo, 49, 267, 328, 0, 0, 0, 0, 49, 267 -po/kn.po, 54, 306, 303, 0, 0, 3, 30, 57, 336 -po/et.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/de.po, 56, 329, 343, 0, 0, 1, 7, 57, 336 -po/ru.po, 56, 329, 302, 0, 0, 1, 7, 57, 336 -po/hi.po, 49, 267, 327, 0, 0, 8, 69, 57, 336 -po/el.gmo, 54, 306, 347, 0, 0, 0, 0, 54, 306 -po/bn_IN.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -po/zh_CN.po, 56, 329, 118, 0, 0, 1, 7, 57, 336 -po/ta.po, 49, 267, 246, 0, 0, 8, 69, 57, 336 -po/ca.po, 56, 329, 443, 0, 0, 1, 7, 57, 336 -po/eu.gmo, 21, 88, 81, 0, 0, 0, 0, 21, 88 -po/ro.gmo, 54, 306, 335, 0, 0, 0, 0, 54, 306 -po/sq.po, 56, 329, 400, 0, 0, 1, 7, 57, 336 -po/ja.gmo, 54, 306, 137, 0, 0, 0, 0, 54, 306 -po/gu.po, 49, 267, 300, 0, 0, 8, 69, 57, 336 -po/hi.gmo, 49, 267, 327, 0, 0, 0, 0, 49, 267 -po/pt.po, 56, 329, 398, 0, 0, 1, 7, 57, 336 -po/mk.po, 47, 259, 305, 0, 0, 10, 77, 57, 336 -po/si.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/zh_TW.gmo, 56, 329, 125, 0, 0, 0, 0, 56, 329 -po/nn.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/te.gmo, 54, 306, 297, 0, 0, 0, 0, 54, 306 -po/uk.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -po/hy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f30/phodav-2.2-4.fc30.src.rpm.errors.txt b/results/f30/phodav-2.2-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 4f5d8ec..0000000 --- a/results/f30/phodav-2.2-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/phodav-2.2-4.fc30.src.rpm.stats.csv b/results/f30/phodav-2.2-4.fc30.src.rpm.stats.csv deleted file mode 100644 index cb65fc0..0000000 --- a/results/f30/phodav-2.2-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,17 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/hu.po, 12, 40, 37, 0, 0, 0, 0, 12, 40 -po/de.po, 12, 40, 39, 0, 0, 0, 0, 12, 40 -po/id.po, 10, 35, 34, 0, 0, 0, 0, 10, 35 -po/sr@latin.po, 12, 40, 46, 0, 0, 0, 0, 12, 40 -po/cs.po, 12, 40, 44, 0, 0, 0, 0, 12, 40 -po/sl.po, 12, 40, 49, 0, 0, 0, 0, 12, 40 -po/pt.po, 12, 40, 45, 0, 0, 0, 0, 12, 40 -po/tr.po, 12, 40, 40, 0, 0, 0, 0, 12, 40 -po/bs.po, 12, 40, 43, 0, 0, 0, 0, 12, 40 -po/el.po, 12, 40, 41, 0, 0, 0, 0, 12, 40 -po/pt_BR.po, 12, 40, 44, 0, 0, 0, 0, 12, 40 -po/sr.po, 12, 40, 46, 0, 0, 0, 0, 12, 40 -po/da.po, 12, 40, 40, 0, 0, 0, 0, 12, 40 -po/es.po, 12, 40, 48, 0, 0, 0, 0, 12, 40 -po/pl.po, 12, 40, 55, 0, 0, 0, 0, 12, 40 -po/sv.po, 12, 40, 43, 0, 0, 0, 0, 12, 40 diff --git a/results/f30/pinfo-0.6.10-20.fc29.src.rpm.errors.txt b/results/f30/pinfo-0.6.10-20.fc29.src.rpm.errors.txt deleted file mode 100644 index 7ec09ad..0000000 --- a/results/f30/pinfo-0.6.10-20.fc29.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/pinfo-0.6.10-20.fc29.src.rpm.stats.csv b/results/f30/pinfo-0.6.10-20.fc29.src.rpm.stats.csv deleted file mode 100644 index 2a8900e..0000000 --- a/results/f30/pinfo-0.6.10-20.fc29.src.rpm.stats.csv +++ /dev/null @@ -1,13 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ru.po, 53, 315, 297, 1, 6, 0, 0, 54, 321 -po/pl.po, 51, 307, 319, 3, 14, 0, 0, 54, 321 -po/cs.po, 53, 315, 304, 1, 6, 0, 0, 54, 321 -po/vi.po, 53, 315, 437, 1, 6, 0, 0, 54, 321 -po/de.po, 49, 203, 205, 4, 111, 1, 7, 54, 321 -po/pt_BR.po, 53, 315, 362, 1, 6, 0, 0, 54, 321 -po/eu.po, 52, 311, 306, 2, 10, 0, 0, 54, 321 -po/ro.po, 53, 315, 363, 1, 6, 0, 0, 54, 321 -po/sv.po, 22, 83, 84, 8, 40, 24, 198, 54, 321 -po/nl.po, 53, 315, 336, 1, 6, 0, 0, 54, 321 -po/ja.po, 40, 169, 58, 7, 124, 7, 28, 54, 321 -po/pinfo.pot, 0, 0, 0, 0, 0, 54, 321, 54, 321 diff --git a/results/f30/policycoreutils-2.9-1.fc30.src.rpm.errors.txt b/results/f30/policycoreutils-2.9-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 02da12f..0000000 --- a/results/f30/policycoreutils-2.9-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/policycoreutils-2.9-1.fc30.src.rpm.stats.csv b/results/f30/policycoreutils-2.9-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 85c2a90..0000000 --- a/results/f30/policycoreutils-2.9-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,232 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/es.po, 27, 229, 236, 0, 0, 1, 7, 28, 236 -po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -po/zh_TW.po, 5, 30, 7, 0, 0, 23, 206, 28, 236 -po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 879, 698, 4497 -po/zu.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -po/as.po, 564, 3618, 3545, 0, 0, 134, 879, 698, 4497 -po/ko.po, 556, 3554, 2985, 0, 0, 142, 943, 698, 4497 -po/da.po, 268, 1289, 1154, 0, 0, 430, 3208, 698, 4497 -po/kn.po, 565, 3619, 2964, 0, 0, 133, 878, 698, 4497 -po/ia.po, 18, 19, 20, 0, 0, 680, 4478, 698, 4497 -po/fil.po, 6, 6, 8, 0, 0, 692, 4491, 698, 4497 -po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -po/fi.po, 271, 1282, 1095, 0, 0, 427, 3215, 698, 4497 -po/bal.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -po/ar.po, 219, 1149, 1144, 0, 0, 479, 3348, 698, 4497 -po/sr.po, 224, 1155, 1250, 0, 0, 474, 3342, 698, 4497 -po/sk.po, 157, 775, 702, 0, 0, 541, 3722, 698, 4497 -po/mai.po, 184, 932, 1042, 0, 0, 514, 3565, 698, 4497 -po/is.po, 25, 25, 27, 0, 0, 673, 4472, 698, 4497 -po/el.po, 55, 109, 111, 0, 0, 643, 4388, 698, 4497 -po/hr.po, 171, 813, 814, 0, 0, 527, 3684, 698, 4497 -po/bg.po, 244, 1250, 1448, 0, 0, 454, 3247, 698, 4497 -po/eo.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -po/hu.po, 405, 2084, 1961, 0, 0, 293, 2413, 698, 4497 -po/zh_CN.po, 579, 3713, 1314, 0, 0, 119, 784, 698, 4497 -po/tg.po, 20, 20, 24, 0, 0, 678, 4477, 698, 4497 -po/pt_BR.po, 579, 3713, 4471, 0, 0, 119, 784, 698, 4497 -po/mn.po, 8, 8, 8, 0, 0, 690, 4489, 698, 4497 -po/ga.po, 8, 8, 9, 0, 0, 690, 4489, 698, 4497 -po/or.po, 564, 3618, 3813, 0, 0, 134, 879, 698, 4497 -po/de_CH.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -po/vi.po, 20, 21, 35, 0, 0, 678, 4476, 698, 4497 -po/be.po, 19, 19, 19, 0, 0, 679, 4478, 698, 4497 -po/sl.po, 18, 18, 18, 0, 0, 680, 4479, 698, 4497 -po/my.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -po/lt.po, 22, 22, 24, 0, 0, 676, 4475, 698, 4497 -po/af.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3339, 698, 4497 -po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3346, 698, 4497 -po/brx.po, 1, 1, 2, 0, 0, 697, 4496, 698, 4497 -po/ta.po, 564, 3618, 2946, 0, 0, 134, 879, 698, 4497 -po/ilo.po, 8, 8, 10, 0, 0, 690, 4489, 698, 4497 -po/ms.po, 80, 432, 420, 0, 0, 618, 4065, 698, 4497 -po/lv.po, 21, 21, 22, 0, 0, 677, 4476, 698, 4497 -po/pa.po, 564, 3618, 4051, 0, 0, 134, 879, 698, 4497 -po/gl.po, 23, 24, 26, 0, 0, 675, 4473, 698, 4497 -po/ru.po, 578, 3706, 3104, 0, 0, 120, 791, 698, 4497 -po/gu.po, 564, 3618, 3833, 0, 0, 134, 879, 698, 4497 -po/bs.po, 138, 754, 757, 0, 0, 560, 3743, 698, 4497 -po/kk.po, 20, 20, 22, 0, 0, 678, 4477, 698, 4497 -po/bn.po, 29, 29, 33, 0, 0, 669, 4468, 698, 4497 -po/pl.po, 627, 4005, 3706, 0, 0, 71, 492, 698, 4497 -po/tr.po, 41, 52, 55, 0, 0, 657, 4445, 698, 4497 -po/fa.po, 23, 23, 28, 0, 0, 675, 4474, 698, 4497 -po/ca.po, 576, 3679, 4536, 0, 0, 122, 818, 698, 4497 -po/id.po, 32, 33, 34, 0, 0, 666, 4464, 698, 4497 -po/sq.po, 30, 30, 35, 0, 0, 668, 4467, 698, 4497 -po/he.po, 28, 28, 30, 0, 0, 670, 4469, 698, 4497 -po/ur.po, 12, 12, 16, 0, 0, 686, 4485, 698, 4497 -po/ne.po, 8, 8, 11, 0, 0, 690, 4489, 698, 4497 -po/ast.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -po/th.po, 21, 21, 21, 0, 0, 677, 4476, 698, 4497 -po/am.po, 9, 9, 11, 0, 0, 689, 4488, 698, 4497 -po/hi.po, 564, 3618, 4038, 0, 0, 134, 879, 698, 4497 -po/nds.po, 28, 29, 28, 0, 0, 670, 4468, 698, 4497 -po/eu.po, 39, 48, 50, 0, 0, 659, 4449, 698, 4497 -po/fr.po, 627, 4005, 4749, 0, 0, 71, 492, 698, 4497 -po/br.po, 10, 10, 12, 0, 0, 688, 4487, 698, 4497 -po/et.po, 31, 31, 32, 0, 0, 667, 4466, 698, 4497 -po/si.po, 19, 19, 24, 0, 0, 679, 4478, 698, 4497 -po/ml.po, 564, 3618, 2805, 0, 0, 134, 879, 698, 4497 -po/ky.po, 1, 1, 1, 0, 0, 697, 4496, 698, 4497 -po/te.po, 564, 3618, 2852, 0, 0, 134, 879, 698, 4497 -po/ka.po, 24, 24, 24, 0, 0, 674, 4473, 698, 4497 -po/mr.po, 564, 3618, 3319, 0, 0, 134, 879, 698, 4497 -po/nb.po, 44, 69, 73, 0, 0, 654, 4428, 698, 4497 -po/nn.po, 23, 23, 26, 0, 0, 675, 4474, 698, 4497 -po/km.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -po/pt.po, 227, 1159, 1489, 0, 0, 471, 3338, 698, 4497 -po/fur.po, 18, 18, 20, 0, 0, 680, 4479, 698, 4497 -po/ro.po, 25, 25, 25, 0, 0, 673, 4472, 698, 4497 -po/de.po, 579, 3713, 3407, 0, 0, 119, 784, 698, 4497 -po/cy.po, 14, 14, 15, 0, 0, 684, 4483, 698, 4497 -po/nso.po, 9, 9, 10, 0, 0, 689, 4488, 698, 4497 -po/mk.po, 128, 744, 912, 0, 0, 570, 3753, 698, 4497 -po/it.po, 577, 3704, 3949, 0, 0, 121, 793, 698, 4497 -po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/es.po, 27, 229, 236, 0, 0, 1, 7, 28, 236 -po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -po/zh_TW.po, 5, 30, 7, 0, 0, 23, 206, 28, 236 -po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 879, 698, 4497 -po/zu.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -po/as.po, 564, 3618, 3545, 0, 0, 134, 879, 698, 4497 -po/ko.po, 556, 3554, 2985, 0, 0, 142, 943, 698, 4497 -po/da.po, 268, 1289, 1154, 0, 0, 430, 3208, 698, 4497 -po/kn.po, 565, 3619, 2964, 0, 0, 133, 878, 698, 4497 -po/ia.po, 18, 19, 20, 0, 0, 680, 4478, 698, 4497 -po/fil.po, 6, 6, 8, 0, 0, 692, 4491, 698, 4497 -po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -po/fi.po, 271, 1282, 1095, 0, 0, 427, 3215, 698, 4497 -po/bal.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -po/ar.po, 219, 1149, 1144, 0, 0, 479, 3348, 698, 4497 -po/sr.po, 224, 1155, 1250, 0, 0, 474, 3342, 698, 4497 -po/sk.po, 157, 775, 702, 0, 0, 541, 3722, 698, 4497 -po/mai.po, 184, 932, 1042, 0, 0, 514, 3565, 698, 4497 -po/is.po, 25, 25, 27, 0, 0, 673, 4472, 698, 4497 -po/el.po, 55, 109, 111, 0, 0, 643, 4388, 698, 4497 -po/hr.po, 171, 813, 814, 0, 0, 527, 3684, 698, 4497 -po/bg.po, 244, 1250, 1448, 0, 0, 454, 3247, 698, 4497 -po/eo.po, 4, 4, 4, 0, 0, 694, 4493, 698, 4497 -po/hu.po, 405, 2084, 1961, 0, 0, 293, 2413, 698, 4497 -po/zh_CN.po, 579, 3713, 1314, 0, 0, 119, 784, 698, 4497 -po/tg.po, 20, 20, 24, 0, 0, 678, 4477, 698, 4497 -po/pt_BR.po, 579, 3713, 4471, 0, 0, 119, 784, 698, 4497 -po/mn.po, 8, 8, 8, 0, 0, 690, 4489, 698, 4497 -po/ga.po, 8, 8, 9, 0, 0, 690, 4489, 698, 4497 -po/or.po, 564, 3618, 3813, 0, 0, 134, 879, 698, 4497 -po/de_CH.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -po/vi.po, 20, 21, 35, 0, 0, 678, 4476, 698, 4497 -po/be.po, 19, 19, 19, 0, 0, 679, 4478, 698, 4497 -po/sl.po, 18, 18, 18, 0, 0, 680, 4479, 698, 4497 -po/my.po, 7, 7, 7, 0, 0, 691, 4490, 698, 4497 -po/lt.po, 22, 22, 24, 0, 0, 676, 4475, 698, 4497 -po/af.po, 10, 10, 11, 0, 0, 688, 4487, 698, 4497 -po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3339, 698, 4497 -po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3346, 698, 4497 -po/brx.po, 1, 1, 2, 0, 0, 697, 4496, 698, 4497 -po/ta.po, 564, 3618, 2946, 0, 0, 134, 879, 698, 4497 -po/ilo.po, 8, 8, 10, 0, 0, 690, 4489, 698, 4497 -po/ms.po, 80, 432, 420, 0, 0, 618, 4065, 698, 4497 -po/lv.po, 21, 21, 22, 0, 0, 677, 4476, 698, 4497 -po/pa.po, 564, 3618, 4051, 0, 0, 134, 879, 698, 4497 -po/gl.po, 23, 24, 26, 0, 0, 675, 4473, 698, 4497 -po/ru.po, 578, 3706, 3104, 0, 0, 120, 791, 698, 4497 -po/gu.po, 564, 3618, 3833, 0, 0, 134, 879, 698, 4497 -po/bs.po, 138, 754, 757, 0, 0, 560, 3743, 698, 4497 -po/kk.po, 20, 20, 22, 0, 0, 678, 4477, 698, 4497 -po/bn.po, 29, 29, 33, 0, 0, 669, 4468, 698, 4497 -po/pl.po, 627, 4005, 3706, 0, 0, 71, 492, 698, 4497 -po/tr.po, 41, 52, 55, 0, 0, 657, 4445, 698, 4497 -po/fa.po, 23, 23, 28, 0, 0, 675, 4474, 698, 4497 -po/ca.po, 576, 3679, 4536, 0, 0, 122, 818, 698, 4497 -po/id.po, 32, 33, 34, 0, 0, 666, 4464, 698, 4497 -po/sq.po, 30, 30, 35, 0, 0, 668, 4467, 698, 4497 -po/he.po, 28, 28, 30, 0, 0, 670, 4469, 698, 4497 -po/ur.po, 12, 12, 16, 0, 0, 686, 4485, 698, 4497 -po/ne.po, 8, 8, 11, 0, 0, 690, 4489, 698, 4497 -po/ast.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -po/th.po, 21, 21, 21, 0, 0, 677, 4476, 698, 4497 -po/am.po, 9, 9, 11, 0, 0, 689, 4488, 698, 4497 -po/hi.po, 564, 3618, 4038, 0, 0, 134, 879, 698, 4497 -po/nds.po, 28, 29, 28, 0, 0, 670, 4468, 698, 4497 -po/eu.po, 39, 48, 50, 0, 0, 659, 4449, 698, 4497 -po/fr.po, 627, 4005, 4749, 0, 0, 71, 492, 698, 4497 -po/br.po, 10, 10, 12, 0, 0, 688, 4487, 698, 4497 -po/et.po, 31, 31, 32, 0, 0, 667, 4466, 698, 4497 -po/si.po, 19, 19, 24, 0, 0, 679, 4478, 698, 4497 -po/ml.po, 564, 3618, 2805, 0, 0, 134, 879, 698, 4497 -po/ky.po, 1, 1, 1, 0, 0, 697, 4496, 698, 4497 -po/te.po, 564, 3618, 2852, 0, 0, 134, 879, 698, 4497 -po/ka.po, 24, 24, 24, 0, 0, 674, 4473, 698, 4497 -po/mr.po, 564, 3618, 3319, 0, 0, 134, 879, 698, 4497 -po/nb.po, 44, 69, 73, 0, 0, 654, 4428, 698, 4497 -po/nn.po, 23, 23, 26, 0, 0, 675, 4474, 698, 4497 -po/km.po, 9, 9, 9, 0, 0, 689, 4488, 698, 4497 -po/pt.po, 227, 1159, 1489, 0, 0, 471, 3338, 698, 4497 -po/fur.po, 18, 18, 20, 0, 0, 680, 4479, 698, 4497 -po/ro.po, 25, 25, 25, 0, 0, 673, 4472, 698, 4497 -po/de.po, 579, 3713, 3407, 0, 0, 119, 784, 698, 4497 -po/cy.po, 14, 14, 15, 0, 0, 684, 4483, 698, 4497 -po/nso.po, 9, 9, 10, 0, 0, 689, 4488, 698, 4497 -po/mk.po, 128, 744, 912, 0, 0, 570, 3753, 698, 4497 -po/it.po, 577, 3704, 3949, 0, 0, 121, 793, 698, 4497 -po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 diff --git a/results/f30/polkit-0.115-10.fc30.1.src.rpm.errors.txt b/results/f30/polkit-0.115-10.fc30.1.src.rpm.errors.txt deleted file mode 100644 index 59c57fd..0000000 --- a/results/f30/polkit-0.115-10.fc30.1.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/polkit-0.115-10.fc30.1.src.rpm.stats.csv b/results/f30/polkit-0.115-10.fc30.1.src.rpm.stats.csv deleted file mode 100644 index 91a50a0..0000000 --- a/results/f30/polkit-0.115-10.fc30.1.src.rpm.stats.csv +++ /dev/null @@ -1,15 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.po, 26, 228, 214, 0, 0, 0, 0, 26, 228 -po/da.po, 2, 20, 22, 4, 41, 20, 167, 26, 228 -po/uk.po, 26, 228, 238, 0, 0, 0, 0, 26, 228 -po/sv.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -po/pt_BR.po, 26, 228, 257, 0, 0, 0, 0, 26, 228 -po/de.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -po/sk.po, 26, 228, 245, 0, 0, 0, 0, 26, 228 -po/hr.po, 26, 228, 210, 0, 0, 0, 0, 26, 228 -po/pl.po, 26, 228, 228, 0, 0, 0, 0, 26, 228 -po/cs.po, 25, 141, 129, 1, 87, 0, 0, 26, 228 -po/zh_CN.po, 25, 227, 102, 0, 0, 1, 1, 26, 228 -po/tr.po, 26, 228, 222, 0, 0, 0, 0, 26, 228 -po/zh_TW.po, 26, 228, 94, 0, 0, 0, 0, 26, 228 -po/hu.po, 26, 228, 213, 0, 0, 0, 0, 26, 228 diff --git a/results/f30/popt-1.16-17.fc30.src.rpm.errors.txt b/results/f30/popt-1.16-17.fc30.src.rpm.errors.txt deleted file mode 100644 index 8e8dad4..0000000 --- a/results/f30/popt-1.16-17.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,23 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 2: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 175: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfd in position 1: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfd in position 1: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe7 in position 31: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 22: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 173: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbb in position 7: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbe in position 5: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 39: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf0 in position 0: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte diff --git a/results/f30/popt-1.16-17.fc30.src.rpm.stats.csv b/results/f30/popt-1.16-17.fc30.src.rpm.stats.csv deleted file mode 100644 index 87e5085..0000000 --- a/results/f30/popt-1.16-17.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,54 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pl.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -po/fr.gmo, 24, 61, 73, 0, 0, 0, 0, 24, 61 -po/eo.gmo, 29, 78, 89, 0, 0, 0, 0, 29, 78 -po/zh_CN.po, 29, 78, 40, 0, 0, 2, 6, 31, 84 -po/zh_TW.gmo, 24, 61, 26, 0, 0, 0, 0, 24, 61 -po/nb.po, 24, 61, 58, 2, 8, 5, 15, 31, 84 -po/ro.po, 11, 31, 32, 3, 16, 17, 37, 31, 84 -po/fi.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -po/es.gmo, 21, 48, 54, 0, 0, 0, 0, 21, 48 -po/ko.po, 24, 61, 61, 2, 8, 5, 15, 31, 84 -po/ja.gmo, 26, 68, 26, 0, 0, 0, 0, 26, 68 -po/de.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/da.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/wa.po, 2, 8, 15, 1, 5, 28, 71, 31, 84 -po/ga.po, 29, 78, 91, 0, 0, 2, 6, 31, 84 -po/hu.po, 26, 68, 69, 3, 10, 2, 6, 31, 84 -po/sv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/ru.gmo, 29, 78, 80, 0, 0, 0, 0, 29, 78 -po/ja.po, 26, 68, 26, 3, 10, 2, 6, 31, 84 -po/sl.po, 2, 8, 10, 1, 5, 28, 71, 31, 84 -po/sk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -po/vi.gmo, 29, 78, 140, 0, 0, 0, 0, 29, 78 -po/ga.gmo, 29, 78, 91, 0, 0, 0, 0, 29, 78 -po/ru.po, 29, 78, 80, 0, 0, 2, 6, 31, 84 -po/lv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/es.po, 21, 48, 54, 2, 8, 8, 28, 31, 84 -po/th.gmo, 29, 78, 38, 0, 0, 0, 0, 29, 78 -po/hu.gmo, 26, 68, 69, 0, 0, 0, 0, 26, 68 -po/fr.po, 24, 61, 73, 2, 8, 5, 15, 31, 84 -po/ro.gmo, 11, 31, 32, 0, 0, 0, 0, 11, 31 -po/th.po, 29, 78, 38, 0, 0, 2, 6, 31, 84 -po/vi.po, 29, 78, 140, 0, 0, 2, 6, 31, 84 -po/it.gmo, 29, 78, 90, 0, 0, 0, 0, 29, 78 -po/is.po, 24, 61, 68, 2, 8, 5, 15, 31, 84 -po/de.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -po/nl.po, 29, 78, 88, 0, 0, 2, 6, 31, 84 -po/cs.gmo, 29, 78, 79, 0, 0, 0, 0, 29, 78 -po/nl.gmo, 29, 78, 88, 0, 0, 0, 0, 29, 78 -po/da.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -po/it.po, 29, 78, 90, 0, 0, 2, 6, 31, 84 -po/id.po, 29, 78, 82, 0, 0, 2, 6, 31, 84 -po/id.gmo, 29, 78, 82, 0, 0, 0, 0, 29, 78 -po/popt.pot, 0, 0, 0, 0, 0, 31, 84, 31, 84 -po/cs.po, 29, 78, 79, 0, 0, 2, 6, 31, 84 -po/fi.gmo, 29, 78, 76, 0, 0, 0, 0, 29, 78 -po/lv.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -po/zh_CN.gmo, 29, 78, 40, 0, 0, 0, 0, 29, 78 -po/zh_TW.po, 24, 61, 26, 2, 8, 5, 15, 31, 84 -po/tr.po, 21, 48, 52, 3, 13, 7, 23, 31, 84 -po/uk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -po/eo.po, 29, 78, 89, 0, 0, 2, 6, 31, 84 -po/gl.po, 21, 48, 56, 3, 13, 7, 23, 31, 84 -po/pt.po, 24, 61, 69, 2, 8, 5, 15, 31, 84 diff --git a/results/f30/procps-ng-3.3.15-5.fc30.src.rpm.errors.txt b/results/f30/procps-ng-3.3.15-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 49e721e..0000000 --- a/results/f30/procps-ng-3.3.15-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./man-po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./man-po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/procps-ng-3.3.15-5.fc30.src.rpm.stats.csv b/results/f30/procps-ng-3.3.15-5.fc30.src.rpm.stats.csv deleted file mode 100644 index ebe8ca1..0000000 --- a/results/f30/procps-ng-3.3.15-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,29 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-po/template-man.pot, 0, 0, 0, 0, 0, 78, 517, 78, 517 -man-po/fr.po, 593, 5211, 5721, 0, 0, 0, 0, 593, 5211 -man-po/template-man-top.pot, 0, 0, 0, 0, 0, 662, 13136, 662, 13136 -man-po/zh_CN.po, 34, 41, 37, 0, 0, 559, 5170, 593, 5211 -man-po/template-man-ps.pot, 0, 0, 0, 0, 0, 787, 5978, 787, 5978 -man-po/de.po, 583, 4927, 5018, 1, 60, 9, 224, 593, 5211 -man-po/pl.po, 593, 5211, 4699, 0, 0, 0, 0, 593, 5211 -man-po/sv.po, 593, 5211, 4807, 0, 0, 0, 0, 593, 5211 -man-po/uk.po, 593, 5211, 5270, 0, 0, 0, 0, 593, 5211 -man-po/pt_BR.po, 593, 5211, 5656, 0, 0, 0, 0, 593, 5211 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fr.po, 795, 4574, 5399, 3, 19, 0, 0, 798, 4593 -po/zh_CN.po, 63, 158, 105, 347, 1194, 388, 3241, 798, 4593 -po/procps-ng.pot, 0, 0, 0, 0, 0, 798, 4593, 798, 4593 -po/uk.gmo, 795, 4574, 4883, 0, 0, 0, 0, 795, 4574 -po/de.po, 690, 3410, 3371, 9, 61, 99, 1122, 798, 4593 -po/pl.gmo, 795, 4574, 4588, 0, 0, 0, 0, 795, 4574 -po/pl.po, 795, 4574, 4588, 3, 19, 0, 0, 798, 4593 -po/pt_BR.gmo, 795, 4574, 5145, 0, 0, 0, 0, 795, 4574 -po/sv.po, 795, 4574, 4385, 3, 19, 0, 0, 798, 4593 -po/vi.gmo, 754, 4366, 6158, 0, 0, 0, 0, 754, 4366 -po/sv.gmo, 795, 4574, 4385, 0, 0, 0, 0, 795, 4574 -po/de.gmo, 690, 3410, 3371, 0, 0, 0, 0, 690, 3410 -po/uk.po, 795, 4574, 4883, 3, 19, 0, 0, 798, 4593 -po/vi.po, 754, 4366, 6158, 21, 158, 23, 69, 798, 4593 -po/pt_BR.po, 795, 4574, 5145, 3, 19, 0, 0, 798, 4593 -po/fr.gmo, 795, 4574, 5399, 0, 0, 0, 0, 795, 4574 -po/zh_CN.gmo, 63, 158, 105, 0, 0, 0, 0, 63, 158 diff --git a/results/f30/psmisc-23.1-5.1.fc30.src.rpm.errors.txt b/results/f30/psmisc-23.1-5.1.fc30.src.rpm.errors.txt deleted file mode 100644 index 3117578..0000000 --- a/results/f30/psmisc-23.1-5.1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 36: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 187: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc0 in position 15: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/psmisc-23.1-5.1.fc30.src.rpm.stats.csv b/results/f30/psmisc-23.1-5.1.fc30.src.rpm.stats.csv deleted file mode 100644 index 2756f23..0000000 --- a/results/f30/psmisc-23.1-5.1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,53 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fr.po, 80, 646, 747, 5, 346, 0, 0, 85, 992 -po/cs.po, 75, 497, 498, 10, 495, 0, 0, 85, 992 -po/hu.gmo, 80, 646, 651, 0, 0, 0, 0, 80, 646 -po/eo.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -po/eu.gmo, 68, 452, 457, 0, 0, 0, 0, 68, 452 -po/ro.po, 11, 81, 91, 18, 200, 56, 711, 85, 992 -po/fi.po, 80, 646, 586, 5, 346, 0, 0, 85, 992 -po/zh_CN.po, 75, 497, 271, 10, 495, 0, 0, 85, 992 -po/ru.po, 80, 646, 664, 5, 346, 0, 0, 85, 992 -po/da.gmo, 80, 646, 648, 0, 0, 0, 0, 80, 646 -po/ca.po, 11, 81, 92, 23, 517, 51, 394, 85, 992 -po/eu.po, 68, 452, 457, 16, 533, 1, 7, 85, 992 -po/sr.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -po/it.po, 75, 497, 544, 10, 495, 0, 0, 85, 992 -po/eo.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -po/uk.gmo, 80, 646, 716, 0, 0, 0, 0, 80, 646 -po/de.po, 80, 646, 655, 5, 346, 0, 0, 85, 992 -po/pl.gmo, 80, 646, 672, 0, 0, 0, 0, 80, 646 -po/pl.po, 80, 646, 672, 5, 346, 0, 0, 85, 992 -po/pt_BR.gmo, 80, 646, 738, 0, 0, 0, 0, 80, 646 -po/pt.po, 2, 10, 11, 14, 91, 69, 891, 85, 992 -po/id.po, 68, 452, 484, 16, 533, 1, 7, 85, 992 -po/it.gmo, 75, 497, 544, 0, 0, 0, 0, 75, 497 -po/el.gmo, 80, 646, 703, 0, 0, 0, 0, 80, 646 -po/sv.po, 80, 646, 656, 5, 346, 0, 0, 85, 992 -po/zh_TW.po, 75, 497, 243, 10, 495, 0, 0, 85, 992 -po/ja.po, 34, 203, 87, 21, 512, 30, 277, 85, 992 -po/id.gmo, 68, 452, 484, 0, 0, 0, 0, 68, 452 -po/vi.gmo, 80, 646, 975, 0, 0, 0, 0, 80, 646 -po/zh_TW.gmo, 75, 497, 243, 0, 0, 0, 0, 75, 497 -po/sv.gmo, 80, 646, 656, 0, 0, 0, 0, 80, 646 -po/hu.po, 80, 646, 651, 5, 346, 0, 0, 85, 992 -po/de.gmo, 80, 646, 655, 0, 0, 0, 0, 80, 646 -po/uk.po, 80, 646, 716, 5, 346, 0, 0, 85, 992 -po/vi.po, 80, 646, 975, 5, 346, 0, 0, 85, 992 -po/fi.gmo, 80, 646, 586, 0, 0, 0, 0, 80, 646 -po/pt_BR.po, 80, 646, 738, 5, 346, 0, 0, 85, 992 -po/bg.po, 34, 203, 270, 21, 512, 30, 277, 85, 992 -po/nl.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -po/psmisc.pot, 0, 0, 0, 0, 0, 85, 992, 85, 992 -po/nl.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -po/fr.gmo, 80, 646, 747, 0, 0, 0, 0, 80, 646 -po/nb.po, 34, 203, 212, 21, 512, 30, 277, 85, 992 -po/hr.gmo, 80, 646, 659, 0, 0, 0, 0, 80, 646 -po/el.po, 80, 646, 703, 5, 346, 0, 0, 85, 992 -po/ru.gmo, 80, 646, 664, 0, 0, 0, 0, 80, 646 -po/cs.gmo, 75, 497, 498, 0, 0, 0, 0, 75, 497 -po/sr.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -po/da.po, 80, 646, 648, 5, 346, 0, 0, 85, 992 -po/hr.po, 80, 646, 659, 5, 346, 0, 0, 85, 992 -po/zh_CN.gmo, 75, 497, 271, 0, 0, 0, 0, 75, 497 -po/bg.gmo, 34, 203, 270, 0, 0, 0, 0, 34, 203 diff --git a/results/f30/pulseaudio-12.2-3.fc30.src.rpm.errors.txt b/results/f30/pulseaudio-12.2-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 93eab5a..0000000 --- a/results/f30/pulseaudio-12.2-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc0 in position 12: invalid start byte diff --git a/results/f30/pulseaudio-12.2-3.fc30.src.rpm.stats.csv b/results/f30/pulseaudio-12.2-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 8e6f850..0000000 --- a/results/f30/pulseaudio-12.2-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,44 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.po, 409, 2013, 1649, 44, 952, 43, 339, 496, 3304 -po/es.po, 409, 2013, 2386, 44, 952, 43, 339, 496, 3304 -po/id.po, 522, 3403, 3284, 14, 181, 0, 0, 536, 3584 -po/el.po, 551, 3584, 3652, 0, 0, 0, 0, 551, 3584 -po/zh_CN.po, 529, 3529, 1460, 0, 0, 0, 0, 529, 3529 -po/cs.po, 464, 2840, 2701, 6, 148, 26, 316, 496, 3304 -po/hi.po, 407, 2011, 2239, 43, 951, 46, 342, 496, 3304 -po/lt.po, 538, 3588, 3303, 0, 0, 0, 0, 538, 3588 -po/uk.po, 536, 3584, 3655, 0, 0, 0, 0, 536, 3584 -po/de_CH.po, 369, 1754, 1566, 57, 906, 70, 644, 496, 3304 -po/ta.po, 407, 2011, 1835, 43, 951, 46, 342, 496, 3304 -po/mr.po, 407, 2011, 2002, 43, 951, 46, 342, 496, 3304 -po/ja.po, 496, 3304, 1617, 0, 0, 0, 0, 496, 3304 -po/nn.po, 531, 3552, 3298, 0, 0, 0, 0, 531, 3552 -po/sv.po, 536, 3579, 3262, 0, 0, 0, 0, 536, 3579 -po/zh_TW.po, 534, 3573, 1526, 0, 0, 0, 0, 534, 3573 -po/pl.po, 536, 3584, 3501, 0, 0, 0, 0, 536, 3584 -po/bn_IN.po, 407, 2011, 2154, 43, 951, 46, 342, 496, 3304 -po/fr.po, 521, 3450, 4057, 0, 0, 0, 0, 521, 3450 -po/te.po, 407, 2011, 1809, 43, 951, 46, 342, 496, 3304 -po/de.po, 526, 3513, 3264, 0, 0, 4, 11, 530, 3524 -po/sk.po, 367, 1253, 1199, 0, 0, 163, 2286, 530, 3539 -po/pt.po, 374, 1932, 2171, 55, 981, 67, 391, 496, 3304 -po/hu.po, 530, 3524, 3484, 0, 0, 0, 0, 530, 3524 -po/be.po, 529, 3516, 3289, 1, 8, 0, 0, 530, 3524 -po/gu.po, 407, 2011, 2207, 43, 951, 46, 342, 496, 3304 -po/oc.po, 474, 2206, 2681, 0, 0, 57, 1337, 531, 3543 -po/gl.po, 498, 3326, 4000, 0, 0, 3, 22, 501, 3348 -po/ru.po, 551, 3584, 3652, 0, 0, 0, 0, 551, 3584 -po/pa.po, 407, 2011, 2223, 43, 951, 46, 342, 496, 3304 -po/sr@latin.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 -po/or.po, 407, 2011, 2102, 43, 951, 46, 342, 496, 3304 -po/kn.po, 407, 2011, 1869, 43, 951, 46, 342, 496, 3304 -po/ko.po, 525, 3475, 3035, 0, 0, 0, 0, 525, 3475 -po/pt_BR.po, 530, 3524, 3989, 0, 0, 0, 0, 530, 3524 -po/hr.po, 530, 3550, 3249, 0, 0, 0, 0, 530, 3550 -po/it.po, 531, 3552, 3918, 0, 0, 0, 0, 531, 3552 -po/he.po, 84, 190, 195, 15, 48, 397, 3066, 496, 3304 -po/tr.po, 531, 3552, 3252, 0, 0, 0, 0, 531, 3552 -po/nl.po, 407, 2011, 1932, 43, 951, 46, 342, 496, 3304 -po/as.po, 406, 2010, 2145, 44, 952, 46, 342, 496, 3304 -po/ca.po, 377, 1937, 2379, 59, 985, 60, 382, 496, 3304 -po/sr.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 diff --git a/results/f30/pykickstart-3.20-2.fc30.src.rpm.errors.txt b/results/f30/pykickstart-3.20-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/pykickstart-3.20-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/pykickstart-3.20-2.fc30.src.rpm.stats.csv b/results/f30/pykickstart-3.20-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 5cd9220..0000000 --- a/results/f30/pykickstart-3.20-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,190 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/zu.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_TW.po, 36, 337, 114, 0, 0, 143, 1268, 179, 1605 -po/zh_TW.mo, 36, 337, 114, 0, 0, 0, 0, 36, 337 -po/zh_HK.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/zh_HK.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.po, 179, 1605, 686, 0, 0, 0, 0, 179, 1605 -po/zh_CN.mo, 179, 1605, 686, 0, 0, 0, 0, 179, 1605 -po/yo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/yo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/wba.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/vi.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ur.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.po, 179, 1605, 1457, 0, 0, 0, 0, 179, 1605 -po/uk.mo, 179, 1605, 1457, 0, 0, 0, 0, 179, 1605 -po/tw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/tw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.po, 26, 268, 216, 0, 0, 153, 1337, 179, 1605 -po/tr.mo, 26, 268, 216, 0, 0, 0, 0, 26, 268 -po/th.po, 24, 259, 106, 0, 0, 155, 1346, 179, 1605 -po/th.mo, 24, 259, 106, 0, 0, 0, 0, 24, 259 -po/tg.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/tg.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.po, 23, 250, 201, 0, 0, 156, 1355, 179, 1605 -po/te.mo, 23, 250, 201, 0, 0, 0, 0, 23, 250 -po/ta.po, 14, 171, 120, 0, 0, 165, 1434, 179, 1605 -po/ta.mo, 14, 171, 120, 0, 0, 0, 0, 14, 171 -po/sv.po, 179, 1605, 1432, 0, 0, 0, 0, 179, 1605 -po/sv.mo, 179, 1605, 1432, 0, 0, 0, 0, 179, 1605 -po/sr@latin.po, 14, 171, 151, 0, 0, 165, 1434, 179, 1605 -po/sr@latin.mo, 14, 171, 151, 0, 0, 0, 0, 14, 171 -po/sr.po, 116, 1065, 985, 0, 0, 63, 540, 179, 1605 -po/sr.mo, 116, 1065, 985, 0, 0, 0, 0, 116, 1065 -po/sq.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/sq.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.po, 13, 166, 134, 0, 0, 166, 1439, 179, 1605 -po/sl.mo, 13, 166, 134, 0, 0, 0, 0, 13, 166 -po/sk.po, 171, 1527, 1378, 0, 0, 8, 78, 179, 1605 -po/sk.mo, 171, 1527, 1378, 0, 0, 0, 0, 171, 1527 -po/si.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/si.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.po, 170, 1521, 1285, 0, 0, 9, 84, 179, 1605 -po/ru.mo, 170, 1521, 1285, 0, 0, 0, 0, 170, 1521 -po/ro.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ro.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pykickstart.pot, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/pt_BR.po, 145, 1303, 1391, 0, 0, 34, 302, 179, 1605 -po/pt_BR.mo, 145, 1303, 1391, 0, 0, 0, 0, 145, 1303 -po/pt.po, 38, 359, 386, 0, 0, 141, 1246, 179, 1605 -po/pt.mo, 38, 359, 386, 0, 0, 0, 0, 38, 359 -po/pl.po, 179, 1605, 1499, 0, 0, 0, 0, 179, 1605 -po/pl.mo, 179, 1605, 1499, 0, 0, 0, 0, 179, 1605 -po/pa.po, 24, 257, 295, 0, 0, 155, 1348, 179, 1605 -po/pa.mo, 24, 257, 295, 0, 0, 0, 0, 24, 257 -po/or.po, 24, 257, 236, 0, 0, 155, 1348, 179, 1605 -po/or.mo, 24, 257, 236, 0, 0, 0, 0, 24, 257 -po/nso.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/nso.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/nn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.po, 179, 1605, 1633, 0, 0, 0, 0, 179, 1605 -po/nl.mo, 179, 1605, 1633, 0, 0, 0, 0, 179, 1605 -po/ne.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ne.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.po, 4, 34, 33, 0, 0, 175, 1571, 179, 1605 -po/nds.mo, 4, 34, 33, 0, 0, 0, 0, 4, 34 -po/nb.po, 14, 171, 155, 0, 0, 165, 1434, 179, 1605 -po/nb.mo, 14, 171, 155, 0, 0, 0, 0, 14, 171 -po/ms.po, 13, 166, 153, 0, 0, 166, 1439, 179, 1605 -po/ms.mo, 13, 166, 153, 0, 0, 0, 0, 13, 166 -po/mr.po, 14, 171, 159, 0, 0, 165, 1434, 179, 1605 -po/mr.mo, 14, 171, 159, 0, 0, 0, 0, 14, 171 -po/mn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/mn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.po, 14, 171, 126, 0, 0, 165, 1434, 179, 1605 -po/ml.mo, 14, 171, 126, 0, 0, 0, 0, 14, 171 -po/mk.po, 13, 166, 170, 0, 0, 166, 1439, 179, 1605 -po/mk.mo, 13, 166, 170, 0, 0, 0, 0, 13, 166 -po/mai.po, 13, 166, 165, 0, 0, 166, 1439, 179, 1605 -po/mai.mo, 13, 166, 165, 0, 0, 0, 0, 13, 166 -po/lv.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/lv.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ky.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw_GB.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw@uccor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw@kkcor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.po, 26, 268, 218, 0, 0, 153, 1337, 179, 1605 -po/ko.mo, 26, 268, 218, 0, 0, 0, 0, 26, 268 -po/kn.po, 26, 268, 226, 0, 0, 153, 1337, 179, 1605 -po/kn.mo, 26, 268, 226, 0, 0, 0, 0, 26, 268 -po/km.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/km.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kk.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ka.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ka.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ja.po, 179, 1605, 666, 0, 0, 0, 0, 179, 1605 -po/ja.mo, 179, 1605, 666, 0, 0, 0, 0, 179, 1605 -po/it.po, 41, 352, 387, 0, 0, 138, 1253, 179, 1605 -po/it.mo, 41, 352, 387, 0, 0, 0, 0, 41, 352 -po/is.po, 14, 171, 164, 0, 0, 165, 1434, 179, 1605 -po/is.mo, 14, 171, 164, 0, 0, 0, 0, 14, 171 -po/ilo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ilo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/id.po, 15, 177, 168, 0, 0, 164, 1428, 179, 1605 -po/id.mo, 15, 177, 168, 0, 0, 0, 0, 15, 177 -po/ia.po, 26, 268, 292, 0, 0, 153, 1337, 179, 1605 -po/ia.mo, 26, 268, 292, 0, 0, 0, 0, 26, 268 -po/hu.po, 30, 308, 274, 0, 0, 149, 1297, 179, 1605 -po/hu.mo, 30, 308, 274, 0, 0, 0, 0, 30, 308 -po/hr.po, 14, 171, 157, 0, 0, 165, 1434, 179, 1605 -po/hr.mo, 14, 171, 157, 0, 0, 0, 0, 14, 171 -po/hi.po, 26, 268, 293, 0, 0, 153, 1337, 179, 1605 -po/hi.mo, 26, 268, 293, 0, 0, 0, 0, 26, 268 -po/he.po, 14, 171, 131, 0, 0, 165, 1434, 179, 1605 -po/he.mo, 14, 171, 131, 0, 0, 0, 0, 14, 171 -po/gu.po, 26, 268, 273, 0, 0, 153, 1337, 179, 1605 -po/gu.mo, 26, 268, 273, 0, 0, 0, 0, 26, 268 -po/gl.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -po/gl.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -po/fr.po, 179, 1605, 1756, 0, 0, 0, 0, 179, 1605 -po/fr.mo, 179, 1605, 1756, 0, 0, 0, 0, 179, 1605 -po/fi.po, 26, 268, 192, 0, 0, 153, 1337, 179, 1605 -po/fi.mo, 26, 268, 192, 0, 0, 0, 0, 26, 268 -po/fa.po, 24, 257, 264, 0, 0, 155, 1348, 179, 1605 -po/fa.mo, 24, 257, 264, 0, 0, 0, 0, 24, 257 -po/eu.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -po/eu.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -po/et.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/et.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.po, 179, 1605, 1747, 0, 0, 0, 0, 179, 1605 -po/es.mo, 179, 1605, 1747, 0, 0, 0, 0, 179, 1605 -po/eo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/eo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.po, 24, 257, 257, 0, 0, 155, 1348, 179, 1605 -po/en_GB.mo, 24, 257, 257, 0, 0, 0, 0, 24, 257 -po/el.po, 14, 171, 179, 0, 0, 165, 1434, 179, 1605 -po/el.mo, 14, 171, 179, 0, 0, 0, 0, 14, 171 -po/de_CH.po, 14, 171, 179, 0, 0, 165, 1434, 179, 1605 -po/de_CH.mo, 14, 171, 179, 0, 0, 0, 0, 14, 171 -po/de.po, 145, 1303, 1259, 0, 0, 34, 302, 179, 1605 -po/de.mo, 145, 1303, 1259, 0, 0, 0, 0, 145, 1303 -po/da.po, 30, 308, 278, 0, 0, 149, 1297, 179, 1605 -po/da.mo, 30, 308, 278, 0, 0, 0, 0, 30, 308 -po/cy.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/cy.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.po, 170, 1521, 1316, 0, 0, 9, 84, 179, 1605 -po/cs.mo, 170, 1521, 1316, 0, 0, 0, 0, 170, 1521 -po/ca.po, 173, 1547, 1762, 0, 0, 6, 58, 179, 1605 -po/ca.mo, 173, 1547, 1762, 0, 0, 0, 0, 173, 1547 -po/bs.po, 17, 212, 192, 0, 0, 162, 1393, 179, 1605 -po/bs.mo, 17, 212, 192, 0, 0, 0, 0, 17, 212 -po/brx.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/brx.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/br.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/br.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/bo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.po, 26, 268, 268, 0, 0, 153, 1337, 179, 1605 -po/bn_IN.mo, 26, 268, 268, 0, 0, 0, 0, 26, 268 -po/bn.po, 26, 268, 268, 0, 0, 153, 1337, 179, 1605 -po/bn.mo, 26, 268, 268, 0, 0, 0, 0, 26, 268 -po/bg.po, 29, 297, 284, 0, 0, 150, 1308, 179, 1605 -po/bg.mo, 29, 297, 284, 0, 0, 0, 0, 29, 297 -po/be.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/be.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bal.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/bal.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.po, 14, 171, 187, 0, 0, 165, 1434, 179, 1605 -po/ast.mo, 14, 171, 187, 0, 0, 0, 0, 14, 171 -po/as.po, 30, 308, 290, 0, 0, 149, 1297, 179, 1605 -po/as.mo, 30, 308, 290, 0, 0, 0, 0, 30, 308 -po/ar.po, 24, 257, 228, 0, 0, 155, 1348, 179, 1605 -po/ar.mo, 24, 257, 228, 0, 0, 0, 0, 24, 257 -po/anp.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/anp.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/am.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/am.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/af.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f30/python-blivet-3.1.3-3.fc30.src.rpm.errors.txt b/results/f30/python-blivet-3.1.3-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/python-blivet-3.1.3-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/python-blivet-3.1.3-3.fc30.src.rpm.stats.csv b/results/f30/python-blivet-3.1.3-3.fc30.src.rpm.stats.csv deleted file mode 100644 index a0a5b38..0000000 --- a/results/f30/python-blivet-3.1.3-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,144 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 75, 524, 250, 0, 0, 0, 0, 75, 524 -po/zh_TW.mo, 75, 524, 250, 0, 0, 0, 0, 75, 524 -po/zh_CN.po, 75, 524, 260, 0, 0, 0, 0, 75, 524 -po/zh_CN.mo, 75, 524, 260, 0, 0, 0, 0, 75, 524 -po/ur.po, 3, 37, 37, 0, 0, 72, 487, 75, 524 -po/ur.mo, 3, 37, 37, 0, 0, 0, 0, 3, 37 -po/uk.po, 75, 524, 524, 0, 0, 0, 0, 75, 524 -po/uk.mo, 75, 524, 524, 0, 0, 0, 0, 75, 524 -po/tr.po, 10, 62, 49, 0, 0, 65, 462, 75, 524 -po/tr.mo, 10, 62, 49, 0, 0, 0, 0, 10, 62 -po/th.po, 7, 52, 16, 0, 0, 68, 472, 75, 524 -po/th.mo, 7, 52, 16, 0, 0, 0, 0, 7, 52 -po/tg.po, 3, 12, 15, 0, 0, 72, 512, 75, 524 -po/tg.mo, 3, 12, 15, 0, 0, 0, 0, 3, 12 -po/te.po, 56, 326, 290, 0, 0, 19, 198, 75, 524 -po/te.mo, 56, 326, 290, 0, 0, 0, 0, 56, 326 -po/ta.po, 43, 290, 254, 0, 0, 32, 234, 75, 524 -po/ta.mo, 43, 290, 254, 0, 0, 0, 0, 43, 290 -po/sv.po, 75, 524, 525, 0, 0, 0, 0, 75, 524 -po/sv.mo, 75, 524, 525, 0, 0, 0, 0, 75, 524 -po/sr@latin.po, 21, 188, 187, 0, 0, 54, 336, 75, 524 -po/sr@latin.mo, 21, 188, 187, 0, 0, 0, 0, 21, 188 -po/sr.po, 67, 456, 461, 0, 0, 8, 68, 75, 524 -po/sr.mo, 67, 456, 461, 0, 0, 0, 0, 67, 456 -po/sq.po, 5, 43, 37, 0, 0, 70, 481, 75, 524 -po/sq.mo, 5, 43, 37, 0, 0, 0, 0, 5, 43 -po/sl.po, 3, 37, 29, 0, 0, 72, 487, 75, 524 -po/sl.mo, 3, 37, 29, 0, 0, 0, 0, 3, 37 -po/sk.po, 72, 518, 519, 0, 0, 3, 6, 75, 524 -po/sk.mo, 72, 518, 519, 0, 0, 0, 0, 72, 518 -po/si.po, 24, 206, 204, 0, 0, 51, 318, 75, 524 -po/si.mo, 24, 206, 204, 0, 0, 0, 0, 24, 206 -po/ru.po, 75, 524, 486, 0, 0, 0, 0, 75, 524 -po/ru.mo, 75, 524, 486, 0, 0, 0, 0, 75, 524 -po/ro.po, 3, 37, 33, 0, 0, 72, 487, 75, 524 -po/ro.mo, 3, 37, 33, 0, 0, 0, 0, 3, 37 -po/pt_BR.po, 75, 524, 589, 0, 0, 0, 0, 75, 524 -po/pt_BR.mo, 75, 524, 589, 0, 0, 0, 0, 75, 524 -po/pt.po, 24, 206, 232, 0, 0, 51, 318, 75, 524 -po/pt.mo, 24, 206, 232, 0, 0, 0, 0, 24, 206 -po/pl.po, 75, 524, 530, 0, 0, 0, 0, 75, 524 -po/pl.mo, 75, 524, 530, 0, 0, 0, 0, 75, 524 -po/pa.po, 43, 290, 355, 0, 0, 32, 234, 75, 524 -po/pa.mo, 43, 290, 355, 0, 0, 0, 0, 43, 290 -po/or.po, 43, 290, 322, 0, 0, 32, 234, 75, 524 -po/or.mo, 43, 290, 322, 0, 0, 0, 0, 43, 290 -po/nso.po, 3, 37, 42, 0, 0, 72, 487, 75, 524 -po/nso.mo, 3, 37, 42, 0, 0, 0, 0, 3, 37 -po/nl.po, 75, 524, 552, 0, 0, 0, 0, 75, 524 -po/nl.mo, 75, 524, 552, 0, 0, 0, 0, 75, 524 -po/ne.po, 3, 37, 31, 0, 0, 72, 487, 75, 524 -po/ne.mo, 3, 37, 31, 0, 0, 0, 0, 3, 37 -po/nb.po, 13, 85, 78, 0, 0, 62, 439, 75, 524 -po/nb.mo, 13, 85, 78, 0, 0, 0, 0, 13, 85 -po/ms.po, 3, 37, 28, 0, 0, 72, 487, 75, 524 -po/ms.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -po/mr.po, 56, 326, 343, 0, 0, 19, 198, 75, 524 -po/mr.mo, 56, 326, 343, 0, 0, 0, 0, 56, 326 -po/ml.po, 43, 290, 225, 0, 0, 32, 234, 75, 524 -po/ml.mo, 43, 290, 225, 0, 0, 0, 0, 43, 290 -po/mk.po, 3, 37, 28, 0, 0, 72, 487, 75, 524 -po/mk.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -po/mai.po, 8, 63, 67, 0, 0, 67, 461, 75, 524 -po/mai.mo, 8, 63, 67, 0, 0, 0, 0, 8, 63 -po/lv.po, 9, 56, 51, 0, 0, 66, 468, 75, 524 -po/lv.mo, 9, 56, 51, 0, 0, 0, 0, 9, 56 -po/ko.po, 75, 524, 454, 0, 0, 0, 0, 75, 524 -po/ko.mo, 75, 524, 454, 0, 0, 0, 0, 75, 524 -po/kn.po, 56, 326, 297, 0, 0, 19, 198, 75, 524 -po/kn.mo, 56, 326, 297, 0, 0, 0, 0, 56, 326 -po/kk.po, 43, 290, 269, 0, 0, 32, 234, 75, 524 -po/kk.mo, 43, 290, 269, 0, 0, 0, 0, 43, 290 -po/ka.po, 11, 24, 24, 0, 0, 64, 500, 75, 524 -po/ka.mo, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/ja.po, 75, 524, 258, 0, 0, 0, 0, 75, 524 -po/ja.mo, 75, 524, 258, 0, 0, 0, 0, 75, 524 -po/it.po, 75, 524, 545, 0, 0, 0, 0, 75, 524 -po/it.mo, 75, 524, 545, 0, 0, 0, 0, 75, 524 -po/is.po, 5, 43, 36, 0, 0, 70, 481, 75, 524 -po/is.mo, 5, 43, 36, 0, 0, 0, 0, 5, 43 -po/ilo.po, 3, 37, 41, 0, 0, 72, 487, 75, 524 -po/ilo.mo, 3, 37, 41, 0, 0, 0, 0, 3, 37 -po/id.po, 24, 206, 196, 0, 0, 51, 318, 75, 524 -po/id.mo, 24, 206, 196, 0, 0, 0, 0, 24, 206 -po/ia.po, 36, 277, 310, 0, 0, 39, 247, 75, 524 -po/ia.mo, 36, 277, 310, 0, 0, 0, 0, 36, 277 -po/hu.po, 75, 524, 531, 0, 0, 0, 0, 75, 524 -po/hu.mo, 75, 524, 531, 0, 0, 0, 0, 75, 524 -po/hr.po, 3, 37, 22, 0, 0, 72, 487, 75, 524 -po/hr.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -po/hi.po, 24, 206, 239, 0, 0, 51, 318, 75, 524 -po/hi.mo, 24, 206, 239, 0, 0, 0, 0, 24, 206 -po/he.po, 5, 23, 20, 0, 0, 70, 501, 75, 524 -po/he.mo, 5, 23, 20, 0, 0, 0, 0, 5, 23 -po/gu.po, 56, 326, 358, 0, 0, 19, 198, 75, 524 -po/gu.mo, 56, 326, 358, 0, 0, 0, 0, 56, 326 -po/fr.po, 75, 524, 618, 0, 0, 0, 0, 75, 524 -po/fr.mo, 75, 524, 618, 0, 0, 0, 0, 75, 524 -po/fi.po, 24, 206, 167, 0, 0, 51, 318, 75, 524 -po/fi.mo, 24, 206, 167, 0, 0, 0, 0, 24, 206 -po/fa.po, 24, 206, 231, 0, 0, 51, 318, 75, 524 -po/fa.mo, 24, 206, 231, 0, 0, 0, 0, 24, 206 -po/eu.po, 2, 8, 8, 0, 0, 73, 516, 75, 524 -po/eu.mo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -po/et.po, 8, 52, 51, 0, 0, 67, 472, 75, 524 -po/et.mo, 8, 52, 51, 0, 0, 0, 0, 8, 52 -po/es.po, 75, 524, 637, 0, 0, 0, 0, 75, 524 -po/es.mo, 75, 524, 637, 0, 0, 0, 0, 75, 524 -po/en_GB.po, 24, 206, 206, 0, 0, 51, 318, 75, 524 -po/en_GB.mo, 24, 206, 206, 0, 0, 0, 0, 24, 206 -po/el.po, 6, 47, 51, 0, 0, 69, 477, 75, 524 -po/el.mo, 6, 47, 51, 0, 0, 0, 0, 6, 47 -po/de_CH.po, 7, 52, 41, 0, 0, 68, 472, 75, 524 -po/de_CH.mo, 7, 52, 41, 0, 0, 0, 0, 7, 52 -po/de.po, 75, 524, 514, 0, 0, 0, 0, 75, 524 -po/de.mo, 75, 524, 514, 0, 0, 0, 0, 75, 524 -po/da.po, 75, 524, 493, 0, 0, 0, 0, 75, 524 -po/da.mo, 75, 524, 493, 0, 0, 0, 0, 75, 524 -po/cy.po, 3, 37, 32, 0, 0, 72, 487, 75, 524 -po/cy.mo, 3, 37, 32, 0, 0, 0, 0, 3, 37 -po/cs.po, 75, 524, 498, 0, 0, 0, 0, 75, 524 -po/cs.mo, 75, 524, 498, 0, 0, 0, 0, 75, 524 -po/ca.po, 75, 524, 651, 0, 0, 0, 0, 75, 524 -po/ca.mo, 75, 524, 651, 0, 0, 0, 0, 75, 524 -po/bs.po, 3, 37, 22, 0, 0, 72, 487, 75, 524 -po/bs.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -po/bn_IN.po, 62, 355, 401, 0, 0, 13, 169, 75, 524 -po/bn_IN.mo, 62, 355, 401, 0, 0, 0, 0, 62, 355 -po/bn.po, 24, 206, 225, 0, 0, 51, 318, 75, 524 -po/bn.mo, 24, 206, 225, 0, 0, 0, 0, 24, 206 -po/blivet.pot, 0, 0, 0, 0, 0, 75, 524, 75, 524 -po/bg.po, 62, 357, 407, 0, 0, 13, 167, 75, 524 -po/bg.mo, 62, 357, 407, 0, 0, 0, 0, 62, 357 -po/ast.po, 23, 202, 209, 0, 0, 52, 322, 75, 524 -po/ast.mo, 23, 202, 209, 0, 0, 0, 0, 23, 202 -po/as.po, 62, 355, 382, 0, 0, 13, 169, 75, 524 -po/as.mo, 62, 355, 382, 0, 0, 0, 0, 62, 355 -po/ar.po, 5, 41, 34, 0, 0, 70, 483, 75, 524 -po/ar.mo, 5, 41, 34, 0, 0, 0, 0, 5, 41 -po/am.po, 3, 37, 26, 0, 0, 72, 487, 75, 524 -po/am.mo, 3, 37, 26, 0, 0, 0, 0, 3, 37 -po/af.po, 3, 37, 36, 0, 0, 72, 487, 75, 524 -po/af.mo, 3, 37, 36, 0, 0, 0, 0, 3, 37 diff --git a/results/f30/python-humanize-0.5.1-16.fc30.src.rpm.errors.txt b/results/f30/python-humanize-0.5.1-16.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/python-humanize-0.5.1-16.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/python-humanize-0.5.1-16.fc30.src.rpm.stats.csv b/results/f30/python-humanize-0.5.1-16.fc30.src.rpm.stats.csv deleted file mode 100644 index 6f1dc84..0000000 --- a/results/f30/python-humanize-0.5.1-16.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,7 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -humanize/locale/ru_RU/LC_MESSAGES/humanize.po, 52, 97, 110, 0, 0, 0, 0, 52, 97 -humanize/locale/ru_RU/LC_MESSAGES/humanize.mo, 52, 97, 110, 0, 0, 0, 0, 52, 97 -humanize/locale/ko_KR/LC_MESSAGES/humanize.po, 33, 78, 54, 19, 19, 0, 0, 52, 97 -humanize/locale/ko_KR/LC_MESSAGES/humanize.mo, 33, 78, 54, 0, 0, 0, 0, 33, 78 -humanize/locale/fr_FR/LC_MESSAGES/humanize.po, 32, 77, 83, 20, 20, 0, 0, 52, 97 -humanize/locale/fr_FR/LC_MESSAGES/humanize.mo, 32, 77, 83, 0, 0, 0, 0, 32, 77 diff --git a/results/f30/python-meh-0.47-2.fc30.src.rpm.errors.txt b/results/f30/python-meh-0.47-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 72f90cb..0000000 --- a/results/f30/python-meh-0.47-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/tmp/exception-dialog.glade.h) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/python-meh-0.47-2.fc30.src.rpm.stats.csv b/results/f30/python-meh-0.47-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 0ccf4db..0000000 --- a/results/f30/python-meh-0.47-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,118 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/ko.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fi.po, 19, 96, 65, 0, 0, 4, 13, 23, 109 -po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/it.po, 15, 64, 61, 8, 45, 0, 0, 23, 109 -po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/af.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ja.po, 20, 83, 28, 0, 0, 3, 26, 23, 109 -po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -po/be.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tr.po, 23, 109, 91, 0, 0, 0, 0, 23, 109 -po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 diff --git a/results/f30/python-simpleline-1.4-2.fc30.src.rpm.errors.txt b/results/f30/python-simpleline-1.4-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/python-simpleline-1.4-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/python-simpleline-1.4-2.fc30.src.rpm.stats.csv b/results/f30/python-simpleline-1.4-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 11407d8..0000000 --- a/results/f30/python-simpleline-1.4-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,99 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/as.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/zh_HK.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/it.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/am.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/is.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/vi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/af.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/eo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/el.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/my.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ilo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bal.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw_GB.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/uk.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -po/zh_CN.po, 6, 16, 6, 0, 0, 10, 26, 16, 42 -po/ur.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/wba.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ml.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/he.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pt_BR.po, 6, 16, 13, 0, 0, 10, 26, 16, 42 -po/hi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/hu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/de.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bn_IN.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/hr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/yo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ta.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pl.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -po/ia.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/te.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/tg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/th.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/lt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/lv.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ja.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/de_CH.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/tr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nso.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/tw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/en_GB.po, 15, 35, 35, 0, 0, 1, 7, 16, 42 -po/gl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/cs.po, 16, 42, 41, 0, 0, 0, 0, 16, 42 -po/ga.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/cy.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw@uccor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ca.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -po/brx.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/zh_TW.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/gu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/python-simpleline.pot, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/or.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ky.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/si.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sk.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -po/km.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sv.po, 6, 16, 17, 0, 0, 10, 26, 16, 42 -po/ko.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sq.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ka.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nds.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/da.po, 16, 42, 45, 0, 0, 0, 0, 16, 42 -po/fi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mai.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bs.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/br.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/fa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sr@latin.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ast.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ms.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/fr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/be.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ro.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/anp.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ne.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nb.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ru.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/es.po, 16, 42, 40, 0, 0, 0, 0, 16, 42 -po/id.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/et.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/eu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/zu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ar.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 diff --git a/results/f30/qemu-3.1.0-6.fc30.src.rpm.errors.txt b/results/f30/qemu-3.1.0-6.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/qemu-3.1.0-6.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/qemu-3.1.0-6.fc30.src.rpm.stats.csv b/results/f30/qemu-3.1.0-6.fc30.src.rpm.stats.csv deleted file mode 100644 index 34cd23f..0000000 --- a/results/f30/qemu-3.1.0-6.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 18, 33, 20, 0, 0, 1, 2, 19, 35 -po/messages.po, 0, 0, 0, 0, 0, 19, 35, 19, 35 -po/de_DE.po, 18, 33, 29, 0, 0, 1, 2, 19, 35 -po/tr.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 -po/bg.po, 18, 33, 34, 0, 0, 1, 2, 19, 35 -po/fr_FR.po, 18, 33, 39, 0, 0, 1, 2, 19, 35 -po/it.po, 18, 33, 38, 0, 0, 1, 2, 19, 35 -po/hu.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 diff --git a/results/f30/qt-4.8.7-47.fc30.src.rpm.errors.txt b/results/f30/qt-4.8.7-47.fc30.src.rpm.errors.txt deleted file mode 100644 index 890fcf9..0000000 --- a/results/f30/qt-4.8.7-47.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: cannot process config.profiles/symbian/translations/qt_: does not exist -translate.tools.pocount: ERROR: cannot process demos/declarative/photoviewer/qml/photoviewer/i18n/qml_: does not exist -translate.tools.pocount: ERROR: cannot process doc/src/snippets/i18n-non-qt-class/translations/i18n-non-qt-class_: does not exist -translate.tools.pocount: ERROR: Unknown filetype (./examples/declarative/i18n/qml/i18n/i18n.qml) -translate.tools.pocount: ERROR: cannot process examples/declarative/i18n/qml/i18n/qml_: does not exist -translate.tools.pocount: ERROR: cannot process examples/linguist/trollprint/trollprint_: does not exist -translate.tools.pocount: ERROR: cannot process examples/tools/i18n/translations/i18n_: does not exist -translate.tools.pocount: ERROR: cannot process translations/assistant_: does not exist -translate.tools.pocount: ERROR: cannot process translations/designer_: does not exist -translate.tools.pocount: ERROR: cannot process translations/linguist_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qt_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qt_help_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qtconfig_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qtscript_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qvfb_: does not exist diff --git a/results/f30/qt-4.8.7-47.fc30.src.rpm.stats.csv b/results/f30/qt-4.8.7-47.fc30.src.rpm.stats.csv deleted file mode 100644 index e9a12d7..0000000 --- a/results/f30/qt-4.8.7-47.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -demos/declarative/photoviewer/qml/photoviewer/i18n/base.ts, 0, 0, 0, 0, 0, 4, 4, 4, 4 -demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.ts, 4, 4, 4, 0, 0, 0, 0, 4, 4 -demos/declarative/photoviewer/qml/photoviewer/i18n/qml_fr.qm, 4, 4, 4, 0, 0, 0, 0, 4, 4 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -examples/declarative/i18n/qml/i18n/base.ts, 0, 0, 0, 0, 0, 1, 1, 1, 1 -examples/declarative/i18n/qml/i18n/qml_en_AU.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -examples/declarative/i18n/qml/i18n/qml_fr.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/qt5-qtbase-5.12.1-2.fc30.src.rpm.errors.txt b/results/f30/qt5-qtbase-5.12.1-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 1d037eb..0000000 --- a/results/f30/qt5-qtbase-5.12.1-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process examples/widgets/tools/i18n/translations/i18n_: does not exist diff --git a/results/f30/qt5-qtbase-5.12.1-2.fc30.src.rpm.stats.csv b/results/f30/qt5-qtbase-5.12.1-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 695c674..0000000 --- a/results/f30/qt5-qtbase-5.12.1-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.errors.txt b/results/f30/qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 2331e51..0000000 --- a/results/f30/qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process examples/qml/qml-i18n/i18n/qml_: does not exist diff --git a/results/f30/qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv b/results/f30/qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 9a6ae0e..0000000 --- a/results/f30/qt5-qtdeclarative-5.12.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -examples/qml/qml-i18n/i18n/qml_fr.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -examples/qml/qml-i18n/i18n/qml_en.ts, 0, 0, 0, 0, 0, 0, 0, 0, 0 -examples/qml/qml-i18n/i18n/qml_en_AU.ts, 1, 1, 1, 0, 0, 0, 0, 1, 1 -examples/qml/qml-i18n/i18n/base.ts, 0, 0, 0, 0, 0, 1, 1, 1, 1 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/quota-4.04-12.fc30.src.rpm.errors.txt b/results/f30/quota-4.04-12.fc30.src.rpm.errors.txt deleted file mode 100644 index 7b45076..0000000 --- a/results/f30/quota-4.04-12.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 156: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) diff --git a/results/f30/quota-4.04-12.fc30.src.rpm.stats.csv b/results/f30/quota-4.04-12.fc30.src.rpm.stats.csv deleted file mode 100644 index 86d27e5..0000000 --- a/results/f30/quota-4.04-12.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.gmo, 484, 3706, 3856, 0, 0, 0, 0, 484, 3706 -po/cs.po, 484, 3706, 3856, 48, 875, 29, 124, 561, 4705 -po/pl.po, 484, 3706, 3939, 48, 875, 29, 124, 561, 4705 -po/de.gmo, 434, 3354, 3372, 0, 0, 0, 0, 434, 3354 -po/quota.pot, 0, 0, 0, 0, 0, 561, 4705, 561, 4705 -po/fr.po, 233, 1545, 1955, 213, 1512, 115, 1648, 561, 4705 -po/de.po, 434, 3354, 3372, 90, 1169, 37, 182, 561, 4705 -po/pl.gmo, 484, 3706, 3939, 0, 0, 0, 0, 484, 3706 diff --git a/results/f30/realmd-0.16.3-19.fc30.src.rpm.errors.txt b/results/f30/realmd-0.16.3-19.fc30.src.rpm.errors.txt deleted file mode 100644 index 4f5d8ec..0000000 --- a/results/f30/realmd-0.16.3-19.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/realmd-0.16.3-19.fc30.src.rpm.stats.csv b/results/f30/realmd-0.16.3-19.fc30.src.rpm.stats.csv deleted file mode 100644 index 307d467..0000000 --- a/results/f30/realmd-0.16.3-19.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,69 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/lt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/gl.po, 125, 778, 999, 0, 0, 2, 11, 127, 789 -po/ka.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/he.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/nn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/zh_HK.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ga.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ko.po, 127, 789, 706, 0, 0, 0, 0, 127, 789 -po/ru.po, 127, 789, 795, 0, 0, 0, 0, 127, 789 -po/eu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/fo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/pt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/el.po, 125, 778, 926, 0, 0, 2, 11, 127, 789 -po/sr@latin.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/en_GB.po, 125, 778, 778, 0, 0, 2, 11, 127, 789 -po/es_CL.po, 0, 0, 0, 0, 0, 125, 778, 125, 778 -po/id.po, 125, 778, 817, 0, 0, 2, 11, 127, 789 -po/as.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/or.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/wa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/it.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/lv.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ta.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/fr.po, 18, 110, 116, 0, 0, 109, 679, 127, 789 -po/te.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/az.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/nb.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/kn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/hi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/th.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/zh_CN.po, 88, 511, 122, 0, 0, 39, 278, 127, 789 -po/ar.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/fa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/da.po, 115, 712, 723, 0, 0, 12, 77, 127, 789 -po/sl.po, 125, 778, 775, 0, 0, 2, 11, 127, 789 -po/nl.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/bg.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/sv.po, 125, 778, 769, 0, 0, 2, 11, 127, 789 -po/bn_IN.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ml.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/kk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/cs.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/mr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/sq.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/tr.po, 125, 778, 710, 0, 0, 2, 11, 127, 789 -po/et.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/oc.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/hu.po, 20, 129, 128, 0, 0, 107, 660, 127, 789 -po/zh_TW.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/pl.po, 127, 789, 802, 0, 0, 0, 0, 127, 789 -po/fi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ms.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/uk.po, 127, 789, 879, 0, 0, 0, 0, 127, 789 -po/ca.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/hr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/de.po, 116, 683, 731, 0, 0, 11, 106, 127, 789 -po/eo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/vi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/gu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/cy.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/sk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/pt_BR.po, 127, 789, 971, 0, 0, 0, 0, 127, 789 -po/ca@valencia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/es.po, 125, 778, 1028, 0, 0, 2, 11, 127, 789 -po/ro.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ja.po, 17, 60, 22, 0, 0, 110, 729, 127, 789 diff --git a/results/f30/redhat-menus-12.0.2-15.fc30.src.rpm.errors.txt b/results/f30/redhat-menus-12.0.2-15.fc30.src.rpm.errors.txt deleted file mode 100644 index c8df2e9..0000000 --- a/results/f30/redhat-menus-12.0.2-15.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv b/results/f30/redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv deleted file mode 100644 index 8f68492..0000000 --- a/results/f30/redhat-menus-12.0.2-15.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/is.po, 86, 261, 233, 0, 0, 0, 0, 86, 261 -po/en_GB.po, 86, 261, 261, 0, 0, 0, 0, 86, 261 -po/et.po, 81, 253, 212, 0, 0, 0, 0, 81, 253 -po/ar.po, 81, 253, 249, 0, 0, 0, 0, 81, 253 -po/sk.po, 86, 261, 256, 0, 0, 0, 0, 86, 261 -po/mr.po, 86, 261, 260, 0, 0, 0, 0, 86, 261 -po/hi.po, 86, 261, 292, 0, 0, 0, 0, 86, 261 -po/cs.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -po/bn_IN.po, 86, 261, 290, 0, 0, 0, 0, 86, 261 -po/te.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -po/lt.po, 73, 221, 213, 2, 6, 11, 34, 86, 261 -po/de.po, 86, 261, 211, 0, 0, 0, 0, 86, 261 -po/sq.po, 2, 5, 4, 0, 0, 84, 256, 86, 261 -po/vi.po, 72, 218, 335, 3, 9, 11, 34, 86, 261 -po/sr.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -po/ur.po, 71, 216, 397, 4, 11, 11, 34, 86, 261 -po/gl.po, 52, 132, 157, 1, 1, 33, 128, 86, 261 -po/ilo.po, 43, 106, 164, 4, 6, 39, 149, 86, 261 -po/ml.po, 86, 261, 245, 0, 0, 0, 0, 86, 261 -po/lv.po, 80, 252, 225, 0, 0, 1, 1, 81, 253 -po/hy.po, 73, 221, 198, 2, 6, 11, 34, 86, 261 -po/id.po, 81, 253, 246, 0, 0, 0, 0, 81, 253 -po/tr.po, 78, 246, 238, 3, 5, 5, 10, 86, 261 -po/nb.po, 86, 261, 221, 0, 0, 0, 0, 86, 261 -po/or.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -po/th.po, 86, 261, 126, 0, 0, 0, 0, 86, 261 -po/mk.po, 86, 261, 286, 0, 0, 0, 0, 86, 261 -po/sl.po, 76, 240, 247, 5, 11, 5, 10, 86, 261 -po/bg.po, 86, 261, 293, 0, 0, 0, 0, 86, 261 -po/nl.po, 86, 261, 228, 0, 0, 0, 0, 86, 261 -po/he.po, 86, 261, 257, 0, 0, 0, 0, 86, 261 -po/ku.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -po/lo.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -po/pl.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -po/fa.po, 81, 253, 277, 0, 0, 0, 0, 81, 253 -po/zh_TW.po, 86, 261, 125, 0, 0, 0, 0, 86, 261 -po/ru.po, 86, 261, 269, 0, 0, 0, 0, 86, 261 -po/pt_BR.po, 86, 261, 312, 0, 0, 0, 0, 86, 261 -po/hu.po, 86, 261, 231, 0, 0, 0, 0, 86, 261 -po/my.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -po/ta.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -po/el.po, 86, 261, 271, 0, 0, 0, 0, 86, 261 -po/gu.po, 86, 261, 275, 0, 0, 0, 0, 86, 261 -po/pt.po, 86, 261, 315, 0, 0, 0, 0, 86, 261 -po/ms.po, 86, 261, 249, 0, 0, 0, 0, 86, 261 -po/da.po, 86, 261, 224, 0, 0, 0, 0, 86, 261 -po/sv.po, 86, 261, 225, 0, 0, 0, 0, 86, 261 -po/sr@latin.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -po/ko.po, 86, 261, 247, 0, 0, 0, 0, 86, 261 -po/kn.po, 86, 261, 258, 0, 0, 0, 0, 86, 261 -po/as.po, 86, 261, 304, 0, 0, 0, 0, 86, 261 -po/am.po, 73, 221, 240, 2, 6, 11, 34, 86, 261 -po/uk.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -po/nso.po, 73, 221, 363, 2, 6, 11, 34, 86, 261 -po/ka.po, 69, 205, 191, 4, 11, 13, 45, 86, 261 -po/zu.po, 70, 213, 221, 5, 14, 11, 34, 86, 261 -po/si.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -po/ja.po, 86, 261, 110, 0, 0, 0, 0, 86, 261 -po/be.po, 71, 216, 211, 4, 11, 11, 34, 86, 261 -po/cy.po, 86, 261, 263, 0, 0, 0, 0, 86, 261 -po/ro.po, 86, 261, 273, 0, 0, 0, 0, 86, 261 -po/af.po, 73, 221, 184, 2, 6, 11, 34, 86, 261 -po/fi.po, 86, 261, 190, 0, 0, 0, 0, 86, 261 -po/es.po, 86, 261, 319, 0, 0, 0, 0, 86, 261 -po/pa.po, 86, 261, 276, 0, 0, 0, 0, 86, 261 -po/ca.po, 86, 261, 311, 0, 0, 0, 0, 86, 261 -po/bn.po, 76, 240, 280, 5, 11, 5, 10, 86, 261 -po/hr.po, 86, 261, 265, 0, 0, 0, 0, 86, 261 -po/zh_CN.po, 86, 261, 129, 0, 0, 0, 0, 86, 261 -po/it.po, 86, 261, 296, 0, 0, 0, 0, 86, 261 -po/fr.po, 86, 261, 310, 0, 0, 0, 0, 86, 261 diff --git a/results/f30/rhythmbox-3.4.3-3.fc30.src.rpm.errors.txt b/results/f30/rhythmbox-3.4.3-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 61b3b5f..0000000 --- a/results/f30/rhythmbox-3.4.3-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,130 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/uk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/oc.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/eu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv b/results/f30/rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 5324eb4..0000000 --- a/results/f30/rhythmbox-3.4.3-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,103 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/ca/ca.po, 57, 249, 302, 0, 0, 492, 7820, 549, 8069 -help/el/el.po, 541, 8027, 8780, 0, 0, 0, 0, 541, 8027 -help/ja/ja.po, 443, 4994, 1486, 3, 43, 0, 0, 446, 5037 -help/pt_BR/pt_BR.po, 218, 1680, 1917, 1, 25, 322, 6322, 541, 8027 -help/uk/uk.po, 446, 5037, 4364, 0, 0, 0, 0, 446, 5037 -help/cs/cs.po, 495, 7510, 6514, 0, 0, 0, 0, 495, 7510 -help/fr/fr.po, 441, 5164, 5813, 0, 0, 100, 2863, 541, 8027 -help/oc/oc.po, 123, 221, 254, 0, 0, 313, 4793, 436, 5014 -help/de/de.po, 495, 7510, 7221, 0, 0, 0, 0, 495, 7510 -help/ro/ro.po, 460, 5744, 5851, 2, 124, 79, 2159, 541, 8027 -help/ru/ru.po, 436, 5014, 4281, 0, 0, 0, 0, 436, 5014 -help/it/it.po, 436, 5014, 4731, 0, 0, 0, 0, 436, 5014 -help/pt/pt.po, 433, 4983, 5401, 0, 0, 13, 52, 446, 5035 -help/da/da.po, 431, 4971, 4307, 6, 118, 70, 2822, 507, 7911 -help/es/es.po, 373, 4601, 5287, 0, 0, 0, 0, 373, 4601 -help/sv/sv.po, 373, 4601, 4188, 0, 0, 0, 0, 373, 4601 -help/eu/eu.po, 446, 5035, 3771, 0, 0, 0, 0, 446, 5035 -help/gl/gl.po, 8, 68, 83, 0, 0, 1, 1, 9, 69 -help/zh_CN/zh_CN.po, 436, 5014, 771, 0, 0, 0, 0, 436, 5014 -help/sl/sl.po, 429, 4634, 3998, 2, 236, 15, 165, 446, 5035 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ms.po, 282, 1021, 931, 0, 0, 0, 0, 282, 1021 -po/is.po, 312, 1099, 994, 0, 0, 14, 124, 326, 1223 -po/ru.po, 971, 3734, 3628, 0, 0, 0, 0, 971, 3734 -po/si.po, 924, 3575, 3591, 0, 0, 1, 11, 925, 3586 -po/hu.po, 969, 3756, 3448, 0, 0, 0, 0, 969, 3756 -po/ca@valencia.po, 923, 3940, 4974, 168, 558, 101, 544, 1192, 5042 -po/tr.po, 969, 3756, 3240, 0, 0, 0, 0, 969, 3756 -po/sr.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -po/et.po, 1183, 5003, 4116, 11, 24, 15, 81, 1209, 5108 -po/az.po, 331, 1233, 1112, 0, 0, 0, 0, 331, 1233 -po/ta.po, 1070, 4545, 4013, 0, 0, 0, 0, 1070, 4545 -po/it.po, 968, 3746, 3967, 0, 0, 0, 0, 968, 3746 -po/he.po, 798, 2988, 2823, 72, 316, 189, 1202, 1059, 4506 -po/pt.po, 978, 3763, 4277, 0, 0, 0, 0, 978, 3763 -po/ca.po, 968, 3746, 4593, 0, 0, 0, 0, 968, 3746 -po/ko.po, 971, 3734, 3216, 0, 0, 0, 0, 971, 3734 -po/id.po, 969, 3756, 3672, 0, 0, 0, 0, 969, 3756 -po/ar.po, 898, 3436, 3577, 1, 2, 17, 94, 916, 3532 -po/de.po, 969, 3756, 3650, 0, 0, 0, 0, 969, 3756 -po/be@latin.po, 987, 4372, 4078, 0, 0, 0, 0, 987, 4372 -po/af.po, 966, 3821, 3960, 1, 7, 165, 974, 1132, 4802 -po/nds.po, 169, 234, 242, 3, 7, 919, 4404, 1091, 4645 -po/pl.po, 969, 3756, 3871, 0, 0, 0, 0, 969, 3756 -po/as.po, 1057, 4505, 3889, 0, 0, 0, 0, 1057, 4505 -po/hr.po, 969, 3756, 3699, 0, 0, 0, 0, 969, 3756 -po/kk.po, 325, 563, 553, 0, 0, 643, 3156, 968, 3719 -po/sl.po, 917, 3533, 3655, 0, 0, 0, 0, 917, 3533 -po/cy.po, 328, 1249, 1334, 1, 4, 0, 0, 329, 1253 -po/cs.po, 969, 3756, 3798, 0, 0, 0, 0, 969, 3756 -po/fur.po, 270, 652, 788, 0, 0, 699, 3104, 969, 3756 -po/sv.po, 969, 3756, 3593, 0, 0, 0, 0, 969, 3756 -po/mr.po, 1061, 4517, 4603, 0, 0, 0, 0, 1061, 4517 -po/zh_TW.po, 969, 3756, 1564, 0, 0, 0, 0, 969, 3756 -po/th.po, 916, 3532, 1566, 0, 0, 0, 0, 916, 3532 -po/br.po, 1047, 4371, 5029, 47, 218, 37, 208, 1131, 4797 -po/be.po, 1033, 4072, 3896, 0, 0, 0, 0, 1033, 4072 -po/gd.po, 979, 3769, 5461, 0, 0, 0, 0, 979, 3769 -po/ro.po, 970, 3751, 4235, 0, 0, 0, 0, 970, 3751 -po/kn.po, 1070, 4545, 4233, 0, 0, 0, 0, 1070, 4545 -po/da.po, 969, 3756, 3503, 0, 0, 0, 0, 969, 3756 -po/gl.po, 968, 3746, 4530, 0, 0, 0, 0, 968, 3746 -po/en_CA.po, 891, 3889, 3899, 0, 0, 0, 0, 891, 3889 -po/ga.po, 311, 596, 708, 53, 177, 559, 3234, 923, 4007 -po/mn.po, 185, 453, 430, 0, 0, 107, 669, 292, 1122 -po/es.po, 969, 3756, 4521, 0, 0, 0, 0, 969, 3756 -po/uk.po, 1032, 4049, 3887, 0, 0, 0, 0, 1032, 4049 -po/te.po, 966, 3505, 3176, 0, 0, 67, 567, 1033, 4072 -po/bs.po, 968, 3719, 3704, 0, 0, 0, 0, 968, 3719 -po/lt.po, 969, 3756, 3425, 0, 0, 0, 0, 969, 3756 -po/vi.po, 969, 3756, 5014, 0, 0, 0, 0, 969, 3756 -po/nl.po, 968, 3746, 3823, 0, 0, 0, 0, 968, 3746 -po/pa.po, 910, 3393, 3737, 1, 50, 10, 133, 921, 3576 -po/eu.po, 1131, 4797, 4194, 0, 0, 0, 0, 1131, 4797 -po/zh_HK.po, 922, 3569, 1520, 0, 0, 0, 0, 922, 3569 -po/or.po, 336, 705, 839, 8, 17, 726, 3823, 1070, 4545 -po/am.po, 94, 136, 175, 0, 0, 133, 713, 227, 849 -po/fa.po, 767, 2269, 2462, 0, 0, 266, 1820, 1033, 4089 -po/nn.po, 1169, 4962, 4808, 0, 0, 0, 0, 1169, 4962 -po/dz.po, 826, 3813, 1411, 0, 0, 0, 0, 826, 3813 -po/nb.po, 968, 3746, 3695, 0, 0, 0, 0, 968, 3746 -po/sr@latin.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -po/pt_BR.po, 969, 3756, 4476, 0, 0, 0, 0, 969, 3756 -po/bg.po, 1033, 4089, 4621, 0, 0, 0, 0, 1033, 4089 -po/rw.po, 32, 35, 34, 269, 1394, 91, 189, 392, 1618 -po/fr.po, 969, 3756, 4578, 0, 0, 0, 0, 969, 3756 -po/mk.po, 952, 4142, 4598, 0, 0, 0, 0, 952, 4142 -po/sk.po, 968, 3746, 3856, 0, 0, 0, 0, 968, 3746 -po/bn_IN.po, 790, 2502, 2992, 0, 0, 280, 2043, 1070, 4545 -po/zh_CN.po, 979, 3769, 1784, 0, 0, 0, 0, 979, 3769 -po/ml.po, 60, 75, 81, 3, 3, 184, 665, 247, 743 -po/eo.po, 964, 3697, 3555, 1, 2, 4, 57, 969, 3756 -po/hi.po, 1070, 4545, 5515, 0, 0, 0, 0, 1070, 4545 -po/ja.po, 917, 3533, 1157, 0, 0, 0, 0, 917, 3533 -po/ne.po, 902, 3936, 3934, 0, 0, 0, 0, 902, 3936 -po/fi.po, 951, 3674, 2989, 4, 16, 13, 56, 968, 3746 -po/lv.po, 969, 3756, 3480, 0, 0, 0, 0, 969, 3756 -po/en_GB.po, 1033, 4072, 4087, 0, 0, 0, 0, 1033, 4072 -po/ps.po, 533, 1298, 1468, 0, 0, 390, 2721, 923, 4019 -po/oc.po, 970, 3732, 4429, 1, 2, 1, 16, 972, 3750 -po/gu.po, 1057, 4503, 5122, 8, 15, 4, 19, 1069, 4537 -po/el.po, 919, 3596, 3953, 0, 0, 0, 0, 919, 3596 diff --git a/results/f30/rpm-4.14.2.1-4.fc30.1.src.rpm.errors.txt b/results/f30/rpm-4.14.2.1-4.fc30.1.src.rpm.errors.txt deleted file mode 100644 index f8c73db..0000000 --- a/results/f30/rpm-4.14.2.1-4.fc30.1.src.rpm.errors.txt +++ /dev/null @@ -1,29 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f30/rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv b/results/f30/rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv deleted file mode 100644 index 63e0221..0000000 --- a/results/f30/rpm-4.14.2.1-4.fc30.1.src.rpm.stats.csv +++ /dev/null @@ -1,55 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.po, 408, 1947, 1730, 14, 60, 442, 2443, 864, 4450 -po/ko.po, 360, 1812, 1793, 13, 58, 491, 2580, 864, 4450 -po/sr.po, 519, 2618, 2669, 14, 60, 331, 1772, 864, 4450 -po/id.po, 69, 451, 439, 0, 0, 795, 3999, 864, 4450 -po/pt.gmo, 361, 1815, 2294, 0, 0, 0, 0, 361, 1815 -po/fi.po, 451, 2196, 1841, 14, 60, 399, 2194, 864, 4450 -po/sk.po, 634, 3195, 3189, 14, 60, 216, 1195, 864, 4450 -po/ru.gmo, 494, 2430, 2381, 0, 0, 0, 0, 494, 2430 -po/da.gmo, 309, 1563, 1493, 0, 0, 0, 0, 309, 1563 -po/de.po, 695, 3484, 3513, 14, 60, 155, 906, 864, 4450 -po/el.gmo, 16, 74, 90, 0, 0, 0, 0, 16, 74 -po/is.po, 75, 338, 339, 6, 30, 783, 4082, 864, 4450 -po/br.po, 142, 451, 593, 6, 26, 716, 3973, 864, 4450 -po/ms.po, 40, 131, 136, 3, 17, 821, 4302, 864, 4450 -po/sl.po, 139, 690, 720, 10, 47, 715, 3713, 864, 4450 -po/sv.po, 741, 3798, 3560, 15, 65, 108, 587, 864, 4450 -po/ja.po, 654, 3297, 1662, 14, 60, 196, 1093, 864, 4450 -po/ko.gmo, 360, 1812, 1793, 0, 0, 0, 0, 360, 1812 -po/ar.po, 99, 268, 283, 2, 3, 763, 4179, 864, 4450 -po/is.gmo, 75, 338, 339, 0, 0, 0, 0, 75, 338 -po/el.po, 16, 74, 90, 0, 0, 848, 4376, 864, 4450 -po/sr@latin.po, 519, 2618, 2669, 14, 60, 331, 1772, 864, 4450 -po/te.po, 23, 72, 69, 1, 4, 840, 4374, 864, 4450 -po/cs.po, 485, 2429, 2299, 14, 60, 365, 1961, 864, 4450 -po/cmn.po, 654, 3297, 1433, 14, 60, 196, 1093, 864, 4450 -po/ar.gmo, 99, 268, 283, 0, 0, 0, 0, 99, 268 -po/te.gmo, 23, 72, 69, 0, 0, 0, 0, 23, 72 -po/uk.po, 741, 3798, 4156, 15, 65, 108, 587, 864, 4450 -po/vi.po, 741, 3798, 6038, 15, 65, 108, 587, 864, 4450 -po/nl.gmo, 63, 162, 155, 0, 0, 0, 0, 63, 162 -po/zh_CN.gmo, 706, 3558, 1590, 0, 0, 0, 0, 706, 3558 -po/sl.gmo, 139, 690, 720, 0, 0, 0, 0, 139, 690 -po/pt_BR.po, 559, 2776, 3357, 14, 60, 291, 1614, 864, 4450 -po/nb.gmo, 230, 1130, 1103, 0, 0, 0, 0, 230, 1130 -po/zh_CN.po, 706, 3558, 1590, 14, 60, 144, 832, 864, 4450 -po/nl.po, 63, 162, 155, 2, 3, 799, 4285, 864, 4450 -po/fr.po, 673, 3378, 4181, 14, 60, 177, 1012, 864, 4450 -po/es.po, 654, 3297, 4067, 14, 60, 196, 1093, 864, 4450 -po/pt.po, 361, 1815, 2294, 13, 58, 490, 2577, 864, 4450 -po/br.gmo, 142, 451, 593, 0, 0, 0, 0, 142, 451 -po/ms.gmo, 40, 131, 136, 0, 0, 0, 0, 40, 131 -po/eo.po, 741, 3798, 3726, 15, 65, 108, 587, 864, 4450 -po/da.po, 309, 1563, 1493, 12, 55, 543, 2832, 864, 4450 -po/id.gmo, 69, 451, 439, 0, 0, 0, 0, 69, 451 -po/nb.po, 230, 1130, 1103, 10, 50, 624, 3270, 864, 4450 -po/zh_TW.gmo, 519, 2513, 1064, 0, 0, 0, 0, 519, 2513 -po/cs.gmo, 485, 2429, 2299, 0, 0, 0, 0, 485, 2429 -po/it.po, 703, 3545, 4054, 14, 60, 147, 845, 864, 4450 -po/ru.po, 494, 2430, 2381, 14, 60, 356, 1960, 864, 4450 -po/tr.gmo, 408, 1947, 1730, 0, 0, 0, 0, 408, 1947 -po/zh_TW.po, 519, 2513, 1064, 14, 60, 331, 1877, 864, 4450 -po/ca.po, 705, 3531, 4862, 15, 65, 144, 854, 864, 4450 -po/rpm.pot, 0, 0, 0, 0, 0, 864, 4450, 864, 4450 -po/pl.po, 741, 3798, 3928, 15, 65, 108, 587, 864, 4450 diff --git a/results/f30/rygel-0.36.2-3.fc30.src.rpm.errors.txt b/results/f30/rygel-0.36.2-3.fc30.src.rpm.errors.txt deleted file mode 100644 index fdf37ac..0000000 --- a/results/f30/rygel-0.36.2-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f30/rygel-0.36.2-3.fc30.src.rpm.stats.csv b/results/f30/rygel-0.36.2-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 5ffd487..0000000 --- a/results/f30/rygel-0.36.2-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,126 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bg.gmo, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -po/ko.po, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -po/kn.gmo, 114, 556, 545, 0, 0, 0, 0, 114, 556 -po/gu.po, 84, 377, 378, 0, 0, 30, 179, 114, 556 -po/hu.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/th.gmo, 142, 669, 340, 0, 0, 0, 0, 142, 669 -po/lt.gmo, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -po/pl.po, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -po/zh_TW.po, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -po/te.gmo, 118, 577, 523, 0, 0, 0, 0, 118, 577 -po/el.po, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -po/gl.po, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -po/id.gmo, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -po/hr.gmo, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -po/sk.po, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -po/fur.po, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -po/kn.po, 114, 556, 545, 0, 0, 0, 0, 114, 556 -po/sl.gmo, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -po/ne.po, 97, 332, 314, 154, 867, 52, 425, 303, 1624 -po/zh_CN.po, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -po/ar.po, 71, 302, 298, 39, 216, 46, 250, 156, 768 -po/oc.gmo, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -po/nl.po, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -po/en_GB.po, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -po/vi.gmo, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -po/sr.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/hi.po, 142, 669, 819, 0, 0, 0, 0, 142, 669 -po/rygel.pot, 0, 0, 0, 0, 0, 303, 1624, 303, 1624 -po/ja.gmo, 241, 1221, 452, 0, 0, 0, 0, 241, 1221 -po/pt_BR.po, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -po/el.gmo, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -po/nl.gmo, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -po/ug.gmo, 143, 676, 667, 0, 0, 0, 0, 143, 676 -po/cs.po, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -po/ar.gmo, 71, 302, 298, 0, 0, 0, 0, 71, 302 -po/sr@latin.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/pt.gmo, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -po/hi.gmo, 142, 669, 819, 0, 0, 0, 0, 142, 669 -po/nb.po, 296, 1575, 1691, 2, 16, 5, 33, 303, 1624 -po/sv.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/gl.gmo, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -po/he.po, 206, 971, 975, 10, 66, 13, 103, 229, 1140 -po/af.po, 74, 250, 275, 1, 6, 55, 336, 130, 592 -po/zh_HK.po, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -po/fa.po, 77, 322, 378, 1, 10, 68, 348, 146, 680 -po/ru.gmo, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -po/pl.gmo, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -po/eu.po, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -po/eo.gmo, 117, 448, 421, 0, 0, 0, 0, 117, 448 -po/tr.gmo, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -po/ru.po, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -po/as.po, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -po/lv.po, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -po/th.po, 142, 669, 340, 0, 0, 0, 0, 142, 669 -po/lt.po, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -po/es.gmo, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -po/da.po, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -po/ro.gmo, 114, 556, 685, 0, 0, 0, 0, 114, 556 -po/oc.po, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -po/de.po, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -po/es.po, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -po/ta.gmo, 142, 669, 622, 0, 0, 0, 0, 142, 669 -po/fr.po, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -po/ro.po, 114, 556, 685, 0, 0, 0, 0, 114, 556 -po/af.gmo, 74, 250, 275, 0, 0, 0, 0, 74, 250 -po/zh_TW.gmo, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -po/tg.gmo, 20, 75, 79, 0, 0, 0, 0, 20, 75 -po/it.gmo, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -po/sl.po, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -po/zh_CN.gmo, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -po/bs.gmo, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -po/cs.gmo, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -po/bn_IN.gmo, 114, 556, 608, 0, 0, 0, 0, 114, 556 -po/he.gmo, 206, 971, 975, 0, 0, 0, 0, 206, 971 -po/ne.gmo, 97, 332, 314, 0, 0, 0, 0, 97, 332 -po/ko.gmo, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -po/gu.gmo, 84, 377, 378, 0, 0, 0, 0, 84, 377 -po/ca.po, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -po/pa.po, 143, 676, 763, 0, 0, 0, 0, 143, 676 -po/sr.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/ca@valencia.po, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -po/eo.po, 117, 448, 421, 54, 340, 132, 836, 303, 1624 -po/hu.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/ta.po, 142, 669, 622, 0, 0, 0, 0, 142, 669 -po/fi.gmo, 135, 525, 460, 0, 0, 0, 0, 135, 525 -po/kk.po, 49, 115, 112, 0, 0, 254, 1509, 303, 1624 -po/pa.gmo, 143, 676, 763, 0, 0, 0, 0, 143, 676 -po/ca@valencia.gmo, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -po/ca.gmo, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -po/zh_HK.gmo, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -po/de.gmo, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -po/et.po, 142, 669, 598, 0, 0, 0, 0, 142, 669 -po/vi.po, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -po/bs.po, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -po/fr.gmo, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -po/as.gmo, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -po/sk.gmo, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -po/pt_BR.gmo, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -po/fa.gmo, 77, 322, 378, 0, 0, 0, 0, 77, 322 -po/bg.po, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -po/ja.po, 241, 1221, 452, 0, 0, 2, 4, 243, 1225 -po/en_GB.gmo, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -po/bn_IN.po, 114, 556, 608, 0, 0, 0, 0, 114, 556 -po/sr@latin.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/uk.po, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -po/uk.gmo, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -po/pt.po, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -po/te.po, 118, 577, 523, 0, 0, 0, 0, 118, 577 -po/ml.gmo, 101, 344, 303, 0, 0, 0, 0, 101, 344 -po/da.gmo, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -po/fur.gmo, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -po/ug.po, 143, 676, 667, 0, 0, 0, 0, 143, 676 -po/hr.po, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -po/id.po, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -po/nb.gmo, 296, 1575, 1691, 0, 0, 0, 0, 296, 1575 -po/lv.gmo, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -po/ml.po, 101, 344, 303, 0, 0, 202, 1280, 303, 1624 -po/et.gmo, 142, 669, 598, 0, 0, 0, 0, 142, 669 -po/tr.po, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -po/sv.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/tg.po, 20, 75, 79, 0, 0, 199, 987, 219, 1062 -po/fi.po, 135, 525, 460, 81, 544, 87, 555, 303, 1624 -po/it.po, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -po/eu.gmo, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -po/kk.gmo, 49, 115, 112, 0, 0, 0, 0, 49, 115 diff --git a/results/f30/samba-4.10.2-0.fc30.src.rpm.errors.txt b/results/f30/samba-4.10.2-0.fc30.src.rpm.errors.txt deleted file mode 100644 index d073d64..0000000 --- a/results/f30/samba-4.10.2-0.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./source3/locale/net/genmsg) -translate.tools.pocount: ERROR: Unknown filetype (./source3/locale/pam_winbind/genmsg) diff --git a/results/f30/samba-4.10.2-0.fc30.src.rpm.stats.csv b/results/f30/samba-4.10.2-0.fc30.src.rpm.stats.csv deleted file mode 100644 index f63ca12..0000000 --- a/results/f30/samba-4.10.2-0.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,23 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -source3/locale/net/de.po, 178, 726, 658, 0, 0, 1563, 11281, 1741, 12007 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -source3/locale/pam_winbind/zh_TW.po, 31, 187, 41, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/zh_CN.po, 31, 187, 40, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/tr.po, 128, 524, 482, 0, 0, 0, 0, 128, 524 -source3/locale/pam_winbind/sv.po, 31, 187, 182, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/ru.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/pt_BR.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/pl.po, 31, 187, 189, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/nl.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/nb.po, 34, 212, 191, 18, 67, 76, 245, 128, 524 -source3/locale/pam_winbind/ko.po, 31, 187, 148, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/ja.po, 128, 524, 168, 0, 0, 0, 0, 128, 524 -source3/locale/pam_winbind/it.po, 31, 187, 205, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/hu.po, 31, 187, 168, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/fr.po, 128, 524, 679, 0, 0, 0, 0, 128, 524 -source3/locale/pam_winbind/fi.po, 34, 212, 172, 18, 67, 76, 245, 128, 524 -source3/locale/pam_winbind/es.po, 31, 187, 265, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/de.po, 34, 214, 204, 19, 70, 75, 240, 128, 524 -source3/locale/pam_winbind/da.po, 34, 212, 196, 18, 67, 76, 245, 128, 524 -source3/locale/pam_winbind/cs.po, 31, 187, 174, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/ar.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 diff --git a/results/f30/sane-backends-1.0.27-23.fc30.src.rpm.errors.txt b/results/f30/sane-backends-1.0.27-23.fc30.src.rpm.errors.txt deleted file mode 100644 index bc41dd1..0000000 --- a/results/f30/sane-backends-1.0.27-23.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/sane-backends-1.0.27-23.fc30.src.rpm.stats.csv b/results/f30/sane-backends-1.0.27-23.fc30.src.rpm.stats.csv deleted file mode 100644 index 6193225..0000000 --- a/results/f30/sane-backends-1.0.27-23.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,46 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/it.gmo, 784, 3924, 4694, 0, 0, 0, 0, 784, 3924 -po/cs.gmo, 589, 3113, 2868, 0, 0, 0, 0, 589, 3113 -po/nl.po, 1175, 5623, 5862, 5, 19, 0, 0, 1180, 5642 -po/fr.gmo, 894, 4340, 5110, 0, 0, 0, 0, 894, 4340 -po/de.po, 901, 4386, 4208, 100, 282, 179, 974, 1180, 5642 -po/en@boldquot.po, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -po/pl.gmo, 893, 4325, 4058, 0, 0, 0, 0, 893, 4325 -po/uk.po, 1180, 5642, 5563, 0, 0, 0, 0, 1180, 5642 -po/es.po, 862, 4257, 5337, 117, 296, 201, 1089, 1180, 5642 -po/bg.po, 624, 3240, 3316, 214, 561, 342, 1841, 1180, 5642 -po/eo.gmo, 795, 3969, 4553, 0, 0, 0, 0, 795, 3969 -po/eo.po, 795, 3969, 4553, 149, 397, 236, 1276, 1180, 5642 -po/en_GB.po, 821, 4118, 4069, 137, 363, 222, 1161, 1180, 5642 -po/sane-backends.pot, 0, 0, 0, 0, 0, 1180, 5642, 1180, 5642 -po/pt.po, 261, 872, 1005, 163, 521, 756, 4249, 1180, 5642 -po/fi.po, 626, 3244, 2230, 210, 558, 344, 1840, 1180, 5642 -po/ru.po, 591, 2772, 2627, 195, 530, 394, 2340, 1180, 5642 -po/ja.gmo, 674, 2560, 698, 0, 0, 0, 0, 674, 2560 -po/nb.po, 202, 611, 565, 189, 511, 789, 4520, 1180, 5642 -po/fr.po, 894, 4340, 5110, 102, 274, 184, 1028, 1180, 5642 -po/da.po, 679, 3501, 3192, 195, 528, 306, 1613, 1180, 5642 -po/hu.po, 187, 344, 339, 131, 323, 862, 4975, 1180, 5642 -po/nb.gmo, 202, 611, 565, 0, 0, 0, 0, 202, 611 -po/sv.gmo, 1016, 4798, 4171, 0, 0, 0, 0, 1016, 4798 -po/nl.gmo, 1175, 5623, 5862, 0, 0, 0, 0, 1175, 5623 -po/fi.gmo, 626, 3244, 2230, 0, 0, 0, 0, 626, 3244 -po/sv.po, 1016, 4798, 4171, 71, 253, 93, 591, 1180, 5642 -po/hu.gmo, 187, 344, 339, 0, 0, 0, 0, 187, 344 -po/gl.po, 862, 4257, 5242, 117, 296, 201, 1089, 1180, 5642 -po/en@quot.po, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -po/bg.gmo, 624, 3240, 3316, 0, 0, 0, 0, 624, 3240 -po/cs.po, 589, 3113, 2868, 225, 589, 366, 1940, 1180, 5642 -po/ja.po, 674, 2560, 698, 114, 279, 392, 2803, 1180, 5642 -po/ru.gmo, 591, 2772, 2627, 0, 0, 0, 0, 591, 2772 -po/it.po, 784, 3924, 4694, 158, 425, 238, 1293, 1180, 5642 -po/en@quot.gmo, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -po/en@boldquot.gmo, 1180, 5642, 5642, 0, 0, 0, 0, 1180, 5642 -po/gl.gmo, 862, 4257, 5242, 0, 0, 0, 0, 862, 4257 -po/da.gmo, 679, 3501, 3192, 0, 0, 0, 0, 679, 3501 -po/pt.gmo, 261, 872, 1005, 0, 0, 0, 0, 261, 872 -po/uk.gmo, 1180, 5642, 5563, 0, 0, 0, 0, 1180, 5642 -po/pl.po, 893, 4325, 4058, 103, 289, 184, 1028, 1180, 5642 -po/de.gmo, 901, 4386, 4208, 0, 0, 0, 0, 901, 4386 -po/en_GB.gmo, 821, 4118, 4069, 0, 0, 0, 0, 821, 4118 -po/es.gmo, 862, 4257, 5337, 0, 0, 0, 0, 862, 4257 diff --git a/results/f30/sed-4.5-3.fc30.src.rpm.errors.txt b/results/f30/sed-4.5-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 5131364..0000000 --- a/results/f30/sed-4.5-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc0 in position 8: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 92: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 25: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 8: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 3: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog-2014) diff --git a/results/f30/sed-4.5-3.fc30.src.rpm.stats.csv b/results/f30/sed-4.5-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 3ec8a17..0000000 --- a/results/f30/sed-4.5-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,74 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.gmo, 114, 611, 639, 0, 0, 0, 0, 114, 611 -po/ru.gmo, 126, 683, 711, 0, 0, 0, 0, 126, 683 -po/bg.gmo, 137, 788, 930, 0, 0, 0, 0, 137, 788 -po/sr.gmo, 126, 683, 709, 0, 0, 0, 0, 126, 683 -po/ga.gmo, 137, 788, 928, 0, 0, 0, 0, 137, 788 -po/da.po, 126, 683, 670, 10, 98, 1, 7, 137, 788 -po/pt.gmo, 75, 421, 478, 0, 0, 0, 0, 75, 421 -po/af.gmo, 32, 133, 128, 0, 0, 0, 0, 32, 133 -po/ru.po, 126, 683, 711, 10, 98, 1, 7, 137, 788 -po/fr.po, 137, 788, 942, 0, 0, 0, 0, 137, 788 -po/sk.po, 137, 788, 824, 0, 0, 0, 0, 137, 788 -po/pt_BR.po, 137, 788, 937, 0, 0, 0, 0, 137, 788 -po/ja.gmo, 102, 564, 312, 0, 0, 0, 0, 102, 564 -po/eu.po, 17, 66, 72, 5, 30, 115, 692, 137, 788 -po/cs.gmo, 137, 788, 779, 0, 0, 0, 0, 137, 788 -po/vi.gmo, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -po/uk.po, 137, 788, 847, 0, 0, 0, 0, 137, 788 -po/pl.gmo, 77, 443, 471, 0, 0, 0, 0, 77, 443 -po/sl.gmo, 77, 443, 443, 0, 0, 0, 0, 77, 443 -po/el.gmo, 77, 443, 489, 0, 0, 0, 0, 77, 443 -po/nb.gmo, 137, 788, 742, 0, 0, 0, 0, 137, 788 -po/zh_CN.gmo, 115, 581, 253, 0, 0, 0, 0, 115, 581 -po/es.gmo, 137, 788, 934, 0, 0, 0, 0, 137, 788 -po/et.gmo, 126, 683, 591, 0, 0, 0, 0, 126, 683 -po/ca.po, 77, 443, 569, 12, 94, 48, 251, 137, 788 -po/id.po, 77, 443, 462, 12, 94, 48, 251, 137, 788 -po/it.po, 75, 421, 468, 10, 71, 52, 296, 137, 788 -po/af.po, 32, 133, 128, 36, 168, 69, 487, 137, 788 -po/uk.gmo, 137, 788, 847, 0, 0, 0, 0, 137, 788 -po/sr.po, 126, 683, 709, 10, 98, 1, 7, 137, 788 -po/sk.gmo, 137, 788, 824, 0, 0, 0, 0, 137, 788 -po/sv.gmo, 137, 788, 775, 0, 0, 0, 0, 137, 788 -po/nl.po, 137, 788, 822, 0, 0, 0, 0, 137, 788 -po/hr.po, 137, 788, 834, 0, 0, 0, 0, 137, 788 -po/vi.po, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -po/eo.gmo, 126, 683, 674, 0, 0, 0, 0, 126, 683 -po/pt.po, 75, 421, 478, 10, 71, 52, 296, 137, 788 -po/gl.gmo, 84, 471, 585, 0, 0, 0, 0, 84, 471 -po/he.po, 10, 58, 60, 29, 120, 98, 610, 137, 788 -po/hu.po, 126, 683, 659, 10, 98, 1, 7, 137, 788 -po/nb.po, 137, 788, 742, 0, 0, 0, 0, 137, 788 -po/sv.po, 137, 788, 775, 0, 0, 0, 0, 137, 788 -po/zh_TW.po, 77, 443, 167, 12, 94, 48, 251, 137, 788 -po/zh_CN.po, 115, 581, 253, 14, 152, 8, 55, 137, 788 -po/sed.pot, 0, 0, 0, 0, 0, 137, 788, 137, 788 -po/ast.po, 75, 421, 523, 10, 71, 52, 296, 137, 788 -po/ro.po, 69, 385, 430, 13, 85, 55, 318, 137, 788 -po/pt_BR.gmo, 137, 788, 937, 0, 0, 0, 0, 137, 788 -po/et.po, 126, 683, 591, 10, 98, 1, 7, 137, 788 -po/ga.po, 137, 788, 928, 0, 0, 0, 0, 137, 788 -po/sl.po, 77, 443, 443, 12, 94, 48, 251, 137, 788 -po/eu.gmo, 17, 66, 72, 0, 0, 0, 0, 17, 66 -po/fi.gmo, 126, 683, 601, 0, 0, 0, 0, 126, 683 -po/fi.po, 126, 683, 601, 10, 98, 1, 7, 137, 788 -po/el.po, 77, 443, 489, 14, 99, 46, 246, 137, 788 -po/da.gmo, 126, 683, 670, 0, 0, 0, 0, 126, 683 -po/tr.gmo, 77, 443, 398, 0, 0, 0, 0, 77, 443 -po/id.gmo, 77, 443, 462, 0, 0, 0, 0, 77, 443 -po/pl.po, 77, 443, 471, 12, 94, 48, 251, 137, 788 -po/cs.po, 137, 788, 779, 0, 0, 0, 0, 137, 788 -po/de.po, 114, 611, 639, 8, 84, 15, 93, 137, 788 -po/es.po, 137, 788, 934, 0, 0, 0, 0, 137, 788 -po/ja.po, 102, 564, 312, 18, 159, 17, 65, 137, 788 -po/hr.gmo, 137, 788, 834, 0, 0, 0, 0, 137, 788 -po/eo.po, 126, 683, 674, 10, 98, 1, 7, 137, 788 -po/hu.gmo, 126, 683, 659, 0, 0, 0, 0, 126, 683 -po/zh_TW.gmo, 77, 443, 167, 0, 0, 0, 0, 77, 443 -po/fr.gmo, 137, 788, 942, 0, 0, 0, 0, 137, 788 -po/bg.po, 137, 788, 930, 0, 0, 0, 0, 137, 788 -po/ko.po, 10, 58, 64, 29, 120, 98, 610, 137, 788 -po/nl.gmo, 137, 788, 822, 0, 0, 0, 0, 137, 788 -po/tr.po, 77, 443, 398, 12, 94, 48, 251, 137, 788 -po/gl.po, 84, 471, 585, 11, 89, 42, 228, 137, 788 diff --git a/results/f30/shadow-utils-4.6-8.fc30.src.rpm.errors.txt b/results/f30/shadow-utils-4.6-8.fc30.src.rpm.errors.txt deleted file mode 100644 index 2a8381d..0000000 --- a/results/f30/shadow-utils-4.6-8.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,17 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./man/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/XMLFILES) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/shadow-utils-4.6-8.fc30.src.rpm.stats.csv b/results/f30/shadow-utils-4.6-8.fc30.src.rpm.stats.csv deleted file mode 100644 index 31b1438..0000000 --- a/results/f30/shadow-utils-4.6-8.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,88 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man/po/de.po, 1165, 15441, 15138, 63, 1024, 18, 323, 1246, 16788 -man/po/da.po, 284, 2133, 1878, 38, 299, 924, 14356, 1246, 16788 -man/po/zh_CN.po, 992, 10751, 2893, 77, 1427, 177, 4610, 1246, 16788 -man/po/pl.po, 305, 1956, 1735, 223, 1506, 718, 13326, 1246, 16788 -man/po/it.po, 1131, 15246, 15351, 68, 1166, 47, 376, 1246, 16788 -man/po/ru.po, 1132, 15289, 13173, 67, 1123, 47, 376, 1246, 16788 -man/po/fr.po, 1134, 15368, 17304, 65, 1044, 47, 376, 1246, 16788 -man/po/sv.po, 413, 2261, 2021, 271, 2232, 562, 12295, 1246, 16788 -man/po/shadow-man-pages.pot, 0, 0, 0, 0, 0, 1246, 16788, 1246, 16788 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ro.po, 210, 1033, 1131, 183, 1243, 206, 1817, 599, 4093 -po/hu.gmo, 210, 1033, 958, 0, 0, 0, 0, 210, 1033 -po/kk.gmo, 583, 3895, 3787, 0, 0, 0, 0, 583, 3895 -po/fi.po, 210, 1033, 898, 185, 1253, 204, 1807, 599, 4093 -po/nn.po, 147, 711, 723, 220, 1358, 232, 2024, 599, 4093 -po/es.gmo, 495, 3246, 4010, 0, 0, 0, 0, 495, 3246 -po/de.po, 554, 3657, 3684, 33, 333, 12, 103, 599, 4093 -po/cs.po, 576, 3819, 3604, 17, 216, 6, 58, 599, 4093 -po/pt.gmo, 552, 3644, 4268, 0, 0, 0, 0, 552, 3644 -po/sk.po, 386, 2403, 2424, 99, 755, 114, 935, 599, 4093 -po/eu.po, 419, 2689, 2480, 94, 729, 86, 675, 599, 4093 -po/gl.po, 210, 1033, 1310, 185, 1253, 204, 1807, 599, 4093 -po/gl.gmo, 210, 1033, 1310, 0, 0, 0, 0, 210, 1033 -po/sq.gmo, 7, 28, 31, 0, 0, 0, 0, 7, 28 -po/zh_CN.gmo, 546, 3609, 1581, 0, 0, 0, 0, 546, 3609 -po/sv.gmo, 482, 3139, 3081, 0, 0, 0, 0, 482, 3139 -po/it.gmo, 229, 1172, 1375, 0, 0, 0, 0, 229, 1172 -po/pt.po, 552, 3644, 4268, 35, 346, 12, 103, 599, 4093 -po/nl.po, 582, 3890, 4176, 13, 167, 4, 36, 599, 4093 -po/shadow.pot, 0, 0, 0, 0, 0, 599, 4093, 599, 4093 -po/pt_BR.po, 496, 3263, 3583, 55, 486, 48, 344, 599, 4093 -po/ca.po, 552, 3644, 4509, 36, 353, 11, 96, 599, 4093 -po/da.po, 552, 3644, 3450, 35, 346, 12, 103, 599, 4093 -po/km.gmo, 184, 918, 680, 0, 0, 0, 0, 184, 918 -po/ja.po, 554, 3657, 2046, 33, 333, 12, 103, 599, 4093 -po/eu.gmo, 419, 2689, 2480, 0, 0, 0, 0, 419, 2689 -po/tr.gmo, 229, 1172, 1094, 0, 0, 0, 0, 229, 1172 -po/dz.gmo, 209, 1031, 530, 0, 0, 0, 0, 209, 1031 -po/nl.gmo, 582, 3890, 4176, 0, 0, 0, 0, 582, 3890 -po/uk.po, 210, 1033, 1046, 185, 1253, 204, 1807, 599, 4093 -po/da.gmo, 552, 3644, 3450, 0, 0, 0, 0, 552, 3644 -po/bs.po, 36, 127, 126, 107, 649, 456, 3317, 599, 4093 -po/sk.gmo, 386, 2403, 2424, 0, 0, 0, 0, 386, 2403 -po/ne.gmo, 210, 1033, 1119, 0, 0, 0, 0, 210, 1033 -po/tl.po, 209, 1015, 1265, 186, 1271, 204, 1807, 599, 4093 -po/nb.gmo, 583, 3895, 3926, 0, 0, 0, 0, 583, 3895 -po/es.po, 495, 3246, 4010, 56, 491, 48, 356, 599, 4093 -po/zh_TW.gmo, 160, 786, 322, 0, 0, 0, 0, 160, 786 -po/fr.po, 0, 0, 0, 115, 598, 484, 3495, 599, 4093 -po/el.po, 548, 3615, 3973, 38, 365, 13, 113, 599, 4093 -po/ja.gmo, 554, 3657, 2046, 0, 0, 0, 0, 554, 3657 -po/id.gmo, 182, 887, 941, 0, 0, 0, 0, 182, 887 -po/de.gmo, 554, 3657, 3684, 0, 0, 0, 0, 554, 3657 -po/tr.po, 229, 1172, 1094, 202, 1527, 168, 1394, 599, 4093 -po/he.po, 50, 197, 208, 179, 1078, 370, 2818, 599, 4093 -po/ru.po, 583, 3895, 3992, 12, 162, 4, 36, 599, 4093 -po/it.po, 229, 1172, 1375, 194, 1487, 176, 1434, 599, 4093 -po/nb.po, 583, 3895, 3926, 12, 162, 4, 36, 599, 4093 -po/km.po, 184, 918, 680, 209, 1358, 206, 1817, 599, 4093 -po/pl.po, 210, 1033, 1117, 185, 1253, 204, 1807, 599, 4093 -po/ko.po, 301, 1719, 1630, 134, 1055, 164, 1319, 599, 4093 -po/he.gmo, 50, 197, 208, 0, 0, 0, 0, 50, 197 -po/vi.po, 583, 3895, 5510, 12, 162, 4, 36, 599, 4093 -po/uk.gmo, 210, 1033, 1046, 0, 0, 0, 0, 210, 1033 -po/bs.gmo, 36, 127, 126, 0, 0, 0, 0, 36, 127 -po/sq.po, 7, 28, 31, 83, 495, 509, 3570, 599, 4093 -po/vi.gmo, 583, 3895, 5510, 0, 0, 0, 0, 583, 3895 -po/ru.gmo, 583, 3895, 3992, 0, 0, 0, 0, 583, 3895 -po/ca.gmo, 552, 3644, 4509, 0, 0, 0, 0, 552, 3644 -po/tl.gmo, 209, 1015, 1265, 0, 0, 0, 0, 209, 1015 -po/nn.gmo, 147, 711, 723, 0, 0, 0, 0, 147, 711 -po/ne.po, 210, 1033, 1119, 183, 1243, 206, 1817, 599, 4093 -po/dz.po, 209, 1031, 530, 184, 1245, 206, 1817, 599, 4093 -po/kk.po, 583, 3895, 3787, 12, 162, 4, 36, 599, 4093 -po/cs.gmo, 576, 3819, 3604, 0, 0, 0, 0, 576, 3819 -po/id.po, 182, 887, 941, 208, 1370, 209, 1836, 599, 4093 -po/hu.po, 210, 1033, 958, 185, 1253, 204, 1807, 599, 4093 -po/pl.gmo, 210, 1033, 1117, 0, 0, 0, 0, 210, 1033 -po/ko.gmo, 301, 1719, 1630, 0, 0, 0, 0, 301, 1719 -po/zh_TW.po, 160, 786, 322, 213, 1323, 226, 1984, 599, 4093 -po/sv.po, 482, 3139, 3081, 52, 461, 65, 493, 599, 4093 -po/fi.gmo, 210, 1033, 898, 0, 0, 0, 0, 210, 1033 -po/zh_CN.po, 546, 3609, 1581, 38, 371, 15, 113, 599, 4093 -po/pt_BR.gmo, 496, 3263, 3583, 0, 0, 0, 0, 496, 3263 -po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.gmo, 548, 3615, 3973, 0, 0, 0, 0, 548, 3615 -po/ro.gmo, 210, 1033, 1131, 0, 0, 0, 0, 210, 1033 diff --git a/results/f30/shared-mime-info-1.12-2.fc30.src.rpm.errors.txt b/results/f30/shared-mime-info-1.12-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 738005e..0000000 --- a/results/f30/shared-mime-info-1.12-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/shared-mime-info-1.12-2.fc30.src.rpm.stats.csv b/results/f30/shared-mime-info-1.12-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 54775a3..0000000 --- a/results/f30/shared-mime-info-1.12-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,77 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pt_BR.po, 770, 1986, 2474, 0, 0, 0, 0, 770, 1986 -po/ja.po, 654, 1659, 1453, 0, 0, 116, 327, 770, 1986 -po/af.po, 677, 1708, 980, 0, 0, 93, 278, 770, 1986 -po/da.po, 727, 1864, 1058, 0, 0, 43, 122, 770, 1986 -po/nl.po, 637, 1616, 1017, 0, 0, 133, 370, 770, 1986 -po/he.po, 720, 1845, 2222, 0, 0, 50, 141, 770, 1986 -po/rw.po, 0, 0, 0, 0, 0, 654, 1669, 654, 1669 -po/sq.po, 547, 1352, 1516, 0, 0, 223, 634, 770, 1986 -po/tr.po, 740, 1905, 2001, 0, 0, 30, 81, 770, 1986 -po/mr.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/zh_CN.po, 770, 1986, 1681, 0, 0, 0, 0, 770, 1986 -po/de.po, 770, 1986, 976, 0, 0, 0, 0, 770, 1986 -po/be.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/it.po, 770, 1986, 2118, 0, 0, 0, 0, 770, 1986 -po/bn_IN.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/te.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/vi.po, 567, 1405, 2121, 0, 0, 203, 581, 770, 1986 -po/cs.po, 770, 1986, 2168, 0, 0, 0, 0, 770, 1986 -po/ky.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/ka.po, 210, 530, 539, 0, 0, 560, 1456, 770, 1986 -po/ast.po, 214, 524, 668, 0, 0, 556, 1462, 770, 1986 -po/kk.po, 770, 1986, 2055, 0, 0, 0, 0, 770, 1986 -po/eo.po, 426, 975, 672, 0, 0, 344, 1011, 770, 1986 -po/hr.po, 770, 1986, 2136, 0, 0, 0, 0, 770, 1986 -po/cy.po, 148, 351, 365, 0, 0, 622, 1635, 770, 1986 -po/bg.po, 637, 1616, 2353, 0, 0, 133, 370, 770, 1986 -po/ms.po, 262, 629, 629, 0, 0, 508, 1357, 770, 1986 -po/hi.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/oc.po, 701, 1781, 1980, 0, 0, 69, 205, 770, 1986 -po/sr.po, 740, 1905, 2053, 0, 0, 30, 81, 770, 1986 -po/az.po, 135, 325, 363, 0, 0, 635, 1661, 770, 1986 -po/pt.po, 701, 1790, 2074, 0, 0, 69, 196, 770, 1986 -po/ko.po, 760, 1960, 2041, 0, 0, 10, 26, 770, 1986 -po/ro.po, 608, 1533, 1669, 0, 0, 162, 453, 770, 1986 -po/pl.po, 770, 1986, 2209, 0, 0, 0, 0, 770, 1986 -po/th.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/ga.po, 770, 1986, 2027, 0, 0, 0, 0, 770, 1986 -po/be@latin.po, 561, 1387, 1435, 0, 0, 0, 0, 561, 1387 -po/ta.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/zh_TW.po, 770, 1986, 1730, 0, 0, 0, 0, 770, 1986 -po/lv.po, 654, 1659, 1647, 0, 0, 116, 327, 770, 1986 -po/sk.po, 769, 1983, 2107, 0, 0, 1, 3, 770, 1986 -po/or.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/eu.po, 729, 1869, 1852, 0, 0, 41, 117, 770, 1986 -po/ar.po, 607, 1531, 1597, 0, 0, 163, 455, 770, 1986 -po/fur.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/lt.po, 606, 1528, 1650, 0, 0, 164, 458, 770, 1986 -po/fi.po, 723, 1850, 1122, 0, 0, 47, 136, 770, 1986 -po/fo.po, 594, 1489, 1374, 0, 0, 176, 497, 770, 1986 -po/ca.po, 770, 1986, 2534, 0, 0, 0, 0, 770, 1986 -po/en_GB.po, 757, 1951, 1951, 0, 0, 13, 35, 770, 1986 -po/fa.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/ca@valencia.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/id.po, 770, 1986, 2087, 0, 0, 0, 0, 770, 1986 -po/kn.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/ml.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/wa.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/sr@latin.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/el.po, 696, 1776, 1947, 0, 0, 74, 210, 770, 1986 -po/zh_HK.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/sv.po, 770, 1986, 1107, 0, 0, 0, 0, 770, 1986 -po/uk.po, 770, 1986, 2133, 0, 0, 0, 0, 770, 1986 -po/et.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/nb.po, 523, 1288, 807, 0, 0, 247, 698, 770, 1986 -po/gu.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/es.po, 765, 1974, 2727, 0, 0, 5, 12, 770, 1986 -po/pa.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/as.po, 0, 0, 0, 0, 0, 770, 1986, 770, 1986 -po/gl.po, 674, 1713, 2329, 0, 0, 96, 273, 770, 1986 -po/nn.po, 547, 1352, 844, 0, 0, 223, 634, 770, 1986 -po/ia.po, 701, 1790, 2116, 0, 0, 69, 196, 770, 1986 -po/fr.po, 770, 1986, 2193, 0, 0, 0, 0, 770, 1986 -po/hu.po, 770, 1986, 1608, 0, 0, 0, 0, 770, 1986 -po/sl.po, 677, 1721, 2161, 0, 0, 93, 265, 770, 1986 -po/shared-mime-info.pot, 0, 0, 0, 0, 0, 773, 1994, 773, 1994 -po/ru.po, 760, 1960, 2041, 0, 0, 10, 26, 770, 1986 diff --git a/results/f30/simple-scan-3.32.2-2.fc30.src.rpm.errors.txt b/results/f30/simple-scan-3.32.2-2.fc30.src.rpm.errors.txt deleted file mode 100644 index a96a11a..0000000 --- a/results/f30/simple-scan-3.32.2-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,37 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scanning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/rotate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/reorder.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/quality.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/icon.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/external.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/email.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/dpi.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/crop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/brightness-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/adf.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/simple-scan-3.32.2-2.fc30.src.rpm.stats.csv b/results/f30/simple-scan-3.32.2-2.fc30.src.rpm.stats.csv deleted file mode 100644 index fe1415d..0000000 --- a/results/f30/simple-scan-3.32.2-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,108 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 19, 50, 25, 0, 0, 93, 1306, 112, 1356 -help/uk/uk.po, 24, 128, 145, 0, 0, 88, 1228, 112, 1356 -help/sv/sv.po, 111, 1353, 1198, 0, 0, 0, 0, 111, 1353 -help/sr/sr.po, 0, 0, 0, 0, 0, 112, 1356, 112, 1356 -help/sl/sl.po, 12, 42, 40, 0, 0, 100, 1314, 112, 1356 -help/sk/sk.po, 67, 335, 308, 0, 0, 45, 1021, 112, 1356 -help/ru/ru.po, 24, 128, 115, 0, 0, 88, 1228, 112, 1356 -help/ro/ro.po, 111, 1353, 1327, 0, 0, 0, 0, 111, 1353 -help/pt_BR/pt_BR.po, 111, 1353, 1455, 0, 0, 0, 0, 111, 1353 -help/pl/pl.po, 111, 1353, 1080, 0, 0, 0, 0, 111, 1353 -help/nl/nl.po, 1, 1, 5, 0, 0, 111, 1355, 112, 1356 -help/nb/nb.po, 1, 1, 6, 0, 0, 111, 1355, 112, 1356 -help/ku/ku.po, 13, 19, 24, 0, 0, 99, 1337, 112, 1356 -help/ja/ja.po, 13, 45, 25, 0, 0, 99, 1311, 112, 1356 -help/it/it.po, 28, 83, 106, 0, 0, 84, 1273, 112, 1356 -help/ia/ia.po, 33, 81, 95, 0, 0, 79, 1275, 112, 1356 -help/hu/hu.po, 111, 1353, 1127, 0, 0, 0, 0, 111, 1353 -help/hr/hr.po, 27, 246, 204, 0, 0, 85, 1110, 112, 1356 -help/gl/gl.po, 111, 1353, 1309, 0, 0, 0, 0, 111, 1353 -help/fr/fr.po, 111, 1353, 1527, 0, 0, 0, 0, 111, 1353 -help/fi/fi.po, 14, 39, 36, 0, 0, 98, 1317, 112, 1356 -help/eu/eu.po, 24, 128, 108, 0, 0, 88, 1228, 112, 1356 -help/es/es.po, 111, 1353, 1502, 0, 0, 0, 0, 111, 1353 -help/en_GB/en_GB.po, 24, 128, 134, 0, 0, 88, 1228, 112, 1356 -help/de/de.po, 111, 1353, 1298, 0, 0, 0, 0, 111, 1353 -help/da/da.po, 111, 1353, 1238, 0, 0, 0, 0, 111, 1353 -help/cs/cs.po, 111, 1353, 1196, 0, 0, 0, 0, 111, 1353 -help/ca/ca.po, 111, 1353, 1446, 0, 0, 0, 0, 111, 1353 -help/bg/bg.po, 24, 128, 133, 0, 0, 88, 1228, 112, 1356 -help/ar/ar.po, 24, 128, 110, 0, 0, 88, 1228, 112, 1356 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 184, 839, 298, 0, 0, 0, 0, 184, 839 -po/zh_HK.po, 140, 568, 200, 0, 0, 5, 21, 145, 589 -po/zh_CN.po, 192, 847, 336, 0, 0, 0, 0, 192, 847 -po/vi.po, 95, 366, 505, 0, 0, 50, 223, 145, 589 -po/uz.po, 38, 69, 77, 0, 0, 107, 520, 145, 589 -po/ur.po, 11, 11, 26, 0, 0, 134, 578, 145, 589 -po/uk.po, 184, 839, 852, 0, 0, 0, 0, 184, 839 -po/ug.po, 126, 435, 414, 0, 0, 19, 154, 145, 589 -po/tr.po, 184, 839, 779, 0, 0, 0, 0, 184, 839 -po/th.po, 138, 509, 316, 0, 0, 7, 80, 145, 589 -po/te.po, 89, 349, 301, 0, 0, 56, 240, 145, 589 -po/ta.po, 18, 31, 48, 0, 0, 127, 558, 145, 589 -po/sv.po, 184, 839, 826, 0, 0, 0, 0, 184, 839 -po/sr@latin.po, 192, 847, 831, 0, 0, 0, 0, 192, 847 -po/sr.po, 184, 839, 823, 0, 0, 0, 0, 184, 839 -po/sq.po, 136, 506, 616, 0, 0, 9, 83, 145, 589 -po/sl.po, 184, 839, 882, 0, 0, 0, 0, 184, 839 -po/sk.po, 184, 839, 849, 0, 0, 0, 0, 184, 839 -po/shn.po, 4, 4, 8, 0, 0, 141, 585, 145, 589 -po/se.po, 22, 29, 33, 0, 0, 123, 560, 145, 589 -po/sd.po, 60, 121, 135, 0, 0, 85, 468, 145, 589 -po/ru.po, 184, 839, 769, 0, 0, 0, 0, 184, 839 -po/ro.po, 184, 839, 947, 0, 0, 0, 0, 184, 839 -po/pt_BR.po, 184, 839, 1077, 0, 0, 0, 0, 184, 839 -po/pt.po, 140, 568, 695, 0, 0, 5, 21, 145, 589 -po/pl.po, 184, 839, 833, 0, 0, 0, 0, 184, 839 -po/pa.po, 191, 799, 931, 0, 0, 1, 48, 192, 847 -po/oc.po, 192, 847, 990, 0, 0, 0, 0, 192, 847 -po/nl.po, 184, 839, 956, 0, 0, 0, 0, 184, 839 -po/ne.po, 119, 359, 350, 52, 327, 21, 161, 192, 847 -po/nb.po, 192, 847, 832, 0, 0, 0, 0, 192, 847 -po/my.po, 91, 362, 307, 0, 0, 54, 227, 145, 589 -po/ms.po, 140, 568, 559, 0, 0, 5, 21, 145, 589 -po/ml.po, 190, 844, 720, 2, 3, 0, 0, 192, 847 -po/mhr.po, 29, 34, 41, 0, 0, 116, 555, 145, 589 -po/lv.po, 184, 839, 744, 0, 0, 0, 0, 184, 839 -po/lt.po, 184, 839, 743, 0, 0, 0, 0, 184, 839 -po/ky.po, 20, 36, 38, 0, 0, 125, 553, 145, 589 -po/ku.po, 49, 69, 85, 0, 0, 96, 520, 145, 589 -po/ko.po, 184, 839, 751, 0, 0, 0, 0, 184, 839 -po/km.po, 121, 406, 214, 0, 0, 24, 183, 145, 589 -po/kk.po, 93, 218, 227, 0, 0, 91, 621, 184, 839 -po/ja.po, 184, 839, 370, 0, 0, 0, 0, 184, 839 -po/it.po, 184, 839, 890, 0, 0, 0, 0, 184, 839 -po/is.po, 192, 847, 898, 0, 0, 0, 0, 192, 847 -po/id.po, 184, 839, 851, 0, 0, 0, 0, 184, 839 -po/hy.po, 5, 5, 10, 0, 0, 140, 584, 145, 589 -po/hu.po, 184, 839, 761, 0, 0, 0, 0, 184, 839 -po/hr.po, 183, 838, 760, 0, 0, 0, 0, 183, 838 -po/he.po, 140, 568, 567, 0, 0, 5, 21, 145, 589 -po/gl.po, 184, 839, 950, 0, 0, 0, 0, 184, 839 -po/gd.po, 192, 847, 1120, 0, 0, 0, 0, 192, 847 -po/fur.po, 184, 839, 948, 0, 0, 0, 0, 184, 839 -po/fr.po, 184, 839, 1124, 0, 0, 0, 0, 184, 839 -po/fi.po, 184, 839, 661, 0, 0, 0, 0, 184, 839 -po/fa.po, 192, 847, 924, 0, 0, 0, 0, 192, 847 -po/eu.po, 192, 847, 758, 0, 0, 0, 0, 192, 847 -po/et.po, 89, 349, 323, 0, 0, 56, 240, 145, 589 -po/es.po, 184, 839, 1033, 0, 0, 0, 0, 184, 839 -po/eo.po, 184, 838, 814, 0, 0, 0, 0, 184, 838 -po/en_GB.po, 192, 847, 888, 0, 0, 0, 0, 192, 847 -po/el.po, 184, 839, 972, 0, 0, 0, 0, 184, 839 -po/de.po, 184, 839, 978, 0, 0, 0, 0, 184, 839 -po/da.po, 183, 838, 847, 0, 0, 0, 0, 183, 838 -po/cs.po, 184, 839, 844, 0, 0, 0, 0, 184, 839 -po/ce.po, 0, 0, 0, 0, 0, 145, 589, 145, 589 -po/ca@valencia.po, 192, 847, 972, 0, 0, 0, 0, 192, 847 -po/ca.po, 192, 847, 972, 0, 0, 0, 0, 192, 847 -po/bo.po, 87, 325, 208, 0, 0, 58, 264, 145, 589 -po/bg.po, 106, 383, 455, 0, 0, 39, 206, 145, 589 -po/be.po, 192, 847, 780, 0, 0, 0, 0, 192, 847 -po/az.po, 15, 23, 30, 0, 0, 130, 566, 145, 589 -po/ast.po, 120, 404, 471, 0, 0, 25, 185, 145, 589 -po/ar.po, 184, 786, 745, 2, 17, 6, 44, 192, 847 -po/am.po, 138, 509, 512, 0, 0, 7, 80, 145, 589 -po/af.po, 183, 837, 887, 0, 0, 0, 0, 183, 837 diff --git a/results/f30/sos-3.7-1.fc30.src.rpm.errors.txt b/results/f30/sos-3.7-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/sos-3.7-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/sos-3.7-1.fc30.src.rpm.stats.csv b/results/f30/sos-3.7-1.fc30.src.rpm.stats.csv deleted file mode 100644 index ef35ad6..0000000 --- a/results/f30/sos-3.7-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,80 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/zh_TW.po, 11, 54, 14, 7, 33, 12, 35, 30, 122 -po/zh_CN.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -po/vi.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ur.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/uk.po, 11, 54, 42, 7, 33, 12, 35, 30, 122 -po/tr.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -po/th.po, 11, 54, 21, 6, 29, 13, 39, 30, 122 -po/te.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -po/ta.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -po/sv.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -po/sr@latin.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -po/sr.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -po/sq.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/sos.pot, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/sl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/sk.po, 11, 54, 56, 7, 33, 12, 35, 30, 122 -po/si.po, 11, 54, 58, 6, 29, 13, 39, 30, 122 -po/ru.po, 11, 54, 45, 7, 33, 12, 35, 30, 122 -po/ro.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/pt_BR.po, 11, 54, 60, 7, 33, 12, 35, 30, 122 -po/pt.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -po/pl.po, 30, 122, 109, 0, 0, 0, 0, 30, 122 -po/pa.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -po/or.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -po/nso.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/nn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/nl.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -po/nds.po, 4, 13, 12, 2, 7, 24, 102, 30, 122 -po/nb.po, 5, 21, 24, 2, 7, 23, 94, 30, 122 -po/my.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ms.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/mr.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -po/ml.po, 11, 54, 48, 7, 33, 12, 35, 30, 122 -po/mk.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/lv.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/lt.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/lo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ku.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ko.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -po/kn.po, 11, 54, 47, 7, 33, 12, 35, 30, 122 -po/ka.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ja.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -po/it.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -po/is.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ilo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/id.po, 8, 41, 44, 4, 19, 18, 62, 30, 122 -po/hy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/hu.po, 11, 54, 46, 7, 33, 12, 35, 30, 122 -po/hr.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/hi.po, 11, 54, 66, 7, 33, 12, 35, 30, 122 -po/he.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/gu.po, 11, 54, 68, 7, 33, 12, 35, 30, 122 -po/gl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/fr.po, 11, 54, 64, 7, 33, 12, 35, 30, 122 -po/fi.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -po/fa.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/eu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/et.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/es.po, 30, 122, 159, 0, 0, 0, 0, 30, 122 -po/en_GB.po, 11, 54, 54, 6, 29, 13, 39, 30, 122 -po/en.po, 11, 54, 54, 8, 38, 14, 45, 33, 137 -po/el.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -po/de_CH.po, 11, 54, 55, 6, 29, 13, 39, 30, 122 -po/de.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -po/da.po, 11, 54, 57, 7, 33, 12, 35, 30, 122 -po/cy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/cs.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -po/ca.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -po/bs.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -po/bn_IN.po, 11, 54, 65, 7, 33, 12, 35, 30, 122 -po/bn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/bg.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -po/be.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ast.po, 11, 54, 60, 6, 29, 13, 39, 30, 122 -po/as.po, 11, 54, 64, 6, 29, 13, 39, 30, 122 -po/ar.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -po/am.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/af.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 diff --git a/results/f30/speech-dispatcher-0.9.0-4.fc30.src.rpm.errors.txt b/results/f30/speech-dispatcher-0.9.0-4.fc30.src.rpm.errors.txt deleted file mode 100644 index b98404b..0000000 --- a/results/f30/speech-dispatcher-0.9.0-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f30/speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv b/results/f30/speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 308e88a..0000000 --- a/results/f30/speech-dispatcher-0.9.0-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,7 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.gmo, 155, 1370, 1349, 0, 0, 0, 0, 155, 1370 -po/cs.gmo, 47, 285, 279, 0, 0, 0, 0, 47, 285 -po/hu.gmo, 47, 285, 287, 0, 0, 0, 0, 47, 285 -po/cs.po, 47, 285, 279, 5, 24, 109, 1106, 161, 1415 -po/de.po, 155, 1370, 1349, 2, 25, 4, 20, 161, 1415 -po/hu.po, 47, 285, 287, 5, 24, 109, 1106, 161, 1415 diff --git a/results/f30/spice-gtk-0.36-4.fc30.src.rpm.errors.txt b/results/f30/spice-gtk-0.36-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 97892b9..0000000 --- a/results/f30/spice-gtk-0.36-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/spice-gtk-0.36-4.fc30.src.rpm.stats.csv b/results/f30/spice-gtk-0.36-4.fc30.src.rpm.stats.csv deleted file mode 100644 index d8a3bbc..0000000 --- a/results/f30/spice-gtk-0.36-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,8 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/it.gmo, 62, 275, 289, 0, 0, 0, 0, 62, 275 -po/de.po, 64, 292, 241, 7, 29, 3, 34, 74, 355 -po/spice-gtk.pot, 0, 0, 0, 0, 0, 74, 355, 74, 355 -po/it.po, 62, 275, 289, 7, 29, 5, 51, 74, 355 -po/fr.gmo, 5, 2, 5, 0, 0, 0, 0, 5, 2 -po/fr.po, 5, 2, 5, 12, 32, 57, 321, 74, 355 -po/de.gmo, 64, 292, 241, 0, 0, 0, 0, 64, 292 diff --git a/results/f30/sssd-2.1.0-2.fc30.src.rpm.errors.txt b/results/f30/sssd-2.1.0-2.fc30.src.rpm.errors.txt deleted file mode 100644 index fdb15e1..0000000 --- a/results/f30/sssd-2.1.0-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./src/man/po/po4a.cfg) diff --git a/results/f30/sssd-2.1.0-2.fc30.src.rpm.stats.csv b/results/f30/sssd-2.1.0-2.fc30.src.rpm.stats.csv deleted file mode 100644 index dae878c..0000000 --- a/results/f30/sssd-2.1.0-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,66 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.gmo, 107, 582, 153, 0, 0, 0, 0, 107, 582 -po/ca.gmo, 443, 2796, 3618, 0, 0, 0, 0, 443, 2796 -po/de.gmo, 401, 2503, 2349, 0, 0, 0, 0, 401, 2503 -po/ca.po, 443, 2796, 3618, 1, 9, 188, 1104, 632, 3909 -po/ru.gmo, 189, 1172, 1095, 0, 0, 0, 0, 189, 1172 -po/pl.po, 626, 3863, 3683, 2, 15, 4, 31, 632, 3909 -po/ru.po, 189, 1172, 1095, 1, 9, 442, 2728, 632, 3909 -po/nl.po, 387, 2372, 2522, 1, 9, 244, 1528, 632, 3909 -po/sv.gmo, 626, 3863, 3373, 0, 0, 0, 0, 626, 3863 -po/pt_BR.gmo, 6, 32, 38, 0, 0, 0, 0, 6, 32 -po/pt.po, 170, 971, 1134, 1, 9, 461, 2929, 632, 3909 -po/zh_CN.gmo, 9, 36, 12, 0, 0, 0, 0, 9, 36 -po/ja.gmo, 387, 2372, 744, 0, 0, 0, 0, 387, 2372 -po/tr.gmo, 5, 15, 16, 0, 0, 0, 0, 5, 15 -po/id.gmo, 108, 591, 595, 0, 0, 0, 0, 108, 591 -po/nb.po, 15, 46, 35, 0, 0, 617, 3863, 632, 3909 -po/de.po, 401, 2503, 2349, 1, 9, 230, 1397, 632, 3909 -po/hu.gmo, 71, 317, 290, 0, 0, 0, 0, 71, 317 -po/zh_TW.po, 107, 582, 153, 1, 9, 524, 3318, 632, 3909 -po/zh_CN.po, 9, 36, 12, 0, 0, 623, 3873, 632, 3909 -po/uk.gmo, 626, 3863, 3985, 0, 0, 0, 0, 626, 3863 -po/fr.po, 443, 2796, 3408, 1, 9, 188, 1104, 632, 3909 -po/nl.gmo, 387, 2372, 2522, 0, 0, 0, 0, 387, 2372 -po/it.po, 180, 1029, 1127, 1, 9, 451, 2871, 632, 3909 -po/pl.gmo, 626, 3863, 3683, 0, 0, 0, 0, 626, 3863 -po/tg.gmo, 10, 23, 20, 0, 0, 0, 0, 10, 23 -po/sv.po, 626, 3863, 3373, 2, 15, 4, 31, 632, 3909 -po/pt.gmo, 170, 971, 1134, 0, 0, 0, 0, 170, 971 -po/tr.po, 5, 15, 16, 0, 0, 627, 3894, 632, 3909 -po/bg.po, 128, 704, 774, 1, 9, 503, 3196, 632, 3909 -po/id.po, 108, 591, 595, 0, 0, 524, 3318, 632, 3909 -po/bg.gmo, 128, 704, 774, 0, 0, 0, 0, 128, 704 -po/sssd.pot, 0, 0, 0, 0, 0, 632, 3909, 632, 3909 -po/tg.po, 10, 23, 20, 0, 0, 622, 3886, 632, 3909 -po/eu.gmo, 65, 218, 196, 0, 0, 0, 0, 65, 218 -po/uk.po, 626, 3863, 3985, 2, 15, 4, 31, 632, 3909 -po/pt_BR.po, 6, 32, 38, 0, 0, 626, 3877, 632, 3909 -po/ja.po, 387, 2372, 744, 1, 9, 244, 1528, 632, 3909 -po/eu.po, 65, 218, 196, 0, 0, 567, 3691, 632, 3909 -po/es.po, 626, 3863, 4766, 2, 15, 4, 31, 632, 3909 -po/nb.gmo, 15, 46, 35, 0, 0, 0, 0, 15, 46 -po/hu.po, 71, 317, 290, 0, 0, 561, 3592, 632, 3909 -po/it.gmo, 180, 1029, 1127, 0, 0, 0, 0, 180, 1029 -po/es.gmo, 626, 3863, 4766, 0, 0, 0, 0, 626, 3863 -po/fr.gmo, 443, 2796, 3408, 0, 0, 0, 0, 443, 2796 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -src/man/po/ca.po, 1025, 7898, 8838, 31, 246, 1400, 25326, 2456, 33470 -src/man/po/ru.po, 43, 96, 118, 3, 8, 2410, 33366, 2456, 33470 -src/man/po/nl.po, 56, 431, 426, 9, 15, 2391, 33024, 2456, 33470 -src/man/po/fi.po, 31, 53, 45, 4, 7, 2421, 33410, 2456, 33470 -src/man/po/pt.po, 252, 730, 768, 18, 30, 2186, 32710, 2456, 33470 -src/man/po/cs.po, 14, 36, 31, 3, 3, 2439, 33431, 2456, 33470 -src/man/po/de.po, 1335, 16404, 15705, 32, 344, 1089, 16722, 2456, 33470 -src/man/po/br.po, 29, 60, 66, 6, 9, 2421, 33401, 2456, 33470 -src/man/po/zh_CN.po, 17, 48, 31, 3, 3, 2436, 33419, 2456, 33470 -src/man/po/fr.po, 1359, 15080, 16738, 32, 285, 1065, 18105, 2456, 33470 -src/man/po/sv.po, 795, 10769, 9429, 31, 256, 1630, 22445, 2456, 33470 -src/man/po/tg.po, 36, 64, 63, 2, 6, 2418, 33400, 2456, 33470 -src/man/po/sssd-docs.pot, 0, 0, 0, 0, 0, 2456, 33470, 2456, 33470 -src/man/po/uk.po, 2346, 31071, 29971, 44, 595, 66, 1804, 2456, 33470 -src/man/po/pt_BR.po, 10, 19, 21, 0, 0, 2446, 33451, 2456, 33470 -src/man/po/ja.po, 1032, 9142, 3139, 30, 216, 1394, 24112, 2456, 33470 -src/man/po/eu.po, 0, 0, 0, 0, 0, 2456, 33470, 2456, 33470 -src/man/po/lv.po, 60, 115, 110, 6, 12, 2390, 33343, 2456, 33470 -src/man/po/es.po, 1154, 13326, 14793, 33, 323, 1269, 19821, 2456, 33470 diff --git a/results/f30/sudo-1.8.27-1.fc30.src.rpm.errors.txt b/results/f30/sudo-1.8.27-1.fc30.src.rpm.errors.txt deleted file mode 100644 index da34d06..0000000 --- a/results/f30/sudo-1.8.27-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./plugins/sudoers/po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) diff --git a/results/f30/sudo-1.8.27-1.fc30.src.rpm.stats.csv b/results/f30/sudo-1.8.27-1.fc30.src.rpm.stats.csv deleted file mode 100644 index c047d83..0000000 --- a/results/f30/sudo-1.8.27-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,130 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -plugins/sudoers/po/zh_CN.po, 424, 3001, 1100, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/zh_CN.mo, 424, 3001, 1100, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/vi.po, 424, 3001, 4313, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/vi.mo, 424, 3001, 4313, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/uk.po, 424, 3001, 3136, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/uk.mo, 424, 3001, 3136, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/tr.po, 113, 757, 714, 0, 0, 224, 1477, 337, 2234 -plugins/sudoers/po/tr.mo, 113, 757, 714, 0, 0, 0, 0, 113, 757 -plugins/sudoers/po/sv.po, 424, 3001, 2722, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/sv.mo, 424, 3001, 2722, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/sudoers.pot, 0, 0, 0, 0, 0, 424, 3029, 424, 3029 -plugins/sudoers/po/sr.po, 396, 2724, 2794, 0, 0, 0, 0, 396, 2724 -plugins/sudoers/po/sr.mo, 396, 2724, 2794, 0, 0, 0, 0, 396, 2724 -plugins/sudoers/po/sl.po, 337, 2211, 2196, 0, 0, 0, 0, 337, 2211 -plugins/sudoers/po/sl.mo, 337, 2211, 2196, 0, 0, 0, 0, 337, 2211 -plugins/sudoers/po/sk.po, 39, 251, 254, 0, 0, 315, 2122, 354, 2373 -plugins/sudoers/po/sk.mo, 39, 251, 254, 0, 0, 0, 0, 39, 251 -plugins/sudoers/po/ru.po, 79, 483, 461, 0, 0, 274, 1880, 353, 2363 -plugins/sudoers/po/ru.mo, 79, 483, 461, 0, 0, 0, 0, 79, 483 -plugins/sudoers/po/pt_BR.po, 424, 3001, 3544, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/pt_BR.mo, 424, 3001, 3544, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/pt.po, 424, 3001, 3148, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/pt.mo, 424, 3001, 3148, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/pl.po, 424, 3001, 2984, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/pl.mo, 424, 3001, 2984, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/nl.po, 358, 2398, 2331, 14, 95, 28, 259, 400, 2752 -plugins/sudoers/po/nl.mo, 358, 2398, 2331, 0, 0, 0, 0, 358, 2398 -plugins/sudoers/po/nb.po, 424, 3001, 3007, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/nb.mo, 424, 3001, 3007, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/lt.po, 15, 98, 79, 0, 0, 320, 2040, 335, 2138 -plugins/sudoers/po/lt.mo, 15, 98, 79, 0, 0, 0, 0, 15, 98 -plugins/sudoers/po/ko.po, 392, 2691, 2332, 0, 0, 0, 0, 392, 2691 -plugins/sudoers/po/ko.mo, 392, 2691, 2332, 0, 0, 0, 0, 392, 2691 -plugins/sudoers/po/ja.po, 424, 3001, 1334, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/ja.mo, 424, 3001, 1334, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/it.po, 424, 3001, 3187, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/it.mo, 424, 3001, 3187, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/hu.po, 202, 1473, 1421, 0, 0, 200, 1289, 402, 2762 -plugins/sudoers/po/hu.mo, 202, 1473, 1421, 0, 0, 0, 0, 202, 1473 -plugins/sudoers/po/hr.po, 424, 3001, 3038, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/hr.mo, 424, 3001, 3038, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/fur.po, 102, 534, 578, 1, 4, 299, 2224, 402, 2762 -plugins/sudoers/po/fur.mo, 102, 534, 578, 0, 0, 0, 0, 102, 534 -plugins/sudoers/po/fr.po, 356, 2392, 3140, 0, 0, 0, 0, 356, 2392 -plugins/sudoers/po/fr.mo, 356, 2392, 3140, 0, 0, 0, 0, 356, 2392 -plugins/sudoers/po/fi.po, 396, 2724, 2075, 0, 0, 0, 0, 396, 2724 -plugins/sudoers/po/fi.mo, 396, 2724, 2075, 0, 0, 0, 0, 396, 2724 -plugins/sudoers/po/eu.po, 77, 324, 335, 0, 0, 258, 1810, 335, 2134 -plugins/sudoers/po/eu.mo, 77, 324, 335, 0, 0, 0, 0, 77, 324 -plugins/sudoers/po/eo.po, 419, 2960, 2840, 0, 0, 0, 0, 419, 2960 -plugins/sudoers/po/eo.mo, 419, 2960, 2840, 0, 0, 0, 0, 419, 2960 -plugins/sudoers/po/el.po, 336, 2248, 2514, 1, 11, 0, 0, 337, 2259 -plugins/sudoers/po/el.mo, 336, 2248, 2514, 0, 0, 0, 0, 336, 2248 -plugins/sudoers/po/de.po, 424, 3001, 3110, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/de.mo, 424, 3001, 3110, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/da.po, 419, 2960, 2681, 0, 0, 0, 0, 419, 2960 -plugins/sudoers/po/da.mo, 419, 2960, 2681, 0, 0, 0, 0, 419, 2960 -plugins/sudoers/po/cs.po, 424, 3001, 2827, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/cs.mo, 424, 3001, 2827, 0, 0, 0, 0, 424, 3001 -plugins/sudoers/po/ca.po, 379, 2589, 3193, 0, 0, 0, 0, 379, 2589 -plugins/sudoers/po/ca.mo, 379, 2589, 3193, 0, 0, 0, 0, 379, 2589 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 178, 1170, 461, 0, 0, 0, 0, 178, 1170 -po/zh_TW.mo, 178, 1170, 461, 0, 0, 0, 0, 178, 1170 -po/zh_CN.po, 182, 1192, 400, 0, 0, 0, 0, 182, 1192 -po/zh_CN.mo, 182, 1192, 400, 0, 0, 0, 0, 182, 1192 -po/vi.po, 182, 1192, 1772, 0, 0, 0, 0, 182, 1192 -po/vi.mo, 182, 1192, 1772, 0, 0, 0, 0, 182, 1192 -po/uk.po, 182, 1192, 1250, 0, 0, 0, 0, 182, 1192 -po/uk.mo, 182, 1192, 1250, 0, 0, 0, 0, 182, 1192 -po/tr.po, 182, 1192, 961, 0, 0, 0, 0, 182, 1192 -po/tr.mo, 182, 1192, 961, 0, 0, 0, 0, 182, 1192 -po/sv.po, 182, 1192, 1128, 0, 0, 0, 0, 182, 1192 -po/sv.mo, 182, 1192, 1128, 0, 0, 0, 0, 182, 1192 -po/sudo.pot, 0, 0, 0, 0, 0, 182, 1192, 182, 1192 -po/sr.po, 177, 1165, 1214, 0, 0, 0, 0, 177, 1165 -po/sr.mo, 177, 1165, 1214, 0, 0, 0, 0, 177, 1165 -po/sl.po, 161, 996, 1015, 0, 0, 0, 0, 161, 996 -po/sl.mo, 161, 996, 1015, 0, 0, 0, 0, 161, 996 -po/sk.po, 140, 909, 957, 0, 0, 33, 229, 173, 1138 -po/sk.mo, 140, 909, 957, 0, 0, 0, 0, 140, 909 -po/ru.po, 173, 1138, 1114, 0, 0, 0, 0, 173, 1138 -po/ru.mo, 173, 1138, 1114, 0, 0, 0, 0, 173, 1138 -po/pt_BR.po, 182, 1192, 1452, 0, 0, 0, 0, 182, 1192 -po/pt_BR.mo, 182, 1192, 1452, 0, 0, 0, 0, 182, 1192 -po/pt.po, 182, 1192, 1261, 0, 0, 0, 0, 182, 1192 -po/pt.mo, 182, 1192, 1261, 0, 0, 0, 0, 182, 1192 -po/pl.po, 182, 1192, 1241, 0, 0, 0, 0, 182, 1192 -po/pl.mo, 182, 1192, 1241, 0, 0, 0, 0, 182, 1192 -po/nn.po, 32, 154, 161, 142, 991, 1, 4, 175, 1149 -po/nn.mo, 32, 154, 161, 0, 0, 0, 0, 32, 154 -po/nl.po, 169, 1110, 1090, 0, 0, 0, 0, 169, 1110 -po/nl.mo, 169, 1110, 1090, 0, 0, 0, 0, 169, 1110 -po/nb.po, 182, 1192, 1244, 0, 0, 0, 0, 182, 1192 -po/nb.mo, 182, 1192, 1244, 0, 0, 0, 0, 182, 1192 -po/ko.po, 175, 1152, 998, 0, 0, 0, 0, 175, 1152 -po/ko.mo, 175, 1152, 998, 0, 0, 0, 0, 175, 1152 -po/ja.po, 182, 1192, 500, 0, 0, 0, 0, 182, 1192 -po/ja.mo, 182, 1192, 500, 0, 0, 0, 0, 182, 1192 -po/it.po, 182, 1192, 1324, 0, 0, 0, 0, 182, 1192 -po/it.mo, 182, 1192, 1324, 0, 0, 0, 0, 182, 1192 -po/hu.po, 177, 1165, 1064, 0, 0, 0, 0, 177, 1165 -po/hu.mo, 177, 1165, 1064, 0, 0, 0, 0, 177, 1165 -po/hr.po, 182, 1192, 1191, 0, 0, 0, 0, 182, 1192 -po/hr.mo, 182, 1192, 1191, 0, 0, 0, 0, 182, 1192 -po/gl.po, 161, 1043, 1312, 1, 8, 7, 58, 169, 1109 -po/gl.mo, 161, 1043, 1312, 0, 0, 0, 0, 161, 1043 -po/fur.po, 170, 1128, 1317, 0, 0, 5, 24, 175, 1152 -po/fur.mo, 170, 1128, 1317, 0, 0, 0, 0, 170, 1128 -po/fr.po, 182, 1192, 1443, 0, 0, 0, 0, 182, 1192 -po/fr.mo, 182, 1192, 1443, 0, 0, 0, 0, 182, 1192 -po/fi.po, 177, 1165, 899, 0, 0, 0, 0, 177, 1165 -po/fi.mo, 177, 1165, 899, 0, 0, 0, 0, 177, 1165 -po/eu.po, 71, 383, 378, 0, 0, 76, 488, 147, 871 -po/eu.mo, 71, 383, 378, 0, 0, 0, 0, 71, 383 -po/es.po, 177, 1165, 1427, 0, 0, 0, 0, 177, 1165 -po/es.mo, 177, 1165, 1427, 0, 0, 0, 0, 177, 1165 -po/eo.po, 178, 1170, 1116, 0, 0, 0, 0, 178, 1170 -po/eo.mo, 178, 1170, 1116, 0, 0, 0, 0, 178, 1170 -po/de.po, 175, 1152, 1169, 0, 0, 0, 0, 175, 1152 -po/de.mo, 175, 1152, 1169, 0, 0, 0, 0, 175, 1152 -po/da.po, 178, 1170, 1101, 0, 0, 0, 0, 178, 1170 -po/da.mo, 178, 1170, 1101, 0, 0, 0, 0, 178, 1170 -po/cs.po, 182, 1192, 1122, 0, 0, 0, 0, 182, 1192 -po/cs.mo, 182, 1192, 1122, 0, 0, 0, 0, 182, 1192 -po/ca.po, 175, 1149, 1480, 0, 0, 0, 0, 175, 1149 -po/ca.mo, 175, 1149, 1480, 0, 0, 0, 0, 175, 1149 -po/ast.po, 182, 1192, 1360, 0, 0, 0, 0, 182, 1192 -po/ast.mo, 182, 1192, 1360, 0, 0, 0, 0, 182, 1192 diff --git a/results/f30/sushi-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/sushi-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f30/sushi-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/sushi-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/sushi-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 1b606b4..0000000 --- a/results/f30/sushi-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,71 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -po/zh_HK.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -po/zh_CN.po, 11, 24, 17, 0, 0, 0, 0, 11, 24 -po/vi.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -po/uz@cyrillic.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -po/uk.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -po/ug.po, 11, 24, 19, 0, 0, 0, 0, 11, 24 -po/tr.po, 11, 24, 20, 0, 0, 0, 0, 11, 24 -po/th.po, 11, 24, 14, 0, 0, 0, 0, 11, 24 -po/tg.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/te.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/ta.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/sv.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -po/sr@latin.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -po/sr.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -po/sl.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -po/sk.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ru.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/ro.po, 9, 15, 20, 0, 0, 0, 0, 9, 15 -po/pt_BR.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -po/pa.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/or.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -po/oc.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/nl.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ne.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/nb.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/mr.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -po/ml.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/lv.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -po/lt.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -po/ko.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/kn.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/kk.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/ja.po, 11, 24, 15, 0, 0, 0, 0, 11, 24 -po/it.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -po/is.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/id.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -po/hu.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/hr.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -po/hi.po, 11, 24, 30, 0, 0, 0, 0, 11, 24 -po/he.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/gu.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/gl.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/gd.po, 9, 15, 21, 0, 0, 0, 0, 9, 15 -po/fur.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/fr.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/fi.po, 11, 24, 20, 0, 0, 0, 0, 11, 24 -po/fa.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -po/eu.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/et.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/es.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/eo.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/en_GB.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/el.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -po/de.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/da.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/cs.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/ca@valencia.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -po/ca.po, 11, 24, 31, 0, 0, 0, 0, 11, 24 -po/bs.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/bn_IN.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/bg.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -po/be.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ast.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/as.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ar.po, 9, 15, 22, 0, 0, 0, 0, 9, 15 -po/an.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/af.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 diff --git a/results/f30/system-config-printer-1.5.11-16.fc30.src.rpm.errors.txt b/results/f30/system-config-printer-1.5.11-16.fc30.src.rpm.errors.txt deleted file mode 100644 index e47c17a..0000000 --- a/results/f30/system-config-printer-1.5.11-16.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv b/results/f30/system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv deleted file mode 100644 index e50486c..0000000 --- a/results/f30/system-config-printer-1.5.11-16.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,62 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 888, 3435, 3358, 4, 8, 7, 7, 899, 3450 -po/bn.po, 724, 3023, 3367, 6, 9, 169, 418, 899, 3450 -po/pa.po, 729, 3043, 3301, 6, 9, 164, 398, 899, 3450 -po/cs.po, 752, 3147, 2850, 2, 4, 145, 299, 899, 3450 -po/lv.po, 727, 3039, 2675, 6, 9, 166, 402, 899, 3450 -po/hi.po, 727, 3039, 3517, 6, 9, 166, 402, 899, 3450 -po/pl.po, 888, 3435, 3327, 4, 8, 7, 7, 899, 3450 -po/et.po, 729, 3043, 2498, 6, 9, 164, 398, 899, 3450 -po/ru.po, 744, 3137, 2857, 2, 4, 153, 309, 899, 3450 -po/sk.po, 846, 3328, 3146, 15, 48, 38, 74, 899, 3450 -po/bs.po, 122, 515, 469, 2, 3, 775, 2932, 899, 3450 -po/fi.po, 752, 3147, 2439, 2, 4, 145, 299, 899, 3450 -po/uk.po, 888, 3435, 3177, 4, 8, 7, 7, 899, 3450 -po/sv.po, 752, 3147, 2874, 2, 4, 145, 299, 899, 3450 -po/gu.po, 730, 3046, 3366, 7, 11, 162, 393, 899, 3450 -po/mr.po, 727, 3039, 3030, 10, 18, 162, 393, 899, 3450 -po/pt.po, 744, 3137, 3526, 2, 4, 153, 309, 899, 3450 -po/es.po, 752, 3147, 3627, 2, 4, 145, 299, 899, 3450 -po/cy.po, 12, 12, 12, 0, 0, 887, 3438, 899, 3450 -po/he.po, 606, 2135, 2066, 1, 2, 292, 1313, 899, 3450 -po/ro.po, 582, 2345, 2563, 6, 10, 311, 1095, 899, 3450 -po/de.po, 752, 3147, 3013, 2, 4, 145, 299, 899, 3450 -po/el.po, 743, 3136, 3396, 3, 5, 153, 309, 899, 3450 -po/th.po, 557, 2262, 906, 4, 6, 338, 1182, 899, 3450 -po/ta.po, 727, 3039, 2646, 6, 9, 166, 402, 899, 3450 -po/vi.po, 302, 1175, 1711, 7, 13, 590, 2262, 899, 3450 -po/or.po, 730, 3046, 3219, 6, 9, 163, 395, 899, 3450 -po/pt_BR.po, 752, 3147, 3625, 2, 4, 145, 299, 899, 3450 -po/as.po, 730, 3046, 3181, 6, 9, 163, 395, 899, 3450 -po/nn.po, 752, 3147, 2877, 2, 4, 145, 299, 899, 3450 -po/sl.po, 727, 3039, 3027, 6, 9, 166, 402, 899, 3450 -po/ar.po, 733, 3049, 2944, 5, 8, 161, 393, 899, 3450 -po/ko.po, 727, 3039, 2696, 6, 9, 166, 402, 899, 3450 -po/ja.po, 729, 3043, 1215, 6, 9, 164, 398, 899, 3450 -po/nds.po, 99, 135, 133, 2, 2, 798, 3313, 899, 3450 -po/tr.po, 721, 2534, 2363, 66, 161, 112, 755, 899, 3450 -po/zh_CN.po, 752, 3147, 1071, 2, 4, 145, 299, 899, 3450 -po/bg.po, 730, 3046, 3238, 6, 9, 163, 395, 899, 3450 -po/it.po, 734, 3049, 3373, 10, 82, 155, 319, 899, 3450 -po/sr.po, 744, 3137, 3101, 2, 4, 153, 309, 899, 3450 -po/fa.po, 310, 707, 814, 3, 3, 586, 2740, 899, 3450 -po/ca.po, 752, 3147, 3780, 2, 4, 145, 299, 899, 3450 -po/sr@latin.po, 685, 2739, 2705, 65, 159, 149, 552, 899, 3450 -po/ms.po, 65, 92, 91, 1, 1, 833, 3357, 899, 3450 -po/si.po, 17, 21, 24, 4, 9, 878, 3420, 899, 3450 -po/br.po, 667, 2662, 3310, 4, 6, 228, 782, 899, 3450 -po/lt.po, 616, 2463, 2233, 1, 2, 282, 985, 899, 3450 -po/nb.po, 705, 2499, 2441, 6, 9, 188, 942, 899, 3450 -po/fr.po, 888, 3435, 4080, 4, 8, 7, 7, 899, 3450 -po/is.po, 146, 429, 408, 3, 7, 750, 3014, 899, 3450 -po/da.po, 752, 3147, 2893, 2, 4, 145, 299, 899, 3450 -po/hr.po, 212, 782, 737, 2, 3, 685, 2665, 899, 3450 -po/bn_IN.po, 727, 3039, 3388, 6, 9, 166, 402, 899, 3450 -po/kn.po, 729, 3043, 2758, 6, 9, 164, 398, 899, 3450 -po/mai.po, 48, 110, 119, 1, 1, 850, 3339, 899, 3450 -po/te.po, 730, 3046, 2621, 6, 9, 163, 395, 899, 3450 -po/en_GB.po, 729, 3043, 3046, 6, 9, 164, 398, 899, 3450 -po/ml.po, 730, 3046, 2604, 6, 9, 163, 395, 899, 3450 -po/zh_TW.po, 752, 3147, 1117, 2, 4, 145, 299, 899, 3450 -po/id.po, 752, 3147, 3015, 2, 4, 145, 299, 899, 3450 -po/hu.po, 752, 3147, 2855, 2, 4, 145, 299, 899, 3450 diff --git a/results/f30/systemd-241-7.gita2eaa1c.fc30.src.rpm.errors.txt b/results/f30/systemd-241-7.gita2eaa1c.fc30.src.rpm.errors.txt deleted file mode 100644 index 1559c38..0000000 --- a/results/f30/systemd-241-7.gita2eaa1c.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,7 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/polkit.loc) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/polkit.its) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv b/results/f30/systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv deleted file mode 100644 index b22d94b..0000000 --- a/results/f30/systemd-241-7.gita2eaa1c.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,30 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 113, 968, 154, 0, 0, 0, 0, 113, 968 -po/zh_CN.po, 112, 950, 135, 1, 18, 0, 0, 113, 968 -po/uk.po, 125, 1065, 858, 0, 0, 0, 0, 125, 1065 -po/tr.po, 133, 1131, 1022, 0, 0, 0, 0, 133, 1131 -po/sv.po, 121, 1041, 1020, 0, 0, 0, 0, 121, 1041 -po/sr.po, 127, 1090, 1250, 0, 0, 0, 0, 127, 1090 -po/sk.po, 46, 371, 353, 0, 0, 69, 614, 115, 985 -po/ru.po, 133, 1124, 1144, 0, 0, 0, 0, 133, 1124 -po/ro.po, 115, 985, 1054, 0, 0, 0, 0, 115, 985 -po/pt_BR.po, 133, 1124, 1209, 0, 0, 0, 0, 133, 1124 -po/pl.po, 133, 1131, 996, 0, 0, 0, 0, 133, 1131 -po/lt.po, 133, 1131, 1008, 0, 0, 0, 0, 133, 1131 -po/ko.po, 113, 968, 792, 0, 0, 0, 0, 113, 968 -po/ja.po, 133, 1131, 133, 0, 0, 0, 0, 133, 1131 -po/it.po, 133, 1131, 1157, 0, 0, 0, 0, 133, 1131 -po/id.po, 125, 1065, 953, 0, 0, 0, 0, 125, 1065 -po/hu.po, 115, 985, 786, 0, 0, 0, 0, 115, 985 -po/hr.po, 113, 968, 851, 0, 0, 0, 0, 113, 968 -po/gl.po, 113, 968, 1032, 0, 0, 0, 0, 113, 968 -po/fr.po, 133, 1131, 1256, 0, 0, 0, 0, 133, 1131 -po/es.po, 113, 968, 1123, 0, 0, 0, 0, 113, 968 -po/el.po, 68, 603, 650, 30, 272, 15, 93, 113, 968 -po/de.po, 113, 968, 972, 0, 0, 0, 0, 113, 968 -po/da.po, 113, 968, 990, 0, 0, 0, 0, 113, 968 -po/cs.po, 133, 1131, 1014, 0, 0, 0, 0, 133, 1131 -po/ca.po, 125, 1065, 1285, 0, 0, 0, 0, 125, 1065 -po/bg.po, 115, 985, 1112, 0, 0, 0, 0, 115, 985 -po/be@latin.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 -po/be.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 diff --git a/results/f30/tar-1.32-1.fc30.src.rpm.errors.txt b/results/f30/tar-1.32-1.fc30.src.rpm.errors.txt deleted file mode 100644 index a14c695..0000000 --- a/results/f30/tar-1.32-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,46 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 179: invalid continuation byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 5: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 19: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f30/tar-1.32-1.fc30.src.rpm.stats.csv b/results/f30/tar-1.32-1.fc30.src.rpm.stats.csv deleted file mode 100644 index ffc06d5..0000000 --- a/results/f30/tar-1.32-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,44 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.po, 589, 3626, 3546, 1, 19, 3, 11, 593, 3656 -po/pt.po, 589, 3626, 4003, 1, 19, 3, 11, 593, 3656 -po/ja.po, 589, 3626, 1645, 1, 19, 3, 11, 593, 3656 -po/eu.gmo, 343, 1774, 1731, 0, 0, 0, 0, 343, 1774 -po/nl.po, 589, 3626, 3790, 1, 19, 3, 11, 593, 3656 -po/ga.po, 589, 3626, 4541, 1, 19, 3, 11, 593, 3656 -po/fr.po, 572, 3484, 4471, 12, 111, 9, 61, 593, 3656 -po/et.po, 572, 3484, 3053, 12, 111, 9, 61, 593, 3656 -po/pt_BR.po, 589, 3626, 4217, 1, 19, 3, 11, 593, 3656 -po/sl.po, 557, 3392, 3664, 18, 133, 18, 131, 593, 3656 -po/ca.po, 589, 3626, 4589, 1, 19, 3, 11, 593, 3656 -po/ko.po, 572, 3484, 3106, 12, 111, 9, 61, 593, 3656 -po/fi.po, 522, 3079, 2643, 32, 238, 39, 339, 593, 3656 -po/hu.po, 589, 3626, 3746, 1, 19, 3, 11, 593, 3656 -po/el.po, 116, 557, 676, 111, 792, 366, 2307, 593, 3656 -po/el.gmo, 116, 557, 676, 0, 0, 0, 0, 116, 557 -po/eu.po, 343, 1774, 1731, 94, 654, 156, 1228, 593, 3656 -po/uk.po, 589, 3626, 3822, 1, 19, 3, 11, 593, 3656 -po/cs.po, 589, 3626, 3716, 1, 19, 3, 11, 593, 3656 -po/ro.po, 248, 1279, 1387, 151, 1090, 194, 1287, 593, 3656 -po/sv.po, 589, 3626, 3555, 1, 19, 3, 11, 593, 3656 -po/ky.po, 412, 2400, 2275, 91, 650, 90, 606, 593, 3656 -po/de.po, 589, 3626, 3589, 1, 19, 3, 11, 593, 3656 -po/bg.po, 589, 3626, 4451, 1, 19, 3, 11, 593, 3656 -po/ru.po, 589, 3626, 3646, 1, 19, 3, 11, 593, 3656 -po/it.po, 589, 3626, 4169, 1, 19, 3, 11, 593, 3656 -po/ms.po, 112, 545, 547, 110, 742, 371, 2369, 593, 3656 -po/tar.pot, 0, 0, 0, 0, 0, 593, 3656, 593, 3656 -po/vi.po, 589, 3626, 5437, 1, 19, 3, 11, 593, 3656 -po/zh_TW.po, 589, 3626, 1365, 1, 19, 3, 11, 593, 3656 -po/ms.gmo, 112, 545, 547, 0, 0, 0, 0, 112, 545 -po/nb.po, 589, 3626, 3612, 1, 19, 3, 11, 593, 3656 -po/eo.po, 589, 3626, 3594, 1, 19, 3, 11, 593, 3656 -po/fi.gmo, 522, 3079, 2643, 0, 0, 0, 0, 522, 3079 -po/sk.po, 117, 567, 620, 111, 792, 365, 2297, 593, 3656 -po/id.po, 557, 3392, 3502, 18, 133, 18, 131, 593, 3656 -po/gl.po, 117, 567, 723, 122, 855, 354, 2234, 593, 3656 -po/pl.po, 589, 3626, 3802, 1, 19, 3, 11, 593, 3656 -po/sr.po, 572, 3484, 3633, 12, 111, 9, 61, 593, 3656 -po/hr.po, 589, 3626, 3840, 1, 19, 3, 11, 593, 3656 -po/es.po, 589, 3626, 4645, 1, 19, 3, 11, 593, 3656 -po/tr.po, 572, 3484, 3126, 12, 111, 9, 61, 593, 3656 -po/zh_CN.po, 589, 3626, 1334, 1, 19, 3, 11, 593, 3656 diff --git a/results/f30/texlive-base-20180414-35.fc30.src.rpm.errors.txt b/results/f30/texlive-base-20180414-35.fc30.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f30/texlive-base-20180414-35.fc30.src.rpm.errors.txt +++ /dev/null diff --git a/results/f30/texlive-base-20180414-35.fc30.src.rpm.stats.csv b/results/f30/texlive-base-20180414-35.fc30.src.rpm.stats.csv deleted file mode 100644 index 7a1b0bf..0000000 --- a/results/f30/texlive-base-20180414-35.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texmf-dist/doc/support/latex-git-log/po/de.po, 3, 3, 3, 0, 0, 0, 0, 3, 3 diff --git a/results/f30/tigervnc-1.9.0-4.fc30.src.rpm.errors.txt b/results/f30/tigervnc-1.9.0-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 3a38dc0..0000000 --- a/results/f30/tigervnc-1.9.0-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f30/tigervnc-1.9.0-4.fc30.src.rpm.stats.csv b/results/f30/tigervnc-1.9.0-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 55d638b..0000000 --- a/results/f30/tigervnc-1.9.0-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,26 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 141, 616, 269, 0, 0, 0, 0, 141, 616 -po/vi.po, 157, 697, 1022, 0, 0, 0, 0, 157, 697 -po/uk.po, 157, 697, 745, 0, 0, 0, 0, 157, 697 -po/tr.po, 141, 616, 563, 0, 0, 0, 0, 141, 616 -po/tigervnc.pot, 0, 0, 0, 0, 0, 157, 697, 157, 697 -po/sv.po, 157, 697, 635, 0, 0, 0, 0, 157, 697 -po/sr.po, 141, 616, 644, 0, 0, 0, 0, 141, 616 -po/sk.po, 33, 82, 90, 13, 62, 109, 656, 155, 800 -po/ru.po, 157, 697, 681, 0, 0, 0, 0, 157, 697 -po/pt_BR.po, 157, 697, 827, 0, 0, 0, 0, 157, 697 -po/pl.po, 33, 82, 88, 13, 62, 109, 656, 155, 800 -po/nl.po, 141, 616, 608, 0, 0, 0, 0, 141, 616 -po/it.po, 70, 210, 238, 14, 62, 71, 528, 155, 800 -po/id.po, 141, 616, 639, 0, 0, 0, 0, 141, 616 -po/hu.po, 141, 616, 628, 0, 0, 0, 0, 141, 616 -po/fur.po, 139, 583, 712, 0, 0, 14, 88, 153, 671 -po/fr.po, 142, 624, 765, 0, 0, 0, 0, 142, 624 -po/fi.po, 154, 675, 524, 0, 0, 0, 0, 154, 675 -po/es.po, 141, 616, 703, 0, 0, 0, 0, 141, 616 -po/eo.po, 141, 616, 648, 0, 0, 0, 0, 141, 616 -po/el.po, 145, 684, 733, 8, 55, 7, 83, 160, 822 -po/de.po, 153, 671, 654, 0, 0, 0, 0, 153, 671 -po/da.po, 142, 624, 583, 0, 0, 0, 0, 142, 624 -po/cs.po, 157, 697, 702, 0, 0, 0, 0, 157, 697 -po/bg.po, 141, 616, 738, 0, 0, 0, 0, 141, 616 diff --git a/results/f30/todo_aresource.txt b/results/f30/todo_aresource.txt deleted file mode 100644 index 0166914..0000000 --- a/results/f30/todo_aresource.txt +++ /dev/null @@ -1,18 +0,0 @@ -soundtouch-2.1.1-2.fc30.src.rpm source/Android-lib/res/values-*/strings.xml -qt5-qtbase-5.12.1-2.fc30.src.rpm src/android/jar/res/values-*/strings.xml -qt5-qtbase-5.12.1-2.fc30.src.rpm src/android/java/res/values-*/strings.xml -espeak-ng-1.49.2-6.fc30.src.rpm android/res/values-*/strings.xml -espeak-ng-1.49.2-6.fc30.src.rpm android/eSpeakTests/res/values-*/strings.xml -espeak-ng-1.49.2-6.fc30.src.rpm android/res/values-*/strings.xml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/geckoview/src/androidTest/res/values-*/strings.xml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/geckoview_example/src/main/res/values-*/strings.xml -cogl-1.22.2-12.fc30.src.rpm examples/android/hello/res/values-*/strings.xml -freerdp-2.0.0-48.20190228gitce386c8.fc30.src.rpm client/Android/Studio/aFreeRDP/src/main/res/values-*/strings.xml -freerdp-2.0.0-48.20190228gitce386c8.fc30.src.rpm client/Android/Studio/freeRDPCore/src/main/res/values-*/strings.xml -SDL2-2.0.9-3.fc30.src.rpm android-project/app/src/main/res/values-*/strings.xml -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/mobile/android/geckoview/src/androidTest/res/values-*/strings.xml -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/mobile/android/geckoview_example/src/main/res/values-*/strings.xml -brltty-5.6-32.fc30.src.rpm Android/Application/res/values-*/strings.xml -brltty-5.6-32.fc30.src.rpm Android/Core/res/values-*/strings.xml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/geckoview/src/androidTest/res/values-*/strings.xml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/geckoview_example/src/main/res/values-*/strings.xml diff --git a/results/f30/todo_fluent.txt b/results/f30/todo_fluent.txt deleted file mode 100644 index 24b18c7..0000000 --- a/results/f30/todo_fluent.txt +++ /dev/null @@ -1,54 +0,0 @@ -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/branding/aurora/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/branding/nightly/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/branding/official/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/branding/unofficial/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/aboutDialog.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/aboutPolicies.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/aboutRestartRequired.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/aboutSessionRestore.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/branding/sync-brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/newtab/asrouter.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/newtab/onboarding.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/policies/policies-descriptions.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/applicationManager.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/blocklists.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/clearSiteData.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/colors.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/connection.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/containers.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/fonts.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/languages.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/permissions.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/preferences.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/selectBookmark.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/siteDataSettings.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/syncDisconnect.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/preferences/translation.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/safeMode.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/sanitize.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/browser/touchbar/touchbar.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/devtools/client/locales/*/application.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/devtools/startup/locales/*/aboutDevTools.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/branding/beta/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/branding/nightly/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/branding/official/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/mobile/android/branding/unofficial/locales/*/brand.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/security/manager/locales/*/security/certificates/certManager.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/security/manager/locales/*/security/certificates/deviceManager.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/crashreporter/aboutcrashes.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutAbout.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutAddons.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutConfig.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutNetworking.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutPerformance.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutPlugins.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutProfiles.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutServiceWorkers.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/aboutSupport.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/about/url-classifier.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/intl/languageNames.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/intl/regionNames.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/main-window/editmenu.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/main-window/findbar.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/preferences/preferences.ftl -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/toolkit/updates/history.ftl diff --git a/results/f30/todo_joomla.txt b/results/f30/todo_joomla.txt deleted file mode 100644 index 76f92ce..0000000 --- a/results/f30/todo_joomla.txt +++ /dev/null @@ -1,493 +0,0 @@ -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/crashreporter/crashreporter-override.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/updater/updater.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/accelerometer/Accelerometer-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/accelerometer/Accelerometer-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/accelerometer/Accelerometer-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/ambient-light/AmbientLightSensor-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/ambient-light/AmbientLightSensor-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/ambient-light/AmbientLightSensor-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/getDescriptor/gen-characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/getDescriptor/gen-service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/getDescriptors/gen-characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/getDescriptors/gen-service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/notifications/characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/notifications/service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/readValue/characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/readValue/event-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/readValue/gen-characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/readValue/service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/startNotifications/gen-characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/writeValue/characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/writeValue/gen-characteristic-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/characteristic/writeValue/service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/descriptor/readValue/gen-service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/descriptor/writeValue/gen-service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/device/gattserverdisconnected-event/one-event-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/service/getCharacteristic/gen-service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/bluetooth/service/getCharacteristics/gen-service-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/client-hints/accept_*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/client-hints/http_equiv_accept_*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/content-security-policy/base-uri/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/content-security-policy/connect-src/connect-src-eventsource-redirect-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/content-security-policy/generic/policy-inherited-correctly-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/content-security-policy/navigate-to/spv-only-sent-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/content-security-policy/navigation/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-abspos-between-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-abspos-between-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-004.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-005.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-006.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-007.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-008.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-009.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-010.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-011.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-012.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-013.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-basic-018.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-block-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-breaking-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-breaking-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-clear-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-clear-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-abspos-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-block-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-block-005.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-block-inside-inline-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-float-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-004.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-005.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-006.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-007.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-block-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-inline-table-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-relpos-block-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-*-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-caption-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-cell-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-column-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-column-group-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-inside-inline-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-row-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-contains-table-row-group-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-display-none-between-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-display-none-between-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-fixedpos-between-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-fixedpos-between-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-float-between-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-float-between-002.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-inherit-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-inline-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-inline-block-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-inline-table-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-listitem-between-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-listitem-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-relpos-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-replaced-001.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-restyle-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-run-in-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-run-in-between-004.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-run-in-between-005.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-run-in-between-006.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-run-in-between-007.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-table-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-table-cell-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-table-row-between-003.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-text-between-004.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-display/*/*-text-between-005.xht.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-flexbox/table-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-multicol/multicol-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-multicol/orthogonal-writing-mode-shrink-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-scroll-snap/snap-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-tables/html-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-cj-loose.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-cj-normal.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-cj-strict.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-cpm-loose.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-hyphens-loose.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-hyphens-normal.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-hyphens-strict.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-in-loose.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-iteration-loose.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-iteration-normal.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-iteration-strict.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-po-loose.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-po-normal.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/i18n/*/css-text-line-break-*-po-strict.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-text/word-break/word-break-normal-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-transforms/transform-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-transforms/transform-fixed-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-transforms/transform-origin/svg-origin-length-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-transforms/transform-root-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-transforms/transform-transformed-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-values/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-variables/variable-animation-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-variables/variable-transitions-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-writing-modes/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-writing-modes/float-shrink-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/css-writing-modes/orthogonal-parent-shrink-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/backgrounds/background-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/backgrounds/background-attachment-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/backgrounds/background-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/backgrounds/background-color-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/backgrounds/background-image-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/backgrounds/background-position-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/backgrounds/background-repeat-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/borders/border-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/borders/border-color-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/borders/border-width-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/css1/c548-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/css1/c5512-brdr-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/floats-clear/clear-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/fonts/font-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/normal-flow/max-height-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/normal-flow/max-width-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/normal-flow/min-height-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/normal-flow/min-width-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/normal-flow/width-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/ui/outline-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/ui/outline-color-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/ui/outline-style-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/CSS2/ui/outline-width-applies-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/cssom-view/getClientRects-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/filter-effects/filtered-html-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/filter-effects/filtered-inline-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/css/selectors/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/custom-elements/parser/parser-fallsback-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/__dir__.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/backcolor.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/bold.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/createlink.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/delete-list-items-in-table-cell.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/delete.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/fontname.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/fontsize.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/forecolor.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/formatblock.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/forwarddelete.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/hilitecolor.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/indent.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/insert-list-items-in-table-cell.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/inserthorizontalrule.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/inserthtml.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/insertimage.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/insertlinebreak.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/insertorderedlist.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/insertparagraph.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/inserttext.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/insertunorderedlist.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/italic.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/justifycenter.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/justifyfull.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/justifyleft.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/justifyright.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/misc.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/multitest.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/outdent.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/removeformat.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/strikethrough.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/subscript.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/superscript.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/underline.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/editing/*/unlink.html.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/encrypted-media/clearkey-mp4-setmediakeys-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/encrypted-media/drm-mp4-setmediakeys-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/feature-policy/payment-allowed-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/feature-policy/payment-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/feature-policy/picture-in-picture-allowed-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/feature-policy/picture-in-picture-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/fetch/api/redirect/redirect-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/fetch/corb/img-png-mislabeled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/fetch/corb/preload-image-png-mislabeled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/fetch/security/redirect-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/geolocation-sensor/GeolocationSensor-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/geolocation-sensor/GeolocationSensor-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/geolocation-sensor/GeolocationSensor-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/gyroscope/Gyroscope-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/gyroscope/Gyroscope-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/gyroscope/Gyroscope-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/infrastructure/urls/terminology-0/document-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/rendering/non-replaced-elements/lists/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/media-elements/autoplay-allowed-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/media-elements/autoplay-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/media-elements/playing-the-media-resource/pause-move-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/media-elements/seeking/seek-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/document-adopt-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/update-the-image-data/fail-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/forms/the-form-element/form-action-reflection-with-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/forms/the-label-element/proxy-click-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/grouping-content/the-li-element/grouping-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/inert-node-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/imagebitmap-renderingcontext/bitmaprenderer-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/inert/inert-node-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/magnetometer/Magnetometer-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/magnetometer/Magnetometer-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/magnetometer/Magnetometer-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/media-source/mediasource-config-change-mp4-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/media-source/mediasource-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/orientation-sensor/AbsoluteOrientationSensor-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/orientation-sensor/AbsoluteOrientationSensor-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/orientation-sensor/AbsoluteOrientationSensor-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/orientation-sensor/RelativeOrientationSensor-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/orientation-sensor/RelativeOrientationSensor-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/orientation-sensor/RelativeOrientationSensor-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/paint-timing/first-contentful-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/paint-timing/first-paint-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/payment-request/payment-request-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/pointerevents/pointerevent_pointermove_isprimary_same_*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/resource-timing/buffer-full-set-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/service-workers/service-worker/fetch-request-css-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/service-workers/service-worker/postmessage-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/service-workers/service-worker/xsl-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/shadow-dom/scroll-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/signed-exchange/fallback-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/svg/geometry/parsing/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/trusted-types/block-string-assignment-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/wake-lock/wakelock-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/wake-lock/wakelock-enabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/wake-lock/wakelock-enabled-on-self-origin-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/wake-lock/wakelock-state-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/wake-lock/wakelockrequest-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/web-animations/animation-model/animation-types/accumulation-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/web-animations/animation-model/animation-types/addition-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/web-animations/animation-model/animation-types/interpolation-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/websockets/bufferedAmount-unchanged-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/webusb/usb-allowed-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/webusb/usb-disabled-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/align_center_position_*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/line_0_*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/selectors/default_styles/inherit_*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/testing/web-platform/meta/xhr/send-redirect-*.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/third_party/python/pytest/doc/*/pytest.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/crashreporter/crashreporter.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/cslatex/*/cslatex.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/csplain/*/cseplain.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/csplain/*/csplain-utf8.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/csplain/*/csplain.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/csplain/*/luaplain.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/csplain/*/xeplain.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/fontinst/*/fontinst.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/jadetex/*/jadetex.ini -texlive-base-20180414-35.fc30.src.rpm texmf-dist/tex/jadetex/*/pdfjadetex.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/browser/locales/*/crashreporter/crashreporter-override.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/browser/locales/*/updater/updater.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/accelerometer/Accelerometer-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/accelerometer/Accelerometer-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/accelerometer/Accelerometer-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/ambient-light/AmbientLightSensor-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/ambient-light/AmbientLightSensor-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/ambient-light/AmbientLightSensor-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/content-security-policy/base-uri/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/content-security-policy/connect-src/connect-src-eventsource-redirect-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/content-security-policy/generic/policy-inherited-correctly-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/content-security-policy/navigation/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-abspos-between-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-abspos-between-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-004.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-005.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-006.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-007.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-008.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-009.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-010.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-011.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-012.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-013.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-basic-018.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-block-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-breaking-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-breaking-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-clear-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-clear-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-abspos-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-block-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-block-005.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-block-inside-inline-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-float-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-004.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-005.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-006.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-007.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-block-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-inline-table-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-relpos-block-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-*-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-caption-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-cell-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-column-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-column-group-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-inside-inline-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-row-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-contains-table-row-group-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-display-none-between-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-display-none-between-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-fixedpos-between-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-fixedpos-between-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-float-between-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-float-between-002.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-inherit-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-inline-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-inline-block-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-inline-table-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-listitem-between-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-listitem-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-relpos-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-replaced-001.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-restyle-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-run-in-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-run-in-between-004.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-run-in-between-005.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-run-in-between-006.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-run-in-between-007.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-table-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-table-cell-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-table-row-between-003.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-text-between-004.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-display/*/*-text-between-005.xht.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-flexbox/table-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-multicol/multicol-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-scroll-anchoring/abspos-contributes-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-tables/html-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-text/word-break/word-break-normal-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-transforms/transform-fixed-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-transforms/transform-origin/svg-origin-length-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-transforms/transform-root-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-values/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-variables/variable-animation-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-variables/variable-transitions-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-writing-modes/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/css-writing-modes/orthogonal-parent-shrink-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/CSS2/fonts/font-family-applies-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/CSS2/margin-padding-clear/margin-bottom-applies-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/CSS2/normal-flow/width-applies-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/CSS2/ui/outline-applies-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/CSS2/ui/outline-color-applies-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/CSS2/ui/outline-style-applies-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/CSS2/ui/outline-width-applies-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/css/vendor-imports/mozilla/mozilla-central-reftests/masking/mask-mode-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/custom-elements/custom-element-registry/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/custom-elements/parser/parser-fallsback-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/custom-elements/parser/parser-uses-create-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/backcolor.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/bold.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/createlink.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/delete-list-items-in-table-cell.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/delete.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/fontname.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/fontsize.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/forecolor.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/formatblock.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/forwarddelete.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/hilitecolor.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/indent.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/insert-list-items-in-table-cell.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/inserthorizontalrule.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/inserthtml.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/insertimage.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/insertlinebreak.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/insertorderedlist.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/insertparagraph.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/inserttext.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/insertunorderedlist.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/italic.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/justifycenter.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/justifyfull.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/justifyleft.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/justifyright.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/misc.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/multitest.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/outdent.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/removeformat.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/strikethrough.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/subscript.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/superscript.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/underline.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/editing/*/unlink.html.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/encrypted-media/drm-mp4-setmediakeys-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/feature-policy/payment-allowed-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/feature-policy/payment-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/fetch/api/redirect/redirect-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/fetch/security/redirect-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/geolocation-sensor/GeolocationSensor-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/geolocation-sensor/GeolocationSensor-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/geolocation-sensor/GeolocationSensor-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/gyroscope/Gyroscope-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/gyroscope/Gyroscope-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/gyroscope/Gyroscope-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/browsers/history/the-location-interface/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/infrastructure/urls/terminology-0/document-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/rendering/non-replaced-elements/lists/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/document-metadata/the-base-element/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-mode-not-changed-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/document-adopt-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/embedded-content/the-img-element/update-the-image-data/fail-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/grouping-content/the-li-element/grouping-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/interactive-elements/the-dialog-element/inert-node-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/imagebitmap-renderingcontext/bitmaprenderer-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/magnetometer/Magnetometer-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/magnetometer/Magnetometer-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/magnetometer/Magnetometer-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/mathml/presentation-markup/operators/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/media-source/mediasource-config-change-mp4-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/media-source/mediasource-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/navigation-timing/nav2_test_unique_*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/orientation-sensor/AbsoluteOrientationSensor-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/orientation-sensor/AbsoluteOrientationSensor-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/orientation-sensor/AbsoluteOrientationSensor-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/orientation-sensor/RelativeOrientationSensor-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/orientation-sensor/RelativeOrientationSensor-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/orientation-sensor/RelativeOrientationSensor-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/paint-timing/first-contentful-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/paint-timing/first-paint-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/payment-request/payment-request-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/service-workers/service-worker/fetch-request-css-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/shadow-dom/Extensions-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/trusted-types/block-string-assignment-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/wake-lock/wakelock-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/wake-lock/wakelock-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/wake-lock/wakelock-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/wake-lock/wakelock-state-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/wake-lock/wakelockrequest-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/web-animations/animation-model/animation-types/accumulation-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/web-animations/animation-model/animation-types/addition-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/web-animations/animation-model/animation-types/interpolation-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webusb/usb-allowed-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webusb/usb-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webvr/webvr-disabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webvr/webvr-enabled-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webvr/webvr-enabled-on-self-origin-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/align_middle_position_*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/line_0_*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/webvtt/rendering/cues-with-video/processing-model/selectors/default_styles/inherit_*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/testing/web-platform/meta/xhr/send-redirect-*.ini -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/toolkit/locales/*/crashreporter/crashreporter.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/crashreporter/crashreporter-override.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/locales/*/updater/updater.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/third_party/python/pytest/doc/*/pytest.ini -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/toolkit/locales/*/crashreporter/crashreporter.ini diff --git a/results/f30/todo_json-nested.txt b/results/f30/todo_json-nested.txt deleted file mode 100644 index fc430ae..0000000 --- a/results/f30/todo_json-nested.txt +++ /dev/null @@ -1,14 +0,0 @@ -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/extensions/screenshots/_locales/*/messages.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_False_arm_freebsd.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_False_arm_linux.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_False_arm_netbsd.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_False_arm_openbsd.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_True_arm_freebsd.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_True_arm_linux.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_True_arm_netbsd.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/*_True_arm_openbsd.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/x64_False_*_android.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/x64_False_x64_*.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/x64_True_*_android.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/media/webrtc/gn-configs/x64_True_x64_*.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/third_party/rust/*/.cargo-checksum.json diff --git a/results/f30/todo_po-mono.txt b/results/f30/todo_po-mono.txt deleted file mode 100644 index 0114dcf..0000000 --- a/results/f30/todo_po-mono.txt +++ /dev/null @@ -1,8 +0,0 @@ -iso-codes-4.2-2.fc30.src.rpm iso_3166-2/*.po -cups-pk-helper-0.2.6-7.fc30.src.rpm po/*.po -gtk3-3.24.8-1.fc30.src.rpm po-properties/*.po -gtk3-3.24.8-1.fc30.src.rpm po/*.po -libsmbios-2.4.2-3.fc30.src.rpm po/*.po -sos-3.7-1.fc30.src.rpm po/*.po -gnome-control-center-3.32.1-2.fc30.src.rpm po/*.po -gnome-desktop3-3.32.1-2.fc30.src.rpm po/*.po diff --git a/results/f30/todo_properties-utf8.txt b/results/f30/todo_properties-utf8.txt deleted file mode 100644 index a437ae2..0000000 --- a/results/f30/todo_properties-utf8.txt +++ /dev/null @@ -1 +0,0 @@ -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/dom/locales/*/chrome/layout/layout_errors.properties diff --git a/results/f30/todo_properties.txt b/results/f30/todo_properties.txt deleted file mode 100644 index 6c687f8..0000000 --- a/results/f30/todo_properties.txt +++ /dev/null @@ -1,108 +0,0 @@ -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm corba/src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/DatatypeMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/DOMMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/JAXPValidationMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/SAXMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XIncludeMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XMLMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XMLSchemaMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XMLSerializerMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/XPointerMessages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/message_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/ap/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/configuration_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/generator_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/javacompiler_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/model_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/modeler_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/processor_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/util_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/webserviceap_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wscompile_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/resources/wsdl_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/util/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/util/MessageBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/marshaller/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/client/p2p/LocalStrings_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/LocalStrings_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/LocalStrings_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/name/LocalStrings_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/LocalStrings_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/LocalStrings_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/LocalStrings_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/addressing_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/bindingApi_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/client_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/dispatch_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/encoding_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/handler_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/httpserver_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/management_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/modeler_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/policy_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/providerApi_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/sender_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/server_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/soap_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/streaming_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/util_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/wsdlmodel_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/wsservlet_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/xmlmessage_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/Messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/macosx/classes/com/apple/laf/resources/aqua_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/accessibility/internal/resources/accessibility_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/java/swing/plaf/gtk/resources/gtk_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/java/swing/plaf/motif/resources/motif_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/java/swing/plaf/windows/resources/windows_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/rowset/RowSetResourceBundle_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/swing/internal/plaf/basic/resources/basic_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/swing/internal/plaf/metal/resources/metal_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/swing/internal/plaf/synth/resources/synth_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/com/sun/tools/jdi/resources/jdi_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/awt/resources/awt_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/launcher/resources/launcher_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/management/resources/agent_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/print/resources/serviceui_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/rmi/registry/resources/rmiregistry_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/rmi/rmic/resources/rmic_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/rmi/server/resources/rmid_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/tools/jar/resources/jar_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/tools/javac/resources/javac_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/tools/jconsole/resources/messages_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/tools/serialver/serialver_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/classes/sun/util/logging/resources/logging_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/demo/jfc/CodePointIM/resources/codepoint_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/share/demo/jfc/Notepad/resources/Notepad_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm jdk/src/windows/classes/sun/awt/windows/awtLocalization_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/doclint/resources/doclint_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/javac/resources/compiler_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/javac/resources/javac_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/javadoc/resources/javadoc_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/javah/resources/l10n_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/javap/resources/javap_*.properties -java-1.8.0-openjdk-1.8.0.201.b09-6.fc30.src.rpm langtools/src/share/classes/com/sun/tools/jdeps/resources/jdeps_*.properties diff --git a/results/f30/todo_strings.txt b/results/f30/todo_strings.txt deleted file mode 100644 index 7487a17..0000000 --- a/results/f30/todo_strings.txt +++ /dev/null @@ -1,5 +0,0 @@ -tbb-2019.5-1.fc30.src.rpm examples/common/gui/xcode/tbbExample/*.lproj/InfoPlist.strings -gcc-9.0.1-0.10.fc30.src.rpm contrib/regression/GCC_Regression_Tester.wdgt/*.lproj/InfoPlist.strings -freerdp-2.0.0-48.20190228gitce386c8.fc30.src.rpm client/iOS/Resources/*.lproj/Localizable.strings -freerdp-2.0.0-48.20190228gitce386c8.fc30.src.rpm client/Mac/cli/*.lproj/InfoPlist.strings -freerdp-2.0.0-48.20190228gitce386c8.fc30.src.rpm client/Mac/*.lproj/InfoPlist.strings diff --git a/results/f30/todo_webextension.txt b/results/f30/todo_webextension.txt deleted file mode 100644 index 3c181ca..0000000 --- a/results/f30/todo_webextension.txt +++ /dev/null @@ -1,8 +0,0 @@ -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/extensions/screenshots/_locales/*/messages.json -mozjs60-60.4.0-5.fc30.src.rpm firefox-60.4.0/browser/extensions/screenshots/webextension/_locales/*/messages.json -chrome-gnome-shell-10.1-4.fc30.src.rpm extension/_locales/*/messages.json -chrome-gnome-shell-10.1-4.fc30.src.rpm extension/_locales/*/messages.json -chrome-gnome-shell-10.1-4.fc30.src.rpm extension/_locales/*/messages.json -chrome-gnome-shell-10.1-4.fc30.src.rpm extension/_locales/*/messages.json -chrome-gnome-shell-10.1-4.fc30.src.rpm extension/_locales/*/messages.json -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/browser/extensions/screenshots/_locales/*/messages.json diff --git a/results/f30/todo_yaml.txt b/results/f30/todo_yaml.txt deleted file mode 100644 index 96561be..0000000 --- a/results/f30/todo_yaml.txt +++ /dev/null @@ -1,17 +0,0 @@ -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/third_party/python/pytest/doc/*/example/nonpython/test_simple.yml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/*/*-dist-bug-ref.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/*/*-dist-bug.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/*/rounded-rects.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/backface/backface-*.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/border/no-*.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/filters/srgb-*-linear-2.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/filters/srgb-*-linear-ref.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/filters/srgb-*-linear.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/image/tile-repeat-prim-*-decompose-ref.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/image/tile-repeat-prim-*-decompose.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/mask/mask-transformed-*-empty-rect-ref.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/mask/mask-transformed-*-empty-rect.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/text/*-color-ref.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/text/*-color.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/text/transparent-no-*-ref.yaml -firefox-66.0.2-1.fc30.src.rpm firefox-66.0.2/gfx/wr/wrench/reftests/text/transparent-no-*.yaml diff --git a/results/f30/totem-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/totem-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index fc15dec..0000000 --- a/results/f30/totem-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,33 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/dvd-nautilus.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/dvd-nautilus.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/dvd-gnome-notification.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-zoom.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-subtitles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-DVD.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-Audio-CD.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/supported-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/subtitles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/sound-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/screenshot.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/screenshot-gallery.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/playing-DVD.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/file-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/volume-button-slider.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/org.gnome.Totem.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/dvd-nautilus.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/dvd-gnome-notification.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/channels.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/adjust-speed.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/totem-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/totem-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index d46951a..0000000 --- a/results/f30/totem-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,129 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -help/zh_HK/zh_HK.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -help/zh_CN/zh_CN.po, 265, 4552, 642, 0, 0, 0, 0, 265, 4552 -help/uk/uk.po, 265, 4552, 3870, 0, 0, 0, 0, 265, 4552 -help/te/te.po, 20, 38, 39, 0, 0, 245, 4514, 265, 4552 -help/sv/sv.po, 157, 1830, 1696, 0, 0, 0, 0, 157, 1830 -help/sl/sl.po, 9, 26, 26, 0, 0, 256, 4526, 265, 4552 -help/ru/ru.po, 265, 4552, 3628, 0, 0, 0, 0, 265, 4552 -help/ro/ro.po, 252, 4680, 4745, 0, 0, 0, 0, 252, 4680 -help/pt_BR/pt_BR.po, 252, 4680, 5191, 0, 0, 0, 0, 252, 4680 -help/pl/pl.po, 159, 1850, 1573, 0, 0, 0, 0, 159, 1850 -help/pa/pa.po, 112, 909, 925, 0, 0, 80, 1468, 192, 2377 -help/oc/oc.po, 47, 122, 142, 0, 0, 143, 2472, 190, 2594 -help/nb/nb.po, 193, 3238, 2513, 44, 1388, 15, 54, 252, 4680 -help/ja/ja.po, 123, 1153, 464, 68, 1654, 74, 1745, 265, 4552 -help/it/it.po, 235, 3534, 3430, 30, 1013, 0, 0, 265, 4547 -help/id/id.po, 252, 4680, 4206, 0, 0, 0, 0, 252, 4680 -help/hu/hu.po, 159, 1850, 1622, 0, 0, 0, 0, 159, 1850 -help/hr/hr.po, 183, 2843, 2470, 0, 0, 69, 1817, 252, 4660 -help/gl/gl.po, 252, 4680, 5068, 0, 0, 0, 0, 252, 4680 -help/fr/fr.po, 252, 4680, 5147, 0, 0, 0, 0, 252, 4680 -help/fi/fi.po, 202, 3420, 2117, 38, 1212, 12, 48, 252, 4680 -help/eu/eu.po, 190, 2594, 1955, 0, 0, 0, 0, 190, 2594 -help/es/es.po, 54, 128, 173, 5, 37, 100, 1685, 159, 1850 -help/en_GB/en_GB.po, 263, 4493, 4500, 0, 0, 0, 0, 263, 4493 -help/el/el.po, 252, 4660, 5021, 0, 0, 0, 0, 252, 4660 -help/de/de.po, 155, 1802, 1835, 1, 16, 2, 8, 158, 1826 -help/da/da.po, 252, 4660, 4003, 0, 0, 0, 0, 252, 4660 -help/cs/cs.po, 252, 4680, 3981, 0, 0, 0, 0, 252, 4680 -help/ca/ca.po, 252, 4659, 5400, 0, 0, 0, 0, 252, 4659 -help/bg/bg.po, 0, 0, 0, 0, 0, 265, 4552, 265, 4552 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 522, 2066, 1754, 10, 71, 46, 392, 578, 2529 -po/zh_TW.po, 390, 1374, 524, 0, 0, 0, 0, 390, 1374 -po/zh_HK.po, 347, 1241, 466, 5, 64, 0, 0, 352, 1305 -po/zh_CN.po, 389, 1327, 514, 0, 0, 0, 0, 389, 1327 -po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -po/vi.po, 388, 1383, 1836, 0, 0, 0, 0, 388, 1383 -po/uk.po, 396, 1398, 1242, 0, 0, 0, 0, 396, 1398 -po/ug.po, 521, 2040, 1792, 0, 0, 0, 0, 521, 2040 -po/tr.po, 391, 1403, 1172, 0, 0, 0, 0, 391, 1403 -po/th.po, 352, 1305, 514, 0, 0, 0, 0, 352, 1305 -po/tg.po, 302, 716, 731, 0, 0, 50, 589, 352, 1305 -po/te.po, 384, 1446, 1222, 0, 0, 0, 0, 384, 1446 -po/ta.po, 384, 1446, 1258, 0, 0, 0, 0, 384, 1446 -po/sv.po, 388, 1383, 1274, 0, 0, 0, 0, 388, 1383 -po/sr@latin.po, 396, 1398, 1450, 0, 0, 0, 0, 396, 1398 -po/sr.po, 388, 1383, 1431, 0, 0, 0, 0, 388, 1383 -po/sq.po, 501, 2361, 2581, 0, 0, 0, 0, 501, 2361 -po/sl.po, 388, 1383, 1387, 0, 0, 0, 0, 388, 1383 -po/sk.po, 391, 1335, 1352, 0, 0, 0, 0, 391, 1335 -po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -po/ru.po, 391, 1403, 1281, 0, 0, 0, 0, 391, 1403 -po/ro.po, 391, 1403, 1486, 0, 0, 0, 0, 391, 1403 -po/pt_BR.po, 391, 1403, 1561, 0, 0, 0, 0, 391, 1403 -po/pt.po, 392, 1390, 1531, 0, 0, 0, 0, 392, 1390 -po/pl.po, 391, 1403, 1342, 0, 0, 0, 0, 391, 1403 -po/pa.po, 384, 1449, 1562, 0, 0, 0, 0, 384, 1449 -po/or.po, 522, 2043, 2124, 0, 0, 0, 0, 522, 2043 -po/oc.po, 372, 1243, 1427, 0, 0, 10, 130, 382, 1373 -po/nn.po, 579, 2537, 2390, 0, 0, 2, 22, 581, 2559 -po/nl.po, 391, 1403, 1332, 0, 0, 0, 0, 391, 1403 -po/ne.po, 300, 706, 697, 54, 303, 35, 318, 389, 1327 -po/nb.po, 391, 1335, 1307, 0, 0, 0, 0, 391, 1335 -po/my.po, 189, 434, 361, 29, 80, 365, 2053, 583, 2567 -po/ms.po, 226, 685, 619, 141, 430, 225, 1496, 592, 2611 -po/mr.po, 384, 1446, 1342, 0, 0, 0, 0, 384, 1446 -po/ml.po, 391, 1335, 1092, 0, 0, 0, 0, 391, 1335 -po/mk.po, 561, 2453, 2562, 0, 0, 0, 0, 561, 2453 -po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -po/mai.po, 379, 1486, 1553, 0, 0, 221, 1328, 600, 2814 -po/lv.po, 388, 1383, 1215, 0, 0, 0, 0, 388, 1383 -po/lt.po, 388, 1383, 1214, 0, 0, 0, 0, 388, 1383 -po/ky.po, 186, 291, 287, 0, 0, 337, 1759, 523, 2050 -po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -po/ko.po, 388, 1383, 1118, 0, 0, 0, 0, 388, 1383 -po/kn.po, 384, 1446, 1268, 0, 0, 0, 0, 384, 1446 -po/km.po, 523, 2050, 929, 0, 0, 0, 0, 523, 2050 -po/kk.po, 364, 1145, 969, 0, 0, 26, 229, 390, 1374 -po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -po/ja.po, 377, 1327, 485, 0, 0, 14, 76, 391, 1403 -po/it.po, 396, 1398, 1475, 0, 0, 0, 0, 396, 1398 -po/is.po, 391, 1335, 1313, 0, 0, 0, 0, 391, 1335 -po/id.po, 391, 1403, 1276, 0, 0, 0, 0, 391, 1403 -po/hu.po, 391, 1403, 1200, 0, 0, 0, 0, 391, 1403 -po/hr.po, 389, 1327, 1275, 0, 0, 0, 0, 389, 1327 -po/hi.po, 384, 1446, 1652, 0, 0, 0, 0, 384, 1446 -po/he.po, 392, 1390, 1321, 0, 0, 0, 0, 392, 1390 -po/gv.po, 530, 2169, 2630, 0, 0, 57, 416, 587, 2585 -po/gu.po, 391, 1389, 1486, 0, 0, 0, 0, 391, 1389 -po/gl.po, 388, 1383, 1574, 0, 0, 0, 0, 388, 1383 -po/gd.po, 389, 1327, 1800, 0, 0, 0, 0, 389, 1327 -po/ga.po, 303, 698, 769, 13, 69, 121, 938, 437, 1705 -po/fur.po, 388, 1383, 1533, 0, 0, 0, 0, 388, 1383 -po/fr.po, 391, 1403, 1637, 0, 0, 0, 0, 391, 1403 -po/fi.po, 391, 1403, 1077, 0, 0, 0, 0, 391, 1403 -po/fa.po, 389, 1327, 1416, 0, 0, 0, 0, 389, 1327 -po/eu.po, 391, 1403, 1225, 0, 0, 0, 0, 391, 1403 -po/et.po, 389, 1327, 1091, 0, 0, 0, 0, 389, 1327 -po/es.po, 391, 1403, 1590, 0, 0, 0, 0, 391, 1403 -po/eo.po, 389, 1327, 1183, 0, 0, 0, 0, 389, 1327 -po/en_GB.po, 389, 1327, 1324, 0, 0, 0, 0, 389, 1327 -po/en_CA.po, 561, 2453, 2456, 0, 0, 0, 0, 561, 2453 -po/en@shaw.po, 456, 1699, 1699, 131, 891, 0, 0, 587, 2590 -po/el.po, 390, 1374, 1432, 0, 0, 0, 0, 390, 1374 -po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -po/de.po, 388, 1383, 1302, 0, 0, 0, 0, 388, 1383 -po/da.po, 388, 1383, 1252, 0, 0, 0, 0, 388, 1383 -po/cy.po, 300, 1388, 1457, 82, 287, 96, 605, 478, 2280 -po/cs.po, 388, 1383, 1334, 0, 0, 0, 0, 388, 1383 -po/crh.po, 520, 2035, 1755, 0, 0, 0, 0, 520, 2035 -po/ca@valencia.po, 389, 1327, 1580, 0, 0, 0, 0, 389, 1327 -po/ca.po, 388, 1364, 1618, 0, 0, 2, 8, 390, 1372 -po/bs.po, 385, 1449, 1405, 0, 0, 0, 0, 385, 1449 -po/br.po, 353, 924, 1062, 13, 63, 237, 1712, 603, 2699 -po/bn_IN.po, 384, 1446, 1515, 0, 0, 0, 0, 384, 1446 -po/bn.po, 592, 2611, 2766, 0, 0, 0, 0, 592, 2611 -po/bg.po, 389, 1327, 1445, 0, 0, 0, 0, 389, 1327 -po/be@latin.po, 596, 2707, 2363, 3, 35, 1, 72, 600, 2814 -po/be.po, 391, 1335, 1247, 0, 0, 0, 0, 391, 1335 -po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -po/ast.po, 560, 2420, 2717, 0, 0, 1, 21, 561, 2441 -po/as.po, 384, 1446, 1463, 0, 0, 0, 0, 384, 1446 -po/ar.po, 501, 1962, 1912, 0, 0, 0, 0, 501, 1962 -po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -po/af.po, 396, 1350, 1362, 0, 0, 2, 57, 398, 1407 diff --git a/results/f30/totem-pl-parser-3.26.3-1.fc30.src.rpm.errors.txt b/results/f30/totem-pl-parser-3.26.3-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 7e938f4..0000000 --- a/results/f30/totem-pl-parser-3.26.3-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv b/results/f30/totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv deleted file mode 100644 index e25eaef..0000000 --- a/results/f30/totem-pl-parser-3.26.3-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,97 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -po/zh_HK.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -po/zh_CN.po, 8, 29, 12, 0, 0, 0, 0, 8, 29 -po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -po/vi.po, 7, 28, 35, 0, 0, 0, 0, 7, 28 -po/uz@cyrillic.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/uk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/ug.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -po/tr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/th.po, 7, 28, 10, 0, 0, 0, 0, 7, 28 -po/tg.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/te.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -po/ta.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -po/sv.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/sr@latin.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/sr.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/sq.po, 8, 35, 32, 0, 0, 0, 0, 8, 35 -po/sl.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/sk.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -po/ru.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/ro.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -po/pt_BR.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -po/pt.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/ps.po, 7, 28, 40, 0, 0, 0, 0, 7, 28 -po/pl.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/pa.po, 8, 29, 33, 0, 0, 0, 0, 8, 29 -po/or.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -po/oc.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -po/nn.po, 7, 28, 24, 0, 0, 0, 0, 7, 28 -po/nl.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/ne.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/nds.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -po/nb.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/ms.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/mr.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -po/mn.po, 7, 28, 25, 0, 0, 0, 0, 7, 28 -po/ml.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/mk.po, 8, 35, 33, 0, 0, 0, 0, 8, 35 -po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -po/mai.po, 5, 17, 13, 0, 0, 2, 11, 7, 28 -po/lv.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/lt.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -po/ko.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/kn.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/km.po, 7, 28, 14, 0, 0, 0, 0, 7, 28 -po/kk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -po/ja.po, 8, 29, 13, 0, 0, 0, 0, 8, 29 -po/it.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/is.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -po/id.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -po/hu.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/hr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/hi.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -po/he.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/gu.po, 7, 28, 26, 0, 0, 0, 0, 7, 28 -po/gl.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -po/gd.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/ga.po, 7, 28, 29, 0, 0, 0, 0, 7, 28 -po/fur.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/fr.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/fi.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -po/fa.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/eu.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/et.po, 8, 29, 20, 0, 0, 0, 0, 8, 29 -po/es.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -po/eo.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/en_GB.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -po/en_CA.po, 372, 1795, 1810, 0, 0, 0, 0, 372, 1795 -po/en@shaw.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/el.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -po/de.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/da.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -po/cy.po, 7, 28, 33, 0, 0, 0, 0, 7, 28 -po/cs.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/ca@valencia.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -po/ca.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -po/bs.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/br.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -po/bn_IN.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/bn.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/bg.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/be@latin.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -po/be.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -po/ast.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/as.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/ar.po, 7, 28, 22, 0, 0, 0, 0, 7, 28 -po/an.po, 8, 29, 36, 0, 0, 0, 0, 8, 29 -po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -po/af.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 diff --git a/results/f30/tracker-2.2.1-1.fc30.src.rpm.errors.txt b/results/f30/tracker-2.2.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f30/tracker-2.2.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/tracker-2.2.1-1.fc30.src.rpm.stats.csv b/results/f30/tracker-2.2.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index b867a6f..0000000 --- a/results/f30/tracker-2.2.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 369, 2217, 661, 0, 0, 0, 0, 369, 2217 -po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -po/zh_CN.po, 369, 2211, 606, 0, 0, 0, 0, 369, 2211 -po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -po/tr.po, 369, 2217, 1860, 0, 0, 0, 0, 369, 2217 -po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -po/sv.po, 369, 2217, 2096, 0, 0, 0, 0, 369, 2217 -po/sr@latin.po, 370, 2229, 2280, 0, 0, 0, 0, 370, 2229 -po/sr.po, 369, 2217, 2285, 0, 0, 0, 0, 369, 2217 -po/sl.po, 369, 2217, 2367, 0, 0, 0, 0, 369, 2217 -po/sk.po, 369, 2211, 2236, 0, 0, 0, 0, 369, 2211 -po/ru.po, 369, 2217, 2117, 0, 0, 0, 0, 369, 2217 -po/ro.po, 369, 2217, 2607, 0, 0, 0, 0, 369, 2217 -po/pt_BR.po, 369, 2217, 2578, 0, 0, 0, 0, 369, 2217 -po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -po/pl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -po/nl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -po/ne.po, 146, 444, 405, 73, 310, 151, 1475, 370, 2229 -po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -po/nb.po, 284, 1299, 1257, 0, 0, 85, 912, 369, 2211 -po/ml.po, 104, 283, 224, 12, 72, 254, 1874, 370, 2229 -po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -po/lv.po, 369, 2217, 1943, 0, 0, 0, 0, 369, 2217 -po/lt.po, 369, 2217, 1875, 0, 0, 0, 0, 369, 2217 -po/ko.po, 369, 2217, 1809, 0, 0, 0, 0, 369, 2217 -po/kk.po, 73, 163, 133, 0, 0, 296, 2054, 369, 2217 -po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -po/it.po, 369, 2217, 2333, 0, 0, 0, 0, 369, 2217 -po/is.po, 84, 245, 234, 0, 0, 285, 1966, 369, 2211 -po/id.po, 369, 2217, 2180, 0, 0, 0, 0, 369, 2217 -po/hu.po, 369, 2217, 2086, 0, 0, 0, 0, 369, 2217 -po/hr.po, 369, 2212, 2103, 0, 0, 0, 0, 369, 2212 -po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -po/gl.po, 369, 2217, 2617, 0, 0, 0, 0, 369, 2217 -po/fur.po, 369, 2217, 2706, 0, 0, 0, 0, 369, 2217 -po/fr.po, 369, 2217, 2687, 0, 0, 0, 0, 369, 2217 -po/fi.po, 138, 475, 404, 63, 349, 169, 1405, 370, 2229 -po/eu.po, 370, 2229, 2092, 0, 0, 0, 0, 370, 2229 -po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -po/es.po, 369, 2217, 2657, 0, 0, 0, 0, 369, 2217 -po/eo.po, 118, 378, 346, 3, 19, 248, 1820, 369, 2217 -po/en_GB.po, 369, 2211, 2209, 0, 0, 0, 0, 369, 2211 -po/el.po, 369, 2217, 2408, 0, 0, 0, 0, 369, 2217 -po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -po/de.po, 369, 2217, 2370, 0, 0, 0, 0, 369, 2217 -po/da.po, 369, 2217, 2150, 0, 0, 0, 0, 369, 2217 -po/cs.po, 369, 2217, 2293, 0, 0, 0, 0, 369, 2217 -po/ca@valencia.po, 369, 2211, 2888, 0, 0, 0, 0, 369, 2211 -po/ca.po, 369, 2217, 2890, 0, 0, 0, 0, 369, 2217 -po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 diff --git a/results/f30/tracker-miners-2.2.1-1.fc30.src.rpm.errors.txt b/results/f30/tracker-miners-2.2.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f30/tracker-miners-2.2.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f30/tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv b/results/f30/tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index cfad74f..0000000 --- a/results/f30/tracker-miners-2.2.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,59 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 112, 801, 233, 0, 0, 0, 0, 112, 801 -po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -po/zh_CN.po, 600, 3747, 1001, 0, 0, 0, 0, 600, 3747 -po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -po/tr.po, 112, 801, 690, 0, 0, 0, 0, 112, 801 -po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -po/sv.po, 112, 801, 751, 0, 0, 0, 0, 112, 801 -po/sr@latin.po, 118, 827, 806, 0, 0, 0, 0, 118, 827 -po/sr.po, 112, 801, 780, 0, 0, 0, 0, 112, 801 -po/sl.po, 112, 801, 768, 0, 0, 0, 0, 112, 801 -po/sk.po, 118, 828, 826, 0, 0, 0, 0, 118, 828 -po/ru.po, 112, 801, 745, 0, 0, 0, 0, 112, 801 -po/ro.po, 112, 801, 882, 0, 0, 0, 0, 112, 801 -po/pt_BR.po, 112, 801, 889, 0, 0, 0, 0, 112, 801 -po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -po/pl.po, 112, 801, 799, 0, 0, 0, 0, 112, 801 -po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -po/nl.po, 112, 801, 839, 0, 0, 0, 0, 112, 801 -po/ne.po, 77, 458, 406, 13, 54, 28, 315, 118, 827 -po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -po/nb.po, 90, 446, 424, 0, 0, 28, 381, 118, 827 -po/ml.po, 128, 447, 355, 1, 1, 392, 2691, 521, 3139 -po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -po/lv.po, 112, 801, 714, 0, 0, 0, 0, 112, 801 -po/lt.po, 112, 801, 667, 0, 0, 0, 0, 112, 801 -po/ko.po, 112, 801, 604, 0, 0, 0, 0, 112, 801 -po/kk.po, 62, 83, 81, 0, 0, 538, 3664, 600, 3747 -po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -po/it.po, 112, 801, 853, 0, 0, 0, 0, 112, 801 -po/id.po, 112, 801, 739, 0, 0, 0, 0, 112, 801 -po/hu.po, 112, 801, 715, 0, 0, 0, 0, 112, 801 -po/hr.po, 118, 828, 835, 0, 0, 0, 0, 118, 828 -po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -po/gl.po, 112, 801, 922, 0, 0, 0, 0, 112, 801 -po/fur.po, 112, 801, 980, 0, 0, 0, 0, 112, 801 -po/fr.po, 112, 801, 962, 0, 0, 0, 0, 112, 801 -po/fi.po, 261, 1014, 837, 96, 512, 245, 2238, 602, 3764 -po/eu.po, 118, 827, 724, 0, 0, 0, 0, 118, 827 -po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -po/es.po, 112, 801, 940, 0, 0, 0, 0, 112, 801 -po/eo.po, 23, 59, 56, 0, 0, 89, 742, 112, 801 -po/en_GB.po, 118, 827, 828, 0, 0, 0, 0, 118, 827 -po/el.po, 118, 828, 885, 0, 0, 0, 0, 118, 828 -po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -po/de.po, 112, 801, 784, 0, 0, 0, 0, 112, 801 -po/da.po, 112, 801, 806, 0, 0, 0, 0, 112, 801 -po/cs.po, 112, 801, 835, 0, 0, 0, 0, 112, 801 -po/ca@valencia.po, 118, 827, 997, 0, 0, 0, 0, 118, 827 -po/ca.po, 118, 827, 998, 0, 0, 0, 0, 118, 827 -po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 diff --git a/results/f30/udisks2-2.8.2-1.fc30.src.rpm.errors.txt b/results/f30/udisks2-2.8.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f30/udisks2-2.8.2-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/udisks2-2.8.2-1.fc30.src.rpm.stats.csv b/results/f30/udisks2-2.8.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 184fd38..0000000 --- a/results/f30/udisks2-2.8.2-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,142 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/udisks2.pot, 0, 0, 0, 0, 0, 514, 2180, 514, 2180 -po/zh_TW.gmo, 396, 1499, 798, 0, 0, 0, 0, 396, 1499 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 482, 1973, 930, 0, 0, 0, 0, 482, 1973 -po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.gmo, 495, 2015, 2251, 0, 0, 0, 0, 495, 2015 -po/tr.gmo, 495, 2015, 2003, 0, 0, 0, 0, 495, 2015 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.gmo, 495, 2015, 1945, 0, 0, 0, 0, 495, 2015 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.gmo, 406, 1498, 1572, 0, 0, 0, 0, 406, 1498 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.gmo, 406, 1498, 1491, 0, 0, 0, 0, 406, 1498 -po/sk.gmo, 495, 2015, 1889, 0, 0, 0, 0, 495, 2015 -po/ru.gmo, 406, 1498, 1522, 0, 0, 0, 0, 406, 1498 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt_BR.gmo, 472, 1905, 2086, 0, 0, 0, 0, 472, 1905 -po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.gmo, 495, 2015, 2143, 0, 0, 0, 0, 495, 2015 -po/pa.gmo, 214, 480, 542, 0, 0, 0, 0, 214, 480 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/oc.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.gmo, 495, 2015, 2171, 0, 0, 0, 0, 495, 2015 -po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.gmo, 281, 847, 783, 0, 0, 0, 0, 281, 847 -po/lt.gmo, 495, 2015, 1929, 0, 0, 0, 0, 495, 2015 -po/ko.gmo, 406, 1517, 1294, 0, 0, 0, 0, 406, 1517 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.gmo, 472, 1905, 1687, 0, 0, 0, 0, 472, 1905 -po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ja.gmo, 395, 1459, 728, 0, 0, 0, 0, 395, 1459 -po/it.gmo, 495, 2015, 2153, 0, 0, 0, 0, 495, 2015 -po/id.gmo, 495, 2015, 1920, 0, 0, 0, 0, 495, 2015 -po/ia.gmo, 105, 482, 571, 0, 0, 0, 0, 105, 482 -po/hu.gmo, 495, 2015, 1664, 0, 0, 0, 0, 495, 2015 -po/hr.gmo, 340, 1202, 1179, 0, 0, 0, 0, 340, 1202 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gl.gmo, 406, 1498, 1638, 0, 0, 0, 0, 406, 1498 -po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fur.gmo, 90, 594, 756, 0, 0, 0, 0, 90, 594 -po/fr.gmo, 495, 2015, 2438, 0, 0, 0, 0, 495, 2015 -po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fi.gmo, 315, 1040, 830, 0, 0, 0, 0, 315, 1040 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 219, 439, 432, 0, 0, 0, 0, 219, 439 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.gmo, 495, 2015, 2310, 0, 0, 0, 0, 495, 2015 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.gmo, 437, 1674, 1674, 0, 0, 0, 0, 437, 1674 -po/el.gmo, 407, 1506, 1445, 0, 0, 0, 0, 407, 1506 -po/de.gmo, 472, 1905, 1883, 0, 0, 0, 0, 472, 1905 -po/da.gmo, 495, 2015, 1987, 0, 0, 0, 0, 495, 2015 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 495, 2015, 1960, 0, 0, 0, 0, 495, 2015 -po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.gmo, 487, 1994, 2368, 0, 0, 0, 0, 487, 1994 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.gmo, 438, 1679, 1714, 0, 0, 0, 0, 438, 1679 -po/zh_TW.po, 396, 1499, 798, 23, 176, 95, 505, 514, 2180 -po/zh_HK.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/zh_CN.po, 482, 1973, 930, 0, 0, 32, 207, 514, 2180 -po/wa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/vi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/uk.po, 495, 2015, 2251, 0, 0, 19, 165, 514, 2180 -po/tr.po, 495, 2015, 2003, 0, 0, 19, 165, 514, 2180 -po/th.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/te.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ta.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/sv.po, 495, 2015, 1945, 0, 0, 19, 165, 514, 2180 -po/sr@latin.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/sr.po, 406, 1498, 1572, 28, 207, 80, 475, 514, 2180 -po/sq.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/sl.po, 406, 1498, 1491, 28, 207, 80, 475, 514, 2180 -po/sk.po, 495, 2015, 1889, 0, 0, 19, 165, 514, 2180 -po/ru.po, 406, 1498, 1522, 28, 207, 80, 475, 514, 2180 -po/ro.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/pt_BR.po, 472, 1905, 2086, 0, 0, 42, 275, 514, 2180 -po/pt.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/pl.po, 495, 2015, 2143, 0, 0, 19, 165, 514, 2180 -po/pa.po, 214, 480, 542, 27, 205, 273, 1495, 514, 2180 -po/or.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/oc.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/nn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/nl.po, 495, 2015, 2171, 0, 0, 19, 165, 514, 2180 -po/nb.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ms.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/mr.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ml.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/lv.po, 281, 847, 783, 27, 205, 206, 1128, 514, 2180 -po/lt.po, 495, 2015, 1929, 0, 0, 19, 165, 514, 2180 -po/ko.po, 406, 1517, 1294, 28, 207, 80, 456, 514, 2180 -po/kn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/kk.po, 472, 1905, 1687, 0, 0, 42, 275, 514, 2180 -po/ka.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ja.po, 395, 1459, 728, 28, 207, 91, 514, 514, 2180 -po/it.po, 495, 2015, 2153, 0, 0, 19, 165, 514, 2180 -po/id.po, 495, 2015, 1920, 0, 0, 19, 165, 514, 2180 -po/ia.po, 105, 482, 571, 27, 205, 382, 1493, 514, 2180 -po/hu.po, 495, 2015, 1664, 0, 0, 19, 165, 514, 2180 -po/hr.po, 340, 1202, 1179, 27, 205, 147, 773, 514, 2180 -po/hi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/he.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/gu.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/gl.po, 406, 1498, 1638, 28, 207, 80, 475, 514, 2180 -po/ga.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/fur.po, 90, 594, 756, 0, 0, 424, 1586, 514, 2180 -po/fr.po, 495, 2015, 2438, 0, 0, 19, 165, 514, 2180 -po/fo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/fi.po, 315, 1040, 830, 27, 205, 172, 935, 514, 2180 -po/fa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/eu.po, 219, 439, 432, 26, 203, 269, 1538, 514, 2180 -po/et.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/es.po, 495, 2015, 2310, 0, 0, 19, 165, 514, 2180 -po/eo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/en_GB.po, 437, 1674, 1674, 29, 209, 48, 297, 514, 2180 -po/el.po, 407, 1506, 1445, 28, 207, 79, 467, 514, 2180 -po/de.po, 472, 1905, 1883, 0, 0, 42, 275, 514, 2180 -po/da.po, 495, 2015, 1987, 0, 0, 19, 165, 514, 2180 -po/cy.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/cs.po, 495, 2015, 1960, 0, 0, 19, 165, 514, 2180 -po/ca@valencia.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ca.po, 487, 1994, 2368, 0, 0, 27, 186, 514, 2180 -po/bn_IN.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/bg.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/az.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/as.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ar.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/af.po, 438, 1679, 1714, 0, 0, 76, 501, 514, 2180 diff --git a/results/f30/upower-0.99.10-1.fc30.src.rpm.errors.txt b/results/f30/upower-0.99.10-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 6bd7d34..0000000 --- a/results/f30/upower-0.99.10-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/upower-0.99.10-1.fc30.src.rpm.stats.csv b/results/f30/upower-0.99.10-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 5605e56..0000000 --- a/results/f30/upower-0.99.10-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,5 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pl.po, 26, 145, 124, 0, 0, 0, 0, 26, 145 -po/sv.po, 19, 113, 107, 0, 0, 0, 0, 19, 113 -po/it.po, 19, 113, 130, 0, 0, 0, 0, 19, 113 -po/fr.po, 26, 145, 184, 0, 0, 0, 0, 26, 145 diff --git a/results/f30/usermode-1.112-4.fc30.src.rpm.errors.txt b/results/f30/usermode-1.112-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 4aecb4c..0000000 --- a/results/f30/usermode-1.112-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/usermode-1.112-4.fc30.src.rpm.stats.csv b/results/f30/usermode-1.112-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 55f038e..0000000 --- a/results/f30/usermode-1.112-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 96, 573, 148, 0, 0, 0, 0, 96, 573 -po/gl.po, 62, 320, 332, 0, 0, 34, 253, 96, 573 -po/de_CH.po, 92, 551, 496, 0, 0, 4, 22, 96, 573 -po/tg.po, 59, 177, 196, 0, 0, 37, 396, 96, 573 -po/bs.po, 94, 564, 545, 0, 0, 2, 9, 96, 573 -po/ast.po, 92, 551, 563, 0, 0, 4, 22, 96, 573 -po/be.po, 74, 451, 383, 0, 0, 22, 122, 96, 573 -po/fi.po, 96, 573, 419, 0, 0, 0, 0, 96, 573 -po/nl.po, 96, 573, 567, 0, 0, 0, 0, 96, 573 -po/ko.po, 95, 570, 489, 0, 0, 1, 3, 96, 573 -po/cs.po, 96, 573, 514, 0, 0, 0, 0, 96, 573 -po/ml.po, 94, 564, 450, 0, 0, 2, 9, 96, 573 -po/as.po, 95, 570, 558, 0, 0, 1, 3, 96, 573 -po/tr.po, 96, 573, 451, 0, 0, 0, 0, 96, 573 -po/nds.po, 34, 74, 71, 0, 0, 62, 499, 96, 573 -po/sk.po, 96, 573, 548, 0, 0, 0, 0, 96, 573 -po/te.po, 95, 570, 472, 0, 0, 1, 3, 96, 573 -po/sr@latin.po, 94, 564, 526, 0, 0, 2, 9, 96, 573 -po/ja.po, 96, 573, 150, 0, 0, 0, 0, 96, 573 -po/bn.po, 95, 570, 596, 0, 0, 1, 3, 96, 573 -po/sl.po, 74, 442, 421, 0, 0, 22, 131, 96, 573 -po/da.po, 96, 573, 537, 0, 0, 0, 0, 96, 573 -po/cy.po, 83, 521, 510, 0, 0, 13, 52, 96, 573 -po/bg.po, 95, 570, 580, 0, 0, 1, 3, 96, 573 -po/fa.po, 95, 570, 624, 0, 0, 1, 3, 96, 573 -po/fr.po, 96, 573, 658, 0, 0, 0, 0, 96, 573 -po/or.po, 94, 564, 662, 0, 0, 2, 9, 96, 573 -po/mai.po, 92, 551, 654, 0, 0, 4, 22, 96, 573 -po/is.po, 95, 570, 575, 0, 0, 1, 3, 96, 573 -po/pa.po, 96, 573, 690, 0, 0, 0, 0, 96, 573 -po/es.po, 96, 573, 631, 0, 0, 0, 0, 96, 573 -po/ms.po, 91, 542, 500, 0, 0, 5, 31, 96, 573 -po/id.po, 96, 573, 502, 0, 0, 0, 0, 96, 573 -po/en_GB.po, 86, 524, 527, 0, 0, 10, 49, 96, 573 -po/pt_BR.po, 96, 573, 635, 0, 0, 0, 0, 96, 573 -po/ka.po, 29, 60, 57, 0, 0, 67, 513, 96, 573 -po/pl.po, 96, 573, 513, 0, 0, 0, 0, 96, 573 -po/sv.po, 96, 573, 531, 0, 0, 0, 0, 96, 573 -po/sr.po, 96, 573, 536, 0, 0, 0, 0, 96, 573 -po/el.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -po/nb.po, 95, 570, 589, 0, 0, 1, 3, 96, 573 -po/it.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -po/ar.po, 95, 570, 554, 0, 0, 1, 3, 96, 573 -po/ro.po, 95, 570, 573, 0, 0, 1, 3, 96, 573 -po/vi.po, 60, 252, 350, 0, 0, 36, 321, 96, 573 -po/hr.po, 91, 542, 525, 0, 0, 5, 31, 96, 573 -po/hu.po, 96, 573, 518, 0, 0, 0, 0, 96, 573 -po/mr.po, 94, 564, 538, 0, 0, 2, 9, 96, 573 -po/he.po, 95, 570, 536, 0, 0, 1, 3, 96, 573 -po/lv.po, 95, 570, 485, 0, 0, 1, 3, 96, 573 -po/kn.po, 95, 570, 486, 0, 0, 1, 3, 96, 573 -po/et.po, 95, 570, 452, 0, 0, 1, 3, 96, 573 -po/de.po, 96, 573, 520, 0, 0, 0, 0, 96, 573 -po/ru.po, 96, 573, 506, 0, 0, 0, 0, 96, 573 -po/hi.po, 94, 564, 680, 0, 0, 2, 9, 96, 573 -po/bn_IN.po, 96, 573, 589, 0, 0, 0, 0, 96, 573 -po/zh_CN.po, 95, 570, 153, 0, 0, 1, 3, 96, 573 -po/ta.po, 95, 570, 457, 0, 0, 1, 3, 96, 573 -po/ca.po, 96, 573, 654, 0, 0, 0, 0, 96, 573 -po/gu.po, 94, 564, 621, 0, 0, 2, 9, 96, 573 -po/pt.po, 96, 573, 645, 0, 0, 0, 0, 96, 573 -po/mk.po, 91, 542, 549, 0, 0, 5, 31, 96, 573 -po/si.po, 19, 31, 36, 0, 0, 77, 542, 96, 573 -po/uk.po, 96, 573, 499, 0, 0, 0, 0, 96, 573 diff --git a/results/f30/util-linux-2.33.2-1.fc30.src.rpm.errors.txt b/results/f30/util-linux-2.33.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index a727e7f..0000000 --- a/results/f30/util-linux-2.33.2-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,29 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfc in position 39: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/update-potfiles) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 79: invalid continuation byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f30/util-linux-2.33.2-1.fc30.src.rpm.stats.csv b/results/f30/util-linux-2.33.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index ae4d5a9..0000000 --- a/results/f30/util-linux-2.33.2-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,37 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 3485, 18207, 18186, 486, 3118, 250, 2130, 4221, 23455 -po/gl.po, 212, 780, 1021, 1685, 8207, 2324, 14468, 4221, 23455 -po/util-linux.pot, 0, 0, 0, 0, 0, 4221, 23455, 4221, 23455 -po/eu.po, 357, 861, 923, 2122, 9935, 1742, 12659, 4221, 23455 -po/fr.po, 4214, 23423, 28301, 5, 26, 2, 6, 4221, 23455 -po/zh_TW.po, 711, 2746, 1431, 2666, 15280, 844, 5429, 4221, 23455 -po/zh_TW.gmo, 711, 2746, 1431, 0, 0, 0, 0, 711, 2746 -po/fi.po, 1154, 4500, 3928, 2048, 10727, 1019, 8228, 4221, 23455 -po/uk.po, 4214, 23423, 24760, 5, 26, 2, 6, 4221, 23455 -po/ru.gmo, 1863, 8647, 8528, 0, 0, 0, 0, 1863, 8647 -po/sv.po, 4198, 23252, 22218, 21, 197, 2, 6, 4221, 23455 -po/eu.gmo, 357, 861, 923, 0, 0, 0, 0, 357, 861 -po/et.po, 321, 1064, 1042, 2176, 11001, 1724, 11390, 4221, 23455 -po/id.po, 659, 2432, 2488, 2377, 12770, 1185, 8253, 4221, 23455 -po/hr.po, 2914, 15883, 16566, 4, 22, 1303, 7550, 4221, 23455 -po/hu.gmo, 573, 2085, 2138, 0, 0, 0, 0, 573, 2085 -po/sl.po, 483, 1681, 1757, 2423, 12495, 1315, 9279, 4221, 23455 -po/ca.gmo, 487, 1692, 2199, 0, 0, 0, 0, 487, 1692 -po/hu.po, 573, 2085, 2138, 2369, 12377, 1279, 8993, 4221, 23455 -po/it.po, 488, 1532, 1716, 2385, 12183, 1348, 9740, 4221, 23455 -po/ru.po, 1863, 8647, 8528, 1242, 6687, 1116, 8121, 4221, 23455 -po/da.po, 3866, 21091, 19698, 278, 1901, 77, 463, 4221, 23455 -po/cs.po, 4214, 23423, 23504, 5, 26, 2, 6, 4221, 23455 -po/ca.po, 487, 1692, 2199, 2424, 12522, 1310, 9241, 4221, 23455 -po/vi.po, 3088, 16736, 24352, 892, 5195, 241, 1524, 4221, 23455 -po/pt_BR.po, 4214, 23423, 27558, 5, 26, 2, 6, 4221, 23455 -po/id.gmo, 659, 2432, 2488, 0, 0, 0, 0, 659, 2432 -po/pl.po, 4214, 23423, 23690, 5, 26, 2, 6, 4221, 23455 -po/tr.po, 3607, 19477, 17975, 483, 3120, 131, 858, 4221, 23455 -po/fi.gmo, 1154, 4500, 3928, 0, 0, 0, 0, 1154, 4500 -po/ja.po, 3284, 17676, 8942, 625, 3674, 312, 2105, 4221, 23455 -po/de.po, 4214, 23423, 23417, 5, 26, 2, 6, 4221, 23455 -po/it.gmo, 488, 1532, 1716, 0, 0, 0, 0, 488, 1532 -po/zh_CN.po, 3610, 19451, 9165, 484, 3162, 127, 842, 4221, 23455 -po/gl.gmo, 212, 780, 1021, 0, 0, 0, 0, 212, 780 -po/es.po, 4214, 23423, 30503, 5, 26, 2, 6, 4221, 23455 diff --git a/results/f30/v4l-utils-1.16.3-2.fc30.src.rpm.errors.txt b/results/f30/v4l-utils-1.16.3-2.fc30.src.rpm.errors.txt deleted file mode 100644 index c2509a0..0000000 --- a/results/f30/v4l-utils-1.16.3-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,24 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/insert-header.sin) diff --git a/results/f30/v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv b/results/f30/v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv deleted file mode 100644 index 34b3982..0000000 --- a/results/f30/v4l-utils-1.16.3-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libdvbv5-po/ca.gmo, 46, 106, 126, 0, 0, 0, 0, 46, 106 -libdvbv5-po/uk.po, 124, 566, 639, 5, 39, 41, 135, 170, 740 -libdvbv5-po/ca.po, 46, 106, 126, 1, 7, 123, 627, 170, 740 -libdvbv5-po/pt_BR.po, 157, 685, 768, 0, 0, 13, 55, 170, 740 -libdvbv5-po/de.gmo, 157, 685, 652, 0, 0, 0, 0, 157, 685 -libdvbv5-po/libdvbv5.pot, 0, 0, 0, 0, 0, 170, 740, 170, 740 -libdvbv5-po/de.po, 157, 685, 652, 0, 0, 13, 55, 170, 740 -libdvbv5-po/pt_BR.gmo, 157, 685, 768, 0, 0, 0, 0, 157, 685 -libdvbv5-po/uk.gmo, 124, 566, 639, 0, 0, 0, 0, 124, 566 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -v4l-utils-po/ca.gmo, 29, 68, 83, 0, 0, 0, 0, 29, 68 -v4l-utils-po/uk.po, 0, 0, 0, 21, 70, 389, 2187, 410, 2257 -v4l-utils-po/ca.po, 29, 68, 83, 17, 58, 364, 2131, 410, 2257 -v4l-utils-po/pt_BR.po, 309, 1496, 1798, 67, 583, 34, 178, 410, 2257 -v4l-utils-po/de.gmo, 309, 1496, 1479, 0, 0, 0, 0, 309, 1496 -v4l-utils-po/v4l-utils.pot, 0, 0, 0, 0, 0, 410, 2257, 410, 2257 -v4l-utils-po/de.po, 309, 1496, 1479, 66, 580, 35, 181, 410, 2257 -v4l-utils-po/pt_BR.gmo, 309, 1496, 1798, 0, 0, 0, 0, 309, 1496 -v4l-utils-po/uk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -v4l-utils-po/fr.po, 35, 145, 165, 23, 214, 352, 1898, 410, 2257 -v4l-utils-po/fr.gmo, 35, 145, 165, 0, 0, 0, 0, 35, 145 diff --git a/results/f30/vim-8.1.1137-1.fc30.src.rpm.errors.txt b/results/f30/vim-8.1.1137-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 56bacd6..0000000 --- a/results/f30/vim-8.1.1137-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./src/po/Make_ming.mak) -translate.tools.pocount: ERROR: Unknown filetype (./src/po/Make_mvc.mak) -translate.tools.pocount: ERROR: Unknown filetype (./src/po/Make_all.mak) -translate.tools.pocount: ERROR: Unknown filetype (./src/po/Make_cyg.mak) -translate.tools.pocount: ERROR: Unknown filetype (./src/po/check.vim) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./src/po/sjiscorr.c) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./src/po/cleanup.vim) -translate.tools.pocount: ERROR: Unknown filetype (./src/po/Makefile) -translate.tools.pocount: ERROR: cannot process src/po/ja.euc-: does not exist diff --git a/results/f30/vim-8.1.1137-1.fc30.src.rpm.stats.csv b/results/f30/vim-8.1.1137-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 862f47c..0000000 --- a/results/f30/vim-8.1.1137-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,42 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -src/po/nl.po, 1213, 5623, 5662, 0, 0, 0, 0, 1213, 5623 -src/po/cs.po, 1283, 5850, 5827, 0, 0, 0, 0, 1283, 5850 -src/po/lv.po, 78, 504, 458, 0, 0, 0, 0, 78, 504 -src/po/pl.po, 1869, 9421, 9586, 0, 0, 0, 0, 1869, 9421 -src/po/ja.euc-jp.po, 2002, 10408, 5259, 0, 0, 0, 0, 2002, 10408 -src/po/ru.po, 1955, 10076, 10183, 0, 0, 0, 0, 1955, 10076 -src/po/sk.po, 1628, 7870, 8187, 0, 0, 0, 0, 1628, 7870 -src/po/ja.sjis.po, 2002, 10408, 5259, 0, 0, 0, 0, 2002, 10408 -src/po/fi.po, 1941, 10000, 8507, 0, 0, 0, 0, 1941, 10000 -src/po/uk.po, 1963, 10144, 9853, 0, 0, 0, 0, 1963, 10144 -src/po/uk.cp1251.po, 1963, 10144, 9853, 0, 0, 0, 0, 1963, 10144 -src/po/sv.po, 1697, 8198, 7860, 0, 0, 0, 0, 1697, 8198 -src/po/es.po, 1733, 8457, 11200, 0, 0, 0, 0, 1733, 8457 -src/po/de.po, 2002, 10409, 10483, 0, 0, 0, 0, 2002, 10409 -src/po/zh_CN.cp936.po, 1634, 7869, 4497, 3, 15, 0, 0, 1637, 7884 -src/po/no.po, 1668, 8054, 7925, 0, 0, 0, 0, 1668, 8054 -src/po/eo.po, 1954, 10207, 10602, 0, 0, 0, 0, 1954, 10207 -src/po/vi.po, 1422, 6679, 10508, 0, 0, 0, 0, 1422, 6679 -src/po/pt_BR.po, 1937, 9989, 11208, 0, 0, 0, 0, 1937, 9989 -src/po/ko.po, 1869, 9456, 8881, 0, 0, 0, 0, 1869, 9456 -src/po/zh_TW.UTF-8.po, 1422, 6679, 3896, 0, 0, 0, 0, 1422, 6679 -src/po/ja.po, 2002, 10408, 5259, 0, 0, 0, 0, 2002, 10408 -src/po/af.po, 1423, 6685, 7205, 0, 0, 0, 0, 1423, 6685 -src/po/zh_CN.po, 1633, 7865, 4498, 3, 15, 0, 0, 1636, 7880 -src/po/it.po, 2002, 10408, 11524, 0, 0, 0, 0, 2002, 10408 -src/po/ru.cp1251.po, 1955, 10076, 10183, 0, 0, 0, 0, 1955, 10076 -src/po/sr.po, 1961, 10132, 11044, 0, 0, 0, 0, 1961, 10132 -src/po/pl.cp1250.po, 1869, 9421, 9586, 0, 0, 0, 0, 1869, 9421 -src/po/zh_CN.UTF-8.po, 1634, 7869, 4497, 3, 15, 0, 0, 1637, 7884 -src/po/ca.po, 1931, 9958, 12201, 0, 0, 0, 0, 1931, 9958 -src/po/ga.po, 1931, 9958, 11776, 0, 0, 0, 0, 1931, 9958 -src/po/pl.UTF-8.po, 1869, 9421, 9586, 0, 0, 0, 0, 1869, 9421 -src/po/nb.po, 1668, 8054, 7925, 0, 0, 0, 0, 1668, 8054 -src/po/fr.po, 2003, 10418, 12150, 0, 0, 0, 0, 2003, 10418 -src/po/da.po, 1963, 10135, 9803, 0, 0, 0, 0, 1963, 10135 -src/po/cs.cp1250.po, 1283, 5850, 5827, 0, 0, 0, 0, 1283, 5850 -src/po/sk.cp1250.po, 1628, 7870, 8187, 0, 0, 0, 0, 1628, 7870 -src/po/en_GB.po, 182, 1128, 1152, 0, 0, 0, 0, 182, 1128 -src/po/zh_TW.po, 1422, 6679, 3896, 0, 0, 0, 0, 1422, 6679 -src/po/ko.UTF-8.po, 1869, 9456, 8881, 0, 0, 0, 0, 1869, 9456 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/vino-3.22.0-15.fc30.src.rpm.errors.txt b/results/f30/vino-3.22.0-15.fc30.src.rpm.errors.txt deleted file mode 100644 index 8bb5ca1..0000000 --- a/results/f30/vino-3.22.0-15.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/vino-3.22.0-15.fc30.src.rpm.stats.csv b/results/f30/vino-3.22.0-15.fc30.src.rpm.stats.csv deleted file mode 100644 index 7d50d44..0000000 --- a/results/f30/vino-3.22.0-15.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,89 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.po, 134, 1228, 1096, 0, 0, 0, 0, 134, 1228 -po/pa.po, 134, 1228, 1341, 0, 0, 0, 0, 134, 1228 -po/te.po, 134, 1228, 951, 0, 0, 0, 0, 134, 1228 -po/oc.po, 94, 973, 1059, 0, 0, 0, 0, 94, 973 -po/sk.po, 134, 1228, 1206, 0, 0, 0, 0, 134, 1228 -po/bn.po, 136, 1215, 1294, 0, 0, 0, 0, 136, 1215 -po/si.po, 66, 479, 510, 1, 26, 15, 311, 82, 816 -po/hi.po, 134, 1228, 1409, 0, 0, 0, 0, 134, 1228 -po/en_GB.po, 94, 973, 998, 0, 0, 0, 0, 94, 973 -po/ka.po, 72, 544, 457, 0, 0, 0, 0, 72, 544 -po/ga.po, 23, 52, 63, 0, 0, 113, 1163, 136, 1215 -po/ta.po, 134, 1228, 920, 0, 0, 0, 0, 134, 1228 -po/vi.po, 94, 973, 1335, 0, 0, 0, 0, 94, 973 -po/tr.po, 94, 973, 749, 0, 0, 0, 0, 94, 973 -po/ca.po, 134, 1228, 1371, 0, 0, 0, 0, 134, 1228 -po/th.po, 133, 1223, 366, 0, 0, 0, 0, 133, 1223 -po/ro.po, 128, 1184, 1186, 0, 0, 0, 0, 128, 1184 -po/et.po, 134, 1228, 976, 0, 0, 0, 0, 134, 1228 -po/cy.po, 72, 544, 584, 0, 0, 0, 0, 72, 544 -po/kn.po, 134, 1228, 995, 0, 0, 0, 0, 134, 1228 -po/lt.po, 134, 1228, 999, 0, 0, 0, 0, 134, 1228 -po/be@latin.po, 87, 500, 456, 0, 0, 25, 554, 112, 1054 -po/ms.po, 61, 313, 261, 0, 0, 9, 227, 70, 540 -po/ca@valencia.po, 134, 1228, 1370, 0, 0, 0, 0, 134, 1228 -po/en@shaw.po, 107, 764, 765, 29, 451, 0, 0, 136, 1215 -po/nn.po, 136, 1215, 1211, 0, 0, 0, 0, 136, 1215 -po/sr.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -po/or.po, 134, 1228, 1222, 0, 0, 0, 0, 134, 1228 -po/nl.po, 134, 1228, 1280, 0, 0, 0, 0, 134, 1228 -po/sr@latin.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -po/rw.po, 3, 2, 2, 55, 518, 12, 20, 70, 540 -po/ar.po, 97, 831, 837, 3, 100, 10, 159, 110, 1090 -po/gl.po, 134, 1228, 1424, 0, 0, 0, 0, 134, 1228 -po/gu.po, 134, 1228, 1323, 0, 0, 0, 0, 134, 1228 -po/mk.po, 120, 1075, 1157, 0, 0, 0, 0, 120, 1075 -po/sl.po, 134, 1228, 1080, 0, 0, 0, 0, 134, 1228 -po/es.po, 94, 973, 1077, 0, 0, 0, 0, 94, 973 -po/hu.po, 134, 1228, 1138, 0, 0, 0, 0, 134, 1228 -po/lv.po, 134, 1228, 1053, 0, 0, 0, 0, 134, 1228 -po/fr.po, 134, 1228, 1421, 0, 0, 0, 0, 134, 1228 -po/mr.po, 134, 1228, 1123, 0, 0, 0, 0, 134, 1228 -po/ne.po, 52, 427, 416, 26, 292, 16, 254, 94, 973 -po/nb.po, 94, 973, 916, 0, 0, 0, 0, 94, 973 -po/wa.po, 60, 392, 503, 0, 0, 10, 148, 70, 540 -po/ml.po, 134, 1228, 847, 0, 0, 0, 0, 134, 1228 -po/ug.po, 134, 1228, 950, 0, 0, 0, 0, 134, 1228 -po/bs.po, 94, 973, 885, 0, 0, 0, 0, 94, 973 -po/as.po, 134, 1228, 1256, 0, 0, 0, 0, 134, 1228 -po/zh_CN.po, 110, 1090, 278, 0, 0, 0, 0, 110, 1090 -po/bg.po, 94, 973, 1028, 0, 0, 0, 0, 94, 973 -po/ast.po, 136, 1215, 1258, 0, 0, 0, 0, 136, 1215 -po/it.po, 134, 1228, 1291, 0, 0, 0, 0, 134, 1228 -po/tg.po, 110, 1090, 1175, 0, 0, 0, 0, 110, 1090 -po/zh_HK.po, 110, 1090, 266, 0, 0, 0, 0, 110, 1090 -po/fa.po, 134, 1228, 1366, 0, 0, 0, 0, 134, 1228 -po/pt.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eo.po, 74, 440, 431, 0, 0, 57, 769, 131, 1209 -po/pt_BR.po, 134, 1228, 1422, 0, 0, 0, 0, 134, 1228 -po/zh_TW.po, 94, 973, 223, 0, 0, 0, 0, 94, 973 -po/is.po, 87, 742, 707, 0, 0, 7, 231, 94, 973 -po/ko.po, 134, 1228, 919, 0, 0, 0, 0, 134, 1228 -po/az.po, 70, 540, 499, 0, 0, 0, 0, 70, 540 -po/pl.po, 94, 973, 911, 0, 0, 0, 0, 94, 973 -po/an.po, 110, 1090, 1182, 0, 0, 0, 0, 110, 1090 -po/xh.po, 70, 540, 452, 0, 0, 0, 0, 70, 540 -po/cs.po, 134, 1228, 1166, 0, 0, 0, 0, 134, 1228 -po/he.po, 134, 1228, 1210, 0, 0, 0, 0, 134, 1228 -po/km.po, 133, 1223, 435, 0, 0, 0, 0, 133, 1223 -po/eu.po, 134, 1228, 1049, 0, 0, 0, 0, 134, 1228 -po/bn_IN.po, 134, 1228, 1279, 0, 0, 0, 0, 134, 1228 -po/el.po, 94, 973, 1102, 0, 0, 0, 0, 94, 973 -po/mn.po, 63, 395, 313, 0, 0, 7, 145, 70, 540 -po/fur.po, 94, 973, 1086, 0, 0, 0, 0, 94, 973 -po/en_CA.po, 72, 544, 542, 0, 0, 0, 0, 72, 544 -po/sq.po, 113, 1031, 1182, 0, 0, 0, 0, 113, 1031 -po/hr.po, 75, 626, 588, 4, 30, 34, 375, 113, 1031 -po/ku.po, 12, 13, 15, 0, 0, 58, 527, 70, 540 -po/fi.po, 134, 1228, 856, 0, 0, 0, 0, 134, 1228 -po/da.po, 94, 973, 867, 0, 0, 0, 0, 94, 973 -po/dz.po, 82, 816, 337, 0, 0, 0, 0, 82, 816 -po/be.po, 134, 1228, 1087, 0, 0, 0, 0, 134, 1228 -po/uk.po, 134, 1228, 1035, 0, 0, 0, 0, 134, 1228 -po/sv.po, 94, 973, 884, 0, 0, 0, 0, 94, 973 -po/ru.po, 134, 1228, 1095, 0, 0, 0, 0, 134, 1228 -po/mai.po, 61, 554, 584, 0, 0, 75, 661, 136, 1215 -po/ja.po, 110, 1090, 302, 0, 0, 0, 0, 110, 1090 -po/kk.po, 41, 131, 131, 0, 0, 53, 842, 94, 973 -po/de.po, 134, 1228, 1301, 0, 0, 0, 0, 134, 1228 diff --git a/results/f30/virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.errors.txt b/results/f30/virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.errors.txt deleted file mode 100644 index 46a9cef..0000000 --- a/results/f30/virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,10 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/options.h) -translate.tools.pocount: ERROR: Unknown filetype (./src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/t_options.h) -translate.tools.pocount: ERROR: Unknown filetype (./src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/gen_xmlpool.py) -translate.tools.pocount: ERROR: Unknown filetype (./src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/SConscript) -translate.tools.pocount: ERROR: cannot process src/VBox/Frontends/VirtualBox/nls/qt_: does not exist -translate.tools.pocount: ERROR: cannot process src/VBox/Frontends/VirtualBox/nls/VirtualBox_: does not exist -translate.tools.pocount: ERROR: cannot process src/VBox/Main/nls/VBoxC_: does not exist -translate.tools.pocount: ERROR: cannot process src/VBox/Main/nls/VBoxSVC_: does not exist diff --git a/results/f30/virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv b/results/f30/virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv deleted file mode 100644 index ab1dc0f..0000000 --- a/results/f30/virtualbox-guest-additions-6.0.4-2.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,17 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/de/LC_MESSAGES/options.mo, 55, 323, 265, 0, 0, 0, 0, 55, 323 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/ca/LC_MESSAGES/options.mo, 69, 415, 547, 0, 0, 0, 0, 69, 415 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/sv.po, 47, 244, 196, 0, 0, 19, 145, 66, 389 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/nl.po, 47, 244, 252, 0, 0, 19, 145, 66, 389 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/fr.po, 47, 244, 276, 0, 0, 19, 145, 66, 389 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/ca.po, 69, 415, 547, 0, 0, 0, 0, 69, 415 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/es/LC_MESSAGES/options.mo, 69, 415, 537, 0, 0, 0, 0, 69, 415 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/fr/LC_MESSAGES/options.mo, 47, 244, 276, 0, 0, 0, 0, 47, 244 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/de.po, 55, 323, 265, 0, 0, 11, 66, 66, 389 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/es.po, 69, 415, 537, 0, 0, 0, 0, 69, 415 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/nl/LC_MESSAGES/options.mo, 47, 244, 252, 0, 0, 0, 0, 47, 244 -src/VBox/Additions/3D/mesa/mesa-17.3.9/src/util/xmlpool/sv/LC_MESSAGES/options.mo, 47, 244, 196, 0, 0, 0, 0, 47, 244 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/volume_key-0.3.12-3.fc30.src.rpm.errors.txt b/results/f30/volume_key-0.3.12-3.fc30.src.rpm.errors.txt deleted file mode 100644 index 42536ca..0000000 --- a/results/f30/volume_key-0.3.12-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/volume_key-0.3.12-3.fc30.src.rpm.stats.csv b/results/f30/volume_key-0.3.12-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 4da56f9..0000000 --- a/results/f30/volume_key-0.3.12-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,76 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 151, 745, 283, 2, 10, 1, 8, 154, 763 -po/as.gmo, 151, 745, 798, 0, 0, 0, 0, 151, 745 -po/de_CH.po, 49, 186, 184, 0, 0, 105, 577, 154, 763 -po/it.gmo, 151, 745, 905, 0, 0, 0, 0, 151, 745 -po/es.gmo, 151, 745, 1032, 0, 0, 0, 0, 151, 745 -po/zh_CN.gmo, 151, 745, 322, 0, 0, 0, 0, 151, 745 -po/cs.gmo, 151, 745, 724, 0, 0, 0, 0, 151, 745 -po/de_CH.gmo, 49, 186, 184, 0, 0, 0, 0, 49, 186 -po/pa.gmo, 151, 745, 796, 0, 0, 0, 0, 151, 745 -po/eu.po, 33, 117, 109, 0, 0, 121, 646, 154, 763 -po/bn.gmo, 151, 745, 816, 0, 0, 0, 0, 151, 745 -po/nl.po, 151, 745, 817, 2, 10, 1, 8, 154, 763 -po/ko.po, 151, 745, 712, 2, 10, 1, 8, 154, 763 -po/ca.gmo, 151, 745, 997, 0, 0, 0, 0, 151, 745 -po/pt_BR.gmo, 151, 745, 928, 0, 0, 0, 0, 151, 745 -po/cs.po, 151, 745, 724, 2, 10, 1, 8, 154, 763 -po/ko.gmo, 151, 745, 712, 0, 0, 0, 0, 151, 745 -po/ml.po, 151, 745, 653, 2, 10, 1, 8, 154, 763 -po/as.po, 151, 745, 798, 2, 10, 1, 8, 154, 763 -po/tr.po, 101, 427, 385, 2, 10, 51, 326, 154, 763 -po/tr.gmo, 101, 427, 385, 0, 0, 0, 0, 101, 427 -po/sk.po, 12, 34, 34, 0, 0, 142, 729, 154, 763 -po/nl.gmo, 151, 745, 817, 0, 0, 0, 0, 151, 745 -po/id.gmo, 8, 40, 39, 0, 0, 0, 0, 8, 40 -po/te.po, 151, 745, 665, 2, 10, 1, 8, 154, 763 -po/ja.po, 151, 745, 334, 2, 10, 1, 8, 154, 763 -po/bn.po, 151, 745, 816, 2, 10, 1, 8, 154, 763 -po/gu.gmo, 151, 745, 841, 0, 0, 0, 0, 151, 745 -po/bg.po, 143, 715, 812, 2, 10, 9, 38, 154, 763 -po/fr.po, 151, 745, 1024, 2, 10, 1, 8, 154, 763 -po/de.gmo, 151, 745, 760, 0, 0, 0, 0, 151, 745 -po/or.po, 151, 745, 799, 2, 10, 1, 8, 154, 763 -po/pa.po, 151, 745, 796, 2, 10, 1, 8, 154, 763 -po/es.po, 151, 745, 1032, 2, 10, 1, 8, 154, 763 -po/ta.gmo, 151, 745, 660, 0, 0, 0, 0, 151, 745 -po/id.po, 8, 40, 39, 0, 0, 146, 723, 154, 763 -po/ml.gmo, 151, 745, 653, 0, 0, 0, 0, 151, 745 -po/hu.gmo, 151, 745, 771, 0, 0, 0, 0, 151, 745 -po/en_GB.po, 145, 720, 719, 2, 10, 7, 33, 154, 763 -po/bg.gmo, 143, 715, 812, 0, 0, 0, 0, 143, 715 -po/mr.gmo, 151, 745, 735, 0, 0, 0, 0, 151, 745 -po/volume_key.pot, 0, 0, 0, 0, 0, 154, 763, 154, 763 -po/kn.gmo, 151, 745, 718, 0, 0, 0, 0, 151, 745 -po/sv.gmo, 151, 745, 749, 0, 0, 0, 0, 151, 745 -po/pt_BR.po, 151, 745, 928, 2, 10, 1, 8, 154, 763 -po/pl.po, 151, 745, 759, 2, 10, 1, 8, 154, 763 -po/pt.gmo, 151, 745, 877, 0, 0, 0, 0, 151, 745 -po/sv.po, 151, 745, 749, 2, 10, 1, 8, 154, 763 -po/fr.gmo, 151, 745, 1024, 0, 0, 0, 0, 151, 745 -po/en_GB.gmo, 145, 720, 719, 0, 0, 0, 0, 145, 720 -po/uk.gmo, 151, 745, 794, 0, 0, 0, 0, 151, 745 -po/sk.gmo, 12, 34, 34, 0, 0, 0, 0, 12, 34 -po/it.po, 151, 745, 905, 2, 10, 1, 8, 154, 763 -po/hu.po, 151, 745, 771, 2, 10, 1, 8, 154, 763 -po/mr.po, 151, 745, 735, 2, 10, 1, 8, 154, 763 -po/bn_IN.gmo, 143, 707, 777, 0, 0, 0, 0, 143, 707 -po/ru.gmo, 148, 732, 719, 0, 0, 0, 0, 148, 732 -po/pl.gmo, 151, 745, 759, 0, 0, 0, 0, 151, 745 -po/or.gmo, 151, 745, 799, 0, 0, 0, 0, 151, 745 -po/kn.po, 151, 745, 718, 2, 10, 1, 8, 154, 763 -po/de.po, 151, 745, 760, 2, 10, 1, 8, 154, 763 -po/ru.po, 148, 732, 719, 2, 10, 4, 21, 154, 763 -po/hi.po, 151, 745, 834, 2, 10, 1, 8, 154, 763 -po/bn_IN.po, 143, 707, 777, 2, 10, 9, 46, 154, 763 -po/zh_CN.po, 151, 745, 322, 2, 10, 1, 8, 154, 763 -po/ta.po, 151, 745, 660, 2, 10, 1, 8, 154, 763 -po/ca.po, 151, 745, 997, 2, 10, 1, 8, 154, 763 -po/eu.gmo, 33, 117, 109, 0, 0, 0, 0, 33, 117 -po/ja.gmo, 151, 745, 334, 0, 0, 0, 0, 151, 745 -po/gu.po, 151, 745, 841, 2, 10, 1, 8, 154, 763 -po/hi.gmo, 151, 745, 834, 0, 0, 0, 0, 151, 745 -po/pt.po, 151, 745, 877, 2, 10, 1, 8, 154, 763 -po/zh_TW.gmo, 151, 745, 283, 0, 0, 0, 0, 151, 745 -po/te.gmo, 151, 745, 665, 0, 0, 0, 0, 151, 745 -po/uk.po, 151, 745, 794, 2, 10, 1, 8, 154, 763 diff --git a/results/f30/vte291-0.56.1-1.fc30.src.rpm.errors.txt b/results/f30/vte291-0.56.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 9e9456b..0000000 --- a/results/f30/vte291-0.56.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/vte291-0.56.1-1.fc30.src.rpm.stats.csv b/results/f30/vte291-0.56.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index e9e921a..0000000 --- a/results/f30/vte291-0.56.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,96 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/kk.po, 5, 31, 29, 0, 0, 0, 0, 5, 31 -po/zh_TW.po, 5, 31, 10, 0, 0, 0, 0, 5, 31 -po/mr.po, 19, 108, 112, 0, 0, 0, 0, 19, 108 -po/ro.po, 5, 31, 42, 0, 0, 0, 0, 5, 31 -po/gd.po, 5, 31, 42, 0, 0, 0, 0, 5, 31 -po/bg.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -po/eu.po, 5, 31, 26, 0, 0, 0, 0, 5, 31 -po/uz@cyrillic.po, 13, 80, 76, 0, 0, 0, 0, 13, 80 -po/nn.po, 19, 108, 111, 0, 0, 0, 0, 19, 108 -po/dz.po, 20, 116, 62, 0, 0, 0, 0, 20, 116 -po/sk.po, 5, 31, 35, 0, 0, 0, 0, 5, 31 -po/rw.po, 0, 0, 0, 17, 92, 1, 4, 18, 96 -po/he.po, 5, 31, 27, 0, 0, 0, 0, 5, 31 -po/sl.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -po/gl.po, 5, 31, 42, 0, 0, 0, 0, 5, 31 -po/mk.po, 20, 116, 136, 0, 0, 0, 0, 20, 116 -po/be.po, 5, 31, 31, 0, 0, 0, 0, 5, 31 -po/pa.po, 16, 83, 99, 0, 0, 0, 0, 16, 83 -po/mai.po, 12, 66, 75, 0, 0, 2, 18, 14, 84 -po/oc.po, 5, 31, 43, 0, 0, 0, 0, 5, 31 -po/az.po, 18, 96, 96, 0, 0, 0, 0, 18, 96 -po/fr.po, 5, 31, 43, 0, 0, 0, 0, 5, 31 -po/ast.po, 14, 84, 111, 0, 0, 0, 0, 14, 84 -po/mn.po, 14, 84, 79, 0, 0, 0, 0, 14, 84 -po/or.po, 14, 84, 81, 0, 0, 0, 0, 14, 84 -po/ug.po, 13, 80, 79, 0, 0, 0, 0, 13, 80 -po/ja.po, 13, 80, 36, 0, 0, 0, 0, 13, 80 -po/bn_IN.po, 14, 84, 93, 0, 0, 0, 0, 14, 84 -po/cy.po, 18, 96, 105, 0, 0, 0, 0, 18, 96 -po/xh.po, 18, 96, 95, 0, 0, 0, 0, 18, 96 -po/ne.po, 19, 108, 117, 0, 0, 0, 0, 19, 108 -po/ca.po, 5, 31, 44, 0, 0, 0, 0, 5, 31 -po/gu.po, 14, 84, 96, 0, 0, 0, 0, 14, 84 -po/lt.po, 5, 31, 36, 0, 0, 0, 0, 5, 31 -po/bn.po, 14, 84, 107, 0, 0, 0, 0, 14, 84 -po/id.po, 5, 31, 33, 0, 0, 0, 0, 5, 31 -po/es.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -po/si.po, 19, 108, 113, 0, 0, 0, 0, 19, 108 -po/hr.po, 5, 31, 31, 0, 0, 0, 0, 5, 31 -po/eo.po, 5, 31, 35, 0, 0, 0, 0, 5, 31 -po/ga.po, 13, 80, 101, 0, 0, 0, 0, 13, 80 -po/am.po, 1, 2, 2, 0, 0, 17, 94, 18, 96 -po/be@latin.po, 20, 116, 109, 0, 0, 0, 0, 20, 116 -po/ar.po, 13, 80, 84, 0, 0, 0, 0, 13, 80 -po/as.po, 16, 83, 96, 0, 0, 0, 0, 16, 83 -po/sv.po, 5, 31, 33, 0, 0, 0, 0, 5, 31 -po/tr.po, 5, 31, 26, 0, 0, 0, 0, 5, 31 -po/ky.po, 18, 96, 95, 0, 0, 0, 0, 18, 96 -po/vi.po, 20, 116, 170, 0, 0, 0, 0, 20, 116 -po/ca@valencia.po, 5, 31, 44, 0, 0, 0, 0, 5, 31 -po/te.po, 19, 108, 97, 0, 0, 0, 0, 19, 108 -po/el.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -po/mi.po, 0, 0, 0, 11, 58, 7, 38, 18, 96 -po/zh_HK.po, 16, 83, 31, 0, 0, 0, 0, 16, 83 -po/an.po, 13, 64, 84, 0, 0, 0, 0, 13, 64 -po/fa.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -po/pl.po, 6, 33, 39, 0, 0, 0, 0, 6, 33 -po/ko.po, 5, 31, 30, 0, 0, 0, 0, 5, 31 -po/kn.po, 19, 108, 96, 0, 0, 0, 0, 19, 108 -po/uk.po, 16, 83, 84, 0, 0, 0, 0, 16, 83 -po/ru.po, 5, 31, 38, 0, 0, 0, 0, 5, 31 -po/cs.po, 5, 31, 33, 0, 0, 0, 0, 5, 31 -po/ang.po, 6, 27, 31, 0, 0, 12, 69, 18, 96 -po/en@shaw.po, 13, 80, 80, 0, 0, 0, 0, 13, 80 -po/is.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -po/nl.po, 5, 31, 40, 0, 0, 0, 0, 5, 31 -po/pt_BR.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -po/zh_CN.po, 5, 31, 10, 0, 0, 0, 0, 5, 31 -po/ku.po, 3, 10, 8, 0, 0, 15, 86, 18, 96 -po/bs.po, 13, 64, 63, 0, 0, 0, 0, 13, 64 -po/ta.po, 13, 80, 77, 0, 0, 0, 0, 13, 80 -po/li.po, 16, 81, 109, 2, 15, 0, 0, 18, 96 -po/ml.po, 5, 31, 25, 0, 0, 0, 0, 5, 31 -po/hi.po, 14, 84, 110, 0, 0, 0, 0, 14, 84 -po/lv.po, 5, 31, 27, 0, 0, 0, 0, 5, 31 -po/th.po, 14, 84, 41, 0, 0, 0, 0, 14, 84 -po/fi.po, 5, 31, 29, 0, 0, 0, 0, 5, 31 -po/en_CA.po, 19, 108, 108, 0, 0, 0, 0, 19, 108 -po/tg.po, 13, 80, 86, 0, 0, 0, 0, 13, 80 -po/ms.po, 18, 96, 101, 0, 0, 0, 0, 18, 96 -po/et.po, 13, 80, 71, 0, 0, 0, 0, 13, 80 -po/da.po, 5, 31, 36, 0, 0, 0, 0, 5, 31 -po/sq.po, 20, 116, 167, 0, 0, 0, 0, 20, 116 -po/en_GB.po, 5, 31, 31, 0, 0, 0, 0, 5, 31 -po/it.po, 5, 31, 39, 0, 0, 0, 0, 5, 31 -po/wa.po, 18, 96, 169, 0, 0, 0, 0, 18, 96 -po/sr@latin.po, 5, 31, 34, 0, 0, 0, 0, 5, 31 -po/sr.po, 5, 31, 34, 0, 0, 0, 0, 5, 31 -po/nds.po, 14, 84, 99, 0, 0, 0, 0, 14, 84 -po/de.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -po/nb.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -po/hu.po, 5, 31, 37, 0, 0, 0, 0, 5, 31 -po/pt.po, 5, 31, 34, 0, 0, 0, 0, 5, 31 -po/ka.po, 18, 96, 90, 0, 0, 0, 0, 18, 96 -po/fur.po, 5, 31, 41, 0, 0, 0, 0, 5, 31 diff --git a/results/f30/webkit2gtk3-2.24.1-1.fc30.src.rpm.errors.txt b/results/f30/webkit2gtk3-2.24.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 5a1a632..0000000 --- a/results/f30/webkit2gtk3-2.24.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./Source/WebCore/platform/gtk/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./Source/WebCore/platform/gtk/po/POTFILES.in) -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f30/webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv b/results/f30/webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0343cd1..0000000 --- a/results/f30/webkit2gtk3-2.24.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Source/WebCore/platform/gtk/po/nb.po, 97, 215, 213, 114, 507, 359, 1901, 570, 2623 -Source/WebCore/platform/gtk/po/vi.po, 255, 1062, 1351, 137, 638, 178, 923, 570, 2623 -Source/WebCore/platform/gtk/po/zh_CN.po, 258, 1073, 376, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/ko.po, 569, 2622, 2057, 0, 0, 1, 1, 570, 2623 -Source/WebCore/platform/gtk/po/lv.po, 163, 671, 601, 119, 550, 288, 1402, 570, 2623 -Source/WebCore/platform/gtk/po/ar.po, 258, 1073, 959, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/it.po, 584, 2277, 2491, 0, 0, 1, 1, 585, 2278 -Source/WebCore/platform/gtk/po/pa.po, 163, 671, 691, 134, 644, 273, 1308, 570, 2623 -Source/WebCore/platform/gtk/po/ja.po, 582, 2682, 900, 3, 14, 2, 12, 587, 2708 -Source/WebCore/platform/gtk/po/he.po, 376, 1567, 1571, 0, 0, 0, 0, 376, 1567 -Source/WebCore/platform/gtk/po/sr@latin.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/el.po, 384, 1605, 1790, 0, 0, 1, 1, 385, 1606 -Source/WebCore/platform/gtk/po/en_CA.po, 337, 1441, 1441, 123, 587, 110, 593, 570, 2621 -Source/WebCore/platform/gtk/po/ta.po, 368, 1545, 1333, 0, 0, 0, 0, 368, 1545 -Source/WebCore/platform/gtk/po/lt.po, 254, 1052, 955, 138, 641, 178, 930, 570, 2623 -Source/WebCore/platform/gtk/po/cs.po, 350, 1295, 1281, 86, 491, 134, 837, 570, 2623 -Source/WebCore/platform/gtk/po/nl.po, 533, 2407, 2219, 27, 161, 26, 131, 586, 2699 -Source/WebCore/platform/gtk/po/fr.po, 404, 1536, 1908, 46, 240, 94, 388, 544, 2164 -Source/WebCore/platform/gtk/po/sr.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/sl.po, 469, 1889, 1777, 62, 355, 60, 466, 591, 2710 -Source/WebCore/platform/gtk/po/ro.po, 425, 1834, 1936, 85, 415, 60, 374, 570, 2623 -Source/WebCore/platform/gtk/po/de.po, 396, 1637, 1532, 0, 0, 0, 0, 396, 1637 -Source/WebCore/platform/gtk/po/eo.po, 106, 303, 287, 60, 258, 404, 2062, 570, 2623 -Source/WebCore/platform/gtk/po/gu.po, 368, 1545, 1592, 0, 0, 0, 0, 368, 1545 -Source/WebCore/platform/gtk/po/gl.po, 575, 2647, 3318, 2, 20, 5, 19, 582, 2686 -Source/WebCore/platform/gtk/po/ml.po, 179, 429, 414, 0, 0, 398, 2252, 577, 2681 -Source/WebCore/platform/gtk/po/id.po, 518, 1880, 1819, 0, 0, 50, 355, 568, 2235 -Source/WebCore/platform/gtk/po/te.po, 365, 1526, 1270, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/pt_BR.po, 568, 2215, 2583, 0, 0, 0, 0, 568, 2215 -Source/WebCore/platform/gtk/po/mr.po, 365, 1526, 1440, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/pt.po, 319, 1375, 1627, 136, 643, 115, 605, 570, 2623 -Source/WebCore/platform/gtk/po/et.po, 239, 969, 695, 136, 628, 195, 1026, 570, 2623 -Source/WebCore/platform/gtk/po/eu.po, 257, 1066, 917, 138, 645, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/fi.po, 118, 291, 256, 0, 0, 265, 1308, 383, 1599 -Source/WebCore/platform/gtk/po/tr.po, 385, 1606, 1436, 0, 0, 0, 0, 385, 1606 -Source/WebCore/platform/gtk/po/ru.po, 145, 605, 519, 129, 630, 296, 1388, 570, 2623 -Source/WebCore/platform/gtk/po/es.po, 452, 1589, 1966, 25, 158, 70, 419, 547, 2166 -Source/WebCore/platform/gtk/po/or.po, 365, 1526, 1575, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/pl.po, 585, 2278, 2223, 0, 0, 0, 0, 585, 2278 -Source/WebCore/platform/gtk/po/bg.po, 385, 1606, 1882, 0, 0, 0, 0, 385, 1606 -Source/WebCore/platform/gtk/po/hu.po, 397, 1647, 1306, 0, 0, 0, 0, 397, 1647 -Source/WebCore/platform/gtk/po/sv.po, 533, 2160, 1786, 0, 0, 0, 0, 533, 2160 -Source/WebCore/platform/gtk/po/ca.po, 178, 462, 626, 0, 0, 198, 1105, 376, 1567 -Source/WebCore/platform/gtk/po/as.po, 367, 1543, 1583, 0, 0, 0, 0, 367, 1543 -Source/WebCore/platform/gtk/po/uk.po, 567, 2213, 2138, 0, 0, 0, 0, 567, 2213 -Source/WebCore/platform/gtk/po/en_GB.po, 589, 2702, 2702, 0, 0, 0, 0, 589, 2702 -Source/WebCore/platform/gtk/po/hi.po, 365, 1526, 1775, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/kn.po, 373, 1551, 1305, 0, 0, 0, 0, 373, 1551 diff --git a/results/f30/wget-1.20.3-1.fc30.src.rpm.errors.txt b/results/f30/wget-1.20.3-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 142aa1b..0000000 --- a/results/f30/wget-1.20.3-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 7: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xae in position 179: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 34: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f30/wget-1.20.3-1.fc30.src.rpm.stats.csv b/results/f30/wget-1.20.3-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 5b0199c..0000000 --- a/results/f30/wget-1.20.3-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,76 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.gmo, 639, 3955, 1957, 0, 0, 0, 0, 639, 3955 -po/ga.po, 605, 3665, 4245, 28, 208, 11, 123, 644, 3996 -po/de.po, 639, 3955, 4327, 1, 10, 4, 31, 644, 3996 -po/nb.gmo, 639, 3955, 4174, 0, 0, 0, 0, 639, 3955 -po/nl.po, 529, 3087, 3137, 67, 474, 48, 435, 644, 3996 -po/et.po, 639, 3955, 3532, 1, 10, 4, 31, 644, 3996 -po/sl.po, 254, 1253, 1351, 206, 1421, 184, 1322, 644, 3996 -po/id.gmo, 351, 1801, 1874, 0, 0, 0, 0, 351, 1801 -po/es.po, 568, 3426, 4107, 48, 322, 28, 248, 644, 3996 -po/fr.po, 605, 3665, 4386, 28, 208, 11, 123, 644, 3996 -po/en_GB.gmo, 102, 407, 407, 0, 0, 0, 0, 102, 407 -po/id.po, 351, 1801, 1874, 211, 1537, 82, 658, 644, 3996 -po/zh_CN.gmo, 634, 3897, 1916, 0, 0, 0, 0, 634, 3897 -po/wget.pot, 0, 0, 0, 0, 0, 644, 3996, 644, 3996 -po/tr.gmo, 605, 3665, 3411, 0, 0, 0, 0, 605, 3665 -po/hr.gmo, 638, 3949, 4325, 0, 0, 0, 0, 638, 3949 -po/fi.po, 503, 2919, 2491, 69, 503, 72, 574, 644, 3996 -po/gl.gmo, 234, 1081, 1370, 0, 0, 0, 0, 234, 1081 -po/lt.po, 165, 777, 741, 247, 1614, 232, 1605, 644, 3996 -po/de.gmo, 639, 3955, 4327, 0, 0, 0, 0, 639, 3955 -po/sr.gmo, 605, 3665, 3849, 0, 0, 0, 0, 605, 3665 -po/es.gmo, 568, 3426, 4107, 0, 0, 0, 0, 568, 3426 -po/gl.po, 234, 1081, 1370, 149, 906, 261, 2009, 644, 3996 -po/ro.po, 102, 407, 453, 120, 663, 422, 2926, 644, 3996 -po/zh_CN.po, 634, 3897, 1916, 2, 14, 8, 85, 644, 3996 -po/pl.po, 639, 3955, 4043, 1, 10, 4, 31, 644, 3996 -po/pt_BR.po, 605, 3665, 4415, 28, 208, 11, 123, 644, 3996 -po/ru.po, 639, 3955, 3862, 1, 10, 4, 31, 644, 3996 -po/fr.gmo, 605, 3665, 4386, 0, 0, 0, 0, 605, 3665 -po/eu.po, 120, 440, 462, 118, 666, 406, 2890, 644, 3996 -po/nl.gmo, 529, 3087, 3137, 0, 0, 0, 0, 529, 3087 -po/be.gmo, 217, 940, 924, 0, 0, 0, 0, 217, 940 -po/pl.gmo, 639, 3955, 4043, 0, 0, 0, 0, 639, 3955 -po/ca.po, 356, 1857, 2570, 216, 1565, 72, 574, 644, 3996 -po/vi.po, 605, 3665, 5370, 28, 208, 11, 123, 644, 3996 -po/vi.gmo, 605, 3665, 5370, 0, 0, 0, 0, 605, 3665 -po/cs.po, 639, 3955, 4191, 1, 10, 4, 31, 644, 3996 -po/pt_BR.gmo, 605, 3665, 4415, 0, 0, 0, 0, 605, 3665 -po/et.gmo, 639, 3955, 3532, 0, 0, 0, 0, 639, 3955 -po/tr.po, 605, 3665, 3411, 28, 208, 11, 123, 644, 3996 -po/el.gmo, 93, 370, 450, 0, 0, 0, 0, 93, 370 -po/bg.gmo, 93, 370, 432, 0, 0, 0, 0, 93, 370 -po/cs.gmo, 639, 3955, 4191, 0, 0, 0, 0, 639, 3955 -po/eo.po, 639, 3955, 4118, 1, 10, 4, 31, 644, 3996 -po/zh_TW.gmo, 639, 3955, 1938, 0, 0, 0, 0, 639, 3955 -po/sr.po, 605, 3665, 3849, 28, 208, 11, 123, 644, 3996 -po/he.po, 85, 341, 427, 114, 618, 445, 3037, 644, 3996 -po/it.gmo, 639, 3955, 4487, 0, 0, 0, 0, 639, 3955 -po/it.po, 639, 3955, 4487, 1, 10, 4, 31, 644, 3996 -po/be.po, 217, 940, 924, 135, 779, 292, 2277, 644, 3996 -po/fi.gmo, 503, 2919, 2491, 0, 0, 0, 0, 503, 2919 -po/uk.po, 639, 3955, 4112, 1, 10, 4, 31, 644, 3996 -po/zh_TW.po, 639, 3955, 1938, 1, 10, 4, 31, 644, 3996 -po/ru.gmo, 639, 3955, 3862, 0, 0, 0, 0, 639, 3955 -po/da.po, 254, 1253, 1238, 212, 1459, 178, 1284, 644, 3996 -po/uk.gmo, 639, 3955, 4112, 0, 0, 0, 0, 639, 3955 -po/en_GB.po, 102, 407, 407, 119, 656, 423, 2933, 644, 3996 -po/pt.po, 639, 3955, 4365, 1, 10, 4, 31, 644, 3996 -po/ja.po, 639, 3955, 1957, 1, 10, 4, 31, 644, 3996 -po/bg.po, 93, 370, 432, 112, 624, 439, 3002, 644, 3996 -po/sk.po, 639, 3955, 4071, 1, 10, 4, 31, 644, 3996 -po/sv.po, 639, 3955, 3808, 1, 10, 4, 31, 644, 3996 -po/ga.gmo, 605, 3665, 4245, 0, 0, 0, 0, 605, 3665 -po/sk.gmo, 639, 3955, 4071, 0, 0, 0, 0, 639, 3955 -po/pt.gmo, 639, 3955, 4365, 0, 0, 0, 0, 639, 3955 -po/hu.po, 605, 3665, 3811, 28, 208, 11, 123, 644, 3996 -po/eu.gmo, 120, 440, 462, 0, 0, 0, 0, 120, 440 -po/hr.po, 638, 3949, 4325, 2, 16, 4, 31, 644, 3996 -po/hu.gmo, 605, 3665, 3811, 0, 0, 0, 0, 605, 3665 -po/nb.po, 639, 3955, 4174, 1, 10, 4, 31, 644, 3996 -po/el.po, 93, 370, 450, 120, 658, 431, 2968, 644, 3996 -po/ca.gmo, 356, 1857, 2570, 0, 0, 0, 0, 356, 1857 -po/eo.gmo, 639, 3955, 4118, 0, 0, 0, 0, 639, 3955 -po/sv.gmo, 639, 3955, 3808, 0, 0, 0, 0, 639, 3955 -po/lt.gmo, 165, 777, 741, 0, 0, 0, 0, 165, 777 diff --git a/results/f30/whois-5.4.2-1.fc30.src.rpm.errors.txt b/results/f30/whois-5.4.2-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 1a768ad..0000000 --- a/results/f30/whois-5.4.2-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf1 in position 11: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/whois-5.4.2-1.fc30.src.rpm.stats.csv b/results/f30/whois-5.4.2-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 8f38bbd..0000000 --- a/results/f30/whois-5.4.2-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,15 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 30, 493, 246, 0, 0, 0, 0, 30, 493 -po/ru.po, 30, 493, 473, 0, 0, 0, 0, 30, 493 -po/pt_BR.po, 23, 163, 182, 5, 103, 2, 227, 30, 493 -po/pl.po, 31, 497, 495, 0, 0, 0, 0, 31, 497 -po/nb.po, 5, 15, 14, 4, 33, 21, 445, 30, 493 -po/ja.po, 21, 123, 74, 7, 143, 2, 227, 30, 493 -po/it.po, 30, 493, 549, 0, 0, 0, 0, 30, 493 -po/fr.po, 30, 493, 582, 0, 0, 0, 0, 30, 493 -po/fi.po, 30, 493, 377, 0, 0, 0, 0, 30, 493 -po/es.po, 30, 493, 587, 0, 0, 0, 0, 30, 493 -po/el.po, 21, 123, 141, 7, 143, 2, 227, 30, 493 -po/de.po, 30, 493, 494, 0, 0, 0, 0, 30, 493 -po/da.po, 30, 493, 447, 0, 0, 0, 0, 30, 493 -po/cs.po, 30, 493, 517, 0, 0, 0, 0, 30, 493 diff --git a/results/f30/wpa_supplicant-2.7-5.fc30.src.rpm.errors.txt b/results/f30/wpa_supplicant-2.7-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 5919597..0000000 --- a/results/f30/wpa_supplicant-2.7-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process wpa_supplicant/wpa_gui-qt4/lang/wpa_gui_: does not exist diff --git a/results/f30/wpa_supplicant-2.7-5.fc30.src.rpm.stats.csv b/results/f30/wpa_supplicant-2.7-5.fc30.src.rpm.stats.csv deleted file mode 100644 index 695c674..0000000 --- a/results/f30/wpa_supplicant-2.7-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f30/xdg-desktop-portal-1.2.0-3.fc30.src.rpm.errors.txt b/results/f30/xdg-desktop-portal-1.2.0-3.fc30.src.rpm.errors.txt deleted file mode 100644 index cb0eafb..0000000 --- a/results/f30/xdg-desktop-portal-1.2.0-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv b/results/f30/xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 8bd0fb8..0000000 --- a/results/f30/xdg-desktop-portal-1.2.0-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,40 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 20, 132, 132, 0, 0, 0, 0, 20, 132 -po/sv.gmo, 12, 88, 72, 0, 0, 0, 0, 12, 88 -po/zh_TW.po, 12, 88, 15, 3, 25, 5, 19, 20, 132 -po/id.po, 20, 132, 104, 0, 0, 0, 0, 20, 132 -po/id.gmo, 20, 132, 104, 0, 0, 0, 0, 20, 132 -po/zh_TW.gmo, 12, 88, 15, 0, 0, 0, 0, 12, 88 -po/sk.po, 12, 88, 76, 3, 25, 5, 19, 20, 132 -po/es.po, 12, 88, 96, 3, 25, 5, 19, 20, 132 -po/zh_CN.gmo, 12, 88, 15, 0, 0, 0, 0, 12, 88 -po/cs.po, 20, 132, 115, 0, 0, 0, 0, 20, 132 -po/tr.gmo, 12, 88, 57, 0, 0, 0, 0, 12, 88 -po/es.gmo, 12, 88, 96, 0, 0, 0, 0, 12, 88 -po/gl.gmo, 12, 88, 88, 0, 0, 0, 0, 12, 88 -po/sk.gmo, 12, 88, 76, 0, 0, 0, 0, 12, 88 -po/hu.gmo, 12, 88, 64, 0, 0, 0, 0, 12, 88 -po/uk.gmo, 20, 132, 136, 0, 0, 0, 0, 20, 132 -po/lt.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -po/zh_CN.po, 12, 88, 15, 3, 25, 5, 19, 20, 132 -po/pl.po, 20, 132, 110, 0, 0, 0, 0, 20, 132 -po/uk.po, 20, 132, 136, 0, 0, 0, 0, 20, 132 -po/tr.po, 12, 88, 57, 3, 25, 5, 19, 20, 132 -po/fr.po, 12, 88, 85, 3, 25, 5, 19, 20, 132 -po/pt_BR.po, 20, 132, 135, 0, 0, 0, 0, 20, 132 -po/lt.po, 20, 132, 115, 0, 0, 0, 0, 20, 132 -po/it.gmo, 20, 132, 131, 0, 0, 0, 0, 20, 132 -po/xdg-desktop-portal.pot, 0, 0, 0, 0, 0, 20, 132, 20, 132 -po/de.po, 12, 88, 81, 3, 25, 5, 19, 20, 132 -po/fr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -po/sr.po, 12, 88, 85, 3, 25, 5, 19, 20, 132 -po/pl.gmo, 20, 132, 110, 0, 0, 0, 0, 20, 132 -po/cs.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -po/pt_BR.gmo, 20, 132, 135, 0, 0, 0, 0, 20, 132 -po/da.po, 20, 132, 132, 0, 0, 0, 0, 20, 132 -po/it.po, 20, 132, 131, 0, 0, 0, 0, 20, 132 -po/gl.po, 12, 88, 88, 3, 25, 5, 19, 20, 132 -po/sr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -po/sv.po, 12, 88, 72, 3, 25, 5, 19, 20, 132 -po/de.gmo, 12, 88, 81, 0, 0, 0, 0, 12, 88 -po/hu.po, 12, 88, 64, 3, 25, 5, 19, 20, 132 diff --git a/results/f30/xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.errors.txt b/results/f30/xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.errors.txt deleted file mode 100644 index cb0eafb..0000000 --- a/results/f30/xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv b/results/f30/xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv deleted file mode 100644 index e725985..0000000 --- a/results/f30/xdg-desktop-portal-gtk-1.2.0-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,40 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 48, 170, 173, 0, 0, 0, 0, 48, 170 -po/sv.gmo, 48, 170, 168, 0, 0, 0, 0, 48, 170 -po/zh_TW.po, 48, 170, 56, 0, 0, 1, 3, 49, 173 -po/id.po, 48, 170, 171, 0, 0, 1, 3, 49, 173 -po/id.gmo, 48, 170, 171, 0, 0, 0, 0, 48, 170 -po/zh_TW.gmo, 48, 170, 56, 0, 0, 0, 0, 48, 170 -po/sk.po, 27, 103, 101, 5, 22, 17, 48, 49, 173 -po/es.po, 45, 155, 181, 2, 14, 2, 4, 49, 173 -po/zh_CN.gmo, 9, 22, 11, 0, 0, 0, 0, 9, 22 -po/cs.po, 48, 172, 179, 0, 0, 1, 1, 49, 173 -po/tr.gmo, 48, 170, 155, 0, 0, 0, 0, 48, 170 -po/es.gmo, 45, 155, 181, 0, 0, 0, 0, 45, 155 -po/gl.gmo, 27, 103, 118, 0, 0, 0, 0, 27, 103 -po/sk.gmo, 27, 103, 101, 0, 0, 0, 0, 27, 103 -po/hu.gmo, 45, 155, 149, 0, 0, 0, 0, 45, 155 -po/uk.gmo, 48, 170, 186, 0, 0, 0, 0, 48, 170 -po/lt.gmo, 48, 170, 156, 0, 0, 0, 0, 48, 170 -po/zh_CN.po, 9, 22, 11, 9, 35, 31, 116, 49, 173 -po/pl.po, 49, 173, 170, 0, 0, 0, 0, 49, 173 -po/uk.po, 48, 170, 186, 0, 0, 1, 3, 49, 173 -po/tr.po, 48, 170, 155, 0, 0, 1, 3, 49, 173 -po/fr.po, 18, 51, 59, 6, 25, 25, 97, 49, 173 -po/pt_BR.po, 48, 170, 190, 0, 0, 1, 3, 49, 173 -po/lt.po, 48, 170, 156, 0, 0, 1, 3, 49, 173 -po/it.gmo, 48, 170, 172, 0, 0, 0, 0, 48, 170 -po/de.po, 47, 169, 182, 0, 0, 2, 4, 49, 173 -po/fr.gmo, 18, 51, 59, 0, 0, 0, 0, 18, 51 -po/sr.po, 9, 22, 28, 9, 35, 31, 116, 49, 173 -po/pl.gmo, 49, 173, 170, 0, 0, 0, 0, 49, 173 -po/cs.gmo, 48, 172, 179, 0, 0, 0, 0, 48, 172 -po/pt_BR.gmo, 48, 170, 190, 0, 0, 0, 0, 48, 170 -po/da.po, 48, 170, 173, 0, 0, 1, 3, 49, 173 -po/it.po, 48, 170, 172, 0, 0, 1, 3, 49, 173 -po/gl.po, 27, 103, 118, 5, 22, 17, 48, 49, 173 -po/sr.gmo, 9, 22, 28, 0, 0, 0, 0, 9, 22 -po/sv.po, 48, 170, 168, 0, 0, 1, 3, 49, 173 -po/xdg-desktop-portal-gtk.pot, 0, 0, 0, 0, 0, 49, 173, 49, 173 -po/de.gmo, 47, 169, 182, 0, 0, 0, 0, 47, 169 -po/hu.po, 45, 155, 149, 2, 14, 2, 4, 49, 173 diff --git a/results/f30/xdg-user-dirs-0.17-3.fc30.src.rpm.errors.txt b/results/f30/xdg-user-dirs-0.17-3.fc30.src.rpm.errors.txt deleted file mode 100644 index cd06c00..0000000 --- a/results/f30/xdg-user-dirs-0.17-3.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f30/xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv b/results/f30/xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv deleted file mode 100644 index 66629cf..0000000 --- a/results/f30/xdg-user-dirs-0.17-3.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,150 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/xdg-user-dirs.pot, 0, 0, 0, 0, 0, 28, 28, 28, 28 -po/zh_TW.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/zh_HK.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/zh_CN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/vi.gmo, 28, 28, 50, 0, 0, 0, 0, 28, 28 -po/uk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/tr.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/th.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/te.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ta.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sr@Latn.gmo, 26, 26, 28, 0, 0, 0, 0, 26, 26 -po/sr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/sq.gmo, 26, 26, 32, 0, 0, 0, 0, 26, 26 -po/sl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ru.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ro.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pt_BR.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/pt.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ps.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/pl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pa.gmo, 24, 24, 24, 0, 0, 0, 0, 24, 24 -po/or.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nds.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/nb.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ml.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mk.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/lv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/lt.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ky.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ku.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/ko.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/kn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/kk.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ja.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/it.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/is.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/id.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ia.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/hi.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/he.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/gu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gd.gmo, 28, 28, 34, 0, 0, 0, 0, 28, 28 -po/ga.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/fur.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fi.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fa.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/et.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/es.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eo.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/el.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/de.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/da.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/cs.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/crh.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ca.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/br.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/bn_IN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/bg.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/be@latin.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/be.gmo, 28, 28, 36, 0, 0, 0, 0, 28, 28 -po/ast.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/as.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ar.gmo, 26, 26, 30, 0, 0, 0, 0, 26, 26 -po/an.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/af.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/zh_TW.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/zh_HK.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/zh_CN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/vi.po, 28, 28, 50, 0, 0, 0, 0, 28, 28 -po/uk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/tr.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/th.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/te.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ta.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sr@Latn.po, 26, 26, 28, 2, 2, 0, 0, 28, 28 -po/sr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/sq.po, 26, 26, 32, 2, 2, 0, 0, 28, 28 -po/sl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ru.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ro.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pt_BR.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/pt.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ps.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/pl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pa.po, 24, 24, 24, 2, 2, 2, 2, 28, 28 -po/or.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nds.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/nb.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ml.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mk.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/lv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/lt.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ky.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ku.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/ko.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/kn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/kk.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ja.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/it.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/is.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/id.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ia.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/hi.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/he.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/gu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gd.po, 28, 28, 34, 0, 0, 0, 0, 28, 28 -po/ga.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/fur.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fi.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fa.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/et.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/es.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eo.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/el.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/de.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/da.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/cs.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/crh.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ca.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/br.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/bn_IN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/bg.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/be@latin.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/be.po, 28, 28, 36, 0, 0, 0, 0, 28, 28 -po/ast.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/as.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ar.po, 26, 26, 30, 2, 2, 0, 0, 28, 28 -po/an.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/af.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 diff --git a/results/f30/xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.errors.txt b/results/f30/xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.errors.txt deleted file mode 100644 index fa445dc..0000000 --- a/results/f30/xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv b/results/f30/xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv deleted file mode 100644 index 8dac4b4..0000000 --- a/results/f30/xdg-user-dirs-gtk-0.10-15.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ca.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -po/cs.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -po/uk.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -po/sr@latin.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -po/sq.po, 11, 81, 100, 0, 0, 0, 0, 11, 81 -po/en_GB.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -po/kk.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -po/tr.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -po/ar.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -po/ja.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/sl.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -po/he.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -po/pa.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/de.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -po/ast.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -po/eu.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -po/fr.po, 11, 81, 107, 0, 0, 0, 0, 11, 81 -po/gu.po, 11, 81, 76, 0, 0, 0, 0, 11, 81 -po/sv.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -po/pl.po, 11, 81, 64, 0, 0, 0, 0, 11, 81 -po/zh_HK.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/or.po, 11, 81, 82, 0, 0, 0, 0, 11, 81 -po/te.po, 11, 81, 62, 0, 0, 0, 0, 11, 81 -po/fi.po, 11, 81, 56, 0, 0, 0, 0, 11, 81 -po/zh_TW.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/nds.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -po/be@latin.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -po/ps.po, 11, 81, 92, 0, 0, 0, 0, 11, 81 -po/crh.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -po/be.po, 11, 81, 77, 0, 0, 0, 0, 11, 81 -po/lv.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -po/th.po, 11, 81, 14, 0, 0, 0, 0, 11, 81 -po/id.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -po/es.po, 11, 81, 96, 0, 0, 0, 0, 11, 81 -po/nl.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -po/hu.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -po/da.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -po/an.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -po/pt_BR.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/bn_IN.po, 11, 81, 90, 0, 0, 0, 0, 11, 81 -po/mr.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -po/hi.po, 11, 81, 97, 0, 0, 0, 0, 11, 81 -po/lt.po, 11, 81, 57, 0, 0, 0, 0, 11, 81 -po/kn.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -po/vi.po, 11, 81, 123, 0, 0, 0, 0, 11, 81 -po/nn.po, 8, 52, 46, 0, 0, 0, 0, 8, 52 -po/ku.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -po/as.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -po/eo.po, 11, 81, 84, 0, 0, 0, 0, 11, 81 -po/nb.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -po/el.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/ta.po, 11, 81, 65, 0, 0, 0, 0, 11, 81 -po/ro.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -po/si.po, 8, 34, 35, 0, 0, 3, 47, 11, 81 -po/zh_CN.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/ka.po, 11, 81, 48, 0, 0, 0, 0, 11, 81 -po/csb.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -po/gl.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -po/sk.po, 11, 81, 71, 0, 0, 0, 0, 11, 81 -po/dz.po, 8, 52, 21, 0, 0, 0, 0, 8, 52 -po/it.po, 11, 81, 86, 0, 0, 0, 0, 11, 81 -po/sr.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -po/oc.po, 5, 20, 29, 0, 0, 6, 61, 11, 81 -po/ml.po, 11, 81, 50, 0, 0, 0, 0, 11, 81 -po/ru.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -po/pt.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/et.po, 11, 81, 59, 0, 0, 0, 0, 11, 81 -po/ko.po, 11, 81, 72, 0, 0, 0, 0, 11, 81 -po/bg.po, 11, 81, 85, 0, 0, 0, 0, 11, 81 -po/kg.po, 11, 81, 55, 0, 0, 0, 0, 11, 81 -po/af.po, 10, 78, 84, 0, 0, 1, 3, 11, 81 diff --git a/results/f30/xen-4.11.1-4.fc30.src.rpm.errors.txt b/results/f30/xen-4.11.1-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 0da4d8b..0000000 --- a/results/f30/xen-4.11.1-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./tools/qemu-xen/po/Makefile) diff --git a/results/f30/xen-4.11.1-4.fc30.src.rpm.stats.csv b/results/f30/xen-4.11.1-4.fc30.src.rpm.stats.csv deleted file mode 100644 index 9bc26f8..0000000 --- a/results/f30/xen-4.11.1-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tools/qemu-xen/po/bg.po, 18, 33, 34, 0, 0, 0, 0, 18, 33 -tools/qemu-xen/po/hu.po, 11, 22, 21, 2, 4, 5, 7, 18, 33 -tools/qemu-xen/po/messages.po, 0, 0, 0, 0, 0, 18, 33, 18, 33 -tools/qemu-xen/po/zh_CN.po, 18, 33, 20, 0, 0, 0, 0, 18, 33 -tools/qemu-xen/po/it.po, 18, 33, 38, 0, 0, 0, 0, 18, 33 -tools/qemu-xen/po/tr.po, 11, 22, 21, 2, 4, 5, 7, 18, 33 -tools/qemu-xen/po/fr_FR.po, 18, 33, 39, 0, 0, 0, 0, 18, 33 -tools/qemu-xen/po/de_DE.po, 18, 33, 29, 0, 0, 0, 0, 18, 33 diff --git a/results/f30/xfsprogs-4.19.0-4.fc30.src.rpm.errors.txt b/results/f30/xfsprogs-4.19.0-4.fc30.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f30/xfsprogs-4.19.0-4.fc30.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f30/xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv b/results/f30/xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv deleted file mode 100644 index ceec014..0000000 --- a/results/f30/xfsprogs-4.19.0-4.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/xfsprogs.pot, 0, 0, 0, 0, 0, 2756, 24155, 2756, 24155 -po/pl.po, 2701, 23865, 23840, 0, 0, 0, 0, 2701, 23865 -po/de.po, 2346, 20310, 19623, 0, 0, 0, 0, 2346, 20310 diff --git a/results/f30/xkeyboard-config-2.24-5.fc30.src.rpm.errors.txt b/results/f30/xkeyboard-config-2.24-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 67ab8ab..0000000 --- a/results/f30/xkeyboard-config-2.24-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f30/xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv b/results/f30/xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv deleted file mode 100644 index aa881b1..0000000 --- a/results/f30/xkeyboard-config-2.24-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,43 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bg.po, 1093, 3719, 4757, 0, 0, 0, 0, 1093, 3719 -po/pt_BR.po, 1117, 3673, 4014, 0, 0, 0, 0, 1117, 3673 -po/ky.po, 590, 1371, 1517, 0, 0, 102, 536, 692, 1907 -po/gl.po, 1125, 3712, 4051, 0, 0, 0, 0, 1125, 3712 -po/cs.po, 1130, 3736, 3865, 0, 0, 0, 0, 1130, 3736 -po/sq.po, 362, 896, 987, 0, 0, 0, 0, 362, 896 -po/lt.po, 1048, 3524, 3751, 0, 0, 0, 0, 1048, 3524 -po/fr.po, 1130, 3736, 3956, 0, 0, 0, 0, 1130, 3736 -po/fi.po, 1130, 3736, 3327, 0, 0, 0, 0, 1130, 3736 -po/sv.po, 1130, 3736, 3601, 0, 0, 0, 0, 1130, 3736 -po/ro.po, 712, 1971, 2112, 0, 0, 32, 273, 744, 2244 -po/ko.po, 1130, 3736, 3654, 0, 0, 0, 0, 1130, 3736 -po/crh.po, 693, 1915, 1908, 1, 6, 0, 0, 694, 1921 -po/zh_TW.po, 1003, 3378, 2253, 0, 0, 0, 0, 1003, 3378 -po/rw.po, 76, 81, 82, 142, 657, 194, 399, 412, 1137 -po/nl.po, 1125, 3712, 3608, 0, 0, 0, 0, 1125, 3712 -po/az.po, 362, 896, 917, 0, 0, 0, 0, 362, 896 -po/eo.po, 1093, 3719, 3763, 0, 0, 0, 0, 1093, 3719 -po/it.po, 931, 3139, 3344, 0, 0, 0, 0, 931, 3139 -po/es.po, 1124, 3724, 4186, 0, 0, 6, 12, 1130, 3736 -po/sr.po, 457, 1259, 1281, 0, 0, 0, 0, 457, 1259 -po/el.po, 1017, 3435, 3600, 0, 0, 0, 0, 1017, 3435 -po/ru.po, 1125, 3712, 3847, 0, 0, 0, 0, 1125, 3712 -po/ka.po, 500, 1388, 1445, 0, 0, 0, 0, 500, 1388 -po/sk.po, 281, 929, 903, 428, 1331, 408, 1413, 1117, 3673 -po/da.po, 1130, 3736, 3631, 0, 0, 0, 0, 1130, 3736 -po/tr.po, 1130, 3736, 3711, 0, 0, 0, 0, 1130, 3736 -po/ca.po, 1130, 3736, 4018, 0, 0, 0, 0, 1130, 3736 -po/hr.po, 1125, 3712, 3831, 0, 0, 0, 0, 1125, 3712 -po/uk.po, 1130, 3736, 3782, 0, 0, 0, 0, 1130, 3736 -po/id.po, 1125, 3712, 3736, 0, 0, 0, 0, 1125, 3712 -po/de.po, 1125, 3712, 3613, 0, 0, 0, 0, 1125, 3712 -po/pl.po, 1130, 3736, 3631, 0, 0, 0, 0, 1130, 3736 -po/af.po, 362, 896, 881, 0, 0, 0, 0, 362, 896 -po/fur.po, 1095, 3608, 3906, 0, 0, 0, 0, 1095, 3608 -po/zh_CN.po, 456, 998, 684, 406, 1609, 268, 1129, 1130, 3736 -po/en_GB.po, 366, 1040, 1061, 42, 119, 15, 36, 423, 1195 -po/hu.po, 1125, 3712, 3722, 0, 0, 0, 0, 1125, 3712 -po/vi.po, 1093, 3719, 5452, 0, 0, 0, 0, 1093, 3719 -po/ja.po, 937, 3068, 2313, 19, 96, 38, 167, 994, 3331 -po/nb.po, 134, 179, 172, 4, 13, 528, 1629, 666, 1821 -po/sl.po, 943, 3114, 3268, 0, 0, 0, 0, 943, 3114 diff --git a/results/f30/xz-5.2.4-5.fc30.src.rpm.errors.txt b/results/f30/xz-5.2.4-5.fc30.src.rpm.errors.txt deleted file mode 100644 index 7142916..0000000 --- a/results/f30/xz-5.2.4-5.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f30/xz-5.2.4-5.fc30.src.rpm.stats.csv b/results/f30/xz-5.2.4-5.fc30.src.rpm.stats.csv deleted file mode 100644 index b7e4042..0000000 --- a/results/f30/xz-5.2.4-5.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,8 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 134, 1130, 1130, 7, 67, 20, 195, 161, 1392 -po/de.po, 159, 1378, 1309, 0, 0, 2, 14, 161, 1392 -po/fr.po, 146, 1259, 1449, 0, 0, 15, 133, 161, 1392 -po/it.po, 156, 1360, 1583, 0, 0, 5, 32, 161, 1392 -po/pl.po, 156, 1360, 1303, 0, 0, 5, 32, 161, 1392 -po/vi.po, 156, 1360, 1920, 0, 0, 5, 32, 161, 1392 -po/xz.pot, 0, 0, 0, 0, 0, 161, 1392, 161, 1392 diff --git a/results/f30/yelp-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/yelp-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index f12812f..0000000 --- a/results/f30/yelp-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f30/yelp-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/yelp-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index be09f85..0000000 --- a/results/f30/yelp-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,208 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/he.po, 104, 448, 385, 0, 0, 0, 0, 104, 448 -po/gu.gmo, 104, 452, 424, 0, 0, 0, 0, 104, 452 -po/uz.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -po/hu.gmo, 74, 351, 305, 0, 0, 0, 0, 74, 351 -po/ast.gmo, 115, 488, 512, 0, 0, 0, 0, 115, 488 -po/ga.gmo, 65, 155, 166, 0, 0, 0, 0, 65, 155 -po/bn_IN.po, 104, 452, 435, 0, 0, 0, 0, 104, 452 -po/xh.gmo, 151, 597, 501, 0, 0, 0, 0, 151, 597 -po/ar.gmo, 99, 430, 351, 0, 0, 0, 0, 99, 430 -po/pt_BR.gmo, 74, 351, 373, 0, 0, 0, 0, 74, 351 -po/de.po, 74, 351, 344, 0, 0, 0, 0, 74, 351 -po/uz.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -po/ka.po, 239, 957, 734, 0, 0, 0, 0, 239, 957 -po/ca@valencia.gmo, 67, 284, 336, 0, 0, 0, 0, 67, 284 -po/ku.gmo, 238, 956, 989, 0, 0, 0, 0, 238, 956 -po/ml.gmo, 73, 348, 276, 0, 0, 0, 0, 73, 348 -po/lv.po, 74, 351, 301, 0, 0, 0, 0, 74, 351 -po/zh_TW.po, 74, 351, 108, 0, 0, 0, 0, 74, 351 -po/en_GB.gmo, 121, 506, 506, 0, 0, 0, 0, 121, 506 -po/zh_CN.gmo, 73, 348, 113, 0, 0, 0, 0, 73, 348 -po/la.gmo, 13, 13, 24, 0, 0, 0, 0, 13, 13 -po/fur.po, 74, 351, 379, 0, 0, 0, 0, 74, 351 -po/pt_BR.po, 74, 351, 373, 0, 0, 0, 0, 74, 351 -po/is.po, 70, 293, 278, 0, 0, 3, 55, 73, 348 -po/af.po, 277, 780, 723, 19, 88, 18, 39, 314, 907 -po/gd.gmo, 67, 284, 378, 0, 0, 0, 0, 67, 284 -po/ro.gmo, 74, 351, 367, 0, 0, 0, 0, 74, 351 -po/li.po, 23, 51, 43, 47, 96, 78, 459, 148, 606 -po/ta.po, 104, 452, 353, 0, 0, 0, 0, 104, 452 -po/eo.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/ru.po, 74, 351, 311, 0, 0, 0, 0, 74, 351 -po/ml.po, 73, 348, 276, 0, 0, 0, 0, 73, 348 -po/ar.po, 99, 430, 351, 0, 0, 5, 18, 104, 448 -po/sr@latin.gmo, 104, 448, 390, 0, 0, 0, 0, 104, 448 -po/km.gmo, 121, 506, 215, 0, 0, 0, 0, 121, 506 -po/crh.gmo, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -po/nl.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/az.po, 38, 92, 84, 45, 80, 65, 434, 148, 606 -po/cs.gmo, 74, 351, 293, 0, 0, 0, 0, 74, 351 -po/ms.po, 73, 172, 170, 34, 74, 41, 360, 148, 606 -po/te.po, 104, 452, 363, 0, 0, 0, 0, 104, 452 -po/km.po, 121, 506, 215, 0, 0, 0, 0, 121, 506 -po/sq.po, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -po/he.gmo, 104, 448, 385, 0, 0, 0, 0, 104, 448 -po/fur.gmo, 74, 351, 379, 0, 0, 0, 0, 74, 351 -po/az.gmo, 38, 92, 84, 0, 0, 0, 0, 38, 92 -po/uz@cyrillic.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -po/ca.po, 74, 351, 401, 0, 0, 0, 0, 74, 351 -po/ka.gmo, 239, 957, 734, 0, 0, 0, 0, 239, 957 -po/pt.po, 104, 448, 473, 0, 0, 0, 0, 104, 448 -po/zh_CN.po, 73, 348, 113, 0, 0, 0, 0, 73, 348 -po/it.gmo, 74, 351, 375, 0, 0, 0, 0, 74, 351 -po/hr.gmo, 74, 351, 303, 0, 0, 0, 0, 74, 351 -po/fa.po, 104, 448, 420, 0, 0, 0, 0, 104, 448 -po/nb.po, 73, 348, 316, 0, 0, 0, 0, 73, 348 -po/ps.po, 156, 268, 307, 0, 0, 193, 767, 349, 1035 -po/el.gmo, 74, 351, 358, 0, 0, 0, 0, 74, 351 -po/hi.po, 104, 452, 484, 0, 0, 0, 0, 104, 452 -po/nso.po, 55, 110, 169, 33, 67, 60, 429, 148, 606 -po/ga.po, 65, 155, 166, 6, 29, 51, 323, 122, 507 -po/th.gmo, 122, 507, 190, 0, 0, 0, 0, 122, 507 -po/en_CA.po, 183, 792, 800, 0, 0, 0, 0, 183, 792 -po/da.po, 74, 351, 304, 0, 0, 0, 0, 74, 351 -po/mn.gmo, 38, 92, 90, 0, 0, 0, 0, 38, 92 -po/gl.po, 74, 351, 380, 0, 0, 0, 0, 74, 351 -po/as.gmo, 104, 452, 437, 0, 0, 0, 0, 104, 452 -po/dz.gmo, 239, 957, 501, 0, 0, 0, 0, 239, 957 -po/mg.po, 235, 941, 953, 4, 16, 0, 0, 239, 957 -po/sk.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/zh_HK.gmo, 104, 452, 141, 0, 0, 0, 0, 104, 452 -po/mr.gmo, 104, 452, 378, 0, 0, 0, 0, 104, 452 -po/fi.po, 74, 351, 281, 0, 0, 0, 0, 74, 351 -po/be@latin.po, 346, 1032, 964, 0, 0, 3, 3, 349, 1035 -po/bs.gmo, 104, 452, 389, 0, 0, 0, 0, 104, 452 -po/si.po, 60, 84, 124, 0, 0, 190, 925, 250, 1009 -po/mai.po, 217, 571, 659, 0, 0, 132, 464, 349, 1035 -po/bg.gmo, 104, 448, 472, 0, 0, 0, 0, 104, 448 -po/nso.gmo, 55, 110, 169, 0, 0, 0, 0, 55, 110 -po/yelp.pot, 0, 0, 0, 0, 0, 74, 351, 74, 351 -po/en_GB.po, 104, 448, 448, 0, 0, 0, 0, 104, 448 -po/la.po, 13, 13, 24, 0, 0, 336, 1022, 349, 1035 -po/cs.po, 74, 351, 293, 0, 0, 0, 0, 74, 351 -po/nn.po, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -po/af.gmo, 277, 780, 723, 0, 0, 0, 0, 277, 780 -po/sk.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/or.po, 104, 452, 418, 0, 0, 0, 0, 104, 452 -po/bn.po, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -po/ja.gmo, 72, 331, 122, 0, 0, 0, 0, 72, 331 -po/zh_HK.po, 104, 452, 141, 0, 0, 0, 0, 104, 452 -po/xh.po, 151, 597, 501, 0, 0, 0, 0, 151, 597 -po/ro.po, 74, 351, 367, 0, 0, 0, 0, 74, 351 -po/pl.gmo, 74, 351, 315, 0, 0, 0, 0, 74, 351 -po/hi.gmo, 104, 452, 484, 0, 0, 0, 0, 104, 452 -po/cy.gmo, 238, 956, 964, 0, 0, 0, 0, 238, 956 -po/be.gmo, 122, 507, 409, 0, 0, 0, 0, 122, 507 -po/br.po, 100, 176, 215, 22, 42, 235, 876, 357, 1094 -po/vi.po, 74, 351, 458, 0, 0, 0, 0, 74, 351 -po/es.gmo, 74, 351, 386, 0, 0, 0, 0, 74, 351 -po/gd.po, 67, 284, 378, 0, 0, 0, 0, 67, 284 -po/lv.gmo, 74, 351, 301, 0, 0, 0, 0, 74, 351 -po/es.po, 74, 351, 386, 0, 0, 0, 0, 74, 351 -po/it.po, 74, 351, 375, 0, 0, 0, 0, 74, 351 -po/ks.po, 212, 753, 787, 32, 90, 105, 192, 349, 1035 -po/fi.gmo, 74, 351, 281, 0, 0, 0, 0, 74, 351 -po/zu.gmo, 38, 92, 85, 0, 0, 0, 0, 38, 92 -po/ca.gmo, 74, 351, 401, 0, 0, 0, 0, 74, 351 -po/crh.po, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -po/tg.po, 104, 448, 436, 0, 0, 0, 0, 104, 448 -po/hu.po, 74, 351, 305, 0, 0, 0, 0, 74, 351 -po/hr.po, 74, 351, 303, 0, 0, 0, 0, 74, 351 -po/sl.gmo, 74, 351, 322, 0, 0, 0, 0, 74, 351 -po/tr.po, 74, 351, 278, 0, 0, 0, 0, 74, 351 -po/ug.po, 122, 507, 397, 0, 0, 0, 0, 122, 507 -po/et.gmo, 122, 507, 372, 0, 0, 0, 0, 122, 507 -po/pa.gmo, 104, 452, 457, 0, 0, 0, 0, 104, 452 -po/fr.gmo, 74, 351, 388, 0, 0, 0, 0, 74, 351 -po/zh_TW.gmo, 74, 351, 108, 0, 0, 0, 0, 74, 351 -po/wa.po, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -po/nn.gmo, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -po/ca@valencia.po, 67, 284, 336, 0, 0, 0, 0, 67, 284 -po/bn_IN.gmo, 104, 452, 435, 0, 0, 0, 0, 104, 452 -po/ky.po, 121, 506, 405, 0, 0, 0, 0, 121, 506 -po/uk.gmo, 104, 448, 366, 0, 0, 0, 0, 104, 448 -po/mai.gmo, 217, 571, 659, 0, 0, 0, 0, 217, 571 -po/ja.po, 72, 331, 122, 0, 0, 1, 17, 73, 348 -po/pa.po, 104, 452, 457, 0, 0, 0, 0, 104, 452 -po/nl.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/pt.gmo, 104, 448, 473, 0, 0, 0, 0, 104, 448 -po/ko.gmo, 74, 351, 286, 0, 0, 0, 0, 74, 351 -po/eo.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/eu.po, 104, 448, 370, 0, 0, 0, 0, 104, 448 -po/mk.po, 119, 502, 521, 0, 0, 0, 0, 119, 502 -po/ku.po, 238, 956, 989, 0, 0, 0, 0, 238, 956 -po/lt.po, 74, 351, 277, 0, 0, 0, 0, 74, 351 -po/lt.gmo, 74, 351, 277, 0, 0, 0, 0, 74, 351 -po/uz@cyrillic.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -po/mr.po, 104, 452, 378, 0, 0, 0, 0, 104, 452 -po/sq.gmo, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -po/gl.gmo, 74, 351, 380, 0, 0, 0, 0, 74, 351 -po/sr.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/gu.po, 104, 448, 420, 0, 0, 0, 0, 104, 448 -po/en_CA.gmo, 183, 792, 800, 0, 0, 0, 0, 183, 792 -po/dz.po, 239, 957, 501, 0, 0, 0, 0, 239, 957 -po/wa.gmo, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -po/tr.gmo, 74, 351, 278, 0, 0, 0, 0, 74, 351 -po/te.gmo, 104, 452, 363, 0, 0, 0, 0, 104, 452 -po/ug.gmo, 122, 507, 397, 0, 0, 0, 0, 122, 507 -po/fr.po, 74, 351, 388, 0, 0, 0, 0, 74, 351 -po/an.po, 104, 448, 495, 0, 0, 0, 0, 104, 448 -po/ta.gmo, 104, 452, 353, 0, 0, 0, 0, 104, 452 -po/kk.po, 49, 104, 99, 0, 0, 55, 344, 104, 448 -po/ko.po, 74, 351, 286, 0, 0, 0, 0, 74, 351 -po/li.gmo, 23, 51, 43, 0, 0, 0, 0, 23, 51 -po/bs.po, 104, 452, 389, 0, 0, 0, 0, 104, 452 -po/sl.po, 74, 351, 322, 0, 0, 0, 0, 74, 351 -po/cy.po, 238, 956, 964, 0, 0, 0, 0, 238, 956 -po/ru.gmo, 74, 351, 311, 0, 0, 0, 0, 74, 351 -po/mn.po, 38, 92, 90, 45, 80, 65, 434, 148, 606 -po/vi.gmo, 74, 351, 458, 0, 0, 0, 0, 74, 351 -po/ne.po, 67, 284, 269, 0, 0, 0, 0, 67, 284 -po/sv.po, 74, 351, 317, 0, 0, 0, 0, 74, 351 -po/am.po, 23, 51, 50, 46, 90, 79, 465, 148, 606 -po/et.po, 122, 507, 372, 0, 0, 0, 0, 122, 507 -po/zu.po, 38, 92, 85, 45, 80, 65, 434, 148, 606 -po/be@latin.gmo, 346, 1032, 964, 0, 0, 0, 0, 346, 1032 -po/am.gmo, 23, 51, 50, 0, 0, 0, 0, 23, 51 -po/si.gmo, 60, 84, 124, 0, 0, 0, 0, 60, 84 -po/pl.po, 74, 351, 315, 0, 0, 0, 0, 74, 351 -po/as.po, 104, 452, 437, 0, 0, 0, 0, 104, 452 -po/ast.po, 115, 488, 512, 0, 0, 0, 0, 115, 488 -po/ms.gmo, 73, 172, 170, 0, 0, 0, 0, 73, 172 -po/br.gmo, 100, 176, 215, 0, 0, 0, 0, 100, 176 -po/ps.gmo, 156, 268, 307, 0, 0, 0, 0, 156, 268 -po/sr@latin.po, 104, 448, 390, 0, 0, 0, 0, 104, 448 -po/th.po, 122, 507, 190, 0, 0, 0, 0, 122, 507 -po/eu.gmo, 104, 448, 370, 0, 0, 0, 0, 104, 448 -po/fa.gmo, 104, 448, 420, 0, 0, 0, 0, 104, 448 -po/is.gmo, 70, 293, 278, 0, 0, 0, 0, 70, 293 -po/nb.gmo, 73, 348, 316, 0, 0, 0, 0, 73, 348 -po/id.gmo, 74, 351, 319, 0, 0, 0, 0, 74, 351 -po/kn.gmo, 104, 452, 374, 0, 0, 0, 0, 104, 452 -po/be.po, 104, 448, 358, 0, 0, 0, 0, 104, 448 -po/da.gmo, 74, 351, 304, 0, 0, 0, 0, 74, 351 -po/de.gmo, 74, 351, 344, 0, 0, 0, 0, 74, 351 -po/ks.gmo, 212, 753, 787, 0, 0, 0, 0, 212, 753 -po/mg.gmo, 235, 941, 953, 0, 0, 0, 0, 235, 941 -po/nds.po, 160, 316, 294, 0, 0, 0, 0, 160, 316 -po/nds.gmo, 160, 316, 294, 0, 0, 0, 0, 160, 316 -po/rw.po, 20, 26, 29, 83, 481, 48, 90, 151, 597 -po/oc.gmo, 103, 442, 498, 0, 0, 0, 0, 103, 442 -po/ky.gmo, 121, 506, 405, 0, 0, 0, 0, 121, 506 -po/uk.po, 104, 448, 366, 0, 0, 0, 0, 104, 448 -po/bn.gmo, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -po/bg.po, 67, 284, 289, 0, 0, 0, 0, 67, 284 -po/id.po, 74, 351, 319, 0, 0, 0, 0, 74, 351 -po/mk.gmo, 119, 502, 521, 0, 0, 0, 0, 119, 502 -po/sr.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/an.gmo, 104, 448, 495, 0, 0, 0, 0, 104, 448 -po/kn.po, 104, 452, 374, 0, 0, 0, 0, 104, 452 -po/sv.gmo, 74, 351, 317, 0, 0, 0, 0, 74, 351 -po/oc.po, 103, 442, 499, 0, 0, 1, 6, 104, 448 -po/ne.gmo, 67, 284, 269, 0, 0, 0, 0, 67, 284 -po/tg.gmo, 104, 448, 436, 0, 0, 0, 0, 104, 448 -po/or.gmo, 104, 452, 418, 0, 0, 0, 0, 104, 452 -po/rw.gmo, 20, 26, 29, 0, 0, 0, 0, 20, 26 -po/kk.gmo, 48, 98, 96, 0, 0, 0, 0, 48, 98 -po/el.po, 74, 351, 358, 0, 0, 0, 0, 74, 351 diff --git a/results/f30/yelp-xsl-3.32.1-1.fc30.src.rpm.errors.txt b/results/f30/yelp-xsl-3.32.1-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 65f0243..0000000 --- a/results/f30/yelp-xsl-3.32.1-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f30/yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv b/results/f30/yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv deleted file mode 100644 index 0d8f324..0000000 --- a/results/f30/yelp-xsl-3.32.1-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,90 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/he.po, 59, 81, 88, 0, 0, 0, 0, 59, 81 -po/bn_IN.po, 99, 249, 249, 0, 0, 0, 0, 99, 249 -po/de.po, 62, 85, 86, 0, 0, 0, 0, 62, 85 -po/uz.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -po/ka.po, 80, 213, 205, 0, 0, 0, 0, 80, 213 -po/lv.po, 62, 85, 75, 0, 0, 0, 0, 62, 85 -po/zh_TW.po, 62, 85, 58, 0, 0, 0, 0, 62, 85 -po/fur.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -po/pt_BR.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -po/is.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -po/af.po, 59, 81, 84, 0, 0, 0, 0, 59, 81 -po/ta.po, 59, 81, 79, 0, 0, 0, 0, 59, 81 -po/ru.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -po/ml.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -po/ar.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/nl.po, 62, 85, 85, 0, 0, 0, 0, 62, 85 -po/te.po, 58, 80, 74, 0, 0, 0, 0, 58, 80 -po/en@shaw.po, 33, 41, 41, 0, 0, 0, 0, 33, 41 -po/km.po, 56, 78, 62, 0, 0, 1, 0, 57, 78 -po/sq.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -po/uz@cyrillic.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -po/ca.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -po/pt.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -po/zh_CN.po, 59, 81, 54, 0, 0, 0, 0, 59, 81 -po/fa.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -po/nb.po, 59, 81, 78, 0, 0, 0, 0, 59, 81 -po/hi.po, 59, 81, 92, 0, 0, 0, 0, 59, 81 -po/ga.po, 99, 249, 275, 0, 0, 0, 0, 99, 249 -po/en_CA.po, 92, 238, 238, 0, 0, 0, 0, 92, 238 -po/da.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -po/gl.po, 62, 85, 88, 0, 0, 0, 0, 62, 85 -po/mg.po, 80, 213, 124, 0, 0, 0, 0, 80, 213 -po/sk.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -po/fi.po, 62, 85, 73, 0, 0, 0, 0, 62, 85 -po/be@latin.po, 92, 238, 239, 0, 0, 0, 0, 92, 238 -po/si.po, 25, 26, 27, 0, 0, 32, 54, 57, 80 -po/mai.po, 83, 216, 216, 0, 0, 16, 33, 99, 249 -po/en_GB.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/cs.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -po/nn.po, 92, 238, 228, 0, 0, 0, 0, 92, 238 -po/or.po, 99, 249, 254, 0, 0, 0, 0, 99, 249 -po/bn.po, 80, 213, 215, 0, 0, 0, 0, 80, 213 -po/zh_HK.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -po/ro.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -po/vi.po, 59, 81, 111, 0, 0, 0, 0, 59, 81 -po/gd.po, 59, 81, 96, 0, 0, 0, 0, 59, 81 -po/es.po, 62, 85, 90, 0, 0, 0, 0, 62, 85 -po/it.po, 62, 85, 90, 0, 0, 0, 0, 62, 85 -po/tg.po, 59, 81, 85, 0, 0, 0, 0, 59, 81 -po/hu.po, 62, 85, 75, 0, 0, 0, 0, 62, 85 -po/hr.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -po/tr.po, 62, 85, 81, 0, 0, 0, 0, 62, 85 -po/ug.po, 59, 81, 89, 0, 0, 0, 0, 59, 81 -po/wa.po, 16, 19, 24, 1, 3, 57, 177, 74, 199 -po/ca@valencia.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -po/ky.po, 56, 78, 80, 2, 2, 0, 0, 58, 80 -po/ja.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -po/pa.po, 59, 81, 83, 0, 0, 0, 0, 59, 81 -po/eo.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/eu.po, 59, 81, 76, 0, 0, 0, 0, 59, 81 -po/mk.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -po/lt.po, 62, 85, 76, 0, 0, 0, 0, 62, 85 -po/mr.po, 99, 249, 248, 0, 0, 0, 0, 99, 249 -po/gu.po, 99, 249, 255, 0, 0, 0, 0, 99, 249 -po/dz.po, 92, 238, 170, 0, 0, 0, 0, 92, 238 -po/fr.po, 62, 85, 92, 0, 0, 0, 0, 62, 85 -po/kk.po, 42, 51, 52, 0, 0, 17, 30, 59, 81 -po/ko.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -po/bs.po, 59, 81, 75, 0, 0, 0, 0, 59, 81 -po/sl.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 -po/cy.po, 80, 213, 214, 0, 0, 0, 0, 80, 213 -po/mn.po, 80, 213, 224, 0, 0, 0, 0, 80, 213 -po/ne.po, 55, 70, 64, 1, 3, 3, 8, 59, 81 -po/sv.po, 62, 85, 84, 0, 0, 0, 0, 62, 85 -po/et.po, 59, 81, 68, 0, 0, 0, 0, 59, 81 -po/pl.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -po/as.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/ast.po, 52, 70, 76, 0, 0, 0, 0, 52, 70 -po/sr@latin.po, 59, 81, 74, 0, 0, 0, 0, 59, 81 -po/th.po, 58, 80, 56, 0, 0, 0, 0, 58, 80 -po/be.po, 62, 85, 79, 0, 0, 0, 0, 62, 85 -po/rw.po, 6, 6, 6, 8, 18, 60, 175, 74, 199 -po/uk.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/bg.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -po/id.po, 62, 85, 86, 0, 0, 0, 0, 62, 85 -po/sr.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -po/kn.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/oc.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -po/el.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 diff --git a/results/f30/zenity-3.32.0-1.fc30.src.rpm.errors.txt b/results/f30/zenity-3.32.0-1.fc30.src.rpm.errors.txt deleted file mode 100644 index 2411a7c..0000000 --- a/results/f30/zenity-3.32.0-1.fc30.src.rpm.errors.txt +++ /dev/null @@ -1,704 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/uk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/oc.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/en_GB.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/eu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bg.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f30/zenity-3.32.0-1.fc30.src.rpm.stats.csv b/results/f30/zenity-3.32.0-1.fc30.src.rpm.stats.csv deleted file mode 100644 index ea0666b..0000000 --- a/results/f30/zenity-3.32.0-1.fc30.src.rpm.stats.csv +++ /dev/null @@ -1,205 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/uk/uk.po, 259, 2379, 1960, 0, 0, 0, 0, 259, 2379 -help/da/da.po, 347, 2992, 2576, 0, 0, 0, 0, 347, 2992 -help/ja/ja.po, 339, 2899, 1208, 0, 0, 0, 0, 339, 2899 -help/de/de.po, 342, 2972, 2902, 5, 20, 0, 0, 347, 2992 -help/ca/ca.po, 259, 2379, 2602, 0, 0, 0, 0, 259, 2379 -help/sv/sv.po, 347, 2992, 2578, 0, 0, 0, 0, 347, 2992 -help/pt_BR/pt_BR.po, 347, 2992, 3400, 0, 0, 0, 0, 347, 2992 -help/zh_CN/zh_CN.po, 338, 2855, 805, 1, 44, 0, 0, 339, 2899 -help/gl/gl.po, 325, 2650, 2928, 0, 0, 14, 249, 339, 2899 -help/fr/fr.po, 347, 2992, 3503, 0, 0, 0, 0, 347, 2992 -help/ru/ru.po, 259, 2379, 2133, 0, 0, 0, 0, 259, 2379 -help/es/es.po, 347, 2992, 3444, 0, 0, 0, 0, 347, 2992 -help/oc/oc.po, 98, 234, 254, 0, 0, 155, 2091, 253, 2325 -help/hu/hu.po, 347, 2992, 2568, 0, 0, 0, 0, 347, 2992 -help/pl/pl.po, 347, 2992, 2588, 0, 0, 0, 0, 347, 2992 -help/en_GB/en_GB.po, 257, 2349, 2359, 0, 0, 0, 0, 257, 2349 -help/fi/fi.po, 259, 2379, 1580, 0, 0, 0, 0, 259, 2379 -help/sl/sl.po, 35, 70, 70, 0, 0, 224, 2309, 259, 2379 -help/el/el.po, 347, 2992, 2998, 0, 0, 0, 0, 347, 2992 -help/cs/cs.po, 347, 2992, 2882, 0, 0, 0, 0, 347, 2992 -help/eu/eu.po, 253, 2325, 1920, 0, 0, 0, 0, 253, 2325 -help/bg/bg.po, 248, 2309, 2326, 0, 0, 0, 0, 248, 2309 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_CA.gmo, 130, 559, 568, 0, 0, 0, 0, 130, 559 -po/ro.gmo, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -po/hr.gmo, 199, 896, 823, 0, 0, 0, 0, 199, 896 -po/cy.po, 118, 427, 467, 0, 0, 0, 0, 118, 427 -po/bn_IN.gmo, 159, 674, 846, 0, 0, 0, 0, 159, 674 -po/ast.gmo, 142, 612, 699, 0, 0, 0, 0, 142, 612 -po/ru.po, 196, 891, 865, 0, 0, 0, 0, 196, 891 -po/mn.po, 80, 256, 227, 21, 71, 11, 67, 112, 394 -po/ku.gmo, 18, 20, 20, 0, 0, 0, 0, 18, 20 -po/ka.gmo, 116, 421, 317, 0, 0, 0, 0, 116, 421 -po/am.gmo, 34, 70, 70, 0, 0, 0, 0, 34, 70 -po/nb.po, 196, 891, 847, 0, 0, 0, 0, 196, 891 -po/fa.gmo, 178, 775, 803, 0, 0, 0, 0, 178, 775 -po/zh_HK.gmo, 187, 841, 251, 0, 0, 0, 0, 187, 841 -po/mg.gmo, 120, 541, 643, 0, 0, 0, 0, 120, 541 -po/xh.gmo, 107, 359, 327, 0, 0, 0, 0, 107, 359 -po/bn.po, 136, 592, 667, 0, 0, 0, 0, 136, 592 -po/zh_CN.po, 199, 896, 255, 0, 0, 0, 0, 199, 896 -po/nl.gmo, 199, 896, 842, 0, 0, 0, 0, 199, 896 -po/af.po, 27, 88, 82, 0, 0, 134, 598, 161, 686 -po/az.po, 82, 272, 251, 20, 70, 10, 52, 112, 394 -po/en_CA.po, 130, 559, 568, 0, 0, 0, 0, 130, 559 -po/pl.po, 199, 896, 923, 0, 0, 0, 0, 199, 896 -po/ps.po, 82, 210, 217, 0, 0, 53, 372, 135, 582 -po/nn.po, 159, 674, 613, 0, 0, 0, 0, 159, 674 -po/ml.gmo, 199, 896, 783, 0, 0, 0, 0, 199, 896 -po/be.gmo, 199, 896, 861, 0, 0, 0, 0, 199, 896 -po/sr@latin.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/cy.gmo, 118, 427, 467, 0, 0, 0, 0, 118, 427 -po/hi.gmo, 171, 742, 833, 0, 0, 0, 0, 171, 742 -po/gl.po, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -po/be.po, 199, 896, 861, 0, 0, 0, 0, 199, 896 -po/cs.po, 199, 896, 869, 0, 0, 0, 0, 199, 896 -po/es.gmo, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -po/he.po, 175, 834, 839, 0, 0, 0, 0, 175, 834 -po/kk.po, 80, 335, 296, 0, 0, 116, 556, 196, 891 -po/ta.gmo, 178, 775, 644, 0, 0, 0, 0, 178, 775 -po/it.po, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -po/lt.po, 199, 896, 790, 0, 0, 0, 0, 199, 896 -po/sq.gmo, 135, 582, 701, 0, 0, 0, 0, 135, 582 -po/hu.po, 199, 896, 837, 0, 0, 0, 0, 199, 896 -po/vi.po, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -po/zh_TW.gmo, 199, 896, 272, 0, 0, 0, 0, 199, 896 -po/tg.gmo, 36, 76, 86, 0, 0, 0, 0, 36, 76 -po/as.po, 187, 841, 870, 0, 0, 0, 0, 187, 841 -po/fr.gmo, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -po/nl.po, 199, 896, 842, 0, 0, 0, 0, 199, 896 -po/ca@valencia.po, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -po/bn_IN.po, 159, 674, 846, 0, 0, 0, 0, 159, 674 -po/be@latin.po, 135, 582, 541, 0, 0, 0, 0, 135, 582 -po/ar.po, 159, 674, 658, 0, 0, 0, 0, 159, 674 -po/ja.gmo, 171, 823, 260, 0, 0, 0, 0, 171, 823 -po/ug.po, 178, 775, 712, 0, 0, 0, 0, 178, 775 -po/si.gmo, 130, 559, 586, 0, 0, 0, 0, 130, 559 -po/th.gmo, 196, 891, 322, 0, 0, 0, 0, 196, 891 -po/is.gmo, 55, 139, 119, 0, 0, 0, 0, 55, 139 -po/nb.gmo, 196, 891, 847, 0, 0, 0, 0, 196, 891 -po/eu.po, 199, 896, 756, 0, 0, 0, 0, 199, 896 -po/sr.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/ca.gmo, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -po/uk.po, 174, 751, 685, 0, 0, 0, 0, 174, 751 -po/xh.po, 107, 359, 327, 1, 6, 4, 29, 112, 394 -po/fi.po, 167, 680, 531, 23, 144, 9, 72, 199, 896 -po/es.po, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -po/ga.po, 89, 329, 345, 0, 0, 47, 260, 136, 589 -po/nn.gmo, 159, 674, 613, 0, 0, 0, 0, 159, 674 -po/sl.gmo, 199, 896, 885, 0, 0, 0, 0, 199, 896 -po/de.gmo, 199, 896, 835, 0, 0, 0, 0, 199, 896 -po/sv.po, 199, 896, 805, 0, 0, 0, 0, 199, 896 -po/mi.po, 0, 0, 0, 34, 99, 78, 295, 112, 394 -po/it.gmo, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -po/ug.gmo, 178, 775, 712, 0, 0, 0, 0, 178, 775 -po/ar.gmo, 159, 674, 658, 0, 0, 0, 0, 159, 674 -po/as.gmo, 187, 841, 870, 0, 0, 0, 0, 187, 841 -po/bn.gmo, 136, 592, 667, 0, 0, 0, 0, 136, 592 -po/oc.gmo, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -po/tg.po, 36, 76, 86, 0, 0, 142, 699, 178, 775 -po/rw.po, 9, 13, 12, 91, 341, 12, 40, 112, 394 -po/he.gmo, 175, 834, 839, 0, 0, 0, 0, 175, 834 -po/et.gmo, 180, 783, 639, 0, 0, 0, 0, 180, 783 -po/hi.po, 171, 742, 833, 0, 0, 0, 0, 171, 742 -po/oc.po, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -po/bs.po, 190, 877, 846, 0, 0, 0, 0, 190, 877 -po/ne.gmo, 130, 559, 564, 0, 0, 0, 0, 130, 559 -po/eo.po, 198, 881, 787, 0, 0, 1, 15, 199, 896 -po/am.po, 34, 70, 70, 16, 50, 62, 274, 112, 394 -po/ka.po, 116, 421, 317, 0, 0, 4, 120, 120, 541 -po/eu.gmo, 199, 896, 756, 0, 0, 0, 0, 199, 896 -po/mr.po, 135, 582, 559, 0, 0, 0, 0, 135, 582 -po/af.gmo, 27, 88, 82, 0, 0, 0, 0, 27, 88 -po/id.po, 199, 896, 845, 0, 0, 0, 0, 199, 896 -po/el.po, 199, 896, 986, 0, 0, 0, 0, 199, 896 -po/lv.gmo, 199, 896, 789, 0, 0, 0, 0, 199, 896 -po/en_GB.po, 196, 891, 913, 0, 0, 0, 0, 196, 891 -po/pt.po, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -po/mg.po, 120, 541, 643, 0, 0, 0, 0, 120, 541 -po/ms.gmo, 82, 272, 245, 0, 0, 0, 0, 82, 272 -po/kn.gmo, 135, 582, 535, 0, 0, 0, 0, 135, 582 -po/ga.gmo, 89, 329, 345, 0, 0, 0, 0, 89, 329 -po/fur.gmo, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -po/uk.gmo, 174, 751, 685, 0, 0, 0, 0, 174, 751 -po/sk.po, 199, 896, 920, 0, 0, 0, 0, 199, 896 -po/ko.po, 199, 896, 803, 0, 0, 0, 0, 199, 896 -po/en@shaw.gmo, 142, 612, 613, 0, 0, 0, 0, 142, 612 -po/mai.gmo, 128, 551, 581, 0, 0, 0, 0, 128, 551 -po/ca@valencia.gmo, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -po/si.po, 130, 559, 586, 0, 0, 0, 0, 130, 559 -po/bg.po, 174, 751, 942, 0, 0, 0, 0, 174, 751 -po/de.po, 199, 896, 835, 0, 0, 0, 0, 199, 896 -po/vi.gmo, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -po/fur.po, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -po/sr@latin.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/ast.po, 142, 612, 699, 0, 0, 0, 0, 142, 612 -po/or.gmo, 159, 674, 690, 0, 0, 0, 0, 159, 674 -po/ps.gmo, 82, 210, 217, 0, 0, 0, 0, 82, 210 -po/lv.po, 199, 896, 789, 0, 0, 0, 0, 199, 896 -po/pt.gmo, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -po/pt_BR.gmo, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -po/te.gmo, 171, 742, 640, 0, 0, 0, 0, 171, 742 -po/dz.po, 129, 554, 267, 0, 0, 0, 0, 129, 554 -po/sr.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/mr.gmo, 135, 582, 559, 0, 0, 0, 0, 135, 582 -po/el.gmo, 199, 896, 986, 0, 0, 0, 0, 199, 896 -po/da.gmo, 199, 896, 753, 0, 0, 0, 0, 199, 896 -po/pl.gmo, 199, 896, 923, 0, 0, 0, 0, 199, 896 -po/ru.gmo, 196, 891, 865, 0, 0, 0, 0, 196, 891 -po/kk.gmo, 80, 335, 296, 0, 0, 0, 0, 80, 335 -po/mai.po, 128, 551, 581, 0, 0, 6, 28, 134, 579 -po/or.po, 159, 674, 690, 0, 0, 0, 0, 159, 674 -po/bg.gmo, 174, 751, 942, 0, 0, 0, 0, 174, 751 -po/ta.po, 178, 775, 644, 0, 0, 0, 0, 178, 775 -po/mn.gmo, 80, 256, 227, 0, 0, 0, 0, 80, 256 -po/id.gmo, 199, 896, 845, 0, 0, 0, 0, 199, 896 -po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hr.po, 199, 896, 823, 0, 0, 0, 0, 199, 896 -po/mk.po, 135, 582, 598, 0, 0, 0, 0, 135, 582 -po/fa.po, 178, 775, 803, 0, 0, 0, 0, 178, 775 -po/mk.gmo, 135, 582, 598, 0, 0, 0, 0, 135, 582 -po/ne.po, 130, 559, 564, 0, 0, 0, 0, 130, 559 -po/sv.gmo, 199, 896, 805, 0, 0, 0, 0, 199, 896 -po/lt.gmo, 199, 896, 790, 0, 0, 0, 0, 199, 896 -po/tr.po, 199, 896, 793, 0, 0, 0, 0, 199, 896 -po/zh_TW.po, 199, 896, 272, 0, 0, 0, 0, 199, 896 -po/pa.gmo, 174, 751, 802, 0, 0, 0, 0, 174, 751 -po/eo.gmo, 198, 881, 787, 0, 0, 0, 0, 198, 881 -po/en_GB.gmo, 196, 891, 913, 0, 0, 0, 0, 196, 891 -po/ro.po, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -po/zh_HK.po, 187, 841, 251, 0, 0, 0, 0, 187, 841 -po/is.po, 55, 139, 119, 34, 125, 23, 130, 112, 394 -po/zh_CN.gmo, 199, 896, 255, 0, 0, 0, 0, 199, 896 -po/sq.po, 135, 582, 701, 0, 0, 0, 0, 135, 582 -po/fr.po, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -po/sk.gmo, 199, 896, 920, 0, 0, 0, 0, 199, 896 -po/rw.gmo, 9, 13, 12, 0, 0, 0, 0, 9, 13 -po/tr.gmo, 199, 896, 793, 0, 0, 0, 0, 199, 896 -po/fi.gmo, 167, 680, 531, 0, 0, 0, 0, 167, 680 -po/sl.po, 199, 896, 885, 0, 0, 0, 0, 199, 896 -po/zenity.pot, 0, 0, 0, 0, 0, 199, 896, 199, 896 -po/ku.po, 18, 20, 20, 1, 4, 93, 370, 112, 394 -po/gu.po, 159, 674, 694, 0, 0, 0, 0, 159, 674 -po/be@latin.gmo, 135, 582, 541, 0, 0, 0, 0, 135, 582 -po/pa.po, 174, 751, 802, 0, 0, 0, 0, 174, 751 -po/gu.gmo, 159, 674, 694, 0, 0, 0, 0, 159, 674 -po/ja.po, 171, 823, 260, 2, 9, 2, 2, 175, 834 -po/az.gmo, 82, 272, 251, 0, 0, 0, 0, 82, 272 -po/gl.gmo, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -po/ml.po, 199, 896, 783, 0, 0, 0, 0, 199, 896 -po/te.po, 171, 742, 640, 0, 0, 0, 0, 171, 742 -po/kn.po, 135, 582, 535, 0, 0, 0, 0, 135, 582 -po/et.po, 180, 783, 639, 0, 0, 0, 0, 180, 783 -po/bs.gmo, 190, 877, 846, 0, 0, 0, 0, 190, 877 -po/en@shaw.po, 142, 612, 613, 0, 0, 0, 0, 142, 612 -po/ko.gmo, 199, 896, 803, 0, 0, 0, 0, 199, 896 -po/da.po, 199, 896, 753, 0, 0, 0, 0, 199, 896 -po/th.po, 196, 891, 322, 0, 0, 0, 0, 196, 891 -po/ca.po, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -po/hu.gmo, 199, 896, 837, 0, 0, 0, 0, 199, 896 -po/dz.gmo, 129, 554, 267, 0, 0, 0, 0, 129, 554 -po/ms.po, 82, 272, 245, 20, 70, 10, 52, 112, 394 -po/pt_BR.po, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -po/cs.gmo, 199, 896, 869, 0, 0, 0, 0, 199, 896 diff --git a/results/f31/0.error.lang with point.csv b/results/f31/0.error.lang with point.csv deleted file mode 100644 index 8b68913..0000000 --- a/results/f31/0.error.lang with point.csv +++ /dev/null @@ -1 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script diff --git a/results/f31/0.error.language not in cldr.csv b/results/f31/0.error.language not in cldr.csv deleted file mode 100644 index 477e7ec..0000000 --- a/results/f31/0.error.language not in cldr.csv +++ /dev/null @@ -1,10 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory,language_name,script_name,territory_name,full_language_code -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/wba.po,0,0,0,0,0,1198,7236,1198,7236,wba.po,,wba,,,,,wba -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/mjw.po,38,102,105,0,0,35,173,73,275,mjw.po,,mjw,,,,,mjw -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/nhn.po,2,4,4,0,0,0,0,2,4,nhn.po,,nhn,,,,,nhn -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/son.po,211,261,265,1,2,208,719,420,982,son.po,,son,,,,,son -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nah.po,182,234,222,2,8,236,740,420,982,nah.po,,nah,,,,,nah -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mo.po,27,31,31,0,0,393,951,420,982,mo.po,,mo,,,,,mo -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mhr.po,107,129,119,2,8,311,845,420,982,mhr.po,,mhr,,,,,mhr -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/gr.po,162,1063,1170,72,714,41,653,275,2430,gr.po,,gr,,,,,gr -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/cmn.po,628,3183,1375,40,194,201,1145,869,4522,cmn.po,,cmn,,,,,cmn diff --git a/results/f31/0.error.languages is numeric.csv b/results/f31/0.error.languages is numeric.csv deleted file mode 100644 index eba5f57..0000000 --- a/results/f31/0.error.languages is numeric.csv +++ /dev/null @@ -1 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory diff --git a/results/f31/0.error.len(language)>3.csv b/results/f31/0.error.len(language)>3.csv deleted file mode 100644 index c233ee4..0000000 --- a/results/f31/0.error.len(language)>3.csv +++ /dev/null @@ -1,27 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory -boost-1.69.0-9.fc31.src.rpm.stats.csv,tools/build/example/gettext/russian.po,1,1,2,0,0,0,0,1,1,russian.po,,russian, -ceph-14.2.4-1.fc31.src.rpm.stats.csv,src/boost/tools/build/example/gettext/russian.po,1,1,2,0,0,0,0,1,1,russian.po,,russian, -lvm2-2.03.05-2.fc31.src.rpm.stats.csv,po/lvm2.po,0,0,0,0,0,1556,9826,1556,9826,lvm2.po,,lvm2, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/ja/lc_messages/zenmap.mo,474,3393,1203,0,0,0,0,474,3393,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/ru/lc_messages/zenmap.mo,365,1860,1602,0,0,0,0,365,1860,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/it/lc_messages/zenmap.mo,481,3518,3743,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/de/lc_messages/zenmap.mo,481,3518,3425,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/pl/lc_messages/zenmap.mo,480,3521,3249,0,0,0,0,480,3521,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/hr/lc_messages/zenmap.mo,269,1053,1006,0,0,0,0,269,1053,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/fr/lc_messages/zenmap.mo,481,3518,4019,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/zh/lc_messages/zenmap.mo,481,3523,642,0,0,0,0,481,3523,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/es/lc_messages/zenmap.mo,481,3518,3880,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/hi/lc_messages/zenmap.mo,481,3518,3386,0,0,0,0,481,3518,zenmap.mo,,zenmap, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br/lc_messages/zenmap.mo,85,165,194,0,0,0,0,85,165,zenmap.mo,,zenmap, -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/ru_ru/lc_messages/humanize.po,52,97,110,0,0,0,0,52,97,humanize.po,,humanize, -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/ru_ru/lc_messages/humanize.mo,52,97,110,0,0,0,0,52,97,humanize.mo,,humanize, -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/ko_kr/lc_messages/humanize.po,33,78,54,19,19,0,0,52,97,humanize.po,,humanize, -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/ko_kr/lc_messages/humanize.mo,33,78,54,0,0,0,0,33,78,humanize.mo,,humanize, -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.po,32,77,83,20,20,0,0,52,97,humanize.po,,humanize, -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.mo,32,77,83,0,0,0,0,32,77,humanize.mo,,humanize, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/it/cweb.po,128,578,829,0,0,0,0,128,578,cweb.po,,cweb, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/cweb.po,128,578,711,0,0,0,0,128,578,cweb.po,,cweb, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/cweb-tl.po,6,32,32,0,0,0,0,6,32,cweb-tl.po,,cweb-tl, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/web2c-help.po,27,201,196,0,0,0,0,27,201,web2c-help.po,,web2c-help, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,utils/asymptote/gui/locale/th/lc_messages/base.po,1,1,1,0,0,0,0,1,1,base.po,,base, -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/messages.po,0,0,0,0,0,19,35,19,35,messages.po,,messages, diff --git a/results/f31/0.error.len(territory)>2.csv b/results/f31/0.error.len(territory)>2.csv deleted file mode 100644 index fbd970a..0000000 --- a/results/f31/0.error.len(territory)>2.csv +++ /dev/null @@ -1,2 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/zh_hant.po,115,258,115,0,0,0,0,115,258,zh_hant.po,,zh,hant diff --git a/results/f31/0.error.no population for this language-territory couple.csv b/results/f31/0.error.no population for this language-territory couple.csv deleted file mode 100644 index 4a60fca..0000000 --- a/results/f31/0.error.no population for this language-territory couple.csv +++ /dev/null @@ -1,47 +0,0 @@ -language,territory,terr -pt,br, -zh,cn, -zh,tw, -zh,hk, -bn,in, -ru,ru, -en,us, -en,gb, -de,ch, -kw,gb, -en,ca, -en,nz, -en,au, -az,ir, -sl,si, -pt,pt, -nb,no, -ta,in, -pl,pl, -es,ve, -es,uy, -es,sv, -es,pr, -es,pe, -es,pa, -es,ni, -es,mx, -es,hn, -es,gt, -es,es, -es,ec, -es,do, -es,cr, -es,co, -es,cl, -es,ar, -tt,ru, -ur,pk, -et,ee, -vi,vn, -si,lk, -lv,lv, -lt,lt, -bn,bd, -fr,fr, -de,de, diff --git a/results/f31/1.debug.lang.csv b/results/f31/1.debug.lang.csv deleted file mode 100644 index 5db3ac7..0000000 --- a/results/f31/1.debug.lang.csv +++ /dev/null @@ -1,240 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -avahi-0.7-20.fc31.src.rpm.stats.csv,po/en_nz.po,152,758,758,11,89,5,21,168,868,en_nz.po,en_nz,en_nz,,en,nz -ceph-14.2.4-1.fc31.src.rpm.stats.csv,src/boost/tools/build/example/gettext/russian.po,1,1,2,0,0,0,0,1,1,russian.po,russian,russian,,russian, -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/sl_si.po,15,93,80,0,0,1,3,16,96,sl_si.po,sl_si,sl_si,,sl,si -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ts.po,320,1589,1886,0,0,0,0,320,1589,ts.po,ts,ts,,ts, -git-2.23.0-1.fc31.src.rpm.stats.csv,po/pt_pt.po,3198,21526,24299,0,0,0,0,3198,21526,pt_pt.po,pt_pt,pt_pt,,pt,pt -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/nhn.po,2,4,4,0,0,0,0,2,4,nhn.po,nhn,nhn,,nhn, -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/szl.po,39,103,93,0,0,0,0,39,103,szl.po,szl,szl,,szl, -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,808,2417,821,2432,az_ir.po,az_ir,az_ir,,az,ir -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/guc.po,3,8,10,0,0,0,0,3,8,guc.po,guc,guc,,guc, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/son.po,211,261,265,1,2,208,719,420,982,son.po,son,son,,son, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pi.po,161,186,175,0,0,259,796,420,982,pi.po,pi,pi,,pi, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pap.po,0,0,0,183,233,237,749,420,982,pap.po,pap,pap,,pap, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nv.po,85,111,257,2,8,333,863,420,982,nv.po,nv,nv,,nv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nah.po,182,234,222,2,8,236,740,420,982,nah.po,nah,nah,,nah, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/na.po,151,187,178,2,8,267,787,420,982,na.po,na,na,,na, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mo.po,27,31,31,0,0,393,951,420,982,mo.po,mo,mo,,mo, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kv.po,109,133,128,2,8,309,841,420,982,kv.po,kv,kv,,kv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kl.po,0,0,0,98,123,322,859,420,982,kl.po,kl,kl,,kl, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ki.po,115,145,141,2,8,303,829,420,982,ki.po,ki,ki,,ki, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kab.po,138,173,169,2,8,280,801,420,982,kab.po,kab,kab,,kab, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/jam.po,191,251,242,2,8,227,723,420,982,jam.po,jam,jam,,jam, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/iu.po,26,33,29,2,8,392,941,420,982,iu.po,iu,iu,,iu, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/gn.po,209,257,257,3,6,208,719,420,982,gn.po,gn,gn,,gn, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ff.po,82,96,86,2,8,336,878,420,982,ff.po,ff,ff,,ff, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ee.po,0,0,0,149,197,271,785,420,982,ee.po,ee,ee,,ee, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/dv.po,203,276,258,3,10,214,696,420,982,dv.po,dv,dv,,dv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/cv.po,201,277,268,3,10,216,695,420,982,cv.po,cv,cv,,cv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ckb.po,191,255,241,2,8,227,719,420,982,ckb.po,ckb,ckb,,ckb, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/chr.po,100,120,114,2,8,318,854,420,982,chr.po,chr,chr,,chr, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ch.po,23,31,25,0,0,397,951,420,982,ch.po,ch,ch,,ch, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bi.po,0,0,0,81,103,339,879,420,982,bi.po,bi,bi,,bi, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bar.po,153,200,188,2,8,265,774,420,982,bar.po,bar,bar,,bar, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ba.po,0,0,0,201,278,219,704,420,982,ba.po,ba,ba,,ba, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ay.po,0,0,0,69,98,351,884,420,982,ay.po,ay,ay,,ay, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ak.po,0,0,0,43,63,377,919,420,982,ak.po,ak,ak,,ak, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ace.po,0,0,0,180,237,240,745,420,982,ace.po,ace,ace,,ace, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ab.po,0,0,0,50,72,370,910,420,982,ab.po,ab,ab,,ab, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/wal.po,1,2,2,4,15,26,87,31,104,wal.po,wal,wal,,wal, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sw.po,0,0,0,2,5,29,99,31,104,sw.po,sw,sw,,sw, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/so.po,0,0,0,8,35,23,69,31,104,so.po,so,so,,so, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/haw.po,0,0,0,0,0,31,104,31,104,haw.po,haw,haw,,haw, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ve.po,40,40,42,4327,5593,4878,8215,9245,13848,ve.po,ve,ve,,ve, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tt.po,149,155,156,3305,4421,5791,9272,9245,13848,tt.po,tt,tt,,tt, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tig.po,120,123,120,2922,3857,6203,9868,9245,13848,tig.po,tig,tig,,tig, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ti.po,121,124,121,2921,3856,6203,9868,9245,13848,ti.po,ti,ti,,ti, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/mt.po,239,261,264,4890,6429,4116,7158,9245,13848,mt.po,mt,mt,,mt, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/kok.po,119,124,122,2925,3904,6201,9820,9245,13848,kok.po,kok,kok,,kok, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/gez.po,120,123,120,2922,3857,6203,9868,9245,13848,gez.po,gez,gez,,gez, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/byn.po,120,123,120,2922,3857,6203,9868,9245,13848,byn.po,byn,byn,,byn, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/zh_hant.po,115,258,115,0,0,0,0,115,258,zh_hant.po,zh_hant,zh_hant,,zh,hant -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/sc.po,115,258,269,0,0,0,0,115,258,sc.po,sc,sc,,sc, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/nb_no.po,12,26,20,1,2,102,230,115,258,nb_no.po,nb_no,nb_no,,nb,no -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/gr.po,162,1063,1170,72,714,41,653,275,2430,gr.po,gr,gr,,gr, -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ta_in.po,4,59,39,3,11,5,13,12,83,ta_in.po,ta_in,ta_in,,ta,in -libconfig-1.7.2-4.fc31.src.rpm.stats.csv,contrib/ls-config/src/po/pl_pl.po,52,255,260,0,0,0,0,52,255,pl_pl.po,pl_pl,pl_pl,,pl,pl -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/en_au.po,1172,6930,6930,5,47,0,0,1177,6977,en_au.po,en_au,en_au,,en,au -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ang.po,46,51,57,0,0,2655,3612,2701,3663,ang.po,ang,ang,,ang, -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ve.po,235,664,735,0,0,0,0,235,664,es_ve.po,es_ve,es_ve,,es,ve -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_uy.po,235,664,735,0,0,0,0,235,664,es_uy.po,es_uy,es_uy,,es,uy -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_sv.po,235,664,735,0,0,0,0,235,664,es_sv.po,es_sv,es_sv,,es,sv -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pr.po,235,664,735,0,0,0,0,235,664,es_pr.po,es_pr,es_pr,,es,pr -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pe.po,235,664,735,0,0,0,0,235,664,es_pe.po,es_pe,es_pe,,es,pe -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pa.po,235,664,735,0,0,0,0,235,664,es_pa.po,es_pa,es_pa,,es,pa -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ni.po,235,664,735,0,0,0,0,235,664,es_ni.po,es_ni,es_ni,,es,ni -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_hn.po,235,664,735,0,0,0,0,235,664,es_hn.po,es_hn,es_hn,,es,hn -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_gt.po,235,664,735,0,0,0,0,235,664,es_gt.po,es_gt,es_gt,,es,gt -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ec.po,235,664,735,0,0,0,0,235,664,es_ec.po,es_ec,es_ec,,es,ec -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_do.po,235,664,735,0,0,0,0,235,664,es_do.po,es_do,es_do,,es,do -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_cr.po,235,664,735,0,0,0,0,235,664,es_cr.po,es_cr,es_cr,,es,cr -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_co.po,235,664,735,0,0,0,0,235,664,es_co.po,es_co,es_co,,es,co -libvisual-0.4.0-27.fc31.src.rpm.stats.csv,po/es_es.po,62,303,364,51,204,92,548,205,1055,es_es.po,es_es,es_es,,es,es -libvisual-0.4.0-27.fc31.src.rpm.stats.csv,po/es_ar.po,62,303,364,51,204,92,548,205,1055,es_ar.po,es_ar,es_ar,,es,ar -lvm2-2.03.05-2.fc31.src.rpm.stats.csv,po/lvm2.po,0,0,0,0,0,1556,9826,1556,9826,lvm2.po,lvm2,lvm2,,lvm2, -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/tt_ru.po,12,29,28,4,9,150,717,166,755,tt_ru.po,tt_ru,tt_ru,,tt,ru -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/lg.po,111,295,376,0,0,55,460,166,755,lg.po,lg,lg,,lg, -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ur_pk.po,12,29,33,4,9,150,717,166,755,ur_pk.po,ur_pk,ur_pk,,ur,pk -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/frp.po,10,16,16,5,15,151,724,166,755,frp.po,frp,frp,,frp, -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ht.po,30,114,117,0,0,0,0,30,114,ht.po,ht,ht,,ht, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/yi.po,29,31,31,32,59,1153,6886,1214,6976,yi.po,yi,yi,,yi, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,994,5001,4101,81,321,139,1654,1214,6976,tk.po,tk,tk,,tk, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/io.po,451,1283,1212,14,44,766,6127,1231,7454,io.po,io,io,,io, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ig.po,723,3745,3973,386,2655,205,1744,1314,8144,ig.po,ig,ig,,ig, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ha.po,723,3745,4634,386,2655,205,1744,1314,8144,ha.po,ha,ha,,ha, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/fy.po,484,946,932,0,0,959,7938,1443,8884,fy.po,fy,fy,,fy, -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ln.po,8,45,56,0,0,0,0,8,45,ln.po,ln,ln,,ln, -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv,po/et_ee.po,532,2439,2388,0,0,2,10,534,2449,et_ee.po,et_ee,et_ee,,et,ee -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/zh.po,481,3523,642,0,0,0,0,481,3523,zh.po,zh,zh,,zh, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br/lc_messages/zenmap.mo,85,165,194,0,0,0,0,85,165,zenmap.mo,zenmap,zenmap,,zenmap, -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/fil.po,6,6,8,0,0,692,4487,698,4493,fil.po,fil,fil,,fil, -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/vi_vn.po,0,0,0,0,0,1078,7678,1078,7678,vi_vn.po,vi_vn,vi_vn,,vi,vn -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/si_lk.po,0,0,0,0,0,1078,7678,1078,7678,si_lk.po,si_lk,si_lk,,si,lk -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lv_lv.po,0,0,0,0,0,1078,7678,1078,7678,lv_lv.po,lv_lv,lv_lv,,lv,lv -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lt_lt.po,0,0,0,0,0,1078,7678,1078,7678,lt_lt.po,lt_lt,lt_lt,,lt,lt -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/es_mx.po,0,0,0,0,0,1078,7678,1078,7678,es_mx.po,es_mx,es_mx,,es,mx -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bn_bd.po,0,0,0,0,0,1078,7678,1078,7678,bn_bd.po,bn_bd,bn_bd,,bn,bd -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.mo,32,77,83,0,0,0,0,32,77,humanize.mo,humanize,humanize,,humanize, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/no.po,0,0,0,0,0,23,109,23,109,no.po,no,no,,no, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,23,109,23,109,ach.po,ach,ach,,ach, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,23,109,23,109,wo.po,wo,wo,,wo, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,23,109,23,109,ru_ru.po,ru_ru,ru_ru,,ru,ru -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,23,109,23,109,en_us.po,en_us,en_us,,en,us -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,23,109,23,109,aln.po,aln,aln,,aln, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,16,42,16,42,anp.po,anp,anp,,anp, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,16,42,16,42,bal.po,bal,bal,,bal, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,16,42,16,42,kw_gb.po,kw_gb,kw_gb,,kw,gb -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/wba.po,0,0,0,0,0,16,42,16,42,wba.po,wba,wba,,wba, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,16,42,16,42,yo.po,yo,yo,,yo, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,16,42,16,42,tw.po,tw,tw,,tw, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,16,42,16,42,kw@uccor.po,kw@uccor,kw,uccor,kw, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,16,42,16,42,brx.po,brx,brx,,brx, -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/es_cl.po,0,0,0,0,0,125,778,125,778,es_cl.po,es_cl,es_cl,,es,cl -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/cmn.po,628,3183,1375,40,194,201,1145,869,4522,cmn.po,cmn,cmn,,cmn, -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/tl.po,209,1015,1265,186,1271,204,1807,599,4093,tl.po,tl,tl,,tl, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/shn.po,4,4,8,0,0,141,585,145,589,shn.po,shn,shn,,shn, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/se.po,22,29,33,0,0,123,560,145,589,se.po,se,se,,se, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sd.po,60,121,135,0,0,85,468,145,589,sd.po,sd,sd,,sd, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/mhr.po,29,34,41,0,0,116,555,145,589,mhr.po,mhr,mhr,,mhr, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ce.po,0,0,0,0,0,145,589,145,589,ce.po,ce,ce,,ce, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/bo.po,87,325,208,0,0,58,264,145,589,bo.po,bo,bo,,bo, -sos-3.8-1.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,30,122,30,122,ur.po,ur,ur,,ur, -sos-3.8-1.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,30,122,30,122,lo.po,lo,lo,,lo, -sos-3.8-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,30,122,30,122,ilo.po,ilo,ilo,,ilo, -sos-3.8-1.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,30,122,30,122,hy.po,hy,hy,,hy, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/cweb.po,128,578,711,0,0,0,0,128,578,cweb.po,cweb,cweb,,cweb, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/cweb-tl.po,6,32,32,0,0,0,0,6,32,cweb-tl.po,cweb-tl,cweb-tl,,cweb-tl, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/web2c-help.po,27,201,196,0,0,0,0,27,201,web2c-help.po,web2c-help,web2c-help,,web2c-help, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,utils/asymptote/gui/locale/th/lc_messages/base.po,1,1,1,0,0,0,0,1,1,base.po,base,base,,base, -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/my.po,189,434,361,29,80,365,2053,583,2567,my.po,my,my,,my, -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/mjw.po,213,429,399,0,0,167,929,380,1358,mjw.po,mjw,mjw,,mjw, -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/gv.po,530,2169,2630,0,0,57,416,587,2585,gv.po,gv,gv,,gv, -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,478,1929,478,1929,fo.po,fo,fo,,fo, -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/de_ch.po,49,186,184,0,0,105,577,154,763,de_ch.po,de_ch,de_ch,,de,ch -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ia.po,28,28,28,0,0,0,0,28,28,ia.po,ia,ia,,ia, -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/csb.po,11,81,66,0,0,0,0,11,81,csb.po,csb,csb,,csb, -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/kg.po,11,81,55,0,0,0,0,11,81,kg.po,kg,kg,,kg, -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/messages.po,0,0,0,0,0,19,35,19,35,messages.po,messages,messages,,messages, -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/fr_fr.po,18,33,39,0,0,1,2,19,35,fr_fr.po,fr_fr,fr_fr,,fr,fr -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/de_de.po,18,33,29,0,0,1,2,19,35,de_de.po,de_de,de_de,,de,de -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/li.po,23,51,43,47,96,78,459,148,606,li.po,li,li,,li, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nso.po,55,110,169,33,67,60,429,148,606,nso.po,nso,nso,,nso, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/la.po,13,13,24,0,0,336,1022,349,1035,la.po,la,la,,la, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,100,176,215,22,42,235,876,357,1094,br.po,br,br,,br, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ks.po,212,753,787,32,90,105,192,349,1035,ks.po,ks,ks,,ks, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,357,1094,961,0,0,0,0,357,1094,crh.po,crh,crh,,crh, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,104,448,495,0,0,0,0,104,448,an.po,an,an,,an, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/zu.po,38,92,85,45,80,65,434,148,606,zu.po,zu,zu,,zu, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,160,316,294,0,0,0,0,160,316,nds.po,nds,nds,,nds, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,56,78,62,0,0,1,0,57,78,km.po,km,km,,km, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,75,219,92,238,uz@cyrillic.po,uz@cyrillic,uz,cyrillic,uz, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,59,81,96,0,0,0,0,59,81,gd.po,gd,gd,,gd, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,16,19,24,1,3,57,177,74,199,wa.po,wa,wa,,wa, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,56,78,80,2,2,0,0,58,80,ky.po,ky,ky,,ky, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/cy.po,118,427,467,0,0,0,0,118,427,cy.po,cy,cy,,cy, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ru.po,196,891,865,0,0,0,0,196,891,ru.po,ru,ru,,ru, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mn.po,80,256,227,21,71,11,67,112,394,mn.po,mn,mn,,mn, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nb.po,196,891,847,0,0,0,0,196,891,nb.po,nb,nb,,nb, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bn.po,136,592,667,0,0,0,0,136,592,bn.po,bn,bn,,bn, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,199,896,255,0,0,0,0,199,896,zh_cn.po,zh_cn,zh_cn,,zh,cn -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/af.po,27,88,82,0,0,134,598,161,686,af.po,af,af,,af, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/az.po,82,272,251,20,70,10,52,112,394,az.po,az,az,,az, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en_ca.po,130,559,568,0,0,0,0,130,559,en_ca.po,en_ca,en_ca,,en,ca -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pl.po,199,896,923,0,0,0,0,199,896,pl.po,pl,pl,,pl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ps.po,82,210,217,0,0,53,372,135,582,ps.po,ps,ps,,ps, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nn.po,159,674,613,0,0,0,0,159,674,nn.po,nn,nn,,nn, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/gl.po,199,896,1130,0,0,0,0,199,896,gl.po,gl,gl,,gl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/cs.po,199,896,869,0,0,0,0,199,896,cs.po,cs,cs,,cs, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/he.po,175,834,839,0,0,0,0,175,834,he.po,he,he,,he, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/kk.po,80,335,296,0,0,116,556,196,891,kk.po,kk,kk,,kk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/it.po,199,896,1076,0,0,0,0,199,896,it.po,it,it,,it, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/lt.po,199,896,790,0,0,0,0,199,896,lt.po,lt,lt,,lt, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hu.po,199,896,837,0,0,0,0,199,896,hu.po,hu,hu,,hu, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/vi.po,175,834,1197,0,0,0,0,175,834,vi.po,vi,vi,,vi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/as.po,187,841,870,0,0,0,0,187,841,as.po,as,as,,as, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nl.po,199,896,842,0,0,0,0,199,896,nl.po,nl,nl,,nl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,0,0,159,674,bn_in.po,bn_in,bn_in,,bn,in -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,0,0,135,582,be@latin.po,be@latin,be,latin,be, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ar.po,159,674,658,0,0,0,0,159,674,ar.po,ar,ar,,ar, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ug.po,178,775,712,0,0,0,0,178,775,ug.po,ug,ug,,ug, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/eu.po,199,896,756,0,0,0,0,199,896,eu.po,eu,eu,,eu, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sr.po,199,896,879,0,0,0,0,199,896,sr.po,sr,sr,,sr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/uk.po,174,751,685,0,0,0,0,174,751,uk.po,uk,uk,,uk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/xh.po,107,359,327,1,6,4,29,112,394,xh.po,xh,xh,,xh, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fi.po,167,680,531,23,144,9,72,199,896,fi.po,fi,fi,,fi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/es.po,199,896,1155,0,0,0,0,199,896,es.po,es,es,,es, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ga.po,89,329,345,0,0,47,260,136,589,ga.po,ga,ga,,ga, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sv.po,199,896,805,0,0,0,0,199,896,sv.po,sv,sv,,sv, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mi.po,0,0,0,34,99,78,295,112,394,mi.po,mi,mi,,mi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/tg.po,36,76,86,0,0,142,699,178,775,tg.po,tg,tg,,tg, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/rw.po,9,13,12,91,341,12,40,112,394,rw.po,rw,rw,,rw, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hi.po,171,742,833,0,0,0,0,171,742,hi.po,hi,hi,,hi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/oc.po,196,891,1212,0,0,0,0,196,891,oc.po,oc,oc,,oc, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bs.po,190,877,846,0,0,0,0,190,877,bs.po,bs,bs,,bs, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/eo.po,198,881,787,0,0,1,15,199,896,eo.po,eo,eo,,eo, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/am.po,34,70,70,16,50,62,274,112,394,am.po,am,am,,am, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ka.po,116,421,317,0,0,4,120,120,541,ka.po,ka,ka,,ka, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mr.po,135,582,559,0,0,0,0,135,582,mr.po,mr,mr,,mr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/id.po,199,896,845,0,0,0,0,199,896,id.po,id,id,,id, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/el.po,199,896,986,0,0,0,0,199,896,el.po,el,el,,el, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,196,891,913,0,0,0,0,196,891,en_gb.po,en_gb,en_gb,,en,gb -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pt.po,196,891,1062,0,0,0,0,196,891,pt.po,pt,pt,,pt, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mg.po,120,541,643,0,0,0,0,120,541,mg.po,mg,mg,,mg, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sk.po,199,896,920,0,0,0,0,199,896,sk.po,sk,sk,,sk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ko.po,199,896,803,0,0,0,0,199,896,ko.po,ko,ko,,ko, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/si.po,130,559,586,0,0,0,0,130,559,si.po,si,si,,si, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bg.po,174,751,942,0,0,0,0,174,751,bg.po,bg,bg,,bg, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/de.po,199,896,835,0,0,0,0,199,896,de.po,de,de,,de, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fur.po,199,896,1127,0,0,0,0,199,896,fur.po,fur,fur,,fur, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ast.po,142,612,699,0,0,0,0,142,612,ast.po,ast,ast,,ast, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/lv.po,199,896,789,0,0,0,0,199,896,lv.po,lv,lv,,lv, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/dz.po,129,554,267,0,0,0,0,129,554,dz.po,dz,dz,,dz, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mai.po,128,551,581,0,0,6,28,134,579,mai.po,mai,mai,,mai, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/or.po,159,674,690,0,0,0,0,159,674,or.po,or,or,,or, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ta.po,178,775,644,0,0,0,0,178,775,ta.po,ta,ta,,ta, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hr.po,199,896,823,0,0,0,0,199,896,hr.po,hr,hr,,hr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mk.po,135,582,598,0,0,0,0,135,582,mk.po,mk,mk,,mk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fa.po,178,775,803,0,0,0,0,178,775,fa.po,fa,fa,,fa, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ne.po,130,559,564,0,0,0,0,130,559,ne.po,ne,ne,,ne, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/tr.po,199,896,793,0,0,0,0,199,896,tr.po,tr,tr,,tr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,199,896,272,0,0,0,0,199,896,zh_tw.po,zh_tw,zh_tw,,zh,tw -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ro.po,199,896,1000,0,0,0,0,199,896,ro.po,ro,ro,,ro, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,0,0,187,841,zh_hk.po,zh_hk,zh_hk,,zh,hk -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/is.po,55,139,119,34,125,23,130,112,394,is.po,is,is,,is, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sq.po,135,582,701,0,0,0,0,135,582,sq.po,sq,sq,,sq, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fr.po,199,896,1245,0,0,0,0,199,896,fr.po,fr,fr,,fr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sl.po,199,896,885,0,0,0,0,199,896,sl.po,sl,sl,,sl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ku.po,18,20,20,1,4,93,370,112,394,ku.po,ku,ku,,ku, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/gu.po,159,674,694,0,0,0,0,159,674,gu.po,gu,gu,,gu, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pa.po,174,751,802,0,0,0,0,174,751,pa.po,pa,pa,,pa, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ja.po,171,823,260,2,9,2,2,175,834,ja.po,ja,ja,,ja, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ml.po,199,896,783,0,0,0,0,199,896,ml.po,ml,ml,,ml, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/te.po,171,742,640,0,0,0,0,171,742,te.po,te,te,,te, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/kn.po,135,582,535,0,0,0,0,135,582,kn.po,kn,kn,,kn, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/et.po,180,783,639,0,0,0,0,180,783,et.po,et,et,,et, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,0,0,142,612,en@shaw.po,en@shaw,en,shaw,en, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/da.po,199,896,753,0,0,0,0,199,896,da.po,da,da,,da, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/th.po,196,891,322,0,0,0,0,196,891,th.po,th,th,,th, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ca.po,196,891,1145,0,0,0,0,196,891,ca.po,ca,ca,,ca, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,10,52,112,394,ms.po,ms,ms,,ms, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f31/1.debug.language.csv b/results/f31/1.debug.language.csv deleted file mode 100644 index 6f6982d..0000000 --- a/results/f31/1.debug.language.csv +++ /dev/null @@ -1,193 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -ceph-14.2.4-1.fc31.src.rpm.stats.csv,src/boost/tools/build/example/gettext/russian.po,1,1,2,0,0,0,0,1,1,russian.po,russian,russian,,russian, -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ts.po,320,1589,1886,0,0,0,0,320,1589,ts.po,ts,ts,,ts, -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/nhn.po,2,4,4,0,0,0,0,2,4,nhn.po,nhn,nhn,,nhn, -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/szl.po,39,103,93,0,0,0,0,39,103,szl.po,szl,szl,,szl, -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/guc.po,3,8,10,0,0,0,0,3,8,guc.po,guc,guc,,guc, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/son.po,211,261,265,1,2,208,719,420,982,son.po,son,son,,son, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pi.po,161,186,175,0,0,259,796,420,982,pi.po,pi,pi,,pi, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pap.po,0,0,0,183,233,237,749,420,982,pap.po,pap,pap,,pap, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nv.po,85,111,257,2,8,333,863,420,982,nv.po,nv,nv,,nv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nah.po,182,234,222,2,8,236,740,420,982,nah.po,nah,nah,,nah, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/na.po,151,187,178,2,8,267,787,420,982,na.po,na,na,,na, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mo.po,27,31,31,0,0,393,951,420,982,mo.po,mo,mo,,mo, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kv.po,109,133,128,2,8,309,841,420,982,kv.po,kv,kv,,kv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kl.po,0,0,0,98,123,322,859,420,982,kl.po,kl,kl,,kl, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ki.po,115,145,141,2,8,303,829,420,982,ki.po,ki,ki,,ki, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kab.po,138,173,169,2,8,280,801,420,982,kab.po,kab,kab,,kab, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/jam.po,191,251,242,2,8,227,723,420,982,jam.po,jam,jam,,jam, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/iu.po,26,33,29,2,8,392,941,420,982,iu.po,iu,iu,,iu, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/gn.po,209,257,257,3,6,208,719,420,982,gn.po,gn,gn,,gn, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ff.po,82,96,86,2,8,336,878,420,982,ff.po,ff,ff,,ff, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ee.po,0,0,0,149,197,271,785,420,982,ee.po,ee,ee,,ee, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/dv.po,203,276,258,3,10,214,696,420,982,dv.po,dv,dv,,dv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/cv.po,201,277,268,3,10,216,695,420,982,cv.po,cv,cv,,cv, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ckb.po,191,255,241,2,8,227,719,420,982,ckb.po,ckb,ckb,,ckb, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/chr.po,100,120,114,2,8,318,854,420,982,chr.po,chr,chr,,chr, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ch.po,23,31,25,0,0,397,951,420,982,ch.po,ch,ch,,ch, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bi.po,0,0,0,81,103,339,879,420,982,bi.po,bi,bi,,bi, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bar.po,153,200,188,2,8,265,774,420,982,bar.po,bar,bar,,bar, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ba.po,0,0,0,201,278,219,704,420,982,ba.po,ba,ba,,ba, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ay.po,0,0,0,69,98,351,884,420,982,ay.po,ay,ay,,ay, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ak.po,0,0,0,43,63,377,919,420,982,ak.po,ak,ak,,ak, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ace.po,0,0,0,180,237,240,745,420,982,ace.po,ace,ace,,ace, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ab.po,0,0,0,50,72,370,910,420,982,ab.po,ab,ab,,ab, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/wal.po,1,2,2,4,15,26,87,31,104,wal.po,wal,wal,,wal, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sw.po,0,0,0,2,5,29,99,31,104,sw.po,sw,sw,,sw, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/so.po,0,0,0,8,35,23,69,31,104,so.po,so,so,,so, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/haw.po,0,0,0,0,0,31,104,31,104,haw.po,haw,haw,,haw, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ve.po,40,40,42,4327,5593,4878,8215,9245,13848,ve.po,ve,ve,,ve, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tig.po,120,123,120,2922,3857,6203,9868,9245,13848,tig.po,tig,tig,,tig, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ti.po,121,124,121,2921,3856,6203,9868,9245,13848,ti.po,ti,ti,,ti, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/mt.po,239,261,264,4890,6429,4116,7158,9245,13848,mt.po,mt,mt,,mt, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/kok.po,119,124,122,2925,3904,6201,9820,9245,13848,kok.po,kok,kok,,kok, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/gez.po,120,123,120,2922,3857,6203,9868,9245,13848,gez.po,gez,gez,,gez, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/byn.po,120,123,120,2922,3857,6203,9868,9245,13848,byn.po,byn,byn,,byn, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/sc.po,115,258,269,0,0,0,0,115,258,sc.po,sc,sc,,sc, -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/gr.po,162,1063,1170,72,714,41,653,275,2430,gr.po,gr,gr,,gr, -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ang.po,46,51,57,0,0,2655,3612,2701,3663,ang.po,ang,ang,,ang, -lvm2-2.03.05-2.fc31.src.rpm.stats.csv,po/lvm2.po,0,0,0,0,0,1556,9826,1556,9826,lvm2.po,lvm2,lvm2,,lvm2, -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/tt_ru.po,12,29,28,4,9,150,717,166,755,tt_ru.po,tt_ru,tt_ru,,tt,ru -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/lg.po,111,295,376,0,0,55,460,166,755,lg.po,lg,lg,,lg, -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/frp.po,10,16,16,5,15,151,724,166,755,frp.po,frp,frp,,frp, -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ht.po,30,114,117,0,0,0,0,30,114,ht.po,ht,ht,,ht, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/yi.po,29,31,31,32,59,1153,6886,1214,6976,yi.po,yi,yi,,yi, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,994,5001,4101,81,321,139,1654,1214,6976,tk.po,tk,tk,,tk, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/io.po,451,1283,1212,14,44,766,6127,1231,7454,io.po,io,io,,io, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ig.po,723,3745,3973,386,2655,205,1744,1314,8144,ig.po,ig,ig,,ig, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ha.po,723,3745,4634,386,2655,205,1744,1314,8144,ha.po,ha,ha,,ha, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/fy.po,484,946,932,0,0,959,7938,1443,8884,fy.po,fy,fy,,fy, -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ln.po,8,45,56,0,0,0,0,8,45,ln.po,ln,ln,,ln, -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br/lc_messages/zenmap.mo,85,165,194,0,0,0,0,85,165,zenmap.mo,zenmap,zenmap,,zenmap, -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/fil.po,6,6,8,0,0,692,4487,698,4493,fil.po,fil,fil,,fil, -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv,humanize/locale/fr_fr/lc_messages/humanize.mo,32,77,83,0,0,0,0,32,77,humanize.mo,humanize,humanize,,humanize, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/no.po,0,0,0,0,0,23,109,23,109,no.po,no,no,,no, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,23,109,23,109,ach.po,ach,ach,,ach, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,23,109,23,109,wo.po,wo,wo,,wo, -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,23,109,23,109,aln.po,aln,aln,,aln, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,16,42,16,42,anp.po,anp,anp,,anp, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,16,42,16,42,bal.po,bal,bal,,bal, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/wba.po,0,0,0,0,0,16,42,16,42,wba.po,wba,wba,,wba, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,16,42,16,42,yo.po,yo,yo,,yo, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,16,42,16,42,tw.po,tw,tw,,tw, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,16,42,16,42,kw@uccor.po,kw@uccor,kw,uccor,kw, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,16,42,16,42,brx.po,brx,brx,,brx, -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/cmn.po,628,3183,1375,40,194,201,1145,869,4522,cmn.po,cmn,cmn,,cmn, -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/tl.po,209,1015,1265,186,1271,204,1807,599,4093,tl.po,tl,tl,,tl, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/shn.po,4,4,8,0,0,141,585,145,589,shn.po,shn,shn,,shn, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/se.po,22,29,33,0,0,123,560,145,589,se.po,se,se,,se, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sd.po,60,121,135,0,0,85,468,145,589,sd.po,sd,sd,,sd, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/mhr.po,29,34,41,0,0,116,555,145,589,mhr.po,mhr,mhr,,mhr, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ce.po,0,0,0,0,0,145,589,145,589,ce.po,ce,ce,,ce, -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/bo.po,87,325,208,0,0,58,264,145,589,bo.po,bo,bo,,bo, -sos-3.8-1.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,30,122,30,122,ur.po,ur,ur,,ur, -sos-3.8-1.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,30,122,30,122,lo.po,lo,lo,,lo, -sos-3.8-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,30,122,30,122,ilo.po,ilo,ilo,,ilo, -sos-3.8-1.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,30,122,30,122,hy.po,hy,hy,,hy, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/cweb.po,128,578,711,0,0,0,0,128,578,cweb.po,cweb,cweb,,cweb, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/cweb-tl.po,6,32,32,0,0,0,0,6,32,cweb-tl.po,cweb-tl,cweb-tl,,cweb-tl, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texk/web2c/cwebdir/po/de/web2c-help.po,27,201,196,0,0,0,0,27,201,web2c-help.po,web2c-help,web2c-help,,web2c-help, -texlive-base-20190410-2.fc31.src.rpm.stats.csv,utils/asymptote/gui/locale/th/lc_messages/base.po,1,1,1,0,0,0,0,1,1,base.po,base,base,,base, -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/my.po,189,434,361,29,80,365,2053,583,2567,my.po,my,my,,my, -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/mjw.po,213,429,399,0,0,167,929,380,1358,mjw.po,mjw,mjw,,mjw, -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/gv.po,530,2169,2630,0,0,57,416,587,2585,gv.po,gv,gv,,gv, -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,478,1929,478,1929,fo.po,fo,fo,,fo, -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ia.po,28,28,28,0,0,0,0,28,28,ia.po,ia,ia,,ia, -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/csb.po,11,81,66,0,0,0,0,11,81,csb.po,csb,csb,,csb, -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/kg.po,11,81,55,0,0,0,0,11,81,kg.po,kg,kg,,kg, -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/messages.po,0,0,0,0,0,19,35,19,35,messages.po,messages,messages,,messages, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/li.po,23,51,43,47,96,78,459,148,606,li.po,li,li,,li, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nso.po,55,110,169,33,67,60,429,148,606,nso.po,nso,nso,,nso, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/la.po,13,13,24,0,0,336,1022,349,1035,la.po,la,la,,la, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,100,176,215,22,42,235,876,357,1094,br.po,br,br,,br, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ks.po,212,753,787,32,90,105,192,349,1035,ks.po,ks,ks,,ks, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,357,1094,961,0,0,0,0,357,1094,crh.po,crh,crh,,crh, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,104,448,495,0,0,0,0,104,448,an.po,an,an,,an, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/zu.po,38,92,85,45,80,65,434,148,606,zu.po,zu,zu,,zu, -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,160,316,294,0,0,0,0,160,316,nds.po,nds,nds,,nds, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,56,78,62,0,0,1,0,57,78,km.po,km,km,,km, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,75,219,92,238,uz@cyrillic.po,uz@cyrillic,uz,cyrillic,uz, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,59,81,96,0,0,0,0,59,81,gd.po,gd,gd,,gd, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,16,19,24,1,3,57,177,74,199,wa.po,wa,wa,,wa, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,56,78,80,2,2,0,0,58,80,ky.po,ky,ky,,ky, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/cy.po,118,427,467,0,0,0,0,118,427,cy.po,cy,cy,,cy, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ru.po,196,891,865,0,0,0,0,196,891,ru.po,ru,ru,,ru, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mn.po,80,256,227,21,71,11,67,112,394,mn.po,mn,mn,,mn, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nb.po,196,891,847,0,0,0,0,196,891,nb.po,nb,nb,,nb, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/af.po,27,88,82,0,0,134,598,161,686,af.po,af,af,,af, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/az.po,82,272,251,20,70,10,52,112,394,az.po,az,az,,az, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pl.po,199,896,923,0,0,0,0,199,896,pl.po,pl,pl,,pl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ps.po,82,210,217,0,0,53,372,135,582,ps.po,ps,ps,,ps, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nn.po,159,674,613,0,0,0,0,159,674,nn.po,nn,nn,,nn, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/gl.po,199,896,1130,0,0,0,0,199,896,gl.po,gl,gl,,gl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/cs.po,199,896,869,0,0,0,0,199,896,cs.po,cs,cs,,cs, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/he.po,175,834,839,0,0,0,0,175,834,he.po,he,he,,he, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/kk.po,80,335,296,0,0,116,556,196,891,kk.po,kk,kk,,kk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/it.po,199,896,1076,0,0,0,0,199,896,it.po,it,it,,it, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/lt.po,199,896,790,0,0,0,0,199,896,lt.po,lt,lt,,lt, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hu.po,199,896,837,0,0,0,0,199,896,hu.po,hu,hu,,hu, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/vi.po,175,834,1197,0,0,0,0,175,834,vi.po,vi,vi,,vi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/as.po,187,841,870,0,0,0,0,187,841,as.po,as,as,,as, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nl.po,199,896,842,0,0,0,0,199,896,nl.po,nl,nl,,nl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,0,0,159,674,bn_in.po,bn_in,bn_in,,bn,in -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,0,0,135,582,be@latin.po,be@latin,be,latin,be, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ar.po,159,674,658,0,0,0,0,159,674,ar.po,ar,ar,,ar, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ug.po,178,775,712,0,0,0,0,178,775,ug.po,ug,ug,,ug, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/eu.po,199,896,756,0,0,0,0,199,896,eu.po,eu,eu,,eu, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sr.po,199,896,879,0,0,0,0,199,896,sr.po,sr,sr,,sr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/uk.po,174,751,685,0,0,0,0,174,751,uk.po,uk,uk,,uk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/xh.po,107,359,327,1,6,4,29,112,394,xh.po,xh,xh,,xh, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fi.po,167,680,531,23,144,9,72,199,896,fi.po,fi,fi,,fi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/es.po,199,896,1155,0,0,0,0,199,896,es.po,es,es,,es, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ga.po,89,329,345,0,0,47,260,136,589,ga.po,ga,ga,,ga, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sv.po,199,896,805,0,0,0,0,199,896,sv.po,sv,sv,,sv, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mi.po,0,0,0,34,99,78,295,112,394,mi.po,mi,mi,,mi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/tg.po,36,76,86,0,0,142,699,178,775,tg.po,tg,tg,,tg, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/rw.po,9,13,12,91,341,12,40,112,394,rw.po,rw,rw,,rw, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hi.po,171,742,833,0,0,0,0,171,742,hi.po,hi,hi,,hi, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/oc.po,196,891,1212,0,0,0,0,196,891,oc.po,oc,oc,,oc, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bs.po,190,877,846,0,0,0,0,190,877,bs.po,bs,bs,,bs, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/eo.po,198,881,787,0,0,1,15,199,896,eo.po,eo,eo,,eo, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/am.po,34,70,70,16,50,62,274,112,394,am.po,am,am,,am, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ka.po,116,421,317,0,0,4,120,120,541,ka.po,ka,ka,,ka, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mr.po,135,582,559,0,0,0,0,135,582,mr.po,mr,mr,,mr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/id.po,199,896,845,0,0,0,0,199,896,id.po,id,id,,id, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/el.po,199,896,986,0,0,0,0,199,896,el.po,el,el,,el, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mg.po,120,541,643,0,0,0,0,120,541,mg.po,mg,mg,,mg, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sk.po,199,896,920,0,0,0,0,199,896,sk.po,sk,sk,,sk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ko.po,199,896,803,0,0,0,0,199,896,ko.po,ko,ko,,ko, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/si.po,130,559,586,0,0,0,0,130,559,si.po,si,si,,si, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bg.po,174,751,942,0,0,0,0,174,751,bg.po,bg,bg,,bg, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/de.po,199,896,835,0,0,0,0,199,896,de.po,de,de,,de, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fur.po,199,896,1127,0,0,0,0,199,896,fur.po,fur,fur,,fur, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ast.po,142,612,699,0,0,0,0,142,612,ast.po,ast,ast,,ast, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/lv.po,199,896,789,0,0,0,0,199,896,lv.po,lv,lv,,lv, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/dz.po,129,554,267,0,0,0,0,129,554,dz.po,dz,dz,,dz, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mai.po,128,551,581,0,0,6,28,134,579,mai.po,mai,mai,,mai, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/or.po,159,674,690,0,0,0,0,159,674,or.po,or,or,,or, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ta.po,178,775,644,0,0,0,0,178,775,ta.po,ta,ta,,ta, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hr.po,199,896,823,0,0,0,0,199,896,hr.po,hr,hr,,hr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mk.po,135,582,598,0,0,0,0,135,582,mk.po,mk,mk,,mk, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fa.po,178,775,803,0,0,0,0,178,775,fa.po,fa,fa,,fa, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ne.po,130,559,564,0,0,0,0,130,559,ne.po,ne,ne,,ne, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/tr.po,199,896,793,0,0,0,0,199,896,tr.po,tr,tr,,tr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ro.po,199,896,1000,0,0,0,0,199,896,ro.po,ro,ro,,ro, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,0,0,187,841,zh_hk.po,zh_hk,zh_hk,,zh,hk -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/is.po,55,139,119,34,125,23,130,112,394,is.po,is,is,,is, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sq.po,135,582,701,0,0,0,0,135,582,sq.po,sq,sq,,sq, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fr.po,199,896,1245,0,0,0,0,199,896,fr.po,fr,fr,,fr, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sl.po,199,896,885,0,0,0,0,199,896,sl.po,sl,sl,,sl, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ku.po,18,20,20,1,4,93,370,112,394,ku.po,ku,ku,,ku, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/gu.po,159,674,694,0,0,0,0,159,674,gu.po,gu,gu,,gu, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pa.po,174,751,802,0,0,0,0,174,751,pa.po,pa,pa,,pa, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ja.po,171,823,260,2,9,2,2,175,834,ja.po,ja,ja,,ja, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ml.po,199,896,783,0,0,0,0,199,896,ml.po,ml,ml,,ml, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/te.po,171,742,640,0,0,0,0,171,742,te.po,te,te,,te, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/kn.po,135,582,535,0,0,0,0,135,582,kn.po,kn,kn,,kn, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/et.po,180,783,639,0,0,0,0,180,783,et.po,et,et,,et, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,0,0,142,612,en@shaw.po,en@shaw,en,shaw,en, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/da.po,199,896,753,0,0,0,0,199,896,da.po,da,da,,da, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/th.po,196,891,322,0,0,0,0,196,891,th.po,th,th,,th, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ca.po,196,891,1145,0,0,0,0,196,891,ca.po,ca,ca,,ca, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,10,52,112,394,ms.po,ms,ms,,ms, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f31/1.debug.script.csv b/results/f31/1.debug.script.csv deleted file mode 100644 index 6de02f9..0000000 --- a/results/f31/1.debug.script.csv +++ /dev/null @@ -1,17 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@arabic.po,1341,7111,7111,1,4,2,4,1344,7119,en@arabic.po,en@arabic,en,arabic,en, -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@greek.po,1341,7111,7111,1,4,2,4,1344,7119,en@greek.po,en@greek,en,greek,en, -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@hebrew.po,1341,7111,7113,1,4,2,4,1344,7119,en@hebrew.po,en@hebrew,en,hebrew,en, -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@piglatin.po,1344,7119,7128,0,0,0,0,1344,7119,en@piglatin.po,en@piglatin,en,piglatin,en, -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tt@iqtelif.po,149,155,156,3305,4421,5791,9272,9245,13848,tt@iqtelif.po,tt@iqtelif,tt,iqtelif,tt, -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@ije.po,1094,6241,5750,97,524,23,211,1214,6976,sr@ije.po,sr@ije,sr,ije,sr, -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/en@quot.po,81,476,476,0,0,0,0,81,476,en@quot.po,en@quot,en,quot,en, -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/en@boldquot.po,81,476,476,0,0,0,0,81,476,en@boldquot.po,en@boldquot,en,boldquot,en, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,16,42,16,42,kw@kkcor.po,kw@kkcor,kw,kkcor,kw, -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,16,42,16,42,kw@uccor.po,kw@uccor,kw,uccor,kw, -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/sr@latn.po,26,26,28,2,2,0,0,28,28,sr@latn.po,sr@latn,sr,latn,sr, -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,75,219,92,238,uz@cyrillic.po,uz@cyrillic,uz,cyrillic,uz, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,196,891,1144,0,0,0,0,196,891,ca@valencia.po,ca@valencia,ca,valencia,ca, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,0,0,135,582,be@latin.po,be@latin,be,latin,be, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,0,0,142,612,en@shaw.po,en@shaw,en,shaw,en, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f31/1.debug.territory.csv b/results/f31/1.debug.territory.csv deleted file mode 100644 index 9c2c9d5..0000000 --- a/results/f31/1.debug.territory.csv +++ /dev/null @@ -1,46 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,full_lang,lang,script,language,territory -avahi-0.7-20.fc31.src.rpm.stats.csv,po/en_nz.po,152,758,758,11,89,5,21,168,868,en_nz.po,en_nz,en_nz,,en,nz -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/sl_si.po,15,93,80,0,0,1,3,16,96,sl_si.po,sl_si,sl_si,,sl,si -git-2.23.0-1.fc31.src.rpm.stats.csv,po/pt_pt.po,3198,21526,24299,0,0,0,0,3198,21526,pt_pt.po,pt_pt,pt_pt,,pt,pt -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,808,2417,821,2432,az_ir.po,az_ir,az_ir,,az,ir -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/zh_hant.po,115,258,115,0,0,0,0,115,258,zh_hant.po,zh_hant,zh_hant,,zh,hant -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/nb_no.po,12,26,20,1,2,102,230,115,258,nb_no.po,nb_no,nb_no,,nb,no -libconfig-1.7.2-4.fc31.src.rpm.stats.csv,contrib/ls-config/src/po/pl_pl.po,52,255,260,0,0,0,0,52,255,pl_pl.po,pl_pl,pl_pl,,pl,pl -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/en_au.po,1172,6930,6930,5,47,0,0,1177,6977,en_au.po,en_au,en_au,,en,au -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ve.po,235,664,735,0,0,0,0,235,664,es_ve.po,es_ve,es_ve,,es,ve -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_uy.po,235,664,735,0,0,0,0,235,664,es_uy.po,es_uy,es_uy,,es,uy -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_sv.po,235,664,735,0,0,0,0,235,664,es_sv.po,es_sv,es_sv,,es,sv -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pr.po,235,664,735,0,0,0,0,235,664,es_pr.po,es_pr,es_pr,,es,pr -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pe.po,235,664,735,0,0,0,0,235,664,es_pe.po,es_pe,es_pe,,es,pe -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pa.po,235,664,735,0,0,0,0,235,664,es_pa.po,es_pa,es_pa,,es,pa -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ni.po,235,664,735,0,0,0,0,235,664,es_ni.po,es_ni,es_ni,,es,ni -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_hn.po,235,664,735,0,0,0,0,235,664,es_hn.po,es_hn,es_hn,,es,hn -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_gt.po,235,664,735,0,0,0,0,235,664,es_gt.po,es_gt,es_gt,,es,gt -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ec.po,235,664,735,0,0,0,0,235,664,es_ec.po,es_ec,es_ec,,es,ec -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_do.po,235,664,735,0,0,0,0,235,664,es_do.po,es_do,es_do,,es,do -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_cr.po,235,664,735,0,0,0,0,235,664,es_cr.po,es_cr,es_cr,,es,cr -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_co.po,235,664,735,0,0,0,0,235,664,es_co.po,es_co,es_co,,es,co -libvisual-0.4.0-27.fc31.src.rpm.stats.csv,po/es_es.po,62,303,364,51,204,92,548,205,1055,es_es.po,es_es,es_es,,es,es -libvisual-0.4.0-27.fc31.src.rpm.stats.csv,po/es_ar.po,62,303,364,51,204,92,548,205,1055,es_ar.po,es_ar,es_ar,,es,ar -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ur_pk.po,12,29,33,4,9,150,717,166,755,ur_pk.po,ur_pk,ur_pk,,ur,pk -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv,po/et_ee.po,532,2439,2388,0,0,2,10,534,2449,et_ee.po,et_ee,et_ee,,et,ee -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/vi_vn.po,0,0,0,0,0,1078,7678,1078,7678,vi_vn.po,vi_vn,vi_vn,,vi,vn -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/si_lk.po,0,0,0,0,0,1078,7678,1078,7678,si_lk.po,si_lk,si_lk,,si,lk -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lv_lv.po,0,0,0,0,0,1078,7678,1078,7678,lv_lv.po,lv_lv,lv_lv,,lv,lv -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lt_lt.po,0,0,0,0,0,1078,7678,1078,7678,lt_lt.po,lt_lt,lt_lt,,lt,lt -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/es_mx.po,0,0,0,0,0,1078,7678,1078,7678,es_mx.po,es_mx,es_mx,,es,mx -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bn_bd.po,0,0,0,0,0,1078,7678,1078,7678,bn_bd.po,bn_bd,bn_bd,,bn,bd -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,23,109,23,109,ru_ru.po,ru_ru,ru_ru,,ru,ru -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,23,109,23,109,en_us.po,en_us,en_us,,en,us -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/es_cl.po,0,0,0,0,0,125,778,125,778,es_cl.po,es_cl,es_cl,,es,cl -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/de_ch.po,49,186,184,0,0,105,577,154,763,de_ch.po,de_ch,de_ch,,de,ch -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/fr_fr.po,18,33,39,0,0,1,2,19,35,fr_fr.po,fr_fr,fr_fr,,fr,fr -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/de_de.po,18,33,29,0,0,1,2,19,35,de_de.po,de_de,de_de,,de,de -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,199,896,255,0,0,0,0,199,896,zh_cn.po,zh_cn,zh_cn,,zh,cn -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en_ca.po,130,559,568,0,0,0,0,130,559,en_ca.po,en_ca,en_ca,,en,ca -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,0,0,159,674,bn_in.po,bn_in,bn_in,,bn,in -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,196,891,913,0,0,0,0,196,891,en_gb.po,en_gb,en_gb,,en,gb -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,199,896,272,0,0,0,0,199,896,zh_tw.po,zh_tw,zh_tw,,zh,tw -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,0,0,187,841,zh_hk.po,zh_hk,zh_hk,,zh,hk -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,10,52,112,394,ms.po,ms,ms,,ms, -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,pt_br,pt_br,,pt,br diff --git a/results/f31/1.debug.total message = 0.csv b/results/f31/1.debug.total message = 0.csv deleted file mode 100644 index 72e8337..0000000 --- a/results/f31/1.debug.total message = 0.csv +++ /dev/null @@ -1,46 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords -krb5-1.17-45.fc31.src.rpm.stats.csv,src/po/en_us.po,0,0,0,0,0,0,0,0,0 -lvm2-2.03.05-2.fc31.src.rpm.stats.csv,po/de.po,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zu.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zh_hk.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/yo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/wba.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/vi.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ur.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/tw.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/tg.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sq.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/si.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ro.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nso.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nn.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ne.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mn.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/lv.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ky.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw_gb.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw@uccor.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw@kkcor.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/km.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kk.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ka.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ilo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/et.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/eo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/cy.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/brx.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/br.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bo.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/be.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bal.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/anp.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/am.mo,0,0,0,0,0,0,0,0,0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/af.mo,0,0,0,0,0,0,0,0,0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/zu.mo,0,0,0,0,0,0,0,0,0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/vi.mo,0,0,0,0,0,0,0,0,0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nn.mo,0,0,0,0,0,0,0,0,0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nds.mo,0,0,0,0,0,0,0,0,0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/lt.mo,0,0,0,0,0,0,0,0,0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/gl.mo,0,0,0,0,0,0,0,0,0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/be.mo,0,0,0,0,0,0,0,0,0 diff --git a/results/f31/3.result.csv b/results/f31/3.result.csv deleted file mode 100644 index a142b50..0000000 --- a/results/f31/3.result.csv +++ /dev/null @@ -1,15270 +0,0 @@ -src,filename,translatedMessages,translatedSourceWords,translatedTargetWords,fuzzyMessages,fuzzySourceWords,untranslatedMessages,untranslatedSourceWords,totalMessage,totalSourceWords,basename,script,language,territory,language_name,script_name,territory_name,full_language_code,dirname -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/sr@latin.po,3,27,23,0,0,0,0,3,27,sr@latin.po,latin,sr,,serbian,,,sr@latin,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/oc.po,3,27,32,0,0,0,0,3,27,oc.po,,oc,,occitan,,,oc,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/da.po,3,27,21,0,0,0,0,3,27,da.po,,da,,danish,,,da,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/es.po,3,27,27,0,0,0,0,3,27,es.po,,es,,spanish,,,es,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/gl.po,3,27,39,0,0,0,0,3,27,gl.po,,gl,,galician,,,gl,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/ro.po,3,27,28,0,0,0,0,3,27,ro.po,,ro,,romanian,,,ro,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/de.po,3,27,26,0,0,0,0,3,27,de.po,,de,,german,,,de,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/id.po,3,27,25,0,0,0,0,3,27,id.po,,id,,indonesian,,,id,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/sv.po,3,27,24,0,0,0,0,3,27,sv.po,,sv,,swedish,,,sv,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/is.po,3,27,28,0,0,0,0,3,27,is.po,,is,,icelandic,,,is,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/lv.po,3,27,25,0,0,0,0,3,27,lv.po,,lv,,latvian,,,lv,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/el.po,3,27,29,0,0,0,0,3,27,el.po,,el,,greek,,,el,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/hr.po,3,27,24,0,0,0,0,3,27,hr.po,,hr,,croatian,,,hr,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/ca.po,3,27,40,0,0,0,0,3,27,ca.po,,ca,,catalan,,,ca,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/pt_br.po,3,27,29,0,0,0,0,3,27,pt_br.po,,pt,br,portuguese,,brazil,pt_br,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/zh_cn.po,3,27,7,0,0,0,0,3,27,zh_cn.po,,zh,cn,chinese,,china,zh_cn,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/tr.po,3,27,26,0,0,0,0,3,27,tr.po,,tr,,turkish,,,tr,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/pa.po,3,27,35,0,0,0,0,3,27,pa.po,,pa,,punjabi,,,pa,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/sk.po,3,27,26,0,0,0,0,3,27,sk.po,,sk,,slovak,,,sk,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/zh_tw.po,3,27,6,0,0,0,0,3,27,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/pl.po,3,27,23,0,0,0,0,3,27,pl.po,,pl,,polish,,,pl,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/hu.po,3,27,22,0,0,0,0,3,27,hu.po,,hu,,hungarian,,,hu,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/sl.po,3,27,24,0,0,0,0,3,27,sl.po,,sl,,slovenian,,,sl,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/lt.po,3,27,24,0,0,0,0,3,27,lt.po,,lt,,lithuanian,,,lt,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/fr.po,3,27,32,0,0,0,0,3,27,fr.po,,fr,,french,,,fr,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/ko.po,3,27,19,0,0,0,0,3,27,ko.po,,ko,,korean,,,ko,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/sr.po,3,27,23,0,0,0,0,3,27,sr.po,,sr,,serbian,,,sr,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/it.po,3,27,37,0,0,0,0,3,27,it.po,,it,,italian,,,it,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/cs.po,3,27,22,0,0,0,0,3,27,cs.po,,cs,,czech,,,cs,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/fur.po,3,27,32,0,0,0,0,3,27,fur.po,,fur,,friulian,,,fur,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/fi.po,3,27,19,0,0,0,0,3,27,fi.po,,fi,,finnish,,,fi,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/ru.po,3,27,24,0,0,0,0,3,27,ru.po,,ru,,russian,,,ru,appstream -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv,appstream/nl.po,3,27,27,0,0,0,0,3,27,nl.po,,nl,,dutch,,,nl,appstream -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/eo.po,34,198,175,0,0,442,3771,476,3969,eo.po,,eo,,esperanto,,,eo,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,476,3969,476,3969,ro.po,,ro,,romanian,,,ro,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/zh_hk.po,1,2,1,0,0,475,3967,476,3969,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/bg.po,153,1116,1228,0,0,323,2853,476,3969,bg.po,,bg,,bulgarian,,,bg,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,476,3969,476,3969,mk.po,,mk,,macedonian,,,mk,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,476,3969,476,3969,ne.po,,ne,,nepali,,,ne,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/sk.po,316,2414,2332,0,0,160,1555,476,3969,sk.po,,sk,,slovak,,,sk,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,476,3969,476,3969,brx.po,,brx,,bodo,,,brx,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,476,3969,476,3969,af.po,,af,,afrikaans,,,af,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,476,3969,476,3969,ks.po,,ks,,kashmiri,,,ks,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,476,3969,476,3969,hy.po,,hy,,armenian,,,hy,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,476,3969,476,3969,si.po,,si,,sinhala,,,si,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,476,3969,476,3969,bal.po,,bal,,baluchi,,,bal,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/es.po,476,3969,4863,0,0,0,0,476,3969,es.po,,es,,spanish,,,es,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,476,3969,476,3969,xh.po,,xh,,xhosa,,,xh,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/he.po,47,407,376,0,0,429,3562,476,3969,he.po,,he,,hebrew,,,he,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/uz.po,0,0,0,0,0,476,3969,476,3969,uz.po,,uz,,uzbek,,,uz,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/cs.po,476,3969,3718,0,0,0,0,476,3969,cs.po,,cs,,czech,,,cs,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/zh_cn.po,476,3969,1413,0,0,0,0,476,3969,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/as.po,328,2488,2595,0,0,148,1481,476,3969,as.po,,as,,assamese,,,as,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,476,3969,476,3969,dz.po,,dz,,dzongkha,,,dz,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/kk.po,11,13,16,0,0,465,3956,476,3969,kk.po,,kk,,kazakh,,,kk,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/tr.po,250,1915,1606,0,0,226,2054,476,3969,tr.po,,tr,,turkish,,,tr,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,476,3969,476,3969,is.po,,is,,icelandic,,,is,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ko.po,368,2835,2449,0,0,108,1134,476,3969,ko.po,,ko,,korean,,,ko,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/lt.po,476,3969,3442,0,0,0,0,476,3969,lt.po,,lt,,lithuanian,,,lt,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/da.po,476,3969,3749,0,0,0,0,476,3969,da.po,,da,,danish,,,da,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,476,3969,476,3969,mg.po,,mg,,malagasy,,,mg,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,476,3969,476,3969,ky.po,,ky,,kyrgyz,,,ky,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/sr.po,476,3969,4034,0,0,0,0,476,3969,sr.po,,sr,,serbian,,,sr,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/zh_tw.po,476,3969,1335,0,0,0,0,476,3969,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/pt_br.po,476,3969,4511,0,0,0,0,476,3969,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,476,3969,476,3969,cy.po,,cy,,welsh,,,cy,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/nl.po,476,3969,4192,0,0,0,0,476,3969,nl.po,,nl,,dutch,,,nl,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/id.po,55,363,341,0,0,421,3606,476,3969,id.po,,id,,indonesian,,,id,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/sv.po,476,3969,3778,0,0,0,0,476,3969,sv.po,,sv,,swedish,,,sv,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,476,3969,476,3969,bo.po,,bo,,tibetan,,,bo,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,476,3969,476,3969,am.po,,am,,amharic,,,am,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,476,3969,476,3969,zu.po,,zu,,zulu,,,zu,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ja.po,476,3969,1407,0,0,0,0,476,3969,ja.po,,ja,,japanese,,,ja,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ca.po,476,3969,5170,0,0,0,0,476,3969,ca.po,,ca,,catalan,,,ca,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,476,3969,476,3969,wo.po,,wo,,wolof,,,wo,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/nn.po,4,18,19,0,0,472,3951,476,3969,nn.po,,nn,,norwegian nynorsk,,,nn,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/bn_in.po,340,2546,2780,0,0,136,1423,476,3969,bn_in.po,,bn,in,bangla,,india,bn_in,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/kn.po,341,2564,2358,0,0,135,1405,476,3969,kn.po,,kn,,kannada,,,kn,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,476,3969,476,3969,ru_ru.po,,ru,ru,russian,,russia,ru_ru,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/fur.po,143,997,1210,0,0,333,2972,476,3969,fur.po,,fur,,friulian,,,fur,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ar.po,14,149,129,0,0,462,3820,476,3969,ar.po,,ar,,arabic,,,ar,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ia.po,83,567,691,0,0,393,3402,476,3969,ia.po,,ia,,interlingua,,,ia,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/no.po,0,0,0,0,0,476,3969,476,3969,no.po,,no,,norwegian,,,no,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/de.po,476,3969,3905,0,0,0,0,476,3969,de.po,,de,,german,,,de,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,476,3969,476,3969,en_us.po,,en,us,english,,united states,en_us,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/it.po,476,3969,4384,0,0,0,0,476,3969,it.po,,it,,italian,,,it,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/el.po,19,151,176,0,0,457,3818,476,3969,el.po,,el,,greek,,,el,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,476,3969,476,3969,ku.po,,ku,,kurdish,,,ku,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ru.po,476,3969,3808,0,0,0,0,476,3969,ru.po,,ru,,russian,,,ru,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,476,3969,476,3969,az.po,,az,,azerbaijani,,,az,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/hi.po,340,2546,3067,0,0,136,1423,476,3969,hi.po,,hi,,hindi,,,hi,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/gl.po,81,603,745,0,0,395,3366,476,3969,gl.po,,gl,,galician,,,gl,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,476,3969,476,3969,tl.po,,tl,,tagalog,,,tl,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/eu.po,48,307,275,1,14,427,3648,476,3969,eu.po,,eu,,basque,,,eu,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,476,3969,476,3969,ga.po,,ga,,irish,,,ga,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,476,3969,476,3969,br.po,,br,,breton,,,br,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ta.po,342,2566,2293,0,0,134,1403,476,3969,ta.po,,ta,,tamil,,,ta,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,476,3969,476,3969,be.po,,be,,belarusian,,,be,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,476,3969,476,3969,ach.po,,ach,,acoli,,,ach,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/fi.po,280,1656,1286,0,0,196,2313,476,3969,fi.po,,fi,,finnish,,,fi,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/sr@latin.po,1,1,1,0,0,475,3968,476,3969,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ur.po,12,92,139,0,0,464,3877,476,3969,ur.po,,ur,,urdu,,,ur,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/en_gb.po,249,2212,2211,0,0,227,1757,476,3969,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ka.po,17,64,57,0,0,459,3905,476,3969,ka.po,,ka,,georgian,,,ka,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,476,3969,476,3969,ms.po,,ms,,malay,,,ms,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/pa.po,284,2105,2429,0,0,192,1864,476,3969,pa.po,,pa,,punjabi,,,pa,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/nb.po,56,242,245,0,0,420,3727,476,3969,nb.po,,nb,,norwegian bokmål,,,nb,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/nds.po,1,1,1,0,0,475,3968,476,3969,nds.po,,nds,,low german,,,nds,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/fr.po,476,3969,4841,0,0,0,0,476,3969,fr.po,,fr,,french,,,fr,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/th.po,143,1204,587,0,0,333,2765,476,3969,th.po,,th,,thai,,,th,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/fa.po,17,64,78,0,0,459,3905,476,3969,fa.po,,fa,,persian,,,fa,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,476,3969,476,3969,nso.po,,nso,,northern sotho,,,nso,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/vi.po,7,24,45,0,0,469,3945,476,3969,vi.po,,vi,,vietnamese,,,vi,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,476,3969,476,3969,sl.po,,sl,,slovenian,,,sl,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/mr.po,340,2563,2428,2,7,134,1399,476,3969,mr.po,,mr,,marathi,,,mr,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/bs.po,19,150,157,0,0,457,3819,476,3969,bs.po,,bs,,bosnian,,,bs,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/km.po,41,303,97,0,0,435,3666,476,3969,km.po,,km,,khmer,,,km,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,476,3969,476,3969,mai.po,,mai,,maithili,,,mai,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/tg.po,4,10,11,0,0,472,3959,476,3969,tg.po,,tg,,tajik,,,tg,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/pl.po,476,3969,3953,0,0,0,0,476,3969,pl.po,,pl,,polish,,,pl,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/gu.po,341,2564,2821,0,0,135,1405,476,3969,gu.po,,gu,,gujarati,,,gu,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,476,3969,476,3969,my.po,,my,,burmese,,,my,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/or.po,340,2546,2653,0,0,136,1423,476,3969,or.po,,or,,odia,,,or,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,476,3969,476,3969,ilo.po,,ilo,,iloko,,,ilo,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/bn.po,128,927,1039,0,0,348,3042,476,3969,bn.po,,bn,,bangla,,,bn,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/uk.po,476,3969,4321,0,0,0,0,476,3969,uk.po,,uk,,ukrainian,,,uk,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/hu.po,476,3969,3981,0,0,0,0,476,3969,hu.po,,hu,,hungarian,,,hu,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,476,3969,476,3969,aln.po,,aln,,gheg albanian,,,aln,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/la.po,0,0,0,0,0,476,3969,476,3969,la.po,,la,,latin,,,la,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,476,3969,476,3969,mn.po,,mn,,mongolian,,,mn,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/sq.po,476,3969,4685,0,0,0,0,476,3969,sq.po,,sq,,albanian,,,sq,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,476,3969,476,3969,lo.po,,lo,,lao,,,lo,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/pt.po,183,1321,1518,14,126,279,2522,476,3969,pt.po,,pt,,portuguese,,,pt,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ml.po,342,2549,2040,1,5,133,1415,476,3969,ml.po,,ml,,malayalam,,,ml,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/ast.po,1,1,1,0,0,475,3968,476,3969,ast.po,,ast,,asturian,,,ast,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,476,3969,476,3969,hr.po,,hr,,croatian,,,hr,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/et.po,148,1034,898,0,0,328,2935,476,3969,et.po,,et,,estonian,,,et,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,476,3969,476,3969,de_ch.po,,de,ch,german,,switzerland,de_ch,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/te.po,341,2564,2189,0,0,135,1405,476,3969,te.po,,te,,telugu,,,te,po -abrt-2.12.2-1.fc31.src.rpm.stats.csv,po/lv.po,19,64,55,0,0,457,3905,476,3969,lv.po,,lv,,latvian,,,lv,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/zh_tw.po,10,59,13,0,0,2,14,12,73,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,12,73,12,73,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/zh_cn.po,10,59,13,0,0,2,14,12,73,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,12,73,12,73,wa.po,,wa,,walloon,,,wa,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,12,73,12,73,vi.po,,vi,,vietnamese,,,vi,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/uk.po,10,59,60,0,0,2,14,12,73,uk.po,,uk,,ukrainian,,,uk,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/tr.po,10,59,58,0,0,2,14,12,73,tr.po,,tr,,turkish,,,tr,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,12,73,12,73,th.po,,th,,thai,,,th,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,12,73,12,73,te.po,,te,,telugu,,,te,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,12,73,12,73,ta.po,,ta,,tamil,,,ta,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/sv.po,10,59,52,0,0,2,14,12,73,sv.po,,sv,,swedish,,,sv,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/sr@latin.po,10,59,67,0,0,2,14,12,73,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/sr.po,10,59,67,0,0,2,14,12,73,sr.po,,sr,,serbian,,,sr,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,12,73,12,73,sq.po,,sq,,albanian,,,sq,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/sl.po,10,59,55,0,0,2,14,12,73,sl.po,,sl,,slovenian,,,sl,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/sk.po,10,59,61,0,0,2,14,12,73,sk.po,,sk,,slovak,,,sk,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ru.po,10,59,62,0,0,2,14,12,73,ru.po,,ru,,russian,,,ru,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,12,73,12,73,ro.po,,ro,,romanian,,,ro,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/pt_br.po,10,59,69,0,0,2,14,12,73,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/pt.po,10,59,76,0,0,2,14,12,73,pt.po,,pt,,portuguese,,,pt,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/pl.po,12,73,66,0,0,0,0,12,73,pl.po,,pl,,polish,,,pl,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/pa.po,10,59,62,0,0,2,14,12,73,pa.po,,pa,,punjabi,,,pa,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,12,73,12,73,or.po,,or,,odia,,,or,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/oc.po,10,59,73,0,0,2,14,12,73,oc.po,,oc,,occitan,,,oc,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,12,73,12,73,nn.po,,nn,,norwegian nynorsk,,,nn,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/nl.po,10,59,55,0,0,2,14,12,73,nl.po,,nl,,dutch,,,nl,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,12,73,12,73,nb.po,,nb,,norwegian bokmål,,,nb,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,12,73,12,73,ms.po,,ms,,malay,,,ms,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,12,73,12,73,mr.po,,mr,,marathi,,,mr,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,12,73,12,73,ml.po,,ml,,malayalam,,,ml,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/lv.po,10,59,53,0,0,2,14,12,73,lv.po,,lv,,latvian,,,lv,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/lt.po,12,73,67,0,0,0,0,12,73,lt.po,,lt,,lithuanian,,,lt,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,12,73,12,73,ky.po,,ky,,kyrgyz,,,ky,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ko.po,10,59,49,0,0,2,14,12,73,ko.po,,ko,,korean,,,ko,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,12,73,12,73,kn.po,,kn,,kannada,,,kn,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/kk.po,10,59,59,0,0,2,14,12,73,kk.po,,kk,,kazakh,,,kk,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ka.po,10,59,52,0,0,2,14,12,73,ka.po,,ka,,georgian,,,ka,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ja.po,10,59,12,0,0,2,14,12,73,ja.po,,ja,,japanese,,,ja,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/it.po,12,73,84,0,0,0,0,12,73,it.po,,it,,italian,,,it,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/id.po,10,59,56,0,0,2,14,12,73,id.po,,id,,indonesian,,,id,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ia.po,10,59,80,0,0,2,14,12,73,ia.po,,ia,,interlingua,,,ia,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/hu.po,10,59,50,0,0,2,14,12,73,hu.po,,hu,,hungarian,,,hu,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/hr.po,10,59,57,0,0,2,14,12,73,hr.po,,hr,,croatian,,,hr,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,12,73,12,73,hi.po,,hi,,hindi,,,hi,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,12,73,12,73,he.po,,he,,hebrew,,,he,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,12,73,12,73,gu.po,,gu,,gujarati,,,gu,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/gl.po,10,59,76,0,0,2,14,12,73,gl.po,,gl,,galician,,,gl,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,12,73,12,73,ga.po,,ga,,irish,,,ga,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/fur.po,10,59,80,0,0,2,14,12,73,fur.po,,fur,,friulian,,,fur,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/fr.po,10,59,78,0,0,2,14,12,73,fr.po,,fr,,french,,,fr,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,12,73,12,73,fo.po,,fo,,faroese,,,fo,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/fi.po,10,59,39,0,0,2,14,12,73,fi.po,,fi,,finnish,,,fi,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,12,73,12,73,fa.po,,fa,,persian,,,fa,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/eu.po,10,59,48,0,0,2,14,12,73,eu.po,,eu,,basque,,,eu,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,12,73,12,73,et.po,,et,,estonian,,,et,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/es.po,10,59,72,0,0,2,14,12,73,es.po,,es,,spanish,,,es,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/eo.po,10,59,53,0,0,2,14,12,73,eo.po,,eo,,esperanto,,,eo,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/en_gb.po,10,59,59,0,0,2,14,12,73,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/en.po,10,59,59,0,0,2,14,12,73,en.po,,en,,english,,,en,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/el.po,10,59,62,0,0,2,14,12,73,el.po,,el,,greek,,,el,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/de.po,10,59,60,0,0,2,14,12,73,de.po,,de,,german,,,de,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/da.po,12,73,73,0,0,0,0,12,73,da.po,,da,,danish,,,da,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,12,73,12,73,cy.po,,cy,,welsh,,,cy,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/cs.po,10,59,59,0,0,2,14,12,73,cs.po,,cs,,czech,,,cs,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,12,73,12,73,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ca.po,10,59,80,0,0,2,14,12,73,ca.po,,ca,,catalan,,,ca,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,12,73,12,73,bn_in.po,,bn,in,bangla,,india,bn_in,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,12,73,12,73,bg.po,,bg,,bulgarian,,,bg,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,12,73,12,73,be.po,,be,,belarusian,,,be,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,12,73,12,73,az.po,,az,,azerbaijani,,,az,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ast.po,10,59,76,0,0,2,14,12,73,ast.po,,ast,,asturian,,,ast,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,12,73,12,73,as.po,,as,,assamese,,,as,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/ar.po,10,59,53,0,0,2,14,12,73,ar.po,,ar,,arabic,,,ar,po -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,12,73,12,73,af.po,,af,,afrikaans,,,af,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/en@boldquot.po,52,500,502,0,0,0,0,52,500,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/sv.po,49,395,380,3,105,0,0,52,500,sv.po,,sv,,swedish,,,sv,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/en@quot.po,52,500,500,0,0,0,0,52,500,en@quot.po,quot,en,,english,,,en@quot,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/fr.po,48,370,424,4,130,0,0,52,500,fr.po,,fr,,french,,,fr,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/pl.po,49,395,400,3,105,0,0,52,500,pl.po,,pl,,polish,,,pl,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/es.po,49,395,447,3,105,0,0,52,500,es.po,,es,,spanish,,,es,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/gl.po,49,395,447,3,105,0,0,52,500,gl.po,,gl,,galician,,,gl,po -acl-2.2.53-4.fc31.src.rpm.stats.csv,po/de.po,49,395,362,3,105,0,0,52,500,de.po,,de,,german,,,de,po -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv,alsaconf/po/ru.po,34,407,373,1,130,1,1,36,538,ru.po,,ru,,russian,,,ru,alsaconf/po -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv,alsaconf/po/ja.po,35,537,213,0,0,1,1,36,538,ja.po,,ja,,japanese,,,ja,alsaconf/po -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv,po/fr.po,264,1144,1449,22,481,37,169,323,1794,fr.po,,fr,,french,,,fr,po -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv,po/ja.po,245,1080,594,23,492,55,222,323,1794,ja.po,,ja,,japanese,,,ja,po -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv,po/de.po,294,1260,1171,21,480,8,54,323,1794,de.po,,de,,german,,,de,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/nb.po,726,3244,2967,8,17,555,4562,1289,7823,nb.po,,nb,,norwegian bokmål,,,nb,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/kn.po,765,3909,3510,3,32,521,3882,1289,7823,kn.po,,kn,,kannada,,,kn,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/lv.po,46,243,193,0,0,1243,7580,1289,7823,lv.po,,lv,,latvian,,,lv,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/or.po,452,2431,2483,0,0,837,5392,1289,7823,or.po,,or,,odia,,,or,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/nso.po,14,66,90,0,0,1275,7757,1289,7823,nso.po,,nso,,northern sotho,,,nso,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/bn.po,37,227,240,0,0,1252,7596,1289,7823,bn.po,,bn,,bangla,,,bn,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,1289,7823,1289,7823,br.po,,br,,breton,,,br,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/si.po,40,225,224,0,0,1249,7598,1289,7823,si.po,,si,,sinhala,,,si,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,1289,7823,1289,7823,bal.po,,bal,,baluchi,,,bal,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/he.po,1183,6713,6049,0,0,106,1110,1289,7823,he.po,,he,,hebrew,,,he,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ca.po,1266,7566,8951,0,0,23,257,1289,7823,ca.po,,ca,,catalan,,,ca,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/zh_cn.po,1255,7548,2430,0,0,34,275,1289,7823,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/is.po,23,112,107,0,0,1266,7711,1289,7823,is.po,,is,,icelandic,,,is,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/vi.po,14,66,64,0,0,1275,7757,1289,7823,vi.po,,vi,,vietnamese,,,vi,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/be.po,1283,7785,6922,0,0,6,38,1289,7823,be.po,,be,,belarusian,,,be,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/nn.po,35,243,201,0,0,1254,7580,1289,7823,nn.po,,nn,,norwegian nynorsk,,,nn,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/fa.po,149,476,555,0,0,1140,7347,1289,7823,fa.po,,fa,,persian,,,fa,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/fr.po,1288,7800,9331,0,0,1,23,1289,7823,fr.po,,fr,,french,,,fr,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ga.po,248,452,504,0,0,1041,7371,1289,7823,ga.po,,ga,,irish,,,ga,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,1289,7823,1289,7823,anp.po,,anp,,angika,,,anp,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/tr.po,1194,6962,5741,0,0,95,861,1289,7823,tr.po,,tr,,turkish,,,tr,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,1289,7823,1289,7823,yo.po,,yo,,yoruba,,,yo,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ia.po,629,2944,3325,0,0,660,4879,1289,7823,ia.po,,ia,,interlingua,,,ia,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/mai.po,24,144,176,0,0,1265,7679,1289,7823,mai.po,,mai,,maithili,,,mai,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ja.po,1241,7423,2413,0,0,48,400,1289,7823,ja.po,,ja,,japanese,,,ja,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,1289,7823,1289,7823,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ne.po,17,79,76,0,0,1272,7744,1289,7823,ne.po,,ne,,nepali,,,ne,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/pl.po,1289,7823,7366,0,0,0,0,1289,7823,pl.po,,pl,,polish,,,pl,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/pa.po,862,3475,4066,0,0,427,4348,1289,7823,pa.po,,pa,,punjabi,,,pa,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/nds.po,4,8,7,0,0,1285,7815,1289,7823,nds.po,,nds,,low german,,,nds,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,1289,7823,1289,7823,mn.po,,mn,,mongolian,,,mn,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,1289,7823,1289,7823,tw.po,,tw,,twi,,,tw,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/gu.po,780,3504,4109,0,0,509,4319,1289,7823,gu.po,,gu,,gujarati,,,gu,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ast.po,32,192,194,0,0,1257,7631,1289,7823,ast.po,,ast,,asturian,,,ast,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ru.po,1283,7785,6742,0,0,6,38,1289,7823,ru.po,,ru,,russian,,,ru,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/sq.po,992,5599,6581,0,0,297,2224,1289,7823,sq.po,,sq,,albanian,,,sq,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/bg.po,956,5425,5592,0,0,333,2398,1289,7823,bg.po,,bg,,bulgarian,,,bg,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ta.po,861,4632,4203,0,0,428,3191,1289,7823,ta.po,,ta,,tamil,,,ta,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/id.po,1276,7729,7340,0,0,13,94,1289,7823,id.po,,id,,indonesian,,,id,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/fil.po,92,540,615,1,14,1196,7269,1289,7823,fil.po,,fil,,filipino,,,fil,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ml.po,426,2237,1766,0,0,863,5586,1289,7823,ml.po,,ml,,malayalam,,,ml,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/af.po,901,4446,4475,21,183,367,3194,1289,7823,af.po,,af,,afrikaans,,,af,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/zh_tw.po,1244,7454,2268,0,0,45,369,1289,7823,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/nl.po,1289,7823,7833,0,0,0,0,1289,7823,nl.po,,nl,,dutch,,,nl,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ms.po,16,71,64,0,0,1273,7752,1289,7823,ms.po,,ms,,malay,,,ms,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,1289,7823,1289,7823,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/te.po,441,2324,1890,0,0,848,5499,1289,7823,te.po,,te,,telugu,,,te,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/sk.po,1289,7823,7331,0,0,0,0,1289,7823,sk.po,,sk,,slovak,,,sk,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/fur.po,1261,7635,8813,0,0,28,188,1289,7823,fur.po,,fur,,friulian,,,fur,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/zh_hk.po,231,1091,341,0,0,1058,6732,1289,7823,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/de_ch.po,20,125,119,0,0,1269,7698,1289,7823,de_ch.po,,de,ch,german,,switzerland,de_ch,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/sv.po,1289,7823,7198,0,0,0,0,1289,7823,sv.po,,sv,,swedish,,,sv,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/lt.po,1289,7823,6451,0,0,0,0,1289,7823,lt.po,,lt,,lithuanian,,,lt,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/am.po,14,66,58,0,0,1275,7757,1289,7823,am.po,,am,,amharic,,,am,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/bo.po,1,1,1,0,0,1288,7822,1289,7823,bo.po,,bo,,tibetan,,,bo,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/eo.po,1101,5681,5219,32,152,156,1990,1289,7823,eo.po,,eo,,esperanto,,,eo,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/cy.po,14,66,67,0,0,1275,7757,1289,7823,cy.po,,cy,,welsh,,,cy,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/as.po,877,4754,5125,0,0,412,3069,1289,7823,as.po,,as,,assamese,,,as,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/sl.po,17,79,67,0,0,1272,7744,1289,7823,sl.po,,sl,,slovenian,,,sl,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/pt_br.po,1228,7304,7924,0,0,61,519,1289,7823,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/uk.po,1289,7823,7780,0,0,0,0,1289,7823,uk.po,,uk,,ukrainian,,,uk,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,1289,7823,1289,7823,brx.po,,brx,,bodo,,,brx,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ka.po,314,705,636,0,0,975,7118,1289,7823,ka.po,,ka,,georgian,,,ka,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/mk.po,17,79,77,0,0,1272,7744,1289,7823,mk.po,,mk,,macedonian,,,mk,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/hu.po,1283,7785,7073,0,0,6,38,1289,7823,hu.po,,hu,,hungarian,,,hu,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,1289,7823,1289,7823,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/gl.po,304,1390,1654,0,0,985,6433,1289,7823,gl.po,,gl,,galician,,,gl,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/el.po,34,191,197,0,0,1255,7632,1289,7823,el.po,,el,,greek,,,el,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/it.po,1086,6207,6473,6,46,197,1570,1289,7823,it.po,,it,,italian,,,it,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/da.po,1289,7823,7104,0,0,0,0,1289,7823,da.po,,da,,danish,,,da,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/eu.po,213,487,467,0,0,1076,7336,1289,7823,eu.po,,eu,,basque,,,eu,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ko.po,1239,7373,6068,0,0,50,450,1289,7823,ko.po,,ko,,korean,,,ko,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ro.po,1062,5952,6431,0,0,227,1871,1289,7823,ro.po,,ro,,romanian,,,ro,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/tg.po,16,46,48,0,0,1273,7777,1289,7823,tg.po,,tg,,tajik,,,tg,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/cs.po,1289,7823,7205,0,0,0,0,1289,7823,cs.po,,cs,,czech,,,cs,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/bn_in.po,886,4866,5240,0,0,403,2957,1289,7823,bn_in.po,,bn,in,bangla,,india,bn_in,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/en_gb.po,37,227,227,0,0,1252,7596,1289,7823,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/pt.po,322,1179,1330,0,0,967,6644,1289,7823,pt.po,,pt,,portuguese,,,pt,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/sr.po,1186,6620,6363,0,0,103,1203,1289,7823,sr.po,,sr,,serbian,,,sr,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/hr.po,984,5512,5130,0,0,305,2311,1289,7823,hr.po,,hr,,croatian,,,hr,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ilo.po,14,66,77,0,0,1275,7757,1289,7823,ilo.po,,ilo,,iloko,,,ilo,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/th.po,166,645,307,0,0,1123,7178,1289,7823,th.po,,th,,thai,,,th,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ar.po,554,2592,2531,0,0,735,5231,1289,7823,ar.po,,ar,,arabic,,,ar,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/sr@latin.po,28,170,159,0,0,1261,7653,1289,7823,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/zu.po,11,52,37,0,0,1278,7771,1289,7823,zu.po,,zu,,zulu,,,zu,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/fi.po,1001,5232,3899,0,0,288,2591,1289,7823,fi.po,,fi,,finnish,,,fi,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/et.po,171,559,475,0,0,1118,7264,1289,7823,et.po,,et,,estonian,,,et,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/km.po,276,2280,1052,0,0,1013,5543,1289,7823,km.po,,km,,khmer,,,km,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,1289,7823,1289,7823,kw.po,,kw,,cornish,,,kw,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/hi.po,426,2151,2511,0,0,863,5672,1289,7823,hi.po,,hi,,hindi,,,hi,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/de.po,1256,7553,7179,0,0,33,270,1289,7823,de.po,,de,,german,,,de,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/bs.po,18,93,79,0,0,1271,7730,1289,7823,bs.po,,bs,,bosnian,,,bs,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/es.po,1281,7740,8750,0,0,8,83,1289,7823,es.po,,es,,spanish,,,es,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,1289,7823,1289,7823,ky.po,,ky,,kyrgyz,,,ky,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/mr.po,487,2750,2524,0,0,802,5073,1289,7823,mr.po,,mr,,marathi,,,mr,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/kk.po,1082,6183,5328,0,0,207,1640,1289,7823,kk.po,,kk,,kazakh,,,kk,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/ur.po,54,220,291,0,0,1235,7603,1289,7823,ur.po,,ur,,urdu,,,ur,po -anaconda-31.22.6-2.fc31.src.rpm.stats.csv,po/my.po,64,287,183,0,0,1225,7536,1289,7823,my.po,,my,,burmese,,,my,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,123,370,361,1,1,45,69,169,440,en_ca.po,,en,ca,english,,canada,en_ca,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,169,440,334,0,0,0,0,169,440,hu.po,,hu,,hungarian,,,hu,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/th.po,136,392,157,0,0,33,48,169,440,th.po,,th,,thai,,,th,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,169,440,181,0,0,0,0,169,440,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,139,398,315,0,0,30,42,169,440,nn.po,,nn,,norwegian nynorsk,,,nn,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/si.po,31,38,40,0,0,138,402,169,440,si.po,,si,,sinhala,,,si,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,169,440,427,0,0,0,0,169,440,hr.po,,hr,,croatian,,,hr,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,169,440,381,0,0,0,0,169,440,lt.po,,lt,,lithuanian,,,lt,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,126,375,298,0,0,43,65,169,440,mn.po,,mn,,mongolian,,,mn,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/es.po,169,440,561,0,0,0,0,169,440,es.po,,es,,spanish,,,es,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,169,440,385,0,0,0,0,169,440,tr.po,,tr,,turkish,,,tr,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,169,440,421,0,0,0,0,169,440,sr.po,,sr,,serbian,,,sr,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/zu.po,98,224,203,1,2,70,214,169,440,zu.po,,zu,,zulu,,,zu,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/as.po,169,440,409,0,0,0,0,169,440,as.po,,as,,assamese,,,as,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,139,398,470,0,0,30,42,169,440,gu.po,,gu,,gujarati,,,gu,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/yi.po,31,31,32,48,96,90,313,169,440,yi.po,,yi,,yiddish,,,yi,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,169,440,528,0,0,0,0,169,440,pt.po,,pt,,portuguese,,,pt,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,74,121,124,10,19,85,300,169,440,ms.po,,ms,,malay,,,ms,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,139,398,457,0,0,30,42,169,440,ast.po,,ast,,asturian,,,ast,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/da.po,169,440,309,0,0,0,0,169,440,da.po,,da,,danish,,,da,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,169,440,402,0,0,0,0,169,440,lv.po,,lv,,latvian,,,lv,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/an.po,169,440,522,0,0,0,0,169,440,an.po,,an,,aragonese,,,an,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,169,440,425,0,0,0,0,169,440,ru.po,,ru,,russian,,,ru,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,139,398,342,0,0,30,42,169,440,bn_in.po,,bn,in,bangla,,india,bn_in,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,169,440,517,0,0,0,0,169,440,fur.po,,fur,,friulian,,,fur,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,64,142,188,2,2,103,296,169,440,wa.po,,wa,,walloon,,,wa,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,169,440,439,0,0,0,0,169,440,ro.po,,ro,,romanian,,,ro,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,169,440,426,0,0,0,0,169,440,ne.po,,ne,,nepali,,,ne,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,126,375,431,0,0,43,65,169,440,sq.po,,sq,,albanian,,,sq,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,139,398,353,0,0,30,42,169,440,kn.po,,kn,,kannada,,,kn,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,169,440,536,0,0,0,0,169,440,fr.po,,fr,,french,,,fr,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/li.po,31,31,31,48,96,90,313,169,440,li.po,,li,,limburgish,,,li,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/te.po,139,398,332,0,0,30,42,169,440,te.po,,te,,telugu,,,te,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,167,410,350,1,21,1,9,169,440,eo.po,,eo,,esperanto,,,eo,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,126,375,376,0,0,43,65,169,440,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/hy.po,126,375,338,0,0,43,65,169,440,hy.po,,hy,,armenian,,,hy,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,169,440,527,0,0,0,0,169,440,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,169,440,524,0,0,0,0,169,440,bg.po,,bg,,bulgarian,,,bg,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,139,398,333,0,0,30,42,169,440,ml.po,,ml,,malayalam,,,ml,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,139,398,157,0,0,30,42,169,440,ja.po,,ja,,japanese,,,ja,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/el.po,169,440,451,0,0,0,0,169,440,el.po,,el,,greek,,,el,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,169,440,456,0,0,0,0,169,440,pa.po,,pa,,punjabi,,,pa,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,169,440,419,0,0,0,0,169,440,pl.po,,pl,,polish,,,pl,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,139,398,343,0,0,30,42,169,440,ug.po,,ug,,uyghur,,,ug,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,169,440,186,0,0,0,0,169,440,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/is.po,31,31,32,48,96,90,313,169,440,is.po,,is,,icelandic,,,is,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,126,375,341,0,0,43,65,169,440,ar.po,,ar,,arabic,,,ar,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/af.po,108,334,288,12,31,49,75,169,440,af.po,,af,,afrikaans,,,af,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/et.po,139,398,285,0,0,30,42,169,440,et.po,,et,,estonian,,,et,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,169,440,529,0,0,0,0,169,440,gl.po,,gl,,galician,,,gl,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,169,440,527,0,0,0,0,169,440,ca.po,,ca,,catalan,,,ca,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,169,440,415,0,0,0,0,169,440,sk.po,,sk,,slovak,,,sk,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,52,78,76,0,0,117,362,169,440,kk.po,,kk,,kazakh,,,kk,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/or.po,139,398,347,0,0,30,42,169,440,or.po,,or,,odia,,,or,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/km.po,139,398,164,0,0,30,42,169,440,km.po,,km,,khmer,,,km,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,169,440,417,0,0,0,0,169,440,cs.po,,cs,,czech,,,cs,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,123,370,388,1,1,45,69,169,440,mai.po,,mai,,maithili,,,mai,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,169,440,371,0,0,0,0,169,440,nl.po,,nl,,dutch,,,nl,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/tt.po,114,359,292,7,8,48,73,169,440,tt.po,,tt,,tatar,,,tt,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,169,440,430,0,0,0,0,169,440,bs.po,,bs,,bosnian,,,bs,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/de.po,169,440,353,0,0,0,0,169,440,de.po,,de,,german,,,de,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,169,440,440,0,0,0,0,169,440,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,5,5,5,85,299,79,136,169,440,rw.po,,rw,,kinyarwanda,,,rw,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/az.po,114,359,314,7,8,48,73,169,440,az.po,,az,,azerbaijani,,,az,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,25,25,26,15,26,129,389,169,440,ga.po,,ga,,irish,,,ga,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,159,417,297,5,9,5,14,169,440,fi.po,,fi,,finnish,,,fi,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,40,46,48,0,0,129,394,169,440,tg.po,,tg,,tajik,,,tg,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,169,440,362,0,0,0,0,169,440,nb.po,,nb,,norwegian bokmål,,,nb,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,169,440,186,0,0,0,0,169,440,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,139,398,360,0,0,30,42,169,440,uk.po,,uk,,ukrainian,,,uk,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/be.po,169,440,398,0,0,0,0,169,440,be.po,,be,,belarusian,,,be,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/he.po,169,440,441,0,0,0,0,169,440,he.po,,he,,hebrew,,,he,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,169,440,477,0,0,0,0,169,440,gd.po,,gd,,scottish gaelic,,,gd,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,169,440,528,0,0,0,0,169,440,oc.po,,oc,,occitan,,,oc,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,125,374,337,1,1,43,65,169,440,be@latin.po,latin,be,,belarusian,,,be@latin,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,123,370,188,1,1,45,69,169,440,dz.po,,dz,,dzongkha,,,dz,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,121,348,331,1,1,47,91,169,440,ku.po,,ku,,kurdish,,,ku,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,139,398,380,0,0,30,42,169,440,fa.po,,fa,,persian,,,fa,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,169,440,635,0,0,0,0,169,440,vi.po,,vi,,vietnamese,,,vi,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,169,440,341,0,0,0,0,169,440,eu.po,,eu,,basque,,,eu,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,169,440,529,0,0,0,0,169,440,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/am.po,24,24,28,26,53,119,363,169,440,am.po,,am,,amharic,,,am,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,169,440,326,0,0,0,0,169,440,sv.po,,sv,,swedish,,,sv,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/id.po,169,440,415,0,0,0,0,169,440,id.po,,id,,indonesian,,,id,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,123,370,300,1,1,45,69,169,440,ka.po,,ka,,georgian,,,ka,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/sr@ije.po,114,359,336,7,8,48,73,169,440,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,169,440,396,0,0,0,0,169,440,ko.po,,ko,,korean,,,ko,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,126,375,347,0,0,43,65,169,440,mr.po,,mr,,marathi,,,mr,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,169,440,421,0,0,0,0,169,440,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,123,370,436,1,1,45,69,169,440,mk.po,,mk,,macedonian,,,mk,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,139,398,432,0,0,30,42,169,440,hi.po,,hi,,hindi,,,hi,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ps.po,123,370,436,1,1,45,69,169,440,ps.po,,ps,,pashto,,,ps,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,126,375,382,0,0,43,65,169,440,cy.po,,cy,,welsh,,,cy,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,169,440,393,0,0,0,0,169,440,sl.po,,sl,,slovenian,,,sl,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,114,359,319,7,8,48,73,169,440,xh.po,,xh,,xhosa,,,xh,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,111,348,291,8,9,50,83,169,440,tk.po,,tk,,turkmen,,,tk,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/it.po,169,440,491,0,0,0,0,169,440,it.po,,it,,italian,,,it,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,126,375,346,0,0,43,65,169,440,bn.po,,bn,,bangla,,,bn,po -atk-2.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,139,398,326,0,0,30,42,169,440,ta.po,,ta,,tamil,,,ta,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,2,10,2,0,0,16,112,18,122,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,2,10,2,0,0,16,112,18,122,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,2,10,2,0,0,16,112,18,122,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,14,96,121,0,0,4,26,18,122,vi.po,,vi,,vietnamese,,,vi,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,1,5,5,0,0,17,117,18,122,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,18,122,119,0,0,0,0,18,122,uk.po,,uk,,ukrainian,,,uk,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,14,96,115,0,0,4,26,18,122,ug.po,,ug,,uyghur,,,ug,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,2,10,12,0,0,16,112,18,122,tr.po,,tr,,turkish,,,tr,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,1,5,5,0,0,17,117,18,122,tg.po,,tg,,tajik,,,tg,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/te.po,18,122,109,0,0,0,0,18,122,te.po,,te,,telugu,,,te,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,1,5,3,0,0,17,117,18,122,ta.po,,ta,,tamil,,,ta,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,2,10,13,0,0,16,112,18,122,sv.po,,sv,,swedish,,,sv,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,2,10,11,0,0,16,112,18,122,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,2,10,11,0,0,16,112,18,122,sr.po,,sr,,serbian,,,sr,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,18,122,145,0,0,0,0,18,122,sq.po,,sq,,albanian,,,sq,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,2,10,9,0,0,16,112,18,122,sl.po,,sl,,slovenian,,,sl,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,2,10,11,0,0,16,112,18,122,sk.po,,sk,,slovak,,,sk,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,2,10,12,0,0,16,112,18,122,ru.po,,ru,,russian,,,ru,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,2,10,13,0,0,16,112,18,122,ro.po,,ro,,romanian,,,ro,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,2,10,12,0,0,16,112,18,122,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,2,10,12,0,0,16,112,18,122,pt.po,,pt,,portuguese,,,pt,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,2,10,12,0,0,16,112,18,122,pl.po,,pl,,polish,,,pl,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,2,10,14,0,0,16,112,18,122,pa.po,,pa,,punjabi,,,pa,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/or.po,18,122,125,0,0,0,0,18,122,or.po,,or,,odia,,,or,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,2,10,10,0,0,16,112,18,122,oc.po,,oc,,occitan,,,oc,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,2,10,10,0,0,16,112,18,122,nl.po,,nl,,dutch,,,nl,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,2,10,11,0,0,16,112,18,122,ne.po,,ne,,nepali,,,ne,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,2,10,9,0,0,16,112,18,122,nb.po,,nb,,norwegian bokmål,,,nb,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,2,10,9,0,0,16,112,18,122,ms.po,,ms,,malay,,,ms,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,14,96,103,0,0,4,26,18,122,mr.po,,mr,,marathi,,,mr,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,2,10,9,0,0,16,112,18,122,ml.po,,ml,,malayalam,,,ml,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,2,10,9,0,0,16,112,18,122,lv.po,,lv,,latvian,,,lv,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,2,10,9,0,0,16,112,18,122,lt.po,,lt,,lithuanian,,,lt,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,2,10,9,0,0,16,112,18,122,ko.po,,ko,,korean,,,ko,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,18,122,123,0,0,0,0,18,122,kn.po,,kn,,kannada,,,kn,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/km.po,1,5,5,0,0,17,117,18,122,km.po,,km,,khmer,,,km,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,2,10,12,0,0,16,112,18,122,kk.po,,kk,,kazakh,,,kk,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,1,5,1,0,0,17,117,18,122,ja.po,,ja,,japanese,,,ja,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/it.po,2,10,9,0,0,16,112,18,122,it.po,,it,,italian,,,it,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/id.po,2,10,9,0,0,16,112,18,122,id.po,,id,,indonesian,,,id,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,2,10,10,0,0,16,112,18,122,hu.po,,hu,,hungarian,,,hu,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,2,10,10,0,0,16,112,18,122,hr.po,,hr,,croatian,,,hr,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,1,5,5,0,0,17,117,18,122,hi.po,,hi,,hindi,,,hi,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/he.po,2,10,10,0,0,16,112,18,122,he.po,,he,,hebrew,,,he,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,18,122,143,0,0,0,0,18,122,gu.po,,gu,,gujarati,,,gu,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,2,10,12,0,0,16,112,18,122,gl.po,,gl,,galician,,,gl,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,2,10,12,0,0,16,112,18,122,gd.po,,gd,,scottish gaelic,,,gd,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,1,5,6,0,0,17,117,18,122,ga.po,,ga,,irish,,,ga,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,2,10,10,0,0,16,112,18,122,fur.po,,fur,,friulian,,,fur,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,2,10,9,0,0,16,112,18,122,fr.po,,fr,,french,,,fr,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,1,5,4,0,0,17,117,18,122,fi.po,,fi,,finnish,,,fi,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,2,10,10,0,0,16,112,18,122,fa.po,,fa,,persian,,,fa,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,2,10,10,0,0,16,112,18,122,eu.po,,eu,,basque,,,eu,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/et.po,2,10,12,0,0,16,112,18,122,et.po,,et,,estonian,,,et,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/es.po,2,10,13,0,0,16,112,18,122,es.po,,es,,spanish,,,es,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,1,5,5,0,0,17,117,18,122,eo.po,,eo,,esperanto,,,eo,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,2,10,10,0,0,16,112,18,122,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,1,5,5,0,0,17,117,18,122,en_ca.po,,en,ca,english,,canada,en_ca,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/el.po,2,10,10,0,0,16,112,18,122,el.po,,el,,greek,,,el,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/de.po,2,10,11,0,0,16,112,18,122,de.po,,de,,german,,,de,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/da.po,2,10,10,0,0,16,112,18,122,da.po,,da,,danish,,,da,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,2,10,11,0,0,16,112,18,122,cs.po,,cs,,czech,,,cs,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,2,10,12,0,0,16,112,18,122,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,2,10,12,0,0,16,112,18,122,ca.po,,ca,,catalan,,,ca,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,2,10,10,0,0,16,112,18,122,bs.po,,bs,,bosnian,,,bs,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,18,122,139,0,0,0,0,18,122,bn_in.po,,bn,in,bangla,,india,bn_in,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,2,10,9,0,0,16,112,18,122,bg.po,,bg,,bulgarian,,,bg,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/be.po,2,10,12,0,0,16,112,18,122,be.po,,be,,belarusian,,,be,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,14,96,111,0,0,4,26,18,122,ast.po,,ast,,asturian,,,ast,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/as.po,2,10,9,0,0,16,112,18,122,as.po,,as,,assamese,,,as,po -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv,po/an.po,2,10,10,0,0,16,112,18,122,an.po,,an,,aragonese,,,an,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/en@boldquot.po,30,348,350,0,0,0,0,30,348,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/sv.po,22,208,206,7,138,1,2,30,348,sv.po,,sv,,swedish,,,sv,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/nl.po,22,208,209,7,138,1,2,30,348,nl.po,,nl,,dutch,,,nl,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/en@quot.po,30,348,348,0,0,0,0,30,348,en@quot.po,quot,en,,english,,,en@quot,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/fr.po,22,208,239,7,138,1,2,30,348,fr.po,,fr,,french,,,fr,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/pl.po,28,293,288,2,55,0,0,30,348,pl.po,,pl,,polish,,,pl,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/es.po,28,293,319,2,55,0,0,30,348,es.po,,es,,spanish,,,es,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/gl.po,28,293,319,2,55,0,0,30,348,gl.po,,gl,,galician,,,gl,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/de.po,21,197,186,8,149,1,2,30,348,de.po,,de,,german,,,de,po -attr-2.4.48-7.fc31.src.rpm.stats.csv,po/cs.po,28,293,290,2,55,0,0,30,348,cs.po,,cs,,czech,,,cs,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,303,1748,690,0,0,39,217,342,1965,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,303,1748,543,0,0,39,217,342,1965,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/uk.po,342,1965,2002,0,0,0,0,342,1965,uk.po,,uk,,ukrainian,,,uk,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/sv.po,307,1772,1723,0,0,35,193,342,1965,sv.po,,sv,,swedish,,,sv,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/ru.po,303,1748,1661,0,0,39,217,342,1965,ru.po,,ru,,russian,,,ru,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,303,1748,1999,0,0,39,217,342,1965,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/pl.po,342,1965,1969,0,0,0,0,342,1965,pl.po,,pl,,polish,,,pl,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/nl.po,342,1965,2051,0,0,0,0,342,1965,nl.po,,nl,,dutch,,,nl,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/ko.po,303,1748,1553,0,0,39,217,342,1965,ko.po,,ko,,korean,,,ko,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/ja.po,303,1748,842,0,0,39,217,342,1965,ja.po,,ja,,japanese,,,ja,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/it.po,303,1748,1873,0,0,39,217,342,1965,it.po,,it,,italian,,,it,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/hu.po,271,1564,1446,0,0,71,401,342,1965,hu.po,,hu,,hungarian,,,hu,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/fr.po,342,1965,2346,0,0,0,0,342,1965,fr.po,,fr,,french,,,fr,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/es.po,307,1772,2159,0,0,35,193,342,1965,es.po,,es,,spanish,,,es,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/de.po,303,1748,1726,0,0,39,217,342,1965,de.po,,de,,german,,,de,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/cs.po,244,1344,1241,0,0,98,621,342,1965,cs.po,,cs,,czech,,,cs,po -authselect-1.1-2.fc31.src.rpm.stats.csv,po/ca.po,171,919,1131,0,0,171,1046,342,1965,ca.po,,ca,,catalan,,,ca,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/en_nz.po,152,758,758,11,89,5,21,168,868,en_nz.po,,en,nz,english,,new zealand,en_nz,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/en_ca.po,1,1,1,1,1,166,866,168,868,en_ca.po,,en,ca,english,,canada,en_ca,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/sk.po,165,865,870,2,2,1,1,168,868,sk.po,,sk,,slovak,,,sk,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/eo.po,67,167,141,1,1,100,700,168,868,eo.po,,eo,,esperanto,,,eo,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/sr@latin.po,165,865,896,2,2,1,1,168,868,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/pl.po,168,868,865,0,0,0,0,168,868,pl.po,,pl,,polish,,,pl,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/uk.po,168,868,883,0,0,0,0,168,868,uk.po,,uk,,ukrainian,,,uk,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/fr.po,165,865,989,2,2,1,1,168,868,fr.po,,fr,,french,,,fr,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/nl.po,165,865,846,2,2,1,1,168,868,nl.po,,nl,,dutch,,,nl,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/es.po,165,865,1070,2,2,1,1,168,868,es.po,,es,,spanish,,,es,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/el.po,165,865,876,2,2,1,1,168,868,el.po,,el,,greek,,,el,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/oc.po,168,868,993,0,0,0,0,168,868,oc.po,,oc,,occitan,,,oc,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/tr.po,168,868,789,0,0,0,0,168,868,tr.po,,tr,,turkish,,,tr,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/fi.po,164,794,634,2,2,2,72,168,868,fi.po,,fi,,finnish,,,fi,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/fa.po,74,224,245,1,1,93,643,168,868,fa.po,,fa,,persian,,,fa,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ms.po,40,94,95,1,1,127,773,168,868,ms.po,,ms,,malay,,,ms,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ja.po,165,865,449,2,2,1,1,168,868,ja.po,,ja,,japanese,,,ja,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/bg.po,165,865,1001,2,2,1,1,168,868,bg.po,,bg,,bulgarian,,,bg,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/et.po,129,477,405,2,2,37,389,168,868,et.po,,et,,estonian,,,et,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/cs.po,133,642,607,2,2,33,224,168,868,cs.po,,cs,,czech,,,cs,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/sv.po,168,868,807,0,0,0,0,168,868,sv.po,,sv,,swedish,,,sv,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/hu.po,168,868,780,0,0,0,0,168,868,hu.po,,hu,,hungarian,,,hu,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ar.po,91,262,267,2,2,75,604,168,868,ar.po,,ar,,arabic,,,ar,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/sl.po,165,865,882,2,2,1,1,168,868,sl.po,,sl,,slovenian,,,sl,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/id.po,168,868,850,0,0,0,0,168,868,id.po,,id,,indonesian,,,id,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/he.po,103,332,318,2,2,63,534,168,868,he.po,,he,,hebrew,,,he,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/pt_br.po,165,865,1009,2,2,1,1,168,868,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/en_au.po,2,2,2,1,1,165,865,168,868,en_au.po,,en,au,english,,australia,en_au,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/fo.po,113,413,366,2,2,53,453,168,868,fo.po,,fo,,faroese,,,fo,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/zh_tw.po,165,865,391,2,2,1,1,168,868,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,168,868,168,868,ko.po,,ko,,korean,,,ko,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,168,868,168,868,ach.po,,ach,,acoli,,,ach,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/it.po,165,865,986,2,2,1,1,168,868,it.po,,it,,italian,,,it,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ru.po,165,865,828,2,2,1,1,168,868,ru.po,,ru,,russian,,,ru,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/da.po,165,865,761,2,2,1,1,168,868,da.po,,da,,danish,,,da,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/lv.po,165,865,776,2,2,1,1,168,868,lv.po,,lv,,latvian,,,lv,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/sr.po,165,865,896,2,2,1,1,168,868,sr.po,,sr,,serbian,,,sr,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/gl.po,165,865,1161,2,2,1,1,168,868,gl.po,,gl,,galician,,,gl,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/de.po,165,865,779,2,2,1,1,168,868,de.po,,de,,german,,,de,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/en_gb.po,165,865,865,2,2,1,1,168,868,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ca.po,165,865,1145,2,2,1,1,168,868,ca.po,,ca,,catalan,,,ca,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/zh_cn.po,165,865,414,2,2,1,1,168,868,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -avahi-0.7-20.fc31.src.rpm.stats.csv,po/ro.po,165,865,882,2,2,1,1,168,868,ro.po,,ro,,romanian,,,ro,po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/cs.po,4,67,68,0,0,0,0,4,67,cs.po,,cs,,czech,,,cs,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/da.po,4,67,64,0,0,0,0,4,67,da.po,,da,,danish,,,da,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/de.po,4,67,64,0,0,0,0,4,67,de.po,,de,,german,,,de,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/es.po,0,0,0,1,22,3,45,4,67,es.po,,es,,spanish,,,es,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/fr.po,4,67,73,0,0,0,0,4,67,fr.po,,fr,,french,,,fr,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/id.po,4,67,45,0,0,0,0,4,67,id.po,,id,,indonesian,,,id,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/it.po,4,67,70,0,0,0,0,4,67,it.po,,it,,italian,,,it,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/ja.po,4,67,10,0,0,0,0,4,67,ja.po,,ja,,japanese,,,ja,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/pl.po,4,67,65,0,0,0,0,4,67,pl.po,,pl,,polish,,,pl,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/pt.po,4,67,72,0,0,0,0,4,67,pt.po,,pt,,portuguese,,,pt,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/ru.po,4,67,53,0,0,0,0,4,67,ru.po,,ru,,russian,,,ru,debian/po -b43-fwcutter-019-16.fc31.src.rpm.stats.csv,debian/po/sv.po,4,67,66,0,0,0,0,4,67,sv.po,,sv,,swedish,,,sv,debian/po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,57,820,118,0,0,10,283,67,1103,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/sv/sv.po,67,1103,1032,0,0,0,0,67,1103,sv.po,,sv,,swedish,,,sv,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/sl/sl.po,57,820,734,0,0,10,283,67,1103,sl.po,,sl,,slovenian,,,sl,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/ru/ru.po,57,820,717,0,0,10,283,67,1103,ru.po,,ru,,russian,,,ru,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,67,1103,1218,0,0,0,0,67,1103,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/pt/pt.po,67,1103,1132,0,0,0,0,67,1103,pt.po,,pt,,portuguese,,,pt,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/pl/pl.po,67,1103,864,0,0,0,0,67,1103,pl.po,,pl,,polish,,,pl,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/ko/ko.po,67,1103,749,0,0,0,0,67,1103,ko.po,,ko,,korean,,,ko,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/it/it.po,67,1103,1105,0,0,0,0,67,1103,it.po,,it,,italian,,,it,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/id/id.po,67,1103,978,0,0,0,0,67,1103,id.po,,id,,indonesian,,,id,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/hu/hu.po,67,1103,890,0,0,0,0,67,1103,hu.po,,hu,,hungarian,,,hu,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/hr/hr.po,67,1103,910,0,0,0,0,67,1103,hr.po,,hr,,croatian,,,hr,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/gl/gl.po,39,345,388,7,255,21,503,67,1103,gl.po,,gl,,galician,,,gl,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/fr/fr.po,67,1103,1186,0,0,0,0,67,1103,fr.po,,fr,,french,,,fr,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/fi/fi.po,47,688,411,3,56,17,359,67,1103,fi.po,,fi,,finnish,,,fi,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/es/es.po,67,1103,1180,0,0,0,0,67,1103,es.po,,es,,spanish,,,es,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/el/el.po,67,1103,1126,0,0,0,0,67,1103,el.po,,el,,greek,,,el,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/de/de.po,67,1103,1060,0,0,0,0,67,1103,de.po,,de,,german,,,de,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/da/da.po,67,1103,967,0,0,0,0,67,1103,da.po,,da,,danish,,,da,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/cs/cs.po,67,1103,955,0,0,0,0,67,1103,cs.po,,cs,,czech,,,cs,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,help/ca/ca.po,41,703,758,0,0,26,400,67,1103,ca.po,,ca,,catalan,,,ca,help/ -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,73,275,125,0,0,53,265,126,540,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,57,210,109,0,0,69,330,126,540,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,65,247,109,0,0,61,293,126,540,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,12,23,21,40,128,74,389,126,540,xh.po,,xh,,xhosa,,,xh,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,6,6,6,44,128,76,406,126,540,wa.po,,wa,,walloon,,,wa,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,74,278,394,0,0,52,262,126,540,vi.po,,vi,,vietnamese,,,vi,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,30,108,116,0,0,96,432,126,540,uk.po,,uk,,ukrainian,,,uk,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,57,184,166,0,0,69,356,126,540,ug.po,,ug,,uyghur,,,ug,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,74,278,245,0,0,52,262,126,540,tr.po,,tr,,turkish,,,tr,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,58,180,86,0,0,68,360,126,540,th.po,,th,,thai,,,th,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,57,210,214,0,0,69,330,126,540,tg.po,,tg,,tajik,,,tg,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,57,210,198,0,0,69,330,126,540,te.po,,te,,telugu,,,te,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,57,210,192,0,0,69,330,126,540,ta.po,,ta,,tamil,,,ta,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,74,278,273,0,0,52,262,126,540,sv.po,,sv,,swedish,,,sv,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,65,247,268,0,0,61,293,126,540,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,74,278,308,0,0,52,262,126,540,sr.po,,sr,,serbian,,,sr,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,12,23,23,40,128,74,389,126,540,sq.po,,sq,,albanian,,,sq,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,74,278,284,0,0,52,262,126,540,sl.po,,sl,,slovenian,,,sl,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,74,278,278,0,0,52,262,126,540,sk.po,,sk,,slovak,,,sk,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,80,210,246,19,79,27,251,126,540,si.po,,si,,sinhala,,,si,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,2,2,2,47,141,77,397,126,540,rw.po,,rw,,kinyarwanda,,,rw,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,74,278,263,0,0,52,262,126,540,ru.po,,ru,,russian,,,ru,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,74,278,333,0,0,52,262,126,540,ro.po,,ro,,romanian,,,ro,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,74,278,418,0,0,52,262,126,540,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,63,243,279,0,0,63,297,126,540,pt.po,,pt,,portuguese,,,pt,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ps.po,99,282,317,5,18,22,240,126,540,ps.po,,ps,,pashto,,,ps,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,74,278,303,0,0,52,262,126,540,pl.po,,pl,,polish,,,pl,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,57,210,251,0,0,69,330,126,540,pa.po,,pa,,punjabi,,,pa,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,57,210,231,0,0,69,330,126,540,or.po,,or,,odia,,,or,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,57,185,213,0,0,69,355,126,540,oc.po,,oc,,occitan,,,oc,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,72,229,230,0,0,54,311,126,540,nn.po,,nn,,norwegian nynorsk,,,nn,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,74,278,284,0,0,52,262,126,540,nl.po,,nl,,dutch,,,nl,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,64,246,227,0,0,62,294,126,540,ne.po,,ne,,nepali,,,ne,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,44,84,78,1,3,81,453,126,540,nds.po,,nds,,low german,,,nds,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,65,247,249,0,0,61,293,126,540,nb.po,,nb,,norwegian bokmål,,,nb,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,9,15,24,40,134,77,391,126,540,ms.po,,ms,,malay,,,ms,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,57,210,217,0,0,69,330,126,540,mr.po,,mr,,marathi,,,mr,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,8,14,13,41,135,77,391,126,540,mn.po,,mn,,mongolian,,,mn,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,65,247,222,0,0,61,293,126,540,ml.po,,ml,,malayalam,,,ml,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,109,370,431,9,38,8,132,126,540,mk.po,,mk,,macedonian,,,mk,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,50,132,149,48,193,28,215,126,540,mg.po,,mg,,malagasy,,,mg,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,94,287,348,7,24,25,229,126,540,mai.po,,mai,,maithili,,,mai,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,74,278,266,0,0,52,262,126,540,lv.po,,lv,,latvian,,,lv,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,74,278,268,0,0,52,262,126,540,lt.po,,lt,,lithuanian,,,lt,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,54,118,132,26,104,46,318,126,540,ku.po,,ku,,kurdish,,,ku,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,74,278,238,0,0,52,262,126,540,ko.po,,ko,,korean,,,ko,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,57,210,187,0,0,69,330,126,540,kn.po,,kn,,kannada,,,kn,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,126,540,243,0,0,0,0,126,540,km.po,,km,,khmer,,,km,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,74,278,245,0,0,52,262,126,540,kk.po,,kk,,kazakh,,,kk,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,11,22,24,42,157,73,361,126,540,ka.po,,ka,,georgian,,,ka,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,71,225,129,0,0,55,315,126,540,ja.po,,ja,,japanese,,,ja,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,74,278,321,0,0,52,262,126,540,it.po,,it,,italian,,,it,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,65,247,245,0,0,61,293,126,540,is.po,,is,,icelandic,,,is,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,74,278,299,0,0,52,262,126,540,id.po,,id,,indonesian,,,id,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,74,278,290,0,0,52,262,126,540,hu.po,,hu,,hungarian,,,hu,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,73,275,268,0,0,53,265,126,540,hr.po,,hr,,croatian,,,hr,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,57,210,245,0,0,69,330,126,540,hi.po,,hi,,hindi,,,hi,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,63,243,264,0,0,63,297,126,540,he.po,,he,,hebrew,,,he,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,57,210,227,0,0,69,330,126,540,gu.po,,gu,,gujarati,,,gu,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,74,278,394,0,0,52,262,126,540,gl.po,,gl,,galician,,,gl,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,64,246,324,0,0,62,294,126,540,gd.po,,gd,,scottish gaelic,,,gd,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,45,124,162,1,6,80,410,126,540,ga.po,,ga,,irish,,,ga,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,74,278,317,0,0,52,262,126,540,fur.po,,fur,,friulian,,,fur,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,74,278,350,0,0,52,262,126,540,fr.po,,fr,,french,,,fr,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,74,278,256,0,0,52,262,126,540,fi.po,,fi,,finnish,,,fi,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,73,275,276,0,0,53,265,126,540,fa.po,,fa,,persian,,,fa,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,73,275,253,0,0,53,265,126,540,eu.po,,eu,,basque,,,eu,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,57,210,189,0,0,69,330,126,540,et.po,,et,,estonian,,,et,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,74,278,394,0,0,52,262,126,540,es.po,,es,,spanish,,,es,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,62,196,187,1,13,63,331,126,540,eo.po,,eo,,esperanto,,,eo,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,74,278,301,0,0,52,262,126,540,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,11,22,25,42,157,73,361,126,540,en_ca.po,,en,ca,english,,canada,en_ca,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,100,413,414,24,123,2,4,126,540,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,74,278,321,0,0,52,262,126,540,el.po,,el,,greek,,,el,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,90,285,133,24,103,12,152,126,540,dz.po,,dz,,dzongkha,,,dz,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,74,278,324,0,0,52,262,126,540,de.po,,de,,german,,,de,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,73,275,269,0,0,53,265,126,540,da.po,,da,,danish,,,da,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,50,132,164,52,203,24,205,126,540,cy.po,,cy,,welsh,,,cy,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,74,278,325,0,0,52,262,126,540,cs.po,,cs,,czech,,,cs,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,57,184,157,0,0,69,356,126,540,crh.po,,crh,,crimean turkish,,,crh,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,64,246,313,0,0,62,294,126,540,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,74,278,356,0,0,52,262,126,540,ca.po,,ca,,catalan,,,ca,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,57,210,217,0,0,69,330,126,540,bs.po,,bs,,bosnian,,,bs,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,57,210,244,0,0,69,330,126,540,br.po,,br,,breton,,,br,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,57,210,224,0,0,69,330,126,540,bn_in.po,,bn,in,bangla,,india,bn_in,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,122,526,596,2,10,2,4,126,540,bn.po,,bn,,bangla,,,bn,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,64,246,306,0,0,62,294,126,540,bg.po,,bg,,bulgarian,,,bg,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,109,370,341,9,38,8,132,126,540,be@latin.po,latin,be,,belarusian,,,be@latin,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,65,247,245,0,0,61,293,126,540,be.po,,be,,belarusian,,,be,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/az.po,9,15,29,40,134,77,391,126,540,az.po,,az,,azerbaijani,,,az,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,126,540,625,0,0,0,0,126,540,ast.po,,ast,,asturian,,,ast,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,57,210,227,0,0,69,330,126,540,as.po,,as,,assamese,,,as,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,64,244,257,0,0,62,296,126,540,ar.po,,ar,,arabic,,,ar,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,57,210,255,0,0,69,330,126,540,an.po,,an,,aragonese,,,an,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/am.po,6,6,10,16,35,104,499,126,540,am.po,,am,,amharic,,,am,po -baobab-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,65,247,248,0,0,61,293,126,540,af.po,,af,,afrikaans,,,af,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/hu.po,565,9806,8278,20,1695,1,6,586,11507,hu.po,,hu,,hungarian,,,hu,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/it.po,487,5568,6137,74,5784,25,155,586,11507,it.po,,it,,italian,,,it,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/sr.po,565,9806,9161,20,1695,1,6,586,11507,sr.po,,sr,,serbian,,,sr,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/af.po,15,46,52,220,759,351,10702,586,11507,af.po,,af,,afrikaans,,,af,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/sl.po,487,5568,5327,74,5784,25,155,586,11507,sl.po,,sl,,slovenian,,,sl,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/nl.po,565,9806,9808,20,1695,1,6,586,11507,nl.po,,nl,,dutch,,,nl,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/pl.po,584,11184,10311,2,323,0,0,586,11507,pl.po,,pl,,polish,,,pl,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/ro.po,125,431,477,173,827,288,10249,586,11507,ro.po,,ro,,romanian,,,ro,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/sk.po,487,5568,5224,74,5784,25,155,586,11507,sk.po,,sk,,slovak,,,sk,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/fr.po,584,11184,12921,2,323,0,0,586,11507,fr.po,,fr,,french,,,fr,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/en@boldquot.po,586,11507,11544,0,0,0,0,586,11507,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/hr.po,584,11184,10476,2,323,0,0,586,11507,hr.po,,hr,,croatian,,,hr,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/el.po,501,3498,3673,11,251,74,7758,586,11507,el.po,,el,,greek,,,el,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/eo.po,565,9806,9056,20,1695,1,6,586,11507,eo.po,,eo,,esperanto,,,eo,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/ru.po,543,6142,5719,42,5359,1,6,586,11507,ru.po,,ru,,russian,,,ru,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/id.po,510,5842,5584,63,5591,13,74,586,11507,id.po,,id,,indonesian,,,id,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/bg.po,565,9806,10657,20,1695,1,6,586,11507,bg.po,,bg,,bulgarian,,,bg,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/da.po,458,4836,4619,96,6469,32,202,586,11507,da.po,,da,,danish,,,da,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/et.po,153,660,647,47,189,386,10658,586,11507,et.po,,et,,estonian,,,et,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/gl.po,468,3199,3776,51,1438,67,6870,586,11507,gl.po,,gl,,galician,,,gl,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/ja.po,531,5986,2439,48,5483,7,38,586,11507,ja.po,,ja,,japanese,,,ja,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/ga.po,565,6907,7485,1,164,20,4436,586,11507,ga.po,,ga,,irish,,,ga,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/pt_br.po,584,11184,12173,2,323,0,0,586,11507,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/sv.po,584,11184,10408,2,323,0,0,586,11507,sv.po,,sv,,swedish,,,sv,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/tr.po,553,8541,7240,17,1181,16,1785,586,11507,tr.po,,tr,,turkish,,,tr,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/lt.po,326,1512,1409,77,1231,183,8764,586,11507,lt.po,,lt,,lithuanian,,,lt,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/zh_cn.po,584,11184,3906,2,323,0,0,586,11507,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/cs.po,584,11184,10087,2,323,0,0,586,11507,cs.po,,cs,,czech,,,cs,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/es.po,565,9806,11294,20,1695,1,6,586,11507,es.po,,es,,spanish,,,es,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/vi.po,550,9017,11285,30,2456,6,34,586,11507,vi.po,,vi,,vietnamese,,,vi,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/pt.po,584,11184,11647,2,323,0,0,586,11507,pt.po,,pt,,portuguese,,,pt,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/ca.po,556,9738,10809,20,1695,10,74,586,11507,ca.po,,ca,,catalan,,,ca,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/de.po,500,5904,5612,1,164,85,5439,586,11507,de.po,,de,,german,,,de,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/uk.po,565,9806,8768,20,1695,1,6,586,11507,uk.po,,uk,,ukrainian,,,uk,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/fi.po,459,4966,3719,92,6318,35,223,586,11507,fi.po,,fi,,finnish,,,fi,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/en@quot.po,586,11507,11507,0,0,0,0,586,11507,en@quot.po,quot,en,,english,,,en@quot,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/zh_tw.po,584,11184,3900,2,323,0,0,586,11507,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -bash-5.0.7-3.fc31.src.rpm.stats.csv,po/nb.po,565,9806,8857,20,1695,1,6,586,11507,nb.po,,nb,,norwegian bokmål,,,nb,po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/sr.po,1398,9119,9435,0,0,373,2834,1771,11953,sr.po,,sr,,serbian,,,sr,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/ja.po,1013,6811,4307,0,0,758,5142,1771,11953,ja.po,,ja,,japanese,,,ja,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/da.po,1398,9119,8504,0,0,373,2834,1771,11953,da.po,,da,,danish,,,da,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/vi.po,1312,8369,12106,0,0,459,3584,1771,11953,vi.po,,vi,,vietnamese,,,vi,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/ro.po,592,4098,4407,0,0,1179,7855,1771,11953,ro.po,,ro,,romanian,,,ro,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/sv.po,1398,9119,8364,0,0,373,2834,1771,11953,sv.po,,sv,,swedish,,,sv,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/zh_cn.po,214,935,437,521,2842,1036,8176,1771,11953,zh_cn.po,,zh,cn,chinese,,china,zh_cn,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/es.po,1771,11953,13950,0,0,0,0,1771,11953,es.po,,es,,spanish,,,es,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/tr.po,592,4098,3794,0,0,1179,7855,1771,11953,tr.po,,tr,,turkish,,,tr,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/fi.po,1398,9119,7687,0,0,373,2834,1771,11953,fi.po,,fi,,finnish,,,fi,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/fr.po,1692,11391,13903,0,0,79,562,1771,11953,fr.po,,fr,,french,,,fr,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/id.po,1312,8369,8501,0,0,459,3584,1771,11953,id.po,,id,,indonesian,,,id,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/ru.po,1692,11391,11334,0,0,79,562,1771,11953,ru.po,,ru,,russian,,,ru,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/hr.po,79,195,199,0,0,1692,11758,1771,11953,hr.po,,hr,,croatian,,,hr,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/pt.po,1692,11391,12183,0,0,79,562,1771,11953,pt.po,,pt,,portuguese,,,pt,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/uk.po,1692,11391,12006,0,0,79,562,1771,11953,uk.po,,uk,,ukrainian,,,uk,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,bfd/po/rw.po,1,2,2,508,3879,1262,8072,1771,11953,rw.po,,rw,,kinyarwanda,,,rw,bfd/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/sr.po,1698,10376,10383,0,0,520,3348,2218,13724,sr.po,,sr,,serbian,,,sr,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/ja.po,1296,6741,3758,396,3872,526,3111,2218,13724,ja.po,,ja,,japanese,,,ja,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/bg.po,851,5112,5558,1,13,1366,8599,2218,13724,bg.po,,bg,,bulgarian,,,bg,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/da.po,780,3498,3134,254,2242,1184,7984,2218,13724,da.po,,da,,danish,,,da,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/vi.po,1516,9516,14252,0,0,702,4208,2218,13724,vi.po,,vi,,vietnamese,,,vi,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/ro.po,261,968,1038,0,0,1957,12756,2218,13724,ro.po,,ro,,romanian,,,ro,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/ca.po,1698,10376,13004,0,0,520,3348,2218,13724,ca.po,,ca,,catalan,,,ca,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/sv.po,2124,13295,11933,0,0,94,429,2218,13724,sv.po,,sv,,swedish,,,sv,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/zh_cn.po,973,4740,2285,513,3613,732,5371,2218,13724,zh_cn.po,,zh,cn,chinese,,china,zh_cn,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/sk.po,1106,7582,7268,0,0,1112,6142,2218,13724,sk.po,,sk,,slovak,,,sk,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/es.po,1400,7316,9310,457,4071,361,2337,2218,13724,es.po,,es,,spanish,,,es,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/tr.po,979,6367,5810,0,0,1239,7357,2218,13724,tr.po,,tr,,turkish,,,tr,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/fi.po,1698,10376,8212,0,0,520,3348,2218,13724,fi.po,,fi,,finnish,,,fi,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/zh_tw.po,881,4106,1957,238,2663,1099,6955,2218,13724,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/fr.po,2144,13443,16467,0,0,74,281,2218,13724,fr.po,,fr,,french,,,fr,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/id.po,1144,7903,7882,0,0,1074,5821,2218,13724,id.po,,id,,indonesian,,,id,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/ru.po,2218,13724,13433,0,0,0,0,2218,13724,ru.po,,ru,,russian,,,ru,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/hr.po,262,1097,1060,7,107,1949,12520,2218,13724,hr.po,,hr,,croatian,,,hr,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/pt.po,2144,13443,14641,0,0,74,281,2218,13724,pt.po,,pt,,portuguese,,,pt,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/it.po,1496,9431,10831,0,0,722,4293,2218,13724,it.po,,it,,italian,,,it,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/uk.po,2144,13443,13640,0,0,74,281,2218,13724,uk.po,,uk,,ukrainian,,,uk,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,binutils/po/rw.po,5,8,9,761,5299,1452,8417,2218,13724,rw.po,,rw,,kinyarwanda,,,rw,binutils/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/ja.po,302,1631,975,6,34,4126,26449,4434,28114,ja.po,,ja,,japanese,,,ja,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/sv.po,4102,25598,23039,293,2143,39,373,4434,28114,sv.po,,sv,,swedish,,,sv,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/zh_cn.po,46,142,74,2348,11907,2040,16065,4434,28114,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/es.po,4325,27075,33160,8,110,101,929,4434,28114,es.po,,es,,spanish,,,es,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/tr.po,2368,13963,12564,229,1879,1837,12272,4434,28114,tr.po,,tr,,turkish,,,tr,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/fi.po,3702,23106,19304,0,0,732,5008,4434,28114,fi.po,,fi,,finnish,,,fi,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/fr.po,4434,28082,33690,0,0,0,32,4434,28114,fr.po,,fr,,french,,,fr,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/id.po,3702,23106,23606,0,0,732,5008,4434,28114,id.po,,id,,indonesian,,,id,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/ru.po,4434,28082,27594,0,0,0,32,4434,28114,ru.po,,ru,,russian,,,ru,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/uk.po,4434,28082,29970,0,0,0,32,4434,28114,uk.po,,uk,,ukrainian,,,uk,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gas/po/rw.po,0,0,0,304,1492,4130,26622,4434,28114,rw.po,,rw,,kinyarwanda,,,rw,gas/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/ja.po,120,678,431,0,0,794,5233,914,5911,ja.po,,ja,,japanese,,,ja,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/vi.po,485,2803,4426,0,0,429,3108,914,5911,vi.po,,vi,,vietnamese,,,vi,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/sv.po,59,245,245,168,840,687,4826,914,5911,sv.po,,sv,,swedish,,,sv,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/zh_cn.po,118,459,190,319,1692,477,3760,914,5911,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/es.po,792,4808,5615,0,0,122,1103,914,5911,es.po,,es,,spanish,,,es,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/fi.po,741,4571,3687,0,0,173,1340,914,5911,fi.po,,fi,,finnish,,,fi,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/fr.po,905,5831,7784,0,0,9,80,914,5911,fr.po,,fr,,french,,,fr,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/id.po,485,2803,2852,0,0,429,3108,914,5911,id.po,,id,,indonesian,,,id,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/it.po,485,2803,3294,0,0,429,3108,914,5911,it.po,,it,,italian,,,it,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gold/po/uk.po,914,5911,6300,0,0,0,0,914,5911,uk.po,,uk,,ukrainian,,,uk,gold/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/sr.po,98,533,543,0,0,0,0,98,533,sr.po,,sr,,serbian,,,sr,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/ja.po,28,119,90,36,136,34,278,98,533,ja.po,,ja,,japanese,,,ja,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/bg.po,98,533,601,0,0,0,0,98,533,bg.po,,bg,,bulgarian,,,bg,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/da.po,97,526,505,0,0,1,7,98,533,da.po,,da,,danish,,,da,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/hu.po,98,533,545,0,0,0,0,98,533,hu.po,,hu,,hungarian,,,hu,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/vi.po,97,525,879,0,0,1,8,98,533,vi.po,,vi,,vietnamese,,,vi,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/ro.po,93,486,539,0,0,5,47,98,533,ro.po,,ro,,romanian,,,ro,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/sv.po,98,533,505,0,0,0,0,98,533,sv.po,,sv,,swedish,,,sv,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/es.po,98,533,625,0,0,0,0,98,533,es.po,,es,,spanish,,,es,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/tr.po,98,533,517,0,0,0,0,98,533,tr.po,,tr,,turkish,,,tr,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/nl.po,97,525,552,0,0,1,8,98,533,nl.po,,nl,,dutch,,,nl,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/de.po,97,525,492,0,0,1,8,98,533,de.po,,de,,german,,,de,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/pt_br.po,98,533,613,0,0,0,0,98,533,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/eo.po,98,533,535,0,0,0,0,98,533,eo.po,,eo,,esperanto,,,eo,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/fi.po,97,526,487,0,0,1,7,98,533,fi.po,,fi,,finnish,,,fi,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/fr.po,98,533,614,0,0,0,0,98,533,fr.po,,fr,,french,,,fr,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/ms.po,98,533,534,0,0,0,0,98,533,ms.po,,ms,,malay,,,ms,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/id.po,97,525,517,0,0,1,8,98,533,id.po,,id,,indonesian,,,id,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/ru.po,98,533,536,0,0,0,0,98,533,ru.po,,ru,,russian,,,ru,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/ga.po,97,524,587,0,0,1,9,98,533,ga.po,,ga,,irish,,,ga,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/it.po,97,525,595,0,0,1,8,98,533,it.po,,it,,italian,,,it,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/uk.po,98,533,552,0,0,0,0,98,533,uk.po,,uk,,ukrainian,,,uk,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,gprof/po/rw.po,2,2,2,67,425,29,106,98,533,rw.po,,rw,,kinyarwanda,,,rw,gprof/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/sr.po,497,2968,3045,0,0,387,3120,884,6088,sr.po,,sr,,serbian,,,sr,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/ja.po,489,2902,1516,0,0,395,3186,884,6088,ja.po,,ja,,japanese,,,ja,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/bg.po,609,3789,4374,0,0,275,2299,884,6088,bg.po,,bg,,bulgarian,,,bg,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/da.po,386,2177,2100,0,0,498,3911,884,6088,da.po,,da,,danish,,,da,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/vi.po,489,2902,4515,0,0,395,3186,884,6088,vi.po,,vi,,vietnamese,,,vi,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/sv.po,497,2968,2891,0,0,387,3120,884,6088,sv.po,,sv,,swedish,,,sv,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/zh_cn.po,497,2968,1311,0,0,387,3120,884,6088,zh_cn.po,,zh,cn,chinese,,china,zh_cn,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/es.po,809,5484,6987,19,162,56,442,884,6088,es.po,,es,,spanish,,,es,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/tr.po,460,2690,2463,50,370,374,3028,884,6088,tr.po,,tr,,turkish,,,tr,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/de.po,453,2685,2640,0,0,431,3403,884,6088,de.po,,de,,german,,,de,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/pt_br.po,882,6063,7031,0,0,2,25,884,6088,pt_br.po,,pt,br,portuguese,,brazil,pt_br,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/fi.po,323,1737,1422,316,2308,245,2043,884,6088,fi.po,,fi,,finnish,,,fi,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/zh_tw.po,497,2968,1403,0,0,387,3120,884,6088,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/fr.po,884,6088,7743,0,0,0,0,884,6088,fr.po,,fr,,french,,,fr,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/id.po,489,2902,2970,0,0,395,3186,884,6088,id.po,,id,,indonesian,,,id,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/ru.po,55,420,482,3,24,826,5644,884,6088,ru.po,,ru,,russian,,,ru,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/ga.po,497,2968,3409,0,0,387,3120,884,6088,ga.po,,ga,,irish,,,ga,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/it.po,488,2898,3402,0,0,396,3190,884,6088,it.po,,it,,italian,,,it,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,ld/po/uk.po,882,6063,6356,0,0,2,25,884,6088,uk.po,,uk,,ukrainian,,,uk,ld/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/sr.po,287,1602,1611,0,0,166,1083,453,2685,sr.po,,sr,,serbian,,,sr,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/da.po,179,968,946,0,0,274,1717,453,2685,da.po,,da,,danish,,,da,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/vi.po,292,1632,2494,0,0,161,1053,453,2685,vi.po,,vi,,vietnamese,,,vi,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/ro.po,148,863,909,0,0,305,1822,453,2685,ro.po,,ro,,romanian,,,ro,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/sv.po,436,2594,2402,0,0,17,91,453,2685,sv.po,,sv,,swedish,,,sv,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/zh_cn.po,219,1192,525,108,650,126,843,453,2685,zh_cn.po,,zh,cn,chinese,,china,zh_cn,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/es.po,370,2145,2527,0,0,83,540,453,2685,es.po,,es,,spanish,,,es,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/tr.po,148,863,783,0,0,305,1822,453,2685,tr.po,,tr,,turkish,,,tr,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/nl.po,234,1371,1419,0,0,219,1314,453,2685,nl.po,,nl,,dutch,,,nl,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/de.po,453,2685,2640,0,0,0,0,453,2685,de.po,,de,,german,,,de,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/pt_br.po,453,2685,3051,0,0,0,0,453,2685,pt_br.po,,pt,br,portuguese,,brazil,pt_br,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/fi.po,287,1602,1393,0,0,166,1083,453,2685,fi.po,,fi,,finnish,,,fi,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/fr.po,362,2108,2378,0,0,91,577,453,2685,fr.po,,fr,,french,,,fr,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/id.po,292,1632,1687,0,0,161,1053,453,2685,id.po,,id,,indonesian,,,id,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/ga.po,287,1602,1830,0,0,166,1083,453,2685,ga.po,,ga,,irish,,,ga,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/it.po,234,1371,1595,0,0,219,1314,453,2685,it.po,,it,,italian,,,it,opcodes/po -binutils-2.32-24.fc31.src.rpm.stats.csv,opcodes/po/uk.po,453,2685,2795,0,0,0,0,453,2685,uk.po,,uk,,ukrainian,,,uk,opcodes/po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/zh_tw.po,218,753,344,0,0,5,62,223,815,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/zh_cn.po,184,687,328,0,0,39,128,223,815,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,223,815,223,815,vi.po,,vi,,vietnamese,,,vi,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/uk.po,223,815,839,0,0,0,0,223,815,uk.po,,uk,,ukrainian,,,uk,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,223,815,223,815,tr.po,,tr,,turkish,,,tr,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,223,815,223,815,th.po,,th,,thai,,,th,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,223,815,223,815,te.po,,te,,telugu,,,te,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,223,815,223,815,ta.po,,ta,,tamil,,,ta,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/sv.po,0,0,0,0,0,223,815,223,815,sv.po,,sv,,swedish,,,sv,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/sr.po,218,753,792,0,0,5,62,223,815,sr.po,,sr,,serbian,,,sr,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/sq.po,132,481,575,3,11,88,323,223,815,sq.po,,sq,,albanian,,,sq,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,223,815,223,815,sl.po,,sl,,slovenian,,,sl,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/sk.po,223,815,800,0,0,0,0,223,815,sk.po,,sk,,slovak,,,sk,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,223,815,223,815,si.po,,si,,sinhala,,,si,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ru.po,135,492,471,0,0,88,323,223,815,ru.po,,ru,,russian,,,ru,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,223,815,223,815,ro.po,,ro,,romanian,,,ro,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/pt_br.po,40,151,160,0,0,183,664,223,815,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/pl.po,223,815,845,0,0,0,0,223,815,pl.po,,pl,,polish,,,pl,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,223,815,223,815,or.po,,or,,odia,,,or,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,223,815,223,815,nn.po,,nn,,norwegian nynorsk,,,nn,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,223,815,223,815,nl.po,,nl,,dutch,,,nl,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,223,815,223,815,nds.po,,nds,,low german,,,nds,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,223,815,223,815,nb.po,,nb,,norwegian bokmål,,,nb,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,223,815,223,815,ms.po,,ms,,malay,,,ms,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,223,815,223,815,mr.po,,mr,,marathi,,,mr,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,223,815,223,815,mn.po,,mn,,mongolian,,,mn,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,223,815,223,815,ml.po,,ml,,malayalam,,,ml,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,223,815,223,815,mai.po,,mai,,maithili,,,mai,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,223,815,223,815,lv.po,,lv,,latvian,,,lv,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,223,815,223,815,ky.po,,ky,,kyrgyz,,,ky,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,223,815,223,815,ko.po,,ko,,korean,,,ko,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,223,815,223,815,kn.po,,kn,,kannada,,,kn,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/kk.po,135,492,485,0,0,88,323,223,815,kk.po,,kk,,kazakh,,,kk,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,223,815,223,815,ka.po,,ka,,georgian,,,ka,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ja.po,98,276,133,0,0,125,539,223,815,ja.po,,ja,,japanese,,,ja,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/it.po,135,492,535,0,0,88,323,223,815,it.po,,it,,italian,,,it,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,223,815,223,815,is.po,,is,,icelandic,,,is,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/id.po,0,0,0,0,0,223,815,223,815,id.po,,id,,indonesian,,,id,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/hu.po,223,815,789,0,0,0,0,223,815,hu.po,,hu,,hungarian,,,hu,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,223,815,223,815,hr.po,,hr,,croatian,,,hr,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,223,815,223,815,hi.po,,hi,,hindi,,,hi,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/he.po,77,163,168,1,1,145,651,223,815,he.po,,he,,hebrew,,,he,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,223,815,223,815,gu.po,,gu,,gujarati,,,gu,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,223,815,223,815,gl.po,,gl,,galician,,,gl,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,223,815,223,815,ga.po,,ga,,irish,,,ga,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/fur.po,215,749,887,0,0,8,66,223,815,fur.po,,fur,,friulian,,,fur,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/fr.po,223,815,1010,0,0,0,0,223,815,fr.po,,fr,,french,,,fr,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/fi.po,115,313,283,0,0,108,502,223,815,fi.po,,fi,,finnish,,,fi,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,223,815,223,815,fa.po,,fa,,persian,,,fa,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,223,815,223,815,eu.po,,eu,,basque,,,eu,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,223,815,223,815,et.po,,et,,estonian,,,et,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/es.po,220,809,951,2,2,1,4,223,815,es.po,,es,,spanish,,,es,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,223,815,223,815,eo.po,,eo,,esperanto,,,eo,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,223,815,223,815,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/el.po,0,0,0,0,0,223,815,223,815,el.po,,el,,greek,,,el,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,223,815,223,815,de_ch.po,,de,ch,german,,switzerland,de_ch,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/da.po,0,0,0,0,0,223,815,223,815,da.po,,da,,danish,,,da,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,223,815,223,815,cy.po,,cy,,welsh,,,cy,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/cs.po,222,811,796,0,0,1,4,223,815,cs.po,,cs,,czech,,,cs,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ca.po,218,775,965,0,0,5,40,223,815,ca.po,,ca,,catalan,,,ca,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,223,815,223,815,bs.po,,bs,,bosnian,,,bs,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,223,815,223,815,brx.po,,brx,,bodo,,,brx,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,223,815,223,815,br.po,,br,,breton,,,br,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,223,815,223,815,bn_in.po,,bn,in,bangla,,india,bn_in,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/bg.po,126,466,515,0,0,97,349,223,815,bg.po,,bg,,bulgarian,,,bg,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,223,815,223,815,ast.po,,ast,,asturian,,,ast,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,223,815,223,815,as.po,,as,,assamese,,,as,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,223,815,223,815,ar.po,,ar,,arabic,,,ar,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,223,815,223,815,anp.po,,anp,,angika,,,anp,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,223,815,223,815,am.po,,am,,amharic,,,am,po -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,223,815,223,815,af.po,,af,,afrikaans,,,af,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,143,2095,431,4,92,114,1323,261,3510,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/ru/ru.po,147,2187,1704,0,0,114,1323,261,3510,ru.po,,ru,,russian,,,ru,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/de/de.po,144,2202,2138,0,0,117,1308,261,3510,de.po,,de,,german,,,de,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/hu/hu.po,144,2202,1719,0,0,117,1308,261,3510,hu.po,,hu,,hungarian,,,hu,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/lv/lv.po,144,2202,1704,0,0,117,1308,261,3510,lv.po,,lv,,latvian,,,lv,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/el/el.po,144,2202,2092,0,0,117,1308,261,3510,el.po,,el,,greek,,,el,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/en_gb/en_gb.po,261,3510,3509,0,0,0,0,261,3510,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/es/es.po,144,2202,2196,0,0,117,1308,261,3510,es.po,,es,,spanish,,,es,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/id/id.po,144,2202,1944,0,0,117,1308,261,3510,id.po,,id,,indonesian,,,id,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/fi/fi.po,6,29,23,26,208,229,3273,261,3510,fi.po,,fi,,finnish,,,fi,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/bg/bg.po,260,3508,3353,0,0,1,2,261,3510,bg.po,,bg,,bulgarian,,,bg,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/ro/ro.po,144,2202,2205,0,0,117,1308,261,3510,ro.po,,ro,,romanian,,,ro,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/pl/pl.po,144,2202,1723,0,0,117,1308,261,3510,pl.po,,pl,,polish,,,pl,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/pt/pt.po,144,2202,2190,0,0,117,1308,261,3510,pt.po,,pt,,portuguese,,,pt,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/eu/eu.po,261,3510,2710,0,0,0,0,261,3510,eu.po,,eu,,basque,,,eu,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/zh_hk/zh_hk.po,110,1173,188,8,118,143,2219,261,3510,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/ja/ja.po,145,2204,168,0,0,116,1306,261,3510,ja.po,,ja,,japanese,,,ja,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/gl/gl.po,147,2187,2099,0,0,114,1323,261,3510,gl.po,,gl,,galician,,,gl,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/fr/fr.po,144,2202,2346,0,0,117,1308,261,3510,fr.po,,fr,,french,,,fr,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/zh_tw/zh_tw.po,110,1173,188,8,118,143,2219,261,3510,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/te/te.po,10,18,22,0,0,251,3492,261,3510,te.po,,te,,telugu,,,te,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/ko/ko.po,144,2202,1487,0,0,117,1308,261,3510,ko.po,,ko,,korean,,,ko,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/it/it.po,261,3510,3376,0,0,0,0,261,3510,it.po,,it,,italian,,,it,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/cs/cs.po,144,2202,1787,0,0,117,1308,261,3510,cs.po,,cs,,czech,,,cs,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/sl/sl.po,147,2187,1760,0,0,114,1323,261,3510,sl.po,,sl,,slovenian,,,sl,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,144,2202,2272,0,0,117,1308,261,3510,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/sv/sv.po,144,2202,2067,0,0,117,1308,261,3510,sv.po,,sv,,swedish,,,sv,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,help/ca/ca.po,89,977,1016,0,0,172,2533,261,3510,ca.po,,ca,,catalan,,,ca,help/ -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/eo.po,295,842,819,0,0,698,4766,993,5608,eo.po,,eo,,esperanto,,,eo,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/sr.po,968,5546,5134,0,0,25,62,993,5608,sr.po,,sr,,serbian,,,sr,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/nl.po,968,5546,5419,0,0,25,62,993,5608,nl.po,,nl,,dutch,,,nl,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/cs.po,969,5549,4930,0,0,24,59,993,5608,cs.po,,cs,,czech,,,cs,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/tr.po,969,5549,4538,0,0,24,59,993,5608,tr.po,,tr,,turkish,,,tr,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/mr.po,968,5546,5220,0,0,25,62,993,5608,mr.po,,mr,,marathi,,,mr,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/he.po,968,5546,4911,0,0,25,62,993,5608,he.po,,he,,hebrew,,,he,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/tg.po,968,5546,5738,0,0,25,62,993,5608,tg.po,,tg,,tajik,,,tg,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/bn_in.po,968,5546,6053,0,0,25,62,993,5608,bn_in.po,,bn,in,bangla,,india,bn_in,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ar.po,946,5182,4531,0,0,47,426,993,5608,ar.po,,ar,,arabic,,,ar,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/et.po,968,5546,4251,0,0,25,62,993,5608,et.po,,et,,estonian,,,et,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/pl.po,969,5549,4970,0,0,24,59,993,5608,pl.po,,pl,,polish,,,pl,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/uk.po,968,5546,4764,0,0,25,62,993,5608,uk.po,,uk,,ukrainian,,,uk,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/en@shaw.po,986,5408,5406,0,0,7,200,993,5608,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/gd.po,968,5546,7062,0,0,25,62,993,5608,gd.po,,gd,,scottish gaelic,,,gd,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/af.po,805,4286,4324,11,129,177,1193,993,5608,af.po,,af,,afrikaans,,,af,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/my.po,935,4765,1866,4,18,54,825,993,5608,my.po,,my,,burmese,,,my,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/nn.po,986,5520,5110,3,63,4,25,993,5608,nn.po,,nn,,norwegian nynorsk,,,nn,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/hr.po,969,5549,5030,0,0,24,59,993,5608,hr.po,,hr,,croatian,,,hr,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ast.po,971,5493,5661,0,0,22,115,993,5608,ast.po,,ast,,asturian,,,ast,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/mk.po,971,5493,5653,0,0,22,115,993,5608,mk.po,,mk,,macedonian,,,mk,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/sr@latin.po,968,5546,5134,0,0,25,62,993,5608,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ku.po,672,2889,3030,26,152,295,2567,993,5608,ku.po,,ku,,kurdish,,,ku,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ca.po,969,5549,6275,0,0,24,59,993,5608,ca.po,,ca,,catalan,,,ca,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/br.po,984,5393,6173,0,0,9,215,993,5608,br.po,,br,,breton,,,br,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/be.po,968,5546,4784,0,0,25,62,993,5608,be.po,,be,,belarusian,,,be,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/fr.po,969,5549,6366,0,0,24,59,993,5608,fr.po,,fr,,french,,,fr,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/en_ca.po,971,5493,5494,0,0,22,115,993,5608,en_ca.po,,en,ca,english,,canada,en_ca,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/zh_cn.po,968,5546,1589,0,0,25,62,993,5608,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/zh_hk.po,968,5546,1661,0,0,25,62,993,5608,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/sv.po,969,5549,5097,0,0,24,59,993,5608,sv.po,,sv,,swedish,,,sv,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/nb.po,969,5549,5123,0,0,24,59,993,5608,nb.po,,nb,,norwegian bokmål,,,nb,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ca@valencia.po,968,5546,6268,0,0,25,62,993,5608,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/bn.po,986,5408,5606,0,0,7,200,993,5608,bn.po,,bn,,bangla,,,bn,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/bg.po,968,5546,6078,0,0,25,62,993,5608,bg.po,,bg,,bulgarian,,,bg,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/en_gb.po,968,5546,5558,0,0,25,62,993,5608,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/it.po,982,5608,5414,0,0,11,0,993,5608,it.po,,it,,italian,,,it,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/nds.po,466,1332,1259,0,0,527,4276,993,5608,nds.po,,nds,,low german,,,nds,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/oc.po,968,5546,6238,0,0,25,62,993,5608,oc.po,,oc,,occitan,,,oc,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/es.po,969,5549,6058,0,0,24,59,993,5608,es.po,,es,,spanish,,,es,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ml.po,968,5546,4199,0,0,25,62,993,5608,ml.po,,ml,,malayalam,,,ml,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/kk.po,304,921,798,0,0,689,4687,993,5608,kk.po,,kk,,kazakh,,,kk,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/de.po,969,5549,5351,0,0,24,59,993,5608,de.po,,de,,german,,,de,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/bs.po,968,5546,5058,0,0,25,62,993,5608,bs.po,,bs,,bosnian,,,bs,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/lt.po,969,5549,4473,0,0,24,59,993,5608,lt.po,,lt,,lithuanian,,,lt,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ja.po,968,5546,1743,0,0,25,62,993,5608,ja.po,,ja,,japanese,,,ja,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/zh_tw.po,968,5546,1661,0,0,25,62,993,5608,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/te.po,968,5546,4519,0,0,25,62,993,5608,te.po,,te,,telugu,,,te,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/hi.po,968,5546,6441,0,0,25,62,993,5608,hi.po,,hi,,hindi,,,hi,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/as.po,968,5546,5755,0,0,25,62,993,5608,as.po,,as,,assamese,,,as,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/fur.po,969,5549,5917,0,0,24,59,993,5608,fur.po,,fur,,friulian,,,fur,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/id.po,969,5549,4998,0,0,24,59,993,5608,id.po,,id,,indonesian,,,id,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/pa.po,968,5546,5994,0,0,25,62,993,5608,pa.po,,pa,,punjabi,,,pa,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/pt_br.po,969,5549,5990,0,0,24,59,993,5608,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/gu.po,968,5546,5899,0,0,25,62,993,5608,gu.po,,gu,,gujarati,,,gu,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/el.po,968,5546,5813,0,0,25,62,993,5608,el.po,,el,,greek,,,el,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ga.po,495,1562,1688,9,66,489,3980,993,5608,ga.po,,ga,,irish,,,ga,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ne.po,213,476,491,497,2045,283,3087,993,5608,ne.po,,ne,,nepali,,,ne,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/kn.po,968,5546,4614,0,0,25,62,993,5608,kn.po,,kn,,kannada,,,kn,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/fi.po,968,5546,4099,0,0,25,62,993,5608,fi.po,,fi,,finnish,,,fi,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ro.po,968,5546,5785,0,0,25,62,993,5608,ro.po,,ro,,romanian,,,ro,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/is.po,669,2636,2505,0,0,324,2972,993,5608,is.po,,is,,icelandic,,,is,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ms.po,56,256,219,576,1796,361,3556,993,5608,ms.po,,ms,,malay,,,ms,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ru.po,968,5546,4751,0,0,25,62,993,5608,ru.po,,ru,,russian,,,ru,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/da.po,968,5546,5079,0,0,25,62,993,5608,da.po,,da,,danish,,,da,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/eu.po,968,5546,4622,0,0,25,62,993,5608,eu.po,,eu,,basque,,,eu,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/vi.po,969,5549,7376,0,0,24,59,993,5608,vi.po,,vi,,vietnamese,,,vi,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/dz.po,752,3949,1203,0,0,241,1659,993,5608,dz.po,,dz,,dzongkha,,,dz,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/gl.po,968,5546,6224,0,0,25,62,993,5608,gl.po,,gl,,galician,,,gl,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/lv.po,968,5546,4488,0,0,25,62,993,5608,lv.po,,lv,,latvian,,,lv,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/or.po,968,5546,5396,0,0,25,62,993,5608,or.po,,or,,odia,,,or,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/th.po,968,5546,1743,0,0,25,62,993,5608,th.po,,th,,thai,,,th,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/km.po,966,5474,1968,5,19,22,115,993,5608,km.po,,km,,khmer,,,km,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/sl.po,969,5549,5068,0,0,24,59,993,5608,sl.po,,sl,,slovenian,,,sl,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/fa.po,968,5546,5951,0,0,25,62,993,5608,fa.po,,fa,,persian,,,fa,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/hu.po,968,5546,4597,0,0,25,62,993,5608,hu.po,,hu,,hungarian,,,hu,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/mai.po,133,242,317,0,0,860,5366,993,5608,mai.po,,mai,,maithili,,,mai,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ta.po,968,5546,4597,0,0,25,62,993,5608,ta.po,,ta,,tamil,,,ta,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ug.po,977,5515,4331,0,0,16,93,993,5608,ug.po,,ug,,uyghur,,,ug,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/sk.po,969,5549,5121,0,0,24,59,993,5608,sk.po,,sk,,slovak,,,sk,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/pt.po,968,5546,5958,0,0,25,62,993,5608,pt.po,,pt,,portuguese,,,pt,po -brasero-3.12.2-9.fc31.src.rpm.stats.csv,po/ko.po,968,5546,4229,0,0,25,62,993,5608,ko.po,,ko,,korean,,,ko,po -brltty-6.0-6.fc31.src.rpm.stats.csv,messages/de.po,796,2533,2287,4,18,25,152,825,2703,de.po,,de,,german,,,de,messages -brltty-6.0-6.fc31.src.rpm.stats.csv,messages/fr.po,802,2636,3468,0,0,23,67,825,2703,fr.po,,fr,,french,,,fr,messages -brltty-6.0-6.fc31.src.rpm.stats.csv,messages/it.po,136,194,210,0,0,689,2509,825,2703,it.po,,it,,italian,,,it,messages -brltty-6.0-6.fc31.src.rpm.stats.csv,messages/zh.po,774,2496,1015,6,34,45,173,825,2703,zh.po,,zh,,chinese,,,zh,messages -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,118,1665,219,1,15,0,27,119,1707,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/sv/sv.po,112,1472,1412,0,0,7,235,119,1707,sv.po,,sv,,swedish,,,sv,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/sl/sl.po,114,1707,1468,0,0,5,0,119,1707,sl.po,,sl,,slovenian,,,sl,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/ru/ru.po,115,1705,1379,0,0,4,2,119,1707,ru.po,,ru,,russian,,,ru,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,112,1472,1569,0,0,7,235,119,1707,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/pl/pl.po,112,1472,1179,0,0,7,235,119,1707,pl.po,,pl,,polish,,,pl,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/nl/nl.po,112,1472,1557,0,0,7,235,119,1707,nl.po,,nl,,dutch,,,nl,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/ko/ko.po,112,1472,1038,0,0,7,235,119,1707,ko.po,,ko,,korean,,,ko,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/id/id.po,112,1472,1291,0,0,7,235,119,1707,id.po,,id,,indonesian,,,id,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/hu/hu.po,112,1472,1243,0,0,7,235,119,1707,hu.po,,hu,,hungarian,,,hu,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/gl/gl.po,112,1472,1474,0,0,7,235,119,1707,gl.po,,gl,,galician,,,gl,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/fr/fr.po,112,1472,1632,0,0,7,235,119,1707,fr.po,,fr,,french,,,fr,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/fi/fi.po,79,877,606,26,472,14,358,119,1707,fi.po,,fi,,finnish,,,fi,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/es/es.po,112,1472,1575,0,0,7,235,119,1707,es.po,,es,,spanish,,,es,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/el/el.po,112,1472,1626,0,0,7,235,119,1707,el.po,,el,,greek,,,el,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/de/de.po,112,1472,1529,0,0,7,235,119,1707,de.po,,de,,german,,,de,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/cs/cs.po,112,1472,1302,0,0,7,235,119,1707,cs.po,,cs,,czech,,,cs,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,help/ca/ca.po,118,1652,1870,0,0,1,55,119,1707,ca.po,,ca,,catalan,,,ca,help/ -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/zu.po,70,185,164,2,109,59,366,131,660,zu.po,,zu,,zulu,,,zu,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,122,614,153,0,0,9,46,131,660,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,121,630,154,0,0,10,30,131,660,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,122,614,204,0,0,9,46,131,660,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,71,193,178,14,44,46,423,131,660,xh.po,,xh,,xhosa,,,xh,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,130,628,770,0,0,1,32,131,660,vi.po,,vi,,vietnamese,,,vi,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,123,614,518,0,0,8,46,131,660,uk.po,,uk,,ukrainian,,,uk,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,125,574,442,0,0,6,86,131,660,ug.po,,ug,,uyghur,,,ug,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,130,628,485,0,0,1,32,131,660,tr.po,,tr,,turkish,,,tr,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,123,614,168,0,0,8,46,131,660,th.po,,th,,thai,,,th,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,120,613,608,0,0,11,47,131,660,tg.po,,tg,,tajik,,,tg,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,120,613,509,0,0,11,47,131,660,te.po,,te,,telugu,,,te,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,120,613,500,0,0,11,47,131,660,ta.po,,ta,,tamil,,,ta,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,131,631,596,0,0,0,29,131,660,sv.po,,sv,,swedish,,,sv,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,123,614,609,0,0,8,46,131,660,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,130,628,626,0,0,1,32,131,660,sr.po,,sr,,serbian,,,sr,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,99,527,567,0,0,32,133,131,660,sq.po,,sq,,albanian,,,sq,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,131,631,582,0,0,0,29,131,660,sl.po,,sl,,slovenian,,,sl,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,123,614,565,0,0,8,46,131,660,sk.po,,sk,,slovak,,,sk,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,122,614,511,0,0,9,46,131,660,ru.po,,ru,,russian,,,ru,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,131,631,678,0,0,0,29,131,660,ro.po,,ro,,romanian,,,ro,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,131,631,728,0,0,0,29,131,660,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,123,614,655,0,0,8,46,131,660,pt.po,,pt,,portuguese,,,pt,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ps.po,72,333,367,0,0,59,327,131,660,ps.po,,ps,,pashto,,,ps,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,130,628,587,0,0,1,32,131,660,pl.po,,pl,,polish,,,pl,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,120,613,644,0,0,11,47,131,660,pa.po,,pa,,punjabi,,,pa,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,120,613,577,0,0,11,47,131,660,or.po,,or,,odia,,,or,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,123,614,690,0,0,8,46,131,660,oc.po,,oc,,occitan,,,oc,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,103,530,538,0,0,28,130,131,660,nn.po,,nn,,norwegian nynorsk,,,nn,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,122,614,657,0,0,9,46,131,660,nl.po,,nl,,dutch,,,nl,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,123,614,531,0,0,8,46,131,660,ne.po,,ne,,nepali,,,ne,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,54,104,96,0,0,77,556,131,660,nds.po,,nds,,low german,,,nds,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,131,631,608,0,0,0,29,131,660,nb.po,,nb,,norwegian bokmål,,,nb,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,95,372,333,16,197,20,91,131,660,ms.po,,ms,,malay,,,ms,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,120,613,513,0,0,11,47,131,660,mr.po,,mr,,marathi,,,mr,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,123,614,477,0,0,8,46,131,660,ml.po,,ml,,malayalam,,,ml,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,119,550,599,0,0,12,110,131,660,mk.po,,mk,,macedonian,,,mk,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,29,146,167,0,0,102,514,131,660,mai.po,,mai,,maithili,,,mai,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,130,628,525,0,0,1,32,131,660,lv.po,,lv,,latvian,,,lv,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,130,628,515,0,0,1,32,131,660,lt.po,,lt,,lithuanian,,,lt,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/lo.po,123,614,182,0,0,8,46,131,660,lo.po,,lo,,lao,,,lo,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,125,576,441,0,0,6,84,131,660,ky.po,,ky,,kyrgyz,,,ky,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,92,398,415,0,0,39,262,131,660,ku.po,,ku,,kurdish,,,ku,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,130,628,460,0,0,1,32,131,660,ko.po,,ko,,korean,,,ko,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,120,613,502,0,0,11,47,131,660,kn.po,,kn,,kannada,,,kn,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,119,550,193,0,0,12,110,131,660,km.po,,km,,khmer,,,km,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,122,614,472,0,0,9,46,131,660,kk.po,,kk,,kazakh,,,kk,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,120,651,503,0,0,11,9,131,660,ka.po,,ka,,georgian,,,ka,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,129,627,190,0,0,2,33,131,660,ja.po,,ja,,japanese,,,ja,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,130,628,616,0,0,1,32,131,660,it.po,,it,,italian,,,it,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,122,614,566,0,0,9,46,131,660,is.po,,is,,icelandic,,,is,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,131,631,600,0,0,0,29,131,660,id.po,,id,,indonesian,,,id,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,131,631,522,0,0,0,29,131,660,hu.po,,hu,,hungarian,,,hu,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,131,631,576,0,0,0,29,131,660,hr.po,,hr,,croatian,,,hr,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,123,614,672,0,0,8,46,131,660,hi.po,,hi,,hindi,,,hi,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,123,614,608,0,0,8,46,131,660,he.po,,he,,hebrew,,,he,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,123,614,591,0,0,8,46,131,660,gu.po,,gu,,gujarati,,,gu,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,130,628,726,0,0,1,32,131,660,gl.po,,gl,,galician,,,gl,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,76,238,325,32,244,23,178,131,660,ga.po,,ga,,irish,,,ga,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,131,631,683,0,0,0,29,131,660,fur.po,,fur,,friulian,,,fur,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,131,631,733,0,0,0,29,131,660,fr.po,,fr,,french,,,fr,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,130,628,436,0,0,1,32,131,660,fi.po,,fi,,finnish,,,fi,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,130,628,611,0,0,1,32,131,660,fa.po,,fa,,persian,,,fa,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,131,631,532,0,0,0,29,131,660,eu.po,,eu,,basque,,,eu,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,122,614,438,0,0,9,46,131,660,et.po,,et,,estonian,,,et,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,131,631,732,0,0,0,29,131,660,es.po,,es,,spanish,,,es,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,131,631,595,0,0,0,29,131,660,eo.po,,eo,,esperanto,,,eo,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,130,628,641,0,0,1,32,131,660,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,114,592,593,6,59,11,9,131,660,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,131,631,683,0,0,0,29,131,660,el.po,,el,,greek,,,el,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,59,304,183,0,0,72,356,131,660,dz.po,,dz,,dzongkha,,,dz,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,131,631,631,0,0,0,29,131,660,de.po,,de,,german,,,de,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,122,614,559,0,0,9,46,131,660,da.po,,da,,danish,,,da,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,130,628,596,0,0,1,32,131,660,cs.po,,cs,,czech,,,cs,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,123,614,692,0,0,8,46,131,660,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,131,631,712,0,0,0,29,131,660,ca.po,,ca,,catalan,,,ca,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,120,613,578,0,0,11,47,131,660,bs.po,,bs,,bosnian,,,bs,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,120,613,602,0,0,11,47,131,660,bn_in.po,,bn,in,bangla,,india,bn_in,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,120,651,671,0,0,11,9,131,660,bn.po,,bn,,bangla,,,bn,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,123,614,561,0,0,8,46,131,660,bg.po,,bg,,bulgarian,,,bg,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,90,412,381,0,0,41,248,131,660,be@latin.po,latin,be,,belarusian,,,be@latin,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,123,614,502,0,0,8,46,131,660,be.po,,be,,belarusian,,,be,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,118,538,574,0,0,13,122,131,660,ast.po,,ast,,asturian,,,ast,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,120,613,581,0,0,11,47,131,660,as.po,,as,,assamese,,,as,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,119,530,502,0,0,12,130,131,660,ar.po,,ar,,arabic,,,ar,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,123,614,667,0,0,8,46,131,660,an.po,,an,,aragonese,,,an,po -cheese-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,123,614,603,0,0,8,46,131,660,af.po,,af,,afrikaans,,,af,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/zh_tw.po,94,503,265,0,0,9,52,103,555,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/zh_cn.po,96,524,263,0,0,7,31,103,555,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/vi.po,72,346,441,0,0,31,209,103,555,vi.po,,vi,,vietnamese,,,vi,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ur.po,82,400,422,0,0,21,155,103,555,ur.po,,ur,,urdu,,,ur,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/uk.po,96,524,503,0,0,7,31,103,555,uk.po,,uk,,ukrainian,,,uk,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/tr.po,92,480,410,4,44,7,31,103,555,tr.po,,tr,,turkish,,,tr,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/th.po,29,180,103,0,0,74,375,103,555,th.po,,th,,thai,,,th,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/tg.po,91,477,531,0,0,12,78,103,555,tg.po,,tg,,tajik,,,tg,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/te.po,94,503,418,0,0,9,52,103,555,te.po,,te,,telugu,,,te,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ta.po,94,503,434,0,0,9,52,103,555,ta.po,,ta,,tamil,,,ta,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/sv.po,96,524,539,0,0,7,31,103,555,sv.po,,sv,,swedish,,,sv,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/sr@latin.po,88,438,418,0,0,15,117,103,555,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/sr.po,96,524,499,0,0,7,31,103,555,sr.po,,sr,,serbian,,,sr,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/sq.po,95,519,567,1,5,7,31,103,555,sq.po,,sq,,albanian,,,sq,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/sl.po,84,413,410,0,0,19,142,103,555,sl.po,,sl,,slovenian,,,sl,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/sk.po,96,524,519,0,0,7,31,103,555,sk.po,,sk,,slovak,,,sk,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/si.po,12,38,38,0,0,91,517,103,555,si.po,,si,,sinhala,,,si,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ru.po,96,524,482,0,0,7,31,103,555,ru.po,,ru,,russian,,,ru,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,103,555,103,555,ro.po,,ro,,romanian,,,ro,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/pt_br.po,96,524,570,0,0,7,31,103,555,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/pt.po,96,524,601,0,0,7,31,103,555,pt.po,,pt,,portuguese,,,pt,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/pl.po,96,524,543,0,0,7,31,103,555,pl.po,,pl,,polish,,,pl,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/pa.po,92,480,555,0,0,11,75,103,555,pa.po,,pa,,punjabi,,,pa,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/or.po,94,503,568,0,0,9,52,103,555,or.po,,or,,odia,,,or,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/nn.po,6,6,6,0,0,97,549,103,555,nn.po,,nn,,norwegian nynorsk,,,nn,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/nl.po,96,524,545,0,0,7,31,103,555,nl.po,,nl,,dutch,,,nl,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/nds.po,6,6,6,0,0,97,549,103,555,nds.po,,nds,,low german,,,nds,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/nb.po,92,480,491,0,0,11,75,103,555,nb.po,,nb,,norwegian bokmål,,,nb,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,103,555,103,555,my.po,,my,,burmese,,,my,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ms.po,84,413,405,0,0,19,142,103,555,ms.po,,ms,,malay,,,ms,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/mr.po,94,503,482,0,0,9,52,103,555,mr.po,,mr,,marathi,,,mr,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ml.po,96,524,440,0,0,7,31,103,555,ml.po,,ml,,malayalam,,,ml,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/mk.po,84,413,463,0,0,19,142,103,555,mk.po,,mk,,macedonian,,,mk,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/mai.po,88,438,509,0,0,15,117,103,555,mai.po,,mai,,maithili,,,mai,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/lv.po,91,477,428,0,0,12,78,103,555,lv.po,,lv,,latvian,,,lv,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,103,555,103,555,lo.po,,lo,,lao,,,lo,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,103,555,103,555,ku.po,,ku,,kurdish,,,ku,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ko.po,96,524,467,0,0,7,31,103,555,ko.po,,ko,,korean,,,ko,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/kn.po,94,503,464,0,0,9,52,103,555,kn.po,,kn,,kannada,,,kn,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/km.po,96,524,301,0,0,7,31,103,555,km.po,,km,,khmer,,,km,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ka.po,55,237,221,0,0,48,318,103,555,ka.po,,ka,,georgian,,,ka,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ja.po,95,516,295,1,8,7,31,103,555,ja.po,,ja,,japanese,,,ja,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/it.po,94,503,531,0,0,9,52,103,555,it.po,,it,,italian,,,it,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/is.po,91,477,481,0,0,12,78,103,555,is.po,,is,,icelandic,,,is,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/id.po,94,503,506,0,0,9,52,103,555,id.po,,id,,indonesian,,,id,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ia.po,94,503,546,0,0,9,52,103,555,ia.po,,ia,,interlingua,,,ia,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,103,555,103,555,hy.po,,hy,,armenian,,,hy,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/hu.po,94,503,503,0,0,9,52,103,555,hu.po,,hu,,hungarian,,,hu,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/hr.po,84,413,412,0,0,19,142,103,555,hr.po,,hr,,croatian,,,hr,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/hi.po,94,503,601,0,0,9,52,103,555,hi.po,,hi,,hindi,,,hi,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,103,555,103,555,he.po,,he,,hebrew,,,he,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/gu.po,94,503,547,0,0,9,52,103,555,gu.po,,gu,,gujarati,,,gu,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/gl.po,94,503,579,0,0,9,52,103,555,gl.po,,gl,,galician,,,gl,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/fr.po,96,524,591,0,0,7,31,103,555,fr.po,,fr,,french,,,fr,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/fi.po,96,524,460,0,0,7,31,103,555,fi.po,,fi,,finnish,,,fi,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/fa.po,91,477,513,0,0,12,78,103,555,fa.po,,fa,,persian,,,fa,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/eu.po,6,6,6,0,0,97,549,103,555,eu.po,,eu,,basque,,,eu,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/et.po,92,480,423,0,0,11,75,103,555,et.po,,et,,estonian,,,et,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/es.po,96,524,580,0,0,7,31,103,555,es.po,,es,,spanish,,,es,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/en_gb.po,88,438,438,0,0,15,117,103,555,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/el.po,94,503,517,0,0,9,52,103,555,el.po,,el,,greek,,,el,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/de.po,96,524,553,0,0,7,31,103,555,de.po,,de,,german,,,de,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/da.po,92,480,481,0,0,11,75,103,555,da.po,,da,,danish,,,da,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/cy.po,84,413,438,0,0,19,142,103,555,cy.po,,cy,,welsh,,,cy,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/cs.po,96,524,482,0,0,7,31,103,555,cs.po,,cs,,czech,,,cs,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ca.po,96,524,641,0,0,7,31,103,555,ca.po,,ca,,catalan,,,ca,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/bs.po,82,400,398,0,0,21,155,103,555,bs.po,,bs,,bosnian,,,bs,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/bn_in.po,92,480,488,0,0,11,75,103,555,bn_in.po,,bn,in,bangla,,india,bn_in,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/bn.po,91,477,485,0,0,12,78,103,555,bn.po,,bn,,bangla,,,bn,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/bg.po,95,522,554,0,0,8,33,103,555,bg.po,,bg,,bulgarian,,,bg,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/be.po,81,393,372,0,0,22,162,103,555,be.po,,be,,belarusian,,,be,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/bal.po,84,413,436,0,0,19,142,103,555,bal.po,,bal,,baluchi,,,bal,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/as.po,94,503,505,0,0,9,52,103,555,as.po,,as,,assamese,,,as,po -chkconfig-1.11-5.fc31.src.rpm.stats.csv,po/ar.po,90,453,442,0,0,13,102,103,555,ar.po,,ar,,arabic,,,ar,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/tr.po,49,313,288,0,0,0,18,49,331,tr.po,,tr,,turkish,,,tr,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/sv.po,49,313,304,0,0,0,18,49,331,sv.po,,sv,,swedish,,,sv,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/sr.po,49,313,315,0,0,0,18,49,331,sr.po,,sr,,serbian,,,sr,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/sl.po,13,14,15,19,59,17,258,49,331,sl.po,,sl,,slovenian,,,sl,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/sk.po,47,329,354,0,0,2,2,49,331,sk.po,,sk,,slovak,,,sk,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/ru.po,49,313,292,0,0,0,18,49,331,ru.po,,ru,,russian,,,ru,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/pt_br.po,49,313,390,0,0,0,18,49,331,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/pt.po,11,13,18,9,31,29,287,49,331,pt.po,,pt,,portuguese,,,pt,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/pl.po,49,313,304,0,0,0,18,49,331,pl.po,,pl,,polish,,,pl,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/oc.po,44,184,251,2,124,3,23,49,331,oc.po,,oc,,occitan,,,oc,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/nl.po,49,313,333,0,0,0,18,49,331,nl.po,,nl,,dutch,,,nl,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/nb.po,20,30,29,0,0,29,301,49,331,nb.po,,nb,,norwegian bokmål,,,nb,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/ko.po,46,331,325,0,0,3,0,49,331,ko.po,,ko,,korean,,,ko,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/it.po,47,329,388,0,0,2,2,49,331,it.po,,it,,italian,,,it,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/id.po,49,313,314,0,0,0,18,49,331,id.po,,id,,indonesian,,,id,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/hu.po,49,313,306,0,0,0,18,49,331,hu.po,,hu,,hungarian,,,hu,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/hr.po,49,313,301,0,0,0,18,49,331,hr.po,,hr,,croatian,,,hr,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/gl.po,47,329,418,0,0,2,2,49,331,gl.po,,gl,,galician,,,gl,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/gd.po,46,331,444,0,0,3,0,49,331,gd.po,,gd,,scottish gaelic,,,gd,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/fr.po,46,331,436,0,0,3,0,49,331,fr.po,,fr,,french,,,fr,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/fi.po,38,139,121,3,61,8,131,49,331,fi.po,,fi,,finnish,,,fi,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/et.po,40,162,164,0,0,9,169,49,331,et.po,,et,,estonian,,,et,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/es.po,49,313,394,0,0,0,18,49,331,es.po,,es,,spanish,,,es,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/el.po,28,109,135,2,32,19,190,49,331,el.po,,el,,greek,,,el,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/de.po,49,313,331,0,0,0,18,49,331,de.po,,de,,german,,,de,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/da.po,49,313,312,0,0,0,18,49,331,da.po,,da,,danish,,,da,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/cs.po,49,313,317,0,0,0,18,49,331,cs.po,,cs,,czech,,,cs,po -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv,po/ca.po,46,331,412,0,0,3,0,49,331,ca.po,,ca,,catalan,,,ca,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ro.po,514,2335,2272,95,459,66,263,675,3057,ro.po,,ro,,romanian,,,ro,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/eo.po,287,983,904,71,295,317,1779,675,3057,eo.po,,eo,,esperanto,,,eo,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/sl.po,675,3057,2589,0,0,0,0,675,3057,sl.po,,sl,,slovenian,,,sl,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/sv.po,675,3057,2402,0,0,0,0,675,3057,sv.po,,sv,,swedish,,,sv,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ps.po,1,1,1,0,0,674,3056,675,3057,ps.po,,ps,,pashto,,,ps,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/it.po,675,3057,3074,0,0,0,0,675,3057,it.po,,it,,italian,,,it,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/bg.po,675,3057,3108,0,0,0,0,675,3057,bg.po,,bg,,bulgarian,,,bg,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ca.po,675,3057,3514,0,0,0,0,675,3057,ca.po,,ca,,catalan,,,ca,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/sr.po,675,3057,2708,0,0,0,0,675,3057,sr.po,,sr,,serbian,,,sr,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/lv.po,675,3057,2351,0,0,0,0,675,3057,lv.po,,lv,,latvian,,,lv,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/pt.po,675,3057,3395,0,0,0,0,675,3057,pt.po,,pt,,portuguese,,,pt,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/sr@latin.po,675,3057,2710,0,0,0,0,675,3057,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/kk.po,67,113,119,0,0,608,2944,675,3057,kk.po,,kk,,kazakh,,,kk,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/fa.po,1,1,1,0,0,674,3056,675,3057,fa.po,,fa,,persian,,,fa,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/lt.po,675,3057,2240,0,0,0,0,675,3057,lt.po,,lt,,lithuanian,,,lt,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/kn.po,304,928,732,32,169,339,1960,675,3057,kn.po,,kn,,kannada,,,kn,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/mk.po,521,2366,2379,93,447,61,244,675,3057,mk.po,,mk,,macedonian,,,mk,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/gl.po,675,3057,3384,0,0,0,0,675,3057,gl.po,,gl,,galician,,,gl,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/fr.po,675,3057,3443,0,0,0,0,675,3057,fr.po,,fr,,french,,,fr,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/or.po,307,945,838,62,251,306,1861,675,3057,or.po,,or,,odia,,,or,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/an.po,672,3030,3299,3,27,0,0,675,3057,an.po,,an,,aragonese,,,an,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/tr.po,527,2223,1743,35,202,113,632,675,3057,tr.po,,tr,,turkish,,,tr,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/hr.po,17,58,62,1,3,657,2996,675,3057,hr.po,,hr,,croatian,,,hr,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/zh_hk.po,669,3022,919,3,27,3,8,675,3057,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/de.po,675,3057,2821,0,0,0,0,675,3057,de.po,,de,,german,,,de,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/id.po,675,3057,2573,0,0,0,0,675,3057,id.po,,id,,indonesian,,,id,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/az_ir.po,1,1,1,0,0,674,3056,675,3057,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/fur.po,174,587,622,0,0,501,2470,675,3057,fur.po,,fur,,friulian,,,fur,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/be.po,675,3057,2357,0,0,0,0,675,3057,be.po,,be,,belarusian,,,be,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/pt_br.po,675,3057,3290,0,0,0,0,675,3057,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ja.po,653,2947,743,14,85,8,25,675,3057,ja.po,,ja,,japanese,,,ja,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ru.po,675,3057,2485,0,0,0,0,675,3057,ru.po,,ru,,russian,,,ru,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/fi.po,44,122,91,6,34,625,2901,675,3057,fi.po,,fi,,finnish,,,fi,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/nl.po,439,1893,1867,128,624,108,540,675,3057,nl.po,,nl,,dutch,,,nl,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/pa.po,66,142,142,15,51,594,2864,675,3057,pa.po,,pa,,punjabi,,,pa,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ar.po,1,1,1,0,0,674,3056,675,3057,ar.po,,ar,,arabic,,,ar,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/eu.po,675,3057,2345,0,0,0,0,675,3057,eu.po,,eu,,basque,,,eu,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ca@valencia.po,669,3022,3468,3,27,3,8,675,3057,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/pl.po,675,3057,2599,0,0,0,0,675,3057,pl.po,,pl,,polish,,,pl,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ast.po,515,2319,2411,93,441,67,297,675,3057,ast.po,,ast,,asturian,,,ast,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/yi.po,1,1,1,0,0,674,3056,675,3057,yi.po,,yi,,yiddish,,,yi,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ml.po,124,296,240,3,15,548,2746,675,3057,ml.po,,ml,,malayalam,,,ml,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/bs.po,672,3030,2656,3,27,0,0,675,3057,bs.po,,bs,,bosnian,,,bs,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/zh_cn.po,675,3057,902,0,0,0,0,675,3057,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/oc.po,675,3057,3457,0,0,0,0,675,3057,oc.po,,oc,,occitan,,,oc,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/cs.po,675,3057,2742,0,0,0,0,675,3057,cs.po,,cs,,czech,,,cs,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/as.po,669,3022,2472,3,27,3,8,675,3057,as.po,,as,,assamese,,,as,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ur.po,1,1,1,0,0,674,3056,675,3057,ur.po,,ur,,urdu,,,ur,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/sk.po,675,3057,2724,0,0,0,0,675,3057,sk.po,,sk,,slovak,,,sk,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/te.po,653,2947,2268,14,85,8,25,675,3057,te.po,,te,,telugu,,,te,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/hi.po,653,2947,2999,14,85,8,25,675,3057,hi.po,,hi,,hindi,,,hi,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/zh_tw.po,675,3057,932,0,0,0,0,675,3057,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ko.po,16,50,41,0,0,659,3007,675,3057,ko.po,,ko,,korean,,,ko,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ug.po,153,372,339,1,2,521,2683,675,3057,ug.po,,ug,,uyghur,,,ug,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/hu.po,675,3057,2541,0,0,0,0,675,3057,hu.po,,hu,,hungarian,,,hu,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/da.po,675,3057,2397,0,0,0,0,675,3057,da.po,,da,,danish,,,da,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/es.po,675,3057,3534,0,0,0,0,675,3057,es.po,,es,,spanish,,,es,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/he.po,675,3057,3057,0,0,0,0,675,3057,he.po,,he,,hebrew,,,he,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/nb.po,351,1069,849,19,110,305,1878,675,3057,nb.po,,nb,,norwegian bokmål,,,nb,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/el.po,675,3057,2998,0,0,0,0,675,3057,el.po,,el,,greek,,,el,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/en_gb.po,675,3057,3057,0,0,0,0,675,3057,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/km.po,527,2389,733,88,428,60,240,675,3057,km.po,,km,,khmer,,,km,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/ta.po,515,2319,1645,93,441,67,297,675,3057,ta.po,,ta,,tamil,,,ta,po -clutter-1.26.2-9.fc31.src.rpm.stats.csv,po/uk.po,672,3030,2651,3,27,0,0,675,3057,uk.po,,uk,,ukrainian,,,uk,po -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv,po/ja.po,1,5,4,0,0,0,0,1,5,ja.po,,ja,,japanese,,,ja,po -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv,po/pl.po,1,5,5,0,0,0,0,1,5,pl.po,,pl,,polish,,,pl,po -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv,po/zh_cn.po,1,5,3,0,0,0,0,1,5,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ne.po,37,161,170,22,61,21,171,80,393,ne.po,,ne,,nepali,,,ne,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ro.po,80,393,454,0,0,0,0,80,393,ro.po,,ro,,romanian,,,ro,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/eo.po,7,15,17,0,0,73,378,80,393,eo.po,,eo,,esperanto,,,eo,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/sl.po,76,378,358,0,0,4,15,80,393,sl.po,,sl,,slovenian,,,sl,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/sv.po,80,393,340,0,0,0,0,80,393,sv.po,,sv,,swedish,,,sv,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/it.po,76,378,455,0,0,4,15,80,393,it.po,,it,,italian,,,it,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/bg.po,80,393,589,0,0,0,0,80,393,bg.po,,bg,,bulgarian,,,bg,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ca.po,76,378,523,0,0,4,15,80,393,ca.po,,ca,,catalan,,,ca,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/sr.po,80,393,389,0,0,0,0,80,393,sr.po,,sr,,serbian,,,sr,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/lv.po,80,393,344,0,0,0,0,80,393,lv.po,,lv,,latvian,,,lv,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/pt.po,80,393,464,0,0,0,0,80,393,pt.po,,pt,,portuguese,,,pt,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/sr@latin.po,80,393,389,0,0,0,0,80,393,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/fa.po,4,15,18,0,0,76,378,80,393,fa.po,,fa,,persian,,,fa,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/th.po,80,393,144,0,0,0,0,80,393,th.po,,th,,thai,,,th,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/lt.po,80,393,345,0,0,0,0,80,393,lt.po,,lt,,lithuanian,,,lt,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/kn.po,4,15,15,0,0,76,378,80,393,kn.po,,kn,,kannada,,,kn,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/gl.po,77,370,496,0,0,3,23,80,393,gl.po,,gl,,galician,,,gl,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/fr.po,80,393,531,0,0,0,0,80,393,fr.po,,fr,,french,,,fr,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/or.po,4,15,19,0,0,76,378,80,393,or.po,,or,,odia,,,or,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/an.po,80,393,501,0,0,0,0,80,393,an.po,,an,,aragonese,,,an,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/tr.po,80,393,374,0,0,0,0,80,393,tr.po,,tr,,turkish,,,tr,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/hr.po,80,393,388,0,0,0,0,80,393,hr.po,,hr,,croatian,,,hr,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/zh_hk.po,76,378,141,0,0,4,15,80,393,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/de.po,76,378,323,0,0,4,15,80,393,de.po,,de,,german,,,de,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/id.po,80,393,388,0,0,0,0,80,393,id.po,,id,,indonesian,,,id,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/fur.po,80,393,530,0,0,0,0,80,393,fur.po,,fur,,friulian,,,fur,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/be.po,80,393,361,0,0,0,0,80,393,be.po,,be,,belarusian,,,be,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/pt_br.po,80,393,515,0,0,0,0,80,393,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ja.po,76,378,119,0,0,4,15,80,393,ja.po,,ja,,japanese,,,ja,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ru.po,76,378,343,0,0,4,15,80,393,ru.po,,ru,,russian,,,ru,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/nl.po,80,393,349,0,0,0,0,80,393,nl.po,,nl,,dutch,,,nl,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/pa.po,25,62,63,0,0,55,331,80,393,pa.po,,pa,,punjabi,,,pa,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ar.po,4,15,15,0,0,76,378,80,393,ar.po,,ar,,arabic,,,ar,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/eu.po,80,393,369,0,0,0,0,80,393,eu.po,,eu,,basque,,,eu,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/vi.po,4,15,17,0,0,76,378,80,393,vi.po,,vi,,vietnamese,,,vi,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,80,393,552,0,0,0,0,80,393,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/en_ca.po,4,15,15,0,0,76,378,80,393,en_ca.po,,en,ca,english,,canada,en_ca,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/pl.po,80,393,388,0,0,0,0,80,393,pl.po,,pl,,polish,,,pl,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ast.po,4,15,21,0,0,76,378,80,393,ast.po,,ast,,asturian,,,ast,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ml.po,13,37,36,28,78,39,278,80,393,ml.po,,ml,,malayalam,,,ml,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/bs.po,76,378,382,0,0,4,15,80,393,bs.po,,bs,,bosnian,,,bs,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/zh_cn.po,80,393,164,0,0,0,0,80,393,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/oc.po,80,393,535,0,0,0,0,80,393,oc.po,,oc,,occitan,,,oc,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/cs.po,80,393,414,0,0,0,0,80,393,cs.po,,cs,,czech,,,cs,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/as.po,76,378,418,0,0,4,15,80,393,as.po,,as,,assamese,,,as,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/sk.po,80,393,436,0,0,0,0,80,393,sk.po,,sk,,slovak,,,sk,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/te.po,76,378,349,0,0,4,15,80,393,te.po,,te,,telugu,,,te,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/hi.po,76,378,510,0,0,4,15,80,393,hi.po,,hi,,hindi,,,hi,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/zh_tw.po,76,378,141,0,0,4,15,80,393,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ko.po,80,393,353,0,0,0,0,80,393,ko.po,,ko,,korean,,,ko,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ug.po,69,295,332,0,0,11,98,80,393,ug.po,,ug,,uyghur,,,ug,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/hu.po,76,378,339,0,0,4,15,80,393,hu.po,,hu,,hungarian,,,hu,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/da.po,76,378,319,0,0,4,15,80,393,da.po,,da,,danish,,,da,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/es.po,80,393,530,0,0,0,0,80,393,es.po,,es,,spanish,,,es,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/he.po,76,378,378,0,0,4,15,80,393,he.po,,he,,hebrew,,,he,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/nb.po,23,85,87,0,0,57,308,80,393,nb.po,,nb,,norwegian bokmål,,,nb,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/el.po,80,393,410,0,0,0,0,80,393,el.po,,el,,greek,,,el,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/en_gb.po,76,378,378,0,0,4,15,80,393,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/km.po,71,320,136,4,41,5,32,80,393,km.po,,km,,khmer,,,km,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/ta.po,76,378,346,0,0,4,15,80,393,ta.po,,ta,,tamil,,,ta,po -cogl-1.22.4-2.fc31.src.rpm.stats.csv,po/uk.po,80,393,360,0,0,0,0,80,393,uk.po,,uk,,ukrainian,,,uk,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/zh_tw.po,253,1990,546,0,0,0,0,253,1990,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/zh_cn.po,253,1990,504,0,0,0,0,253,1990,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/uk.po,253,1990,1960,0,0,0,0,253,1990,uk.po,,uk,,ukrainian,,,uk,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/tr.po,211,1928,1622,0,0,42,62,253,1990,tr.po,,tr,,turkish,,,tr,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/th.po,2,11,4,0,0,251,1979,253,1990,th.po,,th,,thai,,,th,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/ta.po,8,25,22,0,0,245,1965,253,1990,ta.po,,ta,,tamil,,,ta,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/sv.po,253,1990,1728,0,0,0,0,253,1990,sv.po,,sv,,swedish,,,sv,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/sr@latin.po,8,25,32,0,0,245,1965,253,1990,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/sr.po,211,1928,1817,0,0,42,62,253,1990,sr.po,,sr,,serbian,,,sr,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/sl.po,127,522,496,0,0,126,1468,253,1990,sl.po,,sl,,slovenian,,,sl,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/sk.po,89,334,319,0,0,164,1656,253,1990,sk.po,,sk,,slovak,,,sk,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/ru.po,253,1990,1910,0,0,0,0,253,1990,ru.po,,ru,,russian,,,ru,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/ro.po,75,303,343,0,0,178,1687,253,1990,ro.po,,ro,,romanian,,,ro,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/pt_br.po,253,1990,2325,0,0,0,0,253,1990,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/pt.po,111,372,427,0,0,142,1618,253,1990,pt.po,,pt,,portuguese,,,pt,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/pl.po,253,1990,1896,0,0,0,0,253,1990,pl.po,,pl,,polish,,,pl,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/pa.po,8,25,26,0,0,245,1965,253,1990,pa.po,,pa,,punjabi,,,pa,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/or.po,8,25,29,0,0,245,1965,253,1990,or.po,,or,,odia,,,or,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/oc.po,120,432,520,0,0,133,1558,253,1990,oc.po,,oc,,occitan,,,oc,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/nl.po,97,386,417,0,0,156,1604,253,1990,nl.po,,nl,,dutch,,,nl,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/nb.po,150,673,565,0,0,103,1317,253,1990,nb.po,,nb,,norwegian bokmål,,,nb,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/mr.po,8,25,23,0,0,245,1965,253,1990,mr.po,,mr,,marathi,,,mr,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/ml.po,8,25,24,0,0,245,1965,253,1990,ml.po,,ml,,malayalam,,,ml,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/lv.po,121,497,401,0,0,132,1493,253,1990,lv.po,,lv,,latvian,,,lv,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/lt.po,59,209,193,0,0,194,1781,253,1990,lt.po,,lt,,lithuanian,,,lt,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/ko.po,253,1990,1519,0,0,0,0,253,1990,ko.po,,ko,,korean,,,ko,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/kn.po,8,25,25,0,0,245,1965,253,1990,kn.po,,kn,,kannada,,,kn,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/kk.po,5,5,5,0,0,248,1985,253,1990,kk.po,,kk,,kazakh,,,kk,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/ja.po,134,545,175,0,0,119,1445,253,1990,ja.po,,ja,,japanese,,,ja,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/it.po,253,1990,2088,0,0,0,0,253,1990,it.po,,it,,italian,,,it,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/is.po,132,448,399,0,0,121,1542,253,1990,is.po,,is,,icelandic,,,is,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/id.po,215,837,785,0,0,38,1153,253,1990,id.po,,id,,indonesian,,,id,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/hu.po,253,1990,1682,0,0,0,0,253,1990,hu.po,,hu,,hungarian,,,hu,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/hr.po,166,899,803,0,0,87,1091,253,1990,hr.po,,hr,,croatian,,,hr,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/hi.po,8,25,28,0,0,245,1965,253,1990,hi.po,,hi,,hindi,,,hi,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/he.po,38,162,135,0,0,215,1828,253,1990,he.po,,he,,hebrew,,,he,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/gu.po,8,25,25,0,0,245,1965,253,1990,gu.po,,gu,,gujarati,,,gu,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/gl.po,151,630,726,0,0,102,1360,253,1990,gl.po,,gl,,galician,,,gl,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/fur.po,179,753,888,0,0,74,1237,253,1990,fur.po,,fur,,friulian,,,fur,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/fr.po,148,732,832,0,0,105,1258,253,1990,fr.po,,fr,,french,,,fr,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/fi.po,43,161,100,0,0,210,1829,253,1990,fi.po,,fi,,finnish,,,fi,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/eu.po,49,129,105,0,0,204,1861,253,1990,eu.po,,eu,,basque,,,eu,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/es.po,197,1850,2073,0,0,56,140,253,1990,es.po,,es,,spanish,,,es,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/eo.po,5,5,5,0,0,248,1985,253,1990,eo.po,,eo,,esperanto,,,eo,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/en_gb.po,252,1986,1986,0,0,1,4,253,1990,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/el.po,203,1885,2153,0,0,50,105,253,1990,el.po,,el,,greek,,,el,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/de.po,246,1865,1697,0,0,7,125,253,1990,de.po,,de,,german,,,de,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/da.po,253,1990,1767,0,0,0,0,253,1990,da.po,,da,,danish,,,da,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/cs.po,253,1990,1889,0,0,0,0,253,1990,cs.po,,cs,,czech,,,cs,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/ca.po,253,1990,2435,0,0,0,0,253,1990,ca.po,,ca,,catalan,,,ca,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/bn_in.po,8,25,34,0,0,245,1965,253,1990,bn_in.po,,bn,in,bangla,,india,bn_in,po -colord-1.4.4-2.fc31.src.rpm.stats.csv,po/as.po,8,25,29,0,0,245,1965,253,1990,as.po,,as,,assamese,,,as,po -colord-gtk-0.2.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,1,5,1,5,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/zh_cn.po,162,1101,403,45,211,106,590,313,1902,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/sv.po,293,1795,1770,15,86,5,21,313,1902,sv.po,,sv,,swedish,,,sv,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/sr.po,293,1795,1866,15,86,5,21,313,1902,sr.po,,sr,,serbian,,,sr,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/tr.po,293,1795,1606,15,86,5,21,313,1902,tr.po,,tr,,turkish,,,tr,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/it.po,293,1795,2020,15,86,5,21,313,1902,it.po,,it,,italian,,,it,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/nl.po,293,1795,1808,15,86,5,21,313,1902,nl.po,,nl,,dutch,,,nl,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/uk.po,293,1795,1786,15,86,5,21,313,1902,uk.po,,uk,,ukrainian,,,uk,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/ja.po,293,1795,846,15,86,5,21,313,1902,ja.po,,ja,,japanese,,,ja,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/pt_br.po,38,197,244,52,272,223,1433,313,1902,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/ga.po,162,1101,1453,45,211,106,590,313,1902,ga.po,,ga,,irish,,,ga,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/ru.po,293,1795,1785,15,86,5,21,313,1902,ru.po,,ru,,russian,,,ru,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/pl.po,293,1795,1800,15,86,5,21,313,1902,pl.po,,pl,,polish,,,pl,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/vi.po,293,1795,2633,15,86,5,21,313,1902,vi.po,,vi,,vietnamese,,,vi,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/ro.po,38,197,235,52,272,223,1433,313,1902,ro.po,,ro,,romanian,,,ro,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/fi.po,293,1795,1472,15,86,5,21,313,1902,fi.po,,fi,,finnish,,,fi,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/id.po,293,1795,1804,15,86,5,21,313,1902,id.po,,id,,indonesian,,,id,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/gl.po,125,567,722,9,43,179,1292,313,1902,gl.po,,gl,,galician,,,gl,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/ko.po,33,174,159,57,295,223,1433,313,1902,ko.po,,ko,,korean,,,ko,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/hr.po,293,1795,1754,15,86,5,21,313,1902,hr.po,,hr,,croatian,,,hr,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/hu.po,293,1795,1799,15,86,5,21,313,1902,hu.po,,hu,,hungarian,,,hu,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/fr.po,293,1795,2158,15,86,5,21,313,1902,fr.po,,fr,,french,,,fr,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/de.po,293,1795,1765,15,86,5,21,313,1902,de.po,,de,,german,,,de,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/zh_tw.po,178,899,458,39,240,96,763,313,1902,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/da.po,293,1795,1722,15,86,5,21,313,1902,da.po,,da,,danish,,,da,po -cpio-2.12-12.fc31.src.rpm.stats.csv,po/es.po,267,1598,1983,15,86,31,218,313,1902,es.po,,es,,spanish,,,es,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/cs.po,15,93,74,0,0,1,3,16,96,cs.po,,cs,,czech,,,cs,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/ko.po,15,93,64,0,0,1,3,16,96,ko.po,,ko,,korean,,,ko,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/ru.po,15,93,66,0,0,1,3,16,96,ru.po,,ru,,russian,,,ru,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/pt_br.po,15,93,89,0,0,1,3,16,96,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/or.po,15,93,88,0,0,1,3,16,96,or.po,,or,,odia,,,or,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/fi.po,15,93,51,0,0,1,3,16,96,fi.po,,fi,,finnish,,,fi,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/ja.po,15,93,15,0,0,1,3,16,96,ja.po,,ja,,japanese,,,ja,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/es.po,15,93,83,0,0,1,3,16,96,es.po,,es,,spanish,,,es,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/de.po,15,93,83,0,0,1,3,16,96,de.po,,de,,german,,,de,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/bn_in.po,15,93,96,0,0,1,3,16,96,bn_in.po,,bn,in,bangla,,india,bn_in,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/pl.po,15,93,73,0,0,1,3,16,96,pl.po,,pl,,polish,,,pl,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/zh_tw.po,15,93,17,0,0,1,3,16,96,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/nl.po,15,93,93,0,0,1,3,16,96,nl.po,,nl,,dutch,,,nl,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/pt.po,15,93,103,0,0,1,3,16,96,pt.po,,pt,,portuguese,,,pt,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/kn.po,15,93,68,0,0,1,3,16,96,kn.po,,kn,,kannada,,,kn,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/hi.po,15,93,105,0,0,1,3,16,96,hi.po,,hi,,hindi,,,hi,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/gu.po,15,93,80,0,0,1,3,16,96,gu.po,,gu,,gujarati,,,gu,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/sk.po,15,93,80,0,0,1,3,16,96,sk.po,,sk,,slovak,,,sk,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/ml.po,15,93,52,0,0,1,3,16,96,ml.po,,ml,,malayalam,,,ml,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/nb.po,15,93,85,0,0,1,3,16,96,nb.po,,nb,,norwegian bokmål,,,nb,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/it.po,15,93,84,0,0,1,3,16,96,it.po,,it,,italian,,,it,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/el.po,15,93,67,0,0,1,3,16,96,el.po,,el,,greek,,,el,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/sl_si.po,15,93,80,0,0,1,3,16,96,sl_si.po,,sl,si,slovenian,,slovenia,sl_si,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/te.po,15,93,73,0,0,1,3,16,96,te.po,,te,,telugu,,,te,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/ta.po,15,93,72,0,0,1,3,16,96,ta.po,,ta,,tamil,,,ta,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/pa.po,15,93,97,0,0,1,3,16,96,pa.po,,pa,,punjabi,,,pa,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/as.po,15,93,82,0,0,1,3,16,96,as.po,,as,,assamese,,,as,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/uk.po,15,93,78,0,0,1,3,16,96,uk.po,,uk,,ukrainian,,,uk,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/hu.po,15,93,65,0,0,1,3,16,96,hu.po,,hu,,hungarian,,,hu,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/mr.po,15,93,66,0,0,1,3,16,96,mr.po,,mr,,marathi,,,mr,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/lt.po,15,93,77,0,0,1,3,16,96,lt.po,,lt,,lithuanian,,,lt,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/fr.po,15,93,87,0,0,1,3,16,96,fr.po,,fr,,french,,,fr,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/da.po,15,93,90,0,0,1,3,16,96,da.po,,da,,danish,,,da,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/zh_cn.po,15,93,1,0,0,1,3,16,96,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cracklib-2.9.6-21.fc31.src.rpm.stats.csv,po/tr.po,15,93,89,0,0,1,3,16,96,tr.po,,tr,,turkish,,,tr,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/sv.po,665,4420,4221,83,549,46,405,794,5374,sv.po,,sv,,swedish,,,sv,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/nl.po,146,912,923,419,2743,229,1719,794,5374,nl.po,,nl,,dutch,,,nl,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/fr.po,794,5374,7214,0,0,0,0,794,5374,fr.po,,fr,,french,,,fr,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/ru.po,794,5374,5268,0,0,0,0,794,5374,ru.po,,ru,,russian,,,ru,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/pl.po,794,5374,5615,0,0,0,0,794,5374,pl.po,,pl,,polish,,,pl,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,413,2525,969,233,1652,148,1197,794,5374,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/es.po,794,5374,7669,0,0,0,0,794,5374,es.po,,es,,spanish,,,es,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/cs.po,794,5374,5444,0,0,0,0,794,5374,cs.po,,cs,,czech,,,cs,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/da.po,665,4420,4013,83,549,46,405,794,5374,da.po,,da,,danish,,,da,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/fi.po,139,873,624,416,2715,239,1786,794,5374,fi.po,,fi,,finnish,,,fi,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,665,4420,5660,83,549,46,405,794,5374,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/uk.po,794,5374,5935,0,0,0,0,794,5374,uk.po,,uk,,ukrainian,,,uk,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/id.po,60,340,343,279,1733,455,3301,794,5374,id.po,,id,,indonesian,,,id,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/de.po,794,5374,5534,0,0,0,0,794,5374,de.po,,de,,german,,,de,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/sr.po,146,912,888,404,2646,244,1816,794,5374,sr.po,,sr,,serbian,,,sr,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/vi.po,146,912,1351,418,2737,230,1725,794,5374,vi.po,,vi,,vietnamese,,,vi,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/it.po,665,4420,5329,83,549,46,405,794,5374,it.po,,it,,italian,,,it,po -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv,po/ja.po,794,5374,2166,0,0,0,0,794,5374,ja.po,,ja,,japanese,,,ja,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/zh_tw.po,22,149,22,0,0,0,0,22,149,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/pl.po,22,149,132,0,0,0,0,22,149,pl.po,,pl,,polish,,,pl,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/hu.po,22,149,98,0,0,0,0,22,149,hu.po,,hu,,hungarian,,,hu,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/nl.po,22,149,164,0,0,0,0,22,149,nl.po,,nl,,dutch,,,nl,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/id.po,22,149,149,0,0,0,0,22,149,id.po,,id,,indonesian,,,id,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/cs.po,22,149,129,0,0,0,0,22,149,cs.po,,cs,,czech,,,cs,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/sl.po,22,149,127,0,0,0,0,22,149,sl.po,,sl,,slovenian,,,sl,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/sv.po,22,149,166,0,0,0,0,22,149,sv.po,,sv,,swedish,,,sv,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/pt.po,22,149,153,0,0,0,0,22,149,pt.po,,pt,,portuguese,,,pt,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/hr.po,22,149,135,0,0,0,0,22,149,hr.po,,hr,,croatian,,,hr,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/zh_cn.po,22,149,22,0,0,0,0,22,149,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/ka.po,16,90,59,0,0,6,59,22,149,ka.po,,ka,,georgian,,,ka,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/uk.po,22,149,159,0,0,0,0,22,149,uk.po,,uk,,ukrainian,,,uk,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/gl.po,22,149,152,0,0,0,0,22,149,gl.po,,gl,,galician,,,gl,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/fr.po,22,149,168,0,0,0,0,22,149,fr.po,,fr,,french,,,fr,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/sk.po,22,149,127,0,0,0,0,22,149,sk.po,,sk,,slovak,,,sk,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/sr.po,22,149,133,0,0,0,0,22,149,sr.po,,sr,,serbian,,,sr,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/ru.po,22,149,135,0,0,0,0,22,149,ru.po,,ru,,russian,,,ru,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/en_gb.po,22,149,149,0,0,0,0,22,149,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/lv.po,22,149,118,0,0,0,0,22,149,lv.po,,lv,,latvian,,,lv,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/eo.po,22,149,127,0,0,0,0,22,149,eo.po,,eo,,esperanto,,,eo,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/it.po,22,149,204,0,0,0,0,22,149,it.po,,it,,italian,,,it,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/ca.po,22,149,208,0,0,0,0,22,149,ca.po,,ca,,catalan,,,ca,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/pt_br.po,22,149,154,0,0,0,0,22,149,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/fi.po,7,30,29,0,0,15,119,22,149,fi.po,,fi,,finnish,,,fi,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/es.po,22,149,185,0,0,0,0,22,149,es.po,,es,,spanish,,,es,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/ko.po,22,149,101,0,0,0,0,22,149,ko.po,,ko,,korean,,,ko,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/en.po,22,149,149,0,0,0,0,22,149,en.po,,en,,english,,,en,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/kk.po,20,136,112,0,0,2,13,22,149,kk.po,,kk,,kazakh,,,kk,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/oc.po,22,149,168,0,0,0,0,22,149,oc.po,,oc,,occitan,,,oc,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/ja.po,22,149,22,0,0,0,0,22,149,ja.po,,ja,,japanese,,,ja,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/ia.po,22,149,158,0,0,0,0,22,149,ia.po,,ia,,interlingua,,,ia,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/da.po,22,149,156,0,0,0,0,22,149,da.po,,da,,danish,,,da,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/de.po,22,149,158,0,0,0,0,22,149,de.po,,de,,german,,,de,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/eu.po,22,149,131,0,0,0,0,22,149,eu.po,,eu,,basque,,,eu,po -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv,po/tr.po,22,149,168,0,0,0,0,22,149,tr.po,,tr,,turkish,,,tr,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/da.po,263,1839,1794,3,47,0,0,266,1886,da.po,,da,,danish,,,da,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/ru.po,266,1886,1855,0,0,0,0,266,1886,ru.po,,ru,,russian,,,ru,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/fr.po,266,1886,2289,0,0,0,0,266,1886,fr.po,,fr,,french,,,fr,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/pt_br.po,266,1886,2207,0,0,0,0,266,1886,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/uk.po,266,1886,1950,0,0,0,0,266,1886,uk.po,,uk,,ukrainian,,,uk,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/ca.po,84,415,537,125,1085,57,386,266,1886,ca.po,,ca,,catalan,,,ca,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/id.po,232,1668,1635,23,164,11,54,266,1886,id.po,,id,,indonesian,,,id,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/it.po,247,1735,1962,14,138,5,13,266,1886,it.po,,it,,italian,,,it,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/sr.po,263,1839,1747,3,47,0,0,266,1886,sr.po,,sr,,serbian,,,sr,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/nl.po,266,1886,1991,0,0,0,0,266,1886,nl.po,,nl,,dutch,,,nl,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/ms.po,121,630,641,134,1104,11,152,266,1886,ms.po,,ms,,malay,,,ms,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/hr.po,151,724,741,19,123,96,1039,266,1886,hr.po,,hr,,croatian,,,hr,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/vi.po,266,1886,2782,0,0,0,0,266,1886,vi.po,,vi,,vietnamese,,,vi,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/pt.po,266,1886,2039,0,0,0,0,266,1886,pt.po,,pt,,portuguese,,,pt,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/he.po,73,318,351,129,1094,64,474,266,1886,he.po,,he,,hebrew,,,he,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/hu.po,263,1839,1839,3,47,0,0,266,1886,hu.po,,hu,,hungarian,,,hu,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/nb.po,266,1886,1965,0,0,0,0,266,1886,nb.po,,nb,,norwegian bokmål,,,nb,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/sv.po,266,1886,1862,0,0,0,0,266,1886,sv.po,,sv,,swedish,,,sv,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/zh_tw.po,85,421,250,124,1079,57,386,266,1886,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/zh_cn.po,266,1886,851,0,0,0,0,266,1886,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/ro.po,72,315,341,130,1097,64,474,266,1886,ro.po,,ro,,romanian,,,ro,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/ga.po,84,415,450,125,1085,57,386,266,1886,ga.po,,ga,,irish,,,ga,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/fi.po,143,788,691,101,884,22,214,266,1886,fi.po,,fi,,finnish,,,fi,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/el.po,263,1839,2017,3,47,0,0,266,1886,el.po,,el,,greek,,,el,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/pl.po,263,1839,1828,3,47,0,0,266,1886,pl.po,,pl,,polish,,,pl,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/cs.po,266,1886,1876,0,0,0,0,266,1886,cs.po,,cs,,czech,,,cs,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/de.po,266,1886,1862,0,0,0,0,266,1886,de.po,,de,,german,,,de,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/es.po,232,1668,2009,23,164,11,54,266,1886,es.po,,es,,spanish,,,es,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/ja.po,204,1495,748,50,332,12,59,266,1886,ja.po,,ja,,japanese,,,ja,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/eo.po,263,1839,1776,3,47,0,0,266,1886,eo.po,,eo,,esperanto,,,eo,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/bg.po,266,1886,2185,0,0,0,0,266,1886,bg.po,,bg,,bulgarian,,,bg,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/lv.po,232,1668,1554,23,164,11,54,266,1886,lv.po,,lv,,latvian,,,lv,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/tr.po,266,1886,1811,0,0,0,0,266,1886,tr.po,,tr,,turkish,,,tr,po -diffutils-3.7-3.fc31.src.rpm.stats.csv,po/gl.po,110,554,655,129,1085,27,247,266,1886,gl.po,,gl,,galician,,,gl,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/zh_tw.po,675,3318,1174,0,0,78,413,753,3731,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/zh_cn.po,664,3274,1291,3,52,86,405,753,3731,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,753,3731,753,3731,ur.po,,ur,,urdu,,,ur,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/uk.po,752,3726,3877,0,0,1,5,753,3731,uk.po,,uk,,ukrainian,,,uk,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/tr.po,559,2344,2179,0,0,194,1387,753,3731,tr.po,,tr,,turkish,,,tr,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/th.po,57,195,138,0,0,696,3536,753,3731,th.po,,th,,thai,,,th,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/sv.po,743,3662,3582,0,0,10,69,753,3731,sv.po,,sv,,swedish,,,sv,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/sr@latin.po,134,476,490,1,5,618,3250,753,3731,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/sr.po,429,1715,1804,0,0,324,2016,753,3731,sr.po,,sr,,serbian,,,sr,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/sq.po,20,91,103,0,0,733,3640,753,3731,sq.po,,sq,,albanian,,,sq,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/sk.po,176,636,659,1,2,576,3093,753,3731,sk.po,,sk,,slovak,,,sk,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ru.po,717,3493,3418,0,0,36,238,753,3731,ru.po,,ru,,russian,,,ru,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/pt_br.po,681,3336,3696,1,6,71,389,753,3731,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/pt.po,440,1917,2176,23,140,290,1674,753,3731,pt.po,,pt,,portuguese,,,pt,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/pl.po,752,3726,3795,0,0,1,5,753,3731,pl.po,,pl,,polish,,,pl,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/pa.po,540,1899,2463,0,0,213,1832,753,3731,pa.po,,pa,,punjabi,,,pa,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/nl.po,752,3726,3783,0,0,1,5,753,3731,nl.po,,nl,,dutch,,,nl,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/nb.po,92,294,330,0,0,661,3437,753,3731,nb.po,,nb,,norwegian bokmål,,,nb,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ms.po,8,22,22,0,0,745,3709,753,3731,ms.po,,ms,,malay,,,ms,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/mr.po,63,157,181,0,0,690,3574,753,3731,mr.po,,mr,,marathi,,,mr,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ml.po,16,50,57,1,4,736,3677,753,3731,ml.po,,ml,,malayalam,,,ml,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/lt.po,218,711,659,1,2,534,3018,753,3731,lt.po,,lt,,lithuanian,,,lt,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ko.po,400,2221,1971,3,29,350,1481,753,3731,ko.po,,ko,,korean,,,ko,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/kk.po,135,326,316,1,2,617,3403,753,3731,kk.po,,kk,,kazakh,,,kk,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ka.po,105,221,214,1,2,647,3508,753,3731,ka.po,,ka,,georgian,,,ka,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ja.po,667,3284,1369,0,0,86,447,753,3731,ja.po,,ja,,japanese,,,ja,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/it.po,620,3061,3568,0,0,133,670,753,3731,it.po,,it,,italian,,,it,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/id.po,217,640,669,1,2,535,3089,753,3731,id.po,,id,,indonesian,,,id,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/hu.po,752,3726,3688,0,0,1,5,753,3731,hu.po,,hu,,hungarian,,,hu,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,753,3731,753,3731,hr.po,,hr,,croatian,,,hr,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,753,3731,753,3731,hi.po,,hi,,hindi,,,hi,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/he.po,45,93,103,0,0,708,3638,753,3731,he.po,,he,,hebrew,,,he,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/gu.po,78,176,224,0,0,675,3555,753,3731,gu.po,,gu,,gujarati,,,gu,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/gd.po,0,0,0,0,0,753,3731,753,3731,gd.po,,gd,,scottish gaelic,,,gd,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/fur.po,549,2546,3156,2,8,202,1177,753,3731,fur.po,,fur,,friulian,,,fur,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/fr.po,752,3726,4723,0,0,1,5,753,3731,fr.po,,fr,,french,,,fr,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/fil.po,144,513,665,0,0,609,3218,753,3731,fil.po,,fil,,filipino,,,fil,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/fi.po,339,1142,1035,0,0,414,2589,753,3731,fi.po,,fi,,finnish,,,fi,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/fa.po,11,16,34,0,0,742,3715,753,3731,fa.po,,fa,,persian,,,fa,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/eu.po,331,1131,1111,0,0,422,2600,753,3731,eu.po,,eu,,basque,,,eu,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/es.po,742,3652,4327,0,0,11,79,753,3731,es.po,,es,,spanish,,,es,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/eo.po,537,2091,2049,0,0,216,1640,753,3731,eo.po,,eo,,esperanto,,,eo,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/en_gb.po,332,1376,1376,0,0,421,2355,753,3731,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/el.po,5,5,6,0,0,748,3726,753,3731,el.po,,el,,greek,,,el,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/de.po,670,3279,3280,0,0,83,452,753,3731,de.po,,de,,german,,,de,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/da.po,748,3700,3566,0,0,5,31,753,3731,da.po,,da,,danish,,,da,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/cs.po,616,2878,2813,0,0,137,853,753,3731,cs.po,,cs,,czech,,,cs,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ca.po,616,2829,3686,0,0,137,902,753,3731,ca.po,,ca,,catalan,,,ca,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,753,3731,753,3731,bn_in.po,,bn,in,bangla,,india,bn_in,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/bg.po,381,1643,1769,0,0,372,2088,753,3731,bg.po,,bg,,bulgarian,,,bg,po -dnf-4.2.9-5.fc31.src.rpm.stats.csv,po/ar.po,21,80,71,0,0,732,3651,753,3731,ar.po,,ar,,arabic,,,ar,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/zh_tw.po,147,953,344,0,0,42,241,189,1194,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/zh_cn.po,136,770,299,0,0,53,424,189,1194,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/uk.po,188,1180,1203,0,0,1,14,189,1194,uk.po,,uk,,ukrainian,,,uk,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/tr.po,65,347,307,0,0,124,847,189,1194,tr.po,,tr,,turkish,,,tr,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/sv.po,188,1180,1091,0,0,1,14,189,1194,sv.po,,sv,,swedish,,,sv,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/sr.po,50,237,240,0,0,139,957,189,1194,sr.po,,sr,,serbian,,,sr,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/sq.po,2,10,9,0,0,187,1184,189,1194,sq.po,,sq,,albanian,,,sq,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/ru.po,188,1180,1136,0,0,1,14,189,1194,ru.po,,ru,,russian,,,ru,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/pt_br.po,133,746,845,0,0,56,448,189,1194,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/pl.po,188,1180,1162,0,0,1,14,189,1194,pl.po,,pl,,polish,,,pl,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/pa.po,26,103,130,0,0,163,1091,189,1194,pa.po,,pa,,punjabi,,,pa,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/ko.po,116,652,594,0,0,73,542,189,1194,ko.po,,ko,,korean,,,ko,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/ja.po,136,770,326,0,0,53,424,189,1194,ja.po,,ja,,japanese,,,ja,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/it.po,131,726,866,1,13,57,455,189,1194,it.po,,it,,italian,,,it,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/id.po,38,219,229,0,0,151,975,189,1194,id.po,,id,,indonesian,,,id,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/hu.po,188,1180,1132,0,0,1,14,189,1194,hu.po,,hu,,hungarian,,,hu,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/fur.po,183,1150,1415,0,0,6,44,189,1194,fur.po,,fur,,friulian,,,fur,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/fr.po,188,1180,1418,0,0,1,14,189,1194,fr.po,,fr,,french,,,fr,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/fi.po,40,164,139,0,0,149,1030,189,1194,fi.po,,fi,,finnish,,,fi,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/eu.po,5,5,5,0,0,184,1189,189,1194,eu.po,,eu,,basque,,,eu,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/es.po,184,1133,1287,0,0,5,61,189,1194,es.po,,es,,spanish,,,es,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/de.po,131,729,734,0,0,58,465,189,1194,de.po,,de,,german,,,de,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/da.po,188,1180,1089,0,0,1,14,189,1194,da.po,,da,,danish,,,da,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/cs.po,127,708,676,0,0,62,486,189,1194,cs.po,,cs,,czech,,,cs,po -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv,po/ca.po,119,673,851,0,0,70,521,189,1194,ca.po,,ca,,catalan,,,ca,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/de.po,501,2918,2721,0,0,0,0,501,2918,de.po,,de,,german,,,de,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/fr.po,400,2284,3028,46,285,55,349,501,2918,fr.po,,fr,,french,,,fr,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/id.po,132,745,738,153,858,216,1315,501,2918,id.po,,id,,indonesian,,,id,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/es.po,253,1430,1605,186,1101,62,387,501,2918,es.po,,es,,spanish,,,es,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/it.po,0,0,0,0,0,501,2918,501,2918,it.po,,it,,italian,,,it,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,501,2918,501,2918,fi.po,,fi,,finnish,,,fi,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/ro.po,134,757,775,152,856,215,1305,501,2918,ro.po,,ro,,romanian,,,ro,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/pt_br.po,0,0,0,0,0,501,2918,501,2918,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/no.po,134,757,754,152,856,215,1305,501,2918,no.po,,no,,norwegian,,,no,po -dnsmasq-2.80-10.fc31.src.rpm.stats.csv,po/pl.po,484,2805,3128,11,70,6,43,501,2918,pl.po,,pl,,polish,,,pl,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/zh_cn.po,292,4132,900,0,0,0,0,292,4132,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/uk.po,280,3838,3963,3,18,9,276,292,4132,uk.po,,uk,,ukrainian,,,uk,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/sv.po,292,4132,3629,0,0,0,0,292,4132,sv.po,,sv,,swedish,,,sv,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/pt_br.po,292,4132,4495,0,0,0,0,292,4132,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/pl.po,292,4132,3748,0,0,0,0,292,4132,pl.po,,pl,,polish,,,pl,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/nl.po,257,3253,2975,9,92,26,787,292,4132,nl.po,,nl,,dutch,,,nl,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/fr.po,292,4132,4593,0,0,0,0,292,4132,fr.po,,fr,,french,,,fr,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/es.po,237,2897,3205,13,195,42,1040,292,4132,es.po,,es,,spanish,,,es,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po-man/de.po,292,4132,3876,0,0,0,0,292,4132,de.po,,de,,german,,,de,po-man -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/zh_tw.po,73,649,403,31,266,21,123,125,1038,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/zh_cn.po,125,1038,567,0,0,0,0,125,1038,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/vi.po,124,928,1291,0,0,1,110,125,1038,vi.po,,vi,,vietnamese,,,vi,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/uk.po,120,993,1099,0,0,5,45,125,1038,uk.po,,uk,,ukrainian,,,uk,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/sv.po,125,1038,960,0,0,0,0,125,1038,sv.po,,sv,,swedish,,,sv,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/sr.po,120,993,969,0,0,5,45,125,1038,sr.po,,sr,,serbian,,,sr,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/ru.po,125,1038,1029,0,0,0,0,125,1038,ru.po,,ru,,russian,,,ru,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/pt_br.po,125,1038,1228,0,0,0,0,125,1038,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/pl.po,125,1038,997,0,0,0,0,125,1038,pl.po,,pl,,polish,,,pl,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/nl.po,119,883,851,0,0,6,155,125,1038,nl.po,,nl,,dutch,,,nl,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/nb.po,125,1038,926,0,0,0,0,125,1038,nb.po,,nb,,norwegian bokmål,,,nb,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/ja.po,120,993,691,0,0,5,45,125,1038,ja.po,,ja,,japanese,,,ja,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/hu.po,120,993,947,0,0,5,45,125,1038,hu.po,,hu,,hungarian,,,hu,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/fr.po,125,1038,1225,0,0,0,0,125,1038,fr.po,,fr,,french,,,fr,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/es.po,116,938,1118,4,55,5,45,125,1038,es.po,,es,,spanish,,,es,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/eo.po,114,815,740,5,68,6,155,125,1038,eo.po,,eo,,esperanto,,,eo,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/de.po,120,993,987,0,0,5,45,125,1038,de.po,,de,,german,,,de,po -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv,po/da.po,120,993,864,0,0,5,45,125,1038,da.po,,da,,danish,,,da,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/zh_cn.po,1499,9697,3127,49,444,31,218,1579,10359,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/vi.po,1547,10128,14506,13,85,19,146,1579,10359,vi.po,,vi,,vietnamese,,,vi,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/uk.po,1579,10359,11319,0,0,0,0,1579,10359,uk.po,,uk,,ukrainian,,,uk,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/tr.po,672,3766,3843,424,2918,483,3675,1579,10359,tr.po,,tr,,turkish,,,tr,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/sv.po,1579,10359,10081,0,0,0,0,1579,10359,sv.po,,sv,,swedish,,,sv,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/sr.po,1516,9796,10467,35,360,28,203,1579,10359,sr.po,,sr,,serbian,,,sr,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/pt.po,1579,10359,12086,0,0,0,0,1579,10359,pt.po,,pt,,portuguese,,,pt,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/pl.po,1579,10359,10619,0,0,0,0,1579,10359,pl.po,,pl,,polish,,,pl,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/nl.po,1498,9349,9806,28,437,53,573,1579,10359,nl.po,,nl,,dutch,,,nl,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/ms.po,242,975,985,643,2979,694,6405,1579,10359,ms.po,,ms,,malay,,,ms,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/it.po,607,3115,3631,483,3282,489,3962,1579,10359,it.po,,it,,italian,,,it,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/id.po,816,4875,4947,358,2583,405,2901,1579,10359,id.po,,id,,indonesian,,,id,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/hu.po,1516,9796,9661,35,360,28,203,1579,10359,hu.po,,hu,,hungarian,,,hu,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/fr.po,1564,10240,13359,1,4,14,115,1579,10359,fr.po,,fr,,french,,,fr,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/fi.po,241,1074,898,106,528,1232,8757,1579,10359,fi.po,,fi,,finnish,,,fi,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/es.po,1579,10359,14275,0,0,0,0,1579,10359,es.po,,es,,spanish,,,es,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/eo.po,918,5210,5268,152,897,509,4252,1579,10359,eo.po,,eo,,esperanto,,,eo,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/de.po,1516,9796,10937,35,360,28,203,1579,10359,de.po,,de,,german,,,de,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/da.po,1365,8206,8136,1,4,213,2149,1579,10359,da.po,,da,,danish,,,da,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/cs.po,1579,10359,10734,0,0,0,0,1579,10359,cs.po,,cs,,czech,,,cs,po -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv,po/ca.po,1253,7784,11026,186,1409,140,1166,1579,10359,ca.po,,ca,,catalan,,,ca,po -elfutils-0.177-1.fc31.src.rpm.stats.csv,po/pl.po,1125,7486,7859,101,853,17,153,1243,8492,pl.po,,pl,,polish,,,pl,po -elfutils-0.177-1.fc31.src.rpm.stats.csv,po/uk.po,1085,7158,7796,128,1036,30,298,1243,8492,uk.po,,uk,,ukrainian,,,uk,po -elfutils-0.177-1.fc31.src.rpm.stats.csv,po/ja.po,513,2958,1529,248,1408,482,4126,1243,8492,ja.po,,ja,,japanese,,,ja,po -elfutils-0.177-1.fc31.src.rpm.stats.csv,po/de.po,226,875,847,179,892,838,6725,1243,8492,de.po,,de,,german,,,de,po -elfutils-0.177-1.fc31.src.rpm.stats.csv,po/en@quot.po,1243,8492,8492,0,0,0,0,1243,8492,en@quot.po,quot,en,,english,,,en@quot,po -elfutils-0.177-1.fc31.src.rpm.stats.csv,po/es.po,899,5985,7201,242,1677,102,830,1243,8492,es.po,,es,,spanish,,,es,po -elfutils-0.177-1.fc31.src.rpm.stats.csv,po/en@boldquot.po,1243,8492,8493,0,0,0,0,1243,8492,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_tw/zh_tw.po,115,1550,373,0,0,315,3511,430,5061,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,99,327,186,134,1203,197,3531,430,5061,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/uk/uk.po,234,3273,2766,0,0,196,1788,430,5061,uk.po,,uk,,ukrainian,,,uk,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/th/th.po,75,763,298,0,0,355,4298,430,5061,th.po,,th,,thai,,,th,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/te/te.po,38,41,45,0,0,392,5020,430,5061,te.po,,te,,telugu,,,te,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/sv/sv.po,394,4784,4383,0,0,36,277,430,5061,sv.po,,sv,,swedish,,,sv,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/sl/sl.po,430,5061,4248,0,0,0,0,430,5061,sl.po,,sl,,slovenian,,,sl,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/ru/ru.po,419,4931,4187,0,0,11,130,430,5061,ru.po,,ru,,russian,,,ru,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/ro/ro.po,56,256,273,0,0,374,4805,430,5061,ro.po,,ro,,romanian,,,ro,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,394,4784,5191,0,0,36,277,430,5061,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/pl/pl.po,394,4784,3828,0,0,36,277,430,5061,pl.po,,pl,,polish,,,pl,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/pa/pa.po,174,1453,1506,0,0,256,3608,430,5061,pa.po,,pa,,punjabi,,,pa,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/oc/oc.po,69,162,193,0,0,361,4899,430,5061,oc.po,,oc,,occitan,,,oc,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/ne/ne.po,19,35,42,118,415,293,4611,430,5061,ne.po,,ne,,nepali,,,ne,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/lv/lv.po,398,4739,3657,0,0,32,322,430,5061,lv.po,,lv,,latvian,,,lv,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/ko/ko.po,416,4876,3439,0,0,14,185,430,5061,ko.po,,ko,,korean,,,ko,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/ja/ja.po,414,4866,885,2,10,14,185,430,5061,ja.po,,ja,,japanese,,,ja,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/it/it.po,234,3273,3350,0,0,196,1788,430,5061,it.po,,it,,italian,,,it,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/hu/hu.po,394,4784,3948,0,0,36,277,430,5061,hu.po,,hu,,hungarian,,,hu,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/gl/gl.po,430,5061,5061,0,0,0,0,430,5061,gl.po,,gl,,galician,,,gl,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/fr/fr.po,396,4699,5219,0,0,34,362,430,5061,fr.po,,fr,,french,,,fr,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/fi/fi.po,404,4805,3018,2,31,24,225,430,5061,fi.po,,fi,,finnish,,,fi,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/eu/eu.po,217,3053,2295,0,0,213,2008,430,5061,eu.po,,eu,,basque,,,eu,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/es/es.po,394,4784,5082,0,0,36,277,430,5061,es.po,,es,,spanish,,,es,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/en_gb/en_gb.po,234,3273,3285,0,0,196,1788,430,5061,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/el/el.po,416,4876,4841,0,0,14,185,430,5061,el.po,,el,,greek,,,el,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/de/de.po,394,4784,4566,0,0,36,277,430,5061,de.po,,de,,german,,,de,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/da/da.po,17,60,57,40,244,373,4757,430,5061,da.po,,da,,danish,,,da,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/cs/cs.po,394,4784,4219,0,0,36,277,430,5061,cs.po,,cs,,czech,,,cs,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/ca/ca.po,245,3008,3119,100,1269,85,784,430,5061,ca.po,,ca,,catalan,,,ca,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,help/ar/ar.po,228,2853,2290,0,0,202,2208,430,5061,ar.po,,ar,,arabic,,,ar,help/ -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/zu.po,290,1144,961,5,40,44,562,339,1746,zu.po,,zu,,zulu,,,zu,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,327,1680,457,0,0,12,66,339,1746,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,339,1746,485,0,0,0,0,339,1746,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,324,1675,484,0,0,15,71,339,1746,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,293,1140,993,7,37,39,569,339,1746,xh.po,,xh,,xhosa,,,xh,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,190,819,1091,0,0,149,927,339,1746,wa.po,,wa,,walloon,,,wa,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,327,1680,2018,0,0,12,66,339,1746,vi.po,,vi,,vietnamese,,,vi,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,235,727,658,0,0,104,1019,339,1746,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/uz.po,235,727,658,0,0,104,1019,339,1746,uz.po,,uz,,uzbek,,,uz,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,324,1672,1459,0,0,15,74,339,1746,uk.po,,uk,,ukrainian,,,uk,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,327,1616,1263,0,0,12,130,339,1746,ug.po,,ug,,uyghur,,,ug,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ts.po,320,1589,1886,0,0,19,157,339,1746,ts.po,,ts,,tsonga,,,ts,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,327,1680,1366,0,0,12,66,339,1746,tr.po,,tr,,turkish,,,tr,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,60,143,139,24,79,255,1524,339,1746,tk.po,,tk,,turkmen,,,tk,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,323,1675,545,0,0,16,71,339,1746,th.po,,th,,thai,,,th,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,292,1559,1578,0,0,47,187,339,1746,tg.po,,tg,,tajik,,,tg,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,327,1616,1331,0,0,12,130,339,1746,te.po,,te,,telugu,,,te,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,327,1616,1334,0,0,12,130,339,1746,ta.po,,ta,,tamil,,,ta,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,326,1688,1551,0,0,13,58,339,1746,sv.po,,sv,,swedish,,,sv,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,327,1675,1754,0,0,12,71,339,1746,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,327,1680,1758,0,0,12,66,339,1746,sr.po,,sr,,serbian,,,sr,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,282,1223,1354,0,0,57,523,339,1746,sq.po,,sq,,albanian,,,sq,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,327,1680,1607,0,0,12,66,339,1746,sl.po,,sl,,slovenian,,,sl,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,327,1680,1575,0,0,12,66,339,1746,sk.po,,sk,,slovak,,,sk,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,156,349,392,0,0,183,1397,339,1746,si.po,,si,,sinhala,,,si,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,35,36,39,108,568,196,1142,339,1746,rw.po,,rw,,kinyarwanda,,,rw,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,327,1680,1512,0,0,12,66,339,1746,ru.po,,ru,,russian,,,ru,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,327,1680,1841,0,0,12,66,339,1746,ro.po,,ro,,romanian,,,ro,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,327,1680,1953,0,0,12,66,339,1746,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,323,1675,1843,0,0,16,71,339,1746,pt.po,,pt,,portuguese,,,pt,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ps.po,252,750,824,0,0,87,996,339,1746,ps.po,,ps,,pashto,,,ps,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,326,1688,1568,0,0,13,58,339,1746,pl.po,,pl,,polish,,,pl,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,326,1674,1767,0,0,13,72,339,1746,pa.po,,pa,,punjabi,,,pa,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,244,1200,1193,53,242,42,304,339,1746,or.po,,or,,odia,,,or,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,316,1606,1796,2,8,21,132,339,1746,oc.po,,oc,,occitan,,,oc,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/nso.po,149,554,815,2,5,188,1187,339,1746,nso.po,,nso,,northern sotho,,,nso,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,270,1152,1146,0,0,69,594,339,1746,nn.po,,nn,,norwegian nynorsk,,,nn,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,326,1688,1633,0,0,13,58,339,1746,nl.po,,nl,,dutch,,,nl,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,230,802,797,76,431,33,513,339,1746,ne.po,,ne,,nepali,,,ne,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/nds.po,143,293,274,0,0,196,1453,339,1746,nds.po,,nds,,low german,,,nds,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,327,1675,1537,0,0,12,71,339,1746,nb.po,,nb,,norwegian bokmål,,,nb,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/my.po,126,225,222,0,0,213,1521,339,1746,my.po,,my,,burmese,,,my,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,141,481,460,3,41,195,1224,339,1746,ms.po,,ms,,malay,,,ms,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,339,1746,1605,0,0,0,0,339,1746,mr.po,,mr,,marathi,,,mr,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,88,324,280,30,143,221,1279,339,1746,mn.po,,mn,,mongolian,,,mn,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,327,1675,1278,0,0,12,71,339,1746,ml.po,,ml,,malayalam,,,ml,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,323,1607,1700,0,0,16,139,339,1746,mk.po,,mk,,macedonian,,,mk,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/mg.po,192,821,887,0,0,147,925,339,1746,mg.po,,mg,,malagasy,,,mg,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,180,676,752,0,0,159,1070,339,1746,mai.po,,mai,,maithili,,,mai,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,326,1688,1435,0,0,13,58,339,1746,lv.po,,lv,,latvian,,,lv,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,326,1688,1445,0,0,13,58,339,1746,lt.po,,lt,,lithuanian,,,lt,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,180,445,479,11,51,148,1250,339,1746,ku.po,,ku,,kurdish,,,ku,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ks.po,246,953,1020,4,16,89,777,339,1746,ks.po,,ks,,kashmiri,,,ks,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,327,1680,1275,0,0,12,66,339,1746,ko.po,,ko,,korean,,,ko,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,327,1616,1368,0,0,12,130,339,1746,kn.po,,kn,,kannada,,,kn,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,324,1603,625,2,10,13,133,339,1746,km.po,,km,,khmer,,,km,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,327,1680,1392,0,0,12,66,339,1746,kk.po,,kk,,kazakh,,,kk,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,187,695,598,0,0,152,1051,339,1746,ka.po,,ka,,georgian,,,ka,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,326,1688,487,0,0,13,58,339,1746,ja.po,,ja,,japanese,,,ja,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,326,1688,1708,0,0,13,58,339,1746,it.po,,it,,italian,,,it,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,324,1675,1589,0,0,15,71,339,1746,is.po,,is,,icelandic,,,is,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,326,1688,1608,0,0,13,58,339,1746,id.po,,id,,indonesian,,,id,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,326,1688,1445,0,0,13,58,339,1746,hu.po,,hu,,hungarian,,,hu,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,326,1688,1589,0,0,13,58,339,1746,hr.po,,hr,,croatian,,,hr,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,327,1616,1857,0,0,12,130,339,1746,hi.po,,hi,,hindi,,,hi,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,323,1675,1577,0,0,16,71,339,1746,he.po,,he,,hebrew,,,he,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,326,1615,1689,0,0,13,131,339,1746,gu.po,,gu,,gujarati,,,gu,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,327,1680,1966,0,0,12,66,339,1746,gl.po,,gl,,galician,,,gl,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,327,1675,2167,0,0,12,71,339,1746,gd.po,,gd,,scottish gaelic,,,gd,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,190,410,506,41,172,108,1164,339,1746,ga.po,,ga,,irish,,,ga,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/fy.po,119,210,218,0,0,220,1536,339,1746,fy.po,,fy,,western frisian,,,fy,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,327,1680,1953,0,0,12,66,339,1746,fur.po,,fur,,friulian,,,fur,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,326,1688,1926,0,0,13,58,339,1746,fr.po,,fr,,french,,,fr,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,327,1680,1255,0,0,12,66,339,1746,fi.po,,fi,,finnish,,,fi,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,326,1688,1790,0,0,13,58,339,1746,fa.po,,fa,,persian,,,fa,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,326,1688,1371,0,0,13,58,339,1746,eu.po,,eu,,basque,,,eu,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,288,1502,1215,0,0,51,244,339,1746,et.po,,et,,estonian,,,et,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,327,1680,1944,0,0,12,66,339,1746,es.po,,es,,spanish,,,es,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,327,1680,1587,0,0,12,66,339,1746,eo.po,,eo,,esperanto,,,eo,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,326,1674,1706,0,0,13,72,339,1746,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,323,1607,1610,0,0,16,139,339,1746,en_ca.po,,en,ca,english,,canada,en_ca,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,304,1523,1523,0,0,35,223,339,1746,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,326,1688,1769,0,0,13,58,339,1746,el.po,,el,,greek,,,el,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,270,1152,585,0,0,69,594,339,1746,dz.po,,dz,,dzongkha,,,dz,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,326,1688,1663,0,0,13,58,339,1746,de.po,,de,,german,,,de,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,326,1688,1561,0,0,13,58,339,1746,da.po,,da,,danish,,,da,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,187,706,807,0,0,152,1040,339,1746,cy.po,,cy,,welsh,,,cy,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,326,1688,1571,0,0,13,58,339,1746,cs.po,,cs,,czech,,,cs,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,327,1675,1964,0,0,12,71,339,1746,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,327,1680,1975,0,0,12,66,339,1746,ca.po,,ca,,catalan,,,ca,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,288,1502,1472,0,0,51,244,339,1746,bs.po,,bs,,bosnian,,,bs,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/br.po,183,467,555,0,0,156,1279,339,1746,br.po,,br,,breton,,,br,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,312,1566,1757,0,0,27,180,339,1746,bn_in.po,,bn,in,bangla,,india,bn_in,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,305,1527,1615,0,0,34,219,339,1746,bn.po,,bn,,bangla,,,bn,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,327,1675,1733,0,0,12,71,339,1746,bg.po,,bg,,bulgarian,,,bg,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,285,1255,1103,0,0,54,491,339,1746,be@latin.po,latin,be,,belarusian,,,be@latin,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,327,1675,1559,0,0,12,71,339,1746,be.po,,be,,belarusian,,,be,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,87,324,297,28,141,224,1281,339,1746,az.po,,az,,azerbaijani,,,az,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,320,1589,1753,0,0,19,157,339,1746,ast.po,,ast,,asturian,,,ast,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,339,1746,1770,0,0,0,0,339,1746,as.po,,as,,assamese,,,as,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,323,1539,1491,0,0,16,207,339,1746,ar.po,,ar,,arabic,,,ar,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,288,1502,1637,0,0,51,244,339,1746,an.po,,an,,aragonese,,,an,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,30,80,68,42,94,267,1572,339,1746,am.po,,am,,amharic,,,am,po -eog-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,318,1404,1393,0,0,21,342,339,1746,af.po,,af,,afrikaans,,,af,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/sv/sv.po,185,2714,2537,0,0,106,340,291,3054,sv.po,,sv,,swedish,,,sv,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/ru/ru.po,51,568,471,10,69,230,2417,291,3054,ru.po,,ru,,russian,,,ru,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,179,2570,2618,0,0,112,484,291,3054,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/pl/pl.po,185,2714,1976,0,0,106,340,291,3054,pl.po,,pl,,polish,,,pl,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/ko/ko.po,179,2570,1846,0,0,112,484,291,3054,ko.po,,ko,,korean,,,ko,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/hu/hu.po,249,2476,2064,0,0,42,578,291,3054,hu.po,,hu,,hungarian,,,hu,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/gl/gl.po,91,215,224,0,0,200,2839,291,3054,gl.po,,gl,,galician,,,gl,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/fur/fur.po,90,1152,1250,0,0,201,1902,291,3054,fur.po,,fur,,friulian,,,fur,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/fr/fr.po,162,2231,2377,0,0,129,823,291,3054,fr.po,,fr,,french,,,fr,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/es/es.po,165,2153,2167,7,314,119,587,291,3054,es.po,,es,,spanish,,,es,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/el/el.po,291,3054,3142,0,0,0,0,291,3054,el.po,,el,,greek,,,el,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/de/de.po,185,2714,2506,0,0,106,340,291,3054,de.po,,de,,german,,,de,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/cs/cs.po,179,2570,2028,0,0,112,484,291,3054,cs.po,,cs,,czech,,,cs,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,help/ca/ca.po,185,2714,2893,0,0,106,340,291,3054,ca.po,,ca,,catalan,,,ca,help/ -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,717,3876,1088,0,0,201,370,918,4246,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,593,2564,827,0,0,325,1682,918,4246,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,708,3808,1064,0,0,210,438,918,4246,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/yo.po,479,1553,1795,95,276,344,2417,918,4246,yo.po,,yo,,yoruba,,,yo,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,528,1137,1371,0,0,390,3109,918,4246,wa.po,,wa,,walloon,,,wa,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,495,1757,2381,0,0,423,2489,918,4246,vi.po,,vi,,vietnamese,,,vi,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,539,1807,1653,4,17,375,2422,918,4246,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/uz.po,681,2405,2215,0,0,237,1841,918,4246,uz.po,,uz,,uzbek,,,uz,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,633,3278,2764,0,0,285,968,918,4246,uk.po,,uk,,ukrainian,,,uk,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,570,2461,2118,0,0,348,1785,918,4246,ug.po,,ug,,uyghur,,,ug,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,776,4191,3636,0,0,142,55,918,4246,tr.po,,tr,,turkish,,,tr,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,573,1702,1598,0,0,345,2544,918,4246,tk.po,,tk,,turkmen,,,tk,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,597,2618,969,0,0,321,1628,918,4246,th.po,,th,,thai,,,th,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,172,265,309,6,10,740,3971,918,4246,tg.po,,tg,,tajik,,,tg,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,574,2413,2121,0,0,344,1833,918,4246,te.po,,te,,telugu,,,te,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,570,2461,2259,0,0,348,1785,918,4246,ta.po,,ta,,tamil,,,ta,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,776,4191,3915,0,0,142,55,918,4246,sv.po,,sv,,swedish,,,sv,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,776,4191,4245,0,0,142,55,918,4246,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,776,4191,4245,0,0,142,55,918,4246,sr.po,,sr,,serbian,,,sr,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,755,3011,3382,0,0,163,1235,918,4246,sq.po,,sq,,albanian,,,sq,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,776,4191,4001,0,0,142,55,918,4246,sl.po,,sl,,slovenian,,,sl,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,613,2652,2594,21,122,284,1472,918,4246,sk.po,,sk,,slovak,,,sk,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,127,197,282,0,0,791,4049,918,4246,si.po,,si,,sinhala,,,si,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,141,251,230,588,2753,189,1242,918,4246,rw.po,,rw,,kinyarwanda,,,rw,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,738,4012,3601,0,0,180,234,918,4246,ru.po,,ru,,russian,,,ru,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,776,4191,4403,0,0,142,55,918,4246,ro.po,,ro,,romanian,,,ro,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,776,4191,4709,0,0,142,55,918,4246,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,652,2826,2953,1,3,265,1417,918,4246,pt.po,,pt,,portuguese,,,pt,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ps.po,219,401,412,8,12,691,3833,918,4246,ps.po,,ps,,pashto,,,ps,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,776,4191,3812,0,0,142,55,918,4246,pl.po,,pl,,polish,,,pl,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,609,2013,2217,2,54,307,2179,918,4246,pa.po,,pa,,punjabi,,,pa,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,469,1495,1695,40,184,409,2567,918,4246,or.po,,or,,odia,,,or,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,701,3593,4087,0,0,217,653,918,4246,oc.po,,oc,,occitan,,,oc,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,753,3006,2822,0,0,165,1240,918,4246,nn.po,,nn,,norwegian nynorsk,,,nn,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,776,4191,4213,0,0,142,55,918,4246,nl.po,,nl,,dutch,,,nl,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,353,808,868,266,1036,299,2402,918,4246,ne.po,,ne,,nepali,,,ne,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/nds.po,468,1047,987,15,52,435,3147,918,4246,nds.po,,nds,,low german,,,nds,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,676,3166,3010,1,14,241,1066,918,4246,nb.po,,nb,,norwegian bokmål,,,nb,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,467,1537,1438,181,669,270,2040,918,4246,ms.po,,ms,,malay,,,ms,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,574,2413,2356,0,0,344,1833,918,4246,mr.po,,mr,,marathi,,,mr,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,758,3054,2643,0,0,160,1192,918,4246,mn.po,,mn,,mongolian,,,mn,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,360,988,894,150,763,408,2495,918,4246,ml.po,,ml,,malayalam,,,ml,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,613,2199,2300,0,0,305,2047,918,4246,mk.po,,mk,,macedonian,,,mk,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/mi.po,98,114,166,76,122,744,4010,918,4246,mi.po,,mi,,maori,,,mi,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/mg.po,830,3684,4108,12,99,76,463,918,4246,mg.po,,mg,,malagasy,,,mg,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,657,2530,2728,0,0,261,1716,918,4246,mai.po,,mai,,maithili,,,mai,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,738,4012,3489,0,0,180,234,918,4246,lv.po,,lv,,latvian,,,lv,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,776,4191,3537,0,0,142,55,918,4246,lt.po,,lt,,lithuanian,,,lt,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/li.po,406,1057,1002,223,718,289,2471,918,4246,li.po,,li,,limburgish,,,li,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,433,1078,1126,40,165,445,3003,918,4246,ku.po,,ku,,kurdish,,,ku,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,776,4191,3318,0,0,142,55,918,4246,ko.po,,ko,,korean,,,ko,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,574,2413,2097,0,0,344,1833,918,4246,kn.po,,kn,,kannada,,,kn,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,599,2072,991,2,35,317,2139,918,4246,km.po,,km,,khmer,,,km,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,462,1174,1142,0,0,456,3072,918,4246,kk.po,,kk,,kazakh,,,kk,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,729,3010,2578,0,0,189,1236,918,4246,ka.po,,ka,,georgian,,,ka,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,686,3068,1062,0,0,232,1178,918,4246,ja.po,,ja,,japanese,,,ja,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,776,4191,4532,0,0,142,55,918,4246,it.po,,it,,italian,,,it,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,266,518,517,28,83,624,3645,918,4246,is.po,,is,,icelandic,,,is,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ig.po,536,1949,2038,146,511,236,1786,918,4246,ig.po,,ig,,igbo,,,ig,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,776,4191,3994,0,0,142,55,918,4246,id.po,,id,,indonesian,,,id,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/hy.po,367,1241,1046,0,0,551,3005,918,4246,hy.po,,hy,,armenian,,,hy,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,776,4191,3830,0,0,142,55,918,4246,hu.po,,hu,,hungarian,,,hu,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,776,4191,3849,0,0,142,55,918,4246,hr.po,,hr,,croatian,,,hr,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,570,2461,2958,0,0,348,1785,918,4246,hi.po,,hi,,hindi,,,hi,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,578,2810,2649,0,0,340,1436,918,4246,he.po,,he,,hebrew,,,he,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/gv.po,666,2764,3387,44,198,208,1284,918,4246,gv.po,,gv,,manx,,,gv,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,499,1423,1645,22,167,397,2656,918,4246,gu.po,,gu,,gujarati,,,gu,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,776,4191,4751,0,0,142,55,918,4246,gl.po,,gl,,galician,,,gl,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,413,1062,1264,32,97,473,3087,918,4246,ga.po,,ga,,irish,,,ga,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,776,4191,4949,0,0,142,55,918,4246,fur.po,,fur,,friulian,,,fur,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,776,4191,5058,0,0,142,55,918,4246,fr.po,,fr,,french,,,fr,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,714,3107,2404,5,36,199,1103,918,4246,fi.po,,fi,,finnish,,,fi,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,664,2873,3187,0,0,254,1373,918,4246,fa.po,,fa,,persian,,,fa,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,776,4191,3705,0,0,142,55,918,4246,eu.po,,eu,,basque,,,eu,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,496,1758,1541,0,0,422,2488,918,4246,et.po,,et,,estonian,,,et,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,776,4191,4746,0,0,142,55,918,4246,es.po,,es,,spanish,,,es,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,662,2828,2638,1,3,255,1415,918,4246,eo.po,,eo,,esperanto,,,eo,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,776,4191,4215,0,0,142,55,918,4246,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,651,2291,2298,0,0,267,1955,918,4246,en_ca.po,,en,ca,english,,canada,en_ca,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,692,2644,2645,41,408,185,1194,918,4246,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,776,4191,4516,0,0,142,55,918,4246,el.po,,el,,greek,,,el,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,918,4246,2200,0,0,0,0,918,4246,dz.po,,dz,,dzongkha,,,dz,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,545,3394,3327,0,0,373,852,918,4246,de.po,,de,,german,,,de,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,778,4181,3950,0,0,140,65,918,4246,da.po,,da,,danish,,,da,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,844,3788,4130,0,0,74,458,918,4246,cy.po,,cy,,welsh,,,cy,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,776,4191,4060,0,0,142,55,918,4246,cs.po,,cs,,czech,,,cs,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,696,3589,4224,0,0,222,657,918,4246,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,775,4087,4809,0,0,143,159,918,4246,ca.po,,ca,,catalan,,,ca,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,596,2615,2505,0,0,322,1631,918,4246,bs.po,,bs,,bosnian,,,bs,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/br.po,574,1751,1984,0,0,344,2495,918,4246,br.po,,br,,breton,,,br,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,643,2291,2660,0,0,275,1955,918,4246,bn_in.po,,bn,in,bangla,,india,bn_in,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,352,1132,1375,101,382,465,2732,918,4246,bn.po,,bn,,bangla,,,bn,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,613,2698,2900,2,54,303,1494,918,4246,bg.po,,bg,,bulgarian,,,bg,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,918,4246,3748,0,0,0,0,918,4246,be@latin.po,latin,be,,belarusian,,,be@latin,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,717,3876,3421,0,0,201,370,918,4246,be.po,,be,,belarusian,,,be,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,780,2782,2711,0,0,138,1464,918,4246,az.po,,az,,azerbaijani,,,az,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,741,3073,3335,0,0,177,1173,918,4246,ast.po,,ast,,asturian,,,ast,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,594,2592,2854,0,0,324,1654,918,4246,as.po,,as,,assamese,,,as,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,584,2328,2196,0,0,334,1918,918,4246,ar.po,,ar,,arabic,,,ar,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,495,1757,1920,0,0,423,2489,918,4246,an.po,,an,,aragonese,,,an,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,197,288,350,251,522,470,3436,918,4246,am.po,,am,,amharic,,,am,po -epiphany-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,604,1952,1976,0,0,314,2294,918,4246,af.po,,af,,afrikaans,,,af,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,1442,7607,2643,0,0,2691,9463,4133,17070,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,1076,5406,1974,0,0,3057,11664,4133,17070,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,999,4444,1786,176,1505,2958,11121,4133,17070,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,956,4657,4632,3,19,3174,12394,4133,17070,xh.po,,xh,,xhosa,,,xh,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,651,866,953,554,1199,2928,15005,4133,17070,wa.po,,wa,,walloon,,,wa,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,1127,5365,7655,0,0,3006,11705,4133,17070,vi.po,,vi,,vietnamese,,,vi,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,1074,5398,5219,0,0,3059,11672,4133,17070,uk.po,,uk,,ukrainian,,,uk,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,1157,5571,5390,0,0,2976,11499,4133,17070,ug.po,,ug,,uyghur,,,ug,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,1434,7640,6394,0,0,2699,9430,4133,17070,tr.po,,tr,,turkish,,,tr,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,1129,5489,2522,0,0,3004,11581,4133,17070,th.po,,th,,thai,,,th,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,1,1,1,0,0,4132,17069,4133,17070,tg.po,,tg,,tajik,,,tg,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,1104,5314,4640,10,79,3019,11677,4133,17070,te.po,,te,,telugu,,,te,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,1074,5400,4899,0,0,3059,11670,4133,17070,ta.po,,ta,,tamil,,,ta,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,1434,7640,7217,0,0,2699,9430,4133,17070,sv.po,,sv,,swedish,,,sv,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,1263,6683,7068,0,0,2870,10387,4133,17070,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,1373,6935,7274,21,244,2739,9891,4133,17070,sr.po,,sr,,serbian,,,sr,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,1042,5021,6248,0,0,3091,12049,4133,17070,sq.po,,sq,,albanian,,,sq,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,1434,7640,8007,0,0,2699,9430,4133,17070,sl.po,,sl,,slovenian,,,sl,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,1238,6321,6617,4,33,2891,10716,4133,17070,sk.po,,sk,,slovak,,,sk,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,113,149,203,0,0,4020,16921,4133,17070,si.po,,si,,sinhala,,,si,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,57,68,73,702,4191,3374,12811,4133,17070,rw.po,,rw,,kinyarwanda,,,rw,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,1147,5716,5689,0,0,2986,11354,4133,17070,ru.po,,ru,,russian,,,ru,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,1434,7640,8865,0,0,2699,9430,4133,17070,ro.po,,ro,,romanian,,,ro,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,1434,7640,9167,0,0,2699,9430,4133,17070,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,1158,5824,6731,0,0,2975,11246,4133,17070,pt.po,,pt,,portuguese,,,pt,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,1434,7640,7794,0,0,2699,9430,4133,17070,pl.po,,pl,,polish,,,pl,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,808,3479,4177,302,1734,3023,11857,4133,17070,pa.po,,pa,,punjabi,,,pa,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,1074,5398,5609,0,0,3059,11672,4133,17070,or.po,,or,,odia,,,or,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,1449,7493,9115,0,0,2684,9577,4133,17070,oc.po,,oc,,occitan,,,oc,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,1033,4985,4924,0,0,3100,12085,4133,17070,nn.po,,nn,,norwegian nynorsk,,,nn,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,1434,7640,7581,0,0,2699,9430,4133,17070,nl.po,,nl,,dutch,,,nl,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,703,2797,2973,399,2116,3031,12157,4133,17070,ne.po,,ne,,nepali,,,ne,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,1227,6088,6004,0,0,2906,10982,4133,17070,nb.po,,nb,,norwegian bokmål,,,nb,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,597,3008,3200,211,1120,3325,12942,4133,17070,ms.po,,ms,,malay,,,ms,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,1074,5396,5486,0,0,3059,11674,4133,17070,mr.po,,mr,,marathi,,,mr,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,202,585,581,139,737,3792,15748,4133,17070,mn.po,,mn,,mongolian,,,mn,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,699,2924,2671,338,1691,3096,12455,4133,17070,ml.po,,ml,,malayalam,,,ml,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,1042,5021,5892,0,0,3091,12049,4133,17070,mk.po,,mk,,macedonian,,,mk,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,106,157,172,0,0,4027,16913,4133,17070,mai.po,,mai,,maithili,,,mai,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,1264,6686,6127,0,0,2869,10384,4133,17070,lv.po,,lv,,latvian,,,lv,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,1434,7640,6689,0,0,2699,9430,4133,17070,lt.po,,lt,,lithuanian,,,lt,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,3,3,5,56,67,4074,17000,4133,17070,ku.po,,ku,,kurdish,,,ku,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,1434,7640,6668,0,0,2699,9430,4133,17070,ko.po,,ko,,korean,,,ko,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,1164,5673,5091,0,0,2969,11397,4133,17070,kn.po,,kn,,kannada,,,kn,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,992,4693,2572,0,0,3141,12377,4133,17070,km.po,,km,,khmer,,,km,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,532,1636,1596,0,0,3601,15434,4133,17070,kk.po,,kk,,kazakh,,,kk,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,160,295,287,519,3000,3454,13775,4133,17070,ka.po,,ka,,georgian,,,ka,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,1023,5039,2210,76,388,3034,11643,4133,17070,ja.po,,ja,,japanese,,,ja,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,1434,7640,8445,0,0,2699,9430,4133,17070,it.po,,it,,italian,,,it,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,314,766,686,46,154,3773,16150,4133,17070,is.po,,is,,icelandic,,,is,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,1434,7640,7526,0,0,2699,9430,4133,17070,id.po,,id,,indonesian,,,id,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,1434,7640,7331,0,0,2699,9430,4133,17070,hu.po,,hu,,hungarian,,,hu,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,887,4051,4136,87,584,3159,12435,4133,17070,hr.po,,hr,,croatian,,,hr,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,1074,5396,6550,0,0,3059,11674,4133,17070,hi.po,,hi,,hindi,,,hi,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,846,3709,3883,0,0,3287,13361,4133,17070,he.po,,he,,hebrew,,,he,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,1163,5667,6278,0,0,2970,11403,4133,17070,gu.po,,gu,,gujarati,,,gu,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,1434,7640,9789,0,0,2699,9430,4133,17070,gl.po,,gl,,galician,,,gl,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,290,785,905,134,489,3709,15796,4133,17070,ga.po,,ga,,irish,,,ga,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,1433,7639,9351,0,0,2700,9431,4133,17070,fur.po,,fur,,friulian,,,fur,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,1434,7640,9337,0,0,2699,9430,4133,17070,fr.po,,fr,,french,,,fr,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,1045,4326,3455,233,1488,2855,11256,4133,17070,fi.po,,fi,,finnish,,,fi,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,768,3317,3977,147,945,3218,12808,4133,17070,fa.po,,fa,,persian,,,fa,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,1434,7640,7132,0,0,2699,9430,4133,17070,eu.po,,eu,,basque,,,eu,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,985,4681,4249,0,0,3148,12389,4133,17070,et.po,,et,,estonian,,,et,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,1434,7640,9439,0,0,2699,9430,4133,17070,es.po,,es,,spanish,,,es,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,869,3144,3023,52,303,3212,13623,4133,17070,eo.po,,eo,,esperanto,,,eo,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,1434,7640,7639,0,0,2699,9430,4133,17070,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,1041,5044,5044,0,0,3092,12026,4133,17070,en_ca.po,,en,ca,english,,canada,en_ca,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/en_au.po,29,166,187,175,1000,3929,15904,4133,17070,en_au.po,,en,au,english,,australia,en_au,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,716,3166,3167,210,1238,3207,12666,4133,17070,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,1401,6930,7314,17,252,2715,9888,4133,17070,el.po,,el,,greek,,,el,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,1042,5021,2638,0,0,3091,12049,4133,17070,dz.po,,dz,,dzongkha,,,dz,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,1434,7640,7565,0,0,2699,9430,4133,17070,de.po,,de,,german,,,de,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,1434,7640,7045,0,0,2699,9430,4133,17070,da.po,,da,,danish,,,da,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,1018,4906,5441,0,0,3115,12164,4133,17070,cy.po,,cy,,welsh,,,cy,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,1434,7640,7407,0,0,2699,9430,4133,17070,cs.po,,cs,,czech,,,cs,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,1252,6434,8901,0,0,2881,10636,4133,17070,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,1434,7640,10167,0,0,2699,9430,4133,17070,ca.po,,ca,,catalan,,,ca,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,1082,5383,5461,0,0,3051,11687,4133,17070,bs.po,,bs,,bosnian,,,bs,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,1074,5398,5905,0,0,3059,11672,4133,17070,bn_in.po,,bn,in,bangla,,india,bn_in,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,997,4910,5506,0,0,3136,12160,4133,17070,bn.po,,bn,,bangla,,,bn,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,1141,5529,6391,0,0,2992,11541,4133,17070,bg.po,,bg,,bulgarian,,,bg,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,1166,5681,5467,0,0,2967,11389,4133,17070,be.po,,be,,belarusian,,,be,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,717,3438,3215,101,528,3315,13104,4133,17070,az.po,,az,,azerbaijani,,,az,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,982,4619,5531,0,0,3151,12451,4133,17070,ast.po,,ast,,asturian,,,ast,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,1074,5398,5855,0,0,3059,11672,4133,17070,as.po,,as,,assamese,,,as,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,755,3632,3702,197,862,3181,12576,4133,17070,ar.po,,ar,,arabic,,,ar,po -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,73,99,104,137,672,3923,16299,4133,17070,am.po,,am,,amharic,,,am,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/bs.po,4390,23653,21639,939,3796,757,10563,6086,38012,bs.po,,bs,,bosnian,,,bs,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/fr.po,1414,4976,5716,2708,8431,1964,24605,6086,38012,fr.po,,fr,,french,,,fr,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/vi.po,1133,3333,5045,1979,5636,2974,29043,6086,38012,vi.po,,vi,,vietnamese,,,vi,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/nl.po,1157,3521,2933,0,0,4929,34491,6086,38012,nl.po,,nl,,dutch,,,nl,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/fi.po,207,419,324,1783,4259,4096,33334,6086,38012,fi.po,,fi,,finnish,,,fi,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/sk.po,2003,9069,8406,2335,7381,1748,21562,6086,38012,sk.po,,sk,,slovak,,,sk,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/ms.po,4877,28305,25657,677,2977,532,6730,6086,38012,ms.po,,ms,,malay,,,ms,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/ca.po,4240,20842,26987,0,0,1846,17170,6086,38012,ca.po,,ca,,catalan,,,ca,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/gl.po,3879,18175,21481,1098,4311,1109,15526,6086,38012,gl.po,,gl,,galician,,,gl,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/ug.po,2058,4663,4763,1644,4415,2384,28934,6086,38012,ug.po,,ug,,uyghur,,,ug,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/pl.po,2604,12391,11584,1983,6457,1499,19164,6086,38012,pl.po,,pl,,polish,,,pl,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/uk.po,2102,7418,7022,1764,5067,2220,25527,6086,38012,uk.po,,uk,,ukrainian,,,uk,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/ru.po,729,3302,2861,3196,9739,2161,24971,6086,38012,ru.po,,ru,,russian,,,ru,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/pt.po,1853,11784,13364,2073,6846,2160,19382,6086,38012,pt.po,,pt,,portuguese,,,pt,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/sv.po,5602,35017,27785,345,1703,139,1292,6086,38012,sv.po,,sv,,swedish,,,sv,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/de.po,2563,13583,12358,2068,6889,1455,17540,6086,38012,de.po,,de,,german,,,de,po -exiv2-0.27.2-1.fc31.src.rpm.stats.csv,po/es.po,4297,26869,31146,327,1668,1462,9475,6086,38012,es.po,,es,,spanish,,,es,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,191,1742,267,2,8,1,86,194,1836,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/te/te.po,28,192,158,0,0,166,1644,194,1836,te.po,,te,,telugu,,,te,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/sv/sv.po,181,1641,1477,0,0,13,195,194,1836,sv.po,,sv,,swedish,,,sv,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/sl/sl.po,191,1830,1542,0,0,3,6,194,1836,sl.po,,sl,,slovenian,,,sl,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/ru/ru.po,191,1829,1517,0,0,3,7,194,1836,ru.po,,ru,,russian,,,ru,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,181,1641,1746,0,0,13,195,194,1836,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/pl/pl.po,181,1641,1209,0,0,13,195,194,1836,pl.po,,pl,,polish,,,pl,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/ko/ko.po,181,1641,1273,0,0,13,195,194,1836,ko.po,,ko,,korean,,,ko,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/ja/ja.po,191,1829,272,0,0,3,7,194,1836,ja.po,,ja,,japanese,,,ja,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/id/id.po,181,1641,1491,0,0,13,195,194,1836,id.po,,id,,indonesian,,,id,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/hu/hu.po,181,1641,1344,0,0,13,195,194,1836,hu.po,,hu,,hungarian,,,hu,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/gl/gl.po,181,1641,1622,0,0,13,195,194,1836,gl.po,,gl,,galician,,,gl,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/fr/fr.po,181,1641,1879,0,0,13,195,194,1836,fr.po,,fr,,french,,,fr,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/fi/fi.po,166,1346,846,11,221,17,269,194,1836,fi.po,,fi,,finnish,,,fi,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/es/es.po,181,1641,1728,0,0,13,195,194,1836,es.po,,es,,spanish,,,es,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/el/el.po,181,1641,1768,0,0,13,195,194,1836,el.po,,el,,greek,,,el,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/de/de.po,181,1641,1564,0,0,13,195,194,1836,de.po,,de,,german,,,de,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/da/da.po,181,1641,1522,0,0,13,195,194,1836,da.po,,da,,danish,,,da,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/cs/cs.po,181,1641,1370,0,0,13,195,194,1836,cs.po,,cs,,czech,,,cs,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,help/ca/ca.po,194,1836,1941,0,0,0,0,194,1836,ca.po,,ca,,catalan,,,ca,help/ -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/zu.po,297,1254,1058,5,20,38,281,340,1555,zu.po,,zu,,zulu,,,zu,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/zh_tw.po,276,1207,335,0,0,64,348,340,1555,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/zh_hk.po,268,1195,326,0,0,72,360,340,1555,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/zh_cn.po,275,1204,350,0,0,65,351,340,1555,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/xh.po,238,928,788,4,29,98,598,340,1555,xh.po,,xh,,xhosa,,,xh,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/vi.po,276,1207,1591,0,0,64,348,340,1555,vi.po,,vi,,vietnamese,,,vi,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ur.po,259,1159,1332,0,0,81,396,340,1555,ur.po,,ur,,urdu,,,ur,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/uk.po,269,1181,1017,0,0,71,374,340,1555,uk.po,,uk,,ukrainian,,,uk,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ug.po,292,1325,996,0,0,48,230,340,1555,ug.po,,ug,,uyghur,,,ug,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/tr.po,276,1207,979,0,0,64,348,340,1555,tr.po,,tr,,turkish,,,tr,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/tk.po,194,702,608,13,77,133,776,340,1555,tk.po,,tk,,turkmen,,,tk,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/th.po,267,1187,428,0,0,73,368,340,1555,th.po,,th,,thai,,,th,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/tg.po,268,1195,1160,0,0,72,360,340,1555,tg.po,,tg,,tajik,,,tg,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/te.po,268,1195,1015,0,0,72,360,340,1555,te.po,,te,,telugu,,,te,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ta.po,268,1195,1039,0,0,72,360,340,1555,ta.po,,ta,,tamil,,,ta,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/sv.po,276,1207,1151,0,0,64,348,340,1555,sv.po,,sv,,swedish,,,sv,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/sr@latin.po,275,1201,1229,0,0,65,354,340,1555,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/sr@ije.po,205,799,766,32,138,103,618,340,1555,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/sr.po,276,1207,1237,0,0,64,348,340,1555,sr.po,,sr,,serbian,,,sr,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/sq.po,270,1205,1292,0,0,70,350,340,1555,sq.po,,sq,,albanian,,,sq,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/sl.po,276,1207,1152,0,0,64,348,340,1555,sl.po,,sl,,slovenian,,,sl,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/sk.po,276,1207,1129,0,0,64,348,340,1555,sk.po,,sk,,slovak,,,sk,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/si.po,206,651,716,0,0,134,904,340,1555,si.po,,si,,sinhala,,,si,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/rw.po,19,20,21,171,838,150,697,340,1555,rw.po,,rw,,kinyarwanda,,,rw,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ru.po,276,1207,1045,0,0,64,348,340,1555,ru.po,,ru,,russian,,,ru,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ro.po,276,1207,1258,0,0,64,348,340,1555,ro.po,,ro,,romanian,,,ro,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/pt_br.po,276,1207,1327,0,0,64,348,340,1555,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/pt.po,275,1206,1244,0,0,65,349,340,1555,pt.po,,pt,,portuguese,,,pt,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ps.po,270,1200,1258,1,6,69,349,340,1555,ps.po,,ps,,pashto,,,ps,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/pl.po,276,1207,1130,0,0,64,348,340,1555,pl.po,,pl,,polish,,,pl,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/pa.po,274,1200,1327,0,0,66,355,340,1555,pa.po,,pa,,punjabi,,,pa,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/or.po,270,1198,1305,0,0,70,357,340,1555,or.po,,or,,odia,,,or,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/oc.po,270,1198,1351,0,0,70,357,340,1555,oc.po,,oc,,occitan,,,oc,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/nn.po,338,1525,1451,1,1,1,29,340,1555,nn.po,,nn,,norwegian nynorsk,,,nn,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/nl.po,276,1207,1185,0,0,64,348,340,1555,nl.po,,nl,,dutch,,,nl,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ne.po,196,616,610,49,272,95,667,340,1555,ne.po,,ne,,nepali,,,ne,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/nds.po,146,352,339,0,0,194,1203,340,1555,nds.po,,nds,,low german,,,nds,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/nb.po,274,1200,1148,0,0,66,355,340,1555,nb.po,,nb,,norwegian bokmål,,,nb,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/my.po,267,1035,440,0,0,73,520,340,1555,my.po,,my,,burmese,,,my,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ms.po,228,872,781,13,77,99,606,340,1555,ms.po,,ms,,malay,,,ms,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/mr.po,268,1195,1167,0,0,72,360,340,1555,mr.po,,mr,,marathi,,,mr,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/mn.po,203,785,658,34,152,103,618,340,1555,mn.po,,mn,,mongolian,,,mn,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ml.po,292,1325,1034,0,0,48,230,340,1555,ml.po,,ml,,malayalam,,,ml,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/mk.po,337,1548,1603,0,0,3,7,340,1555,mk.po,,mk,,macedonian,,,mk,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/mg.po,226,886,935,31,117,83,552,340,1555,mg.po,,mg,,malagasy,,,mg,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/mai.po,235,898,982,0,0,105,657,340,1555,mai.po,,mai,,maithili,,,mai,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/lv.po,276,1207,1029,0,0,64,348,340,1555,lv.po,,lv,,latvian,,,lv,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/lt.po,276,1207,973,0,0,64,348,340,1555,lt.po,,lt,,lithuanian,,,lt,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ku.po,233,903,995,2,15,105,637,340,1555,ku.po,,ku,,kurdish,,,ku,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ko.po,276,1207,975,0,0,64,348,340,1555,ko.po,,ko,,korean,,,ko,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/kn.po,268,1195,1057,0,0,72,360,340,1555,kn.po,,kn,,kannada,,,kn,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/km.po,334,1484,620,0,0,6,71,340,1555,km.po,,km,,khmer,,,km,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/kk.po,276,1207,987,0,0,64,348,340,1555,kk.po,,kk,,kazakh,,,kk,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ka.po,239,952,760,0,0,101,603,340,1555,ka.po,,ka,,georgian,,,ka,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ja.po,276,1207,367,0,0,64,348,340,1555,ja.po,,ja,,japanese,,,ja,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/it.po,276,1207,1219,0,0,64,348,340,1555,it.po,,it,,italian,,,it,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/is.po,275,1204,1161,0,0,65,351,340,1555,is.po,,is,,icelandic,,,is,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/id.po,276,1207,1129,0,0,64,348,340,1555,id.po,,id,,indonesian,,,id,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/hy.po,239,955,837,0,0,101,600,340,1555,hy.po,,hy,,armenian,,,hy,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/hu.po,276,1207,1066,0,0,64,348,340,1555,hu.po,,hu,,hungarian,,,hu,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/hr.po,275,1204,1118,0,0,65,351,340,1555,hr.po,,hr,,croatian,,,hr,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/hi.po,268,1195,1409,0,0,72,360,340,1555,hi.po,,hi,,hindi,,,hi,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/he.po,269,1181,1086,0,0,71,374,340,1555,he.po,,he,,hebrew,,,he,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/gu.po,270,1198,1319,0,0,70,357,340,1555,gu.po,,gu,,gujarati,,,gu,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/gl.po,276,1207,1360,0,0,64,348,340,1555,gl.po,,gl,,galician,,,gl,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/gd.po,274,1200,1551,0,0,66,355,340,1555,gd.po,,gd,,scottish gaelic,,,gd,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ga.po,150,412,484,18,75,172,1068,340,1555,ga.po,,ga,,irish,,,ga,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/fy.po,152,470,483,0,0,188,1085,340,1555,fy.po,,fy,,western frisian,,,fy,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/fur.po,276,1207,1391,0,0,64,348,340,1555,fur.po,,fur,,friulian,,,fur,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/fr.po,276,1207,1404,0,0,64,348,340,1555,fr.po,,fr,,french,,,fr,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/fi.po,276,1207,920,0,0,64,348,340,1555,fi.po,,fi,,finnish,,,fi,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/fa.po,275,1204,1250,0,0,65,351,340,1555,fa.po,,fa,,persian,,,fa,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/eu.po,275,1204,1001,0,0,65,351,340,1555,eu.po,,eu,,basque,,,eu,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/et.po,276,1201,1011,0,0,64,354,340,1555,et.po,,et,,estonian,,,et,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/es.po,275,1204,1300,0,0,65,351,340,1555,es.po,,es,,spanish,,,es,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/eo.po,276,1207,1146,0,0,64,348,340,1555,eo.po,,eo,,esperanto,,,eo,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/en_gb.po,275,1201,1228,0,0,65,354,340,1555,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/en_ca.po,253,1084,1093,0,0,87,471,340,1555,en_ca.po,,en,ca,english,,canada,en_ca,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/en@shaw.po,243,1043,1043,56,335,41,177,340,1555,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/el.po,276,1207,1291,0,0,64,348,340,1555,el.po,,el,,greek,,,el,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/dz.po,259,1159,570,0,0,81,396,340,1555,dz.po,,dz,,dzongkha,,,dz,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/de.po,276,1207,1244,0,0,64,348,340,1555,de.po,,de,,german,,,de,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/da.po,275,1204,1122,0,0,65,351,340,1555,da.po,,da,,danish,,,da,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/cy.po,242,957,941,0,0,98,598,340,1555,cy.po,,cy,,welsh,,,cy,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/csb.po,21,41,45,0,0,319,1514,340,1555,csb.po,,csb,,kashubian,,,csb,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/cs.po,276,1207,1116,0,0,64,348,340,1555,cs.po,,cs,,czech,,,cs,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,274,1200,1384,0,0,66,355,340,1555,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ca.po,276,1207,1394,0,0,64,348,340,1555,ca.po,,ca,,catalan,,,ca,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/bs.po,268,1195,1160,0,0,72,360,340,1555,bs.po,,bs,,bosnian,,,bs,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/br.po,264,1007,1200,0,0,76,548,340,1555,br.po,,br,,breton,,,br,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/bn_in.po,268,1195,1330,0,0,72,360,340,1555,bn_in.po,,bn,in,bangla,,india,bn_in,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/bn.po,297,1370,1466,0,0,43,185,340,1555,bn.po,,bn,,bangla,,,bn,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/bg.po,274,1200,1245,0,0,66,355,340,1555,bg.po,,bg,,bulgarian,,,bg,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/be@latin.po,284,1267,1127,0,0,56,288,340,1555,be@latin.po,latin,be,,belarusian,,,be@latin,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/be.po,274,1200,1101,0,0,66,355,340,1555,be.po,,be,,belarusian,,,be,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/az.po,228,872,771,13,77,99,606,340,1555,az.po,,az,,azerbaijani,,,az,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ast.po,335,1519,1536,0,0,5,36,340,1555,ast.po,,ast,,asturian,,,ast,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/as.po,270,1198,1309,0,0,70,357,340,1555,as.po,,as,,assamese,,,as,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/ar.po,275,1201,1101,0,0,65,354,340,1555,ar.po,,ar,,arabic,,,ar,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/an.po,270,1198,1238,0,0,70,357,340,1555,an.po,,an,,aragonese,,,an,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/am.po,66,110,142,53,145,221,1300,340,1555,am.po,,am,,amharic,,,am,po -file-roller-3.32.2-1.fc31.src.rpm.stats.csv,po/af.po,275,1201,1278,0,0,65,354,340,1555,af.po,,af,,afrikaans,,,af,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/lt.po,54,405,378,31,237,154,1926,239,2568,lt.po,,lt,,lithuanian,,,lt,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/hu.po,235,2545,2410,4,23,0,0,239,2568,hu.po,,hu,,hungarian,,,hu,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/sl.po,235,2545,2473,4,23,0,0,239,2568,sl.po,,sl,,slovenian,,,sl,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/nl.po,230,2510,2419,6,38,3,20,239,2568,nl.po,,nl,,dutch,,,nl,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/vi.po,235,2545,3335,3,16,1,7,239,2568,vi.po,,vi,,vietnamese,,,vi,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/be.po,23,82,78,33,306,183,2180,239,2568,be.po,,be,,belarusian,,,be,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/ko.po,21,86,91,30,228,188,2254,239,2568,ko.po,,ko,,korean,,,ko,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/rw.po,2,2,2,80,699,157,1867,239,2568,rw.po,,rw,,kinyarwanda,,,rw,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/ms.po,16,55,58,9,54,214,2459,239,2568,ms.po,,ms,,malay,,,ms,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/hr.po,178,1856,1729,20,220,41,492,239,2568,hr.po,,hr,,croatian,,,hr,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/fi.po,230,2510,2022,7,45,2,13,239,2568,fi.po,,fi,,finnish,,,fi,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/zh_tw.po,42,447,224,57,598,140,1523,239,2568,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/ca.po,56,583,704,63,747,120,1238,239,2568,ca.po,,ca,,catalan,,,ca,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/zh_cn.po,194,2063,798,15,129,30,376,239,2568,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/sv.po,235,2545,2420,3,16,1,7,239,2568,sv.po,,sv,,swedish,,,sv,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/eo.po,230,2510,2438,7,45,2,13,239,2568,eo.po,,eo,,esperanto,,,eo,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/uk.po,235,2545,2505,3,16,1,7,239,2568,uk.po,,uk,,ukrainian,,,uk,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/sk.po,49,508,510,61,689,129,1371,239,2568,sk.po,,sk,,slovak,,,sk,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/ja.po,180,1866,809,18,208,41,494,239,2568,ja.po,,ja,,japanese,,,ja,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/fr.po,235,2545,2880,4,23,0,0,239,2568,fr.po,,fr,,french,,,fr,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/ga.po,145,1474,1697,40,504,54,590,239,2568,ga.po,,ga,,irish,,,ga,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/tr.po,222,2422,2054,13,119,4,27,239,2568,tr.po,,tr,,turkish,,,tr,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/pt.po,123,1094,1176,61,877,55,597,239,2568,pt.po,,pt,,portuguese,,,pt,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/nb.po,235,2545,2432,3,16,1,7,239,2568,nb.po,,nb,,norwegian bokmål,,,nb,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/pl.po,235,2545,2423,3,16,1,7,239,2568,pl.po,,pl,,polish,,,pl,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/de.po,230,2510,2486,7,45,2,13,239,2568,de.po,,de,,german,,,de,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/ru.po,235,2545,2424,3,16,1,7,239,2568,ru.po,,ru,,russian,,,ru,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/et.po,235,2545,2079,3,16,1,7,239,2568,et.po,,et,,estonian,,,et,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/lg.po,27,103,129,34,315,178,2150,239,2568,lg.po,,lg,,ganda,,,lg,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/id.po,145,1474,1477,40,504,54,590,239,2568,id.po,,id,,indonesian,,,id,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/el.po,230,2510,2568,6,38,3,20,239,2568,el.po,,el,,greek,,,el,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/bg.po,118,1223,1378,49,603,72,742,239,2568,bg.po,,bg,,bulgarian,,,bg,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/es.po,171,1768,2151,5,32,63,768,239,2568,es.po,,es,,spanish,,,es,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/sr.po,235,2545,2542,3,16,1,7,239,2568,sr.po,,sr,,serbian,,,sr,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/ro.po,51,515,534,62,705,126,1348,239,2568,ro.po,,ro,,romanian,,,ro,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/da.po,235,2545,2409,3,16,1,7,239,2568,da.po,,da,,danish,,,da,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/it.po,222,2422,2635,13,119,4,27,239,2568,it.po,,it,,italian,,,it,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/pt_br.po,235,2545,2918,3,16,1,7,239,2568,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -findutils-4.6.0-24.fc31.src.rpm.stats.csv,po/cs.po,235,2545,2385,4,23,0,0,239,2568,cs.po,,cs,,czech,,,cs,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/gu.po,293,1496,1558,0,0,122,721,415,2217,gu.po,,gu,,gujarati,,,gu,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/zh_cn.po,415,2217,678,0,0,0,0,415,2217,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/en_us.po,293,1496,1496,67,314,55,407,415,2217,en_us.po,,en,us,english,,united states,en_us,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/da.po,415,2217,1939,0,0,0,0,415,2217,da.po,,da,,danish,,,da,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/zh_tw.po,415,2217,620,0,0,0,0,415,2217,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/it.po,415,2217,2309,0,0,0,0,415,2217,it.po,,it,,italian,,,it,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/eu.po,64,116,118,0,0,351,2101,415,2217,eu.po,,eu,,basque,,,eu,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/es.po,415,2217,2442,0,0,0,0,415,2217,es.po,,es,,spanish,,,es,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/pt_br.po,415,2217,2472,0,0,0,0,415,2217,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/tr.po,235,760,733,0,0,180,1457,415,2217,tr.po,,tr,,turkish,,,tr,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/sr.po,297,1507,1455,0,0,118,710,415,2217,sr.po,,sr,,serbian,,,sr,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ta.po,293,1496,1238,0,0,122,721,415,2217,ta.po,,ta,,tamil,,,ta,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ko.po,414,2209,1796,0,0,1,8,415,2217,ko.po,,ko,,korean,,,ko,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/hi.po,293,1496,1676,0,0,122,721,415,2217,hi.po,,hi,,hindi,,,hi,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/sr@latin.po,34,212,207,0,0,381,2005,415,2217,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ja.po,414,2209,681,0,0,1,8,415,2217,ja.po,,ja,,japanese,,,ja,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/gl.po,108,434,547,0,0,307,1783,415,2217,gl.po,,gl,,galician,,,gl,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ml.po,293,1496,1168,0,0,122,721,415,2217,ml.po,,ml,,malayalam,,,ml,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ia.po,4,9,13,0,0,411,2208,415,2217,ia.po,,ia,,interlingua,,,ia,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/et.po,93,216,206,0,0,322,2001,415,2217,et.po,,et,,estonian,,,et,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/fi.po,302,1124,879,0,0,113,1093,415,2217,fi.po,,fi,,finnish,,,fi,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/fr.po,415,2217,2569,0,0,0,0,415,2217,fr.po,,fr,,french,,,fr,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/nl.po,415,2217,2199,0,0,0,0,415,2217,nl.po,,nl,,dutch,,,nl,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ca.po,415,2217,2631,0,0,0,0,415,2217,ca.po,,ca,,catalan,,,ca,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/te.po,293,1496,1267,0,0,122,721,415,2217,te.po,,te,,telugu,,,te,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/pa.po,295,1496,1624,0,0,120,721,415,2217,pa.po,,pa,,punjabi,,,pa,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/de.po,415,2217,2055,0,0,0,0,415,2217,de.po,,de,,german,,,de,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/or.po,293,1496,1492,0,0,122,721,415,2217,or.po,,or,,odia,,,or,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/uk.po,415,2217,2139,0,0,0,0,415,2217,uk.po,,uk,,ukrainian,,,uk,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ru.po,415,2217,1853,0,0,0,0,415,2217,ru.po,,ru,,russian,,,ru,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/hu.po,415,2217,2069,0,0,0,0,415,2217,hu.po,,hu,,hungarian,,,hu,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/el.po,125,584,647,0,0,290,1633,415,2217,el.po,,el,,greek,,,el,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/pl.po,415,2217,2094,0,0,0,0,415,2217,pl.po,,pl,,polish,,,pl,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/kn.po,293,1496,1253,0,0,122,721,415,2217,kn.po,,kn,,kannada,,,kn,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ka.po,82,180,170,0,0,333,2037,415,2217,ka.po,,ka,,georgian,,,ka,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/pt.po,290,1453,1544,0,0,125,764,415,2217,pt.po,,pt,,portuguese,,,pt,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/ar.po,415,2217,1964,0,0,0,0,415,2217,ar.po,,ar,,arabic,,,ar,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/en_gb.po,203,819,819,0,0,212,1398,415,2217,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/id.po,36,135,137,0,0,379,2082,415,2217,id.po,,id,,indonesian,,,id,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/lt.po,304,1162,1054,0,0,111,1055,415,2217,lt.po,,lt,,lithuanian,,,lt,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/sq.po,86,141,152,0,0,329,2076,415,2217,sq.po,,sq,,albanian,,,sq,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/sv.po,415,2217,2024,0,0,0,0,415,2217,sv.po,,sv,,swedish,,,sv,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/as.po,293,1496,1515,0,0,122,721,415,2217,as.po,,as,,assamese,,,as,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/sk.po,415,2217,2029,0,0,0,0,415,2217,sk.po,,sk,,slovak,,,sk,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/mr.po,293,1496,1407,0,0,122,721,415,2217,mr.po,,mr,,marathi,,,mr,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/bg.po,134,622,664,0,0,281,1595,415,2217,bg.po,,bg,,bulgarian,,,bg,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/bn_in.po,293,1496,1517,0,0,122,721,415,2217,bn_in.po,,bn,in,bangla,,india,bn_in,po -firewalld-0.7.2-1.fc31.src.rpm.stats.csv,po/cs.po,415,2217,2026,0,0,0,0,415,2217,cs.po,,cs,,czech,,,cs,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,130,1056,263,0,0,0,0,130,1056,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,123,1003,257,0,0,7,53,130,1056,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,130,1056,224,0,0,0,0,130,1056,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/vi.po,130,1056,1422,0,0,0,0,130,1056,vi.po,,vi,,vietnamese,,,vi,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/uk.po,114,947,843,0,0,16,109,130,1056,uk.po,,uk,,ukrainian,,,uk,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ug.po,111,858,778,0,0,19,198,130,1056,ug.po,,ug,,uyghur,,,ug,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/tr.po,130,1056,881,0,0,0,0,130,1056,tr.po,,tr,,turkish,,,tr,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/tg.po,6,6,6,0,0,124,1050,130,1056,tg.po,,tg,,tajik,,,tg,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/te.po,123,1003,812,0,0,7,53,130,1056,te.po,,te,,telugu,,,te,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ta.po,123,1003,886,0,0,7,53,130,1056,ta.po,,ta,,tamil,,,ta,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/sv.po,130,1056,997,0,0,0,0,130,1056,sv.po,,sv,,swedish,,,sv,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/sr@latin.po,130,1056,1072,0,0,0,0,130,1056,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/sr.po,130,1056,1071,0,0,0,0,130,1056,sr.po,,sr,,serbian,,,sr,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/sl.po,130,1056,1022,0,0,0,0,130,1056,sl.po,,sl,,slovenian,,,sl,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/sk.po,130,1056,1093,0,0,0,0,130,1056,sk.po,,sk,,slovak,,,sk,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ru.po,130,1056,995,0,0,0,0,130,1056,ru.po,,ru,,russian,,,ru,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ro.po,130,1056,1260,0,0,0,0,130,1056,ro.po,,ro,,romanian,,,ro,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,130,1056,1252,0,0,0,0,130,1056,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/pt.po,130,1056,1181,0,0,0,0,130,1056,pt.po,,pt,,portuguese,,,pt,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/pl.po,130,1056,1067,0,0,0,0,130,1056,pl.po,,pl,,polish,,,pl,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/pa.po,123,1003,1122,0,0,7,53,130,1056,pa.po,,pa,,punjabi,,,pa,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/or.po,123,1003,952,0,0,7,53,130,1056,or.po,,or,,odia,,,or,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/oc.po,130,1056,1335,0,0,0,0,130,1056,oc.po,,oc,,occitan,,,oc,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/nl.po,130,1056,1018,0,0,0,0,130,1056,nl.po,,nl,,dutch,,,nl,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ne.po,57,365,334,17,100,56,591,130,1056,ne.po,,ne,,nepali,,,ne,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/nb.po,115,811,784,0,0,15,245,130,1056,nb.po,,nb,,norwegian bokmål,,,nb,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/mr.po,123,1003,876,0,0,7,53,130,1056,mr.po,,mr,,marathi,,,mr,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ml.po,130,1056,828,0,0,0,0,130,1056,ml.po,,ml,,malayalam,,,ml,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/lv.po,130,1056,925,0,0,0,0,130,1056,lv.po,,lv,,latvian,,,lv,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/lt.po,130,1056,868,0,0,0,0,130,1056,lt.po,,lt,,lithuanian,,,lt,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ko.po,130,1056,909,0,0,0,0,130,1056,ko.po,,ko,,korean,,,ko,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/kn.po,123,1003,845,0,0,7,53,130,1056,kn.po,,kn,,kannada,,,kn,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/kk.po,8,10,14,0,0,122,1046,130,1056,kk.po,,kk,,kazakh,,,kk,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ja.po,109,843,315,0,0,21,213,130,1056,ja.po,,ja,,japanese,,,ja,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/it.po,130,1056,1217,0,0,0,0,130,1056,it.po,,it,,italian,,,it,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/id.po,130,1056,1026,0,0,0,0,130,1056,id.po,,id,,indonesian,,,id,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/hu.po,130,1056,953,0,0,0,0,130,1056,hu.po,,hu,,hungarian,,,hu,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/hr.po,130,1056,955,0,0,0,0,130,1056,hr.po,,hr,,croatian,,,hr,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/hi.po,123,1003,1165,0,0,7,53,130,1056,hi.po,,hi,,hindi,,,hi,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/he.po,80,517,558,0,0,50,539,130,1056,he.po,,he,,hebrew,,,he,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/gu.po,123,1003,1052,0,0,7,53,130,1056,gu.po,,gu,,gujarati,,,gu,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/gl.po,130,1056,1366,0,0,0,0,130,1056,gl.po,,gl,,galician,,,gl,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/fur.po,130,1056,1319,0,0,0,0,130,1056,fur.po,,fur,,friulian,,,fur,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/fr.po,130,1056,1341,0,0,0,0,130,1056,fr.po,,fr,,french,,,fr,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/fi.po,55,328,288,7,48,68,680,130,1056,fi.po,,fi,,finnish,,,fi,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/fa.po,130,1056,1113,0,0,0,0,130,1056,fa.po,,fa,,persian,,,fa,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/eu.po,130,1056,965,0,0,0,0,130,1056,eu.po,,eu,,basque,,,eu,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/es.po,130,1056,1344,0,0,0,0,130,1056,es.po,,es,,spanish,,,es,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/eo.po,55,330,323,6,37,69,689,130,1056,eo.po,,eo,,esperanto,,,eo,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,130,1056,1056,0,0,0,0,130,1056,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/el.po,130,1056,1177,0,0,0,0,130,1056,el.po,,el,,greek,,,el,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/de.po,130,1056,1058,0,0,0,0,130,1056,de.po,,de,,german,,,de,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/da.po,130,1056,980,0,0,0,0,130,1056,da.po,,da,,danish,,,da,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/cs.po,130,1056,1049,0,0,0,0,130,1056,cs.po,,cs,,czech,,,cs,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,130,1056,1416,0,0,0,0,130,1056,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ca.po,130,1056,1416,0,0,0,0,130,1056,ca.po,,ca,,catalan,,,ca,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/bs.po,124,1011,953,0,0,6,45,130,1056,bs.po,,bs,,bosnian,,,bs,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/bn_in.po,123,1003,1004,0,0,7,53,130,1056,bn_in.po,,bn,in,bangla,,india,bn_in,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/bg.po,110,851,1037,0,0,20,205,130,1056,bg.po,,bg,,bulgarian,,,bg,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/be.po,130,1056,1001,0,0,0,0,130,1056,be.po,,be,,belarusian,,,be,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/as.po,123,1003,966,0,0,7,53,130,1056,as.po,,as,,assamese,,,as,po -folks-0.13.1-2.fc31.src.rpm.stats.csv,po/ar.po,13,41,40,0,0,117,1015,130,1056,ar.po,,ar,,arabic,,,ar,po -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv,po-conf/zh_cn.po,29,157,66,0,0,0,0,29,157,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-conf -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv,po/zh_cn.po,106,756,375,0,0,0,0,106,756,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,57,419,452,0,0,0,0,57,419,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ja.po,57,419,79,0,0,0,0,57,419,ja.po,,ja,,japanese,,,ja,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/da.po,57,419,347,0,0,0,0,57,419,da.po,,da,,danish,,,da,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/nl.po,57,419,412,0,0,0,0,57,419,nl.po,,nl,,dutch,,,nl,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,57,419,57,419,he.po,,he,,hebrew,,,he,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,57,419,57,419,sq.po,,sq,,albanian,,,sq,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/tr.po,57,419,352,0,0,0,0,57,419,tr.po,,tr,,turkish,,,tr,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,57,419,57,419,mr.po,,mr,,marathi,,,mr,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,57,419,90,0,0,0,0,57,419,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/de.po,57,419,454,0,0,0,0,57,419,de.po,,de,,german,,,de,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,57,419,57,419,be.po,,be,,belarusian,,,be,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/it.po,57,419,376,0,0,0,0,57,419,it.po,,it,,italian,,,it,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,57,419,57,419,bn_in.po,,bn,in,bangla,,india,bn_in,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,57,419,57,419,te.po,,te,,telugu,,,te,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,57,419,57,419,vi.po,,vi,,vietnamese,,,vi,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/cs.po,57,419,384,0,0,0,0,57,419,cs.po,,cs,,czech,,,cs,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,57,419,57,419,ka.po,,ka,,georgian,,,ka,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,57,419,57,419,ast.po,,ast,,asturian,,,ast,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,57,419,57,419,kk.po,,kk,,kazakh,,,kk,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/eo.po,23,151,144,0,0,34,268,57,419,eo.po,,eo,,esperanto,,,eo,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/hr.po,57,419,395,0,0,0,0,57,419,hr.po,,hr,,croatian,,,hr,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,57,419,57,419,cy.po,,cy,,welsh,,,cy,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/bg.po,25,163,164,0,0,32,256,57,419,bg.po,,bg,,bulgarian,,,bg,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,57,419,57,419,ms.po,,ms,,malay,,,ms,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,57,419,57,419,hi.po,,hi,,hindi,,,hi,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/oc.po,57,419,411,0,0,0,0,57,419,oc.po,,oc,,occitan,,,oc,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/sr.po,57,419,408,0,0,0,0,57,419,sr.po,,sr,,serbian,,,sr,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,57,419,57,419,az.po,,az,,azerbaijani,,,az,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/pt.po,57,419,435,0,0,0,0,57,419,pt.po,,pt,,portuguese,,,pt,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ko.po,57,419,259,0,0,0,0,57,419,ko.po,,ko,,korean,,,ko,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ro.po,23,151,183,0,0,34,268,57,419,ro.po,,ro,,romanian,,,ro,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/pl.po,57,419,398,0,0,0,0,57,419,pl.po,,pl,,polish,,,pl,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,57,419,57,419,th.po,,th,,thai,,,th,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,57,419,57,419,ga.po,,ga,,irish,,,ga,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,57,419,57,419,ta.po,,ta,,tamil,,,ta,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,57,419,90,0,0,0,0,57,419,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/lv.po,57,419,359,0,0,0,0,57,419,lv.po,,lv,,latvian,,,lv,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/sk.po,57,419,337,0,0,0,0,57,419,sk.po,,sk,,slovak,,,sk,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,57,419,57,419,or.po,,or,,odia,,,or,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,57,419,57,419,eu.po,,eu,,basque,,,eu,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ar.po,23,151,113,0,0,34,268,57,419,ar.po,,ar,,arabic,,,ar,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/fur.po,57,419,577,0,0,0,0,57,419,fur.po,,fur,,friulian,,,fur,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,57,419,57,419,lt.po,,lt,,lithuanian,,,lt,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/fi.po,28,205,127,0,0,29,214,57,419,fi.po,,fi,,finnish,,,fi,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/fo.po,23,151,138,0,0,34,268,57,419,fo.po,,fo,,faroese,,,fo,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ca.po,57,419,417,0,0,0,0,57,419,ca.po,,ca,,catalan,,,ca,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,57,419,419,0,0,0,0,57,419,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,57,419,57,419,fa.po,,fa,,persian,,,fa,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,57,419,57,419,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/id.po,57,419,403,0,0,0,0,57,419,id.po,,id,,indonesian,,,id,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,57,419,57,419,kn.po,,kn,,kannada,,,kn,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,57,419,57,419,ml.po,,ml,,malayalam,,,ml,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,57,419,57,419,wa.po,,wa,,walloon,,,wa,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,57,419,57,419,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/el.po,57,419,500,0,0,0,0,57,419,el.po,,el,,greek,,,el,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,57,419,57,419,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/sv.po,57,419,344,0,0,0,0,57,419,sv.po,,sv,,swedish,,,sv,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/uk.po,57,419,412,0,0,0,0,57,419,uk.po,,uk,,ukrainian,,,uk,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,57,419,57,419,et.po,,et,,estonian,,,et,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,57,419,57,419,nb.po,,nb,,norwegian bokmål,,,nb,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,57,419,57,419,gu.po,,gu,,gujarati,,,gu,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/es.po,57,419,461,0,0,0,0,57,419,es.po,,es,,spanish,,,es,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/pa.po,28,183,193,0,0,29,236,57,419,pa.po,,pa,,punjabi,,,pa,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,57,419,57,419,as.po,,as,,assamese,,,as,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/gl.po,57,419,515,0,0,0,0,57,419,gl.po,,gl,,galician,,,gl,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,57,419,57,419,nn.po,,nn,,norwegian nynorsk,,,nn,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ia.po,57,419,448,0,0,0,0,57,419,ia.po,,ia,,interlingua,,,ia,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/fr.po,57,419,435,0,0,0,0,57,419,fr.po,,fr,,french,,,fr,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/hu.po,57,419,364,0,0,0,0,57,419,hu.po,,hu,,hungarian,,,hu,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/sl.po,57,419,367,0,0,0,0,57,419,sl.po,,sl,,slovenian,,,sl,po -fprintd-0.9.0-1.fc31.src.rpm.stats.csv,po/ru.po,57,419,393,0,0,0,0,57,419,ru.po,,ru,,russian,,,ru,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/zh_tw.po,228,1109,308,0,0,67,336,295,1445,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/zh_cn.po,295,1445,393,0,0,0,0,295,1445,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/uk.po,295,1445,1497,0,0,0,0,295,1445,uk.po,,uk,,ukrainian,,,uk,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/tr.po,53,164,183,0,0,242,1281,295,1445,tr.po,,tr,,turkish,,,tr,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/sv.po,240,1159,1152,0,0,55,286,295,1445,sv.po,,sv,,swedish,,,sv,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/sr.po,180,718,715,0,0,115,727,295,1445,sr.po,,sr,,serbian,,,sr,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/sk.po,90,380,383,0,0,205,1065,295,1445,sk.po,,sk,,slovak,,,sk,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/ru.po,295,1445,1404,0,0,0,0,295,1445,ru.po,,ru,,russian,,,ru,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/pt_br.po,295,1445,1674,0,0,0,0,295,1445,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/pl.po,295,1445,1498,0,0,0,0,295,1445,pl.po,,pl,,polish,,,pl,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/oc.po,35,93,129,0,0,260,1352,295,1445,oc.po,,oc,,occitan,,,oc,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/nl.po,102,433,463,0,0,193,1012,295,1445,nl.po,,nl,,dutch,,,nl,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/lt.po,274,1201,1263,0,0,21,244,295,1445,lt.po,,lt,,lithuanian,,,lt,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/ky.po,13,15,15,0,0,282,1430,295,1445,ky.po,,ky,,kyrgyz,,,ky,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/ko.po,295,1445,1195,0,0,0,0,295,1445,ko.po,,ko,,korean,,,ko,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/kk.po,8,8,9,0,0,287,1437,295,1445,kk.po,,kk,,kazakh,,,kk,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/it.po,295,1445,1592,0,0,0,0,295,1445,it.po,,it,,italian,,,it,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/id.po,180,718,707,0,0,115,727,295,1445,id.po,,id,,indonesian,,,id,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/hu.po,282,1361,1227,0,0,13,84,295,1445,hu.po,,hu,,hungarian,,,hu,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/hr.po,293,1439,1383,0,0,2,6,295,1445,hr.po,,hr,,croatian,,,hr,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/hi.po,17,82,109,0,0,278,1363,295,1445,hi.po,,hi,,hindi,,,hi,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/he.po,24,96,91,0,0,271,1349,295,1445,he.po,,he,,hebrew,,,he,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/fur.po,158,650,856,0,0,137,795,295,1445,fur.po,,fur,,friulian,,,fur,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/fr.po,17,82,117,0,0,278,1363,295,1445,fr.po,,fr,,french,,,fr,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/fi.po,295,1445,1080,0,0,0,0,295,1445,fi.po,,fi,,finnish,,,fi,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/eu.po,10,12,13,0,0,285,1433,295,1445,eu.po,,eu,,basque,,,eu,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/eo.po,19,24,23,0,0,276,1421,295,1445,eo.po,,eo,,esperanto,,,eo,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/en_gb.po,245,1195,1195,0,0,50,250,295,1445,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/de.po,212,993,939,0,0,83,452,295,1445,de.po,,de,,german,,,de,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/da.po,295,1445,1352,0,0,0,0,295,1445,da.po,,da,,danish,,,da,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/cs.po,228,1109,1120,0,0,67,336,295,1445,cs.po,,cs,,czech,,,cs,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/ca.po,295,1445,1875,0,0,0,0,295,1445,ca.po,,ca,,catalan,,,ca,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/ast.po,15,16,17,0,0,280,1429,295,1445,ast.po,,ast,,asturian,,,ast,po -fwupd-1.2.11-2.fc31.src.rpm.stats.csv,po/af.po,94,205,242,0,0,201,1240,295,1445,af.po,,af,,afrikaans,,,af,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/ms.po,5,36,32,6,41,759,4922,770,4999,ms.po,,ms,,malay,,,ms,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/zh_cn.po,766,4925,1594,3,63,1,11,770,4999,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/sv.po,766,4925,5000,3,63,1,11,770,4999,sv.po,,sv,,swedish,,,sv,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/pl.po,534,3253,3372,102,721,134,1025,770,4999,pl.po,,pl,,polish,,,pl,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/pt_br.po,766,4925,5620,3,63,1,11,770,4999,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/id.po,628,3928,3962,107,764,35,307,770,4999,id.po,,id,,indonesian,,,id,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/vi.po,707,4507,6930,45,324,18,168,770,4999,vi.po,,vi,,vietnamese,,,vi,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/pt.po,766,4925,5299,3,63,1,11,770,4999,pt.po,,pt,,portuguese,,,pt,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/ko.po,766,4925,4658,3,63,1,11,770,4999,ko.po,,ko,,korean,,,ko,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/es.po,707,4507,5415,45,324,18,168,770,4999,es.po,,es,,spanish,,,es,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/fi.po,691,4386,3758,55,389,24,224,770,4999,fi.po,,fi,,finnish,,,fi,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/da.po,444,2775,2778,114,739,212,1485,770,4999,da.po,,da,,danish,,,da,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/fr.po,766,4925,5723,3,63,1,11,770,4999,fr.po,,fr,,french,,,fr,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/de.po,706,4499,4996,46,332,18,168,770,4999,de.po,,de,,german,,,de,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/ja.po,383,2475,1260,143,906,244,1618,770,4999,ja.po,,ja,,japanese,,,ja,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/ca.po,650,4098,5304,91,648,29,253,770,4999,ca.po,,ca,,catalan,,,ca,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/nl.po,655,4131,4159,85,561,30,307,770,4999,nl.po,,nl,,dutch,,,nl,po -gawk-5.0.1-5.fc31.src.rpm.stats.csv,po/it.po,764,4917,5497,5,71,1,11,770,4999,it.po,,it,,italian,,,it,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/cs.po,30,127,133,0,0,4,35,34,162,cs.po,,cs,,czech,,,cs,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/eu.po,33,159,159,0,0,1,3,34,162,eu.po,,eu,,basque,,,eu,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/hu.po,30,127,134,0,0,4,35,34,162,hu.po,,hu,,hungarian,,,hu,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/zh_cn.po,32,154,72,0,0,2,8,34,162,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/nb.po,20,76,80,0,0,14,86,34,162,nb.po,,nb,,norwegian bokmål,,,nb,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/sr.po,34,162,173,0,0,0,0,34,162,sr.po,,sr,,serbian,,,sr,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/gl.po,32,154,202,0,0,2,8,34,162,gl.po,,gl,,galician,,,gl,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/sr@latin.po,34,162,173,0,0,0,0,34,162,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/lt.po,34,162,148,0,0,0,0,34,162,lt.po,,lt,,lithuanian,,,lt,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/da.po,34,162,168,0,0,0,0,34,162,da.po,,da,,danish,,,da,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/oc.po,33,159,200,0,0,1,3,34,162,oc.po,,oc,,occitan,,,oc,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/ru.po,34,162,164,0,0,0,0,34,162,ru.po,,ru,,russian,,,ru,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/fr.po,30,127,161,0,0,4,35,34,162,fr.po,,fr,,french,,,fr,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/tr.po,34,162,147,0,0,0,0,34,162,tr.po,,tr,,turkish,,,tr,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/es.po,30,127,159,0,0,4,35,34,162,es.po,,es,,spanish,,,es,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/pt_br.po,30,127,147,0,0,4,35,34,162,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/fur.po,34,162,198,0,0,0,0,34,162,fur.po,,fur,,friulian,,,fur,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/pl.po,30,127,140,0,0,4,35,34,162,pl.po,,pl,,polish,,,pl,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/id.po,30,127,137,0,0,4,35,34,162,id.po,,id,,indonesian,,,id,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/sl.po,34,162,181,0,0,0,0,34,162,sl.po,,sl,,slovenian,,,sl,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/tg.po,32,152,171,0,0,2,10,34,162,tg.po,,tg,,tajik,,,tg,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/bs.po,32,154,150,0,0,2,8,34,162,bs.po,,bs,,bosnian,,,bs,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/el.po,34,162,178,0,0,0,0,34,162,el.po,,el,,greek,,,el,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/lv.po,32,154,146,0,0,2,8,34,162,lv.po,,lv,,latvian,,,lv,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/de.po,30,127,141,0,0,4,35,34,162,de.po,,de,,german,,,de,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/pt.po,34,162,179,0,0,0,0,34,162,pt.po,,pt,,portuguese,,,pt,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/sv.po,30,127,126,0,0,4,35,34,162,sv.po,,sv,,swedish,,,sv,po -gcab-1.1-7.fc31.src.rpm.stats.csv,po/fi.po,24,101,83,0,0,10,61,34,162,fi.po,,fi,,finnish,,,fi,po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/vi.po,4470,26367,37749,1667,11722,7127,66969,13264,105058,vi.po,,vi,,vietnamese,,,vi,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/ja.po,2297,13642,6536,5263,36459,5704,54957,13264,105058,ja.po,,ja,,japanese,,,ja,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/hr.po,121,511,485,199,985,12944,103562,13264,105058,hr.po,,hr,,croatian,,,hr,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/sv.po,13264,105058,97773,0,0,0,0,13264,105058,sv.po,,sv,,swedish,,,sv,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/sr.po,2616,17546,16952,6693,48906,3955,38606,13264,105058,sr.po,,sr,,serbian,,,sr,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/el.po,41,169,184,4182,25260,9041,79629,13264,105058,el.po,,el,,greek,,,el,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/es.po,9252,68619,86449,3203,27964,809,8475,13264,105058,es.po,,es,,spanish,,,es,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/zh_cn.po,4565,30750,9723,7045,56600,1654,17708,13264,105058,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/nl.po,807,4291,4336,5927,41337,6530,59430,13264,105058,nl.po,,nl,,dutch,,,nl,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/fr.po,13264,105058,130509,0,0,0,0,13264,105058,fr.po,,fr,,french,,,fr,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/id.po,3088,21287,21509,6884,51767,3292,32004,13264,105058,id.po,,id,,indonesian,,,id,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/fi.po,2056,12479,9649,8741,66407,2467,26172,13264,105058,fi.po,,fi,,finnish,,,fi,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/tr.po,2437,15864,13880,7031,51570,3796,37624,13264,105058,tr.po,,tr,,turkish,,,tr,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/da.po,1868,11142,10169,6403,44657,4993,49259,13264,105058,da.po,,da,,danish,,,da,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/zh_tw.po,2216,14092,6144,8984,70143,2064,20823,13264,105058,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/de.po,13264,105058,98308,0,0,0,0,13264,105058,de.po,,de,,german,,,de,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/uk.po,1110,5351,5459,0,0,12154,99707,13264,105058,uk.po,,uk,,ukrainian,,,uk,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/be.po,62,208,205,2314,13175,10888,91675,13264,105058,be.po,,be,,belarusian,,,be,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,gcc/po/ru.po,10873,83627,79117,1124,8756,1267,12675,13264,105058,ru.po,,ru,,russian,,,ru,gcc/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/vi.po,211,1340,2142,1,5,4,18,216,1363,vi.po,,vi,,vietnamese,,,vi,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/ja.po,188,1148,556,20,167,8,48,216,1363,ja.po,,ja,,japanese,,,ja,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/pt_br.po,216,1363,1575,0,0,0,0,216,1363,pt_br.po,,pt,br,portuguese,,brazil,pt_br,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/sv.po,216,1363,1300,0,0,0,0,216,1363,sv.po,,sv,,swedish,,,sv,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/sr.po,207,1309,1286,4,30,5,24,216,1363,sr.po,,sr,,serbian,,,sr,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/el.po,5,13,16,73,380,138,970,216,1363,el.po,,el,,greek,,,el,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/es.po,211,1340,1677,1,5,4,18,216,1363,es.po,,es,,spanish,,,es,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/zh_cn.po,183,1112,440,22,175,11,76,216,1363,zh_cn.po,,zh,cn,chinese,,china,zh_cn,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/nl.po,205,1299,1352,5,37,6,27,216,1363,nl.po,,nl,,dutch,,,nl,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/fr.po,216,1363,1717,0,0,0,0,216,1363,fr.po,,fr,,french,,,fr,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/id.po,182,1105,1114,23,182,11,76,216,1363,id.po,,id,,indonesian,,,id,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/fi.po,216,1363,1079,0,0,0,0,216,1363,fi.po,,fi,,finnish,,,fi,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/tr.po,185,1122,986,22,187,9,54,216,1363,tr.po,,tr,,turkish,,,tr,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/da.po,216,1363,1304,0,0,0,0,216,1363,da.po,,da,,danish,,,da,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/zh_tw.po,216,1363,507,0,0,0,0,216,1363,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/eo.po,216,1363,1396,0,0,0,0,216,1363,eo.po,,eo,,esperanto,,,eo,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/de.po,216,1363,1256,0,0,0,0,216,1363,de.po,,de,,german,,,de,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/uk.po,216,1363,1345,0,0,0,0,216,1363,uk.po,,uk,,ukrainian,,,uk,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/be.po,4,12,12,27,139,185,1212,216,1363,be.po,,be,,belarusian,,,be,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/ca.po,151,932,1126,41,264,24,167,216,1363,ca.po,,ca,,catalan,,,ca,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libcpp/po/ru.po,216,1363,1320,0,0,0,0,216,1363,ru.po,,ru,,russian,,,ru,libcpp/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libstdc++-v3/po/fr.po,4,5,6,0,0,0,0,4,5,fr.po,,fr,,french,,,fr,libstdc++-v3/po -gcc-9.2.1-1.fc31.src.rpm.stats.csv,libstdc++-v3/po/de.po,4,5,4,0,0,0,0,4,5,de.po,,de,,german,,,de,libstdc++-v3/po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ca.po,496,4074,5384,0,0,1,14,497,4088,ca.po,,ca,,catalan,,,ca,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/cs.po,497,4088,3994,0,0,0,0,497,4088,cs.po,,cs,,czech,,,cs,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/uk.po,497,4088,3802,0,0,0,0,497,4088,uk.po,,uk,,ukrainian,,,uk,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/sr@latin.po,497,4088,4232,0,0,0,0,497,4088,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/sq.po,485,4024,4807,0,0,12,64,497,4088,sq.po,,sq,,albanian,,,sq,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/en_gb.po,497,4088,4088,0,0,0,0,497,4088,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ms.po,345,2295,2161,33,242,119,1551,497,4088,ms.po,,ms,,malay,,,ms,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/tr.po,497,4088,3404,0,0,0,0,497,4088,tr.po,,tr,,turkish,,,tr,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ar.po,474,3940,3574,9,91,14,57,497,4088,ar.po,,ar,,arabic,,,ar,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ja.po,496,4074,1646,0,0,1,14,497,4088,ja.po,,ja,,japanese,,,ja,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/sl.po,497,4088,4084,0,0,0,0,497,4088,sl.po,,sl,,slovenian,,,sl,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/he.po,497,4088,4087,0,0,0,0,497,4088,he.po,,he,,hebrew,,,he,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/pa.po,497,4088,4701,0,0,0,0,497,4088,pa.po,,pa,,punjabi,,,pa,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/de.po,497,4088,4533,0,0,0,0,497,4088,de.po,,de,,german,,,de,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/az.po,397,3479,3208,31,234,69,375,497,4088,az.po,,az,,azerbaijani,,,az,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ast.po,497,4088,4700,0,0,0,0,497,4088,ast.po,,ast,,asturian,,,ast,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/eu.po,497,4088,3796,0,0,0,0,497,4088,eu.po,,eu,,basque,,,eu,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/bs.po,443,3832,3670,11,72,43,184,497,4088,bs.po,,bs,,bosnian,,,bs,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/bn.po,485,4024,4139,0,0,12,64,497,4088,bn.po,,bn,,bangla,,,bn,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/fr.po,497,4088,5075,0,0,0,0,497,4088,fr.po,,fr,,french,,,fr,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/hr.po,415,3478,3446,6,52,76,558,497,4088,hr.po,,hr,,croatian,,,hr,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/gu.po,497,4088,4445,0,0,0,0,497,4088,gu.po,,gu,,gujarati,,,gu,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/sv.po,497,4088,3991,0,0,0,0,497,4088,sv.po,,sv,,swedish,,,sv,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/pl.po,496,4074,4023,0,0,1,14,497,4088,pl.po,,pl,,polish,,,pl,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/zh_hk.po,497,4088,1300,0,0,0,0,497,4088,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/or.po,497,4088,4141,0,0,0,0,497,4088,or.po,,or,,odia,,,or,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/te.po,497,4088,3604,0,0,0,0,497,4088,te.po,,te,,telugu,,,te,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/fi.po,497,4088,3293,0,0,0,0,497,4088,fi.po,,fi,,finnish,,,fi,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/zh_tw.po,497,4088,1300,0,0,0,0,497,4088,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/yi.po,1,1,1,0,0,496,4087,497,4088,yi.po,,yi,,yiddish,,,yi,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/mk.po,477,4004,4344,0,0,20,84,497,4088,mk.po,,mk,,macedonian,,,mk,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ne.po,480,4026,3967,0,0,17,62,497,4088,ne.po,,ne,,nepali,,,ne,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/be.po,497,4088,3838,0,0,0,0,497,4088,be.po,,be,,belarusian,,,be,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/lv.po,496,4074,3481,0,0,1,14,497,4088,lv.po,,lv,,latvian,,,lv,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/th.po,497,4088,1820,0,0,0,0,497,4088,th.po,,th,,thai,,,th,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/id.po,497,4088,4008,0,0,0,0,497,4088,id.po,,id,,indonesian,,,id,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/es.po,496,4074,5057,0,0,1,14,497,4088,es.po,,es,,spanish,,,es,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/nl.po,497,4088,4205,0,0,0,0,497,4088,nl.po,,nl,,dutch,,,nl,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/fa.po,444,3752,4159,4,24,49,312,497,4088,fa.po,,fa,,persian,,,fa,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/hu.po,497,4088,4032,0,0,0,0,497,4088,hu.po,,hu,,hungarian,,,hu,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/xh.po,443,3832,3244,11,72,43,184,497,4088,xh.po,,xh,,xhosa,,,xh,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/da.po,497,4088,3891,0,0,0,0,497,4088,da.po,,da,,danish,,,da,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/pt_br.po,497,4088,4748,0,0,0,0,497,4088,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/bn_in.po,485,4024,4183,0,0,12,64,497,4088,bn_in.po,,bn,in,bangla,,india,bn_in,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/mr.po,485,4024,3849,0,0,12,64,497,4088,mr.po,,mr,,marathi,,,mr,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/hi.po,496,4074,4733,0,0,1,14,497,4088,hi.po,,hi,,hindi,,,hi,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/lt.po,497,4088,3544,0,0,0,0,497,4088,lt.po,,lt,,lithuanian,,,lt,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/kn.po,484,4035,3566,0,0,13,53,497,4088,kn.po,,kn,,kannada,,,kn,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/vi.po,485,4024,5953,5,25,7,39,497,4088,vi.po,,vi,,vietnamese,,,vi,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ug.po,497,4088,3801,0,0,0,0,497,4088,ug.po,,ug,,uyghur,,,ug,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/rw.po,3,3,3,428,3832,66,253,497,4088,rw.po,,rw,,kinyarwanda,,,rw,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/km.po,497,4088,1957,0,0,0,0,497,4088,km.po,,km,,khmer,,,km,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ca@valencia.po,496,4074,5380,0,0,1,14,497,4088,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/cy.po,484,4035,4233,0,0,13,53,497,4088,cy.po,,cy,,welsh,,,cy,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/nn.po,477,4004,4022,0,0,20,84,497,4088,nn.po,,nn,,norwegian nynorsk,,,nn,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ku.po,9,10,12,0,0,488,4078,497,4088,ku.po,,ku,,kurdish,,,ku,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/as.po,497,4088,4103,0,0,0,0,497,4088,as.po,,as,,assamese,,,as,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/eo.po,114,553,576,2,19,381,3516,497,4088,eo.po,,eo,,esperanto,,,eo,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/mai.po,429,3565,3838,0,0,68,523,497,4088,mai.po,,mai,,maithili,,,mai,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/nb.po,497,4088,4003,0,0,0,0,497,4088,nb.po,,nb,,norwegian bokmål,,,nb,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/el.po,496,4074,4400,0,0,1,14,497,4088,el.po,,el,,greek,,,el,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/mn.po,443,3832,3414,11,72,43,184,497,4088,mn.po,,mn,,mongolian,,,mn,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ta.po,497,4088,3251,0,0,0,0,497,4088,ta.po,,ta,,tamil,,,ta,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ro.po,485,4024,4546,0,0,12,64,497,4088,ro.po,,ro,,romanian,,,ro,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/si.po,11,22,29,0,0,486,4066,497,4088,si.po,,si,,sinhala,,,si,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/hy.po,483,4025,3888,0,0,14,63,497,4088,hy.po,,hy,,armenian,,,hy,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/zh_cn.po,497,4088,1124,0,0,0,0,497,4088,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ka.po,481,4032,3302,0,0,16,56,497,4088,ka.po,,ka,,georgian,,,ka,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/en_ca.po,481,4032,4030,0,0,16,56,497,4088,en_ca.po,,en,ca,english,,canada,en_ca,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/am.po,19,40,40,2,9,476,4039,497,4088,am.po,,am,,amharic,,,am,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/gl.po,497,4088,5218,0,0,0,0,497,4088,gl.po,,gl,,galician,,,gl,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/sk.po,461,3957,3742,0,0,36,131,497,4088,sk.po,,sk,,slovak,,,sk,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/dz.po,477,4004,2148,0,0,20,84,497,4088,dz.po,,dz,,dzongkha,,,dz,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/it.po,497,4088,4609,0,0,0,0,497,4088,it.po,,it,,italian,,,it,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/sr.po,497,4088,4232,0,0,0,0,497,4088,sr.po,,sr,,serbian,,,sr,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/oc.po,45,188,228,0,0,452,3900,497,4088,oc.po,,oc,,occitan,,,oc,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ml.po,496,4074,3459,0,0,1,14,497,4088,ml.po,,ml,,malayalam,,,ml,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ru.po,497,4088,3972,0,0,0,0,497,4088,ru.po,,ru,,russian,,,ru,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/pt.po,497,4088,4675,0,0,0,0,497,4088,pt.po,,pt,,portuguese,,,pt,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/is.po,178,1159,1217,22,133,297,2796,497,4088,is.po,,is,,icelandic,,,is,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ga.po,61,264,277,16,89,420,3735,497,4088,ga.po,,ga,,irish,,,ga,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/et.po,393,2728,2310,0,0,104,1360,497,4088,et.po,,et,,estonian,,,et,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/mg.po,477,3998,4428,2,19,18,71,497,4088,mg.po,,mg,,malagasy,,,mg,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/ko.po,497,4088,3534,0,0,0,0,497,4088,ko.po,,ko,,korean,,,ko,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/bg.po,497,4088,4854,0,0,0,0,497,4088,bg.po,,bg,,bulgarian,,,bg,po -gconf2-3.2.6-27.fc31.src.rpm.stats.csv,po/en@shaw.po,484,4035,4035,0,0,13,53,497,4088,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/uk.po,1692,11391,12006,0,0,79,562,1771,11953,uk.po,,uk,,ukrainian,,,uk,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/ja.po,1013,6811,4307,0,0,758,5142,1771,11953,ja.po,,ja,,japanese,,,ja,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/sr.po,1398,9119,9435,0,0,373,2834,1771,11953,sr.po,,sr,,serbian,,,sr,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/fr.po,1692,11391,13903,0,0,79,562,1771,11953,fr.po,,fr,,french,,,fr,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/ro.po,592,4098,4407,0,0,1179,7855,1771,11953,ro.po,,ro,,romanian,,,ro,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/id.po,1312,8369,8501,0,0,459,3584,1771,11953,id.po,,id,,indonesian,,,id,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/da.po,1398,9119,8504,0,0,373,2834,1771,11953,da.po,,da,,danish,,,da,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/fi.po,1398,9119,7687,0,0,373,2834,1771,11953,fi.po,,fi,,finnish,,,fi,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/pt.po,1692,11391,12183,0,0,79,562,1771,11953,pt.po,,pt,,portuguese,,,pt,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/tr.po,592,4098,3794,0,0,1179,7855,1771,11953,tr.po,,tr,,turkish,,,tr,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/sv.po,1398,9119,8364,0,0,373,2834,1771,11953,sv.po,,sv,,swedish,,,sv,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/hr.po,79,195,199,0,0,1692,11758,1771,11953,hr.po,,hr,,croatian,,,hr,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/es.po,1771,11953,13950,0,0,0,0,1771,11953,es.po,,es,,spanish,,,es,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/rw.po,1,2,2,508,3879,1262,8072,1771,11953,rw.po,,rw,,kinyarwanda,,,rw,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/zh_cn.po,214,935,437,521,2842,1036,8176,1771,11953,zh_cn.po,,zh,cn,chinese,,china,zh_cn,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/ru.po,1692,11391,11334,0,0,79,562,1771,11953,ru.po,,ru,,russian,,,ru,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,bfd/po/vi.po,1312,8369,12106,0,0,459,3584,1771,11953,vi.po,,vi,,vietnamese,,,vi,bfd/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/uk.po,453,2685,2795,0,0,0,0,453,2685,uk.po,,uk,,ukrainian,,,uk,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/it.po,234,1371,1595,0,0,219,1314,453,2685,it.po,,it,,italian,,,it,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/ga.po,287,1602,1830,0,0,166,1083,453,2685,ga.po,,ga,,irish,,,ga,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/de.po,453,2685,2640,0,0,0,0,453,2685,de.po,,de,,german,,,de,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/sr.po,287,1602,1611,0,0,166,1083,453,2685,sr.po,,sr,,serbian,,,sr,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/fr.po,453,2685,3059,0,0,0,0,453,2685,fr.po,,fr,,french,,,fr,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/ro.po,148,863,909,0,0,305,1822,453,2685,ro.po,,ro,,romanian,,,ro,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/id.po,292,1632,1687,0,0,161,1053,453,2685,id.po,,id,,indonesian,,,id,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/nl.po,234,1371,1419,0,0,219,1314,453,2685,nl.po,,nl,,dutch,,,nl,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/da.po,179,968,946,0,0,274,1717,453,2685,da.po,,da,,danish,,,da,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/fi.po,287,1602,1393,0,0,166,1083,453,2685,fi.po,,fi,,finnish,,,fi,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/tr.po,148,863,783,0,0,305,1822,453,2685,tr.po,,tr,,turkish,,,tr,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/sv.po,453,2685,2485,0,0,0,0,453,2685,sv.po,,sv,,swedish,,,sv,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/es.po,370,2145,2527,0,0,83,540,453,2685,es.po,,es,,spanish,,,es,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/zh_cn.po,219,1192,525,108,650,126,843,453,2685,zh_cn.po,,zh,cn,chinese,,china,zh_cn,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/pt_br.po,453,2685,3051,0,0,0,0,453,2685,pt_br.po,,pt,br,portuguese,,brazil,pt_br,opcodes/po -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv,opcodes/po/vi.po,292,1632,2494,0,0,161,1053,453,2685,vi.po,,vi,,vietnamese,,,vi,opcodes/po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/da.po,205,739,686,4,19,15,58,224,816,da.po,,da,,danish,,,da,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/ja.po,78,246,143,53,224,93,346,224,816,ja.po,,ja,,japanese,,,ja,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/fr.po,220,800,1062,1,7,3,9,224,816,fr.po,,fr,,french,,,fr,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,220,800,1003,1,7,3,9,224,816,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/fi.po,165,582,512,30,134,29,100,224,816,fi.po,,fi,,finnish,,,fi,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/uk.po,220,800,903,1,7,3,9,224,816,uk.po,,uk,,ukrainian,,,uk,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/sv.po,205,739,747,4,19,15,58,224,816,sv.po,,sv,,swedish,,,sv,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/de.po,165,582,585,30,134,29,100,224,816,de.po,,de,,german,,,de,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/vi.po,220,800,1292,1,7,3,9,224,816,vi.po,,vi,,vietnamese,,,vi,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/eo.po,205,739,749,4,19,15,58,224,816,eo.po,,eo,,esperanto,,,eo,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/pl.po,220,800,861,1,7,3,9,224,816,pl.po,,pl,,polish,,,pl,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/sr.po,205,739,810,4,19,15,58,224,816,sr.po,,sr,,serbian,,,sr,po -gdbm-1.18.1-1.fc31.src.rpm.stats.csv,po/es.po,205,739,813,4,19,15,58,224,816,es.po,,es,,spanish,,,es,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,212,1415,488,0,0,16,63,228,1478,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,203,1360,484,0,0,25,118,228,1478,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,208,1393,482,0,0,20,85,228,1478,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/yi.po,118,792,751,73,466,37,220,228,1478,yi.po,,yi,,yiddish,,,yi,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/xh.po,151,987,880,45,294,32,197,228,1478,xh.po,,xh,,xhosa,,,xh,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/wa.po,134,910,1377,32,181,62,387,228,1478,wa.po,,wa,,walloon,,,wa,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/vi.po,202,1351,1831,0,0,26,127,228,1478,vi.po,,vi,,vietnamese,,,vi,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,28,158,137,6,30,194,1290,228,1478,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/uz.po,28,158,137,6,30,194,1290,228,1478,uz.po,,uz,,uzbek,,,uz,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/uk.po,203,1360,1432,0,0,25,118,228,1478,uk.po,,uk,,ukrainian,,,uk,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ug.po,202,1354,1107,0,0,26,124,228,1478,ug.po,,ug,,uyghur,,,ug,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/tt.po,67,388,269,25,118,136,972,228,1478,tt.po,,tt,,tatar,,,tt,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/tr.po,213,1420,1160,0,0,15,58,228,1478,tr.po,,tr,,turkish,,,tr,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/tk.po,18,92,81,26,119,184,1267,228,1478,tk.po,,tk,,turkmen,,,tk,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/th.po,203,1360,553,0,0,25,118,228,1478,th.po,,th,,thai,,,th,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/tg.po,2,9,12,0,0,226,1469,228,1478,tg.po,,tg,,tajik,,,tg,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/te.po,202,1354,1098,0,0,26,124,228,1478,te.po,,te,,telugu,,,te,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ta.po,197,1288,1079,5,60,26,130,228,1478,ta.po,,ta,,tamil,,,ta,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/sv.po,213,1420,1361,0,0,15,58,228,1478,sv.po,,sv,,swedish,,,sv,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,211,1409,1518,0,0,17,69,228,1478,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/sr@ije.po,137,915,884,59,376,32,187,228,1478,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/sr.po,213,1420,1533,0,0,15,58,228,1478,sr.po,,sr,,serbian,,,sr,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/sq.po,185,1208,1474,12,89,31,181,228,1478,sq.po,,sq,,albanian,,,sq,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/sl.po,213,1420,1491,0,0,15,58,228,1478,sl.po,,sl,,slovenian,,,sl,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/sk.po,212,1415,1417,0,0,16,63,228,1478,sk.po,,sk,,slovak,,,sk,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/si.po,151,995,995,35,204,42,279,228,1478,si.po,,si,,sinhala,,,si,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ru.po,208,1393,1505,0,0,20,85,228,1478,ru.po,,ru,,russian,,,ru,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ro.po,213,1420,1676,0,0,15,58,228,1478,ro.po,,ro,,romanian,,,ro,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,213,1420,1771,0,0,15,58,228,1478,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/pt.po,207,1382,1537,0,0,21,96,228,1478,pt.po,,pt,,portuguese,,,pt,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ps.po,25,120,137,4,19,199,1339,228,1478,ps.po,,ps,,pashto,,,ps,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/pl.po,213,1420,1496,0,0,15,58,228,1478,pl.po,,pl,,polish,,,pl,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/pa.po,203,1360,1608,0,0,25,118,228,1478,pa.po,,pa,,punjabi,,,pa,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/or.po,201,1345,1293,0,0,27,133,228,1478,or.po,,or,,odia,,,or,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/oc.po,211,1409,1808,0,0,17,69,228,1478,oc.po,,oc,,occitan,,,oc,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/nso.po,137,915,1487,59,376,32,187,228,1478,nso.po,,nso,,northern sotho,,,nso,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/nn.po,185,1208,1176,12,89,31,181,228,1478,nn.po,,nn,,norwegian nynorsk,,,nn,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/nl.po,213,1420,1363,0,0,15,58,228,1478,nl.po,,nl,,dutch,,,nl,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ne.po,158,1061,1021,39,236,31,181,228,1478,ne.po,,ne,,nepali,,,ne,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/nds.po,49,257,283,1,3,178,1218,228,1478,nds.po,,nds,,low german,,,nds,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/nb.po,211,1409,1351,0,0,17,69,228,1478,nb.po,,nb,,norwegian bokmål,,,nb,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/my.po,184,1192,942,12,89,32,197,228,1478,my.po,,my,,burmese,,,my,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ms.po,132,870,827,56,355,40,253,228,1478,ms.po,,ms,,malay,,,ms,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/mr.po,197,1288,1322,5,60,26,130,228,1478,mr.po,,mr,,marathi,,,mr,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/mn.po,137,915,859,59,376,32,187,228,1478,mn.po,,mn,,mongolian,,,mn,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ml.po,202,1354,1111,0,0,26,124,228,1478,ml.po,,ml,,malayalam,,,ml,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/mk.po,163,1102,1311,34,195,31,181,228,1478,mk.po,,mk,,macedonian,,,mk,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/mi.po,118,741,839,58,359,52,378,228,1478,mi.po,,mi,,maori,,,mi,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/mai.po,184,1192,1283,12,89,32,197,228,1478,mai.po,,mai,,maithili,,,mai,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/lv.po,213,1420,1265,0,0,15,58,228,1478,lv.po,,lv,,latvian,,,lv,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/lt.po,213,1420,1242,0,0,15,58,228,1478,lt.po,,lt,,lithuanian,,,lt,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/li.po,118,792,749,73,466,37,220,228,1478,li.po,,li,,limburgish,,,li,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ku.po,177,1171,1263,20,126,31,181,228,1478,ku.po,,ku,,kurdish,,,ku,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ko.po,213,1420,1223,0,0,15,58,228,1478,ko.po,,ko,,korean,,,ko,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/kn.po,186,1213,1047,11,84,31,181,228,1478,kn.po,,kn,,kannada,,,kn,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/km.po,192,1245,598,4,27,32,206,228,1478,km.po,,km,,khmer,,,km,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/kk.po,61,267,257,0,0,167,1211,228,1478,kk.po,,kk,,kazakh,,,kk,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ka.po,185,1208,995,12,89,31,181,228,1478,ka.po,,ka,,georgian,,,ka,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ja.po,202,1354,518,0,0,26,124,228,1478,ja.po,,ja,,japanese,,,ja,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/it.po,213,1420,1614,0,0,15,58,228,1478,it.po,,it,,italian,,,it,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/is.po,212,1415,1376,0,0,16,63,228,1478,is.po,,is,,icelandic,,,is,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/io.po,57,299,276,25,117,146,1062,228,1478,io.po,,io,,ido,,,io,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/id.po,213,1420,1436,0,0,15,58,228,1478,id.po,,id,,indonesian,,,id,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ia.po,6,49,42,29,173,193,1256,228,1478,ia.po,,ia,,interlingua,,,ia,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/hy.po,194,1250,1187,8,98,26,130,228,1478,hy.po,,hy,,armenian,,,hy,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/hu.po,213,1420,1306,0,0,15,58,228,1478,hu.po,,hu,,hungarian,,,hu,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/hr.po,213,1420,1356,0,0,15,58,228,1478,hr.po,,hr,,croatian,,,hr,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/hi.po,202,1354,1605,0,0,26,124,228,1478,hi.po,,hi,,hindi,,,hi,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/he.po,211,1409,1349,0,0,17,69,228,1478,he.po,,he,,hebrew,,,he,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/gu.po,184,1192,1226,12,89,32,197,228,1478,gu.po,,gu,,gujarati,,,gu,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/gl.po,213,1420,1924,0,0,15,58,228,1478,gl.po,,gl,,galician,,,gl,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ga.po,172,1060,1278,5,50,51,368,228,1478,ga.po,,ga,,irish,,,ga,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/fur.po,213,1420,1857,0,0,15,58,228,1478,fur.po,,fur,,friulian,,,fur,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/fr.po,213,1420,1804,0,0,15,58,228,1478,fr.po,,fr,,french,,,fr,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/fi.po,148,872,665,42,420,38,186,228,1478,fi.po,,fi,,finnish,,,fi,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/fa.po,150,991,1035,45,294,33,193,228,1478,fa.po,,fa,,persian,,,fa,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/eu.po,213,1420,1363,0,0,15,58,228,1478,eu.po,,eu,,basque,,,eu,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/et.po,203,1360,1095,0,0,25,118,228,1478,et.po,,et,,estonian,,,et,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/es.po,213,1420,1931,0,0,15,58,228,1478,es.po,,es,,spanish,,,es,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/eo.po,163,1201,1057,4,41,61,236,228,1478,eo.po,,eo,,esperanto,,,eo,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,211,1409,1409,0,0,17,69,228,1478,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,175,1166,1168,22,131,31,181,228,1478,en_ca.po,,en,ca,english,,canada,en_ca,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,174,1158,1158,28,190,26,130,228,1478,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/el.po,212,1415,1660,0,0,16,63,228,1478,el.po,,el,,greek,,,el,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/dz.po,162,1095,573,35,202,31,181,228,1478,dz.po,,dz,,dzongkha,,,dz,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/de.po,213,1420,1405,0,0,15,58,228,1478,de.po,,de,,german,,,de,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/da.po,213,1420,1318,0,0,15,58,228,1478,da.po,,da,,danish,,,da,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/cy.po,175,1162,1357,22,135,31,181,228,1478,cy.po,,cy,,welsh,,,cy,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/csb.po,66,481,474,4,43,158,954,228,1478,csb.po,,csb,,kashubian,,,csb,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/cs.po,213,1420,1454,0,0,15,58,228,1478,cs.po,,cs,,czech,,,cs,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/crh.po,202,1354,1118,0,0,26,124,228,1478,crh.po,,crh,,crimean turkish,,,crh,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,211,1409,1916,0,0,17,69,228,1478,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ca.po,213,1420,1936,0,0,15,58,228,1478,ca.po,,ca,,catalan,,,ca,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/bs.po,228,1478,1532,0,0,0,0,228,1478,bs.po,,bs,,bosnian,,,bs,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/br.po,53,264,326,7,39,168,1175,228,1478,br.po,,br,,breton,,,br,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,197,1288,1310,5,60,26,130,228,1478,bn_in.po,,bn,in,bangla,,india,bn_in,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/bn.po,195,1266,1254,7,82,26,130,228,1478,bn.po,,bn,,bangla,,,bn,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/bg.po,205,1372,1774,0,0,23,106,228,1478,bg.po,,bg,,bulgarian,,,bg,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,185,1208,1205,12,89,31,181,228,1478,be@latin.po,latin,be,,belarusian,,,be@latin,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/be.po,211,1409,1436,0,0,17,69,228,1478,be.po,,be,,belarusian,,,be,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/az.po,137,915,795,59,376,32,187,228,1478,az.po,,az,,azerbaijani,,,az,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ast.po,197,1288,1581,5,60,26,130,228,1478,ast.po,,ast,,asturian,,,ast,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/as.po,203,1360,1264,0,0,25,118,228,1478,as.po,,as,,assamese,,,as,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ar.po,195,1266,1236,7,82,26,130,228,1478,ar.po,,ar,,arabic,,,ar,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/ang.po,42,223,183,32,163,154,1092,228,1478,ang.po,,ang,,old english,,,ang,po -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv,po/af.po,183,1180,1152,8,72,37,226,228,1478,af.po,,af,,afrikaans,,,af,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/tr/tr.po,41,156,151,0,0,1193,30253,1234,30409,tr.po,,tr,,turkish,,,tr,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/uk/uk.po,863,14012,11584,127,4651,244,11746,1234,30409,uk.po,,uk,,ukrainian,,,uk,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/ru/ru.po,293,6757,5318,17,946,924,22706,1234,30409,ru.po,,ru,,russian,,,ru,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/el/el.po,355,9360,9757,0,0,879,21049,1234,30409,el.po,,el,,greek,,,el,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/fr/fr.po,355,9360,10190,0,0,879,21049,1234,30409,fr.po,,fr,,french,,,fr,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/en_gb/en_gb.po,333,7968,7974,0,0,901,22441,1234,30409,en_gb.po,,en,gb,english,,united kingdom,en_gb,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/id/id.po,355,9360,8302,0,0,879,21049,1234,30409,id.po,,id,,indonesian,,,id,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/te/te.po,22,52,52,0,0,1212,30357,1234,30409,te.po,,te,,telugu,,,te,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/cs/cs.po,355,9360,8300,0,0,879,21049,1234,30409,cs.po,,cs,,czech,,,cs,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/oc/oc.po,5,5,5,0,0,1229,30404,1234,30409,oc.po,,oc,,occitan,,,oc,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/zh_cn/zh_cn.po,355,9360,1812,0,0,879,21049,1234,30409,zh_cn.po,,zh,cn,chinese,,china,zh_cn,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/hu/hu.po,30,645,504,0,0,1204,29764,1234,30409,hu.po,,hu,,hungarian,,,hu,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/ca/ca.po,354,9346,9902,1,14,879,21049,1234,30409,ca.po,,ca,,catalan,,,ca,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/pt_br/pt_br.po,35,114,137,3,30,1196,30265,1234,30409,pt_br.po,,pt,br,portuguese,,brazil,pt_br,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/ro/ro.po,355,9360,9532,0,0,879,21049,1234,30409,ro.po,,ro,,romanian,,,ro,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/it/it.po,68,1304,1351,0,0,1166,29105,1234,30409,it.po,,it,,italian,,,it,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/ko/ko.po,411,502,503,11,24,812,29883,1234,30409,ko.po,,ko,,korean,,,ko,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/gl/gl.po,294,6142,6433,0,0,940,24267,1234,30409,gl.po,,gl,,galician,,,gl,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/es/es.po,355,9360,10345,0,0,879,21049,1234,30409,es.po,,es,,spanish,,,es,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/sl/sl.po,39,51,51,0,0,1195,30358,1234,30409,sl.po,,sl,,slovenian,,,sl,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/sv/sv.po,355,9360,8129,0,0,879,21049,1234,30409,sv.po,,sv,,swedish,,,sv,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,docs/de/de.po,355,9360,8559,0,0,879,21049,1234,30409,de.po,,de,,german,,,de,docs/ -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,20,116,110,21,143,47,391,88,650,si.po,,si,,sinhala,,,si,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,88,629,790,0,0,0,21,88,650,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,88,629,656,0,0,0,21,88,650,sr.po,,sr,,serbian,,,sr,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,85,626,799,0,0,3,24,88,650,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,81,619,533,3,15,4,16,88,650,mr.po,,mr,,marathi,,,mr,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,88,629,571,0,0,0,21,88,650,nl.po,,nl,,dutch,,,nl,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,81,619,488,3,15,4,16,88,650,ta.po,,ta,,tamil,,,ta,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,7,21,26,35,224,46,405,88,650,xh.po,,xh,,xhosa,,,xh,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,88,629,875,0,0,0,21,88,650,vi.po,,vi,,vietnamese,,,vi,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,88,629,592,0,0,0,21,88,650,id.po,,id,,indonesian,,,id,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/zu.po,7,21,22,35,224,46,405,88,650,zu.po,,zu,,zulu,,,zu,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,85,626,694,0,0,3,24,88,650,bg.po,,bg,,bulgarian,,,bg,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,84,622,524,0,0,4,28,88,650,uk.po,,uk,,ukrainian,,,uk,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,88,629,722,0,0,0,21,88,650,pa.po,,pa,,punjabi,,,pa,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/mg.po,34,159,174,19,142,35,349,88,650,mg.po,,mg,,malagasy,,,mg,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,40,173,218,5,26,43,451,88,650,ga.po,,ga,,irish,,,ga,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,87,650,161,0,0,1,0,88,650,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/nds.po,24,87,87,6,26,58,537,88,650,nds.po,,nds,,low german,,,nds,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/uz.po,8,17,15,4,21,76,612,88,650,uz.po,,uz,,uzbek,,,uz,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,88,629,617,0,0,0,21,88,650,de.po,,de,,german,,,de,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,88,629,557,0,0,0,21,88,650,eu.po,,eu,,basque,,,eu,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/csb.po,25,112,117,10,46,53,492,88,650,csb.po,,csb,,kashubian,,,csb,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,88,629,567,0,0,0,21,88,650,sv.po,,sv,,swedish,,,sv,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ky.po,67,524,422,7,41,14,85,88,650,ky.po,,ky,,kyrgyz,,,ky,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,2,2,3,5,9,81,639,88,650,am.po,,am,,amharic,,,am,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,88,629,802,0,0,0,21,88,650,ca.po,,ca,,catalan,,,ca,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,88,629,574,0,0,0,21,88,650,ru.po,,ru,,russian,,,ru,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,49,258,280,12,57,27,335,88,650,bn.po,,bn,,bangla,,,bn,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,38,171,170,21,129,29,350,88,650,be@latin.po,latin,be,,belarusian,,,be@latin,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/fy.po,22,93,80,11,52,55,505,88,650,fy.po,,fy,,western frisian,,,fy,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,87,608,524,1,21,0,21,88,650,ne.po,,ne,,nepali,,,ne,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,88,629,577,0,0,0,21,88,650,hr.po,,hr,,croatian,,,hr,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,3,8,17,16,74,69,568,88,650,wa.po,,wa,,walloon,,,wa,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,88,629,557,0,0,0,21,88,650,cs.po,,cs,,czech,,,cs,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,87,650,659,0,0,1,0,88,650,tg.po,,tg,,tajik,,,tg,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,84,622,711,0,0,4,28,88,650,pt.po,,pt,,portuguese,,,pt,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,88,629,851,0,0,0,21,88,650,gd.po,,gd,,scottish gaelic,,,gd,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,45,228,184,4,19,39,403,88,650,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/gv.po,41,206,246,16,91,31,353,88,650,gv.po,,gv,,manx,,,gv,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,81,619,585,3,15,4,16,88,650,or.po,,or,,odia,,,or,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,81,619,574,4,19,3,12,88,650,ms.po,,ms,,malay,,,ms,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,80,578,216,3,15,5,57,88,650,km.po,,km,,khmer,,,km,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,88,629,656,0,0,0,21,88,650,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,88,629,609,0,0,0,21,88,650,sk.po,,sk,,slovak,,,sk,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ps.po,27,109,124,12,76,49,465,88,650,ps.po,,ps,,pashto,,,ps,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,88,629,666,0,0,0,21,88,650,ro.po,,ro,,romanian,,,ro,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,87,650,629,0,0,1,0,88,650,bs.po,,bs,,bosnian,,,bs,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,87,626,171,0,0,1,24,88,650,ja.po,,ja,,japanese,,,ja,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/mi.po,0,0,0,1,2,87,648,88,650,mi.po,,mi,,maori,,,mi,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,88,629,612,0,0,0,21,88,650,sl.po,,sl,,slovenian,,,sl,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,1,1,2,39,239,48,410,88,650,rw.po,,rw,,kinyarwanda,,,rw,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,50,299,265,17,85,21,266,88,650,nn.po,,nn,,norwegian nynorsk,,,nn,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,81,619,487,3,15,4,16,88,650,te.po,,te,,telugu,,,te,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,81,619,593,3,15,4,16,88,650,as.po,,as,,assamese,,,as,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,88,629,811,0,0,0,21,88,650,es.po,,es,,spanish,,,es,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,88,629,585,0,0,0,21,88,650,pl.po,,pl,,polish,,,pl,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,7,21,27,35,224,46,405,88,650,az.po,,az,,azerbaijani,,,az,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/br.po,44,218,269,17,97,27,335,88,650,br.po,,br,,breton,,,br,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,8,30,31,33,217,47,403,88,650,en_ca.po,,en,ca,english,,canada,en_ca,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,31,121,122,16,97,41,432,88,650,ku.po,,ku,,kurdish,,,ku,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,75,558,454,4,23,9,69,88,650,ug.po,,ug,,uyghur,,,ug,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,80,578,602,3,15,5,57,88,650,bn_in.po,,bn,in,bangla,,india,bn_in,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,87,650,790,0,0,1,0,88,650,an.po,,an,,aragonese,,,an,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,88,629,539,0,0,0,21,88,650,kk.po,,kk,,kazakh,,,kk,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,88,629,480,0,0,0,21,88,650,ml.po,,ml,,malayalam,,,ml,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,8,30,33,33,217,47,403,88,650,cy.po,,cy,,welsh,,,cy,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,37,175,207,23,176,28,299,88,650,sq.po,,sq,,albanian,,,sq,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,4,6,7,38,212,46,432,88,650,ka.po,,ka,,georgian,,,ka,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,88,629,160,0,0,0,21,88,650,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,88,629,527,0,0,0,21,88,650,lv.po,,lv,,latvian,,,lv,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/hy.po,1,1,1,9,40,78,609,88,650,hy.po,,hy,,armenian,,,hy,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,88,629,581,0,0,0,21,88,650,nb.po,,nb,,norwegian bokmål,,,nb,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,88,629,745,0,0,0,21,88,650,fr.po,,fr,,french,,,fr,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,88,629,636,0,0,0,21,88,650,is.po,,is,,icelandic,,,is,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,7,21,21,35,224,46,405,88,650,mn.po,,mn,,mongolian,,,mn,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,88,629,577,0,0,0,21,88,650,be.po,,be,,belarusian,,,be,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,88,629,441,0,0,0,21,88,650,fi.po,,fi,,finnish,,,fi,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,87,650,197,0,0,1,0,88,650,th.po,,th,,thai,,,th,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,84,622,622,0,0,4,28,88,650,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,88,629,556,0,0,0,21,88,650,hu.po,,hu,,hungarian,,,hu,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/crh.po,73,514,437,5,64,10,72,88,650,crh.po,,crh,,crimean turkish,,,crh,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,88,629,817,0,0,0,21,88,650,gl.po,,gl,,galician,,,gl,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,88,629,684,0,0,0,21,88,650,el.po,,el,,greek,,,el,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,84,622,607,0,0,4,28,88,650,he.po,,he,,hebrew,,,he,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,57,352,403,13,89,18,209,88,650,ast.po,,ast,,asturian,,,ast,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,12,50,22,37,236,39,364,88,650,dz.po,,dz,,dzongkha,,,dz,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,88,629,547,0,0,0,21,88,650,tr.po,,tr,,turkish,,,tr,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,88,629,764,0,0,0,21,88,650,fur.po,,fur,,friulian,,,fur,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,88,629,558,0,0,0,21,88,650,da.po,,da,,danish,,,da,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,88,629,702,0,0,0,21,88,650,it.po,,it,,italian,,,it,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,60,422,490,14,95,14,133,88,650,mk.po,,mk,,macedonian,,,mk,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,88,629,580,0,0,0,21,88,650,eo.po,,eo,,esperanto,,,eo,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,88,629,478,0,0,0,21,88,650,ko.po,,ko,,korean,,,ko,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,88,629,512,0,0,0,21,88,650,lt.po,,lt,,lithuanian,,,lt,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,42,205,220,19,145,27,300,88,650,mai.po,,mai,,maithili,,,mai,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,84,622,636,0,0,4,28,88,650,gu.po,,gu,,gujarati,,,gu,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,88,629,674,0,0,0,21,88,650,fa.po,,fa,,persian,,,fa,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,80,578,697,3,15,5,57,88,650,hi.po,,hi,,hindi,,,hi,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,88,629,734,0,0,0,21,88,650,oc.po,,oc,,occitan,,,oc,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,88,629,627,0,0,0,21,88,650,af.po,,af,,afrikaans,,,af,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/kab.po,87,650,752,0,0,1,0,88,650,kab.po,,kab,,kabyle,,,kab,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,88,629,505,0,0,0,21,88,650,et.po,,et,,estonian,,,et,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,88,629,157,0,0,0,21,88,650,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,28,119,119,33,196,27,335,88,650,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,87,620,531,1,9,0,21,88,650,ar.po,,ar,,arabic,,,ar,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/nso.po,7,21,37,35,224,46,405,88,650,nso.po,,nso,,northern sotho,,,nso,po -gdm-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,78,566,445,3,15,7,69,88,650,kn.po,,kn,,kannada,,,kn,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/zh_tw/zh_tw.po,433,5312,1030,0,0,259,2444,692,7756,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/zh_hk/zh_hk.po,436,5390,1035,0,0,256,2366,692,7756,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,581,6612,1204,0,0,111,1144,692,7756,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/uk/uk.po,552,6577,5320,0,0,140,1179,692,7756,uk.po,,uk,,ukrainian,,,uk,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/th/th.po,219,2555,778,0,0,473,5201,692,7756,th.po,,th,,thai,,,th,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/te/te.po,15,29,30,0,0,677,7727,692,7756,te.po,,te,,telugu,,,te,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/sv/sv.po,595,6607,6127,0,0,97,1149,692,7756,sv.po,,sv,,swedish,,,sv,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/sl/sl.po,600,7570,6316,0,0,92,186,692,7756,sl.po,,sl,,slovenian,,,sl,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/ru/ru.po,580,6559,5328,0,0,112,1197,692,7756,ru.po,,ru,,russian,,,ru,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/ro/ro.po,580,6559,6440,0,0,112,1197,692,7756,ro.po,,ro,,romanian,,,ro,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,595,6607,6968,0,0,97,1149,692,7756,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/pl/pl.po,595,6607,5141,0,0,97,1149,692,7756,pl.po,,pl,,polish,,,pl,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/oc/oc.po,96,141,165,0,0,596,7615,692,7756,oc.po,,oc,,occitan,,,oc,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/lv/lv.po,581,6603,5046,0,0,111,1153,692,7756,lv.po,,lv,,latvian,,,lv,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/ko/ko.po,692,7740,5726,0,0,0,16,692,7756,ko.po,,ko,,korean,,,ko,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/ja/ja.po,71,316,168,164,1181,457,6259,692,7756,ja.po,,ja,,japanese,,,ja,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/it/it.po,675,7613,7707,0,0,17,143,692,7756,it.po,,it,,italian,,,it,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/id/id.po,581,6603,5951,0,0,111,1153,692,7756,id.po,,id,,indonesian,,,id,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/hu/hu.po,595,6607,5511,0,0,97,1149,692,7756,hu.po,,hu,,hungarian,,,hu,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/gl/gl.po,580,6559,6456,0,0,112,1197,692,7756,gl.po,,gl,,galician,,,gl,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/fr/fr.po,580,6559,7117,0,0,112,1197,692,7756,fr.po,,fr,,french,,,fr,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/fi/fi.po,211,2280,1403,133,1567,348,3909,692,7756,fi.po,,fi,,finnish,,,fi,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/eu/eu.po,675,7577,5738,0,0,17,179,692,7756,eu.po,,eu,,basque,,,eu,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/es/es.po,597,6613,6845,0,0,95,1143,692,7756,es.po,,es,,spanish,,,es,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/el/el.po,581,6612,6702,0,0,111,1144,692,7756,el.po,,el,,greek,,,el,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/de/de.po,593,6567,6343,0,0,99,1189,692,7756,de.po,,de,,german,,,de,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/da/da.po,670,7555,7171,0,0,22,201,692,7756,da.po,,da,,danish,,,da,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/cs/cs.po,595,6607,5916,0,0,97,1149,692,7756,cs.po,,cs,,czech,,,cs,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/ca/ca.po,595,6607,6813,0,0,97,1149,692,7756,ca.po,,ca,,catalan,,,ca,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/bg/bg.po,595,7465,6650,0,0,97,291,692,7756,bg.po,,bg,,bulgarian,,,bg,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,help/ar/ar.po,513,4492,3525,3,62,176,3202,692,7756,ar.po,,ar,,arabic,,,ar,help/ -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,727,4279,979,0,0,383,784,1110,5063,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,682,4080,930,0,0,428,983,1110,5063,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,726,4278,1057,0,0,384,785,1110,5063,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,999,4120,3612,17,73,94,870,1110,5063,xh.po,,xh,,xhosa,,,xh,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,501,2030,2528,128,511,481,2522,1110,5063,wa.po,,wa,,walloon,,,wa,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,729,4304,5359,0,0,381,759,1110,5063,vi.po,,vi,,vietnamese,,,vi,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,722,4266,3754,0,0,388,797,1110,5063,uk.po,,uk,,ukrainian,,,uk,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,754,4362,3285,0,0,356,701,1110,5063,ug.po,,ug,,uyghur,,,ug,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,729,4304,3438,0,0,381,759,1110,5063,tr.po,,tr,,turkish,,,tr,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/tk.po,526,2502,2118,179,906,405,1655,1110,5063,tk.po,,tk,,turkmen,,,tk,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,722,4266,1225,0,0,388,797,1110,5063,th.po,,th,,thai,,,th,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,150,214,257,1,1,959,4848,1110,5063,tg.po,,tg,,tajik,,,tg,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,683,4083,3336,0,0,427,980,1110,5063,te.po,,te,,telugu,,,te,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,684,4084,3444,0,0,426,979,1110,5063,ta.po,,ta,,tamil,,,ta,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,730,4306,4070,0,0,380,757,1110,5063,sv.po,,sv,,swedish,,,sv,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,721,4267,4427,0,0,389,796,1110,5063,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,729,4304,4458,0,0,381,759,1110,5063,sr.po,,sr,,serbian,,,sr,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,1093,4942,5720,0,0,17,121,1110,5063,sq.po,,sq,,albanian,,,sq,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,727,4279,4169,0,0,383,784,1110,5063,sl.po,,sl,,slovenian,,,sl,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,726,4278,4046,0,0,384,785,1110,5063,sk.po,,sk,,slovak,,,sk,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,659,1941,2161,0,0,451,3122,1110,5063,si.po,,si,,sinhala,,,si,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,202,244,252,648,3615,260,1204,1110,5063,rw.po,,rw,,kinyarwanda,,,rw,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,726,4278,3713,0,0,384,785,1110,5063,ru.po,,ru,,russian,,,ru,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,730,4306,4728,0,0,380,757,1110,5063,ro.po,,ro,,romanian,,,ro,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,730,4306,4833,0,0,380,757,1110,5063,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,722,4266,4599,0,0,388,797,1110,5063,pt.po,,pt,,portuguese,,,pt,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ps.po,622,1929,2072,0,0,488,3134,1110,5063,ps.po,,ps,,pashto,,,ps,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,729,4304,4077,0,0,381,759,1110,5063,pl.po,,pl,,polish,,,pl,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,727,4292,4635,0,0,383,771,1110,5063,pa.po,,pa,,punjabi,,,pa,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,684,4084,4096,0,0,426,979,1110,5063,or.po,,or,,odia,,,or,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,721,4267,4839,0,0,389,796,1110,5063,oc.po,,oc,,occitan,,,oc,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,655,3549,3368,1,1,454,1513,1110,5063,nn.po,,nn,,norwegian nynorsk,,,nn,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,726,4278,4222,0,0,384,785,1110,5063,nl.po,,nl,,dutch,,,nl,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,440,1902,1902,263,1988,407,1173,1110,5063,ne.po,,ne,,nepali,,,ne,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,239,438,408,0,0,871,4625,1110,5063,nds.po,,nds,,low german,,,nds,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,730,4306,4075,0,0,380,757,1110,5063,nb.po,,nb,,norwegian bokmål,,,nb,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/my.po,475,1513,1137,0,0,635,3550,1110,5063,my.po,,my,,burmese,,,my,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,541,2390,2105,176,884,393,1789,1110,5063,ms.po,,ms,,malay,,,ms,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,683,4083,3807,0,0,427,980,1110,5063,mr.po,,mr,,marathi,,,mr,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,507,2180,1901,211,1293,392,1590,1110,5063,mn.po,,mn,,mongolian,,,mn,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,721,4271,3425,0,0,389,792,1110,5063,ml.po,,ml,,malayalam,,,ml,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,739,4316,4378,0,0,371,747,1110,5063,mk.po,,mk,,macedonian,,,mk,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/mi.po,54,68,74,131,232,925,4763,1110,5063,mi.po,,mi,,maori,,,mi,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,1032,4328,4766,14,45,64,690,1110,5063,mg.po,,mg,,malagasy,,,mg,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,1104,4965,5469,0,0,6,98,1110,5063,mai.po,,mai,,maithili,,,mai,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,729,4304,3724,0,0,381,759,1110,5063,lv.po,,lv,,latvian,,,lv,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,729,4304,3590,0,0,381,759,1110,5063,lt.po,,lt,,lithuanian,,,lt,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ln.po,724,4280,4594,0,0,386,783,1110,5063,ln.po,,ln,,lingala,,,ln,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/la.po,8,9,16,0,0,1102,5054,1110,5063,la.po,,la,,latin,,,la,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,297,676,760,19,39,794,4348,1110,5063,ku.po,,ku,,kurdish,,,ku,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,729,4304,3092,0,0,381,759,1110,5063,ko.po,,ko,,korean,,,ko,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,684,4084,3430,0,0,426,979,1110,5063,kn.po,,kn,,kannada,,,kn,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,751,4360,1654,0,0,359,703,1110,5063,km.po,,km,,khmer,,,km,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,669,3162,2540,0,0,441,1901,1110,5063,kk.po,,kk,,kazakh,,,kk,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,311,491,475,371,1693,428,2879,1110,5063,ka.po,,ka,,georgian,,,ka,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,729,4304,1001,0,0,381,759,1110,5063,ja.po,,ja,,japanese,,,ja,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,729,4304,4489,0,0,381,759,1110,5063,it.po,,it,,italian,,,it,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,713,3974,3681,0,0,397,1089,1110,5063,is.po,,is,,icelandic,,,is,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,730,4306,3965,0,0,380,757,1110,5063,id.po,,id,,indonesian,,,id,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/hy.po,156,415,357,0,0,954,4648,1110,5063,hy.po,,hy,,armenian,,,hy,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,729,4304,3699,0,0,381,759,1110,5063,hu.po,,hu,,hungarian,,,hu,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,726,4282,4094,0,0,384,781,1110,5063,hr.po,,hr,,croatian,,,hr,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,683,4083,4844,0,0,427,980,1110,5063,hi.po,,hi,,hindi,,,hi,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,722,4266,3803,0,0,388,797,1110,5063,he.po,,he,,hebrew,,,he,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,712,4184,4421,0,0,398,879,1110,5063,gu.po,,gu,,gujarati,,,gu,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,729,4304,4856,0,0,381,759,1110,5063,gl.po,,gl,,galician,,,gl,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,721,4267,6000,0,0,389,796,1110,5063,gd.po,,gd,,scottish gaelic,,,gd,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,397,996,1124,35,158,678,3909,1110,5063,ga.po,,ga,,irish,,,ga,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,725,4280,4923,0,0,385,783,1110,5063,fur.po,,fur,,friulian,,,fur,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,729,4304,4968,0,0,381,759,1110,5063,fr.po,,fr,,french,,,fr,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,729,4304,3184,0,0,381,759,1110,5063,fi.po,,fi,,finnish,,,fi,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,729,4304,4671,0,0,381,759,1110,5063,fa.po,,fa,,persian,,,fa,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,730,4306,3503,0,0,380,757,1110,5063,eu.po,,eu,,basque,,,eu,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,747,4276,3369,0,0,363,787,1110,5063,et.po,,et,,estonian,,,et,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,730,4306,4847,0,0,380,757,1110,5063,es.po,,es,,spanish,,,es,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,710,4082,3751,2,10,398,971,1110,5063,eo.po,,eo,,esperanto,,,eo,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,729,4304,4335,0,0,381,759,1110,5063,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,1028,4339,4344,0,0,82,724,1110,5063,en_ca.po,,en,ca,english,,canada,en_ca,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,1110,5063,5069,0,0,0,0,1110,5063,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,730,4306,4507,0,0,380,757,1110,5063,el.po,,el,,greek,,,el,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,1099,4983,2458,0,0,11,80,1110,5063,dz.po,,dz,,dzongkha,,,dz,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,730,4306,4281,0,0,380,757,1110,5063,de.po,,de,,german,,,de,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,730,4306,3945,0,0,380,757,1110,5063,da.po,,da,,danish,,,da,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,953,3827,4389,100,747,57,489,1110,5063,cy.po,,cy,,welsh,,,cy,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,729,4304,4121,0,0,381,759,1110,5063,cs.po,,cs,,czech,,,cs,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,754,4362,3447,0,0,356,701,1110,5063,crh.po,,crh,,crimean turkish,,,crh,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,722,4266,4981,0,0,388,797,1110,5063,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,729,4304,5041,0,0,381,759,1110,5063,ca.po,,ca,,catalan,,,ca,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,685,4087,4003,0,0,425,976,1110,5063,bs.po,,bs,,bosnian,,,bs,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,787,2495,2806,103,787,220,1781,1110,5063,br.po,,br,,breton,,,br,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,684,4084,4396,0,0,426,979,1110,5063,bn_in.po,,bn,in,bangla,,india,bn_in,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,1107,5003,5417,0,0,3,60,1110,5063,bn.po,,bn,,bangla,,,bn,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,722,4266,4420,0,0,388,797,1110,5063,bg.po,,bg,,bulgarian,,,bg,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,1099,4948,4656,0,0,11,115,1110,5063,be@latin.po,latin,be,,belarusian,,,be@latin,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,721,4271,3896,0,0,389,792,1110,5063,be.po,,be,,belarusian,,,be,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/az.po,548,2626,2196,176,884,386,1553,1110,5063,az.po,,az,,azerbaijani,,,az,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,734,4323,4477,0,0,376,740,1110,5063,ast.po,,ast,,asturian,,,ast,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,684,4084,4244,0,0,426,979,1110,5063,as.po,,as,,assamese,,,as,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,721,4265,4174,0,0,389,798,1110,5063,ar.po,,ar,,arabic,,,ar,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,688,4104,4705,0,0,422,959,1110,5063,an.po,,an,,aragonese,,,an,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/am.po,257,521,547,203,553,650,3989,1110,5063,am.po,,am,,amharic,,,am,po -gedit-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,683,3317,3347,41,824,386,922,1110,5063,af.po,,af,,afrikaans,,,af,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/sr.po,1504,7291,7040,0,0,374,1906,1878,9197,sr.po,,sr,,serbian,,,sr,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/uk.po,1344,4646,4344,149,505,385,4046,1878,9197,uk.po,,uk,,ukrainian,,,uk,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/el.po,1878,9197,9419,0,0,0,0,1878,9197,el.po,,el,,greek,,,el,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/de.po,1609,6737,5861,75,491,194,1969,1878,9197,de.po,,de,,german,,,de,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/zh_cn.po,1878,9197,3187,0,0,0,0,1878,9197,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/tr.po,614,2379,2085,34,64,1230,6754,1878,9197,tr.po,,tr,,turkish,,,tr,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/da.po,1852,9021,8014,0,0,26,176,1878,9197,da.po,,da,,danish,,,da,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/sl.po,1591,6690,6319,66,433,221,2074,1878,9197,sl.po,,sl,,slovenian,,,sl,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/it.po,1878,9197,9885,0,0,0,0,1878,9197,it.po,,it,,italian,,,it,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/mr.po,1490,6617,5826,11,51,377,2529,1878,9197,mr.po,,mr,,marathi,,,mr,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/pt.po,1504,7265,8037,6,66,368,1866,1878,9197,pt.po,,pt,,portuguese,,,pt,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/ca.po,1878,9197,11067,0,0,0,0,1878,9197,ca.po,,ca,,catalan,,,ca,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/sv.po,1855,9050,7846,0,0,23,147,1878,9197,sv.po,,sv,,swedish,,,sv,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/oc.po,1292,5922,6708,0,0,586,3275,1878,9197,oc.po,,oc,,occitan,,,oc,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/eo.po,127,178,173,106,209,1645,8810,1878,9197,eo.po,,eo,,esperanto,,,eo,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/sk.po,68,151,159,0,0,1810,9046,1878,9197,sk.po,,sk,,slovak,,,sk,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/nb.po,122,187,177,626,1556,1130,7454,1878,9197,nb.po,,nb,,norwegian bokmål,,,nb,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/es.po,1860,9095,10856,0,0,18,102,1878,9197,es.po,,es,,spanish,,,es,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/pt_br.po,1764,8483,9471,0,0,114,714,1878,9197,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/ko.po,148,345,285,105,247,1625,8605,1878,9197,ko.po,,ko,,korean,,,ko,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/eu.po,1719,8130,6866,0,0,159,1067,1878,9197,eu.po,,eu,,basque,,,eu,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/pl.po,1878,9197,8587,0,0,0,0,1878,9197,pl.po,,pl,,polish,,,pl,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/en_gb.po,596,3578,3578,196,913,1086,4706,1878,9197,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/fr.po,1186,5686,6517,2,55,690,3456,1878,9197,fr.po,,fr,,french,,,fr,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/is.po,753,1436,1353,9,19,1116,7742,1878,9197,is.po,,is,,icelandic,,,is,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/lv.po,1418,5684,5158,111,758,349,2755,1878,9197,lv.po,,lv,,latvian,,,lv,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/id.po,76,115,110,313,714,1489,8368,1878,9197,id.po,,id,,indonesian,,,id,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/ru.po,1078,2944,2870,124,434,676,5819,1878,9197,ru.po,,ru,,russian,,,ru,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/bs.po,1327,6792,6166,0,0,551,2405,1878,9197,bs.po,,bs,,bosnian,,,bs,po -gegl04-0.4.16-4.fc31.src.rpm.stats.csv,po/gl.po,170,283,325,132,287,1576,8627,1878,9197,gl.po,,gl,,galician,,,gl,po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/sk.po,45,418,413,1,38,1,13,47,469,sk.po,,sk,,slovak,,,sk,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/nb.po,28,310,272,8,80,11,79,47,469,nb.po,,nb,,norwegian bokmål,,,nb,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/ca.po,28,310,323,8,80,11,79,47,469,ca.po,,ca,,catalan,,,ca,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/pt.po,45,418,450,1,38,1,13,47,469,pt.po,,pt,,portuguese,,,pt,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/tr.po,45,418,354,1,38,1,13,47,469,tr.po,,tr,,turkish,,,tr,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/gl.po,28,310,319,8,80,11,79,47,469,gl.po,,gl,,galician,,,gl,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/es.po,45,418,488,1,38,1,13,47,469,es.po,,es,,spanish,,,es,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/hr.po,45,418,392,1,38,1,13,47,469,hr.po,,hr,,croatian,,,hr,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/nl.po,28,310,296,8,80,11,79,47,469,nl.po,,nl,,dutch,,,nl,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/et.po,7,18,20,10,159,30,292,47,469,et.po,,et,,estonian,,,et,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/sv.po,45,418,373,1,38,1,13,47,469,sv.po,,sv,,swedish,,,sv,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/be.po,12,99,91,11,129,24,241,47,469,be.po,,be,,belarusian,,,be,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/uk.po,45,418,394,1,38,1,13,47,469,uk.po,,uk,,ukrainian,,,uk,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/hu.po,28,310,283,8,80,11,79,47,469,hu.po,,hu,,hungarian,,,hu,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/cs.po,28,310,284,8,80,11,79,47,469,cs.po,,cs,,czech,,,cs,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/ro.po,45,418,440,1,38,1,13,47,469,ro.po,,ro,,romanian,,,ro,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/pt_br.po,45,418,452,1,38,1,13,47,469,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/fr.po,45,418,439,1,38,1,13,47,469,fr.po,,fr,,french,,,fr,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/ru.po,45,418,390,1,38,1,13,47,469,ru.po,,ru,,russian,,,ru,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/pl.po,45,418,377,1,38,1,13,47,469,pl.po,,pl,,polish,,,pl,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/zh_hk.po,24,220,72,11,132,12,117,47,469,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/de.po,28,310,299,8,80,11,79,47,469,de.po,,de,,german,,,de,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/da.po,28,310,267,8,80,11,79,47,469,da.po,,da,,danish,,,da,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/en@quot.po,47,469,469,0,0,0,0,47,469,en@quot.po,quot,en,,english,,,en@quot,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/bg.po,45,418,415,1,38,1,13,47,469,bg.po,,bg,,bulgarian,,,bg,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/ja.po,45,418,176,1,38,1,13,47,469,ja.po,,ja,,japanese,,,ja,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/nn.po,24,220,204,12,170,11,79,47,469,nn.po,,nn,,norwegian nynorsk,,,nn,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/el.po,6,16,18,11,161,30,292,47,469,el.po,,el,,greek,,,el,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/fi.po,28,310,224,8,80,11,79,47,469,fi.po,,fi,,finnish,,,fi,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/ast.po,28,310,300,8,80,11,79,47,469,ast.po,,ast,,asturian,,,ast,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/ga.po,28,310,295,8,80,11,79,47,469,ga.po,,ga,,irish,,,ga,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/zh_tw.po,45,418,140,1,38,1,13,47,469,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/zh_cn.po,45,418,130,1,38,1,13,47,469,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/eo.po,45,418,413,1,38,1,13,47,469,eo.po,,eo,,esperanto,,,eo,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/en@boldquot.po,47,469,469,0,0,0,0,47,469,en@boldquot.po,boldquot,en,,english,,,en@boldquot,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/vi.po,28,310,442,8,80,11,79,47,469,vi.po,,vi,,vietnamese,,,vi,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/sr.po,28,310,290,8,80,11,79,47,469,sr.po,,sr,,serbian,,,sr,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/id.po,26,230,207,10,160,11,79,47,469,id.po,,id,,indonesian,,,id,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/ko.po,45,418,317,1,38,1,13,47,469,ko.po,,ko,,korean,,,ko,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/it.po,28,310,325,8,80,11,79,47,469,it.po,,it,,italian,,,it,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-runtime/po/sl.po,28,310,266,8,80,11,79,47,469,sl.po,,sl,,slovenian,,,sl,gettext-runtime/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-gnome/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sk.po,4,15,15,0,0,0,0,4,15,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/af.po,4,15,13,0,0,0,0,4,15,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/nb.po,4,15,13,0,0,0,0,4,15,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ky.po,4,15,15,0,0,0,0,4,15,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ca.po,4,15,17,0,0,0,0,4,15,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/pt.po,4,15,16,0,0,0,0,4,15,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/tr.po,4,15,14,0,0,0,0,4,15,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/gl.po,4,15,16,0,0,0,0,4,15,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ta.po,4,15,13,0,0,0,0,4,15,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/es.po,4,15,18,0,0,0,0,4,15,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/hr.po,4,15,15,0,0,0,0,4,15,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/nl.po,4,15,12,0,0,0,0,4,15,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sv.po,4,15,12,0,0,0,0,4,15,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/lv.po,4,15,15,0,0,0,0,4,15,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/uk.po,4,15,14,0,0,0,0,4,15,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/hu.po,4,15,14,0,0,0,0,4,15,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/cs.po,4,15,14,0,0,0,0,4,15,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ro.po,4,15,14,0,0,0,0,4,15,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/pt_br.po,4,15,16,0,0,0,0,4,15,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/fr.po,4,15,20,0,0,0,0,4,15,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ru.po,4,15,15,0,0,0,0,4,15,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/pl.po,4,15,17,0,0,0,0,4,15,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/mt.po,4,15,17,0,0,0,0,4,15,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/zh_hk.po,4,15,5,0,0,0,0,4,15,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/de.po,4,15,13,0,0,0,0,4,15,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ms.po,4,15,14,0,0,0,0,4,15,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/da.po,4,15,14,0,0,0,0,4,15,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/bg.po,4,15,16,0,0,0,0,4,15,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ja.po,4,15,8,0,0,0,0,4,15,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/el.po,4,15,17,0,0,0,0,4,15,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/fi.po,4,15,11,0,0,0,0,4,15,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ast.po,4,15,15,0,0,0,0,4,15,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/ga.po,4,15,21,0,0,0,0,4,15,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/zh_tw.po,4,15,5,0,0,0,0,4,15,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/zh_cn.po,4,15,6,0,0,0,0,4,15,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/eo.po,4,15,13,0,0,0,0,4,15,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/vi.po,4,15,22,0,0,0,0,4,15,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sr.po,4,15,15,0,0,0,0,4,15,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/id.po,4,15,14,0,0,0,0,4,15,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/it.po,4,15,20,0,0,0,0,4,15,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-kde/po/sl.po,4,15,14,0,0,0,0,4,15,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-kde/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-qt/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-qt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++-wxwidgets/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++-wxwidgets/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c++/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c++/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sk.po,9,37,35,0,0,0,0,9,37,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/af.po,1,2,2,1,10,7,25,9,37,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/nb.po,9,37,34,0,0,0,0,9,37,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ky.po,9,37,33,0,0,0,0,9,37,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ca.po,9,37,43,0,0,0,0,9,37,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/pt.po,9,37,37,0,0,0,0,9,37,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/tr.po,9,37,32,0,0,0,0,9,37,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/gl.po,2,4,5,1,10,6,23,9,37,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ta.po,9,37,29,0,0,0,0,9,37,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/es.po,9,37,38,0,0,0,0,9,37,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/hr.po,9,37,36,0,0,0,0,9,37,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/nl.po,9,37,38,0,0,0,0,9,37,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sv.po,9,37,34,0,0,0,0,9,37,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/lv.po,1,2,2,1,10,7,25,9,37,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/uk.po,9,37,33,0,0,0,0,9,37,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/hu.po,9,37,31,0,0,0,0,9,37,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/cs.po,9,37,38,0,0,0,0,9,37,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ro.po,9,37,38,0,0,0,0,9,37,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/pt_br.po,9,37,38,0,0,0,0,9,37,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/fr.po,9,37,47,0,0,0,0,9,37,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ru.po,9,37,33,0,0,0,0,9,37,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/pl.po,9,37,35,0,0,0,0,9,37,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/mt.po,1,2,3,1,10,7,25,9,37,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/zh_hk.po,1,2,1,1,10,7,25,9,37,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/de.po,9,37,35,0,0,0,0,9,37,de.po,,de,,german,,,de,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ms.po,9,37,37,0,0,0,0,9,37,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/da.po,9,37,32,0,0,0,0,9,37,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/bg.po,9,37,39,0,0,0,0,9,37,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ja.po,9,37,14,0,0,0,0,9,37,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/el.po,1,2,3,1,10,7,25,9,37,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/fi.po,9,37,27,0,0,0,0,9,37,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ast.po,9,37,36,0,0,0,0,9,37,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/ga.po,9,37,42,0,0,0,0,9,37,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/zh_tw.po,9,37,15,0,0,0,0,9,37,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/zh_cn.po,9,37,16,0,0,0,0,9,37,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/eo.po,9,37,39,0,0,0,0,9,37,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/vi.po,9,37,50,0,0,0,0,9,37,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sr.po,9,37,41,0,0,0,0,9,37,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/id.po,1,2,2,1,10,7,25,9,37,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/it.po,9,37,42,0,0,0,0,9,37,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c-gnome3/po/sl.po,9,37,32,0,0,0,0,9,37,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c-gnome3/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-c/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-c/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-clisp/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-clisp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp-forms/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-csharp-forms/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-csharp/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-csharp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-gawk/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-gawk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-guile/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-guile/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-awt/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java-awt/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-qtjambi/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java-qtjambi/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java-swing/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java-swing/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-java/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-java/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-librep/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-librep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnome/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-objc-gnome/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc-gnustep/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-objc-gnustep/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-objc/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-objc/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-pascal/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-pascal/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sk.po,3,18,18,0,0,0,0,3,18,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/af.po,3,18,14,0,0,0,0,3,18,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/nb.po,3,18,16,0,0,0,0,3,18,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ky.po,3,18,18,0,0,0,0,3,18,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ca.po,3,18,22,0,0,0,0,3,18,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/pt.po,3,18,20,0,0,0,0,3,18,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/tr.po,3,18,16,0,0,0,0,3,18,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/gl.po,3,18,20,0,0,0,0,3,18,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ta.po,3,18,14,0,0,0,0,3,18,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/es.po,3,18,20,0,0,0,0,3,18,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/hr.po,3,18,18,0,0,0,0,3,18,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/nl.po,3,18,16,0,0,0,0,3,18,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sv.po,3,18,16,0,0,0,0,3,18,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/lv.po,3,18,18,0,0,0,0,3,18,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/uk.po,3,18,18,0,0,0,0,3,18,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/hu.po,3,18,16,0,0,0,0,3,18,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/cs.po,3,18,16,0,0,0,0,3,18,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ro.po,3,18,16,0,0,0,0,3,18,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/pt_br.po,3,18,21,0,0,0,0,3,18,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/fr.po,3,18,23,0,0,0,0,3,18,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ru.po,3,18,18,0,0,0,0,3,18,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/pl.po,3,18,18,0,0,0,0,3,18,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/mt.po,3,18,17,0,0,0,0,3,18,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/zh_hk.po,3,18,5,0,0,0,0,3,18,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/de.po,3,18,16,0,0,0,0,3,18,de.po,,de,,german,,,de,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ms.po,3,18,16,0,0,0,0,3,18,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/da.po,3,18,16,0,0,0,0,3,18,da.po,,da,,danish,,,da,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/bg.po,3,18,17,0,0,0,0,3,18,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ja.po,3,18,8,0,0,0,0,3,18,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/el.po,3,18,19,0,0,0,0,3,18,el.po,,el,,greek,,,el,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/fi.po,3,18,12,0,0,0,0,3,18,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ast.po,3,18,18,0,0,0,0,3,18,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/ga.po,3,18,22,0,0,0,0,3,18,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/zh_tw.po,3,18,5,0,0,0,0,3,18,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/zh_cn.po,3,18,7,0,0,0,0,3,18,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/eo.po,3,18,20,0,0,0,0,3,18,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/vi.po,3,18,25,0,0,0,0,3,18,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sr.po,3,18,18,0,0,0,0,3,18,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/id.po,3,18,16,0,0,0,0,3,18,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/it.po,3,18,22,0,0,0,0,3,18,it.po,,it,,italian,,,it,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-perl/po/sl.po,3,18,16,0,0,0,0,3,18,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-perl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-php/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-php/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-python/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-python/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/pt_br.po,2,10,12,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-sh/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-sh/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-smalltalk/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-smalltalk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl-tk/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-tcl-tk/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-tcl/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-tcl/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sk.po,2,10,10,0,0,0,0,2,10,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/af.po,2,10,8,0,0,0,0,2,10,af.po,,af,,afrikaans,,,af,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/nb.po,2,10,9,0,0,0,0,2,10,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ky.po,2,10,10,0,0,0,0,2,10,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ca.po,2,10,12,0,0,0,0,2,10,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/pt.po,2,10,11,0,0,0,0,2,10,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/tr.po,2,10,9,0,0,0,0,2,10,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/gl.po,2,10,11,0,0,0,0,2,10,gl.po,,gl,,galician,,,gl,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ta.po,2,10,8,0,0,0,0,2,10,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/es.po,2,10,11,0,0,0,0,2,10,es.po,,es,,spanish,,,es,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/hr.po,2,10,10,0,0,0,0,2,10,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/nl.po,2,10,9,0,0,0,0,2,10,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sv.po,2,10,9,0,0,0,0,2,10,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/lv.po,2,10,10,0,0,0,0,2,10,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/uk.po,2,10,10,0,0,0,0,2,10,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/hu.po,2,10,9,0,0,0,0,2,10,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/cs.po,2,10,9,0,0,0,0,2,10,cs.po,,cs,,czech,,,cs,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ro.po,2,10,9,0,0,0,0,2,10,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/pt_br.po,2,10,11,0,0,0,0,2,10,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/fr.po,2,10,13,0,0,0,0,2,10,fr.po,,fr,,french,,,fr,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ru.po,2,10,10,0,0,0,0,2,10,ru.po,,ru,,russian,,,ru,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/pl.po,2,10,10,0,0,0,0,2,10,pl.po,,pl,,polish,,,pl,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/mt.po,2,10,10,0,0,0,0,2,10,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/zh_hk.po,2,10,3,0,0,0,0,2,10,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/de.po,2,10,9,0,0,0,0,2,10,de.po,,de,,german,,,de,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ms.po,2,10,9,0,0,0,0,2,10,ms.po,,ms,,malay,,,ms,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/da.po,2,10,9,0,0,0,0,2,10,da.po,,da,,danish,,,da,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/bg.po,2,10,10,0,0,0,0,2,10,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ja.po,2,10,5,0,0,0,0,2,10,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/el.po,2,10,11,0,0,0,0,2,10,el.po,,el,,greek,,,el,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/fi.po,2,10,7,0,0,0,0,2,10,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ast.po,2,10,10,0,0,0,0,2,10,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/ga.po,2,10,13,0,0,0,0,2,10,ga.po,,ga,,irish,,,ga,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/zh_tw.po,2,10,3,0,0,0,0,2,10,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/zh_cn.po,2,10,4,0,0,0,0,2,10,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/eo.po,2,10,11,0,0,0,0,2,10,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/vi.po,2,10,14,0,0,0,0,2,10,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sr.po,2,10,10,0,0,0,0,2,10,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/id.po,2,10,9,0,0,0,0,2,10,id.po,,id,,indonesian,,,id,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/it.po,2,10,12,0,0,0,0,2,10,it.po,,it,,italian,,,it,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/hello-ycp/po/sl.po,2,10,9,0,0,0,0,2,10,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/hello-ycp/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/sk.po,18,98,96,0,0,0,0,18,98,sk.po,,sk,,slovak,,,sk,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/af.po,10,63,49,1,10,7,25,18,98,af.po,,af,,afrikaans,,,af,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/nb.po,18,98,87,0,0,0,0,18,98,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ky.po,18,98,94,0,0,0,0,18,98,ky.po,,ky,,kyrgyz,,,ky,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ca.po,18,98,118,0,0,0,0,18,98,ca.po,,ca,,catalan,,,ca,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/pt.po,18,98,105,0,0,0,0,18,98,pt.po,,pt,,portuguese,,,pt,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/tr.po,18,98,86,0,0,0,0,18,98,tr.po,,tr,,turkish,,,tr,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/gl.po,11,65,73,1,10,6,23,18,98,gl.po,,gl,,galician,,,gl,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ta.po,18,98,76,0,0,0,0,18,98,ta.po,,ta,,tamil,,,ta,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/es.po,18,98,108,0,0,0,0,18,98,es.po,,es,,spanish,,,es,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/hr.po,18,98,97,0,0,0,0,18,98,hr.po,,hr,,croatian,,,hr,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/nl.po,18,98,90,0,0,0,0,18,98,nl.po,,nl,,dutch,,,nl,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/sv.po,18,98,86,0,0,0,0,18,98,sv.po,,sv,,swedish,,,sv,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/lv.po,10,63,63,1,10,7,25,18,98,lv.po,,lv,,latvian,,,lv,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/uk.po,18,98,93,0,0,0,0,18,98,uk.po,,uk,,ukrainian,,,uk,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/hu.po,18,98,85,0,0,0,0,18,98,hu.po,,hu,,hungarian,,,hu,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/cs.po,18,98,92,0,0,0,0,18,98,cs.po,,cs,,czech,,,cs,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ro.po,18,98,92,0,0,0,0,18,98,ro.po,,ro,,romanian,,,ro,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/pt_br.po,18,98,111,0,0,0,0,18,98,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/fr.po,18,98,124,0,0,0,0,18,98,fr.po,,fr,,french,,,fr,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ru.po,18,98,94,0,0,0,0,18,98,ru.po,,ru,,russian,,,ru,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/pl.po,18,98,98,0,0,0,0,18,98,pl.po,,pl,,polish,,,pl,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/mt.po,10,63,59,1,10,7,25,18,98,mt.po,,mt,,maltese,,,mt,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/zh_hk.po,10,63,17,1,10,7,25,18,98,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/de.po,18,98,88,0,0,0,0,18,98,de.po,,de,,german,,,de,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ms.po,18,98,91,0,0,0,0,18,98,ms.po,,ms,,malay,,,ms,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/da.po,18,98,86,0,0,0,0,18,98,da.po,,da,,danish,,,da,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/bg.po,18,98,94,0,0,0,0,18,98,bg.po,,bg,,bulgarian,,,bg,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ja.po,18,98,38,0,0,0,0,18,98,ja.po,,ja,,japanese,,,ja,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/el.po,10,63,65,1,10,7,25,18,98,el.po,,el,,greek,,,el,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/fi.po,18,98,66,0,0,0,0,18,98,fi.po,,fi,,finnish,,,fi,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ast.po,18,98,97,0,0,0,0,18,98,ast.po,,ast,,asturian,,,ast,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/ga.po,18,98,113,0,0,0,0,18,98,ga.po,,ga,,irish,,,ga,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/zh_tw.po,18,98,31,0,0,0,0,18,98,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/zh_cn.po,18,98,39,0,0,0,0,18,98,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/eo.po,18,98,104,0,0,0,0,18,98,eo.po,,eo,,esperanto,,,eo,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/vi.po,18,98,135,0,0,0,0,18,98,vi.po,,vi,,vietnamese,,,vi,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/sr.po,18,98,102,0,0,0,0,18,98,sr.po,,sr,,serbian,,,sr,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/id.po,10,63,56,1,10,7,25,18,98,id.po,,id,,indonesian,,,id,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/it.po,18,98,120,0,0,0,0,18,98,it.po,,it,,italian,,,it,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/examples/po/sl.po,18,98,86,0,0,0,0,18,98,sl.po,,sl,,slovenian,,,sl,gettext-tools/examples/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/sk.po,687,6685,6278,1,38,1,13,689,6736,sk.po,,sk,,slovak,,,sk,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/nb.po,139,1084,974,50,468,500,5184,689,6736,nb.po,,nb,,norwegian bokmål,,,nb,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/ca.po,661,6367,7663,25,340,3,29,689,6736,ca.po,,ca,,catalan,,,ca,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/pt.po,687,6685,7139,1,38,1,13,689,6736,pt.po,,pt,,portuguese,,,pt,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/tr.po,472,4725,3914,141,1468,76,543,689,6736,tr.po,,tr,,turkish,,,tr,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/gl.po,186,1272,1526,45,411,458,5053,689,6736,gl.po,,gl,,galician,,,gl,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/es.po,687,6685,8151,1,38,1,13,689,6736,es.po,,es,,spanish,,,es,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/nl.po,413,3125,2947,17,145,259,3466,689,6736,nl.po,,nl,,dutch,,,nl,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/et.po,55,332,324,134,1220,500,5184,689,6736,et.po,,et,,estonian,,,et,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/sv.po,687,6685,5835,1,38,1,13,689,6736,sv.po,,sv,,swedish,,,sv,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/be.po,148,1124,1077,134,1197,407,4415,689,6736,be.po,,be,,belarusian,,,be,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/uk.po,687,6685,6214,1,38,1,13,689,6736,uk.po,,uk,,ukrainian,,,uk,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/cs.po,55,332,354,105,1029,529,5375,689,6736,cs.po,,cs,,czech,,,cs,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/ro.po,387,3655,3875,195,2229,107,852,689,6736,ro.po,,ro,,romanian,,,ro,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/pt_br.po,687,6685,7490,1,38,1,13,689,6736,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/fr.po,687,6685,7997,1,38,1,13,689,6736,fr.po,,fr,,french,,,fr,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/ru.po,661,6367,5887,25,340,3,29,689,6736,ru.po,,ru,,russian,,,ru,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/pl.po,687,6685,6318,1,38,1,13,689,6736,pl.po,,pl,,polish,,,pl,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/eu.po,367,2821,2598,181,1847,141,2068,689,6736,eu.po,,eu,,basque,,,eu,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/de.po,595,6012,5915,55,498,39,226,689,6736,de.po,,de,,german,,,de,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/da.po,512,5098,4543,114,1212,63,426,689,6736,da.po,,da,,danish,,,da,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/en@quot.po,689,6736,6736,0,0,0,0,689,6736,en@quot.po,quot,en,,english,,,en@quot,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/bg.po,687,6685,6987,1,38,1,13,689,6736,bg.po,,bg,,bulgarian,,,bg,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/ja.po,687,6685,3086,1,38,1,13,689,6736,ja.po,,ja,,japanese,,,ja,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/nn.po,91,826,730,101,947,497,4963,689,6736,nn.po,,nn,,norwegian nynorsk,,,nn,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/el.po,35,184,214,142,1267,512,5285,689,6736,el.po,,el,,greek,,,el,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/fi.po,595,6012,4639,55,498,39,226,689,6736,fi.po,,fi,,finnish,,,fi,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/zh_tw.po,687,6685,2473,1,38,1,13,689,6736,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/zh_cn.po,687,6685,2301,1,38,1,13,689,6736,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/pa.po,192,988,1108,75,471,422,5277,689,6736,pa.po,,pa,,punjabi,,,pa,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/en@boldquot.po,689,6736,6760,0,0,0,0,689,6736,en@boldquot.po,boldquot,en,,english,,,en@boldquot,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/vi.po,661,6367,9119,25,340,3,29,689,6736,vi.po,,vi,,vietnamese,,,vi,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/sr.po,661,6367,5974,25,340,3,29,689,6736,sr.po,,sr,,serbian,,,sr,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/id.po,508,5087,4867,117,1224,64,425,689,6736,id.po,,id,,indonesian,,,id,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/ko.po,687,6685,5478,1,38,1,13,689,6736,ko.po,,ko,,korean,,,ko,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/it.po,589,5969,6517,53,485,47,282,689,6736,it.po,,it,,italian,,,it,gettext-tools/po -gettext-0.20.1-2.fc31.src.rpm.stats.csv,gettext-tools/po/sl.po,661,6367,6152,25,340,3,29,689,6736,sl.po,,sl,,slovenian,,,sl,gettext-tools/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/zh_cn.po,366,1755,665,7,18,192,834,565,2607,zh_cn.po,,zh,cn,chinese,,china,zh_cn,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/vi.po,543,2517,3958,0,0,22,90,565,2607,vi.po,,vi,,vietnamese,,,vi,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/sv.po,547,2534,2614,0,0,18,73,565,2607,sv.po,,sv,,swedish,,,sv,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/ru.po,520,2359,2239,0,0,45,248,565,2607,ru.po,,ru,,russian,,,ru,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/pt_pt.po,550,2546,2885,0,0,15,61,565,2607,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/pt_br.po,520,2359,2659,0,0,45,248,565,2607,pt_br.po,,pt,br,portuguese,,brazil,pt_br,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/nb.po,474,1882,1982,0,0,91,725,565,2607,nb.po,,nb,,norwegian bokmål,,,nb,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/ja.po,546,2532,896,0,0,19,75,565,2607,ja.po,,ja,,japanese,,,ja,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/it.po,519,2358,2830,0,0,46,249,565,2607,it.po,,it,,italian,,,it,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/hu.po,514,2328,2367,0,0,51,279,565,2607,hu.po,,hu,,hungarian,,,hu,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/fr.po,520,2359,2916,0,0,45,248,565,2607,fr.po,,fr,,french,,,fr,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/el.po,381,1827,1982,4,9,180,771,565,2607,el.po,,el,,greek,,,el,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/de.po,520,2359,2430,0,0,45,248,565,2607,de.po,,de,,german,,,de,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/bg.po,565,2607,3145,0,0,0,0,565,2607,bg.po,,bg,,bulgarian,,,bg,git-gui/po -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/zh_cn.po,34,70,34,0,0,33,49,67,119,zh_cn.po,,zh,cn,chinese,,china,zh_cn,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/pt_pt.po,67,119,127,0,0,0,0,67,119,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/pt_br.po,37,62,54,0,0,30,57,67,119,pt_br.po,,pt,br,portuguese,,brazil,pt_br,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/it.po,37,74,195,0,0,30,45,67,119,it.po,,it,,italian,,,it,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/fr.po,36,61,51,0,0,31,58,67,119,fr.po,,fr,,french,,,fr,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/el.po,36,60,57,1,2,30,57,67,119,el.po,,el,,greek,,,el,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/de.po,38,75,159,0,0,29,44,67,119,de.po,,de,,german,,,de,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,git-gui/po/glossary/bg.po,67,119,120,0,0,0,0,67,119,bg.po,,bg,,bulgarian,,,bg,git-gui/po/glossary -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/vi.po,307,1135,1820,0,0,10,32,317,1167,vi.po,,vi,,vietnamese,,,vi,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/sv.po,311,1143,1160,0,0,6,24,317,1167,sv.po,,sv,,swedish,,,sv,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/ru.po,317,1167,1198,0,0,0,0,317,1167,ru.po,,ru,,russian,,,ru,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/pt_pt.po,311,1143,1351,0,0,6,24,317,1167,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/pt_br.po,279,970,1113,16,116,22,81,317,1167,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/ja.po,311,1143,515,0,0,6,24,317,1167,ja.po,,ja,,japanese,,,ja,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/it.po,274,963,1181,17,119,26,85,317,1167,it.po,,it,,italian,,,it,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/hu.po,277,976,1025,18,121,22,70,317,1167,hu.po,,hu,,hungarian,,,hu,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/fr.po,311,1143,1470,0,0,6,24,317,1167,fr.po,,fr,,french,,,fr,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/es.po,184,634,780,46,179,87,354,317,1167,es.po,,es,,spanish,,,es,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/de.po,307,1135,1107,0,0,10,32,317,1167,de.po,,de,,german,,,de,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/ca.po,307,1135,1494,0,0,10,32,317,1167,ca.po,,ca,,catalan,,,ca,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,gitk-git/po/bg.po,317,1167,1340,0,0,0,0,317,1167,bg.po,,bg,,bulgarian,,,bg,gitk-git/po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,4674,31373,12269,0,0,2,53,4676,31426,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/vi.po,4674,31373,46661,0,0,2,53,4676,31426,vi.po,,vi,,vietnamese,,,vi,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/sv.po,4676,31426,30070,0,0,0,0,4676,31426,sv.po,,sv,,swedish,,,sv,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/ru.po,3521,23660,24475,0,0,1155,7766,4676,31426,ru.po,,ru,,russian,,,ru,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/pt_pt.po,3198,21526,24299,0,0,1478,9900,4676,31426,pt_pt.po,,pt,pt,portuguese,,portugal,pt_pt,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/ko.po,3608,24346,21312,0,0,1068,7080,4676,31426,ko.po,,ko,,korean,,,ko,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/it.po,4674,31373,36494,0,0,2,53,4676,31426,it.po,,it,,italian,,,it,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/is.po,14,81,80,0,0,4662,31345,4676,31426,is.po,,is,,icelandic,,,is,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/fr.po,4674,31373,36716,0,0,2,53,4676,31426,fr.po,,fr,,french,,,fr,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/es.po,4674,31373,35540,0,0,2,53,4676,31426,es.po,,es,,spanish,,,es,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/el.po,1038,7892,9184,0,0,3638,23534,4676,31426,el.po,,el,,greek,,,el,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/de.po,4674,31373,32001,0,0,2,53,4676,31426,de.po,,de,,german,,,de,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/ca.po,3802,24528,29905,491,3374,383,3524,4676,31426,ca.po,,ca,,catalan,,,ca,po -git-2.23.0-1.fc31.src.rpm.stats.csv,po/bg.po,4674,31373,38306,0,0,2,53,4676,31426,bg.po,,bg,,bulgarian,,,bg,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,988,5877,1967,114,938,52,487,1154,7302,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,905,5703,1802,0,0,249,1599,1154,7302,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,1067,6647,2046,0,0,87,655,1154,7302,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/yi.po,105,688,692,127,715,922,5899,1154,7302,yi.po,,yi,,yiddish,,,yi,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/xh.po,131,902,729,142,769,881,5631,1154,7302,xh.po,,xh,,xhosa,,,xh,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/wa.po,68,281,386,123,657,963,6364,1154,7302,wa.po,,wa,,walloon,,,wa,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/vi.po,916,5762,8063,0,0,238,1540,1154,7302,vi.po,,vi,,vietnamese,,,vi,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/uk.po,903,5675,5555,0,0,251,1627,1154,7302,uk.po,,uk,,ukrainian,,,uk,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ug.po,860,5426,5080,0,0,294,1876,1154,7302,ug.po,,ug,,uyghur,,,ug,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/tt.po,81,345,297,101,513,972,6444,1154,7302,tt.po,,tt,,tatar,,,tt,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/tr.po,1154,7302,6381,0,0,0,0,1154,7302,tr.po,,tr,,turkish,,,tr,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/tl.po,150,1021,1212,129,676,875,5605,1154,7302,tl.po,,tl,,tagalog,,,tl,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/th.po,1066,6642,2868,0,0,88,660,1154,7302,th.po,,th,,thai,,,th,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/tg.po,79,119,115,27,101,1048,7082,1154,7302,tg.po,,tg,,tajik,,,tg,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/te.po,905,5703,4929,0,0,249,1599,1154,7302,te.po,,te,,telugu,,,te,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ta.po,905,5703,4992,0,0,249,1599,1154,7302,ta.po,,ta,,tamil,,,ta,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/sv.po,1154,7302,6987,0,0,0,0,1154,7302,sv.po,,sv,,swedish,,,sv,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,1131,7036,7206,0,0,23,266,1154,7302,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/sr@ije.po,106,706,648,134,736,914,5860,1154,7302,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/sr.po,1154,7302,7486,0,0,0,0,1154,7302,sr.po,,sr,,serbian,,,sr,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/sq.po,358,2080,2542,98,476,698,4746,1154,7302,sq.po,,sq,,albanian,,,sq,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/sl.po,1150,7157,7302,0,0,4,145,1154,7302,sl.po,,sl,,slovenian,,,sl,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/sk.po,1092,6591,6603,39,446,23,265,1154,7302,sk.po,,sk,,slovak,,,sk,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/si.po,97,385,417,115,566,942,6351,1154,7302,si.po,,si,,sinhala,,,si,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/rw.po,32,36,44,239,1640,883,5626,1154,7302,rw.po,,rw,,kinyarwanda,,,rw,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ru.po,1050,6425,6351,51,374,53,503,1154,7302,ru.po,,ru,,russian,,,ru,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ro.po,1154,7302,8478,0,0,0,0,1154,7302,ro.po,,ro,,romanian,,,ro,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,1154,7302,8492,0,0,0,0,1154,7302,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/pt.po,1060,6469,7445,0,0,94,833,1154,7302,pt.po,,pt,,portuguese,,,pt,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ps.po,131,466,588,69,305,954,6531,1154,7302,ps.po,,ps,,pashto,,,ps,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/pl.po,1154,7302,7469,0,0,0,0,1154,7302,pl.po,,pl,,polish,,,pl,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/pa.po,976,5551,6274,110,1091,68,660,1154,7302,pa.po,,pa,,punjabi,,,pa,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/or.po,905,5703,5749,0,0,249,1599,1154,7302,or.po,,or,,odia,,,or,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/oc.po,1066,6642,8396,0,0,88,660,1154,7302,oc.po,,oc,,occitan,,,oc,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/nn.po,362,2080,2137,89,460,703,4762,1154,7302,nn.po,,nn,,norwegian nynorsk,,,nn,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/nl.po,665,2857,2879,260,2059,229,2386,1154,7302,nl.po,,nl,,dutch,,,nl,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ne.po,403,1706,1792,403,2232,348,3364,1154,7302,ne.po,,ne,,nepali,,,ne,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/nds.po,96,259,278,39,201,1019,6842,1154,7302,nds.po,,nds,,low german,,,nds,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/nb.po,1088,6534,6548,1,8,65,760,1154,7302,nb.po,,nb,,norwegian bokmål,,,nb,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ms.po,105,698,651,135,744,914,5860,1154,7302,ms.po,,ms,,malay,,,ms,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/mr.po,905,5703,5424,0,0,249,1599,1154,7302,mr.po,,mr,,marathi,,,mr,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/mn.po,131,902,774,142,769,881,5631,1154,7302,mn.po,,mn,,mongolian,,,mn,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ml.po,587,3073,2653,42,333,525,3896,1154,7302,ml.po,,ml,,malayalam,,,ml,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/mk.po,347,2025,2333,104,515,703,4762,1154,7302,mk.po,,mk,,macedonian,,,mk,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/mg.po,164,1135,1210,121,630,869,5537,1154,7302,mg.po,,mg,,malagasy,,,mg,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/mai.po,287,1667,1866,93,452,774,5183,1154,7302,mai.po,,mai,,maithili,,,mai,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/lv.po,1131,7036,6454,0,0,23,266,1154,7302,lv.po,,lv,,latvian,,,lv,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/lt.po,1154,7302,6283,0,0,0,0,1154,7302,lt.po,,lt,,lithuanian,,,lt,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ku.po,41,71,77,90,442,1023,6789,1154,7302,ku.po,,ku,,kurdish,,,ku,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ko.po,1154,7302,6382,0,0,0,0,1154,7302,ko.po,,ko,,korean,,,ko,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/kn.po,904,5697,5056,0,0,250,1605,1154,7302,kn.po,,kn,,kannada,,,kn,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/kk.po,339,1072,1019,0,0,815,6230,1154,7302,kk.po,,kk,,kazakh,,,kk,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ka.po,193,1287,1058,120,605,841,5410,1154,7302,ka.po,,ka,,georgian,,,ka,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ja.po,671,4078,1761,92,660,391,2564,1154,7302,ja.po,,ja,,japanese,,,ja,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/it.po,1154,7302,8282,0,0,0,0,1154,7302,it.po,,it,,italian,,,it,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/is.po,163,788,744,160,917,831,5597,1154,7302,is.po,,is,,icelandic,,,is,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/id.po,1154,7302,7413,0,0,0,0,1154,7302,id.po,,id,,indonesian,,,id,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/hy.po,643,4085,3998,42,304,469,2913,1154,7302,hy.po,,hy,,armenian,,,hy,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/hu.po,1154,7302,7138,0,0,0,0,1154,7302,hu.po,,hu,,hungarian,,,hu,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/hr.po,178,1017,968,0,0,976,6285,1154,7302,hr.po,,hr,,croatian,,,hr,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/hi.po,905,5703,6753,0,0,249,1599,1154,7302,hi.po,,hi,,hindi,,,hi,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/he.po,1127,7018,7022,0,0,27,284,1154,7302,he.po,,he,,hebrew,,,he,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/gu.po,904,5697,6111,0,0,250,1605,1154,7302,gu.po,,gu,,gujarati,,,gu,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/gl.po,1154,7302,9157,0,0,0,0,1154,7302,gl.po,,gl,,galician,,,gl,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/gd.po,149,400,516,0,0,1005,6902,1154,7302,gd.po,,gd,,scottish gaelic,,,gd,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ga.po,189,628,758,48,219,917,6455,1154,7302,ga.po,,ga,,irish,,,ga,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/fur.po,681,3407,4189,5,38,468,3857,1154,7302,fur.po,,fur,,friulian,,,fur,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/fr.po,1154,7302,9229,0,0,0,0,1154,7302,fr.po,,fr,,french,,,fr,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/fi.po,662,3319,2746,280,2275,212,1708,1154,7302,fi.po,,fi,,finnish,,,fi,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/fa.po,492,2602,2979,38,244,624,4456,1154,7302,fa.po,,fa,,persian,,,fa,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/eu.po,1154,7302,6919,0,0,0,0,1154,7302,eu.po,,eu,,basque,,,eu,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/et.po,536,2825,2459,151,897,467,3580,1154,7302,et.po,,et,,estonian,,,et,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/es.po,1154,7302,9275,0,0,0,0,1154,7302,es.po,,es,,spanish,,,es,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/eo.po,626,3373,3327,245,2038,283,1891,1154,7302,eo.po,,eo,,esperanto,,,eo,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,1154,7302,7317,0,0,0,0,1154,7302,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,771,4801,4804,0,0,383,2501,1154,7302,en_ca.po,,en,ca,english,,canada,en_ca,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,423,2582,2581,66,377,665,4343,1154,7302,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/el.po,717,3615,3831,300,2566,137,1121,1154,7302,el.po,,el,,greek,,,el,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/dz.po,166,1138,621,123,637,865,5527,1154,7302,dz.po,,dz,,dzongkha,,,dz,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/de.po,1154,7302,7440,0,0,0,0,1154,7302,de.po,,de,,german,,,de,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/da.po,1154,7302,7090,0,0,0,0,1154,7302,da.po,,da,,danish,,,da,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/cy.po,270,1620,1788,101,503,783,5179,1154,7302,cy.po,,cy,,welsh,,,cy,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/cs.po,1154,7302,7048,0,0,0,0,1154,7302,cs.po,,cs,,czech,,,cs,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,1107,6956,9502,0,0,47,346,1154,7302,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ca.po,1154,7302,9962,0,0,0,0,1154,7302,ca.po,,ca,,catalan,,,ca,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/bs.po,904,5697,5735,0,0,250,1605,1154,7302,bs.po,,bs,,bosnian,,,bs,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,915,5750,5872,0,0,239,1552,1154,7302,bn_in.po,,bn,in,bangla,,india,bn_in,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/bn.po,447,2552,2699,57,301,650,4449,1154,7302,bn.po,,bn,,bangla,,,bn,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/bg.po,914,5755,6494,0,0,240,1547,1154,7302,bg.po,,bg,,bulgarian,,,bg,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,347,2025,1955,104,515,703,4762,1154,7302,be@latin.po,latin,be,,belarusian,,,be@latin,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/be.po,865,5478,5365,0,0,289,1824,1154,7302,be.po,,be,,belarusian,,,be,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/az.po,104,696,627,135,744,915,5862,1154,7302,az.po,,az,,azerbaijani,,,az,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ast.po,433,2489,3154,66,335,655,4478,1154,7302,ast.po,,ast,,asturian,,,ast,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/as.po,905,5703,5806,0,0,249,1599,1154,7302,as.po,,as,,assamese,,,as,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/ar.po,431,2303,2337,0,0,723,4999,1154,7302,ar.po,,ar,,arabic,,,ar,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/an.po,864,5464,7395,0,0,290,1838,1154,7302,an.po,,an,,aragonese,,,an,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/am.po,37,51,54,86,414,1031,6837,1154,7302,am.po,,am,,amharic,,,am,po -glib2-2.62.1-1.fc31.src.rpm.stats.csv,po/af.po,137,351,407,46,261,971,6690,1154,7302,af.po,,af,,afrikaans,,,af,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/zh_tw.po,1460,8066,3398,3,17,3,15,1466,8098,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/zh_cn.po,1405,7667,2960,46,276,15,155,1466,8098,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/vi.po,1448,7924,12479,11,131,7,43,1466,8098,vi.po,,vi,,vietnamese,,,vi,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/uk.po,1466,8098,8792,0,0,0,0,1466,8098,uk.po,,uk,,ukrainian,,,uk,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/tr.po,1237,6372,5759,172,1172,57,554,1466,8098,tr.po,,tr,,turkish,,,tr,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/sv.po,1466,8098,7829,0,0,0,0,1466,8098,sv.po,,sv,,swedish,,,sv,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/sl.po,526,2708,2830,361,1639,579,3751,1466,8098,sl.po,,sl,,slovenian,,,sl,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/sk.po,1017,5002,5216,230,1290,219,1806,1466,8098,sk.po,,sk,,slovak,,,sk,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/rw.po,14,19,21,1090,5893,362,2186,1466,8098,rw.po,,rw,,kinyarwanda,,,rw,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/ru.po,1462,8075,8093,3,15,1,8,1466,8098,ru.po,,ru,,russian,,,ru,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/pt_br.po,1466,8098,9771,0,0,0,0,1466,8098,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/pl.po,1466,8098,8447,0,0,0,0,1466,8098,pl.po,,pl,,polish,,,pl,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/nl.po,1466,8098,8274,0,0,0,0,1466,8098,nl.po,,nl,,dutch,,,nl,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/nb.po,697,3102,3004,410,2284,359,2712,1466,8098,nb.po,,nb,,norwegian bokmål,,,nb,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/lt.po,396,1566,1402,379,1759,691,4773,1466,8098,lt.po,,lt,,lithuanian,,,lt,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/ko.po,1434,7853,7405,22,191,10,54,1466,8098,ko.po,,ko,,korean,,,ko,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/ja.po,1286,6906,3013,113,739,67,453,1466,8098,ja.po,,ja,,japanese,,,ja,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/it.po,1293,6945,8183,109,720,64,433,1466,8098,it.po,,it,,italian,,,it,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/id.po,1231,6626,6955,144,808,91,664,1466,8098,id.po,,id,,indonesian,,,id,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/ia.po,516,3232,4133,41,272,909,4594,1466,8098,ia.po,,ia,,interlingua,,,ia,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/hu.po,379,1553,1594,82,348,1005,6197,1466,8098,hu.po,,hu,,hungarian,,,hu,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/hr.po,1462,8075,8815,3,15,1,8,1466,8098,hr.po,,hr,,croatian,,,hr,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/gl.po,1008,4948,6246,239,1351,219,1799,1466,8098,gl.po,,gl,,galician,,,gl,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/fr.po,1425,7774,10025,29,248,12,76,1466,8098,fr.po,,fr,,french,,,fr,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/fi.po,1213,5958,5124,129,1007,124,1133,1466,8098,fi.po,,fi,,finnish,,,fi,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/es.po,1368,7435,10123,60,365,38,298,1466,8098,es.po,,es,,spanish,,,es,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/eo.po,836,3486,3419,46,222,584,4390,1466,8098,eo.po,,eo,,esperanto,,,eo,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/en_gb.po,10,64,64,0,0,1456,8034,1466,8098,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/el.po,704,3078,3615,371,2025,391,2995,1466,8098,el.po,,el,,greek,,,el,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/de.po,1466,8098,9021,0,0,0,0,1466,8098,de.po,,de,,german,,,de,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/da.po,1231,6626,6372,143,804,92,668,1466,8098,da.po,,da,,danish,,,da,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/cs.po,1466,8098,8239,0,0,0,0,1466,8098,cs.po,,cs,,czech,,,cs,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/ca.po,1385,7548,10814,54,329,27,221,1466,8098,ca.po,,ca,,catalan,,,ca,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/bg.po,1466,8098,9917,0,0,0,0,1466,8098,bg.po,,bg,,bulgarian,,,bg,po -glibc-2.30-5.fc31.src.rpm.stats.csv,po/be.po,628,3387,3281,0,0,838,4711,1466,8098,be.po,,be,,belarusian,,,be,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,41,271,102,0,0,1,7,42,278,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,29,161,70,0,0,13,117,42,278,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,42,278,100,0,0,0,0,42,278,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/vi.po,29,161,218,0,0,13,117,42,278,vi.po,,vi,,vietnamese,,,vi,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/uk.po,24,135,125,0,0,18,143,42,278,uk.po,,uk,,ukrainian,,,uk,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ug.po,29,161,137,0,0,13,117,42,278,ug.po,,ug,,uyghur,,,ug,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/tr.po,41,269,206,0,0,1,9,42,278,tr.po,,tr,,turkish,,,tr,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/th.po,29,161,74,0,0,13,117,42,278,th.po,,th,,thai,,,th,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/tg.po,29,161,168,0,0,13,117,42,278,tg.po,,tg,,tajik,,,tg,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/te.po,28,153,140,0,0,14,125,42,278,te.po,,te,,telugu,,,te,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ta.po,16,86,81,0,0,26,192,42,278,ta.po,,ta,,tamil,,,ta,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/sv.po,41,269,256,0,0,1,9,42,278,sv.po,,sv,,swedish,,,sv,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,36,229,276,0,0,6,49,42,278,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/sr.po,41,269,323,0,0,1,9,42,278,sr.po,,sr,,serbian,,,sr,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/sl.po,41,269,324,0,0,1,9,42,278,sl.po,,sl,,slovenian,,,sl,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/sk.po,37,247,308,0,0,5,31,42,278,sk.po,,sk,,slovak,,,sk,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ru.po,41,271,277,0,0,1,7,42,278,ru.po,,ru,,russian,,,ru,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ro.po,41,269,355,0,0,1,9,42,278,ro.po,,ro,,romanian,,,ro,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,41,269,321,0,0,1,9,42,278,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/pt.po,28,157,181,0,0,14,121,42,278,pt.po,,pt,,portuguese,,,pt,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/pl.po,41,269,301,0,0,1,9,42,278,pl.po,,pl,,polish,,,pl,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/pa.po,29,161,193,0,0,13,117,42,278,pa.po,,pa,,punjabi,,,pa,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/or.po,24,135,137,0,0,18,143,42,278,or.po,,or,,odia,,,or,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/oc.po,36,229,305,0,0,6,49,42,278,oc.po,,oc,,occitan,,,oc,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/nl.po,40,262,237,0,0,2,16,42,278,nl.po,,nl,,dutch,,,nl,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ne.po,24,139,120,0,0,18,139,42,278,ne.po,,ne,,nepali,,,ne,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/nb.po,32,174,159,0,0,10,104,42,278,nb.po,,nb,,norwegian bokmål,,,nb,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/mr.po,24,135,124,0,0,18,143,42,278,mr.po,,mr,,marathi,,,mr,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ml.po,29,163,137,0,0,13,115,42,278,ml.po,,ml,,malayalam,,,ml,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/lv.po,41,269,274,0,0,1,9,42,278,lv.po,,lv,,latvian,,,lv,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/lt.po,41,269,270,0,0,1,9,42,278,lt.po,,lt,,lithuanian,,,lt,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ko.po,41,269,222,0,0,1,9,42,278,ko.po,,ko,,korean,,,ko,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/kn.po,16,86,84,0,0,26,192,42,278,kn.po,,kn,,kannada,,,kn,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/km.po,24,135,80,0,0,18,143,42,278,km.po,,km,,khmer,,,km,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/kk.po,28,153,145,0,0,14,125,42,278,kk.po,,kk,,kazakh,,,kk,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ja.po,28,157,68,0,0,14,121,42,278,ja.po,,ja,,japanese,,,ja,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/it.po,41,269,316,0,0,1,9,42,278,it.po,,it,,italian,,,it,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/id.po,41,269,261,0,0,1,9,42,278,id.po,,id,,indonesian,,,id,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/hu.po,41,269,267,0,0,1,9,42,278,hu.po,,hu,,hungarian,,,hu,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/hr.po,41,269,267,0,0,1,9,42,278,hr.po,,hr,,croatian,,,hr,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/hi.po,29,161,195,0,0,13,117,42,278,hi.po,,hi,,hindi,,,hi,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/he.po,32,171,165,0,0,10,107,42,278,he.po,,he,,hebrew,,,he,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/gu.po,16,86,110,0,0,26,192,42,278,gu.po,,gu,,gujarati,,,gu,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/gl.po,41,269,376,0,0,1,9,42,278,gl.po,,gl,,galician,,,gl,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/gd.po,29,163,214,0,0,13,115,42,278,gd.po,,gd,,scottish gaelic,,,gd,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/fur.po,40,263,348,0,0,2,15,42,278,fur.po,,fur,,friulian,,,fur,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/fr.po,41,269,363,0,0,1,9,42,278,fr.po,,fr,,french,,,fr,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/fi.po,29,165,126,0,0,13,113,42,278,fi.po,,fi,,finnish,,,fi,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/fa.po,29,163,191,0,0,13,115,42,278,fa.po,,fa,,persian,,,fa,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/eu.po,41,269,256,0,0,1,9,42,278,eu.po,,eu,,basque,,,eu,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/et.po,29,161,128,0,0,13,117,42,278,et.po,,et,,estonian,,,et,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/es.po,41,269,344,0,0,1,9,42,278,es.po,,es,,spanish,,,es,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/eo.po,22,123,123,2,11,18,144,42,278,eo.po,,eo,,esperanto,,,eo,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,41,269,269,0,0,1,9,42,278,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,1,4,4,0,0,41,274,42,278,en_ca.po,,en,ca,english,,canada,en_ca,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/el.po,29,163,178,0,0,13,115,42,278,el.po,,el,,greek,,,el,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/de.po,41,269,287,0,0,1,9,42,278,de.po,,de,,german,,,de,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/da.po,42,278,266,0,0,0,0,42,278,da.po,,da,,danish,,,da,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/cs.po,41,269,287,0,0,1,9,42,278,cs.po,,cs,,czech,,,cs,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,29,163,249,0,0,13,115,42,278,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ca.po,41,269,420,0,0,1,9,42,278,ca.po,,ca,,catalan,,,ca,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/bs.po,28,157,154,0,0,14,121,42,278,bs.po,,bs,,bosnian,,,bs,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,16,86,98,0,0,26,192,42,278,bn_in.po,,bn,in,bangla,,india,bn_in,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/bg.po,29,163,199,0,0,13,115,42,278,bg.po,,bg,,bulgarian,,,bg,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/be.po,39,258,245,0,0,3,20,42,278,be.po,,be,,belarusian,,,be,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/as.po,29,161,155,0,0,13,117,42,278,as.po,,as,,assamese,,,as,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/ar.po,28,153,161,0,0,14,125,42,278,ar.po,,ar,,arabic,,,ar,po -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv,po/an.po,29,161,199,0,0,13,117,42,278,an.po,,an,,aragonese,,,an,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,16,31,18,0,0,2,4,18,35,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,18,30,19,0,0,0,5,18,35,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,16,31,16,0,0,2,4,18,35,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,18,30,32,0,0,0,5,18,35,xh.po,,xh,,xhosa,,,xh,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,18,29,48,0,0,0,6,18,35,vi.po,,vi,,vietnamese,,,vi,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,18,24,28,0,0,0,11,18,35,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/uz.po,7,14,11,0,0,11,21,18,35,uz.po,,uz,,uzbek,,,uz,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,18,29,27,0,0,0,6,18,35,uk.po,,uk,,ukrainian,,,uk,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,18,24,30,0,0,0,11,18,35,ug.po,,ug,,uyghur,,,ug,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,15,26,29,0,0,3,9,18,35,tr.po,,tr,,turkish,,,tr,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,18,24,20,0,0,0,11,18,35,th.po,,th,,thai,,,th,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,18,29,28,0,0,0,6,18,35,tg.po,,tg,,tajik,,,tg,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,18,30,29,0,0,0,5,18,35,te.po,,te,,telugu,,,te,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,18,30,27,0,0,0,5,18,35,ta.po,,ta,,tamil,,,ta,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,15,26,26,0,0,3,9,18,35,sv.po,,sv,,swedish,,,sv,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,16,31,33,0,0,2,4,18,35,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,15,26,29,0,0,3,9,18,35,sr.po,,sr,,serbian,,,sr,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,17,23,24,0,0,1,12,18,35,sq.po,,sq,,albanian,,,sq,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,15,26,27,0,0,3,9,18,35,sl.po,,sl,,slovenian,,,sl,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,16,31,35,0,0,2,4,18,35,sk.po,,sk,,slovak,,,sk,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,9,18,19,0,0,9,17,18,35,si.po,,si,,sinhala,,,si,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,0,0,0,0,0,18,35,18,35,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,16,31,31,0,0,2,4,18,35,ru.po,,ru,,russian,,,ru,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,15,26,32,0,0,3,9,18,35,ro.po,,ro,,romanian,,,ro,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,15,26,34,0,0,3,9,18,35,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,18,29,34,0,0,0,6,18,35,pt.po,,pt,,portuguese,,,pt,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ps.po,9,18,25,0,0,9,17,18,35,ps.po,,ps,,pashto,,,ps,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,15,26,28,0,0,3,9,18,35,pl.po,,pl,,polish,,,pl,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,15,26,33,0,0,3,9,18,35,pa.po,,pa,,punjabi,,,pa,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,18,30,33,0,0,0,5,18,35,or.po,,or,,odia,,,or,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,16,31,36,0,0,2,4,18,35,oc.po,,oc,,occitan,,,oc,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,17,23,21,0,0,1,12,18,35,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,15,26,25,0,0,3,9,18,35,nl.po,,nl,,dutch,,,nl,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,15,26,26,0,0,3,9,18,35,ne.po,,ne,,nepali,,,ne,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,17,23,22,0,0,1,12,18,35,nds.po,,nds,,low german,,,nds,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,15,26,26,0,0,3,9,18,35,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,15,20,23,0,0,3,15,18,35,ms.po,,ms,,malay,,,ms,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,18,30,28,0,0,0,5,18,35,mr.po,,mr,,marathi,,,mr,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,17,23,23,0,0,1,12,18,35,mn.po,,mn,,mongolian,,,mn,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,16,31,30,0,0,2,4,18,35,ml.po,,ml,,malayalam,,,ml,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,17,23,21,0,0,1,12,18,35,mk.po,,mk,,macedonian,,,mk,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,17,23,22,0,0,1,12,18,35,mg.po,,mg,,malagasy,,,mg,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,8,16,18,1,2,9,17,18,35,mai.po,,mai,,maithili,,,mai,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,15,26,27,0,0,3,9,18,35,lv.po,,lv,,latvian,,,lv,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,15,26,26,0,0,3,9,18,35,lt.po,,lt,,lithuanian,,,lt,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,16,22,21,1,1,1,12,18,35,ky.po,,ky,,kyrgyz,,,ky,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,18,24,24,0,0,0,11,18,35,ku.po,,ku,,kurdish,,,ku,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,15,26,34,0,0,3,9,18,35,ko.po,,ko,,korean,,,ko,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,18,30,28,0,0,0,5,18,35,kn.po,,kn,,kannada,,,kn,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,18,30,21,0,0,0,5,18,35,km.po,,km,,khmer,,,km,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,15,26,27,0,0,3,9,18,35,kk.po,,kk,,kazakh,,,kk,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,9,18,18,0,0,9,17,18,35,ka.po,,ka,,georgian,,,ka,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,18,30,20,0,0,0,5,18,35,ja.po,,ja,,japanese,,,ja,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,15,26,29,0,0,3,9,18,35,it.po,,it,,italian,,,it,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,15,26,25,0,0,3,9,18,35,is.po,,is,,icelandic,,,is,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,15,26,30,0,0,3,9,18,35,id.po,,id,,indonesian,,,id,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/hy.po,17,23,22,0,0,1,12,18,35,hy.po,,hy,,armenian,,,hy,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,15,26,27,0,0,3,9,18,35,hu.po,,hu,,hungarian,,,hu,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,15,26,30,0,0,3,9,18,35,hr.po,,hr,,croatian,,,hr,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,18,30,33,0,0,0,5,18,35,hi.po,,hi,,hindi,,,hi,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,18,29,34,0,0,0,6,18,35,he.po,,he,,hebrew,,,he,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,18,30,30,0,0,0,5,18,35,gu.po,,gu,,gujarati,,,gu,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,15,26,33,0,0,3,9,18,35,gl.po,,gl,,galician,,,gl,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,18,29,28,0,0,0,6,18,35,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,18,30,31,0,0,0,5,18,35,ga.po,,ga,,irish,,,ga,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/fy.po,17,23,21,0,0,1,12,18,35,fy.po,,fy,,western frisian,,,fy,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,15,26,33,0,0,3,9,18,35,fur.po,,fur,,friulian,,,fur,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,15,26,31,0,0,3,9,18,35,fr.po,,fr,,french,,,fr,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,15,26,25,0,0,3,9,18,35,fi.po,,fi,,finnish,,,fi,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,15,26,29,0,0,3,9,18,35,fa.po,,fa,,persian,,,fa,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,15,26,27,0,0,3,9,18,35,eu.po,,eu,,basque,,,eu,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,15,26,23,0,0,3,9,18,35,et.po,,et,,estonian,,,et,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,15,26,32,0,0,3,9,18,35,es.po,,es,,spanish,,,es,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,16,31,32,0,0,2,4,18,35,eo.po,,eo,,esperanto,,,eo,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,15,26,26,0,0,3,9,18,35,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,9,18,19,0,0,9,17,18,35,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,17,23,23,0,0,1,12,18,35,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,15,26,25,0,0,3,9,18,35,el.po,,el,,greek,,,el,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,9,18,11,0,0,9,17,18,35,dz.po,,dz,,dzongkha,,,dz,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,15,26,25,0,0,3,9,18,35,de.po,,de,,german,,,de,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,16,31,29,0,0,2,4,18,35,da.po,,da,,danish,,,da,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,17,23,29,0,0,1,12,18,35,cy.po,,cy,,welsh,,,cy,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,15,26,28,0,0,3,9,18,35,cs.po,,cs,,czech,,,cs,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,18,29,37,0,0,0,6,18,35,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,15,26,33,0,0,3,9,18,35,ca.po,,ca,,catalan,,,ca,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,18,30,29,0,0,0,5,18,35,bs.po,,bs,,bosnian,,,bs,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,17,23,31,0,0,1,12,18,35,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,17,29,38,0,0,1,6,18,35,bn.po,,bn,,bangla,,,bn,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,18,29,31,0,0,0,6,18,35,bg.po,,bg,,bulgarian,,,bg,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,16,22,20,0,0,2,13,18,35,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,15,26,26,0,0,3,9,18,35,be.po,,be,,belarusian,,,be,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,17,23,22,0,0,1,12,18,35,ast.po,,ast,,asturian,,,ast,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,18,30,29,0,0,0,5,18,35,as.po,,as,,assamese,,,as,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,18,30,29,0,0,0,5,18,35,ar.po,,ar,,arabic,,,ar,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,18,30,31,0,0,0,5,18,35,an.po,,an,,aragonese,,,an,po -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,13,22,20,0,0,5,13,18,35,af.po,,af,,afrikaans,,,af,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/zu.po,192,663,574,0,0,0,34,192,697,zu.po,,zu,,zulu,,,zu,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,111,373,139,0,0,81,324,192,697,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,102,308,132,0,0,90,389,192,697,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,111,373,139,0,0,81,324,192,697,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,174,596,511,1,3,17,98,192,697,xh.po,,xh,,xhosa,,,xh,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,111,373,504,0,0,81,324,192,697,vi.po,,vi,,vietnamese,,,vi,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,110,372,334,0,0,82,325,192,697,uk.po,,uk,,ukrainian,,,uk,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,95,303,266,0,0,97,394,192,697,ug.po,,ug,,uyghur,,,ug,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,110,373,323,0,0,82,324,192,697,tr.po,,tr,,turkish,,,tr,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,110,372,169,0,0,82,325,192,697,th.po,,th,,thai,,,th,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,102,309,340,0,0,90,388,192,697,tg.po,,tg,,tajik,,,tg,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,102,309,286,0,0,90,388,192,697,te.po,,te,,telugu,,,te,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,102,309,276,0,0,90,388,192,697,ta.po,,ta,,tamil,,,ta,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,110,373,337,0,0,82,324,192,697,sv.po,,sv,,swedish,,,sv,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,111,373,392,0,0,81,324,192,697,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,110,373,392,0,0,82,324,192,697,sr.po,,sr,,serbian,,,sr,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,110,373,391,0,0,82,324,192,697,sl.po,,sl,,slovenian,,,sl,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,111,373,389,0,0,81,324,192,697,sk.po,,sk,,slovak,,,sk,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,111,373,340,0,0,81,324,192,697,ru.po,,ru,,russian,,,ru,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,110,373,382,0,0,82,324,192,697,ro.po,,ro,,romanian,,,ro,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,110,373,413,0,0,82,324,192,697,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,110,372,383,0,0,82,325,192,697,pt.po,,pt,,portuguese,,,pt,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,110,373,368,0,0,82,324,192,697,pl.po,,pl,,polish,,,pl,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,111,373,419,0,0,81,324,192,697,pa.po,,pa,,punjabi,,,pa,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,102,309,333,0,0,90,388,192,697,or.po,,or,,odia,,,or,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,106,349,385,0,0,86,348,192,697,oc.po,,oc,,occitan,,,oc,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,177,646,620,0,0,15,51,192,697,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,111,373,355,0,0,81,324,192,697,nl.po,,nl,,dutch,,,nl,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,13,15,18,67,144,112,538,192,697,ne.po,,ne,,nepali,,,ne,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,111,373,362,0,0,81,324,192,697,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,160,519,486,2,9,30,169,192,697,ms.po,,ms,,malay,,,ms,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,102,309,309,0,0,90,388,192,697,mr.po,,mr,,marathi,,,mr,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,87,230,231,0,0,105,467,192,697,mn.po,,mn,,mongolian,,,mn,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,111,373,320,0,0,81,324,192,697,ml.po,,ml,,malayalam,,,ml,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,175,599,654,0,0,17,98,192,697,mk.po,,mk,,macedonian,,,mk,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,37,63,75,0,0,155,634,192,697,mai.po,,mai,,maithili,,,mai,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,110,373,343,0,0,82,324,192,697,lv.po,,lv,,latvian,,,lv,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,110,373,328,0,0,82,324,192,697,lt.po,,lt,,lithuanian,,,lt,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,188,650,720,0,0,4,47,192,697,ku.po,,ku,,kurdish,,,ku,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,110,373,289,0,0,82,324,192,697,ko.po,,ko,,korean,,,ko,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,102,309,296,0,0,90,388,192,697,kn.po,,kn,,kannada,,,kn,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,144,460,257,0,0,48,237,192,697,km.po,,km,,khmer,,,km,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,111,373,329,0,0,81,324,192,697,kk.po,,kk,,kazakh,,,kk,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,118,321,284,0,0,74,376,192,697,ka.po,,ka,,georgian,,,ka,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,109,370,151,0,0,83,327,192,697,ja.po,,ja,,japanese,,,ja,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,110,373,358,0,0,82,324,192,697,it.po,,it,,italian,,,it,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,111,373,359,0,0,81,324,192,697,is.po,,is,,icelandic,,,is,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,110,373,334,0,0,82,324,192,697,id.po,,id,,indonesian,,,id,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/hy.po,181,664,631,0,0,11,33,192,697,hy.po,,hy,,armenian,,,hy,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,110,373,325,0,0,82,324,192,697,hu.po,,hu,,hungarian,,,hu,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,110,373,357,0,0,82,324,192,697,hr.po,,hr,,croatian,,,hr,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,102,309,361,0,0,90,388,192,697,hi.po,,hi,,hindi,,,hi,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,110,372,345,0,0,82,325,192,697,he.po,,he,,hebrew,,,he,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,102,309,355,0,0,90,388,192,697,gu.po,,gu,,gujarati,,,gu,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,110,373,389,0,0,82,324,192,697,gl.po,,gl,,galician,,,gl,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,111,373,493,0,0,81,324,192,697,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,70,156,204,0,0,122,541,192,697,ga.po,,ga,,irish,,,ga,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/fy.po,13,15,20,0,0,179,682,192,697,fy.po,,fy,,western frisian,,,fy,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,110,373,409,0,0,82,324,192,697,fur.po,,fur,,friulian,,,fur,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,110,373,423,0,0,82,324,192,697,fr.po,,fr,,french,,,fr,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,110,373,282,0,0,82,324,192,697,fi.po,,fi,,finnish,,,fi,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,110,373,407,0,0,82,324,192,697,fa.po,,fa,,persian,,,fa,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,110,373,315,0,0,82,324,192,697,eu.po,,eu,,basque,,,eu,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,96,310,257,0,0,96,387,192,697,et.po,,et,,estonian,,,et,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,110,373,397,0,0,82,324,192,697,es.po,,es,,spanish,,,es,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,110,372,357,0,0,82,325,192,697,eo.po,,eo,,esperanto,,,eo,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,110,373,373,0,0,82,324,192,697,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,121,419,419,66,256,5,22,192,697,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,111,373,390,0,0,81,324,192,697,el.po,,el,,greek,,,el,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,110,373,379,0,0,82,324,192,697,de.po,,de,,german,,,de,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,110,372,344,0,0,82,325,192,697,da.po,,da,,danish,,,da,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,110,373,392,0,0,82,324,192,697,cs.po,,cs,,czech,,,cs,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,95,303,272,0,0,97,394,192,697,crh.po,,crh,,crimean turkish,,,crh,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,111,373,428,0,0,81,324,192,697,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,110,373,428,0,0,82,324,192,697,ca.po,,ca,,catalan,,,ca,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,102,309,313,0,0,90,388,192,697,bs.po,,bs,,bosnian,,,bs,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,95,303,350,0,0,97,394,192,697,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,192,662,719,0,0,0,35,192,697,bn.po,,bn,,bangla,,,bn,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,111,373,389,0,0,81,324,192,697,bg.po,,bg,,bulgarian,,,bg,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,111,373,347,0,0,81,324,192,697,be.po,,be,,belarusian,,,be,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,181,664,736,0,0,11,33,192,697,ast.po,,ast,,asturian,,,ast,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,101,308,336,0,0,91,389,192,697,as.po,,as,,assamese,,,as,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,111,373,399,0,0,81,324,192,697,ar.po,,ar,,arabic,,,ar,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,110,372,407,0,0,82,325,192,697,an.po,,an,,aragonese,,,an,po -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,185,642,645,0,0,7,55,192,697,af.po,,af,,afrikaans,,,af,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_tw/zh_tw.po,238,1579,450,0,0,647,4912,885,6491,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_hk/zh_hk.po,238,1579,450,0,0,647,4912,885,6491,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,238,1579,425,0,0,647,4912,885,6491,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/te/te.po,99,110,110,0,0,786,6381,885,6491,te.po,,te,,telugu,,,te,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/sv/sv.po,277,1950,1733,0,0,608,4541,885,6491,sv.po,,sv,,swedish,,,sv,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/sl/sl.po,238,1616,1394,0,0,647,4875,885,6491,sl.po,,sl,,slovenian,,,sl,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/ru/ru.po,209,1187,1069,4,25,672,5279,885,6491,ru.po,,ru,,russian,,,ru,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/ro/ro.po,220,1241,1190,3,49,662,5201,885,6491,ro.po,,ro,,romanian,,,ro,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,277,1950,2144,0,0,608,4541,885,6491,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/pt/pt.po,250,1750,1789,3,32,632,4709,885,6491,pt.po,,pt,,portuguese,,,pt,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/pl/pl.po,277,1950,1665,0,0,608,4541,885,6491,pl.po,,pl,,polish,,,pl,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/oc/oc.po,259,303,325,0,0,626,6188,885,6491,oc.po,,oc,,occitan,,,oc,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/lv/lv.po,265,1886,1501,0,0,620,4605,885,6491,lv.po,,lv,,latvian,,,lv,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/ko/ko.po,277,1950,1416,0,0,608,4541,885,6491,ko.po,,ko,,korean,,,ko,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/ja/ja.po,225,1289,427,9,265,651,4937,885,6491,ja.po,,ja,,japanese,,,ja,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/it/it.po,188,1017,1096,8,239,689,5235,885,6491,it.po,,it,,italian,,,it,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/hu/hu.po,277,1950,1697,0,0,608,4541,885,6491,hu.po,,hu,,hungarian,,,hu,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/gl/gl.po,247,1727,1753,0,0,638,4764,885,6491,gl.po,,gl,,galician,,,gl,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/fr/fr.po,277,1950,2147,0,0,608,4541,885,6491,fr.po,,fr,,french,,,fr,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/fi/fi.po,203,1082,826,22,225,660,5184,885,6491,fi.po,,fi,,finnish,,,fi,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/eu/eu.po,831,6011,4612,0,0,54,480,885,6491,eu.po,,eu,,basque,,,eu,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/es/es.po,277,1950,2084,0,0,608,4541,885,6491,es.po,,es,,spanish,,,es,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/el/el.po,251,1777,1922,0,0,634,4714,885,6491,el.po,,el,,greek,,,el,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/de/de.po,277,1950,1879,0,0,608,4541,885,6491,de.po,,de,,german,,,de,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/cs/cs.po,277,1950,1745,0,0,608,4541,885,6491,cs.po,,cs,,czech,,,cs,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/ca/ca.po,216,1392,1548,14,190,655,4909,885,6491,ca.po,,ca,,catalan,,,ca,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,help/bg/bg.po,603,5554,5201,0,0,282,937,885,6491,bg.po,,bg,,bulgarian,,,bg,help/ -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,578,1594,762,0,0,15,98,593,1692,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,431,1341,574,0,0,162,351,593,1692,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,591,1641,791,0,0,2,51,593,1692,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,362,851,840,13,35,218,806,593,1692,xh.po,,xh,,xhosa,,,xh,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,590,1632,2264,0,0,3,60,593,1692,vi.po,,vi,,vietnamese,,,vi,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,573,1583,1470,0,0,20,109,593,1692,uk.po,,uk,,ukrainian,,,uk,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,334,1078,1026,0,0,259,614,593,1692,ug.po,,ug,,uyghur,,,ug,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,593,1644,1505,0,0,0,48,593,1692,tr.po,,tr,,turkish,,,tr,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,164,294,281,79,175,350,1223,593,1692,tk.po,,tk,,turkmen,,,tk,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,540,1486,834,0,0,53,206,593,1692,th.po,,th,,thai,,,th,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,535,1464,1464,0,0,58,228,593,1692,tg.po,,tg,,tajik,,,tg,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,428,1337,1171,0,0,165,355,593,1692,te.po,,te,,telugu,,,te,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,428,1337,1281,0,0,165,355,593,1692,ta.po,,ta,,tamil,,,ta,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,593,1644,1533,0,0,0,48,593,1692,sv.po,,sv,,swedish,,,sv,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,579,1596,1520,0,0,14,96,593,1692,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,593,1644,1568,0,0,0,48,593,1692,sr.po,,sr,,serbian,,,sr,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,399,1128,1306,0,0,194,564,593,1692,sq.po,,sq,,albanian,,,sq,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,593,1644,1563,0,0,0,48,593,1692,sl.po,,sl,,slovenian,,,sl,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,581,1602,1581,0,0,12,90,593,1692,sk.po,,sk,,slovak,,,sk,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,379,853,894,0,0,214,839,593,1692,si.po,,si,,sinhala,,,si,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,60,53,61,243,719,290,920,593,1692,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,590,1632,1581,0,0,3,60,593,1692,ru.po,,ru,,russian,,,ru,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,593,1644,1780,0,0,0,48,593,1692,ro.po,,ro,,romanian,,,ro,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,593,1644,1939,0,0,0,48,593,1692,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,573,1583,1735,0,0,20,109,593,1692,pt.po,,pt,,portuguese,,,pt,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,593,1644,1585,0,0,0,48,593,1692,pl.po,,pl,,polish,,,pl,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,551,1539,1640,0,0,42,153,593,1692,pa.po,,pa,,punjabi,,,pa,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,428,1337,1302,0,0,165,355,593,1692,or.po,,or,,odia,,,or,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,540,1486,1667,0,0,53,206,593,1692,oc.po,,oc,,occitan,,,oc,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,228,770,803,8,14,357,908,593,1692,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,593,1644,1711,0,0,0,48,593,1692,nl.po,,nl,,dutch,,,nl,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,205,357,347,116,286,272,1049,593,1692,ne.po,,ne,,nepali,,,ne,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,578,1590,1456,0,0,15,102,593,1692,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/my.po,160,352,241,0,0,433,1340,593,1692,my.po,,my,,burmese,,,my,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,328,768,757,30,57,235,867,593,1692,ms.po,,ms,,malay,,,ms,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,428,1337,1299,0,0,165,355,593,1692,mr.po,,mr,,marathi,,,mr,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,181,392,372,142,368,270,932,593,1692,mn.po,,mn,,mongolian,,,mn,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,334,1078,854,0,0,259,614,593,1692,ml.po,,ml,,malayalam,,,ml,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,433,1399,1408,0,0,160,293,593,1692,mk.po,,mk,,macedonian,,,mk,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/mg.po,349,992,1083,8,23,236,677,593,1692,mg.po,,mg,,malagasy,,,mg,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,243,536,586,0,0,350,1156,593,1692,mai.po,,mai,,maithili,,,mai,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,593,1644,1521,0,0,0,48,593,1692,lv.po,,lv,,latvian,,,lv,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,593,1644,1494,0,0,0,48,593,1692,lt.po,,lt,,lithuanian,,,lt,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,98,117,123,4,4,491,1571,593,1692,ku.po,,ku,,kurdish,,,ku,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,593,1644,1393,0,0,0,48,593,1692,ko.po,,ko,,korean,,,ko,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,428,1337,1181,0,0,165,355,593,1692,kn.po,,kn,,kannada,,,kn,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,429,1333,750,0,0,164,359,593,1692,km.po,,km,,khmer,,,km,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,321,566,568,0,0,272,1126,593,1692,kk.po,,kk,,kazakh,,,kk,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,365,1044,948,0,0,228,648,593,1692,ka.po,,ka,,georgian,,,ka,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,584,1625,782,0,0,9,67,593,1692,ja.po,,ja,,japanese,,,ja,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,593,1644,1791,0,0,0,48,593,1692,it.po,,it,,italian,,,it,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,593,1644,1634,0,0,0,48,593,1692,id.po,,id,,indonesian,,,id,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/hy.po,119,361,351,0,0,474,1331,593,1692,hy.po,,hy,,armenian,,,hy,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,593,1644,1536,0,0,0,48,593,1692,hu.po,,hu,,hungarian,,,hu,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,593,1644,1535,0,0,0,48,593,1692,hr.po,,hr,,croatian,,,hr,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,428,1337,1519,0,0,165,355,593,1692,hi.po,,hi,,hindi,,,hi,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,513,1451,1481,0,0,80,241,593,1692,he.po,,he,,hebrew,,,he,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,428,1337,1332,0,0,165,355,593,1692,gu.po,,gu,,gujarati,,,gu,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,593,1644,1867,0,0,0,48,593,1692,gl.po,,gl,,galician,,,gl,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,574,1584,1836,0,0,19,108,593,1692,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,217,351,419,9,23,367,1318,593,1692,ga.po,,ga,,irish,,,ga,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,593,1644,1839,0,0,0,48,593,1692,fur.po,,fur,,friulian,,,fur,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,593,1644,1910,0,0,0,48,593,1692,fr.po,,fr,,french,,,fr,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,593,1644,1362,0,0,0,48,593,1692,fi.po,,fi,,finnish,,,fi,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,593,1644,1714,0,0,0,48,593,1692,fa.po,,fa,,persian,,,fa,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,593,1644,1472,0,0,0,48,593,1692,eu.po,,eu,,basque,,,eu,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,334,1078,874,0,0,259,614,593,1692,et.po,,et,,estonian,,,et,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,593,1644,1850,0,0,0,48,593,1692,es.po,,es,,spanish,,,es,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,584,1601,1581,1,4,8,87,593,1692,eo.po,,eo,,esperanto,,,eo,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,593,1644,1648,0,0,0,48,593,1692,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,433,1399,1402,0,0,160,293,593,1692,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,254,1172,1173,6,129,333,391,593,1692,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,575,1531,1648,15,107,3,54,593,1692,el.po,,el,,greek,,,el,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,410,1175,812,0,0,183,517,593,1692,dz.po,,dz,,dzongkha,,,dz,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,593,1644,1587,0,0,0,48,593,1692,de.po,,de,,german,,,de,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,593,1644,1545,0,0,0,48,593,1692,da.po,,da,,danish,,,da,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,349,895,977,0,0,244,797,593,1692,cy.po,,cy,,welsh,,,cy,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,593,1644,1635,0,0,0,48,593,1692,cs.po,,cs,,czech,,,cs,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,574,1584,1797,0,0,19,108,593,1692,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,593,1644,1862,0,0,0,48,593,1692,ca.po,,ca,,catalan,,,ca,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,535,1464,1357,0,0,58,228,593,1692,bs.po,,bs,,bosnian,,,bs,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,428,1337,1332,0,0,165,355,593,1692,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,267,1327,1384,0,0,326,365,593,1692,bn.po,,bn,,bangla,,,bn,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,574,1584,1721,0,0,19,108,593,1692,bg.po,,bg,,bulgarian,,,bg,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,277,564,566,0,0,316,1128,593,1692,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,378,855,909,0,0,215,837,593,1692,be.po,,be,,belarusian,,,be,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,181,392,369,142,368,270,932,593,1692,az.po,,az,,azerbaijani,,,az,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,433,1399,1502,0,0,160,293,593,1692,ast.po,,ast,,asturian,,,ast,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,428,1337,1364,0,0,165,355,593,1692,as.po,,as,,assamese,,,as,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,257,545,557,65,160,271,987,593,1692,ar.po,,ar,,arabic,,,ar,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,83,78,80,49,55,461,1559,593,1692,am.po,,am,,amharic,,,am,po -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,350,1044,1011,37,159,206,489,593,1692,af.po,,af,,afrikaans,,,af,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/zh_tw.po,57,186,71,0,0,1,0,58,186,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/zh_cn.po,58,186,93,0,0,0,0,58,186,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/uk.po,47,161,149,0,0,11,25,58,186,uk.po,,uk,,ukrainian,,,uk,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/tr.po,57,186,178,0,0,1,0,58,186,tr.po,,tr,,turkish,,,tr,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/tg.po,24,49,64,0,0,34,137,58,186,tg.po,,tg,,tajik,,,tg,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ta.po,54,149,138,0,0,4,37,58,186,ta.po,,ta,,tamil,,,ta,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/sv.po,57,186,189,0,0,1,0,58,186,sv.po,,sv,,swedish,,,sv,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/sr@latin.po,58,186,204,0,0,0,0,58,186,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/sr.po,57,186,203,0,0,1,0,58,186,sr.po,,sr,,serbian,,,sr,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/sl.po,57,186,191,0,0,1,0,58,186,sl.po,,sl,,slovenian,,,sl,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/sk.po,58,186,191,0,0,0,0,58,186,sk.po,,sk,,slovak,,,sk,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ru.po,57,186,180,0,0,1,0,58,186,ru.po,,ru,,russian,,,ru,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ro.po,57,186,219,0,0,1,0,58,186,ro.po,,ro,,romanian,,,ro,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/pt_br.po,57,186,226,0,0,1,0,58,186,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/pt.po,48,162,177,0,0,10,24,58,186,pt.po,,pt,,portuguese,,,pt,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/pl.po,57,186,194,0,0,1,0,58,186,pl.po,,pl,,polish,,,pl,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/pa.po,35,80,103,0,0,23,106,58,186,pa.po,,pa,,punjabi,,,pa,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/oc.po,58,186,214,0,0,0,0,58,186,oc.po,,oc,,occitan,,,oc,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/nl.po,57,186,217,0,0,1,0,58,186,nl.po,,nl,,dutch,,,nl,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ne.po,58,186,197,0,0,0,0,58,186,ne.po,,ne,,nepali,,,ne,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/nb.po,58,186,184,0,0,0,0,58,186,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ml.po,58,186,158,0,0,0,0,58,186,ml.po,,ml,,malayalam,,,ml,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/lv.po,57,186,173,0,0,1,0,58,186,lv.po,,lv,,latvian,,,lv,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/lt.po,57,186,175,0,0,1,0,58,186,lt.po,,lt,,lithuanian,,,lt,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ln.po,44,155,181,0,0,14,31,58,186,ln.po,,ln,,lingala,,,ln,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ko.po,57,186,168,0,0,1,0,58,186,ko.po,,ko,,korean,,,ko,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/kk.po,57,186,182,0,0,1,0,58,186,kk.po,,kk,,kazakh,,,kk,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ja.po,56,185,79,0,0,2,1,58,186,ja.po,,ja,,japanese,,,ja,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/it.po,57,186,195,0,0,1,0,58,186,it.po,,it,,italian,,,it,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/is.po,58,186,192,0,0,0,0,58,186,is.po,,is,,icelandic,,,is,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/id.po,57,186,208,0,0,1,0,58,186,id.po,,id,,indonesian,,,id,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/hu.po,57,186,181,0,0,1,0,58,186,hu.po,,hu,,hungarian,,,hu,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/hr.po,57,186,178,0,0,1,0,58,186,hr.po,,hr,,croatian,,,hr,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/he.po,47,161,157,0,0,11,25,58,186,he.po,,he,,hebrew,,,he,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/gu.po,47,161,173,0,0,11,25,58,186,gu.po,,gu,,gujarati,,,gu,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/gl.po,57,186,212,0,0,1,0,58,186,gl.po,,gl,,galician,,,gl,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/gd.po,58,186,246,0,0,0,0,58,186,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/fur.po,57,186,215,0,0,1,0,58,186,fur.po,,fur,,friulian,,,fur,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/fr.po,57,186,217,0,0,1,0,58,186,fr.po,,fr,,french,,,fr,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/fi.po,57,186,151,0,0,1,0,58,186,fi.po,,fi,,finnish,,,fi,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/fa.po,58,186,219,0,0,0,0,58,186,fa.po,,fa,,persian,,,fa,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/eu.po,57,186,180,0,0,1,0,58,186,eu.po,,eu,,basque,,,eu,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/es.po,57,186,217,0,0,1,0,58,186,es.po,,es,,spanish,,,es,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/eo.po,56,185,178,0,0,2,1,58,186,eo.po,,eo,,esperanto,,,eo,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/en_gb.po,58,186,194,0,0,0,0,58,186,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/el.po,57,186,207,0,0,1,0,58,186,el.po,,el,,greek,,,el,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/de.po,57,186,204,0,0,1,0,58,186,de.po,,de,,german,,,de,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/da.po,56,185,191,0,0,2,1,58,186,da.po,,da,,danish,,,da,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/cs.po,57,186,189,0,0,1,0,58,186,cs.po,,cs,,czech,,,cs,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ca@valencia.po,58,186,221,0,0,0,0,58,186,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ca.po,58,186,221,0,0,0,0,58,186,ca.po,,ca,,catalan,,,ca,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/be.po,58,186,179,0,0,0,0,58,186,be.po,,be,,belarusian,,,be,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/ar.po,57,186,183,0,0,1,0,58,186,ar.po,,ar,,arabic,,,ar,po -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv,po/af.po,57,186,191,0,0,1,0,58,186,af.po,,af,,afrikaans,,,af,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/ru/ru.po,81,978,753,0,0,1,5,82,983,ru.po,,ru,,russian,,,ru,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/nl/nl.po,82,983,985,0,0,0,0,82,983,nl.po,,nl,,dutch,,,nl,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/ko/ko.po,82,983,621,0,0,0,0,82,983,ko.po,,ko,,korean,,,ko,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/de/de.po,82,983,968,0,0,0,0,82,983,de.po,,de,,german,,,de,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/cs/cs.po,82,983,765,0,0,0,0,82,983,cs.po,,cs,,czech,,,cs,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/hu/hu.po,82,983,736,0,0,0,0,82,983,hu.po,,hu,,hungarian,,,hu,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/fr/fr.po,82,983,1060,0,0,0,0,82,983,fr.po,,fr,,french,,,fr,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/fi/fi.po,82,983,584,0,0,0,0,82,983,fi.po,,fi,,finnish,,,fi,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/es/es.po,82,983,963,0,0,0,0,82,983,es.po,,es,,spanish,,,es,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/gl/gl.po,82,983,894,0,0,0,0,82,983,gl.po,,gl,,galician,,,gl,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/ca/ca.po,81,978,939,0,0,1,5,82,983,ca.po,,ca,,catalan,,,ca,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/id/id.po,82,983,845,0,0,0,0,82,983,id.po,,id,,indonesian,,,id,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/sv/sv.po,82,983,957,0,0,0,0,82,983,sv.po,,sv,,swedish,,,sv,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,82,983,1061,0,0,0,0,82,983,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/el/el.po,82,983,994,0,0,0,0,82,983,el.po,,el,,greek,,,el,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/da/da.po,82,983,960,0,0,0,0,82,983,da.po,,da,,danish,,,da,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,help/pl/pl.po,82,983,721,0,0,0,0,82,983,pl.po,,pl,,polish,,,pl,help/ -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,100,284,259,0,0,0,0,100,284,pl.po,,pl,,polish,,,pl,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,100,283,286,0,0,0,1,100,284,af.po,,af,,afrikaans,,,af,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,100,284,315,0,0,0,0,100,284,gl.po,,gl,,galician,,,gl,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,99,283,249,0,0,1,1,100,284,eu.po,,eu,,basque,,,eu,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,99,283,270,0,0,1,1,100,284,da.po,,da,,danish,,,da,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,92,259,310,0,0,8,25,100,284,oc.po,,oc,,occitan,,,oc,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,100,284,300,0,0,0,0,100,284,it.po,,it,,italian,,,it,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,100,284,345,0,0,0,0,100,284,fr.po,,fr,,french,,,fr,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,100,284,277,0,0,0,0,100,284,de.po,,de,,german,,,de,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,77,223,91,0,0,23,61,100,284,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,77,223,229,0,0,23,61,100,284,ta.po,,ta,,tamil,,,ta,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,100,284,309,0,0,0,0,100,284,el.po,,el,,greek,,,el,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,100,284,245,0,0,0,0,100,284,lt.po,,lt,,lithuanian,,,lt,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,77,223,199,0,0,23,61,100,284,te.po,,te,,telugu,,,te,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,99,283,295,0,0,1,1,100,284,fa.po,,fa,,persian,,,fa,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,95,273,310,0,0,5,11,100,284,pt.po,,pt,,portuguese,,,pt,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,99,283,135,0,0,1,1,100,284,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,77,223,269,0,0,23,61,100,284,hi.po,,hi,,hindi,,,hi,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,38,67,72,0,0,62,217,100,284,uk.po,,uk,,ukrainian,,,uk,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,99,283,274,0,0,1,1,100,284,is.po,,is,,icelandic,,,is,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,77,223,220,0,0,23,61,100,284,bs.po,,bs,,bosnian,,,bs,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,100,284,424,0,0,0,0,100,284,vi.po,,vi,,vietnamese,,,vi,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,100,283,369,0,0,0,1,100,284,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,77,223,252,0,0,23,61,100,284,an.po,,an,,aragonese,,,an,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,77,223,245,0,0,23,61,100,284,gu.po,,gu,,gujarati,,,gu,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,100,283,291,0,0,0,1,100,284,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,98,280,121,0,0,2,4,100,284,ja.po,,ja,,japanese,,,ja,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,100,284,257,0,0,0,0,100,284,lv.po,,lv,,latvian,,,lv,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,59,127,126,0,0,41,157,100,284,ug.po,,ug,,uyghur,,,ug,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,100,284,345,0,0,0,0,100,284,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,100,283,277,0,0,0,1,100,284,sk.po,,sk,,slovak,,,sk,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,95,273,268,0,0,5,11,100,284,ar.po,,ar,,arabic,,,ar,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,100,284,334,0,0,0,0,100,284,ca.po,,ca,,catalan,,,ca,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,94,272,282,0,0,6,12,100,284,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,59,129,130,5,19,36,136,100,284,ne.po,,ne,,nepali,,,ne,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,100,284,239,0,0,0,0,100,284,ko.po,,ko,,korean,,,ko,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,100,284,325,0,0,0,0,100,284,es.po,,es,,spanish,,,es,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,100,284,217,0,0,0,0,100,284,fi.po,,fi,,finnish,,,fi,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,77,223,244,0,0,23,61,100,284,or.po,,or,,odia,,,or,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,77,223,247,0,0,23,61,100,284,tg.po,,tg,,tajik,,,tg,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,100,283,281,0,0,0,1,100,284,eo.po,,eo,,esperanto,,,eo,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,77,223,176,0,0,23,61,100,284,et.po,,et,,estonian,,,et,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,99,283,305,0,0,1,1,100,284,pa.po,,pa,,punjabi,,,pa,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,77,223,213,0,0,23,61,100,284,kn.po,,kn,,kannada,,,kn,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,100,284,283,0,0,0,0,100,284,sr.po,,sr,,serbian,,,sr,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,100,283,273,0,0,0,1,100,284,be.po,,be,,belarusian,,,be,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,77,223,226,0,0,23,61,100,284,mr.po,,mr,,marathi,,,mr,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,100,284,268,0,0,0,0,100,284,cs.po,,cs,,czech,,,cs,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,100,284,115,0,0,0,0,100,284,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,94,272,121,0,0,6,12,100,284,th.po,,th,,thai,,,th,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,77,223,237,0,0,23,61,100,284,as.po,,as,,assamese,,,as,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,100,284,248,0,0,0,0,100,284,hu.po,,hu,,hungarian,,,hu,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,100,284,291,0,0,0,0,100,284,sv.po,,sv,,swedish,,,sv,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,100,284,267,0,0,0,0,100,284,kk.po,,kk,,kazakh,,,kk,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,94,272,286,0,0,6,12,100,284,he.po,,he,,hebrew,,,he,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,100,284,310,0,0,0,0,100,284,fur.po,,fur,,friulian,,,fur,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,100,284,281,0,0,0,0,100,284,sl.po,,sl,,slovenian,,,sl,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,43,85,108,0,0,57,199,100,284,ga.po,,ga,,irish,,,ga,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,100,284,268,0,0,0,0,100,284,tr.po,,tr,,turkish,,,tr,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,100,284,266,0,0,0,0,100,284,nl.po,,nl,,dutch,,,nl,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,92,259,265,0,0,8,25,100,284,bg.po,,bg,,bulgarian,,,bg,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,77,223,239,0,0,23,61,100,284,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,100,284,269,0,0,0,0,100,284,hr.po,,hr,,croatian,,,hr,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,100,284,315,0,0,0,0,100,284,ro.po,,ro,,romanian,,,ro,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,100,283,331,0,0,0,1,100,284,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,100,283,284,0,0,0,1,100,284,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,100,284,273,0,0,0,0,100,284,ru.po,,ru,,russian,,,ru,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,100,283,278,0,0,0,1,100,284,ml.po,,ml,,malayalam,,,ml,po -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,100,284,299,0,0,0,0,100,284,id.po,,id,,indonesian,,,id,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/zh_tw/zh_tw.po,16,160,70,0,0,10,374,26,534,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/zh_hk/zh_hk.po,16,160,70,0,0,10,374,26,534,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,26,534,139,0,0,0,0,26,534,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/sv/sv.po,26,534,475,0,0,0,0,26,534,sv.po,,sv,,swedish,,,sv,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,26,534,665,0,0,0,0,26,534,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/pl/pl.po,26,534,470,0,0,0,0,26,534,pl.po,,pl,,polish,,,pl,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/ml/ml.po,26,534,417,0,0,0,0,26,534,ml.po,,ml,,malayalam,,,ml,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/ko/ko.po,26,534,387,0,0,0,0,26,534,ko.po,,ko,,korean,,,ko,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/it/it.po,26,534,543,0,0,0,0,26,534,it.po,,it,,italian,,,it,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/hu/hu.po,26,534,473,0,0,0,0,26,534,hu.po,,hu,,hungarian,,,hu,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/hr/hr.po,26,534,444,0,0,0,0,26,534,hr.po,,hr,,croatian,,,hr,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/gl/gl.po,26,534,554,0,0,0,0,26,534,gl.po,,gl,,galician,,,gl,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/fr/fr.po,26,534,615,0,0,0,0,26,534,fr.po,,fr,,french,,,fr,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/fi/fi.po,26,534,346,0,0,0,0,26,534,fi.po,,fi,,finnish,,,fi,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/es/es.po,26,534,598,0,0,0,0,26,534,es.po,,es,,spanish,,,es,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/el/el.po,26,534,577,0,0,0,0,26,534,el.po,,el,,greek,,,el,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/de/de.po,26,534,516,0,0,0,0,26,534,de.po,,de,,german,,,de,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/da/da.po,26,534,480,0,0,0,0,26,534,da.po,,da,,danish,,,da,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/cs/cs.po,26,534,491,0,0,0,0,26,534,cs.po,,cs,,czech,,,cs,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,help/ca/ca.po,26,534,613,0,0,0,0,26,534,ca.po,,ca,,catalan,,,ca,help/ -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,345,1796,471,0,0,38,617,383,2413,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,342,1792,467,0,0,41,621,383,2413,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,345,1796,468,0,0,38,617,383,2413,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/vi.po,345,1796,2263,0,0,38,617,383,2413,vi.po,,vi,,vietnamese,,,vi,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/uk.po,345,1796,1483,0,0,38,617,383,2413,uk.po,,uk,,ukrainian,,,uk,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ug.po,329,1681,1328,0,0,54,732,383,2413,ug.po,,ug,,uyghur,,,ug,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/tr.po,345,1796,1525,0,0,38,617,383,2413,tr.po,,tr,,turkish,,,tr,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/th.po,18,28,19,0,0,365,2385,383,2413,th.po,,th,,thai,,,th,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/tg.po,343,1793,1702,0,0,40,620,383,2413,tg.po,,tg,,tajik,,,tg,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/te.po,342,1792,1371,0,0,41,621,383,2413,te.po,,te,,telugu,,,te,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ta.po,342,1792,1458,0,0,41,621,383,2413,ta.po,,ta,,tamil,,,ta,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/sv.po,345,1796,1561,0,0,38,617,383,2413,sv.po,,sv,,swedish,,,sv,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/sr@latin.po,345,1796,1613,0,0,38,617,383,2413,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/sr.po,345,1796,1613,0,0,38,617,383,2413,sr.po,,sr,,serbian,,,sr,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/sl.po,345,1796,1591,0,0,38,617,383,2413,sl.po,,sl,,slovenian,,,sl,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/sk.po,345,1796,1599,0,0,38,617,383,2413,sk.po,,sk,,slovak,,,sk,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ru.po,345,1796,1540,0,0,38,617,383,2413,ru.po,,ru,,russian,,,ru,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ro.po,345,1796,1853,0,0,38,617,383,2413,ro.po,,ro,,romanian,,,ro,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,345,1796,2050,0,0,38,617,383,2413,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/pt.po,345,1796,2026,0,0,38,617,383,2413,pt.po,,pt,,portuguese,,,pt,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/pl.po,345,1796,1617,0,0,38,617,383,2413,pl.po,,pl,,polish,,,pl,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/pa.po,342,1792,1925,0,0,41,621,383,2413,pa.po,,pa,,punjabi,,,pa,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/or.po,342,1792,1682,0,0,41,621,383,2413,or.po,,or,,odia,,,or,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/oc.po,343,1793,2019,0,0,40,620,383,2413,oc.po,,oc,,occitan,,,oc,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/nl.po,345,1796,1670,0,0,38,617,383,2413,nl.po,,nl,,dutch,,,nl,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ne.po,151,327,333,109,449,123,1637,383,2413,ne.po,,ne,,nepali,,,ne,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/nb.po,345,1796,1611,0,0,38,617,383,2413,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/mr.po,342,1792,1522,0,0,41,621,383,2413,mr.po,,mr,,marathi,,,mr,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ml.po,237,770,635,2,2,144,1641,383,2413,ml.po,,ml,,malayalam,,,ml,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/lv.po,345,1796,1507,0,0,38,617,383,2413,lv.po,,lv,,latvian,,,lv,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/lt.po,345,1796,1407,0,0,38,617,383,2413,lt.po,,lt,,lithuanian,,,lt,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ko.po,345,1796,1377,0,0,38,617,383,2413,ko.po,,ko,,korean,,,ko,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/kn.po,342,1792,1455,0,0,41,621,383,2413,kn.po,,kn,,kannada,,,kn,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/kk.po,153,404,359,0,0,230,2009,383,2413,kk.po,,kk,,kazakh,,,kk,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ja.po,343,1793,420,0,0,40,620,383,2413,ja.po,,ja,,japanese,,,ja,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/it.po,345,1796,1879,0,0,38,617,383,2413,it.po,,it,,italian,,,it,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/is.po,345,1796,1706,0,0,38,617,383,2413,is.po,,is,,icelandic,,,is,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/id.po,345,1796,1612,0,0,38,617,383,2413,id.po,,id,,indonesian,,,id,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/hu.po,345,1796,1471,0,0,38,617,383,2413,hu.po,,hu,,hungarian,,,hu,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/hr.po,345,1796,1571,0,0,38,617,383,2413,hr.po,,hr,,croatian,,,hr,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/hi.po,342,1792,2093,0,0,41,621,383,2413,hi.po,,hi,,hindi,,,hi,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/he.po,343,1793,1605,0,0,40,620,383,2413,he.po,,he,,hebrew,,,he,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/gu.po,343,1793,1825,0,0,40,620,383,2413,gu.po,,gu,,gujarati,,,gu,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/gl.po,345,1796,1995,0,0,38,617,383,2413,gl.po,,gl,,galician,,,gl,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/gd.po,345,1796,2183,0,0,38,617,383,2413,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/fur.po,345,1796,2031,0,0,38,617,383,2413,fur.po,,fur,,friulian,,,fur,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/fr.po,345,1796,2037,0,0,38,617,383,2413,fr.po,,fr,,french,,,fr,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/fi.po,321,1639,1155,1,17,61,757,383,2413,fi.po,,fi,,finnish,,,fi,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/fa.po,345,1796,1873,0,0,38,617,383,2413,fa.po,,fa,,persian,,,fa,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/eu.po,345,1796,1446,0,0,38,617,383,2413,eu.po,,eu,,basque,,,eu,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/et.po,343,1793,1323,0,0,40,620,383,2413,et.po,,et,,estonian,,,et,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/es.po,345,1796,2031,0,0,38,617,383,2413,es.po,,es,,spanish,,,es,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/eo.po,345,1796,1609,0,0,38,617,383,2413,eo.po,,eo,,esperanto,,,eo,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,345,1796,1795,0,0,38,617,383,2413,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/el.po,345,1796,1839,0,0,38,617,383,2413,el.po,,el,,greek,,,el,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/de.po,345,1796,1724,0,0,38,617,383,2413,de.po,,de,,german,,,de,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/da.po,345,1796,1572,0,0,38,617,383,2413,da.po,,da,,danish,,,da,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/cs.po,345,1796,1599,0,0,38,617,383,2413,cs.po,,cs,,czech,,,cs,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,345,1796,2097,0,0,38,617,383,2413,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ca.po,345,1796,2100,0,0,38,617,383,2413,ca.po,,ca,,catalan,,,ca,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/bs.po,343,1793,1549,0,0,40,620,383,2413,bs.po,,bs,,bosnian,,,bs,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,342,1792,1762,0,0,41,621,383,2413,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/bg.po,343,1793,1816,0,0,40,620,383,2413,bg.po,,bg,,bulgarian,,,bg,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/as.po,342,1792,1719,0,0,41,621,383,2413,as.po,,as,,assamese,,,as,po -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv,po/ar.po,97,304,294,0,0,286,2109,383,2413,ar.po,,ar,,arabic,,,ar,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/zh_tw.po,167,590,227,0,0,1,4,168,594,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/zh_hk.po,155,405,207,0,0,13,189,168,594,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/zh_cn.po,166,587,245,0,0,2,7,168,594,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/vi.po,157,433,647,0,0,11,161,168,594,vi.po,,vi,,vietnamese,,,vi,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/uk.po,129,311,312,0,0,39,283,168,594,uk.po,,uk,,ukrainian,,,uk,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ug.po,151,344,326,0,0,17,250,168,594,ug.po,,ug,,uyghur,,,ug,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/tr.po,168,594,498,0,0,0,0,168,594,tr.po,,tr,,turkish,,,tr,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/th.po,157,433,215,0,0,11,161,168,594,th.po,,th,,thai,,,th,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/tg.po,156,411,473,0,0,12,183,168,594,tg.po,,tg,,tajik,,,tg,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/te.po,155,405,370,0,0,13,189,168,594,te.po,,te,,telugu,,,te,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ta.po,155,405,406,0,0,13,189,168,594,ta.po,,ta,,tamil,,,ta,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/sv.po,168,594,562,0,0,0,0,168,594,sv.po,,sv,,swedish,,,sv,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/sr@latin.po,162,563,589,0,0,6,31,168,594,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/sr.po,168,594,620,0,0,0,0,168,594,sr.po,,sr,,serbian,,,sr,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/sl.po,168,594,554,0,0,0,0,168,594,sl.po,,sl,,slovenian,,,sl,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/sk.po,166,586,553,0,0,2,8,168,594,sk.po,,sk,,slovak,,,sk,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ru.po,167,590,559,0,0,1,4,168,594,ru.po,,ru,,russian,,,ru,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ro.po,168,594,624,0,0,0,0,168,594,ro.po,,ro,,romanian,,,ro,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/pt_br.po,168,594,658,0,0,0,0,168,594,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/pt.po,157,433,481,0,0,11,161,168,594,pt.po,,pt,,portuguese,,,pt,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/pl.po,168,594,563,0,0,0,0,168,594,pl.po,,pl,,polish,,,pl,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/pa.po,156,411,457,0,0,12,183,168,594,pa.po,,pa,,punjabi,,,pa,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/or.po,155,405,440,0,0,13,189,168,594,or.po,,or,,odia,,,or,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/oc.po,157,433,497,0,0,11,161,168,594,oc.po,,oc,,occitan,,,oc,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/nl.po,167,588,574,0,0,1,6,168,594,nl.po,,nl,,dutch,,,nl,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ne.po,144,417,416,0,0,24,177,168,594,ne.po,,ne,,nepali,,,ne,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/nb.po,144,417,408,0,0,24,177,168,594,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/mr.po,155,405,421,0,0,13,189,168,594,mr.po,,mr,,marathi,,,mr,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ml.po,151,344,316,0,0,17,250,168,594,ml.po,,ml,,malayalam,,,ml,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/mk.po,116,231,245,0,0,52,363,168,594,mk.po,,mk,,macedonian,,,mk,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/lv.po,168,594,552,0,0,0,0,168,594,lv.po,,lv,,latvian,,,lv,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/lt.po,168,594,534,0,0,0,0,168,594,lt.po,,lt,,lithuanian,,,lt,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ko.po,168,594,464,0,0,0,0,168,594,ko.po,,ko,,korean,,,ko,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/kn.po,155,405,399,0,0,13,189,168,594,kn.po,,kn,,kannada,,,kn,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/kk.po,167,590,519,0,0,1,4,168,594,kk.po,,kk,,kazakh,,,kk,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ja.po,162,491,238,0,0,6,103,168,594,ja.po,,ja,,japanese,,,ja,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/it.po,168,594,564,0,0,0,0,168,594,it.po,,it,,italian,,,it,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/is.po,163,507,494,0,0,5,87,168,594,is.po,,is,,icelandic,,,is,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/id.po,168,594,581,0,0,0,0,168,594,id.po,,id,,indonesian,,,id,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/hu.po,168,594,537,0,0,0,0,168,594,hu.po,,hu,,hungarian,,,hu,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/hr.po,168,594,541,0,0,0,0,168,594,hr.po,,hr,,croatian,,,hr,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/hi.po,155,405,449,0,0,13,189,168,594,hi.po,,hi,,hindi,,,hi,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/he.po,157,433,490,0,0,11,161,168,594,he.po,,he,,hebrew,,,he,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/gu.po,157,433,490,0,0,11,161,168,594,gu.po,,gu,,gujarati,,,gu,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/gl.po,168,594,651,0,0,0,0,168,594,gl.po,,gl,,galician,,,gl,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/gd.po,144,417,591,0,0,24,177,168,594,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ga.po,117,184,202,1,4,50,406,168,594,ga.po,,ga,,irish,,,ga,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/fur.po,167,588,640,0,0,1,6,168,594,fur.po,,fur,,friulian,,,fur,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/fr.po,168,594,668,0,0,0,0,168,594,fr.po,,fr,,french,,,fr,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/fi.po,168,594,455,0,0,0,0,168,594,fi.po,,fi,,finnish,,,fi,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/fa.po,168,594,608,0,0,0,0,168,594,fa.po,,fa,,persian,,,fa,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/eu.po,168,594,516,0,0,0,0,168,594,eu.po,,eu,,basque,,,eu,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/et.po,151,331,301,0,0,17,263,168,594,et.po,,et,,estonian,,,et,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/es.po,168,594,654,0,0,0,0,168,594,es.po,,es,,spanish,,,es,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/eo.po,159,481,474,0,0,9,113,168,594,eo.po,,eo,,esperanto,,,eo,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/en_gb.po,168,594,600,0,0,0,0,168,594,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/en_ca.po,145,309,310,0,0,23,285,168,594,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/el.po,168,594,640,0,0,0,0,168,594,el.po,,el,,greek,,,el,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/de.po,168,594,566,0,0,0,0,168,594,de.po,,de,,german,,,de,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/da.po,166,587,520,0,0,2,7,168,594,da.po,,da,,danish,,,da,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/cs.po,168,594,542,0,0,0,0,168,594,cs.po,,cs,,czech,,,cs,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,144,417,499,0,0,24,177,168,594,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ca.po,168,594,687,0,0,0,0,168,594,ca.po,,ca,,catalan,,,ca,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/bs.po,156,411,418,0,0,12,183,168,594,bs.po,,bs,,bosnian,,,bs,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/bn_in.po,155,405,449,0,0,13,189,168,594,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/bg.po,112,288,344,0,0,56,306,168,594,bg.po,,bg,,bulgarian,,,bg,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/be.po,146,422,432,0,0,22,172,168,594,be.po,,be,,belarusian,,,be,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ast.po,105,205,222,0,0,63,389,168,594,ast.po,,ast,,asturian,,,ast,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/as.po,155,405,467,0,0,13,189,168,594,as.po,,as,,assamese,,,as,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/ar.po,155,380,423,0,0,13,214,168,594,ar.po,,ar,,arabic,,,ar,po -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv,po/af.po,99,186,192,5,8,64,400,168,594,af.po,,af,,afrikaans,,,af,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/zh_tw.po,756,1313,886,0,0,0,0,756,1313,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/zh_cn.po,756,1313,757,0,0,0,0,756,1313,zh_cn.po,,zh,cn,chinese,,china,zh_cn,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/vi.po,504,504,981,69,88,183,721,756,1313,vi.po,,vi,,vietnamese,,,vi,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ur.po,0,0,0,0,0,756,1313,756,1313,ur.po,,ur,,urdu,,,ur,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/uk.po,752,1304,1368,0,0,4,9,756,1313,uk.po,,uk,,ukrainian,,,uk,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/tr.po,612,672,672,4,8,140,633,756,1313,tr.po,,tr,,turkish,,,tr,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/te.po,756,1313,1337,0,0,0,0,756,1313,te.po,,te,,telugu,,,te,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ta.po,756,1313,1299,0,0,0,0,756,1313,ta.po,,ta,,tamil,,,ta,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/sv.po,752,1304,1203,0,0,4,9,756,1313,sv.po,,sv,,swedish,,,sv,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/sr@latin.po,750,1298,1290,5,9,1,6,756,1313,sr@latin.po,latin,sr,,serbian,,,sr@latin,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/sr.po,750,1298,1290,5,9,1,6,756,1313,sr.po,,sr,,serbian,,,sr,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/sq.po,551,551,551,38,54,167,708,756,1313,sq.po,,sq,,albanian,,,sq,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/sl.po,521,521,521,69,88,166,704,756,1313,sl.po,,sl,,slovenian,,,sl,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/sk.po,756,1313,1307,0,0,0,0,756,1313,sk.po,,sk,,slovak,,,sk,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/si.po,550,550,551,40,59,166,704,756,1313,si.po,,si,,sinhala,,,si,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ru.po,756,1313,1396,0,0,0,0,756,1313,ru.po,,ru,,russian,,,ru,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ro.po,550,550,550,40,59,166,704,756,1313,ro.po,,ro,,romanian,,,ro,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/pt_br.po,756,1313,1485,0,0,0,0,756,1313,pt_br.po,,pt,br,portuguese,,brazil,pt_br,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/pt.po,756,1313,1404,0,0,0,0,756,1313,pt.po,,pt,,portuguese,,,pt,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/pl.po,756,1313,1494,0,0,0,0,756,1313,pl.po,,pl,,polish,,,pl,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/pa.po,756,1313,1376,0,0,0,0,756,1313,pa.po,,pa,,punjabi,,,pa,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/or.po,756,1313,1318,0,0,0,0,756,1313,or.po,,or,,odia,,,or,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/nn.po,0,0,0,0,0,756,1313,756,1313,nn.po,,nn,,norwegian nynorsk,,,nn,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/nl.po,756,1313,1289,0,0,0,0,756,1313,nl.po,,nl,,dutch,,,nl,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/nds.po,756,1313,1295,0,0,0,0,756,1313,nds.po,,nds,,low german,,,nds,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/nb.po,709,1000,948,0,0,47,313,756,1313,nb.po,,nb,,norwegian bokmål,,,nb,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ms.po,551,551,551,39,58,166,704,756,1313,ms.po,,ms,,malay,,,ms,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/mr.po,756,1313,1318,0,0,0,0,756,1313,mr.po,,mr,,marathi,,,mr,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ml.po,756,1313,1312,0,0,0,0,756,1313,ml.po,,ml,,malayalam,,,ml,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/mk.po,521,521,521,69,88,166,704,756,1313,mk.po,,mk,,macedonian,,,mk,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/mai.po,559,559,564,31,50,166,704,756,1313,mai.po,,mai,,maithili,,,mai,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/lv.po,549,549,622,41,60,166,704,756,1313,lv.po,,lv,,latvian,,,lv,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/lt.po,521,521,521,69,88,166,704,756,1313,lt.po,,lt,,lithuanian,,,lt,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/lo.po,0,0,0,0,0,756,1313,756,1313,lo.po,,lo,,lao,,,lo,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ku.po,0,0,0,0,0,756,1313,756,1313,ku.po,,ku,,kurdish,,,ku,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ko.po,756,1313,1435,0,0,0,0,756,1313,ko.po,,ko,,korean,,,ko,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/kn.po,756,1313,1430,0,0,0,0,756,1313,kn.po,,kn,,kannada,,,kn,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ka.po,166,166,166,40,53,550,1094,756,1313,ka.po,,ka,,georgian,,,ka,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ja.po,756,1313,912,0,0,0,0,756,1313,ja.po,,ja,,japanese,,,ja,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/it.po,756,1313,1427,0,0,0,0,756,1313,it.po,,it,,italian,,,it,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/is.po,750,1298,1154,5,9,1,6,756,1313,is.po,,is,,icelandic,,,is,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ilo.po,0,0,0,0,0,756,1313,756,1313,ilo.po,,ilo,,iloko,,,ilo,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/id.po,539,539,539,51,70,166,704,756,1313,id.po,,id,,indonesian,,,id,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/hu.po,690,971,986,15,29,51,313,756,1313,hu.po,,hu,,hungarian,,,hu,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/hr.po,551,551,563,39,58,166,704,756,1313,hr.po,,hr,,croatian,,,hr,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/hi.po,756,1313,1317,0,0,0,0,756,1313,hi.po,,hi,,hindi,,,hi,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/he.po,504,504,515,31,50,221,759,756,1313,he.po,,he,,hebrew,,,he,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/gu.po,756,1313,1388,0,0,0,0,756,1313,gu.po,,gu,,gujarati,,,gu,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/gl.po,521,521,521,69,88,166,704,756,1313,gl.po,,gl,,galician,,,gl,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/fr.po,755,1307,1447,0,0,1,6,756,1313,fr.po,,fr,,french,,,fr,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/fi.po,756,1313,1213,0,0,0,0,756,1313,fi.po,,fi,,finnish,,,fi,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/fa.po,520,526,701,59,76,177,711,756,1313,fa.po,,fa,,persian,,,fa,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/et.po,521,521,522,69,88,166,704,756,1313,et.po,,et,,estonian,,,et,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/en_gb.po,734,1223,1223,19,67,3,23,756,1313,en_gb.po,,en,gb,english,,united kingdom,en_gb,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/el.po,734,1223,1195,19,67,3,23,756,1313,el.po,,el,,greek,,,el,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/de.po,756,1313,1295,0,0,0,0,756,1313,de.po,,de,,german,,,de,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/da.po,750,1298,1198,5,9,1,6,756,1313,da.po,,da,,danish,,,da,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/cy.po,539,539,543,51,70,166,704,756,1313,cy.po,,cy,,welsh,,,cy,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/cs.po,752,1304,1298,0,0,4,9,756,1313,cs.po,,cs,,czech,,,cs,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ca.po,652,905,959,1,2,103,406,756,1313,ca.po,,ca,,catalan,,,ca,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/bs.po,550,550,562,40,59,166,704,756,1313,bs.po,,bs,,bosnian,,,bs,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/bn_in.po,756,1313,1335,0,0,0,0,756,1313,bn_in.po,,bn,in,bangla,,india,bn_in,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/bn.po,539,539,597,51,70,166,704,756,1313,bn.po,,bn,,bangla,,,bn,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/bg.po,559,559,573,31,50,166,704,756,1313,bg.po,,bg,,bulgarian,,,bg,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ast.po,756,1313,1322,0,0,0,0,756,1313,ast.po,,ast,,asturian,,,ast,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/as.po,734,1223,1387,19,67,3,23,756,1313,as.po,,as,,assamese,,,as,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/ar.po,750,1298,1298,5,9,1,6,756,1313,ar.po,,ar,,arabic,,,ar,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/am.po,521,521,543,69,88,166,704,756,1313,am.po,,am,,amharic,,,am,panels/datetime/po-timezones -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,panels/datetime/po-timezones/es.po,756,1313,1465,0,0,0,0,756,1313,es.po,,es,,spanish,,,es,panels/datetime/po-timezon -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/zu.po,564,2619,2251,100,352,958,2774,1622,5745,zu.po,,zu,,zulu,,,zu,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/zh_tw.po,1572,5528,2099,0,0,50,217,1622,5745,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/zh_hk.po,1454,4946,1843,0,0,168,799,1622,5745,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/zh_cn.po,1594,5684,2114,0,0,28,61,1622,5745,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/xh.po,646,2834,2520,55,267,921,2644,1622,5745,xh.po,,xh,,xhosa,,,xh,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/wa.po,128,273,373,219,470,1275,5002,1622,5745,wa.po,,wa,,walloon,,,wa,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/vi.po,1526,5320,7609,0,0,96,425,1622,5745,vi.po,,vi,,vietnamese,,,vi,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,353,885,846,0,0,1269,4860,1622,5745,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/uz.po,353,885,846,0,0,1269,4860,1622,5745,uz.po,,uz,,uzbek,,,uz,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/uk.po,1492,5200,4819,0,0,130,545,1622,5745,uk.po,,uk,,ukrainian,,,uk,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ug.po,1432,4462,4192,2,2,188,1281,1622,5745,ug.po,,ug,,uyghur,,,ug,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/tr.po,1595,5738,5138,0,0,27,7,1622,5745,tr.po,,tr,,turkish,,,tr,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/th.po,1501,5190,2170,0,0,121,555,1622,5745,th.po,,th,,thai,,,th,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/tg.po,1106,3632,3881,336,1140,180,973,1622,5745,tg.po,,tg,,tajik,,,tg,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/te.po,1454,4946,4484,0,0,168,799,1622,5745,te.po,,te,,telugu,,,te,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ta.po,1454,4946,4602,0,0,168,799,1622,5745,ta.po,,ta,,tamil,,,ta,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/sv.po,1595,5738,5254,0,0,27,7,1622,5745,sv.po,,sv,,swedish,,,sv,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/sr@latin.po,1526,5320,5367,0,0,96,425,1622,5745,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/sr.po,1595,5738,5781,0,0,27,7,1622,5745,sr.po,,sr,,serbian,,,sr,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/sq.po,724,2780,3203,0,0,898,2965,1622,5745,sq.po,,sq,,albanian,,,sq,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/sl.po,1592,5669,5723,0,0,30,76,1622,5745,sl.po,,sl,,slovenian,,,sl,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/sk.po,1585,5621,5530,3,6,34,118,1622,5745,sk.po,,sk,,slovak,,,sk,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/si.po,184,380,454,0,0,1438,5365,1622,5745,si.po,,si,,sinhala,,,si,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/rw.po,60,63,64,474,2800,1088,2882,1622,5745,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ru.po,1597,5688,5364,0,0,25,57,1622,5745,ru.po,,ru,,russian,,,ru,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ro.po,1595,5738,6085,0,0,27,7,1622,5745,ro.po,,ro,,romanian,,,ro,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/pt_br.po,1595,5738,6510,0,0,27,7,1622,5745,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/pt.po,1504,5267,5898,0,0,118,478,1622,5745,pt.po,,pt,,portuguese,,,pt,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/pl.po,1595,5738,5492,0,0,27,7,1622,5745,pl.po,,pl,,polish,,,pl,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/pa.po,1575,5477,6218,5,20,42,248,1622,5745,pa.po,,pa,,punjabi,,,pa,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/or.po,1454,4946,5435,0,0,168,799,1622,5745,or.po,,or,,odia,,,or,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/oc.po,1551,5346,6226,0,0,71,399,1622,5745,oc.po,,oc,,occitan,,,oc,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/nso.po,571,2626,3886,95,347,956,2772,1622,5745,nso.po,,nso,,northern sotho,,,nso,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/nn.po,567,1856,1702,0,0,1055,3889,1622,5745,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/nl.po,1595,5738,5461,0,0,27,7,1622,5745,nl.po,,nl,,dutch,,,nl,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ne.po,1288,3406,3411,136,547,198,1792,1622,5745,ne.po,,ne,,nepali,,,ne,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/nds.po,389,706,657,0,0,1233,5039,1622,5745,nds.po,,nds,,low german,,,nds,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/nb.po,1570,5406,5171,2,8,50,331,1622,5745,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/my.po,368,1049,605,0,0,1254,4696,1622,5745,my.po,,my,,burmese,,,my,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ms.po,327,868,832,517,1222,778,3655,1622,5745,ms.po,,ms,,malay,,,ms,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/mr.po,1454,4946,4960,0,0,168,799,1622,5745,mr.po,,mr,,marathi,,,mr,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/mn.po,778,3548,3065,0,0,844,2197,1622,5745,mn.po,,mn,,mongolian,,,mn,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ml.po,1386,4336,3756,44,318,192,1091,1622,5745,ml.po,,ml,,malayalam,,,ml,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/mk.po,953,2882,3146,0,0,669,2863,1622,5745,mk.po,,mk,,macedonian,,,mk,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/mg.po,770,3501,3857,3,15,849,2229,1622,5745,mg.po,,mg,,malagasy,,,mg,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/mai.po,483,1583,1841,0,0,1139,4162,1622,5745,mai.po,,mai,,maithili,,,mai,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/lv.po,1622,5713,5172,0,0,0,32,1622,5745,lv.po,,lv,,latvian,,,lv,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/lt.po,1595,5738,5095,0,0,27,7,1622,5745,lt.po,,lt,,lithuanian,,,lt,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ky.po,695,1780,1661,11,26,916,3939,1622,5745,ky.po,,ky,,kyrgyz,,,ky,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ku.po,198,447,472,256,706,1168,4592,1622,5745,ku.po,,ku,,kurdish,,,ku,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ko.po,1595,5738,4909,0,0,27,7,1622,5745,ko.po,,ko,,korean,,,ko,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/kn.po,1452,4958,4666,0,0,170,787,1622,5745,kn.po,,kn,,kannada,,,kn,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/km.po,19,30,20,0,0,1603,5715,1622,5745,km.po,,km,,khmer,,,km,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/kk.po,1622,5713,5279,0,0,0,32,1622,5745,kk.po,,kk,,kazakh,,,kk,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ka.po,626,1983,1670,51,322,945,3440,1622,5745,ka.po,,ka,,georgian,,,ka,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ja.po,1580,5616,2058,0,0,42,129,1622,5745,ja.po,,ja,,japanese,,,ja,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/it.po,1595,5738,6096,0,0,27,7,1622,5745,it.po,,it,,italian,,,it,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/is.po,1592,5590,5462,0,0,30,155,1622,5745,is.po,,is,,icelandic,,,is,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/id.po,1595,5738,5684,0,0,27,7,1622,5745,id.po,,id,,indonesian,,,id,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/hy.po,480,1906,1762,0,0,1142,3839,1622,5745,hy.po,,hy,,armenian,,,hy,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/hu.po,1595,5738,5178,0,0,27,7,1622,5745,hu.po,,hu,,hungarian,,,hu,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/hr.po,1595,5738,5568,0,0,27,7,1622,5745,hr.po,,hr,,croatian,,,hr,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/hi.po,1454,4946,5873,0,0,168,799,1622,5745,hi.po,,hi,,hindi,,,hi,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/he.po,1502,5192,5010,0,0,120,553,1622,5745,he.po,,he,,hebrew,,,he,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/gu.po,1454,4946,5506,0,0,168,799,1622,5745,gu.po,,gu,,gujarati,,,gu,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/gl.po,1595,5738,6671,0,0,27,7,1622,5745,gl.po,,gl,,galician,,,gl,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/gd.po,1526,5320,6981,0,0,96,425,1622,5745,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ga.po,892,1952,2167,149,574,581,3219,1622,5745,ga.po,,ga,,irish,,,ga,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/fur.po,1595,5738,6536,0,0,27,7,1622,5745,fur.po,,fur,,friulian,,,fur,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/fr.po,1595,5738,6776,0,0,27,7,1622,5745,fr.po,,fr,,french,,,fr,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/fi.po,1587,5634,4454,1,5,34,106,1622,5745,fi.po,,fi,,finnish,,,fi,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/fa.po,1595,5738,6288,0,0,27,7,1622,5745,fa.po,,fa,,persian,,,fa,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/eu.po,1596,5745,5341,0,0,26,0,1622,5745,eu.po,,eu,,basque,,,eu,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/et.po,1444,4906,4090,0,0,178,839,1622,5745,et.po,,et,,estonian,,,et,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/es.po,1595,5738,6737,0,0,27,7,1622,5745,es.po,,es,,spanish,,,es,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/eo.po,1592,5664,5245,4,24,26,57,1622,5745,eo.po,,eo,,esperanto,,,eo,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/en_gb.po,1595,5738,5735,0,0,27,7,1622,5745,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/en_ca.po,754,3477,3483,0,0,868,2268,1622,5745,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/en@shaw.po,696,2803,2803,115,717,811,2225,1622,5745,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/en.po,6,17,17,0,0,1616,5728,1622,5745,en.po,,en,,english,,,en,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/el.po,1595,5738,6185,0,0,27,7,1622,5745,el.po,,el,,greek,,,el,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/dz.po,757,3067,1479,0,0,865,2678,1622,5745,dz.po,,dz,,dzongkha,,,dz,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/de.po,1595,5738,5470,0,0,27,7,1622,5745,de.po,,de,,german,,,de,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/da.po,1595,5738,5233,0,0,27,7,1622,5745,da.po,,da,,danish,,,da,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/cy.po,763,3491,3703,0,0,859,2254,1622,5745,cy.po,,cy,,welsh,,,cy,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/cs.po,1595,5738,5650,0,0,27,7,1622,5745,cs.po,,cs,,czech,,,cs,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/crh.po,1198,3387,3138,0,0,424,2358,1622,5745,crh.po,,crh,,crimean turkish,,,crh,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ca@valencia.po,1499,5228,6292,0,0,123,517,1622,5745,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ca.po,1595,5738,6850,0,0,27,7,1622,5745,ca.po,,ca,,catalan,,,ca,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/bs.po,1458,4996,4829,0,0,164,749,1622,5745,bs.po,,bs,,bosnian,,,bs,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/br.po,218,474,577,36,89,1368,5182,1622,5745,br.po,,br,,breton,,,br,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/bn_in.po,1454,4946,5400,0,0,168,799,1622,5745,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/bn.po,742,2352,2435,0,0,880,3393,1622,5745,bn.po,,bn,,bangla,,,bn,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/bg.po,1499,5228,5824,0,0,123,517,1622,5745,bg.po,,bg,,bulgarian,,,bg,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/be@latin.po,770,3188,2909,0,0,852,2557,1622,5745,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/be.po,1566,5516,5182,0,0,56,229,1622,5745,be.po,,be,,belarusian,,,be,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/az.po,564,2619,2394,100,352,958,2774,1622,5745,az.po,,az,,azerbaijani,,,az,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ast.po,943,2973,3288,0,0,679,2772,1622,5745,ast.po,,ast,,asturian,,,ast,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/as.po,1454,4946,5359,0,0,168,799,1622,5745,as.po,,as,,assamese,,,as,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/ar.po,1530,5172,4945,4,19,88,554,1622,5745,ar.po,,ar,,arabic,,,ar,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/an.po,1464,5034,5936,0,0,158,711,1622,5745,an.po,,an,,aragonese,,,an,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/am.po,111,160,179,168,311,1343,5274,1622,5745,am.po,,am,,amharic,,,am,po -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv,po/af.po,1470,5162,5138,30,83,122,500,1622,5745,af.po,,af,,afrikaans,,,af,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/zh_cn/zh_cn.po,69,2543,196,4,344,1,2,74,2889,zh_cn.po,,zh,cn,chinese,,china,zh_cn,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/vi/vi.po,74,2887,3962,0,0,0,2,74,2889,vi.po,,vi,,vietnamese,,,vi,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/uk/uk.po,73,2887,2544,0,0,1,2,74,2889,uk.po,,uk,,ukrainian,,,uk,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/sv/sv.po,72,2889,2853,0,0,2,0,74,2889,sv.po,,sv,,swedish,,,sv,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/sl/sl.po,72,2889,2543,0,0,2,0,74,2889,sl.po,,sl,,slovenian,,,sl,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/pt_br/pt_br.po,72,2889,2981,0,0,2,0,74,2889,pt_br.po,,pt,br,portuguese,,brazil,pt_br,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/oc/oc.po,9,17,24,0,0,65,2872,74,2889,oc.po,,oc,,occitan,,,oc,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/ko/ko.po,73,2887,2175,0,0,1,2,74,2889,ko.po,,ko,,korean,,,ko,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/hu/hu.po,72,2889,2628,0,0,2,0,74,2889,hu.po,,hu,,hungarian,,,hu,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/gl/gl.po,61,2145,2156,0,0,13,744,74,2889,gl.po,,gl,,galician,,,gl,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/fr/fr.po,72,2889,3109,0,0,2,0,74,2889,fr.po,,fr,,french,,,fr,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/eu/eu.po,73,2887,2311,0,0,1,2,74,2889,eu.po,,eu,,basque,,,eu,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/es/es.po,72,2889,3006,0,0,2,0,74,2889,es.po,,es,,spanish,,,es,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/el/el.po,72,2889,3045,0,0,2,0,74,2889,el.po,,el,,greek,,,el,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/de/de.po,72,2889,2801,0,0,2,0,74,2889,de.po,,de,,german,,,de,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/cs/cs.po,11,126,121,0,0,63,2763,74,2889,cs.po,,cs,,czech,,,cs,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/ca/ca.po,72,2889,2977,0,0,2,0,74,2889,ca.po,,ca,,catalan,,,ca,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/fdl/ar/ar.po,6,13,13,0,0,68,2876,74,2889,ar.po,,ar,,arabic,,,ar,desktop-docs/fdl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/zh_cn/zh_cn.po,70,2552,136,0,0,1,3,71,2555,zh_cn.po,,zh,cn,chinese,,china,zh_cn,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/vi/vi.po,71,2552,3505,0,0,0,3,71,2555,vi.po,,vi,,vietnamese,,,vi,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/uk/uk.po,69,2511,2508,1,41,1,3,71,2555,uk.po,,uk,,ukrainian,,,uk,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/sv/sv.po,69,2555,2433,0,0,2,0,71,2555,sv.po,,sv,,swedish,,,sv,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/sr@latin/sr@latin.po,69,2555,2304,0,0,2,0,71,2555,sr@latin.po,latin,sr,,serbian,,,sr@latin,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/sr/sr.po,69,2555,2304,0,0,2,0,71,2555,sr.po,,sr,,serbian,,,sr,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/sl/sl.po,69,2555,2328,0,0,2,0,71,2555,sl.po,,sl,,slovenian,,,sl,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/pt_br/pt_br.po,69,2555,2545,0,0,2,0,71,2555,pt_br.po,,pt,br,portuguese,,brazil,pt_br,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/pa/pa.po,25,77,85,0,0,46,2478,71,2555,pa.po,,pa,,punjabi,,,pa,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/oc/oc.po,18,33,38,0,0,53,2522,71,2555,oc.po,,oc,,occitan,,,oc,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/nds/nds.po,39,465,489,31,2087,1,3,71,2555,nds.po,,nds,,low german,,,nds,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/ko/ko.po,70,2552,2059,0,0,1,3,71,2555,ko.po,,ko,,korean,,,ko,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/hu/hu.po,69,2555,2094,0,0,2,0,71,2555,hu.po,,hu,,hungarian,,,hu,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/gl/gl.po,69,2555,2851,0,0,2,0,71,2555,gl.po,,gl,,galician,,,gl,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/fr/fr.po,69,2555,2948,0,0,2,0,71,2555,fr.po,,fr,,french,,,fr,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/fi/fi.po,66,2390,1826,3,165,2,0,71,2555,fi.po,,fi,,finnish,,,fi,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/eu/eu.po,70,2552,1992,0,0,1,3,71,2555,eu.po,,eu,,basque,,,eu,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/es/es.po,69,2555,2722,0,0,2,0,71,2555,es.po,,es,,spanish,,,es,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/el/el.po,69,2555,2635,0,0,2,0,71,2555,el.po,,el,,greek,,,el,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/de/de.po,69,2555,2676,0,0,2,0,71,2555,de.po,,de,,german,,,de,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/cs/cs.po,69,2555,2207,0,0,2,0,71,2555,cs.po,,cs,,czech,,,cs,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/ca/ca.po,69,2555,2703,0,0,2,0,71,2555,ca.po,,ca,,catalan,,,ca,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/gpl/ar/ar.po,70,2552,1913,0,0,1,3,71,2555,ar.po,,ar,,arabic,,,ar,desktop-docs/gpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/zh_cn/zh_cn.po,71,2364,156,3,132,26,1645,100,4141,zh_cn.po,,zh,cn,chinese,,china,zh_cn,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/vi/vi.po,100,4137,5545,0,0,0,4,100,4141,vi.po,,vi,,vietnamese,,,vi,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/uk/uk.po,99,4137,3895,0,0,1,4,100,4141,uk.po,,uk,,ukrainian,,,uk,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/sv/sv.po,98,4140,3650,0,0,2,1,100,4141,sv.po,,sv,,swedish,,,sv,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/sl/sl.po,99,4141,3695,0,0,1,0,100,4141,sl.po,,sl,,slovenian,,,sl,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/pt_br/pt_br.po,98,4140,4117,0,0,2,1,100,4141,pt_br.po,,pt,br,portuguese,,brazil,pt_br,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/pa/pa.po,34,274,305,0,0,66,3867,100,4141,pa.po,,pa,,punjabi,,,pa,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/oc/oc.po,22,41,46,0,0,78,4100,100,4141,oc.po,,oc,,occitan,,,oc,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/ko/ko.po,99,4137,3163,0,0,1,4,100,4141,ko.po,,ko,,korean,,,ko,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/hu/hu.po,98,4140,3433,0,0,2,1,100,4141,hu.po,,hu,,hungarian,,,hu,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/fr/fr.po,98,4140,4590,0,0,2,1,100,4141,fr.po,,fr,,french,,,fr,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/fi/fi.po,60,1912,1495,8,465,32,1764,100,4141,fi.po,,fi,,finnish,,,fi,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/eu/eu.po,99,4137,3084,0,0,1,4,100,4141,eu.po,,eu,,basque,,,eu,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/es/es.po,98,4140,4433,0,0,2,1,100,4141,es.po,,es,,spanish,,,es,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/el/el.po,98,4140,4214,0,0,2,1,100,4141,el.po,,el,,greek,,,el,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/de/de.po,98,4140,4452,0,0,2,1,100,4141,de.po,,de,,german,,,de,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/cs/cs.po,11,103,104,0,0,89,4038,100,4141,cs.po,,cs,,czech,,,cs,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/ca/ca.po,49,1360,1388,0,0,51,2781,100,4141,ca.po,,ca,,catalan,,,ca,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,desktop-docs/lgpl/ar/ar.po,6,13,12,0,0,94,4128,100,4141,ar.po,,ar,,arabic,,,ar,desktop-docs/lgpl/ -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/zu.po,72,316,260,1,4,20,118,93,438,zu.po,,zu,,zulu,,,zu,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,27,152,80,0,0,66,286,93,438,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,23,146,83,0,0,70,292,93,438,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,27,152,89,0,0,66,286,93,438,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/yo.po,90,328,357,2,8,1,102,93,438,yo.po,,yo,,yoruba,,,yo,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/yi.po,2,2,2,2,2,89,434,93,438,yi.po,,yi,,yiddish,,,yi,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,24,139,111,7,96,62,203,93,438,xh.po,,xh,,xhosa,,,xh,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,72,316,449,1,4,20,118,93,438,wa.po,,wa,,walloon,,,wa,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,23,146,179,0,0,70,292,93,438,vi.po,,vi,,vietnamese,,,vi,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,23,146,157,0,0,70,292,93,438,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/uz.po,73,314,285,0,0,20,124,93,438,uz.po,,uz,,uzbek,,,uz,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ur.po,9,15,16,3,3,81,420,93,438,ur.po,,ur,,urdu,,,ur,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,23,146,138,0,0,70,292,93,438,uk.po,,uk,,ukrainian,,,uk,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,36,232,200,0,0,57,206,93,438,ug.po,,ug,,uyghur,,,ug,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,34,159,144,0,0,59,279,93,438,tr.po,,tr,,turkish,,,tr,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,69,291,256,1,4,23,143,93,438,tk.po,,tk,,turkmen,,,tk,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,23,146,98,0,0,70,292,93,438,th.po,,th,,thai,,,th,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,23,146,145,0,0,70,292,93,438,tg.po,,tg,,tajik,,,tg,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,23,146,131,0,0,70,292,93,438,te.po,,te,,telugu,,,te,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,23,146,138,0,0,70,292,93,438,ta.po,,ta,,tamil,,,ta,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,34,159,162,0,0,59,279,93,438,sv.po,,sv,,swedish,,,sv,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,27,152,143,0,0,66,286,93,438,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,34,159,151,0,0,59,279,93,438,sr.po,,sr,,serbian,,,sr,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,71,285,350,0,0,22,153,93,438,sq.po,,sq,,albanian,,,sq,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,34,159,155,0,0,59,279,93,438,sl.po,,sl,,slovenian,,,sl,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,34,159,136,0,0,59,279,93,438,sk.po,,sk,,slovak,,,sk,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,76,330,344,0,0,17,108,93,438,si.po,,si,,sinhala,,,si,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,14,15,19,44,276,35,147,93,438,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,27,152,153,0,0,66,286,93,438,ru.po,,ru,,russian,,,ru,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,34,159,161,0,0,59,279,93,438,ro.po,,ro,,romanian,,,ro,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,34,159,180,0,0,59,279,93,438,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,23,146,150,0,0,70,292,93,438,pt.po,,pt,,portuguese,,,pt,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ps.po,58,144,174,0,0,35,294,93,438,ps.po,,ps,,pashto,,,ps,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,34,159,162,0,0,59,279,93,438,pl.po,,pl,,polish,,,pl,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,34,159,172,0,0,59,279,93,438,pa.po,,pa,,punjabi,,,pa,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,23,146,147,0,0,70,292,93,438,or.po,,or,,odia,,,or,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,23,146,167,0,0,70,292,93,438,oc.po,,oc,,occitan,,,oc,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/nso.po,72,316,489,1,4,20,118,93,438,nso.po,,nso,,northern sotho,,,nso,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,22,196,192,9,39,62,203,93,438,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,27,152,153,0,0,66,286,93,438,nl.po,,nl,,dutch,,,nl,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,34,159,152,0,0,59,279,93,438,ne.po,,ne,,nepali,,,ne,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/nds.po,53,351,360,0,0,40,87,93,438,nds.po,,nds,,low german,,,nds,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,34,159,154,0,0,59,279,93,438,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,61,377,360,0,0,32,61,93,438,ms.po,,ms,,malay,,,ms,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,23,146,148,0,0,70,292,93,438,mr.po,,mr,,marathi,,,mr,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,53,349,301,0,0,40,89,93,438,mn.po,,mn,,mongolian,,,mn,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,27,152,132,0,0,66,286,93,438,ml.po,,ml,,malayalam,,,ml,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,31,235,253,0,0,62,203,93,438,mk.po,,mk,,macedonian,,,mk,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/mi.po,14,20,27,1,4,78,414,93,438,mi.po,,mi,,maori,,,mi,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/mg.po,70,281,336,1,4,22,153,93,438,mg.po,,mg,,malagasy,,,mg,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,53,351,388,0,0,40,87,93,438,mai.po,,mai,,maithili,,,mai,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,34,159,151,0,0,59,279,93,438,lv.po,,lv,,latvian,,,lv,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,34,159,143,0,0,59,279,93,438,lt.po,,lt,,lithuanian,,,lt,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/lo.po,23,146,97,0,0,70,292,93,438,lo.po,,lo,,lao,,,lo,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/li.po,33,96,95,18,32,42,310,93,438,li.po,,li,,limburgish,,,li,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ky.po,35,241,210,0,0,58,197,93,438,ky.po,,ky,,kyrgyz,,,ky,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,48,297,340,0,0,45,141,93,438,ku.po,,ku,,kurdish,,,ku,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,34,159,154,0,0,59,279,93,438,ko.po,,ko,,korean,,,ko,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,23,146,138,0,0,70,292,93,438,kn.po,,kn,,kannada,,,kn,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,31,235,140,0,0,62,203,93,438,km.po,,km,,khmer,,,km,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,27,152,136,0,0,66,286,93,438,kk.po,,kk,,kazakh,,,kk,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/kg.po,49,384,392,0,0,44,54,93,438,kg.po,,kg,,kongo,,,kg,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,69,283,241,0,0,24,155,93,438,ka.po,,ka,,georgian,,,ka,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,28,153,106,0,0,65,285,93,438,ja.po,,ja,,japanese,,,ja,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,34,159,161,0,0,59,279,93,438,it.po,,it,,italian,,,it,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,27,152,139,0,0,66,286,93,438,is.po,,is,,icelandic,,,is,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ig.po,29,203,227,3,14,61,221,93,438,ig.po,,ig,,igbo,,,ig,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,34,159,165,0,0,59,279,93,438,id.po,,id,,indonesian,,,id,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/hy.po,52,345,326,1,4,40,89,93,438,hy.po,,hy,,armenian,,,hy,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,34,159,134,0,0,59,279,93,438,hu.po,,hu,,hungarian,,,hu,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,34,159,145,0,0,59,279,93,438,hr.po,,hr,,croatian,,,hr,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,23,146,172,0,0,70,292,93,438,hi.po,,hi,,hindi,,,hi,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,23,146,141,0,0,70,292,93,438,he.po,,he,,hebrew,,,he,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ha.po,29,203,314,3,14,61,221,93,438,ha.po,,ha,,hausa,,,ha,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,23,146,163,0,0,70,292,93,438,gu.po,,gu,,gujarati,,,gu,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,34,159,182,0,0,59,279,93,438,gl.po,,gl,,galician,,,gl,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,23,146,198,0,0,70,292,93,438,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,27,136,146,0,0,66,302,93,438,ga.po,,ga,,irish,,,ga,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/fy.po,40,209,219,0,0,53,229,93,438,fy.po,,fy,,western frisian,,,fy,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,34,159,179,0,0,59,279,93,438,fur.po,,fur,,friulian,,,fur,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,34,159,183,0,0,59,279,93,438,fr.po,,fr,,french,,,fr,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,27,152,136,0,0,66,286,93,438,fi.po,,fi,,finnish,,,fi,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,34,159,174,0,0,59,279,93,438,fa.po,,fa,,persian,,,fa,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,34,159,150,0,0,59,279,93,438,eu.po,,eu,,basque,,,eu,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,23,146,128,0,0,70,292,93,438,et.po,,et,,estonian,,,et,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,34,159,183,0,0,59,279,93,438,es.po,,es,,spanish,,,es,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,27,152,159,0,0,66,286,93,438,eo.po,,eo,,esperanto,,,eo,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,27,152,152,0,0,66,286,93,438,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,76,330,330,0,0,17,108,93,438,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,49,334,334,12,104,32,0,93,438,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/en.po,12,34,34,0,0,81,404,93,438,en.po,,en,,english,,,en,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,34,159,173,0,0,59,279,93,438,el.po,,el,,greek,,,el,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,69,283,161,0,0,24,155,93,438,dz.po,,dz,,dzongkha,,,dz,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,34,159,156,0,0,59,279,93,438,de.po,,de,,german,,,de,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,34,159,152,0,0,59,279,93,438,da.po,,da,,danish,,,da,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,73,323,336,0,0,20,115,93,438,cy.po,,cy,,welsh,,,cy,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/csb.po,31,235,231,0,0,62,203,93,438,csb.po,,csb,,kashubian,,,csb,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,34,159,142,0,0,59,279,93,438,cs.po,,cs,,czech,,,cs,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/crh.po,36,233,216,0,0,57,205,93,438,crh.po,,crh,,crimean turkish,,,crh,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,23,146,175,0,0,70,292,93,438,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,34,159,192,0,0,59,279,93,438,ca.po,,ca,,catalan,,,ca,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,23,146,134,0,0,70,292,93,438,bs.po,,bs,,bosnian,,,bs,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/br.po,51,335,372,1,4,41,99,93,438,br.po,,br,,breton,,,br,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,23,146,153,0,0,70,292,93,438,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,31,235,225,0,0,62,203,93,438,bn.po,,bn,,bangla,,,bn,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,23,146,149,0,0,70,292,93,438,bg.po,,bg,,bulgarian,,,bg,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,52,349,326,0,0,41,89,93,438,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,27,152,156,0,0,66,286,93,438,be.po,,be,,belarusian,,,be,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,72,316,299,1,4,20,118,93,438,az.po,,az,,azerbaijani,,,az,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,23,207,230,0,0,70,231,93,438,ast.po,,ast,,asturian,,,ast,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,23,146,151,0,0,70,292,93,438,as.po,,as,,assamese,,,as,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,27,152,143,0,0,66,286,93,438,ar.po,,ar,,arabic,,,ar,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,23,146,161,0,0,70,292,93,438,an.po,,an,,aragonese,,,an,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,32,92,97,19,36,42,310,93,438,am.po,,am,,amharic,,,am,po -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,31,235,249,0,0,62,203,93,438,af.po,,af,,afrikaans,,,af,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,735,3945,1147,0,0,342,599,1077,4544,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,632,3423,980,0,0,445,1121,1077,4544,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,714,3822,1132,0,0,363,722,1077,4544,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,693,3718,4930,0,0,384,826,1077,4544,vi.po,,vi,,vietnamese,,,vi,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,417,2229,2007,0,0,660,2315,1077,4544,uk.po,,uk,,ukrainian,,,uk,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,734,3775,3382,0,0,343,769,1077,4544,ug.po,,ug,,uyghur,,,ug,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,744,3967,3407,0,0,333,577,1077,4544,tr.po,,tr,,turkish,,,tr,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,654,3543,1165,0,0,423,1001,1077,4544,th.po,,th,,thai,,,th,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,610,3061,3051,56,394,411,1089,1077,4544,tg.po,,tg,,tajik,,,tg,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,632,3423,2829,0,0,445,1121,1077,4544,te.po,,te,,telugu,,,te,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,632,3423,2869,0,0,445,1121,1077,4544,ta.po,,ta,,tamil,,,ta,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,744,3967,3805,0,0,333,577,1077,4544,sv.po,,sv,,swedish,,,sv,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,713,3820,3823,0,0,364,724,1077,4544,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,744,3967,3949,0,0,333,577,1077,4544,sr.po,,sr,,serbian,,,sr,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,744,3967,3896,0,0,333,577,1077,4544,sl.po,,sl,,slovenian,,,sl,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,736,3868,3803,1,44,340,632,1077,4544,sk.po,,sk,,slovak,,,sk,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,737,3949,3517,0,0,340,595,1077,4544,ru.po,,ru,,russian,,,ru,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,744,3967,4569,0,0,333,577,1077,4544,ro.po,,ro,,romanian,,,ro,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,744,3967,4637,0,0,333,577,1077,4544,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,653,3535,4016,0,0,424,1009,1077,4544,pt.po,,pt,,portuguese,,,pt,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,744,3967,3826,0,0,333,577,1077,4544,pl.po,,pl,,polish,,,pl,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,632,3423,3769,0,0,445,1121,1077,4544,pa.po,,pa,,punjabi,,,pa,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,632,3423,3434,0,0,445,1121,1077,4544,or.po,,or,,odia,,,or,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,654,3543,4230,0,0,423,1001,1077,4544,oc.po,,oc,,occitan,,,oc,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,735,3954,4011,0,0,342,590,1077,4544,nl.po,,nl,,dutch,,,nl,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,196,389,411,229,745,652,3410,1077,4544,ne.po,,ne,,nepali,,,ne,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,679,3489,3459,7,90,391,965,1077,4544,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,515,1288,1281,0,0,562,3256,1077,4544,ms.po,,ms,,malay,,,ms,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,632,3423,3032,0,0,445,1121,1077,4544,mr.po,,mr,,marathi,,,mr,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,737,3863,2984,0,0,340,681,1077,4544,ml.po,,ml,,malayalam,,,ml,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,1077,4544,4989,0,0,0,0,1077,4544,mk.po,,mk,,macedonian,,,mk,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,111,148,208,0,0,966,4396,1077,4544,mai.po,,mai,,maithili,,,mai,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,744,3967,3564,0,0,333,577,1077,4544,lv.po,,lv,,latvian,,,lv,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,744,3967,3440,0,0,333,577,1077,4544,lt.po,,lt,,lithuanian,,,lt,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,224,475,516,107,331,746,3738,1077,4544,ku.po,,ku,,kurdish,,,ku,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,744,3967,3257,0,0,333,577,1077,4544,ko.po,,ko,,korean,,,ko,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,632,3423,2888,0,0,445,1121,1077,4544,kn.po,,kn,,kannada,,,kn,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,632,3423,1312,0,0,445,1121,1077,4544,km.po,,km,,khmer,,,km,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,478,1684,1634,0,0,599,2860,1077,4544,kk.po,,kk,,kazakh,,,kk,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,724,3848,1284,0,0,353,696,1077,4544,ja.po,,ja,,japanese,,,ja,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,744,3967,4175,0,0,333,577,1077,4544,it.po,,it,,italian,,,it,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,424,1227,1270,0,0,653,3317,1077,4544,is.po,,is,,icelandic,,,is,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,744,3967,3828,0,0,333,577,1077,4544,id.po,,id,,indonesian,,,id,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/hy.po,1075,4544,4122,0,0,2,0,1077,4544,hy.po,,hy,,armenian,,,hy,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,744,3967,3513,0,0,333,577,1077,4544,hu.po,,hu,,hungarian,,,hu,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,744,3967,3650,0,0,333,577,1077,4544,hr.po,,hr,,croatian,,,hr,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,632,3423,4135,0,0,445,1121,1077,4544,hi.po,,hi,,hindi,,,hi,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,653,3522,3213,1,21,423,1001,1077,4544,he.po,,he,,hebrew,,,he,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,652,3533,3852,0,0,425,1011,1077,4544,gu.po,,gu,,gujarati,,,gu,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,744,3967,4789,0,0,333,577,1077,4544,gl.po,,gl,,galician,,,gl,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,713,3820,5126,0,0,364,724,1077,4544,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,205,416,464,29,89,843,4039,1077,4544,ga.po,,ga,,irish,,,ga,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,735,3954,4614,0,0,342,590,1077,4544,fur.po,,fur,,friulian,,,fur,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,744,3967,4808,0,0,333,577,1077,4544,fr.po,,fr,,french,,,fr,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,728,3847,2904,7,67,342,630,1077,4544,fi.po,,fi,,finnish,,,fi,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,685,2976,3077,0,0,392,1568,1077,4544,fa.po,,fa,,persian,,,fa,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,744,3967,3318,0,0,333,577,1077,4544,eu.po,,eu,,basque,,,eu,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,545,3026,2339,0,0,532,1518,1077,4544,et.po,,et,,estonian,,,et,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,744,3967,4685,0,0,333,577,1077,4544,es.po,,es,,spanish,,,es,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,638,3083,2957,0,0,439,1461,1077,4544,eo.po,,eo,,esperanto,,,eo,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,744,3967,3975,0,0,333,577,1077,4544,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,455,1944,1944,620,2600,2,0,1077,4544,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,714,3785,4093,13,99,350,660,1077,4544,el.po,,el,,greek,,,el,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,744,3967,3960,0,0,333,577,1077,4544,de.po,,de,,german,,,de,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,735,3945,3719,0,0,342,599,1077,4544,da.po,,da,,danish,,,da,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,744,3967,3890,0,0,333,577,1077,4544,cs.po,,cs,,czech,,,cs,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,693,3718,4784,0,0,384,826,1077,4544,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,744,3967,5059,0,0,333,577,1077,4544,ca.po,,ca,,catalan,,,ca,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,636,3435,3325,0,0,441,1109,1077,4544,bs.po,,bs,,bosnian,,,bs,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,632,3423,3588,0,0,445,1121,1077,4544,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,1075,4544,4689,0,0,2,0,1077,4544,bn.po,,bn,,bangla,,,bn,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,545,3026,3514,0,0,532,1518,1077,4544,bg.po,,bg,,bulgarian,,,bg,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,693,3718,3424,0,0,384,826,1077,4544,be.po,,be,,belarusian,,,be,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,1075,4544,5095,0,0,2,0,1077,4544,ast.po,,ast,,asturian,,,ast,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,632,3423,3389,0,0,445,1121,1077,4544,as.po,,as,,assamese,,,as,po -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,265,995,1082,159,753,653,2796,1077,4544,ar.po,,ar,,arabic,,,ar,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,45,142,113,0,0,158,394,203,536,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,27,110,89,0,0,176,426,203,536,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,30,130,52,0,0,173,406,203,536,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,18,32,33,0,0,185,504,203,536,xh.po,,xh,,xhosa,,,xh,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,2,2,2,5,6,196,528,203,536,wa.po,,wa,,walloon,,,wa,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,29,113,180,0,0,174,423,203,536,vi.po,,vi,,vietnamese,,,vi,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,28,116,96,0,0,175,420,203,536,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,30,130,108,0,0,173,406,203,536,uk.po,,uk,,ukrainian,,,uk,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,24,46,63,0,0,179,490,203,536,ug.po,,ug,,uyghur,,,ug,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,203,536,616,0,0,0,0,203,536,tr.po,,tr,,turkish,,,tr,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,30,130,57,0,0,173,406,203,536,th.po,,th,,thai,,,th,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,30,130,140,0,0,173,406,203,536,tg.po,,tg,,tajik,,,tg,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,26,109,92,0,0,177,427,203,536,te.po,,te,,telugu,,,te,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,26,109,95,0,0,177,427,203,536,ta.po,,ta,,tamil,,,ta,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,203,536,491,0,0,0,0,203,536,sv.po,,sv,,swedish,,,sv,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,182,470,518,0,0,21,66,203,536,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,203,536,582,0,0,0,0,203,536,sr.po,,sr,,serbian,,,sr,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,7,9,196,527,203,536,sq.po,,sq,,albanian,,,sq,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,203,536,583,0,0,0,0,203,536,sl.po,,sl,,slovenian,,,sl,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,83,234,236,0,0,120,302,203,536,sk.po,,sk,,slovak,,,sk,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,0,0,0,7,9,196,527,203,536,si.po,,si,,sinhala,,,si,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,0,0,0,5,6,198,530,203,536,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,58,172,188,0,0,145,364,203,536,ru.po,,ru,,russian,,,ru,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,203,536,624,0,0,0,0,203,536,ro.po,,ro,,romanian,,,ro,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,203,536,734,0,0,0,0,203,536,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,30,130,161,0,0,173,406,203,536,pt.po,,pt,,portuguese,,,pt,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ps.po,0,0,0,7,9,196,527,203,536,ps.po,,ps,,pashto,,,ps,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,203,536,619,0,0,0,0,203,536,pl.po,,pl,,polish,,,pl,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,27,110,137,0,0,176,426,203,536,pa.po,,pa,,punjabi,,,pa,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,26,109,105,0,0,177,427,203,536,or.po,,or,,odia,,,or,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,130,332,389,0,0,73,204,203,536,oc.po,,oc,,occitan,,,oc,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,1,1,1,6,8,196,527,203,536,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,201,529,452,0,0,2,7,203,536,nl.po,,nl,,dutch,,,nl,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,29,113,110,0,0,174,423,203,536,ne.po,,ne,,nepali,,,ne,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,7,9,196,527,203,536,nds.po,,nds,,low german,,,nds,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,41,130,131,1,2,161,404,203,536,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,2,2,2,4,5,197,529,203,536,ms.po,,ms,,malay,,,ms,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,26,109,99,0,0,177,427,203,536,mr.po,,mr,,marathi,,,mr,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,2,2,2,4,5,197,529,203,536,mn.po,,mn,,mongolian,,,mn,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,129,347,369,0,0,74,189,203,536,ml.po,,ml,,malayalam,,,ml,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,7,9,196,527,203,536,mk.po,,mk,,macedonian,,,mk,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,0,0,0,7,9,196,527,203,536,mg.po,,mg,,malagasy,,,mg,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,7,9,196,527,203,536,mai.po,,mai,,maithili,,,mai,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,203,536,549,0,0,0,0,203,536,lv.po,,lv,,latvian,,,lv,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,203,536,535,0,0,0,0,203,536,lt.po,,lt,,lithuanian,,,lt,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,22,39,46,0,0,181,497,203,536,ky.po,,ky,,kyrgyz,,,ky,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,6,7,197,529,203,536,ku.po,,ku,,kurdish,,,ku,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,203,536,528,0,0,0,0,203,536,ko.po,,ko,,korean,,,ko,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,26,109,94,0,0,177,427,203,536,kn.po,,kn,,kannada,,,kn,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,18,32,35,0,0,185,504,203,536,km.po,,km,,khmer,,,km,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,77,206,198,0,0,126,330,203,536,kk.po,,kk,,kazakh,,,kk,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,7,9,196,527,203,536,ka.po,,ka,,georgian,,,ka,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,30,130,120,0,0,173,406,203,536,ja.po,,ja,,japanese,,,ja,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,203,536,605,0,0,0,0,203,536,it.po,,it,,italian,,,it,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,111,304,288,0,0,92,232,203,536,is.po,,is,,icelandic,,,is,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,203,536,582,0,0,0,0,203,536,id.po,,id,,indonesian,,,id,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,203,536,567,0,0,0,0,203,536,hu.po,,hu,,hungarian,,,hu,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,203,536,568,0,0,0,0,203,536,hr.po,,hr,,croatian,,,hr,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,26,109,121,0,0,177,427,203,536,hi.po,,hi,,hindi,,,hi,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,30,130,132,0,0,173,406,203,536,he.po,,he,,hebrew,,,he,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,26,109,120,0,0,177,427,203,536,gu.po,,gu,,gujarati,,,gu,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,203,536,677,0,0,0,0,203,536,gl.po,,gl,,galician,,,gl,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,29,113,153,0,0,174,423,203,536,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,24,46,57,0,0,179,490,203,536,ga.po,,ga,,irish,,,ga,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,104,286,321,0,0,99,250,203,536,fur.po,,fur,,friulian,,,fur,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,203,536,634,0,0,0,0,203,536,fr.po,,fr,,french,,,fr,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,203,536,508,0,0,0,0,203,536,fi.po,,fi,,finnish,,,fi,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,143,396,430,0,0,60,140,203,536,fa.po,,fa,,persian,,,fa,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,203,536,509,0,0,0,0,203,536,eu.po,,eu,,basque,,,eu,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,25,47,74,0,0,178,489,203,536,et.po,,et,,estonian,,,et,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,203,536,664,0,0,0,0,203,536,es.po,,es,,spanish,,,es,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,127,341,339,0,0,76,195,203,536,eo.po,,eo,,esperanto,,,eo,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,203,536,543,0,0,0,0,203,536,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,0,0,0,7,9,196,527,203,536,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,79,245,297,1,2,123,289,203,536,el.po,,el,,greek,,,el,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,0,0,0,7,9,196,527,203,536,dz.po,,dz,,dzongkha,,,dz,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,203,536,524,0,0,0,0,203,536,de.po,,de,,german,,,de,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,200,526,498,0,0,3,10,203,536,da.po,,da,,danish,,,da,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,1,1,1,7,9,195,526,203,536,cy.po,,cy,,welsh,,,cy,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,203,536,564,0,0,0,0,203,536,cs.po,,cs,,czech,,,cs,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,0,0,0,7,9,196,527,203,536,crh.po,,crh,,crimean turkish,,,crh,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,29,113,159,0,0,174,423,203,536,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,203,536,664,0,0,0,0,203,536,ca.po,,ca,,catalan,,,ca,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,30,130,127,0,0,173,406,203,536,bs.po,,bs,,bosnian,,,bs,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,24,46,58,0,0,179,490,203,536,br.po,,br,,breton,,,br,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,26,109,116,0,0,177,427,203,536,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,7,9,196,527,203,536,bn.po,,bn,,bangla,,,bn,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,29,113,133,0,0,174,423,203,536,bg.po,,bg,,bulgarian,,,bg,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,0,0,0,7,9,196,527,203,536,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,29,113,109,0,0,174,423,203,536,be.po,,be,,belarusian,,,be,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/az.po,2,2,2,4,5,197,529,203,536,az.po,,az,,azerbaijani,,,az,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,18,32,41,0,0,185,504,203,536,ast.po,,ast,,asturian,,,ast,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,27,110,118,0,0,176,426,203,536,as.po,,as,,assamese,,,as,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,201,527,554,0,0,2,9,203,536,ar.po,,ar,,arabic,,,ar,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,30,130,149,0,0,173,406,203,536,an.po,,an,,aragonese,,,an,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/am.po,2,2,2,5,6,196,528,203,536,am.po,,am,,amharic,,,am,po -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,25,47,48,0,0,178,489,203,536,af.po,,af,,afrikaans,,,af,po -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/nl/nl.po,345,2507,2522,0,0,0,132,345,2639,nl.po,,nl,,dutch,,,nl,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/cs/cs.po,287,2216,1925,0,0,58,423,345,2639,cs.po,,cs,,czech,,,cs,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/gl/gl.po,287,2216,2283,0,0,58,423,345,2639,gl.po,,gl,,galician,,,gl,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/lt/lt.po,345,2507,1885,0,0,0,132,345,2639,lt.po,,lt,,lithuanian,,,lt,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pl/pl.po,287,2216,1811,0,0,58,423,345,2639,pl.po,,pl,,polish,,,pl,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/hr/hr.po,345,2507,2100,0,0,0,132,345,2639,hr.po,,hr,,croatian,,,hr,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/fr/fr.po,339,2481,2571,0,0,6,158,345,2639,fr.po,,fr,,french,,,fr,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ko/ko.po,287,2216,1504,0,0,58,423,345,2639,ko.po,,ko,,korean,,,ko,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/el/el.po,337,2501,2544,0,0,8,138,345,2639,el.po,,el,,greek,,,el,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/de/de.po,287,2216,2191,0,0,58,423,345,2639,de.po,,de,,german,,,de,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/id/id.po,338,2508,2197,0,0,7,131,345,2639,id.po,,id,,indonesian,,,id,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/kn/kn.po,339,2639,1983,0,0,6,0,345,2639,kn.po,,kn,,kannada,,,kn,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/fi/fi.po,342,2507,1623,0,0,3,132,345,2639,fi.po,,fi,,finnish,,,fi,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/lv/lv.po,345,2507,1970,0,0,0,132,345,2639,lv.po,,lv,,latvian,,,lv,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ru/ru.po,335,2569,2126,0,0,10,70,345,2639,ru.po,,ru,,russian,,,ru,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/zh_tw/zh_tw.po,339,2639,605,0,0,6,0,345,2639,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pt/pt.po,337,2506,2522,0,0,8,133,345,2639,pt.po,,pt,,portuguese,,,pt,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sv/sv.po,287,2216,2036,0,0,58,423,345,2639,sv.po,,sv,,swedish,,,sv,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/da/da.po,345,2507,2309,0,0,0,132,345,2639,da.po,,da,,danish,,,da,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/eo/eo.po,338,2397,2161,0,0,7,242,345,2639,eo.po,,eo,,esperanto,,,eo,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/hu/hu.po,287,2216,1865,0,0,58,423,345,2639,hu.po,,hu,,hungarian,,,hu,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ca/ca.po,287,2216,2625,0,0,58,423,345,2639,ca.po,,ca,,catalan,,,ca,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sr@latin/sr@latin.po,338,2508,2306,0,0,7,131,345,2639,sr@latin.po,latin,sr,,serbian,,,sr@latin,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/mr/mr.po,339,2639,2044,0,0,6,0,345,2639,mr.po,,mr,,marathi,,,mr,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/as/as.po,339,2639,2245,0,0,6,0,345,2639,as.po,,as,,assamese,,,as,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ta/ta.po,339,2639,1992,0,0,6,0,345,2639,ta.po,,ta,,tamil,,,ta,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/es/es.po,287,2216,2427,0,0,58,423,345,2639,es.po,,es,,spanish,,,es,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sr/sr.po,345,2507,2311,0,0,0,132,345,2639,sr.po,,sr,,serbian,,,sr,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/gu/gu.po,322,2301,2180,6,125,17,213,345,2639,gu.po,,gu,,gujarati,,,gu,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ro/ro.po,342,2507,2495,0,0,3,132,345,2639,ro.po,,ro,,romanian,,,ro,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ja/ja.po,337,2501,487,0,0,8,138,345,2639,ja.po,,ja,,japanese,,,ja,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/he/he.po,337,2506,1879,0,0,8,133,345,2639,he.po,,he,,hebrew,,,he,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/zh_hk/zh_hk.po,339,2639,605,0,0,6,0,345,2639,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/hi/hi.po,339,2639,2791,0,0,6,0,345,2639,hi.po,,hi,,hindi,,,hi,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pt_br/pt_br.po,287,2216,2368,0,0,58,423,345,2639,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/te/te.po,339,2639,1846,0,0,6,0,345,2639,te.po,,te,,telugu,,,te,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pa/pa.po,339,2639,2801,0,0,6,0,345,2639,pa.po,,pa,,punjabi,,,pa,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sk/sk.po,336,2499,2115,1,2,8,138,345,2639,sk.po,,sk,,slovak,,,sk,gnome-help/ -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/it/it.po,287,2216,2144,0,0,58,423,345,2639,it.po,,it,,italian,,,it,gnome-help/ -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/is.po,31,34,35,1,2,16,18,48,54,is.po,,is,,icelandic,,,is,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/gd.po,2,4,4,0,0,46,50,48,54,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/eu.po,38,43,43,0,0,10,11,48,54,eu.po,,eu,,basque,,,eu,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/fur.po,38,43,44,0,0,10,11,48,54,fur.po,,fur,,friulian,,,fur,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/sk.po,38,43,45,0,0,10,11,48,54,sk.po,,sk,,slovak,,,sk,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/cy.po,47,53,70,0,0,1,1,48,54,cy.po,,cy,,welsh,,,cy,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/am.po,21,21,21,3,7,24,26,48,54,am.po,,am,,amharic,,,am,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/km.po,2,4,4,0,0,46,50,48,54,km.po,,km,,khmer,,,km,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/sv.po,40,45,44,0,0,8,9,48,54,sv.po,,sv,,swedish,,,sv,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/fr.po,38,43,48,0,0,10,11,48,54,fr.po,,fr,,french,,,fr,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/sl.po,38,43,45,0,0,10,11,48,54,sl.po,,sl,,slovenian,,,sl,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/cs.po,38,43,46,0,0,10,11,48,54,cs.po,,cs,,czech,,,cs,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/zh_tw.po,16,20,18,0,0,32,34,48,54,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/fa.po,47,53,71,0,0,1,1,48,54,fa.po,,fa,,persian,,,fa,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/mg.po,44,49,54,1,1,3,4,48,54,mg.po,,mg,,malagasy,,,mg,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/si.po,44,49,55,0,0,4,5,48,54,si.po,,si,,sinhala,,,si,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/af.po,38,43,39,0,0,10,11,48,54,af.po,,af,,afrikaans,,,af,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ca.po,40,45,47,0,0,8,9,48,54,ca.po,,ca,,catalan,,,ca,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/hu.po,16,20,19,0,0,32,34,48,54,hu.po,,hu,,hungarian,,,hu,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ru.po,38,43,48,0,0,10,11,48,54,ru.po,,ru,,russian,,,ru,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/de.po,46,51,55,0,0,2,3,48,54,de.po,,de,,german,,,de,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/sr@latin.po,16,20,21,0,0,32,34,48,54,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/lv.po,2,4,4,0,0,46,50,48,54,lv.po,,lv,,latvian,,,lv,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/nds.po,16,20,20,0,0,32,34,48,54,nds.po,,nds,,low german,,,nds,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/bn_in.po,46,51,55,0,0,2,3,48,54,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/br.po,16,20,22,0,0,32,34,48,54,br.po,,br,,breton,,,br,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/mk.po,38,43,47,0,0,10,11,48,54,mk.po,,mk,,macedonian,,,mk,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/xh.po,47,53,63,0,0,1,1,48,54,xh.po,,xh,,xhosa,,,xh,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/uk.po,38,43,47,0,0,10,11,48,54,uk.po,,uk,,ukrainian,,,uk,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/or.po,2,4,5,0,0,46,50,48,54,or.po,,or,,odia,,,or,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/wa.po,27,28,30,2,5,19,21,48,54,wa.po,,wa,,walloon,,,wa,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/tk.po,33,36,37,1,2,14,16,48,54,tk.po,,tk,,turkmen,,,tk,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/pt.po,38,43,47,0,0,10,11,48,54,pt.po,,pt,,portuguese,,,pt,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/as.po,2,4,4,0,0,46,50,48,54,as.po,,as,,assamese,,,as,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/pt_br.po,16,20,23,0,0,32,34,48,54,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/oc.po,14,16,18,0,0,34,38,48,54,oc.po,,oc,,occitan,,,oc,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/en_ca.po,38,43,43,0,0,10,11,48,54,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/el.po,2,4,5,0,0,46,50,48,54,el.po,,el,,greek,,,el,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/fi.po,46,51,56,0,0,2,3,48,54,fi.po,,fi,,finnish,,,fi,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/tr.po,16,20,21,0,0,32,34,48,54,tr.po,,tr,,turkish,,,tr,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/vi.po,47,51,129,0,0,1,3,48,54,vi.po,,vi,,vietnamese,,,vi,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ro.po,16,20,22,0,0,32,34,48,54,ro.po,,ro,,romanian,,,ro,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ne.po,38,43,42,0,0,10,11,48,54,ne.po,,ne,,nepali,,,ne,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/nb.po,2,4,4,0,0,46,50,48,54,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/uz.po,16,20,22,0,0,32,34,48,54,uz.po,,uz,,uzbek,,,uz,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/kn.po,2,4,4,0,0,46,50,48,54,kn.po,,kn,,kannada,,,kn,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/eo.po,2,4,3,0,0,46,50,48,54,eo.po,,eo,,esperanto,,,eo,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/bn.po,2,4,4,0,0,46,50,48,54,bn.po,,bn,,bangla,,,bn,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ps.po,16,20,21,0,0,32,34,48,54,ps.po,,ps,,pashto,,,ps,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/an.po,2,4,5,0,0,46,50,48,54,an.po,,an,,aragonese,,,an,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ka.po,47,53,56,0,0,1,1,48,54,ka.po,,ka,,georgian,,,ka,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ta.po,46,51,52,0,0,2,3,48,54,ta.po,,ta,,tamil,,,ta,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ms.po,39,45,45,0,0,9,9,48,54,ms.po,,ms,,malay,,,ms,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/hr.po,16,20,22,0,0,32,34,48,54,hr.po,,hr,,croatian,,,hr,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/mai.po,16,20,20,0,0,32,34,48,54,mai.po,,mai,,maithili,,,mai,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/he.po,38,43,48,0,0,10,11,48,54,he.po,,he,,hebrew,,,he,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/crh.po,16,20,18,0,0,32,34,48,54,crh.po,,crh,,crimean turkish,,,crh,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ca@valencia.po,2,4,6,0,0,46,50,48,54,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ku.po,2,4,5,0,0,46,50,48,54,ku.po,,ku,,kurdish,,,ku,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/csb.po,2,4,4,0,0,46,50,48,54,csb.po,,csb,,kashubian,,,csb,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/mn.po,33,36,36,1,2,14,16,48,54,mn.po,,mn,,mongolian,,,mn,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/nn.po,2,4,3,0,0,46,50,48,54,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/en@shaw.po,2,4,4,0,0,46,50,48,54,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ast.po,16,20,21,0,0,32,34,48,54,ast.po,,ast,,asturian,,,ast,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/et.po,46,51,48,0,0,2,3,48,54,et.po,,et,,estonian,,,et,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/bs.po,46,52,51,0,0,2,2,48,54,bs.po,,bs,,bosnian,,,bs,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ga.po,38,43,49,0,0,10,11,48,54,ga.po,,ga,,irish,,,ga,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/gu.po,46,51,52,0,0,2,3,48,54,gu.po,,gu,,gujarati,,,gu,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/en_gb.po,38,43,43,0,0,10,11,48,54,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/zh_cn.po,38,43,39,0,0,10,11,48,54,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/th.po,40,45,41,0,0,8,9,48,54,th.po,,th,,thai,,,th,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/it.po,38,43,44,0,0,10,11,48,54,it.po,,it,,italian,,,it,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/tg.po,2,4,4,0,0,46,50,48,54,tg.po,,tg,,tajik,,,tg,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ko.po,38,43,45,0,0,10,11,48,54,ko.po,,ko,,korean,,,ko,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/pl.po,2,4,4,0,0,46,50,48,54,pl.po,,pl,,polish,,,pl,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/li.po,22,22,22,3,7,23,25,48,54,li.po,,li,,limburgish,,,li,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/id.po,47,53,55,0,0,1,1,48,54,id.po,,id,,indonesian,,,id,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ar.po,16,20,21,0,0,32,34,48,54,ar.po,,ar,,arabic,,,ar,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ug.po,2,4,5,0,0,46,50,48,54,ug.po,,ug,,uyghur,,,ug,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,16,20,22,0,0,32,34,48,54,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ml.po,38,43,42,0,0,10,11,48,54,ml.po,,ml,,malayalam,,,ml,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/rw.po,18,18,19,12,16,18,20,48,54,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/lt.po,38,43,41,0,0,10,11,48,54,lt.po,,lt,,lithuanian,,,lt,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/kk.po,16,20,23,0,0,32,34,48,54,kk.po,,kk,,kazakh,,,kk,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/sq.po,38,43,56,0,0,10,11,48,54,sq.po,,sq,,albanian,,,sq,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/te.po,48,54,56,0,0,0,0,48,54,te.po,,te,,telugu,,,te,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/sr.po,16,20,21,0,0,32,34,48,54,sr.po,,sr,,serbian,,,sr,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/dz.po,46,51,47,0,0,2,3,48,54,dz.po,,dz,,dzongkha,,,dz,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/fy.po,2,4,4,0,0,46,50,48,54,fy.po,,fy,,western frisian,,,fy,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/be.po,2,4,4,0,0,46,50,48,54,be.po,,be,,belarusian,,,be,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/bg.po,2,4,5,0,0,46,50,48,54,bg.po,,bg,,bulgarian,,,bg,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/hi.po,16,20,20,0,0,32,34,48,54,hi.po,,hi,,hindi,,,hi,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/mr.po,38,43,43,0,0,10,11,48,54,mr.po,,mr,,marathi,,,mr,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/be@latin.po,38,43,44,0,0,10,11,48,54,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/nl.po,46,51,50,0,0,2,3,48,54,nl.po,,nl,,dutch,,,nl,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/es.po,16,20,21,0,0,32,34,48,54,es.po,,es,,spanish,,,es,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/da.po,38,43,43,0,0,10,11,48,54,da.po,,da,,danish,,,da,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/gl.po,2,4,5,0,0,46,50,48,54,gl.po,,gl,,galician,,,gl,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/ja.po,2,4,4,0,0,46,50,48,54,ja.po,,ja,,japanese,,,ja,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/pa.po,16,20,20,0,0,32,34,48,54,pa.po,,pa,,punjabi,,,pa,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/zh_hk.po,16,20,18,0,0,32,34,48,54,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv,po/az.po,46,52,56,0,0,2,2,48,54,az.po,,az,,azerbaijani,,,az,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,123,853,147,0,0,3,0,126,853,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,87,417,109,0,0,39,436,126,853,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,122,852,146,0,0,4,1,126,853,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,120,766,1067,0,0,6,87,126,853,vi.po,,vi,,vietnamese,,,vi,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,126,849,683,0,0,0,4,126,853,uk.po,,uk,,ukrainian,,,uk,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,83,318,269,0,0,43,535,126,853,ug.po,,ug,,uyghur,,,ug,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,123,853,694,0,0,3,0,126,853,tr.po,,tr,,turkish,,,tr,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,68,234,87,0,0,58,619,126,853,th.po,,th,,thai,,,th,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,112,737,776,0,0,14,116,126,853,tg.po,,tg,,tajik,,,tg,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,103,585,475,0,0,23,268,126,853,te.po,,te,,telugu,,,te,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,103,585,494,0,0,23,268,126,853,ta.po,,ta,,tamil,,,ta,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,123,853,815,0,0,3,0,126,853,sv.po,,sv,,swedish,,,sv,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,121,761,712,0,0,5,92,126,853,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,123,853,789,0,0,3,0,126,853,sr.po,,sr,,serbian,,,sr,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,123,853,743,0,0,3,0,126,853,sl.po,,sl,,slovenian,,,sl,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,122,852,780,0,0,4,1,126,853,sk.po,,sk,,slovak,,,sk,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,123,853,721,0,0,3,0,126,853,ru.po,,ru,,russian,,,ru,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,123,853,890,0,0,3,0,126,853,ro.po,,ro,,romanian,,,ro,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,123,853,879,0,0,3,0,126,853,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,126,849,878,0,0,0,4,126,853,pt.po,,pt,,portuguese,,,pt,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,123,853,736,0,0,3,0,126,853,pl.po,,pl,,polish,,,pl,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,122,852,952,0,0,4,1,126,853,pa.po,,pa,,punjabi,,,pa,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,103,585,626,0,0,23,268,126,853,or.po,,or,,odia,,,or,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,122,848,907,0,0,4,5,126,853,oc.po,,oc,,occitan,,,oc,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,123,853,837,0,0,3,0,126,853,nl.po,,nl,,dutch,,,nl,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,71,202,184,14,62,41,589,126,853,ne.po,,ne,,nepali,,,ne,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,121,844,809,1,4,4,5,126,853,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,103,585,545,0,0,23,268,126,853,mr.po,,mr,,marathi,,,mr,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,122,848,636,0,0,4,5,126,853,ml.po,,ml,,malayalam,,,ml,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,123,853,682,0,0,3,0,126,853,lv.po,,lv,,latvian,,,lv,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,123,853,715,0,0,3,0,126,853,lt.po,,lt,,lithuanian,,,lt,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,123,853,577,0,0,3,0,126,853,ko.po,,ko,,korean,,,ko,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,103,585,495,0,0,23,268,126,853,kn.po,,kn,,kannada,,,kn,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,123,853,704,0,0,3,0,126,853,kk.po,,kk,,kazakh,,,kk,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,120,826,144,0,0,6,27,126,853,ja.po,,ja,,japanese,,,ja,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,123,853,864,0,0,3,0,126,853,it.po,,it,,italian,,,it,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,122,848,803,0,0,4,5,126,853,is.po,,is,,icelandic,,,is,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,122,852,846,0,0,4,1,126,853,id.po,,id,,indonesian,,,id,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ia.po,75,316,351,0,0,51,537,126,853,ia.po,,ia,,interlingua,,,ia,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,123,853,743,0,0,3,0,126,853,hu.po,,hu,,hungarian,,,hu,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,123,853,753,0,0,3,0,126,853,hr.po,,hr,,croatian,,,hr,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,103,585,721,0,0,23,268,126,853,hi.po,,hi,,hindi,,,hi,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,125,842,692,0,0,1,11,126,853,he.po,,he,,hebrew,,,he,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,103,585,615,0,0,23,268,126,853,gu.po,,gu,,gujarati,,,gu,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,123,853,911,0,0,3,0,126,853,gl.po,,gl,,galician,,,gl,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,122,849,1008,0,0,4,4,126,853,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,69,230,260,1,5,56,618,126,853,ga.po,,ga,,irish,,,ga,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,123,853,983,0,0,3,0,126,853,fur.po,,fur,,friulian,,,fur,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,123,853,967,0,0,3,0,126,853,fr.po,,fr,,french,,,fr,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,123,853,606,0,0,3,0,126,853,fi.po,,fi,,finnish,,,fi,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,122,852,864,0,0,4,1,126,853,fa.po,,fa,,persian,,,fa,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,122,852,694,0,0,4,1,126,853,eu.po,,eu,,basque,,,eu,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,87,372,308,0,0,39,481,126,853,et.po,,et,,estonian,,,et,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,123,853,952,0,0,3,0,126,853,es.po,,es,,spanish,,,es,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,122,852,771,0,0,4,1,126,853,eo.po,,eo,,esperanto,,,eo,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,122,852,853,0,0,4,1,126,853,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,123,853,909,0,0,3,0,126,853,el.po,,el,,greek,,,el,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,123,853,826,0,0,3,0,126,853,de.po,,de,,german,,,de,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,122,852,754,0,0,4,1,126,853,da.po,,da,,danish,,,da,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,123,853,763,0,0,3,0,126,853,cs.po,,cs,,czech,,,cs,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,120,766,832,0,0,6,87,126,853,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,123,853,896,0,0,3,0,126,853,ca.po,,ca,,catalan,,,ca,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,109,638,580,0,0,17,215,126,853,bs.po,,bs,,bosnian,,,bs,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,82,364,392,0,0,44,489,126,853,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,120,766,763,0,0,6,87,126,853,bg.po,,bg,,bulgarian,,,bg,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,120,766,687,0,0,6,87,126,853,be.po,,be,,belarusian,,,be,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,103,585,606,0,0,23,268,126,853,as.po,,as,,assamese,,,as,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,120,765,676,0,0,6,88,126,853,ar.po,,ar,,arabic,,,ar,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,109,638,711,0,0,17,215,126,853,an.po,,an,,aragonese,,,an,po -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,120,766,787,0,0,6,87,126,853,af.po,,af,,afrikaans,,,af,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,103,509,406,0,0,131,419,234,928,lt.po,,lt,,lithuanian,,,lt,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,103,509,594,0,0,131,419,234,928,ca.po,,ca,,catalan,,,ca,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,103,509,483,0,0,131,419,234,928,pl.po,,pl,,polish,,,pl,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,112,553,489,0,0,122,375,234,928,kn.po,,kn,,kannada,,,kn,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,234,928,1040,0,0,0,0,234,928,ast.po,,ast,,asturian,,,ast,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,103,509,463,0,0,131,419,234,928,cs.po,,cs,,czech,,,cs,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,103,509,594,0,0,131,419,234,928,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,43,119,125,48,307,143,502,234,928,ne.po,,ne,,nepali,,,ne,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,8,28,28,26,182,200,718,234,928,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,103,509,509,0,0,131,419,234,928,de.po,,de,,german,,,de,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,103,509,432,0,0,131,419,234,928,lv.po,,lv,,latvian,,,lv,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,25,148,180,24,150,185,630,234,928,sq.po,,sq,,albanian,,,sq,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,112,553,480,0,0,122,375,234,928,te.po,,te,,telugu,,,te,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,7,25,32,19,146,208,757,234,928,si.po,,si,,sinhala,,,si,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,103,509,492,0,0,131,419,234,928,da.po,,da,,danish,,,da,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,103,509,570,0,0,131,419,234,928,oc.po,,oc,,occitan,,,oc,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,103,509,472,0,0,131,419,234,928,sl.po,,sl,,slovenian,,,sl,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,103,509,494,0,0,131,419,234,928,id.po,,id,,indonesian,,,id,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,103,509,613,0,0,131,419,234,928,gl.po,,gl,,galician,,,gl,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,103,509,472,0,0,131,419,234,928,ru.po,,ru,,russian,,,ru,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,103,509,479,0,0,131,419,234,928,sk.po,,sk,,slovak,,,sk,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,112,553,526,0,0,122,375,234,928,uk.po,,uk,,ukrainian,,,uk,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,103,509,456,0,0,131,419,234,928,hr.po,,hr,,croatian,,,hr,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,103,509,136,0,0,131,419,234,928,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,103,509,564,0,0,131,419,234,928,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,103,509,519,0,0,131,419,234,928,bg.po,,bg,,bulgarian,,,bg,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,112,553,154,0,0,122,375,234,928,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,103,509,480,0,0,131,419,234,928,he.po,,he,,hebrew,,,he,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,103,509,449,0,0,131,419,234,928,tr.po,,tr,,turkish,,,tr,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,62,256,234,23,133,149,539,234,928,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,24,116,142,12,74,198,738,234,928,ga.po,,ga,,irish,,,ga,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,112,553,566,0,0,122,375,234,928,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,103,509,477,0,0,131,419,234,928,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,112,553,492,0,0,122,375,234,928,mr.po,,mr,,marathi,,,mr,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,112,553,481,0,0,122,375,234,928,ta.po,,ta,,tamil,,,ta,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,6,22,30,21,168,207,738,234,928,cy.po,,cy,,welsh,,,cy,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,112,553,622,0,0,122,375,234,928,or.po,,or,,odia,,,or,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,103,509,522,0,0,131,419,234,928,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,103,509,509,0,0,131,419,234,928,it.po,,it,,italian,,,it,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,0,0,0,16,163,218,765,234,928,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,107,532,502,0,0,127,396,234,928,ar.po,,ar,,arabic,,,ar,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,103,509,703,0,0,131,419,234,928,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/az.po,4,17,22,19,162,211,749,234,928,az.po,,az,,azerbaijani,,,az,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,104,480,485,2,4,128,444,234,928,bn.po,,bn,,bangla,,,bn,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,103,509,664,0,0,131,419,234,928,fr.po,,fr,,french,,,fr,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,103,509,403,0,0,131,419,234,928,ml.po,,ml,,malayalam,,,ml,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,98,487,386,0,0,136,441,234,928,fi.po,,fi,,finnish,,,fi,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,112,553,604,0,0,122,375,234,928,pa.po,,pa,,punjabi,,,pa,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,112,553,610,0,0,122,375,234,928,pt.po,,pt,,portuguese,,,pt,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,111,552,250,0,0,123,376,234,928,km.po,,km,,khmer,,,km,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,7,25,29,20,165,207,738,234,928,mn.po,,mn,,mongolian,,,mn,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,103,509,501,0,0,131,419,234,928,nl.po,,nl,,dutch,,,nl,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,112,553,619,0,0,122,375,234,928,hi.po,,hi,,hindi,,,hi,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,103,509,445,0,0,131,419,234,928,hu.po,,hu,,hungarian,,,hu,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,103,509,464,0,0,131,419,234,928,be.po,,be,,belarusian,,,be,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,111,552,595,0,0,123,376,234,928,mk.po,,mk,,macedonian,,,mk,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,103,509,549,0,0,131,419,234,928,fur.po,,fur,,friulian,,,fur,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,103,509,511,0,0,131,419,234,928,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,103,509,613,0,0,131,419,234,928,es.po,,es,,spanish,,,es,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,103,509,135,0,0,131,419,234,928,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,112,553,189,0,0,122,375,234,928,th.po,,th,,thai,,,th,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,4,17,22,19,162,211,749,234,928,xh.po,,xh,,xhosa,,,xh,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,100,474,460,3,4,131,450,234,928,af.po,,af,,afrikaans,,,af,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,106,532,734,0,0,128,396,234,928,vi.po,,vi,,vietnamese,,,vi,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,103,509,143,0,0,131,419,234,928,ja.po,,ja,,japanese,,,ja,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,103,509,550,0,0,131,419,234,928,ro.po,,ro,,romanian,,,ro,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,21,25,31,0,0,213,903,234,928,tg.po,,tg,,tajik,,,tg,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,112,553,522,0,0,122,375,234,928,bs.po,,bs,,bosnian,,,bs,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,53,232,232,43,214,138,482,234,928,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,99,466,464,0,0,135,462,234,928,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,103,509,471,0,0,131,419,234,928,eo.po,,eo,,esperanto,,,eo,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,103,509,466,0,0,131,419,234,928,kk.po,,kk,,kazakh,,,kk,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,103,509,431,0,0,131,419,234,928,ko.po,,ko,,korean,,,ko,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,112,553,566,0,0,122,375,234,928,as.po,,as,,assamese,,,as,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,112,553,474,0,0,122,375,234,928,et.po,,et,,estonian,,,et,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,103,509,480,0,0,131,419,234,928,fa.po,,fa,,persian,,,fa,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,58,135,123,0,0,176,793,234,928,is.po,,is,,icelandic,,,is,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,4,16,15,13,88,217,824,234,928,ka.po,,ka,,georgian,,,ka,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,112,553,599,0,0,122,375,234,928,gu.po,,gu,,gujarati,,,gu,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,7,25,34,20,165,207,738,234,928,mg.po,,mg,,malagasy,,,mg,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,103,509,534,0,0,131,419,234,928,el.po,,el,,greek,,,el,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,103,509,421,0,0,131,419,234,928,eu.po,,eu,,basque,,,eu,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,112,553,504,0,0,122,375,234,928,ug.po,,ug,,uyghur,,,ug,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,21,45,48,10,78,203,805,234,928,mai.po,,mai,,maithili,,,mai,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,71,289,254,9,33,154,606,234,928,ms.po,,ms,,malay,,,ms,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,25,148,69,19,131,190,649,234,928,dz.po,,dz,,dzongkha,,,dz,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,103,509,492,0,0,131,419,234,928,sv.po,,sv,,swedish,,,sv,po -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,103,509,477,0,0,131,419,234,928,sr.po,,sr,,serbian,,,sr,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/sv/sv.po,22,272,253,0,0,0,0,22,272,sv.po,,sv,,swedish,,,sv,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/ru/ru.po,22,272,251,0,0,0,0,22,272,ru.po,,ru,,russian,,,ru,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,22,272,319,0,0,0,0,22,272,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/pl/pl.po,22,272,209,0,0,0,0,22,272,pl.po,,pl,,polish,,,pl,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/nl/nl.po,22,272,266,0,0,0,0,22,272,nl.po,,nl,,dutch,,,nl,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/ko/ko.po,22,272,190,0,0,0,0,22,272,ko.po,,ko,,korean,,,ko,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/hu/hu.po,22,272,215,0,0,0,0,22,272,hu.po,,hu,,hungarian,,,hu,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/gl/gl.po,22,272,251,0,0,0,0,22,272,gl.po,,gl,,galician,,,gl,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/fr/fr.po,22,272,288,0,0,0,0,22,272,fr.po,,fr,,french,,,fr,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/es/es.po,22,272,288,0,0,0,0,22,272,es.po,,es,,spanish,,,es,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/el/el.po,22,272,313,0,0,0,0,22,272,el.po,,el,,greek,,,el,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/de/de.po,22,272,229,0,0,0,0,22,272,de.po,,de,,german,,,de,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/da/da.po,22,272,265,0,0,0,0,22,272,da.po,,da,,danish,,,da,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,help/cs/cs.po,22,272,235,0,0,0,0,22,272,cs.po,,cs,,czech,,,cs,help/ -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,123,380,154,0,0,1,0,124,380,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,37,115,52,0,0,87,265,124,380,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,122,377,167,0,0,2,3,124,380,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,69,223,336,0,0,55,157,124,380,vi.po,,vi,,vietnamese,,,vi,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,118,354,307,0,0,6,26,124,380,uk.po,,uk,,ukrainian,,,uk,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,123,380,341,0,0,1,0,124,380,tr.po,,tr,,turkish,,,tr,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,69,223,110,0,0,55,157,124,380,th.po,,th,,thai,,,th,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,43,141,152,0,0,81,239,124,380,tg.po,,tg,,tajik,,,tg,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,37,115,106,0,0,87,265,124,380,te.po,,te,,telugu,,,te,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,123,380,359,0,0,1,0,124,380,sv.po,,sv,,swedish,,,sv,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,124,378,370,0,0,0,2,124,380,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,123,380,371,0,0,1,0,124,380,sr.po,,sr,,serbian,,,sr,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,123,380,358,0,0,1,0,124,380,sl.po,,sl,,slovenian,,,sl,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,124,378,369,0,0,0,2,124,380,sk.po,,sk,,slovak,,,sk,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,123,380,342,0,0,1,0,124,380,ru.po,,ru,,russian,,,ru,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,123,380,431,0,0,1,0,124,380,ro.po,,ro,,romanian,,,ro,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,123,380,464,0,0,1,0,124,380,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,69,223,232,0,0,55,157,124,380,pt.po,,pt,,portuguese,,,pt,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,123,380,346,0,0,1,0,124,380,pl.po,,pl,,polish,,,pl,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,37,115,133,0,0,87,265,124,380,pa.po,,pa,,punjabi,,,pa,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,117,349,418,0,0,7,31,124,380,oc.po,,oc,,occitan,,,oc,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,123,380,366,0,0,1,0,124,380,nl.po,,nl,,dutch,,,nl,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,79,144,159,28,86,17,150,124,380,ne.po,,ne,,nepali,,,ne,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,123,355,325,0,0,1,25,124,380,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,124,378,331,0,0,0,2,124,380,ml.po,,ml,,malayalam,,,ml,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,123,380,326,0,0,1,0,124,380,lv.po,,lv,,latvian,,,lv,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,123,380,341,0,0,1,0,124,380,lt.po,,lt,,lithuanian,,,lt,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,123,380,336,0,0,1,0,124,380,ko.po,,ko,,korean,,,ko,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,123,380,345,0,0,1,0,124,380,kk.po,,kk,,kazakh,,,kk,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,22,37,25,0,0,102,343,124,380,ja.po,,ja,,japanese,,,ja,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,123,380,395,0,0,1,0,124,380,it.po,,it,,italian,,,it,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,123,380,383,0,0,1,0,124,380,id.po,,id,,indonesian,,,id,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,123,380,321,0,0,1,0,124,380,hu.po,,hu,,hungarian,,,hu,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,123,380,343,0,0,1,0,124,380,hr.po,,hr,,croatian,,,hr,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,57,178,167,3,7,64,195,124,380,he.po,,he,,hebrew,,,he,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,123,380,440,0,0,1,0,124,380,gl.po,,gl,,galician,,,gl,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,122,376,453,0,0,2,4,124,380,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,28,46,53,0,0,96,334,124,380,ga.po,,ga,,irish,,,ga,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,122,377,403,0,0,2,3,124,380,fur.po,,fur,,friulian,,,fur,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,123,380,453,0,0,1,0,124,380,fr.po,,fr,,french,,,fr,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,123,380,297,0,0,1,0,124,380,fi.po,,fi,,finnish,,,fi,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,122,377,395,0,0,2,3,124,380,fa.po,,fa,,persian,,,fa,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,122,377,352,0,0,2,3,124,380,eu.po,,eu,,basque,,,eu,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,123,380,441,0,0,1,0,124,380,es.po,,es,,spanish,,,es,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,120,331,308,0,0,4,49,124,380,eo.po,,eo,,esperanto,,,eo,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,122,376,387,0,0,2,4,124,380,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,123,380,414,0,0,1,0,124,380,el.po,,el,,greek,,,el,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,123,380,382,0,0,1,0,124,380,de.po,,de,,german,,,de,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,122,377,340,0,0,2,3,124,380,da.po,,da,,danish,,,da,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,123,380,365,0,0,1,0,124,380,cs.po,,cs,,czech,,,cs,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,122,376,449,0,0,2,4,124,380,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,123,380,454,0,0,1,0,124,380,ca.po,,ca,,catalan,,,ca,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,42,140,142,0,0,82,240,124,380,bs.po,,bs,,bosnian,,,bs,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,68,216,242,0,0,56,164,124,380,bg.po,,bg,,bulgarian,,,bg,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,124,378,350,0,0,0,2,124,380,be.po,,be,,belarusian,,,be,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,37,115,126,0,0,87,265,124,380,as.po,,as,,assamese,,,as,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,36,113,115,0,0,88,267,124,380,ar.po,,ar,,arabic,,,ar,po -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,43,142,154,0,0,81,238,124,380,an.po,,an,,aragonese,,,an,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,314,1236,472,0,0,13,46,327,1282,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,40,205,67,0,0,287,1077,327,1282,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,314,1236,474,0,0,13,46,327,1282,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,314,1236,1784,0,0,13,46,327,1282,vi.po,,vi,,vietnamese,,,vi,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,268,1103,1005,0,0,59,179,327,1282,uk.po,,uk,,ukrainian,,,uk,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,327,1282,1171,0,0,0,0,327,1282,tr.po,,tr,,turkish,,,tr,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,111,485,491,0,0,216,797,327,1282,tg.po,,tg,,tajik,,,tg,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,34,196,170,0,0,293,1086,327,1282,te.po,,te,,telugu,,,te,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,327,1282,1219,0,0,0,0,327,1282,sv.po,,sv,,swedish,,,sv,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,314,1232,1238,0,0,13,50,327,1282,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,327,1282,1280,0,0,0,0,327,1282,sr.po,,sr,,serbian,,,sr,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,327,1282,1245,0,0,0,0,327,1282,sl.po,,sl,,slovenian,,,sl,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,327,1282,1300,0,0,0,0,327,1282,sk.po,,sk,,slovak,,,sk,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,314,1236,1133,0,0,13,46,327,1282,ru.po,,ru,,russian,,,ru,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,327,1282,1409,0,0,0,0,327,1282,ro.po,,ro,,romanian,,,ro,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,327,1282,1440,0,0,0,0,327,1282,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,239,975,1066,0,0,88,307,327,1282,pt.po,,pt,,portuguese,,,pt,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,327,1282,1281,0,0,0,0,327,1282,pl.po,,pl,,polish,,,pl,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,229,858,999,0,0,98,424,327,1282,pa.po,,pa,,punjabi,,,pa,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,314,1232,1461,0,0,13,50,327,1282,oc.po,,oc,,occitan,,,oc,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,327,1282,1295,0,0,0,0,327,1282,nl.po,,nl,,dutch,,,nl,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,167,303,322,79,286,81,693,327,1282,ne.po,,ne,,nepali,,,ne,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,302,1158,1138,1,3,24,121,327,1282,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,182,517,461,2,3,143,762,327,1282,ml.po,,ml,,malayalam,,,ml,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,327,1282,1140,0,0,0,0,327,1282,lv.po,,lv,,latvian,,,lv,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,327,1282,1096,0,0,0,0,327,1282,lt.po,,lt,,lithuanian,,,lt,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,327,1282,1027,0,0,0,0,327,1282,ko.po,,ko,,korean,,,ko,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,19,41,45,0,0,308,1241,327,1282,kn.po,,kn,,kannada,,,kn,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,314,1236,1121,0,0,13,46,327,1282,kk.po,,kk,,kazakh,,,kk,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,139,548,201,29,98,159,636,327,1282,ja.po,,ja,,japanese,,,ja,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,327,1282,1413,0,0,0,0,327,1282,it.po,,it,,italian,,,it,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,313,1233,1248,0,0,14,49,327,1282,is.po,,is,,icelandic,,,is,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,327,1282,1276,0,0,0,0,327,1282,id.po,,id,,indonesian,,,id,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,327,1282,1170,0,0,0,0,327,1282,hu.po,,hu,,hungarian,,,hu,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,327,1282,1174,0,0,0,0,327,1282,hr.po,,hr,,croatian,,,hr,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,50,249,291,0,0,277,1033,327,1282,hi.po,,hi,,hindi,,,hi,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,239,975,890,0,0,88,307,327,1282,he.po,,he,,hebrew,,,he,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,327,1282,1459,0,0,0,0,327,1282,gl.po,,gl,,galician,,,gl,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,250,986,1285,3,21,74,275,327,1282,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,56,125,138,2,8,269,1149,327,1282,ga.po,,ga,,irish,,,ga,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,327,1282,1444,0,0,0,0,327,1282,fur.po,,fur,,friulian,,,fur,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,327,1282,1524,0,0,0,0,327,1282,fr.po,,fr,,french,,,fr,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,327,1282,952,0,0,0,0,327,1282,fi.po,,fi,,finnish,,,fi,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,327,1282,1341,0,0,0,0,327,1282,fa.po,,fa,,persian,,,fa,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,327,1282,1146,0,0,0,0,327,1282,eu.po,,eu,,basque,,,eu,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,32,180,150,0,0,295,1102,327,1282,et.po,,et,,estonian,,,et,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,327,1282,1477,0,0,0,0,327,1282,es.po,,es,,spanish,,,es,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,323,1264,1233,0,0,4,18,327,1282,eo.po,,eo,,esperanto,,,eo,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,327,1282,1297,0,0,0,0,327,1282,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,327,1282,1406,0,0,0,0,327,1282,el.po,,el,,greek,,,el,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,327,1282,1294,0,0,0,0,327,1282,de.po,,de,,german,,,de,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,327,1282,1236,0,0,0,0,327,1282,da.po,,da,,danish,,,da,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,327,1282,1268,0,0,0,0,327,1282,cs.po,,cs,,czech,,,cs,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,304,1186,1426,0,0,23,96,327,1282,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,327,1282,1535,0,0,0,0,327,1282,ca.po,,ca,,catalan,,,ca,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,111,485,471,0,0,216,797,327,1282,bs.po,,bs,,bosnian,,,bs,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,213,821,917,0,0,114,461,327,1282,bg.po,,bg,,bulgarian,,,bg,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,46,224,229,0,0,281,1058,327,1282,as.po,,as,,assamese,,,as,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,303,1180,1124,0,0,24,102,327,1282,ar.po,,ar,,arabic,,,ar,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,111,485,560,0,0,216,797,327,1282,an.po,,an,,aragonese,,,an,po -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,31,157,150,1,26,295,1099,327,1282,af.po,,af,,afrikaans,,,af,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/si.po,58,165,176,0,0,2,2,60,167,si.po,,si,,sinhala,,,si,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/yo.po,42,116,152,5,15,13,36,60,167,yo.po,,yo,,yoruba,,,yo,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/cy.po,49,136,148,0,0,11,31,60,167,cy.po,,cy,,welsh,,,cy,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/km.po,27,70,35,0,0,33,97,60,167,km.po,,km,,khmer,,,km,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/gn.po,33,71,77,0,0,27,96,60,167,gn.po,,gn,,guarani,,,gn,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/he.po,27,70,64,0,0,33,97,60,167,he.po,,he,,hebrew,,,he,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/nl.po,38,81,70,0,0,22,86,60,167,nl.po,,nl,,dutch,,,nl,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/fa.po,27,70,72,0,0,33,97,60,167,fa.po,,fa,,persian,,,fa,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ug.po,27,70,65,0,0,33,97,60,167,ug.po,,ug,,uyghur,,,ug,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ne.po,27,70,66,0,0,33,97,60,167,ne.po,,ne,,nepali,,,ne,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ja.po,26,69,30,0,0,34,98,60,167,ja.po,,ja,,japanese,,,ja,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ga.po,27,70,69,0,0,33,97,60,167,ga.po,,ga,,irish,,,ga,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,27,70,75,0,0,33,97,60,167,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/mn.po,46,125,119,0,0,14,42,60,167,mn.po,,mn,,mongolian,,,mn,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/eo.po,38,81,77,0,0,22,86,60,167,eo.po,,eo,,esperanto,,,eo,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/vi.po,38,81,143,0,0,22,86,60,167,vi.po,,vi,,vietnamese,,,vi,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ro.po,38,81,84,0,0,22,86,60,167,ro.po,,ro,,romanian,,,ro,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ca.po,38,81,87,0,0,22,86,60,167,ca.po,,ca,,catalan,,,ca,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/csb.po,37,95,87,0,0,23,72,60,167,csb.po,,csb,,kashubian,,,csb,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/or.po,27,70,71,0,0,33,97,60,167,or.po,,or,,odia,,,or,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/is.po,27,70,65,0,0,33,97,60,167,is.po,,is,,icelandic,,,is,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,27,70,70,0,0,33,97,60,167,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/dz.po,58,165,88,0,0,2,2,60,167,dz.po,,dz,,dzongkha,,,dz,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/hu.po,38,81,71,0,0,22,86,60,167,hu.po,,hu,,hungarian,,,hu,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/lv.po,37,80,79,0,0,23,87,60,167,lv.po,,lv,,latvian,,,lv,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/de.po,37,80,71,0,0,23,87,60,167,de.po,,de,,german,,,de,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/kg.po,46,125,135,0,0,14,42,60,167,kg.po,,kg,,kongo,,,kg,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ia.po,27,70,80,0,0,33,97,60,167,ia.po,,ia,,interlingua,,,ia,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/dv.po,56,157,133,0,0,4,10,60,167,dv.po,,dv,,divehi,,,dv,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/pt.po,27,70,83,0,0,33,97,60,167,pt.po,,pt,,portuguese,,,pt,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,38,81,88,0,0,22,86,60,167,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ps.po,52,128,149,0,0,8,39,60,167,ps.po,,ps,,pashto,,,ps,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/bn.po,37,95,94,0,0,23,72,60,167,bn.po,,bn,,bangla,,,bn,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/nds.po,57,161,146,0,0,3,6,60,167,nds.po,,nds,,low german,,,nds,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/bs.po,27,70,70,0,0,33,97,60,167,bs.po,,bs,,bosnian,,,bs,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/it.po,38,81,86,0,0,22,86,60,167,it.po,,it,,italian,,,it,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ha.po,42,116,160,5,15,13,36,60,167,ha.po,,ha,,hausa,,,ha,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/nb.po,27,70,63,0,0,33,97,60,167,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,27,70,76,0,0,33,97,60,167,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/gd.po,27,70,80,0,0,33,97,60,167,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/hr.po,27,70,69,0,0,33,97,60,167,hr.po,,hr,,croatian,,,hr,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/fy.po,37,95,84,0,0,23,72,60,167,fy.po,,fy,,western frisian,,,fy,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/oc.po,27,70,80,0,0,33,97,60,167,oc.po,,oc,,occitan,,,oc,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,27,70,31,0,0,33,97,60,167,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/kab.po,23,65,72,0,0,37,102,60,167,kab.po,,kab,,kabyle,,,kab,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/sv.po,38,81,72,0,0,22,86,60,167,sv.po,,sv,,swedish,,,sv,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/te.po,27,70,65,0,0,33,97,60,167,te.po,,te,,telugu,,,te,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/be@latin.po,58,165,150,0,0,2,2,60,167,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/da.po,38,81,70,0,0,22,86,60,167,da.po,,da,,danish,,,da,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/fi.po,37,80,61,0,0,23,87,60,167,fi.po,,fi,,finnish,,,fi,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/sk.po,27,70,70,0,0,33,97,60,167,sk.po,,sk,,slovak,,,sk,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,46,125,125,0,0,14,42,60,167,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/be.po,27,70,84,0,0,33,97,60,167,be.po,,be,,belarusian,,,be,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/mai.po,57,161,174,0,0,3,6,60,167,mai.po,,mai,,maithili,,,mai,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/sr.po,38,81,81,0,0,22,86,60,167,sr.po,,sr,,serbian,,,sr,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/et.po,27,70,58,0,0,33,97,60,167,et.po,,et,,estonian,,,et,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ko.po,38,81,72,0,0,22,86,60,167,ko.po,,ko,,korean,,,ko,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/xh.po,36,80,85,1,15,23,72,60,167,xh.po,,xh,,xhosa,,,xh,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/fur.po,37,80,86,0,0,23,87,60,167,fur.po,,fur,,friulian,,,fur,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/pl.po,38,81,79,0,0,22,86,60,167,pl.po,,pl,,polish,,,pl,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,27,70,33,0,0,33,97,60,167,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/crh.po,27,70,64,0,0,33,97,60,167,crh.po,,crh,,crimean turkish,,,crh,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/kk.po,37,80,66,0,0,23,87,60,167,kk.po,,kk,,kazakh,,,kk,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/tg.po,27,70,72,0,0,33,97,60,167,tg.po,,tg,,tajik,,,tg,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/es.po,38,81,91,0,0,22,86,60,167,es.po,,es,,spanish,,,es,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/uk.po,27,70,68,0,0,33,97,60,167,uk.po,,uk,,ukrainian,,,uk,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ru.po,38,81,75,0,0,22,86,60,167,ru.po,,ru,,russian,,,ru,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/gv.po,36,84,92,0,0,24,83,60,167,gv.po,,gv,,manx,,,gv,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/io.po,44,86,90,0,0,16,81,60,167,io.po,,io,,ido,,,io,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ar.po,27,70,67,0,0,33,97,60,167,ar.po,,ar,,arabic,,,ar,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/bg.po,27,70,81,0,0,33,97,60,167,bg.po,,bg,,bulgarian,,,bg,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,27,70,31,0,0,33,97,60,167,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/tr.po,38,81,74,0,0,22,86,60,167,tr.po,,tr,,turkish,,,tr,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/eu.po,37,80,72,0,0,23,87,60,167,eu.po,,eu,,basque,,,eu,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/as.po,27,70,68,0,0,33,97,60,167,as.po,,as,,assamese,,,as,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/kn.po,27,70,63,0,0,33,97,60,167,kn.po,,kn,,kannada,,,kn,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/af.po,27,70,59,0,0,33,97,60,167,af.po,,af,,afrikaans,,,af,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/lo.po,27,70,41,0,0,33,97,60,167,lo.po,,lo,,lao,,,lo,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/el.po,37,80,83,0,0,23,87,60,167,el.po,,el,,greek,,,el,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/mg.po,49,136,164,0,0,11,31,60,167,mg.po,,mg,,malagasy,,,mg,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/en_ca.po,49,136,135,0,0,11,31,60,167,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/rw.po,8,8,10,10,45,42,114,60,167,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/pa.po,27,70,72,0,0,33,97,60,167,pa.po,,pa,,punjabi,,,pa,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/br.po,57,161,190,0,0,3,6,60,167,br.po,,br,,breton,,,br,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ku.po,60,167,188,0,0,0,0,60,167,ku.po,,ku,,kurdish,,,ku,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/hi.po,27,70,70,0,0,33,97,60,167,hi.po,,hi,,hindi,,,hi,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/hy.po,55,151,136,1,6,4,10,60,167,hy.po,,hy,,armenian,,,hy,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/lt.po,37,80,75,0,0,23,87,60,167,lt.po,,lt,,lithuanian,,,lt,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ms.po,27,70,67,0,0,33,97,60,167,ms.po,,ms,,malay,,,ms,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/gu.po,27,70,68,0,0,33,97,60,167,gu.po,,gu,,gujarati,,,gu,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/zu.po,37,95,92,0,0,23,72,60,167,zu.po,,zu,,zulu,,,zu,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/th.po,27,70,32,0,0,33,97,60,167,th.po,,th,,thai,,,th,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/an.po,27,70,79,0,0,33,97,60,167,an.po,,an,,aragonese,,,an,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ak.po,27,70,74,0,0,33,97,60,167,ak.po,,ak,,akan,,,ak,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ig.po,42,116,121,5,15,13,36,60,167,ig.po,,ig,,igbo,,,ig,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ky.po,39,103,93,0,0,21,64,60,167,ky.po,,ky,,kyrgyz,,,ky,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/nn.po,46,125,116,0,0,14,42,60,167,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/mr.po,27,70,69,0,0,33,97,60,167,mr.po,,mr,,marathi,,,mr,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,27,70,67,0,0,33,97,60,167,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/szl.po,39,103,93,0,0,21,64,60,167,szl.po,,szl,,silesian,,,szl,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/id.po,38,81,82,0,0,22,86,60,167,id.po,,id,,indonesian,,,id,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/fr.po,38,81,90,0,0,22,86,60,167,fr.po,,fr,,french,,,fr,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ml.po,27,70,56,0,0,33,97,60,167,ml.po,,ml,,malayalam,,,ml,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/sl.po,37,80,82,0,0,23,87,60,167,sl.po,,sl,,slovenian,,,sl,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/gl.po,37,80,93,0,0,23,87,60,167,gl.po,,gl,,galician,,,gl,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ast.po,56,157,182,0,0,4,10,60,167,ast.po,,ast,,asturian,,,ast,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ka.po,49,136,119,0,0,11,31,60,167,ka.po,,ka,,georgian,,,ka,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/ta.po,27,70,64,0,0,33,97,60,167,ta.po,,ta,,tamil,,,ta,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/cs.po,38,81,78,0,0,22,86,60,167,cs.po,,cs,,czech,,,cs,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/mk.po,58,165,192,0,0,2,2,60,167,mk.po,,mk,,macedonian,,,mk,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/sq.po,58,165,186,0,0,2,2,60,167,sq.po,,sq,,albanian,,,sq,po -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv,po/sr@latin.po,27,70,70,0,0,33,97,60,167,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/sv/sv.po,46,457,441,0,0,0,0,46,457,sv.po,,sv,,swedish,,,sv,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/ro/ro.po,46,457,468,0,0,0,0,46,457,ro.po,,ro,,romanian,,,ro,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,46,457,456,0,0,0,0,46,457,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/pl/pl.po,46,457,373,0,0,0,0,46,457,pl.po,,pl,,polish,,,pl,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/nl/nl.po,46,457,451,0,0,0,0,46,457,nl.po,,nl,,dutch,,,nl,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/ko/ko.po,46,457,310,0,0,0,0,46,457,ko.po,,ko,,korean,,,ko,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/hu/hu.po,46,457,394,0,0,0,0,46,457,hu.po,,hu,,hungarian,,,hu,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/gl/gl.po,46,457,446,0,0,0,0,46,457,gl.po,,gl,,galician,,,gl,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/fur/fur.po,45,451,474,0,0,1,6,46,457,fur.po,,fur,,friulian,,,fur,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/fr/fr.po,46,457,457,0,0,0,0,46,457,fr.po,,fr,,french,,,fr,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/es/es.po,46,457,461,0,0,0,0,46,457,es.po,,es,,spanish,,,es,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/el/el.po,46,457,487,0,0,0,0,46,457,el.po,,el,,greek,,,el,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/de/de.po,46,457,477,0,0,0,0,46,457,de.po,,de,,german,,,de,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/da/da.po,46,457,430,0,0,0,0,46,457,da.po,,da,,danish,,,da,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/cs/cs.po,46,457,415,0,0,0,0,46,457,cs.po,,cs,,czech,,,cs,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,help/ca/ca.po,46,457,476,0,0,0,0,46,457,ca.po,,ca,,catalan,,,ca,help/ -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,219,572,285,0,0,0,0,219,572,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,125,354,161,0,0,94,218,219,572,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,216,535,309,0,0,3,37,219,572,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,219,572,833,0,0,0,0,219,572,vi.po,,vi,,vietnamese,,,vi,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,191,459,459,0,0,28,113,219,572,uk.po,,uk,,ukrainian,,,uk,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,219,572,543,0,0,0,0,219,572,tr.po,,tr,,turkish,,,tr,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,127,377,433,0,0,92,195,219,572,tg.po,,tg,,tajik,,,tg,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,120,344,326,0,0,99,228,219,572,te.po,,te,,telugu,,,te,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,219,572,592,0,0,0,0,219,572,sv.po,,sv,,swedish,,,sv,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,216,535,615,0,0,3,37,219,572,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,219,572,656,0,0,0,0,219,572,sr.po,,sr,,serbian,,,sr,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,219,572,630,0,0,0,0,219,572,sl.po,,sl,,slovenian,,,sl,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,216,535,569,0,0,3,37,219,572,sk.po,,sk,,slovak,,,sk,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,219,572,612,0,0,0,0,219,572,ru.po,,ru,,russian,,,ru,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,219,572,631,0,0,0,0,219,572,ro.po,,ro,,romanian,,,ro,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,219,572,631,0,0,0,0,219,572,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,187,448,493,0,0,32,124,219,572,pt.po,,pt,,portuguese,,,pt,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,219,572,585,0,0,0,0,219,572,pl.po,,pl,,polish,,,pl,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,218,569,691,0,0,1,3,219,572,pa.po,,pa,,punjabi,,,pa,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,187,448,536,0,0,32,124,219,572,oc.po,,oc,,occitan,,,oc,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,219,572,586,0,0,0,0,219,572,nl.po,,nl,,dutch,,,nl,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,86,153,172,25,83,108,336,219,572,ne.po,,ne,,nepali,,,ne,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,198,473,481,0,0,21,99,219,572,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,218,561,536,0,0,1,11,219,572,ml.po,,ml,,malayalam,,,ml,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,219,572,564,0,0,0,0,219,572,lv.po,,lv,,latvian,,,lv,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,219,572,551,0,0,0,0,219,572,lt.po,,lt,,lithuanian,,,lt,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,219,572,523,0,0,0,0,219,572,ko.po,,ko,,korean,,,ko,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,84,158,181,0,0,135,414,219,572,kn.po,,kn,,kannada,,,kn,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,219,572,219,572,km.po,,km,,khmer,,,km,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,219,572,541,0,0,0,0,219,572,kk.po,,kk,,kazakh,,,kk,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,206,482,279,2,56,11,34,219,572,ja.po,,ja,,japanese,,,ja,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,219,572,613,0,0,0,0,219,572,it.po,,it,,italian,,,it,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,218,569,618,0,0,1,3,219,572,is.po,,is,,icelandic,,,is,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,219,572,589,0,0,0,0,219,572,id.po,,id,,indonesian,,,id,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,219,572,561,0,0,0,0,219,572,hu.po,,hu,,hungarian,,,hu,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,219,572,579,0,0,0,0,219,572,hr.po,,hr,,croatian,,,hr,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,187,448,437,0,0,32,124,219,572,he.po,,he,,hebrew,,,he,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,73,135,168,1,1,145,436,219,572,gu.po,,gu,,gujarati,,,gu,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,219,572,655,0,0,0,0,219,572,gl.po,,gl,,galician,,,gl,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,198,473,661,0,0,21,99,219,572,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,94,217,255,0,0,125,355,219,572,ga.po,,ga,,irish,,,ga,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,219,572,641,0,0,0,0,219,572,fur.po,,fur,,friulian,,,fur,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,219,572,686,0,0,0,0,219,572,fr.po,,fr,,french,,,fr,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,219,572,486,0,0,0,0,219,572,fi.po,,fi,,finnish,,,fi,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,198,473,542,0,0,21,99,219,572,fa.po,,fa,,persian,,,fa,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,219,572,553,0,0,0,0,219,572,eu.po,,eu,,basque,,,eu,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,100,301,256,0,0,119,271,219,572,et.po,,et,,estonian,,,et,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,219,572,660,0,0,0,0,219,572,es.po,,es,,spanish,,,es,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,217,556,552,0,0,2,16,219,572,eo.po,,eo,,esperanto,,,eo,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,217,556,559,0,0,2,16,219,572,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,219,572,636,0,0,0,0,219,572,el.po,,el,,greek,,,el,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,219,572,589,0,0,0,0,219,572,de.po,,de,,german,,,de,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,218,569,565,0,0,1,3,219,572,da.po,,da,,danish,,,da,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,219,572,617,0,0,0,0,219,572,cs.po,,cs,,czech,,,cs,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,198,473,572,0,0,21,99,219,572,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,219,572,679,0,0,0,0,219,572,ca.po,,ca,,catalan,,,ca,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,126,379,379,0,0,93,193,219,572,bs.po,,bs,,bosnian,,,bs,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,104,304,352,0,0,115,268,219,572,bg.po,,bg,,bulgarian,,,bg,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,125,354,403,0,0,94,218,219,572,as.po,,as,,assamese,,,as,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,196,467,508,0,0,23,105,219,572,ar.po,,ar,,arabic,,,ar,po -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,127,377,430,0,0,92,195,219,572,an.po,,an,,aragonese,,,an,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/zu.po,100,513,424,1,3,29,383,130,899,zu.po,,zu,,zulu,,,zu,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/zh_tw.po,58,364,111,0,0,72,535,130,899,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/zh_hk.po,87,431,145,0,0,43,468,130,899,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/zh_cn.po,58,364,104,0,0,72,535,130,899,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/yo.po,20,117,148,28,86,82,696,130,899,yo.po,,yo,,yoruba,,,yo,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/xh.po,99,498,397,1,8,30,393,130,899,xh.po,,xh,,xhosa,,,xh,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/wa.po,101,533,712,0,0,29,366,130,899,wa.po,,wa,,walloon,,,wa,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/vi.po,58,364,521,0,0,72,535,130,899,vi.po,,vi,,vietnamese,,,vi,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,64,193,178,0,0,66,706,130,899,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/uz.po,64,193,178,0,0,66,706,130,899,uz.po,,uz,,uzbek,,,uz,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/uk.po,59,319,287,0,0,71,580,130,899,uk.po,,uk,,ukrainian,,,uk,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ug.po,110,563,463,0,0,20,336,130,899,ug.po,,ug,,uyghur,,,ug,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/tr.po,66,414,347,0,0,64,485,130,899,tr.po,,tr,,turkish,,,tr,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/tk.po,26,44,44,0,0,104,855,130,899,tk.po,,tk,,turkmen,,,tk,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/th.po,59,319,119,0,0,71,580,130,899,th.po,,th,,thai,,,th,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/tg.po,60,327,368,0,0,70,572,130,899,tg.po,,tg,,tajik,,,tg,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/te.po,59,323,290,0,0,71,576,130,899,te.po,,te,,telugu,,,te,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ta.po,59,323,293,0,0,71,576,130,899,ta.po,,ta,,tamil,,,ta,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/sv.po,66,414,387,0,0,64,485,130,899,sv.po,,sv,,swedish,,,sv,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/sr@latin.po,50,299,310,0,0,80,600,130,899,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/sr.po,66,414,430,0,0,64,485,130,899,sr.po,,sr,,serbian,,,sr,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/sq.po,115,811,885,0,0,15,88,130,899,sq.po,,sq,,albanian,,,sq,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/sl.po,66,414,401,0,0,64,485,130,899,sl.po,,sl,,slovenian,,,sl,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/sk.po,50,299,295,0,0,80,600,130,899,sk.po,,sk,,slovak,,,sk,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/si.po,115,811,757,0,0,15,88,130,899,si.po,,si,,sinhala,,,si,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/rw.po,12,13,16,69,480,49,406,130,899,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ru.po,58,364,331,0,0,72,535,130,899,ru.po,,ru,,russian,,,ru,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ro.po,66,414,448,0,0,64,485,130,899,ro.po,,ro,,romanian,,,ro,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/pt_br.po,66,414,484,0,0,64,485,130,899,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/pt.po,59,319,370,0,0,71,580,130,899,pt.po,,pt,,portuguese,,,pt,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ps.po,70,244,255,0,0,60,655,130,899,ps.po,,ps,,pashto,,,ps,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/pl.po,66,414,388,0,0,64,485,130,899,pl.po,,pl,,polish,,,pl,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/pa.po,50,299,319,0,0,80,600,130,899,pa.po,,pa,,punjabi,,,pa,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/or.po,59,323,343,0,0,71,576,130,899,or.po,,or,,odia,,,or,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/oc.po,50,299,333,0,0,80,600,130,899,oc.po,,oc,,occitan,,,oc,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/nso.po,100,513,736,1,3,29,383,130,899,nso.po,,nso,,northern sotho,,,nso,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/nn.po,97,489,455,0,0,33,410,130,899,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/nl.po,66,414,418,0,0,64,485,130,899,nl.po,,nl,,dutch,,,nl,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ne.po,32,90,94,0,0,98,809,130,899,ne.po,,ne,,nepali,,,ne,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/nds.po,68,209,176,0,0,62,690,130,899,nds.po,,nds,,low german,,,nds,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/nb.po,57,329,321,0,0,73,570,130,899,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ms.po,59,323,307,0,0,71,576,130,899,ms.po,,ms,,malay,,,ms,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/mr.po,59,323,320,0,0,71,576,130,899,mr.po,,mr,,marathi,,,mr,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/mn.po,100,513,408,1,3,29,383,130,899,mn.po,,mn,,mongolian,,,mn,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ml.po,58,364,294,0,0,72,535,130,899,ml.po,,ml,,malayalam,,,ml,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/mk.po,114,714,793,0,0,16,185,130,899,mk.po,,mk,,macedonian,,,mk,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/mi.po,6,8,8,0,0,124,891,130,899,mi.po,,mi,,maori,,,mi,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/mg.po,106,571,586,0,0,24,328,130,899,mg.po,,mg,,malagasy,,,mg,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/mai.po,61,267,283,0,0,69,632,130,899,mai.po,,mai,,maithili,,,mai,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/lv.po,66,414,352,0,0,64,485,130,899,lv.po,,lv,,latvian,,,lv,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/lt.po,66,414,332,0,0,64,485,130,899,lt.po,,lt,,lithuanian,,,lt,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ku.po,46,208,196,19,56,65,635,130,899,ku.po,,ku,,kurdish,,,ku,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ko.po,66,414,327,0,0,64,485,130,899,ko.po,,ko,,korean,,,ko,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/kn.po,59,323,285,0,0,71,576,130,899,kn.po,,kn,,kannada,,,kn,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/km.po,59,323,168,0,0,71,576,130,899,km.po,,km,,khmer,,,km,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/kk.po,58,364,346,0,0,72,535,130,899,kk.po,,kk,,kazakh,,,kk,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/kab.po,49,250,247,0,0,81,649,130,899,kab.po,,kab,,kabyle,,,kab,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ka.po,88,434,335,0,0,42,465,130,899,ka.po,,ka,,georgian,,,ka,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ja.po,56,343,107,0,0,74,556,130,899,ja.po,,ja,,japanese,,,ja,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/it.po,66,414,439,0,0,64,485,130,899,it.po,,it,,italian,,,it,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/is.po,58,364,382,0,0,72,535,130,899,is.po,,is,,icelandic,,,is,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ig.po,20,117,131,28,86,82,696,130,899,ig.po,,ig,,igbo,,,ig,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/id.po,66,414,394,0,0,64,485,130,899,id.po,,id,,indonesian,,,id,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/hy.po,103,570,546,0,0,27,329,130,899,hy.po,,hy,,armenian,,,hy,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/hu.po,66,414,366,0,0,64,485,130,899,hu.po,,hu,,hungarian,,,hu,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/hr.po,66,414,391,0,0,64,485,130,899,hr.po,,hr,,croatian,,,hr,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/hi.po,59,323,424,0,0,71,576,130,899,hi.po,,hi,,hindi,,,hi,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/he.po,59,319,289,0,0,71,580,130,899,he.po,,he,,hebrew,,,he,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ha.po,20,117,153,28,86,82,696,130,899,ha.po,,ha,,hausa,,,ha,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/gu.po,50,298,343,0,0,80,601,130,899,gu.po,,gu,,gujarati,,,gu,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/gl.po,66,414,465,0,0,64,485,130,899,gl.po,,gl,,galician,,,gl,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/gd.po,58,364,477,0,0,72,535,130,899,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ga.po,78,274,361,0,0,52,625,130,899,ga.po,,ga,,irish,,,ga,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/fy.po,96,448,414,0,0,34,451,130,899,fy.po,,fy,,western frisian,,,fy,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/fur.po,66,414,488,0,0,64,485,130,899,fur.po,,fur,,friulian,,,fur,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/fr.po,66,414,485,0,0,64,485,130,899,fr.po,,fr,,french,,,fr,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/fi.po,60,304,239,2,21,68,574,130,899,fi.po,,fi,,finnish,,,fi,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/fa.po,66,414,442,0,0,64,485,130,899,fa.po,,fa,,persian,,,fa,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/eu.po,66,414,390,0,0,64,485,130,899,eu.po,,eu,,basque,,,eu,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/et.po,50,299,257,0,0,80,600,130,899,et.po,,et,,estonian,,,et,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/es.po,66,414,481,0,0,64,485,130,899,es.po,,es,,spanish,,,es,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/eo.po,58,364,331,0,0,72,535,130,899,eo.po,,eo,,esperanto,,,eo,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/en_gb.po,66,414,414,0,0,64,485,130,899,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/en_ca.po,126,888,887,0,0,4,11,130,899,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/en@shaw.po,99,556,556,12,82,19,261,130,899,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/el.po,66,414,455,0,0,64,485,130,899,el.po,,el,,greek,,,el,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/dz.po,130,899,348,0,0,0,0,130,899,dz.po,,dz,,dzongkha,,,dz,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/de.po,66,414,415,0,0,64,485,130,899,de.po,,de,,german,,,de,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/da.po,66,414,387,0,0,64,485,130,899,da.po,,da,,danish,,,da,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/cy.po,104,569,623,0,0,26,330,130,899,cy.po,,cy,,welsh,,,cy,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/csb.po,92,447,413,4,27,34,425,130,899,csb.po,,csb,,kashubian,,,csb,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/cs.po,66,414,383,0,0,64,485,130,899,cs.po,,cs,,czech,,,cs,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/crh.po,110,563,503,0,0,20,336,130,899,crh.po,,crh,,crimean turkish,,,crh,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ca@valencia.po,50,299,352,0,0,80,600,130,899,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ca.po,66,414,477,0,0,64,485,130,899,ca.po,,ca,,catalan,,,ca,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/bs.po,60,327,328,0,0,70,572,130,899,bs.po,,bs,,bosnian,,,bs,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/br.po,112,668,732,1,7,17,224,130,899,br.po,,br,,breton,,,br,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/bn_in.po,59,323,380,0,0,71,576,130,899,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/bn.po,92,446,500,0,0,38,453,130,899,bn.po,,bn,,bangla,,,bn,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/bg.po,50,299,341,0,0,80,600,130,899,bg.po,,bg,,bulgarian,,,bg,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/be@latin.po,108,533,461,0,0,22,366,130,899,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/be.po,58,364,332,0,0,72,535,130,899,be.po,,be,,belarusian,,,be,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/az.po,100,513,427,1,3,29,383,130,899,az.po,,az,,azerbaijani,,,az,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ast.po,111,711,791,1,6,18,182,130,899,ast.po,,ast,,asturian,,,ast,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/as.po,59,323,376,0,0,71,576,130,899,as.po,,as,,assamese,,,as,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/ar.po,58,256,217,0,0,72,643,130,899,ar.po,,ar,,arabic,,,ar,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/an.po,59,319,368,0,0,71,580,130,899,an.po,,an,,aragonese,,,an,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/am.po,52,145,143,4,11,74,743,130,899,am.po,,am,,amharic,,,am,po -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv,po/af.po,50,299,309,0,0,80,600,130,899,af.po,,af,,afrikaans,,,af,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,442,1948,631,0,0,95,415,537,2363,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,283,1212,398,36,110,218,1041,537,2363,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,439,1930,619,2,16,96,417,537,2363,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/vi.po,444,1950,2640,0,0,93,413,537,2363,vi.po,,vi,,vietnamese,,,vi,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,346,1452,1291,0,0,191,911,537,2363,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/uk.po,406,1691,1597,0,0,131,672,537,2363,uk.po,,uk,,ukrainian,,,uk,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ug.po,378,1550,1320,0,0,159,813,537,2363,ug.po,,ug,,uyghur,,,ug,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/tr.po,536,2361,2020,0,0,1,2,537,2363,tr.po,,tr,,turkish,,,tr,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/th.po,352,1452,588,0,0,185,911,537,2363,th.po,,th,,thai,,,th,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/tg.po,407,1614,1828,0,0,130,749,537,2363,tg.po,,tg,,tajik,,,tg,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/te.po,374,1485,1217,0,0,163,878,537,2363,te.po,,te,,telugu,,,te,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ta.po,374,1485,1253,0,0,163,878,537,2363,ta.po,,ta,,tamil,,,ta,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/sv.po,536,2361,2228,0,0,1,2,537,2363,sv.po,,sv,,swedish,,,sv,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/sr@latin.po,423,1835,1971,0,0,114,528,537,2363,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/sr.po,536,2361,2468,0,0,1,2,537,2363,sr.po,,sr,,serbian,,,sr,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/sl.po,496,2062,2208,15,93,26,208,537,2363,sl.po,,sl,,slovenian,,,sl,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/sk.po,476,1957,2000,23,117,38,289,537,2363,sk.po,,sk,,slovak,,,sk,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/si.po,159,276,303,0,0,378,2087,537,2363,si.po,,si,,sinhala,,,si,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ru.po,444,1950,1917,0,0,93,413,537,2363,ru.po,,ru,,russian,,,ru,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ro.po,536,2361,2642,0,0,1,2,537,2363,ro.po,,ro,,romanian,,,ro,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,536,2361,2648,0,0,1,2,537,2363,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/pt.po,340,1433,1610,0,0,197,930,537,2363,pt.po,,pt,,portuguese,,,pt,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/pl.po,537,2363,2336,0,0,0,0,537,2363,pl.po,,pl,,polish,,,pl,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/pa.po,508,2119,2426,0,0,29,244,537,2363,pa.po,,pa,,punjabi,,,pa,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/or.po,374,1485,1496,0,0,163,878,537,2363,or.po,,or,,odia,,,or,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/oc.po,423,1835,2140,0,0,114,528,537,2363,oc.po,,oc,,occitan,,,oc,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/nn.po,317,1097,1085,2,46,218,1220,537,2363,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/nl.po,536,2361,2289,0,0,1,2,537,2363,nl.po,,nl,,dutch,,,nl,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ne.po,324,815,855,74,308,139,1240,537,2363,ne.po,,ne,,nepali,,,ne,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/nb.po,475,1942,1932,19,52,43,369,537,2363,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ms.po,258,854,844,0,0,279,1509,537,2363,ms.po,,ms,,malay,,,ms,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/mr.po,374,1485,1403,0,0,163,878,537,2363,mr.po,,mr,,marathi,,,mr,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ml.po,425,1841,1511,0,0,112,522,537,2363,ml.po,,ml,,malayalam,,,ml,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/mk.po,335,1338,1465,0,0,202,1025,537,2363,mk.po,,mk,,macedonian,,,mk,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/lv.po,535,2360,2171,0,0,2,3,537,2363,lv.po,,lv,,latvian,,,lv,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/lt.po,536,2361,2167,0,0,1,2,537,2363,lt.po,,lt,,lithuanian,,,lt,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ky.po,302,829,771,11,42,224,1492,537,2363,ky.po,,ky,,kyrgyz,,,ky,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ku.po,42,73,73,0,0,495,2290,537,2363,ku.po,,ku,,kurdish,,,ku,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ko.po,535,2360,1936,0,0,2,3,537,2363,ko.po,,ko,,korean,,,ko,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/kn.po,374,1485,1267,0,0,163,878,537,2363,kn.po,,kn,,kannada,,,kn,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/km.po,359,1480,574,0,0,178,883,537,2363,km.po,,km,,khmer,,,km,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/kk.po,444,1950,1673,0,0,93,413,537,2363,kk.po,,kk,,kazakh,,,kk,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ja.po,480,2078,695,1,49,56,236,537,2363,ja.po,,ja,,japanese,,,ja,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/it.po,536,2361,2467,0,0,1,2,537,2363,it.po,,it,,italian,,,it,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/is.po,418,1496,1527,0,0,119,867,537,2363,is.po,,is,,icelandic,,,is,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/id.po,536,2361,2262,0,0,1,2,537,2363,id.po,,id,,indonesian,,,id,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ia.po,384,1722,2002,0,0,153,641,537,2363,ia.po,,ia,,interlingua,,,ia,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/hu.po,536,2361,2104,0,0,1,2,537,2363,hu.po,,hu,,hungarian,,,hu,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/hr.po,535,2360,2294,0,0,2,3,537,2363,hr.po,,hr,,croatian,,,hr,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/hi.po,374,1485,1722,0,0,163,878,537,2363,hi.po,,hi,,hindi,,,hi,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/he.po,345,1108,1078,0,0,192,1255,537,2363,he.po,,he,,hebrew,,,he,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/gu.po,374,1485,1573,0,0,163,878,537,2363,gu.po,,gu,,gujarati,,,gu,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/gl.po,536,2361,2638,0,0,1,2,537,2363,gl.po,,gl,,galician,,,gl,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/gd.po,425,1841,2689,0,0,112,522,537,2363,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ga.po,246,679,947,5,22,286,1662,537,2363,ga.po,,ga,,irish,,,ga,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/fur.po,536,2361,2765,0,0,1,2,537,2363,fur.po,,fur,,friulian,,,fur,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/fr.po,536,2361,2726,0,0,1,2,537,2363,fr.po,,fr,,french,,,fr,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/fi.po,515,2105,1682,8,149,14,109,537,2363,fi.po,,fi,,finnish,,,fi,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/fa.po,536,2361,2521,0,0,1,2,537,2363,fa.po,,fa,,persian,,,fa,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/eu.po,535,2360,2070,0,0,2,3,537,2363,eu.po,,eu,,basque,,,eu,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/et.po,426,1691,1385,0,0,111,672,537,2363,et.po,,et,,estonian,,,et,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/es.po,536,2361,2728,0,0,1,2,537,2363,es.po,,es,,spanish,,,es,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/eo.po,521,2185,1984,4,61,12,117,537,2363,eo.po,,eo,,esperanto,,,eo,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,535,2360,2360,0,0,2,3,537,2363,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/el.po,471,1905,1992,21,112,45,346,537,2363,el.po,,el,,greek,,,el,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/de.po,536,2361,2245,0,0,1,2,537,2363,de.po,,de,,german,,,de,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/da.po,536,2361,2218,0,0,1,2,537,2363,da.po,,da,,danish,,,da,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/cs.po,536,2361,2384,0,0,1,2,537,2363,cs.po,,cs,,czech,,,cs,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,406,1691,2041,0,0,131,672,537,2363,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ca.po,536,2361,2769,0,0,1,2,537,2363,ca.po,,ca,,catalan,,,ca,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/bs.po,360,1486,1479,0,0,177,877,537,2363,bs.po,,bs,,bosnian,,,bs,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/bn_in.po,375,1486,1497,0,0,162,877,537,2363,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/bn.po,206,566,558,7,35,324,1762,537,2363,bn.po,,bn,,bangla,,,bn,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/bg.po,406,1691,1799,0,0,131,672,537,2363,bg.po,,bg,,bulgarian,,,bg,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/be.po,425,1841,1787,0,0,112,522,537,2363,be.po,,be,,belarusian,,,be,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ast.po,324,1305,1380,0,0,213,1058,537,2363,ast.po,,ast,,asturian,,,ast,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/as.po,374,1485,1510,0,0,163,878,537,2363,as.po,,as,,assamese,,,as,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/ar.po,408,1490,1640,9,36,120,837,537,2363,ar.po,,ar,,arabic,,,ar,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/an.po,319,1298,1501,6,24,212,1041,537,2363,an.po,,an,,aragonese,,,an,po -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv,po/af.po,399,1677,1696,12,34,126,652,537,2363,af.po,,af,,afrikaans,,,af,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,54,266,68,0,0,16,122,70,388,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,68,358,103,0,0,2,30,70,388,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,70,388,99,0,0,0,0,70,388,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,70,388,619,0,0,0,0,70,388,vi.po,,vi,,vietnamese,,,vi,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,66,369,340,0,0,4,19,70,388,uk.po,,uk,,ukrainian,,,uk,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,54,266,280,0,0,16,122,70,388,tr.po,,tr,,turkish,,,tr,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,62,267,94,0,0,8,121,70,388,th.po,,th,,thai,,,th,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,53,251,287,0,0,17,137,70,388,tg.po,,tg,,tajik,,,tg,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,68,358,312,0,0,2,30,70,388,te.po,,te,,telugu,,,te,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,68,358,315,0,0,2,30,70,388,ta.po,,ta,,tamil,,,ta,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,54,266,259,0,0,16,122,70,388,sv.po,,sv,,swedish,,,sv,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,70,388,372,0,0,0,0,70,388,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,54,266,262,0,0,16,122,70,388,sr.po,,sr,,serbian,,,sr,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,54,266,256,0,0,16,122,70,388,sl.po,,sl,,slovenian,,,sl,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,54,266,264,0,0,16,122,70,388,sk.po,,sk,,slovak,,,sk,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,70,388,365,0,0,0,0,70,388,ru.po,,ru,,russian,,,ru,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,54,266,298,0,0,16,122,70,388,ro.po,,ro,,romanian,,,ro,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,54,266,326,0,0,16,122,70,388,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,68,378,427,0,0,2,10,70,388,pt.po,,pt,,portuguese,,,pt,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,54,266,263,0,0,16,122,70,388,pl.po,,pl,,polish,,,pl,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,70,388,438,0,0,0,0,70,388,pa.po,,pa,,punjabi,,,pa,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,68,358,348,0,0,2,30,70,388,or.po,,or,,odia,,,or,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,68,378,474,0,0,2,10,70,388,oc.po,,oc,,occitan,,,oc,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,54,266,264,0,0,16,122,70,388,nl.po,,nl,,dutch,,,nl,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,43,99,106,6,20,21,269,70,388,ne.po,,ne,,nepali,,,ne,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,70,388,396,0,0,0,0,70,388,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,68,358,340,0,0,2,30,70,388,ms.po,,ms,,malay,,,ms,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,68,358,346,0,0,2,30,70,388,mr.po,,mr,,marathi,,,mr,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,70,388,301,0,0,0,0,70,388,ml.po,,ml,,malayalam,,,ml,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,54,266,228,0,0,16,122,70,388,lv.po,,lv,,latvian,,,lv,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,54,266,240,0,0,16,122,70,388,lt.po,,lt,,lithuanian,,,lt,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,54,266,221,0,0,16,122,70,388,ko.po,,ko,,korean,,,ko,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,68,358,319,0,0,2,30,70,388,kn.po,,kn,,kannada,,,kn,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,66,338,108,0,0,4,50,70,388,km.po,,km,,khmer,,,km,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,70,388,358,0,0,0,0,70,388,kk.po,,kk,,kazakh,,,kk,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,53,262,72,0,0,17,126,70,388,ja.po,,ja,,japanese,,,ja,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,54,266,304,0,0,16,122,70,388,it.po,,it,,italian,,,it,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,70,388,385,0,0,0,0,70,388,is.po,,is,,icelandic,,,is,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,54,266,271,0,0,16,122,70,388,id.po,,id,,indonesian,,,id,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,54,266,227,0,0,16,122,70,388,hu.po,,hu,,hungarian,,,hu,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,54,266,253,0,0,16,122,70,388,hr.po,,hr,,croatian,,,hr,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,68,358,429,0,0,2,30,70,388,hi.po,,hi,,hindi,,,hi,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,70,380,380,0,0,0,8,70,388,he.po,,he,,hebrew,,,he,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,65,352,408,0,0,5,36,70,388,gu.po,,gu,,gujarati,,,gu,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,54,266,329,0,0,16,122,70,388,gl.po,,gl,,galician,,,gl,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,63,323,413,0,0,7,65,70,388,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,54,266,346,0,0,16,122,70,388,fur.po,,fur,,friulian,,,fur,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,54,266,333,0,0,16,122,70,388,fr.po,,fr,,french,,,fr,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,51,209,171,1,4,18,175,70,388,fi.po,,fi,,finnish,,,fi,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,54,266,285,0,0,16,122,70,388,fa.po,,fa,,persian,,,fa,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,54,266,239,0,0,16,122,70,388,eu.po,,eu,,basque,,,eu,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,47,211,178,0,0,23,177,70,388,et.po,,et,,estonian,,,et,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,54,266,327,0,0,16,122,70,388,es.po,,es,,spanish,,,es,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,50,221,201,2,24,18,143,70,388,eo.po,,eo,,esperanto,,,eo,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,70,388,388,0,0,0,0,70,388,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,54,266,303,0,0,16,122,70,388,el.po,,el,,greek,,,el,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,54,266,268,0,0,16,122,70,388,de.po,,de,,german,,,de,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,54,266,261,0,0,16,122,70,388,da.po,,da,,danish,,,da,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,54,266,260,0,0,16,122,70,388,cs.po,,cs,,czech,,,cs,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,70,388,502,0,0,0,0,70,388,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,54,266,353,0,0,16,122,70,388,ca.po,,ca,,catalan,,,ca,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,70,380,370,0,0,0,8,70,388,bs.po,,bs,,bosnian,,,bs,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,68,358,352,0,0,2,30,70,388,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,70,388,431,0,0,0,0,70,388,bg.po,,bg,,bulgarian,,,bg,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,70,388,363,0,0,0,0,70,388,be.po,,be,,belarusian,,,be,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,68,358,365,0,0,2,30,70,388,as.po,,as,,assamese,,,as,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,59,221,207,0,0,11,167,70,388,ar.po,,ar,,arabic,,,ar,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,70,380,456,0,0,0,8,70,388,an.po,,an,,aragonese,,,an,po -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,70,388,389,0,0,0,0,70,388,af.po,,af,,afrikaans,,,af,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/zh_tw.po,816,3941,1091,0,0,2,57,818,3998,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/zh_hk.po,382,1039,419,0,0,436,2959,818,3998,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/zh_cn.po,770,3725,1112,0,0,48,273,818,3998,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/vi.po,730,3604,5614,0,0,88,394,818,3998,vi.po,,vi,,vietnamese,,,vi,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/uk.po,487,2602,2201,0,0,331,1396,818,3998,uk.po,,uk,,ukrainian,,,uk,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/tr.po,818,3998,3281,0,0,0,0,818,3998,tr.po,,tr,,turkish,,,tr,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/th.po,514,1913,714,0,0,304,2085,818,3998,th.po,,th,,thai,,,th,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/te.po,326,672,631,0,0,492,3326,818,3998,te.po,,te,,telugu,,,te,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/sv.po,818,3998,3720,0,0,0,0,818,3998,sv.po,,sv,,swedish,,,sv,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/sr@latin.po,762,3676,3774,0,0,56,322,818,3998,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/sr.po,818,3998,4217,0,0,0,0,818,3998,sr.po,,sr,,serbian,,,sr,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/sl.po,808,3909,4081,0,0,10,89,818,3998,sl.po,,sl,,slovenian,,,sl,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/sk.po,692,3133,3270,31,223,95,642,818,3998,sk.po,,sk,,slovak,,,sk,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ru.po,809,3914,3579,0,0,9,84,818,3998,ru.po,,ru,,russian,,,ru,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ro.po,818,3998,4494,0,0,0,0,818,3998,ro.po,,ro,,romanian,,,ro,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/pt_br.po,818,3998,4494,0,0,0,0,818,3998,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/pt.po,526,2336,2511,0,0,292,1662,818,3998,pt.po,,pt,,portuguese,,,pt,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/pl.po,818,3998,3895,0,0,0,0,818,3998,pl.po,,pl,,polish,,,pl,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/pa.po,818,3998,4778,0,0,0,0,818,3998,pa.po,,pa,,punjabi,,,pa,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/oc.po,767,3709,4483,0,0,51,289,818,3998,oc.po,,oc,,occitan,,,oc,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/nl.po,818,3998,3941,0,0,0,0,818,3998,nl.po,,nl,,dutch,,,nl,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ne.po,377,869,909,126,546,315,2583,818,3998,ne.po,,ne,,nepali,,,ne,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/nb.po,781,3573,3442,0,0,37,425,818,3998,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/mr.po,1,2,2,0,0,817,3996,818,3998,mr.po,,mr,,marathi,,,mr,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ml.po,780,3784,3050,0,0,38,214,818,3998,ml.po,,ml,,malayalam,,,ml,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/lv.po,809,3914,3462,0,0,9,84,818,3998,lv.po,,lv,,latvian,,,lv,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/lt.po,818,3998,3539,0,0,0,0,818,3998,lt.po,,lt,,lithuanian,,,lt,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ko.po,818,3998,3186,0,0,0,0,818,3998,ko.po,,ko,,korean,,,ko,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/km.po,365,969,438,0,0,453,3029,818,3998,km.po,,km,,khmer,,,km,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/kk.po,677,2970,2633,0,0,141,1028,818,3998,kk.po,,kk,,kazakh,,,kk,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ja.po,657,3009,980,0,0,161,989,818,3998,ja.po,,ja,,japanese,,,ja,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/it.po,818,3998,4278,0,0,0,0,818,3998,it.po,,it,,italian,,,it,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/is.po,349,686,717,1,4,468,3308,818,3998,is.po,,is,,icelandic,,,is,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/id.po,818,3998,3925,0,0,0,0,818,3998,id.po,,id,,indonesian,,,id,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/hu.po,818,3998,3632,0,0,0,0,818,3998,hu.po,,hu,,hungarian,,,hu,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/hr.po,818,3998,3809,0,0,0,0,818,3998,hr.po,,hr,,croatian,,,hr,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/hi.po,730,3604,4467,0,0,88,394,818,3998,hi.po,,hi,,hindi,,,hi,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/he.po,546,2447,2251,1,2,271,1549,818,3998,he.po,,he,,hebrew,,,he,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/gl.po,818,3998,4456,0,0,0,0,818,3998,gl.po,,gl,,galician,,,gl,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/gd.po,767,3709,4955,0,0,51,289,818,3998,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ga.po,124,152,170,0,0,694,3846,818,3998,ga.po,,ga,,irish,,,ga,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/fur.po,818,3998,4782,0,0,0,0,818,3998,fur.po,,fur,,friulian,,,fur,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/fr.po,818,3998,4860,0,0,0,0,818,3998,fr.po,,fr,,french,,,fr,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/fi.po,800,3786,2942,0,0,18,212,818,3998,fi.po,,fi,,finnish,,,fi,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/fa.po,818,3998,4187,0,0,0,0,818,3998,fa.po,,fa,,persian,,,fa,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/eu.po,818,3998,3542,0,0,0,0,818,3998,eu.po,,eu,,basque,,,eu,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/es.po,818,3998,4558,0,0,0,0,818,3998,es.po,,es,,spanish,,,es,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/eo.po,800,3797,3475,0,0,18,201,818,3998,eo.po,,eo,,esperanto,,,eo,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/en_gb.po,818,3998,4018,0,0,0,0,818,3998,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/el.po,818,3998,4254,0,0,0,0,818,3998,el.po,,el,,greek,,,el,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/de.po,818,3998,3984,0,0,0,0,818,3998,de.po,,de,,german,,,de,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/da.po,818,3998,3722,0,0,0,0,818,3998,da.po,,da,,danish,,,da,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/cs.po,818,3998,3964,0,0,0,0,818,3998,cs.po,,cs,,czech,,,cs,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ca@valencia.po,715,3527,4050,0,0,103,471,818,3998,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ca.po,818,3998,4631,0,0,0,0,818,3998,ca.po,,ca,,catalan,,,ca,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/bs.po,429,1391,1376,0,0,389,2607,818,3998,bs.po,,bs,,bosnian,,,bs,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/bn.po,467,2332,2293,0,0,351,1666,818,3998,bn.po,,bn,,bangla,,,bn,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/bg.po,723,3546,3933,0,0,95,452,818,3998,bg.po,,bg,,bulgarian,,,bg,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/as.po,383,1043,1099,0,0,435,2955,818,3998,as.po,,as,,assamese,,,as,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/ar.po,617,2681,2527,54,311,147,1006,818,3998,ar.po,,ar,,arabic,,,ar,po -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv,po/af.po,748,3345,3520,0,0,70,653,818,3998,af.po,,af,,afrikaans,,,af,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/sv/sv.po,232,4113,3533,0,0,0,0,232,4113,sv.po,,sv,,swedish,,,sv,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/ro/ro.po,19,141,143,23,202,190,3770,232,4113,ro.po,,ro,,romanian,,,ro,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,232,4113,4276,0,0,0,0,232,4113,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/pt/pt.po,229,4089,4167,0,0,3,24,232,4113,pt.po,,pt,,portuguese,,,pt,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/pl/pl.po,232,4113,3200,0,0,0,0,232,4113,pl.po,,pl,,polish,,,pl,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/ko/ko.po,232,4113,2765,0,0,0,0,232,4113,ko.po,,ko,,korean,,,ko,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/hu/hu.po,232,4113,3177,0,0,0,0,232,4113,hu.po,,hu,,hungarian,,,hu,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/fr/fr.po,232,4113,4370,0,0,0,0,232,4113,fr.po,,fr,,french,,,fr,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/es/es.po,232,4113,4335,0,0,0,0,232,4113,es.po,,es,,spanish,,,es,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/el/el.po,229,4089,4061,0,0,3,24,232,4113,el.po,,el,,greek,,,el,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/de/de.po,232,4113,3790,0,0,0,0,232,4113,de.po,,de,,german,,,de,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,help/cs/cs.po,232,4113,3526,0,0,0,0,232,4113,cs.po,,cs,,czech,,,cs,help/ -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/zh_tw.po,304,1444,440,0,0,10,19,314,1463,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/zh_hk.po,292,1289,430,0,0,22,174,314,1463,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/zh_cn.po,304,1439,483,0,0,10,24,314,1463,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/vi.po,298,1365,1969,0,0,16,98,314,1463,vi.po,,vi,,vietnamese,,,vi,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/uk.po,301,1396,1287,0,0,13,67,314,1463,uk.po,,uk,,ukrainian,,,uk,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ug.po,308,1280,1149,0,0,6,183,314,1463,ug.po,,ug,,uyghur,,,ug,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/tr.po,304,1444,1264,0,0,10,19,314,1463,tr.po,,tr,,turkish,,,tr,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/th.po,298,1365,589,0,0,16,98,314,1463,th.po,,th,,thai,,,th,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/tg.po,291,1285,1309,0,0,23,178,314,1463,tg.po,,tg,,tajik,,,tg,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/te.po,292,1289,1161,0,0,22,174,314,1463,te.po,,te,,telugu,,,te,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ta.po,292,1289,1142,0,0,22,174,314,1463,ta.po,,ta,,tamil,,,ta,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/sv.po,304,1444,1286,0,0,10,19,314,1463,sv.po,,sv,,swedish,,,sv,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/sr@latin.po,304,1439,1487,0,0,10,24,314,1463,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/sr.po,304,1444,1491,0,0,10,19,314,1463,sr.po,,sr,,serbian,,,sr,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/sq.po,177,645,806,0,0,137,818,314,1463,sq.po,,sq,,albanian,,,sq,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/sl.po,304,1444,1480,0,0,10,19,314,1463,sl.po,,sl,,slovenian,,,sl,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/sk.po,302,1440,1340,0,0,12,23,314,1463,sk.po,,sk,,slovak,,,sk,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/si.po,131,258,310,0,0,183,1205,314,1463,si.po,,si,,sinhala,,,si,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/rw.po,22,22,23,86,471,206,970,314,1463,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ru.po,304,1444,1370,0,0,10,19,314,1463,ru.po,,ru,,russian,,,ru,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ro.po,304,1444,1667,0,0,10,19,314,1463,ro.po,,ro,,romanian,,,ro,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/pt_br.po,304,1444,1829,0,0,10,19,314,1463,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/pt.po,301,1396,1747,0,0,13,67,314,1463,pt.po,,pt,,portuguese,,,pt,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ps.po,177,479,567,0,0,137,984,314,1463,ps.po,,ps,,pashto,,,ps,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/pl.po,304,1444,1391,0,0,10,19,314,1463,pl.po,,pl,,polish,,,pl,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/pa.po,304,1439,1538,0,0,10,24,314,1463,pa.po,,pa,,punjabi,,,pa,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/or.po,308,1280,1294,0,0,6,183,314,1463,or.po,,or,,odia,,,or,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/oc.po,301,1396,1891,0,0,13,67,314,1463,oc.po,,oc,,occitan,,,oc,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/nn.po,231,874,858,0,0,83,589,314,1463,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/nl.po,304,1444,1383,0,0,10,19,314,1463,nl.po,,nl,,dutch,,,nl,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ne.po,313,1462,1357,0,0,1,1,314,1463,ne.po,,ne,,nepali,,,ne,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/nds.po,56,97,89,0,0,258,1366,314,1463,nds.po,,nds,,low german,,,nds,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/nb.po,314,1463,1489,0,0,0,0,314,1463,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ms.po,143,502,487,0,0,171,961,314,1463,ms.po,,ms,,malay,,,ms,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/mr.po,292,1289,1164,0,0,22,174,314,1463,mr.po,,mr,,marathi,,,mr,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/mn.po,142,498,452,0,0,172,965,314,1463,mn.po,,mn,,mongolian,,,mn,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ml.po,305,1440,1233,0,0,9,23,314,1463,ml.po,,ml,,malayalam,,,ml,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/mk.po,275,1072,1236,0,0,39,391,314,1463,mk.po,,mk,,macedonian,,,mk,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/mg.po,209,845,929,1,1,104,617,314,1463,mg.po,,mg,,malagasy,,,mg,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/mai.po,175,577,664,0,0,139,886,314,1463,mai.po,,mai,,maithili,,,mai,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/lv.po,304,1444,1291,0,0,10,19,314,1463,lv.po,,lv,,latvian,,,lv,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/lt.po,304,1444,1355,0,0,10,19,314,1463,lt.po,,lt,,lithuanian,,,lt,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/li.po,116,388,377,20,67,178,1008,314,1463,li.po,,li,,limburgish,,,li,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ky.po,308,1283,1139,0,0,6,180,314,1463,ky.po,,ky,,kyrgyz,,,ky,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ku.po,87,154,172,0,0,227,1309,314,1463,ku.po,,ku,,kurdish,,,ku,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ko.po,304,1444,1261,0,0,10,19,314,1463,ko.po,,ko,,korean,,,ko,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/kn.po,292,1289,1159,0,0,22,174,314,1463,kn.po,,kn,,kannada,,,kn,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/km.po,294,1283,571,0,0,20,180,314,1463,km.po,,km,,khmer,,,km,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/kk.po,304,1444,1280,0,0,10,19,314,1463,kk.po,,kk,,kazakh,,,kk,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ka.po,224,839,738,0,0,90,624,314,1463,ka.po,,ka,,georgian,,,ka,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ja.po,301,1437,469,0,0,13,26,314,1463,ja.po,,ja,,japanese,,,ja,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/it.po,304,1444,1560,0,0,10,19,314,1463,it.po,,it,,italian,,,it,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/is.po,305,1440,1275,0,0,9,23,314,1463,is.po,,is,,icelandic,,,is,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/id.po,304,1444,1420,0,0,10,19,314,1463,id.po,,id,,indonesian,,,id,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/hu.po,304,1444,1336,0,0,10,19,314,1463,hu.po,,hu,,hungarian,,,hu,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/hr.po,302,1440,1400,0,0,12,23,314,1463,hr.po,,hr,,croatian,,,hr,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/hi.po,292,1289,1417,0,0,22,174,314,1463,hi.po,,hi,,hindi,,,hi,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/he.po,298,1365,1323,0,0,16,98,314,1463,he.po,,he,,hebrew,,,he,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/gu.po,308,1280,1348,0,0,6,183,314,1463,gu.po,,gu,,gujarati,,,gu,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/gl.po,304,1444,1852,0,0,10,19,314,1463,gl.po,,gl,,galician,,,gl,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/gd.po,313,1462,2024,0,0,1,1,314,1463,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ga.po,158,294,370,3,9,153,1160,314,1463,ga.po,,ga,,irish,,,ga,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/fur.po,304,1444,1699,0,0,10,19,314,1463,fur.po,,fur,,friulian,,,fur,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/fr.po,304,1444,1972,0,0,10,19,314,1463,fr.po,,fr,,french,,,fr,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/fi.po,304,1444,1034,0,0,10,19,314,1463,fi.po,,fi,,finnish,,,fi,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/fa.po,313,1462,1704,0,0,1,1,314,1463,fa.po,,fa,,persian,,,fa,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/eu.po,304,1444,1259,0,0,10,19,314,1463,eu.po,,eu,,basque,,,eu,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/et.po,292,1289,1018,0,0,22,174,314,1463,et.po,,et,,estonian,,,et,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/es.po,304,1444,1905,0,0,10,19,314,1463,es.po,,es,,spanish,,,es,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/eo.po,303,1407,1194,0,0,11,56,314,1463,eo.po,,eo,,esperanto,,,eo,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/en_gb.po,304,1439,1462,0,0,10,24,314,1463,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/en_ca.po,177,645,644,0,0,137,818,314,1463,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/en@shaw.po,210,727,728,34,206,70,530,314,1463,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/el.po,304,1444,1519,0,0,10,19,314,1463,el.po,,el,,greek,,,el,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/dz.po,230,868,501,0,0,84,595,314,1463,dz.po,,dz,,dzongkha,,,dz,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/de.po,304,1444,1398,0,0,10,19,314,1463,de.po,,de,,german,,,de,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/da.po,302,1440,1275,0,0,12,23,314,1463,da.po,,da,,danish,,,da,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/cy.po,177,645,711,0,0,137,818,314,1463,cy.po,,cy,,welsh,,,cy,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/cs.po,304,1444,1381,0,0,10,19,314,1463,cs.po,,cs,,czech,,,cs,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ca@valencia.po,313,1462,1833,0,0,1,1,314,1463,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ca.po,303,1441,1813,0,0,11,22,314,1463,ca.po,,ca,,catalan,,,ca,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/bs.po,292,1289,1244,0,0,22,174,314,1463,bs.po,,bs,,bosnian,,,bs,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/bn_in.po,292,1289,1317,0,0,22,174,314,1463,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/bn.po,244,933,1055,0,0,70,530,314,1463,bn.po,,bn,,bangla,,,bn,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/bg.po,313,1462,1581,0,0,1,1,314,1463,bg.po,,bg,,bulgarian,,,bg,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/be@latin.po,184,545,507,0,0,130,918,314,1463,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/be.po,313,1462,1424,0,0,1,1,314,1463,be.po,,be,,belarusian,,,be,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/az.po,143,502,449,0,0,171,961,314,1463,az.po,,az,,azerbaijani,,,az,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ast.po,238,913,1131,0,0,76,550,314,1463,ast.po,,ast,,asturian,,,ast,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/as.po,292,1289,1253,0,0,22,174,314,1463,as.po,,as,,assamese,,,as,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/ar.po,304,1439,1575,0,0,10,24,314,1463,ar.po,,ar,,arabic,,,ar,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/an.po,289,1276,1596,0,0,25,187,314,1463,an.po,,an,,aragonese,,,an,po -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv,po/am.po,43,74,90,20,33,251,1356,314,1463,am.po,,am,,amharic,,,am,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ln.po,4,10,13,0,0,5,14,9,24,ln.po,,ln,,lingala,,,ln,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/gd.po,6,15,18,0,0,3,9,9,24,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/it.po,6,15,16,0,0,3,9,9,24,it.po,,it,,italian,,,it,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/eu.po,6,15,14,0,0,3,9,9,24,eu.po,,eu,,basque,,,eu,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/hi.po,5,12,11,0,0,4,12,9,24,hi.po,,hi,,hindi,,,hi,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/hr.po,6,15,13,0,0,3,9,9,24,hr.po,,hr,,croatian,,,hr,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ga.po,5,12,10,0,0,4,12,9,24,ga.po,,ga,,irish,,,ga,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/en_ca.po,9,24,24,0,0,0,0,9,24,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/tr.po,6,15,15,0,0,3,9,9,24,tr.po,,tr,,turkish,,,tr,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/lt.po,6,15,11,0,0,3,9,9,24,lt.po,,lt,,lithuanian,,,lt,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/da.po,6,15,16,0,0,3,9,9,24,da.po,,da,,danish,,,da,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/km.po,9,24,9,0,0,0,0,9,24,km.po,,km,,khmer,,,km,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/as.po,9,24,23,0,0,0,0,9,24,as.po,,as,,assamese,,,as,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/fa.po,6,15,15,0,0,3,9,9,24,fa.po,,fa,,persian,,,fa,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/en_gb.po,9,24,24,0,0,0,0,9,24,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/kn.po,5,12,14,0,0,4,12,9,24,kn.po,,kn,,kannada,,,kn,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ko.po,6,15,11,0,0,3,9,9,24,ko.po,,ko,,korean,,,ko,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/id.po,6,15,14,0,0,3,9,9,24,id.po,,id,,indonesian,,,id,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/sv.po,6,15,16,0,0,3,9,9,24,sv.po,,sv,,swedish,,,sv,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/is.po,6,15,16,0,0,3,9,9,24,is.po,,is,,icelandic,,,is,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ne.po,6,15,13,0,0,3,9,9,24,ne.po,,ne,,nepali,,,ne,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/kk.po,6,15,13,0,0,3,9,9,24,kk.po,,kk,,kazakh,,,kk,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ca@valencia.po,6,15,15,0,0,3,9,9,24,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/cs.po,6,15,15,0,0,3,9,9,24,cs.po,,cs,,czech,,,cs,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/af.po,6,15,15,0,0,3,9,9,24,af.po,,af,,afrikaans,,,af,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/th.po,9,24,9,0,0,0,0,9,24,th.po,,th,,thai,,,th,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/tg.po,5,12,12,0,0,4,12,9,24,tg.po,,tg,,tajik,,,tg,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/vi.po,9,24,31,0,0,0,0,9,24,vi.po,,vi,,vietnamese,,,vi,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/an.po,9,24,26,0,0,0,0,9,24,an.po,,an,,aragonese,,,an,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/zh_cn.po,6,15,6,0,0,3,9,9,24,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ug.po,9,24,23,0,0,0,0,9,24,ug.po,,ug,,uyghur,,,ug,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/hu.po,6,15,14,0,0,3,9,9,24,hu.po,,hu,,hungarian,,,hu,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/sr.po,6,15,14,0,0,3,9,9,24,sr.po,,sr,,serbian,,,sr,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/gu.po,9,24,24,0,0,0,0,9,24,gu.po,,gu,,gujarati,,,gu,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/fi.po,6,15,13,0,0,3,9,9,24,fi.po,,fi,,finnish,,,fi,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/bn_in.po,5,12,11,0,0,4,12,9,24,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/pt.po,6,15,14,0,0,3,9,9,24,pt.po,,pt,,portuguese,,,pt,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/pt_br.po,6,15,14,0,0,3,9,9,24,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/eo.po,6,15,14,0,0,3,9,9,24,eo.po,,eo,,esperanto,,,eo,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/lv.po,6,15,13,0,0,3,9,9,24,lv.po,,lv,,latvian,,,lv,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/es.po,6,15,15,0,0,3,9,9,24,es.po,,es,,spanish,,,es,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,9,24,23,0,0,0,0,9,24,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/pa.po,6,15,15,0,0,3,9,9,24,pa.po,,pa,,punjabi,,,pa,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/el.po,6,15,14,0,0,3,9,9,24,el.po,,el,,greek,,,el,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/zh_tw.po,6,15,6,0,0,3,9,9,24,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/de.po,6,15,17,0,0,3,9,9,24,de.po,,de,,german,,,de,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/sl.po,6,15,17,0,0,3,9,9,24,sl.po,,sl,,slovenian,,,sl,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ta.po,9,24,23,0,0,0,0,9,24,ta.po,,ta,,tamil,,,ta,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/te.po,9,24,23,0,0,0,0,9,24,te.po,,te,,telugu,,,te,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/sk.po,6,15,15,0,0,3,9,9,24,sk.po,,sk,,slovak,,,sk,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ro.po,9,24,27,0,0,0,0,9,24,ro.po,,ro,,romanian,,,ro,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/uk.po,6,15,14,0,0,3,9,9,24,uk.po,,uk,,ukrainian,,,uk,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/mr.po,9,24,23,0,0,0,0,9,24,mr.po,,mr,,marathi,,,mr,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/nb.po,6,15,16,0,0,3,9,9,24,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/gl.po,6,15,15,0,0,3,9,9,24,gl.po,,gl,,galician,,,gl,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/nl.po,6,15,18,0,0,3,9,9,24,nl.po,,nl,,dutch,,,nl,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ja.po,9,24,9,0,0,0,0,9,24,ja.po,,ja,,japanese,,,ja,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/fur.po,6,15,16,0,0,3,9,9,24,fur.po,,fur,,friulian,,,fur,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/bg.po,6,15,15,0,0,3,9,9,24,bg.po,,bg,,bulgarian,,,bg,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/be.po,6,15,15,0,0,3,9,9,24,be.po,,be,,belarusian,,,be,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ru.po,6,15,12,0,0,3,9,9,24,ru.po,,ru,,russian,,,ru,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/et.po,9,24,17,0,0,0,0,9,24,et.po,,et,,estonian,,,et,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/pl.po,6,15,17,0,0,3,9,9,24,pl.po,,pl,,polish,,,pl,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ml.po,5,12,11,0,0,4,12,9,24,ml.po,,ml,,malayalam,,,ml,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/fy.po,9,24,18,0,0,0,0,9,24,fy.po,,fy,,western frisian,,,fy,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ar.po,9,24,23,0,0,0,0,9,24,ar.po,,ar,,arabic,,,ar,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/oc.po,4,10,12,0,0,5,14,9,24,oc.po,,oc,,occitan,,,oc,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/fr.po,6,15,20,0,0,3,9,9,24,fr.po,,fr,,french,,,fr,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/bs.po,4,10,9,0,0,5,14,9,24,bs.po,,bs,,bosnian,,,bs,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/zh_hk.po,9,24,9,0,0,0,0,9,24,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/sr@latin.po,6,15,14,0,0,3,9,9,24,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/ca.po,6,15,15,0,0,3,9,9,24,ca.po,,ca,,catalan,,,ca,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/or.po,9,24,24,0,0,0,0,9,24,or.po,,or,,odia,,,or,po -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv,po/he.po,6,15,13,0,0,3,9,9,24,he.po,,he,,hebrew,,,he,po -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/nl/nl.po,3168,56853,57429,0,0,153,3400,3321,60253,nl.po,,nl,,dutch,,,nl,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/cs/cs.po,3201,56823,49138,0,0,120,3430,3321,60253,cs.po,,cs,,czech,,,cs,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/gl/gl.po,2431,35551,36371,641,18198,249,6504,3321,60253,gl.po,,gl,,galician,,,gl,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pl/pl.po,3287,58047,46154,0,0,34,2206,3321,60253,pl.po,,pl,,polish,,,pl,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/hr/hr.po,307,2687,2329,18,30,2996,57536,3321,60253,hr.po,,hr,,croatian,,,hr,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/fr/fr.po,2704,47231,50188,321,7417,296,5605,3321,60253,fr.po,,fr,,french,,,fr,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/el/el.po,3111,56124,56974,0,0,210,4129,3321,60253,el.po,,el,,greek,,,el,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/de/de.po,3260,57480,55436,13,341,48,2432,3321,60253,de.po,,de,,german,,,de,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/id/id.po,1798,20821,18532,402,6368,1121,33064,3321,60253,id.po,,id,,indonesian,,,id,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/kn/kn.po,350,897,882,0,0,2971,59356,3321,60253,kn.po,,kn,,kannada,,,kn,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/fi/fi.po,2052,28273,19055,649,15400,620,16580,3321,60253,fi.po,,fi,,finnish,,,fi,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/lv/lv.po,3191,57078,44920,5,20,125,3155,3321,60253,lv.po,,lv,,latvian,,,lv,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ru/ru.po,2884,50476,42172,247,6960,190,2817,3321,60253,ru.po,,ru,,russian,,,ru,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pt/pt.po,3115,55812,57231,19,532,187,3909,3321,60253,pt.po,,pt,,portuguese,,,pt,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sv/sv.po,3288,58064,53724,0,0,33,2189,3321,60253,sv.po,,sv,,swedish,,,sv,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/da/da.po,1445,11583,10661,0,0,1876,48670,3321,60253,da.po,,da,,danish,,,da,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/hu/hu.po,3201,56823,45700,0,0,120,3430,3321,60253,hu.po,,hu,,hungarian,,,hu,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ca/ca.po,3064,54611,57262,104,1639,153,4003,3321,60253,ca.po,,ca,,catalan,,,ca,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sr@latin/sr@latin.po,3168,56855,51793,0,0,153,3398,3321,60253,sr@latin.po,latin,sr,,serbian,,,sr@latin,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/mr/mr.po,2559,44257,33981,563,12746,199,3250,3321,60253,mr.po,,mr,,marathi,,,mr,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/zh_cn/zh_cn.po,2794,51114,5179,375,5958,152,3181,3321,60253,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/as/as.po,2407,30614,27469,319,4795,595,24844,3321,60253,as.po,,as,,assamese,,,as,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ta/ta.po,2795,50123,38336,275,5971,251,4159,3321,60253,ta.po,,ta,,tamil,,,ta,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/es/es.po,3088,53037,55899,150,3718,83,3498,3321,60253,es.po,,es,,spanish,,,es,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sr/sr.po,3168,56855,51793,0,0,153,3398,3321,60253,sr.po,,sr,,serbian,,,sr,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/gu/gu.po,2515,39284,39210,412,9639,394,11330,3321,60253,gu.po,,gu,,gujarati,,,gu,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ro/ro.po,169,1855,1837,0,0,3152,58398,3321,60253,ro.po,,ro,,romanian,,,ro,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/ja/ja.po,1739,27509,3394,729,15161,853,17583,3321,60253,ja.po,,ja,,japanese,,,ja,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/he/he.po,4,8,11,0,0,3317,60245,3321,60253,he.po,,he,,hebrew,,,he,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/hi/hi.po,164,3074,3661,1,19,3156,57160,3321,60253,hi.po,,hi,,hindi,,,hi,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/sl/sl.po,2939,52634,44589,190,4255,192,3364,3321,60253,sl.po,,sl,,slovenian,,,sl,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pt_br/pt_br.po,3201,56823,59860,0,0,120,3430,3321,60253,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/te/te.po,939,14118,10266,197,2937,2185,43198,3321,60253,te.po,,te,,telugu,,,te,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/vi/vi.po,2237,36788,39571,0,0,1084,23465,3321,60253,vi.po,,vi,,vietnamese,,,vi,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/pa/pa.po,192,532,564,149,863,2980,58858,3321,60253,pa.po,,pa,,punjabi,,,pa,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,gnome-help/it/it.po,2088,36623,36404,480,7593,753,16037,3321,60253,it.po,,it,,italian,,,it,gnome-help/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/cs/cs.po,654,9076,8090,0,0,7,14,661,9090,cs.po,,cs,,czech,,,cs,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/gl/gl.po,238,1590,1823,19,118,404,7382,661,9090,gl.po,,gl,,galician,,,gl,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/ko/ko.po,661,9090,6736,0,0,0,0,661,9090,ko.po,,ko,,korean,,,ko,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/de/de.po,661,9090,8657,0,0,0,0,661,9090,de.po,,de,,german,,,de,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/sv/sv.po,646,8929,7899,0,0,15,161,661,9090,sv.po,,sv,,swedish,,,sv,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/hu/hu.po,547,7497,6920,0,0,114,1593,661,9090,hu.po,,hu,,hungarian,,,hu,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/ca/ca.po,546,7476,7936,0,0,115,1614,661,9090,ca.po,,ca,,catalan,,,ca,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/es/es.po,645,8906,9904,0,0,16,184,661,9090,es.po,,es,,spanish,,,es,system-admin-guide/ -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv,system-admin-guide/pt_br/pt_br.po,542,7433,8003,0,0,119,1657,661,9090,pt_br.po,,pt,br,portuguese,,brazil,pt_br,system-admin-guide/ -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,10,51,13,0,0,41,275,51,326,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,29,160,38,0,0,22,166,51,326,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,10,49,14,0,0,41,277,51,326,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,11,52,87,0,0,40,274,51,326,vi.po,,vi,,vietnamese,,,vi,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,10,52,45,0,0,41,274,51,326,uk.po,,uk,,ukrainian,,,uk,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,29,224,183,0,0,22,102,51,326,ug.po,,ug,,uyghur,,,ug,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,10,49,48,0,0,41,277,51,326,tr.po,,tr,,turkish,,,tr,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,51,316,89,0,0,0,10,51,326,th.po,,th,,thai,,,th,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,26,136,136,0,0,25,190,51,326,tg.po,,tg,,tajik,,,tg,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,29,160,126,0,0,22,166,51,326,te.po,,te,,telugu,,,te,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,29,160,139,0,0,22,166,51,326,ta.po,,ta,,tamil,,,ta,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,10,49,47,0,0,41,277,51,326,sv.po,,sv,,swedish,,,sv,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,10,52,59,0,0,41,274,51,326,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,10,49,56,0,0,41,277,51,326,sr.po,,sr,,serbian,,,sr,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,13,61,77,0,0,38,265,51,326,sq.po,,sq,,albanian,,,sq,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,10,49,51,0,0,41,277,51,326,sl.po,,sl,,slovenian,,,sl,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,10,52,51,0,0,41,274,51,326,sk.po,,sk,,slovak,,,sk,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,2,2,4,11,59,38,265,51,326,rw.po,,rw,,kinyarwanda,,,rw,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,11,52,55,0,0,40,274,51,326,ru.po,,ru,,russian,,,ru,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,10,49,55,0,0,41,277,51,326,ro.po,,ro,,romanian,,,ro,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,10,49,53,0,0,41,277,51,326,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,10,52,56,0,0,41,274,51,326,pt.po,,pt,,portuguese,,,pt,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,10,49,50,0,0,41,277,51,326,pl.po,,pl,,polish,,,pl,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,10,52,57,0,0,41,274,51,326,pa.po,,pa,,punjabi,,,pa,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,29,160,169,0,0,22,166,51,326,or.po,,or,,odia,,,or,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,10,52,64,0,0,41,274,51,326,oc.po,,oc,,occitan,,,oc,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,51,326,320,0,0,0,0,51,326,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,10,49,57,0,0,41,277,51,326,nl.po,,nl,,dutch,,,nl,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,10,52,47,0,0,41,274,51,326,ne.po,,ne,,nepali,,,ne,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,10,52,49,0,0,41,274,51,326,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,29,160,160,0,0,22,166,51,326,mr.po,,mr,,marathi,,,mr,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,10,52,44,0,0,41,274,51,326,ml.po,,ml,,malayalam,,,ml,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,13,61,62,0,0,38,265,51,326,mk.po,,mk,,macedonian,,,mk,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,6,8,11,0,0,45,318,51,326,mai.po,,mai,,maithili,,,mai,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,10,49,46,0,0,41,277,51,326,lv.po,,lv,,latvian,,,lv,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,10,49,41,0,0,41,277,51,326,lt.po,,lt,,lithuanian,,,lt,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ln.po,10,52,57,0,0,41,274,51,326,ln.po,,ln,,lingala,,,ln,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,10,49,43,0,0,41,277,51,326,ko.po,,ko,,korean,,,ko,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,29,160,126,0,0,22,166,51,326,kn.po,,kn,,kannada,,,kn,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,30,184,67,0,0,21,142,51,326,km.po,,km,,khmer,,,km,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,10,51,51,0,0,41,275,51,326,kk.po,,kk,,kazakh,,,kk,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,10,49,14,0,0,41,277,51,326,ja.po,,ja,,japanese,,,ja,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,11,52,57,0,0,40,274,51,326,it.po,,it,,italian,,,it,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,10,51,53,0,0,41,275,51,326,is.po,,is,,icelandic,,,is,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,10,49,54,0,0,41,277,51,326,id.po,,id,,indonesian,,,id,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,10,49,45,0,0,41,277,51,326,hu.po,,hu,,hungarian,,,hu,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,10,49,48,0,0,41,277,51,326,hr.po,,hr,,croatian,,,hr,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,29,160,186,0,0,22,166,51,326,hi.po,,hi,,hindi,,,hi,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,10,52,49,0,0,41,274,51,326,he.po,,he,,hebrew,,,he,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,10,52,56,0,0,41,274,51,326,gu.po,,gu,,gujarati,,,gu,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,10,49,57,0,0,41,277,51,326,gl.po,,gl,,galician,,,gl,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,10,52,63,0,0,41,274,51,326,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,46,288,361,0,0,5,38,51,326,ga.po,,ga,,irish,,,ga,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,10,49,53,0,0,41,277,51,326,fur.po,,fur,,friulian,,,fur,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,10,49,66,0,0,41,277,51,326,fr.po,,fr,,french,,,fr,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,10,49,44,0,0,41,277,51,326,fi.po,,fi,,finnish,,,fi,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,10,49,51,0,0,41,277,51,326,fa.po,,fa,,persian,,,fa,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,10,49,43,0,0,41,277,51,326,eu.po,,eu,,basque,,,eu,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,10,52,55,0,0,41,274,51,326,et.po,,et,,estonian,,,et,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,10,49,60,0,0,41,277,51,326,es.po,,es,,spanish,,,es,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,10,51,51,0,0,41,275,51,326,eo.po,,eo,,esperanto,,,eo,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,10,52,52,0,0,41,274,51,326,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,15,70,70,0,0,36,256,51,326,en_ca.po,,en,ca,english,,canada,en_ca,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,51,326,326,0,0,0,0,51,326,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,10,49,60,0,0,41,277,51,326,el.po,,el,,greek,,,el,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,16,75,33,0,0,35,251,51,326,dz.po,,dz,,dzongkha,,,dz,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,10,49,53,0,0,41,277,51,326,de.po,,de,,german,,,de,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,11,52,44,0,0,40,274,51,326,da.po,,da,,danish,,,da,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,10,49,47,0,0,41,277,51,326,cs.po,,cs,,czech,,,cs,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,10,52,65,0,0,41,274,51,326,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,10,49,62,0,0,41,277,51,326,ca.po,,ca,,catalan,,,ca,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,26,136,134,0,0,25,190,51,326,bs.po,,bs,,bosnian,,,bs,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,51,326,379,0,0,0,0,51,326,br.po,,br,,breton,,,br,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,51,316,419,0,0,0,10,51,326,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,51,326,374,0,0,0,0,51,326,bn.po,,bn,,bangla,,,bn,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,10,52,61,0,0,41,274,51,326,bg.po,,bg,,bulgarian,,,bg,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,10,52,60,0,0,41,274,51,326,be.po,,be,,belarusian,,,be,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,51,326,353,0,0,0,0,51,326,ast.po,,ast,,asturian,,,ast,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,29,160,186,0,0,22,166,51,326,as.po,,as,,assamese,,,as,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,34,247,214,0,0,17,79,51,326,ar.po,,ar,,arabic,,,ar,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,29,160,187,0,0,22,166,51,326,an.po,,an,,aragonese,,,an,po -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,10,52,54,0,0,41,274,51,326,af.po,,af,,afrikaans,,,af,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,68,256,69,0,0,0,0,68,256,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,68,256,69,0,0,0,0,68,256,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,68,256,68,0,0,0,0,68,256,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/vi.po,68,256,299,0,0,0,0,68,256,vi.po,,vi,,vietnamese,,,vi,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/uk.po,68,256,205,0,0,0,0,68,256,uk.po,,uk,,ukrainian,,,uk,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ug.po,17,28,30,0,0,51,228,68,256,ug.po,,ug,,uyghur,,,ug,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/tr.po,68,256,214,0,0,0,0,68,256,tr.po,,tr,,turkish,,,tr,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/th.po,68,256,72,0,0,0,0,68,256,th.po,,th,,thai,,,th,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/tg.po,11,11,15,0,0,57,245,68,256,tg.po,,tg,,tajik,,,tg,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/te.po,68,256,208,0,0,0,0,68,256,te.po,,te,,telugu,,,te,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ta.po,68,256,204,0,0,0,0,68,256,ta.po,,ta,,tamil,,,ta,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/sv.po,68,256,233,0,0,0,0,68,256,sv.po,,sv,,swedish,,,sv,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,68,256,208,0,0,0,0,68,256,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/sr.po,68,256,208,0,0,0,0,68,256,sr.po,,sr,,serbian,,,sr,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/sq.po,10,11,14,2,2,56,243,68,256,sq.po,,sq,,albanian,,,sq,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/sl.po,68,256,229,0,0,0,0,68,256,sl.po,,sl,,slovenian,,,sl,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/sk.po,68,256,221,0,0,0,0,68,256,sk.po,,sk,,slovak,,,sk,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ru.po,68,256,165,0,0,0,0,68,256,ru.po,,ru,,russian,,,ru,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ro.po,68,256,250,0,0,0,0,68,256,ro.po,,ro,,romanian,,,ro,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,68,256,285,0,0,0,0,68,256,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/pt.po,68,256,263,0,0,0,0,68,256,pt.po,,pt,,portuguese,,,pt,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ps.po,7,8,8,1,1,60,247,68,256,ps.po,,ps,,pashto,,,ps,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/pl.po,68,256,239,0,0,0,0,68,256,pl.po,,pl,,polish,,,pl,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/pa.po,68,256,275,0,0,0,0,68,256,pa.po,,pa,,punjabi,,,pa,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/or.po,10,11,12,2,2,56,243,68,256,or.po,,or,,odia,,,or,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/oc.po,68,256,287,0,0,0,0,68,256,oc.po,,oc,,occitan,,,oc,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/nn.po,10,11,11,2,2,56,243,68,256,nn.po,,nn,,norwegian nynorsk,,,nn,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/nl.po,68,256,237,0,0,0,0,68,256,nl.po,,nl,,dutch,,,nl,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ne.po,68,256,217,0,0,0,0,68,256,ne.po,,ne,,nepali,,,ne,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/nds.po,23,26,28,0,0,45,230,68,256,nds.po,,nds,,low german,,,nds,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/nb.po,68,256,219,0,0,0,0,68,256,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ms.po,7,8,9,5,5,56,243,68,256,ms.po,,ms,,malay,,,ms,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/mr.po,10,11,11,2,2,56,243,68,256,mr.po,,mr,,marathi,,,mr,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ml.po,68,256,194,0,0,0,0,68,256,ml.po,,ml,,malayalam,,,ml,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/mk.po,10,11,11,2,2,56,243,68,256,mk.po,,mk,,macedonian,,,mk,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/mai.po,3,4,5,1,1,64,251,68,256,mai.po,,mai,,maithili,,,mai,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/lv.po,68,256,203,0,0,0,0,68,256,lv.po,,lv,,latvian,,,lv,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/lt.po,68,256,209,0,0,0,0,68,256,lt.po,,lt,,lithuanian,,,lt,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ku.po,10,11,11,2,2,56,243,68,256,ku.po,,ku,,kurdish,,,ku,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ko.po,68,256,160,0,0,0,0,68,256,ko.po,,ko,,korean,,,ko,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/kn.po,10,11,12,2,2,56,243,68,256,kn.po,,kn,,kannada,,,kn,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/km.po,66,246,75,0,0,2,10,68,256,km.po,,km,,khmer,,,km,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ka.po,10,11,11,2,2,56,243,68,256,ka.po,,ka,,georgian,,,ka,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ja.po,68,256,69,0,0,0,0,68,256,ja.po,,ja,,japanese,,,ja,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/it.po,68,256,264,0,0,0,0,68,256,it.po,,it,,italian,,,it,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/is.po,39,71,62,0,0,29,185,68,256,is.po,,is,,icelandic,,,is,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/id.po,68,256,227,0,0,0,0,68,256,id.po,,id,,indonesian,,,id,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/hu.po,68,256,190,0,0,0,0,68,256,hu.po,,hu,,hungarian,,,hu,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/hr.po,68,256,226,0,0,0,0,68,256,hr.po,,hr,,croatian,,,hr,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/hi.po,68,256,267,0,0,0,0,68,256,hi.po,,hi,,hindi,,,hi,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/he.po,68,256,217,0,0,0,0,68,256,he.po,,he,,hebrew,,,he,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/gu.po,10,11,14,2,2,56,243,68,256,gu.po,,gu,,gujarati,,,gu,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/gl.po,68,256,292,0,0,0,0,68,256,gl.po,,gl,,galician,,,gl,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ga.po,36,46,50,1,4,31,206,68,256,ga.po,,ga,,irish,,,ga,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/fur.po,68,256,266,0,0,0,0,68,256,fur.po,,fur,,friulian,,,fur,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/fr.po,68,256,293,0,0,0,0,68,256,fr.po,,fr,,french,,,fr,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/fi.po,68,256,169,0,0,0,0,68,256,fi.po,,fi,,finnish,,,fi,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/fa.po,68,256,271,0,0,0,0,68,256,fa.po,,fa,,persian,,,fa,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/eu.po,68,256,205,0,0,0,0,68,256,eu.po,,eu,,basque,,,eu,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/et.po,68,256,176,0,0,0,0,68,256,et.po,,et,,estonian,,,et,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/es.po,68,256,310,0,0,0,0,68,256,es.po,,es,,spanish,,,es,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/eo.po,60,211,191,0,0,8,45,68,256,eo.po,,eo,,esperanto,,,eo,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,68,256,256,0,0,0,0,68,256,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,10,11,11,2,2,56,243,68,256,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/el.po,68,256,250,0,0,0,0,68,256,el.po,,el,,greek,,,el,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/dz.po,10,11,11,2,2,56,243,68,256,dz.po,,dz,,dzongkha,,,dz,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/de.po,68,256,225,0,0,0,0,68,256,de.po,,de,,german,,,de,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/da.po,68,256,210,0,0,0,0,68,256,da.po,,da,,danish,,,da,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/cs.po,68,256,234,0,0,0,0,68,256,cs.po,,cs,,czech,,,cs,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,68,256,292,0,0,0,0,68,256,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ca.po,68,256,292,0,0,0,0,68,256,ca.po,,ca,,catalan,,,ca,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/bs.po,68,256,227,0,0,0,0,68,256,bs.po,,bs,,bosnian,,,bs,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,10,11,11,2,2,56,243,68,256,bn_in.po,,bn,in,bangla,,india,bn_in,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/bn.po,10,11,13,2,2,56,243,68,256,bn.po,,bn,,bangla,,,bn,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/bg.po,68,256,235,0,0,0,0,68,256,bg.po,,bg,,bulgarian,,,bg,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,10,11,11,2,2,56,243,68,256,be@latin.po,latin,be,,belarusian,,,be@latin,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/be.po,68,256,175,0,0,0,0,68,256,be.po,,be,,belarusian,,,be,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ast.po,10,11,13,2,2,56,243,68,256,ast.po,,ast,,asturian,,,ast,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/as.po,68,256,238,0,0,0,0,68,256,as.po,,as,,assamese,,,as,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/ar.po,10,11,11,2,2,56,243,68,256,ar.po,,ar,,arabic,,,ar,po -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv,po/af.po,68,256,250,0,0,0,0,68,256,af.po,,af,,afrikaans,,,af,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,41,192,60,0,0,40,24,81,216,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,37,164,56,0,0,44,52,81,216,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,42,195,87,0,0,39,21,81,216,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,42,195,284,0,0,39,21,81,216,vi.po,,vi,,vietnamese,,,vi,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,42,192,168,0,0,39,24,81,216,uk.po,,uk,,ukrainian,,,uk,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,42,195,165,0,0,39,21,81,216,tr.po,,tr,,turkish,,,tr,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,42,192,65,0,0,39,24,81,216,th.po,,th,,thai,,,th,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,42,195,220,0,0,39,21,81,216,tg.po,,tg,,tajik,,,tg,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,81,216,198,0,0,0,0,81,216,te.po,,te,,telugu,,,te,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,72,203,192,0,0,9,13,81,216,ta.po,,ta,,tamil,,,ta,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,42,195,203,0,0,39,21,81,216,sv.po,,sv,,swedish,,,sv,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,42,192,182,0,0,39,24,81,216,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,42,195,183,0,0,39,21,81,216,sr.po,,sr,,serbian,,,sr,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,42,195,166,0,0,39,21,81,216,sl.po,,sl,,slovenian,,,sl,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,42,192,185,0,0,39,24,81,216,sk.po,,sk,,slovak,,,sk,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,42,195,162,0,0,39,21,81,216,ru.po,,ru,,russian,,,ru,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,42,195,208,0,0,39,21,81,216,ro.po,,ro,,romanian,,,ro,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,42,195,223,0,0,39,21,81,216,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,42,192,216,0,0,39,24,81,216,pt.po,,pt,,portuguese,,,pt,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,42,195,188,0,0,39,21,81,216,pl.po,,pl,,polish,,,pl,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,41,191,228,0,0,40,25,81,216,pa.po,,pa,,punjabi,,,pa,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,42,192,215,0,0,39,24,81,216,oc.po,,oc,,occitan,,,oc,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,42,195,210,0,0,39,21,81,216,nl.po,,nl,,dutch,,,nl,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,42,192,179,0,0,39,24,81,216,ne.po,,ne,,nepali,,,ne,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,42,192,186,0,0,39,24,81,216,nb.po,,nb,,norwegian bokmål,,,nb,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,42,192,141,0,0,39,24,81,216,ml.po,,ml,,malayalam,,,ml,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,42,195,163,0,0,39,21,81,216,lv.po,,lv,,latvian,,,lv,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,42,195,147,0,0,39,21,81,216,lt.po,,lt,,lithuanian,,,lt,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,41,194,160,0,0,40,22,81,216,ko.po,,ko,,korean,,,ko,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,67,129,142,0,0,14,87,81,216,kn.po,,kn,,kannada,,,kn,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,41,192,172,0,0,40,24,81,216,kk.po,,kk,,kazakh,,,kk,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,40,191,65,0,0,41,25,81,216,ja.po,,ja,,japanese,,,ja,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,42,195,196,0,0,39,21,81,216,it.po,,it,,italian,,,it,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,41,194,204,0,0,40,22,81,216,is.po,,is,,icelandic,,,is,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,42,195,195,0,0,39,21,81,216,id.po,,id,,indonesian,,,id,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,42,195,179,0,0,39,21,81,216,hu.po,,hu,,hungarian,,,hu,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,42,195,175,0,0,39,21,81,216,hr.po,,hr,,croatian,,,hr,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,42,192,191,0,0,39,24,81,216,he.po,,he,,hebrew,,,he,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,42,195,207,0,0,39,21,81,216,gl.po,,gl,,galician,,,gl,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,41,191,248,0,0,40,25,81,216,gd.po,,gd,,scottish gaelic,,,gd,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,38,113,123,0,0,43,103,81,216,ga.po,,ga,,irish,,,ga,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,42,195,209,0,0,39,21,81,216,fur.po,,fur,,friulian,,,fur,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,42,195,228,0,0,39,21,81,216,fr.po,,fr,,french,,,fr,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,42,195,140,0,0,39,21,81,216,fi.po,,fi,,finnish,,,fi,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,41,194,195,0,0,40,22,81,216,fa.po,,fa,,persian,,,fa,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,42,195,166,0,0,39,21,81,216,eu.po,,eu,,basque,,,eu,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,42,195,160,0,0,39,21,81,216,et.po,,et,,estonian,,,et,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,42,195,211,0,0,39,21,81,216,es.po,,es,,spanish,,,es,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,42,195,194,0,0,39,21,81,216,eo.po,,eo,,esperanto,,,eo,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,42,195,198,0,0,39,21,81,216,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,42,195,234,0,0,39,21,81,216,el.po,,el,,greek,,,el,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,42,195,223,0,0,39,21,81,216,de.po,,de,,german,,,de,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,41,194,198,0,0,40,22,81,216,da.po,,da,,danish,,,da,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,42,195,190,0,0,39,21,81,216,cs.po,,cs,,czech,,,cs,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,41,191,219,0,0,40,25,81,216,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,41,194,222,0,0,40,22,81,216,ca.po,,ca,,catalan,,,ca,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,42,184,168,0,0,39,32,81,216,bs.po,,bs,,bosnian,,,bs,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,42,192,222,0,0,39,24,81,216,bg.po,,bg,,bulgarian,,,bg,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,42,192,177,0,0,39,24,81,216,be.po,,be,,belarusian,,,be,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,41,183,182,0,0,40,33,81,216,as.po,,as,,assamese,,,as,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,36,98,102,0,0,45,118,81,216,ar.po,,ar,,arabic,,,ar,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,42,184,191,0,0,39,32,81,216,an.po,,an,,aragonese,,,an,po -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,40,191,205,0,0,41,25,81,216,af.po,,af,,afrikaans,,,af,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/hu.po,424,2524,2294,1127,6401,641,4507,2192,13432,hu.po,,hu,,hungarian,,,hu,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/zh_tw.po,1930,11418,5331,171,1244,91,770,2192,13432,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/cs.po,2190,13417,13346,0,0,2,15,2192,13432,cs.po,,cs,,czech,,,cs,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/sv.po,1378,7976,7812,597,3735,217,1721,2192,13432,sv.po,,sv,,swedish,,,sv,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/id.po,424,2524,2366,1127,6401,641,4507,2192,13432,id.po,,id,,indonesian,,,id,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/zh_cn.po,2154,13183,4646,23,142,15,107,2192,13432,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/en@boldquot.po,2192,13432,13441,0,0,0,0,2192,13432,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/de.po,2192,13432,13779,0,0,0,0,2192,13432,de.po,,de,,german,,,de,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/et.po,424,2524,2224,1127,6401,641,4507,2192,13432,et.po,,et,,estonian,,,et,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/ru.po,2190,13417,12802,0,0,2,15,2192,13432,ru.po,,ru,,russian,,,ru,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/ro.po,822,4858,5228,847,4782,523,3792,2192,13432,ro.po,,ro,,romanian,,,ro,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/el.po,424,2524,2685,1127,6401,641,4507,2192,13432,el.po,,el,,greek,,,el,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/nb.po,2156,13174,12643,25,140,11,118,2192,13432,nb.po,,nb,,norwegian bokmål,,,nb,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/sk.po,423,2519,2463,1128,6406,641,4507,2192,13432,sk.po,,sk,,slovak,,,sk,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/uk.po,2128,12970,13673,47,310,17,152,2192,13432,uk.po,,uk,,ukrainian,,,uk,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/tr.po,1319,7629,7193,625,3876,248,1927,2192,13432,tr.po,,tr,,turkish,,,tr,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/pl.po,2190,13417,13573,0,0,2,15,2192,13432,pl.po,,pl,,polish,,,pl,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/gl.po,421,2490,2941,1148,6521,623,4421,2192,13432,gl.po,,gl,,galician,,,gl,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/eo.po,297,1658,1566,1211,6874,684,4900,2192,13432,eo.po,,eo,,esperanto,,,eo,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/da.po,1393,8099,7680,583,3619,216,1714,2192,13432,da.po,,da,,danish,,,da,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/pt.po,365,2083,2357,1156,6560,671,4789,2192,13432,pt.po,,pt,,portuguese,,,pt,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/en@quot.po,2192,13432,13432,0,0,0,0,2192,13432,en@quot.po,quot,en,,english,,,en@quot,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/es.po,2167,13169,15208,9,54,16,209,2192,13432,es.po,,es,,spanish,,,es,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/ca.po,427,2499,3098,1128,6453,637,4480,2192,13432,ca.po,,ca,,catalan,,,ca,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/ja.po,2184,13356,3876,2,15,6,61,2192,13432,ja.po,,ja,,japanese,,,ja,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/it.po,424,2524,2800,1127,6401,641,4507,2192,13432,it.po,,it,,italian,,,it,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/fi.po,424,2524,2068,1127,6401,641,4507,2192,13432,fi.po,,fi,,finnish,,,fi,po -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv,po/fr.po,1944,11437,13952,167,1239,81,756,2192,13432,fr.po,,fr,,french,,,fr,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/ms.po,175,756,694,165,719,53,337,393,1812,ms.po,,ms,,malay,,,ms,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/pt_br.po,385,1787,2020,7,22,1,3,393,1812,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/fr.po,385,1787,2053,7,22,1,3,393,1812,fr.po,,fr,,french,,,fr,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/pl.po,385,1787,1639,7,22,1,3,393,1812,pl.po,,pl,,polish,,,pl,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/cs.po,385,1787,1655,7,22,1,3,393,1812,cs.po,,cs,,czech,,,cs,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/es.po,281,1247,1338,65,306,47,259,393,1812,es.po,,es,,spanish,,,es,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/vi.po,281,1247,1814,65,306,47,259,393,1812,vi.po,,vi,,vietnamese,,,vi,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/de.po,281,1247,1113,65,306,47,259,393,1812,de.po,,de,,german,,,de,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/eo.po,385,1787,1696,7,22,1,3,393,1812,eo.po,,eo,,esperanto,,,eo,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/uk.po,385,1787,1706,7,22,1,3,393,1812,uk.po,,uk,,ukrainian,,,uk,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/zh_cn.po,281,1247,480,65,306,47,259,393,1812,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/it.po,385,1787,2021,7,22,1,3,393,1812,it.po,,it,,italian,,,it,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/sr.po,281,1247,1176,65,306,47,259,393,1812,sr.po,,sr,,serbian,,,sr,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/sv.po,281,1247,1048,65,306,47,259,393,1812,sv.po,,sv,,swedish,,,sv,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/nl.po,281,1247,1154,65,306,47,259,393,1812,nl.po,,nl,,dutch,,,nl,po -gnutls-3.6.10-1.fc31.src.rpm.stats.csv,po/fi.po,281,1247,887,65,306,47,259,393,1812,fi.po,,fi,,finnish,,,fi,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/da.po,94,613,585,12,269,2,4,108,886,da.po,,da,,danish,,,da,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/ru.po,94,613,655,12,269,2,4,108,886,ru.po,,ru,,russian,,,ru,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/fr.po,94,613,701,12,269,2,4,108,886,fr.po,,fr,,french,,,fr,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/sk.po,75,368,378,25,472,8,46,108,886,sk.po,,sk,,slovak,,,sk,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/pt_br.po,94,613,727,12,269,2,4,108,886,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/eu.po,14,38,39,24,217,70,631,108,886,eu.po,,eu,,basque,,,eu,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/uk.po,107,875,979,1,11,0,0,108,886,uk.po,,uk,,ukrainian,,,uk,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/be.po,14,38,37,23,213,71,635,108,886,be.po,,be,,belarusian,,,be,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/pa.po,57,225,251,15,97,36,564,108,886,pa.po,,pa,,punjabi,,,pa,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/lt.po,14,38,38,29,321,65,527,108,886,lt.po,,lt,,lithuanian,,,lt,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/ky.po,14,38,42,28,288,66,560,108,886,ky.po,,ky,,kyrgyz,,,ky,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/ca.po,94,613,782,12,269,2,4,108,886,ca.po,,ca,,catalan,,,ca,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/id.po,94,613,635,12,269,2,4,108,886,id.po,,id,,indonesian,,,id,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/it.po,107,875,991,1,11,0,0,108,886,it.po,,it,,italian,,,it,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/af.po,14,38,36,23,213,71,635,108,886,af.po,,af,,afrikaans,,,af,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/sr.po,94,613,622,12,269,2,4,108,886,sr.po,,sr,,serbian,,,sr,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/nl.po,107,875,953,1,11,0,0,108,886,nl.po,,nl,,dutch,,,nl,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/th.po,107,875,513,1,11,0,0,108,886,th.po,,th,,thai,,,th,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/hr.po,107,875,914,1,11,0,0,108,886,hr.po,,hr,,croatian,,,hr,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/vi.po,107,875,1320,1,11,0,0,108,886,vi.po,,vi,,vietnamese,,,vi,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/pt.po,107,875,956,1,11,0,0,108,886,pt.po,,pt,,portuguese,,,pt,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/he.po,14,38,46,24,217,70,631,108,886,he.po,,he,,hebrew,,,he,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/hu.po,94,613,621,12,269,2,4,108,886,hu.po,,hu,,hungarian,,,hu,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/nb.po,107,875,938,1,11,0,0,108,886,nb.po,,nb,,norwegian bokmål,,,nb,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/sv.po,107,875,888,1,11,0,0,108,886,sv.po,,sv,,swedish,,,sv,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/zh_tw.po,85,442,254,20,433,3,11,108,886,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/zh_cn.po,94,613,300,12,269,2,4,108,886,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/ro.po,14,38,42,23,213,71,635,108,886,ro.po,,ro,,romanian,,,ro,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/et.po,107,875,782,1,11,0,0,108,886,et.po,,et,,estonian,,,et,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/ga.po,94,613,683,12,269,2,4,108,886,ga.po,,ga,,irish,,,ga,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/sl.po,94,613,628,12,269,2,4,108,886,sl.po,,sl,,slovenian,,,sl,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/fi.po,94,613,558,12,269,2,4,108,886,fi.po,,fi,,finnish,,,fi,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/el.po,42,166,185,41,421,25,299,108,886,el.po,,el,,greek,,,el,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/pl.po,94,613,636,12,269,2,4,108,886,pl.po,,pl,,polish,,,pl,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/cs.po,107,875,909,1,11,0,0,108,886,cs.po,,cs,,czech,,,cs,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/de.po,85,442,480,20,433,3,11,108,886,de.po,,de,,german,,,de,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/es.po,81,418,497,21,436,6,32,108,886,es.po,,es,,spanish,,,es,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/ja.po,96,617,361,12,269,0,0,108,886,ja.po,,ja,,japanese,,,ja,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/eo.po,94,613,608,12,269,2,4,108,886,eo.po,,eo,,esperanto,,,eo,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/bg.po,107,875,1068,1,11,0,0,108,886,bg.po,,bg,,bulgarian,,,bg,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/ko.po,3,6,6,18,85,87,795,108,886,ko.po,,ko,,korean,,,ko,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/tr.po,14,38,39,24,217,70,631,108,886,tr.po,,tr,,turkish,,,tr,po -grep-3.3-3.fc31.src.rpm.stats.csv,po/gl.po,94,613,719,12,269,2,4,108,886,gl.po,,gl,,galician,,,gl,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/zh_tw.po,36,191,58,0,0,1,3,37,194,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/zh_hk.po,36,187,57,0,0,1,7,37,194,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/zh_cn.po,36,191,68,0,0,1,3,37,194,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/uk.po,36,187,177,0,0,1,7,37,194,uk.po,,uk,,ukrainian,,,uk,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/tr.po,36,191,166,0,0,1,3,37,194,tr.po,,tr,,turkish,,,tr,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/tg.po,36,187,199,0,0,1,7,37,194,tg.po,,tg,,tajik,,,tg,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/sv.po,36,191,179,0,0,1,3,37,194,sv.po,,sv,,swedish,,,sv,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/sr@latin.po,37,194,204,0,0,0,0,37,194,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/sr.po,36,191,201,0,0,1,3,37,194,sr.po,,sr,,serbian,,,sr,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/sl.po,36,191,214,0,0,1,3,37,194,sl.po,,sl,,slovenian,,,sl,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/sk.po,36,191,209,0,0,1,3,37,194,sk.po,,sk,,slovak,,,sk,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ru.po,37,194,190,0,0,0,0,37,194,ru.po,,ru,,russian,,,ru,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ro.po,36,191,231,0,0,1,3,37,194,ro.po,,ro,,romanian,,,ro,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/pt_br.po,36,191,227,0,0,1,3,37,194,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/pt.po,37,194,216,0,0,0,0,37,194,pt.po,,pt,,portuguese,,,pt,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/pl.po,36,191,197,0,0,1,3,37,194,pl.po,,pl,,polish,,,pl,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/pa.po,36,187,226,0,0,1,7,37,194,pa.po,,pa,,punjabi,,,pa,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/oc.po,36,191,246,0,0,1,3,37,194,oc.po,,oc,,occitan,,,oc,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/nl.po,36,191,177,0,0,1,3,37,194,nl.po,,nl,,dutch,,,nl,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ne.po,21,96,94,7,41,9,57,37,194,ne.po,,ne,,nepali,,,ne,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/nb.po,37,194,205,0,0,0,0,37,194,nb.po,,nb,,norwegian bokmål,,,nb,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ml.po,36,191,156,0,0,1,3,37,194,ml.po,,ml,,malayalam,,,ml,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/lv.po,36,191,181,0,0,1,3,37,194,lv.po,,lv,,latvian,,,lv,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/lt.po,36,191,164,0,0,1,3,37,194,lt.po,,lt,,lithuanian,,,lt,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ko.po,36,191,168,0,0,1,3,37,194,ko.po,,ko,,korean,,,ko,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ja.po,35,184,76,0,0,2,10,37,194,ja.po,,ja,,japanese,,,ja,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/it.po,36,191,238,0,0,1,3,37,194,it.po,,it,,italian,,,it,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/id.po,36,191,200,0,0,1,3,37,194,id.po,,id,,indonesian,,,id,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/hu.po,36,191,192,0,0,1,3,37,194,hu.po,,hu,,hungarian,,,hu,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/hr.po,36,191,180,0,0,1,3,37,194,hr.po,,hr,,croatian,,,hr,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/he.po,37,194,194,0,0,0,0,37,194,he.po,,he,,hebrew,,,he,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/gl.po,36,191,257,0,0,1,3,37,194,gl.po,,gl,,galician,,,gl,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/fur.po,36,191,250,0,0,1,3,37,194,fur.po,,fur,,friulian,,,fur,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/fr.po,36,191,247,0,0,1,3,37,194,fr.po,,fr,,french,,,fr,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/fi.po,19,85,71,0,0,18,109,37,194,fi.po,,fi,,finnish,,,fi,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/eu.po,36,191,201,0,0,1,3,37,194,eu.po,,eu,,basque,,,eu,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/es.po,36,191,269,0,0,1,3,37,194,es.po,,es,,spanish,,,es,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/eo.po,36,191,182,0,0,1,3,37,194,eo.po,,eo,,esperanto,,,eo,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/en_gb.po,37,194,194,0,0,0,0,37,194,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/el.po,36,191,216,0,0,1,3,37,194,el.po,,el,,greek,,,el,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/de.po,36,191,203,0,0,1,3,37,194,de.po,,de,,german,,,de,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/da.po,36,191,188,0,0,1,3,37,194,da.po,,da,,danish,,,da,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/cs.po,36,191,202,0,0,1,3,37,194,cs.po,,cs,,czech,,,cs,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,36,191,278,0,0,1,3,37,194,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/ca.po,36,191,278,0,0,1,3,37,194,ca.po,,ca,,catalan,,,ca,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/bs.po,36,187,177,0,0,1,7,37,194,bs.po,,bs,,bosnian,,,bs,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/bg.po,37,194,218,0,0,0,0,37,194,bg.po,,bg,,bulgarian,,,bg,po -grilo-0.3.10-1.fc31.src.rpm.stats.csv,po/as.po,36,187,188,0,0,1,7,37,194,as.po,,as,,assamese,,,as,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,help/sv/sv.po,54,1304,1243,0,0,0,0,54,1304,sv.po,,sv,,swedish,,,sv,help/ -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,54,1304,1356,0,0,0,0,54,1304,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,help/pl/pl.po,54,1304,1214,0,0,0,0,54,1304,pl.po,,pl,,polish,,,pl,help/ -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,help/es/es.po,49,1153,1196,0,0,5,151,54,1304,es.po,,es,,spanish,,,es,help/ -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,help/de/de.po,54,1304,1238,0,0,0,0,54,1304,de.po,,de,,german,,,de,help/ -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,help/cs/cs.po,54,1304,1228,0,0,0,0,54,1304,cs.po,,cs,,czech,,,cs,help/ -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/zh_tw.po,133,537,220,0,0,3,17,136,554,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/zh_hk.po,132,533,227,0,0,4,21,136,554,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/zh_cn.po,133,536,215,0,0,3,18,136,554,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/uk.po,125,483,458,0,0,11,71,136,554,uk.po,,uk,,ukrainian,,,uk,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/tr.po,133,537,510,0,0,3,17,136,554,tr.po,,tr,,turkish,,,tr,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/sv.po,133,537,568,0,0,3,17,136,554,sv.po,,sv,,swedish,,,sv,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/sr@latin.po,133,536,541,0,0,3,18,136,554,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/sr.po,133,537,541,0,0,3,17,136,554,sr.po,,sr,,serbian,,,sr,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/sl.po,133,537,528,0,0,3,17,136,554,sl.po,,sl,,slovenian,,,sl,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/sk.po,133,536,494,0,0,3,18,136,554,sk.po,,sk,,slovak,,,sk,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ru.po,132,528,502,0,0,4,26,136,554,ru.po,,ru,,russian,,,ru,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ro.po,133,537,639,0,0,3,17,136,554,ro.po,,ro,,romanian,,,ro,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/pt_br.po,133,537,617,0,0,3,17,136,554,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/pt.po,133,536,594,0,0,3,18,136,554,pt.po,,pt,,portuguese,,,pt,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/pl.po,133,537,585,0,0,3,17,136,554,pl.po,,pl,,polish,,,pl,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/oc.po,132,528,620,0,0,4,26,136,554,oc.po,,oc,,occitan,,,oc,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/nl.po,133,537,527,0,0,3,17,136,554,nl.po,,nl,,dutch,,,nl,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ne.po,44,77,79,52,186,40,291,136,554,ne.po,,ne,,nepali,,,ne,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/nb.po,123,467,530,0,0,13,87,136,554,nb.po,,nb,,norwegian bokmål,,,nb,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ml.po,27,51,51,0,0,109,503,136,554,ml.po,,ml,,malayalam,,,ml,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/lv.po,133,537,458,0,0,3,17,136,554,lv.po,,lv,,latvian,,,lv,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/lt.po,133,537,436,0,0,3,17,136,554,lt.po,,lt,,lithuanian,,,lt,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ko.po,133,537,453,0,0,3,17,136,554,ko.po,,ko,,korean,,,ko,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ja.po,124,480,190,0,0,12,74,136,554,ja.po,,ja,,japanese,,,ja,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/it.po,133,537,604,0,0,3,17,136,554,it.po,,it,,italian,,,it,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/id.po,133,537,507,0,0,3,17,136,554,id.po,,id,,indonesian,,,id,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/hu.po,133,537,473,0,0,3,17,136,554,hu.po,,hu,,hungarian,,,hu,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/hr.po,133,537,476,0,0,3,17,136,554,hr.po,,hr,,croatian,,,hr,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/he.po,133,536,475,0,0,3,18,136,554,he.po,,he,,hebrew,,,he,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/gl.po,133,537,695,0,0,3,17,136,554,gl.po,,gl,,galician,,,gl,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/fur.po,133,537,700,0,0,3,17,136,554,fur.po,,fur,,friulian,,,fur,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/fr.po,133,537,633,0,0,3,17,136,554,fr.po,,fr,,french,,,fr,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/fi.po,46,99,84,0,0,90,455,136,554,fi.po,,fi,,finnish,,,fi,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/eu.po,133,537,500,0,0,3,17,136,554,eu.po,,eu,,basque,,,eu,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/es.po,133,537,643,0,0,3,17,136,554,es.po,,es,,spanish,,,es,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/eo.po,67,229,214,0,0,69,325,136,554,eo.po,,eo,,esperanto,,,eo,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/en_gb.po,133,536,535,0,0,3,18,136,554,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/el.po,133,537,548,0,0,3,17,136,554,el.po,,el,,greek,,,el,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/de.po,133,537,532,0,0,3,17,136,554,de.po,,de,,german,,,de,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/da.po,133,537,524,0,0,3,17,136,554,da.po,,da,,danish,,,da,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/cs.po,133,537,481,0,0,3,17,136,554,cs.po,,cs,,czech,,,cs,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,133,536,698,0,0,3,18,136,554,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/ca.po,133,537,698,0,0,3,17,136,554,ca.po,,ca,,catalan,,,ca,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/bs.po,136,554,494,0,0,0,0,136,554,bs.po,,bs,,bosnian,,,bs,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/bg.po,133,536,593,0,0,3,18,136,554,bg.po,,bg,,bulgarian,,,bg,po -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv,po/as.po,132,533,546,0,0,4,21,136,554,as.po,,as,,assamese,,,as,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/ast.po,193,962,1090,294,1618,857,4539,1344,7119,ast.po,,ast,,asturian,,,ast,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/ca.po,1344,7119,9408,0,0,0,0,1344,7119,ca.po,,ca,,catalan,,,ca,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/da.po,1344,7119,6636,0,0,0,0,1344,7119,da.po,,da,,danish,,,da,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/de.po,1337,7003,6648,0,0,7,116,1344,7119,de.po,,de,,german,,,de,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/de_ch.po,1337,7003,6648,0,0,7,116,1344,7119,de_ch.po,,de,ch,german,,switzerland,de_ch,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/de@hebrew.po,1337,7003,6650,0,0,7,116,1344,7119,de@hebrew.po,hebrew,de,,german,,,de@hebrew,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@arabic.po,1341,7111,7111,1,4,2,4,1344,7119,en@arabic.po,arabic,en,,english,,,en@arabic,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@cyrillic.po,1341,7111,7111,1,4,2,4,1344,7119,en@cyrillic.po,cyrillic,en,,english,,,en@cyrillic,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@greek.po,1341,7111,7111,1,4,2,4,1344,7119,en@greek.po,greek,en,,english,,,en@greek,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@hebrew.po,1341,7111,7113,1,4,2,4,1344,7119,en@hebrew.po,hebrew,en,,english,,,en@hebrew,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@piglatin.po,1344,7119,7128,0,0,0,0,1344,7119,en@piglatin.po,piglatin,en,,english,,,en@piglatin,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/en@quot.po,1344,7119,7119,0,0,0,0,1344,7119,en@quot.po,quot,en,,english,,,en@quot,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/eo.po,496,2432,2251,68,403,780,4284,1344,7119,eo.po,,eo,,esperanto,,,eo,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/es.po,1314,6962,8812,22,132,8,25,1344,7119,es.po,,es,,spanish,,,es,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/fi.po,1314,6962,5587,23,134,7,23,1344,7119,fi.po,,fi,,finnish,,,fi,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/fr.po,1314,6962,8698,23,134,7,23,1344,7119,fr.po,,fr,,french,,,fr,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/gl.po,1137,5711,7201,103,670,104,738,1344,7119,gl.po,,gl,,galician,,,gl,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/hr.po,1344,7119,6868,0,0,0,0,1344,7119,hr.po,,hr,,croatian,,,hr,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/hu.po,1344,7119,7002,0,0,0,0,1344,7119,hu.po,,hu,,hungarian,,,hu,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/id.po,322,1633,1638,273,1517,749,3969,1344,7119,id.po,,id,,indonesian,,,id,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/it.po,1344,7119,7898,0,0,0,0,1344,7119,it.po,,it,,italian,,,it,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/ja.po,231,1063,408,399,1597,714,4459,1344,7119,ja.po,,ja,,japanese,,,ja,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/ko.po,192,959,816,228,1299,924,4861,1344,7119,ko.po,,ko,,korean,,,ko,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/lt.po,1104,5359,5109,17,89,223,1671,1344,7119,lt.po,,lt,,lithuanian,,,lt,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/nb.po,1344,7119,7057,0,0,0,0,1344,7119,nb.po,,nb,,norwegian bokmål,,,nb,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/nl.po,1343,7115,7054,1,4,0,0,1344,7119,nl.po,,nl,,dutch,,,nl,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/pa.po,663,2456,2720,73,339,608,4324,1344,7119,pa.po,,pa,,punjabi,,,pa,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/pl.po,1344,7119,7178,0,0,0,0,1344,7119,pl.po,,pl,,polish,,,pl,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/pt_br.po,1013,4531,5407,181,984,150,1604,1344,7119,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/ru.po,1344,7119,7014,0,0,0,0,1344,7119,ru.po,,ru,,russian,,,ru,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/sl.po,1067,5382,5546,119,719,158,1018,1344,7119,sl.po,,sl,,slovenian,,,sl,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/sr.po,1314,6962,7004,21,128,9,29,1344,7119,sr.po,,sr,,serbian,,,sr,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/sv.po,1344,7119,6673,0,0,0,0,1344,7119,sv.po,,sv,,swedish,,,sv,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/tr.po,827,3690,3455,15,66,502,3363,1344,7119,tr.po,,tr,,turkish,,,tr,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/uk.po,1344,7119,7481,0,0,0,0,1344,7119,uk.po,,uk,,ukrainian,,,uk,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/vi.po,1344,7119,10567,0,0,0,0,1344,7119,vi.po,,vi,,vietnamese,,,vi,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/zh_cn.po,348,1731,681,271,1489,725,3899,1344,7119,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -grub2-2.02-100.fc31.src.rpm.stats.csv,po/zh_tw.po,352,1741,734,240,1296,752,4082,1344,7119,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,572,6378,1080,0,0,20,172,592,6550,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,496,5665,914,0,0,96,885,592,6550,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,560,6232,1008,0,0,32,318,592,6550,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,154,762,963,0,0,438,5788,592,6550,vi.po,,vi,,vietnamese,,,vi,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,106,1033,825,0,0,486,5517,592,6550,uk.po,,uk,,ukrainian,,,uk,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,428,3600,2844,0,0,164,2950,592,6550,ug.po,,ug,,uyghur,,,ug,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,592,6550,5495,0,0,0,0,592,6550,tr.po,,tr,,turkish,,,tr,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,4,8,8,0,0,588,6542,592,6550,tg.po,,tg,,tajik,,,tg,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,592,6550,5922,0,0,0,0,592,6550,sv.po,,sv,,swedish,,,sv,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,572,6378,6138,0,0,20,172,592,6550,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,578,6423,6191,0,0,14,127,592,6550,sr.po,,sr,,serbian,,,sr,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,592,6550,5960,0,0,0,0,592,6550,sl.po,,sl,,slovenian,,,sl,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,566,6311,6038,0,0,26,239,592,6550,sk.po,,sk,,slovak,,,sk,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,490,4136,3625,62,1877,40,537,592,6550,ru.po,,ru,,russian,,,ru,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,592,6550,6863,0,0,0,0,592,6550,ro.po,,ro,,romanian,,,ro,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,592,6550,7402,0,0,0,0,592,6550,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,560,6232,7008,0,0,32,318,592,6550,pt.po,,pt,,portuguese,,,pt,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,592,6550,5985,0,0,0,0,592,6550,pl.po,,pl,,polish,,,pl,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,236,2202,2292,1,7,355,4341,592,6550,pa.po,,pa,,punjabi,,,pa,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,242,2113,1913,0,0,350,4437,592,6550,or.po,,or,,odia,,,or,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,531,5849,7068,1,14,60,687,592,6550,oc.po,,oc,,occitan,,,oc,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,404,3033,2836,0,0,188,3517,592,6550,nl.po,,nl,,dutch,,,nl,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,176,901,903,165,825,251,4824,592,6550,ne.po,,ne,,nepali,,,ne,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,306,1575,1489,20,194,266,4781,592,6550,nb.po,,nb,,norwegian bokmål,,,nb,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,101,582,442,11,59,480,5909,592,6550,ml.po,,ml,,malayalam,,,ml,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,572,6378,5334,0,0,20,172,592,6550,lv.po,,lv,,latvian,,,lv,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,592,6550,5150,0,0,0,0,592,6550,lt.po,,lt,,lithuanian,,,lt,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,226,944,936,0,0,366,5606,592,6550,kk.po,,kk,,kazakh,,,kk,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,176,1052,283,121,1083,295,4415,592,6550,ja.po,,ja,,japanese,,,ja,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,592,6550,7137,0,0,0,0,592,6550,it.po,,it,,italian,,,it,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,169,957,1004,0,0,423,5593,592,6550,is.po,,is,,icelandic,,,is,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,592,6550,6085,0,0,0,0,592,6550,id.po,,id,,indonesian,,,id,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,592,6550,5832,0,0,0,0,592,6550,hu.po,,hu,,hungarian,,,hu,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,592,6550,5846,0,0,0,0,592,6550,hr.po,,hr,,croatian,,,hr,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,468,5290,6120,0,0,124,1260,592,6550,hi.po,,hi,,hindi,,,hi,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,570,6343,6343,0,0,22,207,592,6550,he.po,,he,,hebrew,,,he,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,246,1128,1131,12,86,334,5336,592,6550,gu.po,,gu,,gujarati,,,gu,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,592,6550,7547,0,0,0,0,592,6550,gl.po,,gl,,galician,,,gl,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,544,5427,6662,0,0,48,1123,592,6550,fur.po,,fur,,friulian,,,fur,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,578,6423,7857,0,0,14,127,592,6550,fr.po,,fr,,french,,,fr,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,106,406,318,21,92,465,6052,592,6550,fi.po,,fi,,finnish,,,fi,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,592,6550,5538,0,0,0,0,592,6550,eu.po,,eu,,basque,,,eu,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,592,6550,7784,0,0,0,0,592,6550,es.po,,es,,spanish,,,es,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,224,1494,1390,10,120,358,4936,592,6550,eo.po,,eo,,esperanto,,,eo,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,592,6550,6548,0,0,0,0,592,6550,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,532,5863,6193,0,0,60,687,592,6550,el.po,,el,,greek,,,el,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,578,6423,6100,0,0,14,127,592,6550,de.po,,de,,german,,,de,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,588,6514,5769,0,0,4,36,592,6550,da.po,,da,,danish,,,da,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,592,6550,6152,0,0,0,0,592,6550,cs.po,,cs,,czech,,,cs,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,550,5942,7339,2,71,40,537,592,6550,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,550,5942,7356,2,71,40,537,592,6550,ca.po,,ca,,catalan,,,ca,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,527,5813,5446,0,0,65,737,592,6550,bs.po,,bs,,bosnian,,,bs,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,37,254,300,0,0,555,6296,592,6550,bg.po,,bg,,bulgarian,,,bg,po -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,69,678,574,0,0,523,5872,592,6550,as.po,,as,,assamese,,,as,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/zh_tw.po,32,78,34,0,0,0,0,32,78,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/zh_cn.po,32,78,34,0,0,0,0,32,78,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/vi.po,27,56,89,5,22,0,0,32,78,vi.po,,vi,,vietnamese,,,vi,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/uk.po,28,53,53,4,25,0,0,32,78,uk.po,,uk,,ukrainian,,,uk,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/tr.po,32,78,79,0,0,0,0,32,78,tr.po,,tr,,turkish,,,tr,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/sv.po,32,78,77,0,0,0,0,32,78,sv.po,,sv,,swedish,,,sv,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/sr.po,32,78,81,0,0,0,0,32,78,sr.po,,sr,,serbian,,,sr,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/sr@latin.po,32,78,81,0,0,0,0,32,78,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/sl.po,32,78,80,0,0,0,0,32,78,sl.po,,sl,,slovenian,,,sl,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/sk.po,32,78,80,0,0,0,0,32,78,sk.po,,sk,,slovak,,,sk,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ru.po,26,53,51,4,9,2,16,32,78,ru.po,,ru,,russian,,,ru,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ro.po,32,78,84,0,0,0,0,32,78,ro.po,,ro,,romanian,,,ro,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/pt.po,29,62,64,3,16,0,0,32,78,pt.po,,pt,,portuguese,,,pt,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/pt_br.po,32,78,86,0,0,0,0,32,78,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/pl.po,32,78,75,0,0,0,0,32,78,pl.po,,pl,,polish,,,pl,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/pa.po,32,78,99,0,0,0,0,32,78,pa.po,,pa,,punjabi,,,pa,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/oc.po,32,78,98,0,0,0,0,32,78,oc.po,,oc,,occitan,,,oc,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/nl.po,32,78,79,0,0,0,0,32,78,nl.po,,nl,,dutch,,,nl,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ne.po,32,78,87,0,0,0,0,32,78,ne.po,,ne,,nepali,,,ne,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/nb.po,32,78,74,0,0,0,0,32,78,nb.po,,nb,,norwegian bokmål,,,nb,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ml.po,32,78,85,0,0,0,0,32,78,ml.po,,ml,,malayalam,,,ml,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/lv.po,32,78,76,0,0,0,0,32,78,lv.po,,lv,,latvian,,,lv,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/lt.po,32,78,72,0,0,0,0,32,78,lt.po,,lt,,lithuanian,,,lt,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ko.po,32,78,78,0,0,0,0,32,78,ko.po,,ko,,korean,,,ko,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ja.po,26,53,29,4,9,2,16,32,78,ja.po,,ja,,japanese,,,ja,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/it.po,32,78,80,0,0,0,0,32,78,it.po,,it,,italian,,,it,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/is.po,32,78,89,0,0,0,0,32,78,is.po,,is,,icelandic,,,is,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/id.po,32,78,90,0,0,0,0,32,78,id.po,,id,,indonesian,,,id,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/hu.po,32,78,72,0,0,0,0,32,78,hu.po,,hu,,hungarian,,,hu,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/hr.po,32,78,77,0,0,0,0,32,78,hr.po,,hr,,croatian,,,hr,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/he.po,26,53,53,4,9,2,16,32,78,he.po,,he,,hebrew,,,he,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/gl.po,32,78,96,0,0,0,0,32,78,gl.po,,gl,,galician,,,gl,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/fur.po,32,78,85,0,0,0,0,32,78,fur.po,,fur,,friulian,,,fur,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/fr.po,32,78,89,0,0,0,0,32,78,fr.po,,fr,,french,,,fr,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/fi.po,32,78,73,0,0,0,0,32,78,fi.po,,fi,,finnish,,,fi,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/fa.po,32,78,89,0,0,0,0,32,78,fa.po,,fa,,persian,,,fa,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/eu.po,32,78,79,0,0,0,0,32,78,eu.po,,eu,,basque,,,eu,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/es.po,32,78,98,0,0,0,0,32,78,es.po,,es,,spanish,,,es,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/eo.po,32,78,84,0,0,0,0,32,78,eo.po,,eo,,esperanto,,,eo,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/en_gb.po,32,78,78,0,0,0,0,32,78,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/el.po,32,78,81,0,0,0,0,32,78,el.po,,el,,greek,,,el,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/de.po,32,78,79,0,0,0,0,32,78,de.po,,de,,german,,,de,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/da.po,32,78,78,0,0,0,0,32,78,da.po,,da,,danish,,,da,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/cs.po,32,78,79,0,0,0,0,32,78,cs.po,,cs,,czech,,,cs,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,32,78,99,0,0,0,0,32,78,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ca.po,32,78,99,0,0,0,0,32,78,ca.po,,ca,,catalan,,,ca,po -gspell-1.8.2-1.fc31.src.rpm.stats.csv,po/ar.po,32,78,83,0,0,0,0,32,78,ar.po,,ar,,arabic,,,ar,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/gl.po,336,1861,2206,11,79,31,170,378,2110,gl.po,,gl,,galician,,,gl,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/pl.po,378,2110,1997,0,0,0,0,378,2110,pl.po,,pl,,polish,,,pl,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,378,2110,551,0,0,0,0,378,2110,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/sr.po,373,2074,2136,2,5,3,31,378,2110,sr.po,,sr,,serbian,,,sr,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/bg.po,378,2110,2354,0,0,0,0,378,2110,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/hr.po,378,2110,2082,0,0,0,0,378,2110,hr.po,,hr,,croatian,,,hr,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/fur.po,186,888,1037,2,5,190,1217,378,2110,fur.po,,fur,,friulian,,,fur,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/ca.po,317,1736,2259,24,153,37,221,378,2110,ca.po,,ca,,catalan,,,ca,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/vi.po,373,2074,3100,2,5,3,31,378,2110,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/az.po,24,41,41,12,43,342,2026,378,2110,az.po,,az,,azerbaijani,,,az,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/cs.po,373,2074,2102,2,5,3,31,378,2110,cs.po,,cs,,czech,,,cs,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/sl.po,349,1947,1915,8,52,21,111,378,2110,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/hu.po,373,2074,1873,2,5,3,31,378,2110,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,349,1965,495,5,30,24,115,378,2110,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/sv.po,378,2110,1970,0,0,0,0,378,2110,sv.po,,sv,,swedish,,,sv,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/be.po,42,175,169,22,121,314,1814,378,2110,be.po,,be,,belarusian,,,be,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/nb.po,378,2110,1935,0,0,0,0,378,2110,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/eu.po,292,1544,1333,34,209,52,357,378,2110,eu.po,,eu,,basque,,,eu,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/de.po,378,2110,2148,0,0,0,0,378,2110,de.po,,de,,german,,,de,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/ast.po,293,1550,1723,32,197,53,363,378,2110,ast.po,,ast,,asturian,,,ast,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/fr.po,378,2110,2491,0,0,0,0,378,2110,fr.po,,fr,,french,,,fr,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/tr.po,378,2110,1847,0,0,0,0,378,2110,tr.po,,tr,,turkish,,,tr,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/sq.po,137,595,697,85,461,156,1054,378,2110,sq.po,,sq,,albanian,,,sq,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/es.po,322,1759,2195,22,147,34,204,378,2110,es.po,,es,,spanish,,,es,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/ru.po,378,2110,1940,0,0,0,0,378,2110,ru.po,,ru,,russian,,,ru,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/it.po,378,2110,2406,0,0,0,0,378,2110,it.po,,it,,italian,,,it,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/id.po,369,2027,1939,5,37,4,46,378,2110,id.po,,id,,indonesian,,,id,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/lt.po,305,1667,1403,28,173,45,270,378,2110,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,369,2027,2390,5,37,4,46,378,2110,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/af.po,166,743,759,80,420,132,947,378,2110,af.po,,af,,afrikaans,,,af,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/ja.po,173,688,270,20,99,185,1323,378,2110,ja.po,,ja,,japanese,,,ja,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,134,583,583,86,465,158,1062,378,2110,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/fi.po,318,1743,1364,24,153,36,214,378,2110,fi.po,,fi,,finnish,,,fi,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/ro.po,304,1666,1984,28,173,46,271,378,2110,ro.po,,ro,,romanian,,,ro,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/uk.po,378,2110,2029,0,0,0,0,378,2110,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/el.po,317,1736,1820,23,149,38,225,378,2110,el.po,,el,,greek,,,el,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/da.po,378,2110,1972,0,0,0,0,378,2110,da.po,,da,,danish,,,da,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/rw.po,5,4,4,198,1032,175,1074,378,2110,rw.po,,rw,,kinyarwanda,,,rw,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/eo.po,67,161,169,4,16,307,1933,378,2110,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/sk.po,364,2008,1987,5,37,9,65,378,2110,sk.po,,sk,,slovak,,,sk,po -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv,po/nl.po,373,2074,2177,2,5,3,31,378,2110,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/sl.po,10,73,63,3,22,16,102,29,197,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/gl.po,10,73,101,3,22,16,102,29,197,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/ro.po,8,49,59,4,26,17,122,29,197,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/ky.po,4,26,20,3,21,22,150,29,197,ky.po,,ky,,kyrgyz,,,ky,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/sq.po,5,30,36,6,39,18,128,29,197,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/hu.po,28,194,197,0,0,1,3,29,197,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/hr.po,29,197,207,0,0,0,0,29,197,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/af.po,2,12,13,8,53,19,132,29,197,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/id.po,28,194,189,0,0,1,3,29,197,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/uk.po,29,197,212,0,0,0,0,29,197,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/bg.po,28,194,246,0,0,1,3,29,197,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/nb.po,29,197,176,0,0,0,0,29,197,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/da.po,29,197,175,0,0,0,0,29,197,da.po,,da,,danish,,,da,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/es.po,10,73,95,6,39,13,85,29,197,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/tr.po,29,197,152,0,0,0,0,29,197,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/lv.po,17,126,105,9,57,3,14,29,197,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/fur.po,28,194,252,0,0,1,3,29,197,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/mt.po,7,43,39,7,43,15,111,29,197,mt.po,,mt,,maltese,,,mt,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/az.po,2,12,10,8,53,19,132,29,197,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/sv.po,29,197,197,0,0,0,0,29,197,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/ca.po,10,73,99,3,22,16,102,29,197,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/nl.po,28,194,227,0,0,1,3,29,197,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/sk.po,21,152,140,7,42,1,3,29,197,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/cs.po,28,194,211,0,0,1,3,29,197,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/it.po,29,197,235,0,0,0,0,29,197,it.po,,it,,italian,,,it,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/sr.po,28,194,218,0,0,1,3,29,197,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/fi.po,8,49,38,7,43,14,105,29,197,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/vi.po,28,194,297,0,0,1,3,29,197,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/el.po,10,73,72,3,22,16,102,29,197,el.po,,el,,greek,,,el,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/ast.po,28,194,243,0,0,1,3,29,197,ast.po,,ast,,asturian,,,ast,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/pl.po,29,197,219,0,0,0,0,29,197,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/ru.po,29,197,188,0,0,0,0,29,197,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,29,197,31,0,0,0,0,29,197,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/de.po,29,197,205,0,0,0,0,29,197,de.po,,de,,german,,,de,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/eu.po,8,49,47,4,26,17,122,29,197,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/eo.po,8,59,52,5,36,16,102,29,197,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/ja.po,10,73,20,6,39,13,85,29,197,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/fr.po,29,197,241,0,0,0,0,29,197,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/or.po,2,12,10,8,53,19,132,29,197,or.po,,or,,odia,,,or,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/lt.po,5,30,26,6,39,18,128,29,197,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,28,194,268,0,0,1,3,29,197,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,2,12,12,8,53,19,132,29,197,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/gl.po,136,677,840,13,65,56,250,205,992,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/pl.po,205,992,957,0,0,0,0,205,992,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,205,992,356,0,0,0,0,205,992,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/sr.po,196,939,915,1,5,8,48,205,992,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/bg.po,205,992,1070,0,0,0,0,205,992,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/hr.po,204,976,941,0,0,1,16,205,992,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/fur.po,131,590,681,2,8,72,394,205,992,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/ca.po,124,640,823,22,95,59,257,205,992,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/vi.po,196,939,1439,1,5,8,48,205,992,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/az.po,2,8,7,18,123,185,861,205,992,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/cs.po,196,939,932,1,5,8,48,205,992,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/sl.po,136,677,628,11,55,58,260,205,992,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/hu.po,196,939,818,1,5,8,48,205,992,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/sv.po,205,992,823,0,0,0,0,205,992,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/nb.po,205,992,846,0,0,0,0,205,992,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/eu.po,85,407,397,19,73,101,512,205,992,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/de.po,205,992,886,0,0,0,0,205,992,de.po,,de,,german,,,de,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/fr.po,205,992,1227,0,0,0,0,205,992,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/tr.po,205,992,870,0,0,0,0,205,992,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/sq.po,2,8,9,18,123,185,861,205,992,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/es.po,126,651,827,20,84,59,257,205,992,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/ru.po,205,992,891,0,0,0,0,205,992,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/it.po,205,992,1086,0,0,0,0,205,992,it.po,,it,,italian,,,it,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/id.po,196,939,912,1,5,8,48,205,992,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/lt.po,70,316,265,30,137,105,539,205,992,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,196,939,1171,1,5,8,48,205,992,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/af.po,2,8,9,18,123,185,861,205,992,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/ja.po,94,448,197,20,75,91,469,205,992,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,2,8,8,18,123,185,861,205,992,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/lv.po,154,770,635,7,41,44,181,205,992,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/fi.po,124,640,416,22,95,59,257,205,992,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/ro.po,80,394,416,18,64,107,534,205,992,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/or.po,2,8,7,18,123,185,861,205,992,or.po,,or,,odia,,,or,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/uk.po,205,992,950,0,0,0,0,205,992,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/el.po,126,651,687,20,84,59,257,205,992,el.po,,el,,greek,,,el,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/da.po,204,976,836,0,0,1,16,205,992,da.po,,da,,danish,,,da,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/eo.po,28,167,162,3,17,174,808,205,992,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/sk.po,186,887,804,4,28,15,77,205,992,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv,po/nl.po,191,912,911,4,28,10,52,205,992,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/gl.po,65,558,715,20,152,13,92,98,802,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/pl.po,98,802,784,0,0,0,0,98,802,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,98,802,174,0,0,0,0,98,802,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/sr.po,88,716,740,6,43,4,43,98,802,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/bg.po,88,716,741,6,43,4,43,98,802,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/hr.po,98,802,756,0,0,0,0,98,802,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,5,47,93,755,98,802,ky.po,,ky,,kyrgyz,,,ky,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/fur.po,80,665,840,7,52,11,85,98,802,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/ca.po,53,458,593,29,231,16,113,98,802,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/vi.po,88,716,1097,6,43,4,43,98,802,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/az.po,1,10,9,34,254,63,538,98,802,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/cs.po,88,716,639,6,43,4,43,98,802,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/sl.po,67,572,531,20,152,11,78,98,802,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/hu.po,88,716,666,6,43,4,43,98,802,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,6,54,8,1,9,91,739,98,802,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/sv.po,98,802,791,0,0,0,0,98,802,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/nb.po,98,802,738,0,0,0,0,98,802,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/eu.po,44,405,376,33,258,21,139,98,802,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/de.po,98,802,845,0,0,0,0,98,802,de.po,,de,,german,,,de,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/fr.po,98,802,972,0,0,0,0,98,802,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/tr.po,97,784,622,0,0,1,18,98,802,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/sq.po,1,10,13,36,265,61,527,98,802,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/es.po,56,483,602,28,221,14,98,98,802,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/ru.po,98,802,694,0,0,0,0,98,802,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,6,54,8,1,9,91,739,98,802,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/it.po,98,802,924,0,0,0,0,98,802,it.po,,it,,italian,,,it,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/id.po,86,702,663,8,57,4,43,98,802,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/lt.po,44,405,308,33,258,21,139,98,802,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/mt.po,40,340,319,36,293,22,169,98,802,mt.po,,mt,,maltese,,,mt,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,88,716,875,6,43,4,43,98,802,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/af.po,1,10,8,34,254,63,538,98,802,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/ja.po,65,558,161,20,152,13,92,98,802,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,1,10,10,36,265,61,527,98,802,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/lv.po,67,572,467,20,152,11,78,98,802,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/fi.po,50,432,344,32,258,16,112,98,802,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/ro.po,44,405,448,33,258,21,139,98,802,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/or.po,1,10,9,38,295,59,497,98,802,or.po,,or,,odia,,,or,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/uk.po,98,802,783,0,0,0,0,98,802,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/el.po,53,458,516,23,186,22,158,98,802,el.po,,el,,greek,,,el,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/da.po,98,802,756,0,0,0,0,98,802,da.po,,da,,danish,,,da,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/eo.po,6,41,38,1,9,91,752,98,802,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/sk.po,83,686,644,8,57,7,59,98,802,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv,po/nl.po,88,716,724,6,43,4,43,98,802,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/sl.po,10,80,66,0,0,0,0,10,80,sl.po,,sl,,slovenian,,,sl,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/gl.po,10,80,107,0,0,0,0,10,80,gl.po,,gl,,galician,,,gl,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/ro.po,8,56,63,1,4,1,20,10,80,ro.po,,ro,,romanian,,,ro,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/sq.po,1,7,8,4,21,5,52,10,80,sq.po,,sq,,albanian,,,sq,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/hu.po,10,80,76,0,0,0,0,10,80,hu.po,,hu,,hungarian,,,hu,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/hr.po,10,80,68,0,0,0,0,10,80,hr.po,,hr,,croatian,,,hr,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/af.po,1,7,8,4,21,5,52,10,80,af.po,,af,,afrikaans,,,af,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/id.po,10,80,71,0,0,0,0,10,80,id.po,,id,,indonesian,,,id,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/uk.po,10,80,74,0,0,0,0,10,80,uk.po,,uk,,ukrainian,,,uk,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/bg.po,10,80,99,0,0,0,0,10,80,bg.po,,bg,,bulgarian,,,bg,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/nb.po,10,80,72,0,0,0,0,10,80,nb.po,,nb,,norwegian bokmål,,,nb,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/da.po,10,80,69,0,0,0,0,10,80,da.po,,da,,danish,,,da,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/es.po,10,80,105,0,0,0,0,10,80,es.po,,es,,spanish,,,es,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/tr.po,10,80,56,0,0,0,0,10,80,tr.po,,tr,,turkish,,,tr,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/lv.po,10,80,59,0,0,0,0,10,80,lv.po,,lv,,latvian,,,lv,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/fur.po,10,80,87,0,0,0,0,10,80,fur.po,,fur,,friulian,,,fur,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/mt.po,8,56,50,1,4,1,20,10,80,mt.po,,mt,,maltese,,,mt,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/ta.po,10,80,56,0,0,0,0,10,80,ta.po,,ta,,tamil,,,ta,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/az.po,1,7,6,4,21,5,52,10,80,az.po,,az,,azerbaijani,,,az,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/sv.po,10,80,75,0,0,0,0,10,80,sv.po,,sv,,swedish,,,sv,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/ca.po,10,80,102,0,0,0,0,10,80,ca.po,,ca,,catalan,,,ca,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/nl.po,10,80,83,0,0,0,0,10,80,nl.po,,nl,,dutch,,,nl,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/sk.po,10,80,73,0,0,0,0,10,80,sk.po,,sk,,slovak,,,sk,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/cs.po,10,80,75,0,0,0,0,10,80,cs.po,,cs,,czech,,,cs,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/it.po,10,80,90,0,0,0,0,10,80,it.po,,it,,italian,,,it,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/sr.po,10,80,80,0,0,0,0,10,80,sr.po,,sr,,serbian,,,sr,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/fi.po,8,56,47,1,4,1,20,10,80,fi.po,,fi,,finnish,,,fi,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/vi.po,10,80,100,0,0,0,0,10,80,vi.po,,vi,,vietnamese,,,vi,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/el.po,10,80,107,0,0,0,0,10,80,el.po,,el,,greek,,,el,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/ast.po,10,80,85,0,0,0,0,10,80,ast.po,,ast,,asturian,,,ast,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/pl.po,10,80,85,0,0,0,0,10,80,pl.po,,pl,,polish,,,pl,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/ru.po,10,80,67,0,0,0,0,10,80,ru.po,,ru,,russian,,,ru,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,10,80,32,0,0,0,0,10,80,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/de.po,10,80,91,0,0,0,0,10,80,de.po,,de,,german,,,de,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/ms.po,8,56,51,1,4,1,20,10,80,ms.po,,ms,,malay,,,ms,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/eu.po,8,56,56,1,4,1,20,10,80,eu.po,,eu,,basque,,,eu,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/eo.po,10,80,79,0,0,0,0,10,80,eo.po,,eo,,esperanto,,,eo,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/ja.po,10,80,18,0,0,0,0,10,80,ja.po,,ja,,japanese,,,ja,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/fr.po,10,80,89,0,0,0,0,10,80,fr.po,,fr,,french,,,fr,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/or.po,1,7,6,4,21,5,52,10,80,or.po,,or,,odia,,,or,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/lt.po,5,38,30,3,16,2,26,10,80,lt.po,,lt,,lithuanian,,,lt,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,10,80,107,0,0,0,0,10,80,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,1,7,7,4,21,5,52,10,80,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/wa.po,459,1797,2311,184,817,1467,8997,2110,11611,wa.po,,wa,,walloon,,,wa,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/en_ca.po,1501,8620,8623,165,887,444,2104,2110,11611,en_ca.po,,en,ca,english,,canada,en_ca,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/de.po,1911,10664,9730,0,0,199,947,2110,11611,de.po,,de,,german,,,de,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ar.po,1577,9006,7417,109,617,424,1988,2110,11611,ar.po,,ar,,arabic,,,ar,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ka.po,1292,7118,4878,255,1448,563,3045,2110,11611,ka.po,,ka,,georgian,,,ka,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/zh_hk.po,1716,9819,2089,0,0,394,1792,2110,11611,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/am.po,91,161,170,250,902,1769,10548,2110,11611,am.po,,am,,amharic,,,am,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/uz@cyrillic.po,384,1279,1012,47,210,1679,10122,2110,11611,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/bs.po,987,5438,5106,486,2657,637,3516,2110,11611,bs.po,,bs,,bosnian,,,bs,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/lv.po,1500,7984,6338,58,330,552,3297,2110,11611,lv.po,,lv,,latvian,,,lv,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/nso.po,987,5438,7966,485,2651,638,3522,2110,11611,nso.po,,nso,,northern sotho,,,nso,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/dz.po,1390,7921,3051,244,1359,476,2331,2110,11611,dz.po,,dz,,dzongkha,,,dz,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/th.po,154,879,249,41,226,1915,10506,2110,11611,th.po,,th,,thai,,,th,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/pt.po,1716,9819,11377,0,0,394,1792,2110,11611,pt.po,,pt,,portuguese,,,pt,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/yi.po,758,4040,4006,608,3317,744,4254,2110,11611,yi.po,,yi,,yiddish,,,yi,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/br.po,164,281,323,17,50,1929,11280,2110,11611,br.po,,br,,breton,,,br,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/te.po,1680,9570,6784,31,202,399,1839,2110,11611,te.po,,te,,telugu,,,te,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/nn.po,903,4951,4476,514,2808,693,3852,2110,11611,nn.po,,nn,,norwegian nynorsk,,,nn,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/bn.po,1718,9837,9350,1,5,391,1769,2110,11611,bn.po,,bn,,bangla,,,bn,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ca@valencia.po,1718,9837,11460,1,5,391,1769,2110,11611,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/xh.po,1102,6156,5347,425,2339,583,3116,2110,11611,xh.po,,xh,,xhosa,,,xh,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/tr.po,1639,9337,7175,60,354,411,1920,2110,11611,tr.po,,tr,,turkish,,,tr,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/hu.po,1729,9908,8112,0,0,381,1703,2110,11611,hu.po,,hu,,hungarian,,,hu,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/nl.po,1641,9344,8717,58,347,411,1920,2110,11611,nl.po,,nl,,dutch,,,nl,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/eu.po,1716,9819,7953,0,0,394,1792,2110,11611,eu.po,,eu,,basque,,,eu,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/kk.po,7,7,7,164,368,1939,11236,2110,11611,kk.po,,kk,,kazakh,,,kk,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/pl.po,1729,9908,8858,0,0,381,1703,2110,11611,pl.po,,pl,,polish,,,pl,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ta.po,1680,9570,7251,31,202,399,1839,2110,11611,ta.po,,ta,,tamil,,,ta,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/zh_cn.po,1716,9819,2017,0,0,394,1792,2110,11611,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/mr.po,1718,9837,7966,1,5,391,1769,2110,11611,mr.po,,mr,,marathi,,,mr,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/mai.po,1680,9570,9441,31,202,399,1839,2110,11611,mai.po,,mai,,maithili,,,mai,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/be.po,758,4040,3415,608,3317,744,4254,2110,11611,be.po,,be,,belarusian,,,be,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/bg.po,1718,9837,10226,1,5,391,1769,2110,11611,bg.po,,bg,,bulgarian,,,bg,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/gu.po,1680,9570,9098,31,202,399,1839,2110,11611,gu.po,,gu,,gujarati,,,gu,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ku.po,69,108,110,86,280,1955,11223,2110,11611,ku.po,,ku,,kurdish,,,ku,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/en_gb.po,1721,9860,9849,0,0,389,1751,2110,11611,en_gb.po,,en,gb,english,,united kingdom,en_gb,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/az_ir.po,1,2,2,2,4,2107,11605,2110,11611,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/li.po,758,4040,3744,608,3317,744,4254,2110,11611,li.po,,li,,limburgish,,,li,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/af.po,980,5396,5019,489,2677,641,3538,2110,11611,af.po,,af,,afrikaans,,,af,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/si.po,332,1377,1206,103,457,1675,9777,2110,11611,si.po,,si,,sinhala,,,si,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/is.po,69,376,332,249,1210,1792,10025,2110,11611,is.po,,is,,icelandic,,,is,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/it.po,1723,9871,10787,0,0,387,1740,2110,11611,it.po,,it,,italian,,,it,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ang.po,33,91,82,54,225,2023,11295,2110,11611,ang.po,,ang,,old english,,,ang,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ms.po,925,5021,4230,508,2765,677,3825,2110,11611,ms.po,,ms,,malay,,,ms,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/hi.po,1680,9570,10235,31,202,399,1839,2110,11611,hi.po,,hi,,hindi,,,hi,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ro.po,1723,9871,9712,0,0,387,1740,2110,11611,ro.po,,ro,,romanian,,,ro,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ast.po,1690,9636,10837,23,157,397,1818,2110,11611,ast.po,,ast,,asturian,,,ast,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/id.po,1729,9908,8933,0,0,381,1703,2110,11611,id.po,,id,,indonesian,,,id,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/sl.po,1716,9819,8802,0,0,394,1792,2110,11611,sl.po,,sl,,slovenian,,,sl,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/et.po,822,4033,2992,99,569,1189,7009,2110,11611,et.po,,et,,estonian,,,et,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/my.po,1651,9398,6432,52,316,407,1897,2110,11611,my.po,,my,,burmese,,,my,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/he.po,1716,9819,9819,0,0,394,1792,2110,11611,he.po,,he,,hebrew,,,he,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/mi.po,1,1,1,113,219,1996,11391,2110,11611,mi.po,,mi,,maori,,,mi,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/hr.po,1138,6381,5836,395,2095,577,3135,2110,11611,hr.po,,hr,,croatian,,,hr,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/vi.po,1718,9837,13588,1,5,391,1769,2110,11611,vi.po,,vi,,vietnamese,,,vi,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/sv.po,1716,9819,8097,0,0,394,1792,2110,11611,sv.po,,sv,,swedish,,,sv,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/uk.po,1718,9837,8324,1,5,391,1769,2110,11611,uk.po,,uk,,ukrainian,,,uk,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/cs.po,1716,9819,8344,0,0,394,1792,2110,11611,cs.po,,cs,,czech,,,cs,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/uz.po,384,1279,1012,47,210,1679,10122,2110,11611,uz.po,,uz,,uzbek,,,uz,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/sr.po,1718,9837,9052,1,5,391,1769,2110,11611,sr.po,,sr,,serbian,,,sr,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ug.po,12,15,18,253,616,1845,10980,2110,11611,ug.po,,ug,,uyghur,,,ug,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ml.po,1680,9570,6829,31,202,399,1839,2110,11611,ml.po,,ml,,malayalam,,,ml,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/nds.po,560,1536,1242,1153,8239,397,1836,2110,11611,nds.po,,nds,,low german,,,nds,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/gl.po,1716,9819,11730,0,0,394,1792,2110,11611,gl.po,,gl,,galician,,,gl,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ja.po,1713,9814,2317,0,0,397,1797,2110,11611,ja.po,,ja,,japanese,,,ja,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/cy.po,1507,8597,8895,163,923,440,2091,2110,11611,cy.po,,cy,,welsh,,,cy,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ps.po,509,1582,1638,33,172,1568,9857,2110,11611,ps.po,,ps,,pashto,,,ps,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/mk.po,1489,8558,8759,176,945,445,2108,2110,11611,mk.po,,mk,,macedonian,,,mk,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/io.po,0,0,0,0,0,2110,11611,2110,11611,io.po,,io,,ido,,,io,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/pt_br.po,1716,9819,11008,0,0,394,1792,2110,11611,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/or.po,1680,9570,8501,31,202,399,1839,2110,11611,or.po,,or,,odia,,,or,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ia.po,1,1,1,199,429,1910,11181,2110,11611,ia.po,,ia,,interlingua,,,ia,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/tk.po,5,6,6,204,602,1901,11003,2110,11611,tk.po,,tk,,turkmen,,,tk,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/el.po,1718,9837,10251,1,5,391,1769,2110,11611,el.po,,el,,greek,,,el,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/fa.po,308,1016,970,343,1492,1459,9103,2110,11611,fa.po,,fa,,persian,,,fa,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/sr@ije.po,987,5438,5051,485,2655,638,3518,2110,11611,sr@ije.po,ije,sr,,serbian,,,sr@ije,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/mn.po,987,5438,4334,486,2660,637,3513,2110,11611,mn.po,,mn,,mongolian,,,mn,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/oc.po,2110,11611,14089,0,0,0,0,2110,11611,oc.po,,oc,,occitan,,,oc,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/sq.po,1577,9006,9943,109,617,424,1988,2110,11611,sq.po,,sq,,albanian,,,sq,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/nb.po,1479,7808,6611,130,1066,501,2737,2110,11611,nb.po,,nb,,norwegian bokmål,,,nb,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/sk.po,1559,8863,7526,122,720,429,2028,2110,11611,sk.po,,sk,,slovak,,,sk,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/da.po,1716,9819,8130,0,0,394,1792,2110,11611,da.po,,da,,danish,,,da,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/lt.po,1718,9837,7657,1,5,391,1769,2110,11611,lt.po,,lt,,lithuanian,,,lt,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ca.po,1718,9837,11460,1,5,391,1769,2110,11611,ca.po,,ca,,catalan,,,ca,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/sr@latin.po,1718,9837,9052,1,5,391,1769,2110,11611,sr@latin.po,latin,sr,,serbian,,,sr@latin,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/pa.po,1718,9837,9672,1,5,391,1769,2110,11611,pa.po,,pa,,punjabi,,,pa,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/bn_in.po,1718,9837,9344,1,5,391,1769,2110,11611,bn_in.po,,bn,in,bangla,,india,bn_in,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/crh.po,1641,9344,7537,58,347,411,1920,2110,11611,crh.po,,crh,,crimean turkish,,,crh,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/hy.po,16,38,27,162,489,1932,11084,2110,11611,hy.po,,hy,,armenian,,,hy,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ne.po,1121,6287,5162,411,2240,578,3084,2110,11611,ne.po,,ne,,nepali,,,ne,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/zh_tw.po,1716,9819,2089,0,0,394,1792,2110,11611,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/tt.po,232,533,475,188,679,1690,10399,2110,11611,tt.po,,tt,,tatar,,,tt,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/eo.po,0,0,0,0,0,2110,11611,2110,11611,eo.po,,eo,,esperanto,,,eo,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/kn.po,1682,9574,7031,29,198,399,1839,2110,11611,kn.po,,kn,,kannada,,,kn,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/fr.po,1716,9819,11527,0,0,394,1792,2110,11611,fr.po,,fr,,french,,,fr,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ur.po,4,4,4,42,69,2064,11538,2110,11611,ur.po,,ur,,urdu,,,ur,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/be@latin.po,1490,8572,7361,175,931,445,2108,2110,11611,be@latin.po,latin,be,,belarusian,,,be@latin,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/az.po,987,5438,4244,485,2655,638,3518,2110,11611,az.po,,az,,azerbaijani,,,az,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ga.po,158,286,296,83,244,1869,11081,2110,11611,ga.po,,ga,,irish,,,ga,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ko.po,1716,9819,7563,0,0,394,1792,2110,11611,ko.po,,ko,,korean,,,ko,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/fi.po,1718,9837,6213,1,5,391,1769,2110,11611,fi.po,,fi,,finnish,,,fi,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/ru.po,1718,9837,8315,1,5,391,1769,2110,11611,ru.po,,ru,,russian,,,ru,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/as.po,1680,9570,8145,31,202,399,1839,2110,11611,as.po,,as,,assamese,,,as,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/rw.po,84,104,104,1156,7791,870,3716,2110,11611,rw.po,,rw,,kinyarwanda,,,rw,po-properties -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po-properties/es.po,1716,9819,11866,0,0,0,0,1716,9819,es.po,,es,,spanish,,,es,po-properti -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/wa.po,438,1881,2694,263,570,548,1411,1249,3862,wa.po,,wa,,walloon,,,wa,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/en_ca.po,586,2734,2735,249,477,414,651,1249,3862,en_ca.po,,en,ca,english,,canada,en_ca,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/de.po,868,2604,2541,0,0,381,1258,1249,3862,de.po,,de,,german,,,de,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ar.po,866,2562,2420,0,0,383,1300,1249,3862,ar.po,,ar,,arabic,,,ar,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ka.po,650,3011,2416,222,395,377,456,1249,3862,ka.po,,ka,,georgian,,,ka,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/zh_hk.po,866,2562,1183,0,0,383,1300,1249,3862,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/am.po,46,64,79,249,442,954,3356,1249,3862,am.po,,am,,amharic,,,am,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,621,1366,1292,64,128,564,2368,1249,3862,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/bs.po,257,1447,1390,324,851,668,1564,1249,3862,bs.po,,bs,,bosnian,,,bs,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/lv.po,1065,3862,3364,0,0,184,0,1249,3862,lv.po,,lv,,latvian,,,lv,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/nso.po,258,1448,2259,322,849,669,1565,1249,3862,nso.po,,nso,,northern sotho,,,nso,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/dz.po,524,2500,1298,404,759,321,603,1249,3862,dz.po,,dz,,dzongkha,,,dz,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/th.po,870,2610,1383,0,0,379,1252,1249,3862,th.po,,th,,thai,,,th,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/pt.po,866,2562,2800,0,0,383,1300,1249,3862,pt.po,,pt,,portuguese,,,pt,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/yi.po,205,1183,1189,343,960,701,1719,1249,3862,yi.po,,yi,,yiddish,,,yi,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/br.po,530,1052,1227,12,47,707,2763,1249,3862,br.po,,br,,breton,,,br,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/te.po,1037,3689,3156,18,93,194,80,1249,3862,te.po,,te,,telugu,,,te,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/nn.po,972,3463,3395,44,134,233,265,1249,3862,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/bn.po,1065,3862,4093,0,0,184,0,1249,3862,bn.po,,bn,,bangla,,,bn,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ca@valencia.po,1065,3862,4945,0,0,184,0,1249,3862,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/xh.po,325,1728,1528,299,728,625,1406,1249,3862,xh.po,,xh,,xhosa,,,xh,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/tr.po,988,3511,3047,40,121,221,230,1249,3862,tr.po,,tr,,turkish,,,tr,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/hu.po,870,2610,2408,0,0,379,1252,1249,3862,hu.po,,hu,,hungarian,,,hu,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/nl.po,867,2581,2594,0,0,382,1281,1249,3862,nl.po,,nl,,dutch,,,nl,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/eu.po,540,2125,1874,0,0,709,1737,1249,3862,eu.po,,eu,,basque,,,eu,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/kk.po,866,2562,2305,0,0,383,1300,1249,3862,kk.po,,kk,,kazakh,,,kk,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/pl.po,862,2584,2598,0,0,387,1278,1249,3862,pl.po,,pl,,polish,,,pl,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ta.po,1037,3689,3321,18,93,194,80,1249,3862,ta.po,,ta,,tamil,,,ta,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/zh_cn.po,862,2553,1129,3,20,384,1289,1249,3862,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/mr.po,1063,3840,3970,2,22,184,0,1249,3862,mr.po,,mr,,marathi,,,mr,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/mai.po,1037,3689,4108,18,93,194,80,1249,3862,mai.po,,mai,,maithili,,,mai,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/be.po,855,2469,2285,0,0,394,1393,1249,3862,be.po,,be,,belarusian,,,be,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/bg.po,1065,3862,4582,0,0,184,0,1249,3862,bg.po,,bg,,bulgarian,,,bg,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/gu.po,844,2436,2775,19,106,386,1320,1249,3862,gu.po,,gu,,gujarati,,,gu,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ku.po,621,2761,3002,219,443,409,658,1249,3862,ku.po,,ku,,kurdish,,,ku,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/en_gb.po,867,2581,2582,0,0,382,1281,1249,3862,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,1236,3847,1249,3862,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/li.po,205,1183,1145,343,960,701,1719,1249,3862,li.po,,li,,limburgish,,,li,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/af.po,927,3241,3225,24,61,298,560,1249,3862,af.po,,af,,afrikaans,,,af,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/si.po,482,2073,2186,268,561,499,1228,1249,3862,si.po,,si,,sinhala,,,si,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/is.po,215,1079,1062,318,849,716,1934,1249,3862,is.po,,is,,icelandic,,,is,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/it.po,867,2581,2742,0,0,382,1281,1249,3862,it.po,,it,,italian,,,it,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ang.po,78,312,272,171,421,1000,3129,1249,3862,ang.po,,ang,,old english,,,ang,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ms.po,240,1320,1237,323,844,686,1698,1249,3862,ms.po,,ms,,malay,,,ms,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/hi.po,1037,3689,4363,18,93,194,80,1249,3862,hi.po,,hi,,hindi,,,hi,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ro.po,868,2604,2807,0,0,381,1258,1249,3862,ro.po,,ro,,romanian,,,ro,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ast.po,1053,3792,4231,9,49,187,21,1249,3862,ast.po,,ast,,asturian,,,ast,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/id.po,862,2584,2525,0,0,387,1278,1249,3862,id.po,,id,,indonesian,,,id,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/sl.po,866,2562,2540,0,0,383,1300,1249,3862,sl.po,,sl,,slovenian,,,sl,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/et.po,866,2562,2217,0,0,383,1300,1249,3862,et.po,,et,,estonian,,,et,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/my.po,1019,3612,2931,25,127,205,123,1249,3862,my.po,,my,,burmese,,,my,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/he.po,870,2610,2495,0,0,379,1252,1249,3862,he.po,,he,,hebrew,,,he,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/mi.po,204,1018,1135,310,826,735,2018,1249,3862,mi.po,,mi,,maori,,,mi,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/hr.po,348,1906,1845,276,617,625,1339,1249,3862,hr.po,,hr,,croatian,,,hr,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/vi.po,1063,3840,5204,2,22,184,0,1249,3862,vi.po,,vi,,vietnamese,,,vi,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/sv.po,866,2562,2479,0,0,383,1300,1249,3862,sv.po,,sv,,swedish,,,sv,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/uk.po,1065,3862,3708,0,0,184,0,1249,3862,uk.po,,uk,,ukrainian,,,uk,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/cs.po,867,2581,2414,0,0,382,1281,1249,3862,cs.po,,cs,,czech,,,cs,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/uz.po,621,1366,1292,64,128,564,2368,1249,3862,uz.po,,uz,,uzbek,,,uz,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/sr.po,1065,3862,3844,0,0,184,0,1249,3862,sr.po,,sr,,serbian,,,sr,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ug.po,866,2562,2312,0,0,383,1300,1249,3862,ug.po,,ug,,uyghur,,,ug,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ml.po,1037,3689,3259,18,93,194,80,1249,3862,ml.po,,ml,,malayalam,,,ml,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/nds.po,678,1422,1536,0,0,571,2440,1249,3862,nds.po,,nds,,low german,,,nds,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/gl.po,866,2562,3000,0,0,383,1300,1249,3862,gl.po,,gl,,galician,,,gl,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ja.po,861,2550,1329,5,29,383,1283,1249,3862,ja.po,,ja,,japanese,,,ja,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/cy.po,901,3190,3511,75,201,273,471,1249,3862,cy.po,,cy,,welsh,,,cy,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ps.po,413,859,939,29,69,807,2934,1249,3862,ps.po,,ps,,pashto,,,ps,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/mk.po,559,2639,2994,272,560,418,663,1249,3862,mk.po,,mk,,macedonian,,,mk,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/io.po,348,1168,1106,247,467,654,2227,1249,3862,io.po,,io,,ido,,,io,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/pt_br.po,866,2562,2849,0,0,383,1300,1249,3862,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/or.po,1044,3721,3892,10,60,195,81,1249,3862,or.po,,or,,odia,,,or,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ia.po,868,2604,2983,0,0,381,1258,1249,3862,ia.po,,ia,,interlingua,,,ia,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/tk.po,77,209,210,264,543,908,3110,1249,3862,tk.po,,tk,,turkmen,,,tk,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/el.po,866,2562,2736,0,0,383,1300,1249,3862,el.po,,el,,greek,,,el,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/fa.po,319,1713,1772,301,738,629,1411,1249,3862,fa.po,,fa,,persian,,,fa,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/sr@ije.po,258,1448,1397,326,853,665,1561,1249,3862,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/mn.po,255,1429,1314,328,869,666,1564,1249,3862,mn.po,,mn,,mongolian,,,mn,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/oc.po,1245,3525,4086,0,0,4,337,1249,3862,oc.po,,oc,,occitan,,,oc,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/sq.po,987,3503,4104,39,119,223,240,1249,3862,sq.po,,sq,,albanian,,,sq,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/nb.po,868,2604,2585,0,0,381,1258,1249,3862,nb.po,,nb,,norwegian bokmål,,,nb,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/sk.po,1043,3724,3552,14,83,192,55,1249,3862,sk.po,,sk,,slovak,,,sk,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/da.po,866,2562,2420,0,0,383,1300,1249,3862,da.po,,da,,danish,,,da,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/lt.po,1065,3862,3397,0,0,184,0,1249,3862,lt.po,,lt,,lithuanian,,,lt,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ca.po,1065,3862,4949,0,0,184,0,1249,3862,ca.po,,ca,,catalan,,,ca,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/sr@latin.po,1065,3862,3844,0,0,184,0,1249,3862,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/pa.po,1065,3862,4366,0,0,184,0,1249,3862,pa.po,,pa,,punjabi,,,pa,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/bn_in.po,1063,3840,4178,2,22,184,0,1249,3862,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/crh.po,981,3469,3047,39,119,229,274,1249,3862,crh.po,,crh,,crimean turkish,,,crh,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/hy.po,299,1638,1500,301,790,649,1434,1249,3862,hy.po,,hy,,armenian,,,hy,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ne.po,343,1874,1801,258,607,648,1381,1249,3862,ne.po,,ne,,nepali,,,ne,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/zh_tw.po,866,2562,1183,0,0,383,1300,1249,3862,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/tt.po,179,608,466,236,477,834,2777,1249,3862,tt.po,,tt,,tatar,,,tt,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/es.po,868,2604,3060,0,0,381,1258,1249,3862,es.po,,es,,spanish,,,es,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/eo.po,503,2364,2212,228,483,518,1015,1249,3862,eo.po,,eo,,esperanto,,,eo,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/kn.po,1047,3748,3374,10,59,192,55,1249,3862,kn.po,,kn,,kannada,,,kn,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/fr.po,866,2562,2975,0,0,383,1300,1249,3862,fr.po,,fr,,french,,,fr,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ur.po,12,12,14,42,44,1195,3806,1249,3862,ur.po,,ur,,urdu,,,ur,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/be@latin.po,986,3491,3344,39,119,224,252,1249,3862,be@latin.po,latin,be,,belarusian,,,be@latin,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/az.po,257,1447,1258,323,848,669,1567,1249,3862,az.po,,az,,azerbaijani,,,az,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ga.po,990,3234,3657,18,93,241,535,1249,3862,ga.po,,ga,,irish,,,ga,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ko.po,866,2562,2312,0,0,383,1300,1249,3862,ko.po,,ko,,korean,,,ko,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/fi.po,1065,3862,3092,0,0,184,0,1249,3862,fi.po,,fi,,finnish,,,fi,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/ru.po,1063,3840,3771,2,22,184,0,1249,3862,ru.po,,ru,,russian,,,ru,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/as.po,1039,3711,3899,18,96,192,55,1249,3862,as.po,,as,,assamese,,,as,po -gtk2-2.24.32-5.fc31.src.rpm.stats.csv,po/rw.po,28,32,36,545,2359,676,1471,1249,3862,rw.po,,rw,,kinyarwanda,,,rw,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/wa.po,427,1664,2145,223,988,1594,9612,2244,12264,wa.po,,wa,,walloon,,,wa,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/en_ca.po,1375,7814,7817,218,1161,651,3289,2244,12264,en_ca.po,,en,ca,english,,canada,en_ca,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/de.po,2244,12264,11348,0,0,0,0,2244,12264,de.po,,de,,german,,,de,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ar.po,1446,8183,6712,167,908,631,3173,2244,12264,ar.po,,ar,,arabic,,,ar,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ka.po,1183,6448,4441,304,1688,757,4128,2244,12264,ka.po,,ka,,georgian,,,ka,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/zh_hk.po,2041,11341,2453,0,0,203,923,2244,12264,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/am.po,86,152,157,270,976,1888,11136,2244,12264,am.po,,am,,amharic,,,am,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/uz@cyrillic.po,368,1220,962,88,399,1788,10645,2244,12264,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/bs.po,1919,10700,9951,0,0,325,1564,2244,12264,bs.po,,bs,,bosnian,,,bs,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/lv.po,2244,12264,9794,0,0,0,0,2244,12264,lv.po,,lv,,latvian,,,lv,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/nso.po,890,4865,7165,521,2782,833,4617,2244,12264,nso.po,,nso,,northern sotho,,,nso,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/dz.po,1270,7185,2790,291,1563,683,3516,2244,12264,dz.po,,dz,,dzongkha,,,dz,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/th.po,153,862,236,72,395,2019,11007,2244,12264,th.po,,th,,thai,,,th,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/pt.po,2223,12154,14095,0,0,21,110,2244,12264,pt.po,,pt,,portuguese,,,pt,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/yi.po,681,3591,3559,632,3374,931,5299,2244,12264,yi.po,,yi,,yiddish,,,yi,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/br.po,157,265,306,18,41,2069,11958,2244,12264,br.po,,br,,breton,,,br,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/fur.po,669,3021,3483,27,102,1548,9141,2244,12264,fur.po,,fur,,friulian,,,fur,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/te.po,1911,10656,7759,0,0,333,1608,2244,12264,te.po,,te,,telugu,,,te,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/nn.po,831,4515,4075,539,2880,874,4869,2244,12264,nn.po,,nn,,norwegian nynorsk,,,nn,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/bn.po,1577,8957,8520,69,353,598,2954,2244,12264,bn.po,,bn,,bangla,,,bn,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ca@valencia.po,2225,12163,14425,0,0,19,101,2244,12264,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/xh.po,1002,5559,4834,463,2493,779,4212,2244,12264,xh.po,,xh,,xhosa,,,xh,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/tr.po,2244,12264,9734,0,0,0,0,2244,12264,tr.po,,tr,,turkish,,,tr,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/hu.po,2244,12264,9994,0,0,0,0,2244,12264,hu.po,,hu,,hungarian,,,hu,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/en@shaw.po,1362,7355,7355,310,2235,572,2674,2244,12264,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/nl.po,2244,12264,11701,0,0,0,0,2244,12264,nl.po,,nl,,dutch,,,nl,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/kg.po,12,15,15,257,630,1975,11619,2244,12264,kg.po,,kg,,kongo,,,kg,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/eu.po,2244,12264,9921,0,0,0,0,2244,12264,eu.po,,eu,,basque,,,eu,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/kk.po,277,661,588,0,0,1967,11603,2244,12264,kk.po,,kk,,kazakh,,,kk,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/pl.po,2244,12264,10995,0,0,0,0,2244,12264,pl.po,,pl,,polish,,,pl,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ta.po,2041,11341,8502,0,0,203,923,2244,12264,ta.po,,ta,,tamil,,,ta,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/zh_cn.po,2227,12176,2644,1,1,16,87,2244,12264,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/mr.po,2041,11341,9083,0,0,203,923,2244,12264,mr.po,,mr,,marathi,,,mr,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/mai.po,1540,8700,8583,98,540,606,3024,2244,12264,mai.po,,mai,,maithili,,,mai,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/be.po,681,3591,3020,632,3374,931,5299,2244,12264,be.po,,be,,belarusian,,,be,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/an.po,1633,8891,10178,380,2291,231,1082,2244,12264,an.po,,an,,aragonese,,,an,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/bg.po,1915,10684,11145,0,0,329,1580,2244,12264,bg.po,,bg,,bulgarian,,,bg,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/gu.po,1933,10695,10095,79,440,232,1129,2244,12264,gu.po,,gu,,gujarati,,,gu,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ku.po,66,103,102,97,325,2081,11836,2244,12264,ku.po,,ku,,kurdish,,,ku,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/en_gb.po,2244,12264,12277,0,0,0,0,2244,12264,en_gb.po,,en,gb,english,,united kingdom,en_gb,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/az_ir.po,0,0,0,2,4,2242,12260,2244,12264,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/li.po,681,3591,3334,632,3374,931,5299,2244,12264,li.po,,li,,limburgish,,,li,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/af.po,852,4606,4261,910,4648,482,3010,2244,12264,af.po,,af,,afrikaans,,,af,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/si.po,317,1290,1143,142,647,1785,10327,2244,12264,si.po,,si,,sinhala,,,si,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/is.po,539,1577,1390,27,133,1678,10554,2244,12264,is.po,,is,,icelandic,,,is,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/km.po,1911,10656,2871,0,0,333,1608,2244,12264,km.po,,km,,khmer,,,km,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/it.po,2244,12264,13369,0,0,0,0,2244,12264,it.po,,it,,italian,,,it,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ang.po,30,79,73,61,254,2153,11931,2244,12264,ang.po,,ang,,old english,,,ang,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ms.po,840,4514,3815,540,2876,864,4874,2244,12264,ms.po,,ms,,malay,,,ms,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/hi.po,1911,10656,11375,0,0,333,1608,2244,12264,hi.po,,hi,,hindi,,,hi,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ro.po,2244,12264,12287,0,0,0,0,2244,12264,ro.po,,ro,,romanian,,,ro,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ast.po,1818,10199,11398,0,0,426,2065,2244,12264,ast.po,,ast,,asturian,,,ast,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/id.po,2244,12264,10981,0,0,0,0,2244,12264,id.po,,id,,indonesian,,,id,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/sl.po,2244,12264,11154,0,0,0,0,2244,12264,sl.po,,sl,,slovenian,,,sl,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/et.po,791,3778,2802,457,2259,996,6227,2244,12264,et.po,,et,,estonian,,,et,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/my.po,1515,8550,5859,115,632,614,3082,2244,12264,my.po,,my,,burmese,,,my,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/he.po,2227,12176,12176,0,0,17,88,2244,12264,he.po,,he,,hebrew,,,he,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/mi.po,1,1,1,120,236,2123,12027,2244,12264,mi.po,,mi,,maori,,,mi,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/hr.po,2244,12264,10865,0,0,0,0,2244,12264,hr.po,,hr,,croatian,,,hr,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/vi.po,2154,11849,16298,0,0,90,415,2244,12264,vi.po,,vi,,vietnamese,,,vi,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/sv.po,2244,12264,10156,0,0,0,0,2244,12264,sv.po,,sv,,swedish,,,sv,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/uk.po,1877,10467,8839,0,0,367,1797,2244,12264,uk.po,,uk,,ukrainian,,,uk,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/cs.po,2244,12264,10617,0,0,0,0,2244,12264,cs.po,,cs,,czech,,,cs,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/uz.po,368,1220,962,88,399,1788,10645,2244,12264,uz.po,,uz,,uzbek,,,uz,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/sr.po,2244,12264,11467,0,0,0,0,2244,12264,sr.po,,sr,,serbian,,,sr,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ug.po,1908,10631,8566,0,0,336,1633,2244,12264,ug.po,,ug,,uyghur,,,ug,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ml.po,1540,8700,6215,98,540,606,3024,2244,12264,ml.po,,ml,,malayalam,,,ml,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ky.po,94,351,263,0,0,2150,11913,2244,12264,ky.po,,ky,,kyrgyz,,,ky,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/nds.po,515,1405,1134,1125,7838,604,3021,2244,12264,nds.po,,nds,,low german,,,nds,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/gl.po,2244,12264,14536,0,0,0,0,2244,12264,gl.po,,gl,,galician,,,gl,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ja.po,1628,9159,2151,197,931,419,2174,2244,12264,ja.po,,ja,,japanese,,,ja,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/cy.po,1381,7791,8074,216,1197,647,3276,2244,12264,cy.po,,cy,,welsh,,,cy,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ps.po,470,1445,1510,76,351,1698,10468,2244,12264,ps.po,,ps,,pashto,,,ps,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/mk.po,1363,7752,7949,229,1219,652,3293,2244,12264,mk.po,,mk,,macedonian,,,mk,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/io.po,0,0,0,0,0,2244,12264,2244,12264,io.po,,io,,ido,,,io,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/pt_br.po,2244,12264,13826,0,0,0,0,2244,12264,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/en.po,0,0,0,0,0,2244,12264,2244,12264,en.po,,en,,english,,,en,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/or.po,1749,9448,8442,82,578,413,2238,2244,12264,or.po,,or,,odia,,,or,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ia.po,1,1,1,207,454,2036,11809,2244,12264,ia.po,,ia,,interlingua,,,ia,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/tg.po,2023,11243,10638,0,0,221,1021,2244,12264,tg.po,,tg,,tajik,,,tg,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/tk.po,5,6,6,217,647,2022,11611,2244,12264,tk.po,,tk,,turkmen,,,tk,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/el.po,2235,12212,12858,7,36,2,16,2244,12264,el.po,,el,,greek,,,el,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/fa.po,381,1236,1168,386,1801,1477,9227,2244,12264,fa.po,,fa,,persian,,,fa,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/sr@ije.po,890,4865,4522,521,2786,833,4613,2244,12264,sr@ije.po,ije,sr,,serbian,,,sr@ije,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/mn.po,890,4865,3867,522,2791,832,4608,2244,12264,mn.po,,mn,,mongolian,,,mn,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/oc.po,2104,11544,13971,83,438,57,282,2244,12264,oc.po,,oc,,occitan,,,oc,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/sq.po,1446,8183,9029,167,908,631,3173,2244,12264,sq.po,,sq,,albanian,,,sq,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/nb.po,1622,8025,6828,274,1927,348,2312,2244,12264,nb.po,,nb,,norwegian bokmål,,,nb,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/sk.po,2243,12259,11162,0,0,1,5,2244,12264,sk.po,,sk,,slovak,,,sk,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/da.po,2244,12264,10089,0,0,0,0,2244,12264,da.po,,da,,danish,,,da,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/lt.po,2244,12264,9602,0,0,0,0,2244,12264,lt.po,,lt,,lithuanian,,,lt,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ca.po,2244,12264,14557,0,0,0,0,2244,12264,ca.po,,ca,,catalan,,,ca,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/sr@latin.po,2227,12176,11384,0,0,17,88,2244,12264,sr@latin.po,latin,sr,,serbian,,,sr@latin,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/pa.po,2213,12080,11887,16,78,15,106,2244,12264,pa.po,,pa,,punjabi,,,pa,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/gd.po,2227,12176,15288,0,0,17,88,2244,12264,gd.po,,gd,,scottish gaelic,,,gd,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/bn_in.po,1577,8957,8514,69,353,598,2954,2244,12264,bn_in.po,,bn,in,bangla,,india,bn_in,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/crh.po,1692,9595,7730,9,102,543,2567,2244,12264,crh.po,,crh,,crimean turkish,,,crh,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/lg.po,0,0,0,0,0,2244,12264,2244,12264,lg.po,,lg,,ganda,,,lg,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/hy.po,1627,9220,7803,23,115,594,2929,2244,12264,hy.po,,hy,,armenian,,,hy,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ne.po,1085,5689,4718,963,4712,196,1863,2244,12264,ne.po,,ne,,nepali,,,ne,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/zh_tw.po,2243,12259,2724,0,0,1,5,2244,12264,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/tt.po,220,509,455,222,836,1802,10919,2244,12264,tt.po,,tt,,tatar,,,tt,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/eo.po,729,2911,2640,136,663,1379,8690,2244,12264,eo.po,,eo,,esperanto,,,eo,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/kn.po,1146,3235,3216,0,0,1098,9029,2244,12264,kn.po,,kn,,kannada,,,kn,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/fr.po,2244,12264,14768,0,0,0,0,2244,12264,fr.po,,fr,,french,,,fr,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ur.po,4,4,4,44,74,2196,12186,2244,12264,ur.po,,ur,,urdu,,,ur,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/be@latin.po,1364,7766,6691,228,1205,652,3293,2244,12264,be@latin.po,latin,be,,belarusian,,,be@latin,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/az.po,890,4865,3819,521,2786,833,4613,2244,12264,az.po,,az,,azerbaijani,,,az,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ga.po,144,259,269,100,287,2000,11718,2244,12264,ga.po,,ga,,irish,,,ga,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ko.po,2244,12264,9428,0,0,0,0,2244,12264,ko.po,,ko,,korean,,,ko,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/fi.po,1629,8902,5674,408,2121,207,1241,2244,12264,fi.po,,fi,,finnish,,,fi,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/ru.po,2243,12259,10502,0,0,1,5,2244,12264,ru.po,,ru,,russian,,,ru,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/as.po,2041,11341,9554,0,0,203,923,2244,12264,as.po,,as,,assamese,,,as,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/rw.po,82,101,100,1116,7392,1046,4771,2244,12264,rw.po,,rw,,kinyarwanda,,,rw,po-properties -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po-properties/es.po,2244,12264,14816,0,0,0,0,2244,12264,es.po,,es,,spanish,,,es,po-properti -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/wa.po,251,797,1053,241,452,1187,3171,1679,4420,wa.po,,wa,,walloon,,,wa,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/en_ca.po,357,1388,1387,238,416,1084,2616,1679,4420,en_ca.po,,en,ca,english,,canada,en_ca,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/de.po,1667,4414,4300,0,0,12,6,1679,4420,de.po,,de,,german,,,de,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ar.po,1217,3377,3270,7,12,455,1031,1679,4420,ar.po,,ar,,arabic,,,ar,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ka.po,409,1612,1257,222,381,1048,2427,1679,4420,ka.po,,ka,,georgian,,,ka,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/zh_hk.po,1142,3231,1571,0,0,537,1189,1679,4420,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/am.po,23,32,42,233,378,1423,4010,1679,4420,am.po,,am,,amharic,,,am,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,555,1157,1093,67,127,1057,3136,1679,4420,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/bs.po,1030,3062,2991,0,0,649,1358,1679,4420,bs.po,,bs,,bosnian,,,bs,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/lv.po,1667,4414,4167,0,0,12,6,1679,4420,lv.po,,lv,,latvian,,,lv,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/nso.po,84,399,562,260,501,1335,3520,1679,4420,nso.po,,nso,,northern sotho,,,nso,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/dz.po,306,1223,605,380,627,993,2570,1679,4420,dz.po,,dz,,dzongkha,,,dz,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/th.po,1351,3852,2114,0,0,328,568,1679,4420,th.po,,th,,thai,,,th,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/pt.po,1351,3852,4234,0,0,328,568,1679,4420,pt.po,,pt,,portuguese,,,pt,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/yi.po,55,288,315,262,490,1362,3642,1679,4420,yi.po,,yi,,yiddish,,,yi,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/br.po,794,1424,1712,1,2,884,2994,1679,4420,br.po,,br,,breton,,,br,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/fur.po,1637,4334,4918,4,10,38,76,1679,4420,fur.po,,fur,,friulian,,,fur,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/te.po,1146,3235,3019,0,0,533,1185,1679,4420,te.po,,te,,telugu,,,te,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/nn.po,854,2383,2324,15,58,810,1979,1679,4420,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/bn.po,866,2566,2762,0,0,813,1854,1679,4420,bn.po,,bn,,bangla,,,bn,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ca@valencia.po,1361,3850,4686,0,0,318,570,1679,4420,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/xh.po,135,597,506,254,481,1290,3342,1679,4420,xh.po,,xh,,xhosa,,,xh,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/tr.po,1667,4414,4108,0,0,12,6,1679,4420,tr.po,,tr,,turkish,,,tr,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/hu.po,1667,4414,4215,0,0,12,6,1679,4420,hu.po,,hu,,hungarian,,,hu,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/en@shaw.po,782,3077,3078,235,633,662,710,1679,4420,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/nl.po,1666,4404,4333,0,0,13,16,1679,4420,nl.po,,nl,,dutch,,,nl,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/kg.po,971,3230,3181,21,118,687,1072,1679,4420,kg.po,,kg,,kongo,,,kg,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/eu.po,1667,4414,4214,0,0,12,6,1679,4420,eu.po,,eu,,basque,,,eu,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/kk.po,1522,4091,3836,0,0,157,329,1679,4420,kk.po,,kk,,kazakh,,,kk,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/pl.po,1679,4420,4543,0,0,0,0,1679,4420,pl.po,,pl,,polish,,,pl,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ta.po,1146,3235,3081,0,0,533,1185,1679,4420,ta.po,,ta,,tamil,,,ta,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/zh_cn.po,1372,3869,1845,0,0,307,551,1679,4420,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/mr.po,1142,3231,3362,0,0,537,1189,1679,4420,mr.po,,mr,,marathi,,,mr,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/mai.po,791,2273,2543,25,121,863,2026,1679,4420,mai.po,,mai,,maithili,,,mai,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/be.po,1048,2981,2786,0,0,631,1439,1679,4420,be.po,,be,,belarusian,,,be,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/an.po,955,2772,3218,0,0,724,1648,1679,4420,an.po,,an,,aragonese,,,an,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/bg.po,1334,3782,4286,0,0,345,638,1679,4420,bg.po,,bg,,bulgarian,,,bg,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/gu.po,1110,2996,3452,7,52,562,1372,1679,4420,gu.po,,gu,,gujarati,,,gu,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ku.po,775,2301,2489,3,14,901,2105,1679,4420,ku.po,,ku,,kurdish,,,ku,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/en_gb.po,1666,4409,4450,0,0,13,11,1679,4420,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/az_ir.po,3,5,6,10,10,1666,4405,1679,4420,az_ir.po,,az,ir,azerbaijani,,iran,az_ir,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/li.po,55,288,286,262,490,1362,3642,1679,4420,li.po,,li,,limburgish,,,li,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/af.po,1238,3162,3202,0,0,441,1258,1679,4420,af.po,,af,,afrikaans,,,af,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/si.po,279,908,979,243,421,1157,3091,1679,4420,si.po,,si,,sinhala,,,si,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/is.po,1527,4024,3994,17,40,135,356,1679,4420,is.po,,is,,icelandic,,,is,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/km.po,931,2695,1578,0,0,748,1725,1679,4420,km.po,,km,,khmer,,,km,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/it.po,1678,4418,4731,0,0,1,2,1679,4420,it.po,,it,,italian,,,it,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ang.po,27,79,71,138,256,1514,4085,1679,4420,ang.po,,ang,,old english,,,ang,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ms.po,72,331,295,263,504,1344,3585,1679,4420,ms.po,,ms,,malay,,,ms,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/hi.po,1146,3235,3797,0,0,533,1185,1679,4420,hi.po,,hi,,hindi,,,hi,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ro.po,1678,4418,4905,0,0,1,2,1679,4420,ro.po,,ro,,romanian,,,ro,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ast.po,810,2366,2499,10,55,859,1999,1679,4420,ast.po,,ast,,asturian,,,ast,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/id.po,1667,4414,4371,0,0,12,6,1679,4420,id.po,,id,,indonesian,,,id,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/sl.po,1678,4418,4511,0,0,1,2,1679,4420,sl.po,,sl,,slovenian,,,sl,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/et.po,955,2408,2206,158,550,566,1462,1679,4420,et.po,,et,,estonian,,,et,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/my.po,776,2216,1810,29,135,874,2069,1679,4420,my.po,,my,,burmese,,,my,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/he.po,1370,3860,3820,0,0,309,560,1679,4420,he.po,,he,,hebrew,,,he,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/mi.po,56,211,200,252,500,1371,3709,1679,4420,mi.po,,mi,,maori,,,mi,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/hr.po,1667,4414,4325,0,0,12,6,1679,4420,hr.po,,hr,,croatian,,,hr,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/vi.po,1308,3731,5136,0,0,371,689,1679,4420,vi.po,,vi,,vietnamese,,,vi,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/sv.po,1667,4414,4195,0,0,12,6,1679,4420,sv.po,,sv,,swedish,,,sv,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/uk.po,1352,3855,3559,0,0,327,565,1679,4420,uk.po,,uk,,ukrainian,,,uk,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/cs.po,1678,4418,4298,0,0,1,2,1679,4420,cs.po,,cs,,czech,,,cs,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/uz.po,555,1157,1093,67,127,1057,3136,1679,4420,uz.po,,uz,,uzbek,,,uz,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/sr.po,1518,4130,4187,34,72,127,218,1679,4420,sr.po,,sr,,serbian,,,sr,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ug.po,932,2707,2470,0,0,747,1713,1679,4420,ug.po,,ug,,uyghur,,,ug,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ml.po,955,2772,2485,0,0,724,1648,1679,4420,ml.po,,ml,,malayalam,,,ml,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ky.po,66,83,82,3,3,1610,4334,1679,4420,ky.po,,ky,,kyrgyz,,,ky,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/nds.po,580,1062,1119,8,24,1091,3334,1679,4420,nds.po,,nds,,low german,,,nds,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/gl.po,1667,4414,5152,0,0,12,6,1679,4420,gl.po,,gl,,galician,,,gl,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ja.po,1472,3894,2085,1,51,206,475,1679,4420,ja.po,,ja,,japanese,,,ja,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/cy.po,670,1846,1951,66,138,943,2436,1679,4420,cy.po,,cy,,welsh,,,cy,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ps.po,345,636,671,31,64,1303,3720,1679,4420,ps.po,,ps,,pashto,,,ps,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/mk.po,342,1357,1470,249,435,1088,2628,1679,4420,mk.po,,mk,,macedonian,,,mk,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/io.po,248,782,739,229,378,1202,3260,1679,4420,io.po,,io,,ido,,,io,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/pt_br.po,1678,4418,4972,0,0,1,2,1679,4420,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/en.po,49,49,92,0,0,1630,4371,1679,4420,en.po,,en,,english,,,en,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/or.po,955,2772,2979,0,0,724,1648,1679,4420,or.po,,or,,odia,,,or,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ia.po,932,2706,3109,0,0,747,1714,1679,4420,ia.po,,ia,,interlingua,,,ia,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/tg.po,1136,2881,3208,58,356,485,1183,1679,4420,tg.po,,tg,,tajik,,,tg,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/tk.po,35,73,74,239,427,1405,3920,1679,4420,tk.po,,tk,,turkmen,,,tk,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/el.po,1377,3677,3944,71,337,231,406,1679,4420,el.po,,el,,greek,,,el,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/fa.po,1361,3850,4292,0,0,318,570,1679,4420,fa.po,,fa,,persian,,,fa,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/sr@ije.po,84,399,378,264,505,1331,3516,1679,4420,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/mn.po,82,395,338,265,506,1332,3519,1679,4420,mn.po,,mn,,mongolian,,,mn,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/oc.po,1278,3532,4119,21,94,380,794,1679,4420,oc.po,,oc,,occitan,,,oc,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/sq.po,744,2102,2391,41,107,894,2211,1679,4420,sq.po,,sq,,albanian,,,sq,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/nb.po,1454,3973,3962,10,25,215,422,1679,4420,nb.po,,nb,,norwegian bokmål,,,nb,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/sk.po,1516,4060,4027,26,51,137,309,1679,4420,sk.po,,sk,,slovak,,,sk,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/da.po,1667,4414,4126,0,0,12,6,1679,4420,da.po,,da,,danish,,,da,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/lt.po,1678,4418,4039,0,0,1,2,1679,4420,lt.po,,lt,,lithuanian,,,lt,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ca.po,1667,4414,5339,0,0,12,6,1679,4420,ca.po,,ca,,catalan,,,ca,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/sr@latin.po,1372,3869,3915,0,0,307,551,1679,4420,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/pa.po,1573,4188,4633,14,36,92,196,1679,4420,pa.po,,pa,,punjabi,,,pa,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/gd.po,1372,3869,4975,0,0,307,551,1679,4420,gd.po,,gd,,scottish gaelic,,,gd,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/bn_in.po,955,2772,3100,0,0,724,1648,1679,4420,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/crh.po,789,2121,1901,21,72,869,2227,1679,4420,crh.po,,crh,,crimean turkish,,,crh,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/lg.po,677,1889,2048,0,0,1002,2531,1679,4420,lg.po,,lg,,ganda,,,lg,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/hy.po,494,1993,1802,53,67,1132,2360,1679,4420,hy.po,,hy,,armenian,,,hy,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ne.po,709,1600,1628,565,1628,405,1192,1679,4420,ne.po,,ne,,nepali,,,ne,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/zh_tw.po,1377,3875,1887,42,76,260,469,1679,4420,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/tt.po,87,186,161,208,359,1384,3875,1679,4420,tt.po,,tt,,tatar,,,tt,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/es.po,1678,4418,5210,0,0,1,2,1679,4420,es.po,,es,,spanish,,,es,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/eo.po,1522,4109,3955,20,39,137,272,1679,4420,eo.po,,eo,,esperanto,,,eo,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/kn.po,1146,3235,3216,0,0,533,1185,1679,4420,kn.po,,kn,,kannada,,,kn,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/fr.po,1666,4409,5163,0,0,13,11,1679,4420,fr.po,,fr,,french,,,fr,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ur.po,11,11,13,43,45,1625,4364,1679,4420,ur.po,,ur,,urdu,,,ur,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/be@latin.po,743,2090,1940,41,107,895,2223,1679,4420,be@latin.po,latin,be,,belarusian,,,be@latin,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/az.po,83,398,331,261,500,1335,3522,1679,4420,az.po,,az,,azerbaijani,,,az,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ga.po,882,2141,2357,51,273,746,2006,1679,4420,ga.po,,ga,,irish,,,ga,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ko.po,1667,4414,4248,0,0,12,6,1679,4420,ko.po,,ko,,korean,,,ko,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/fi.po,1191,3258,2783,95,219,393,943,1679,4420,fi.po,,fi,,finnish,,,fi,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/ru.po,1437,3983,3860,23,45,219,392,1679,4420,ru.po,,ru,,russian,,,ru,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/as.po,1142,3231,3574,0,0,537,1189,1679,4420,as.po,,as,,assamese,,,as,po -gtk3-3.24.12-3.fc31.src.rpm.stats.csv,po/rw.po,21,24,26,323,983,1335,3413,1679,4420,rw.po,,rw,,kinyarwanda,,,rw,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ru.po,88,220,211,13,69,5,33,106,322,ru.po,,ru,,russian,,,ru,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/fr.po,106,322,403,0,0,0,0,106,322,fr.po,,fr,,french,,,fr,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/pl.po,106,322,317,0,0,0,0,106,322,pl.po,,pl,,polish,,,pl,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/mai.po,6,7,8,10,15,90,300,106,322,mai.po,,mai,,maithili,,,mai,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/eo.po,15,16,15,8,11,83,295,106,322,eo.po,,eo,,esperanto,,,eo,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/da.po,105,320,292,1,2,0,0,106,322,da.po,,da,,danish,,,da,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ko.po,105,320,301,1,2,0,0,106,322,ko.po,,ko,,korean,,,ko,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/zh_cn.po,105,320,145,1,2,0,0,106,322,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/lv.po,105,320,300,1,2,0,0,106,322,lv.po,,lv,,latvian,,,lv,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/mn.po,3,4,4,8,12,95,306,106,322,mn.po,,mn,,mongolian,,,mn,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/hi.po,40,127,128,21,82,45,113,106,322,hi.po,,hi,,hindi,,,hi,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/pa.po,43,130,136,23,87,40,105,106,322,pa.po,,pa,,punjabi,,,pa,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/kk.po,79,145,144,1,2,26,175,106,322,kk.po,,kk,,kazakh,,,kk,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/mg.po,3,4,5,10,15,93,303,106,322,mg.po,,mg,,malagasy,,,mg,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/sk.po,105,320,327,1,2,0,0,106,322,sk.po,,sk,,slovak,,,sk,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ar.po,20,94,85,25,83,61,145,106,322,ar.po,,ar,,arabic,,,ar,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/he.po,94,255,253,12,67,0,0,106,322,he.po,,he,,hebrew,,,he,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/mk.po,38,119,141,21,85,47,118,106,322,mk.po,,mk,,macedonian,,,mk,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ms.po,3,4,4,9,13,94,305,106,322,ms.po,,ms,,malay,,,ms,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/en_ca.po,16,72,72,23,84,67,166,106,322,en_ca.po,,en,ca,english,,canada,en_ca,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/bn.po,26,103,110,25,86,55,133,106,322,bn.po,,bn,,bangla,,,bn,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/pt.po,94,255,296,12,67,0,0,106,322,pt.po,,pt,,portuguese,,,pt,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/mr.po,20,94,94,25,83,61,145,106,322,mr.po,,mr,,marathi,,,mr,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/zh_hk.po,84,213,114,16,75,6,34,106,322,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ug.po,40,127,120,21,82,45,113,106,322,ug.po,,ug,,uyghur,,,ug,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/vi.po,94,255,378,12,67,0,0,106,322,vi.po,,vi,,vietnamese,,,vi,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/fa.po,4,8,8,9,13,93,301,106,322,fa.po,,fa,,persian,,,fa,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/az.po,3,4,4,8,12,95,306,106,322,az.po,,az,,azerbaijani,,,az,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/hu.po,106,322,295,0,0,0,0,106,322,hu.po,,hu,,hungarian,,,hu,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,90,223,283,11,66,5,33,106,322,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ml.po,20,94,69,25,83,61,145,106,322,ml.po,,ml,,malayalam,,,ml,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/hr.po,105,320,310,1,2,0,0,106,322,hr.po,,hr,,croatian,,,hr,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/pt_br.po,106,322,371,0,0,0,0,106,322,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/bg.po,93,251,285,11,66,2,5,106,322,bg.po,,bg,,bulgarian,,,bg,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/kn.po,37,118,103,20,82,49,122,106,322,kn.po,,kn,,kannada,,,kn,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/be.po,105,320,314,1,2,0,0,106,322,be.po,,be,,belarusian,,,be,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/zh_tw.po,105,320,143,1,2,0,0,106,322,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/xh.po,3,4,5,9,13,94,305,106,322,xh.po,,xh,,xhosa,,,xh,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/rw.po,1,1,1,5,7,100,314,106,322,rw.po,,rw,,kinyarwanda,,,rw,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ja.po,86,210,119,12,68,8,44,106,322,ja.po,,ja,,japanese,,,ja,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/lt.po,106,322,285,0,0,0,0,106,322,lt.po,,lt,,lithuanian,,,lt,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ga.po,16,39,38,10,27,80,256,106,322,ga.po,,ga,,irish,,,ga,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/tg.po,11,11,13,6,8,89,303,106,322,tg.po,,tg,,tajik,,,tg,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ro.po,105,320,375,1,2,0,0,106,322,ro.po,,ro,,romanian,,,ro,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/nb.po,103,315,306,1,2,2,5,106,322,nb.po,,nb,,norwegian bokmål,,,nb,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/si.po,7,8,9,9,14,90,300,106,322,si.po,,si,,sinhala,,,si,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/bn_in.po,20,94,101,25,83,61,145,106,322,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/es.po,106,322,398,0,0,0,0,106,322,es.po,,es,,spanish,,,es,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/oc.po,105,320,396,1,2,0,0,106,322,oc.po,,oc,,occitan,,,oc,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ca.po,90,223,283,11,66,5,33,106,322,ca.po,,ca,,catalan,,,ca,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/sv.po,106,322,280,0,0,0,0,106,322,sv.po,,sv,,swedish,,,sv,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/id.po,106,322,327,0,0,0,0,106,322,id.po,,id,,indonesian,,,id,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ta.po,40,127,117,21,82,45,113,106,322,ta.po,,ta,,tamil,,,ta,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/cs.po,106,322,320,0,0,0,0,106,322,cs.po,,cs,,czech,,,cs,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/fi.po,59,163,128,16,73,31,86,106,322,fi.po,,fi,,finnish,,,fi,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/sl.po,106,322,308,0,0,0,0,106,322,sl.po,,sl,,slovenian,,,sl,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/uk.po,39,123,114,21,85,46,114,106,322,uk.po,,uk,,ukrainian,,,uk,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/nl.po,105,320,288,1,2,0,0,106,322,nl.po,,nl,,dutch,,,nl,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/sq.po,3,4,5,10,15,93,303,106,322,sq.po,,sq,,albanian,,,sq,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/sr@latin.po,105,320,331,1,2,0,0,106,322,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/eu.po,106,322,290,0,0,0,0,106,322,eu.po,,eu,,basque,,,eu,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/as.po,84,213,225,16,75,6,34,106,322,as.po,,as,,assamese,,,as,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/th.po,40,127,66,20,81,46,114,106,322,th.po,,th,,thai,,,th,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/el.po,105,320,339,1,2,0,0,106,322,el.po,,el,,greek,,,el,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/bs.po,87,218,214,14,71,5,33,106,322,bs.po,,bs,,bosnian,,,bs,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/sr.po,106,322,333,0,0,0,0,106,322,sr.po,,sr,,serbian,,,sr,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/gu.po,67,162,174,21,79,18,81,106,322,gu.po,,gu,,gujarati,,,gu,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/gl.po,105,320,384,1,2,0,0,106,322,gl.po,,gl,,galician,,,gl,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/or.po,34,113,110,21,83,51,126,106,322,or.po,,or,,odia,,,or,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ast.po,38,119,143,21,85,47,118,106,322,ast.po,,ast,,asturian,,,ast,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/fur.po,57,79,82,1,2,48,241,106,322,fur.po,,fur,,friulian,,,fur,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/nn.po,26,103,85,23,82,57,137,106,322,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/et.po,30,106,83,17,61,59,155,106,322,et.po,,et,,estonian,,,et,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/de.po,106,322,297,0,0,0,0,106,322,de.po,,de,,german,,,de,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/ne.po,16,72,70,23,84,67,166,106,322,ne.po,,ne,,nepali,,,ne,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/te.po,39,123,114,21,85,46,114,106,322,te.po,,te,,telugu,,,te,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/dz.po,16,72,44,25,87,65,163,106,322,dz.po,,dz,,dzongkha,,,dz,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/it.po,106,322,353,0,0,0,0,106,322,it.po,,it,,italian,,,it,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/en@shaw.po,22,74,74,29,115,55,133,106,322,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/cy.po,3,4,4,10,15,93,303,106,322,cy.po,,cy,,welsh,,,cy,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/tr.po,106,322,291,0,0,0,0,106,322,tr.po,,tr,,turkish,,,tr,po -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv,po/en_gb.po,94,255,254,12,67,0,0,106,322,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,94,308,133,0,0,715,1592,809,1900,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,809,1900,1024,0,0,0,0,809,1900,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,94,308,132,0,0,715,1592,809,1900,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/xh.po,294,725,782,0,0,515,1175,809,1900,xh.po,,xh,,xhosa,,,xh,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/vi.po,624,1147,1759,0,0,185,753,809,1900,vi.po,,vi,,vietnamese,,,vi,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/uk.po,627,1551,1508,0,0,182,349,809,1900,uk.po,,uk,,ukrainian,,,uk,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ug.po,670,1608,1570,0,0,139,292,809,1900,ug.po,,ug,,uyghur,,,ug,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/tr.po,94,308,273,0,0,715,1592,809,1900,tr.po,,tr,,turkish,,,tr,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/th.po,650,1573,820,0,0,159,327,809,1900,th.po,,th,,thai,,,th,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/tg.po,132,159,173,1,2,676,1739,809,1900,tg.po,,tg,,tajik,,,tg,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/te.po,627,1551,1407,0,0,182,349,809,1900,te.po,,te,,telugu,,,te,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ta.po,670,1608,1511,0,0,139,292,809,1900,ta.po,,ta,,tamil,,,ta,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/sv.po,106,322,280,0,0,703,1578,809,1900,sv.po,,sv,,swedish,,,sv,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,628,1155,1331,0,0,181,745,809,1900,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/sr.po,94,308,319,0,0,715,1592,809,1900,sr.po,,sr,,serbian,,,sr,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/sq.po,332,821,1042,0,0,477,1079,809,1900,sq.po,,sq,,albanian,,,sq,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/sl.po,94,308,294,0,0,715,1592,809,1900,sl.po,,sl,,slovenian,,,sl,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/sk.po,628,1155,1222,0,0,181,745,809,1900,sk.po,,sk,,slovak,,,sk,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/si.po,101,117,123,0,0,708,1783,809,1900,si.po,,si,,sinhala,,,si,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/rw.po,46,48,57,0,0,763,1852,809,1900,rw.po,,rw,,kinyarwanda,,,rw,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ru.po,623,1128,1236,0,0,186,772,809,1900,ru.po,,ru,,russian,,,ru,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ro.po,94,308,359,0,0,715,1592,809,1900,ro.po,,ro,,romanian,,,ro,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,94,308,362,0,0,715,1592,809,1900,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/pt.po,625,1148,1353,0,0,184,752,809,1900,pt.po,,pt,,portuguese,,,pt,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/pl.po,94,308,303,0,0,715,1592,809,1900,pl.po,,pl,,polish,,,pl,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/pa.po,713,1692,1697,0,0,96,208,809,1900,pa.po,,pa,,punjabi,,,pa,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/or.po,484,1174,1152,23,36,302,690,809,1900,or.po,,or,,odia,,,or,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/oc.po,94,308,379,0,0,715,1592,809,1900,oc.po,,oc,,occitan,,,oc,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/nn.po,513,1322,1183,3,12,293,566,809,1900,nn.po,,nn,,norwegian nynorsk,,,nn,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/nl.po,94,308,274,0,0,715,1592,809,1900,nl.po,,nl,,dutch,,,nl,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ne.po,347,817,827,0,0,462,1083,809,1900,ne.po,,ne,,nepali,,,ne,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/nb.po,620,1138,1050,1,2,188,760,809,1900,nb.po,,nb,,norwegian bokmål,,,nb,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ms.po,231,572,563,0,0,578,1328,809,1900,ms.po,,ms,,malay,,,ms,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/mr.po,449,1124,1092,0,0,360,776,809,1900,mr.po,,mr,,marathi,,,mr,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/mn.po,180,455,479,0,0,629,1445,809,1900,mn.po,,mn,,mongolian,,,mn,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ml.po,449,1124,991,0,0,360,776,809,1900,ml.po,,ml,,malayalam,,,ml,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/mk.po,625,1545,1797,0,0,184,355,809,1900,mk.po,,mk,,macedonian,,,mk,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/mg.po,336,827,883,0,0,473,1073,809,1900,mg.po,,mg,,malagasy,,,mg,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/mai.po,188,370,388,0,0,621,1530,809,1900,mai.po,,mai,,maithili,,,mai,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/lv.po,94,308,287,0,0,715,1592,809,1900,lv.po,,lv,,latvian,,,lv,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/lt.po,94,308,270,0,0,715,1592,809,1900,lt.po,,lt,,lithuanian,,,lt,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ko.po,94,308,286,0,0,715,1592,809,1900,ko.po,,ko,,korean,,,ko,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/kn.po,572,1377,1220,1,1,236,522,809,1900,kn.po,,kn,,kannada,,,kn,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/kk.po,68,133,130,0,0,741,1767,809,1900,kk.po,,kk,,kazakh,,,kk,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ja.po,619,1116,771,3,6,187,778,809,1900,ja.po,,ja,,japanese,,,ja,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/it.po,94,308,339,0,0,715,1592,809,1900,it.po,,it,,italian,,,it,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/id.po,94,308,310,0,0,715,1592,809,1900,id.po,,id,,indonesian,,,id,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/hu.po,94,308,281,0,0,715,1592,809,1900,hu.po,,hu,,hungarian,,,hu,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/hr.po,94,308,297,0,0,715,1592,809,1900,hr.po,,hr,,croatian,,,hr,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/hi.po,670,1608,1676,0,0,139,292,809,1900,hi.po,,hi,,hindi,,,hi,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/he.po,622,1142,1166,0,0,187,758,809,1900,he.po,,he,,hebrew,,,he,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/gu.po,633,1405,1409,75,152,101,343,809,1900,gu.po,,gu,,gujarati,,,gu,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/gl.po,94,308,372,0,0,715,1592,809,1900,gl.po,,gl,,galician,,,gl,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ga.po,149,192,195,18,27,642,1681,809,1900,ga.po,,ga,,irish,,,ga,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/fur.po,94,308,375,0,0,715,1592,809,1900,fur.po,,fur,,friulian,,,fur,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/fr.po,106,322,403,0,0,703,1578,809,1900,fr.po,,fr,,french,,,fr,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/fi.po,479,823,677,72,161,258,916,809,1900,fi.po,,fi,,finnish,,,fi,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/fa.po,295,732,829,0,0,514,1168,809,1900,fa.po,,fa,,persian,,,fa,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/eu.po,94,308,273,0,0,715,1592,809,1900,eu.po,,eu,,basque,,,eu,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/et.po,469,1155,996,0,0,340,745,809,1900,et.po,,et,,estonian,,,et,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/es.po,94,308,384,0,0,715,1592,809,1900,es.po,,es,,spanish,,,es,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/eo.po,238,285,273,23,44,548,1571,809,1900,eo.po,,eo,,esperanto,,,eo,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,624,1147,1145,0,0,185,753,809,1900,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,357,863,866,0,0,452,1037,809,1900,en_ca.po,,en,ca,english,,canada,en_ca,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,410,1050,1051,128,363,271,487,809,1900,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/el.po,94,308,323,0,0,715,1592,809,1900,el.po,,el,,greek,,,el,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/dz.po,385,994,677,0,0,424,906,809,1900,dz.po,,dz,,dzongkha,,,dz,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/de.po,94,308,283,0,0,715,1592,809,1900,de.po,,de,,german,,,de,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/da.po,94,308,278,0,0,715,1592,809,1900,da.po,,da,,danish,,,da,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/cy.po,329,818,871,0,0,480,1082,809,1900,cy.po,,cy,,welsh,,,cy,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/cs.po,94,308,306,0,0,715,1592,809,1900,cs.po,,cs,,czech,,,cs,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,601,1040,1246,14,73,194,787,809,1900,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ca.po,628,1155,1386,0,0,181,745,809,1900,ca.po,,ca,,catalan,,,ca,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/bs.po,614,1107,1160,0,0,195,793,809,1900,bs.po,,bs,,bosnian,,,bs,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,449,1124,1190,0,0,360,776,809,1900,bn_in.po,,bn,in,bangla,,india,bn_in,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/bn.po,538,1413,1495,0,0,271,487,809,1900,bn.po,,bn,,bangla,,,bn,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/bg.po,622,1142,1391,0,0,187,758,809,1900,bg.po,,bg,,bulgarian,,,bg,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/be.po,94,308,293,0,0,715,1592,809,1900,be.po,,be,,belarusian,,,be,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/az.po,180,455,441,0,0,629,1445,809,1900,az.po,,az,,azerbaijani,,,az,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ast.po,625,1545,1841,0,0,184,355,809,1900,ast.po,,ast,,asturian,,,ast,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/as.po,809,1900,1870,0,0,0,0,809,1900,as.po,,as,,assamese,,,as,po -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv,po/ar.po,449,1124,1148,0,0,360,776,809,1900,ar.po,,ar,,arabic,,,ar,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/cs.po,3,8,8,0,0,19,73,22,81,cs.po,,cs,,czech,,,cs,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,22,81,99,0,0,0,0,22,81,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/sl.po,22,81,83,0,0,0,0,22,81,sl.po,,sl,,slovenian,,,sl,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/es.po,22,81,113,0,0,0,0,22,81,es.po,,es,,spanish,,,es,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/sv.po,22,81,79,0,0,0,0,22,81,sv.po,,sv,,swedish,,,sv,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/ca.po,22,81,139,0,0,0,0,22,81,ca.po,,ca,,catalan,,,ca,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/el.po,3,8,11,0,0,19,73,22,81,el.po,,el,,greek,,,el,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/ro.po,3,8,9,0,0,19,73,22,81,ro.po,,ro,,romanian,,,ro,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,3,8,13,0,0,19,73,22,81,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/nds.po,3,8,7,0,0,19,73,22,81,nds.po,,nds,,low german,,,nds,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,21,75,28,0,0,1,6,22,81,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/hr.po,3,8,9,0,0,19,73,22,81,hr.po,,hr,,croatian,,,hr,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/uk.po,3,8,8,0,0,19,73,22,81,uk.po,,uk,,ukrainian,,,uk,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/lt.po,3,8,8,0,0,19,73,22,81,lt.po,,lt,,lithuanian,,,lt,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/oc.po,3,8,11,0,0,19,73,22,81,oc.po,,oc,,occitan,,,oc,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/pl.po,3,8,10,0,0,19,73,22,81,pl.po,,pl,,polish,,,pl,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/sr.po,3,8,10,0,0,19,73,22,81,sr.po,,sr,,serbian,,,sr,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/gl.po,22,81,115,0,0,0,0,22,81,gl.po,,gl,,galician,,,gl,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/lv.po,3,8,8,0,0,19,73,22,81,lv.po,,lv,,latvian,,,lv,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/te.po,3,8,8,0,0,19,73,22,81,te.po,,te,,telugu,,,te,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/eu.po,22,81,89,0,0,0,0,22,81,eu.po,,eu,,basque,,,eu,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/bs.po,3,8,8,0,0,19,73,22,81,bs.po,,bs,,bosnian,,,bs,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/pa.po,22,81,96,0,0,0,0,22,81,pa.po,,pa,,punjabi,,,pa,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/th.po,3,8,5,0,0,19,73,22,81,th.po,,th,,thai,,,th,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,22,81,81,0,0,0,0,22,81,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/fr.po,22,81,111,0,0,0,0,22,81,fr.po,,fr,,french,,,fr,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/hu.po,22,81,77,0,0,0,0,22,81,hu.po,,hu,,hungarian,,,hu,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/nl.po,3,8,6,0,0,19,73,22,81,nl.po,,nl,,dutch,,,nl,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/pt.po,3,8,11,0,0,19,73,22,81,pt.po,,pt,,portuguese,,,pt,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/ru.po,22,81,82,0,0,0,0,22,81,ru.po,,ru,,russian,,,ru,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/gd.po,3,8,12,0,0,19,73,22,81,gd.po,,gd,,scottish gaelic,,,gd,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/eo.po,3,8,14,0,0,19,73,22,81,eo.po,,eo,,esperanto,,,eo,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/guc.po,3,8,10,0,0,19,73,22,81,guc.po,,guc,,wayuu,,,guc,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/id.po,3,8,8,0,0,19,73,22,81,id.po,,id,,indonesian,,,id,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/de.po,22,81,83,0,0,0,0,22,81,de.po,,de,,german,,,de,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,22,81,30,0,0,0,0,22,81,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,21,75,28,0,0,1,6,22,81,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/ja.po,3,8,5,0,0,19,73,22,81,ja.po,,ja,,japanese,,,ja,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/fur.po,3,8,13,0,0,19,73,22,81,fur.po,,fur,,friulian,,,fur,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/da.po,22,81,89,0,0,0,0,22,81,da.po,,da,,danish,,,da,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/ko.po,3,8,8,0,0,19,73,22,81,ko.po,,ko,,korean,,,ko,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/sk.po,3,8,8,0,0,19,73,22,81,sk.po,,sk,,slovak,,,sk,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,3,8,10,0,0,19,73,22,81,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/he.po,3,8,9,0,0,19,73,22,81,he.po,,he,,hebrew,,,he,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/it.po,22,81,92,0,0,0,0,22,81,it.po,,it,,italian,,,it,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/tr.po,3,8,9,0,0,19,73,22,81,tr.po,,tr,,turkish,,,tr,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/tg.po,3,8,10,0,0,19,73,22,81,tg.po,,tg,,tajik,,,tg,po -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv,po/nb.po,3,8,10,0,0,19,73,22,81,nb.po,,nb,,norwegian bokmål,,,nb,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/nl.po,3311,11653,11404,1205,3556,184,553,4700,15762,nl.po,,nl,,dutch,,,nl,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/el.po,115,148,158,2074,6310,2511,9304,4700,15762,el.po,,el,,greek,,,el,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/ru.po,1704,4597,4538,2114,6205,882,4960,4700,15762,ru.po,,ru,,russian,,,ru,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/ja.po,975,3254,1999,1702,6571,2023,5937,4700,15762,ja.po,,ja,,japanese,,,ja,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/pl.po,157,314,306,1846,5527,2697,9921,4700,15762,pl.po,,pl,,polish,,,pl,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/sk.po,3108,10215,10002,1288,4541,304,1006,4700,15762,sk.po,,sk,,slovak,,,sk,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/zh_tw.po,465,1584,793,2524,7790,1711,6388,4700,15762,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/es.po,306,1819,1984,2037,7189,2357,6754,4700,15762,es.po,,es,,spanish,,,es,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/zh_cn.po,2965,8561,7654,1222,3614,513,3587,4700,15762,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/pt.po,334,1968,2054,2012,7044,2354,6750,4700,15762,pt.po,,pt,,portuguese,,,pt,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/sl.po,2560,8860,8534,1918,6263,222,639,4700,15762,sl.po,,sl,,slovenian,,,sl,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/da.po,3311,11653,11174,1208,3564,181,545,4700,15762,da.po,,da,,danish,,,da,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/fr.po,3311,11653,12125,1208,3564,181,545,4700,15762,fr.po,,fr,,french,,,fr,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/tr.po,3304,11036,10518,1213,4175,183,551,4700,15762,tr.po,,tr,,turkish,,,tr,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/vi.po,2935,8209,8668,1200,3529,565,4024,4700,15762,vi.po,,vi,,vietnamese,,,vi,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/uk.po,3311,11653,11248,1208,3564,181,545,4700,15762,uk.po,,uk,,ukrainian,,,uk,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/sv.po,1354,5110,4902,2650,8590,696,2062,4700,15762,sv.po,,sv,,swedish,,,sv,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/it.po,3311,11653,11994,1208,3564,181,545,4700,15762,it.po,,it,,italian,,,it,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/gl.po,2582,8926,9610,1896,6197,222,639,4700,15762,gl.po,,gl,,galician,,,gl,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/en_gb.po,2112,7530,7507,2283,7328,305,904,4700,15762,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/cs.po,336,1980,1683,2003,6971,2361,6811,4700,15762,cs.po,,cs,,czech,,,cs,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/hu.po,3311,11653,11181,1208,3564,181,545,4700,15762,hu.po,,hu,,hungarian,,,hu,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/nb.po,242,695,642,2048,6258,2410,8809,4700,15762,nb.po,,nb,,norwegian bokmål,,,nb,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/de.po,3311,11653,10679,1214,3574,175,535,4700,15762,de.po,,de,,german,,,de,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/fi.po,2212,6765,6191,2042,6009,446,2988,4700,15762,fi.po,,fi,,finnish,,,fi,po -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv,po/ca.po,3311,11653,12496,1208,3564,181,545,4700,15762,ca.po,,ca,,catalan,,,ca,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,403,2076,639,0,0,221,817,624,2893,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,596,2704,1004,0,0,28,189,624,2893,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,397,2052,612,0,0,227,841,624,2893,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/vi.po,403,2076,3099,0,0,221,817,624,2893,vi.po,,vi,,vietnamese,,,vi,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/uk.po,402,2069,2058,0,0,222,824,624,2893,uk.po,,uk,,ukrainian,,,uk,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ug.po,583,2640,2364,0,0,41,253,624,2893,ug.po,,ug,,uyghur,,,ug,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/tr.po,399,2058,1760,0,0,225,835,624,2893,tr.po,,tr,,turkish,,,tr,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/th.po,564,2552,1102,0,0,60,341,624,2893,th.po,,th,,thai,,,th,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/tg.po,71,121,134,0,0,553,2772,624,2893,tg.po,,tg,,tajik,,,tg,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/te.po,596,2704,2339,0,0,28,189,624,2893,te.po,,te,,telugu,,,te,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ta.po,596,2704,2387,0,0,28,189,624,2893,ta.po,,ta,,tamil,,,ta,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/sv.po,399,2058,1998,0,0,225,835,624,2893,sv.po,,sv,,swedish,,,sv,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,412,2148,2317,0,0,212,745,624,2893,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/sr.po,399,2058,2232,0,0,225,835,624,2893,sr.po,,sr,,serbian,,,sr,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/sq.po,312,1245,1532,0,0,312,1648,624,2893,sq.po,,sq,,albanian,,,sq,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/sl.po,399,2058,2129,0,0,225,835,624,2893,sl.po,,sl,,slovenian,,,sl,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/sk.po,402,2069,2074,0,0,222,824,624,2893,sk.po,,sk,,slovak,,,sk,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ru.po,403,2076,2003,0,0,221,817,624,2893,ru.po,,ru,,russian,,,ru,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ro.po,399,2058,2443,0,0,225,835,624,2893,ro.po,,ro,,romanian,,,ro,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,399,2058,2583,0,0,225,835,624,2893,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/pt.po,624,2893,3334,0,0,0,0,624,2893,pt.po,,pt,,portuguese,,,pt,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/pl.po,399,2058,2143,0,0,225,835,624,2893,pl.po,,pl,,polish,,,pl,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/pa.po,607,2762,3169,0,0,17,131,624,2893,pa.po,,pa,,punjabi,,,pa,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/or.po,596,2704,2797,0,0,28,189,624,2893,or.po,,or,,odia,,,or,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/oc.po,593,2663,3511,0,0,31,230,624,2893,oc.po,,oc,,occitan,,,oc,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/nn.po,540,2427,2414,0,0,84,466,624,2893,nn.po,,nn,,norwegian nynorsk,,,nn,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/nl.po,399,2058,2044,0,0,225,835,624,2893,nl.po,,nl,,dutch,,,nl,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ne.po,155,554,562,170,781,299,1558,624,2893,ne.po,,ne,,nepali,,,ne,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/nds.po,222,594,641,0,0,402,2299,624,2893,nds.po,,nds,,low german,,,nds,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/nb.po,412,2148,2136,0,0,212,745,624,2893,nb.po,,nb,,norwegian bokmål,,,nb,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/mr.po,596,2704,2677,0,0,28,189,624,2893,mr.po,,mr,,marathi,,,mr,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ml.po,585,2648,2211,0,0,39,245,624,2893,ml.po,,ml,,malayalam,,,ml,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/mk.po,537,2412,2873,0,0,87,481,624,2893,mk.po,,mk,,macedonian,,,mk,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/mai.po,88,196,215,0,0,536,2697,624,2893,mai.po,,mai,,maithili,,,mai,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/lv.po,399,2058,1839,0,0,225,835,624,2893,lv.po,,lv,,latvian,,,lv,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/lt.po,399,2058,1752,0,0,225,835,624,2893,lt.po,,lt,,lithuanian,,,lt,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ku.po,65,142,164,0,0,559,2751,624,2893,ku.po,,ku,,kurdish,,,ku,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ko.po,399,2058,1821,0,0,225,835,624,2893,ko.po,,ko,,korean,,,ko,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/kn.po,601,2728,2422,0,0,23,165,624,2893,kn.po,,kn,,kannada,,,kn,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/kk.po,313,1502,1420,0,0,311,1391,624,2893,kk.po,,kk,,kazakh,,,kk,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ja.po,583,2640,1062,0,0,41,253,624,2893,ja.po,,ja,,japanese,,,ja,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/it.po,399,2058,2331,0,0,225,835,624,2893,it.po,,it,,italian,,,it,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/id.po,399,2058,2084,0,0,225,835,624,2893,id.po,,id,,indonesian,,,id,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/hu.po,399,2058,2015,0,0,225,835,624,2893,hu.po,,hu,,hungarian,,,hu,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/hr.po,399,2058,1938,0,0,225,835,624,2893,hr.po,,hr,,croatian,,,hr,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/hi.po,596,2704,3161,0,0,28,189,624,2893,hi.po,,hi,,hindi,,,hi,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/he.po,400,2080,2041,0,0,224,813,624,2893,he.po,,he,,hebrew,,,he,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/gu.po,597,2706,3018,0,0,27,187,624,2893,gu.po,,gu,,gujarati,,,gu,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/gl.po,399,2058,2831,0,0,225,835,624,2893,gl.po,,gl,,galician,,,gl,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ga.po,165,446,523,0,0,459,2447,624,2893,ga.po,,ga,,irish,,,ga,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/fur.po,399,2058,2541,0,0,225,835,624,2893,fur.po,,fur,,friulian,,,fur,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/fr.po,399,2058,2781,0,0,225,835,624,2893,fr.po,,fr,,french,,,fr,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/fi.po,346,1736,1440,36,223,242,934,624,2893,fi.po,,fi,,finnish,,,fi,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/fa.po,465,1815,2181,15,61,144,1017,624,2893,fa.po,,fa,,persian,,,fa,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/eu.po,399,2058,1991,0,0,225,835,624,2893,eu.po,,eu,,basque,,,eu,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/et.po,565,2555,2241,0,0,59,338,624,2893,et.po,,et,,estonian,,,et,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/es.po,399,2058,2717,0,0,225,835,624,2893,es.po,,es,,spanish,,,es,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/eo.po,111,361,386,9,43,504,2489,624,2893,eo.po,,eo,,esperanto,,,eo,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,412,2148,2146,0,0,212,745,624,2893,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,409,1725,1725,49,211,166,957,624,2893,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/el.po,403,2076,2225,0,0,221,817,624,2893,el.po,,el,,greek,,,el,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/de.po,399,2058,2190,0,0,225,835,624,2893,de.po,,de,,german,,,de,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/da.po,399,2058,1993,0,0,225,835,624,2893,da.po,,da,,danish,,,da,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/cs.po,399,2058,1971,0,0,225,835,624,2893,cs.po,,cs,,czech,,,cs,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,411,2139,3009,0,0,213,754,624,2893,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ca.po,399,2058,2903,0,0,225,835,624,2893,ca.po,,ca,,catalan,,,ca,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/bs.po,609,2777,2884,0,0,15,116,624,2893,bs.po,,bs,,bosnian,,,bs,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,596,2704,2986,0,0,28,189,624,2893,bn_in.po,,bn,in,bangla,,india,bn_in,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/bn.po,458,1936,2102,0,0,166,957,624,2893,bn.po,,bn,,bangla,,,bn,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/bg.po,618,2851,3363,0,0,6,42,624,2893,bg.po,,bg,,bulgarian,,,bg,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,326,1354,1338,0,0,298,1539,624,2893,be@latin.po,latin,be,,belarusian,,,be@latin,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/be.po,402,2069,2045,0,0,222,824,624,2893,be.po,,be,,belarusian,,,be,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ast.po,537,2412,2910,0,0,87,481,624,2893,ast.po,,ast,,asturian,,,ast,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/as.po,597,2706,2858,0,0,27,187,624,2893,as.po,,as,,assamese,,,as,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/ar.po,401,1654,1688,9,33,214,1206,624,2893,ar.po,,ar,,arabic,,,ar,po -gvfs-1.42.1-1.fc31.src.rpm.stats.csv,po/af.po,210,711,733,1,3,413,2179,624,2893,af.po,,af,,afrikaans,,,af,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/tg.po,79,613,646,0,0,0,0,79,613,tg.po,,tg,,tajik,,,tg,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/pt_br.po,79,613,683,0,0,0,0,79,613,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/pl.po,79,613,599,0,0,0,0,79,613,pl.po,,pl,,polish,,,pl,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/it.po,69,496,533,6,24,4,93,79,613,it.po,,it,,italian,,,it,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/hu.po,76,598,563,3,15,0,0,79,613,hu.po,,hu,,hungarian,,,hu,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/es.po,79,613,700,0,0,0,0,79,613,es.po,,es,,spanish,,,es,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/de.po,79,613,582,0,0,0,0,79,613,de.po,,de,,german,,,de,po -hunspell-1.7.0-3.fc31.src.rpm.stats.csv,po/ca.po,79,613,705,0,0,0,0,79,613,ca.po,,ca,,catalan,,,ca,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/fr.po,544,2168,2453,0,0,0,0,544,2168,fr.po,,fr,,french,,,fr,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/hi.po,125,583,682,14,93,405,1492,544,2168,hi.po,,hi,,hindi,,,hi,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/es.po,535,2146,2451,0,0,9,22,544,2168,es.po,,es,,spanish,,,es,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/pl.po,544,2168,2048,0,0,0,0,544,2168,pl.po,,pl,,polish,,,pl,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/fa.po,38,67,73,5,8,501,2093,544,2168,fa.po,,fa,,persian,,,fa,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/he.po,1,1,1,0,0,543,2167,544,2168,he.po,,he,,hebrew,,,he,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/mn.po,32,116,97,5,33,507,2019,544,2168,mn.po,,mn,,mongolian,,,mn,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/hu.po,544,2168,2042,0,0,0,0,544,2168,hu.po,,hu,,hungarian,,,hu,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/lv.po,105,456,407,11,51,428,1661,544,2168,lv.po,,lv,,latvian,,,lv,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/eu.po,50,96,102,7,13,487,2059,544,2168,eu.po,,eu,,basque,,,eu,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/pa.po,204,779,784,0,0,340,1389,544,2168,pa.po,,pa,,punjabi,,,pa,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/pt_br.po,249,1290,1477,0,0,295,878,544,2168,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/bg.po,121,557,613,11,51,412,1560,544,2168,bg.po,,bg,,bulgarian,,,bg,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/te.po,162,925,780,6,59,376,1184,544,2168,te.po,,te,,telugu,,,te,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/sv.po,544,2168,1783,0,0,0,0,544,2168,sv.po,,sv,,swedish,,,sv,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/nl.po,544,2168,2150,0,0,0,0,544,2168,nl.po,,nl,,dutch,,,nl,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/mr.po,162,925,857,6,59,376,1184,544,2168,mr.po,,mr,,marathi,,,mr,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/vi.po,118,512,681,0,0,426,1656,544,2168,vi.po,,vi,,vietnamese,,,vi,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ta.po,162,925,768,6,59,376,1184,544,2168,ta.po,,ta,,tamil,,,ta,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/sr@latin.po,41,115,109,5,16,498,2037,544,2168,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/tg.po,32,36,44,4,6,508,2126,544,2168,tg.po,,tg,,tajik,,,tg,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ia.po,125,583,715,14,93,405,1492,544,2168,ia.po,,ia,,interlingua,,,ia,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ml.po,154,707,593,15,103,375,1358,544,2168,ml.po,,ml,,malayalam,,,ml,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/cs.po,504,1883,1759,23,115,17,170,544,2168,cs.po,,cs,,czech,,,cs,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/bn.po,104,448,503,10,49,430,1671,544,2168,bn.po,,bn,,bangla,,,bn,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/id.po,151,776,713,16,107,377,1285,544,2168,id.po,,id,,indonesian,,,id,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/zh_hk.po,163,927,309,6,59,375,1182,544,2168,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/uk.po,544,2168,2105,0,0,0,0,544,2168,uk.po,,uk,,ukrainian,,,uk,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/da.po,544,2168,1828,0,0,0,0,544,2168,da.po,,da,,danish,,,da,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/sq.po,13,20,22,1,2,530,2146,544,2168,sq.po,,sq,,albanian,,,sq,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/tr.po,27,40,44,0,0,517,2128,544,2168,tr.po,,tr,,turkish,,,tr,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/nb.po,62,163,151,8,22,474,1983,544,2168,nb.po,,nb,,norwegian bokmål,,,nb,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/or.po,142,669,659,15,97,387,1402,544,2168,or.po,,or,,odia,,,or,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/zh_cn.po,255,1395,442,4,35,285,738,544,2168,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ko.po,162,925,735,6,59,376,1184,544,2168,ko.po,,ko,,korean,,,ko,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/fi.po,93,302,240,7,11,444,1855,544,2168,fi.po,,fi,,finnish,,,fi,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ru.po,145,758,657,10,83,389,1327,544,2168,ru.po,,ru,,russian,,,ru,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ja.po,544,2168,822,0,0,0,0,544,2168,ja.po,,ja,,japanese,,,ja,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/en_gb.po,104,449,452,11,51,429,1668,544,2168,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ar.po,41,117,109,5,16,498,2035,544,2168,ar.po,,ar,,arabic,,,ar,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/it.po,171,807,919,28,393,345,968,544,2168,it.po,,it,,italian,,,it,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/de.po,195,1069,910,11,88,338,1011,544,2168,de.po,,de,,german,,,de,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/sr.po,41,115,109,5,16,498,2037,544,2168,sr.po,,sr,,serbian,,,sr,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ca.po,272,1398,1656,8,48,264,722,544,2168,ca.po,,ca,,catalan,,,ca,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/kn.po,162,925,803,6,59,376,1184,544,2168,kn.po,,kn,,kannada,,,kn,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/ur.po,1,1,1,0,0,543,2167,544,2168,ur.po,,ur,,urdu,,,ur,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/zh_tw.po,521,2089,748,0,0,23,79,544,2168,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/gu.po,162,925,916,6,59,376,1184,544,2168,gu.po,,gu,,gujarati,,,gu,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/et.po,42,75,69,6,12,496,2081,544,2168,et.po,,et,,estonian,,,et,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/as.po,162,925,885,6,59,376,1184,544,2168,as.po,,as,,assamese,,,as,po -ibus-1.5.21-3.fc31.src.rpm.stats.csv,po/bn_in.po,162,925,939,6,59,376,1184,544,2168,bn_in.po,,bn,in,bangla,,india,bn_in,po -ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,27,129,27,129,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv,po/ko.po,27,129,99,0,0,0,0,27,129,ko.po,,ko,,korean,,,ko,po -ibus-kkc-1.5.22-12.fc31.src.rpm.stats.csv,po/ja.po,82,270,114,0,0,0,0,82,270,ja.po,,ja,,japanese,,,ja,po -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv,po/ca.po,134,369,430,4,8,3,3,141,380,ca.po,,ca,,catalan,,,ca,po -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,59,117,61,27,93,55,170,141,380,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,141,380,173,0,0,0,0,141,380,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv,po/fr.po,133,335,360,0,0,8,45,141,380,fr.po,,fr,,french,,,fr,po -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,59,117,61,27,93,55,170,141,380,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv,po/ru.po,27,42,51,38,104,76,234,141,380,ru.po,,ru,,russian,,,ru,po -ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,70,204,113,0,0,0,0,70,204,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,60,174,84,0,0,10,30,70,204,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,52,142,76,6,21,12,41,70,204,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv,po/de.po,24,56,55,0,0,0,0,24,56,de.po,,de,,german,,,de,po -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,24,56,24,56,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/zh_tw.po,119,775,342,10,54,28,172,157,1001,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,157,1001,157,1001,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/zh_cn.po,132,864,447,0,0,25,137,157,1001,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,157,1001,157,1001,wa.po,,wa,,walloon,,,wa,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/vi.po,62,367,487,9,46,86,588,157,1001,vi.po,,vi,,vietnamese,,,vi,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,157,1001,157,1001,ur.po,,ur,,urdu,,,ur,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/uk.po,132,864,845,0,0,25,137,157,1001,uk.po,,uk,,ukrainian,,,uk,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/tr.po,132,864,816,0,0,25,137,157,1001,tr.po,,tr,,turkish,,,tr,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,157,1001,157,1001,tg.po,,tg,,tajik,,,tg,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/te.po,119,775,677,10,54,28,172,157,1001,te.po,,te,,telugu,,,te,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ta.po,119,775,683,10,54,28,172,157,1001,ta.po,,ta,,tamil,,,ta,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/sv.po,132,864,851,0,0,25,137,157,1001,sv.po,,sv,,swedish,,,sv,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/sr@latin.po,118,768,783,10,54,29,179,157,1001,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/sr.po,132,864,882,0,0,25,137,157,1001,sr.po,,sr,,serbian,,,sr,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,157,1001,157,1001,sq.po,,sq,,albanian,,,sq,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/sl.po,118,768,772,10,54,29,179,157,1001,sl.po,,sl,,slovenian,,,sl,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/sk.po,132,864,854,0,0,25,137,157,1001,sk.po,,sk,,slovak,,,sk,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,157,1001,157,1001,si.po,,si,,sinhala,,,si,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ru.po,132,864,853,0,0,25,137,157,1001,ru.po,,ru,,russian,,,ru,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ro.po,63,318,351,6,25,88,658,157,1001,ro.po,,ro,,romanian,,,ro,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/pt_br.po,132,864,1000,0,0,25,137,157,1001,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/pt.po,119,775,941,10,54,28,172,157,1001,pt.po,,pt,,portuguese,,,pt,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/pl.po,132,864,892,0,0,25,137,157,1001,pl.po,,pl,,polish,,,pl,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/pa.po,119,775,950,10,54,28,172,157,1001,pa.po,,pa,,punjabi,,,pa,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/or.po,119,775,916,10,54,28,172,157,1001,or.po,,or,,odia,,,or,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/nn.po,3,4,4,3,12,151,985,157,1001,nn.po,,nn,,norwegian nynorsk,,,nn,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/nl.po,132,864,939,0,0,25,137,157,1001,nl.po,,nl,,dutch,,,nl,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/nds.po,1,1,1,0,0,156,1000,157,1001,nds.po,,nds,,low german,,,nds,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/nb.po,119,775,775,10,54,28,172,157,1001,nb.po,,nb,,norwegian bokmål,,,nb,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,157,1001,157,1001,my.po,,my,,burmese,,,my,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ms.po,104,684,697,10,54,43,263,157,1001,ms.po,,ms,,malay,,,ms,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/mr.po,119,775,787,10,54,28,172,157,1001,mr.po,,mr,,marathi,,,mr,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ml.po,132,864,759,0,0,25,137,157,1001,ml.po,,ml,,malayalam,,,ml,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/mk.po,112,744,775,10,54,35,203,157,1001,mk.po,,mk,,macedonian,,,mk,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/mai.po,118,768,942,10,54,29,179,157,1001,mai.po,,mai,,maithili,,,mai,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/lv.po,61,337,270,10,54,86,610,157,1001,lv.po,,lv,,latvian,,,lv,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/lt.po,62,288,252,10,54,85,659,157,1001,lt.po,,lt,,lithuanian,,,lt,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,157,1001,157,1001,lo.po,,lo,,lao,,,lo,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,157,1001,157,1001,ku.po,,ku,,kurdish,,,ku,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,157,1001,157,1001,ks.po,,ks,,kashmiri,,,ks,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ko.po,118,768,721,10,54,29,179,157,1001,ko.po,,ko,,korean,,,ko,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/kn.po,119,775,752,10,54,28,172,157,1001,kn.po,,kn,,kannada,,,kn,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,157,1001,157,1001,kk.po,,kk,,kazakh,,,kk,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ka.po,10,22,25,3,16,144,963,157,1001,ka.po,,ka,,georgian,,,ka,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ja.po,119,775,423,10,54,28,172,157,1001,ja.po,,ja,,japanese,,,ja,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/it.po,119,775,867,10,54,28,172,157,1001,it.po,,it,,italian,,,it,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/is.po,111,740,765,10,54,36,207,157,1001,is.po,,is,,icelandic,,,is,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/id.po,103,683,713,10,54,44,264,157,1001,id.po,,id,,indonesian,,,id,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,157,1001,157,1001,ia.po,,ia,,interlingua,,,ia,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,157,1001,157,1001,hy.po,,hy,,armenian,,,hy,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/hu.po,119,775,815,10,54,28,172,157,1001,hu.po,,hu,,hungarian,,,hu,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/hr.po,118,768,787,10,54,29,179,157,1001,hr.po,,hr,,croatian,,,hr,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/hi.po,119,775,951,10,54,28,172,157,1001,hi.po,,hi,,hindi,,,hi,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,157,1001,157,1001,he.po,,he,,hebrew,,,he,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/gu.po,119,775,908,10,54,28,172,157,1001,gu.po,,gu,,gujarati,,,gu,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/gl.po,44,209,245,9,46,104,746,157,1001,gl.po,,gl,,galician,,,gl,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,157,1001,157,1001,ga.po,,ga,,irish,,,ga,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/fr.po,132,864,1045,0,0,25,137,157,1001,fr.po,,fr,,french,,,fr,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/fi.po,132,864,749,0,0,25,137,157,1001,fi.po,,fi,,finnish,,,fi,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,157,1001,157,1001,fa.po,,fa,,persian,,,fa,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/eu.po,1,2,4,2,7,154,992,157,1001,eu.po,,eu,,basque,,,eu,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/et.po,103,683,640,10,54,44,264,157,1001,et.po,,et,,estonian,,,et,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/es.po,132,864,1031,0,0,25,137,157,1001,es.po,,es,,spanish,,,es,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/en_gb.po,119,775,775,10,54,28,172,157,1001,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/el.po,117,761,856,10,54,30,186,157,1001,el.po,,el,,greek,,,el,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/de.po,132,864,848,0,0,25,137,157,1001,de.po,,de,,german,,,de,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/da.po,119,775,764,10,54,28,172,157,1001,da.po,,da,,danish,,,da,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/cy.po,106,701,818,10,54,41,246,157,1001,cy.po,,cy,,welsh,,,cy,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/cs.po,132,864,824,0,0,25,137,157,1001,cs.po,,cs,,czech,,,cs,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ca.po,132,864,1167,0,0,25,137,157,1001,ca.po,,ca,,catalan,,,ca,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/bs.po,110,730,747,10,54,37,217,157,1001,bs.po,,bs,,bosnian,,,bs,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,157,1001,157,1001,br.po,,br,,breton,,,br,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,157,1001,157,1001,bo.po,,bo,,tibetan,,,bo,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/bn_in.po,119,775,849,10,54,28,172,157,1001,bn_in.po,,bn,in,bangla,,india,bn_in,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/bn.po,119,775,852,10,54,28,172,157,1001,bn.po,,bn,,bangla,,,bn,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/bg.po,119,775,834,10,54,28,172,157,1001,bg.po,,bg,,bulgarian,,,bg,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,157,1001,157,1001,bal.po,,bal,,baluchi,,,bal,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,157,1001,157,1001,ast.po,,ast,,asturian,,,ast,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/as.po,119,775,886,10,54,28,172,157,1001,as.po,,as,,assamese,,,as,po -initscripts-10.02-2.fc31.src.rpm.stats.csv,po/ar.po,101,666,701,10,54,46,281,157,1001,ar.po,,ar,,arabic,,,ar,po -iputils-20190515-3.fc31.src.rpm.stats.csv,po/ja.po,254,1212,623,0,0,45,105,299,1317,ja.po,,ja,,japanese,,,ja,po -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/zh_tw.po,182,383,215,0,0,0,0,182,383,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/zh_hk.po,67,84,71,21,46,94,253,182,383,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/zh_cn.po,102,192,112,15,37,65,154,182,383,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/vi.po,129,253,325,8,30,45,100,182,383,vi.po,,vi,,vietnamese,,,vi,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/uk.po,182,383,339,0,0,0,0,182,383,uk.po,,uk,,ukrainian,,,uk,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/tr.po,76,94,104,20,42,86,247,182,383,tr.po,,tr,,turkish,,,tr,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/th.po,155,309,204,3,13,24,61,182,383,th.po,,th,,thai,,,th,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/sv.po,182,383,350,0,0,0,0,182,383,sv.po,,sv,,swedish,,,sv,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/sr@latin.po,168,340,297,4,14,10,29,182,383,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/sr.po,168,340,297,4,14,10,29,182,383,sr.po,,sr,,serbian,,,sr,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/sl.po,107,206,242,8,30,67,147,182,383,sl.po,,sl,,slovenian,,,sl,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/sk.po,28,48,50,7,26,147,309,182,383,sk.po,,sk,,slovak,,,sk,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/sc.po,182,383,403,0,0,0,0,182,383,sc.po,,sc,,sardinian,,,sc,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ru.po,182,383,311,0,0,0,0,182,383,ru.po,,ru,,russian,,,ru,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ro.po,144,288,291,5,22,33,73,182,383,ro.po,,ro,,romanian,,,ro,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/pt_br.po,182,383,389,0,0,0,0,182,383,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/pt.po,110,187,190,14,28,58,168,182,383,pt.po,,pt,,portuguese,,,pt,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/pl.po,182,383,309,0,0,0,0,182,383,pl.po,,pl,,polish,,,pl,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/oc.po,36,36,36,0,0,146,347,182,383,oc.po,,oc,,occitan,,,oc,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/nn.po,76,94,90,24,54,82,235,182,383,nn.po,,nn,,norwegian nynorsk,,,nn,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/nl.po,182,383,355,0,0,0,0,182,383,nl.po,,nl,,dutch,,,nl,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/nb.po,84,115,110,23,54,75,214,182,383,nb.po,,nb,,norwegian bokmål,,,nb,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ml.po,17,17,17,1,2,164,364,182,383,ml.po,,ml,,malayalam,,,ml,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/lv.po,168,340,299,4,14,10,29,182,383,lv.po,,lv,,latvian,,,lv,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/lt.po,123,233,219,9,34,50,116,182,383,lt.po,,lt,,lithuanian,,,lt,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ko.po,50,56,62,13,33,119,294,182,383,ko.po,,ko,,korean,,,ko,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ja.po,65,79,65,22,49,95,255,182,383,ja.po,,ja,,japanese,,,ja,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/it.po,168,340,346,4,14,10,29,182,383,it.po,,it,,italian,,,it,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/is.po,182,383,372,0,0,0,0,182,383,is.po,,is,,icelandic,,,is,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/id.po,182,383,395,0,0,0,0,182,383,id.po,,id,,indonesian,,,id,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ia.po,138,299,293,44,84,0,0,182,383,ia.po,,ia,,interlingua,,,ia,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/hu.po,182,383,378,0,0,0,0,182,383,hu.po,,hu,,hungarian,,,hu,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/he.po,31,36,36,8,22,143,325,182,383,he.po,,he,,hebrew,,,he,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/gl.po,144,288,304,5,22,33,73,182,383,gl.po,,gl,,galician,,,gl,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/fr.po,182,383,356,0,0,0,0,182,383,fr.po,,fr,,french,,,fr,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/fi.po,158,315,254,4,14,20,54,182,383,fi.po,,fi,,finnish,,,fi,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/fa.po,40,46,45,8,19,134,318,182,383,fa.po,,fa,,persian,,,fa,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/et.po,178,377,283,4,6,0,0,182,383,et.po,,et,,estonian,,,et,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/es.po,182,383,404,0,0,0,0,182,383,es.po,,es,,spanish,,,es,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/eo.po,162,328,288,4,14,16,41,182,383,eo.po,,eo,,esperanto,,,eo,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/el.po,26,32,32,6,15,150,336,182,383,el.po,,el,,greek,,,el,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/de.po,182,383,348,0,0,0,0,182,383,de.po,,de,,german,,,de,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/da.po,182,383,356,0,0,0,0,182,383,da.po,,da,,danish,,,da,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/cy.po,0,0,0,0,0,182,383,182,383,cy.po,,cy,,welsh,,,cy,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/cs.po,159,322,280,3,7,20,54,182,383,cs.po,,cs,,czech,,,cs,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ca.po,48,96,104,2,10,132,277,182,383,ca.po,,ca,,catalan,,,ca,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/br.po,123,233,238,9,34,50,116,182,383,br.po,,br,,breton,,,br,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/bg.po,27,35,31,8,24,147,324,182,383,bg.po,,bg,,bulgarian,,,bg,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/be.po,182,383,319,0,0,0,0,182,383,be.po,,be,,belarusian,,,be,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_15924/ar.po,71,89,87,25,55,86,239,182,383,ar.po,,ar,,arabic,,,ar,iso_15924 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/zu.po,110,130,134,120,318,190,534,420,982,zu.po,,zu,,zulu,,,zu,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/zh_tw.po,415,968,421,4,13,1,1,420,982,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/zh_hk.po,373,817,373,22,74,25,91,420,982,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/zh_cn.po,420,982,420,0,0,0,0,420,982,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/yo.po,219,324,338,3,10,198,648,420,982,yo.po,,yo,,yoruba,,,yo,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/xh.po,61,69,73,140,339,219,574,420,982,xh.po,,xh,,xhosa,,,xh,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/wo.po,393,890,914,19,66,8,26,420,982,wo.po,,wo,,wolof,,,wo,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/wal.po,113,140,138,14,48,293,794,420,982,wal.po,,wal,,wolaytta,,,wal,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/wa.po,405,938,907,11,38,4,6,420,982,wa.po,,wa,,walloon,,,wa,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/vi.po,410,959,1148,7,20,3,3,420,982,vi.po,,vi,,vietnamese,,,vi,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ve.po,185,224,224,122,376,113,382,420,982,ve.po,,ve,,venda,,,ve,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/uz.po,198,266,259,3,10,219,706,420,982,uz.po,,uz,,uzbek,,,uz,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ur.po,222,334,327,3,10,195,638,420,982,ur.po,,ur,,urdu,,,ur,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/uk.po,420,982,766,0,0,0,0,420,982,uk.po,,uk,,ukrainian,,,uk,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ug.po,408,949,758,9,30,3,3,420,982,ug.po,,ug,,uyghur,,,ug,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/tt@iqtelif.po,345,704,584,25,79,50,199,420,982,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/tt.po,345,704,584,25,79,50,199,420,982,tt.po,,tt,,tatar,,,tt,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/tr.po,415,968,792,4,13,1,1,420,982,tr.po,,tr,,turkish,,,tr,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/tl.po,387,873,870,20,71,13,38,420,982,tl.po,,tl,,tagalog,,,tl,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/tk.po,337,713,562,25,81,58,188,420,982,tk.po,,tk,,turkmen,,,tk,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/tig.po,113,140,138,14,48,293,794,420,982,tig.po,,tig,,tigre,,,tig,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ti.po,132,162,159,14,48,274,772,420,982,ti.po,,ti,,tigrinya,,,ti,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/th.po,414,967,436,5,14,1,1,420,982,th.po,,th,,thai,,,th,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/tg.po,415,968,769,4,13,1,1,420,982,tg.po,,tg,,tajik,,,tg,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/te.po,403,928,914,11,38,6,16,420,982,te.po,,te,,telugu,,,te,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ta.po,391,888,716,20,67,9,27,420,982,ta.po,,ta,,tamil,,,ta,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sw.po,167,262,273,78,270,175,450,420,982,sw.po,,sw,,swahili,,,sw,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sv.po,420,982,732,0,0,0,0,420,982,sv.po,,sv,,swedish,,,sv,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sr@latin.po,411,960,783,7,20,2,2,420,982,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sr.po,411,960,783,7,20,2,2,420,982,sr.po,,sr,,serbian,,,sr,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sq.po,392,889,901,18,62,10,31,420,982,sq.po,,sq,,albanian,,,sq,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/so.po,128,169,150,49,171,243,642,420,982,so.po,,so,,somali,,,so,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sl.po,411,960,769,7,20,2,2,420,982,sl.po,,sl,,slovenian,,,sl,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sk.po,415,968,767,4,13,1,1,420,982,sk.po,,sk,,slovak,,,sk,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/si.po,405,938,765,11,38,4,6,420,982,si.po,,si,,sinhala,,,si,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sd.po,75,87,84,2,8,343,887,420,982,sd.po,,sd,,sindhi,,,sd,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/sc.po,420,982,1038,0,0,0,0,420,982,sc.po,,sc,,sardinian,,,sc,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/rw.po,385,868,886,23,77,12,37,420,982,rw.po,,rw,,kinyarwanda,,,rw,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ru.po,415,968,751,4,13,1,1,420,982,ru.po,,ru,,russian,,,ru,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ro.po,415,968,806,4,13,1,1,420,982,ro.po,,ro,,romanian,,,ro,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pt_br.po,420,982,987,0,0,0,0,420,982,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pt.po,420,982,984,0,0,0,0,420,982,pt.po,,pt,,portuguese,,,pt,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ps.po,147,175,173,4,10,269,797,420,982,ps.po,,ps,,pashto,,,ps,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pl.po,420,982,784,0,0,0,0,420,982,pl.po,,pl,,polish,,,pl,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pi.po,161,186,175,0,0,259,796,420,982,pi.po,,pi,,pali,,,pi,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pap.po,0,0,0,183,233,237,749,420,982,pap.po,,pap,,papiamento,,,pap,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/pa.po,415,968,790,4,13,1,1,420,982,pa.po,,pa,,punjabi,,,pa,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/or.po,398,916,747,16,54,6,12,420,982,or.po,,or,,odia,,,or,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/oc.po,376,838,736,18,58,26,86,420,982,oc.po,,oc,,occitan,,,oc,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nv.po,85,111,257,2,8,333,863,420,982,nv.po,,nv,,navajo,,,nv,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nso.po,184,223,228,120,365,116,394,420,982,nso.po,,nso,,northern sotho,,,nso,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nn.po,403,932,689,10,32,7,18,420,982,nn.po,,nn,,norwegian nynorsk,,,nn,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nl.po,415,968,733,4,13,1,1,420,982,nl.po,,nl,,dutch,,,nl,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ne.po,401,926,760,15,50,4,6,420,982,ne.po,,ne,,nepali,,,ne,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/nb.po,416,969,757,4,13,0,0,420,982,nb.po,,nb,,norwegian bokmål,,,nb,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/na.po,151,187,178,2,8,267,787,420,982,na.po,,na,,nauru,,,na,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/my.po,185,240,193,2,8,233,734,420,982,my.po,,my,,burmese,,,my,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mt.po,206,304,299,101,289,113,389,420,982,mt.po,,mt,,maltese,,,mt,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ms.po,263,453,410,24,87,133,442,420,982,ms.po,,ms,,malay,,,ms,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mr.po,405,938,924,11,38,4,6,420,982,mr.po,,mr,,marathi,,,mr,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mn.po,195,266,266,98,322,127,394,420,982,mn.po,,mn,,mongolian,,,mn,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ml.po,391,888,727,20,67,9,27,420,982,ml.po,,ml,,malayalam,,,ml,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mk.po,403,932,767,13,44,4,6,420,982,mk.po,,mk,,macedonian,,,mk,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mi.po,210,401,336,96,331,114,250,420,982,mi.po,,mi,,maori,,,mi,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/mai.po,73,88,79,2,8,345,886,420,982,mai.po,,mai,,maithili,,,mai,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/lv.po,411,960,714,7,20,2,2,420,982,lv.po,,lv,,latvian,,,lv,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/lt.po,408,949,781,10,31,2,2,420,982,lt.po,,lt,,lithuanian,,,lt,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/lo.po,79,96,80,2,8,339,878,420,982,lo.po,,lo,,lao,,,lo,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ky.po,415,968,752,4,13,1,1,420,982,ky.po,,ky,,kyrgyz,,,ky,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kw.po,211,293,294,3,10,206,679,420,982,kw.po,,kw,,cornish,,,kw,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kv.po,109,133,128,2,8,309,841,420,982,kv.po,,kv,,komi,,,kv,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ku.po,403,923,808,13,47,4,12,420,982,ku.po,,ku,,kurdish,,,ku,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ko.po,420,982,700,0,0,0,0,420,982,ko.po,,ko,,korean,,,ko,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kn.po,384,865,711,23,79,13,38,420,982,kn.po,,kn,,kannada,,,kn,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/km.po,413,958,473,6,23,1,1,420,982,km.po,,km,,khmer,,,km,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kl.po,0,0,0,98,123,322,859,420,982,kl.po,,kl,,kalaallisut,,,kl,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kk.po,410,959,753,7,20,3,3,420,982,kk.po,,kk,,kazakh,,,kk,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ki.po,115,145,141,2,8,303,829,420,982,ki.po,,ki,,kikuyu,,,ki,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/kab.po,138,173,169,2,8,280,801,420,982,kab.po,,kab,,kabyle,,,kab,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ka.po,391,888,701,20,67,9,27,420,982,ka.po,,ka,,georgian,,,ka,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/jam.po,191,251,242,2,8,227,723,420,982,jam.po,,jam,,jamaican creole english,,,jam,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ja.po,411,960,418,7,20,2,2,420,982,ja.po,,ja,,japanese,,,ja,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/iu.po,26,33,29,2,8,392,941,420,982,iu.po,,iu,,inuktitut,,,iu,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/it.po,420,982,927,0,0,0,0,420,982,it.po,,it,,italian,,,it,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/is.po,420,982,706,0,0,0,0,420,982,is.po,,is,,icelandic,,,is,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/io.po,210,288,265,3,10,207,684,420,982,io.po,,io,,ido,,,io,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/id.po,420,982,798,0,0,0,0,420,982,id.po,,id,,indonesian,,,id,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ia.po,420,982,971,0,0,0,0,420,982,ia.po,,ia,,interlingua,,,ia,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/hy.po,409,955,762,8,24,3,3,420,982,hy.po,,hy,,armenian,,,hy,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/hu.po,415,968,736,4,13,1,1,420,982,hu.po,,hu,,hungarian,,,hu,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ht.po,187,217,207,1,2,232,763,420,982,ht.po,,ht,,haitian creole,,,ht,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/hr.po,415,968,771,4,13,1,1,420,982,hr.po,,hr,,croatian,,,hr,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/hi.po,408,949,948,9,30,3,3,420,982,hi.po,,hi,,hindi,,,hi,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/he.po,420,982,901,0,0,0,0,420,982,he.po,,he,,hebrew,,,he,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/haw.po,19,22,27,87,120,314,840,420,982,haw.po,,haw,,hawaiian,,,haw,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ha.po,119,140,130,2,8,299,834,420,982,ha.po,,ha,,hausa,,,ha,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/gv.po,191,253,374,2,8,227,721,420,982,gv.po,,gv,,manx,,,gv,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/gu.po,408,949,936,9,30,3,3,420,982,gu.po,,gu,,gujarati,,,gu,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/gn.po,209,257,257,3,6,208,719,420,982,gn.po,,gn,,guarani,,,gn,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/gl.po,410,959,974,8,21,2,2,420,982,gl.po,,gl,,galician,,,gl,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/gez.po,113,140,113,14,48,293,794,420,982,gez.po,,gez,,geez,,,gez,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ga.po,408,949,994,10,31,2,2,420,982,ga.po,,ga,,irish,,,ga,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/fy.po,209,296,256,3,10,208,676,420,982,fy.po,,fy,,western frisian,,,fy,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/fur.po,52,57,58,0,0,368,925,420,982,fur.po,,fur,,friulian,,,fur,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/frp.po,204,275,249,3,10,213,697,420,982,frp.po,,frp,,arpitan,,,frp,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/fr.po,420,982,925,0,0,0,0,420,982,fr.po,,fr,,french,,,fr,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/fo.po,112,146,134,13,46,295,790,420,982,fo.po,,fo,,faroese,,,fo,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/fi.po,405,938,692,12,39,3,5,420,982,fi.po,,fi,,finnish,,,fi,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ff.po,82,96,86,2,8,336,878,420,982,ff.po,,ff,,fulah,,,ff,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/fa.po,420,982,794,0,0,0,0,420,982,fa.po,,fa,,persian,,,fa,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/eu.po,408,949,780,10,31,2,2,420,982,eu.po,,eu,,basque,,,eu,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/et.po,415,968,716,4,13,1,1,420,982,et.po,,et,,estonian,,,et,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/es.po,420,982,999,0,0,0,0,420,982,es.po,,es,,spanish,,,es,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/eo.po,411,960,718,7,20,2,2,420,982,eo.po,,eo,,esperanto,,,eo,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/el.po,420,982,969,0,0,0,0,420,982,el.po,,el,,greek,,,el,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ee.po,0,0,0,149,197,271,785,420,982,ee.po,,ee,,ewe,,,ee,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/dz.po,398,916,684,16,54,6,12,420,982,dz.po,,dz,,dzongkha,,,dz,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/dv.po,203,276,258,3,10,214,696,420,982,dv.po,,dv,,divehi,,,dv,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/de.po,420,982,744,0,0,0,0,420,982,de.po,,de,,german,,,de,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/da.po,420,982,790,0,0,0,0,420,982,da.po,,da,,danish,,,da,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/cy.po,420,982,855,0,0,0,0,420,982,cy.po,,cy,,welsh,,,cy,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/cv.po,201,277,268,3,10,216,695,420,982,cv.po,,cv,,chuvash,,,cv,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/csb.po,94,108,106,2,8,324,866,420,982,csb.po,,csb,,kashubian,,,csb,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/cs.po,420,982,785,0,0,0,0,420,982,cs.po,,cs,,czech,,,cs,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/crh.po,391,892,726,20,63,9,27,420,982,crh.po,,crh,,crimean turkish,,,crh,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ckb.po,191,255,241,2,8,227,719,420,982,ckb.po,,ckb,,central kurdish,,,ckb,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/chr.po,100,120,114,2,8,318,854,420,982,chr.po,,chr,,cherokee,,,chr,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ch.po,23,31,25,0,0,397,951,420,982,ch.po,,ch,,chamorro,,,ch,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ce.po,201,277,268,3,10,216,695,420,982,ce.po,,ce,,chechen,,,ce,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ca.po,410,951,933,7,23,3,8,420,982,ca.po,,ca,,catalan,,,ca,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/byn.po,113,140,138,14,48,293,794,420,982,byn.po,,byn,,blin,,,byn,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bs.po,404,934,761,13,43,3,5,420,982,bs.po,,bs,,bosnian,,,bs,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/br.po,229,355,333,13,47,178,580,420,982,br.po,,br,,breton,,,br,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bn_in.po,420,982,789,0,0,0,0,420,982,bn_in.po,,bn,in,bangla,,india,bn_in,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bn.po,410,959,768,7,20,3,3,420,982,bn.po,,bn,,bangla,,,bn,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bi.po,0,0,0,81,103,339,879,420,982,bi.po,,bi,,bislama,,,bi,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bg.po,411,960,791,7,20,2,2,420,982,bg.po,,bg,,bulgarian,,,bg,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/be.po,420,982,770,0,0,0,0,420,982,be.po,,be,,belarusian,,,be,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/bar.po,153,200,188,2,8,265,774,420,982,bar.po,,bar,,bavarian,,,bar,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ba.po,0,0,0,201,278,219,704,420,982,ba.po,,ba,,bashkir,,,ba,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/az.po,215,301,296,191,633,14,48,420,982,az.po,,az,,azerbaijani,,,az,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ay.po,0,0,0,69,98,351,884,420,982,ay.po,,ay,,aymara,,,ay,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ast.po,406,942,902,10,34,4,6,420,982,ast.po,,ast,,asturian,,,ast,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/as.po,398,916,739,16,54,6,12,420,982,as.po,,as,,assamese,,,as,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ar.po,420,982,809,0,0,0,0,420,982,ar.po,,ar,,arabic,,,ar,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/an.po,0,0,0,210,297,210,685,420,982,an.po,,an,,aragonese,,,an,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/am.po,123,165,151,171,418,126,399,420,982,am.po,,am,,amharic,,,am,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ak.po,0,0,0,43,63,377,919,420,982,ak.po,,ak,,akan,,,ak,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/af.po,403,928,855,8,24,9,30,420,982,af.po,,af,,afrikaans,,,af,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ach.po,211,261,293,1,2,208,719,420,982,ach.po,,ach,,acoli,,,ach,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ace.po,0,0,0,180,237,240,745,420,982,ace.po,,ace,,achinese,,,ace,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-1/ab.po,0,0,0,50,72,370,910,420,982,ab.po,,ab,,abkhazian,,,ab,iso_3166-1 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/zh_tw.po,447,542,447,4219,6124,29,89,4695,6755,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/zh_cn.po,2991,3999,2993,1120,1708,584,1048,4695,6755,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/wa.po,57,81,81,893,1082,3745,5592,4695,6755,wa.po,,wa,,walloon,,,wa,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/vi.po,3878,5312,5511,512,857,305,586,4695,6755,vi.po,,vi,,vietnamese,,,vi,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/ve.po,12,16,16,2124,2624,2559,4115,4695,6755,ve.po,,ve,,venda,,,ve,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/uk.po,4654,6688,5987,28,47,13,20,4695,6755,uk.po,,uk,,ukrainian,,,uk,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/tr.po,71,99,99,2120,2620,2504,4036,4695,6755,tr.po,,tr,,turkish,,,tr,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/th.po,1766,2489,1953,125,241,2804,4025,4695,6755,th.po,,th,,thai,,,th,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/sv.po,4620,6591,6401,56,104,19,60,4695,6755,sv.po,,sv,,swedish,,,sv,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/sr@latin.po,3585,4716,4730,88,168,1022,1871,4695,6755,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/sr.po,3585,4716,4730,88,168,1022,1871,4695,6755,sr.po,,sr,,serbian,,,sr,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/sl.po,2134,2864,2860,2207,3248,354,643,4695,6755,sl.po,,sl,,slovenian,,,sl,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/sk.po,344,525,519,82,145,4269,6085,4695,6755,sk.po,,sk,,slovak,,,sk,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/sc.po,2844,3992,4393,52,97,1799,2666,4695,6755,sc.po,,sc,,sardinian,,,sc,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/ro.po,753,914,927,583,745,3359,5096,4695,6755,ro.po,,ro,,romanian,,,ro,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/pl.po,4587,6612,6387,28,47,80,96,4695,6755,pl.po,,pl,,polish,,,pl,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/oc.po,118,131,188,51,64,4526,6560,4695,6755,oc.po,,oc,,occitan,,,oc,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/nso.po,12,16,17,2127,2627,2556,4112,4695,6755,nso.po,,nso,,northern sotho,,,nso,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/nl.po,4620,6591,6288,56,104,19,60,4695,6755,nl.po,,nl,,dutch,,,nl,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/nb_no.po,0,0,0,0,0,4695,6755,4695,6755,nb_no.po,,nb,no,norwegian bokmål,,norway,nb_no,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/lv.po,54,69,61,1866,2282,2775,4404,4695,6755,lv.po,,lv,,latvian,,,lv,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/lt.po,2022,2714,3180,526,828,2147,3213,4695,6755,lt.po,,lt,,lithuanian,,,lt,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/ky.po,19,29,26,0,0,4676,6726,4695,6755,ky.po,,ky,,kyrgyz,,,ky,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/ko.po,60,76,67,1847,2237,2788,4442,4695,6755,ko.po,,ko,,korean,,,ko,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/ja.po,2547,3397,2559,92,165,2056,3193,4695,6755,ja.po,,ja,,japanese,,,ja,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/it.po,4607,6559,6812,65,123,23,73,4695,6755,it.po,,it,,italian,,,it,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/is.po,124,179,139,0,0,4571,6576,4695,6755,is.po,,is,,icelandic,,,is,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/id.po,4654,6688,6692,28,47,13,20,4695,6755,id.po,,id,,indonesian,,,id,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/hu.po,1938,2633,2799,587,928,2170,3194,4695,6755,hu.po,,hu,,hungarian,,,hu,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/he.po,0,0,0,0,0,4695,6755,4695,6755,he.po,,he,,hebrew,,,he,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/ga.po,45,55,79,1450,1738,3200,4962,4695,6755,ga.po,,ga,,irish,,,ga,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/fr.po,4617,6584,6341,59,111,19,60,4695,6755,fr.po,,fr,,french,,,fr,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/fi.po,190,328,335,53,79,4452,6348,4695,6755,fi.po,,fi,,finnish,,,fi,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/eu.po,71,99,98,2115,2615,2509,4041,4695,6755,eu.po,,eu,,basque,,,eu,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/et.po,31,43,37,1,1,4663,6711,4695,6755,et.po,,et,,estonian,,,et,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/es.po,121,169,167,2096,2596,2478,3990,4695,6755,es.po,,es,,spanish,,,es,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/eo.po,71,99,83,2088,2579,2536,4077,4695,6755,eo.po,,eo,,esperanto,,,eo,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/en.po,2527,3294,3294,1569,2370,599,1091,4695,6755,en.po,,en,,english,,,en,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/el.po,254,325,329,76,119,4365,6311,4695,6755,el.po,,el,,greek,,,el,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/de.po,4695,6755,6553,0,0,0,0,4695,6755,de.po,,de,,german,,,de,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/da.po,3953,5414,5338,391,670,351,671,4695,6755,da.po,,da,,danish,,,da,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/cs.po,223,317,315,2137,2652,2335,3786,4695,6755,cs.po,,cs,,czech,,,cs,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/crh.po,79,109,109,49,68,4567,6578,4695,6755,crh.po,,crh,,crimean turkish,,,crh,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/ca.po,71,99,100,2218,2753,2406,3903,4695,6755,ca.po,,ca,,catalan,,,ca,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/bs.po,71,99,98,2221,2756,2403,3900,4695,6755,bs.po,,bs,,bosnian,,,bs,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/bg.po,375,510,498,2053,2553,2267,3692,4695,6755,bg.po,,bg,,bulgarian,,,bg,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/be.po,4654,6688,6075,28,47,13,20,4695,6755,be.po,,be,,belarusian,,,be,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-2/az.po,69,96,95,2218,2753,2408,3906,4695,6755,az.po,,az,,azerbaijani,,,az,iso_3166-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/zu.po,0,0,0,10,32,21,72,31,104,zu.po,,zu,,zulu,,,zu,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/zh_tw.po,31,104,31,0,0,0,0,31,104,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/zh_hk.po,1,2,1,14,53,16,49,31,104,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/zh_cn.po,31,104,32,0,0,0,0,31,104,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/xh.po,0,0,0,10,32,21,72,31,104,xh.po,,xh,,xhosa,,,xh,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/wo.po,31,104,103,0,0,0,0,31,104,wo.po,,wo,,wolof,,,wo,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/wal.po,1,2,2,4,15,26,87,31,104,wal.po,,wal,,wolaytta,,,wal,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/wa.po,31,104,116,0,0,0,0,31,104,wa.po,,wa,,walloon,,,wa,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/vi.po,31,104,137,0,0,0,0,31,104,vi.po,,vi,,vietnamese,,,vi,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ve.po,1,2,2,10,32,20,70,31,104,ve.po,,ve,,venda,,,ve,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/uk.po,31,104,93,0,0,0,0,31,104,uk.po,,uk,,ukrainian,,,uk,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ug.po,31,104,101,0,0,0,0,31,104,ug.po,,ug,,uyghur,,,ug,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/tt@iqtelif.po,1,2,2,12,45,18,57,31,104,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/tt.po,1,2,2,12,45,18,57,31,104,tt.po,,tt,,tatar,,,tt,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/tr.po,31,104,93,0,0,0,0,31,104,tr.po,,tr,,turkish,,,tr,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/tl.po,1,2,2,14,53,16,49,31,104,tl.po,,tl,,tagalog,,,tl,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/tk.po,0,0,0,12,45,19,59,31,104,tk.po,,tk,,turkmen,,,tk,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/tig.po,1,2,2,4,15,26,87,31,104,tig.po,,tig,,tigre,,,tig,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ti.po,1,2,2,4,15,26,87,31,104,ti.po,,ti,,tigrinya,,,ti,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/th.po,31,104,42,0,0,0,0,31,104,th.po,,th,,thai,,,th,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/te.po,31,104,104,0,0,0,0,31,104,te.po,,te,,telugu,,,te,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ta.po,31,104,98,0,0,0,0,31,104,ta.po,,ta,,tamil,,,ta,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sw.po,0,0,0,2,5,29,99,31,104,sw.po,,sw,,swahili,,,sw,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sv.po,31,104,73,0,0,0,0,31,104,sv.po,,sv,,swedish,,,sv,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sr@latin.po,31,104,96,0,0,0,0,31,104,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sr.po,31,104,96,0,0,0,0,31,104,sr.po,,sr,,serbian,,,sr,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sq.po,31,104,111,0,0,0,0,31,104,sq.po,,sq,,albanian,,,sq,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/so.po,0,0,0,8,35,23,69,31,104,so.po,,so,,somali,,,so,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sl.po,31,104,93,0,0,0,0,31,104,sl.po,,sl,,slovenian,,,sl,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sk.po,31,104,92,0,0,0,0,31,104,sk.po,,sk,,slovak,,,sk,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/si.po,31,104,94,0,0,0,0,31,104,si.po,,si,,sinhala,,,si,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/sc.po,31,104,122,0,0,0,0,31,104,sc.po,,sc,,sardinian,,,sc,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/rw.po,2,5,6,13,50,16,49,31,104,rw.po,,rw,,kinyarwanda,,,rw,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ru.po,31,104,92,0,0,0,0,31,104,ru.po,,ru,,russian,,,ru,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ro.po,31,104,103,0,0,0,0,31,104,ro.po,,ro,,romanian,,,ro,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/pt_br.po,31,104,114,0,0,0,0,31,104,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/pt.po,31,104,116,0,0,0,0,31,104,pt.po,,pt,,portuguese,,,pt,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ps.po,0,0,0,0,0,31,104,31,104,ps.po,,ps,,pashto,,,ps,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/pl.po,31,104,102,0,0,0,0,31,104,pl.po,,pl,,polish,,,pl,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/pa.po,31,104,88,0,0,0,0,31,104,pa.po,,pa,,punjabi,,,pa,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/or.po,31,104,98,0,0,0,0,31,104,or.po,,or,,odia,,,or,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/oc.po,13,38,22,0,0,18,66,31,104,oc.po,,oc,,occitan,,,oc,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/nso.po,1,2,2,10,32,20,70,31,104,nso.po,,nso,,northern sotho,,,nso,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/nn.po,31,104,86,0,0,0,0,31,104,nn.po,,nn,,norwegian nynorsk,,,nn,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/nl.po,31,104,88,0,0,0,0,31,104,nl.po,,nl,,dutch,,,nl,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ne.po,31,104,93,0,0,0,0,31,104,ne.po,,ne,,nepali,,,ne,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/nb.po,31,104,87,0,0,0,0,31,104,nb.po,,nb,,norwegian bokmål,,,nb,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/mt.po,0,0,0,13,42,18,62,31,104,mt.po,,mt,,maltese,,,mt,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ms.po,1,2,2,10,31,20,71,31,104,ms.po,,ms,,malay,,,ms,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/mr.po,31,104,104,0,0,0,0,31,104,mr.po,,mr,,marathi,,,mr,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/mn.po,0,0,0,8,27,23,77,31,104,mn.po,,mn,,mongolian,,,mn,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ml.po,31,104,90,0,0,0,0,31,104,ml.po,,ml,,malayalam,,,ml,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/mk.po,31,104,99,0,0,0,0,31,104,mk.po,,mk,,macedonian,,,mk,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/mi.po,0,0,0,1,4,30,100,31,104,mi.po,,mi,,maori,,,mi,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/lv.po,31,104,88,0,0,0,0,31,104,lv.po,,lv,,latvian,,,lv,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/lt.po,31,104,95,0,0,0,0,31,104,lt.po,,lt,,lithuanian,,,lt,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ku.po,31,104,109,0,0,0,0,31,104,ku.po,,ku,,kurdish,,,ku,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ko.po,31,104,76,0,0,0,0,31,104,ko.po,,ko,,korean,,,ko,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/kn.po,0,0,0,15,55,16,49,31,104,kn.po,,kn,,kannada,,,kn,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/km.po,31,104,46,0,0,0,0,31,104,km.po,,km,,khmer,,,km,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/kk.po,31,104,89,0,0,0,0,31,104,kk.po,,kk,,kazakh,,,kk,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ka.po,31,104,95,0,0,0,0,31,104,ka.po,,ka,,georgian,,,ka,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ja.po,31,104,36,0,0,0,0,31,104,ja.po,,ja,,japanese,,,ja,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/it.po,31,104,111,0,0,0,0,31,104,it.po,,it,,italian,,,it,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/is.po,31,104,74,0,0,0,0,31,104,is.po,,is,,icelandic,,,is,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/id.po,31,104,89,0,0,0,0,31,104,id.po,,id,,indonesian,,,id,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ia.po,31,104,113,0,0,0,0,31,104,ia.po,,ia,,interlingua,,,ia,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/hy.po,31,104,94,0,0,0,0,31,104,hy.po,,hy,,armenian,,,hy,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/hu.po,31,104,79,0,0,0,0,31,104,hu.po,,hu,,hungarian,,,hu,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/hr.po,31,104,95,0,0,0,0,31,104,hr.po,,hr,,croatian,,,hr,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/hi.po,31,104,103,0,0,0,0,31,104,hi.po,,hi,,hindi,,,hi,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/he.po,31,104,100,0,0,0,0,31,104,he.po,,he,,hebrew,,,he,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/haw.po,0,0,0,0,0,31,104,31,104,haw.po,,haw,,hawaiian,,,haw,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/gu.po,31,104,101,0,0,0,0,31,104,gu.po,,gu,,gujarati,,,gu,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/gl.po,31,104,117,0,0,0,0,31,104,gl.po,,gl,,galician,,,gl,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/gez.po,1,2,1,4,15,26,87,31,104,gez.po,,gez,,geez,,,gez,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ga.po,31,104,111,0,0,0,0,31,104,ga.po,,ga,,irish,,,ga,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/fr.po,31,104,106,0,0,0,0,31,104,fr.po,,fr,,french,,,fr,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/fo.po,0,0,0,6,16,25,88,31,104,fo.po,,fo,,faroese,,,fo,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/fi.po,31,104,75,0,0,0,0,31,104,fi.po,,fi,,finnish,,,fi,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/fa.po,31,104,109,0,0,0,0,31,104,fa.po,,fa,,persian,,,fa,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/eu.po,31,104,93,0,0,0,0,31,104,eu.po,,eu,,basque,,,eu,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/et.po,31,104,85,0,0,0,0,31,104,et.po,,et,,estonian,,,et,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/es.po,31,104,121,0,0,0,0,31,104,es.po,,es,,spanish,,,es,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/eo.po,31,104,95,0,0,0,0,31,104,eo.po,,eo,,esperanto,,,eo,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/el.po,31,104,107,0,0,0,0,31,104,el.po,,el,,greek,,,el,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/dz.po,31,104,74,0,0,0,0,31,104,dz.po,,dz,,dzongkha,,,dz,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/de.po,31,104,79,0,0,0,0,31,104,de.po,,de,,german,,,de,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/da.po,31,104,89,0,0,0,0,31,104,da.po,,da,,danish,,,da,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/cy.po,31,104,101,0,0,0,0,31,104,cy.po,,cy,,welsh,,,cy,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/cs.po,31,104,97,0,0,0,0,31,104,cs.po,,cs,,czech,,,cs,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/crh.po,31,104,93,0,0,0,0,31,104,crh.po,,crh,,crimean turkish,,,crh,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ca.po,31,104,115,0,0,0,0,31,104,ca.po,,ca,,catalan,,,ca,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/byn.po,1,2,2,4,15,26,87,31,104,byn.po,,byn,,blin,,,byn,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/bs.po,31,104,96,0,0,0,0,31,104,bs.po,,bs,,bosnian,,,bs,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/br.po,21,82,81,0,0,10,22,31,104,br.po,,br,,breton,,,br,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/bn_in.po,31,104,96,0,0,0,0,31,104,bn_in.po,,bn,in,bangla,,india,bn_in,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/bn.po,31,104,96,0,0,0,0,31,104,bn.po,,bn,,bangla,,,bn,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/bg.po,31,104,93,0,0,0,0,31,104,bg.po,,bg,,bulgarian,,,bg,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/be.po,31,104,94,0,0,0,0,31,104,be.po,,be,,belarusian,,,be,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/az.po,1,2,2,14,53,16,49,31,104,az.po,,az,,azerbaijani,,,az,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ast.po,31,104,98,0,0,0,0,31,104,ast.po,,ast,,asturian,,,ast,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/as.po,31,104,96,0,0,0,0,31,104,as.po,,as,,assamese,,,as,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/ar.po,31,104,89,0,0,0,0,31,104,ar.po,,ar,,arabic,,,ar,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/am.po,1,2,2,9,40,21,62,31,104,am.po,,am,,amharic,,,am,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_3166-3/af.po,9,27,18,1,2,21,75,31,104,af.po,,af,,afrikaans,,,af,iso_3166-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/zh_tw.po,170,348,179,0,0,0,0,170,348,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/zh_hk.po,95,198,95,37,77,38,73,170,348,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/zh_cn.po,170,348,179,0,0,0,0,170,348,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/vi.po,145,259,393,17,65,8,24,170,348,vi.po,,vi,,vietnamese,,,vi,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/uk.po,170,348,333,0,0,0,0,170,348,uk.po,,uk,,ukrainian,,,uk,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/tr.po,96,199,202,39,95,35,54,170,348,tr.po,,tr,,turkish,,,tr,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/th.po,145,259,247,17,65,8,24,170,348,th.po,,th,,thai,,,th,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/sv.po,170,348,302,0,0,0,0,170,348,sv.po,,sv,,swedish,,,sv,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/sr@latin.po,145,259,245,17,65,8,24,170,348,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/sr.po,145,259,245,17,65,8,24,170,348,sr.po,,sr,,serbian,,,sr,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/sl.po,145,259,257,17,65,8,24,170,348,sl.po,,sl,,slovenian,,,sl,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/sk.po,87,184,179,33,56,50,108,170,348,sk.po,,sk,,slovak,,,sk,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/sc.po,170,348,408,0,0,0,0,170,348,sc.po,,sc,,sardinian,,,sc,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/rw.po,85,176,241,49,117,36,55,170,348,rw.po,,rw,,kinyarwanda,,,rw,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/ru.po,170,348,339,0,0,0,0,170,348,ru.po,,ru,,russian,,,ru,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/ro.po,143,254,255,16,56,11,38,170,348,ro.po,,ro,,romanian,,,ro,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/pt_br.po,170,348,398,0,0,0,0,170,348,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/pt.po,170,348,388,0,0,0,0,170,348,pt.po,,pt,,portuguese,,,pt,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/pl.po,170,348,318,0,0,0,0,170,348,pl.po,,pl,,polish,,,pl,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/oc.po,4,5,5,0,0,166,343,170,348,oc.po,,oc,,occitan,,,oc,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/nn.po,143,255,279,19,69,8,24,170,348,nn.po,,nn,,norwegian nynorsk,,,nn,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/nl.po,170,348,370,0,0,0,0,170,348,nl.po,,nl,,dutch,,,nl,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/nb.po,159,300,321,11,48,0,0,170,348,nb.po,,nb,,norwegian bokmål,,,nb,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/mn.po,84,174,174,49,118,37,56,170,348,mn.po,,mn,,mongolian,,,mn,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/lv.po,145,259,255,17,65,8,24,170,348,lv.po,,lv,,latvian,,,lv,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/lt.po,143,255,254,19,69,8,24,170,348,lt.po,,lt,,lithuanian,,,lt,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/ko.po,170,348,389,0,0,0,0,170,348,ko.po,,ko,,korean,,,ko,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/ja.po,170,348,176,0,0,0,0,170,348,ja.po,,ja,,japanese,,,ja,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/it.po,170,348,356,0,0,0,0,170,348,it.po,,it,,italian,,,it,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/is.po,170,348,309,0,0,0,0,170,348,is.po,,is,,icelandic,,,is,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/id.po,170,348,345,0,0,0,0,170,348,id.po,,id,,indonesian,,,id,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/hu.po,170,348,337,0,0,0,0,170,348,hu.po,,hu,,hungarian,,,hu,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/hr.po,170,348,344,0,0,0,0,170,348,hr.po,,hr,,croatian,,,hr,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/gl.po,46,99,126,36,83,88,166,170,348,gl.po,,gl,,galician,,,gl,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/ga.po,73,154,176,18,32,79,162,170,348,ga.po,,ga,,irish,,,ga,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/fr.po,170,348,376,0,0,0,0,170,348,fr.po,,fr,,french,,,fr,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/fi.po,145,259,256,17,65,8,24,170,348,fi.po,,fi,,finnish,,,fi,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/et.po,170,348,318,0,0,0,0,170,348,et.po,,et,,estonian,,,et,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/es.po,170,348,390,0,0,0,0,170,348,es.po,,es,,spanish,,,es,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/el.po,155,280,280,15,68,0,0,170,348,el.po,,el,,greek,,,el,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/de.po,170,348,280,0,0,0,0,170,348,de.po,,de,,german,,,de,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/da.po,170,348,308,0,0,0,0,170,348,da.po,,da,,danish,,,da,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/cs.po,170,348,334,0,0,0,0,170,348,cs.po,,cs,,czech,,,cs,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/ca.po,167,326,371,0,0,3,22,170,348,ca.po,,ca,,catalan,,,ca,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/br.po,102,181,181,11,23,57,144,170,348,br.po,,br,,breton,,,br,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/be.po,170,348,326,0,0,0,0,170,348,be.po,,be,,belarusian,,,be,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_4217/ar.po,64,134,133,0,0,106,214,170,348,ar.po,,ar,,arabic,,,ar,iso_4217 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/zu.po,44,44,46,134,191,309,536,487,771,zu.po,,zu,,zulu,,,zu,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/zh_tw.po,487,771,517,0,0,0,0,487,771,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/zh_hk.po,424,602,427,47,121,16,48,487,771,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/zh_cn.po,487,771,492,0,0,0,0,487,771,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/xh.po,49,49,49,137,205,301,517,487,771,xh.po,,xh,,xhosa,,,xh,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/wa.po,478,747,721,5,17,4,7,487,771,wa.po,,wa,,walloon,,,wa,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/vi.po,480,751,1392,5,17,2,3,487,771,vi.po,,vi,,vietnamese,,,vi,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ve.po,37,37,37,255,337,195,397,487,771,ve.po,,ve,,venda,,,ve,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/uk.po,487,771,718,0,0,0,0,487,771,uk.po,,uk,,ukrainian,,,uk,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/tt@iqtelif.po,148,155,155,66,140,273,476,487,771,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/tt.po,148,155,155,66,140,273,476,487,771,tt.po,,tt,,tatar,,,tt,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/tr.po,487,771,882,0,0,0,0,487,771,tr.po,,tr,,turkish,,,tr,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/tig.po,119,122,119,49,98,319,551,487,771,tig.po,,tig,,tigre,,,tig,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ti.po,119,122,119,49,98,319,551,487,771,ti.po,,ti,,tigrinya,,,ti,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/th.po,269,435,327,3,11,215,325,487,771,th.po,,th,,thai,,,th,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/te.po,475,738,737,7,21,5,12,487,771,te.po,,te,,telugu,,,te,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ta.po,475,738,716,7,21,5,12,487,771,ta.po,,ta,,tamil,,,ta,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/sv.po,487,771,627,0,0,0,0,487,771,sv.po,,sv,,swedish,,,sv,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/sr@latin.po,487,771,750,0,0,0,0,487,771,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/sr.po,487,771,750,0,0,0,0,487,771,sr.po,,sr,,serbian,,,sr,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/sl.po,480,751,670,5,17,2,3,487,771,sl.po,,sl,,slovenian,,,sl,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/sk.po,485,768,752,1,2,1,1,487,771,sk.po,,sk,,slovak,,,sk,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/sc.po,487,771,803,0,0,0,0,487,771,sc.po,,sc,,sardinian,,,sc,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/rw.po,356,420,430,95,231,36,120,487,771,rw.po,,rw,,kinyarwanda,,,rw,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ru.po,480,751,686,5,17,2,3,487,771,ru.po,,ru,,russian,,,ru,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ro.po,478,747,741,5,17,4,7,487,771,ro.po,,ro,,romanian,,,ro,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/pt_br.po,487,771,755,0,0,0,0,487,771,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/pt.po,274,346,345,138,223,75,202,487,771,pt.po,,pt,,portuguese,,,pt,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ps.po,29,29,29,33,63,425,679,487,771,ps.po,,ps,,pashto,,,ps,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/pl.po,487,771,714,0,0,0,0,487,771,pl.po,,pl,,polish,,,pl,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/pa.po,487,771,770,0,0,0,0,487,771,pa.po,,pa,,punjabi,,,pa,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/or.po,487,771,776,0,0,0,0,487,771,or.po,,or,,odia,,,or,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/oc.po,159,178,181,26,54,302,539,487,771,oc.po,,oc,,occitan,,,oc,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/nso.po,55,56,60,99,149,333,566,487,771,nso.po,,nso,,northern sotho,,,nso,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/nn.po,217,321,251,85,190,185,260,487,771,nn.po,,nn,,norwegian nynorsk,,,nn,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/nl.po,487,771,721,0,0,0,0,487,771,nl.po,,nl,,dutch,,,nl,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/nb.po,161,192,178,105,154,221,425,487,771,nb.po,,nb,,norwegian bokmål,,,nb,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/mt.po,240,271,272,169,279,78,221,487,771,mt.po,,mt,,maltese,,,mt,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ms.po,45,45,47,138,194,304,532,487,771,ms.po,,ms,,malay,,,ms,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/mr.po,478,747,752,5,17,4,7,487,771,mr.po,,mr,,marathi,,,mr,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/mn.po,135,141,142,173,264,179,366,487,771,mn.po,,mn,,mongolian,,,mn,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ml.po,475,738,719,7,21,5,12,487,771,ml.po,,ml,,malayalam,,,ml,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/mk.po,35,35,35,143,200,309,536,487,771,mk.po,,mk,,macedonian,,,mk,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/mi.po,24,24,51,154,211,309,536,487,771,mi.po,,mi,,maori,,,mi,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/lv.po,480,751,593,5,17,2,3,487,771,lv.po,,lv,,latvian,,,lv,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/lt.po,471,727,677,7,21,9,23,487,771,lt.po,,lt,,lithuanian,,,lt,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/kok.po,118,123,120,54,111,315,537,487,771,kok.po,,kok,,konkani,,,kok,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ko.po,487,771,607,0,0,0,0,487,771,ko.po,,ko,,korean,,,ko,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/kn.po,475,738,738,7,21,5,12,487,771,kn.po,,kn,,kannada,,,kn,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ja.po,428,609,523,45,117,14,45,487,771,ja.po,,ja,,japanese,,,ja,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/it.po,487,771,776,0,0,0,0,487,771,it.po,,it,,italian,,,it,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/is.po,487,771,744,0,0,0,0,487,771,is.po,,is,,icelandic,,,is,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/id.po,487,771,788,0,0,0,0,487,771,id.po,,id,,indonesian,,,id,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/hu.po,487,771,716,0,0,0,0,487,771,hu.po,,hu,,hungarian,,,hu,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/hr.po,234,390,350,4,15,249,366,487,771,hr.po,,hr,,croatian,,,hr,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/hi.po,118,121,120,49,98,320,552,487,771,hi.po,,hi,,hindi,,,hi,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/he.po,49,49,49,132,189,306,533,487,771,he.po,,he,,hebrew,,,he,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/gu.po,478,747,752,5,17,4,7,487,771,gu.po,,gu,,gujarati,,,gu,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/gl.po,478,747,783,5,17,4,7,487,771,gl.po,,gl,,galician,,,gl,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/gez.po,119,122,119,49,98,319,551,487,771,gez.po,,gez,,geez,,,gez,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ga.po,283,464,421,3,11,201,296,487,771,ga.po,,ga,,irish,,,ga,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/fr.po,487,771,718,0,0,0,0,487,771,fr.po,,fr,,french,,,fr,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/fi.po,478,747,551,5,17,4,7,487,771,fi.po,,fi,,finnish,,,fi,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/fa.po,303,361,361,79,197,105,213,487,771,fa.po,,fa,,persian,,,fa,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/eu.po,361,539,486,38,95,88,137,487,771,eu.po,,eu,,basque,,,eu,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/et.po,487,771,639,0,0,0,0,487,771,et.po,,et,,estonian,,,et,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/es.po,487,771,784,0,0,0,0,487,771,es.po,,es,,spanish,,,es,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/eo.po,480,751,645,5,17,2,3,487,771,eo.po,,eo,,esperanto,,,eo,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/el.po,131,213,210,45,99,311,459,487,771,el.po,,el,,greek,,,el,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/de.po,487,771,639,0,0,0,0,487,771,de.po,,de,,german,,,de,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/da.po,487,771,698,0,0,0,0,487,771,da.po,,da,,danish,,,da,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/cy.po,115,116,115,176,257,196,398,487,771,cy.po,,cy,,welsh,,,cy,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/cs.po,487,771,746,0,0,0,0,487,771,cs.po,,cs,,czech,,,cs,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/crh.po,427,603,718,39,95,21,73,487,771,crh.po,,crh,,crimean turkish,,,crh,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ca.po,487,771,790,0,0,0,0,487,771,ca.po,,ca,,catalan,,,ca,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/byn.po,119,122,119,49,98,319,551,487,771,byn.po,,byn,,blin,,,byn,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/bs.po,47,47,47,117,159,323,565,487,771,bs.po,,bs,,bosnian,,,bs,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/br.po,176,238,218,38,93,273,440,487,771,br.po,,br,,breton,,,br,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/bn.po,479,748,747,5,17,3,6,487,771,bn.po,,bn,,bangla,,,bn,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/bg.po,255,417,348,4,15,228,339,487,771,bg.po,,bg,,bulgarian,,,bg,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/be.po,487,771,635,0,0,0,0,487,771,be.po,,be,,belarusian,,,be,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/az.po,24,24,24,161,217,302,530,487,771,az.po,,az,,azerbaijani,,,az,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ast.po,477,745,750,6,19,4,7,487,771,ast.po,,ast,,asturian,,,ast,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/as.po,477,745,748,6,19,4,7,487,771,as.po,,as,,assamese,,,as,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/ar.po,173,229,234,120,170,194,372,487,771,ar.po,,ar,,arabic,,,ar,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/am.po,118,121,118,51,100,318,550,487,771,am.po,,am,,amharic,,,am,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-2/af.po,157,185,166,146,211,184,375,487,771,af.po,,af,,afrikaans,,,af,iso_639-2 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/zu.po,49,49,51,2873,3575,6323,10224,9245,13848,zu.po,,zu,,zulu,,,zu,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/zh_tw.po,633,1195,704,2641,3206,5971,9447,9245,13848,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/zh_cn.po,305,419,320,2951,3784,5989,9645,9245,13848,zh_cn.po,,zh,cn,chinese,,china,zh_cn,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/xh.po,52,52,52,2784,3470,6409,10326,9245,13848,xh.po,,xh,,xhosa,,,xh,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/wa.po,322,357,366,4066,5629,4857,7862,9245,13848,wa.po,,wa,,walloon,,,wa,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/vi.po,339,378,789,4885,6557,4021,6913,9245,13848,vi.po,,vi,,vietnamese,,,vi,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ve.po,40,40,42,4327,5593,4878,8215,9245,13848,ve.po,,ve,,venda,,,ve,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/uk.po,9245,13848,13127,0,0,0,0,9245,13848,uk.po,,uk,,ukrainian,,,uk,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tt@iqtelif.po,149,155,156,3305,4421,5791,9272,9245,13848,tt@iqtelif.po,iqtelif,tt,,tatar,,,tt@iqtelif,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tt.po,149,155,156,3305,4421,5791,9272,9245,13848,tt.po,,tt,,tatar,,,tt,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tr.po,7405,10029,10134,657,1284,1183,2535,9245,13848,tr.po,,tr,,turkish,,,tr,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/tig.po,120,123,120,2922,3857,6203,9868,9245,13848,tig.po,,tig,,tigre,,,tig,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ti.po,121,124,121,2921,3856,6203,9868,9245,13848,ti.po,,ti,,tigrinya,,,ti,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/th.po,717,1493,872,192,415,8336,11940,9245,13848,th.po,,th,,thai,,,th,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ta.po,7371,9970,9855,1323,2805,551,1073,9245,13848,ta.po,,ta,,tamil,,,ta,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/sv.po,9245,13848,13582,0,0,0,0,9245,13848,sv.po,,sv,,swedish,,,sv,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/sr@latin.po,332,373,374,4923,6621,3990,6854,9245,13848,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/sr.po,332,373,374,4923,6621,3990,6854,9245,13848,sr.po,,sr,,serbian,,,sr,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/sl.po,322,362,350,4071,5656,4852,7830,9245,13848,sl.po,,sl,,slovenian,,,sl,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/sk.po,256,322,327,2873,3574,6116,9952,9245,13848,sk.po,,sk,,slovak,,,sk,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/sc.po,479,590,616,0,0,8766,13258,9245,13848,sc.po,,sc,,sardinian,,,sc,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/rw.po,328,359,361,4920,6621,3997,6868,9245,13848,rw.po,,rw,,kinyarwanda,,,rw,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ru.po,351,401,392,4715,6213,4179,7234,9245,13848,ru.po,,ru,,russian,,,ru,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ro.po,247,308,315,3043,3762,5955,9778,9245,13848,ro.po,,ro,,romanian,,,ro,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/pt_br.po,427,515,523,2057,3005,6761,10328,9245,13848,pt_br.po,,pt,br,portuguese,,brazil,pt_br,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/pt.po,245,271,272,4844,6362,4156,7215,9245,13848,pt.po,,pt,,portuguese,,,pt,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ps.po,29,29,29,1041,1368,8175,12451,9245,13848,ps.po,,ps,,pashto,,,ps,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/pl.po,2639,4164,3978,0,0,6606,9684,9245,13848,pl.po,,pl,,polish,,,pl,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/pa.po,7378,9982,9979,1320,2798,547,1068,9245,13848,pa.po,,pa,,punjabi,,,pa,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/or.po,3505,5411,5409,1001,2177,4739,6260,9245,13848,or.po,,or,,odia,,,or,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/oc.po,78,86,88,130,247,9037,13515,9245,13848,oc.po,,oc,,occitan,,,oc,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/nso.po,59,60,62,2828,3687,6358,10101,9245,13848,nso.po,,nso,,northern sotho,,,nso,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/nn.po,175,204,193,3660,5191,5410,8453,9245,13848,nn.po,,nn,,norwegian nynorsk,,,nn,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/nl.po,1629,2248,2163,3812,5050,3804,6550,9245,13848,nl.po,,nl,,dutch,,,nl,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/nb.po,133,139,140,3914,5020,5198,8689,9245,13848,nb.po,,nb,,norwegian bokmål,,,nb,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/mt.po,239,261,264,4890,6429,4116,7158,9245,13848,mt.po,,mt,,maltese,,,mt,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ms.po,49,49,50,2877,3561,6319,10238,9245,13848,ms.po,,ms,,malay,,,ms,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/mr.po,7442,10085,10090,1264,2710,539,1053,9245,13848,mr.po,,mr,,marathi,,,mr,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/mn.po,140,147,148,4359,5651,4746,8050,9245,13848,mn.po,,mn,,mongolian,,,mn,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/mk.po,39,39,39,2883,3585,6323,10224,9245,13848,mk.po,,mk,,macedonian,,,mk,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/mi.po,28,28,61,2894,3596,6323,10224,9245,13848,mi.po,,mi,,maori,,,mi,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/lv.po,255,318,289,2874,3578,6116,9952,9245,13848,lv.po,,lv,,latvian,,,lv,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/lt.po,638,1096,1112,589,1228,8018,11524,9245,13848,lt.po,,lt,,lithuanian,,,lt,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/kok.po,119,124,122,2925,3904,6201,9820,9245,13848,kok.po,,kok,,konkani,,,kok,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ko.po,360,437,435,2911,3612,5974,9799,9245,13848,ko.po,,ko,,korean,,,ko,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/kn.po,6608,9115,9134,1290,2747,1347,1986,9245,13848,kn.po,,kn,,kannada,,,kn,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ja.po,338,375,360,4885,6557,4022,6916,9245,13848,ja.po,,ja,,japanese,,,ja,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/it.po,8606,12469,12738,448,1004,191,375,9245,13848,it.po,,it,,italian,,,it,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/is.po,3572,4998,4573,1336,1577,4337,7273,9245,13848,is.po,,is,,icelandic,,,is,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/id.po,7196,9659,9741,430,959,1619,3230,9245,13848,id.po,,id,,indonesian,,,id,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/hu.po,980,1112,1080,4273,5880,3992,6856,9245,13848,hu.po,,hu,,hungarian,,,hu,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/hr.po,538,1113,999,42,100,8665,12635,9245,13848,hr.po,,hr,,croatian,,,hr,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/hi.po,118,121,120,2943,3907,6184,9820,9245,13848,hi.po,,hi,,hindi,,,hi,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/he.po,53,53,53,2872,3574,6320,10221,9245,13848,he.po,,he,,hebrew,,,he,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/gu.po,888,1039,1041,377,728,7980,12081,9245,13848,gu.po,,gu,,gujarati,,,gu,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/gl.po,7470,10120,10525,1249,2690,526,1038,9245,13848,gl.po,,gl,,galician,,,gl,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/gez.po,120,123,120,2922,3857,6203,9868,9245,13848,gez.po,,gez,,geez,,,gez,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ga.po,202,233,233,3741,5221,5302,8394,9245,13848,ga.po,,ga,,irish,,,ga,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/fr.po,9245,13848,14903,0,0,0,0,9245,13848,fr.po,,fr,,french,,,fr,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/fi.po,338,375,348,4872,6543,4035,6930,9245,13848,fi.po,,fi,,finnish,,,fi,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/fa.po,280,310,315,4606,6258,4359,7280,9245,13848,fa.po,,fa,,persian,,,fa,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/eu.po,397,548,505,2757,3453,6091,9847,9245,13848,eu.po,,eu,,basque,,,eu,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/et.po,702,959,845,2088,2594,6455,10295,9245,13848,et.po,,et,,estonian,,,et,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/es.po,787,1024,1043,4780,6455,3678,6369,9245,13848,es.po,,es,,spanish,,,es,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/eo.po,339,378,371,4898,6570,4008,6900,9245,13848,eo.po,,eo,,esperanto,,,eo,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/el.po,846,1723,1735,443,866,7956,11259,9245,13848,el.po,,el,,greek,,,el,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/de.po,9060,13550,12226,185,298,0,0,9245,13848,de.po,,de,,german,,,de,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/da.po,435,672,570,4848,6378,3962,6798,9245,13848,da.po,,da,,danish,,,da,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/cy.po,120,120,120,3986,4950,5139,8778,9245,13848,cy.po,,cy,,welsh,,,cy,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/cs.po,335,372,375,3410,4866,5500,8610,9245,13848,cs.po,,cs,,czech,,,cs,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/crh.po,6573,8061,8159,1097,2200,1575,3587,9245,13848,crh.po,,crh,,crimean turkish,,,crh,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ca.po,587,831,869,3730,4786,4928,8231,9245,13848,ca.po,,ca,,catalan,,,ca,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/byn.po,120,123,120,2922,3857,6203,9868,9245,13848,byn.po,,byn,,blin,,,byn,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/bs.po,51,51,51,2644,3221,6550,10576,9245,13848,bs.po,,bs,,bosnian,,,bs,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/br.po,809,1040,1063,490,983,7946,11825,9245,13848,br.po,,br,,breton,,,br,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/bn.po,1543,2028,2030,4009,5565,3693,6255,9245,13848,bn.po,,bn,,bangla,,,bn,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/bg.po,395,680,567,16,31,8834,13137,9245,13848,bg.po,,bg,,bulgarian,,,bg,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/az.po,25,25,25,3047,3764,6173,10059,9245,13848,az.po,,az,,azerbaijani,,,az,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ast.po,7590,10295,10309,1160,2549,495,1004,9245,13848,ast.po,,ast,,asturian,,,ast,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/ar.po,145,163,167,3015,3748,6085,9937,9245,13848,ar.po,,ar,,arabic,,,ar,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/am.po,119,122,119,2924,3859,6202,9867,9245,13848,am.po,,am,,amharic,,,am,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-3/af.po,128,132,131,4111,5176,5006,8540,9245,13848,af.po,,af,,afrikaans,,,af,iso_639-3 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/uk.po,115,258,249,0,0,0,0,115,258,uk.po,,uk,,ukrainian,,,uk,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/sv.po,115,258,203,0,0,0,0,115,258,sv.po,,sv,,swedish,,,sv,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/sr@latin.po,44,98,92,0,0,71,160,115,258,sr@latin.po,latin,sr,,serbian,,,sr@latin,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/sr.po,44,98,92,0,0,71,160,115,258,sr.po,,sr,,serbian,,,sr,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/sc.po,115,258,269,0,0,0,0,115,258,sc.po,,sc,,sardinian,,,sc,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/pl.po,113,254,241,0,0,2,4,115,258,pl.po,,pl,,polish,,,pl,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/nl.po,115,258,231,0,0,0,0,115,258,nl.po,,nl,,dutch,,,nl,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/nb_no.po,12,26,20,1,2,102,230,115,258,nb_no.po,,nb,no,norwegian bokmål,,norway,nb_no,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/it.po,101,221,222,0,0,14,37,115,258,it.po,,it,,italian,,,it,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/is.po,115,258,243,0,0,0,0,115,258,is.po,,is,,icelandic,,,is,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/id.po,60,128,129,0,0,55,130,115,258,id.po,,id,,indonesian,,,id,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/hu.po,115,258,248,0,0,0,0,115,258,hu.po,,hu,,hungarian,,,hu,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/fr.po,115,258,260,0,0,0,0,115,258,fr.po,,fr,,french,,,fr,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/et.po,115,258,235,0,0,0,0,115,258,et.po,,et,,estonian,,,et,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/el.po,0,0,0,0,0,115,258,115,258,el.po,,el,,greek,,,el,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/de.po,115,258,197,0,0,0,0,115,258,de.po,,de,,german,,,de,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/da.po,7,14,14,0,0,108,244,115,258,da.po,,da,,danish,,,da,iso_639-5 -iso-codes-4.3-2.fc31.src.rpm.stats.csv,iso_639-5/be.po,115,258,246,0,0,0,0,115,258,be.po,,be,,belarusian,,,be,iso_639-5 -jbigkit-2.1-17.fc31.src.rpm.stats.csv,libjbig/po/ru.po,9,44,34,0,0,0,0,9,44,ru.po,,ru,,russian,,,ru,libjbig/po -jbigkit-2.1-17.fc31.src.rpm.stats.csv,libjbig/po/de.po,9,44,41,0,0,0,0,9,44,de.po,,de,,german,,,de,libjbig/po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ne.po,36,239,219,3,14,5,50,44,303,ne.po,,ne,,nepali,,,ne,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ro.po,44,303,310,0,0,0,0,44,303,ro.po,,ro,,romanian,,,ro,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/bn_in.po,27,226,184,0,0,17,77,44,303,bn_in.po,,bn,in,bangla,,india,bn_in,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/eo.po,27,221,205,6,33,11,49,44,303,eo.po,,eo,,esperanto,,,eo,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/sl.po,44,303,275,0,0,0,0,44,303,sl.po,,sl,,slovenian,,,sl,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/sv.po,44,303,259,0,0,0,0,44,303,sv.po,,sv,,swedish,,,sv,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/it.po,44,303,321,0,0,0,0,44,303,it.po,,it,,italian,,,it,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/bg.po,27,226,213,0,0,17,77,44,303,bg.po,,bg,,bulgarian,,,bg,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ca.po,44,303,405,0,0,0,0,44,303,ca.po,,ca,,catalan,,,ca,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/sr.po,44,303,269,0,0,0,0,44,303,sr.po,,sr,,serbian,,,sr,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/lv.po,44,303,250,0,0,0,0,44,303,lv.po,,lv,,latvian,,,lv,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/pt.po,44,303,320,0,0,0,0,44,303,pt.po,,pt,,portuguese,,,pt,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/sr@latin.po,44,303,269,0,0,0,0,44,303,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/lt.po,44,303,246,0,0,0,0,44,303,lt.po,,lt,,lithuanian,,,lt,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/et.po,27,226,173,0,0,17,77,44,303,et.po,,et,,estonian,,,et,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/gl.po,44,303,340,0,0,0,0,44,303,gl.po,,gl,,galician,,,gl,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/fr.po,44,303,345,0,0,0,0,44,303,fr.po,,fr,,french,,,fr,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/or.po,27,226,200,0,0,17,77,44,303,or.po,,or,,odia,,,or,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/tr.po,44,303,250,0,0,0,0,44,303,tr.po,,tr,,turkish,,,tr,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/hr.po,44,303,263,0,0,0,0,44,303,hr.po,,hr,,croatian,,,hr,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/zh_hk.po,44,303,80,0,0,0,0,44,303,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/de.po,44,303,290,0,0,0,0,44,303,de.po,,de,,german,,,de,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/id.po,44,303,286,0,0,0,0,44,303,id.po,,id,,indonesian,,,id,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/fur.po,44,303,352,0,0,0,0,44,303,fur.po,,fur,,friulian,,,fur,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/pt_br.po,44,303,324,0,0,0,0,44,303,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ja.po,27,226,72,0,0,17,77,44,303,ja.po,,ja,,japanese,,,ja,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ru.po,44,303,267,0,0,0,0,44,303,ru.po,,ru,,russian,,,ru,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/nl.po,44,303,291,0,0,0,0,44,303,nl.po,,nl,,dutch,,,nl,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/pa.po,27,226,207,0,0,17,77,44,303,pa.po,,pa,,punjabi,,,pa,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/eu.po,44,303,270,0,0,0,0,44,303,eu.po,,eu,,basque,,,eu,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/vi.po,29,244,264,0,0,15,59,44,303,vi.po,,vi,,vietnamese,,,vi,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ca@valencia.po,44,303,403,0,0,0,0,44,303,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/pl.po,44,303,270,0,0,0,0,44,303,pl.po,,pl,,polish,,,pl,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ml.po,27,226,165,0,0,17,77,44,303,ml.po,,ml,,malayalam,,,ml,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/bs.po,44,303,270,0,0,0,0,44,303,bs.po,,bs,,bosnian,,,bs,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/zh_cn.po,44,303,95,0,0,0,0,44,303,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/oc.po,44,303,351,0,0,0,0,44,303,oc.po,,oc,,occitan,,,oc,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/cs.po,44,303,279,0,0,0,0,44,303,cs.po,,cs,,czech,,,cs,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/as.po,44,303,276,0,0,0,0,44,303,as.po,,as,,assamese,,,as,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/tg.po,44,303,292,0,0,0,0,44,303,tg.po,,tg,,tajik,,,tg,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/sk.po,44,303,297,0,0,0,0,44,303,sk.po,,sk,,slovak,,,sk,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/te.po,27,226,191,0,0,17,77,44,303,te.po,,te,,telugu,,,te,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/hi.po,27,226,234,0,0,17,77,44,303,hi.po,,hi,,hindi,,,hi,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/zh_tw.po,44,303,80,0,0,0,0,44,303,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ko.po,44,303,237,0,0,0,0,44,303,ko.po,,ko,,korean,,,ko,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ug.po,25,208,167,0,0,19,95,44,303,ug.po,,ug,,uyghur,,,ug,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/hu.po,44,303,268,0,0,0,0,44,303,hu.po,,hu,,hungarian,,,hu,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/da.po,44,303,272,0,0,0,0,44,303,da.po,,da,,danish,,,da,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/es.po,44,303,351,0,0,0,0,44,303,es.po,,es,,spanish,,,es,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/he.po,44,303,303,0,0,0,0,44,303,he.po,,he,,hebrew,,,he,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/nb.po,26,159,145,0,0,18,144,44,303,nb.po,,nb,,norwegian bokmål,,,nb,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/el.po,44,303,302,0,0,0,0,44,303,el.po,,el,,greek,,,el,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/en_gb.po,44,303,303,0,0,0,0,44,303,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/ky.po,27,226,167,0,0,17,77,44,303,ky.po,,ky,,kyrgyz,,,ky,po -json-glib-1.4.4-3.fc31.src.rpm.stats.csv,po/uk.po,44,303,272,0,0,0,0,44,303,uk.po,,uk,,ukrainian,,,uk,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/nl.po,65,401,391,2,11,4,28,71,440,nl.po,,nl,,dutch,,,nl,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/zh_tw.po,64,396,168,2,11,5,33,71,440,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/pl.po,65,401,419,2,11,4,28,71,440,pl.po,,pl,,polish,,,pl,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/sv.po,71,440,423,0,0,0,0,71,440,sv.po,,sv,,swedish,,,sv,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/pt_br.po,65,401,427,2,11,4,28,71,440,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/rw.po,1,2,2,59,394,11,44,71,440,rw.po,,rw,,kinyarwanda,,,rw,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/fr.po,65,401,460,2,11,4,28,71,440,fr.po,,fr,,french,,,fr,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/tr.po,64,395,347,3,17,4,28,71,440,tr.po,,tr,,turkish,,,tr,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/hu.po,65,401,414,2,11,4,28,71,440,hu.po,,hu,,hungarian,,,hu,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/es.po,71,440,568,0,0,0,0,71,440,es.po,,es,,spanish,,,es,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/ru.po,17,83,85,22,99,32,258,71,440,ru.po,,ru,,russian,,,ru,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/id.po,65,401,398,2,11,4,28,71,440,id.po,,id,,indonesian,,,id,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/ro.po,65,401,416,2,11,4,28,71,440,ro.po,,ro,,romanian,,,ro,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/it.po,71,440,492,0,0,0,0,71,440,it.po,,it,,italian,,,it,po -jwhois-4.0-58.fc31.src.rpm.stats.csv,po/vi.po,71,440,666,0,0,0,0,71,440,vi.po,,vi,,vietnamese,,,vi,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/zh_cn.po,266,2051,1075,8,372,1,7,275,2430,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/uk.po,275,2430,2423,0,0,0,0,275,2430,uk.po,,uk,,ukrainian,,,uk,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/nl.po,275,2430,2442,0,0,0,0,275,2430,nl.po,,nl,,dutch,,,nl,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/da.po,207,1512,1431,53,752,15,166,275,2430,da.po,,da,,danish,,,da,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/el.po,266,2051,2213,8,372,1,7,275,2430,el.po,,el,,greek,,,el,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/ru.po,275,2430,2397,0,0,0,0,275,2430,ru.po,,ru,,russian,,,ru,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/eo.po,266,2051,2111,8,372,1,7,275,2430,eo.po,,eo,,esperanto,,,eo,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/cs.po,275,2430,2346,0,0,0,0,275,2430,cs.po,,cs,,czech,,,cs,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/sv.po,275,2430,2332,0,0,0,0,275,2430,sv.po,,sv,,swedish,,,sv,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/it.po,207,1512,1816,53,752,15,166,275,2430,it.po,,it,,italian,,,it,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/ro.po,162,1063,1180,63,657,50,710,275,2430,ro.po,,ro,,romanian,,,ro,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/vi.po,275,2430,3354,0,0,0,0,275,2430,vi.po,,vi,,vietnamese,,,vi,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/fr.po,219,1736,2139,49,642,7,52,275,2430,fr.po,,fr,,french,,,fr,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/id.po,181,1341,1370,68,678,26,411,275,2430,id.po,,id,,indonesian,,,id,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/de.po,275,2430,2500,0,0,0,0,275,2430,de.po,,de,,german,,,de,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/pl.po,275,2430,2424,0,0,0,0,275,2430,pl.po,,pl,,polish,,,pl,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/es.po,169,1259,1653,59,548,47,623,275,2430,es.po,,es,,spanish,,,es,po -kbd-2.0.4-14.fc31.src.rpm.stats.csv,po/tr.po,164,1075,1005,61,645,50,710,275,2430,tr.po,,tr,,turkish,,,tr,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/zh_tw.po,12,83,26,0,0,0,0,12,83,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/zh_cn.po,12,83,20,0,0,0,0,12,83,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,12,83,12,83,vi.po,,vi,,vietnamese,,,vi,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/uk.po,2,51,34,2,8,8,24,12,83,uk.po,,uk,,ukrainian,,,uk,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,12,83,12,83,tr.po,,tr,,turkish,,,tr,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/te.po,12,83,50,0,0,0,0,12,83,te.po,,te,,telugu,,,te,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ta_in.po,4,59,39,3,11,5,13,12,83,ta_in.po,,ta,in,tamil,,india,ta_in,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ta.po,12,83,66,0,0,0,0,12,83,ta.po,,ta,,tamil,,,ta,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/sv.po,2,51,43,2,8,8,24,12,83,sv.po,,sv,,swedish,,,sv,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/sr@latin.po,2,51,43,2,8,8,24,12,83,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/sr@latn.po,2,51,43,2,8,8,24,12,83,sr@latn.po,latn,sr,,serbian,latin,,sr@latn,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/sr.po,2,51,43,2,8,8,24,12,83,sr.po,,sr,,serbian,,,sr,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,12,83,12,83,sq.po,,sq,,albanian,,,sq,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/sl.po,2,51,42,2,8,8,24,12,83,sl.po,,sl,,slovenian,,,sl,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,12,83,12,83,sk.po,,sk,,slovak,,,sk,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/si.po,2,51,46,4,14,6,18,12,83,si.po,,si,,sinhala,,,si,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ru.po,12,83,59,0,0,0,0,12,83,ru.po,,ru,,russian,,,ru,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/pt_br.po,12,83,92,0,0,0,0,12,83,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/pt.po,2,51,55,2,8,8,24,12,83,pt.po,,pt,,portuguese,,,pt,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/pl.po,2,51,38,2,8,8,24,12,83,pl.po,,pl,,polish,,,pl,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/pa.po,5,64,66,0,0,7,19,12,83,pa.po,,pa,,punjabi,,,pa,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/or.po,12,83,91,0,0,0,0,12,83,or.po,,or,,odia,,,or,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,12,83,12,83,nl.po,,nl,,dutch,,,nl,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/nb.po,2,51,47,2,8,8,24,12,83,nb.po,,nb,,norwegian bokmål,,,nb,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ms.po,2,51,41,2,8,8,24,12,83,ms.po,,ms,,malay,,,ms,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/mr.po,12,83,73,0,0,0,0,12,83,mr.po,,mr,,marathi,,,mr,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ml.po,12,83,61,0,0,0,0,12,83,ml.po,,ml,,malayalam,,,ml,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,12,83,12,83,lv.po,,lv,,latvian,,,lv,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ko.po,12,83,63,0,0,0,0,12,83,ko.po,,ko,,korean,,,ko,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/kn.po,12,83,72,0,0,0,0,12,83,kn.po,,kn,,kannada,,,kn,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,12,83,12,83,ka.po,,ka,,georgian,,,ka,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ja.po,12,83,30,0,0,0,0,12,83,ja.po,,ja,,japanese,,,ja,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/it.po,12,83,88,0,0,0,0,12,83,it.po,,it,,italian,,,it,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/is.po,2,51,48,2,8,8,24,12,83,is.po,,is,,icelandic,,,is,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/id.po,2,51,45,2,8,8,24,12,83,id.po,,id,,indonesian,,,id,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/hu.po,2,51,35,2,8,8,24,12,83,hu.po,,hu,,hungarian,,,hu,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/hr.po,2,51,45,4,14,6,18,12,83,hr.po,,hr,,croatian,,,hr,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/hi.po,12,83,86,0,0,0,0,12,83,hi.po,,hi,,hindi,,,hi,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,12,83,12,83,he.po,,he,,hebrew,,,he,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/gu.po,12,83,89,0,0,0,0,12,83,gu.po,,gu,,gujarati,,,gu,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/fr.po,12,83,86,0,0,0,0,12,83,fr.po,,fr,,french,,,fr,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/fi.po,2,51,35,2,8,8,24,12,83,fi.po,,fi,,finnish,,,fi,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,12,83,12,83,fa.po,,fa,,persian,,,fa,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,12,83,12,83,et.po,,et,,estonian,,,et,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/es.po,12,83,95,0,0,0,0,12,83,es.po,,es,,spanish,,,es,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,12,83,12,83,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/el.po,0,0,0,0,0,12,83,12,83,el.po,,el,,greek,,,el,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/de.po,12,83,73,0,0,0,0,12,83,de.po,,de,,german,,,de,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/da.po,2,51,52,2,8,8,24,12,83,da.po,,da,,danish,,,da,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,12,83,12,83,cy.po,,cy,,welsh,,,cy,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/cs.po,2,51,47,2,8,8,24,12,83,cs.po,,cs,,czech,,,cs,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ca.po,2,51,53,2,8,8,24,12,83,ca.po,,ca,,catalan,,,ca,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,12,83,12,83,bs.po,,bs,,bosnian,,,bs,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/bn_in.po,12,83,82,0,0,0,0,12,83,bn_in.po,,bn,in,bangla,,india,bn_in,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/bg.po,2,51,49,2,8,8,24,12,83,bg.po,,bg,,bulgarian,,,bg,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/as.po,12,83,79,0,0,0,0,12,83,as.po,,as,,assamese,,,as,po -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,12,83,12,83,ar.po,,ar,,arabic,,,ar,po -kernel-5.3.7-301.fc31.src.rpm.stats.csv,tools/power/cpupower/po/pt.po,48,473,536,15,146,93,530,156,1149,pt.po,,pt,,portuguese,,,pt,tools/power/cpupower/po -kernel-5.3.7-301.fc31.src.rpm.stats.csv,tools/power/cpupower/po/it.po,48,473,513,15,146,93,530,156,1149,it.po,,it,,italian,,,it,tools/power/cpupower/po -kernel-5.3.7-301.fc31.src.rpm.stats.csv,tools/power/cpupower/po/fr.po,39,394,432,21,211,96,544,156,1149,fr.po,,fr,,french,,,fr,tools/power/cpupower/po -kernel-5.3.7-301.fc31.src.rpm.stats.csv,tools/power/cpupower/po/de.po,48,473,452,15,146,93,530,156,1149,de.po,,de,,german,,,de,tools/power/cpupower/po -kernel-5.3.7-301.fc31.src.rpm.stats.csv,tools/power/cpupower/po/cs.po,39,394,362,21,211,96,544,156,1149,cs.po,,cs,,czech,,,cs,tools/power/cpupower/po -krb5-1.17-45.fc31.src.rpm.stats.csv,src/po/de.po,1847,10072,10435,0,0,0,0,1847,10072,de.po,,de,,german,,,de,src/po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/zh_tw.po,98,450,199,0,0,1,9,99,459,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/zh_cn.po,91,419,191,1,7,7,33,99,459,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/uk.po,99,459,477,0,0,0,0,99,459,uk.po,,uk,,ukrainian,,,uk,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/tr.po,99,459,404,0,0,0,0,99,459,tr.po,,tr,,turkish,,,tr,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/sv.po,99,459,415,0,0,0,0,99,459,sv.po,,sv,,swedish,,,sv,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/sr@latin.po,62,297,289,0,0,37,162,99,459,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/sr.po,84,382,378,0,0,15,77,99,459,sr.po,,sr,,serbian,,,sr,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/sl.po,44,197,178,0,0,55,262,99,459,sl.po,,sl,,slovenian,,,sl,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/sk.po,84,383,368,0,0,15,76,99,459,sk.po,,sk,,slovak,,,sk,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/ru.po,86,396,375,0,0,13,63,99,459,ru.po,,ru,,russian,,,ru,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/pt_br.po,99,459,526,0,0,0,0,99,459,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/pt.po,62,297,325,0,0,37,162,99,459,pt.po,,pt,,portuguese,,,pt,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/pl.po,99,459,434,0,0,0,0,99,459,pl.po,,pl,,polish,,,pl,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/oc.po,48,211,240,0,0,51,248,99,459,oc.po,,oc,,occitan,,,oc,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/lt.po,99,459,398,0,0,0,0,99,459,lt.po,,lt,,lithuanian,,,lt,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/ko.po,86,396,327,0,0,13,63,99,459,ko.po,,ko,,korean,,,ko,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/it.po,99,459,503,0,0,0,0,99,459,it.po,,it,,italian,,,it,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/id.po,96,442,412,0,0,3,17,99,459,id.po,,id,,indonesian,,,id,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/hu.po,99,459,437,0,0,0,0,99,459,hu.po,,hu,,hungarian,,,hu,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/gl.po,61,294,346,0,0,38,165,99,459,gl.po,,gl,,galician,,,gl,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/fur.po,96,442,538,0,0,3,17,99,459,fur.po,,fur,,friulian,,,fur,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/fr.po,99,459,564,0,0,0,0,99,459,fr.po,,fr,,french,,,fr,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/fi.po,28,90,65,0,0,71,369,99,459,fi.po,,fi,,finnish,,,fi,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/fa.po,65,268,319,0,0,34,191,99,459,fa.po,,fa,,persian,,,fa,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/es.po,97,447,515,1,3,1,9,99,459,es.po,,es,,spanish,,,es,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/en_gb.po,86,396,396,0,0,13,63,99,459,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/de.po,99,459,392,0,0,0,0,99,459,de.po,,de,,german,,,de,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/da.po,99,459,397,0,0,0,0,99,459,da.po,,da,,danish,,,da,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/cs.po,97,447,436,0,0,2,12,99,459,cs.po,,cs,,czech,,,cs,po -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv,po/ca.po,98,450,608,0,0,1,9,99,459,ca.po,,ca,,catalan,,,ca,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,17,17,17,17,nb.po,,nb,,norwegian bokmål,,,nb,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,17,17,17,17,ne.po,,ne,,nepali,,,ne,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,17,17,17,17,te.po,,te,,telugu,,,te,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,17,17,17,17,or.po,,or,,odia,,,or,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/id.po,17,17,17,0,0,0,0,17,17,id.po,,id,,indonesian,,,id,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,17,17,17,17,nso.po,,nso,,northern sotho,,,nso,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,17,17,17,17,bn.po,,bn,,bangla,,,bn,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,17,17,17,17,br.po,,br,,breton,,,br,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,17,17,17,17,si.po,,si,,sinhala,,,si,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,17,17,17,17,bal.po,,bal,,baluchi,,,bal,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,17,17,17,17,mk.po,,mk,,macedonian,,,mk,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/el.po,0,0,0,0,0,17,17,17,17,el.po,,el,,greek,,,el,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,17,17,17,17,is.po,,is,,icelandic,,,is,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,17,17,17,17,vi.po,,vi,,vietnamese,,,vi,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/nn.po,17,17,17,0,0,0,0,17,17,nn.po,,nn,,norwegian nynorsk,,,nn,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,17,17,17,17,fa.po,,fa,,persian,,,fa,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,17,17,17,17,sl.po,,sl,,slovenian,,,sl,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,17,17,17,17,gu.po,,gu,,gujarati,,,gu,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,17,17,17,17,anp.po,,anp,,angika,,,anp,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,17,17,17,17,et.po,,et,,estonian,,,et,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/hu.po,17,17,17,0,0,0,0,17,17,hu.po,,hu,,hungarian,,,hu,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,17,17,17,17,ia.po,,ia,,interlingua,,,ia,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,17,17,17,17,mai.po,,mai,,maithili,,,mai,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ja.po,0,0,0,0,0,17,17,17,17,ja.po,,ja,,japanese,,,ja,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/be.po,17,17,17,0,0,0,0,17,17,be.po,,be,,belarusian,,,be,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/pl.po,17,17,17,0,0,0,0,17,17,pl.po,,pl,,polish,,,pl,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,17,17,17,17,ilo.po,,ilo,,iloko,,,ilo,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,17,17,17,17,tw.po,,tw,,twi,,,tw,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,17,17,17,17,kn.po,,kn,,kannada,,,kn,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,17,17,17,17,tg.po,,tg,,tajik,,,tg,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,17,17,17,17,pa.po,,pa,,punjabi,,,pa,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,17,17,17,17,pt.po,,pt,,portuguese,,,pt,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ru.po,17,17,17,0,0,0,0,17,17,ru.po,,ru,,russian,,,ru,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/sq.po,17,17,17,0,0,0,0,17,17,sq.po,,sq,,albanian,,,sq,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,17,17,17,17,nds.po,,nds,,low german,,,nds,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,17,17,17,17,ta.po,,ta,,tamil,,,ta,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ca.po,17,17,17,0,0,0,0,17,17,ca.po,,ca,,catalan,,,ca,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,17,17,17,17,bs.po,,bs,,bosnian,,,bs,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/cs.po,17,17,17,0,0,0,0,17,17,cs.po,,cs,,czech,,,cs,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,17,17,17,17,ml.po,,ml,,malayalam,,,ml,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,17,17,17,17,zu.po,,zu,,zulu,,,zu,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,17,17,17,0,0,0,0,17,17,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/nl.po,17,17,17,0,0,0,0,17,17,nl.po,,nl,,dutch,,,nl,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,17,17,17,17,ms.po,,ms,,malay,,,ms,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,17,17,17,17,bg.po,,bg,,bulgarian,,,bg,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/de.po,17,17,17,0,0,0,0,17,17,de.po,,de,,german,,,de,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/sk.po,17,17,17,0,0,0,0,17,17,sk.po,,sk,,slovak,,,sk,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,17,17,17,17,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,17,17,17,0,0,0,0,17,17,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/sv.po,17,17,17,0,0,0,0,17,17,sv.po,,sv,,swedish,,,sv,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,17,17,17,17,af.po,,af,,afrikaans,,,af,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,17,17,17,17,am.po,,am,,amharic,,,am,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,17,17,17,17,kw.po,,kw,,cornish,,,kw,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,17,17,17,17,mn.po,,mn,,mongolian,,,mn,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,17,17,17,17,lv.po,,lv,,latvian,,,lv,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,17,17,17,17,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,17,17,17,0,0,0,0,17,17,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/uk.po,17,17,17,0,0,0,0,17,17,uk.po,,uk,,ukrainian,,,uk,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,17,17,17,17,as.po,,as,,assamese,,,as,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,17,17,17,17,ka.po,,ka,,georgian,,,ka,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,17,17,17,17,bo.po,,bo,,tibetan,,,bo,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,17,17,17,17,eo.po,,eo,,esperanto,,,eo,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,17,17,17,17,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,17,17,17,17,ast.po,,ast,,asturian,,,ast,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,17,17,17,17,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/it.po,17,17,17,0,0,0,0,17,17,it.po,,it,,italian,,,it,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/da.po,17,17,17,0,0,0,0,17,17,da.po,,da,,danish,,,da,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,17,17,17,17,eu.po,,eu,,basque,,,eu,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,17,17,17,17,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,17,17,17,17,ro.po,,ro,,romanian,,,ro,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,17,17,17,17,yo.po,,yo,,yoruba,,,yo,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/fr.po,17,17,17,0,0,0,0,17,17,fr.po,,fr,,french,,,fr,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,17,17,17,17,bn_in.po,,bn,in,bangla,,india,bn_in,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,17,17,17,17,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,17,17,17,17,lt.po,,lt,,lithuanian,,,lt,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,17,17,17,17,sr.po,,sr,,serbian,,,sr,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,17,17,17,17,brx.po,,brx,,bodo,,,brx,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,17,17,17,17,hr.po,,hr,,croatian,,,hr,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,17,17,17,17,ko.po,,ko,,korean,,,ko,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,17,17,17,17,th.po,,th,,thai,,,th,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,17,17,17,17,cy.po,,cy,,welsh,,,cy,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,17,17,17,17,ga.po,,ga,,irish,,,ga,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,17,17,17,17,ar.po,,ar,,arabic,,,ar,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,17,17,17,17,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,17,17,17,17,gl.po,,gl,,galician,,,gl,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/es.po,17,17,17,0,0,0,0,17,17,es.po,,es,,spanish,,,es,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/fi.po,17,17,17,0,0,0,0,17,17,fi.po,,fi,,finnish,,,fi,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,17,17,17,17,tr.po,,tr,,turkish,,,tr,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,17,17,17,17,hi.po,,hi,,hindi,,,hi,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,17,17,17,17,he.po,,he,,hebrew,,,he,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,17,17,17,17,km.po,,km,,khmer,,,km,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,17,17,17,17,ky.po,,ky,,kyrgyz,,,ky,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,17,17,17,17,mr.po,,mr,,marathi,,,mr,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,17,17,17,17,kk.po,,kk,,kazakh,,,kk,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,17,17,17,17,ur.po,,ur,,urdu,,,ur,po -libbytesize-2.1-2.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,17,17,17,17,my.po,,my,,burmese,,,my,po -libconfig-1.7.2-4.fc31.src.rpm.stats.csv,contrib/ls-config/src/po/en_gb.po,52,255,258,0,0,0,0,52,255,en_gb.po,,en,gb,english,,united kingdom,en_gb,contrib/ls-config/src/po -libconfig-1.7.2-4.fc31.src.rpm.stats.csv,contrib/ls-config/src/po/pl_pl.po,52,255,260,0,0,0,0,52,255,pl_pl.po,,pl,pl,polish,,poland,pl_pl,contrib/ls-config/src/po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/zh_tw.po,107,620,226,0,0,67,415,174,1035,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/zh_cn.po,119,695,368,0,0,55,340,174,1035,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/uk.po,174,1035,1105,0,0,0,0,174,1035,uk.po,,uk,,ukrainian,,,uk,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/tr.po,12,72,60,0,0,162,963,174,1035,tr.po,,tr,,turkish,,,tr,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/th.po,1,2,1,0,0,173,1033,174,1035,th.po,,th,,thai,,,th,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/te.po,1,2,2,0,0,173,1033,174,1035,te.po,,te,,telugu,,,te,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/ta.po,1,2,2,0,0,173,1033,174,1035,ta.po,,ta,,tamil,,,ta,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/sv.po,102,595,620,0,0,72,440,174,1035,sv.po,,sv,,swedish,,,sv,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/sr@latin.po,1,2,2,0,0,173,1033,174,1035,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/sr.po,1,2,2,0,0,173,1033,174,1035,sr.po,,sr,,serbian,,,sr,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/sq.po,1,2,4,0,0,173,1033,174,1035,sq.po,,sq,,albanian,,,sq,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/sk.po,3,13,14,0,0,171,1022,174,1035,sk.po,,sk,,slovak,,,sk,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/ru.po,102,595,593,0,0,72,440,174,1035,ru.po,,ru,,russian,,,ru,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/pt_br.po,102,595,691,0,0,72,440,174,1035,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/pt.po,13,74,86,0,0,161,961,174,1035,pt.po,,pt,,portuguese,,,pt,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/pl.po,174,1035,1144,0,0,0,0,174,1035,pl.po,,pl,,polish,,,pl,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/pa.po,5,22,28,0,0,169,1013,174,1035,pa.po,,pa,,punjabi,,,pa,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/or.po,1,2,2,0,0,173,1033,174,1035,or.po,,or,,odia,,,or,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/nl.po,24,157,169,0,0,150,878,174,1035,nl.po,,nl,,dutch,,,nl,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/nb.po,1,2,1,0,0,173,1033,174,1035,nb.po,,nb,,norwegian bokmål,,,nb,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/mr.po,1,2,3,0,0,173,1033,174,1035,mr.po,,mr,,marathi,,,mr,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/ml.po,1,2,1,0,0,173,1033,174,1035,ml.po,,ml,,malayalam,,,ml,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/mai.po,1,2,1,0,0,173,1033,174,1035,mai.po,,mai,,maithili,,,mai,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/ko.po,99,565,532,0,0,75,470,174,1035,ko.po,,ko,,korean,,,ko,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/kn.po,1,2,1,0,0,173,1033,174,1035,kn.po,,kn,,kannada,,,kn,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/ja.po,119,695,357,0,0,55,340,174,1035,ja.po,,ja,,japanese,,,ja,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/it.po,102,595,710,0,0,72,440,174,1035,it.po,,it,,italian,,,it,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/is.po,1,2,2,0,0,173,1033,174,1035,is.po,,is,,icelandic,,,is,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/id.po,3,13,12,0,0,171,1022,174,1035,id.po,,id,,indonesian,,,id,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/ia.po,1,2,2,0,0,173,1033,174,1035,ia.po,,ia,,interlingua,,,ia,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/hu.po,25,162,172,0,0,149,873,174,1035,hu.po,,hu,,hungarian,,,hu,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/hi.po,1,2,2,0,0,173,1033,174,1035,hi.po,,hi,,hindi,,,hi,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/gu.po,1,2,2,0,0,173,1033,174,1035,gu.po,,gu,,gujarati,,,gu,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/fur.po,14,88,113,0,0,160,947,174,1035,fur.po,,fur,,friulian,,,fur,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/fr.po,174,1035,1327,0,0,0,0,174,1035,fr.po,,fr,,french,,,fr,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/fil.po,1,8,9,0,0,173,1027,174,1035,fil.po,,fil,,filipino,,,fil,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/fi.po,8,36,32,0,0,166,999,174,1035,fi.po,,fi,,finnish,,,fi,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/fa.po,1,2,3,0,0,173,1033,174,1035,fa.po,,fa,,persian,,,fa,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/eu.po,1,4,5,0,0,173,1031,174,1035,eu.po,,eu,,basque,,,eu,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/es.po,102,595,780,0,0,72,440,174,1035,es.po,,es,,spanish,,,es,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/el.po,1,2,2,0,0,173,1033,174,1035,el.po,,el,,greek,,,el,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/de.po,102,595,638,0,0,72,440,174,1035,de.po,,de,,german,,,de,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/da.po,5,18,18,0,0,169,1017,174,1035,da.po,,da,,danish,,,da,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/cs.po,25,167,162,0,0,149,868,174,1035,cs.po,,cs,,czech,,,cs,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/ca.po,21,123,169,0,0,153,912,174,1035,ca.po,,ca,,catalan,,,ca,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/bn_in.po,1,2,1,0,0,173,1033,174,1035,bn_in.po,,bn,in,bangla,,india,bn_in,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/bn.po,1,2,1,0,0,173,1033,174,1035,bn.po,,bn,,bangla,,,bn,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/bg.po,6,30,32,0,0,168,1005,174,1035,bg.po,,bg,,bulgarian,,,bg,po -libdnf-0.35.3-6.fc31.src.rpm.stats.csv,po/as.po,1,2,1,0,0,173,1033,174,1035,as.po,,as,,assamese,,,as,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/sq.po,181,458,531,3,17,993,6502,1177,6977,sq.po,,sq,,albanian,,,sq,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/sr.po,602,3700,3293,4,25,571,3252,1177,6977,sr.po,,sr,,serbian,,,sr,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/tr.po,407,997,992,3,17,767,5963,1177,6977,tr.po,,tr,,turkish,,,tr,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/de.po,1176,6976,5965,1,1,0,0,1177,6977,de.po,,de,,german,,,de,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/pl.po,1177,6977,6334,0,0,0,0,1177,6977,pl.po,,pl,,polish,,,pl,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/nl.po,1172,6930,6251,5,47,0,0,1177,6977,nl.po,,nl,,dutch,,,nl,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/en_ca.po,59,705,705,0,0,1118,6272,1177,6977,en_ca.po,,en,ca,english,,canada,en_ca,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/zh_cn.po,355,999,736,3,17,819,5961,1177,6977,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/ru.po,648,3546,3071,5,47,524,3384,1177,6977,ru.po,,ru,,russian,,,ru,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/pt_br.po,657,1746,1936,3,17,517,5214,1177,6977,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/sk.po,1177,6977,6232,0,0,0,0,1177,6977,sk.po,,sk,,slovak,,,sk,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/sv.po,612,1540,1395,119,321,446,5116,1177,6977,sv.po,,sv,,swedish,,,sv,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/en_au.po,1172,6930,6930,5,47,0,0,1177,6977,en_au.po,,en,au,english,,australia,en_au,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/ja.po,728,1894,1376,24,80,425,5003,1177,6977,ja.po,,ja,,japanese,,,ja,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/vi.po,1177,6977,8942,0,0,0,0,1177,6977,vi.po,,vi,,vietnamese,,,vi,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/fr.po,182,1220,1329,393,1220,602,4537,1177,6977,fr.po,,fr,,french,,,fr,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/da.po,1177,6977,5807,0,0,0,0,1177,6977,da.po,,da,,danish,,,da,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/uk.po,548,1243,1389,0,0,629,5734,1177,6977,uk.po,,uk,,ukrainian,,,uk,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/es.po,242,2517,2806,387,2212,548,2248,1177,6977,es.po,,es,,spanish,,,es,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/it.po,892,5092,5425,57,503,228,1382,1177,6977,it.po,,it,,italian,,,it,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/pt.po,170,420,428,3,17,1004,6540,1177,6977,pt.po,,pt,,portuguese,,,pt,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/bs.po,1172,6930,6271,5,47,0,0,1177,6977,bs.po,,bs,,bosnian,,,bs,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/be.po,215,610,609,3,17,959,6350,1177,6977,be.po,,be,,belarusian,,,be,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/en_gb.po,1172,6930,6930,5,47,0,0,1177,6977,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libexif-0.6.21-20.fc31.src.rpm.stats.csv,po/cs.po,729,3309,2947,5,47,443,3621,1177,6977,cs.po,,cs,,czech,,,cs,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/zh_tw.po,84,684,148,0,0,1,11,85,695,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/zh_hk.po,85,695,150,0,0,0,0,85,695,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/zh_cn.po,84,684,142,0,0,1,11,85,695,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/vi.po,84,684,848,0,0,1,11,85,695,vi.po,,vi,,vietnamese,,,vi,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/uk.po,74,597,503,0,0,11,98,85,695,uk.po,,uk,,ukrainian,,,uk,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ug.po,76,614,544,0,0,9,81,85,695,ug.po,,ug,,uyghur,,,ug,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/tr.po,84,684,548,0,0,1,11,85,695,tr.po,,tr,,turkish,,,tr,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/th.po,84,684,195,0,0,1,11,85,695,th.po,,th,,thai,,,th,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/tg.po,12,106,107,0,0,73,589,85,695,tg.po,,tg,,tajik,,,tg,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/te.po,76,614,470,0,0,9,81,85,695,te.po,,te,,telugu,,,te,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ta.po,74,597,446,0,0,11,98,85,695,ta.po,,ta,,tamil,,,ta,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/sv.po,85,689,657,0,0,0,6,85,695,sv.po,,sv,,swedish,,,sv,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/sr@latin.po,84,684,640,0,0,1,11,85,695,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/sr.po,84,684,640,0,0,1,11,85,695,sr.po,,sr,,serbian,,,sr,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/sl.po,84,684,640,0,0,1,11,85,695,sl.po,,sl,,slovenian,,,sl,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/sk.po,84,684,642,0,0,1,11,85,695,sk.po,,sk,,slovak,,,sk,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ru.po,84,684,572,0,0,1,11,85,695,ru.po,,ru,,russian,,,ru,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ro.po,85,689,765,0,0,0,6,85,695,ro.po,,ro,,romanian,,,ro,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/pt_br.po,85,689,723,0,0,0,6,85,695,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/pt.po,84,684,722,0,0,1,11,85,695,pt.po,,pt,,portuguese,,,pt,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/pl.po,85,689,599,0,0,0,6,85,695,pl.po,,pl,,polish,,,pl,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/pa.po,85,695,731,0,0,0,0,85,695,pa.po,,pa,,punjabi,,,pa,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/or.po,74,597,582,0,0,11,98,85,695,or.po,,or,,odia,,,or,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/oc.po,84,684,752,0,0,1,11,85,695,oc.po,,oc,,occitan,,,oc,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/nl.po,84,684,692,0,0,1,11,85,695,nl.po,,nl,,dutch,,,nl,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ne.po,26,204,190,32,208,27,283,85,695,ne.po,,ne,,nepali,,,ne,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/nb.po,84,684,673,0,0,1,11,85,695,nb.po,,nb,,norwegian bokmål,,,nb,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/mr.po,74,597,506,0,0,11,98,85,695,mr.po,,mr,,marathi,,,mr,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ml.po,30,192,143,2,22,53,481,85,695,ml.po,,ml,,malayalam,,,ml,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/lv.po,84,684,537,0,0,1,11,85,695,lv.po,,lv,,latvian,,,lv,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/lt.po,85,689,531,0,0,0,6,85,695,lt.po,,lt,,lithuanian,,,lt,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ko.po,84,684,476,0,0,1,11,85,695,ko.po,,ko,,korean,,,ko,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/kn.po,14,79,68,0,0,71,616,85,695,kn.po,,kn,,kannada,,,kn,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ja.po,81,659,129,0,0,4,36,85,695,ja.po,,ja,,japanese,,,ja,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/it.po,84,684,697,0,0,1,11,85,695,it.po,,it,,italian,,,it,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/id.po,85,689,632,0,0,0,6,85,695,id.po,,id,,indonesian,,,id,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/hu.po,84,684,569,0,0,1,11,85,695,hu.po,,hu,,hungarian,,,hu,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/hr.po,84,684,615,0,0,1,11,85,695,hr.po,,hr,,croatian,,,hr,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/hi.po,76,614,721,0,0,9,81,85,695,hi.po,,hi,,hindi,,,hi,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/he.po,84,684,564,0,0,1,11,85,695,he.po,,he,,hebrew,,,he,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/gu.po,48,324,349,4,34,33,337,85,695,gu.po,,gu,,gujarati,,,gu,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/gl.po,84,684,711,0,0,1,11,85,695,gl.po,,gl,,galician,,,gl,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/fur.po,84,684,781,0,0,1,11,85,695,fur.po,,fur,,friulian,,,fur,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/fr.po,84,684,770,0,0,1,11,85,695,fr.po,,fr,,french,,,fr,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/fi.po,76,612,495,4,41,5,42,85,695,fi.po,,fi,,finnish,,,fi,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/eu.po,85,689,595,0,0,0,6,85,695,eu.po,,eu,,basque,,,eu,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/et.po,85,695,542,0,0,0,0,85,695,et.po,,et,,estonian,,,et,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/es.po,85,689,739,0,0,0,6,85,695,es.po,,es,,spanish,,,es,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/eo.po,53,385,338,1,11,31,299,85,695,eo.po,,eo,,esperanto,,,eo,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/en_gb.po,85,689,689,0,0,0,6,85,695,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/el.po,84,684,790,0,0,1,11,85,695,el.po,,el,,greek,,,el,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/de.po,85,689,677,0,0,0,6,85,695,de.po,,de,,german,,,de,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/da.po,84,684,661,0,0,1,11,85,695,da.po,,da,,danish,,,da,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/cs.po,85,689,632,0,0,0,6,85,695,cs.po,,cs,,czech,,,cs,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,84,684,720,0,0,1,11,85,695,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ca.po,84,684,720,0,0,1,11,85,695,ca.po,,ca,,catalan,,,ca,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/bs.po,85,695,609,0,0,0,0,85,695,bs.po,,bs,,bosnian,,,bs,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/bn_in.po,67,552,540,0,0,18,143,85,695,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/bg.po,85,695,751,0,0,0,0,85,695,bg.po,,bg,,bulgarian,,,bg,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/be.po,84,684,617,0,0,1,11,85,695,be.po,,be,,belarusian,,,be,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/as.po,85,695,656,0,0,0,0,85,695,as.po,,as,,assamese,,,as,po -libgdata-0.17.11-1.fc31.src.rpm.stats.csv,po/ar.po,55,403,333,0,0,30,292,85,695,ar.po,,ar,,arabic,,,ar,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ml.po,39,187,147,0,0,20,99,59,286,ml.po,,ml,,malayalam,,,ml,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/nn.po,50,277,280,0,0,9,9,59,286,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/eu.po,55,242,201,0,0,4,44,59,286,eu.po,,eu,,basque,,,eu,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/lv.po,39,187,161,0,0,20,99,59,286,lv.po,,lv,,latvian,,,lv,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/km.po,39,187,69,0,0,20,99,59,286,km.po,,km,,khmer,,,km,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ar.po,55,242,231,0,0,4,44,59,286,ar.po,,ar,,arabic,,,ar,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/eo.po,40,188,159,0,0,19,98,59,286,eo.po,,eo,,esperanto,,,eo,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/bs.po,39,187,177,0,0,20,99,59,286,bs.po,,bs,,bosnian,,,bs,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,40,188,227,0,0,19,98,59,286,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/oc.po,39,187,239,0,0,20,99,59,286,oc.po,,oc,,occitan,,,oc,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ru.po,55,242,218,0,0,4,44,59,286,ru.po,,ru,,russian,,,ru,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ast.po,59,286,340,0,0,0,0,59,286,ast.po,,ast,,asturian,,,ast,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/vi.po,40,188,263,0,0,19,98,59,286,vi.po,,vi,,vietnamese,,,vi,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/hu.po,40,188,151,0,0,19,98,59,286,hu.po,,hu,,hungarian,,,hu,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ja.po,55,242,77,0,0,4,44,59,286,ja.po,,ja,,japanese,,,ja,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,55,242,241,0,0,4,44,59,286,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/cs.po,40,188,165,0,0,19,98,59,286,cs.po,,cs,,czech,,,cs,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/pa.po,55,242,236,0,0,4,44,59,286,pa.po,,pa,,punjabi,,,pa,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,55,242,68,0,0,4,44,59,286,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/lt.po,40,188,157,0,0,19,98,59,286,lt.po,,lt,,lithuanian,,,lt,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/be@latin.po,49,235,217,0,0,10,51,59,286,be@latin.po,latin,be,,belarusian,,,be@latin,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/tr.po,40,188,175,0,0,19,98,59,286,tr.po,,tr,,turkish,,,tr,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/be.po,55,242,230,0,0,4,44,59,286,be.po,,be,,belarusian,,,be,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/uk.po,55,242,218,0,0,4,44,59,286,uk.po,,uk,,ukrainian,,,uk,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/id.po,40,188,199,0,0,19,98,59,286,id.po,,id,,indonesian,,,id,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/es.po,40,188,241,0,0,19,98,59,286,es.po,,es,,spanish,,,es,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/bn_in.po,39,187,188,0,0,20,99,59,286,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ka.po,49,262,199,0,0,10,24,59,286,ka.po,,ka,,georgian,,,ka,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ro.po,55,242,238,0,0,4,44,59,286,ro.po,,ro,,romanian,,,ro,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/gl.po,55,242,317,0,0,4,44,59,286,gl.po,,gl,,galician,,,gl,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/or.po,55,242,255,0,0,4,44,59,286,or.po,,or,,odia,,,or,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/da.po,40,188,143,0,0,19,98,59,286,da.po,,da,,danish,,,da,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/nl.po,40,188,155,0,0,19,98,59,286,nl.po,,nl,,dutch,,,nl,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/kk.po,39,187,163,0,0,20,99,59,286,kk.po,,kk,,kazakh,,,kk,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/bg.po,55,242,272,0,0,4,44,59,286,bg.po,,bg,,bulgarian,,,bg,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/th.po,55,242,81,0,0,4,44,59,286,th.po,,th,,thai,,,th,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/tg.po,39,187,180,0,0,20,99,59,286,tg.po,,tg,,tajik,,,tg,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/bn.po,59,286,282,0,0,0,0,59,286,bn.po,,bn,,bangla,,,bn,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/dz.po,50,277,101,0,0,9,9,59,286,dz.po,,dz,,dzongkha,,,dz,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ug.po,55,242,216,0,0,4,44,59,286,ug.po,,ug,,uyghur,,,ug,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/et.po,55,242,197,0,0,4,44,59,286,et.po,,et,,estonian,,,et,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/sr.po,40,188,190,0,0,19,98,59,286,sr.po,,sr,,serbian,,,sr,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/he.po,55,242,244,0,0,4,44,59,286,he.po,,he,,hebrew,,,he,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,55,242,68,0,0,4,44,59,286,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ta.po,55,242,208,0,0,4,44,59,286,ta.po,,ta,,tamil,,,ta,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/si.po,49,262,268,0,0,10,24,59,286,si.po,,si,,sinhala,,,si,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/sr@latin.po,40,188,190,0,0,19,98,59,286,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/fur.po,39,187,233,0,0,20,99,59,286,fur.po,,fur,,friulian,,,fur,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ms.po,47,183,166,0,0,12,103,59,286,ms.po,,ms,,malay,,,ms,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ga.po,51,246,275,0,0,8,40,59,286,ga.po,,ga,,irish,,,ga,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/sk.po,40,188,170,0,0,19,98,59,286,sk.po,,sk,,slovak,,,sk,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,55,242,324,0,0,4,44,59,286,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/hi.po,39,187,187,0,0,20,99,59,286,hi.po,,hi,,hindi,,,hi,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/sq.po,49,235,286,0,0,10,51,59,286,sq.po,,sq,,albanian,,,sq,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ko.po,55,242,225,0,0,4,44,59,286,ko.po,,ko,,korean,,,ko,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/fr.po,55,242,296,0,0,4,44,59,286,fr.po,,fr,,french,,,fr,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/fa.po,55,242,227,0,0,4,44,59,286,fa.po,,fa,,persian,,,fa,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/sv.po,40,188,140,0,0,19,98,59,286,sv.po,,sv,,swedish,,,sv,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/it.po,40,188,217,0,0,19,98,59,286,it.po,,it,,italian,,,it,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/en@shaw.po,51,210,210,8,76,0,0,59,286,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/mr.po,39,187,162,0,0,20,99,59,286,mr.po,,mr,,marathi,,,mr,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/as.po,39,187,177,0,0,20,99,59,286,as.po,,as,,assamese,,,as,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/kn.po,39,187,159,0,0,20,99,59,286,kn.po,,kn,,kannada,,,kn,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/mk.po,49,235,281,0,0,10,51,59,286,mk.po,,mk,,macedonian,,,mk,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/pl.po,40,188,171,0,0,19,98,59,286,pl.po,,pl,,polish,,,pl,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/gu.po,55,242,224,0,0,4,44,59,286,gu.po,,gu,,gujarati,,,gu,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/pt.po,40,188,231,0,0,19,98,59,286,pt.po,,pt,,portuguese,,,pt,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/nb.po,55,242,211,0,0,4,44,59,286,nb.po,,nb,,norwegian bokmål,,,nb,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/te.po,55,242,215,0,0,4,44,59,286,te.po,,te,,telugu,,,te,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/el.po,39,187,187,0,0,20,99,59,286,el.po,,el,,greek,,,el,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/mai.po,27,109,111,0,0,32,177,59,286,mai.po,,mai,,maithili,,,mai,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/fi.po,40,188,126,0,0,19,98,59,286,fi.po,,fi,,finnish,,,fi,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/de.po,40,188,156,0,0,19,98,59,286,de.po,,de,,german,,,de,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/ca.po,55,242,324,0,0,4,44,59,286,ca.po,,ca,,catalan,,,ca,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/sl.po,40,188,173,0,0,19,98,59,286,sl.po,,sl,,slovenian,,,sl,po -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,55,242,68,0,0,4,44,59,286,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/hu.po,257,738,758,118,385,71,301,446,1424,hu.po,,hu,,hungarian,,,hu,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/vi.po,259,740,1268,116,377,71,307,446,1424,vi.po,,vi,,vietnamese,,,vi,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/zh_tw.po,327,978,445,77,274,42,172,446,1424,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/cs.po,327,978,986,77,274,42,172,446,1424,cs.po,,cs,,czech,,,cs,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/sv.po,274,789,688,109,362,63,273,446,1424,sv.po,,sv,,swedish,,,sv,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/zh_cn.po,200,546,230,117,380,129,498,446,1424,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/sr.po,257,738,794,114,371,75,315,446,1424,sr.po,,sr,,serbian,,,sr,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/de.po,446,1424,1373,0,0,0,0,446,1424,de.po,,de,,german,,,de,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/ru.po,444,1420,1447,2,4,0,0,446,1424,ru.po,,ru,,russian,,,ru,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/ro.po,223,613,723,140,450,83,361,446,1424,ro.po,,ro,,romanian,,,ro,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/uk.po,444,1420,1544,2,4,0,0,446,1424,uk.po,,uk,,ukrainian,,,uk,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/pl.po,444,1420,1482,2,4,0,0,446,1424,pl.po,,pl,,polish,,,pl,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/eo.po,259,740,728,120,391,67,293,446,1424,eo.po,,eo,,esperanto,,,eo,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/da.po,325,971,854,79,281,42,172,446,1424,da.po,,da,,danish,,,da,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/pt.po,310,922,1129,90,310,46,192,446,1424,pt.po,,pt,,portuguese,,,pt,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/nl.po,309,917,830,87,301,50,206,446,1424,nl.po,,nl,,dutch,,,nl,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/es.po,392,1187,1557,2,4,52,233,446,1424,es.po,,es,,spanish,,,es,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/ja.po,444,1420,540,2,4,0,0,446,1424,ja.po,,ja,,japanese,,,ja,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/it.po,310,922,1098,90,310,46,192,446,1424,it.po,,it,,italian,,,it,po -libgpg-error-1.36-2.fc31.src.rpm.stats.csv,po/fr.po,327,978,1166,77,274,42,172,446,1424,fr.po,,fr,,french,,,fr,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/cs.po,75,459,412,1,3,0,0,76,462,cs.po,,cs,,czech,,,cs,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/sr.po,76,462,482,0,0,0,0,76,462,sr.po,,sr,,serbian,,,sr,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/de.po,76,462,454,0,0,0,0,76,462,de.po,,de,,german,,,de,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/zh_tw.po,76,462,197,0,0,0,0,76,462,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/sv.po,76,462,432,0,0,0,0,76,462,sv.po,,sv,,swedish,,,sv,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/nl.po,76,462,463,0,0,0,0,76,462,nl.po,,nl,,dutch,,,nl,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/fi.po,76,462,355,0,0,0,0,76,462,fi.po,,fi,,finnish,,,fi,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/vi.po,76,462,624,0,0,0,0,76,462,vi.po,,vi,,vietnamese,,,vi,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/es.po,76,462,531,0,0,0,0,76,462,es.po,,es,,spanish,,,es,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/da.po,76,462,426,0,0,0,0,76,462,da.po,,da,,danish,,,da,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/pl.po,76,462,487,0,0,0,0,76,462,pl.po,,pl,,polish,,,pl,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/ja.po,48,269,112,23,173,5,20,76,462,ja.po,,ja,,japanese,,,ja,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/zh_cn.po,76,462,181,0,0,0,0,76,462,zh_cn.po,,zh,cn,chinese,,china,zh_cn,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/fr.po,76,462,509,0,0,0,0,76,462,fr.po,,fr,,french,,,fr,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/ru.po,76,462,409,0,0,0,0,76,462,ru.po,,ru,,russian,,,ru,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/it.po,75,459,491,1,3,0,0,76,462,it.po,,it,,italian,,,it,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/sk.po,69,405,386,5,50,2,7,76,462,sk.po,,sk,,slovak,,,sk,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/eu.po,44,263,239,23,173,9,26,76,462,eu.po,,eu,,basque,,,eu,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/uk.po,76,462,435,0,0,0,0,76,462,uk.po,,uk,,ukrainian,,,uk,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,libgphoto2_port/po/pt_br.po,76,462,555,0,0,0,0,76,462,pt_br.po,,pt,br,portuguese,,brazil,pt_br,libgphoto2_port/po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/cs.po,2158,9969,11374,270,952,72,234,2500,11155,cs.po,,cs,,czech,,,cs,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/de.po,2331,10427,9699,122,444,47,284,2500,11155,de.po,,de,,german,,,de,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/sv.po,2468,11048,9724,19,70,13,37,2500,11155,sv.po,,sv,,swedish,,,sv,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/nl.po,1890,8684,8035,317,1080,293,1391,2500,11155,nl.po,,nl,,dutch,,,nl,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/vi.po,2417,10903,15536,63,203,20,49,2500,11155,vi.po,,vi,,vietnamese,,,vi,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/es.po,1701,6663,7810,611,2366,188,2126,2500,11155,es.po,,es,,spanish,,,es,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/da.po,2468,11048,9836,19,70,13,37,2500,11155,da.po,,da,,danish,,,da,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/pl.po,2468,11048,11119,19,70,13,37,2500,11155,pl.po,,pl,,polish,,,pl,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/ja.po,1180,5257,2874,662,2923,658,2975,2500,11155,ja.po,,ja,,japanese,,,ja,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/zh_cn.po,602,2742,1278,756,3196,1142,5217,2500,11155,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/fr.po,2468,11048,13832,19,70,13,37,2500,11155,fr.po,,fr,,french,,,fr,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/hu.po,579,2661,2623,756,3216,1165,5278,2500,11155,hu.po,,hu,,hungarian,,,hu,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/ru.po,577,3043,2796,734,2867,1189,5245,2500,11155,ru.po,,ru,,russian,,,ru,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/it.po,1529,5390,5820,104,318,867,5447,2500,11155,it.po,,it,,italian,,,it,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/eu.po,794,4240,3992,854,3597,852,3318,2500,11155,eu.po,,eu,,basque,,,eu,po -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv,po/uk.po,2468,11048,10919,19,70,13,37,2500,11155,uk.po,,uk,,ukrainian,,,uk,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/tr.po,149,719,619,0,0,1,124,150,843,tr.po,,tr,,turkish,,,tr,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ta.po,34,243,195,0,0,116,600,150,843,ta.po,,ta,,tamil,,,ta,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ro.po,110,843,1003,0,0,40,0,150,843,ro.po,,ro,,romanian,,,ro,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/zh_cn.po,150,720,307,0,0,0,123,150,843,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/it.po,146,696,760,0,0,4,147,150,843,it.po,,it,,italian,,,it,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/pa.po,13,69,70,0,0,137,774,150,843,pa.po,,pa,,punjabi,,,pa,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ca.po,146,696,981,0,0,4,147,150,843,ca.po,,ca,,catalan,,,ca,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/pt_br.po,150,720,877,0,0,0,123,150,843,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ru.po,149,719,649,0,0,1,124,150,843,ru.po,,ru,,russian,,,ru,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ml.po,15,27,28,0,0,135,816,150,843,ml.po,,ml,,malayalam,,,ml,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/es.po,150,720,925,0,0,0,123,150,843,es.po,,es,,spanish,,,es,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/pt.po,150,720,817,0,0,0,123,150,843,pt.po,,pt,,portuguese,,,pt,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/da.po,150,720,655,0,0,0,123,150,843,da.po,,da,,danish,,,da,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/sv.po,150,720,647,0,0,0,123,150,843,sv.po,,sv,,swedish,,,sv,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/tg.po,2,5,5,0,0,148,838,150,843,tg.po,,tg,,tajik,,,tg,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/he.po,146,696,696,0,0,4,147,150,843,he.po,,he,,hebrew,,,he,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/uk.po,28,213,195,0,0,122,630,150,843,uk.po,,uk,,ukrainian,,,uk,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/eo.po,116,503,481,3,20,31,320,150,843,eo.po,,eo,,esperanto,,,eo,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ca@valencia.po,146,696,971,0,0,4,147,150,843,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/fr.po,150,720,909,0,0,0,123,150,843,fr.po,,fr,,french,,,fr,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/nb.po,75,359,346,1,3,74,481,150,843,nb.po,,nb,,norwegian bokmål,,,nb,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/pl.po,150,720,696,0,0,0,123,150,843,pl.po,,pl,,polish,,,pl,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/sl.po,150,720,700,0,0,0,123,150,843,sl.po,,sl,,slovenian,,,sl,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/eu.po,149,719,669,0,0,1,124,150,843,eu.po,,eu,,basque,,,eu,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/en_gb.po,145,692,692,0,0,5,151,150,843,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/de.po,150,720,693,0,0,0,123,150,843,de.po,,de,,german,,,de,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/fi.po,146,696,524,0,0,4,147,150,843,fi.po,,fi,,finnish,,,fi,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/zh_tw.po,146,696,275,0,0,4,147,150,843,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/sr@latin.po,150,720,712,0,0,0,123,150,843,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/bs.po,149,719,699,0,0,1,124,150,843,bs.po,,bs,,bosnian,,,bs,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/sr.po,150,720,712,0,0,0,123,150,843,sr.po,,sr,,serbian,,,sr,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/sk.po,150,720,721,0,0,0,123,150,843,sk.po,,sk,,slovak,,,sk,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/gl.po,146,696,871,0,0,4,147,150,843,gl.po,,gl,,galician,,,gl,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/zh_hk.po,146,696,275,0,0,4,147,150,843,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/lv.po,146,696,617,0,0,4,147,150,843,lv.po,,lv,,latvian,,,lv,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/th.po,83,413,190,0,0,67,430,150,843,th.po,,th,,thai,,,th,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/el.po,150,720,763,0,0,0,123,150,843,el.po,,el,,greek,,,el,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/oc.po,34,216,256,0,0,116,627,150,843,oc.po,,oc,,occitan,,,oc,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/nn.po,109,833,717,0,0,41,10,150,843,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/hu.po,150,720,678,0,0,0,123,150,843,hu.po,,hu,,hungarian,,,hu,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ko.po,146,696,609,0,0,4,147,150,843,ko.po,,ko,,korean,,,ko,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/ja.po,145,692,276,1,4,4,147,150,843,ja.po,,ja,,japanese,,,ja,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/id.po,150,720,685,0,0,0,123,150,843,id.po,,id,,indonesian,,,id,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/cs.po,150,720,691,0,0,0,123,150,843,cs.po,,cs,,czech,,,cs,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/as.po,1,9,8,0,0,149,834,150,843,as.po,,as,,assamese,,,as,po -libgsf-1.14.43-5.fc31.src.rpm.stats.csv,po/lt.po,150,720,621,0,0,0,123,150,843,lt.po,,lt,,lithuanian,,,lt,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/sr.po,40,126,159,0,0,4,8,44,134,sr.po,,sr,,serbian,,,sr,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/cs.po,40,126,133,0,0,4,8,44,134,cs.po,,cs,,czech,,,cs,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/rw.po,5,5,6,24,102,15,27,44,134,rw.po,,rw,,kinyarwanda,,,rw,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ru.po,40,126,129,0,0,4,8,44,134,ru.po,,ru,,russian,,,ru,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,40,126,64,0,0,4,8,44,134,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ca.po,40,126,168,0,0,4,8,44,134,ca.po,,ca,,catalan,,,ca,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ku.po,7,17,22,1,1,36,116,44,134,ku.po,,ku,,kurdish,,,ku,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ka.po,10,14,14,17,81,17,39,44,134,ka.po,,ka,,georgian,,,ka,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/gl.po,40,126,161,0,0,4,8,44,134,gl.po,,gl,,galician,,,gl,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/vi.po,41,126,227,0,0,3,8,44,134,vi.po,,vi,,vietnamese,,,vi,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/nn.po,40,126,111,0,0,4,8,44,134,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/nl.po,40,126,124,0,0,4,8,44,134,nl.po,,nl,,dutch,,,nl,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/hu.po,40,126,108,0,0,4,8,44,134,hu.po,,hu,,hungarian,,,hu,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/th.po,40,126,56,0,0,4,8,44,134,th.po,,th,,thai,,,th,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/la.po,2,2,2,0,0,42,132,44,134,la.po,,la,,latin,,,la,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/bs.po,40,126,135,0,0,4,8,44,134,bs.po,,bs,,bosnian,,,bs,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/pt.po,40,126,146,0,0,4,8,44,134,pt.po,,pt,,portuguese,,,pt,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,40,126,167,0,0,4,8,44,134,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/sr@latin.po,40,126,159,0,0,4,8,44,134,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/mk.po,40,126,152,0,0,4,8,44,134,mk.po,,mk,,macedonian,,,mk,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/hi.po,40,126,145,0,0,4,8,44,134,hi.po,,hi,,hindi,,,hi,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/mi.po,0,0,0,8,34,36,100,44,134,mi.po,,mi,,maori,,,mi,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/te.po,40,126,113,0,0,4,8,44,134,te.po,,te,,telugu,,,te,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/fr.po,40,126,148,0,0,4,8,44,134,fr.po,,fr,,french,,,fr,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/tg.po,40,126,129,0,0,4,8,44,134,tg.po,,tg,,tajik,,,tg,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ta.po,40,126,113,0,0,4,8,44,134,ta.po,,ta,,tamil,,,ta,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/hr.po,40,126,137,0,0,4,8,44,134,hr.po,,hr,,croatian,,,hr,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/pa.po,40,126,127,0,0,4,8,44,134,pa.po,,pa,,punjabi,,,pa,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/id.po,40,126,115,0,0,4,8,44,134,id.po,,id,,indonesian,,,id,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/xh.po,44,134,153,0,0,0,0,44,134,xh.po,,xh,,xhosa,,,xh,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,40,126,147,0,0,4,8,44,134,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/lt.po,40,126,132,0,0,4,8,44,134,lt.po,,lt,,lithuanian,,,lt,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,40,126,126,0,0,4,8,44,134,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/et.po,40,126,103,0,0,4,8,44,134,et.po,,et,,estonian,,,et,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/da.po,40,126,113,0,0,4,8,44,134,da.po,,da,,danish,,,da,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,40,126,58,0,0,4,8,44,134,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/pl.po,40,126,140,0,0,4,8,44,134,pl.po,,pl,,polish,,,pl,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/oc.po,40,126,149,0,0,4,8,44,134,oc.po,,oc,,occitan,,,oc,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/el.po,40,126,144,0,0,4,8,44,134,el.po,,el,,greek,,,el,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/uk.po,40,126,138,0,0,4,8,44,134,uk.po,,uk,,ukrainian,,,uk,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/mr.po,40,126,127,0,0,4,8,44,134,mr.po,,mr,,marathi,,,mr,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ml.po,40,126,121,0,0,4,8,44,134,ml.po,,ml,,malayalam,,,ml,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/cy.po,44,134,146,0,0,0,0,44,134,cy.po,,cy,,welsh,,,cy,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/es.po,40,126,158,0,0,4,8,44,134,es.po,,es,,spanish,,,es,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ky.po,40,126,114,0,0,4,8,44,134,ky.po,,ky,,kyrgyz,,,ky,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/en_ca.po,44,134,134,0,0,0,0,44,134,en_ca.po,,en,ca,english,,canada,en_ca,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/dz.po,39,113,73,1,13,4,8,44,134,dz.po,,dz,,dzongkha,,,dz,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ast.po,40,126,155,0,0,4,8,44,134,ast.po,,ast,,asturian,,,ast,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,40,126,62,0,0,4,8,44,134,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/be.po,40,126,156,0,0,4,8,44,134,be.po,,be,,belarusian,,,be,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/sq.po,40,126,162,0,0,4,8,44,134,sq.po,,sq,,albanian,,,sq,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/tr.po,40,126,109,0,0,4,8,44,134,tr.po,,tr,,turkish,,,tr,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/or.po,40,126,133,0,0,4,8,44,134,or.po,,or,,odia,,,or,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/bn.po,40,126,143,0,0,4,8,44,134,bn.po,,bn,,bangla,,,bn,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/sv.po,40,126,100,0,0,4,8,44,134,sv.po,,sv,,swedish,,,sv,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,40,126,152,0,0,4,8,44,134,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/sk.po,40,126,138,0,0,4,8,44,134,sk.po,,sk,,slovak,,,sk,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/az.po,42,118,118,2,16,0,0,44,134,az.po,,az,,azerbaijani,,,az,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/fur.po,40,126,142,0,0,4,8,44,134,fur.po,,fur,,friulian,,,fur,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/de.po,40,126,109,0,0,4,8,44,134,de.po,,de,,german,,,de,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/gu.po,40,126,156,0,0,4,8,44,134,gu.po,,gu,,gujarati,,,gu,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/sl.po,40,126,145,0,0,4,8,44,134,sl.po,,sl,,slovenian,,,sl,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/as.po,40,126,146,0,0,4,8,44,134,as.po,,as,,assamese,,,as,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/eu.po,40,126,113,0,0,4,8,44,134,eu.po,,eu,,basque,,,eu,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/mn.po,42,118,109,2,16,0,0,44,134,mn.po,,mn,,mongolian,,,mn,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/eo.po,40,126,118,0,0,4,8,44,134,eo.po,,eo,,esperanto,,,eo,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ne.po,40,126,132,0,0,4,8,44,134,ne.po,,ne,,nepali,,,ne,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/mai.po,40,126,134,0,0,4,8,44,134,mai.po,,mai,,maithili,,,mai,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/bg.po,40,126,148,0,0,4,8,44,134,bg.po,,bg,,bulgarian,,,bg,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ro.po,40,126,172,0,0,4,8,44,134,ro.po,,ro,,romanian,,,ro,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,40,126,126,0,0,4,8,44,134,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ja.po,40,126,49,0,0,4,8,44,134,ja.po,,ja,,japanese,,,ja,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/he.po,40,126,126,0,0,4,8,44,134,he.po,,he,,hebrew,,,he,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/lv.po,40,126,125,0,0,4,8,44,134,lv.po,,lv,,latvian,,,lv,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/fa.po,40,126,141,0,0,4,8,44,134,fa.po,,fa,,persian,,,fa,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/kn.po,40,126,118,0,0,4,8,44,134,kn.po,,kn,,kannada,,,kn,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/it.po,40,126,139,0,0,4,8,44,134,it.po,,it,,italian,,,it,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ms.po,40,110,110,3,22,1,2,44,134,ms.po,,ms,,malay,,,ms,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/mg.po,44,134,155,0,0,0,0,44,134,mg.po,,mg,,malagasy,,,mg,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/am.po,9,12,12,0,0,35,122,44,134,am.po,,am,,amharic,,,am,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/nb.po,40,126,117,0,0,4,8,44,134,nb.po,,nb,,norwegian bokmål,,,nb,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ko.po,40,126,103,0,0,4,8,44,134,ko.po,,ko,,korean,,,ko,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ar.po,40,126,171,0,0,4,8,44,134,ar.po,,ar,,arabic,,,ar,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/fi.po,39,122,89,1,4,4,8,44,134,fi.po,,fi,,finnish,,,fi,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ga.po,40,126,162,0,0,4,8,44,134,ga.po,,ga,,irish,,,ga,po -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv,po/ug.po,40,126,121,0,0,4,8,44,134,ug.po,,ug,,uyghur,,,ug,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/zh_tw.po,4267,5481,4347,107,129,2229,4309,6603,9919,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/zh_hk.po,4267,5481,4342,107,129,2229,4309,6603,9919,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/zh_cn.po,4412,5664,4448,7,11,2184,4244,6603,9919,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/vi.po,4374,5625,5762,0,0,2229,4294,6603,9919,vi.po,,vi,,vietnamese,,,vi,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/uk.po,4374,5625,5407,0,0,2229,4294,6603,9919,uk.po,,uk,,ukrainian,,,uk,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ug.po,4375,5624,5525,0,0,2228,4295,6603,9919,ug.po,,ug,,uyghur,,,ug,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/tr.po,4439,5702,5676,0,0,2164,4217,6603,9919,tr.po,,tr,,turkish,,,tr,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/th.po,2603,3377,2822,18,53,3982,6489,6603,9919,th.po,,th,,thai,,,th,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/te.po,4430,5687,5764,0,0,2173,4232,6603,9919,te.po,,te,,telugu,,,te,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ta.po,4430,5687,5794,0,0,2173,4232,6603,9919,ta.po,,ta,,tamil,,,ta,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/sv.po,4439,5702,5630,0,0,2164,4217,6603,9919,sv.po,,sv,,swedish,,,sv,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/sr@latin.po,4440,5703,5739,0,0,2163,4216,6603,9919,sr@latin.po,latin,sr,,serbian,,,sr@latin,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/sr.po,4439,5702,5738,0,0,2164,4217,6603,9919,sr.po,,sr,,serbian,,,sr,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/sq.po,4566,6823,6871,0,0,2037,3096,6603,9919,sq.po,,sq,,albanian,,,sq,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/sl.po,4439,5702,5837,0,0,2164,4217,6603,9919,sl.po,,sl,,slovenian,,,sl,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/sk.po,4442,5703,5671,0,0,2161,4216,6603,9919,sk.po,,sk,,slovak,,,sk,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/si.po,4256,6087,5873,0,0,2347,3832,6603,9919,si.po,,si,,sinhala,,,si,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/rw.po,226,310,331,83,261,6294,9348,6603,9919,rw.po,,rw,,kinyarwanda,,,rw,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ru.po,4439,5702,4918,0,0,2164,4217,6603,9919,ru.po,,ru,,russian,,,ru,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ro.po,4439,5702,5768,0,0,2164,4217,6603,9919,ro.po,,ro,,romanian,,,ro,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/pt_br.po,4439,5702,5804,0,0,2164,4217,6603,9919,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/pt.po,4431,5688,5875,0,0,2172,4231,6603,9919,pt.po,,pt,,portuguese,,,pt,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/pl.po,4439,5702,5688,0,0,2164,4217,6603,9919,pl.po,,pl,,polish,,,pl,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/pa.po,4442,5703,5704,0,0,2161,4216,6603,9919,pa.po,,pa,,punjabi,,,pa,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/or.po,4430,5687,5676,0,0,2173,4232,6603,9919,or.po,,or,,odia,,,or,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/oc.po,4431,5688,5806,0,0,2172,4231,6603,9919,oc.po,,oc,,occitan,,,oc,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/nn.po,4374,5625,5480,0,0,2229,4294,6603,9919,nn.po,,nn,,norwegian nynorsk,,,nn,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/nl.po,4439,5702,5620,0,0,2164,4217,6603,9919,nl.po,,nl,,dutch,,,nl,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ne.po,3014,3917,3912,343,601,3246,5401,6603,9919,ne.po,,ne,,nepali,,,ne,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/nds.po,4337,5586,5471,0,0,2266,4333,6603,9919,nds.po,,nds,,low german,,,nds,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/nb.po,4442,5703,5630,0,0,2161,4216,6603,9919,nb.po,,nb,,norwegian bokmål,,,nb,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ms.po,4374,5625,5650,0,0,2229,4294,6603,9919,ms.po,,ms,,malay,,,ms,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/mr.po,4375,5624,5635,0,0,2228,4295,6603,9919,mr.po,,mr,,marathi,,,mr,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/mn.po,2678,3642,3641,0,0,3925,6277,6603,9919,mn.po,,mn,,mongolian,,,mn,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ml.po,4442,5703,5809,0,0,2161,4216,6603,9919,ml.po,,ml,,malayalam,,,ml,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/mk.po,4374,5625,5606,0,0,2229,4294,6603,9919,mk.po,,mk,,macedonian,,,mk,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/mg.po,4325,6196,6185,30,61,2248,3662,6603,9919,mg.po,,mg,,malagasy,,,mg,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/mai.po,4337,5586,5656,0,0,2266,4333,6603,9919,mai.po,,mai,,maithili,,,mai,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/lv.po,2900,3781,3699,0,0,3703,6138,6603,9919,lv.po,,lv,,latvian,,,lv,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/lt.po,4439,5702,5699,0,0,2164,4217,6603,9919,lt.po,,lt,,lithuanian,,,lt,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ky.po,6597,9910,9670,0,0,6,9,6603,9919,ky.po,,ky,,kyrgyz,,,ky,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ku.po,4369,5620,5616,0,0,2234,4299,6603,9919,ku.po,,ku,,kurdish,,,ku,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ko.po,1045,1337,1148,0,0,5558,8582,6603,9919,ko.po,,ko,,korean,,,ko,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/kn.po,4374,5623,5626,0,0,2229,4296,6603,9919,kn.po,,kn,,kannada,,,kn,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/kk.po,2034,2489,2193,0,0,4569,7430,6603,9919,kk.po,,kk,,kazakh,,,kk,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ka.po,6588,9901,9865,0,0,15,18,6603,9919,ka.po,,ka,,georgian,,,ka,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ja.po,4375,5627,4847,0,0,2228,4292,6603,9919,ja.po,,ja,,japanese,,,ja,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/it.po,4439,5702,5764,0,0,2164,4217,6603,9919,it.po,,it,,italian,,,it,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/is.po,4439,5702,5541,0,0,2164,4217,6603,9919,is.po,,is,,icelandic,,,is,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/id.po,4439,5702,5701,0,0,2164,4217,6603,9919,id.po,,id,,indonesian,,,id,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/hu.po,4439,5702,5589,0,0,2164,4217,6603,9919,hu.po,,hu,,hungarian,,,hu,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/hr.po,4439,5702,5725,0,0,2164,4217,6603,9919,hr.po,,hr,,croatian,,,hr,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/hi.po,4374,5623,5692,0,0,2229,4296,6603,9919,hi.po,,hi,,hindi,,,hi,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/he.po,4449,5709,5690,0,0,2154,4210,6603,9919,he.po,,he,,hebrew,,,he,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/gu.po,4414,5666,5686,0,0,2189,4253,6603,9919,gu.po,,gu,,gujarati,,,gu,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/gl.po,4439,5702,5802,0,0,2164,4217,6603,9919,gl.po,,gl,,galician,,,gl,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/gd.po,4441,5702,5959,0,0,2162,4217,6603,9919,gd.po,,gd,,scottish gaelic,,,gd,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ga.po,1888,2462,2589,910,1322,3805,6135,6603,9919,ga.po,,ga,,irish,,,ga,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/fur.po,4439,5702,5768,0,0,2164,4217,6603,9919,fur.po,,fur,,friulian,,,fur,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/fr.po,4439,5702,5719,0,0,2164,4217,6603,9919,fr.po,,fr,,french,,,fr,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/fi.po,4414,5668,5540,17,20,2172,4231,6603,9919,fi.po,,fi,,finnish,,,fi,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/fa.po,4439,5702,5638,0,0,2164,4217,6603,9919,fa.po,,fa,,persian,,,fa,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/eu.po,4439,5702,5688,0,0,2164,4217,6603,9919,eu.po,,eu,,basque,,,eu,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/et.po,4374,5625,5525,0,0,2229,4294,6603,9919,et.po,,et,,estonian,,,et,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/es.po,4439,5702,5783,0,0,2164,4217,6603,9919,es.po,,es,,spanish,,,es,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/eo.po,4439,5702,5525,0,0,2164,4217,6603,9919,eo.po,,eo,,esperanto,,,eo,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/en_gb.po,4439,5702,5703,0,0,2164,4217,6603,9919,en_gb.po,,en,gb,english,,united kingdom,en_gb,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/en_ca.po,4390,6303,6303,0,0,2213,3616,6603,9919,en_ca.po,,en,ca,english,,canada,en_ca,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/en@shaw.po,2667,3595,3595,0,0,3936,6324,6603,9919,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/el.po,4439,5702,5713,0,0,2164,4217,6603,9919,el.po,,el,,greek,,,el,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/dz.po,6589,9906,9437,0,0,14,13,6603,9919,dz.po,,dz,,dzongkha,,,dz,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/de.po,4439,5702,5577,0,0,2164,4217,6603,9919,de.po,,de,,german,,,de,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/da.po,4439,5702,5619,0,0,2164,4217,6603,9919,da.po,,da,,danish,,,da,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/cy.po,6603,9919,10438,0,0,0,0,6603,9919,cy.po,,cy,,welsh,,,cy,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/cs.po,4439,5702,5685,0,0,2164,4217,6603,9919,cs.po,,cs,,czech,,,cs,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/crh.po,4393,5645,5634,0,0,2210,4274,6603,9919,crh.po,,crh,,crimean turkish,,,crh,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ca@valencia.po,4442,5703,5770,0,0,2161,4216,6603,9919,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ca.po,4424,5684,5757,0,0,2179,4235,6603,9919,ca.po,,ca,,catalan,,,ca,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/bs.po,4374,5623,5842,0,0,2229,4296,6603,9919,bs.po,,bs,,bosnian,,,bs,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/br.po,4298,5403,5403,0,0,2305,4516,6603,9919,br.po,,br,,breton,,,br,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/bn_in.po,4374,5623,5604,0,0,2229,4296,6603,9919,bn_in.po,,bn,in,bangla,,india,bn_in,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/bn.po,4374,5625,5631,0,0,2229,4294,6603,9919,bn.po,,bn,,bangla,,,bn,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/bg.po,4460,5724,5722,0,0,2143,4195,6603,9919,bg.po,,bg,,bulgarian,,,bg,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/be@latin.po,4381,5642,5624,0,0,2222,4277,6603,9919,be@latin.po,latin,be,,belarusian,,,be@latin,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/be.po,4337,5586,5564,0,0,2266,4333,6603,9919,be.po,,be,,belarusian,,,be,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/az.po,2693,3655,3651,0,0,3910,6264,6603,9919,az.po,,az,,azerbaijani,,,az,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ast.po,4369,5620,5694,0,0,2234,4299,6603,9919,ast.po,,ast,,asturian,,,ast,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/as.po,4430,5687,5675,0,0,2173,4232,6603,9919,as.po,,as,,assamese,,,as,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ar.po,3386,4260,4189,702,920,2515,4739,6603,9919,ar.po,,ar,,arabic,,,ar,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po-locations/ang.po,46,51,57,0,0,6557,9868,6603,9919,ang.po,,ang,,old english,,,ang,po-locations -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,235,664,282,0,0,2,3,237,667,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,144,479,188,1,4,92,184,237,667,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,234,662,268,0,0,3,5,237,667,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,153,355,339,12,35,72,277,237,667,xh.po,,xh,,xhosa,,,xh,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,35,57,71,24,58,178,552,237,667,wa.po,,wa,,walloon,,,wa,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,148,483,629,0,0,89,184,237,667,vi.po,,vi,,vietnamese,,,vi,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,146,484,484,0,0,91,183,237,667,uk.po,,uk,,ukrainian,,,uk,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,148,483,445,0,0,89,184,237,667,ug.po,,ug,,uyghur,,,ug,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,235,664,661,0,0,2,3,237,667,tr.po,,tr,,turkish,,,tr,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,147,485,254,0,0,90,182,237,667,th.po,,th,,thai,,,th,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,146,484,441,0,0,91,183,237,667,te.po,,te,,telugu,,,te,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,146,484,396,0,0,91,183,237,667,ta.po,,ta,,tamil,,,ta,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,235,664,606,0,0,2,3,237,667,sv.po,,sv,,swedish,,,sv,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,234,662,645,0,0,3,5,237,667,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,235,664,650,0,0,2,3,237,667,sr.po,,sr,,serbian,,,sr,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,179,461,534,0,0,58,206,237,667,sq.po,,sq,,albanian,,,sq,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,235,664,674,0,0,2,3,237,667,sl.po,,sl,,slovenian,,,sl,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,234,662,645,0,0,3,5,237,667,sk.po,,sk,,slovak,,,sk,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,119,222,233,0,0,118,445,237,667,si.po,,si,,sinhala,,,si,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,9,9,8,59,215,169,443,237,667,rw.po,,rw,,kinyarwanda,,,rw,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,235,664,660,0,0,2,3,237,667,ru.po,,ru,,russian,,,ru,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,235,664,747,0,0,2,3,237,667,ro.po,,ro,,romanian,,,ro,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,235,664,725,0,0,2,3,237,667,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,147,485,544,0,0,90,182,237,667,pt.po,,pt,,portuguese,,,pt,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,235,664,672,0,0,2,3,237,667,pl.po,,pl,,polish,,,pl,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,237,667,705,0,0,0,0,237,667,pa.po,,pa,,punjabi,,,pa,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,148,483,487,0,0,89,184,237,667,or.po,,or,,odia,,,or,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,234,662,744,0,0,3,5,237,667,oc.po,,oc,,occitan,,,oc,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,181,465,416,0,0,56,202,237,667,nn.po,,nn,,norwegian nynorsk,,,nn,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,235,664,583,0,0,2,3,237,667,nl.po,,nl,,dutch,,,nl,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,136,253,285,4,30,97,384,237,667,ne.po,,ne,,nepali,,,ne,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,237,667,605,0,0,0,0,237,667,nb.po,,nb,,norwegian bokmål,,,nb,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,127,285,306,24,54,86,328,237,667,ms.po,,ms,,malay,,,ms,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,146,484,436,0,0,91,183,237,667,mr.po,,mr,,marathi,,,mr,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,98,192,199,25,63,114,412,237,667,mn.po,,mn,,mongolian,,,mn,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,235,664,613,0,0,2,3,237,667,ml.po,,ml,,malayalam,,,ml,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,179,461,487,0,0,58,206,237,667,mk.po,,mk,,macedonian,,,mk,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,166,437,429,9,19,62,211,237,667,mg.po,,mg,,malagasy,,,mg,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,175,408,442,0,0,62,259,237,667,mai.po,,mai,,maithili,,,mai,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,235,664,632,0,0,2,3,237,667,lv.po,,lv,,latvian,,,lv,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,235,664,610,0,0,2,3,237,667,lt.po,,lt,,lithuanian,,,lt,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,132,426,421,3,39,102,202,237,667,ky.po,,ky,,kyrgyz,,,ky,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,174,396,463,1,10,62,261,237,667,ku.po,,ku,,kurdish,,,ku,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,235,664,572,0,0,2,3,237,667,ko.po,,ko,,korean,,,ko,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,146,484,446,0,0,91,183,237,667,kn.po,,kn,,kannada,,,kn,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,235,664,701,0,0,2,3,237,667,kk.po,,kk,,kazakh,,,kk,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,170,447,408,5,9,62,211,237,667,ka.po,,ka,,georgian,,,ka,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,226,647,327,0,0,11,20,237,667,ja.po,,ja,,japanese,,,ja,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,235,664,752,0,0,2,3,237,667,it.po,,it,,italian,,,it,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,235,664,561,0,0,2,3,237,667,is.po,,is,,icelandic,,,is,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,235,664,698,0,0,2,3,237,667,id.po,,id,,indonesian,,,id,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/hy.po,155,360,362,14,39,68,268,237,667,hy.po,,hy,,armenian,,,hy,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,235,664,593,0,0,2,3,237,667,hu.po,,hu,,hungarian,,,hu,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,235,664,654,0,0,2,3,237,667,hr.po,,hr,,croatian,,,hr,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,146,484,548,0,0,91,183,237,667,hi.po,,hi,,hindi,,,hi,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,147,485,519,0,0,90,182,237,667,he.po,,he,,hebrew,,,he,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,147,485,491,0,0,90,182,237,667,gu.po,,gu,,gujarati,,,gu,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,235,664,775,0,0,2,3,237,667,gl.po,,gl,,galician,,,gl,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,237,667,780,0,0,0,0,237,667,gd.po,,gd,,scottish gaelic,,,gd,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,90,133,133,0,0,147,534,237,667,ga.po,,ga,,irish,,,ga,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,235,664,762,0,0,2,3,237,667,fur.po,,fur,,friulian,,,fur,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,235,664,774,0,0,2,3,237,667,fr.po,,fr,,french,,,fr,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,216,426,366,12,42,9,199,237,667,fi.po,,fi,,finnish,,,fi,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,235,664,767,0,0,2,3,237,667,fa.po,,fa,,persian,,,fa,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,235,664,552,0,0,2,3,237,667,eu.po,,eu,,basque,,,eu,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,148,483,382,0,0,89,184,237,667,et.po,,et,,estonian,,,et,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ve.po,235,664,735,0,0,2,3,237,667,es_ve.po,,es,ve,spanish,,venezuela,es_ve,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_uy.po,235,664,735,0,0,2,3,237,667,es_uy.po,,es,uy,spanish,,uruguay,es_uy,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_sv.po,235,664,735,0,0,2,3,237,667,es_sv.po,,es,sv,spanish,,el salvador,es_sv,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pr.po,235,664,735,0,0,2,3,237,667,es_pr.po,,es,pr,spanish,,puerto rico,es_pr,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pe.po,235,664,735,0,0,2,3,237,667,es_pe.po,,es,pe,spanish,,peru,es_pe,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_pa.po,235,664,735,0,0,2,3,237,667,es_pa.po,,es,pa,spanish,,panama,es_pa,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ni.po,235,664,735,0,0,2,3,237,667,es_ni.po,,es,ni,spanish,,nicaragua,es_ni,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_mx.po,235,664,735,0,0,2,3,237,667,es_mx.po,,es,mx,spanish,,mexico,es_mx,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_hn.po,235,664,735,0,0,2,3,237,667,es_hn.po,,es,hn,spanish,,honduras,es_hn,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_gt.po,235,664,735,0,0,2,3,237,667,es_gt.po,,es,gt,spanish,,guatemala,es_gt,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_es.po,235,664,735,0,0,2,3,237,667,es_es.po,,es,es,spanish,,spain,es_es,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ec.po,235,664,735,0,0,2,3,237,667,es_ec.po,,es,ec,spanish,,ecuador,es_ec,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_do.po,235,664,735,0,0,2,3,237,667,es_do.po,,es,do,spanish,,dominican republic,es_do,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_cr.po,235,664,735,0,0,2,3,237,667,es_cr.po,,es,cr,spanish,,costa rica,es_cr,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_co.po,235,664,735,0,0,2,3,237,667,es_co.po,,es,co,spanish,,colombia,es_co,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_cl.po,235,664,735,0,0,2,3,237,667,es_cl.po,,es,cl,spanish,,chile,es_cl,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es_ar.po,235,664,735,0,0,2,3,237,667,es_ar.po,,es,ar,spanish,,argentina,es_ar,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,235,664,735,0,0,2,3,237,667,es.po,,es,,spanish,,,es,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,230,483,469,0,0,7,184,237,667,eo.po,,eo,,esperanto,,,eo,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,234,662,662,0,0,3,5,237,667,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,179,460,460,0,0,58,207,237,667,en_ca.po,,en,ca,english,,canada,en_ca,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,181,465,465,0,0,56,202,237,667,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,235,664,703,0,0,2,3,237,667,el.po,,el,,greek,,,el,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,170,447,271,5,9,62,211,237,667,dz.po,,dz,,dzongkha,,,dz,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,235,664,576,0,0,2,3,237,667,de.po,,de,,german,,,de,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,235,664,548,0,0,2,3,237,667,da.po,,da,,danish,,,da,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,181,465,503,0,0,56,202,237,667,cy.po,,cy,,welsh,,,cy,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,235,664,623,0,0,2,3,237,667,cs.po,,cs,,czech,,,cs,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,148,483,449,0,0,89,184,237,667,crh.po,,crh,,crimean turkish,,,crh,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,237,667,782,0,0,0,0,237,667,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,235,664,773,0,0,2,3,237,667,ca.po,,ca,,catalan,,,ca,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,146,484,492,0,0,91,183,237,667,bs.po,,bs,,bosnian,,,bs,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,51,75,80,1,2,185,590,237,667,br.po,,br,,breton,,,br,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,146,484,459,0,0,91,183,237,667,bn_in.po,,bn,in,bangla,,india,bn_in,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,181,465,448,0,0,56,202,237,667,bn.po,,bn,,bangla,,,bn,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,146,484,538,0,0,91,183,237,667,bg.po,,bg,,bulgarian,,,bg,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,179,461,455,0,0,58,206,237,667,be@latin.po,latin,be,,belarusian,,,be@latin,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,147,493,513,0,0,90,174,237,667,be.po,,be,,belarusian,,,be,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/az.po,145,324,324,19,56,73,287,237,667,az.po,,az,,azerbaijani,,,az,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,181,465,524,0,0,56,202,237,667,ast.po,,ast,,asturian,,,ast,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,146,484,456,0,0,91,183,237,667,as.po,,as,,assamese,,,as,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,228,466,529,0,0,9,201,237,667,ar.po,,ar,,arabic,,,ar,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/am.po,11,14,14,11,17,215,636,237,667,am.po,,am,,amharic,,,am,po -libgweather-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,133,274,233,5,11,99,382,237,667,af.po,,af,,afrikaans,,,af,po -libhangul-0.1.0-20.fc31.src.rpm.stats.csv,po/ko.po,9,16,15,0,0,0,0,9,16,ko.po,,ko,,korean,,,ko,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/ja.po,39,160,47,9,59,12,209,60,428,ja.po,,ja,,japanese,,,ja,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/hr.po,58,414,402,0,0,2,14,60,428,hr.po,,hr,,croatian,,,hr,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/sr.po,58,414,424,0,0,2,14,60,428,sr.po,,sr,,serbian,,,sr,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/nl.po,58,414,417,0,0,2,14,60,428,nl.po,,nl,,dutch,,,nl,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/sv.po,60,428,400,0,0,0,0,60,428,sv.po,,sv,,swedish,,,sv,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/fr.po,58,414,485,0,0,2,14,60,428,fr.po,,fr,,french,,,fr,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/de.po,58,414,391,0,0,2,14,60,428,de.po,,de,,german,,,de,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/en@quot.po,60,428,428,0,0,0,0,60,428,en@quot.po,quot,en,,english,,,en@quot,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/vi.po,58,414,615,0,0,2,14,60,428,vi.po,,vi,,vietnamese,,,vi,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/ro.po,2,16,16,7,46,51,366,60,428,ro.po,,ro,,romanian,,,ro,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/pt_br.po,58,414,461,0,0,2,14,60,428,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/uk.po,58,414,462,0,0,2,14,60,428,uk.po,,uk,,ukrainian,,,uk,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/cs.po,58,414,416,0,0,2,14,60,428,cs.po,,cs,,czech,,,cs,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/hu.po,58,414,396,0,0,2,14,60,428,hu.po,,hu,,hungarian,,,hu,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/id.po,58,414,415,0,0,2,14,60,428,id.po,,id,,indonesian,,,id,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/it.po,58,414,440,0,0,2,14,60,428,it.po,,it,,italian,,,it,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/eo.po,58,414,397,0,0,2,14,60,428,eo.po,,eo,,esperanto,,,eo,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/pl.po,58,414,424,0,0,2,14,60,428,pl.po,,pl,,polish,,,pl,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/es.po,4,21,21,28,100,28,307,60,428,es.po,,es,,spanish,,,es,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/da.po,58,414,414,0,0,2,14,60,428,da.po,,da,,danish,,,da,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/fi.po,58,414,352,0,0,2,14,60,428,fi.po,,fi,,finnish,,,fi,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/en@boldquot.po,60,428,431,0,0,0,0,60,428,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -libidn-1.35-6.fc31.src.rpm.stats.csv,po/zh_cn.po,58,414,184,0,0,2,14,60,428,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,5,28,9,12,127,23,160,40,315,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/vi.po,5,28,35,12,127,23,160,40,315,vi.po,,vi,,vietnamese,,,vi,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/uk.po,35,250,256,4,62,1,3,40,315,uk.po,,uk,,ukrainian,,,uk,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/sv.po,35,250,216,4,62,1,3,40,315,sv.po,,sv,,swedish,,,sv,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/sr.po,5,28,25,12,127,23,160,40,315,sr.po,,sr,,serbian,,,sr,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/ru.po,35,250,226,4,62,1,3,40,315,ru.po,,ru,,russian,,,ru,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/ro.po,1,14,14,2,8,37,293,40,315,ro.po,,ro,,romanian,,,ro,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,35,250,296,4,62,1,3,40,315,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/pl.po,35,250,253,4,62,1,3,40,315,pl.po,,pl,,polish,,,pl,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/nl.po,5,28,23,12,127,23,160,40,315,nl.po,,nl,,dutch,,,nl,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/ja.po,2,16,2,8,31,30,268,40,315,ja.po,,ja,,japanese,,,ja,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/it.po,5,28,31,12,127,23,160,40,315,it.po,,it,,italian,,,it,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/id.po,5,28,28,12,127,23,160,40,315,id.po,,id,,indonesian,,,id,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/hu.po,32,226,226,4,62,4,27,40,315,hu.po,,hu,,hungarian,,,hu,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/hr.po,5,28,25,12,127,23,160,40,315,hr.po,,hr,,croatian,,,hr,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/fur.po,32,226,280,4,62,4,27,40,315,fur.po,,fur,,friulian,,,fur,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/fr.po,35,250,304,4,62,1,3,40,315,fr.po,,fr,,french,,,fr,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/fi.po,5,28,20,12,127,23,160,40,315,fi.po,,fi,,finnish,,,fi,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/es.po,11,41,46,4,30,25,244,40,315,es.po,,es,,spanish,,,es,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/eo.po,5,28,27,12,127,23,160,40,315,eo.po,,eo,,esperanto,,,eo,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/de.po,35,250,245,4,62,1,3,40,315,de.po,,de,,german,,,de,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/da.po,35,250,227,4,62,1,3,40,315,da.po,,da,,danish,,,da,po -libidn2-2.2.0-2.fc31.src.rpm.stats.csv,po/cs.po,35,250,249,4,62,1,3,40,315,cs.po,,cs,,czech,,,cs,po -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv,iptc/po/de.po,34,349,354,0,0,0,0,34,349,de.po,,de,,german,,,de,iptc/po -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv,iptc/po/it.po,34,349,386,0,0,0,0,34,349,it.po,,it,,italian,,,it,iptc/po -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv,po/de.po,169,1089,980,0,0,0,0,169,1089,de.po,,de,,german,,,de,po -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv,po/it.po,169,1089,1104,0,0,0,0,169,1089,it.po,,it,,italian,,,it,po -libkkc-0.3.5-16.fc31.src.rpm.stats.csv,po/ja.po,59,272,82,0,0,0,0,59,272,ja.po,,ja,,japanese,,,ja,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/pl.po,156,732,723,0,0,11,45,167,777,pl.po,,pl,,polish,,,pl,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,167,777,167,777,bal.po,,bal,,baluchi,,,bal,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/de.po,111,455,423,0,0,56,322,167,777,de.po,,de,,german,,,de,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,167,777,167,777,ky.po,,ky,,kyrgyz,,,ky,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,167,777,167,777,ro.po,,ro,,romanian,,,ro,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,167,777,167,777,kn.po,,kn,,kannada,,,kn,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/fr.po,156,732,884,0,0,11,45,167,777,fr.po,,fr,,french,,,fr,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,167,777,167,777,nso.po,,nso,,northern sotho,,,nso,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,167,777,167,777,kk.po,,kk,,kazakh,,,kk,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,167,777,167,777,gu.po,,gu,,gujarati,,,gu,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/el.po,0,0,0,0,0,167,777,167,777,el.po,,el,,greek,,,el,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,167,777,167,777,br.po,,br,,breton,,,br,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/hu.po,0,0,0,0,0,167,777,167,777,hu.po,,hu,,hungarian,,,hu,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,167,777,167,777,gl.po,,gl,,galician,,,gl,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,167,777,167,777,is.po,,is,,icelandic,,,is,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,167,777,167,777,yo.po,,yo,,yoruba,,,yo,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,167,777,167,777,nn.po,,nn,,norwegian nynorsk,,,nn,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,167,777,167,777,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,167,777,167,777,pa.po,,pa,,punjabi,,,pa,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,167,777,167,777,et.po,,et,,estonian,,,et,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,167,777,167,777,hi.po,,hi,,hindi,,,hi,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,167,777,167,777,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,167,777,167,777,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,167,777,167,777,ar.po,,ar,,arabic,,,ar,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,167,777,167,777,ne.po,,ne,,nepali,,,ne,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/sv.po,0,0,0,0,0,167,777,167,777,sv.po,,sv,,swedish,,,sv,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/it.po,153,715,797,0,0,14,62,167,777,it.po,,it,,italian,,,it,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,167,777,167,777,nb.po,,nb,,norwegian bokmål,,,nb,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/uk.po,156,732,768,0,0,11,45,167,777,uk.po,,uk,,ukrainian,,,uk,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,167,777,167,777,ko.po,,ko,,korean,,,ko,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,167,777,167,777,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,167,777,167,777,anp.po,,anp,,angika,,,anp,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,167,777,167,777,km.po,,km,,khmer,,,km,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,167,777,167,777,bn_in.po,,bn,in,bangla,,india,bn_in,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,167,777,167,777,or.po,,or,,odia,,,or,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,167,777,167,777,nl.po,,nl,,dutch,,,nl,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,167,777,167,777,as.po,,as,,assamese,,,as,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/id.po,0,0,0,0,0,167,777,167,777,id.po,,id,,indonesian,,,id,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ru.po,0,0,0,0,0,167,777,167,777,ru.po,,ru,,russian,,,ru,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ja.po,111,455,212,0,0,56,322,167,777,ja.po,,ja,,japanese,,,ja,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,167,777,167,777,eo.po,,eo,,esperanto,,,eo,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,167,777,167,777,te.po,,te,,telugu,,,te,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,167,777,167,777,mai.po,,mai,,maithili,,,mai,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,167,777,167,777,zu.po,,zu,,zulu,,,zu,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,167,777,167,777,ur.po,,ur,,urdu,,,ur,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,167,777,167,777,bs.po,,bs,,bosnian,,,bs,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,167,777,167,777,ast.po,,ast,,asturian,,,ast,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,167,777,167,777,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,167,777,167,777,cy.po,,cy,,welsh,,,cy,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,167,777,167,777,am.po,,am,,amharic,,,am,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,167,777,167,777,bg.po,,bg,,bulgarian,,,bg,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,167,777,167,777,tr.po,,tr,,turkish,,,tr,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,167,777,167,777,he.po,,he,,hebrew,,,he,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,167,777,167,777,be.po,,be,,belarusian,,,be,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,167,777,167,777,kw.po,,kw,,cornish,,,kw,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,167,777,167,777,mn.po,,mn,,mongolian,,,mn,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/es.po,22,60,66,0,0,145,717,167,777,es.po,,es,,spanish,,,es,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,167,777,167,777,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,167,777,167,777,bn.po,,bn,,bangla,,,bn,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,167,777,167,777,mk.po,,mk,,macedonian,,,mk,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,167,777,167,777,hr.po,,hr,,croatian,,,hr,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,167,777,167,777,ka.po,,ka,,georgian,,,ka,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,16,23,25,0,0,151,754,167,777,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,167,777,167,777,sq.po,,sq,,albanian,,,sq,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/fi.po,27,66,47,0,0,140,711,167,777,fi.po,,fi,,finnish,,,fi,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,167,777,167,777,tg.po,,tg,,tajik,,,tg,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,167,777,167,777,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,167,777,167,777,af.po,,af,,afrikaans,,,af,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,167,777,167,777,eu.po,,eu,,basque,,,eu,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,167,777,167,777,ilo.po,,ilo,,iloko,,,ilo,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,167,777,167,777,nds.po,,nds,,low german,,,nds,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ca.po,138,627,820,0,0,29,150,167,777,ca.po,,ca,,catalan,,,ca,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,167,777,167,777,bo.po,,bo,,tibetan,,,bo,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,167,777,167,777,pt.po,,pt,,portuguese,,,pt,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,167,777,167,777,ta.po,,ta,,tamil,,,ta,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,167,777,167,777,fa.po,,fa,,persian,,,fa,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,167,777,167,777,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,167,777,167,777,sr.po,,sr,,serbian,,,sr,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,167,777,167,777,ia.po,,ia,,interlingua,,,ia,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,167,777,167,777,lv.po,,lv,,latvian,,,lv,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,167,777,167,777,sk.po,,sk,,slovak,,,sk,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,167,777,167,777,si.po,,si,,sinhala,,,si,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,167,777,167,777,mr.po,,mr,,marathi,,,mr,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/da.po,0,0,0,0,0,167,777,167,777,da.po,,da,,danish,,,da,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,167,777,167,777,vi.po,,vi,,vietnamese,,,vi,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,167,777,167,777,sl.po,,sl,,slovenian,,,sl,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,167,777,167,777,ml.po,,ml,,malayalam,,,ml,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,167,777,167,777,lt.po,,lt,,lithuanian,,,lt,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,167,777,167,777,ms.po,,ms,,malay,,,ms,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,167,777,167,777,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,167,777,167,777,tw.po,,tw,,twi,,,tw,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,167,777,167,777,brx.po,,brx,,bodo,,,brx,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,167,777,167,777,th.po,,th,,thai,,,th,po -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv,po/cs.po,153,715,677,0,0,14,62,167,777,cs.po,,cs,,czech,,,cs,po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/nl.po,46,73,147,0,0,0,0,46,73,nl.po,,nl,,dutch,,,nl,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/ru.po,46,73,68,0,0,0,0,46,73,ru.po,,ru,,russian,,,ru,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/sv.po,46,73,76,0,0,0,0,46,73,sv.po,,sv,,swedish,,,sv,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/uk.po,0,0,0,1,25,45,48,46,73,uk.po,,uk,,ukrainian,,,uk,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/tr.po,46,73,66,0,0,0,0,46,73,tr.po,,tr,,turkish,,,tr,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/da.po,46,73,73,0,0,0,0,46,73,da.po,,da,,danish,,,da,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/pt_br.po,46,73,81,0,0,0,0,46,73,pt_br.po,,pt,br,portuguese,,brazil,pt_br,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/es.po,46,73,80,0,0,0,0,46,73,es.po,,es,,spanish,,,es,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/cs.po,46,73,67,0,0,0,0,46,73,cs.po,,cs,,czech,,,cs,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/gl.po,46,73,77,0,0,0,0,46,73,gl.po,,gl,,galician,,,gl,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/fr.po,46,73,73,0,0,0,0,46,73,fr.po,,fr,,french,,,fr,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/it.po,46,73,69,0,0,0,0,46,73,it.po,,it,,italian,,,it,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/pl.po,46,73,78,0,0,0,0,46,73,pl.po,,pl,,polish,,,pl,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/ja.po,46,73,48,0,0,0,0,46,73,ja.po,,ja,,japanese,,,ja,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/sk.po,46,73,70,0,0,0,0,46,73,sk.po,,sk,,slovak,,,sk,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/ca.po,46,73,82,0,0,0,0,46,73,ca.po,,ca,,catalan,,,ca,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/vi.po,46,73,97,0,0,0,0,46,73,vi.po,,vi,,vietnamese,,,vi,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/de.po,46,73,78,0,0,0,0,46,73,de.po,,de,,german,,,de,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/hu.po,2,29,22,0,0,44,44,46,73,hu.po,,hu,,hungarian,,,hu,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/eu.po,46,73,72,0,0,0,0,46,73,eu.po,,eu,,basque,,,eu,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/fi.po,46,73,60,0,0,0,0,46,73,fi.po,,fi,,finnish,,,fi,debian/po -libpaper-1.1.24-25.fc31.src.rpm.stats.csv,debian/po/pt.po,46,73,88,0,0,0,0,46,73,pt.po,,pt,,portuguese,,,pt,debian/po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,34,112,37,0,0,0,0,34,112,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,31,110,35,0,0,3,2,34,112,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,34,112,37,0,0,0,0,34,112,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/vi.po,26,105,135,0,0,8,7,34,112,vi.po,,vi,,vietnamese,,,vi,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/uk.po,26,105,83,0,0,8,7,34,112,uk.po,,uk,,ukrainian,,,uk,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ug.po,26,105,89,0,0,8,7,34,112,ug.po,,ug,,uyghur,,,ug,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/tr.po,29,103,93,0,0,5,9,34,112,tr.po,,tr,,turkish,,,tr,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/th.po,34,112,54,0,0,0,0,34,112,th.po,,th,,thai,,,th,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/tg.po,26,105,107,0,0,8,7,34,112,tg.po,,tg,,tajik,,,tg,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/te.po,31,110,101,0,0,3,2,34,112,te.po,,te,,telugu,,,te,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ta.po,31,110,102,0,0,3,2,34,112,ta.po,,ta,,tamil,,,ta,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/sv.po,29,103,99,0,0,5,9,34,112,sv.po,,sv,,swedish,,,sv,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,34,112,110,0,0,0,0,34,112,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/sr.po,29,103,100,0,0,5,9,34,112,sr.po,,sr,,serbian,,,sr,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/sl.po,29,103,105,0,0,5,9,34,112,sl.po,,sl,,slovenian,,,sl,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/sk.po,34,112,117,0,0,0,0,34,112,sk.po,,sk,,slovak,,,sk,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ru.po,34,112,104,0,0,0,0,34,112,ru.po,,ru,,russian,,,ru,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ro.po,29,103,119,0,0,5,9,34,112,ro.po,,ro,,romanian,,,ro,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,29,103,104,0,0,5,9,34,112,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/pt.po,34,112,119,0,0,0,0,34,112,pt.po,,pt,,portuguese,,,pt,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/pl.po,29,103,97,0,0,5,9,34,112,pl.po,,pl,,polish,,,pl,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/pa.po,31,110,119,0,0,3,2,34,112,pa.po,,pa,,punjabi,,,pa,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/or.po,31,110,127,0,0,3,2,34,112,or.po,,or,,odia,,,or,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/oc.po,34,112,121,0,0,0,0,34,112,oc.po,,oc,,occitan,,,oc,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/nl.po,34,112,108,0,0,0,0,34,112,nl.po,,nl,,dutch,,,nl,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ne.po,19,33,38,6,22,9,57,34,112,ne.po,,ne,,nepali,,,ne,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/nds.po,11,24,21,0,0,23,88,34,112,nds.po,,nds,,low german,,,nds,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/nb.po,34,112,112,0,0,0,0,34,112,nb.po,,nb,,norwegian bokmål,,,nb,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/mr.po,31,110,115,0,0,3,2,34,112,mr.po,,mr,,marathi,,,mr,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ml.po,34,112,108,0,0,0,0,34,112,ml.po,,ml,,malayalam,,,ml,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/lv.po,29,103,86,0,0,5,9,34,112,lv.po,,lv,,latvian,,,lv,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/lt.po,29,103,85,0,0,5,9,34,112,lt.po,,lt,,lithuanian,,,lt,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ko.po,29,103,83,0,0,5,9,34,112,ko.po,,ko,,korean,,,ko,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/kn.po,34,111,107,0,0,0,1,34,112,kn.po,,kn,,kannada,,,kn,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/kk.po,34,112,96,0,0,0,0,34,112,kk.po,,kk,,kazakh,,,kk,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ja.po,29,103,33,0,0,5,9,34,112,ja.po,,ja,,japanese,,,ja,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/it.po,29,103,106,0,0,5,9,34,112,it.po,,it,,italian,,,it,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/is.po,34,112,112,0,0,0,0,34,112,is.po,,is,,icelandic,,,is,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/id.po,29,103,90,0,0,5,9,34,112,id.po,,id,,indonesian,,,id,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/hu.po,29,103,96,0,0,5,9,34,112,hu.po,,hu,,hungarian,,,hu,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/hr.po,29,103,96,0,0,5,9,34,112,hr.po,,hr,,croatian,,,hr,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/hi.po,31,110,135,0,0,3,2,34,112,hi.po,,hi,,hindi,,,hi,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/he.po,34,112,100,0,0,0,0,34,112,he.po,,he,,hebrew,,,he,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/gu.po,31,110,126,0,0,3,2,34,112,gu.po,,gu,,gujarati,,,gu,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/gl.po,29,103,109,0,0,5,9,34,112,gl.po,,gl,,galician,,,gl,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/fur.po,29,103,124,0,0,5,9,34,112,fur.po,,fur,,friulian,,,fur,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/fr.po,29,103,114,0,0,5,9,34,112,fr.po,,fr,,french,,,fr,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/fi.po,29,103,92,0,0,5,9,34,112,fi.po,,fi,,finnish,,,fi,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/fa.po,34,112,109,0,0,0,0,34,112,fa.po,,fa,,persian,,,fa,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/eu.po,29,103,100,0,0,5,9,34,112,eu.po,,eu,,basque,,,eu,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/et.po,26,105,80,0,0,8,7,34,112,et.po,,et,,estonian,,,et,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/es.po,29,103,108,0,0,5,9,34,112,es.po,,es,,spanish,,,es,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/eo.po,34,112,100,0,0,0,0,34,112,eo.po,,eo,,esperanto,,,eo,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,34,112,112,0,0,0,0,34,112,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/el.po,34,112,112,0,0,0,0,34,112,el.po,,el,,greek,,,el,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/de.po,29,103,102,0,0,5,9,34,112,de.po,,de,,german,,,de,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/da.po,34,112,107,0,0,0,0,34,112,da.po,,da,,danish,,,da,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/cs.po,29,103,108,0,0,5,9,34,112,cs.po,,cs,,czech,,,cs,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,34,112,124,0,0,0,0,34,112,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ca.po,29,103,109,0,0,5,9,34,112,ca.po,,ca,,catalan,,,ca,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/bs.po,34,111,105,0,0,0,1,34,112,bs.po,,bs,,bosnian,,,bs,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,31,110,124,0,0,3,2,34,112,bn_in.po,,bn,in,bangla,,india,bn_in,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/bg.po,26,105,114,0,0,8,7,34,112,bg.po,,bg,,bulgarian,,,bg,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/be.po,34,112,99,0,0,0,0,34,112,be.po,,be,,belarusian,,,be,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ast.po,24,103,103,0,0,10,9,34,112,ast.po,,ast,,asturian,,,ast,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/as.po,31,110,125,0,0,3,2,34,112,as.po,,as,,assamese,,,as,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/ar.po,26,105,85,0,0,8,7,34,112,ar.po,,ar,,arabic,,,ar,po -libpeas-1.24.0-1.fc31.src.rpm.stats.csv,po/an.po,34,111,118,0,0,0,1,34,112,an.po,,an,,aragonese,,,an,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/zu.po,3,8,8,0,0,47,325,50,333,zu.po,,zu,,zulu,,,zu,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,50,333,76,0,0,0,0,50,333,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,50,333,81,0,0,0,0,50,333,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/vi.po,3,8,16,0,0,47,325,50,333,vi.po,,vi,,vietnamese,,,vi,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ur.po,6,23,33,0,0,44,310,50,333,ur.po,,ur,,urdu,,,ur,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/uk.po,50,333,300,0,0,0,0,50,333,uk.po,,uk,,ukrainian,,,uk,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/tr.po,50,333,246,0,0,0,0,50,333,tr.po,,tr,,turkish,,,tr,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/te.po,50,333,247,0,0,0,0,50,333,te.po,,te,,telugu,,,te,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ta.po,50,333,277,0,0,0,0,50,333,ta.po,,ta,,tamil,,,ta,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/sv.po,50,333,279,0,0,0,0,50,333,sv.po,,sv,,swedish,,,sv,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,3,8,8,0,0,47,325,50,333,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/sr.po,50,333,279,0,0,0,0,50,333,sr.po,,sr,,serbian,,,sr,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/sq.po,8,54,50,0,0,42,279,50,333,sq.po,,sq,,albanian,,,sq,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/sk.po,50,333,283,0,0,0,0,50,333,sk.po,,sk,,slovak,,,sk,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/si.po,3,8,8,0,0,47,325,50,333,si.po,,si,,sinhala,,,si,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ru.po,50,333,262,0,0,0,0,50,333,ru.po,,ru,,russian,,,ru,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,50,333,361,0,0,0,0,50,333,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/pt.po,50,333,360,0,0,0,0,50,333,pt.po,,pt,,portuguese,,,pt,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/pl.po,50,333,294,0,0,0,0,50,333,pl.po,,pl,,polish,,,pl,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/pa.po,50,333,369,0,0,0,0,50,333,pa.po,,pa,,punjabi,,,pa,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/or.po,50,333,327,0,0,0,0,50,333,or.po,,or,,odia,,,or,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/nl.po,50,333,329,0,0,0,0,50,333,nl.po,,nl,,dutch,,,nl,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/nb.po,3,8,8,0,0,47,325,50,333,nb.po,,nb,,norwegian bokmål,,,nb,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/mr.po,50,333,273,0,0,0,0,50,333,mr.po,,mr,,marathi,,,mr,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ml.po,50,333,207,0,0,0,0,50,333,ml.po,,ml,,malayalam,,,ml,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ko.po,50,333,263,0,0,0,0,50,333,ko.po,,ko,,korean,,,ko,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/kn.po,50,333,250,0,0,0,0,50,333,kn.po,,kn,,kannada,,,kn,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/km.po,50,333,90,0,0,0,0,50,333,km.po,,km,,khmer,,,km,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/kk.po,3,8,7,0,0,47,325,50,333,kk.po,,kk,,kazakh,,,kk,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ja.po,50,333,79,0,0,0,0,50,333,ja.po,,ja,,japanese,,,ja,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/it.po,50,333,342,0,0,0,0,50,333,it.po,,it,,italian,,,it,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/id.po,50,333,331,0,0,0,0,50,333,id.po,,id,,indonesian,,,id,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/hu.po,50,333,295,0,0,0,0,50,333,hu.po,,hu,,hungarian,,,hu,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/hi.po,50,333,343,0,0,0,0,50,333,hi.po,,hi,,hindi,,,hi,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/he.po,50,333,277,0,0,0,0,50,333,he.po,,he,,hebrew,,,he,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/gu.po,50,333,298,0,0,0,0,50,333,gu.po,,gu,,gujarati,,,gu,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/fur.po,50,333,376,0,0,0,0,50,333,fur.po,,fur,,friulian,,,fur,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/fr.po,50,333,444,0,0,0,0,50,333,fr.po,,fr,,french,,,fr,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/fi.po,50,333,246,0,0,0,0,50,333,fi.po,,fi,,finnish,,,fi,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/eu.po,20,98,75,0,0,30,235,50,333,eu.po,,eu,,basque,,,eu,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/es.po,50,333,388,0,0,0,0,50,333,es.po,,es,,spanish,,,es,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/de.po,50,333,290,0,0,0,0,50,333,de.po,,de,,german,,,de,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/da.po,50,333,298,0,0,0,0,50,333,da.po,,da,,danish,,,da,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/cs.po,50,333,283,0,0,0,0,50,333,cs.po,,cs,,czech,,,cs,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ca.po,50,333,373,0,0,0,0,50,333,ca.po,,ca,,catalan,,,ca,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,50,333,294,0,0,0,0,50,333,bn_in.po,,bn,in,bangla,,india,bn_in,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/bg.po,48,314,295,0,0,2,19,50,333,bg.po,,bg,,bulgarian,,,bg,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/as.po,50,333,276,0,0,0,0,50,333,as.po,,as,,assamese,,,as,po -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv,po/ar.po,3,8,12,0,0,47,325,50,333,ar.po,,ar,,arabic,,,ar,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/la.po,0,0,0,0,0,607,4987,607,4987,la.po,,la,,latin,,,la,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,607,4987,607,4987,ky.po,,ky,,kyrgyz,,,ky,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/es.po,607,4987,5630,0,0,0,0,607,4987,es.po,,es,,spanish,,,es,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ka.po,85,214,194,0,0,522,4773,607,4987,ka.po,,ka,,georgian,,,ka,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,607,4987,607,4987,th.po,,th,,thai,,,th,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,607,4987,607,4987,bal.po,,bal,,baluchi,,,bal,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,607,4987,607,4987,mg.po,,mg,,malagasy,,,mg,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,607,4987,607,4987,ms.po,,ms,,malay,,,ms,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/id.po,1,1,1,0,0,606,4986,607,4987,id.po,,id,,indonesian,,,id,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/el.po,2,2,2,0,0,605,4985,607,4987,el.po,,el,,greek,,,el,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/te.po,376,2390,2029,0,0,231,2597,607,4987,te.po,,te,,telugu,,,te,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ar.po,56,233,224,0,0,551,4754,607,4987,ar.po,,ar,,arabic,,,ar,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,607,4987,607,4987,eo.po,,eo,,esperanto,,,eo,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/sk.po,388,2375,2241,0,0,219,2612,607,4987,sk.po,,sk,,slovak,,,sk,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/fi.po,392,2288,1779,0,0,215,2699,607,4987,fi.po,,fi,,finnish,,,fi,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ja.po,390,2507,1055,0,0,217,2480,607,4987,ja.po,,ja,,japanese,,,ja,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,607,4987,607,4987,lo.po,,lo,,lao,,,lo,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/lv.po,33,70,62,0,0,574,4917,607,4987,lv.po,,lv,,latvian,,,lv,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,607,4987,607,4987,af.po,,af,,afrikaans,,,af,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,607,4987,607,4987,ks.po,,ks,,kashmiri,,,ks,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,607,4987,607,4987,nso.po,,nso,,northern sotho,,,nso,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,607,4987,607,4987,dz.po,,dz,,dzongkha,,,dz,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/he.po,81,337,316,0,0,526,4650,607,4987,he.po,,he,,hebrew,,,he,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/kn.po,390,2507,2260,0,0,217,2480,607,4987,kn.po,,kn,,kannada,,,kn,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,607,4987,607,4987,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,607,4987,5471,0,0,0,0,607,4987,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/tr.po,144,695,578,0,0,463,4292,607,4987,tr.po,,tr,,turkish,,,tr,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,607,4987,607,4987,ro.po,,ro,,romanian,,,ro,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,607,4987,607,4987,ach.po,,ach,,acoli,,,ach,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,607,4987,607,4987,brx.po,,brx,,bodo,,,brx,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,139,682,682,0,0,468,4305,607,4987,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,607,4987,607,4987,sl.po,,sl,,slovenian,,,sl,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/de.po,607,4987,4755,0,0,0,0,607,4987,de.po,,de,,german,,,de,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,607,4987,607,4987,en_us.po,,en,us,english,,united states,en_us,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,607,4987,607,4987,kk.po,,kk,,kazakh,,,kk,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,607,4987,607,4987,wo.po,,wo,,wolof,,,wo,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/bs.po,43,229,220,0,0,564,4758,607,4987,bs.po,,bs,,bosnian,,,bs,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/it.po,552,3893,4220,22,489,33,605,607,4987,it.po,,it,,italian,,,it,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,607,4987,607,4987,ur.po,,ur,,urdu,,,ur,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/nb.po,65,180,174,0,0,542,4807,607,4987,nb.po,,nb,,norwegian bokmål,,,nb,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/gl.po,254,1424,1753,0,0,353,3563,607,4987,gl.po,,gl,,galician,,,gl,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/eu.po,68,181,174,0,0,539,4806,607,4987,eu.po,,eu,,basque,,,eu,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,607,4987,607,4987,sq.po,,sq,,albanian,,,sq,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,607,4987,607,4987,bo.po,,bo,,tibetan,,,bo,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,607,4987,607,4987,ku.po,,ku,,kurdish,,,ku,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,607,4987,607,4987,my.po,,my,,burmese,,,my,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ko.po,183,1038,902,0,0,424,3949,607,4987,ko.po,,ko,,korean,,,ko,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/nds.po,7,9,9,0,0,600,4978,607,4987,nds.po,,nds,,low german,,,nds,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/pl.po,607,4987,4886,0,0,0,0,607,4987,pl.po,,pl,,polish,,,pl,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,607,4987,607,4987,be.po,,be,,belarusian,,,be,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/pa.po,183,1038,1189,0,0,424,3949,607,4987,pa.po,,pa,,punjabi,,,pa,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,607,4987,607,4987,aln.po,,aln,,gheg albanian,,,aln,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,607,4987,607,4987,hy.po,,hy,,armenian,,,hy,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,607,4987,607,4987,tg.po,,tg,,tajik,,,tg,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,607,4987,607,4987,nn.po,,nn,,norwegian nynorsk,,,nn,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/da.po,177,674,647,0,0,430,4313,607,4987,da.po,,da,,danish,,,da,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,607,4987,607,4987,ast.po,,ast,,asturian,,,ast,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,607,4987,607,4987,lt.po,,lt,,lithuanian,,,lt,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/hi.po,376,2390,2926,0,0,231,2597,607,4987,hi.po,,hi,,hindi,,,hi,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,607,4987,607,4987,vi.po,,vi,,vietnamese,,,vi,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,607,4987,607,4987,hr.po,,hr,,croatian,,,hr,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/fr.po,607,4987,5735,0,0,0,0,607,4987,fr.po,,fr,,french,,,fr,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/mr.po,390,2507,2436,0,0,217,2480,607,4987,mr.po,,mr,,marathi,,,mr,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/sv.po,607,4987,4649,0,0,0,0,607,4987,sv.po,,sv,,swedish,,,sv,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,607,4987,607,4987,km.po,,km,,khmer,,,km,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,607,4987,607,4987,et.po,,et,,estonian,,,et,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,607,4987,607,4987,is.po,,is,,icelandic,,,is,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,607,4987,607,4987,am.po,,am,,amharic,,,am,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/bg.po,259,1583,1677,0,0,348,3404,607,4987,bg.po,,bg,,bulgarian,,,bg,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/fa.po,33,148,159,0,0,574,4839,607,4987,fa.po,,fa,,persian,,,fa,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/cs.po,607,4987,4554,0,0,0,0,607,4987,cs.po,,cs,,czech,,,cs,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ta.po,405,2625,2275,0,0,202,2362,607,4987,ta.po,,ta,,tamil,,,ta,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/hu.po,470,3241,3174,0,0,137,1746,607,4987,hu.po,,hu,,hungarian,,,hu,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/as.po,390,2507,2679,0,0,217,2480,607,4987,as.po,,as,,assamese,,,as,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,607,4987,607,4987,ne.po,,ne,,nepali,,,ne,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,607,4987,607,4987,mk.po,,mk,,macedonian,,,mk,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,607,4987,607,4987,xh.po,,xh,,xhosa,,,xh,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,607,4987,607,4987,ga.po,,ga,,irish,,,ga,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/gu.po,388,2497,2747,0,0,219,2490,607,4987,gu.po,,gu,,gujarati,,,gu,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/uz.po,0,0,0,0,0,607,4987,607,4987,uz.po,,uz,,uzbek,,,uz,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ml.po,200,1127,901,0,0,407,3860,607,4987,ml.po,,ml,,malayalam,,,ml,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ia.po,69,230,251,0,0,538,4757,607,4987,ia.po,,ia,,interlingua,,,ia,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,607,4987,607,4987,si.po,,si,,sinhala,,,si,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/or.po,384,2463,2590,0,0,223,2524,607,4987,or.po,,or,,odia,,,or,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ru.po,607,4987,4456,0,0,0,0,607,4987,ru.po,,ru,,russian,,,ru,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/sr.po,22,91,82,0,0,585,4896,607,4987,sr.po,,sr,,serbian,,,sr,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,607,4987,607,4987,ilo.po,,ilo,,iloko,,,ilo,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,607,4987,2018,0,0,0,0,607,4987,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,607,4987,607,4987,ru_ru.po,,ru,ru,russian,,russia,ru_ru,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/nl.po,607,4987,5224,0,0,0,0,607,4987,nl.po,,nl,,dutch,,,nl,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/no.po,0,0,0,0,0,607,4987,607,4987,no.po,,no,,norwegian,,,no,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,607,4987,607,4987,mai.po,,mai,,maithili,,,mai,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,607,4987,607,4987,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,607,4987,607,4987,br.po,,br,,breton,,,br,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/bn_in.po,216,1249,1428,0,0,391,3738,607,4987,bn_in.po,,bn,in,bangla,,india,bn_in,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,607,4987,607,4987,az.po,,az,,azerbaijani,,,az,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,607,4987,607,4987,bn.po,,bn,,bangla,,,bn,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/uk.po,607,4987,5205,0,0,0,0,607,4987,uk.po,,uk,,ukrainian,,,uk,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/pt.po,201,1081,1183,0,0,406,3906,607,4987,pt.po,,pt,,portuguese,,,pt,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,607,4987,607,4987,zu.po,,zu,,zulu,,,zu,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,607,4987,607,4987,tl.po,,tl,,tagalog,,,tl,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,607,4987,607,4987,cy.po,,cy,,welsh,,,cy,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,607,4987,607,4987,mn.po,,mn,,mongolian,,,mn,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,607,4987,1829,0,0,0,0,607,4987,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/sr@latin.po,22,91,82,0,0,585,4896,607,4987,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libreport-2.10.1-2.fc31.src.rpm.stats.csv,po/ca.po,607,4987,6174,0,0,0,0,607,4987,ca.po,,ca,,catalan,,,ca,po -librsvg2-2.46.1-1.fc31.src.rpm.stats.csv,po/es.po,21,67,80,0,0,0,0,21,67,es.po,,es,,spanish,,,es,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/lt.po,9,59,45,0,0,0,0,9,59,lt.po,,lt,,lithuanian,,,lt,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ca.po,9,59,77,0,0,0,0,9,59,ca.po,,ca,,catalan,,,ca,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/pl.po,9,59,49,0,0,0,0,9,59,pl.po,,pl,,polish,,,pl,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/cs.po,9,59,55,0,0,0,0,9,59,cs.po,,cs,,czech,,,cs,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,9,59,77,0,0,0,0,9,59,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ne.po,9,59,50,0,0,0,0,9,59,ne.po,,ne,,nepali,,,ne,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/de.po,9,59,54,0,0,0,0,9,59,de.po,,de,,german,,,de,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/lv.po,9,59,47,0,0,0,0,9,59,lv.po,,lv,,latvian,,,lv,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/da.po,9,59,61,0,0,0,0,9,59,da.po,,da,,danish,,,da,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/oc.po,9,59,69,0,0,0,0,9,59,oc.po,,oc,,occitan,,,oc,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/sl.po,9,59,59,0,0,0,0,9,59,sl.po,,sl,,slovenian,,,sl,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/id.po,9,59,59,0,0,0,0,9,59,id.po,,id,,indonesian,,,id,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/gl.po,9,59,73,0,0,0,0,9,59,gl.po,,gl,,galician,,,gl,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/an.po,9,59,69,0,0,0,0,9,59,an.po,,an,,aragonese,,,an,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ru.po,9,59,50,0,0,0,0,9,59,ru.po,,ru,,russian,,,ru,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/sk.po,9,59,51,0,0,0,0,9,59,sk.po,,sk,,slovak,,,sk,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/uk.po,9,59,53,0,0,0,0,9,59,uk.po,,uk,,ukrainian,,,uk,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/hr.po,9,59,54,0,0,0,0,9,59,hr.po,,hr,,croatian,,,hr,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,9,59,9,0,0,0,0,9,59,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,9,59,70,0,0,0,0,9,59,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/bg.po,9,59,48,0,0,0,0,9,59,bg.po,,bg,,bulgarian,,,bg,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,9,59,9,0,0,0,0,9,59,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/he.po,9,59,49,0,0,0,0,9,59,he.po,,he,,hebrew,,,he,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/tr.po,9,59,42,0,0,0,0,9,59,tr.po,,tr,,turkish,,,tr,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,9,59,56,0,0,0,0,9,59,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/nb.po,9,59,56,0,0,0,0,9,59,nb.po,,nb,,norwegian bokmål,,,nb,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/it.po,9,59,65,0,0,0,0,9,59,it.po,,it,,italian,,,it,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ar.po,9,59,49,0,0,0,0,9,59,ar.po,,ar,,arabic,,,ar,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/fr.po,9,59,68,0,0,0,0,9,59,fr.po,,fr,,french,,,fr,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ml.po,9,59,38,0,0,0,0,9,59,ml.po,,ml,,malayalam,,,ml,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/pa.po,9,59,63,0,0,0,0,9,59,pa.po,,pa,,punjabi,,,pa,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/pt.po,9,59,64,0,0,0,0,9,59,pt.po,,pt,,portuguese,,,pt,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/nl.po,9,59,55,0,0,0,0,9,59,nl.po,,nl,,dutch,,,nl,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/hu.po,9,59,51,0,0,0,0,9,59,hu.po,,hu,,hungarian,,,hu,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/be.po,9,59,51,0,0,0,0,9,59,be.po,,be,,belarusian,,,be,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/fur.po,9,59,71,0,0,0,0,9,59,fur.po,,fur,,friulian,,,fur,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,9,59,59,0,0,0,0,9,59,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/es.po,9,59,71,0,0,0,0,9,59,es.po,,es,,spanish,,,es,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,9,59,9,0,0,0,0,9,59,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ja.po,6,44,6,0,0,3,15,9,59,ja.po,,ja,,japanese,,,ja,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ro.po,9,59,63,0,0,0,0,9,59,ro.po,,ro,,romanian,,,ro,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/tg.po,9,59,55,0,0,0,0,9,59,tg.po,,tg,,tajik,,,tg,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/bs.po,9,59,53,0,0,0,0,9,59,bs.po,,bs,,bosnian,,,bs,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/eo.po,9,59,52,0,0,0,0,9,59,eo.po,,eo,,esperanto,,,eo,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/kk.po,9,59,48,0,0,0,0,9,59,kk.po,,kk,,kazakh,,,kk,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/ko.po,9,59,46,0,0,0,0,9,59,ko.po,,ko,,korean,,,ko,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/as.po,9,59,54,0,0,0,0,9,59,as.po,,as,,assamese,,,as,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/fa.po,9,59,62,0,0,0,0,9,59,fa.po,,fa,,persian,,,fa,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/el.po,9,59,67,0,0,0,0,9,59,el.po,,el,,greek,,,el,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/eu.po,9,59,50,0,0,0,0,9,59,eu.po,,eu,,basque,,,eu,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/sv.po,9,59,51,0,0,0,0,9,59,sv.po,,sv,,swedish,,,sv,po -libsecret-0.19.1-1.fc31.src.rpm.stats.csv,po/sr.po,9,59,56,0,0,0,0,9,59,sr.po,,sr,,serbian,,,sr,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,359,2174,359,2174,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,359,2174,359,2174,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,359,2174,359,2174,nl.po,,nl,,dutch,,,nl,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,359,2174,359,2174,ko.po,,ko,,korean,,,ko,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/ja.po,0,0,0,0,0,359,2174,359,2174,ja.po,,ja,,japanese,,,ja,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/it.po,0,0,0,0,0,359,2174,359,2174,it.po,,it,,italian,,,it,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/fr.po,0,0,0,0,0,359,2174,359,2174,fr.po,,fr,,french,,,fr,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/es.po,217,1139,1374,21,152,121,883,359,2174,es.po,,es,,spanish,,,es,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/en_us.po,21,178,178,0,0,338,1996,359,2174,en_us.po,,en,us,english,,united states,en_us,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/en@quot.po,359,2174,2174,0,0,0,0,359,2174,en@quot.po,quot,en,,english,,,en@quot,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/en@boldquot.po,359,2174,2174,0,0,0,0,359,2174,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/en.po,12,88,88,8,69,339,2017,359,2174,en.po,,en,,english,,,en,po -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv,po/de.po,0,0,0,0,0,359,2174,359,2174,de.po,,de,,german,,,de,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ar.po,211,981,1061,7,38,83,418,301,1437,ar.po,,ar,,arabic,,,ar,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/as.po,213,996,1132,7,38,81,403,301,1437,as.po,,as,,assamese,,,as,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/bg.po,290,1374,1575,8,45,3,18,301,1437,bg.po,,bg,,bulgarian,,,bg,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/bn.po,213,996,1165,7,38,81,403,301,1437,bn.po,,bn,,bangla,,,bn,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/bn_in.po,213,996,1165,7,38,81,403,301,1437,bn_in.po,,bn,in,bangla,,india,bn_in,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/bs.po,192,889,945,5,25,104,523,301,1437,bs.po,,bs,,bosnian,,,bs,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ca.po,292,1385,2086,6,34,3,18,301,1437,ca.po,,ca,,catalan,,,ca,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/cs.po,301,1437,1381,0,0,0,0,301,1437,cs.po,,cs,,czech,,,cs,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/cy.po,197,904,1036,5,25,99,508,301,1437,cy.po,,cy,,welsh,,,cy,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/da.po,292,1385,1360,6,34,3,18,301,1437,da.po,,da,,danish,,,da,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/de.po,292,1385,1425,6,34,3,18,301,1437,de.po,,de,,german,,,de,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/de_ch.po,204,938,990,7,38,90,461,301,1437,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/el.po,290,1374,1533,8,45,3,18,301,1437,el.po,,el,,greek,,,el,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/en_gb.po,197,904,904,5,25,99,508,301,1437,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/es.po,290,1374,1749,8,45,3,18,301,1437,es.po,,es,,spanish,,,es,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/et.po,202,923,834,7,38,92,476,301,1437,et.po,,et,,estonian,,,et,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/eu.po,24,58,55,0,0,277,1379,301,1437,eu.po,,eu,,basque,,,eu,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/fi.po,211,984,842,7,38,83,415,301,1437,fi.po,,fi,,finnish,,,fi,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/fr.po,290,1374,1850,8,45,3,18,301,1437,fr.po,,fr,,french,,,fr,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/gu.po,213,996,1147,7,38,81,403,301,1437,gu.po,,gu,,gujarati,,,gu,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/he.po,84,355,359,5,25,212,1057,301,1437,he.po,,he,,hebrew,,,he,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/hi.po,213,996,1271,7,38,81,403,301,1437,hi.po,,hi,,hindi,,,hi,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/hr.po,197,904,959,5,25,99,508,301,1437,hr.po,,hr,,croatian,,,hr,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/hu.po,290,1374,1337,8,45,3,18,301,1437,hu.po,,hu,,hungarian,,,hu,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/id.po,213,996,1062,7,38,81,403,301,1437,id.po,,id,,indonesian,,,id,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/is.po,211,985,1064,7,38,83,414,301,1437,is.po,,is,,icelandic,,,is,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/it.po,213,996,1179,7,38,81,403,301,1437,it.po,,it,,italian,,,it,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ja.po,290,1374,609,8,45,3,18,301,1437,ja.po,,ja,,japanese,,,ja,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/kn.po,213,996,975,7,38,81,403,301,1437,kn.po,,kn,,kannada,,,kn,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ko.po,218,1020,1049,7,38,76,379,301,1437,ko.po,,ko,,korean,,,ko,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/lv.po,62,248,223,5,25,234,1164,301,1437,lv.po,,lv,,latvian,,,lv,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/mai.po,204,938,1192,7,38,90,461,301,1437,mai.po,,mai,,maithili,,,mai,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/mk.po,197,904,1066,5,25,99,508,301,1437,mk.po,,mk,,macedonian,,,mk,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ml.po,208,970,862,7,38,86,429,301,1437,ml.po,,ml,,malayalam,,,ml,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/mr.po,212,990,1013,7,38,82,409,301,1437,mr.po,,mr,,marathi,,,mr,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ms.po,197,904,897,5,25,99,508,301,1437,ms.po,,ms,,malay,,,ms,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/nb.po,290,1374,1364,8,45,3,18,301,1437,nb.po,,nb,,norwegian bokmål,,,nb,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/nds.po,15,27,27,0,0,286,1410,301,1437,nds.po,,nds,,low german,,,nds,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/nl.po,292,1385,1483,6,34,3,18,301,1437,nl.po,,nl,,dutch,,,nl,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/or.po,213,996,1389,7,38,81,403,301,1437,or.po,,or,,odia,,,or,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/pa.po,213,996,1259,7,38,81,403,301,1437,pa.po,,pa,,punjabi,,,pa,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/pl.po,292,1385,1463,6,34,3,18,301,1437,pl.po,,pl,,polish,,,pl,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/pt.po,213,996,1259,7,38,81,403,301,1437,pt.po,,pt,,portuguese,,,pt,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/pt_br.po,219,1014,1243,7,38,75,385,301,1437,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ro.po,77,306,353,5,25,219,1106,301,1437,ro.po,,ro,,romanian,,,ro,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ru.po,290,1374,1342,8,45,3,18,301,1437,ru.po,,ru,,russian,,,ru,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/sk.po,211,979,994,8,49,82,409,301,1437,sk.po,,sk,,slovak,,,sk,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/sl.po,197,904,968,5,25,99,508,301,1437,sl.po,,sl,,slovenian,,,sl,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/sr.po,292,1385,1440,6,34,3,18,301,1437,sr.po,,sr,,serbian,,,sr,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/sr@latin.po,208,970,1024,7,38,86,429,301,1437,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/sv.po,292,1385,1404,6,34,3,18,301,1437,sv.po,,sv,,swedish,,,sv,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/ta.po,213,996,879,7,38,81,403,301,1437,ta.po,,ta,,tamil,,,ta,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/te.po,213,996,894,7,38,81,403,301,1437,te.po,,te,,telugu,,,te,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/tr.po,212,990,901,7,38,82,409,301,1437,tr.po,,tr,,turkish,,,tr,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/uk.po,292,1385,1380,6,34,3,18,301,1437,uk.po,,uk,,ukrainian,,,uk,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/vi.po,145,607,810,5,25,151,805,301,1437,vi.po,,vi,,vietnamese,,,vi,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/zh_cn.po,290,1374,574,8,45,3,18,301,1437,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libuser-0.62-21.fc31.src.rpm.stats.csv,po/zh_tw.po,290,1374,539,8,45,3,18,301,1437,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/nl.po,2466,13737,14285,0,0,7502,50844,9968,64581,nl.po,,nl,,dutch,,,nl,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,9968,64581,9968,64581,brx.po,,brx,,bodo,,,brx,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/bs.po,199,816,807,0,0,9769,63765,9968,64581,bs.po,,bs,,bosnian,,,bs,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,9968,64581,9968,64581,tr.po,,tr,,turkish,,,tr,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,9968,64581,9968,64581,sl.po,,sl,,slovenian,,,sl,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/es.po,5570,33654,43200,0,0,4398,30927,9968,64581,es.po,,es,,spanish,,,es,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,9968,64581,9968,64581,nn.po,,nn,,norwegian nynorsk,,,nn,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/pt_br.po,5669,34320,42358,0,0,4299,30261,9968,64581,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/cs.po,7640,46576,47243,0,0,2328,18005,9968,64581,cs.po,,cs,,czech,,,cs,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,9968,64581,9968,64581,eo.po,,eo,,esperanto,,,eo,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/uk.po,9841,63840,68800,0,0,127,741,9968,64581,uk.po,,uk,,ukrainian,,,uk,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/pa.po,5532,33535,38612,0,0,4436,31046,9968,64581,pa.po,,pa,,punjabi,,,pa,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ko.po,3276,18459,17588,0,0,6692,46122,9968,64581,ko.po,,ko,,korean,,,ko,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/or.po,5437,30972,32175,0,0,4531,33609,9968,64581,or.po,,or,,odia,,,or,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,9968,64581,9968,64581,ky.po,,ky,,kyrgyz,,,ky,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,9968,64581,9968,64581,kk.po,,kk,,kazakh,,,kk,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,9968,64581,9968,64581,bn.po,,bn,,bangla,,,bn,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/it.po,1619,8684,10148,0,0,8349,55897,9968,64581,it.po,,it,,italian,,,it,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ca.po,436,1925,2526,0,0,9532,62656,9968,64581,ca.po,,ca,,catalan,,,ca,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,9968,64581,9968,64581,yo.po,,yo,,yoruba,,,yo,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/id.po,206,815,764,0,0,9762,63766,9968,64581,id.po,,id,,indonesian,,,id,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/el.po,179,926,1349,0,0,9789,63655,9968,64581,el.po,,el,,greek,,,el,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,9968,64581,9968,64581,mai.po,,mai,,maithili,,,mai,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,9968,64581,9968,64581,bal.po,,bal,,baluchi,,,bal,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,9968,64581,9968,64581,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/pt.po,339,1448,1931,0,0,9629,63133,9968,64581,pt.po,,pt,,portuguese,,,pt,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,9968,64581,9968,64581,ar.po,,ar,,arabic,,,ar,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,9968,64581,9968,64581,gl.po,,gl,,galician,,,gl,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,9968,64581,9968,64581,ka.po,,ka,,georgian,,,ka,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,9968,64581,9968,64581,nds.po,,nds,,low german,,,nds,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/nb.po,132,468,432,0,0,9836,64113,9968,64581,nb.po,,nb,,norwegian bokmål,,,nb,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,9968,64581,9968,64581,cy.po,,cy,,welsh,,,cy,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,9968,64581,9968,64581,hr.po,,hr,,croatian,,,hr,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/sr.po,585,2665,2555,0,0,9383,61916,9968,64581,sr.po,,sr,,serbian,,,sr,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,9968,64581,9968,64581,nso.po,,nso,,northern sotho,,,nso,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,9968,64581,9968,64581,tw.po,,tw,,twi,,,tw,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,9968,64581,9968,64581,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,9968,64581,9968,64581,ur.po,,ur,,urdu,,,ur,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,9968,64581,9968,64581,kw.po,,kw,,cornish,,,kw,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/mr.po,6589,40192,38644,0,0,3379,24389,9968,64581,mr.po,,mr,,marathi,,,mr,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,9968,64581,9968,64581,af.po,,af,,afrikaans,,,af,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,9968,64581,9968,64581,si.po,,si,,sinhala,,,si,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,9968,64581,9968,64581,ne.po,,ne,,nepali,,,ne,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,9968,64581,9968,64581,lt.po,,lt,,lithuanian,,,lt,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/fi.po,356,1506,1173,0,0,9612,63075,9968,64581,fi.po,,fi,,finnish,,,fi,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/en_gb.po,5653,34343,34343,0,0,4315,30238,9968,64581,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,9968,64581,9968,64581,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/zh_tw.po,285,1240,498,0,0,9683,63341,9968,64581,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,9968,64581,9968,64581,fa.po,,fa,,persian,,,fa,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,9968,64581,9968,64581,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,9968,64581,9968,64581,ro.po,,ro,,romanian,,,ro,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,9968,64581,9968,64581,am.po,,am,,amharic,,,am,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,9968,64581,9968,64581,br.po,,br,,breton,,,br,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/da.po,264,1124,1048,0,0,9704,63457,9968,64581,da.po,,da,,danish,,,da,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,9968,64581,9968,64581,is.po,,is,,icelandic,,,is,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/bn_in.po,2298,12849,13627,0,0,7670,51732,9968,64581,bn_in.po,,bn,in,bangla,,india,bn_in,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,9968,64581,9968,64581,sk.po,,sk,,slovak,,,sk,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,9968,64581,9968,64581,ga.po,,ga,,irish,,,ga,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ja.po,5691,34440,15943,0,0,4277,30141,9968,64581,ja.po,,ja,,japanese,,,ja,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,9968,64581,9968,64581,ia.po,,ia,,interlingua,,,ia,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,9968,64581,9968,64581,he.po,,he,,hebrew,,,he,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,9968,64581,9968,64581,ast.po,,ast,,asturian,,,ast,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/mk.po,311,1313,1539,0,0,9657,63268,9968,64581,mk.po,,mk,,macedonian,,,mk,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,9968,64581,9968,64581,anp.po,,anp,,angika,,,anp,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/fur.po,0,0,0,0,0,9968,64581,9968,64581,fur.po,,fur,,friulian,,,fur,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/sr@latin.po,585,2665,2555,0,0,9383,61916,9968,64581,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/sv.po,669,3361,3041,0,0,9299,61220,9968,64581,sv.po,,sv,,swedish,,,sv,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ta.po,6084,37323,34172,0,0,3884,27258,9968,64581,ta.po,,ta,,tamil,,,ta,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,9968,64581,9968,64581,lv.po,,lv,,latvian,,,lv,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,9968,64581,9968,64581,tg.po,,tg,,tajik,,,tg,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/as.po,5831,35603,37400,0,0,4137,28978,9968,64581,as.po,,as,,assamese,,,as,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,9968,64581,9968,64581,zu.po,,zu,,zulu,,,zu,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,9968,64581,9968,64581,eu.po,,eu,,basque,,,eu,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ml.po,5588,33905,28238,0,0,4380,30676,9968,64581,ml.po,,ml,,malayalam,,,ml,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/de.po,5601,33977,32845,0,0,4367,30604,9968,64581,de.po,,de,,german,,,de,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/fr.po,1145,5721,7089,0,0,8823,58860,9968,64581,fr.po,,fr,,french,,,fr,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,9968,64581,9968,64581,bo.po,,bo,,tibetan,,,bo,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,9968,64581,9968,64581,mn.po,,mn,,mongolian,,,mn,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/hu.po,264,1124,1056,0,0,9704,63457,9968,64581,hu.po,,hu,,hungarian,,,hu,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/pl.po,2551,14147,14917,0,0,7417,50434,9968,64581,pl.po,,pl,,polish,,,pl,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ru.po,5405,32023,30997,0,0,4563,32558,9968,64581,ru.po,,ru,,russian,,,ru,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,9968,64581,9968,64581,et.po,,et,,estonian,,,et,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,9968,64581,9968,64581,km.po,,km,,khmer,,,km,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ms.po,46,115,112,0,0,9922,64466,9968,64581,ms.po,,ms,,malay,,,ms,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/vi.po,2172,12161,17103,0,0,7796,52420,9968,64581,vi.po,,vi,,vietnamese,,,vi,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/fil.po,0,0,0,0,0,9968,64581,9968,64581,fil.po,,fil,,filipino,,,fil,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,9968,64581,9968,64581,be.po,,be,,belarusian,,,be,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/hi.po,3487,20189,24033,0,0,6481,44392,9968,64581,hi.po,,hi,,hindi,,,hi,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/gu.po,5795,34866,37538,0,0,4173,29715,9968,64581,gu.po,,gu,,gujarati,,,gu,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/zh_cn.po,6183,38211,17444,0,0,3785,26370,9968,64581,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,9968,64581,9968,64581,my.po,,my,,burmese,,,my,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/te.po,5529,33452,29431,0,0,4439,31129,9968,64581,te.po,,te,,telugu,,,te,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,9968,64581,9968,64581,sq.po,,sq,,albanian,,,sq,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/bg.po,329,1412,1573,0,0,9639,63169,9968,64581,bg.po,,bg,,bulgarian,,,bg,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,9968,64581,9968,64581,th.po,,th,,thai,,,th,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,9968,64581,9968,64581,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,9968,64581,9968,64581,ilo.po,,ilo,,iloko,,,ilo,po -libvirt-5.6.0-4.fc31.src.rpm.stats.csv,po/kn.po,5559,33670,30643,0,0,4409,30911,9968,64581,kn.po,,kn,,kannada,,,kn,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/cs.po,30,153,142,0,0,0,0,30,153,cs.po,,cs,,czech,,,cs,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/pt_br.po,25,121,159,0,0,5,32,30,153,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,30,153,30,153,sl.po,,sl,,slovenian,,,sl,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,30,153,30,153,fa.po,,fa,,persian,,,fa,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,30,153,30,153,cy.po,,cy,,welsh,,,cy,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,30,153,30,153,mk.po,,mk,,macedonian,,,mk,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/es.po,29,145,205,0,0,1,8,30,153,es.po,,es,,spanish,,,es,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/sv.po,0,0,0,0,0,30,153,30,153,sv.po,,sv,,swedish,,,sv,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ca.po,30,153,223,0,0,0,0,30,153,ca.po,,ca,,catalan,,,ca,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/el.po,0,0,0,0,0,30,153,30,153,el.po,,el,,greek,,,el,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,30,153,30,153,ro.po,,ro,,romanian,,,ro,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,30,153,30,153,nds.po,,nds,,low german,,,nds,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,30,153,30,153,or.po,,or,,odia,,,or,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,30,153,30,153,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,30,153,30,153,ar.po,,ar,,arabic,,,ar,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,30,153,30,153,hr.po,,hr,,croatian,,,hr,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,30,153,30,153,et.po,,et,,estonian,,,et,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,30,153,30,153,be.po,,be,,belarusian,,,be,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,30,153,30,153,bn_in.po,,bn,in,bangla,,india,bn_in,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,30,153,30,153,as.po,,as,,assamese,,,as,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,30,153,30,153,bg.po,,bg,,bulgarian,,,bg,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,30,153,30,153,anp.po,,anp,,angika,,,anp,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,30,153,30,153,ka.po,,ka,,georgian,,,ka,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,30,153,30,153,zu.po,,zu,,zulu,,,zu,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/uk.po,30,153,150,0,0,0,0,30,153,uk.po,,uk,,ukrainian,,,uk,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,30,153,30,153,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,30,153,30,153,lt.po,,lt,,lithuanian,,,lt,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,30,153,30,153,bn.po,,bn,,bangla,,,bn,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,30,153,30,153,mr.po,,mr,,marathi,,,mr,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,30,153,30,153,ne.po,,ne,,nepali,,,ne,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/pl.po,30,153,158,0,0,0,0,30,153,pl.po,,pl,,polish,,,pl,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,30,153,30,153,sr.po,,sr,,serbian,,,sr,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,30,153,30,153,gl.po,,gl,,galician,,,gl,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,30,153,30,153,lv.po,,lv,,latvian,,,lv,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,30,153,30,153,te.po,,te,,telugu,,,te,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,30,153,30,153,eu.po,,eu,,basque,,,eu,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,30,153,30,153,ilo.po,,ilo,,iloko,,,ilo,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,30,153,30,153,vi.po,,vi,,vietnamese,,,vi,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/fi.po,7,31,28,0,0,23,122,30,153,fi.po,,fi,,finnish,,,fi,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,30,153,30,153,bs.po,,bs,,bosnian,,,bs,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,30,153,30,153,pa.po,,pa,,punjabi,,,pa,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,30,153,30,153,th.po,,th,,thai,,,th,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/en_gb.po,25,121,121,0,0,5,32,30,153,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/fr.po,29,145,167,0,0,1,8,30,153,fr.po,,fr,,french,,,fr,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,30,153,30,153,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,30,153,30,153,br.po,,br,,breton,,,br,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,30,153,30,153,ml.po,,ml,,malayalam,,,ml,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,30,153,30,153,mai.po,,mai,,maithili,,,mai,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,30,153,30,153,is.po,,is,,icelandic,,,is,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/hu.po,0,0,0,0,0,30,153,30,153,hu.po,,hu,,hungarian,,,hu,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,30,153,30,153,nl.po,,nl,,dutch,,,nl,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,30,153,30,153,sq.po,,sq,,albanian,,,sq,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,30,153,30,153,pt.po,,pt,,portuguese,,,pt,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ru.po,1,4,3,0,0,29,149,30,153,ru.po,,ru,,russian,,,ru,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,30,153,30,153,ta.po,,ta,,tamil,,,ta,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,30,153,30,153,de_ch.po,,de,ch,german,,switzerland,de_ch,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,30,153,30,153,eo.po,,eo,,esperanto,,,eo,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,30,153,30,153,am.po,,am,,amharic,,,am,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,30,153,30,153,nso.po,,nso,,northern sotho,,,nso,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,30,153,30,153,kn.po,,kn,,kannada,,,kn,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,30,153,30,153,af.po,,af,,afrikaans,,,af,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/id.po,0,0,0,0,0,30,153,30,153,id.po,,id,,indonesian,,,id,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,30,153,30,153,brx.po,,brx,,bodo,,,brx,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,30,153,30,153,gu.po,,gu,,gujarati,,,gu,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,30,153,30,153,ms.po,,ms,,malay,,,ms,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,30,153,30,153,si.po,,si,,sinhala,,,si,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,30,153,30,153,tw.po,,tw,,twi,,,tw,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/de.po,0,0,0,0,0,30,153,30,153,de.po,,de,,german,,,de,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/zh_cn.po,0,0,0,0,0,30,153,30,153,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,30,153,30,153,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,30,153,30,153,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ja.po,25,121,52,0,0,5,32,30,153,ja.po,,ja,,japanese,,,ja,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,30,153,30,153,nn.po,,nn,,norwegian nynorsk,,,nn,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,30,153,30,153,km.po,,km,,khmer,,,km,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,30,153,30,153,kw.po,,kw,,cornish,,,kw,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/da.po,0,0,0,0,0,30,153,30,153,da.po,,da,,danish,,,da,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,30,153,30,153,ko.po,,ko,,korean,,,ko,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/hi.po,25,121,166,0,0,5,32,30,153,hi.po,,hi,,hindi,,,hi,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,30,153,30,153,mn.po,,mn,,mongolian,,,mn,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,30,153,30,153,yo.po,,yo,,yoruba,,,yo,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,30,153,30,153,ky.po,,ky,,kyrgyz,,,ky,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,30,153,30,153,sk.po,,sk,,slovak,,,sk,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,30,153,30,153,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,30,153,30,153,bo.po,,bo,,tibetan,,,bo,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,30,153,30,153,he.po,,he,,hebrew,,,he,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,30,153,30,153,kk.po,,kk,,kazakh,,,kk,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,30,153,30,153,ur.po,,ur,,urdu,,,ur,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,30,153,30,153,bal.po,,bal,,baluchi,,,bal,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/it.po,0,0,0,0,0,30,153,30,153,it.po,,it,,italian,,,it,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,30,153,30,153,tr.po,,tr,,turkish,,,tr,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,30,153,30,153,ast.po,,ast,,asturian,,,ast,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,30,153,30,153,tg.po,,tg,,tajik,,,tg,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,30,153,30,153,nb.po,,nb,,norwegian bokmål,,,nb,po -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,30,153,30,153,ia.po,,ia,,interlingua,,,ia,po -libvisual-0.4.0-27.fc31.src.rpm.stats.csv,po/es_es.po,62,303,364,51,204,92,548,205,1055,es_es.po,,es,es,spanish,,spain,es_es,po -libvisual-0.4.0-27.fc31.src.rpm.stats.csv,po/es_ar.po,62,303,364,51,204,92,548,205,1055,es_ar.po,,es,ar,spanish,,argentina,es_ar,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,231,1086,353,0,0,10,38,241,1124,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,230,1084,352,0,0,11,40,241,1124,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,231,1086,330,0,0,10,38,241,1124,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/xh.po,30,73,88,0,0,211,1051,241,1124,xh.po,,xh,,xhosa,,,xh,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/wa.po,15,30,46,9,29,217,1065,241,1124,wa.po,,wa,,walloon,,,wa,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/vi.po,231,1086,1657,0,0,10,38,241,1124,vi.po,,vi,,vietnamese,,,vi,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/uk.po,230,1084,998,0,0,11,40,241,1124,uk.po,,uk,,ukrainian,,,uk,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ug.po,230,1082,991,0,0,11,42,241,1124,ug.po,,ug,,uyghur,,,ug,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/tr.po,231,1086,986,0,0,10,38,241,1124,tr.po,,tr,,turkish,,,tr,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/th.po,231,1086,432,0,0,10,38,241,1124,th.po,,th,,thai,,,th,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/te.po,231,1086,859,0,0,10,38,241,1124,te.po,,te,,telugu,,,te,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ta.po,230,1068,908,1,18,10,38,241,1124,ta.po,,ta,,tamil,,,ta,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/sv.po,231,1086,1025,0,0,10,38,241,1124,sv.po,,sv,,swedish,,,sv,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/sr@latin.po,231,1086,1084,0,0,10,38,241,1124,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/sr.po,231,1086,1084,0,0,10,38,241,1124,sr.po,,sr,,serbian,,,sr,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/sq.po,33,88,131,0,0,208,1036,241,1124,sq.po,,sq,,albanian,,,sq,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/sl.po,231,1086,1032,0,0,10,38,241,1124,sl.po,,sl,,slovenian,,,sl,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/sk.po,231,1086,1016,0,0,10,38,241,1124,sk.po,,sk,,slovak,,,sk,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/si.po,32,87,103,0,0,209,1037,241,1124,si.po,,si,,sinhala,,,si,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/rw.po,1,2,2,20,55,220,1067,241,1124,rw.po,,rw,,kinyarwanda,,,rw,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ru.po,231,1086,1035,0,0,10,38,241,1124,ru.po,,ru,,russian,,,ru,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ro.po,241,1124,1277,0,0,0,0,241,1124,ro.po,,ro,,romanian,,,ro,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,231,1086,1280,0,0,10,38,241,1124,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/pt.po,231,1086,1291,0,0,10,38,241,1124,pt.po,,pt,,portuguese,,,pt,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/pl.po,231,1086,1022,0,0,10,38,241,1124,pl.po,,pl,,polish,,,pl,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/pa.po,230,1084,1097,0,0,11,40,241,1124,pa.po,,pa,,punjabi,,,pa,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/or.po,230,1068,1013,1,18,10,38,241,1124,or.po,,or,,odia,,,or,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/oc.po,230,1082,1337,0,0,11,42,241,1124,oc.po,,oc,,occitan,,,oc,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/nn.po,241,1124,1049,0,0,0,0,241,1124,nn.po,,nn,,norwegian nynorsk,,,nn,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/nl.po,231,1086,994,0,0,10,38,241,1124,nl.po,,nl,,dutch,,,nl,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ne.po,236,1083,1017,3,39,2,2,241,1124,ne.po,,ne,,nepali,,,ne,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/nb.po,203,749,697,0,0,38,375,241,1124,nb.po,,nb,,norwegian bokmål,,,nb,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ms.po,21,47,49,7,21,213,1056,241,1124,ms.po,,ms,,malay,,,ms,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/mr.po,231,1086,1049,0,0,10,38,241,1124,mr.po,,mr,,marathi,,,mr,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/mn.po,21,47,56,7,21,213,1056,241,1124,mn.po,,mn,,mongolian,,,mn,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ml.po,231,1086,835,0,0,10,38,241,1124,ml.po,,ml,,malayalam,,,ml,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/mk.po,240,1106,1275,1,18,0,0,241,1124,mk.po,,mk,,macedonian,,,mk,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/mi.po,0,0,0,6,11,235,1113,241,1124,mi.po,,mi,,maori,,,mi,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/mai.po,47,97,124,0,0,194,1027,241,1124,mai.po,,mai,,maithili,,,mai,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/lv.po,231,1086,967,0,0,10,38,241,1124,lv.po,,lv,,latvian,,,lv,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/lt.po,231,1086,940,0,0,10,38,241,1124,lt.po,,lt,,lithuanian,,,lt,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/li.po,15,30,32,9,29,217,1065,241,1124,li.po,,li,,limburgish,,,li,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ky.po,27,69,74,1,1,213,1054,241,1124,ky.po,,ky,,kyrgyz,,,ky,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ku.po,30,73,87,0,0,211,1051,241,1124,ku.po,,ku,,kurdish,,,ku,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ko.po,230,1084,985,0,0,11,40,241,1124,ko.po,,ko,,korean,,,ko,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/kn.po,230,1068,899,1,18,10,38,241,1124,kn.po,,kn,,kannada,,,kn,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/km.po,230,1084,522,0,0,11,40,241,1124,km.po,,km,,khmer,,,km,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/kk.po,89,207,223,0,0,152,917,241,1124,kk.po,,kk,,kazakh,,,kk,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ka.po,152,621,529,0,0,89,503,241,1124,ka.po,,ka,,georgian,,,ka,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ja.po,231,1086,443,0,0,10,38,241,1124,ja.po,,ja,,japanese,,,ja,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/it.po,231,1086,1208,0,0,10,38,241,1124,it.po,,it,,italian,,,it,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/is.po,17,33,43,8,27,216,1064,241,1124,is.po,,is,,icelandic,,,is,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/id.po,231,1086,1113,0,0,10,38,241,1124,id.po,,id,,indonesian,,,id,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/hu.po,231,1086,984,0,0,10,38,241,1124,hu.po,,hu,,hungarian,,,hu,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/hr.po,22,65,80,4,10,215,1049,241,1124,hr.po,,hr,,croatian,,,hr,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/hi.po,231,1086,1234,0,0,10,38,241,1124,hi.po,,hi,,hindi,,,hi,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/he.po,230,1084,1094,0,0,11,40,241,1124,he.po,,he,,hebrew,,,he,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/gu.po,231,1086,1133,0,0,10,38,241,1124,gu.po,,gu,,gujarati,,,gu,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/gl.po,231,1086,1330,0,0,10,38,241,1124,gl.po,,gl,,galician,,,gl,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/gd.po,231,1086,1331,0,0,10,38,241,1124,gd.po,,gd,,scottish gaelic,,,gd,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ga.po,143,343,404,0,0,98,781,241,1124,ga.po,,ga,,irish,,,ga,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/fy.po,230,1082,1120,0,0,11,42,241,1124,fy.po,,fy,,western frisian,,,fy,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/fr.po,230,1084,1336,0,0,11,40,241,1124,fr.po,,fr,,french,,,fr,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/fi.po,230,1084,846,0,0,11,40,241,1124,fi.po,,fi,,finnish,,,fi,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/fa.po,230,1084,1127,0,0,11,40,241,1124,fa.po,,fa,,persian,,,fa,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/eu.po,229,1066,935,1,18,11,40,241,1124,eu.po,,eu,,basque,,,eu,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/et.po,230,1084,868,0,0,11,40,241,1124,et.po,,et,,estonian,,,et,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/es.po,231,1086,1356,0,0,10,38,241,1124,es.po,,es,,spanish,,,es,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/eo.po,153,410,403,0,0,88,714,241,1124,eo.po,,eo,,esperanto,,,eo,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,230,1084,1084,0,0,11,40,241,1124,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/en_ca.po,33,88,88,0,0,208,1036,241,1124,en_ca.po,,en,ca,english,,canada,en_ca,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,195,893,892,46,231,0,0,241,1124,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/el.po,231,1086,1216,0,0,10,38,241,1124,el.po,,el,,greek,,,el,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/dz.po,241,1124,745,0,0,0,0,241,1124,dz.po,,dz,,dzongkha,,,dz,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/de.po,231,1086,1023,0,0,10,38,241,1124,de.po,,de,,german,,,de,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/da.po,231,1086,1023,0,0,10,38,241,1124,da.po,,da,,danish,,,da,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/cy.po,33,88,104,0,0,208,1036,241,1124,cy.po,,cy,,welsh,,,cy,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/cs.po,231,1086,1037,0,0,10,38,241,1124,cs.po,,cs,,czech,,,cs,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/crh.po,230,1084,959,0,0,11,40,241,1124,crh.po,,crh,,crimean turkish,,,crh,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,229,1066,1341,1,18,11,40,241,1124,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ca.po,229,1066,1343,2,20,10,38,241,1124,ca.po,,ca,,catalan,,,ca,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/bs.po,230,1068,1148,1,18,10,38,241,1124,bs.po,,bs,,bosnian,,,bs,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/br.po,98,240,257,2,8,141,876,241,1124,br.po,,br,,breton,,,br,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,230,1068,1127,1,18,10,38,241,1124,bn_in.po,,bn,in,bangla,,india,bn_in,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/bn.po,240,1106,1180,1,18,0,0,241,1124,bn.po,,bn,,bangla,,,bn,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/bg.po,230,1084,1263,0,0,11,40,241,1124,bg.po,,bg,,bulgarian,,,bg,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/be@latin.po,241,1124,1022,0,0,0,0,241,1124,be@latin.po,latin,be,,belarusian,,,be@latin,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/be.po,230,1084,1019,0,0,11,40,241,1124,be.po,,be,,belarusian,,,be,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/az.po,21,47,50,7,21,213,1056,241,1124,az.po,,az,,azerbaijani,,,az,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ast.po,241,1124,1303,0,0,0,0,241,1124,ast.po,,ast,,asturian,,,ast,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/as.po,230,1068,1055,1,18,10,38,241,1124,as.po,,as,,assamese,,,as,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/ar.po,241,1124,1093,0,0,0,0,241,1124,ar.po,,ar,,arabic,,,ar,po -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv,po/am.po,11,26,35,13,33,217,1065,241,1124,am.po,,am,,amharic,,,am,po -lrzsz-0.12.20-48.fc31.src.rpm.stats.csv,po/de.po,128,709,711,2,404,5,10,135,1123,de.po,,de,,german,,,de,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/bg.po,53,145,166,36,89,113,578,202,812,bg.po,,bg,,bulgarian,,,bg,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/eu.po,166,755,626,0,0,36,57,202,812,eu.po,,eu,,basque,,,eu,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/uk.po,91,208,216,0,0,111,604,202,812,uk.po,,uk,,ukrainian,,,uk,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/pt.po,166,755,865,0,0,36,57,202,812,pt.po,,pt,,portuguese,,,pt,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/te.po,102,215,213,0,0,100,597,202,812,te.po,,te,,telugu,,,te,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/el.po,166,755,843,0,0,36,57,202,812,el.po,,el,,greek,,,el,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/en_gb.po,26,97,97,29,78,147,637,202,812,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/hr.po,121,422,420,0,0,81,390,202,812,hr.po,,hr,,croatian,,,hr,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/af.po,11,28,29,4,9,187,775,202,812,af.po,,af,,afrikaans,,,af,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ca.po,166,755,910,0,0,36,57,202,812,ca.po,,ca,,catalan,,,ca,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/sv.po,166,755,735,0,0,36,57,202,812,sv.po,,sv,,swedish,,,sv,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/fa.po,12,29,29,4,9,186,774,202,812,fa.po,,fa,,persian,,,fa,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/pt_br.po,166,755,926,0,0,36,57,202,812,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/et.po,166,755,599,0,0,36,57,202,812,et.po,,et,,estonian,,,et,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/is.po,135,343,343,0,0,67,469,202,812,is.po,,is,,icelandic,,,is,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ro.po,26,97,91,29,78,147,637,202,812,ro.po,,ro,,romanian,,,ro,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/nb.po,12,29,27,4,9,186,774,202,812,nb.po,,nb,,norwegian bokmål,,,nb,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ja.po,166,755,251,0,0,36,57,202,812,ja.po,,ja,,japanese,,,ja,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/be.po,26,97,87,29,78,147,637,202,812,be.po,,be,,belarusian,,,be,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/sl.po,47,131,126,11,22,144,659,202,812,sl.po,,sl,,slovenian,,,sl,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/am.po,3,5,6,3,5,196,802,202,812,am.po,,am,,amharic,,,am,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/de.po,46,114,115,15,38,141,660,202,812,de.po,,de,,german,,,de,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/eo.po,12,29,28,4,9,186,774,202,812,eo.po,,eo,,esperanto,,,eo,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/sr.po,166,755,742,0,0,36,57,202,812,sr.po,,sr,,serbian,,,sr,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/tt_ru.po,12,29,28,4,9,186,774,202,812,tt_ru.po,,tt,ru,tatar,,russia,tt_ru,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ast.po,12,29,27,4,9,186,774,202,812,ast.po,,ast,,asturian,,,ast,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ko.po,166,755,660,0,0,36,57,202,812,ko.po,,ko,,korean,,,ko,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/th.po,0,0,0,0,0,202,812,202,812,th.po,,th,,thai,,,th,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ar.po,122,490,461,12,84,68,238,202,812,ar.po,,ar,,arabic,,,ar,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/zh_tw.po,149,680,241,14,40,39,92,202,812,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/lt.po,166,755,736,0,0,36,57,202,812,lt.po,,lt,,lithuanian,,,lt,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ms.po,12,29,25,4,9,186,774,202,812,ms.po,,ms,,malay,,,ms,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ru.po,166,755,738,0,0,36,57,202,812,ru.po,,ru,,russian,,,ru,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/fi.po,105,241,192,11,40,86,531,202,812,fi.po,,fi,,finnish,,,fi,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/nl.po,166,755,758,0,0,36,57,202,812,nl.po,,nl,,dutch,,,nl,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/hu.po,59,106,92,0,0,143,706,202,812,hu.po,,hu,,hungarian,,,hu,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/vi.po,26,97,152,29,78,147,637,202,812,vi.po,,vi,,vietnamese,,,vi,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/si.po,12,29,33,4,9,186,774,202,812,si.po,,si,,sinhala,,,si,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/nn.po,12,29,31,4,9,186,774,202,812,nn.po,,nn,,norwegian nynorsk,,,nn,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/sk.po,159,713,695,0,0,43,99,202,812,sk.po,,sk,,slovak,,,sk,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ur.po,12,29,33,4,9,186,774,202,812,ur.po,,ur,,urdu,,,ur,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/pl.po,166,755,751,0,0,36,57,202,812,pl.po,,pl,,polish,,,pl,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/es.po,166,755,910,0,0,36,57,202,812,es.po,,es,,spanish,,,es,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/fr.po,166,755,985,0,0,36,57,202,812,fr.po,,fr,,french,,,fr,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/it.po,52,142,146,32,81,118,589,202,812,it.po,,it,,italian,,,it,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ps.po,0,0,0,0,0,202,812,202,812,ps.po,,ps,,pashto,,,ps,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,202,812,202,812,ml.po,,ml,,malayalam,,,ml,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/bn_in.po,11,28,27,5,10,186,774,202,812,bn_in.po,,bn,in,bangla,,india,bn_in,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ug.po,26,97,83,29,78,147,637,202,812,ug.po,,ug,,uyghur,,,ug,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/fo.po,12,29,21,4,9,186,774,202,812,fo.po,,fo,,faroese,,,fo,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/kk.po,121,318,320,4,24,77,470,202,812,kk.po,,kk,,kazakh,,,kk,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/lg.po,111,295,376,0,0,91,517,202,812,lg.po,,lg,,ganda,,,lg,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/gl.po,166,755,917,0,0,36,57,202,812,gl.po,,gl,,galician,,,gl,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/sr@latin.po,165,734,726,0,0,37,78,202,812,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/da.po,166,755,701,0,0,36,57,202,812,da.po,,da,,danish,,,da,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/zh_cn.po,166,755,249,0,0,36,57,202,812,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/id.po,111,298,315,10,37,81,477,202,812,id.po,,id,,indonesian,,,id,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/bn.po,12,29,31,4,9,186,774,202,812,bn.po,,bn,,bangla,,,bn,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/tr.po,166,755,700,0,0,36,57,202,812,tr.po,,tr,,turkish,,,tr,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/ur_pk.po,12,29,33,4,9,186,774,202,812,ur_pk.po,,ur,pk,urdu,,pakistan,ur_pk,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/cs.po,166,755,732,0,0,36,57,202,812,cs.po,,cs,,czech,,,cs,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/pa.po,12,29,29,4,9,186,774,202,812,pa.po,,pa,,punjabi,,,pa,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/he.po,124,328,343,6,17,72,467,202,812,he.po,,he,,hebrew,,,he,po -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv,po/frp.po,10,16,16,5,15,187,781,202,812,frp.po,,frp,,arpitan,,,frp,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/it.po,42,163,185,7,40,0,0,49,203,it.po,,it,,italian,,,it,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/nl.po,42,163,175,7,40,0,0,49,203,nl.po,,nl,,dutch,,,nl,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/da.po,42,163,160,7,40,0,0,49,203,da.po,,da,,danish,,,da,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/cs.po,42,163,168,7,40,0,0,49,203,cs.po,,cs,,czech,,,cs,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/ru.po,42,163,160,7,40,0,0,49,203,ru.po,,ru,,russian,,,ru,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/uk.po,42,163,149,7,40,0,0,49,203,uk.po,,uk,,ukrainian,,,uk,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/ca.po,15,66,85,26,114,8,23,49,203,ca.po,,ca,,catalan,,,ca,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/zh_tw.po,3,6,3,25,123,21,74,49,203,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/pl.po,42,163,162,7,40,0,0,49,203,pl.po,,pl,,polish,,,pl,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/fi.po,42,163,140,7,40,0,0,49,203,fi.po,,fi,,finnish,,,fi,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/be.po,4,13,12,23,113,22,77,49,203,be.po,,be,,belarusian,,,be,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/pt_br.po,42,163,191,7,40,0,0,49,203,pt_br.po,,pt,br,portuguese,,brazil,pt_br,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/af.po,4,13,12,23,113,22,77,49,203,af.po,,af,,afrikaans,,,af,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/eo.po,42,163,154,7,40,0,0,49,203,eo.po,,eo,,esperanto,,,eo,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/fr.po,42,163,195,7,40,0,0,49,203,fr.po,,fr,,french,,,fr,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/ga.po,40,153,161,9,50,0,0,49,203,ga.po,,ga,,irish,,,ga,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/ms.po,4,13,15,23,113,22,77,49,203,ms.po,,ms,,malay,,,ms,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/bg.po,5,19,21,23,110,21,74,49,203,bg.po,,bg,,bulgarian,,,bg,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/eu.po,3,6,5,24,120,22,77,49,203,eu.po,,eu,,basque,,,eu,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/sk.po,2,5,5,23,103,24,95,49,203,sk.po,,sk,,slovak,,,sk,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/nb.po,2,5,5,24,120,23,78,49,203,nb.po,,nb,,norwegian bokmål,,,nb,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/tr.po,4,13,11,24,116,21,74,49,203,tr.po,,tr,,turkish,,,tr,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/sr.po,42,163,165,7,40,0,0,49,203,sr.po,,sr,,serbian,,,sr,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/pt.po,42,163,186,7,40,0,0,49,203,pt.po,,pt,,portuguese,,,pt,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/ko.po,2,5,7,24,120,23,78,49,203,ko.po,,ko,,korean,,,ko,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/hu.po,42,163,160,7,40,0,0,49,203,hu.po,,hu,,hungarian,,,hu,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/es.po,42,163,198,7,40,0,0,49,203,es.po,,es,,spanish,,,es,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/ro.po,14,57,61,23,101,12,45,49,203,ro.po,,ro,,romanian,,,ro,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/sv.po,42,163,158,7,40,0,0,49,203,sv.po,,sv,,swedish,,,sv,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/ja.po,42,163,70,7,40,0,0,49,203,ja.po,,ja,,japanese,,,ja,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/de.po,42,163,166,7,40,0,0,49,203,de.po,,de,,german,,,de,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/gl.po,34,118,152,7,40,8,45,49,203,gl.po,,gl,,galician,,,gl,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/et.po,35,150,127,6,37,8,16,49,203,et.po,,et,,estonian,,,et,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/vi.po,42,163,265,7,40,0,0,49,203,vi.po,,vi,,vietnamese,,,vi,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/rw.po,2,2,2,38,175,9,26,49,203,rw.po,,rw,,kinyarwanda,,,rw,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/sl.po,42,163,164,7,40,0,0,49,203,sl.po,,sl,,slovenian,,,sl,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/el.po,3,6,7,22,102,24,95,49,203,el.po,,el,,greek,,,el,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,gl/po/zh_cn.po,41,160,63,8,43,0,0,49,203,zh_cn.po,,zh,cn,chinese,,china,zh_cn,gl/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/nl.po,185,4827,4619,61,1176,130,2347,376,8350,nl.po,,nl,,dutch,,,nl,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/da.po,278,3985,3576,0,0,98,4365,376,8350,da.po,,da,,danish,,,da,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/ru.po,376,8350,7382,0,0,0,0,376,8350,ru.po,,ru,,russian,,,ru,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/id.po,347,7617,7100,28,697,1,36,376,8350,id.po,,id,,indonesian,,,id,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/pl.po,374,8256,7683,2,94,0,0,376,8350,pl.po,,pl,,polish,,,pl,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/pt_br.po,376,8350,9051,0,0,0,0,376,8350,pt_br.po,,pt,br,portuguese,,brazil,pt_br,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/fr.po,374,8256,9537,2,94,0,0,376,8350,fr.po,,fr,,french,,,fr,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/tr.po,374,8256,6588,2,94,0,0,376,8350,tr.po,,tr,,turkish,,,tr,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/sr.po,374,8256,7473,2,94,0,0,376,8350,sr.po,,sr,,serbian,,,sr,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/es.po,363,7626,8143,6,349,7,375,376,8350,es.po,,es,,spanish,,,es,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/sv.po,376,8350,7667,0,0,0,0,376,8350,sv.po,,sv,,swedish,,,sv,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/ja.po,254,5069,1201,39,881,83,2400,376,8350,ja.po,,ja,,japanese,,,ja,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/de.po,376,8350,7764,0,0,0,0,376,8350,de.po,,de,,german,,,de,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,man/po4a/po/zh_cn.po,376,8350,1940,0,0,0,0,376,8350,zh_cn.po,,zh,cn,chinese,,china,zh_cn,man/po4a/po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/it.po,85,452,540,14,109,101,485,200,1046,it.po,,it,,italian,,,it,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/nl.po,192,965,960,8,81,0,0,200,1046,nl.po,,nl,,dutch,,,nl,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/da.po,200,1046,1026,0,0,0,0,200,1046,da.po,,da,,danish,,,da,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/cs.po,200,1046,1182,0,0,0,0,200,1046,cs.po,,cs,,czech,,,cs,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/ru.po,200,1046,1120,0,0,0,0,200,1046,ru.po,,ru,,russian,,,ru,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/id.po,200,1046,1145,0,0,0,0,200,1046,id.po,,id,,indonesian,,,id,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/ca.po,200,1046,1426,0,0,0,0,200,1046,ca.po,,ca,,catalan,,,ca,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/zh_tw.po,200,1046,483,0,0,0,0,200,1046,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/pl.po,200,1046,1156,0,0,0,0,200,1046,pl.po,,pl,,polish,,,pl,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/fi.po,72,290,250,13,86,115,670,200,1046,fi.po,,fi,,finnish,,,fi,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/pt_br.po,200,1046,1298,0,0,0,0,200,1046,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/eo.po,200,1046,1103,0,0,0,0,200,1046,eo.po,,eo,,esperanto,,,eo,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/fr.po,200,1046,1359,0,0,0,0,200,1046,fr.po,,fr,,french,,,fr,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/tr.po,200,1046,976,0,0,0,0,200,1046,tr.po,,tr,,turkish,,,tr,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/sr.po,200,1046,1180,0,0,0,0,200,1046,sr.po,,sr,,serbian,,,sr,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/es.po,200,1046,1309,0,0,0,0,200,1046,es.po,,es,,spanish,,,es,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/ro.po,80,425,539,19,136,101,485,200,1046,ro.po,,ro,,romanian,,,ro,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/sv.po,200,1046,1023,0,0,0,0,200,1046,sv.po,,sv,,swedish,,,sv,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/ja.po,200,1046,558,0,0,0,0,200,1046,ja.po,,ja,,japanese,,,ja,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/de.po,200,1046,1094,0,0,0,0,200,1046,de.po,,de,,german,,,de,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/vi.po,200,1046,1688,0,0,0,0,200,1046,vi.po,,vi,,vietnamese,,,vi,po -man-db-2.8.4-5.fc31.src.rpm.stats.csv,po/zh_cn.po,200,1046,484,0,0,0,0,200,1046,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/nl.po,50,406,415,1,175,0,0,51,581,nl.po,,nl,,dutch,,,nl,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/et.po,44,270,252,0,0,7,311,51,581,et.po,,et,,estonian,,,et,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ms.po,31,165,157,0,0,20,416,51,581,ms.po,,ms,,malay,,,ms,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/cs.po,51,581,568,0,0,0,0,51,581,cs.po,,cs,,czech,,,cs,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/sv.po,50,406,402,1,175,0,0,51,581,sv.po,,sv,,swedish,,,sv,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/tr.po,7,22,20,0,0,44,559,51,581,tr.po,,tr,,turkish,,,tr,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ru.po,50,406,413,1,175,0,0,51,581,ru.po,,ru,,russian,,,ru,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/sr@latin.po,45,367,384,1,175,5,39,51,581,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/pt.po,50,406,486,1,175,0,0,51,581,pt.po,,pt,,portuguese,,,pt,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ta.po,4,156,156,1,175,46,250,51,581,ta.po,,ta,,tamil,,,ta,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ast.po,49,397,464,1,175,1,9,51,581,ast.po,,ast,,asturian,,,ast,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/hu.po,50,406,373,1,175,0,0,51,581,hu.po,,hu,,hungarian,,,hu,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/es.po,50,406,490,1,175,0,0,51,581,es.po,,es,,spanish,,,es,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/fr.po,50,406,519,1,175,0,0,51,581,fr.po,,fr,,french,,,fr,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ar.po,49,397,458,1,175,1,9,51,581,ar.po,,ar,,arabic,,,ar,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ca.po,50,406,534,1,175,0,0,51,581,ca.po,,ca,,catalan,,,ca,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/zh_tw.po,50,406,153,1,175,0,0,51,581,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/pt_br.po,50,406,494,1,175,0,0,51,581,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ko.po,50,406,377,1,175,0,0,51,581,ko.po,,ko,,korean,,,ko,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/da.po,50,406,390,1,175,0,0,51,581,da.po,,da,,danish,,,da,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/el.po,47,286,330,0,0,4,295,51,581,el.po,,el,,greek,,,el,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/bs.po,47,380,399,1,175,3,26,51,581,bs.po,,bs,,bosnian,,,bs,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/fi.po,34,174,150,0,0,17,407,51,581,fi.po,,fi,,finnish,,,fi,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/fa.po,50,406,447,1,175,0,0,51,581,fa.po,,fa,,persian,,,fa,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/zh_cn.po,50,406,194,1,175,0,0,51,581,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/lv.po,50,406,385,1,175,0,0,51,581,lv.po,,lv,,latvian,,,lv,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/gu.po,24,140,147,0,0,27,441,51,581,gu.po,,gu,,gujarati,,,gu,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/de.po,50,406,372,1,175,0,0,51,581,de.po,,de,,german,,,de,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/bg.po,50,406,455,1,175,0,0,51,581,bg.po,,bg,,bulgarian,,,bg,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/sr.po,45,367,384,1,175,5,39,51,581,sr.po,,sr,,serbian,,,sr,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/en_gb.po,49,397,397,1,175,1,9,51,581,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/pl.po,50,406,426,1,175,0,0,51,581,pl.po,,pl,,polish,,,pl,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/as.po,50,406,413,1,175,0,0,51,581,as.po,,as,,assamese,,,as,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/uk.po,50,406,417,1,175,0,0,51,581,uk.po,,uk,,ukrainian,,,uk,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/nds.po,3,10,10,0,0,48,571,51,581,nds.po,,nds,,low german,,,nds,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/ja.po,50,406,202,1,175,0,0,51,581,ja.po,,ja,,japanese,,,ja,po -mlocate-0.26-24.fc31.src.rpm.stats.csv,po/it.po,50,406,451,1,175,0,0,51,581,it.po,,it,,italian,,,it,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/id.po,17,134,132,0,0,0,0,17,134,id.po,,id,,indonesian,,,id,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/de.po,13,105,106,2,15,2,14,17,134,de.po,,de,,german,,,de,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/pl.po,17,134,124,0,0,0,0,17,134,pl.po,,pl,,polish,,,pl,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/sk.po,17,134,132,0,0,0,0,17,134,sk.po,,sk,,slovak,,,sk,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/tr.po,17,134,137,0,0,0,0,17,134,tr.po,,tr,,turkish,,,tr,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/fur.po,17,134,204,0,0,0,0,17,134,fur.po,,fur,,friulian,,,fur,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/it.po,17,134,182,0,0,0,0,17,134,it.po,,it,,italian,,,it,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/fr.po,17,134,177,0,0,0,0,17,134,fr.po,,fr,,french,,,fr,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/sv.po,17,134,135,0,0,0,0,17,134,sv.po,,sv,,swedish,,,sv,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/pt_br.po,17,134,178,0,0,0,0,17,134,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/cs.po,17,134,166,0,0,0,0,17,134,cs.po,,cs,,czech,,,cs,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/uk.po,17,134,147,0,0,0,0,17,134,uk.po,,uk,,ukrainian,,,uk,po -modemmanager-1.10.6-2.fc31.src.rpm.stats.csv,po/hu.po,17,134,157,0,0,0,0,17,134,hu.po,,hu,,hungarian,,,hu,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/he.po,30,114,113,0,0,67,616,97,730,he.po,,he,,hebrew,,,he,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/nl.po,34,131,121,0,0,63,599,97,730,nl.po,,nl,,dutch,,,nl,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/fa.po,30,114,123,0,0,67,616,97,730,fa.po,,fa,,persian,,,fa,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ug.po,30,114,109,0,0,67,616,97,730,ug.po,,ug,,uyghur,,,ug,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ne.po,30,114,102,0,0,67,616,97,730,ne.po,,ne,,nepali,,,ne,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ja.po,30,114,39,0,0,67,616,97,730,ja.po,,ja,,japanese,,,ja,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,94,715,740,0,0,3,15,97,730,bn_in.po,,bn,in,bangla,,india,bn_in,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/eo.po,30,114,105,0,0,67,616,97,730,eo.po,,eo,,esperanto,,,eo,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/vi.po,30,114,140,0,0,67,616,97,730,vi.po,,vi,,vietnamese,,,vi,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ro.po,30,114,129,0,0,67,616,97,730,ro.po,,ro,,romanian,,,ro,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ca.po,30,114,167,0,0,67,616,97,730,ca.po,,ca,,catalan,,,ca,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/or.po,94,715,720,0,0,3,15,97,730,or.po,,or,,odia,,,or,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/is.po,14,29,26,0,0,83,701,97,730,is.po,,is,,icelandic,,,is,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,30,114,114,0,0,67,616,97,730,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/hu.po,34,131,121,0,0,63,599,97,730,hu.po,,hu,,hungarian,,,hu,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/lv.po,30,114,104,0,0,67,616,97,730,lv.po,,lv,,latvian,,,lv,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/de.po,30,114,98,0,0,67,616,97,730,de.po,,de,,german,,,de,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/pt.po,30,114,153,0,0,67,616,97,730,pt.po,,pt,,portuguese,,,pt,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,34,131,170,0,0,63,599,97,730,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/bn.po,97,730,752,0,0,0,0,97,730,bn.po,,bn,,bangla,,,bn,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/bs.po,30,114,117,0,0,67,616,97,730,bs.po,,bs,,bosnian,,,bs,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/it.po,34,131,164,0,0,63,599,97,730,it.po,,it,,italian,,,it,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/nb.po,30,114,99,0,0,67,616,97,730,nb.po,,nb,,norwegian bokmål,,,nb,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,30,114,161,0,0,67,616,97,730,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/gd.po,30,114,136,0,0,67,616,97,730,gd.po,,gd,,scottish gaelic,,,gd,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/hr.po,30,114,111,0,0,67,616,97,730,hr.po,,hr,,croatian,,,hr,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/oc.po,30,114,155,0,0,67,616,97,730,oc.po,,oc,,occitan,,,oc,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,30,114,38,0,0,67,616,97,730,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/sv.po,34,131,101,0,0,63,599,97,730,sv.po,,sv,,swedish,,,sv,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/te.po,30,114,111,0,0,67,616,97,730,te.po,,te,,telugu,,,te,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/da.po,34,131,108,0,0,63,599,97,730,da.po,,da,,danish,,,da,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/fi.po,23,73,59,1,4,73,653,97,730,fi.po,,fi,,finnish,,,fi,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/sk.po,30,114,110,0,0,67,616,97,730,sk.po,,sk,,slovak,,,sk,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,83,630,630,14,100,0,0,97,730,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/be.po,30,114,115,0,0,67,616,97,730,be.po,,be,,belarusian,,,be,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/mai.po,12,16,24,0,0,85,714,97,730,mai.po,,mai,,maithili,,,mai,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/sr.po,30,114,121,0,0,67,616,97,730,sr.po,,sr,,serbian,,,sr,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/et.po,30,114,98,0,0,67,616,97,730,et.po,,et,,estonian,,,et,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ko.po,30,114,107,0,0,67,616,97,730,ko.po,,ko,,korean,,,ko,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ht.po,30,114,117,0,0,67,616,97,730,ht.po,,ht,,haitian creole,,,ht,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/fur.po,30,114,151,0,0,67,616,97,730,fur.po,,fur,,friulian,,,fur,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/pl.po,34,131,132,0,0,63,599,97,730,pl.po,,pl,,polish,,,pl,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,30,114,36,0,0,67,616,97,730,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/kk.po,30,114,116,0,0,67,616,97,730,kk.po,,kk,,kazakh,,,kk,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/tg.po,30,114,118,0,0,67,616,97,730,tg.po,,tg,,tajik,,,tg,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/es.po,34,131,194,0,0,63,599,97,730,es.po,,es,,spanish,,,es,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/uk.po,30,114,117,0,0,67,616,97,730,uk.po,,uk,,ukrainian,,,uk,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ru.po,30,114,109,0,0,67,616,97,730,ru.po,,ru,,russian,,,ru,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ar.po,30,114,102,0,0,67,616,97,730,ar.po,,ar,,arabic,,,ar,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/bg.po,30,114,153,0,0,67,616,97,730,bg.po,,bg,,bulgarian,,,bg,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,30,114,38,0,0,67,616,97,730,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/tr.po,34,131,124,0,0,63,599,97,730,tr.po,,tr,,turkish,,,tr,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/eu.po,30,114,108,0,0,67,616,97,730,eu.po,,eu,,basque,,,eu,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/as.po,30,114,113,0,0,67,616,97,730,as.po,,as,,assamese,,,as,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/kn.po,94,715,569,0,0,3,15,97,730,kn.po,,kn,,kannada,,,kn,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/lo.po,30,114,48,0,0,67,616,97,730,lo.po,,lo,,lao,,,lo,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/el.po,30,114,125,0,0,67,616,97,730,el.po,,el,,greek,,,el,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/pa.po,30,114,114,0,0,67,616,97,730,pa.po,,pa,,punjabi,,,pa,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/hi.po,30,114,125,0,0,67,616,97,730,hi.po,,hi,,hindi,,,hi,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/lt.po,30,114,97,0,0,67,616,97,730,lt.po,,lt,,lithuanian,,,lt,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/gu.po,30,114,101,0,0,67,616,97,730,gu.po,,gu,,gujarati,,,gu,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/th.po,30,114,38,0,0,67,616,97,730,th.po,,th,,thai,,,th,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/an.po,30,114,167,0,0,67,616,97,730,an.po,,an,,aragonese,,,an,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/nn.po,76,294,291,0,0,21,436,97,730,nn.po,,nn,,norwegian nynorsk,,,nn,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/mr.po,94,715,631,0,0,3,15,97,730,mr.po,,mr,,marathi,,,mr,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/id.po,34,131,124,0,0,63,599,97,730,id.po,,id,,indonesian,,,id,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/fr.po,30,114,150,0,0,67,616,97,730,fr.po,,fr,,french,,,fr,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ml.po,30,114,92,0,0,67,616,97,730,ml.po,,ml,,malayalam,,,ml,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/sl.po,30,114,110,0,0,67,616,97,730,sl.po,,sl,,slovenian,,,sl,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/gl.po,30,114,171,0,0,67,616,97,730,gl.po,,gl,,galician,,,gl,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ast.po,97,730,863,0,0,0,0,97,730,ast.po,,ast,,asturian,,,ast,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/ta.po,30,114,112,0,0,67,616,97,730,ta.po,,ta,,tamil,,,ta,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/cs.po,34,131,131,0,0,63,599,97,730,cs.po,,cs,,czech,,,cs,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/mk.po,76,294,380,0,0,21,436,97,730,mk.po,,mk,,macedonian,,,mk,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/sq.po,94,426,497,0,0,3,304,97,730,sq.po,,sq,,albanian,,,sq,po -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv,po/sr@latin.po,30,114,121,0,0,67,616,97,730,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/zu.po,1171,6674,4763,36,174,242,2043,1449,8891,zu.po,,zu,,zulu,,,zu,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,1123,5621,1538,0,0,326,3270,1449,8891,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,1050,6243,1428,0,0,399,2648,1449,8891,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,1082,5566,1537,0,0,367,3325,1449,8891,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/yo.po,295,1434,1797,513,2994,641,4463,1449,8891,yo.po,,yo,,yoruba,,,yo,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/yi.po,29,31,31,32,59,1388,8801,1449,8891,yi.po,,yi,,yiddish,,,yi,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,1227,6945,5811,18,111,204,1835,1449,8891,xh.po,,xh,,xhosa,,,xh,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,505,1435,1779,182,813,762,6643,1449,8891,wa.po,,wa,,walloon,,,wa,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,1123,5609,7062,0,0,326,3282,1449,8891,vi.po,,vi,,vietnamese,,,vi,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,1015,4687,3905,0,0,434,4204,1449,8891,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/uz.po,1015,4687,3905,0,0,434,4204,1449,8891,uz.po,,uz,,uzbek,,,uz,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,1114,5948,5502,0,0,335,2943,1449,8891,uk.po,,uk,,ukrainian,,,uk,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,1076,6381,4988,0,0,373,2510,1449,8891,ug.po,,ug,,uyghur,,,ug,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,1123,5609,4448,0,0,326,3282,1449,8891,tr.po,,tr,,turkish,,,tr,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/tk.po,994,5001,4101,81,321,374,3569,1449,8891,tk.po,,tk,,turkmen,,,tk,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,1095,5862,1986,0,0,354,3029,1449,8891,th.po,,th,,thai,,,th,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,976,4685,4949,77,1667,396,2539,1449,8891,tg.po,,tg,,tajik,,,tg,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,1029,6107,4975,1,7,419,2777,1449,8891,te.po,,te,,telugu,,,te,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,1030,6114,5024,0,0,419,2777,1449,8891,ta.po,,ta,,tamil,,,ta,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,1126,5625,5566,0,0,323,3266,1449,8891,sv.po,,sv,,swedish,,,sv,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,1087,5622,6307,0,0,362,3269,1449,8891,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@ije.po,1094,6241,5750,97,524,258,2126,1449,8891,sr@ije.po,ije,sr,,serbian,,,sr@ije,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,1126,5625,6333,0,0,323,3266,1449,8891,sr.po,,sr,,serbian,,,sr,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,1320,8379,9223,0,0,129,512,1449,8891,sq.po,,sq,,albanian,,,sq,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,1126,5625,6292,0,0,323,3266,1449,8891,sl.po,,sl,,slovenian,,,sl,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,1123,5609,5775,0,0,326,3282,1449,8891,sk.po,,sk,,slovak,,,sk,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,298,887,976,347,1835,804,6169,1449,8891,si.po,,si,,sinhala,,,si,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,100,107,117,849,6436,500,2348,1449,8891,rw.po,,rw,,kinyarwanda,,,rw,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,1123,5606,5574,0,0,326,3285,1449,8891,ru.po,,ru,,russian,,,ru,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,1126,5625,6541,0,0,323,3266,1449,8891,ro.po,,ro,,romanian,,,ro,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,1123,5609,6241,0,0,326,3282,1449,8891,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,1002,5439,5737,66,282,381,3170,1449,8891,pt.po,,pt,,portuguese,,,pt,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ps.po,512,1166,1250,1,4,936,7721,1449,8891,ps.po,,ps,,pashto,,,ps,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,1127,5633,5676,0,0,322,3258,1449,8891,pl.po,,pl,,polish,,,pl,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,1123,5609,6385,0,0,326,3282,1449,8891,pa.po,,pa,,punjabi,,,pa,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,1030,6114,6397,0,0,419,2777,1449,8891,or.po,,or,,odia,,,or,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,1087,5622,6463,0,0,362,3269,1449,8891,oc.po,,oc,,occitan,,,oc,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/nso.po,704,3641,4773,412,2671,333,2579,1449,8891,nso.po,,nso,,northern sotho,,,nso,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,1097,6708,6383,10,71,342,2112,1449,8891,nn.po,,nn,,norwegian nynorsk,,,nn,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,1123,5609,5908,0,0,326,3282,1449,8891,nl.po,,nl,,dutch,,,nl,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,765,2439,2412,307,2333,377,4119,1449,8891,ne.po,,ne,,nepali,,,ne,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/nds.po,813,2511,2359,0,0,636,6380,1449,8891,nds.po,,nds,,low german,,,nds,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,1091,4813,4810,19,649,339,3429,1449,8891,nb.po,,nb,,norwegian bokmål,,,nb,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/my.po,288,797,572,0,0,1161,8094,1449,8891,my.po,,my,,burmese,,,my,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,844,4023,3681,244,1920,361,2948,1449,8891,ms.po,,ms,,malay,,,ms,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,1030,6114,5696,0,0,419,2777,1449,8891,mr.po,,mr,,marathi,,,mr,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/mn.po,1174,6597,5791,75,465,200,1829,1449,8891,mn.po,,mn,,mongolian,,,mn,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,784,3484,2868,236,1891,429,3516,1449,8891,ml.po,,ml,,malayalam,,,ml,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,1121,7079,7322,0,0,328,1812,1449,8891,mk.po,,mk,,macedonian,,,mk,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/mi.po,167,244,285,78,170,1204,8477,1449,8891,mi.po,,mi,,maori,,,mi,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/mg.po,1048,6089,6546,96,733,305,2069,1449,8891,mg.po,,mg,,malagasy,,,mg,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,951,5078,5462,0,0,498,3813,1449,8891,mai.po,,mai,,maithili,,,mai,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,203,536,549,0,0,1246,8355,1449,8891,lv.po,,lv,,latvian,,,lv,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,1126,5625,5100,0,0,323,3266,1449,8891,lt.po,,lt,,lithuanian,,,lt,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ln.po,996,5489,5850,0,0,453,3402,1449,8891,ln.po,,ln,,lingala,,,ln,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/li.po,743,3450,3347,398,2903,308,2538,1449,8891,li.po,,li,,limburgish,,,li,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ky.po,391,999,879,74,407,984,7485,1449,8891,ky.po,,ky,,kyrgyz,,,ky,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,658,2464,2638,232,1737,559,4690,1449,8891,ku.po,,ku,,kurdish,,,ku,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,1126,5625,4343,0,0,323,3266,1449,8891,ko.po,,ko,,korean,,,ko,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,1030,6114,5253,0,0,419,2777,1449,8891,kn.po,,kn,,kannada,,,kn,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,11,42,14,89,398,1349,8451,1449,8891,km.po,,km,,khmer,,,km,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,1123,5606,4680,0,0,326,3285,1449,8891,kk.po,,kk,,kazakh,,,kk,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,1226,6415,4739,8,35,215,2441,1449,8891,ka.po,,ka,,georgian,,,ka,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,1122,5603,1568,0,0,327,3288,1449,8891,ja.po,,ja,,japanese,,,ja,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,1123,5609,5938,0,0,326,3282,1449,8891,it.po,,it,,italian,,,it,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,1126,5625,5716,0,0,323,3266,1449,8891,is.po,,is,,icelandic,,,is,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/io.po,451,1283,1212,14,44,984,7564,1449,8891,io.po,,io,,ido,,,io,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ig.po,723,3745,3973,386,2655,340,2491,1449,8891,ig.po,,ig,,igbo,,,ig,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,1126,5625,5509,0,0,323,3266,1449,8891,id.po,,id,,indonesian,,,id,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/hy.po,1140,6554,5928,28,262,281,2075,1449,8891,hy.po,,hy,,armenian,,,hy,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,1126,5625,5039,0,0,323,3266,1449,8891,hu.po,,hu,,hungarian,,,hu,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,1123,5609,5544,0,0,326,3282,1449,8891,hr.po,,hr,,croatian,,,hr,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,1030,6114,7276,0,0,419,2777,1449,8891,hi.po,,hi,,hindi,,,hi,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,1108,5893,5862,0,0,341,2998,1449,8891,he.po,,he,,hebrew,,,he,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ha.po,723,3745,4634,386,2655,340,2491,1449,8891,ha.po,,ha,,hausa,,,ha,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/gv.po,1269,7500,9107,138,863,42,528,1449,8891,gv.po,,gv,,manx,,,gv,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,1030,6114,6546,0,0,419,2777,1449,8891,gu.po,,gu,,gujarati,,,gu,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,1126,5625,6185,0,0,323,3266,1449,8891,gl.po,,gl,,galician,,,gl,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,1087,5620,8440,0,0,362,3271,1449,8891,gd.po,,gd,,scottish gaelic,,,gd,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,416,1130,1618,168,785,865,6976,1449,8891,ga.po,,ga,,irish,,,ga,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/fy.po,484,946,932,0,0,965,7945,1449,8891,fy.po,,fy,,western frisian,,,fy,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,1123,5609,6504,0,0,326,3282,1449,8891,fur.po,,fur,,friulian,,,fur,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,1126,5625,6517,0,0,323,3266,1449,8891,fr.po,,fr,,french,,,fr,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,1095,4786,4016,20,680,334,3425,1449,8891,fi.po,,fi,,finnish,,,fi,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,1126,5625,6182,0,0,323,3266,1449,8891,fa.po,,fa,,persian,,,fa,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,1126,5625,4858,0,0,323,3266,1449,8891,eu.po,,eu,,basque,,,eu,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,1049,6236,4871,1,7,399,2648,1449,8891,et.po,,et,,estonian,,,et,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,1126,5625,6318,0,0,323,3266,1449,8891,es.po,,es,,spanish,,,es,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,1121,5604,5375,0,0,328,3287,1449,8891,eo.po,,eo,,esperanto,,,eo,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,1122,5620,5700,0,0,327,3271,1449,8891,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,1192,7325,7330,0,0,257,1566,1449,8891,en_ca.po,,en,ca,english,,canada,en_ca,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,1333,7548,7548,105,1292,11,51,1449,8891,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,1123,5609,5792,0,0,326,3282,1449,8891,el.po,,el,,greek,,,el,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,1172,7054,3098,3,10,274,1827,1449,8891,dz.po,,dz,,dzongkha,,,dz,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,1123,5609,5725,0,0,326,3282,1449,8891,de.po,,de,,german,,,de,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,1123,5609,5399,0,0,326,3282,1449,8891,da.po,,da,,danish,,,da,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,1162,7004,7511,1,1,286,1886,1449,8891,cy.po,,cy,,welsh,,,cy,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,1123,5609,5707,0,0,326,3282,1449,8891,cs.po,,cs,,czech,,,cs,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/crh.po,1032,6170,4852,2,16,415,2705,1449,8891,crh.po,,crh,,crimean turkish,,,crh,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,1114,5984,7063,0,0,335,2907,1449,8891,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,1126,5625,6648,0,0,323,3266,1449,8891,ca.po,,ca,,catalan,,,ca,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,869,5118,5012,0,0,580,3773,1449,8891,bs.po,,bs,,bosnian,,,bs,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/br.po,1417,8788,10044,1,13,31,90,1449,8891,br.po,,br,,breton,,,br,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/bo.po,1031,6259,2219,115,823,303,1809,1449,8891,bo.po,,bo,,tibetan,,,bo,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,1030,6114,6520,0,0,419,2777,1449,8891,bn_in.po,,bn,in,bangla,,india,bn_in,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,1121,7063,7293,7,66,321,1762,1449,8891,bn.po,,bn,,bangla,,,bn,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,864,5223,5540,0,0,585,3668,1449,8891,bg.po,,bg,,bulgarian,,,bg,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,1287,7522,6673,8,104,154,1265,1449,8891,be@latin.po,latin,be,,belarusian,,,be@latin,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,1123,5606,5651,0,0,326,3285,1449,8891,be.po,,be,,belarusian,,,be,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,1214,6881,5493,40,193,195,1817,1449,8891,az.po,,az,,azerbaijani,,,az,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,1121,7079,7278,0,0,328,1812,1449,8891,ast.po,,ast,,asturian,,,ast,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,1030,6114,6295,0,0,419,2777,1449,8891,as.po,,as,,assamese,,,as,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,1029,4536,5586,21,595,399,3760,1449,8891,ar.po,,ar,,arabic,,,ar,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/an.po,783,3679,3986,0,0,666,5212,1449,8891,an.po,,an,,aragonese,,,an,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,381,909,971,190,657,878,7325,1449,8891,am.po,,am,,amharic,,,am,po -nautilus-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,1050,4908,5323,0,0,399,3983,1449,8891,af.po,,af,,afrikaans,,,af,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/en_ca.po,39,173,171,0,0,28,143,67,316,en_ca.po,,en,ca,english,,canada,en_ca,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/pt_br.po,10,56,69,0,0,57,260,67,316,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ja.po,8,45,16,0,0,59,271,67,316,ja.po,,ja,,japanese,,,ja,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/af.po,6,31,37,0,0,61,285,67,316,af.po,,af,,afrikaans,,,af,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/da.po,10,56,52,0,0,57,260,67,316,da.po,,da,,danish,,,da,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/nl.po,8,45,41,0,0,59,271,67,316,nl.po,,nl,,dutch,,,nl,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/mk.po,62,299,293,0,0,5,17,67,316,mk.po,,mk,,macedonian,,,mk,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/he.po,8,45,45,0,0,59,271,67,316,he.po,,he,,hebrew,,,he,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/rw.po,2,1,1,12,42,53,273,67,316,rw.po,,rw,,kinyarwanda,,,rw,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/sq.po,20,55,58,0,0,47,261,67,316,sq.po,,sq,,albanian,,,sq,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/tr.po,10,56,48,0,0,57,260,67,316,tr.po,,tr,,turkish,,,tr,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/mr.po,8,45,47,0,0,59,271,67,316,mr.po,,mr,,marathi,,,mr,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/zh_cn.po,10,56,15,0,0,57,260,67,316,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/de.po,10,56,53,0,0,57,260,67,316,de.po,,de,,german,,,de,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/be.po,10,56,58,0,0,57,260,67,316,be.po,,be,,belarusian,,,be,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/it.po,10,56,67,0,0,57,260,67,316,it.po,,it,,italian,,,it,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/bn_in.po,8,45,46,0,0,59,271,67,316,bn_in.po,,bn,in,bangla,,india,bn_in,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/te.po,8,45,38,0,0,59,271,67,316,te.po,,te,,telugu,,,te,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/vi.po,10,56,90,0,0,57,260,67,316,vi.po,,vi,,vietnamese,,,vi,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/cs.po,10,56,59,0,0,57,260,67,316,cs.po,,cs,,czech,,,cs,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ka.po,28,84,68,0,0,39,232,67,316,ka.po,,ka,,georgian,,,ka,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/br.po,33,98,112,0,0,34,218,67,316,br.po,,br,,breton,,,br,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ast.po,65,310,334,0,0,2,6,67,316,ast.po,,ast,,asturian,,,ast,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/kk.po,10,56,50,0,0,57,260,67,316,kk.po,,kk,,kazakh,,,kk,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/eo.po,10,56,49,0,0,57,260,67,316,eo.po,,eo,,esperanto,,,eo,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/hr.po,10,56,60,0,0,57,260,67,316,hr.po,,hr,,croatian,,,hr,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/bg.po,8,45,59,0,0,59,271,67,316,bg.po,,bg,,bulgarian,,,bg,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/bn.po,65,310,304,0,0,2,6,67,316,bn.po,,bn,,bangla,,,bn,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/kg.po,11,39,34,2,6,54,271,67,316,kg.po,,kg,,kongo,,,kg,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ms.po,50,217,189,0,0,17,99,67,316,ms.po,,ms,,malay,,,ms,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/hi.po,8,45,62,0,0,59,271,67,316,hi.po,,hi,,hindi,,,hi,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/nds.po,43,152,156,0,0,24,164,67,316,nds.po,,nds,,low german,,,nds,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/oc.po,10,56,77,0,0,57,260,67,316,oc.po,,oc,,occitan,,,oc,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/sr.po,10,56,59,0,0,57,260,67,316,sr.po,,sr,,serbian,,,sr,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/pt.po,10,56,67,0,0,57,260,67,316,pt.po,,pt,,portuguese,,,pt,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/bs.po,8,45,47,0,0,59,271,67,316,bs.po,,bs,,bosnian,,,bs,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ko.po,10,56,47,0,0,57,260,67,316,ko.po,,ko,,korean,,,ko,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ro.po,8,45,54,0,0,59,271,67,316,ro.po,,ro,,romanian,,,ro,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/is.po,10,56,51,0,0,57,260,67,316,is.po,,is,,icelandic,,,is,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/pl.po,10,56,61,0,0,57,260,67,316,pl.po,,pl,,polish,,,pl,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ne.po,8,45,42,0,0,59,271,67,316,ne.po,,ne,,nepali,,,ne,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/km.po,59,274,130,0,0,8,42,67,316,km.po,,km,,khmer,,,km,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/th.po,8,45,17,0,0,59,271,67,316,th.po,,th,,thai,,,th,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ga.po,8,45,56,0,0,59,271,67,316,ga.po,,ga,,irish,,,ga,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/be@latin.po,60,289,251,0,0,7,27,67,316,be@latin.po,latin,be,,belarusian,,,be@latin,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ta.po,8,45,40,0,0,59,271,67,316,ta.po,,ta,,tamil,,,ta,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/zh_tw.po,10,56,18,0,0,57,260,67,316,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/lv.po,10,56,50,0,0,57,260,67,316,lv.po,,lv,,latvian,,,lv,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/sk.po,10,56,63,0,0,57,260,67,316,sk.po,,sk,,slovak,,,sk,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/or.po,8,45,46,0,0,59,271,67,316,or.po,,or,,odia,,,or,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/eu.po,10,56,55,0,0,57,260,67,316,eu.po,,eu,,basque,,,eu,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ar.po,6,31,33,0,0,61,285,67,316,ar.po,,ar,,arabic,,,ar,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/tg.po,8,45,52,0,0,59,271,67,316,tg.po,,tg,,tajik,,,tg,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/fur.po,10,56,70,0,0,57,260,67,316,fur.po,,fur,,friulian,,,fur,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/lt.po,10,56,49,0,0,57,260,67,316,lt.po,,lt,,lithuanian,,,lt,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/fi.po,8,42,29,0,0,59,274,67,316,fi.po,,fi,,finnish,,,fi,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ca.po,10,56,80,0,0,57,260,67,316,ca.po,,ca,,catalan,,,ca,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/en_gb.po,8,45,45,0,0,59,271,67,316,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/fa.po,8,45,59,0,0,59,271,67,316,fa.po,,fa,,persian,,,fa,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ca@valencia.po,8,45,66,0,0,59,271,67,316,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/id.po,10,56,58,0,0,57,260,67,316,id.po,,id,,indonesian,,,id,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/kn.po,8,45,38,0,0,59,271,67,316,kn.po,,kn,,kannada,,,kn,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/en@shaw.po,64,308,305,0,0,3,8,67,316,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ml.po,8,45,33,0,0,59,271,67,316,ml.po,,ml,,malayalam,,,ml,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/sr@latin.po,10,56,59,0,0,57,260,67,316,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/gd.po,10,56,75,0,0,57,260,67,316,gd.po,,gd,,scottish gaelic,,,gd,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/el.po,10,56,61,0,0,57,260,67,316,el.po,,el,,greek,,,el,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/zh_hk.po,8,45,12,0,0,59,271,67,316,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/sv.po,10,56,46,0,0,57,260,67,316,sv.po,,sv,,swedish,,,sv,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/uk.po,8,45,48,0,0,59,271,67,316,uk.po,,uk,,ukrainian,,,uk,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/et.po,8,45,37,0,0,59,271,67,316,et.po,,et,,estonian,,,et,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/nb.po,10,56,45,0,0,57,260,67,316,nb.po,,nb,,norwegian bokmål,,,nb,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/an.po,8,45,62,0,0,59,271,67,316,an.po,,an,,aragonese,,,an,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/gu.po,8,45,50,0,0,59,271,67,316,gu.po,,gu,,gujarati,,,gu,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ln.po,8,45,56,0,0,59,271,67,316,ln.po,,ln,,lingala,,,ln,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/es.po,10,56,76,0,0,57,260,67,316,es.po,,es,,spanish,,,es,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/pa.po,8,45,54,0,0,59,271,67,316,pa.po,,pa,,punjabi,,,pa,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/as.po,8,45,49,0,0,59,271,67,316,as.po,,as,,assamese,,,as,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/gl.po,10,56,77,0,0,57,260,67,316,gl.po,,gl,,galician,,,gl,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ug.po,7,38,32,0,0,60,278,67,316,ug.po,,ug,,uyghur,,,ug,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/nn.po,64,308,275,0,0,3,8,67,316,nn.po,,nn,,norwegian nynorsk,,,nn,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/fr.po,10,56,73,0,0,57,260,67,316,fr.po,,fr,,french,,,fr,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/hu.po,10,56,47,0,0,57,260,67,316,hu.po,,hu,,hungarian,,,hu,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/sl.po,10,56,64,0,0,57,260,67,316,sl.po,,sl,,slovenian,,,sl,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/dz.po,39,173,56,0,0,28,143,67,316,dz.po,,dz,,dzongkha,,,dz,po -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv,po/ru.po,10,56,61,0,0,57,260,67,316,ru.po,,ru,,russian,,,ru,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/tr.po,14,76,57,47,255,75,363,136,694,tr.po,,tr,,turkish,,,tr,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/cs.po,14,76,70,51,274,71,344,136,694,cs.po,,cs,,czech,,,cs,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/ru.po,0,0,0,32,172,104,522,136,694,ru.po,,ru,,russian,,,ru,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/fr.po,0,0,0,44,249,92,445,136,694,fr.po,,fr,,french,,,fr,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/de.po,14,76,82,51,274,71,344,136,694,de.po,,de,,german,,,de,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/ja.po,6,32,11,46,251,84,411,136,694,ja.po,,ja,,japanese,,,ja,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/pl.po,131,662,676,2,14,3,18,136,694,pl.po,,pl,,polish,,,pl,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/nn.po,14,76,72,61,317,61,301,136,694,nn.po,,nn,,norwegian nynorsk,,,nn,po -neon-0.30.2-11.fc31.src.rpm.stats.csv,po/zh_cn.po,92,476,159,20,105,24,113,136,694,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv,po/pt_br.po,500,2225,2477,0,0,108,703,608,2928,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv,po/fr.po,433,1859,2044,19,88,156,981,608,2928,fr.po,,fr,,french,,,fr,po -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv,po/et_ee.po,532,2439,2388,0,0,76,489,608,2928,et_ee.po,,et,ee,estonian,,estonia,et_ee,po -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv,po/de.po,486,2168,2038,8,31,114,729,608,2928,de.po,,de,,german,,,de,po -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv,po/cs.po,608,2928,3121,0,0,0,0,608,2928,cs.po,,cs,,czech,,,cs,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/zh_tw.po,2059,23046,5523,17,646,35,924,2111,24616,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/zh_hk.po,30,156,63,374,1565,1707,22895,2111,24616,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/zh_cn.po,2111,24616,8871,0,0,0,0,2111,24616,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,167,591,1944,24025,2111,24616,wa.po,,wa,,walloon,,,wa,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/vi.po,20,137,175,79,414,2012,24065,2111,24616,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/uk.po,2082,23993,23661,11,294,18,329,2111,24616,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/tr.po,992,6775,6081,425,2381,694,15460,2111,24616,tr.po,,tr,,turkish,,,tr,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/th.po,8,13,11,328,1285,1775,23318,2111,24616,th.po,,th,,thai,,,th,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/te.po,757,4699,4122,537,3420,817,16497,2111,24616,te.po,,te,,telugu,,,te,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ta.po,928,6212,5445,461,2665,722,15739,2111,24616,ta.po,,ta,,tamil,,,ta,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/sv.po,1800,18964,16695,190,2797,121,2855,2111,24616,sv.po,,sv,,swedish,,,sv,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/sr@latin.po,127,599,624,654,3245,1330,20772,2111,24616,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/sr.po,127,599,624,654,3245,1330,20772,2111,24616,sr.po,,sr,,serbian,,,sr,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,80,291,2031,24325,2111,24616,sq.po,,sq,,albanian,,,sq,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/sl.po,249,1228,1253,519,2442,1343,20946,2111,24616,sl.po,,sl,,slovenian,,,sl,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/sk.po,485,1759,1779,224,1133,1402,21724,2111,24616,sk.po,,sk,,slovak,,,sk,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/rw.po,0,0,0,255,1018,1856,23598,2111,24616,rw.po,,rw,,kinyarwanda,,,rw,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ru.po,1813,21643,19402,226,1819,72,1154,2111,24616,ru.po,,ru,,russian,,,ru,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/pt_br.po,2102,24460,27002,0,0,9,156,2111,24616,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/pt.po,2,2,2,231,885,1878,23729,2111,24616,pt.po,,pt,,portuguese,,,pt,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/pl.po,1759,12416,12254,0,0,352,12200,2111,24616,pl.po,,pl,,polish,,,pl,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/pa.po,1047,5352,6050,334,2350,730,16914,2111,24616,pa.po,,pa,,punjabi,,,pa,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/or.po,671,3889,4028,584,3535,856,17192,2111,24616,or.po,,or,,odia,,,or,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/oc.po,132,427,520,353,1541,1626,22648,2111,24616,oc.po,,oc,,occitan,,,oc,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/nl.po,14,92,88,32,172,2065,24352,2111,24616,nl.po,,nl,,dutch,,,nl,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ne.po,2,2,4,159,615,1950,23999,2111,24616,ne.po,,ne,,nepali,,,ne,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/nb.po,9,45,44,36,205,2066,24366,2111,24616,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/mr.po,757,4699,4528,538,3426,816,16491,2111,24616,mr.po,,mr,,marathi,,,mr,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ml.po,671,3889,3279,584,3535,856,17192,2111,24616,ml.po,,ml,,malayalam,,,ml,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,4,32,2107,24584,2111,24616,mk.po,,mk,,macedonian,,,mk,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/lv.po,5,10,10,319,1279,1787,23327,2111,24616,lv.po,,lv,,latvian,,,lv,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/lt.po,529,2692,2368,558,3251,1024,18673,2111,24616,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ku.po,1,2,2,302,1214,1808,23400,2111,24616,ku.po,,ku,,kurdish,,,ku,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ko.po,1783,21430,17327,263,2106,65,1080,2111,24616,ko.po,,ko,,korean,,,ko,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/kn.po,757,4699,4247,537,3420,817,16497,2111,24616,kn.po,,kn,,kannada,,,kn,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ka.po,8,13,13,328,1285,1775,23318,2111,24616,ka.po,,ka,,georgian,,,ka,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ja.po,2111,24616,9596,0,0,0,0,2111,24616,ja.po,,ja,,japanese,,,ja,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/it.po,2015,23495,24991,63,539,33,582,2111,24616,it.po,,it,,italian,,,it,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/id.po,1831,19335,18256,172,2846,108,2435,2111,24616,id.po,,id,,indonesian,,,id,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/hu.po,317,1602,1574,629,3317,1165,19697,2111,24616,hu.po,,hu,,hungarian,,,hu,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/hr.po,91,336,307,544,2668,1476,21612,2111,24616,hr.po,,hr,,croatian,,,hr,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/hi.po,757,4699,5252,598,4414,756,15503,2111,24616,hi.po,,hi,,hindi,,,hi,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/he.po,0,0,0,4,32,2107,24584,2111,24616,he.po,,he,,hebrew,,,he,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/gu.po,682,3947,4230,634,4574,795,16095,2111,24616,gu.po,,gu,,gujarati,,,gu,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/gl.po,465,1914,2386,509,2428,1137,20274,2111,24616,gl.po,,gl,,galician,,,gl,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/gd.po,124,994,1281,407,2210,1580,21412,2111,24616,gd.po,,gd,,scottish gaelic,,,gd,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/fr.po,2111,24616,27745,0,0,0,0,2111,24616,fr.po,,fr,,french,,,fr,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/fi.po,89,430,370,444,2055,1578,22131,2111,24616,fi.po,,fi,,finnish,,,fi,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/eu.po,99,419,458,447,2080,1565,22117,2111,24616,eu.po,,eu,,basque,,,eu,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/et.po,24,156,121,81,414,2006,24046,2111,24616,et.po,,et,,estonian,,,et,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/es.po,1968,22413,25942,79,1101,64,1102,2111,24616,es.po,,es,,spanish,,,es,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/eo.po,199,922,841,468,2184,1444,21510,2111,24616,eo.po,,eo,,esperanto,,,eo,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/en_gb.po,243,1192,1191,616,3028,1252,20396,2111,24616,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/en_ca.po,3,5,5,426,1820,1682,22791,2111,24616,en_ca.po,,en,ca,english,,canada,en_ca,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/el.po,717,4543,4963,617,4431,777,15642,2111,24616,el.po,,el,,greek,,,el,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/dz.po,2,2,2,236,907,1873,23707,2111,24616,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/de.po,1895,21243,20703,144,2219,72,1154,2111,24616,de.po,,de,,german,,,de,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/da.po,436,3694,3452,481,2346,1194,18576,2111,24616,da.po,,da,,danish,,,da,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/cs.po,402,1243,1204,466,2492,1243,20881,2111,24616,cs.po,,cs,,czech,,,cs,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ca.po,1147,8060,9833,391,2583,573,13973,2111,24616,ca.po,,ca,,catalan,,,ca,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,84,311,2027,24305,2111,24616,bs.po,,bs,,bosnian,,,bs,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/bn_in.po,760,4720,4876,595,4393,756,15503,2111,24616,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/bg.po,133,625,785,556,2739,1422,21252,2111,24616,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/be@latin.po,0,0,0,8,39,2103,24577,2111,24616,be@latin.po,latin,be,,belarusian,,,be@latin,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/as.po,767,4768,4856,589,4351,755,15497,2111,24616,as.po,,as,,assamese,,,as,po -networkmanager-1.20.4-1.fc31.src.rpm.stats.csv,po/ar.po,2,2,2,174,676,1935,23938,2111,24616,ar.po,,ar,,arabic,,,ar,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/sv.po,980,4804,4326,10,34,6,18,996,4856,sv.po,,sv,,swedish,,,sv,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/id.po,979,4793,4652,10,34,7,29,996,4856,id.po,,id,,indonesian,,,id,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/kn.po,290,990,945,373,1775,333,2091,996,4856,kn.po,,kn,,kannada,,,kn,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/hi.po,424,1612,1915,289,1397,283,1847,996,4856,hi.po,,hi,,hindi,,,hi,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/rw.po,0,0,0,111,428,885,4428,996,4856,rw.po,,rw,,kinyarwanda,,,rw,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/be@latin.po,126,351,361,365,1426,505,3079,996,4856,be@latin.po,latin,be,,belarusian,,,be@latin,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ja.po,829,4404,1743,155,330,12,122,996,4856,ja.po,,ja,,japanese,,,ja,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/sq.po,1,2,3,86,279,909,4575,996,4856,sq.po,,sq,,albanian,,,sq,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/nn.po,326,1123,1089,318,1669,352,2064,996,4856,nn.po,,nn,,norwegian nynorsk,,,nn,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/kk.po,744,2631,2440,11,36,241,2189,996,4856,kk.po,,kk,,kazakh,,,kk,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ug.po,418,1566,1490,290,1401,288,1889,996,4856,ug.po,,ug,,uyghur,,,ug,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ne.po,33,71,78,258,933,705,3852,996,4856,ne.po,,ne,,nepali,,,ne,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/pt.po,542,2123,2413,279,1386,175,1347,996,4856,pt.po,,pt,,portuguese,,,pt,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/lt.po,986,4834,4325,6,12,4,10,996,4856,lt.po,,lt,,lithuanian,,,lt,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/eo.po,442,1594,1552,220,1211,334,2051,996,4856,eo.po,,eo,,esperanto,,,eo,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ms.po,304,1033,1017,330,1728,362,2095,996,4856,ms.po,,ms,,malay,,,ms,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/gu.po,435,1493,1696,289,1476,272,1887,996,4856,gu.po,,gu,,gujarati,,,gu,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/cs.po,993,4851,4654,1,3,2,2,996,4856,cs.po,,cs,,czech,,,cs,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ml.po,430,1645,1430,283,1380,283,1831,996,4856,ml.po,,ml,,malayalam,,,ml,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ta.po,347,1175,1084,330,1686,319,1995,996,4856,ta.po,,ta,,tamil,,,ta,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ru.po,965,4676,4240,10,34,21,146,996,4856,ru.po,,ru,,russian,,,ru,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/bs.po,466,1811,1826,284,1391,246,1654,996,4856,bs.po,,bs,,bosnian,,,bs,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/km.po,464,1799,839,286,1400,246,1657,996,4856,km.po,,km,,khmer,,,km,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/mr.po,329,1098,1166,337,1733,330,2025,996,4856,mr.po,,mr,,marathi,,,mr,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/et.po,427,1636,1378,284,1383,285,1837,996,4856,et.po,,et,,estonian,,,et,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ku.po,120,251,269,240,869,636,3736,996,4856,ku.po,,ku,,kurdish,,,ku,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/sr@latin.po,839,4414,4385,146,322,11,120,996,4856,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/zh_cn.po,829,4404,1542,127,271,40,181,996,4856,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/af.po,147,422,359,228,991,621,3443,996,4856,af.po,,af,,afrikaans,,,af,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/bg.po,465,1806,2114,284,1395,247,1655,996,4856,bg.po,,bg,,bulgarian,,,bg,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/an.po,274,848,1026,366,1928,356,2080,996,4856,an.po,,an,,aragonese,,,an,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/zh_tw.po,684,3336,1084,271,1338,41,182,996,4856,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/sk.po,799,3215,3279,96,616,101,1025,996,4856,sk.po,,sk,,slovak,,,sk,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/gd.po,680,3087,4134,150,428,166,1341,996,4856,gd.po,,gd,,scottish gaelic,,,gd,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/vi.po,469,1815,2313,286,1398,241,1643,996,4856,vi.po,,vi,,vietnamese,,,vi,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/oc.po,501,1889,2276,257,1252,238,1715,996,4856,oc.po,,oc,,occitan,,,oc,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/nl.po,993,4846,4753,2,4,1,6,996,4856,nl.po,,nl,,dutch,,,nl,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ca@valencia.po,464,1805,2361,285,1396,247,1655,996,4856,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/fi.po,490,1716,1329,276,1410,230,1730,996,4856,fi.po,,fi,,finnish,,,fi,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/sl.po,469,1817,1818,282,1387,245,1652,996,4856,sl.po,,sl,,slovenian,,,sl,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/el.po,468,1809,1981,291,1410,237,1637,996,4856,el.po,,el,,greek,,,el,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ast.po,297,1018,1197,333,1725,366,2113,996,4856,ast.po,,ast,,asturian,,,ast,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/eu.po,468,1814,1695,287,1398,241,1644,996,4856,eu.po,,eu,,basque,,,eu,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/tr.po,995,4853,4313,1,3,0,0,996,4856,tr.po,,tr,,turkish,,,tr,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ko.po,686,3342,2807,269,1332,41,182,996,4856,ko.po,,ko,,korean,,,ko,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/fr.po,986,4834,5715,6,12,4,10,996,4856,fr.po,,fr,,french,,,fr,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/hr.po,991,4844,4615,4,6,1,6,996,4856,hr.po,,hr,,croatian,,,hr,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/pl.po,996,4856,4542,0,0,0,0,996,4856,pl.po,,pl,,polish,,,pl,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/sr.po,839,4414,4385,146,322,11,120,996,4856,sr.po,,sr,,serbian,,,sr,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/pa.po,751,3308,3697,140,309,105,1239,996,4856,pa.po,,pa,,punjabi,,,pa,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/lv.po,957,4642,4219,29,95,10,119,996,4856,lv.po,,lv,,latvian,,,lv,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ro.po,386,1426,1638,296,1521,314,1909,996,4856,ro.po,,ro,,romanian,,,ro,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/gl.po,819,4198,5009,148,336,29,322,996,4856,gl.po,,gl,,galician,,,gl,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/wa.po,1,2,2,92,302,903,4552,996,4856,wa.po,,wa,,walloon,,,wa,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ca.po,986,4834,6052,6,12,4,10,996,4856,ca.po,,ca,,catalan,,,ca,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/pt_br.po,993,4846,5597,2,4,1,6,996,4856,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/it.po,993,4846,5200,2,4,1,6,996,4856,it.po,,it,,italian,,,it,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/he.po,436,1656,1721,285,1383,275,1817,996,4856,he.po,,he,,hebrew,,,he,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/de.po,978,4790,4490,10,34,8,32,996,4856,de.po,,de,,german,,,de,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/be.po,420,1603,1482,285,1392,291,1861,996,4856,be.po,,be,,belarusian,,,be,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/tg.po,271,626,679,452,2476,273,1754,996,4856,tg.po,,tg,,tajik,,,tg,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/or.po,290,990,1096,373,1775,333,2091,996,4856,or.po,,or,,odia,,,or,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/te.po,365,1300,1190,315,1611,316,1945,996,4856,te.po,,te,,telugu,,,te,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/fa.po,335,1212,1496,314,1623,347,2021,996,4856,fa.po,,fa,,persian,,,fa,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/is.po,802,3135,3085,49,222,145,1499,996,4856,is.po,,is,,icelandic,,,is,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/bn_in.po,290,990,1146,373,1775,333,2091,996,4856,bn_in.po,,bn,in,bangla,,india,bn_in,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/nb.po,456,1745,1675,287,1398,253,1713,996,4856,nb.po,,nb,,norwegian bokmål,,,nb,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ar.po,256,831,865,320,1542,420,2483,996,4856,ar.po,,ar,,arabic,,,ar,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/uk.po,325,1111,1093,320,1671,351,2074,996,4856,uk.po,,uk,,ukrainian,,,uk,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/en_ca.po,24,53,56,230,835,742,3968,996,4856,en_ca.po,,en,ca,english,,canada,en_ca,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/ur.po,215,750,1033,356,1665,425,2441,996,4856,ur.po,,ur,,urdu,,,ur,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/zh_hk.po,470,1811,823,285,1401,241,1644,996,4856,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/hu.po,993,4846,4460,2,4,1,6,996,4856,hu.po,,hu,,hungarian,,,hu,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/es.po,993,4851,5852,1,3,2,2,996,4856,es.po,,es,,spanish,,,es,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/mk.po,305,1034,1228,332,1735,359,2087,996,4856,mk.po,,mk,,macedonian,,,mk,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/th.po,336,1213,607,315,1633,345,2010,996,4856,th.po,,th,,thai,,,th,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/da.po,993,4846,4346,2,4,1,6,996,4856,da.po,,da,,danish,,,da,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/crh.po,400,1495,1434,274,1369,322,1992,996,4856,crh.po,,crh,,crimean turkish,,,crh,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/en_gb.po,423,1607,1613,294,1411,279,1838,996,4856,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/as.po,466,1807,1931,291,1409,239,1640,996,4856,as.po,,as,,assamese,,,as,po -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv,po/dz.po,33,71,41,258,933,705,3852,996,4856,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/mr.po,9,34,33,2,5,1165,6602,1176,6641,mr.po,,mr,,marathi,,,mr,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,9,34,38,5,11,1162,6596,1176,6641,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/fi.po,154,527,452,39,238,983,5876,1176,6641,fi.po,,fi,,finnish,,,fi,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/pa.po,122,463,530,31,156,1023,6022,1176,6641,pa.po,,pa,,punjabi,,,pa,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/bn_in.po,9,34,35,2,5,1165,6602,1176,6641,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ro.po,16,54,54,2,5,1158,6582,1176,6641,ro.po,,ro,,romanian,,,ro,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/tg.po,6,10,10,0,0,1170,6631,1176,6641,tg.po,,tg,,tajik,,,tg,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ug.po,427,2314,2171,20,104,729,4223,1176,6641,ug.po,,ug,,uyghur,,,ug,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/fa.po,15,51,62,2,5,1159,6585,1176,6641,fa.po,,fa,,persian,,,fa,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/eu.po,512,2754,2871,146,876,518,3011,1176,6641,eu.po,,eu,,basque,,,eu,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/tr.po,690,3862,3695,0,0,486,2779,1176,6641,tr.po,,tr,,turkish,,,tr,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/gu.po,16,54,66,2,5,1158,6582,1176,6641,gu.po,,gu,,gujarati,,,gu,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ko.po,16,54,49,2,5,1158,6582,1176,6641,ko.po,,ko,,korean,,,ko,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/te.po,9,34,34,2,5,1165,6602,1176,6641,te.po,,te,,telugu,,,te,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/sr@latin.po,963,5506,6068,0,0,213,1135,1176,6641,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/kn.po,9,34,36,2,5,1165,6602,1176,6641,kn.po,,kn,,kannada,,,kn,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/hu.po,970,5550,5902,0,0,206,1091,1176,6641,hu.po,,hu,,hungarian,,,hu,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/da.po,1110,6328,6004,0,0,66,313,1176,6641,da.po,,da,,danish,,,da,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/sv.po,963,5506,5232,0,0,213,1135,1176,6641,sv.po,,sv,,swedish,,,sv,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/gl.po,156,780,1018,21,127,999,5734,1176,6641,gl.po,,gl,,galician,,,gl,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/bs.po,815,4586,4629,0,0,361,2055,1176,6641,bs.po,,bs,,bosnian,,,bs,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/pt.po,841,4756,5448,0,0,335,1885,1176,6641,pt.po,,pt,,portuguese,,,pt,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/zh_hk.po,16,54,34,2,5,1158,6582,1176,6641,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/en_gb.po,468,2531,2531,21,105,687,4005,1176,6641,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/fr.po,58,213,247,9,44,1109,6384,1176,6641,fr.po,,fr,,french,,,fr,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/pl.po,1176,6641,7263,0,0,0,0,1176,6641,pl.po,,pl,,polish,,,pl,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/lt.po,1099,6264,5876,0,0,77,377,1176,6641,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/he.po,16,54,64,2,5,1158,6582,1176,6641,he.po,,he,,hebrew,,,he,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/de.po,1042,5964,5923,0,0,134,677,1176,6641,de.po,,de,,german,,,de,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/or.po,16,54,71,2,5,1158,6582,1176,6641,or.po,,or,,odia,,,or,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/as.po,16,54,68,2,5,1158,6582,1176,6641,as.po,,as,,assamese,,,as,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/vi.po,31,134,191,2,5,1143,6502,1176,6641,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/el.po,507,2723,2999,12,69,657,3849,1176,6641,el.po,,el,,greek,,,el,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/sr.po,963,5506,6068,0,0,213,1135,1176,6641,sr.po,,sr,,serbian,,,sr,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/nb.po,35,128,124,6,28,1135,6485,1176,6641,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/es.po,1138,6436,8151,10,48,28,157,1176,6641,es.po,,es,,spanish,,,es,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/it.po,93,346,400,391,1798,692,4497,1176,6641,it.po,,it,,italian,,,it,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ta.po,9,34,33,2,5,1165,6602,1176,6641,ta.po,,ta,,tamil,,,ta,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ar.po,10,48,51,0,0,1166,6593,1176,6641,ar.po,,ar,,arabic,,,ar,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/et.po,32,139,133,2,5,1142,6497,1176,6641,et.po,,et,,estonian,,,et,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/cs.po,1077,6171,6384,4,21,95,449,1176,6641,cs.po,,cs,,czech,,,cs,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/nl.po,1113,6352,5724,0,0,63,289,1176,6641,nl.po,,nl,,dutch,,,nl,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/sl.po,480,2593,2936,20,94,676,3954,1176,6641,sl.po,,sl,,slovenian,,,sl,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/pt_br.po,1110,6328,7398,0,0,66,313,1176,6641,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/uk.po,81,305,336,17,102,1078,6234,1176,6641,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/lv.po,32,139,133,2,5,1142,6497,1176,6641,lv.po,,lv,,latvian,,,lv,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/zh_tw.po,23,86,44,2,11,1151,6544,1176,6641,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/eo.po,6,15,14,0,0,1170,6626,1176,6641,eo.po,,eo,,esperanto,,,eo,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ru.po,32,139,129,2,5,1142,6497,1176,6641,ru.po,,ru,,russian,,,ru,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/zh_cn.po,112,468,245,18,81,1046,6092,1176,6641,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/ca.po,1110,6328,8206,0,0,66,313,1176,6641,ca.po,,ca,,catalan,,,ca,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/id.po,970,5550,5624,0,0,206,1091,1176,6641,id.po,,id,,indonesian,,,id,po -networkmanager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv,po/bg.po,16,54,59,2,5,1158,6582,1176,6641,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/sk.po,5,14,14,26,60,225,1780,256,1854,sk.po,,sk,,slovak,,,sk,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/bs.po,169,1049,1020,0,0,87,805,256,1854,bs.po,,bs,,bosnian,,,bs,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ka.po,9,30,20,33,82,214,1742,256,1854,ka.po,,ka,,georgian,,,ka,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/fr.po,161,997,1230,2,11,93,846,256,1854,fr.po,,fr,,french,,,fr,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/de.po,256,1847,1773,0,0,0,7,256,1854,de.po,,de,,german,,,de,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/eo.po,30,43,41,2,6,224,1805,256,1854,eo.po,,eo,,esperanto,,,eo,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/hu.po,249,1768,1634,0,0,7,86,256,1854,hu.po,,hu,,hungarian,,,hu,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/mk.po,9,32,42,32,78,215,1744,256,1854,mk.po,,mk,,macedonian,,,mk,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/da.po,255,1846,1733,0,0,1,8,256,1854,da.po,,da,,danish,,,da,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/he.po,29,82,87,14,31,213,1741,256,1854,he.po,,he,,hebrew,,,he,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/zh_tw.po,42,102,68,16,134,198,1618,256,1854,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/es.po,246,1695,2036,3,41,7,118,256,1854,es.po,,es,,spanish,,,es,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/zh_cn.po,126,750,338,11,59,119,1045,256,1854,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/as.po,48,121,137,18,151,190,1582,256,1854,as.po,,as,,assamese,,,as,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/et.po,71,207,167,11,137,174,1510,256,1854,et.po,,et,,estonian,,,et,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/fi.po,113,358,277,17,169,126,1327,256,1854,fi.po,,fi,,finnish,,,fi,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/sr@latin.po,247,1734,1749,0,0,9,120,256,1854,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/th.po,10,31,21,27,72,219,1751,256,1854,th.po,,th,,thai,,,th,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/vi.po,7,22,31,32,78,217,1754,256,1854,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ro.po,52,147,156,21,165,183,1542,256,1854,ro.po,,ro,,romanian,,,ro,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ca.po,256,1847,2279,0,0,0,7,256,1854,ca.po,,ca,,catalan,,,ca,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ar.po,10,33,34,37,97,209,1724,256,1854,ar.po,,ar,,arabic,,,ar,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ps.po,36,93,102,15,50,205,1711,256,1854,ps.po,,ps,,pashto,,,ps,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ca@valencia.po,52,133,154,26,189,178,1532,256,1854,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ug.po,28,77,71,14,31,214,1746,256,1854,ug.po,,ug,,uyghur,,,ug,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/nl.po,110,449,417,0,0,146,1405,256,1854,nl.po,,nl,,dutch,,,nl,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/eu.po,160,972,857,3,36,93,846,256,1854,eu.po,,eu,,basque,,,eu,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/sv.po,256,1847,1685,0,0,0,7,256,1854,sv.po,,sv,,swedish,,,sv,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/id.po,256,1847,1813,0,0,0,7,256,1854,id.po,,id,,indonesian,,,id,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/mr.po,48,121,133,18,151,190,1582,256,1854,mr.po,,mr,,marathi,,,mr,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/pa.po,96,356,373,0,0,160,1498,256,1854,pa.po,,pa,,punjabi,,,pa,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/lv.po,249,1768,1623,0,0,7,86,256,1854,lv.po,,lv,,latvian,,,lv,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ta.po,49,125,126,19,156,188,1573,256,1854,ta.po,,ta,,tamil,,,ta,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/el.po,199,1222,1341,6,64,51,568,256,1854,el.po,,el,,greek,,,el,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/tr.po,168,1164,1051,7,40,81,650,256,1854,tr.po,,tr,,turkish,,,tr,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/lt.po,256,1854,1720,0,0,0,0,256,1854,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ja.po,118,451,253,4,25,134,1378,256,1854,ja.po,,ja,,japanese,,,ja,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/cs.po,255,1846,1739,0,0,1,8,256,1854,cs.po,,cs,,czech,,,cs,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/it.po,256,1847,2030,0,0,0,7,256,1854,it.po,,it,,italian,,,it,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ru.po,209,1328,1274,1,1,46,525,256,1854,ru.po,,ru,,russian,,,ru,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/nb.po,86,242,223,7,29,163,1583,256,1854,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/pl.po,256,1854,1801,0,0,0,0,256,1854,pl.po,,pl,,polish,,,pl,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/pt.po,180,1265,1374,0,0,76,589,256,1854,pt.po,,pt,,portuguese,,,pt,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/dz.po,9,31,10,36,94,211,1729,256,1854,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/en_gb.po,134,788,788,10,77,112,989,256,1854,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/uk.po,71,207,195,11,137,174,1510,256,1854,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/zh_hk.po,42,102,68,16,134,198,1618,256,1854,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/be.po,96,337,334,15,164,145,1353,256,1854,be.po,,be,,belarusian,,,be,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/gl.po,249,1768,2126,0,0,7,86,256,1854,gl.po,,gl,,galician,,,gl,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/ko.po,34,97,86,33,95,189,1662,256,1854,ko.po,,ko,,korean,,,ko,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/sr.po,247,1734,1749,0,0,9,120,256,1854,sr.po,,sr,,serbian,,,sr,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/sl.po,159,969,964,4,39,93,846,256,1854,sl.po,,sl,,slovenian,,,sl,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/hr.po,77,283,281,2,2,177,1569,256,1854,hr.po,,hr,,croatian,,,hr,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/gu.po,29,82,85,14,31,213,1741,256,1854,gu.po,,gu,,gujarati,,,gu,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/kn.po,49,125,123,19,156,188,1573,256,1854,kn.po,,kn,,kannada,,,kn,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/pt_br.po,256,1854,2176,0,0,0,0,256,1854,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/fa.po,70,205,231,12,139,174,1510,256,1854,fa.po,,fa,,persian,,,fa,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/te.po,49,125,122,19,156,188,1573,256,1854,te.po,,te,,telugu,,,te,po -networkmanager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv,po/bg.po,70,205,229,12,139,174,1510,256,1854,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/zh_tw.po,44,144,74,0,0,85,444,129,588,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/zh_hk.po,44,144,74,0,0,85,444,129,588,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/zh_cn.po,66,280,142,0,0,63,308,129,588,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/vi.po,129,588,817,0,0,0,0,129,588,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/uk.po,44,144,138,0,0,85,444,129,588,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ug.po,38,102,106,0,0,91,486,129,588,ug.po,,ug,,uyghur,,,ug,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/tr.po,71,407,401,0,0,58,181,129,588,tr.po,,tr,,turkish,,,tr,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/th.po,129,584,313,0,0,0,4,129,588,th.po,,th,,thai,,,th,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/te.po,43,118,127,0,0,86,470,129,588,te.po,,te,,telugu,,,te,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ta.po,44,144,151,0,0,85,444,129,588,ta.po,,ta,,tamil,,,ta,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/sv.po,84,509,465,0,0,45,79,129,588,sv.po,,sv,,swedish,,,sv,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/sr@latin.po,84,509,527,0,0,45,79,129,588,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/sr.po,84,509,527,0,0,45,79,129,588,sr.po,,sr,,serbian,,,sr,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/sl.po,77,415,403,0,0,52,173,129,588,sl.po,,sl,,slovenian,,,sl,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ru.po,84,509,485,0,0,45,79,129,588,ru.po,,ru,,russian,,,ru,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ro.po,44,144,161,0,0,85,444,129,588,ro.po,,ro,,romanian,,,ro,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/pt_br.po,84,509,588,0,0,45,79,129,588,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/pt.po,71,407,458,0,0,58,181,129,588,pt.po,,pt,,portuguese,,,pt,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/pl.po,84,509,509,0,0,45,79,129,588,pl.po,,pl,,polish,,,pl,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/pa.po,54,188,202,0,0,75,400,129,588,pa.po,,pa,,punjabi,,,pa,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/oc.po,74,410,486,0,0,55,178,129,588,oc.po,,oc,,occitan,,,oc,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/nl.po,84,509,457,0,0,45,79,129,588,nl.po,,nl,,dutch,,,nl,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/nb.po,56,193,184,0,0,73,395,129,588,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/mr.po,42,115,145,0,0,87,473,129,588,mr.po,,mr,,marathi,,,mr,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/mk.po,129,584,617,0,0,0,4,129,588,mk.po,,mk,,macedonian,,,mk,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/lv.po,84,509,474,0,0,45,79,129,588,lv.po,,lv,,latvian,,,lv,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/lt.po,84,509,475,0,0,45,79,129,588,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ko.po,44,144,132,0,0,85,444,129,588,ko.po,,ko,,korean,,,ko,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/kn.po,43,118,117,0,0,86,470,129,588,kn.po,,kn,,kannada,,,kn,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ka.po,129,584,412,0,0,0,4,129,588,ka.po,,ka,,georgian,,,ka,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ja.po,62,273,149,1,2,66,313,129,588,ja.po,,ja,,japanese,,,ja,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/it.po,84,509,560,0,0,45,79,129,588,it.po,,it,,italian,,,it,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/id.po,84,509,516,0,0,45,79,129,588,id.po,,id,,indonesian,,,id,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/hu.po,84,509,476,0,0,45,79,129,588,hu.po,,hu,,hungarian,,,hu,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/hr.po,83,508,477,0,0,46,80,129,588,hr.po,,hr,,croatian,,,hr,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/he.po,44,144,149,0,0,85,444,129,588,he.po,,he,,hebrew,,,he,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/gu.po,44,144,171,0,0,85,444,129,588,gu.po,,gu,,gujarati,,,gu,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/gl.po,77,415,501,0,0,52,173,129,588,gl.po,,gl,,galician,,,gl,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/fur.po,84,509,581,0,0,45,79,129,588,fur.po,,fur,,friulian,,,fur,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/fr.po,77,415,511,0,0,52,173,129,588,fr.po,,fr,,french,,,fr,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/fi.po,47,147,118,0,0,82,441,129,588,fi.po,,fi,,finnish,,,fi,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/fa.po,44,144,173,0,0,85,444,129,588,fa.po,,fa,,persian,,,fa,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/eu.po,74,410,389,0,0,55,178,129,588,eu.po,,eu,,basque,,,eu,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/et.po,44,144,122,0,0,85,444,129,588,et.po,,et,,estonian,,,et,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/es.po,84,509,625,0,0,45,79,129,588,es.po,,es,,spanish,,,es,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/eo.po,22,37,34,0,0,107,551,129,588,eo.po,,eo,,esperanto,,,eo,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/en_gb.po,44,144,144,0,0,85,444,129,588,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/el.po,71,407,475,0,0,58,181,129,588,el.po,,el,,greek,,,el,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/de.po,84,509,470,0,0,45,79,129,588,de.po,,de,,german,,,de,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/da.po,84,509,463,0,0,45,79,129,588,da.po,,da,,danish,,,da,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/cs.po,84,509,485,0,0,45,79,129,588,cs.po,,cs,,czech,,,cs,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ca@valencia.po,42,115,145,1,3,86,470,129,588,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ca.po,84,509,650,0,0,45,79,129,588,ca.po,,ca,,catalan,,,ca,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/bs.po,74,410,411,0,0,55,178,129,588,bs.po,,bs,,bosnian,,,bs,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/bn_in.po,42,115,170,0,0,87,473,129,588,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/bg.po,44,144,172,0,0,85,444,129,588,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/be@latin.po,41,114,109,0,0,88,474,129,588,be@latin.po,latin,be,,belarusian,,,be@latin,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/as.po,42,115,144,0,0,87,473,129,588,as.po,,as,,assamese,,,as,po -networkmanager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv,po/ar.po,7,11,13,16,55,106,522,129,588,ar.po,,ar,,arabic,,,ar,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/zh_tw.po,15,35,20,9,23,49,239,73,297,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/zh_hk.po,15,35,20,9,23,49,239,73,297,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/zh_cn.po,17,39,24,14,43,42,215,73,297,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/vi.po,4,18,24,14,29,55,250,73,297,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/uk.po,17,39,36,14,43,42,215,73,297,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ug.po,7,24,23,6,10,60,263,73,297,ug.po,,ug,,uyghur,,,ug,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/th.po,4,16,9,13,36,56,245,73,297,th.po,,th,,thai,,,th,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/te.po,16,37,35,13,36,44,224,73,297,te.po,,te,,telugu,,,te,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ta.po,16,37,36,13,36,44,224,73,297,ta.po,,ta,,tamil,,,ta,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/sv.po,29,115,99,22,87,22,95,73,297,sv.po,,sv,,swedish,,,sv,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/sl.po,32,120,118,21,85,20,92,73,297,sl.po,,sl,,slovenian,,,sl,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/sk.po,1,2,2,11,21,61,274,73,297,sk.po,,sk,,slovak,,,sk,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ru.po,29,115,110,22,87,22,95,73,297,ru.po,,ru,,russian,,,ru,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ro.po,17,39,40,14,43,42,215,73,297,ro.po,,ro,,romanian,,,ro,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/pt_br.po,32,120,133,21,85,20,92,73,297,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/pt.po,17,39,41,15,55,41,203,73,297,pt.po,,pt,,portuguese,,,pt,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ps.po,11,26,33,12,27,50,244,73,297,ps.po,,ps,,pashto,,,ps,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/pl.po,32,120,123,21,85,20,92,73,297,pl.po,,pl,,polish,,,pl,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/pa.po,17,39,41,15,55,41,203,73,297,pa.po,,pa,,punjabi,,,pa,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/nl.po,13,32,32,15,38,45,227,73,297,nl.po,,nl,,dutch,,,nl,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/nb.po,24,61,58,13,39,36,197,73,297,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/mr.po,16,37,43,13,36,44,224,73,297,mr.po,,mr,,marathi,,,mr,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/mk.po,4,18,25,14,29,55,250,73,297,mk.po,,mk,,macedonian,,,mk,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/lv.po,29,115,107,22,87,22,95,73,297,lv.po,,lv,,latvian,,,lv,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/lt.po,32,120,113,21,85,20,92,73,297,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ko.po,8,27,21,14,39,51,231,73,297,ko.po,,ko,,korean,,,ko,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/kn.po,16,37,33,13,36,44,224,73,297,kn.po,,kn,,kannada,,,kn,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ka.po,4,16,8,14,37,55,244,73,297,ka.po,,ka,,georgian,,,ka,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ja.po,5,19,9,15,41,53,237,73,297,ja.po,,ja,,japanese,,,ja,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/it.po,17,39,39,14,43,42,215,73,297,it.po,,it,,italian,,,it,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/id.po,32,120,124,21,85,20,92,73,297,id.po,,id,,indonesian,,,id,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/hu.po,29,115,106,22,87,22,95,73,297,hu.po,,hu,,hungarian,,,hu,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/he.po,22,64,55,2,3,49,230,73,297,he.po,,he,,hebrew,,,he,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/gu.po,7,24,25,6,10,60,263,73,297,gu.po,,gu,,gujarati,,,gu,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/gl.po,29,115,144,22,87,22,95,73,297,gl.po,,gl,,galician,,,gl,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/fr.po,29,115,143,22,87,22,95,73,297,fr.po,,fr,,french,,,fr,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/fi.po,15,34,24,15,51,43,212,73,297,fi.po,,fi,,finnish,,,fi,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/fa.po,17,39,41,14,43,42,215,73,297,fa.po,,fa,,persian,,,fa,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/eu.po,17,39,37,14,43,42,215,73,297,eu.po,,eu,,basque,,,eu,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/et.po,17,39,30,14,43,42,215,73,297,et.po,,et,,estonian,,,et,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/es.po,32,120,144,21,85,20,92,73,297,es.po,,es,,spanish,,,es,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/en_gb.po,8,27,27,14,39,51,231,73,297,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/el.po,17,39,40,14,43,42,215,73,297,el.po,,el,,greek,,,el,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/dz.po,5,19,7,14,37,54,241,73,297,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/de.po,32,120,112,21,85,20,92,73,297,de.po,,de,,german,,,de,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/da.po,15,34,32,14,39,44,224,73,297,da.po,,da,,danish,,,da,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/cs.po,73,297,282,0,0,0,0,73,297,cs.po,,cs,,czech,,,cs,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,16,37,40,14,48,43,212,73,297,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ca.po,17,39,42,15,55,41,203,73,297,ca.po,,ca,,catalan,,,ca,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/bg.po,17,39,38,14,43,42,215,73,297,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/as.po,16,37,38,13,36,44,224,73,297,as.po,,as,,assamese,,,as,po -networkmanager-ssh-1.2.10-2.fc31.src.rpm.stats.csv,po/ar.po,5,19,19,16,41,52,237,73,297,ar.po,,ar,,arabic,,,ar,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/sv.po,101,606,536,0,0,0,0,101,606,sv.po,,sv,,swedish,,,sv,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/id.po,101,606,610,0,0,0,0,101,606,id.po,,id,,indonesian,,,id,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/kn.po,36,139,124,0,0,65,467,101,606,kn.po,,kn,,kannada,,,kn,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ja.po,83,439,256,0,0,18,167,101,606,ja.po,,ja,,japanese,,,ja,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ug.po,38,114,118,0,0,63,492,101,606,ug.po,,ug,,uyghur,,,ug,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/pt.po,86,479,517,0,0,15,127,101,606,pt.po,,pt,,portuguese,,,pt,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/lt.po,101,606,548,0,0,0,0,101,606,lt.po,,lt,,lithuanian,,,lt,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/eo.po,19,38,30,0,0,82,568,101,606,eo.po,,eo,,esperanto,,,eo,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/gu.po,41,156,183,0,0,60,450,101,606,gu.po,,gu,,gujarati,,,gu,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/cs.po,101,606,571,0,0,0,0,101,606,cs.po,,cs,,czech,,,cs,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ta.po,36,139,142,0,0,65,467,101,606,ta.po,,ta,,tamil,,,ta,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ru.po,87,464,444,0,0,14,142,101,606,ru.po,,ru,,russian,,,ru,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/bs.po,91,494,482,0,0,10,112,101,606,bs.po,,bs,,bosnian,,,bs,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/mr.po,36,139,163,0,0,65,467,101,606,mr.po,,mr,,marathi,,,mr,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/et.po,41,156,140,0,0,60,450,101,606,et.po,,et,,estonian,,,et,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/sr@latin.po,101,606,616,0,0,0,0,101,606,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/zh_cn.po,41,156,85,0,0,60,450,101,606,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/bg.po,41,156,183,0,0,60,450,101,606,bg.po,,bg,,bulgarian,,,bg,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/zh_tw.po,41,156,80,0,0,60,450,101,606,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/sk.po,37,143,154,1,4,63,459,101,606,sk.po,,sk,,slovak,,,sk,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/vi.po,54,303,413,0,0,47,303,101,606,vi.po,,vi,,vietnamese,,,vi,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/nl.po,101,606,545,0,0,0,0,101,606,nl.po,,nl,,dutch,,,nl,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ca@valencia.po,34,135,167,1,2,66,469,101,606,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/fi.po,54,168,144,3,64,44,374,101,606,fi.po,,fi,,finnish,,,fi,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/sl.po,84,442,449,0,0,17,164,101,606,sl.po,,sl,,slovenian,,,sl,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/el.po,86,479,532,0,0,15,127,101,606,el.po,,el,,greek,,,el,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/eu.po,84,442,424,0,0,17,164,101,606,eu.po,,eu,,basque,,,eu,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/tr.po,91,494,456,0,0,10,112,101,606,tr.po,,tr,,turkish,,,tr,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ko.po,41,156,136,0,0,60,450,101,606,ko.po,,ko,,korean,,,ko,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/fr.po,86,444,554,0,0,15,162,101,606,fr.po,,fr,,french,,,fr,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/pl.po,101,606,592,0,0,0,0,101,606,pl.po,,pl,,polish,,,pl,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/sr.po,101,606,616,0,0,0,0,101,606,sr.po,,sr,,serbian,,,sr,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/fur.po,101,606,688,0,0,0,0,101,606,fur.po,,fur,,friulian,,,fur,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/pa.po,64,246,273,1,12,36,348,101,606,pa.po,,pa,,punjabi,,,pa,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/lv.po,101,606,544,0,0,0,0,101,606,lv.po,,lv,,latvian,,,lv,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ro.po,41,156,171,0,0,60,450,101,606,ro.po,,ro,,romanian,,,ro,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/gl.po,86,444,537,0,0,15,162,101,606,gl.po,,gl,,galician,,,gl,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ca.po,101,606,745,0,0,0,0,101,606,ca.po,,ca,,catalan,,,ca,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/pt_br.po,101,606,709,0,0,0,0,101,606,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/it.po,101,606,652,0,0,0,0,101,606,it.po,,it,,italian,,,it,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/he.po,41,156,162,0,0,60,450,101,606,he.po,,he,,hebrew,,,he,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/de.po,101,606,565,0,0,0,0,101,606,de.po,,de,,german,,,de,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/or.po,41,156,176,0,0,60,450,101,606,or.po,,or,,odia,,,or,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/te.po,36,139,129,0,0,65,467,101,606,te.po,,te,,telugu,,,te,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/fa.po,37,143,160,1,4,63,459,101,606,fa.po,,fa,,persian,,,fa,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/bn_in.po,36,139,168,0,0,65,467,101,606,bn_in.po,,bn,in,bangla,,india,bn_in,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/nb.po,69,285,266,0,0,32,321,101,606,nb.po,,nb,,norwegian bokmål,,,nb,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ar.po,16,89,92,6,12,79,505,101,606,ar.po,,ar,,arabic,,,ar,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/uk.po,41,156,149,0,0,60,450,101,606,uk.po,,uk,,ukrainian,,,uk,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/zh_hk.po,41,156,80,0,0,60,450,101,606,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/hu.po,101,606,553,0,0,0,0,101,606,hu.po,,hu,,hungarian,,,hu,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/es.po,101,606,745,0,0,0,0,101,606,es.po,,es,,spanish,,,es,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/mk.po,31,128,145,0,0,70,478,101,606,mk.po,,mk,,macedonian,,,mk,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/th.po,52,328,146,0,0,49,278,101,606,th.po,,th,,thai,,,th,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/da.po,101,606,554,0,0,0,0,101,606,da.po,,da,,danish,,,da,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/en_gb.po,86,444,444,0,0,15,162,101,606,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/as.po,36,139,153,0,0,65,467,101,606,as.po,,as,,assamese,,,as,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/dz.po,52,328,121,0,0,49,278,101,606,dz.po,,dz,,dzongkha,,,dz,po -networkmanager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv,po/ka.po,52,328,216,0,0,49,278,101,606,ka.po,,ka,,georgian,,,ka,po -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/es.po,481,3518,3880,0,0,0,5,481,3523,es.po,,es,,spanish,,,es,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/pl.po,480,3521,3249,0,0,1,2,481,3523,pl.po,,pl,,polish,,,pl,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/zh.po,481,3523,642,0,0,0,0,481,3523,zh.po,,zh,,chinese,,,zh,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/pt_br.po,85,165,194,0,0,396,3358,481,3523,pt_br.po,,pt,br,portuguese,,brazil,pt_br,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/ja.po,474,3393,1203,0,0,7,130,481,3523,ja.po,,ja,,japanese,,,ja,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/hi.po,481,3518,3386,0,0,0,5,481,3523,hi.po,,hi,,hindi,,,hi,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/hr.po,269,1053,1006,0,0,212,2470,481,3523,hr.po,,hr,,croatian,,,hr,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/ru.po,365,1860,1602,0,0,116,1663,481,3523,ru.po,,ru,,russian,,,ru,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/it.po,481,3518,3743,0,0,0,5,481,3523,it.po,,it,,italian,,,it,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/fr.po,481,3518,4002,0,0,0,5,481,3523,fr.po,,fr,,french,,,fr,zenmap/share/zenmap/locale -nmap-7.80-2.fc31.src.rpm.stats.csv,zenmap/share/zenmap/locale/de.po,481,3518,3425,0,0,0,5,481,3523,de.po,,de,,german,,,de,zenmap/share/zenmap/locale -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/fi.po,94,321,281,0,0,1002,5916,1096,6237,fi.po,,fi,,finnish,,,fi,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/pa.po,77,268,313,0,0,1019,5969,1096,6237,pa.po,,pa,,punjabi,,,pa,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/en_us.po,265,1463,1463,0,0,831,4774,1096,6237,en_us.po,,en,us,english,,united states,en_us,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/sk.po,4,19,19,0,0,1092,6218,1096,6237,sk.po,,sk,,slovak,,,sk,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/tg.po,6,10,10,0,0,1090,6227,1096,6237,tg.po,,tg,,tajik,,,tg,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/ug.po,400,2198,2053,0,0,696,4039,1096,6237,ug.po,,ug,,uyghur,,,ug,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/eu.po,495,2734,2857,0,0,601,3503,1096,6237,eu.po,,eu,,basque,,,eu,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/tr.po,659,3760,3594,0,0,437,2477,1096,6237,tr.po,,tr,,turkish,,,tr,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/sr@latin.po,885,5132,5671,0,0,211,1105,1096,6237,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/hu.po,970,5495,5896,0,0,126,742,1096,6237,hu.po,,hu,,hungarian,,,hu,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/da.po,1026,5906,5598,0,0,70,331,1096,6237,da.po,,da,,danish,,,da,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/sv.po,885,5132,4880,0,0,211,1105,1096,6237,sv.po,,sv,,swedish,,,sv,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/gl.po,91,479,650,0,0,1005,5758,1096,6237,gl.po,,gl,,galician,,,gl,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/bs.po,784,4484,4524,0,0,312,1753,1096,6237,bs.po,,bs,,bosnian,,,bs,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/pt.po,809,4647,5339,0,0,287,1590,1096,6237,pt.po,,pt,,portuguese,,,pt,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/en_gb.po,417,2300,2300,0,0,679,3937,1096,6237,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/fr.po,22,63,72,0,0,1074,6174,1096,6237,fr.po,,fr,,french,,,fr,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/pl.po,1095,6232,6850,0,0,1,5,1096,6237,pl.po,,pl,,polish,,,pl,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/lt.po,1015,5842,5473,0,0,81,395,1096,6237,lt.po,,lt,,lithuanian,,,lt,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/de.po,959,5549,5529,0,0,137,688,1096,6237,de.po,,de,,german,,,de,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/el.po,483,2667,2906,0,0,613,3570,1096,6237,el.po,,el,,greek,,,el,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/sr.po,885,5132,5671,0,0,211,1105,1096,6237,sr.po,,sr,,serbian,,,sr,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/es.po,1095,6232,7907,0,0,1,5,1096,6237,es.po,,es,,spanish,,,es,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/it.po,47,171,208,0,0,1049,6066,1096,6237,it.po,,it,,italian,,,it,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/ar.po,10,48,51,0,0,1086,6189,1096,6237,ar.po,,ar,,arabic,,,ar,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/cs.po,1013,5818,6010,0,0,83,419,1096,6237,cs.po,,cs,,czech,,,cs,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/nl.po,1025,5900,5591,0,0,71,337,1096,6237,nl.po,,nl,,dutch,,,nl,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/sl.po,454,2505,2850,0,0,642,3732,1096,6237,sl.po,,sl,,slovenian,,,sl,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/pt_br.po,1095,6232,7282,0,0,1,5,1096,6237,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/uk.po,61,233,263,0,0,1035,6004,1096,6237,uk.po,,uk,,ukrainian,,,uk,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/zh_tw.po,7,32,10,0,0,1089,6205,1096,6237,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/zh_cn.po,76,314,170,0,0,1020,5923,1096,6237,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/ca.po,1026,5906,7700,0,0,70,331,1096,6237,ca.po,,ca,,catalan,,,ca,po -openconnect-8.05-1.fc31.src.rpm.stats.csv,po/id.po,892,5176,5238,0,0,204,1061,1096,6237,id.po,,id,,indonesian,,,id,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/bg/bg.po,1002,13021,13505,0,0,31,637,1033,13658,bg.po,,bg,,bulgarian,,,bg,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/el/el.po,984,12505,12718,0,0,49,1153,1033,13658,el.po,,el,,greek,,,el,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/es/es.po,1030,13501,14919,3,157,0,0,1033,13658,es.po,,es,,spanish,,,es,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/fr/fr.po,1028,13554,15596,0,0,5,104,1033,13658,fr.po,,fr,,french,,,fr,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/hu/hu.po,1033,13658,13383,0,0,0,0,1033,13658,hu.po,,hu,,hungarian,,,hu,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/gl/gl.po,313,1704,1907,4,31,716,11923,1033,13658,gl.po,,gl,,galician,,,gl,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/de/de.po,1033,13658,12393,0,0,0,0,1033,13658,de.po,,de,,german,,,de,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,956,11916,13573,0,0,77,1742,1033,13658,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/sv/sv.po,1033,13658,12824,0,0,0,0,1033,13658,sv.po,,sv,,swedish,,,sv,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/cs/cs.po,1033,13658,12911,0,0,0,0,1033,13658,cs.po,,cs,,czech,,,cs,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,help/sl/sl.po,955,11824,10493,8,134,70,1700,1033,13658,sl.po,,sl,,slovenian,,,sl,help/ -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,1869,5679,5590,0,0,2,454,1871,6133,nl.po,,nl,,dutch,,,nl,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,218,485,571,487,1623,1166,4025,1871,6133,sq.po,,sq,,albanian,,,sq,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,1870,5681,5275,0,0,1,452,1871,6133,tr.po,,tr,,turkish,,,tr,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,1597,4653,4519,234,854,40,626,1871,6133,ne.po,,ne,,nepali,,,ne,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,1870,5681,5509,0,0,1,452,1871,6133,hu.po,,hu,,hungarian,,,hu,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,1774,5518,5543,0,0,97,615,1871,6133,sk.po,,sk,,slovak,,,sk,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,1356,4172,4835,0,0,515,1961,1871,6133,an.po,,an,,aragonese,,,an,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,599,1448,1626,0,0,1272,4685,1871,6133,mai.po,,mai,,maithili,,,mai,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,1191,3664,3085,330,947,350,1522,1871,6133,fi.po,,fi,,finnish,,,fi,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,1440,4397,1953,298,896,133,840,1871,6133,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,1021,3273,2415,98,492,752,2368,1871,6133,ja.po,,ja,,japanese,,,ja,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,488,906,896,105,212,1278,5015,1871,6133,eo.po,,eo,,esperanto,,,eo,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,379,541,548,62,440,1430,5152,1871,6133,mr.po,,mr,,marathi,,,mr,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,1170,4091,3674,0,0,701,2042,1871,6133,te.po,,te,,telugu,,,te,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,1337,4309,4907,0,0,534,1824,1871,6133,mk.po,,mk,,macedonian,,,mk,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,1870,5681,5402,0,0,1,452,1871,6133,de.po,,de,,german,,,de,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,1357,4096,4194,0,0,514,2037,1871,6133,hr.po,,hr,,croatian,,,hr,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,1870,5681,6296,0,0,1,452,1871,6133,el.po,,el,,greek,,,el,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,1626,5057,4828,0,0,245,1076,1871,6133,bs.po,,bs,,bosnian,,,bs,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,1349,4140,1844,0,0,522,1993,1871,6133,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,908,2817,2898,157,561,806,2755,1871,6133,ar.po,,ar,,arabic,,,ar,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,1260,3694,1794,0,0,611,2439,1871,6133,th.po,,th,,thai,,,th,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,1842,5556,5805,0,0,29,577,1871,6133,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,1870,5681,5490,0,0,1,452,1871,6133,lt.po,,lt,,lithuanian,,,lt,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,718,1941,1025,0,0,1153,4192,1871,6133,dz.po,,dz,,dzongkha,,,dz,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,1870,5681,5854,0,0,1,452,1871,6133,ru.po,,ru,,russian,,,ru,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,327,708,705,64,181,1480,5244,1871,6133,en_ca.po,,en,ca,english,,canada,en_ca,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,1850,5617,5477,0,0,21,516,1871,6133,lv.po,,lv,,latvian,,,lv,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,812,1893,1992,0,0,1059,4240,1871,6133,tg.po,,tg,,tajik,,,tg,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,1201,3897,4548,0,0,670,2236,1871,6133,hi.po,,hi,,hindi,,,hi,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,1870,5681,5953,0,0,1,452,1871,6133,sr.po,,sr,,serbian,,,sr,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,1196,3855,3992,0,0,675,2278,1871,6133,be.po,,be,,belarusian,,,be,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,1842,5556,2214,0,0,29,577,1871,6133,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,1870,5681,6671,0,0,1,452,1871,6133,gl.po,,gl,,galician,,,gl,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,5,5,6,234,404,1632,5724,1871,6133,rw.po,,rw,,kinyarwanda,,,rw,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,936,2466,2400,31,109,904,3558,1871,6133,nn.po,,nn,,norwegian nynorsk,,,nn,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,1870,5681,6834,0,0,1,452,1871,6133,fr.po,,fr,,french,,,fr,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,47,103,116,0,0,1824,6030,1871,6133,ga.po,,ga,,irish,,,ga,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,940,2627,2442,421,1289,510,2217,1871,6133,ml.po,,ml,,malayalam,,,ml,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,1871,5682,6409,0,0,0,451,1871,6133,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,445,1066,1175,339,874,1087,4193,1871,6133,gu.po,,gu,,gujarati,,,gu,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,1870,5681,5947,0,0,1,452,1871,6133,pl.po,,pl,,polish,,,pl,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,1870,5681,5369,0,0,1,452,1871,6133,sv.po,,sv,,swedish,,,sv,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,1870,5681,5677,0,0,1,452,1871,6133,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,1414,4456,6066,0,0,457,1677,1871,6133,vi.po,,vi,,vietnamese,,,vi,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,1201,3897,3642,0,0,670,2236,1871,6133,ta.po,,ta,,tamil,,,ta,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,1201,3897,3448,0,0,670,2236,1871,6133,ug.po,,ug,,uyghur,,,ug,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,492,1239,1321,11,28,1368,4866,1871,6133,cy.po,,cy,,welsh,,,cy,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,1870,5681,5793,0,0,1,452,1871,6133,cs.po,,cs,,czech,,,cs,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,118,143,175,0,0,1753,5990,1871,6133,si.po,,si,,sinhala,,,si,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,177,277,302,3,6,1691,5850,1871,6133,bn_in.po,,bn,in,bangla,,india,bn_in,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,579,1433,1386,351,999,941,3701,1871,6133,ko.po,,ko,,korean,,,ko,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,1870,5681,6529,0,0,1,452,1871,6133,it.po,,it,,italian,,,it,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,1870,5681,6171,0,0,1,452,1871,6133,sl.po,,sl,,slovenian,,,sl,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,1657,4957,4757,67,172,147,1004,1871,6133,nb.po,,nb,,norwegian bokmål,,,nb,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,1843,5568,6996,0,0,28,565,1871,6133,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,1867,5675,5449,0,0,4,458,1871,6133,da.po,,da,,danish,,,da,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,1315,4011,4162,0,0,556,2122,1871,6133,bn.po,,bn,,bangla,,,bn,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,1290,3823,4071,14,94,567,2216,1871,6133,pa.po,,pa,,punjabi,,,pa,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,1871,5682,5691,0,0,0,451,1871,6133,id.po,,id,,indonesian,,,id,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,644,2053,2031,14,47,1213,4033,1871,6133,he.po,,he,,hebrew,,,he,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,1659,4874,4584,0,0,212,1259,1871,6133,eu.po,,eu,,basque,,,eu,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,456,940,924,0,0,1415,5193,1871,6133,ms.po,,ms,,malay,,,ms,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,342,467,484,408,1727,1121,3939,1871,6133,kn.po,,kn,,kannada,,,kn,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,1843,5568,5540,0,0,28,565,1871,6133,uk.po,,uk,,ukrainian,,,uk,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,1855,5603,7084,0,0,16,530,1871,6133,ca.po,,ca,,catalan,,,ca,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,92,101,107,0,0,1779,6032,1871,6133,kk.po,,kk,,kazakh,,,kk,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,360,729,695,183,327,1328,5077,1871,6133,et.po,,et,,estonian,,,et,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,1870,5681,6647,0,0,1,452,1871,6133,es.po,,es,,spanish,,,es,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,1337,4314,4887,0,0,534,1819,1871,6133,ast.po,,ast,,asturian,,,ast,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,562,1404,1577,158,277,1151,4452,1871,6133,or.po,,or,,odia,,,or,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,1739,5344,6073,0,0,132,789,1871,6133,pt.po,,pt,,portuguese,,,pt,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,187,516,565,2,2,1682,5615,1871,6133,fur.po,,fur,,friulian,,,fur,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,139,209,217,273,355,1459,5569,1871,6133,is.po,,is,,icelandic,,,is,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,1725,5323,5828,0,0,146,810,1871,6133,bg.po,,bg,,bulgarian,,,bg,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,1871,5682,6434,0,0,0,451,1871,6133,ro.po,,ro,,romanian,,,ro,po -orca-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,1739,5344,6270,0,0,132,789,1871,6133,oc.po,,oc,,occitan,,,oc,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,81,476,81,476,lt.po,,lt,,lithuanian,,,lt,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ca.po,81,476,570,0,0,0,0,81,476,ca.po,,ca,,catalan,,,ca,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/pl.po,81,476,415,0,0,0,0,81,476,pl.po,,pl,,polish,,,pl,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,81,476,81,476,kn.po,,kn,,kannada,,,kn,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,81,476,81,476,ast.po,,ast,,asturian,,,ast,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/cs.po,81,476,387,0,0,0,0,81,476,cs.po,,cs,,czech,,,cs,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,81,476,81,476,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/de.po,81,476,519,0,0,0,0,81,476,de.po,,de,,german,,,de,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/lv.po,80,469,373,0,0,1,7,81,476,lv.po,,lv,,latvian,,,lv,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,81,476,81,476,sq.po,,sq,,albanian,,,sq,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,81,476,81,476,te.po,,te,,telugu,,,te,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/da.po,81,476,433,0,0,0,0,81,476,da.po,,da,,danish,,,da,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/oc.po,81,476,503,0,0,0,0,81,476,oc.po,,oc,,occitan,,,oc,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/sl.po,81,476,404,0,0,0,0,81,476,sl.po,,sl,,slovenian,,,sl,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/id.po,81,476,392,0,0,0,0,81,476,id.po,,id,,indonesian,,,id,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/gl.po,81,476,549,0,0,0,0,81,476,gl.po,,gl,,galician,,,gl,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ru.po,81,476,378,0,0,0,0,81,476,ru.po,,ru,,russian,,,ru,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/sk.po,81,476,409,0,0,0,0,81,476,sk.po,,sk,,slovak,,,sk,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/uk.po,81,476,434,0,0,0,0,81,476,uk.po,,uk,,ukrainian,,,uk,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/hr.po,81,476,385,0,0,0,0,81,476,hr.po,,hr,,croatian,,,hr,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/zh_tw.po,1,2,1,0,0,80,474,81,476,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/pt_br.po,81,476,501,0,0,0,0,81,476,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,81,476,81,476,bg.po,,bg,,bulgarian,,,bg,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,81,476,81,476,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,81,476,81,476,he.po,,he,,hebrew,,,he,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/tr.po,81,476,324,0,0,0,0,81,476,tr.po,,tr,,turkish,,,tr,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,81,476,81,476,ga.po,,ga,,irish,,,ga,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,81,476,81,476,bn_in.po,,bn,in,bangla,,india,bn_in,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,81,476,81,476,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,81,476,81,476,mr.po,,mr,,marathi,,,mr,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,81,476,81,476,ta.po,,ta,,tamil,,,ta,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,81,476,81,476,cy.po,,cy,,welsh,,,cy,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,81,476,81,476,or.po,,or,,odia,,,or,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,81,476,81,476,nb.po,,nb,,norwegian bokmål,,,nb,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/it.po,81,476,513,0,0,0,0,81,476,it.po,,it,,italian,,,it,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,81,476,81,476,ar.po,,ar,,arabic,,,ar,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,81,476,81,476,az.po,,az,,azerbaijani,,,az,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/fr.po,81,476,504,0,0,0,0,81,476,fr.po,,fr,,french,,,fr,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,81,476,81,476,ml.po,,ml,,malayalam,,,ml,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/fi.po,81,476,402,0,0,0,0,81,476,fi.po,,fi,,finnish,,,fi,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,81,476,81,476,fo.po,,fo,,faroese,,,fo,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/pa.po,74,425,444,0,0,7,51,81,476,pa.po,,pa,,punjabi,,,pa,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/pt.po,81,476,466,0,0,0,0,81,476,pt.po,,pt,,portuguese,,,pt,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/nl.po,80,469,498,0,0,1,7,81,476,nl.po,,nl,,dutch,,,nl,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,81,476,81,476,hi.po,,hi,,hindi,,,hi,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/hu.po,81,476,396,0,0,0,0,81,476,hu.po,,hu,,hungarian,,,hu,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/fur.po,81,476,579,0,0,0,0,81,476,fur.po,,fur,,friulian,,,fur,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/en_gb.po,81,476,476,0,0,0,0,81,476,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/es.po,81,476,563,0,0,0,0,81,476,es.po,,es,,spanish,,,es,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/zh_cn.po,81,476,95,0,0,0,0,81,476,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,81,476,81,476,th.po,,th,,thai,,,th,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,81,476,81,476,ia.po,,ia,,interlingua,,,ia,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,81,476,81,476,vi.po,,vi,,vietnamese,,,vi,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,81,476,81,476,wa.po,,wa,,walloon,,,wa,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ja.po,81,476,95,0,0,0,0,81,476,ja.po,,ja,,japanese,,,ja,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,81,476,81,476,ro.po,,ro,,romanian,,,ro,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,81,476,81,476,nn.po,,nn,,norwegian nynorsk,,,nn,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/eo.po,14,58,55,0,0,67,418,81,476,eo.po,,eo,,esperanto,,,eo,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/kk.po,4,12,11,0,0,77,464,81,476,kk.po,,kk,,kazakh,,,kk,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ko.po,81,476,327,0,0,0,0,81,476,ko.po,,ko,,korean,,,ko,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,81,476,81,476,as.po,,as,,assamese,,,as,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,81,476,81,476,et.po,,et,,estonian,,,et,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,81,476,81,476,fa.po,,fa,,persian,,,fa,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ka.po,31,156,107,0,0,50,320,81,476,ka.po,,ka,,georgian,,,ka,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,81,476,81,476,gu.po,,gu,,gujarati,,,gu,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/el.po,81,476,532,0,0,0,0,81,476,el.po,,el,,greek,,,el,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,81,476,81,476,eu.po,,eu,,basque,,,eu,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/en@quot.po,81,476,476,0,0,0,0,81,476,en@quot.po,quot,en,,english,,,en@quot,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,81,476,81,476,ms.po,,ms,,malay,,,ms,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/sv.po,81,476,406,0,0,0,0,81,476,sv.po,,sv,,swedish,,,sv,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/en@boldquot.po,81,476,476,0,0,0,0,81,476,en@boldquot.po,boldquot,en,,english,,,en@boldquot,po -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv,po/sr.po,81,476,417,0,0,0,0,81,476,sr.po,,sr,,serbian,,,sr,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/eo.po,85,180,166,0,0,241,1148,326,1328,eo.po,,eo,,esperanto,,,eo,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/sr.po,310,1239,1178,0,0,16,89,326,1328,sr.po,,sr,,serbian,,,sr,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/nl.po,310,1239,1244,0,0,16,89,326,1328,nl.po,,nl,,dutch,,,nl,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/cs.po,321,1282,1318,0,0,5,46,326,1328,cs.po,,cs,,czech,,,cs,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/tr.po,310,1239,1096,0,0,16,89,326,1328,tr.po,,tr,,turkish,,,tr,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/mr.po,239,877,920,0,0,87,451,326,1328,mr.po,,mr,,marathi,,,mr,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/he.po,242,893,846,0,0,84,435,326,1328,he.po,,he,,hebrew,,,he,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/bn_in.po,239,877,1077,0,0,87,451,326,1328,bn_in.po,,bn,in,bangla,,india,bn_in,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,326,1328,326,1328,ar.po,,ar,,arabic,,,ar,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/pl.po,321,1282,1237,0,0,5,46,326,1328,pl.po,,pl,,polish,,,pl,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/uk.po,321,1282,1276,0,0,5,46,326,1328,uk.po,,uk,,ukrainian,,,uk,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,326,1328,326,1328,cy.po,,cy,,welsh,,,cy,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,326,1328,326,1328,nn.po,,nn,,norwegian nynorsk,,,nn,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/hr.po,318,1275,1177,0,0,8,53,326,1328,hr.po,,hr,,croatian,,,hr,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ast.po,27,38,41,0,0,299,1290,326,1328,ast.po,,ast,,asturian,,,ast,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/sr@latin.po,242,903,856,0,0,84,425,326,1328,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,326,1328,326,1328,sq.po,,sq,,albanian,,,sq,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ca.po,321,1282,1615,0,0,5,46,326,1328,ca.po,,ca,,catalan,,,ca,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/br.po,126,370,490,2,6,198,952,326,1328,br.po,,br,,breton,,,br,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/fr.po,310,1239,1639,0,0,16,89,326,1328,fr.po,,fr,,french,,,fr,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/zh_cn.po,319,1277,338,0,0,7,51,326,1328,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,326,1328,326,1328,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/sv.po,319,1277,1201,0,0,7,51,326,1328,sv.po,,sv,,swedish,,,sv,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/nb.po,20,73,71,0,0,306,1255,326,1328,nb.po,,nb,,norwegian bokmål,,,nb,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,326,1328,326,1328,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/bg.po,247,931,1041,0,0,79,397,326,1328,bg.po,,bg,,bulgarian,,,bg,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/en_gb.po,321,1282,1282,0,0,5,46,326,1328,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/it.po,321,1282,1457,0,0,5,46,326,1328,it.po,,it,,italian,,,it,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/oc.po,138,339,427,0,0,188,989,326,1328,oc.po,,oc,,occitan,,,oc,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/es.po,302,1195,1391,0,0,24,133,326,1328,es.po,,es,,spanish,,,es,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ml.po,239,877,740,0,0,87,451,326,1328,ml.po,,ml,,malayalam,,,ml,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/kk.po,117,326,296,0,0,209,1002,326,1328,kk.po,,kk,,kazakh,,,kk,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/de.po,321,1282,1320,0,0,5,46,326,1328,de.po,,de,,german,,,de,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/lt.po,263,1013,873,0,0,63,315,326,1328,lt.po,,lt,,lithuanian,,,lt,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ja.po,285,1108,330,0,0,41,220,326,1328,ja.po,,ja,,japanese,,,ja,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/zh_tw.po,321,1282,354,0,0,5,46,326,1328,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/te.po,239,877,703,0,0,87,451,326,1328,te.po,,te,,telugu,,,te,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/hi.po,239,877,1118,0,0,87,451,326,1328,hi.po,,hi,,hindi,,,hi,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/as.po,239,877,1004,0,0,87,451,326,1328,as.po,,as,,assamese,,,as,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/id.po,321,1282,1259,0,0,5,46,326,1328,id.po,,id,,indonesian,,,id,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/pa.po,310,1239,1633,0,0,16,89,326,1328,pa.po,,pa,,punjabi,,,pa,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/pt_br.po,321,1282,1477,0,0,5,46,326,1328,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,326,1328,326,1328,fo.po,,fo,,faroese,,,fo,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,326,1328,326,1328,wa.po,,wa,,walloon,,,wa,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/gu.po,239,877,1112,0,0,87,451,326,1328,gu.po,,gu,,gujarati,,,gu,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,326,1328,326,1328,az.po,,az,,azerbaijani,,,az,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/el.po,305,1211,1330,0,0,21,117,326,1328,el.po,,el,,greek,,,el,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,326,1328,326,1328,ga.po,,ga,,irish,,,ga,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/kn.po,239,877,772,0,0,87,451,326,1328,kn.po,,kn,,kannada,,,kn,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/fi.po,290,1142,902,0,0,36,186,326,1328,fi.po,,fi,,finnish,,,fi,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ro.po,247,931,1057,0,0,79,397,326,1328,ro.po,,ro,,romanian,,,ro,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ms.po,2,6,6,0,0,324,1322,326,1328,ms.po,,ms,,malay,,,ms,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ru.po,321,1282,1130,0,0,5,46,326,1328,ru.po,,ru,,russian,,,ru,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ia.po,81,318,381,0,0,245,1010,326,1328,ia.po,,ia,,interlingua,,,ia,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/da.po,310,1239,1176,0,0,16,89,326,1328,da.po,,da,,danish,,,da,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/eu.po,310,1239,1114,0,0,16,89,326,1328,eu.po,,eu,,basque,,,eu,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,326,1328,326,1328,vi.po,,vi,,vietnamese,,,vi,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/gl.po,305,1211,1415,0,0,21,117,326,1328,gl.po,,gl,,galician,,,gl,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ka.po,54,118,104,0,0,272,1210,326,1328,ka.po,,ka,,georgian,,,ka,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/lv.po,261,1007,851,0,0,65,321,326,1328,lv.po,,lv,,latvian,,,lv,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/or.po,239,877,941,0,0,87,451,326,1328,or.po,,or,,odia,,,or,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/th.po,21,77,33,0,0,305,1251,326,1328,th.po,,th,,thai,,,th,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/sl.po,305,1211,1195,0,0,21,117,326,1328,sl.po,,sl,,slovenian,,,sl,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,326,1328,326,1328,fa.po,,fa,,persian,,,fa,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/hu.po,319,1277,1100,0,0,7,51,326,1328,hu.po,,hu,,hungarian,,,hu,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ta.po,239,877,703,0,0,87,451,326,1328,ta.po,,ta,,tamil,,,ta,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/sk.po,321,1282,1283,0,0,5,46,326,1328,sk.po,,sk,,slovak,,,sk,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/pt.po,307,1221,1445,0,0,19,107,326,1328,pt.po,,pt,,portuguese,,,pt,po -packagekit-1.1.12-11.fc31.src.rpm.stats.csv,po/ko.po,319,1277,1103,0,0,7,51,326,1328,ko.po,,ko,,korean,,,ko,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/zu.po,85,371,317,4,27,31,199,120,597,zu.po,,zu,,zulu,,,zu,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/zh_tw.po,117,575,215,3,22,0,0,120,597,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,120,597,120,597,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/zh_cn.po,117,575,217,3,22,0,0,120,597,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,120,597,120,597,yo.po,,yo,,yoruba,,,yo,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/vi.po,115,562,794,5,35,0,0,120,597,vi.po,,vi,,vietnamese,,,vi,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,120,597,120,597,ur.po,,ur,,urdu,,,ur,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/uk.po,119,595,597,1,2,0,0,120,597,uk.po,,uk,,ukrainian,,,uk,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,120,597,120,597,tw.po,,tw,,twi,,,tw,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/tr.po,117,575,506,3,22,0,0,120,597,tr.po,,tr,,turkish,,,tr,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,120,597,120,597,th.po,,th,,thai,,,th,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,120,597,120,597,tg.po,,tg,,tajik,,,tg,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/te.po,117,575,470,3,22,0,0,120,597,te.po,,te,,telugu,,,te,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ta.po,117,575,483,3,22,0,0,120,597,ta.po,,ta,,tamil,,,ta,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/sv.po,117,575,541,3,22,0,0,120,597,sv.po,,sv,,swedish,,,sv,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/sr.po,117,575,587,3,22,0,0,120,597,sr.po,,sr,,serbian,,,sr,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/sr@latin.po,114,559,572,5,35,1,3,120,597,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,120,597,120,597,sq.po,,sq,,albanian,,,sq,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,120,597,120,597,sl.po,,sl,,slovenian,,,sl,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/sk.po,117,575,566,3,22,0,0,120,597,sk.po,,sk,,slovak,,,sk,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/si.po,90,410,450,4,27,26,160,120,597,si.po,,si,,sinhala,,,si,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ru.po,117,575,598,3,22,0,0,120,597,ru.po,,ru,,russian,,,ru,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,120,597,120,597,ro.po,,ro,,romanian,,,ro,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/pt.po,117,575,699,3,22,0,0,120,597,pt.po,,pt,,portuguese,,,pt,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/pt_br.po,117,575,627,3,22,0,0,120,597,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/pl.po,119,595,591,1,2,0,0,120,597,pl.po,,pl,,polish,,,pl,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/pa.po,117,575,677,3,22,0,0,120,597,pa.po,,pa,,punjabi,,,pa,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/or.po,117,575,655,3,22,0,0,120,597,or.po,,or,,odia,,,or,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,120,597,120,597,nso.po,,nso,,northern sotho,,,nso,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,120,597,120,597,nn.po,,nn,,norwegian nynorsk,,,nn,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/nl.po,117,575,572,3,22,0,0,120,597,nl.po,,nl,,dutch,,,nl,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,120,597,120,597,ne.po,,ne,,nepali,,,ne,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,120,597,120,597,nds.po,,nds,,low german,,,nds,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/nb.po,117,575,543,3,22,0,0,120,597,nb.po,,nb,,norwegian bokmål,,,nb,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,120,597,120,597,my.po,,my,,burmese,,,my,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ms.po,1,4,4,1,2,118,591,120,597,ms.po,,ms,,malay,,,ms,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/mr.po,117,575,598,3,22,0,0,120,597,mr.po,,mr,,marathi,,,mr,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,120,597,120,597,mn.po,,mn,,mongolian,,,mn,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ml.po,117,575,504,3,22,0,0,120,597,ml.po,,ml,,malayalam,,,ml,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,120,597,120,597,mk.po,,mk,,macedonian,,,mk,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,120,597,120,597,mai.po,,mai,,maithili,,,mai,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,120,597,120,597,lv.po,,lv,,latvian,,,lv,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,120,597,120,597,lt.po,,lt,,lithuanian,,,lt,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,120,597,120,597,ky.po,,ky,,kyrgyz,,,ky,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,120,597,120,597,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,120,597,120,597,kw.po,,kw,,cornish,,,kw,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,120,597,120,597,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,120,597,120,597,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ko.po,117,575,508,3,22,0,0,120,597,ko.po,,ko,,korean,,,ko,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/kn.po,117,575,512,3,22,0,0,120,597,kn.po,,kn,,kannada,,,kn,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/km.po,81,344,168,4,27,35,226,120,597,km.po,,km,,khmer,,,km,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/kk.po,117,575,553,3,22,0,0,120,597,kk.po,,kk,,kazakh,,,kk,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ka.po,31,87,77,1,2,88,508,120,597,ka.po,,ka,,georgian,,,ka,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ja.po,117,575,192,3,22,0,0,120,597,ja.po,,ja,,japanese,,,ja,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/it.po,117,575,614,3,22,0,0,120,597,it.po,,it,,italian,,,it,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,120,597,120,597,is.po,,is,,icelandic,,,is,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,120,597,120,597,ilo.po,,ilo,,iloko,,,ilo,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/id.po,47,215,203,0,0,73,382,120,597,id.po,,id,,indonesian,,,id,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ia.po,117,575,695,3,22,0,0,120,597,ia.po,,ia,,interlingua,,,ia,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/hu.po,117,575,544,3,22,0,0,120,597,hu.po,,hu,,hungarian,,,hu,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,120,597,120,597,hr.po,,hr,,croatian,,,hr,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/hi.po,117,575,665,3,22,0,0,120,597,hi.po,,hi,,hindi,,,hi,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/he.po,44,198,180,4,27,72,372,120,597,he.po,,he,,hebrew,,,he,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/gu.po,117,575,639,3,22,0,0,120,597,gu.po,,gu,,gujarati,,,gu,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,120,597,120,597,gl.po,,gl,,galician,,,gl,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ga.po,117,575,779,3,22,0,0,120,597,ga.po,,ga,,irish,,,ga,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/fr.po,117,575,698,3,22,0,0,120,597,fr.po,,fr,,french,,,fr,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/fi.po,117,575,471,3,22,0,0,120,597,fi.po,,fi,,finnish,,,fi,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,120,597,120,597,fa.po,,fa,,persian,,,fa,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/eu.po,7,13,15,1,2,112,582,120,597,eu.po,,eu,,basque,,,eu,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/et.po,38,158,137,2,7,80,432,120,597,et.po,,et,,estonian,,,et,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/es.po,119,595,725,1,2,0,0,120,597,es.po,,es,,spanish,,,es,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,120,597,120,597,eo.po,,eo,,esperanto,,,eo,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,120,597,120,597,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/el.po,0,0,0,0,0,120,597,120,597,el.po,,el,,greek,,,el,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/de.po,117,575,579,3,22,0,0,120,597,de.po,,de,,german,,,de,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,120,597,120,597,de_ch.po,,de,ch,german,,switzerland,de_ch,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/da.po,117,575,569,3,22,0,0,120,597,da.po,,da,,danish,,,da,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,120,597,120,597,cy.po,,cy,,welsh,,,cy,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/cs.po,119,595,563,1,2,0,0,120,597,cs.po,,cs,,czech,,,cs,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ca.po,117,575,719,3,22,0,0,120,597,ca.po,,ca,,catalan,,,ca,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,120,597,120,597,bs.po,,bs,,bosnian,,,bs,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,120,597,120,597,brx.po,,brx,,bodo,,,brx,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,120,597,120,597,br.po,,br,,breton,,,br,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,120,597,120,597,bo.po,,bo,,tibetan,,,bo,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/bn.po,115,562,618,5,35,0,0,120,597,bn.po,,bn,,bangla,,,bn,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/bn_in.po,115,562,618,5,35,0,0,120,597,bn_in.po,,bn,in,bangla,,india,bn_in,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/bg.po,117,575,628,3,22,0,0,120,597,bg.po,,bg,,bulgarian,,,bg,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,120,597,120,597,be.po,,be,,belarusian,,,be,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,120,597,120,597,bal.po,,bal,,baluchi,,,bal,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,120,597,120,597,ast.po,,ast,,asturian,,,ast,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/as.po,117,575,617,3,22,0,0,120,597,as.po,,as,,assamese,,,as,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/ar.po,84,367,420,4,27,32,203,120,597,ar.po,,ar,,arabic,,,ar,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,120,597,120,597,anp.po,,anp,,angika,,,anp,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,120,597,120,597,am.po,,am,,amharic,,,am,po -pam-1.3.1-18.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,120,597,120,597,af.po,,af,,afrikaans,,,af,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/zh_tw.po,529,4216,1526,19,178,22,280,570,4674,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/zh_cn.po,529,4216,1541,20,186,21,272,570,4674,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/vi.po,529,4216,5619,20,186,21,272,570,4674,vi.po,,vi,,vietnamese,,,vi,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/uk.po,529,4216,3904,20,186,21,272,570,4674,uk.po,,uk,,ukrainian,,,uk,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/tr.po,529,4216,3526,20,186,21,272,570,4674,tr.po,,tr,,turkish,,,tr,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/sv.po,529,4216,4000,20,186,21,272,570,4674,sv.po,,sv,,swedish,,,sv,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/sr.po,529,4216,4120,19,178,22,280,570,4674,sr.po,,sr,,serbian,,,sr,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/sl.po,493,3866,3642,48,472,29,336,570,4674,sl.po,,sl,,slovenian,,,sl,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/sk.po,515,4091,3783,30,279,25,304,570,4674,sk.po,,sk,,slovak,,,sk,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/rw.po,16,16,17,231,2188,323,2470,570,4674,rw.po,,rw,,kinyarwanda,,,rw,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/ru.po,529,4216,3845,19,178,22,280,570,4674,ru.po,,ru,,russian,,,ru,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/ro.po,110,663,741,45,437,415,3574,570,4674,ro.po,,ro,,romanian,,,ro,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/pt_br.po,529,4216,4772,20,186,21,272,570,4674,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/pt.po,111,762,834,124,1048,335,2864,570,4674,pt.po,,pt,,portuguese,,,pt,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/pl.po,529,4216,4057,19,178,22,280,570,4674,pl.po,,pl,,polish,,,pl,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/nn.po,156,1028,957,118,1224,296,2422,570,4674,nn.po,,nn,,norwegian nynorsk,,,nn,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/nl.po,529,4216,4184,20,186,21,272,570,4674,nl.po,,nl,,dutch,,,nl,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/ko.po,529,4216,3539,19,178,22,280,570,4674,ko.po,,ko,,korean,,,ko,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/ja.po,529,4216,1572,19,178,22,280,570,4674,ja.po,,ja,,japanese,,,ja,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/it.po,529,4216,4476,19,178,22,280,570,4674,it.po,,it,,italian,,,it,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/id.po,484,3785,3733,50,484,36,405,570,4674,id.po,,id,,indonesian,,,id,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/hu.po,529,4216,3663,19,178,22,280,570,4674,hu.po,,hu,,hungarian,,,hu,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/gl.po,325,2304,2719,26,190,219,2180,570,4674,gl.po,,gl,,galician,,,gl,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/fur.po,529,4216,5097,19,178,22,280,570,4674,fur.po,,fur,,friulian,,,fur,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/fr.po,529,4216,5025,19,178,22,280,570,4674,fr.po,,fr,,french,,,fr,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/es.po,215,1659,1940,85,758,270,2257,570,4674,es.po,,es,,spanish,,,es,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/de.po,529,4216,4172,19,178,22,280,570,4674,de.po,,de,,german,,,de,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/da.po,414,3006,2909,43,348,113,1320,570,4674,da.po,,da,,danish,,,da,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/cs.po,451,3611,3186,61,558,58,505,570,4674,cs.po,,cs,,czech,,,cs,po -parted-3.2.153-1.fc31.src.rpm.stats.csv,po/ca.po,153,1003,1149,118,1175,299,2496,570,4674,ca.po,,ca,,catalan,,,ca,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/zh_tw.po,56,329,125,0,0,1,7,57,336,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,57,336,57,336,gl.po,,gl,,galician,,,gl,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/bs.po,49,267,299,0,0,8,69,57,336,bs.po,,bs,,bosnian,,,bs,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ast.po,49,267,318,0,0,8,69,57,336,ast.po,,ast,,asturian,,,ast,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/fi.po,56,329,282,0,0,1,7,57,336,fi.po,,fi,,finnish,,,fi,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/eu.po,21,88,81,0,0,36,248,57,336,eu.po,,eu,,basque,,,eu,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,57,336,57,336,ur.po,,ur,,urdu,,,ur,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/nl.po,56,329,357,0,0,1,7,57,336,nl.po,,nl,,dutch,,,nl,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ko.po,56,329,333,0,0,1,7,57,336,ko.po,,ko,,korean,,,ko,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,57,336,57,336,my.po,,my,,burmese,,,my,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/cs.po,56,329,306,0,0,1,7,57,336,cs.po,,cs,,czech,,,cs,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ml.po,56,329,329,0,0,1,7,57,336,ml.po,,ml,,malayalam,,,ml,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/as.po,54,306,380,0,0,3,30,57,336,as.po,,as,,assamese,,,as,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/tr.po,56,329,315,0,0,1,7,57,336,tr.po,,tr,,turkish,,,tr,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/nds.po,17,51,52,0,0,40,285,57,336,nds.po,,nds,,low german,,,nds,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/sk.po,56,329,314,0,0,1,7,57,336,sk.po,,sk,,slovak,,,sk,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/te.po,54,306,297,0,0,3,30,57,336,te.po,,te,,telugu,,,te,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/sr@latin.po,49,267,288,0,0,8,69,57,336,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ja.po,54,306,137,0,0,3,30,57,336,ja.po,,ja,,japanese,,,ja,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/bn.po,54,306,348,0,0,3,30,57,336,bn.po,,bn,,bangla,,,bn,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/sl.po,54,306,319,0,0,3,30,57,336,sl.po,,sl,,slovenian,,,sl,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/da.po,56,329,310,0,0,1,7,57,336,da.po,,da,,danish,,,da,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,57,336,57,336,cy.po,,cy,,welsh,,,cy,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/bg.po,54,306,338,0,0,3,30,57,336,bg.po,,bg,,bulgarian,,,bg,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/fa.po,20,97,118,0,0,37,239,57,336,fa.po,,fa,,persian,,,fa,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/fr.po,56,329,425,0,0,1,7,57,336,fr.po,,fr,,french,,,fr,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/or.po,49,267,328,0,0,8,69,57,336,or.po,,or,,odia,,,or,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,57,336,57,336,hy.po,,hy,,armenian,,,hy,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/is.po,17,56,50,0,0,40,280,57,336,is.po,,is,,icelandic,,,is,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/pa.po,49,267,305,0,0,8,69,57,336,pa.po,,pa,,punjabi,,,pa,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/es.po,56,329,397,0,0,1,7,57,336,es.po,,es,,spanish,,,es,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ms.po,41,225,226,0,0,16,111,57,336,ms.po,,ms,,malay,,,ms,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/id.po,56,329,351,0,0,1,7,57,336,id.po,,id,,indonesian,,,id,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/en_gb.po,49,267,267,0,0,8,69,57,336,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/pt_br.po,56,329,401,0,0,1,7,57,336,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ka.po,42,212,200,0,0,15,124,57,336,ka.po,,ka,,georgian,,,ka,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/pl.po,56,329,321,0,0,1,7,57,336,pl.po,,pl,,polish,,,pl,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,57,336,57,336,lo.po,,lo,,lao,,,lo,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/sv.po,56,329,311,0,0,1,7,57,336,sv.po,,sv,,swedish,,,sv,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,57,336,57,336,wa.po,,wa,,walloon,,,wa,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/sr.po,56,329,342,0,0,1,7,57,336,sr.po,,sr,,serbian,,,sr,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/el.po,54,306,347,0,0,3,30,57,336,el.po,,el,,greek,,,el,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/nb.po,54,306,292,0,0,3,30,57,336,nb.po,,nb,,norwegian bokmål,,,nb,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/it.po,56,329,352,0,0,1,7,57,336,it.po,,it,,italian,,,it,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ar.po,49,267,291,0,0,8,69,57,336,ar.po,,ar,,arabic,,,ar,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,57,336,57,336,ku.po,,ku,,kurdish,,,ku,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ro.po,54,306,335,0,0,3,30,57,336,ro.po,,ro,,romanian,,,ro,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,57,336,57,336,vi.po,,vi,,vietnamese,,,vi,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/hr.po,47,259,289,0,0,10,77,57,336,hr.po,,hr,,croatian,,,hr,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/hu.po,56,329,321,0,0,1,7,57,336,hu.po,,hu,,hungarian,,,hu,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/mr.po,49,267,284,0,0,8,69,57,336,mr.po,,mr,,marathi,,,mr,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,57,336,57,336,he.po,,he,,hebrew,,,he,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/kn.po,54,306,303,0,0,3,30,57,336,kn.po,,kn,,kannada,,,kn,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,57,336,57,336,et.po,,et,,estonian,,,et,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/de.po,56,329,343,0,0,1,7,57,336,de.po,,de,,german,,,de,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ru.po,56,329,302,0,0,1,7,57,336,ru.po,,ru,,russian,,,ru,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/hi.po,49,267,327,0,0,8,69,57,336,hi.po,,hi,,hindi,,,hi,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/bn_in.po,54,306,348,0,0,3,30,57,336,bn_in.po,,bn,in,bangla,,india,bn_in,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/zh_cn.po,56,329,118,0,0,1,7,57,336,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ta.po,49,267,246,0,0,8,69,57,336,ta.po,,ta,,tamil,,,ta,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/ca.po,56,329,443,0,0,1,7,57,336,ca.po,,ca,,catalan,,,ca,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/sq.po,56,329,400,0,0,1,7,57,336,sq.po,,sq,,albanian,,,sq,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/gu.po,49,267,300,0,0,8,69,57,336,gu.po,,gu,,gujarati,,,gu,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/pt.po,56,329,398,0,0,1,7,57,336,pt.po,,pt,,portuguese,,,pt,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/mk.po,47,259,305,0,0,10,77,57,336,mk.po,,mk,,macedonian,,,mk,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,57,336,57,336,si.po,,si,,sinhala,,,si,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,57,336,57,336,nn.po,,nn,,norwegian nynorsk,,,nn,po -passwd-0.80-6.fc31.src.rpm.stats.csv,po/uk.po,56,329,351,0,0,1,7,57,336,uk.po,,uk,,ukrainian,,,uk,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/tr.po,17,63,58,0,0,0,0,17,63,tr.po,,tr,,turkish,,,tr,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/sv.po,17,63,69,0,0,0,0,17,63,sv.po,,sv,,swedish,,,sv,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/sr@latin.po,17,63,72,0,0,0,0,17,63,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/sr.po,17,63,72,0,0,0,0,17,63,sr.po,,sr,,serbian,,,sr,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/sl.po,17,63,77,0,0,0,0,17,63,sl.po,,sl,,slovenian,,,sl,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/ro.po,17,63,73,0,0,0,0,17,63,ro.po,,ro,,romanian,,,ro,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/pt_br.po,17,63,68,0,0,0,0,17,63,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/pt.po,10,31,34,2,9,5,23,17,63,pt.po,,pt,,portuguese,,,pt,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/pl.po,17,63,81,0,0,0,0,17,63,pl.po,,pl,,polish,,,pl,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/id.po,17,63,66,0,0,0,0,17,63,id.po,,id,,indonesian,,,id,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/hu.po,17,63,63,0,0,0,0,17,63,hu.po,,hu,,hungarian,,,hu,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/hr.po,17,63,62,0,0,0,0,17,63,hr.po,,hr,,croatian,,,hr,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/fur.po,17,63,77,0,0,0,0,17,63,fur.po,,fur,,friulian,,,fur,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/es.po,17,63,75,0,0,0,0,17,63,es.po,,es,,spanish,,,es,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/el.po,10,31,32,2,9,5,23,17,63,el.po,,el,,greek,,,el,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/de.po,17,63,63,0,0,0,0,17,63,de.po,,de,,german,,,de,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/da.po,17,63,63,0,0,0,0,17,63,da.po,,da,,danish,,,da,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/cs.po,17,63,69,0,0,0,0,17,63,cs.po,,cs,,czech,,,cs,po -phodav-2.3-2.fc31.src.rpm.stats.csv,po/bs.po,10,31,35,2,9,5,23,17,63,bs.po,,bs,,bosnian,,,bs,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/ru.po,53,315,297,1,6,0,0,54,321,ru.po,,ru,,russian,,,ru,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/pl.po,51,307,319,3,14,0,0,54,321,pl.po,,pl,,polish,,,pl,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/cs.po,53,315,304,1,6,0,0,54,321,cs.po,,cs,,czech,,,cs,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/vi.po,53,315,437,1,6,0,0,54,321,vi.po,,vi,,vietnamese,,,vi,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/de.po,49,203,205,4,111,1,7,54,321,de.po,,de,,german,,,de,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/pt_br.po,53,315,362,1,6,0,0,54,321,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/eu.po,52,311,306,2,10,0,0,54,321,eu.po,,eu,,basque,,,eu,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/ro.po,53,315,363,1,6,0,0,54,321,ro.po,,ro,,romanian,,,ro,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/sv.po,22,83,84,8,40,24,198,54,321,sv.po,,sv,,swedish,,,sv,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/nl.po,53,315,336,1,6,0,0,54,321,nl.po,,nl,,dutch,,,nl,po -pinfo-0.6.10-23.fc31.src.rpm.stats.csv,po/ja.po,40,169,58,7,124,7,28,54,321,ja.po,,ja,,japanese,,,ja,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ko.po,28,236,197,0,0,1050,7442,1078,7678,ko.po,,ko,,korean,,,ko,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/es.po,28,236,244,0,0,1050,7442,1078,7678,es.po,,es,,spanish,,,es,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/da.po,28,236,210,0,0,1050,7442,1078,7678,da.po,,da,,danish,,,da,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/cs.po,1,1,1,0,0,1077,7677,1078,7678,cs.po,,cs,,czech,,,cs,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/hu.po,19,116,98,0,0,1059,7562,1078,7678,hu.po,,hu,,hungarian,,,hu,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/zh_cn.po,28,236,110,0,0,1050,7442,1078,7678,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/pt_br.po,28,236,263,0,0,1050,7442,1078,7678,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ja.po,28,236,117,0,0,1050,7442,1078,7678,ja.po,,ja,,japanese,,,ja,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/nl.po,28,236,240,0,0,1050,7442,1078,7678,nl.po,,nl,,dutch,,,nl,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ru.po,28,236,222,0,0,1050,7442,1078,7678,ru.po,,ru,,russian,,,ru,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/zh_tw.po,28,236,80,0,0,1050,7442,1078,7678,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/pl.po,28,236,223,0,0,1050,7442,1078,7678,pl.po,,pl,,polish,,,pl,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/sv.po,28,236,211,0,0,1050,7442,1078,7678,sv.po,,sv,,swedish,,,sv,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/fr.po,28,236,297,0,0,1050,7442,1078,7678,fr.po,,fr,,french,,,fr,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/de.po,28,236,233,0,0,1050,7442,1078,7678,de.po,,de,,german,,,de,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/uk.po,28,236,227,0,0,1050,7442,1078,7678,uk.po,,uk,,ukrainian,,,uk,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/it.po,8,89,89,20,147,1050,7442,1078,7678,it.po,,it,,italian,,,it,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bn_in.po,564,3618,3652,0,0,514,4060,1078,7678,bn_in.po,,bn,in,bangla,,india,bn_in,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/zu.po,10,10,11,0,0,1068,7668,1078,7678,zu.po,,zu,,zulu,,,zu,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/as.po,564,3618,3545,0,0,514,4060,1078,7678,as.po,,as,,assamese,,,as,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/kn.po,565,3619,2964,0,0,513,4059,1078,7678,kn.po,,kn,,kannada,,,kn,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ia.po,18,19,20,0,0,1060,7659,1078,7678,ia.po,,ia,,interlingua,,,ia,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/fil.po,6,6,8,0,0,1072,7672,1078,7678,fil.po,,fil,,filipino,,,fil,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/zh_hk.po,4,4,4,0,0,1074,7674,1078,7678,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/fi.po,271,1282,1095,0,0,807,6396,1078,7678,fi.po,,fi,,finnish,,,fi,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bal.po,7,7,7,0,0,1071,7671,1078,7678,bal.po,,bal,,baluchi,,,bal,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ar.po,219,1149,1144,0,0,859,6529,1078,7678,ar.po,,ar,,arabic,,,ar,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/sr.po,224,1155,1250,0,0,854,6523,1078,7678,sr.po,,sr,,serbian,,,sr,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/sk.po,157,775,702,0,0,921,6903,1078,7678,sk.po,,sk,,slovak,,,sk,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/mai.po,184,932,1042,0,0,894,6746,1078,7678,mai.po,,mai,,maithili,,,mai,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/is.po,25,25,27,0,0,1053,7653,1078,7678,is.po,,is,,icelandic,,,is,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/el.po,55,109,111,0,0,1023,7569,1078,7678,el.po,,el,,greek,,,el,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/hr.po,171,813,814,0,0,907,6865,1078,7678,hr.po,,hr,,croatian,,,hr,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bg.po,244,1250,1448,0,0,834,6428,1078,7678,bg.po,,bg,,bulgarian,,,bg,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/eo.po,4,4,4,0,0,1074,7674,1078,7678,eo.po,,eo,,esperanto,,,eo,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/tg.po,20,20,24,0,0,1058,7658,1078,7678,tg.po,,tg,,tajik,,,tg,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/mn.po,8,8,8,0,0,1070,7670,1078,7678,mn.po,,mn,,mongolian,,,mn,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ga.po,8,8,9,0,0,1070,7670,1078,7678,ga.po,,ga,,irish,,,ga,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/or.po,564,3618,3813,0,0,514,4060,1078,7678,or.po,,or,,odia,,,or,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/de_ch.po,7,7,7,0,0,1071,7671,1078,7678,de_ch.po,,de,ch,german,,switzerland,de_ch,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/vi.po,20,21,35,0,0,1058,7657,1078,7678,vi.po,,vi,,vietnamese,,,vi,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/be.po,19,19,19,0,0,1059,7659,1078,7678,be.po,,be,,belarusian,,,be,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/sl.po,18,18,18,0,0,1060,7660,1078,7678,sl.po,,sl,,slovenian,,,sl,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/my.po,7,7,7,0,0,1071,7671,1078,7678,my.po,,my,,burmese,,,my,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lt.po,22,22,24,0,0,1056,7656,1078,7678,lt.po,,lt,,lithuanian,,,lt,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/af.po,10,10,11,0,0,1068,7668,1078,7678,af.po,,af,,afrikaans,,,af,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/en_gb.po,225,1158,1158,0,0,853,6520,1078,7678,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/sr@latin.po,220,1151,1245,0,0,858,6527,1078,7678,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/brx.po,1,1,2,0,0,1077,7677,1078,7678,brx.po,,brx,,bodo,,,brx,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ta.po,564,3618,2946,0,0,514,4060,1078,7678,ta.po,,ta,,tamil,,,ta,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ilo.po,8,8,10,0,0,1070,7670,1078,7678,ilo.po,,ilo,,iloko,,,ilo,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ms.po,80,432,420,0,0,998,7246,1078,7678,ms.po,,ms,,malay,,,ms,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lv.po,21,21,22,0,0,1057,7657,1078,7678,lv.po,,lv,,latvian,,,lv,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/pa.po,564,3618,4051,0,0,514,4060,1078,7678,pa.po,,pa,,punjabi,,,pa,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/gl.po,23,24,26,0,0,1055,7654,1078,7678,gl.po,,gl,,galician,,,gl,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/gu.po,564,3618,3833,0,0,514,4060,1078,7678,gu.po,,gu,,gujarati,,,gu,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bs.po,138,754,757,0,0,940,6924,1078,7678,bs.po,,bs,,bosnian,,,bs,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/kk.po,20,20,22,0,0,1058,7658,1078,7678,kk.po,,kk,,kazakh,,,kk,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bn.po,29,29,33,0,0,1049,7649,1078,7678,bn.po,,bn,,bangla,,,bn,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/tr.po,41,52,55,0,0,1037,7626,1078,7678,tr.po,,tr,,turkish,,,tr,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/fa.po,23,23,28,0,0,1055,7655,1078,7678,fa.po,,fa,,persian,,,fa,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ca.po,576,3679,4536,0,0,502,3999,1078,7678,ca.po,,ca,,catalan,,,ca,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/id.po,32,33,34,0,0,1046,7645,1078,7678,id.po,,id,,indonesian,,,id,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/sq.po,30,30,35,0,0,1048,7648,1078,7678,sq.po,,sq,,albanian,,,sq,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/he.po,28,28,30,0,0,1050,7650,1078,7678,he.po,,he,,hebrew,,,he,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ur.po,12,12,16,0,0,1066,7666,1078,7678,ur.po,,ur,,urdu,,,ur,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ne.po,8,8,11,0,0,1070,7670,1078,7678,ne.po,,ne,,nepali,,,ne,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ast.po,9,9,9,0,0,1069,7669,1078,7678,ast.po,,ast,,asturian,,,ast,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/th.po,21,21,21,0,0,1057,7657,1078,7678,th.po,,th,,thai,,,th,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/am.po,9,9,11,0,0,1069,7669,1078,7678,am.po,,am,,amharic,,,am,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/hi.po,564,3618,4038,0,0,514,4060,1078,7678,hi.po,,hi,,hindi,,,hi,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/nds.po,28,29,28,0,0,1050,7649,1078,7678,nds.po,,nds,,low german,,,nds,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/eu.po,39,48,50,0,0,1039,7630,1078,7678,eu.po,,eu,,basque,,,eu,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/br.po,10,10,12,0,0,1068,7668,1078,7678,br.po,,br,,breton,,,br,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/et.po,31,31,32,0,0,1047,7647,1078,7678,et.po,,et,,estonian,,,et,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/si.po,19,19,24,0,0,1059,7659,1078,7678,si.po,,si,,sinhala,,,si,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ml.po,564,3618,2805,0,0,514,4060,1078,7678,ml.po,,ml,,malayalam,,,ml,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ky.po,1,1,1,0,0,1077,7677,1078,7678,ky.po,,ky,,kyrgyz,,,ky,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/te.po,564,3618,2852,0,0,514,4060,1078,7678,te.po,,te,,telugu,,,te,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ka.po,24,24,24,0,0,1054,7654,1078,7678,ka.po,,ka,,georgian,,,ka,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/mr.po,564,3618,3319,0,0,514,4060,1078,7678,mr.po,,mr,,marathi,,,mr,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/nb.po,44,69,73,0,0,1034,7609,1078,7678,nb.po,,nb,,norwegian bokmål,,,nb,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/nn.po,23,23,26,0,0,1055,7655,1078,7678,nn.po,,nn,,norwegian nynorsk,,,nn,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/km.po,9,9,9,0,0,1069,7669,1078,7678,km.po,,km,,khmer,,,km,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/pt.po,227,1159,1489,0,0,851,6519,1078,7678,pt.po,,pt,,portuguese,,,pt,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/fur.po,18,18,20,0,0,1060,7660,1078,7678,fur.po,,fur,,friulian,,,fur,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ro.po,25,25,25,0,0,1053,7653,1078,7678,ro.po,,ro,,romanian,,,ro,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/cy.po,14,14,15,0,0,1064,7664,1078,7678,cy.po,,cy,,welsh,,,cy,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/nso.po,9,9,10,0,0,1069,7669,1078,7678,nso.po,,nso,,northern sotho,,,nso,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/mk.po,128,744,912,0,0,950,6934,1078,7678,mk.po,,mk,,macedonian,,,mk,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,1078,7678,1078,7678,xh.po,,xh,,xhosa,,,xh,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,1078,7678,1078,7678,wo.po,,wo,,wolof,,,wo,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/vi_vn.po,0,0,0,0,0,1078,7678,1078,7678,vi_vn.po,,vi,vn,vietnamese,,vietnam,vi_vn,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,1078,7678,1078,7678,tl.po,,tl,,tagalog,,,tl,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/si_lk.po,0,0,0,0,0,1078,7678,1078,7678,si_lk.po,,si,lk,sinhala,,sri lanka,si_lk,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,1078,7678,1078,7678,mg.po,,mg,,malagasy,,,mg,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lv_lv.po,0,0,0,0,0,1078,7678,1078,7678,lv_lv.po,,lv,lv,latvian,,latvia,lv_lv,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lt_lt.po,0,0,0,0,0,1078,7678,1078,7678,lt_lt.po,,lt,lt,lithuanian,,lithuania,lt_lt,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,1078,7678,1078,7678,lo.po,,lo,,lao,,,lo,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/la.po,0,0,0,0,0,1078,7678,1078,7678,la.po,,la,,latin,,,la,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,1078,7678,1078,7678,ku.po,,ku,,kurdish,,,ku,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,1078,7678,1078,7678,ks.po,,ks,,kashmiri,,,ks,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,1078,7678,1078,7678,hy.po,,hy,,armenian,,,hy,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/es_mx.po,0,0,0,0,0,1078,7678,1078,7678,es_mx.po,,es,mx,spanish,,mexico,es_mx,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,1078,7678,1078,7678,dz.po,,dz,,dzongkha,,,dz,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,1078,7678,1078,7678,bo.po,,bo,,tibetan,,,bo,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/bn_bd.po,0,0,0,0,0,1078,7678,1078,7678,bn_bd.po,,bn,bd,bangla,,bangladesh,bn_bd,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,1078,7678,1078,7678,az.po,,az,,azerbaijani,,,az,po -policycoreutils-2.9-5.fc31.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,1078,7678,1078,7678,aln.po,,aln,,gheg albanian,,,aln,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/hu.po,26,228,213,0,0,0,2,26,230,hu.po,,hu,,hungarian,,,hu,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/cs.po,26,230,220,0,0,0,0,26,230,cs.po,,cs,,czech,,,cs,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/it.po,26,230,241,0,0,0,0,26,230,it.po,,it,,italian,,,it,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/uk.po,26,228,238,0,0,0,2,26,230,uk.po,,uk,,ukrainian,,,uk,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/sk.po,26,228,245,0,0,0,2,26,230,sk.po,,sk,,slovak,,,sk,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/zh_cn.po,25,227,102,0,0,1,3,26,230,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/hr.po,26,228,210,0,0,0,2,26,230,hr.po,,hr,,croatian,,,hr,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/tr.po,26,228,222,0,0,0,2,26,230,tr.po,,tr,,turkish,,,tr,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/de.po,26,228,215,0,0,0,2,26,230,de.po,,de,,german,,,de,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/da.po,8,67,69,0,0,18,163,26,230,da.po,,da,,danish,,,da,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/pl.po,26,230,229,0,0,0,0,26,230,pl.po,,pl,,polish,,,pl,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/sv.po,26,228,215,0,0,0,2,26,230,sv.po,,sv,,swedish,,,sv,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/zh_tw.po,26,228,94,0,0,0,2,26,230,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/id.po,26,228,214,0,0,0,2,26,230,id.po,,id,,indonesian,,,id,po -polkit-0.116-4.fc31.src.rpm.stats.csv,po/pt_br.po,26,230,257,0,0,0,0,26,230,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/pl.po,29,78,76,0,0,2,6,31,84,pl.po,,pl,,polish,,,pl,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/zh_cn.po,29,78,40,0,0,2,6,31,84,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/nb.po,24,61,58,2,8,5,15,31,84,nb.po,,nb,,norwegian bokmål,,,nb,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/ro.po,11,31,32,3,16,17,37,31,84,ro.po,,ro,,romanian,,,ro,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/fi.po,29,78,76,0,0,2,6,31,84,fi.po,,fi,,finnish,,,fi,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/ko.po,24,61,61,2,8,5,15,31,84,ko.po,,ko,,korean,,,ko,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/de.po,29,78,75,0,0,2,6,31,84,de.po,,de,,german,,,de,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/da.po,29,78,75,0,0,2,6,31,84,da.po,,da,,danish,,,da,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/wa.po,2,8,15,1,5,28,71,31,84,wa.po,,wa,,walloon,,,wa,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/ga.po,29,78,91,0,0,2,6,31,84,ga.po,,ga,,irish,,,ga,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/hu.po,26,68,69,3,10,2,6,31,84,hu.po,,hu,,hungarian,,,hu,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/sv.po,29,78,75,0,0,2,6,31,84,sv.po,,sv,,swedish,,,sv,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/ja.po,26,68,26,3,10,2,6,31,84,ja.po,,ja,,japanese,,,ja,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/sl.po,2,8,10,1,5,28,71,31,84,sl.po,,sl,,slovenian,,,sl,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/sk.po,2,8,8,1,5,28,71,31,84,sk.po,,sk,,slovak,,,sk,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/ru.po,29,78,80,0,0,2,6,31,84,ru.po,,ru,,russian,,,ru,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/lv.po,29,78,75,0,0,2,6,31,84,lv.po,,lv,,latvian,,,lv,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/es.po,21,48,54,2,8,8,28,31,84,es.po,,es,,spanish,,,es,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/fr.po,24,61,73,2,8,5,15,31,84,fr.po,,fr,,french,,,fr,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/th.po,29,78,38,0,0,2,6,31,84,th.po,,th,,thai,,,th,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/vi.po,29,78,140,0,0,2,6,31,84,vi.po,,vi,,vietnamese,,,vi,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/is.po,24,61,68,2,8,5,15,31,84,is.po,,is,,icelandic,,,is,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/nl.po,29,78,88,0,0,2,6,31,84,nl.po,,nl,,dutch,,,nl,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/it.po,29,78,90,0,0,2,6,31,84,it.po,,it,,italian,,,it,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/id.po,29,78,82,0,0,2,6,31,84,id.po,,id,,indonesian,,,id,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/cs.po,29,78,79,0,0,2,6,31,84,cs.po,,cs,,czech,,,cs,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/zh_tw.po,24,61,26,2,8,5,15,31,84,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/tr.po,21,48,52,3,13,7,23,31,84,tr.po,,tr,,turkish,,,tr,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/uk.po,2,8,8,1,5,28,71,31,84,uk.po,,uk,,ukrainian,,,uk,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/eo.po,29,78,89,0,0,2,6,31,84,eo.po,,eo,,esperanto,,,eo,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/gl.po,21,48,56,3,13,7,23,31,84,gl.po,,gl,,galician,,,gl,po -popt-1.16-18.fc31.src.rpm.stats.csv,po/pt.po,24,61,69,2,8,5,15,31,84,pt.po,,pt,,portuguese,,,pt,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,man-po/fr.po,593,5211,5721,0,0,0,0,593,5211,fr.po,,fr,,french,,,fr,man-po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,man-po/zh_cn.po,34,41,37,0,0,559,5170,593,5211,zh_cn.po,,zh,cn,chinese,,china,zh_cn,man-po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,man-po/de.po,583,4927,5018,1,60,9,224,593,5211,de.po,,de,,german,,,de,man-po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,man-po/pl.po,593,5211,4699,0,0,0,0,593,5211,pl.po,,pl,,polish,,,pl,man-po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,man-po/sv.po,593,5211,4807,0,0,0,0,593,5211,sv.po,,sv,,swedish,,,sv,man-po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,man-po/uk.po,593,5211,5270,0,0,0,0,593,5211,uk.po,,uk,,ukrainian,,,uk,man-po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,man-po/pt_br.po,593,5211,5656,0,0,0,0,593,5211,pt_br.po,,pt,br,portuguese,,brazil,pt_br,man-po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/fr.po,795,4574,5399,3,19,0,0,798,4593,fr.po,,fr,,french,,,fr,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/zh_cn.po,63,158,105,347,1194,388,3241,798,4593,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/de.po,690,3410,3371,9,61,99,1122,798,4593,de.po,,de,,german,,,de,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/pl.po,795,4574,4588,3,19,0,0,798,4593,pl.po,,pl,,polish,,,pl,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/sv.po,795,4574,4385,3,19,0,0,798,4593,sv.po,,sv,,swedish,,,sv,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/uk.po,795,4574,4883,3,19,0,0,798,4593,uk.po,,uk,,ukrainian,,,uk,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/vi.po,754,4366,6158,21,158,23,69,798,4593,vi.po,,vi,,vietnamese,,,vi,po -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv,po/pt_br.po,795,4574,5145,3,19,0,0,798,4593,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/fr.po,80,646,747,5,346,0,0,85,992,fr.po,,fr,,french,,,fr,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/cs.po,75,497,498,10,495,0,0,85,992,cs.po,,cs,,czech,,,cs,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/eo.po,80,646,678,5,346,0,0,85,992,eo.po,,eo,,esperanto,,,eo,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/ro.po,11,81,91,18,200,56,711,85,992,ro.po,,ro,,romanian,,,ro,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/fi.po,80,646,586,5,346,0,0,85,992,fi.po,,fi,,finnish,,,fi,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/zh_cn.po,75,497,271,10,495,0,0,85,992,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/ru.po,80,646,664,5,346,0,0,85,992,ru.po,,ru,,russian,,,ru,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/ca.po,11,81,92,23,517,51,394,85,992,ca.po,,ca,,catalan,,,ca,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/eu.po,68,452,457,16,533,1,7,85,992,eu.po,,eu,,basque,,,eu,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/it.po,75,497,544,10,495,0,0,85,992,it.po,,it,,italian,,,it,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/de.po,80,646,655,5,346,0,0,85,992,de.po,,de,,german,,,de,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/pl.po,80,646,672,5,346,0,0,85,992,pl.po,,pl,,polish,,,pl,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/pt.po,2,10,11,14,91,69,891,85,992,pt.po,,pt,,portuguese,,,pt,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/id.po,68,452,484,16,533,1,7,85,992,id.po,,id,,indonesian,,,id,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/sv.po,80,646,656,5,346,0,0,85,992,sv.po,,sv,,swedish,,,sv,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/zh_tw.po,75,497,243,10,495,0,0,85,992,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/ja.po,34,203,87,21,512,30,277,85,992,ja.po,,ja,,japanese,,,ja,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/hu.po,80,646,651,5,346,0,0,85,992,hu.po,,hu,,hungarian,,,hu,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/uk.po,80,646,716,5,346,0,0,85,992,uk.po,,uk,,ukrainian,,,uk,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/vi.po,80,646,975,5,346,0,0,85,992,vi.po,,vi,,vietnamese,,,vi,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/pt_br.po,80,646,738,5,346,0,0,85,992,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/bg.po,34,203,270,21,512,30,277,85,992,bg.po,,bg,,bulgarian,,,bg,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/nl.po,80,646,678,5,346,0,0,85,992,nl.po,,nl,,dutch,,,nl,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/nb.po,34,203,212,21,512,30,277,85,992,nb.po,,nb,,norwegian bokmål,,,nb,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/el.po,80,646,703,5,346,0,0,85,992,el.po,,el,,greek,,,el,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/sr.po,80,646,678,5,346,0,0,85,992,sr.po,,sr,,serbian,,,sr,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/da.po,80,646,648,5,346,0,0,85,992,da.po,,da,,danish,,,da,po -psmisc-23.1-7.fc31.src.rpm.stats.csv,po/hr.po,80,646,659,5,346,0,0,85,992,hr.po,,hr,,croatian,,,hr,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/fi.po,409,2013,1649,44,952,94,739,547,3704,fi.po,,fi,,finnish,,,fi,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/es.po,409,2013,2386,44,952,94,739,547,3704,es.po,,es,,spanish,,,es,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/id.po,518,3390,3270,14,181,15,133,547,3704,id.po,,id,,indonesian,,,id,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/el.po,547,3571,3638,0,0,0,133,547,3704,el.po,,el,,greek,,,el,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,525,3516,1456,0,0,22,188,547,3704,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/cs.po,534,3575,3519,0,0,13,129,547,3704,cs.po,,cs,,czech,,,cs,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/hi.po,407,2011,2239,43,951,97,742,547,3704,hi.po,,hi,,hindi,,,hi,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/lt.po,533,3616,3452,0,0,14,88,547,3704,lt.po,,lt,,lithuanian,,,lt,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/af.po,191,429,400,0,0,356,3275,547,3704,af.po,,af,,afrikaans,,,af,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/uk.po,533,3616,3803,0,0,14,88,547,3704,uk.po,,uk,,ukrainian,,,uk,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/de_ch.po,369,1754,1566,57,906,121,1044,547,3704,de_ch.po,,de,ch,german,,switzerland,de_ch,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/ta.po,407,2011,1835,43,951,97,742,547,3704,ta.po,,ta,,tamil,,,ta,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/mr.po,407,2011,2002,43,951,97,742,547,3704,mr.po,,mr,,marathi,,,mr,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/ja.po,496,3304,1617,0,0,51,400,547,3704,ja.po,,ja,,japanese,,,ja,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/nn.po,527,3539,3290,0,0,20,165,547,3704,nn.po,,nn,,norwegian nynorsk,,,nn,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/sv.po,534,3704,3367,0,0,13,0,547,3704,sv.po,,sv,,swedish,,,sv,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,530,3560,1519,0,0,17,144,547,3704,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/pl.po,533,3616,3620,0,0,14,88,547,3704,pl.po,,pl,,polish,,,pl,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,407,2011,2154,43,951,97,742,547,3704,bn_in.po,,bn,in,bangla,,india,bn_in,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/fr.po,517,3437,4043,0,0,30,267,547,3704,fr.po,,fr,,french,,,fr,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/te.po,407,2011,1809,43,951,97,742,547,3704,te.po,,te,,telugu,,,te,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/de.po,523,3502,3253,0,0,24,202,547,3704,de.po,,de,,german,,,de,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/sk.po,364,1243,1190,0,0,183,2461,547,3704,sk.po,,sk,,slovak,,,sk,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/pt.po,374,1932,2171,55,981,118,791,547,3704,pt.po,,pt,,portuguese,,,pt,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/hu.po,526,3511,3473,0,0,21,193,547,3704,hu.po,,hu,,hungarian,,,hu,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/be.po,525,3503,3276,1,8,21,193,547,3704,be.po,,be,,belarusian,,,be,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/gu.po,407,2011,2207,43,951,97,742,547,3704,gu.po,,gu,,gujarati,,,gu,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/oc.po,470,2193,2667,0,0,77,1511,547,3704,oc.po,,oc,,occitan,,,oc,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/gl.po,530,3586,4279,0,0,17,118,547,3704,gl.po,,gl,,galician,,,gl,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/ru.po,532,3594,3749,0,0,15,110,547,3704,ru.po,,ru,,russian,,,ru,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/pa.po,407,2011,2223,43,951,97,742,547,3704,pa.po,,pa,,punjabi,,,pa,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,407,2011,1980,43,951,97,742,547,3704,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/or.po,407,2011,2102,43,951,97,742,547,3704,or.po,,or,,odia,,,or,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/kn.po,407,2011,1869,43,951,97,742,547,3704,kn.po,,kn,,kannada,,,kn,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/ko.po,525,3475,3034,0,0,22,229,547,3704,ko.po,,ko,,korean,,,ko,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,533,3616,4098,0,0,14,88,547,3704,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/hr.po,531,3600,3412,0,0,16,104,547,3704,hr.po,,hr,,croatian,,,hr,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/it.po,532,3594,3958,0,0,15,110,547,3704,it.po,,it,,italian,,,it,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/da.po,532,3594,3285,0,0,15,110,547,3704,da.po,,da,,danish,,,da,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/he.po,84,190,195,15,48,448,3466,547,3704,he.po,,he,,hebrew,,,he,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/tr.po,527,3539,3237,0,0,20,165,547,3704,tr.po,,tr,,turkish,,,tr,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/nl.po,407,2011,1932,43,951,97,742,547,3704,nl.po,,nl,,dutch,,,nl,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/as.po,406,2010,2145,44,952,97,742,547,3704,as.po,,as,,assamese,,,as,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/ca.po,377,1937,2377,59,985,111,782,547,3704,ca.po,,ca,,catalan,,,ca,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/ml.po,407,2011,1752,43,951,97,742,547,3704,ml.po,,ml,,malayalam,,,ml,po -pulseaudio-13.0-1.fc31.src.rpm.stats.csv,po/sr.po,407,2011,1980,43,951,97,742,547,3704,sr.po,,sr,,serbian,,,sr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,179,1605,179,1605,zu.po,,zu,,zulu,,,zu,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zh_tw.po,32,255,90,1,43,146,1307,179,1605,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zh_tw.mo,32,255,90,0,0,147,1350,179,1605,zh_tw.mo,,zh,tw,chinese,,taiwan,zh_tw,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,179,1605,179,1605,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zh_cn.po,173,1505,660,3,61,3,39,179,1605,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/zh_cn.mo,173,1505,660,0,0,6,100,179,1605,zh_cn.mo,,zh,cn,chinese,,china,zh_cn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,179,1605,179,1605,yo.po,,yo,,yoruba,,,yo,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,179,1605,179,1605,vi.po,,vi,,vietnamese,,,vi,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,179,1605,179,1605,ur.po,,ur,,urdu,,,ur,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/uk.po,173,1505,1370,3,61,3,39,179,1605,uk.po,,uk,,ukrainian,,,uk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/uk.mo,173,1505,1370,0,0,6,100,179,1605,uk.mo,,uk,,ukrainian,,,uk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,179,1605,179,1605,tw.po,,tw,,twi,,,tw,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/tr.po,22,186,152,1,43,156,1376,179,1605,tr.po,,tr,,turkish,,,tr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/tr.mo,22,186,152,0,0,157,1419,179,1605,tr.mo,,tr,,turkish,,,tr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/th.po,20,177,74,1,43,158,1385,179,1605,th.po,,th,,thai,,,th,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/th.mo,20,177,74,0,0,159,1428,179,1605,th.mo,,th,,thai,,,th,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,179,1605,179,1605,tg.po,,tg,,tajik,,,tg,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/te.po,19,168,139,1,43,159,1394,179,1605,te.po,,te,,telugu,,,te,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/te.mo,19,168,139,0,0,160,1437,179,1605,te.mo,,te,,telugu,,,te,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ta.po,13,128,93,1,43,165,1434,179,1605,ta.po,,ta,,tamil,,,ta,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ta.mo,13,128,93,0,0,166,1477,179,1605,ta.mo,,ta,,tamil,,,ta,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sv.po,173,1505,1346,3,61,3,39,179,1605,sv.po,,sv,,swedish,,,sv,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sv.mo,173,1505,1346,0,0,6,100,179,1605,sv.mo,,sv,,swedish,,,sv,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sr@latin.po,13,128,113,1,43,165,1434,179,1605,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sr@latin.mo,13,128,113,0,0,166,1477,179,1605,sr@latin.mo,latin,sr,,serbian,,,sr@latin,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sr.po,112,983,914,3,61,64,561,179,1605,sr.po,,sr,,serbian,,,sr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sr.mo,112,983,914,0,0,67,622,179,1605,sr.mo,,sr,,serbian,,,sr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,179,1605,179,1605,sq.po,,sq,,albanian,,,sq,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sl.po,12,123,104,1,43,166,1439,179,1605,sl.po,,sl,,slovenian,,,sl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sl.mo,12,123,104,0,0,167,1482,179,1605,sl.mo,,sl,,slovenian,,,sl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sk.po,173,1505,1358,3,61,3,39,179,1605,sk.po,,sk,,slovak,,,sk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/sk.mo,173,1505,1358,0,0,6,100,179,1605,sk.mo,,sk,,slovak,,,sk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,179,1605,179,1605,si.po,,si,,sinhala,,,si,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ru.po,164,1421,1210,3,61,12,123,179,1605,ru.po,,ru,,russian,,,ru,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ru.mo,164,1421,1210,0,0,15,184,179,1605,ru.mo,,ru,,russian,,,ru,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,179,1605,179,1605,ro.po,,ro,,romanian,,,ro,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pt_br.po,140,1208,1289,3,61,36,336,179,1605,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pt_br.mo,140,1208,1289,0,0,39,397,179,1605,pt_br.mo,,pt,br,portuguese,,brazil,pt_br,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pt.po,34,277,298,1,43,144,1285,179,1605,pt.po,,pt,,portuguese,,,pt,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pt.mo,34,277,298,0,0,145,1328,179,1605,pt.mo,,pt,,portuguese,,,pt,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pl.po,173,1505,1414,3,61,3,39,179,1605,pl.po,,pl,,polish,,,pl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pl.mo,173,1505,1414,0,0,6,100,179,1605,pl.mo,,pl,,polish,,,pl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pa.po,20,175,198,1,43,158,1387,179,1605,pa.po,,pa,,punjabi,,,pa,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/pa.mo,20,175,198,0,0,159,1430,179,1605,pa.mo,,pa,,punjabi,,,pa,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/or.po,20,175,165,1,43,158,1387,179,1605,or.po,,or,,odia,,,or,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/or.mo,20,175,165,0,0,159,1430,179,1605,or.mo,,or,,odia,,,or,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,179,1605,179,1605,nso.po,,nso,,northern sotho,,,nso,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,179,1605,179,1605,nn.po,,nn,,norwegian nynorsk,,,nn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nl.po,173,1505,1537,3,61,3,39,179,1605,nl.po,,nl,,dutch,,,nl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nl.mo,173,1505,1537,0,0,6,100,179,1605,nl.mo,,nl,,dutch,,,nl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,179,1605,179,1605,ne.po,,ne,,nepali,,,ne,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nds.po,3,27,26,0,0,176,1578,179,1605,nds.po,,nds,,low german,,,nds,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nds.mo,3,27,26,0,0,176,1578,179,1605,nds.mo,,nds,,low german,,,nds,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nb.po,13,128,113,1,43,165,1434,179,1605,nb.po,,nb,,norwegian bokmål,,,nb,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/nb.mo,13,128,113,0,0,166,1477,179,1605,nb.mo,,nb,,norwegian bokmål,,,nb,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ms.po,12,123,113,1,43,166,1439,179,1605,ms.po,,ms,,malay,,,ms,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ms.mo,12,123,113,0,0,167,1482,179,1605,ms.mo,,ms,,malay,,,ms,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mr.po,13,128,118,1,43,165,1434,179,1605,mr.po,,mr,,marathi,,,mr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mr.mo,13,128,118,0,0,166,1477,179,1605,mr.mo,,mr,,marathi,,,mr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,179,1605,179,1605,mn.po,,mn,,mongolian,,,mn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ml.po,13,128,98,1,43,165,1434,179,1605,ml.po,,ml,,malayalam,,,ml,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ml.mo,13,128,98,0,0,166,1477,179,1605,ml.mo,,ml,,malayalam,,,ml,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mk.po,12,123,127,1,43,166,1439,179,1605,mk.po,,mk,,macedonian,,,mk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mk.mo,12,123,127,0,0,167,1482,179,1605,mk.mo,,mk,,macedonian,,,mk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mai.po,12,123,124,1,43,166,1439,179,1605,mai.po,,mai,,maithili,,,mai,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/mai.mo,12,123,124,0,0,167,1482,179,1605,mai.mo,,mai,,maithili,,,mai,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,179,1605,179,1605,lv.po,,lv,,latvian,,,lv,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,179,1605,179,1605,ky.po,,ky,,kyrgyz,,,ky,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,179,1605,179,1605,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,179,1605,179,1605,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,179,1605,179,1605,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,179,1605,179,1605,kw.po,,kw,,cornish,,,kw,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ko.po,22,186,154,1,43,156,1376,179,1605,ko.po,,ko,,korean,,,ko,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ko.mo,22,186,154,0,0,157,1419,179,1605,ko.mo,,ko,,korean,,,ko,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kn.po,22,186,157,1,43,156,1376,179,1605,kn.po,,kn,,kannada,,,kn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kn.mo,22,186,157,0,0,157,1419,179,1605,kn.mo,,kn,,kannada,,,kn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,179,1605,179,1605,km.po,,km,,khmer,,,km,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,179,1605,179,1605,kk.po,,kk,,kazakh,,,kk,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,179,1605,179,1605,ka.po,,ka,,georgian,,,ka,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ja.po,173,1505,633,3,61,3,39,179,1605,ja.po,,ja,,japanese,,,ja,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ja.mo,173,1505,633,0,0,6,100,179,1605,ja.mo,,ja,,japanese,,,ja,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/it.po,37,270,296,2,48,140,1287,179,1605,it.po,,it,,italian,,,it,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/it.mo,37,270,296,0,0,142,1335,179,1605,it.mo,,it,,italian,,,it,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/is.po,13,128,121,1,43,165,1434,179,1605,is.po,,is,,icelandic,,,is,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/is.mo,13,128,121,0,0,166,1477,179,1605,is.mo,,is,,icelandic,,,is,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,179,1605,179,1605,ilo.po,,ilo,,iloko,,,ilo,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/id.po,14,134,127,1,43,164,1428,179,1605,id.po,,id,,indonesian,,,id,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/id.mo,14,134,127,0,0,165,1471,179,1605,id.mo,,id,,indonesian,,,id,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ia.po,22,186,209,1,43,156,1376,179,1605,ia.po,,ia,,interlingua,,,ia,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ia.mo,22,186,209,0,0,157,1419,179,1605,ia.mo,,ia,,interlingua,,,ia,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/hu.po,39,310,300,1,43,139,1252,179,1605,hu.po,,hu,,hungarian,,,hu,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/hu.mo,39,310,300,0,0,140,1295,179,1605,hu.mo,,hu,,hungarian,,,hu,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/hr.po,13,128,118,1,43,165,1434,179,1605,hr.po,,hr,,croatian,,,hr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/hr.mo,13,128,118,0,0,166,1477,179,1605,hr.mo,,hr,,croatian,,,hr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/hi.po,22,186,203,1,43,156,1376,179,1605,hi.po,,hi,,hindi,,,hi,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/hi.mo,22,186,203,0,0,157,1419,179,1605,hi.mo,,hi,,hindi,,,hi,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/he.po,13,128,103,1,43,165,1434,179,1605,he.po,,he,,hebrew,,,he,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/he.mo,13,128,103,0,0,166,1477,179,1605,he.mo,,he,,hebrew,,,he,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/gu.po,22,186,186,1,43,156,1376,179,1605,gu.po,,gu,,gujarati,,,gu,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/gu.mo,22,186,186,0,0,157,1419,179,1605,gu.mo,,gu,,gujarati,,,gu,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/gl.po,1,3,3,0,0,178,1602,179,1605,gl.po,,gl,,galician,,,gl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/gl.mo,1,3,3,0,0,178,1602,179,1605,gl.mo,,gl,,galician,,,gl,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/fr.po,173,1505,1647,3,61,3,39,179,1605,fr.po,,fr,,french,,,fr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/fr.mo,173,1505,1647,0,0,6,100,179,1605,fr.mo,,fr,,french,,,fr,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/fi.po,22,186,138,1,43,156,1376,179,1605,fi.po,,fi,,finnish,,,fi,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/fi.mo,22,186,138,0,0,157,1419,179,1605,fi.mo,,fi,,finnish,,,fi,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/fa.po,20,175,175,1,43,158,1387,179,1605,fa.po,,fa,,persian,,,fa,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/fa.mo,20,175,175,0,0,159,1430,179,1605,fa.mo,,fa,,persian,,,fa,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/eu.po,1,3,3,0,0,178,1602,179,1605,eu.po,,eu,,basque,,,eu,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/eu.mo,1,3,3,0,0,178,1602,179,1605,eu.mo,,eu,,basque,,,eu,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,179,1605,179,1605,et.po,,et,,estonian,,,et,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/es.po,173,1505,1641,3,61,3,39,179,1605,es.po,,es,,spanish,,,es,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/es.mo,173,1505,1641,0,0,6,100,179,1605,es.mo,,es,,spanish,,,es,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,179,1605,179,1605,eo.po,,eo,,esperanto,,,eo,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/en_gb.po,20,175,175,1,43,158,1387,179,1605,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/en_gb.mo,20,175,175,0,0,159,1430,179,1605,en_gb.mo,,en,gb,english,,united kingdom,en_gb,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/el.po,13,128,134,1,43,165,1434,179,1605,el.po,,el,,greek,,,el,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/el.mo,13,128,134,0,0,166,1477,179,1605,el.mo,,el,,greek,,,el,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/de_ch.po,13,128,133,1,43,165,1434,179,1605,de_ch.po,,de,ch,german,,switzerland,de_ch,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/de_ch.mo,13,128,133,0,0,166,1477,179,1605,de_ch.mo,,de,ch,german,,switzerland,de_ch,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/de.po,140,1208,1168,3,61,36,336,179,1605,de.po,,de,,german,,,de,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/de.mo,140,1208,1168,0,0,39,397,179,1605,de.mo,,de,,german,,,de,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/da.po,26,226,206,1,43,152,1336,179,1605,da.po,,da,,danish,,,da,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/da.mo,26,226,206,0,0,153,1379,179,1605,da.mo,,da,,danish,,,da,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,179,1605,179,1605,cy.po,,cy,,welsh,,,cy,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/cs.po,164,1421,1235,3,61,12,123,179,1605,cs.po,,cs,,czech,,,cs,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/cs.mo,164,1421,1235,0,0,15,184,179,1605,cs.mo,,cs,,czech,,,cs,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ca.po,167,1447,1654,3,61,9,97,179,1605,ca.po,,ca,,catalan,,,ca,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ca.mo,167,1447,1654,0,0,12,158,179,1605,ca.mo,,ca,,catalan,,,ca,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bs.po,13,130,119,1,43,165,1432,179,1605,bs.po,,bs,,bosnian,,,bs,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bs.mo,13,130,119,0,0,166,1475,179,1605,bs.mo,,bs,,bosnian,,,bs,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,179,1605,179,1605,brx.po,,brx,,bodo,,,brx,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,179,1605,179,1605,br.po,,br,,breton,,,br,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,179,1605,179,1605,bo.po,,bo,,tibetan,,,bo,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bn_in.po,22,186,186,1,43,156,1376,179,1605,bn_in.po,,bn,in,bangla,,india,bn_in,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bn_in.mo,22,186,186,0,0,157,1419,179,1605,bn_in.mo,,bn,in,bangla,,india,bn_in,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bn.po,22,186,186,1,43,156,1376,179,1605,bn.po,,bn,,bangla,,,bn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bn.mo,22,186,186,0,0,157,1419,179,1605,bn.mo,,bn,,bangla,,,bn,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bg.po,25,215,211,1,43,153,1347,179,1605,bg.po,,bg,,bulgarian,,,bg,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bg.mo,25,215,211,0,0,154,1390,179,1605,bg.mo,,bg,,bulgarian,,,bg,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,179,1605,179,1605,be.po,,be,,belarusian,,,be,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,179,1605,179,1605,bal.po,,bal,,baluchi,,,bal,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ast.po,13,128,143,1,43,165,1434,179,1605,ast.po,,ast,,asturian,,,ast,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ast.mo,13,128,143,0,0,166,1477,179,1605,ast.mo,,ast,,asturian,,,ast,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/as.po,26,226,209,1,43,152,1336,179,1605,as.po,,as,,assamese,,,as,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/as.mo,26,226,209,0,0,153,1379,179,1605,as.mo,,as,,assamese,,,as,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ar.po,20,175,162,1,43,158,1387,179,1605,ar.po,,ar,,arabic,,,ar,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/ar.mo,20,175,162,0,0,159,1430,179,1605,ar.mo,,ar,,arabic,,,ar,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,179,1605,179,1605,anp.po,,anp,,angika,,,anp,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,179,1605,179,1605,am.po,,am,,amharic,,,am,po -pykickstart-3.21-1.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,179,1605,179,1605,af.po,,af,,afrikaans,,,af,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,76,558,76,558,zu.po,,zu,,zulu,,,zu,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/zh_tw.po,75,524,250,0,0,1,34,76,558,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/zh_tw.mo,75,524,250,0,0,1,34,76,558,zh_tw.mo,,zh,tw,chinese,,taiwan,zh_tw,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/zh_cn.po,75,524,260,0,0,1,34,76,558,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/zh_cn.mo,75,524,260,0,0,1,34,76,558,zh_cn.mo,,zh,cn,chinese,,china,zh_cn,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,76,558,76,558,vi.po,,vi,,vietnamese,,,vi,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ur.po,3,37,37,0,0,73,521,76,558,ur.po,,ur,,urdu,,,ur,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ur.mo,3,37,37,0,0,73,521,76,558,ur.mo,,ur,,urdu,,,ur,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/uk.po,75,524,524,0,0,1,34,76,558,uk.po,,uk,,ukrainian,,,uk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/uk.mo,75,524,524,0,0,1,34,76,558,uk.mo,,uk,,ukrainian,,,uk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/tr.po,10,62,49,0,0,66,496,76,558,tr.po,,tr,,turkish,,,tr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/tr.mo,10,62,49,0,0,66,496,76,558,tr.mo,,tr,,turkish,,,tr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/th.po,7,52,16,0,0,69,506,76,558,th.po,,th,,thai,,,th,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/th.mo,7,52,16,0,0,69,506,76,558,th.mo,,th,,thai,,,th,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/tg.po,3,12,15,0,0,73,546,76,558,tg.po,,tg,,tajik,,,tg,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/tg.mo,3,12,15,0,0,73,546,76,558,tg.mo,,tg,,tajik,,,tg,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/te.po,56,326,290,0,0,20,232,76,558,te.po,,te,,telugu,,,te,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/te.mo,56,326,290,0,0,20,232,76,558,te.mo,,te,,telugu,,,te,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ta.po,43,290,254,0,0,33,268,76,558,ta.po,,ta,,tamil,,,ta,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ta.mo,43,290,254,0,0,33,268,76,558,ta.mo,,ta,,tamil,,,ta,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sv.po,75,524,525,0,0,1,34,76,558,sv.po,,sv,,swedish,,,sv,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sv.mo,75,524,525,0,0,1,34,76,558,sv.mo,,sv,,swedish,,,sv,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sr@latin.po,21,188,187,0,0,55,370,76,558,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sr@latin.mo,21,188,187,0,0,55,370,76,558,sr@latin.mo,latin,sr,,serbian,,,sr@latin,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sr.po,67,456,461,0,0,9,102,76,558,sr.po,,sr,,serbian,,,sr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sr.mo,67,456,461,0,0,9,102,76,558,sr.mo,,sr,,serbian,,,sr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sq.po,5,43,37,0,0,71,515,76,558,sq.po,,sq,,albanian,,,sq,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sq.mo,5,43,37,0,0,71,515,76,558,sq.mo,,sq,,albanian,,,sq,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sl.po,3,37,29,0,0,73,521,76,558,sl.po,,sl,,slovenian,,,sl,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sl.mo,3,37,29,0,0,73,521,76,558,sl.mo,,sl,,slovenian,,,sl,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sk.po,72,518,519,0,0,4,40,76,558,sk.po,,sk,,slovak,,,sk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/sk.mo,72,518,519,0,0,4,40,76,558,sk.mo,,sk,,slovak,,,sk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/si.po,24,206,204,0,0,52,352,76,558,si.po,,si,,sinhala,,,si,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/si.mo,24,206,204,0,0,52,352,76,558,si.mo,,si,,sinhala,,,si,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ru.po,75,524,486,0,0,1,34,76,558,ru.po,,ru,,russian,,,ru,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ru.mo,75,524,486,0,0,1,34,76,558,ru.mo,,ru,,russian,,,ru,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ro.po,3,37,33,0,0,73,521,76,558,ro.po,,ro,,romanian,,,ro,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ro.mo,3,37,33,0,0,73,521,76,558,ro.mo,,ro,,romanian,,,ro,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pt_br.po,75,524,589,0,0,1,34,76,558,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pt_br.mo,75,524,589,0,0,1,34,76,558,pt_br.mo,,pt,br,portuguese,,brazil,pt_br,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pt.po,24,206,232,0,0,52,352,76,558,pt.po,,pt,,portuguese,,,pt,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pt.mo,24,206,232,0,0,52,352,76,558,pt.mo,,pt,,portuguese,,,pt,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pl.po,75,524,530,0,0,1,34,76,558,pl.po,,pl,,polish,,,pl,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pl.mo,75,524,530,0,0,1,34,76,558,pl.mo,,pl,,polish,,,pl,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pa.po,43,290,355,0,0,33,268,76,558,pa.po,,pa,,punjabi,,,pa,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/pa.mo,43,290,355,0,0,33,268,76,558,pa.mo,,pa,,punjabi,,,pa,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/or.po,43,290,322,0,0,33,268,76,558,or.po,,or,,odia,,,or,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/or.mo,43,290,322,0,0,33,268,76,558,or.mo,,or,,odia,,,or,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nso.po,3,37,42,0,0,73,521,76,558,nso.po,,nso,,northern sotho,,,nso,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nso.mo,3,37,42,0,0,73,521,76,558,nso.mo,,nso,,northern sotho,,,nso,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,76,558,76,558,nn.po,,nn,,norwegian nynorsk,,,nn,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nl.po,75,524,552,0,0,1,34,76,558,nl.po,,nl,,dutch,,,nl,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nl.mo,75,524,552,0,0,1,34,76,558,nl.mo,,nl,,dutch,,,nl,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ne.po,3,37,31,0,0,73,521,76,558,ne.po,,ne,,nepali,,,ne,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ne.mo,3,37,31,0,0,73,521,76,558,ne.mo,,ne,,nepali,,,ne,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,76,558,76,558,nds.po,,nds,,low german,,,nds,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nb.po,13,85,78,0,0,63,473,76,558,nb.po,,nb,,norwegian bokmål,,,nb,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/nb.mo,13,85,78,0,0,63,473,76,558,nb.mo,,nb,,norwegian bokmål,,,nb,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ms.po,3,37,28,0,0,73,521,76,558,ms.po,,ms,,malay,,,ms,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ms.mo,3,37,28,0,0,73,521,76,558,ms.mo,,ms,,malay,,,ms,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/mr.po,56,326,343,0,0,20,232,76,558,mr.po,,mr,,marathi,,,mr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/mr.mo,56,326,343,0,0,20,232,76,558,mr.mo,,mr,,marathi,,,mr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ml.po,43,290,225,0,0,33,268,76,558,ml.po,,ml,,malayalam,,,ml,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ml.mo,43,290,225,0,0,33,268,76,558,ml.mo,,ml,,malayalam,,,ml,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/mk.po,3,37,28,0,0,73,521,76,558,mk.po,,mk,,macedonian,,,mk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/mk.mo,3,37,28,0,0,73,521,76,558,mk.mo,,mk,,macedonian,,,mk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/mai.po,8,63,67,0,0,68,495,76,558,mai.po,,mai,,maithili,,,mai,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/mai.mo,8,63,67,0,0,68,495,76,558,mai.mo,,mai,,maithili,,,mai,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/lv.po,9,56,51,0,0,67,502,76,558,lv.po,,lv,,latvian,,,lv,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/lv.mo,9,56,51,0,0,67,502,76,558,lv.mo,,lv,,latvian,,,lv,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,76,558,76,558,lt.po,,lt,,lithuanian,,,lt,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ko.po,75,524,454,0,0,1,34,76,558,ko.po,,ko,,korean,,,ko,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ko.mo,75,524,454,0,0,1,34,76,558,ko.mo,,ko,,korean,,,ko,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/kn.po,56,326,297,0,0,20,232,76,558,kn.po,,kn,,kannada,,,kn,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/kn.mo,56,326,297,0,0,20,232,76,558,kn.mo,,kn,,kannada,,,kn,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/kk.po,43,290,269,0,0,33,268,76,558,kk.po,,kk,,kazakh,,,kk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/kk.mo,43,290,269,0,0,33,268,76,558,kk.mo,,kk,,kazakh,,,kk,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ka.po,11,24,24,0,0,65,534,76,558,ka.po,,ka,,georgian,,,ka,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ka.mo,11,24,24,0,0,65,534,76,558,ka.mo,,ka,,georgian,,,ka,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ja.po,75,524,258,0,0,1,34,76,558,ja.po,,ja,,japanese,,,ja,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ja.mo,75,524,258,0,0,1,34,76,558,ja.mo,,ja,,japanese,,,ja,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/it.po,75,524,545,0,0,1,34,76,558,it.po,,it,,italian,,,it,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/it.mo,75,524,545,0,0,1,34,76,558,it.mo,,it,,italian,,,it,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/is.po,5,43,36,0,0,71,515,76,558,is.po,,is,,icelandic,,,is,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/is.mo,5,43,36,0,0,71,515,76,558,is.mo,,is,,icelandic,,,is,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ilo.po,3,37,41,0,0,73,521,76,558,ilo.po,,ilo,,iloko,,,ilo,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ilo.mo,3,37,41,0,0,73,521,76,558,ilo.mo,,ilo,,iloko,,,ilo,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/id.po,24,206,196,0,0,52,352,76,558,id.po,,id,,indonesian,,,id,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/id.mo,24,206,196,0,0,52,352,76,558,id.mo,,id,,indonesian,,,id,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ia.po,36,277,310,0,0,40,281,76,558,ia.po,,ia,,interlingua,,,ia,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ia.mo,36,277,310,0,0,40,281,76,558,ia.mo,,ia,,interlingua,,,ia,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/hu.po,75,524,531,0,0,1,34,76,558,hu.po,,hu,,hungarian,,,hu,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/hu.mo,75,524,531,0,0,1,34,76,558,hu.mo,,hu,,hungarian,,,hu,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/hr.po,3,37,22,0,0,73,521,76,558,hr.po,,hr,,croatian,,,hr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/hr.mo,3,37,22,0,0,73,521,76,558,hr.mo,,hr,,croatian,,,hr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/hi.po,24,206,239,0,0,52,352,76,558,hi.po,,hi,,hindi,,,hi,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/hi.mo,24,206,239,0,0,52,352,76,558,hi.mo,,hi,,hindi,,,hi,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/he.po,5,23,20,0,0,71,535,76,558,he.po,,he,,hebrew,,,he,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/he.mo,5,23,20,0,0,71,535,76,558,he.mo,,he,,hebrew,,,he,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/gu.po,56,326,358,0,0,20,232,76,558,gu.po,,gu,,gujarati,,,gu,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/gu.mo,56,326,358,0,0,20,232,76,558,gu.mo,,gu,,gujarati,,,gu,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,76,558,76,558,gl.po,,gl,,galician,,,gl,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/fr.po,75,524,618,0,0,1,34,76,558,fr.po,,fr,,french,,,fr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/fr.mo,75,524,618,0,0,1,34,76,558,fr.mo,,fr,,french,,,fr,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/fi.po,24,206,167,0,0,52,352,76,558,fi.po,,fi,,finnish,,,fi,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/fi.mo,24,206,167,0,0,52,352,76,558,fi.mo,,fi,,finnish,,,fi,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/fa.po,24,206,231,0,0,52,352,76,558,fa.po,,fa,,persian,,,fa,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/fa.mo,24,206,231,0,0,52,352,76,558,fa.mo,,fa,,persian,,,fa,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/eu.po,2,8,8,0,0,74,550,76,558,eu.po,,eu,,basque,,,eu,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/eu.mo,2,8,8,0,0,74,550,76,558,eu.mo,,eu,,basque,,,eu,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/et.po,8,52,51,0,0,68,506,76,558,et.po,,et,,estonian,,,et,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/et.mo,8,52,51,0,0,68,506,76,558,et.mo,,et,,estonian,,,et,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/es.po,75,524,637,0,0,1,34,76,558,es.po,,es,,spanish,,,es,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/es.mo,75,524,637,0,0,1,34,76,558,es.mo,,es,,spanish,,,es,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/en_gb.po,24,206,206,0,0,52,352,76,558,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/en_gb.mo,24,206,206,0,0,52,352,76,558,en_gb.mo,,en,gb,english,,united kingdom,en_gb,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/el.po,6,47,51,0,0,70,511,76,558,el.po,,el,,greek,,,el,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/el.mo,6,47,51,0,0,70,511,76,558,el.mo,,el,,greek,,,el,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/de_ch.po,7,52,41,0,0,69,506,76,558,de_ch.po,,de,ch,german,,switzerland,de_ch,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/de_ch.mo,7,52,41,0,0,69,506,76,558,de_ch.mo,,de,ch,german,,switzerland,de_ch,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/de.po,75,524,514,0,0,1,34,76,558,de.po,,de,,german,,,de,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/de.mo,75,524,514,0,0,1,34,76,558,de.mo,,de,,german,,,de,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/da.po,75,524,493,0,0,1,34,76,558,da.po,,da,,danish,,,da,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/da.mo,75,524,493,0,0,1,34,76,558,da.mo,,da,,danish,,,da,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/cy.po,3,37,32,0,0,73,521,76,558,cy.po,,cy,,welsh,,,cy,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/cy.mo,3,37,32,0,0,73,521,76,558,cy.mo,,cy,,welsh,,,cy,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/cs.po,75,524,498,0,0,1,34,76,558,cs.po,,cs,,czech,,,cs,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/cs.mo,75,524,498,0,0,1,34,76,558,cs.mo,,cs,,czech,,,cs,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ca.po,75,524,651,0,0,1,34,76,558,ca.po,,ca,,catalan,,,ca,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ca.mo,75,524,651,0,0,1,34,76,558,ca.mo,,ca,,catalan,,,ca,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bs.po,3,37,22,0,0,73,521,76,558,bs.po,,bs,,bosnian,,,bs,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bs.mo,3,37,22,0,0,73,521,76,558,bs.mo,,bs,,bosnian,,,bs,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bn_in.po,62,355,401,0,0,14,203,76,558,bn_in.po,,bn,in,bangla,,india,bn_in,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bn_in.mo,62,355,401,0,0,14,203,76,558,bn_in.mo,,bn,in,bangla,,india,bn_in,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bn.po,24,206,225,0,0,52,352,76,558,bn.po,,bn,,bangla,,,bn,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bn.mo,24,206,225,0,0,52,352,76,558,bn.mo,,bn,,bangla,,,bn,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bg.po,62,357,407,0,0,14,201,76,558,bg.po,,bg,,bulgarian,,,bg,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/bg.mo,62,357,407,0,0,14,201,76,558,bg.mo,,bg,,bulgarian,,,bg,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,76,558,76,558,be.po,,be,,belarusian,,,be,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ast.po,23,202,209,0,0,53,356,76,558,ast.po,,ast,,asturian,,,ast,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ast.mo,23,202,209,0,0,53,356,76,558,ast.mo,,ast,,asturian,,,ast,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/as.po,62,355,382,0,0,14,203,76,558,as.po,,as,,assamese,,,as,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/as.mo,62,355,382,0,0,14,203,76,558,as.mo,,as,,assamese,,,as,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ar.po,5,41,34,0,0,71,517,76,558,ar.po,,ar,,arabic,,,ar,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/ar.mo,5,41,34,0,0,71,517,76,558,ar.mo,,ar,,arabic,,,ar,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/am.po,3,37,26,0,0,73,521,76,558,am.po,,am,,amharic,,,am,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/am.mo,3,37,26,0,0,73,521,76,558,am.mo,,am,,amharic,,,am,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/af.po,3,37,36,0,0,73,521,76,558,af.po,,af,,afrikaans,,,af,po -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv,po/af.mo,3,37,36,0,0,73,521,76,558,af.mo,,af,,afrikaans,,,af,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,23,109,23,109,kw.po,,kw,,cornish,,,kw,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,23,109,23,109,anp.po,,anp,,angika,,,anp,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,23,109,23,109,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,23,109,23,109,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,23,109,23,109,yo.po,,yo,,yoruba,,,yo,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,23,109,23,109,tw.po,,tw,,twi,,,tw,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,23,109,23,109,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,23,109,23,109,ky.po,,ky,,kyrgyz,,,ky,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,23,109,23,109,sl.po,,sl,,slovenian,,,sl,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,23,109,23,109,ku.po,,ku,,kurdish,,,ku,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,23,109,23,109,si.po,,si,,sinhala,,,si,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ks.po,0,0,0,0,0,23,109,23,109,ks.po,,ks,,kashmiri,,,ks,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/km.po,23,109,44,0,0,0,0,23,109,km.po,,km,,khmer,,,km,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/sv.po,23,109,103,0,0,0,0,23,109,sv.po,,sv,,swedish,,,sv,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ko.po,23,109,82,0,0,0,0,23,109,ko.po,,ko,,korean,,,ko,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/sq.po,23,109,120,0,0,0,0,23,109,sq.po,,sq,,albanian,,,sq,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/sr.po,23,109,107,0,0,0,0,23,109,sr.po,,sr,,serbian,,,sr,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,23,109,23,109,kk.po,,kk,,kazakh,,,kk,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,23,109,23,109,ka.po,,ka,,georgian,,,ka,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/fi.po,23,109,76,0,0,0,0,23,109,fi.po,,fi,,finnish,,,fi,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,23,109,23,109,mai.po,,mai,,maithili,,,mai,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,23,109,23,109,fa.po,,fa,,persian,,,fa,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/fr.po,23,109,106,0,0,0,0,23,109,fr.po,,fr,,french,,,fr,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,23,109,23,109,ne.po,,ne,,nepali,,,ne,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,23,109,23,109,nb.po,,nb,,norwegian bokmål,,,nb,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/no.po,0,0,0,0,0,23,109,23,109,no.po,,no,,norwegian,,,no,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,23,109,23,109,nn.po,,nn,,norwegian nynorsk,,,nn,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/nl.po,23,109,118,0,0,0,0,23,109,nl.po,,nl,,dutch,,,nl,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/sk.po,23,109,94,0,0,0,0,23,109,sk.po,,sk,,slovak,,,sk,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/bn_in.po,1,1,2,0,0,22,108,23,109,bn_in.po,,bn,in,bangla,,india,bn_in,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/id.po,23,109,99,0,0,0,0,23,109,id.po,,id,,indonesian,,,id,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,23,109,23,109,az.po,,az,,azerbaijani,,,az,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ia.po,20,83,83,0,0,3,26,23,109,ia.po,,ia,,interlingua,,,ia,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,23,109,23,109,zu.po,,zu,,zulu,,,zu,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ar.po,20,83,72,0,0,3,26,23,109,ar.po,,ar,,arabic,,,ar,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/as.po,1,1,2,0,0,22,108,23,109,as.po,,as,,assamese,,,as,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/kn.po,1,1,2,0,0,22,108,23,109,kn.po,,kn,,kannada,,,kn,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/it.po,16,65,62,7,44,0,0,23,109,it.po,,it,,italian,,,it,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,23,109,23,109,am.po,,am,,amharic,,,am,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,23,109,23,109,is.po,,is,,icelandic,,,is,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,23,109,23,109,vi.po,,vi,,vietnamese,,,vi,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/af.po,20,83,86,0,0,3,26,23,109,af.po,,af,,afrikaans,,,af,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,23,109,23,109,my.po,,my,,burmese,,,my,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/mr.po,1,1,3,0,0,22,108,23,109,mr.po,,mr,,marathi,,,mr,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,23,109,23,109,ms.po,,ms,,malay,,,ms,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/en_gb.po,0,0,0,0,0,23,109,23,109,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,23,109,23,109,ur.po,,ur,,urdu,,,ur,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,23,109,23,109,mk.po,,mk,,macedonian,,,mk,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,23,109,23,109,mn.po,,mn,,mongolian,,,mn,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ml.po,1,1,2,0,0,22,108,23,109,ml.po,,ml,,malayalam,,,ml,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/uz.po,0,0,0,0,0,23,109,23,109,uz.po,,uz,,uzbek,,,uz,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/mg.po,0,0,0,0,0,23,109,23,109,mg.po,,mg,,malagasy,,,mg,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,23,109,23,109,he.po,,he,,hebrew,,,he,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/hi.po,1,1,2,0,0,22,108,23,109,hi.po,,hi,,hindi,,,hi,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/hu.po,23,109,89,0,0,0,0,23,109,hu.po,,hu,,hungarian,,,hu,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/zh_tw.po,23,109,30,0,0,0,0,23,109,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,23,109,23,109,hr.po,,hr,,croatian,,,hr,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,23,109,23,109,hy.po,,hy,,armenian,,,hy,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/pl.po,23,109,85,0,0,0,0,23,109,pl.po,,pl,,polish,,,pl,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/pa.po,1,1,1,0,0,22,108,23,109,pa.po,,pa,,punjabi,,,pa,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/tl.po,0,0,0,0,0,23,109,23,109,tl.po,,tl,,tagalog,,,tl,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/pt.po,1,1,1,0,0,22,108,23,109,pt.po,,pt,,portuguese,,,pt,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,23,109,23,109,de_ch.po,,de,ch,german,,switzerland,de_ch,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/cs.po,23,109,85,0,0,0,0,23,109,cs.po,,cs,,czech,,,cs,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,23,109,23,109,cy.po,,cy,,welsh,,,cy,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ca.po,23,109,111,0,0,0,0,23,109,ca.po,,ca,,catalan,,,ca,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,23,109,23,109,nso.po,,nso,,northern sotho,,,nso,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/xh.po,0,0,0,0,0,23,109,23,109,xh.po,,xh,,xhosa,,,xh,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/or.po,1,1,3,0,0,22,108,23,109,or.po,,or,,odia,,,or,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/nds.po,1,1,1,0,0,22,108,23,109,nds.po,,nds,,low german,,,nds,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ach.po,0,0,0,0,0,23,109,23,109,ach.po,,ach,,acoli,,,ach,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,23,109,23,109,ilo.po,,ilo,,iloko,,,ilo,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ja.po,23,109,32,0,0,0,0,23,109,ja.po,,ja,,japanese,,,ja,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/bs.po,1,1,1,0,0,22,108,23,109,bs.po,,bs,,bosnian,,,bs,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,23,109,23,109,br.po,,br,,breton,,,br,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/sr@latin.po,1,1,1,0,0,22,108,23,109,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,23,109,23,109,bo.po,,bo,,tibetan,,,bo,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/bn.po,2,2,3,0,0,21,107,23,109,bn.po,,bn,,bangla,,,bn,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/wo.po,0,0,0,0,0,23,109,23,109,wo.po,,wo,,wolof,,,wo,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ast.po,1,1,1,0,0,22,108,23,109,ast.po,,ast,,asturian,,,ast,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/uk.po,23,109,108,0,0,0,0,23,109,uk.po,,uk,,ukrainian,,,uk,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/bg.po,8,23,25,0,0,15,86,23,109,bg.po,,bg,,bulgarian,,,bg,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/be.po,23,109,88,0,0,0,0,23,109,be.po,,be,,belarusian,,,be,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ru_ru.po,0,0,0,0,0,23,109,23,109,ru_ru.po,,ru,ru,russian,,russia,ru_ru,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,23,109,23,109,ro.po,,ro,,romanian,,,ro,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ru.po,23,109,84,0,0,0,0,23,109,ru.po,,ru,,russian,,,ru,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/es.po,23,109,106,0,0,0,0,23,109,es.po,,es,,spanish,,,es,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,23,109,23,109,et.po,,et,,estonian,,,et,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/eu.po,7,13,13,0,0,16,96,23,109,eu.po,,eu,,basque,,,eu,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/en_us.po,0,0,0,0,0,23,109,23,109,en_us.po,,en,us,english,,united states,en_us,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,23,109,23,109,eo.po,,eo,,esperanto,,,eo,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/el.po,1,1,1,0,0,22,108,23,109,el.po,,el,,greek,,,el,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,23,109,23,109,bal.po,,bal,,baluchi,,,bal,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/zh_cn.po,23,109,39,0,0,0,0,23,109,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/dz.po,0,0,0,0,0,23,109,23,109,dz.po,,dz,,dzongkha,,,dz,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/da.po,23,109,103,0,0,0,0,23,109,da.po,,da,,danish,,,da,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/de.po,23,109,99,0,0,0,0,23,109,de.po,,de,,german,,,de,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/pt_br.po,23,109,104,0,0,0,0,23,109,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,23,109,23,109,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ta.po,1,1,2,0,0,22,108,23,109,ta.po,,ta,,tamil,,,ta,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/te.po,1,1,2,0,0,22,108,23,109,te.po,,te,,telugu,,,te,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,23,109,23,109,tg.po,,tg,,tajik,,,tg,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,23,109,23,109,th.po,,th,,thai,,,th,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,23,109,23,109,lt.po,,lt,,lithuanian,,,lt,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/lv.po,1,1,1,0,0,22,108,23,109,lv.po,,lv,,latvian,,,lv,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/tr.po,23,109,92,0,0,0,0,23,109,tr.po,,tr,,turkish,,,tr,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,23,109,23,109,brx.po,,brx,,bodo,,,brx,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,23,109,23,109,lo.po,,lo,,lao,,,lo,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/la.po,0,0,0,0,0,23,109,23,109,la.po,,la,,latin,,,la,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,23,109,23,109,gl.po,,gl,,galician,,,gl,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,23,109,23,109,ga.po,,ga,,irish,,,ga,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/gu.po,1,1,3,0,0,22,108,23,109,gu.po,,gu,,gujarati,,,gu,po -python-meh-0.48-1.fc31.src.rpm.stats.csv,po/aln.po,0,0,0,0,0,23,109,23,109,aln.po,,aln,,gheg albanian,,,aln,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,16,42,16,42,or.po,,or,,odia,,,or,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,16,42,16,42,ky.po,,ky,,kyrgyz,,,ky,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,16,42,16,42,sl.po,,sl,,slovenian,,,sl,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw.po,0,0,0,0,0,16,42,16,42,kw.po,,kw,,cornish,,,kw,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/si.po,0,0,0,0,0,16,42,16,42,si.po,,si,,sinhala,,,si,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/sk.po,16,42,39,0,0,0,0,16,42,sk.po,,sk,,slovak,,,sk,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/km.po,0,0,0,0,0,16,42,16,42,km.po,,km,,khmer,,,km,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/sv.po,6,16,17,0,0,10,26,16,42,sv.po,,sv,,swedish,,,sv,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ko.po,0,0,0,0,0,16,42,16,42,ko.po,,ko,,korean,,,ko,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,16,42,16,42,sq.po,,sq,,albanian,,,sq,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/sr.po,0,0,0,0,0,16,42,16,42,sr.po,,sr,,serbian,,,sr,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,16,42,16,42,kk.po,,kk,,kazakh,,,kk,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,16,42,16,42,ka.po,,ka,,georgian,,,ka,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/nds.po,0,0,0,0,0,16,42,16,42,nds.po,,nds,,low german,,,nds,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/da.po,16,42,45,0,0,0,0,16,42,da.po,,da,,danish,,,da,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,16,42,16,42,fi.po,,fi,,finnish,,,fi,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/mai.po,0,0,0,0,0,16,42,16,42,mai.po,,mai,,maithili,,,mai,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bs.po,0,0,0,0,0,16,42,16,42,bs.po,,bs,,bosnian,,,bs,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/br.po,0,0,0,0,0,16,42,16,42,br.po,,br,,breton,,,br,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,16,42,16,42,fa.po,,fa,,persian,,,fa,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,16,42,16,42,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bo.po,0,0,0,0,0,16,42,16,42,bo.po,,bo,,tibetan,,,bo,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,16,42,16,42,bn.po,,bn,,bangla,,,bn,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ast.po,0,0,0,0,0,16,42,16,42,ast.po,,ast,,asturian,,,ast,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,16,42,16,42,ms.po,,ms,,malay,,,ms,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,16,42,16,42,bg.po,,bg,,bulgarian,,,bg,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/fr.po,16,42,52,0,0,0,0,16,42,fr.po,,fr,,french,,,fr,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,16,42,16,42,be.po,,be,,belarusian,,,be,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,16,42,16,42,ro.po,,ro,,romanian,,,ro,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/anp.po,0,0,0,0,0,16,42,16,42,anp.po,,anp,,angika,,,anp,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ne.po,0,0,0,0,0,16,42,16,42,ne.po,,ne,,nepali,,,ne,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,16,42,16,42,nb.po,,nb,,norwegian bokmål,,,nb,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,16,42,16,42,nn.po,,nn,,norwegian nynorsk,,,nn,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,16,42,16,42,nl.po,,nl,,dutch,,,nl,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ru.po,0,0,0,0,0,16,42,16,42,ru.po,,ru,,russian,,,ru,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/es.po,16,42,40,0,0,0,0,16,42,es.po,,es,,spanish,,,es,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/id.po,0,0,0,0,0,16,42,16,42,id.po,,id,,indonesian,,,id,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,16,42,16,42,et.po,,et,,estonian,,,et,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,16,42,16,42,eu.po,,eu,,basque,,,eu,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,16,42,16,42,zu.po,,zu,,zulu,,,zu,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw@kkcor.po,0,0,0,0,0,16,42,16,42,kw@kkcor.po,kkcor,kw,,cornish,,,kw@kkcor,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,16,42,16,42,ar.po,,ar,,arabic,,,ar,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,16,42,16,42,as.po,,as,,assamese,,,as,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,16,42,16,42,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,16,42,16,42,kn.po,,kn,,kannada,,,kn,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/it.po,0,0,0,0,0,16,42,16,42,it.po,,it,,italian,,,it,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,16,42,16,42,am.po,,am,,amharic,,,am,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,16,42,16,42,is.po,,is,,icelandic,,,is,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,16,42,16,42,vi.po,,vi,,vietnamese,,,vi,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,16,42,16,42,af.po,,af,,afrikaans,,,af,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/mn.po,0,0,0,0,0,16,42,16,42,mn.po,,mn,,mongolian,,,mn,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,16,42,16,42,eo.po,,eo,,esperanto,,,eo,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/el.po,0,0,0,0,0,16,42,16,42,el.po,,el,,greek,,,el,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,16,42,16,42,my.po,,my,,burmese,,,my,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,16,42,16,42,ilo.po,,ilo,,iloko,,,ilo,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bal.po,0,0,0,0,0,16,42,16,42,bal.po,,bal,,baluchi,,,bal,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw_gb.po,0,0,0,0,0,16,42,16,42,kw_gb.po,,kw,gb,cornish,,united kingdom,kw_gb,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,16,42,16,42,mr.po,,mr,,marathi,,,mr,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/uk.po,16,42,42,0,0,0,0,16,42,uk.po,,uk,,ukrainian,,,uk,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/zh_cn.po,6,16,6,0,0,10,26,16,42,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,16,42,16,42,ur.po,,ur,,urdu,,,ur,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,16,42,16,42,mk.po,,mk,,macedonian,,,mk,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,16,42,16,42,ml.po,,ml,,malayalam,,,ml,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,16,42,16,42,he.po,,he,,hebrew,,,he,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/pt_br.po,6,16,13,0,0,10,26,16,42,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,16,42,16,42,hi.po,,hi,,hindi,,,hi,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/hu.po,0,0,0,0,0,16,42,16,42,hu.po,,hu,,hungarian,,,hu,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/de.po,0,0,0,0,0,16,42,16,42,de.po,,de,,german,,,de,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,16,42,16,42,bn_in.po,,bn,in,bangla,,india,bn_in,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,16,42,16,42,hr.po,,hr,,croatian,,,hr,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/yo.po,0,0,0,0,0,16,42,16,42,yo.po,,yo,,yoruba,,,yo,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,16,42,16,42,ta.po,,ta,,tamil,,,ta,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/pl.po,16,42,39,0,0,0,0,16,42,pl.po,,pl,,polish,,,pl,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,16,42,16,42,ia.po,,ia,,interlingua,,,ia,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,16,42,16,42,te.po,,te,,telugu,,,te,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/tg.po,0,0,0,0,0,16,42,16,42,tg.po,,tg,,tajik,,,tg,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,16,42,16,42,th.po,,th,,thai,,,th,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,16,42,16,42,pa.po,,pa,,punjabi,,,pa,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,16,42,16,42,lt.po,,lt,,lithuanian,,,lt,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,16,42,16,42,lv.po,,lv,,latvian,,,lv,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ja.po,0,0,0,0,0,16,42,16,42,ja.po,,ja,,japanese,,,ja,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/de_ch.po,0,0,0,0,0,16,42,16,42,de_ch.po,,de,ch,german,,switzerland,de_ch,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/tr.po,0,0,0,0,0,16,42,16,42,tr.po,,tr,,turkish,,,tr,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,16,42,16,42,nso.po,,nso,,northern sotho,,,nso,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/tw.po,0,0,0,0,0,16,42,16,42,tw.po,,tw,,twi,,,tw,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,16,42,16,42,pt.po,,pt,,portuguese,,,pt,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/en_gb.po,15,35,35,0,0,1,7,16,42,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,16,42,16,42,gl.po,,gl,,galician,,,gl,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/cs.po,16,42,41,0,0,0,0,16,42,cs.po,,cs,,czech,,,cs,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,16,42,16,42,ga.po,,ga,,irish,,,ga,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,16,42,16,42,cy.po,,cy,,welsh,,,cy,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/kw@uccor.po,0,0,0,0,0,16,42,16,42,kw@uccor.po,uccor,kw,,cornish,,,kw@uccor,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/ca.po,16,42,42,0,0,0,0,16,42,ca.po,,ca,,catalan,,,ca,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/brx.po,0,0,0,0,0,16,42,16,42,brx.po,,brx,,bodo,,,brx,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,16,42,16,42,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -python-simpleline-1.6-1.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,16,42,16,42,gu.po,,gu,,gujarati,,,gu,po -quota-4.05-5.fc31.src.rpm.stats.csv,po/cs.po,483,3628,3777,53,1057,33,165,569,4850,cs.po,,cs,,czech,,,cs,po -quota-4.05-5.fc31.src.rpm.stats.csv,po/pl.po,483,3628,3851,53,1057,33,165,569,4850,pl.po,,pl,,polish,,,pl,po -quota-4.05-5.fc31.src.rpm.stats.csv,po/fr.po,233,1545,1955,216,1527,120,1778,569,4850,fr.po,,fr,,french,,,fr,po -quota-4.05-5.fc31.src.rpm.stats.csv,po/de.po,434,3354,3372,94,1273,41,223,569,4850,de.po,,de,,german,,,de,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,127,789,127,789,pa.po,,pa,,punjabi,,,pa,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,127,789,127,789,lt.po,,lt,,lithuanian,,,lt,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ia.po,0,0,0,0,0,127,789,127,789,ia.po,,ia,,interlingua,,,ia,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/gl.po,125,778,999,0,0,2,11,127,789,gl.po,,gl,,galician,,,gl,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,127,789,127,789,ka.po,,ka,,georgian,,,ka,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,127,789,127,789,he.po,,he,,hebrew,,,he,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,127,789,127,789,nn.po,,nn,,norwegian nynorsk,,,nn,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,127,789,127,789,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,127,789,127,789,ga.po,,ga,,irish,,,ga,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ko.po,127,789,706,0,0,0,0,127,789,ko.po,,ko,,korean,,,ko,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ru.po,127,789,795,0,0,0,0,127,789,ru.po,,ru,,russian,,,ru,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,127,789,127,789,eu.po,,eu,,basque,,,eu,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,127,789,127,789,fo.po,,fo,,faroese,,,fo,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,127,789,127,789,pt.po,,pt,,portuguese,,,pt,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/el.po,125,778,926,0,0,2,11,127,789,el.po,,el,,greek,,,el,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,127,789,127,789,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/en_gb.po,125,778,778,0,0,2,11,127,789,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/es_cl.po,0,0,0,0,0,127,789,127,789,es_cl.po,,es,cl,spanish,,chile,es_cl,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/id.po,125,778,817,0,0,2,11,127,789,id.po,,id,,indonesian,,,id,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,127,789,127,789,as.po,,as,,assamese,,,as,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,127,789,127,789,or.po,,or,,odia,,,or,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,127,789,127,789,wa.po,,wa,,walloon,,,wa,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/it.po,0,0,0,0,0,127,789,127,789,it.po,,it,,italian,,,it,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,127,789,127,789,lv.po,,lv,,latvian,,,lv,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,127,789,127,789,ta.po,,ta,,tamil,,,ta,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/fr.po,18,110,116,0,0,109,679,127,789,fr.po,,fr,,french,,,fr,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,127,789,127,789,te.po,,te,,telugu,,,te,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,127,789,127,789,az.po,,az,,azerbaijani,,,az,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,127,789,127,789,nb.po,,nb,,norwegian bokmål,,,nb,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,127,789,127,789,kn.po,,kn,,kannada,,,kn,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,127,789,127,789,hi.po,,hi,,hindi,,,hi,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,127,789,127,789,th.po,,th,,thai,,,th,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/zh_cn.po,88,511,122,0,0,39,278,127,789,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,127,789,127,789,ar.po,,ar,,arabic,,,ar,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,127,789,127,789,fa.po,,fa,,persian,,,fa,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/da.po,115,712,723,0,0,12,77,127,789,da.po,,da,,danish,,,da,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/sl.po,125,778,775,0,0,2,11,127,789,sl.po,,sl,,slovenian,,,sl,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/nl.po,0,0,0,0,0,127,789,127,789,nl.po,,nl,,dutch,,,nl,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,127,789,127,789,bg.po,,bg,,bulgarian,,,bg,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/sv.po,125,778,769,0,0,2,11,127,789,sv.po,,sv,,swedish,,,sv,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,127,789,127,789,bn_in.po,,bn,in,bangla,,india,bn_in,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,127,789,127,789,ml.po,,ml,,malayalam,,,ml,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/kk.po,0,0,0,0,0,127,789,127,789,kk.po,,kk,,kazakh,,,kk,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/cs.po,0,0,0,0,0,127,789,127,789,cs.po,,cs,,czech,,,cs,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,127,789,127,789,mr.po,,mr,,marathi,,,mr,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,127,789,127,789,sq.po,,sq,,albanian,,,sq,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/tr.po,125,778,710,0,0,2,11,127,789,tr.po,,tr,,turkish,,,tr,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,127,789,127,789,et.po,,et,,estonian,,,et,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/oc.po,0,0,0,0,0,127,789,127,789,oc.po,,oc,,occitan,,,oc,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/hu.po,20,129,128,0,0,107,660,127,789,hu.po,,hu,,hungarian,,,hu,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/zh_tw.po,0,0,0,0,0,127,789,127,789,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/pl.po,127,789,802,0,0,0,0,127,789,pl.po,,pl,,polish,,,pl,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/fi.po,0,0,0,0,0,127,789,127,789,fi.po,,fi,,finnish,,,fi,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,127,789,127,789,ms.po,,ms,,malay,,,ms,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/uk.po,127,789,879,0,0,0,0,127,789,uk.po,,uk,,ukrainian,,,uk,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ca.po,0,0,0,0,0,127,789,127,789,ca.po,,ca,,catalan,,,ca,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,127,789,127,789,hr.po,,hr,,croatian,,,hr,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/de.po,116,683,731,0,0,11,106,127,789,de.po,,de,,german,,,de,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,127,789,127,789,eo.po,,eo,,esperanto,,,eo,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,127,789,127,789,vi.po,,vi,,vietnamese,,,vi,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,127,789,127,789,gu.po,,gu,,gujarati,,,gu,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,127,789,127,789,cy.po,,cy,,welsh,,,cy,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/sk.po,0,0,0,0,0,127,789,127,789,sk.po,,sk,,slovak,,,sk,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/pt_br.po,127,789,971,0,0,0,0,127,789,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,127,789,127,789,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/es.po,125,778,1028,0,0,2,11,127,789,es.po,,es,,spanish,,,es,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,127,789,127,789,ro.po,,ro,,romanian,,,ro,po -realmd-0.16.3-21.fc31.src.rpm.stats.csv,po/ja.po,17,60,22,0,0,110,729,127,789,ja.po,,ja,,japanese,,,ja,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/is.po,86,261,233,0,0,0,0,86,261,is.po,,is,,icelandic,,,is,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/en_gb.po,86,261,261,0,0,0,0,86,261,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/et.po,81,253,212,0,0,5,8,86,261,et.po,,et,,estonian,,,et,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ar.po,81,253,249,0,0,5,8,86,261,ar.po,,ar,,arabic,,,ar,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/sk.po,86,261,256,0,0,0,0,86,261,sk.po,,sk,,slovak,,,sk,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/mr.po,86,261,260,0,0,0,0,86,261,mr.po,,mr,,marathi,,,mr,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/hi.po,86,261,292,0,0,0,0,86,261,hi.po,,hi,,hindi,,,hi,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/cs.po,86,261,259,0,0,0,0,86,261,cs.po,,cs,,czech,,,cs,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/bn_in.po,86,261,290,0,0,0,0,86,261,bn_in.po,,bn,in,bangla,,india,bn_in,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/te.po,86,261,250,0,0,0,0,86,261,te.po,,te,,telugu,,,te,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/lt.po,73,221,213,2,6,11,34,86,261,lt.po,,lt,,lithuanian,,,lt,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/de.po,86,261,211,0,0,0,0,86,261,de.po,,de,,german,,,de,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/sq.po,2,5,4,0,0,84,256,86,261,sq.po,,sq,,albanian,,,sq,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/vi.po,72,218,335,3,9,11,34,86,261,vi.po,,vi,,vietnamese,,,vi,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/sr.po,86,261,270,0,0,0,0,86,261,sr.po,,sr,,serbian,,,sr,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ur.po,71,216,397,4,11,11,34,86,261,ur.po,,ur,,urdu,,,ur,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/gl.po,52,132,157,1,1,33,128,86,261,gl.po,,gl,,galician,,,gl,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ilo.po,43,106,164,4,6,39,149,86,261,ilo.po,,ilo,,iloko,,,ilo,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ml.po,86,261,245,0,0,0,0,86,261,ml.po,,ml,,malayalam,,,ml,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/lv.po,80,252,225,0,0,6,9,86,261,lv.po,,lv,,latvian,,,lv,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/hy.po,73,221,198,2,6,11,34,86,261,hy.po,,hy,,armenian,,,hy,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/id.po,81,253,246,0,0,5,8,86,261,id.po,,id,,indonesian,,,id,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/tr.po,78,246,238,3,5,5,10,86,261,tr.po,,tr,,turkish,,,tr,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/nb.po,86,261,221,0,0,0,0,86,261,nb.po,,nb,,norwegian bokmål,,,nb,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/or.po,86,261,300,0,0,0,0,86,261,or.po,,or,,odia,,,or,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/th.po,86,261,126,0,0,0,0,86,261,th.po,,th,,thai,,,th,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/mk.po,86,261,286,0,0,0,0,86,261,mk.po,,mk,,macedonian,,,mk,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/sl.po,76,240,247,5,11,5,10,86,261,sl.po,,sl,,slovenian,,,sl,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/bg.po,86,261,293,0,0,0,0,86,261,bg.po,,bg,,bulgarian,,,bg,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/nl.po,86,261,228,0,0,0,0,86,261,nl.po,,nl,,dutch,,,nl,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/he.po,86,261,257,0,0,0,0,86,261,he.po,,he,,hebrew,,,he,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,86,261,86,261,ku.po,,ku,,kurdish,,,ku,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,86,261,86,261,lo.po,,lo,,lao,,,lo,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/pl.po,86,261,259,0,0,0,0,86,261,pl.po,,pl,,polish,,,pl,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/fa.po,81,253,277,0,0,5,8,86,261,fa.po,,fa,,persian,,,fa,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/zh_tw.po,86,261,125,0,0,0,0,86,261,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ru.po,86,261,269,0,0,0,0,86,261,ru.po,,ru,,russian,,,ru,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/pt_br.po,86,261,312,0,0,0,0,86,261,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/hu.po,86,261,231,0,0,0,0,86,261,hu.po,,hu,,hungarian,,,hu,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,86,261,86,261,my.po,,my,,burmese,,,my,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ta.po,86,261,250,0,0,0,0,86,261,ta.po,,ta,,tamil,,,ta,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/el.po,86,261,271,0,0,0,0,86,261,el.po,,el,,greek,,,el,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/gu.po,86,261,275,0,0,0,0,86,261,gu.po,,gu,,gujarati,,,gu,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/pt.po,86,261,315,0,0,0,0,86,261,pt.po,,pt,,portuguese,,,pt,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ms.po,86,261,249,0,0,0,0,86,261,ms.po,,ms,,malay,,,ms,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/da.po,86,261,224,0,0,0,0,86,261,da.po,,da,,danish,,,da,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/sv.po,86,261,225,0,0,0,0,86,261,sv.po,,sv,,swedish,,,sv,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/sr@latin.po,86,261,270,0,0,0,0,86,261,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ko.po,86,261,247,0,0,0,0,86,261,ko.po,,ko,,korean,,,ko,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/kn.po,86,261,258,0,0,0,0,86,261,kn.po,,kn,,kannada,,,kn,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/as.po,86,261,304,0,0,0,0,86,261,as.po,,as,,assamese,,,as,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/am.po,73,221,240,2,6,11,34,86,261,am.po,,am,,amharic,,,am,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/uk.po,86,261,270,0,0,0,0,86,261,uk.po,,uk,,ukrainian,,,uk,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/nso.po,73,221,363,2,6,11,34,86,261,nso.po,,nso,,northern sotho,,,nso,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ka.po,69,205,191,4,11,13,45,86,261,ka.po,,ka,,georgian,,,ka,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/zu.po,70,213,221,5,14,11,34,86,261,zu.po,,zu,,zulu,,,zu,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/si.po,86,261,300,0,0,0,0,86,261,si.po,,si,,sinhala,,,si,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ja.po,86,261,110,0,0,0,0,86,261,ja.po,,ja,,japanese,,,ja,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/be.po,71,216,211,4,11,11,34,86,261,be.po,,be,,belarusian,,,be,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/cy.po,86,261,263,0,0,0,0,86,261,cy.po,,cy,,welsh,,,cy,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ro.po,86,261,273,0,0,0,0,86,261,ro.po,,ro,,romanian,,,ro,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/af.po,73,221,184,2,6,11,34,86,261,af.po,,af,,afrikaans,,,af,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/fi.po,86,261,190,0,0,0,0,86,261,fi.po,,fi,,finnish,,,fi,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/es.po,86,261,319,0,0,0,0,86,261,es.po,,es,,spanish,,,es,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/pa.po,86,261,276,0,0,0,0,86,261,pa.po,,pa,,punjabi,,,pa,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/ca.po,86,261,311,0,0,0,0,86,261,ca.po,,ca,,catalan,,,ca,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/bn.po,76,240,280,5,11,5,10,86,261,bn.po,,bn,,bangla,,,bn,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/hr.po,86,261,265,0,0,0,0,86,261,hr.po,,hr,,croatian,,,hr,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/zh_cn.po,86,261,129,0,0,0,0,86,261,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/it.po,86,261,296,0,0,0,0,86,261,it.po,,it,,italian,,,it,po -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv,po/fr.po,86,261,310,0,0,0,0,86,261,fr.po,,fr,,french,,,fr,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/ca/ca.po,57,249,302,0,0,492,7820,549,8069,ca.po,,ca,,catalan,,,ca,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/el/el.po,541,8027,8780,0,0,8,42,549,8069,el.po,,el,,greek,,,el,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/ja/ja.po,443,4994,1486,3,43,103,3032,549,8069,ja.po,,ja,,japanese,,,ja,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,218,1680,1917,1,25,330,6364,549,8069,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/uk/uk.po,446,5037,4364,0,0,103,3032,549,8069,uk.po,,uk,,ukrainian,,,uk,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/cs/cs.po,495,7510,6514,0,0,54,559,549,8069,cs.po,,cs,,czech,,,cs,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/fr/fr.po,441,5164,5813,0,0,108,2905,549,8069,fr.po,,fr,,french,,,fr,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/oc/oc.po,123,221,254,0,0,426,7848,549,8069,oc.po,,oc,,occitan,,,oc,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/de/de.po,495,7510,7221,0,0,54,559,549,8069,de.po,,de,,german,,,de,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/ro/ro.po,460,5744,5851,2,124,87,2201,549,8069,ro.po,,ro,,romanian,,,ro,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/ru/ru.po,436,5014,4281,0,0,113,3055,549,8069,ru.po,,ru,,russian,,,ru,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/it/it.po,436,5014,4731,0,0,113,3055,549,8069,it.po,,it,,italian,,,it,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/pt/pt.po,433,4983,5401,0,0,116,3086,549,8069,pt.po,,pt,,portuguese,,,pt,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/da/da.po,431,4971,4307,6,118,112,2980,549,8069,da.po,,da,,danish,,,da,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/es/es.po,373,4601,5287,0,0,176,3468,549,8069,es.po,,es,,spanish,,,es,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/sv/sv.po,373,4601,4188,0,0,176,3468,549,8069,sv.po,,sv,,swedish,,,sv,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/eu/eu.po,446,5035,3771,0,0,103,3034,549,8069,eu.po,,eu,,basque,,,eu,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/gl/gl.po,8,68,83,0,0,541,8001,549,8069,gl.po,,gl,,galician,,,gl,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,436,5014,771,0,0,113,3055,549,8069,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,help/sl/sl.po,429,4634,3998,2,236,118,3199,549,8069,sl.po,,sl,,slovenian,,,sl,help/ -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ms.po,282,1021,931,0,0,927,4087,1209,5108,ms.po,,ms,,malay,,,ms,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/is.po,312,1099,994,0,0,897,4009,1209,5108,is.po,,is,,icelandic,,,is,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ru.po,971,3734,3628,0,0,238,1374,1209,5108,ru.po,,ru,,russian,,,ru,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/si.po,924,3575,3591,0,0,285,1533,1209,5108,si.po,,si,,sinhala,,,si,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/hu.po,969,3756,3448,0,0,240,1352,1209,5108,hu.po,,hu,,hungarian,,,hu,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ca@valencia.po,923,3940,4974,168,558,118,610,1209,5108,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/tr.po,969,3756,3240,0,0,240,1352,1209,5108,tr.po,,tr,,turkish,,,tr,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/sr.po,968,3746,3949,0,0,241,1362,1209,5108,sr.po,,sr,,serbian,,,sr,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/et.po,1183,5003,4116,11,24,15,81,1209,5108,et.po,,et,,estonian,,,et,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/az.po,331,1233,1112,0,0,878,3875,1209,5108,az.po,,az,,azerbaijani,,,az,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ta.po,1070,4545,4013,0,0,139,563,1209,5108,ta.po,,ta,,tamil,,,ta,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/it.po,968,3746,3967,0,0,241,1362,1209,5108,it.po,,it,,italian,,,it,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/he.po,798,2988,2823,72,316,339,1804,1209,5108,he.po,,he,,hebrew,,,he,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/pt.po,978,3763,4277,0,0,231,1345,1209,5108,pt.po,,pt,,portuguese,,,pt,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ca.po,968,3746,4593,0,0,241,1362,1209,5108,ca.po,,ca,,catalan,,,ca,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ko.po,971,3734,3216,0,0,238,1374,1209,5108,ko.po,,ko,,korean,,,ko,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/id.po,969,3756,3672,0,0,240,1352,1209,5108,id.po,,id,,indonesian,,,id,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ar.po,898,3436,3577,1,2,310,1670,1209,5108,ar.po,,ar,,arabic,,,ar,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/de.po,969,3756,3650,0,0,240,1352,1209,5108,de.po,,de,,german,,,de,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/be@latin.po,987,4372,4078,0,0,222,736,1209,5108,be@latin.po,latin,be,,belarusian,,,be@latin,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/af.po,966,3821,3960,1,7,242,1280,1209,5108,af.po,,af,,afrikaans,,,af,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/nds.po,169,234,242,3,7,1037,4867,1209,5108,nds.po,,nds,,low german,,,nds,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/pl.po,969,3756,3871,0,0,240,1352,1209,5108,pl.po,,pl,,polish,,,pl,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/as.po,1057,4505,3889,0,0,152,603,1209,5108,as.po,,as,,assamese,,,as,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/hr.po,969,3756,3699,0,0,240,1352,1209,5108,hr.po,,hr,,croatian,,,hr,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/kk.po,325,563,553,0,0,884,4545,1209,5108,kk.po,,kk,,kazakh,,,kk,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/sl.po,917,3533,3655,0,0,292,1575,1209,5108,sl.po,,sl,,slovenian,,,sl,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/cy.po,328,1249,1334,1,4,880,3855,1209,5108,cy.po,,cy,,welsh,,,cy,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/cs.po,969,3756,3798,0,0,240,1352,1209,5108,cs.po,,cs,,czech,,,cs,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/fur.po,270,652,788,0,0,939,4456,1209,5108,fur.po,,fur,,friulian,,,fur,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/sv.po,969,3756,3593,0,0,240,1352,1209,5108,sv.po,,sv,,swedish,,,sv,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/mr.po,1061,4517,4603,0,0,148,591,1209,5108,mr.po,,mr,,marathi,,,mr,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/zh_tw.po,969,3756,1564,0,0,240,1352,1209,5108,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/th.po,916,3532,1566,0,0,293,1576,1209,5108,th.po,,th,,thai,,,th,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/br.po,1047,4371,5029,47,218,115,519,1209,5108,br.po,,br,,breton,,,br,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/be.po,1033,4072,3896,0,0,176,1036,1209,5108,be.po,,be,,belarusian,,,be,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/gd.po,979,3769,5461,0,0,230,1339,1209,5108,gd.po,,gd,,scottish gaelic,,,gd,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ro.po,970,3751,4235,0,0,239,1357,1209,5108,ro.po,,ro,,romanian,,,ro,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/kn.po,1070,4545,4233,0,0,139,563,1209,5108,kn.po,,kn,,kannada,,,kn,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/da.po,969,3756,3503,0,0,240,1352,1209,5108,da.po,,da,,danish,,,da,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/gl.po,968,3746,4530,0,0,241,1362,1209,5108,gl.po,,gl,,galician,,,gl,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/en_ca.po,891,3889,3899,0,0,318,1219,1209,5108,en_ca.po,,en,ca,english,,canada,en_ca,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ga.po,311,596,708,53,177,845,4335,1209,5108,ga.po,,ga,,irish,,,ga,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/mn.po,185,453,430,0,0,1024,4655,1209,5108,mn.po,,mn,,mongolian,,,mn,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/es.po,969,3756,4521,0,0,240,1352,1209,5108,es.po,,es,,spanish,,,es,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/uk.po,1032,4049,3887,0,0,177,1059,1209,5108,uk.po,,uk,,ukrainian,,,uk,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/te.po,966,3505,3176,0,0,243,1603,1209,5108,te.po,,te,,telugu,,,te,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/bs.po,968,3719,3704,0,0,241,1389,1209,5108,bs.po,,bs,,bosnian,,,bs,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/lt.po,969,3756,3425,0,0,240,1352,1209,5108,lt.po,,lt,,lithuanian,,,lt,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/vi.po,969,3756,5014,0,0,240,1352,1209,5108,vi.po,,vi,,vietnamese,,,vi,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/nl.po,968,3746,3823,0,0,241,1362,1209,5108,nl.po,,nl,,dutch,,,nl,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/pa.po,910,3393,3737,1,50,298,1665,1209,5108,pa.po,,pa,,punjabi,,,pa,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/eu.po,1131,4797,4194,0,0,78,311,1209,5108,eu.po,,eu,,basque,,,eu,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/zh_hk.po,922,3569,1520,0,0,287,1539,1209,5108,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/or.po,336,705,839,8,17,865,4386,1209,5108,or.po,,or,,odia,,,or,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/am.po,94,136,175,0,0,1115,4972,1209,5108,am.po,,am,,amharic,,,am,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/fa.po,767,2269,2462,0,0,442,2839,1209,5108,fa.po,,fa,,persian,,,fa,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/nn.po,1169,4962,4808,0,0,40,146,1209,5108,nn.po,,nn,,norwegian nynorsk,,,nn,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/dz.po,826,3813,1411,0,0,383,1295,1209,5108,dz.po,,dz,,dzongkha,,,dz,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/nb.po,968,3746,3695,0,0,241,1362,1209,5108,nb.po,,nb,,norwegian bokmål,,,nb,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/sr@latin.po,968,3746,3949,0,0,241,1362,1209,5108,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/pt_br.po,969,3756,4476,0,0,240,1352,1209,5108,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/bg.po,1033,4089,4621,0,0,176,1019,1209,5108,bg.po,,bg,,bulgarian,,,bg,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/rw.po,32,35,34,269,1394,908,3679,1209,5108,rw.po,,rw,,kinyarwanda,,,rw,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/fr.po,969,3756,4578,0,0,240,1352,1209,5108,fr.po,,fr,,french,,,fr,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/mk.po,952,4142,4598,0,0,257,966,1209,5108,mk.po,,mk,,macedonian,,,mk,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/sk.po,968,3746,3856,0,0,241,1362,1209,5108,sk.po,,sk,,slovak,,,sk,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/bn_in.po,790,2502,2992,0,0,419,2606,1209,5108,bn_in.po,,bn,in,bangla,,india,bn_in,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/zh_cn.po,979,3769,1784,0,0,230,1339,1209,5108,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ml.po,60,75,81,3,3,1146,5030,1209,5108,ml.po,,ml,,malayalam,,,ml,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/eo.po,964,3697,3555,1,2,244,1409,1209,5108,eo.po,,eo,,esperanto,,,eo,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/hi.po,1070,4545,5515,0,0,139,563,1209,5108,hi.po,,hi,,hindi,,,hi,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ja.po,917,3533,1157,0,0,292,1575,1209,5108,ja.po,,ja,,japanese,,,ja,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ne.po,902,3936,3934,0,0,307,1172,1209,5108,ne.po,,ne,,nepali,,,ne,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/fi.po,951,3674,2989,4,16,254,1418,1209,5108,fi.po,,fi,,finnish,,,fi,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/lv.po,969,3756,3480,0,0,240,1352,1209,5108,lv.po,,lv,,latvian,,,lv,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/en_gb.po,1033,4072,4087,0,0,176,1036,1209,5108,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/ps.po,533,1298,1468,0,0,676,3810,1209,5108,ps.po,,ps,,pashto,,,ps,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/oc.po,970,3732,4429,1,2,238,1374,1209,5108,oc.po,,oc,,occitan,,,oc,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/gu.po,1057,4503,5122,8,15,144,590,1209,5108,gu.po,,gu,,gujarati,,,gu,po -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv,po/el.po,919,3596,3953,0,0,290,1512,1209,5108,el.po,,el,,greek,,,el,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/tr.po,385,1848,1647,13,55,471,2619,869,4522,tr.po,,tr,,turkish,,,tr,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/ko.po,339,1722,1696,13,55,517,2745,869,4522,ko.po,,ko,,korean,,,ko,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/sr.po,495,2513,2568,39,188,335,1821,869,4522,sr.po,,sr,,serbian,,,sr,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/id.po,69,451,439,0,0,800,4071,869,4522,id.po,,id,,indonesian,,,id,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/fi.po,429,2103,1771,13,55,427,2364,869,4522,fi.po,,fi,,finnish,,,fi,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/sk.po,608,3081,3077,13,55,248,1386,869,4522,sk.po,,sk,,slovak,,,sk,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/de.po,685,3457,3502,14,61,170,1004,869,4522,de.po,,de,,german,,,de,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/is.po,72,327,328,1,6,796,4189,869,4522,is.po,,is,,icelandic,,,is,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/br.po,137,434,572,1,6,731,4082,869,4522,br.po,,br,,breton,,,br,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/ms.po,40,131,136,3,14,826,4377,869,4522,ms.po,,ms,,malay,,,ms,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/sl.po,137,682,712,3,14,729,3826,869,4522,sl.po,,sl,,slovenian,,,sl,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/sv.po,803,4160,3909,14,61,52,301,869,4522,sv.po,,sv,,swedish,,,sv,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/ja.po,628,3183,1602,13,55,228,1284,869,4522,ja.po,,ja,,japanese,,,ja,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/ar.po,95,254,270,0,0,774,4268,869,4522,ar.po,,ar,,arabic,,,ar,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/el.po,16,74,90,0,0,853,4448,869,4522,el.po,,el,,greek,,,el,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/sr@latin.po,495,2513,2568,39,188,335,1821,869,4522,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/te.po,21,66,62,0,0,848,4456,869,4522,te.po,,te,,telugu,,,te,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/cs.po,463,2336,2209,13,55,393,2131,869,4522,cs.po,,cs,,czech,,,cs,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/uk.po,713,3674,4026,14,61,142,787,869,4522,uk.po,,uk,,ukrainian,,,uk,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/vi.po,713,3674,5839,14,61,142,787,869,4522,vi.po,,vi,,vietnamese,,,vi,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/pt_br.po,535,2671,3235,13,55,321,1796,869,4522,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/zh_cn.po,689,3492,1553,14,61,166,969,869,4522,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/nl.po,60,154,147,2,8,807,4360,869,4522,nl.po,,nl,,dutch,,,nl,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/fr.po,645,3254,4018,13,55,211,1213,869,4522,fr.po,,fr,,french,,,fr,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/es.po,628,3183,3933,13,55,228,1284,869,4522,es.po,,es,,spanish,,,es,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/pt.po,340,1725,2180,37,186,492,2611,869,4522,pt.po,,pt,,portuguese,,,pt,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/eo.po,713,3674,3614,14,61,142,787,869,4522,eo.po,,eo,,esperanto,,,eo,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/da.po,289,1476,1409,13,55,567,2991,869,4522,da.po,,da,,danish,,,da,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/nb.po,213,1057,1035,13,55,643,3410,869,4522,nb.po,,nb,,norwegian bokmål,,,nb,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/it.po,675,3421,3904,14,61,180,1040,869,4522,it.po,,it,,italian,,,it,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/ru.po,471,2332,2289,14,61,384,2129,869,4522,ru.po,,ru,,russian,,,ru,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/zh_tw.po,803,4160,1875,14,61,52,301,869,4522,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/ca.po,677,3407,4701,13,55,179,1060,869,4522,ca.po,,ca,,catalan,,,ca,po -rpm-4.15.0-6.fc31.src.rpm.stats.csv,po/pl.po,855,4461,4625,14,61,0,0,869,4522,pl.po,,pl,,polish,,,pl,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ko.po,303,1624,1467,0,0,4,12,307,1636,ko.po,,ko,,korean,,,ko,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/gu.po,84,377,378,0,0,223,1259,307,1636,gu.po,,gu,,gujarati,,,gu,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/hu.po,303,1624,1670,0,0,4,12,307,1636,hu.po,,hu,,hungarian,,,hu,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/pl.po,303,1624,1843,0,0,4,12,307,1636,pl.po,,pl,,polish,,,pl,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/zh_tw.po,303,1624,587,0,0,4,12,307,1636,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/el.po,303,1624,1809,0,0,4,12,307,1636,el.po,,el,,greek,,,el,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/gl.po,286,1558,2197,0,0,21,78,307,1636,gl.po,,gl,,galician,,,gl,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/sk.po,303,1624,1749,0,0,4,12,307,1636,sk.po,,sk,,slovak,,,sk,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/fur.po,303,1624,2261,0,0,4,12,307,1636,fur.po,,fur,,friulian,,,fur,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/kn.po,114,556,545,0,0,193,1080,307,1636,kn.po,,kn,,kannada,,,kn,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ne.po,97,332,314,154,867,56,437,307,1636,ne.po,,ne,,nepali,,,ne,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/zh_cn.po,303,1624,609,0,0,4,12,307,1636,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ar.po,71,302,298,39,216,197,1118,307,1636,ar.po,,ar,,arabic,,,ar,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/nl.po,303,1624,1597,0,0,4,12,307,1636,nl.po,,nl,,dutch,,,nl,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/en_gb.po,303,1624,1624,0,0,4,12,307,1636,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/sr.po,303,1624,1828,0,0,4,12,307,1636,sr.po,,sr,,serbian,,,sr,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/hi.po,142,669,819,0,0,165,967,307,1636,hi.po,,hi,,hindi,,,hi,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/pt_br.po,303,1624,1918,0,0,4,12,307,1636,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/cs.po,303,1624,1662,0,0,4,12,307,1636,cs.po,,cs,,czech,,,cs,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/nb.po,296,1575,1691,2,16,9,45,307,1636,nb.po,,nb,,norwegian bokmål,,,nb,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/he.po,206,971,975,10,66,91,599,307,1636,he.po,,he,,hebrew,,,he,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/af.po,74,250,275,1,6,232,1380,307,1636,af.po,,af,,afrikaans,,,af,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/zh_hk.po,228,1129,402,0,0,79,507,307,1636,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/fa.po,77,322,378,1,10,229,1304,307,1636,fa.po,,fa,,persian,,,fa,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/eu.po,303,1624,1714,0,0,4,12,307,1636,eu.po,,eu,,basque,,,eu,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ru.po,303,1624,1634,0,0,4,12,307,1636,ru.po,,ru,,russian,,,ru,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/as.po,229,1140,1231,0,0,78,496,307,1636,as.po,,as,,assamese,,,as,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/lv.po,303,1624,1498,0,0,4,12,307,1636,lv.po,,lv,,latvian,,,lv,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/th.po,142,669,340,0,0,165,967,307,1636,th.po,,th,,thai,,,th,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/lt.po,303,1624,1376,0,0,4,12,307,1636,lt.po,,lt,,lithuanian,,,lt,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/da.po,303,1624,1599,0,0,4,12,307,1636,da.po,,da,,danish,,,da,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/oc.po,303,1624,2038,0,0,4,12,307,1636,oc.po,,oc,,occitan,,,oc,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/de.po,303,1624,1752,0,0,4,12,307,1636,de.po,,de,,german,,,de,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/es.po,303,1624,2144,0,0,4,12,307,1636,es.po,,es,,spanish,,,es,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/fr.po,303,1624,2030,0,0,4,12,307,1636,fr.po,,fr,,french,,,fr,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ro.po,114,556,685,0,0,193,1080,307,1636,ro.po,,ro,,romanian,,,ro,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/sl.po,303,1624,1791,0,0,4,12,307,1636,sl.po,,sl,,slovenian,,,sl,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ca.po,303,1624,2239,0,0,4,12,307,1636,ca.po,,ca,,catalan,,,ca,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/pa.po,143,676,763,0,0,164,960,307,1636,pa.po,,pa,,punjabi,,,pa,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ca@valencia.po,303,1624,2237,0,0,4,12,307,1636,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/eo.po,117,448,421,54,340,136,848,307,1636,eo.po,,eo,,esperanto,,,eo,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ta.po,142,669,622,0,0,165,967,307,1636,ta.po,,ta,,tamil,,,ta,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/kk.po,49,115,112,0,0,258,1521,307,1636,kk.po,,kk,,kazakh,,,kk,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/et.po,142,669,598,0,0,165,967,307,1636,et.po,,et,,estonian,,,et,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/vi.po,306,1635,2469,0,0,1,1,307,1636,vi.po,,vi,,vietnamese,,,vi,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/bs.po,242,1218,1232,0,0,65,418,307,1636,bs.po,,bs,,bosnian,,,bs,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/bg.po,303,1624,1887,0,0,4,12,307,1636,bg.po,,bg,,bulgarian,,,bg,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ja.po,241,1221,452,0,0,66,415,307,1636,ja.po,,ja,,japanese,,,ja,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/bn_in.po,114,556,608,0,0,193,1080,307,1636,bn_in.po,,bn,in,bangla,,india,bn_in,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/sr@latin.po,303,1624,1828,0,0,4,12,307,1636,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/uk.po,290,1576,1574,0,0,17,60,307,1636,uk.po,,uk,,ukrainian,,,uk,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/pt.po,307,1636,1905,0,0,0,0,307,1636,pt.po,,pt,,portuguese,,,pt,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/te.po,118,577,523,0,0,189,1059,307,1636,te.po,,te,,telugu,,,te,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ug.po,143,676,667,0,0,164,960,307,1636,ug.po,,ug,,uyghur,,,ug,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/hr.po,303,1624,1542,0,0,4,12,307,1636,hr.po,,hr,,croatian,,,hr,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/id.po,303,1624,1619,0,0,4,12,307,1636,id.po,,id,,indonesian,,,id,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/ml.po,101,344,303,0,0,206,1292,307,1636,ml.po,,ml,,malayalam,,,ml,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/tr.po,303,1624,1398,0,0,4,12,307,1636,tr.po,,tr,,turkish,,,tr,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/sv.po,303,1624,1670,0,0,4,12,307,1636,sv.po,,sv,,swedish,,,sv,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/tg.po,20,75,79,0,0,287,1561,307,1636,tg.po,,tg,,tajik,,,tg,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/fi.po,135,525,460,81,544,91,567,307,1636,fi.po,,fi,,finnish,,,fi,po -rygel-0.36.2-4.fc31.src.rpm.stats.csv,po/it.po,303,1624,1856,0,0,4,12,307,1636,it.po,,it,,italian,,,it,po -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/net/de.po,178,726,658,0,0,1563,11281,1741,12007,de.po,,de,,german,,,de,source3/locale/net -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/zh_tw.po,31,187,41,18,67,79,270,128,524,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/zh_cn.po,31,187,40,18,67,79,270,128,524,zh_cn.po,,zh,cn,chinese,,china,zh_cn,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/tr.po,128,524,482,0,0,0,0,128,524,tr.po,,tr,,turkish,,,tr,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/sv.po,31,187,182,18,67,79,270,128,524,sv.po,,sv,,swedish,,,sv,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/ru.po,31,187,185,18,67,79,270,128,524,ru.po,,ru,,russian,,,ru,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/pt_br.po,31,187,221,18,67,79,270,128,524,pt_br.po,,pt,br,portuguese,,brazil,pt_br,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/pl.po,31,187,189,18,67,79,270,128,524,pl.po,,pl,,polish,,,pl,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/nl.po,31,187,185,18,67,79,270,128,524,nl.po,,nl,,dutch,,,nl,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/nb.po,34,212,191,18,67,76,245,128,524,nb.po,,nb,,norwegian bokmål,,,nb,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/ko.po,31,187,148,18,67,79,270,128,524,ko.po,,ko,,korean,,,ko,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/ja.po,128,524,168,0,0,0,0,128,524,ja.po,,ja,,japanese,,,ja,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/it.po,31,187,205,18,67,79,270,128,524,it.po,,it,,italian,,,it,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/hu.po,31,187,168,18,67,79,270,128,524,hu.po,,hu,,hungarian,,,hu,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/fr.po,128,524,679,0,0,0,0,128,524,fr.po,,fr,,french,,,fr,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/fi.po,34,212,172,18,67,76,245,128,524,fi.po,,fi,,finnish,,,fi,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/es.po,31,187,265,18,67,79,270,128,524,es.po,,es,,spanish,,,es,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/de.po,34,214,204,19,70,75,240,128,524,de.po,,de,,german,,,de,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/da.po,34,212,196,18,67,76,245,128,524,da.po,,da,,danish,,,da,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/cs.po,31,187,174,18,67,79,270,128,524,cs.po,,cs,,czech,,,cs,source3/locale/pam_winbind -samba-4.11.0-3.fc31.src.rpm.stats.csv,source3/locale/pam_winbind/ar.po,31,187,221,18,67,79,270,128,524,ar.po,,ar,,arabic,,,ar,source3/locale/pam_winbind -sed-4.5-4.fc31.src.rpm.stats.csv,po/da.po,126,683,670,10,98,1,7,137,788,da.po,,da,,danish,,,da,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/ru.po,126,683,711,10,98,1,7,137,788,ru.po,,ru,,russian,,,ru,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/fr.po,137,788,942,0,0,0,0,137,788,fr.po,,fr,,french,,,fr,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/sk.po,137,788,824,0,0,0,0,137,788,sk.po,,sk,,slovak,,,sk,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/pt_br.po,137,788,937,0,0,0,0,137,788,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/eu.po,17,66,72,5,30,115,692,137,788,eu.po,,eu,,basque,,,eu,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/uk.po,137,788,847,0,0,0,0,137,788,uk.po,,uk,,ukrainian,,,uk,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/ca.po,77,443,569,12,94,48,251,137,788,ca.po,,ca,,catalan,,,ca,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/id.po,77,443,462,12,94,48,251,137,788,id.po,,id,,indonesian,,,id,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/it.po,75,421,468,10,71,52,296,137,788,it.po,,it,,italian,,,it,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/af.po,32,133,128,36,168,69,487,137,788,af.po,,af,,afrikaans,,,af,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/sr.po,126,683,709,10,98,1,7,137,788,sr.po,,sr,,serbian,,,sr,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/nl.po,137,788,822,0,0,0,0,137,788,nl.po,,nl,,dutch,,,nl,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/hr.po,137,788,834,0,0,0,0,137,788,hr.po,,hr,,croatian,,,hr,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/vi.po,137,788,1177,0,0,0,0,137,788,vi.po,,vi,,vietnamese,,,vi,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/pt.po,75,421,478,10,71,52,296,137,788,pt.po,,pt,,portuguese,,,pt,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/he.po,10,58,60,29,120,98,610,137,788,he.po,,he,,hebrew,,,he,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/hu.po,126,683,659,10,98,1,7,137,788,hu.po,,hu,,hungarian,,,hu,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/nb.po,137,788,742,0,0,0,0,137,788,nb.po,,nb,,norwegian bokmål,,,nb,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/sv.po,137,788,775,0,0,0,0,137,788,sv.po,,sv,,swedish,,,sv,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/zh_tw.po,77,443,167,12,94,48,251,137,788,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/zh_cn.po,115,581,253,14,152,8,55,137,788,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/ast.po,75,421,523,10,71,52,296,137,788,ast.po,,ast,,asturian,,,ast,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/ro.po,69,385,430,13,85,55,318,137,788,ro.po,,ro,,romanian,,,ro,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/et.po,126,683,591,10,98,1,7,137,788,et.po,,et,,estonian,,,et,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/ga.po,137,788,928,0,0,0,0,137,788,ga.po,,ga,,irish,,,ga,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/sl.po,77,443,443,12,94,48,251,137,788,sl.po,,sl,,slovenian,,,sl,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/fi.po,126,683,601,10,98,1,7,137,788,fi.po,,fi,,finnish,,,fi,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/el.po,77,443,489,14,99,46,246,137,788,el.po,,el,,greek,,,el,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/pl.po,77,443,471,12,94,48,251,137,788,pl.po,,pl,,polish,,,pl,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/cs.po,137,788,779,0,0,0,0,137,788,cs.po,,cs,,czech,,,cs,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/de.po,114,611,639,8,84,15,93,137,788,de.po,,de,,german,,,de,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/es.po,137,788,934,0,0,0,0,137,788,es.po,,es,,spanish,,,es,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/ja.po,102,564,312,18,159,17,65,137,788,ja.po,,ja,,japanese,,,ja,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/eo.po,126,683,674,10,98,1,7,137,788,eo.po,,eo,,esperanto,,,eo,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/bg.po,137,788,930,0,0,0,0,137,788,bg.po,,bg,,bulgarian,,,bg,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/ko.po,10,58,64,29,120,98,610,137,788,ko.po,,ko,,korean,,,ko,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/tr.po,77,443,398,12,94,48,251,137,788,tr.po,,tr,,turkish,,,tr,po -sed-4.5-4.fc31.src.rpm.stats.csv,po/gl.po,84,471,585,11,89,42,228,137,788,gl.po,,gl,,galician,,,gl,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/de.po,1165,15441,15138,63,1024,18,323,1246,16788,de.po,,de,,german,,,de,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/da.po,284,2133,1878,38,299,924,14356,1246,16788,da.po,,da,,danish,,,da,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/zh_cn.po,992,10751,2893,77,1427,177,4610,1246,16788,zh_cn.po,,zh,cn,chinese,,china,zh_cn,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/pl.po,305,1956,1735,223,1506,718,13326,1246,16788,pl.po,,pl,,polish,,,pl,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/it.po,1131,15246,15351,68,1166,47,376,1246,16788,it.po,,it,,italian,,,it,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/ru.po,1132,15289,13173,67,1123,47,376,1246,16788,ru.po,,ru,,russian,,,ru,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/fr.po,1134,15368,17304,65,1044,47,376,1246,16788,fr.po,,fr,,french,,,fr,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,man/po/sv.po,413,2261,2021,271,2232,562,12295,1246,16788,sv.po,,sv,,swedish,,,sv,man/po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/ro.po,210,1033,1131,183,1243,206,1817,599,4093,ro.po,,ro,,romanian,,,ro,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/fi.po,210,1033,898,185,1253,204,1807,599,4093,fi.po,,fi,,finnish,,,fi,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/nn.po,147,711,723,220,1358,232,2024,599,4093,nn.po,,nn,,norwegian nynorsk,,,nn,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/de.po,554,3657,3684,33,333,12,103,599,4093,de.po,,de,,german,,,de,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/cs.po,576,3819,3604,17,216,6,58,599,4093,cs.po,,cs,,czech,,,cs,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/sk.po,386,2403,2424,99,755,114,935,599,4093,sk.po,,sk,,slovak,,,sk,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/eu.po,419,2689,2480,94,729,86,675,599,4093,eu.po,,eu,,basque,,,eu,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/gl.po,210,1033,1310,185,1253,204,1807,599,4093,gl.po,,gl,,galician,,,gl,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/pt.po,552,3644,4268,35,346,12,103,599,4093,pt.po,,pt,,portuguese,,,pt,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/nl.po,582,3890,4176,13,167,4,36,599,4093,nl.po,,nl,,dutch,,,nl,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/pt_br.po,496,3263,3583,55,486,48,344,599,4093,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/ca.po,552,3644,4509,36,353,11,96,599,4093,ca.po,,ca,,catalan,,,ca,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/da.po,552,3644,3450,35,346,12,103,599,4093,da.po,,da,,danish,,,da,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/ja.po,554,3657,2046,33,333,12,103,599,4093,ja.po,,ja,,japanese,,,ja,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/uk.po,210,1033,1046,185,1253,204,1807,599,4093,uk.po,,uk,,ukrainian,,,uk,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/bs.po,36,127,126,107,649,456,3317,599,4093,bs.po,,bs,,bosnian,,,bs,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/tl.po,209,1015,1265,186,1271,204,1807,599,4093,tl.po,,tl,,tagalog,,,tl,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/es.po,495,3246,4010,56,491,48,356,599,4093,es.po,,es,,spanish,,,es,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/fr.po,0,0,0,115,598,484,3495,599,4093,fr.po,,fr,,french,,,fr,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/el.po,548,3615,3973,38,365,13,113,599,4093,el.po,,el,,greek,,,el,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/tr.po,229,1172,1094,202,1527,168,1394,599,4093,tr.po,,tr,,turkish,,,tr,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/he.po,50,197,208,179,1078,370,2818,599,4093,he.po,,he,,hebrew,,,he,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/ru.po,583,3895,3992,12,162,4,36,599,4093,ru.po,,ru,,russian,,,ru,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/it.po,229,1172,1375,194,1487,176,1434,599,4093,it.po,,it,,italian,,,it,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/nb.po,583,3895,3926,12,162,4,36,599,4093,nb.po,,nb,,norwegian bokmål,,,nb,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/km.po,184,918,680,209,1358,206,1817,599,4093,km.po,,km,,khmer,,,km,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/pl.po,210,1033,1117,185,1253,204,1807,599,4093,pl.po,,pl,,polish,,,pl,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/ko.po,301,1719,1630,134,1055,164,1319,599,4093,ko.po,,ko,,korean,,,ko,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/vi.po,583,3895,5510,12,162,4,36,599,4093,vi.po,,vi,,vietnamese,,,vi,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/sq.po,7,28,31,83,495,509,3570,599,4093,sq.po,,sq,,albanian,,,sq,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/ne.po,210,1033,1119,183,1243,206,1817,599,4093,ne.po,,ne,,nepali,,,ne,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/dz.po,209,1031,530,184,1245,206,1817,599,4093,dz.po,,dz,,dzongkha,,,dz,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/kk.po,583,3895,3787,12,162,4,36,599,4093,kk.po,,kk,,kazakh,,,kk,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/id.po,182,887,941,208,1370,209,1836,599,4093,id.po,,id,,indonesian,,,id,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/hu.po,210,1033,958,185,1253,204,1807,599,4093,hu.po,,hu,,hungarian,,,hu,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/zh_tw.po,160,786,322,213,1323,226,1984,599,4093,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/sv.po,482,3139,3081,52,461,65,493,599,4093,sv.po,,sv,,swedish,,,sv,po -shadow-utils-4.6-16.fc31.src.rpm.stats.csv,po/zh_cn.po,546,3609,1581,38,371,15,113,599,4093,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/pt_br.po,764,1956,2421,0,0,9,35,773,1991,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ja.po,619,1553,1379,0,0,154,438,773,1991,ja.po,,ja,,japanese,,,ja,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/af.po,640,1603,913,0,0,133,388,773,1991,af.po,,af,,afrikaans,,,af,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/da.po,773,1991,1115,0,0,0,0,773,1991,da.po,,da,,danish,,,da,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/nl.po,605,1519,945,0,0,168,472,773,1991,nl.po,,nl,,dutch,,,nl,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/he.po,674,1704,2051,0,0,99,287,773,1991,he.po,,he,,hebrew,,,he,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/rw.po,0,0,0,0,0,773,1991,773,1991,rw.po,,rw,,kinyarwanda,,,rw,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/sq.po,529,1306,1467,0,0,244,685,773,1991,sq.po,,sq,,albanian,,,sq,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/tr.po,693,1762,1853,0,0,80,229,773,1991,tr.po,,tr,,turkish,,,tr,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,773,1991,773,1991,mr.po,,mr,,marathi,,,mr,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/zh_cn.po,722,1842,1574,0,0,51,149,773,1991,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/de.po,773,1991,957,0,0,0,0,773,1991,de.po,,de,,german,,,de,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,773,1991,773,1991,be.po,,be,,belarusian,,,be,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/it.po,773,1991,2116,0,0,0,0,773,1991,it.po,,it,,italian,,,it,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,773,1991,773,1991,bn_in.po,,bn,in,bangla,,india,bn_in,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,773,1991,773,1991,te.po,,te,,telugu,,,te,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/vi.po,546,1351,2022,0,0,227,640,773,1991,vi.po,,vi,,vietnamese,,,vi,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/cs.po,722,1842,2014,0,0,51,149,773,1991,cs.po,,cs,,czech,,,cs,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ky.po,0,0,0,0,0,773,1991,773,1991,ky.po,,ky,,kyrgyz,,,ky,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ka.po,199,503,512,0,0,574,1488,773,1991,ka.po,,ka,,georgian,,,ka,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ast.po,201,491,629,0,0,572,1500,773,1991,ast.po,,ast,,asturian,,,ast,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/kk.po,722,1842,1908,0,0,51,149,773,1991,kk.po,,kk,,kazakh,,,kk,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/eo.po,417,954,658,0,0,356,1037,773,1991,eo.po,,eo,,esperanto,,,eo,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/hr.po,773,1991,2136,0,0,0,0,773,1991,hr.po,,hr,,croatian,,,hr,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/cy.po,145,344,357,0,0,628,1647,773,1991,cy.po,,cy,,welsh,,,cy,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/bg.po,605,1519,2223,0,0,168,472,773,1991,bg.po,,bg,,bulgarian,,,bg,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ms.po,257,616,616,0,0,516,1375,773,1991,ms.po,,ms,,malay,,,ms,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,773,1991,773,1991,hi.po,,hi,,hindi,,,hi,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/oc.po,661,1664,1838,0,0,112,327,773,1991,oc.po,,oc,,occitan,,,oc,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/sr.po,693,1762,1895,0,0,80,229,773,1991,sr.po,,sr,,serbian,,,sr,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/az.po,132,318,354,0,0,641,1673,773,1991,az.po,,az,,azerbaijani,,,az,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/pt.po,659,1660,1915,0,0,114,331,773,1991,pt.po,,pt,,portuguese,,,pt,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ko.po,773,1991,2077,0,0,0,0,773,1991,ko.po,,ko,,korean,,,ko,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ro.po,579,1445,1562,0,0,194,546,773,1991,ro.po,,ro,,romanian,,,ro,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/pl.po,773,1991,2215,0,0,0,0,773,1991,pl.po,,pl,,polish,,,pl,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,773,1991,773,1991,th.po,,th,,thai,,,th,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ga.po,719,1834,1866,0,0,54,157,773,1991,ga.po,,ga,,irish,,,ga,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/be@latin.po,561,1387,1435,0,0,212,604,773,1991,be@latin.po,latin,be,,belarusian,,,be@latin,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,773,1991,773,1991,ta.po,,ta,,tamil,,,ta,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/zh_tw.po,719,1834,1612,0,0,54,157,773,1991,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/lv.po,619,1553,1544,0,0,154,438,773,1991,lv.po,,lv,,latvian,,,lv,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/sk.po,718,1831,1942,0,0,55,160,773,1991,sk.po,,sk,,slovak,,,sk,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,773,1991,773,1991,or.po,,or,,odia,,,or,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/eu.po,773,1991,1968,0,0,0,0,773,1991,eu.po,,eu,,basque,,,eu,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ar.po,578,1443,1500,0,0,195,548,773,1991,ar.po,,ar,,arabic,,,ar,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/fur.po,722,1842,2069,0,0,51,149,773,1991,fur.po,,fur,,friulian,,,fur,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/lt.po,577,1440,1554,0,0,196,551,773,1991,lt.po,,lt,,lithuanian,,,lt,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/fi.po,773,1991,1258,0,0,0,0,773,1991,fi.po,,fi,,finnish,,,fi,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/fo.po,567,1409,1302,0,0,206,582,773,1991,fo.po,,fo,,faroese,,,fo,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ca.po,773,1991,2532,0,0,0,0,773,1991,ca.po,,ca,,catalan,,,ca,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/en_gb.po,709,1806,1806,0,0,64,185,773,1991,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,773,1991,773,1991,fa.po,,fa,,persian,,,fa,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,773,1991,773,1991,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/id.po,722,1842,1934,0,0,51,149,773,1991,id.po,,id,,indonesian,,,id,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,773,1991,773,1991,kn.po,,kn,,kannada,,,kn,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,773,1991,773,1991,ml.po,,ml,,malayalam,,,ml,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,773,1991,773,1991,wa.po,,wa,,walloon,,,wa,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,773,1991,773,1991,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/el.po,656,1653,1810,0,0,117,338,773,1991,el.po,,el,,greek,,,el,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,773,1991,773,1991,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/sv.po,749,1911,1044,0,0,24,80,773,1991,sv.po,,sv,,swedish,,,sv,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/uk.po,773,1991,2139,0,0,0,0,773,1991,uk.po,,uk,,ukrainian,,,uk,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,773,1991,773,1991,et.po,,et,,estonian,,,et,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/nb.po,505,1242,768,0,0,268,749,773,1991,nb.po,,nb,,norwegian bokmål,,,nb,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,773,1991,773,1991,gu.po,,gu,,gujarati,,,gu,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/es.po,722,1842,2529,0,0,51,149,773,1991,es.po,,es,,spanish,,,es,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/pa.po,0,0,0,0,0,773,1991,773,1991,pa.po,,pa,,punjabi,,,pa,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,773,1991,773,1991,as.po,,as,,assamese,,,as,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/gl.po,638,1605,2171,0,0,135,386,773,1991,gl.po,,gl,,galician,,,gl,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/nn.po,529,1306,812,0,0,244,685,773,1991,nn.po,,nn,,norwegian nynorsk,,,nn,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ia.po,659,1660,1950,0,0,114,331,773,1991,ia.po,,ia,,interlingua,,,ia,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/fr.po,773,1991,2196,0,0,0,0,773,1991,fr.po,,fr,,french,,,fr,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/hu.po,722,1842,1495,0,0,51,149,773,1991,hu.po,,hu,,hungarian,,,hu,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/sl.po,641,1613,2037,0,0,132,378,773,1991,sl.po,,sl,,slovenian,,,sl,po -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv,po/ru.po,722,1842,1912,0,0,51,149,773,1991,ru.po,,ru,,russian,,,ru,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_tw/zh_tw.po,19,50,25,0,0,93,1306,112,1356,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/uk/uk.po,24,128,145,0,0,88,1228,112,1356,uk.po,,uk,,ukrainian,,,uk,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/sv/sv.po,111,1330,1173,0,0,1,26,112,1356,sv.po,,sv,,swedish,,,sv,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/sr/sr.po,0,0,0,0,0,112,1356,112,1356,sr.po,,sr,,serbian,,,sr,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/sl/sl.po,12,42,40,0,0,100,1314,112,1356,sl.po,,sl,,slovenian,,,sl,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/sk/sk.po,67,335,308,0,0,45,1021,112,1356,sk.po,,sk,,slovak,,,sk,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/ru/ru.po,24,128,115,0,0,88,1228,112,1356,ru.po,,ru,,russian,,,ru,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/ro/ro.po,111,1353,1327,0,0,1,3,112,1356,ro.po,,ro,,romanian,,,ro,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,111,1330,1430,0,0,1,26,112,1356,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/pl/pl.po,111,1330,1064,0,0,1,26,112,1356,pl.po,,pl,,polish,,,pl,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/nl/nl.po,1,1,5,0,0,111,1355,112,1356,nl.po,,nl,,dutch,,,nl,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/nb/nb.po,1,1,6,0,0,111,1355,112,1356,nb.po,,nb,,norwegian bokmål,,,nb,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/ku/ku.po,13,19,24,0,0,99,1337,112,1356,ku.po,,ku,,kurdish,,,ku,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/ja/ja.po,13,45,25,0,0,99,1311,112,1356,ja.po,,ja,,japanese,,,ja,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/it/it.po,28,83,106,0,0,84,1273,112,1356,it.po,,it,,italian,,,it,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/ia/ia.po,33,81,95,0,0,79,1275,112,1356,ia.po,,ia,,interlingua,,,ia,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/hu/hu.po,111,1330,1109,0,0,1,26,112,1356,hu.po,,hu,,hungarian,,,hu,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/hr/hr.po,27,246,204,0,0,85,1110,112,1356,hr.po,,hr,,croatian,,,hr,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/gl/gl.po,111,1353,1309,0,0,1,3,112,1356,gl.po,,gl,,galician,,,gl,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/fr/fr.po,111,1353,1527,0,0,1,3,112,1356,fr.po,,fr,,french,,,fr,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/fi/fi.po,14,39,36,0,0,98,1317,112,1356,fi.po,,fi,,finnish,,,fi,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/eu/eu.po,24,128,108,0,0,88,1228,112,1356,eu.po,,eu,,basque,,,eu,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/es/es.po,111,1353,1502,0,0,1,3,112,1356,es.po,,es,,spanish,,,es,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/en_gb/en_gb.po,24,128,134,0,0,88,1228,112,1356,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/el/el.po,42,122,132,0,0,70,1234,112,1356,el.po,,el,,greek,,,el,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/de/de.po,111,1330,1285,0,0,1,26,112,1356,de.po,,de,,german,,,de,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/da/da.po,111,1353,1238,0,0,1,3,112,1356,da.po,,da,,danish,,,da,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/cs/cs.po,111,1330,1177,0,0,1,26,112,1356,cs.po,,cs,,czech,,,cs,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/ca/ca.po,111,1353,1447,0,0,1,3,112,1356,ca.po,,ca,,catalan,,,ca,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/bg/bg.po,24,128,133,0,0,88,1228,112,1356,bg.po,,bg,,bulgarian,,,bg,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,help/ar/ar.po,24,128,110,0,0,88,1228,112,1356,ar.po,,ar,,arabic,,,ar,help/ -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,184,839,298,0,0,8,8,192,847,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,140,568,200,0,0,52,279,192,847,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,192,847,337,0,0,0,0,192,847,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,95,366,505,0,0,97,481,192,847,vi.po,,vi,,vietnamese,,,vi,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/uz.po,38,69,77,0,0,154,778,192,847,uz.po,,uz,,uzbek,,,uz,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ur.po,11,11,26,0,0,181,836,192,847,ur.po,,ur,,urdu,,,ur,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,184,839,852,0,0,8,8,192,847,uk.po,,uk,,ukrainian,,,uk,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,126,435,414,0,0,66,412,192,847,ug.po,,ug,,uyghur,,,ug,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,182,836,775,0,0,10,11,192,847,tr.po,,tr,,turkish,,,tr,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,138,509,316,0,0,54,338,192,847,th.po,,th,,thai,,,th,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,89,349,301,0,0,103,498,192,847,te.po,,te,,telugu,,,te,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,18,31,48,0,0,174,816,192,847,ta.po,,ta,,tamil,,,ta,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,182,836,822,0,0,10,11,192,847,sv.po,,sv,,swedish,,,sv,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,192,847,831,0,0,0,0,192,847,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,182,836,820,0,0,10,11,192,847,sr.po,,sr,,serbian,,,sr,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,136,506,616,0,0,56,341,192,847,sq.po,,sq,,albanian,,,sq,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,182,836,876,0,0,10,11,192,847,sl.po,,sl,,slovenian,,,sl,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,182,836,843,0,0,10,11,192,847,sk.po,,sk,,slovak,,,sk,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/shn.po,4,4,8,0,0,188,843,192,847,shn.po,,shn,,shan,,,shn,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/se.po,22,29,33,0,0,170,818,192,847,se.po,,se,,northern sami,,,se,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/sd.po,60,121,135,0,0,132,726,192,847,sd.po,,sd,,sindhi,,,sd,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,184,839,769,0,0,8,8,192,847,ru.po,,ru,,russian,,,ru,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,182,836,944,0,0,10,11,192,847,ro.po,,ro,,romanian,,,ro,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,182,836,1072,0,0,10,11,192,847,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,140,568,695,0,0,52,279,192,847,pt.po,,pt,,portuguese,,,pt,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,182,836,830,0,0,10,11,192,847,pl.po,,pl,,polish,,,pl,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,191,799,931,0,0,1,48,192,847,pa.po,,pa,,punjabi,,,pa,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,192,847,990,0,0,0,0,192,847,oc.po,,oc,,occitan,,,oc,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,182,836,953,0,0,10,11,192,847,nl.po,,nl,,dutch,,,nl,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,119,359,350,52,327,21,161,192,847,ne.po,,ne,,nepali,,,ne,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,192,847,832,0,0,0,0,192,847,nb.po,,nb,,norwegian bokmål,,,nb,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/my.po,91,362,307,0,0,101,485,192,847,my.po,,my,,burmese,,,my,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,140,568,559,0,0,52,279,192,847,ms.po,,ms,,malay,,,ms,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,190,844,720,2,3,0,0,192,847,ml.po,,ml,,malayalam,,,ml,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,182,836,741,0,0,10,11,192,847,lv.po,,lv,,latvian,,,lv,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,182,836,740,0,0,10,11,192,847,lt.po,,lt,,lithuanian,,,lt,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ky.po,20,36,38,0,0,172,811,192,847,ky.po,,ky,,kyrgyz,,,ky,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,49,69,85,0,0,143,778,192,847,ku.po,,ku,,kurdish,,,ku,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,182,836,748,0,0,10,11,192,847,ko.po,,ko,,korean,,,ko,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,121,406,214,0,0,71,441,192,847,km.po,,km,,khmer,,,km,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,93,218,227,0,0,99,629,192,847,kk.po,,kk,,kazakh,,,kk,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,182,836,368,0,0,10,11,192,847,ja.po,,ja,,japanese,,,ja,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,182,836,885,0,0,10,11,192,847,it.po,,it,,italian,,,it,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,183,838,888,0,0,9,9,192,847,is.po,,is,,icelandic,,,is,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,182,836,848,0,0,10,11,192,847,id.po,,id,,indonesian,,,id,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/hy.po,5,5,10,0,0,187,842,192,847,hy.po,,hy,,armenian,,,hy,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,182,836,762,0,0,10,11,192,847,hu.po,,hu,,hungarian,,,hu,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,182,836,758,0,0,10,11,192,847,hr.po,,hr,,croatian,,,hr,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,140,568,567,0,0,52,279,192,847,he.po,,he,,hebrew,,,he,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,182,836,945,0,0,10,11,192,847,gl.po,,gl,,galician,,,gl,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,192,847,1120,0,0,0,0,192,847,gd.po,,gd,,scottish gaelic,,,gd,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,182,836,948,0,0,10,11,192,847,fur.po,,fur,,friulian,,,fur,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,182,836,1119,0,0,10,11,192,847,fr.po,,fr,,french,,,fr,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,182,836,658,0,0,10,11,192,847,fi.po,,fi,,finnish,,,fi,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,182,836,916,0,0,10,11,192,847,fa.po,,fa,,persian,,,fa,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,182,836,702,0,0,10,11,192,847,eu.po,,eu,,basque,,,eu,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,89,349,323,0,0,103,498,192,847,et.po,,et,,estonian,,,et,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,182,836,1031,0,0,10,11,192,847,es.po,,es,,spanish,,,es,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,184,838,814,0,0,8,9,192,847,eo.po,,eo,,esperanto,,,eo,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,182,836,881,0,0,10,11,192,847,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,182,836,971,0,0,10,11,192,847,el.po,,el,,greek,,,el,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,182,836,978,0,0,10,11,192,847,de.po,,de,,german,,,de,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,182,836,844,0,0,10,11,192,847,da.po,,da,,danish,,,da,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,182,836,840,0,0,10,11,192,847,cs.po,,cs,,czech,,,cs,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ce.po,0,0,0,0,0,192,847,192,847,ce.po,,ce,,chechen,,,ce,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,192,847,972,0,0,0,0,192,847,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,182,836,961,0,0,10,11,192,847,ca.po,,ca,,catalan,,,ca,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/bo.po,87,325,208,0,0,105,522,192,847,bo.po,,bo,,tibetan,,,bo,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,106,383,455,0,0,86,464,192,847,bg.po,,bg,,bulgarian,,,bg,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,192,847,780,0,0,0,0,192,847,be.po,,be,,belarusian,,,be,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,15,23,30,0,0,177,824,192,847,az.po,,az,,azerbaijani,,,az,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,120,404,471,0,0,72,443,192,847,ast.po,,ast,,asturian,,,ast,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,184,786,745,2,17,6,44,192,847,ar.po,,ar,,arabic,,,ar,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,138,509,512,0,0,54,338,192,847,am.po,,am,,amharic,,,am,po -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,183,837,887,0,0,9,10,192,847,af.po,,af,,afrikaans,,,af,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/zu.po,0,0,0,0,0,33,137,33,137,zu.po,,zu,,zulu,,,zu,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/zh_tw.po,11,54,14,7,33,15,50,33,137,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/zh_cn.po,11,54,19,7,33,15,50,33,137,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,33,137,33,137,vi.po,,vi,,vietnamese,,,vi,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ur.po,0,0,0,0,0,33,137,33,137,ur.po,,ur,,urdu,,,ur,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/uk.po,11,54,42,7,33,15,50,33,137,uk.po,,uk,,ukrainian,,,uk,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/tr.po,11,54,53,7,33,15,50,33,137,tr.po,,tr,,turkish,,,tr,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/th.po,11,54,21,6,29,16,54,33,137,th.po,,th,,thai,,,th,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/te.po,11,54,51,7,33,15,50,33,137,te.po,,te,,telugu,,,te,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ta.po,11,54,54,7,33,15,50,33,137,ta.po,,ta,,tamil,,,ta,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/sv.po,11,54,58,7,33,15,50,33,137,sv.po,,sv,,swedish,,,sv,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/sr@latin.po,11,54,50,7,33,15,50,33,137,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/sr.po,11,54,50,7,33,15,50,33,137,sr.po,,sr,,serbian,,,sr,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,33,137,33,137,sq.po,,sq,,albanian,,,sq,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/sl.po,0,0,0,0,0,33,137,33,137,sl.po,,sl,,slovenian,,,sl,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/sk.po,11,54,56,7,33,15,50,33,137,sk.po,,sk,,slovak,,,sk,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/si.po,11,54,58,6,29,16,54,33,137,si.po,,si,,sinhala,,,si,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ru.po,11,54,45,7,33,15,50,33,137,ru.po,,ru,,russian,,,ru,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,33,137,33,137,ro.po,,ro,,romanian,,,ro,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/pt_br.po,11,54,60,7,33,15,50,33,137,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/pt.po,11,54,61,7,33,15,50,33,137,pt.po,,pt,,portuguese,,,pt,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/pl.po,30,122,109,0,0,3,15,33,137,pl.po,,pl,,polish,,,pl,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/pa.po,11,54,63,7,33,15,50,33,137,pa.po,,pa,,punjabi,,,pa,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/or.po,11,54,58,7,33,15,50,33,137,or.po,,or,,odia,,,or,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/nso.po,0,0,0,0,0,33,137,33,137,nso.po,,nso,,northern sotho,,,nso,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,33,137,33,137,nn.po,,nn,,norwegian nynorsk,,,nn,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/nl.po,11,54,63,7,33,15,50,33,137,nl.po,,nl,,dutch,,,nl,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/nds.po,4,13,12,2,7,27,117,33,137,nds.po,,nds,,low german,,,nds,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/nb.po,5,21,24,2,7,26,109,33,137,nb.po,,nb,,norwegian bokmål,,,nb,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/my.po,0,0,0,0,0,33,137,33,137,my.po,,my,,burmese,,,my,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,33,137,33,137,ms.po,,ms,,malay,,,ms,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/mr.po,11,54,58,7,33,15,50,33,137,mr.po,,mr,,marathi,,,mr,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ml.po,11,54,48,7,33,15,50,33,137,ml.po,,ml,,malayalam,,,ml,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/mk.po,0,0,0,0,0,33,137,33,137,mk.po,,mk,,macedonian,,,mk,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/lv.po,0,0,0,0,0,33,137,33,137,lv.po,,lv,,latvian,,,lv,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/lt.po,0,0,0,0,0,33,137,33,137,lt.po,,lt,,lithuanian,,,lt,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/lo.po,0,0,0,0,0,33,137,33,137,lo.po,,lo,,lao,,,lo,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ku.po,0,0,0,0,0,33,137,33,137,ku.po,,ku,,kurdish,,,ku,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ko.po,11,54,55,7,33,15,50,33,137,ko.po,,ko,,korean,,,ko,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/kn.po,11,54,47,7,33,15,50,33,137,kn.po,,kn,,kannada,,,kn,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,33,137,33,137,ka.po,,ka,,georgian,,,ka,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ja.po,11,54,19,7,33,15,50,33,137,ja.po,,ja,,japanese,,,ja,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/it.po,11,54,67,7,33,15,50,33,137,it.po,,it,,italian,,,it,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/is.po,0,0,0,0,0,33,137,33,137,is.po,,is,,icelandic,,,is,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ilo.po,0,0,0,0,0,33,137,33,137,ilo.po,,ilo,,iloko,,,ilo,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/id.po,8,41,44,4,19,21,77,33,137,id.po,,id,,indonesian,,,id,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/hy.po,0,0,0,0,0,33,137,33,137,hy.po,,hy,,armenian,,,hy,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/hu.po,11,54,46,7,33,15,50,33,137,hu.po,,hu,,hungarian,,,hu,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/hr.po,0,0,0,0,0,33,137,33,137,hr.po,,hr,,croatian,,,hr,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/hi.po,11,54,66,7,33,15,50,33,137,hi.po,,hi,,hindi,,,hi,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,33,137,33,137,he.po,,he,,hebrew,,,he,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/gu.po,11,54,68,7,33,15,50,33,137,gu.po,,gu,,gujarati,,,gu,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/gl.po,0,0,0,0,0,33,137,33,137,gl.po,,gl,,galician,,,gl,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/fr.po,11,54,64,7,33,15,50,33,137,fr.po,,fr,,french,,,fr,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/fi.po,11,54,54,7,33,15,50,33,137,fi.po,,fi,,finnish,,,fi,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,33,137,33,137,fa.po,,fa,,persian,,,fa,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/eu.po,0,0,0,0,0,33,137,33,137,eu.po,,eu,,basque,,,eu,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,33,137,33,137,et.po,,et,,estonian,,,et,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/es.po,30,122,159,0,0,3,15,33,137,es.po,,es,,spanish,,,es,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/en_gb.po,11,54,54,6,29,16,54,33,137,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/en.po,11,54,54,8,38,14,45,33,137,en.po,,en,,english,,,en,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/el.po,11,54,67,7,33,15,50,33,137,el.po,,el,,greek,,,el,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/de_ch.po,11,54,55,6,29,16,54,33,137,de_ch.po,,de,ch,german,,switzerland,de_ch,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/de.po,11,54,55,7,33,15,50,33,137,de.po,,de,,german,,,de,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/da.po,11,54,57,7,33,15,50,33,137,da.po,,da,,danish,,,da,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,33,137,33,137,cy.po,,cy,,welsh,,,cy,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/cs.po,11,54,50,7,33,15,50,33,137,cs.po,,cs,,czech,,,cs,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ca.po,11,54,61,7,33,15,50,33,137,ca.po,,ca,,catalan,,,ca,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/bs.po,11,54,53,7,33,15,50,33,137,bs.po,,bs,,bosnian,,,bs,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/bn_in.po,11,54,65,7,33,15,50,33,137,bn_in.po,,bn,in,bangla,,india,bn_in,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/bn.po,0,0,0,0,0,33,137,33,137,bn.po,,bn,,bangla,,,bn,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/bg.po,11,54,51,7,33,15,50,33,137,bg.po,,bg,,bulgarian,,,bg,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/be.po,0,0,0,0,0,33,137,33,137,be.po,,be,,belarusian,,,be,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ast.po,11,54,60,6,29,16,54,33,137,ast.po,,ast,,asturian,,,ast,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/as.po,11,54,64,6,29,16,54,33,137,as.po,,as,,assamese,,,as,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/ar.po,11,54,55,7,33,15,50,33,137,ar.po,,ar,,arabic,,,ar,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/am.po,0,0,0,0,0,33,137,33,137,am.po,,am,,amharic,,,am,po -sos-3.8-1.fc31.src.rpm.stats.csv,po/af.po,0,0,0,0,0,33,137,33,137,af.po,,af,,afrikaans,,,af,po -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv,po/cs.po,47,285,279,5,24,109,1106,161,1415,cs.po,,cs,,czech,,,cs,po -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv,po/de.po,155,1370,1349,2,25,4,20,161,1415,de.po,,de,,german,,,de,po -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv,po/hu.po,47,285,287,5,24,109,1106,161,1415,hu.po,,hu,,hungarian,,,hu,po -spice-gtk-0.37-4.fc31.src.rpm.stats.csv,po/cs.po,70,336,345,0,0,0,0,70,336,cs.po,,cs,,czech,,,cs,po -spice-gtk-0.37-4.fc31.src.rpm.stats.csv,po/fr.po,5,2,5,12,32,53,302,70,336,fr.po,,fr,,french,,,fr,po -spice-gtk-0.37-4.fc31.src.rpm.stats.csv,po/it.po,57,248,261,7,29,6,59,70,336,it.po,,it,,italian,,,it,po -spice-gtk-0.37-4.fc31.src.rpm.stats.csv,po/de.po,59,265,217,7,29,4,42,70,336,de.po,,de,,german,,,de,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,11,24,13,0,0,2,9,13,33,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,11,24,13,0,0,2,9,13,33,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,11,24,17,0,0,2,9,13,33,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,9,15,17,0,0,4,18,13,33,vi.po,,vi,,vietnamese,,,vi,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,11,24,21,0,0,2,9,13,33,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,11,24,25,0,0,2,9,13,33,uk.po,,uk,,ukrainian,,,uk,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,11,24,19,0,0,2,9,13,33,ug.po,,ug,,uyghur,,,ug,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,13,33,25,0,0,0,0,13,33,tr.po,,tr,,turkish,,,tr,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,11,24,14,0,0,2,9,13,33,th.po,,th,,thai,,,th,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,11,24,22,0,0,2,9,13,33,tg.po,,tg,,tajik,,,tg,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,11,24,23,0,0,2,9,13,33,te.po,,te,,telugu,,,te,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,11,24,22,0,0,2,9,13,33,ta.po,,ta,,tamil,,,ta,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,13,33,34,0,0,0,0,13,33,sv.po,,sv,,swedish,,,sv,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,11,24,29,0,0,2,9,13,33,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,13,33,35,0,0,0,0,13,33,sr.po,,sr,,serbian,,,sr,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,13,33,36,0,0,0,0,13,33,sl.po,,sl,,slovenian,,,sl,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,11,24,26,0,0,2,9,13,33,sk.po,,sk,,slovak,,,sk,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,11,24,28,0,0,2,9,13,33,ru.po,,ru,,russian,,,ru,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,13,33,39,0,0,0,0,13,33,ro.po,,ro,,romanian,,,ro,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,13,33,34,0,0,0,0,13,33,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,9,15,16,0,0,4,18,13,33,pt.po,,pt,,portuguese,,,pt,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,13,33,33,0,0,0,0,13,33,pl.po,,pl,,polish,,,pl,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,11,24,28,0,0,2,9,13,33,pa.po,,pa,,punjabi,,,pa,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,11,24,25,0,0,2,9,13,33,or.po,,or,,odia,,,or,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,9,15,15,0,0,4,18,13,33,oc.po,,oc,,occitan,,,oc,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,11,24,26,0,0,2,9,13,33,nl.po,,nl,,dutch,,,nl,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,9,15,15,0,0,4,18,13,33,ne.po,,ne,,nepali,,,ne,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,11,24,23,0,0,2,9,13,33,nb.po,,nb,,norwegian bokmål,,,nb,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,11,24,25,0,0,2,9,13,33,mr.po,,mr,,marathi,,,mr,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,11,24,22,0,0,2,9,13,33,ml.po,,ml,,malayalam,,,ml,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,13,33,31,0,0,0,0,13,33,lv.po,,lv,,latvian,,,lv,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,13,33,30,0,0,0,0,13,33,lt.po,,lt,,lithuanian,,,lt,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,13,33,30,0,0,0,0,13,33,ko.po,,ko,,korean,,,ko,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,11,24,23,0,0,2,9,13,33,kn.po,,kn,,kannada,,,kn,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,11,24,22,0,0,2,9,13,33,kk.po,,kk,,kazakh,,,kk,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,11,24,15,0,0,2,9,13,33,ja.po,,ja,,japanese,,,ja,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,13,33,31,0,0,0,0,13,33,it.po,,it,,italian,,,it,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,11,24,24,0,0,2,9,13,33,is.po,,is,,icelandic,,,is,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,13,33,30,0,0,0,0,13,33,id.po,,id,,indonesian,,,id,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,13,33,29,0,0,0,0,13,33,hu.po,,hu,,hungarian,,,hu,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,13,33,31,0,0,0,0,13,33,hr.po,,hr,,croatian,,,hr,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,11,24,30,0,0,2,9,13,33,hi.po,,hi,,hindi,,,hi,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,11,24,26,0,0,2,9,13,33,he.po,,he,,hebrew,,,he,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,11,24,28,0,0,2,9,13,33,gu.po,,gu,,gujarati,,,gu,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,13,33,36,0,0,0,0,13,33,gl.po,,gl,,galician,,,gl,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,9,15,21,0,0,4,18,13,33,gd.po,,gd,,scottish gaelic,,,gd,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,13,33,32,0,0,0,0,13,33,fur.po,,fur,,friulian,,,fur,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,13,33,32,0,0,0,0,13,33,fr.po,,fr,,french,,,fr,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,13,33,27,0,0,0,0,13,33,fi.po,,fi,,finnish,,,fi,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,13,33,31,0,0,0,0,13,33,fa.po,,fa,,persian,,,fa,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,13,33,29,0,0,0,0,13,33,eu.po,,eu,,basque,,,eu,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,11,24,22,0,0,2,9,13,33,et.po,,et,,estonian,,,et,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,13,33,34,0,0,0,0,13,33,es.po,,es,,spanish,,,es,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,9,15,15,0,0,4,18,13,33,eo.po,,eo,,esperanto,,,eo,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,11,24,24,0,0,2,9,13,33,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,13,33,30,0,0,0,0,13,33,el.po,,el,,greek,,,el,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,13,33,30,0,0,0,0,13,33,de.po,,de,,german,,,de,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,9,15,15,0,0,4,18,13,33,da.po,,da,,danish,,,da,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,13,33,32,0,0,0,0,13,33,cs.po,,cs,,czech,,,cs,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,9,15,17,0,0,4,18,13,33,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,13,33,35,0,0,0,0,13,33,ca.po,,ca,,catalan,,,ca,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,11,24,26,0,0,2,9,13,33,bs.po,,bs,,bosnian,,,bs,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,11,24,24,0,0,2,9,13,33,bn_in.po,,bn,in,bangla,,india,bn_in,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,11,24,27,0,0,2,9,13,33,bg.po,,bg,,bulgarian,,,bg,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,11,24,26,0,0,2,9,13,33,be.po,,be,,belarusian,,,be,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,9,15,15,0,0,4,18,13,33,ast.po,,ast,,asturian,,,ast,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,11,24,26,0,0,2,9,13,33,as.po,,as,,assamese,,,as,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,9,15,22,0,0,4,18,13,33,ar.po,,ar,,arabic,,,ar,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,11,24,28,0,0,2,9,13,33,an.po,,an,,aragonese,,,an,po -sushi-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,9,15,16,0,0,4,18,13,33,af.po,,af,,afrikaans,,,af,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/nl.po,888,3435,3358,4,8,7,7,899,3450,nl.po,,nl,,dutch,,,nl,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/bn.po,724,3023,3367,6,9,169,418,899,3450,bn.po,,bn,,bangla,,,bn,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/pa.po,729,3043,3301,6,9,164,398,899,3450,pa.po,,pa,,punjabi,,,pa,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/cs.po,752,3147,2850,2,4,145,299,899,3450,cs.po,,cs,,czech,,,cs,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/lv.po,727,3039,2675,6,9,166,402,899,3450,lv.po,,lv,,latvian,,,lv,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/hi.po,727,3039,3517,6,9,166,402,899,3450,hi.po,,hi,,hindi,,,hi,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/pl.po,888,3435,3327,4,8,7,7,899,3450,pl.po,,pl,,polish,,,pl,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/et.po,729,3043,2498,6,9,164,398,899,3450,et.po,,et,,estonian,,,et,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ru.po,744,3137,2857,2,4,153,309,899,3450,ru.po,,ru,,russian,,,ru,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/sk.po,846,3328,3146,15,48,38,74,899,3450,sk.po,,sk,,slovak,,,sk,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/bs.po,122,515,469,2,3,775,2932,899,3450,bs.po,,bs,,bosnian,,,bs,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/fi.po,752,3147,2439,2,4,145,299,899,3450,fi.po,,fi,,finnish,,,fi,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/uk.po,888,3435,3177,4,8,7,7,899,3450,uk.po,,uk,,ukrainian,,,uk,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/sv.po,752,3147,2874,2,4,145,299,899,3450,sv.po,,sv,,swedish,,,sv,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/gu.po,730,3046,3366,7,11,162,393,899,3450,gu.po,,gu,,gujarati,,,gu,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/mr.po,727,3039,3030,10,18,162,393,899,3450,mr.po,,mr,,marathi,,,mr,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/pt.po,744,3137,3526,2,4,153,309,899,3450,pt.po,,pt,,portuguese,,,pt,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/es.po,752,3147,3627,2,4,145,299,899,3450,es.po,,es,,spanish,,,es,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/cy.po,12,12,12,0,0,887,3438,899,3450,cy.po,,cy,,welsh,,,cy,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/he.po,606,2135,2066,1,2,292,1313,899,3450,he.po,,he,,hebrew,,,he,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ro.po,582,2345,2563,6,10,311,1095,899,3450,ro.po,,ro,,romanian,,,ro,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/de.po,830,3277,3118,0,0,69,173,899,3450,de.po,,de,,german,,,de,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/el.po,743,3136,3396,3,5,153,309,899,3450,el.po,,el,,greek,,,el,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/th.po,557,2262,906,4,6,338,1182,899,3450,th.po,,th,,thai,,,th,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ta.po,727,3039,2646,6,9,166,402,899,3450,ta.po,,ta,,tamil,,,ta,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/vi.po,302,1175,1711,7,13,590,2262,899,3450,vi.po,,vi,,vietnamese,,,vi,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/or.po,730,3046,3219,6,9,163,395,899,3450,or.po,,or,,odia,,,or,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/pt_br.po,752,3147,3625,2,4,145,299,899,3450,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/as.po,730,3046,3181,6,9,163,395,899,3450,as.po,,as,,assamese,,,as,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/nn.po,752,3147,2877,2,4,145,299,899,3450,nn.po,,nn,,norwegian nynorsk,,,nn,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/sl.po,727,3039,3027,6,9,166,402,899,3450,sl.po,,sl,,slovenian,,,sl,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ar.po,733,3049,2944,5,8,161,393,899,3450,ar.po,,ar,,arabic,,,ar,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ko.po,727,3039,2696,6,9,166,402,899,3450,ko.po,,ko,,korean,,,ko,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ja.po,729,3043,1215,6,9,164,398,899,3450,ja.po,,ja,,japanese,,,ja,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/nds.po,99,135,133,2,2,798,3313,899,3450,nds.po,,nds,,low german,,,nds,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/tr.po,721,2534,2363,66,161,112,755,899,3450,tr.po,,tr,,turkish,,,tr,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/zh_cn.po,752,3147,1071,2,4,145,299,899,3450,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/bg.po,730,3046,3238,6,9,163,395,899,3450,bg.po,,bg,,bulgarian,,,bg,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/it.po,734,3049,3373,10,82,155,319,899,3450,it.po,,it,,italian,,,it,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/sr.po,744,3137,3101,2,4,153,309,899,3450,sr.po,,sr,,serbian,,,sr,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/fa.po,310,707,814,3,3,586,2740,899,3450,fa.po,,fa,,persian,,,fa,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ca.po,752,3147,3780,2,4,145,299,899,3450,ca.po,,ca,,catalan,,,ca,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/sr@latin.po,685,2739,2705,65,159,149,552,899,3450,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ms.po,65,92,91,1,1,833,3357,899,3450,ms.po,,ms,,malay,,,ms,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/si.po,17,21,24,4,9,878,3420,899,3450,si.po,,si,,sinhala,,,si,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/br.po,667,2662,3310,4,6,228,782,899,3450,br.po,,br,,breton,,,br,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/lt.po,616,2463,2233,1,2,282,985,899,3450,lt.po,,lt,,lithuanian,,,lt,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/nb.po,705,2499,2441,6,9,188,942,899,3450,nb.po,,nb,,norwegian bokmål,,,nb,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/fr.po,888,3435,4080,4,8,7,7,899,3450,fr.po,,fr,,french,,,fr,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/is.po,146,429,408,3,7,750,3014,899,3450,is.po,,is,,icelandic,,,is,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/da.po,899,3450,3152,0,0,0,0,899,3450,da.po,,da,,danish,,,da,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/hr.po,212,782,737,2,3,685,2665,899,3450,hr.po,,hr,,croatian,,,hr,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/bn_in.po,727,3039,3388,6,9,166,402,899,3450,bn_in.po,,bn,in,bangla,,india,bn_in,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/kn.po,729,3043,2758,6,9,164,398,899,3450,kn.po,,kn,,kannada,,,kn,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/mai.po,48,110,119,1,1,850,3339,899,3450,mai.po,,mai,,maithili,,,mai,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/te.po,730,3046,2621,6,9,163,395,899,3450,te.po,,te,,telugu,,,te,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/en_gb.po,729,3043,3046,6,9,164,398,899,3450,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/ml.po,730,3046,2604,6,9,163,395,899,3450,ml.po,,ml,,malayalam,,,ml,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/zh_tw.po,752,3147,1117,2,4,145,299,899,3450,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/id.po,752,3147,3015,2,4,145,299,899,3450,id.po,,id,,indonesian,,,id,po -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv,po/hu.po,752,3147,2855,2,4,145,299,899,3450,hu.po,,hu,,hungarian,,,hu,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/zh_tw.po,139,1203,197,0,0,25,141,164,1344,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/zh_cn.po,112,950,135,1,18,51,376,164,1344,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/uk.po,162,1332,1100,0,0,2,12,164,1344,uk.po,,uk,,ukrainian,,,uk,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/tr.po,133,1131,1022,0,0,31,213,164,1344,tr.po,,tr,,turkish,,,tr,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/sv.po,121,1041,1020,0,0,43,303,164,1344,sv.po,,sv,,swedish,,,sv,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/sr.po,127,1090,1250,0,0,37,254,164,1344,sr.po,,sr,,serbian,,,sr,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/sk.po,46,371,353,0,0,118,973,164,1344,sk.po,,sk,,slovak,,,sk,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/ru.po,133,1124,1144,0,0,31,220,164,1344,ru.po,,ru,,russian,,,ru,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/ro.po,115,985,1054,0,0,49,359,164,1344,ro.po,,ro,,romanian,,,ro,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/pt_br.po,164,1344,1435,0,0,0,0,164,1344,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/pl.po,164,1344,1192,0,0,0,0,164,1344,pl.po,,pl,,polish,,,pl,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/lt.po,139,1203,1061,0,0,25,141,164,1344,lt.po,,lt,,lithuanian,,,lt,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/ko.po,113,968,792,0,0,51,376,164,1344,ko.po,,ko,,korean,,,ko,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/ja.po,164,1344,174,0,0,0,0,164,1344,ja.po,,ja,,japanese,,,ja,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/it.po,139,1203,1215,0,0,25,141,164,1344,it.po,,it,,italian,,,it,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/id.po,125,1065,953,0,0,39,279,164,1344,id.po,,id,,indonesian,,,id,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/hu.po,115,985,786,0,0,49,359,164,1344,hu.po,,hu,,hungarian,,,hu,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/hr.po,113,968,851,0,0,51,376,164,1344,hr.po,,hr,,croatian,,,hr,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/gl.po,113,968,1032,0,0,51,376,164,1344,gl.po,,gl,,galician,,,gl,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/fr.po,137,1185,1297,0,0,27,159,164,1344,fr.po,,fr,,french,,,fr,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/es.po,113,968,1123,0,0,51,376,164,1344,es.po,,es,,spanish,,,es,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/el.po,68,603,650,30,272,66,469,164,1344,el.po,,el,,greek,,,el,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/de.po,113,968,972,0,0,51,376,164,1344,de.po,,de,,german,,,de,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/da.po,113,968,990,0,0,51,376,164,1344,da.po,,da,,danish,,,da,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/cs.po,164,1344,1207,0,0,0,0,164,1344,cs.po,,cs,,czech,,,cs,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/ca.po,125,1065,1285,0,0,39,279,164,1344,ca.po,,ca,,catalan,,,ca,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/bg.po,115,985,1112,0,0,49,359,164,1344,bg.po,,bg,,bulgarian,,,bg,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/be@latin.po,115,985,787,0,0,49,359,164,1344,be@latin.po,latin,be,,belarusian,,,be@latin,po -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv,po/be.po,115,985,787,0,0,49,359,164,1344,be.po,,be,,belarusian,,,be,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/da.po,589,3626,3546,1,19,3,11,593,3656,da.po,,da,,danish,,,da,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/pt.po,589,3626,4003,1,19,3,11,593,3656,pt.po,,pt,,portuguese,,,pt,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ja.po,589,3626,1645,1,19,3,11,593,3656,ja.po,,ja,,japanese,,,ja,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/nl.po,589,3626,3790,1,19,3,11,593,3656,nl.po,,nl,,dutch,,,nl,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ga.po,589,3626,4541,1,19,3,11,593,3656,ga.po,,ga,,irish,,,ga,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/fr.po,572,3484,4471,12,111,9,61,593,3656,fr.po,,fr,,french,,,fr,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/et.po,572,3484,3053,12,111,9,61,593,3656,et.po,,et,,estonian,,,et,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/pt_br.po,589,3626,4217,1,19,3,11,593,3656,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/sl.po,557,3392,3664,18,133,18,131,593,3656,sl.po,,sl,,slovenian,,,sl,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ca.po,589,3626,4589,1,19,3,11,593,3656,ca.po,,ca,,catalan,,,ca,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ko.po,572,3484,3106,12,111,9,61,593,3656,ko.po,,ko,,korean,,,ko,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/fi.po,522,3079,2643,32,238,39,339,593,3656,fi.po,,fi,,finnish,,,fi,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/hu.po,589,3626,3746,1,19,3,11,593,3656,hu.po,,hu,,hungarian,,,hu,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/el.po,116,557,676,111,792,366,2307,593,3656,el.po,,el,,greek,,,el,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/eu.po,343,1774,1731,94,654,156,1228,593,3656,eu.po,,eu,,basque,,,eu,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/uk.po,589,3626,3822,1,19,3,11,593,3656,uk.po,,uk,,ukrainian,,,uk,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/cs.po,589,3626,3716,1,19,3,11,593,3656,cs.po,,cs,,czech,,,cs,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ro.po,248,1279,1387,151,1090,194,1287,593,3656,ro.po,,ro,,romanian,,,ro,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/sv.po,589,3626,3555,1,19,3,11,593,3656,sv.po,,sv,,swedish,,,sv,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ky.po,412,2400,2275,91,650,90,606,593,3656,ky.po,,ky,,kyrgyz,,,ky,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/de.po,589,3626,3589,1,19,3,11,593,3656,de.po,,de,,german,,,de,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/bg.po,589,3626,4451,1,19,3,11,593,3656,bg.po,,bg,,bulgarian,,,bg,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ru.po,589,3626,3646,1,19,3,11,593,3656,ru.po,,ru,,russian,,,ru,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/it.po,589,3626,4169,1,19,3,11,593,3656,it.po,,it,,italian,,,it,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/ms.po,112,545,547,110,742,371,2369,593,3656,ms.po,,ms,,malay,,,ms,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/vi.po,589,3626,5437,1,19,3,11,593,3656,vi.po,,vi,,vietnamese,,,vi,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/zh_tw.po,589,3626,1365,1,19,3,11,593,3656,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/nb.po,589,3626,3612,1,19,3,11,593,3656,nb.po,,nb,,norwegian bokmål,,,nb,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/eo.po,589,3626,3594,1,19,3,11,593,3656,eo.po,,eo,,esperanto,,,eo,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/sk.po,117,567,620,111,792,365,2297,593,3656,sk.po,,sk,,slovak,,,sk,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/id.po,557,3392,3502,18,133,18,131,593,3656,id.po,,id,,indonesian,,,id,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/gl.po,117,567,723,122,855,354,2234,593,3656,gl.po,,gl,,galician,,,gl,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/pl.po,589,3626,3802,1,19,3,11,593,3656,pl.po,,pl,,polish,,,pl,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/sr.po,572,3484,3633,12,111,9,61,593,3656,sr.po,,sr,,serbian,,,sr,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/hr.po,589,3626,3840,1,19,3,11,593,3656,hr.po,,hr,,croatian,,,hr,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/es.po,589,3626,4645,1,19,3,11,593,3656,es.po,,es,,spanish,,,es,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/tr.po,572,3484,3126,12,111,9,61,593,3656,tr.po,,tr,,turkish,,,tr,po -tar-1.32-2.fc31.src.rpm.stats.csv,po/zh_cn.po,589,3626,1334,1,19,3,11,593,3656,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -texlive-base-20190410-2.fc31.src.rpm.stats.csv,texmf-dist/doc/support/latex-git-log/po/de.po,3,3,3,0,0,0,0,3,3,de.po,,de,,german,,,de,texmf-dist/doc/support/latex-git-log/po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/zh_cn.po,141,616,269,0,0,19,206,160,822,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/vi.po,157,697,1022,0,0,3,125,160,822,vi.po,,vi,,vietnamese,,,vi,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/uk.po,157,697,745,0,0,3,125,160,822,uk.po,,uk,,ukrainian,,,uk,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/tr.po,141,616,563,0,0,19,206,160,822,tr.po,,tr,,turkish,,,tr,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/sv.po,157,697,635,0,0,3,125,160,822,sv.po,,sv,,swedish,,,sv,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/sr.po,141,616,644,0,0,19,206,160,822,sr.po,,sr,,serbian,,,sr,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/sk.po,33,82,90,13,62,114,678,160,822,sk.po,,sk,,slovak,,,sk,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/ru.po,157,697,681,0,0,3,125,160,822,ru.po,,ru,,russian,,,ru,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/pt_br.po,157,697,827,0,0,3,125,160,822,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/pl.po,33,82,88,13,62,114,678,160,822,pl.po,,pl,,polish,,,pl,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/nl.po,141,616,608,0,0,19,206,160,822,nl.po,,nl,,dutch,,,nl,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/it.po,70,210,238,14,62,76,550,160,822,it.po,,it,,italian,,,it,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/id.po,141,616,639,0,0,19,206,160,822,id.po,,id,,indonesian,,,id,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/hu.po,141,616,628,0,0,19,206,160,822,hu.po,,hu,,hungarian,,,hu,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/fur.po,139,583,712,0,0,21,239,160,822,fur.po,,fur,,friulian,,,fur,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/fr.po,142,624,765,0,0,18,198,160,822,fr.po,,fr,,french,,,fr,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/fi.po,154,675,524,0,0,6,147,160,822,fi.po,,fi,,finnish,,,fi,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/es.po,141,616,703,0,0,19,206,160,822,es.po,,es,,spanish,,,es,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/eo.po,141,616,648,0,0,19,206,160,822,eo.po,,eo,,esperanto,,,eo,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/el.po,145,684,733,8,55,7,83,160,822,el.po,,el,,greek,,,el,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/de.po,153,671,654,0,0,7,151,160,822,de.po,,de,,german,,,de,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/da.po,142,624,583,0,0,18,198,160,822,da.po,,da,,danish,,,da,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/cs.po,157,697,702,0,0,3,125,160,822,cs.po,,cs,,czech,,,cs,po -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv,po/bg.po,141,616,738,0,0,19,206,160,822,bg.po,,bg,,bulgarian,,,bg,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_tw/zh_tw.po,156,1952,412,1,38,108,2690,265,4680,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_hk/zh_hk.po,156,1952,412,1,38,108,2690,265,4680,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,265,4552,642,0,0,0,128,265,4680,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/uk/uk.po,265,4552,3870,0,0,0,128,265,4680,uk.po,,uk,,ukrainian,,,uk,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/te/te.po,20,38,39,0,0,245,4642,265,4680,te.po,,te,,telugu,,,te,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/sv/sv.po,157,1830,1696,0,0,108,2850,265,4680,sv.po,,sv,,swedish,,,sv,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/sl/sl.po,37,87,102,0,0,228,4593,265,4680,sl.po,,sl,,slovenian,,,sl,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/ru/ru.po,265,4552,3628,0,0,0,128,265,4680,ru.po,,ru,,russian,,,ru,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/ro/ro.po,252,4680,4745,0,0,13,0,265,4680,ro.po,,ro,,romanian,,,ro,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,157,1830,1986,0,0,108,2850,265,4680,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/pl/pl.po,159,1850,1573,0,0,106,2830,265,4680,pl.po,,pl,,polish,,,pl,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/pa/pa.po,112,909,925,0,0,153,3771,265,4680,pa.po,,pa,,punjabi,,,pa,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/oc/oc.po,47,122,142,0,0,218,4558,265,4680,oc.po,,oc,,occitan,,,oc,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/nb/nb.po,193,3238,2513,44,1388,28,54,265,4680,nb.po,,nb,,norwegian bokmål,,,nb,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/ja/ja.po,54,467,137,13,60,198,4153,265,4680,ja.po,,ja,,japanese,,,ja,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/it/it.po,235,3534,3430,30,1013,0,133,265,4680,it.po,,it,,italian,,,it,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/id/id.po,252,4680,4206,0,0,13,0,265,4680,id.po,,id,,indonesian,,,id,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/hu/hu.po,159,1850,1622,0,0,106,2830,265,4680,hu.po,,hu,,hungarian,,,hu,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/hr/hr.po,183,2843,2470,0,0,82,1837,265,4680,hr.po,,hr,,croatian,,,hr,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/gl/gl.po,252,4680,5068,0,0,13,0,265,4680,gl.po,,gl,,galician,,,gl,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/fr/fr.po,252,4680,5147,0,0,13,0,265,4680,fr.po,,fr,,french,,,fr,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/fi/fi.po,202,3420,2117,38,1212,25,48,265,4680,fi.po,,fi,,finnish,,,fi,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/eu/eu.po,190,2594,1955,0,0,75,2086,265,4680,eu.po,,eu,,basque,,,eu,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/es/es.po,157,1830,1998,0,0,108,2850,265,4680,es.po,,es,,spanish,,,es,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/en_gb/en_gb.po,263,4493,4500,0,0,2,187,265,4680,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/el/el.po,20,30,67,17,79,228,4571,265,4680,el.po,,el,,greek,,,el,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/de/de.po,155,1822,1865,0,0,110,2858,265,4680,de.po,,de,,german,,,de,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/da/da.po,252,4660,4003,0,0,13,20,265,4680,da.po,,da,,danish,,,da,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/cs/cs.po,157,1830,1630,0,0,108,2850,265,4680,cs.po,,cs,,czech,,,cs,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/ca/ca.po,252,4659,5400,0,0,13,21,265,4680,ca.po,,ca,,catalan,,,ca,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,help/bg/bg.po,0,0,0,0,0,265,4680,265,4680,bg.po,,bg,,bulgarian,,,bg,help/ -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/zu.po,522,2066,1754,10,71,71,677,603,2814,zu.po,,zu,,zulu,,,zu,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_tw.po,387,1380,517,0,0,216,1434,603,2814,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_hk.po,347,1241,466,5,64,251,1509,603,2814,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/zh_cn.po,389,1327,514,0,0,214,1487,603,2814,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/xh.po,336,1466,1292,10,45,257,1303,603,2814,xh.po,,xh,,xhosa,,,xh,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/wa.po,142,341,422,0,0,461,2473,603,2814,wa.po,,wa,,walloon,,,wa,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/vi.po,380,1358,1803,0,0,223,1456,603,2814,vi.po,,vi,,vietnamese,,,vi,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/uk.po,396,1398,1242,0,0,207,1416,603,2814,uk.po,,uk,,ukrainian,,,uk,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ug.po,521,2040,1792,0,0,82,774,603,2814,ug.po,,ug,,uyghur,,,ug,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/tr.po,380,1358,1138,0,0,223,1456,603,2814,tr.po,,tr,,turkish,,,tr,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/th.po,352,1305,514,0,0,251,1509,603,2814,th.po,,th,,thai,,,th,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/tg.po,302,716,731,0,0,301,2098,603,2814,tg.po,,tg,,tajik,,,tg,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/te.po,384,1446,1222,0,0,219,1368,603,2814,te.po,,te,,telugu,,,te,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ta.po,384,1446,1258,0,0,219,1368,603,2814,ta.po,,ta,,tamil,,,ta,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/sv.po,380,1358,1255,0,0,223,1456,603,2814,sv.po,,sv,,swedish,,,sv,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/sr@latin.po,396,1398,1450,0,0,207,1416,603,2814,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/sr.po,380,1358,1410,0,0,223,1456,603,2814,sr.po,,sr,,serbian,,,sr,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/sq.po,501,2361,2581,0,0,102,453,603,2814,sq.po,,sq,,albanian,,,sq,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/sl.po,380,1358,1365,0,0,223,1456,603,2814,sl.po,,sl,,slovenian,,,sl,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/sk.po,391,1335,1352,0,0,212,1479,603,2814,sk.po,,sk,,slovak,,,sk,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/si.po,323,1160,1172,0,0,280,1654,603,2814,si.po,,si,,sinhala,,,si,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/rw.po,28,33,35,246,1355,329,1426,603,2814,rw.po,,rw,,kinyarwanda,,,rw,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ru.po,391,1403,1281,0,0,212,1411,603,2814,ru.po,,ru,,russian,,,ru,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ro.po,380,1358,1437,0,0,223,1456,603,2814,ro.po,,ro,,romanian,,,ro,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/pt_br.po,380,1358,1502,0,0,223,1456,603,2814,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/pt.po,392,1390,1531,0,0,211,1424,603,2814,pt.po,,pt,,portuguese,,,pt,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/pl.po,380,1358,1304,0,0,223,1456,603,2814,pl.po,,pl,,polish,,,pl,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/pa.po,380,1358,1460,0,0,223,1456,603,2814,pa.po,,pa,,punjabi,,,pa,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/or.po,522,2043,2124,0,0,81,771,603,2814,or.po,,or,,odia,,,or,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/oc.po,372,1243,1427,0,0,231,1571,603,2814,oc.po,,oc,,occitan,,,oc,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/nn.po,579,2537,2390,0,0,24,277,603,2814,nn.po,,nn,,norwegian nynorsk,,,nn,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/nl.po,380,1358,1295,0,0,223,1456,603,2814,nl.po,,nl,,dutch,,,nl,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ne.po,300,706,697,54,303,249,1805,603,2814,ne.po,,ne,,nepali,,,ne,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/nb.po,391,1335,1307,0,0,212,1479,603,2814,nb.po,,nb,,norwegian bokmål,,,nb,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/my.po,189,434,361,29,80,385,2300,603,2814,my.po,,my,,burmese,,,my,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ms.po,226,685,619,141,430,236,1699,603,2814,ms.po,,ms,,malay,,,ms,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/mr.po,384,1446,1342,0,0,219,1368,603,2814,mr.po,,mr,,marathi,,,mr,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ml.po,391,1335,1092,0,0,212,1479,603,2814,ml.po,,ml,,malayalam,,,ml,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/mk.po,561,2453,2562,0,0,42,361,603,2814,mk.po,,mk,,macedonian,,,mk,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/mg.po,378,1764,1840,1,2,224,1048,603,2814,mg.po,,mg,,malagasy,,,mg,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/mai.po,379,1486,1553,0,0,224,1328,603,2814,mai.po,,mai,,maithili,,,mai,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/lv.po,380,1358,1197,0,0,223,1456,603,2814,lv.po,,lv,,latvian,,,lv,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/lt.po,380,1358,1189,0,0,223,1456,603,2814,lt.po,,lt,,lithuanian,,,lt,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ky.po,186,291,287,0,0,417,2523,603,2814,ky.po,,ky,,kyrgyz,,,ky,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ku.po,122,259,268,0,0,481,2555,603,2814,ku.po,,ku,,kurdish,,,ku,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ko.po,380,1358,1091,0,0,223,1456,603,2814,ko.po,,ko,,korean,,,ko,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/kn.po,384,1446,1268,0,0,219,1368,603,2814,kn.po,,kn,,kannada,,,kn,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/km.po,523,2050,929,0,0,80,764,603,2814,km.po,,km,,khmer,,,km,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/kk.po,364,1145,969,0,0,239,1669,603,2814,kk.po,,kk,,kazakh,,,kk,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ka.po,417,1821,1421,0,0,186,993,603,2814,ka.po,,ka,,georgian,,,ka,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ja.po,371,1326,478,0,0,232,1488,603,2814,ja.po,,ja,,japanese,,,ja,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/it.po,380,1358,1422,0,0,223,1456,603,2814,it.po,,it,,italian,,,it,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/is.po,388,1388,1363,0,0,215,1426,603,2814,is.po,,is,,icelandic,,,is,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/id.po,380,1358,1234,0,0,223,1456,603,2814,id.po,,id,,indonesian,,,id,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/hu.po,380,1358,1164,0,0,223,1456,603,2814,hu.po,,hu,,hungarian,,,hu,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/hr.po,380,1358,1286,0,0,223,1456,603,2814,hr.po,,hr,,croatian,,,hr,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/hi.po,384,1446,1652,0,0,219,1368,603,2814,hi.po,,hi,,hindi,,,hi,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/he.po,392,1390,1321,0,0,211,1424,603,2814,he.po,,he,,hebrew,,,he,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/gv.po,530,2169,2630,0,0,73,645,603,2814,gv.po,,gv,,manx,,,gv,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/gu.po,391,1389,1486,0,0,212,1425,603,2814,gu.po,,gu,,gujarati,,,gu,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/gl.po,380,1358,1534,0,0,223,1456,603,2814,gl.po,,gl,,galician,,,gl,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/gd.po,389,1327,1800,0,0,214,1487,603,2814,gd.po,,gd,,scottish gaelic,,,gd,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ga.po,303,698,769,13,69,287,2047,603,2814,ga.po,,ga,,irish,,,ga,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/fur.po,380,1358,1515,0,0,223,1456,603,2814,fur.po,,fur,,friulian,,,fur,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/fr.po,380,1358,1582,0,0,223,1456,603,2814,fr.po,,fr,,french,,,fr,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/fi.po,380,1358,1041,0,0,223,1456,603,2814,fi.po,,fi,,finnish,,,fi,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/fa.po,380,1358,1410,0,0,223,1456,603,2814,fa.po,,fa,,persian,,,fa,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/eu.po,380,1358,1176,0,0,223,1456,603,2814,eu.po,,eu,,basque,,,eu,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/et.po,389,1327,1091,0,0,214,1487,603,2814,et.po,,et,,estonian,,,et,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/es.po,380,1358,1529,0,0,223,1456,603,2814,es.po,,es,,spanish,,,es,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/eo.po,388,1388,1236,0,0,215,1426,603,2814,eo.po,,eo,,esperanto,,,eo,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/en_gb.po,380,1358,1359,0,0,223,1456,603,2814,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/en_ca.po,561,2453,2456,0,0,42,361,603,2814,en_ca.po,,en,ca,english,,canada,en_ca,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/en@shaw.po,456,1699,1699,131,891,16,224,603,2814,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/el.po,380,1358,1411,0,0,223,1456,603,2814,el.po,,el,,greek,,,el,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/dz.po,425,1929,882,0,0,178,885,603,2814,dz.po,,dz,,dzongkha,,,dz,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/de.po,380,1358,1285,0,0,223,1456,603,2814,de.po,,de,,german,,,de,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/da.po,380,1358,1236,0,0,223,1456,603,2814,da.po,,da,,danish,,,da,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/cy.po,300,1388,1457,82,287,221,1139,603,2814,cy.po,,cy,,welsh,,,cy,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/cs.po,380,1358,1316,0,0,223,1456,603,2814,cs.po,,cs,,czech,,,cs,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/crh.po,520,2035,1755,0,0,83,779,603,2814,crh.po,,crh,,crimean turkish,,,crh,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,389,1327,1580,0,0,214,1487,603,2814,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ca.po,380,1358,1592,0,0,223,1456,603,2814,ca.po,,ca,,catalan,,,ca,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/bs.po,385,1449,1405,0,0,218,1365,603,2814,bs.po,,bs,,bosnian,,,bs,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/br.po,353,924,1062,13,63,237,1827,603,2814,br.po,,br,,breton,,,br,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/bn_in.po,384,1446,1515,0,0,219,1368,603,2814,bn_in.po,,bn,in,bangla,,india,bn_in,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/bn.po,592,2611,2766,0,0,11,203,603,2814,bn.po,,bn,,bangla,,,bn,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/bg.po,389,1327,1445,0,0,214,1487,603,2814,bg.po,,bg,,bulgarian,,,bg,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/be@latin.po,596,2707,2363,3,35,4,72,603,2814,be@latin.po,latin,be,,belarusian,,,be@latin,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/be.po,391,1335,1247,0,0,212,1479,603,2814,be.po,,be,,belarusian,,,be,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/az.po,345,1417,1215,0,0,258,1397,603,2814,az.po,,az,,azerbaijani,,,az,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ast.po,560,2420,2717,0,0,43,394,603,2814,ast.po,,ast,,asturian,,,ast,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/as.po,384,1446,1463,0,0,219,1368,603,2814,as.po,,as,,assamese,,,as,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/ar.po,367,1135,1119,11,125,225,1554,603,2814,ar.po,,ar,,arabic,,,ar,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/am.po,56,95,121,13,21,534,2698,603,2814,am.po,,am,,amharic,,,am,po -totem-3.34.1-1.fc31.src.rpm.stats.csv,po/af.po,396,1350,1362,0,0,207,1464,603,2814,af.po,,af,,afrikaans,,,af,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/zh_tw.po,8,29,11,0,0,417,1900,425,1929,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/zh_hk.po,8,29,11,0,0,417,1900,425,1929,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/zh_cn.po,8,29,12,0,0,417,1900,425,1929,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/xh.po,336,1466,1292,10,45,79,418,425,1929,xh.po,,xh,,xhosa,,,xh,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/wa.po,142,341,422,0,0,283,1588,425,1929,wa.po,,wa,,walloon,,,wa,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/vi.po,7,28,35,0,0,418,1901,425,1929,vi.po,,vi,,vietnamese,,,vi,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,8,29,22,0,0,417,1900,425,1929,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/uk.po,8,29,23,0,0,417,1900,425,1929,uk.po,,uk,,ukrainian,,,uk,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ug.po,7,28,21,0,0,418,1901,425,1929,ug.po,,ug,,uyghur,,,ug,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/tr.po,8,29,23,0,0,417,1900,425,1929,tr.po,,tr,,turkish,,,tr,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/th.po,7,28,10,0,0,418,1901,425,1929,th.po,,th,,thai,,,th,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/tg.po,8,29,27,0,0,417,1900,425,1929,tg.po,,tg,,tajik,,,tg,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/te.po,7,28,23,0,0,418,1901,425,1929,te.po,,te,,telugu,,,te,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ta.po,7,28,23,0,0,418,1901,425,1929,ta.po,,ta,,tamil,,,ta,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/sv.po,8,29,23,0,0,417,1900,425,1929,sv.po,,sv,,swedish,,,sv,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/sr@latin.po,8,29,28,0,0,417,1900,425,1929,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/sr.po,8,29,28,0,0,417,1900,425,1929,sr.po,,sr,,serbian,,,sr,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/sq.po,8,35,32,0,0,417,1894,425,1929,sq.po,,sq,,albanian,,,sq,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/sl.po,8,29,25,0,0,417,1900,425,1929,sl.po,,sl,,slovenian,,,sl,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/sk.po,8,29,25,0,0,417,1900,425,1929,sk.po,,sk,,slovak,,,sk,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/si.po,323,1160,1172,0,0,102,769,425,1929,si.po,,si,,sinhala,,,si,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/rw.po,28,33,35,246,1355,151,541,425,1929,rw.po,,rw,,kinyarwanda,,,rw,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ru.po,8,29,24,0,0,417,1900,425,1929,ru.po,,ru,,russian,,,ru,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ro.po,8,29,29,0,0,417,1900,425,1929,ro.po,,ro,,romanian,,,ro,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/pt_br.po,8,29,32,0,0,417,1900,425,1929,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/pt.po,8,29,30,0,0,417,1900,425,1929,pt.po,,pt,,portuguese,,,pt,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ps.po,7,28,40,0,0,418,1901,425,1929,ps.po,,ps,,pashto,,,ps,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/pl.po,8,29,27,0,0,417,1900,425,1929,pl.po,,pl,,polish,,,pl,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/pa.po,8,29,33,0,0,417,1900,425,1929,pa.po,,pa,,punjabi,,,pa,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/or.po,7,28,30,0,0,418,1901,425,1929,or.po,,or,,odia,,,or,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/oc.po,8,29,32,0,0,417,1900,425,1929,oc.po,,oc,,occitan,,,oc,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/nn.po,7,28,24,0,0,418,1901,425,1929,nn.po,,nn,,norwegian nynorsk,,,nn,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/nl.po,8,29,28,0,0,417,1900,425,1929,nl.po,,nl,,dutch,,,nl,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ne.po,8,29,30,0,0,417,1900,425,1929,ne.po,,ne,,nepali,,,ne,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/nds.po,7,28,30,0,0,418,1901,425,1929,nds.po,,nds,,low german,,,nds,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/nb.po,8,29,27,0,0,417,1900,425,1929,nb.po,,nb,,norwegian bokmål,,,nb,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ms.po,8,29,24,0,0,417,1900,425,1929,ms.po,,ms,,malay,,,ms,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/mr.po,7,28,27,0,0,418,1901,425,1929,mr.po,,mr,,marathi,,,mr,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/mn.po,7,28,25,0,0,418,1901,425,1929,mn.po,,mn,,mongolian,,,mn,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ml.po,8,29,24,0,0,417,1900,425,1929,ml.po,,ml,,malayalam,,,ml,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/mk.po,8,35,33,0,0,417,1894,425,1929,mk.po,,mk,,macedonian,,,mk,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/mg.po,378,1764,1840,1,2,46,163,425,1929,mg.po,,mg,,malagasy,,,mg,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/mai.po,5,17,13,0,0,420,1912,425,1929,mai.po,,mai,,maithili,,,mai,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/lv.po,8,29,22,0,0,417,1900,425,1929,lv.po,,lv,,latvian,,,lv,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/lt.po,8,29,21,0,0,417,1900,425,1929,lt.po,,lt,,lithuanian,,,lt,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ku.po,122,259,268,0,0,303,1670,425,1929,ku.po,,ku,,kurdish,,,ku,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ko.po,8,29,23,0,0,417,1900,425,1929,ko.po,,ko,,korean,,,ko,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/kn.po,8,29,25,0,0,417,1900,425,1929,kn.po,,kn,,kannada,,,kn,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/km.po,7,28,14,0,0,418,1901,425,1929,km.po,,km,,khmer,,,km,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/kk.po,8,29,23,0,0,417,1900,425,1929,kk.po,,kk,,kazakh,,,kk,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ka.po,417,1821,1421,0,0,8,108,425,1929,ka.po,,ka,,georgian,,,ka,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ja.po,8,29,13,0,0,417,1900,425,1929,ja.po,,ja,,japanese,,,ja,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/it.po,8,29,27,0,0,417,1900,425,1929,it.po,,it,,italian,,,it,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/is.po,8,29,29,0,0,417,1900,425,1929,is.po,,is,,icelandic,,,is,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/id.po,8,29,26,0,0,417,1900,425,1929,id.po,,id,,indonesian,,,id,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/hu.po,8,29,25,0,0,417,1900,425,1929,hu.po,,hu,,hungarian,,,hu,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/hr.po,8,29,23,0,0,417,1900,425,1929,hr.po,,hr,,croatian,,,hr,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/hi.po,7,28,27,0,0,418,1901,425,1929,hi.po,,hi,,hindi,,,hi,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/he.po,8,29,22,0,0,417,1900,425,1929,he.po,,he,,hebrew,,,he,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/gu.po,7,28,26,0,0,418,1901,425,1929,gu.po,,gu,,gujarati,,,gu,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/gl.po,8,29,32,0,0,417,1900,425,1929,gl.po,,gl,,galician,,,gl,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/gd.po,8,29,30,0,0,417,1900,425,1929,gd.po,,gd,,scottish gaelic,,,gd,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ga.po,7,28,29,0,0,418,1901,425,1929,ga.po,,ga,,irish,,,ga,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/fur.po,8,29,28,0,0,417,1900,425,1929,fur.po,,fur,,friulian,,,fur,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/fr.po,8,29,30,0,0,417,1900,425,1929,fr.po,,fr,,french,,,fr,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/fi.po,8,29,21,0,0,417,1900,425,1929,fi.po,,fi,,finnish,,,fi,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/fa.po,8,29,28,0,0,417,1900,425,1929,fa.po,,fa,,persian,,,fa,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/eu.po,8,29,22,0,0,417,1900,425,1929,eu.po,,eu,,basque,,,eu,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/et.po,8,29,20,0,0,417,1900,425,1929,et.po,,et,,estonian,,,et,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/es.po,8,29,34,0,0,417,1900,425,1929,es.po,,es,,spanish,,,es,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/eo.po,8,29,25,0,0,417,1900,425,1929,eo.po,,eo,,esperanto,,,eo,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/en_gb.po,8,29,29,0,0,417,1900,425,1929,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/en_ca.po,372,1795,1810,0,0,53,134,425,1929,en_ca.po,,en,ca,english,,canada,en_ca,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/en@shaw.po,7,28,28,0,0,418,1901,425,1929,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/el.po,8,29,26,0,0,417,1900,425,1929,el.po,,el,,greek,,,el,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/dz.po,425,1929,882,0,0,0,0,425,1929,dz.po,,dz,,dzongkha,,,dz,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/de.po,8,29,27,0,0,417,1900,425,1929,de.po,,de,,german,,,de,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/da.po,8,29,26,0,0,417,1900,425,1929,da.po,,da,,danish,,,da,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/cy.po,7,28,33,0,0,418,1901,425,1929,cy.po,,cy,,welsh,,,cy,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/cs.po,8,29,25,0,0,417,1900,425,1929,cs.po,,cs,,czech,,,cs,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,8,29,34,0,0,417,1900,425,1929,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ca.po,8,29,34,0,0,417,1900,425,1929,ca.po,,ca,,catalan,,,ca,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/bs.po,8,29,27,0,0,417,1900,425,1929,bs.po,,bs,,bosnian,,,bs,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/br.po,7,28,23,0,0,418,1901,425,1929,br.po,,br,,breton,,,br,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/bn_in.po,7,28,28,0,0,418,1901,425,1929,bn_in.po,,bn,in,bangla,,india,bn_in,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/bn.po,7,28,28,0,0,418,1901,425,1929,bn.po,,bn,,bangla,,,bn,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/bg.po,8,29,24,0,0,417,1900,425,1929,bg.po,,bg,,bulgarian,,,bg,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/be@latin.po,7,28,21,0,0,418,1901,425,1929,be@latin.po,latin,be,,belarusian,,,be@latin,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/be.po,8,29,22,0,0,417,1900,425,1929,be.po,,be,,belarusian,,,be,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/az.po,345,1417,1215,0,0,80,512,425,1929,az.po,,az,,azerbaijani,,,az,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ast.po,7,28,28,0,0,418,1901,425,1929,ast.po,,ast,,asturian,,,ast,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/as.po,8,29,28,0,0,417,1900,425,1929,as.po,,as,,assamese,,,as,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/ar.po,7,28,22,0,0,418,1901,425,1929,ar.po,,ar,,arabic,,,ar,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/an.po,8,29,36,0,0,417,1900,425,1929,an.po,,an,,aragonese,,,an,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/am.po,56,95,121,13,21,356,1813,425,1929,am.po,,am,,amharic,,,am,po -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv,po/af.po,8,29,27,0,0,417,1900,425,1929,af.po,,af,,afrikaans,,,af,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,369,2217,661,0,0,232,1587,601,3804,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,594,3613,1005,0,0,7,191,601,3804,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,369,2211,606,0,0,232,1593,601,3804,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/vi.po,532,2903,4287,0,0,69,901,601,3804,vi.po,,vi,,vietnamese,,,vi,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/uk.po,537,3291,3177,0,0,64,513,601,3804,uk.po,,uk,,ukrainian,,,uk,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/tr.po,369,2217,1860,0,0,232,1587,601,3804,tr.po,,tr,,turkish,,,tr,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/th.po,291,1391,601,0,0,310,2413,601,3804,th.po,,th,,thai,,,th,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/tg.po,74,99,91,0,0,527,3705,601,3804,tg.po,,tg,,tajik,,,tg,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/te.po,135,291,275,0,0,466,3513,601,3804,te.po,,te,,telugu,,,te,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/sv.po,369,2217,2096,0,0,232,1587,601,3804,sv.po,,sv,,swedish,,,sv,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,370,2229,2280,0,0,231,1575,601,3804,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/sr.po,369,2217,2285,0,0,232,1587,601,3804,sr.po,,sr,,serbian,,,sr,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/sl.po,369,2217,2367,0,0,232,1587,601,3804,sl.po,,sl,,slovenian,,,sl,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/sk.po,369,2211,2236,0,0,232,1593,601,3804,sk.po,,sk,,slovak,,,sk,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ru.po,369,2217,2117,0,0,232,1587,601,3804,ru.po,,ru,,russian,,,ru,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ro.po,369,2217,2607,0,0,232,1587,601,3804,ro.po,,ro,,romanian,,,ro,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,369,2217,2578,0,0,232,1587,601,3804,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/pt.po,595,3727,4053,0,0,6,77,601,3804,pt.po,,pt,,portuguese,,,pt,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/pl.po,369,2217,2193,0,0,232,1587,601,3804,pl.po,,pl,,polish,,,pl,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/pa.po,45,86,91,0,0,556,3718,601,3804,pa.po,,pa,,punjabi,,,pa,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/oc.po,586,3634,4418,1,1,14,169,601,3804,oc.po,,oc,,occitan,,,oc,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/nl.po,369,2217,2193,0,0,232,1587,601,3804,nl.po,,nl,,dutch,,,nl,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ne.po,146,444,405,73,310,382,3050,601,3804,ne.po,,ne,,nepali,,,ne,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/nds.po,165,368,352,0,0,436,3436,601,3804,nds.po,,nds,,low german,,,nds,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/nb.po,284,1299,1257,0,0,317,2505,601,3804,nb.po,,nb,,norwegian bokmål,,,nb,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ml.po,104,283,224,12,72,485,3449,601,3804,ml.po,,ml,,malayalam,,,ml,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/mk.po,151,666,759,23,87,427,3051,601,3804,mk.po,,mk,,macedonian,,,mk,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/lv.po,369,2217,1943,0,0,232,1587,601,3804,lv.po,,lv,,latvian,,,lv,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/lt.po,369,2217,1875,0,0,232,1587,601,3804,lt.po,,lt,,lithuanian,,,lt,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ko.po,369,2217,1809,0,0,232,1587,601,3804,ko.po,,ko,,korean,,,ko,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/kk.po,73,163,133,0,0,528,3641,601,3804,kk.po,,kk,,kazakh,,,kk,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ja.po,518,3120,960,3,16,80,668,601,3804,ja.po,,ja,,japanese,,,ja,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/it.po,369,2217,2333,0,0,232,1587,601,3804,it.po,,it,,italian,,,it,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/is.po,84,245,234,0,0,517,3559,601,3804,is.po,,is,,icelandic,,,is,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/id.po,369,2217,2180,0,0,232,1587,601,3804,id.po,,id,,indonesian,,,id,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/hu.po,369,2217,2086,0,0,232,1587,601,3804,hu.po,,hu,,hungarian,,,hu,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/hr.po,369,2217,2116,0,0,232,1587,601,3804,hr.po,,hr,,croatian,,,hr,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/he.po,54,112,111,24,87,523,3605,601,3804,he.po,,he,,hebrew,,,he,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/gl.po,369,2217,2617,0,0,232,1587,601,3804,gl.po,,gl,,galician,,,gl,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/fur.po,369,2217,2706,0,0,232,1587,601,3804,fur.po,,fur,,friulian,,,fur,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/fr.po,369,2217,2687,0,0,232,1587,601,3804,fr.po,,fr,,french,,,fr,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/fi.po,138,475,404,63,349,400,2980,601,3804,fi.po,,fi,,finnish,,,fi,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/eu.po,369,2217,2085,0,0,232,1587,601,3804,eu.po,,eu,,basque,,,eu,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/et.po,362,1959,1635,17,108,222,1737,601,3804,et.po,,et,,estonian,,,et,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/es.po,369,2217,2657,0,0,232,1587,601,3804,es.po,,es,,spanish,,,es,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/eo.po,118,378,346,3,19,480,3407,601,3804,eo.po,,eo,,esperanto,,,eo,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,369,2211,2209,0,0,232,1593,601,3804,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/el.po,369,2217,2408,0,0,232,1587,601,3804,el.po,,el,,greek,,,el,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/dz.po,153,693,288,22,66,426,3045,601,3804,dz.po,,dz,,dzongkha,,,dz,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/de.po,369,2217,2370,0,0,232,1587,601,3804,de.po,,de,,german,,,de,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/da.po,369,2217,2150,0,0,232,1587,601,3804,da.po,,da,,danish,,,da,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/cs.po,369,2217,2293,0,0,232,1587,601,3804,cs.po,,cs,,czech,,,cs,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,369,2211,2888,0,0,232,1593,601,3804,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ca.po,369,2217,2890,0,0,232,1587,601,3804,ca.po,,ca,,catalan,,,ca,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/bs.po,598,3762,3703,0,0,3,42,601,3804,bs.po,,bs,,bosnian,,,bs,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/bg.po,600,3774,4301,0,0,1,30,601,3804,bg.po,,bg,,bulgarian,,,bg,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,291,1388,1277,0,0,310,2416,601,3804,be@latin.po,latin,be,,belarusian,,,be@latin,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/as.po,150,561,591,0,0,451,3243,601,3804,as.po,,as,,assamese,,,as,po -tracker-2.3.0-1.fc31.src.rpm.stats.csv,po/ar.po,172,729,754,60,253,369,2822,601,3804,ar.po,,ar,,arabic,,,ar,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,112,801,233,0,0,490,3003,602,3804,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,594,3613,1005,0,0,8,191,602,3804,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,600,3747,1001,0,0,2,57,602,3804,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/vi.po,532,2903,4287,0,0,70,901,602,3804,vi.po,,vi,,vietnamese,,,vi,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/uk.po,537,3291,3177,0,0,65,513,602,3804,uk.po,,uk,,ukrainian,,,uk,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/tr.po,112,801,690,0,0,490,3003,602,3804,tr.po,,tr,,turkish,,,tr,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/th.po,291,1391,601,0,0,311,2413,602,3804,th.po,,th,,thai,,,th,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/tg.po,74,99,91,0,0,528,3705,602,3804,tg.po,,tg,,tajik,,,tg,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/te.po,135,291,275,0,0,467,3513,602,3804,te.po,,te,,telugu,,,te,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/sv.po,112,801,751,0,0,490,3003,602,3804,sv.po,,sv,,swedish,,,sv,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,118,827,806,0,0,484,2977,602,3804,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/sr.po,112,801,780,0,0,490,3003,602,3804,sr.po,,sr,,serbian,,,sr,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/sl.po,112,801,768,0,0,490,3003,602,3804,sl.po,,sl,,slovenian,,,sl,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/sk.po,118,828,826,0,0,484,2976,602,3804,sk.po,,sk,,slovak,,,sk,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ru.po,112,801,745,0,0,490,3003,602,3804,ru.po,,ru,,russian,,,ru,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ro.po,112,801,882,0,0,490,3003,602,3804,ro.po,,ro,,romanian,,,ro,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,112,801,889,0,0,490,3003,602,3804,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/pt.po,595,3727,4053,0,0,7,77,602,3804,pt.po,,pt,,portuguese,,,pt,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/pl.po,112,801,799,0,0,490,3003,602,3804,pl.po,,pl,,polish,,,pl,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/pa.po,45,86,91,0,0,557,3718,602,3804,pa.po,,pa,,punjabi,,,pa,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/oc.po,586,3634,4418,1,1,15,169,602,3804,oc.po,,oc,,occitan,,,oc,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/nl.po,112,801,839,0,0,490,3003,602,3804,nl.po,,nl,,dutch,,,nl,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ne.po,77,458,406,13,54,512,3292,602,3804,ne.po,,ne,,nepali,,,ne,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/nds.po,165,368,352,0,0,437,3436,602,3804,nds.po,,nds,,low german,,,nds,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/nb.po,90,446,424,0,0,512,3358,602,3804,nb.po,,nb,,norwegian bokmål,,,nb,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ml.po,128,447,355,1,1,473,3356,602,3804,ml.po,,ml,,malayalam,,,ml,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/mk.po,151,666,759,23,87,428,3051,602,3804,mk.po,,mk,,macedonian,,,mk,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/lv.po,112,801,714,0,0,490,3003,602,3804,lv.po,,lv,,latvian,,,lv,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/lt.po,112,801,667,0,0,490,3003,602,3804,lt.po,,lt,,lithuanian,,,lt,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ko.po,112,801,604,0,0,490,3003,602,3804,ko.po,,ko,,korean,,,ko,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/kk.po,62,83,81,0,0,540,3721,602,3804,kk.po,,kk,,kazakh,,,kk,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ja.po,518,3120,960,3,16,81,668,602,3804,ja.po,,ja,,japanese,,,ja,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/it.po,112,801,853,0,0,490,3003,602,3804,it.po,,it,,italian,,,it,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/id.po,112,801,739,0,0,490,3003,602,3804,id.po,,id,,indonesian,,,id,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/hu.po,112,801,715,0,0,490,3003,602,3804,hu.po,,hu,,hungarian,,,hu,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/hr.po,112,801,803,0,0,490,3003,602,3804,hr.po,,hr,,croatian,,,hr,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/he.po,54,112,111,24,87,524,3605,602,3804,he.po,,he,,hebrew,,,he,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/gl.po,112,801,922,0,0,490,3003,602,3804,gl.po,,gl,,galician,,,gl,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/fur.po,112,801,980,0,0,490,3003,602,3804,fur.po,,fur,,friulian,,,fur,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/fr.po,112,801,962,0,0,490,3003,602,3804,fr.po,,fr,,french,,,fr,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/fi.po,261,1014,837,96,512,245,2278,602,3804,fi.po,,fi,,finnish,,,fi,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/eu.po,110,763,674,0,0,492,3041,602,3804,eu.po,,eu,,basque,,,eu,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/et.po,362,1959,1635,17,108,223,1737,602,3804,et.po,,et,,estonian,,,et,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/es.po,112,801,940,0,0,490,3003,602,3804,es.po,,es,,spanish,,,es,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/eo.po,23,59,56,0,0,579,3745,602,3804,eo.po,,eo,,esperanto,,,eo,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,118,827,828,0,0,484,2977,602,3804,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/el.po,112,801,857,0,0,490,3003,602,3804,el.po,,el,,greek,,,el,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/dz.po,153,693,288,22,66,427,3045,602,3804,dz.po,,dz,,dzongkha,,,dz,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/de.po,112,801,784,0,0,490,3003,602,3804,de.po,,de,,german,,,de,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/da.po,112,801,806,0,0,490,3003,602,3804,da.po,,da,,danish,,,da,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/cs.po,112,801,835,0,0,490,3003,602,3804,cs.po,,cs,,czech,,,cs,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,118,827,997,0,0,484,2977,602,3804,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ca.po,110,763,923,0,0,492,3041,602,3804,ca.po,,ca,,catalan,,,ca,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/bs.po,598,3762,3703,0,0,4,42,602,3804,bs.po,,bs,,bosnian,,,bs,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/bg.po,600,3774,4301,0,0,2,30,602,3804,bg.po,,bg,,bulgarian,,,bg,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,291,1388,1277,0,0,311,2416,602,3804,be@latin.po,latin,be,,belarusian,,,be@latin,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/be.po,112,801,744,0,0,490,3003,602,3804,be.po,,be,,belarusian,,,be,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/as.po,150,561,591,0,0,452,3243,602,3804,as.po,,as,,assamese,,,as,po -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv,po/ar.po,172,729,754,60,253,370,2822,602,3804,ar.po,,ar,,arabic,,,ar,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/af.po,438,1679,1714,0,0,74,479,512,2158,af.po,,af,,afrikaans,,,af,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ar.po,0,0,0,0,0,512,2158,512,2158,ar.po,,ar,,arabic,,,ar,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/as.po,0,0,0,0,0,512,2158,512,2158,as.po,,as,,assamese,,,as,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/az.po,0,0,0,0,0,512,2158,512,2158,az.po,,az,,azerbaijani,,,az,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/bg.po,0,0,0,0,0,512,2158,512,2158,bg.po,,bg,,bulgarian,,,bg,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/bn_in.po,0,0,0,0,0,512,2158,512,2158,bn_in.po,,bn,in,bangla,,india,bn_in,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ca.po,487,1994,2368,0,0,25,164,512,2158,ca.po,,ca,,catalan,,,ca,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ca@valencia.po,0,0,0,0,0,512,2158,512,2158,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/cs.po,510,2143,2069,0,0,2,15,512,2158,cs.po,,cs,,czech,,,cs,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/cy.po,0,0,0,0,0,512,2158,512,2158,cy.po,,cy,,welsh,,,cy,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/da.po,512,2158,2124,0,0,0,0,512,2158,da.po,,da,,danish,,,da,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/de.po,510,2143,2139,0,0,2,15,512,2158,de.po,,de,,german,,,de,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/el.po,407,1506,1445,28,207,77,445,512,2158,el.po,,el,,greek,,,el,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/en_gb.po,437,1674,1674,29,209,46,275,512,2158,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/eo.po,0,0,0,0,0,512,2158,512,2158,eo.po,,eo,,esperanto,,,eo,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/es.po,495,2015,2310,0,0,17,143,512,2158,es.po,,es,,spanish,,,es,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/et.po,0,0,0,0,0,512,2158,512,2158,et.po,,et,,estonian,,,et,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/eu.po,219,439,432,26,203,267,1516,512,2158,eu.po,,eu,,basque,,,eu,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/fa.po,0,0,0,0,0,512,2158,512,2158,fa.po,,fa,,persian,,,fa,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/fi.po,315,1040,830,27,205,170,913,512,2158,fi.po,,fi,,finnish,,,fi,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/fo.po,0,0,0,0,0,512,2158,512,2158,fo.po,,fo,,faroese,,,fo,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/fr.po,512,2158,2608,0,0,0,0,512,2158,fr.po,,fr,,french,,,fr,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/fur.po,90,594,756,0,0,422,1564,512,2158,fur.po,,fur,,friulian,,,fur,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ga.po,0,0,0,0,0,512,2158,512,2158,ga.po,,ga,,irish,,,ga,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/gl.po,406,1498,1638,28,207,78,453,512,2158,gl.po,,gl,,galician,,,gl,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/gu.po,0,0,0,0,0,512,2158,512,2158,gu.po,,gu,,gujarati,,,gu,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/he.po,0,0,0,0,0,512,2158,512,2158,he.po,,he,,hebrew,,,he,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/hi.po,0,0,0,0,0,512,2158,512,2158,hi.po,,hi,,hindi,,,hi,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/hr.po,340,1202,1179,27,205,145,751,512,2158,hr.po,,hr,,croatian,,,hr,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/hu.po,512,2158,1780,0,0,0,0,512,2158,hu.po,,hu,,hungarian,,,hu,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ia.po,105,482,571,27,205,380,1471,512,2158,ia.po,,ia,,interlingua,,,ia,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/id.po,512,2158,2040,0,0,0,0,512,2158,id.po,,id,,indonesian,,,id,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/it.po,510,2143,2285,0,0,2,15,512,2158,it.po,,it,,italian,,,it,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ja.po,395,1459,728,28,207,89,492,512,2158,ja.po,,ja,,japanese,,,ja,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ka.po,0,0,0,0,0,512,2158,512,2158,ka.po,,ka,,georgian,,,ka,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/kk.po,472,1905,1687,0,0,40,253,512,2158,kk.po,,kk,,kazakh,,,kk,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/kn.po,0,0,0,0,0,512,2158,512,2158,kn.po,,kn,,kannada,,,kn,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ko.po,406,1517,1294,28,207,78,434,512,2158,ko.po,,ko,,korean,,,ko,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/lt.po,510,2143,2041,0,0,2,15,512,2158,lt.po,,lt,,lithuanian,,,lt,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/lv.po,281,847,783,27,205,204,1106,512,2158,lv.po,,lv,,latvian,,,lv,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ml.po,0,0,0,0,0,512,2158,512,2158,ml.po,,ml,,malayalam,,,ml,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/mr.po,0,0,0,0,0,512,2158,512,2158,mr.po,,mr,,marathi,,,mr,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ms.po,0,0,0,0,0,512,2158,512,2158,ms.po,,ms,,malay,,,ms,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/nb.po,0,0,0,0,0,512,2158,512,2158,nb.po,,nb,,norwegian bokmål,,,nb,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/nl.po,512,2158,2342,0,0,0,0,512,2158,nl.po,,nl,,dutch,,,nl,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/nn.po,0,0,0,0,0,512,2158,512,2158,nn.po,,nn,,norwegian nynorsk,,,nn,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/oc.po,0,0,0,0,0,512,2158,512,2158,oc.po,,oc,,occitan,,,oc,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/or.po,0,0,0,0,0,512,2158,512,2158,or.po,,or,,odia,,,or,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/pa.po,214,480,542,27,205,271,1473,512,2158,pa.po,,pa,,punjabi,,,pa,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/pl.po,512,2158,2269,0,0,0,0,512,2158,pl.po,,pl,,polish,,,pl,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/pt.po,0,0,0,0,0,512,2158,512,2158,pt.po,,pt,,portuguese,,,pt,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/pt_br.po,472,1905,2086,0,0,40,253,512,2158,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ro.po,0,0,0,0,0,512,2158,512,2158,ro.po,,ro,,romanian,,,ro,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ru.po,408,1512,1534,28,207,76,439,512,2158,ru.po,,ru,,russian,,,ru,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/sk.po,510,2143,1986,0,0,2,15,512,2158,sk.po,,sk,,slovak,,,sk,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/sl.po,406,1498,1491,28,207,78,453,512,2158,sl.po,,sl,,slovenian,,,sl,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/sq.po,0,0,0,0,0,512,2158,512,2158,sq.po,,sq,,albanian,,,sq,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/sr.po,406,1498,1572,28,207,78,453,512,2158,sr.po,,sr,,serbian,,,sr,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/sr@latin.po,0,0,0,0,0,512,2158,512,2158,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/sv.po,512,2158,2064,0,0,0,0,512,2158,sv.po,,sv,,swedish,,,sv,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/ta.po,0,0,0,0,0,512,2158,512,2158,ta.po,,ta,,tamil,,,ta,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/te.po,0,0,0,0,0,512,2158,512,2158,te.po,,te,,telugu,,,te,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/th.po,0,0,0,0,0,512,2158,512,2158,th.po,,th,,thai,,,th,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/tr.po,499,2043,2029,0,0,13,115,512,2158,tr.po,,tr,,turkish,,,tr,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/uk.po,512,2158,2387,0,0,0,0,512,2158,uk.po,,uk,,ukrainian,,,uk,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/vi.po,0,0,0,0,0,512,2158,512,2158,vi.po,,vi,,vietnamese,,,vi,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/wa.po,0,0,0,0,0,512,2158,512,2158,wa.po,,wa,,walloon,,,wa,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/zh_cn.po,482,1973,930,0,0,30,185,512,2158,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/zh_hk.po,0,0,0,0,0,512,2158,512,2158,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -udisks2-2.8.4-3.fc31.src.rpm.stats.csv,po/zh_tw.po,396,1499,798,23,176,93,483,512,2158,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -upower-0.99.10-2.fc31.src.rpm.stats.csv,po/pl.po,26,145,124,0,0,0,0,26,145,pl.po,,pl,,polish,,,pl,po -upower-0.99.10-2.fc31.src.rpm.stats.csv,po/sv.po,19,113,107,0,0,7,32,26,145,sv.po,,sv,,swedish,,,sv,po -upower-0.99.10-2.fc31.src.rpm.stats.csv,po/it.po,19,113,130,0,0,7,32,26,145,it.po,,it,,italian,,,it,po -upower-0.99.10-2.fc31.src.rpm.stats.csv,po/fr.po,26,145,184,0,0,0,0,26,145,fr.po,,fr,,french,,,fr,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/zh_tw.po,96,573,148,0,0,0,0,96,573,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/gl.po,62,320,332,0,0,34,253,96,573,gl.po,,gl,,galician,,,gl,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/de_ch.po,92,551,496,0,0,4,22,96,573,de_ch.po,,de,ch,german,,switzerland,de_ch,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/tg.po,59,177,196,0,0,37,396,96,573,tg.po,,tg,,tajik,,,tg,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/bs.po,94,564,545,0,0,2,9,96,573,bs.po,,bs,,bosnian,,,bs,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ast.po,92,551,563,0,0,4,22,96,573,ast.po,,ast,,asturian,,,ast,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/be.po,74,451,383,0,0,22,122,96,573,be.po,,be,,belarusian,,,be,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/fi.po,96,573,419,0,0,0,0,96,573,fi.po,,fi,,finnish,,,fi,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/nl.po,96,573,567,0,0,0,0,96,573,nl.po,,nl,,dutch,,,nl,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ko.po,95,570,489,0,0,1,3,96,573,ko.po,,ko,,korean,,,ko,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/cs.po,96,573,514,0,0,0,0,96,573,cs.po,,cs,,czech,,,cs,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ml.po,94,564,450,0,0,2,9,96,573,ml.po,,ml,,malayalam,,,ml,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/as.po,95,570,558,0,0,1,3,96,573,as.po,,as,,assamese,,,as,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/tr.po,96,573,451,0,0,0,0,96,573,tr.po,,tr,,turkish,,,tr,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/nds.po,34,74,71,0,0,62,499,96,573,nds.po,,nds,,low german,,,nds,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/sk.po,96,573,548,0,0,0,0,96,573,sk.po,,sk,,slovak,,,sk,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/te.po,95,570,472,0,0,1,3,96,573,te.po,,te,,telugu,,,te,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/sr@latin.po,94,564,526,0,0,2,9,96,573,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ja.po,96,573,150,0,0,0,0,96,573,ja.po,,ja,,japanese,,,ja,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/bn.po,95,570,596,0,0,1,3,96,573,bn.po,,bn,,bangla,,,bn,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/sl.po,74,442,421,0,0,22,131,96,573,sl.po,,sl,,slovenian,,,sl,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/da.po,96,573,537,0,0,0,0,96,573,da.po,,da,,danish,,,da,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/cy.po,83,521,510,0,0,13,52,96,573,cy.po,,cy,,welsh,,,cy,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/bg.po,95,570,580,0,0,1,3,96,573,bg.po,,bg,,bulgarian,,,bg,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/fa.po,95,570,624,0,0,1,3,96,573,fa.po,,fa,,persian,,,fa,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/fr.po,96,573,658,0,0,0,0,96,573,fr.po,,fr,,french,,,fr,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/or.po,94,564,662,0,0,2,9,96,573,or.po,,or,,odia,,,or,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/mai.po,92,551,654,0,0,4,22,96,573,mai.po,,mai,,maithili,,,mai,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/is.po,95,570,575,0,0,1,3,96,573,is.po,,is,,icelandic,,,is,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/pa.po,96,573,690,0,0,0,0,96,573,pa.po,,pa,,punjabi,,,pa,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/es.po,96,573,631,0,0,0,0,96,573,es.po,,es,,spanish,,,es,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ms.po,91,542,500,0,0,5,31,96,573,ms.po,,ms,,malay,,,ms,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/id.po,96,573,502,0,0,0,0,96,573,id.po,,id,,indonesian,,,id,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/en_gb.po,86,524,527,0,0,10,49,96,573,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/pt_br.po,96,573,635,0,0,0,0,96,573,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ka.po,29,60,57,0,0,67,513,96,573,ka.po,,ka,,georgian,,,ka,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/pl.po,96,573,513,0,0,0,0,96,573,pl.po,,pl,,polish,,,pl,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/sv.po,96,573,531,0,0,0,0,96,573,sv.po,,sv,,swedish,,,sv,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/sr.po,96,573,536,0,0,0,0,96,573,sr.po,,sr,,serbian,,,sr,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/el.po,96,573,591,0,0,0,0,96,573,el.po,,el,,greek,,,el,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/nb.po,95,570,589,0,0,1,3,96,573,nb.po,,nb,,norwegian bokmål,,,nb,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/it.po,96,573,591,0,0,0,0,96,573,it.po,,it,,italian,,,it,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ar.po,95,570,554,0,0,1,3,96,573,ar.po,,ar,,arabic,,,ar,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ro.po,95,570,573,0,0,1,3,96,573,ro.po,,ro,,romanian,,,ro,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/vi.po,60,252,350,0,0,36,321,96,573,vi.po,,vi,,vietnamese,,,vi,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/hr.po,91,542,525,0,0,5,31,96,573,hr.po,,hr,,croatian,,,hr,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/hu.po,96,573,518,0,0,0,0,96,573,hu.po,,hu,,hungarian,,,hu,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/mr.po,94,564,538,0,0,2,9,96,573,mr.po,,mr,,marathi,,,mr,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/he.po,95,570,536,0,0,1,3,96,573,he.po,,he,,hebrew,,,he,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/lv.po,95,570,485,0,0,1,3,96,573,lv.po,,lv,,latvian,,,lv,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/kn.po,95,570,486,0,0,1,3,96,573,kn.po,,kn,,kannada,,,kn,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/et.po,95,570,452,0,0,1,3,96,573,et.po,,et,,estonian,,,et,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/de.po,96,573,520,0,0,0,0,96,573,de.po,,de,,german,,,de,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ru.po,96,573,506,0,0,0,0,96,573,ru.po,,ru,,russian,,,ru,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/hi.po,94,564,680,0,0,2,9,96,573,hi.po,,hi,,hindi,,,hi,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/bn_in.po,96,573,589,0,0,0,0,96,573,bn_in.po,,bn,in,bangla,,india,bn_in,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/zh_cn.po,95,570,153,0,0,1,3,96,573,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ta.po,95,570,457,0,0,1,3,96,573,ta.po,,ta,,tamil,,,ta,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/ca.po,96,573,654,0,0,0,0,96,573,ca.po,,ca,,catalan,,,ca,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/gu.po,94,564,621,0,0,2,9,96,573,gu.po,,gu,,gujarati,,,gu,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/pt.po,96,573,645,0,0,0,0,96,573,pt.po,,pt,,portuguese,,,pt,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/mk.po,91,542,549,0,0,5,31,96,573,mk.po,,mk,,macedonian,,,mk,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/si.po,19,31,36,0,0,77,542,96,573,si.po,,si,,sinhala,,,si,po -usermode-1.112-5.fc31.src.rpm.stats.csv,po/uk.po,96,573,499,0,0,0,0,96,573,uk.po,,uk,,ukrainian,,,uk,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/nl.po,3480,18187,18167,535,3356,271,2238,4286,23781,nl.po,,nl,,dutch,,,nl,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/gl.po,211,777,1018,1726,8416,2349,14588,4286,23781,gl.po,,gl,,galician,,,gl,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/eu.po,355,856,916,2167,10152,1764,12773,4286,23781,eu.po,,eu,,basque,,,eu,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/fr.po,4286,23781,28745,0,0,0,0,4286,23781,fr.po,,fr,,french,,,fr,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/zh_tw.po,707,2728,1422,2714,15517,865,5536,4286,23781,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/fi.po,1150,4482,3909,2095,10962,1041,8337,4286,23781,fi.po,,fi,,finnish,,,fi,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/uk.po,4286,23781,25173,0,0,0,0,4286,23781,uk.po,,uk,,ukrainian,,,uk,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/sv.po,4286,23781,22755,0,0,0,0,4286,23781,sv.po,,sv,,swedish,,,sv,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/et.po,321,1064,1042,2217,11209,1748,11508,4286,23781,et.po,,et,,estonian,,,et,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/id.po,655,2414,2468,2423,12991,1208,8376,4286,23781,id.po,,id,,indonesian,,,id,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/hr.po,4279,23774,24944,0,0,7,7,4286,23781,hr.po,,hr,,croatian,,,hr,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/sl.po,481,1668,1744,2467,12711,1338,9402,4286,23781,sl.po,,sl,,slovenian,,,sl,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/hu.po,570,2069,2121,2414,12596,1302,9116,4286,23781,hu.po,,hu,,hungarian,,,hu,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/it.po,486,1519,1702,2429,12399,1371,9863,4286,23781,it.po,,it,,italian,,,it,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/ru.po,1859,8629,8509,1286,6904,1141,8248,4286,23781,ru.po,,ru,,russian,,,ru,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/da.po,4286,23781,22223,0,0,0,0,4286,23781,da.po,,da,,danish,,,da,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/cs.po,4286,23781,23885,0,0,0,0,4286,23781,cs.po,,cs,,czech,,,cs,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/ca.po,485,1679,2186,2468,12738,1333,9364,4286,23781,ca.po,,ca,,catalan,,,ca,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/vi.po,3082,16710,24315,943,5449,261,1622,4286,23781,vi.po,,vi,,vietnamese,,,vi,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/pt_br.po,4286,23781,27989,0,0,0,0,4286,23781,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/pl.po,4286,23781,24075,0,0,0,0,4286,23781,pl.po,,pl,,polish,,,pl,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/tr.po,3601,19451,17946,532,3366,153,964,4286,23781,tr.po,,tr,,turkish,,,tr,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/ja.po,3322,17907,9067,631,3669,333,2205,4286,23781,ja.po,,ja,,japanese,,,ja,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/de.po,4286,23781,23808,0,0,0,0,4286,23781,de.po,,de,,german,,,de,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/zh_cn.po,3720,20235,9490,427,2661,139,885,4286,23781,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -util-linux-2.34-3.fc31.src.rpm.stats.csv,po/es.po,4286,23781,30993,0,0,0,0,4286,23781,es.po,,es,,spanish,,,es,po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,libdvbv5-po/uk.po,124,566,639,5,41,43,154,172,761,uk.po,,uk,,ukrainian,,,uk,libdvbv5-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,libdvbv5-po/ca.po,46,106,126,1,7,125,648,172,761,ca.po,,ca,,catalan,,,ca,libdvbv5-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,libdvbv5-po/pt_br.po,154,667,749,2,18,16,76,172,761,pt_br.po,,pt,br,portuguese,,brazil,pt_br,libdvbv5-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,libdvbv5-po/de.po,154,667,635,2,18,16,76,172,761,de.po,,de,,german,,,de,libdvbv5-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,v4l-utils-po/uk.po,0,0,0,22,75,389,2251,411,2326,uk.po,,uk,,ukrainian,,,uk,v4l-utils-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,v4l-utils-po/ca.po,26,62,78,15,53,370,2211,411,2326,ca.po,,ca,,catalan,,,ca,v4l-utils-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,v4l-utils-po/pt_br.po,290,1381,1654,76,698,45,247,411,2326,pt_br.po,,pt,br,portuguese,,brazil,pt_br,v4l-utils-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,v4l-utils-po/de.po,290,1381,1357,75,695,46,250,411,2326,de.po,,de,,german,,,de,v4l-utils-po -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv,v4l-utils-po/fr.po,26,107,122,20,224,365,1995,411,2326,fr.po,,fr,,french,,,fr,v4l-utils-po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/id.po,134,1228,1096,0,0,2,0,136,1228,id.po,,id,,indonesian,,,id,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/pa.po,134,1228,1341,0,0,2,0,136,1228,pa.po,,pa,,punjabi,,,pa,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/te.po,134,1228,951,0,0,2,0,136,1228,te.po,,te,,telugu,,,te,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/oc.po,94,973,1059,0,0,42,255,136,1228,oc.po,,oc,,occitan,,,oc,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/sk.po,134,1228,1206,0,0,2,0,136,1228,sk.po,,sk,,slovak,,,sk,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/bn.po,136,1215,1294,0,0,0,13,136,1228,bn.po,,bn,,bangla,,,bn,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/si.po,66,479,510,1,26,69,723,136,1228,si.po,,si,,sinhala,,,si,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/hi.po,134,1228,1409,0,0,2,0,136,1228,hi.po,,hi,,hindi,,,hi,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/en_gb.po,94,973,998,0,0,42,255,136,1228,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ka.po,72,544,457,0,0,64,684,136,1228,ka.po,,ka,,georgian,,,ka,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ga.po,23,52,63,0,0,113,1176,136,1228,ga.po,,ga,,irish,,,ga,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ta.po,134,1228,920,0,0,2,0,136,1228,ta.po,,ta,,tamil,,,ta,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/vi.po,94,973,1335,0,0,42,255,136,1228,vi.po,,vi,,vietnamese,,,vi,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/tr.po,94,973,749,0,0,42,255,136,1228,tr.po,,tr,,turkish,,,tr,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ca.po,134,1228,1371,0,0,2,0,136,1228,ca.po,,ca,,catalan,,,ca,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/th.po,133,1223,366,0,0,3,5,136,1228,th.po,,th,,thai,,,th,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ro.po,128,1184,1186,0,0,8,44,136,1228,ro.po,,ro,,romanian,,,ro,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/et.po,134,1228,976,0,0,2,0,136,1228,et.po,,et,,estonian,,,et,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/cy.po,72,544,584,0,0,64,684,136,1228,cy.po,,cy,,welsh,,,cy,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/kn.po,134,1228,995,0,0,2,0,136,1228,kn.po,,kn,,kannada,,,kn,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/lt.po,134,1228,999,0,0,2,0,136,1228,lt.po,,lt,,lithuanian,,,lt,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/be@latin.po,87,500,456,0,0,49,728,136,1228,be@latin.po,latin,be,,belarusian,,,be@latin,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ms.po,61,313,261,0,0,75,915,136,1228,ms.po,,ms,,malay,,,ms,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ca@valencia.po,134,1228,1370,0,0,2,0,136,1228,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/en@shaw.po,107,764,765,29,451,0,13,136,1228,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/nn.po,136,1215,1211,0,0,0,13,136,1228,nn.po,,nn,,norwegian nynorsk,,,nn,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/sr.po,134,1228,1187,0,0,2,0,136,1228,sr.po,,sr,,serbian,,,sr,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/or.po,134,1228,1222,0,0,2,0,136,1228,or.po,,or,,odia,,,or,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/nl.po,134,1228,1280,0,0,2,0,136,1228,nl.po,,nl,,dutch,,,nl,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/sr@latin.po,134,1228,1187,0,0,2,0,136,1228,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/rw.po,3,2,2,55,518,78,708,136,1228,rw.po,,rw,,kinyarwanda,,,rw,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ar.po,97,831,837,3,100,36,297,136,1228,ar.po,,ar,,arabic,,,ar,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/gl.po,134,1228,1424,0,0,2,0,136,1228,gl.po,,gl,,galician,,,gl,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/gu.po,134,1228,1323,0,0,2,0,136,1228,gu.po,,gu,,gujarati,,,gu,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/mk.po,120,1075,1157,0,0,16,153,136,1228,mk.po,,mk,,macedonian,,,mk,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/sl.po,134,1228,1080,0,0,2,0,136,1228,sl.po,,sl,,slovenian,,,sl,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/es.po,94,973,1077,0,0,42,255,136,1228,es.po,,es,,spanish,,,es,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/hu.po,134,1228,1138,0,0,2,0,136,1228,hu.po,,hu,,hungarian,,,hu,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/lv.po,134,1228,1053,0,0,2,0,136,1228,lv.po,,lv,,latvian,,,lv,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/fr.po,134,1228,1421,0,0,2,0,136,1228,fr.po,,fr,,french,,,fr,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/mr.po,134,1228,1123,0,0,2,0,136,1228,mr.po,,mr,,marathi,,,mr,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ne.po,52,427,416,26,292,58,509,136,1228,ne.po,,ne,,nepali,,,ne,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/nb.po,94,973,916,0,0,42,255,136,1228,nb.po,,nb,,norwegian bokmål,,,nb,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/wa.po,60,392,503,0,0,76,836,136,1228,wa.po,,wa,,walloon,,,wa,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ml.po,134,1228,847,0,0,2,0,136,1228,ml.po,,ml,,malayalam,,,ml,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ug.po,134,1228,950,0,0,2,0,136,1228,ug.po,,ug,,uyghur,,,ug,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/bs.po,94,973,885,0,0,42,255,136,1228,bs.po,,bs,,bosnian,,,bs,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/as.po,134,1228,1256,0,0,2,0,136,1228,as.po,,as,,assamese,,,as,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/zh_cn.po,110,1090,278,0,0,26,138,136,1228,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/bg.po,94,973,1028,0,0,42,255,136,1228,bg.po,,bg,,bulgarian,,,bg,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ast.po,136,1215,1258,0,0,0,13,136,1228,ast.po,,ast,,asturian,,,ast,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/it.po,134,1228,1291,0,0,2,0,136,1228,it.po,,it,,italian,,,it,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/tg.po,110,1090,1175,0,0,26,138,136,1228,tg.po,,tg,,tajik,,,tg,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/zh_hk.po,110,1090,266,0,0,26,138,136,1228,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/fa.po,134,1228,1366,0,0,2,0,136,1228,fa.po,,fa,,persian,,,fa,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/pt.po,94,973,1103,0,0,42,255,136,1228,pt.po,,pt,,portuguese,,,pt,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/eo.po,74,440,431,0,0,62,788,136,1228,eo.po,,eo,,esperanto,,,eo,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/pt_br.po,134,1228,1422,0,0,2,0,136,1228,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/zh_tw.po,94,973,223,0,0,42,255,136,1228,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/is.po,87,742,707,0,0,49,486,136,1228,is.po,,is,,icelandic,,,is,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ko.po,134,1228,919,0,0,2,0,136,1228,ko.po,,ko,,korean,,,ko,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/az.po,70,540,499,0,0,66,688,136,1228,az.po,,az,,azerbaijani,,,az,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/pl.po,94,973,911,0,0,42,255,136,1228,pl.po,,pl,,polish,,,pl,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/an.po,110,1090,1182,0,0,26,138,136,1228,an.po,,an,,aragonese,,,an,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/xh.po,70,540,452,0,0,66,688,136,1228,xh.po,,xh,,xhosa,,,xh,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/cs.po,134,1228,1166,0,0,2,0,136,1228,cs.po,,cs,,czech,,,cs,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/he.po,134,1228,1210,0,0,2,0,136,1228,he.po,,he,,hebrew,,,he,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/km.po,133,1223,435,0,0,3,5,136,1228,km.po,,km,,khmer,,,km,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/eu.po,134,1228,1049,0,0,2,0,136,1228,eu.po,,eu,,basque,,,eu,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/bn_in.po,134,1228,1279,0,0,2,0,136,1228,bn_in.po,,bn,in,bangla,,india,bn_in,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/el.po,94,973,1102,0,0,42,255,136,1228,el.po,,el,,greek,,,el,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/mn.po,63,395,313,0,0,73,833,136,1228,mn.po,,mn,,mongolian,,,mn,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/fur.po,94,973,1086,0,0,42,255,136,1228,fur.po,,fur,,friulian,,,fur,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/en_ca.po,72,544,542,0,0,64,684,136,1228,en_ca.po,,en,ca,english,,canada,en_ca,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/sq.po,113,1031,1182,0,0,23,197,136,1228,sq.po,,sq,,albanian,,,sq,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/hr.po,75,626,588,4,30,57,572,136,1228,hr.po,,hr,,croatian,,,hr,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ku.po,12,13,15,0,0,124,1215,136,1228,ku.po,,ku,,kurdish,,,ku,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/fi.po,134,1228,856,0,0,2,0,136,1228,fi.po,,fi,,finnish,,,fi,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/da.po,94,973,867,0,0,42,255,136,1228,da.po,,da,,danish,,,da,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/dz.po,82,816,337,0,0,54,412,136,1228,dz.po,,dz,,dzongkha,,,dz,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/be.po,134,1228,1087,0,0,2,0,136,1228,be.po,,be,,belarusian,,,be,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/uk.po,134,1228,1035,0,0,2,0,136,1228,uk.po,,uk,,ukrainian,,,uk,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/sv.po,94,973,884,0,0,42,255,136,1228,sv.po,,sv,,swedish,,,sv,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ru.po,134,1228,1095,0,0,2,0,136,1228,ru.po,,ru,,russian,,,ru,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/mai.po,61,554,584,0,0,75,674,136,1228,mai.po,,mai,,maithili,,,mai,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/ja.po,110,1090,302,0,0,26,138,136,1228,ja.po,,ja,,japanese,,,ja,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/kk.po,41,131,131,0,0,95,1097,136,1228,kk.po,,kk,,kazakh,,,kk,po -vino-3.22.0-16.fc31.src.rpm.stats.csv,po/de.po,134,1228,1301,0,0,2,0,136,1228,de.po,,de,,german,,,de,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/zh_tw.po,151,745,283,2,10,1,8,154,763,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/de_ch.po,49,186,184,0,0,105,577,154,763,de_ch.po,,de,ch,german,,switzerland,de_ch,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/eu.po,33,117,109,0,0,121,646,154,763,eu.po,,eu,,basque,,,eu,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/nl.po,151,745,817,2,10,1,8,154,763,nl.po,,nl,,dutch,,,nl,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/ko.po,151,745,712,2,10,1,8,154,763,ko.po,,ko,,korean,,,ko,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/cs.po,151,745,724,2,10,1,8,154,763,cs.po,,cs,,czech,,,cs,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/ml.po,151,745,653,2,10,1,8,154,763,ml.po,,ml,,malayalam,,,ml,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/as.po,151,745,798,2,10,1,8,154,763,as.po,,as,,assamese,,,as,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/tr.po,101,427,385,2,10,51,326,154,763,tr.po,,tr,,turkish,,,tr,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/sk.po,12,34,34,0,0,142,729,154,763,sk.po,,sk,,slovak,,,sk,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/te.po,151,745,665,2,10,1,8,154,763,te.po,,te,,telugu,,,te,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/ja.po,151,745,334,2,10,1,8,154,763,ja.po,,ja,,japanese,,,ja,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/bn.po,151,745,816,2,10,1,8,154,763,bn.po,,bn,,bangla,,,bn,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/bg.po,143,715,812,2,10,9,38,154,763,bg.po,,bg,,bulgarian,,,bg,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/fr.po,151,745,1024,2,10,1,8,154,763,fr.po,,fr,,french,,,fr,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/or.po,151,745,799,2,10,1,8,154,763,or.po,,or,,odia,,,or,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/pa.po,151,745,796,2,10,1,8,154,763,pa.po,,pa,,punjabi,,,pa,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/es.po,151,745,1032,2,10,1,8,154,763,es.po,,es,,spanish,,,es,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/id.po,8,40,39,0,0,146,723,154,763,id.po,,id,,indonesian,,,id,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/en_gb.po,145,720,719,2,10,7,33,154,763,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/pt_br.po,151,745,928,2,10,1,8,154,763,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/pl.po,151,745,759,2,10,1,8,154,763,pl.po,,pl,,polish,,,pl,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/sv.po,151,745,749,2,10,1,8,154,763,sv.po,,sv,,swedish,,,sv,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/it.po,151,745,905,2,10,1,8,154,763,it.po,,it,,italian,,,it,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/hu.po,151,745,771,2,10,1,8,154,763,hu.po,,hu,,hungarian,,,hu,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/mr.po,151,745,735,2,10,1,8,154,763,mr.po,,mr,,marathi,,,mr,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/kn.po,151,745,718,2,10,1,8,154,763,kn.po,,kn,,kannada,,,kn,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/de.po,151,745,760,2,10,1,8,154,763,de.po,,de,,german,,,de,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/ru.po,148,732,719,2,10,4,21,154,763,ru.po,,ru,,russian,,,ru,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/hi.po,151,745,834,2,10,1,8,154,763,hi.po,,hi,,hindi,,,hi,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/bn_in.po,143,707,777,2,10,9,46,154,763,bn_in.po,,bn,in,bangla,,india,bn_in,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/zh_cn.po,151,745,322,2,10,1,8,154,763,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/ta.po,151,745,660,2,10,1,8,154,763,ta.po,,ta,,tamil,,,ta,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/ca.po,151,745,997,2,10,1,8,154,763,ca.po,,ca,,catalan,,,ca,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/gu.po,151,745,841,2,10,1,8,154,763,gu.po,,gu,,gujarati,,,gu,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/pt.po,151,745,877,2,10,1,8,154,763,pt.po,,pt,,portuguese,,,pt,po -volume_key-0.3.12-4.fc31.src.rpm.stats.csv,po/uk.po,151,745,794,2,10,1,8,154,763,uk.po,,uk,,ukrainian,,,uk,po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/nb.po,97,215,213,114,507,404,1988,615,2710,nb.po,,nb,,norwegian bokmål,,,nb,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/vi.po,255,1062,1351,137,638,223,1010,615,2710,vi.po,,vi,,vietnamese,,,vi,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/zh_cn.po,258,1073,376,137,638,220,999,615,2710,zh_cn.po,,zh,cn,chinese,,china,zh_cn,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ko.po,569,2622,2057,0,0,46,88,615,2710,ko.po,,ko,,korean,,,ko,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/lv.po,163,671,601,119,550,333,1489,615,2710,lv.po,,lv,,latvian,,,lv,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ar.po,258,1073,959,137,638,220,999,615,2710,ar.po,,ar,,arabic,,,ar,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/it.po,584,2277,2491,0,0,31,433,615,2710,it.po,,it,,italian,,,it,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/pa.po,163,671,691,134,644,318,1395,615,2710,pa.po,,pa,,punjabi,,,pa,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ja.po,582,2682,900,3,14,30,14,615,2710,ja.po,,ja,,japanese,,,ja,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/he.po,376,1567,1571,0,0,239,1143,615,2710,he.po,,he,,hebrew,,,he,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/sr@latin.po,258,1073,1007,137,638,220,999,615,2710,sr@latin.po,latin,sr,,serbian,,,sr@latin,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/el.po,384,1605,1790,0,0,231,1105,615,2710,el.po,,el,,greek,,,el,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/en_ca.po,337,1441,1441,123,587,155,682,615,2710,en_ca.po,,en,ca,english,,canada,en_ca,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ta.po,368,1545,1333,0,0,247,1165,615,2710,ta.po,,ta,,tamil,,,ta,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/lt.po,254,1052,955,138,641,223,1017,615,2710,lt.po,,lt,,lithuanian,,,lt,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/cs.po,350,1295,1281,86,491,179,924,615,2710,cs.po,,cs,,czech,,,cs,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/nl.po,533,2407,2219,27,161,55,142,615,2710,nl.po,,nl,,dutch,,,nl,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/fr.po,404,1536,1908,46,240,165,934,615,2710,fr.po,,fr,,french,,,fr,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/sr.po,258,1073,1007,137,638,220,999,615,2710,sr.po,,sr,,serbian,,,sr,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/sl.po,469,1889,1777,62,355,84,466,615,2710,sl.po,,sl,,slovenian,,,sl,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ro.po,425,1834,1936,85,415,105,461,615,2710,ro.po,,ro,,romanian,,,ro,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/de.po,545,2139,2014,32,120,38,451,615,2710,de.po,,de,,german,,,de,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/eo.po,106,303,287,60,258,449,2149,615,2710,eo.po,,eo,,esperanto,,,eo,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/da.po,540,2187,1912,0,0,75,523,615,2710,da.po,,da,,danish,,,da,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/gu.po,368,1545,1592,0,0,247,1165,615,2710,gu.po,,gu,,gujarati,,,gu,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/gl.po,575,2647,3318,2,20,38,43,615,2710,gl.po,,gl,,galician,,,gl,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ml.po,179,429,414,0,0,436,2281,615,2710,ml.po,,ml,,malayalam,,,ml,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/id.po,518,1880,1819,0,0,97,830,615,2710,id.po,,id,,indonesian,,,id,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/te.po,365,1526,1270,0,0,250,1184,615,2710,te.po,,te,,telugu,,,te,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/pt_br.po,615,2386,2785,0,0,0,324,615,2710,pt_br.po,,pt,br,portuguese,,brazil,pt_br,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/mr.po,365,1526,1440,0,0,250,1184,615,2710,mr.po,,mr,,marathi,,,mr,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/pt.po,319,1375,1627,136,643,160,692,615,2710,pt.po,,pt,,portuguese,,,pt,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/et.po,239,969,695,136,628,240,1113,615,2710,et.po,,et,,estonian,,,et,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/eu.po,257,1066,917,138,645,220,999,615,2710,eu.po,,eu,,basque,,,eu,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/fi.po,118,291,256,0,0,497,2419,615,2710,fi.po,,fi,,finnish,,,fi,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/tr.po,385,1606,1436,0,0,230,1104,615,2710,tr.po,,tr,,turkish,,,tr,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ru.po,145,605,519,129,630,341,1475,615,2710,ru.po,,ru,,russian,,,ru,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/es.po,494,1721,2108,42,221,79,768,615,2710,es.po,,es,,spanish,,,es,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/or.po,365,1526,1575,0,0,250,1184,615,2710,or.po,,or,,odia,,,or,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/pl.po,613,2372,2331,0,0,2,338,615,2710,pl.po,,pl,,polish,,,pl,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/bg.po,385,1606,1882,0,0,230,1104,615,2710,bg.po,,bg,,bulgarian,,,bg,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/hu.po,397,1647,1306,0,0,218,1063,615,2710,hu.po,,hu,,hungarian,,,hu,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/sv.po,533,2160,1786,0,0,82,550,615,2710,sv.po,,sv,,swedish,,,sv,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/ca.po,178,462,626,0,0,437,2248,615,2710,ca.po,,ca,,catalan,,,ca,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/as.po,367,1543,1583,0,0,248,1167,615,2710,as.po,,as,,assamese,,,as,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/uk.po,613,2374,2311,0,0,2,336,615,2710,uk.po,,uk,,ukrainian,,,uk,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/en_gb.po,589,2702,2702,0,0,26,8,615,2710,en_gb.po,,en,gb,english,,united kingdom,en_gb,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/hi.po,365,1526,1775,0,0,250,1184,615,2710,hi.po,,hi,,hindi,,,hi,source/webcore/platform/gtk/po -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv,source/webcore/platform/gtk/po/kn.po,373,1551,1305,0,0,242,1159,615,2710,kn.po,,kn,,kannada,,,kn,source/webcore/platform/gtk/po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/ga.po,605,3665,4245,28,208,11,123,644,3996,ga.po,,ga,,irish,,,ga,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/de.po,639,3955,4327,1,10,4,31,644,3996,de.po,,de,,german,,,de,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/nl.po,529,3087,3137,67,474,48,435,644,3996,nl.po,,nl,,dutch,,,nl,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/et.po,639,3955,3532,1,10,4,31,644,3996,et.po,,et,,estonian,,,et,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/sl.po,254,1253,1351,206,1421,184,1322,644,3996,sl.po,,sl,,slovenian,,,sl,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/es.po,568,3426,4107,48,322,28,248,644,3996,es.po,,es,,spanish,,,es,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/fr.po,605,3665,4386,28,208,11,123,644,3996,fr.po,,fr,,french,,,fr,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/id.po,351,1801,1874,211,1537,82,658,644,3996,id.po,,id,,indonesian,,,id,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/fi.po,503,2919,2491,69,503,72,574,644,3996,fi.po,,fi,,finnish,,,fi,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/lt.po,165,777,741,247,1614,232,1605,644,3996,lt.po,,lt,,lithuanian,,,lt,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/gl.po,234,1081,1370,149,906,261,2009,644,3996,gl.po,,gl,,galician,,,gl,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/ro.po,102,407,453,120,663,422,2926,644,3996,ro.po,,ro,,romanian,,,ro,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/zh_cn.po,634,3897,1916,2,14,8,85,644,3996,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/pl.po,639,3955,4043,1,10,4,31,644,3996,pl.po,,pl,,polish,,,pl,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/pt_br.po,605,3665,4415,28,208,11,123,644,3996,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/ru.po,639,3955,3862,1,10,4,31,644,3996,ru.po,,ru,,russian,,,ru,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/eu.po,120,440,462,118,666,406,2890,644,3996,eu.po,,eu,,basque,,,eu,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/ca.po,356,1857,2570,216,1565,72,574,644,3996,ca.po,,ca,,catalan,,,ca,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/vi.po,605,3665,5370,28,208,11,123,644,3996,vi.po,,vi,,vietnamese,,,vi,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/cs.po,639,3955,4191,1,10,4,31,644,3996,cs.po,,cs,,czech,,,cs,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/tr.po,605,3665,3411,28,208,11,123,644,3996,tr.po,,tr,,turkish,,,tr,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/eo.po,639,3955,4118,1,10,4,31,644,3996,eo.po,,eo,,esperanto,,,eo,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/sr.po,605,3665,3849,28,208,11,123,644,3996,sr.po,,sr,,serbian,,,sr,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/he.po,85,341,427,114,618,445,3037,644,3996,he.po,,he,,hebrew,,,he,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/it.po,639,3955,4487,1,10,4,31,644,3996,it.po,,it,,italian,,,it,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/be.po,217,940,924,135,779,292,2277,644,3996,be.po,,be,,belarusian,,,be,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/uk.po,639,3955,4112,1,10,4,31,644,3996,uk.po,,uk,,ukrainian,,,uk,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/zh_tw.po,639,3955,1938,1,10,4,31,644,3996,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/da.po,254,1253,1238,212,1459,178,1284,644,3996,da.po,,da,,danish,,,da,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/en_gb.po,102,407,407,119,656,423,2933,644,3996,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/pt.po,639,3955,4365,1,10,4,31,644,3996,pt.po,,pt,,portuguese,,,pt,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/ja.po,639,3955,1957,1,10,4,31,644,3996,ja.po,,ja,,japanese,,,ja,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/bg.po,93,370,432,112,624,439,3002,644,3996,bg.po,,bg,,bulgarian,,,bg,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/sk.po,639,3955,4071,1,10,4,31,644,3996,sk.po,,sk,,slovak,,,sk,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/sv.po,639,3955,3808,1,10,4,31,644,3996,sv.po,,sv,,swedish,,,sv,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/hu.po,605,3665,3811,28,208,11,123,644,3996,hu.po,,hu,,hungarian,,,hu,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/hr.po,638,3949,4325,2,16,4,31,644,3996,hr.po,,hr,,croatian,,,hr,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/nb.po,639,3955,4174,1,10,4,31,644,3996,nb.po,,nb,,norwegian bokmål,,,nb,po -wget-1.20.3-2.fc31.src.rpm.stats.csv,po/el.po,93,370,450,120,658,431,2968,644,3996,el.po,,el,,greek,,,el,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/zh_cn.po,37,456,220,3,50,0,0,40,506,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/ru.po,40,506,488,0,0,0,0,40,506,ru.po,,ru,,russian,,,ru,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/pt_br.po,23,163,182,16,338,1,5,40,506,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/pl.po,40,506,498,0,0,0,0,40,506,pl.po,,pl,,polish,,,pl,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/nb.po,5,15,14,9,203,26,288,40,506,nb.po,,nb,,norwegian bokmål,,,nb,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/ja.po,21,123,74,17,335,2,48,40,506,ja.po,,ja,,japanese,,,ja,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/it.po,40,506,566,0,0,0,0,40,506,it.po,,it,,italian,,,it,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/fr.po,40,506,597,0,0,0,0,40,506,fr.po,,fr,,french,,,fr,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/fi.po,40,506,392,0,0,0,0,40,506,fi.po,,fi,,finnish,,,fi,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/es.po,40,506,603,0,0,0,0,40,506,es.po,,es,,spanish,,,es,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/el.po,21,123,141,18,378,1,5,40,506,el.po,,el,,greek,,,el,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/de.po,40,506,507,0,0,0,0,40,506,de.po,,de,,german,,,de,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/da.po,37,427,400,3,79,0,0,40,506,da.po,,da,,danish,,,da,po -whois-5.5.2-1.fc31.src.rpm.stats.csv,po/cs.po,40,506,535,0,0,0,0,40,506,cs.po,,cs,,czech,,,cs,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/de.po,12,88,81,4,40,10,47,26,175,de.po,,de,,german,,,de,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/tr.po,20,132,91,1,15,5,28,26,175,tr.po,,tr,,turkish,,,tr,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/hu.po,20,132,110,1,15,5,28,26,175,hu.po,,hu,,hungarian,,,hu,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/pl.po,26,175,149,0,0,0,0,26,175,pl.po,,pl,,polish,,,pl,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/zh_cn.po,20,132,26,1,15,5,28,26,175,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/it.po,20,132,131,1,15,5,28,26,175,it.po,,it,,italian,,,it,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/id.po,20,132,104,1,15,5,28,26,175,id.po,,id,,indonesian,,,id,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/sv.po,12,88,72,4,40,10,47,26,175,sv.po,,sv,,swedish,,,sv,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/uk.po,20,132,136,1,15,5,28,26,175,uk.po,,uk,,ukrainian,,,uk,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/cs.po,20,132,115,1,15,5,28,26,175,cs.po,,cs,,czech,,,cs,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/sr.po,12,88,85,4,40,10,47,26,175,sr.po,,sr,,serbian,,,sr,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/gl.po,20,132,140,1,15,5,28,26,175,gl.po,,gl,,galician,,,gl,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/pt_br.po,20,132,135,1,15,5,28,26,175,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/sk.po,12,88,76,4,40,10,47,26,175,sk.po,,sk,,slovak,,,sk,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/da.po,26,175,166,0,0,0,0,26,175,da.po,,da,,danish,,,da,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/lt.po,20,132,115,1,15,5,28,26,175,lt.po,,lt,,lithuanian,,,lt,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/zh_tw.po,12,88,15,4,40,10,47,26,175,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/es.po,12,88,96,4,40,10,47,26,175,es.po,,es,,spanish,,,es,po -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv,po/fr.po,12,88,85,4,40,10,47,26,175,fr.po,,fr,,french,,,fr,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/de.po,47,169,182,0,0,7,15,54,184,de.po,,de,,german,,,de,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/tr.po,48,170,155,0,0,6,14,54,184,tr.po,,tr,,turkish,,,tr,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/hu.po,49,173,170,0,0,5,11,54,184,hu.po,,hu,,hungarian,,,hu,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/pl.po,54,184,181,0,0,0,0,54,184,pl.po,,pl,,polish,,,pl,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,48,170,60,0,0,6,14,54,184,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/it.po,49,173,176,0,0,5,11,54,184,it.po,,it,,italian,,,it,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/id.po,49,173,174,0,0,5,11,54,184,id.po,,id,,indonesian,,,id,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/sv.po,48,170,168,0,0,6,14,54,184,sv.po,,sv,,swedish,,,sv,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/uk.po,49,173,191,0,0,5,11,54,184,uk.po,,uk,,ukrainian,,,uk,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/cs.po,48,172,179,0,0,6,12,54,184,cs.po,,cs,,czech,,,cs,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/sr.po,9,22,28,9,35,36,127,54,184,sr.po,,sr,,serbian,,,sr,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/gl.po,36,139,163,3,6,15,39,54,184,gl.po,,gl,,galician,,,gl,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,49,173,195,0,0,5,11,54,184,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/sk.po,27,103,101,5,22,22,59,54,184,sk.po,,sk,,slovak,,,sk,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/da.po,54,184,185,0,0,0,0,54,184,da.po,,da,,danish,,,da,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/lt.po,49,173,160,0,0,5,11,54,184,lt.po,,lt,,lithuanian,,,lt,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,48,170,56,0,0,6,14,54,184,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/es.po,45,155,181,2,14,7,15,54,184,es.po,,es,,spanish,,,es,po -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv,po/fr.po,18,51,59,6,25,30,108,54,184,fr.po,,fr,,french,,,fr,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/zh_tw.po,28,28,28,0,0,0,0,28,28,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/zh_hk.po,26,26,26,2,2,0,0,28,28,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/zh_cn.po,28,28,28,0,0,0,0,28,28,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/vi.po,28,28,50,0,0,0,0,28,28,vi.po,,vi,,vietnamese,,,vi,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/uk.po,28,28,28,0,0,0,0,28,28,uk.po,,uk,,ukrainian,,,uk,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/tr.po,26,26,26,2,2,0,0,28,28,tr.po,,tr,,turkish,,,tr,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/th.po,28,28,28,0,0,0,0,28,28,th.po,,th,,thai,,,th,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/te.po,28,28,28,0,0,0,0,28,28,te.po,,te,,telugu,,,te,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ta.po,28,28,28,0,0,0,0,28,28,ta.po,,ta,,tamil,,,ta,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/sv.po,28,28,28,0,0,0,0,28,28,sv.po,,sv,,swedish,,,sv,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/sr@latn.po,26,26,28,2,2,0,0,28,28,sr@latn.po,latn,sr,,serbian,latin,,sr@latn,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/sr.po,28,28,30,0,0,0,0,28,28,sr.po,,sr,,serbian,,,sr,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/sq.po,26,26,32,2,2,0,0,28,28,sq.po,,sq,,albanian,,,sq,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/sl.po,28,28,28,0,0,0,0,28,28,sl.po,,sl,,slovenian,,,sl,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/sk.po,28,28,28,0,0,0,0,28,28,sk.po,,sk,,slovak,,,sk,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ru.po,28,28,32,0,0,0,0,28,28,ru.po,,ru,,russian,,,ru,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ro.po,28,28,28,0,0,0,0,28,28,ro.po,,ro,,romanian,,,ro,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/pt_br.po,28,28,32,0,0,0,0,28,28,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/pt.po,28,28,32,0,0,0,0,28,28,pt.po,,pt,,portuguese,,,pt,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ps.po,26,26,26,2,2,0,0,28,28,ps.po,,ps,,pashto,,,ps,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/pl.po,28,28,28,0,0,0,0,28,28,pl.po,,pl,,polish,,,pl,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/pa.po,24,24,24,2,2,2,2,28,28,pa.po,,pa,,punjabi,,,pa,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/or.po,28,28,28,0,0,0,0,28,28,or.po,,or,,odia,,,or,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/nn.po,28,28,28,0,0,0,0,28,28,nn.po,,nn,,norwegian nynorsk,,,nn,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/nl.po,28,28,28,0,0,0,0,28,28,nl.po,,nl,,dutch,,,nl,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/nds.po,26,26,26,2,2,0,0,28,28,nds.po,,nds,,low german,,,nds,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/nb.po,28,28,28,0,0,0,0,28,28,nb.po,,nb,,norwegian bokmål,,,nb,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/mr.po,28,28,28,0,0,0,0,28,28,mr.po,,mr,,marathi,,,mr,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ml.po,28,28,28,0,0,0,0,28,28,ml.po,,ml,,malayalam,,,ml,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/mk.po,26,26,26,2,2,0,0,28,28,mk.po,,mk,,macedonian,,,mk,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/lv.po,28,28,28,0,0,0,0,28,28,lv.po,,lv,,latvian,,,lv,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/lt.po,28,28,28,0,0,0,0,28,28,lt.po,,lt,,lithuanian,,,lt,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ky.po,28,28,32,0,0,0,0,28,28,ky.po,,ky,,kyrgyz,,,ky,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ku.po,26,26,26,2,2,0,0,28,28,ku.po,,ku,,kurdish,,,ku,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ko.po,28,28,30,0,0,0,0,28,28,ko.po,,ko,,korean,,,ko,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/kn.po,28,28,28,0,0,0,0,28,28,kn.po,,kn,,kannada,,,kn,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/kk.po,28,28,30,0,0,0,0,28,28,kk.po,,kk,,kazakh,,,kk,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ja.po,28,28,28,0,0,0,0,28,28,ja.po,,ja,,japanese,,,ja,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/it.po,28,28,28,0,0,0,0,28,28,it.po,,it,,italian,,,it,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/is.po,28,28,30,0,0,0,0,28,28,is.po,,is,,icelandic,,,is,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/id.po,28,28,28,0,0,0,0,28,28,id.po,,id,,indonesian,,,id,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ia.po,28,28,28,0,0,0,0,28,28,ia.po,,ia,,interlingua,,,ia,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/hu.po,28,28,28,0,0,0,0,28,28,hu.po,,hu,,hungarian,,,hu,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/hr.po,28,28,30,0,0,0,0,28,28,hr.po,,hr,,croatian,,,hr,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/hi.po,28,28,30,0,0,0,0,28,28,hi.po,,hi,,hindi,,,hi,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/he.po,28,28,30,0,0,0,0,28,28,he.po,,he,,hebrew,,,he,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/gu.po,28,28,28,0,0,0,0,28,28,gu.po,,gu,,gujarati,,,gu,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/gl.po,28,28,28,0,0,0,0,28,28,gl.po,,gl,,galician,,,gl,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/gd.po,28,28,34,0,0,0,0,28,28,gd.po,,gd,,scottish gaelic,,,gd,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ga.po,26,26,26,2,2,0,0,28,28,ga.po,,ga,,irish,,,ga,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/fur.po,28,28,28,0,0,0,0,28,28,fur.po,,fur,,friulian,,,fur,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/fr.po,28,28,28,0,0,0,0,28,28,fr.po,,fr,,french,,,fr,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/fi.po,28,28,28,0,0,0,0,28,28,fi.po,,fi,,finnish,,,fi,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/fa.po,28,28,28,0,0,0,0,28,28,fa.po,,fa,,persian,,,fa,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/eu.po,28,28,28,0,0,0,0,28,28,eu.po,,eu,,basque,,,eu,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/et.po,28,28,28,0,0,0,0,28,28,et.po,,et,,estonian,,,et,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/es.po,28,28,28,0,0,0,0,28,28,es.po,,es,,spanish,,,es,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/eo.po,28,28,28,0,0,0,0,28,28,eo.po,,eo,,esperanto,,,eo,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/el.po,28,28,30,0,0,0,0,28,28,el.po,,el,,greek,,,el,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/de.po,28,28,28,0,0,0,0,28,28,de.po,,de,,german,,,de,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/da.po,28,28,28,0,0,0,0,28,28,da.po,,da,,danish,,,da,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/cs.po,28,28,28,0,0,0,0,28,28,cs.po,,cs,,czech,,,cs,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/crh.po,28,28,28,0,0,0,0,28,28,crh.po,,crh,,crimean turkish,,,crh,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ca.po,28,28,28,0,0,0,0,28,28,ca.po,,ca,,catalan,,,ca,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/br.po,26,26,26,2,2,0,0,28,28,br.po,,br,,breton,,,br,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/bn_in.po,28,28,28,0,0,0,0,28,28,bn_in.po,,bn,in,bangla,,india,bn_in,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/bg.po,28,28,28,0,0,0,0,28,28,bg.po,,bg,,bulgarian,,,bg,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/be@latin.po,26,26,26,2,2,0,0,28,28,be@latin.po,latin,be,,belarusian,,,be@latin,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/be.po,28,28,36,0,0,0,0,28,28,be.po,,be,,belarusian,,,be,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ast.po,28,28,28,0,0,0,0,28,28,ast.po,,ast,,asturian,,,ast,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/as.po,28,28,30,0,0,0,0,28,28,as.po,,as,,assamese,,,as,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/ar.po,26,26,30,2,2,0,0,28,28,ar.po,,ar,,arabic,,,ar,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/an.po,28,28,28,0,0,0,0,28,28,an.po,,an,,aragonese,,,an,po -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv,po/af.po,28,28,28,0,0,0,0,28,28,af.po,,af,,afrikaans,,,af,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ca.po,11,81,91,0,0,0,0,11,81,ca.po,,ca,,catalan,,,ca,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/cs.po,11,81,70,0,0,0,0,11,81,cs.po,,cs,,czech,,,cs,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/uk.po,11,81,73,0,0,0,0,11,81,uk.po,,uk,,ukrainian,,,uk,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/sr@latin.po,11,81,68,0,0,0,0,11,81,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/sq.po,11,81,100,0,0,0,0,11,81,sq.po,,sq,,albanian,,,sq,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/en_gb.po,11,81,81,0,0,0,0,11,81,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/kk.po,11,81,69,0,0,0,0,11,81,kk.po,,kk,,kazakh,,,kk,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/tr.po,11,81,66,0,0,0,0,11,81,tr.po,,tr,,turkish,,,tr,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ar.po,11,81,63,0,0,0,0,11,81,ar.po,,ar,,arabic,,,ar,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ja.po,11,81,11,0,0,0,0,11,81,ja.po,,ja,,japanese,,,ja,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/sl.po,11,81,75,0,0,0,0,11,81,sl.po,,sl,,slovenian,,,sl,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/he.po,11,81,66,0,0,0,0,11,81,he.po,,he,,hebrew,,,he,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/pa.po,11,81,88,0,0,0,0,11,81,pa.po,,pa,,punjabi,,,pa,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/de.po,11,81,74,0,0,0,0,11,81,de.po,,de,,german,,,de,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ast.po,11,81,94,0,0,0,0,11,81,ast.po,,ast,,asturian,,,ast,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/eu.po,11,81,69,0,0,0,0,11,81,eu.po,,eu,,basque,,,eu,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/fr.po,11,81,107,0,0,0,0,11,81,fr.po,,fr,,french,,,fr,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/gu.po,11,81,76,0,0,0,0,11,81,gu.po,,gu,,gujarati,,,gu,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/sv.po,11,81,75,0,0,0,0,11,81,sv.po,,sv,,swedish,,,sv,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/pl.po,11,81,64,0,0,0,0,11,81,pl.po,,pl,,polish,,,pl,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/zh_hk.po,11,81,11,0,0,0,0,11,81,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/or.po,11,81,82,0,0,0,0,11,81,or.po,,or,,odia,,,or,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/te.po,11,81,62,0,0,0,0,11,81,te.po,,te,,telugu,,,te,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/fi.po,11,81,56,0,0,0,0,11,81,fi.po,,fi,,finnish,,,fi,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/zh_tw.po,11,81,11,0,0,0,0,11,81,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/nds.po,11,81,83,0,0,0,0,11,81,nds.po,,nds,,low german,,,nds,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/be@latin.po,11,81,74,0,0,0,0,11,81,be@latin.po,latin,be,,belarusian,,,be@latin,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ps.po,11,81,92,0,0,0,0,11,81,ps.po,,ps,,pashto,,,ps,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/crh.po,11,81,67,0,0,0,0,11,81,crh.po,,crh,,crimean turkish,,,crh,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/be.po,11,81,77,0,0,0,0,11,81,be.po,,be,,belarusian,,,be,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/lv.po,11,81,70,0,0,0,0,11,81,lv.po,,lv,,latvian,,,lv,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/th.po,11,81,14,0,0,0,0,11,81,th.po,,th,,thai,,,th,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/id.po,11,81,79,0,0,0,0,11,81,id.po,,id,,indonesian,,,id,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/es.po,11,81,96,0,0,0,0,11,81,es.po,,es,,spanish,,,es,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/nl.po,11,81,83,0,0,0,0,11,81,nl.po,,nl,,dutch,,,nl,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/hu.po,11,81,67,0,0,0,0,11,81,hu.po,,hu,,hungarian,,,hu,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/da.po,11,81,81,0,0,0,0,11,81,da.po,,da,,danish,,,da,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/an.po,11,81,94,0,0,0,0,11,81,an.po,,an,,aragonese,,,an,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/pt_br.po,11,81,88,0,0,0,0,11,81,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/bn_in.po,11,81,90,0,0,0,0,11,81,bn_in.po,,bn,in,bangla,,india,bn_in,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/mr.po,11,81,79,0,0,0,0,11,81,mr.po,,mr,,marathi,,,mr,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/hi.po,11,81,97,0,0,0,0,11,81,hi.po,,hi,,hindi,,,hi,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/lt.po,11,81,57,0,0,0,0,11,81,lt.po,,lt,,lithuanian,,,lt,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/kn.po,11,81,63,0,0,0,0,11,81,kn.po,,kn,,kannada,,,kn,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/vi.po,11,81,123,0,0,0,0,11,81,vi.po,,vi,,vietnamese,,,vi,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/nn.po,8,52,46,0,0,3,29,11,81,nn.po,,nn,,norwegian nynorsk,,,nn,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ku.po,11,81,94,0,0,0,0,11,81,ku.po,,ku,,kurdish,,,ku,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/as.po,11,81,78,0,0,0,0,11,81,as.po,,as,,assamese,,,as,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/eo.po,11,81,84,0,0,0,0,11,81,eo.po,,eo,,esperanto,,,eo,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/nb.po,11,81,73,0,0,0,0,11,81,nb.po,,nb,,norwegian bokmål,,,nb,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/el.po,11,81,88,0,0,0,0,11,81,el.po,,el,,greek,,,el,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ta.po,11,81,65,0,0,0,0,11,81,ta.po,,ta,,tamil,,,ta,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ro.po,11,81,78,0,0,0,0,11,81,ro.po,,ro,,romanian,,,ro,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/si.po,8,34,35,0,0,3,47,11,81,si.po,,si,,sinhala,,,si,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/zh_cn.po,11,81,11,0,0,0,0,11,81,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ka.po,11,81,48,0,0,0,0,11,81,ka.po,,ka,,georgian,,,ka,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/csb.po,11,81,66,0,0,0,0,11,81,csb.po,,csb,,kashubian,,,csb,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/gl.po,11,81,91,0,0,0,0,11,81,gl.po,,gl,,galician,,,gl,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/sk.po,11,81,71,0,0,0,0,11,81,sk.po,,sk,,slovak,,,sk,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/dz.po,8,52,21,0,0,3,29,11,81,dz.po,,dz,,dzongkha,,,dz,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/it.po,11,81,86,0,0,0,0,11,81,it.po,,it,,italian,,,it,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/sr.po,11,81,68,0,0,0,0,11,81,sr.po,,sr,,serbian,,,sr,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/oc.po,5,20,29,0,0,6,61,11,81,oc.po,,oc,,occitan,,,oc,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ml.po,11,81,50,0,0,0,0,11,81,ml.po,,ml,,malayalam,,,ml,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ru.po,11,81,78,0,0,0,0,11,81,ru.po,,ru,,russian,,,ru,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/pt.po,11,81,88,0,0,0,0,11,81,pt.po,,pt,,portuguese,,,pt,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/et.po,11,81,59,0,0,0,0,11,81,et.po,,et,,estonian,,,et,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/ko.po,11,81,72,0,0,0,0,11,81,ko.po,,ko,,korean,,,ko,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/bg.po,11,81,85,0,0,0,0,11,81,bg.po,,bg,,bulgarian,,,bg,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/kg.po,11,81,55,0,0,0,0,11,81,kg.po,,kg,,kongo,,,kg,po -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv,po/af.po,10,78,84,0,0,1,3,11,81,af.po,,af,,afrikaans,,,af,po -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/bg.po,18,33,34,0,0,1,2,19,35,bg.po,,bg,,bulgarian,,,bg,tools/qemu-xen/po -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/hu.po,11,22,21,2,4,6,9,19,35,hu.po,,hu,,hungarian,,,hu,tools/qemu-xen/po -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/zh_cn.po,18,33,20,0,0,1,2,19,35,zh_cn.po,,zh,cn,chinese,,china,zh_cn,tools/qemu-xen/po -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/it.po,18,33,38,0,0,1,2,19,35,it.po,,it,,italian,,,it,tools/qemu-xen/po -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/tr.po,11,22,21,2,4,6,9,19,35,tr.po,,tr,,turkish,,,tr,tools/qemu-xen/po -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/fr_fr.po,18,33,39,0,0,1,2,19,35,fr_fr.po,,fr,fr,french,,france,fr_fr,tools/qemu-xen/po -xen-4.12.1-1.fc31.src.rpm.stats.csv,tools/qemu-xen/po/de_de.po,18,33,29,0,0,1,2,19,35,de_de.po,,de,de,german,,germany,de_de,tools/qemu-xen/po -xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv,po/pl.po,2701,23865,23840,0,0,0,0,2701,23865,pl.po,,pl,,polish,,,pl,po -xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv,po/de.po,2346,20310,19623,0,0,355,3555,2701,23865,de.po,,de,,german,,,de,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/bg.po,755,1992,2503,359,1713,41,154,1155,3859,bg.po,,bg,,bulgarian,,,bg,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/pt_br.po,1130,3750,4097,20,77,5,32,1155,3859,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/ky.po,177,398,407,477,1504,501,1957,1155,3859,ky.po,,ky,,kyrgyz,,,ky,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/gl.po,1117,3700,4035,28,110,10,49,1155,3859,gl.po,,gl,,galician,,,gl,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/cs.po,1147,3819,3950,4,9,4,31,1155,3859,cs.po,,cs,,czech,,,cs,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/sq.po,105,198,201,303,962,747,2699,1155,3859,sq.po,,sq,,albanian,,,sq,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/lt.po,724,1865,1944,384,1786,47,208,1155,3859,lt.po,,lt,,lithuanian,,,lt,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/fr.po,1145,3813,4034,5,13,5,33,1155,3859,fr.po,,fr,,french,,,fr,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/fi.po,1147,3819,3401,4,9,4,31,1155,3859,fi.po,,fi,,finnish,,,fi,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/sv.po,1147,3819,3677,4,9,4,31,1155,3859,sv.po,,sv,,swedish,,,sv,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/ro.po,672,1635,1785,398,1869,85,355,1155,3859,ro.po,,ro,,romanian,,,ro,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/ko.po,1145,3813,3731,5,13,5,33,1155,3859,ko.po,,ko,,korean,,,ko,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/pt.po,1147,3819,3904,3,7,5,33,1155,3859,pt.po,,pt,,portuguese,,,pt,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/crh.po,185,482,496,544,1936,426,1441,1155,3859,crh.po,,crh,,crimean turkish,,,crh,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/zh_tw.po,660,1626,1319,419,1934,76,299,1155,3859,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/rw.po,18,18,18,252,939,885,2902,1155,3859,rw.po,,rw,,kinyarwanda,,,rw,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/nl.po,1147,3819,3710,3,7,5,33,1155,3859,nl.po,,nl,,dutch,,,nl,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/az.po,105,198,199,303,962,747,2699,1155,3859,az.po,,az,,azerbaijani,,,az,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/eo.po,1147,3819,3845,4,9,4,31,1155,3859,eo.po,,eo,,esperanto,,,eo,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/it.po,593,1362,1409,466,2094,96,403,1155,3859,it.po,,it,,italian,,,it,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/es.po,1146,3818,4278,4,9,5,32,1155,3859,es.po,,es,,spanish,,,es,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/sr.po,89,189,192,450,1446,616,2224,1155,3859,sr.po,,sr,,serbian,,,sr,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/el.po,700,1808,1862,395,1813,60,238,1155,3859,el.po,,el,,greek,,,el,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/ru.po,1147,3819,3959,4,9,4,31,1155,3859,ru.po,,ru,,russian,,,ru,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/ka.po,86,195,195,449,1472,620,2192,1155,3859,ka.po,,ka,,georgian,,,ka,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/sk.po,278,921,895,451,1420,426,1518,1155,3859,sk.po,,sk,,slovak,,,sk,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/da.po,1147,3819,3715,3,7,5,33,1155,3859,da.po,,da,,danish,,,da,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/tr.po,1147,3819,3800,4,9,4,31,1155,3859,tr.po,,tr,,turkish,,,tr,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/ca.po,1147,3819,4101,3,7,5,33,1155,3859,ca.po,,ca,,catalan,,,ca,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/hr.po,1147,3819,3932,4,9,4,31,1155,3859,hr.po,,hr,,croatian,,,hr,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/uk.po,1147,3819,3870,3,7,5,33,1155,3859,uk.po,,uk,,ukrainian,,,uk,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/id.po,1115,3676,3694,27,108,13,75,1155,3859,id.po,,id,,indonesian,,,id,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/de.po,1147,3819,3713,3,7,5,33,1155,3859,de.po,,de,,german,,,de,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/pl.po,1147,3819,3712,3,7,5,33,1155,3859,pl.po,,pl,,polish,,,pl,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/af.po,105,198,196,303,962,747,2699,1155,3859,af.po,,af,,afrikaans,,,af,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/fur.po,1130,3750,4045,20,77,5,32,1155,3859,fur.po,,fur,,friulian,,,fur,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/zh_cn.po,588,1471,910,323,1300,244,1088,1155,3859,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/en_gb.po,65,153,153,400,1323,690,2383,1155,3859,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/hu.po,1115,3676,3687,27,108,13,75,1155,3859,hu.po,,hu,,hungarian,,,hu,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/vi.po,755,1992,2866,360,1716,40,151,1155,3859,vi.po,,vi,,vietnamese,,,vi,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/ja.po,615,1464,1285,423,1937,117,458,1155,3859,ja.po,,ja,,japanese,,,ja,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/nb.po,24,40,40,174,392,957,3427,1155,3859,nb.po,,nb,,norwegian bokmål,,,nb,po -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv,po/sl.po,605,1412,1511,455,2065,95,382,1155,3859,sl.po,,sl,,slovenian,,,sl,po -xz-5.2.4-6.fc31.src.rpm.stats.csv,po/cs.po,134,1130,1130,7,67,20,195,161,1392,cs.po,,cs,,czech,,,cs,po -xz-5.2.4-6.fc31.src.rpm.stats.csv,po/de.po,159,1378,1309,0,0,2,14,161,1392,de.po,,de,,german,,,de,po -xz-5.2.4-6.fc31.src.rpm.stats.csv,po/fr.po,146,1259,1449,0,0,15,133,161,1392,fr.po,,fr,,french,,,fr,po -xz-5.2.4-6.fc31.src.rpm.stats.csv,po/it.po,156,1360,1583,0,0,5,32,161,1392,it.po,,it,,italian,,,it,po -xz-5.2.4-6.fc31.src.rpm.stats.csv,po/pl.po,156,1360,1303,0,0,5,32,161,1392,pl.po,,pl,,polish,,,pl,po -xz-5.2.4-6.fc31.src.rpm.stats.csv,po/vi.po,156,1360,1920,0,0,5,32,161,1392,vi.po,,vi,,vietnamese,,,vi,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,104,448,385,0,0,253,646,357,1094,he.po,,he,,hebrew,,,he,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,104,452,435,0,0,253,642,357,1094,bn_in.po,,bn,in,bangla,,india,bn_in,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,74,351,344,0,0,283,743,357,1094,de.po,,de,,german,,,de,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/uz.po,250,570,548,0,0,107,524,357,1094,uz.po,,uz,,uzbek,,,uz,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,239,957,734,0,0,118,137,357,1094,ka.po,,ka,,georgian,,,ka,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,74,351,301,0,0,283,743,357,1094,lv.po,,lv,,latvian,,,lv,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,74,351,108,0,0,283,743,357,1094,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,74,351,379,0,0,283,743,357,1094,fur.po,,fur,,friulian,,,fur,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,74,351,373,0,0,283,743,357,1094,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,70,293,278,0,0,287,801,357,1094,is.po,,is,,icelandic,,,is,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,277,780,723,19,88,61,226,357,1094,af.po,,af,,afrikaans,,,af,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/li.po,23,51,43,47,96,287,947,357,1094,li.po,,li,,limburgish,,,li,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,104,452,353,0,0,253,642,357,1094,ta.po,,ta,,tamil,,,ta,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,74,351,311,0,0,283,743,357,1094,ru.po,,ru,,russian,,,ru,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,73,348,276,0,0,284,746,357,1094,ml.po,,ml,,malayalam,,,ml,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,99,430,351,0,0,258,664,357,1094,ar.po,,ar,,arabic,,,ar,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,74,351,321,0,0,283,743,357,1094,nl.po,,nl,,dutch,,,nl,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/az.po,38,92,84,45,80,274,922,357,1094,az.po,,az,,azerbaijani,,,az,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ms.po,73,172,170,34,74,250,848,357,1094,ms.po,,ms,,malay,,,ms,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,104,452,363,0,0,253,642,357,1094,te.po,,te,,telugu,,,te,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,121,506,215,0,0,236,588,357,1094,km.po,,km,,khmer,,,km,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,349,1035,1130,0,0,8,59,357,1094,sq.po,,sq,,albanian,,,sq,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,250,570,548,0,0,107,524,357,1094,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,74,351,401,0,0,283,743,357,1094,ca.po,,ca,,catalan,,,ca,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,104,448,473,0,0,253,646,357,1094,pt.po,,pt,,portuguese,,,pt,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,74,351,116,0,0,283,743,357,1094,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,73,348,332,0,0,284,746,357,1094,fa.po,,fa,,persian,,,fa,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,73,348,316,0,0,284,746,357,1094,nb.po,,nb,,norwegian bokmål,,,nb,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ps.po,156,268,307,0,0,201,826,357,1094,ps.po,,ps,,pashto,,,ps,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,104,452,484,0,0,253,642,357,1094,hi.po,,hi,,hindi,,,hi,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nso.po,55,110,169,33,67,269,917,357,1094,nso.po,,nso,,northern sotho,,,nso,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,65,155,166,6,29,286,910,357,1094,ga.po,,ga,,irish,,,ga,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,183,792,800,0,0,174,302,357,1094,en_ca.po,,en,ca,english,,canada,en_ca,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,74,351,304,0,0,283,743,357,1094,da.po,,da,,danish,,,da,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,74,351,380,0,0,283,743,357,1094,gl.po,,gl,,galician,,,gl,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,235,941,953,4,16,118,137,357,1094,mg.po,,mg,,malagasy,,,mg,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,67,284,257,0,0,290,810,357,1094,sk.po,,sk,,slovak,,,sk,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,74,351,281,0,0,283,743,357,1094,fi.po,,fi,,finnish,,,fi,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,346,1032,964,0,0,11,62,357,1094,be@latin.po,latin,be,,belarusian,,,be@latin,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,60,84,124,0,0,297,1010,357,1094,si.po,,si,,sinhala,,,si,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,217,571,659,0,0,140,523,357,1094,mai.po,,mai,,maithili,,,mai,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,104,448,448,0,0,253,646,357,1094,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/la.po,13,13,24,0,0,344,1081,357,1094,la.po,,la,,latin,,,la,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,74,351,293,0,0,283,743,357,1094,cs.po,,cs,,czech,,,cs,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,349,1035,941,0,0,8,59,357,1094,nn.po,,nn,,norwegian nynorsk,,,nn,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,104,452,418,0,0,253,642,357,1094,or.po,,or,,odia,,,or,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,357,1094,1162,0,0,0,0,357,1094,bn.po,,bn,,bangla,,,bn,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,104,452,141,0,0,253,642,357,1094,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/xh.po,151,597,501,0,0,206,497,357,1094,xh.po,,xh,,xhosa,,,xh,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,74,351,367,0,0,283,743,357,1094,ro.po,,ro,,romanian,,,ro,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/br.po,100,176,215,22,42,235,876,357,1094,br.po,,br,,breton,,,br,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,74,351,458,0,0,283,743,357,1094,vi.po,,vi,,vietnamese,,,vi,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,67,284,378,0,0,290,810,357,1094,gd.po,,gd,,scottish gaelic,,,gd,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,74,351,386,0,0,283,743,357,1094,es.po,,es,,spanish,,,es,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,74,351,375,0,0,283,743,357,1094,it.po,,it,,italian,,,it,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ks.po,212,753,787,32,90,113,251,357,1094,ks.po,,ks,,kashmiri,,,ks,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/crh.po,357,1094,961,0,0,0,0,357,1094,crh.po,,crh,,crimean turkish,,,crh,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,104,448,436,0,0,253,646,357,1094,tg.po,,tg,,tajik,,,tg,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,74,351,305,0,0,283,743,357,1094,hu.po,,hu,,hungarian,,,hu,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,74,351,303,0,0,283,743,357,1094,hr.po,,hr,,croatian,,,hr,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,74,351,278,0,0,283,743,357,1094,tr.po,,tr,,turkish,,,tr,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,122,507,397,0,0,235,587,357,1094,ug.po,,ug,,uyghur,,,ug,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,239,957,1240,0,0,118,137,357,1094,wa.po,,wa,,walloon,,,wa,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,67,284,336,0,0,290,810,357,1094,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,121,506,405,0,0,236,588,357,1094,ky.po,,ky,,kyrgyz,,,ky,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,72,331,122,0,0,285,763,357,1094,ja.po,,ja,,japanese,,,ja,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,104,452,457,0,0,253,642,357,1094,pa.po,,pa,,punjabi,,,pa,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,67,284,257,0,0,290,810,357,1094,eo.po,,eo,,esperanto,,,eo,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,73,348,307,0,0,284,746,357,1094,eu.po,,eu,,basque,,,eu,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,119,502,521,0,0,238,592,357,1094,mk.po,,mk,,macedonian,,,mk,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ku.po,238,956,989,0,0,119,138,357,1094,ku.po,,ku,,kurdish,,,ku,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,74,351,277,0,0,283,743,357,1094,lt.po,,lt,,lithuanian,,,lt,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,104,452,378,0,0,253,642,357,1094,mr.po,,mr,,marathi,,,mr,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,104,448,420,0,0,253,646,357,1094,gu.po,,gu,,gujarati,,,gu,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,239,957,501,0,0,118,137,357,1094,dz.po,,dz,,dzongkha,,,dz,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,74,351,388,0,0,283,743,357,1094,fr.po,,fr,,french,,,fr,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/an.po,104,448,495,0,0,253,646,357,1094,an.po,,an,,aragonese,,,an,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,49,104,99,0,0,308,990,357,1094,kk.po,,kk,,kazakh,,,kk,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,74,351,286,0,0,283,743,357,1094,ko.po,,ko,,korean,,,ko,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,104,452,389,0,0,253,642,357,1094,bs.po,,bs,,bosnian,,,bs,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,74,351,322,0,0,283,743,357,1094,sl.po,,sl,,slovenian,,,sl,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,238,956,964,0,0,119,138,357,1094,cy.po,,cy,,welsh,,,cy,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,38,92,90,45,80,274,922,357,1094,mn.po,,mn,,mongolian,,,mn,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,67,284,269,0,0,290,810,357,1094,ne.po,,ne,,nepali,,,ne,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,74,351,317,0,0,283,743,357,1094,sv.po,,sv,,swedish,,,sv,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/am.po,23,51,50,46,90,288,953,357,1094,am.po,,am,,amharic,,,am,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,122,507,372,0,0,235,587,357,1094,et.po,,et,,estonian,,,et,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/zu.po,38,92,85,45,80,274,922,357,1094,zu.po,,zu,,zulu,,,zu,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,74,351,315,0,0,283,743,357,1094,pl.po,,pl,,polish,,,pl,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,104,452,437,0,0,253,642,357,1094,as.po,,as,,assamese,,,as,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,115,488,512,0,0,242,606,357,1094,ast.po,,ast,,asturian,,,ast,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,104,448,390,0,0,253,646,357,1094,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,122,507,190,0,0,235,587,357,1094,th.po,,th,,thai,,,th,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,104,448,358,0,0,253,646,357,1094,be.po,,be,,belarusian,,,be,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/nds.po,160,316,294,0,0,197,778,357,1094,nds.po,,nds,,low german,,,nds,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,20,26,29,83,481,254,587,357,1094,rw.po,,rw,,kinyarwanda,,,rw,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,104,448,366,0,0,253,646,357,1094,uk.po,,uk,,ukrainian,,,uk,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,67,284,289,0,0,290,810,357,1094,bg.po,,bg,,bulgarian,,,bg,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,74,351,319,0,0,283,743,357,1094,id.po,,id,,indonesian,,,id,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,74,351,321,0,0,283,743,357,1094,sr.po,,sr,,serbian,,,sr,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,104,452,374,0,0,253,642,357,1094,kn.po,,kn,,kannada,,,kn,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,103,442,499,0,0,254,652,357,1094,oc.po,,oc,,occitan,,,oc,po -yelp-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,74,351,358,0,0,283,743,357,1094,el.po,,el,,greek,,,el,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/he.po,59,81,88,0,0,40,168,99,249,he.po,,he,,hebrew,,,he,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/bn_in.po,99,249,249,0,0,0,0,99,249,bn_in.po,,bn,in,bangla,,india,bn_in,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/de.po,64,88,89,0,0,35,161,99,249,de.po,,de,,german,,,de,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/uz.po,17,19,20,0,0,82,230,99,249,uz.po,,uz,,uzbek,,,uz,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ka.po,80,213,205,0,0,19,36,99,249,ka.po,,ka,,georgian,,,ka,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/lv.po,62,85,75,0,0,37,164,99,249,lv.po,,lv,,latvian,,,lv,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_tw.po,62,85,58,0,0,37,164,99,249,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/fur.po,62,85,87,0,0,37,164,99,249,fur.po,,fur,,friulian,,,fur,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/pt_br.po,64,88,90,0,0,35,161,99,249,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/is.po,62,85,83,0,0,37,164,99,249,is.po,,is,,icelandic,,,is,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/af.po,59,81,84,0,0,40,168,99,249,af.po,,af,,afrikaans,,,af,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ta.po,59,81,79,0,0,40,168,99,249,ta.po,,ta,,tamil,,,ta,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ru.po,64,88,85,0,0,35,161,99,249,ru.po,,ru,,russian,,,ru,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ml.po,62,85,78,0,0,37,164,99,249,ml.po,,ml,,malayalam,,,ml,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ar.po,58,80,79,0,0,41,169,99,249,ar.po,,ar,,arabic,,,ar,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/nl.po,62,85,85,0,0,37,164,99,249,nl.po,,nl,,dutch,,,nl,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/te.po,58,80,74,0,0,41,169,99,249,te.po,,te,,telugu,,,te,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/en@shaw.po,33,41,41,0,0,66,208,99,249,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/km.po,56,78,62,0,0,43,171,99,249,km.po,,km,,khmer,,,km,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/sq.po,92,238,242,0,0,7,11,99,249,sq.po,,sq,,albanian,,,sq,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/uz@cyrillic.po,17,19,20,0,0,82,230,99,249,uz@cyrillic.po,cyrillic,uz,,uzbek,,,uz@cyrillic,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ca.po,64,88,98,0,0,35,161,99,249,ca.po,,ca,,catalan,,,ca,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/pt.po,59,81,87,0,0,40,168,99,249,pt.po,,pt,,portuguese,,,pt,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_cn.po,62,85,57,0,0,37,164,99,249,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/fa.po,59,81,87,0,0,40,168,99,249,fa.po,,fa,,persian,,,fa,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/nb.po,59,81,78,0,0,40,168,99,249,nb.po,,nb,,norwegian bokmål,,,nb,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/hi.po,59,81,92,0,0,40,168,99,249,hi.po,,hi,,hindi,,,hi,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ga.po,99,249,275,0,0,0,0,99,249,ga.po,,ga,,irish,,,ga,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/en_ca.po,92,238,238,0,0,7,11,99,249,en_ca.po,,en,ca,english,,canada,en_ca,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/da.po,62,85,83,0,0,37,164,99,249,da.po,,da,,danish,,,da,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/gl.po,62,85,88,0,0,37,164,99,249,gl.po,,gl,,galician,,,gl,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/mg.po,80,213,124,0,0,19,36,99,249,mg.po,,mg,,malagasy,,,mg,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/sk.po,59,81,82,0,0,40,168,99,249,sk.po,,sk,,slovak,,,sk,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/fi.po,62,85,73,0,0,37,164,99,249,fi.po,,fi,,finnish,,,fi,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/be@latin.po,92,238,239,0,0,7,11,99,249,be@latin.po,latin,be,,belarusian,,,be@latin,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/si.po,25,26,27,0,0,74,223,99,249,si.po,,si,,sinhala,,,si,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/mai.po,83,216,216,0,0,16,33,99,249,mai.po,,mai,,maithili,,,mai,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/en_gb.po,59,81,81,0,0,40,168,99,249,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/cs.po,62,85,80,0,0,37,164,99,249,cs.po,,cs,,czech,,,cs,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/nn.po,92,238,228,0,0,7,11,99,249,nn.po,,nn,,norwegian nynorsk,,,nn,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/or.po,99,249,254,0,0,0,0,99,249,or.po,,or,,odia,,,or,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/bn.po,80,213,215,0,0,19,36,99,249,bn.po,,bn,,bangla,,,bn,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/zh_hk.po,59,81,55,0,0,40,168,99,249,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ro.po,62,85,87,0,0,37,164,99,249,ro.po,,ro,,romanian,,,ro,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/vi.po,59,81,111,0,0,40,168,99,249,vi.po,,vi,,vietnamese,,,vi,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/gd.po,59,81,96,0,0,40,168,99,249,gd.po,,gd,,scottish gaelic,,,gd,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/es.po,64,88,93,0,0,35,161,99,249,es.po,,es,,spanish,,,es,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/it.po,64,88,93,0,0,35,161,99,249,it.po,,it,,italian,,,it,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/tg.po,59,81,85,0,0,40,168,99,249,tg.po,,tg,,tajik,,,tg,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/hu.po,64,88,78,0,0,35,161,99,249,hu.po,,hu,,hungarian,,,hu,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/hr.po,62,85,80,0,0,37,164,99,249,hr.po,,hr,,croatian,,,hr,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/tr.po,62,85,81,0,0,37,164,99,249,tr.po,,tr,,turkish,,,tr,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ug.po,59,81,89,0,0,40,168,99,249,ug.po,,ug,,uyghur,,,ug,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/wa.po,16,19,24,1,3,82,227,99,249,wa.po,,wa,,walloon,,,wa,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ca@valencia.po,59,81,91,0,0,40,168,99,249,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ky.po,56,78,80,2,2,41,169,99,249,ky.po,,ky,,kyrgyz,,,ky,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ja.po,59,81,55,0,0,40,168,99,249,ja.po,,ja,,japanese,,,ja,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/pa.po,59,81,83,0,0,40,168,99,249,pa.po,,pa,,punjabi,,,pa,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/eo.po,59,81,81,0,0,40,168,99,249,eo.po,,eo,,esperanto,,,eo,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/eu.po,64,88,82,0,0,35,161,99,249,eu.po,,eu,,basque,,,eu,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/mk.po,92,238,242,0,0,7,11,99,249,mk.po,,mk,,macedonian,,,mk,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/lt.po,64,88,80,0,0,35,161,99,249,lt.po,,lt,,lithuanian,,,lt,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/mr.po,99,249,248,0,0,0,0,99,249,mr.po,,mr,,marathi,,,mr,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/gu.po,99,249,255,0,0,0,0,99,249,gu.po,,gu,,gujarati,,,gu,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/dz.po,92,238,170,0,0,7,11,99,249,dz.po,,dz,,dzongkha,,,dz,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/fr.po,64,88,95,0,0,35,161,99,249,fr.po,,fr,,french,,,fr,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/kk.po,42,51,52,0,0,57,198,99,249,kk.po,,kk,,kazakh,,,kk,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ko.po,62,85,82,0,0,37,164,99,249,ko.po,,ko,,korean,,,ko,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/bs.po,59,81,75,0,0,40,168,99,249,bs.po,,bs,,bosnian,,,bs,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/sl.po,62,85,91,0,0,37,164,99,249,sl.po,,sl,,slovenian,,,sl,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/cy.po,80,213,214,0,0,19,36,99,249,cy.po,,cy,,welsh,,,cy,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/mn.po,80,213,224,0,0,19,36,99,249,mn.po,,mn,,mongolian,,,mn,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ne.po,55,70,64,1,3,43,176,99,249,ne.po,,ne,,nepali,,,ne,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/sv.po,62,85,84,0,0,37,164,99,249,sv.po,,sv,,swedish,,,sv,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/et.po,59,81,68,0,0,40,168,99,249,et.po,,et,,estonian,,,et,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/pl.po,64,88,85,0,0,35,161,99,249,pl.po,,pl,,polish,,,pl,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/as.po,59,81,81,0,0,40,168,99,249,as.po,,as,,assamese,,,as,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/ast.po,52,70,76,0,0,47,179,99,249,ast.po,,ast,,asturian,,,ast,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/sr@latin.po,59,81,74,0,0,40,168,99,249,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/th.po,58,80,56,0,0,41,169,99,249,th.po,,th,,thai,,,th,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/be.po,62,85,79,0,0,37,164,99,249,be.po,,be,,belarusian,,,be,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/rw.po,6,6,6,8,18,85,225,99,249,rw.po,,rw,,kinyarwanda,,,rw,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/uk.po,58,80,79,0,0,41,169,99,249,uk.po,,uk,,ukrainian,,,uk,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/bg.po,59,81,82,0,0,40,168,99,249,bg.po,,bg,,bulgarian,,,bg,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/id.po,64,88,89,0,0,35,161,99,249,id.po,,id,,indonesian,,,id,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/sr.po,62,85,78,0,0,37,164,99,249,sr.po,,sr,,serbian,,,sr,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/kn.po,58,80,79,0,0,41,169,99,249,kn.po,,kn,,kannada,,,kn,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/oc.po,59,81,91,0,0,40,168,99,249,oc.po,,oc,,occitan,,,oc,po -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv,po/el.po,62,85,91,0,0,37,164,99,249,el.po,,el,,greek,,,el,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/uk/uk.po,259,2379,1960,0,0,88,613,347,2992,uk.po,,uk,,ukrainian,,,uk,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/da/da.po,347,2992,2576,0,0,0,0,347,2992,da.po,,da,,danish,,,da,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/ja/ja.po,339,2899,1208,0,0,8,93,347,2992,ja.po,,ja,,japanese,,,ja,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/de/de.po,342,2972,2902,5,20,0,0,347,2992,de.po,,de,,german,,,de,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/ca/ca.po,259,2379,2602,0,0,88,613,347,2992,ca.po,,ca,,catalan,,,ca,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/sv/sv.po,347,2992,2578,0,0,0,0,347,2992,sv.po,,sv,,swedish,,,sv,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/pt_br/pt_br.po,347,2992,3400,0,0,0,0,347,2992,pt_br.po,,pt,br,portuguese,,brazil,pt_br,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/zh_cn/zh_cn.po,338,2855,805,1,44,8,93,347,2992,zh_cn.po,,zh,cn,chinese,,china,zh_cn,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/gl/gl.po,325,2650,2928,0,0,22,342,347,2992,gl.po,,gl,,galician,,,gl,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/fr/fr.po,347,2992,3503,0,0,0,0,347,2992,fr.po,,fr,,french,,,fr,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/ru/ru.po,259,2379,2133,0,0,88,613,347,2992,ru.po,,ru,,russian,,,ru,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/es/es.po,347,2992,3444,0,0,0,0,347,2992,es.po,,es,,spanish,,,es,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/oc/oc.po,98,234,254,0,0,249,2758,347,2992,oc.po,,oc,,occitan,,,oc,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/hu/hu.po,347,2992,2568,0,0,0,0,347,2992,hu.po,,hu,,hungarian,,,hu,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/pl/pl.po,347,2992,2588,0,0,0,0,347,2992,pl.po,,pl,,polish,,,pl,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/en_gb/en_gb.po,257,2349,2359,0,0,90,643,347,2992,en_gb.po,,en,gb,english,,united kingdom,en_gb,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/fi/fi.po,259,2379,1580,0,0,88,613,347,2992,fi.po,,fi,,finnish,,,fi,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/sl/sl.po,35,70,70,0,0,312,2922,347,2992,sl.po,,sl,,slovenian,,,sl,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/el/el.po,347,2992,2998,0,0,0,0,347,2992,el.po,,el,,greek,,,el,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/cs/cs.po,347,2992,2882,0,0,0,0,347,2992,cs.po,,cs,,czech,,,cs,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/eu/eu.po,253,2325,1920,0,0,94,667,347,2992,eu.po,,eu,,basque,,,eu,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,help/bg/bg.po,248,2309,2326,0,0,99,683,347,2992,bg.po,,bg,,bulgarian,,,bg,help/ -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/cy.po,118,427,467,0,0,81,469,199,896,cy.po,,cy,,welsh,,,cy,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ru.po,196,891,865,0,0,3,5,199,896,ru.po,,ru,,russian,,,ru,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mn.po,80,256,227,21,71,98,569,199,896,mn.po,,mn,,mongolian,,,mn,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nb.po,196,891,847,0,0,3,5,199,896,nb.po,,nb,,norwegian bokmål,,,nb,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bn.po,136,592,667,0,0,63,304,199,896,bn.po,,bn,,bangla,,,bn,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_cn.po,199,896,255,0,0,0,0,199,896,zh_cn.po,,zh,cn,chinese,,china,zh_cn,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/af.po,27,88,82,0,0,172,808,199,896,af.po,,af,,afrikaans,,,af,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/az.po,82,272,251,20,70,97,554,199,896,az.po,,az,,azerbaijani,,,az,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en_ca.po,130,559,568,0,0,69,337,199,896,en_ca.po,,en,ca,english,,canada,en_ca,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pl.po,199,896,923,0,0,0,0,199,896,pl.po,,pl,,polish,,,pl,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ps.po,82,210,217,0,0,117,686,199,896,ps.po,,ps,,pashto,,,ps,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nn.po,159,674,613,0,0,40,222,199,896,nn.po,,nn,,norwegian nynorsk,,,nn,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sr@latin.po,199,896,879,0,0,0,0,199,896,sr@latin.po,latin,sr,,serbian,,,sr@latin,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/gl.po,199,896,1130,0,0,0,0,199,896,gl.po,,gl,,galician,,,gl,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/be.po,199,896,861,0,0,0,0,199,896,be.po,,be,,belarusian,,,be,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/cs.po,199,896,869,0,0,0,0,199,896,cs.po,,cs,,czech,,,cs,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/he.po,175,834,839,0,0,24,62,199,896,he.po,,he,,hebrew,,,he,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/kk.po,80,335,296,0,0,119,561,199,896,kk.po,,kk,,kazakh,,,kk,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/it.po,199,896,1076,0,0,0,0,199,896,it.po,,it,,italian,,,it,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/lt.po,199,896,790,0,0,0,0,199,896,lt.po,,lt,,lithuanian,,,lt,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hu.po,199,896,837,0,0,0,0,199,896,hu.po,,hu,,hungarian,,,hu,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/vi.po,175,834,1197,0,0,24,62,199,896,vi.po,,vi,,vietnamese,,,vi,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/as.po,187,841,870,0,0,12,55,199,896,as.po,,as,,assamese,,,as,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/nl.po,199,896,842,0,0,0,0,199,896,nl.po,,nl,,dutch,,,nl,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ca@valencia.po,196,891,1144,0,0,3,5,199,896,ca@valencia.po,valencia,ca,,catalan,,,ca@valencia,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bn_in.po,159,674,846,0,0,40,222,199,896,bn_in.po,,bn,in,bangla,,india,bn_in,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/be@latin.po,135,582,541,0,0,64,314,199,896,be@latin.po,latin,be,,belarusian,,,be@latin,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ar.po,159,674,658,0,0,40,222,199,896,ar.po,,ar,,arabic,,,ar,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ug.po,178,775,712,0,0,21,121,199,896,ug.po,,ug,,uyghur,,,ug,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/eu.po,199,896,756,0,0,0,0,199,896,eu.po,,eu,,basque,,,eu,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sr.po,199,896,879,0,0,0,0,199,896,sr.po,,sr,,serbian,,,sr,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/uk.po,174,751,685,0,0,25,145,199,896,uk.po,,uk,,ukrainian,,,uk,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/xh.po,107,359,327,1,6,91,531,199,896,xh.po,,xh,,xhosa,,,xh,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fi.po,167,680,531,23,144,9,72,199,896,fi.po,,fi,,finnish,,,fi,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/es.po,199,896,1155,0,0,0,0,199,896,es.po,,es,,spanish,,,es,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ga.po,89,329,345,0,0,110,567,199,896,ga.po,,ga,,irish,,,ga,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sv.po,199,896,805,0,0,0,0,199,896,sv.po,,sv,,swedish,,,sv,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mi.po,0,0,0,34,99,165,797,199,896,mi.po,,mi,,maori,,,mi,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/tg.po,36,76,86,0,0,163,820,199,896,tg.po,,tg,,tajik,,,tg,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/rw.po,9,13,12,91,341,99,542,199,896,rw.po,,rw,,kinyarwanda,,,rw,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hi.po,171,742,833,0,0,28,154,199,896,hi.po,,hi,,hindi,,,hi,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/oc.po,196,891,1212,0,0,3,5,199,896,oc.po,,oc,,occitan,,,oc,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bs.po,190,877,846,0,0,9,19,199,896,bs.po,,bs,,bosnian,,,bs,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/eo.po,198,881,787,0,0,1,15,199,896,eo.po,,eo,,esperanto,,,eo,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/am.po,34,70,70,16,50,149,776,199,896,am.po,,am,,amharic,,,am,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ka.po,116,421,317,0,0,83,475,199,896,ka.po,,ka,,georgian,,,ka,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mr.po,135,582,559,0,0,64,314,199,896,mr.po,,mr,,marathi,,,mr,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/id.po,199,896,845,0,0,0,0,199,896,id.po,,id,,indonesian,,,id,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/el.po,199,896,986,0,0,0,0,199,896,el.po,,el,,greek,,,el,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en_gb.po,196,891,913,0,0,3,5,199,896,en_gb.po,,en,gb,english,,united kingdom,en_gb,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pt.po,196,891,1062,0,0,3,5,199,896,pt.po,,pt,,portuguese,,,pt,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mg.po,120,541,643,0,0,79,355,199,896,mg.po,,mg,,malagasy,,,mg,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sk.po,199,896,920,0,0,0,0,199,896,sk.po,,sk,,slovak,,,sk,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ko.po,199,896,803,0,0,0,0,199,896,ko.po,,ko,,korean,,,ko,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/si.po,130,559,586,0,0,69,337,199,896,si.po,,si,,sinhala,,,si,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/bg.po,174,751,942,0,0,25,145,199,896,bg.po,,bg,,bulgarian,,,bg,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/de.po,199,896,835,0,0,0,0,199,896,de.po,,de,,german,,,de,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fur.po,199,896,1127,0,0,0,0,199,896,fur.po,,fur,,friulian,,,fur,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ast.po,142,612,699,0,0,57,284,199,896,ast.po,,ast,,asturian,,,ast,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/lv.po,199,896,789,0,0,0,0,199,896,lv.po,,lv,,latvian,,,lv,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/dz.po,129,554,267,0,0,70,342,199,896,dz.po,,dz,,dzongkha,,,dz,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mai.po,128,551,581,0,0,71,345,199,896,mai.po,,mai,,maithili,,,mai,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/or.po,159,674,690,0,0,40,222,199,896,or.po,,or,,odia,,,or,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ta.po,178,775,644,0,0,21,121,199,896,ta.po,,ta,,tamil,,,ta,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/hr.po,199,896,823,0,0,0,0,199,896,hr.po,,hr,,croatian,,,hr,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/mk.po,135,582,598,0,0,64,314,199,896,mk.po,,mk,,macedonian,,,mk,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fa.po,178,775,803,0,0,21,121,199,896,fa.po,,fa,,persian,,,fa,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ne.po,130,559,564,0,0,69,337,199,896,ne.po,,ne,,nepali,,,ne,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/tr.po,199,896,793,0,0,0,0,199,896,tr.po,,tr,,turkish,,,tr,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_tw.po,199,896,272,0,0,0,0,199,896,zh_tw.po,,zh,tw,chinese,,taiwan,zh_tw,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ro.po,199,896,1000,0,0,0,0,199,896,ro.po,,ro,,romanian,,,ro,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/zh_hk.po,187,841,251,0,0,12,55,199,896,zh_hk.po,,zh,hk,chinese,,hong kong sar china,zh_hk,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/is.po,55,139,119,34,125,110,632,199,896,is.po,,is,,icelandic,,,is,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sq.po,135,582,701,0,0,64,314,199,896,sq.po,,sq,,albanian,,,sq,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/fr.po,199,896,1245,0,0,0,0,199,896,fr.po,,fr,,french,,,fr,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/sl.po,199,896,885,0,0,0,0,199,896,sl.po,,sl,,slovenian,,,sl,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ku.po,18,20,20,1,4,180,872,199,896,ku.po,,ku,,kurdish,,,ku,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/gu.po,159,674,694,0,0,40,222,199,896,gu.po,,gu,,gujarati,,,gu,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pa.po,174,751,802,0,0,25,145,199,896,pa.po,,pa,,punjabi,,,pa,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ja.po,171,823,260,2,9,26,64,199,896,ja.po,,ja,,japanese,,,ja,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ml.po,199,896,783,0,0,0,0,199,896,ml.po,,ml,,malayalam,,,ml,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/te.po,171,742,640,0,0,28,154,199,896,te.po,,te,,telugu,,,te,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/kn.po,135,582,535,0,0,64,314,199,896,kn.po,,kn,,kannada,,,kn,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/et.po,180,783,639,0,0,19,113,199,896,et.po,,et,,estonian,,,et,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/en@shaw.po,142,612,613,0,0,57,284,199,896,en@shaw.po,shaw,en,,english,shavian,,en@shaw,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/da.po,199,896,753,0,0,0,0,199,896,da.po,,da,,danish,,,da,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/th.po,196,891,322,0,0,3,5,199,896,th.po,,th,,thai,,,th,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ca.po,196,891,1145,0,0,3,5,199,896,ca.po,,ca,,catalan,,,ca,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/ms.po,82,272,245,20,70,97,554,199,896,ms.po,,ms,,malay,,,ms,po -zenity-3.32.0-2.fc31.src.rpm.stats.csv,po/pt_br.po,199,896,1119,0,0,0,0,199,896,pt_br.po,,pt,br,portuguese,,brazil,pt_br,po diff --git a/results/f31/4.0.cldr.csv b/results/f31/4.0.cldr.csv deleted file mode 100644 index ee1180f..0000000 --- a/results/f31/4.0.cldr.csv +++ /dev/null @@ -1,337 +0,0 @@ -territory,population,officialstatus,language,language_population -af,34940837,official,ps,0.43 -af,34940837,official,fa,0.5 -af,34940837,official_regional,tk,0.016685347291480166 -af,34940837,official_regional,uz_Arab,0.047 -ax,26200,official,sv,0.99 -al,3057220,official,sq,1.0 -dz,41657488,official,ar,0.74 -dz,41657488,official,fr,0.2 -as,50826,official,sm,0.99 -ad,85708,official,ca,0.51 -ao,30355880,official,pt,0.67 -ar,44694198,official,es,1.0 -am,3038217,official,hy,0.98 -aw,116576,official,nl,0.97 -aw,116576,official,pap,0.61 -at,8793370,official_regional,hr,0.012395702671444509 -at,8793370,official,de,0.97 -az,10046516,official,az,0.89 -az,10046516,official,az_Cyrl,0.099 -bh,1442659,official,ar,0.87 -bd,159453001,official,bn,0.98 -by,9527543,official,be,1.0 -by,9527543,official,ru,0.12 -be,11570762,official,nl,0.55 -be,11570762,official,fr,0.38 -be,11570762,official,de,0.22 -bj,11340504,official,fr,0.35 -bt,766397,official,dz,0.47 -bo,11306341,official,ay,0.2 -bo,11306341,official,qu,0.32 -bo,11306341,official,es,0.61 -ba,3849891,official,bs,0.99 -ba,3849891,official,bs_Cyrl,0.99 -ba,3849891,official,hr,0.12 -ba,3849891,official,sr,0.1 -ba,3849891,official,sr_Latn,0.1 -bw,2249104,official,tn,0.62 -br,208846892,official,pt,0.91 -bn,450565,official,ms,0.93 -bn,450565,official,ms_Arab,0.05 -bg,7057504,official,bg,1.0 -bf,19742715,official,fr,0.22 -bi,11844520,official,fr,0.59 -bi,11844520,official,rn,0.63 -kh,16449519,official,km,0.89 -cm,25640965,official,fr,0.68 -ca,35881659,official,fr,0.22 -ic,2098593,official,es,0.98 -cv,568373,recognized,kea,0.91 -cv,568373,official,pt,0.76 -bq,20000,official,nl,0.08 -bq,20000,recognized,pap,0.81 -cf,5745062,official,fr,0.49 -cf,5745062,official,sg,0.49 -ea,150000,official,es,0.98 -td,15833116,official,ar,0.17 -td,15833116,official,fr,0.26 -cl,17925262,official,es,0.98 -cn,1384688986,official,zh,0.9 -co,48168996,official,es,0.93 -km,821164,official,ar,0.66 -km,821164,official,fr,0.56 -km,821164,official,wni,0.34 -km,821164,official,zdj,0.37 -cg,5062021,official,fr,0.84 -cg,5062021,recognized,ln,0.023903496251793502 -cd,85281024,official,fr,0.038 -cd,85281024,official_regional,kg,0.015243719399992195 -cd,85281024,official_regional,ln,0.031 -cd,85281024,official_regional,lua,0.096 -cd,85281024,official_regional,sw,0.5 -cr,4987142,official,es,0.95 -ci,26260582,official,fr,0.49 -hr,4270480,official,hr,0.99 -hr,4270480,official_regional,it,0.015525186864240086 -cu,11116396,official,es,1.0 -cw,150241,official,nl,0.08 -cw,150241,de_facto_official,pap,0.81 -cy,1237088,official,el,0.95 -cy,1237088,official,tr,0.23 -cz,10686269,official,cs,0.98 -dk,5809502,official,da,0.93 -dk,5809502,official_regional,de,0.47 -dj,884017,official,ar,0.073 -dj,884017,official,fr,0.0214927993466189 -do,10298756,official,es,0.78 -ec,16498502,official,qu,0.17 -ec,16498502,official,es,0.96 -eg,99413317,official,ar,0.94 -sv,6187271,official,es,0.89 -gq,797457,official,fr,0.08800000000000001 -gq,797457,official,es,0.87 -er,5970646,official,ar,0.049 -er,5970646,de_facto_official,ti,0.6 -ee,1244288,official,et,0.71 -sz,1087200,official,ss,0.58 -et,108386391,official,am,0.33 -fo,51018,official,fo,0.95 -fj,926276,official,hif,0.41 -fj,926276,official,fj,0.39 -fi,5537364,official,fi,0.94 -fi,5537364,official,sv,0.44 -fr,67364357,official,fr,0.99 -gf,199509,official,fr,0.77 -pf,290373,official,fr,0.61 -pf,290373,official,ty,0.31 -ga,2119036,official,fr,0.63 -ge,4926087,official_regional,ab,0.022330096890290408 -ge,4926087,official,ka,0.86 -ge,4926087,official_regional,os,0.022127096009469584 -de,80457737,official,de,0.91 -gh,28102471,official_regional,ak,0.39 -gh,28102471,official_regional,ee,0.11 -gh,28102471,official_regional,gaa,0.028467247595416075 -gr,10761523,official,el,0.99 -gl,57691,official,kl,0.84 -gp,452776,official,fr,0.9 -gu,167772,official,ch,0.22 -gt,16581273,official_regional,quc,0.07 -gt,16581273,official,es,0.93 -gn,11855411,official,fr,0.29 -gw,1833247,official,pt,1.0 -ht,10788440,official,fr,0.047 -ht,10788440,official,ht,0.81 -hn,9182766,official,es,0.78 -hk,7213338,official,zh_Hant,0.95 -hu,9825704,official,hu,1.0 -is,343518,official,is,1.0 -in,1296834042,official_regional,as,0.013031736870460716 -in,1296834042,official_regional,bn,0.081 -in,1296834042,official_regional,gu,0.045 -in,1296834042,official,hi,0.41 -in,1296834042,official_regional,kn,0.037000000000000005 -in,1296834042,official_regional,mai,0.011952184703676988 -in,1296834042,official_regional,ml,0.032 -in,1296834042,official_regional,mr,0.07 -in,1296834042,official_regional,or,0.032 -in,1296834042,official_regional,pa,0.027991245467320944 -in,1296834042,official_regional,ta,0.059000000000000004 -in,1296834042,official_regional,te,0.07200000000000001 -in,1296834042,official_regional,ur,0.05 -id,262787403,official,id,0.64 -ir,83024745,official,fa,0.75 -iq,40194216,official,ar,0.68 -iq,40194216,official_regional,az_Arab,0.018410609128437783 -iq,40194216,official_regional,ckb,0.2 -ie,5068050,official,ga,0.22 -im,89407,official,gv,0.018902323084322256 -il,8424904,official,ar,0.2 -il,8424904,official,he,1.0 -it,62246674,official_regional,fr,0.063 -it,62246674,recognized,de,0.016000854921180207 -it,62246674,official,it,0.95 -it,62246674,recognized,sc,0.017029022305673713 -jp,126168156,official,ja,0.95 -jo,10458413,official,ar,1.0 -kz,18744548,official,kk,0.64 -kz,18744548,official,ru,0.72 -ke,48397527,official,sw,0.66 -ki,109367,official,gil,0.6 -xk,1907592,official,sq,0.92 -xk,1907592,official,sr,0.05 -xk,1907592,official,sr_Latn,0.05 -kw,2916467,official,ar,1.0 -kg,5849296,official,ky,0.48 -kg,5849296,official,ru,0.36 -la,7234171,official,lo,0.69 -lv,1923559,official,lv,0.61 -lb,6100075,official,ar,0.86 -ls,1962461,official,st,0.98 -ly,6754507,official,ar,0.74 -li,38547,official,de,1.0 -li,38547,de_facto_official,gsw,0.85 -lt,2793284,official,lt,0.86 -lu,605764,official,fr,0.87 -lu,605764,official,de,0.63 -lu,605764,official,lb,0.67 -mo,606340,official,zh_Hant,0.98 -mo,606340,official,pt,0.05 -mg,25683610,official,fr,0.69 -mg,25683610,official,mg,0.9 -mw,19842560,official,ny,0.63 -my,31809660,official,ms,0.75 -mv,392473,official,dv,0.94 -ml,18429893,official,fr,0.46 -mt,449043,official,mt,1.0 -mh,75684,official,mh,0.73 -mq,436131,official,fr,0.98 -mr,3840429,official,ar,0.85 -mu,1364283,official,fr,0.03 -yt,194000,official,fr,0.57 -mx,125959205,de_facto_official,es,0.83 -md,3437720,recognized,gag,0.033 -md,3437720,official,ro,0.63 -md,3437720,recognized,ru,0.029961718813632292 -md,3437720,recognized,uk,0.14 -mc,30727,official,fr,0.99 -mn,3103428,official,mn,0.93 -me,614249,official,sr_Latn,1.0 -ma,34314130,official,ar,0.62 -ma,34314130,official,tzm,0.098 -ma,34314130,de_facto_official,fr,0.2 -mz,27233789,official,pt,0.27 -mm,55622506,official,my,0.64 -nr,9692,official,na,0.7108955839867932 -np,29717587,official,ne,0.44 -nl,17151228,official,nl,1.0 -nl,17151228,official_regional,fy,0.043 -nc,282754,official,fr,0.96 -nz,4545627,official,mi,0.02837892330364986 -ni,6085213,official,es,0.78 -ne,19866231,official,fr,0.29 -ng,203452505,official,yo,0.13 -nu,1618,official,niu,0.6983930778739185 -kp,25381085,official,ko,0.88 -mk,2118945,official_regional,sq,0.25 -mk,2118945,official,mk,0.67 -no,5372191,official,nb,1.0 -no,5372191,official,nn,0.25 -om,3494116,official,ar,0.81 -pk,207862518,official,ur,0.95 -pw,21516,official,pau,0.74 -ps,4635207,official,ar,1.0 -pa,3800644,official,es,0.69 -pg,7027332,official,ho,0.02148752897970382 -pg,7027332,official,tpi,0.71 -py,7025763,official,gn,0.8 -py,7025763,official,es,0.032 -pe,31331228,official,qu,0.15 -pe,31331228,official,es,0.73 -ph,105893381,official_regional,ceb,0.24 -ph,105893381,official,fil,0.6 -ph,105893381,official_regional,hil,0.084 -ph,105893381,official_regional,ilo,0.096 -ph,105893381,official_regional,mdh,0.01208762991522577 -ph,105893381,official_regional,pag,0.013976322089479794 -ph,105893381,official_regional,tsg,0.010859980001960652 -ph,105893381,official_regional,war,0.029369163309650108 -pl,38420687,official_regional,de,0.19 -pl,38420687,official,pl,0.96 -pt,10355493,official,pt,0.96 -pr,3294626,official,es,0.87 -qa,2363569,official,ar,0.89 -re,787584,official,fr,0.89 -ro,21457116,official,ro,0.9 -ru,142122776,official_regional,ba,0.012594744138687525 -ru,142122776,official,ru,0.94 -ru,142122776,official_regional,tt,0.014213063217960223 -rw,12187400,official,rw,0.77 -ws,201316,official,sm,1.0 -sm,33779,official,it,0.89 -st,204454,official,pt,0.85 -sa,33091113,official,ar,1.0 -sn,15020945,official,fr,0.39 -sn,15020945,official_regional,ff,0.21 -sn,15020945,official_regional,dyo,0.026429761909120896 -sn,15020945,official_regional,sav,0.014646215667522916 -sn,15020945,official_regional,srr,0.11 -sn,15020945,de_facto_official,wo,0.7 -rs,7078110,official_regional,hu,0.048 -rs,7078110,official_regional,ro,0.021192097890538577 -rs,7078110,official,sr,0.99 -rs,7078110,official,sr_Latn,0.99 -sc,94633,official,fr,0.6 -sg,5995991,official,zh,0.77 -sg,5995991,official,ms,0.14 -sg,5995991,official,ta,0.02084726277941378 -sx,42677,official,nl,0.037256601916723295 -sk,5445040,official,sk,0.9 -si,2102126,official,sl,0.87 -so,11259029,official,ar,0.34 -so,11259029,official,so,0.78 -za,55380210,official_regional,af,0.13 -za,55380210,official_regional,nso,0.094 -za,55380210,official_regional,nr,0.01599849476916032 -za,55380210,official_regional,st,0.079 -za,55380210,official_regional,ss,0.027085487758172096 -za,55380210,official_regional,ts,0.044000000000000004 -za,55380210,official_regional,tn,0.08199999999999999 -za,55380210,official_regional,ve,0.022932379635252378 -za,55380210,official_regional,xh,0.18 -za,55380210,official_regional,zu,0.24 -kr,51418097,official,ko,1.0 -es,49331076,official_regional,ast,0.013297905766336823 -es,49331076,official_regional,eu,0.019987401045134308 -es,49331076,official_regional,ca,0.17 -es,49331076,official_regional,gl,0.07 -es,49331076,official,es,0.99 -lk,22576592,official,si,0.68 -lk,22576592,official,ta,0.15 -bl,7160,official,fr,0.9567039106145251 -mf,32284,official,fr,1.0 -pm,5471,official,fr,0.9340157192469384 -sd,43120843,official,ar,0.61 -sr,597927,official,nl,0.9 -sj,2583,official,nb,0.5807200929152149 -se,10040995,official_regional,fi,0.02200977094401501 -se,10040995,official,sv,0.95 -ch,8292809,official,fr,0.21 -ch,8292809,official,de,0.73 -ch,8292809,official,it,0.043 -ch,8292809,de_facto_official,gsw,0.65 -sy,19454263,official,ar,0.8 -sy,19454263,official,fr,0.059000000000000004 -tw,23545963,official,zh_Hant,0.95 -tj,8604882,official,tg,1.0 -tz,55451343,official,sw,0.9 -th,68615858,official,th,0.8 -tl,1321929,official,pt,0.59 -tl,1321929,official,tet,0.59 -tg,8176449,official,fr,0.61 -tk,1285,official,tkl,1.0 -to,106398,official,to,0.95 -tn,11516189,official,ar,0.9 -tn,11516189,official,fr,0.74 -tr,81257239,official,tr,0.93 -tm,5411012,official,tk,0.7 -tv,11147,official,tvl,0.8899255405041715 -ug,40853749,official,sw,0.75 -ua,43952299,de_facto_official,ru,0.46 -ua,43952299,official,uk,0.65 -ae,9701315,official,ar,0.78 -us,329256465,official_regional,es,0.096 -uy,3369299,official,es,0.88 -uz,30023709,official,uz,0.85 -uz,30023709,official,uz_Cyrl,0.15 -vu,288037,official,bi,0.9 -vu,288037,official,fr,0.5 -va,1000,de_facto_official,it,0.824 -ve,31689176,official,es,0.82 -vn,97040334,official,vi,0.86 -wf,15763,official,fr,0.4834105183023536 -eh,619551,official,ar,1.0 -ye,28667230,official,ar,0.74 -zw,14030368,official,nd,0.12 -zw,14030368,official,sn,0.81 diff --git a/results/f31/4.1.results_per_language.csv b/results/f31/4.1.results_per_language.csv deleted file mode 100644 index fc76a09..0000000 --- a/results/f31/4.1.results_per_language.csv +++ /dev/null @@ -1,110 +0,0 @@ -full_language_code,message_progress_percentage,words_progress_percentage -af,0.09524373355847392,0.06171624213380543 -an,0.062476512105596425,0.04512071248942271 -ar,0.16253365525691252,0.10852508109959692 -as,0.2335816400599231,0.1924718546668091 -ast,0.18613223234096443,0.10503606028078351 -az,0.06477253422154039,0.04206156616760527 -be,0.18177184953333092,0.11300103271624722 -be@latin,0.10230683298240918,0.06416491579716707 -bg,0.2899886228500533,0.24302323018041164 -bn,0.15041518875258045,0.09497343596057024 -bn_in,0.1782660399796138,0.12891910728548245 -br,0.07696307316897384,0.036112001383738025 -bs,0.21066260315368418,0.1563445914666097 -ca,0.4470756606211615,0.4248575987736283 -ca@valencia,0.17234065555035033,0.12180455717839538 -crh,0.11570715936761579,0.05416673025756859 -cs,0.4680281494370627,0.4702411536576639 -cy,0.11513057982280475,0.06678486095637325 -da,0.4783705450221108,0.3954362081508274 -de,0.7501145437042147,0.7391272275892944 -dz,0.12030435163115383,0.07598858416128687 -el,0.307100680054981,0.3048827638132157 -en@boldquot,0.027485340979876344,0.037783170286260805 -en@quot,0.03440429551760884,0.04381921869674262 -en@shaw,0.08188973945811819,0.05680532874800537 -en_ca,0.10708935438535076,0.07361876321630911 -en_gb,0.27886887448584036,0.22201279618522418 -eo,0.1971953523570263,0.13347052010574742 -es,0.6458771988530185,0.6748241075652824 -et,0.16565851046852237,0.10644353891000106 -eu,0.24313638680250607,0.19554032765424184 -fa,0.13722078363337778,0.08181520653477066 -fi,0.3665604456136196,0.30473099352729405 -fr,0.7278287146909379,0.708389081357352 -fur,0.1622505135161571,0.11408970895716009 -ga,0.08855644044499586,0.04935925807222909 -gd,0.10892205365278586,0.06779383660020993 -gl,0.35515240747700116,0.2832075929232653 -gu,0.22789821311821426,0.18847410663261585 -gv,0.014069570499719432,0.011002073911281366 -he,0.18636904179686897,0.12764559348964824 -hi,0.2108942645779386,0.16031266374657244 -hr,0.2629614566870357,0.20699516878721128 -hu,0.3972427142482072,0.3745029311166393 -hy,0.04396419029184191,0.03561005719789658 -ia,0.029189339456058977,0.01841846883282715 -id,0.449762933142513,0.3744876693001779 -is,0.13854897579910322,0.06643468705645346 -it,0.5191429556908916,0.4385983208610378 -ja,0.4447950826001678,0.3942737664636845 -ka,0.10055135418972556,0.055516553135709766 -kk,0.11433263491703947,0.06555713260992323 -km,0.07326163841255295,0.057537048059460034 -kn,0.24031526545825205,0.15739596104506137 -ko,0.3045112201349814,0.2854409053987828 -ku,0.05850223167172032,0.023592224613240134 -ky,0.054244809497088785,0.019364701453433653 -li,0.016504589470216064,0.012734290079649725 -lt,0.2675329087923233,0.1892965489641466 -lv,0.2295455832462458,0.20760648932435938 -mai,0.09626304382519343,0.05651026696308506 -mg,0.06043274354050729,0.034318737949524086 -mk,0.1392851443250673,0.09205334174428996 -ml,0.2014888107532085,0.14357553836057568 -mn,0.05926928838758501,0.037475390320956 -mr,0.26969508208536463,0.2113642876886318 -ms,0.11473418138574716,0.072696271199087 -my,0.04272866269581825,0.03055246079832866 -nb,0.24171553006707885,0.176189192259885 -nds,0.061230688446272566,0.020148989243810908 -ne,0.10456167084515236,0.05794911710391771 -nl,0.44784786536867627,0.3793621239022091 -nn,0.13041508579194744,0.08288353368706833 -nso,0.022790336114986435,0.018291287028982188 -oc,0.19873461382040578,0.1357852289357257 -or,0.21708219862135714,0.15019068791789822 -pa,0.2834712147810285,0.18483670704264998 -pl,0.5549423677856772,0.5209977158148029 -ps,0.02855098353144675,0.012678330085957942 -pt,0.3396465361469042,0.31882782466546944 -pt_br,0.4743756724616343,0.48682311724296984 -pt_pt,0.02124077858830676,0.021480158790721494 -ro,0.2531493083619478,0.20128301003718796 -ru,0.5654289082569279,0.574721853394991 -si,0.06387162868277314,0.027053265435207655 -sk,0.30464506895788396,0.22793777248701474 -sl,0.31261422195223654,0.2824495893723493 -sq,0.12152443513222719,0.07929446318256354 -sr,0.39170858022435123,0.3571485500426483 -sr@ije,0.019948622644132018,0.017949591915985396 -sr@latin,0.26122142198930237,0.21591993990235828 -sv,0.7254245839103419,0.7140986964712984 -ta,0.2735046255064376,0.21766572212980345 -te,0.22506679571066002,0.1732487489549895 -tg,0.07147012339831865,0.04719971104294166 -th,0.1491178847767556,0.09526595410941366 -tk,0.016612698134868133,0.01031190065574938 -tr,0.4212685779592173,0.3225169448556656 -ug,0.14724914928776983,0.09556101589433397 -uk,0.628461407780735,0.5354074141904369 -uz,0.02528198343363415,0.013028503985877732 -uz@cyrillic,0.02553938501613908,0.01374072208740951 -vi,0.4402699627797312,0.3770541981017692 -wa,0.0334622057256408,0.016363210882692592 -xh,0.053127686629017394,0.04168680378560879 -zh_cn,0.5293412063897369,0.5232607040445509 -zh_hk,0.1756353958064134,0.12884873335402158 -zh_tw,0.33623853919453894,0.28640409559323526 -zu,0.019768441536378564,0.014196032945174467 diff --git a/results/f31/4.1.results_per_language_ISO3.csv b/results/f31/4.1.results_per_language_ISO3.csv deleted file mode 100644 index fd4cf4c..0000000 --- a/results/f31/4.1.results_per_language_ISO3.csv +++ /dev/null @@ -1,110 +0,0 @@ -full_language_code,message_progress_percentage,words_progress_percentage,FIFA,Dial,ISO3166-1-Alpha-3,MARC,is_independent,ISO3166-1-numeric,GAUL,FIPS,WMO,ISO3166-1-Alpha-2,ITU,IOC,DS,UNTERM Spanish Formal,Global Code,Intermediate Region Code,official_name_fr,UNTERM French Short,ISO4217-currency_name,Developed / Developing Countries,UNTERM Russian Formal,UNTERM English Short,ISO4217-currency_alphabetic_code,Small Island Developing States (SIDS),UNTERM Spanish Short,ISO4217-currency_numeric_code,UNTERM Chinese Formal,UNTERM French Formal,UNTERM Russian Short,M49,Sub-region Code,Region Code,official_name_ar,ISO4217-currency_minor_unit,UNTERM Arabic Formal,UNTERM Chinese Short,Land Locked Developing Countries (LLDC),Intermediate Region Name,official_name_es,UNTERM English Formal,official_name_cn,official_name_en,ISO4217-currency_country_name,Least Developed Countries (LDC),Region Name,UNTERM Arabic Short,Sub-region Name,official_name_ru,Global Name,Capital,Continent,TLD,Languages,Geoname ID,CLDR display name,EDGAR -af,0.09524373355847392,0.06171624213380543,AFG,93,AFG,af,Yes,4.0,1,AF,AF,af,AFG,AFG,AFG,República Islámica del Afganistán (la),True,,Afghanistan,Afghanistan (l') [masc.],Afghani,Developing,Исламская Республика Афганистан,Afghanistan,AFN,,Afganistán (el),971,阿富汗伊斯兰共和国,République islamique d'Afghanistan,Афганистан,4.0,34.0,142.0,أفغانستان,2,جمهورية أفغانستان الإسلامية,阿富汗,x,,Afganistán,the Islamic Republic of Afghanistan,阿富汗,Afghanistan,AFGHANISTAN,x,Asia,أفغانستان,Southern Asia,Афганистан,World,Kabul,AS,.af,"fa-AF,ps,uz-AF,tk",1149361.0,Afghanistan,B2 -an,0.062476512105596425,0.04512071248942271,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ar,0.16253365525691252,0.10852508109959692,ARG,54,ARG,ag,Yes,32.0,12,AR,AG,ar,ARG,ARG,RA,la República Argentina,True,5.0,Argentine,Argentine (l') [fém.],Argentine Peso,Developing,Аргентинская Республика,Argentina,ARS,,Argentina (la),032,阿根廷共和国,la République argentine,Аргентина,32.0,419.0,19.0,الأرجنتين,2,جمهورية الأرجنتين,阿根廷,,South America,Argentina,the Argentine Republic,阿根廷,Argentina,ARGENTINA,,Americas,الأرجنتين,Latin America and the Caribbean,Аргентина,World,Buenos Aires,SA,.ar,"es-AR,en,it,de,fr,gn",3865483.0,Argentina,C1 -as,0.2335816400599231,0.1924718546668091,ASA,1-684,ASM,as,Territory of US,16.0,5,AQ, ,as,SMA,ASA,USA,,True,,Samoa américaines,,US Dollar,Developing,,,USD,x,,840,,,,16.0,61.0,9.0,ساموا الأمريكية,2,,,,,Samoa Americana,,美属萨摩亚,American Samoa,AMERICAN SAMOA,,Oceania,,Polynesia,Американское Самоа,World,Pago Pago,OC,.as,"en-AS,sm,to",5880801.0,American Samoa,B5 -ast,0.18613223234096443,0.10503606028078351,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -az,0.06477253422154039,0.04206156616760527,AZE,994,AZE,aj,Yes,31.0,19,AJ,AJ,az,AZE,AZE,AZ,la República de Azerbaiyán,True,,Azerbaïdjan,Azerbaïdjan (l') [masc.],Azerbaijan Manat,Developing,Азербайджанская Республика,Azerbaijan,AZN,,Azerbaiyán,944,阿塞拜疆共和国,la République d'Azerbaïdjan,Азербайджан,31.0,145.0,142.0,أذربيجان,2,جمهورية أذربيجان,阿塞拜疆,x,,Azerbaiyán,the Republic of Azerbaijan,阿塞拜疆,Azerbaijan,AZERBAIJAN,,Asia,أذربيجان,Western Asia,Азербайджан,World,Baku,AS,.az,"az,ru,hy",587116.0,Azerbaijan,1D -be,0.18177184953333092,0.11300103271624722,BEL,32,BEL,be,Yes,56.0,27,BE,BX,be,BEL,BEL,B,el Reino de Bélgica,True,,Belgique,Belgique (la),Euro,Developed,Королевство Бельгия,Belgium,EUR,,Bélgica,978,比利时王国,le Royaume de Belgique,Бельгия,56.0,155.0,150.0,بلجيكا,2,مملكة بلجيكا,比利时,,,Bélgica,the Kingdom of Belgium,比利时,Belgium,BELGIUM,,Europe,بلجيكا,Western Europe,Бельгия,World,Brussels,EU,.be,"nl-BE,fr-BE,de-BE",2802361.0,Belgium,C9 -be@latin,0.10230683298240918,0.06416491579716707,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -bg,0.2899886228500533,0.24302323018041164,BUL,359,BGR,bu,Yes,100.0,41,BU,BU,bg,BUL,BUL,BG,la República de Bulgaria,True,,Bulgarie,Bulgarie (la),Bulgarian Lev,Developed,Республика Болгария,Bulgaria,BGN,,Bulgaria,975,保加利亚共和国,la République de Bulgarie,Болгария,100.0,151.0,150.0,بلغاريا,2,جمهورية بلغاريا,保加利亚,,,Bulgaria,the Republic of Bulgaria,保加利亚,Bulgaria,BULGARIA,,Europe,بلغاريا,Eastern Europe,Болгария,World,Sofia,EU,.bg,"bg,tr-BG,rom",732800.0,Bulgaria,E0 -bn,0.15041518875258045,0.09497343596057024,BRU,673,BRN,bx,Yes,96.0,40,BX,BD,bn,BRU,BRU,BRU,Brunei Darussalam,True,,Brunéi Darussalam,Brunéi Darussalam (le),Brunei Dollar,Developing,Бруней-Даруссалам,Brunei Darussalam,BND,,Brunei Darussalam,096,文莱达鲁萨兰国,le Brunéi Darussalam,Бруней-Даруссалам,96.0,35.0,142.0,بروني دار السلام,2,بروني دار السلام,文莱达鲁萨兰国,,,Brunei Darussalam,Brunei Darussalam,文莱达鲁萨兰国,Brunei Darussalam,BRUNEI DARUSSALAM,,Asia,بروني دار السلام,South-eastern Asia,Бруней-Даруссалам,World,Bandar Seri Begawan,AS,.bn,"ms-BN,en-BN",1820814.0,Brunei,D9 -bn_in,0.1782660399796138,0.12891910728548245,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -br,0.07696307316897384,0.036112001383738025,BRA,55,BRA,bl,Yes,76.0,37,BR,BZ,br,B,BRA,BR,la República Federativa del Brasil,True,5.0,Brésil,Brésil (le),Brazilian Real,Developing,Федеративная Республика Бразилия,Brazil,BRL,,Brasil (el),986,巴西联邦共和国,la République fédérative du Brésil,Бразилия,76.0,419.0,19.0,البرازيل,2,الجمهورية الاتحادية البرازيلية,巴西,,South America,Brasil,the Federative Republic of Brazil,巴西,Brazil,BRAZIL,,Americas,البرازيل,Latin America and the Caribbean,Бразилия,World,Brasilia,SA,.br,"pt-BR,es,en,fr",3469034.0,Brazil,D5 -bs,0.21066260315368418,0.1563445914666097,BAH,1-242,BHS,bf,Yes,44.0,20,BF,BA,bs,BAH,BAH,BS,el Commonwealth de las Bahamas,True,29.0,Bahamas,Bahamas (les) [fém.],Bahamian Dollar,Developing,Содружество Багамских Островов,Bahamas (the),BSD,x,Bahamas (las),044,巴哈马国,le Commonwealth des Bahamas,Багамские Острова,44.0,419.0,19.0,جزر البهاما,2,كمنولث جزر البهاما,巴哈马,,Caribbean,Bahamas,the Commonwealth of the Bahamas,巴哈马,Bahamas,BAHAMAS,,Americas,جزر البهاما,Latin America and the Caribbean,Багамские Острова,World,Nassau,,.bs,en-BS,3572887.0,Bahamas,C5 -ca,0.4470756606211615,0.4248575987736283,CAN,1,CAN,xxc,Yes,124.0,46,CA,CN,ca,CAN,CAN,CDN,el Canadá,True,,Canada,Canada (le),Canadian Dollar,Developed,Канада,Canada,CAD,,Canadá (el),124,加拿大,le Canada,Канада,124.0,21.0,19.0,كندا,2,كندا,加拿大,,,Canadá,Canada,加拿大,Canada,CANADA,,Americas,كندا,Northern America,Канада,World,Ottawa,,.ca,"en-CA,fr-CA,iu",6251999.0,Canada, -ca@valencia,0.17234065555035033,0.12180455717839538,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -crh,0.11570715936761579,0.05416673025756859,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -cs,0.4680281494370627,0.4702411536576639,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -cy,0.11513057982280475,0.06678486095637325,CYP,357,CYP,cy,Yes,196.0,64,CY,CY,cy,CYP,CYP,CY,la República de Chipre,True,,Chypre,Chypre [fém.],Euro,Developed,Республика Кипр,Cyprus,EUR,,Chipre,978,塞浦路斯共和国,la République de Chypre,Кипр,196.0,145.0,142.0,قبرص,2,جمهورية قبرص,塞浦路斯,,,Chipre,the Republic of Cyprus,塞浦路斯,Cyprus,CYPRUS,,Asia,قبرص,Western Asia,Кипр,World,Nicosia,EU,.cy,"el-CY,tr-CY,en",146669.0,Cyprus,G4 -da,0.4783705450221108,0.3954362081508274,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -de,0.7501145437042147,0.7391272275892944,GER,49,DEU,gw,Yes,276.0,93,GM,DL,de,D,GER,D,la República Federal de Alemania,True,,Allemagne,Allemagne (l') [fém.],Euro,Developed,Федеративная Республика Германия,Germany,EUR,,Alemania,978,德意志联邦共和国,la République fédérale d'Allemagne,Германия,276.0,155.0,150.0,ألمانيا,2,جمهورية ألمانيا الاتحادية,德国,,,Alemania,the Federal Republic of Germany,德国,Germany,GERMANY,,Europe,ألمانيا,Western Europe,Германия,World,Berlin,EU,.de,de,2921044.0,Germany,2M -dz,0.12030435163115383,0.07598858416128687,ALG,213,DZA,ae,Yes,12.0,4,AG,AL,dz,ALG,ALG,DZ,la República Argelina Democrática y Popular,True,,Algérie,Algérie (l') [fém.],Algerian Dinar,Developing,Алжирская Народная Демократическая Республика,Algeria,DZD,,Argelia,012,阿尔及利亚民主人民共和国,la République algérienne démocratique et populaire,Алжир,12.0,15.0,2.0,الجزائر,2,الجمهورية الجزائرية الديمقراطية الشعبية,阿尔及利亚,,,Argelia,the People's Democratic Republic of Algeria,阿尔及利亚,Algeria,ALGERIA,,Africa,الجزائر,Northern Africa,Алжир,World,Algiers,AF,.dz,ar-DZ,2589581.0,Algeria,B4 -el,0.307100680054981,0.3048827638132157,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en@boldquot,0.027485340979876344,0.037783170286260805,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en@quot,0.03440429551760884,0.04381921869674262,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en@shaw,0.08188973945811819,0.05680532874800537,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en_ca,0.10708935438535076,0.07361876321630911,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -en_gb,0.27886887448584036,0.22201279618522418,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -eo,0.1971953523570263,0.13347052010574742,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -es,0.6458771988530185,0.6748241075652824,ESP,34,ESP,sp,Yes,724.0,229,SP,SP,es,E,ESP,E,el Reino de España,True,,Espagne,Espagne (l') [fém.],Euro,Developed,Королевство Испания,Spain,EUR,,España,978,西班牙王国,le Royaume d'Espagne,Испания,724.0,39.0,150.0,إسبانيا,2,مملكة إسبانيا,西班牙,,,España,the Kingdom of Spain,西班牙,Spain,SPAIN,,Europe,إسبانيا,Southern Europe,Испания,World,Madrid,EU,.es,"es-ES,ca,gl,eu,oc",2510769.0,Spain,U3 -et,0.16565851046852237,0.10644353891000106,ETH,251,ETH,et,Yes,231.0,79,ET,ET,et,ETH,ETH,ETH,la República Democrática Federal de Etiopía,True,14.0,Éthiopie,Éthiopie (l') [fém.],Ethiopian Birr,Developing,Федеративная Демократическая Республика Эфиопия,Ethiopia,ETB,,Etiopía,230,埃塞俄比亚联邦民主共和国,la République fédérale démocratique d'Éthiopie,Эфиопия,231.0,202.0,2.0,إثيوبيا,2,جمهورية إثيوبيا الديمقراطية الاتحادية,埃塞俄比亚,x,Eastern Africa,Etiopía,the Federal Democratic Republic of Ethiopia,埃塞俄比亚,Ethiopia,ETHIOPIA,x,Africa,إثيوبيا,Sub-Saharan Africa,Эфиопия,World,Addis Ababa,AF,.et,"am,en-ET,om-ET,ti-ET,so-ET,sid",337996.0,Ethiopia,H5 -eu,0.24313638680250607,0.19554032765424184,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -fa,0.13722078363337778,0.08181520653477066,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -fi,0.3665604456136196,0.30473099352729405,FIN,358,FIN,fi,Yes,246.0,84,FI,FI,fi,FIN,FIN,FIN,la República de Finlandia,True,,Finlande,Finlande (la),Euro,Developed,Финляндская Республика,Finland,EUR,,Finlandia,978,芬兰共和国,la République de Finlande,Финляндия,246.0,154.0,150.0,فنلندا,2,جمهورية فنلندا,芬兰,,,Finlandia,the Republic of Finland,芬兰,Finland,FINLAND,,Europe,فنلندا,Northern Europe,Финляндия,World,Helsinki,EU,.fi,"fi-FI,sv-FI,smn",660013.0,Finland,H9 -fr,0.7278287146909379,0.708389081357352,FRA,33,FRA,fr,Yes,250.0,85,FR,FR,fr,F,FRA,F,la República Francesa,True,,France,France (la),Euro,Developed,Французская Республика,France,EUR,,Francia,978,法兰西共和国,la République française,Франция,250.0,155.0,150.0,فرنسا,2,الجمهورية الفرنسية,法国,,,Francia,the French Republic,法国,France,FRANCE,,Europe,فرنسا,Western Europe,Франция,World,Paris,EU,.fr,"fr-FR,frp,br,co,ca,eu,oc",3017382.0,France,I0 -fur,0.1622505135161571,0.11408970895716009,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ga,0.08855644044499586,0.04935925807222909,GAB,241,GAB,go,Yes,266.0,89,GB,GO,ga,GAB,GAB,G,la República Gabonesa,True,17.0,Gabon,Gabon (le),CFA Franc BEAC,Developing,Габонская Республика,Gabon,XAF,,Gabón (el),950,加蓬共和国,la République gabonaise,Габон,266.0,202.0,2.0,غابون,0,جمهورية الغابون,加蓬,,Middle Africa,Gabón,the Gabonese Republic,加蓬,Gabon,GABON,,Africa,غابون,Sub-Saharan Africa,Габон,World,Libreville,AF,.ga,fr-GA,2400553.0,Gabon,I5 -gd,0.10892205365278586,0.06779383660020993,GRN,1-473,GRD,gd,Yes,308.0,99,GJ,GD,gd,GRD,GRN,WG,Granada,True,29.0,Grenade,Grenade (la),East Caribbean Dollar,Developing,Гренада,Grenada,XCD,x,Granada,951,格林纳达,la Grenade,Гренада,308.0,419.0,19.0,غرينادا,2,غرينادا,格林纳达,,Caribbean,Granada,Grenada,格林纳达,Grenada,GRENADA,,Americas,غرينادا,Latin America and the Caribbean,Гренада,World,St. George's,,.gd,en-GD,3580239.0,Grenada,J5 -gl,0.35515240747700116,0.2832075929232653,GRL,299,GRL,gl,Part of DK,304.0,98,GL,GL,gl,GRL,GRL,DK,,True,,Groenland,,Danish Krone,Developed,,,DKK,,,208,,,,304.0,21.0,19.0,غرينلند,2,,,,,Groenlandia,,格陵兰,Greenland,GREENLAND,,Americas,,Northern America,Гренландия,World,Nuuk,,.gl,"kl,da-GL,en",3425505.0,Greenland,J4 -gu,0.22789821311821426,0.18847410663261585,GUM,1-671,GUM,gu,Territory of US,316.0,101,GQ,GM,gu,GUM,GUM,USA,,True,,Guam,,US Dollar,Developing,,,USD,x,,840,,,,316.0,57.0,9.0,غوام,2,,,,,Guam,,关岛,Guam,GUAM,,Oceania,,Micronesia,Гуам,World,Hagatna,OC,.gu,"en-GU,ch-GU",4043988.0,Guam,GU -gv,0.014069570499719432,0.011002073911281366,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -he,0.18636904179686897,0.12764559348964824,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -hi,0.2108942645779386,0.16031266374657244,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -hr,0.2629614566870357,0.20699516878721128,CRO,385,HRV,ci,Yes,191.0,62,HR,RH,hr,HRV,CRO,HR,la República de Croacia,True,,Croatie,Croatie (la),Kuna,Developed,Республика Хорватия,Croatia,HRK,,Croacia,191,克罗地亚共和国,la République de Croatie,Хорватия,191.0,39.0,150.0,كرواتيا,2,جمهورية كرواتيا,克罗地亚,,,Croacia,the Republic of Croatia,克罗地亚,Croatia,CROATIA,,Europe,كرواتيا,Southern Europe,Хорватия,World,Zagreb,EU,.hr,"hr-HR,sr",3202326.0,Croatia,1M -hu,0.3972427142482072,0.3745029311166393,HUN,36,HUN,hu,Yes,348.0,113,HU,HU,hu,HNG,HUN,H,Hungría,True,,Hongrie,Hongrie (la),Forint,Developed,Венгрия,Hungary,HUF,,Hungría,348,匈牙利,la Hongrie,Венгрия,348.0,151.0,150.0,هنغاريا,2,هنغاريا,匈牙利,,,Hungría,Hungary,匈牙利,Hungary,HUNGARY,,Europe,هنغاريا,Eastern Europe,Венгрия,World,Budapest,EU,.hu,hu-HU,719819.0,Hungary,K5 -hy,0.04396419029184191,0.03561005719789658,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ia,0.029189339456058977,0.01841846883282715,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -id,0.449762933142513,0.3744876693001779,IDN,62,IDN,io,Yes,360.0,116,ID,ID,id,INS,INA,RI,la República de Indonesia,True,,Indonésie,Indonésie (l') [fém.],Rupiah,Developing,Республика Индонезия,Indonesia,IDR,,Indonesia,360,印度尼西亚共和国,la République d'Indonésie,Индонезия,360.0,35.0,142.0,إندونيسيا,2,جمهورية إندونيسيا,印度尼西亚,,,Indonesia,the Republic of Indonesia,印度尼西亚,Indonesia,INDONESIA,,Asia,إندونيسيا,South-eastern Asia,Индонезия,World,Jakarta,AS,.id,"id,en,nl,jv",1643084.0,Indonesia,K8 -is,0.13854897579910322,0.06643468705645346,ISL,354,ISL,ic,Yes,352.0,114,IC,IL,is,ISL,ISL,IS,la República de Islandia,True,,Islande,Islande (l') [fém.],Iceland Krona,Developed,Республика Исландия,Iceland,ISK,,Islandia,352,冰岛共和国,la République d'Islande,Исландия,352.0,154.0,150.0,آيسلندا,0,جمهورية آيسلندا,冰岛,,,Islandia,the Republic of Iceland,冰岛,Iceland,ICELAND,,Europe,آيسلندا,Northern Europe,Исландия,World,Reykjavik,EU,.is,"is,en,de,da,sv,no",2629691.0,Iceland,K6 -it,0.5191429556908916,0.4385983208610378,ITA,39,ITA,it,Yes,380.0,122,IT,IY,it,I,ITA,I,la República Italiana,True,,Italie,Italie (l') [fém.],Euro,Developed,Итальянская Республика,Italy,EUR,,Italia,978,意大利共和国,la République italienne,Италия,380.0,39.0,150.0,إيطاليا,2,جمهورية إيطاليا,意大利,,,Italia,the Republic of Italy,意大利,Italy,ITALY,,Europe,إيطاليا,Southern Europe,Италия,World,Rome,EU,.it,"it-IT,de-IT,fr-IT,sc,ca,co,sl",3175395.0,Italy,L6 -ja,0.4447950826001678,0.3942737664636845,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ka,0.10055135418972556,0.055516553135709766,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -kk,0.11433263491703947,0.06555713260992323,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -km,0.07326163841255295,0.057537048059460034,COM,269,COM,cq,Yes,174.0,58,CN,IC,km,COM,COM,KM,la Unión de las Comoras,True,14.0,Comores,Comores (les) [fém.],Comorian Franc ,Developing,Союз Коморских Островов,Comoros (the),KMF,x,Comoras (las),174,科摩罗联盟,l'Union des Comores,Коморские Острова,174.0,202.0,2.0,جزر القمر,0,اتحاد جزر القمر,科摩罗,,Eastern Africa,Comoras,the Union of the Comoros,科摩罗,Comoros,COMOROS,x,Africa,جزر القمر,Sub-Saharan Africa,Коморские Острова,World,Moroni,AF,.km,"ar,fr-KM",921929.0,Comoros,F9 -kn,0.24031526545825205,0.15739596104506137,SKN,1-869,KNA,xd,Yes,659.0,208,SC,AT,kn,KNA,SKN,KN,Saint Kitts y Nevis,True,29.0,Saint-Kitts-et-Nevis,Saint-Kitts-et-Nevis [masc.],East Caribbean Dollar,Developing,Сент-Китс и Невис,Saint Kitts and Nevis,XCD,x,Saint Kitts y Nevis,951,圣基茨和尼维斯,Saint-Kitts-et-Nevis [masc.],Сент-Китс и Невис,659.0,419.0,19.0,سانت كيتس ونيفس,2,سانت كيتس ونيفس,圣基茨和尼维斯,,Caribbean,Saint Kitts y Nevis,Saint Kitts and Nevis,圣基茨和尼维斯,Saint Kitts and Nevis,SAINT KITTS AND NEVIS,,Americas,سانت كيتس ونيفس,Latin America and the Caribbean,Сент-Китс и Невис,World,Basseterre,,.kn,en-KN,3575174.0,St. Kitts & Nevis,U7 -ko,0.3045112201349814,0.2854409053987828,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ku,0.05850223167172032,0.023592224613240134,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ky,0.054244809497088785,0.019364701453433653,CAY,1-345,CYM,cj,Territory of GB,136.0,48,CJ,GC,ky,CYM,CAY,KY,,True,29.0,Îles Caïmanes,,Cayman Islands Dollar,Developing,,,KYD,,,136,,,,136.0,419.0,19.0,جزر كايمان,2,,,,Caribbean,Islas Caimán,,开曼群岛,Cayman Islands,CAYMAN ISLANDS,,Americas,,Latin America and the Caribbean,Кайман острова,World,George Town,,.ky,en-KY,3580718.0,Cayman Islands,E9 -li,0.016504589470216064,0.012734290079649725,LIE,423,LIE,lh,Yes,438.0,146,LS, ,li,LIE,LIE,FL,el Principado de Liechtenstein,True,,Liechtenstein,Liechtenstein (le),Swiss Franc,Developed,Княжество Лихтенштейн,Liechtenstein,CHF,,Liechtenstein,756,列支敦士登公国,la Principauté du Liechtenstein,Лихтенштейн,438.0,155.0,150.0,ليختنشتاين,2,إمارة ليختنشتاين,列支敦士登,,,Liechtenstein,the Principality of Liechtenstein,列支敦士登,Liechtenstein,LIECHTENSTEIN,,Europe,ليختنشتاين,Western Europe,Лихтенштейн,World,Vaduz,EU,.li,de-LI,3042058.0,Liechtenstein,N2 -lt,0.2675329087923233,0.1892965489641466,LTU,370,LTU,li,Yes,440.0,147,LH,LT,lt,LTU,LTU,LT,la República de Lituania,True,,Lituanie,Lituanie (la),Euro,Developed,Литовская Республика,Lithuania,EUR,,Lituania,978,立陶宛共和国,la République de Lituanie,Литва,440.0,154.0,150.0,ليتوانيا,2,جمهورية ليتوانيا,立陶宛,,,Lituania,the Republic of Lithuania,立陶宛,Lithuania,LITHUANIA,,Europe,ليتوانيا,Northern Europe,Литва,World,Vilnius,EU,.lt,"lt,ru,pl",597427.0,Lithuania,1Q -lv,0.2295455832462458,0.20760648932435938,LVA,371,LVA,lv,Yes,428.0,140,LG,LV,lv,LVA,LAT,LV,la República de Letonia,True,,Lettonie,Lettonie (la),Euro,Developed,Латвийская Республика,Latvia,EUR,,Letonia,978,拉脱维亚共和国,la République de Lettonie,Латвия,428.0,154.0,150.0,لاتفيا,2,جمهورية لاتفيا,拉脱维亚,,,Letonia,the Republic of Latvia,拉脱维亚,Latvia,LATVIA,,Europe,لاتفيا,Northern Europe,Латвия,World,Riga,EU,.lv,"lv,ru,lt",458258.0,Latvia,1R -mai,0.09626304382519343,0.05651026696308506,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -mg,0.06043274354050729,0.034318737949524086,MAD,261,MDG,mg,Yes,450.0,150,MA,MG,mg,MDG,MAD,RM,la República de Madagascar,True,14.0,Madagascar,Madagascar [fém.],Malagasy Ariary,Developing,Республика Мадагаскар,Madagascar,MGA,,Madagascar,969,马达加斯加共和国,la République de Madagascar,Мадагаскар,450.0,202.0,2.0,مدغشقر,2,جمهورية مدغشقر,马达加斯加,,Eastern Africa,Madagascar,the Republic of Madagascar,马达加斯加,Madagascar,MADAGASCAR,x,Africa,مدغشقر,Sub-Saharan Africa,Мадагаскар,World,Antananarivo,AF,.mg,"fr-MG,mg",1062947.0,Madagascar,N6 -mk,0.1392851443250673,0.09205334174428996,MKD,389,MKD,xn,Yes,807.0,241,MK,MJ,mk,MKD,MKD,MK,ex República Yugoslava de Macedonia (la),True,,ex-République yougoslave de Macédoine,ex-République yougoslave de Macédoine (l') [fém.],Denar,Developed,бывшая югославская Республика Македония,the former Yugoslav Republic of Macedonia,MKD,,ex República Yugoslava de Macedonia,807,前南斯拉夫的马其顿共和国,l'ex-République yougoslave de Macédoine [fém.],бывшая югославская Республика Македония,807.0,39.0,150.0,جمهورية مقدونيا اليوغوسلافية سابقاً,2,جمهورية مقدونيا اليوغوسلافية سابقاً,前南斯拉夫的马其顿共和国,x,,ex República Yugoslava de Macedonia,the former Yugoslav Republic of Macedonia,前南斯拉夫的马其顿共和国,The former Yugoslav Republic of Macedonia,MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF),,Europe,جمهورية مقدونيا اليوغوسلافية سابقاً,Southern Europe,бывшая югославская Республика Македония,World,Skopje,EU,.mk,"mk,sq,tr,rmm,sr",718075.0,North Macedonia, -ml,0.2014888107532085,0.14357553836057568,MLI,223,MLI,ml,Yes,466.0,155,ML,MI,ml,MLI,MLI,RMM,la República de Malí,True,11.0,Mali,Mali (le),CFA Franc BCEAO,Developing,Республика Мали,Mali,XOF,,Malí,952,马里共和国,la République du Mali,Мали,466.0,202.0,2.0,مالي,0,جمهورية مالي,马里,x,Western Africa,Malí,the Republic of Mali,马里,Mali,MALI,x,Africa,مالي,Sub-Saharan Africa,Мали,World,Bamako,AF,.ml,"fr-ML,bm",2453866.0,Mali,O0 -mn,0.05926928838758501,0.037475390320956,MNG,976,MNG,mp,Yes,496.0,167,MG,MO,mn,MNG,MGL,MGL,Mongolia,True,,Mongolie,Mongolie (la),Tugrik,Developing,Монголия,Mongolia,MNT,,Mongolia,496,蒙古国,la Mongolie,Монголия,496.0,30.0,142.0,منغوليا,2,منغوليا,蒙古,x,,Mongolia,Mongolia,蒙古,Mongolia,MONGOLIA,,Asia,منغوليا,Eastern Asia,Монголия,World,Ulan Bator,AS,.mn,"mn,ru",2029969.0,Mongolia,P0 -mr,0.26969508208536463,0.2113642876886318,MTN,222,MRT,mu,Yes,478.0,159,MR,MT,mr,MTN,MTN,RIM,la República Islámica de Mauritania,True,11.0,Mauritanie,Mauritanie (la),Ouguiya,Developing,Исламская Республика Мавритания,Mauritania,MRU,,Mauritania,929,毛里塔尼亚伊斯兰共和国,la République islamique de Mauritanie,Мавритания,478.0,202.0,2.0,موريتانيا,2,الجمهورية الإسلامية الموريتانية,毛里塔尼亚,,Western Africa,Mauritania,the Islamic Republic of Mauritania,毛里塔尼亚,Mauritania,MAURITANIA,x,Africa,موريتانيا,Sub-Saharan Africa,Мавритания,World,Nouakchott,AF,.mr,"ar-MR,fuc,snk,fr,mey,wo",2378080.0,Mauritania,O3 -ms,0.11473418138574716,0.072696271199087,MSR,1-664,MSR,mj,Territory of GB,500.0,168,MH, ,ms,MSR,MNT, ,,True,29.0,Montserrat,,East Caribbean Dollar,Developing,,,XCD,x,,951,,,,500.0,419.0,19.0,مونتسيرات,2,,,,Caribbean,Montserrat,,蒙特塞拉特,Montserrat,MONTSERRAT,,Americas,,Latin America and the Caribbean,Монтсеррат,World,Plymouth,,.ms,en-MS,3578097.0,Montserrat,P1 -my,0.04272866269581825,0.03055246079832866,MAS,60,MYS,my,Yes,458.0,153,MY,MS,my,MLA,MAS,MAL,Federación de Malasia,True,,Malaisie,Malaisie (la),Malaysian Ringgit,Developing,Малайзия,Malaysia,MYR,,Malasia,458,马来西亚,la Malaisie,Малайзия,458.0,35.0,142.0,ماليزيا,2,ماليزيا,马来西亚,,,Malasia,Malaysia,马来西亚,Malaysia,MALAYSIA,,Asia,ماليزيا,South-eastern Asia,Малайзия,World,Kuala Lumpur,AS,.my,"ms-MY,en,zh,ta,te,ml,pa,th",1733045.0,Malaysia,N8 -nb,0.24171553006707885,0.176189192259885,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -nds,0.061230688446272566,0.020148989243810908,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ne,0.10456167084515236,0.05794911710391771,NIG,227,NER,ng,Yes,562.0,181,NG,NR,ne,NGR,NIG,RN,la República del Níger,True,11.0,Niger,Niger (le),CFA Franc BCEAO,Developing,Республика Нигер,Niger (the),XOF,,Níger (el),952,尼日尔共和国,la République du Niger,Нигер,562.0,202.0,2.0,النيجر,0,جمهورية النيجر,尼日尔,x,Western Africa,Níger,the Republic of the Niger,尼日尔,Niger,NIGER,x,Africa,النيجر,Sub-Saharan Africa,Нигер,World,Niamey,AF,.ne,"fr-NE,ha,kr,dje",2440476.0,Niger,Q4 -nl,0.44784786536867627,0.3793621239022091,NED,31,NLD,ne,Yes,528.0,177,NL,NL,nl,HOL,NED,NL,el Reino de los Países Bajos,True,,Pays-Bas,Pays-Bas (les),Euro,Developed,Королевство Нидерландов,Netherlands (the),EUR,,Países Bajos (los),978,荷兰王国,le Royaume des Pays-Bas,Нидерланды,528.0,155.0,150.0,هولندا,2,مملكة هولندا,荷兰,,,Países Bajos,the Kingdom of the Netherlands,荷兰,Netherlands,NETHERLANDS,,Europe,هولندا,Western Europe,Нидерланды,World,Amsterdam,EU,.nl,"nl-NL,fy-NL",2750405.0,Netherlands,P7 -nn,0.13041508579194744,0.08288353368706833,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -nso,0.022790336114986435,0.018291287028982188,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -oc,0.19873461382040578,0.1357852289357257,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -or,0.21708219862135714,0.15019068791789822,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -pa,0.2834712147810285,0.18483670704264998,PAN,507,PAN,pn,Yes,591.0,191,PM,PM,pa,PNR,PAN,PA,la República de Panamá,True,13.0,Panama,Panama (le),"Balboa,US Dollar",Developing,Республика Панама,Panama,"PAB,USD",,Panamá,"590,840",巴拿马共和国,la République du Panama,Панама,591.0,419.0,19.0,بنما,"2,2",جمهورية بنما,巴拿马,,Central America,Panamá,the Republic of Panama,巴拿马,Panama,PANAMA,,Americas,بنما,Latin America and the Caribbean,Панама,World,Panama City,,.pa,"es-PA,en",3703430.0,Panama,R1 -pl,0.5549423677856772,0.5209977158148029,POL,48,POL,pl,Yes,616.0,198,PL,PL,pl,POL,POL,PL,la República de Polonia,True,,Pologne,Pologne (la),Zloty,Developed,Республика Польша,Poland,PLN,,Polonia,985,波兰共和国,la République de Pologne,Польша,616.0,151.0,150.0,بولندا,2,جمهورية بولندا,波兰,,,Polonia,the Republic of Poland,波兰,Poland,POLAND,,Europe,بولندا,Eastern Europe,Польша,World,Warsaw,EU,.pl,pl,798544.0,Poland,R9 -ps,0.02855098353144675,0.012678330085957942,PLE,970,PSE,"gz,wj",In contention,275.0,"91,267","GZ,WE", ,ps, ,PLE, ,Estado de Palestina,True,,État de Palestine,État de Palestine *,No universal currency,Developing,Государство Палестина,State of Palestine *,,,Estado de Palestina *,,巴勒斯坦国,État de Palestine,Государство Палестина *,275.0,145.0,142.0,دولة فلسطين,,دولة فلسطين,巴勒斯坦国 *,,,Estado de Palestina,State of Palestine,巴勒斯坦国,State of Palestine,"PALESTINE, STATE OF",,Asia,دولة فلسطين *,Western Asia,Государство Палестина,World,East Jerusalem,AS,.ps,ar-PS,6254930.0,Palestine, -pt,0.3396465361469042,0.31882782466546944,POR,351,PRT,po,Yes,620.0,199,PO,PO,pt,POR,POR,P,la República Portuguesa,True,,Portugal,Portugal (le),Euro,Developed,Португальская Республика,Portugal,EUR,,Portugal,978,葡萄牙共和国,la République portugaise,Португалия,620.0,39.0,150.0,البرتغال,2,جمهورية البرتغال,葡萄牙,,,Portugal,the Portuguese Republic,葡萄牙,Portugal,PORTUGAL,,Europe,البرتغال,Southern Europe,Португалия,World,Lisbon,EU,.pt,"pt-PT,mwl",2264397.0,Portugal,S1 -pt_br,0.4743756724616343,0.48682311724296984,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -pt_pt,0.02124077858830676,0.021480158790721494,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -ro,0.2531493083619478,0.20128301003718796,ROU,40,ROU,rm,Yes,642.0,203,RO,RO,ro,ROU,ROU,RO,Rumania,True,,Roumanie,Roumanie (la),Romanian Leu,Developed,Румыния,Romania,RON,,Rumania,946,罗马尼亚,la Roumanie,Румыния,642.0,151.0,150.0,رومانيا,2,رومانيا,罗马尼亚,,,Rumania,Romania,罗马尼亚,Romania,ROMANIA,,Europe,رومانيا,Eastern Europe,Румыния,World,Bucharest,EU,.ro,"ro,hu,rom",798549.0,Romania,S5 -ru,0.5654289082569279,0.574721853394991,RUS,7,RUS,ru,Yes,643.0,204,RS,RS,ru,RUS,RUS,RUS,la Federación de Rusia,True,,Fédération de Russie,Fédération de Russie (la),Russian Ruble,Developed,Российская Федерация,Russian Federation (the),RUB,,Federación de Rusia (la),643,俄罗斯联邦,la Fédération de Russie,Российская Федерация,643.0,151.0,150.0,الاتحاد الروسي,2,الاتحاد الروسي,俄罗斯联邦,,,Federación de Rusia,the Russian Federation,俄罗斯联邦,Russian Federation,RUSSIAN FEDERATION,,Europe,الاتحاد الروسي,Eastern Europe,Российская Федерация,World,Moscow,EU,.ru,"ru,tt,xal,cau,ady,kv,ce,tyv,cv,udm,tut,mns,bua,myv,mdf,chm,ba,inh,tut,kbd,krc,av,sah,nog",2017370.0,Russia,1Z -si,0.06387162868277314,0.027053265435207655,SVN,386,SVN,xv,Yes,705.0,224,SI,LJ,si,SVN,SLO,SLO,la República de Eslovenia,True,,Slovénie,Slovénie (la),Euro,Developed,Республика Словения,Slovenia,EUR,,Eslovenia,978,斯洛文尼亚共和国,la République de Slovénie,Словения,705.0,39.0,150.0,سلوفينيا,2,جمهورية سلوفينيا,斯洛文尼亚,,,Eslovenia,the Republic of Slovenia,斯洛文尼亚,Slovenia,SLOVENIA,,Europe,سلوفينيا,Southern Europe,Словения,World,Ljubljana,EU,.si,"sl,sh",3190538.0,Slovenia,2A -sk,0.30464506895788396,0.22793777248701474,SVK,421,SVK,xo,Yes,703.0,223,LO,SQ,sk,SVK,SVK,SK,la República Eslovaca,True,,Slovaquie,Slovaquie (la),Euro,Developed,Словацкая Республика,Slovakia,EUR,,Eslovaquia,978,斯洛伐克共和国,la République slovaque,Словакия,703.0,151.0,150.0,سلوفاكيا,2,الجمهورية السلوفاكية,斯洛伐克,,,Eslovaquia,the Slovak Republic,斯洛伐克,Slovakia,SLOVAKIA,,Europe,سلوفاكيا,Eastern Europe,Словакия,World,Bratislava,EU,.sk,"sk,hu",3057568.0,Slovakia,2B -sl,0.31261422195223654,0.2824495893723493,SLE,232,SLE,sl,Yes,694.0,221,SL,SL,sl,SRL,SLE,WAL,la República de Sierra Leona,True,11.0,Sierra Leone,Sierra Leone (la),Leone,Developing,Республика Сьерра-Леоне,Sierra Leone,SLL,,Sierra Leona,694,塞拉利昂共和国,la République de Sierra Leone,Сьерра-Леоне,694.0,202.0,2.0,سيراليون,2,جمهورية سيراليون,塞拉利昂,,Western Africa,Sierra Leona,the Republic of Sierra Leone,塞拉利昂,Sierra Leone,SIERRA LEONE,x,Africa,سيراليون,Sub-Saharan Africa,Сьерра-Леоне,World,Freetown,AF,.sl,"en-SL,men,tem",2403846.0,Sierra Leone,T8 -sq,0.12152443513222719,0.07929446318256354,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -sr,0.39170858022435123,0.3571485500426483,SUR,597,SUR,sr,Yes,740.0,233,NS,SM,sr,SUR,SUR,SME,la República de Suriname,True,5.0,Suriname,Suriname (le),Surinam Dollar,Developing,Республика Суринам,Suriname,SRD,x,Suriname,968,苏里南共和国,la République du Suriname,Суринам,740.0,419.0,19.0,سورينام,2,جمهورية سورينام,苏里南,,South America,Suriname,the Republic of Suriname,苏里南,Suriname,SURINAME,,Americas,سورينام,Latin America and the Caribbean,Суринам,World,Paramaribo,SA,.sr,"nl-SR,en,srn,hns,jv",3382998.0,Suriname,V3 -sr@ije,0.019948622644132018,0.017949591915985396,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -sr@latin,0.26122142198930237,0.21591993990235828,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -sv,0.7254245839103419,0.7140986964712984,SLV,503,SLV,es,Yes,222.0,75,ES,ES,sv,SLV,ESA,ES,la República de El Salvador,True,13.0,El Salvador,El Salvador [masc.],"El Salvador Colon,US Dollar",Developing,Республика Эль-Сальвадор,El Salvador,"SVC,USD",,El Salvador,"222,840",萨尔瓦多共和国,la République d'El Salvador,Сальвадор,222.0,419.0,19.0,السلفادور,"2,2",جمهورية السلفادور,萨尔瓦多,,Central America,El Salvador,the Republic of El Salvador,萨尔瓦多,El Salvador,EL SALVADOR,,Americas,السلفادور,Latin America and the Caribbean,Сальвадор,World,San Salvador,,.sv,es-SV,3585968.0,El Salvador,H3 -ta,0.2735046255064376,0.21766572212980345,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -te,0.22506679571066002,0.1732487489549895,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -tg,0.07147012339831865,0.04719971104294166,TOG,228,TGO,tg,Yes,768.0,243,TO,TG,tg,TGO,TOG,TG,la República Togolesa,True,11.0,Togo,Togo (le),CFA Franc BCEAO,Developing,Тоголезская Республика,Togo,XOF,,Togo (el),952,多哥共和国,la République togolaise,Того,768.0,202.0,2.0,توغو,0,جمهورية توغو,多哥,,Western Africa,Togo,the Togolese Republic,多哥,Togo,TOGO,x,Africa,توغو,Sub-Saharan Africa,Того,World,Lome,AF,.tg,"fr-TG,ee,hna,kbp,dag,ha",2363686.0,Togo,W2 -th,0.1491178847767556,0.09526595410941366,THA,66,THA,th,Yes,764.0,240,TH,TH,th,THA,THA,T,el Reino de Tailandia,True,,Thaïlande,Thaïlande (la),Baht,Developing,Королевство Таиланд,Thailand,THB,,Tailandia,764,泰王国,le Royaume de Thaïlande,Таиланд,764.0,35.0,142.0,تايلند,2,مملكة تايلند,泰国,,,Tailandia,the Kingdom of Thailand,泰国,Thailand,THAILAND,,Asia,تايلند,South-eastern Asia,Таиланд,World,Bangkok,AS,.th,"th,en",1605651.0,Thailand,W1 -tk,0.016612698134868133,0.01031190065574938,TKL,690,TKL,tl,Territory of NZ,772.0,244,TL,TK,tk,TKL, ,NZ,,True,,Tokélaou,,New Zealand Dollar,Developing,,,NZD,,,554,,,,772.0,61.0,9.0,توكيلاو,2,,,,,Tokelau,,托克劳,Tokelau,TOKELAU,,Oceania,,Polynesia,Токелау,World,,OC,.tk,"tkl,en-TK",4031074.0,Tokelau,W3 -tr,0.4212685779592173,0.3225169448556656,TUR,90,TUR,tu,Yes,792.0,249,TU,TU,tr,TUR,TUR,TR,la República de Turquía,True,,Turquie,Turquie (la),Turkish Lira,Developing,Турецкая Республика,Turkey,TRY,,Turquía,949,土耳其共和国,la République turque,Турция,792.0,145.0,142.0,تركيا,2,جمهورية تركيا,土耳其,,,Turquía,the Republic of Turkey,土耳其,Turkey,TURKEY,,Asia,تركيا,Western Asia,Турция,World,Ankara,AS,.tr,"tr-TR,ku,diq,az,av",298795.0,Turkey,W8 -ug,0.14724914928776983,0.09556101589433397,UGA,256,UGA,ug,Yes,800.0,253,UG,UG,ug,UGA,UGA,EAU,la República de Uganda,True,14.0,Ouganda,Ouganda (l') [masc.],Uganda Shilling,Developing,Республика Уганда,Uganda,UGX,,Uganda,800,乌干达共和国,la République de l'Ouganda,Уганда,800.0,202.0,2.0,أوغندا,0,جمهورية أوغندا,乌干达,x,Eastern Africa,Uganda,the Republic of Uganda,乌干达,Uganda,UGANDA,x,Africa,أوغندا,Sub-Saharan Africa,Уганда,World,Kampala,AF,.ug,"en-UG,lg,sw,ar",226074.0,Uganda,W9 -uk,0.628461407780735,0.5354074141904369,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -uz,0.02528198343363415,0.013028503985877732,UZB,998,UZB,uz,Yes,860.0,261,UZ,UZ,uz,UZB,UZB,UZ,la República de Uzbekistán,True,,Ouzbékistan,Ouzbékistan (l') [masc.],Uzbekistan Sum,Developing,Республика Узбекистан,Uzbekistan,UZS,,Uzbekistán,860,乌兹别克斯坦共和国,la République d'Ouzbékistan,Узбекистан,860.0,143.0,142.0,أوزبكستان,2,جمهورية أوزبكستان,乌兹别克斯坦,x,,Uzbekistán,the Republic of Uzbekistan,乌兹别克斯坦,Uzbekistan,UZBEKISTAN,,Asia,أوزبكستان,Central Asia,Узбекистан,World,Tashkent,AS,.uz,"uz,ru,tg",1512440.0,Uzbekistan,2K -uz@cyrillic,0.02553938501613908,0.01374072208740951,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -vi,0.4402699627797312,0.3770541981017692,VIR,1-340,VIR,vi,Territory of US,850.0,258,VQ,VI,vi,VIR,ISV,USA,,True,29.0,Îles Vierges américaines,,US Dollar,Developing,,,USD,x,,840,,,,850.0,419.0,19.0,جزر فرجن التابعة للولايات المتحدة,2,,,,Caribbean,Islas Vírgenes de los Estados Unidos,,美属维尔京群岛,United States Virgin Islands,VIRGIN ISLANDS (U.S.),,Americas,,Latin America and the Caribbean,Виргинские oстрова Coeдинeнныx Штaтoв,World,Charlotte Amalie,,.vi,en-VI,4796775.0,U.S. Virgin Islands, -wa,0.0334622057256408,0.016363210882692592,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -xh,0.053127686629017394,0.04168680378560879,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zh_cn,0.5293412063897369,0.5232607040445509,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zh_hk,0.1756353958064134,0.12884873335402158,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zh_tw,0.33623853919453894,0.28640409559323526,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -zu,0.019768441536378564,0.014196032945174467,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/results/f31/4.2.cldr_and_results_full.csv b/results/f31/4.2.cldr_and_results_full.csv deleted file mode 100644 index ce9d9e2..0000000 --- a/results/f31/4.2.cldr_and_results_full.csv +++ /dev/null @@ -1,337 +0,0 @@ -territory,population,officialstatus,language,language_population,message_progress_percentage,words_progress_percentage -af,34940837,official,ps,0.43,0.02855098353144675,0.012678330085957942 -af,34940837,official,fa,0.5,0.13722078363337778,0.08181520653477066 -af,34940837,official_regional,tk,0.016685347291480166,0.016612698134868133,0.01031190065574938 -af,34940837,official_regional,uz_Arab,0.047,, -ax,26200,official,sv,0.99,0.7254245839103419,0.7140986964712984 -al,3057220,official,sq,1.0,0.12152443513222719,0.07929446318256354 -dz,41657488,official,ar,0.74,0.16253365525691252,0.10852508109959692 -dz,41657488,official,fr,0.2,0.7278287146909379,0.708389081357352 -as,50826,official,sm,0.99,, -ad,85708,official,ca,0.51,0.4470756606211615,0.4248575987736283 -ao,30355880,official,pt,0.67,0.3396465361469042,0.31882782466546944 -ar,44694198,official,es,1.0,0.6458771988530185,0.6748241075652824 -am,3038217,official,hy,0.98,0.04396419029184191,0.03561005719789658 -aw,116576,official,nl,0.97,0.44784786536867627,0.3793621239022091 -aw,116576,official,pap,0.61,, -at,8793370,official_regional,hr,0.012395702671444509,0.2629614566870357,0.20699516878721128 -at,8793370,official,de,0.97,0.7501145437042147,0.7391272275892944 -az,10046516,official,az,0.89,0.06477253422154039,0.04206156616760527 -az,10046516,official,az_Cyrl,0.099,, -bh,1442659,official,ar,0.87,0.16253365525691252,0.10852508109959692 -bd,159453001,official,bn,0.98,0.15041518875258045,0.09497343596057024 -by,9527543,official,be,1.0,0.18177184953333092,0.11300103271624722 -by,9527543,official,ru,0.12,0.5654289082569279,0.574721853394991 -be,11570762,official,nl,0.55,0.44784786536867627,0.3793621239022091 -be,11570762,official,fr,0.38,0.7278287146909379,0.708389081357352 -be,11570762,official,de,0.22,0.7501145437042147,0.7391272275892944 -bj,11340504,official,fr,0.35,0.7278287146909379,0.708389081357352 -bt,766397,official,dz,0.47,0.12030435163115383,0.07598858416128687 -bo,11306341,official,ay,0.2,, -bo,11306341,official,qu,0.32,, -bo,11306341,official,es,0.61,0.6458771988530185,0.6748241075652824 -ba,3849891,official,bs,0.99,0.21066260315368418,0.1563445914666097 -ba,3849891,official,bs_Cyrl,0.99,, -ba,3849891,official,hr,0.12,0.2629614566870357,0.20699516878721128 -ba,3849891,official,sr,0.1,0.39170858022435123,0.3571485500426483 -ba,3849891,official,sr_Latn,0.1,, -bw,2249104,official,tn,0.62,, -br,208846892,official,pt,0.91,0.4743756724616343,0.48682311724296984 -bn,450565,official,ms,0.93,0.11473418138574716,0.072696271199087 -bn,450565,official,ms_Arab,0.05,, -bg,7057504,official,bg,1.0,0.2899886228500533,0.24302323018041164 -bf,19742715,official,fr,0.22,0.7278287146909379,0.708389081357352 -bi,11844520,official,fr,0.59,0.7278287146909379,0.708389081357352 -bi,11844520,official,rn,0.63,, -kh,16449519,official,km,0.89,0.07326163841255295,0.057537048059460034 -cm,25640965,official,fr,0.68,0.7278287146909379,0.708389081357352 -ca,35881659,official,fr,0.22,0.7278287146909379,0.708389081357352 -ic,2098593,official,es,0.98,0.6458771988530185,0.6748241075652824 -cv,568373,recognized,kea,0.91,, -cv,568373,official,pt,0.76,0.3396465361469042,0.31882782466546944 -bq,20000,official,nl,0.08,0.44784786536867627,0.3793621239022091 -bq,20000,recognized,pap,0.81,, -cf,5745062,official,fr,0.49,0.7278287146909379,0.708389081357352 -cf,5745062,official,sg,0.49,, -ea,150000,official,es,0.98,0.6458771988530185,0.6748241075652824 -td,15833116,official,ar,0.17,0.16253365525691252,0.10852508109959692 -td,15833116,official,fr,0.26,0.7278287146909379,0.708389081357352 -cl,17925262,official,es,0.98,0.6458771988530185,0.6748241075652824 -cn,1384688986,official,zh,0.9,0.5293412063897369,0.5232607040445509 -co,48168996,official,es,0.93,0.6458771988530185,0.6748241075652824 -km,821164,official,ar,0.66,0.16253365525691252,0.10852508109959692 -km,821164,official,fr,0.56,0.7278287146909379,0.708389081357352 -km,821164,official,wni,0.34,, -km,821164,official,zdj,0.37,, -cg,5062021,official,fr,0.84,0.7278287146909379,0.708389081357352 -cg,5062021,recognized,ln,0.023903496251793502,, -cd,85281024,official,fr,0.038,0.7278287146909379,0.708389081357352 -cd,85281024,official_regional,kg,0.015243719399992195,, -cd,85281024,official_regional,ln,0.031,, -cd,85281024,official_regional,lua,0.096,, -cd,85281024,official_regional,sw,0.5,, -cr,4987142,official,es,0.95,0.6458771988530185,0.6748241075652824 -ci,26260582,official,fr,0.49,0.7278287146909379,0.708389081357352 -hr,4270480,official,hr,0.99,0.2629614566870357,0.20699516878721128 -hr,4270480,official_regional,it,0.015525186864240086,0.5191429556908916,0.4385983208610378 -cu,11116396,official,es,1.0,0.6458771988530185,0.6748241075652824 -cw,150241,official,nl,0.08,0.44784786536867627,0.3793621239022091 -cw,150241,de_facto_official,pap,0.81,, -cy,1237088,official,el,0.95,0.307100680054981,0.3048827638132157 -cy,1237088,official,tr,0.23,0.4212685779592173,0.3225169448556656 -cz,10686269,official,cs,0.98,0.4680281494370627,0.4702411536576639 -dk,5809502,official,da,0.93,0.4783705450221108,0.3954362081508274 -dk,5809502,official_regional,de,0.47,0.7501145437042147,0.7391272275892944 -dj,884017,official,ar,0.073,0.16253365525691252,0.10852508109959692 -dj,884017,official,fr,0.0214927993466189,0.7278287146909379,0.708389081357352 -do,10298756,official,es,0.78,0.6458771988530185,0.6748241075652824 -ec,16498502,official,qu,0.17,, -ec,16498502,official,es,0.96,0.6458771988530185,0.6748241075652824 -eg,99413317,official,ar,0.94,0.16253365525691252,0.10852508109959692 -sv,6187271,official,es,0.89,0.6458771988530185,0.6748241075652824 -gq,797457,official,fr,0.08800000000000001,0.7278287146909379,0.708389081357352 -gq,797457,official,es,0.87,0.6458771988530185,0.6748241075652824 -er,5970646,official,ar,0.049,0.16253365525691252,0.10852508109959692 -er,5970646,de_facto_official,ti,0.6,, -ee,1244288,official,et,0.71,0.16565851046852237,0.10644353891000106 -sz,1087200,official,ss,0.58,, -et,108386391,official,am,0.33,, -fo,51018,official,fo,0.95,, -fj,926276,official,hif,0.41,, -fj,926276,official,fj,0.39,, -fi,5537364,official,fi,0.94,0.3665604456136196,0.30473099352729405 -fi,5537364,official,sv,0.44,0.7254245839103419,0.7140986964712984 -fr,67364357,official,fr,0.99,0.7278287146909379,0.708389081357352 -gf,199509,official,fr,0.77,0.7278287146909379,0.708389081357352 -pf,290373,official,fr,0.61,0.7278287146909379,0.708389081357352 -pf,290373,official,ty,0.31,, -ga,2119036,official,fr,0.63,0.7278287146909379,0.708389081357352 -ge,4926087,official_regional,ab,0.022330096890290408,, -ge,4926087,official,ka,0.86,0.10055135418972556,0.055516553135709766 -ge,4926087,official_regional,os,0.022127096009469584,, -de,80457737,official,de,0.91,0.7501145437042147,0.7391272275892944 -gh,28102471,official_regional,ak,0.39,, -gh,28102471,official_regional,ee,0.11,, -gh,28102471,official_regional,gaa,0.028467247595416075,, -gr,10761523,official,el,0.99,0.307100680054981,0.3048827638132157 -gl,57691,official,kl,0.84,, -gp,452776,official,fr,0.9,0.7278287146909379,0.708389081357352 -gu,167772,official,ch,0.22,, -gt,16581273,official_regional,quc,0.07,, -gt,16581273,official,es,0.93,0.6458771988530185,0.6748241075652824 -gn,11855411,official,fr,0.29,0.7278287146909379,0.708389081357352 -gw,1833247,official,pt,1.0,0.3396465361469042,0.31882782466546944 -ht,10788440,official,fr,0.047,0.7278287146909379,0.708389081357352 -ht,10788440,official,ht,0.81,, -hn,9182766,official,es,0.78,0.6458771988530185,0.6748241075652824 -hk,7213338,official,zh_Hant,0.95,, -hu,9825704,official,hu,1.0,0.3972427142482072,0.3745029311166393 -is,343518,official,is,1.0,0.13854897579910322,0.06643468705645346 -in,1296834042,official_regional,as,0.013031736870460716,0.2335816400599231,0.1924718546668091 -in,1296834042,official_regional,bn,0.081,0.1782660399796138,0.12891910728548245 -in,1296834042,official_regional,gu,0.045,0.22789821311821426,0.18847410663261585 -in,1296834042,official,hi,0.41,0.2108942645779386,0.16031266374657244 -in,1296834042,official_regional,kn,0.037000000000000005,0.24031526545825205,0.15739596104506137 -in,1296834042,official_regional,mai,0.011952184703676988,0.09626304382519343,0.05651026696308506 -in,1296834042,official_regional,ml,0.032,0.2014888107532085,0.14357553836057568 -in,1296834042,official_regional,mr,0.07,0.26969508208536463,0.2113642876886318 -in,1296834042,official_regional,or,0.032,0.21708219862135714,0.15019068791789822 -in,1296834042,official_regional,pa,0.027991245467320944,0.2834712147810285,0.18483670704264998 -in,1296834042,official_regional,ta,0.059000000000000004,0.2735046255064376,0.21766572212980345 -in,1296834042,official_regional,te,0.07200000000000001,0.22506679571066002,0.1732487489549895 -in,1296834042,official_regional,ur,0.05,, -id,262787403,official,id,0.64,0.449762933142513,0.3744876693001779 -ir,83024745,official,fa,0.75,0.13722078363337778,0.08181520653477066 -iq,40194216,official,ar,0.68,0.16253365525691252,0.10852508109959692 -iq,40194216,official_regional,az_Arab,0.018410609128437783,, -iq,40194216,official_regional,ckb,0.2,, -ie,5068050,official,ga,0.22,0.08855644044499586,0.04935925807222909 -im,89407,official,gv,0.018902323084322256,0.014069570499719432,0.011002073911281366 -il,8424904,official,ar,0.2,0.16253365525691252,0.10852508109959692 -il,8424904,official,he,1.0,0.18636904179686897,0.12764559348964824 -it,62246674,official_regional,fr,0.063,0.7278287146909379,0.708389081357352 -it,62246674,recognized,de,0.016000854921180207,0.7501145437042147,0.7391272275892944 -it,62246674,official,it,0.95,0.5191429556908916,0.4385983208610378 -it,62246674,recognized,sc,0.017029022305673713,, -jp,126168156,official,ja,0.95,0.4447950826001678,0.3942737664636845 -jo,10458413,official,ar,1.0,0.16253365525691252,0.10852508109959692 -kz,18744548,official,kk,0.64,0.11433263491703947,0.06555713260992323 -kz,18744548,official,ru,0.72,0.5654289082569279,0.574721853394991 -ke,48397527,official,sw,0.66,, -ki,109367,official,gil,0.6,, -xk,1907592,official,sq,0.92,0.12152443513222719,0.07929446318256354 -xk,1907592,official,sr,0.05,0.39170858022435123,0.3571485500426483 -xk,1907592,official,sr_Latn,0.05,, -kw,2916467,official,ar,1.0,0.16253365525691252,0.10852508109959692 -kg,5849296,official,ky,0.48,0.054244809497088785,0.019364701453433653 -kg,5849296,official,ru,0.36,0.5654289082569279,0.574721853394991 -la,7234171,official,lo,0.69,, -lv,1923559,official,lv,0.61,0.2295455832462458,0.20760648932435938 -lb,6100075,official,ar,0.86,0.16253365525691252,0.10852508109959692 -ls,1962461,official,st,0.98,, -ly,6754507,official,ar,0.74,0.16253365525691252,0.10852508109959692 -li,38547,official,de,1.0,0.7501145437042147,0.7391272275892944 -li,38547,de_facto_official,gsw,0.85,, -lt,2793284,official,lt,0.86,0.2675329087923233,0.1892965489641466 -lu,605764,official,fr,0.87,0.7278287146909379,0.708389081357352 -lu,605764,official,de,0.63,0.7501145437042147,0.7391272275892944 -lu,605764,official,lb,0.67,, -mo,606340,official,zh_Hant,0.98,, -mo,606340,official,pt,0.05,0.3396465361469042,0.31882782466546944 -mg,25683610,official,fr,0.69,0.7278287146909379,0.708389081357352 -mg,25683610,official,mg,0.9,0.06043274354050729,0.034318737949524086 -mw,19842560,official,ny,0.63,, -my,31809660,official,ms,0.75,0.11473418138574716,0.072696271199087 -mv,392473,official,dv,0.94,, -ml,18429893,official,fr,0.46,0.7278287146909379,0.708389081357352 -mt,449043,official,mt,1.0,, -mh,75684,official,mh,0.73,, -mq,436131,official,fr,0.98,0.7278287146909379,0.708389081357352 -mr,3840429,official,ar,0.85,0.16253365525691252,0.10852508109959692 -mu,1364283,official,fr,0.03,0.7278287146909379,0.708389081357352 -yt,194000,official,fr,0.57,0.7278287146909379,0.708389081357352 -mx,125959205,de_facto_official,es,0.83,0.6458771988530185,0.6748241075652824 -md,3437720,recognized,gag,0.033,, -md,3437720,official,ro,0.63,0.2531493083619478,0.20128301003718796 -md,3437720,recognized,ru,0.029961718813632292,0.5654289082569279,0.574721853394991 -md,3437720,recognized,uk,0.14,0.628461407780735,0.5354074141904369 -mc,30727,official,fr,0.99,0.7278287146909379,0.708389081357352 -mn,3103428,official,mn,0.93,0.05926928838758501,0.037475390320956 -me,614249,official,sr_Latn,1.0,, -ma,34314130,official,ar,0.62,0.16253365525691252,0.10852508109959692 -ma,34314130,official,tzm,0.098,, -ma,34314130,de_facto_official,fr,0.2,0.7278287146909379,0.708389081357352 -mz,27233789,official,pt,0.27,0.3396465361469042,0.31882782466546944 -mm,55622506,official,my,0.64,0.04272866269581825,0.03055246079832866 -nr,9692,official,na,0.7108955839867932,, -np,29717587,official,ne,0.44,0.10456167084515236,0.05794911710391771 -nl,17151228,official,nl,1.0,0.44784786536867627,0.3793621239022091 -nl,17151228,official_regional,fy,0.043,, -nc,282754,official,fr,0.96,0.7278287146909379,0.708389081357352 -nz,4545627,official,mi,0.02837892330364986,, -ni,6085213,official,es,0.78,0.6458771988530185,0.6748241075652824 -ne,19866231,official,fr,0.29,0.7278287146909379,0.708389081357352 -ng,203452505,official,yo,0.13,, -nu,1618,official,niu,0.6983930778739185,, -kp,25381085,official,ko,0.88,0.3045112201349814,0.2854409053987828 -mk,2118945,official_regional,sq,0.25,0.12152443513222719,0.07929446318256354 -mk,2118945,official,mk,0.67,0.1392851443250673,0.09205334174428996 -no,5372191,official,nb,1.0,0.24171553006707885,0.176189192259885 -no,5372191,official,nn,0.25,0.13041508579194744,0.08288353368706833 -om,3494116,official,ar,0.81,0.16253365525691252,0.10852508109959692 -pk,207862518,official,ur,0.95,, -pw,21516,official,pau,0.74,, -ps,4635207,official,ar,1.0,0.16253365525691252,0.10852508109959692 -pa,3800644,official,es,0.69,0.6458771988530185,0.6748241075652824 -pg,7027332,official,ho,0.02148752897970382,, -pg,7027332,official,tpi,0.71,, -py,7025763,official,gn,0.8,, -py,7025763,official,es,0.032,0.6458771988530185,0.6748241075652824 -pe,31331228,official,qu,0.15,, -pe,31331228,official,es,0.73,0.6458771988530185,0.6748241075652824 -ph,105893381,official_regional,ceb,0.24,, -ph,105893381,official,fil,0.6,, -ph,105893381,official_regional,hil,0.084,, -ph,105893381,official_regional,ilo,0.096,, -ph,105893381,official_regional,mdh,0.01208762991522577,, -ph,105893381,official_regional,pag,0.013976322089479794,, -ph,105893381,official_regional,tsg,0.010859980001960652,, -ph,105893381,official_regional,war,0.029369163309650108,, -pl,38420687,official_regional,de,0.19,0.7501145437042147,0.7391272275892944 -pl,38420687,official,pl,0.96,0.5549423677856772,0.5209977158148029 -pt,10355493,official,pt,0.96,0.3396465361469042,0.31882782466546944 -pr,3294626,official,es,0.87,0.6458771988530185,0.6748241075652824 -qa,2363569,official,ar,0.89,0.16253365525691252,0.10852508109959692 -re,787584,official,fr,0.89,0.7278287146909379,0.708389081357352 -ro,21457116,official,ro,0.9,0.2531493083619478,0.20128301003718796 -ru,142122776,official_regional,ba,0.012594744138687525,, -ru,142122776,official,ru,0.94,0.5654289082569279,0.574721853394991 -ru,142122776,official_regional,tt,0.014213063217960223,, -rw,12187400,official,rw,0.77,, -ws,201316,official,sm,1.0,, -sm,33779,official,it,0.89,0.5191429556908916,0.4385983208610378 -st,204454,official,pt,0.85,0.3396465361469042,0.31882782466546944 -sa,33091113,official,ar,1.0,0.16253365525691252,0.10852508109959692 -sn,15020945,official,fr,0.39,0.7278287146909379,0.708389081357352 -sn,15020945,official_regional,ff,0.21,, -sn,15020945,official_regional,dyo,0.026429761909120896,, -sn,15020945,official_regional,sav,0.014646215667522916,, -sn,15020945,official_regional,srr,0.11,, -sn,15020945,de_facto_official,wo,0.7,, -rs,7078110,official_regional,hu,0.048,0.3972427142482072,0.3745029311166393 -rs,7078110,official_regional,ro,0.021192097890538577,0.2531493083619478,0.20128301003718796 -rs,7078110,official,sr,0.99,0.39170858022435123,0.3571485500426483 -rs,7078110,official,sr_Latn,0.99,, -sc,94633,official,fr,0.6,0.7278287146909379,0.708389081357352 -sg,5995991,official,zh,0.77,, -sg,5995991,official,ms,0.14,0.11473418138574716,0.072696271199087 -sg,5995991,official,ta,0.02084726277941378,0.2735046255064376,0.21766572212980345 -sx,42677,official,nl,0.037256601916723295,0.44784786536867627,0.3793621239022091 -sk,5445040,official,sk,0.9,0.30464506895788396,0.22793777248701474 -si,2102126,official,sl,0.87,0.31261422195223654,0.2824495893723493 -so,11259029,official,ar,0.34,0.16253365525691252,0.10852508109959692 -so,11259029,official,so,0.78,, -za,55380210,official_regional,af,0.13,0.09524373355847392,0.06171624213380543 -za,55380210,official_regional,nso,0.094,0.022790336114986435,0.018291287028982188 -za,55380210,official_regional,nr,0.01599849476916032,, -za,55380210,official_regional,st,0.079,, -za,55380210,official_regional,ss,0.027085487758172096,, -za,55380210,official_regional,ts,0.044000000000000004,, -za,55380210,official_regional,tn,0.08199999999999999,, -za,55380210,official_regional,ve,0.022932379635252378,, -za,55380210,official_regional,xh,0.18,0.053127686629017394,0.04168680378560879 -za,55380210,official_regional,zu,0.24,0.019768441536378564,0.014196032945174467 -kr,51418097,official,ko,1.0,0.3045112201349814,0.2854409053987828 -es,49331076,official_regional,ast,0.013297905766336823,0.18613223234096443,0.10503606028078351 -es,49331076,official_regional,eu,0.019987401045134308,0.24313638680250607,0.19554032765424184 -es,49331076,official_regional,ca,0.17,0.4470756606211615,0.4248575987736283 -es,49331076,official_regional,gl,0.07,0.35515240747700116,0.2832075929232653 -es,49331076,official,es,0.99,0.6458771988530185,0.6748241075652824 -lk,22576592,official,si,0.68,0.06387162868277314,0.027053265435207655 -lk,22576592,official,ta,0.15,0.2735046255064376,0.21766572212980345 -bl,7160,official,fr,0.9567039106145251,0.7278287146909379,0.708389081357352 -mf,32284,official,fr,1.0,0.7278287146909379,0.708389081357352 -pm,5471,official,fr,0.9340157192469384,0.7278287146909379,0.708389081357352 -sd,43120843,official,ar,0.61,0.16253365525691252,0.10852508109959692 -sr,597927,official,nl,0.9,0.44784786536867627,0.3793621239022091 -sj,2583,official,nb,0.5807200929152149,0.24171553006707885,0.176189192259885 -se,10040995,official_regional,fi,0.02200977094401501,0.3665604456136196,0.30473099352729405 -se,10040995,official,sv,0.95,0.7254245839103419,0.7140986964712984 -ch,8292809,official,fr,0.21,0.7278287146909379,0.708389081357352 -ch,8292809,official,de,0.73,0.7501145437042147,0.7391272275892944 -ch,8292809,official,it,0.043,0.5191429556908916,0.4385983208610378 -ch,8292809,de_facto_official,gsw,0.65,, -sy,19454263,official,ar,0.8,0.16253365525691252,0.10852508109959692 -sy,19454263,official,fr,0.059000000000000004,0.7278287146909379,0.708389081357352 -tw,23545963,official,zh_Hant,0.95,, -tj,8604882,official,tg,1.0,0.07147012339831865,0.04719971104294166 -tz,55451343,official,sw,0.9,, -th,68615858,official,th,0.8,0.1491178847767556,0.09526595410941366 -tl,1321929,official,pt,0.59,0.3396465361469042,0.31882782466546944 -tl,1321929,official,tet,0.59,, -tg,8176449,official,fr,0.61,0.7278287146909379,0.708389081357352 -tk,1285,official,tkl,1.0,, -to,106398,official,to,0.95,, -tn,11516189,official,ar,0.9,0.16253365525691252,0.10852508109959692 -tn,11516189,official,fr,0.74,0.7278287146909379,0.708389081357352 -tr,81257239,official,tr,0.93,0.4212685779592173,0.3225169448556656 -tm,5411012,official,tk,0.7,0.016612698134868133,0.01031190065574938 -tv,11147,official,tvl,0.8899255405041715,, -ug,40853749,official,sw,0.75,, -ua,43952299,de_facto_official,ru,0.46,0.5654289082569279,0.574721853394991 -ua,43952299,official,uk,0.65,0.628461407780735,0.5354074141904369 -ae,9701315,official,ar,0.78,0.16253365525691252,0.10852508109959692 -us,329256465,official_regional,es,0.096,0.6458771988530185,0.6748241075652824 -uy,3369299,official,es,0.88,0.6458771988530185,0.6748241075652824 -uz,30023709,official,uz,0.85,0.02528198343363415,0.013028503985877732 -uz,30023709,official,uz_Cyrl,0.15,, -vu,288037,official,bi,0.9,, -vu,288037,official,fr,0.5,0.7278287146909379,0.708389081357352 -va,1000,de_facto_official,it,0.824,0.5191429556908916,0.4385983208610378 -ve,31689176,official,es,0.82,0.6458771988530185,0.6748241075652824 -vn,97040334,official,vi,0.86,0.4402699627797312,0.3770541981017692 -wf,15763,official,fr,0.4834105183023536,0.7278287146909379,0.708389081357352 -eh,619551,official,ar,1.0,0.16253365525691252,0.10852508109959692 -ye,28667230,official,ar,0.74,0.16253365525691252,0.10852508109959692 -zw,14030368,official,nd,0.12,, -zw,14030368,official,sn,0.81,, diff --git a/results/f31/4.3.cldr_and_results_grouped.csv b/results/f31/4.3.cldr_and_results_grouped.csv deleted file mode 100644 index 85e91cc..0000000 --- a/results/f31/4.3.cldr_and_results_grouped.csv +++ /dev/null @@ -1,206 +0,0 @@ -territory,nb_lang,population,message_coverage,words_coverage -ad,1.0,85708.0,0.22800858691679238,0.21667737537455042 -ae,1.0,9701315.0,0.12677625110039176,0.0846495632576856 -af,4.0,34940837.0,0.08116450337303979,0.04653134284802367 -al,1.0,3057220.0,0.12152443513222719,0.07929446318256354 -am,1.0,3038217.0,0.043084906486005076,0.03489785605393865 -ao,1.0,30355880.0,0.22756317921842584,0.21361464252586454 -ar,1.0,44694198.0,0.6458771988530185,0.6748241075652824 -as,1.0,50826.0,0.0,0.0 -at,2.0,8793370.0,0.7308706994242307,0.7195192613283273 -aw,2.0,116576.0,0.434412429407616,0.3679812601851428 -ax,1.0,26200.0,0.7181703380712385,0.7069577095065854 -az,2.0,10046516.0,0.05764755545717095,0.03743479388916869 -ba,5.0,3849891.0,0.27928220994702674,0.21533542081067378 -bd,1.0,159453001.0,0.14740688497752882,0.09307396724135884 -be,3.0,11570762.0,0.6879164371502556,0.6404450091316536 -bf,1.0,19742715.0,0.16012231723200634,0.15584559789861743 -bg,1.0,7057504.0,0.2899886228500533,0.24302323018041164 -bh,1.0,1442659.0,0.14140428007351388,0.09441682055664932 -bi,2.0,11844520.0,0.4294189416676533,0.41794955800083766 -bj,1.0,11340504.0,0.25474005014182827,0.24793617847507318 -bl,1.0,7160.0,0.6963165776023638,0.6777186043712097 -bn,2.0,450565.0,0.10670278868874486,0.06760753221515092 -bo,3.0,11306341.0,0.3939850913003413,0.4116427056148223 -bq,2.0,20000.0,0.0358278292294941,0.030348969912176726 -br,1.0,208846892.0,0.43168186194008723,0.4430090366911026 -bt,1.0,766397.0,0.0565430452666423,0.03571463455580483 -bw,1.0,2249104.0,0.0,0.0 -by,2.0,9527543.0,0.24962331852416225,0.18196765512364615 -ca,1.0,35881659.0,0.16012231723200634,0.15584559789861743 -cd,5.0,85281024.0,0.02765749115825564,0.026918785091579377 -cf,2.0,5745062.0,0.3566360701985596,0.3471106498651025 -cg,2.0,5062021.0,0.6113761203403878,0.5950468283401756 -ch,4.0,8292809.0,0.722750794083882,0.7071843110222534 -ci,1.0,26260582.0,0.3566360701985596,0.3471106498651025 -cl,1.0,17925262.0,0.6329596548759582,0.6613276254139768 -cm,1.0,25640965.0,0.4949235259898378,0.48170457532299943 -cn,1.0,1384688986.0,0.47640708575076324,0.47093463364009586 -co,1.0,48168996.0,0.6006657949333073,0.6275864200357127 -cr,1.0,4987142.0,0.6135833389103675,0.6410829021870182 -cu,1.0,11116396.0,0.6458771988530185,0.6748241075652824 -cv,2.0,568373.0,0.2581313674716472,0.24230914674575676 -cw,2.0,150241.0,0.0358278292294941,0.030348969912176726 -cy,2.0,1237088.0,0.38863741898285187,0.36381752293935804 -cz,1.0,10686269.0,0.45866758644832145,0.4608363305845106 -de,1.0,80457737.0,0.6826042347708354,0.6726057771062579 -dj,2.0,884017.0,0.027508033357314478,0.023147595305219835 -dk,2.0,5809502.0,0.7974384424115439,0.7151454705472379 -do,1.0,10298756.0,0.5037842151053544,0.5263628039009203 -dz,2.0,41657488.0,0.26584064782830286,0.22198637628517215 -ea,1.0,150000.0,0.6329596548759582,0.6613276254139768 -ec,2.0,16498502.0,0.6200421108988977,0.6478311432626711 -ee,1.0,1244288.0,0.11761754243265088,0.07557491262610075 -eg,1.0,99413317.0,0.15278163594149777,0.1020135762336211 -eh,1.0,619551.0,0.16253365525691252,0.10852508109959692 -er,2.0,5970646.0,0.007964149107588714,0.00531772897388025 -es,5.0,49331076.0,0.7476167910509105,0.7654312923667784 -et,1.0,108386391.0,0.0,0.0 -fi,2.0,5537364.0,0.6637536357973528,0.6006505603630277 -fj,2.0,926276.0,0.0,0.0 -fo,1.0,51018.0,0.0,0.0 -fr,1.0,67364357.0,0.7205504275440285,0.7013051905437785 -ga,1.0,2119036.0,0.4585320902552909,0.44628512125513176 -ge,3.0,4926087.0,0.08647416460316398,0.0477442356967104 -gf,1.0,199509.0,0.5604281103120222,0.5454595926451611 -gh,3.0,28102471.0,0.0,0.0 -gl,1.0,57691.0,0.0,0.0 -gn,1.0,11855411.0,0.21107032726037198,0.20543283359363207 -gp,1.0,452776.0,0.6550458432218441,0.6375501732216168 -gq,2.0,797457.0,0.6259620898949286,0.6494352127412427 -gr,1.0,10761523.0,0.30402967325443114,0.3018339361750836 -gt,2.0,16581273.0,0.6006657949333073,0.6275864200357127 -gu,1.0,167772.0,0.0,0.0 -gw,1.0,1833247.0,0.3396465361469042,0.31882782466546944 -hk,1.0,7213338.0,0.0,0.0 -hn,1.0,9182766.0,0.5037842151053544,0.5263628039009203 -hr,2.0,4270480.0,0.2683916335165203,0.2117345379890487 -ht,2.0,10788440.0,0.03420794959047408,0.033294286823795545 -hu,1.0,9825704.0,0.3972427142482072,0.3745029311166393 -ic,1.0,2098593.0,0.6329596548759582,0.6613276254139768 -id,1.0,262787403.0,0.2878482772112083,0.23967210835211386 -ie,1.0,5068050.0,0.01948241689789909,0.0108590367758904 -il,2.0,8424904.0,0.2188757728482515,0.14935060970956762 -im,1.0,89407.0,0.00026594756724334604,0.00020796475566863342 -in,13.0,1296834042.0,0.19679703287641134,0.1483453054444732 -iq,3.0,40194216.0,0.11052288557470052,0.07379705514772592 -ir,1.0,83024745.0,0.10291558772503334,0.061361404901078 -is,1.0,343518.0,0.13854897579910322,0.06643468705645346 -it,4.0,62246674.0,0.5510414909199546,0.4731235844804495 -jo,1.0,10458413.0,0.16253365525691252,0.10852508109959692 -jp,1.0,126168156.0,0.4225553284701594,0.37456007814050024 -ke,1.0,48397527.0,0.0,0.0 -kg,2.0,5849296.0,0.22959191553109667,0.21619492391984493 -kh,1.0,16449519.0,0.06520285818717213,0.051207972772919434 -ki,1.0,109367.0,0.0,0.0 -km,4.0,821164.0,0.5148562926964876,0.46832443908585114 -kp,1.0,25381085.0,0.2679698737187836,0.2511879967509289 -kr,1.0,51418097.0,0.3045112201349814,0.2854409053987828 -kw,1.0,2916467.0,0.16253365525691252,0.10852508109959692 -kz,2.0,18744548.0,0.4802817002918934,0.45575629931474443 -la,1.0,7234171.0,0.0,0.0 -lb,1.0,6100075.0,0.13977894352094478,0.09333156974565335 -li,2.0,38547.0,0.7501145437042147,0.7391272275892944 -lk,2.0,22576592.0,0.08445840133025137,0.05104607881541172 -ls,1.0,1962461.0,0.0,0.0 -lt,1.0,2793284.0,0.23007830156139802,0.16279503210916607 -lu,3.0,605764.0,1.1057831443147712,1.0819486541621517 -lv,1.0,1923559.0,0.14002280578020992,0.12663995848785922 -ly,1.0,6754507.0,0.12027490489011526,0.08030856001370172 -ma,3.0,34314130.0,0.24633660919747336,0.2089633665532205 -mc,1.0,30727.0,0.7205504275440285,0.7013051905437785 -md,4.0,3437720.0,0.2644098833156232,0.2189849888775599 -me,1.0,614249.0,0.0,0.0 -mf,1.0,32284.0,0.7278287146909379,0.708389081357352 -mg,2.0,25683610.0,0.5565912823232038,0.5196753302911445 -mh,1.0,75684.0,0.0,0.0 -mk,2.0,2118945.0,0.1237021554808519,0.08149935476431516 -ml,1.0,18429893.0,0.3348012087578314,0.3258589774243819 -mm,1.0,55622506.0,0.02734634412532368,0.019553574910930342 -mn,1.0,3103428.0,0.055120438200454064,0.03485211299848908 -mo,2.0,606340.0,0.01698232680734521,0.015941391233273473 -mq,1.0,436131.0,0.7132721403971192,0.694221299730205 -mr,1.0,3840429.0,0.13815360696837564,0.09224631893465739 -mt,1.0,449043.0,0.0,0.0 -mu,1.0,1364283.0,0.021834861440728135,0.02125167244072056 -mv,1.0,392473.0,0.0,0.0 -mw,1.0,19842560.0,0.0,0.0 -mx,1.0,125959205.0,0.5360780750480053,0.5601040092791844 -my,1.0,31809660.0,0.08605063603931037,0.05452220339931525 -mz,1.0,27233789.0,0.09170456475966414,0.08608351265967676 -nc,1.0,282754.0,0.6987155661033003,0.6800535181030579 -ne,1.0,19866231.0,0.21107032726037198,0.20543283359363207 -ng,1.0,203452505.0,0.0,0.0 -ni,1.0,6085213.0,0.5037842151053544,0.5263628039009203 -nl,2.0,17151228.0,0.44784786536867627,0.3793621239022091 -no,2.0,5372191.0,0.2743193015150657,0.19691007568165209 -np,1.0,29717587.0,0.04600713517186704,0.02549761152572379 -nr,1.0,9692.0,0.0,0.0 -nu,1.0,1618.0,0.0,0.0 -nz,1.0,4545627.0,0.0,0.0 -om,1.0,3494116.0,0.13165226075809916,0.08790531569067352 -pa,1.0,3800644.0,0.44565526720858273,0.46562863422004486 -pe,2.0,31331228.0,0.4714903551627035,0.4926215985226562 -pf,2.0,290373.0,0.4439755159614721,0.4321173396279847 -pg,2.0,7027332.0,0.0,0.0 -ph,8.0,105893381.0,0.0,0.0 -pk,1.0,207862518.0,0.0,0.0 -pl,2.0,38420687.0,0.675266436378051,0.6405919804241768 -pm,1.0,5471.0,0.6798034604406311,0.6616465373306651 -pr,1.0,3294626.0,0.5619131630021261,0.5870969735817957 -ps,1.0,4635207.0,0.16253365525691252,0.10852508109959692 -pt,1.0,10355493.0,0.326060674701028,0.30607471167885064 -pw,1.0,21516.0,0.0,0.0 -py,2.0,7025763.0,0.020668070363296594,0.02159437144208904 -qa,1.0,2363569.0,0.14465495317865215,0.09658732217864126 -re,1.0,787584.0,0.6477675560749347,0.6304662824080433 -ro,1.0,21457116.0,0.22783437752575306,0.18115470903346917 -rs,4.0,7078110.0,0.4122239096297502,0.37581881448823085 -ru,3.0,142122776.0,0.5315031737615122,0.5402385421912915 -rw,1.0,12187400.0,0.0,0.0 -sa,1.0,33091113.0,0.16253365525691252,0.10852508109959692 -sc,1.0,94633.0,0.43669722881456274,0.4250334488144112 -sd,1.0,43120843.0,0.09914552970671664,0.06620029947075412 -se,2.0,10040995.0,0.6972212661599166,0.6851008210148113 -sg,3.0,5995991.0,0.021764608193322463,0.014715212475183054 -si,1.0,2102126.0,0.2719743730984458,0.2457311427539439 -sj,1.0,2583.0,0.14036906507960445,0.10231660409981708 -sk,1.0,5445040.0,0.27418056206209557,0.20514399523831328 -sm,1.0,33779.0,0.46203723056489354,0.3903525055663236 -sn,6.0,15020945.0,0.2838531987294658,0.2762717417293673 -so,2.0,11259029.0,0.05526144278735026,0.03689852757386296 -sr,1.0,597927.0,0.40306307883180864,0.3414259115119882 -st,1.0,204454.0,0.28869955572486855,0.271003650965649 -sv,1.0,6187271.0,0.5748307069791865,0.6005934557331014 -sx,1.0,42677.0,0.01668528963929506,0.014133743632507263 -sy,2.0,19454263.0,0.17296881837229536,0.12861502067976133 -sz,1.0,1087200.0,0.0,0.0 -td,2.0,15833116.0,0.21686618721331902,0.202630424939843 -tg,1.0,8176449.0,0.4439755159614721,0.4321173396279847 -th,1.0,68615858.0,0.11929430782140449,0.07621276328753093 -tj,1.0,8604882.0,0.07147012339831865,0.04719971104294166 -tk,1.0,1285.0,0.0,0.0 -tl,2.0,1321929.0,0.20039145632667346,0.18810841655262697 -tm,1.0,5411012.0,0.011628888694407691,0.007218330459024566 -tn,2.0,11516189.0,0.6848735386025153,0.6218804931940778 -to,1.0,106398.0,0.0,0.0 -tr,1.0,81257239.0,0.3917797775020721,0.29994075871576903 -tv,1.0,11147.0,0.0,0.0 -tw,1.0,23545963.0,0.0,0.0 -tz,1.0,55451343.0,0.0,0.0 -ua,2.0,43952299.0,0.6685972128556646,0.6123868717854799 -ug,1.0,40853749.0,0.0,0.0 -us,1.0,329256465.0,0.06200421108988978,0.06478311432626711 -uy,1.0,3369299.0,0.5683719349906563,0.5938452146574486 -uz,2.0,30023709.0,0.021489685918589026,0.011074228387996071 -va,1.0,1000.0,0.4277737954892947,0.3614050163894951 -ve,1.0,31689176.0,0.5296193030594751,0.5533557682035316 -vn,1.0,97040334.0,0.3786321679905688,0.3242666103675215 -vu,2.0,288037.0,0.36391435734546895,0.354194540678676 -wf,1.0,15763.0,0.35184005620408215,0.34244273297868566 -ws,1.0,201316.0,0.0,0.0 -xk,3.0,1907592.0,0.1313879093328666,0.09080833363009087 -ye,1.0,28667230.0,0.12027490489011526,0.08030856001370172 -yt,1.0,194000.0,0.4148623673738346,0.4037817763736906 -za,10.0,55380210.0,0.028831386519364323,0.02065316504637049 -zw,2.0,14030368.0,0.0,0.0 diff --git a/results/f31/4.4.world_stats.csv b/results/f31/4.4.world_stats.csv deleted file mode 100644 index 1e8f296..0000000 --- a/results/f31/4.4.world_stats.csv +++ /dev/null @@ -1,256 +0,0 @@ -ADMIN,ISO_A3,FIFA,Dial,ISO3166-1-Alpha-3,MARC,is_independent,ISO3166-1-numeric,GAUL,FIPS,WMO,ISO3166-1-Alpha-2,ITU,IOC,DS,UNTERM Spanish Formal,Global Code,Intermediate Region Code,official_name_fr,UNTERM French Short,ISO4217-currency_name,Developed / Developing Countries,UNTERM Russian Formal,UNTERM English Short,ISO4217-currency_alphabetic_code,Small Island Developing States (SIDS),UNTERM Spanish Short,ISO4217-currency_numeric_code,UNTERM Chinese Formal,UNTERM French Formal,UNTERM Russian Short,M49,Sub-region Code,Region Code,official_name_ar,ISO4217-currency_minor_unit,UNTERM Arabic Formal,UNTERM Chinese Short,Land Locked Developing Countries (LLDC),Intermediate Region Name,official_name_es,UNTERM English Formal,official_name_cn,official_name_en,ISO4217-currency_country_name,Least Developed Countries (LDC),Region Name,UNTERM Arabic Short,Sub-region Name,official_name_ru,Global Name,Capital,Continent,TLD,Languages,Geoname ID,CLDR display name,EDGAR,territory,nb_lang,population,message_coverage,words_coverage -Aruba,ABW,ARU,297,ABW,aw,Part of NL,533.0,14,AA,NU,aw,ABW,ARU,AW,,True,29.0,Aruba,,Aruban Florin,Developing,,,AWG,x,,533,,,,533.0,419.0,19.0,أروبا,2,,,,Caribbean,Aruba,,阿鲁巴,Aruba,ARUBA,,Americas,,Latin America and the Caribbean,Аруба,World,Oranjestad,,.aw,"nl-AW,pap,es,en",3577279.0,Aruba,1C,aw,2.0,116576.0,0.434412429407616,0.3679812601851428 -Afghanistan,AFG,AFG,93,AFG,af,Yes,4.0,1,AF,AF,af,AFG,AFG,AFG,República Islámica del Afganistán (la),True,,Afghanistan,Afghanistan (l') [masc.],Afghani,Developing,Исламская Республика Афганистан,Afghanistan,AFN,,Afganistán (el),971,阿富汗伊斯兰共和国,République islamique d'Afghanistan,Афганистан,4.0,34.0,142.0,أفغانستان,2,جمهورية أفغانستان الإسلامية,阿富汗,x,,Afganistán,the Islamic Republic of Afghanistan,阿富汗,Afghanistan,AFGHANISTAN,x,Asia,أفغانستان,Southern Asia,Афганистан,World,Kabul,AS,.af,"fa-AF,ps,uz-AF,tk",1149361.0,Afghanistan,B2,af,4.0,34940837.0,0.08116450337303979,0.04653134284802367 -Angola,AGO,ANG,244,AGO,ao,Yes,24.0,8,AO,AN,ao,AGL,ANG,AO,la República de Angola,True,17.0,Angola,Angola (l') [masc.],Kwanza,Developing,Республика Ангола,Angola,AOA,,Angola,973,安哥拉共和国,la République d'Angola,Ангола,24.0,202.0,2.0,أنغولا,2,جمهورية أنغولا,安哥拉,,Middle Africa,Angola,the Republic of Angola,安哥拉,Angola,ANGOLA,x,Africa,أنغولا,Sub-Saharan Africa,Ангола,World,Luanda,AF,.ao,pt-AO,3351879.0,Angola,B7,ao,1.0,30355880.0,0.22756317921842584,0.21361464252586454 -Anguilla,AIA,AIA,1-264,AIA,am,Territory of GB,660.0,9,AV, ,ai,AIA,AIA, ,,True,29.0,Anguilla,,East Caribbean Dollar,Developing,,,XCD,x,,951,,,,660.0,419.0,19.0,أنغيلا,2,,,,Caribbean,Anguila,,安圭拉,Anguilla,ANGUILLA,,Americas,,Latin America and the Caribbean,Ангилья,World,The Valley,,.ai,en-AI,3573511.0,Anguilla,1A,,,,, -Albania,ALB,ALB,355,ALB,aa,Yes,8.0,3,AL,AB,al,ALB,ALB,AL,la República de Albania,True,,Albanie,Albanie (l') [fém.],Lek,Developed,Республика Албания,Albania,ALL,,Albania,008,阿尔巴尼亚共和国,la République d'Albanie,Албания,8.0,39.0,150.0,ألبانيا,2,جمهورية ألبانيا,阿尔巴尼亚,,,Albania,the Republic of Albania,阿尔巴尼亚,Albania,ALBANIA,,Europe,ألبانيا,Southern Europe,Албания,World,Tirana,EU,.al,"sq,el",783754.0,Albania,B3,al,1.0,3057220.0,0.12152443513222719,0.07929446318256354 -Aland,ALA,ALD,358,ALA, ,Part of FI,248.0,1242, , ,ax, , ,FIN,,True,,Îles d'Åland,,Euro,Developed,,,EUR,,,978,,,,248.0,154.0,150.0,جزر ألاند,2,,,,,Islas Åland,,奥兰群岛,Åland Islands,ÅLAND ISLANDS,,Europe,,Northern Europe,Аландские острова,World,Mariehamn,EU,.ax,sv-AX,661882.0,Åland Islands,,ax,1.0,26200.0,0.7181703380712385,0.7069577095065854 -Andorra,AND,AND,376,AND,an,Yes,20.0,7,AN, ,ad,AND,AND,AND,el Principado de Andorra,True,,Andorre,Andorre (l') [fém.],Euro,Developed,Княжество Андорра,Andorra,EUR,,Andorra,978,安道尔公国,la Principauté d'Andorre,Андорра,20.0,39.0,150.0,أندورا,2,إمارة أندورا,安道尔,,,Andorra,the Principality of Andorra,安道尔,Andorra,ANDORRA,,Europe,أندورا,Southern Europe,Андорра,World,Andorra la Vella,EU,.ad,ca,3041565.0,Andorra,B6,ad,1.0,85708.0,0.22800858691679238,0.21667737537455042 -United Arab Emirates,ARE,UAE,971,ARE,ts,Yes,784.0,255,AE,ER,ae,UAE,UAE, ,los Emiratos Árabes Unidos,True,,Émirats arabes unis,Émirats arabes unis (les),UAE Dirham,Developing,Объединенные Арабские Эмираты,United Arab Emirates (the),AED,,Emiratos Árabes Unidos (los),784,阿拉伯联合酋长国,les Émirats arabes unis,Объединенные Арабские Эмираты,784.0,145.0,142.0,الإمارات العربية المتحدة,2,الإمارات العربية المتحدة,阿拉伯联合酋长国,,,Emiratos Árabes Unidos,the United Arab Emirates,阿拉伯联合酋长国,United Arab Emirates,UNITED ARAB EMIRATES,,Asia,الإمارات العربية المتحدة,Western Asia,Объединенные Арабские Эмираты,World,Abu Dhabi,AS,.ae,"ar-AE,fa,en,hi,ur",290557.0,United Arab Emirates,C0,ae,1.0,9701315.0,0.12677625110039176,0.0846495632576856 -Argentina,ARG,ARG,54,ARG,ag,Yes,32.0,12,AR,AG,ar,ARG,ARG,RA,la República Argentina,True,5.0,Argentine,Argentine (l') [fém.],Argentine Peso,Developing,Аргентинская Республика,Argentina,ARS,,Argentina (la),032,阿根廷共和国,la République argentine,Аргентина,32.0,419.0,19.0,الأرجنتين,2,جمهورية الأرجنتين,阿根廷,,South America,Argentina,the Argentine Republic,阿根廷,Argentina,ARGENTINA,,Americas,الأرجنتين,Latin America and the Caribbean,Аргентина,World,Buenos Aires,SA,.ar,"es-AR,en,it,de,fr,gn",3865483.0,Argentina,C1,ar,1.0,44694198.0,0.6458771988530185,0.6748241075652824 -Armenia,ARM,ARM,374,ARM,ai,Yes,51.0,13,AM,AY,am,ARM,ARM,AM,la República de Armenia,True,,Arménie,Arménie (l') [fém.],Armenian Dram,Developing,Республика Армения,Armenia,AMD,,Armenia,051,亚美尼亚共和国,la République d'Arménie,Армения,51.0,145.0,142.0,أرمينيا,2,جمهورية أرمينيا,亚美尼亚,x,,Armenia,the Republic of Armenia,亚美尼亚,Armenia,ARMENIA,,Asia,أرمينيا,Western Asia,Армения,World,Yerevan,AS,.am,hy,174982.0,Armenia,1B,am,1.0,3038217.0,0.043084906486005076,0.03489785605393865 -American Samoa,ASM,ASA,1-684,ASM,as,Territory of US,16.0,5,AQ, ,as,SMA,ASA,USA,,True,,Samoa américaines,,US Dollar,Developing,,,USD,x,,840,,,,16.0,61.0,9.0,ساموا الأمريكية,2,,,,,Samoa Americana,,美属萨摩亚,American Samoa,AMERICAN SAMOA,,Oceania,,Polynesia,Американское Самоа,World,Pago Pago,OC,.as,"en-AS,sm,to",5880801.0,American Samoa,B5,as,1.0,50826.0,0.0,0.0 -Antarctica,ATA,ROS,672,ATA,ay,International,10.0,10,AY,AA,aq, , , ,,True,,Antarctique,,No universal currency,,,,,,,,,,,10.0,,,أنتاركتيكا,,,,,,Antártida,,南极洲,Antarctica,ANTARCTICA,,,,,Антарктике,World,,AN,.aq,,6697173.0,Antarctica,B8,,,,, -Ashmore and Cartier Islands,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -French Southern and Antarctic Lands,ATF,,262,ATF,fs,Territory of FR,260.0,88,FS, ,tf, , ,F,,True,14.0,Terres australes françaises,,Euro,Developing,,,EUR,,,978,,,,260.0,202.0,2.0,الأراضي الفرنسية الجنوبية الجنوبية,2,,,,Eastern Africa,Territorio de las Tierras Australes Francesas,,法属南方领地,French Southern Territories,FRENCH SOUTHERN TERRITORIES,,Africa,,Sub-Saharan Africa,Южные земли (французская заморская территория),World,Port-aux-Francais,AN,.tf,fr,1546748.0,French Southern Territories,2C,,,,, -Antigua and Barbuda,ATG,ATG,1-268,ATG,aq,Yes,28.0,11,AC,AT,ag,ATG,ANT, ,Antigua y Barbuda,True,29.0,Antigua-et-Barbuda,Antigua-et-Barbuda [fém.],East Caribbean Dollar,Developing,Антигуа и Барбуда,Antigua and Barbuda,XCD,x,Antigua y Barbuda,951,安提瓜和巴布达,Antigua-et-Barbuda [fém.],Антигуа и Барбуда,28.0,419.0,19.0,أنتيغوا وبربودا,2,أنتيغوا وبربودا,安提瓜和巴布达,,Caribbean,Antigua y Barbuda,Antigua and Barbuda,安提瓜和巴布达,Antigua and Barbuda,ANTIGUA AND BARBUDA,,Americas,أنتيغوا وبربودا,Latin America and the Caribbean,Антигуа и Барбуда,World,St. John's,,.ag,en-AG,3576396.0,Antigua & Barbuda,B9,,,,, -Australia,AUS,AUS,61,AUS,at,Yes,36.0,17,AS,AU,au,AUS,AUS,AUS,Australia,True,,Australie,Australie (l') [fém.],Australian Dollar,Developed,Австралия,Australia,AUD,,Australia,036,澳大利亚,l'Australie,Австралия,36.0,53.0,9.0,أستراليا,2,أستراليا,澳大利亚,,,Australia,Australia,澳大利亚,Australia,AUSTRALIA,,Oceania,أستراليا,Australia and New Zealand,Австралия,World,Canberra,OC,.au,en-AU,2077456.0,Australia,C3,,,,, -Austria,AUT,AUT,43,AUT,au,Yes,40.0,18,AU,OS,at,AUT,AUT,A,la República de Austria,True,,Autriche,Autriche (l') [fém.],Euro,Developed,Австрийская Республика,Austria,EUR,,Austria,978,奥地利共和国,la République d'Autriche,Австрия,40.0,155.0,150.0,النمسا,2,جمهورية النمسا,奥地利,,,Austria,the Republic of Austria,奥地利,Austria,AUSTRIA,,Europe,النمسا,Western Europe,Австрия,World,Vienna,EU,.at,"de-AT,hr,hu,sl",2782113.0,Austria,C4,at,2.0,8793370.0,0.7308706994242307,0.7195192613283273 -Azerbaijan,AZE,AZE,994,AZE,aj,Yes,31.0,19,AJ,AJ,az,AZE,AZE,AZ,la República de Azerbaiyán,True,,Azerbaïdjan,Azerbaïdjan (l') [masc.],Azerbaijan Manat,Developing,Азербайджанская Республика,Azerbaijan,AZN,,Azerbaiyán,944,阿塞拜疆共和国,la République d'Azerbaïdjan,Азербайджан,31.0,145.0,142.0,أذربيجان,2,جمهورية أذربيجان,阿塞拜疆,x,,Azerbaiyán,the Republic of Azerbaijan,阿塞拜疆,Azerbaijan,AZERBAIJAN,,Asia,أذربيجان,Western Asia,Азербайджан,World,Baku,AS,.az,"az,ru,hy",587116.0,Azerbaijan,1D,az,2.0,10046516.0,0.05764755545717095,0.03743479388916869 -Burundi,BDI,BDI,257,BDI,bd,Yes,108.0,43,BY,BI,bi,BDI,BDI,RU,la República de Burundi,True,14.0,Burundi,Burundi (le),Burundi Franc,Developing,Республика Бурунди,Burundi,BIF,,Burundi,108,布隆迪共和国,la République du Burundi,Бурунди,108.0,202.0,2.0,بوروندي,0,جمهورية بوروندي,布隆迪,x,Eastern Africa,Burundi,the Republic of Burundi,布隆迪,Burundi,BURUNDI,x,Africa,بوروندي,Sub-Saharan Africa,Бурунди,World,Bujumbura,AF,.bi,"fr-BI,rn",433561.0,Burundi,E2,bi,2.0,11844520.0,0.4294189416676533,0.41794955800083766 -Belgium,BEL,BEL,32,BEL,be,Yes,56.0,27,BE,BX,be,BEL,BEL,B,el Reino de Bélgica,True,,Belgique,Belgique (la),Euro,Developed,Королевство Бельгия,Belgium,EUR,,Bélgica,978,比利时王国,le Royaume de Belgique,Бельгия,56.0,155.0,150.0,بلجيكا,2,مملكة بلجيكا,比利时,,,Bélgica,the Kingdom of Belgium,比利时,Belgium,BELGIUM,,Europe,بلجيكا,Western Europe,Бельгия,World,Brussels,EU,.be,"nl-BE,fr-BE,de-BE",2802361.0,Belgium,C9,be,3.0,11570762.0,0.6879164371502556,0.6404450091316536 -Benin,BEN,BEN,229,BEN,dm,Yes,204.0,29,BN,BJ,bj,BEN,BEN,DY,la República de Benin,True,11.0,Bénin,Bénin (le),CFA Franc BCEAO,Developing,Республика Бенин,Benin,XOF,,Benin,952,贝宁共和国,la République du Bénin,Бенин,204.0,202.0,2.0,بنن,0,جمهورية بنن,贝宁,,Western Africa,Benin,the Republic of Benin,贝宁,Benin,BENIN,x,Africa,بنن,Sub-Saharan Africa,Бенин,World,Porto-Novo,AF,.bj,fr-BJ,2395170.0,Benin,G6,bj,1.0,11340504.0,0.25474005014182827,0.24793617847507318 -Burkina Faso,BFA,BFA,226,BFA,uv,Yes,854.0,42,UV,HV,bf,BFA,BUR,BF,Burkina Faso,True,11.0,Burkina Faso,Burkina Faso (le),CFA Franc BCEAO,Developing,Буркина-Фасо,Burkina Faso,XOF,,Burkina Faso,952,布基纳法索,le Burkina Faso,Буркина-Фасо,854.0,202.0,2.0,بوركينا فاسو,0,بوركينا فاسو,布基纳法索,x,Western Africa,Burkina Faso,Burkina Faso,布基纳法索,Burkina Faso,BURKINA FASO,x,Africa,بوركينا فاسو,Sub-Saharan Africa,Буркина-Фасо,World,Ouagadougou,AF,.bf,"fr-BF,mos",2361809.0,Burkina Faso,X2,bf,1.0,19742715.0,0.16012231723200634,0.15584559789861743 -Bangladesh,BGD,BAN,880,BGD,bg,Yes,50.0,23,BG,BW,bd,BGD,BAN,BD,la República Popular de Bangladesh,True,,Bangladesh,Bangladesh (le),Taka,Developing,Народная Республика Бангладеш,Bangladesh,BDT,,Bangladesh,050,孟加拉人民共和国,la République populaire du Bangladesh,Бангладеш,50.0,34.0,142.0,بنغلاديش,2,جمهورية بنغلاديش الشعبية,孟加拉国,,,Bangladesh,the People's Republic of Bangladesh,孟加拉国,Bangladesh,BANGLADESH,x,Asia,بنغلاديش,Southern Asia,Бангладеш,World,Dhaka,AS,.bd,"bn-BD,en",1210997.0,Bangladesh,C7,bd,1.0,159453001.0,0.14740688497752882,0.09307396724135884 -Bulgaria,BGR,BUL,359,BGR,bu,Yes,100.0,41,BU,BU,bg,BUL,BUL,BG,la República de Bulgaria,True,,Bulgarie,Bulgarie (la),Bulgarian Lev,Developed,Республика Болгария,Bulgaria,BGN,,Bulgaria,975,保加利亚共和国,la République de Bulgarie,Болгария,100.0,151.0,150.0,بلغاريا,2,جمهورية بلغاريا,保加利亚,,,Bulgaria,the Republic of Bulgaria,保加利亚,Bulgaria,BULGARIA,,Europe,بلغاريا,Eastern Europe,Болгария,World,Sofia,EU,.bg,"bg,tr-BG,rom",732800.0,Bulgaria,E0,bg,1.0,7057504.0,0.2899886228500533,0.24302323018041164 -Bahrain,BHR,BHR,973,BHR,ba,Yes,48.0,21,BA,BN,bh,BHR,BRN,BRN,el Reino de Bahrein,True,,Bahreïn,Bahreïn [masc.],Bahraini Dinar,Developing,Королевство Бахрейн,Bahrain,BHD,,Bahrein,048,巴林王国,le Royaume de Bahreïn,Бахрейн,48.0,145.0,142.0,البحرين,3,مملكة البحرين,巴林,,,Bahrein,the Kingdom of Bahrain,巴林,Bahrain,BAHRAIN,,Asia,البحرين,Western Asia,Бахрейн,World,Manama,AS,.bh,"ar-BH,en,fa,ur",290291.0,Bahrain,C6,bh,1.0,1442659.0,0.14140428007351388,0.09441682055664932 -The Bahamas,BHS,BAH,1-242,BHS,bf,Yes,44.0,20,BF,BA,bs,BAH,BAH,BS,el Commonwealth de las Bahamas,True,29.0,Bahamas,Bahamas (les) [fém.],Bahamian Dollar,Developing,Содружество Багамских Островов,Bahamas (the),BSD,x,Bahamas (las),044,巴哈马国,le Commonwealth des Bahamas,Багамские Острова,44.0,419.0,19.0,جزر البهاما,2,كمنولث جزر البهاما,巴哈马,,Caribbean,Bahamas,the Commonwealth of the Bahamas,巴哈马,Bahamas,BAHAMAS,,Americas,جزر البهاما,Latin America and the Caribbean,Багамские Острова,World,Nassau,,.bs,en-BS,3572887.0,Bahamas,C5,,,,, -Bosnia and Herzegovina,BIH,BIH,387,BIH,bn,Yes,70.0,34,BK,BG,ba,BIH,BIH,BIH,Bosnia y Herzegovina,True,,Bosnie-Herzégovine,Bosnie-Herzégovine (la),Convertible Mark,Developed,Босния и Герцеговина,Bosnia and Herzegovina,BAM,,Bosnia y Herzegovina,977,波斯尼亚和黑塞哥维那,la Bosnie-Herzégovine,Босния и Герцеговина,70.0,39.0,150.0,البوسنة والهرسك,2,البوسنة والهرسك,波斯尼亚和黑塞哥维那,,,Bosnia y Herzegovina,Bosnia and Herzegovina,波斯尼亚和黑塞哥维那,Bosnia and Herzegovina,BOSNIA AND HERZEGOVINA,,Europe,البوسنة والهرسك,Southern Europe,Босния и Герцеговина,World,Sarajevo,EU,.ba,"bs,hr-BA,sr-BA",3277605.0,Bosnia,1E,ba,5.0,3849891.0,0.27928220994702674,0.21533542081067378 -Bajo Nuevo Bank (Petrel Is.),-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Saint Barthelemy,BLM, ,590,BLM,sc,Part of FR,652.0,,TB, ,bl, , , ,,True,29.0,Saint-Barthélemy,,Euro,Developing,,,EUR,,,978,,,,652.0,419.0,19.0,سان بارتليمي,2,,,,Caribbean,San Bartolomé,,圣巴泰勒米,Saint Barthélemy,SAINT BARTHÉLEMY,,Americas,,Latin America and the Caribbean,Святой Варфоломей,World,Gustavia,,.gp,fr,3578476.0,St. Barthélemy,,bl,1.0,7160.0,0.6963165776023638,0.6777186043712097 -Belarus,BLR,BLR,375,BLR,bw,Yes,112.0,26,BO,BY,by,BLR,BLR,BY,la República de Belarús,True,,Bélarus,Bélarus (le),Belarusian Ruble,Developed,Республика Беларусь,Belarus,BYN,,Belarús,933,白俄罗斯共和国,la République du Bélarus,Беларусь,112.0,151.0,150.0,بيلاروس,2,جمهورية بيلاروس,白俄罗斯,,,Belarús,the Republic of Belarus,白俄罗斯,Belarus,BELARUS,,Europe,بيلاروس,Eastern Europe,Беларусь,World,Minsk,EU,.by,"be,ru",630336.0,Belarus,1F,by,2.0,9527543.0,0.24962331852416225,0.18196765512364615 -Belize,BLZ,BLZ,501,BLZ,bh,Yes,84.0,28,BH,BH,bz,BLZ,BIZ,BH,Belice,True,13.0,Belize,Belize (le),Belize Dollar,Developing,Белиз,Belize,BZD,x,Belice,084,伯利兹,le Belize,Белиз,84.0,419.0,19.0,بليز,2,بليز,伯利兹,,Central America,Belice,Belize,伯利兹,Belize,BELIZE,,Americas,بليز,Latin America and the Caribbean,Белиз,World,Belmopan,,.bz,"en-BZ,es",3582678.0,Belize,D1,,,,, -Bermuda,BMU,BER,1-441,BMU,bm,Territory of GB,60.0,30,BD,BE,bm,BER,BER,BM,,True,,Bermudes,,Bermudian Dollar,Developed,,,BMD,,,060,,,,60.0,21.0,19.0,برمودا,2,,,,,Bermuda,,百慕大,Bermuda,BERMUDA,,Americas,,Northern America,Бермудские острова,World,Hamilton,,.bm,"en-BM,pt",3573345.0,Bermuda,D0,,,,, -Bolivia,BOL,BOL,591,BOL,bo,Yes,68.0,33,BL,BO,bo,BOL,BOL,BOL,Estado Plurinacional de Bolivia,True,5.0,Bolivie (État plurinational de),Bolivie (État plurinational de) (l'),Boliviano,Developing,Многонациональное Государство Боливия,Bolivia (Plurinational State of),BOB,,Bolivia (Estado Plurinacional de),068,玻利维亚多民族国,État plurinational de Bolivie,Боливия (Многонациональное Государство),68.0,419.0,19.0,بوليفيا (دولة - المتعددة القوميات),2,دولة بوليفيا المتعددة القوميات,玻利维亚(多民族国),x,South America,Bolivia (Estado Plurinacional de),the Plurinational State of Bolivia,玻利维亚(多民族国),Bolivia (Plurinational State of),BOLIVIA (PLURINATIONAL STATE OF),,Americas,بوليفيا (دولة - المتعددة القوميات),Latin America and the Caribbean,Боливия (Многонациональное Государство),World,Sucre,SA,.bo,"es-BO,qu,ay",3923057.0,Bolivia,,bo,3.0,11306341.0,0.3939850913003413,0.4116427056148223 -Brazil,BRA,BRA,55,BRA,bl,Yes,76.0,37,BR,BZ,br,B,BRA,BR,la República Federativa del Brasil,True,5.0,Brésil,Brésil (le),Brazilian Real,Developing,Федеративная Республика Бразилия,Brazil,BRL,,Brasil (el),986,巴西联邦共和国,la République fédérative du Brésil,Бразилия,76.0,419.0,19.0,البرازيل,2,الجمهورية الاتحادية البرازيلية,巴西,,South America,Brasil,the Federative Republic of Brazil,巴西,Brazil,BRAZIL,,Americas,البرازيل,Latin America and the Caribbean,Бразилия,World,Brasilia,SA,.br,"pt-BR,es,en,fr",3469034.0,Brazil,D5,br,1.0,208846892.0,0.43168186194008723,0.4430090366911026 -Barbados,BRB,BRB,1-246,BRB,bb,Yes,52.0,24,BB,BR,bb,BRB,BAR,BDS,Barbados,True,29.0,Barbade,Barbade (la),Barbados Dollar,Developing,Барбадос,Barbados,BBD,x,Barbados,052,巴巴多斯,la Barbade,Барбадос,52.0,419.0,19.0,بربادوس,2,بربادوس,巴巴多斯,,Caribbean,Barbados,Barbados,巴巴多斯,Barbados,BARBADOS,,Americas,بربادوس,Latin America and the Caribbean,Барбадос,World,Bridgetown,,.bb,en-BB,3374084.0,Barbados,C8,,,,, -Brunei,BRN,BRU,673,BRN,bx,Yes,96.0,40,BX,BD,bn,BRU,BRU,BRU,Brunei Darussalam,True,,Brunéi Darussalam,Brunéi Darussalam (le),Brunei Dollar,Developing,Бруней-Даруссалам,Brunei Darussalam,BND,,Brunei Darussalam,096,文莱达鲁萨兰国,le Brunéi Darussalam,Бруней-Даруссалам,96.0,35.0,142.0,بروني دار السلام,2,بروني دار السلام,文莱达鲁萨兰国,,,Brunei Darussalam,Brunei Darussalam,文莱达鲁萨兰国,Brunei Darussalam,BRUNEI DARUSSALAM,,Asia,بروني دار السلام,South-eastern Asia,Бруней-Даруссалам,World,Bandar Seri Begawan,AS,.bn,"ms-BN,en-BN",1820814.0,Brunei,D9,bn,2.0,450565.0,0.10670278868874486,0.06760753221515092 -Bhutan,BTN,BHU,975,BTN,bt,Yes,64.0,31,BT, ,bt,BTN,BHU,BT,el Reino de Bhután,True,,Bhoutan,Bhoutan (le),"Indian Rupee,Ngultrum",Developing,Королевство Бутан,Bhutan,"INR,BTN",,Bhután,"356,064",不丹王国,le Royaume du Bhoutan,Бутан,64.0,34.0,142.0,بوتان,"2,2",مملكة بوتان,不丹,x,,Bhután,the Kingdom of Bhutan,不丹,Bhutan,BHUTAN,x,Asia,بوتان,Southern Asia,Бутан,World,Thimphu,AS,.bt,dz,1252634.0,Bhutan,D2,bt,1.0,766397.0,0.0565430452666423,0.03571463455580483 -Botswana,BWA,BOT,267,BWA,bs,Yes,72.0,35,BC,BC,bw,BOT,BOT,BW,la República de Botswana,True,18.0,Botswana,Botswana (le),Pula,Developing,Республика Ботсвана,Botswana,BWP,,Botswana,072,博茨瓦纳共和国,la République du Botswana,Ботсвана,72.0,202.0,2.0,بوتسوانا,2,جمهورية بوتسوانا,博茨瓦纳,x,Southern Africa,Botswana,the Republic of Botswana,博茨瓦纳,Botswana,BOTSWANA,,Africa,بوتسوانا,Sub-Saharan Africa,Ботсвана,World,Gaborone,AF,.bw,"en-BW,tn-BW",933860.0,Botswana,B1,bw,1.0,2249104.0,0.0,0.0 -Central African Republic,CAF,CTA,236,CAF,cx,Yes,140.0,49,CT,CE,cf,CAF,CAF,RCA,la República Centroafricana,True,17.0,République centrafricaine,République centrafricaine (la),CFA Franc BEAC,Developing,Центральноафриканская Республика,Central African Republic (the),XAF,,República Centroafricana (la),950,中非共和国,la République centrafricaine,Центральноафриканская Республика,140.0,202.0,2.0,جمهورية أفريقيا الوسطى,0,جمهورية أفريقيا الوسطى,中非共和国,x,Middle Africa,República Centroafricana,the Central African Republic,中非共和国,Central African Republic,CENTRAL AFRICAN REPUBLIC,x,Africa,جمهورية أفريقيا الوسطى,Sub-Saharan Africa,Центральноафриканская Республика,World,Bangui,AF,.cf,"fr-CF,sg,ln,kg",239880.0,Central African Republic,F0,cf,2.0,5745062.0,0.3566360701985596,0.3471106498651025 -Canada,CAN,CAN,1,CAN,xxc,Yes,124.0,46,CA,CN,ca,CAN,CAN,CDN,el Canadá,True,,Canada,Canada (le),Canadian Dollar,Developed,Канада,Canada,CAD,,Canadá (el),124,加拿大,le Canada,Канада,124.0,21.0,19.0,كندا,2,كندا,加拿大,,,Canadá,Canada,加拿大,Canada,CANADA,,Americas,كندا,Northern America,Канада,World,Ottawa,,.ca,"en-CA,fr-CA,iu",6251999.0,Canada,,ca,1.0,35881659.0,0.16012231723200634,0.15584559789861743 -Switzerland,CHE,SUI,41,CHE,sz,Yes,756.0,237,SZ,SW,ch,SUI,SUI,CH,la Confederación Suiza,True,,Suisse,Suisse (la),Swiss Franc,Developed,Швейцарская Конфедерация,Switzerland,CHF,,Suiza,756,瑞士联邦,la Confédération suisse,Швейцария,756.0,155.0,150.0,سويسرا,2,الاتحاد السويسري,瑞士,,,Suiza,the Swiss Confederation,瑞士,Switzerland,SWITZERLAND,,Europe,سويسرا,Western Europe,Швейцария,World,Bern,EU,.ch,"de-CH,fr-CH,it-CH,rm",2658434.0,Switzerland,V8,ch,4.0,8292809.0,0.722750794083882,0.7071843110222534 -Chile,CHL,CHI,56,CHL,cl,Yes,152.0,51,CI,CH,cl,CHL,CHI,RCH,la República de Chile,True,5.0,Chili,Chili (le),Chilean Peso,Developing,Республика Чили,Chile,CLP,,Chile,152,智利共和国,la République du Chili,Чили,152.0,419.0,19.0,شيلي,0,جمهورية شيلي,智利,,South America,Chile,the Republic of Chile,智利,Chile,CHILE,,Americas,شيلي,Latin America and the Caribbean,Чили,World,Santiago,SA,.cl,es-CL,3895114.0,Chile,F3,cl,1.0,17925262.0,0.6329596548759582,0.6613276254139768 -China,CHN,CHN,86,CHN,cc,Yes,156.0,53,CH,CI,cn,CHN,CHN,CN,la República Popular China,True,,Chine,Chine (la),Yuan Renminbi,Developing,Китайская Народная Республика,China,CNY,,China,156,中华人民共和国,la République populaire de Chine,Китай,156.0,30.0,142.0,الصين,2,جمهورية الصين الشعبية,中国,,,China,the People's Republic of China,中国,China,CHINA,,Asia,الصين,Eastern Asia,Китай,World,Beijing,AS,.cn,"zh-CN,yue,wuu,dta,ug,za",1814991.0,China,F4,cn,1.0,1384688986.0,0.47640708575076324,0.47093463364009586 -Ivory Coast,CIV,CIV,225,CIV,iv,Yes,384.0,66,IV,IV,ci,CTI,CIV,CI,la República de Côte d'Ivoire,True,11.0,Côte d'Ivoire,Côte d'Ivoire (la),CFA Franc BCEAO,Developing,Республика Кот-д'Ивуар,Côte d'Ivoire,XOF,,Côte d'Ivoire,952,科特迪瓦共和国,la République de Côte d'Ivoire,Кот-д'Ивуар,384.0,202.0,2.0,كوت ديفوار,0,جمهورية كوت ديفوار,科特迪瓦,,Western Africa,Côte d'Ivoire,the Republic of Côte d'Ivoire,科特迪瓦,Côte d'Ivoire,CÔTE D'IVOIRE,,Africa,كوت ديفوار,Sub-Saharan Africa,Кот-д'Ивуар,World,Yamoussoukro,AF,.ci,fr-CI,2287781.0,Côte d’Ivoire,,ci,1.0,26260582.0,0.3566360701985596,0.3471106498651025 -Clipperton Island,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cameroon,CMR,CMR,237,CMR,cm,Yes,120.0,45,CM,CM,cm,CME,CMR,CAM,la República del Camerún,True,17.0,Cameroun,Cameroun (le),CFA Franc BEAC,Developing,Республика Камерун,Cameroon,XAF,,Camerún (el),950,喀麦隆共和国,la République du Cameroun,Камерун,120.0,202.0,2.0,الكاميرون,0,جمهورية الكاميرون,喀麦隆,,Middle Africa,Camerún,the Republic of Cameroon,喀麦隆,Cameroon,CAMEROON,,Africa,الكاميرون,Sub-Saharan Africa,Камерун,World,Yaounde,AF,.cm,"en-CM,fr-CM",2233387.0,Cameroon,E4,cm,1.0,25640965.0,0.4949235259898378,0.48170457532299943 -Cyprus No Mans Area,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Democratic Republic of the Congo,COD,COD,243,COD,cg,Yes,180.0,68,CG,ZR,cd,COD,COD,ZRE,la República Democrática del Congo,True,17.0,République démocratique du Congo,République démocratique du Congo (la),Congolese Franc,Developing,Демократическая Республика Конго,Democratic Republic of the Congo (the),CDF,,República Democrática del Congo (la),976,刚果民主共和国,la République démocratique du Congo,Демократическая Республика Конго,180.0,202.0,2.0,جمهورية الكونغو الديمقراطية,2,جمهورية الكونغو الديمقراطية,刚果民主共和国,,Middle Africa,República Democrática del Congo,the Democratic Republic of the Congo,刚果民主共和国,Democratic Republic of the Congo,CONGO (THE DEMOCRATIC REPUBLIC OF THE),x,Africa,جمهورية الكونغو الديمقراطية,Sub-Saharan Africa,Демократическая Республика Конго,World,Kinshasa,AF,.cd,"fr-CD,ln,ktu,kg,sw,lua",203312.0,Congo - Kinshasa,,cd,5.0,85281024.0,0.02765749115825564,0.026918785091579377 -Republic of Congo,COG,CGO,242,COG,cf,Yes,178.0,59,CF,CG,cg,COG,CGO,RCB,la República del Congo,True,17.0,Congo,Congo (le),CFA Franc BEAC,Developing,Республика Конго,Congo (the),XAF,,Congo (el),950,刚果共和国,la République du Congo,Конго,178.0,202.0,2.0,الكونغو,0,جمهورية الكونغو,刚果,,Middle Africa,Congo,the Republic of the Congo,刚果,Congo,CONGO,,Africa,الكونغو,Sub-Saharan Africa,Конго,World,Brazzaville,AF,.cg,"fr-CG,kg,ln-CG",2260494.0,Congo - Brazzaville,G0,cg,2.0,5062021.0,0.6113761203403878,0.5950468283401756 -Cook Islands,COK,COK,682,COK,cw,Associated with NZ,184.0,60,CW,KU,ck,CKH,COK,NZ,las Islas Cook,True,,Îles Cook,Îles Cook (les) **,New Zealand Dollar,Developing,Острова Кука,Cook Islands (the) **,NZD,x,Islas Cook (las) **,554,库克群岛,les Îles Cook,Острова Кука **,184.0,61.0,9.0,جزر كوك,2,جزر كوك,库克群岛 **,,,Islas Cook,the Cook Islands,库克群岛,Cook Islands,COOK ISLANDS,,Oceania,جزر كوك **,Polynesia,Острова Кука,World,Avarua,OC,.ck,"en-CK,mi",1899402.0,Cook Islands,G1,,,,, -Colombia,COL,COL,57,COL,ck,Yes,170.0,57,CO,CO,co,CLM,COL,CO,la República de Colombia,True,5.0,Colombie,Colombie (la),Colombian Peso,Developing,Республика Колумбия,Colombia,COP,,Colombia,170,哥伦比亚共和国,la République de Colombie,Колумбия,170.0,419.0,19.0,كولومبيا,2,جمهورية كولومبيا,哥伦比亚,,South America,Colombia,the Republic of Colombia,哥伦比亚,Colombia,COLOMBIA,,Americas,كولومبيا,Latin America and the Caribbean,Колумбия,World,Bogota,SA,.co,es-CO,3686110.0,Colombia,F8,co,1.0,48168996.0,0.6006657949333073,0.6275864200357127 -Comoros,COM,COM,269,COM,cq,Yes,174.0,58,CN,IC,km,COM,COM,KM,la Unión de las Comoras,True,14.0,Comores,Comores (les) [fém.],Comorian Franc ,Developing,Союз Коморских Островов,Comoros (the),KMF,x,Comoras (las),174,科摩罗联盟,l'Union des Comores,Коморские Острова,174.0,202.0,2.0,جزر القمر,0,اتحاد جزر القمر,科摩罗,,Eastern Africa,Comoras,the Union of the Comoros,科摩罗,Comoros,COMOROS,x,Africa,جزر القمر,Sub-Saharan Africa,Коморские Острова,World,Moroni,AF,.km,"ar,fr-KM",921929.0,Comoros,F9,km,4.0,821164.0,0.5148562926964876,0.46832443908585114 -Cape Verde,CPV,CPV,238,CPV,cv,Yes,132.0,47,CV,CV,cv,CPV,CPV,CV,la República de Cabo Verde,True,11.0,Cabo Verde,Cabo Verde (sans article),Cabo Verde Escudo,Developing,Республика Кабо-Верде,Cabo Verde,CVE,x,Cabo Verde,132,佛得角共和国,la République de Cabo Verde,Кабо-Верде,132.0,202.0,2.0,كابو فيردي,2,جمهورية كابو فيردي,佛得角,,Western Africa,Cabo Verde,the Republic of Cabo Verde,佛得角,Cabo Verde,CABO VERDE,,Africa,كابو فيردي,Sub-Saharan Africa,Кабо-Верде,World,Praia,AF,.cv,pt-CV,3374766.0,Cape Verde,,cv,2.0,568373.0,0.2581313674716472,0.24230914674575676 -Costa Rica,CRI,CRC,506,CRI,cr,Yes,188.0,61,CS,CS,cr,CTR,CRC,CR,la República de Costa Rica,True,13.0,Costa Rica,Costa Rica (le),Costa Rican Colon,Developing,Республика Коста-Рика,Costa Rica,CRC,,Costa Rica,188,哥斯达黎加共和国,la République du Costa Rica,Коста-Рика,188.0,419.0,19.0,كوستاريكا,2,جمهورية كوستاريكا,哥斯达黎加,,Central America,Costa Rica,the Republic of Costa Rica,哥斯达黎加,Costa Rica,COSTA RICA,,Americas,كوستاريكا,Latin America and the Caribbean,Коста-Рика,World,San Jose,,.cr,"es-CR,en",3624060.0,Costa Rica,G2,cr,1.0,4987142.0,0.6135833389103675,0.6410829021870182 -Coral Sea Islands,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cuba,CUB,CUB,53,CUB,cu,Yes,192.0,63,CU,CU,cu,CUB,CUB,C,la República de Cuba,True,29.0,Cuba,Cuba [fém.],"Cuban Peso,Peso Convertible",Developing,Республика Куба,Cuba,"CUP,CUC",x,Cuba,"192,931",古巴共和国,la République de Cuba,Куба,192.0,419.0,19.0,كوبا,"2,2",جمهورية كوبا,古巴,,Caribbean,Cuba,the Republic of Cuba,古巴,Cuba,CUBA,,Americas,كوبا,Latin America and the Caribbean,Куба,World,Havana,,.cu,"es-CU,pap",3562981.0,Cuba,G3,cu,1.0,11116396.0,0.6458771988530185,0.6748241075652824 -Curaçao,CUW,,599,CUW,co,Part of NL,531.0,,UC,,cw,,,,,True,29.0,Curaçao,,Netherlands Antillean Guilder,Developing,,,ANG,x,,532,,,,531.0,419.0,19.0,كوراساو,2,,,,Caribbean,Curaçao,,库拉索,Curaçao,CURAÇAO,,Americas,,Latin America and the Caribbean,Кюрасао,World, Willemstad,,.cw,"nl,pap",7626836.0,Curaçao,,cw,2.0,150241.0,0.0358278292294941,0.030348969912176726 -Cayman Islands,CYM,CAY,1-345,CYM,cj,Territory of GB,136.0,48,CJ,GC,ky,CYM,CAY,KY,,True,29.0,Îles Caïmanes,,Cayman Islands Dollar,Developing,,,KYD,,,136,,,,136.0,419.0,19.0,جزر كايمان,2,,,,Caribbean,Islas Caimán,,开曼群岛,Cayman Islands,CAYMAN ISLANDS,,Americas,,Latin America and the Caribbean,Кайман острова,World,George Town,,.ky,en-KY,3580718.0,Cayman Islands,E9,,,,, -Northern Cyprus,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Cyprus,CYP,CYP,357,CYP,cy,Yes,196.0,64,CY,CY,cy,CYP,CYP,CY,la República de Chipre,True,,Chypre,Chypre [fém.],Euro,Developed,Республика Кипр,Cyprus,EUR,,Chipre,978,塞浦路斯共和国,la République de Chypre,Кипр,196.0,145.0,142.0,قبرص,2,جمهورية قبرص,塞浦路斯,,,Chipre,the Republic of Cyprus,塞浦路斯,Cyprus,CYPRUS,,Asia,قبرص,Western Asia,Кипр,World,Nicosia,EU,.cy,"el-CY,tr-CY,en",146669.0,Cyprus,G4,cy,2.0,1237088.0,0.38863741898285187,0.36381752293935804 -Czech Republic,CZE,CZE,420,CZE,xr,Yes,203.0,65,EZ,CZ,cz,CZE,CZE,CZ,la República Checa,True,,Tchéquie,République tchèque (la),Czech Koruna,Developed,Чешская Республика,Czech Republic (the),CZK,,República Checa (la),203,捷克共和国,la République tchèque,Чешская Республика,203.0,151.0,150.0,تشيكيا,2,الجمهورية التشيكية,捷克共和国,,,Chequia,the Czech Republic,捷克,Czechia,CZECHIA,,Europe,الجمهورية التشيكية,Eastern Europe,Чехия,World,Prague,EU,.cz,"cs,sk",3077311.0,Czechia,,cz,1.0,10686269.0,0.45866758644832145,0.4608363305845106 -Germany,DEU,GER,49,DEU,gw,Yes,276.0,93,GM,DL,de,D,GER,D,la República Federal de Alemania,True,,Allemagne,Allemagne (l') [fém.],Euro,Developed,Федеративная Республика Германия,Germany,EUR,,Alemania,978,德意志联邦共和国,la République fédérale d'Allemagne,Германия,276.0,155.0,150.0,ألمانيا,2,جمهورية ألمانيا الاتحادية,德国,,,Alemania,the Federal Republic of Germany,德国,Germany,GERMANY,,Europe,ألمانيا,Western Europe,Германия,World,Berlin,EU,.de,de,2921044.0,Germany,2M,de,1.0,80457737.0,0.6826042347708354,0.6726057771062579 -Djibouti,DJI,DJI,253,DJI,ft,Yes,262.0,70,DJ,DJ,dj,DJI,DJI,F,la República de Djibouti,True,14.0,Djibouti,Djibouti [masc.],Djibouti Franc,Developing,Республика Джибути,Djibouti,DJF,,Djibouti,262,吉布提共和国,la République de Djibouti,Джибути,262.0,202.0,2.0,جيبوتي,0,جمهورية جيبوتي,吉布提,,Eastern Africa,Djibouti,the Republic of Djibouti,吉布提,Djibouti,DJIBOUTI,x,Africa,جيبوتي,Sub-Saharan Africa,Джибути,World,Djibouti,AF,.dj,"fr-DJ,ar,so-DJ,aa",223816.0,Djibouti,1G,dj,2.0,884017.0,0.027508033357314478,0.023147595305219835 -Dominica,DMA,DMA,1-767,DMA,dq,Yes,212.0,71,DO,DO,dm,DMA,DMA,WD,el Commonwealth de Dominica,True,29.0,Dominique,Dominique (la),East Caribbean Dollar,Developing,Содружество Доминики,Dominica,XCD,x,Dominica,951,多米尼克国,le Commonwealth de Dominique,Доминика,212.0,419.0,19.0,دومينيكا,2,كمنولث دومينيكا,多米尼克,,Caribbean,Dominica,the Commonwealth of Dominica,多米尼克,Dominica,DOMINICA,,Americas,دومينيكا,Latin America and the Caribbean,Доминика,World,Roseau,,.dm,en-DM,3575830.0,Dominica,G9,,,,, -Denmark,DNK,DEN,45,DNK,dk,Yes,208.0,69,DA,DN,dk,DNK,DEN,DK,el Reino de Dinamarca,True,,Danemark,Danemark (le),Danish Krone,Developed,Королевство Дания,Denmark,DKK,,Dinamarca,208,丹麦王国,le Royaume du Danemark,Дания,208.0,154.0,150.0,الدانمرك,2,مملكة الدانمرك,丹麦,,,Dinamarca,the Kingdom of Denmark,丹麦,Denmark,DENMARK,,Europe,الدانمرك,Northern Europe,Дания,World,Copenhagen,EU,.dk,"da-DK,en,fo,de-DK",2623032.0,Denmark,G7,dk,2.0,5809502.0,0.7974384424115439,0.7151454705472379 -Dominican Republic,DOM,DOM,"1-809,1-829,1-849",DOM,dr,Yes,214.0,72,DR,DR,do,DOM,DOM,DOM,la República Dominicana,True,29.0,République dominicaine,République dominicaine (la),Dominican Peso,Developing,Доминиканская Республика,Dominican Republic (the),DOP,x,República Dominicana (la),214,多米尼加共和国,la République dominicaine,Доминиканская Республика,214.0,419.0,19.0,الجمهورية الدومينيكية,2,الجمهورية الدومينيكية,多米尼加,,Caribbean,República Dominicana,the Dominican Republic,多米尼加,Dominican Republic,DOMINICAN REPUBLIC,,Americas,الجمهورية الدومينيكية,Latin America and the Caribbean,Доминиканская Республика,World,Santo Domingo,,.do,es-DO,3508796.0,Dominican Republic,G8,do,1.0,10298756.0,0.5037842151053544,0.5263628039009203 -Algeria,DZA,ALG,213,DZA,ae,Yes,12.0,4,AG,AL,dz,ALG,ALG,DZ,la República Argelina Democrática y Popular,True,,Algérie,Algérie (l') [fém.],Algerian Dinar,Developing,Алжирская Народная Демократическая Республика,Algeria,DZD,,Argelia,012,阿尔及利亚民主人民共和国,la République algérienne démocratique et populaire,Алжир,12.0,15.0,2.0,الجزائر,2,الجمهورية الجزائرية الديمقراطية الشعبية,阿尔及利亚,,,Argelia,the People's Democratic Republic of Algeria,阿尔及利亚,Algeria,ALGERIA,,Africa,الجزائر,Northern Africa,Алжир,World,Algiers,AF,.dz,ar-DZ,2589581.0,Algeria,B4,dz,2.0,41657488.0,0.26584064782830286,0.22198637628517215 -Ecuador,ECU,ECU,593,ECU,ec,Yes,218.0,73,EC,EQ,ec,EQA,ECU,EC,la República del Ecuador,True,5.0,Équateur,Équateur (l') [masc.],US Dollar,Developing,Республика Эквадор,Ecuador,USD,,Ecuador (el),840,厄瓜多尔共和国,la République de l'Équateur,Эквадор,218.0,419.0,19.0,إكوادور,2,جمهورية إكوادور,厄瓜多尔,,South America,Ecuador,the Republic of Ecuador,厄瓜多尔,Ecuador,ECUADOR,,Americas,إكوادور,Latin America and the Caribbean,Эквадор,World,Quito,SA,.ec,es-EC,3658394.0,Ecuador,H1,ec,2.0,16498502.0,0.6200421108988977,0.6478311432626711 -Egypt,EGY,EGY,20,EGY,ua,Yes,818.0,40765,EG,EG,eg,EGY,EGY,ET,la República Árabe de Egipto,True,,Égypte,Égypte (l') [fém.],Egyptian Pound,Developing,Арабская Республика Египет,Egypt,EGP,,Egipto,818,阿拉伯埃及共和国,la République arabe d'Égypte,Египет,818.0,15.0,2.0,مصر,2,جمهورية مصر العربية,埃及,,,Egipto,the Arab Republic of Egypt,埃及,Egypt,EGYPT,,Africa,مصر,Northern Africa,Египет,World,Cairo,AF,.eg,"ar-EG,en,fr",357994.0,Egypt,H2,eg,1.0,99413317.0,0.15278163594149777,0.1020135762336211 -Eritrea,ERI,ERI,291,ERI,ea,Yes,232.0,77,ER, ,er,ERI,ERI,ER,el Estado de Eritrea,True,14.0,Érythrée,Érythrée (l') [fém.],Nakfa,Developing,Государство Эритрея,Eritrea,ERN,,Eritrea,232,厄立特里亚国,l'État d'Érythrée,Эритрея,232.0,202.0,2.0,إريتريا,2,دولة إريتريا,厄立特里亚,,Eastern Africa,Eritrea,the State of Eritrea,厄立特里亚,Eritrea,ERITREA,x,Africa,إريتريا,Sub-Saharan Africa,Эритрея,World,Asmara,AF,.er,"aa-ER,ar,tig,kun,ti-ER",338010.0,Eritrea,1J,er,2.0,5970646.0,0.007964149107588714,0.00531772897388025 -Dhekelia Sovereign Base Area,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Spain,ESP,ESP,34,ESP,sp,Yes,724.0,229,SP,SP,es,E,ESP,E,el Reino de España,True,,Espagne,Espagne (l') [fém.],Euro,Developed,Королевство Испания,Spain,EUR,,España,978,西班牙王国,le Royaume d'Espagne,Испания,724.0,39.0,150.0,إسبانيا,2,مملكة إسبانيا,西班牙,,,España,the Kingdom of Spain,西班牙,Spain,SPAIN,,Europe,إسبانيا,Southern Europe,Испания,World,Madrid,EU,.es,"es-ES,ca,gl,eu,oc",2510769.0,Spain,U3,es,5.0,49331076.0,0.7476167910509105,0.7654312923667784 -Estonia,EST,EST,372,EST,er,Yes,233.0,78,EN,EO,ee,EST,EST,EST,la República de Estonia,True,,Estonie,Estonie (l') [fém.],Euro,Developed,Эстонская Республика,Estonia,EUR,,Estonia,978,爱沙尼亚共和国,la République d'Estonie,Эстония,233.0,154.0,150.0,إستونيا,2,جمهورية إستونيا,爱沙尼亚,,,Estonia,the Republic of Estonia,爱沙尼亚,Estonia,ESTONIA,,Europe,إستونيا,Northern Europe,Эстония,World,Tallinn,EU,.ee,"et,ru",453733.0,Estonia,1H,ee,1.0,1244288.0,0.11761754243265088,0.07557491262610075 -Ethiopia,ETH,ETH,251,ETH,et,Yes,231.0,79,ET,ET,et,ETH,ETH,ETH,la República Democrática Federal de Etiopía,True,14.0,Éthiopie,Éthiopie (l') [fém.],Ethiopian Birr,Developing,Федеративная Демократическая Республика Эфиопия,Ethiopia,ETB,,Etiopía,230,埃塞俄比亚联邦民主共和国,la République fédérale démocratique d'Éthiopie,Эфиопия,231.0,202.0,2.0,إثيوبيا,2,جمهورية إثيوبيا الديمقراطية الاتحادية,埃塞俄比亚,x,Eastern Africa,Etiopía,the Federal Democratic Republic of Ethiopia,埃塞俄比亚,Ethiopia,ETHIOPIA,x,Africa,إثيوبيا,Sub-Saharan Africa,Эфиопия,World,Addis Ababa,AF,.et,"am,en-ET,om-ET,ti-ET,so-ET,sid",337996.0,Ethiopia,H5,et,1.0,108386391.0,0.0,0.0 -Finland,FIN,FIN,358,FIN,fi,Yes,246.0,84,FI,FI,fi,FIN,FIN,FIN,la República de Finlandia,True,,Finlande,Finlande (la),Euro,Developed,Финляндская Республика,Finland,EUR,,Finlandia,978,芬兰共和国,la République de Finlande,Финляндия,246.0,154.0,150.0,فنلندا,2,جمهورية فنلندا,芬兰,,,Finlandia,the Republic of Finland,芬兰,Finland,FINLAND,,Europe,فنلندا,Northern Europe,Финляндия,World,Helsinki,EU,.fi,"fi-FI,sv-FI,smn",660013.0,Finland,H9,fi,2.0,5537364.0,0.6637536357973528,0.6006505603630277 -Fiji,FJI,FIJ,679,FJI,fj,Yes,242.0,83,FJ,FJ,fj,FJI,FIJ,FJI,la República de Fiji,True,,Fidji,Fidji (les) [fém.],Fiji Dollar,Developing,Республика Фиджи,Fiji,FJD,x,Fiji,242,斐济共和国,la République des Fidji,Фиджи,242.0,54.0,9.0,فيجي,2,جمهورية فيجي,斐济,,,Fiji,the Republic of Fiji,斐济,Fiji,FIJI,,Oceania,فيجي,Melanesia,Фиджи,World,Suva,OC,.fj,"en-FJ,fj",2205218.0,Fiji,H8,fj,2.0,926276.0,0.0,0.0 -Falkland Islands,FLK,FLK,500,FLK,fk,Territory of GB,238.0,81,FK,FK,fk,FLK,FLK, ,,True,5.0,Îles Falkland (Malvinas),,,Developing,,,,,,,,,,238.0,419.0,19.0,جزر فوكلاند (مالفيناس),,,,,South America,Islas Malvinas (Falkland),,福克兰群岛(马尔维纳斯),Falkland Islands (Malvinas),,,Americas,,Latin America and the Caribbean,Фолклендские (Мальвинские) острова,World,Stanley,SA,.fk,en-FK,3474414.0,Falkland Islands,,,,,, -France,FRA,FRA,33,FRA,fr,Yes,250.0,85,FR,FR,fr,F,FRA,F,la República Francesa,True,,France,France (la),Euro,Developed,Французская Республика,France,EUR,,Francia,978,法兰西共和国,la République française,Франция,250.0,155.0,150.0,فرنسا,2,الجمهورية الفرنسية,法国,,,Francia,the French Republic,法国,France,FRANCE,,Europe,فرنسا,Western Europe,Франция,World,Paris,EU,.fr,"fr-FR,frp,br,co,ca,eu,oc",3017382.0,France,I0,fr,1.0,67364357.0,0.7205504275440285,0.7013051905437785 -Faroe Islands,FRO,FRO,298,FRO,fa,Part of DK,234.0,82,FO,FA,fo,FRO,FAR,FO,,True,,Îles Féroé,,Danish Krone,Developed,,,DKK,,,208,,,,234.0,154.0,150.0,جزر فايرو,2,,,,,Islas Feroe,,法罗群岛,Faroe Islands,FAROE ISLANDS,,Europe,,Northern Europe,Фарерские острова,World,Torshavn,EU,.fo,"fo,da-FO",2622320.0,Faroe Islands,H6,fo,1.0,51018.0,0.0,0.0 -Federated States of Micronesia,FSM,FSM,691,FSM,fm,Yes,583.0,163,FM, ,fm,FSM,FSM, ,los Estados Federados de Micronesia,True,,Micronésie (États fédérés de),Micronésie (États fédérés de),US Dollar,Developing,Федеративные Штаты Микронезии,Micronesia (Federated States of),USD,x,Micronesia (Estados Federados de),840,密克罗尼西亚联邦,les États fédérés de Micronésie,Микронезия (Федеративные Штаты),583.0,57.0,9.0,ميكرونيزيا (ولايات - الموحدة),2,ولايات ميكرونيزيا الموحدة,密克罗尼西亚(联邦),,,Micronesia (Estados Federados de),the Federated States of Micronesia,密克罗尼西亚(联邦),Micronesia (Federated States of),MICRONESIA (FEDERATED STATES OF),,Oceania,ميكرونيزيا (ولايات - الموحدة),Micronesia,Микронезия (Федеративные Штаты),World,Palikir,OC,.fm,"en-FM,chk,pon,yap,kos,uli,woe,nkr,kpg",2081918.0,Micronesia,,,,,, -Gabon,GAB,GAB,241,GAB,go,Yes,266.0,89,GB,GO,ga,GAB,GAB,G,la República Gabonesa,True,17.0,Gabon,Gabon (le),CFA Franc BEAC,Developing,Габонская Республика,Gabon,XAF,,Gabón (el),950,加蓬共和国,la République gabonaise,Габон,266.0,202.0,2.0,غابون,0,جمهورية الغابون,加蓬,,Middle Africa,Gabón,the Gabonese Republic,加蓬,Gabon,GABON,,Africa,غابون,Sub-Saharan Africa,Габон,World,Libreville,AF,.ga,fr-GA,2400553.0,Gabon,I5,ga,1.0,2119036.0,0.4585320902552909,0.44628512125513176 -United Kingdom,GBR,"ENG,NIR,SCO,WAL",44,GBR,xxk,Yes,826.0,256,UK,UK,gb,G,GBR,GB,el Reino Unido de Gran Bretaña e Irlanda del Norte,True,,Royaume-Uni de Grande-Bretagne et d'Irlande du Nord,Royaume-Uni de Grande-Bretagne et d'Irlande du Nord (le),Pound Sterling,Developed,Соединенное Королевство Великобритании и Северной Ирландии,United Kingdom of Great Britain and Northern Ireland (the),GBP,,Reino Unido de Gran Bretaña e Irlanda del Norte (el),826,大不列颠及北爱尔兰联合王国,le Royaume-Uni de Grande- Bretagne et d'Irlande du Nord,Соединенное Королевство Великобритании и Северной Ирландии,826.0,154.0,150.0,المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية,2,المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية,大不列颠及北爱尔兰联合王国,,,Reino Unido de Gran Bretaña e Irlanda del Norte,the United Kingdom of Great Britain and Northern Ireland,大不列颠及北爱尔兰联合王国,United Kingdom of Great Britain and Northern Ireland,UNITED KINGDOM OF GREAT BRITAIN AND NORTHERN IRELAND,,Europe,المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية,Northern Europe,Соединенное Королевство Великобритании и Северной Ирландии,World,London,EU,.uk,"en-GB,cy-GB,gd",2635167.0,UK,,,,,, -Georgia,GEO,GEO,995,GEO,gs,Yes,268.0,92,GG,GG,ge,GEO,GEO,GE,Georgia,True,,Géorgie,Géorgie (la),Lari,Developing,Грузия,Georgia,GEL,,Georgia,981,格鲁吉亚,la Géorgie,Грузия,268.0,145.0,142.0,جورجيا,2,جورجيا,格鲁吉亚,,,Georgia,Georgia,格鲁吉亚,Georgia,GEORGIA,,Asia,جورجيا,Western Asia,Грузия,World,Tbilisi,AS,.ge,"ka,ru,hy,az",614540.0,Georgia,2Q,ge,3.0,4926087.0,0.08647416460316398,0.0477442356967104 -Guernsey,GGY,GBG,44,GGY,uik,Crown dependency of GB,831.0,104,GK, ,gg, , ,GBG,,True,830.0,Guernesey,,Pound Sterling,Developed,,,GBP,,,826,,,,831.0,154.0,150.0,غيرنزي,2,,,,Channel Islands,Guernsey,,根西,Guernsey,GUERNSEY,,Europe,,Northern Europe,Гернси,World,St Peter Port,EU,.gg,"en,nrf",3042362.0,Guernsey,Y7,,,,, -Ghana,GHA,GHA,233,GHA,gh,Yes,288.0,94,GH,GH,gh,GHA,GHA,GH,la República de Ghana,True,11.0,Ghana,Ghana (le),Ghana Cedi,Developing,Республика Гана,Ghana,GHS,,Ghana,936,加纳共和国,la République du Ghana,Гана,288.0,202.0,2.0,غانا,2,جمهورية غانا,加纳,,Western Africa,Ghana,the Republic of Ghana,加纳,Ghana,GHANA,,Africa,غانا,Sub-Saharan Africa,Гана,World,Accra,AF,.gh,"en-GH,ak,ee,tw",2300660.0,Ghana,J0,gh,3.0,28102471.0,0.0,0.0 -Gibraltar,GIB,GBZ,350,GIB,gi,Territory of GB,292.0,95,GI,GI,gi,GIB,GIB,GBZ,,True,,Gibraltar,,Gibraltar Pound,Developed,,,GIP,,,292,,,,292.0,39.0,150.0,جبل طارق,2,,,,,Gibraltar,,直布罗陀,Gibraltar,GIBRALTAR,,Europe,,Southern Europe,Гибралтар,World,Gibraltar,EU,.gi,"en-GI,es,it,pt",2411586.0,Gibraltar,J1,,,,, -Guinea,GIN,GUI,224,GIN,gv,Yes,324.0,106,GV,GN,gn,GUI,GUI,RG,la República de Guinea,True,11.0,Guinée,Guinée (la),Guinean Franc,Developing,Гвинейская Республика,Guinea,GNF,,Guinea,324,几内亚共和国,la République de Guinée,Гвинея,324.0,202.0,2.0,غينيا,0,جمهورية غينيا,几内亚,,Western Africa,Guinea,the Republic of Guinea,几内亚,Guinea,GUINEA,x,Africa,غينيا,Sub-Saharan Africa,Гвинея,World,Conakry,AF,.gn,fr-GN,2420477.0,Guinea,J9,gn,1.0,11855411.0,0.21107032726037198,0.20543283359363207 -Gambia,GMB,GAM,220,GMB,gm,Yes,270.0,90,GA,GB,gm,GMB,GAM,WAG,la República de Gambia,True,11.0,Gambie,Gambie (la),Dalasi,Developing,Республика Гамбия,Gambia (the),GMD,,Gambia,270,冈比亚共和国,la République de Gambie,Гамбия,270.0,202.0,2.0,غامبيا,2,جمهورية غامبيا,冈比亚,,Western Africa,Gambia,the Republic of the Gambia,冈比亚,Gambia,GAMBIA,x,Africa,غامبيا,Sub-Saharan Africa,Гамбия,World,Banjul,AF,.gm,"en-GM,mnk,wof,wo,ff",2413451.0,Gambia,I6,,,,, -Guinea Bissau,GNB,GNB,245,GNB,pg,Yes,624.0,105,PU,GW,gw,GNB,GBS,GW,la República de Guinea-Bissau,True,11.0,Guinée-Bissau,Guinée-Bissau (la),CFA Franc BCEAO,Developing,Республика Гвинея-Бисау,Guinea-Bissau,XOF,x,Guinea-Bissau,952,几内亚比绍共和国,la République de Guinée-Bissau,Гвинея-Бисау,624.0,202.0,2.0,غينيا - بيساو,0,جمهورية غينيا - بيساو,几内亚比绍,,Western Africa,Guinea-Bissau,the Republic of Guinea-Bissau,几内亚比绍,Guinea-Bissau,GUINEA-BISSAU,x,Africa,غينيا - بيساو,Sub-Saharan Africa,Гвинея-Бисау,World,Bissau,AF,.gw,"pt-GW,pov",2372248.0,Guinea-Bissau,S0,gw,1.0,1833247.0,0.3396465361469042,0.31882782466546944 -Equatorial Guinea,GNQ,EQG,240,GNQ,eg,Yes,226.0,76,EK,GQ,gq,GNE,GEQ,EQ,la República de Guinea Ecuatorial,True,17.0,Guinée équatoriale,Guinée équatoriale (la),CFA Franc BEAC,Developing,Республика Экваториальная Гвинея,Equatorial Guinea,XAF,,Guinea Ecuatorial,950,赤道几内亚共和国,la République de Guinée équatoriale,Экваториальная Гвинея,226.0,202.0,2.0,غينيا الاستوائية,0,جمهورية غينيا الاستوائية,赤道几内亚,,Middle Africa,Guinea Ecuatorial,the Republic of Equatorial Guinea,赤道几内亚,Equatorial Guinea,EQUATORIAL GUINEA,,Africa,غينيا الاستوائية,Sub-Saharan Africa,Экваториальная Гвинея,World,Malabo,AF,.gq,"es-GQ,fr",2309096.0,Equatorial Guinea,H4,gq,2.0,797457.0,0.6259620898949286,0.6494352127412427 -Greece,GRC,GRE,30,GRC,gr,Yes,300.0,97,GR,GR,gr,GRC,GRE,GR,la República Helénica,True,,Grèce,Grèce (la),Euro,Developed,Греческая Республика,Greece,EUR,,Grecia,978,希腊共和国,la République hellénique,Греция,300.0,39.0,150.0,اليونان,2,الجمهورية الهيلينية,希腊,,,Grecia,the Hellenic Republic,希腊,Greece,GREECE,,Europe,اليونان,Southern Europe,Греция,World,Athens,EU,.gr,"el-GR,en,fr",390903.0,Greece,J3,gr,1.0,10761523.0,0.30402967325443114,0.3018339361750836 -Grenada,GRD,GRN,1-473,GRD,gd,Yes,308.0,99,GJ,GD,gd,GRD,GRN,WG,Granada,True,29.0,Grenade,Grenade (la),East Caribbean Dollar,Developing,Гренада,Grenada,XCD,x,Granada,951,格林纳达,la Grenade,Гренада,308.0,419.0,19.0,غرينادا,2,غرينادا,格林纳达,,Caribbean,Granada,Grenada,格林纳达,Grenada,GRENADA,,Americas,غرينادا,Latin America and the Caribbean,Гренада,World,St. George's,,.gd,en-GD,3580239.0,Grenada,J5,,,,, -Greenland,GRL,GRL,299,GRL,gl,Part of DK,304.0,98,GL,GL,gl,GRL,GRL,DK,,True,,Groenland,,Danish Krone,Developed,,,DKK,,,208,,,,304.0,21.0,19.0,غرينلند,2,,,,,Groenlandia,,格陵兰,Greenland,GREENLAND,,Americas,,Northern America,Гренландия,World,Nuuk,,.gl,"kl,da-GL,en",3425505.0,Greenland,J4,gl,1.0,57691.0,0.0,0.0 -Guatemala,GTM,GUA,502,GTM,gt,Yes,320.0,103,GT,GU,gt,GTM,GUA,GCA,la República de Guatemala,True,13.0,Guatemala,Guatemala (le),Quetzal,Developing,Республика Гватемала,Guatemala,GTQ,,Guatemala,320,危地马拉共和国,la République du Guatemala,Гватемала,320.0,419.0,19.0,غواتيمالا,2,جمهورية غواتيمالا,危地马拉,,Central America,Guatemala,the Republic of Guatemala,危地马拉,Guatemala,GUATEMALA,,Americas,غواتيمالا,Latin America and the Caribbean,Гватемала,World,Guatemala City,,.gt,es-GT,3595528.0,Guatemala,J8,gt,2.0,16581273.0,0.6006657949333073,0.6275864200357127 -Guam,GUM,GUM,1-671,GUM,gu,Territory of US,316.0,101,GQ,GM,gu,GUM,GUM,USA,,True,,Guam,,US Dollar,Developing,,,USD,x,,840,,,,316.0,57.0,9.0,غوام,2,,,,,Guam,,关岛,Guam,GUAM,,Oceania,,Micronesia,Гуам,World,Hagatna,OC,.gu,"en-GU,ch-GU",4043988.0,Guam,GU,gu,1.0,167772.0,0.0,0.0 -Guyana,GUY,GUY,592,GUY,gy,Yes,328.0,107,GY,GY,gy,GUY,GUY,GUY,la República de Guyana,True,5.0,Guyana,Guyana (le),Guyana Dollar,Developing,Республика Гайана,Guyana,GYD,x,Guyana,328,圭亚那共和国,la République du Guyana,Гайана,328.0,419.0,19.0,غيانا,2,جمهورية غيانا,圭亚那,,South America,Guyana,the Republic of Guyana,圭亚那,Guyana,GUYANA,,Americas,غيانا,Latin America and the Caribbean,Гайана,World,Georgetown,SA,.gy,en-GY,3378535.0,Guyana,K0,,,,, -Hong Kong S.A.R.,HKG,HKG,852,HKG, ,Part of CN,344.0,33364,HK,HK,hk,HKG,HKG,HK,,True,,"Chine, région administrative spéciale de Hong Kong",,Hong Kong Dollar,Developing,,,HKD,,,344,,,,344.0,30.0,142.0,منطقة هونغ كونغ الصينية الإدارية الخاصة,2,,,,,"China, región administrativa especial de Hong Kong",,中国香港特别行政区,"China, Hong Kong Special Administrative Region",HONG KONG,,Asia,,Eastern Asia,"Китай, Специальный административный район Гонконг",World,Hong Kong,AS,.hk,"zh-HK,yue,zh,en",1819730.0,Hong Kong,K3,hk,1.0,7213338.0,0.0,0.0 -Heard Island and McDonald Islands,HMD,,672,HMD,hm,Territory of AU,334.0,109,HM, ,hm, , ,AUS,,True,,Île Heard-et-Îles MacDonald,,Australian Dollar,Developed,,,AUD,,,036,,,,334.0,53.0,9.0,جزيرة هيرد وجزر ماكدونالد,2,,,,,Islas Heard y McDonald,,赫德岛和麦克唐纳岛,Heard Island and McDonald Islands,HEARD ISLAND AND MCDONALD ISLANDS,,Oceania,,Australia and New Zealand,Остров Херд и острова Макдональд,World,,AN,.hm,,1547314.0,Heard & McDonald Islands,K4,,,,, -Honduras,HND,HON,504,HND,ho,Yes,340.0,111,HO,HO,hn,HND,HON, ,la República de Honduras,True,13.0,Honduras,Honduras (le),Lempira,Developing,Республика Гондурас,Honduras,HNL,,Honduras,340,洪都拉斯共和国,la République du Honduras,Гондурас,340.0,419.0,19.0,هندوراس,2,جمهورية هندوراس,洪都拉斯,,Central America,Honduras,the Republic of Honduras,洪都拉斯,Honduras,HONDURAS,,Americas,هندوراس,Latin America and the Caribbean,Гондурас,World,Tegucigalpa,,.hn,"es-HN,cab,miq",3608932.0,Honduras,K2,hn,1.0,9182766.0,0.5037842151053544,0.5263628039009203 -Croatia,HRV,CRO,385,HRV,ci,Yes,191.0,62,HR,RH,hr,HRV,CRO,HR,la República de Croacia,True,,Croatie,Croatie (la),Kuna,Developed,Республика Хорватия,Croatia,HRK,,Croacia,191,克罗地亚共和国,la République de Croatie,Хорватия,191.0,39.0,150.0,كرواتيا,2,جمهورية كرواتيا,克罗地亚,,,Croacia,the Republic of Croatia,克罗地亚,Croatia,CROATIA,,Europe,كرواتيا,Southern Europe,Хорватия,World,Zagreb,EU,.hr,"hr-HR,sr",3202326.0,Croatia,1M,hr,2.0,4270480.0,0.2683916335165203,0.2117345379890487 -Haiti,HTI,HAI,509,HTI,ht,Yes,332.0,108,HA,HA,ht,HTI,HAI,RH,la República de Haití,True,29.0,Haïti,Haïti [masc.],"Gourde,US Dollar",Developing,Республика Гаити,Haiti,"HTG,USD",x,Haití,"332,840",海地共和国,la République d'Haïti,Гаити,332.0,419.0,19.0,هايتي,"2,2",جمهورية هايتي,海地,,Caribbean,Haití,the Republic of Haiti,海地,Haiti,HAITI,x,Americas,هايتي,Latin America and the Caribbean,Гаити,World,Port-au-Prince,,.ht,"ht,fr-HT",3723988.0,Haiti,K1,ht,2.0,10788440.0,0.03420794959047408,0.033294286823795545 -Hungary,HUN,HUN,36,HUN,hu,Yes,348.0,113,HU,HU,hu,HNG,HUN,H,Hungría,True,,Hongrie,Hongrie (la),Forint,Developed,Венгрия,Hungary,HUF,,Hungría,348,匈牙利,la Hongrie,Венгрия,348.0,151.0,150.0,هنغاريا,2,هنغاريا,匈牙利,,,Hungría,Hungary,匈牙利,Hungary,HUNGARY,,Europe,هنغاريا,Eastern Europe,Венгрия,World,Budapest,EU,.hu,hu-HU,719819.0,Hungary,K5,hu,1.0,9825704.0,0.3972427142482072,0.3745029311166393 -Indonesia,IDN,IDN,62,IDN,io,Yes,360.0,116,ID,ID,id,INS,INA,RI,la República de Indonesia,True,,Indonésie,Indonésie (l') [fém.],Rupiah,Developing,Республика Индонезия,Indonesia,IDR,,Indonesia,360,印度尼西亚共和国,la République d'Indonésie,Индонезия,360.0,35.0,142.0,إندونيسيا,2,جمهورية إندونيسيا,印度尼西亚,,,Indonesia,the Republic of Indonesia,印度尼西亚,Indonesia,INDONESIA,,Asia,إندونيسيا,South-eastern Asia,Индонезия,World,Jakarta,AS,.id,"id,en,nl,jv",1643084.0,Indonesia,K8,id,1.0,262787403.0,0.2878482772112083,0.23967210835211386 -Isle of Man,IMN,GBM,44,IMN,uik,Crown dependency of GB,833.0,120,IM, ,im, , ,GBM,,True,,Île de Man,,Pound Sterling,Developed,,,GBP,,,826,,,,833.0,154.0,150.0,جزيرة مان,2,,,,,Isla de Man,,马恩岛,Isle of Man,ISLE OF MAN,,Europe,,Northern Europe,Остров Мэн,World,Douglas,EU,.im,"en,gv",3042225.0,Isle of Man,Y8,im,1.0,89407.0,0.00026594756724334604,0.00020796475566863342 -India,IND,IND,91,IND,ii,Yes,356.0,115,IN,IN,in,IND,IND,IND,la República de la India,True,,Inde,Inde (l') [fém.],Indian Rupee,Developing,Республика Индия,India,INR,,India (la),356,印度共和国,la République de l'Inde,Индия,356.0,34.0,142.0,الهند,2,جمهورية الهند,印度,,,India,the Republic of India,印度,India,INDIA,,Asia,الهند,Southern Asia,Индия,World,New Delhi,AS,.in,"en-IN,hi,bn,te,mr,ta,ur,gu,kn,ml,or,pa,as,bh,sat,ks,ne,sd,kok,doi,mni,sit,sa,fr,lus,inc",1269750.0,India,K7,in,13.0,1296834042.0,0.19679703287641134,0.1483453054444732 -Indian Ocean Territories,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -British Indian Ocean Territory,IOT,,246,IOT,bi,Territory of GB,86.0,38,IO, ,io,BIO, , ,,True,14.0,Territoire britannique de l'océan Indien,,US Dollar,Developing,,,USD,,,840,,,,86.0,202.0,2.0,المحيط الهندي الإقليم البريطاني في,2,,,,Eastern Africa,Territorio Británico del Océano Índico,,英属印度洋领土,British Indian Ocean Territory,BRITISH INDIAN OCEAN TERRITORY,,Africa,,Sub-Saharan Africa,Британская территория в Индийском океане,World,Diego Garcia,AS,.io,en-IO,1282588.0,British Indian Ocean Territory,D6,,,,, -Ireland,IRL,IRL,353,IRL,ie,Yes,372.0,119,EI,IE,ie,IRL,IRL,IRL,Irlanda,True,,Irlande,Irlande (l') [fém.],Euro,Developed,Ирландия,Ireland,EUR,,Irlanda,978,爱尔兰,l'Irlande,Ирландия,372.0,154.0,150.0,آيرلندا,2,آيرلندا,爱尔兰,,,Irlanda,Ireland,爱尔兰,Ireland,IRELAND,,Europe,آيرلندا,Northern Europe,Ирландия,World,Dublin,EU,.ie,"en-IE,ga-IE",2963597.0,Ireland,L2,ie,1.0,5068050.0,0.01948241689789909,0.0108590367758904 -Iran,IRN,IRN,98,IRN,ir,Yes,364.0,117,IR,IR,ir,IRN,IRI,IR,la República Islámica del Irán,True,,Iran (République islamique d'),Iran (République islamique d'),Iranian Rial,Developing,Исламская Республика Иран,Iran (Islamic Republic of),IRR,,Irán (República Islámica del),364,伊朗伊斯兰共和国,la République islamique d'Iran,Иран (Исламская Республика),364.0,34.0,142.0,إيران (جمهورية - الإسلامية),2,جمهورية إيران الإسلامية,伊朗(伊斯兰共和国),,,Irán (República Islámica del),the Islamic Republic of Iran,伊朗(伊斯兰共和国),Iran (Islamic Republic of),IRAN (ISLAMIC REPUBLIC OF),,Asia,إيران (جمهورية - الإسلامية),Southern Asia,Иран (Исламская Республика),World,Tehran,AS,.ir,"fa-IR,ku",130758.0,Iran,,ir,1.0,83024745.0,0.10291558772503334,0.061361404901078 -Iraq,IRQ,IRQ,964,IRQ,iq,Yes,368.0,118,IZ,IQ,iq,IRQ,IRQ,IRQ,la República del Iraq,True,,Iraq,Iraq (l') [masc.],Iraqi Dinar,Developing,Республика Ирак,Iraq,IQD,,Iraq (el),368,伊拉克共和国,la République d'Iraq,Ирак,368.0,145.0,142.0,العراق,3,جمهورية العراق,伊拉克,,,Iraq,the Republic of Iraq,伊拉克,Iraq,IRAQ,,Asia,العراق,Western Asia,Ирак,World,Baghdad,AS,.iq,"ar-IQ,ku,hy",99237.0,Iraq,L0,iq,3.0,40194216.0,0.11052288557470052,0.07379705514772592 -Iceland,ISL,ISL,354,ISL,ic,Yes,352.0,114,IC,IL,is,ISL,ISL,IS,la República de Islandia,True,,Islande,Islande (l') [fém.],Iceland Krona,Developed,Республика Исландия,Iceland,ISK,,Islandia,352,冰岛共和国,la République d'Islande,Исландия,352.0,154.0,150.0,آيسلندا,0,جمهورية آيسلندا,冰岛,,,Islandia,the Republic of Iceland,冰岛,Iceland,ICELAND,,Europe,آيسلندا,Northern Europe,Исландия,World,Reykjavik,EU,.is,"is,en,de,da,sv,no",2629691.0,Iceland,K6,is,1.0,343518.0,0.13854897579910322,0.06643468705645346 -Israel,ISR,ISR,972,ISR,is,Yes,376.0,121,IS,IS,il,ISR,ISR,IL,el Estado de Israel,True,,Israël,Israël [masc.],New Israeli Sheqel,Developed,Государство Израиль,Israel,ILS,,Israel,376,以色列国,l'État d'Israël,Израиль,376.0,145.0,142.0,إسرائيل,2,دولة إسرائيل,以色列,,,Israel,the State of Israel,以色列,Israel,ISRAEL,,Asia,إسرائيل,Western Asia,Израиль,World,Jerusalem,AS,.il,"he,ar-IL,en-IL,",294640.0,Israel,L3,il,2.0,8424904.0,0.2188757728482515,0.14935060970956762 -Italy,ITA,ITA,39,ITA,it,Yes,380.0,122,IT,IY,it,I,ITA,I,la República Italiana,True,,Italie,Italie (l') [fém.],Euro,Developed,Итальянская Республика,Italy,EUR,,Italia,978,意大利共和国,la République italienne,Италия,380.0,39.0,150.0,إيطاليا,2,جمهورية إيطاليا,意大利,,,Italia,the Republic of Italy,意大利,Italy,ITALY,,Europe,إيطاليا,Southern Europe,Италия,World,Rome,EU,.it,"it-IT,de-IT,fr-IT,sc,ca,co,sl",3175395.0,Italy,L6,it,4.0,62246674.0,0.5510414909199546,0.4731235844804495 -Jamaica,JAM,JAM,1-876,JAM,jm,Yes,388.0,123,JM,JM,jm,JMC,JAM,JA,Jamaica,True,29.0,Jamaïque,Jamaïque (la),Jamaican Dollar,Developing,Ямайка,Jamaica,JMD,x,Jamaica,388,牙买加,la Jamaïque,Ямайка,388.0,419.0,19.0,جامايكا,2,جامايكا,牙买加,,Caribbean,Jamaica,Jamaica,牙买加,Jamaica,JAMAICA,,Americas,جامايكا,Latin America and the Caribbean,Ямайка,World,Kingston,,.jm,en-JM,3489940.0,Jamaica,L8,,,,, -Jersey,JEY,GBJ,44,JEY,uik,Crown dependency of GB,832.0,128,JE, ,je, , ,GBJ,,True,830.0,Jersey,,Pound Sterling,Developed,,,GBP,,,826,,,,832.0,154.0,150.0,جيرزي,2,,,,Channel Islands,Jersey,,泽西,Jersey,JERSEY,,Europe,,Northern Europe,Джерси,World,Saint Helier,EU,.je,"en,fr,nrf",3042142.0,Jersey,Y9,,,,, -Jordan,JOR,JOR,962,JOR,jo,Yes,400.0,130,JO,JD,jo,JOR,JOR,HKJ,el Reino Hachemita de Jordania,True,,Jordanie,Jordanie (la),Jordanian Dinar,Developing,Иорданское Хашимитское Королевство,Jordan,JOD,,Jordania,400,约旦哈希姆王国,le Royaume hachémite de Jordanie,Иордания,400.0,145.0,142.0,الأردن,3,المملكة الأردنية الهاشمية,约旦,,,Jordania,the Hashemite Kingdom of Jordan,约旦,Jordan,JORDAN,,Asia,الأردن,Western Asia,Иордания,World,Amman,AS,.jo,"ar-JO,en",248816.0,Jordan,M2,jo,1.0,10458413.0,0.16253365525691252,0.10852508109959692 -Japan,JPN,JPN,81,JPN,ja,Yes,392.0,126,JA,JP,jp,J,JPN,J,el Japón,True,,Japon,Japon (le),Yen,Developed,Япония,Japan,JPY,,Japón (el),392,日本国,le Japon,Япония,392.0,30.0,142.0,اليابان,0,اليابان,日本,,,Japón,Japan,日本,Japan,JAPAN,,Asia,اليابان,Eastern Asia,Япония,World,Tokyo,AS,.jp,ja,1861060.0,Japan,M0,jp,1.0,126168156.0,0.4225553284701594,0.37456007814050024 -Baykonur Cosmodrome,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Siachen Glacier,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Kazakhstan,KAZ,KAZ,7,KAZ,kz,Yes,398.0,132,KZ,KZ,kz,KAZ,KAZ,KZ,la República de Kazajstán,True,,Kazakhstan,Kazakhstan (le),Tenge,Developing,Республика Казахстан,Kazakhstan,KZT,,Kazajstán,398,哈萨克斯坦共和国,la République du Kazakhstan,Казахстан,398.0,143.0,142.0,كازاخستان,2,جمهورية كازاخستان,哈萨克斯坦,x,,Kazajstán,the Republic of Kazakhstan,哈萨克斯坦,Kazakhstan,KAZAKHSTAN,,Asia,كازاخستان,Central Asia,Казахстан,World,Astana,AS,.kz,"kk,ru",1522867.0,Kazakhstan,,kz,2.0,18744548.0,0.4802817002918934,0.45575629931474443 -Kenya,KEN,KEN,254,KEN,ke,Yes,404.0,133,KE,KN,ke,KEN,KEN,EAK,la República de Kenya,True,14.0,Kenya,Kenya (le),Kenyan Shilling,Developing,Республика Кения,Kenya,KES,,Kenya,404,肯尼亚共和国,la République du Kenya,Кения,404.0,202.0,2.0,كينيا,2,جمهورية كينيا,肯尼亚,,Eastern Africa,Kenya,the Republic of Kenya,肯尼亚,Kenya,KENYA,,Africa,كينيا,Sub-Saharan Africa,Кения,World,Nairobi,AF,.ke,"en-KE,sw-KE",192950.0,Kenya,M3,ke,1.0,48397527.0,0.0,0.0 -Kyrgyzstan,KGZ,KGZ,996,KGZ,kg,Yes,417.0,138,KG,KG,kg,KGZ,KGZ,KS,la República Kirguisa,True,,Kirghizistan,Kirghizistan (le),Som,Developing,Кыргызская Республика,Kyrgyzstan,KGS,,Kirguistán,417,吉尔吉斯共和国,la République kirghize,Кыргызстан,417.0,143.0,142.0,قيرغيزستان,2,جمهورية قيرغيزستان,吉尔吉斯斯坦,x,,Kirguistán,the Kyrgyz Republic,吉尔吉斯斯坦,Kyrgyzstan,KYRGYZSTAN,,Asia,قيرغيزستان,Central Asia,Кыргызстан,World,Bishkek,AS,.kg,"ky,uz,ru",1527747.0,Kyrgyzstan,1N,kg,2.0,5849296.0,0.22959191553109667,0.21619492391984493 -Cambodia,KHM,CAM,855,KHM,cb,Yes,116.0,44,CB,KP,kh,CBG,CAM,K,el Reino de Camboya,True,,Cambodge,Cambodge (le),Riel,Developing,Королевство Камбоджа,Cambodia,KHR,,Camboya,116,柬埔寨王国,le Royaume du Cambodge,Камбоджа,116.0,35.0,142.0,كمبوديا,2,مملكة كمبوديا,柬埔寨,,,Camboya,the Kingdom of Cambodia,柬埔寨,Cambodia,CAMBODIA,x,Asia,كمبوديا,South-eastern Asia,Камбоджа,World,Phnom Penh,AS,.kh,"km,fr,en",1831722.0,Cambodia,E3,kh,1.0,16449519.0,0.06520285818717213,0.051207972772919434 -Kiribati,KIR,KIR,686,KIR,gb,Yes,296.0,135,KR,KB,ki,KIR,KIR, ,la República de Kiribati,True,,Kiribati,Kiribati [fém.],Australian Dollar,Developing,Республика Кирибати,Kiribati,AUD,x,Kiribati,036,基里巴斯共和国,la République de Kiribati,Кирибати,296.0,57.0,9.0,كيريباس,2,جمهورية كيريباس,基里巴斯,,,Kiribati,the Republic of Kiribati,基里巴斯,Kiribati,KIRIBATI,x,Oceania,كيريباس,Micronesia,Кирибати,World,Tarawa,OC,.ki,"en-KI,gil",4030945.0,Kiribati,J2,ki,1.0,109367.0,0.0,0.0 -Saint Kitts and Nevis,KNA,SKN,1-869,KNA,xd,Yes,659.0,208,SC,AT,kn,KNA,SKN,KN,Saint Kitts y Nevis,True,29.0,Saint-Kitts-et-Nevis,Saint-Kitts-et-Nevis [masc.],East Caribbean Dollar,Developing,Сент-Китс и Невис,Saint Kitts and Nevis,XCD,x,Saint Kitts y Nevis,951,圣基茨和尼维斯,Saint-Kitts-et-Nevis [masc.],Сент-Китс и Невис,659.0,419.0,19.0,سانت كيتس ونيفس,2,سانت كيتس ونيفس,圣基茨和尼维斯,,Caribbean,Saint Kitts y Nevis,Saint Kitts and Nevis,圣基茨和尼维斯,Saint Kitts and Nevis,SAINT KITTS AND NEVIS,,Americas,سانت كيتس ونيفس,Latin America and the Caribbean,Сент-Китс и Невис,World,Basseterre,,.kn,en-KN,3575174.0,St. Kitts & Nevis,U7,,,,, -South Korea,KOR,KOR,82,KOR,ko,Yes,410.0,202,KS,KO,kr,KOR,KOR,ROK,la República de Corea,True,,République de Corée,République de Corée (la),Won,Developing,Республика Корея,Republic of Korea (the),KRW,,República de Corea (la),410,大韩民国,la République de Corée,Республика Корея,410.0,30.0,142.0,جمهورية كوريا,0,جمهورية كوريا,大韩民国,,,República de Corea,the Republic of Korea,大韩民国,Republic of Korea,KOREA (THE REPUBLIC OF),,Asia,جمهورية كوريا,Eastern Asia,Республика Корея,World,Seoul,AS,.kr,"ko-KR,en",1835841.0,South Korea,,kr,1.0,51418097.0,0.3045112201349814,0.2854409053987828 -Kosovo,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Kuwait,KWT,KUW,965,KWT,ku,Yes,414.0,137,KU,KW,kw,KWT,KUW,KWT,el Estado de Kuwait,True,,Koweït,Koweït (le),Kuwaiti Dinar,Developing,Государство Кувейт,Kuwait,KWD,,Kuwait,414,科威特国,l'État du Koweït,Кувейт,414.0,145.0,142.0,الكويت,3,دولة الكويت,科威特,,,Kuwait,the State of Kuwait,科威特,Kuwait,KUWAIT,,Asia,الكويت,Western Asia,Кувейт,World,Kuwait City,AS,.kw,"ar-KW,en",285570.0,Kuwait,M6,kw,1.0,2916467.0,0.16253365525691252,0.10852508109959692 -Laos,LAO,LAO,856,LAO,ls,Yes,418.0,139,LA,LA,la,LAO,LAO,LAO,la República Democrática Popular Lao,True,,République démocratique populaire lao,République démocratique populaire lao (la),Lao Kip,Developing,Лаосская Народно-Демократическая Республика,Lao People's Democratic Republic (the),LAK,,República Democrática Popular Lao (la),418,老挝人民民主共和国,la République démocratique populaire lao,Лаосская Народно-Демократическая Республика,418.0,35.0,142.0,جمهورية لاو الديمقراطية الشعبية,2,جمهورية لاو الديمقراطية الشعبية,老挝人民民主共和国,x,,República Democrática Popular Lao,the Lao People's Democratic Republic,老挝人民民主共和国,Lao People's Democratic Republic,LAO PEOPLE’S DEMOCRATIC REPUBLIC,x,Asia,جمهورية لاو الديمقراطية الشعبية,South-eastern Asia,Лаосская Народно-Демократическая Республика,World,Vientiane,AS,.la,"lo,fr,en",1655842.0,Laos,,la,1.0,7234171.0,0.0,0.0 -Lebanon,LBN,LIB,961,LBN,le,Yes,422.0,141,LE,LB,lb,LBN,LIB,RL,la República Libanesa,True,,Liban,Liban (le),Lebanese Pound,Developing,Ливанская Республика,Lebanon,LBP,,Líbano (el),422,黎巴嫩共和国,la République libanaise,Ливан,422.0,145.0,142.0,لبنان,2,الجمهورية اللبنانية,黎巴嫩,,,Líbano,the Lebanese Republic,黎巴嫩,Lebanon,LEBANON,,Asia,لبنان,Western Asia,Ливан,World,Beirut,AS,.lb,"ar-LB,fr-LB,en,hy",272103.0,Lebanon,M8,lb,1.0,6100075.0,0.13977894352094478,0.09333156974565335 -Liberia,LBR,LBR,231,LBR,lb,Yes,430.0,144,LI,LI,lr,LBR,LBR,LB,la República de Liberia,True,11.0,Libéria,Libéria (le),Liberian Dollar,Developing,Республика Либерия,Liberia,LRD,,Liberia,430,利比里亚共和国,la République du Libéria,Либерия,430.0,202.0,2.0,ليبريا,2,جمهورية ليبريا,利比里亚,,Western Africa,Liberia,the Republic of Liberia,利比里亚,Liberia,LIBERIA,x,Africa,ليبريا,Sub-Saharan Africa,Либерия,World,Monrovia,AF,.lr,en-LR,2275384.0,Liberia,N0,,,,, -Libya,LBY,LBY,218,LBY,ly,Yes,434.0,145,LY,LY,ly,LBY,LBA,LAR,Libia,True,,Libye,Libye (la),Libyan Dinar,Developing,Ливия,Libya,LYD,,Libia,434,利比亚,la Libye,Ливия,434.0,15.0,2.0,ليبيا,3,ليبيا,利比亚,,,Libia,Libya,利比亚,Libya,LIBYA,,Africa,ليبيا,Northern Africa,Ливия,World,Tripoli,AF,.ly,"ar-LY,it,en",2215636.0,Libya,,ly,1.0,6754507.0,0.12027490489011526,0.08030856001370172 -Saint Lucia,LCA,LCA,1-758,LCA,xk,Yes,662.0,209,ST,LC,lc,LCA,LCA,WL,Santa Lucía,True,29.0,Sainte-Lucie,Sainte-Lucie [fém.],East Caribbean Dollar,Developing,Сент-Люсия,Saint Lucia,XCD,x,Santa Lucía,951,圣卢西亚,Sainte-Lucie [fém.],Сент-Люсия,662.0,419.0,19.0,سانت لوسيا,2,سانت لوسيا,圣卢西亚,,Caribbean,Santa Lucía,Saint Lucia,圣卢西亚,Saint Lucia,SAINT LUCIA,,Americas,سانت لوسيا,Latin America and the Caribbean,Сент-Люсия,World,Castries,,.lc,en-LC,3576468.0,St. Lucia,U9,,,,, -Liechtenstein,LIE,LIE,423,LIE,lh,Yes,438.0,146,LS, ,li,LIE,LIE,FL,el Principado de Liechtenstein,True,,Liechtenstein,Liechtenstein (le),Swiss Franc,Developed,Княжество Лихтенштейн,Liechtenstein,CHF,,Liechtenstein,756,列支敦士登公国,la Principauté du Liechtenstein,Лихтенштейн,438.0,155.0,150.0,ليختنشتاين,2,إمارة ليختنشتاين,列支敦士登,,,Liechtenstein,the Principality of Liechtenstein,列支敦士登,Liechtenstein,LIECHTENSTEIN,,Europe,ليختنشتاين,Western Europe,Лихтенштейн,World,Vaduz,EU,.li,de-LI,3042058.0,Liechtenstein,N2,li,2.0,38547.0,0.7501145437042147,0.7391272275892944 -Sri Lanka,LKA,SRI,94,LKA,ce,Yes,144.0,231,CE,SB,lk,CLN,SRI,CL,la República Socialista Democrática de Sri Lanka,True,,Sri Lanka,Sri Lanka [fém.],Sri Lanka Rupee,Developing,Демократическая Социалистическая Республика Шри-Ланка,Sri Lanka,LKR,,Sri Lanka,144,斯里兰卡民主社会主义共和国,la République socialiste démocratique de Sri Lanka,Шри-Ланка,144.0,34.0,142.0,سري لانكا,2,جمهورية سري لانكا الاشتراكية الديمقراطية,斯里兰卡,,,Sri Lanka,the Democratic Socialist Republic of Sri Lanka,斯里兰卡,Sri Lanka,SRI LANKA,,Asia,سري لانكا,Southern Asia,Шри-Ланка,World,Colombo,AS,.lk,"si,ta,en",1227603.0,Sri Lanka,F1,lk,2.0,22576592.0,0.08445840133025137,0.05104607881541172 -Lesotho,LSO,LES,266,LSO,lo,Yes,426.0,142,LT,LS,ls,LSO,LES,LS,el Reino de Lesotho,True,18.0,Lesotho,Lesotho (le),"Loti,Rand",Developing,Королевство Лесото,Lesotho,"LSL,ZAR",,Lesotho,"426,710",莱索托王国,le Royaume du Lesotho,Лесото,426.0,202.0,2.0,ليسوتو,"2,2",مملكة ليسوتو,莱索托,x,Southern Africa,Lesotho,the Kingdom of Lesotho,莱索托,Lesotho,LESOTHO,x,Africa,ليسوتو,Sub-Saharan Africa,Лесото,World,Maseru,AF,.ls,"en-LS,st,zu,xh",932692.0,Lesotho,M9,ls,1.0,1962461.0,0.0,0.0 -Lithuania,LTU,LTU,370,LTU,li,Yes,440.0,147,LH,LT,lt,LTU,LTU,LT,la República de Lituania,True,,Lituanie,Lituanie (la),Euro,Developed,Литовская Республика,Lithuania,EUR,,Lituania,978,立陶宛共和国,la République de Lituanie,Литва,440.0,154.0,150.0,ليتوانيا,2,جمهورية ليتوانيا,立陶宛,,,Lituania,the Republic of Lithuania,立陶宛,Lithuania,LITHUANIA,,Europe,ليتوانيا,Northern Europe,Литва,World,Vilnius,EU,.lt,"lt,ru,pl",597427.0,Lithuania,1Q,lt,1.0,2793284.0,0.23007830156139802,0.16279503210916607 -Luxembourg,LUX,LUX,352,LUX,lu,Yes,442.0,148,LU,BX,lu,LUX,LUX,L,el Gran Ducado de Luxemburgo,True,,Luxembourg,Luxembourg (le),Euro,Developed,Великое Герцогство Люксембург,Luxembourg,EUR,,Luxemburgo,978,卢森堡大公国,le Grand-Duché de Luxembourg,Люксембург,442.0,155.0,150.0,لكسمبرغ,2,دوقية لكسمبرغ الكبرى,卢森堡,,,Luxemburgo,the Grand Duchy of Luxembourg,卢森堡,Luxembourg,LUXEMBOURG,,Europe,لكسمبرغ,Western Europe,Люксембург,World,Luxembourg,EU,.lu,"lb,de-LU,fr-LU",2960313.0,Luxembourg,N4,lu,3.0,605764.0,1.1057831443147712,1.0819486541621517 -Latvia,LVA,LVA,371,LVA,lv,Yes,428.0,140,LG,LV,lv,LVA,LAT,LV,la República de Letonia,True,,Lettonie,Lettonie (la),Euro,Developed,Латвийская Республика,Latvia,EUR,,Letonia,978,拉脱维亚共和国,la République de Lettonie,Латвия,428.0,154.0,150.0,لاتفيا,2,جمهورية لاتفيا,拉脱维亚,,,Letonia,the Republic of Latvia,拉脱维亚,Latvia,LATVIA,,Europe,لاتفيا,Northern Europe,Латвия,World,Riga,EU,.lv,"lv,ru,lt",458258.0,Latvia,1R,lv,1.0,1923559.0,0.14002280578020992,0.12663995848785922 -Macao S.A.R,MAC,MAC,853,MAC, ,Part of CN,446.0,149,MC,MU,mo,MAC,MAC,MO,,True,,"Chine, région administrative spéciale de Macao",,Pataca,Developing,,,MOP,,,446,,,,446.0,30.0,142.0,منطقة ماكاو الإدارية الخاصة التابعة للصين,2,,,,,"China, región administrativa especial de Macao",,中国澳门特别行政区,"China, Macao Special Administrative Region",MACAO,,Asia,,Eastern Asia,"Китай, Специальный административный район Макао",World,Macao,AS,.mo,"zh,zh-MO,pt",1821275.0,Macau,,mo,2.0,606340.0,0.01698232680734521,0.015941391233273473 -Saint Martin,MAF, ,590,MAF,st,Part of FR,663.0,,RN, ,mf, , , ,,True,29.0,Saint-Martin (partie française),,Euro,Developing,,,EUR,,,978,,,,663.0,419.0,19.0,سان مارتن,2,,,,Caribbean,San Martín (parte francesa),,圣马丁(法属),Saint Martin (French Part),SAINT MARTIN (FRENCH PART),,Americas,,Latin America and the Caribbean,Сен-Мартен,World,Marigot,,.gp,fr,3578421.0,St. Martin,,mf,1.0,32284.0,0.7278287146909379,0.708389081357352 -Morocco,MAR,MAR,212,MAR,mr,Yes,504.0,169,MO,MC,ma,MRC,MAR,MA,el Reino de Marruecos,True,,Maroc,Maroc (le),Moroccan Dirham,Developing,Королевство Марокко,Morocco,MAD,,Marruecos,504,摩洛哥王国,le Royaume du Maroc,Марокко,504.0,15.0,2.0,المغرب,2,المملكة المغربية,摩洛哥,,,Marruecos,the Kingdom of Morocco,摩洛哥,Morocco,MOROCCO,,Africa,المغرب,Northern Africa,Марокко,World,Rabat,AF,.ma,"ar-MA,ber,fr",2542007.0,Morocco,P2,ma,3.0,34314130.0,0.24633660919747336,0.2089633665532205 -Monaco,MCO,MON,377,MCO,mc,Yes,492.0,166,MN, ,mc,MCO,MON,MC,el Principado de Mónaco,True,,Monaco,Monaco [masc.],Euro,Developed,Княжество Монако,Monaco,EUR,,Mónaco,978,摩纳哥公国,la Principauté de Monaco,Монако,492.0,155.0,150.0,موناكو,2,إمارة موناكو,摩纳哥,,,Mónaco,the Principality of Monaco,摩纳哥,Monaco,MONACO,,Europe,موناكو,Western Europe,Монако,World,Monaco,EU,.mc,"fr-MC,en,it",2993457.0,Monaco,O9,mc,1.0,30727.0,0.7205504275440285,0.7013051905437785 -Moldova,MDA,MDA,373,MDA,mv,Yes,498.0,165,MD,RM,md,MDA,MDA,MD,la República de Moldova,True,,République de Moldova,République de Moldova (la),Moldovan Leu,Developed,Республика Молдова,Republic of Moldova (the),MDL,,la República de Moldova,498,摩尔多瓦共和国,la République de Moldova,Республика Молдова,498.0,151.0,150.0,جمهورية مولدوفا,2,جمهورية مولدوفا,摩尔多瓦共和国,x,,República de Moldova,the Republic of Moldova,摩尔多瓦共和国,Republic of Moldova,MOLDOVA (THE REPUBLIC OF),,Europe,جمهورية مولدوفا,Eastern Europe,Республика Молдова,World,Chisinau,EU,.md,"ro,ru,gag,tr",617790.0,Moldova,,md,4.0,3437720.0,0.2644098833156232,0.2189849888775599 -Madagascar,MDG,MAD,261,MDG,mg,Yes,450.0,150,MA,MG,mg,MDG,MAD,RM,la República de Madagascar,True,14.0,Madagascar,Madagascar [fém.],Malagasy Ariary,Developing,Республика Мадагаскар,Madagascar,MGA,,Madagascar,969,马达加斯加共和国,la République de Madagascar,Мадагаскар,450.0,202.0,2.0,مدغشقر,2,جمهورية مدغشقر,马达加斯加,,Eastern Africa,Madagascar,the Republic of Madagascar,马达加斯加,Madagascar,MADAGASCAR,x,Africa,مدغشقر,Sub-Saharan Africa,Мадагаскар,World,Antananarivo,AF,.mg,"fr-MG,mg",1062947.0,Madagascar,N6,mg,2.0,25683610.0,0.5565912823232038,0.5196753302911445 -Maldives,MDV,MDV,960,MDV,xc,Yes,462.0,154,MV,MV,mv,MLD,MDV,MV,la República de Maldivas,True,,Maldives,Maldives (les) [fém.],Rufiyaa,Developing,Мальдивская Республика,Maldives,MVR,x,Maldivas,462,马尔代夫共和国,la République des Maldives,Мальдивские Острова,462.0,34.0,142.0,ملديف,2,جمهورية ملديف,马尔代夫,,,Maldivas,the Republic of Maldives,马尔代夫,Maldives,MALDIVES,,Asia,ملديف,Southern Asia,Мальдивские Острова,World,Male,AS,.mv,"dv,en",1282028.0,Maldives,N9,mv,1.0,392473.0,0.0,0.0 -Mexico,MEX,MEX,52,MEX,mx,Yes,484.0,162,MX,MX,mx,MEX,MEX,MEX,los Estados Unidos Mexicanos,True,13.0,Mexique,Mexique (le),Mexican Peso,Developing,Мексиканские Соединенные Штаты,Mexico,MXN,,México,484,墨西哥合众国,les États-Unis du Mexique,Мексика,484.0,419.0,19.0,المكسيك,2,الولايات المتحدة المكسيكية,墨西哥,,Central America,México,the United Mexican States,墨西哥,Mexico,MEXICO,,Americas,المكسيك,Latin America and the Caribbean,Мексика,World,Mexico City,,.mx,es-MX,3996063.0,Mexico,O5,mx,1.0,125959205.0,0.5360780750480053,0.5601040092791844 -Marshall Islands,MHL,MHL,692,MHL,xe,Yes,584.0,157,RM,MH,mh,MHL,MSH, ,la República de las Islas Marshall,True,,Îles Marshall,Îles Marshall (les),US Dollar,Developing,Республика Маршалловы Острова,Marshall Islands (the),USD,x,Islas Marshall (las),840,马绍尔群岛共和国,la République des Îles Marshall,Маршалловы Острова,584.0,57.0,9.0,جزر مارشال,2,جمهورية جزر مارشال,马绍尔群岛,,,Islas Marshall,the Republic of the Marshall Islands,马绍尔群岛,Marshall Islands,MARSHALL ISLANDS,,Oceania,جزر مارشال,Micronesia,Маршалловы Острова,World,Majuro,OC,.mh,"mh,en-MH",2080185.0,Marshall Islands,1T,mh,1.0,75684.0,0.0,0.0 -Macedonia,MKD,MKD,389,MKD,xn,Yes,807.0,241,MK,MJ,mk,MKD,MKD,MK,ex República Yugoslava de Macedonia (la),True,,ex-République yougoslave de Macédoine,ex-République yougoslave de Macédoine (l') [fém.],Denar,Developed,бывшая югославская Республика Македония,the former Yugoslav Republic of Macedonia,MKD,,ex República Yugoslava de Macedonia,807,前南斯拉夫的马其顿共和国,l'ex-République yougoslave de Macédoine [fém.],бывшая югославская Республика Македония,807.0,39.0,150.0,جمهورية مقدونيا اليوغوسلافية سابقاً,2,جمهورية مقدونيا اليوغوسلافية سابقاً,前南斯拉夫的马其顿共和国,x,,ex República Yugoslava de Macedonia,the former Yugoslav Republic of Macedonia,前南斯拉夫的马其顿共和国,The former Yugoslav Republic of Macedonia,MACEDONIA (THE FORMER YUGOSLAV REPUBLIC OF),,Europe,جمهورية مقدونيا اليوغوسلافية سابقاً,Southern Europe,бывшая югославская Республика Македония,World,Skopje,EU,.mk,"mk,sq,tr,rmm,sr",718075.0,North Macedonia,,mk,2.0,2118945.0,0.1237021554808519,0.08149935476431516 -Mali,MLI,MLI,223,MLI,ml,Yes,466.0,155,ML,MI,ml,MLI,MLI,RMM,la República de Malí,True,11.0,Mali,Mali (le),CFA Franc BCEAO,Developing,Республика Мали,Mali,XOF,,Malí,952,马里共和国,la République du Mali,Мали,466.0,202.0,2.0,مالي,0,جمهورية مالي,马里,x,Western Africa,Malí,the Republic of Mali,马里,Mali,MALI,x,Africa,مالي,Sub-Saharan Africa,Мали,World,Bamako,AF,.ml,"fr-ML,bm",2453866.0,Mali,O0,ml,1.0,18429893.0,0.3348012087578314,0.3258589774243819 -Malta,MLT,MLT,356,MLT,mm,Yes,470.0,156,MT,ML,mt,MLT,MLT,M,la República de Malta,True,,Malte,Malte [fém.],Euro,Developed,Республика Мальта,Malta,EUR,,Malta,978,马耳他共和国,la République de Malte,Мальта,470.0,39.0,150.0,مالطة,2,جمهورية مالطة,马耳他,,,Malta,the Republic of Malta,马耳他,Malta,MALTA,,Europe,مالطة,Southern Europe,Мальта,World,Valletta,EU,.mt,"mt,en-MT",2562770.0,Malta,O1,mt,1.0,449043.0,0.0,0.0 -Myanmar,MMR,MYA,95,MMR,br,Yes,104.0,171,BM,BM,mm,MYA,MYA,BUR,la República de la Unión de Myanmar,True,,Myanmar,Myanmar (le),Kyat,Developing,Республика Союз Мьянма,Myanmar,MMK,,Myanmar,104,缅甸联邦共和国,la République de l'Union du Myanmar,Мьянма,104.0,35.0,142.0,ميانمار,2,جمهورية اتحاد ميانمار,缅甸,,,Myanmar,the Republic of the Union of Myanmar,缅甸,Myanmar,MYANMAR,x,Asia,ميانمار,South-eastern Asia,Мьянма,World,Nay Pyi Taw,AS,.mm,my,1327865.0,Myanmar,E1,mm,1.0,55622506.0,0.02734634412532368,0.019553574910930342 -Montenegro,MNE,MNE,382,MNE,mo,Yes,499.0,2647,MJ, ,me,MNE,MGO,MNE,Montenegro,True,,Monténégro,Monténégro (le),Euro,Developed,Черногория,Montenegro,EUR,,Montenegro,978,黑山,le Monténégro,Черногория,499.0,39.0,150.0,الجبل الأسود,2,الجبل الأسود,黑山,,,Montenegro,Montenegro,黑山,Montenegro,MONTENEGRO,,Europe,الجبل الأسود,Southern Europe,Черногория,World,Podgorica,EU,.me,"sr,hu,bs,sq,hr,rom",3194884.0,Montenegro,Z5,me,1.0,614249.0,0.0,0.0 -Mongolia,MNG,MNG,976,MNG,mp,Yes,496.0,167,MG,MO,mn,MNG,MGL,MGL,Mongolia,True,,Mongolie,Mongolie (la),Tugrik,Developing,Монголия,Mongolia,MNT,,Mongolia,496,蒙古国,la Mongolie,Монголия,496.0,30.0,142.0,منغوليا,2,منغوليا,蒙古,x,,Mongolia,Mongolia,蒙古,Mongolia,MONGOLIA,,Asia,منغوليا,Eastern Asia,Монголия,World,Ulan Bator,AS,.mn,"mn,ru",2029969.0,Mongolia,P0,mn,1.0,3103428.0,0.055120438200454064,0.03485211299848908 -Northern Mariana Islands,MNP,NMI,1-670,MNP,nw,Commonwealth of US,580.0,185,CQ,MY,mp,MRA,NMA,USA,,True,,Îles Mariannes du Nord,,US Dollar,Developing,,,USD,x,,840,,,,580.0,57.0,9.0,جزر ماريانا الشمالية,2,,,,,Islas Marianas Septentrionales,,北马里亚纳群岛,Northern Mariana Islands,NORTHERN MARIANA ISLANDS,,Oceania,,Micronesia,Северные Марианские острова,World,Saipan,OC,.mp,"fil,tl,zh,ch-MP,en-MP",4041468.0,Northern Mariana Islands,1V,,,,, -Mozambique,MOZ,MOZ,258,MOZ,mz,Yes,508.0,170,MZ,MZ,mz,MOZ,MOZ,MOC,la República de Mozambique,True,14.0,Mozambique,Mozambique (le),Mozambique Metical,Developing,Республика Мозамбик,Mozambique,MZN,,Mozambique,943,莫桑比克共和国,la République du Mozambique,Мозамбик,508.0,202.0,2.0,موزامبيق,2,جمهورية موزامبيق,莫桑比克,,Eastern Africa,Mozambique,the Republic of Mozambique,莫桑比克,Mozambique,MOZAMBIQUE,x,Africa,موزامبيق,Sub-Saharan Africa,Мозамбик,World,Maputo,AF,.mz,"pt-MZ,vmw",1036973.0,Mozambique,P3,mz,1.0,27233789.0,0.09170456475966414,0.08608351265967676 -Mauritania,MRT,MTN,222,MRT,mu,Yes,478.0,159,MR,MT,mr,MTN,MTN,RIM,la República Islámica de Mauritania,True,11.0,Mauritanie,Mauritanie (la),Ouguiya,Developing,Исламская Республика Мавритания,Mauritania,MRU,,Mauritania,929,毛里塔尼亚伊斯兰共和国,la République islamique de Mauritanie,Мавритания,478.0,202.0,2.0,موريتانيا,2,الجمهورية الإسلامية الموريتانية,毛里塔尼亚,,Western Africa,Mauritania,the Islamic Republic of Mauritania,毛里塔尼亚,Mauritania,MAURITANIA,x,Africa,موريتانيا,Sub-Saharan Africa,Мавритания,World,Nouakchott,AF,.mr,"ar-MR,fuc,snk,fr,mey,wo",2378080.0,Mauritania,O3,mr,1.0,3840429.0,0.13815360696837564,0.09224631893465739 -Montserrat,MSR,MSR,1-664,MSR,mj,Territory of GB,500.0,168,MH, ,ms,MSR,MNT, ,,True,29.0,Montserrat,,East Caribbean Dollar,Developing,,,XCD,x,,951,,,,500.0,419.0,19.0,مونتسيرات,2,,,,Caribbean,Montserrat,,蒙特塞拉特,Montserrat,MONTSERRAT,,Americas,,Latin America and the Caribbean,Монтсеррат,World,Plymouth,,.ms,en-MS,3578097.0,Montserrat,P1,,,,, -Mauritius,MUS,MRI,230,MUS,mf,Yes,480.0,160,MP,MA,mu,MAU,MRI,MS,la República de Mauricio,True,14.0,Maurice,Maurice [fém.],Mauritius Rupee,Developing,Республика Маврикий,Mauritius,MUR,x,Mauricio,480,毛里求斯共和国,la République de Maurice,Маврикий,480.0,202.0,2.0,موريشيوس,2,جمهورية موريشيوس,毛里求斯,,Eastern Africa,Mauricio,the Republic of Mauritius,毛里求斯,Mauritius,MAURITIUS,,Africa,موريشيوس,Sub-Saharan Africa,Маврикий,World,Port Louis,AF,.mu,"en-MU,bho,fr",934292.0,Mauritius,O4,mu,1.0,1364283.0,0.021834861440728135,0.02125167244072056 -Malawi,MWI,MWI,265,MWI,mw,Yes,454.0,152,MI,MW,mw,MWI,MAW,MW,la República de Malawi,True,14.0,Malawi,Malawi (le),Malawi Kwacha,Developing,Республика Малави,Malawi,MWK,,Malawi,454,马拉维共和国,la République du Malawi,Малави,454.0,202.0,2.0,ملاوي,2,جمهورية ملاوي,马拉维,x,Eastern Africa,Malawi,the Republic of Malawi,马拉维,Malawi,MALAWI,x,Africa,ملاوي,Sub-Saharan Africa,Малави,World,Lilongwe,AF,.mw,"ny,yao,tum,swk",927384.0,Malawi,N7,mw,1.0,19842560.0,0.0,0.0 -Malaysia,MYS,MAS,60,MYS,my,Yes,458.0,153,MY,MS,my,MLA,MAS,MAL,Federación de Malasia,True,,Malaisie,Malaisie (la),Malaysian Ringgit,Developing,Малайзия,Malaysia,MYR,,Malasia,458,马来西亚,la Malaisie,Малайзия,458.0,35.0,142.0,ماليزيا,2,ماليزيا,马来西亚,,,Malasia,Malaysia,马来西亚,Malaysia,MALAYSIA,,Asia,ماليزيا,South-eastern Asia,Малайзия,World,Kuala Lumpur,AS,.my,"ms-MY,en,zh,ta,te,ml,pa,th",1733045.0,Malaysia,N8,my,1.0,31809660.0,0.08605063603931037,0.05452220339931525 -Namibia,NAM,NAM,264,NAM,sx,Yes,516.0,172,WA,NM,,NMB,NAM,NAM,la República de Namibia,True,18.0,Namibie,Namibie (la),"Namibia Dollar,Rand",Developing,Республика Намибия,Namibia,"NAD,ZAR",,Namibia,"516,710",纳米比亚共和国,la République de Namibie,Намибия,516.0,202.0,2.0,ناميبيا,"2,2",جمهورية ناميبيا,纳米比亚,,Southern Africa,Namibia,the Republic of Namibia,纳米比亚,Namibia,NAMIBIA,,Africa,ناميبيا,Sub-Saharan Africa,Намибия,World,Windhoek,AF,.na,"en-NA,af,de,hz,naq",3355338.0,Namibia,T6,,,,, -New Caledonia,NCL,NCL,687,NCL,nl,Territory of FR,540.0,178,NC,NC,nc,NCL,NCD,F,,True,,Nouvelle-Calédonie,,CFP Franc,Developing,,,XPF,x,,953,,,,540.0,54.0,9.0,كاليدونيا الجديدة,0,,,,,Nueva Caledonia,,新喀里多尼亚,New Caledonia,NEW CALEDONIA,,Oceania,,Melanesia,Новая Каледония,World,Noumea,OC,.nc,fr-NC,2139685.0,New Caledonia,1W,nc,1.0,282754.0,0.6987155661033003,0.6800535181030579 -Niger,NER,NIG,227,NER,ng,Yes,562.0,181,NG,NR,ne,NGR,NIG,RN,la República del Níger,True,11.0,Niger,Niger (le),CFA Franc BCEAO,Developing,Республика Нигер,Niger (the),XOF,,Níger (el),952,尼日尔共和国,la République du Niger,Нигер,562.0,202.0,2.0,النيجر,0,جمهورية النيجر,尼日尔,x,Western Africa,Níger,the Republic of the Niger,尼日尔,Niger,NIGER,x,Africa,النيجر,Sub-Saharan Africa,Нигер,World,Niamey,AF,.ne,"fr-NE,ha,kr,dje",2440476.0,Niger,Q4,ne,1.0,19866231.0,0.21107032726037198,0.20543283359363207 -Norfolk Island,NFK,NFK,672,NFK,nx,Territory of AU,574.0,184,NF,NF,nf,NFK,NFI,AUS,,True,,Île Norfolk,,Australian Dollar,Developed,,,AUD,,,036,,,,574.0,53.0,9.0,جزيرة نورفلك,2,,,,,Islas Norfolk,,诺福克岛,Norfolk Island,NORFOLK ISLAND,,Oceania,,Australia and New Zealand,Остров Норфолк,World,Kingston,OC,.nf,en-NF,2155115.0,Norfolk Island,Q7,,,,, -Nigeria,NGA,NGA,234,NGA,nr,Yes,566.0,182,NI,NI,ng,NIG,NGR,WAN,la República Federal de Nigeria,True,11.0,Nigéria,Nigéria (le),Naira,Developing,Федеративная Республика Нигерия,Nigeria,NGN,,Nigeria,566,尼日利亚联邦共和国,la République fédérale du Nigéria,Нигерия,566.0,202.0,2.0,نيجيريا,2,جمهورية نيجيريا الاتحادية,尼日利亚,,Western Africa,Nigeria,the Federal Republic of Nigeria,尼日利亚,Nigeria,NIGERIA,,Africa,نيجيريا,Sub-Saharan Africa,Нигерия,World,Abuja,AF,.ng,"en-NG,ha,yo,ig,ff",2328926.0,Nigeria,Q5,ng,1.0,203452505.0,0.0,0.0 -Nicaragua,NIC,NCA,505,NIC,nq,Yes,558.0,180,NU,NK,ni,NCG,NCA,NIC,la República de Nicaragua,True,13.0,Nicaragua,Nicaragua (le),Cordoba Oro,Developing,Республика Никарагуа,Nicaragua,NIO,,Nicaragua,558,尼加拉瓜共和国,la République du Nicaragua,Никарагуа,558.0,419.0,19.0,نيكاراغوا,2,جمهورية نيكاراغوا,尼加拉瓜,,Central America,Nicaragua,the Republic of Nicaragua,尼加拉瓜,Nicaragua,NICARAGUA,,Americas,نيكاراغوا,Latin America and the Caribbean,Никарагуа,World,Managua,,.ni,"es-NI,en",3617476.0,Nicaragua,Q3,ni,1.0,6085213.0,0.5037842151053544,0.5263628039009203 -Niue,NIU,NIU,683,NIU,xh,Associated with NZ,570.0,183,NE, ,nu,NIU,NIU,NZ,Niue,True,,Nioué,Nioué **,New Zealand Dollar,Developing,Ниуэ,Niue **,NZD,x,Niue **,554,纽埃,Nioué,Ниуэ **,570.0,61.0,9.0,نيوي,2,نيوي,纽埃 **,,,Niue,Niue,纽埃,Niue,NIUE,,Oceania,نيوي **,Polynesia,Ниуэ,World,Alofi,OC,.nu,"niu,en-NU",4036232.0,Niue,Q6,nu,1.0,1618.0,0.0,0.0 -Netherlands,NLD,NED,31,NLD,ne,Yes,528.0,177,NL,NL,nl,HOL,NED,NL,el Reino de los Países Bajos,True,,Pays-Bas,Pays-Bas (les),Euro,Developed,Королевство Нидерландов,Netherlands (the),EUR,,Países Bajos (los),978,荷兰王国,le Royaume des Pays-Bas,Нидерланды,528.0,155.0,150.0,هولندا,2,مملكة هولندا,荷兰,,,Países Bajos,the Kingdom of the Netherlands,荷兰,Netherlands,NETHERLANDS,,Europe,هولندا,Western Europe,Нидерланды,World,Amsterdam,EU,.nl,"nl-NL,fy-NL",2750405.0,Netherlands,P7,nl,2.0,17151228.0,0.44784786536867627,0.3793621239022091 -Norway,NOR,NOR,47,NOR,no,Yes,578.0,186,NO,NO,no,NOR,NOR,N,el Reino de Noruega,True,,Norvège,Norvège (la),Norwegian Krone,Developed,Королевство Норвегия,Norway,NOK,,Noruega,578,挪威王国,le Royaume de Norvège,Норвегия,578.0,154.0,150.0,النرويج,2,مملكة النرويج,挪威,,,Noruega,the Kingdom of Norway,挪威,Norway,NORWAY,,Europe,النرويج,Northern Europe,Норвегия,World,Oslo,EU,.no,"no,nb,nn,se,fi",3144096.0,Norway,Q8,no,2.0,5372191.0,0.2743193015150657,0.19691007568165209 -Nepal,NPL,NEP,977,NPL,np,Yes,524.0,175,NP,NP,np,NPL,NEP,NEP,la República Democrática Federal de Nepal,True,,Népal,Népal (le),Nepalese Rupee,Developing,Федеративная Демократическая Республика Непал,Nepal,NPR,,Nepal,524,尼泊尔联邦民主共和国,la République fédérale démocratique du Népal,Непал,524.0,34.0,142.0,نيبال,2,جمهورية نيبال الديمقراطية الاتحادية,尼泊尔,x,,Nepal,the Federal Democratic Republic of Nepal,尼泊尔,Nepal,NEPAL,x,Asia,نيبال,Southern Asia,Непал,World,Kathmandu,AS,.np,"ne,en",1282988.0,Nepal,P6,np,1.0,29717587.0,0.04600713517186704,0.02549761152572379 -Nauru,NRU,NRU,674,NRU,nu,Yes,520.0,173,NR,NW,nr,NRU,NRU,NAU,la República de Nauru,True,,Nauru,Nauru [fém.],Australian Dollar,Developing,Республика Науру,Nauru,AUD,x,Nauru,036,瑙鲁共和国,la République de Nauru,Науру,520.0,57.0,9.0,ناورو,2,جمهورية ناورو,瑙鲁,,,Nauru,the Republic of Nauru,瑙鲁,Nauru,NAURU,,Oceania,ناورو,Micronesia,Науру,World,Yaren,OC,.nr,"na,en-NR",2110425.0,Nauru,P5,nr,1.0,9692.0,0.0,0.0 -New Zealand,NZL,NZL,64,NZL,nz,Yes,554.0,179,NZ,NZ,nz,NZL,NZL,NZ,Nueva Zelandia,True,,Nouvelle-Zélande,Nouvelle-Zélande (la),New Zealand Dollar,Developed,Новая Зеландия,New Zealand,NZD,,Nueva Zelandia,554,新西兰,la Nouvelle-Zélande,Новая Зеландия,554.0,53.0,9.0,نيوزيلندا,2,نيوزيلندا,新西兰,,,Nueva Zelandia,New Zealand,新西兰,New Zealand,NEW ZEALAND,,Oceania,نيوزيلندا,Australia and New Zealand,Новая Зеландия,World,Wellington,OC,.nz,"en-NZ,mi",2186224.0,New Zealand,Q2,nz,1.0,4545627.0,0.0,0.0 -Oman,OMN,OMA,968,OMN,mk,Yes,512.0,187,MU,OM,om,OMA,OMA, ,la Sultanía de Omán,True,,Oman,Oman [masc.],Rial Omani,Developing,Султанат Оман,Oman,OMR,,Omán,512,阿曼苏丹国,le Sultanat d'Oman,Оман,512.0,145.0,142.0,عمان,3,سلطنة عمان,阿曼,,,Omán,the Sultanate of Oman,阿曼,Oman,OMAN,,Asia,عمان,Western Asia,Оман,World,Muscat,AS,.om,"ar-OM,en,bal,ur",286963.0,Oman,P4,om,1.0,3494116.0,0.13165226075809916,0.08790531569067352 -Pakistan,PAK,PAK,92,PAK,pk,Yes,586.0,188,PK,PK,pk,PAK,PAK,PK,la República Islámica del Pakistán,True,,Pakistan,Pakistan (le),Pakistan Rupee,Developing,Исламская Республика Пакистан,Pakistan,PKR,,Pakistán (el),586,巴基斯坦伊斯兰共和国,la République islamique du Pakistan,Пакистан,586.0,34.0,142.0,باكستان,2,جمهورية باكستان الإسلامية,巴基斯坦,,,Pakistán,the Islamic Republic of Pakistan,巴基斯坦,Pakistan,PAKISTAN,,Asia,باكستان,Southern Asia,Пакистан,World,Islamabad,AS,.pk,"ur-PK,en-PK,pa,sd,ps,brh",1168579.0,Pakistan,R0,pk,1.0,207862518.0,0.0,0.0 -Panama,PAN,PAN,507,PAN,pn,Yes,591.0,191,PM,PM,pa,PNR,PAN,PA,la República de Panamá,True,13.0,Panama,Panama (le),"Balboa,US Dollar",Developing,Республика Панама,Panama,"PAB,USD",,Panamá,"590,840",巴拿马共和国,la République du Panama,Панама,591.0,419.0,19.0,بنما,"2,2",جمهورية بنما,巴拿马,,Central America,Panamá,the Republic of Panama,巴拿马,Panama,PANAMA,,Americas,بنما,Latin America and the Caribbean,Панама,World,Panama City,,.pa,"es-PA,en",3703430.0,Panama,R1,pa,1.0,3800644.0,0.44565526720858273,0.46562863422004486 -Pitcairn Islands,PCN,PCN,870,PCN,pc,Territory of GB,612.0,197,PC,PT,pn,PTC, , ,,True,,Pitcairn,,New Zealand Dollar,Developing,,,NZD,,,554,,,,612.0,61.0,9.0,بيتكيرن,2,,,,,Pitcairn,,皮特凯恩,Pitcairn,PITCAIRN,,Oceania,,Polynesia,Питкэрн,World,Adamstown,OC,.pn,en-PN,4030699.0,Pitcairn Islands,R8,,,,, -Peru,PER,PER,51,PER,pe,Yes,604.0,195,PE,PR,pe,PRU,PER,PE,la República del Perú,True,5.0,Pérou,Pérou (le),Sol,Developing,Республика Перу,Peru,PEN,,Perú (el),604,秘鲁共和国,la République du Pérou,Перу,604.0,419.0,19.0,بيرو,2,جمهورية بيرو,秘鲁,,South America,Perú,the Republic of Peru,秘鲁,Peru,PERU,,Americas,بيرو,Latin America and the Caribbean,Перу,World,Lima,SA,.pe,"es-PE,qu,ay",3932488.0,Peru,R5,pe,2.0,31331228.0,0.4714903551627035,0.4926215985226562 -Spratly Islands,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Philippines,PHL,PHI,63,PHL,ph,Yes,608.0,196,RP,PH,ph,PHL,PHI,RP,la República de Filipinas,True,,Philippines,Philippines (les) [fém.],Philippine Peso,Developing,Республика Филиппины,Philippines (the),PHP,,Filipinas,608,菲律宾共和国,la République des Philippines,Филиппины,608.0,35.0,142.0,الفلبين,2,جمهورية الفلبين,菲律宾,,,Filipinas,the Republic of the Philippines,菲律宾,Philippines,PHILIPPINES,,Asia,الفلبين,South-eastern Asia,Филиппины,World,Manila,AS,.ph,"tl,en-PH,fil,ceb,tgl,ilo,hil,war,pam,bik,bcl,pag,mrw,tsg,mdh,cbk,krj,sgd,msb,akl,ibg,yka,mta,abx",1694008.0,Philippines,R6,ph,8.0,105893381.0,0.0,0.0 -Palau,PLW,PLW,680,PLW,pw,Yes,585.0,189,PS, ,pw,PLW,PLW, ,la República de Palau,True,,Palaos,Palaos (les),US Dollar,Developing,Республика Палау,Palau,USD,x,Palau,840,帕劳共和国,la République des Palaos,Палау,585.0,57.0,9.0,بالاو,2,جمهورية بالاو,帕劳,,,Palau,the Republic of Palau,帕劳,Palau,PALAU,,Oceania,بالاو,Micronesia,Палау,World,Melekeok,OC,.pw,"pau,sov,en-PW,tox,ja,fil,zh",1559582.0,Palau,1Y,pw,1.0,21516.0,0.0,0.0 -Papua New Guinea,PNG,PNG,675,PNG,pp,Yes,598.0,192,PP,NG,pg,PNG,PNG,PNG,Estado Independiente de Papua Nueva Guinea,True,,Papouasie-Nouvelle-Guinée,Papouasie-Nouvelle-Guinée (la),Kina,Developing,Независимое государство Папуа-Новая Гвинея,Papua New Guinea,PGK,x,Papua Nueva Guinea,598,巴布亚新几内亚独立国,l'État indépendant de Papouasie-Nouvelle-Guinée,Папуа-Новая Гвинея,598.0,54.0,9.0,بابوا غينيا الجديدة,2,دولة بابوا غينيا الجديدة المستقلة,巴布亚新几内亚,,,Papua Nueva Guinea,Independent State of Papua New Guinea,巴布亚新几内亚,Papua New Guinea,PAPUA NEW GUINEA,,Oceania,بابوا غينيا الجديدة,Melanesia,Папуа-Новая Гвинея,World,Port Moresby,OC,.pg,"en-PG,ho,meu,tpi",2088628.0,Papua New Guinea,R2,pg,2.0,7027332.0,0.0,0.0 -Poland,POL,POL,48,POL,pl,Yes,616.0,198,PL,PL,pl,POL,POL,PL,la República de Polonia,True,,Pologne,Pologne (la),Zloty,Developed,Республика Польша,Poland,PLN,,Polonia,985,波兰共和国,la République de Pologne,Польша,616.0,151.0,150.0,بولندا,2,جمهورية بولندا,波兰,,,Polonia,the Republic of Poland,波兰,Poland,POLAND,,Europe,بولندا,Eastern Europe,Польша,World,Warsaw,EU,.pl,pl,798544.0,Poland,R9,pl,2.0,38420687.0,0.675266436378051,0.6405919804241768 -Puerto Rico,PRI,PUR,1,PRI,pr,Commonwealth of US,630.0,200,RQ,PU,pr,PTR,PUR,USA,,True,29.0,Porto Rico,,US Dollar,Developing,,,USD,x,,840,,,,630.0,419.0,19.0,بورتوريكو,2,,,,Caribbean,Puerto Rico,,波多黎各,Puerto Rico,PUERTO RICO,,Americas,,Latin America and the Caribbean,Пуэрто-Рико,World,San Juan,,.pr,"en-PR,es-PR",4566966.0,Puerto Rico,PR,pr,1.0,3294626.0,0.5619131630021261,0.5870969735817957 -North Korea,PRK,PRK,850,PRK,kn,Yes,408.0,67,KN,KR,kp,KRE,PRK, ,la República Popular Democrática de Corea,True,,République populaire démocratique de Corée,République populaire démocratique de Corée (la),North Korean Won,Developing,Корейская Народно-Демократическая Республика,Democratic People's Republic of Korea (the),KPW,,República Popular Democrática de Corea (la),408,朝鲜民主主义人民共和国,la République populaire démocratique de Corée,Корейская Народно-Демократическая Республика,408.0,30.0,142.0,جمهورية كوريا الشعبية الديمقراطية,2,جمهورية كوريا الشعبية الديمقراطية,朝鲜民主主义人民共和国,,,República Popular Democrática de Corea,the Democratic People's Republic of Korea,朝鲜民主主义人民共和国,Democratic People's Republic of Korea,KOREA (THE DEMOCRATIC PEOPLE’S REPUBLIC OF),,Asia,جمهورية كوريا الشعبية الديمقراطية,Eastern Asia,Корейская Народно-Демократическая Республика,World,Pyongyang,AS,.kp,ko-KP,1873107.0,North Korea,,kp,1.0,25381085.0,0.2679698737187836,0.2511879967509289 -Portugal,PRT,POR,351,PRT,po,Yes,620.0,199,PO,PO,pt,POR,POR,P,la República Portuguesa,True,,Portugal,Portugal (le),Euro,Developed,Португальская Республика,Portugal,EUR,,Portugal,978,葡萄牙共和国,la République portugaise,Португалия,620.0,39.0,150.0,البرتغال,2,جمهورية البرتغال,葡萄牙,,,Portugal,the Portuguese Republic,葡萄牙,Portugal,PORTUGAL,,Europe,البرتغال,Southern Europe,Португалия,World,Lisbon,EU,.pt,"pt-PT,mwl",2264397.0,Portugal,S1,pt,1.0,10355493.0,0.326060674701028,0.30607471167885064 -Paraguay,PRY,PAR,595,PRY,py,Yes,600.0,194,PA,PY,py,PRG,PAR,PY,la República del Paraguay,True,5.0,Paraguay,Paraguay (le),Guarani,Developing,Республика Парагвай,Paraguay,PYG,,Paraguay (el),600,巴拉圭共和国,la République du Paraguay,Парагвай,600.0,419.0,19.0,باراغواي,0,جمهورية باراغواي,巴拉圭,x,South America,Paraguay,the Republic of Paraguay,巴拉圭,Paraguay,PARAGUAY,,Americas,باراغواي,Latin America and the Caribbean,Парагвай,World,Asuncion,SA,.py,"es-PY,gn",3437598.0,Paraguay,R4,py,2.0,7025763.0,0.020668070363296594,0.02159437144208904 -Palestine,PSE,PLE,970,PSE,"gz,wj",In contention,275.0,"91,267","GZ,WE", ,ps, ,PLE, ,Estado de Palestina,True,,État de Palestine,État de Palestine *,No universal currency,Developing,Государство Палестина,State of Palestine *,,,Estado de Palestina *,,巴勒斯坦国,État de Palestine,Государство Палестина *,275.0,145.0,142.0,دولة فلسطين,,دولة فلسطين,巴勒斯坦国 *,,,Estado de Palestina,State of Palestine,巴勒斯坦国,State of Palestine,"PALESTINE, STATE OF",,Asia,دولة فلسطين *,Western Asia,Государство Палестина,World,East Jerusalem,AS,.ps,ar-PS,6254930.0,Palestine,,ps,1.0,4635207.0,0.16253365525691252,0.10852508109959692 -French Polynesia,PYF,TAH,689,PYF,fp,Territory of FR,258.0,87,FP,PF,pf,OCE,FPO,F,,True,,Polynésie française,,CFP Franc,Developing,,,XPF,x,,953,,,,258.0,61.0,9.0,بولينيزيا الفرنسية,0,,,,,Polinesia Francesa,,法属波利尼西亚,French Polynesia,FRENCH POLYNESIA,,Oceania,,Polynesia,Французская Полинезия,World,Papeete,OC,.pf,"fr-PF,ty",4030656.0,French Polynesia,I4,pf,2.0,290373.0,0.4439755159614721,0.4321173396279847 -Qatar,QAT,QAT,974,QAT,qa,Yes,634.0,201,QA,QT,qa,QAT,QAT,Q,el Estado de Qatar,True,,Qatar,Qatar (le),Qatari Rial,Developing,Государство Катар,Qatar,QAR,,Qatar,634,卡塔尔国,l'État du Qatar,Катар,634.0,145.0,142.0,قطر,2,دولة قطر,卡塔尔,,,Qatar,the State of Qatar,卡塔尔,Qatar,QATAR,,Asia,قطر,Western Asia,Катар,World,Doha,AS,.qa,"ar-QA,es",289688.0,Qatar,S3,qa,1.0,2363569.0,0.14465495317865215,0.09658732217864126 -Romania,ROU,ROU,40,ROU,rm,Yes,642.0,203,RO,RO,ro,ROU,ROU,RO,Rumania,True,,Roumanie,Roumanie (la),Romanian Leu,Developed,Румыния,Romania,RON,,Rumania,946,罗马尼亚,la Roumanie,Румыния,642.0,151.0,150.0,رومانيا,2,رومانيا,罗马尼亚,,,Rumania,Romania,罗马尼亚,Romania,ROMANIA,,Europe,رومانيا,Eastern Europe,Румыния,World,Bucharest,EU,.ro,"ro,hu,rom",798549.0,Romania,S5,ro,1.0,21457116.0,0.22783437752575306,0.18115470903346917 -Russia,RUS,RUS,7,RUS,ru,Yes,643.0,204,RS,RS,ru,RUS,RUS,RUS,la Federación de Rusia,True,,Fédération de Russie,Fédération de Russie (la),Russian Ruble,Developed,Российская Федерация,Russian Federation (the),RUB,,Federación de Rusia (la),643,俄罗斯联邦,la Fédération de Russie,Российская Федерация,643.0,151.0,150.0,الاتحاد الروسي,2,الاتحاد الروسي,俄罗斯联邦,,,Federación de Rusia,the Russian Federation,俄罗斯联邦,Russian Federation,RUSSIAN FEDERATION,,Europe,الاتحاد الروسي,Eastern Europe,Российская Федерация,World,Moscow,EU,.ru,"ru,tt,xal,cau,ady,kv,ce,tyv,cv,udm,tut,mns,bua,myv,mdf,chm,ba,inh,tut,kbd,krc,av,sah,nog",2017370.0,Russia,1Z,ru,3.0,142122776.0,0.5315031737615122,0.5402385421912915 -Rwanda,RWA,RWA,250,RWA,rw,Yes,646.0,205,RW,RW,rw,RRW,RWA,RWA,la República de Rwanda,True,14.0,Rwanda,Rwanda (le),Rwanda Franc,Developing,Республика Руанда,Rwanda,RWF,,Rwanda,646,卢旺达共和国,la République du Rwanda,Руанда,646.0,202.0,2.0,رواندا,0,جمهورية رواندا,卢旺达,x,Eastern Africa,Rwanda,the Republic of Rwanda,卢旺达,Rwanda,RWANDA,x,Africa,رواندا,Sub-Saharan Africa,Руанда,World,Kigali,AF,.rw,"rw,en-RW,fr-RW,sw",49518.0,Rwanda,S6,rw,1.0,12187400.0,0.0,0.0 -Western Sahara,ESH,SAH,212,ESH,ss,In contention,732.0,268,WI, ,eh,AOE, , ,,True,,Sahara occidental,,Moroccan Dirham,Developing,,,MAD,,,504,,,,732.0,15.0,2.0,الصحراء الغربية,2,,,,,Sáhara Occidental,,西撒哈拉,Western Sahara,WESTERN SAHARA,,Africa,,Northern Africa,Западная Сахара,World,El-Aaiun,AF,.eh,"ar,mey",2461445.0,Western Sahara,U5,eh,1.0,619551.0,0.16253365525691252,0.10852508109959692 -Saudi Arabia,SAU,KSA,966,SAU,su,Yes,682.0,215,SA,SD,sa,ARS,KSA,SA,el Reino de la Arabia Saudita,True,,Arabie saoudite,Arabie saoudite (l') [fém.],Saudi Riyal,Developing,Королевство Саудовская Аравия,Saudi Arabia,SAR,,Arabia Saudita (la),682,沙特阿拉伯王国,le Royaume d'Arabie saoudite,Саудовская Аравия,682.0,145.0,142.0,المملكة العربية السعودية,2,المملكة العربية السعودية,沙特阿拉伯,,,Arabia Saudita,the Kingdom of Saudi Arabia,沙特阿拉伯,Saudi Arabia,SAUDI ARABIA,,Asia,المملكة العربية السعودية,Western Asia,Саудовская Аравия,World,Riyadh,AS,.sa,ar-SA,102358.0,Saudi Arabia,T0,sa,1.0,33091113.0,0.16253365525691252,0.10852508109959692 -Scarborough Reef,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Sudan,SDN,SUD,249,SDN,sj,Yes,729.0,40764,SU,SU,sd,SDN,SUD,SUD,la República del Sudán,True,,Soudan,Soudan (le),Sudanese Pound,Developing,Республика Судан,Sudan (the),SDG,,Sudán (el),938,苏丹共和国,la République du Soudan,Судан,729.0,15.0,2.0,السودان,2,جمهورية السودان,苏丹,,,Sudán,the Republic of the Sudan,苏丹,Sudan,SUDAN,x,Africa,السودان,Northern Africa,Судан,World,Khartoum,AF,.sd,"ar-SD,en,fia",366755.0,Sudan,V2,sd,1.0,43120843.0,0.09914552970671664,0.06620029947075412 -South Sudan,SSD,,211,SSD,sd,Yes,728.0,,OD,,ss,SSD,,,la República de Sudán del Sur,True,14.0,Soudan du Sud,Soudan du Sud (le),South Sudanese Pound,Developing,Республика Южный Судан,South Sudan,SSP,,Sudán del Sur,728,南苏丹共和国,la République du Soudan du Sud,Южный Судан,728.0,202.0,2.0,جنوب السودان,2,جمهورية جنوب السودان,南苏丹,x,Eastern Africa,Sudán del Sur,the Republic of South Sudan,南苏丹,South Sudan,SOUTH SUDAN,x,Africa,جنوب السودان,Sub-Saharan Africa,Южный Судан,World,Juba,AF,,en,7909807.0,South Sudan,,,,,, -Senegal,SEN,SEN,221,SEN,sg,Yes,686.0,217,SG,SG,sn,SEN,SEN,SN,la República del Senegal,True,11.0,Sénégal,Sénégal (le),CFA Franc BCEAO,Developing,Республика Сенегал,Senegal,XOF,,Senegal (el),952,塞内加尔共和国,la République du Sénégal,Сенегал,686.0,202.0,2.0,السنغال,0,جمهورية السنغال,塞内加尔,,Western Africa,Senegal,the Republic of Senegal,塞内加尔,Senegal,SENEGAL,x,Africa,السنغال,Sub-Saharan Africa,Сенегал,World,Dakar,AF,.sn,"fr-SN,wo,fuc,mnk",2245662.0,Senegal,T1,sn,6.0,15020945.0,0.2838531987294658,0.2762717417293673 -Serranilla Bank,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Singapore,SGP,SIN,65,SGP,si,Yes,702.0,222,SN,SR,sg,SNG,SIN,SGP,la República de Singapur,True,,Singapour,Singapour [fém.],Singapore Dollar,Developing,Республика Сингапур,Singapore,SGD,x,Singapur,702,新加坡共和国,la République de Singapour,Сингапур,702.0,35.0,142.0,سنغافورة,2,جمهورية سنغافورة,新加坡,,,Singapur,the Republic of Singapore,新加坡,Singapore,SINGAPORE,,Asia,سنغافورة,South-eastern Asia,Сингапур,World,Singapore,AS,.sg,"cmn,en-SG,ms-SG,ta-SG,zh-SG",1880251.0,Singapore,U0,sg,3.0,5995991.0,0.021764608193322463,0.014715212475183054 -South Georgia and South Sandwich Islands,SGS,,500,SGS,xs,Territory of GB,239.0,228,SX, ,gs, , , ,,True,5.0,Géorgie du Sud-et-les Îles Sandwich du Sud,,No universal currency,Developing,,,,,,,,,,239.0,419.0,19.0,جورجيا الجنوبية وجزر ساندويتش الجنوبية,,,,,South America,Georgia del Sur y las Islas Sandwich del Sur,,南乔治亚岛和南桑德韦奇岛,South Georgia and the South Sandwich Islands,SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS,,Americas,,Latin America and the Caribbean,Южная Джорджия и Южные Сандвичевы острова,World,Grytviken,AN,.gs,en,3474415.0,South Georgia & South Sandwich Islands,1L,,,,, -Saint Helena,SHN,SHN,290,SHN,xj,Territory of GB,654.0,207,SH,HE,sh,SHN,HEL,SH,,True,11.0,Sainte-Hélène,,Saint Helena Pound,Developing,,,SHP,,,654,,,,654.0,202.0,2.0,سانت هيلانة,2,,,,Western Africa,Santa Elena,,圣赫勒拿,Saint Helena,"SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA",,Africa,,Sub-Saharan Africa,Остров Святой Елены,World,Jamestown,AF,.sh,en-SH,3370751.0,St. Helena,,,,,, -Solomon Islands,SLB,SOL,677,SLB,bp,Yes,90.0,225,BP,SO,sb,SLM,SOL,SB,las Islas Salomón,True,,Îles Salomon,Îles Salomon (les),Solomon Islands Dollar,Developing,Соломоновы Острова,Solomon Islands,SBD,x,Islas Salomón (las),090,所罗门群岛,les Îles Salomon,Соломоновы Острова,90.0,54.0,9.0,جزر سليمان,2,جزر سليمان,所罗门群岛,,,Islas Salomón,Solomon Islands,所罗门群岛,Solomon Islands,SOLOMON ISLANDS,x,Oceania,جزر سليمان,Melanesia,Соломоновы Острова,World,Honiara,OC,.sb,"en-SB,tpi",2103350.0,Solomon Islands,D7,,,,, -Sierra Leone,SLE,SLE,232,SLE,sl,Yes,694.0,221,SL,SL,sl,SRL,SLE,WAL,la República de Sierra Leona,True,11.0,Sierra Leone,Sierra Leone (la),Leone,Developing,Республика Сьерра-Леоне,Sierra Leone,SLL,,Sierra Leona,694,塞拉利昂共和国,la République de Sierra Leone,Сьерра-Леоне,694.0,202.0,2.0,سيراليون,2,جمهورية سيراليون,塞拉利昂,,Western Africa,Sierra Leona,the Republic of Sierra Leone,塞拉利昂,Sierra Leone,SIERRA LEONE,x,Africa,سيراليون,Sub-Saharan Africa,Сьерра-Леоне,World,Freetown,AF,.sl,"en-SL,men,tem",2403846.0,Sierra Leone,T8,,,,, -El Salvador,SLV,SLV,503,SLV,es,Yes,222.0,75,ES,ES,sv,SLV,ESA,ES,la República de El Salvador,True,13.0,El Salvador,El Salvador [masc.],"El Salvador Colon,US Dollar",Developing,Республика Эль-Сальвадор,El Salvador,"SVC,USD",,El Salvador,"222,840",萨尔瓦多共和国,la République d'El Salvador,Сальвадор,222.0,419.0,19.0,السلفادور,"2,2",جمهورية السلفادور,萨尔瓦多,,Central America,El Salvador,the Republic of El Salvador,萨尔瓦多,El Salvador,EL SALVADOR,,Americas,السلفادور,Latin America and the Caribbean,Сальвадор,World,San Salvador,,.sv,es-SV,3585968.0,El Salvador,H3,sv,1.0,6187271.0,0.5748307069791865,0.6005934557331014 -San Marino,SMR,SMR,378,SMR,sm,Yes,674.0,213,SM, ,sm,SMR,SMR,RSM,la República de San Marino,True,,Saint-Marin,Saint-Marin [masc.],Euro,Developed,Республика Сан-Марино,San Marino,EUR,,San Marino,978,圣马力诺共和国,la République de Saint-Marin,Сан-Марино,674.0,39.0,150.0,سان مارينو,2,جمهورية سان مارينو,圣马力诺,,,San Marino,the Republic of San Marino,圣马力诺,San Marino,SAN MARINO,,Europe,سان مارينو,Southern Europe,Сан-Марино,World,San Marino,EU,.sm,it-SM,3168068.0,San Marino,S8,sm,1.0,33779.0,0.46203723056489354,0.3903525055663236 -Somaliland,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Somalia,SOM,SOM,252,SOM,so,Yes,706.0,226,SO,SI,so,SOM,SOM,SO,la República Federal de Somalia,True,14.0,Somalie,Somalie (la),Somali Shilling,Developing,Федеративная Республика Сомали,Somalia,SOS,,Somalia,706,索马里联邦共和国,la République fédérale de Somalie,Сомали,706.0,202.0,2.0,الصومال,2,جمهورية الصومال الاتحادية,索马里,,Eastern Africa,Somalia,the Federal Republic of Somalia,索马里,Somalia,SOMALIA,x,Africa,الصومال,Sub-Saharan Africa,Сомали,World,Mogadishu,AF,.so,"so-SO,ar-SO,it,en-SO",51537.0,Somalia,U1,so,2.0,11259029.0,0.05526144278735026,0.03689852757386296 -Saint Pierre and Miquelon,SPM,SPM,508,SPM,xl,Part of FR,666.0,210,SB,FP,pm,SPM,SPM,F,,True,,Saint-Pierre-et-Miquelon,,Euro,Developed,,,EUR,,,978,,,,666.0,21.0,19.0,سان بيار وميكلون,2,,,,,Saint Pierre y Miquelon,,圣皮埃尔和密克隆,Saint Pierre and Miquelon,SAINT PIERRE AND MIQUELON,,Americas,,Northern America,Сен-Пьер и Микелон,World,Saint-Pierre,,.pm,fr-PM,3424932.0,St. Pierre & Miquelon,V0,pm,1.0,5471.0,0.6798034604406311,0.6616465373306651 -Republic of Serbia,SRB,SRB,381,SRB,rb,Yes,688.0,2648,"RI,KV",YG,rs,SRB,SRB,SRB,la República de Serbia,True,,Serbie,Serbie (la),Serbian Dinar,Developed,Республика Сербия,Serbia,RSD,,Serbia,941,塞尔维亚共和国,la République de Serbie,Сербия,688.0,39.0,150.0,صربيا,2,جمهورية صربيا,塞尔维亚,,,Serbia,the Republic of Serbia,塞尔维亚,Serbia,SERBIA,,Europe,صربيا,Southern Europe,Сербия,World,Belgrade,EU,.rs,"sr,hu,bs,rom",6290252.0,Serbia,Z2,rs,4.0,7078110.0,0.4122239096297502,0.37581881448823085 -Sao Tome and Principe,STP,STP,239,STP,sf,Yes,678.0,214,TP,TP,st,STP,STP,ST,la República Democrática de Santo Tomé y Príncipe,True,17.0,Sao Tomé-et-Principe,Sao Tomé-et-Principe [fém.],Dobra,Developing,Демократическая Республика Сан-Томе и Принсипи,Sao Tome and Principe,STN,x,Santo Tomé y Príncipe,930,圣多美和普林西比民主共和国,la République démocratique de Sao Tomé-et-Principe,Сан-Томе и Принсипи,678.0,202.0,2.0,سان تومي وبرينسيبي,2,جمهورية سان تومي وبرينسيبي الديمقراطية,圣多美和普林西比,,Middle Africa,Santo Tomé y Príncipe,the Democratic Republic of Sao Tome and Principe,圣多美和普林西比,Sao Tome and Principe,SAO TOME AND PRINCIPE,x,Africa,سان تومي وبرينسيبي,Sub-Saharan Africa,Сан-Томе и Принсипи,World,Sao Tome,AF,.st,pt-ST,2410758.0,São Tomé & Príncipe,S9,st,1.0,204454.0,0.28869955572486855,0.271003650965649 -Suriname,SUR,SUR,597,SUR,sr,Yes,740.0,233,NS,SM,sr,SUR,SUR,SME,la República de Suriname,True,5.0,Suriname,Suriname (le),Surinam Dollar,Developing,Республика Суринам,Suriname,SRD,x,Suriname,968,苏里南共和国,la République du Suriname,Суринам,740.0,419.0,19.0,سورينام,2,جمهورية سورينام,苏里南,,South America,Suriname,the Republic of Suriname,苏里南,Suriname,SURINAME,,Americas,سورينام,Latin America and the Caribbean,Суринам,World,Paramaribo,SA,.sr,"nl-SR,en,srn,hns,jv",3382998.0,Suriname,V3,sr,1.0,597927.0,0.40306307883180864,0.3414259115119882 -Slovakia,SVK,SVK,421,SVK,xo,Yes,703.0,223,LO,SQ,sk,SVK,SVK,SK,la República Eslovaca,True,,Slovaquie,Slovaquie (la),Euro,Developed,Словацкая Республика,Slovakia,EUR,,Eslovaquia,978,斯洛伐克共和国,la République slovaque,Словакия,703.0,151.0,150.0,سلوفاكيا,2,الجمهورية السلوفاكية,斯洛伐克,,,Eslovaquia,the Slovak Republic,斯洛伐克,Slovakia,SLOVAKIA,,Europe,سلوفاكيا,Eastern Europe,Словакия,World,Bratislava,EU,.sk,"sk,hu",3057568.0,Slovakia,2B,sk,1.0,5445040.0,0.27418056206209557,0.20514399523831328 -Slovenia,SVN,SVN,386,SVN,xv,Yes,705.0,224,SI,LJ,si,SVN,SLO,SLO,la República de Eslovenia,True,,Slovénie,Slovénie (la),Euro,Developed,Республика Словения,Slovenia,EUR,,Eslovenia,978,斯洛文尼亚共和国,la République de Slovénie,Словения,705.0,39.0,150.0,سلوفينيا,2,جمهورية سلوفينيا,斯洛文尼亚,,,Eslovenia,the Republic of Slovenia,斯洛文尼亚,Slovenia,SLOVENIA,,Europe,سلوفينيا,Southern Europe,Словения,World,Ljubljana,EU,.si,"sl,sh",3190538.0,Slovenia,2A,si,1.0,2102126.0,0.2719743730984458,0.2457311427539439 -Sweden,SWE,SWE,46,SWE,sw,Yes,752.0,236,SW,SN,se,S,SWE,S,el Reino de Suecia,True,,Suède,Suède (la),Swedish Krona,Developed,Королевство Швеция,Sweden,SEK,,Suecia,752,瑞典王国,le Royaume de Suède,Швеция,752.0,154.0,150.0,السويد,2,مملكة السويد,瑞典,,,Suecia,the Kingdom of Sweden,瑞典,Sweden,SWEDEN,,Europe,السويد,Northern Europe,Швеция,World,Stockholm,EU,.se,"sv-SE,se,sma,fi-SE",2661886.0,Sweden,V7,se,2.0,10040995.0,0.6972212661599166,0.6851008210148113 -Swaziland,SWZ,SWZ,268,SWZ,sq,Yes,748.0,235,WZ,SV,sz,SWZ,SWZ,SD,,True,18.0,Eswatini,,Lilangeni,Developing,,,SZL,,,748,,,,748.0,202.0,2.0,إسواتيني,2,,,x,Southern Africa,Suazilandia,,斯威士兰,Eswatini,ESWATINI,,Africa,,Sub-Saharan Africa,Эсватини,World,Mbabane,AF,.sz,"en-SZ,ss-SZ",934841.0,Eswatini,,sz,1.0,1087200.0,0.0,0.0 -Sint Maarten,SXM,,1-721,SXM,sn,Part of NL,534.0,,NN,,sx,,,,,True,29.0,Saint-Martin (partie néerlandaise),,Netherlands Antillean Guilder,Developing,,,ANG,x,,532,,,,534.0,419.0,19.0,سانت مارتن,2,,,,Caribbean,San Martín (parte holandés),,圣马丁(荷属),Sint Maarten (Dutch part),SINT MAARTEN (DUTCH PART),,Americas,,Latin America and the Caribbean,Синт-Мартен,World,Philipsburg,,.sx,"nl,en",7609695.0,Sint Maarten,,sx,1.0,42677.0,0.01668528963929506,0.014133743632507263 -Seychelles,SYC,SEY,248,SYC,se,Yes,690.0,220,SE,SC,sc,SEY,SEY,SY,la República de Seychelles,True,14.0,Seychelles,Seychelles (les) [fém.],Seychelles Rupee,Developing,Республика Сейшельские Острова,Seychelles,SCR,x,Seychelles,690,塞舌尔共和国,la République des Seychelles,Сейшельские Острова,690.0,202.0,2.0,سيشيل,2,جمهورية سيشيل,塞舌尔,,Eastern Africa,Seychelles,the Republic of Seychelles,塞舌尔,Seychelles,SEYCHELLES,,Africa,سيشيل,Sub-Saharan Africa,Сейшельские Острова,World,Victoria,AF,.sc,"en-SC,fr-SC",241170.0,Seychelles,T2,sc,1.0,94633.0,0.43669722881456274,0.4250334488144112 -Syria,SYR,SYR,963,SYR,sy,Yes,760.0,238,SY,SY,sy,SYR,SYR,SYR,la República Árabe Siria,True,,République arabe syrienne,République arabe syrienne (la),Syrian Pound,Developing,Сирийская Арабская Республика,Syrian Arab Republic,SYP,,República Árabe Siria (la),760,阿拉伯叙利亚共和国,la République arabe syrienne,Сирийская Арабская Республика,760.0,145.0,142.0,الجمهورية العربية السورية,2,الجمهورية العربية السورية,阿拉伯叙利亚共和国,,,República Árabe Siria,the Syrian Arab Republic,阿拉伯叙利亚共和国,Syrian Arab Republic,SYRIAN ARAB REPUBLIC,,Asia,الجمهورية العربية السورية,Western Asia,Сирийская Арабская Республика,World,Damascus,AS,.sy,"ar-SY,ku,hy,arc,fr,en",163843.0,Syria,V9,sy,2.0,19454263.0,0.17296881837229536,0.12861502067976133 -Turks and Caicos Islands,TCA,TCA,1-649,TCA,tc,Territory of GB,796.0,251,TK,TI,tc,TCA,TKS, ,,True,29.0,Îles Turques-et-Caïques,,US Dollar,Developing,,,USD,,,840,,,,796.0,419.0,19.0,جزر تركس وكايكوس,2,,,,Caribbean,Islas Turcas y Caicos,,特克斯和凯科斯群岛,Turks and Caicos Islands,TURKS AND CAICOS ISLANDS,,Americas,,Latin America and the Caribbean,Острова Тёркс и Кайкос,World,Cockburn Town,,.tc,en-TC,3576916.0,Turks & Caicos Islands,W7,,,,, -Chad,TCD,CHA,235,TCD,cd,Yes,148.0,50,CD,CD,td,TCD,CHA,TCH,la República del Chad,True,17.0,Tchad,Tchad (le),CFA Franc BEAC,Developing,Республика Чад,Chad,XAF,,Chad (el),950,乍得共和国,la République du Tchad,Чад,148.0,202.0,2.0,تشاد,0,جمهورية تشاد,乍得,x,Middle Africa,Chad,the Republic of Chad,乍得,Chad,CHAD,x,Africa,تشاد,Sub-Saharan Africa,Чад,World,N'Djamena,AF,.td,"fr-TD,ar-TD,sre",2434508.0,Chad,F2,td,2.0,15833116.0,0.21686618721331902,0.202630424939843 -Togo,TGO,TOG,228,TGO,tg,Yes,768.0,243,TO,TG,tg,TGO,TOG,TG,la República Togolesa,True,11.0,Togo,Togo (le),CFA Franc BCEAO,Developing,Тоголезская Республика,Togo,XOF,,Togo (el),952,多哥共和国,la République togolaise,Того,768.0,202.0,2.0,توغو,0,جمهورية توغو,多哥,,Western Africa,Togo,the Togolese Republic,多哥,Togo,TOGO,x,Africa,توغو,Sub-Saharan Africa,Того,World,Lome,AF,.tg,"fr-TG,ee,hna,kbp,dag,ha",2363686.0,Togo,W2,tg,1.0,8176449.0,0.4439755159614721,0.4321173396279847 -Thailand,THA,THA,66,THA,th,Yes,764.0,240,TH,TH,th,THA,THA,T,el Reino de Tailandia,True,,Thaïlande,Thaïlande (la),Baht,Developing,Королевство Таиланд,Thailand,THB,,Tailandia,764,泰王国,le Royaume de Thaïlande,Таиланд,764.0,35.0,142.0,تايلند,2,مملكة تايلند,泰国,,,Tailandia,the Kingdom of Thailand,泰国,Thailand,THAILAND,,Asia,تايلند,South-eastern Asia,Таиланд,World,Bangkok,AS,.th,"th,en",1605651.0,Thailand,W1,th,1.0,68615858.0,0.11929430782140449,0.07621276328753093 -Tajikistan,TJK,TJK,992,TJK,ta,Yes,762.0,239,TI,TA,tj,TJK,TJK,TJ,la República de Tayikistán,True,,Tadjikistan,Tadjikistan (le),Somoni,Developing,Республика Таджикистан,Tajikistan,TJS,,Tayikistán,972,塔吉克斯坦共和国,la République du Tadjikistan,Таджикистан,762.0,143.0,142.0,طاجيكستان,2,جمهورية طاجيكستان,塔吉克斯坦,x,,Tayikistán,the Republic of Tajikistan,塔吉克斯坦,Tajikistan,TAJIKISTAN,,Asia,طاجيكستان,Central Asia,Таджикистан,World,Dushanbe,AS,.tj,"tg,ru",1220409.0,Tajikistan,2D,tj,1.0,8604882.0,0.07147012339831865,0.04719971104294166 -Turkmenistan,TKM,TKM,993,TKM,tk,Yes,795.0,250,TX,TR,tm,TKM,TKM,TM,Turkmenistán,True,,Turkménistan,Turkménistan (le),Turkmenistan New Manat,Developing,Туркменистан,Turkmenistan,TMT,,Turkmenistán,934,土库曼斯坦,le Turkménistan,Туркменистан,795.0,143.0,142.0,تركمانستان,2,تركمانستان,土库曼斯坦,x,,Turkmenistán,Turkmenistan,土库曼斯坦,Turkmenistan,TURKMENISTAN,,Asia,تركمانستان,Central Asia,Туркменистан,World,Ashgabat,AS,.tm,"tk,ru,uz",1218197.0,Turkmenistan,2E,tm,1.0,5411012.0,0.011628888694407691,0.007218330459024566 -East Timor,TLS,TLS,670,TLS,em,Yes,626.0,242,TT,TM,tl,TLS,TLS,RI,la República Democrática de Timor-Leste,True,,Timor-Leste,Timor-Leste (le),US Dollar,Developing,Демократическая Республика Тимор-Лешти,Timor-Leste,USD,x,Timor-Leste,840,东帝汶民主共和国,la République démocratique du Timor-Leste,Тимор-Лешти,626.0,35.0,142.0,تيمور- ليشتي,2,جمهورية تيمور - ليشتي الديمقراطية,东帝汶,,,Timor-Leste,the Democratic Republic of Timor-Leste,东帝汶,Timor-Leste,TIMOR-LESTE,x,Asia,تيمور- ليشتي,South-eastern Asia,Тимор-Лешти,World,Dili,OC,.tl,"tet,pt-TL,id,en",1966436.0,Timor-Leste,Z3,tl,2.0,1321929.0,0.20039145632667346,0.18810841655262697 -Tonga,TON,TGA,676,TON,to,Yes,776.0,245,TN,TO,to,TON,TGA,TO,el Reino de Tonga,True,,Tonga,Tonga (les) [fém.],Pa’anga,Developing,Королевство Тонга,Tonga,TOP,x,Tonga,776,汤加王国,le Royaume des Tonga,Тонга,776.0,61.0,9.0,تونغا,2,مملكة تونغا,汤加,,,Tonga,the Kingdom of Tonga,汤加,Tonga,TONGA,,Oceania,تونغا,Polynesia,Тонга,World,Nuku'alofa,OC,.to,"to,en-TO",4032283.0,Tonga,W4,to,1.0,106398.0,0.0,0.0 -Trinidad and Tobago,TTO,TRI,1-868,TTO,tr,Yes,780.0,246,TD,TD,tt,TRD,TTO,TT,la República de Trinidad y Tabago,True,29.0,Trinité-et-Tobago,Trinité-et-Tobago (la),Trinidad and Tobago Dollar,Developing,Республика Тринидад и Тобаго,Trinidad and Tobago,TTD,x,Trinidad y Tabago,780,特立尼达和多巴哥共和国,la République de Trinité-et-Tobago,Тринидад и Тобаго,780.0,419.0,19.0,ترينيداد وتوباغو,2,جمهورية ترينيداد وتوباغو,特立尼达和多巴哥,,Caribbean,Trinidad y Tabago,the Republic of Trinidad and Tobago,特立尼达和多巴哥,Trinidad and Tobago,TRINIDAD AND TOBAGO,,Americas,ترينيداد وتوباغو,Latin America and the Caribbean,Тринидад и Тобаго,World,Port of Spain,,.tt,"en-TT,hns,fr,es,zh",3573591.0,Trinidad & Tobago,W5,,,,, -Tunisia,TUN,TUN,216,TUN,ti,Yes,788.0,248,TS,TS,tn,TUN,TUN,TN,la República de Túnez,True,,Tunisie,Tunisie (la),Tunisian Dinar,Developing,Тунисская Республика,Tunisia,TND,,Túnez,788,突尼斯共和国,la République tunisienne,Тунис,788.0,15.0,2.0,تونس,3,الجمهورية التونسية,突尼斯,,,Túnez,the Republic of Tunisia,突尼斯,Tunisia,TUNISIA,,Africa,تونس,Northern Africa,Тунис,World,Tunis,AF,.tn,"ar-TN,fr",2464461.0,Tunisia,W6,tn,2.0,11516189.0,0.6848735386025153,0.6218804931940778 -Turkey,TUR,TUR,90,TUR,tu,Yes,792.0,249,TU,TU,tr,TUR,TUR,TR,la República de Turquía,True,,Turquie,Turquie (la),Turkish Lira,Developing,Турецкая Республика,Turkey,TRY,,Turquía,949,土耳其共和国,la République turque,Турция,792.0,145.0,142.0,تركيا,2,جمهورية تركيا,土耳其,,,Turquía,the Republic of Turkey,土耳其,Turkey,TURKEY,,Asia,تركيا,Western Asia,Турция,World,Ankara,AS,.tr,"tr-TR,ku,diq,az,av",298795.0,Turkey,W8,tr,1.0,81257239.0,0.3917797775020721,0.29994075871576903 -Tuvalu,TUV,TUV,688,TUV,tv,Yes,798.0,252,TV,TV,tv,TUV,TUV,TV,Tuvalu,True,,Tuvalu,Tuvalu (les) [masc.],Australian Dollar,Developing,Тувалу,Tuvalu,AUD,x,Tuvalu,036,图瓦卢,Tuvalu (les) [masc.],Тувалу,798.0,61.0,9.0,توفالو,2,توفالو,图瓦卢,,,Tuvalu,Tuvalu,图瓦卢,Tuvalu,TUVALU,x,Oceania,توفالو,Polynesia,Тувалу,World,Funafuti,OC,.tv,"tvl,en,sm,gil",2110297.0,Tuvalu,2G,tv,1.0,11147.0,0.0,0.0 -Taiwan,TWN,TPE,886,TWN,ch,Yes,158.0,925,TW, ,tw, ,TPE,RC,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Taipei,AS,.tw,"zh-TW,zh,nan,hak",1668284.0,Taiwan,,tw,1.0,23545963.0,0.0,0.0 -United Republic of Tanzania,TZA,TAN,255,TZA,tz,Yes,834.0,257,TZ,TN,tz,TZA,TAN,EAT,la República Unida de Tanzanía,True,14.0,République-Unie de Tanzanie,République-Unie de Tanzanie (la),Tanzanian Shilling,Developing,Объединенная Республика Танзания,United Republic of Tanzania (the),TZS,,República Unida de Tanzanía (la),834,坦桑尼亚联合共和国,la République-Unie de Tanzanie,Объединенная Республика Танзания,834.0,202.0,2.0,جمهورية تنزانيا المتحدة,2,جمهورية تنزانيا المتحدة,坦桑尼亚联合共和国,,Eastern Africa,República Unida de Tanzanía,the United Republic of Tanzania,坦桑尼亚联合共和国,United Republic of Tanzania,"TANZANIA, UNITED REPUBLIC OF",x,Africa,جمهورية تنزانيا المتحدة,Sub-Saharan Africa,Объединенная Республика Танзания,World,Dodoma,AF,.tz,"sw-TZ,en,ar",149590.0,Tanzania,W0,tz,1.0,55451343.0,0.0,0.0 -Uganda,UGA,UGA,256,UGA,ug,Yes,800.0,253,UG,UG,ug,UGA,UGA,EAU,la República de Uganda,True,14.0,Ouganda,Ouganda (l') [masc.],Uganda Shilling,Developing,Республика Уганда,Uganda,UGX,,Uganda,800,乌干达共和国,la République de l'Ouganda,Уганда,800.0,202.0,2.0,أوغندا,0,جمهورية أوغندا,乌干达,x,Eastern Africa,Uganda,the Republic of Uganda,乌干达,Uganda,UGANDA,x,Africa,أوغندا,Sub-Saharan Africa,Уганда,World,Kampala,AF,.ug,"en-UG,lg,sw,ar",226074.0,Uganda,W9,ug,1.0,40853749.0,0.0,0.0 -Ukraine,UKR,UKR,380,UKR,un,Yes,804.0,254,UP,UR,ua,UKR,UKR,UA,Ucrania,True,,Ukraine,Ukraine (l') [fém.],Hryvnia,Developed,Украина,Ukraine,UAH,,Ucrania,980,乌克兰,l'Ukraine,Украина,804.0,151.0,150.0,أوكرانيا,2,أوكرانيا,乌克兰,,,Ucrania,Ukraine,乌克兰,Ukraine,UKRAINE,,Europe,أوكرانيا,Eastern Europe,Украина,World,Kyiv,EU,.ua,"uk,ru-UA,rom,pl,hu",690791.0,Ukraine,2H,ua,2.0,43952299.0,0.6685972128556646,0.6123868717854799 -United States Minor Outlying Islands,UMI,, ,UMI,"ji,xf,wk,uc,up",Territories of US,581.0,,"FQ,HQ,DQ,JQ,KQ,MQ,BQ,LQ,WQ", ,um, , ,USA,,True,,Îles mineures éloignées des États-Unis,,US Dollar,Developing,,,USD,,,840,,,,581.0,57.0,9.0,نائية التابعة للولايات المتحدة,2,,,,,Islas menores alejadas de Estados Unidos,,美国本土外小岛屿,United States Minor Outlying Islands,UNITED STATES MINOR OUTLYING ISLANDS,,Oceania,,Micronesia,Внешние малые острова Coeдинeнныx Штaтoв,World,,OC,.um,en-UM,5854968.0,U.S. Outlying Islands,2J,,,,, -Uruguay,URY,URU,598,URY,uy,Yes,858.0,260,UY,UY,uy,URG,URU,ROU,la República Oriental del Uruguay,True,5.0,Uruguay,Uruguay (l') [masc.],Peso Uruguayo,Developing,Восточная Республика Уругвай,Uruguay,UYU,,Uruguay (el),858,乌拉圭东岸共和国,la République orientale de l'Uruguay,Уругвай,858.0,419.0,19.0,أوروغواي,2,جمهورية أوروغواي الشرقية,乌拉圭,,South America,Uruguay,the Eastern Republic of Uruguay,乌拉圭,Uruguay,URUGUAY,,Americas,أوروغواي,Latin America and the Caribbean,Уругвай,World,Montevideo,SA,.uy,es-UY,3439705.0,Uruguay,X3,uy,1.0,3369299.0,0.5683719349906563,0.5938452146574486 -United States of America,USA,USA,1,USA,xxu,Yes,840.0,259,US,US,us,USA,USA,USA,los Estados Unidos de América,True,,États-Unis d'Amérique,États-Unis d'Amérique (les),US Dollar,Developed,Соединенные Штаты Америки,United States of America (the),USD,,Estados Unidos de América (los),840,美利坚合众国,les États-Unis d'Amérique,Соединенные Штаты Америки,840.0,21.0,19.0,الولايات المتحدة الأمريكية,2,الولايات المتحدة الأمريكية,美利坚合众国,,,Estados Unidos de América,the United States of America,美利坚合众国,United States of America,UNITED STATES OF AMERICA,,Americas,الولايات المتحدة الأمريكية,Northern America,Соединенные Штаты Америки,World,Washington,,.us,"en-US,es-US,haw,fr",6252001.0,US,,us,1.0,329256465.0,0.06200421108988978,0.06478311432626711 -US Naval Base Guantanamo Bay,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Uzbekistan,UZB,UZB,998,UZB,uz,Yes,860.0,261,UZ,UZ,uz,UZB,UZB,UZ,la República de Uzbekistán,True,,Ouzbékistan,Ouzbékistan (l') [masc.],Uzbekistan Sum,Developing,Республика Узбекистан,Uzbekistan,UZS,,Uzbekistán,860,乌兹别克斯坦共和国,la République d'Ouzbékistan,Узбекистан,860.0,143.0,142.0,أوزبكستان,2,جمهورية أوزبكستان,乌兹别克斯坦,x,,Uzbekistán,the Republic of Uzbekistan,乌兹别克斯坦,Uzbekistan,UZBEKISTAN,,Asia,أوزبكستان,Central Asia,Узбекистан,World,Tashkent,AS,.uz,"uz,ru,tg",1512440.0,Uzbekistan,2K,uz,2.0,30023709.0,0.021489685918589026,0.011074228387996071 -Vatican,VAT,VAT,39-06,VAT,vc,Yes,336.0,110,VT, ,va,CVA, ,V,la Santa Sede,True,,Saint-Siège,Saint-Siège (le) *,Euro,Developed,Святой Престол,Holy See (the) *,EUR,,Santa Sede (la) *,978,教廷,le Saint-Siège,Святой Престол *,336.0,39.0,150.0,الكرسي الرسولي,2,الكرسي الرسولي,教廷 *,,,Santa Sede,the Holy See,教廷,Holy See,HOLY SEE,,Europe,الكرسي الرسولي *,Southern Europe,Святой Престол,World,Vatican City,EU,.va,"la,it,fr",3164670.0,Vatican City,,va,1.0,1000.0,0.4277737954892947,0.3614050163894951 -Saint Vincent and the Grenadines,VCT,VIN,1-784,VCT,xm,Yes,670.0,211,VC,VG,vc,VCT,VIN,WV,San Vicente y las Granadinas,True,29.0,Saint-Vincent-et-les Grenadines,Saint-Vincent-et-les Grenadines [fém.],East Caribbean Dollar,Developing,Сент-Винсент и Гренадины,Saint Vincent and the Grenadines,XCD,x,San Vicente y las Granadinas,951,圣文森特和格林纳丁斯,Saint-Vincent-et-les Grenadines [fém.],Сент-Винсент и Гренадины,670.0,419.0,19.0,سانت فنسنت وجزر غرينادين,2,سانت فنسنت وجزر غرينادين,圣文森特和格林纳丁斯,,Caribbean,San Vicente y las Granadinas,Saint Vincent and the Grenadines,圣文森特和格林纳丁斯,Saint Vincent and the Grenadines,SAINT VINCENT AND THE GRENADINES,,Americas,سانت فنسنت وجزر غرينادين,Latin America and the Caribbean,Сент-Винсент и Гренадины,World,Kingstown,,.vc,"en-VC,fr",3577815.0,St. Vincent & Grenadines,V1,,,,, -Venezuela,VEN,VEN,58,VEN,ve,Yes,862.0,263,VE,VN,ve,VEN,VEN,YV,la República Bolivariana de Venezuela,True,5.0,Venezuela (République bolivarienne du),Venezuela (République bolivarienne du),Bolívar,Developing,Боливарианская Республика Венесуэла,Venezuela (Bolivarian Republic of),VEF,,Venezuela (República Bolivariana de),937,委内瑞拉玻利瓦尔共和国,la République bolivarienne du Venezuela,Венесуэла (Боливарианская Республика),862.0,419.0,19.0,فنزويلا (جمهورية - البوليفارية),2,جمهورية فنزويلا البوليفارية,委内瑞拉(玻利瓦尔共和国),,South America,Venezuela (República Bolivariana de),the Bolivarian Republic of Venezuela,委内瑞拉(玻利瓦尔共和国),Venezuela (Bolivarian Republic of),VENEZUELA (BOLIVARIAN REPUBLIC OF),,Americas,فنزويلا,Latin America and the Caribbean,Венесуэла (Боливарианская Республика),World,Caracas,SA,.ve,es-VE,3625428.0,Venezuela,,ve,1.0,31689176.0,0.5296193030594751,0.5533557682035316 -British Virgin Islands,VGB,VGB,1-284,VGB,vb,Territory of GB,92.0,39,VI,VI,vg,VRG,IVB,BVI,,True,29.0,Îles Vierges britanniques,,US Dollar,Developing,,,USD,x,,840,,,,92.0,419.0,19.0,جزر فرجن البريطانية,2,,,,Caribbean,Islas Vírgenes Británicas,,英属维尔京群岛,British Virgin Islands,VIRGIN ISLANDS (BRITISH),,Americas,,Latin America and the Caribbean,Британские Виргинские острова,World,Road Town,,.vg,en-VG,3577718.0,British Virgin Islands,,,,,, -United States Virgin Islands,VIR,VIR,1-340,VIR,vi,Territory of US,850.0,258,VQ,VI,vi,VIR,ISV,USA,,True,29.0,Îles Vierges américaines,,US Dollar,Developing,,,USD,x,,840,,,,850.0,419.0,19.0,جزر فرجن التابعة للولايات المتحدة,2,,,,Caribbean,Islas Vírgenes de los Estados Unidos,,美属维尔京群岛,United States Virgin Islands,VIRGIN ISLANDS (U.S.),,Americas,,Latin America and the Caribbean,Виргинские oстрова Coeдинeнныx Штaтoв,World,Charlotte Amalie,,.vi,en-VI,4796775.0,U.S. Virgin Islands,,,,,, -Vietnam,VNM,VIE,84,VNM,vm,Yes,704.0,264,VM,VS,vn,VTN,VIE,VN,la República Socialista de Viet Nam,True,,Viet Nam,Viet Nam (le),Dong,Developing,Социалистическая Республика Вьетнам,Viet Nam,VND,,Viet Nam,704,越南社会主义共和国,la République socialiste du Viet Nam,Вьетнам,704.0,35.0,142.0,فييت نام,0,جمهورية فييت نام الاشتراكية,越南,,,Viet Nam,the Socialist Republic of Viet Nam,越南,Viet Nam,VIET NAM,,Asia,فييت نام,South-eastern Asia,Вьетнам,World,Hanoi,AS,.vn,"vi,en,fr,zh,km",1562822.0,Vietnam,Q1,vn,1.0,97040334.0,0.3786321679905688,0.3242666103675215 -Vanuatu,VUT,VAN,678,VUT,nn,Yes,548.0,262,NH,NV,vu,VUT,VAN,VU,la República de Vanuatu,True,,Vanuatu,Vanuatu (le) [masc.],Vatu,Developing,Республика Вануату,Vanuatu,VUV,x,Vanuatu,548,瓦努阿图共和国,la République de Vanuatu,Вануату,548.0,54.0,9.0,فانواتو,0,جمهورية فانواتو,瓦努阿图,,,Vanuatu,the Republic of Vanuatu,瓦努阿图,Vanuatu,VANUATU,x,Oceania,فانواتو,Melanesia,Вануату,World,Port Vila,OC,.vu,"bi,en-VU,fr-VU",2134431.0,Vanuatu,2L,vu,2.0,288037.0,0.36391435734546895,0.354194540678676 -Wallis and Futuna,WLF,WLF,681,WLF,wf,Territory of FR,876.0,266,WF,FW,wf,WAL,WAF,F,,True,,Îles Wallis-et-Futuna,,CFP Franc,Developing,,,XPF,,,953,,,,876.0,61.0,9.0,جزر واليس وفوتونا,0,,,,,Islas Wallis y Futuna,,瓦利斯群岛和富图纳群岛,Wallis and Futuna Islands,WALLIS AND FUTUNA,,Oceania,,Polynesia,Острова Уоллис и Футуна,World,Mata Utu,OC,.wf,"wls,fud,fr-WF",4034749.0,Wallis & Futuna,X8,wf,1.0,15763.0,0.35184005620408215,0.34244273297868566 -Akrotiri Sovereign Base Area,-99,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -Samoa,WSM,SAM,685,WSM,ws,Yes,882.0,212,WS,ZM,ws,SMO,SAM,WS,el Estado Independiente de Samoa,True,,Samoa,Samoa (le),Tala,Developing,Независимое Государство Самоа,Samoa,WST,x,Samoa,882,萨摩亚独立国,l'État indépendant du Samoa,Самоа,882.0,61.0,9.0,ساموا,2,دولة ساموا المستقلة,萨摩亚,,,Samoa,the Independent State of Samoa,萨摩亚,Samoa,SAMOA,,Oceania,ساموا,Polynesia,Самоа,World,Apia,OC,.ws,"sm,en-WS",4034894.0,Samoa,Y0,ws,1.0,201316.0,0.0,0.0 -Yemen,YEM,YEM,967,YEM,ye,Yes,887.0,269,YM,YE,ye,YEM,YEM,YAR,la República del Yemen,True,,Yémen,Yémen (le),Yemeni Rial,Developing,Йеменская Республика,Yemen,YER,,Yemen (el),886,也门共和国,la République du Yémen,Йемен,887.0,145.0,142.0,اليمن,2,الجمهورية اليمنية,也门,,,Yemen,the Republic of Yemen,也门,Yemen,YEMEN,x,Asia,اليمن,Western Asia,Йемен,World,Sanaa,AS,.ye,ar-YE,69543.0,Yemen,T7,ye,1.0,28667230.0,0.12027490489011526,0.08030856001370172 -South Africa,ZAF,RSA,27,ZAF,sa,Yes,710.0,227,SF,ZA,za,AFS,RSA,ZA,la República de Sudáfrica,True,18.0,Afrique du Sud,Afrique du Sud (l') [fém.],Rand,Developing,Южно-Африканская Республика,South Africa,ZAR,,Sudáfrica,710,南非共和国,la République sud-africaine,Южная Африка,710.0,202.0,2.0,جنوب أفريقيا,2,جمهورية جنوب أفريقيا,南非,,Southern Africa,Sudáfrica,the Republic of South Africa,南非,South Africa,SOUTH AFRICA,,Africa,جنوب أفريقيا,Sub-Saharan Africa,Южная Африка,World,Pretoria,AF,.za,"zu,xh,af,nso,en-ZA,tn,st,ts,ss,ve,nr",953987.0,South Africa,T3,za,10.0,55380210.0,0.028831386519364323,0.02065316504637049 -Zambia,ZMB,ZAM,260,ZMB,za,Yes,894.0,270,ZA,ZB,zm,ZMB,ZAM,Z,la República de Zambia,True,14.0,Zambie,Zambie (la),Zambian Kwacha,Developing,Республика Замбия,Zambia,ZMW,,Zambia,967,赞比亚共和国,la République de Zambie,Замбия,894.0,202.0,2.0,زامبيا,2,جمهورية زامبيا,赞比亚,x,Eastern Africa,Zambia,the Republic of Zambia,赞比亚,Zambia,ZAMBIA,x,Africa,زامبيا,Sub-Saharan Africa,Замбия,World,Lusaka,AF,.zm,"en-ZM,bem,loz,lun,lue,ny,toi",895949.0,Zambia,Y4,,,,, -Zimbabwe,ZWE,ZIM,263,ZWE,rh,Yes,716.0,271,ZI,ZW,zw,ZWE,ZIM,ZW,la República de Zimbabwe,True,14.0,Zimbabwe,Zimbabwe (le),Zimbabwe Dollar,Developing,Республика Зимбабве,Zimbabwe,ZWL,,Zimbabwe,932,津巴布韦共和国,la République du Zimbabwe,Зимбабве,716.0,202.0,2.0,زمبابوي,2,جمهورية زمبابوي,津巴布韦,x,Eastern Africa,Zimbabwe,the Republic of Zimbabwe,津巴布韦,Zimbabwe,ZIMBABWE,,Africa,زمبابوي,Sub-Saharan Africa,Зимбабве,World,Harare,AF,.zw,"en-ZW,sn,nr,nd",878675.0,Zimbabwe,Y5,zw,2.0,14030368.0,0.0,0.0 diff --git a/results/f31/GConf2-3.2.6-27.fc31.src.rpm.errors.txt b/results/f31/GConf2-3.2.6-27.fc31.src.rpm.errors.txt deleted file mode 100644 index feb77ad..0000000 --- a/results/f31/GConf2-3.2.6-27.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/GConf2-3.2.6-27.fc31.src.rpm.stats.csv b/results/f31/GConf2-3.2.6-27.fc31.src.rpm.stats.csv deleted file mode 100644 index 31d871f..0000000 --- a/results/f31/GConf2-3.2.6-27.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ca.po, 496, 4074, 5384, 0, 0, 0, 0, 496, 4074 -po/cs.po, 497, 4088, 3994, 0, 0, 0, 0, 497, 4088 -po/uk.po, 497, 4088, 3802, 0, 0, 0, 0, 497, 4088 -po/sr@latin.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -po/sq.po, 485, 4024, 4807, 0, 0, 0, 0, 485, 4024 -po/en_GB.po, 497, 4088, 4088, 0, 0, 0, 0, 497, 4088 -po/ms.po, 345, 2295, 2161, 33, 242, 83, 1417, 461, 3954 -po/tr.po, 497, 4088, 3404, 0, 0, 0, 0, 497, 4088 -po/ar.po, 474, 3940, 3574, 9, 91, 1, 4, 484, 4035 -po/ja.po, 496, 4074, 1646, 0, 0, 0, 0, 496, 4074 -po/sl.po, 497, 4088, 4084, 0, 0, 0, 0, 497, 4088 -po/he.po, 497, 4088, 4087, 0, 0, 0, 0, 497, 4088 -po/pa.po, 497, 4088, 4701, 0, 0, 0, 0, 497, 4088 -po/de.po, 497, 4088, 4533, 0, 0, 0, 0, 497, 4088 -po/az.po, 397, 3479, 3208, 31, 234, 33, 241, 461, 3954 -po/ast.po, 497, 4088, 4700, 0, 0, 0, 0, 497, 4088 -po/eu.po, 497, 4088, 3796, 0, 0, 0, 0, 497, 4088 -po/bs.po, 443, 3832, 3670, 11, 72, 7, 50, 461, 3954 -po/bn.po, 485, 4024, 4139, 0, 0, 0, 0, 485, 4024 -po/fr.po, 497, 4088, 5075, 0, 0, 0, 0, 497, 4088 -po/hr.po, 415, 3478, 3446, 6, 52, 51, 432, 472, 3962 -po/gu.po, 497, 4088, 4445, 0, 0, 0, 0, 497, 4088 -po/sv.po, 497, 4088, 3991, 0, 0, 0, 0, 497, 4088 -po/pl.po, 496, 4074, 4023, 0, 0, 0, 0, 496, 4074 -po/zh_HK.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -po/or.po, 497, 4088, 4141, 0, 0, 0, 0, 497, 4088 -po/te.po, 497, 4088, 3604, 0, 0, 0, 0, 497, 4088 -po/fi.po, 497, 4088, 3293, 0, 0, 0, 0, 497, 4088 -po/zh_TW.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -po/yi.po, 1, 1, 1, 0, 0, 460, 3953, 461, 3954 -po/mk.po, 477, 4004, 4344, 0, 0, 0, 0, 477, 4004 -po/ne.po, 480, 4026, 3967, 0, 0, 1, 6, 481, 4032 -po/be.po, 497, 4088, 3838, 0, 0, 0, 0, 497, 4088 -po/lv.po, 496, 4074, 3481, 0, 0, 0, 0, 496, 4074 -po/th.po, 497, 4088, 1820, 0, 0, 0, 0, 497, 4088 -po/id.po, 497, 4088, 4008, 0, 0, 0, 0, 497, 4088 -po/es.po, 496, 4074, 5057, 0, 0, 0, 0, 496, 4074 -po/nl.po, 497, 4088, 4205, 0, 0, 0, 0, 497, 4088 -po/fa.po, 444, 3752, 4159, 4, 24, 13, 178, 461, 3954 -po/hu.po, 497, 4088, 4032, 0, 0, 0, 0, 497, 4088 -po/xh.po, 443, 3832, 3244, 11, 72, 7, 50, 461, 3954 -po/da.po, 497, 4088, 3891, 0, 0, 0, 0, 497, 4088 -po/pt_BR.po, 497, 4088, 4748, 0, 0, 0, 0, 497, 4088 -po/bn_IN.po, 485, 4024, 4183, 0, 0, 0, 0, 485, 4024 -po/mr.po, 485, 4024, 3849, 0, 0, 0, 0, 485, 4024 -po/hi.po, 496, 4074, 4733, 0, 0, 0, 0, 496, 4074 -po/lt.po, 497, 4088, 3544, 0, 0, 0, 0, 497, 4088 -po/kn.po, 484, 4035, 3566, 0, 0, 0, 0, 484, 4035 -po/vi.po, 485, 4024, 5953, 5, 25, 7, 39, 497, 4088 -po/ug.po, 497, 4088, 3801, 0, 0, 0, 0, 497, 4088 -po/rw.po, 3, 3, 3, 428, 3832, 30, 119, 461, 3954 -po/km.po, 497, 4088, 1957, 0, 0, 0, 0, 497, 4088 -po/ca@valencia.po, 496, 4074, 5380, 0, 0, 0, 0, 496, 4074 -po/cy.po, 484, 4035, 4233, 0, 0, 0, 0, 484, 4035 -po/nn.po, 477, 4004, 4022, 0, 0, 0, 0, 477, 4004 -po/ku.po, 9, 10, 12, 0, 0, 452, 3944, 461, 3954 -po/as.po, 497, 4088, 4103, 0, 0, 0, 0, 497, 4088 -po/eo.po, 114, 553, 576, 2, 19, 380, 3502, 496, 4074 -po/mai.po, 429, 3565, 3838, 0, 0, 47, 421, 476, 3986 -po/nb.po, 497, 4088, 4003, 0, 0, 0, 0, 497, 4088 -po/el.po, 496, 4074, 4400, 0, 0, 0, 0, 496, 4074 -po/mn.po, 443, 3832, 3414, 11, 72, 7, 50, 461, 3954 -po/ta.po, 497, 4088, 3251, 0, 0, 0, 0, 497, 4088 -po/ro.po, 485, 4024, 4546, 0, 0, 0, 0, 485, 4024 -po/si.po, 11, 22, 29, 0, 0, 470, 4010, 481, 4032 -po/hy.po, 483, 4025, 3888, 0, 0, 0, 0, 483, 4025 -po/zh_CN.po, 497, 4088, 1124, 0, 0, 0, 0, 497, 4088 -po/ka.po, 481, 4032, 3302, 0, 0, 0, 0, 481, 4032 -po/en_CA.po, 481, 4032, 4030, 0, 0, 0, 0, 481, 4032 -po/am.po, 19, 40, 40, 2, 9, 440, 3905, 461, 3954 -po/gl.po, 497, 4088, 5218, 0, 0, 0, 0, 497, 4088 -po/sk.po, 461, 3957, 3742, 0, 0, 16, 47, 477, 4004 -po/dz.po, 477, 4004, 2148, 0, 0, 0, 0, 477, 4004 -po/it.po, 497, 4088, 4609, 0, 0, 0, 0, 497, 4088 -po/sr.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -po/oc.po, 45, 188, 228, 0, 0, 426, 3767, 471, 3955 -po/ml.po, 496, 4074, 3459, 0, 0, 0, 0, 496, 4074 -po/ru.po, 497, 4088, 3972, 0, 0, 0, 0, 497, 4088 -po/pt.po, 497, 4088, 4675, 0, 0, 0, 0, 497, 4088 -po/is.po, 178, 1159, 1217, 22, 133, 261, 2662, 461, 3954 -po/ga.po, 61, 264, 277, 16, 89, 384, 3601, 461, 3954 -po/et.po, 393, 2728, 2310, 0, 0, 90, 1286, 483, 4014 -po/mg.po, 477, 3998, 4428, 2, 19, 0, 0, 479, 4017 -po/ko.po, 497, 4088, 3534, 0, 0, 0, 0, 497, 4088 -po/bg.po, 497, 4088, 4854, 0, 0, 0, 0, 497, 4088 -po/en@shaw.po, 484, 4035, 4035, 0, 0, 0, 0, 484, 4035 diff --git a/results/f31/ModemManager-1.10.6-2.fc31.src.rpm.errors.txt b/results/f31/ModemManager-1.10.6-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 03126d6..0000000 --- a/results/f31/ModemManager-1.10.6-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f31/ModemManager-1.10.6-2.fc31.src.rpm.stats.csv b/results/f31/ModemManager-1.10.6-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 6090238..0000000 --- a/results/f31/ModemManager-1.10.6-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,28 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/id.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/fr.gmo, 17, 134, 177, 0, 0, 0, 0, 17, 134 -po/de.po, 13, 105, 106, 2, 15, 2, 14, 17, 134 -po/pl.po, 17, 134, 124, 0, 0, 0, 0, 17, 134 -po/pt_BR.gmo, 17, 134, 178, 0, 0, 0, 0, 17, 134 -po/fur.gmo, 17, 134, 204, 0, 0, 0, 0, 17, 134 -po/cs.gmo, 17, 134, 166, 0, 0, 0, 0, 17, 134 -po/sk.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/tr.po, 17, 134, 137, 0, 0, 0, 0, 17, 134 -po/fur.po, 17, 134, 204, 0, 0, 0, 0, 17, 134 -po/uk.gmo, 17, 134, 147, 0, 0, 0, 0, 17, 134 -po/it.gmo, 17, 134, 182, 0, 0, 0, 0, 17, 134 -po/it.po, 17, 134, 182, 0, 0, 0, 0, 17, 134 -po/fr.po, 17, 134, 177, 0, 0, 0, 0, 17, 134 -po/sv.po, 17, 134, 135, 0, 0, 0, 0, 17, 134 -po/pt_BR.po, 17, 134, 178, 0, 0, 0, 0, 17, 134 -po/cs.po, 17, 134, 166, 0, 0, 0, 0, 17, 134 -po/ModemManager.pot, 0, 0, 0, 0, 0, 17, 134, 17, 134 -po/tr.gmo, 17, 134, 137, 0, 0, 0, 0, 17, 134 -po/de.gmo, 13, 105, 106, 0, 0, 0, 0, 13, 105 -po/uk.po, 17, 134, 147, 0, 0, 0, 0, 17, 134 -po/sk.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -po/hu.po, 17, 134, 157, 0, 0, 0, 0, 17, 134 -po/pl.gmo, 17, 134, 124, 0, 0, 0, 0, 17, 134 -po/sv.gmo, 17, 134, 135, 0, 0, 0, 0, 17, 134 -po/hu.gmo, 17, 134, 157, 0, 0, 0, 0, 17, 134 diff --git a/results/f31/NetworkManager-1.20.4-1.fc31.src.rpm.errors.txt b/results/f31/NetworkManager-1.20.4-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 6f34db1..0000000 --- a/results/f31/NetworkManager-1.20.4-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f31/NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv b/results/f31/NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 603ebc1..0000000 --- a/results/f31/NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,67 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 2059, 23046, 5523, 17, 646, 19, 624, 2095, 24316 -po/zh_HK.po, 30, 156, 63, 374, 1565, 1691, 22595, 2095, 24316 -po/zh_CN.po, 2111, 24616, 8871, 0, 0, 0, 0, 2111, 24616 -po/wa.po, 0, 0, 0, 167, 591, 1928, 23725, 2095, 24316 -po/vi.po, 20, 137, 175, 79, 414, 1996, 23765, 2095, 24316 -po/uk.po, 2082, 23993, 23661, 11, 294, 2, 29, 2095, 24316 -po/tr.po, 992, 6775, 6081, 425, 2381, 678, 15160, 2095, 24316 -po/th.po, 8, 13, 11, 328, 1285, 1759, 23018, 2095, 24316 -po/te.po, 757, 4699, 4122, 537, 3420, 801, 16197, 2095, 24316 -po/ta.po, 928, 6212, 5445, 461, 2665, 706, 15439, 2095, 24316 -po/sv.po, 1800, 18964, 16695, 190, 2797, 105, 2555, 2095, 24316 -po/sr@latin.po, 127, 599, 624, 654, 3245, 1314, 20472, 2095, 24316 -po/sr.po, 127, 599, 624, 654, 3245, 1314, 20472, 2095, 24316 -po/sq.po, 0, 0, 0, 80, 291, 2015, 24025, 2095, 24316 -po/sl.po, 249, 1228, 1253, 519, 2442, 1327, 20646, 2095, 24316 -po/sk.po, 485, 1759, 1779, 224, 1133, 1386, 21424, 2095, 24316 -po/rw.po, 0, 0, 0, 255, 1018, 1840, 23298, 2095, 24316 -po/ru.po, 1813, 21643, 19402, 226, 1819, 56, 854, 2095, 24316 -po/pt_BR.po, 2102, 24460, 27002, 0, 0, 0, 0, 2102, 24460 -po/pt.po, 2, 2, 2, 231, 885, 1862, 23429, 2095, 24316 -po/pl.po, 1759, 12416, 12254, 0, 0, 0, 0, 1759, 12416 -po/pa.po, 1047, 5352, 6050, 334, 2350, 714, 16614, 2095, 24316 -po/or.po, 671, 3889, 4028, 584, 3535, 840, 16892, 2095, 24316 -po/oc.po, 132, 427, 520, 353, 1541, 1610, 22348, 2095, 24316 -po/nl.po, 14, 92, 88, 32, 172, 2049, 24052, 2095, 24316 -po/ne.po, 2, 2, 4, 159, 615, 1934, 23699, 2095, 24316 -po/nb.po, 9, 45, 44, 36, 205, 2050, 24066, 2095, 24316 -po/mr.po, 757, 4699, 4528, 538, 3426, 800, 16191, 2095, 24316 -po/ml.po, 671, 3889, 3279, 584, 3535, 840, 16892, 2095, 24316 -po/mk.po, 0, 0, 0, 4, 32, 2091, 24284, 2095, 24316 -po/lv.po, 5, 10, 10, 319, 1279, 1771, 23027, 2095, 24316 -po/lt.po, 529, 2692, 2368, 558, 3251, 1008, 18373, 2095, 24316 -po/ku.po, 1, 2, 2, 302, 1214, 1792, 23100, 2095, 24316 -po/ko.po, 1783, 21430, 17327, 263, 2106, 65, 1080, 2111, 24616 -po/kn.po, 757, 4699, 4247, 537, 3420, 801, 16197, 2095, 24316 -po/ka.po, 8, 13, 13, 328, 1285, 1759, 23018, 2095, 24316 -po/ja.po, 2111, 24616, 9596, 0, 0, 0, 0, 2111, 24616 -po/it.po, 2015, 23495, 24991, 63, 539, 17, 282, 2095, 24316 -po/id.po, 1831, 19335, 18256, 172, 2846, 92, 2135, 2095, 24316 -po/hu.po, 317, 1602, 1574, 629, 3317, 1149, 19397, 2095, 24316 -po/hr.po, 91, 336, 307, 544, 2668, 1460, 21312, 2095, 24316 -po/hi.po, 757, 4699, 5252, 598, 4414, 740, 15203, 2095, 24316 -po/he.po, 0, 0, 0, 4, 32, 2091, 24284, 2095, 24316 -po/gu.po, 682, 3947, 4230, 634, 4574, 779, 15795, 2095, 24316 -po/gl.po, 465, 1914, 2386, 509, 2428, 1121, 19974, 2095, 24316 -po/gd.po, 124, 994, 1281, 407, 2210, 1564, 21112, 2095, 24316 -po/fr.po, 2111, 24616, 27745, 0, 0, 0, 0, 2111, 24616 -po/fi.po, 89, 430, 370, 444, 2055, 1562, 21831, 2095, 24316 -po/eu.po, 99, 419, 458, 447, 2080, 1549, 21817, 2095, 24316 -po/et.po, 24, 156, 121, 81, 414, 1990, 23746, 2095, 24316 -po/es.po, 1968, 22413, 25942, 79, 1101, 48, 802, 2095, 24316 -po/eo.po, 199, 922, 841, 468, 2184, 1428, 21210, 2095, 24316 -po/en_GB.po, 243, 1192, 1191, 616, 3028, 1236, 20096, 2095, 24316 -po/en_CA.po, 3, 5, 5, 426, 1820, 1666, 22491, 2095, 24316 -po/el.po, 717, 4543, 4963, 617, 4431, 761, 15342, 2095, 24316 -po/dz.po, 2, 2, 2, 236, 907, 1857, 23407, 2095, 24316 -po/de.po, 1895, 21243, 20703, 144, 2219, 56, 854, 2095, 24316 -po/da.po, 436, 3694, 3452, 481, 2346, 1178, 18276, 2095, 24316 -po/cs.po, 402, 1243, 1204, 466, 2492, 1227, 20581, 2095, 24316 -po/ca.po, 1147, 8060, 9833, 391, 2583, 557, 13673, 2095, 24316 -po/bs.po, 0, 0, 0, 84, 311, 2011, 24005, 2095, 24316 -po/bn_IN.po, 760, 4720, 4876, 595, 4393, 740, 15203, 2095, 24316 -po/bg.po, 133, 625, 785, 556, 2739, 1406, 20952, 2095, 24316 -po/be@latin.po, 0, 0, 0, 8, 39, 2087, 24277, 2095, 24316 -po/as.po, 767, 4768, 4856, 589, 4351, 739, 15197, 2095, 24316 -po/ar.po, 2, 2, 2, 174, 676, 1919, 23638, 2095, 24316 diff --git a/results/f31/NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.errors.txt b/results/f31/NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 81c672c..0000000 --- a/results/f31/NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv b/results/f31/NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 964099b..0000000 --- a/results/f31/NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,54 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/mr.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -po/ca@valencia.po, 9, 34, 38, 5, 11, 582, 3196, 596, 3241 -po/fi.po, 154, 527, 452, 39, 238, 799, 4895, 992, 5660 -po/pa.po, 122, 463, 530, 31, 156, 443, 2622, 596, 3241 -po/bn_IN.po, 9, 34, 35, 2, 5, 585, 3202, 596, 3241 -po/ro.po, 16, 54, 54, 2, 5, 578, 3182, 596, 3241 -po/tg.po, 6, 10, 10, 0, 0, 543, 3054, 549, 3064 -po/ug.po, 427, 2314, 2171, 20, 104, 489, 2908, 936, 5326 -po/fa.po, 15, 51, 62, 2, 5, 579, 3185, 596, 3241 -po/eu.po, 512, 2754, 2871, 146, 876, 458, 2732, 1116, 6362 -po/tr.po, 690, 3862, 3695, 0, 0, 426, 2500, 1116, 6362 -po/gu.po, 16, 54, 66, 2, 5, 578, 3182, 596, 3241 -po/ko.po, 16, 54, 49, 2, 5, 578, 3182, 596, 3241 -po/te.po, 9, 34, 34, 2, 5, 585, 3202, 596, 3241 -po/sr@latin.po, 963, 5506, 6068, 0, 0, 153, 856, 1116, 6362 -po/kn.po, 9, 34, 36, 2, 5, 585, 3202, 596, 3241 -po/hu.po, 970, 5550, 5902, 0, 0, 146, 812, 1116, 6362 -po/da.po, 1110, 6328, 6004, 0, 0, 6, 34, 1116, 6362 -po/sv.po, 963, 5506, 5232, 0, 0, 153, 856, 1116, 6362 -po/gl.po, 156, 780, 1018, 21, 127, 419, 2334, 596, 3241 -po/bs.po, 815, 4586, 4629, 0, 0, 301, 1776, 1116, 6362 -po/pt.po, 841, 4756, 5448, 0, 0, 275, 1606, 1116, 6362 -po/zh_HK.po, 16, 54, 34, 2, 5, 578, 3182, 596, 3241 -po/en_GB.po, 468, 2531, 2531, 21, 105, 447, 2690, 936, 5326 -po/fr.po, 58, 213, 247, 9, 44, 529, 2984, 596, 3241 -po/pl.po, 1176, 6641, 7263, 0, 0, 0, 0, 1176, 6641 -po/lt.po, 1099, 6264, 5876, 0, 0, 17, 98, 1116, 6362 -po/he.po, 16, 54, 64, 2, 5, 578, 3182, 596, 3241 -po/de.po, 1042, 5964, 5923, 0, 0, 74, 398, 1116, 6362 -po/or.po, 16, 54, 71, 2, 5, 578, 3182, 596, 3241 -po/as.po, 16, 54, 68, 2, 5, 578, 3182, 596, 3241 -po/vi.po, 31, 134, 191, 2, 5, 563, 3102, 596, 3241 -po/el.po, 507, 2723, 2999, 12, 69, 597, 3570, 1116, 6362 -po/sr.po, 963, 5506, 6068, 0, 0, 153, 856, 1116, 6362 -po/nb.po, 35, 128, 124, 6, 28, 555, 3085, 596, 3241 -po/es.po, 1138, 6436, 8151, 10, 48, 16, 109, 1164, 6593 -po/it.po, 93, 346, 400, 391, 1798, 390, 2780, 874, 4924 -po/ta.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -po/ar.po, 10, 48, 51, 0, 0, 539, 3016, 549, 3064 -po/et.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -po/cs.po, 1077, 6171, 6384, 4, 21, 35, 170, 1116, 6362 -po/nl.po, 1113, 6352, 5724, 0, 0, 0, 0, 1113, 6352 -po/sl.po, 480, 2593, 2936, 20, 94, 616, 3675, 1116, 6362 -po/pt_BR.po, 1110, 6328, 7398, 0, 0, 6, 34, 1116, 6362 -po/uk.po, 81, 305, 336, 17, 102, 498, 2834, 596, 3241 -po/lv.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -po/zh_TW.po, 23, 86, 44, 2, 11, 571, 3144, 596, 3241 -po/eo.po, 6, 15, 14, 0, 0, 590, 3226, 596, 3241 -po/ru.po, 32, 139, 129, 2, 5, 562, 3097, 596, 3241 -po/zh_CN.po, 112, 468, 245, 18, 81, 466, 2692, 596, 3241 -po/ca.po, 1110, 6328, 8206, 0, 0, 6, 34, 1116, 6362 -po/id.po, 970, 5550, 5624, 0, 0, 146, 812, 1116, 6362 -po/bg.po, 16, 54, 59, 2, 5, 578, 3182, 596, 3241 diff --git a/results/f31/NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.errors.txt b/results/f31/NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.errors.txt deleted file mode 100644 index b98524e..0000000 --- a/results/f31/NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv b/results/f31/NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv deleted file mode 100644 index 5683609..0000000 --- a/results/f31/NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sk.po, 5, 14, 14, 26, 60, 138, 975, 169, 1049 -po/bs.po, 169, 1049, 1020, 0, 0, 0, 0, 169, 1049 -po/ka.po, 9, 30, 20, 33, 82, 127, 937, 169, 1049 -po/fr.po, 161, 997, 1230, 2, 11, 6, 41, 169, 1049 -po/de.po, 256, 1847, 1773, 0, 0, 0, 0, 256, 1847 -po/eo.po, 30, 43, 41, 2, 6, 137, 1000, 169, 1049 -po/hu.po, 249, 1768, 1634, 0, 0, 0, 0, 249, 1768 -po/mk.po, 9, 32, 42, 32, 78, 128, 939, 169, 1049 -po/da.po, 255, 1846, 1733, 0, 0, 0, 0, 255, 1846 -po/he.po, 29, 82, 87, 14, 31, 126, 936, 169, 1049 -po/zh_TW.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -po/es.po, 246, 1695, 2036, 3, 41, 7, 118, 256, 1854 -po/zh_CN.po, 126, 750, 338, 11, 59, 32, 240, 169, 1049 -po/as.po, 48, 121, 137, 18, 151, 103, 777, 169, 1049 -po/et.po, 71, 207, 167, 11, 137, 87, 705, 169, 1049 -po/fi.po, 113, 358, 277, 17, 169, 126, 1320, 256, 1847 -po/sr@latin.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -po/th.po, 10, 31, 21, 27, 72, 132, 946, 169, 1049 -po/vi.po, 7, 22, 31, 32, 78, 130, 949, 169, 1049 -po/ro.po, 52, 147, 156, 21, 165, 96, 737, 169, 1049 -po/ca.po, 256, 1847, 2279, 0, 0, 0, 0, 256, 1847 -po/ar.po, 10, 33, 34, 37, 97, 122, 919, 169, 1049 -po/ps.po, 36, 93, 102, 15, 50, 118, 906, 169, 1049 -po/ca@valencia.po, 52, 133, 154, 26, 189, 91, 727, 169, 1049 -po/ug.po, 28, 77, 71, 14, 31, 127, 941, 169, 1049 -po/nl.po, 110, 449, 417, 0, 0, 26, 308, 136, 757 -po/eu.po, 160, 972, 857, 3, 36, 6, 41, 169, 1049 -po/sv.po, 256, 1847, 1685, 0, 0, 0, 0, 256, 1847 -po/id.po, 256, 1847, 1813, 0, 0, 0, 0, 256, 1847 -po/mr.po, 48, 121, 133, 18, 151, 103, 777, 169, 1049 -po/pa.po, 96, 356, 373, 0, 0, 43, 435, 139, 791 -po/lv.po, 249, 1768, 1623, 0, 0, 0, 0, 249, 1768 -po/ta.po, 49, 125, 126, 19, 156, 101, 768, 169, 1049 -po/el.po, 199, 1222, 1341, 6, 64, 24, 327, 229, 1613 -po/tr.po, 168, 1164, 1051, 7, 40, 37, 265, 212, 1469 -po/lt.po, 256, 1854, 1720, 0, 0, 0, 0, 256, 1854 -po/ja.po, 118, 451, 253, 4, 25, 47, 573, 169, 1049 -po/cs.po, 255, 1846, 1739, 0, 0, 0, 0, 255, 1846 -po/it.po, 256, 1847, 2030, 0, 0, 0, 0, 256, 1847 -po/ru.po, 209, 1328, 1274, 1, 1, 44, 510, 254, 1839 -po/nb.po, 86, 242, 223, 7, 29, 76, 778, 169, 1049 -po/pl.po, 256, 1854, 1801, 0, 0, 0, 0, 256, 1854 -po/pt.po, 180, 1265, 1374, 0, 0, 0, 0, 180, 1265 -po/dz.po, 9, 31, 10, 36, 94, 124, 924, 169, 1049 -po/en_GB.po, 134, 788, 788, 10, 77, 25, 184, 169, 1049 -po/uk.po, 71, 207, 195, 11, 137, 87, 705, 169, 1049 -po/zh_HK.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -po/be.po, 96, 337, 334, 15, 164, 58, 548, 169, 1049 -po/gl.po, 249, 1768, 2126, 0, 0, 0, 0, 249, 1768 -po/ko.po, 34, 97, 86, 33, 95, 102, 857, 169, 1049 -po/sr.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -po/sl.po, 159, 969, 964, 4, 39, 6, 41, 169, 1049 -po/hr.po, 77, 283, 281, 2, 2, 177, 1562, 256, 1847 -po/gu.po, 29, 82, 85, 14, 31, 126, 936, 169, 1049 -po/kn.po, 49, 125, 123, 19, 156, 101, 768, 169, 1049 -po/pt_BR.po, 256, 1854, 2176, 0, 0, 0, 0, 256, 1854 -po/fa.po, 70, 205, 231, 12, 139, 87, 705, 169, 1049 -po/te.po, 49, 125, 122, 19, 156, 101, 768, 169, 1049 -po/bg.po, 70, 205, 229, 12, 139, 87, 705, 169, 1049 diff --git a/results/f31/NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.errors.txt b/results/f31/NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.errors.txt deleted file mode 100644 index 9d8bd78..0000000 --- a/results/f31/NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv b/results/f31/NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv deleted file mode 100644 index 93d0a0c..0000000 --- a/results/f31/NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -po/zh_HK.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -po/zh_CN.po, 66, 280, 142, 0, 0, 0, 0, 66, 280 -po/vi.po, 129, 588, 817, 0, 0, 0, 0, 129, 588 -po/uk.po, 44, 144, 138, 0, 0, 0, 0, 44, 144 -po/ug.po, 38, 102, 106, 0, 0, 6, 42, 44, 144 -po/tr.po, 71, 407, 401, 0, 0, 0, 0, 71, 407 -po/th.po, 129, 584, 313, 0, 0, 0, 0, 129, 584 -po/te.po, 43, 118, 127, 0, 0, 0, 0, 43, 118 -po/ta.po, 44, 144, 151, 0, 0, 0, 0, 44, 144 -po/sv.po, 84, 509, 465, 0, 0, 0, 0, 84, 509 -po/sr@latin.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -po/sr.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -po/sl.po, 77, 415, 403, 0, 0, 0, 0, 77, 415 -po/ru.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -po/ro.po, 44, 144, 161, 0, 0, 0, 0, 44, 144 -po/pt_BR.po, 84, 509, 588, 0, 0, 0, 0, 84, 509 -po/pt.po, 71, 407, 458, 0, 0, 0, 0, 71, 407 -po/pl.po, 84, 509, 509, 0, 0, 0, 0, 84, 509 -po/pa.po, 54, 188, 202, 0, 0, 23, 227, 77, 415 -po/oc.po, 74, 410, 486, 0, 0, 0, 0, 74, 410 -po/nl.po, 84, 509, 457, 0, 0, 0, 0, 84, 509 -po/nb.po, 56, 193, 184, 0, 0, 21, 222, 77, 415 -po/mr.po, 42, 115, 145, 0, 0, 0, 0, 42, 115 -po/mk.po, 129, 584, 617, 0, 0, 0, 0, 129, 584 -po/lv.po, 84, 509, 474, 0, 0, 0, 0, 84, 509 -po/lt.po, 84, 509, 475, 0, 0, 0, 0, 84, 509 -po/ko.po, 44, 144, 132, 0, 0, 0, 0, 44, 144 -po/kn.po, 43, 118, 117, 0, 0, 0, 0, 43, 118 -po/ka.po, 129, 584, 412, 0, 0, 0, 0, 129, 584 -po/ja.po, 62, 273, 149, 1, 2, 3, 5, 66, 280 -po/it.po, 84, 509, 560, 0, 0, 0, 0, 84, 509 -po/id.po, 84, 509, 516, 0, 0, 0, 0, 84, 509 -po/hu.po, 84, 509, 476, 0, 0, 0, 0, 84, 509 -po/hr.po, 83, 508, 477, 0, 0, 1, 1, 84, 509 -po/he.po, 44, 144, 149, 0, 0, 0, 0, 44, 144 -po/gu.po, 44, 144, 171, 0, 0, 0, 0, 44, 144 -po/gl.po, 77, 415, 501, 0, 0, 0, 0, 77, 415 -po/fur.po, 84, 509, 581, 0, 0, 0, 0, 84, 509 -po/fr.po, 77, 415, 511, 0, 0, 0, 0, 77, 415 -po/fi.po, 47, 147, 118, 0, 0, 27, 263, 74, 410 -po/fa.po, 44, 144, 173, 0, 0, 24, 145, 68, 289 -po/eu.po, 74, 410, 389, 0, 0, 0, 0, 74, 410 -po/et.po, 44, 144, 122, 0, 0, 0, 0, 44, 144 -po/es.po, 84, 509, 625, 0, 0, 0, 0, 84, 509 -po/eo.po, 22, 37, 34, 0, 0, 44, 243, 66, 280 -po/en_GB.po, 44, 144, 144, 0, 0, 0, 0, 44, 144 -po/el.po, 71, 407, 475, 0, 0, 0, 0, 71, 407 -po/de.po, 84, 509, 470, 0, 0, 0, 0, 84, 509 -po/da.po, 84, 509, 463, 0, 0, 0, 0, 84, 509 -po/cs.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -po/ca@valencia.po, 42, 115, 145, 1, 3, 1, 26, 44, 144 -po/ca.po, 84, 509, 650, 0, 0, 0, 0, 84, 509 -po/bs.po, 74, 410, 411, 0, 0, 0, 0, 74, 410 -po/bn_IN.po, 42, 115, 170, 0, 0, 0, 0, 42, 115 -po/bg.po, 44, 144, 172, 0, 0, 0, 0, 44, 144 -po/be@latin.po, 41, 114, 109, 0, 0, 0, 0, 41, 114 -po/as.po, 42, 115, 144, 0, 0, 0, 0, 42, 115 -po/ar.po, 7, 11, 13, 16, 55, 18, 46, 41, 112 diff --git a/results/f31/NetworkManager-ssh-1.2.10-2.fc31.src.rpm.errors.txt b/results/f31/NetworkManager-ssh-1.2.10-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 42d7a5f..0000000 --- a/results/f31/NetworkManager-ssh-1.2.10-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv b/results/f31/NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv deleted file mode 100644 index cd9a59a..0000000 --- a/results/f31/NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,53 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -po/zh_HK.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -po/zh_CN.po, 17, 39, 24, 14, 43, 38, 204, 69, 286 -po/vi.po, 4, 18, 24, 14, 29, 51, 239, 69, 286 -po/uk.po, 17, 39, 36, 14, 43, 38, 204, 69, 286 -po/ug.po, 7, 24, 23, 6, 10, 56, 252, 69, 286 -po/th.po, 4, 16, 9, 13, 36, 52, 234, 69, 286 -po/te.po, 16, 37, 35, 13, 36, 40, 213, 69, 286 -po/ta.po, 16, 37, 36, 13, 36, 40, 213, 69, 286 -po/sv.po, 29, 115, 99, 22, 87, 18, 84, 69, 286 -po/sl.po, 32, 120, 118, 21, 85, 16, 81, 69, 286 -po/sk.po, 1, 2, 2, 11, 21, 57, 263, 69, 286 -po/ru.po, 29, 115, 110, 22, 87, 18, 84, 69, 286 -po/ro.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -po/pt_BR.po, 32, 120, 133, 21, 85, 16, 81, 69, 286 -po/pt.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -po/ps.po, 11, 26, 33, 12, 27, 46, 233, 69, 286 -po/pl.po, 32, 120, 123, 21, 85, 16, 81, 69, 286 -po/pa.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -po/nl.po, 13, 32, 32, 15, 38, 41, 216, 69, 286 -po/nb.po, 24, 61, 58, 13, 39, 32, 186, 69, 286 -po/mr.po, 16, 37, 43, 13, 36, 40, 213, 69, 286 -po/mk.po, 4, 18, 25, 14, 29, 51, 239, 69, 286 -po/lv.po, 29, 115, 107, 22, 87, 18, 84, 69, 286 -po/lt.po, 32, 120, 113, 21, 85, 16, 81, 69, 286 -po/ko.po, 8, 27, 21, 14, 39, 47, 220, 69, 286 -po/kn.po, 16, 37, 33, 13, 36, 40, 213, 69, 286 -po/ka.po, 4, 16, 8, 14, 37, 51, 233, 69, 286 -po/ja.po, 5, 19, 9, 15, 41, 49, 226, 69, 286 -po/it.po, 17, 39, 39, 14, 43, 38, 204, 69, 286 -po/id.po, 32, 120, 124, 21, 85, 16, 81, 69, 286 -po/hu.po, 29, 115, 106, 22, 87, 18, 84, 69, 286 -po/he.po, 22, 64, 55, 2, 3, 45, 219, 69, 286 -po/gu.po, 7, 24, 25, 6, 10, 56, 252, 69, 286 -po/gl.po, 29, 115, 144, 22, 87, 18, 84, 69, 286 -po/fr.po, 29, 115, 143, 22, 87, 18, 84, 69, 286 -po/fi.po, 15, 34, 24, 15, 51, 39, 201, 69, 286 -po/fa.po, 17, 39, 41, 14, 43, 38, 204, 69, 286 -po/eu.po, 17, 39, 37, 14, 43, 38, 204, 69, 286 -po/et.po, 17, 39, 30, 14, 43, 38, 204, 69, 286 -po/es.po, 32, 120, 144, 21, 85, 16, 81, 69, 286 -po/en_GB.po, 8, 27, 27, 14, 39, 47, 220, 69, 286 -po/el.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -po/dz.po, 5, 19, 7, 14, 37, 50, 230, 69, 286 -po/de.po, 32, 120, 112, 21, 85, 16, 81, 69, 286 -po/da.po, 15, 34, 32, 14, 39, 40, 213, 69, 286 -po/cs.po, 73, 297, 282, 0, 0, 0, 0, 73, 297 -po/ca@valencia.po, 16, 37, 40, 14, 48, 39, 201, 69, 286 -po/ca.po, 17, 39, 42, 15, 55, 37, 192, 69, 286 -po/bg.po, 17, 39, 38, 14, 43, 38, 204, 69, 286 -po/as.po, 16, 37, 38, 13, 36, 40, 213, 69, 286 -po/ar.po, 5, 19, 19, 16, 41, 48, 226, 69, 286 diff --git a/results/f31/NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.errors.txt b/results/f31/NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.errors.txt deleted file mode 100644 index eb6fc44..0000000 --- a/results/f31/NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv b/results/f31/NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv deleted file mode 100644 index 4756bbc..0000000 --- a/results/f31/NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sv.po, 101, 606, 536, 0, 0, 0, 0, 101, 606 -po/id.po, 101, 606, 610, 0, 0, 0, 0, 101, 606 -po/kn.po, 36, 139, 124, 0, 0, 0, 0, 36, 139 -po/ja.po, 83, 439, 256, 0, 0, 0, 0, 83, 439 -po/ug.po, 38, 114, 118, 0, 0, 3, 42, 41, 156 -po/pt.po, 86, 479, 517, 0, 0, 0, 0, 86, 479 -po/lt.po, 101, 606, 548, 0, 0, 0, 0, 101, 606 -po/eo.po, 19, 38, 30, 0, 0, 40, 231, 59, 269 -po/gu.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -po/cs.po, 101, 606, 571, 0, 0, 0, 0, 101, 606 -po/ta.po, 36, 139, 142, 0, 0, 0, 0, 36, 139 -po/ru.po, 87, 464, 444, 0, 0, 14, 142, 101, 606 -po/bs.po, 91, 494, 482, 0, 0, 0, 0, 91, 494 -po/mr.po, 36, 139, 163, 0, 0, 0, 0, 36, 139 -po/et.po, 41, 156, 140, 0, 0, 0, 0, 41, 156 -po/sr@latin.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -po/zh_CN.po, 41, 156, 85, 0, 0, 0, 0, 41, 156 -po/bg.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -po/zh_TW.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -po/sk.po, 37, 143, 154, 1, 4, 3, 9, 41, 156 -po/vi.po, 54, 303, 413, 0, 0, 0, 0, 54, 303 -po/nl.po, 101, 606, 545, 0, 0, 0, 0, 101, 606 -po/ca@valencia.po, 34, 135, 167, 1, 2, 2, 6, 37, 143 -po/fi.po, 54, 168, 144, 3, 64, 44, 374, 101, 606 -po/sl.po, 84, 442, 449, 0, 0, 0, 0, 84, 442 -po/el.po, 86, 479, 532, 0, 0, 0, 0, 86, 479 -po/eu.po, 84, 442, 424, 0, 0, 0, 0, 84, 442 -po/tr.po, 91, 494, 456, 0, 0, 0, 0, 91, 494 -po/ko.po, 41, 156, 136, 0, 0, 0, 0, 41, 156 -po/fr.po, 86, 444, 554, 0, 0, 0, 0, 86, 444 -po/pl.po, 101, 606, 592, 0, 0, 0, 0, 101, 606 -po/sr.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -po/fur.po, 101, 606, 688, 0, 0, 0, 0, 101, 606 -po/pa.po, 64, 246, 273, 1, 12, 19, 167, 84, 425 -po/lv.po, 101, 606, 544, 0, 0, 0, 0, 101, 606 -po/ro.po, 41, 156, 171, 0, 0, 0, 0, 41, 156 -po/gl.po, 86, 444, 537, 0, 0, 0, 0, 86, 444 -po/ca.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -po/pt_BR.po, 101, 606, 709, 0, 0, 0, 0, 101, 606 -po/it.po, 101, 606, 652, 0, 0, 0, 0, 101, 606 -po/he.po, 41, 156, 162, 0, 0, 0, 0, 41, 156 -po/de.po, 101, 606, 565, 0, 0, 0, 0, 101, 606 -po/or.po, 41, 156, 176, 0, 0, 0, 0, 41, 156 -po/te.po, 36, 139, 129, 0, 0, 0, 0, 36, 139 -po/fa.po, 37, 143, 160, 1, 4, 16, 97, 54, 244 -po/bn_IN.po, 36, 139, 168, 0, 0, 0, 0, 36, 139 -po/nb.po, 69, 285, 266, 0, 0, 17, 159, 86, 444 -po/ar.po, 16, 89, 92, 6, 12, 11, 32, 33, 133 -po/uk.po, 41, 156, 149, 0, 0, 0, 0, 41, 156 -po/zh_HK.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -po/hu.po, 101, 606, 553, 0, 0, 0, 0, 101, 606 -po/es.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -po/mk.po, 31, 128, 145, 0, 0, 1, 4, 32, 132 -po/th.po, 52, 328, 146, 0, 0, 0, 0, 52, 328 -po/da.po, 101, 606, 554, 0, 0, 0, 0, 101, 606 -po/en_GB.po, 86, 444, 444, 0, 0, 0, 0, 86, 444 -po/as.po, 36, 139, 153, 0, 0, 0, 0, 36, 139 -po/dz.po, 52, 328, 121, 0, 0, 0, 0, 52, 328 -po/ka.po, 52, 328, 216, 0, 0, 0, 0, 52, 328 diff --git a/results/f31/PackageKit-1.1.12-11.fc31.src.rpm.errors.txt b/results/f31/PackageKit-1.1.12-11.fc31.src.rpm.errors.txt deleted file mode 100644 index 974c31d..0000000 --- a/results/f31/PackageKit-1.1.12-11.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/PackageKit-1.1.12-11.fc31.src.rpm.stats.csv b/results/f31/PackageKit-1.1.12-11.fc31.src.rpm.stats.csv deleted file mode 100644 index fc81be7..0000000 --- a/results/f31/PackageKit-1.1.12-11.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,70 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/eo.po, 85, 180, 166, 0, 0, 236, 1102, 321, 1282 -po/sr.po, 310, 1239, 1178, 0, 0, 11, 43, 321, 1282 -po/nl.po, 310, 1239, 1244, 0, 0, 11, 43, 321, 1282 -po/cs.po, 321, 1282, 1318, 0, 0, 0, 0, 321, 1282 -po/tr.po, 310, 1239, 1096, 0, 0, 11, 43, 321, 1282 -po/mr.po, 239, 877, 920, 0, 0, 82, 405, 321, 1282 -po/he.po, 242, 893, 846, 0, 0, 79, 389, 321, 1282 -po/bn_IN.po, 239, 877, 1077, 0, 0, 82, 405, 321, 1282 -po/ar.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/pl.po, 321, 1282, 1237, 0, 0, 0, 0, 321, 1282 -po/uk.po, 321, 1282, 1276, 0, 0, 0, 0, 321, 1282 -po/cy.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/nn.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/hr.po, 318, 1275, 1177, 0, 0, 3, 7, 321, 1282 -po/ast.po, 27, 38, 41, 0, 0, 294, 1244, 321, 1282 -po/sr@latin.po, 242, 903, 856, 0, 0, 79, 379, 321, 1282 -po/sq.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/ca.po, 321, 1282, 1615, 0, 0, 0, 0, 321, 1282 -po/br.po, 126, 370, 490, 2, 6, 198, 952, 326, 1328 -po/fr.po, 310, 1239, 1639, 0, 0, 11, 43, 321, 1282 -po/zh_CN.po, 319, 1277, 338, 0, 0, 2, 5, 321, 1282 -po/zh_HK.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/sv.po, 319, 1277, 1201, 0, 0, 2, 5, 321, 1282 -po/nb.po, 20, 73, 71, 0, 0, 301, 1209, 321, 1282 -po/ca@valencia.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/bg.po, 247, 931, 1041, 0, 0, 74, 351, 321, 1282 -po/en_GB.po, 321, 1282, 1282, 0, 0, 0, 0, 321, 1282 -po/it.po, 321, 1282, 1457, 0, 0, 0, 0, 321, 1282 -po/oc.po, 138, 339, 427, 0, 0, 183, 943, 321, 1282 -po/es.po, 302, 1195, 1391, 0, 0, 19, 87, 321, 1282 -po/ml.po, 239, 877, 740, 0, 0, 82, 405, 321, 1282 -po/kk.po, 117, 326, 296, 0, 0, 204, 956, 321, 1282 -po/de.po, 321, 1282, 1320, 0, 0, 0, 0, 321, 1282 -po/lt.po, 263, 1013, 873, 0, 0, 58, 269, 321, 1282 -po/ja.po, 285, 1108, 330, 0, 0, 36, 174, 321, 1282 -po/zh_TW.po, 321, 1282, 354, 0, 0, 0, 0, 321, 1282 -po/te.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -po/hi.po, 239, 877, 1118, 0, 0, 82, 405, 321, 1282 -po/as.po, 239, 877, 1004, 0, 0, 82, 405, 321, 1282 -po/id.po, 321, 1282, 1259, 0, 0, 0, 0, 321, 1282 -po/pa.po, 310, 1239, 1633, 0, 0, 11, 43, 321, 1282 -po/pt_BR.po, 321, 1282, 1477, 0, 0, 0, 0, 321, 1282 -po/fo.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/wa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/gu.po, 239, 877, 1112, 0, 0, 82, 405, 321, 1282 -po/az.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/el.po, 305, 1211, 1330, 0, 0, 16, 71, 321, 1282 -po/ga.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/kn.po, 239, 877, 772, 0, 0, 82, 405, 321, 1282 -po/fi.po, 290, 1142, 902, 0, 0, 31, 140, 321, 1282 -po/ro.po, 247, 931, 1057, 0, 0, 74, 351, 321, 1282 -po/ms.po, 2, 6, 6, 0, 0, 324, 1322, 326, 1328 -po/ru.po, 321, 1282, 1130, 0, 0, 0, 0, 321, 1282 -po/ia.po, 81, 318, 381, 0, 0, 240, 964, 321, 1282 -po/da.po, 310, 1239, 1176, 0, 0, 11, 43, 321, 1282 -po/eu.po, 310, 1239, 1114, 0, 0, 11, 43, 321, 1282 -po/vi.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/gl.po, 305, 1211, 1415, 0, 0, 16, 71, 321, 1282 -po/ka.po, 54, 118, 104, 0, 0, 267, 1164, 321, 1282 -po/lv.po, 261, 1007, 851, 0, 0, 60, 275, 321, 1282 -po/or.po, 239, 877, 941, 0, 0, 82, 405, 321, 1282 -po/th.po, 21, 77, 33, 0, 0, 300, 1205, 321, 1282 -po/sl.po, 305, 1211, 1195, 0, 0, 16, 71, 321, 1282 -po/fa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -po/hu.po, 319, 1277, 1100, 0, 0, 2, 5, 321, 1282 -po/ta.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -po/sk.po, 321, 1282, 1283, 0, 0, 0, 0, 321, 1282 -po/pt.po, 307, 1221, 1445, 0, 0, 14, 61, 321, 1282 -po/ko.po, 319, 1277, 1103, 0, 0, 2, 5, 321, 1282 diff --git a/results/f31/_concat.csv b/results/f31/_concat.csv deleted file mode 100644 index 2904a5d..0000000 --- a/results/f31/_concat.csv +++ /dev/null @@ -1,20734 +0,0 @@ -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/sr@latin.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/oc.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/da.po, 3, 27, 21, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/es.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/gl.po, 3, 27, 39, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/ro.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/de.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/id.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/sv.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/is.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/lv.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/el.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/hr.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/ca.po, 3, 27, 40, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/pt_BR.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/zh_CN.po, 3, 27, 7, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/tr.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/pa.po, 3, 27, 35, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/sk.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/zh_TW.po, 3, 27, 6, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/pl.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/hu.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/sl.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/lt.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/fr.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/ko.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/sr.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/it.po, 3, 27, 37, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/cs.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/fur.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/fi.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/ru.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv, appstream/nl.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/eo.po, 34, 198, 175, 0, 0, 442, 3771, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 1, 2, 1, 0, 0, 475, 3967, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/bg.po, 153, 1116, 1228, 0, 0, 323, 2853, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/sk.po, 316, 2414, 2332, 0, 0, 160, 1555, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/es.po, 476, 3969, 4863, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/he.po, 47, 407, 376, 0, 0, 429, 3562, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/cs.po, 476, 3969, 3718, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 476, 3969, 1413, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/as.po, 328, 2488, 2595, 0, 0, 148, 1481, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/kk.po, 11, 13, 16, 0, 0, 465, 3956, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/tr.po, 250, 1915, 1606, 0, 0, 226, 2054, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ko.po, 368, 2835, 2449, 0, 0, 108, 1134, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/lt.po, 476, 3969, 3442, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/da.po, 476, 3969, 3749, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/sr.po, 476, 3969, 4034, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 476, 3969, 1335, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 476, 3969, 4511, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/nl.po, 476, 3969, 4192, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/id.po, 55, 363, 341, 0, 0, 421, 3606, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/sv.po, 476, 3969, 3778, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ja.po, 476, 3969, 1407, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ca.po, 476, 3969, 5170, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/nn.po, 4, 18, 19, 0, 0, 472, 3951, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 340, 2546, 2780, 0, 0, 136, 1423, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/kn.po, 341, 2564, 2358, 0, 0, 135, 1405, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/fur.po, 143, 997, 1210, 0, 0, 333, 2972, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ar.po, 14, 149, 129, 0, 0, 462, 3820, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ia.po, 83, 567, 691, 0, 0, 393, 3402, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/de.po, 476, 3969, 3905, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/it.po, 476, 3969, 4384, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/el.po, 19, 151, 176, 0, 0, 457, 3818, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ru.po, 476, 3969, 3808, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/hi.po, 340, 2546, 3067, 0, 0, 136, 1423, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/gl.po, 81, 603, 745, 0, 0, 395, 3366, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/eu.po, 48, 307, 275, 1, 14, 427, 3648, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ta.po, 342, 2566, 2293, 0, 0, 134, 1403, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/fi.po, 280, 1656, 1286, 0, 0, 196, 2313, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ur.po, 12, 92, 139, 0, 0, 464, 3877, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/en_GB.po, 249, 2212, 2211, 0, 0, 227, 1757, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ka.po, 17, 64, 57, 0, 0, 459, 3905, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/pa.po, 284, 2105, 2429, 0, 0, 192, 1864, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/nb.po, 56, 242, 245, 0, 0, 420, 3727, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/fr.po, 476, 3969, 4841, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/th.po, 143, 1204, 587, 0, 0, 333, 2765, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/fa.po, 17, 64, 78, 0, 0, 459, 3905, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/vi.po, 7, 24, 45, 0, 0, 469, 3945, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/mr.po, 340, 2563, 2428, 2, 7, 134, 1399, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/bs.po, 19, 150, 157, 0, 0, 457, 3819, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/km.po, 41, 303, 97, 0, 0, 435, 3666, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/tg.po, 4, 10, 11, 0, 0, 472, 3959, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/pl.po, 476, 3969, 3953, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/gu.po, 341, 2564, 2821, 0, 0, 135, 1405, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/or.po, 340, 2546, 2653, 0, 0, 136, 1423, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/bn.po, 128, 927, 1039, 0, 0, 348, 3042, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/uk.po, 476, 3969, 4321, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/hu.po, 476, 3969, 3981, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/sq.po, 476, 3969, 4685, 0, 0, 0, 0, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/pt.po, 183, 1321, 1518, 14, 126, 279, 2522, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ml.po, 342, 2549, 2040, 1, 5, 133, 1415, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/ast.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/et.po, 148, 1034, 898, 0, 0, 328, 2935, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/te.po, 341, 2564, 2189, 0, 0, 135, 1405, 476, 3969 -abrt-2.12.2-1.fc31.src.rpm.stats.csv, po/lv.po, 19, 64, 55, 0, 0, 457, 3905, 476, 3969 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 10, 59, 13, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 10, 59, 13, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/uk.po, 10, 59, 60, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/tr.po, 10, 59, 58, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/sv.po, 10, 59, 52, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 10, 59, 67, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/sr.po, 10, 59, 67, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/sl.po, 10, 59, 55, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/sk.po, 10, 59, 61, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ru.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 10, 59, 69, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/pt.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/pl.po, 12, 73, 66, 0, 0, 0, 0, 12, 73 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/pa.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/oc.po, 10, 59, 73, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/nl.po, 10, 59, 55, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/lv.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/lt.po, 12, 73, 67, 0, 0, 0, 0, 12, 73 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ko.po, 10, 59, 49, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/kk.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ka.po, 10, 59, 52, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ja.po, 10, 59, 12, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/it.po, 12, 73, 84, 0, 0, 0, 0, 12, 73 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/id.po, 10, 59, 56, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ia.po, 10, 59, 80, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/hu.po, 10, 59, 50, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/hr.po, 10, 59, 57, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/gl.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/fur.po, 10, 59, 80, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/fr.po, 10, 59, 78, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/fi.po, 10, 59, 39, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/eu.po, 10, 59, 48, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/es.po, 10, 59, 72, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/eo.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/en_GB.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/en.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/el.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/de.po, 10, 59, 60, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/da.po, 12, 73, 73, 0, 0, 0, 0, 12, 73 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/cs.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ca.po, 10, 59, 80, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ast.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/ar.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -accountsservice-0.6.55-1.fc31.src.rpm.stats.csv, po/accounts-service.pot, 0, 0, 0, 0, 0, 10, 59, 10, 59 -acl-2.2.53-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/gl.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/en@boldquot.po, 52, 500, 502, 0, 0, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/sv.po, 49, 395, 380, 3, 105, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/acl.pot, 0, 0, 0, 0, 0, 52, 500, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/en@boldquot.gmo, 52, 500, 502, 0, 0, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/en@quot.po, 52, 500, 500, 0, 0, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/fr.po, 48, 370, 424, 4, 130, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/pl.po, 49, 395, 400, 3, 105, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/es.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/en@quot.gmo, 52, 500, 500, 0, 0, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/de.gmo, 49, 395, 362, 0, 0, 0, 0, 49, 395 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/gl.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/de.po, 49, 395, 362, 3, 105, 0, 0, 52, 500 -acl-2.2.53-4.fc31.src.rpm.stats.csv, po/es.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, alsaconf/po/ru.po, 34, 407, 373, 1, 130, 1, 1, 36, 538 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, alsaconf/po/ja.po, 35, 537, 213, 0, 0, 1, 1, 36, 538 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, po/ja.gmo, 245, 1080, 594, 0, 0, 0, 0, 245, 1080 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, po/de.gmo, 294, 1260, 1171, 0, 0, 0, 0, 294, 1260 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, po/alsa-utils.pot, 0, 0, 0, 0, 0, 323, 1794, 323, 1794 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, po/fr.po, 264, 1144, 1449, 22, 481, 37, 169, 323, 1794 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, po/ja.po, 245, 1080, 594, 23, 492, 55, 222, 323, 1794 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, po/de.po, 294, 1260, 1171, 21, 480, 8, 54, 323, 1794 -alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv, po/fr.gmo, 264, 1144, 1449, 0, 0, 0, 0, 264, 1144 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/nb.po, 726, 3244, 2967, 8, 17, 555, 4562, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/kn.po, 765, 3909, 3510, 3, 32, 521, 3882, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/lv.po, 46, 243, 193, 0, 0, 1243, 7580, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/or.po, 452, 2431, 2483, 0, 0, 837, 5392, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/nso.po, 14, 66, 90, 0, 0, 1275, 7757, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/bn.po, 37, 227, 240, 0, 0, 1252, 7596, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/si.po, 40, 225, 224, 0, 0, 1249, 7598, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/he.po, 1183, 6713, 6049, 0, 0, 106, 1110, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ca.po, 1266, 7566, 8951, 0, 0, 23, 257, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 1255, 7548, 2430, 0, 0, 34, 275, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/is.po, 23, 112, 107, 0, 0, 1266, 7711, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/vi.po, 14, 66, 64, 0, 0, 1275, 7757, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/be.po, 1283, 7785, 6922, 0, 0, 6, 38, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/nn.po, 35, 243, 201, 0, 0, 1254, 7580, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/fa.po, 149, 476, 555, 0, 0, 1140, 7347, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/fr.po, 1288, 7800, 9331, 0, 0, 1, 23, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ga.po, 248, 452, 504, 0, 0, 1041, 7371, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/tr.po, 1194, 6962, 5741, 0, 0, 95, 861, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ia.po, 629, 2944, 3325, 0, 0, 660, 4879, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/mai.po, 24, 144, 176, 0, 0, 1265, 7679, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ja.po, 1241, 7423, 2413, 0, 0, 48, 400, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ne.po, 17, 79, 76, 0, 0, 1272, 7744, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/pl.po, 1289, 7823, 7366, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/pa.po, 862, 3475, 4066, 0, 0, 427, 4348, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/nds.po, 4, 8, 7, 0, 0, 1285, 7815, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/gu.po, 780, 3504, 4109, 0, 0, 509, 4319, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ast.po, 32, 192, 194, 0, 0, 1257, 7631, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ru.po, 1283, 7785, 6742, 0, 0, 6, 38, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/sq.po, 992, 5599, 6581, 0, 0, 297, 2224, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/bg.po, 956, 5425, 5592, 0, 0, 333, 2398, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ta.po, 861, 4632, 4203, 0, 0, 428, 3191, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/id.po, 1276, 7729, 7340, 0, 0, 13, 94, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/fil.po, 92, 540, 615, 1, 14, 1196, 7269, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ml.po, 426, 2237, 1766, 0, 0, 863, 5586, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/af.po, 901, 4446, 4475, 21, 183, 367, 3194, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 1244, 7454, 2268, 0, 0, 45, 369, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/nl.po, 1289, 7823, 7833, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ms.po, 16, 71, 64, 0, 0, 1273, 7752, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/te.po, 441, 2324, 1890, 0, 0, 848, 5499, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/sk.po, 1289, 7823, 7331, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/fur.po, 1261, 7635, 8813, 0, 0, 28, 188, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 231, 1091, 341, 0, 0, 1058, 6732, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/de_CH.po, 20, 125, 119, 0, 0, 1269, 7698, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/sv.po, 1289, 7823, 7198, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/lt.po, 1289, 7823, 6451, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/am.po, 14, 66, 58, 0, 0, 1275, 7757, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/bo.po, 1, 1, 1, 0, 0, 1288, 7822, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/eo.po, 1101, 5681, 5219, 32, 152, 156, 1990, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/cy.po, 14, 66, 67, 0, 0, 1275, 7757, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/as.po, 877, 4754, 5125, 0, 0, 412, 3069, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/sl.po, 17, 79, 67, 0, 0, 1272, 7744, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 1228, 7304, 7924, 0, 0, 61, 519, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/uk.po, 1289, 7823, 7780, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ka.po, 314, 705, 636, 0, 0, 975, 7118, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/mk.po, 17, 79, 77, 0, 0, 1272, 7744, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/hu.po, 1283, 7785, 7073, 0, 0, 6, 38, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/gl.po, 304, 1390, 1654, 0, 0, 985, 6433, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/el.po, 34, 191, 197, 0, 0, 1255, 7632, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/it.po, 1086, 6207, 6473, 6, 46, 197, 1570, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/da.po, 1289, 7823, 7104, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/eu.po, 213, 487, 467, 0, 0, 1076, 7336, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ko.po, 1239, 7373, 6068, 0, 0, 50, 450, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ro.po, 1062, 5952, 6431, 0, 0, 227, 1871, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/tg.po, 16, 46, 48, 0, 0, 1273, 7777, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/cs.po, 1289, 7823, 7205, 0, 0, 0, 0, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 886, 4866, 5240, 0, 0, 403, 2957, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/en_GB.po, 37, 227, 227, 0, 0, 1252, 7596, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/pt.po, 322, 1179, 1330, 0, 0, 967, 6644, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/sr.po, 1186, 6620, 6363, 0, 0, 103, 1203, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/hr.po, 984, 5512, 5130, 0, 0, 305, 2311, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ilo.po, 14, 66, 77, 0, 0, 1275, 7757, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/th.po, 166, 645, 307, 0, 0, 1123, 7178, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ar.po, 554, 2592, 2531, 0, 0, 735, 5231, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 28, 170, 159, 0, 0, 1261, 7653, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/zu.po, 11, 52, 37, 0, 0, 1278, 7771, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/fi.po, 1001, 5232, 3899, 0, 0, 288, 2591, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/et.po, 171, 559, 475, 0, 0, 1118, 7264, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/km.po, 276, 2280, 1052, 0, 0, 1013, 5543, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/hi.po, 426, 2151, 2511, 0, 0, 863, 5672, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/de.po, 1256, 7553, 7179, 0, 0, 33, 270, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/bs.po, 18, 93, 79, 0, 0, 1271, 7730, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/es.po, 1281, 7740, 8750, 0, 0, 8, 83, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/mr.po, 487, 2750, 2524, 0, 0, 802, 5073, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/kk.po, 1082, 6183, 5328, 0, 0, 207, 1640, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/ur.po, 54, 220, 291, 0, 0, 1235, 7603, 1289, 7823 -anaconda-31.22.6-2.fc31.src.rpm.stats.csv, po/my.po, 64, 287, 183, 0, 0, 1225, 7536, 1289, 7823 -atk-2.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 123, 370, 361, 1, 1, 2, 4, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 169, 440, 334, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 136, 392, 157, 0, 0, 3, 6, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 169, 440, 181, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 139, 398, 315, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 31, 38, 40, 0, 0, 95, 337, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 169, 440, 427, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 169, 440, 381, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 126, 375, 298, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 169, 440, 561, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 169, 440, 385, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/zu.po, 98, 224, 203, 1, 2, 27, 149, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 169, 440, 409, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 139, 398, 470, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/yi.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 74, 121, 124, 10, 19, 42, 235, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 139, 398, 457, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 169, 440, 309, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 169, 440, 402, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 169, 440, 522, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 169, 440, 425, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 139, 398, 342, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 169, 440, 517, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 64, 142, 188, 2, 2, 60, 231, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 169, 440, 439, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 169, 440, 426, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 126, 375, 431, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 139, 398, 353, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 169, 440, 536, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/li.po, 31, 31, 31, 48, 96, 47, 248, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 139, 398, 332, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 167, 410, 350, 1, 21, 1, 9, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 126, 375, 376, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/hy.po, 126, 375, 338, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 169, 440, 524, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 139, 398, 333, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 139, 398, 157, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 169, 440, 451, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 169, 440, 456, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 169, 440, 419, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 139, 398, 343, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 126, 375, 341, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 108, 334, 288, 12, 31, 6, 10, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 139, 398, 285, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 52, 78, 76, 0, 0, 117, 362, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 139, 398, 347, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 139, 398, 164, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 169, 440, 417, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 123, 370, 388, 1, 1, 2, 4, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 169, 440, 371, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/tt.po, 114, 359, 292, 7, 8, 5, 8, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 169, 440, 430, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 169, 440, 353, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 169, 440, 440, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 5, 5, 5, 85, 299, 36, 71, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 114, 359, 314, 7, 8, 5, 8, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 25, 25, 26, 15, 26, 86, 324, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 159, 417, 297, 5, 9, 5, 14, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 40, 46, 48, 0, 0, 99, 352, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 169, 440, 362, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 139, 398, 360, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 169, 440, 398, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 169, 440, 441, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 169, 440, 477, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 125, 374, 337, 1, 1, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 123, 370, 188, 1, 1, 2, 4, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 121, 348, 331, 1, 1, 4, 26, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 139, 398, 380, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 169, 440, 635, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 169, 440, 341, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 24, 24, 28, 26, 53, 76, 298, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 169, 440, 326, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 123, 370, 300, 1, 1, 2, 4, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/sr@ije.po, 114, 359, 336, 7, 8, 5, 8, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 169, 440, 396, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 126, 375, 347, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 139, 398, 432, 0, 0, 0, 0, 139, 398 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ps.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 126, 375, 382, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 169, 440, 393, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 114, 359, 319, 7, 8, 5, 8, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/tk.po, 111, 348, 291, 8, 9, 7, 18, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 169, 440, 491, 0, 0, 0, 0, 169, 440 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 126, 375, 346, 0, 0, 0, 0, 126, 375 -atk-2.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 139, 398, 326, 0, 0, 0, 0, 139, 398 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 14, 96, 121, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 18, 122, 119, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 14, 96, 115, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 18, 122, 109, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 18, 122, 145, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 18, 122, 125, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 14, 96, 103, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 18, 122, 123, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 18, 122, 143, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 18, 122, 139, 0, 0, 0, 0, 18, 122 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 14, 96, 111, 0, 0, 0, 0, 14, 96 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -attr-2.4.48-7.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/gl.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/en@boldquot.po, 30, 348, 350, 0, 0, 0, 0, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/sv.po, 22, 208, 206, 7, 138, 1, 2, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/nl.po, 22, 208, 209, 7, 138, 1, 2, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/en@boldquot.gmo, 30, 348, 350, 0, 0, 0, 0, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/en@quot.po, 30, 348, 348, 0, 0, 0, 0, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/fr.po, 22, 208, 239, 7, 138, 1, 2, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/pl.po, 28, 293, 288, 2, 55, 0, 0, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/cs.gmo, 28, 293, 290, 0, 0, 0, 0, 28, 293 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/es.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/en@quot.gmo, 30, 348, 348, 0, 0, 0, 0, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/de.gmo, 21, 197, 186, 0, 0, 0, 0, 21, 197 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/gl.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/de.po, 21, 197, 186, 8, 149, 1, 2, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/es.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/attr.pot, 0, 0, 0, 0, 0, 30, 348, 30, 348 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/nl.gmo, 22, 208, 209, 0, 0, 0, 0, 22, 208 -attr-2.4.48-7.fc31.src.rpm.stats.csv, po/cs.po, 28, 293, 290, 2, 55, 0, 0, 30, 348 -authselect-1.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -authselect-1.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 303, 1748, 690, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 303, 1748, 543, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/uk.po, 342, 1965, 2002, 0, 0, 0, 0, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/sv.po, 307, 1772, 1723, 0, 0, 35, 193, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/ru.po, 303, 1748, 1661, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 303, 1748, 1999, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/pl.po, 342, 1965, 1969, 0, 0, 0, 0, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/nl.po, 342, 1965, 2051, 0, 0, 0, 0, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/ko.po, 303, 1748, 1553, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/ja.po, 303, 1748, 842, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/it.po, 303, 1748, 1873, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/hu.po, 271, 1564, 1446, 0, 0, 71, 401, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/fr.po, 342, 1965, 2346, 0, 0, 0, 0, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/es.po, 307, 1772, 2159, 0, 0, 35, 193, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/de.po, 303, 1748, 1726, 0, 0, 39, 217, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/cs.po, 244, 1344, 1241, 0, 0, 98, 621, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/ca.po, 171, 919, 1131, 0, 0, 171, 1046, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, po/authselect.pot, 0, 0, 0, 0, 0, 342, 1965, 342, 1965 -authselect-1.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -authselect-1.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -authselect-1.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -avahi-0.7-20.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -avahi-0.7-20.fc31.src.rpm.stats.csv, po/en_NZ.po, 152, 758, 758, 11, 89, 5, 21, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/en_CA.po, 1, 1, 1, 1, 1, 166, 866, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/sk.po, 165, 865, 870, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/eo.po, 67, 167, 141, 1, 1, 100, 700, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/sr@latin.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/pl.po, 168, 868, 865, 0, 0, 0, 0, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/uk.po, 168, 868, 883, 0, 0, 0, 0, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/fr.po, 165, 865, 989, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/nl.po, 165, 865, 846, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/es.po, 165, 865, 1070, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/el.po, 165, 865, 876, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/oc.po, 168, 868, 993, 0, 0, 0, 0, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/tr.po, 168, 868, 789, 0, 0, 0, 0, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/fi.po, 164, 794, 634, 2, 2, 2, 72, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/fa.po, 74, 224, 245, 1, 1, 93, 643, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ms.po, 40, 94, 95, 1, 1, 127, 773, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ja.po, 165, 865, 449, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/bg.po, 165, 865, 1001, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/et.po, 129, 477, 405, 2, 2, 37, 389, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/cs.po, 133, 642, 607, 2, 2, 33, 224, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/sv.po, 168, 868, 807, 0, 0, 0, 0, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/hu.po, 168, 868, 780, 0, 0, 0, 0, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ar.po, 91, 262, 267, 2, 2, 75, 604, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/sl.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/id.po, 168, 868, 850, 0, 0, 0, 0, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/he.po, 103, 332, 318, 2, 2, 63, 534, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/pt_BR.po, 165, 865, 1009, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/en_AU.po, 2, 2, 2, 1, 1, 165, 865, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/fo.po, 113, 413, 366, 2, 2, 53, 453, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/zh_TW.po, 165, 865, 391, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/it.po, 165, 865, 986, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ru.po, 165, 865, 828, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/da.po, 165, 865, 761, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/lv.po, 165, 865, 776, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/sr.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/gl.po, 165, 865, 1161, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/de.po, 165, 865, 779, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/en_GB.po, 165, 865, 865, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ca.po, 165, 865, 1145, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/zh_CN.po, 165, 865, 414, 2, 2, 1, 1, 168, 868 -avahi-0.7-20.fc31.src.rpm.stats.csv, po/ro.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/cs.po, 4, 67, 68, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/da.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/de.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/es.po, 0, 0, 0, 1, 22, 3, 45, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/fr.po, 4, 67, 73, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/id.po, 4, 67, 45, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/it.po, 4, 67, 70, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/ja.po, 4, 67, 10, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/pl.po, 4, 67, 65, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/pt.po, 4, 67, 72, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/ru.po, 4, 67, 53, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/sv.po, 4, 67, 66, 0, 0, 0, 0, 4, 67 -b43-fwcutter-019-16.fc31.src.rpm.stats.csv, debian/po/templates.pot, 0, 0, 0, 0, 0, 4, 67, 4, 67 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 57, 820, 118, 0, 0, 0, 0, 57, 820 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 67, 1103, 1032, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 57, 820, 734, 0, 0, 0, 0, 57, 820 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 57, 820, 717, 0, 0, 0, 0, 57, 820 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 67, 1103, 1218, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/pt/pt.po, 67, 1103, 1132, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 67, 1103, 864, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 67, 1103, 749, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/it/it.po, 67, 1103, 1105, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/id/id.po, 67, 1103, 978, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 67, 1103, 890, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/hr/hr.po, 67, 1103, 910, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 39, 345, 388, 7, 255, 21, 503, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 67, 1103, 1186, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 47, 688, 411, 3, 56, 17, 359, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/es/es.po, 67, 1103, 1180, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/el/el.po, 67, 1103, 1126, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/de/de.po, 67, 1103, 1060, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/da/da.po, 67, 1103, 967, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 67, 1103, 955, 0, 0, 0, 0, 67, 1103 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 41, 703, 758, 0, 0, 0, 0, 41, 703 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 73, 275, 125, 0, 0, 0, 0, 73, 275 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 57, 210, 109, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 65, 247, 109, 0, 0, 0, 0, 65, 247 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 12, 23, 21, 40, 128, 74, 389, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.po, 6, 6, 6, 44, 128, 76, 406, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 30, 108, 116, 0, 0, 0, 0, 30, 108 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 57, 184, 166, 0, 0, 0, 0, 57, 184 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 58, 180, 86, 0, 0, 0, 0, 58, 180 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 57, 210, 214, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 57, 210, 198, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 57, 210, 192, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 74, 278, 273, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 65, 247, 268, 0, 0, 0, 0, 65, 247 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 74, 278, 308, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 12, 23, 23, 40, 128, 74, 389, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 74, 278, 278, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 80, 210, 246, 19, 79, 27, 251, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 2, 2, 2, 47, 141, 77, 397, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 74, 278, 263, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 74, 278, 333, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 74, 278, 418, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 63, 243, 279, 0, 0, 0, 0, 63, 243 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ps.po, 99, 282, 317, 5, 18, 22, 240, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 74, 278, 303, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 57, 210, 251, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 57, 210, 231, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 57, 185, 213, 0, 0, 6, 58, 63, 243 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 72, 229, 230, 0, 0, 0, 0, 72, 229 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 64, 246, 227, 0, 0, 0, 0, 64, 246 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/nds.po, 44, 84, 78, 1, 3, 81, 453, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 65, 247, 249, 0, 0, 0, 0, 65, 247 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 9, 15, 24, 40, 134, 77, 391, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 8, 14, 13, 41, 135, 77, 391, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 65, 247, 222, 0, 0, 0, 0, 65, 247 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 109, 370, 431, 9, 38, 8, 132, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 38, 102, 105, 0, 0, 35, 173, 73, 275 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 50, 132, 149, 48, 193, 28, 215, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 94, 287, 348, 7, 24, 25, 229, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 74, 278, 266, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 74, 278, 268, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 54, 118, 132, 26, 104, 46, 318, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 74, 278, 238, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 57, 210, 187, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 126, 540, 243, 0, 0, 0, 0, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 11, 22, 24, 42, 157, 73, 361, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 71, 225, 129, 0, 0, 3, 53, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 74, 278, 299, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 74, 278, 290, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 73, 275, 268, 0, 0, 0, 0, 73, 275 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 57, 210, 245, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 63, 243, 264, 0, 0, 0, 0, 63, 243 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 64, 246, 324, 0, 0, 0, 0, 64, 246 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 45, 124, 162, 1, 6, 11, 80, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 74, 278, 317, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 74, 278, 350, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 74, 278, 256, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 73, 275, 276, 0, 0, 0, 0, 73, 275 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 73, 275, 253, 0, 0, 0, 0, 73, 275 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 57, 210, 189, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 62, 196, 187, 1, 13, 1, 37, 64, 246 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 74, 278, 301, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 11, 22, 25, 42, 157, 73, 361, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 100, 413, 414, 24, 123, 2, 4, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 90, 285, 133, 24, 103, 12, 152, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 74, 278, 324, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 73, 275, 269, 0, 0, 0, 0, 73, 275 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 50, 132, 164, 52, 203, 24, 205, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 74, 278, 325, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/crh.po, 57, 184, 157, 0, 0, 0, 0, 57, 184 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 64, 246, 313, 0, 0, 0, 0, 64, 246 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 74, 278, 356, 0, 0, 0, 0, 74, 278 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/br.po, 57, 210, 244, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 57, 210, 224, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 122, 526, 596, 2, 10, 2, 4, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 64, 246, 306, 0, 0, 0, 0, 64, 246 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 109, 370, 341, 9, 38, 8, 132, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/az.po, 9, 15, 29, 40, 134, 77, 391, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 126, 540, 625, 0, 0, 0, 0, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 64, 244, 257, 0, 0, 0, 0, 64, 244 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 57, 210, 255, 0, 0, 0, 0, 57, 210 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/am.po, 6, 6, 10, 16, 35, 104, 499, 126, 540 -baobab-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 65, 247, 248, 0, 0, 0, 0, 65, 247 -bash-5.0.7-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/es.gmo, 565, 9806, 11294, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/hu.po, 565, 9806, 8278, 20, 1695, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ja.gmo, 531, 5986, 2439, 0, 0, 0, 0, 531, 5986 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/it.po, 487, 5568, 6137, 74, 5784, 25, 155, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sr.po, 565, 9806, 9161, 20, 1695, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/gl.gmo, 468, 3199, 3776, 0, 0, 0, 0, 468, 3199 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/af.po, 15, 46, 52, 220, 759, 351, 10702, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sl.po, 487, 5568, 5327, 74, 5784, 25, 155, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/vi.gmo, 550, 9017, 11285, 0, 0, 0, 0, 550, 9017 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ca.gmo, 556, 9738, 10809, 0, 0, 0, 0, 556, 9738 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/nl.po, 565, 9806, 9808, 20, 1695, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/pl.po, 584, 11184, 10311, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/en@boldquot.gmo, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 584, 11184, 12173, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/bash.pot, 0, 0, 0, 0, 0, 586, 11507, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ru.gmo, 543, 6142, 5719, 0, 0, 0, 0, 543, 6142 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ro.po, 125, 431, 477, 173, 827, 288, 10249, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/en@quot.gmo, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 584, 11184, 3906, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sk.po, 487, 5568, 5224, 74, 5784, 25, 155, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/fr.po, 584, 11184, 12921, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/it.gmo, 487, 5568, 6137, 0, 0, 0, 0, 487, 5568 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sr.gmo, 565, 9806, 9161, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/nb.gmo, 565, 9806, 8856, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/en@boldquot.po, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ga.gmo, 565, 6907, 7485, 0, 0, 0, 0, 565, 6907 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/hr.po, 584, 11184, 10476, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 584, 11184, 3900, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/nl.gmo, 565, 9806, 9808, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/el.po, 501, 3498, 3673, 11, 251, 74, 7758, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/eo.po, 565, 9806, 9056, 20, 1695, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/tr.gmo, 553, 8541, 7240, 0, 0, 0, 0, 553, 8541 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ru.po, 543, 6142, 5719, 42, 5359, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/id.po, 510, 5842, 5584, 63, 5591, 13, 74, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/bg.po, 565, 9806, 10657, 20, 1695, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/da.po, 458, 4836, 4619, 96, 6469, 32, 202, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/et.po, 153, 660, 647, 47, 189, 386, 10658, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/pt.gmo, 584, 11184, 11647, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/gl.po, 468, 3199, 3776, 51, 1438, 67, 6870, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ja.po, 531, 5986, 2439, 48, 5483, 7, 38, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ga.po, 565, 6907, 7485, 1, 164, 20, 4436, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 584, 11184, 12173, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/bg.gmo, 565, 9806, 10657, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/eo.gmo, 565, 9806, 9056, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sv.po, 584, 11184, 10408, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/de.gmo, 500, 5904, 5612, 0, 0, 0, 0, 500, 5904 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/tr.po, 553, 8541, 7240, 17, 1181, 16, 1785, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sl.gmo, 487, 5568, 5327, 0, 0, 0, 0, 487, 5568 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/cs.gmo, 584, 11184, 10087, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/lt.po, 326, 1512, 1409, 77, 1231, 183, 8764, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/id.gmo, 510, 5842, 5584, 0, 0, 0, 0, 510, 5842 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/uk.gmo, 565, 9806, 8768, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 584, 11184, 3906, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/cs.po, 584, 11184, 10087, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/es.po, 565, 9806, 11294, 20, 1695, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/vi.po, 550, 9017, 11285, 30, 2456, 6, 34, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/pt.po, 584, 11184, 11647, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/ca.po, 556, 9738, 10809, 20, 1695, 10, 74, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/pl.gmo, 584, 11184, 10311, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/de.po, 500, 5904, 5612, 1, 164, 85, 5439, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/fi.gmo, 459, 4966, 3719, 0, 0, 0, 0, 459, 4966 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/da.gmo, 458, 4836, 4619, 0, 0, 0, 0, 458, 4836 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/uk.po, 565, 9806, 8768, 20, 1695, 1, 6, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/fi.po, 459, 4966, 3719, 92, 6318, 35, 223, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/hr.gmo, 584, 11184, 10476, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sk.gmo, 487, 5568, 5224, 0, 0, 0, 0, 487, 5568 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/hu.gmo, 565, 9806, 8278, 0, 0, 0, 0, 565, 9806 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/lt.gmo, 326, 1512, 1409, 0, 0, 0, 0, 326, 1512 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/sv.gmo, 584, 11184, 10408, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/en@quot.po, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 584, 11184, 3900, 2, 323, 0, 0, 586, 11507 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/el.gmo, 501, 3498, 3673, 0, 0, 0, 0, 501, 3498 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/fr.gmo, 584, 11184, 12921, 0, 0, 0, 0, 584, 11184 -bash-5.0.7-3.fc31.src.rpm.stats.csv, po/nb.po, 565, 9806, 8857, 20, 1695, 1, 6, 586, 11507 -binutils-2.32-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1692, 11391, 1692, 11391 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/fr.po, 1692, 11391, 13903, 0, 0, 0, 0, 1692, 11391 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/ru.po, 1692, 11391, 11334, 0, 0, 0, 0, 1692, 11391 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/pt.po, 1692, 11391, 12183, 0, 0, 0, 0, 1692, 11391 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/uk.po, 1692, 11391, 12006, 0, 0, 0, 0, 1692, 11391 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -binutils-2.32-24.fc31.src.rpm.stats.csv, bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -binutils-2.32-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/uk.gmo, 2144, 13443, 13640, 0, 0, 0, 0, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/rw.gmo, 5, 8, 9, 0, 0, 0, 0, 5, 8 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/fi.gmo, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/id.gmo, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/sr.po, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/ja.po, 1296, 6741, 3758, 396, 3872, 432, 2682, 2124, 13295 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/bg.po, 851, 5112, 5558, 1, 13, 1292, 8318, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/vi.gmo, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/it.gmo, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/ca.gmo, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/da.po, 780, 3498, 3134, 254, 2242, 281, 2948, 1315, 8688 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/tr.gmo, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/zh_CN.gmo, 973, 4740, 2285, 0, 0, 0, 0, 973, 4740 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/vi.po, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/ro.po, 261, 968, 1038, 0, 0, 718, 5399, 979, 6367 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/ca.po, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/bg.gmo, 851, 5112, 5558, 0, 0, 0, 0, 851, 5112 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/sv.po, 2124, 13295, 11933, 0, 0, 0, 0, 2124, 13295 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/zh_CN.po, 973, 4740, 2285, 513, 3613, 212, 2023, 1698, 10376 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/ru.gmo, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/sk.po, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/es.po, 1400, 7316, 9310, 457, 4071, 361, 2337, 2218, 13724 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/pt.gmo, 2144, 13443, 14641, 0, 0, 0, 0, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/tr.po, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/es.gmo, 1400, 7316, 9310, 0, 0, 0, 0, 1400, 7316 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/sk.gmo, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/fr.gmo, 2144, 13443, 16467, 0, 0, 0, 0, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/zh_TW.gmo, 881, 4106, 1957, 0, 0, 0, 0, 881, 4106 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/fi.po, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/zh_TW.po, 881, 4106, 1957, 238, 2663, 397, 2747, 1516, 9516 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/fr.po, 2144, 13443, 16467, 0, 0, 0, 0, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/binutils.pot, 0, 0, 0, 0, 0, 2144, 13443, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/sv.gmo, 2124, 13295, 11933, 0, 0, 0, 0, 2124, 13295 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/id.po, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/hr.gmo, 262, 1097, 1060, 0, 0, 0, 0, 262, 1097 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/ru.po, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/hr.po, 262, 1097, 1060, 7, 107, 1247, 8312, 1516, 9516 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/sr.gmo, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/pt.po, 2144, 13443, 14641, 0, 0, 0, 0, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/it.po, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/uk.po, 2144, 13443, 13640, 0, 0, 0, 0, 2144, 13443 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/rw.po, 5, 8, 9, 761, 5299, 144, 503, 910, 5810 -binutils-2.32-24.fc31.src.rpm.stats.csv, binutils/po/ja.gmo, 1296, 6741, 3758, 0, 0, 0, 0, 1296, 6741 -binutils-2.32-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/uk.gmo, 4434, 28082, 29970, 0, 0, 0, 0, 4434, 28082 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/fi.gmo, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/id.gmo, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/ja.po, 302, 1631, 975, 6, 34, 3317, 20926, 3625, 22591 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/tr.gmo, 2368, 13963, 12564, 0, 0, 0, 0, 2368, 13963 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/zh_CN.gmo, 46, 142, 74, 0, 0, 0, 0, 46, 142 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/sv.po, 4102, 25598, 23039, 293, 2143, 7, 62, 4402, 27803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/zh_CN.po, 46, 142, 74, 2348, 11907, 1740, 13875, 4134, 25924 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/ru.gmo, 4434, 28082, 27594, 0, 0, 0, 0, 4434, 28082 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/es.po, 4325, 27075, 33160, 8, 110, 94, 929, 4427, 28114 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/tr.po, 2368, 13963, 12564, 229, 1879, 99, 646, 2696, 16488 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/es.gmo, 4325, 27075, 33160, 0, 0, 0, 0, 4325, 27075 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/fr.gmo, 4434, 28082, 33690, 0, 0, 0, 0, 4434, 28082 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/fi.po, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/fr.po, 4434, 28082, 33690, 0, 0, 0, 0, 4434, 28082 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/sv.gmo, 4102, 25598, 23039, 0, 0, 0, 0, 4102, 25598 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/id.po, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/ru.po, 4434, 28082, 27594, 0, 0, 0, 0, 4434, 28082 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/gas.pot, 0, 0, 0, 0, 0, 4433, 28077, 4433, 28077 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/uk.po, 4434, 28082, 29970, 0, 0, 0, 0, 4434, 28082 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/rw.po, 0, 0, 0, 304, 1492, 2652, 16769, 2956, 18261 -binutils-2.32-24.fc31.src.rpm.stats.csv, gas/po/ja.gmo, 302, 1631, 975, 0, 0, 0, 0, 302, 1631 -binutils-2.32-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/uk.gmo, 914, 5911, 6300, 0, 0, 0, 0, 914, 5911 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/fi.gmo, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/id.gmo, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/ja.po, 120, 678, 431, 0, 0, 365, 2125, 485, 2803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/vi.gmo, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/it.gmo, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/zh_CN.gmo, 118, 459, 190, 0, 0, 0, 0, 118, 459 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/vi.po, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/sv.po, 59, 245, 245, 168, 840, 514, 3486, 741, 4571 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/zh_CN.po, 118, 459, 190, 319, 1692, 304, 2420, 741, 4571 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/es.po, 792, 4808, 5615, 0, 0, 89, 815, 881, 5623 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/es.gmo, 792, 4808, 5615, 0, 0, 0, 0, 792, 4808 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/fr.gmo, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/fi.po, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/fr.po, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/sv.gmo, 59, 245, 245, 0, 0, 0, 0, 59, 245 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/id.po, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/gold.pot, 0, 0, 0, 0, 0, 914, 5911, 914, 5911 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/it.po, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/uk.po, 914, 5911, 6300, 0, 0, 0, 0, 914, 5911 -binutils-2.32-24.fc31.src.rpm.stats.csv, gold/po/ja.gmo, 120, 678, 431, 0, 0, 0, 0, 120, 678 -binutils-2.32-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/uk.gmo, 98, 533, 552, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/fi.gmo, 97, 526, 487, 0, 0, 0, 0, 97, 526 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/id.gmo, 97, 525, 517, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/eo.gmo, 98, 533, 535, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/sr.po, 98, 533, 543, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ja.po, 28, 119, 90, 36, 136, 33, 270, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/bg.po, 98, 533, 601, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/pt_BR.gmo, 98, 533, 613, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/vi.gmo, 97, 525, 879, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/it.gmo, 97, 525, 595, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/da.po, 97, 526, 505, 0, 0, 0, 0, 97, 526 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/hu.po, 98, 533, 545, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/tr.gmo, 98, 533, 517, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/vi.po, 97, 525, 879, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ro.po, 93, 486, 539, 0, 0, 0, 0, 93, 486 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/bg.gmo, 98, 533, 601, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/sv.po, 98, 533, 505, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ru.gmo, 98, 533, 536, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ms.gmo, 98, 533, 534, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/es.po, 98, 533, 625, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/tr.po, 98, 533, 517, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/nl.po, 97, 525, 552, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/es.gmo, 98, 533, 625, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/fr.gmo, 98, 533, 614, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/de.po, 97, 525, 492, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/pt_BR.po, 98, 533, 613, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/eo.po, 98, 533, 535, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/fi.po, 97, 526, 487, 0, 0, 0, 0, 97, 526 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/fr.po, 98, 533, 614, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ms.po, 98, 533, 534, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/sv.gmo, 98, 533, 505, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/id.po, 97, 525, 517, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/nl.gmo, 97, 525, 552, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ru.po, 98, 533, 536, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/gprof.pot, 0, 0, 0, 0, 0, 98, 533, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/de.gmo, 97, 525, 492, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ga.po, 97, 524, 587, 0, 0, 0, 0, 97, 524 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/sr.gmo, 98, 533, 543, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/it.po, 97, 525, 595, 0, 0, 0, 0, 97, 525 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/hu.gmo, 98, 533, 545, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/uk.po, 98, 533, 552, 0, 0, 0, 0, 98, 533 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/rw.po, 2, 2, 2, 67, 425, 24, 59, 93, 486 -binutils-2.32-24.fc31.src.rpm.stats.csv, gprof/po/ja.gmo, 28, 119, 90, 0, 0, 0, 0, 28, 119 -binutils-2.32-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/uk.gmo, 882, 6063, 6356, 0, 0, 0, 0, 882, 6063 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/fi.gmo, 323, 1737, 1422, 0, 0, 0, 0, 323, 1737 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/id.gmo, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/sr.po, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/ja.po, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/bg.po, 609, 3789, 4374, 0, 0, 273, 2274, 882, 6063 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/pt_BR.gmo, 882, 6063, 7031, 0, 0, 0, 0, 882, 6063 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/vi.gmo, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/it.gmo, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/da.po, 386, 2177, 2100, 0, 0, 100, 713, 486, 2890 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/tr.gmo, 460, 2690, 2463, 0, 0, 0, 0, 460, 2690 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/zh_CN.gmo, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/vi.po, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/bg.gmo, 609, 3789, 4374, 0, 0, 0, 0, 609, 3789 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/sv.po, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/zh_CN.po, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/ru.gmo, 55, 420, 482, 0, 0, 0, 0, 55, 420 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/es.po, 809, 5484, 6987, 19, 162, 56, 442, 884, 6088 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/ga.gmo, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/tr.po, 460, 2690, 2463, 50, 370, 64, 488, 574, 3548 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/es.gmo, 809, 5484, 6987, 0, 0, 0, 0, 809, 5484 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/fr.gmo, 884, 6088, 7743, 0, 0, 0, 0, 884, 6088 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/zh_TW.gmo, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/pt_BR.po, 882, 6063, 7031, 0, 0, 0, 0, 882, 6063 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/fi.po, 323, 1737, 1422, 316, 2308, 245, 2043, 884, 6088 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/zh_TW.po, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/fr.po, 884, 6088, 7743, 0, 0, 0, 0, 884, 6088 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/ld.pot, 0, 0, 0, 0, 0, 882, 6063, 882, 6063 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/sv.gmo, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/id.po, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/ru.po, 55, 420, 482, 3, 24, 428, 2446, 486, 2890 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/ga.po, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/sr.gmo, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/it.po, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/uk.po, 882, 6063, 6356, 0, 0, 0, 0, 882, 6063 -binutils-2.32-24.fc31.src.rpm.stats.csv, ld/po/ja.gmo, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -binutils-2.32-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/uk.gmo, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/pt_BR.gmo, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/sv.po, 436, 2594, 2402, 0, 0, 0, 0, 436, 2594 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 453, 2685, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/fr.gmo, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/pt_BR.po, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/fr.po, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/sv.gmo, 436, 2594, 2402, 0, 0, 0, 0, 436, 2594 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -binutils-2.32-24.fc31.src.rpm.stats.csv, opcodes/po/uk.po, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 218, 753, 344, 0, 0, 5, 62, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 184, 687, 328, 0, 0, 39, 128, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/uk.po, 223, 815, 839, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/sv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/sr.po, 218, 753, 792, 0, 0, 5, 62, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/sq.po, 132, 481, 575, 3, 11, 88, 323, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/sk.po, 223, 815, 800, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ru.po, 135, 492, 471, 0, 0, 88, 323, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 40, 151, 160, 0, 0, 183, 664, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/pl.po, 223, 815, 845, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/kk.po, 135, 492, 485, 0, 0, 88, 323, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ja.po, 98, 276, 133, 0, 0, 125, 539, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/it.po, 135, 492, 535, 0, 0, 88, 323, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/hu.po, 223, 815, 789, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/he.po, 77, 163, 168, 1, 1, 145, 651, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/fur.po, 215, 749, 887, 0, 0, 8, 66, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/fr.po, 223, 815, 1010, 0, 0, 0, 0, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/fi.po, 115, 313, 283, 0, 0, 108, 502, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/es.po, 220, 809, 951, 2, 2, 1, 4, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/cs.po, 222, 811, 796, 0, 0, 1, 4, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ca.po, 218, 775, 965, 0, 0, 5, 40, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/blivet-gui.pot, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/bg.po, 126, 466, 515, 0, 0, 97, 349, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -boost-1.69.0-9.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -boost-1.69.0-9.fc31.src.rpm.stats.csv, tools/build/example/gettext/russian.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 143, 2095, 431, 4, 92, 0, 0, 147, 2187 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/ru/ru.po, 147, 2187, 1704, 0, 0, 0, 0, 147, 2187 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/de/de.po, 144, 2202, 2138, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/hu/hu.po, 144, 2202, 1719, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/lv/lv.po, 144, 2202, 1704, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/el/el.po, 144, 2202, 2092, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/en_GB/en_GB.po, 261, 3510, 3509, 0, 0, 0, 0, 261, 3510 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/es/es.po, 144, 2202, 2196, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/id/id.po, 144, 2202, 1944, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/fi/fi.po, 6, 29, 23, 26, 208, 112, 1965, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/bg/bg.po, 260, 3508, 3353, 0, 0, 0, 0, 260, 3508 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/ro/ro.po, 144, 2202, 2205, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/pl/pl.po, 144, 2202, 1723, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/pt/pt.po, 144, 2202, 2190, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/eu/eu.po, 261, 3510, 2710, 0, 0, 0, 0, 261, 3510 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/ja/ja.po, 145, 2204, 168, 0, 0, 0, 0, 145, 2204 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/gl/gl.po, 147, 2187, 2099, 0, 0, 0, 0, 147, 2187 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/fr/fr.po, 144, 2202, 2346, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/te/te.po, 10, 18, 22, 0, 0, 137, 2169, 147, 2187 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/ko/ko.po, 144, 2202, 1487, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/it/it.po, 261, 3510, 3376, 0, 0, 0, 0, 261, 3510 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/cs/cs.po, 144, 2202, 1787, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/sl/sl.po, 147, 2187, 1760, 0, 0, 0, 0, 147, 2187 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 144, 2202, 2272, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/sv/sv.po, 144, 2202, 2067, 0, 0, 0, 0, 144, 2202 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, help/ca/ca.po, 89, 977, 1016, 0, 0, 54, 1202, 143, 2179 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/eo.po, 295, 842, 819, 0, 0, 673, 4704, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/sr.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/nl.po, 968, 5546, 5419, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/cs.po, 969, 5549, 4930, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/tr.po, 969, 5549, 4538, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/mr.po, 968, 5546, 5220, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/he.po, 968, 5546, 4911, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/tg.po, 968, 5546, 5738, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/bn_IN.po, 968, 5546, 6053, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ar.po, 946, 5182, 4531, 0, 0, 22, 364, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/et.po, 968, 5546, 4251, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/pl.po, 969, 5549, 4970, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/uk.po, 968, 5546, 4764, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/en@shaw.po, 986, 5408, 5406, 0, 0, 0, 0, 986, 5408 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/gd.po, 968, 5546, 7062, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/af.po, 805, 4286, 4324, 11, 129, 152, 1131, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/my.po, 935, 4765, 1866, 4, 18, 54, 769, 993, 5552 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/nn.po, 986, 5520, 5110, 3, 63, 0, 0, 989, 5583 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/hr.po, 969, 5549, 5030, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ast.po, 971, 5493, 5661, 0, 0, 0, 0, 971, 5493 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/mk.po, 971, 5493, 5653, 0, 0, 0, 0, 971, 5493 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/sr@latin.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ku.po, 672, 2889, 3030, 26, 152, 289, 2411, 987, 5452 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ca.po, 969, 5549, 6275, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/br.po, 984, 5393, 6173, 0, 0, 2, 15, 986, 5408 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/be.po, 968, 5546, 4784, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/fr.po, 969, 5549, 6366, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/en_CA.po, 971, 5493, 5494, 0, 0, 0, 0, 971, 5493 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/zh_CN.po, 968, 5546, 1589, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/zh_HK.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/sv.po, 969, 5549, 5097, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/nb.po, 969, 5549, 5123, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ca@valencia.po, 968, 5546, 6268, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/bn.po, 986, 5408, 5606, 0, 0, 0, 0, 986, 5408 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/bg.po, 968, 5546, 6078, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/en_GB.po, 968, 5546, 5558, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/it.po, 982, 5608, 5414, 0, 0, 0, 0, 982, 5608 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/nds.po, 466, 1332, 1259, 0, 0, 518, 4070, 984, 5402 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/oc.po, 968, 5546, 6238, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/es.po, 969, 5549, 6058, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ml.po, 968, 5546, 4199, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/kk.po, 304, 921, 798, 0, 0, 665, 4628, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/de.po, 969, 5549, 5351, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/bs.po, 968, 5546, 5058, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/lt.po, 969, 5549, 4473, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ja.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/zh_TW.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/te.po, 968, 5546, 4519, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/hi.po, 968, 5546, 6441, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/as.po, 968, 5546, 5755, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/fur.po, 969, 5549, 5917, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/id.po, 969, 5549, 4998, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/pa.po, 968, 5546, 5994, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/pt_BR.po, 969, 5549, 5990, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/gu.po, 968, 5546, 5899, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/el.po, 968, 5546, 5813, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ga.po, 495, 1562, 1688, 9, 66, 476, 3904, 980, 5532 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ne.po, 213, 476, 491, 497, 2045, 259, 3028, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/kn.po, 968, 5546, 4614, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/fi.po, 968, 5546, 4099, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ro.po, 968, 5546, 5785, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/is.po, 669, 2636, 2505, 0, 0, 299, 2910, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ms.po, 56, 256, 219, 576, 1796, 354, 3356, 986, 5408 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ru.po, 968, 5546, 4751, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/da.po, 968, 5546, 5079, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/eu.po, 968, 5546, 4622, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/vi.po, 969, 5549, 7376, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/dz.po, 752, 3949, 1203, 0, 0, 0, 0, 752, 3949 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/gl.po, 968, 5546, 6224, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/lv.po, 968, 5546, 4488, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/or.po, 968, 5546, 5396, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/th.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/km.po, 966, 5474, 1968, 5, 19, 0, 0, 971, 5493 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/sl.po, 969, 5549, 5068, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/fa.po, 968, 5546, 5951, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/hu.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/mai.po, 133, 242, 317, 0, 0, 828, 5038, 961, 5280 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ta.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ug.po, 977, 5515, 4331, 0, 0, 0, 0, 977, 5515 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/sk.po, 969, 5549, 5121, 0, 0, 0, 0, 969, 5549 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/pt.po, 968, 5546, 5958, 0, 0, 0, 0, 968, 5546 -brasero-3.12.2-9.fc31.src.rpm.stats.csv, po/ko.po, 968, 5546, 4229, 0, 0, 0, 0, 968, 5546 -brltty-6.0-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -brltty-6.0-6.fc31.src.rpm.stats.csv, Messages/brltty.pot, 0, 0, 0, 0, 0, 825, 2703, 825, 2703 -brltty-6.0-6.fc31.src.rpm.stats.csv, Messages/de.po, 796, 2533, 2287, 4, 18, 25, 152, 825, 2703 -brltty-6.0-6.fc31.src.rpm.stats.csv, Messages/fr.po, 802, 2636, 3468, 0, 0, 0, 0, 802, 2636 -brltty-6.0-6.fc31.src.rpm.stats.csv, Messages/it.po, 136, 194, 210, 0, 0, 666, 2442, 802, 2636 -brltty-6.0-6.fc31.src.rpm.stats.csv, Messages/zh.po, 774, 2496, 1015, 6, 34, 0, 0, 780, 2530 -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ceph-14.2.4-1.fc31.src.rpm.stats.csv, src/boost/tools/build/example/gettext/russian.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ceph-14.2.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cheese-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 118, 1665, 219, 1, 15, 0, 0, 119, 1680 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 112, 1472, 1412, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 114, 1707, 1468, 0, 0, 0, 0, 114, 1707 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 115, 1705, 1379, 0, 0, 0, 0, 115, 1705 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 112, 1472, 1569, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 112, 1472, 1179, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/nl/nl.po, 112, 1472, 1557, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 112, 1472, 1038, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/id/id.po, 112, 1472, 1291, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 112, 1472, 1243, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 112, 1472, 1474, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 112, 1472, 1632, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 79, 877, 606, 26, 472, 7, 120, 112, 1469 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/es/es.po, 112, 1472, 1575, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/el/el.po, 112, 1472, 1626, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/de/de.po, 112, 1472, 1529, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 112, 1472, 1302, 0, 0, 0, 0, 112, 1472 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 118, 1652, 1870, 0, 0, 0, 0, 118, 1652 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/zu.po, 70, 185, 164, 2, 109, 0, 0, 72, 294 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 122, 614, 153, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 121, 630, 154, 0, 0, 0, 0, 121, 630 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 122, 614, 204, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 71, 193, 178, 14, 44, 24, 267, 109, 504 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 130, 628, 770, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 123, 614, 518, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 125, 574, 442, 0, 0, 0, 0, 125, 574 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 130, 628, 485, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 123, 614, 168, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 120, 613, 608, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 120, 613, 509, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 120, 613, 500, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 131, 631, 596, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 123, 614, 609, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 130, 628, 626, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 99, 527, 567, 0, 0, 0, 0, 99, 527 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 131, 631, 582, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 123, 614, 565, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 122, 614, 511, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 131, 631, 678, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 131, 631, 728, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 123, 614, 655, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ps.po, 72, 333, 367, 0, 0, 7, 56, 79, 389 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 130, 628, 587, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 120, 613, 644, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 120, 613, 577, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 123, 614, 690, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 103, 530, 538, 0, 0, 0, 0, 103, 530 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 122, 614, 657, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 123, 614, 531, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/nds.po, 54, 104, 96, 0, 0, 68, 556, 122, 660 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 131, 631, 608, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 95, 372, 333, 16, 197, 9, 82, 120, 651 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 120, 613, 513, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 123, 614, 477, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 119, 550, 599, 0, 0, 0, 0, 119, 550 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 35, 62, 63, 0, 0, 96, 569, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 29, 146, 167, 0, 0, 93, 513, 122, 659 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 130, 628, 525, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 130, 628, 515, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/lo.po, 123, 614, 182, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.po, 125, 576, 441, 0, 0, 0, 0, 125, 576 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 92, 398, 415, 0, 0, 7, 128, 99, 526 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 130, 628, 460, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 120, 613, 502, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 119, 550, 193, 0, 0, 0, 0, 119, 550 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 122, 614, 472, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 120, 651, 503, 0, 0, 0, 0, 120, 651 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 129, 627, 190, 0, 0, 1, 1, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 130, 628, 616, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 122, 614, 566, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 131, 631, 600, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 131, 631, 522, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 131, 631, 576, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 123, 614, 672, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 123, 614, 608, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 123, 614, 591, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 130, 628, 726, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 76, 238, 325, 32, 244, 12, 73, 120, 555 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 131, 631, 683, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 131, 631, 733, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 130, 628, 436, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 130, 628, 611, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 131, 631, 532, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 122, 614, 438, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 131, 631, 732, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 131, 631, 595, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 130, 628, 641, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 114, 592, 593, 6, 59, 0, 0, 120, 651 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 131, 631, 683, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 59, 304, 183, 0, 0, 0, 0, 59, 304 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 131, 631, 631, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 122, 614, 559, 0, 0, 0, 0, 122, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 130, 628, 596, 0, 0, 0, 0, 130, 628 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 123, 614, 692, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 131, 631, 712, 0, 0, 0, 0, 131, 631 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 120, 613, 578, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 120, 613, 602, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 120, 651, 671, 0, 0, 0, 0, 120, 651 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 123, 614, 561, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 90, 412, 381, 0, 0, 9, 115, 99, 527 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 123, 614, 502, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 118, 538, 574, 0, 0, 1, 12, 119, 550 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 120, 613, 581, 0, 0, 0, 0, 120, 613 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 119, 530, 502, 0, 0, 4, 84, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 123, 614, 667, 0, 0, 0, 0, 123, 614 -cheese-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 123, 614, 603, 0, 0, 0, 0, 123, 614 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -chkconfig-1.11-5.fc31.src.rpm.stats.csv, po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/tr.po, 49, 313, 288, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/template.pot, 0, 0, 0, 0, 0, 49, 313, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/sv.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/sr.po, 49, 313, 315, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/sl.po, 13, 14, 15, 19, 59, 14, 235, 46, 308 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/sk.po, 47, 329, 354, 0, 0, 0, 0, 47, 329 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/ru.po, 49, 313, 292, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 49, 313, 390, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/pt.po, 11, 13, 18, 9, 31, 26, 264, 46, 308 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/pl.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/oc.po, 44, 184, 251, 2, 124, 0, 0, 46, 308 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/nl.po, 49, 313, 333, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/nb.po, 20, 30, 29, 0, 0, 27, 299, 47, 329 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/ko.po, 46, 331, 325, 0, 0, 0, 0, 46, 331 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/it.po, 47, 329, 388, 0, 0, 0, 0, 47, 329 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/id.po, 49, 313, 314, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/hu.po, 49, 313, 306, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/hr.po, 49, 313, 301, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/gl.po, 47, 329, 418, 0, 0, 0, 0, 47, 329 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/gd.po, 46, 331, 444, 0, 0, 0, 0, 46, 331 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/fr.po, 46, 331, 436, 0, 0, 0, 0, 46, 331 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/fi.po, 38, 139, 121, 3, 61, 8, 113, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/et.po, 40, 162, 164, 0, 0, 9, 151, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/es.po, 49, 313, 394, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/el.po, 28, 109, 135, 2, 32, 16, 167, 46, 308 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/de.po, 49, 313, 331, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/da.po, 49, 313, 312, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/cs.po, 49, 313, 317, 0, 0, 0, 0, 49, 313 -chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv, po/ca.po, 46, 331, 412, 0, 0, 0, 0, 46, 331 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ro.po, 514, 2335, 2272, 95, 459, 66, 263, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 669, 3022, 3468, 0, 0, 0, 0, 669, 3022 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ast.gmo, 515, 2319, 2411, 0, 0, 0, 0, 515, 2319 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/eo.po, 287, 983, 904, 71, 295, 317, 1779, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pt.gmo, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/az_IR.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sl.po, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/yi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ml.gmo, 124, 296, 240, 0, 0, 0, 0, 124, 296 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sv.po, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ar.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/it.gmo, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ps.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/de.gmo, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ug.gmo, 153, 372, 339, 0, 0, 0, 0, 153, 372 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/clutter-1.0.pot, 0, 0, 0, 0, 0, 675, 3057, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/it.po, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/bg.po, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ko.gmo, 16, 50, 41, 0, 0, 0, 0, 16, 50 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ca.po, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sr.po, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/lv.po, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pt.po, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sk.gmo, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/en_GB.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/kk.gmo, 67, 113, 119, 0, 0, 0, 0, 67, 113 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/an.gmo, 672, 3030, 3299, 0, 0, 0, 0, 672, 3030 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sr@latin.po, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/kk.po, 67, 113, 119, 0, 0, 608, 2944, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/cs.gmo, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ro.gmo, 514, 2335, 2272, 0, 0, 0, 0, 514, 2335 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/nl.gmo, 439, 1893, 1867, 0, 0, 0, 0, 439, 1893 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fa.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/lt.gmo, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/bs.gmo, 672, 3030, 2656, 0, 0, 0, 0, 672, 3030 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ps.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ca.gmo, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/lt.po, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/kn.po, 304, 928, 732, 32, 169, 339, 1960, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/mk.po, 521, 2366, 2379, 93, 447, 61, 244, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/es.gmo, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/gl.po, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/km.gmo, 527, 2389, 733, 0, 0, 0, 0, 527, 2389 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fr.po, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/or.po, 307, 945, 838, 62, 251, 306, 1861, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/an.po, 672, 3030, 3299, 3, 27, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/tr.po, 527, 2223, 1743, 35, 202, 113, 632, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fa.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/hr.po, 17, 58, 62, 1, 3, 657, 2996, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/zh_HK.po, 669, 3022, 919, 3, 27, 3, 8, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/da.gmo, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/de.po, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/id.po, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/el.gmo, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/az_IR.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fur.po, 174, 587, 622, 0, 0, 501, 2470, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/mk.gmo, 521, 2366, 2379, 0, 0, 0, 0, 521, 2366 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/be.po, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/eu.gmo, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 669, 3022, 919, 0, 0, 0, 0, 669, 3022 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/hi.gmo, 653, 2947, 2999, 0, 0, 0, 0, 653, 2947 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pt_BR.po, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fur.gmo, 174, 587, 622, 0, 0, 0, 0, 174, 587 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ja.po, 653, 2947, 743, 14, 85, 8, 25, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/te.gmo, 653, 2947, 2268, 0, 0, 0, 0, 653, 2947 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ru.po, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/be.gmo, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fi.po, 44, 122, 91, 6, 34, 625, 2901, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/nl.po, 439, 1893, 1867, 128, 624, 108, 540, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pa.po, 66, 142, 142, 15, 51, 594, 2864, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/he.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ar.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/eu.po, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pl.gmo, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fi.gmo, 44, 122, 91, 0, 0, 0, 0, 44, 122 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ca@valencia.po, 669, 3022, 3468, 3, 27, 3, 8, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pl.po, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/hr.gmo, 17, 58, 62, 0, 0, 0, 0, 17, 58 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/nb.gmo, 351, 1069, 849, 0, 0, 0, 0, 351, 1069 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ast.po, 515, 2319, 2411, 93, 441, 67, 297, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/pa.gmo, 66, 142, 142, 0, 0, 0, 0, 66, 142 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/as.gmo, 669, 3022, 2472, 0, 0, 0, 0, 669, 3022 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ru.gmo, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/yi.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ml.po, 124, 296, 240, 3, 15, 548, 2746, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/hu.gmo, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/bs.po, 672, 3030, 2656, 3, 27, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/zh_CN.po, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/gl.gmo, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/oc.po, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/cs.po, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/lv.gmo, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/as.po, 669, 3022, 2472, 3, 27, 3, 8, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ur.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/tr.gmo, 527, 2223, 1743, 0, 0, 0, 0, 527, 2223 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sl.gmo, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sk.po, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/te.po, 653, 2947, 2268, 14, 85, 8, 25, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/eo.gmo, 287, 983, 904, 0, 0, 0, 0, 287, 983 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/hi.po, 653, 2947, 2999, 14, 85, 8, 25, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/zh_TW.po, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ko.po, 16, 50, 41, 0, 0, 659, 3007, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/id.gmo, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ug.po, 153, 372, 339, 1, 2, 521, 2683, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/hu.po, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/da.po, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/uk.gmo, 672, 3030, 2651, 0, 0, 0, 0, 672, 3030 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/or.gmo, 307, 945, 838, 0, 0, 0, 0, 307, 945 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ta.gmo, 515, 2319, 1645, 0, 0, 0, 0, 515, 2319 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/es.po, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/oc.gmo, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/he.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/nb.po, 351, 1069, 849, 19, 110, 305, 1878, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sv.gmo, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/el.po, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ja.gmo, 653, 2947, 743, 0, 0, 0, 0, 653, 2947 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/fr.gmo, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/en_GB.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/kn.gmo, 304, 928, 732, 0, 0, 0, 0, 304, 928 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/sr.gmo, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/bg.gmo, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/km.po, 527, 2389, 733, 88, 428, 60, 240, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/ta.po, 515, 2319, 1645, 93, 441, 67, 297, 675, 3057 -clutter-1.26.2-9.fc31.src.rpm.stats.csv, po/uk.po, 672, 3030, 2651, 3, 27, 0, 0, 675, 3057 -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, po/cluttergtk-1.0.pot, 0, 0, 0, 0, 0, 1, 5, 1, 5 -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 1, 5, 3, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, po/ja.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, po/pl.gmo, 1, 5, 5, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, po/pl.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv, po/ja.gmo, 1, 5, 4, 0, 0, 0, 0, 1, 5 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ne.po, 37, 161, 170, 22, 61, 21, 171, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ro.po, 80, 393, 454, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 80, 393, 552, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ast.gmo, 4, 15, 21, 0, 0, 0, 0, 4, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/eo.po, 7, 15, 17, 0, 0, 66, 340, 73, 355 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pt.gmo, 80, 393, 464, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sl.po, 76, 378, 358, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ml.gmo, 13, 37, 36, 0, 0, 0, 0, 13, 37 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/en_CA.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sv.po, 80, 393, 340, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ar.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/it.gmo, 76, 378, 455, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/de.gmo, 76, 378, 323, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ug.gmo, 69, 295, 332, 0, 0, 0, 0, 69, 295 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/it.po, 76, 378, 455, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/bg.po, 80, 393, 589, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ko.gmo, 80, 393, 353, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ca.po, 76, 378, 523, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sr.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/th.gmo, 80, 393, 144, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/lv.po, 80, 393, 344, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pt.po, 80, 393, 464, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sk.gmo, 80, 393, 436, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/an.gmo, 80, 393, 501, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/cs.gmo, 80, 393, 414, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ro.gmo, 80, 393, 454, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/nl.gmo, 80, 393, 349, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/fa.po, 4, 15, 18, 0, 0, 71, 346, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/lt.gmo, 80, 393, 345, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/bs.gmo, 76, 378, 382, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ca.gmo, 76, 378, 523, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/th.po, 80, 393, 144, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/lt.po, 80, 393, 345, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/kn.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/es.gmo, 80, 393, 530, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/gl.po, 77, 370, 496, 0, 0, 0, 0, 77, 370 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/km.gmo, 71, 320, 136, 0, 0, 0, 0, 71, 320 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/fr.po, 80, 393, 531, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/or.po, 4, 15, 19, 0, 0, 71, 346, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/an.po, 80, 393, 501, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/tr.po, 80, 393, 374, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/fa.gmo, 4, 15, 18, 0, 0, 0, 0, 4, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/hr.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/da.gmo, 76, 378, 319, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/de.po, 76, 378, 323, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/id.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/el.gmo, 80, 393, 410, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/fur.po, 80, 393, 530, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/be.po, 80, 393, 361, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/eu.gmo, 80, 393, 369, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/hi.gmo, 76, 378, 510, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 80, 393, 515, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 80, 393, 515, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/fur.gmo, 80, 393, 530, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 80, 393, 164, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ja.po, 76, 378, 119, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/te.gmo, 76, 378, 349, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ru.po, 76, 378, 343, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/be.gmo, 80, 393, 361, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/nl.po, 80, 393, 349, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pa.po, 25, 62, 63, 0, 0, 51, 316, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/he.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ar.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/eu.po, 80, 393, 369, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pl.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/vi.po, 4, 15, 17, 0, 0, 71, 346, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 80, 393, 552, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/en_CA.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pl.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/hr.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/nb.gmo, 23, 85, 87, 0, 0, 0, 0, 23, 85 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ast.po, 4, 15, 21, 0, 0, 71, 346, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/pa.gmo, 25, 62, 63, 0, 0, 0, 0, 25, 62 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/as.gmo, 76, 378, 418, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ru.gmo, 76, 378, 343, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ml.po, 13, 37, 36, 28, 78, 39, 278, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/hu.gmo, 76, 378, 339, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/vi.gmo, 4, 15, 17, 0, 0, 0, 0, 4, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/bs.po, 76, 378, 382, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 80, 393, 164, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/gl.gmo, 77, 370, 496, 0, 0, 0, 0, 77, 370 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/oc.po, 80, 393, 535, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/cs.po, 80, 393, 414, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/lv.gmo, 80, 393, 344, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/as.po, 76, 378, 418, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ne.gmo, 37, 161, 170, 0, 0, 0, 0, 37, 161 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/tr.gmo, 80, 393, 374, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sl.gmo, 76, 378, 358, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sk.po, 80, 393, 436, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/te.po, 76, 378, 349, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/eo.gmo, 7, 15, 17, 0, 0, 0, 0, 7, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/hi.po, 76, 378, 510, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ko.po, 80, 393, 353, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/id.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ug.po, 69, 295, 332, 0, 0, 11, 98, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/hu.po, 76, 378, 339, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/da.po, 76, 378, 319, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/uk.gmo, 80, 393, 360, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/or.gmo, 4, 15, 19, 0, 0, 0, 0, 4, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ta.gmo, 76, 378, 346, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/es.po, 80, 393, 530, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/oc.gmo, 80, 393, 535, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/cogl.pot, 0, 0, 0, 0, 0, 80, 393, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/he.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/nb.po, 23, 85, 87, 0, 0, 57, 308, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sv.gmo, 80, 393, 340, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/el.po, 80, 393, 410, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ja.gmo, 76, 378, 119, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/fr.gmo, 80, 393, 531, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/en_GB.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/kn.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/sr.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/bg.gmo, 80, 393, 589, 0, 0, 0, 0, 80, 393 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/km.po, 71, 320, 136, 4, 41, 0, 0, 75, 361 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/ta.po, 76, 378, 346, 0, 0, 0, 0, 76, 378 -cogl-1.22.4-2.fc31.src.rpm.stats.csv, po/uk.po, 80, 393, 360, 0, 0, 0, 0, 80, 393 -colord-1.4.4-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -colord-1.4.4-2.fc31.src.rpm.stats.csv, po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -colord-gtk-0.2.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -colord-gtk-0.2.0-2.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 -cpio-2.12-12.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cpio-2.12-12.fc31.src.rpm.stats.csv, po/zh_CN.po, 162, 1101, 403, 45, 211, 106, 590, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/cpio.pot, 0, 0, 0, 0, 0, 313, 1902, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/sv.po, 293, 1795, 1770, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/sr.po, 293, 1795, 1866, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/tr.po, 293, 1795, 1606, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/it.po, 293, 1795, 2020, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/nl.po, 293, 1795, 1808, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/uk.po, 293, 1795, 1786, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/ja.po, 293, 1795, 846, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/pt_BR.po, 38, 197, 244, 52, 272, 223, 1433, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/ga.po, 162, 1101, 1453, 45, 211, 106, 590, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 178, 899, 458, 0, 0, 0, 0, 178, 899 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/ru.po, 293, 1795, 1785, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/pl.po, 293, 1795, 1800, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/vi.po, 293, 1795, 2633, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/ro.po, 38, 197, 235, 52, 272, 223, 1433, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/fi.po, 293, 1795, 1472, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/id.po, 293, 1795, 1804, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/gl.po, 125, 567, 722, 9, 43, 179, 1292, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/ko.po, 33, 174, 159, 57, 295, 223, 1433, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/hr.po, 293, 1795, 1754, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/hu.po, 293, 1795, 1799, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/fr.po, 293, 1795, 2158, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/de.po, 293, 1795, 1765, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/zh_TW.po, 178, 899, 458, 39, 240, 96, 763, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/da.po, 293, 1795, 1722, 15, 86, 5, 21, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/es.po, 267, 1598, 1983, 15, 86, 31, 218, 313, 1902 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/ko.gmo, 33, 174, 159, 0, 0, 0, 0, 33, 174 -cpio-2.12-12.fc31.src.rpm.stats.csv, po/gl.gmo, 125, 567, 722, 0, 0, 0, 0, 125, 567 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/cs.po, 15, 93, 74, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ko.po, 15, 93, 64, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/te.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ru.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pt_BR.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/or.po, 15, 93, 88, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/fi.po, 15, 93, 51, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/gu.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ja.po, 15, 93, 15, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 15, 93, 96, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/es.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/de.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/de.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/sl_SI.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ko.gmo, 15, 93, 64, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ml.gmo, 15, 93, 52, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/bn_IN.po, 15, 93, 96, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pl.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/sk.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/hu.gmo, 15, 93, 65, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/zh_TW.po, 15, 93, 17, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/nl.po, 15, 93, 93, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ja.gmo, 15, 93, 15, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pt.po, 15, 93, 103, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/fi.gmo, 15, 93, 51, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/mr.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/kn.po, 15, 93, 68, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/hi.po, 15, 93, 105, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/gu.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/as.gmo, 15, 93, 82, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/sk.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pa.gmo, 15, 93, 97, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/it.gmo, 15, 93, 84, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ta.gmo, 15, 93, 72, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/fr.gmo, 15, 93, 87, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ml.po, 15, 93, 52, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/cracklib.pot, 0, 0, 0, 0, 0, 16, 96, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/lt.gmo, 15, 93, 77, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/hi.gmo, 15, 93, 105, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/nb.po, 15, 93, 85, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/it.po, 15, 93, 84, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pl.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/es.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/el.gmo, 15, 93, 67, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/cs.gmo, 15, 93, 74, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 15, 93, 1, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/or.gmo, 15, 93, 88, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/el.po, 15, 93, 67, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/sl_SI.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/uk.gmo, 15, 93, 78, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ru.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/te.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/tr.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/ta.po, 15, 93, 72, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pa.po, 15, 93, 97, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/as.po, 15, 93, 82, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/uk.po, 15, 93, 78, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/hu.po, 15, 93, 65, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/nl.gmo, 15, 93, 93, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/mr.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/lt.po, 15, 93, 77, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/nb.gmo, 15, 93, 85, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/da.gmo, 15, 93, 90, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/fr.po, 15, 93, 87, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 15, 93, 17, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/da.po, 15, 93, 90, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/pt.gmo, 15, 93, 103, 0, 0, 0, 0, 15, 93 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/zh_CN.po, 15, 93, 1, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/tr.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -cracklib-2.9.6-21.fc31.src.rpm.stats.csv, po/kn.gmo, 15, 93, 68, 0, 0, 0, 0, 15, 93 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/sv.po, 665, 4420, 4221, 83, 549, 46, 405, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 146, 912, 888, 0, 0, 0, 0, 146, 912 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/nl.po, 146, 912, 923, 419, 2743, 229, 1719, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/cryptsetup.pot, 0, 0, 0, 0, 0, 794, 5374, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/fr.po, 794, 5374, 7214, 0, 0, 0, 0, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/vi.gmo, 146, 912, 1351, 0, 0, 0, 0, 146, 912 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/fi.gmo, 139, 873, 624, 0, 0, 0, 0, 139, 873 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/ru.po, 794, 5374, 5268, 0, 0, 0, 0, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/pl.po, 794, 5374, 5615, 0, 0, 0, 0, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 413, 2525, 969, 233, 1652, 148, 1197, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/nl.gmo, 146, 912, 923, 0, 0, 0, 0, 146, 912 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/es.po, 794, 5374, 7669, 0, 0, 0, 0, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/cs.po, 794, 5374, 5444, 0, 0, 0, 0, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/da.po, 665, 4420, 4013, 83, 549, 46, 405, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/fi.po, 139, 873, 624, 416, 2715, 239, 1786, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 665, 4420, 5660, 83, 549, 46, 405, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/id.gmo, 60, 340, 343, 0, 0, 0, 0, 60, 340 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/uk.po, 794, 5374, 5935, 0, 0, 0, 0, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/id.po, 60, 340, 343, 279, 1733, 455, 3301, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/de.po, 794, 5374, 5534, 0, 0, 0, 0, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/sr.po, 146, 912, 888, 404, 2646, 244, 1816, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/vi.po, 146, 912, 1351, 418, 2737, 230, 1725, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/it.po, 665, 4420, 5329, 83, 549, 46, 405, 794, 5374 -cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv, po/ja.po, 794, 5374, 2166, 0, 0, 0, 0, 794, 5374 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/zh_TW.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/pl.po, 22, 149, 132, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/hu.po, 22, 149, 98, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/nl.po, 22, 149, 164, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/id.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/cs.po, 22, 149, 129, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/sl.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/sv.po, 22, 149, 166, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/pt.po, 22, 149, 153, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/hr.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/zh_CN.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/ka.po, 16, 90, 59, 0, 0, 6, 59, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/uk.po, 22, 149, 159, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/gl.po, 22, 149, 152, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/fr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/sk.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/sr.po, 22, 149, 133, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/ru.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/en_GB.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/lv.po, 22, 149, 118, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/eo.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/it.po, 22, 149, 204, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/ca.po, 22, 149, 208, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/pt_BR.po, 22, 149, 154, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/fi.po, 7, 30, 29, 0, 0, 15, 119, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/es.po, 22, 149, 185, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/ko.po, 22, 149, 101, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/en.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/kk.po, 20, 136, 112, 0, 0, 2, 13, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/oc.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/ja.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/ia.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/da.po, 22, 149, 156, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/de.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/eu.po, 22, 149, 131, 0, 0, 0, 0, 22, 149 -cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv, po/tr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -diffutils-3.7-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/de.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ru.gmo, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/bg.gmo, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/sr.gmo, 263, 1839, 1747, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/da.po, 263, 1839, 1794, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/pt.gmo, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ru.po, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/fr.po, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ja.gmo, 204, 1495, 748, 0, 0, 0, 0, 204, 1495 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/cs.gmo, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/vi.gmo, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/uk.po, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/pl.gmo, 263, 1839, 1828, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/el.gmo, 263, 1839, 2017, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/nb.gmo, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/es.gmo, 232, 1668, 2009, 0, 0, 0, 0, 232, 1668 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ca.po, 84, 415, 537, 125, 1085, 57, 386, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/id.po, 232, 1668, 1635, 23, 164, 11, 54, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/it.po, 247, 1735, 1962, 14, 138, 5, 13, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/uk.gmo, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/diffutils.pot, 0, 0, 0, 0, 0, 266, 1886, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/sr.po, 263, 1839, 1747, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/sv.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/nl.po, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ms.po, 121, 630, 641, 134, 1104, 11, 152, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/hr.po, 151, 724, 741, 19, 123, 96, 1039, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/vi.po, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/eo.gmo, 263, 1839, 1776, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/pt.po, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/gl.gmo, 110, 554, 655, 0, 0, 0, 0, 110, 554 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/he.po, 73, 318, 351, 129, 1094, 64, 474, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/hu.po, 263, 1839, 1839, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/nb.po, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/sv.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 85, 421, 250, 124, 1079, 57, 386, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ro.po, 72, 315, 341, 130, 1097, 64, 474, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/it.gmo, 247, 1735, 1962, 0, 0, 0, 0, 247, 1735 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ms.gmo, 121, 630, 641, 0, 0, 0, 0, 121, 630 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ga.po, 84, 415, 450, 125, 1085, 57, 386, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/fi.gmo, 143, 788, 691, 0, 0, 0, 0, 143, 788 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/fi.po, 143, 788, 691, 101, 884, 22, 214, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/el.po, 263, 1839, 2017, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/da.gmo, 263, 1839, 1794, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/tr.gmo, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/id.gmo, 232, 1668, 1635, 0, 0, 0, 0, 232, 1668 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/pl.po, 263, 1839, 1828, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/cs.po, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/de.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/es.po, 232, 1668, 2009, 23, 164, 11, 54, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/ja.po, 204, 1495, 748, 50, 332, 12, 59, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/hr.gmo, 151, 724, 741, 0, 0, 0, 0, 151, 724 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/eo.po, 263, 1839, 1776, 3, 47, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/hu.gmo, 263, 1839, 1839, 0, 0, 0, 0, 263, 1839 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 85, 421, 250, 0, 0, 0, 0, 85, 421 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/fr.gmo, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/bg.po, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/nl.gmo, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/lv.gmo, 232, 1668, 1554, 0, 0, 0, 0, 232, 1668 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/lv.po, 232, 1668, 1554, 23, 164, 11, 54, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/tr.po, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -diffutils-3.7-3.fc31.src.rpm.stats.csv, po/gl.po, 110, 554, 655, 129, 1085, 27, 247, 266, 1886 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 675, 3318, 1174, 0, 0, 78, 413, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 664, 3274, 1291, 3, 52, 86, 405, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/uk.po, 752, 3726, 3877, 0, 0, 1, 5, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/tr.po, 559, 2344, 2179, 0, 0, 194, 1387, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/th.po, 57, 195, 138, 0, 0, 696, 3536, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/sv.po, 743, 3662, 3582, 0, 0, 10, 69, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 134, 476, 490, 1, 5, 335, 1267, 470, 1748 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/sr.po, 429, 1715, 1804, 0, 0, 324, 2016, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/sq.po, 20, 91, 103, 0, 0, 733, 3640, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/sk.po, 176, 636, 659, 1, 2, 576, 3093, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ru.po, 717, 3493, 3418, 0, 0, 36, 238, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 681, 3336, 3696, 1, 6, 71, 389, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/pt.po, 440, 1917, 2176, 23, 140, 290, 1674, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/pl.po, 752, 3726, 3795, 0, 0, 1, 5, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/pa.po, 540, 1899, 2463, 0, 0, 213, 1832, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/nl.po, 752, 3726, 3783, 0, 0, 1, 5, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/nb.po, 92, 294, 330, 0, 0, 661, 3437, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ms.po, 8, 22, 22, 0, 0, 745, 3709, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/mr.po, 63, 157, 181, 0, 0, 690, 3574, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ml.po, 16, 50, 57, 1, 4, 736, 3677, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/lt.po, 218, 711, 659, 1, 2, 534, 3018, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ko.po, 400, 2221, 1971, 3, 29, 350, 1481, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/kk.po, 135, 326, 316, 1, 2, 617, 3403, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ka.po, 105, 221, 214, 1, 2, 647, 3508, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ja.po, 667, 3284, 1369, 0, 0, 86, 447, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/it.po, 620, 3061, 3568, 0, 0, 133, 670, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/id.po, 217, 640, 669, 1, 2, 535, 3089, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/hu.po, 752, 3726, 3688, 0, 0, 1, 5, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/he.po, 45, 93, 103, 0, 0, 708, 3638, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/gu.po, 78, 176, 224, 0, 0, 675, 3555, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/gd.po, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/fur.po, 549, 2546, 3156, 2, 8, 202, 1177, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/fr.po, 752, 3726, 4723, 0, 0, 1, 5, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/fil.po, 144, 513, 665, 0, 0, 609, 3218, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/fi.po, 339, 1142, 1035, 0, 0, 414, 2589, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/fa.po, 11, 16, 34, 0, 0, 742, 3715, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/eu.po, 331, 1131, 1111, 0, 0, 422, 2600, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/es.po, 742, 3652, 4327, 0, 0, 11, 79, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/eo.po, 537, 2091, 2049, 0, 0, 216, 1640, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/en_GB.po, 332, 1376, 1376, 0, 0, 421, 2355, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/el.po, 5, 5, 6, 0, 0, 748, 3726, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/dnf.pot, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/de.po, 670, 3279, 3280, 0, 0, 83, 452, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/da.po, 748, 3700, 3566, 0, 0, 5, 31, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/cs.po, 616, 2878, 2813, 0, 0, 137, 853, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ca.po, 616, 2829, 3686, 0, 0, 137, 902, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/bg.po, 381, 1643, 1769, 0, 0, 372, 2088, 753, 3731 -dnf-4.2.9-5.fc31.src.rpm.stats.csv, po/ar.po, 21, 80, 71, 0, 0, 732, 3651, 753, 3731 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 147, 953, 344, 0, 0, 42, 241, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 136, 770, 299, 0, 0, 53, 424, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/uk.po, 188, 1180, 1203, 0, 0, 1, 14, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/tr.po, 65, 347, 307, 0, 0, 124, 847, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/sv.po, 188, 1180, 1091, 0, 0, 1, 14, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/sr.po, 50, 237, 240, 0, 0, 139, 957, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/sq.po, 2, 10, 9, 0, 0, 187, 1184, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/ru.po, 188, 1180, 1136, 0, 0, 1, 14, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 133, 746, 845, 0, 0, 56, 448, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/pl.po, 188, 1180, 1162, 0, 0, 1, 14, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/pa.po, 26, 103, 130, 0, 0, 163, 1091, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/ko.po, 116, 652, 594, 0, 0, 73, 542, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/ja.po, 136, 770, 326, 0, 0, 53, 424, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/it.po, 131, 726, 866, 1, 13, 57, 455, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/id.po, 38, 219, 229, 0, 0, 151, 975, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/hu.po, 188, 1180, 1132, 0, 0, 1, 14, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/fur.po, 183, 1150, 1415, 0, 0, 6, 44, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/fr.po, 188, 1180, 1418, 0, 0, 1, 14, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/fi.po, 40, 164, 139, 0, 0, 149, 1030, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/eu.po, 5, 5, 5, 0, 0, 184, 1189, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/es.po, 184, 1133, 1287, 0, 0, 5, 61, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/dnf-plugins-core.pot, 0, 0, 0, 0, 0, 189, 1194, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/de.po, 131, 729, 734, 0, 0, 58, 465, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/da.po, 188, 1180, 1089, 0, 0, 1, 14, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/cs.po, 127, 708, 676, 0, 0, 62, 486, 189, 1194 -dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv, po/ca.po, 119, 673, 851, 0, 0, 70, 521, 189, 1194 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/de.po, 501, 2918, 2721, 0, 0, 0, 0, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/fr.po, 400, 2284, 3028, 46, 285, 55, 349, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/id.po, 132, 745, 738, 153, 858, 216, 1315, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/es.po, 253, 1430, 1605, 186, 1101, 62, 387, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/ro.po, 134, 757, 775, 152, 856, 215, 1305, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/pt_BR.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/no.po, 134, 757, 754, 152, 856, 215, 1305, 501, 2918 -dnsmasq-2.80-10.fc31.src.rpm.stats.csv, po/pl.po, 484, 2805, 3128, 11, 70, 6, 43, 501, 2918 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/zh_CN.po, 292, 4132, 900, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/uk.po, 280, 3838, 3963, 3, 18, 9, 276, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/sv.po, 292, 4132, 3629, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/pt_BR.po, 292, 4132, 4495, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/pl.po, 292, 4132, 3748, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/nl.po, 257, 3253, 2975, 9, 92, 26, 787, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/fr.po, 292, 4132, 4593, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/es.po, 237, 2897, 3205, 13, 195, 42, 1040, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/dos2unix-man.pot, 0, 0, 0, 0, 0, 292, 4132, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po-man/de.po, 292, 4132, 3876, 0, 0, 0, 0, 292, 4132 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/zh_TW.po, 73, 649, 403, 31, 266, 21, 123, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/zh_CN.po, 125, 1038, 567, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/vi.po, 124, 928, 1291, 0, 0, 1, 110, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/uk.po, 120, 993, 1099, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/sv.po, 125, 1038, 960, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/sr.po, 120, 993, 969, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/ru.po, 125, 1038, 1029, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/pt_BR.po, 125, 1038, 1228, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/pl.po, 125, 1038, 997, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/nl.po, 119, 883, 851, 0, 0, 6, 155, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/nb.po, 125, 1038, 926, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/ja.po, 120, 993, 691, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/hu.po, 120, 993, 947, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/fr.po, 125, 1038, 1225, 0, 0, 0, 0, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/es.po, 116, 938, 1118, 4, 55, 5, 45, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/eo.po, 114, 815, 740, 5, 68, 6, 155, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/dos2unix.pot, 0, 0, 0, 0, 0, 125, 1038, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/de.po, 120, 993, 987, 0, 0, 5, 45, 125, 1038 -dos2unix-7.4.0-8.fc31.src.rpm.stats.csv, po/da.po, 120, 993, 864, 0, 0, 5, 45, 125, 1038 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 1499, 9697, 3127, 49, 444, 18, 119, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 1499, 9697, 3127, 0, 0, 0, 0, 1499, 9697 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/vi.po, 1547, 10128, 14506, 13, 85, 6, 47, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/vi.gmo, 1547, 10128, 14506, 0, 0, 0, 0, 1547, 10128 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/uk.po, 1579, 10359, 11319, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/uk.gmo, 1579, 10359, 11319, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/tr.po, 672, 3766, 3843, 424, 2918, 470, 3576, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/tr.gmo, 672, 3766, 3843, 0, 0, 0, 0, 672, 3766 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/sv.po, 1579, 10359, 10081, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/sv.gmo, 1579, 10359, 10081, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/sr.po, 1516, 9796, 10467, 35, 360, 15, 104, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/sr.gmo, 1516, 9796, 10467, 0, 0, 0, 0, 1516, 9796 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/pt.po, 1579, 10359, 12086, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/pt.gmo, 1579, 10359, 12086, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/pl.po, 1579, 10359, 10619, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/pl.gmo, 1579, 10359, 10619, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/nl.po, 1498, 9349, 9806, 28, 437, 53, 573, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/nl.gmo, 1466, 9141, 9617, 0, 0, 0, 0, 1466, 9141 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/ms.po, 242, 975, 985, 643, 2979, 694, 6405, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/ms.gmo, 242, 975, 985, 0, 0, 0, 0, 242, 975 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/it.po, 607, 3115, 3631, 483, 3282, 476, 3863, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/it.gmo, 607, 3115, 3631, 0, 0, 0, 0, 607, 3115 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/id.po, 816, 4875, 4947, 358, 2583, 392, 2802, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/id.gmo, 816, 4875, 4947, 0, 0, 0, 0, 816, 4875 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/hu.po, 1516, 9796, 9661, 35, 360, 15, 104, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/hu.gmo, 1516, 9796, 9661, 0, 0, 0, 0, 1516, 9796 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/fr.po, 1564, 10240, 13359, 1, 4, 1, 16, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/fi.po, 241, 1074, 898, 106, 528, 1219, 8658, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/fi.gmo, 241, 1074, 898, 0, 0, 0, 0, 241, 1074 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/es.po, 1579, 10359, 14275, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/es.gmo, 1579, 10359, 14275, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/eo.po, 918, 5210, 5268, 152, 897, 496, 4153, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/eo.gmo, 918, 5210, 5268, 0, 0, 0, 0, 918, 5210 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/e2fsprogs.pot, 0, 0, 0, 0, 0, 1579, 10359, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/de.po, 1516, 9796, 10937, 35, 360, 15, 104, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/de.gmo, 1516, 9796, 10937, 0, 0, 0, 0, 1516, 9796 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/da.po, 1365, 8206, 8136, 1, 4, 200, 2050, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/da.gmo, 1365, 8206, 8136, 0, 0, 0, 0, 1365, 8206 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/cs.po, 1579, 10359, 10734, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/cs.gmo, 1579, 10359, 10734, 0, 0, 0, 0, 1579, 10359 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/ca.po, 1253, 7784, 11026, 186, 1409, 127, 1067, 1566, 10260 -e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv, po/ca.gmo, 1253, 7784, 11026, 0, 0, 0, 0, 1253, 7784 -elfutils-0.177-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/pl.po, 1125, 7486, 7859, 101, 853, 17, 153, 1243, 8492 -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/elfutils.pot, 0, 0, 0, 0, 0, 1243, 8492, 1243, 8492 -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/uk.po, 1085, 7158, 7796, 128, 1036, 30, 298, 1243, 8492 -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/ja.po, 513, 2958, 1529, 248, 1408, 482, 4126, 1243, 8492 -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/de.po, 226, 875, 847, 179, 892, 838, 6725, 1243, 8492 -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/en@quot.po, 1243, 8492, 8492, 0, 0, 0, 0, 1243, 8492 -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/es.po, 899, 5985, 7201, 242, 1677, 102, 830, 1243, 8492 -elfutils-0.177-1.fc31.src.rpm.stats.csv, po/en@boldquot.po, 1243, 8492, 8493, 0, 0, 0, 0, 1243, 8492 -eog-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 115, 1550, 373, 0, 0, 19, 39, 134, 1589 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 99, 327, 186, 134, 1203, 151, 3019, 384, 4549 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/uk/uk.po, 234, 3273, 2766, 0, 0, 0, 0, 234, 3273 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/th/th.po, 75, 763, 298, 0, 0, 159, 2504, 234, 3267 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/te/te.po, 38, 41, 45, 0, 0, 346, 4497, 384, 4538 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 394, 4784, 4383, 0, 0, 0, 0, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 430, 5061, 4248, 0, 0, 0, 0, 430, 5061 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 419, 4931, 4187, 0, 0, 11, 130, 430, 5061 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/ro/ro.po, 56, 256, 273, 0, 0, 360, 4620, 416, 4876 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 394, 4784, 5191, 0, 0, 0, 0, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 394, 4784, 3828, 0, 0, 0, 0, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/pa/pa.po, 174, 1453, 1506, 0, 0, 60, 1820, 234, 3273 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/oc/oc.po, 69, 162, 193, 0, 0, 165, 3107, 234, 3269 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/ne/ne.po, 19, 35, 42, 118, 415, 257, 4334, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/lv/lv.po, 398, 4739, 3657, 0, 0, 0, 0, 398, 4739 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 416, 4876, 3439, 0, 0, 0, 0, 416, 4876 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/ja/ja.po, 414, 4866, 885, 2, 10, 0, 0, 416, 4876 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/it/it.po, 234, 3273, 3350, 0, 0, 0, 0, 234, 3273 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 394, 4784, 3948, 0, 0, 0, 0, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 430, 5061, 5061, 0, 0, 0, 0, 430, 5061 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 396, 4699, 5219, 0, 0, 0, 0, 396, 4699 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 404, 4805, 3018, 2, 31, 10, 40, 416, 4876 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/eu/eu.po, 217, 3053, 2295, 0, 0, 0, 0, 217, 3053 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/es/es.po, 394, 4784, 5082, 0, 0, 0, 0, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/en_GB/en_GB.po, 234, 3273, 3285, 0, 0, 0, 0, 234, 3273 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/el/el.po, 416, 4876, 4841, 0, 0, 0, 0, 416, 4876 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/de/de.po, 394, 4784, 4566, 0, 0, 0, 0, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/da/da.po, 17, 60, 57, 40, 244, 337, 4480, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 394, 4784, 4219, 0, 0, 0, 0, 394, 4784 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 245, 3008, 3119, 100, 1269, 53, 462, 398, 4739 -eog-3.34.1-1.fc31.src.rpm.stats.csv, help/ar/ar.po, 228, 2853, 2290, 0, 0, 6, 420, 234, 3273 -eog-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/zu.po, 290, 1144, 961, 5, 40, 26, 416, 321, 1600 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 327, 1680, 457, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 339, 1746, 485, 0, 0, 0, 0, 339, 1746 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 324, 1675, 484, 0, 0, 0, 0, 324, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 293, 1140, 993, 7, 37, 20, 412, 320, 1589 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 190, 819, 1091, 0, 0, 0, 0, 190, 819 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 327, 1680, 2018, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/uz.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 324, 1672, 1459, 0, 0, 0, 0, 324, 1672 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 327, 1616, 1263, 0, 0, 0, 0, 327, 1616 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ts.po, 320, 1589, 1886, 0, 0, 0, 0, 320, 1589 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 327, 1680, 1366, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/tk.po, 60, 143, 139, 24, 79, 66, 335, 150, 557 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 323, 1675, 545, 0, 0, 0, 0, 323, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 292, 1559, 1578, 0, 0, 0, 0, 292, 1559 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 327, 1616, 1331, 0, 0, 0, 0, 327, 1616 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 327, 1616, 1334, 0, 0, 0, 0, 327, 1616 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 326, 1688, 1551, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 327, 1675, 1754, 0, 0, 0, 0, 327, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 327, 1680, 1758, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 282, 1223, 1354, 0, 0, 0, 0, 282, 1223 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 327, 1680, 1607, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 327, 1680, 1575, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 156, 349, 392, 0, 0, 75, 607, 231, 956 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 35, 36, 39, 108, 568, 35, 63, 178, 667 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 327, 1680, 1512, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 327, 1680, 1841, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 323, 1675, 1843, 0, 0, 0, 0, 323, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ps.po, 252, 750, 824, 0, 0, 26, 443, 278, 1193 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 326, 1688, 1568, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 326, 1674, 1767, 0, 0, 0, 0, 326, 1674 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 244, 1200, 1193, 53, 242, 7, 81, 304, 1523 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 316, 1606, 1796, 2, 8, 5, 63, 323, 1677 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/nso.po, 149, 554, 815, 2, 5, 7, 55, 158, 614 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 270, 1152, 1146, 0, 0, 0, 0, 270, 1152 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 326, 1688, 1633, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 230, 802, 797, 76, 431, 20, 455, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/nds.po, 143, 293, 274, 0, 0, 160, 1220, 303, 1513 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 327, 1675, 1537, 0, 0, 0, 0, 327, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/my.po, 126, 225, 222, 0, 0, 190, 1400, 316, 1625 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 141, 481, 460, 3, 41, 6, 35, 150, 557 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 339, 1746, 1605, 0, 0, 0, 0, 339, 1746 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 88, 324, 280, 30, 143, 32, 90, 150, 557 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 327, 1675, 1278, 0, 0, 0, 0, 327, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 323, 1607, 1700, 0, 0, 0, 0, 323, 1607 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 134, 316, 292, 0, 0, 192, 1372, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.po, 192, 821, 887, 0, 0, 0, 0, 192, 821 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 180, 676, 752, 0, 0, 105, 579, 285, 1255 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 326, 1688, 1435, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 326, 1688, 1445, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 180, 445, 479, 11, 51, 56, 502, 247, 998 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ks.po, 246, 953, 1020, 4, 16, 28, 224, 278, 1193 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 327, 1680, 1275, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 327, 1616, 1368, 0, 0, 0, 0, 327, 1616 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 324, 1603, 625, 2, 10, 1, 3, 327, 1616 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 327, 1680, 1392, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 187, 695, 598, 0, 0, 0, 0, 187, 695 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 326, 1688, 487, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 326, 1688, 1708, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 324, 1675, 1589, 0, 0, 0, 0, 324, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 326, 1688, 1608, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 326, 1688, 1445, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 326, 1688, 1589, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 327, 1616, 1857, 0, 0, 0, 0, 327, 1616 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 323, 1675, 1577, 0, 0, 0, 0, 323, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 326, 1615, 1689, 0, 0, 0, 0, 326, 1615 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 327, 1680, 1966, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 327, 1675, 2167, 0, 0, 0, 0, 327, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 190, 410, 506, 41, 172, 102, 1083, 333, 1665 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/fy.po, 119, 210, 218, 0, 0, 193, 1395, 312, 1605 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 326, 1688, 1926, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 327, 1680, 1255, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 326, 1688, 1790, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 326, 1688, 1371, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 288, 1502, 1215, 0, 0, 0, 0, 288, 1502 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 327, 1680, 1944, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 327, 1680, 1587, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 326, 1674, 1706, 0, 0, 0, 0, 326, 1674 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 323, 1607, 1610, 0, 0, 0, 0, 323, 1607 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 304, 1523, 1523, 0, 0, 0, 0, 304, 1523 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 326, 1688, 1769, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 270, 1152, 585, 0, 0, 0, 0, 270, 1152 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 326, 1688, 1663, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 326, 1688, 1561, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 187, 706, 807, 0, 0, 0, 0, 187, 706 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 326, 1688, 1571, 0, 0, 0, 0, 326, 1688 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 327, 1675, 1964, 0, 0, 0, 0, 327, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 327, 1680, 1975, 0, 0, 0, 0, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 288, 1502, 1472, 0, 0, 0, 0, 288, 1502 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/br.po, 183, 467, 555, 0, 0, 111, 973, 294, 1440 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 312, 1566, 1757, 0, 0, 0, 0, 312, 1566 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 305, 1527, 1615, 0, 0, 0, 0, 305, 1527 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 327, 1675, 1733, 0, 0, 0, 0, 327, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 285, 1255, 1103, 0, 0, 0, 0, 285, 1255 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 327, 1675, 1559, 0, 0, 0, 0, 327, 1675 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 87, 324, 297, 28, 141, 35, 92, 150, 557 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 320, 1589, 1753, 0, 0, 0, 0, 320, 1589 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 339, 1746, 1770, 0, 0, 0, 0, 339, 1746 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 323, 1539, 1491, 0, 0, 4, 141, 327, 1680 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 288, 1502, 1637, 0, 0, 0, 0, 288, 1502 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 30, 80, 68, 42, 94, 78, 383, 150, 557 -eog-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 318, 1404, 1393, 0, 0, 9, 271, 327, 1675 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 185, 2714, 2537, 0, 0, 0, 0, 185, 2714 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 51, 568, 471, 10, 69, 126, 1998, 187, 2635 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 179, 2570, 2618, 0, 0, 0, 0, 179, 2570 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 185, 2714, 1976, 0, 0, 0, 0, 185, 2714 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 179, 2570, 1846, 0, 0, 0, 0, 179, 2570 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 249, 2476, 2064, 0, 0, 0, 0, 249, 2476 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 91, 215, 224, 0, 0, 158, 2261, 249, 2476 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/fur/fur.po, 90, 1152, 1250, 0, 0, 95, 1562, 185, 2714 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 162, 2231, 2377, 0, 0, 0, 0, 162, 2231 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/es/es.po, 165, 2153, 2167, 7, 314, 4, 81, 176, 2548 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/el/el.po, 291, 3054, 3142, 0, 0, 0, 0, 291, 3054 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/de/de.po, 185, 2714, 2506, 0, 0, 0, 0, 185, 2714 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 179, 2570, 2028, 0, 0, 0, 0, 179, 2570 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 185, 2714, 2893, 0, 0, 0, 0, 185, 2714 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 717, 3876, 1088, 0, 0, 0, 0, 717, 3876 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 593, 2564, 827, 0, 0, 0, 0, 593, 2564 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 708, 3808, 1064, 0, 0, 0, 0, 708, 3808 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/yo.po, 479, 1553, 1795, 95, 276, 87, 533, 661, 2362 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 528, 1137, 1371, 0, 0, 237, 1595, 765, 2732 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 495, 1757, 2381, 0, 0, 0, 0, 495, 1757 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 539, 1807, 1653, 4, 17, 121, 1049, 664, 2873 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/uz.po, 681, 2405, 2215, 0, 0, 71, 599, 752, 3004 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 633, 3278, 2764, 0, 0, 0, 0, 633, 3278 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 570, 2461, 2118, 0, 0, 0, 0, 570, 2461 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 776, 4191, 3636, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/tk.po, 573, 1702, 1598, 0, 0, 207, 1080, 780, 2782 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 597, 2618, 969, 0, 0, 0, 0, 597, 2618 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 172, 265, 309, 6, 10, 399, 2219, 577, 2494 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 574, 2413, 2121, 0, 0, 0, 0, 574, 2413 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 570, 2461, 2259, 0, 0, 0, 0, 570, 2461 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 776, 4191, 3915, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 776, 4191, 4245, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 776, 4191, 4245, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 755, 3011, 3382, 0, 0, 0, 0, 755, 3011 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 776, 4191, 4001, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 613, 2652, 2594, 21, 122, 74, 996, 708, 3770 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 127, 197, 282, 0, 0, 756, 3864, 883, 4061 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 141, 251, 230, 588, 2753, 109, 216, 838, 3220 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 738, 4012, 3601, 0, 0, 0, 0, 738, 4012 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 776, 4191, 4403, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 776, 4191, 4709, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 652, 2826, 2953, 1, 3, 11, 44, 664, 2873 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ps.po, 219, 401, 412, 8, 12, 502, 2469, 729, 2882 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 776, 4191, 3812, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 609, 2013, 2217, 2, 54, 52, 804, 663, 2871 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 469, 1495, 1695, 40, 184, 79, 860, 588, 2539 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 701, 3593, 4087, 0, 0, 15, 180, 716, 3773 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 753, 3006, 2822, 0, 0, 0, 0, 753, 3006 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 776, 4191, 4213, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 353, 808, 868, 266, 1036, 157, 2347, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/nds.po, 468, 1047, 987, 15, 52, 257, 1954, 740, 3053 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 676, 3166, 3010, 1, 14, 35, 577, 712, 3757 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 467, 1537, 1438, 181, 669, 93, 867, 741, 3073 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 574, 2413, 2356, 0, 0, 0, 0, 574, 2413 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 758, 3054, 2643, 0, 0, 0, 0, 758, 3054 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 360, 988, 894, 150, 763, 187, 1848, 697, 3599 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 613, 2199, 2300, 0, 0, 0, 0, 613, 2199 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/mi.po, 98, 114, 166, 76, 122, 591, 2496, 765, 2732 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.po, 830, 3684, 4108, 12, 99, 1, 15, 843, 3798 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 657, 2530, 2728, 0, 0, 83, 501, 740, 3031 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 738, 4012, 3489, 0, 0, 0, 0, 738, 4012 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 776, 4191, 3537, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/li.po, 406, 1057, 1002, 223, 718, 136, 957, 765, 2732 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 433, 1078, 1126, 40, 165, 280, 1762, 753, 3005 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 776, 4191, 3318, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 574, 2413, 2097, 0, 0, 0, 0, 574, 2413 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 599, 2072, 991, 2, 35, 12, 92, 613, 2199 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 462, 1174, 1142, 0, 0, 255, 2702, 717, 3876 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 729, 3010, 2578, 0, 0, 2, 37, 731, 3047 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 686, 3068, 1062, 0, 0, 90, 1123, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 776, 4191, 4532, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 266, 518, 517, 28, 83, 301, 1988, 595, 2589 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ig.po, 536, 1949, 2038, 146, 511, 70, 544, 752, 3004 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 776, 4191, 3994, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/hy.po, 367, 1241, 1046, 0, 0, 385, 1760, 752, 3001 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 776, 4191, 3830, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 776, 4191, 3849, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 570, 2461, 2958, 0, 0, 0, 0, 570, 2461 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 578, 2810, 2649, 0, 0, 0, 0, 578, 2810 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/gv.po, 666, 2764, 3387, 44, 198, 21, 82, 731, 3044 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 499, 1423, 1645, 22, 167, 72, 974, 593, 2564 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 776, 4191, 4751, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 413, 1062, 1264, 32, 97, 133, 1336, 578, 2495 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 776, 4191, 4949, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 776, 4191, 5058, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 714, 3107, 2404, 5, 36, 57, 1048, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 664, 2873, 3187, 0, 0, 0, 0, 664, 2873 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 776, 4191, 3705, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 496, 1758, 1541, 0, 0, 0, 0, 496, 1758 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 776, 4191, 4746, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 662, 2828, 2638, 1, 3, 0, 0, 663, 2831 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 776, 4191, 4215, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 651, 2291, 2298, 0, 0, 0, 0, 651, 2291 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 692, 2644, 2645, 41, 408, 0, 0, 733, 3052 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 776, 4191, 4516, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 918, 4246, 2200, 0, 0, 0, 0, 918, 4246 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 545, 3394, 3327, 0, 0, 0, 0, 545, 3394 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 778, 4181, 3950, 0, 0, 0, 0, 778, 4181 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 844, 3788, 4130, 0, 0, 0, 0, 844, 3788 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 776, 4191, 4060, 0, 0, 0, 0, 776, 4191 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 696, 3589, 4224, 0, 0, 0, 0, 696, 3589 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 775, 4087, 4809, 0, 0, 3, 131, 778, 4218 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 596, 2615, 2505, 0, 0, 0, 0, 596, 2615 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/br.po, 574, 1751, 1984, 0, 0, 163, 1250, 737, 3001 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 643, 2291, 2660, 0, 0, 0, 0, 643, 2291 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 352, 1132, 1375, 101, 382, 142, 1075, 595, 2589 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 613, 2698, 2900, 2, 54, 3, 35, 618, 2787 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 918, 4246, 3748, 0, 0, 0, 0, 918, 4246 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 717, 3876, 3421, 0, 0, 0, 0, 717, 3876 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 780, 2782, 2711, 0, 0, 0, 0, 780, 2782 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 741, 3073, 3335, 0, 0, 0, 0, 741, 3073 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 594, 2592, 2854, 0, 0, 0, 0, 594, 2592 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 584, 2328, 2196, 0, 0, 32, 454, 616, 2782 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 495, 1757, 1920, 0, 0, 0, 0, 495, 1757 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 197, 288, 350, 251, 522, 317, 1922, 765, 2732 -epiphany-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 604, 1952, 1976, 0, 0, 144, 2088, 748, 4040 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 1442, 7607, 2643, 0, 0, 0, 0, 1442, 7607 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 1076, 5406, 1974, 0, 0, 0, 0, 1076, 5406 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 999, 4444, 1786, 176, 1505, 7, 108, 1182, 6057 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 956, 4657, 4632, 3, 19, 3, 16, 962, 4692 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 651, 866, 953, 554, 1199, 2928, 15005, 4133, 17070 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 1127, 5365, 7655, 0, 0, 36, 302, 1163, 5667 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 1074, 5398, 5219, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 1157, 5571, 5390, 0, 0, 6, 96, 1163, 5667 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 1434, 7640, 6394, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 1129, 5489, 2522, 0, 0, 12, 40, 1141, 5529 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 1, 1, 1, 0, 0, 1163, 5679, 1164, 5680 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 1104, 5314, 4640, 10, 79, 6, 70, 1120, 5463 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 1074, 5400, 4899, 0, 0, 0, 0, 1074, 5400 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 1434, 7640, 7217, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1263, 6683, 7068, 0, 0, 0, 0, 1263, 6683 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 1373, 6935, 7274, 21, 244, 49, 429, 1443, 7608 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 1042, 5021, 6248, 0, 0, 0, 0, 1042, 5021 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 1434, 7640, 8007, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 1238, 6321, 6617, 4, 33, 10, 80, 1252, 6434 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 113, 149, 203, 0, 0, 927, 4891, 1040, 5040 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 57, 68, 73, 702, 4191, 203, 433, 962, 4692 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 1147, 5716, 5689, 0, 0, 0, 0, 1147, 5716 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 1434, 7640, 8865, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 1434, 7640, 9167, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 1158, 5824, 6731, 0, 0, 0, 0, 1158, 5824 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 1434, 7640, 7794, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 808, 3479, 4177, 302, 1734, 332, 2394, 1442, 7607 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 1074, 5398, 5609, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 1449, 7493, 9115, 0, 0, 0, 0, 1449, 7493 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 1033, 4985, 4924, 0, 0, 1, 3, 1034, 4988 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 1434, 7640, 7581, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 703, 2797, 2973, 399, 2116, 150, 1521, 1252, 6434 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 1227, 6088, 6004, 0, 0, 26, 352, 1253, 6440 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 597, 3008, 3200, 211, 1120, 69, 376, 877, 4504 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 1074, 5396, 5486, 0, 0, 0, 0, 1074, 5396 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 202, 585, 581, 139, 737, 536, 3182, 877, 4504 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 699, 2924, 2671, 338, 1691, 215, 1819, 1252, 6434 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 1042, 5021, 5892, 0, 0, 0, 0, 1042, 5021 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 106, 157, 172, 0, 0, 935, 4937, 1041, 5094 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 1264, 6686, 6127, 0, 0, 0, 0, 1264, 6686 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 1434, 7640, 6689, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 3, 3, 5, 56, 67, 953, 4796, 1012, 4866 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 1434, 7640, 6668, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 1164, 5673, 5091, 0, 0, 0, 0, 1164, 5673 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 992, 4693, 2572, 0, 0, 0, 0, 992, 4693 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 532, 1636, 1596, 0, 0, 910, 5971, 1442, 7607 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 160, 295, 287, 519, 3000, 339, 1611, 1018, 4906 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 1023, 5039, 2210, 76, 388, 48, 289, 1147, 5716 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 1434, 7640, 8445, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 314, 766, 686, 46, 154, 737, 4502, 1097, 5422 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 1434, 7640, 7526, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 1434, 7640, 7331, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 887, 4051, 4136, 87, 584, 90, 479, 1064, 5114 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 1074, 5396, 6550, 0, 0, 0, 0, 1074, 5396 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 846, 3709, 3883, 0, 0, 117, 875, 963, 4584 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 1163, 5667, 6278, 0, 0, 0, 0, 1163, 5667 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 1434, 7640, 9789, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 290, 785, 905, 134, 489, 560, 3285, 984, 4559 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 1433, 7639, 9351, 0, 0, 0, 0, 1433, 7639 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 1434, 7640, 9337, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 1045, 4326, 3455, 233, 1488, 171, 1679, 1449, 7493 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 768, 3317, 3977, 147, 945, 133, 803, 1048, 5065 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 1434, 7640, 7132, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 985, 4681, 4249, 0, 0, 0, 0, 985, 4681 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 1434, 7640, 9439, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 869, 3144, 3023, 52, 303, 479, 3452, 1400, 6899 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 1434, 7640, 7639, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 1041, 5044, 5044, 0, 0, 0, 0, 1041, 5044 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/en_AU.po, 29, 166, 187, 175, 1000, 673, 3338, 877, 4504 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 716, 3166, 3167, 210, 1238, 0, 0, 926, 4404 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 1401, 6930, 7314, 17, 252, 31, 311, 1449, 7493 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 1042, 5021, 2638, 0, 0, 0, 0, 1042, 5021 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 1434, 7640, 7565, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 1434, 7640, 7045, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 1018, 4906, 5441, 0, 0, 0, 0, 1018, 4906 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 1434, 7640, 7407, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 1252, 6434, 8901, 0, 0, 0, 0, 1252, 6434 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 1434, 7640, 10167, 0, 0, 0, 0, 1434, 7640 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 1082, 5383, 5461, 0, 0, 0, 0, 1082, 5383 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 1074, 5398, 5905, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 997, 4910, 5506, 0, 0, 0, 0, 997, 4910 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 1141, 5529, 6391, 0, 0, 0, 0, 1141, 5529 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 1166, 5681, 5467, 0, 0, 0, 0, 1166, 5681 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 717, 3438, 3215, 101, 528, 59, 538, 877, 4504 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 982, 4619, 5531, 0, 0, 0, 0, 982, 4619 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 1074, 5398, 5855, 0, 0, 0, 0, 1074, 5398 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 755, 3632, 3702, 197, 862, 32, 177, 984, 4671 -evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 73, 99, 104, 137, 672, 667, 3733, 877, 4504 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/bs.po, 4390, 23653, 21639, 939, 3796, 757, 10563, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/exiv2.pot, 0, 0, 0, 0, 0, 6086, 38012, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/fr.po, 1414, 4976, 5716, 2708, 8431, 1964, 24605, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/vi.po, 1133, 3333, 5045, 1979, 5636, 2974, 29043, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/nl.po, 1157, 3521, 2933, 0, 0, 4929, 34491, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/fi.po, 207, 419, 324, 1783, 4259, 4096, 33334, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/sk.po, 2003, 9069, 8406, 2335, 7381, 1748, 21562, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/ms.po, 4877, 28305, 25657, 677, 2977, 532, 6730, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/ca.po, 4240, 20842, 26987, 0, 0, 1846, 17170, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/gl.po, 3879, 18175, 21481, 1098, 4311, 1109, 15526, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/ug.po, 2058, 4663, 4763, 1644, 4415, 2384, 28934, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/pl.po, 2604, 12391, 11584, 1983, 6457, 1499, 19164, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/uk.po, 2102, 7418, 7022, 1764, 5067, 2220, 25527, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/ru.po, 729, 3302, 2861, 3196, 9739, 2161, 24971, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/pt.po, 1853, 11784, 13364, 2073, 6846, 2160, 19382, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/sv.po, 5602, 35017, 27785, 345, 1703, 139, 1292, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/de.po, 2563, 13583, 12358, 2068, 6889, 1455, 17540, 6086, 38012 -exiv2-0.27.2-1.fc31.src.rpm.stats.csv, po/es.po, 4297, 26869, 31146, 327, 1668, 1462, 9475, 6086, 38012 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 191, 1742, 267, 2, 8, 0, 0, 193, 1750 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/te/te.po, 28, 192, 158, 0, 0, 3, 143, 31, 335 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 181, 1641, 1477, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 191, 1830, 1542, 0, 0, 0, 0, 191, 1830 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 191, 1829, 1517, 0, 0, 0, 0, 191, 1829 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 181, 1641, 1746, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 181, 1641, 1209, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 181, 1641, 1273, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/ja/ja.po, 191, 1829, 272, 0, 0, 0, 0, 191, 1829 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/id/id.po, 181, 1641, 1491, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 181, 1641, 1344, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 181, 1641, 1622, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 181, 1641, 1879, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 166, 1346, 846, 11, 221, 4, 74, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/es/es.po, 181, 1641, 1728, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/el/el.po, 181, 1641, 1768, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/de/de.po, 181, 1641, 1564, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/da/da.po, 181, 1641, 1522, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 181, 1641, 1370, 0, 0, 0, 0, 181, 1641 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 194, 1836, 1941, 0, 0, 0, 0, 194, 1836 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/zu.po, 297, 1254, 1058, 5, 20, 33, 245, 335, 1519 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 276, 1207, 335, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 268, 1195, 326, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 275, 1204, 350, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/xh.po, 238, 928, 788, 4, 29, 2, 14, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/vi.po, 276, 1207, 1591, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ur.po, 259, 1159, 1332, 0, 0, 0, 0, 259, 1159 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/uk.po, 269, 1181, 1017, 0, 0, 0, 0, 269, 1181 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ug.po, 292, 1325, 996, 0, 0, 0, 0, 292, 1325 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/tr.po, 276, 1207, 979, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/tk.po, 194, 702, 608, 13, 77, 37, 192, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/th.po, 267, 1187, 428, 0, 0, 0, 0, 267, 1187 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/tg.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/te.po, 268, 1195, 1015, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ta.po, 268, 1195, 1039, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/sv.po, 276, 1207, 1151, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 275, 1201, 1229, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/sr@ije.po, 205, 799, 766, 32, 138, 7, 34, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/sr.po, 276, 1207, 1237, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/sq.po, 270, 1205, 1292, 0, 0, 0, 0, 270, 1205 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/sl.po, 276, 1207, 1152, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/sk.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/si.po, 206, 651, 716, 0, 0, 42, 417, 248, 1068 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/rw.po, 19, 20, 21, 171, 838, 54, 113, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ru.po, 276, 1207, 1045, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ro.po, 276, 1207, 1258, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 276, 1207, 1327, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/pt.po, 275, 1206, 1244, 0, 0, 0, 0, 275, 1206 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ps.po, 270, 1200, 1258, 1, 6, 0, 0, 271, 1206 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/pl.po, 276, 1207, 1130, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/pa.po, 274, 1200, 1327, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/or.po, 270, 1198, 1305, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/oc.po, 270, 1198, 1351, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/nn.po, 338, 1525, 1451, 1, 1, 0, 0, 339, 1526 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/nl.po, 276, 1207, 1185, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ne.po, 196, 616, 610, 49, 272, 23, 307, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/nds.po, 146, 352, 339, 0, 0, 145, 966, 291, 1318 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/nb.po, 274, 1200, 1148, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/my.po, 267, 1035, 440, 0, 0, 38, 348, 305, 1383 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ms.po, 228, 872, 781, 13, 77, 3, 22, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/mr.po, 268, 1195, 1167, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/mn.po, 203, 785, 658, 34, 152, 7, 34, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ml.po, 292, 1325, 1034, 0, 0, 0, 0, 292, 1325 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/mk.po, 337, 1548, 1603, 0, 0, 0, 0, 337, 1548 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/mg.po, 226, 886, 935, 31, 117, 6, 175, 263, 1178 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/mai.po, 235, 898, 982, 0, 0, 49, 369, 284, 1267 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/lv.po, 276, 1207, 1029, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/lt.po, 276, 1207, 973, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ku.po, 233, 903, 995, 2, 15, 8, 29, 243, 947 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ko.po, 276, 1207, 975, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/kn.po, 268, 1195, 1057, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/km.po, 334, 1484, 620, 0, 0, 3, 64, 337, 1548 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/kk.po, 276, 1207, 987, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ka.po, 239, 952, 760, 0, 0, 0, 0, 239, 952 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ja.po, 276, 1207, 367, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/it.po, 276, 1207, 1219, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/is.po, 275, 1204, 1161, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/id.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/hy.po, 239, 955, 837, 0, 0, 2, 3, 241, 958 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/hu.po, 276, 1207, 1066, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/hr.po, 275, 1204, 1118, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/hi.po, 268, 1195, 1409, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/he.po, 269, 1181, 1086, 0, 0, 0, 0, 269, 1181 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/gu.po, 270, 1198, 1319, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/gl.po, 276, 1207, 1360, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/gd.po, 274, 1200, 1551, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ga.po, 150, 412, 484, 18, 75, 123, 838, 291, 1325 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/fy.po, 152, 470, 483, 0, 0, 153, 913, 305, 1383 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/fur.po, 276, 1207, 1391, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/fr.po, 276, 1207, 1404, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/fi.po, 276, 1207, 920, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/fa.po, 275, 1204, 1250, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/eu.po, 275, 1204, 1001, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/et.po, 276, 1201, 1011, 0, 0, 0, 0, 276, 1201 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/es.po, 275, 1204, 1300, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/eo.po, 276, 1207, 1146, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/en_GB.po, 275, 1201, 1228, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/en_CA.po, 253, 1084, 1093, 0, 0, 0, 0, 253, 1084 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 243, 1043, 1043, 56, 335, 0, 0, 299, 1378 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/el.po, 276, 1207, 1291, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/dz.po, 259, 1159, 570, 0, 0, 0, 0, 259, 1159 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/de.po, 276, 1207, 1244, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/da.po, 275, 1204, 1122, 0, 0, 0, 0, 275, 1204 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/cy.po, 242, 957, 941, 0, 0, 0, 0, 242, 957 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/csb.po, 21, 41, 45, 0, 0, 319, 1514, 340, 1555 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/cs.po, 276, 1207, 1116, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 274, 1200, 1384, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ca.po, 276, 1207, 1394, 0, 0, 0, 0, 276, 1207 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/bs.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/br.po, 264, 1007, 1200, 0, 0, 28, 318, 292, 1325 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 268, 1195, 1330, 0, 0, 0, 0, 268, 1195 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/bn.po, 297, 1370, 1466, 0, 0, 0, 0, 297, 1370 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/bg.po, 274, 1200, 1245, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/be@latin.po, 284, 1267, 1127, 0, 0, 0, 0, 284, 1267 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/be.po, 274, 1200, 1101, 0, 0, 0, 0, 274, 1200 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/az.po, 228, 872, 771, 13, 77, 3, 22, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ast.po, 335, 1519, 1536, 0, 0, 0, 0, 335, 1519 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/as.po, 270, 1198, 1309, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/ar.po, 275, 1201, 1101, 0, 0, 0, 0, 275, 1201 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/an.po, 270, 1198, 1238, 0, 0, 0, 0, 270, 1198 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/am.po, 66, 110, 142, 53, 145, 125, 716, 244, 971 -file-roller-3.32.2-1.fc31.src.rpm.stats.csv, po/af.po, 275, 1201, 1278, 0, 0, 0, 0, 275, 1201 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/lt.po, 54, 405, 378, 31, 237, 154, 1926, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/bg.gmo, 118, 1223, 1378, 0, 0, 0, 0, 118, 1223 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/hu.po, 235, 2545, 2410, 4, 23, 0, 0, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/sl.po, 235, 2545, 2473, 4, 23, 0, 0, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/pt.gmo, 123, 1094, 1176, 0, 0, 0, 0, 123, 1094 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/nl.po, 230, 2510, 2419, 6, 38, 3, 20, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/vi.po, 235, 2545, 3335, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/be.po, 23, 82, 78, 33, 306, 183, 2180, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ko.po, 21, 86, 91, 30, 228, 188, 2254, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/rw.po, 2, 2, 2, 80, 699, 157, 1867, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ms.po, 16, 55, 58, 9, 54, 214, 2459, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/hr.po, 178, 1856, 1729, 20, 220, 41, 492, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/fi.po, 230, 2510, 2022, 7, 45, 2, 13, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/zh_TW.po, 42, 447, 224, 57, 598, 140, 1523, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ca.po, 56, 583, 704, 63, 747, 120, 1238, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/zh_CN.po, 194, 2063, 798, 15, 129, 30, 376, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/sv.po, 235, 2545, 2420, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/eo.po, 230, 2510, 2438, 7, 45, 2, 13, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/lg.gmo, 27, 103, 129, 0, 0, 0, 0, 27, 103 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/uk.po, 235, 2545, 2505, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/sk.po, 49, 508, 510, 61, 689, 129, 1371, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ja.po, 180, 1866, 809, 18, 208, 41, 494, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/fr.po, 235, 2545, 2880, 4, 23, 0, 0, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ga.po, 145, 1474, 1697, 40, 504, 54, 590, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/tr.po, 222, 2422, 2054, 13, 119, 4, 27, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/pt.po, 123, 1094, 1176, 61, 877, 55, 597, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/nb.po, 235, 2545, 2432, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/pl.po, 235, 2545, 2423, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ca.gmo, 56, 583, 704, 0, 0, 0, 0, 56, 583 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/lt.gmo, 54, 405, 378, 0, 0, 0, 0, 54, 405 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/de.po, 230, 2510, 2486, 7, 45, 2, 13, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ru.po, 235, 2545, 2424, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/et.po, 235, 2545, 2079, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/lg.po, 27, 103, 129, 34, 315, 178, 2150, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/id.po, 145, 1474, 1477, 40, 504, 54, 590, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/el.po, 230, 2510, 2568, 6, 38, 3, 20, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/bg.po, 118, 1223, 1378, 49, 603, 72, 742, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 42, 447, 224, 0, 0, 0, 0, 42, 447 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/es.po, 171, 1768, 2151, 5, 32, 63, 768, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ms.gmo, 16, 55, 58, 0, 0, 0, 0, 16, 55 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/sr.po, 235, 2545, 2542, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/sk.gmo, 49, 508, 510, 0, 0, 0, 0, 49, 508 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/ro.po, 51, 515, 534, 62, 705, 126, 1348, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/da.po, 235, 2545, 2409, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/it.po, 222, 2422, 2635, 13, 119, 4, 27, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/pt_BR.po, 235, 2545, 2918, 3, 16, 1, 7, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/be.gmo, 23, 82, 78, 0, 0, 0, 0, 23, 82 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/findutils.pot, 0, 0, 0, 0, 0, 239, 2568, 239, 2568 -findutils-4.6.0-24.fc31.src.rpm.stats.csv, po/cs.po, 235, 2545, 2385, 4, 23, 0, 0, 239, 2568 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/gu.po, 293, 1496, 1558, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 415, 2217, 678, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/en_US.po, 293, 1496, 1496, 67, 314, 55, 407, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/da.po, 415, 2217, 1939, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 415, 2217, 620, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/it.po, 415, 2217, 2309, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/eu.po, 64, 116, 118, 0, 0, 351, 2101, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/es.po, 415, 2217, 2442, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 415, 2217, 2472, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/tr.po, 235, 760, 733, 0, 0, 180, 1457, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/sr.po, 297, 1507, 1455, 0, 0, 118, 710, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ta.po, 293, 1496, 1238, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ko.po, 414, 2209, 1796, 0, 0, 1, 8, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/hi.po, 293, 1496, 1676, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 34, 212, 207, 0, 0, 381, 2005, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ja.po, 414, 2209, 681, 0, 0, 1, 8, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/gl.po, 108, 434, 547, 0, 0, 307, 1783, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ml.po, 293, 1496, 1168, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ia.po, 4, 9, 13, 0, 0, 411, 2208, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/et.po, 93, 216, 206, 0, 0, 322, 2001, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/fi.po, 302, 1124, 879, 0, 0, 113, 1093, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/fr.po, 415, 2217, 2569, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/nl.po, 415, 2217, 2199, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ca.po, 415, 2217, 2631, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/te.po, 293, 1496, 1267, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/pa.po, 295, 1496, 1624, 0, 0, 120, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/de.po, 415, 2217, 2055, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/or.po, 293, 1496, 1492, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/uk.po, 415, 2217, 2139, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ru.po, 415, 2217, 1853, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/hu.po, 415, 2217, 2069, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/el.po, 125, 584, 647, 0, 0, 290, 1633, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/pl.po, 415, 2217, 2094, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/kn.po, 293, 1496, 1253, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ka.po, 82, 180, 170, 0, 0, 333, 2037, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/pt.po, 290, 1453, 1544, 0, 0, 125, 764, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/ar.po, 415, 2217, 1964, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/en_GB.po, 203, 819, 819, 0, 0, 212, 1398, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/id.po, 36, 135, 137, 0, 0, 379, 2082, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/lt.po, 304, 1162, 1054, 0, 0, 111, 1055, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/sq.po, 86, 141, 152, 0, 0, 329, 2076, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/sv.po, 415, 2217, 2024, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/as.po, 293, 1496, 1515, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/sk.po, 415, 2217, 2029, 0, 0, 0, 0, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/mr.po, 293, 1496, 1407, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/bg.po, 134, 622, 664, 0, 0, 281, 1595, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 293, 1496, 1517, 0, 0, 122, 721, 415, 2217 -firewalld-0.7.2-1.fc31.src.rpm.stats.csv, po/cs.po, 415, 2217, 2026, 0, 0, 0, 0, 415, 2217 -folks-0.13.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 130, 1056, 263, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 123, 1003, 257, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 130, 1056, 224, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/vi.po, 130, 1056, 1422, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/uk.po, 114, 947, 843, 0, 0, 0, 0, 114, 947 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ug.po, 111, 858, 778, 0, 0, 0, 0, 111, 858 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/tr.po, 130, 1056, 881, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/tg.po, 6, 6, 6, 0, 0, 105, 852, 111, 858 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/te.po, 123, 1003, 812, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ta.po, 123, 1003, 886, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/sv.po, 130, 1056, 997, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 130, 1056, 1072, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/sr.po, 130, 1056, 1071, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/sl.po, 130, 1056, 1022, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/sk.po, 130, 1056, 1093, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ru.po, 130, 1056, 995, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ro.po, 130, 1056, 1260, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 130, 1056, 1252, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/pt.po, 130, 1056, 1181, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/pl.po, 130, 1056, 1067, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/pa.po, 123, 1003, 1122, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/or.po, 123, 1003, 952, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/oc.po, 130, 1056, 1335, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/nl.po, 130, 1056, 1018, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ne.po, 57, 365, 334, 17, 100, 56, 591, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/nb.po, 115, 811, 784, 0, 0, 15, 245, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/mr.po, 123, 1003, 876, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ml.po, 130, 1056, 828, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/lv.po, 130, 1056, 925, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/lt.po, 130, 1056, 868, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ko.po, 130, 1056, 909, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/kn.po, 123, 1003, 845, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/kk.po, 8, 10, 14, 0, 0, 122, 1046, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ja.po, 109, 843, 315, 0, 0, 1, 8, 110, 851 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/it.po, 130, 1056, 1217, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/id.po, 130, 1056, 1026, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/hu.po, 130, 1056, 953, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/hr.po, 130, 1056, 955, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/hi.po, 123, 1003, 1165, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/he.po, 80, 517, 558, 0, 0, 30, 334, 110, 851 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/gu.po, 123, 1003, 1052, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/gl.po, 130, 1056, 1366, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/fur.po, 130, 1056, 1319, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/fr.po, 130, 1056, 1341, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/fi.po, 55, 328, 288, 7, 48, 68, 680, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/fa.po, 130, 1056, 1113, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/eu.po, 130, 1056, 965, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/es.po, 130, 1056, 1344, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/eo.po, 55, 330, 323, 6, 37, 69, 689, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 130, 1056, 1056, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/el.po, 130, 1056, 1177, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/de.po, 130, 1056, 1058, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/da.po, 130, 1056, 980, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/cs.po, 130, 1056, 1049, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 130, 1056, 1416, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ca.po, 130, 1056, 1416, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/bs.po, 124, 1011, 953, 0, 0, 0, 0, 124, 1011 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 123, 1003, 1004, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/bg.po, 110, 851, 1037, 0, 0, 0, 0, 110, 851 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/be.po, 130, 1056, 1001, 0, 0, 0, 0, 130, 1056 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/as.po, 123, 1003, 966, 0, 0, 0, 0, 123, 1003 -folks-0.13.1-2.fc31.src.rpm.stats.csv, po/ar.po, 13, 41, 40, 0, 0, 96, 810, 109, 851 -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, po-conf/zh_CN.gmo, 29, 157, 66, 0, 0, 0, 0, 29, 157 -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, po-conf/fontconfig-conf.pot, 0, 0, 0, 0, 0, 29, 157, 29, 157 -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, po-conf/zh_CN.po, 29, 157, 66, 0, 0, 0, 0, 29, 157 -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 106, 756, 375, 0, 0, 0, 0, 106, 756 -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, po/fontconfig.pot, 0, 0, 0, 0, 0, 106, 756, 106, 756 -fontconfig-2.13.92-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 106, 756, 375, 0, 0, 0, 0, 106, 756 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 57, 419, 452, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ja.po, 57, 419, 79, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/da.po, 57, 419, 347, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/nl.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/tr.po, 57, 419, 352, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/de.po, 57, 419, 454, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/it.po, 57, 419, 376, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/cs.po, 57, 419, 384, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/eo.po, 23, 151, 144, 0, 0, 34, 268, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/hr.po, 57, 419, 395, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/bg.po, 25, 163, 164, 0, 0, 32, 256, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/oc.po, 57, 419, 411, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/sr.po, 57, 419, 408, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/pt.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ko.po, 57, 419, 259, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ro.po, 23, 151, 183, 0, 0, 34, 268, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/pl.po, 57, 419, 398, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/lv.po, 57, 419, 359, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/sk.po, 57, 419, 337, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ar.po, 23, 151, 113, 0, 0, 34, 268, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/fur.po, 57, 419, 577, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/fi.po, 28, 205, 127, 0, 0, 29, 214, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/fo.po, 23, 151, 138, 0, 0, 34, 268, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ca.po, 57, 419, 417, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 57, 419, 419, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/id.po, 57, 419, 403, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/el.po, 57, 419, 500, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/sv.po, 57, 419, 344, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/uk.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/es.po, 57, 419, 461, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/pa.po, 28, 183, 193, 0, 0, 29, 236, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/gl.po, 57, 419, 515, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ia.po, 57, 419, 448, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/fr.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/hu.po, 57, 419, 364, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/sl.po, 57, 419, 367, 0, 0, 0, 0, 57, 419 -fprintd-0.9.0-1.fc31.src.rpm.stats.csv, po/ru.po, 57, 419, 393, 0, 0, 0, 0, 57, 419 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 228, 1109, 308, 0, 0, 0, 0, 228, 1109 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 295, 1445, 393, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/uk.po, 295, 1445, 1497, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/sv.po, 240, 1159, 1152, 0, 0, 0, 0, 240, 1159 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/sr.po, 180, 718, 715, 0, 0, 0, 0, 180, 718 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/sk.po, 90, 380, 383, 0, 0, 0, 0, 90, 380 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ru.po, 295, 1445, 1404, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 295, 1445, 1674, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/pl.po, 295, 1445, 1498, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/oc.po, 35, 93, 129, 0, 0, 0, 0, 35, 93 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/nl.po, 102, 433, 463, 0, 0, 0, 0, 102, 433 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/lt.po, 274, 1201, 1263, 0, 0, 0, 0, 274, 1201 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ko.po, 295, 1445, 1195, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/it.po, 295, 1445, 1592, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/id.po, 180, 718, 707, 0, 0, 0, 0, 180, 718 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/hu.po, 282, 1361, 1227, 0, 0, 0, 0, 282, 1361 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/hr.po, 293, 1439, 1383, 0, 0, 0, 0, 293, 1439 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/hi.po, 17, 82, 109, 0, 0, 0, 0, 17, 82 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/he.po, 24, 96, 91, 0, 0, 0, 0, 24, 96 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/fur.po, 158, 650, 856, 0, 0, 0, 0, 158, 650 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/fr.po, 17, 82, 117, 0, 0, 0, 0, 17, 82 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/fi.po, 295, 1445, 1080, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/en_GB.po, 245, 1195, 1195, 0, 0, 0, 0, 245, 1195 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/de.po, 212, 993, 939, 0, 0, 0, 0, 212, 993 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/da.po, 295, 1445, 1352, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/cs.po, 228, 1109, 1120, 0, 0, 0, 0, 228, 1109 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ca.po, 295, 1445, 1875, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 228, 1109, 308, 0, 0, 0, 0, 228, 1109 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 295, 1445, 393, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/uk.po, 295, 1445, 1497, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/sv.po, 240, 1159, 1152, 0, 0, 0, 0, 240, 1159 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/sr.po, 180, 718, 715, 0, 0, 0, 0, 180, 718 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/sk.po, 90, 380, 383, 0, 0, 0, 0, 90, 380 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ru.po, 295, 1445, 1404, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 295, 1445, 1674, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/pl.po, 295, 1445, 1498, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/oc.po, 35, 93, 129, 0, 0, 0, 0, 35, 93 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/nl.po, 102, 433, 463, 0, 0, 0, 0, 102, 433 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/lt.po, 274, 1201, 1263, 0, 0, 0, 0, 274, 1201 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ko.po, 295, 1445, 1195, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/it.po, 295, 1445, 1592, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/id.po, 180, 718, 707, 0, 0, 0, 0, 180, 718 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/hu.po, 282, 1361, 1227, 0, 0, 0, 0, 282, 1361 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/hr.po, 293, 1439, 1383, 0, 0, 0, 0, 293, 1439 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/hi.po, 17, 82, 109, 0, 0, 0, 0, 17, 82 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/he.po, 24, 96, 91, 0, 0, 0, 0, 24, 96 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/fur.po, 158, 650, 856, 0, 0, 0, 0, 158, 650 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/fr.po, 17, 82, 117, 0, 0, 0, 0, 17, 82 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/fi.po, 295, 1445, 1080, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/en_GB.po, 245, 1195, 1195, 0, 0, 0, 0, 245, 1195 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/de.po, 212, 993, 939, 0, 0, 0, 0, 212, 993 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/da.po, 295, 1445, 1352, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/cs.po, 228, 1109, 1120, 0, 0, 0, 0, 228, 1109 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ca.po, 295, 1445, 1875, 0, 0, 0, 0, 295, 1445 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -fwupd-1.2.11-2.fc31.src.rpm.stats.csv, po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/id.gmo, 628, 3928, 3962, 0, 0, 0, 0, 628, 3928 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 766, 4925, 5620, 0, 0, 0, 0, 766, 4925 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 766, 4925, 1594, 0, 0, 0, 0, 766, 4925 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/ms.po, 5, 36, 32, 6, 41, 759, 4922, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 766, 4925, 1594, 3, 63, 1, 11, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/sv.po, 766, 4925, 5000, 3, 63, 1, 11, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/de.gmo, 706, 4499, 4996, 0, 0, 0, 0, 706, 4499 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/pl.po, 534, 3253, 3372, 102, 721, 134, 1025, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/nl.gmo, 655, 4131, 4159, 0, 0, 0, 0, 655, 4131 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/fi.gmo, 691, 4386, 3758, 0, 0, 0, 0, 691, 4386 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/ko.gmo, 766, 4925, 4658, 0, 0, 0, 0, 766, 4925 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/es.gmo, 707, 4507, 5415, 0, 0, 0, 0, 707, 4507 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 766, 4925, 5620, 3, 63, 1, 11, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/id.po, 628, 3928, 3962, 107, 764, 35, 307, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/fr.gmo, 766, 4925, 5723, 0, 0, 0, 0, 766, 4925 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/vi.po, 707, 4507, 6930, 45, 324, 18, 168, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/pt.po, 766, 4925, 5299, 3, 63, 1, 11, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/gawk.pot, 0, 0, 0, 0, 0, 770, 4999, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/ms.gmo, 5, 36, 32, 0, 0, 0, 0, 5, 36 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/ja.gmo, 383, 2475, 1260, 0, 0, 0, 0, 383, 2475 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/ko.po, 766, 4925, 4658, 3, 63, 1, 11, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/pl.gmo, 534, 3253, 3372, 0, 0, 0, 0, 534, 3253 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/sv.gmo, 766, 4925, 5000, 0, 0, 0, 0, 766, 4925 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/es.po, 707, 4507, 5415, 45, 324, 18, 168, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/pt.gmo, 766, 4925, 5299, 0, 0, 0, 0, 766, 4925 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/fi.po, 691, 4386, 3758, 55, 389, 24, 224, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/da.po, 444, 2775, 2778, 114, 739, 212, 1485, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/fr.po, 766, 4925, 5723, 3, 63, 1, 11, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/de.po, 706, 4499, 4996, 46, 332, 18, 168, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/ja.po, 383, 2475, 1260, 143, 906, 244, 1618, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/vi.gmo, 707, 4507, 6930, 0, 0, 0, 0, 707, 4507 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/ca.po, 650, 4098, 5304, 91, 648, 29, 253, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/nl.po, 655, 4131, 4159, 85, 561, 30, 307, 770, 4999 -gawk-5.0.1-5.fc31.src.rpm.stats.csv, po/it.po, 764, 4917, 5497, 5, 71, 1, 11, 770, 4999 -gcab-1.1-7.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcab-1.1-7.fc31.src.rpm.stats.csv, po/cs.po, 30, 127, 133, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/eu.po, 33, 159, 159, 0, 0, 0, 0, 33, 159 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/hu.po, 30, 127, 134, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/zh_CN.po, 32, 154, 72, 0, 0, 0, 0, 32, 154 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/nb.po, 20, 76, 80, 0, 0, 12, 78, 32, 154 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/sr.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/gl.po, 32, 154, 202, 0, 0, 0, 0, 32, 154 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/sr@latin.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/lt.po, 34, 162, 148, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/da.po, 34, 162, 168, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/oc.po, 33, 159, 200, 0, 0, 0, 0, 33, 159 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/ru.po, 34, 162, 164, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/fr.po, 30, 127, 161, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/tr.po, 34, 162, 147, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/es.po, 30, 127, 159, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/pt_BR.po, 30, 127, 147, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/fur.po, 34, 162, 198, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/pl.po, 30, 127, 140, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/id.po, 30, 127, 137, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/sl.po, 34, 162, 181, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/tg.po, 32, 152, 171, 0, 0, 0, 0, 32, 152 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/bs.po, 32, 154, 150, 0, 0, 0, 0, 32, 154 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/el.po, 34, 162, 178, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/lv.po, 32, 154, 146, 0, 0, 0, 0, 32, 154 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/de.po, 30, 127, 141, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/pt.po, 34, 162, 179, 0, 0, 0, 0, 34, 162 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/sv.po, 30, 127, 126, 0, 0, 0, 0, 30, 127 -gcab-1.1-7.fc31.src.rpm.stats.csv, po/fi.po, 24, 101, 83, 0, 0, 6, 26, 30, 127 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/vi.po, 4470, 26367, 37749, 1667, 11722, 7127, 66969, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/ja.po, 2297, 13642, 6536, 5263, 36459, 5704, 54957, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/hr.po, 121, 511, 485, 199, 985, 12944, 103562, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/sv.po, 13264, 105058, 97773, 0, 0, 0, 0, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/sr.po, 2616, 17546, 16952, 6693, 48906, 3955, 38606, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/el.po, 41, 169, 184, 4182, 25260, 9041, 79629, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/es.po, 9252, 68619, 86449, 3203, 27964, 809, 8475, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/zh_CN.po, 4565, 30750, 9723, 7045, 56600, 1654, 17708, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/gcc.pot, 0, 0, 0, 0, 0, 13264, 105058, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/nl.po, 807, 4291, 4336, 5927, 41337, 6530, 59430, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/fr.po, 13264, 105058, 130509, 0, 0, 0, 0, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/id.po, 3088, 21287, 21509, 6884, 51767, 3292, 32004, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/fi.po, 2056, 12479, 9649, 8741, 66407, 2467, 26172, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/tr.po, 2437, 15864, 13880, 7031, 51570, 3796, 37624, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/da.po, 1868, 11142, 10169, 6403, 44657, 4993, 49259, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/zh_TW.po, 2216, 14092, 6144, 8984, 70143, 2064, 20823, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/de.po, 13264, 105058, 98308, 0, 0, 0, 0, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/uk.po, 1110, 5351, 5459, 0, 0, 12154, 99707, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/be.po, 62, 208, 205, 2314, 13175, 10888, 91675, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, gcc/po/ru.po, 10873, 83627, 79117, 1124, 8756, 1267, 12675, 13264, 105058 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/vi.po, 211, 1340, 2142, 1, 5, 4, 18, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/ja.po, 188, 1148, 556, 20, 167, 8, 48, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/pt_BR.po, 216, 1363, 1575, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/sv.po, 216, 1363, 1300, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/sr.po, 207, 1309, 1286, 4, 30, 5, 24, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/el.po, 5, 13, 16, 73, 380, 138, 970, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/es.po, 211, 1340, 1677, 1, 5, 4, 18, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/zh_CN.po, 183, 1112, 440, 22, 175, 11, 76, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/cpplib.pot, 0, 0, 0, 0, 0, 216, 1363, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/nl.po, 205, 1299, 1352, 5, 37, 6, 27, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/fr.po, 216, 1363, 1717, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/id.po, 182, 1105, 1114, 23, 182, 11, 76, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/fi.po, 216, 1363, 1079, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/tr.po, 185, 1122, 986, 22, 187, 9, 54, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/da.po, 216, 1363, 1304, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/zh_TW.po, 216, 1363, 507, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/eo.po, 216, 1363, 1396, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/de.po, 216, 1363, 1256, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/uk.po, 216, 1363, 1345, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/be.po, 4, 12, 12, 27, 139, 185, 1212, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/ca.po, 151, 932, 1126, 41, 264, 24, 167, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libcpp/po/ru.po, 216, 1363, 1320, 0, 0, 0, 0, 216, 1363 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libstdc++-v3/po/libstdc++.pot, 0, 0, 0, 0, 0, 10, 34, 10, 34 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libstdc++-v3/po/fr.po, 4, 5, 6, 0, 0, 0, 0, 4, 5 -gcc-9.2.1-1.fc31.src.rpm.stats.csv, libstdc++-v3/po/de.po, 4, 5, 4, 0, 0, 0, 0, 4, 5 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ca.po, 496, 4074, 5384, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/cs.po, 497, 4088, 3994, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/uk.po, 497, 4088, 3802, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/sr@latin.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/sq.po, 485, 4024, 4807, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/en_GB.po, 497, 4088, 4088, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ms.po, 345, 2295, 2161, 33, 242, 83, 1417, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/tr.po, 497, 4088, 3404, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ar.po, 474, 3940, 3574, 9, 91, 1, 4, 484, 4035 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ja.po, 496, 4074, 1646, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/sl.po, 497, 4088, 4084, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/he.po, 497, 4088, 4087, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/pa.po, 497, 4088, 4701, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/de.po, 497, 4088, 4533, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/az.po, 397, 3479, 3208, 31, 234, 33, 241, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ast.po, 497, 4088, 4700, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/eu.po, 497, 4088, 3796, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/bs.po, 443, 3832, 3670, 11, 72, 7, 50, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/bn.po, 485, 4024, 4139, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/fr.po, 497, 4088, 5075, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/hr.po, 415, 3478, 3446, 6, 52, 51, 432, 472, 3962 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/gu.po, 497, 4088, 4445, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/sv.po, 497, 4088, 3991, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/pl.po, 496, 4074, 4023, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/zh_HK.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/or.po, 497, 4088, 4141, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/te.po, 497, 4088, 3604, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/fi.po, 497, 4088, 3293, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/zh_TW.po, 497, 4088, 1300, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/yi.po, 1, 1, 1, 0, 0, 460, 3953, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/mk.po, 477, 4004, 4344, 0, 0, 0, 0, 477, 4004 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ne.po, 480, 4026, 3967, 0, 0, 1, 6, 481, 4032 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/be.po, 497, 4088, 3838, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/lv.po, 496, 4074, 3481, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/th.po, 497, 4088, 1820, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/id.po, 497, 4088, 4008, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/es.po, 496, 4074, 5057, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/nl.po, 497, 4088, 4205, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/fa.po, 444, 3752, 4159, 4, 24, 13, 178, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/hu.po, 497, 4088, 4032, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/xh.po, 443, 3832, 3244, 11, 72, 7, 50, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/da.po, 497, 4088, 3891, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/pt_BR.po, 497, 4088, 4748, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/bn_IN.po, 485, 4024, 4183, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/mr.po, 485, 4024, 3849, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/hi.po, 496, 4074, 4733, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/lt.po, 497, 4088, 3544, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/kn.po, 484, 4035, 3566, 0, 0, 0, 0, 484, 4035 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/vi.po, 485, 4024, 5953, 5, 25, 7, 39, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ug.po, 497, 4088, 3801, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/rw.po, 3, 3, 3, 428, 3832, 30, 119, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/km.po, 497, 4088, 1957, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ca@valencia.po, 496, 4074, 5380, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/cy.po, 484, 4035, 4233, 0, 0, 0, 0, 484, 4035 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/nn.po, 477, 4004, 4022, 0, 0, 0, 0, 477, 4004 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ku.po, 9, 10, 12, 0, 0, 452, 3944, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/as.po, 497, 4088, 4103, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/eo.po, 114, 553, 576, 2, 19, 380, 3502, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/mai.po, 429, 3565, 3838, 0, 0, 47, 421, 476, 3986 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/nb.po, 497, 4088, 4003, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/el.po, 496, 4074, 4400, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/mn.po, 443, 3832, 3414, 11, 72, 7, 50, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ta.po, 497, 4088, 3251, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ro.po, 485, 4024, 4546, 0, 0, 0, 0, 485, 4024 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/si.po, 11, 22, 29, 0, 0, 470, 4010, 481, 4032 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/hy.po, 483, 4025, 3888, 0, 0, 0, 0, 483, 4025 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/zh_CN.po, 497, 4088, 1124, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ka.po, 481, 4032, 3302, 0, 0, 0, 0, 481, 4032 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/en_CA.po, 481, 4032, 4030, 0, 0, 0, 0, 481, 4032 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/am.po, 19, 40, 40, 2, 9, 440, 3905, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/gl.po, 497, 4088, 5218, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/sk.po, 461, 3957, 3742, 0, 0, 16, 47, 477, 4004 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/dz.po, 477, 4004, 2148, 0, 0, 0, 0, 477, 4004 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/it.po, 497, 4088, 4609, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/sr.po, 497, 4088, 4232, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/oc.po, 45, 188, 228, 0, 0, 426, 3767, 471, 3955 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ml.po, 496, 4074, 3459, 0, 0, 0, 0, 496, 4074 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ru.po, 497, 4088, 3972, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/pt.po, 497, 4088, 4675, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/is.po, 178, 1159, 1217, 22, 133, 261, 2662, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ga.po, 61, 264, 277, 16, 89, 384, 3601, 461, 3954 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/et.po, 393, 2728, 2310, 0, 0, 90, 1286, 483, 4014 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/mg.po, 477, 3998, 4428, 2, 19, 0, 0, 479, 4017 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/ko.po, 497, 4088, 3534, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/bg.po, 497, 4088, 4854, 0, 0, 0, 0, 497, 4088 -GConf2-3.2.6-27.fc31.src.rpm.stats.csv, po/en@shaw.po, 484, 4035, 4035, 0, 0, 0, 0, 484, 4035 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/uk.po, 1692, 11391, 12006, 0, 0, 0, 0, 1692, 11391 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/fr.po, 1692, 11391, 13903, 0, 0, 0, 0, 1692, 11391 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/pt.po, 1692, 11391, 12183, 0, 0, 0, 0, 1692, 11391 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1692, 11391, 1692, 11391 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/ru.po, 1692, 11391, 11334, 0, 0, 0, 0, 1692, 11391 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/uk.po, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/fr.po, 453, 2685, 3059, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/pt_BR.gmo, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 453, 2685, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/sv.po, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/fr.gmo, 453, 2685, 3059, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/sv.gmo, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/pt_BR.po, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/uk.gmo, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv, opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/da.po, 205, 739, 686, 4, 19, 15, 58, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/ja.po, 78, 246, 143, 53, 224, 93, 346, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 205, 739, 810, 0, 0, 0, 0, 205, 739 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/fr.po, 220, 800, 1062, 1, 7, 3, 9, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 220, 800, 1003, 1, 7, 3, 9, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/pl.gmo, 220, 800, 861, 0, 0, 0, 0, 220, 800 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/fi.po, 165, 582, 512, 30, 134, 29, 100, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/eo.gmo, 205, 739, 749, 0, 0, 0, 0, 205, 739 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/uk.po, 220, 800, 903, 1, 7, 3, 9, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/sv.po, 205, 739, 747, 4, 19, 15, 58, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/vi.gmo, 220, 800, 1292, 0, 0, 0, 0, 220, 800 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/gdbm.pot, 0, 0, 0, 0, 0, 224, 816, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/de.po, 165, 582, 585, 30, 134, 29, 100, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/da.gmo, 205, 739, 686, 0, 0, 0, 0, 205, 739 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/vi.po, 220, 800, 1292, 1, 7, 3, 9, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/eo.po, 205, 739, 749, 4, 19, 15, 58, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/ja.gmo, 78, 246, 143, 0, 0, 0, 0, 78, 246 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/uk.gmo, 220, 800, 903, 0, 0, 0, 0, 220, 800 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/fi.gmo, 165, 582, 512, 0, 0, 0, 0, 165, 582 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/fr.gmo, 220, 800, 1062, 0, 0, 0, 0, 220, 800 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/sv.gmo, 205, 739, 747, 0, 0, 0, 0, 205, 739 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/de.gmo, 165, 582, 585, 0, 0, 0, 0, 165, 582 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/pl.po, 220, 800, 861, 1, 7, 3, 9, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 205, 739, 813, 0, 0, 0, 0, 205, 739 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 220, 800, 1003, 0, 0, 0, 0, 220, 800 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/sr.po, 205, 739, 810, 4, 19, 15, 58, 224, 816 -gdbm-1.18.1-1.fc31.src.rpm.stats.csv, po/es.po, 205, 739, 813, 4, 19, 15, 58, 224, 816 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 212, 1415, 488, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 203, 1360, 484, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 208, 1393, 482, 0, 0, 0, 0, 208, 1393 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/yi.po, 118, 792, 751, 73, 466, 11, 90, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/xh.po, 151, 987, 880, 45, 294, 6, 67, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/wa.po, 134, 910, 1377, 32, 181, 36, 257, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/vi.po, 202, 1351, 1831, 0, 0, 0, 0, 202, 1351 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/uz.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/uk.po, 203, 1360, 1432, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ug.po, 202, 1354, 1107, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/tt.po, 67, 388, 269, 25, 118, 110, 842, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/tr.po, 213, 1420, 1160, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/tk.po, 18, 92, 81, 26, 119, 158, 1137, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/th.po, 203, 1360, 553, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/tg.po, 2, 9, 12, 0, 0, 200, 1345, 202, 1354 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/te.po, 202, 1354, 1098, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ta.po, 197, 1288, 1079, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/sv.po, 213, 1420, 1361, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 211, 1409, 1518, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/sr@ije.po, 137, 915, 884, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/sr.po, 213, 1420, 1533, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/sq.po, 185, 1208, 1474, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/sl.po, 213, 1420, 1491, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/sk.po, 212, 1415, 1417, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/si.po, 151, 995, 995, 35, 204, 16, 149, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ru.po, 208, 1393, 1505, 0, 0, 0, 0, 208, 1393 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ro.po, 213, 1420, 1676, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 213, 1420, 1771, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/pt.po, 207, 1382, 1537, 0, 0, 0, 0, 207, 1382 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ps.po, 25, 120, 137, 4, 19, 173, 1209, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/pl.po, 213, 1420, 1496, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/pa.po, 203, 1360, 1608, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/or.po, 201, 1345, 1293, 0, 0, 0, 0, 201, 1345 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/oc.po, 211, 1409, 1808, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/nso.po, 137, 915, 1487, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/nn.po, 185, 1208, 1176, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/nl.po, 213, 1420, 1363, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ne.po, 158, 1061, 1021, 39, 236, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/nds.po, 49, 257, 283, 1, 3, 152, 1088, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/nb.po, 211, 1409, 1351, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/my.po, 184, 1192, 942, 12, 89, 6, 67, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ms.po, 132, 870, 827, 56, 355, 14, 123, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/mr.po, 197, 1288, 1322, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/mn.po, 137, 915, 859, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ml.po, 202, 1354, 1111, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/mk.po, 163, 1102, 1311, 34, 195, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/mi.po, 118, 741, 839, 58, 359, 26, 248, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/mai.po, 184, 1192, 1283, 12, 89, 6, 67, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/lv.po, 213, 1420, 1265, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/lt.po, 213, 1420, 1242, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/li.po, 118, 792, 749, 73, 466, 11, 90, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ku.po, 177, 1171, 1263, 20, 126, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ko.po, 213, 1420, 1223, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/kn.po, 186, 1213, 1047, 11, 84, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/km.po, 192, 1245, 598, 4, 27, 4, 66, 200, 1338 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/kk.po, 61, 267, 257, 0, 0, 151, 1148, 212, 1415 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ka.po, 185, 1208, 995, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ja.po, 202, 1354, 518, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/it.po, 213, 1420, 1614, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/is.po, 212, 1415, 1376, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/io.po, 57, 299, 276, 25, 117, 120, 932, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/id.po, 213, 1420, 1436, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ia.po, 6, 49, 42, 29, 173, 167, 1126, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/hy.po, 194, 1250, 1187, 8, 98, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/hu.po, 213, 1420, 1306, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/hr.po, 213, 1420, 1356, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/hi.po, 202, 1354, 1605, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/he.po, 211, 1409, 1349, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/gu.po, 184, 1192, 1226, 12, 89, 6, 67, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/gl.po, 213, 1420, 1924, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ga.po, 172, 1060, 1278, 5, 50, 25, 238, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/fur.po, 213, 1420, 1857, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/fr.po, 213, 1420, 1804, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/fi.po, 148, 872, 665, 42, 420, 21, 117, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/fa.po, 150, 991, 1035, 45, 294, 7, 63, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/eu.po, 213, 1420, 1363, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/et.po, 203, 1360, 1095, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/es.po, 213, 1420, 1931, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/eo.po, 163, 1201, 1057, 4, 41, 41, 151, 208, 1393 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 211, 1409, 1409, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 175, 1166, 1168, 22, 131, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 174, 1158, 1158, 28, 190, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/el.po, 212, 1415, 1660, 0, 0, 0, 0, 212, 1415 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/dz.po, 162, 1095, 573, 35, 202, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/de.po, 213, 1420, 1405, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/da.po, 213, 1420, 1318, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/cy.po, 175, 1162, 1357, 22, 135, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/csb.po, 66, 481, 474, 4, 43, 131, 821, 201, 1345 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/cs.po, 213, 1420, 1454, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/crh.po, 202, 1354, 1118, 0, 0, 0, 0, 202, 1354 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 211, 1409, 1916, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ca.po, 213, 1420, 1936, 0, 0, 0, 0, 213, 1420 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/bs.po, 228, 1478, 1532, 0, 0, 0, 0, 228, 1478 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/br.po, 53, 264, 326, 7, 39, 142, 1045, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 197, 1288, 1310, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/bn.po, 195, 1266, 1254, 7, 82, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/bg.po, 205, 1372, 1774, 0, 0, 0, 0, 205, 1372 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 185, 1208, 1205, 12, 89, 5, 51, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/be.po, 211, 1409, 1436, 0, 0, 0, 0, 211, 1409 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/az.po, 137, 915, 795, 59, 376, 6, 57, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ast.po, 197, 1288, 1581, 5, 60, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/as.po, 203, 1360, 1264, 0, 0, 0, 0, 203, 1360 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ar.po, 195, 1266, 1236, 7, 82, 0, 0, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/ang.po, 42, 223, 183, 32, 163, 128, 962, 202, 1348 -gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv, po/af.po, 183, 1180, 1152, 8, 72, 11, 96, 202, 1348 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/tr/tr.po, 41, 156, 151, 0, 0, 314, 9204, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/uk/uk.po, 863, 14012, 11584, 127, 4651, 95, 5569, 1085, 24232 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/ru/ru.po, 293, 6757, 5318, 17, 946, 44, 1595, 354, 9298 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/el/el.po, 355, 9360, 9757, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/fr/fr.po, 355, 9360, 10190, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/en_GB/en_GB.po, 333, 7968, 7974, 0, 0, 0, 0, 333, 7968 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/id/id.po, 355, 9360, 8302, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/te/te.po, 22, 52, 52, 0, 0, 348, 9227, 370, 9279 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/cs/cs.po, 355, 9360, 8300, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/oc/oc.po, 5, 5, 5, 0, 0, 1229, 30404, 1234, 30409 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/zh_CN/zh_CN.po, 355, 9360, 1812, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/hu/hu.po, 30, 645, 504, 0, 0, 325, 8715, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/ca/ca.po, 354, 9346, 9902, 1, 14, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/pt_BR/pt_BR.po, 35, 114, 137, 3, 30, 316, 9161, 354, 9305 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/ro/ro.po, 355, 9360, 9532, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/it/it.po, 68, 1304, 1351, 0, 0, 248, 6350, 316, 7654 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/ko/ko.po, 411, 502, 503, 11, 24, 788, 28731, 1210, 29257 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/gl/gl.po, 294, 6142, 6433, 0, 0, 61, 3218, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/es/es.po, 355, 9360, 10345, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/sl/sl.po, 39, 51, 51, 0, 0, 329, 9133, 368, 9184 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/sv/sv.po, 355, 9360, 8129, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, docs/de/de.po, 355, 9360, 8559, 0, 0, 0, 0, 355, 9360 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 84, 622, 622, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 20, 116, 110, 21, 143, 46, 391, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 88, 629, 790, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 85, 626, 799, 0, 0, 0, 0, 85, 626 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.gmo, 49, 258, 280, 0, 0, 0, 0, 49, 258 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 81, 619, 533, 3, 15, 3, 16, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 88, 629, 811, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nds.gmo, 24, 87, 87, 0, 0, 0, 0, 24, 87 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.gmo, 88, 629, 666, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 88, 629, 571, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 81, 619, 488, 3, 15, 3, 16, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.gmo, 88, 629, 441, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 7, 21, 26, 35, 224, 45, 405, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 88, 629, 875, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 87, 650, 161, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.gmo, 37, 175, 207, 0, 0, 0, 0, 37, 175 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 88, 629, 592, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zu.po, 7, 21, 22, 35, 224, 45, 405, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.gmo, 88, 629, 580, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 85, 626, 694, 0, 0, 0, 0, 85, 626 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 84, 622, 524, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/el.gmo, 88, 629, 684, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.gmo, 88, 629, 802, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.gmo, 88, 629, 745, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 88, 629, 722, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.po, 34, 159, 174, 19, 142, 34, 349, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.gmo, 88, 629, 556, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.gmo, 84, 622, 711, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.gmo, 8, 30, 31, 0, 0, 0, 0, 8, 30 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/af.gmo, 88, 629, 627, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.gmo, 7, 21, 21, 0, 0, 0, 0, 7, 21 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 87, 620, 546, 0, 0, 1, 9, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 40, 173, 218, 5, 26, 42, 451, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.gmo, 3, 8, 17, 0, 0, 0, 0, 3, 8 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.gmo, 87, 650, 629, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 87, 650, 161, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nds.po, 24, 87, 87, 6, 26, 57, 537, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.gmo, 84, 622, 524, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/uz.po, 8, 17, 15, 4, 21, 75, 612, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.gmo, 60, 422, 490, 0, 0, 0, 0, 60, 422 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 88, 629, 617, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/et.gmo, 88, 629, 505, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.gmo, 87, 626, 171, 0, 0, 0, 0, 87, 626 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/csb.po, 25, 112, 117, 10, 46, 52, 492, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.gmo, 88, 629, 764, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/be.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 88, 629, 567, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/am.gmo, 2, 2, 3, 0, 0, 0, 0, 2, 2 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ky.po, 67, 524, 422, 7, 41, 13, 85, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 2, 2, 3, 5, 9, 80, 639, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.gmo, 81, 619, 533, 0, 0, 0, 0, 81, 619 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.gmo, 87, 608, 524, 0, 0, 0, 0, 87, 608 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 88, 629, 802, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 88, 629, 574, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 49, 258, 280, 12, 57, 26, 335, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 38, 171, 170, 21, 129, 28, 350, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fy.po, 22, 93, 80, 11, 52, 54, 505, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 87, 608, 524, 1, 21, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 3, 8, 17, 16, 74, 68, 568, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.gmo, 88, 629, 567, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 87, 650, 659, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.gmo, 88, 629, 547, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 84, 622, 711, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 88, 629, 851, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 45, 228, 184, 4, 19, 38, 403, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.gmo, 88, 629, 875, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/id.gmo, 88, 629, 592, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 88, 629, 157, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.gmo, 81, 619, 488, 0, 0, 0, 0, 81, 619 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gv.po, 41, 206, 246, 16, 91, 30, 353, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/as.gmo, 81, 619, 593, 0, 0, 0, 0, 81, 619 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/br.gmo, 44, 218, 269, 0, 0, 0, 0, 44, 218 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 81, 619, 585, 3, 15, 3, 16, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.gmo, 88, 629, 478, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 28, 119, 119, 0, 0, 0, 0, 28, 119 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.gmo, 31, 121, 122, 0, 0, 0, 0, 31, 121 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.gmo, 88, 629, 571, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 81, 619, 574, 4, 19, 2, 12, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 80, 578, 216, 3, 15, 4, 57, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/crh.gmo, 73, 514, 437, 0, 0, 0, 0, 73, 514 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.gmo, 88, 629, 585, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.gmo, 80, 578, 697, 0, 0, 0, 0, 80, 578 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.gmo, 88, 629, 817, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.gmo, 84, 622, 636, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 88, 629, 609, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/uz.gmo, 8, 17, 15, 0, 0, 0, 0, 8, 17 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.gmo, 88, 629, 512, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.gmo, 8, 30, 33, 0, 0, 0, 0, 8, 30 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ps.po, 27, 109, 124, 12, 76, 48, 465, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 88, 629, 666, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 87, 650, 629, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 87, 626, 171, 0, 0, 1, 3, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 1, 2, 86, 648, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.gmo, 7, 21, 26, 0, 0, 0, 0, 7, 21 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 88, 629, 612, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 1, 1, 2, 39, 239, 47, 410, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 50, 299, 265, 17, 85, 20, 266, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 81, 619, 487, 3, 15, 3, 16, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.gmo, 88, 629, 539, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.gmo, 81, 619, 574, 0, 0, 0, 0, 81, 619 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 81, 619, 593, 3, 15, 3, 16, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 88, 629, 811, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.gmo, 12, 50, 22, 0, 0, 0, 0, 12, 50 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.gmo, 78, 566, 445, 0, 0, 0, 0, 78, 566 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 88, 629, 585, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 7, 21, 27, 35, 224, 45, 405, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/th.gmo, 87, 650, 197, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/br.po, 44, 218, 269, 17, 97, 26, 335, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 8, 30, 31, 33, 217, 46, 403, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 31, 121, 122, 16, 97, 40, 432, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 85, 626, 799, 0, 0, 0, 0, 85, 626 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.gmo, 40, 173, 218, 0, 0, 0, 0, 40, 173 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 75, 558, 454, 4, 23, 8, 69, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 80, 578, 602, 3, 15, 4, 57, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 87, 650, 790, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 88, 629, 539, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/he.gmo, 84, 622, 607, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 88, 629, 480, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gv.gmo, 41, 206, 246, 0, 0, 0, 0, 41, 206 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 8, 30, 33, 33, 217, 46, 403, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.gmo, 88, 629, 527, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.gmo, 88, 629, 574, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 80, 578, 602, 0, 0, 0, 0, 80, 578 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 37, 175, 207, 23, 176, 27, 299, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 4, 6, 7, 38, 212, 45, 432, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/de.gmo, 88, 629, 617, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 88, 629, 160, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ky.gmo, 67, 524, 422, 0, 0, 0, 0, 67, 524 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hy.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.gmo, 88, 629, 851, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zu.gmo, 7, 21, 22, 0, 0, 0, 0, 7, 21 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.gmo, 88, 629, 480, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 88, 629, 527, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hy.po, 1, 1, 1, 9, 40, 77, 609, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 88, 629, 581, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 88, 629, 745, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.gmo, 38, 171, 170, 0, 0, 0, 0, 38, 171 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.gmo, 88, 629, 612, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/si.gmo, 20, 116, 110, 0, 0, 0, 0, 20, 116 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 88, 629, 636, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 7, 21, 21, 35, 224, 45, 405, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/or.gmo, 81, 619, 585, 0, 0, 0, 0, 81, 619 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.gmo, 85, 626, 694, 0, 0, 0, 0, 85, 626 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 88, 629, 441, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fy.gmo, 22, 93, 80, 0, 0, 0, 0, 22, 93 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.gmo, 34, 159, 174, 0, 0, 0, 0, 34, 159 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.gmo, 88, 629, 734, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 87, 650, 197, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.gmo, 45, 228, 184, 0, 0, 0, 0, 45, 228 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/te.gmo, 81, 619, 487, 0, 0, 0, 0, 81, 619 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 84, 622, 622, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/kab.gmo, 87, 650, 752, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 88, 629, 556, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.gmo, 42, 205, 220, 0, 0, 0, 0, 42, 205 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/an.gmo, 87, 650, 790, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/it.gmo, 88, 629, 702, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/crh.po, 73, 514, 437, 5, 64, 9, 72, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nso.gmo, 7, 21, 37, 0, 0, 0, 0, 7, 21 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/csb.gmo, 25, 112, 117, 0, 0, 0, 0, 25, 112 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 88, 629, 817, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 88, 629, 684, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 84, 622, 607, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.gmo, 88, 629, 581, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 57, 352, 403, 13, 89, 17, 209, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/da.gmo, 88, 629, 558, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 12, 50, 22, 37, 236, 38, 364, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.gmo, 57, 352, 403, 0, 0, 0, 0, 57, 352 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 88, 629, 547, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 88, 629, 764, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gdm.pot, 0, 0, 0, 0, 0, 88, 629, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 88, 629, 558, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 88, 629, 702, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.gmo, 4, 6, 7, 0, 0, 0, 0, 4, 6 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.gmo, 88, 629, 609, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 60, 422, 490, 14, 95, 13, 133, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 88, 629, 580, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 88, 629, 478, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/km.gmo, 80, 578, 216, 0, 0, 0, 0, 80, 578 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/is.gmo, 88, 629, 636, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 88, 629, 790, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 88, 629, 512, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.gmo, 87, 620, 546, 0, 0, 0, 0, 87, 620 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 42, 205, 220, 19, 145, 26, 300, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 84, 622, 636, 0, 0, 0, 0, 84, 622 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 88, 629, 674, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 88, 629, 160, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 80, 578, 697, 3, 15, 4, 57, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 88, 629, 734, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 88, 629, 627, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/kab.po, 87, 650, 752, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.gmo, 75, 558, 454, 0, 0, 0, 0, 75, 558 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 88, 629, 505, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 88, 629, 157, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 28, 119, 119, 33, 196, 26, 335, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.gmo, 87, 650, 659, 0, 0, 0, 0, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.gmo, 50, 299, 265, 0, 0, 0, 0, 50, 299 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 87, 620, 531, 1, 9, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.gmo, 1, 1, 2, 0, 0, 0, 0, 1, 1 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/az.gmo, 7, 21, 27, 0, 0, 0, 0, 7, 21 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.gmo, 88, 629, 722, 0, 0, 0, 0, 88, 629 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/ps.gmo, 27, 109, 124, 0, 0, 0, 0, 27, 109 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/nso.po, 7, 21, 37, 35, 224, 45, 405, 87, 650 -gdm-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 78, 566, 445, 3, 15, 6, 69, 87, 650 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 433, 5312, 1030, 0, 0, 0, 0, 433, 5312 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 436, 5390, 1035, 0, 0, 0, 0, 436, 5390 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 581, 6612, 1204, 0, 0, 0, 0, 581, 6612 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/uk/uk.po, 552, 6577, 5320, 0, 0, 0, 0, 552, 6577 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/th/th.po, 219, 2555, 778, 0, 0, 456, 5022, 675, 7577 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/te/te.po, 15, 29, 30, 0, 0, 580, 7436, 595, 7465 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 595, 6607, 6127, 0, 0, 0, 0, 595, 6607 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 600, 7570, 6316, 0, 0, 0, 0, 600, 7570 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 580, 6559, 5328, 0, 0, 0, 0, 580, 6559 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/ro/ro.po, 580, 6559, 6440, 0, 0, 0, 0, 580, 6559 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 595, 6607, 6968, 0, 0, 0, 0, 595, 6607 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 595, 6607, 5141, 0, 0, 0, 0, 595, 6607 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/oc/oc.po, 96, 141, 165, 0, 0, 592, 7615, 688, 7756 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/lv/lv.po, 581, 6603, 5046, 0, 0, 0, 0, 581, 6603 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 692, 7740, 5726, 0, 0, 0, 0, 692, 7740 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/ja/ja.po, 71, 316, 168, 164, 1181, 366, 6089, 601, 7586 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/it/it.po, 675, 7613, 7707, 0, 0, 0, 0, 675, 7613 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/id/id.po, 581, 6603, 5951, 0, 0, 0, 0, 581, 6603 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 595, 6607, 5511, 0, 0, 0, 0, 595, 6607 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 580, 6559, 6456, 0, 0, 0, 0, 580, 6559 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 580, 6559, 7117, 0, 0, 0, 0, 580, 6559 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 211, 2280, 1403, 133, 1567, 208, 2730, 552, 6577 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/eu/eu.po, 675, 7577, 5738, 0, 0, 0, 0, 675, 7577 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/es/es.po, 597, 6613, 6845, 0, 0, 0, 0, 597, 6613 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/el/el.po, 581, 6612, 6702, 0, 0, 0, 0, 581, 6612 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/de/de.po, 593, 6567, 6343, 0, 0, 2, 40, 595, 6607 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/da/da.po, 670, 7555, 7171, 0, 0, 0, 0, 670, 7555 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 595, 6607, 5916, 0, 0, 0, 0, 595, 6607 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 595, 6607, 6813, 0, 0, 0, 0, 595, 6607 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/bg/bg.po, 595, 7465, 6650, 0, 0, 0, 0, 595, 7465 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, help/ar/ar.po, 513, 4492, 3525, 3, 62, 153, 2637, 669, 7191 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 727, 4279, 979, 0, 0, 0, 0, 727, 4279 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 682, 4080, 930, 0, 0, 0, 0, 682, 4080 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 726, 4278, 1057, 0, 0, 0, 0, 726, 4278 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 999, 4120, 3612, 17, 73, 3, 12, 1019, 4205 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.po, 501, 2030, 2528, 128, 511, 391, 1665, 1020, 4206 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 729, 4304, 5359, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 722, 4266, 3754, 0, 0, 0, 0, 722, 4266 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 754, 4362, 3285, 0, 0, 0, 0, 754, 4362 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 729, 4304, 3438, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/tk.po, 526, 2502, 2118, 179, 906, 315, 798, 1020, 4206 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 722, 4266, 1225, 0, 0, 0, 0, 722, 4266 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 150, 214, 257, 1, 1, 603, 4147, 754, 4362 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 683, 4083, 3336, 0, 0, 0, 0, 683, 4083 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 684, 4084, 3444, 0, 0, 0, 0, 684, 4084 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 730, 4306, 4070, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 721, 4267, 4427, 0, 0, 0, 0, 721, 4267 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 729, 4304, 4458, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 1093, 4942, 5720, 0, 0, 0, 0, 1093, 4942 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 727, 4279, 4169, 0, 0, 0, 0, 727, 4279 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 726, 4278, 4046, 0, 0, 0, 0, 726, 4278 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 659, 1941, 2161, 0, 0, 443, 3122, 1102, 5063 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 202, 244, 252, 648, 3615, 170, 347, 1020, 4206 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 726, 4278, 3713, 0, 0, 0, 0, 726, 4278 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 730, 4306, 4728, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 730, 4306, 4833, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 722, 4266, 4599, 0, 0, 0, 0, 722, 4266 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ps.po, 622, 1929, 2072, 0, 0, 475, 3081, 1097, 5010 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 729, 4304, 4077, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 727, 4292, 4635, 0, 0, 2, 12, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 684, 4084, 4096, 0, 0, 0, 0, 684, 4084 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 721, 4267, 4839, 0, 0, 0, 0, 721, 4267 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 655, 3549, 3368, 1, 1, 92, 799, 748, 4349 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 726, 4278, 4222, 0, 0, 0, 0, 726, 4278 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 440, 1902, 1902, 263, 1988, 26, 414, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/nds.po, 239, 438, 408, 0, 0, 861, 4515, 1100, 4953 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 730, 4306, 4075, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/my.po, 475, 1513, 1137, 0, 0, 633, 3491, 1108, 5004 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 541, 2390, 2105, 176, 884, 303, 932, 1020, 4206 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 683, 4083, 3807, 0, 0, 0, 0, 683, 4083 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 507, 2180, 1901, 211, 1293, 301, 732, 1019, 4205 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 721, 4271, 3425, 0, 0, 0, 0, 721, 4271 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 739, 4316, 4378, 0, 0, 0, 0, 739, 4316 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/mi.po, 54, 68, 74, 131, 232, 835, 3906, 1020, 4206 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 1032, 4328, 4766, 14, 45, 0, 0, 1046, 4373 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 1104, 4965, 5469, 0, 0, 0, 0, 1104, 4965 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 729, 4304, 3724, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 729, 4304, 3590, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ln.po, 724, 4280, 4594, 0, 0, 0, 0, 724, 4280 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/la.po, 8, 9, 16, 0, 0, 1085, 4933, 1093, 4942 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 297, 676, 760, 19, 39, 786, 4348, 1102, 5063 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 729, 4304, 3092, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 684, 4084, 3430, 0, 0, 0, 0, 684, 4084 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 751, 4360, 1654, 0, 0, 0, 0, 751, 4360 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 669, 3162, 2540, 0, 0, 57, 1116, 726, 4278 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 311, 491, 475, 371, 1693, 352, 2099, 1034, 4283 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 729, 4304, 1001, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 729, 4304, 4489, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 713, 3974, 3681, 0, 0, 7, 296, 720, 4270 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 730, 4306, 3965, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/hy.po, 156, 415, 357, 0, 0, 877, 3917, 1033, 4332 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 729, 4304, 3699, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 726, 4282, 4094, 0, 0, 4, 24, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 683, 4083, 4844, 0, 0, 0, 0, 683, 4083 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 722, 4266, 3803, 0, 0, 0, 0, 722, 4266 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 712, 4184, 4421, 0, 0, 0, 0, 712, 4184 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 729, 4304, 4856, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 721, 4267, 6000, 0, 0, 0, 0, 721, 4267 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 397, 996, 1124, 35, 158, 315, 3122, 747, 4276 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 725, 4280, 4923, 0, 0, 4, 24, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 729, 4304, 4968, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 729, 4304, 3184, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 729, 4304, 4671, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 730, 4306, 3503, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 747, 4276, 3369, 0, 0, 0, 0, 747, 4276 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 730, 4306, 4847, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 710, 4082, 3751, 2, 10, 4, 24, 716, 4116 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 729, 4304, 4335, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 1028, 4339, 4344, 0, 0, 0, 0, 1028, 4339 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 1110, 5063, 5069, 0, 0, 0, 0, 1110, 5063 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 730, 4306, 4507, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 1099, 4983, 2458, 0, 0, 0, 0, 1099, 4983 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 730, 4306, 4281, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 730, 4306, 3945, 0, 0, 0, 0, 730, 4306 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 953, 3827, 4389, 100, 747, 50, 388, 1103, 4962 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 729, 4304, 4121, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/crh.po, 754, 4362, 3447, 0, 0, 0, 0, 754, 4362 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 722, 4266, 4981, 0, 0, 0, 0, 722, 4266 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 729, 4304, 5041, 0, 0, 0, 0, 729, 4304 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 685, 4087, 4003, 0, 0, 0, 0, 685, 4087 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/br.po, 787, 2495, 2806, 103, 787, 214, 1681, 1104, 4963 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 684, 4084, 4396, 0, 0, 0, 0, 684, 4084 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 1107, 5003, 5417, 0, 0, 0, 0, 1107, 5003 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 722, 4266, 4420, 0, 0, 0, 0, 722, 4266 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 1099, 4948, 4656, 0, 0, 0, 0, 1099, 4948 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 721, 4271, 3896, 0, 0, 0, 0, 721, 4271 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/az.po, 548, 2626, 2196, 176, 884, 296, 696, 1020, 4206 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 734, 4323, 4477, 0, 0, 0, 0, 734, 4323 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 684, 4084, 4244, 0, 0, 0, 0, 684, 4084 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 721, 4265, 4174, 0, 0, 0, 0, 721, 4265 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 688, 4104, 4705, 0, 0, 0, 0, 688, 4104 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/am.po, 257, 521, 547, 203, 553, 560, 3132, 1020, 4206 -gedit-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 683, 3317, 3347, 41, 824, 3, 138, 727, 4279 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/en_GB.gmo, 596, 3578, 3578, 0, 0, 0, 0, 596, 3578 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/tr.gmo, 614, 2379, 2085, 0, 0, 0, 0, 614, 2379 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/gegl-0.4.pot, 0, 0, 0, 0, 0, 1830, 8885, 1830, 8885 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/de.gmo, 1609, 6737, 5861, 0, 0, 0, 0, 1609, 6737 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/ko.gmo, 148, 345, 285, 0, 0, 0, 0, 148, 345 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/mr.gmo, 1490, 6617, 5826, 0, 0, 0, 0, 1490, 6617 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/is.gmo, 753, 1436, 1353, 0, 0, 0, 0, 753, 1436 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sr.po, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/lv.gmo, 1418, 5684, 5158, 0, 0, 0, 0, 1418, 5684 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/it.gmo, 1878, 9197, 9885, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/uk.po, 1344, 4646, 4344, 149, 505, 264, 3304, 1757, 8455 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 1764, 8483, 9471, 0, 0, 0, 0, 1764, 8483 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 1878, 9197, 3187, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/el.po, 1878, 9197, 9419, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/eu.gmo, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/ca.gmo, 1878, 9197, 11067, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/bs.gmo, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/de.po, 1609, 6737, 5861, 75, 491, 121, 1509, 1805, 8737 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 1878, 9197, 3187, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/tr.po, 614, 2379, 2085, 34, 64, 765, 4492, 1413, 6935 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/da.po, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sl.po, 1591, 6690, 6319, 66, 433, 221, 2074, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/da.gmo, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/it.po, 1878, 9197, 9885, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sk.gmo, 68, 151, 159, 0, 0, 0, 0, 68, 151 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/mr.po, 1490, 6617, 5826, 11, 51, 256, 1787, 1757, 8455 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/pt.po, 1504, 7265, 8037, 6, 66, 7, 57, 1517, 7388 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/ca.po, 1878, 9197, 11067, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sv.po, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/nb.gmo, 122, 187, 177, 0, 0, 0, 0, 122, 187 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/pt.gmo, 1504, 7265, 8037, 0, 0, 0, 0, 1504, 7265 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/oc.gmo, 1292, 5922, 6708, 0, 0, 0, 0, 1292, 5922 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/oc.po, 1292, 5922, 6708, 0, 0, 196, 1298, 1488, 7220 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/eo.po, 127, 178, 173, 106, 209, 1478, 7709, 1711, 8096 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/pl.gmo, 1878, 9197, 8587, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sk.po, 68, 151, 159, 0, 0, 1416, 7018, 1484, 7169 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sl.gmo, 1591, 6690, 6319, 0, 0, 0, 0, 1591, 6690 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/nb.po, 122, 187, 177, 626, 1556, 747, 5495, 1495, 7238 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/es.po, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 1764, 8483, 9471, 0, 0, 1, 2, 1765, 8485 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/ko.po, 148, 345, 285, 105, 247, 698, 4805, 951, 5397 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/el.gmo, 1878, 9197, 9419, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/es.gmo, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/eu.po, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sr.gmo, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/id.gmo, 76, 115, 110, 0, 0, 0, 0, 76, 115 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/pl.po, 1878, 9197, 8587, 0, 0, 0, 0, 1878, 9197 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/en_GB.po, 596, 3578, 3578, 196, 913, 159, 906, 951, 5397 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/fr.po, 1186, 5686, 6517, 2, 55, 241, 1264, 1429, 7005 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/sv.gmo, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/is.po, 753, 1436, 1353, 9, 19, 1111, 7682, 1873, 9137 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/ru.gmo, 1078, 2944, 2870, 0, 0, 0, 0, 1078, 2944 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/fr.gmo, 1186, 5686, 6517, 0, 0, 0, 0, 1186, 5686 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/uk.gmo, 1344, 4646, 4344, 0, 0, 0, 0, 1344, 4646 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/lv.po, 1418, 5684, 5158, 111, 758, 218, 1963, 1747, 8405 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/id.po, 76, 115, 110, 313, 714, 562, 4568, 951, 5397 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/ru.po, 1078, 2944, 2870, 124, 434, 645, 5605, 1847, 8983 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/gl.gmo, 170, 283, 325, 0, 0, 0, 0, 170, 283 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/bs.po, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/gl.po, 170, 283, 325, 132, 287, 649, 4827, 951, 5397 -gegl04-0.4.16-4.fc31.src.rpm.stats.csv, po/eo.gmo, 127, 178, 173, 0, 0, 0, 0, 127, 178 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/gettext-runtime.pot, 0, 0, 0, 0, 0, 47, 469, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sk.po, 45, 418, 413, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/nb.po, 28, 310, 272, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/zh_HK.gmo, 24, 220, 72, 0, 0, 0, 0, 24, 220 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sl.gmo, 28, 310, 266, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/uk.gmo, 45, 418, 394, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ca.po, 28, 310, 323, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/pt.po, 45, 418, 450, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/eo.gmo, 45, 418, 413, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/tr.po, 45, 418, 354, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ru.gmo, 45, 418, 390, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/gl.po, 28, 310, 319, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/zh_TW.gmo, 45, 418, 140, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/it.gmo, 28, 310, 325, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/hu.gmo, 28, 310, 283, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sv.gmo, 45, 418, 373, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/es.po, 45, 418, 488, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/be.gmo, 12, 99, 91, 0, 0, 0, 0, 12, 99 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/hr.po, 45, 418, 392, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/nl.po, 28, 310, 296, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/et.po, 7, 18, 20, 10, 159, 30, 292, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sv.po, 45, 418, 373, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/be.po, 12, 99, 91, 11, 129, 24, 241, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/uk.po, 45, 418, 394, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/hu.po, 28, 310, 283, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/cs.po, 28, 310, 284, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ro.po, 45, 418, 440, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/pt_BR.po, 45, 418, 452, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/fr.gmo, 45, 418, 439, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/fr.po, 45, 418, 439, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ru.po, 45, 418, 390, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/gl.gmo, 28, 310, 319, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/pl.po, 45, 418, 377, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ko.gmo, 45, 418, 317, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/zh_HK.po, 24, 220, 72, 11, 132, 12, 117, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/bg.gmo, 45, 418, 415, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/nn.gmo, 24, 220, 201, 0, 0, 0, 0, 24, 220 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/de.po, 28, 310, 299, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/da.po, 28, 310, 267, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/en@quot.po, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/nb.gmo, 28, 310, 272, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sr.gmo, 28, 310, 290, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/pl.gmo, 45, 418, 377, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/bg.po, 45, 418, 415, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ja.po, 45, 418, 176, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/en@quot.gmo, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/nn.po, 24, 220, 204, 12, 170, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/nl.gmo, 28, 310, 296, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/tr.gmo, 45, 418, 354, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/es.gmo, 45, 418, 488, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/el.po, 6, 16, 18, 11, 161, 30, 292, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/fi.po, 28, 310, 224, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ast.po, 28, 310, 300, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/id.gmo, 26, 230, 207, 0, 0, 0, 0, 26, 230 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/de.gmo, 28, 310, 299, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/cs.gmo, 28, 310, 284, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ga.po, 28, 310, 295, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/fi.gmo, 28, 310, 224, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/hr.gmo, 45, 418, 392, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/zh_TW.po, 45, 418, 140, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/vi.gmo, 28, 310, 442, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ga.gmo, 28, 310, 295, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/zh_CN.po, 45, 418, 130, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/pt.gmo, 45, 418, 450, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ro.gmo, 45, 418, 440, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/eo.po, 45, 418, 413, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/en@boldquot.po, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/vi.po, 28, 310, 442, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sr.po, 28, 310, 290, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sk.gmo, 45, 418, 413, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/id.po, 26, 230, 207, 10, 160, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/zh_CN.gmo, 45, 418, 130, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ko.po, 45, 418, 317, 1, 38, 1, 13, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/it.po, 28, 310, 325, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ca.gmo, 28, 310, 323, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/en@boldquot.gmo, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/pt_BR.gmo, 45, 418, 452, 0, 0, 0, 0, 45, 418 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/ast.gmo, 28, 310, 300, 0, 0, 0, 0, 28, 310 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-runtime/po/sl.po, 28, 310, 266, 8, 80, 11, 79, 47, 469 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sk.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/af.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/nb.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ky.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ca.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/pt.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/tr.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/gl.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ta.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/es.po, 4, 15, 18, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/hr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/nl.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sv.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/lv.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/uk.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/hu.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/cs.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ro.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/pt_BR.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/fr.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ru.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/pl.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/mt.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/zh_HK.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/de.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ms.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/da.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/bg.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ja.po, 4, 15, 8, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/el.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/fi.po, 4, 15, 11, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ast.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/ga.po, 4, 15, 21, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/zh_TW.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/zh_CN.po, 4, 15, 6, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/eo.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/vi.po, 4, 15, 22, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/id.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/it.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-kde/po/sl.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-qt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++-wxwidgets/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c++/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sk.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/af.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/nb.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ky.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ca.po, 9, 37, 43, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/pt.po, 9, 37, 37, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/tr.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/gl.po, 2, 4, 5, 1, 10, 6, 23, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ta.po, 9, 37, 29, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/es.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/hr.po, 9, 37, 36, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/nl.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sv.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/lv.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/uk.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/hu.po, 9, 37, 31, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/cs.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ro.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/pt_BR.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/fr.po, 9, 37, 47, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ru.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/pl.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/mt.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/zh_HK.po, 1, 2, 1, 1, 10, 7, 25, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/de.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ms.po, 9, 37, 37, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/da.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/bg.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ja.po, 9, 37, 14, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/el.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/fi.po, 9, 37, 27, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ast.po, 9, 37, 36, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/ga.po, 9, 37, 42, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/zh_TW.po, 9, 37, 15, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/zh_CN.po, 9, 37, 16, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/eo.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/vi.po, 9, 37, 50, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sr.po, 9, 37, 41, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/id.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/it.po, 9, 37, 42, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c-gnome3/po/sl.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-c/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-clisp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp-forms/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-csharp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-gawk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-guile/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-awt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-qtjambi/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java-swing/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-java/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-librep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc-gnustep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-objc/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-pascal/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/af.po, 3, 18, 14, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/nb.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ky.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ca.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/pt.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/tr.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/gl.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ta.po, 3, 18, 14, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/es.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/hr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/nl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sv.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/lv.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/uk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/hu.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/cs.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ro.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/pt_BR.po, 3, 18, 21, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/fr.po, 3, 18, 23, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ru.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/pl.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/mt.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/zh_HK.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/de.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ms.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/da.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/bg.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ja.po, 3, 18, 8, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/el.po, 3, 18, 19, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/fi.po, 3, 18, 12, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ast.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/ga.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/zh_TW.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/zh_CN.po, 3, 18, 7, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/eo.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/vi.po, 3, 18, 25, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/id.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/it.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-perl/po/sl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-php/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-python/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-sh/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-smalltalk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl-tk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-tcl/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/hello-ycp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-php.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c-gnome3.pot, 0, 0, 0, 0, 0, 9, 37, 9, 37 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-sh.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/sk.po, 18, 98, 96, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/af.po, 10, 63, 49, 1, 10, 7, 25, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/nb.po, 18, 98, 87, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ky.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-objc.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ca.po, 18, 98, 118, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/pt.po, 18, 98, 105, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-csharp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/tr.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/gl.po, 11, 65, 73, 1, 10, 6, 23, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ta.po, 18, 98, 76, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-kde.pot, 0, 0, 0, 0, 0, 4, 15, 4, 15 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/es.po, 18, 98, 108, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hr.po, 18, 98, 97, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/nl.po, 18, 98, 90, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/gettext-examples.pot, 0, 0, 0, 0, 0, 18, 98, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-clisp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/sv.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/lv.po, 10, 63, 63, 1, 10, 7, 25, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-smalltalk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/uk.po, 18, 98, 93, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hu.po, 18, 98, 85, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/cs.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ro.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/pt_BR.po, 18, 98, 111, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-python.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/fr.po, 18, 98, 124, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ru.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/pl.po, 18, 98, 98, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/mt.po, 10, 63, 59, 1, 10, 7, 25, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-gawk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-pascal.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-csharp-forms.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/zh_HK.po, 10, 63, 17, 1, 10, 7, 25, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/de.po, 18, 98, 88, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ms.po, 18, 98, 91, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/da.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-guile.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-objc-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/bg.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ja.po, 18, 98, 38, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/el.po, 10, 63, 65, 1, 10, 7, 25, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/fi.po, 18, 98, 66, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-java-qtjambi.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ast.po, 18, 98, 97, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-objc-gnustep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-perl.pot, 0, 0, 0, 0, 0, 3, 18, 3, 18 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/ga.po, 18, 98, 113, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/zh_TW.po, 18, 98, 31, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/zh_CN.po, 18, 98, 39, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-java-awt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-tcl-tk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/eo.po, 18, 98, 104, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/vi.po, 18, 98, 135, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/sr.po, 18, 98, 102, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-qt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/id.po, 10, 63, 56, 1, 10, 7, 25, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-java-swing.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-c++-wxwidgets.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-java.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-tcl.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-librep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/it.po, 18, 98, 120, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/hello-ycp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/examples/po/sl.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sk.po, 687, 6685, 6278, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pa.gmo, 192, 988, 1108, 0, 0, 0, 0, 192, 988 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/nb.po, 139, 1084, 974, 50, 468, 500, 5184, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sl.gmo, 661, 6367, 6152, 0, 0, 0, 0, 661, 6367 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/uk.gmo, 687, 6685, 6214, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ca.po, 661, 6367, 7663, 25, 340, 3, 29, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pt.po, 687, 6685, 7139, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/tr.po, 472, 4725, 3914, 141, 1468, 76, 543, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ru.gmo, 661, 6367, 5887, 0, 0, 0, 0, 661, 6367 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/gl.po, 186, 1272, 1526, 45, 411, 458, 5053, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/zh_TW.gmo, 687, 6685, 2473, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/it.gmo, 589, 5969, 6517, 0, 0, 0, 0, 589, 5969 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sv.gmo, 687, 6685, 5835, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/es.po, 687, 6685, 8151, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/be.gmo, 148, 1124, 1077, 0, 0, 0, 0, 148, 1124 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/nl.po, 413, 3125, 2947, 17, 145, 259, 3466, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/et.po, 55, 332, 324, 134, 1220, 500, 5184, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sv.po, 687, 6685, 5835, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/be.po, 148, 1124, 1077, 134, 1197, 407, 4415, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/uk.po, 687, 6685, 6214, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/cs.po, 55, 332, 354, 105, 1029, 529, 5375, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ro.po, 387, 3655, 3875, 195, 2229, 107, 852, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pt_BR.po, 687, 6685, 7490, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/fr.gmo, 687, 6685, 7997, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/fr.po, 687, 6685, 7997, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ru.po, 661, 6367, 5887, 25, 340, 3, 29, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/gl.gmo, 186, 1272, 1526, 0, 0, 0, 0, 186, 1272 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pl.po, 687, 6685, 6318, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ko.gmo, 687, 6685, 5478, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/bg.gmo, 687, 6685, 6987, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/eu.po, 367, 2821, 2598, 181, 1847, 141, 2068, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/nn.gmo, 91, 826, 714, 0, 0, 0, 0, 91, 826 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/de.po, 595, 6012, 5915, 55, 498, 39, 226, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/da.po, 512, 5098, 4543, 114, 1212, 63, 426, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/en@quot.po, 689, 6736, 6736, 0, 0, 0, 0, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/nb.gmo, 139, 1084, 974, 0, 0, 0, 0, 139, 1084 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sr.gmo, 661, 6367, 5974, 0, 0, 0, 0, 661, 6367 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pl.gmo, 687, 6685, 6318, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/bg.po, 687, 6685, 6987, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ja.po, 687, 6685, 3086, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/en@quot.gmo, 689, 6736, 6736, 0, 0, 0, 0, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/gettext-tools.pot, 0, 0, 0, 0, 0, 689, 6736, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/nn.po, 91, 826, 730, 101, 947, 497, 4963, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/nl.gmo, 413, 3125, 2947, 0, 0, 0, 0, 413, 3125 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/tr.gmo, 472, 4725, 3914, 0, 0, 0, 0, 472, 4725 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/es.gmo, 687, 6685, 8151, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/el.po, 35, 184, 214, 142, 1267, 512, 5285, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/fi.po, 595, 6012, 4639, 55, 498, 39, 226, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/id.gmo, 508, 5087, 4867, 0, 0, 0, 0, 508, 5087 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/de.gmo, 595, 6012, 5915, 0, 0, 0, 0, 595, 6012 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/fi.gmo, 595, 6012, 4639, 0, 0, 0, 0, 595, 6012 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/zh_TW.po, 687, 6685, 2473, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/vi.gmo, 661, 6367, 9119, 0, 0, 0, 0, 661, 6367 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/eu.gmo, 367, 2821, 2598, 0, 0, 0, 0, 367, 2821 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/zh_CN.po, 687, 6685, 2301, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pt.gmo, 687, 6685, 7139, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pa.po, 192, 988, 1108, 75, 471, 422, 5277, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/en@boldquot.po, 689, 6736, 6760, 0, 0, 0, 0, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/vi.po, 661, 6367, 9119, 25, 340, 3, 29, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sr.po, 661, 6367, 5974, 25, 340, 3, 29, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sk.gmo, 687, 6685, 6278, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/id.po, 508, 5087, 4867, 117, 1224, 64, 425, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/zh_CN.gmo, 687, 6685, 2301, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ko.po, 687, 6685, 5478, 1, 38, 1, 13, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/it.po, 589, 5969, 6517, 53, 485, 47, 282, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/ca.gmo, 661, 6367, 7663, 0, 0, 0, 0, 661, 6367 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/en@boldquot.gmo, 689, 6736, 6760, 0, 0, 0, 0, 689, 6736 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/pt_BR.gmo, 687, 6685, 7490, 0, 0, 0, 0, 687, 6685 -gettext-0.20.1-2.fc31.src.rpm.stats.csv, gettext-tools/po/sl.po, 661, 6367, 6152, 25, 340, 3, 29, 689, 6736 -git-2.23.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/zh_cn.po, 366, 1755, 665, 7, 18, 17, 60, 390, 1833 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/vi.po, 543, 2517, 3958, 0, 0, 0, 0, 543, 2517 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/sv.po, 547, 2534, 2614, 0, 0, 0, 0, 547, 2534 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/ru.po, 520, 2359, 2239, 0, 0, 0, 0, 520, 2359 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/pt_pt.po, 550, 2546, 2885, 0, 0, 0, 0, 550, 2546 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/pt_br.po, 520, 2359, 2659, 0, 0, 0, 0, 520, 2359 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/nb.po, 474, 1882, 1982, 0, 0, 39, 443, 513, 2325 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/ja.po, 546, 2532, 896, 0, 0, 1, 2, 547, 2534 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/it.po, 519, 2358, 2830, 0, 0, 1, 1, 520, 2359 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/hu.po, 514, 2328, 2367, 0, 0, 0, 0, 514, 2328 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/git-gui.pot, 0, 0, 0, 0, 0, 520, 2359, 520, 2359 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/fr.po, 520, 2359, 2916, 0, 0, 0, 0, 520, 2359 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/el.po, 381, 1827, 1982, 4, 9, 6, 6, 391, 1842 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/de.po, 520, 2359, 2430, 0, 0, 0, 0, 520, 2359 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/bg.po, 565, 2607, 3145, 0, 0, 0, 0, 565, 2607 -git-2.23.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-2.23.0-1.fc31.src.rpm.stats.csv, git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -git-2.23.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/vi.po, 307, 1135, 1820, 0, 0, 0, 0, 307, 1135 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/sv.po, 311, 1143, 1160, 0, 0, 0, 0, 311, 1143 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/ru.po, 317, 1167, 1198, 0, 0, 0, 0, 317, 1167 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/pt_pt.po, 311, 1143, 1351, 0, 0, 0, 0, 311, 1143 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/pt_br.po, 279, 970, 1113, 16, 116, 12, 49, 307, 1135 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/ja.po, 311, 1143, 515, 0, 0, 0, 0, 311, 1143 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/it.po, 274, 963, 1181, 17, 119, 16, 53, 307, 1135 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/hu.po, 277, 976, 1025, 18, 121, 12, 38, 307, 1135 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/fr.po, 311, 1143, 1470, 0, 0, 0, 0, 311, 1143 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/es.po, 184, 634, 780, 46, 179, 77, 322, 307, 1135 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/de.po, 307, 1135, 1107, 0, 0, 0, 0, 307, 1135 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/ca.po, 307, 1135, 1494, 0, 0, 0, 0, 307, 1135 -git-2.23.0-1.fc31.src.rpm.stats.csv, gitk-git/po/bg.po, 317, 1167, 1340, 0, 0, 0, 0, 317, 1167 -git-2.23.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-2.23.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 4674, 31373, 12269, 0, 0, 0, 0, 4674, 31373 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/vi.po, 4674, 31373, 46661, 0, 0, 0, 0, 4674, 31373 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/sv.po, 4676, 31426, 30070, 0, 0, 0, 0, 4676, 31426 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/ru.po, 3521, 23660, 24475, 0, 0, 1060, 7003, 4581, 30663 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/pt_PT.po, 3198, 21526, 24299, 0, 0, 0, 0, 3198, 21526 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/ko.po, 3608, 24346, 21312, 0, 0, 0, 0, 3608, 24346 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/it.po, 4674, 31373, 36494, 0, 0, 0, 0, 4674, 31373 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/is.po, 14, 81, 80, 0, 0, 0, 0, 14, 81 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/git.pot, 0, 0, 0, 0, 0, 4674, 31373, 4674, 31373 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/fr.po, 4674, 31373, 36716, 0, 0, 0, 0, 4674, 31373 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/es.po, 4674, 31373, 35540, 0, 0, 0, 0, 4674, 31373 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/el.po, 1038, 7892, 9184, 0, 0, 3325, 21434, 4363, 29326 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/de.po, 4674, 31373, 32001, 0, 0, 0, 0, 4674, 31373 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/ca.po, 3802, 24528, 29905, 491, 3374, 383, 3524, 4676, 31426 -git-2.23.0-1.fc31.src.rpm.stats.csv, po/bg.po, 4674, 31373, 38306, 0, 0, 0, 0, 4674, 31373 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 988, 5877, 1967, 114, 938, 37, 291, 1139, 7106 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 905, 5703, 1802, 0, 0, 0, 0, 905, 5703 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 1067, 6647, 2046, 0, 0, 0, 0, 1067, 6647 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/yi.po, 105, 688, 692, 127, 715, 515, 3374, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/xh.po, 131, 902, 729, 142, 769, 474, 3106, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/wa.po, 68, 281, 386, 123, 657, 556, 3839, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/vi.po, 916, 5762, 8063, 0, 0, 0, 0, 916, 5762 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/uk.po, 903, 5675, 5555, 0, 0, 0, 0, 903, 5675 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ug.po, 860, 5426, 5080, 0, 0, 4, 38, 864, 5464 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/tt.po, 81, 345, 297, 101, 513, 565, 3919, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/tr.po, 1154, 7302, 6381, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/tl.po, 150, 1021, 1212, 129, 676, 468, 3080, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/th.po, 1066, 6642, 2868, 0, 0, 0, 0, 1066, 6642 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/tg.po, 79, 119, 115, 27, 101, 758, 5244, 864, 5464 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/te.po, 905, 5703, 4929, 0, 0, 0, 0, 905, 5703 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ta.po, 905, 5703, 4992, 0, 0, 0, 0, 905, 5703 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/sv.po, 1154, 7302, 6987, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1131, 7036, 7206, 0, 0, 0, 0, 1131, 7036 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/sr@ije.po, 106, 706, 648, 134, 736, 507, 3335, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/sr.po, 1154, 7302, 7486, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/sq.po, 358, 2080, 2542, 98, 476, 291, 2221, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/sl.po, 1150, 7157, 7302, 0, 0, 0, 0, 1150, 7157 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/sk.po, 1092, 6591, 6603, 39, 446, 8, 69, 1139, 7106 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/si.po, 97, 385, 417, 115, 566, 535, 3826, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/rw.po, 32, 36, 44, 239, 1640, 476, 3101, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ru.po, 1050, 6425, 6351, 51, 374, 30, 237, 1131, 7036 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ro.po, 1154, 7302, 8478, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 1154, 7302, 8492, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/pt.po, 1060, 6469, 7445, 0, 0, 6, 173, 1066, 6642 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ps.po, 131, 466, 588, 69, 305, 547, 4006, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/pl.po, 1154, 7302, 7469, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/pa.po, 976, 5551, 6274, 110, 1091, 68, 660, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/or.po, 905, 5703, 5749, 0, 0, 0, 0, 905, 5703 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/oc.po, 1066, 6642, 8396, 0, 0, 0, 0, 1066, 6642 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/nn.po, 362, 2080, 2137, 89, 460, 296, 2237, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/nl.po, 665, 2857, 2879, 260, 2059, 225, 2241, 1150, 7157 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ne.po, 403, 1706, 1792, 403, 2232, 301, 3018, 1107, 6956 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/nds.po, 96, 259, 278, 39, 201, 612, 4317, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/nb.po, 1088, 6534, 6548, 1, 8, 38, 476, 1127, 7018 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ms.po, 105, 698, 651, 135, 744, 507, 3335, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/mr.po, 905, 5703, 5424, 0, 0, 0, 0, 905, 5703 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/mn.po, 131, 902, 774, 142, 769, 474, 3106, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ml.po, 587, 3073, 2653, 42, 333, 235, 2058, 864, 5464 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/mk.po, 347, 2025, 2333, 104, 515, 296, 2237, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/mg.po, 164, 1135, 1210, 121, 630, 462, 3012, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/mai.po, 287, 1667, 1866, 93, 452, 367, 2658, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/lv.po, 1131, 7036, 6454, 0, 0, 0, 0, 1131, 7036 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/lt.po, 1154, 7302, 6283, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ku.po, 41, 71, 77, 90, 442, 616, 4264, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ko.po, 1154, 7302, 6382, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/kn.po, 904, 5697, 5056, 0, 0, 0, 0, 904, 5697 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/kk.po, 339, 1072, 1019, 0, 0, 811, 6085, 1150, 7157 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ka.po, 193, 1287, 1058, 120, 605, 434, 2885, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ja.po, 671, 4078, 1761, 92, 660, 101, 731, 864, 5469 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/it.po, 1154, 7302, 8282, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/is.po, 163, 788, 744, 160, 917, 589, 4034, 912, 5739 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/id.po, 1154, 7302, 7413, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/hy.po, 643, 4085, 3998, 42, 304, 62, 388, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/hu.po, 1154, 7302, 7138, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/hr.po, 178, 1017, 968, 0, 0, 652, 4237, 830, 5254 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/hi.po, 905, 5703, 6753, 0, 0, 0, 0, 905, 5703 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/he.po, 1127, 7018, 7022, 0, 0, 0, 0, 1127, 7018 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/gu.po, 904, 5697, 6111, 0, 0, 0, 0, 904, 5697 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/gl.po, 1154, 7302, 9157, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/gd.po, 149, 400, 516, 0, 0, 958, 6556, 1107, 6956 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ga.po, 189, 628, 758, 48, 219, 534, 3954, 771, 4801 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/fur.po, 681, 3407, 4189, 5, 38, 468, 3857, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/fr.po, 1154, 7302, 9229, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/fi.po, 662, 3319, 2746, 280, 2275, 189, 1442, 1131, 7036 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/fa.po, 492, 2602, 2979, 38, 244, 291, 2375, 821, 5221 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/eu.po, 1154, 7302, 6919, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/et.po, 536, 2825, 2459, 151, 897, 444, 3314, 1131, 7036 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/es.po, 1154, 7302, 9275, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/eo.po, 626, 3373, 3327, 245, 2038, 202, 1324, 1073, 6735 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 1154, 7302, 7317, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 771, 4801, 4804, 0, 0, 0, 0, 771, 4801 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 423, 2582, 2581, 66, 377, 258, 1818, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/el.po, 717, 3615, 3831, 300, 2566, 122, 925, 1139, 7106 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/dz.po, 166, 1138, 621, 123, 637, 458, 3002, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/de.po, 1154, 7302, 7440, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/da.po, 1154, 7302, 7090, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/cy.po, 270, 1620, 1788, 101, 503, 376, 2654, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/cs.po, 1154, 7302, 7048, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 1107, 6956, 9502, 0, 0, 0, 0, 1107, 6956 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ca.po, 1154, 7302, 9962, 0, 0, 0, 0, 1154, 7302 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/bs.po, 904, 5697, 5735, 0, 0, 0, 0, 904, 5697 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 915, 5750, 5872, 0, 0, 0, 0, 915, 5750 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/bn.po, 447, 2552, 2699, 57, 301, 243, 1924, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/bg.po, 914, 5755, 6494, 0, 0, 0, 0, 914, 5755 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 347, 2025, 1955, 104, 515, 296, 2237, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/be.po, 865, 5478, 5365, 0, 0, 0, 0, 865, 5478 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/az.po, 104, 696, 627, 135, 744, 508, 3337, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ast.po, 433, 2489, 3154, 66, 335, 248, 1953, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/as.po, 905, 5703, 5806, 0, 0, 0, 0, 905, 5703 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/ar.po, 431, 2303, 2337, 0, 0, 408, 2992, 839, 5295 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/an.po, 864, 5464, 7395, 0, 0, 1, 5, 865, 5469 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/am.po, 37, 51, 54, 86, 414, 624, 4312, 747, 4777 -glib2-2.62.1-1.fc31.src.rpm.stats.csv, po/af.po, 137, 351, 407, 46, 261, 588, 4189, 771, 4801 -glibc-2.30-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glibc-2.30-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glibc-2.30-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 1460, 8066, 3398, 3, 17, 3, 15, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 1405, 7667, 2960, 46, 276, 15, 155, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/vi.po, 1448, 7924, 12479, 11, 131, 7, 43, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/uk.po, 1466, 8098, 8792, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/tr.po, 1237, 6372, 5759, 172, 1172, 57, 554, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/sv.po, 1466, 8098, 7829, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/sl.po, 526, 2708, 2830, 361, 1639, 579, 3751, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/sk.po, 1017, 5002, 5216, 230, 1290, 219, 1806, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/rw.po, 14, 19, 21, 1090, 5893, 362, 2186, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/ru.po, 1462, 8075, 8093, 3, 15, 1, 8, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 1466, 8098, 9771, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/pl.po, 1466, 8098, 8447, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/nl.po, 1466, 8098, 8274, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/nb.po, 697, 3102, 3004, 410, 2284, 359, 2712, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/lt.po, 396, 1566, 1402, 379, 1759, 691, 4773, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/libc.pot, 0, 0, 0, 0, 0, 1466, 8098, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/ko.po, 1434, 7853, 7405, 22, 191, 10, 54, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/ja.po, 1286, 6906, 3013, 113, 739, 67, 453, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/it.po, 1293, 6945, 8183, 109, 720, 64, 433, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/id.po, 1231, 6626, 6955, 144, 808, 91, 664, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/ia.po, 516, 3232, 4133, 41, 272, 909, 4594, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/hu.po, 379, 1553, 1594, 82, 348, 1005, 6197, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/hr.po, 1462, 8075, 8815, 3, 15, 1, 8, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/gl.po, 1008, 4948, 6246, 239, 1351, 219, 1799, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/fr.po, 1425, 7774, 10025, 29, 248, 12, 76, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/fi.po, 1213, 5958, 5124, 129, 1007, 124, 1133, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/es.po, 1368, 7435, 10123, 60, 365, 38, 298, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/eo.po, 836, 3486, 3419, 46, 222, 584, 4390, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/en_GB.po, 10, 64, 64, 0, 0, 1078, 5305, 1088, 5369 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/el.po, 704, 3078, 3615, 371, 2025, 391, 2995, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/de.po, 1466, 8098, 9021, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/da.po, 1231, 6626, 6372, 143, 804, 92, 668, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/cs.po, 1466, 8098, 8239, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/ca.po, 1385, 7548, 10814, 54, 329, 27, 221, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/bg.po, 1466, 8098, 9917, 0, 0, 0, 0, 1466, 8098 -glibc-2.30-5.fc31.src.rpm.stats.csv, po/be.po, 628, 3387, 3281, 0, 0, 838, 4711, 1466, 8098 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 41, 271, 102, 0, 0, 0, 0, 41, 271 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 29, 161, 70, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 42, 278, 100, 0, 0, 0, 0, 42, 278 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/vi.po, 29, 161, 218, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/uk.po, 24, 135, 125, 0, 0, 0, 0, 24, 135 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ug.po, 29, 161, 137, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/tr.po, 41, 269, 206, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/th.po, 29, 161, 74, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/tg.po, 29, 161, 168, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/te.po, 28, 153, 140, 0, 0, 0, 0, 28, 153 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ta.po, 16, 86, 81, 0, 0, 0, 0, 16, 86 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/sv.po, 41, 269, 256, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 36, 229, 276, 0, 0, 0, 0, 36, 229 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/sr.po, 41, 269, 323, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/sl.po, 41, 269, 324, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/sk.po, 37, 247, 308, 0, 0, 2, 11, 39, 258 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ru.po, 41, 271, 277, 0, 0, 0, 0, 41, 271 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ro.po, 41, 269, 355, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 41, 269, 321, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/pt.po, 28, 157, 181, 0, 0, 0, 0, 28, 157 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/pl.po, 41, 269, 301, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/pa.po, 29, 161, 193, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/or.po, 24, 135, 137, 0, 0, 0, 0, 24, 135 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/oc.po, 36, 229, 305, 0, 0, 2, 21, 38, 250 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/nl.po, 40, 262, 237, 0, 0, 0, 0, 40, 262 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ne.po, 24, 139, 120, 0, 0, 5, 24, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/nb.po, 32, 174, 159, 0, 0, 4, 55, 36, 229 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/mr.po, 24, 135, 124, 0, 0, 0, 0, 24, 135 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ml.po, 29, 163, 137, 0, 0, 0, 0, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/lv.po, 41, 269, 274, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/lt.po, 41, 269, 270, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ko.po, 41, 269, 222, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/kn.po, 16, 86, 84, 0, 0, 0, 0, 16, 86 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/km.po, 24, 135, 80, 0, 0, 0, 0, 24, 135 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/kk.po, 28, 153, 145, 0, 0, 13, 118, 41, 271 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ja.po, 28, 157, 68, 0, 0, 0, 0, 28, 157 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/it.po, 41, 269, 316, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/id.po, 41, 269, 261, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/hu.po, 41, 269, 267, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/hr.po, 41, 269, 267, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/hi.po, 29, 161, 195, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/he.po, 32, 171, 165, 0, 0, 4, 58, 36, 229 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/gu.po, 16, 86, 110, 0, 0, 0, 0, 16, 86 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/gl.po, 41, 269, 376, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/gd.po, 29, 163, 214, 0, 0, 0, 0, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/fur.po, 40, 263, 348, 0, 0, 0, 0, 40, 263 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/fr.po, 41, 269, 363, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/fi.po, 29, 165, 126, 0, 0, 12, 106, 41, 271 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/fa.po, 29, 163, 191, 0, 0, 0, 0, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/eu.po, 41, 269, 256, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/et.po, 29, 161, 128, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/es.po, 41, 269, 344, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/eo.po, 22, 123, 123, 2, 11, 5, 29, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 41, 269, 269, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/el.po, 29, 163, 178, 0, 0, 0, 0, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/de.po, 41, 269, 287, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/da.po, 42, 278, 266, 0, 0, 0, 0, 42, 278 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/cs.po, 41, 269, 287, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 29, 163, 249, 0, 0, 0, 0, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ca.po, 41, 269, 420, 0, 0, 0, 0, 41, 269 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/bs.po, 28, 157, 154, 0, 0, 0, 0, 28, 157 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 16, 86, 98, 0, 0, 0, 0, 16, 86 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/bg.po, 29, 163, 199, 0, 0, 0, 0, 29, 163 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/be.po, 39, 258, 245, 0, 0, 0, 0, 39, 258 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/as.po, 29, 161, 155, 0, 0, 0, 0, 29, 161 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/ar.po, 28, 153, 161, 0, 0, 0, 0, 28, 153 -glib-networking-2.62.1-1.fc31.src.rpm.stats.csv, po/an.po, 29, 161, 199, 0, 0, 0, 0, 29, 161 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 16, 31, 18, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 18, 30, 19, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 16, 31, 16, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 18, 30, 32, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 18, 29, 48, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 18, 24, 28, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/uz.po, 7, 14, 11, 0, 0, 2, 4, 9, 18 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 18, 29, 27, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 18, 24, 30, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 18, 24, 20, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 18, 30, 27, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 17, 23, 24, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 16, 31, 35, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 0, 0, 10, 35, 10, 35 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 15, 26, 32, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 15, 26, 34, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ps.po, 9, 18, 25, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 15, 26, 28, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 16, 31, 36, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/nds.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 15, 20, 23, 0, 0, 2, 3, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 16, 31, 30, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 8, 16, 18, 1, 2, 0, 0, 9, 18 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.po, 16, 22, 21, 1, 1, 1, 1, 18, 24 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 18, 24, 24, 0, 0, 0, 0, 18, 24 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 15, 26, 34, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 18, 30, 21, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 9, 18, 18, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 18, 30, 20, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 15, 26, 30, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/hy.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 15, 26, 30, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 18, 30, 30, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/fy.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 15, 26, 31, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 15, 26, 23, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 15, 26, 32, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 16, 31, 32, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 9, 18, 11, 0, 0, 0, 0, 9, 18 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 17, 23, 29, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 15, 26, 28, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 18, 29, 37, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 17, 23, 31, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 17, 29, 38, 0, 0, 0, 0, 17, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 18, 29, 31, 0, 0, 0, 0, 18, 29 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 16, 22, 20, 0, 0, 1, 1, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 13, 22, 20, 0, 0, 3, 9, 16, 31 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/zu.po, 192, 663, 574, 0, 0, 0, 0, 192, 663 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 102, 308, 132, 0, 0, 0, 0, 102, 308 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 174, 596, 511, 1, 3, 0, 0, 175, 599 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 111, 373, 504, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 110, 372, 334, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 95, 303, 266, 0, 0, 0, 0, 95, 303 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 110, 373, 323, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 110, 372, 169, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 102, 309, 340, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 102, 309, 286, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 102, 309, 276, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 110, 373, 337, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 110, 373, 392, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 110, 373, 391, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 111, 373, 340, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 110, 373, 382, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 110, 373, 413, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 110, 372, 383, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 110, 373, 368, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 111, 373, 419, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 102, 309, 333, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 106, 349, 385, 0, 0, 4, 23, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 177, 646, 620, 0, 0, 4, 18, 181, 664 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 111, 373, 355, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 13, 15, 18, 67, 144, 22, 150, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 111, 373, 362, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 160, 519, 486, 2, 9, 29, 169, 191, 697 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 102, 309, 309, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 87, 230, 231, 0, 0, 68, 284, 155, 514 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 111, 373, 320, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 175, 599, 654, 0, 0, 0, 0, 175, 599 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 85, 249, 249, 0, 0, 25, 124, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 37, 63, 75, 0, 0, 120, 530, 157, 593 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 110, 373, 343, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 110, 373, 328, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 188, 650, 720, 0, 0, 4, 12, 192, 662 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 110, 373, 289, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 102, 309, 296, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 144, 460, 257, 0, 0, 0, 0, 144, 460 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 111, 373, 329, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 118, 321, 284, 0, 0, 37, 193, 155, 514 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 109, 370, 151, 0, 0, 1, 3, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 110, 373, 358, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 111, 373, 359, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 110, 373, 334, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/hy.po, 181, 664, 631, 0, 0, 0, 0, 181, 664 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 110, 373, 325, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 110, 373, 357, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 102, 309, 361, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 110, 372, 345, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 102, 309, 355, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 110, 373, 389, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 111, 373, 493, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 70, 156, 204, 0, 0, 26, 154, 96, 310 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/fy.po, 13, 15, 20, 0, 0, 142, 499, 155, 514 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 110, 373, 409, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 110, 373, 423, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 110, 373, 282, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 110, 373, 407, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 110, 373, 315, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 96, 310, 257, 0, 0, 0, 0, 96, 310 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 110, 373, 397, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 110, 372, 357, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 110, 373, 373, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 121, 419, 419, 66, 256, 0, 0, 187, 675 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 111, 373, 390, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 110, 373, 379, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 110, 372, 344, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 110, 373, 392, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/crh.po, 95, 303, 272, 0, 0, 0, 0, 95, 303 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 111, 373, 428, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 110, 373, 428, 0, 0, 0, 0, 110, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 102, 309, 313, 0, 0, 0, 0, 102, 309 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 95, 303, 350, 0, 0, 0, 0, 95, 303 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 192, 662, 719, 0, 0, 0, 0, 192, 662 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 111, 373, 347, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 181, 664, 736, 0, 0, 0, 0, 181, 664 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 101, 308, 336, 0, 0, 0, 0, 101, 308 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 111, 373, 399, 0, 0, 0, 0, 111, 373 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 110, 372, 407, 0, 0, 0, 0, 110, 372 -gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 185, 642, 645, 0, 0, 7, 20, 192, 662 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 238, 1579, 425, 0, 0, 0, 0, 238, 1579 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/te/te.po, 99, 110, 110, 0, 0, 140, 1509, 239, 1619 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 277, 1950, 1733, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 238, 1616, 1394, 0, 0, 0, 0, 238, 1616 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 209, 1187, 1069, 4, 25, 25, 404, 238, 1616 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/ro/ro.po, 220, 1241, 1190, 3, 49, 15, 326, 238, 1616 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 277, 1950, 2144, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/pt/pt.po, 250, 1750, 1789, 3, 32, 12, 104, 265, 1886 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 277, 1950, 1665, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/oc/oc.po, 259, 303, 325, 0, 0, 626, 6188, 885, 6491 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/lv/lv.po, 265, 1886, 1501, 0, 0, 0, 0, 265, 1886 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 277, 1950, 1416, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/ja/ja.po, 225, 1289, 427, 9, 265, 4, 62, 238, 1616 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/it/it.po, 188, 1017, 1096, 8, 239, 40, 319, 236, 1575 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 277, 1950, 1697, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 247, 1727, 1753, 0, 0, 1, 37, 248, 1764 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 277, 1950, 2147, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 203, 1082, 826, 22, 225, 40, 579, 265, 1886 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/eu/eu.po, 831, 6011, 4612, 0, 0, 0, 0, 831, 6011 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/es/es.po, 277, 1950, 2084, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/el/el.po, 251, 1777, 1922, 0, 0, 0, 0, 251, 1777 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/de/de.po, 277, 1950, 1879, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 277, 1950, 1745, 0, 0, 0, 0, 277, 1950 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 216, 1392, 1548, 14, 190, 35, 304, 265, 1886 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, help/bg/bg.po, 603, 5554, 5201, 0, 0, 209, 227, 812, 5781 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 578, 1594, 762, 0, 0, 0, 0, 578, 1594 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 431, 1341, 574, 0, 0, 0, 0, 431, 1341 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 591, 1641, 791, 0, 0, 0, 0, 591, 1641 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 362, 851, 840, 13, 35, 3, 29, 378, 915 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 590, 1632, 2264, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 573, 1583, 1470, 0, 0, 0, 0, 573, 1583 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 334, 1078, 1026, 0, 0, 0, 0, 334, 1078 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 593, 1644, 1505, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/tk.po, 164, 294, 281, 79, 175, 135, 446, 378, 915 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 540, 1486, 834, 0, 0, 0, 0, 540, 1486 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 535, 1464, 1464, 0, 0, 0, 0, 535, 1464 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 428, 1337, 1171, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 428, 1337, 1281, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 593, 1644, 1533, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 579, 1596, 1520, 0, 0, 0, 0, 579, 1596 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 593, 1644, 1568, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 399, 1128, 1306, 0, 0, 0, 0, 399, 1128 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 593, 1644, 1563, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 581, 1602, 1581, 0, 0, 0, 0, 581, 1602 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 379, 853, 894, 0, 0, 71, 839, 450, 1692 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 60, 53, 61, 243, 719, 75, 143, 378, 915 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 590, 1632, 1581, 0, 0, 0, 0, 590, 1632 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 593, 1644, 1780, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 593, 1644, 1939, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 573, 1583, 1735, 0, 0, 0, 0, 573, 1583 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 593, 1644, 1585, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 551, 1539, 1640, 0, 0, 23, 45, 574, 1584 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 428, 1337, 1302, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 540, 1486, 1667, 0, 0, 0, 0, 540, 1486 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 228, 770, 803, 8, 14, 31, 534, 267, 1318 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 593, 1644, 1711, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 205, 357, 347, 116, 286, 107, 694, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 578, 1590, 1456, 0, 0, 0, 0, 578, 1590 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/my.po, 160, 352, 241, 0, 0, 99, 789, 259, 1141 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 328, 768, 757, 30, 57, 20, 90, 378, 915 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 428, 1337, 1299, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 181, 392, 372, 142, 368, 55, 155, 378, 915 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 334, 1078, 854, 0, 0, 0, 0, 334, 1078 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 433, 1399, 1408, 0, 0, 0, 0, 433, 1399 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 351, 554, 555, 0, 0, 242, 1090, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.po, 349, 992, 1083, 8, 23, 0, 0, 357, 1015 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 243, 536, 586, 0, 0, 165, 829, 408, 1365 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 593, 1644, 1521, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 593, 1644, 1494, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 98, 117, 123, 4, 4, 247, 774, 349, 895 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 593, 1644, 1393, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 428, 1337, 1181, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 429, 1333, 750, 0, 0, 2, 8, 431, 1341 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 321, 566, 568, 0, 0, 269, 1066, 590, 1632 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 365, 1044, 948, 0, 0, 0, 0, 365, 1044 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 584, 1625, 782, 0, 0, 9, 19, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 593, 1644, 1791, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 593, 1644, 1634, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/hy.po, 119, 361, 351, 0, 0, 137, 767, 256, 1128 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 593, 1644, 1536, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 593, 1644, 1535, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 428, 1337, 1519, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 513, 1451, 1481, 0, 0, 27, 35, 540, 1486 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 593, 1644, 1867, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 574, 1584, 1836, 0, 0, 0, 0, 574, 1584 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 217, 351, 419, 9, 23, 108, 704, 334, 1078 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 593, 1644, 1839, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 593, 1644, 1910, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 593, 1644, 1362, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 593, 1644, 1714, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 593, 1644, 1472, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 334, 1078, 874, 0, 0, 0, 0, 334, 1078 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 593, 1644, 1850, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 584, 1601, 1581, 1, 4, 1, 3, 586, 1608 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 593, 1644, 1648, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 433, 1399, 1402, 0, 0, 0, 0, 433, 1399 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 254, 1172, 1173, 6, 129, 0, 0, 260, 1301 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 575, 1531, 1648, 15, 107, 3, 6, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 410, 1175, 812, 0, 0, 0, 0, 410, 1175 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 593, 1644, 1587, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 593, 1644, 1545, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 349, 895, 977, 0, 0, 0, 0, 349, 895 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 593, 1644, 1635, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 574, 1584, 1797, 0, 0, 0, 0, 574, 1584 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 593, 1644, 1862, 0, 0, 0, 0, 593, 1644 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 535, 1464, 1357, 0, 0, 0, 0, 535, 1464 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 267, 1327, 1384, 0, 0, 0, 0, 267, 1327 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 574, 1584, 1721, 0, 0, 0, 0, 574, 1584 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 277, 564, 566, 0, 0, 133, 611, 410, 1175 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 378, 855, 909, 0, 0, 50, 364, 428, 1219 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 181, 392, 369, 142, 368, 55, 155, 378, 915 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 433, 1399, 1502, 0, 0, 0, 0, 433, 1399 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 428, 1337, 1364, 0, 0, 0, 0, 428, 1337 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 257, 545, 557, 65, 160, 251, 876, 573, 1581 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 83, 78, 80, 49, 55, 246, 782, 378, 915 -gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 350, 1044, 1011, 37, 159, 41, 176, 428, 1379 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 57, 186, 71, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 58, 186, 93, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/uk.po, 47, 161, 149, 0, 0, 0, 0, 47, 161 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/tr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/tg.po, 24, 49, 64, 0, 0, 23, 112, 47, 161 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ta.po, 54, 149, 138, 0, 0, 3, 37, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/sv.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 58, 186, 204, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/sr.po, 57, 186, 203, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/sl.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/sk.po, 58, 186, 191, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ru.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ro.po, 57, 186, 219, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 57, 186, 226, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/pt.po, 48, 162, 177, 0, 0, 0, 0, 48, 162 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/pl.po, 57, 186, 194, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/pa.po, 35, 80, 103, 0, 0, 7, 66, 42, 146 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/oc.po, 58, 186, 214, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/nl.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ne.po, 58, 186, 197, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/nb.po, 58, 186, 184, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ml.po, 58, 186, 158, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/lv.po, 57, 186, 173, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/lt.po, 57, 186, 175, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ln.po, 44, 155, 181, 0, 0, 0, 0, 44, 155 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ko.po, 57, 186, 168, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/kk.po, 57, 186, 182, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ja.po, 56, 185, 79, 0, 0, 1, 1, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/it.po, 57, 186, 195, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/is.po, 58, 186, 192, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/id.po, 57, 186, 208, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/hu.po, 57, 186, 181, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/hr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/he.po, 47, 161, 157, 0, 0, 0, 0, 47, 161 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/gu.po, 47, 161, 173, 0, 0, 0, 0, 47, 161 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/gl.po, 57, 186, 212, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/gd.po, 58, 186, 246, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/fur.po, 57, 186, 215, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/fr.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/fi.po, 57, 186, 151, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/fa.po, 58, 186, 219, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/eu.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/es.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/eo.po, 56, 185, 178, 0, 0, 0, 0, 56, 185 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/en_GB.po, 58, 186, 194, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/el.po, 57, 186, 207, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/de.po, 57, 186, 204, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/da.po, 56, 185, 191, 0, 0, 0, 0, 56, 185 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/cs.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ca@valencia.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ca.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/be.po, 58, 186, 179, 0, 0, 0, 0, 58, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/ar.po, 57, 186, 183, 0, 0, 0, 0, 57, 186 -gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv, po/af.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 81, 978, 753, 0, 0, 0, 0, 81, 978 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/nl/nl.po, 82, 983, 985, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 82, 983, 621, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/de/de.po, 82, 983, 968, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 82, 983, 765, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 82, 983, 736, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 82, 983, 1060, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 82, 983, 584, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/es/es.po, 82, 983, 963, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 82, 983, 894, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 81, 978, 939, 0, 0, 0, 0, 81, 978 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/id/id.po, 82, 983, 845, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 82, 983, 957, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 82, 983, 1061, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/el/el.po, 82, 983, 994, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/da/da.po, 82, 983, 960, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 82, 983, 721, 0, 0, 0, 0, 82, 983 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 100, 284, 259, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 100, 283, 286, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 99, 283, 249, 0, 0, 0, 0, 99, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 99, 283, 270, 0, 0, 0, 0, 99, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 92, 259, 310, 0, 0, 1, 10, 93, 269 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 100, 284, 300, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 100, 284, 277, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 77, 223, 91, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 77, 223, 229, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 100, 284, 309, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 100, 284, 245, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 77, 223, 199, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 99, 283, 295, 0, 0, 0, 0, 99, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 95, 273, 310, 0, 0, 0, 0, 95, 273 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 99, 283, 135, 0, 0, 0, 0, 99, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 77, 223, 269, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 38, 67, 72, 0, 0, 0, 0, 38, 67 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 99, 283, 274, 0, 0, 0, 0, 99, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 77, 223, 220, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 100, 284, 424, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 100, 283, 369, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 77, 223, 252, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 77, 223, 245, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 100, 283, 291, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 98, 280, 121, 0, 0, 2, 4, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 100, 284, 257, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 59, 127, 126, 0, 0, 1, 1, 60, 128 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 100, 283, 277, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 95, 273, 268, 0, 0, 0, 0, 95, 273 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 100, 284, 334, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 94, 272, 282, 0, 0, 0, 0, 94, 272 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 59, 129, 130, 5, 19, 13, 75, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 100, 284, 239, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 100, 284, 325, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 100, 284, 217, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 77, 223, 244, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 77, 223, 247, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 100, 283, 281, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 77, 223, 176, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 99, 283, 305, 0, 0, 0, 0, 99, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 77, 223, 213, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 100, 284, 283, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 100, 283, 273, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 77, 223, 226, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 100, 284, 115, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 94, 272, 121, 0, 0, 0, 0, 94, 272 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 77, 223, 237, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 100, 284, 248, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 100, 284, 291, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 100, 284, 267, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 94, 272, 286, 0, 0, 0, 0, 94, 272 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 100, 284, 310, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 100, 284, 281, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 43, 85, 108, 0, 0, 34, 138, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 100, 284, 266, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 92, 259, 265, 0, 0, 0, 0, 92, 259 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 53, 126, 117, 0, 0, 46, 157, 99, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 77, 223, 239, 0, 0, 0, 0, 77, 223 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 100, 284, 269, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 100, 283, 331, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 100, 283, 284, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 100, 284, 273, 0, 0, 0, 0, 100, 284 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 100, 283, 278, 0, 0, 0, 0, 100, 283 -gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 100, 284, 299, 0, 0, 0, 0, 100, 284 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 26, 534, 139, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/sv/sv.po, 26, 534, 475, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 26, 534, 665, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/pl/pl.po, 26, 534, 470, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/ml/ml.po, 26, 534, 417, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/ko/ko.po, 26, 534, 387, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/it/it.po, 26, 534, 543, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/hu/hu.po, 26, 534, 473, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/hr/hr.po, 26, 534, 444, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/gl/gl.po, 26, 534, 554, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/fr/fr.po, 26, 534, 615, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/fi/fi.po, 26, 534, 346, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/es/es.po, 26, 534, 598, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/el/el.po, 26, 534, 577, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/de/de.po, 26, 534, 516, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/da/da.po, 26, 534, 480, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/cs/cs.po, 26, 534, 491, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, help/ca/ca.po, 26, 534, 613, 0, 0, 0, 0, 26, 534 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 345, 1796, 471, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 342, 1792, 467, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 345, 1796, 468, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.po, 345, 1796, 2263, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.po, 345, 1796, 1483, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.po, 329, 1681, 1328, 0, 0, 7, 57, 336, 1738 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.po, 345, 1796, 1525, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/th.po, 18, 28, 19, 0, 0, 110, 714, 128, 742 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/tg.po, 343, 1793, 1702, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/te.po, 342, 1792, 1371, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.po, 342, 1792, 1458, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.po, 345, 1796, 1561, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.po, 345, 1796, 1591, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.po, 345, 1796, 1540, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.po, 345, 1796, 1853, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 345, 1796, 2050, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.po, 345, 1796, 2026, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.po, 345, 1796, 1617, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.po, 342, 1792, 1925, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/or.po, 342, 1792, 1682, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.po, 343, 1793, 2019, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.po, 345, 1796, 1670, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.po, 151, 327, 333, 109, 449, 85, 1020, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.po, 345, 1796, 1611, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.po, 342, 1792, 1522, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.po, 237, 770, 635, 2, 2, 102, 976, 341, 1748 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.po, 345, 1796, 1507, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.po, 345, 1796, 1407, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.po, 345, 1796, 1377, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.po, 342, 1792, 1455, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.po, 153, 404, 359, 0, 0, 192, 1392, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.po, 343, 1793, 420, 0, 0, 2, 3, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/it.po, 345, 1796, 1879, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/is.po, 345, 1796, 1706, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/id.po, 345, 1796, 1612, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.po, 345, 1796, 1471, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.po, 345, 1796, 1571, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.po, 342, 1792, 2093, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/he.po, 343, 1793, 1605, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.po, 343, 1793, 1825, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.po, 345, 1796, 1995, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/gd.po, 345, 1796, 2183, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/fur.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.po, 345, 1796, 2037, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.po, 321, 1639, 1155, 1, 17, 23, 140, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.po, 345, 1796, 1873, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.po, 345, 1796, 1446, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/et.po, 343, 1793, 1323, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/es.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.po, 345, 1796, 1609, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.po, 345, 1796, 1795, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/el.po, 345, 1796, 1839, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/de.po, 345, 1796, 1724, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/da.po, 345, 1796, 1572, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 345, 1796, 2097, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.po, 345, 1796, 2100, 0, 0, 0, 0, 345, 1796 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.po, 343, 1793, 1549, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 342, 1792, 1762, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.po, 343, 1793, 1816, 0, 0, 0, 0, 343, 1793 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/as.po, 342, 1792, 1719, 0, 0, 0, 0, 342, 1792 -gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.po, 97, 304, 294, 0, 0, 286, 2109, 383, 2413 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 167, 590, 227, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 155, 405, 207, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 166, 587, 245, 0, 0, 0, 0, 166, 587 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/vi.po, 157, 433, 647, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/uk.po, 129, 311, 312, 0, 0, 0, 0, 129, 311 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ug.po, 151, 344, 326, 0, 0, 0, 0, 151, 344 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/tr.po, 168, 594, 498, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/th.po, 157, 433, 215, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/tg.po, 156, 411, 473, 0, 0, 0, 0, 156, 411 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/te.po, 155, 405, 370, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ta.po, 155, 405, 406, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/sv.po, 168, 594, 562, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 162, 563, 589, 0, 0, 0, 0, 162, 563 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/sr.po, 168, 594, 620, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/sl.po, 168, 594, 554, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/sk.po, 166, 586, 553, 0, 0, 0, 0, 166, 586 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ru.po, 167, 590, 559, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ro.po, 168, 594, 624, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 168, 594, 658, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/pt.po, 157, 433, 481, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/pl.po, 168, 594, 563, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/pa.po, 156, 411, 457, 0, 0, 0, 0, 156, 411 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/or.po, 155, 405, 440, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/oc.po, 157, 433, 497, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/nl.po, 167, 588, 574, 0, 0, 0, 0, 167, 588 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ne.po, 144, 417, 416, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/nb.po, 144, 417, 408, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/mr.po, 155, 405, 421, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ml.po, 151, 344, 316, 0, 0, 0, 0, 151, 344 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/mk.po, 116, 231, 245, 0, 0, 0, 0, 116, 231 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/mjw.po, 104, 202, 206, 0, 0, 63, 386, 167, 588 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/lv.po, 168, 594, 552, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/lt.po, 168, 594, 534, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ko.po, 168, 594, 464, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/kn.po, 155, 405, 399, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/kk.po, 167, 590, 519, 0, 0, 0, 0, 167, 590 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ja.po, 162, 491, 238, 0, 0, 6, 103, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/it.po, 168, 594, 564, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/is.po, 163, 507, 494, 0, 0, 3, 80, 166, 587 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/id.po, 168, 594, 581, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/hu.po, 168, 594, 537, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/hr.po, 168, 594, 541, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/hi.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/he.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/gu.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/gl.po, 168, 594, 651, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/gd.po, 144, 417, 591, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ga.po, 117, 184, 202, 1, 4, 33, 142, 151, 330 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/fur.po, 167, 588, 640, 0, 0, 0, 0, 167, 588 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/fr.po, 168, 594, 668, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/fi.po, 168, 594, 455, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/fa.po, 168, 594, 608, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/eu.po, 168, 594, 516, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/et.po, 151, 331, 301, 0, 0, 0, 0, 151, 331 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/es.po, 168, 594, 654, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/eo.po, 159, 481, 474, 0, 0, 0, 0, 159, 481 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/en_GB.po, 168, 594, 600, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/en_CA.po, 145, 309, 310, 0, 0, 0, 0, 145, 309 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/el.po, 168, 594, 640, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/de.po, 168, 594, 566, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/da.po, 166, 587, 520, 0, 0, 0, 0, 166, 587 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/cs.po, 168, 594, 542, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 144, 417, 499, 0, 0, 0, 0, 144, 417 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ca.po, 168, 594, 687, 0, 0, 0, 0, 168, 594 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/bs.po, 156, 411, 418, 0, 0, 0, 0, 156, 411 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/bg.po, 112, 288, 344, 0, 0, 0, 0, 112, 288 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/be.po, 146, 422, 432, 0, 0, 0, 0, 146, 422 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ast.po, 105, 205, 222, 0, 0, 0, 0, 105, 205 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/as.po, 155, 405, 467, 0, 0, 0, 0, 155, 405 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/ar.po, 155, 380, 423, 0, 0, 2, 53, 157, 433 -gnome-contacts-3.34-1.fc31.src.rpm.stats.csv, po/af.po, 99, 186, 192, 5, 8, 3, 16, 107, 210 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/zh_TW.po, 756, 1313, 886, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/zh_CN.po, 756, 1313, 757, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/vi.po, 504, 504, 981, 69, 88, 183, 721, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ur.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/uk.po, 752, 1304, 1368, 0, 0, 0, 0, 752, 1304 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/tr.po, 612, 672, 672, 4, 8, 140, 633, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/te.po, 756, 1313, 1337, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ta.po, 756, 1313, 1299, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/sv.po, 752, 1304, 1203, 0, 0, 0, 0, 752, 1304 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/sr@latin.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/sr.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/sq.po, 551, 551, 551, 38, 54, 167, 708, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/sl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/sk.po, 756, 1313, 1307, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/si.po, 550, 550, 551, 40, 59, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ru.po, 756, 1313, 1396, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ro.po, 550, 550, 550, 40, 59, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/pt_BR.po, 756, 1313, 1485, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/pt.po, 756, 1313, 1404, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/pl.po, 756, 1313, 1494, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/pa.po, 756, 1313, 1376, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/or.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/nn.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/nl.po, 756, 1313, 1289, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/nds.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/nb.po, 709, 1000, 948, 0, 0, 47, 313, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ms.po, 551, 551, 551, 39, 58, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/mr.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ml.po, 756, 1313, 1312, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/mk.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/mai.po, 559, 559, 564, 31, 50, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/lv.po, 549, 549, 622, 41, 60, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/lt.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/lo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ku.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ko.po, 756, 1313, 1435, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/kn.po, 756, 1313, 1430, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ka.po, 166, 166, 166, 40, 53, 550, 1094, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ja.po, 756, 1313, 912, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/it.po, 756, 1313, 1427, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/is.po, 750, 1298, 1154, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ilo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/id.po, 539, 539, 539, 51, 70, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/hu.po, 690, 971, 986, 15, 29, 51, 313, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/hr.po, 551, 551, 563, 39, 58, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/hi.po, 756, 1313, 1317, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/he.po, 504, 504, 515, 31, 50, 221, 759, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/gu.po, 756, 1313, 1388, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/gl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/fr.po, 755, 1307, 1447, 0, 0, 1, 6, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/fi.po, 756, 1313, 1213, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/fa.po, 520, 526, 701, 59, 76, 177, 711, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/et.po, 521, 521, 522, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/es.po, 756, 1313, 1465, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/en_GB.po, 734, 1223, 1223, 19, 67, 3, 23, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/el.po, 734, 1223, 1195, 19, 67, 3, 23, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/de.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/da.po, 750, 1298, 1198, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/cy.po, 539, 539, 543, 51, 70, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/cs.po, 752, 1304, 1298, 0, 0, 0, 0, 752, 1304 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ca.po, 652, 905, 959, 1, 2, 103, 406, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/bs.po, 550, 550, 562, 40, 59, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/bn_IN.po, 756, 1313, 1335, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/bn.po, 539, 539, 597, 51, 70, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/bg.po, 559, 559, 573, 31, 50, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ast.po, 756, 1313, 1322, 0, 0, 0, 0, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/as.po, 734, 1223, 1387, 19, 67, 3, 23, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/ar.po, 750, 1298, 1298, 5, 9, 1, 6, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, panels/datetime/po-timezones/am.po, 521, 521, 543, 69, 88, 166, 704, 756, 1313 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/zu.po, 564, 2619, 2251, 100, 352, 72, 411, 736, 3382 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 1572, 5528, 2099, 0, 0, 0, 0, 1572, 5528 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/zh_HK.po, 1454, 4946, 1843, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 1594, 5684, 2114, 0, 0, 0, 0, 1594, 5684 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/xh.po, 646, 2834, 2520, 55, 267, 36, 284, 737, 3385 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/wa.po, 128, 273, 373, 219, 470, 390, 2642, 737, 3385 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/vi.po, 1526, 5320, 7609, 0, 0, 0, 0, 1526, 5320 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/uz.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/uk.po, 1492, 5200, 4819, 0, 0, 0, 0, 1492, 5200 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ug.po, 1432, 4462, 4192, 2, 2, 17, 137, 1451, 4601 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/tr.po, 1595, 5738, 5138, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/th.po, 1501, 5190, 2170, 0, 0, 0, 0, 1501, 5190 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/tg.po, 1106, 3632, 3881, 336, 1140, 154, 916, 1596, 5688 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/te.po, 1454, 4946, 4484, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ta.po, 1454, 4946, 4602, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/sv.po, 1595, 5738, 5254, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/sr@latin.po, 1526, 5320, 5367, 0, 0, 0, 0, 1526, 5320 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/sr.po, 1595, 5738, 5781, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/sq.po, 724, 2780, 3203, 0, 0, 0, 0, 724, 2780 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/sl.po, 1592, 5669, 5723, 0, 0, 3, 69, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/sk.po, 1585, 5621, 5530, 3, 6, 7, 111, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/si.po, 184, 380, 454, 0, 0, 662, 3320, 846, 3700 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/rw.po, 60, 63, 64, 474, 2800, 203, 522, 737, 3385 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ru.po, 1597, 5688, 5364, 0, 0, 0, 0, 1597, 5688 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ro.po, 1595, 5738, 6085, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 1595, 5738, 6510, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/pt.po, 1504, 5267, 5898, 0, 0, 0, 0, 1504, 5267 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/pl.po, 1595, 5738, 5492, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/pa.po, 1575, 5477, 6218, 5, 20, 15, 241, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/or.po, 1454, 4946, 5435, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/oc.po, 1551, 5346, 6226, 0, 0, 16, 119, 1567, 5465 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/nso.po, 571, 2626, 3886, 95, 347, 70, 409, 736, 3382 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/nn.po, 567, 1856, 1702, 0, 0, 492, 1512, 1059, 3368 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/nl.po, 1595, 5738, 5461, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ne.po, 1288, 3406, 3411, 136, 547, 172, 1792, 1596, 5745 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/nds.po, 389, 706, 657, 0, 0, 390, 2519, 779, 3225 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/nb.po, 1570, 5406, 5171, 2, 8, 23, 324, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/my.po, 368, 1049, 605, 0, 0, 422, 2315, 790, 3364 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ms.po, 327, 868, 832, 517, 1222, 610, 2856, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/mr.po, 1454, 4946, 4960, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/mn.po, 778, 3548, 3065, 0, 0, 0, 0, 778, 3548 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ml.po, 1386, 4336, 3756, 44, 318, 70, 575, 1500, 5229 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/mk.po, 953, 2882, 3146, 0, 0, 0, 0, 953, 2882 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/mjw.po, 652, 1436, 1444, 0, 0, 943, 4272, 1595, 5708 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/mg.po, 770, 3501, 3857, 3, 15, 0, 0, 773, 3516 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/mai.po, 483, 1583, 1841, 0, 0, 286, 1604, 769, 3187 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/lv.po, 1622, 5713, 5172, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/lt.po, 1595, 5738, 5095, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ky.po, 695, 1780, 1661, 11, 26, 415, 1672, 1121, 3478 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ku.po, 198, 447, 472, 256, 706, 467, 1749, 921, 2902 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ko.po, 1595, 5738, 4909, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/kn.po, 1452, 4958, 4666, 0, 0, 0, 0, 1452, 4958 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/km.po, 19, 30, 20, 0, 0, 0, 0, 19, 30 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/kk.po, 1622, 5713, 5279, 0, 0, 0, 0, 1622, 5713 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ka.po, 626, 1983, 1670, 51, 322, 48, 494, 725, 2799 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ja.po, 1580, 5616, 2058, 0, 0, 15, 122, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/it.po, 1595, 5738, 6096, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/is.po, 1592, 5590, 5462, 0, 0, 6, 99, 1598, 5689 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/id.po, 1595, 5738, 5684, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/hy.po, 480, 1906, 1762, 0, 0, 0, 0, 480, 1906 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/hu.po, 1595, 5738, 5178, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/hr.po, 1595, 5738, 5568, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/hi.po, 1454, 4946, 5873, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/he.po, 1502, 5192, 5010, 0, 0, 0, 0, 1502, 5192 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/gu.po, 1454, 4946, 5506, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/gl.po, 1595, 5738, 6671, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/gd.po, 1526, 5320, 6981, 0, 0, 0, 0, 1526, 5320 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ga.po, 892, 1952, 2167, 149, 574, 424, 2510, 1465, 5036 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/fur.po, 1595, 5738, 6536, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/fr.po, 1595, 5738, 6776, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/fi.po, 1587, 5634, 4454, 1, 5, 7, 99, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/fa.po, 1595, 5738, 6288, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/eu.po, 1596, 5745, 5341, 0, 0, 0, 0, 1596, 5745 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/et.po, 1444, 4906, 4090, 0, 0, 0, 0, 1444, 4906 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/es.po, 1595, 5738, 6737, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/eo.po, 1592, 5664, 5245, 4, 24, 0, 0, 1596, 5688 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/en_GB.po, 1595, 5738, 5735, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/en_CA.po, 754, 3477, 3483, 0, 0, 0, 0, 754, 3477 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/en@shaw.po, 696, 2803, 2803, 115, 717, 0, 0, 811, 3520 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/en.po, 6, 17, 17, 0, 0, 697, 2243, 703, 2260 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/el.po, 1595, 5738, 6185, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/dz.po, 757, 3067, 1479, 0, 0, 0, 0, 757, 3067 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/de.po, 1595, 5738, 5470, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/da.po, 1595, 5738, 5233, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/cy.po, 763, 3491, 3703, 0, 0, 0, 0, 763, 3491 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/cs.po, 1595, 5738, 5650, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/crh.po, 1198, 3387, 3138, 0, 0, 265, 1360, 1463, 4747 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ca@valencia.po, 1499, 5228, 6292, 0, 0, 0, 0, 1499, 5228 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ca.po, 1595, 5738, 6850, 0, 0, 0, 0, 1595, 5738 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/bs.po, 1458, 4996, 4829, 0, 0, 0, 0, 1458, 4996 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/br.po, 218, 474, 577, 36, 89, 1200, 4383, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/bn_IN.po, 1454, 4946, 5400, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/bn.po, 742, 2352, 2435, 0, 0, 0, 0, 742, 2352 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/bg.po, 1499, 5228, 5824, 0, 0, 0, 0, 1499, 5228 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/be@latin.po, 770, 3188, 2909, 0, 0, 0, 0, 770, 3188 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/be.po, 1566, 5516, 5182, 0, 0, 0, 0, 1566, 5516 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/az.po, 564, 2619, 2394, 100, 352, 73, 414, 737, 3385 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ast.po, 943, 2973, 3288, 0, 0, 0, 0, 943, 2973 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/as.po, 1454, 4946, 5359, 0, 0, 0, 0, 1454, 4946 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/ar.po, 1530, 5172, 4945, 4, 19, 88, 520, 1622, 5711 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/an.po, 1464, 5034, 5936, 0, 0, 0, 0, 1464, 5034 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/am.po, 111, 160, 179, 168, 311, 458, 2914, 737, 3385 -gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv, po/af.po, 1470, 5162, 5138, 30, 83, 26, 75, 1526, 5320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/zh_CN/zh_CN.po, 69, 2543, 196, 4, 344, 0, 0, 73, 2887 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/vi/vi.po, 74, 2887, 3962, 0, 0, 0, 0, 74, 2887 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/uk/uk.po, 73, 2887, 2544, 0, 0, 0, 0, 73, 2887 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/sv/sv.po, 72, 2889, 2853, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/sl/sl.po, 72, 2889, 2543, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/pt_BR/pt_BR.po, 72, 2889, 2981, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/oc/oc.po, 9, 17, 24, 0, 0, 64, 2870, 73, 2887 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/ko/ko.po, 73, 2887, 2175, 0, 0, 0, 0, 73, 2887 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/hu/hu.po, 72, 2889, 2628, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/gl/gl.po, 61, 2145, 2156, 0, 0, 11, 744, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/fr/fr.po, 72, 2889, 3109, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/eu/eu.po, 73, 2887, 2311, 0, 0, 0, 0, 73, 2887 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/es/es.po, 72, 2889, 3006, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/el/el.po, 72, 2889, 3045, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/de/de.po, 72, 2889, 2801, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/cs/cs.po, 11, 126, 121, 0, 0, 61, 2763, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/ca/ca.po, 72, 2889, 2977, 0, 0, 0, 0, 72, 2889 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/fdl/ar/ar.po, 6, 13, 13, 0, 0, 67, 2874, 73, 2887 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/zh_CN/zh_CN.po, 70, 2552, 136, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/vi/vi.po, 71, 2552, 3505, 0, 0, 0, 0, 71, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/uk/uk.po, 69, 2511, 2508, 1, 41, 0, 0, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/sv/sv.po, 69, 2555, 2433, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/sr@latin/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/sl/sl.po, 69, 2555, 2328, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/pt_BR/pt_BR.po, 69, 2555, 2545, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/pa/pa.po, 25, 77, 85, 0, 0, 41, 2423, 66, 2500 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/oc/oc.po, 18, 33, 38, 0, 0, 52, 2519, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/nds/nds.po, 39, 465, 489, 31, 2087, 0, 0, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/ko/ko.po, 70, 2552, 2059, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/hu/hu.po, 69, 2555, 2094, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/gl/gl.po, 69, 2555, 2851, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/fr/fr.po, 69, 2555, 2948, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/fi/fi.po, 66, 2390, 1826, 3, 165, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/eu/eu.po, 70, 2552, 1992, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/es/es.po, 69, 2555, 2722, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/el/el.po, 69, 2555, 2635, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/de/de.po, 69, 2555, 2676, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/cs/cs.po, 69, 2555, 2207, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/ca/ca.po, 69, 2555, 2703, 0, 0, 0, 0, 69, 2555 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/gpl/ar/ar.po, 70, 2552, 1913, 0, 0, 0, 0, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/zh_CN/zh_CN.po, 71, 2364, 156, 3, 132, 25, 1641, 99, 4137 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/vi/vi.po, 100, 4137, 5545, 0, 0, 0, 0, 100, 4137 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/uk/uk.po, 99, 4137, 3895, 0, 0, 0, 0, 99, 4137 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/sv/sv.po, 98, 4140, 3650, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/sl/sl.po, 99, 4141, 3695, 0, 0, 0, 0, 99, 4141 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/pt_BR/pt_BR.po, 98, 4140, 4117, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/pa/pa.po, 34, 274, 305, 0, 0, 61, 3811, 95, 4085 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/oc/oc.po, 22, 41, 46, 0, 0, 77, 4096, 99, 4137 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/ko/ko.po, 99, 4137, 3163, 0, 0, 0, 0, 99, 4137 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/hu/hu.po, 98, 4140, 3433, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/fr/fr.po, 98, 4140, 4590, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/fi/fi.po, 60, 1912, 1495, 8, 465, 31, 1760, 99, 4137 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/eu/eu.po, 99, 4137, 3084, 0, 0, 0, 0, 99, 4137 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/es/es.po, 98, 4140, 4433, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/el/el.po, 98, 4140, 4214, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/de/de.po, 98, 4140, 4452, 0, 0, 0, 0, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/cs/cs.po, 11, 103, 104, 0, 0, 87, 4037, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/ca/ca.po, 49, 1360, 1388, 0, 0, 49, 2780, 98, 4140 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, desktop-docs/lgpl/ar/ar.po, 6, 13, 12, 0, 0, 64, 2539, 70, 2552 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/zu.po, 72, 316, 260, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 27, 152, 80, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 23, 146, 83, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 27, 152, 89, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/yo.po, 90, 328, 357, 2, 8, 1, 28, 93, 364 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/yi.po, 2, 2, 2, 2, 2, 69, 316, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 24, 139, 111, 7, 96, 0, 0, 31, 235 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 72, 316, 449, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 23, 146, 179, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 23, 146, 157, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/uz.po, 73, 314, 285, 0, 0, 3, 16, 76, 330 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ur.po, 9, 15, 16, 3, 3, 61, 305, 73, 323 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 36, 232, 200, 0, 0, 0, 0, 36, 232 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 34, 159, 144, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/tk.po, 69, 291, 256, 1, 4, 3, 25, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 23, 146, 98, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 23, 146, 145, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 23, 146, 131, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 34, 159, 162, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 34, 159, 151, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 71, 285, 350, 0, 0, 0, 0, 71, 285 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 34, 159, 155, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 34, 159, 136, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 76, 330, 344, 0, 0, 0, 0, 76, 330 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 14, 15, 19, 44, 276, 15, 29, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 34, 159, 161, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 34, 159, 180, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 23, 146, 150, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ps.po, 58, 144, 174, 0, 0, 11, 139, 69, 283 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 34, 159, 162, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 34, 159, 172, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 23, 146, 147, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 23, 146, 167, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/nso.po, 72, 316, 489, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 22, 196, 192, 9, 39, 0, 0, 31, 235 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 34, 159, 152, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/nds.po, 53, 351, 360, 0, 0, 0, 0, 53, 351 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 34, 159, 154, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 61, 377, 360, 0, 0, 0, 0, 61, 377 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 23, 146, 148, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 53, 349, 301, 0, 0, 0, 0, 53, 349 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 27, 152, 132, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 31, 235, 253, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 24, 48, 48, 0, 0, 10, 111, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/mi.po, 14, 20, 27, 1, 4, 58, 296, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.po, 70, 281, 336, 1, 4, 0, 0, 71, 285 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 53, 351, 388, 0, 0, 0, 0, 53, 351 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 34, 159, 151, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 34, 159, 143, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/lo.po, 23, 146, 97, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/li.po, 33, 96, 95, 18, 32, 22, 192, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ky.po, 35, 241, 210, 0, 0, 0, 0, 35, 241 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 48, 297, 340, 0, 0, 5, 54, 53, 351 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 34, 159, 154, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 31, 235, 140, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/kg.po, 49, 384, 392, 0, 0, 0, 0, 49, 384 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 69, 283, 241, 0, 0, 0, 0, 69, 283 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 28, 153, 106, 0, 0, 6, 6, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 34, 159, 161, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 27, 152, 139, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ig.po, 29, 203, 227, 3, 14, 20, 132, 52, 349 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 34, 159, 165, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/hy.po, 52, 345, 326, 1, 4, 0, 0, 53, 349 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 34, 159, 134, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 34, 159, 145, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 23, 146, 172, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 23, 146, 141, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ha.po, 29, 203, 314, 3, 14, 20, 132, 52, 349 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 23, 146, 163, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 34, 159, 182, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 23, 146, 198, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 27, 136, 146, 0, 0, 9, 97, 36, 233 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/fy.po, 40, 209, 219, 0, 0, 21, 229, 61, 438 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 34, 159, 179, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 34, 159, 183, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 34, 159, 174, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 34, 159, 150, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 23, 146, 128, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 34, 159, 183, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 27, 152, 159, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 27, 152, 152, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 76, 330, 330, 0, 0, 0, 0, 76, 330 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 49, 334, 334, 12, 104, 0, 0, 61, 438 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/en.po, 12, 34, 34, 0, 0, 0, 0, 12, 34 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 34, 159, 173, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 69, 283, 161, 0, 0, 0, 0, 69, 283 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 34, 159, 156, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 34, 159, 152, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 73, 323, 336, 0, 0, 0, 0, 73, 323 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/csb.po, 31, 235, 231, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 34, 159, 142, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/crh.po, 36, 233, 216, 0, 0, 0, 0, 36, 233 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 23, 146, 175, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 34, 159, 192, 0, 0, 0, 0, 34, 159 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 23, 146, 134, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/br.po, 51, 335, 372, 1, 4, 1, 10, 53, 349 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 23, 146, 153, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 31, 235, 225, 0, 0, 0, 0, 31, 235 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 23, 146, 149, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 52, 349, 326, 0, 0, 0, 0, 52, 349 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 27, 152, 156, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 72, 316, 299, 1, 4, 0, 0, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 23, 207, 230, 0, 0, 0, 0, 23, 207 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 23, 146, 151, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 23, 146, 161, 0, 0, 0, 0, 23, 146 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 32, 92, 97, 19, 36, 22, 192, 73, 320 -gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 31, 235, 249, 0, 0, 0, 0, 31, 235 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 735, 3945, 1147, 0, 0, 0, 0, 735, 3945 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 632, 3423, 980, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 714, 3822, 1132, 0, 0, 0, 0, 714, 3822 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 693, 3718, 4930, 0, 0, 0, 0, 693, 3718 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 417, 2229, 2007, 0, 0, 0, 0, 417, 2229 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 734, 3775, 3382, 0, 0, 3, 88, 737, 3863 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 744, 3967, 3407, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 654, 3543, 1165, 0, 0, 0, 0, 654, 3543 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 610, 3061, 3051, 56, 394, 46, 350, 712, 3805 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 632, 3423, 2829, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 632, 3423, 2869, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 744, 3967, 3805, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 713, 3820, 3823, 0, 0, 0, 0, 713, 3820 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 744, 3967, 3949, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 744, 3967, 3896, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 736, 3868, 3803, 1, 44, 7, 55, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 737, 3949, 3517, 0, 0, 0, 0, 737, 3949 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 744, 3967, 4569, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 744, 3967, 4637, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 653, 3535, 4016, 0, 0, 0, 0, 653, 3535 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 744, 3967, 3826, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 632, 3423, 3769, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 632, 3423, 3434, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 654, 3543, 4230, 0, 0, 0, 0, 654, 3543 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 735, 3954, 4011, 0, 0, 0, 0, 735, 3954 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 196, 389, 411, 229, 745, 207, 2289, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 679, 3489, 3459, 7, 90, 7, 139, 693, 3718 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 515, 1288, 1281, 0, 0, 562, 3256, 1077, 4544 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 632, 3423, 3032, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 737, 3863, 2984, 0, 0, 0, 0, 737, 3863 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 1077, 4544, 4989, 0, 0, 0, 0, 1077, 4544 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 179, 467, 446, 0, 0, 565, 3500, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 111, 148, 208, 0, 0, 700, 3894, 811, 4042 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 744, 3967, 3564, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 744, 3967, 3440, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 224, 475, 516, 107, 331, 746, 3738, 1077, 4544 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 744, 3967, 3257, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 632, 3423, 2888, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 632, 3423, 1312, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 478, 1684, 1634, 0, 0, 259, 2265, 737, 3949 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 724, 3848, 1284, 0, 0, 20, 119, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 744, 3967, 4175, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 424, 1227, 1270, 0, 0, 311, 2718, 735, 3945 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 744, 3967, 3828, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/hy.po, 1075, 4544, 4122, 0, 0, 0, 0, 1075, 4544 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 744, 3967, 3513, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 744, 3967, 3650, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 632, 3423, 4135, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 653, 3522, 3213, 1, 21, 0, 0, 654, 3543 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 652, 3533, 3852, 0, 0, 0, 0, 652, 3533 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 744, 3967, 4789, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 713, 3820, 5126, 0, 0, 0, 0, 713, 3820 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 205, 416, 464, 29, 89, 516, 3404, 750, 3909 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 735, 3954, 4614, 0, 0, 0, 0, 735, 3954 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 744, 3967, 4808, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 728, 3847, 2904, 7, 67, 9, 53, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 685, 2976, 3077, 0, 0, 57, 968, 742, 3944 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 744, 3967, 3318, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 545, 3026, 2339, 0, 0, 0, 0, 545, 3026 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 744, 3967, 4685, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 638, 3083, 2957, 0, 0, 95, 839, 733, 3922 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 744, 3967, 3975, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 455, 1944, 1944, 620, 2600, 0, 0, 1075, 4544 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 714, 3785, 4093, 13, 99, 8, 70, 735, 3954 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 744, 3967, 3960, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 735, 3945, 3719, 0, 0, 0, 0, 735, 3945 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 744, 3967, 3890, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 693, 3718, 4784, 0, 0, 0, 0, 693, 3718 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 744, 3967, 5059, 0, 0, 0, 0, 744, 3967 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 636, 3435, 3325, 0, 0, 0, 0, 636, 3435 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 632, 3423, 3588, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 1075, 4544, 4689, 0, 0, 0, 0, 1075, 4544 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 545, 3026, 3514, 0, 0, 0, 0, 545, 3026 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 693, 3718, 3424, 0, 0, 0, 0, 693, 3718 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 1075, 4544, 5095, 0, 0, 0, 0, 1075, 4544 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 632, 3423, 3389, 0, 0, 0, 0, 632, 3423 -gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 265, 995, 1082, 159, 753, 287, 2054, 711, 3802 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 45, 142, 113, 0, 0, 156, 385, 201, 527 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 27, 110, 89, 0, 0, 0, 0, 27, 110 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 30, 130, 52, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 18, 32, 33, 0, 0, 0, 0, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 29, 113, 180, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 28, 116, 96, 0, 0, 0, 0, 28, 116 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 30, 130, 108, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 24, 46, 63, 0, 0, 0, 0, 24, 46 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 203, 536, 616, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 30, 130, 57, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 30, 130, 140, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 26, 109, 92, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 26, 109, 95, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 203, 536, 491, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 182, 470, 518, 0, 0, 0, 0, 182, 470 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 203, 536, 582, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 203, 536, 583, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 83, 234, 236, 0, 0, 99, 236, 182, 470 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 5, 6, 13, 26, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 58, 172, 188, 0, 0, 124, 298, 182, 470 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 203, 536, 624, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 203, 536, 734, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 30, 130, 161, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ps.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 203, 536, 619, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 27, 110, 137, 0, 0, 0, 0, 27, 110 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 26, 109, 105, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 130, 332, 389, 0, 0, 0, 0, 130, 332 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 1, 1, 1, 6, 8, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 201, 529, 452, 0, 0, 0, 0, 201, 529 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 29, 113, 110, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 41, 130, 131, 1, 2, 142, 340, 184, 472 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 26, 109, 99, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 129, 347, 369, 0, 0, 72, 180, 201, 527 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 203, 536, 549, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 203, 536, 535, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.po, 22, 39, 46, 0, 0, 0, 0, 22, 39 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 6, 7, 12, 25, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 203, 536, 528, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 26, 109, 94, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 18, 32, 35, 0, 0, 0, 0, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 77, 206, 198, 0, 0, 124, 323, 201, 529 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 30, 130, 120, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 203, 536, 605, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 111, 304, 288, 0, 0, 89, 222, 200, 526 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 203, 536, 582, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 203, 536, 567, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 203, 536, 568, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 26, 109, 121, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 30, 130, 132, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 26, 109, 120, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 203, 536, 677, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 29, 113, 153, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 24, 46, 57, 0, 0, 1, 1, 25, 47 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 104, 286, 321, 0, 0, 97, 243, 201, 529 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 203, 536, 634, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 203, 536, 508, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 143, 396, 430, 0, 0, 60, 140, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 203, 536, 509, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 25, 47, 74, 0, 0, 0, 0, 25, 47 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 203, 536, 664, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 127, 341, 339, 0, 0, 74, 186, 201, 527 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 203, 536, 543, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 79, 245, 297, 1, 2, 120, 279, 200, 526 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 203, 536, 524, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 200, 526, 498, 0, 0, 0, 0, 200, 526 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 1, 1, 1, 7, 9, 10, 22, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 203, 536, 564, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/crh.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 29, 113, 159, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 203, 536, 664, 0, 0, 0, 0, 203, 536 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 30, 130, 127, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/br.po, 24, 46, 58, 0, 0, 0, 0, 24, 46 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 26, 109, 116, 0, 0, 0, 0, 26, 109 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 29, 113, 133, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 29, 113, 109, 0, 0, 0, 0, 29, 113 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/az.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 18, 32, 41, 0, 0, 0, 0, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 27, 110, 118, 0, 0, 0, 0, 27, 110 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 201, 527, 554, 0, 0, 0, 0, 201, 527 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 30, 130, 149, 0, 0, 0, 0, 30, 130 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/am.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 25, 47, 48, 0, 0, 0, 0, 25, 47 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/nl/nl.po, 345, 2507, 2522, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/cs/cs.po, 287, 2216, 1925, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/gl/gl.po, 287, 2216, 2283, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/lt/lt.po, 345, 2507, 1885, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pl/pl.po, 287, 2216, 1811, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/hr/hr.po, 345, 2507, 2100, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/fr/fr.po, 339, 2481, 2571, 0, 0, 0, 0, 339, 2481 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ko/ko.po, 287, 2216, 1504, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/el/el.po, 337, 2501, 2544, 0, 0, 0, 0, 337, 2501 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/de/de.po, 287, 2216, 2191, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/id/id.po, 338, 2508, 2197, 0, 0, 0, 0, 338, 2508 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/kn/kn.po, 339, 2639, 1983, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/fi/fi.po, 342, 2507, 1623, 0, 0, 0, 0, 342, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/lv/lv.po, 345, 2507, 1970, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ru/ru.po, 335, 2569, 2126, 0, 0, 0, 0, 335, 2569 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/zh_TW/zh_TW.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pt/pt.po, 337, 2506, 2522, 0, 0, 0, 0, 337, 2506 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sv/sv.po, 287, 2216, 2036, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/da/da.po, 345, 2507, 2309, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/eo/eo.po, 338, 2397, 2161, 0, 0, 7, 110, 345, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/hu/hu.po, 287, 2216, 1865, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ca/ca.po, 287, 2216, 2625, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sr@latin/sr@latin.po, 338, 2508, 2306, 0, 0, 0, 0, 338, 2508 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/mr/mr.po, 339, 2639, 2044, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/as/as.po, 339, 2639, 2245, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ta/ta.po, 339, 2639, 1992, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/es/es.po, 287, 2216, 2427, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sr/sr.po, 345, 2507, 2311, 0, 0, 0, 0, 345, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/gu/gu.po, 322, 2301, 2180, 6, 125, 11, 213, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ro/ro.po, 342, 2507, 2495, 0, 0, 0, 0, 342, 2507 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ja/ja.po, 337, 2501, 487, 0, 0, 0, 0, 337, 2501 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/he/he.po, 337, 2506, 1879, 0, 0, 0, 0, 337, 2506 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/zh_HK/zh_HK.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/hi/hi.po, 339, 2639, 2791, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pt_BR/pt_BR.po, 287, 2216, 2368, 0, 0, 0, 0, 287, 2216 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/te/te.po, 339, 2639, 1846, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pa/pa.po, 339, 2639, 2801, 0, 0, 0, 0, 339, 2639 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sk/sk.po, 336, 2499, 2115, 1, 2, 0, 0, 337, 2501 -gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/it/it.po, 287, 2216, 2144, 0, 0, 0, 0, 287, 2216 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/is.po, 31, 34, 35, 1, 2, 14, 16, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/gd.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/eu.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/fur.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/sk.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/cy.po, 47, 53, 70, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/am.po, 21, 21, 21, 3, 7, 22, 24, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/km.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/sv.po, 40, 45, 44, 0, 0, 0, 0, 40, 45 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/fr.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/sl.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/cs.po, 38, 43, 46, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/zh_TW.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/fa.po, 47, 53, 71, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/mg.po, 44, 49, 54, 1, 1, 0, 0, 45, 50 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/si.po, 44, 49, 55, 0, 0, 0, 0, 44, 49 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/af.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ca.po, 40, 45, 47, 0, 0, 0, 0, 40, 45 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/hu.po, 16, 20, 19, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ru.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/de.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/sr@latin.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/lv.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/nds.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/bn_IN.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/br.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/mk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/xh.po, 47, 53, 63, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/uk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/or.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/wa.po, 27, 28, 30, 2, 5, 17, 19, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/tk.po, 33, 36, 37, 1, 2, 12, 14, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/pt.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/nhn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/as.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/pt_BR.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/oc.po, 14, 16, 18, 0, 0, 2, 4, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/en_CA.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/el.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/fi.po, 46, 51, 56, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/tr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/vi.po, 47, 51, 129, 0, 0, 0, 0, 47, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ro.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ne.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/nb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/uz.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/kn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/eo.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/bn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ps.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/an.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ka.po, 47, 53, 56, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ta.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ms.po, 39, 45, 45, 0, 0, 7, 7, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/hr.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/mai.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/he.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/crh.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ca@valencia.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ku.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/csb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/mn.po, 33, 36, 36, 1, 2, 12, 14, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/nn.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/en@shaw.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ast.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/et.po, 46, 51, 48, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/bs.po, 46, 52, 51, 0, 0, 0, 0, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ga.po, 38, 43, 49, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/gu.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/en_GB.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/zh_CN.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/th.po, 40, 45, 41, 0, 0, 0, 0, 40, 45 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/it.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/tg.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ko.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/pl.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/li.po, 22, 22, 22, 3, 7, 21, 23, 46, 52 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/id.po, 47, 53, 55, 0, 0, 0, 0, 47, 53 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ar.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ug.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ml.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/rw.po, 18, 18, 19, 12, 16, 17, 19, 47, 53 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/lt.po, 38, 43, 41, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/kk.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/sq.po, 38, 43, 56, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/te.po, 48, 54, 56, 0, 0, 0, 0, 48, 54 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/sr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/dz.po, 46, 51, 47, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/fy.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/be.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/bg.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/hi.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/mr.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/be@latin.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/nl.po, 46, 51, 50, 0, 0, 0, 0, 46, 51 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/es.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/da.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/gl.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/ja.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/pa.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/zh_HK.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv, po/az.po, 46, 52, 56, 0, 0, 0, 0, 46, 52 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 123, 853, 147, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 87, 417, 109, 0, 0, 0, 0, 87, 417 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 122, 852, 146, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 120, 766, 1067, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 126, 849, 683, 0, 0, 0, 0, 126, 849 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 83, 318, 269, 0, 0, 0, 0, 83, 318 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 123, 853, 694, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 68, 234, 87, 0, 0, 0, 0, 68, 234 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 112, 737, 776, 0, 0, 0, 0, 112, 737 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 103, 585, 475, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 103, 585, 494, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 123, 853, 815, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 121, 761, 712, 0, 0, 0, 0, 121, 761 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 123, 853, 789, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 122, 852, 780, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 123, 853, 721, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 123, 853, 890, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 123, 853, 879, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 126, 849, 878, 0, 0, 0, 0, 126, 849 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 123, 853, 736, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 122, 852, 952, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 103, 585, 626, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 122, 848, 907, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 123, 853, 837, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 71, 202, 184, 14, 62, 35, 502, 120, 766 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 121, 844, 809, 1, 4, 0, 0, 122, 848 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 103, 585, 545, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 122, 848, 636, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 79, 437, 362, 0, 0, 43, 415, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 123, 853, 682, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 123, 853, 715, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 123, 853, 577, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 103, 585, 495, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 123, 853, 704, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 120, 826, 144, 0, 0, 2, 26, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 123, 853, 864, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 122, 848, 803, 0, 0, 0, 0, 122, 848 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 122, 852, 846, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ia.po, 75, 316, 351, 0, 0, 0, 0, 75, 316 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 123, 853, 753, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 103, 585, 721, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 125, 842, 692, 0, 0, 0, 0, 125, 842 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 103, 585, 615, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 123, 853, 911, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 122, 849, 1008, 0, 0, 0, 0, 122, 849 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 69, 230, 260, 1, 5, 42, 502, 112, 737 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 123, 853, 983, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 123, 853, 967, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 123, 853, 606, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 122, 852, 864, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 122, 852, 694, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 87, 372, 308, 0, 0, 0, 0, 87, 372 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 123, 853, 952, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 122, 852, 771, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 122, 852, 853, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 123, 853, 909, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 123, 853, 826, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 122, 852, 754, 0, 0, 0, 0, 122, 852 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 123, 853, 763, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 120, 766, 832, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 123, 853, 896, 0, 0, 0, 0, 123, 853 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 109, 638, 580, 0, 0, 0, 0, 109, 638 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 82, 364, 392, 0, 0, 0, 0, 82, 364 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 120, 766, 763, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 120, 766, 687, 0, 0, 0, 0, 120, 766 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 103, 585, 606, 0, 0, 0, 0, 103, 585 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 120, 765, 676, 0, 0, 0, 0, 120, 765 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 109, 638, 711, 0, 0, 0, 0, 109, 638 -gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 120, 766, 787, 0, 0, 0, 0, 120, 766 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 103, 509, 406, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 103, 509, 564, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 103, 509, 483, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/as.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 112, 553, 489, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.gmo, 103, 509, 463, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.gmo, 103, 509, 421, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.gmo, 103, 509, 519, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 103, 509, 463, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 43, 119, 125, 48, 307, 12, 83, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 8, 28, 28, 26, 182, 75, 280, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 103, 509, 432, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 25, 148, 180, 24, 150, 60, 192, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.gmo, 103, 509, 431, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.gmo, 112, 553, 489, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.gmo, 103, 509, 501, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 112, 553, 480, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 7, 25, 32, 19, 146, 83, 319, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/te.gmo, 112, 553, 480, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 46, 111, 106, 0, 0, 57, 398, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.gmo, 21, 45, 48, 0, 0, 0, 0, 21, 45 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.gmo, 103, 509, 570, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/si.gmo, 7, 25, 32, 0, 0, 0, 0, 7, 25 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/gnome-keyring.pot, 0, 0, 0, 0, 0, 103, 509, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 103, 509, 570, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 103, 509, 494, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.gmo, 103, 509, 664, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 103, 509, 479, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/km.gmo, 111, 552, 250, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 112, 553, 526, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.gmo, 21, 25, 31, 0, 0, 0, 0, 21, 25 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.gmo, 103, 509, 550, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.gmo, 103, 509, 403, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.gmo, 46, 111, 106, 0, 0, 0, 0, 46, 111 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.gmo, 62, 256, 234, 0, 0, 0, 0, 62, 256 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 103, 509, 456, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 103, 509, 136, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 103, 509, 564, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.gmo, 103, 509, 445, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.gmo, 103, 509, 432, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/be.gmo, 103, 509, 464, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 103, 509, 519, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 112, 553, 154, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.gmo, 103, 509, 143, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 103, 509, 480, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.gmo, 112, 553, 492, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.gmo, 112, 553, 522, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/af.gmo, 100, 474, 460, 0, 0, 0, 0, 100, 474 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 103, 509, 449, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/is.gmo, 58, 135, 123, 0, 0, 0, 0, 58, 135 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 62, 256, 234, 23, 133, 24, 101, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 24, 116, 142, 12, 74, 73, 300, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.gmo, 7, 25, 29, 0, 0, 0, 0, 7, 25 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 112, 553, 492, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.gmo, 103, 509, 522, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 112, 553, 481, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 103, 509, 511, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 6, 22, 30, 21, 168, 82, 300, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 112, 553, 622, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 103, 509, 522, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/he.gmo, 103, 509, 480, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/it.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 16, 163, 93, 327, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 107, 532, 502, 0, 0, 5, 21, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.gmo, 6, 22, 30, 0, 0, 0, 0, 6, 22 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 53, 232, 232, 0, 0, 0, 0, 53, 232 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 103, 509, 703, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/az.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 104, 480, 485, 2, 4, 3, 6, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.gmo, 98, 487, 386, 0, 0, 0, 0, 98, 487 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/th.gmo, 112, 553, 189, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 103, 509, 664, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 103, 509, 403, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 98, 487, 386, 0, 0, 5, 22, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/az.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.gmo, 103, 509, 471, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.gmo, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 112, 553, 604, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.gmo, 103, 509, 449, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 112, 553, 610, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 111, 552, 250, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 7, 25, 29, 20, 165, 82, 300, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 103, 509, 501, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.gmo, 104, 480, 485, 0, 0, 0, 0, 104, 480 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 112, 553, 619, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 103, 509, 445, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/id.gmo, 103, 509, 494, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.gmo, 107, 532, 502, 0, 0, 0, 0, 107, 532 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.gmo, 7, 25, 34, 0, 0, 0, 0, 7, 25 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.gmo, 111, 552, 595, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 103, 509, 464, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 111, 552, 595, 0, 0, 0, 0, 111, 552 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 103, 509, 549, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 103, 509, 511, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 103, 509, 135, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 112, 553, 189, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/or.gmo, 112, 553, 622, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/el.gmo, 103, 509, 534, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.gmo, 103, 509, 483, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.gmo, 71, 289, 254, 0, 0, 0, 0, 71, 289 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 100, 474, 460, 3, 4, 6, 12, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/et.gmo, 112, 553, 474, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.gmo, 103, 509, 406, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 106, 532, 734, 0, 0, 0, 0, 106, 532 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.gmo, 43, 119, 125, 0, 0, 0, 0, 43, 119 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.gmo, 24, 116, 142, 0, 0, 0, 0, 24, 116 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.gmo, 112, 553, 599, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.gmo, 112, 553, 619, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/de.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/da.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 103, 509, 143, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 103, 509, 135, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.gmo, 99, 466, 464, 0, 0, 0, 0, 99, 466 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 103, 509, 550, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.gmo, 25, 148, 69, 0, 0, 0, 0, 25, 148 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.gmo, 103, 509, 479, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 21, 25, 31, 0, 0, 91, 528, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 103, 509, 136, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 112, 553, 522, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 53, 232, 232, 43, 214, 13, 44, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 99, 466, 464, 0, 0, 10, 24, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 103, 509, 471, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 103, 509, 466, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.gmo, 103, 509, 549, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.gmo, 106, 532, 734, 0, 0, 0, 0, 106, 532 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 103, 509, 431, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.gmo, 112, 553, 526, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 112, 553, 474, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.gmo, 112, 553, 504, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 103, 509, 480, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 58, 135, 123, 0, 0, 45, 374, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.gmo, 103, 509, 703, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 4, 16, 15, 13, 88, 92, 386, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 112, 553, 599, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 7, 25, 34, 20, 165, 82, 300, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.gmo, 112, 553, 481, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 103, 509, 534, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.gmo, 4, 16, 15, 0, 0, 0, 0, 4, 16 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 103, 509, 421, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.gmo, 103, 509, 466, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.gmo, 112, 553, 604, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 112, 553, 504, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.gmo, 112, 553, 610, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 21, 45, 48, 10, 78, 78, 367, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.gmo, 103, 509, 456, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.gmo, 8, 28, 28, 0, 0, 0, 0, 8, 28 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 71, 289, 254, 9, 33, 29, 168, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/es.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 112, 553, 154, 0, 0, 0, 0, 112, 553 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 25, 148, 69, 19, 131, 65, 211, 109, 490 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.gmo, 25, 148, 180, 0, 0, 0, 0, 25, 148 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 22, 272, 253, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 22, 272, 319, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 22, 272, 209, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/nl/nl.po, 22, 272, 266, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 22, 272, 190, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 22, 272, 215, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/es/es.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/el/el.po, 22, 272, 313, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/de/de.po, 22, 272, 229, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/da/da.po, 22, 272, 265, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 22, 272, 235, 0, 0, 0, 0, 22, 272 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 123, 380, 154, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 37, 115, 52, 0, 0, 0, 0, 37, 115 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 122, 377, 167, 0, 0, 0, 0, 122, 377 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 69, 223, 336, 0, 0, 0, 0, 69, 223 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 118, 354, 307, 0, 0, 0, 0, 118, 354 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 69, 223, 110, 0, 0, 0, 0, 69, 223 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 43, 141, 152, 0, 0, 0, 0, 43, 141 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 37, 115, 106, 0, 0, 0, 0, 37, 115 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 123, 380, 359, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 124, 378, 370, 0, 0, 0, 0, 124, 378 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 123, 380, 371, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 123, 380, 358, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 124, 378, 369, 0, 0, 0, 0, 124, 378 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 123, 380, 342, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 123, 380, 431, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 123, 380, 464, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 69, 223, 232, 0, 0, 0, 0, 69, 223 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 123, 380, 346, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 37, 115, 133, 0, 0, 0, 0, 37, 115 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 117, 349, 418, 0, 0, 0, 0, 117, 349 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 123, 380, 366, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 79, 144, 159, 28, 86, 15, 146, 122, 376 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 123, 355, 325, 0, 0, 1, 23, 124, 378 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 124, 378, 331, 0, 0, 0, 0, 124, 378 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 123, 380, 326, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 123, 380, 336, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 123, 380, 345, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 22, 37, 25, 0, 0, 20, 103, 42, 140 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 123, 380, 395, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 123, 380, 383, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 123, 380, 321, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 123, 380, 343, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 57, 178, 167, 3, 7, 8, 31, 68, 216 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 123, 380, 440, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 122, 376, 453, 0, 0, 0, 0, 122, 376 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 28, 46, 53, 0, 0, 18, 107, 46, 153 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 122, 377, 403, 0, 0, 0, 0, 122, 377 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 123, 380, 453, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 123, 380, 297, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 122, 377, 395, 0, 0, 0, 0, 122, 377 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 122, 377, 352, 0, 0, 0, 0, 122, 377 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 123, 380, 441, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 120, 331, 308, 0, 0, 0, 0, 120, 331 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 122, 376, 387, 0, 0, 0, 0, 122, 376 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 123, 380, 414, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 123, 380, 382, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 122, 377, 340, 0, 0, 0, 0, 122, 377 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 123, 380, 365, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 122, 376, 449, 0, 0, 0, 0, 122, 376 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 123, 380, 454, 0, 0, 0, 0, 123, 380 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 42, 140, 142, 0, 0, 0, 0, 42, 140 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 68, 216, 242, 0, 0, 0, 0, 68, 216 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 124, 378, 350, 0, 0, 0, 0, 124, 378 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 37, 115, 126, 0, 0, 0, 0, 37, 115 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 36, 113, 115, 0, 0, 1, 2, 37, 115 -gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 43, 142, 154, 0, 0, 0, 0, 43, 142 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 314, 1236, 472, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 40, 205, 67, 0, 0, 0, 0, 40, 205 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 314, 1236, 474, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 314, 1236, 1784, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 268, 1103, 1005, 0, 0, 0, 0, 268, 1103 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 327, 1282, 1171, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 111, 485, 491, 0, 0, 0, 0, 111, 485 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 34, 196, 170, 0, 0, 0, 0, 34, 196 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 327, 1282, 1219, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 314, 1232, 1238, 0, 0, 0, 0, 314, 1232 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 327, 1282, 1280, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 327, 1282, 1245, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 327, 1282, 1300, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 314, 1236, 1133, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 327, 1282, 1409, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 327, 1282, 1440, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 239, 975, 1066, 0, 0, 0, 0, 239, 975 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 327, 1282, 1281, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 229, 858, 999, 0, 0, 9, 114, 238, 972 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 314, 1232, 1461, 0, 0, 0, 0, 314, 1232 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 327, 1282, 1295, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 167, 303, 322, 79, 286, 58, 597, 304, 1186 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 302, 1158, 1138, 1, 3, 4, 47, 307, 1208 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 182, 517, 461, 2, 3, 130, 716, 314, 1236 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 128, 238, 244, 0, 0, 199, 1044, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 327, 1282, 1140, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 327, 1282, 1096, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 327, 1282, 1027, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 19, 41, 45, 0, 0, 13, 139, 32, 180 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 314, 1236, 1121, 0, 0, 0, 0, 314, 1236 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 139, 548, 201, 29, 98, 100, 457, 268, 1103 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 327, 1282, 1413, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 313, 1233, 1248, 0, 0, 0, 0, 313, 1233 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 327, 1282, 1276, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 327, 1282, 1170, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 327, 1282, 1174, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 50, 249, 291, 0, 0, 0, 0, 50, 249 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 239, 975, 890, 0, 0, 0, 0, 239, 975 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 327, 1282, 1459, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 250, 986, 1285, 3, 21, 51, 179, 304, 1186 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 56, 125, 138, 2, 8, 59, 387, 117, 520 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 327, 1282, 1444, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 327, 1282, 1524, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 327, 1282, 952, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 327, 1282, 1341, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 327, 1282, 1146, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 32, 180, 150, 0, 0, 0, 0, 32, 180 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 327, 1282, 1477, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 323, 1264, 1233, 0, 0, 0, 0, 323, 1264 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 327, 1282, 1297, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 327, 1282, 1406, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 327, 1282, 1294, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 327, 1282, 1236, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 327, 1282, 1268, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 304, 1186, 1426, 0, 0, 0, 0, 304, 1186 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 327, 1282, 1535, 0, 0, 0, 0, 327, 1282 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 111, 485, 471, 0, 0, 0, 0, 111, 485 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 213, 821, 917, 0, 0, 0, 0, 213, 821 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 46, 224, 229, 0, 0, 0, 0, 46, 224 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 303, 1180, 1124, 0, 0, 1, 6, 304, 1186 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 111, 485, 560, 0, 0, 0, 0, 111, 485 -gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 31, 157, 150, 1, 26, 0, 0, 32, 183 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/si.po, 58, 165, 176, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/yo.po, 42, 116, 152, 5, 15, 9, 26, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/cy.po, 49, 136, 148, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/dv.gmo, 56, 157, 133, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/tg.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/km.po, 27, 70, 35, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/he.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nds.gmo, 57, 161, 146, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/km.gmo, 27, 70, 35, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ku.gmo, 60, 167, 188, 0, 0, 0, 0, 60, 167 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/th.gmo, 27, 70, 32, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gn.po, 33, 71, 77, 0, 0, 15, 62, 48, 133 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/da.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/he.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/el.gmo, 37, 80, 83, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.po, 27, 70, 66, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.gmo, 37, 80, 93, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.po, 26, 69, 30, 0, 0, 11, 11, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.gmo, 38, 81, 77, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 27, 70, 75, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/be.gmo, 27, 70, 84, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gn.gmo, 33, 71, 77, 0, 0, 0, 0, 33, 71 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ha.gmo, 42, 116, 160, 0, 0, 0, 0, 42, 116 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ga.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/af.gmo, 27, 70, 59, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 27, 70, 75, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mn.po, 46, 125, 119, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ka.gmo, 49, 136, 119, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.gmo, 38, 81, 87, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.po, 38, 81, 77, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.po, 38, 81, 143, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gv.gmo, 36, 84, 92, 0, 0, 0, 0, 36, 84 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 27, 70, 76, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ak.gmo, 27, 70, 74, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.po, 38, 81, 84, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/or.gmo, 27, 70, 71, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gd.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ga.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/uz@cyrillic.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.po, 38, 81, 87, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/csb.po, 37, 95, 87, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.gmo, 37, 80, 61, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/or.po, 27, 70, 71, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/id.gmo, 38, 81, 82, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mk.gmo, 58, 165, 192, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/is.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 38, 81, 88, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sq.gmo, 58, 165, 186, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.gmo, 37, 80, 72, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/dz.po, 58, 165, 88, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.po, 38, 81, 71, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/de.gmo, 37, 80, 71, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 27, 70, 33, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ky.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.po, 37, 80, 79, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/lo.gmo, 27, 70, 41, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/de.po, 37, 80, 71, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.gmo, 37, 80, 82, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/szl.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kg.gmo, 46, 125, 135, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kg.po, 46, 125, 135, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ia.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/dv.po, 56, 157, 133, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.po, 27, 70, 83, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.gmo, 37, 80, 75, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 38, 81, 88, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ps.po, 52, 128, 149, 0, 0, 4, 29, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bn.po, 37, 95, 94, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nds.po, 57, 161, 146, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/io.gmo, 44, 86, 90, 0, 0, 0, 0, 44, 86 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/br.gmo, 57, 161, 190, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fy.gmo, 37, 95, 84, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/it.po, 38, 81, 86, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ha.po, 42, 116, 160, 5, 15, 9, 26, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 27, 70, 76, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gd.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fy.po, 37, 95, 84, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/cy.gmo, 49, 136, 148, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kab.po, 23, 65, 72, 0, 0, 4, 5, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mg.gmo, 49, 136, 164, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ps.gmo, 52, 128, 149, 0, 0, 0, 0, 52, 128 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.gmo, 37, 80, 66, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.gmo, 27, 70, 56, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/te.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/be@latin.po, 58, 165, 150, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.gmo, 26, 69, 30, 0, 0, 0, 0, 26, 69 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/da.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.po, 37, 80, 61, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 46, 125, 125, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/be.po, 27, 70, 84, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mai.po, 57, 161, 174, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/et.gmo, 27, 70, 58, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.po, 38, 81, 81, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/si.gmo, 58, 165, 176, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/en_CA.gmo, 49, 136, 135, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.gmo, 38, 81, 81, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/te.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ms.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/et.po, 27, 70, 58, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.gmo, 38, 81, 143, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.gmo, 38, 81, 84, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/yo.gmo, 42, 116, 152, 0, 0, 0, 0, 42, 116 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.gmo, 37, 80, 79, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/xh.po, 36, 80, 85, 1, 15, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zu.gmo, 37, 95, 92, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fur.po, 37, 80, 86, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.po, 38, 81, 79, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 27, 70, 33, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/crh.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/csb.gmo, 37, 95, 87, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 46, 125, 125, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nn.gmo, 46, 125, 116, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.po, 37, 80, 66, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ia.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/tg.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/es.po, 38, 81, 91, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.gmo, 27, 70, 83, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.gmo, 27, 70, 66, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hy.gmo, 55, 151, 136, 0, 0, 0, 0, 55, 151 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ig.gmo, 42, 116, 121, 0, 0, 0, 0, 42, 116 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.po, 38, 81, 75, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gv.po, 36, 84, 92, 0, 0, 10, 41, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/io.po, 44, 86, 90, 0, 0, 14, 79, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.po, 27, 70, 81, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/dz.gmo, 58, 165, 88, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.po, 38, 81, 74, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.po, 37, 80, 72, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gnome-menus.pot, 0, 0, 0, 0, 0, 38, 81, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/as.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mn.gmo, 46, 125, 119, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/rw.gmo, 8, 8, 10, 0, 0, 0, 0, 8, 8 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/it.gmo, 38, 81, 86, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/an.gmo, 27, 70, 79, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/as.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/af.po, 27, 70, 59, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/lo.po, 27, 70, 41, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/el.po, 37, 80, 83, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.gmo, 38, 81, 78, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mg.po, 49, 136, 164, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/en_CA.po, 49, 136, 135, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kab.gmo, 23, 65, 72, 0, 0, 0, 0, 23, 65 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mai.gmo, 57, 161, 174, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.gmo, 38, 81, 79, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.gmo, 38, 81, 75, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/is.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/rw.po, 8, 8, 10, 10, 45, 9, 15, 27, 68 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/br.po, 57, 161, 190, 0, 0, 0, 0, 57, 161 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ku.po, 60, 167, 188, 0, 0, 0, 0, 60, 167 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.gmo, 38, 81, 90, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.gmo, 38, 81, 74, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hy.po, 55, 151, 136, 1, 6, 0, 0, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.po, 37, 80, 75, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.gmo, 38, 81, 71, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/es.gmo, 38, 81, 91, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ms.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/crh.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ast.gmo, 56, 157, 182, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/be@latin.gmo, 58, 165, 150, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.gmo, 27, 70, 81, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/zu.po, 37, 95, 92, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/th.po, 27, 70, 32, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/an.po, 27, 70, 79, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ak.po, 27, 70, 74, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ig.po, 42, 116, 121, 5, 15, 9, 26, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ky.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/nn.po, 46, 125, 116, 0, 0, 0, 0, 46, 125 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/bn.gmo, 37, 95, 94, 0, 0, 0, 0, 37, 95 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/szl.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/id.po, 38, 81, 82, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.po, 38, 81, 90, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.po, 27, 70, 56, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.po, 37, 80, 82, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/xh.gmo, 36, 80, 85, 0, 0, 0, 0, 36, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.po, 37, 80, 93, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ast.po, 56, 157, 182, 0, 0, 0, 0, 56, 157 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ka.po, 49, 136, 119, 0, 0, 0, 0, 49, 136 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.po, 38, 81, 78, 0, 0, 0, 0, 38, 81 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/fur.gmo, 37, 80, 86, 0, 0, 0, 0, 37, 80 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/mk.po, 58, 165, 192, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sq.po, 58, 165, 186, 0, 0, 0, 0, 58, 165 -gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 46, 457, 441, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/ro/ro.po, 46, 457, 468, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 46, 457, 456, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 46, 457, 373, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/nl/nl.po, 46, 457, 451, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/ko/ko.po, 46, 457, 310, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 46, 457, 394, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 46, 457, 446, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/fur/fur.po, 45, 451, 474, 0, 0, 1, 6, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 46, 457, 457, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/es/es.po, 46, 457, 461, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/el/el.po, 46, 457, 487, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/de/de.po, 46, 457, 477, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/da/da.po, 46, 457, 430, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 46, 457, 415, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 46, 457, 476, 0, 0, 0, 0, 46, 457 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 219, 572, 285, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 125, 354, 161, 0, 0, 0, 0, 125, 354 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 216, 535, 309, 0, 0, 0, 0, 216, 535 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 219, 572, 833, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 191, 459, 459, 0, 0, 0, 0, 191, 459 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 219, 572, 543, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 127, 377, 433, 0, 0, 0, 0, 127, 377 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 120, 344, 326, 0, 0, 0, 0, 120, 344 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 219, 572, 592, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 216, 535, 615, 0, 0, 0, 0, 216, 535 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 219, 572, 656, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 219, 572, 630, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 216, 535, 569, 0, 0, 0, 0, 216, 535 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 219, 572, 612, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 187, 448, 493, 0, 0, 0, 0, 187, 448 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 219, 572, 585, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 218, 569, 691, 0, 0, 0, 0, 218, 569 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 187, 448, 536, 0, 0, 0, 0, 187, 448 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 219, 572, 586, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 86, 153, 172, 25, 83, 14, 118, 125, 354 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 198, 473, 481, 0, 0, 0, 0, 198, 473 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 218, 561, 536, 0, 0, 0, 0, 218, 561 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 80, 151, 161, 0, 0, 138, 418, 218, 569 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 219, 572, 564, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 219, 572, 551, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 219, 572, 523, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 84, 158, 181, 0, 0, 16, 143, 100, 301 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 117, 332, 117, 332 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 219, 572, 541, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 206, 482, 279, 2, 56, 10, 31, 218, 569 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 219, 572, 613, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 218, 569, 618, 0, 0, 0, 0, 218, 569 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 219, 572, 561, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 219, 572, 579, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 187, 448, 437, 0, 0, 0, 0, 187, 448 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 73, 135, 168, 1, 1, 117, 323, 191, 459 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 219, 572, 655, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 198, 473, 661, 0, 0, 0, 0, 198, 473 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 94, 217, 255, 0, 0, 3, 9, 97, 226 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 219, 572, 641, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 219, 572, 686, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 219, 572, 486, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 198, 473, 542, 0, 0, 0, 0, 198, 473 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 219, 572, 553, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 100, 301, 256, 0, 0, 0, 0, 100, 301 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 219, 572, 660, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 217, 556, 552, 0, 0, 0, 0, 217, 556 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 217, 556, 559, 0, 0, 0, 0, 217, 556 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 219, 572, 636, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 218, 569, 565, 0, 0, 0, 0, 218, 569 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 219, 572, 617, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 198, 473, 572, 0, 0, 0, 0, 198, 473 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 219, 572, 679, 0, 0, 0, 0, 219, 572 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 126, 379, 379, 0, 0, 0, 0, 126, 379 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 104, 304, 352, 0, 0, 0, 0, 104, 304 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 125, 354, 403, 0, 0, 0, 0, 125, 354 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 196, 467, 508, 0, 0, 4, 30, 200, 497 -gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 127, 377, 430, 0, 0, 0, 0, 127, 377 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/zu.po, 100, 513, 424, 1, 3, 0, 0, 101, 516 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 58, 364, 111, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/zh_HK.po, 87, 431, 145, 0, 0, 0, 0, 87, 431 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 58, 364, 104, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/yo.po, 20, 117, 148, 28, 86, 65, 519, 113, 722 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/xh.po, 99, 498, 397, 1, 8, 1, 27, 101, 533 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/wa.po, 101, 533, 712, 0, 0, 0, 0, 101, 533 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/vi.po, 58, 364, 521, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/uz.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/uk.po, 59, 319, 287, 0, 0, 0, 0, 59, 319 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ug.po, 110, 563, 463, 0, 0, 0, 0, 110, 563 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/tr.po, 66, 414, 347, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/tk.po, 26, 44, 44, 0, 0, 75, 472, 101, 516 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/th.po, 59, 319, 119, 0, 0, 0, 0, 59, 319 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/tg.po, 60, 327, 368, 0, 0, 0, 0, 60, 327 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/te.po, 59, 323, 290, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ta.po, 59, 323, 293, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/sv.po, 66, 414, 387, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 50, 299, 310, 0, 0, 0, 0, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/sr.po, 66, 414, 430, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/sq.po, 115, 811, 885, 0, 0, 0, 0, 115, 811 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/sl.po, 66, 414, 401, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/sk.po, 50, 299, 295, 0, 0, 0, 0, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/si.po, 115, 811, 757, 0, 0, 0, 0, 115, 811 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/rw.po, 12, 13, 16, 69, 480, 20, 40, 101, 533 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ru.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ro.po, 66, 414, 448, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 66, 414, 484, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/pt.po, 59, 319, 370, 0, 0, 0, 0, 59, 319 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ps.po, 70, 244, 255, 0, 0, 43, 435, 113, 679 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/pl.po, 66, 414, 388, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/pa.po, 50, 299, 319, 0, 0, 0, 0, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/or.po, 59, 323, 343, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/oc.po, 50, 299, 333, 0, 0, 0, 0, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/nso.po, 100, 513, 736, 1, 3, 0, 0, 101, 516 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/nn.po, 97, 489, 455, 0, 0, 0, 0, 97, 489 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/nl.po, 66, 414, 418, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ne.po, 32, 90, 94, 0, 0, 18, 209, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/nds.po, 68, 209, 176, 0, 0, 43, 429, 111, 638 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/nb.po, 57, 329, 321, 0, 0, 9, 85, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ms.po, 59, 323, 307, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/mr.po, 59, 323, 320, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/mn.po, 100, 513, 408, 1, 3, 0, 0, 101, 516 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ml.po, 58, 364, 294, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/mk.po, 114, 714, 793, 0, 0, 0, 0, 114, 714 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/mjw.po, 32, 127, 125, 0, 0, 29, 255, 61, 382 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/mi.po, 6, 8, 8, 0, 0, 95, 508, 101, 516 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/mg.po, 106, 571, 586, 0, 0, 0, 0, 106, 571 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/mai.po, 61, 267, 283, 0, 0, 50, 371, 111, 638 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/lv.po, 66, 414, 352, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/lt.po, 66, 414, 332, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ku.po, 46, 208, 196, 19, 56, 49, 450, 114, 714 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ko.po, 66, 414, 327, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/kn.po, 59, 323, 285, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/km.po, 59, 323, 168, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/kk.po, 58, 364, 346, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/kab.po, 49, 250, 247, 0, 0, 9, 114, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ka.po, 88, 434, 335, 0, 0, 26, 280, 114, 714 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ja.po, 56, 343, 107, 0, 0, 10, 71, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/it.po, 66, 414, 439, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/is.po, 58, 364, 382, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ig.po, 20, 117, 131, 28, 86, 65, 519, 113, 722 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/id.po, 66, 414, 394, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/hy.po, 103, 570, 546, 0, 0, 0, 0, 103, 570 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/hu.po, 66, 414, 366, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/hr.po, 66, 414, 391, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/hi.po, 59, 323, 424, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/he.po, 59, 319, 289, 0, 0, 0, 0, 59, 319 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ha.po, 20, 117, 153, 28, 86, 65, 519, 113, 722 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/gu.po, 50, 298, 343, 0, 0, 0, 0, 50, 298 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/gl.po, 66, 414, 465, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/gd.po, 58, 364, 477, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ga.po, 78, 274, 361, 0, 0, 35, 401, 113, 675 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/fy.po, 96, 448, 414, 0, 0, 0, 0, 96, 448 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/fur.po, 66, 414, 488, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/fr.po, 66, 414, 485, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/fi.po, 60, 304, 239, 2, 21, 4, 89, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/fa.po, 66, 414, 442, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/eu.po, 66, 414, 390, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/et.po, 50, 299, 257, 0, 0, 0, 0, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/es.po, 66, 414, 481, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/eo.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/en_GB.po, 66, 414, 414, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/en_CA.po, 126, 888, 887, 0, 0, 0, 0, 126, 888 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/en@shaw.po, 99, 556, 556, 12, 82, 0, 0, 111, 638 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/el.po, 66, 414, 455, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/dz.po, 130, 899, 348, 0, 0, 0, 0, 130, 899 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/de.po, 66, 414, 415, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/da.po, 66, 414, 387, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/cy.po, 104, 569, 623, 0, 0, 0, 0, 104, 569 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/csb.po, 92, 447, 413, 4, 27, 1, 1, 97, 475 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/cs.po, 66, 414, 383, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/crh.po, 110, 563, 503, 0, 0, 0, 0, 110, 563 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ca@valencia.po, 50, 299, 352, 0, 0, 0, 0, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ca.po, 66, 414, 477, 0, 0, 0, 0, 66, 414 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/bs.po, 60, 327, 328, 0, 0, 0, 0, 60, 327 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/br.po, 112, 668, 732, 1, 7, 0, 0, 113, 675 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/bn_IN.po, 59, 323, 380, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/bn.po, 92, 446, 500, 0, 0, 0, 0, 92, 446 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/bg.po, 50, 299, 341, 0, 0, 0, 0, 50, 299 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/be@latin.po, 108, 533, 461, 0, 0, 6, 181, 114, 714 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/be.po, 58, 364, 332, 0, 0, 0, 0, 58, 364 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/az.po, 100, 513, 427, 1, 3, 0, 0, 101, 516 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ast.po, 111, 711, 791, 1, 6, 1, 5, 113, 722 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/as.po, 59, 323, 376, 0, 0, 0, 0, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/ar.po, 58, 256, 217, 0, 0, 1, 67, 59, 323 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/an.po, 59, 319, 368, 0, 0, 0, 0, 59, 319 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/am.po, 52, 145, 143, 4, 11, 45, 360, 101, 516 -gnome-session-3.34.1-3.fc31.src.rpm.stats.csv, po/af.po, 50, 299, 309, 0, 0, 0, 0, 50, 299 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 442, 1948, 631, 0, 0, 0, 0, 442, 1948 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 283, 1212, 398, 36, 110, 14, 84, 333, 1406 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 439, 1930, 619, 2, 16, 1, 3, 442, 1949 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/vi.po, 444, 1950, 2640, 0, 0, 0, 0, 444, 1950 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 346, 1452, 1291, 0, 0, 0, 0, 346, 1452 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/uk.po, 406, 1691, 1597, 0, 0, 0, 0, 406, 1691 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ug.po, 378, 1550, 1320, 0, 0, 3, 158, 381, 1708 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/tr.po, 536, 2361, 2020, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/th.po, 352, 1452, 588, 0, 0, 0, 0, 352, 1452 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/tg.po, 407, 1614, 1828, 0, 0, 37, 336, 444, 1950 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/te.po, 374, 1485, 1217, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ta.po, 374, 1485, 1253, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/sv.po, 536, 2361, 2228, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 423, 1835, 1971, 0, 0, 0, 0, 423, 1835 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/sr.po, 536, 2361, 2468, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/sl.po, 496, 2062, 2208, 15, 93, 25, 206, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/sk.po, 476, 1957, 2000, 23, 117, 37, 287, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/si.po, 159, 276, 303, 0, 0, 182, 1078, 341, 1354 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ru.po, 444, 1950, 1917, 0, 0, 0, 0, 444, 1950 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ro.po, 536, 2361, 2642, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 536, 2361, 2648, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/pt.po, 340, 1433, 1610, 0, 0, 0, 0, 340, 1433 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/pl.po, 537, 2363, 2336, 0, 0, 0, 0, 537, 2363 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/pa.po, 508, 2119, 2426, 0, 0, 27, 241, 535, 2360 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/or.po, 374, 1485, 1496, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/oc.po, 423, 1835, 2140, 0, 0, 0, 0, 423, 1835 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/nn.po, 317, 1097, 1085, 2, 46, 26, 268, 345, 1411 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/nl.po, 536, 2361, 2289, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ne.po, 324, 815, 855, 74, 308, 67, 978, 465, 2101 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/nb.po, 475, 1942, 1932, 19, 52, 42, 367, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ms.po, 258, 854, 844, 0, 0, 116, 631, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/mr.po, 374, 1485, 1403, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ml.po, 425, 1841, 1511, 0, 0, 0, 0, 425, 1841 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/mk.po, 335, 1338, 1465, 0, 0, 0, 0, 335, 1338 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/mjw.po, 303, 913, 962, 0, 0, 160, 1189, 463, 2102 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/lv.po, 535, 2360, 2171, 0, 0, 0, 0, 535, 2360 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/lt.po, 536, 2361, 2167, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ky.po, 302, 829, 771, 11, 42, 39, 582, 352, 1453 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ku.po, 42, 73, 73, 0, 0, 280, 1223, 322, 1296 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ko.po, 535, 2360, 1936, 0, 0, 0, 0, 535, 2360 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/kn.po, 374, 1485, 1267, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/km.po, 359, 1480, 574, 0, 0, 0, 0, 359, 1480 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/kk.po, 444, 1950, 1673, 0, 0, 0, 0, 444, 1950 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ja.po, 480, 2078, 695, 1, 49, 55, 234, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/it.po, 536, 2361, 2467, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/is.po, 418, 1496, 1527, 0, 0, 23, 451, 441, 1947 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/id.po, 536, 2361, 2262, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ia.po, 384, 1722, 2002, 0, 0, 0, 0, 384, 1722 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/hu.po, 536, 2361, 2104, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/hr.po, 535, 2360, 2294, 0, 0, 0, 0, 535, 2360 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/hi.po, 374, 1485, 1722, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/he.po, 345, 1108, 1078, 0, 0, 4, 22, 349, 1130 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/gu.po, 374, 1485, 1573, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/gl.po, 536, 2361, 2638, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/gd.po, 425, 1841, 2689, 0, 0, 0, 0, 425, 1841 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ga.po, 246, 679, 947, 5, 22, 77, 645, 328, 1346 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/fur.po, 536, 2361, 2765, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/fr.po, 536, 2361, 2726, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/fi.po, 515, 2105, 1682, 8, 149, 13, 107, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/fa.po, 536, 2361, 2521, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/eu.po, 535, 2360, 2070, 0, 0, 0, 0, 535, 2360 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/et.po, 426, 1691, 1385, 0, 0, 18, 259, 444, 1950 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/es.po, 536, 2361, 2728, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/eo.po, 521, 2185, 1984, 4, 61, 0, 0, 525, 2246 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 535, 2360, 2360, 0, 0, 0, 0, 535, 2360 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/el.po, 471, 1905, 1992, 21, 112, 43, 343, 535, 2360 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/de.po, 536, 2361, 2245, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/da.po, 536, 2361, 2218, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/cs.po, 536, 2361, 2384, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 406, 1691, 2041, 0, 0, 0, 0, 406, 1691 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ca.po, 536, 2361, 2769, 0, 0, 0, 0, 536, 2361 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/bs.po, 360, 1486, 1479, 0, 0, 0, 0, 360, 1486 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 375, 1486, 1497, 0, 0, 0, 0, 375, 1486 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/bn.po, 206, 566, 558, 7, 35, 26, 363, 239, 964 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/bg.po, 406, 1691, 1799, 0, 0, 0, 0, 406, 1691 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/be.po, 425, 1841, 1787, 0, 0, 0, 0, 425, 1841 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ast.po, 324, 1305, 1380, 0, 0, 0, 0, 324, 1305 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/as.po, 374, 1485, 1510, 0, 0, 0, 0, 374, 1485 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/ar.po, 408, 1490, 1640, 9, 36, 27, 424, 444, 1950 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/an.po, 319, 1298, 1501, 6, 24, 0, 0, 325, 1322 -gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv, po/af.po, 399, 1677, 1696, 12, 34, 12, 124, 423, 1835 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 54, 266, 68, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 68, 358, 103, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 70, 388, 99, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 70, 388, 619, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 66, 369, 340, 0, 0, 0, 0, 66, 369 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 54, 266, 280, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 62, 267, 94, 0, 0, 4, 71, 66, 338 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 53, 251, 287, 0, 0, 0, 0, 53, 251 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 68, 358, 312, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 68, 358, 315, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 54, 266, 259, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 70, 388, 372, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 54, 266, 262, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 54, 266, 256, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 54, 266, 264, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 70, 388, 365, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 54, 266, 298, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 54, 266, 326, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 68, 378, 427, 0, 0, 0, 0, 68, 378 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 54, 266, 263, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 70, 388, 438, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 68, 358, 348, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 68, 378, 474, 0, 0, 0, 0, 68, 378 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 54, 266, 264, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 43, 99, 106, 6, 20, 19, 239, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 70, 388, 396, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 68, 358, 340, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 68, 358, 346, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 70, 388, 301, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 28, 68, 67, 0, 0, 24, 181, 52, 249 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 54, 266, 228, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 54, 266, 240, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 54, 266, 221, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 68, 358, 319, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 66, 338, 108, 0, 0, 0, 0, 66, 338 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 70, 388, 358, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 53, 262, 72, 0, 0, 1, 4, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 54, 266, 304, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 70, 388, 385, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 54, 266, 271, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 54, 266, 227, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 54, 266, 253, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 68, 358, 429, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 70, 380, 380, 0, 0, 0, 0, 70, 380 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 65, 352, 408, 0, 0, 0, 0, 65, 352 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 54, 266, 329, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 63, 323, 413, 0, 0, 0, 0, 63, 323 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 54, 266, 346, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 54, 266, 333, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 51, 209, 171, 1, 4, 2, 53, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 54, 266, 285, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 54, 266, 239, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 47, 211, 178, 0, 0, 6, 40, 53, 251 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 54, 266, 327, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 50, 221, 201, 2, 24, 1, 6, 53, 251 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 70, 388, 388, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 54, 266, 303, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 54, 266, 268, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 54, 266, 261, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 54, 266, 260, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 70, 388, 502, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 54, 266, 353, 0, 0, 0, 0, 54, 266 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 70, 380, 370, 0, 0, 0, 0, 70, 380 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 68, 358, 352, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 70, 388, 431, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 70, 388, 363, 0, 0, 0, 0, 70, 388 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 68, 358, 365, 0, 0, 0, 0, 68, 358 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 59, 221, 207, 0, 0, 10, 163, 69, 384 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 70, 380, 456, 0, 0, 0, 0, 70, 380 -gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 70, 388, 389, 0, 0, 0, 0, 70, 388 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/zh_TW.po, 816, 3941, 1091, 0, 0, 0, 0, 816, 3941 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/zh_HK.po, 382, 1039, 419, 0, 0, 0, 0, 382, 1039 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 770, 3725, 1112, 0, 0, 0, 0, 770, 3725 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/vi.po, 730, 3604, 5614, 0, 0, 0, 0, 730, 3604 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/uk.po, 487, 2602, 2201, 0, 0, 0, 0, 487, 2602 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/tr.po, 818, 3998, 3281, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/th.po, 514, 1913, 714, 0, 0, 0, 0, 514, 1913 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/te.po, 326, 672, 631, 0, 0, 27, 258, 353, 930 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/sv.po, 818, 3998, 3720, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/sr@latin.po, 762, 3676, 3774, 0, 0, 0, 0, 762, 3676 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/sr.po, 818, 3998, 4217, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/sl.po, 808, 3909, 4081, 0, 0, 0, 0, 808, 3909 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/sk.po, 692, 3133, 3270, 31, 223, 39, 320, 762, 3676 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ru.po, 809, 3914, 3579, 0, 0, 0, 0, 809, 3914 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ro.po, 818, 3998, 4494, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/pt_BR.po, 818, 3998, 4494, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/pt.po, 526, 2336, 2511, 0, 0, 0, 0, 526, 2336 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/pl.po, 818, 3998, 3895, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/pa.po, 818, 3998, 4778, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/oc.po, 767, 3709, 4483, 0, 0, 0, 0, 767, 3709 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/nl.po, 818, 3998, 3941, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ne.po, 377, 869, 909, 126, 546, 214, 2111, 717, 3526 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/nb.po, 781, 3573, 3442, 0, 0, 37, 425, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/mr.po, 1, 2, 2, 0, 0, 729, 3602, 730, 3604 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ml.po, 780, 3784, 3050, 0, 0, 0, 0, 780, 3784 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/mjw.po, 229, 472, 447, 0, 0, 577, 3479, 806, 3951 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/lv.po, 809, 3914, 3462, 0, 0, 0, 0, 809, 3914 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/lt.po, 818, 3998, 3539, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ko.po, 818, 3998, 3186, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/km.po, 365, 969, 438, 0, 0, 0, 0, 365, 969 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/kk.po, 677, 2970, 2633, 0, 0, 126, 914, 803, 3884 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ja.po, 657, 3009, 980, 0, 0, 161, 989, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/it.po, 818, 3998, 4278, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/is.po, 349, 686, 717, 1, 4, 456, 3215, 806, 3905 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/id.po, 818, 3998, 3925, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/hu.po, 818, 3998, 3632, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/hr.po, 818, 3998, 3809, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/hi.po, 730, 3604, 4467, 0, 0, 0, 0, 730, 3604 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/he.po, 546, 2447, 2251, 1, 2, 1, 6, 548, 2455 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/gl.po, 818, 3998, 4456, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/gd.po, 767, 3709, 4955, 0, 0, 0, 0, 767, 3709 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ga.po, 124, 152, 170, 0, 0, 310, 1353, 434, 1505 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/fur.po, 818, 3998, 4782, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/fr.po, 818, 3998, 4860, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/fi.po, 800, 3786, 2942, 0, 0, 18, 212, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/fa.po, 818, 3998, 4187, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/eu.po, 818, 3998, 3542, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/es.po, 818, 3998, 4558, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/eo.po, 800, 3797, 3475, 0, 0, 9, 117, 809, 3914 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/en_GB.po, 818, 3998, 4018, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/el.po, 818, 3998, 4254, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/de.po, 818, 3998, 3984, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/da.po, 818, 3998, 3722, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/cs.po, 818, 3998, 3964, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ca@valencia.po, 715, 3527, 4050, 0, 0, 1, 1, 716, 3528 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ca.po, 818, 3998, 4631, 0, 0, 0, 0, 818, 3998 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/bs.po, 429, 1391, 1376, 0, 0, 0, 0, 429, 1391 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/bn.po, 467, 2332, 2293, 0, 0, 263, 1272, 730, 3604 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/bg.po, 723, 3546, 3933, 0, 0, 0, 0, 723, 3546 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/as.po, 383, 1043, 1099, 0, 0, 0, 0, 383, 1043 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/ar.po, 617, 2681, 2527, 54, 311, 99, 733, 770, 3725 -gnome-software-3.34.1-6.fc31.src.rpm.stats.csv, po/af.po, 748, 3345, 3520, 0, 0, 55, 537, 803, 3882 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/sv/sv.po, 232, 4113, 3533, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/ro/ro.po, 19, 141, 143, 23, 202, 187, 3745, 229, 4088 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 232, 4113, 4276, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/pt/pt.po, 229, 4089, 4167, 0, 0, 0, 0, 229, 4089 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/pl/pl.po, 232, 4113, 3200, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/ko/ko.po, 232, 4113, 2765, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/hu/hu.po, 232, 4113, 3177, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/fr/fr.po, 232, 4113, 4370, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/es/es.po, 232, 4113, 4335, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/el/el.po, 229, 4089, 4061, 0, 0, 0, 0, 229, 4089 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/de/de.po, 232, 4113, 3790, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, help/cs/cs.po, 232, 4113, 3526, 0, 0, 0, 0, 232, 4113 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 304, 1444, 440, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/zh_HK.po, 292, 1289, 430, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 304, 1439, 483, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/vi.po, 298, 1365, 1969, 0, 0, 0, 0, 298, 1365 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/uk.po, 301, 1396, 1287, 0, 0, 0, 0, 301, 1396 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ug.po, 308, 1280, 1149, 0, 0, 0, 0, 308, 1280 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/tr.po, 304, 1444, 1264, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/th.po, 298, 1365, 589, 0, 0, 0, 0, 298, 1365 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/tg.po, 291, 1285, 1309, 0, 0, 0, 0, 291, 1285 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/te.po, 292, 1289, 1161, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ta.po, 292, 1289, 1142, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/sv.po, 304, 1444, 1286, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 304, 1439, 1487, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/sr.po, 304, 1444, 1491, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/sq.po, 177, 645, 806, 0, 0, 0, 0, 177, 645 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/sl.po, 304, 1444, 1480, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/sk.po, 302, 1440, 1340, 0, 0, 0, 0, 302, 1440 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/si.po, 131, 258, 310, 0, 0, 93, 581, 224, 839 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/rw.po, 22, 22, 23, 86, 471, 61, 117, 169, 610 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ru.po, 304, 1444, 1370, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ro.po, 304, 1444, 1667, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 304, 1444, 1829, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/pt.po, 301, 1396, 1747, 0, 0, 0, 0, 301, 1396 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ps.po, 177, 479, 567, 0, 0, 53, 389, 230, 868 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/pl.po, 304, 1444, 1391, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/pa.po, 304, 1439, 1538, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/or.po, 308, 1280, 1294, 0, 0, 0, 0, 308, 1280 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/oc.po, 301, 1396, 1891, 0, 0, 0, 0, 301, 1396 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/nn.po, 231, 874, 858, 0, 0, 0, 0, 231, 874 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/nl.po, 304, 1444, 1383, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ne.po, 313, 1462, 1357, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/nds.po, 56, 97, 89, 0, 0, 188, 836, 244, 933 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/nb.po, 314, 1463, 1489, 0, 0, 0, 0, 314, 1463 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ms.po, 143, 502, 487, 0, 0, 0, 0, 143, 502 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/mr.po, 292, 1289, 1164, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/mn.po, 142, 498, 452, 0, 0, 0, 0, 142, 498 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ml.po, 305, 1440, 1233, 0, 0, 0, 0, 305, 1440 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/mk.po, 275, 1072, 1236, 0, 0, 0, 0, 275, 1072 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/mg.po, 209, 845, 929, 1, 1, 0, 0, 210, 846 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/mai.po, 175, 577, 664, 0, 0, 69, 356, 244, 933 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/lv.po, 304, 1444, 1291, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/lt.po, 304, 1444, 1355, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/li.po, 116, 388, 377, 20, 67, 7, 47, 143, 502 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ky.po, 308, 1283, 1139, 0, 0, 0, 0, 308, 1283 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ku.po, 87, 154, 172, 0, 0, 90, 491, 177, 645 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ko.po, 304, 1444, 1261, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/kn.po, 292, 1289, 1159, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/km.po, 294, 1283, 571, 0, 0, 0, 0, 294, 1283 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/kk.po, 304, 1444, 1280, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ka.po, 224, 839, 738, 0, 0, 0, 0, 224, 839 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ja.po, 301, 1437, 469, 0, 0, 3, 7, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/it.po, 304, 1444, 1560, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/is.po, 305, 1440, 1275, 0, 0, 0, 0, 305, 1440 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/id.po, 304, 1444, 1420, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/hu.po, 304, 1444, 1336, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/hr.po, 302, 1440, 1400, 0, 0, 0, 0, 302, 1440 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/hi.po, 292, 1289, 1417, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/he.po, 298, 1365, 1323, 0, 0, 0, 0, 298, 1365 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/gu.po, 308, 1280, 1348, 0, 0, 0, 0, 308, 1280 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/gl.po, 304, 1444, 1852, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/gd.po, 313, 1462, 2024, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ga.po, 158, 294, 370, 3, 9, 130, 900, 291, 1203 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/fur.po, 304, 1444, 1699, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/fr.po, 304, 1444, 1972, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/fi.po, 304, 1444, 1034, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/fa.po, 313, 1462, 1704, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/eu.po, 304, 1444, 1259, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/et.po, 292, 1289, 1018, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/es.po, 304, 1444, 1905, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/eo.po, 303, 1407, 1194, 0, 0, 0, 0, 303, 1407 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/en_GB.po, 304, 1439, 1462, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/en_CA.po, 177, 645, 644, 0, 0, 0, 0, 177, 645 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/en@shaw.po, 210, 727, 728, 34, 206, 0, 0, 244, 933 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/el.po, 304, 1444, 1519, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/dz.po, 230, 868, 501, 0, 0, 0, 0, 230, 868 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/de.po, 304, 1444, 1398, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/da.po, 302, 1440, 1275, 0, 0, 0, 0, 302, 1440 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/cy.po, 177, 645, 711, 0, 0, 0, 0, 177, 645 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/cs.po, 304, 1444, 1381, 0, 0, 0, 0, 304, 1444 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ca@valencia.po, 313, 1462, 1833, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ca.po, 303, 1441, 1813, 0, 0, 1, 1, 304, 1442 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/bs.po, 292, 1289, 1244, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/bn_IN.po, 292, 1289, 1317, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/bn.po, 244, 933, 1055, 0, 0, 0, 0, 244, 933 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/bg.po, 313, 1462, 1581, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/be@latin.po, 184, 545, 507, 0, 0, 54, 368, 238, 913 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/be.po, 313, 1462, 1424, 0, 0, 0, 0, 313, 1462 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/az.po, 143, 502, 449, 0, 0, 0, 0, 143, 502 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ast.po, 238, 913, 1131, 0, 0, 1, 5, 239, 918 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/as.po, 292, 1289, 1253, 0, 0, 0, 0, 292, 1289 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/ar.po, 304, 1439, 1575, 0, 0, 0, 0, 304, 1439 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/an.po, 289, 1276, 1596, 0, 0, 0, 0, 289, 1276 -gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv, po/am.po, 43, 74, 90, 20, 33, 80, 395, 143, 502 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ln.po, 4, 10, 13, 0, 0, 0, 0, 4, 10 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/gd.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/it.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/eu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/hi.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/hr.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ga.po, 5, 12, 10, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/en_CA.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/tr.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/lt.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/da.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/km.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/as.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/fa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/en_GB.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/kn.po, 5, 12, 14, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ko.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/id.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/sv.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/is.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ne.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/kk.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ca@valencia.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/cs.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/af.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/th.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/tg.po, 5, 12, 12, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/vi.po, 9, 24, 31, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/an.po, 9, 24, 26, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ug.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/hu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/sr.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/gu.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/fi.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/bn_IN.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/pt.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/pt_BR.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/eo.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/lv.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/es.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/pa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/el.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/zh_TW.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/de.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/sl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ta.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/te.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/sk.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ro.po, 9, 24, 27, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/uk.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/mr.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/nb.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/gl.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/nl.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ja.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/fur.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/bg.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/be.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ru.po, 6, 15, 12, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/et.po, 9, 24, 17, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/pl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ml.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/fy.po, 9, 24, 18, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ar.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/oc.po, 4, 10, 12, 0, 0, 0, 0, 4, 10 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/fr.po, 6, 15, 20, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/bs.po, 4, 10, 9, 0, 0, 0, 0, 4, 10 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/zh_HK.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/sr@latin.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/ca.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/or.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv, po/he.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/nl/nl.po, 3168, 56853, 57429, 0, 0, 0, 0, 3168, 56853 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/cs/cs.po, 3201, 56823, 49138, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/gl/gl.po, 2431, 35551, 36371, 641, 18198, 132, 3076, 3204, 56825 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pl/pl.po, 3287, 58047, 46154, 0, 0, 0, 0, 3287, 58047 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/hr/hr.po, 307, 2687, 2329, 18, 30, 2847, 54227, 3172, 56944 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/fr/fr.po, 2704, 47231, 50188, 321, 7417, 79, 1325, 3104, 55973 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/el/el.po, 3111, 56124, 56974, 0, 0, 0, 0, 3111, 56124 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/de/de.po, 3260, 57480, 55436, 13, 341, 14, 226, 3287, 58047 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/id/id.po, 1798, 20821, 18532, 402, 6368, 966, 29651, 3166, 56840 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/kn/kn.po, 350, 897, 882, 0, 0, 2971, 59356, 3321, 60253 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/fi/fi.po, 2052, 28273, 19055, 649, 15400, 503, 13152, 3204, 56825 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/lv/lv.po, 3191, 57078, 44920, 5, 20, 0, 0, 3196, 57098 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ru/ru.po, 2884, 50476, 42172, 247, 6960, 40, 732, 3171, 58168 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pt/pt.po, 3115, 55812, 57231, 19, 532, 6, 81, 3140, 56425 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sv/sv.po, 3288, 58064, 53724, 0, 0, 0, 0, 3288, 58064 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/da/da.po, 1445, 11583, 10661, 0, 0, 1756, 45240, 3201, 56823 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/hu/hu.po, 3201, 56823, 45700, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ca/ca.po, 3064, 54611, 57262, 104, 1639, 48, 928, 3216, 57178 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sr@latin/sr@latin.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/mr/mr.po, 2559, 44257, 33981, 563, 12746, 23, 656, 3145, 57659 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/zh_CN/zh_CN.po, 2794, 51114, 5179, 375, 5958, 147, 3041, 3316, 60113 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/as/as.po, 2407, 30614, 27469, 319, 4795, 495, 23177, 3221, 58586 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ta/ta.po, 2795, 50123, 38336, 275, 5971, 80, 1791, 3150, 57885 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/es/es.po, 3088, 53037, 55899, 150, 3718, 65, 1376, 3303, 58131 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sr/sr.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/gu/gu.po, 2515, 39284, 39210, 412, 9639, 223, 8947, 3150, 57870 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ro/ro.po, 169, 1855, 1837, 0, 0, 3035, 54970, 3204, 56825 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/ja/ja.po, 1739, 27509, 3394, 729, 15161, 636, 13312, 3104, 55982 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/he/he.po, 4, 8, 11, 0, 0, 3133, 56398, 3137, 56406 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/hi/hi.po, 164, 3074, 3661, 1, 19, 2114, 43704, 2279, 46797 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/sl/sl.po, 2939, 52634, 44589, 190, 4255, 70, 1761, 3199, 58650 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pt_BR/pt_BR.po, 3201, 56823, 59860, 0, 0, 0, 0, 3201, 56823 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/te/te.po, 939, 14118, 10266, 197, 2937, 2012, 40704, 3148, 57759 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/vi/vi.po, 2237, 36788, 39571, 0, 0, 689, 20176, 2926, 56964 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/pa/pa.po, 192, 532, 564, 149, 863, 1900, 44621, 2241, 46016 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, gnome-help/it/it.po, 2088, 36623, 36404, 480, 7593, 747, 15915, 3315, 60131 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/cs/cs.po, 654, 9076, 8090, 0, 0, 0, 0, 654, 9076 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/gl/gl.po, 238, 1590, 1823, 19, 118, 285, 5725, 542, 7433 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/ko/ko.po, 661, 9090, 6736, 0, 0, 0, 0, 661, 9090 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/de/de.po, 661, 9090, 8657, 0, 0, 0, 0, 661, 9090 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/sv/sv.po, 646, 8929, 7899, 0, 0, 0, 0, 646, 8929 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/hu/hu.po, 547, 7497, 6920, 0, 0, 0, 0, 547, 7497 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/ca/ca.po, 546, 7476, 7936, 0, 0, 1, 21, 547, 7497 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/es/es.po, 645, 8906, 9904, 0, 0, 1, 21, 646, 8927 -gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv, system-admin-guide/pt_BR/pt_BR.po, 542, 7433, 8003, 0, 0, 0, 0, 542, 7433 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 10, 51, 13, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 29, 160, 38, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 10, 49, 14, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 11, 52, 87, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 10, 52, 45, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 29, 224, 183, 0, 0, 0, 0, 29, 224 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 10, 49, 48, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 51, 316, 89, 0, 0, 0, 0, 51, 316 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 26, 136, 136, 0, 0, 0, 0, 26, 136 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 29, 160, 139, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 10, 49, 47, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 10, 52, 59, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 10, 49, 56, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 13, 61, 77, 0, 0, 0, 0, 13, 61 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 10, 49, 51, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 2, 2, 4, 11, 59, 0, 0, 13, 61 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 11, 52, 55, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 10, 49, 55, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 10, 49, 53, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 10, 49, 50, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 29, 160, 169, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 10, 52, 64, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 51, 326, 320, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 10, 49, 57, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 10, 52, 47, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 29, 160, 160, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 10, 52, 44, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 13, 61, 62, 0, 0, 0, 0, 13, 61 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 5, 15, 18, 0, 0, 5, 34, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 6, 8, 11, 0, 0, 40, 280, 46, 288 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 10, 49, 46, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 10, 49, 41, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ln.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 10, 49, 43, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 30, 184, 67, 0, 0, 0, 0, 30, 184 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 10, 51, 51, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 10, 49, 14, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 10, 51, 53, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 10, 49, 54, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 10, 49, 45, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 10, 49, 48, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 10, 49, 57, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 10, 52, 63, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 46, 288, 361, 0, 0, 0, 0, 46, 288 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 10, 49, 53, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 10, 49, 66, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 10, 49, 44, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 10, 49, 51, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 10, 49, 43, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 10, 52, 55, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 10, 49, 60, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 10, 51, 51, 0, 0, 0, 0, 10, 51 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 10, 52, 52, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 15, 70, 70, 0, 0, 0, 0, 15, 70 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 51, 326, 326, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 10, 49, 60, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 16, 75, 33, 0, 0, 0, 0, 16, 75 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 10, 49, 53, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 11, 52, 44, 0, 0, 0, 0, 11, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 10, 49, 47, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 10, 52, 65, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 10, 49, 62, 0, 0, 0, 0, 10, 49 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 26, 136, 134, 0, 0, 0, 0, 26, 136 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/br.po, 51, 326, 379, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 51, 316, 419, 0, 0, 0, 0, 51, 316 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 51, 326, 374, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 10, 52, 61, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 10, 52, 60, 0, 0, 0, 0, 10, 52 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 51, 326, 353, 0, 0, 0, 0, 51, 326 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 34, 247, 214, 0, 0, 0, 0, 34, 247 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 29, 160, 187, 0, 0, 0, 0, 29, 160 -gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 10, 52, 54, 0, 0, 0, 0, 10, 52 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 68, 256, 68, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/vi.po, 68, 256, 299, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/uk.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ug.po, 17, 28, 30, 0, 0, 51, 228, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/tr.po, 68, 256, 214, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/th.po, 68, 256, 72, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/tg.po, 11, 11, 15, 0, 0, 57, 245, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/te.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ta.po, 68, 256, 204, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/sv.po, 68, 256, 233, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/sr.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/sq.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/sl.po, 68, 256, 229, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/sk.po, 68, 256, 221, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ru.po, 68, 256, 165, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ro.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 68, 256, 285, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/pt.po, 68, 256, 263, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ps.po, 7, 8, 8, 1, 1, 15, 17, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/pl.po, 68, 256, 239, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/pa.po, 68, 256, 275, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/or.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/oc.po, 68, 256, 287, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/nn.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/nl.po, 68, 256, 237, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ne.po, 68, 256, 217, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/nds.po, 23, 26, 28, 0, 0, 0, 0, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/nb.po, 68, 256, 219, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ms.po, 7, 8, 9, 5, 5, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/mr.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ml.po, 68, 256, 194, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/mk.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 12, 32, 21, 0, 0, 56, 224, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/mai.po, 3, 4, 5, 1, 1, 19, 21, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/lv.po, 68, 256, 203, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/lt.po, 68, 256, 209, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ku.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ko.po, 68, 256, 160, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/kn.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/km.po, 66, 246, 75, 0, 0, 0, 0, 66, 246 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ka.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ja.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/it.po, 68, 256, 264, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/is.po, 39, 71, 62, 0, 0, 29, 185, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/id.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/hu.po, 68, 256, 190, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/hr.po, 68, 256, 226, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/hi.po, 68, 256, 267, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/he.po, 68, 256, 217, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/gu.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/gl.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ga.po, 36, 46, 50, 1, 4, 31, 206, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/fur.po, 68, 256, 266, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/fr.po, 68, 256, 293, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/fi.po, 68, 256, 169, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/fa.po, 68, 256, 271, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/eu.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/et.po, 68, 256, 176, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/es.po, 68, 256, 310, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/eo.po, 60, 211, 191, 0, 0, 8, 45, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 68, 256, 256, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/el.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/dz.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/de.po, 68, 256, 225, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/da.po, 68, 256, 210, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/cs.po, 68, 256, 234, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ca.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/bs.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/bn.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/bg.po, 68, 256, 235, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/be.po, 68, 256, 175, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ast.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/as.po, 68, 256, 238, 0, 0, 0, 0, 68, 256 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/ar.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv, po/af.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 41, 192, 60, 0, 0, 0, 0, 41, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 37, 164, 56, 0, 0, 0, 0, 37, 164 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 42, 195, 87, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 42, 195, 284, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 42, 192, 168, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 42, 195, 165, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 42, 192, 65, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 42, 195, 220, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 81, 216, 198, 0, 0, 0, 0, 81, 216 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 72, 203, 192, 0, 0, 0, 0, 72, 203 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 42, 195, 203, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 42, 192, 182, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 42, 195, 183, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 42, 192, 185, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 42, 195, 162, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 42, 195, 208, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 42, 192, 216, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 42, 195, 188, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 41, 191, 228, 0, 0, 0, 0, 41, 191 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 42, 192, 215, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 42, 195, 210, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 42, 192, 179, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 42, 192, 186, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 42, 192, 141, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 31, 77, 74, 0, 0, 10, 117, 41, 194 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 42, 195, 163, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 42, 195, 147, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 41, 194, 160, 0, 0, 0, 0, 41, 194 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 67, 129, 142, 0, 0, 5, 74, 72, 203 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 41, 192, 172, 0, 0, 0, 0, 41, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 40, 191, 65, 0, 0, 2, 4, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 42, 195, 196, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 41, 194, 204, 0, 0, 0, 0, 41, 194 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 42, 195, 195, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 42, 195, 179, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 42, 195, 175, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 42, 192, 191, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 42, 195, 207, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 41, 191, 248, 0, 0, 0, 0, 41, 191 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 38, 113, 123, 0, 0, 3, 70, 41, 183 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 42, 195, 209, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 42, 195, 228, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 42, 195, 140, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 41, 194, 195, 0, 0, 0, 0, 41, 194 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 42, 195, 160, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 42, 195, 211, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 42, 195, 194, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 42, 195, 198, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 42, 195, 234, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 41, 194, 198, 0, 0, 0, 0, 41, 194 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 42, 195, 190, 0, 0, 0, 0, 42, 195 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 41, 191, 219, 0, 0, 0, 0, 41, 191 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 41, 194, 222, 0, 0, 0, 0, 41, 194 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 42, 184, 168, 0, 0, 0, 0, 42, 184 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 42, 192, 222, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 42, 192, 177, 0, 0, 0, 0, 42, 192 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 41, 183, 182, 0, 0, 0, 0, 41, 183 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 36, 98, 102, 0, 0, 5, 93, 41, 191 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 42, 184, 191, 0, 0, 0, 0, 42, 184 -gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 40, 191, 205, 0, 0, 0, 0, 40, 191 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/da.gmo, 1393, 8099, 7680, 0, 0, 0, 0, 1393, 8099 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/hu.po, 424, 2524, 2294, 1127, 6401, 641, 4507, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 1930, 11418, 5331, 171, 1244, 91, 770, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/cs.po, 2190, 13417, 13346, 0, 0, 2, 15, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/sv.po, 1378, 7976, 7812, 597, 3735, 217, 1721, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 2154, 13183, 4646, 0, 0, 0, 0, 2154, 13183 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/id.po, 424, 2524, 2366, 1127, 6401, 641, 4507, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 2154, 13183, 4646, 23, 142, 15, 107, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/fi.gmo, 424, 2524, 2068, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/fr.gmo, 1944, 11437, 13952, 0, 0, 0, 0, 1944, 11437 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/en@boldquot.po, 2192, 13432, 13441, 0, 0, 0, 0, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/en@quot.gmo, 2192, 13432, 13432, 0, 0, 0, 0, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/de.po, 2192, 13432, 13779, 0, 0, 0, 0, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/tr.gmo, 1319, 7629, 7193, 0, 0, 0, 0, 1319, 7629 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/de.gmo, 2192, 13432, 13779, 0, 0, 0, 0, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 1930, 11418, 5331, 0, 0, 0, 0, 1930, 11418 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/nb.gmo, 2156, 13174, 12643, 0, 0, 0, 0, 2156, 13174 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/et.po, 424, 2524, 2224, 1127, 6401, 641, 4507, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ru.po, 2190, 13417, 12802, 0, 0, 2, 15, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/pl.gmo, 2190, 13417, 13573, 0, 0, 0, 0, 2190, 13417 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ro.po, 822, 4858, 5228, 847, 4782, 523, 3792, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ro.gmo, 822, 4858, 5228, 0, 0, 0, 0, 822, 4858 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ru.gmo, 2190, 13417, 12802, 0, 0, 0, 0, 2190, 13417 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/uk.gmo, 2128, 12970, 13673, 0, 0, 0, 0, 2128, 12970 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/el.po, 424, 2524, 2685, 1127, 6401, 641, 4507, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/sk.gmo, 423, 2519, 2463, 0, 0, 0, 0, 423, 2519 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/en@boldquot.gmo, 2192, 13432, 13441, 0, 0, 0, 0, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/nb.po, 2156, 13174, 12643, 25, 140, 11, 118, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/sk.po, 423, 2519, 2463, 1128, 6406, 641, 4507, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ja.gmo, 2184, 13356, 3876, 0, 0, 0, 0, 2184, 13356 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/sv.gmo, 1378, 7976, 7812, 0, 0, 0, 0, 1378, 7976 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/uk.po, 2128, 12970, 13673, 47, 310, 17, 152, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/cs.gmo, 2190, 13417, 13346, 0, 0, 0, 0, 2190, 13417 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/eo.gmo, 297, 1658, 1566, 0, 0, 0, 0, 297, 1658 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/tr.po, 1319, 7629, 7193, 625, 3876, 248, 1927, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/it.gmo, 424, 2524, 2800, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/hu.gmo, 424, 2524, 2294, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/pt.gmo, 365, 2083, 2357, 0, 0, 0, 0, 365, 2083 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/es.gmo, 2167, 13169, 15208, 0, 0, 0, 0, 2167, 13169 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/pl.po, 2190, 13417, 13573, 0, 0, 2, 15, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/gl.po, 421, 2490, 2941, 1148, 6521, 623, 4421, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/id.gmo, 424, 2524, 2366, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/et.gmo, 424, 2524, 2224, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/eo.po, 297, 1658, 1566, 1211, 6874, 684, 4900, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ca.gmo, 427, 2499, 3098, 0, 0, 0, 0, 427, 2499 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/da.po, 1393, 8099, 7680, 583, 3619, 216, 1714, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/gl.gmo, 421, 2490, 2941, 0, 0, 0, 0, 421, 2490 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/el.gmo, 424, 2524, 2685, 0, 0, 0, 0, 424, 2524 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/gnupg2.pot, 0, 0, 0, 0, 0, 2192, 13432, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/pt.po, 365, 2083, 2357, 1156, 6560, 671, 4789, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/en@quot.po, 2192, 13432, 13432, 0, 0, 0, 0, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/es.po, 2167, 13169, 15208, 9, 54, 16, 209, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ca.po, 427, 2499, 3098, 1128, 6453, 637, 4480, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/ja.po, 2184, 13356, 3876, 2, 15, 6, 61, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/it.po, 424, 2524, 2800, 1127, 6401, 641, 4507, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/fi.po, 424, 2524, 2068, 1127, 6401, 641, 4507, 2192, 13432 -gnupg2-2.2.17-2.fc31.src.rpm.stats.csv, po/fr.po, 1944, 11437, 13952, 167, 1239, 81, 756, 2192, 13432 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/ms.po, 175, 756, 694, 165, 719, 53, 337, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 385, 1787, 2020, 7, 22, 1, 3, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/fr.po, 385, 1787, 2053, 7, 22, 1, 3, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/it.gmo, 385, 1787, 2021, 0, 0, 0, 0, 385, 1787 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/nl.gmo, 281, 1247, 1154, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 281, 1247, 480, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/pl.gmo, 385, 1787, 1639, 0, 0, 0, 0, 385, 1787 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/uk.gmo, 385, 1787, 1706, 0, 0, 0, 0, 385, 1787 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/fr.gmo, 385, 1787, 2053, 0, 0, 0, 0, 385, 1787 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/ms.gmo, 175, 756, 694, 0, 0, 0, 0, 175, 756 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 385, 1787, 2020, 0, 0, 0, 0, 385, 1787 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/pl.po, 385, 1787, 1639, 7, 22, 1, 3, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/es.gmo, 281, 1247, 1338, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/cs.po, 385, 1787, 1655, 7, 22, 1, 3, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/es.po, 281, 1247, 1338, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/vi.po, 281, 1247, 1814, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/de.po, 281, 1247, 1113, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/eo.po, 385, 1787, 1696, 7, 22, 1, 3, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/vi.gmo, 281, 1247, 1814, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/de.gmo, 281, 1247, 1113, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/uk.po, 385, 1787, 1706, 7, 22, 1, 3, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/eo.gmo, 385, 1787, 1696, 0, 0, 0, 0, 385, 1787 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/gnutls.pot, 0, 0, 0, 0, 0, 393, 1812, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/fi.gmo, 281, 1247, 887, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 281, 1247, 480, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/sv.gmo, 281, 1247, 1048, 0, 0, 0, 0, 281, 1247 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/it.po, 385, 1787, 2021, 7, 22, 1, 3, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/sr.po, 281, 1247, 1176, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/sv.po, 281, 1247, 1048, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/nl.po, 281, 1247, 1154, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/cs.gmo, 385, 1787, 1655, 0, 0, 0, 0, 385, 1787 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/fi.po, 281, 1247, 887, 65, 306, 47, 259, 393, 1812 -gnutls-3.6.10-1.fc31.src.rpm.stats.csv, po/sr.gmo, 281, 1247, 1176, 0, 0, 0, 0, 281, 1247 -grep-3.3-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grep-3.3-3.fc31.src.rpm.stats.csv, po/de.gmo, 85, 442, 480, 0, 0, 0, 0, 85, 442 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ru.gmo, 94, 613, 655, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/bg.gmo, 107, 875, 1068, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sr.gmo, 94, 613, 622, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ga.gmo, 94, 613, 683, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/da.po, 94, 613, 585, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pt.gmo, 107, 875, 956, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ru.po, 94, 613, 655, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/fr.po, 94, 613, 701, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sk.po, 75, 368, 378, 25, 472, 8, 46, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 94, 613, 727, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ja.gmo, 96, 617, 361, 0, 0, 0, 0, 96, 617 -grep-3.3-3.fc31.src.rpm.stats.csv, po/eu.po, 14, 38, 39, 24, 217, 70, 631, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/cs.gmo, 107, 875, 909, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/vi.gmo, 107, 875, 1320, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/uk.po, 107, 875, 979, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pl.gmo, 94, 613, 636, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sl.gmo, 94, 613, 628, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ca.gmo, 94, 613, 782, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/be.po, 14, 38, 37, 23, 213, 71, 635, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pa.po, 57, 225, 251, 15, 97, 36, 564, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/lt.po, 14, 38, 38, 29, 321, 65, 527, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ky.po, 14, 38, 42, 28, 288, 66, 560, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/el.gmo, 42, 166, 185, 0, 0, 0, 0, 42, 166 -grep-3.3-3.fc31.src.rpm.stats.csv, po/nb.gmo, 107, 875, 938, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 94, 613, 300, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/es.gmo, 81, 418, 497, 0, 0, 0, 0, 81, 418 -grep-3.3-3.fc31.src.rpm.stats.csv, po/et.gmo, 107, 875, 782, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ca.po, 94, 613, 782, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/id.po, 94, 613, 635, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/it.po, 107, 875, 991, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/af.po, 14, 38, 36, 23, 213, 71, 635, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/th.gmo, 107, 875, 513, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/uk.gmo, 107, 875, 979, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sr.po, 94, 613, 622, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sk.gmo, 75, 368, 378, 0, 0, 0, 0, 75, 368 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sv.gmo, 107, 875, 888, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/nl.po, 107, 875, 953, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/th.po, 107, 875, 513, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/hr.po, 107, 875, 914, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/be.gmo, 14, 38, 37, 0, 0, 0, 0, 14, 38 -grep-3.3-3.fc31.src.rpm.stats.csv, po/vi.po, 107, 875, 1320, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/eo.gmo, 94, 613, 608, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pt.po, 107, 875, 956, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/gl.gmo, 94, 613, 719, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/he.po, 14, 38, 46, 24, 217, 70, 631, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/hu.po, 94, 613, 621, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/nb.po, 107, 875, 938, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sv.po, 107, 875, 888, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 85, 442, 254, 20, 433, 3, 11, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pa.gmo, 57, 225, 251, 0, 0, 0, 0, 57, 225 -grep-3.3-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 94, 613, 300, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/lt.gmo, 14, 38, 38, 0, 0, 0, 0, 14, 38 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ro.po, 14, 38, 42, 23, 213, 71, 635, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 94, 613, 727, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/it.gmo, 107, 875, 991, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/et.po, 107, 875, 782, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ga.po, 94, 613, 683, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/sl.po, 94, 613, 628, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/eu.gmo, 14, 38, 39, 0, 0, 0, 0, 14, 38 -grep-3.3-3.fc31.src.rpm.stats.csv, po/fi.gmo, 94, 613, 558, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/fi.po, 94, 613, 558, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/el.po, 42, 166, 185, 41, 421, 25, 299, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/da.gmo, 94, 613, 585, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/tr.gmo, 14, 38, 39, 0, 0, 0, 0, 14, 38 -grep-3.3-3.fc31.src.rpm.stats.csv, po/id.gmo, 94, 613, 635, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/pl.po, 94, 613, 636, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/cs.po, 107, 875, 909, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/de.po, 85, 442, 480, 20, 433, 3, 11, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/es.po, 81, 418, 497, 21, 436, 6, 32, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ja.po, 96, 617, 361, 12, 269, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/hr.gmo, 107, 875, 914, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/eo.po, 94, 613, 608, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/hu.gmo, 94, 613, 621, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 85, 442, 254, 0, 0, 0, 0, 85, 442 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ky.gmo, 14, 38, 42, 0, 0, 0, 0, 14, 38 -grep-3.3-3.fc31.src.rpm.stats.csv, po/fr.gmo, 94, 613, 701, 0, 0, 0, 0, 94, 613 -grep-3.3-3.fc31.src.rpm.stats.csv, po/bg.po, 107, 875, 1068, 1, 11, 0, 0, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/ko.po, 3, 6, 6, 18, 85, 87, 795, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/nl.gmo, 107, 875, 953, 0, 0, 0, 0, 107, 875 -grep-3.3-3.fc31.src.rpm.stats.csv, po/tr.po, 14, 38, 39, 24, 217, 70, 631, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/gl.po, 94, 613, 719, 12, 269, 2, 4, 108, 886 -grep-3.3-3.fc31.src.rpm.stats.csv, po/grep.pot, 0, 0, 0, 0, 0, 108, 886, 108, 886 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 36, 191, 58, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 36, 187, 57, 0, 0, 0, 0, 36, 187 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 36, 191, 68, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/uk.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/tr.po, 36, 191, 166, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/tg.po, 36, 187, 199, 0, 0, 0, 0, 36, 187 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/sv.po, 36, 191, 179, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 37, 194, 204, 0, 0, 0, 0, 37, 194 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/sr.po, 36, 191, 201, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/sl.po, 36, 191, 214, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/sk.po, 36, 191, 209, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ru.po, 37, 194, 190, 0, 0, 0, 0, 37, 194 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ro.po, 36, 191, 231, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 36, 191, 227, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/pt.po, 37, 194, 216, 0, 0, 0, 0, 37, 194 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/pl.po, 36, 191, 197, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/pa.po, 36, 187, 226, 0, 0, 0, 0, 36, 187 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/oc.po, 36, 191, 246, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/nl.po, 36, 191, 177, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ne.po, 21, 96, 94, 7, 41, 8, 54, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/nb.po, 37, 194, 205, 0, 0, 0, 0, 37, 194 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ml.po, 36, 191, 156, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/lv.po, 36, 191, 181, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/lt.po, 36, 191, 164, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ko.po, 36, 191, 168, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ja.po, 35, 184, 76, 0, 0, 0, 0, 35, 184 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/it.po, 36, 191, 238, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/id.po, 36, 191, 200, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/hu.po, 36, 191, 192, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/hr.po, 36, 191, 180, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/he.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/gl.po, 36, 191, 257, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/fur.po, 36, 191, 250, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/fr.po, 36, 191, 247, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/fi.po, 19, 85, 71, 0, 0, 17, 106, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/eu.po, 36, 191, 201, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/es.po, 36, 191, 269, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/eo.po, 36, 191, 182, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/en_GB.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/el.po, 36, 191, 216, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/de.po, 36, 191, 203, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/da.po, 36, 191, 188, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/cs.po, 36, 191, 202, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/ca.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/bs.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/bg.po, 37, 194, 218, 0, 0, 0, 0, 37, 194 -grilo-0.3.10-1.fc31.src.rpm.stats.csv, po/as.po, 36, 187, 188, 0, 0, 0, 0, 36, 187 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 54, 1304, 1243, 0, 0, 0, 0, 54, 1304 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 54, 1304, 1356, 0, 0, 0, 0, 54, 1304 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 54, 1304, 1214, 0, 0, 0, 0, 54, 1304 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, help/es/es.po, 49, 1153, 1196, 0, 0, 5, 151, 54, 1304 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, help/de/de.po, 54, 1304, 1238, 0, 0, 0, 0, 54, 1304 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 54, 1304, 1228, 0, 0, 0, 0, 54, 1304 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 133, 537, 220, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 132, 533, 227, 0, 0, 0, 0, 132, 533 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 133, 536, 215, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/uk.po, 125, 483, 458, 0, 0, 0, 0, 125, 483 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/tr.po, 133, 537, 510, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/sv.po, 133, 537, 568, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 133, 536, 541, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/sr.po, 133, 537, 541, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/sl.po, 133, 537, 528, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/sk.po, 133, 536, 494, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ru.po, 132, 528, 502, 0, 0, 0, 0, 132, 528 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ro.po, 133, 537, 639, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 133, 537, 617, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/pt.po, 133, 536, 594, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/pl.po, 133, 537, 585, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/oc.po, 132, 528, 620, 0, 0, 0, 0, 132, 528 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/nl.po, 133, 537, 527, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ne.po, 44, 77, 79, 52, 186, 37, 273, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/nb.po, 123, 467, 530, 0, 0, 10, 69, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ml.po, 27, 51, 51, 0, 0, 98, 432, 125, 483 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/lv.po, 133, 537, 458, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/lt.po, 133, 537, 436, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ko.po, 133, 537, 453, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ja.po, 124, 480, 190, 0, 0, 1, 3, 125, 483 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/it.po, 133, 537, 604, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/id.po, 133, 537, 507, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/hu.po, 133, 537, 473, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/hr.po, 133, 537, 476, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/he.po, 133, 536, 475, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/gl.po, 133, 537, 695, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/fur.po, 133, 537, 700, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/fr.po, 133, 537, 633, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/fi.po, 46, 99, 84, 0, 0, 87, 438, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/eu.po, 133, 537, 500, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/es.po, 133, 537, 643, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/eo.po, 67, 229, 214, 0, 0, 58, 254, 125, 483 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/en_GB.po, 133, 536, 535, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/el.po, 133, 537, 548, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/de.po, 133, 537, 532, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/da.po, 133, 537, 524, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/cs.po, 133, 537, 481, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 133, 536, 698, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/ca.po, 133, 537, 698, 0, 0, 0, 0, 133, 537 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/bs.po, 136, 554, 494, 0, 0, 0, 0, 136, 554 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/bg.po, 133, 536, 593, 0, 0, 0, 0, 133, 536 -grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv, po/as.po, 132, 533, 546, 0, 0, 0, 0, 132, 533 -grub2-2.02-100.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ast.po, 193, 962, 1090, 294, 1618, 857, 4539, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ca.po, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/da.po, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/de.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/de_CH.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/de@hebrew.po, 1337, 7003, 6650, 0, 0, 7, 116, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@arabic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@cyrillic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@greek.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@hebrew.po, 1341, 7111, 7113, 1, 4, 2, 4, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@piglatin.po, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@quot.po, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/eo.po, 496, 2432, 2251, 68, 403, 780, 4284, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/es.po, 1314, 6962, 8812, 22, 132, 8, 25, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/fi.po, 1314, 6962, 5587, 23, 134, 7, 23, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/fr.po, 1314, 6962, 8698, 23, 134, 7, 23, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/gl.po, 1137, 5711, 7201, 103, 670, 104, 738, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/hr.po, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/hu.po, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/id.po, 322, 1633, 1638, 273, 1517, 749, 3969, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/it.po, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ja.po, 231, 1063, 408, 399, 1597, 714, 4459, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ko.po, 192, 959, 816, 228, 1299, 924, 4861, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/lt.po, 1104, 5359, 5109, 17, 89, 223, 1671, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/nb.po, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/nl.po, 1343, 7115, 7054, 1, 4, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/pa.po, 663, 2456, 2720, 73, 339, 608, 4324, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/pl.po, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/pt_BR.po, 1013, 4531, 5407, 181, 984, 150, 1604, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ru.po, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/sl.po, 1067, 5382, 5546, 119, 719, 158, 1018, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/sr.po, 1314, 6962, 7004, 21, 128, 9, 29, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/sv.po, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/tr.po, 827, 3690, 3455, 15, 66, 502, 3363, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/uk.po, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/vi.po, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/zh_CN.po, 348, 1731, 681, 271, 1489, 725, 3899, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/zh_TW.po, 352, 1741, 734, 240, 1296, 752, 4082, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ast.gmo, 193, 962, 1090, 0, 0, 0, 0, 193, 962 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ca.gmo, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/da.gmo, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/de.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/de_CH.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/de@hebrew.gmo, 1337, 7003, 6650, 0, 0, 0, 0, 1337, 7003 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@arabic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@cyrillic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@greek.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@hebrew.gmo, 1341, 7111, 7113, 0, 0, 0, 0, 1341, 7111 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@piglatin.gmo, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/en@quot.gmo, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/eo.gmo, 496, 2432, 2251, 0, 0, 0, 0, 496, 2432 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/es.gmo, 1314, 6962, 8812, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/fi.gmo, 1314, 6962, 5587, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/fr.gmo, 1314, 6962, 8698, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/gl.gmo, 1137, 5711, 7201, 0, 0, 0, 0, 1137, 5711 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/hr.gmo, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/hu.gmo, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/id.gmo, 322, 1633, 1638, 0, 0, 0, 0, 322, 1633 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/it.gmo, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ja.gmo, 231, 1063, 408, 0, 0, 0, 0, 231, 1063 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ko.gmo, 192, 959, 816, 0, 0, 0, 0, 192, 959 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/lt.gmo, 1104, 5359, 5109, 0, 0, 0, 0, 1104, 5359 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/nb.gmo, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/nl.gmo, 1343, 7115, 7054, 0, 0, 0, 0, 1343, 7115 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/pa.gmo, 663, 2456, 2720, 0, 0, 0, 0, 663, 2456 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/pl.gmo, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 1013, 4531, 5407, 0, 0, 0, 0, 1013, 4531 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/ru.gmo, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/sl.gmo, 1067, 5382, 5546, 0, 0, 0, 0, 1067, 5382 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/sr.gmo, 1314, 6962, 7004, 0, 0, 0, 0, 1314, 6962 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/sv.gmo, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/tr.gmo, 827, 3690, 3455, 0, 0, 0, 0, 827, 3690 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/uk.gmo, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/vi.gmo, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 348, 1731, 681, 0, 0, 0, 0, 348, 1731 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 352, 1741, 734, 0, 0, 0, 0, 352, 1741 -grub2-2.02-100.fc31.src.rpm.stats.csv, po/grub.pot, 0, 0, 0, 0, 0, 1344, 7119, 1344, 7119 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 572, 6378, 1080, 0, 0, 0, 0, 572, 6378 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 496, 5665, 914, 0, 0, 0, 0, 496, 5665 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 560, 6232, 1008, 0, 0, 0, 0, 560, 6232 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 154, 762, 963, 0, 0, 121, 1668, 275, 2430 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 106, 1033, 825, 0, 0, 312, 3552, 418, 4585 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 428, 3600, 2844, 0, 0, 40, 1690, 468, 5290 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 592, 6550, 5495, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 4, 8, 8, 0, 0, 464, 5282, 468, 5290 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 592, 6550, 5922, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 572, 6378, 6138, 0, 0, 0, 0, 572, 6378 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 578, 6423, 6191, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 592, 6550, 5960, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 566, 6311, 6038, 0, 0, 0, 0, 566, 6311 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 490, 4136, 3625, 62, 1877, 20, 365, 572, 6378 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 592, 6550, 6863, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 592, 6550, 7402, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 560, 6232, 7008, 0, 0, 0, 0, 560, 6232 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 592, 6550, 5985, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 236, 2202, 2292, 1, 7, 159, 2015, 396, 4224 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 242, 2113, 1913, 0, 0, 176, 2472, 418, 4585 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 531, 5849, 7068, 1, 14, 0, 0, 532, 5863 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 404, 3033, 2836, 0, 0, 174, 3390, 578, 6423 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 176, 901, 903, 165, 825, 225, 4585, 566, 6311 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 306, 1575, 1489, 20, 194, 240, 4542, 566, 6311 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 101, 582, 442, 11, 59, 357, 4649, 469, 5290 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 572, 6378, 5334, 0, 0, 0, 0, 572, 6378 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 592, 6550, 5150, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 226, 944, 936, 0, 0, 346, 5434, 572, 6378 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 176, 1052, 283, 121, 1083, 295, 4415, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 592, 6550, 7137, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 169, 957, 1004, 0, 0, 391, 5275, 560, 6232 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 592, 6550, 6085, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 592, 6550, 5832, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 592, 6550, 5846, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 468, 5290, 6120, 0, 0, 0, 0, 468, 5290 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 570, 6343, 6343, 0, 0, 0, 0, 570, 6343 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 246, 1128, 1131, 12, 86, 238, 4451, 496, 5665 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 592, 6550, 7547, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 544, 5427, 6662, 0, 0, 48, 1123, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 578, 6423, 7857, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 106, 406, 318, 21, 92, 363, 5060, 490, 5558 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 592, 6550, 5538, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 592, 6550, 7784, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 224, 1494, 1390, 10, 120, 336, 4729, 570, 6343 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 592, 6550, 6548, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 532, 5863, 6193, 0, 0, 0, 0, 532, 5863 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 578, 6423, 6100, 0, 0, 0, 0, 578, 6423 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 588, 6514, 5769, 0, 0, 0, 0, 588, 6514 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 592, 6550, 6152, 0, 0, 0, 0, 592, 6550 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 550, 5942, 7339, 2, 71, 14, 298, 566, 6311 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 550, 5942, 7356, 2, 71, 14, 298, 566, 6311 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 527, 5813, 5446, 0, 0, 0, 0, 527, 5813 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 37, 254, 300, 0, 0, 435, 5065, 472, 5319 -gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 69, 678, 574, 0, 0, 349, 3907, 418, 4585 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/gspell-1.pot, 0, 0, 0, 0, 0, 32, 78, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/vi.gmo, 27, 56, 89, 0, 0, 0, 0, 27, 56 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/uk.gmo, 28, 53, 53, 0, 0, 0, 0, 28, 53 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/tr.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sv.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sr.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sl.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sk.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ru.gmo, 26, 53, 51, 0, 0, 0, 0, 26, 53 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ro.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pt.gmo, 29, 62, 64, 0, 0, 0, 0, 29, 62 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 32, 78, 86, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pl.gmo, 32, 78, 75, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pa.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/oc.gmo, 32, 78, 98, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/nl.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ne.gmo, 32, 78, 87, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/nb.gmo, 32, 78, 74, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ml.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/mjw.gmo, 18, 39, 42, 0, 0, 0, 0, 18, 39 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/lv.gmo, 32, 78, 76, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/lt.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ko.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ja.gmo, 26, 53, 29, 0, 0, 0, 0, 26, 53 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/it.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/is.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/id.gmo, 32, 78, 90, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/hu.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/hr.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/he.gmo, 26, 53, 53, 0, 0, 0, 0, 26, 53 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/gl.gmo, 32, 78, 96, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fur.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fr.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fi.gmo, 32, 78, 73, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fa.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/eu.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/es.gmo, 32, 78, 98, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/eo.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/el.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/de.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/da.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/cs.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ca.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ar.gmo, 32, 78, 83, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/vi.po, 27, 56, 89, 5, 22, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/uk.po, 28, 53, 53, 4, 25, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/tr.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sv.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sr.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sl.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/sk.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ru.po, 26, 53, 51, 4, 9, 2, 16, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ro.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pt.po, 29, 62, 64, 3, 16, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 32, 78, 86, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pl.po, 32, 78, 75, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/pa.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/oc.po, 32, 78, 98, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/nl.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ne.po, 32, 78, 87, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/nb.po, 32, 78, 74, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ml.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/mjw.po, 18, 39, 42, 0, 0, 14, 39, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/lv.po, 32, 78, 76, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/lt.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ko.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ja.po, 26, 53, 29, 4, 9, 2, 16, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/it.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/is.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/id.po, 32, 78, 90, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/hu.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/hr.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/he.po, 26, 53, 53, 4, 9, 2, 16, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/gl.po, 32, 78, 96, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fur.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fr.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fi.po, 32, 78, 73, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/fa.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/eu.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/es.po, 32, 78, 98, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/eo.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/en_GB.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/el.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/de.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/da.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/cs.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ca.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -gspell-1.8.2-1.fc31.src.rpm.stats.csv, po/ar.po, 32, 78, 83, 0, 0, 0, 0, 32, 78 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/fi.gmo, 318, 1743, 1364, 0, 0, 0, 0, 318, 1743 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/gl.po, 336, 1861, 2206, 11, 79, 31, 170, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/pl.po, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 378, 2110, 551, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 378, 2110, 551, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ast.gmo, 293, 1550, 1723, 0, 0, 0, 0, 293, 1550 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sr.po, 373, 2074, 2136, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/bg.po, 378, 2110, 2354, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/uk.gmo, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/hr.po, 378, 2110, 2082, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sq.gmo, 137, 595, 697, 0, 0, 0, 0, 137, 595 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/nb.gmo, 378, 2110, 1935, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/fur.po, 186, 888, 1037, 2, 5, 190, 1217, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ca.po, 317, 1736, 2259, 24, 153, 37, 221, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/vi.po, 373, 2074, 3100, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/el.gmo, 317, 1736, 1820, 0, 0, 0, 0, 317, 1736 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 134, 583, 583, 0, 0, 0, 0, 134, 583 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/gl.gmo, 336, 1861, 2206, 0, 0, 0, 0, 336, 1861 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/az.po, 24, 41, 41, 12, 43, 342, 2026, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/af.gmo, 166, 743, 759, 0, 0, 0, 0, 166, 743 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/fr.gmo, 378, 2110, 2491, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/cs.po, 373, 2074, 2102, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sl.po, 349, 1947, 1915, 8, 52, 21, 111, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/hu.po, 373, 2074, 1873, 2, 5, 3, 31, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 349, 1965, 495, 5, 30, 24, 115, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sv.po, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/lt.gmo, 305, 1667, 1403, 0, 0, 0, 0, 305, 1667 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/be.gmo, 42, 175, 169, 0, 0, 0, 0, 42, 175 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sk.gmo, 364, 2008, 1987, 0, 0, 0, 0, 364, 2008 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/rw.gmo, 5, 4, 4, 0, 0, 0, 0, 5, 4 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/be.po, 42, 175, 169, 22, 121, 314, 1814, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/nb.po, 378, 2110, 1935, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/nl.gmo, 373, 2074, 2177, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/eu.po, 292, 1544, 1333, 34, 209, 52, 357, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ru.gmo, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/de.po, 378, 2110, 2148, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/gstreamer-1.0.pot, 0, 0, 0, 0, 0, 378, 2110, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ast.po, 293, 1550, 1723, 32, 197, 53, 363, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 373, 2074, 2136, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 322, 1759, 2195, 0, 0, 0, 0, 322, 1759 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/pl.gmo, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/fr.po, 378, 2110, 2491, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/id.gmo, 369, 2027, 1939, 0, 0, 0, 0, 369, 2027 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/vi.gmo, 373, 2074, 3100, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/tr.po, 378, 2110, 1847, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sq.po, 137, 595, 697, 85, 461, 156, 1054, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/es.po, 322, 1759, 2195, 22, 147, 34, 204, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ru.po, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ja.gmo, 173, 688, 270, 0, 0, 0, 0, 173, 688 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/it.po, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/id.po, 369, 2027, 1939, 5, 37, 4, 46, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/bg.gmo, 378, 2110, 2354, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/lt.po, 305, 1667, 1403, 28, 173, 45, 270, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 369, 2027, 2390, 0, 0, 0, 0, 369, 2027 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 349, 1965, 495, 0, 0, 0, 0, 349, 1965 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 369, 2027, 2390, 5, 37, 4, 46, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/af.po, 166, 743, 759, 80, 420, 132, 947, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ja.po, 173, 688, 270, 20, 99, 185, 1323, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/de.gmo, 378, 2110, 2148, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 134, 583, 583, 86, 465, 158, 1062, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/eu.gmo, 292, 1544, 1333, 0, 0, 0, 0, 292, 1544 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/it.gmo, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/fur.gmo, 186, 888, 1037, 0, 0, 0, 0, 186, 888 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/cs.gmo, 373, 2074, 2102, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/fi.po, 318, 1743, 1364, 24, 153, 36, 214, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ro.po, 304, 1666, 1984, 28, 173, 46, 271, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/hu.gmo, 373, 2074, 1873, 0, 0, 0, 0, 373, 2074 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sv.gmo, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/az.gmo, 24, 41, 41, 0, 0, 0, 0, 24, 41 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ro.gmo, 304, 1666, 1984, 0, 0, 0, 0, 304, 1666 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/uk.po, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/tr.gmo, 378, 2110, 1847, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/el.po, 317, 1736, 1820, 23, 149, 38, 225, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/da.po, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/da.gmo, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/rw.po, 5, 4, 4, 198, 1032, 175, 1074, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/ca.gmo, 317, 1736, 2259, 0, 0, 0, 0, 317, 1736 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/eo.po, 67, 161, 169, 4, 16, 307, 1933, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/hr.gmo, 378, 2110, 2082, 0, 0, 0, 0, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sl.gmo, 349, 1947, 1915, 0, 0, 0, 0, 349, 1947 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/eo.gmo, 67, 161, 169, 0, 0, 0, 0, 67, 161 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/sk.po, 364, 2008, 1987, 5, 37, 9, 65, 378, 2110 -gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv, po/nl.po, 373, 2074, 2177, 2, 5, 3, 31, 378, 2110 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sl.po, 10, 73, 63, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/eo.gmo, 8, 59, 52, 0, 0, 0, 0, 8, 59 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/gl.po, 10, 73, 101, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/mt.gmo, 7, 43, 39, 0, 0, 0, 0, 7, 43 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ro.po, 8, 49, 59, 4, 26, 17, 122, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 28, 194, 268, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ky.po, 4, 26, 20, 3, 21, 22, 150, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sq.po, 5, 30, 36, 6, 39, 18, 128, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/hu.po, 28, 194, 197, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/az.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/vi.gmo, 28, 194, 297, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/eu.gmo, 8, 49, 47, 0, 0, 0, 0, 8, 49 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/hr.po, 29, 197, 207, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/af.po, 2, 12, 13, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/id.po, 28, 194, 189, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ast.gmo, 28, 194, 243, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/uk.po, 29, 197, 212, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/bg.po, 28, 194, 246, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ja.gmo, 10, 73, 20, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/cs.gmo, 28, 194, 211, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/nb.po, 29, 197, 176, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sl.gmo, 10, 73, 63, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/da.po, 29, 197, 175, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/fr.gmo, 29, 197, 241, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/es.po, 10, 73, 95, 6, 39, 13, 85, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/tr.po, 29, 197, 152, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/lv.po, 17, 126, 105, 9, 57, 3, 14, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/nl.gmo, 28, 194, 227, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/fur.po, 28, 194, 252, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/mt.po, 7, 43, 39, 7, 43, 15, 111, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/uk.gmo, 29, 197, 212, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/pl.gmo, 29, 197, 219, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/gst-plugins-bad-1.0.pot, 0, 0, 0, 0, 0, 29, 197, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/or.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/az.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sv.po, 29, 197, 197, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/af.gmo, 2, 12, 13, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ro.gmo, 8, 49, 59, 0, 0, 0, 0, 8, 49 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ca.po, 10, 73, 99, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/nl.po, 28, 194, 227, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sk.po, 21, 152, 140, 7, 42, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 29, 197, 31, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/cs.po, 28, 194, 211, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sk.gmo, 21, 152, 140, 0, 0, 0, 0, 21, 152 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/it.po, 29, 197, 235, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/hr.gmo, 29, 197, 207, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/fur.gmo, 28, 194, 252, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sr.po, 28, 194, 218, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/fi.gmo, 8, 49, 38, 0, 0, 0, 0, 8, 49 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/hu.gmo, 28, 194, 197, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/fi.po, 8, 49, 38, 7, 43, 14, 105, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/es.gmo, 10, 73, 95, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/vi.po, 28, 194, 297, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/el.po, 10, 73, 72, 3, 22, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ast.po, 28, 194, 243, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/pl.po, 29, 197, 219, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ru.po, 29, 197, 188, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 29, 197, 31, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/id.gmo, 28, 194, 189, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/de.po, 29, 197, 205, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/lt.gmo, 5, 30, 26, 0, 0, 0, 0, 5, 30 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sq.gmo, 5, 30, 36, 0, 0, 0, 0, 5, 30 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ru.gmo, 29, 197, 188, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ky.gmo, 4, 26, 20, 0, 0, 0, 0, 4, 26 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/lv.gmo, 17, 126, 105, 0, 0, 0, 0, 17, 126 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/da.gmo, 29, 197, 175, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/gl.gmo, 10, 73, 101, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 2, 12, 12, 0, 0, 0, 0, 2, 12 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ca.gmo, 10, 73, 99, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/it.gmo, 29, 197, 235, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sv.gmo, 29, 197, 197, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/eu.po, 8, 49, 47, 4, 26, 17, 122, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/tr.gmo, 29, 197, 152, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/de.gmo, 29, 197, 205, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/eo.po, 8, 59, 52, 5, 36, 16, 102, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/ja.po, 10, 73, 20, 6, 39, 13, 85, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/sr.gmo, 28, 194, 218, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/fr.po, 29, 197, 241, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/or.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/lt.po, 5, 30, 26, 6, 39, 18, 128, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/nb.gmo, 29, 197, 176, 0, 0, 0, 0, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 28, 194, 268, 0, 0, 1, 3, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/bg.gmo, 28, 194, 246, 0, 0, 0, 0, 28, 194 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 2, 12, 12, 8, 53, 19, 132, 29, 197 -gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv, po/el.gmo, 10, 73, 72, 0, 0, 0, 0, 10, 73 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/fi.gmo, 124, 640, 416, 0, 0, 0, 0, 124, 640 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/gl.po, 136, 677, 840, 13, 65, 56, 250, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/pl.po, 205, 992, 957, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 205, 992, 356, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 205, 992, 356, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sr.po, 196, 939, 915, 1, 5, 8, 48, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/bg.po, 205, 992, 1070, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/uk.gmo, 205, 992, 950, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/hr.po, 204, 976, 941, 0, 0, 1, 16, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sq.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/lv.gmo, 154, 770, 635, 0, 0, 0, 0, 154, 770 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/nb.gmo, 205, 992, 846, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/fur.po, 131, 590, 681, 2, 8, 72, 394, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/or.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ca.po, 124, 640, 823, 22, 95, 59, 257, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/vi.po, 196, 939, 1439, 1, 5, 8, 48, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/el.gmo, 126, 651, 687, 0, 0, 0, 0, 126, 651 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/gl.gmo, 136, 677, 840, 0, 0, 0, 0, 136, 677 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/az.po, 2, 8, 7, 18, 123, 185, 861, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/af.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/fr.gmo, 205, 992, 1227, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/cs.po, 196, 939, 932, 1, 5, 8, 48, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sl.po, 136, 677, 628, 11, 55, 58, 260, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/hu.po, 196, 939, 818, 1, 5, 8, 48, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sv.po, 205, 992, 823, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/lt.gmo, 70, 316, 265, 0, 0, 0, 0, 70, 316 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sk.gmo, 186, 887, 804, 0, 0, 0, 0, 186, 887 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/nb.po, 205, 992, 846, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/nl.gmo, 191, 912, 911, 0, 0, 0, 0, 191, 912 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/eu.po, 85, 407, 397, 19, 73, 101, 512, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ru.gmo, 205, 992, 891, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/de.po, 205, 992, 886, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 196, 939, 915, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 126, 651, 827, 0, 0, 0, 0, 126, 651 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/pl.gmo, 205, 992, 957, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/fr.po, 205, 992, 1227, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/id.gmo, 196, 939, 912, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/vi.gmo, 196, 939, 1439, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/tr.po, 205, 992, 870, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sq.po, 2, 8, 9, 18, 123, 185, 861, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/es.po, 126, 651, 827, 20, 84, 59, 257, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ru.po, 205, 992, 891, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ja.gmo, 94, 448, 197, 0, 0, 0, 0, 94, 448 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/it.po, 205, 992, 1086, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/id.po, 196, 939, 912, 1, 5, 8, 48, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/bg.gmo, 205, 992, 1070, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/lt.po, 70, 316, 265, 30, 137, 105, 539, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 196, 939, 1171, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 196, 939, 1171, 1, 5, 8, 48, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/af.po, 2, 8, 9, 18, 123, 185, 861, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ja.po, 94, 448, 197, 20, 75, 91, 469, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/de.gmo, 205, 992, 886, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 2, 8, 8, 18, 123, 185, 861, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/eu.gmo, 85, 407, 397, 0, 0, 0, 0, 85, 407 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/gst-plugins-base-1.0.pot, 0, 0, 0, 0, 0, 205, 992, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/it.gmo, 205, 992, 1086, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/fur.gmo, 131, 590, 681, 0, 0, 0, 0, 131, 590 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/lv.po, 154, 770, 635, 7, 41, 44, 181, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/cs.gmo, 196, 939, 932, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/fi.po, 124, 640, 416, 22, 95, 59, 257, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ro.po, 80, 394, 416, 18, 64, 107, 534, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/or.po, 2, 8, 7, 18, 123, 185, 861, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/hu.gmo, 196, 939, 818, 0, 0, 0, 0, 196, 939 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sv.gmo, 205, 992, 823, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/az.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ro.gmo, 80, 394, 416, 0, 0, 0, 0, 80, 394 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/uk.po, 205, 992, 950, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/tr.gmo, 205, 992, 870, 0, 0, 0, 0, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/el.po, 126, 651, 687, 20, 84, 59, 257, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/da.po, 204, 976, 836, 0, 0, 1, 16, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/da.gmo, 204, 976, 836, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/ca.gmo, 124, 640, 823, 0, 0, 0, 0, 124, 640 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/eo.po, 28, 167, 162, 3, 17, 174, 808, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/hr.gmo, 204, 976, 941, 0, 0, 0, 0, 204, 976 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sl.gmo, 136, 677, 628, 0, 0, 0, 0, 136, 677 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/eo.gmo, 28, 167, 162, 0, 0, 0, 0, 28, 167 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/sk.po, 186, 887, 804, 4, 28, 15, 77, 205, 992 -gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv, po/nl.po, 191, 912, 911, 4, 28, 10, 52, 205, 992 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/fi.gmo, 50, 432, 344, 0, 0, 0, 0, 50, 432 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/mt.gmo, 40, 340, 319, 0, 0, 0, 0, 40, 340 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/gl.po, 65, 558, 715, 20, 152, 13, 92, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/pl.po, 98, 802, 784, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 98, 802, 174, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 98, 802, 174, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sr.po, 88, 716, 740, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/bg.po, 88, 716, 741, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/uk.gmo, 98, 802, 783, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/hr.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 5, 47, 93, 755, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sq.gmo, 1, 10, 13, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/lv.gmo, 67, 572, 467, 0, 0, 0, 0, 67, 572 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/nb.gmo, 98, 802, 738, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/fur.po, 80, 665, 840, 7, 52, 11, 85, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/or.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ca.po, 53, 458, 593, 29, 231, 16, 113, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/vi.po, 88, 716, 1097, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/el.gmo, 53, 458, 516, 0, 0, 0, 0, 53, 458 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 1, 10, 10, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/gl.gmo, 65, 558, 715, 0, 0, 0, 0, 65, 558 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/az.po, 1, 10, 9, 34, 254, 63, 538, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/af.gmo, 1, 10, 8, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/fr.gmo, 98, 802, 972, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/cs.po, 88, 716, 639, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sl.po, 67, 572, 531, 20, 152, 11, 78, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/hu.po, 88, 716, 666, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sv.po, 98, 802, 791, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/lt.gmo, 44, 405, 308, 0, 0, 0, 0, 44, 405 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sk.gmo, 83, 686, 644, 0, 0, 0, 0, 83, 686 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/nb.po, 98, 802, 738, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/nl.gmo, 88, 716, 724, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/eu.po, 44, 405, 376, 33, 258, 21, 139, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ru.gmo, 98, 802, 694, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/de.po, 98, 802, 845, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sr.gmo, 88, 716, 740, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/es.gmo, 56, 483, 602, 0, 0, 0, 0, 56, 483 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/pl.gmo, 98, 802, 784, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/fr.po, 98, 802, 972, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/id.gmo, 86, 702, 663, 0, 0, 0, 0, 86, 702 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/vi.gmo, 88, 716, 1097, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/tr.po, 97, 784, 622, 0, 0, 1, 18, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sq.po, 1, 10, 13, 36, 265, 61, 527, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/es.po, 56, 483, 602, 28, 221, 14, 98, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ru.po, 98, 802, 694, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ja.gmo, 65, 558, 161, 0, 0, 0, 0, 65, 558 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/it.po, 98, 802, 924, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/id.po, 86, 702, 663, 8, 57, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/bg.gmo, 88, 716, 741, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/lt.po, 44, 405, 308, 33, 258, 21, 139, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 88, 716, 875, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/mt.po, 40, 340, 319, 36, 293, 22, 169, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 88, 716, 875, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/af.po, 1, 10, 8, 34, 254, 63, 538, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ja.po, 65, 558, 161, 20, 152, 13, 92, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/de.gmo, 98, 802, 845, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 1, 10, 10, 36, 265, 61, 527, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/eu.gmo, 44, 405, 376, 0, 0, 0, 0, 44, 405 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/it.gmo, 98, 802, 924, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/fur.gmo, 80, 665, 840, 0, 0, 0, 0, 80, 665 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/lv.po, 67, 572, 467, 20, 152, 11, 78, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/cs.gmo, 88, 716, 639, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/fi.po, 50, 432, 344, 32, 258, 16, 112, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ro.po, 44, 405, 448, 33, 258, 21, 139, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/or.po, 1, 10, 9, 38, 295, 59, 497, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/hu.gmo, 88, 716, 666, 0, 0, 0, 0, 88, 716 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sv.gmo, 98, 802, 791, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/az.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ro.gmo, 44, 405, 448, 0, 0, 0, 0, 44, 405 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/uk.po, 98, 802, 783, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/tr.gmo, 97, 784, 622, 0, 0, 0, 0, 97, 784 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/el.po, 53, 458, 516, 23, 186, 22, 158, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/da.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/da.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/ca.gmo, 53, 458, 593, 0, 0, 0, 0, 53, 458 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/eo.po, 6, 41, 38, 1, 9, 91, 752, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/hr.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sl.gmo, 67, 572, 531, 0, 0, 0, 0, 67, 572 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/eo.gmo, 6, 41, 38, 0, 0, 0, 0, 6, 41 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/sk.po, 83, 686, 644, 8, 57, 7, 59, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/nl.po, 88, 716, 724, 6, 43, 4, 43, 98, 802 -gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv, po/gst-plugins-good-1.0.pot, 0, 0, 0, 0, 0, 98, 802, 98, 802 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sl.po, 10, 80, 66, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/eo.gmo, 10, 80, 79, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/gl.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/mt.gmo, 8, 56, 50, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ro.po, 8, 56, 63, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sq.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/hu.po, 10, 80, 76, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/az.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/vi.gmo, 10, 80, 100, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/eu.gmo, 8, 56, 56, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/hr.po, 10, 80, 68, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/af.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/id.po, 10, 80, 71, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ast.gmo, 10, 80, 85, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/uk.po, 10, 80, 74, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/bg.po, 10, 80, 99, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ja.gmo, 10, 80, 18, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/cs.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/nb.po, 10, 80, 72, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sl.gmo, 10, 80, 66, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/da.po, 10, 80, 69, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/fr.gmo, 10, 80, 89, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/es.po, 10, 80, 105, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/tr.po, 10, 80, 56, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/lv.po, 10, 80, 59, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/gst-plugins-ugly-1.0.pot, 0, 0, 0, 0, 0, 10, 80, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/nl.gmo, 10, 80, 83, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/fur.po, 10, 80, 87, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/mt.po, 8, 56, 50, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/uk.gmo, 10, 80, 74, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/pl.gmo, 10, 80, 85, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ta.po, 10, 80, 56, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/or.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/az.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sv.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/af.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ro.gmo, 8, 56, 63, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ca.po, 10, 80, 102, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ms.gmo, 8, 56, 51, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/nl.po, 10, 80, 83, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sk.po, 10, 80, 73, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 10, 80, 32, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/cs.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sk.gmo, 10, 80, 73, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/it.po, 10, 80, 90, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/hr.gmo, 10, 80, 68, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/fur.gmo, 10, 80, 87, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ta.gmo, 10, 80, 56, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sr.po, 10, 80, 80, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/fi.gmo, 8, 56, 47, 0, 0, 0, 0, 8, 56 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/hu.gmo, 10, 80, 76, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/fi.po, 8, 56, 47, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 10, 80, 105, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/vi.po, 10, 80, 100, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/el.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ast.po, 10, 80, 85, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/pl.po, 10, 80, 85, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ru.po, 10, 80, 67, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 10, 80, 32, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/id.gmo, 10, 80, 71, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/de.po, 10, 80, 91, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/lt.gmo, 5, 38, 30, 0, 0, 0, 0, 5, 38 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sq.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ru.gmo, 10, 80, 67, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/lv.gmo, 10, 80, 59, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/da.gmo, 10, 80, 69, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/gl.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ms.po, 8, 56, 51, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 1, 7, 7, 0, 0, 0, 0, 1, 7 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ca.gmo, 10, 80, 102, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/it.gmo, 10, 80, 90, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sv.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/eu.po, 8, 56, 56, 1, 4, 1, 20, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/tr.gmo, 10, 80, 56, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/de.gmo, 10, 80, 91, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/eo.po, 10, 80, 79, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/ja.po, 10, 80, 18, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 10, 80, 80, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/fr.po, 10, 80, 89, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/or.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/lt.po, 5, 38, 30, 3, 16, 2, 26, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/nb.gmo, 10, 80, 72, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/bg.gmo, 10, 80, 99, 0, 0, 0, 0, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 1, 7, 7, 4, 21, 5, 52, 10, 80 -gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv, po/el.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nso.gmo, 987, 5438, 7966, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/wa.po, 459, 1797, 2311, 184, 817, 1076, 7228, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/en_CA.po, 1501, 8620, 8623, 165, 887, 53, 335, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sr@ije.gmo, 987, 5438, 5051, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/de.po, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ar.po, 1577, 9006, 7417, 109, 617, 33, 219, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ka.po, 1292, 7118, 4878, 255, 1448, 172, 1276, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/zh_HK.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/am.po, 91, 161, 170, 250, 902, 1378, 8779, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/rw.gmo, 84, 104, 104, 0, 0, 0, 0, 84, 104 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/uz@cyrillic.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bs.po, 987, 5438, 5106, 486, 2657, 246, 1747, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/lv.po, 1500, 7984, 6338, 58, 330, 161, 1528, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nso.po, 987, 5438, 7966, 485, 2651, 247, 1753, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/eu.gmo, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/dz.po, 1390, 7921, 3051, 244, 1359, 85, 562, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pt.gmo, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/th.po, 154, 879, 249, 41, 226, 1524, 8737, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nds.gmo, 560, 1536, 1242, 0, 0, 0, 0, 560, 1536 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/uk.gmo, 1718, 9837, 8324, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ml.gmo, 1680, 9570, 6829, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/lv.gmo, 1500, 7984, 6338, 0, 0, 0, 0, 1500, 7984 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/cs.gmo, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pt.po, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/yi.po, 758, 4040, 4006, 608, 3317, 353, 2485, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/br.po, 164, 281, 323, 17, 50, 1538, 9511, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/az.gmo, 987, 5438, 4244, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/te.po, 1680, 9570, 6784, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nn.po, 903, 4951, 4476, 514, 2808, 302, 2083, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/oc.gmo, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/br.gmo, 164, 281, 323, 0, 0, 0, 0, 164, 281 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/az_IR.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bn.po, 1718, 9837, 9350, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ca@valencia.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/xh.po, 1102, 6156, 5347, 425, 2339, 192, 1347, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ne.gmo, 1121, 6287, 5162, 0, 0, 0, 0, 1121, 6287 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/tr.po, 1639, 9337, 7175, 60, 354, 20, 151, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hy.gmo, 16, 38, 27, 0, 0, 0, 0, 16, 38 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hu.po, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sr.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/el.gmo, 1718, 9837, 10251, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pl.gmo, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nn.gmo, 903, 4951, 4476, 0, 0, 0, 0, 903, 4951 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/gl.gmo, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/zh_TW.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nl.po, 1641, 9344, 8717, 58, 347, 20, 151, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/eu.po, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/kk.po, 7, 7, 7, 164, 368, 1548, 9467, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pl.po, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ast.gmo, 1690, 9636, 10837, 0, 0, 0, 0, 1690, 9636 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ta.po, 1680, 9570, 7251, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hr.gmo, 1138, 6381, 5836, 0, 0, 0, 0, 1138, 6381 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/zh_CN.po, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mr.po, 1718, 9837, 7966, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mai.po, 1680, 9570, 9441, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/be.po, 758, 4040, 3415, 608, 3317, 353, 2485, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nb.gmo, 1479, 7808, 6611, 0, 0, 0, 0, 1479, 7808 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bg.po, 1718, 9837, 10226, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/te.gmo, 1680, 9570, 6784, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/gu.po, 1680, 9570, 9098, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ku.po, 69, 108, 110, 86, 280, 1564, 9454, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/yi.gmo, 758, 4040, 4006, 0, 0, 0, 0, 758, 4040 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/en_GB.po, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/az_IR.po, 1, 2, 2, 2, 4, 1716, 9836, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/li.po, 758, 4040, 3744, 608, 3317, 353, 2485, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/af.po, 980, 5396, 5019, 489, 2677, 250, 1769, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bg.gmo, 1718, 9837, 10226, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ku.gmo, 69, 108, 110, 0, 0, 0, 0, 69, 108 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/si.po, 332, 1377, 1206, 103, 457, 1284, 8008, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/is.po, 69, 376, 332, 249, 1210, 1401, 8256, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ca@valencia.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/it.po, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ang.po, 33, 91, 82, 54, 225, 1632, 9526, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ms.po, 925, 5021, 4230, 508, 2765, 286, 2056, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hi.po, 1680, 9570, 10235, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ro.po, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ast.po, 1690, 9636, 10837, 23, 157, 6, 49, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bs.gmo, 987, 5438, 5106, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/id.po, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/zh_CN.gmo, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/lt.gmo, 1718, 9837, 7657, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ta.gmo, 1680, 9570, 7251, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ru.gmo, 1718, 9837, 8315, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sl.po, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/gtk20-properties.pot, 0, 0, 0, 0, 0, 1729, 9908, 1729, 9908 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/et.po, 822, 4033, 2992, 99, 569, 794, 5215, 1715, 9817 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/my.po, 1651, 9398, 6432, 52, 316, 16, 128, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/he.po, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/si.gmo, 332, 1377, 1206, 0, 0, 0, 0, 332, 1377 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/he.gmo, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mk.gmo, 1489, 8558, 8759, 0, 0, 0, 0, 1489, 8558 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mn.gmo, 987, 5438, 4334, 0, 0, 0, 0, 987, 5438 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mi.po, 1, 1, 1, 113, 219, 1605, 9622, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/or.gmo, 1680, 9570, 8501, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/dz.gmo, 1390, 7921, 3051, 0, 0, 0, 0, 1390, 7921 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/en_GB.gmo, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bn.gmo, 1718, 9837, 9350, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sq.gmo, 1577, 9006, 9943, 0, 0, 0, 0, 1577, 9006 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hr.po, 1138, 6381, 5836, 395, 2095, 186, 1366, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/vi.po, 1718, 9837, 13588, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sv.po, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/uk.po, 1718, 9837, 8324, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/cs.po, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/am.gmo, 91, 161, 170, 0, 0, 0, 0, 91, 161 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/uz.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/en_CA.gmo, 1501, 8620, 8623, 0, 0, 0, 0, 1501, 8620 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/kk.gmo, 7, 7, 7, 0, 0, 0, 0, 7, 7 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sr.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mr.gmo, 1718, 9837, 7966, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ug.po, 12, 15, 18, 253, 616, 1451, 9188, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ml.po, 1680, 9570, 6829, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/fa.gmo, 308, 1016, 970, 0, 0, 0, 0, 308, 1016 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nds.po, 560, 1536, 1242, 1153, 8239, 6, 67, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/kn.gmo, 1682, 9574, 7031, 0, 0, 0, 0, 1682, 9574 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/vi.gmo, 1718, 9837, 13588, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ko.gmo, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/gl.po, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ja.po, 1713, 9814, 2317, 0, 0, 3, 5, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/cy.po, 1507, 8597, 8895, 163, 923, 49, 322, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ps.po, 509, 1582, 1638, 33, 172, 1177, 8088, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/xh.gmo, 1102, 6156, 5347, 0, 0, 0, 0, 1102, 6156 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mk.po, 1489, 8558, 8759, 176, 945, 54, 339, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ps.gmo, 509, 1582, 1638, 0, 0, 0, 0, 509, 1582 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/tt.gmo, 232, 533, 475, 0, 0, 0, 0, 232, 533 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ja.gmo, 1713, 9814, 2317, 0, 0, 0, 0, 1713, 9814 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/io.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/af.gmo, 980, 5396, 5019, 0, 0, 0, 0, 980, 5396 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/id.gmo, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/uz.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pt_BR.po, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/or.po, 1680, 9570, 8501, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ia.po, 1, 1, 1, 199, 429, 1519, 9412, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/tk.po, 5, 6, 6, 204, 602, 1510, 9234, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/el.po, 1718, 9837, 10251, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/fa.po, 308, 1016, 970, 343, 1492, 1068, 7334, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sr@ije.po, 987, 5438, 5051, 485, 2655, 247, 1749, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mn.po, 987, 5438, 4334, 486, 2660, 246, 1744, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/oc.po, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/be@latin.gmo, 1490, 8572, 7361, 0, 0, 0, 0, 1490, 8572 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hi.gmo, 1680, 9570, 10235, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/be.gmo, 758, 4040, 3415, 0, 0, 0, 0, 758, 4040 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sq.po, 1577, 9006, 9943, 109, 617, 33, 219, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nb.po, 1479, 7808, 6611, 130, 1066, 107, 945, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sk.po, 1559, 8863, 7526, 122, 720, 38, 259, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sv.gmo, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bn_IN.gmo, 1718, 9837, 9344, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pt_BR.gmo, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/li.gmo, 758, 4040, 3744, 0, 0, 0, 0, 758, 4040 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/wa.gmo, 459, 1797, 2311, 0, 0, 0, 0, 459, 1797 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/da.po, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/de.gmo, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/lt.po, 1718, 9837, 7657, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ca.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/fr.gmo, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/es.gmo, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ug.gmo, 12, 15, 18, 0, 0, 0, 0, 12, 15 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/tr.gmo, 1639, 9337, 7175, 0, 0, 0, 0, 1639, 9337 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sr@latin.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/uz@cyrillic.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/cy.gmo, 1507, 8597, 8895, 0, 0, 0, 0, 1507, 8597 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ang.gmo, 33, 91, 82, 0, 0, 0, 0, 33, 91 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/crh.gmo, 1641, 9344, 7537, 0, 0, 0, 0, 1641, 9344 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/it.gmo, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pa.po, 1718, 9837, 9672, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/zh_HK.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/bn_IN.po, 1718, 9837, 9344, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sk.gmo, 1559, 8863, 7526, 0, 0, 0, 0, 1559, 8863 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/crh.po, 1641, 9344, 7537, 58, 347, 20, 151, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/gu.gmo, 1680, 9570, 9098, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hy.po, 16, 38, 27, 162, 489, 1541, 9315, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ga.gmo, 158, 286, 296, 0, 0, 0, 0, 158, 286 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sr@latin.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/as.gmo, 1680, 9570, 8145, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ne.po, 1121, 6287, 5162, 411, 2240, 187, 1315, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ro.gmo, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ca.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/pa.gmo, 1718, 9837, 9672, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/zh_TW.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/tt.po, 232, 533, 475, 188, 679, 1299, 8630, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/mai.gmo, 1680, 9570, 9441, 0, 0, 0, 0, 1680, 9570 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ka.gmo, 1292, 7118, 4878, 0, 0, 0, 0, 1292, 7118 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/es.po, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/eo.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ms.gmo, 925, 5021, 4230, 0, 0, 0, 0, 925, 5021 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/hu.gmo, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/fi.gmo, 1718, 9837, 6213, 0, 0, 0, 0, 1718, 9837 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/my.gmo, 1651, 9398, 6432, 0, 0, 0, 0, 1651, 9398 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/kn.po, 1682, 9574, 7031, 29, 198, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/sl.gmo, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/fr.po, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ur.po, 4, 4, 4, 42, 69, 1673, 9769, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/da.gmo, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/be@latin.po, 1490, 8572, 7361, 175, 931, 54, 339, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/et.gmo, 822, 4033, 2992, 0, 0, 0, 0, 822, 4033 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/th.gmo, 154, 879, 249, 0, 0, 0, 0, 154, 879 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/az.po, 987, 5438, 4244, 485, 2655, 247, 1749, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ar.gmo, 1577, 9006, 7417, 0, 0, 0, 0, 1577, 9006 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ga.po, 158, 286, 296, 83, 244, 1478, 9312, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ko.po, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/fi.po, 1718, 9837, 6213, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/ru.po, 1718, 9837, 8315, 1, 5, 0, 0, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/nl.gmo, 1641, 9344, 8717, 0, 0, 0, 0, 1641, 9344 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/as.po, 1680, 9570, 8145, 31, 202, 8, 70, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/is.gmo, 69, 376, 332, 0, 0, 0, 0, 69, 376 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po-properties/rw.po, 84, 104, 104, 1156, 7791, 479, 1947, 1719, 9842 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nso.gmo, 258, 1448, 2259, 0, 0, 0, 0, 258, 1448 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/wa.po, 438, 1881, 2694, 263, 570, 364, 1411, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/en_CA.po, 586, 2734, 2735, 249, 477, 230, 651, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sr@ije.gmo, 258, 1448, 1397, 0, 0, 0, 0, 258, 1448 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/de.po, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ar.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ka.po, 650, 3011, 2416, 222, 395, 193, 456, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/io.gmo, 348, 1168, 1106, 0, 0, 0, 0, 348, 1168 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/zh_HK.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/am.po, 46, 64, 79, 249, 442, 770, 3356, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/rw.gmo, 28, 32, 36, 0, 0, 0, 0, 28, 32 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bs.po, 257, 1447, 1390, 324, 851, 484, 1564, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/lv.po, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nso.po, 258, 1448, 2259, 322, 849, 485, 1565, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/eu.gmo, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/dz.po, 524, 2500, 1298, 404, 759, 137, 603, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/pt.gmo, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/th.po, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nds.gmo, 678, 1422, 1536, 0, 0, 0, 0, 678, 1422 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/uk.gmo, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ml.gmo, 1037, 3689, 3259, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/lv.gmo, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/cs.gmo, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/pt.po, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/yi.po, 205, 1183, 1189, 343, 960, 517, 1719, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/br.po, 530, 1052, 1227, 12, 47, 523, 2763, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/az.gmo, 257, 1447, 1258, 0, 0, 0, 0, 257, 1447 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/te.po, 1037, 3689, 3156, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nn.po, 972, 3463, 3395, 44, 134, 49, 265, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/oc.gmo, 1245, 3525, 4086, 0, 0, 0, 0, 1245, 3525 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/br.gmo, 530, 1052, 1227, 0, 0, 0, 0, 530, 1052 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bn.po, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ca@valencia.po, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/xh.po, 325, 1728, 1528, 299, 728, 441, 1406, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ne.gmo, 343, 1874, 1801, 0, 0, 0, 0, 343, 1874 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/tr.po, 988, 3511, 3047, 40, 121, 37, 230, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hy.gmo, 299, 1638, 1500, 0, 0, 0, 0, 299, 1638 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hu.po, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/el.gmo, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/pl.gmo, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/gl.gmo, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nl.po, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/eu.po, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/kk.po, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/pl.po, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ta.po, 1037, 3689, 3321, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hr.gmo, 348, 1906, 1845, 0, 0, 0, 0, 348, 1906 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 862, 2553, 1129, 3, 20, 3, 31, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mr.po, 1063, 3840, 3970, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mai.po, 1037, 3689, 4108, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/be.po, 855, 2469, 2285, 0, 0, 13, 135, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nb.gmo, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bg.po, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/te.gmo, 1037, 3689, 3156, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/gu.po, 844, 2436, 2775, 19, 106, 3, 20, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ku.po, 621, 2761, 3002, 219, 443, 225, 658, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/eo.gmo, 503, 2364, 2212, 0, 0, 0, 0, 503, 2364 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/yi.gmo, 205, 1183, 1189, 0, 0, 0, 0, 205, 1183 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/en_GB.po, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/gtk20.pot, 0, 0, 0, 0, 0, 862, 2584, 862, 2584 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/az_IR.po, 3, 5, 6, 10, 10, 1052, 3847, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/li.po, 205, 1183, 1145, 343, 960, 517, 1719, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/af.po, 927, 3241, 3225, 24, 61, 114, 560, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bg.gmo, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ku.gmo, 621, 2761, 3002, 0, 0, 0, 0, 621, 2761 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/si.po, 482, 2073, 2186, 268, 561, 315, 1228, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/is.po, 215, 1079, 1062, 318, 849, 532, 1934, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/it.po, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ang.po, 78, 312, 272, 171, 421, 816, 3129, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ms.po, 240, 1320, 1237, 323, 844, 502, 1698, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hi.po, 1037, 3689, 4363, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ro.po, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ast.po, 1053, 3792, 4231, 9, 49, 3, 21, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bs.gmo, 257, 1447, 1390, 0, 0, 0, 0, 257, 1447 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/id.po, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 862, 2553, 1129, 0, 0, 0, 0, 862, 2553 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/lt.gmo, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ta.gmo, 1037, 3689, 3321, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ru.gmo, 1063, 3840, 3771, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sl.po, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/et.po, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/my.po, 1019, 3612, 2931, 25, 127, 21, 123, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/he.po, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/si.gmo, 482, 2073, 2186, 0, 0, 0, 0, 482, 2073 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/he.gmo, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mk.gmo, 559, 2639, 2994, 0, 0, 0, 0, 559, 2639 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mn.gmo, 255, 1429, 1314, 0, 0, 0, 0, 255, 1429 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mi.po, 204, 1018, 1135, 310, 826, 551, 2018, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/or.gmo, 1044, 3721, 3892, 0, 0, 0, 0, 1044, 3721 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/dz.gmo, 524, 2500, 1298, 0, 0, 0, 0, 524, 2500 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/en_GB.gmo, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bn.gmo, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sq.gmo, 987, 3503, 4104, 0, 0, 0, 0, 987, 3503 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hr.po, 348, 1906, 1845, 276, 617, 441, 1339, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/vi.po, 1063, 3840, 5204, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sv.po, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/uk.po, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/cs.po, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/am.gmo, 46, 64, 79, 0, 0, 0, 0, 46, 64 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/uz.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/en_CA.gmo, 586, 2734, 2735, 0, 0, 0, 0, 586, 2734 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/kk.gmo, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sr.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mr.gmo, 1063, 3840, 3970, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ug.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ml.po, 1037, 3689, 3259, 18, 93, 10, 80, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nds.po, 678, 1422, 1536, 0, 0, 387, 2440, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/kn.gmo, 1047, 3748, 3374, 0, 0, 0, 0, 1047, 3748 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/vi.gmo, 1063, 3840, 5204, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ko.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/gl.po, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ja.po, 861, 2550, 1329, 5, 29, 4, 31, 870, 2610 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/cy.po, 901, 3190, 3511, 75, 201, 89, 471, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ps.po, 413, 859, 939, 29, 69, 623, 2934, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/xh.gmo, 325, 1728, 1528, 0, 0, 0, 0, 325, 1728 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mk.po, 559, 2639, 2994, 272, 560, 234, 663, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ia.gmo, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/tt.gmo, 179, 608, 466, 0, 0, 0, 0, 179, 608 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ja.gmo, 861, 2550, 1329, 0, 0, 0, 0, 861, 2550 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ur.gmo, 12, 12, 14, 0, 0, 0, 0, 12, 12 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/io.po, 348, 1168, 1106, 247, 467, 470, 2227, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/af.gmo, 927, 3241, 3225, 0, 0, 0, 0, 927, 3241 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/id.gmo, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/uz.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mi.gmo, 204, 1018, 1135, 0, 0, 0, 0, 204, 1018 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/or.po, 1044, 3721, 3892, 10, 60, 11, 81, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ia.po, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/tk.po, 77, 209, 210, 264, 543, 724, 3110, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/el.po, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/fa.po, 319, 1713, 1772, 301, 738, 445, 1411, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sr@ije.po, 258, 1448, 1397, 326, 853, 481, 1561, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mn.po, 255, 1429, 1314, 328, 869, 482, 1564, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/oc.po, 1245, 3525, 4086, 0, 0, 4, 17, 1249, 3542 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/be@latin.gmo, 986, 3491, 3344, 0, 0, 0, 0, 986, 3491 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hi.gmo, 1037, 3689, 4363, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/be.gmo, 855, 2469, 2285, 0, 0, 0, 0, 855, 2469 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sq.po, 987, 3503, 4104, 39, 119, 39, 240, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nb.po, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sk.po, 1043, 3724, 3552, 14, 83, 8, 55, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sv.gmo, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 1063, 3840, 4178, 0, 0, 0, 0, 1063, 3840 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/li.gmo, 205, 1183, 1145, 0, 0, 0, 0, 205, 1183 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/wa.gmo, 438, 1881, 2694, 0, 0, 0, 0, 438, 1881 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/tk.gmo, 77, 209, 210, 0, 0, 0, 0, 77, 209 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/da.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/de.gmo, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/lt.po, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ca.po, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/fr.gmo, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ug.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/tr.gmo, 988, 3511, 3047, 0, 0, 0, 0, 988, 3511 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/uz@cyrillic.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/cy.gmo, 901, 3190, 3511, 0, 0, 0, 0, 901, 3190 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ang.gmo, 78, 312, 272, 0, 0, 0, 0, 78, 312 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/crh.gmo, 981, 3469, 3047, 0, 0, 0, 0, 981, 3469 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/it.gmo, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/pa.po, 1065, 3862, 4366, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 1063, 3840, 4178, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sk.gmo, 1043, 3724, 3552, 0, 0, 0, 0, 1043, 3724 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/crh.po, 981, 3469, 3047, 39, 119, 45, 274, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/gu.gmo, 844, 2436, 2775, 0, 0, 0, 0, 844, 2436 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hy.po, 299, 1638, 1500, 301, 790, 465, 1434, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ga.gmo, 990, 3234, 3657, 0, 0, 0, 0, 990, 3234 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/as.gmo, 1039, 3711, 3899, 0, 0, 0, 0, 1039, 3711 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ne.po, 343, 1874, 1801, 258, 607, 464, 1381, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ro.gmo, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ca.gmo, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/tt.po, 179, 608, 466, 236, 477, 650, 2777, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/mai.gmo, 1037, 3689, 4108, 0, 0, 0, 0, 1037, 3689 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ka.gmo, 650, 3011, 2416, 0, 0, 0, 0, 650, 3011 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/es.po, 868, 2604, 3060, 0, 0, 0, 0, 868, 2604 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/eo.po, 503, 2364, 2212, 228, 483, 334, 1015, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ms.gmo, 240, 1320, 1237, 0, 0, 0, 0, 240, 1320 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/hu.gmo, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/fi.gmo, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/my.gmo, 1019, 3612, 2931, 0, 0, 0, 0, 1019, 3612 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/kn.po, 1047, 3748, 3374, 10, 59, 8, 55, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/sl.gmo, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/fr.po, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ur.po, 12, 12, 14, 42, 44, 1011, 3806, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/da.gmo, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/be@latin.po, 986, 3491, 3344, 39, 119, 40, 252, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/et.gmo, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/th.gmo, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/az.po, 257, 1447, 1258, 323, 848, 485, 1567, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ga.po, 990, 3234, 3657, 18, 93, 57, 535, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ko.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/fi.po, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/ru.po, 1063, 3840, 3771, 2, 22, 0, 0, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/nl.gmo, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/as.po, 1039, 3711, 3899, 18, 96, 8, 55, 1065, 3862 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/is.gmo, 215, 1079, 1062, 0, 0, 0, 0, 215, 1079 -gtk2-2.24.32-5.fc31.src.rpm.stats.csv, po/rw.po, 28, 32, 36, 545, 2359, 492, 1471, 1065, 3862 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nso.gmo, 890, 4865, 7165, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/wa.po, 427, 1664, 2145, 223, 988, 1016, 6769, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en_CA.po, 1375, 7814, 7817, 218, 1161, 73, 446, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sr@ije.gmo, 890, 4865, 4522, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/de.po, 2244, 12264, 11348, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ar.po, 1446, 8183, 6712, 167, 908, 53, 330, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ka.po, 1183, 6448, 4441, 304, 1688, 179, 1285, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/zh_HK.po, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/am.po, 86, 152, 157, 270, 976, 1310, 8293, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/gtk30-properties.pot, 0, 0, 0, 0, 0, 2244, 12264, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/rw.gmo, 82, 101, 100, 0, 0, 0, 0, 82, 101 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/uz@cyrillic.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bs.po, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/lv.po, 2244, 12264, 9794, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nso.po, 890, 4865, 7165, 521, 2782, 255, 1774, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/eu.gmo, 2244, 12264, 9921, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/dz.po, 1270, 7185, 2790, 291, 1563, 105, 673, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pt.gmo, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/th.po, 153, 862, 236, 72, 395, 1441, 8164, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nds.gmo, 515, 1405, 1134, 0, 0, 0, 0, 515, 1405 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/uk.gmo, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ml.gmo, 1540, 8700, 6215, 0, 0, 0, 0, 1540, 8700 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/lv.gmo, 2244, 12264, 9794, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/cs.gmo, 2244, 12264, 10617, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pt.po, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/yi.po, 681, 3591, 3559, 632, 3374, 353, 2456, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/br.po, 157, 265, 306, 18, 41, 1491, 9115, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/az.gmo, 890, 4865, 3819, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fur.po, 669, 3021, 3483, 27, 102, 1531, 9053, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/te.po, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nn.po, 831, 4515, 4075, 539, 2880, 296, 2026, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/oc.gmo, 2104, 11544, 13971, 0, 0, 0, 0, 2104, 11544 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/br.gmo, 157, 265, 306, 0, 0, 0, 0, 157, 265 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/az_IR.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/gd.gmo, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bn.po, 1577, 8957, 8520, 69, 353, 20, 111, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en@shaw.gmo, 1362, 7355, 7355, 0, 0, 0, 0, 1362, 7355 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ca@valencia.po, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/xh.po, 1002, 5559, 4834, 463, 2493, 201, 1369, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ne.gmo, 1085, 5689, 4718, 0, 0, 0, 0, 1085, 5689 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tr.po, 2244, 12264, 9734, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hy.gmo, 1627, 9220, 7803, 0, 0, 0, 0, 1627, 9220 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hu.po, 2244, 12264, 9994, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sr.gmo, 2244, 12264, 11467, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/el.gmo, 2235, 12212, 12858, 0, 0, 0, 0, 2235, 12212 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pl.gmo, 2244, 12264, 10995, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nn.gmo, 831, 4515, 4075, 0, 0, 0, 0, 831, 4515 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en@shaw.po, 1362, 7355, 7355, 310, 2235, 0, 0, 1672, 9590 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/gl.gmo, 2244, 12264, 14536, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/zh_TW.gmo, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nl.po, 2244, 12264, 11701, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/kg.po, 12, 15, 15, 257, 630, 1397, 8776, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/eu.po, 2244, 12264, 9921, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/kk.po, 277, 661, 588, 0, 0, 1966, 11598, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pl.po, 2244, 12264, 10995, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ast.gmo, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ta.po, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hr.gmo, 2244, 12264, 10865, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/zh_CN.po, 2227, 12176, 2644, 1, 1, 1, 10, 2229, 12187 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mr.po, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mai.po, 1540, 8700, 8583, 98, 540, 28, 181, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/be.po, 681, 3591, 3020, 632, 3374, 353, 2456, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/an.po, 1633, 8891, 10178, 380, 2291, 7, 45, 2020, 11227 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nb.gmo, 1622, 8025, 6828, 0, 0, 0, 0, 1622, 8025 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bg.po, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/te.gmo, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/gu.po, 1933, 10695, 10095, 79, 440, 29, 206, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ku.po, 66, 103, 102, 97, 325, 1503, 8993, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/eo.gmo, 729, 2911, 2640, 0, 0, 0, 0, 729, 2911 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/yi.gmo, 681, 3591, 3559, 0, 0, 0, 0, 681, 3591 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en_GB.po, 2244, 12264, 12277, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/az_IR.po, 0, 0, 0, 2, 4, 1664, 9417, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/li.po, 681, 3591, 3334, 632, 3374, 353, 2456, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fur.gmo, 669, 3021, 3483, 0, 0, 0, 0, 669, 3021 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/af.po, 852, 4606, 4261, 910, 4648, 467, 2933, 2229, 12187 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bg.gmo, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ku.gmo, 66, 103, 102, 0, 0, 0, 0, 66, 103 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/si.po, 317, 1290, 1143, 142, 647, 1207, 7484, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/is.po, 539, 1577, 1390, 27, 133, 1661, 10466, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ca@valencia.gmo, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/km.po, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/it.po, 2244, 12264, 13369, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ang.po, 30, 79, 73, 61, 254, 1575, 9088, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ms.po, 840, 4514, 3815, 540, 2876, 286, 2031, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hi.po, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ro.po, 2244, 12264, 12287, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/an.gmo, 1633, 8891, 10178, 0, 0, 0, 0, 1633, 8891 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ast.po, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bs.gmo, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/id.po, 2244, 12264, 10981, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/zh_CN.gmo, 2227, 12176, 2644, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/lt.gmo, 2244, 12264, 9602, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ta.gmo, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ru.gmo, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sl.po, 2244, 12264, 11154, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/et.po, 791, 3778, 2802, 457, 2259, 979, 6139, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/my.po, 1515, 8550, 5859, 115, 632, 36, 239, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/he.po, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/si.gmo, 317, 1290, 1143, 0, 0, 0, 0, 317, 1290 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/he.gmo, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mk.gmo, 1363, 7752, 7949, 0, 0, 0, 0, 1363, 7752 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mn.gmo, 890, 4865, 3867, 0, 0, 0, 0, 890, 4865 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mi.po, 1, 1, 1, 120, 236, 1545, 9184, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/or.gmo, 1749, 9448, 8442, 0, 0, 0, 0, 1749, 9448 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/dz.gmo, 1270, 7185, 2790, 0, 0, 0, 0, 1270, 7185 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en_GB.gmo, 2244, 12264, 12277, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bn.gmo, 1577, 8957, 8520, 0, 0, 0, 0, 1577, 8957 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sq.gmo, 1446, 8183, 9029, 0, 0, 0, 0, 1446, 8183 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hr.po, 2244, 12264, 10865, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/vi.po, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sv.po, 2244, 12264, 10156, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/uk.po, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/cs.po, 2244, 12264, 10617, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/am.gmo, 86, 152, 157, 0, 0, 0, 0, 86, 152 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/uz.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en_CA.gmo, 1375, 7814, 7817, 0, 0, 0, 0, 1375, 7814 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/kk.gmo, 277, 661, 588, 0, 0, 0, 0, 277, 661 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sr.po, 2244, 12264, 11467, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mr.gmo, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ug.po, 1908, 10631, 8566, 0, 0, 7, 53, 1915, 10684 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ml.po, 1540, 8700, 6215, 98, 540, 28, 181, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fa.gmo, 381, 1236, 1168, 0, 0, 0, 0, 381, 1236 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ky.po, 94, 351, 263, 0, 0, 1817, 10305, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nds.po, 515, 1405, 1134, 1125, 7838, 26, 178, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/vi.gmo, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ko.gmo, 2244, 12264, 9428, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/gl.po, 2244, 12264, 14536, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ja.po, 1628, 9159, 2151, 197, 931, 86, 566, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/cy.po, 1381, 7791, 8074, 216, 1197, 69, 433, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ps.po, 470, 1445, 1510, 76, 351, 1120, 7625, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/xh.gmo, 1002, 5559, 4834, 0, 0, 0, 0, 1002, 5559 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mk.po, 1363, 7752, 7949, 229, 1219, 74, 450, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ps.gmo, 470, 1445, 1510, 0, 0, 0, 0, 470, 1445 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tt.gmo, 220, 509, 455, 0, 0, 0, 0, 220, 509 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ja.gmo, 1628, 9159, 2151, 0, 0, 0, 0, 1628, 9159 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/io.po, 0, 0, 0, 0, 0, 1666, 9421, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/af.gmo, 852, 4606, 4261, 0, 0, 0, 0, 852, 4606 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/id.gmo, 2244, 12264, 10981, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/uz.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pt_BR.po, 2244, 12264, 13826, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/en.po, 0, 0, 0, 0, 0, 1778, 9985, 1778, 9985 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/or.po, 1749, 9448, 8442, 82, 578, 46, 441, 1877, 10467 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ia.po, 1, 1, 1, 207, 454, 1458, 8966, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tg.po, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tk.po, 5, 6, 6, 217, 647, 1444, 8768, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/el.po, 2235, 12212, 12858, 7, 36, 2, 16, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fa.po, 381, 1236, 1168, 386, 1801, 1039, 7092, 1806, 10129 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/kg.gmo, 12, 15, 15, 0, 0, 0, 0, 12, 15 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sr@ije.po, 890, 4865, 4522, 521, 2786, 255, 1770, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mn.po, 890, 4865, 3867, 522, 2791, 254, 1765, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/oc.po, 2104, 11544, 13971, 83, 438, 17, 90, 2204, 12072 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/be@latin.gmo, 1364, 7766, 6691, 0, 0, 0, 0, 1364, 7766 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tg.gmo, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hi.gmo, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/be.gmo, 681, 3591, 3020, 0, 0, 0, 0, 681, 3591 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sq.po, 1446, 8183, 9029, 167, 908, 53, 330, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nb.po, 1622, 8025, 6828, 274, 1927, 205, 1627, 2101, 11579 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sk.po, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sv.gmo, 2244, 12264, 10156, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bn_IN.gmo, 1577, 8957, 8514, 0, 0, 0, 0, 1577, 8957 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pt_BR.gmo, 2244, 12264, 13826, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/li.gmo, 681, 3591, 3334, 0, 0, 0, 0, 681, 3591 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/wa.gmo, 427, 1664, 2145, 0, 0, 0, 0, 427, 1664 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ky.gmo, 94, 351, 263, 0, 0, 0, 0, 94, 351 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/da.po, 2244, 12264, 10089, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/de.gmo, 2244, 12264, 11348, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/lt.po, 2244, 12264, 9602, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/km.gmo, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ca.po, 2244, 12264, 14557, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fr.gmo, 2244, 12264, 14768, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/es.gmo, 2244, 12264, 14816, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ug.gmo, 1908, 10631, 8566, 0, 0, 0, 0, 1908, 10631 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tr.gmo, 2244, 12264, 9734, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sr@latin.po, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/uz@cyrillic.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/cy.gmo, 1381, 7791, 8074, 0, 0, 0, 0, 1381, 7791 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ang.gmo, 30, 79, 73, 0, 0, 0, 0, 30, 79 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/crh.gmo, 1692, 9595, 7730, 0, 0, 0, 0, 1692, 9595 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/it.gmo, 2244, 12264, 13369, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pa.po, 2213, 12080, 11887, 16, 78, 15, 106, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/gd.po, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/zh_HK.gmo, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/bn_IN.po, 1577, 8957, 8514, 69, 353, 20, 111, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sk.gmo, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/crh.po, 1692, 9595, 7730, 9, 102, 18, 145, 1719, 9842 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/lg.po, 0, 0, 0, 0, 0, 1716, 9819, 1716, 9819 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/gu.gmo, 1933, 10695, 10095, 0, 0, 0, 0, 1933, 10695 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hy.po, 1627, 9220, 7803, 23, 115, 16, 86, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ga.gmo, 144, 259, 269, 0, 0, 0, 0, 144, 259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sr@latin.gmo, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/as.gmo, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ne.po, 1085, 5689, 4718, 963, 4712, 177, 1762, 2225, 12163 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ro.gmo, 2244, 12264, 12287, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ca.gmo, 2244, 12264, 14557, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/pa.gmo, 2213, 12080, 11887, 0, 0, 0, 0, 2213, 12080 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/zh_TW.po, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/tt.po, 220, 509, 455, 222, 836, 1224, 8076, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/mai.gmo, 1540, 8700, 8583, 0, 0, 0, 0, 1540, 8700 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ka.gmo, 1183, 6448, 4441, 0, 0, 0, 0, 1183, 6448 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/es.po, 2244, 12264, 14816, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/eo.po, 729, 2911, 2640, 136, 663, 1362, 8602, 2227, 12176 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ms.gmo, 840, 4514, 3815, 0, 0, 0, 0, 840, 4514 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/hu.gmo, 2244, 12264, 9994, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fi.gmo, 1629, 8902, 5674, 0, 0, 0, 0, 1629, 8902 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/my.gmo, 1515, 8550, 5859, 0, 0, 0, 0, 1515, 8550 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/sl.gmo, 2244, 12264, 11154, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fr.po, 2244, 12264, 14768, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ur.po, 4, 4, 4, 44, 74, 1618, 9343, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/da.gmo, 2244, 12264, 10089, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/be@latin.po, 1364, 7766, 6691, 228, 1205, 74, 450, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/et.gmo, 791, 3778, 2802, 0, 0, 0, 0, 791, 3778 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/th.gmo, 153, 862, 236, 0, 0, 0, 0, 153, 862 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/az.po, 890, 4865, 3819, 521, 2786, 255, 1770, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ar.gmo, 1446, 8183, 6712, 0, 0, 0, 0, 1446, 8183 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ga.po, 144, 259, 269, 100, 287, 1422, 8875, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ko.po, 2244, 12264, 9428, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/fi.po, 1629, 8902, 5674, 408, 2121, 206, 1236, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/ru.po, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/lg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/nl.gmo, 2244, 12264, 11701, 0, 0, 0, 0, 2244, 12264 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/as.po, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/is.gmo, 539, 1577, 1390, 0, 0, 0, 0, 539, 1577 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po-properties/rw.po, 82, 101, 100, 1116, 7392, 468, 1928, 1666, 9421 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nso.gmo, 84, 399, 562, 0, 0, 0, 0, 84, 399 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/wa.po, 251, 797, 1053, 241, 452, 329, 1183, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en_CA.po, 357, 1388, 1387, 238, 416, 226, 628, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sr@ije.gmo, 84, 399, 378, 0, 0, 0, 0, 84, 399 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/de.po, 1667, 4414, 4300, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ar.po, 1217, 3377, 3270, 7, 12, 144, 468, 1368, 3857 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ka.po, 409, 1612, 1257, 222, 381, 190, 439, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/io.gmo, 248, 782, 739, 0, 0, 0, 0, 248, 782 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/zh_HK.po, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/am.po, 23, 32, 42, 233, 378, 565, 2022, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/rw.gmo, 21, 24, 26, 0, 0, 0, 0, 21, 24 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bs.po, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/lv.po, 1667, 4414, 4167, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nso.po, 84, 399, 562, 260, 501, 477, 1532, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/eu.gmo, 1667, 4414, 4214, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/dz.po, 306, 1223, 605, 380, 627, 135, 582, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/pt.gmo, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/th.po, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nds.gmo, 580, 1062, 1119, 0, 0, 0, 0, 580, 1062 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/uk.gmo, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ml.gmo, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/lv.gmo, 1667, 4414, 4167, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/cs.gmo, 1678, 4418, 4298, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/pt.po, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/yi.po, 55, 288, 315, 262, 490, 504, 1654, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/br.po, 794, 1424, 1712, 1, 2, 439, 2037, 1234, 3463 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/az.gmo, 83, 398, 331, 0, 0, 0, 0, 83, 398 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/fur.po, 1637, 4334, 4918, 4, 10, 26, 70, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/te.po, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nn.po, 854, 2383, 2324, 15, 58, 55, 210, 924, 2651 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/oc.gmo, 1278, 3532, 4119, 0, 0, 0, 0, 1278, 3532 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/br.gmo, 794, 1424, 1712, 0, 0, 0, 0, 794, 1424 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/gd.gmo, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bn.po, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 782, 3077, 3078, 0, 0, 0, 0, 782, 3077 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ca@valencia.po, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/xh.po, 135, 597, 506, 254, 481, 432, 1354, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ne.gmo, 709, 1600, 1628, 0, 0, 0, 0, 709, 1600 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tr.po, 1667, 4414, 4108, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hy.gmo, 494, 1993, 1802, 0, 0, 0, 0, 494, 1993 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hu.po, 1667, 4414, 4215, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/el.gmo, 1377, 3677, 3944, 0, 0, 0, 0, 1377, 3677 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/pl.gmo, 1679, 4420, 4543, 0, 0, 0, 0, 1679, 4420 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en@shaw.po, 782, 3077, 3078, 235, 633, 0, 0, 1017, 3710 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/gl.gmo, 1667, 4414, 5152, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 1377, 3875, 1887, 0, 0, 0, 0, 1377, 3875 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nl.po, 1666, 4404, 4333, 0, 0, 0, 0, 1666, 4404 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/kg.po, 971, 3230, 3181, 21, 118, 73, 514, 1065, 3862 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/eu.po, 1667, 4414, 4214, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/kk.po, 1522, 4091, 3836, 0, 0, 141, 315, 1663, 4406 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/pl.po, 1679, 4420, 4543, 0, 0, 0, 0, 1679, 4420 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ta.po, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hr.gmo, 1667, 4414, 4325, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mr.po, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en.gmo, 49, 49, 92, 0, 0, 0, 0, 49, 49 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mai.po, 791, 2273, 2543, 25, 121, 5, 38, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/be.po, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/an.po, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nb.gmo, 1454, 3973, 3962, 0, 0, 0, 0, 1454, 3973 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bg.po, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/te.gmo, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/gu.po, 1110, 2996, 3452, 7, 52, 25, 183, 1142, 3231 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ku.po, 775, 2301, 2489, 3, 14, 44, 137, 822, 2452 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/eo.gmo, 1522, 4109, 3955, 0, 0, 0, 0, 1522, 4109 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/yi.gmo, 55, 288, 315, 0, 0, 0, 0, 55, 288 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en_GB.po, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/az_IR.po, 3, 5, 6, 10, 10, 808, 2417, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/li.po, 55, 288, 286, 262, 490, 504, 1654, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/fur.gmo, 1637, 4334, 4918, 0, 0, 0, 0, 1637, 4334 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/af.po, 1238, 3162, 3202, 0, 0, 134, 707, 1372, 3869 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bg.gmo, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ku.gmo, 775, 2301, 2489, 0, 0, 0, 0, 775, 2301 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/si.po, 279, 908, 979, 243, 421, 299, 1103, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/is.po, 1527, 4024, 3994, 17, 40, 119, 342, 1663, 4406 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/km.po, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/it.po, 1678, 4418, 4731, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ang.po, 27, 79, 71, 138, 256, 656, 2097, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ms.po, 72, 331, 295, 263, 504, 486, 1597, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hi.po, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ro.po, 1678, 4418, 4905, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/an.gmo, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ast.po, 810, 2366, 2499, 10, 55, 1, 11, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bs.gmo, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/id.po, 1667, 4414, 4371, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/lt.gmo, 1678, 4418, 4039, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ta.gmo, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ru.gmo, 1437, 3983, 3860, 0, 0, 0, 0, 1437, 3983 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sl.po, 1678, 4418, 4511, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/et.po, 955, 2408, 2206, 158, 550, 257, 902, 1370, 3860 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/my.po, 776, 2216, 1810, 29, 135, 16, 81, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/he.po, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/si.gmo, 279, 908, 979, 0, 0, 0, 0, 279, 908 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/he.gmo, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mk.gmo, 342, 1357, 1470, 0, 0, 0, 0, 342, 1357 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mn.gmo, 82, 395, 338, 0, 0, 0, 0, 82, 395 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mi.po, 56, 211, 200, 252, 500, 513, 1721, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/or.gmo, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/dz.gmo, 306, 1223, 605, 0, 0, 0, 0, 306, 1223 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en_GB.gmo, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bn.gmo, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sq.gmo, 744, 2102, 2391, 0, 0, 0, 0, 744, 2102 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hr.po, 1667, 4414, 4325, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/vi.po, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sv.po, 1667, 4414, 4195, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/uk.po, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/cs.po, 1678, 4418, 4298, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/am.gmo, 23, 32, 42, 0, 0, 0, 0, 23, 32 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/uz.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en_CA.gmo, 357, 1388, 1387, 0, 0, 0, 0, 357, 1388 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/kk.gmo, 1522, 4091, 3836, 0, 0, 0, 0, 1522, 4091 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sr.po, 1518, 4130, 4187, 34, 72, 111, 204, 1663, 4406 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mr.gmo, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ug.po, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ml.po, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ky.po, 66, 83, 82, 3, 3, 862, 2609, 931, 2695 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nds.po, 580, 1062, 1119, 8, 24, 233, 1346, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/vi.gmo, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ko.gmo, 1667, 4414, 4248, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/gl.po, 1667, 4414, 5152, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ja.po, 1472, 3894, 2085, 1, 51, 194, 469, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/cy.po, 670, 1846, 1951, 66, 138, 85, 448, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ps.po, 345, 636, 671, 31, 64, 445, 1732, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/xh.gmo, 135, 597, 506, 0, 0, 0, 0, 135, 597 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mk.po, 342, 1357, 1470, 249, 435, 230, 640, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ia.gmo, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tt.gmo, 87, 186, 161, 0, 0, 0, 0, 87, 186 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ja.gmo, 1472, 3894, 2085, 0, 0, 0, 0, 1472, 3894 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ur.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/io.po, 248, 782, 739, 229, 378, 344, 1272, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/af.gmo, 1238, 3162, 3202, 0, 0, 0, 0, 1238, 3162 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/id.gmo, 1667, 4414, 4371, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/uz.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 1678, 4418, 4972, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/en.po, 49, 49, 92, 0, 0, 817, 2517, 866, 2566 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mi.gmo, 56, 211, 200, 0, 0, 0, 0, 56, 211 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/or.po, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ia.po, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tg.po, 1136, 2881, 3208, 58, 356, 53, 273, 1247, 3510 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tk.po, 35, 73, 74, 239, 427, 547, 1932, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/el.po, 1377, 3677, 3944, 71, 337, 215, 394, 1663, 4408 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/fa.po, 1361, 3850, 4292, 0, 0, 0, 0, 1361, 3850 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/kg.gmo, 971, 3230, 3181, 0, 0, 0, 0, 971, 3230 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sr@ije.po, 84, 399, 378, 264, 505, 473, 1528, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mn.po, 82, 395, 338, 265, 506, 474, 1531, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/oc.po, 1278, 3532, 4119, 21, 94, 53, 227, 1352, 3853 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/be@latin.gmo, 743, 2090, 1940, 0, 0, 0, 0, 743, 2090 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tg.gmo, 1136, 2881, 3208, 0, 0, 0, 0, 1136, 2881 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hi.gmo, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/be.gmo, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sq.po, 744, 2102, 2391, 41, 107, 36, 223, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nb.po, 1454, 3973, 3962, 10, 25, 202, 406, 1666, 4404 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sk.po, 1516, 4060, 4027, 26, 51, 124, 298, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sv.gmo, 1667, 4414, 4195, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 1678, 4418, 4972, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/li.gmo, 55, 288, 286, 0, 0, 0, 0, 55, 288 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/wa.gmo, 251, 797, 1053, 0, 0, 0, 0, 251, 797 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ky.gmo, 66, 83, 82, 0, 0, 0, 0, 66, 83 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tk.gmo, 35, 73, 74, 0, 0, 0, 0, 35, 73 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/da.po, 1667, 4414, 4126, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/de.gmo, 1667, 4414, 4300, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/lt.po, 1678, 4418, 4039, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/km.gmo, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ca.po, 1667, 4414, 5339, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/fr.gmo, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ug.gmo, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tr.gmo, 1667, 4414, 4108, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 1372, 3869, 3915, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/uz@cyrillic.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/cy.gmo, 670, 1846, 1951, 0, 0, 0, 0, 670, 1846 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ang.gmo, 27, 79, 71, 0, 0, 0, 0, 27, 79 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/crh.gmo, 789, 2121, 1901, 0, 0, 0, 0, 789, 2121 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/it.gmo, 1678, 4418, 4731, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/pa.po, 1573, 4188, 4633, 14, 36, 80, 190, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/gd.po, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/bn_IN.po, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sk.gmo, 1516, 4060, 4027, 0, 0, 0, 0, 1516, 4060 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/crh.po, 789, 2121, 1901, 21, 72, 114, 459, 924, 2652 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/lg.po, 677, 1889, 2048, 0, 0, 162, 633, 839, 2522 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/gu.gmo, 1110, 2996, 3452, 0, 0, 0, 0, 1110, 2996 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hy.po, 494, 1993, 1802, 53, 67, 274, 372, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ga.gmo, 882, 2141, 2357, 0, 0, 0, 0, 882, 2141 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/as.gmo, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ne.po, 709, 1600, 1628, 565, 1628, 85, 618, 1359, 3846 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ro.gmo, 1678, 4418, 4905, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ca.gmo, 1667, 4414, 5339, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 1377, 3875, 1887, 42, 76, 247, 458, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/tt.po, 87, 186, 161, 208, 359, 526, 1887, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/mai.gmo, 791, 2273, 2543, 0, 0, 0, 0, 791, 2273 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ka.gmo, 409, 1612, 1257, 0, 0, 0, 0, 409, 1612 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/es.po, 1678, 4418, 5210, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/eo.po, 1522, 4109, 3955, 20, 39, 124, 261, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ms.gmo, 72, 331, 295, 0, 0, 0, 0, 72, 331 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/hu.gmo, 1667, 4414, 4215, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/fi.gmo, 1191, 3258, 2783, 0, 0, 0, 0, 1191, 3258 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/my.gmo, 776, 2216, 1810, 0, 0, 0, 0, 776, 2216 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/sl.gmo, 1678, 4418, 4511, 0, 0, 0, 0, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/fr.po, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ur.po, 11, 11, 13, 43, 45, 767, 2376, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/da.gmo, 1667, 4414, 4126, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/be@latin.po, 743, 2090, 1940, 41, 107, 37, 235, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/et.gmo, 955, 2408, 2206, 0, 0, 0, 0, 955, 2408 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/th.gmo, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/az.po, 83, 398, 331, 261, 500, 477, 1534, 821, 2432 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ga.po, 882, 2141, 2357, 51, 273, 163, 896, 1096, 3310 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ko.po, 1667, 4414, 4248, 0, 0, 0, 0, 1667, 4414 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/gtk30.pot, 0, 0, 0, 0, 0, 1678, 4418, 1678, 4418 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/fi.po, 1191, 3258, 2783, 95, 219, 377, 929, 1663, 4406 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/ru.po, 1437, 3983, 3860, 23, 45, 206, 381, 1666, 4409 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/lg.gmo, 677, 1889, 2048, 0, 0, 0, 0, 677, 1889 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/nl.gmo, 1666, 4404, 4333, 0, 0, 0, 0, 1666, 4404 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/as.po, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 -gtk3-3.24.12-3.fc31.src.rpm.stats.csv, po/rw.po, 21, 24, 26, 323, 983, 477, 1425, 821, 2432 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ru.po, 88, 220, 211, 13, 69, 5, 33, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ca.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mn.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/da.gmo, 105, 320, 292, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/gl.gmo, 105, 320, 384, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 105, 320, 331, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/eo.gmo, 15, 16, 15, 0, 0, 0, 0, 15, 16 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fr.po, 106, 322, 403, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pl.po, 106, 322, 317, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mai.po, 6, 7, 8, 10, 15, 90, 300, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/eo.po, 15, 16, 15, 8, 11, 83, 295, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/da.po, 105, 320, 292, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ko.po, 105, 320, 301, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 105, 320, 145, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/lv.po, 105, 320, 300, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/th.gmo, 40, 127, 66, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/oc.gmo, 105, 320, 396, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mn.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/hi.po, 40, 127, 128, 21, 82, 45, 113, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ja.gmo, 86, 210, 119, 0, 0, 0, 0, 86, 210 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/uk.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/as.gmo, 84, 213, 225, 0, 0, 0, 0, 84, 213 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/el.gmo, 105, 320, 339, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pa.po, 43, 130, 136, 23, 87, 40, 105, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/kk.po, 79, 145, 144, 1, 2, 26, 175, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mg.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/nb.gmo, 103, 315, 306, 0, 0, 0, 0, 103, 315 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sk.po, 105, 320, 327, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/rw.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 106, 322, 371, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/tg.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/en_CA.gmo, 16, 72, 72, 0, 0, 0, 0, 16, 72 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ar.po, 20, 94, 85, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/he.po, 94, 255, 253, 12, 67, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mk.po, 38, 119, 141, 21, 85, 47, 118, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/gu.gmo, 67, 162, 174, 0, 0, 0, 0, 67, 162 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ms.po, 3, 4, 4, 9, 13, 94, 305, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/en_CA.po, 16, 72, 72, 23, 84, 67, 166, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bn.po, 26, 103, 110, 25, 86, 55, 133, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pt.po, 94, 255, 296, 12, 67, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mr.po, 20, 94, 94, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 84, 213, 114, 16, 75, 6, 34, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ml.gmo, 20, 94, 69, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ug.po, 40, 127, 120, 21, 82, 45, 113, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/hu.gmo, 106, 322, 295, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/vi.po, 94, 255, 378, 12, 67, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ug.gmo, 40, 127, 120, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pl.gmo, 106, 322, 317, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pa.gmo, 43, 130, 136, 0, 0, 0, 0, 43, 130 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/et.gmo, 30, 106, 83, 0, 0, 0, 0, 30, 106 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fa.po, 4, 8, 8, 9, 13, 93, 301, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/az.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/hu.po, 106, 322, 295, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/hi.gmo, 40, 127, 128, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/es.gmo, 106, 322, 398, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sr.gmo, 106, 322, 333, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/id.gmo, 106, 322, 327, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ml.po, 20, 94, 69, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/hr.po, 105, 320, 310, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bs.gmo, 87, 218, 214, 0, 0, 0, 0, 87, 218 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 106, 322, 371, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bg.po, 93, 251, 285, 11, 66, 2, 5, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/kn.po, 37, 118, 103, 20, 82, 49, 122, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/be.po, 105, 320, 314, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 105, 320, 143, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sl.gmo, 106, 322, 308, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/xh.po, 3, 4, 5, 9, 13, 94, 305, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/rw.po, 1, 1, 1, 5, 7, 100, 314, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/az.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ja.po, 86, 210, 119, 12, 68, 8, 44, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/lt.po, 106, 322, 285, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ga.po, 16, 39, 38, 10, 27, 80, 256, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/tg.po, 11, 11, 13, 6, 8, 89, 303, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/he.gmo, 94, 255, 253, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/nl.gmo, 105, 320, 288, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ro.po, 105, 320, 375, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/nb.po, 103, 315, 306, 1, 2, 2, 5, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/nn.gmo, 26, 103, 85, 0, 0, 0, 0, 26, 103 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ga.gmo, 16, 39, 38, 0, 0, 0, 0, 16, 39 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/si.po, 7, 8, 9, 9, 14, 90, 300, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 20, 94, 101, 25, 83, 61, 145, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fa.gmo, 4, 8, 8, 0, 0, 0, 0, 4, 8 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/gtksourceview-3.0.pot, 0, 0, 0, 0, 0, 106, 322, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/eu.gmo, 106, 322, 290, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/be.gmo, 105, 320, 314, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/es.po, 106, 322, 398, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/oc.po, 105, 320, 396, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/tr.gmo, 106, 322, 291, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ca.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sv.po, 106, 322, 280, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/id.po, 106, 322, 327, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bn.gmo, 26, 103, 110, 0, 0, 0, 0, 26, 103 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bg.gmo, 93, 251, 285, 0, 0, 0, 0, 93, 251 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/dz.gmo, 16, 72, 44, 0, 0, 0, 0, 16, 72 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ta.po, 40, 127, 117, 21, 82, 45, 113, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/cs.po, 106, 322, 320, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fi.po, 59, 163, 128, 16, 73, 31, 86, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 22, 74, 74, 0, 0, 0, 0, 22, 74 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sl.po, 106, 322, 308, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/hr.gmo, 105, 320, 310, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ms.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mg.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/uk.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/nl.po, 105, 320, 288, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 105, 320, 145, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 84, 213, 114, 0, 0, 0, 0, 84, 213 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sq.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 105, 320, 331, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ru.gmo, 88, 220, 211, 0, 0, 0, 0, 88, 220 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/kk.gmo, 79, 145, 144, 0, 0, 0, 0, 79, 145 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/eu.po, 106, 322, 290, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/de.gmo, 106, 322, 297, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/as.po, 84, 213, 225, 16, 75, 6, 34, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/xh.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fur.gmo, 57, 79, 82, 0, 0, 0, 0, 57, 79 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 105, 320, 143, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/it.gmo, 106, 322, 353, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ro.gmo, 105, 320, 375, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/vi.gmo, 94, 255, 378, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/te.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/th.po, 40, 127, 66, 20, 81, 46, 114, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/si.gmo, 7, 8, 9, 0, 0, 0, 0, 7, 8 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/pt.gmo, 94, 255, 296, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/el.po, 105, 320, 339, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bs.po, 87, 218, 214, 14, 71, 5, 33, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mai.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ast.gmo, 38, 119, 143, 0, 0, 0, 0, 38, 119 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fi.gmo, 59, 163, 128, 0, 0, 0, 0, 59, 163 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ta.gmo, 40, 127, 117, 0, 0, 0, 0, 40, 127 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sr.po, 106, 322, 333, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/cs.gmo, 106, 322, 320, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/gu.po, 67, 162, 174, 21, 79, 18, 81, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/gl.po, 105, 320, 384, 1, 2, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/kn.gmo, 37, 118, 103, 0, 0, 0, 0, 37, 118 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sv.gmo, 106, 322, 280, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ne.gmo, 16, 72, 70, 0, 0, 0, 0, 16, 72 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 20, 94, 101, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/or.po, 34, 113, 110, 21, 83, 51, 126, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ast.po, 38, 119, 143, 21, 85, 47, 118, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/lt.gmo, 106, 322, 285, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sk.gmo, 105, 320, 327, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fur.po, 57, 79, 82, 1, 2, 48, 241, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/cy.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mr.gmo, 20, 94, 94, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/nn.po, 26, 103, 85, 23, 82, 57, 137, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ar.gmo, 20, 94, 85, 0, 0, 0, 0, 20, 94 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/fr.gmo, 106, 322, 403, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/et.po, 30, 106, 83, 17, 61, 59, 155, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/mk.gmo, 38, 119, 141, 0, 0, 0, 0, 38, 119 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/de.po, 106, 322, 297, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ne.po, 16, 72, 70, 23, 84, 67, 166, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/te.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/dz.po, 16, 72, 44, 25, 87, 65, 163, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 94, 255, 254, 0, 0, 0, 0, 94, 255 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/ko.gmo, 105, 320, 301, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/it.po, 106, 322, 353, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 22, 74, 74, 29, 115, 55, 133, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/cy.po, 3, 4, 4, 10, 15, 93, 303, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/tr.po, 106, 322, 291, 0, 0, 0, 0, 106, 322 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/lv.gmo, 105, 320, 300, 0, 0, 0, 0, 105, 320 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/or.gmo, 34, 113, 110, 0, 0, 0, 0, 34, 113 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/sq.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv, po/en_GB.po, 94, 255, 254, 12, 67, 0, 0, 106, 322 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 94, 308, 133, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 809, 1900, 1024, 0, 0, 0, 0, 809, 1900 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 94, 308, 132, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/xh.po, 294, 725, 782, 0, 0, 0, 0, 294, 725 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/vi.po, 624, 1147, 1759, 0, 0, 0, 0, 624, 1147 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/uk.po, 627, 1551, 1508, 0, 0, 0, 0, 627, 1551 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ug.po, 670, 1608, 1570, 0, 0, 0, 0, 670, 1608 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/tr.po, 94, 308, 273, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/th.po, 650, 1573, 820, 0, 0, 11, 23, 661, 1596 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/tg.po, 132, 159, 173, 1, 2, 536, 1443, 669, 1604 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/te.po, 627, 1551, 1407, 0, 0, 0, 0, 627, 1551 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ta.po, 670, 1608, 1511, 0, 0, 0, 0, 670, 1608 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/sv.po, 106, 322, 280, 0, 0, 0, 0, 106, 322 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 628, 1155, 1331, 0, 0, 0, 0, 628, 1155 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/sr.po, 94, 308, 319, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/sq.po, 332, 821, 1042, 0, 0, 0, 0, 332, 821 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/sl.po, 94, 308, 294, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/sk.po, 628, 1155, 1222, 0, 0, 0, 0, 628, 1155 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/si.po, 101, 117, 123, 0, 0, 248, 709, 349, 826 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/rw.po, 46, 48, 57, 0, 0, 248, 677, 294, 725 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ru.po, 623, 1128, 1236, 0, 0, 0, 0, 623, 1128 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ro.po, 94, 308, 359, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 94, 308, 362, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/pt.po, 625, 1148, 1353, 0, 0, 0, 0, 625, 1148 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/pl.po, 94, 308, 303, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/pa.po, 713, 1692, 1697, 0, 0, 0, 0, 713, 1692 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/or.po, 484, 1174, 1152, 23, 36, 53, 236, 560, 1446 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/oc.po, 94, 308, 379, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/nn.po, 513, 1322, 1183, 3, 12, 22, 79, 538, 1413 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/nl.po, 94, 308, 274, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ne.po, 347, 817, 827, 0, 0, 0, 0, 347, 817 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/nb.po, 620, 1138, 1050, 1, 2, 1, 2, 622, 1142 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ms.po, 231, 572, 563, 0, 0, 63, 153, 294, 725 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/mr.po, 449, 1124, 1092, 0, 0, 0, 0, 449, 1124 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/mn.po, 180, 455, 479, 0, 0, 114, 270, 294, 725 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ml.po, 449, 1124, 991, 0, 0, 0, 0, 449, 1124 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/mk.po, 625, 1545, 1797, 0, 0, 0, 0, 625, 1545 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/mg.po, 336, 827, 883, 0, 0, 4, 7, 340, 834 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/mai.po, 188, 370, 388, 0, 0, 250, 729, 438, 1099 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/lv.po, 94, 308, 287, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/lt.po, 94, 308, 270, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ko.po, 94, 308, 286, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/kn.po, 572, 1377, 1220, 1, 1, 18, 108, 591, 1486 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/kk.po, 68, 133, 130, 0, 0, 26, 175, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ja.po, 619, 1116, 771, 3, 6, 1, 6, 623, 1128 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/it.po, 94, 308, 339, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/id.po, 94, 308, 310, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/hu.po, 94, 308, 281, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/hr.po, 94, 308, 297, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/hi.po, 670, 1608, 1676, 0, 0, 0, 0, 670, 1608 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/he.po, 622, 1142, 1166, 0, 0, 0, 0, 622, 1142 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/gu.po, 633, 1405, 1409, 75, 152, 100, 335, 808, 1892 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/gl.po, 94, 308, 372, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ga.po, 149, 192, 195, 18, 27, 548, 1481, 715, 1700 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/fur.po, 94, 308, 375, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/fr.po, 106, 322, 403, 0, 0, 0, 0, 106, 322 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/fi.po, 479, 823, 677, 72, 161, 79, 172, 630, 1156 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/fa.po, 295, 732, 829, 0, 0, 18, 37, 313, 769 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/eu.po, 94, 308, 273, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/et.po, 469, 1155, 996, 0, 0, 123, 330, 592, 1485 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/es.po, 94, 308, 384, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/eo.po, 238, 285, 273, 23, 44, 367, 826, 628, 1155 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 624, 1147, 1145, 0, 0, 0, 0, 624, 1147 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 357, 863, 866, 0, 0, 0, 0, 357, 863 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 410, 1050, 1051, 128, 363, 0, 0, 538, 1413 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/el.po, 94, 308, 323, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/dz.po, 385, 994, 677, 0, 0, 0, 0, 385, 994 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/de.po, 94, 308, 283, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/da.po, 94, 308, 278, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/cy.po, 329, 818, 871, 0, 0, 0, 0, 329, 818 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/cs.po, 94, 308, 306, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 601, 1040, 1246, 14, 73, 15, 43, 630, 1156 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ca.po, 628, 1155, 1386, 0, 0, 0, 0, 628, 1155 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/bs.po, 614, 1107, 1160, 0, 0, 0, 0, 614, 1107 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 449, 1124, 1190, 0, 0, 0, 0, 449, 1124 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/bn.po, 538, 1413, 1495, 0, 0, 0, 0, 538, 1413 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/bg.po, 622, 1142, 1391, 0, 0, 0, 0, 622, 1142 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/be.po, 94, 308, 293, 0, 0, 0, 0, 94, 308 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/az.po, 180, 455, 441, 0, 0, 114, 270, 294, 725 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ast.po, 625, 1545, 1841, 0, 0, 0, 0, 625, 1545 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/as.po, 809, 1900, 1870, 0, 0, 0, 0, 809, 1900 -gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv, po/ar.po, 449, 1124, 1148, 0, 0, 0, 0, 449, 1124 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/cs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 22, 81, 99, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/sl.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/es.po, 22, 81, 113, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/sv.po, 22, 81, 79, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/ca.po, 22, 81, 139, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/el.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/ro.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/nds.po, 3, 8, 7, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/hr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/uk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/lt.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/oc.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/pl.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/sr.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/gl.po, 22, 81, 115, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/lv.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/te.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/eu.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/bs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/pa.po, 22, 81, 96, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/th.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 22, 81, 81, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/fr.po, 22, 81, 111, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/hu.po, 22, 81, 77, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/nl.po, 3, 8, 6, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/pt.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/ru.po, 22, 81, 82, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/gd.po, 3, 8, 12, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/eo.po, 3, 8, 14, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/guc.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/id.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/de.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 22, 81, 30, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/ja.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/fur.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/da.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/ko.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/sk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/he.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/it.po, 22, 81, 92, 0, 0, 0, 0, 22, 81 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/tr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/tg.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv, po/nb.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/nl.po, 3311, 11653, 11404, 1205, 3556, 184, 553, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/tr.gmo, 3304, 11036, 10518, 0, 0, 0, 0, 3304, 11036 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/el.po, 115, 148, 158, 2074, 6310, 2511, 9304, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/ru.po, 1704, 4597, 4538, 2114, 6205, 882, 4960, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/sk.gmo, 3108, 10215, 10002, 0, 0, 0, 0, 3108, 10215 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/uk.gmo, 3311, 11653, 11248, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/nl.gmo, 3311, 11653, 11404, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/ja.po, 975, 3254, 1999, 1702, 6571, 2023, 5937, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/vi.gmo, 2935, 8209, 8668, 0, 0, 0, 0, 2935, 8209 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/pl.po, 157, 314, 306, 1846, 5527, 2697, 9921, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/de.gmo, 3311, 11653, 10679, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/fr.gmo, 3311, 11653, 12125, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/gl.gmo, 2582, 8926, 9610, 0, 0, 0, 0, 2582, 8926 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/sk.po, 3108, 10215, 10002, 1288, 4541, 304, 1006, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/gutenprint.pot, 0, 0, 0, 0, 0, 4700, 15762, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/nb.gmo, 242, 695, 642, 0, 0, 0, 0, 242, 695 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/zh_TW.po, 465, 1584, 793, 2524, 7790, 1711, 6388, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/es.po, 306, 1819, 1984, 2037, 7189, 2357, 6754, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/cs.gmo, 336, 1980, 1683, 0, 0, 0, 0, 336, 1980 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/zh_CN.po, 2965, 8561, 7654, 1222, 3614, 513, 3587, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/pt.po, 334, 1968, 2054, 2012, 7044, 2354, 6750, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/sl.po, 2560, 8860, 8534, 1918, 6263, 222, 639, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/da.po, 3311, 11653, 11174, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/fr.po, 3311, 11653, 12125, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/tr.po, 3304, 11036, 10518, 1213, 4175, 183, 551, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/vi.po, 2935, 8209, 8668, 1200, 3529, 565, 4024, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/fi.gmo, 2212, 6765, 6191, 0, 0, 0, 0, 2212, 6765 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/uk.po, 3311, 11653, 11248, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/ru.gmo, 1704, 4597, 4538, 0, 0, 0, 0, 1704, 4597 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/sv.po, 1354, 5110, 4902, 2650, 8590, 696, 2062, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/it.po, 3311, 11653, 11994, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 465, 1584, 793, 0, 0, 0, 0, 465, 1584 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/gl.po, 2582, 8926, 9610, 1896, 6197, 222, 639, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/en_GB.po, 2112, 7530, 7507, 2283, 7328, 305, 904, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/hu.gmo, 3311, 11653, 11181, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/cs.po, 336, 1980, 1683, 2003, 6971, 2361, 6811, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/da.gmo, 3311, 11653, 11174, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/hu.po, 3311, 11653, 11181, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/sl.gmo, 2560, 8860, 8534, 0, 0, 0, 0, 2560, 8860 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/nb.po, 242, 695, 642, 2048, 6258, 2410, 8809, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/ja.gmo, 975, 3254, 1999, 0, 0, 0, 0, 975, 3254 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/de.po, 3311, 11653, 10679, 1214, 3574, 175, 535, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/fi.po, 2212, 6765, 6191, 2042, 6009, 446, 2988, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/ca.po, 3311, 11653, 12496, 1208, 3564, 181, 545, 4700, 15762 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/en_GB.gmo, 2112, 7530, 7507, 0, 0, 0, 0, 2112, 7530 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/it.gmo, 3311, 11653, 11994, 0, 0, 0, 0, 3311, 11653 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 2965, 8561, 7654, 0, 0, 0, 0, 2965, 8561 -gutenprint-5.2.14-7.fc31.src.rpm.stats.csv, po/sv.gmo, 1354, 5110, 4902, 0, 0, 0, 0, 1354, 5110 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 403, 2076, 639, 0, 0, 0, 0, 403, 2076 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 596, 2704, 1004, 0, 0, 0, 0, 596, 2704 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 397, 2052, 612, 0, 0, 0, 0, 397, 2052 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/vi.po, 403, 2076, 3099, 0, 0, 0, 0, 403, 2076 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/uk.po, 402, 2069, 2058, 0, 0, 0, 0, 402, 2069 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ug.po, 583, 2640, 2364, 0, 0, 2, 8, 585, 2648 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/tr.po, 399, 2058, 1760, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/th.po, 564, 2552, 1102, 0, 0, 0, 0, 564, 2552 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/tg.po, 71, 121, 134, 0, 0, 514, 2527, 585, 2648 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/te.po, 596, 2704, 2339, 0, 0, 0, 0, 596, 2704 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ta.po, 596, 2704, 2387, 0, 0, 0, 0, 596, 2704 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/sv.po, 399, 2058, 1998, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 412, 2148, 2317, 0, 0, 0, 0, 412, 2148 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/sr.po, 399, 2058, 2232, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/sq.po, 312, 1245, 1532, 0, 0, 0, 0, 312, 1245 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/sl.po, 399, 2058, 2129, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/sk.po, 402, 2069, 2074, 0, 0, 0, 0, 402, 2069 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ru.po, 403, 2076, 2003, 0, 0, 0, 0, 403, 2076 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ro.po, 399, 2058, 2443, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 399, 2058, 2583, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/pt.po, 624, 2893, 3334, 0, 0, 0, 0, 624, 2893 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/pl.po, 399, 2058, 2143, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/pa.po, 607, 2762, 3169, 0, 0, 0, 0, 607, 2762 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/or.po, 596, 2704, 2797, 0, 0, 0, 0, 596, 2704 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/oc.po, 593, 2663, 3511, 0, 0, 25, 188, 618, 2851 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/nn.po, 540, 2427, 2414, 0, 0, 5, 18, 545, 2445 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/nl.po, 399, 2058, 2044, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ne.po, 155, 554, 562, 170, 781, 86, 804, 411, 2139 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/nds.po, 222, 594, 641, 0, 0, 236, 1342, 458, 1936 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/nb.po, 412, 2148, 2136, 0, 0, 0, 0, 412, 2148 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/mr.po, 596, 2704, 2677, 0, 0, 0, 0, 596, 2704 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ml.po, 585, 2648, 2211, 0, 0, 0, 0, 585, 2648 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/mk.po, 537, 2412, 2873, 0, 0, 0, 0, 537, 2412 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/mai.po, 88, 196, 215, 0, 0, 357, 1662, 445, 1858 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/lv.po, 399, 2058, 1839, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/lt.po, 399, 2058, 1752, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ku.po, 65, 142, 164, 0, 0, 209, 908, 274, 1050 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ko.po, 399, 2058, 1821, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/kn.po, 601, 2728, 2422, 0, 0, 0, 0, 601, 2728 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/kk.po, 313, 1502, 1420, 0, 0, 90, 574, 403, 2076 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ja.po, 583, 2640, 1062, 0, 0, 0, 0, 583, 2640 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/it.po, 399, 2058, 2331, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/id.po, 399, 2058, 2084, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/hu.po, 399, 2058, 2015, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/hr.po, 399, 2058, 1938, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/hi.po, 596, 2704, 3161, 0, 0, 0, 0, 596, 2704 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/he.po, 400, 2080, 2041, 0, 0, 0, 0, 400, 2080 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/gu.po, 597, 2706, 3018, 0, 0, 0, 0, 597, 2706 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/gl.po, 399, 2058, 2831, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ga.po, 165, 446, 523, 0, 0, 197, 1130, 362, 1576 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/fur.po, 399, 2058, 2541, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/fr.po, 399, 2058, 2781, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/fi.po, 346, 1736, 1440, 36, 223, 17, 99, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/fa.po, 465, 1815, 2181, 15, 61, 65, 569, 545, 2445 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/eu.po, 399, 2058, 1991, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/et.po, 565, 2555, 2241, 0, 0, 0, 0, 565, 2555 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/es.po, 399, 2058, 2717, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/eo.po, 111, 361, 386, 9, 43, 291, 1735, 411, 2139 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 412, 2148, 2146, 0, 0, 0, 0, 412, 2148 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 409, 1725, 1725, 49, 211, 0, 0, 458, 1936 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/el.po, 403, 2076, 2225, 0, 0, 0, 0, 403, 2076 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/de.po, 399, 2058, 2190, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/da.po, 399, 2058, 1993, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/cs.po, 399, 2058, 1971, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 411, 2139, 3009, 0, 0, 0, 0, 411, 2139 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ca.po, 399, 2058, 2903, 0, 0, 0, 0, 399, 2058 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/bs.po, 609, 2777, 2884, 0, 0, 0, 0, 609, 2777 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 596, 2704, 2986, 0, 0, 0, 0, 596, 2704 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/bn.po, 458, 1936, 2102, 0, 0, 0, 0, 458, 1936 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/bg.po, 618, 2851, 3363, 0, 0, 0, 0, 618, 2851 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 326, 1354, 1338, 0, 0, 0, 0, 326, 1354 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/be.po, 402, 2069, 2045, 0, 0, 0, 0, 402, 2069 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ast.po, 537, 2412, 2910, 0, 0, 0, 0, 537, 2412 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/as.po, 597, 2706, 2858, 0, 0, 0, 0, 597, 2706 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/ar.po, 401, 1654, 1688, 9, 33, 59, 324, 469, 2011 -gvfs-1.42.1-1.fc31.src.rpm.stats.csv, po/af.po, 210, 711, 733, 1, 3, 252, 1269, 463, 1983 -hplip-3.19.8-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/tg.po, 79, 613, 646, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 79, 613, 683, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/pl.po, 79, 613, 599, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/it.po, 69, 496, 533, 6, 24, 4, 93, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/hunspell.pot, 0, 0, 0, 0, 0, 79, 613, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/hu.po, 76, 598, 563, 3, 15, 0, 0, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/es.po, 79, 613, 700, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/de.po, 79, 613, 582, 0, 0, 0, 0, 79, 613 -hunspell-1.7.0-3.fc31.src.rpm.stats.csv, po/ca.po, 79, 613, 705, 0, 0, 0, 0, 79, 613 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/fr.po, 544, 2168, 2453, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ko.gmo, 162, 925, 735, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/hi.po, 125, 583, 682, 14, 93, 405, 1492, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/mn.gmo, 32, 116, 97, 0, 0, 0, 0, 32, 116 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/bn.gmo, 104, 448, 503, 0, 0, 0, 0, 104, 448 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/es.po, 535, 2146, 2451, 0, 0, 9, 22, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sr.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/pl.po, 544, 2168, 2048, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/fa.po, 38, 67, 73, 5, 8, 501, 2093, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ia.gmo, 125, 583, 715, 0, 0, 0, 0, 125, 583 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/he.po, 1, 1, 1, 0, 0, 543, 2167, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/mn.po, 32, 116, 97, 5, 33, 507, 2019, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/fa.gmo, 38, 67, 73, 0, 0, 0, 0, 38, 67 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/hi.gmo, 125, 583, 682, 0, 0, 0, 0, 125, 583 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/hu.po, 544, 2168, 2042, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/or.gmo, 142, 669, 659, 0, 0, 0, 0, 142, 669 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/tr.gmo, 27, 40, 44, 0, 0, 0, 0, 27, 40 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/vi.gmo, 118, 512, 681, 0, 0, 0, 0, 118, 512 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/mr.gmo, 162, 925, 857, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/he.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ca.gmo, 272, 1398, 1656, 0, 0, 0, 0, 272, 1398 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/nb.gmo, 62, 163, 151, 0, 0, 0, 0, 62, 163 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ar.gmo, 41, 117, 109, 0, 0, 0, 0, 41, 117 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/lv.po, 105, 456, 407, 11, 51, 428, 1661, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 162, 925, 939, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/eu.po, 50, 96, 102, 7, 13, 487, 2059, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/pl.gmo, 544, 2168, 2048, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/pa.po, 204, 779, 784, 0, 0, 340, 1389, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/pa.gmo, 204, 779, 784, 0, 0, 0, 0, 204, 779 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/cs.gmo, 504, 1883, 1759, 0, 0, 0, 0, 504, 1883 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 249, 1290, 1477, 0, 0, 295, 878, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/bg.po, 121, 557, 613, 11, 51, 412, 1560, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/te.po, 162, 925, 780, 6, 59, 376, 1184, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ru.gmo, 145, 758, 657, 0, 0, 0, 0, 145, 758 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 249, 1290, 1477, 0, 0, 0, 0, 249, 1290 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/id.gmo, 151, 776, 713, 0, 0, 0, 0, 151, 776 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/en_GB.gmo, 104, 449, 452, 0, 0, 0, 0, 104, 449 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/hu.gmo, 544, 2168, 2042, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sv.po, 544, 2168, 1783, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/nl.po, 544, 2168, 2150, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/mr.po, 162, 925, 857, 6, 59, 376, 1184, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/fr.gmo, 544, 2168, 2453, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/de.gmo, 195, 1069, 910, 0, 0, 0, 0, 195, 1069 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/vi.po, 118, 512, 681, 0, 0, 426, 1656, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ta.po, 162, 925, 768, 6, 59, 376, 1184, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sq.gmo, 13, 20, 22, 0, 0, 0, 0, 13, 20 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 41, 115, 109, 5, 16, 498, 2037, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/eu.gmo, 50, 96, 102, 0, 0, 0, 0, 50, 96 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/tg.po, 32, 36, 44, 4, 6, 508, 2126, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ia.po, 125, 583, 715, 14, 93, 405, 1492, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ml.po, 154, 707, 593, 15, 103, 375, 1358, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 521, 2089, 748, 0, 0, 0, 0, 521, 2089 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/cs.po, 504, 1883, 1759, 23, 115, 17, 170, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/bn.po, 104, 448, 503, 10, 49, 430, 1671, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/id.po, 151, 776, 713, 16, 107, 377, 1285, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/zh_HK.po, 163, 927, 309, 6, 59, 375, 1182, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/lv.gmo, 105, 456, 407, 0, 0, 0, 0, 105, 456 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/uk.gmo, 544, 2168, 2105, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/uk.po, 544, 2168, 2105, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/da.po, 544, 2168, 1828, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sq.po, 13, 20, 22, 1, 2, 530, 2146, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ja.gmo, 544, 2168, 822, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/tr.po, 27, 40, 44, 0, 0, 517, 2128, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/nb.po, 62, 163, 151, 8, 22, 474, 1983, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/or.po, 142, 669, 659, 15, 97, 387, 1402, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ta.gmo, 162, 925, 768, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/it.gmo, 171, 807, 919, 0, 0, 0, 0, 171, 807 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/te.gmo, 162, 925, 780, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 255, 1395, 442, 4, 35, 285, 738, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ko.po, 162, 925, 735, 6, 59, 376, 1184, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sv.gmo, 544, 2168, 1783, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/fi.po, 93, 302, 240, 7, 11, 444, 1855, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/tg.gmo, 32, 36, 44, 0, 0, 0, 0, 32, 36 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/gu.gmo, 162, 925, 916, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 163, 927, 309, 0, 0, 0, 0, 163, 927 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ru.po, 145, 758, 657, 10, 83, 389, 1327, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/es.gmo, 535, 2146, 2451, 0, 0, 0, 0, 535, 2146 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/nl.gmo, 544, 2168, 2150, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ja.po, 544, 2168, 822, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/en_GB.po, 104, 449, 452, 11, 51, 429, 1668, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/bg.gmo, 121, 557, 613, 0, 0, 0, 0, 121, 557 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ar.po, 41, 117, 109, 5, 16, 498, 2035, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/it.po, 171, 807, 919, 28, 393, 345, 968, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/fi.gmo, 93, 302, 240, 0, 0, 0, 0, 93, 302 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/as.gmo, 162, 925, 885, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/et.gmo, 42, 75, 69, 0, 0, 0, 0, 42, 75 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/de.po, 195, 1069, 910, 11, 88, 338, 1011, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 255, 1395, 442, 0, 0, 0, 0, 255, 1395 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/sr.po, 41, 115, 109, 5, 16, 498, 2037, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ibus10.pot, 0, 0, 0, 0, 0, 544, 2168, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ca.po, 272, 1398, 1656, 8, 48, 264, 722, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/kn.po, 162, 925, 803, 6, 59, 376, 1184, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ur.po, 1, 1, 1, 0, 0, 543, 2167, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/kn.gmo, 162, 925, 803, 0, 0, 0, 0, 162, 925 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/ml.gmo, 154, 707, 593, 0, 0, 0, 0, 154, 707 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 521, 2089, 748, 0, 0, 23, 79, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/gu.po, 162, 925, 916, 6, 59, 376, 1184, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/da.gmo, 544, 2168, 1828, 0, 0, 0, 0, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/et.po, 42, 75, 69, 6, 12, 496, 2081, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/as.po, 162, 925, 885, 6, 59, 376, 1184, 544, 2168 -ibus-1.5.21-3.fc31.src.rpm.stats.csv, po/bn_IN.po, 162, 925, 939, 6, 59, 376, 1184, 544, 2168 -ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 27, 129, 27, 129 -ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv, po/ko.po, 27, 129, 99, 0, 0, 0, 0, 27, 129 -ibus-kkc-1.5.22-12.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-kkc-1.5.22-12.fc31.src.rpm.stats.csv, po/ja.po, 82, 270, 114, 0, 0, 0, 0, 82, 270 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/fr.gmo, 133, 335, 360, 0, 0, 0, 0, 133, 335 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/ca.gmo, 134, 369, 430, 0, 0, 0, 0, 134, 369 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 141, 380, 173, 0, 0, 0, 0, 141, 380 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/ru.gmo, 27, 42, 51, 0, 0, 0, 0, 27, 42 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 59, 117, 61, 0, 0, 0, 0, 59, 117 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/ca.po, 134, 369, 430, 4, 8, 3, 3, 141, 380 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/ibus-libpinyin.pot, 0, 0, 0, 0, 0, 148, 398, 148, 398 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 141, 380, 173, 0, 0, 0, 0, 141, 380 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/fr.po, 133, 335, 360, 0, 0, 8, 45, 141, 380 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 59, 117, 61, 0, 0, 0, 0, 59, 117 -ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv, po/ru.po, 27, 42, 51, 38, 104, 76, 234, 141, 380 -ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 70, 204, 113, 0, 0, 0, 0, 70, 204 -ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 60, 174, 84, 0, 0, 10, 30, 70, 204 -ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 52, 142, 76, 6, 21, 12, 41, 70, 204 -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv, po/ibus-m17n.pot, 0, 0, 0, 0, 0, 24, 56, 24, 56 -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv, po/de.po, 24, 56, 55, 0, 0, 0, 0, 24, 56 -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 24, 56, 24, 56 -ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv, po/de.gmo, 24, 56, 55, 0, 0, 0, 0, 24, 56 -initscripts-10.02-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 119, 775, 342, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 132, 864, 447, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/vi.po, 62, 367, 487, 9, 46, 77, 559, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/uk.po, 132, 864, 845, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/tr.po, 132, 864, 816, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/te.po, 119, 775, 677, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ta.po, 119, 775, 683, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/sv.po, 132, 864, 851, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 118, 768, 783, 10, 54, 20, 150, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/sr.po, 132, 864, 882, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/sl.po, 118, 768, 772, 10, 54, 20, 150, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/sk.po, 132, 864, 854, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ru.po, 132, 864, 853, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ro.po, 63, 318, 351, 6, 25, 79, 629, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 132, 864, 1000, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/pt.po, 119, 775, 941, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/pl.po, 132, 864, 892, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/pa.po, 119, 775, 950, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/or.po, 119, 775, 916, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/nn.po, 3, 4, 4, 3, 12, 142, 956, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/nl.po, 132, 864, 939, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 147, 971, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/nb.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ms.po, 104, 684, 697, 10, 54, 34, 234, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/mr.po, 119, 775, 787, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ml.po, 132, 864, 759, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/mk.po, 112, 744, 775, 10, 54, 26, 174, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/mai.po, 118, 768, 942, 10, 54, 20, 150, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/lv.po, 61, 337, 270, 10, 54, 77, 581, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/lt.po, 62, 288, 252, 10, 54, 76, 630, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ko.po, 118, 768, 721, 10, 54, 20, 150, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/kn.po, 119, 775, 752, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ka.po, 10, 22, 25, 3, 16, 135, 934, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ja.po, 119, 775, 423, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/it.po, 119, 775, 867, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/is.po, 111, 740, 765, 10, 54, 27, 178, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/initscripts.pot, 0, 0, 0, 0, 0, 159, 1071, 159, 1071 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/id.po, 103, 683, 713, 10, 54, 35, 235, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/hu.po, 119, 775, 815, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/hr.po, 118, 768, 787, 10, 54, 20, 150, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/hi.po, 119, 775, 951, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/gu.po, 119, 775, 908, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/gl.po, 44, 209, 245, 9, 46, 95, 717, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/fr.po, 132, 864, 1045, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/fi.po, 132, 864, 749, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/eu.po, 1, 2, 4, 2, 7, 145, 963, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/et.po, 103, 683, 640, 10, 54, 35, 235, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/es.po, 132, 864, 1031, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/en_GB.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/el.po, 117, 761, 856, 10, 54, 21, 157, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/de.po, 132, 864, 848, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/da.po, 119, 775, 764, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/cy.po, 106, 701, 818, 10, 54, 32, 217, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/cs.po, 132, 864, 824, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ca.po, 132, 864, 1167, 0, 0, 16, 108, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/bs.po, 110, 730, 747, 10, 54, 28, 188, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 119, 775, 849, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/bn.po, 119, 775, 852, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/bg.po, 119, 775, 834, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/as.po, 119, 775, 886, 10, 54, 19, 143, 148, 972 -initscripts-10.02-2.fc31.src.rpm.stats.csv, po/ar.po, 101, 666, 701, 10, 54, 37, 252, 148, 972 -iputils-20190515-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iputils-20190515-3.fc31.src.rpm.stats.csv, po/ja.po, 254, 1212, 623, 0, 0, 45, 105, 299, 1317 -iputils-20190515-3.fc31.src.rpm.stats.csv, po/iputils.pot, 0, 0, 0, 0, 0, 299, 1317, 299, 1317 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/zh_TW.po, 182, 383, 215, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/zh_HK.po, 67, 84, 71, 21, 46, 94, 253, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/zh_CN.po, 102, 192, 112, 15, 37, 65, 154, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/vi.po, 129, 253, 325, 8, 30, 45, 100, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/uk.po, 182, 383, 339, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/tr.po, 76, 94, 104, 20, 42, 86, 247, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/th.po, 155, 309, 204, 3, 13, 24, 61, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/sv.po, 182, 383, 350, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/sr@latin.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/sr.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/sl.po, 107, 206, 242, 8, 30, 67, 147, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/sk.po, 28, 48, 50, 7, 26, 147, 309, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/sc.po, 182, 383, 403, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ru.po, 182, 383, 311, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ro.po, 144, 288, 291, 5, 22, 33, 73, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/pt_BR.po, 182, 383, 389, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/pt.po, 110, 187, 190, 14, 28, 58, 168, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/pl.po, 182, 383, 309, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/oc.po, 36, 36, 36, 0, 0, 146, 347, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/nn.po, 76, 94, 90, 24, 54, 82, 235, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/nl.po, 182, 383, 355, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/nb.po, 84, 115, 110, 23, 54, 75, 214, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ml.po, 17, 17, 17, 1, 2, 164, 364, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/lv.po, 168, 340, 299, 4, 14, 10, 29, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/lt.po, 123, 233, 219, 9, 34, 50, 116, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ko.po, 50, 56, 62, 13, 33, 119, 294, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ja.po, 65, 79, 65, 22, 49, 95, 255, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/it.po, 168, 340, 346, 4, 14, 10, 29, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/iso_15924.pot, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/is.po, 182, 383, 372, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/id.po, 182, 383, 395, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ia.po, 138, 299, 293, 44, 84, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/hu.po, 182, 383, 378, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/he.po, 31, 36, 36, 8, 22, 143, 325, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/gl.po, 144, 288, 304, 5, 22, 33, 73, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/fr.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/fi.po, 158, 315, 254, 4, 14, 20, 54, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/fa.po, 40, 46, 45, 8, 19, 134, 318, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/et.po, 178, 377, 283, 4, 6, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/es.po, 182, 383, 404, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/eo.po, 162, 328, 288, 4, 14, 16, 41, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/el.po, 26, 32, 32, 6, 15, 150, 336, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/de.po, 182, 383, 348, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/da.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/cy.po, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/cs.po, 159, 322, 280, 3, 7, 20, 54, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ca.po, 48, 96, 104, 2, 10, 132, 277, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/br.po, 123, 233, 238, 9, 34, 50, 116, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/bg.po, 27, 35, 31, 8, 24, 147, 324, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/be.po, 182, 383, 319, 0, 0, 0, 0, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_15924/ar.po, 71, 89, 87, 25, 55, 86, 239, 182, 383 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/zu.po, 110, 130, 134, 120, 318, 190, 534, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/zh_TW.po, 415, 968, 421, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/zh_HK.po, 373, 817, 373, 22, 74, 25, 91, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/zh_CN.po, 420, 982, 420, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/yo.po, 219, 324, 338, 3, 10, 198, 648, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/xh.po, 61, 69, 73, 140, 339, 219, 574, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/wo.po, 393, 890, 914, 19, 66, 8, 26, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/wal.po, 113, 140, 138, 14, 48, 293, 794, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/wa.po, 405, 938, 907, 11, 38, 4, 6, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/vi.po, 410, 959, 1148, 7, 20, 3, 3, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ve.po, 185, 224, 224, 122, 376, 113, 382, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/uz.po, 198, 266, 259, 3, 10, 219, 706, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ur.po, 222, 334, 327, 3, 10, 195, 638, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/uk.po, 420, 982, 766, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ug.po, 408, 949, 758, 9, 30, 3, 3, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/tt@iqtelif.po, 345, 704, 584, 25, 79, 50, 199, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/tt.po, 345, 704, 584, 25, 79, 50, 199, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/tr.po, 415, 968, 792, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/tl.po, 387, 873, 870, 20, 71, 13, 38, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/tk.po, 337, 713, 562, 25, 81, 58, 188, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/tig.po, 113, 140, 138, 14, 48, 293, 794, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ti.po, 132, 162, 159, 14, 48, 274, 772, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/th.po, 414, 967, 436, 5, 14, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/tg.po, 415, 968, 769, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/te.po, 403, 928, 914, 11, 38, 6, 16, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ta.po, 391, 888, 716, 20, 67, 9, 27, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sw.po, 167, 262, 273, 78, 270, 175, 450, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sv.po, 420, 982, 732, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sr@latin.po, 411, 960, 783, 7, 20, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sr.po, 411, 960, 783, 7, 20, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sq.po, 392, 889, 901, 18, 62, 10, 31, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/son.po, 211, 261, 265, 1, 2, 208, 719, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/so.po, 128, 169, 150, 49, 171, 243, 642, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sl.po, 411, 960, 769, 7, 20, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sk.po, 415, 968, 767, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/si.po, 405, 938, 765, 11, 38, 4, 6, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sd.po, 75, 87, 84, 2, 8, 343, 887, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/sc.po, 420, 982, 1038, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/rw.po, 385, 868, 886, 23, 77, 12, 37, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ru.po, 415, 968, 751, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ro.po, 415, 968, 806, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/pt_BR.po, 420, 982, 987, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/pt.po, 420, 982, 984, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ps.po, 147, 175, 173, 4, 10, 269, 797, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/pl.po, 420, 982, 784, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/pi.po, 161, 186, 175, 0, 0, 259, 796, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/pap.po, 0, 0, 0, 183, 233, 237, 749, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/pa.po, 415, 968, 790, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/or.po, 398, 916, 747, 16, 54, 6, 12, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/oc.po, 376, 838, 736, 18, 58, 26, 86, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/nv.po, 85, 111, 257, 2, 8, 333, 863, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/nso.po, 184, 223, 228, 120, 365, 116, 394, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/nn.po, 403, 932, 689, 10, 32, 7, 18, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/nl.po, 415, 968, 733, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ne.po, 401, 926, 760, 15, 50, 4, 6, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/nb.po, 416, 969, 757, 4, 13, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/nah.po, 182, 234, 222, 2, 8, 236, 740, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/na.po, 151, 187, 178, 2, 8, 267, 787, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/my.po, 185, 240, 193, 2, 8, 233, 734, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mt.po, 206, 304, 299, 101, 289, 113, 389, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ms.po, 263, 453, 410, 24, 87, 133, 442, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mr.po, 405, 938, 924, 11, 38, 4, 6, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mo.po, 27, 31, 31, 0, 0, 393, 951, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mn.po, 195, 266, 266, 98, 322, 127, 394, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ml.po, 391, 888, 727, 20, 67, 9, 27, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mk.po, 403, 932, 767, 13, 44, 4, 6, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mi.po, 210, 401, 336, 96, 331, 114, 250, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mhr.po, 107, 129, 119, 2, 8, 311, 845, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/mai.po, 73, 88, 79, 2, 8, 345, 886, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/lv.po, 411, 960, 714, 7, 20, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/lt.po, 408, 949, 781, 10, 31, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/lo.po, 79, 96, 80, 2, 8, 339, 878, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ky.po, 415, 968, 752, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/kw.po, 211, 293, 294, 3, 10, 206, 679, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/kv.po, 109, 133, 128, 2, 8, 309, 841, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ku.po, 403, 923, 808, 13, 47, 4, 12, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ko.po, 420, 982, 700, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/kn.po, 384, 865, 711, 23, 79, 13, 38, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/km.po, 413, 958, 473, 6, 23, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/kl.po, 0, 0, 0, 98, 123, 322, 859, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/kk.po, 410, 959, 753, 7, 20, 3, 3, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ki.po, 115, 145, 141, 2, 8, 303, 829, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/kab.po, 138, 173, 169, 2, 8, 280, 801, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ka.po, 391, 888, 701, 20, 67, 9, 27, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/jam.po, 191, 251, 242, 2, 8, 227, 723, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ja.po, 411, 960, 418, 7, 20, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/iu.po, 26, 33, 29, 2, 8, 392, 941, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/it.po, 420, 982, 927, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/iso_3166-1.pot, 0, 0, 0, 0, 0, 420, 982, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/is.po, 420, 982, 706, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/io.po, 210, 288, 265, 3, 10, 207, 684, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/id.po, 420, 982, 798, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ia.po, 420, 982, 971, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/hy.po, 409, 955, 762, 8, 24, 3, 3, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/hu.po, 415, 968, 736, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ht.po, 187, 217, 207, 1, 2, 232, 763, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/hr.po, 415, 968, 771, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/hi.po, 408, 949, 948, 9, 30, 3, 3, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/he.po, 420, 982, 901, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/haw.po, 19, 22, 27, 87, 120, 314, 840, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ha.po, 119, 140, 130, 2, 8, 299, 834, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/gv.po, 191, 253, 374, 2, 8, 227, 721, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/gu.po, 408, 949, 936, 9, 30, 3, 3, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/gn.po, 209, 257, 257, 3, 6, 208, 719, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/gl.po, 410, 959, 974, 8, 21, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/gez.po, 113, 140, 113, 14, 48, 293, 794, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ga.po, 408, 949, 994, 10, 31, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/fy.po, 209, 296, 256, 3, 10, 208, 676, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/fur.po, 52, 57, 58, 0, 0, 368, 925, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/frp.po, 204, 275, 249, 3, 10, 213, 697, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/fr.po, 420, 982, 925, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/fo.po, 112, 146, 134, 13, 46, 295, 790, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/fi.po, 405, 938, 692, 12, 39, 3, 5, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ff.po, 82, 96, 86, 2, 8, 336, 878, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/fa.po, 420, 982, 794, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/eu.po, 408, 949, 780, 10, 31, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/et.po, 415, 968, 716, 4, 13, 1, 1, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/es.po, 420, 982, 999, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/eo.po, 411, 960, 718, 7, 20, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/el.po, 420, 982, 969, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ee.po, 0, 0, 0, 149, 197, 271, 785, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/dz.po, 398, 916, 684, 16, 54, 6, 12, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/dv.po, 203, 276, 258, 3, 10, 214, 696, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/de.po, 420, 982, 744, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/da.po, 420, 982, 790, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/cy.po, 420, 982, 855, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/cv.po, 201, 277, 268, 3, 10, 216, 695, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/csb.po, 94, 108, 106, 2, 8, 324, 866, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/cs.po, 420, 982, 785, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/crh.po, 391, 892, 726, 20, 63, 9, 27, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ckb.po, 191, 255, 241, 2, 8, 227, 719, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/chr.po, 100, 120, 114, 2, 8, 318, 854, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ch.po, 23, 31, 25, 0, 0, 397, 951, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ce.po, 201, 277, 268, 3, 10, 216, 695, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ca.po, 410, 951, 933, 7, 23, 3, 8, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/byn.po, 113, 140, 138, 14, 48, 293, 794, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/bs.po, 404, 934, 761, 13, 43, 3, 5, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/br.po, 229, 355, 333, 13, 47, 178, 580, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/bn_IN.po, 420, 982, 789, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/bn.po, 410, 959, 768, 7, 20, 3, 3, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/bi.po, 0, 0, 0, 81, 103, 339, 879, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/bg.po, 411, 960, 791, 7, 20, 2, 2, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/be.po, 420, 982, 770, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/bar.po, 153, 200, 188, 2, 8, 265, 774, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ba.po, 0, 0, 0, 201, 278, 219, 704, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/az.po, 215, 301, 296, 191, 633, 14, 48, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ay.po, 0, 0, 0, 69, 98, 351, 884, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ast.po, 406, 942, 902, 10, 34, 4, 6, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/as.po, 398, 916, 739, 16, 54, 6, 12, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ar.po, 420, 982, 809, 0, 0, 0, 0, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/an.po, 0, 0, 0, 210, 297, 210, 685, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/am.po, 123, 165, 151, 171, 418, 126, 399, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ak.po, 0, 0, 0, 43, 63, 377, 919, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/af.po, 403, 928, 855, 8, 24, 9, 30, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ach.po, 211, 261, 293, 1, 2, 208, 719, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ace.po, 0, 0, 0, 180, 237, 240, 745, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-1/ab.po, 0, 0, 0, 50, 72, 370, 910, 420, 982 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/zh_TW.po, 447, 542, 447, 4219, 6124, 29, 89, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/zh_CN.po, 2991, 3999, 2993, 1120, 1708, 584, 1048, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/wa.po, 57, 81, 81, 893, 1082, 3745, 5592, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/vi.po, 3878, 5312, 5511, 512, 857, 305, 586, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/ve.po, 12, 16, 16, 2124, 2624, 2559, 4115, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/uk.po, 4654, 6688, 5987, 28, 47, 13, 20, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/tr.po, 71, 99, 99, 2120, 2620, 2504, 4036, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/th.po, 1766, 2489, 1953, 125, 241, 2804, 4025, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/sv.po, 4620, 6591, 6401, 56, 104, 19, 60, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/sr@latin.po, 3585, 4716, 4730, 88, 168, 1022, 1871, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/sr.po, 3585, 4716, 4730, 88, 168, 1022, 1871, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/sl.po, 2134, 2864, 2860, 2207, 3248, 354, 643, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/sk.po, 344, 525, 519, 82, 145, 4269, 6085, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/sc.po, 2844, 3992, 4393, 52, 97, 1799, 2666, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/ro.po, 753, 914, 927, 583, 745, 3359, 5096, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/pl.po, 4587, 6612, 6387, 28, 47, 80, 96, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/oc.po, 118, 131, 188, 51, 64, 4526, 6560, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/nso.po, 12, 16, 17, 2127, 2627, 2556, 4112, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/nl.po, 4620, 6591, 6288, 56, 104, 19, 60, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/nb_NO.po, 0, 0, 0, 0, 0, 4695, 6755, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/lv.po, 54, 69, 61, 1866, 2282, 2775, 4404, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/lt.po, 2022, 2714, 3180, 526, 828, 2147, 3213, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/ky.po, 19, 29, 26, 0, 0, 4676, 6726, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/ko.po, 60, 76, 67, 1847, 2237, 2788, 4442, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/ja.po, 2547, 3397, 2559, 92, 165, 2056, 3193, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/it.po, 4607, 6559, 6812, 65, 123, 23, 73, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/iso_3166-2.pot, 0, 0, 0, 0, 0, 4695, 6755, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/is.po, 124, 179, 139, 0, 0, 4571, 6576, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/id.po, 4654, 6688, 6692, 28, 47, 13, 20, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/hu.po, 1938, 2633, 2799, 587, 928, 2170, 3194, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/he.po, 0, 0, 0, 0, 0, 4695, 6755, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/ga.po, 45, 55, 79, 1450, 1738, 3200, 4962, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/fr.po, 4617, 6584, 6341, 59, 111, 19, 60, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/fi.po, 190, 328, 335, 53, 79, 4452, 6348, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/eu.po, 71, 99, 98, 2115, 2615, 2509, 4041, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/et.po, 31, 43, 37, 1, 1, 4663, 6711, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/es.po, 121, 169, 167, 2096, 2596, 2478, 3990, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/eo.po, 71, 99, 83, 2088, 2579, 2536, 4077, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/en.po, 2527, 3294, 3294, 1569, 2370, 599, 1091, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/el.po, 254, 325, 329, 76, 119, 4365, 6311, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/de.po, 4695, 6755, 6553, 0, 0, 0, 0, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/da.po, 3953, 5414, 5338, 391, 670, 351, 671, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/cs.po, 223, 317, 315, 2137, 2652, 2335, 3786, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/crh.po, 79, 109, 109, 49, 68, 4567, 6578, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/ca.po, 71, 99, 100, 2218, 2753, 2406, 3903, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/bs.po, 71, 99, 98, 2221, 2756, 2403, 3900, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/bg.po, 375, 510, 498, 2053, 2553, 2267, 3692, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/be.po, 4654, 6688, 6075, 28, 47, 13, 20, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-2/az.po, 69, 96, 95, 2218, 2753, 2408, 3906, 4695, 6755 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/zu.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/zh_TW.po, 31, 104, 31, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/zh_HK.po, 1, 2, 1, 14, 53, 16, 49, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/zh_CN.po, 31, 104, 32, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/xh.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/wo.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/wal.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/wa.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/vi.po, 31, 104, 137, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ve.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/uk.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ug.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/tt@iqtelif.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/tt.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/tr.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/tl.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/tk.po, 0, 0, 0, 12, 45, 19, 59, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/tig.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ti.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/th.po, 31, 104, 42, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/te.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ta.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sw.po, 0, 0, 0, 2, 5, 29, 99, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sv.po, 31, 104, 73, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sr@latin.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sr.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sq.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/so.po, 0, 0, 0, 8, 35, 23, 69, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sl.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sk.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/si.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/sc.po, 31, 104, 122, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/rw.po, 2, 5, 6, 13, 50, 16, 49, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ru.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ro.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/pt_BR.po, 31, 104, 114, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/pt.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ps.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/pl.po, 31, 104, 102, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/pa.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/or.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/oc.po, 13, 38, 22, 0, 0, 18, 66, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/nso.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/nn.po, 31, 104, 86, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/nl.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ne.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/nb.po, 31, 104, 87, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/mt.po, 0, 0, 0, 13, 42, 18, 62, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ms.po, 1, 2, 2, 10, 31, 20, 71, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/mr.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/mn.po, 0, 0, 0, 8, 27, 23, 77, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ml.po, 31, 104, 90, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/mk.po, 31, 104, 99, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/mi.po, 0, 0, 0, 1, 4, 30, 100, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/lv.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/lt.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ku.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ko.po, 31, 104, 76, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/kn.po, 0, 0, 0, 15, 55, 16, 49, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/km.po, 31, 104, 46, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/kk.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ka.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ja.po, 31, 104, 36, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/it.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/iso_3166-3.pot, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/is.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/id.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ia.po, 31, 104, 113, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/hy.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/hu.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/hr.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/hi.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/he.po, 31, 104, 100, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/haw.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/gu.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/gl.po, 31, 104, 117, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/gez.po, 1, 2, 1, 4, 15, 26, 87, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ga.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/fr.po, 31, 104, 106, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/fo.po, 0, 0, 0, 6, 16, 25, 88, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/fi.po, 31, 104, 75, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/fa.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/eu.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/et.po, 31, 104, 85, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/es.po, 31, 104, 121, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/eo.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/el.po, 31, 104, 107, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/dz.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/de.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/da.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/cy.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/cs.po, 31, 104, 97, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/crh.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ca.po, 31, 104, 115, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/byn.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/bs.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/br.po, 21, 82, 81, 0, 0, 10, 22, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/bn_IN.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/bn.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/bg.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/be.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/az.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ast.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/as.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/ar.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/am.po, 1, 2, 2, 9, 40, 21, 62, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_3166-3/af.po, 9, 27, 18, 1, 2, 21, 75, 31, 104 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/zh_TW.po, 170, 348, 179, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/zh_HK.po, 95, 198, 95, 37, 77, 38, 73, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/zh_CN.po, 170, 348, 179, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/vi.po, 145, 259, 393, 17, 65, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/uk.po, 170, 348, 333, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/tr.po, 96, 199, 202, 39, 95, 35, 54, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/th.po, 145, 259, 247, 17, 65, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/sv.po, 170, 348, 302, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/sr@latin.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/sr.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/sl.po, 145, 259, 257, 17, 65, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/sk.po, 87, 184, 179, 33, 56, 50, 108, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/sc.po, 170, 348, 408, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/rw.po, 85, 176, 241, 49, 117, 36, 55, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/ru.po, 170, 348, 339, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/ro.po, 143, 254, 255, 16, 56, 11, 38, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/pt_BR.po, 170, 348, 398, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/pt.po, 170, 348, 388, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/pl.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/oc.po, 4, 5, 5, 0, 0, 166, 343, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/nn.po, 143, 255, 279, 19, 69, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/nl.po, 170, 348, 370, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/nb.po, 159, 300, 321, 11, 48, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/mn.po, 84, 174, 174, 49, 118, 37, 56, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/lv.po, 145, 259, 255, 17, 65, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/lt.po, 143, 255, 254, 19, 69, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/ko.po, 170, 348, 389, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/ja.po, 170, 348, 176, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/it.po, 170, 348, 356, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/iso_4217.pot, 0, 0, 0, 0, 0, 170, 348, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/is.po, 170, 348, 309, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/id.po, 170, 348, 345, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/hu.po, 170, 348, 337, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/hr.po, 170, 348, 344, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/gl.po, 46, 99, 126, 36, 83, 88, 166, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/ga.po, 73, 154, 176, 18, 32, 79, 162, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/fr.po, 170, 348, 376, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/fi.po, 145, 259, 256, 17, 65, 8, 24, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/et.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/es.po, 170, 348, 390, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/el.po, 155, 280, 280, 15, 68, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/de.po, 170, 348, 280, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/da.po, 170, 348, 308, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/cs.po, 170, 348, 334, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/ca.po, 167, 326, 371, 0, 0, 3, 22, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/br.po, 102, 181, 181, 11, 23, 57, 144, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/be.po, 170, 348, 326, 0, 0, 0, 0, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_4217/ar.po, 64, 134, 133, 0, 0, 106, 214, 170, 348 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/zu.po, 44, 44, 46, 134, 191, 309, 536, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/zh_TW.po, 487, 771, 517, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/zh_HK.po, 424, 602, 427, 47, 121, 16, 48, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/zh_CN.po, 487, 771, 492, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/xh.po, 49, 49, 49, 137, 205, 301, 517, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/wa.po, 478, 747, 721, 5, 17, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/vi.po, 480, 751, 1392, 5, 17, 2, 3, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ve.po, 37, 37, 37, 255, 337, 195, 397, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/uk.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/tt@iqtelif.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/tt.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/tr.po, 487, 771, 882, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/tig.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ti.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/th.po, 269, 435, 327, 3, 11, 215, 325, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/te.po, 475, 738, 737, 7, 21, 5, 12, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ta.po, 475, 738, 716, 7, 21, 5, 12, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/sv.po, 487, 771, 627, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/sr@latin.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/sr.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/sl.po, 480, 751, 670, 5, 17, 2, 3, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/sk.po, 485, 768, 752, 1, 2, 1, 1, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/sc.po, 487, 771, 803, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/rw.po, 356, 420, 430, 95, 231, 36, 120, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ru.po, 480, 751, 686, 5, 17, 2, 3, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ro.po, 478, 747, 741, 5, 17, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/pt_BR.po, 487, 771, 755, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/pt.po, 274, 346, 345, 138, 223, 75, 202, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ps.po, 29, 29, 29, 33, 63, 425, 679, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/pl.po, 487, 771, 714, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/pa.po, 487, 771, 770, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/or.po, 487, 771, 776, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/oc.po, 159, 178, 181, 26, 54, 302, 539, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/nso.po, 55, 56, 60, 99, 149, 333, 566, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/nn.po, 217, 321, 251, 85, 190, 185, 260, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/nl.po, 487, 771, 721, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/nb.po, 161, 192, 178, 105, 154, 221, 425, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/mt.po, 240, 271, 272, 169, 279, 78, 221, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ms.po, 45, 45, 47, 138, 194, 304, 532, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/mr.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/mn.po, 135, 141, 142, 173, 264, 179, 366, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ml.po, 475, 738, 719, 7, 21, 5, 12, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/mk.po, 35, 35, 35, 143, 200, 309, 536, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/mi.po, 24, 24, 51, 154, 211, 309, 536, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/lv.po, 480, 751, 593, 5, 17, 2, 3, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/lt.po, 471, 727, 677, 7, 21, 9, 23, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/kok.po, 118, 123, 120, 54, 111, 315, 537, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ko.po, 487, 771, 607, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/kn.po, 475, 738, 738, 7, 21, 5, 12, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ja.po, 428, 609, 523, 45, 117, 14, 45, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/it.po, 487, 771, 776, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/iso_639-2.pot, 0, 0, 0, 0, 0, 487, 771, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/is.po, 487, 771, 744, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/id.po, 487, 771, 788, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/hu.po, 487, 771, 716, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/hr.po, 234, 390, 350, 4, 15, 249, 366, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/hi.po, 118, 121, 120, 49, 98, 320, 552, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/he.po, 49, 49, 49, 132, 189, 306, 533, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/gu.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/gl.po, 478, 747, 783, 5, 17, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/gez.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ga.po, 283, 464, 421, 3, 11, 201, 296, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/fr.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/fi.po, 478, 747, 551, 5, 17, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/fa.po, 303, 361, 361, 79, 197, 105, 213, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/eu.po, 361, 539, 486, 38, 95, 88, 137, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/et.po, 487, 771, 639, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/es.po, 487, 771, 784, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/eo.po, 480, 751, 645, 5, 17, 2, 3, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/el.po, 131, 213, 210, 45, 99, 311, 459, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/de.po, 487, 771, 639, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/da.po, 487, 771, 698, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/cy.po, 115, 116, 115, 176, 257, 196, 398, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/cs.po, 487, 771, 746, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/crh.po, 427, 603, 718, 39, 95, 21, 73, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ca.po, 487, 771, 790, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/byn.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/bs.po, 47, 47, 47, 117, 159, 323, 565, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/br.po, 176, 238, 218, 38, 93, 273, 440, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/bn.po, 479, 748, 747, 5, 17, 3, 6, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/bg.po, 255, 417, 348, 4, 15, 228, 339, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/be.po, 487, 771, 635, 0, 0, 0, 0, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/az.po, 24, 24, 24, 161, 217, 302, 530, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ast.po, 477, 745, 750, 6, 19, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/as.po, 477, 745, 748, 6, 19, 4, 7, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/ar.po, 173, 229, 234, 120, 170, 194, 372, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/am.po, 118, 121, 118, 51, 100, 318, 550, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-2/af.po, 157, 185, 166, 146, 211, 184, 375, 487, 771 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/zu.po, 49, 49, 51, 2873, 3575, 6323, 10224, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/zh_TW.po, 633, 1195, 704, 2641, 3206, 5971, 9447, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/zh_CN.po, 305, 419, 320, 2951, 3784, 5989, 9645, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/xh.po, 52, 52, 52, 2784, 3470, 6409, 10326, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/wa.po, 322, 357, 366, 4066, 5629, 4857, 7862, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/vi.po, 339, 378, 789, 4885, 6557, 4021, 6913, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ve.po, 40, 40, 42, 4327, 5593, 4878, 8215, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/uk.po, 9245, 13848, 13127, 0, 0, 0, 0, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/tt@iqtelif.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/tt.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/tr.po, 7405, 10029, 10134, 657, 1284, 1183, 2535, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/tig.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ti.po, 121, 124, 121, 2921, 3856, 6203, 9868, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/th.po, 717, 1493, 872, 192, 415, 8336, 11940, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ta.po, 7371, 9970, 9855, 1323, 2805, 551, 1073, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/sv.po, 9245, 13848, 13582, 0, 0, 0, 0, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/sr@latin.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/sr.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/sl.po, 322, 362, 350, 4071, 5656, 4852, 7830, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/sk.po, 256, 322, 327, 2873, 3574, 6116, 9952, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/sc.po, 479, 590, 616, 0, 0, 8766, 13258, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/rw.po, 328, 359, 361, 4920, 6621, 3997, 6868, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ru.po, 351, 401, 392, 4715, 6213, 4179, 7234, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ro.po, 247, 308, 315, 3043, 3762, 5955, 9778, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/pt_BR.po, 427, 515, 523, 2057, 3005, 6761, 10328, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/pt.po, 245, 271, 272, 4844, 6362, 4156, 7215, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ps.po, 29, 29, 29, 1041, 1368, 8175, 12451, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/pl.po, 2639, 4164, 3978, 0, 0, 6606, 9684, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/pa.po, 7378, 9982, 9979, 1320, 2798, 547, 1068, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/or.po, 3505, 5411, 5409, 1001, 2177, 4739, 6260, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/oc.po, 78, 86, 88, 130, 247, 9037, 13515, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/nso.po, 59, 60, 62, 2828, 3687, 6358, 10101, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/nn.po, 175, 204, 193, 3660, 5191, 5410, 8453, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/nl.po, 1629, 2248, 2163, 3812, 5050, 3804, 6550, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/nb.po, 133, 139, 140, 3914, 5020, 5198, 8689, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/mt.po, 239, 261, 264, 4890, 6429, 4116, 7158, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ms.po, 49, 49, 50, 2877, 3561, 6319, 10238, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/mr.po, 7442, 10085, 10090, 1264, 2710, 539, 1053, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/mn.po, 140, 147, 148, 4359, 5651, 4746, 8050, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/mk.po, 39, 39, 39, 2883, 3585, 6323, 10224, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/mi.po, 28, 28, 61, 2894, 3596, 6323, 10224, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/lv.po, 255, 318, 289, 2874, 3578, 6116, 9952, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/lt.po, 638, 1096, 1112, 589, 1228, 8018, 11524, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/kok.po, 119, 124, 122, 2925, 3904, 6201, 9820, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ko.po, 360, 437, 435, 2911, 3612, 5974, 9799, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/kn.po, 6608, 9115, 9134, 1290, 2747, 1347, 1986, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ja.po, 338, 375, 360, 4885, 6557, 4022, 6916, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/it.po, 8606, 12469, 12738, 448, 1004, 191, 375, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/iso_639-3.pot, 0, 0, 0, 0, 0, 9245, 13848, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/is.po, 3572, 4998, 4573, 1336, 1577, 4337, 7273, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/id.po, 7196, 9659, 9741, 430, 959, 1619, 3230, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/hu.po, 980, 1112, 1080, 4273, 5880, 3992, 6856, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/hr.po, 538, 1113, 999, 42, 100, 8665, 12635, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/hi.po, 118, 121, 120, 2943, 3907, 6184, 9820, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/he.po, 53, 53, 53, 2872, 3574, 6320, 10221, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/gu.po, 888, 1039, 1041, 377, 728, 7980, 12081, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/gl.po, 7470, 10120, 10525, 1249, 2690, 526, 1038, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/gez.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ga.po, 202, 233, 233, 3741, 5221, 5302, 8394, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/fr.po, 9245, 13848, 14903, 0, 0, 0, 0, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/fi.po, 338, 375, 348, 4872, 6543, 4035, 6930, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/fa.po, 280, 310, 315, 4606, 6258, 4359, 7280, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/eu.po, 397, 548, 505, 2757, 3453, 6091, 9847, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/et.po, 702, 959, 845, 2088, 2594, 6455, 10295, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/es.po, 787, 1024, 1043, 4780, 6455, 3678, 6369, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/eo.po, 339, 378, 371, 4898, 6570, 4008, 6900, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/el.po, 846, 1723, 1735, 443, 866, 7956, 11259, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/de.po, 9060, 13550, 12226, 185, 298, 0, 0, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/da.po, 435, 672, 570, 4848, 6378, 3962, 6798, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/cy.po, 120, 120, 120, 3986, 4950, 5139, 8778, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/cs.po, 335, 372, 375, 3410, 4866, 5500, 8610, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/crh.po, 6573, 8061, 8159, 1097, 2200, 1575, 3587, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ca.po, 587, 831, 869, 3730, 4786, 4928, 8231, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/byn.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/bs.po, 51, 51, 51, 2644, 3221, 6550, 10576, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/br.po, 809, 1040, 1063, 490, 983, 7946, 11825, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/bn.po, 1543, 2028, 2030, 4009, 5565, 3693, 6255, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/bg.po, 395, 680, 567, 16, 31, 8834, 13137, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/az.po, 25, 25, 25, 3047, 3764, 6173, 10059, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ast.po, 7590, 10295, 10309, 1160, 2549, 495, 1004, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/ar.po, 145, 163, 167, 3015, 3748, 6085, 9937, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/am.po, 119, 122, 119, 2924, 3859, 6202, 9867, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-3/af.po, 128, 132, 131, 4111, 5176, 5006, 8540, 9245, 13848 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/zh_Hant.po, 115, 258, 115, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/uk.po, 115, 258, 249, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/sv.po, 115, 258, 203, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/sr@latin.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/sr.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/sc.po, 115, 258, 269, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/pl.po, 113, 254, 241, 0, 0, 2, 4, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/nl.po, 115, 258, 231, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/nb_NO.po, 12, 26, 20, 1, 2, 102, 230, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/it.po, 101, 221, 222, 0, 0, 14, 37, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/iso_639-5.pot, 0, 0, 0, 0, 0, 115, 258, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/is.po, 115, 258, 243, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/id.po, 60, 128, 129, 0, 0, 55, 130, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/hu.po, 115, 258, 248, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/fr.po, 115, 258, 260, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/et.po, 115, 258, 235, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/el.po, 0, 0, 0, 0, 0, 115, 258, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/de.po, 115, 258, 197, 0, 0, 0, 0, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/da.po, 7, 14, 14, 0, 0, 108, 244, 115, 258 -iso-codes-4.3-2.fc31.src.rpm.stats.csv, iso_639-5/be.po, 115, 258, 246, 0, 0, 0, 0, 115, 258 -jbigkit-2.1-17.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -jbigkit-2.1-17.fc31.src.rpm.stats.csv, libjbig/po/ru.po, 9, 44, 34, 0, 0, 0, 0, 9, 44 -jbigkit-2.1-17.fc31.src.rpm.stats.csv, libjbig/po/de.po, 9, 44, 41, 0, 0, 0, 0, 9, 44 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ne.po, 36, 239, 219, 3, 14, 5, 50, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ro.po, 44, 303, 310, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/bn_IN.po, 27, 226, 184, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/eo.po, 27, 221, 205, 6, 33, 11, 49, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/sl.po, 44, 303, 275, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/sv.po, 44, 303, 259, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/it.po, 44, 303, 321, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/bg.po, 27, 226, 213, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ca.po, 44, 303, 405, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/sr.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/lv.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/pt.po, 44, 303, 320, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/lt.po, 44, 303, 246, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/et.po, 27, 226, 173, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/gl.po, 44, 303, 340, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/fr.po, 44, 303, 345, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/or.po, 27, 226, 200, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/tr.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/hr.po, 44, 303, 263, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/zh_HK.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/de.po, 44, 303, 290, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/id.po, 44, 303, 286, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/fur.po, 44, 303, 352, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 44, 303, 324, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ja.po, 27, 226, 72, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ru.po, 44, 303, 267, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/nl.po, 44, 303, 291, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/pa.po, 27, 226, 207, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/eu.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/vi.po, 29, 244, 264, 0, 0, 1, 10, 30, 254 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ca@valencia.po, 44, 303, 403, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/pl.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ml.po, 27, 226, 165, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/bs.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 44, 303, 95, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/oc.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/cs.po, 44, 303, 279, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/as.po, 44, 303, 276, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/tg.po, 44, 303, 292, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/sk.po, 44, 303, 297, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/te.po, 27, 226, 191, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/hi.po, 27, 226, 234, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ko.po, 44, 303, 237, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ug.po, 25, 208, 167, 0, 0, 2, 18, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/hu.po, 44, 303, 268, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/da.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/es.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/he.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/nb.po, 26, 159, 145, 0, 0, 18, 144, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/el.po, 44, 303, 302, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/en_GB.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/ky.po, 27, 226, 167, 0, 0, 0, 0, 27, 226 -json-glib-1.4.4-3.fc31.src.rpm.stats.csv, po/uk.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 -jwhois-4.0-58.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/nl.po, 65, 401, 391, 2, 11, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/zh_TW.po, 64, 396, 168, 2, 11, 5, 33, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/pl.po, 65, 401, 419, 2, 11, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/tr.gmo, 64, 395, 347, 0, 0, 0, 0, 64, 395 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/sv.po, 71, 440, 423, 0, 0, 0, 0, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/pt_BR.po, 65, 401, 427, 2, 11, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/rw.po, 1, 2, 2, 59, 394, 11, 44, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/id.gmo, 65, 401, 398, 0, 0, 0, 0, 65, 401 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/fr.po, 65, 401, 460, 2, 11, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/tr.po, 64, 395, 347, 3, 17, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/vi.gmo, 71, 440, 666, 0, 0, 0, 0, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/jwhois.pot, 0, 0, 0, 0, 0, 71, 440, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/hu.po, 65, 401, 414, 2, 11, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/es.po, 71, 440, 568, 0, 0, 0, 0, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/ru.po, 17, 83, 85, 22, 99, 32, 258, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/id.po, 65, 401, 398, 2, 11, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/ro.po, 65, 401, 416, 2, 11, 4, 28, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/nl.gmo, 65, 401, 391, 0, 0, 0, 0, 65, 401 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/it.po, 71, 440, 492, 0, 0, 0, 0, 71, 440 -jwhois-4.0-58.fc31.src.rpm.stats.csv, po/vi.po, 71, 440, 666, 0, 0, 0, 0, 71, 440 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/zh_CN.po, 266, 2051, 1075, 8, 372, 1, 7, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/uk.po, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/sv.gmo, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/fr.gmo, 219, 1736, 2139, 0, 0, 0, 0, 219, 1736 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/it.gmo, 207, 1512, 1816, 0, 0, 0, 0, 207, 1512 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/nl.po, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/gr.po, 162, 1063, 1170, 72, 714, 41, 653, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/da.po, 207, 1512, 1431, 53, 752, 15, 166, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/ru.gmo, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/nl.gmo, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/el.po, 266, 2051, 2213, 8, 372, 1, 7, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/ru.po, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/eo.po, 266, 2051, 2111, 8, 372, 1, 7, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/cs.po, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/sv.po, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/it.po, 207, 1512, 1816, 53, 752, 15, 166, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/cs.gmo, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/id.gmo, 181, 1341, 1370, 0, 0, 0, 0, 181, 1341 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/es.gmo, 169, 1259, 1653, 0, 0, 0, 0, 169, 1259 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/gr.gmo, 162, 1063, 1170, 0, 0, 0, 0, 162, 1063 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/ro.po, 162, 1063, 1180, 63, 657, 50, 710, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/vi.po, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/pl.gmo, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/fr.po, 219, 1736, 2139, 49, 642, 7, 52, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/tr.gmo, 164, 1075, 1005, 0, 0, 0, 0, 164, 1075 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/id.po, 181, 1341, 1370, 68, 678, 26, 411, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/de.gmo, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/uk.gmo, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/vi.gmo, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/eo.gmo, 266, 2051, 2111, 0, 0, 0, 0, 266, 2051 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/el.gmo, 266, 2051, 2213, 0, 0, 0, 0, 266, 2051 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/de.po, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/pl.po, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/es.po, 169, 1259, 1653, 59, 548, 47, 623, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 266, 2051, 1075, 0, 0, 0, 0, 266, 2051 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/kbd.pot, 0, 0, 0, 0, 0, 275, 2430, 275, 2430 -kbd-2.0.4-14.fc31.src.rpm.stats.csv, po/tr.po, 164, 1075, 1005, 61, 645, 50, 710, 275, 2430 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/zh_TW.po, 12, 83, 26, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/zh_CN.po, 12, 83, 20, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/uk.po, 2, 51, 34, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/te.po, 12, 83, 50, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ta_IN.po, 4, 59, 39, 3, 11, 5, 13, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ta.po, 12, 83, 66, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/sv.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/sr@latin.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/sr@Latn.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/sr.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/sl.po, 2, 51, 42, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/si.po, 2, 51, 46, 4, 14, 6, 18, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ru.po, 12, 83, 59, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/pt_BR.po, 12, 83, 92, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/pt.po, 2, 51, 55, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/pl.po, 2, 51, 38, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/pa.po, 5, 64, 66, 0, 0, 7, 19, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/or.po, 12, 83, 91, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/nb.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ms.po, 2, 51, 41, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/mr.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ml.po, 12, 83, 61, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ko.po, 12, 83, 63, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/kn.po, 12, 83, 72, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/kdump-anaconda-addon.pot, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ja.po, 12, 83, 30, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/it.po, 12, 83, 88, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/is.po, 2, 51, 48, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/id.po, 2, 51, 45, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/hu.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/hr.po, 2, 51, 45, 4, 14, 6, 18, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/hi.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/gu.po, 12, 83, 89, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/fr.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/fi.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/es.po, 12, 83, 95, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/de.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/da.po, 2, 51, 52, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/cs.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ca.po, 2, 51, 53, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/bn_IN.po, 12, 83, 82, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/bg.po, 2, 51, 49, 2, 8, 8, 24, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/as.po, 12, 83, 79, 0, 0, 0, 0, 12, 83 -kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -kernel-5.3.7-301.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -kernel-5.3.7-301.fc31.src.rpm.stats.csv, tools/power/cpupower/po/pt.po, 48, 473, 536, 15, 146, 93, 530, 156, 1149 -kernel-5.3.7-301.fc31.src.rpm.stats.csv, tools/power/cpupower/po/it.po, 48, 473, 513, 15, 146, 93, 530, 156, 1149 -kernel-5.3.7-301.fc31.src.rpm.stats.csv, tools/power/cpupower/po/fr.po, 39, 394, 432, 21, 211, 96, 544, 156, 1149 -kernel-5.3.7-301.fc31.src.rpm.stats.csv, tools/power/cpupower/po/de.po, 48, 473, 452, 15, 146, 93, 530, 156, 1149 -kernel-5.3.7-301.fc31.src.rpm.stats.csv, tools/power/cpupower/po/cs.po, 39, 394, 362, 21, 211, 96, 544, 156, 1149 -krb5-1.17-45.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -krb5-1.17-45.fc31.src.rpm.stats.csv, src/po/mit-krb5.pot, 0, 0, 0, 0, 0, 1891, 10349, 1891, 10349 -krb5-1.17-45.fc31.src.rpm.stats.csv, src/po/en_US.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -krb5-1.17-45.fc31.src.rpm.stats.csv, src/po/de.po, 1847, 10072, 10435, 0, 0, 0, 0, 1847, 10072 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 98, 450, 199, 0, 0, 0, 0, 98, 450 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 91, 419, 191, 1, 7, 0, 0, 92, 426 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/uk.po, 99, 459, 477, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/tr.po, 99, 459, 404, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/sv.po, 99, 459, 415, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 62, 297, 289, 0, 0, 0, 0, 62, 297 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/sr.po, 84, 382, 378, 0, 0, 0, 0, 84, 382 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/sl.po, 44, 197, 178, 0, 0, 0, 0, 44, 197 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/sk.po, 84, 383, 368, 0, 0, 0, 0, 84, 383 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/ru.po, 86, 396, 375, 0, 0, 0, 0, 86, 396 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 99, 459, 526, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/pt.po, 62, 297, 325, 0, 0, 0, 0, 62, 297 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/pl.po, 99, 459, 434, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/oc.po, 48, 211, 240, 0, 0, 0, 0, 48, 211 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/lt.po, 99, 459, 398, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/ko.po, 86, 396, 327, 0, 0, 0, 0, 86, 396 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/it.po, 99, 459, 503, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/id.po, 96, 442, 412, 0, 0, 0, 0, 96, 442 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/hu.po, 99, 459, 437, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/gl.po, 61, 294, 346, 0, 0, 0, 0, 61, 294 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/fur.po, 96, 442, 538, 0, 0, 0, 0, 96, 442 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/fr.po, 99, 459, 564, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/fi.po, 28, 90, 65, 0, 0, 0, 0, 28, 90 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/fa.po, 65, 268, 319, 0, 0, 0, 0, 65, 268 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/es.po, 97, 447, 515, 1, 3, 0, 0, 98, 450 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/en_GB.po, 86, 396, 396, 0, 0, 0, 0, 86, 396 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/de.po, 99, 459, 392, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/da.po, 99, 459, 397, 0, 0, 0, 0, 99, 459 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/cs.po, 97, 447, 436, 0, 0, 0, 0, 97, 447 -libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv, po/ca.po, 98, 450, 608, 0, 0, 0, 0, 98, 450 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/id.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/nn.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/hu.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ja.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/be.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/pl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ru.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/sq.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ca.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/cs.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/nl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/de.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/sk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/sv.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/uk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/it.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/da.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/fr.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/es.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/fi.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libbytesize-2.1-2.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -libconfig-1.7.2-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libconfig-1.7.2-4.fc31.src.rpm.stats.csv, contrib/ls-config/src/po/en_GB.po, 52, 255, 258, 0, 0, 0, 0, 52, 255 -libconfig-1.7.2-4.fc31.src.rpm.stats.csv, contrib/ls-config/src/po/ls-config.pot, 0, 0, 0, 0, 0, 52, 255, 52, 255 -libconfig-1.7.2-4.fc31.src.rpm.stats.csv, contrib/ls-config/src/po/pl_PL.po, 52, 255, 260, 0, 0, 0, 0, 52, 255 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/zh_TW.po, 107, 620, 226, 0, 0, 67, 415, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 119, 695, 368, 0, 0, 55, 340, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/uk.po, 174, 1035, 1105, 0, 0, 0, 0, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/tr.po, 12, 72, 60, 0, 0, 162, 963, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/th.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/te.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/ta.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/sv.po, 102, 595, 620, 0, 0, 72, 440, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/sr@latin.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/sr.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/sq.po, 1, 2, 4, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/sk.po, 3, 13, 14, 0, 0, 171, 1022, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/ru.po, 102, 595, 593, 0, 0, 72, 440, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/pt_BR.po, 102, 595, 691, 0, 0, 72, 440, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/pt.po, 13, 74, 86, 0, 0, 161, 961, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/pl.po, 174, 1035, 1144, 0, 0, 0, 0, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/pa.po, 5, 22, 28, 0, 0, 169, 1013, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/or.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/nl.po, 24, 157, 169, 0, 0, 150, 878, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/nb.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/mr.po, 1, 2, 3, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/ml.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/mai.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/libdnf.pot, 0, 0, 0, 0, 0, 174, 1035, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/ko.po, 99, 565, 532, 0, 0, 75, 470, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/kn.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/ja.po, 119, 695, 357, 0, 0, 55, 340, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/it.po, 102, 595, 710, 0, 0, 72, 440, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/is.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/id.po, 3, 13, 12, 0, 0, 171, 1022, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/ia.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/hu.po, 25, 162, 172, 0, 0, 149, 873, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/hi.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/gu.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/fur.po, 14, 88, 113, 0, 0, 160, 947, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/fr.po, 174, 1035, 1327, 0, 0, 0, 0, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/fil.po, 1, 8, 9, 0, 0, 173, 1027, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/fi.po, 8, 36, 32, 0, 0, 166, 999, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/fa.po, 1, 2, 3, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/eu.po, 1, 4, 5, 0, 0, 173, 1031, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/es.po, 102, 595, 780, 0, 0, 72, 440, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/el.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/de.po, 102, 595, 638, 0, 0, 72, 440, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/da.po, 5, 18, 18, 0, 0, 169, 1017, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/cs.po, 25, 167, 162, 0, 0, 149, 868, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/ca.po, 21, 123, 169, 0, 0, 153, 912, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/bn_IN.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/bn.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/bg.po, 6, 30, 32, 0, 0, 168, 1005, 174, 1035 -libdnf-0.35.3-6.fc31.src.rpm.stats.csv, po/as.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sq.po, 181, 458, 531, 3, 17, 993, 6502, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sk.gmo, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sr.po, 602, 3700, 3293, 4, 25, 571, 3252, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/tr.po, 407, 997, 992, 3, 17, 767, 5963, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/pl.gmo, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/de.po, 1176, 6976, 5965, 1, 1, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/ja.gmo, 728, 1894, 1376, 0, 0, 0, 0, 728, 1894 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/pl.po, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/nl.po, 1172, 6930, 6251, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/en_CA.po, 59, 705, 705, 0, 0, 1118, 6272, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/es.gmo, 242, 2517, 2806, 0, 0, 0, 0, 242, 2517 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/da.gmo, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/zh_CN.po, 355, 999, 736, 3, 17, 819, 5961, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/ru.po, 648, 3546, 3071, 5, 47, 524, 3384, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/fr.gmo, 182, 1220, 1329, 0, 0, 0, 0, 182, 1220 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/pt_BR.po, 657, 1746, 1936, 3, 17, 517, 5214, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sr.gmo, 602, 3700, 3293, 0, 0, 0, 0, 602, 3700 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/libexif-12.pot, 0, 0, 0, 0, 0, 1177, 6977, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sk.po, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/it.gmo, 892, 5092, 5425, 0, 0, 0, 0, 892, 5092 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/uk.gmo, 548, 1243, 1389, 0, 0, 0, 0, 548, 1243 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/de.gmo, 1176, 6976, 5965, 0, 0, 0, 0, 1176, 6976 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sv.po, 612, 1540, 1395, 119, 321, 446, 5116, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/en_AU.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/ja.po, 728, 1894, 1376, 24, 80, 425, 5003, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/vi.gmo, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/tr.gmo, 407, 997, 992, 0, 0, 0, 0, 407, 997 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/nl.gmo, 1172, 6930, 6251, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sv.gmo, 612, 1540, 1395, 0, 0, 0, 0, 612, 1540 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/en_CA.gmo, 59, 705, 705, 0, 0, 0, 0, 59, 705 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/cs.gmo, 729, 3309, 2947, 0, 0, 0, 0, 729, 3309 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/vi.po, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/pt.gmo, 170, 420, 428, 0, 0, 0, 0, 170, 420 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/sq.gmo, 181, 458, 531, 0, 0, 0, 0, 181, 458 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/fr.po, 182, 1220, 1329, 393, 1220, 602, 4537, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/da.po, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/en_GB.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 657, 1746, 1936, 0, 0, 0, 0, 657, 1746 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/bs.gmo, 1172, 6930, 6271, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/uk.po, 548, 1243, 1389, 0, 0, 629, 5734, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/en_AU.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/es.po, 242, 2517, 2806, 387, 2212, 548, 2248, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/it.po, 892, 5092, 5425, 57, 503, 228, 1382, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 355, 999, 736, 0, 0, 0, 0, 355, 999 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/pt.po, 170, 420, 428, 3, 17, 1004, 6540, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/bs.po, 1172, 6930, 6271, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/be.gmo, 215, 610, 609, 0, 0, 0, 0, 215, 610 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/ru.gmo, 648, 3546, 3071, 0, 0, 0, 0, 648, 3546 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/be.po, 215, 610, 609, 3, 17, 959, 6350, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/en_GB.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -libexif-0.6.21-20.fc31.src.rpm.stats.csv, po/cs.po, 729, 3309, 2947, 5, 47, 443, 3621, 1177, 6977 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 84, 684, 148, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 85, 695, 150, 0, 0, 0, 0, 85, 695 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 84, 684, 142, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/vi.po, 84, 684, 848, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/uk.po, 74, 597, 503, 0, 0, 0, 0, 74, 597 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ug.po, 76, 614, 544, 0, 0, 0, 0, 76, 614 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/tr.po, 84, 684, 548, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/th.po, 84, 684, 195, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/tg.po, 12, 106, 107, 0, 0, 64, 508, 76, 614 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/te.po, 76, 614, 470, 0, 0, 0, 0, 76, 614 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ta.po, 74, 597, 446, 0, 0, 0, 0, 74, 597 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/sv.po, 85, 689, 657, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/sr.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/sl.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/sk.po, 84, 684, 642, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ru.po, 84, 684, 572, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ro.po, 85, 689, 765, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 85, 689, 723, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/pt.po, 84, 684, 722, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/pl.po, 85, 689, 599, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/pa.po, 85, 695, 731, 0, 0, 0, 0, 85, 695 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/or.po, 74, 597, 582, 0, 0, 0, 0, 74, 597 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/oc.po, 84, 684, 752, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/nl.po, 84, 684, 692, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ne.po, 26, 204, 190, 32, 208, 26, 272, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/nb.po, 84, 684, 673, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/mr.po, 74, 597, 506, 0, 0, 0, 0, 74, 597 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ml.po, 30, 192, 143, 2, 22, 44, 400, 76, 614 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/lv.po, 84, 684, 537, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/lt.po, 85, 689, 531, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ko.po, 84, 684, 476, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/kn.po, 14, 79, 68, 0, 0, 60, 518, 74, 597 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ja.po, 81, 659, 129, 0, 0, 1, 12, 82, 671 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/it.po, 84, 684, 697, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/id.po, 85, 689, 632, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/hu.po, 84, 684, 569, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/hr.po, 84, 684, 615, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/hi.po, 76, 614, 721, 0, 0, 0, 0, 76, 614 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/he.po, 84, 684, 564, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/gu.po, 48, 324, 349, 4, 34, 33, 337, 85, 695 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/gl.po, 84, 684, 711, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/fur.po, 84, 684, 781, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/fr.po, 84, 684, 770, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/fi.po, 76, 612, 495, 4, 41, 4, 31, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/eu.po, 85, 689, 595, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/et.po, 85, 695, 542, 0, 0, 0, 0, 85, 695 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/es.po, 85, 689, 739, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/eo.po, 53, 385, 338, 1, 11, 30, 288, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/en_GB.po, 85, 689, 689, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/el.po, 84, 684, 790, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/de.po, 85, 689, 677, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/da.po, 84, 684, 661, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/cs.po, 85, 689, 632, 0, 0, 0, 0, 85, 689 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 84, 684, 720, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ca.po, 84, 684, 720, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/bs.po, 85, 695, 609, 0, 0, 0, 0, 85, 695 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 67, 552, 540, 0, 0, 0, 0, 67, 552 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/bg.po, 85, 695, 751, 0, 0, 0, 0, 85, 695 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/be.po, 84, 684, 617, 0, 0, 0, 0, 84, 684 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/as.po, 85, 695, 656, 0, 0, 0, 0, 85, 695 -libgdata-0.17.11-1.fc31.src.rpm.stats.csv, po/ar.po, 55, 403, 333, 0, 0, 19, 194, 74, 597 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ml.po, 39, 187, 147, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/nn.po, 50, 277, 280, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/eu.po, 55, 242, 201, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/lv.po, 39, 187, 161, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ml.gmo, 39, 187, 147, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/km.po, 39, 187, 69, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pt.gmo, 40, 188, 231, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ar.po, 55, 242, 231, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/as.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/eo.po, 40, 188, 159, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/be.gmo, 55, 242, 230, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bs.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/hu.gmo, 40, 188, 151, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 40, 188, 227, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sk.gmo, 40, 188, 170, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/oc.po, 39, 187, 239, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ru.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bs.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sl.gmo, 40, 188, 173, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ja.gmo, 55, 242, 77, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ast.po, 59, 286, 340, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/vi.gmo, 40, 188, 263, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/vi.po, 40, 188, 263, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/hu.po, 40, 188, 151, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ja.po, 55, 242, 77, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 55, 242, 241, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ta.gmo, 55, 242, 208, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/it.gmo, 40, 188, 217, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/cs.po, 40, 188, 165, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pa.po, 55, 242, 236, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/gu.gmo, 55, 242, 224, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/nn.gmo, 50, 277, 280, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/id.gmo, 40, 188, 199, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sv.gmo, 40, 188, 140, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/eo.gmo, 40, 188, 159, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sr.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/gl.gmo, 55, 242, 317, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/da.gmo, 40, 188, 143, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/lt.po, 40, 188, 157, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/be@latin.po, 49, 235, 217, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/tr.po, 40, 188, 175, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/be.po, 55, 242, 230, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/uk.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/id.po, 40, 188, 199, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pa.gmo, 55, 242, 236, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/lt.gmo, 40, 188, 157, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/el.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 55, 242, 241, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/mk.gmo, 49, 235, 281, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/es.po, 40, 188, 241, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 39, 187, 188, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fi.gmo, 40, 188, 126, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 51, 210, 210, 0, 0, 0, 0, 51, 210 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ka.po, 49, 262, 199, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/nb.gmo, 55, 242, 211, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ga.gmo, 51, 246, 275, 0, 0, 0, 0, 51, 246 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ro.po, 55, 242, 238, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ast.gmo, 59, 286, 340, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/gl.po, 55, 242, 317, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ro.gmo, 55, 242, 238, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/hi.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/de.gmo, 40, 188, 156, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/or.po, 55, 242, 255, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sq.gmo, 49, 235, 286, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/da.po, 40, 188, 143, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/mai.gmo, 27, 109, 111, 0, 0, 0, 0, 27, 109 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/nl.po, 40, 188, 155, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/kk.gmo, 39, 187, 163, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/kk.po, 39, 187, 163, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 39, 187, 188, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bg.po, 55, 242, 272, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/or.gmo, 55, 242, 255, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/th.po, 55, 242, 81, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/libgnomekbd.pot, 0, 0, 0, 0, 0, 40, 188, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/tr.gmo, 40, 188, 175, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/tg.po, 39, 187, 180, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bn.po, 59, 286, 282, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/dz.po, 50, 277, 101, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ug.po, 55, 242, 216, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/te.gmo, 55, 242, 215, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/et.po, 55, 242, 197, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pl.gmo, 40, 188, 171, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bg.gmo, 55, 242, 272, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ca.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ms.gmo, 47, 183, 166, 0, 0, 0, 0, 47, 183 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sr.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/he.po, 55, 242, 244, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ta.po, 55, 242, 208, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/th.gmo, 55, 242, 81, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/he.gmo, 55, 242, 244, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/si.po, 49, 262, 268, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ru.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fur.po, 39, 187, 233, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/nl.gmo, 40, 188, 155, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ms.po, 47, 183, 166, 0, 0, 12, 103, 59, 286 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/uk.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ga.po, 51, 246, 275, 0, 0, 0, 0, 51, 246 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sk.po, 40, 188, 170, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/km.gmo, 39, 187, 69, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/kn.gmo, 39, 187, 159, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/et.gmo, 55, 242, 197, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 40, 188, 227, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/dz.gmo, 50, 277, 101, 0, 0, 0, 0, 50, 277 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/mr.gmo, 39, 187, 162, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/hi.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fur.gmo, 39, 187, 233, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fr.gmo, 55, 242, 296, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ka.gmo, 49, 262, 199, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sq.po, 49, 235, 286, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/lv.gmo, 39, 187, 161, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ko.po, 55, 242, 225, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/bn.gmo, 59, 286, 282, 0, 0, 0, 0, 59, 286 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/tg.gmo, 39, 187, 180, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ar.gmo, 55, 242, 231, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fr.po, 55, 242, 296, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fa.po, 55, 242, 227, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sv.po, 40, 188, 140, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/it.po, 40, 188, 217, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 51, 210, 210, 8, 76, 0, 0, 59, 286 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/oc.gmo, 39, 187, 239, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/mr.po, 39, 187, 162, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/as.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/kn.po, 39, 187, 159, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ko.gmo, 55, 242, 225, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/mk.po, 49, 235, 281, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pl.po, 40, 188, 171, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/es.gmo, 40, 188, 241, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/gu.po, 55, 242, 224, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/pt.po, 40, 188, 231, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/nb.po, 55, 242, 211, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/te.po, 55, 242, 215, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/el.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/mai.po, 27, 109, 111, 0, 0, 24, 137, 51, 246 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ug.gmo, 55, 242, 216, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fa.gmo, 55, 242, 227, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/fi.po, 40, 188, 126, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/si.gmo, 49, 262, 268, 0, 0, 0, 0, 49, 262 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/de.po, 40, 188, 156, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/eu.gmo, 55, 242, 201, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/be@latin.gmo, 49, 235, 217, 0, 0, 0, 0, 49, 235 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/ca.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/cs.gmo, 40, 188, 165, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/sl.po, 40, 188, 173, 0, 0, 0, 0, 40, 188 -libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/da.gmo, 325, 971, 854, 0, 0, 0, 0, 325, 971 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/hu.po, 257, 738, 758, 118, 385, 71, 301, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/vi.po, 259, 740, 1268, 116, 377, 71, 307, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 327, 978, 445, 77, 274, 42, 172, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/cs.po, 327, 978, 986, 77, 274, 42, 172, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/sv.po, 274, 789, 688, 109, 362, 63, 273, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 200, 546, 230, 0, 0, 0, 0, 200, 546 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 200, 546, 230, 117, 380, 129, 498, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/fr.gmo, 327, 978, 1166, 0, 0, 0, 0, 327, 978 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/sr.po, 257, 738, 794, 114, 371, 75, 315, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/de.po, 446, 1424, 1373, 0, 0, 0, 0, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/de.gmo, 446, 1424, 1373, 0, 0, 0, 0, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 327, 978, 445, 0, 0, 0, 0, 327, 978 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/ru.po, 444, 1420, 1447, 2, 4, 0, 0, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/pl.gmo, 444, 1420, 1482, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/ro.po, 223, 613, 723, 140, 450, 83, 361, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/ro.gmo, 223, 613, 723, 0, 0, 0, 0, 223, 613 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/vi.gmo, 259, 740, 1268, 0, 0, 0, 0, 259, 740 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/ru.gmo, 444, 1420, 1447, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/uk.gmo, 444, 1420, 1544, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/ja.gmo, 444, 1420, 540, 0, 0, 0, 0, 444, 1420 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/sv.gmo, 274, 789, 688, 0, 0, 0, 0, 274, 789 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/uk.po, 444, 1420, 1544, 2, 4, 0, 0, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/cs.gmo, 327, 978, 986, 0, 0, 0, 0, 327, 978 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/eo.gmo, 259, 740, 728, 0, 0, 0, 0, 259, 740 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/sr.gmo, 257, 738, 794, 0, 0, 0, 0, 257, 738 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/it.gmo, 310, 922, 1098, 0, 0, 0, 0, 310, 922 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/hu.gmo, 257, 738, 758, 0, 0, 0, 0, 257, 738 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/pt.gmo, 310, 922, 1129, 0, 0, 0, 0, 310, 922 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/es.gmo, 392, 1187, 1557, 0, 0, 0, 0, 392, 1187 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/libgpg-error.pot, 0, 0, 0, 0, 0, 446, 1424, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/pl.po, 444, 1420, 1482, 2, 4, 0, 0, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/eo.po, 259, 740, 728, 120, 391, 67, 293, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/da.po, 325, 971, 854, 79, 281, 42, 172, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/pt.po, 310, 922, 1129, 90, 310, 46, 192, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/nl.po, 309, 917, 830, 87, 301, 50, 206, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/nl.gmo, 309, 917, 830, 0, 0, 0, 0, 309, 917 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/es.po, 392, 1187, 1557, 2, 4, 52, 233, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/ja.po, 444, 1420, 540, 2, 4, 0, 0, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/it.po, 310, 922, 1098, 90, 310, 46, 192, 446, 1424 -libgpg-error-1.36-2.fc31.src.rpm.stats.csv, po/fr.po, 327, 978, 1166, 77, 274, 42, 172, 446, 1424 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/da.gmo, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/sr.gmo, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/fr.gmo, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/ja.gmo, 48, 269, 112, 0, 0, 0, 0, 48, 269 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/es.gmo, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/cs.po, 75, 459, 412, 1, 3, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/sr.po, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/zh_TW.gmo, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/vi.gmo, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/nl.gmo, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/de.po, 76, 462, 454, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/zh_TW.po, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/sv.po, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/nl.po, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/fi.gmo, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/fi.po, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/vi.po, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/pt_BR.gmo, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/es.po, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/da.po, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/pl.po, 76, 462, 487, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/ja.po, 48, 269, 112, 23, 173, 5, 20, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/zh_CN.po, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/cs.gmo, 75, 459, 412, 0, 0, 0, 0, 75, 459 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/ru.gmo, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/fr.po, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/ru.po, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/it.po, 75, 459, 491, 1, 3, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/sk.po, 69, 405, 386, 5, 50, 2, 7, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/sk.gmo, 69, 405, 386, 0, 0, 0, 0, 69, 405 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/libgphoto2_port-12.pot, 0, 0, 0, 0, 0, 76, 462, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/it.gmo, 75, 459, 491, 0, 0, 0, 0, 75, 459 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/eu.po, 44, 263, 239, 23, 173, 9, 26, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/uk.po, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/uk.gmo, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/zh_CN.gmo, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/pt_BR.po, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/sv.gmo, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, libgphoto2_port/po/pl.gmo, 76, 462, 487, 0, 0, 0, 0, 76, 462 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/da.gmo, 2468, 11048, 9836, 0, 0, 0, 0, 2468, 11048 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/fr.gmo, 2468, 11048, 13832, 0, 0, 0, 0, 2468, 11048 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/ja.gmo, 1180, 5257, 2874, 0, 0, 0, 0, 1180, 5257 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/es.gmo, 1701, 6663, 7810, 0, 0, 0, 0, 1701, 6663 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/cs.po, 2158, 9969, 11374, 270, 952, 72, 234, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/vi.gmo, 2417, 10903, 15536, 0, 0, 0, 0, 2417, 10903 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/nl.gmo, 1890, 8684, 8035, 0, 0, 0, 0, 1890, 8684 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/de.po, 2331, 10427, 9699, 122, 444, 47, 284, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/sv.po, 2468, 11048, 9724, 19, 70, 13, 37, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/nl.po, 1890, 8684, 8035, 317, 1080, 293, 1391, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/de.gmo, 2331, 10427, 9699, 0, 0, 0, 0, 2331, 10427 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/vi.po, 2417, 10903, 15536, 63, 203, 20, 49, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/es.po, 1701, 6663, 7810, 611, 2366, 188, 2126, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/da.po, 2468, 11048, 9836, 19, 70, 13, 37, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/pl.po, 2468, 11048, 11119, 19, 70, 13, 37, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/ja.po, 1180, 5257, 2874, 662, 2923, 658, 2975, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 602, 2742, 1278, 756, 3196, 1142, 5217, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/cs.gmo, 2158, 9969, 11374, 0, 0, 0, 0, 2158, 9969 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/ru.gmo, 577, 3043, 2796, 0, 0, 0, 0, 577, 3043 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/fr.po, 2468, 11048, 13832, 19, 70, 13, 37, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/hu.po, 579, 2661, 2623, 756, 3216, 1165, 5278, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/ru.po, 577, 3043, 2796, 734, 2867, 1189, 5245, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/it.po, 1529, 5390, 5820, 104, 318, 867, 5447, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/it.gmo, 1529, 5390, 5820, 0, 0, 0, 0, 1529, 5390 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/hu.gmo, 579, 2661, 2623, 0, 0, 0, 0, 579, 2661 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/eu.po, 794, 4240, 3992, 854, 3597, 852, 3318, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/uk.po, 2468, 11048, 10919, 19, 70, 13, 37, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/uk.gmo, 2468, 11048, 10919, 0, 0, 0, 0, 2468, 11048 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 602, 2742, 1278, 0, 0, 0, 0, 602, 2742 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/libgphoto2-6.pot, 0, 0, 0, 0, 0, 2500, 11155, 2500, 11155 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/sv.gmo, 2468, 11048, 9724, 0, 0, 0, 0, 2468, 11048 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/eu.gmo, 794, 4240, 3992, 0, 0, 0, 0, 794, 4240 -libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv, po/pl.gmo, 2468, 11048, 11119, 0, 0, 0, 0, 2468, 11048 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/tr.po, 149, 719, 619, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ta.po, 34, 243, 195, 0, 0, 0, 0, 34, 243 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ro.po, 110, 843, 1003, 0, 0, 0, 0, 110, 843 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 150, 720, 307, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/it.po, 146, 696, 760, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/pa.po, 13, 69, 70, 0, 0, 97, 774, 110, 843 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ca.po, 146, 696, 981, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 150, 720, 877, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ru.po, 149, 719, 649, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ml.po, 15, 27, 28, 0, 0, 131, 669, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/es.po, 150, 720, 925, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/pt.po, 150, 720, 817, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/da.po, 150, 720, 655, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/sv.po, 150, 720, 647, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/tg.po, 2, 5, 5, 0, 0, 145, 697, 147, 702 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/he.po, 146, 696, 696, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/uk.po, 28, 213, 195, 0, 0, 0, 0, 28, 213 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/eo.po, 116, 503, 481, 3, 20, 31, 197, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ca@valencia.po, 146, 696, 971, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/fr.po, 150, 720, 909, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/nb.po, 75, 359, 346, 1, 3, 70, 334, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/pl.po, 150, 720, 696, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/sl.po, 150, 720, 700, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/eu.po, 149, 719, 669, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/en_GB.po, 145, 692, 692, 0, 0, 0, 0, 145, 692 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/de.po, 150, 720, 693, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/fi.po, 146, 696, 524, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/bs.po, 149, 719, 699, 0, 0, 0, 0, 149, 719 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/sr.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/sk.po, 150, 720, 721, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/gl.po, 146, 696, 871, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/zh_HK.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/lv.po, 146, 696, 617, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/th.po, 83, 413, 190, 0, 0, 63, 283, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/el.po, 150, 720, 763, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/oc.po, 34, 216, 256, 0, 0, 112, 480, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/nn.po, 109, 833, 717, 0, 0, 1, 10, 110, 843 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/hu.po, 150, 720, 678, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ko.po, 146, 696, 609, 0, 0, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/ja.po, 145, 692, 276, 1, 4, 0, 0, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/id.po, 150, 720, 685, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/cs.po, 150, 720, 691, 0, 0, 0, 0, 150, 720 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/as.po, 1, 9, 8, 0, 0, 145, 687, 146, 696 -libgsf-1.14.43-5.fc31.src.rpm.stats.csv, po/lt.po, 150, 720, 621, 0, 0, 0, 0, 150, 720 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ca.gmo, 40, 126, 168, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/hr.gmo, 40, 126, 137, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sr.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ug.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/cs.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/am.gmo, 9, 12, 12, 0, 0, 0, 0, 9, 12 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/rw.po, 5, 5, 6, 24, 102, 15, 27, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ru.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 40, 126, 64, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mai.gmo, 40, 126, 134, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ca.po, 40, 126, 168, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/eo.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ku.po, 7, 17, 22, 1, 1, 36, 116, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ka.gmo, 10, 14, 14, 0, 0, 0, 0, 10, 14 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sq.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ka.po, 10, 14, 14, 17, 81, 17, 39, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ga.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/gl.po, 40, 126, 161, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/vi.po, 41, 126, 227, 0, 0, 0, 0, 41, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/nn.po, 40, 126, 111, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mk.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/nl.po, 40, 126, 124, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/hu.po, 40, 126, 108, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/th.po, 40, 126, 56, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 40, 126, 62, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/la.po, 2, 2, 2, 0, 0, 38, 124, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bs.po, 40, 126, 135, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pt.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 40, 126, 167, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 40, 126, 147, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ast.gmo, 40, 126, 155, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mk.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/hi.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 8, 34, 36, 100, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/te.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/fr.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/tg.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 40, 126, 58, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ta.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ne.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/hr.po, 40, 126, 137, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pa.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/id.po, 40, 126, 115, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/xh.po, 44, 134, 153, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sl.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/cy.gmo, 44, 134, 146, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sr.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 40, 126, 147, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/gu.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/as.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/el.gmo, 40, 126, 144, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/da.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/nl.gmo, 40, 126, 124, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mg.gmo, 44, 134, 155, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bs.gmo, 40, 126, 135, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mr.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/lt.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/en_GB.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/id.gmo, 40, 126, 115, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/uk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/tg.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ku.gmo, 7, 17, 22, 0, 0, 0, 0, 7, 17 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 40, 126, 64, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/et.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/da.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ky.gmo, 40, 126, 114, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/it.gmo, 40, 126, 139, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/vi.gmo, 40, 126, 190, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 40, 126, 58, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pl.po, 40, 126, 140, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 40, 126, 167, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/oc.po, 40, 126, 149, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/dz.gmo, 39, 113, 73, 0, 0, 0, 0, 39, 113 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/el.po, 40, 126, 144, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/nb.gmo, 40, 126, 117, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/te.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mn.gmo, 42, 118, 109, 0, 0, 0, 0, 42, 118 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/de.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/uk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mr.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pt.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/oc.gmo, 40, 126, 149, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/kn.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ml.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/hu.gmo, 40, 126, 108, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/cy.po, 44, 134, 146, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/en_CA.gmo, 44, 134, 134, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/es.po, 40, 126, 158, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/be.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ky.po, 40, 126, 114, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/en_CA.po, 44, 134, 134, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/dz.po, 39, 113, 73, 1, 13, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ast.po, 40, 126, 155, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/eu.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 40, 126, 62, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ru.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/be.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/et.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/la.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sq.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/fi.gmo, 39, 122, 89, 0, 0, 0, 0, 39, 122 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/tr.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/or.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bn.po, 40, 126, 143, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sv.po, 40, 126, 100, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/hi.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/fur.gmo, 40, 126, 142, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/az.po, 42, 118, 118, 2, 16, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/fur.po, 40, 126, 142, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pa.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ro.gmo, 40, 126, 172, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/de.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/gl.gmo, 40, 126, 161, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/gu.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/he.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sl.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/sv.gmo, 40, 126, 100, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/as.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/eu.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/rw.gmo, 5, 5, 6, 0, 0, 0, 0, 5, 5 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mn.po, 42, 118, 109, 2, 16, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bn.gmo, 40, 126, 143, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/eo.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ne.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/libgtop.pot, 0, 0, 0, 0, 0, 40, 126, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ms.gmo, 40, 110, 110, 0, 0, 0, 0, 40, 110 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ja.gmo, 40, 126, 49, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mai.po, 40, 126, 134, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bg.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/bg.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ro.po, 40, 126, 172, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ko.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ja.po, 40, 126, 49, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/az.gmo, 42, 118, 118, 0, 0, 0, 0, 42, 118 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/th.gmo, 40, 126, 56, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/he.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ta.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/cs.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/lv.po, 40, 126, 125, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/xh.gmo, 44, 134, 153, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/fa.po, 40, 126, 141, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/kn.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/it.po, 40, 126, 139, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/nn.gmo, 40, 126, 111, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/es.gmo, 40, 126, 158, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ms.po, 40, 110, 110, 3, 22, 1, 2, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/mg.po, 44, 134, 155, 0, 0, 0, 0, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ml.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/or.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/am.po, 9, 12, 12, 0, 0, 35, 122, 44, 134 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/lt.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/nb.po, 40, 126, 117, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ko.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/fr.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ar.po, 40, 126, 171, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/lv.gmo, 40, 126, 125, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/pl.gmo, 40, 126, 140, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/fi.po, 39, 122, 89, 1, 4, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/tr.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ga.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -libgtop2-2.40.0-2.fc31.src.rpm.stats.csv, po/ug.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/zh_TW.po, 4267, 5481, 4347, 107, 129, 57, 78, 4431, 5688 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/zh_HK.po, 4267, 5481, 4342, 107, 129, 57, 78, 4431, 5688 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/zh_CN.po, 4412, 5664, 4448, 7, 11, 21, 28, 4440, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/vi.po, 4374, 5625, 5762, 0, 0, 0, 0, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/uk.po, 4374, 5625, 5407, 0, 0, 0, 0, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ug.po, 4375, 5624, 5525, 0, 0, 0, 0, 4375, 5624 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/tr.po, 4439, 5702, 5676, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/th.po, 2603, 3377, 2822, 18, 53, 1716, 2156, 4337, 5586 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/te.po, 4430, 5687, 5764, 0, 0, 0, 0, 4430, 5687 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ta.po, 4430, 5687, 5794, 0, 0, 0, 0, 4430, 5687 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/sv.po, 4439, 5702, 5630, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/sr@latin.po, 4440, 5703, 5739, 0, 0, 0, 0, 4440, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/sr.po, 4439, 5702, 5738, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/sq.po, 4566, 6823, 6871, 0, 0, 0, 0, 4566, 6823 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/sl.po, 4439, 5702, 5837, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/sk.po, 4442, 5703, 5671, 0, 0, 0, 0, 4442, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/si.po, 4256, 6087, 5873, 0, 0, 310, 736, 4566, 6823 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/rw.po, 226, 310, 331, 83, 261, 6192, 9222, 6501, 9793 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ru.po, 4439, 5702, 4918, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ro.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/pt_BR.po, 4439, 5702, 5804, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/pt.po, 4431, 5688, 5875, 0, 0, 0, 0, 4431, 5688 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/pl.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/pa.po, 4442, 5703, 5704, 0, 0, 0, 0, 4442, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/or.po, 4430, 5687, 5676, 0, 0, 0, 0, 4430, 5687 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/oc.po, 4431, 5688, 5806, 0, 0, 0, 0, 4431, 5688 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/nn.po, 4374, 5625, 5480, 0, 0, 0, 0, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/nl.po, 4439, 5702, 5620, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ne.po, 3014, 3917, 3912, 343, 601, 1082, 1184, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/nds.po, 4337, 5586, 5471, 0, 0, 0, 0, 4337, 5586 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/nb.po, 4442, 5703, 5630, 0, 0, 0, 0, 4442, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ms.po, 4374, 5625, 5650, 0, 0, 0, 0, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/mr.po, 4375, 5624, 5635, 0, 0, 0, 0, 4375, 5624 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/mn.po, 2678, 3642, 3641, 0, 0, 0, 0, 2678, 3642 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ml.po, 4442, 5703, 5809, 0, 0, 0, 0, 4442, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/mk.po, 4374, 5625, 5606, 0, 0, 0, 0, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/mg.po, 4325, 6196, 6185, 30, 61, 0, 0, 4355, 6257 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/mai.po, 4337, 5586, 5656, 0, 0, 0, 0, 4337, 5586 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/lv.po, 2900, 3781, 3699, 0, 0, 1539, 1921, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/lt.po, 4439, 5702, 5699, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ky.po, 6597, 9910, 9670, 0, 0, 0, 0, 6597, 9910 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ku.po, 4369, 5620, 5616, 0, 0, 0, 0, 4369, 5620 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ko.po, 1045, 1337, 1148, 0, 0, 3386, 4351, 4431, 5688 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/kn.po, 4374, 5623, 5626, 0, 0, 0, 0, 4374, 5623 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/kk.po, 2034, 2489, 2193, 0, 0, 2405, 3213, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ka.po, 6588, 9901, 9865, 0, 0, 0, 0, 6588, 9901 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ja.po, 4375, 5627, 4847, 0, 0, 64, 75, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/it.po, 4439, 5702, 5764, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/is.po, 4439, 5702, 5541, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/id.po, 4439, 5702, 5701, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/hu.po, 4439, 5702, 5589, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/hr.po, 4439, 5702, 5725, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/hi.po, 4374, 5623, 5692, 0, 0, 0, 0, 4374, 5623 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/he.po, 4449, 5709, 5690, 0, 0, 0, 0, 4449, 5709 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/gu.po, 4414, 5666, 5686, 0, 0, 0, 0, 4414, 5666 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/gl.po, 4439, 5702, 5802, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/gd.po, 4441, 5702, 5959, 0, 0, 0, 0, 4441, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ga.po, 1888, 2462, 2589, 910, 1322, 1651, 1925, 4449, 5709 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/fur.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/fr.po, 4439, 5702, 5719, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/fi.po, 4414, 5668, 5540, 17, 20, 9, 15, 4440, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/fa.po, 4439, 5702, 5638, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/eu.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/et.po, 4374, 5625, 5525, 0, 0, 0, 0, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/es.po, 4439, 5702, 5783, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/eo.po, 4439, 5702, 5525, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/en_GB.po, 4439, 5702, 5703, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/en_CA.po, 4390, 6303, 6303, 0, 0, 0, 0, 4390, 6303 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/en@shaw.po, 2667, 3595, 3595, 0, 0, 0, 0, 2667, 3595 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/el.po, 4439, 5702, 5713, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/dz.po, 6589, 9906, 9437, 0, 0, 0, 0, 6589, 9906 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/de.po, 4439, 5702, 5577, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/da.po, 4439, 5702, 5619, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/cy.po, 6603, 9919, 10438, 0, 0, 0, 0, 6603, 9919 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/cs.po, 4439, 5702, 5685, 0, 0, 0, 0, 4439, 5702 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/crh.po, 4393, 5645, 5634, 0, 0, 0, 0, 4393, 5645 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ca@valencia.po, 4442, 5703, 5770, 0, 0, 0, 0, 4442, 5703 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ca.po, 4424, 5684, 5757, 0, 0, 0, 0, 4424, 5684 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/bs.po, 4374, 5623, 5842, 0, 0, 0, 0, 4374, 5623 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/br.po, 4298, 5403, 5403, 0, 0, 76, 222, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/bn_IN.po, 4374, 5623, 5604, 0, 0, 0, 0, 4374, 5623 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/bn.po, 4374, 5625, 5631, 0, 0, 0, 0, 4374, 5625 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/bg.po, 4460, 5724, 5722, 0, 0, 0, 0, 4460, 5724 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/be@latin.po, 4381, 5642, 5624, 0, 0, 0, 0, 4381, 5642 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/be.po, 4337, 5586, 5564, 0, 0, 0, 0, 4337, 5586 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/az.po, 2693, 3655, 3651, 0, 0, 0, 0, 2693, 3655 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ast.po, 4369, 5620, 5694, 0, 0, 0, 0, 4369, 5620 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/as.po, 4430, 5687, 5675, 0, 0, 0, 0, 4430, 5687 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ar.po, 3386, 4260, 4189, 702, 920, 343, 508, 4431, 5688 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po-locations/ang.po, 46, 51, 57, 0, 0, 2655, 3612, 2701, 3663 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 235, 664, 282, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 144, 479, 188, 1, 4, 0, 0, 145, 483 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 234, 662, 268, 0, 0, 0, 0, 234, 662 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 153, 355, 339, 12, 35, 14, 70, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.po, 35, 57, 71, 24, 58, 120, 345, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 148, 483, 629, 0, 0, 0, 0, 148, 483 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 146, 484, 484, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 148, 483, 445, 0, 0, 0, 0, 148, 483 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 235, 664, 661, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 147, 485, 254, 0, 0, 0, 0, 147, 485 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 146, 484, 441, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 146, 484, 396, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 235, 664, 606, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 235, 664, 650, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 179, 461, 534, 0, 0, 0, 0, 179, 461 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 235, 664, 674, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 119, 222, 233, 0, 0, 60, 238, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 9, 9, 8, 59, 215, 111, 236, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 235, 664, 660, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 235, 664, 747, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 235, 664, 725, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 147, 485, 544, 0, 0, 0, 0, 147, 485 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 235, 664, 672, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 237, 667, 705, 0, 0, 0, 0, 237, 667 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 148, 483, 487, 0, 0, 0, 0, 148, 483 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 234, 662, 744, 0, 0, 0, 0, 234, 662 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 181, 465, 416, 0, 0, 0, 0, 181, 465 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 235, 664, 583, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 136, 253, 285, 4, 30, 7, 210, 147, 493 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 237, 667, 605, 0, 0, 0, 0, 237, 667 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 127, 285, 306, 24, 54, 28, 121, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 146, 484, 436, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 98, 192, 199, 25, 63, 56, 205, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 235, 664, 613, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 179, 461, 487, 0, 0, 0, 0, 179, 461 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 166, 437, 429, 9, 19, 4, 4, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 175, 408, 442, 0, 0, 6, 57, 181, 465 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 235, 664, 632, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 235, 664, 610, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.po, 132, 426, 421, 3, 39, 3, 5, 138, 470 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 174, 396, 463, 1, 10, 4, 54, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 235, 664, 572, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 146, 484, 446, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 235, 664, 701, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 170, 447, 408, 5, 9, 4, 4, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 226, 647, 327, 0, 0, 9, 17, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 235, 664, 752, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 235, 664, 561, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 235, 664, 698, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/hy.po, 155, 360, 362, 14, 39, 10, 61, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 235, 664, 593, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 235, 664, 654, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 146, 484, 548, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 147, 485, 519, 0, 0, 0, 0, 147, 485 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 147, 485, 491, 0, 0, 0, 0, 147, 485 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 235, 664, 775, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 237, 667, 780, 0, 0, 0, 0, 237, 667 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 90, 133, 133, 0, 0, 90, 329, 180, 462 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 235, 664, 762, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 235, 664, 774, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 216, 426, 366, 12, 42, 7, 196, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 235, 664, 767, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 235, 664, 552, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 148, 483, 382, 0, 0, 0, 0, 148, 483 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_VE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_UY.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_SV.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_PR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_PE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_PA.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_NI.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_MX.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_HN.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_GT.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_ES.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_EC.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_DO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_CR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_CO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_CL.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es_AR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 230, 483, 469, 0, 0, 5, 181, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 234, 662, 662, 0, 0, 0, 0, 234, 662 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 179, 460, 460, 0, 0, 0, 0, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 181, 465, 465, 0, 0, 0, 0, 181, 465 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 235, 664, 703, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 170, 447, 271, 5, 9, 4, 4, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 235, 664, 576, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 235, 664, 548, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 181, 465, 503, 0, 0, 0, 0, 181, 465 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 235, 664, 623, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/crh.po, 148, 483, 449, 0, 0, 0, 0, 148, 483 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 237, 667, 782, 0, 0, 0, 0, 237, 667 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 235, 664, 773, 0, 0, 0, 0, 235, 664 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 146, 484, 492, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/br.po, 51, 75, 80, 1, 2, 129, 388, 181, 465 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 146, 484, 459, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 181, 465, 448, 0, 0, 0, 0, 181, 465 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 146, 484, 538, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 179, 461, 455, 0, 0, 0, 0, 179, 461 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 147, 493, 513, 0, 0, 0, 0, 147, 493 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/az.po, 145, 324, 324, 19, 56, 15, 80, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 181, 465, 524, 0, 0, 0, 0, 181, 465 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 146, 484, 456, 0, 0, 0, 0, 146, 484 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 228, 466, 529, 0, 0, 6, 196, 234, 662 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/am.po, 11, 14, 14, 11, 17, 157, 429, 179, 460 -libgweather-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 133, 274, 233, 5, 11, 7, 198, 145, 483 -libhangul-0.1.0-20.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libhangul-0.1.0-20.fc31.src.rpm.stats.csv, po/libhangul.pot, 0, 0, 0, 0, 0, 9, 16, 9, 16 -libhangul-0.1.0-20.fc31.src.rpm.stats.csv, po/ko.gmo, 9, 16, 15, 0, 0, 0, 0, 9, 16 -libhangul-0.1.0-20.fc31.src.rpm.stats.csv, po/ko.po, 9, 16, 15, 0, 0, 0, 0, 9, 16 -libidn-1.35-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libidn-1.35-6.fc31.src.rpm.stats.csv, po/ja.po, 39, 160, 47, 9, 59, 12, 209, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/en@quot.gmo, 60, 428, 428, 0, 0, 0, 0, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/hr.po, 58, 414, 402, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/sr.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/nl.po, 58, 414, 417, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/sv.gmo, 60, 428, 400, 0, 0, 0, 0, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/nl.gmo, 58, 414, 417, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/sr.gmo, 58, 414, 424, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/sv.po, 60, 428, 400, 0, 0, 0, 0, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/fr.po, 58, 414, 485, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/fr.gmo, 58, 414, 485, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/fi.gmo, 58, 414, 352, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/de.po, 58, 414, 391, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/en@quot.po, 60, 428, 428, 0, 0, 0, 0, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/da.gmo, 58, 414, 414, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/eo.gmo, 58, 414, 397, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/vi.gmo, 58, 414, 615, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/vi.po, 58, 414, 615, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 58, 414, 461, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/de.gmo, 58, 414, 391, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/ro.po, 2, 16, 16, 7, 46, 51, 366, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/pt_BR.po, 58, 414, 461, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/uk.po, 58, 414, 462, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/uk.gmo, 58, 414, 462, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/cs.po, 58, 414, 416, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/hu.po, 58, 414, 396, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/es.gmo, 4, 21, 21, 0, 0, 0, 0, 4, 21 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/id.po, 58, 414, 415, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/it.po, 58, 414, 440, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/en@boldquot.gmo, 60, 428, 431, 0, 0, 0, 0, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/eo.po, 58, 414, 397, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/hr.gmo, 58, 414, 402, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/pl.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/hu.gmo, 58, 414, 396, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/es.po, 4, 21, 21, 28, 100, 28, 307, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 58, 414, 184, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/cs.gmo, 58, 414, 416, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/da.po, 58, 414, 414, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/fi.po, 58, 414, 352, 0, 0, 2, 14, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/en@boldquot.po, 60, 428, 431, 0, 0, 0, 0, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/libidn.pot, 0, 0, 0, 0, 0, 60, 428, 60, 428 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/id.gmo, 58, 414, 415, 0, 0, 0, 0, 58, 414 -libidn-1.35-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 58, 414, 184, 0, 0, 2, 14, 60, 428 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/libidn2.pot, 0, 0, 0, 0, 0, 40, 315, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 5, 28, 9, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/vi.gmo, 5, 28, 35, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/uk.gmo, 35, 250, 256, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/sv.gmo, 35, 250, 216, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/sr.gmo, 5, 28, 25, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/ru.gmo, 35, 250, 226, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 35, 250, 296, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/pl.gmo, 35, 250, 253, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/nl.gmo, 5, 28, 23, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/id.gmo, 5, 28, 28, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/hu.gmo, 32, 226, 226, 0, 0, 0, 0, 32, 226 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/hr.gmo, 5, 28, 25, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/fur.gmo, 32, 226, 280, 0, 0, 0, 0, 32, 226 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/fr.gmo, 35, 250, 304, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/fi.gmo, 5, 28, 20, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/es.gmo, 11, 41, 46, 0, 0, 0, 0, 11, 41 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/eo.gmo, 5, 28, 27, 0, 0, 0, 0, 5, 28 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/de.gmo, 35, 250, 245, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/da.gmo, 35, 250, 227, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/cs.gmo, 35, 250, 249, 0, 0, 0, 0, 35, 250 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 5, 28, 9, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/vi.po, 5, 28, 35, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/uk.po, 35, 250, 256, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/sv.po, 35, 250, 216, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/sr.po, 5, 28, 25, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/ru.po, 35, 250, 226, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/ro.po, 1, 14, 14, 2, 8, 37, 293, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 35, 250, 296, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/pl.po, 35, 250, 253, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/nl.po, 5, 28, 23, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/ja.po, 2, 16, 2, 8, 31, 30, 268, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/it.po, 5, 28, 31, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/id.po, 5, 28, 28, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/hu.po, 32, 226, 226, 4, 62, 4, 27, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/hr.po, 5, 28, 25, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/fur.po, 32, 226, 280, 4, 62, 4, 27, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/fr.po, 35, 250, 304, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/fi.po, 5, 28, 20, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/es.po, 11, 41, 46, 4, 30, 25, 244, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/eo.po, 5, 28, 27, 12, 127, 23, 160, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/de.po, 35, 250, 245, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/da.po, 35, 250, 227, 4, 62, 1, 3, 40, 315 -libidn2-2.2.0-2.fc31.src.rpm.stats.csv, po/cs.po, 35, 250, 249, 4, 62, 1, 3, 40, 315 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, iptc/po/de.po, 34, 349, 354, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, iptc/po/iptc.pot, 0, 0, 0, 0, 0, 34, 349, 34, 349 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, iptc/po/it.gmo, 34, 349, 386, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, iptc/po/it.po, 34, 349, 386, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, iptc/po/de.gmo, 34, 349, 354, 0, 0, 0, 0, 34, 349 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, po/de.po, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, po/libiptcdata.pot, 0, 0, 0, 0, 0, 169, 1089, 169, 1089 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, po/it.gmo, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, po/it.po, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 -libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv, po/de.gmo, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 -libkkc-0.3.5-16.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libkkc-0.3.5-16.fc31.src.rpm.stats.csv, po/ja.po, 59, 272, 82, 0, 0, 0, 0, 59, 272 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pl.po, 156, 732, 723, 0, 0, 11, 45, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/de.po, 111, 455, 423, 0, 0, 56, 322, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/fr.po, 156, 732, 884, 0, 0, 11, 45, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/libosinfo.pot, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/hu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ja.gmo, 111, 455, 212, 0, 0, 0, 0, 111, 455 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/cs.gmo, 153, 715, 677, 0, 0, 0, 0, 153, 715 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pl.gmo, 156, 732, 723, 0, 0, 0, 0, 156, 732 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sv.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/it.po, 153, 715, 797, 0, 0, 14, 62, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/uk.po, 156, 732, 768, 0, 0, 11, 45, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/de.gmo, 111, 455, 423, 0, 0, 0, 0, 111, 455 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/it.gmo, 153, 715, 797, 0, 0, 0, 0, 153, 715 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ru.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ja.po, 111, 455, 212, 0, 0, 56, 322, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/es.gmo, 22, 60, 66, 0, 0, 0, 0, 22, 60 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ca.gmo, 138, 627, 820, 0, 0, 0, 0, 138, 627 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/da.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 16, 23, 25, 0, 0, 0, 0, 16, 23 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ko.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/uk.gmo, 156, 732, 768, 0, 0, 0, 0, 156, 732 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/es.po, 22, 60, 66, 0, 0, 145, 717, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 16, 23, 25, 0, 0, 151, 754, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/fr.gmo, 156, 732, 884, 0, 0, 0, 0, 156, 732 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/fi.po, 27, 66, 47, 0, 0, 140, 711, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ca.po, 138, 627, 820, 0, 0, 29, 150, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/fi.gmo, 27, 66, 47, 0, 0, 0, 0, 27, 66 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/id.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/cs.po, 153, 715, 677, 0, 0, 14, 62, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -libosinfo-1.6.0-1.fc31.src.rpm.stats.csv, po/hu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/nl.po, 46, 73, 147, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/ru.po, 46, 73, 68, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/sv.po, 46, 73, 76, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/uk.po, 0, 0, 0, 1, 25, 45, 48, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/templates.pot, 0, 0, 0, 0, 0, 46, 73, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/tr.po, 46, 73, 66, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/da.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/pt_BR.po, 46, 73, 81, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/es.po, 46, 73, 80, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/cs.po, 46, 73, 67, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/gl.po, 46, 73, 77, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/fr.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/it.po, 46, 73, 69, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/pl.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/ja.po, 46, 73, 48, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/sk.po, 46, 73, 70, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/ca.po, 46, 73, 82, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/vi.po, 46, 73, 97, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/de.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/hu.po, 2, 29, 22, 0, 0, 44, 44, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/eu.po, 46, 73, 72, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/fi.po, 46, 73, 60, 0, 0, 0, 0, 46, 73 -libpaper-1.1.24-25.fc31.src.rpm.stats.csv, debian/po/pt.po, 46, 73, 88, 0, 0, 0, 0, 46, 73 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 31, 110, 35, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/vi.po, 26, 105, 135, 0, 0, 0, 0, 26, 105 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/uk.po, 26, 105, 83, 0, 0, 0, 0, 26, 105 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ug.po, 26, 105, 89, 0, 0, 0, 0, 26, 105 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/tr.po, 29, 103, 93, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/th.po, 34, 112, 54, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/tg.po, 26, 105, 107, 0, 0, 0, 0, 26, 105 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/te.po, 31, 110, 101, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ta.po, 31, 110, 102, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/sv.po, 29, 103, 99, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/sr.po, 29, 103, 100, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/sl.po, 29, 103, 105, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/sk.po, 34, 112, 117, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ru.po, 34, 112, 104, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ro.po, 29, 103, 119, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 29, 103, 104, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/pt.po, 34, 112, 119, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/pl.po, 29, 103, 97, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/pa.po, 31, 110, 119, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/or.po, 31, 110, 127, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/oc.po, 34, 112, 121, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/nl.po, 34, 112, 108, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ne.po, 19, 33, 38, 6, 22, 6, 55, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/nds.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/nb.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/mr.po, 31, 110, 115, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ml.po, 34, 112, 108, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/lv.po, 29, 103, 86, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/lt.po, 29, 103, 85, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ko.po, 29, 103, 83, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/kn.po, 34, 111, 107, 0, 0, 0, 0, 34, 111 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/kk.po, 34, 112, 96, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ja.po, 29, 103, 33, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/it.po, 29, 103, 106, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/is.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/id.po, 29, 103, 90, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/hu.po, 29, 103, 96, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/hr.po, 29, 103, 96, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/hi.po, 31, 110, 135, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/he.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/gu.po, 31, 110, 126, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/gl.po, 29, 103, 109, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/fur.po, 29, 103, 124, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/fr.po, 29, 103, 114, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/fi.po, 29, 103, 92, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/fa.po, 34, 112, 109, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/eu.po, 29, 103, 100, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/et.po, 26, 105, 80, 0, 0, 0, 0, 26, 105 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/es.po, 29, 103, 108, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/eo.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/el.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/de.po, 29, 103, 102, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/da.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/cs.po, 29, 103, 108, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 34, 112, 124, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ca.po, 29, 103, 109, 0, 0, 0, 0, 29, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/bs.po, 34, 111, 105, 0, 0, 0, 0, 34, 111 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 31, 110, 124, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/bg.po, 26, 105, 114, 0, 0, 0, 0, 26, 105 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/be.po, 34, 112, 99, 0, 0, 0, 0, 34, 112 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ast.po, 24, 103, 103, 0, 0, 0, 0, 24, 103 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/as.po, 31, 110, 125, 0, 0, 0, 0, 31, 110 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/ar.po, 26, 105, 85, 0, 0, 0, 0, 26, 105 -libpeas-1.24.0-1.fc31.src.rpm.stats.csv, po/an.po, 34, 111, 118, 0, 0, 0, 0, 34, 111 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/libpwquality.pot, 0, 0, 0, 0, 0, 50, 333, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/zu.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 50, 333, 76, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 50, 333, 81, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/vi.gmo, 3, 8, 16, 0, 0, 0, 0, 3, 8 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ur.gmo, 6, 23, 33, 0, 0, 0, 0, 6, 23 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/uk.gmo, 50, 333, 300, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/tr.gmo, 50, 333, 246, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/te.gmo, 50, 333, 247, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ta.gmo, 50, 333, 277, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sv.gmo, 50, 333, 279, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 50, 333, 279, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sq.gmo, 8, 54, 50, 0, 0, 0, 0, 8, 54 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sk.gmo, 50, 333, 283, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/si.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ru.gmo, 50, 333, 262, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 50, 333, 361, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pt.gmo, 50, 333, 360, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pl.gmo, 50, 333, 294, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pa.gmo, 50, 333, 369, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/or.gmo, 50, 333, 327, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/nl.gmo, 50, 333, 329, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/nb.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/mr.gmo, 50, 333, 273, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ml.gmo, 50, 333, 207, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ko.gmo, 50, 333, 263, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/kn.gmo, 50, 333, 250, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/km.gmo, 50, 333, 90, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/kk.gmo, 3, 8, 7, 0, 0, 0, 0, 3, 8 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ja.gmo, 50, 333, 79, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/it.gmo, 50, 333, 342, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/id.gmo, 50, 333, 331, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/hu.gmo, 50, 333, 295, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/hi.gmo, 50, 333, 343, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/he.gmo, 50, 333, 277, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/gu.gmo, 50, 333, 298, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/fur.gmo, 50, 333, 376, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/fr.gmo, 50, 333, 444, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/fi.gmo, 50, 333, 246, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/eu.gmo, 20, 98, 75, 0, 0, 0, 0, 20, 98 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 50, 333, 388, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/de.gmo, 50, 333, 290, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/da.gmo, 50, 333, 298, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/cs.gmo, 50, 333, 283, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ca.gmo, 50, 333, 373, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 50, 333, 294, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/bg.gmo, 48, 314, 295, 0, 0, 0, 0, 48, 314 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/as.gmo, 50, 333, 276, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ar.gmo, 3, 8, 12, 0, 0, 0, 0, 3, 8 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/zu.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 50, 333, 76, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 50, 333, 81, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/vi.po, 3, 8, 16, 0, 0, 47, 325, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ur.po, 6, 23, 33, 0, 0, 44, 310, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/uk.po, 50, 333, 300, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/tr.po, 50, 333, 246, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/te.po, 50, 333, 247, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ta.po, 50, 333, 277, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sv.po, 50, 333, 279, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sr.po, 50, 333, 279, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sq.po, 8, 54, 50, 0, 0, 42, 279, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/sk.po, 50, 333, 283, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/si.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ru.po, 50, 333, 262, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 50, 333, 361, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pt.po, 50, 333, 360, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pl.po, 50, 333, 294, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/pa.po, 50, 333, 369, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/or.po, 50, 333, 327, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/nl.po, 50, 333, 329, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/nb.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/mr.po, 50, 333, 273, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ml.po, 50, 333, 207, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ko.po, 50, 333, 263, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/kn.po, 50, 333, 250, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/km.po, 50, 333, 90, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/kk.po, 3, 8, 7, 0, 0, 47, 325, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ja.po, 50, 333, 79, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/it.po, 50, 333, 342, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/id.po, 50, 333, 331, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/hu.po, 50, 333, 295, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/hi.po, 50, 333, 343, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/he.po, 50, 333, 277, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/gu.po, 50, 333, 298, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/fur.po, 50, 333, 376, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/fr.po, 50, 333, 444, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/fi.po, 50, 333, 246, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/eu.po, 20, 98, 75, 0, 0, 30, 235, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/es.po, 50, 333, 388, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/de.po, 50, 333, 290, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/da.po, 50, 333, 298, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/cs.po, 50, 333, 283, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ca.po, 50, 333, 373, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 50, 333, 294, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/bg.po, 48, 314, 295, 0, 0, 2, 19, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/as.po, 50, 333, 276, 0, 0, 0, 0, 50, 333 -libpwquality-1.4.1-1.fc31.src.rpm.stats.csv, po/ar.po, 3, 8, 12, 0, 0, 47, 325, 50, 333 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/es.po, 607, 4987, 5630, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ka.po, 85, 214, 194, 0, 0, 522, 4773, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/id.po, 1, 1, 1, 0, 0, 606, 4986, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/el.po, 2, 2, 2, 0, 0, 605, 4985, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/te.po, 376, 2390, 2029, 0, 0, 231, 2597, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ar.po, 56, 233, 224, 0, 0, 551, 4754, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/sk.po, 388, 2375, 2241, 0, 0, 219, 2612, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/fi.po, 392, 2288, 1779, 0, 0, 215, 2699, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ja.po, 390, 2507, 1055, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/lv.po, 33, 70, 62, 0, 0, 574, 4917, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/he.po, 81, 337, 316, 0, 0, 526, 4650, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/kn.po, 390, 2507, 2260, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 607, 4987, 5471, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/tr.po, 144, 695, 578, 0, 0, 463, 4292, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 139, 682, 682, 0, 0, 468, 4305, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/de.po, 607, 4987, 4755, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/bs.po, 43, 229, 220, 0, 0, 564, 4758, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/it.po, 552, 3893, 4220, 22, 489, 33, 605, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/nb.po, 65, 180, 174, 0, 0, 542, 4807, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/gl.po, 254, 1424, 1753, 0, 0, 353, 3563, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/eu.po, 68, 181, 174, 0, 0, 539, 4806, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ko.po, 183, 1038, 902, 0, 0, 424, 3949, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/nds.po, 7, 9, 9, 0, 0, 600, 4978, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/pl.po, 607, 4987, 4886, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/pa.po, 183, 1038, 1189, 0, 0, 424, 3949, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/da.po, 177, 674, 647, 0, 0, 430, 4313, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/hi.po, 376, 2390, 2926, 0, 0, 231, 2597, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/fr.po, 607, 4987, 5735, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/mr.po, 390, 2507, 2436, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/sv.po, 607, 4987, 4649, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/bg.po, 259, 1583, 1677, 0, 0, 348, 3404, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/fa.po, 33, 148, 159, 0, 0, 574, 4839, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/cs.po, 607, 4987, 4554, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ta.po, 405, 2625, 2275, 0, 0, 202, 2362, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/hu.po, 470, 3241, 3174, 0, 0, 137, 1746, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/as.po, 390, 2507, 2679, 0, 0, 217, 2480, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/gu.po, 388, 2497, 2747, 0, 0, 219, 2490, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ml.po, 200, 1127, 901, 0, 0, 407, 3860, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ia.po, 69, 230, 251, 0, 0, 538, 4757, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/or.po, 384, 2463, 2590, 0, 0, 223, 2524, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ru.po, 607, 4987, 4456, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/sr.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 607, 4987, 2018, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/nl.po, 607, 4987, 5224, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 216, 1249, 1428, 0, 0, 391, 3738, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/uk.po, 607, 4987, 5205, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/pt.po, 201, 1081, 1183, 0, 0, 406, 3906, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 607, 4987, 1829, 0, 0, 0, 0, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -libreport-2.10.1-2.fc31.src.rpm.stats.csv, po/ca.po, 607, 4987, 6174, 0, 0, 0, 0, 607, 4987 -librsvg2-2.46.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -librsvg2-2.46.1-1.fc31.src.rpm.stats.csv, po/es.po, 21, 67, 80, 0, 0, 0, 0, 21, 67 -librsvg2-2.46.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 21, 67, 80, 0, 0, 0, 0, 21, 67 -librsvg2-2.46.1-1.fc31.src.rpm.stats.csv, po/librsvg.pot, 0, 0, 0, 0, 0, 21, 67, 21, 67 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/lt.po, 9, 59, 45, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ca.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 9, 59, 70, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pl.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/as.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/cs.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/eu.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/bg.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/cs.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ne.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/de.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/fa.gmo, 9, 59, 62, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/lv.po, 9, 59, 47, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ko.gmo, 9, 59, 46, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/nl.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/da.po, 9, 59, 61, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/oc.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/oc.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sl.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/id.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/fr.gmo, 9, 59, 68, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/gl.po, 9, 59, 73, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/an.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ru.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sk.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/uk.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/tg.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ro.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ml.gmo, 9, 59, 38, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/gl.gmo, 9, 59, 73, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/libsecret.pot, 0, 0, 0, 0, 0, 9, 59, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/hr.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 9, 59, 70, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/hu.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/lv.gmo, 9, 59, 47, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/be.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/bg.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ja.gmo, 6, 44, 6, 0, 0, 0, 0, 6, 44 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/he.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/bs.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/tr.po, 9, 59, 42, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/nb.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sl.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/nb.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/he.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sr.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/it.po, 9, 59, 65, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/it.gmo, 9, 59, 65, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ar.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/fr.po, 9, 59, 68, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ml.po, 9, 59, 38, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/eo.gmo, 9, 59, 52, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pa.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/tr.gmo, 9, 59, 42, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pt.po, 9, 59, 64, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/nl.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/hu.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/id.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ar.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/be.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/fur.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/es.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/el.gmo, 9, 59, 67, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pl.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/lt.gmo, 9, 59, 45, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ne.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/de.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/da.gmo, 9, 59, 61, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ja.po, 6, 44, 6, 0, 0, 0, 0, 6, 44 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ca.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ro.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sk.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/tg.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/bs.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/eo.po, 9, 59, 52, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/kk.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/fur.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ko.po, 9, 59, 46, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/as.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/uk.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/ru.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/fa.po, 9, 59, 62, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/el.po, 9, 59, 67, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/eu.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/kk.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sv.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pa.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/pt.gmo, 9, 59, 64, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/hr.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/es.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/an.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sv.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -libsecret-0.19.1-1.fc31.src.rpm.stats.csv, po/sr.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/libsmbios.pot, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/ja.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/fr.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/es.po, 217, 1139, 1374, 21, 152, 121, 883, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/en_US.po, 21, 178, 178, 0, 0, 0, 0, 21, 178 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/en@quot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/en@boldquot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/en.po, 12, 88, 88, 8, 69, 339, 2017, 359, 2174 -libsmbios-2.4.2-4.fc31.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -libuser-0.62-21.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ar.po, 211, 981, 1061, 7, 38, 83, 418, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/as.po, 213, 996, 1132, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bg.po, 290, 1374, 1575, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bn.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bn_IN.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bs.po, 192, 889, 945, 5, 25, 104, 523, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ca.po, 292, 1385, 2086, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/cs.po, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/cy.po, 197, 904, 1036, 5, 25, 99, 508, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/da.po, 292, 1385, 1360, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/de.po, 292, 1385, 1425, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/de_CH.po, 204, 938, 990, 7, 38, 90, 461, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/el.po, 290, 1374, 1533, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/en_GB.po, 197, 904, 904, 5, 25, 99, 508, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/es.po, 290, 1374, 1749, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/et.po, 202, 923, 834, 7, 38, 92, 476, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/eu.po, 24, 58, 55, 0, 0, 277, 1379, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/fi.po, 211, 984, 842, 7, 38, 83, 415, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/fr.po, 290, 1374, 1850, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/gu.po, 213, 996, 1147, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/he.po, 84, 355, 359, 5, 25, 212, 1057, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/hi.po, 213, 996, 1271, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/hr.po, 197, 904, 959, 5, 25, 99, 508, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/hu.po, 290, 1374, 1337, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/id.po, 213, 996, 1062, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/is.po, 211, 985, 1064, 7, 38, 83, 414, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/it.po, 213, 996, 1179, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ja.po, 290, 1374, 609, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/kn.po, 213, 996, 975, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ko.po, 218, 1020, 1049, 7, 38, 76, 379, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/lv.po, 62, 248, 223, 5, 25, 234, 1164, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/mai.po, 204, 938, 1192, 7, 38, 90, 461, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/mk.po, 197, 904, 1066, 5, 25, 99, 508, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ml.po, 208, 970, 862, 7, 38, 86, 429, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/mr.po, 212, 990, 1013, 7, 38, 82, 409, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ms.po, 197, 904, 897, 5, 25, 99, 508, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/nb.po, 290, 1374, 1364, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/nds.po, 15, 27, 27, 0, 0, 286, 1410, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/nl.po, 292, 1385, 1483, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/or.po, 213, 996, 1389, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pa.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pl.po, 292, 1385, 1463, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pt.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pt_BR.po, 219, 1014, 1243, 7, 38, 75, 385, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ro.po, 77, 306, 353, 5, 25, 219, 1106, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ru.po, 290, 1374, 1342, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sk.po, 211, 979, 994, 8, 49, 82, 409, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sl.po, 197, 904, 968, 5, 25, 99, 508, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sr.po, 292, 1385, 1440, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sr@latin.po, 208, 970, 1024, 7, 38, 86, 429, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sv.po, 292, 1385, 1404, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ta.po, 213, 996, 879, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/te.po, 213, 996, 894, 7, 38, 81, 403, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/tr.po, 212, 990, 901, 7, 38, 82, 409, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/uk.po, 292, 1385, 1380, 6, 34, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/vi.po, 145, 607, 810, 5, 25, 151, 805, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/zh_CN.po, 290, 1374, 574, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/zh_TW.po, 290, 1374, 539, 8, 45, 3, 18, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ar.gmo, 211, 981, 1061, 0, 0, 0, 0, 211, 981 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/as.gmo, 213, 996, 1132, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bg.gmo, 290, 1374, 1575, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bn.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/bs.gmo, 192, 889, 945, 0, 0, 0, 0, 192, 889 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ca.gmo, 292, 1385, 2086, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/cs.gmo, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/cy.gmo, 197, 904, 1036, 0, 0, 0, 0, 197, 904 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/da.gmo, 292, 1385, 1360, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/de.gmo, 292, 1385, 1425, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/de_CH.gmo, 204, 938, 990, 0, 0, 0, 0, 204, 938 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/el.gmo, 290, 1374, 1533, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/en_GB.gmo, 197, 904, 904, 0, 0, 0, 0, 197, 904 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/es.gmo, 290, 1374, 1749, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/et.gmo, 202, 923, 834, 0, 0, 0, 0, 202, 923 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/eu.gmo, 24, 58, 55, 0, 0, 0, 0, 24, 58 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/fi.gmo, 211, 984, 842, 0, 0, 0, 0, 211, 984 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/fr.gmo, 290, 1374, 1850, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/gu.gmo, 213, 996, 1147, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/he.gmo, 84, 355, 359, 0, 0, 0, 0, 84, 355 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/hi.gmo, 213, 996, 1271, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/hr.gmo, 197, 904, 959, 0, 0, 0, 0, 197, 904 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/hu.gmo, 290, 1374, 1337, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/id.gmo, 213, 996, 1062, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/is.gmo, 211, 985, 1064, 0, 0, 0, 0, 211, 985 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/it.gmo, 213, 996, 1179, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ja.gmo, 290, 1374, 609, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/kn.gmo, 213, 996, 975, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ko.gmo, 218, 1020, 1049, 0, 0, 0, 0, 218, 1020 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/lv.gmo, 62, 248, 223, 0, 0, 0, 0, 62, 248 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/mai.gmo, 204, 938, 1192, 0, 0, 0, 0, 204, 938 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/mk.gmo, 197, 904, 1066, 0, 0, 0, 0, 197, 904 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ml.gmo, 208, 970, 862, 0, 0, 0, 0, 208, 970 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/mr.gmo, 212, 990, 1013, 0, 0, 0, 0, 212, 990 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ms.gmo, 197, 904, 897, 0, 0, 0, 0, 197, 904 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/nb.gmo, 290, 1374, 1364, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/nds.gmo, 15, 27, 27, 0, 0, 0, 0, 15, 27 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/nl.gmo, 292, 1385, 1483, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/or.gmo, 213, 996, 1389, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pa.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pl.gmo, 292, 1385, 1463, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pt.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 219, 1014, 1243, 0, 0, 0, 0, 219, 1014 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ro.gmo, 77, 306, 353, 0, 0, 0, 0, 77, 306 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ru.gmo, 290, 1374, 1342, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sk.gmo, 211, 979, 994, 0, 0, 0, 0, 211, 979 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sl.gmo, 197, 904, 968, 0, 0, 0, 0, 197, 904 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sr.gmo, 292, 1385, 1440, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 208, 970, 1024, 0, 0, 0, 0, 208, 970 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/sv.gmo, 292, 1385, 1404, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/ta.gmo, 213, 996, 879, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/te.gmo, 213, 996, 894, 0, 0, 0, 0, 213, 996 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/tr.gmo, 212, 990, 901, 0, 0, 0, 0, 212, 990 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/uk.gmo, 292, 1385, 1380, 0, 0, 0, 0, 292, 1385 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/vi.gmo, 145, 607, 810, 0, 0, 0, 0, 145, 607 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 290, 1374, 574, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 290, 1374, 539, 0, 0, 0, 0, 290, 1374 -libuser-0.62-21.fc31.src.rpm.stats.csv, po/libuser.pot, 0, 0, 0, 0, 0, 301, 1437, 301, 1437 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nl.po, 2466, 13737, 14285, 0, 0, 7502, 50844, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/es.gmo, 5570, 33654, 43200, 0, 0, 0, 0, 5570, 33654 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/id.gmo, 206, 815, 764, 0, 0, 0, 0, 206, 815 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nb.gmo, 132, 468, 432, 0, 0, 0, 0, 132, 468 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/gu.gmo, 5795, 34866, 37538, 0, 0, 0, 0, 5795, 34866 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bs.po, 199, 816, 807, 0, 0, 9769, 63765, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ms.gmo, 46, 115, 112, 0, 0, 0, 0, 46, 115 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/es.po, 5570, 33654, 43200, 0, 0, 4398, 30927, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kn.gmo, 5559, 33670, 30643, 0, 0, 0, 0, 5559, 33670 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 5669, 34320, 42358, 0, 0, 4299, 30261, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/cs.po, 7640, 46576, 47243, 0, 0, 2328, 18005, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 585, 2665, 2555, 0, 0, 0, 0, 585, 2665 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/uk.po, 9841, 63840, 68800, 0, 0, 127, 741, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mr.gmo, 6589, 40192, 38644, 0, 0, 0, 0, 6589, 40192 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pa.po, 5532, 33535, 38612, 0, 0, 4436, 31046, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ko.po, 3276, 18459, 17588, 0, 0, 6692, 46122, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bs.gmo, 199, 816, 807, 0, 0, 0, 0, 199, 816 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 6183, 38211, 17444, 0, 0, 0, 0, 6183, 38211 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/or.po, 5437, 30972, 32175, 0, 0, 4531, 33609, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/as.gmo, 5831, 35603, 37400, 0, 0, 0, 0, 5831, 35603 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pt.gmo, 339, 1448, 1931, 0, 0, 0, 0, 339, 1448 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/it.po, 1619, 8684, 10148, 0, 0, 8349, 55897, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ca.po, 436, 1925, 2526, 0, 0, 9532, 62656, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/el.gmo, 179, 926, 1349, 0, 0, 0, 0, 179, 926 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/id.po, 206, 815, 764, 0, 0, 9762, 63766, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/cs.gmo, 7640, 46576, 47243, 0, 0, 0, 0, 7640, 46576 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/el.po, 179, 926, 1349, 0, 0, 9789, 63655, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/da.gmo, 264, 1124, 1048, 0, 0, 0, 0, 264, 1124 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pt.po, 339, 1448, 1931, 0, 0, 9629, 63133, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 285, 1240, 498, 0, 0, 0, 0, 285, 1240 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fr.gmo, 1145, 5721, 7089, 0, 0, 0, 0, 1145, 5721 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ja.gmo, 5691, 34440, 15943, 0, 0, 0, 0, 5691, 34440 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pl.gmo, 2551, 14147, 14917, 0, 0, 0, 0, 2551, 14147 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/vi.gmo, 2172, 12161, 17103, 0, 0, 0, 0, 2172, 12161 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/it.gmo, 1619, 8684, 10148, 0, 0, 0, 0, 1619, 8684 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nb.po, 132, 468, 432, 0, 0, 9836, 64113, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sr.po, 585, 2665, 2555, 0, 0, 9383, 61916, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sv.gmo, 669, 3361, 3041, 0, 0, 0, 0, 669, 3361 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 5669, 34320, 42358, 0, 0, 0, 0, 5669, 34320 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/libvirt.pot, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/de.gmo, 5601, 33977, 32845, 0, 0, 0, 0, 5601, 33977 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mr.po, 6589, 40192, 38644, 0, 0, 3379, 24389, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nl.gmo, 2466, 13737, 14285, 0, 0, 0, 0, 2466, 13737 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 2298, 12849, 13627, 0, 0, 0, 0, 2298, 12849 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ko.gmo, 3276, 18459, 17588, 0, 0, 0, 0, 3276, 18459 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fi.po, 356, 1506, 1173, 0, 0, 9612, 63075, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ru.gmo, 5405, 32023, 30997, 0, 0, 0, 0, 5405, 32023 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/en_GB.po, 5653, 34343, 34343, 0, 0, 4315, 30238, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 285, 1240, 498, 0, 0, 9683, 63341, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/uk.gmo, 9841, 63840, 68800, 0, 0, 0, 0, 9841, 63840 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mk.gmo, 311, 1313, 1539, 0, 0, 0, 0, 311, 1313 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/da.po, 264, 1124, 1048, 0, 0, 9704, 63457, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sr.gmo, 585, 2665, 2555, 0, 0, 0, 0, 585, 2665 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bn_IN.po, 2298, 12849, 13627, 0, 0, 7670, 51732, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ja.po, 5691, 34440, 15943, 0, 0, 4277, 30141, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mk.po, 311, 1313, 1539, 0, 0, 9657, 63268, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fur.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sr@latin.po, 585, 2665, 2555, 0, 0, 9383, 61916, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sv.po, 669, 3361, 3041, 0, 0, 9299, 61220, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ta.po, 6084, 37323, 34172, 0, 0, 3884, 27258, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/hi.gmo, 3487, 20189, 24033, 0, 0, 0, 0, 3487, 20189 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/as.po, 5831, 35603, 37400, 0, 0, 4137, 28978, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fil.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ml.po, 5588, 33905, 28238, 0, 0, 4380, 30676, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ca.gmo, 436, 1925, 2526, 0, 0, 0, 0, 436, 1925 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/de.po, 5601, 33977, 32845, 0, 0, 4367, 30604, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fr.po, 1145, 5721, 7089, 0, 0, 8823, 58860, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/en_GB.gmo, 5653, 34343, 34343, 0, 0, 0, 0, 5653, 34343 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/hu.po, 264, 1124, 1056, 0, 0, 9704, 63457, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pl.po, 2551, 14147, 14917, 0, 0, 7417, 50434, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ru.po, 5405, 32023, 30997, 0, 0, 4563, 32558, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ta.gmo, 6084, 37323, 34172, 0, 0, 0, 0, 6084, 37323 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ml.gmo, 5588, 33905, 28238, 0, 0, 0, 0, 5588, 33905 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ms.po, 46, 115, 112, 0, 0, 9922, 64466, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/vi.po, 2172, 12161, 17103, 0, 0, 7796, 52420, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fil.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/hu.gmo, 264, 1124, 1056, 0, 0, 0, 0, 264, 1124 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/hi.po, 3487, 20189, 24033, 0, 0, 6481, 44392, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/gu.po, 5795, 34866, 37538, 0, 0, 4173, 29715, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 6183, 38211, 17444, 0, 0, 3785, 26370, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/or.gmo, 5437, 30972, 32175, 0, 0, 0, 0, 5437, 30972 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/te.po, 5529, 33452, 29431, 0, 0, 4439, 31129, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bg.po, 329, 1412, 1573, 0, 0, 9639, 63169, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/te.gmo, 5529, 33452, 29431, 0, 0, 0, 0, 5529, 33452 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/bg.gmo, 329, 1412, 1573, 0, 0, 0, 0, 329, 1412 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/fi.gmo, 356, 1506, 1173, 0, 0, 0, 0, 356, 1506 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/pa.gmo, 5532, 33535, 38612, 0, 0, 0, 0, 5532, 33535 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -libvirt-5.6.0-4.fc31.src.rpm.stats.csv, po/kn.po, 5559, 33670, 30643, 0, 0, 4409, 30911, 9968, 64581 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/cs.po, 30, 153, 142, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 25, 121, 159, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/es.po, 29, 145, 205, 0, 0, 1, 8, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/sv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ca.po, 30, 153, 223, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/uk.po, 30, 153, 150, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/pl.po, 30, 153, 158, 0, 0, 0, 0, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/fi.po, 7, 31, 28, 0, 0, 23, 122, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/en_GB.po, 25, 121, 121, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/fr.po, 29, 145, 167, 0, 0, 1, 8, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/hu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ru.po, 1, 4, 3, 0, 0, 29, 149, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ja.po, 25, 121, 52, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/da.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/hi.po, 25, 121, 166, 0, 0, 5, 32, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -libvisual-0.4.0-27.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libvisual-0.4.0-27.fc31.src.rpm.stats.csv, po/libvisual-0.4.pot, 0, 0, 0, 0, 0, 205, 1055, 205, 1055 -libvisual-0.4.0-27.fc31.src.rpm.stats.csv, po/es_ES.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -libvisual-0.4.0-27.fc31.src.rpm.stats.csv, po/es_AR.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -libvisual-0.4.0-27.fc31.src.rpm.stats.csv, po/es_ES.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 -libvisual-0.4.0-27.fc31.src.rpm.stats.csv, po/es_AR.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 231, 1086, 353, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 230, 1084, 352, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 231, 1086, 330, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/xh.po, 30, 73, 88, 0, 0, 0, 0, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/wa.po, 15, 30, 46, 9, 29, 6, 14, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.po, 231, 1086, 1657, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.po, 230, 1084, 998, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.po, 230, 1082, 991, 0, 0, 0, 0, 230, 1082 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.po, 231, 1086, 986, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/th.po, 231, 1086, 432, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/te.po, 231, 1086, 859, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.po, 230, 1068, 908, 1, 18, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.po, 231, 1086, 1025, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/sq.po, 33, 88, 131, 0, 0, 0, 0, 33, 88 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.po, 231, 1086, 1032, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.po, 231, 1086, 1016, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/si.po, 32, 87, 103, 0, 0, 0, 0, 32, 87 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/rw.po, 1, 2, 2, 20, 55, 9, 16, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.po, 231, 1086, 1035, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.po, 241, 1124, 1277, 0, 0, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 231, 1086, 1280, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.po, 231, 1086, 1291, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.po, 231, 1086, 1022, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.po, 230, 1084, 1097, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/or.po, 230, 1068, 1013, 1, 18, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.po, 230, 1082, 1337, 0, 0, 0, 0, 230, 1082 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/nn.po, 241, 1124, 1049, 0, 0, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.po, 231, 1086, 994, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.po, 236, 1083, 1017, 3, 39, 0, 0, 239, 1122 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.po, 203, 749, 697, 0, 0, 27, 335, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ms.po, 21, 47, 49, 7, 21, 2, 5, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.po, 231, 1086, 1049, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/mn.po, 21, 47, 56, 7, 21, 2, 5, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.po, 231, 1086, 835, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/mk.po, 240, 1106, 1275, 1, 18, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 6, 11, 24, 62, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/mai.po, 47, 97, 124, 0, 0, 194, 1027, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.po, 231, 1086, 967, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.po, 231, 1086, 940, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/li.po, 15, 30, 32, 9, 29, 6, 14, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ky.po, 27, 69, 74, 1, 1, 2, 3, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ku.po, 30, 73, 87, 0, 0, 0, 0, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.po, 230, 1084, 985, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.po, 230, 1068, 899, 1, 18, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/km.po, 230, 1084, 522, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.po, 89, 207, 223, 0, 0, 142, 879, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ka.po, 152, 621, 529, 0, 0, 87, 501, 239, 1122 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.po, 231, 1086, 443, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/it.po, 231, 1086, 1208, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/is.po, 17, 33, 43, 8, 27, 5, 13, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/id.po, 231, 1086, 1113, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.po, 231, 1086, 984, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.po, 22, 65, 80, 4, 10, 215, 1049, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.po, 231, 1086, 1234, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/he.po, 230, 1084, 1094, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.po, 231, 1086, 1133, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.po, 231, 1086, 1330, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/gd.po, 231, 1086, 1331, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ga.po, 143, 343, 404, 0, 0, 98, 781, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/fy.po, 230, 1082, 1120, 0, 0, 0, 0, 230, 1082 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.po, 230, 1084, 1336, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.po, 230, 1084, 846, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.po, 230, 1084, 1127, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.po, 229, 1066, 935, 1, 18, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/et.po, 230, 1084, 868, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/es.po, 231, 1086, 1356, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.po, 153, 410, 403, 0, 0, 78, 676, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.po, 230, 1084, 1084, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/en_CA.po, 33, 88, 88, 0, 0, 0, 0, 33, 88 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 195, 893, 892, 46, 231, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/el.po, 231, 1086, 1216, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/dz.po, 241, 1124, 745, 0, 0, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/de.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/da.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/cy.po, 33, 88, 104, 0, 0, 0, 0, 33, 88 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.po, 231, 1086, 1037, 0, 0, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/crh.po, 230, 1084, 959, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 229, 1066, 1341, 1, 18, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.po, 229, 1066, 1343, 2, 20, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.po, 230, 1068, 1148, 1, 18, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/br.po, 98, 240, 257, 2, 8, 141, 876, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 230, 1068, 1127, 1, 18, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/bn.po, 240, 1106, 1180, 1, 18, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.po, 230, 1084, 1263, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/be@latin.po, 241, 1124, 1022, 0, 0, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/be.po, 230, 1084, 1019, 0, 0, 0, 0, 230, 1084 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/az.po, 21, 47, 50, 7, 21, 2, 5, 30, 73 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ast.po, 241, 1124, 1303, 0, 0, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/as.po, 230, 1068, 1055, 1, 18, 0, 0, 231, 1086 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.po, 241, 1124, 1093, 0, 0, 0, 0, 241, 1124 -libwnck3-3.32.0-2.fc31.src.rpm.stats.csv, po/am.po, 11, 26, 35, 13, 33, 6, 14, 30, 73 -lrzsz-0.12.20-48.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -lrzsz-0.12.20-48.fc31.src.rpm.stats.csv, po/de.po, 128, 709, 711, 2, 404, 5, 10, 135, 1123 -lrzsz-0.12.20-48.fc31.src.rpm.stats.csv, po/lrzsz.pot, 0, 0, 0, 0, 0, 135, 1123, 135, 1123 -lvm2-2.03.05-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -lvm2-2.03.05-2.fc31.src.rpm.stats.csv, po/lvm2.po, 0, 0, 0, 0, 0, 1556, 9826, 1556, 9826 -lvm2-2.03.05-2.fc31.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/bg.po, 53, 145, 166, 36, 89, 77, 521, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/eu.po, 166, 755, 626, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/uk.po, 91, 208, 216, 0, 0, 75, 547, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/pt.po, 166, 755, 865, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/te.po, 102, 215, 213, 0, 0, 64, 540, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/el.po, 166, 755, 843, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/en_GB.po, 26, 97, 97, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/hr.po, 121, 422, 420, 0, 0, 45, 333, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/af.po, 11, 28, 29, 4, 9, 151, 718, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ca.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/sv.po, 166, 755, 735, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/fa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/pt_BR.po, 166, 755, 926, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/et.po, 166, 755, 599, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/is.po, 135, 343, 343, 0, 0, 31, 412, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ro.po, 26, 97, 91, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/nb.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ja.po, 166, 755, 251, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/be.po, 26, 97, 87, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/sl.po, 47, 131, 126, 11, 22, 144, 659, 202, 812 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/am.po, 3, 5, 6, 3, 5, 160, 745, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/de.po, 46, 114, 115, 15, 38, 105, 603, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/eo.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/sr.po, 166, 755, 742, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/tt_RU.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ast.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ko.po, 166, 755, 660, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ar.po, 122, 490, 461, 12, 84, 32, 181, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/zh_TW.po, 149, 680, 241, 14, 40, 3, 35, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/lt.po, 166, 755, 736, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ms.po, 12, 29, 25, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ru.po, 166, 755, 738, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/fi.po, 105, 241, 192, 11, 40, 50, 474, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/nl.po, 166, 755, 758, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/hu.po, 59, 106, 92, 0, 0, 107, 649, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/vi.po, 26, 97, 152, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/si.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/nn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/sk.po, 159, 713, 695, 0, 0, 7, 42, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ur.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/pl.po, 166, 755, 751, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/es.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/fr.po, 166, 755, 985, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/it.po, 52, 142, 146, 32, 81, 82, 532, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ps.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/bn_IN.po, 11, 28, 27, 5, 10, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ug.po, 26, 97, 83, 29, 78, 111, 580, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/fo.po, 12, 29, 21, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/kk.po, 121, 318, 320, 4, 24, 41, 413, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/lg.po, 111, 295, 376, 0, 0, 55, 460, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/gl.po, 166, 755, 917, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/sr@latin.po, 165, 734, 726, 0, 0, 1, 21, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/da.po, 166, 755, 701, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/zh_CN.po, 166, 755, 249, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/id.po, 111, 298, 315, 10, 37, 45, 420, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/bn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/tr.po, 166, 755, 700, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/ur_PK.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/cs.po, 166, 755, 732, 0, 0, 0, 0, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/pa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/he.po, 124, 328, 343, 6, 17, 36, 410, 166, 755 -lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv, po/frp.po, 10, 16, 16, 5, 15, 151, 724, 166, 755 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/it.po, 42, 163, 185, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/nl.po, 42, 163, 175, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/it.gmo, 42, 163, 185, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/da.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ru.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/zh_TW.gmo, 3, 6, 3, 0, 0, 0, 0, 3, 6 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/sr.gmo, 42, 163, 165, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/bg.gmo, 5, 19, 21, 0, 0, 0, 0, 5, 19 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/eu.gmo, 3, 6, 5, 0, 0, 0, 0, 3, 6 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/cs.gmo, 42, 163, 168, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/cs.po, 42, 163, 168, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ru.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/uk.po, 42, 163, 149, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/zh_CN.gmo, 41, 160, 63, 0, 0, 0, 0, 41, 160 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ca.po, 15, 66, 85, 26, 114, 8, 23, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ca.gmo, 15, 66, 85, 0, 0, 0, 0, 15, 66 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/zh_TW.po, 3, 6, 3, 25, 123, 21, 74, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/pl.po, 42, 163, 162, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/af.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/nl.gmo, 42, 163, 175, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/es.gmo, 42, 163, 198, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/nb.gmo, 2, 5, 5, 0, 0, 0, 0, 2, 5 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/fi.po, 42, 163, 140, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/eo.gmo, 42, 163, 154, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/be.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/el.gmo, 3, 6, 7, 0, 0, 0, 0, 3, 6 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/pt_BR.po, 42, 163, 191, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/be.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/sl.gmo, 42, 163, 164, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/af.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/eo.po, 42, 163, 154, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ms.gmo, 4, 13, 15, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/fr.gmo, 42, 163, 195, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/fr.po, 42, 163, 195, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/gl.gmo, 34, 118, 152, 0, 0, 0, 0, 34, 118 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ga.po, 40, 153, 161, 9, 50, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ms.po, 4, 13, 15, 23, 113, 22, 77, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/bg.po, 5, 19, 21, 23, 110, 21, 74, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/eu.po, 3, 6, 5, 24, 120, 22, 77, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/sk.po, 2, 5, 5, 23, 103, 24, 95, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/pt_BR.gmo, 42, 163, 191, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/nb.po, 2, 5, 5, 24, 120, 23, 78, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/fi.gmo, 42, 163, 140, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/tr.po, 4, 13, 11, 24, 116, 21, 74, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/vi.gmo, 42, 163, 265, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/sr.po, 42, 163, 165, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/pt.po, 42, 163, 186, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ko.po, 2, 5, 7, 24, 120, 23, 78, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/hu.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ja.gmo, 42, 163, 70, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/de.gmo, 42, 163, 166, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/es.po, 42, 163, 198, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/tr.gmo, 4, 13, 11, 0, 0, 0, 0, 4, 13 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ro.po, 14, 57, 61, 23, 101, 12, 45, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/sv.po, 42, 163, 158, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/hu.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/pl.gmo, 42, 163, 162, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/man-db-gnulib.pot, 0, 0, 0, 0, 0, 49, 203, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/pt.gmo, 42, 163, 186, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/ja.po, 42, 163, 70, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/de.po, 42, 163, 166, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/gl.po, 34, 118, 152, 7, 40, 8, 45, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/et.po, 35, 150, 127, 6, 37, 8, 16, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/vi.po, 42, 163, 265, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/rw.po, 2, 2, 2, 38, 175, 9, 26, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/sv.gmo, 42, 163, 158, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/sl.po, 42, 163, 164, 7, 40, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/uk.gmo, 42, 163, 149, 0, 0, 0, 0, 42, 163 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/el.po, 3, 6, 7, 22, 102, 24, 95, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, gl/po/zh_CN.po, 41, 160, 63, 8, 43, 0, 0, 49, 203 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/nl.po, 185, 4827, 4619, 61, 1176, 130, 2347, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/da.po, 278, 3985, 3576, 0, 0, 98, 4365, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/ru.po, 376, 8350, 7382, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/id.po, 347, 7617, 7100, 28, 697, 1, 36, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/man-db-manpages.pot, 0, 0, 0, 0, 0, 376, 8350, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/pl.po, 374, 8256, 7683, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/pt_BR.po, 376, 8350, 9051, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/fr.po, 374, 8256, 9537, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/tr.po, 374, 8256, 6588, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/sr.po, 374, 8256, 7473, 2, 94, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/es.po, 363, 7626, 8143, 6, 349, 7, 375, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/sv.po, 376, 8350, 7667, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/ja.po, 254, 5069, 1201, 39, 881, 83, 2400, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/de.po, 376, 8350, 7764, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, man/po4a/po/zh_CN.po, 376, 8350, 1940, 0, 0, 0, 0, 376, 8350 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/it.po, 85, 452, 540, 14, 109, 101, 485, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/nl.po, 192, 965, 960, 8, 81, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/da.po, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/ru.gmo, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/sr.gmo, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/id.gmo, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/cs.gmo, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/cs.po, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/ru.po, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/id.po, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/ca.po, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/ca.gmo, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/pl.po, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/nl.gmo, 192, 965, 960, 0, 0, 0, 0, 192, 965 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/es.gmo, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/fi.po, 72, 290, 250, 13, 86, 115, 670, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/eo.gmo, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/eo.po, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/fr.gmo, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/fr.po, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/fi.gmo, 72, 290, 250, 0, 0, 0, 0, 72, 290 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/tr.po, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/vi.gmo, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/sr.po, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/ja.gmo, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/de.gmo, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/es.po, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/tr.gmo, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/ro.po, 80, 425, 539, 19, 136, 101, 485, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/sv.po, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/pl.gmo, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/da.gmo, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/ja.po, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/de.po, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/man-db.pot, 0, 0, 0, 0, 0, 200, 1046, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/vi.po, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/sv.gmo, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -man-db-2.8.4-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 -mlocate-0.26-24.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ja.gmo, 50, 406, 202, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/nl.po, 50, 406, 415, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/et.po, 44, 270, 252, 0, 0, 7, 311, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/fr.gmo, 50, 406, 519, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/el.gmo, 47, 286, 330, 0, 0, 0, 0, 47, 286 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ms.po, 31, 165, 157, 0, 0, 20, 416, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ast.gmo, 49, 397, 464, 0, 0, 0, 0, 49, 397 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/cs.po, 51, 581, 568, 0, 0, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/sv.po, 50, 406, 402, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ca.gmo, 50, 406, 534, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/tr.po, 7, 22, 20, 0, 0, 44, 559, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/tr.gmo, 7, 22, 20, 0, 0, 0, 0, 7, 22 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ru.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/sr@latin.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/fi.gmo, 34, 174, 150, 0, 0, 0, 0, 34, 174 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/sr.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/pt.po, 50, 406, 486, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/as.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ta.po, 4, 156, 156, 1, 175, 46, 250, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/uk.gmo, 50, 406, 417, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/hu.gmo, 50, 406, 373, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ast.po, 49, 397, 464, 1, 175, 1, 9, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/bg.gmo, 50, 406, 455, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/hu.po, 50, 406, 373, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ko.gmo, 50, 406, 377, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/es.po, 50, 406, 490, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/fr.po, 50, 406, 519, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ar.po, 49, 397, 458, 1, 175, 1, 9, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/nds.gmo, 3, 10, 10, 0, 0, 0, 0, 3, 10 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ca.po, 50, 406, 534, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ta.gmo, 4, 156, 156, 0, 0, 0, 0, 4, 156 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/zh_TW.po, 50, 406, 153, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ms.gmo, 31, 165, 157, 0, 0, 0, 0, 31, 165 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/nl.gmo, 50, 406, 415, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/pt_BR.po, 50, 406, 494, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ko.po, 50, 406, 377, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/mlocate.pot, 0, 0, 0, 0, 0, 51, 581, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ar.gmo, 49, 397, 458, 0, 0, 0, 0, 49, 397 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/gu.gmo, 24, 140, 147, 0, 0, 0, 0, 24, 140 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ru.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/en_GB.gmo, 49, 397, 397, 0, 0, 0, 0, 49, 397 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/da.po, 50, 406, 390, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/el.po, 47, 286, 330, 0, 0, 4, 295, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 50, 406, 494, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/bs.po, 47, 380, 399, 1, 175, 3, 26, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/lv.gmo, 50, 406, 385, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/cs.gmo, 51, 581, 568, 0, 0, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/fi.po, 34, 174, 150, 0, 0, 17, 407, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/fa.po, 50, 406, 447, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/da.gmo, 50, 406, 390, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 50, 406, 153, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/zh_CN.po, 50, 406, 194, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/lv.po, 50, 406, 385, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 50, 406, 194, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/bs.gmo, 47, 380, 399, 0, 0, 0, 0, 47, 380 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/gu.po, 24, 140, 147, 0, 0, 27, 441, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/de.po, 50, 406, 372, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/bg.po, 50, 406, 455, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/es.gmo, 50, 406, 490, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/sr.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/en_GB.po, 49, 397, 397, 1, 175, 1, 9, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/pl.po, 50, 406, 426, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/de.gmo, 50, 406, 372, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/fa.gmo, 50, 406, 447, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/as.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/pl.gmo, 50, 406, 426, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/uk.po, 50, 406, 417, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/sv.gmo, 50, 406, 402, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/nds.po, 3, 10, 10, 0, 0, 48, 571, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/ja.po, 50, 406, 202, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/et.gmo, 44, 270, 252, 0, 0, 0, 0, 44, 270 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/it.po, 50, 406, 451, 1, 175, 0, 0, 51, 581 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/it.gmo, 50, 406, 451, 0, 0, 0, 0, 50, 406 -mlocate-0.26-24.fc31.src.rpm.stats.csv, po/pt.gmo, 50, 406, 486, 0, 0, 0, 0, 50, 406 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/id.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/id.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/fr.gmo, 17, 134, 177, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/de.po, 13, 105, 106, 2, 15, 2, 14, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/pl.po, 17, 134, 124, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 17, 134, 178, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/fur.gmo, 17, 134, 204, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/cs.gmo, 17, 134, 166, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/sk.po, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/tr.po, 17, 134, 137, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/fur.po, 17, 134, 204, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/uk.gmo, 17, 134, 147, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/it.gmo, 17, 134, 182, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/it.po, 17, 134, 182, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/fr.po, 17, 134, 177, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/sv.po, 17, 134, 135, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 17, 134, 178, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/cs.po, 17, 134, 166, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/ModemManager.pot, 0, 0, 0, 0, 0, 17, 134, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/tr.gmo, 17, 134, 137, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/de.gmo, 13, 105, 106, 0, 0, 0, 0, 13, 105 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/uk.po, 17, 134, 147, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/sk.gmo, 17, 134, 132, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/hu.po, 17, 134, 157, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/pl.gmo, 17, 134, 124, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/sv.gmo, 17, 134, 135, 0, 0, 0, 0, 17, 134 -ModemManager-1.10.6-2.fc31.src.rpm.stats.csv, po/hu.gmo, 17, 134, 157, 0, 0, 0, 0, 17, 134 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/tg.gmo, 30, 114, 118, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.gmo, 30, 114, 123, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/he.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/th.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/da.gmo, 34, 131, 108, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/he.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.gmo, 30, 114, 101, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.po, 30, 114, 123, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/el.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.gmo, 30, 114, 171, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.po, 30, 114, 39, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/mousetweaks.pot, 0, 0, 0, 0, 0, 34, 131, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.gmo, 30, 114, 105, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 94, 715, 740, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/be.gmo, 30, 114, 115, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 94, 715, 740, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.po, 30, 114, 105, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.po, 30, 114, 140, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.gmo, 30, 114, 107, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 30, 114, 161, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.po, 30, 114, 129, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/or.gmo, 94, 715, 720, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.gmo, 94, 715, 631, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/gd.gmo, 30, 114, 136, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.gmo, 23, 73, 59, 0, 0, 0, 0, 23, 73 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/or.po, 94, 715, 720, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/id.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/mk.gmo, 76, 294, 380, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/is.po, 14, 29, 26, 0, 0, 16, 85, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 34, 131, 170, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sq.gmo, 94, 426, 497, 0, 0, 0, 0, 94, 426 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.gmo, 30, 114, 108, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/de.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 30, 114, 36, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.po, 30, 114, 104, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/lo.gmo, 30, 114, 48, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/de.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.po, 30, 114, 153, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.gmo, 30, 114, 97, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.gmo, 30, 114, 112, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 34, 131, 170, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bn.po, 97, 730, 752, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.gmo, 30, 114, 99, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/it.po, 34, 131, 164, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.po, 30, 114, 99, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 30, 114, 161, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/gd.po, 30, 114, 136, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.po, 30, 114, 155, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.gmo, 30, 114, 116, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.po, 34, 131, 101, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.gmo, 30, 114, 92, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/te.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.gmo, 30, 114, 39, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/da.po, 34, 131, 108, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.po, 23, 73, 59, 1, 4, 6, 37, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 83, 630, 630, 14, 100, 0, 0, 97, 730 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/be.po, 30, 114, 115, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/mai.po, 12, 16, 24, 0, 0, 82, 699, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/et.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/te.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/et.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.gmo, 30, 114, 140, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.po, 30, 114, 107, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.gmo, 30, 114, 129, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ht.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.gmo, 30, 114, 104, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fur.po, 30, 114, 151, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.po, 34, 131, 132, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 30, 114, 36, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 83, 630, 630, 0, 0, 0, 0, 83, 630 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.gmo, 34, 131, 101, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/nn.gmo, 76, 294, 291, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.po, 30, 114, 116, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/tg.po, 30, 114, 118, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/es.po, 34, 131, 194, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.po, 30, 114, 153, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.po, 30, 114, 108, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/as.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.po, 94, 715, 569, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/it.gmo, 34, 131, 164, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/an.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/as.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/lo.po, 30, 114, 48, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/el.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.gmo, 34, 131, 131, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/mai.gmo, 12, 16, 24, 0, 0, 0, 0, 12, 16 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.gmo, 34, 131, 132, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.gmo, 30, 114, 155, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/is.gmo, 14, 29, 26, 0, 0, 0, 0, 14, 29 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.gmo, 30, 114, 150, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.po, 30, 114, 97, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.gmo, 94, 715, 569, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/es.gmo, 34, 131, 194, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ast.gmo, 97, 730, 863, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.po, 30, 114, 101, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/th.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/an.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/nn.po, 76, 294, 291, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/bn.gmo, 97, 730, 752, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.po, 94, 715, 631, 0, 0, 0, 0, 94, 715 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/id.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.po, 30, 114, 150, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ht.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.po, 30, 114, 92, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.po, 30, 114, 171, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ast.po, 97, 730, 863, 0, 0, 0, 0, 97, 730 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.po, 30, 114, 112, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.po, 34, 131, 131, 0, 0, 0, 0, 34, 131 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/fur.gmo, 30, 114, 151, 0, 0, 0, 0, 30, 114 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/mk.po, 76, 294, 380, 0, 0, 0, 0, 76, 294 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sq.po, 94, 426, 497, 0, 0, 0, 0, 94, 426 -mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/zu.po, 1171, 6674, 4763, 36, 174, 7, 128, 1214, 6976 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 1123, 5621, 1538, 0, 0, 0, 0, 1123, 5621 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 1050, 6243, 1428, 0, 0, 0, 0, 1050, 6243 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 1082, 5566, 1537, 0, 0, 0, 0, 1082, 5566 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/yo.po, 295, 1434, 1797, 513, 2994, 222, 1686, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/yi.po, 29, 31, 31, 32, 59, 1153, 6886, 1214, 6976 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 1227, 6945, 5811, 18, 111, 10, 154, 1255, 7210 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 505, 1435, 1779, 182, 813, 574, 4957, 1261, 7205 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 1123, 5609, 7062, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/uz.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 1114, 5948, 5502, 0, 0, 0, 0, 1114, 5948 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 1076, 6381, 4988, 0, 0, 0, 0, 1076, 6381 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 1123, 5609, 4448, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/tk.po, 994, 5001, 4101, 81, 321, 139, 1654, 1214, 6976 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 1095, 5862, 1986, 0, 0, 0, 0, 1095, 5862 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 976, 4685, 4949, 77, 1667, 0, 0, 1053, 6352 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 1029, 6107, 4975, 1, 7, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 1030, 6114, 5024, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 1126, 5625, 5566, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1087, 5622, 6307, 0, 0, 0, 0, 1087, 5622 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@ije.po, 1094, 6241, 5750, 97, 524, 23, 211, 1214, 6976 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 1126, 5625, 6333, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 1320, 8379, 9223, 0, 0, 0, 0, 1320, 8379 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 1126, 5625, 6292, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 1123, 5609, 5775, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 298, 887, 976, 347, 1835, 385, 3392, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 100, 107, 117, 849, 6436, 306, 669, 1255, 7212 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 1123, 5606, 5574, 0, 0, 0, 0, 1123, 5606 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 1126, 5625, 6541, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 1123, 5609, 6241, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 1002, 5439, 5737, 66, 282, 40, 172, 1108, 5893 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ps.po, 512, 1166, 1250, 1, 4, 807, 7209, 1320, 8379 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 1127, 5633, 5676, 0, 0, 0, 0, 1127, 5633 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 1123, 5609, 6385, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 1030, 6114, 6397, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 1087, 5622, 6463, 0, 0, 0, 0, 1087, 5622 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/nso.po, 704, 3641, 4773, 412, 2671, 198, 1832, 1314, 8144 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 1097, 6708, 6383, 10, 71, 4, 36, 1111, 6815 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 1123, 5609, 5908, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 765, 2439, 2412, 307, 2333, 54, 853, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/nds.po, 813, 2511, 2359, 0, 0, 588, 6170, 1401, 8681 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 1091, 4813, 4810, 19, 649, 12, 158, 1122, 5620 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/my.po, 288, 797, 572, 0, 0, 1161, 8094, 1449, 8891 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 844, 4023, 3681, 244, 1920, 33, 1136, 1121, 7079 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 1030, 6114, 5696, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/mn.po, 1174, 6597, 5791, 75, 465, 13, 144, 1262, 7206 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 784, 3484, 2868, 236, 1891, 104, 665, 1124, 6040 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 1121, 7079, 7322, 0, 0, 0, 0, 1121, 7079 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 347, 855, 888, 0, 0, 775, 4765, 1122, 5620 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/mi.po, 167, 244, 285, 78, 170, 969, 6562, 1214, 6976 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.po, 1048, 6089, 6546, 96, 733, 16, 147, 1160, 6969 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 951, 5078, 5462, 0, 0, 343, 3175, 1294, 8253 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 203, 536, 549, 0, 0, 0, 0, 203, 536 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 1126, 5625, 5100, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ln.po, 996, 5489, 5850, 0, 0, 0, 0, 996, 5489 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/li.po, 743, 3450, 3347, 398, 2903, 120, 852, 1261, 7205 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ky.po, 391, 999, 879, 74, 407, 590, 4910, 1055, 6316 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 658, 2464, 2638, 232, 1737, 281, 3114, 1171, 7315 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 1126, 5625, 4343, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 1030, 6114, 5253, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 11, 42, 14, 89, 398, 1013, 6331, 1113, 6771 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 1123, 5606, 4680, 0, 0, 0, 0, 1123, 5606 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 1226, 6415, 4739, 8, 35, 88, 1948, 1322, 8398 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 1122, 5603, 1568, 0, 0, 1, 6, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 1123, 5609, 5938, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 1126, 5625, 5716, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/io.po, 451, 1283, 1212, 14, 44, 766, 6127, 1231, 7454 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ig.po, 723, 3745, 3973, 386, 2655, 205, 1744, 1314, 8144 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 1126, 5625, 5509, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/hy.po, 1140, 6554, 5928, 28, 262, 0, 0, 1168, 6816 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 1126, 5625, 5039, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 1123, 5609, 5544, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 1030, 6114, 7276, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 1108, 5893, 5862, 0, 0, 0, 0, 1108, 5893 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ha.po, 723, 3745, 4634, 386, 2655, 205, 1744, 1314, 8144 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/gv.po, 1269, 7500, 9107, 138, 863, 36, 521, 1443, 8884 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 1030, 6114, 6546, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 1126, 5625, 6185, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 1087, 5620, 8440, 0, 0, 0, 0, 1087, 5620 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 416, 1130, 1618, 168, 785, 311, 3255, 895, 5170 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/fy.po, 484, 946, 932, 0, 0, 959, 7938, 1443, 8884 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 1123, 5609, 6504, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 1126, 5625, 6517, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 1095, 4786, 4016, 20, 680, 11, 159, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 1126, 5625, 6182, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 1126, 5625, 4858, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 1049, 6236, 4871, 1, 7, 0, 0, 1050, 6243 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 1126, 5625, 6318, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 1121, 5604, 5375, 0, 0, 0, 0, 1121, 5604 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 1122, 5620, 5700, 0, 0, 0, 0, 1122, 5620 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 1192, 7325, 7330, 0, 0, 0, 0, 1192, 7325 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 1333, 7548, 7548, 105, 1292, 0, 0, 1438, 8840 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 1123, 5609, 5792, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 1172, 7054, 3098, 3, 10, 1, 2, 1176, 7066 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 1123, 5609, 5725, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 1123, 5609, 5399, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 1162, 7004, 7511, 1, 1, 0, 0, 1163, 7005 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 1123, 5609, 5707, 0, 0, 0, 0, 1123, 5609 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/crh.po, 1032, 6170, 4852, 2, 16, 6, 46, 1040, 6232 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 1114, 5984, 7063, 0, 0, 0, 0, 1114, 5984 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 1126, 5625, 6648, 0, 0, 0, 0, 1126, 5625 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 869, 5118, 5012, 0, 0, 0, 0, 869, 5118 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/br.po, 1417, 8788, 10044, 1, 13, 0, 0, 1418, 8801 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/bo.po, 1031, 6259, 2219, 115, 823, 46, 321, 1192, 7403 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 1030, 6114, 6520, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 1121, 7063, 7293, 7, 66, 0, 0, 1128, 7129 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 864, 5223, 5540, 0, 0, 0, 0, 864, 5223 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 1287, 7522, 6673, 8, 104, 19, 509, 1314, 8135 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 1123, 5606, 5651, 0, 0, 0, 0, 1123, 5606 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 1214, 6881, 5493, 40, 193, 8, 132, 1262, 7206 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 1121, 7079, 7278, 0, 0, 0, 0, 1121, 7079 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 1030, 6114, 6295, 0, 0, 0, 0, 1030, 6114 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 1029, 4536, 5586, 21, 595, 27, 393, 1077, 5524 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/an.po, 783, 3679, 3986, 0, 0, 85, 1400, 868, 5079 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 381, 909, 971, 190, 657, 690, 5639, 1261, 7205 -nautilus-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 1050, 4908, 5323, 0, 0, 30, 636, 1080, 5544 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/en_CA.po, 39, 173, 171, 0, 0, 0, 0, 39, 173 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 10, 56, 69, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ja.po, 8, 45, 16, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/af.po, 6, 31, 37, 0, 0, 2, 14, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/da.po, 10, 56, 52, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/nl.po, 8, 45, 41, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/mk.po, 62, 299, 293, 0, 0, 0, 0, 62, 299 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/he.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/rw.po, 2, 1, 1, 12, 42, 5, 10, 19, 53 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/sq.po, 20, 55, 58, 0, 0, 0, 0, 20, 55 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/tr.po, 10, 56, 48, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/mr.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 10, 56, 15, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/de.po, 10, 56, 53, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/be.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/it.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/te.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/vi.po, 10, 56, 90, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/cs.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ka.po, 28, 84, 68, 0, 0, 0, 0, 28, 84 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/br.po, 33, 98, 112, 0, 0, 34, 218, 67, 316 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ast.po, 65, 310, 334, 0, 0, 0, 0, 65, 310 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/kk.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/eo.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/hr.po, 10, 56, 60, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/bg.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/bn.po, 65, 310, 304, 0, 0, 0, 0, 65, 310 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/kg.po, 11, 39, 34, 2, 6, 44, 230, 57, 275 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ms.po, 50, 217, 189, 0, 0, 0, 0, 50, 217 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/hi.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/nds.po, 43, 152, 156, 0, 0, 22, 158, 65, 310 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/oc.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/sr.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/pt.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/bs.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ko.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ro.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/is.po, 10, 56, 51, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/pl.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ne.po, 8, 45, 42, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/km.po, 59, 274, 130, 0, 0, 0, 0, 59, 274 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/th.po, 8, 45, 17, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ga.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/be@latin.po, 60, 289, 251, 0, 0, 0, 0, 60, 289 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ta.po, 8, 45, 40, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 10, 56, 18, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/lv.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/sk.po, 10, 56, 63, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/or.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/eu.po, 10, 56, 55, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ar.po, 6, 31, 33, 0, 0, 2, 14, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/tg.po, 8, 45, 52, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/fur.po, 10, 56, 70, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/lt.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/fi.po, 8, 42, 29, 0, 0, 2, 14, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ca.po, 10, 56, 80, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/en_GB.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/fa.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ca@valencia.po, 8, 45, 66, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/id.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/kn.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/en@shaw.po, 64, 308, 305, 0, 0, 0, 0, 64, 308 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ml.po, 8, 45, 33, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/gd.po, 10, 56, 75, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/el.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/zh_HK.po, 8, 45, 12, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/sv.po, 10, 56, 46, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/uk.po, 8, 45, 48, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/et.po, 8, 45, 37, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/nb.po, 10, 56, 45, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/an.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/gu.po, 8, 45, 50, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ln.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/es.po, 10, 56, 76, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/pa.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/as.po, 8, 45, 49, 0, 0, 0, 0, 8, 45 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/gl.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ug.po, 7, 38, 32, 0, 0, 0, 0, 7, 38 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/nn.po, 64, 308, 275, 0, 0, 0, 0, 64, 308 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/fr.po, 10, 56, 73, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/hu.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/sl.po, 10, 56, 64, 0, 0, 0, 0, 10, 56 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/dz.po, 39, 173, 56, 0, 0, 0, 0, 39, 173 -nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv, po/ru.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -neon-0.30.2-11.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/neon.pot, 0, 0, 0, 0, 0, 136, 694, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/tr.po, 14, 76, 57, 47, 255, 75, 363, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/cs.po, 14, 76, 70, 51, 274, 71, 344, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/ru.po, 0, 0, 0, 32, 172, 104, 522, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/fr.po, 0, 0, 0, 44, 249, 92, 445, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/de.po, 14, 76, 82, 51, 274, 71, 344, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/ja.po, 6, 32, 11, 46, 251, 84, 411, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/pl.po, 131, 662, 676, 2, 14, 3, 18, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/nn.po, 14, 76, 72, 61, 317, 61, 301, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/zh_CN.po, 92, 476, 159, 20, 105, 24, 113, 136, 694 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/nn.gmo, 14, 76, 72, 0, 0, 0, 0, 14, 76 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/pl.gmo, 131, 662, 676, 0, 0, 0, 0, 131, 662 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -neon-0.30.2-11.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 92, 476, 159, 0, 0, 0, 0, 92, 476 -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv, po/pt_BR.po, 500, 2225, 2477, 0, 0, 0, 0, 500, 2225 -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv, po/net-tools.pot, 0, 0, 0, 0, 0, 590, 2812, 590, 2812 -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv, po/fr.po, 433, 1859, 2044, 19, 88, 48, 278, 500, 2225 -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv, po/et_EE.po, 532, 2439, 2388, 0, 0, 2, 10, 534, 2449 -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv, po/de.po, 486, 2168, 2038, 8, 31, 6, 26, 500, 2225 -net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv, po/cs.po, 608, 2928, 3121, 0, 0, 0, 0, 608, 2928 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 2059, 23046, 5523, 17, 646, 19, 624, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 30, 156, 63, 374, 1565, 1691, 22595, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 2111, 24616, 8871, 0, 0, 0, 0, 2111, 24616 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 167, 591, 1928, 23725, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/vi.po, 20, 137, 175, 79, 414, 1996, 23765, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/uk.po, 2082, 23993, 23661, 11, 294, 2, 29, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/tr.po, 992, 6775, 6081, 425, 2381, 678, 15160, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/th.po, 8, 13, 11, 328, 1285, 1759, 23018, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/te.po, 757, 4699, 4122, 537, 3420, 801, 16197, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ta.po, 928, 6212, 5445, 461, 2665, 706, 15439, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/sv.po, 1800, 18964, 16695, 190, 2797, 105, 2555, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 127, 599, 624, 654, 3245, 1314, 20472, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/sr.po, 127, 599, 624, 654, 3245, 1314, 20472, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 80, 291, 2015, 24025, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/sl.po, 249, 1228, 1253, 519, 2442, 1327, 20646, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/sk.po, 485, 1759, 1779, 224, 1133, 1386, 21424, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 255, 1018, 1840, 23298, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ru.po, 1813, 21643, 19402, 226, 1819, 56, 854, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 2102, 24460, 27002, 0, 0, 0, 0, 2102, 24460 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/pt.po, 2, 2, 2, 231, 885, 1862, 23429, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/pl.po, 1759, 12416, 12254, 0, 0, 0, 0, 1759, 12416 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/pa.po, 1047, 5352, 6050, 334, 2350, 714, 16614, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/or.po, 671, 3889, 4028, 584, 3535, 840, 16892, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/oc.po, 132, 427, 520, 353, 1541, 1610, 22348, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/nl.po, 14, 92, 88, 32, 172, 2049, 24052, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ne.po, 2, 2, 4, 159, 615, 1934, 23699, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/nb.po, 9, 45, 44, 36, 205, 2050, 24066, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/mr.po, 757, 4699, 4528, 538, 3426, 800, 16191, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ml.po, 671, 3889, 3279, 584, 3535, 840, 16892, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 4, 32, 2091, 24284, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/lv.po, 5, 10, 10, 319, 1279, 1771, 23027, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/lt.po, 529, 2692, 2368, 558, 3251, 1008, 18373, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ku.po, 1, 2, 2, 302, 1214, 1792, 23100, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ko.po, 1783, 21430, 17327, 263, 2106, 65, 1080, 2111, 24616 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/kn.po, 757, 4699, 4247, 537, 3420, 801, 16197, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ka.po, 8, 13, 13, 328, 1285, 1759, 23018, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ja.po, 2111, 24616, 9596, 0, 0, 0, 0, 2111, 24616 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/it.po, 2015, 23495, 24991, 63, 539, 17, 282, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/id.po, 1831, 19335, 18256, 172, 2846, 92, 2135, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/hu.po, 317, 1602, 1574, 629, 3317, 1149, 19397, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/hr.po, 91, 336, 307, 544, 2668, 1460, 21312, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/hi.po, 757, 4699, 5252, 598, 4414, 740, 15203, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 4, 32, 2091, 24284, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/gu.po, 682, 3947, 4230, 634, 4574, 779, 15795, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/gl.po, 465, 1914, 2386, 509, 2428, 1121, 19974, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/gd.po, 124, 994, 1281, 407, 2210, 1564, 21112, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/fr.po, 2111, 24616, 27745, 0, 0, 0, 0, 2111, 24616 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/fi.po, 89, 430, 370, 444, 2055, 1562, 21831, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/eu.po, 99, 419, 458, 447, 2080, 1549, 21817, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/et.po, 24, 156, 121, 81, 414, 1990, 23746, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/es.po, 1968, 22413, 25942, 79, 1101, 48, 802, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/eo.po, 199, 922, 841, 468, 2184, 1428, 21210, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/en_GB.po, 243, 1192, 1191, 616, 3028, 1236, 20096, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/en_CA.po, 3, 5, 5, 426, 1820, 1666, 22491, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/el.po, 717, 4543, 4963, 617, 4431, 761, 15342, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/dz.po, 2, 2, 2, 236, 907, 1857, 23407, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/de.po, 1895, 21243, 20703, 144, 2219, 56, 854, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/da.po, 436, 3694, 3452, 481, 2346, 1178, 18276, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/cs.po, 402, 1243, 1204, 466, 2492, 1227, 20581, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ca.po, 1147, 8060, 9833, 391, 2583, 557, 13673, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 84, 311, 2011, 24005, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 760, 4720, 4876, 595, 4393, 740, 15203, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/bg.po, 133, 625, 785, 556, 2739, 1406, 20952, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/be@latin.po, 0, 0, 0, 8, 39, 2087, 24277, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/as.po, 767, 4768, 4856, 589, 4351, 739, 15197, 2095, 24316 -NetworkManager-1.20.4-1.fc31.src.rpm.stats.csv, po/ar.po, 2, 2, 2, 174, 676, 1919, 23638, 2095, 24316 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sv.po, 980, 4804, 4326, 10, 34, 6, 18, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/id.po, 979, 4793, 4652, 10, 34, 7, 29, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/af.gmo, 147, 422, 359, 0, 0, 0, 0, 147, 422 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/et.gmo, 427, 1636, 1378, 0, 0, 0, 0, 427, 1636 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/dz.gmo, 33, 71, 41, 0, 0, 0, 0, 33, 71 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/kn.po, 290, 990, 945, 373, 1775, 333, 2091, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/be@latin.gmo, 126, 351, 361, 0, 0, 0, 0, 126, 351 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/hi.po, 424, 1612, 1915, 289, 1397, 283, 1847, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sr@latin.gmo, 839, 4414, 4385, 0, 0, 0, 0, 839, 4414 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 111, 428, 885, 4428, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/he.gmo, 436, 1656, 1721, 0, 0, 0, 0, 436, 1656 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/be@latin.po, 126, 351, 361, 365, 1426, 505, 3079, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ja.po, 829, 4404, 1743, 155, 330, 12, 122, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sq.po, 1, 2, 3, 86, 279, 909, 4575, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/wa.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/network-manager-applet.pot, 0, 0, 0, 0, 0, 996, 4856, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/gu.gmo, 435, 1493, 1696, 0, 0, 0, 0, 435, 1493 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/nn.po, 326, 1123, 1089, 318, 1669, 352, 2064, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/kk.po, 744, 2631, 2440, 11, 36, 241, 2189, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sr.gmo, 839, 4414, 4385, 0, 0, 0, 0, 839, 4414 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/an.gmo, 274, 848, 1026, 0, 0, 0, 0, 274, 848 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ug.po, 418, 1566, 1490, 290, 1401, 288, 1889, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/or.gmo, 290, 990, 1096, 0, 0, 0, 0, 290, 990 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ne.po, 33, 71, 78, 258, 933, 705, 3852, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ku.gmo, 120, 251, 269, 0, 0, 0, 0, 120, 251 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/hr.gmo, 991, 4844, 4615, 0, 0, 0, 0, 991, 4844 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ml.gmo, 430, 1645, 1430, 0, 0, 0, 0, 430, 1645 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/tg.gmo, 271, 626, 679, 0, 0, 0, 0, 271, 626 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/km.gmo, 464, 1799, 839, 0, 0, 0, 0, 464, 1799 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/be.gmo, 420, 1603, 1482, 0, 0, 0, 0, 420, 1603 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/nn.gmo, 326, 1123, 1089, 0, 0, 0, 0, 326, 1123 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pt.po, 542, 2123, 2413, 279, 1386, 175, 1347, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/lt.po, 986, 4834, 4325, 6, 12, 4, 10, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/bs.gmo, 466, 1811, 1826, 0, 0, 0, 0, 466, 1811 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/eo.po, 442, 1594, 1552, 220, 1211, 334, 2051, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ms.po, 304, 1033, 1017, 330, 1728, 362, 2095, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/gu.po, 435, 1493, 1696, 289, 1476, 272, 1887, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/cs.po, 993, 4851, 4654, 1, 3, 2, 2, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/it.gmo, 993, 4846, 5200, 0, 0, 0, 0, 993, 4846 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ml.po, 430, 1645, 1430, 283, 1380, 283, 1831, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ne.gmo, 33, 71, 78, 0, 0, 0, 0, 33, 71 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ru.gmo, 965, 4676, 4240, 0, 0, 0, 0, 965, 4676 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ta.po, 347, 1175, 1084, 330, 1686, 319, 1995, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/en_GB.gmo, 423, 1607, 1613, 0, 0, 0, 0, 423, 1607 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sk.gmo, 799, 3215, 3279, 0, 0, 0, 0, 799, 3215 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ru.po, 965, 4676, 4240, 10, 34, 21, 146, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ko.gmo, 686, 3342, 2807, 0, 0, 0, 0, 686, 3342 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/fi.gmo, 490, 1716, 1329, 0, 0, 0, 0, 490, 1716 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/bs.po, 466, 1811, 1826, 284, 1391, 246, 1654, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pa.gmo, 751, 3308, 3697, 0, 0, 0, 0, 751, 3308 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/km.po, 464, 1799, 839, 286, 1400, 246, 1657, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/mr.po, 329, 1098, 1166, 337, 1733, 330, 2025, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ast.gmo, 297, 1018, 1197, 0, 0, 0, 0, 297, 1018 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pl.gmo, 996, 4856, 4542, 0, 0, 0, 0, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/hu.gmo, 993, 4846, 4460, 0, 0, 0, 0, 993, 4846 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/te.gmo, 365, 1300, 1190, 0, 0, 0, 0, 365, 1300 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pt_BR.gmo, 993, 4846, 5597, 0, 0, 0, 0, 993, 4846 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/es.gmo, 993, 4851, 5852, 0, 0, 0, 0, 993, 4851 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/lt.gmo, 986, 4834, 4325, 0, 0, 0, 0, 986, 4834 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ca@valencia.gmo, 464, 1805, 2361, 0, 0, 0, 0, 464, 1805 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/vi.gmo, 469, 1815, 2313, 0, 0, 0, 0, 469, 1815 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/et.po, 427, 1636, 1378, 284, 1383, 285, 1837, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/uk.gmo, 325, 1111, 1093, 0, 0, 0, 0, 325, 1111 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ku.po, 120, 251, 269, 240, 869, 636, 3736, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sr@latin.po, 839, 4414, 4385, 146, 322, 11, 120, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/zh_CN.po, 829, 4404, 1542, 127, 271, 40, 181, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/af.po, 147, 422, 359, 228, 991, 621, 3443, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/bg.po, 465, 1806, 2114, 284, 1395, 247, 1655, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/an.po, 274, 848, 1026, 366, 1928, 356, 2080, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/da.gmo, 993, 4846, 4346, 0, 0, 0, 0, 993, 4846 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/oc.gmo, 501, 1889, 2276, 0, 0, 0, 0, 501, 1889 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/zh_TW.po, 684, 3336, 1084, 271, 1338, 41, 182, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/fr.gmo, 986, 4834, 5715, 0, 0, 0, 0, 986, 4834 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sk.po, 799, 3215, 3279, 96, 616, 101, 1025, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/gd.po, 680, 3087, 4134, 150, 428, 166, 1341, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/vi.po, 469, 1815, 2313, 286, 1398, 241, 1643, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/de.gmo, 978, 4790, 4490, 0, 0, 0, 0, 978, 4790 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/oc.po, 501, 1889, 2276, 257, 1252, 238, 1715, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/gd.gmo, 680, 3087, 4134, 0, 0, 0, 0, 680, 3087 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/nl.po, 993, 4846, 4753, 2, 4, 1, 6, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ja.gmo, 829, 4404, 1743, 0, 0, 0, 0, 829, 4404 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ca@valencia.po, 464, 1805, 2361, 285, 1396, 247, 1655, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/fi.po, 490, 1716, 1329, 276, 1410, 230, 1730, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/crh.gmo, 400, 1495, 1434, 0, 0, 0, 0, 400, 1495 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/kk.gmo, 744, 2631, 2440, 0, 0, 0, 0, 744, 2631 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sv.gmo, 980, 4804, 4326, 0, 0, 0, 0, 980, 4804 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sl.po, 469, 1817, 1818, 282, 1387, 245, 1652, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/mk.gmo, 305, 1034, 1228, 0, 0, 0, 0, 305, 1034 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/el.gmo, 468, 1809, 1981, 0, 0, 0, 0, 468, 1809 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/el.po, 468, 1809, 1981, 291, 1410, 237, 1637, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ast.po, 297, 1018, 1197, 333, 1725, 366, 2113, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/eu.po, 468, 1814, 1695, 287, 1398, 241, 1644, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/tr.po, 995, 4853, 4313, 1, 3, 0, 0, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ta.gmo, 347, 1175, 1084, 0, 0, 0, 0, 347, 1175 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/tr.gmo, 995, 4853, 4313, 0, 0, 0, 0, 995, 4853 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ko.po, 686, 3342, 2807, 269, 1332, 41, 182, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/gl.gmo, 819, 4198, 5009, 0, 0, 0, 0, 819, 4198 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/fr.po, 986, 4834, 5715, 6, 12, 4, 10, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/nb.gmo, 456, 1745, 1675, 0, 0, 0, 0, 456, 1745 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/hr.po, 991, 4844, 4615, 4, 6, 1, 6, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/eo.gmo, 442, 1594, 1552, 0, 0, 0, 0, 442, 1594 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/th.gmo, 336, 1213, 607, 0, 0, 0, 0, 336, 1213 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pl.po, 996, 4856, 4542, 0, 0, 0, 0, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/cs.gmo, 993, 4851, 4654, 0, 0, 0, 0, 993, 4851 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sr.po, 839, 4414, 4385, 146, 322, 11, 120, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/eu.gmo, 468, 1814, 1695, 0, 0, 0, 0, 468, 1814 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pa.po, 751, 3308, 3697, 140, 309, 105, 1239, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/zh_CN.gmo, 829, 4404, 1542, 0, 0, 0, 0, 829, 4404 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/lv.po, 957, 4642, 4219, 29, 95, 10, 119, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ro.po, 386, 1426, 1638, 296, 1521, 314, 1909, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/bg.gmo, 465, 1806, 2114, 0, 0, 0, 0, 465, 1806 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/gl.po, 819, 4198, 5009, 148, 336, 29, 322, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/wa.po, 1, 2, 2, 92, 302, 903, 4552, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ar.gmo, 256, 831, 865, 0, 0, 0, 0, 256, 831 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ca.po, 986, 4834, 6052, 6, 12, 4, 10, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/as.gmo, 466, 1807, 1931, 0, 0, 0, 0, 466, 1807 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/zh_HK.gmo, 470, 1811, 823, 0, 0, 0, 0, 470, 1811 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/mr.gmo, 329, 1098, 1166, 0, 0, 0, 0, 329, 1098 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/lv.gmo, 957, 4642, 4219, 0, 0, 0, 0, 957, 4642 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ug.gmo, 418, 1566, 1490, 0, 0, 0, 0, 418, 1566 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pt_BR.po, 993, 4846, 5597, 2, 4, 1, 6, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/it.po, 993, 4846, 5200, 2, 4, 1, 6, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/he.po, 436, 1656, 1721, 285, 1383, 275, 1817, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/de.po, 978, 4790, 4490, 10, 34, 8, 32, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ur.gmo, 215, 750, 1033, 0, 0, 0, 0, 215, 750 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/be.po, 420, 1603, 1482, 285, 1392, 291, 1861, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/tg.po, 271, 626, 679, 452, 2476, 273, 1754, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/or.po, 290, 990, 1096, 373, 1775, 333, 2091, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/te.po, 365, 1300, 1190, 315, 1611, 316, 1945, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/fa.po, 335, 1212, 1496, 314, 1623, 347, 2021, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ca.gmo, 986, 4834, 6052, 0, 0, 0, 0, 986, 4834 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/is.po, 802, 3135, 3085, 49, 222, 145, 1499, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/kn.gmo, 290, 990, 945, 0, 0, 0, 0, 290, 990 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/zh_TW.gmo, 684, 3336, 1084, 0, 0, 0, 0, 684, 3336 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/nl.gmo, 993, 4846, 4753, 0, 0, 0, 0, 993, 4846 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/bn_IN.po, 290, 990, 1146, 373, 1775, 333, 2091, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/pt.gmo, 542, 2123, 2413, 0, 0, 0, 0, 542, 2123 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/nb.po, 456, 1745, 1675, 287, 1398, 253, 1713, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ar.po, 256, 831, 865, 320, 1542, 420, 2483, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/is.gmo, 802, 3135, 3085, 0, 0, 0, 0, 802, 3135 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/uk.po, 325, 1111, 1093, 320, 1671, 351, 2074, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/en_CA.po, 24, 53, 56, 230, 835, 742, 3968, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ur.po, 215, 750, 1033, 356, 1665, 425, 2441, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/zh_HK.po, 470, 1811, 823, 285, 1401, 241, 1644, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/id.gmo, 979, 4793, 4652, 0, 0, 0, 0, 979, 4793 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/hu.po, 993, 4846, 4460, 2, 4, 1, 6, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/es.po, 993, 4851, 5852, 1, 3, 2, 2, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/mk.po, 305, 1034, 1228, 332, 1735, 359, 2087, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ms.gmo, 304, 1033, 1017, 0, 0, 0, 0, 304, 1033 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/th.po, 336, 1213, 607, 315, 1633, 345, 2010, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/da.po, 993, 4846, 4346, 2, 4, 1, 6, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/crh.po, 400, 1495, 1434, 274, 1369, 322, 1992, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/en_GB.po, 423, 1607, 1613, 294, 1411, 279, 1838, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/ro.gmo, 386, 1426, 1638, 0, 0, 0, 0, 386, 1426 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/bn_IN.gmo, 290, 990, 1146, 0, 0, 0, 0, 290, 990 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/hi.gmo, 424, 1612, 1915, 0, 0, 0, 0, 424, 1612 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/as.po, 466, 1807, 1931, 291, 1409, 239, 1640, 996, 4856 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sq.gmo, 1, 2, 3, 0, 0, 0, 0, 1, 2 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/en_CA.gmo, 24, 53, 56, 0, 0, 0, 0, 24, 53 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/sl.gmo, 469, 1817, 1818, 0, 0, 0, 0, 469, 1817 -network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv, po/dz.po, 33, 71, 41, 258, 933, 705, 3852, 996, 4856 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/mr.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 9, 34, 38, 5, 11, 582, 3196, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/fi.po, 154, 527, 452, 39, 238, 799, 4895, 992, 5660 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/pa.po, 122, 463, 530, 31, 156, 443, 2622, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 9, 34, 35, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ro.po, 16, 54, 54, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/tg.po, 6, 10, 10, 0, 0, 543, 3054, 549, 3064 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ug.po, 427, 2314, 2171, 20, 104, 489, 2908, 936, 5326 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/fa.po, 15, 51, 62, 2, 5, 579, 3185, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/eu.po, 512, 2754, 2871, 146, 876, 458, 2732, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/tr.po, 690, 3862, 3695, 0, 0, 426, 2500, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/gu.po, 16, 54, 66, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ko.po, 16, 54, 49, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/te.po, 9, 34, 34, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 963, 5506, 6068, 0, 0, 153, 856, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/kn.po, 9, 34, 36, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/hu.po, 970, 5550, 5902, 0, 0, 146, 812, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/da.po, 1110, 6328, 6004, 0, 0, 6, 34, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/sv.po, 963, 5506, 5232, 0, 0, 153, 856, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/gl.po, 156, 780, 1018, 21, 127, 419, 2334, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/bs.po, 815, 4586, 4629, 0, 0, 301, 1776, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/pt.po, 841, 4756, 5448, 0, 0, 275, 1606, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 16, 54, 34, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/en_GB.po, 468, 2531, 2531, 21, 105, 447, 2690, 936, 5326 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/fr.po, 58, 213, 247, 9, 44, 529, 2984, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/pl.po, 1176, 6641, 7263, 0, 0, 0, 0, 1176, 6641 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/lt.po, 1099, 6264, 5876, 0, 0, 17, 98, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/he.po, 16, 54, 64, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/de.po, 1042, 5964, 5923, 0, 0, 74, 398, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/or.po, 16, 54, 71, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/as.po, 16, 54, 68, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/vi.po, 31, 134, 191, 2, 5, 563, 3102, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/el.po, 507, 2723, 2999, 12, 69, 597, 3570, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/sr.po, 963, 5506, 6068, 0, 0, 153, 856, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/nb.po, 35, 128, 124, 6, 28, 555, 3085, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/es.po, 1138, 6436, 8151, 10, 48, 16, 109, 1164, 6593 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/it.po, 93, 346, 400, 391, 1798, 390, 2780, 874, 4924 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ta.po, 9, 34, 33, 2, 5, 585, 3202, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ar.po, 10, 48, 51, 0, 0, 539, 3016, 549, 3064 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/et.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/cs.po, 1077, 6171, 6384, 4, 21, 35, 170, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/nl.po, 1113, 6352, 5724, 0, 0, 0, 0, 1113, 6352 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/sl.po, 480, 2593, 2936, 20, 94, 616, 3675, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 1110, 6328, 7398, 0, 0, 6, 34, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/uk.po, 81, 305, 336, 17, 102, 498, 2834, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/lv.po, 32, 139, 133, 2, 5, 562, 3097, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 23, 86, 44, 2, 11, 571, 3144, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/eo.po, 6, 15, 14, 0, 0, 590, 3226, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ru.po, 32, 139, 129, 2, 5, 562, 3097, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 112, 468, 245, 18, 81, 466, 2692, 596, 3241 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/ca.po, 1110, 6328, 8206, 0, 0, 6, 34, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/id.po, 970, 5550, 5624, 0, 0, 146, 812, 1116, 6362 -NetworkManager-openconnect-1.2.6-2.fc31.src.rpm.stats.csv, po/bg.po, 16, 54, 59, 2, 5, 578, 3182, 596, 3241 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/sk.po, 5, 14, 14, 26, 60, 138, 975, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/bs.po, 169, 1049, 1020, 0, 0, 0, 0, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ka.po, 9, 30, 20, 33, 82, 127, 937, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/fr.po, 161, 997, 1230, 2, 11, 6, 41, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/de.po, 256, 1847, 1773, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/eo.po, 30, 43, 41, 2, 6, 137, 1000, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/hu.po, 249, 1768, 1634, 0, 0, 0, 0, 249, 1768 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/mk.po, 9, 32, 42, 32, 78, 128, 939, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/da.po, 255, 1846, 1733, 0, 0, 0, 0, 255, 1846 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/he.po, 29, 82, 87, 14, 31, 126, 936, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/zh_TW.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/es.po, 246, 1695, 2036, 3, 41, 7, 118, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/zh_CN.po, 126, 750, 338, 11, 59, 32, 240, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/as.po, 48, 121, 137, 18, 151, 103, 777, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/et.po, 71, 207, 167, 11, 137, 87, 705, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/fi.po, 113, 358, 277, 17, 169, 126, 1320, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/sr@latin.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/th.po, 10, 31, 21, 27, 72, 132, 946, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/vi.po, 7, 22, 31, 32, 78, 130, 949, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ro.po, 52, 147, 156, 21, 165, 96, 737, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ca.po, 256, 1847, 2279, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ar.po, 10, 33, 34, 37, 97, 122, 919, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ps.po, 36, 93, 102, 15, 50, 118, 906, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ca@valencia.po, 52, 133, 154, 26, 189, 91, 727, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ug.po, 28, 77, 71, 14, 31, 127, 941, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/nl.po, 110, 449, 417, 0, 0, 26, 308, 136, 757 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/eu.po, 160, 972, 857, 3, 36, 6, 41, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/sv.po, 256, 1847, 1685, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/id.po, 256, 1847, 1813, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/mr.po, 48, 121, 133, 18, 151, 103, 777, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/pa.po, 96, 356, 373, 0, 0, 43, 435, 139, 791 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/lv.po, 249, 1768, 1623, 0, 0, 0, 0, 249, 1768 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ta.po, 49, 125, 126, 19, 156, 101, 768, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/el.po, 199, 1222, 1341, 6, 64, 24, 327, 229, 1613 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/tr.po, 168, 1164, 1051, 7, 40, 37, 265, 212, 1469 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/lt.po, 256, 1854, 1720, 0, 0, 0, 0, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ja.po, 118, 451, 253, 4, 25, 47, 573, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/cs.po, 255, 1846, 1739, 0, 0, 0, 0, 255, 1846 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/it.po, 256, 1847, 2030, 0, 0, 0, 0, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ru.po, 209, 1328, 1274, 1, 1, 44, 510, 254, 1839 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/nb.po, 86, 242, 223, 7, 29, 76, 778, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/pl.po, 256, 1854, 1801, 0, 0, 0, 0, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/pt.po, 180, 1265, 1374, 0, 0, 0, 0, 180, 1265 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/dz.po, 9, 31, 10, 36, 94, 124, 924, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/en_GB.po, 134, 788, 788, 10, 77, 25, 184, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/uk.po, 71, 207, 195, 11, 137, 87, 705, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/zh_HK.po, 42, 102, 68, 16, 134, 111, 813, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/be.po, 96, 337, 334, 15, 164, 58, 548, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/gl.po, 249, 1768, 2126, 0, 0, 0, 0, 249, 1768 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/ko.po, 34, 97, 86, 33, 95, 102, 857, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/sr.po, 247, 1734, 1749, 0, 0, 0, 0, 247, 1734 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/sl.po, 159, 969, 964, 4, 39, 6, 41, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/hr.po, 77, 283, 281, 2, 2, 177, 1562, 256, 1847 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/gu.po, 29, 82, 85, 14, 31, 126, 936, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/kn.po, 49, 125, 123, 19, 156, 101, 768, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/pt_BR.po, 256, 1854, 2176, 0, 0, 0, 0, 256, 1854 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/fa.po, 70, 205, 231, 12, 139, 87, 705, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/te.po, 49, 125, 122, 19, 156, 101, 768, 169, 1049 -NetworkManager-openvpn-1.8.10-1.fc31.1.src.rpm.stats.csv, po/bg.po, 70, 205, 229, 12, 139, 87, 705, 169, 1049 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/zh_TW.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/zh_HK.po, 44, 144, 74, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/zh_CN.po, 66, 280, 142, 0, 0, 0, 0, 66, 280 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/vi.po, 129, 588, 817, 0, 0, 0, 0, 129, 588 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/uk.po, 44, 144, 138, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ug.po, 38, 102, 106, 0, 0, 6, 42, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/tr.po, 71, 407, 401, 0, 0, 0, 0, 71, 407 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/th.po, 129, 584, 313, 0, 0, 0, 0, 129, 584 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/te.po, 43, 118, 127, 0, 0, 0, 0, 43, 118 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ta.po, 44, 144, 151, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/sv.po, 84, 509, 465, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/sr@latin.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/sr.po, 84, 509, 527, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/sl.po, 77, 415, 403, 0, 0, 0, 0, 77, 415 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ru.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ro.po, 44, 144, 161, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/pt_BR.po, 84, 509, 588, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/pt.po, 71, 407, 458, 0, 0, 0, 0, 71, 407 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/pl.po, 84, 509, 509, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/pa.po, 54, 188, 202, 0, 0, 23, 227, 77, 415 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/oc.po, 74, 410, 486, 0, 0, 0, 0, 74, 410 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/nl.po, 84, 509, 457, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/nb.po, 56, 193, 184, 0, 0, 21, 222, 77, 415 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/mr.po, 42, 115, 145, 0, 0, 0, 0, 42, 115 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/mk.po, 129, 584, 617, 0, 0, 0, 0, 129, 584 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/lv.po, 84, 509, 474, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/lt.po, 84, 509, 475, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ko.po, 44, 144, 132, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/kn.po, 43, 118, 117, 0, 0, 0, 0, 43, 118 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ka.po, 129, 584, 412, 0, 0, 0, 0, 129, 584 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ja.po, 62, 273, 149, 1, 2, 3, 5, 66, 280 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/it.po, 84, 509, 560, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/id.po, 84, 509, 516, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/hu.po, 84, 509, 476, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/hr.po, 83, 508, 477, 0, 0, 1, 1, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/he.po, 44, 144, 149, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/gu.po, 44, 144, 171, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/gl.po, 77, 415, 501, 0, 0, 0, 0, 77, 415 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/fur.po, 84, 509, 581, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/fr.po, 77, 415, 511, 0, 0, 0, 0, 77, 415 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/fi.po, 47, 147, 118, 0, 0, 27, 263, 74, 410 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/fa.po, 44, 144, 173, 0, 0, 24, 145, 68, 289 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/eu.po, 74, 410, 389, 0, 0, 0, 0, 74, 410 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/et.po, 44, 144, 122, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/es.po, 84, 509, 625, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/eo.po, 22, 37, 34, 0, 0, 44, 243, 66, 280 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/en_GB.po, 44, 144, 144, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/el.po, 71, 407, 475, 0, 0, 0, 0, 71, 407 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/de.po, 84, 509, 470, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/da.po, 84, 509, 463, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/cs.po, 84, 509, 485, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ca@valencia.po, 42, 115, 145, 1, 3, 1, 26, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ca.po, 84, 509, 650, 0, 0, 0, 0, 84, 509 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/bs.po, 74, 410, 411, 0, 0, 0, 0, 74, 410 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/bn_IN.po, 42, 115, 170, 0, 0, 0, 0, 42, 115 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/bg.po, 44, 144, 172, 0, 0, 0, 0, 44, 144 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/be@latin.po, 41, 114, 109, 0, 0, 0, 0, 41, 114 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/as.po, 42, 115, 144, 0, 0, 0, 0, 42, 115 -NetworkManager-pptp-1.2.8-1.fc31.2.src.rpm.stats.csv, po/ar.po, 7, 11, 13, 16, 55, 18, 46, 41, 112 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 15, 35, 20, 9, 23, 45, 228, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 17, 39, 24, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/vi.po, 4, 18, 24, 14, 29, 51, 239, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/uk.po, 17, 39, 36, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ug.po, 7, 24, 23, 6, 10, 56, 252, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/th.po, 4, 16, 9, 13, 36, 52, 234, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/te.po, 16, 37, 35, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ta.po, 16, 37, 36, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/sv.po, 29, 115, 99, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/sl.po, 32, 120, 118, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/sk.po, 1, 2, 2, 11, 21, 57, 263, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ru.po, 29, 115, 110, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ro.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 32, 120, 133, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/pt.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ps.po, 11, 26, 33, 12, 27, 46, 233, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/pl.po, 32, 120, 123, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/pa.po, 17, 39, 41, 15, 55, 37, 192, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/nl.po, 13, 32, 32, 15, 38, 41, 216, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/nb.po, 24, 61, 58, 13, 39, 32, 186, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/mr.po, 16, 37, 43, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/mk.po, 4, 18, 25, 14, 29, 51, 239, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/lv.po, 29, 115, 107, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/lt.po, 32, 120, 113, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ko.po, 8, 27, 21, 14, 39, 47, 220, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/kn.po, 16, 37, 33, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ka.po, 4, 16, 8, 14, 37, 51, 233, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ja.po, 5, 19, 9, 15, 41, 49, 226, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/it.po, 17, 39, 39, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/id.po, 32, 120, 124, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/hu.po, 29, 115, 106, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/he.po, 22, 64, 55, 2, 3, 45, 219, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/gu.po, 7, 24, 25, 6, 10, 56, 252, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/gl.po, 29, 115, 144, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/fr.po, 29, 115, 143, 22, 87, 18, 84, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/fi.po, 15, 34, 24, 15, 51, 39, 201, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/fa.po, 17, 39, 41, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/eu.po, 17, 39, 37, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/et.po, 17, 39, 30, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/es.po, 32, 120, 144, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/en_GB.po, 8, 27, 27, 14, 39, 47, 220, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/el.po, 17, 39, 40, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/dz.po, 5, 19, 7, 14, 37, 50, 230, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/de.po, 32, 120, 112, 21, 85, 16, 81, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/da.po, 15, 34, 32, 14, 39, 40, 213, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/cs.po, 73, 297, 282, 0, 0, 0, 0, 73, 297 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 16, 37, 40, 14, 48, 39, 201, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ca.po, 17, 39, 42, 15, 55, 37, 192, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/bg.po, 17, 39, 38, 14, 43, 38, 204, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/as.po, 16, 37, 38, 13, 36, 40, 213, 69, 286 -NetworkManager-ssh-1.2.10-2.fc31.src.rpm.stats.csv, po/ar.po, 5, 19, 19, 16, 41, 48, 226, 69, 286 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/sv.po, 101, 606, 536, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/id.po, 101, 606, 610, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/kn.po, 36, 139, 124, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ja.po, 83, 439, 256, 0, 0, 0, 0, 83, 439 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ug.po, 38, 114, 118, 0, 0, 3, 42, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/pt.po, 86, 479, 517, 0, 0, 0, 0, 86, 479 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/lt.po, 101, 606, 548, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/eo.po, 19, 38, 30, 0, 0, 40, 231, 59, 269 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/gu.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/cs.po, 101, 606, 571, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ta.po, 36, 139, 142, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ru.po, 87, 464, 444, 0, 0, 14, 142, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/bs.po, 91, 494, 482, 0, 0, 0, 0, 91, 494 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/mr.po, 36, 139, 163, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/et.po, 41, 156, 140, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 41, 156, 85, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/bg.po, 41, 156, 183, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/sk.po, 37, 143, 154, 1, 4, 3, 9, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/vi.po, 54, 303, 413, 0, 0, 0, 0, 54, 303 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/nl.po, 101, 606, 545, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ca@valencia.po, 34, 135, 167, 1, 2, 2, 6, 37, 143 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/fi.po, 54, 168, 144, 3, 64, 44, 374, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/sl.po, 84, 442, 449, 0, 0, 0, 0, 84, 442 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/el.po, 86, 479, 532, 0, 0, 0, 0, 86, 479 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/eu.po, 84, 442, 424, 0, 0, 0, 0, 84, 442 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/tr.po, 91, 494, 456, 0, 0, 0, 0, 91, 494 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ko.po, 41, 156, 136, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/fr.po, 86, 444, 554, 0, 0, 0, 0, 86, 444 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/pl.po, 101, 606, 592, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/sr.po, 101, 606, 616, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/fur.po, 101, 606, 688, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/pa.po, 64, 246, 273, 1, 12, 19, 167, 84, 425 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/lv.po, 101, 606, 544, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ro.po, 41, 156, 171, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/gl.po, 86, 444, 537, 0, 0, 0, 0, 86, 444 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ca.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 101, 606, 709, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/it.po, 101, 606, 652, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/he.po, 41, 156, 162, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/de.po, 101, 606, 565, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/or.po, 41, 156, 176, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/te.po, 36, 139, 129, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/fa.po, 37, 143, 160, 1, 4, 16, 97, 54, 244 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/bn_IN.po, 36, 139, 168, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/nb.po, 69, 285, 266, 0, 0, 17, 159, 86, 444 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ar.po, 16, 89, 92, 6, 12, 11, 32, 33, 133 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/uk.po, 41, 156, 149, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/zh_HK.po, 41, 156, 80, 0, 0, 0, 0, 41, 156 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/hu.po, 101, 606, 553, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/es.po, 101, 606, 745, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/mk.po, 31, 128, 145, 0, 0, 1, 4, 32, 132 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/th.po, 52, 328, 146, 0, 0, 0, 0, 52, 328 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/da.po, 101, 606, 554, 0, 0, 0, 0, 101, 606 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/en_GB.po, 86, 444, 444, 0, 0, 0, 0, 86, 444 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/as.po, 36, 139, 153, 0, 0, 0, 0, 36, 139 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/dz.po, 52, 328, 121, 0, 0, 0, 0, 52, 328 -NetworkManager-vpnc-1.2.6-3.fc31.src.rpm.stats.csv, po/ka.po, 52, 328, 216, 0, 0, 0, 0, 52, 328 -nmap-7.80-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/es.po, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/ja/LC_MESSAGES/zenmap.mo, 474, 3393, 1203, 0, 0, 0, 0, 474, 3393 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/ru/LC_MESSAGES/zenmap.mo, 365, 1860, 1602, 0, 0, 0, 0, 365, 1860 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/pl.po, 480, 3521, 3249, 0, 0, 1, 1, 481, 3522 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/zh.po, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/pt_BR.po, 85, 165, 194, 0, 0, 396, 3353, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/de/LC_MESSAGES/zenmap.mo, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/pl/LC_MESSAGES/zenmap.mo, 480, 3521, 3249, 0, 0, 0, 0, 480, 3521 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/hr/LC_MESSAGES/zenmap.mo, 269, 1053, 1006, 0, 0, 0, 0, 269, 1053 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/ja.po, 474, 3393, 1203, 0, 0, 7, 125, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/fr/LC_MESSAGES/zenmap.mo, 481, 3518, 4019, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/hi.po, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/hr.po, 269, 1053, 1006, 0, 0, 212, 2465, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/zenmap.pot, 0, 0, 0, 0, 0, 503, 3613, 503, 3613 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/ru.po, 365, 1860, 1602, 0, 0, 116, 1658, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/zh/LC_MESSAGES/zenmap.mo, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/es/LC_MESSAGES/zenmap.mo, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/it.po, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/hi/LC_MESSAGES/zenmap.mo, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/pt_BR/LC_MESSAGES/zenmap.mo, 85, 165, 194, 0, 0, 0, 0, 85, 165 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/fr.po, 481, 3518, 4002, 0, 0, 0, 0, 481, 3518 -nmap-7.80-2.fc31.src.rpm.stats.csv, zenmap/share/zenmap/locale/de.po, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 -openconnect-8.05-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/fi.po, 94, 321, 281, 0, 0, 936, 5610, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/pa.po, 77, 268, 313, 0, 0, 953, 5663, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/en_US.po, 265, 1463, 1463, 0, 0, 765, 4468, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/sk.po, 4, 19, 19, 0, 0, 1026, 5912, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/tg.po, 6, 10, 10, 0, 0, 1024, 5921, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/ug.po, 400, 2198, 2053, 0, 0, 630, 3733, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/eu.po, 495, 2734, 2857, 0, 0, 535, 3197, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/tr.po, 659, 3760, 3594, 0, 0, 371, 2171, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 885, 5132, 5671, 0, 0, 145, 799, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/hu.po, 970, 5495, 5896, 0, 0, 126, 742, 1096, 6237 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/da.po, 1026, 5906, 5598, 0, 0, 4, 25, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/sv.po, 885, 5132, 4880, 0, 0, 145, 799, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/gl.po, 91, 479, 650, 0, 0, 939, 5452, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/bs.po, 784, 4484, 4524, 0, 0, 246, 1447, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/pt.po, 809, 4647, 5339, 0, 0, 221, 1284, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/en_GB.po, 417, 2300, 2300, 0, 0, 613, 3631, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/fr.po, 22, 63, 72, 0, 0, 1008, 5868, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/pl.po, 1095, 6232, 6850, 0, 0, 0, 0, 1095, 6232 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/lt.po, 1015, 5842, 5473, 0, 0, 15, 89, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/de.po, 959, 5549, 5529, 0, 0, 71, 382, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/el.po, 483, 2667, 2906, 0, 0, 547, 3264, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/sr.po, 885, 5132, 5671, 0, 0, 145, 799, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/es.po, 1095, 6232, 7907, 0, 0, 1, 5, 1096, 6237 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/it.po, 47, 171, 208, 0, 0, 983, 5760, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/ar.po, 10, 48, 51, 0, 0, 1020, 5883, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/cs.po, 1013, 5818, 6010, 0, 0, 83, 419, 1096, 6237 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/nl.po, 1025, 5900, 5591, 0, 0, 5, 31, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/sl.po, 454, 2505, 2850, 0, 0, 576, 3426, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 1095, 6232, 7282, 0, 0, 1, 5, 1096, 6237 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/uk.po, 61, 233, 263, 0, 0, 969, 5698, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 7, 32, 10, 0, 0, 1023, 5899, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 76, 314, 170, 0, 0, 954, 5617, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/ca.po, 1026, 5906, 7700, 0, 0, 4, 25, 1030, 5931 -openconnect-8.05-1.fc31.src.rpm.stats.csv, po/id.po, 892, 5176, 5238, 0, 0, 138, 755, 1030, 5931 -orca-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/bg/bg.po, 1002, 13021, 13505, 0, 0, 0, 0, 1002, 13021 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/el/el.po, 984, 12505, 12718, 0, 0, 0, 0, 984, 12505 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/es/es.po, 1030, 13501, 14919, 3, 157, 0, 0, 1033, 13658 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 1028, 13554, 15596, 0, 0, 0, 0, 1028, 13554 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 1033, 13658, 13383, 0, 0, 0, 0, 1033, 13658 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 313, 1704, 1907, 4, 31, 667, 10696, 984, 12431 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/de/de.po, 1033, 13658, 12393, 0, 0, 0, 0, 1033, 13658 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 956, 11916, 13573, 0, 0, 0, 0, 956, 11916 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 1033, 13658, 12824, 0, 0, 0, 0, 1033, 13658 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 1033, 13658, 12911, 0, 0, 0, 0, 1033, 13658 -orca-3.34.0-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 955, 11824, 10493, 8, 134, 9, 300, 972, 12258 -orca-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 1869, 5679, 5590, 0, 0, 0, 0, 1869, 5679 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.gmo, 5, 5, 6, 0, 0, 0, 0, 5, 5 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.gmo, 327, 708, 705, 0, 0, 0, 0, 327, 708 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 218, 485, 571, 487, 1623, 233, 390, 938, 2498 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/he.gmo, 644, 2053, 2031, 0, 0, 0, 0, 644, 2053 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 1870, 5681, 5275, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.gmo, 1870, 5681, 5947, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 1597, 4653, 4519, 234, 854, 39, 174, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 1870, 5681, 5509, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.gmo, 1201, 3897, 3448, 0, 0, 0, 0, 1201, 3897 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 1440, 4397, 1953, 0, 0, 0, 0, 1440, 4397 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.gmo, 1850, 5617, 5477, 0, 0, 0, 0, 1850, 5617 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 1774, 5518, 5543, 0, 0, 83, 92, 1857, 5610 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.gmo, 218, 485, 571, 0, 0, 0, 0, 218, 485 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.gmo, 812, 1893, 1992, 0, 0, 0, 0, 812, 1893 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 1356, 4172, 4835, 0, 0, 0, 0, 1356, 4172 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/si.gmo, 118, 143, 175, 0, 0, 0, 0, 118, 143 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 599, 1448, 1626, 0, 0, 664, 2233, 1263, 3681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/th.gmo, 1260, 3694, 1794, 0, 0, 0, 0, 1260, 3694 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 1191, 3664, 3085, 330, 947, 349, 1070, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.gmo, 488, 906, 896, 0, 0, 0, 0, 488, 906 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/es.gmo, 1870, 5681, 6647, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.gmo, 1725, 5323, 5828, 0, 0, 0, 0, 1725, 5323 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.gmo, 1870, 5681, 5854, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.gmo, 1626, 5057, 4828, 0, 0, 0, 0, 1626, 5057 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.gmo, 1337, 4309, 4907, 0, 0, 0, 0, 1337, 4309 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 1440, 4397, 1953, 298, 896, 41, 174, 1779, 5467 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 1021, 3273, 2415, 98, 492, 49, 311, 1168, 4076 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 488, 906, 896, 105, 212, 1247, 4433, 1840, 5551 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.gmo, 1357, 4096, 4194, 0, 0, 0, 0, 1357, 4096 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.gmo, 1201, 3897, 3642, 0, 0, 0, 0, 1201, 3897 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.gmo, 1659, 4874, 4584, 0, 0, 0, 0, 1659, 4874 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.gmo, 1597, 4653, 4519, 0, 0, 0, 0, 1597, 4653 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.gmo, 1021, 3273, 2415, 0, 0, 0, 0, 1021, 3273 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 379, 541, 548, 62, 440, 71, 342, 512, 1323 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.gmo, 1870, 5681, 5490, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.gmo, 1414, 4456, 6066, 0, 0, 0, 0, 1414, 4456 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.gmo, 1739, 5344, 6073, 0, 0, 0, 0, 1739, 5344 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 1170, 4091, 3674, 0, 0, 0, 0, 1170, 4091 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 1842, 5556, 2214, 0, 0, 0, 0, 1842, 5556 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/da.gmo, 1867, 5675, 5449, 0, 0, 0, 0, 1867, 5675 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 1337, 4309, 4907, 0, 0, 0, 0, 1337, 4309 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 1870, 5681, 5402, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 1357, 4096, 4194, 0, 0, 463, 2037, 1820, 6133 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 1870, 5681, 6296, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.gmo, 1315, 4011, 4162, 0, 0, 0, 0, 1315, 4011 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 1626, 5057, 4828, 0, 0, 0, 0, 1626, 5057 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 1349, 4140, 1844, 0, 0, 0, 0, 1349, 4140 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 908, 2817, 2898, 157, 561, 99, 487, 1164, 3865 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 1260, 3694, 1794, 0, 0, 7, 10, 1267, 3704 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.gmo, 1871, 5682, 6434, 0, 0, 0, 0, 1871, 5682 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 1843, 5568, 6996, 0, 0, 0, 0, 1843, 5568 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1842, 5556, 5805, 0, 0, 0, 0, 1842, 5556 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 1870, 5681, 5490, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 718, 1941, 1025, 0, 0, 0, 0, 718, 1941 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.gmo, 1191, 3664, 3085, 0, 0, 0, 0, 1191, 3664 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 1870, 5681, 5854, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 327, 708, 705, 64, 181, 118, 415, 509, 1304 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.gmo, 1870, 5681, 5369, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/it.gmo, 1870, 5681, 6529, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 1850, 5617, 5477, 0, 0, 20, 64, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 812, 1893, 1992, 0, 0, 388, 1974, 1200, 3867 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.gmo, 1739, 5344, 6270, 0, 0, 0, 0, 1739, 5344 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 1201, 3897, 4548, 0, 0, 0, 0, 1201, 3897 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/te.gmo, 1170, 4091, 3674, 0, 0, 0, 0, 1170, 4091 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 1870, 5681, 5953, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 1196, 3855, 3992, 0, 0, 0, 0, 1196, 3855 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.gmo, 1774, 5518, 5543, 0, 0, 0, 0, 1774, 5518 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.gmo, 1201, 3897, 4548, 0, 0, 0, 0, 1201, 3897 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 1842, 5556, 2214, 0, 0, 0, 0, 1842, 5556 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 1870, 5681, 6671, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.gmo, 456, 940, 924, 0, 0, 0, 0, 456, 940 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.gmo, 908, 2817, 2898, 0, 0, 0, 0, 908, 2817 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/orca.pot, 0, 0, 0, 0, 0, 1870, 5681, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 5, 5, 6, 234, 404, 270, 895, 509, 1304 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 936, 2466, 2400, 31, 109, 136, 599, 1103, 3174 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/or.gmo, 562, 1404, 1577, 0, 0, 0, 0, 562, 1404 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 1870, 5681, 6834, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 47, 103, 116, 0, 0, 1256, 3706, 1303, 3809 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 940, 2627, 2442, 421, 1289, 482, 1652, 1843, 5568 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 1870, 5681, 5677, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.gmo, 940, 2627, 2442, 0, 0, 0, 0, 940, 2627 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.gmo, 1855, 5603, 7084, 0, 0, 0, 0, 1855, 5603 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 1842, 5556, 5805, 0, 0, 0, 0, 1842, 5556 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 1871, 5682, 6409, 0, 0, 0, 0, 1871, 5682 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/an.gmo, 1356, 4172, 4835, 0, 0, 0, 0, 1356, 4172 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 445, 1066, 1175, 339, 874, 516, 1853, 1300, 3793 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/de.gmo, 1870, 5681, 5402, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 1349, 4140, 1844, 0, 0, 0, 0, 1349, 4140 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.gmo, 342, 467, 484, 0, 0, 0, 0, 342, 467 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 1870, 5681, 5947, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 1870, 5681, 5369, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 1870, 5681, 5677, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 1414, 4456, 6066, 0, 0, 0, 0, 1414, 4456 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 1201, 3897, 3642, 0, 0, 0, 0, 1201, 3897 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 1201, 3897, 3448, 0, 0, 0, 0, 1201, 3897 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.gmo, 1870, 5681, 5953, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.gmo, 1869, 5679, 5590, 0, 0, 0, 0, 1869, 5679 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.gmo, 936, 2466, 2400, 0, 0, 0, 0, 936, 2466 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.gmo, 599, 1448, 1626, 0, 0, 0, 0, 599, 1448 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 492, 1239, 1321, 11, 28, 6, 37, 509, 1304 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 1870, 5681, 5793, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.gmo, 1870, 5681, 6834, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 118, 143, 175, 0, 0, 810, 2357, 928, 2500 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 177, 277, 302, 3, 6, 329, 1021, 509, 1304 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 579, 1433, 1386, 351, 999, 340, 1275, 1270, 3707 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.gmo, 1870, 5681, 6671, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.gmo, 718, 1941, 1025, 0, 0, 0, 0, 718, 1941 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.gmo, 492, 1239, 1321, 0, 0, 0, 0, 492, 1239 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/is.gmo, 139, 209, 217, 0, 0, 0, 0, 139, 209 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/be.gmo, 1196, 3855, 3992, 0, 0, 0, 0, 1196, 3855 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.gmo, 1657, 4957, 4757, 0, 0, 0, 0, 1657, 4957 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 1870, 5681, 6529, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.gmo, 187, 516, 565, 0, 0, 0, 0, 187, 516 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 1870, 5681, 6171, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/el.gmo, 1870, 5681, 6296, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 1657, 4957, 4757, 67, 172, 119, 439, 1843, 5568 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 1843, 5568, 6996, 0, 0, 0, 0, 1843, 5568 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 1867, 5675, 5449, 0, 0, 0, 0, 1867, 5675 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 1315, 4011, 4162, 0, 0, 0, 0, 1315, 4011 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 1290, 3823, 4071, 14, 94, 33, 397, 1337, 4314 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 1871, 5682, 5691, 0, 0, 0, 0, 1871, 5682 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.gmo, 1337, 4314, 4887, 0, 0, 0, 0, 1337, 4314 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.gmo, 379, 541, 548, 0, 0, 0, 0, 379, 541 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 644, 2053, 2031, 14, 47, 642, 1693, 1300, 3793 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.gmo, 579, 1433, 1386, 0, 0, 0, 0, 579, 1433 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.gmo, 1843, 5568, 5540, 0, 0, 0, 0, 1843, 5568 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 1659, 4874, 4584, 0, 0, 211, 807, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 456, 940, 924, 0, 0, 860, 3079, 1316, 4019 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 342, 467, 484, 408, 1727, 339, 902, 1089, 3096 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 1843, 5568, 5540, 0, 0, 0, 0, 1843, 5568 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/id.gmo, 1871, 5682, 5691, 0, 0, 0, 0, 1871, 5682 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 1855, 5603, 7084, 0, 0, 0, 0, 1855, 5603 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 92, 101, 107, 0, 0, 1775, 5574, 1867, 5675 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 360, 729, 695, 183, 327, 866, 3344, 1409, 4400 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.gmo, 1870, 5681, 5509, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.gmo, 1290, 3823, 4071, 0, 0, 0, 0, 1290, 3823 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.gmo, 445, 1066, 1175, 0, 0, 0, 0, 445, 1066 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.gmo, 47, 103, 116, 0, 0, 0, 0, 47, 103 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/et.gmo, 360, 729, 695, 0, 0, 0, 0, 360, 729 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 1870, 5681, 6647, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 1337, 4314, 4887, 0, 0, 0, 0, 1337, 4314 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 562, 1404, 1577, 158, 277, 547, 2023, 1267, 3704 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.gmo, 1870, 5681, 5275, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.gmo, 1870, 5681, 6171, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.gmo, 92, 101, 107, 0, 0, 0, 0, 92, 101 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 1871, 5682, 6409, 0, 0, 0, 0, 1871, 5682 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 1739, 5344, 6073, 0, 0, 0, 0, 1739, 5344 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 187, 516, 565, 2, 2, 1654, 5050, 1843, 5568 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 139, 209, 217, 273, 355, 1208, 4476, 1620, 5040 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 1725, 5323, 5828, 0, 0, 0, 0, 1725, 5323 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 1871, 5682, 6434, 0, 0, 0, 0, 1871, 5682 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 1739, 5344, 6270, 0, 0, 0, 0, 1739, 5344 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.gmo, 1870, 5681, 5793, 0, 0, 0, 0, 1870, 5681 -orca-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 177, 277, 302, 0, 0, 0, 0, 177, 277 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/en@boldquot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ca.po, 81, 476, 570, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 81, 476, 501, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pl.po, 81, 476, 415, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/cs.gmo, 81, 476, 387, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/cs.po, 81, 476, 387, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/de.po, 81, 476, 519, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/lv.po, 80, 469, 373, 0, 0, 1, 7, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ko.gmo, 81, 476, 327, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/nl.gmo, 80, 469, 498, 0, 0, 0, 0, 80, 469 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/da.po, 81, 476, 433, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/oc.gmo, 81, 476, 503, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/oc.po, 81, 476, 503, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sl.po, 81, 476, 404, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/id.po, 81, 476, 392, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fr.gmo, 81, 476, 504, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/gl.po, 81, 476, 549, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ru.po, 81, 476, 378, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sk.po, 81, 476, 409, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/uk.po, 81, 476, 434, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/gl.gmo, 81, 476, 549, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/hr.po, 81, 476, 385, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 1, 2, 1, 0, 0, 80, 474, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 81, 476, 501, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/hu.gmo, 81, 476, 396, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/lv.gmo, 80, 469, 373, 0, 0, 0, 0, 80, 469 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ja.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/p11-kit.pot, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/tr.po, 81, 476, 324, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sl.gmo, 81, 476, 404, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sr.gmo, 81, 476, 417, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/it.po, 81, 476, 513, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/it.gmo, 81, 476, 513, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fi.gmo, 81, 476, 402, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/en@quot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fr.po, 81, 476, 504, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fi.po, 81, 476, 402, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/eo.gmo, 14, 58, 55, 0, 0, 0, 0, 14, 58 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pa.po, 74, 425, 444, 0, 0, 7, 51, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/tr.gmo, 81, 476, 324, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pt.po, 81, 476, 466, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/nl.po, 80, 469, 498, 0, 0, 1, 7, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/hu.po, 81, 476, 396, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/id.gmo, 81, 476, 392, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fur.po, 81, 476, 579, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/en_GB.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/es.po, 81, 476, 563, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/el.gmo, 81, 476, 532, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pl.gmo, 81, 476, 415, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/de.gmo, 81, 476, 519, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/da.gmo, 81, 476, 433, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ja.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ca.gmo, 81, 476, 570, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sk.gmo, 81, 476, 409, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 1, 2, 1, 0, 0, 0, 0, 1, 2 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/eo.po, 14, 58, 55, 0, 0, 67, 418, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/kk.po, 4, 12, 11, 0, 0, 77, 464, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fur.gmo, 81, 476, 579, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ko.po, 81, 476, 327, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/uk.gmo, 81, 476, 434, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ru.gmo, 81, 476, 378, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ka.po, 31, 156, 107, 0, 0, 50, 320, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/el.po, 81, 476, 532, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ka.gmo, 31, 156, 107, 0, 0, 0, 0, 31, 156 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/kk.gmo, 4, 12, 11, 0, 0, 0, 0, 4, 12 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sv.gmo, 81, 476, 406, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pa.gmo, 74, 425, 444, 0, 0, 0, 0, 74, 425 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/pt.gmo, 81, 476, 466, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/en@quot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/hr.gmo, 81, 476, 385, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/es.gmo, 81, 476, 563, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sv.po, 81, 476, 406, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/en@boldquot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sr.po, 81, 476, 417, 0, 0, 0, 0, 81, 476 -p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/eo.po, 85, 180, 166, 0, 0, 236, 1102, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/sr.po, 310, 1239, 1178, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/nl.po, 310, 1239, 1244, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/cs.po, 321, 1282, 1318, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/tr.po, 310, 1239, 1096, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/mr.po, 239, 877, 920, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/he.po, 242, 893, 846, 0, 0, 79, 389, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/bn_IN.po, 239, 877, 1077, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/pl.po, 321, 1282, 1237, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/uk.po, 321, 1282, 1276, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/hr.po, 318, 1275, 1177, 0, 0, 3, 7, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ast.po, 27, 38, 41, 0, 0, 294, 1244, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/sr@latin.po, 242, 903, 856, 0, 0, 79, 379, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ca.po, 321, 1282, 1615, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/br.po, 126, 370, 490, 2, 6, 198, 952, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/fr.po, 310, 1239, 1639, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/zh_CN.po, 319, 1277, 338, 0, 0, 2, 5, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/sv.po, 319, 1277, 1201, 0, 0, 2, 5, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/nb.po, 20, 73, 71, 0, 0, 301, 1209, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/bg.po, 247, 931, 1041, 0, 0, 74, 351, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/en_GB.po, 321, 1282, 1282, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/it.po, 321, 1282, 1457, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/oc.po, 138, 339, 427, 0, 0, 183, 943, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/es.po, 302, 1195, 1391, 0, 0, 19, 87, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ml.po, 239, 877, 740, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/kk.po, 117, 326, 296, 0, 0, 204, 956, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/de.po, 321, 1282, 1320, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/lt.po, 263, 1013, 873, 0, 0, 58, 269, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ja.po, 285, 1108, 330, 0, 0, 36, 174, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/zh_TW.po, 321, 1282, 354, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/te.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/hi.po, 239, 877, 1118, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/as.po, 239, 877, 1004, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/id.po, 321, 1282, 1259, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/pa.po, 310, 1239, 1633, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/pt_BR.po, 321, 1282, 1477, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/gu.po, 239, 877, 1112, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/el.po, 305, 1211, 1330, 0, 0, 16, 71, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/kn.po, 239, 877, 772, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/fi.po, 290, 1142, 902, 0, 0, 31, 140, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ro.po, 247, 931, 1057, 0, 0, 74, 351, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ms.po, 2, 6, 6, 0, 0, 324, 1322, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ru.po, 321, 1282, 1130, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ia.po, 81, 318, 381, 0, 0, 240, 964, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/da.po, 310, 1239, 1176, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/eu.po, 310, 1239, 1114, 0, 0, 11, 43, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/gl.po, 305, 1211, 1415, 0, 0, 16, 71, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ka.po, 54, 118, 104, 0, 0, 267, 1164, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/lv.po, 261, 1007, 851, 0, 0, 60, 275, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/or.po, 239, 877, 941, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/th.po, 21, 77, 33, 0, 0, 300, 1205, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/sl.po, 305, 1211, 1195, 0, 0, 16, 71, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 326, 1328, 326, 1328 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/hu.po, 319, 1277, 1100, 0, 0, 2, 5, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ta.po, 239, 877, 703, 0, 0, 82, 405, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/sk.po, 321, 1282, 1283, 0, 0, 0, 0, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/pt.po, 307, 1221, 1445, 0, 0, 14, 61, 321, 1282 -PackageKit-1.1.12-11.fc31.src.rpm.stats.csv, po/ko.po, 319, 1277, 1103, 0, 0, 2, 5, 321, 1282 -pam-1.3.1-18.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/Linux-PAM.pot, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zu.gmo, 85, 371, 317, 0, 0, 0, 0, 85, 371 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 117, 575, 215, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 117, 575, 217, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/vi.gmo, 115, 562, 794, 0, 0, 0, 0, 115, 562 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/uk.gmo, 119, 595, 597, 0, 0, 0, 0, 119, 595 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/tr.gmo, 117, 575, 506, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/te.gmo, 117, 575, 470, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ta.gmo, 117, 575, 483, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sv.gmo, 117, 575, 541, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sr.gmo, 117, 575, 587, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 114, 559, 572, 0, 0, 0, 0, 114, 559 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sk.gmo, 117, 575, 566, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/si.gmo, 90, 410, 450, 0, 0, 0, 0, 90, 410 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ru.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pt.gmo, 117, 575, 699, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 117, 575, 627, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pl.gmo, 119, 595, 591, 0, 0, 0, 0, 119, 595 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pa.gmo, 117, 575, 677, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/or.gmo, 117, 575, 655, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nl.gmo, 117, 575, 572, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nb.gmo, 117, 575, 543, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ms.gmo, 1, 4, 4, 0, 0, 0, 0, 1, 4 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mr.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ml.gmo, 117, 575, 504, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ko.gmo, 117, 575, 508, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kn.gmo, 117, 575, 512, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/km.gmo, 81, 344, 168, 0, 0, 0, 0, 81, 344 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kk.gmo, 117, 575, 553, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ka.gmo, 31, 87, 77, 0, 0, 0, 0, 31, 87 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ja.gmo, 117, 575, 192, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/it.gmo, 117, 575, 614, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/id.gmo, 47, 215, 203, 0, 0, 0, 0, 47, 215 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ia.gmo, 117, 575, 695, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/hu.gmo, 117, 575, 544, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/hi.gmo, 117, 575, 665, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/he.gmo, 44, 198, 180, 0, 0, 0, 0, 44, 198 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/gu.gmo, 117, 575, 639, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ga.gmo, 117, 575, 779, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/fr.gmo, 117, 575, 698, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/fi.gmo, 117, 575, 471, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/eu.gmo, 7, 13, 15, 0, 0, 0, 0, 7, 13 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/et.gmo, 38, 158, 137, 0, 0, 0, 0, 38, 158 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/es.gmo, 119, 595, 725, 0, 0, 0, 0, 119, 595 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/de.gmo, 117, 575, 579, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/da.gmo, 117, 575, 569, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/cs.gmo, 119, 595, 563, 0, 0, 0, 0, 119, 595 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ca.gmo, 117, 575, 719, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bn.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bg.gmo, 117, 575, 628, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/as.gmo, 117, 575, 617, 0, 0, 0, 0, 117, 575 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ar.gmo, 84, 367, 420, 0, 0, 0, 0, 84, 367 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zu.po, 85, 371, 317, 4, 27, 31, 199, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zh_TW.po, 117, 575, 215, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/zh_CN.po, 117, 575, 217, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/vi.po, 115, 562, 794, 5, 35, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/uk.po, 119, 595, 597, 1, 2, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/tr.po, 117, 575, 506, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/te.po, 117, 575, 470, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ta.po, 117, 575, 483, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sv.po, 117, 575, 541, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sr.po, 117, 575, 587, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sr@latin.po, 114, 559, 572, 5, 35, 1, 3, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/sk.po, 117, 575, 566, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/si.po, 90, 410, 450, 4, 27, 26, 160, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ru.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pt.po, 117, 575, 699, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pt_BR.po, 117, 575, 627, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pl.po, 119, 595, 591, 1, 2, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/pa.po, 117, 575, 677, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/or.po, 117, 575, 655, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nl.po, 117, 575, 572, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/nb.po, 117, 575, 543, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ms.po, 1, 4, 4, 1, 2, 118, 591, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mr.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ml.po, 117, 575, 504, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ko.po, 117, 575, 508, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kn.po, 117, 575, 512, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/km.po, 81, 344, 168, 4, 27, 35, 226, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/kk.po, 117, 575, 553, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ka.po, 31, 87, 77, 1, 2, 88, 508, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ja.po, 117, 575, 192, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/it.po, 117, 575, 614, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/id.po, 47, 215, 203, 0, 0, 73, 382, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ia.po, 117, 575, 695, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/hu.po, 117, 575, 544, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/hi.po, 117, 575, 665, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/he.po, 44, 198, 180, 4, 27, 72, 372, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/gu.po, 117, 575, 639, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ga.po, 117, 575, 779, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/fr.po, 117, 575, 698, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/fi.po, 117, 575, 471, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/eu.po, 7, 13, 15, 1, 2, 112, 582, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/et.po, 38, 158, 137, 2, 7, 80, 432, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/es.po, 119, 595, 725, 1, 2, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/de.po, 117, 575, 579, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/da.po, 117, 575, 569, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/cs.po, 119, 595, 563, 1, 2, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ca.po, 117, 575, 719, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bn.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bn_IN.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bg.po, 117, 575, 628, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/as.po, 117, 575, 617, 3, 22, 0, 0, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/ar.po, 84, 367, 420, 4, 27, 32, 203, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -pam-1.3.1-18.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -parted-3.2.153-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/parted.pot, 0, 0, 0, 0, 0, 570, 4674, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 529, 4216, 1526, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 529, 4216, 1541, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/vi.gmo, 529, 4216, 5619, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/uk.gmo, 529, 4216, 3904, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/tr.gmo, 529, 4216, 3526, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sv.gmo, 529, 4216, 4000, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sr.gmo, 529, 4216, 4120, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sl.gmo, 493, 3866, 3642, 0, 0, 0, 0, 493, 3866 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sk.gmo, 515, 4091, 3783, 0, 0, 0, 0, 515, 4091 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/rw.gmo, 16, 16, 17, 0, 0, 0, 0, 16, 16 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ru.gmo, 529, 4216, 3845, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 529, 4216, 4772, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/pl.gmo, 529, 4216, 4057, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/nl.gmo, 529, 4216, 4184, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ko.gmo, 529, 4216, 3539, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ja.gmo, 529, 4216, 1572, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/it.gmo, 529, 4216, 4476, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/id.gmo, 484, 3785, 3733, 0, 0, 0, 0, 484, 3785 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/hu.gmo, 529, 4216, 3663, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/gl.gmo, 325, 2304, 2719, 0, 0, 0, 0, 325, 2304 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/fur.gmo, 529, 4216, 5097, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/fr.gmo, 529, 4216, 5025, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/de.gmo, 529, 4216, 4172, 0, 0, 0, 0, 529, 4216 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/cs.gmo, 451, 3611, 3186, 0, 0, 0, 0, 451, 3611 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 529, 4216, 1526, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 529, 4216, 1541, 20, 186, 21, 272, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/vi.po, 529, 4216, 5619, 20, 186, 21, 272, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/uk.po, 529, 4216, 3904, 20, 186, 21, 272, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/tr.po, 529, 4216, 3526, 20, 186, 21, 272, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sv.po, 529, 4216, 4000, 20, 186, 21, 272, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sr.po, 529, 4216, 4120, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sl.po, 493, 3866, 3642, 48, 472, 29, 336, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/sk.po, 515, 4091, 3783, 30, 279, 25, 304, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/rw.po, 16, 16, 17, 231, 2188, 323, 2470, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ru.po, 529, 4216, 3845, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ro.po, 110, 663, 741, 45, 437, 415, 3574, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 529, 4216, 4772, 20, 186, 21, 272, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/pt.po, 111, 762, 834, 124, 1048, 335, 2864, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/pl.po, 529, 4216, 4057, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/nn.po, 156, 1028, 957, 118, 1224, 296, 2422, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/nl.po, 529, 4216, 4184, 20, 186, 21, 272, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ko.po, 529, 4216, 3539, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ja.po, 529, 4216, 1572, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/it.po, 529, 4216, 4476, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/id.po, 484, 3785, 3733, 50, 484, 36, 405, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/hu.po, 529, 4216, 3663, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/gl.po, 325, 2304, 2719, 26, 190, 219, 2180, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/fur.po, 529, 4216, 5097, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/fr.po, 529, 4216, 5025, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/es.po, 215, 1659, 1940, 85, 758, 270, 2257, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/de.po, 529, 4216, 4172, 19, 178, 22, 280, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/da.po, 414, 3006, 2909, 43, 348, 113, 1320, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/cs.po, 451, 3611, 3186, 61, 558, 58, 505, 570, 4674 -parted-3.2.153-1.fc31.src.rpm.stats.csv, po/ca.po, 153, 1003, 1149, 118, 1175, 299, 2496, 570, 4674 -passwd-0.80-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nds.gmo, 17, 51, 52, 0, 0, 0, 0, 17, 51 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/fi.gmo, 56, 329, 282, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/zh_TW.po, 56, 329, 125, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/as.gmo, 54, 306, 380, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bs.gmo, 49, 267, 299, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bs.po, 49, 267, 299, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ast.po, 49, 267, 318, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ka.gmo, 42, 212, 200, 0, 0, 0, 0, 42, 212 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/it.gmo, 56, 329, 352, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/es.gmo, 56, 329, 397, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 56, 329, 118, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/cs.gmo, 56, 329, 306, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/fi.po, 56, 329, 282, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pa.gmo, 49, 267, 305, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ar.gmo, 49, 267, 291, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/eu.po, 21, 88, 81, 0, 0, 36, 248, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/fa.gmo, 20, 97, 118, 0, 0, 0, 0, 20, 97 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bn.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nl.po, 56, 329, 357, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ko.po, 56, 329, 333, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ca.gmo, 56, 329, 443, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 56, 329, 401, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/cs.po, 56, 329, 306, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ko.gmo, 56, 329, 333, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ml.po, 56, 329, 329, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/as.po, 54, 306, 380, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/tr.po, 56, 329, 315, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nds.po, 17, 51, 52, 0, 0, 40, 285, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nb.gmo, 54, 306, 292, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ku.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/tr.gmo, 56, 329, 315, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sk.po, 56, 329, 314, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nl.gmo, 56, 329, 357, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/id.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/te.po, 54, 306, 297, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sr@latin.po, 49, 267, 288, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/passwd.pot, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ja.po, 54, 306, 137, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ast.gmo, 49, 267, 318, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bn.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/gu.gmo, 49, 267, 300, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sl.po, 54, 306, 319, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/da.po, 56, 329, 310, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bg.po, 54, 306, 338, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/fa.po, 20, 97, 118, 0, 0, 37, 239, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/fr.po, 56, 329, 425, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/de.gmo, 56, 329, 343, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/or.po, 49, 267, 328, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/is.po, 17, 56, 50, 0, 0, 40, 280, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pa.po, 49, 267, 305, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/mk.gmo, 47, 259, 305, 0, 0, 0, 0, 47, 259 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/es.po, 56, 329, 397, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hr.gmo, 47, 259, 289, 0, 0, 0, 0, 47, 259 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ta.gmo, 49, 267, 246, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ms.po, 41, 225, 226, 0, 0, 16, 111, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/id.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ml.gmo, 56, 329, 329, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hu.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/en_GB.po, 49, 267, 267, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bg.gmo, 54, 306, 338, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/mr.gmo, 49, 267, 284, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/kn.gmo, 54, 306, 303, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sv.gmo, 56, 329, 311, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pt_BR.po, 56, 329, 401, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ka.po, 42, 212, 200, 0, 0, 15, 124, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pl.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sl.gmo, 54, 306, 319, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pt.gmo, 56, 329, 398, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sv.po, 56, 329, 311, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 49, 267, 288, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/is.gmo, 17, 56, 50, 0, 0, 0, 0, 17, 56 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/da.gmo, 56, 329, 310, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ms.gmo, 41, 225, 226, 0, 0, 0, 0, 41, 225 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/fr.gmo, 56, 329, 425, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sr.po, 56, 329, 342, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/el.po, 54, 306, 347, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sr.gmo, 56, 329, 342, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nb.po, 54, 306, 292, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/en_GB.gmo, 49, 267, 267, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/uk.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sk.gmo, 56, 329, 314, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/it.po, 56, 329, 352, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ar.po, 49, 267, 291, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sq.gmo, 56, 329, 400, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ro.po, 54, 306, 335, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hr.po, 47, 259, 289, 0, 0, 10, 77, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hu.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/lo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/mr.po, 49, 267, 284, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ru.gmo, 56, 329, 302, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pl.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/or.gmo, 49, 267, 328, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/kn.po, 54, 306, 303, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/de.po, 56, 329, 343, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ru.po, 56, 329, 302, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hi.po, 49, 267, 327, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/el.gmo, 54, 306, 347, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/bn_IN.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 56, 329, 118, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ta.po, 49, 267, 246, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ca.po, 56, 329, 443, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/eu.gmo, 21, 88, 81, 0, 0, 0, 0, 21, 88 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ro.gmo, 54, 306, 335, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/sq.po, 56, 329, 400, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/ja.gmo, 54, 306, 137, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/gu.po, 49, 267, 300, 0, 0, 8, 69, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hi.gmo, 49, 267, 327, 0, 0, 0, 0, 49, 267 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/pt.po, 56, 329, 398, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/mk.po, 47, 259, 305, 0, 0, 10, 77, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 56, 329, 125, 0, 0, 0, 0, 56, 329 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/te.gmo, 54, 306, 297, 0, 0, 0, 0, 54, 306 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/uk.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -passwd-0.80-6.fc31.src.rpm.stats.csv, po/hy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -phodav-2.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -phodav-2.3-2.fc31.src.rpm.stats.csv, po/tr.po, 17, 63, 58, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/sv.po, 17, 63, 69, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 17, 63, 72, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/sr.po, 17, 63, 72, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/sl.po, 17, 63, 77, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/ro.po, 17, 63, 73, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 17, 63, 68, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/pt.po, 10, 31, 34, 2, 9, 5, 23, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/pl.po, 17, 63, 81, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/id.po, 17, 63, 66, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/hu.po, 17, 63, 63, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/hr.po, 17, 63, 62, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/fur.po, 17, 63, 77, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/es.po, 17, 63, 75, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/el.po, 10, 31, 32, 2, 9, 5, 23, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/de.po, 17, 63, 63, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/da.po, 17, 63, 63, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/cs.po, 17, 63, 69, 0, 0, 0, 0, 17, 63 -phodav-2.3-2.fc31.src.rpm.stats.csv, po/bs.po, 10, 31, 35, 2, 9, 5, 23, 17, 63 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/ru.po, 53, 315, 297, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/pl.po, 51, 307, 319, 3, 14, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/cs.po, 53, 315, 304, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/vi.po, 53, 315, 437, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/de.po, 49, 203, 205, 4, 111, 1, 7, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/pt_BR.po, 53, 315, 362, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/eu.po, 52, 311, 306, 2, 10, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/ro.po, 53, 315, 363, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/sv.po, 22, 83, 84, 8, 40, 24, 198, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/nl.po, 53, 315, 336, 1, 6, 0, 0, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/ja.po, 40, 169, 58, 7, 124, 7, 28, 54, 321 -pinfo-0.6.10-23.fc31.src.rpm.stats.csv, po/pinfo.pot, 0, 0, 0, 0, 0, 54, 321, 54, 321 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -policycoreutils-2.9-5.fc31.src.rpm.stats.csv, po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -polkit-0.116-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -polkit-0.116-4.fc31.src.rpm.stats.csv, po/hu.po, 26, 228, 213, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/cs.po, 26, 230, 220, 0, 0, 0, 0, 26, 230 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/it.po, 26, 230, 241, 0, 0, 0, 0, 26, 230 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/uk.po, 26, 228, 238, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/sk.po, 26, 228, 245, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 25, 227, 102, 0, 0, 1, 1, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/hr.po, 26, 228, 210, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/tr.po, 26, 228, 222, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/de.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/da.po, 8, 67, 69, 0, 0, 0, 0, 8, 67 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/pl.po, 26, 230, 229, 0, 0, 0, 0, 26, 230 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/sv.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 26, 228, 94, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/id.po, 26, 228, 214, 0, 0, 0, 0, 26, 228 -polkit-0.116-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 26, 230, 257, 0, 0, 0, 0, 26, 230 -popt-1.16-18.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -popt-1.16-18.fc31.src.rpm.stats.csv, po/pl.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/fr.gmo, 24, 61, 73, 0, 0, 0, 0, 24, 61 -popt-1.16-18.fc31.src.rpm.stats.csv, po/eo.gmo, 29, 78, 89, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/zh_CN.po, 29, 78, 40, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 24, 61, 26, 0, 0, 0, 0, 24, 61 -popt-1.16-18.fc31.src.rpm.stats.csv, po/nb.po, 24, 61, 58, 2, 8, 5, 15, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ro.po, 11, 31, 32, 3, 16, 17, 37, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/fi.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/es.gmo, 21, 48, 54, 0, 0, 0, 0, 21, 48 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ko.po, 24, 61, 61, 2, 8, 5, 15, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ja.gmo, 26, 68, 26, 0, 0, 0, 0, 26, 68 -popt-1.16-18.fc31.src.rpm.stats.csv, po/de.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/da.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/wa.po, 2, 8, 15, 1, 5, 28, 71, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ga.po, 29, 78, 91, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/hu.po, 26, 68, 69, 3, 10, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/sv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ru.gmo, 29, 78, 80, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ja.po, 26, 68, 26, 3, 10, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/sl.po, 2, 8, 10, 1, 5, 28, 71, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/sk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/vi.gmo, 29, 78, 140, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ga.gmo, 29, 78, 91, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ru.po, 29, 78, 80, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/lv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/es.po, 21, 48, 54, 2, 8, 8, 28, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/th.gmo, 29, 78, 38, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/hu.gmo, 26, 68, 69, 0, 0, 0, 0, 26, 68 -popt-1.16-18.fc31.src.rpm.stats.csv, po/fr.po, 24, 61, 73, 2, 8, 5, 15, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/ro.gmo, 11, 31, 32, 0, 0, 0, 0, 11, 31 -popt-1.16-18.fc31.src.rpm.stats.csv, po/th.po, 29, 78, 38, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/vi.po, 29, 78, 140, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/it.gmo, 29, 78, 90, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/is.po, 24, 61, 68, 2, 8, 5, 15, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/de.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/nl.po, 29, 78, 88, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/cs.gmo, 29, 78, 79, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/nl.gmo, 29, 78, 88, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/da.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/it.po, 29, 78, 90, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/id.po, 29, 78, 82, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/id.gmo, 29, 78, 82, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/popt.pot, 0, 0, 0, 0, 0, 31, 84, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/cs.po, 29, 78, 79, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/fi.gmo, 29, 78, 76, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/lv.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 29, 78, 40, 0, 0, 0, 0, 29, 78 -popt-1.16-18.fc31.src.rpm.stats.csv, po/zh_TW.po, 24, 61, 26, 2, 8, 5, 15, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/tr.po, 21, 48, 52, 3, 13, 7, 23, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/uk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/eo.po, 29, 78, 89, 0, 0, 2, 6, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/gl.po, 21, 48, 56, 3, 13, 7, 23, 31, 84 -popt-1.16-18.fc31.src.rpm.stats.csv, po/pt.po, 24, 61, 69, 2, 8, 5, 15, 31, 84 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/template-man.pot, 0, 0, 0, 0, 0, 78, 517, 78, 517 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/fr.po, 593, 5211, 5721, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/template-man-top.pot, 0, 0, 0, 0, 0, 662, 13136, 662, 13136 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/zh_CN.po, 34, 41, 37, 0, 0, 559, 5170, 593, 5211 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/template-man-ps.pot, 0, 0, 0, 0, 0, 787, 5978, 787, 5978 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/de.po, 583, 4927, 5018, 1, 60, 9, 224, 593, 5211 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/pl.po, 593, 5211, 4699, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/sv.po, 593, 5211, 4807, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/uk.po, 593, 5211, 5270, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, man-po/pt_BR.po, 593, 5211, 5656, 0, 0, 0, 0, 593, 5211 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/fr.po, 795, 4574, 5399, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 63, 158, 105, 347, 1194, 388, 3241, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/procps-ng.pot, 0, 0, 0, 0, 0, 798, 4593, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/uk.gmo, 795, 4574, 4883, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/de.po, 690, 3410, 3371, 9, 61, 99, 1122, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/pl.gmo, 795, 4574, 4588, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/pl.po, 795, 4574, 4588, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 795, 4574, 5145, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/sv.po, 795, 4574, 4385, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/vi.gmo, 754, 4366, 6158, 0, 0, 0, 0, 754, 4366 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/sv.gmo, 795, 4574, 4385, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/de.gmo, 690, 3410, 3371, 0, 0, 0, 0, 690, 3410 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/uk.po, 795, 4574, 4883, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/vi.po, 754, 4366, 6158, 21, 158, 23, 69, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/pt_BR.po, 795, 4574, 5145, 3, 19, 0, 0, 798, 4593 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/fr.gmo, 795, 4574, 5399, 0, 0, 0, 0, 795, 4574 -procps-ng-3.3.15-6.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 63, 158, 105, 0, 0, 0, 0, 63, 158 -psmisc-23.1-7.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/fr.po, 80, 646, 747, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/cs.po, 75, 497, 498, 10, 495, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/hu.gmo, 80, 646, 651, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/eo.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/eu.gmo, 68, 452, 457, 0, 0, 0, 0, 68, 452 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/ro.po, 11, 81, 91, 18, 200, 56, 711, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/fi.po, 80, 646, 586, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/zh_CN.po, 75, 497, 271, 10, 495, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/ru.po, 80, 646, 664, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/da.gmo, 80, 646, 648, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/ca.po, 11, 81, 92, 23, 517, 51, 394, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/eu.po, 68, 452, 457, 16, 533, 1, 7, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/sr.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/it.po, 75, 497, 544, 10, 495, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/eo.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/uk.gmo, 80, 646, 716, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/de.po, 80, 646, 655, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/pl.gmo, 80, 646, 672, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/pl.po, 80, 646, 672, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 80, 646, 738, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/pt.po, 2, 10, 11, 14, 91, 69, 891, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/id.po, 68, 452, 484, 16, 533, 1, 7, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/it.gmo, 75, 497, 544, 0, 0, 0, 0, 75, 497 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/el.gmo, 80, 646, 703, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/sv.po, 80, 646, 656, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/zh_TW.po, 75, 497, 243, 10, 495, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/ja.po, 34, 203, 87, 21, 512, 30, 277, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/id.gmo, 68, 452, 484, 0, 0, 0, 0, 68, 452 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/vi.gmo, 80, 646, 975, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 75, 497, 243, 0, 0, 0, 0, 75, 497 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/sv.gmo, 80, 646, 656, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/hu.po, 80, 646, 651, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/de.gmo, 80, 646, 655, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/uk.po, 80, 646, 716, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/vi.po, 80, 646, 975, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/fi.gmo, 80, 646, 586, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/pt_BR.po, 80, 646, 738, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/bg.po, 34, 203, 270, 21, 512, 30, 277, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/nl.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/psmisc.pot, 0, 0, 0, 0, 0, 85, 992, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/nl.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/fr.gmo, 80, 646, 747, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/nb.po, 34, 203, 212, 21, 512, 30, 277, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/hr.gmo, 80, 646, 659, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/el.po, 80, 646, 703, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/ru.gmo, 80, 646, 664, 0, 0, 0, 0, 80, 646 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/cs.gmo, 75, 497, 498, 0, 0, 0, 0, 75, 497 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/sr.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/da.po, 80, 646, 648, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/hr.po, 80, 646, 659, 5, 346, 0, 0, 85, 992 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 75, 497, 271, 0, 0, 0, 0, 75, 497 -psmisc-23.1-7.fc31.src.rpm.stats.csv, po/bg.gmo, 34, 203, 270, 0, 0, 0, 0, 34, 203 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/fi.po, 409, 2013, 1649, 44, 952, 43, 339, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ca.gmo, 377, 1937, 2377, 0, 0, 0, 0, 377, 1937 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/es.po, 409, 2013, 2386, 44, 952, 43, 339, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/id.po, 518, 3390, 3270, 14, 181, 0, 0, 532, 3571 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/be.gmo, 525, 3503, 3276, 0, 0, 0, 0, 525, 3503 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/el.po, 547, 3571, 3638, 0, 0, 0, 0, 547, 3571 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 525, 3516, 1456, 0, 0, 0, 0, 525, 3516 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/cs.po, 534, 3575, 3519, 0, 0, 0, 0, 534, 3575 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/hi.po, 407, 2011, 2239, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/lt.po, 533, 3616, 3452, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/af.po, 191, 429, 400, 0, 0, 343, 3275, 534, 3704 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/nn.gmo, 527, 3539, 3290, 0, 0, 0, 0, 527, 3539 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/oc.gmo, 470, 2193, 2667, 0, 0, 0, 0, 470, 2193 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/hu.gmo, 526, 3511, 3473, 0, 0, 0, 0, 526, 3511 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ja.gmo, 496, 3304, 1617, 0, 0, 0, 0, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/uk.po, 533, 3616, 3803, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sk.gmo, 364, 1243, 1190, 0, 0, 0, 0, 364, 1243 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/de_CH.po, 369, 1754, 1566, 57, 906, 70, 644, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ta.po, 407, 2011, 1835, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/mr.po, 407, 2011, 2002, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/uk.gmo, 533, 3616, 3803, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/gl.gmo, 530, 3586, 4279, 0, 0, 0, 0, 530, 3586 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/nl.gmo, 407, 2011, 1932, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/id.gmo, 518, 3390, 3270, 0, 0, 0, 0, 518, 3390 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ja.po, 496, 3304, 1617, 0, 0, 0, 0, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/mr.gmo, 407, 2011, 2002, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ta.gmo, 407, 2011, 1835, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/nn.po, 527, 3539, 3290, 0, 0, 0, 0, 527, 3539 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/gu.gmo, 407, 2011, 2207, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sv.po, 534, 3704, 3367, 0, 0, 0, 0, 534, 3704 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 530, 3560, 1519, 0, 0, 0, 0, 530, 3560 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 407, 2011, 2154, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/or.gmo, 407, 2011, 2102, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/cs.gmo, 534, 3575, 3519, 0, 0, 0, 0, 534, 3575 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/el.gmo, 547, 3571, 3638, 0, 0, 0, 0, 547, 3571 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pl.po, 533, 3616, 3620, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/fi.gmo, 409, 2013, 1649, 0, 0, 0, 0, 409, 2013 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 407, 2011, 2154, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 530, 3560, 1519, 0, 0, 0, 0, 530, 3560 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 533, 3616, 4098, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/fr.gmo, 517, 3437, 4043, 0, 0, 0, 0, 517, 3437 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/da.gmo, 532, 3594, 3285, 0, 0, 0, 0, 532, 3594 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 407, 2011, 1980, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/fr.po, 517, 3437, 4043, 0, 0, 0, 0, 517, 3437 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/te.po, 407, 2011, 1809, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ko.gmo, 525, 3475, 3034, 0, 0, 0, 0, 525, 3475 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/de.po, 523, 3502, 3253, 0, 0, 3, 9, 526, 3511 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pa.gmo, 407, 2011, 2223, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/es.gmo, 409, 2013, 2386, 0, 0, 0, 0, 409, 2013 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sk.po, 364, 1243, 1190, 0, 0, 162, 2283, 526, 3526 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pt.po, 374, 1932, 2171, 55, 981, 67, 391, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/de.gmo, 523, 3502, 3253, 0, 0, 0, 0, 523, 3502 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/hu.po, 526, 3511, 3473, 0, 0, 0, 0, 526, 3511 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/be.po, 525, 3503, 3276, 1, 8, 0, 0, 526, 3511 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sv.gmo, 534, 3704, 3367, 0, 0, 0, 0, 534, 3704 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/gu.po, 407, 2011, 2207, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pt.gmo, 374, 1932, 2171, 0, 0, 0, 0, 374, 1932 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/oc.po, 470, 2193, 2667, 0, 0, 57, 1337, 527, 3530 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/he.gmo, 84, 190, 195, 0, 0, 0, 0, 84, 190 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pl.gmo, 533, 3616, 3620, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/gl.po, 530, 3586, 4279, 0, 0, 0, 0, 530, 3586 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ru.po, 532, 3594, 3749, 0, 0, 0, 0, 532, 3594 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pa.po, 407, 2011, 2223, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/or.po, 407, 2011, 2102, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/kn.gmo, 407, 2011, 1869, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/kn.po, 407, 2011, 1869, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/de_CH.gmo, 369, 1754, 1566, 0, 0, 0, 0, 369, 1754 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ko.po, 525, 3475, 3034, 0, 0, 0, 0, 525, 3475 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/tr.gmo, 527, 3539, 3237, 0, 0, 0, 0, 527, 3539 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/it.gmo, 532, 3594, 3958, 0, 0, 0, 0, 532, 3594 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 533, 3616, 4098, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/pulseaudio.pot, 0, 0, 0, 0, 0, 533, 3616, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/hr.po, 531, 3600, 3412, 0, 0, 0, 0, 531, 3600 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/af.gmo, 191, 429, 400, 0, 0, 0, 0, 191, 429 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/it.po, 532, 3594, 3958, 0, 0, 0, 0, 532, 3594 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/da.po, 532, 3594, 3285, 0, 0, 0, 0, 532, 3594 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/as.gmo, 406, 2010, 2145, 0, 0, 0, 0, 406, 2010 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/hi.gmo, 407, 2011, 2239, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/he.po, 84, 190, 195, 15, 48, 397, 3066, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/tr.po, 527, 3539, 3237, 0, 0, 0, 0, 527, 3539 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/nl.po, 407, 2011, 1932, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/te.gmo, 407, 2011, 1809, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/as.po, 406, 2010, 2145, 44, 952, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ml.gmo, 407, 2011, 1752, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sr.gmo, 407, 2011, 1980, 0, 0, 0, 0, 407, 2011 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/hr.gmo, 531, 3600, 3412, 0, 0, 0, 0, 531, 3600 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/lt.gmo, 533, 3616, 3452, 0, 0, 0, 0, 533, 3616 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 525, 3516, 1456, 0, 0, 0, 0, 525, 3516 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ca.po, 377, 1937, 2377, 59, 985, 60, 382, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ml.po, 407, 2011, 1752, 43, 951, 46, 342, 496, 3304 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/ru.gmo, 532, 3594, 3749, 0, 0, 0, 0, 532, 3594 -pulseaudio-13.0-1.fc31.src.rpm.stats.csv, po/sr.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zu.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 32, 255, 90, 1, 43, 146, 1307, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zh_TW.mo, 32, 255, 90, 0, 0, 0, 0, 32, 255 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zh_HK.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 173, 1505, 660, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/zh_CN.mo, 173, 1505, 660, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/yo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/wba.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/vi.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ur.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/uk.po, 173, 1505, 1370, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/uk.mo, 173, 1505, 1370, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/tw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/tr.po, 22, 186, 152, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/tr.mo, 22, 186, 152, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/th.po, 20, 177, 74, 1, 43, 158, 1385, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/th.mo, 20, 177, 74, 0, 0, 0, 0, 20, 177 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/tg.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/te.po, 19, 168, 139, 1, 43, 159, 1394, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/te.mo, 19, 168, 139, 0, 0, 0, 0, 19, 168 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ta.po, 13, 128, 93, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ta.mo, 13, 128, 93, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sv.po, 173, 1505, 1346, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sv.mo, 173, 1505, 1346, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 13, 128, 113, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sr@latin.mo, 13, 128, 113, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sr.po, 112, 983, 914, 3, 61, 64, 561, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sr.mo, 112, 983, 914, 0, 0, 0, 0, 112, 983 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sq.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sl.po, 12, 123, 104, 1, 43, 166, 1439, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sl.mo, 12, 123, 104, 0, 0, 0, 0, 12, 123 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sk.po, 173, 1505, 1358, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/sk.mo, 173, 1505, 1358, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/si.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ru.po, 164, 1421, 1210, 3, 61, 12, 123, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ru.mo, 164, 1421, 1210, 0, 0, 0, 0, 164, 1421 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ro.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pykickstart.pot, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 140, 1208, 1289, 3, 61, 36, 336, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pt_BR.mo, 140, 1208, 1289, 0, 0, 0, 0, 140, 1208 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pt.po, 34, 277, 298, 1, 43, 144, 1285, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pt.mo, 34, 277, 298, 0, 0, 0, 0, 34, 277 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pl.po, 173, 1505, 1414, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pl.mo, 173, 1505, 1414, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pa.po, 20, 175, 198, 1, 43, 158, 1387, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/pa.mo, 20, 175, 198, 0, 0, 0, 0, 20, 175 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/or.po, 20, 175, 165, 1, 43, 158, 1387, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/or.mo, 20, 175, 165, 0, 0, 0, 0, 20, 175 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nso.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nl.po, 173, 1505, 1537, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nl.mo, 173, 1505, 1537, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ne.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nds.po, 3, 27, 26, 0, 0, 176, 1578, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nds.mo, 3, 27, 26, 0, 0, 0, 0, 3, 27 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nb.po, 13, 128, 113, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/nb.mo, 13, 128, 113, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ms.po, 12, 123, 113, 1, 43, 166, 1439, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ms.mo, 12, 123, 113, 0, 0, 0, 0, 12, 123 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mr.po, 13, 128, 118, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mr.mo, 13, 128, 118, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ml.po, 13, 128, 98, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ml.mo, 13, 128, 98, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mk.po, 12, 123, 127, 1, 43, 166, 1439, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mk.mo, 12, 123, 127, 0, 0, 0, 0, 12, 123 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mai.po, 12, 123, 124, 1, 43, 166, 1439, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/mai.mo, 12, 123, 124, 0, 0, 0, 0, 12, 123 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/lv.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ky.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw_GB.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw@uccor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw@kkcor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ko.po, 22, 186, 154, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ko.mo, 22, 186, 154, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kn.po, 22, 186, 157, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kn.mo, 22, 186, 157, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/km.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/kk.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ka.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ja.po, 173, 1505, 633, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ja.mo, 173, 1505, 633, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/it.po, 37, 270, 296, 2, 48, 140, 1287, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/it.mo, 37, 270, 296, 0, 0, 0, 0, 37, 270 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/is.po, 13, 128, 121, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/is.mo, 13, 128, 121, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ilo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/id.po, 14, 134, 127, 1, 43, 164, 1428, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/id.mo, 14, 134, 127, 0, 0, 0, 0, 14, 134 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ia.po, 22, 186, 209, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ia.mo, 22, 186, 209, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/hu.po, 39, 310, 300, 1, 43, 139, 1252, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/hu.mo, 39, 310, 300, 0, 0, 0, 0, 39, 310 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/hr.po, 13, 128, 118, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/hr.mo, 13, 128, 118, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/hi.po, 22, 186, 203, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/hi.mo, 22, 186, 203, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/he.po, 13, 128, 103, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/he.mo, 13, 128, 103, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/gu.po, 22, 186, 186, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/gu.mo, 22, 186, 186, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/gl.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/gl.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/fr.po, 173, 1505, 1647, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/fr.mo, 173, 1505, 1647, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/fi.po, 22, 186, 138, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/fi.mo, 22, 186, 138, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/fa.po, 20, 175, 175, 1, 43, 158, 1387, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/fa.mo, 20, 175, 175, 0, 0, 0, 0, 20, 175 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/eu.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/eu.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/et.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/es.po, 173, 1505, 1641, 3, 61, 3, 39, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/es.mo, 173, 1505, 1641, 0, 0, 0, 0, 173, 1505 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/eo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/en_GB.po, 20, 175, 175, 1, 43, 158, 1387, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/en_GB.mo, 20, 175, 175, 0, 0, 0, 0, 20, 175 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/el.po, 13, 128, 134, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/el.mo, 13, 128, 134, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/de_CH.po, 13, 128, 133, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/de_CH.mo, 13, 128, 133, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/de.po, 140, 1208, 1168, 3, 61, 36, 336, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/de.mo, 140, 1208, 1168, 0, 0, 0, 0, 140, 1208 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/da.po, 26, 226, 206, 1, 43, 152, 1336, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/da.mo, 26, 226, 206, 0, 0, 0, 0, 26, 226 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/cy.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/cs.po, 164, 1421, 1235, 3, 61, 12, 123, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/cs.mo, 164, 1421, 1235, 0, 0, 0, 0, 164, 1421 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ca.po, 167, 1447, 1654, 3, 61, 9, 97, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ca.mo, 167, 1447, 1654, 0, 0, 0, 0, 167, 1447 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bs.po, 13, 130, 119, 1, 43, 165, 1432, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bs.mo, 13, 130, 119, 0, 0, 0, 0, 13, 130 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/brx.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/br.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 22, 186, 186, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bn_IN.mo, 22, 186, 186, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bn.po, 22, 186, 186, 1, 43, 156, 1376, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bn.mo, 22, 186, 186, 0, 0, 0, 0, 22, 186 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bg.po, 25, 215, 211, 1, 43, 153, 1347, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bg.mo, 25, 215, 211, 0, 0, 0, 0, 25, 215 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/be.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/bal.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ast.po, 13, 128, 143, 1, 43, 165, 1434, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ast.mo, 13, 128, 143, 0, 0, 0, 0, 13, 128 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/as.po, 26, 226, 209, 1, 43, 152, 1336, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/as.mo, 26, 226, 209, 0, 0, 0, 0, 26, 226 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ar.po, 20, 175, 162, 1, 43, 158, 1387, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/ar.mo, 20, 175, 162, 0, 0, 0, 0, 20, 175 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/anp.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/am.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -pykickstart-3.21-1.fc31.src.rpm.stats.csv, po/af.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/zu.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 75, 524, 250, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/zh_TW.mo, 75, 524, 250, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 75, 524, 260, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/zh_CN.mo, 75, 524, 260, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/vi.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ur.po, 3, 37, 37, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ur.mo, 3, 37, 37, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/uk.po, 75, 524, 524, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/uk.mo, 75, 524, 524, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/tr.po, 10, 62, 49, 0, 0, 66, 496, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/tr.mo, 10, 62, 49, 0, 0, 0, 0, 10, 62 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/th.po, 7, 52, 16, 0, 0, 69, 506, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/th.mo, 7, 52, 16, 0, 0, 0, 0, 7, 52 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/tg.po, 3, 12, 15, 0, 0, 73, 546, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/tg.mo, 3, 12, 15, 0, 0, 0, 0, 3, 12 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/te.po, 56, 326, 290, 0, 0, 20, 232, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/te.mo, 56, 326, 290, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ta.po, 43, 290, 254, 0, 0, 33, 268, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ta.mo, 43, 290, 254, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sv.po, 75, 524, 525, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sv.mo, 75, 524, 525, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 21, 188, 187, 0, 0, 55, 370, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sr@latin.mo, 21, 188, 187, 0, 0, 0, 0, 21, 188 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sr.po, 67, 456, 461, 0, 0, 9, 102, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sr.mo, 67, 456, 461, 0, 0, 0, 0, 67, 456 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sq.po, 5, 43, 37, 0, 0, 71, 515, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sq.mo, 5, 43, 37, 0, 0, 0, 0, 5, 43 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sl.po, 3, 37, 29, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sl.mo, 3, 37, 29, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sk.po, 72, 518, 519, 0, 0, 4, 40, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/sk.mo, 72, 518, 519, 0, 0, 0, 0, 72, 518 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/si.po, 24, 206, 204, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/si.mo, 24, 206, 204, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ru.po, 75, 524, 486, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ru.mo, 75, 524, 486, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ro.po, 3, 37, 33, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ro.mo, 3, 37, 33, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 75, 524, 589, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pt_BR.mo, 75, 524, 589, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pt.po, 24, 206, 232, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pt.mo, 24, 206, 232, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pl.po, 75, 524, 530, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pl.mo, 75, 524, 530, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pa.po, 43, 290, 355, 0, 0, 33, 268, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/pa.mo, 43, 290, 355, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/or.po, 43, 290, 322, 0, 0, 33, 268, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/or.mo, 43, 290, 322, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nso.po, 3, 37, 42, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nso.mo, 3, 37, 42, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nl.po, 75, 524, 552, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nl.mo, 75, 524, 552, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ne.po, 3, 37, 31, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ne.mo, 3, 37, 31, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nds.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nb.po, 13, 85, 78, 0, 0, 63, 473, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/nb.mo, 13, 85, 78, 0, 0, 0, 0, 13, 85 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ms.po, 3, 37, 28, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ms.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/mr.po, 56, 326, 343, 0, 0, 20, 232, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/mr.mo, 56, 326, 343, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ml.po, 43, 290, 225, 0, 0, 33, 268, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ml.mo, 43, 290, 225, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/mk.po, 3, 37, 28, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/mk.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/mai.po, 8, 63, 67, 0, 0, 68, 495, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/mai.mo, 8, 63, 67, 0, 0, 0, 0, 8, 63 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/lv.po, 9, 56, 51, 0, 0, 67, 502, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/lv.mo, 9, 56, 51, 0, 0, 0, 0, 9, 56 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/lt.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ko.po, 75, 524, 454, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ko.mo, 75, 524, 454, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/kn.po, 56, 326, 297, 0, 0, 20, 232, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/kn.mo, 56, 326, 297, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/kk.po, 43, 290, 269, 0, 0, 33, 268, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/kk.mo, 43, 290, 269, 0, 0, 0, 0, 43, 290 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ka.po, 11, 24, 24, 0, 0, 65, 534, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ka.mo, 11, 24, 24, 0, 0, 0, 0, 11, 24 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ja.po, 75, 524, 258, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ja.mo, 75, 524, 258, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/it.po, 75, 524, 545, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/it.mo, 75, 524, 545, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/is.po, 5, 43, 36, 0, 0, 71, 515, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/is.mo, 5, 43, 36, 0, 0, 0, 0, 5, 43 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ilo.po, 3, 37, 41, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ilo.mo, 3, 37, 41, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/id.po, 24, 206, 196, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/id.mo, 24, 206, 196, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ia.po, 36, 277, 310, 0, 0, 40, 281, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ia.mo, 36, 277, 310, 0, 0, 0, 0, 36, 277 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/hu.po, 75, 524, 531, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/hu.mo, 75, 524, 531, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/hr.po, 3, 37, 22, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/hr.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/hi.po, 24, 206, 239, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/hi.mo, 24, 206, 239, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/he.po, 5, 23, 20, 0, 0, 71, 535, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/he.mo, 5, 23, 20, 0, 0, 0, 0, 5, 23 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/gu.po, 56, 326, 358, 0, 0, 20, 232, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/gu.mo, 56, 326, 358, 0, 0, 0, 0, 56, 326 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/gl.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/fr.po, 75, 524, 618, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/fr.mo, 75, 524, 618, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/fi.po, 24, 206, 167, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/fi.mo, 24, 206, 167, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/fa.po, 24, 206, 231, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/fa.mo, 24, 206, 231, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/eu.po, 2, 8, 8, 0, 0, 74, 550, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/eu.mo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/et.po, 8, 52, 51, 0, 0, 68, 506, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/et.mo, 8, 52, 51, 0, 0, 0, 0, 8, 52 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/es.po, 75, 524, 637, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/es.mo, 75, 524, 637, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/en_GB.po, 24, 206, 206, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/en_GB.mo, 24, 206, 206, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/el.po, 6, 47, 51, 0, 0, 70, 511, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/el.mo, 6, 47, 51, 0, 0, 0, 0, 6, 47 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/de_CH.po, 7, 52, 41, 0, 0, 69, 506, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/de_CH.mo, 7, 52, 41, 0, 0, 0, 0, 7, 52 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/de.po, 75, 524, 514, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/de.mo, 75, 524, 514, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/da.po, 75, 524, 493, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/da.mo, 75, 524, 493, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/cy.po, 3, 37, 32, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/cy.mo, 3, 37, 32, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/cs.po, 75, 524, 498, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/cs.mo, 75, 524, 498, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ca.po, 75, 524, 651, 0, 0, 1, 34, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ca.mo, 75, 524, 651, 0, 0, 0, 0, 75, 524 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bs.po, 3, 37, 22, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bs.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 62, 355, 401, 0, 0, 14, 203, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bn_IN.mo, 62, 355, 401, 0, 0, 0, 0, 62, 355 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bn.po, 24, 206, 225, 0, 0, 52, 352, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bn.mo, 24, 206, 225, 0, 0, 0, 0, 24, 206 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/blivet.pot, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bg.po, 62, 357, 407, 0, 0, 14, 201, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/bg.mo, 62, 357, 407, 0, 0, 0, 0, 62, 357 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/be.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ast.po, 23, 202, 209, 0, 0, 53, 356, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ast.mo, 23, 202, 209, 0, 0, 0, 0, 23, 202 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/as.po, 62, 355, 382, 0, 0, 14, 203, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/as.mo, 62, 355, 382, 0, 0, 0, 0, 62, 355 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ar.po, 5, 41, 34, 0, 0, 71, 517, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/ar.mo, 5, 41, 34, 0, 0, 0, 0, 5, 41 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/am.po, 3, 37, 26, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/am.mo, 3, 37, 26, 0, 0, 0, 0, 3, 37 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/af.po, 3, 37, 36, 0, 0, 73, 521, 76, 558 -python-blivet-3.1.5-2.fc31.src.rpm.stats.csv, po/af.mo, 3, 37, 36, 0, 0, 0, 0, 3, 37 -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv, humanize/locale/ru_RU/LC_MESSAGES/humanize.po, 52, 97, 110, 0, 0, 0, 0, 52, 97 -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv, humanize/locale/ru_RU/LC_MESSAGES/humanize.mo, 52, 97, 110, 0, 0, 0, 0, 52, 97 -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv, humanize/locale/ko_KR/LC_MESSAGES/humanize.po, 33, 78, 54, 19, 19, 0, 0, 52, 97 -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv, humanize/locale/ko_KR/LC_MESSAGES/humanize.mo, 33, 78, 54, 0, 0, 0, 0, 33, 78 -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv, humanize/locale/fr_FR/LC_MESSAGES/humanize.po, 32, 77, 83, 20, 20, 0, 0, 52, 97 -python-humanize-0.5.1-17.fc31.src.rpm.stats.csv, humanize/locale/fr_FR/LC_MESSAGES/humanize.mo, 32, 77, 83, 0, 0, 0, 0, 32, 77 -python-meh-0.48-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ko.po, 23, 109, 82, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fi.po, 23, 109, 76, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/it.po, 16, 65, 62, 7, 44, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/af.po, 20, 83, 86, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ja.po, 23, 109, 32, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/be.po, 23, 109, 88, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tr.po, 23, 109, 92, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ko.po, 23, 109, 82, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fi.po, 23, 109, 76, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/it.po, 16, 65, 62, 7, 44, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/af.po, 20, 83, 86, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ja.po, 23, 109, 32, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/be.po, 23, 109, 88, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tr.po, 23, 109, 92, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ko.po, 23, 109, 82, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fi.po, 23, 109, 76, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/it.po, 16, 65, 62, 7, 44, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/af.po, 20, 83, 86, 0, 0, 3, 26, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ja.po, 23, 109, 32, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/be.po, 23, 109, 88, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/tr.po, 23, 109, 92, 0, 0, 0, 0, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -python-meh-0.48-1.fc31.src.rpm.stats.csv, po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/kw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/si.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/sk.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/km.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/sv.po, 6, 16, 17, 0, 0, 10, 26, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ko.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/sr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/nds.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/da.po, 16, 42, 45, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/mai.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/bs.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/br.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/bo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ast.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/fr.po, 16, 42, 52, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/anp.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ne.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ru.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/es.po, 16, 42, 40, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/id.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/kw@kkcor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/mn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/el.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/bal.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/kw_GB.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/uk.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 6, 16, 6, 0, 0, 10, 26, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/wba.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 6, 16, 13, 0, 0, 10, 26, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/hu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/de.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/yo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/pl.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/tg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ja.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/de_CH.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/tr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/tw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/en_GB.po, 15, 35, 35, 0, 0, 1, 7, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/cs.po, 16, 42, 41, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/kw@uccor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/ca.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/brx.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -python-simpleline-1.6-1.fc31.src.rpm.stats.csv, po/python-simpleline.pot, 0, 0, 0, 0, 0, 16, 42, 16, 42 -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt-4.8.7-50.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -qt5-qtbase-5.12.5-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -quota-4.05-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -quota-4.05-5.fc31.src.rpm.stats.csv, po/cs.gmo, 483, 3628, 3777, 0, 0, 0, 0, 483, 3628 -quota-4.05-5.fc31.src.rpm.stats.csv, po/cs.po, 483, 3628, 3777, 53, 1057, 33, 165, 569, 4850 -quota-4.05-5.fc31.src.rpm.stats.csv, po/pl.po, 483, 3628, 3851, 53, 1057, 33, 165, 569, 4850 -quota-4.05-5.fc31.src.rpm.stats.csv, po/de.gmo, 434, 3354, 3372, 0, 0, 0, 0, 434, 3354 -quota-4.05-5.fc31.src.rpm.stats.csv, po/quota.pot, 0, 0, 0, 0, 0, 569, 4850, 569, 4850 -quota-4.05-5.fc31.src.rpm.stats.csv, po/fr.po, 233, 1545, 1955, 216, 1527, 120, 1778, 569, 4850 -quota-4.05-5.fc31.src.rpm.stats.csv, po/de.po, 434, 3354, 3372, 94, 1273, 41, 223, 569, 4850 -quota-4.05-5.fc31.src.rpm.stats.csv, po/pl.gmo, 483, 3628, 3851, 0, 0, 0, 0, 483, 3628 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/gl.po, 125, 778, 999, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ko.po, 127, 789, 706, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ru.po, 127, 789, 795, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/el.po, 125, 778, 926, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/en_GB.po, 125, 778, 778, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/es_CL.po, 0, 0, 0, 0, 0, 125, 778, 125, 778 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/id.po, 125, 778, 817, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/it.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/fr.po, 18, 110, 116, 0, 0, 109, 679, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/zh_CN.po, 88, 511, 122, 0, 0, 39, 278, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/da.po, 115, 712, 723, 0, 0, 12, 77, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/sl.po, 125, 778, 775, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/nl.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/sv.po, 125, 778, 769, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/kk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/cs.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/tr.po, 125, 778, 710, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/oc.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/hu.po, 20, 129, 128, 0, 0, 107, 660, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/zh_TW.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/pl.po, 127, 789, 802, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/fi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/uk.po, 127, 789, 879, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ca.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/de.po, 116, 683, 731, 0, 0, 11, 106, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/sk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/pt_BR.po, 127, 789, 971, 0, 0, 0, 0, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/es.po, 125, 778, 1028, 0, 0, 2, 11, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -realmd-0.16.3-21.fc31.src.rpm.stats.csv, po/ja.po, 17, 60, 22, 0, 0, 110, 729, 127, 789 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/is.po, 86, 261, 233, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/en_GB.po, 86, 261, 261, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/et.po, 81, 253, 212, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ar.po, 81, 253, 249, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/sk.po, 86, 261, 256, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/mr.po, 86, 261, 260, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/hi.po, 86, 261, 292, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/cs.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/bn_IN.po, 86, 261, 290, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/te.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/lt.po, 73, 221, 213, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/de.po, 86, 261, 211, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/sq.po, 2, 5, 4, 0, 0, 84, 256, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/vi.po, 72, 218, 335, 3, 9, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/sr.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ur.po, 71, 216, 397, 4, 11, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/gl.po, 52, 132, 157, 1, 1, 33, 128, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ilo.po, 43, 106, 164, 4, 6, 39, 149, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ml.po, 86, 261, 245, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/lv.po, 80, 252, 225, 0, 0, 1, 1, 81, 253 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/hy.po, 73, 221, 198, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/id.po, 81, 253, 246, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/tr.po, 78, 246, 238, 3, 5, 5, 10, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/nb.po, 86, 261, 221, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/or.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/th.po, 86, 261, 126, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/mk.po, 86, 261, 286, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/sl.po, 76, 240, 247, 5, 11, 5, 10, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/bg.po, 86, 261, 293, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/nl.po, 86, 261, 228, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/he.po, 86, 261, 257, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/pl.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/fa.po, 81, 253, 277, 0, 0, 0, 0, 81, 253 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/zh_TW.po, 86, 261, 125, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ru.po, 86, 261, 269, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/pt_BR.po, 86, 261, 312, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/hu.po, 86, 261, 231, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ta.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/el.po, 86, 261, 271, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/gu.po, 86, 261, 275, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/pt.po, 86, 261, 315, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ms.po, 86, 261, 249, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/da.po, 86, 261, 224, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/sv.po, 86, 261, 225, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/sr@latin.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ko.po, 86, 261, 247, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/kn.po, 86, 261, 258, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/as.po, 86, 261, 304, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/am.po, 73, 221, 240, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/uk.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/nso.po, 73, 221, 363, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ka.po, 69, 205, 191, 4, 11, 13, 45, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/zu.po, 70, 213, 221, 5, 14, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/si.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ja.po, 86, 261, 110, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/be.po, 71, 216, 211, 4, 11, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/cy.po, 86, 261, 263, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ro.po, 86, 261, 273, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/af.po, 73, 221, 184, 2, 6, 11, 34, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/fi.po, 86, 261, 190, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/es.po, 86, 261, 319, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/pa.po, 86, 261, 276, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/ca.po, 86, 261, 311, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/bn.po, 76, 240, 280, 5, 11, 5, 10, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/hr.po, 86, 261, 265, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/zh_CN.po, 86, 261, 129, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/it.po, 86, 261, 296, 0, 0, 0, 0, 86, 261 -redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv, po/fr.po, 86, 261, 310, 0, 0, 0, 0, 86, 261 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/ca/ca.po, 57, 249, 302, 0, 0, 492, 7820, 549, 8069 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/el/el.po, 541, 8027, 8780, 0, 0, 0, 0, 541, 8027 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/ja/ja.po, 443, 4994, 1486, 3, 43, 0, 0, 446, 5037 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 218, 1680, 1917, 1, 25, 322, 6322, 541, 8027 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/uk/uk.po, 446, 5037, 4364, 0, 0, 0, 0, 446, 5037 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/cs/cs.po, 495, 7510, 6514, 0, 0, 0, 0, 495, 7510 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/fr/fr.po, 441, 5164, 5813, 0, 0, 100, 2863, 541, 8027 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/oc/oc.po, 123, 221, 254, 0, 0, 313, 4793, 436, 5014 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/de/de.po, 495, 7510, 7221, 0, 0, 0, 0, 495, 7510 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/ro/ro.po, 460, 5744, 5851, 2, 124, 79, 2159, 541, 8027 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/ru/ru.po, 436, 5014, 4281, 0, 0, 0, 0, 436, 5014 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/it/it.po, 436, 5014, 4731, 0, 0, 0, 0, 436, 5014 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/pt/pt.po, 433, 4983, 5401, 0, 0, 13, 52, 446, 5035 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/da/da.po, 431, 4971, 4307, 6, 118, 70, 2822, 507, 7911 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/es/es.po, 373, 4601, 5287, 0, 0, 0, 0, 373, 4601 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/sv/sv.po, 373, 4601, 4188, 0, 0, 0, 0, 373, 4601 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/eu/eu.po, 446, 5035, 3771, 0, 0, 0, 0, 446, 5035 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/gl/gl.po, 8, 68, 83, 0, 0, 1, 1, 9, 69 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 436, 5014, 771, 0, 0, 0, 0, 436, 5014 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, help/sl/sl.po, 429, 4634, 3998, 2, 236, 15, 165, 446, 5035 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ms.po, 282, 1021, 931, 0, 0, 0, 0, 282, 1021 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/is.po, 312, 1099, 994, 0, 0, 14, 124, 326, 1223 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ru.po, 971, 3734, 3628, 0, 0, 0, 0, 971, 3734 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/si.po, 924, 3575, 3591, 0, 0, 1, 11, 925, 3586 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/hu.po, 969, 3756, 3448, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ca@valencia.po, 923, 3940, 4974, 168, 558, 101, 544, 1192, 5042 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/tr.po, 969, 3756, 3240, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/sr.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/et.po, 1183, 5003, 4116, 11, 24, 15, 81, 1209, 5108 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/az.po, 331, 1233, 1112, 0, 0, 0, 0, 331, 1233 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ta.po, 1070, 4545, 4013, 0, 0, 0, 0, 1070, 4545 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/it.po, 968, 3746, 3967, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/he.po, 798, 2988, 2823, 72, 316, 189, 1202, 1059, 4506 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/pt.po, 978, 3763, 4277, 0, 0, 0, 0, 978, 3763 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ca.po, 968, 3746, 4593, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ko.po, 971, 3734, 3216, 0, 0, 0, 0, 971, 3734 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/id.po, 969, 3756, 3672, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ar.po, 898, 3436, 3577, 1, 2, 17, 94, 916, 3532 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/de.po, 969, 3756, 3650, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/be@latin.po, 987, 4372, 4078, 0, 0, 0, 0, 987, 4372 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/af.po, 966, 3821, 3960, 1, 7, 165, 974, 1132, 4802 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/nds.po, 169, 234, 242, 3, 7, 919, 4404, 1091, 4645 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/pl.po, 969, 3756, 3871, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/as.po, 1057, 4505, 3889, 0, 0, 0, 0, 1057, 4505 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/hr.po, 969, 3756, 3699, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/kk.po, 325, 563, 553, 0, 0, 643, 3156, 968, 3719 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/sl.po, 917, 3533, 3655, 0, 0, 0, 0, 917, 3533 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/cy.po, 328, 1249, 1334, 1, 4, 0, 0, 329, 1253 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/cs.po, 969, 3756, 3798, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/fur.po, 270, 652, 788, 0, 0, 699, 3104, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/sv.po, 969, 3756, 3593, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/mr.po, 1061, 4517, 4603, 0, 0, 0, 0, 1061, 4517 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 969, 3756, 1564, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/th.po, 916, 3532, 1566, 0, 0, 0, 0, 916, 3532 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/br.po, 1047, 4371, 5029, 47, 218, 37, 208, 1131, 4797 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/be.po, 1033, 4072, 3896, 0, 0, 0, 0, 1033, 4072 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/gd.po, 979, 3769, 5461, 0, 0, 0, 0, 979, 3769 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ro.po, 970, 3751, 4235, 0, 0, 0, 0, 970, 3751 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/kn.po, 1070, 4545, 4233, 0, 0, 0, 0, 1070, 4545 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/da.po, 969, 3756, 3503, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/gl.po, 968, 3746, 4530, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/en_CA.po, 891, 3889, 3899, 0, 0, 0, 0, 891, 3889 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ga.po, 311, 596, 708, 53, 177, 559, 3234, 923, 4007 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/mn.po, 185, 453, 430, 0, 0, 107, 669, 292, 1122 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/es.po, 969, 3756, 4521, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/uk.po, 1032, 4049, 3887, 0, 0, 0, 0, 1032, 4049 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/te.po, 966, 3505, 3176, 0, 0, 67, 567, 1033, 4072 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/bs.po, 968, 3719, 3704, 0, 0, 0, 0, 968, 3719 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/lt.po, 969, 3756, 3425, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/vi.po, 969, 3756, 5014, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/nl.po, 968, 3746, 3823, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/pa.po, 910, 3393, 3737, 1, 50, 10, 133, 921, 3576 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/eu.po, 1131, 4797, 4194, 0, 0, 0, 0, 1131, 4797 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/zh_HK.po, 922, 3569, 1520, 0, 0, 0, 0, 922, 3569 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/or.po, 336, 705, 839, 8, 17, 726, 3823, 1070, 4545 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/am.po, 94, 136, 175, 0, 0, 133, 713, 227, 849 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/fa.po, 767, 2269, 2462, 0, 0, 266, 1820, 1033, 4089 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/nn.po, 1169, 4962, 4808, 0, 0, 0, 0, 1169, 4962 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/dz.po, 826, 3813, 1411, 0, 0, 0, 0, 826, 3813 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/nb.po, 968, 3746, 3695, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/sr@latin.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 969, 3756, 4476, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/bg.po, 1033, 4089, 4621, 0, 0, 0, 0, 1033, 4089 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/rw.po, 32, 35, 34, 269, 1394, 91, 189, 392, 1618 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/fr.po, 969, 3756, 4578, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/mk.po, 952, 4142, 4598, 0, 0, 0, 0, 952, 4142 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/sk.po, 968, 3746, 3856, 0, 0, 0, 0, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/bn_IN.po, 790, 2502, 2992, 0, 0, 280, 2043, 1070, 4545 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 979, 3769, 1784, 0, 0, 0, 0, 979, 3769 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ml.po, 60, 75, 81, 3, 3, 184, 665, 247, 743 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/eo.po, 964, 3697, 3555, 1, 2, 4, 57, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/hi.po, 1070, 4545, 5515, 0, 0, 0, 0, 1070, 4545 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ja.po, 917, 3533, 1157, 0, 0, 0, 0, 917, 3533 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ne.po, 902, 3936, 3934, 0, 0, 0, 0, 902, 3936 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/fi.po, 951, 3674, 2989, 4, 16, 13, 56, 968, 3746 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/lv.po, 969, 3756, 3480, 0, 0, 0, 0, 969, 3756 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/en_GB.po, 1033, 4072, 4087, 0, 0, 0, 0, 1033, 4072 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/ps.po, 533, 1298, 1468, 0, 0, 390, 2721, 923, 4019 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/oc.po, 970, 3732, 4429, 1, 2, 1, 16, 972, 3750 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/gu.po, 1057, 4503, 5122, 8, 15, 4, 19, 1069, 4537 -rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv, po/el.po, 919, 3596, 3953, 0, 0, 0, 0, 919, 3596 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/tr.po, 385, 1848, 1647, 13, 55, 471, 2619, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ko.po, 339, 1722, 1696, 13, 55, 517, 2745, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/sr.po, 495, 2513, 2568, 39, 188, 335, 1821, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/id.po, 69, 451, 439, 0, 0, 800, 4071, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/pt.gmo, 340, 1725, 2180, 0, 0, 0, 0, 340, 1725 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/fi.po, 429, 2103, 1771, 13, 55, 427, 2364, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/sk.po, 608, 3081, 3077, 13, 55, 248, 1386, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ru.gmo, 471, 2332, 2289, 0, 0, 0, 0, 471, 2332 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/da.gmo, 289, 1476, 1409, 0, 0, 0, 0, 289, 1476 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/de.po, 685, 3457, 3502, 14, 61, 170, 1004, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/el.gmo, 16, 74, 90, 0, 0, 0, 0, 16, 74 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/is.po, 72, 327, 328, 1, 6, 796, 4189, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/br.po, 137, 434, 572, 1, 6, 731, 4082, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ms.po, 40, 131, 136, 3, 14, 826, 4377, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/sl.po, 137, 682, 712, 3, 14, 729, 3826, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/sv.po, 803, 4160, 3909, 14, 61, 52, 301, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ja.po, 628, 3183, 1602, 13, 55, 228, 1284, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ko.gmo, 339, 1722, 1696, 0, 0, 0, 0, 339, 1722 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ar.po, 95, 254, 270, 0, 0, 774, 4268, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/is.gmo, 72, 327, 328, 0, 0, 0, 0, 72, 327 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/el.po, 16, 74, 90, 0, 0, 853, 4448, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/sr@latin.po, 495, 2513, 2568, 39, 188, 335, 1821, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/te.po, 21, 66, 62, 0, 0, 848, 4456, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/cs.po, 463, 2336, 2209, 13, 55, 393, 2131, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/cmn.po, 628, 3183, 1375, 40, 194, 201, 1145, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ar.gmo, 95, 254, 270, 0, 0, 0, 0, 95, 254 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/te.gmo, 21, 66, 62, 0, 0, 0, 0, 21, 66 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/uk.po, 713, 3674, 4026, 14, 61, 142, 787, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/vi.po, 713, 3674, 5839, 14, 61, 142, 787, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/nl.gmo, 60, 154, 147, 0, 0, 0, 0, 60, 154 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 689, 3492, 1553, 0, 0, 0, 0, 689, 3492 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/sl.gmo, 137, 682, 712, 0, 0, 0, 0, 137, 682 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/pt_BR.po, 535, 2671, 3235, 13, 55, 321, 1796, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/nb.gmo, 213, 1057, 1035, 0, 0, 0, 0, 213, 1057 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/zh_CN.po, 689, 3492, 1553, 14, 61, 166, 969, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/nl.po, 60, 154, 147, 2, 8, 807, 4360, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/fr.po, 645, 3254, 4018, 13, 55, 211, 1213, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/es.po, 628, 3183, 3933, 13, 55, 228, 1284, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/pt.po, 340, 1725, 2180, 37, 186, 492, 2611, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/br.gmo, 137, 434, 572, 0, 0, 0, 0, 137, 434 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ms.gmo, 40, 131, 136, 0, 0, 0, 0, 40, 131 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/eo.po, 713, 3674, 3614, 14, 61, 142, 787, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/da.po, 289, 1476, 1409, 13, 55, 567, 2991, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/id.gmo, 69, 451, 439, 0, 0, 0, 0, 69, 451 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/nb.po, 213, 1057, 1035, 13, 55, 643, 3410, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/cs.gmo, 463, 2336, 2209, 0, 0, 0, 0, 463, 2336 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/it.po, 675, 3421, 3904, 14, 61, 180, 1040, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ru.po, 471, 2332, 2289, 14, 61, 384, 2129, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/tr.gmo, 385, 1848, 1647, 0, 0, 0, 0, 385, 1848 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/zh_TW.po, 803, 4160, 1875, 14, 61, 52, 301, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/ca.po, 677, 3407, 4701, 13, 55, 179, 1060, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/rpm.pot, 0, 0, 0, 0, 0, 869, 4522, 869, 4522 -rpm-4.15.0-6.fc31.src.rpm.stats.csv, po/pl.po, 855, 4461, 4625, 14, 61, 0, 0, 869, 4522 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/bg.gmo, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ko.po, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/kn.gmo, 114, 556, 545, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/gu.po, 84, 377, 378, 0, 0, 30, 179, 114, 556 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/hu.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/th.gmo, 142, 669, 340, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/lt.gmo, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pl.po, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/te.gmo, 118, 577, 523, 0, 0, 0, 0, 118, 577 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/el.po, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/gl.po, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/id.gmo, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/hr.gmo, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sk.po, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fur.po, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/kn.po, 114, 556, 545, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sl.gmo, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ne.po, 97, 332, 314, 154, 867, 52, 425, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ar.po, 71, 302, 298, 39, 216, 46, 250, 156, 768 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/oc.gmo, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/nl.po, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/en_GB.po, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/vi.gmo, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sr.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/hi.po, 142, 669, 819, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/rygel.pot, 0, 0, 0, 0, 0, 303, 1624, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ja.gmo, 241, 1221, 452, 0, 0, 0, 0, 241, 1221 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/el.gmo, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/nl.gmo, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ug.gmo, 143, 676, 667, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/cs.po, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ar.gmo, 71, 302, 298, 0, 0, 0, 0, 71, 302 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pt.gmo, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/hi.gmo, 142, 669, 819, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/nb.po, 296, 1575, 1691, 2, 16, 5, 33, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sv.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/gl.gmo, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/he.po, 206, 971, 975, 10, 66, 13, 103, 229, 1140 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/af.po, 74, 250, 275, 1, 6, 55, 336, 130, 592 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/zh_HK.po, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fa.po, 77, 322, 378, 1, 10, 68, 348, 146, 680 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ru.gmo, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pl.gmo, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/eu.po, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/eo.gmo, 117, 448, 421, 0, 0, 0, 0, 117, 448 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/tr.gmo, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ru.po, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/as.po, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/lv.po, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/th.po, 142, 669, 340, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/lt.po, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/es.gmo, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/da.po, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ro.gmo, 114, 556, 685, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/oc.po, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/de.po, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/es.po, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ta.gmo, 142, 669, 622, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fr.po, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ro.po, 114, 556, 685, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/af.gmo, 74, 250, 275, 0, 0, 0, 0, 74, 250 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/tg.gmo, 20, 75, 79, 0, 0, 0, 0, 20, 75 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/it.gmo, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sl.po, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/bs.gmo, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/cs.gmo, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 114, 556, 608, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/he.gmo, 206, 971, 975, 0, 0, 0, 0, 206, 971 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ne.gmo, 97, 332, 314, 0, 0, 0, 0, 97, 332 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ko.gmo, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/gu.gmo, 84, 377, 378, 0, 0, 0, 0, 84, 377 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ca.po, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pa.po, 143, 676, 763, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sr.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ca@valencia.po, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/eo.po, 117, 448, 421, 54, 340, 132, 836, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/hu.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ta.po, 142, 669, 622, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fi.gmo, 135, 525, 460, 0, 0, 0, 0, 135, 525 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/kk.po, 49, 115, 112, 0, 0, 254, 1509, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pa.gmo, 143, 676, 763, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ca.gmo, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/de.gmo, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/et.po, 142, 669, 598, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/vi.po, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/bs.po, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fr.gmo, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/as.gmo, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sk.gmo, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fa.gmo, 77, 322, 378, 0, 0, 0, 0, 77, 322 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/bg.po, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ja.po, 241, 1221, 452, 0, 0, 2, 4, 243, 1225 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/en_GB.gmo, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/bn_IN.po, 114, 556, 608, 0, 0, 0, 0, 114, 556 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sr@latin.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/uk.po, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/uk.gmo, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/pt.po, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/te.po, 118, 577, 523, 0, 0, 0, 0, 118, 577 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ml.gmo, 101, 344, 303, 0, 0, 0, 0, 101, 344 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/da.gmo, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fur.gmo, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ug.po, 143, 676, 667, 0, 0, 0, 0, 143, 676 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/hr.po, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/id.po, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/nb.gmo, 296, 1575, 1691, 0, 0, 0, 0, 296, 1575 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/lv.gmo, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/ml.po, 101, 344, 303, 0, 0, 202, 1280, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/et.gmo, 142, 669, 598, 0, 0, 0, 0, 142, 669 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/tr.po, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/sv.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/tg.po, 20, 75, 79, 0, 0, 199, 987, 219, 1062 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/fi.po, 135, 525, 460, 81, 544, 87, 555, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/it.po, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/eu.gmo, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -rygel-0.36.2-4.fc31.src.rpm.stats.csv, po/kk.gmo, 49, 115, 112, 0, 0, 0, 0, 49, 115 -samba-4.11.0-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/net/de.po, 178, 726, 658, 0, 0, 1563, 11281, 1741, 12007 -samba-4.11.0-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/zh_TW.po, 31, 187, 41, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/zh_CN.po, 31, 187, 40, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/tr.po, 128, 524, 482, 0, 0, 0, 0, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/sv.po, 31, 187, 182, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/ru.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/pt_BR.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/pl.po, 31, 187, 189, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/nl.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/nb.po, 34, 212, 191, 18, 67, 76, 245, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/ko.po, 31, 187, 148, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/ja.po, 128, 524, 168, 0, 0, 0, 0, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/it.po, 31, 187, 205, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/hu.po, 31, 187, 168, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/fr.po, 128, 524, 679, 0, 0, 0, 0, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/fi.po, 34, 212, 172, 18, 67, 76, 245, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/es.po, 31, 187, 265, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/de.po, 34, 214, 204, 19, 70, 75, 240, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/da.po, 34, 212, 196, 18, 67, 76, 245, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/cs.po, 31, 187, 174, 18, 67, 79, 270, 128, 524 -samba-4.11.0-3.fc31.src.rpm.stats.csv, source3/locale/pam_winbind/ar.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 -sed-4.5-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sed-4.5-4.fc31.src.rpm.stats.csv, po/de.gmo, 114, 611, 639, 0, 0, 0, 0, 114, 611 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ru.gmo, 126, 683, 711, 0, 0, 0, 0, 126, 683 -sed-4.5-4.fc31.src.rpm.stats.csv, po/bg.gmo, 137, 788, 930, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sr.gmo, 126, 683, 709, 0, 0, 0, 0, 126, 683 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ga.gmo, 137, 788, 928, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/da.po, 126, 683, 670, 10, 98, 1, 7, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/pt.gmo, 75, 421, 478, 0, 0, 0, 0, 75, 421 -sed-4.5-4.fc31.src.rpm.stats.csv, po/af.gmo, 32, 133, 128, 0, 0, 0, 0, 32, 133 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ru.po, 126, 683, 711, 10, 98, 1, 7, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/fr.po, 137, 788, 942, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sk.po, 137, 788, 824, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 137, 788, 937, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ja.gmo, 102, 564, 312, 0, 0, 0, 0, 102, 564 -sed-4.5-4.fc31.src.rpm.stats.csv, po/eu.po, 17, 66, 72, 5, 30, 115, 692, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/cs.gmo, 137, 788, 779, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/vi.gmo, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/uk.po, 137, 788, 847, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/pl.gmo, 77, 443, 471, 0, 0, 0, 0, 77, 443 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sl.gmo, 77, 443, 443, 0, 0, 0, 0, 77, 443 -sed-4.5-4.fc31.src.rpm.stats.csv, po/el.gmo, 77, 443, 489, 0, 0, 0, 0, 77, 443 -sed-4.5-4.fc31.src.rpm.stats.csv, po/nb.gmo, 137, 788, 742, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 115, 581, 253, 0, 0, 0, 0, 115, 581 -sed-4.5-4.fc31.src.rpm.stats.csv, po/es.gmo, 137, 788, 934, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/et.gmo, 126, 683, 591, 0, 0, 0, 0, 126, 683 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ca.po, 77, 443, 569, 12, 94, 48, 251, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/id.po, 77, 443, 462, 12, 94, 48, 251, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/it.po, 75, 421, 468, 10, 71, 52, 296, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/af.po, 32, 133, 128, 36, 168, 69, 487, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/uk.gmo, 137, 788, 847, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sr.po, 126, 683, 709, 10, 98, 1, 7, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sk.gmo, 137, 788, 824, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sv.gmo, 137, 788, 775, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/nl.po, 137, 788, 822, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/hr.po, 137, 788, 834, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/vi.po, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/eo.gmo, 126, 683, 674, 0, 0, 0, 0, 126, 683 -sed-4.5-4.fc31.src.rpm.stats.csv, po/pt.po, 75, 421, 478, 10, 71, 52, 296, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/gl.gmo, 84, 471, 585, 0, 0, 0, 0, 84, 471 -sed-4.5-4.fc31.src.rpm.stats.csv, po/he.po, 10, 58, 60, 29, 120, 98, 610, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/hu.po, 126, 683, 659, 10, 98, 1, 7, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/nb.po, 137, 788, 742, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sv.po, 137, 788, 775, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 77, 443, 167, 12, 94, 48, 251, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 115, 581, 253, 14, 152, 8, 55, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sed.pot, 0, 0, 0, 0, 0, 137, 788, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ast.po, 75, 421, 523, 10, 71, 52, 296, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ro.po, 69, 385, 430, 13, 85, 55, 318, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 137, 788, 937, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/et.po, 126, 683, 591, 10, 98, 1, 7, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ga.po, 137, 788, 928, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/sl.po, 77, 443, 443, 12, 94, 48, 251, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/eu.gmo, 17, 66, 72, 0, 0, 0, 0, 17, 66 -sed-4.5-4.fc31.src.rpm.stats.csv, po/fi.gmo, 126, 683, 601, 0, 0, 0, 0, 126, 683 -sed-4.5-4.fc31.src.rpm.stats.csv, po/fi.po, 126, 683, 601, 10, 98, 1, 7, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/el.po, 77, 443, 489, 14, 99, 46, 246, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/da.gmo, 126, 683, 670, 0, 0, 0, 0, 126, 683 -sed-4.5-4.fc31.src.rpm.stats.csv, po/tr.gmo, 77, 443, 398, 0, 0, 0, 0, 77, 443 -sed-4.5-4.fc31.src.rpm.stats.csv, po/id.gmo, 77, 443, 462, 0, 0, 0, 0, 77, 443 -sed-4.5-4.fc31.src.rpm.stats.csv, po/pl.po, 77, 443, 471, 12, 94, 48, 251, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/cs.po, 137, 788, 779, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/de.po, 114, 611, 639, 8, 84, 15, 93, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/es.po, 137, 788, 934, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ja.po, 102, 564, 312, 18, 159, 17, 65, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/hr.gmo, 137, 788, 834, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/eo.po, 126, 683, 674, 10, 98, 1, 7, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/hu.gmo, 126, 683, 659, 0, 0, 0, 0, 126, 683 -sed-4.5-4.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 77, 443, 167, 0, 0, 0, 0, 77, 443 -sed-4.5-4.fc31.src.rpm.stats.csv, po/fr.gmo, 137, 788, 942, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/bg.po, 137, 788, 930, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/ko.po, 10, 58, 64, 29, 120, 98, 610, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/nl.gmo, 137, 788, 822, 0, 0, 0, 0, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/tr.po, 77, 443, 398, 12, 94, 48, 251, 137, 788 -sed-4.5-4.fc31.src.rpm.stats.csv, po/gl.po, 84, 471, 585, 11, 89, 42, 228, 137, 788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/de.po, 1165, 15441, 15138, 63, 1024, 18, 323, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/da.po, 284, 2133, 1878, 38, 299, 924, 14356, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/zh_CN.po, 992, 10751, 2893, 77, 1427, 177, 4610, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/pl.po, 305, 1956, 1735, 223, 1506, 718, 13326, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/it.po, 1131, 15246, 15351, 68, 1166, 47, 376, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/ru.po, 1132, 15289, 13173, 67, 1123, 47, 376, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/fr.po, 1134, 15368, 17304, 65, 1044, 47, 376, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/sv.po, 413, 2261, 2021, 271, 2232, 562, 12295, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, man/po/shadow-man-pages.pot, 0, 0, 0, 0, 0, 1246, 16788, 1246, 16788 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ro.po, 210, 1033, 1131, 183, 1243, 206, 1817, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/hu.gmo, 210, 1033, 958, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/kk.gmo, 583, 3895, 3787, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/fi.po, 210, 1033, 898, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/nn.po, 147, 711, 723, 220, 1358, 232, 2024, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/es.gmo, 495, 3246, 4010, 0, 0, 0, 0, 495, 3246 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/de.po, 554, 3657, 3684, 33, 333, 12, 103, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/cs.po, 576, 3819, 3604, 17, 216, 6, 58, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/pt.gmo, 552, 3644, 4268, 0, 0, 0, 0, 552, 3644 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/sk.po, 386, 2403, 2424, 99, 755, 114, 935, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/eu.po, 419, 2689, 2480, 94, 729, 86, 675, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/gl.po, 210, 1033, 1310, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/gl.gmo, 210, 1033, 1310, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/sq.gmo, 7, 28, 31, 0, 0, 0, 0, 7, 28 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 546, 3609, 1581, 0, 0, 0, 0, 546, 3609 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/sv.gmo, 482, 3139, 3081, 0, 0, 0, 0, 482, 3139 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/it.gmo, 229, 1172, 1375, 0, 0, 0, 0, 229, 1172 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/pt.po, 552, 3644, 4268, 35, 346, 12, 103, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/nl.po, 582, 3890, 4176, 13, 167, 4, 36, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/shadow.pot, 0, 0, 0, 0, 0, 599, 4093, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/pt_BR.po, 496, 3263, 3583, 55, 486, 48, 344, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ca.po, 552, 3644, 4509, 36, 353, 11, 96, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/da.po, 552, 3644, 3450, 35, 346, 12, 103, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/km.gmo, 184, 918, 680, 0, 0, 0, 0, 184, 918 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ja.po, 554, 3657, 2046, 33, 333, 12, 103, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/eu.gmo, 419, 2689, 2480, 0, 0, 0, 0, 419, 2689 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/tr.gmo, 229, 1172, 1094, 0, 0, 0, 0, 229, 1172 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/dz.gmo, 209, 1031, 530, 0, 0, 0, 0, 209, 1031 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/nl.gmo, 582, 3890, 4176, 0, 0, 0, 0, 582, 3890 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/uk.po, 210, 1033, 1046, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/da.gmo, 552, 3644, 3450, 0, 0, 0, 0, 552, 3644 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/bs.po, 36, 127, 126, 107, 649, 456, 3317, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/sk.gmo, 386, 2403, 2424, 0, 0, 0, 0, 386, 2403 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ne.gmo, 210, 1033, 1119, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/tl.po, 209, 1015, 1265, 186, 1271, 204, 1807, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/nb.gmo, 583, 3895, 3926, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/es.po, 495, 3246, 4010, 56, 491, 48, 356, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 160, 786, 322, 0, 0, 0, 0, 160, 786 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/fr.po, 0, 0, 0, 115, 598, 484, 3495, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/el.po, 548, 3615, 3973, 38, 365, 13, 113, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ja.gmo, 554, 3657, 2046, 0, 0, 0, 0, 554, 3657 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/id.gmo, 182, 887, 941, 0, 0, 0, 0, 182, 887 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/de.gmo, 554, 3657, 3684, 0, 0, 0, 0, 554, 3657 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/tr.po, 229, 1172, 1094, 202, 1527, 168, 1394, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/he.po, 50, 197, 208, 179, 1078, 370, 2818, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ru.po, 583, 3895, 3992, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/it.po, 229, 1172, 1375, 194, 1487, 176, 1434, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/nb.po, 583, 3895, 3926, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/km.po, 184, 918, 680, 209, 1358, 206, 1817, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/pl.po, 210, 1033, 1117, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ko.po, 301, 1719, 1630, 134, 1055, 164, 1319, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/he.gmo, 50, 197, 208, 0, 0, 0, 0, 50, 197 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/vi.po, 583, 3895, 5510, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/uk.gmo, 210, 1033, 1046, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/bs.gmo, 36, 127, 126, 0, 0, 0, 0, 36, 127 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/sq.po, 7, 28, 31, 83, 495, 509, 3570, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/vi.gmo, 583, 3895, 5510, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ru.gmo, 583, 3895, 3992, 0, 0, 0, 0, 583, 3895 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ca.gmo, 552, 3644, 4509, 0, 0, 0, 0, 552, 3644 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/tl.gmo, 209, 1015, 1265, 0, 0, 0, 0, 209, 1015 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/nn.gmo, 147, 711, 723, 0, 0, 0, 0, 147, 711 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ne.po, 210, 1033, 1119, 183, 1243, 206, 1817, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/dz.po, 209, 1031, 530, 184, 1245, 206, 1817, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/kk.po, 583, 3895, 3787, 12, 162, 4, 36, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/cs.gmo, 576, 3819, 3604, 0, 0, 0, 0, 576, 3819 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/id.po, 182, 887, 941, 208, 1370, 209, 1836, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/hu.po, 210, 1033, 958, 185, 1253, 204, 1807, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/pl.gmo, 210, 1033, 1117, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ko.gmo, 301, 1719, 1630, 0, 0, 0, 0, 301, 1719 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/zh_TW.po, 160, 786, 322, 213, 1323, 226, 1984, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/sv.po, 482, 3139, 3081, 52, 461, 65, 493, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/fi.gmo, 210, 1033, 898, 0, 0, 0, 0, 210, 1033 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/zh_CN.po, 546, 3609, 1581, 38, 371, 15, 113, 599, 4093 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 496, 3263, 3583, 0, 0, 0, 0, 496, 3263 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/el.gmo, 548, 3615, 3973, 0, 0, 0, 0, 548, 3615 -shadow-utils-4.6-16.fc31.src.rpm.stats.csv, po/ro.gmo, 210, 1033, 1131, 0, 0, 0, 0, 210, 1033 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 764, 1956, 2421, 0, 0, 9, 35, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ja.po, 619, 1553, 1379, 0, 0, 154, 438, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/af.po, 640, 1603, 913, 0, 0, 133, 388, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ja.gmo, 619, 1553, 1379, 0, 0, 0, 0, 619, 1553 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/he.gmo, 674, 1704, 2051, 0, 0, 0, 0, 674, 1704 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/cy.gmo, 145, 344, 357, 0, 0, 0, 0, 145, 344 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ms.gmo, 257, 616, 616, 0, 0, 0, 0, 257, 616 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ro.gmo, 579, 1445, 1562, 0, 0, 0, 0, 579, 1445 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 722, 1842, 1574, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/cs.gmo, 722, 1842, 2014, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ast.gmo, 201, 491, 629, 0, 0, 0, 0, 201, 491 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/da.po, 773, 1991, 1115, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/nl.po, 605, 1519, 945, 0, 0, 168, 472, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/he.po, 674, 1704, 2051, 0, 0, 99, 287, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/rw.po, 0, 0, 0, 0, 0, 654, 1669, 654, 1669 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/kk.gmo, 722, 1842, 1908, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/es.gmo, 722, 1842, 2529, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/lv.gmo, 619, 1553, 1544, 0, 0, 0, 0, 619, 1553 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sq.po, 529, 1306, 1467, 0, 0, 244, 685, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/tr.po, 693, 1762, 1853, 0, 0, 80, 229, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sl.gmo, 641, 1613, 2037, 0, 0, 0, 0, 641, 1613 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 722, 1842, 1574, 0, 0, 51, 149, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/de.po, 773, 1991, 957, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/it.po, 773, 1991, 2116, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/vi.po, 546, 1351, 2022, 0, 0, 227, 640, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/cs.po, 722, 1842, 2014, 0, 0, 51, 149, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ky.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sq.gmo, 529, 1306, 1467, 0, 0, 0, 0, 529, 1306 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ka.po, 199, 503, 512, 0, 0, 574, 1488, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/gl.gmo, 638, 1605, 2171, 0, 0, 0, 0, 638, 1605 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ast.po, 201, 491, 629, 0, 0, 572, 1500, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/id.gmo, 722, 1842, 1934, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/hu.gmo, 722, 1842, 1495, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/kk.po, 722, 1842, 1908, 0, 0, 51, 149, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ko.gmo, 773, 1991, 2077, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/eo.po, 417, 954, 658, 0, 0, 356, 1037, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/af.gmo, 640, 1603, 913, 0, 0, 0, 0, 640, 1603 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/hr.po, 773, 1991, 2136, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/cy.po, 145, 344, 357, 0, 0, 628, 1647, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fi.gmo, 773, 1991, 1258, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/bg.po, 605, 1519, 2223, 0, 0, 168, 472, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ms.po, 257, 616, 616, 0, 0, 516, 1375, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ga.gmo, 719, 1834, 1866, 0, 0, 0, 0, 719, 1834 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 709, 1806, 1806, 0, 0, 0, 0, 709, 1806 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/oc.po, 661, 1664, 1838, 0, 0, 112, 327, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/lt.gmo, 577, 1440, 1554, 0, 0, 0, 0, 577, 1440 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/da.gmo, 773, 1991, 1115, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/be@latin.gmo, 561, 1387, 1435, 0, 0, 0, 0, 561, 1387 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/vi.gmo, 546, 1351, 2022, 0, 0, 0, 0, 546, 1351 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sr.po, 693, 1762, 1895, 0, 0, 80, 229, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/az.po, 132, 318, 354, 0, 0, 641, 1673, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pt.po, 659, 1660, 1915, 0, 0, 114, 331, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ko.po, 773, 1991, 2077, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ro.po, 579, 1445, 1562, 0, 0, 194, 546, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ia.gmo, 659, 1660, 1950, 0, 0, 0, 0, 659, 1660 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pl.po, 773, 1991, 2215, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/nb.gmo, 505, 1242, 768, 0, 0, 0, 0, 505, 1242 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/bg.gmo, 605, 1519, 2223, 0, 0, 0, 0, 605, 1519 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ga.po, 719, 1834, 1866, 0, 0, 54, 157, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/be@latin.po, 561, 1387, 1435, 0, 0, 0, 0, 561, 1387 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 719, 1834, 1612, 0, 0, 54, 157, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/lv.po, 619, 1553, 1544, 0, 0, 154, 438, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ca.gmo, 773, 1991, 2532, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sk.po, 718, 1831, 1942, 0, 0, 55, 160, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/eu.po, 773, 1991, 1968, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ar.po, 578, 1443, 1500, 0, 0, 195, 548, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fur.po, 722, 1842, 2069, 0, 0, 51, 149, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sk.gmo, 718, 1831, 1942, 0, 0, 0, 0, 718, 1831 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/lt.po, 577, 1440, 1554, 0, 0, 196, 551, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fi.po, 773, 1991, 1258, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fo.po, 567, 1409, 1302, 0, 0, 206, 582, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/hr.gmo, 773, 1991, 2136, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ca.po, 773, 1991, 2532, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sr.gmo, 693, 1762, 1895, 0, 0, 0, 0, 693, 1762 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/eu.gmo, 773, 1991, 1968, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/en_GB.po, 709, 1806, 1806, 0, 0, 64, 185, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ka.gmo, 199, 503, 512, 0, 0, 0, 0, 199, 503 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pl.gmo, 773, 1991, 2215, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fr.gmo, 773, 1991, 2196, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ru.gmo, 722, 1842, 1912, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/it.gmo, 773, 1991, 2116, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/id.po, 722, 1842, 1934, 0, 0, 51, 149, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/az.gmo, 132, 318, 354, 0, 0, 0, 0, 132, 318 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/tr.gmo, 693, 1762, 1853, 0, 0, 0, 0, 693, 1762 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/nl.gmo, 605, 1519, 945, 0, 0, 0, 0, 605, 1519 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fur.gmo, 722, 1842, 2069, 0, 0, 0, 0, 722, 1842 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/el.po, 656, 1653, 1810, 0, 0, 117, 338, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/eo.gmo, 417, 954, 658, 0, 0, 0, 0, 417, 954 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/uk.gmo, 773, 1991, 2139, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/de.gmo, 773, 1991, 957, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sv.po, 749, 1911, 1044, 0, 0, 24, 80, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/uk.po, 773, 1991, 2139, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/nb.po, 505, 1242, 768, 0, 0, 268, 749, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/el.gmo, 656, 1653, 1810, 0, 0, 0, 0, 656, 1653 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 719, 1834, 1612, 0, 0, 0, 0, 719, 1834 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sv.gmo, 749, 1911, 1044, 0, 0, 0, 0, 749, 1911 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/es.po, 722, 1842, 2529, 0, 0, 51, 149, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pa.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fo.gmo, 567, 1409, 1302, 0, 0, 0, 0, 567, 1409 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 764, 1956, 2421, 0, 0, 0, 0, 764, 1956 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/nn.gmo, 529, 1306, 812, 0, 0, 0, 0, 529, 1306 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ar.gmo, 578, 1443, 1500, 0, 0, 0, 0, 578, 1443 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/gl.po, 638, 1605, 2171, 0, 0, 135, 386, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/nn.po, 529, 1306, 812, 0, 0, 244, 685, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ia.po, 659, 1660, 1950, 0, 0, 114, 331, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/pt.gmo, 659, 1660, 1915, 0, 0, 0, 0, 659, 1660 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/fr.po, 773, 1991, 2196, 0, 0, 0, 0, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/hu.po, 722, 1842, 1495, 0, 0, 51, 149, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/sl.po, 641, 1613, 2037, 0, 0, 132, 378, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/shared-mime-info.pot, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/oc.gmo, 661, 1664, 1838, 0, 0, 0, 0, 661, 1664 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -shared-mime-info-1.14-1.fc31.src.rpm.stats.csv, po/ru.po, 722, 1842, 1912, 0, 0, 51, 149, 773, 1991 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 19, 50, 25, 0, 0, 93, 1306, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/uk/uk.po, 24, 128, 145, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 111, 1330, 1173, 0, 0, 0, 0, 111, 1330 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/sr/sr.po, 0, 0, 0, 0, 0, 112, 1356, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 12, 42, 40, 0, 0, 100, 1314, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/sk/sk.po, 67, 335, 308, 0, 0, 45, 1021, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 24, 128, 115, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/ro/ro.po, 111, 1353, 1327, 0, 0, 0, 0, 111, 1353 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 111, 1330, 1430, 0, 0, 0, 0, 111, 1330 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 111, 1330, 1064, 0, 0, 0, 0, 111, 1330 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/nl/nl.po, 1, 1, 5, 0, 0, 111, 1355, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/nb/nb.po, 1, 1, 6, 0, 0, 111, 1355, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/ku/ku.po, 13, 19, 24, 0, 0, 99, 1337, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/ja/ja.po, 13, 45, 25, 0, 0, 99, 1311, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/it/it.po, 28, 83, 106, 0, 0, 84, 1273, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/ia/ia.po, 33, 81, 95, 0, 0, 79, 1275, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 111, 1330, 1109, 0, 0, 0, 0, 111, 1330 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/hr/hr.po, 27, 246, 204, 0, 0, 85, 1110, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 111, 1353, 1309, 0, 0, 0, 0, 111, 1353 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 111, 1353, 1527, 0, 0, 0, 0, 111, 1353 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 14, 39, 36, 0, 0, 98, 1317, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/eu/eu.po, 24, 128, 108, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/es/es.po, 111, 1353, 1502, 0, 0, 0, 0, 111, 1353 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/en_GB/en_GB.po, 24, 128, 134, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/el/el.po, 42, 122, 132, 0, 0, 69, 1208, 111, 1330 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/de/de.po, 111, 1330, 1285, 0, 0, 0, 0, 111, 1330 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/da/da.po, 111, 1353, 1238, 0, 0, 0, 0, 111, 1353 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 111, 1330, 1177, 0, 0, 0, 0, 111, 1330 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 111, 1353, 1447, 0, 0, 0, 0, 111, 1353 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/bg/bg.po, 24, 128, 133, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, help/ar/ar.po, 24, 128, 110, 0, 0, 88, 1228, 112, 1356 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 184, 839, 298, 0, 0, 0, 0, 184, 839 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 140, 568, 200, 0, 0, 5, 21, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 192, 847, 337, 0, 0, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 95, 366, 505, 0, 0, 50, 223, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/uz.po, 38, 69, 77, 0, 0, 107, 520, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ur.po, 11, 11, 26, 0, 0, 134, 578, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 184, 839, 852, 0, 0, 0, 0, 184, 839 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 126, 435, 414, 0, 0, 19, 154, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 182, 836, 775, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 138, 509, 316, 0, 0, 7, 80, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 89, 349, 301, 0, 0, 56, 240, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 18, 31, 48, 0, 0, 127, 558, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 182, 836, 822, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 192, 847, 831, 0, 0, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 182, 836, 820, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 136, 506, 616, 0, 0, 9, 83, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 182, 836, 876, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 182, 836, 843, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/shn.po, 4, 4, 8, 0, 0, 141, 585, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/se.po, 22, 29, 33, 0, 0, 123, 560, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/sd.po, 60, 121, 135, 0, 0, 85, 468, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 184, 839, 769, 0, 0, 0, 0, 184, 839 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 182, 836, 944, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 182, 836, 1072, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 140, 568, 695, 0, 0, 5, 21, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 182, 836, 830, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 191, 799, 931, 0, 0, 1, 48, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 192, 847, 990, 0, 0, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 182, 836, 953, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 119, 359, 350, 52, 327, 21, 161, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 192, 847, 832, 0, 0, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/my.po, 91, 362, 307, 0, 0, 54, 227, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 140, 568, 559, 0, 0, 5, 21, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 190, 844, 720, 2, 3, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 98, 262, 256, 0, 0, 84, 574, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/mhr.po, 29, 34, 41, 0, 0, 116, 555, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 182, 836, 741, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 182, 836, 740, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ky.po, 20, 36, 38, 0, 0, 125, 553, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 49, 69, 85, 0, 0, 96, 520, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 182, 836, 748, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 121, 406, 214, 0, 0, 24, 183, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 93, 218, 227, 0, 0, 91, 621, 184, 839 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 182, 836, 368, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 182, 836, 885, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 183, 838, 888, 0, 0, 0, 0, 183, 838 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 182, 836, 848, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/hy.po, 5, 5, 10, 0, 0, 140, 584, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 182, 836, 762, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 182, 836, 758, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 140, 568, 567, 0, 0, 5, 21, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 182, 836, 945, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 192, 847, 1120, 0, 0, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 182, 836, 948, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 182, 836, 1119, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 182, 836, 658, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 182, 836, 916, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 182, 836, 702, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 89, 349, 323, 0, 0, 56, 240, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 182, 836, 1031, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 184, 838, 814, 0, 0, 0, 0, 184, 838 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 182, 836, 881, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 182, 836, 971, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 182, 836, 978, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 182, 836, 844, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 182, 836, 840, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ce.po, 0, 0, 0, 0, 0, 145, 589, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 192, 847, 972, 0, 0, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 182, 836, 961, 0, 0, 0, 0, 182, 836 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/bo.po, 87, 325, 208, 0, 0, 58, 264, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 106, 383, 455, 0, 0, 39, 206, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 192, 847, 780, 0, 0, 0, 0, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 15, 23, 30, 0, 0, 130, 566, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 120, 404, 471, 0, 0, 25, 185, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 184, 786, 745, 2, 17, 6, 44, 192, 847 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 138, 509, 512, 0, 0, 7, 80, 145, 589 -simple-scan-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 183, 837, 887, 0, 0, 0, 0, 183, 837 -sos-3.8-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sos-3.8-1.fc31.src.rpm.stats.csv, po/zu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 11, 54, 14, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ur.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/uk.po, 11, 54, 42, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/tr.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/th.po, 11, 54, 21, 6, 29, 13, 39, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/te.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ta.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/sv.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/sr.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/sos.pot, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/sl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/sk.po, 11, 54, 56, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/si.po, 11, 54, 58, 6, 29, 13, 39, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ru.po, 11, 54, 45, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 11, 54, 60, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/pt.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/pl.po, 30, 122, 109, 0, 0, 0, 0, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/pa.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/or.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/nso.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/nl.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/nds.po, 4, 13, 12, 2, 7, 24, 102, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/nb.po, 5, 21, 24, 2, 7, 23, 94, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/my.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/mr.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ml.po, 11, 54, 48, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/mk.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/lv.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/lt.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/lo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ku.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ko.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/kn.po, 11, 54, 47, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ja.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/it.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/is.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ilo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/id.po, 8, 41, 44, 4, 19, 18, 62, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/hy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/hu.po, 11, 54, 46, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/hr.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/hi.po, 11, 54, 66, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/gu.po, 11, 54, 68, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/gl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/fr.po, 11, 54, 64, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/fi.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/eu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/es.po, 30, 122, 159, 0, 0, 0, 0, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/en_GB.po, 11, 54, 54, 6, 29, 13, 39, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/en.po, 11, 54, 54, 8, 38, 14, 45, 33, 137 -sos-3.8-1.fc31.src.rpm.stats.csv, po/el.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/de_CH.po, 11, 54, 55, 6, 29, 13, 39, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/de.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/da.po, 11, 54, 57, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/cs.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ca.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/bs.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 11, 54, 65, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/bn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/bg.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/be.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ast.po, 11, 54, 60, 6, 29, 13, 39, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/as.po, 11, 54, 64, 6, 29, 13, 39, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/ar.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/am.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -sos-3.8-1.fc31.src.rpm.stats.csv, po/af.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv, po/cs.po, 47, 285, 279, 5, 24, 109, 1106, 161, 1415 -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv, po/de.po, 155, 1370, 1349, 2, 25, 4, 20, 161, 1415 -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv, po/hu.po, 47, 285, 287, 5, 24, 109, 1106, 161, 1415 -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv, po/cs.gmo, 47, 285, 279, 0, 0, 0, 0, 47, 285 -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv, po/de.gmo, 155, 1370, 1349, 0, 0, 0, 0, 155, 1370 -speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv, po/hu.gmo, 47, 285, 287, 0, 0, 0, 0, 47, 285 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/spice-gtk.pot, 0, 0, 0, 0, 0, 70, 336, 70, 336 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/cs.gmo, 70, 336, 345, 0, 0, 0, 0, 70, 336 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/cs.po, 70, 336, 345, 0, 0, 0, 0, 70, 336 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/fr.po, 5, 2, 5, 12, 32, 53, 302, 70, 336 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/fr.gmo, 5, 2, 5, 0, 0, 0, 0, 5, 2 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/it.gmo, 57, 248, 261, 0, 0, 0, 0, 57, 248 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/de.gmo, 59, 265, 217, 0, 0, 0, 0, 59, 265 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/it.po, 57, 248, 261, 7, 29, 6, 59, 70, 336 -spice-gtk-0.37-4.fc31.src.rpm.stats.csv, po/de.po, 59, 265, 217, 7, 29, 4, 42, 70, 336 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 11, 24, 17, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 11, 24, 19, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 13, 33, 25, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 11, 24, 14, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 13, 33, 34, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 13, 33, 35, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 13, 33, 36, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 13, 33, 39, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 13, 33, 34, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 13, 33, 33, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/mjw.po, 5, 13, 14, 0, 0, 6, 9, 11, 22 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 11, 24, 15, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 13, 33, 29, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 11, 24, 30, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 13, 33, 36, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 9, 15, 21, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 13, 33, 32, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 13, 33, 32, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 13, 33, 27, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 13, 33, 29, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 13, 33, 34, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 13, 33, 32, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 13, 33, 35, 0, 0, 0, 0, 13, 33 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 9, 15, 22, 0, 0, 0, 0, 9, 15 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -sushi-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/nl.po, 888, 3435, 3358, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/bn.po, 724, 3023, 3367, 6, 9, 169, 418, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/pa.po, 729, 3043, 3301, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/cs.po, 752, 3147, 2850, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/lv.po, 727, 3039, 2675, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/hi.po, 727, 3039, 3517, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/pl.po, 888, 3435, 3327, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/et.po, 729, 3043, 2498, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ru.po, 744, 3137, 2857, 2, 4, 153, 309, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/sk.po, 846, 3328, 3146, 15, 48, 38, 74, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/bs.po, 122, 515, 469, 2, 3, 775, 2932, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/fi.po, 752, 3147, 2439, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/uk.po, 888, 3435, 3177, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/sv.po, 752, 3147, 2874, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/gu.po, 730, 3046, 3366, 7, 11, 162, 393, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/mr.po, 727, 3039, 3030, 10, 18, 162, 393, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/pt.po, 744, 3137, 3526, 2, 4, 153, 309, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/es.po, 752, 3147, 3627, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/cy.po, 12, 12, 12, 0, 0, 887, 3438, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/he.po, 606, 2135, 2066, 1, 2, 292, 1313, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ro.po, 582, 2345, 2563, 6, 10, 311, 1095, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/de.po, 830, 3277, 3118, 0, 0, 69, 173, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/el.po, 743, 3136, 3396, 3, 5, 153, 309, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/th.po, 557, 2262, 906, 4, 6, 338, 1182, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ta.po, 727, 3039, 2646, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/vi.po, 302, 1175, 1711, 7, 13, 590, 2262, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/or.po, 730, 3046, 3219, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 752, 3147, 3625, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/as.po, 730, 3046, 3181, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/nn.po, 752, 3147, 2877, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/sl.po, 727, 3039, 3027, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ar.po, 733, 3049, 2944, 5, 8, 161, 393, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ko.po, 727, 3039, 2696, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ja.po, 729, 3043, 1215, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/nds.po, 99, 135, 133, 2, 2, 798, 3313, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/tr.po, 721, 2534, 2363, 66, 161, 112, 755, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 752, 3147, 1071, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/bg.po, 730, 3046, 3238, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/it.po, 734, 3049, 3373, 10, 82, 155, 319, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/sr.po, 744, 3137, 3101, 2, 4, 153, 309, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/fa.po, 310, 707, 814, 3, 3, 586, 2740, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ca.po, 752, 3147, 3780, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 685, 2739, 2705, 65, 159, 149, 552, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ms.po, 65, 92, 91, 1, 1, 833, 3357, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/si.po, 17, 21, 24, 4, 9, 878, 3420, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/br.po, 667, 2662, 3310, 4, 6, 228, 782, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/lt.po, 616, 2463, 2233, 1, 2, 282, 985, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/nb.po, 705, 2499, 2441, 6, 9, 188, 942, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/fr.po, 888, 3435, 4080, 4, 8, 7, 7, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/is.po, 146, 429, 408, 3, 7, 750, 3014, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/da.po, 899, 3450, 3152, 0, 0, 0, 0, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/hr.po, 212, 782, 737, 2, 3, 685, 2665, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 727, 3039, 3388, 6, 9, 166, 402, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/kn.po, 729, 3043, 2758, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/mai.po, 48, 110, 119, 1, 1, 850, 3339, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/te.po, 730, 3046, 2621, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/en_GB.po, 729, 3043, 3046, 6, 9, 164, 398, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/ml.po, 730, 3046, 2604, 6, 9, 163, 395, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 752, 3147, 1117, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/id.po, 752, 3147, 3015, 2, 4, 145, 299, 899, 3450 -system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv, po/hu.po, 752, 3147, 2855, 2, 4, 145, 299, 899, 3450 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/zh_TW.po, 139, 1203, 197, 0, 0, 0, 0, 139, 1203 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/zh_CN.po, 112, 950, 135, 1, 18, 0, 0, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/uk.po, 162, 1332, 1100, 0, 0, 0, 0, 162, 1332 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/tr.po, 133, 1131, 1022, 0, 0, 0, 0, 133, 1131 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/sv.po, 121, 1041, 1020, 0, 0, 0, 0, 121, 1041 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/sr.po, 127, 1090, 1250, 0, 0, 0, 0, 127, 1090 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/sk.po, 46, 371, 353, 0, 0, 69, 614, 115, 985 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/ru.po, 133, 1124, 1144, 0, 0, 0, 0, 133, 1124 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/ro.po, 115, 985, 1054, 0, 0, 0, 0, 115, 985 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/pt_BR.po, 164, 1344, 1435, 0, 0, 0, 0, 164, 1344 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/pl.po, 164, 1344, 1192, 0, 0, 0, 0, 164, 1344 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/lt.po, 139, 1203, 1061, 0, 0, 0, 0, 139, 1203 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/ko.po, 113, 968, 792, 0, 0, 0, 0, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/ja.po, 164, 1344, 174, 0, 0, 0, 0, 164, 1344 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/it.po, 139, 1203, 1215, 0, 0, 0, 0, 139, 1203 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/id.po, 125, 1065, 953, 0, 0, 0, 0, 125, 1065 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/hu.po, 115, 985, 786, 0, 0, 0, 0, 115, 985 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/hr.po, 113, 968, 851, 0, 0, 0, 0, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/gl.po, 113, 968, 1032, 0, 0, 0, 0, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/fr.po, 137, 1185, 1297, 0, 0, 0, 0, 137, 1185 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/es.po, 113, 968, 1123, 0, 0, 0, 0, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/el.po, 68, 603, 650, 30, 272, 15, 93, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/de.po, 113, 968, 972, 0, 0, 0, 0, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/da.po, 113, 968, 990, 0, 0, 0, 0, 113, 968 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/cs.po, 164, 1344, 1207, 0, 0, 0, 0, 164, 1344 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/ca.po, 125, 1065, 1285, 0, 0, 0, 0, 125, 1065 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/bg.po, 115, 985, 1112, 0, 0, 0, 0, 115, 985 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/be@latin.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 -systemd-243-4.gitef67743.fc31.src.rpm.stats.csv, po/be.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 -tar-1.32-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tar-1.32-2.fc31.src.rpm.stats.csv, po/da.po, 589, 3626, 3546, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/pt.po, 589, 3626, 4003, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ja.po, 589, 3626, 1645, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/eu.gmo, 343, 1774, 1731, 0, 0, 0, 0, 343, 1774 -tar-1.32-2.fc31.src.rpm.stats.csv, po/nl.po, 589, 3626, 3790, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ga.po, 589, 3626, 4541, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/fr.po, 572, 3484, 4471, 12, 111, 9, 61, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/et.po, 572, 3484, 3053, 12, 111, 9, 61, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 589, 3626, 4217, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/sl.po, 557, 3392, 3664, 18, 133, 18, 131, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ca.po, 589, 3626, 4589, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ko.po, 572, 3484, 3106, 12, 111, 9, 61, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/fi.po, 522, 3079, 2643, 32, 238, 39, 339, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/hu.po, 589, 3626, 3746, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/el.po, 116, 557, 676, 111, 792, 366, 2307, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/el.gmo, 116, 557, 676, 0, 0, 0, 0, 116, 557 -tar-1.32-2.fc31.src.rpm.stats.csv, po/eu.po, 343, 1774, 1731, 94, 654, 156, 1228, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/uk.po, 589, 3626, 3822, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/cs.po, 589, 3626, 3716, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ro.po, 248, 1279, 1387, 151, 1090, 194, 1287, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/sv.po, 589, 3626, 3555, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ky.po, 412, 2400, 2275, 91, 650, 90, 606, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/de.po, 589, 3626, 3589, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/bg.po, 589, 3626, 4451, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ru.po, 589, 3626, 3646, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/it.po, 589, 3626, 4169, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ms.po, 112, 545, 547, 110, 742, 371, 2369, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/tar.pot, 0, 0, 0, 0, 0, 593, 3656, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/vi.po, 589, 3626, 5437, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 589, 3626, 1365, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/ms.gmo, 112, 545, 547, 0, 0, 0, 0, 112, 545 -tar-1.32-2.fc31.src.rpm.stats.csv, po/nb.po, 589, 3626, 3612, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/eo.po, 589, 3626, 3594, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/fi.gmo, 522, 3079, 2643, 0, 0, 0, 0, 522, 3079 -tar-1.32-2.fc31.src.rpm.stats.csv, po/sk.po, 117, 567, 620, 111, 792, 365, 2297, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/id.po, 557, 3392, 3502, 18, 133, 18, 131, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/gl.po, 117, 567, 723, 122, 855, 354, 2234, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/pl.po, 589, 3626, 3802, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/sr.po, 572, 3484, 3633, 12, 111, 9, 61, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/hr.po, 589, 3626, 3840, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/es.po, 589, 3626, 4645, 1, 19, 3, 11, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/tr.po, 572, 3484, 3126, 12, 111, 9, 61, 593, 3656 -tar-1.32-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 589, 3626, 1334, 1, 19, 3, 11, 593, 3656 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/it/cweb.po, 128, 578, 829, 0, 0, 0, 0, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/cweb-tl.pot, 0, 0, 0, 0, 0, 6, 32, 6, 32 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/cweb.po, 128, 578, 711, 0, 0, 0, 0, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/cweb-tl.po, 6, 32, 32, 0, 0, 0, 0, 6, 32 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/web2c-help.po, 27, 201, 196, 0, 0, 0, 0, 27, 201 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/web2c-help.pot, 0, 0, 0, 0, 0, 27, 201, 27, 201 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/cweb.pot, 0, 0, 0, 0, 0, 128, 578, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texlive-base-20190410-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/it/cweb.po, 128, 578, 829, 0, 0, 0, 0, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/cweb-tl.pot, 0, 0, 0, 0, 0, 6, 32, 6, 32 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/cweb.po, 128, 578, 711, 0, 0, 0, 0, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/cweb-tl.po, 6, 32, 32, 0, 0, 0, 0, 6, 32 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/web2c-help.po, 27, 201, 196, 0, 0, 0, 0, 27, 201 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/web2c-help.pot, 0, 0, 0, 0, 0, 27, 201, 27, 201 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/cweb.pot, 0, 0, 0, 0, 0, 128, 578, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/it/cweb.po, 128, 578, 829, 0, 0, 0, 0, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/cweb-tl.pot, 0, 0, 0, 0, 0, 6, 32, 6, 32 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/cweb.po, 128, 578, 711, 0, 0, 0, 0, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/cweb-tl.po, 6, 32, 32, 0, 0, 0, 0, 6, 32 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/de/web2c-help.po, 27, 201, 196, 0, 0, 0, 0, 27, 201 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/web2c-help.pot, 0, 0, 0, 0, 0, 27, 201, 27, 201 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texk/web2c/cwebdir/po/cweb.pot, 0, 0, 0, 0, 0, 128, 578, 128, 578 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texlive-base-20190410-2.fc31.src.rpm.stats.csv, texmf-dist/doc/support/latex-git-log/po/de.po, 3, 3, 3, 0, 0, 0, 0, 3, 3 -texlive-base-20190410-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texlive-base-20190410-2.fc31.src.rpm.stats.csv, utils/asymptote/GUI/locale/th/LC_MESSAGES/base.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/zh_CN.po, 141, 616, 269, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/vi.po, 157, 697, 1022, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/uk.po, 157, 697, 745, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/tr.po, 141, 616, 563, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/tigervnc.pot, 0, 0, 0, 0, 0, 157, 697, 157, 697 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/sv.po, 157, 697, 635, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/sr.po, 141, 616, 644, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/sk.po, 33, 82, 90, 13, 62, 109, 656, 155, 800 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/ru.po, 157, 697, 681, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/pt_BR.po, 157, 697, 827, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/pl.po, 33, 82, 88, 13, 62, 109, 656, 155, 800 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/nl.po, 141, 616, 608, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/it.po, 70, 210, 238, 14, 62, 71, 528, 155, 800 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/id.po, 141, 616, 639, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/hu.po, 141, 616, 628, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/fur.po, 139, 583, 712, 0, 0, 14, 88, 153, 671 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/fr.po, 142, 624, 765, 0, 0, 0, 0, 142, 624 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/fi.po, 154, 675, 524, 0, 0, 0, 0, 154, 675 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/es.po, 141, 616, 703, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/eo.po, 141, 616, 648, 0, 0, 0, 0, 141, 616 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/el.po, 145, 684, 733, 8, 55, 7, 83, 160, 822 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/de.po, 153, 671, 654, 0, 0, 0, 0, 153, 671 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/da.po, 142, 624, 583, 0, 0, 0, 0, 142, 624 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/cs.po, 157, 697, 702, 0, 0, 0, 0, 157, 697 -tigervnc-1.9.0-7.fc31.src.rpm.stats.csv, po/bg.po, 141, 616, 738, 0, 0, 0, 0, 141, 616 -totem-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_TW/zh_TW.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_HK/zh_HK.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 265, 4552, 642, 0, 0, 0, 0, 265, 4552 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/uk/uk.po, 265, 4552, 3870, 0, 0, 0, 0, 265, 4552 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/te/te.po, 20, 38, 39, 0, 0, 245, 4514, 265, 4552 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/sv/sv.po, 157, 1830, 1696, 0, 0, 0, 0, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/sl/sl.po, 37, 87, 102, 0, 0, 120, 1743, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/ru/ru.po, 265, 4552, 3628, 0, 0, 0, 0, 265, 4552 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/ro/ro.po, 252, 4680, 4745, 0, 0, 0, 0, 252, 4680 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 157, 1830, 1986, 0, 0, 0, 0, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/pl/pl.po, 159, 1850, 1573, 0, 0, 0, 0, 159, 1850 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/pa/pa.po, 112, 909, 925, 0, 0, 80, 1468, 192, 2377 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/oc/oc.po, 47, 122, 142, 0, 0, 143, 2472, 190, 2594 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/nb/nb.po, 193, 3238, 2513, 44, 1388, 15, 54, 252, 4680 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/ja/ja.po, 54, 467, 137, 13, 60, 90, 1303, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/it/it.po, 235, 3534, 3430, 30, 1013, 0, 0, 265, 4547 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/id/id.po, 252, 4680, 4206, 0, 0, 0, 0, 252, 4680 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/hu/hu.po, 159, 1850, 1622, 0, 0, 0, 0, 159, 1850 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/hr/hr.po, 183, 2843, 2470, 0, 0, 69, 1817, 252, 4660 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/gl/gl.po, 252, 4680, 5068, 0, 0, 0, 0, 252, 4680 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/fr/fr.po, 252, 4680, 5147, 0, 0, 0, 0, 252, 4680 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/fi/fi.po, 202, 3420, 2117, 38, 1212, 12, 48, 252, 4680 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/eu/eu.po, 190, 2594, 1955, 0, 0, 0, 0, 190, 2594 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/es/es.po, 157, 1830, 1998, 0, 0, 0, 0, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/en_GB/en_GB.po, 263, 4493, 4500, 0, 0, 0, 0, 263, 4493 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/el/el.po, 20, 30, 67, 17, 79, 120, 1721, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/de/de.po, 155, 1822, 1865, 0, 0, 2, 8, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/da/da.po, 252, 4660, 4003, 0, 0, 0, 0, 252, 4660 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/cs/cs.po, 157, 1830, 1630, 0, 0, 0, 0, 157, 1830 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/ca/ca.po, 252, 4659, 5400, 0, 0, 0, 0, 252, 4659 -totem-3.34.1-1.fc31.src.rpm.stats.csv, help/bg/bg.po, 0, 0, 0, 0, 0, 265, 4552, 265, 4552 -totem-3.34.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/zu.po, 522, 2066, 1754, 10, 71, 46, 392, 578, 2529 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 387, 1380, 517, 0, 0, 0, 0, 387, 1380 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 347, 1241, 466, 5, 64, 0, 0, 352, 1305 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 389, 1327, 514, 0, 0, 0, 0, 389, 1327 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/vi.po, 380, 1358, 1803, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/uk.po, 396, 1398, 1242, 0, 0, 0, 0, 396, 1398 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ug.po, 521, 2040, 1792, 0, 0, 0, 0, 521, 2040 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/tr.po, 380, 1358, 1138, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/th.po, 352, 1305, 514, 0, 0, 0, 0, 352, 1305 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/tg.po, 302, 716, 731, 0, 0, 50, 589, 352, 1305 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/te.po, 384, 1446, 1222, 0, 0, 0, 0, 384, 1446 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ta.po, 384, 1446, 1258, 0, 0, 0, 0, 384, 1446 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/sv.po, 380, 1358, 1255, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 396, 1398, 1450, 0, 0, 0, 0, 396, 1398 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/sr.po, 380, 1358, 1410, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/sq.po, 501, 2361, 2581, 0, 0, 0, 0, 501, 2361 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/sl.po, 380, 1358, 1365, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/sk.po, 391, 1335, 1352, 0, 0, 0, 0, 391, 1335 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ru.po, 391, 1403, 1281, 0, 0, 0, 0, 391, 1403 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ro.po, 380, 1358, 1437, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 380, 1358, 1502, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/pt.po, 392, 1390, 1531, 0, 0, 0, 0, 392, 1390 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/pl.po, 380, 1358, 1304, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/pa.po, 380, 1358, 1460, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/or.po, 522, 2043, 2124, 0, 0, 0, 0, 522, 2043 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/oc.po, 372, 1243, 1427, 0, 0, 10, 130, 382, 1373 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/nn.po, 579, 2537, 2390, 0, 0, 2, 22, 581, 2559 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/nl.po, 380, 1358, 1295, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ne.po, 300, 706, 697, 54, 303, 35, 318, 389, 1327 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/nb.po, 391, 1335, 1307, 0, 0, 0, 0, 391, 1335 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/my.po, 189, 434, 361, 29, 80, 365, 2053, 583, 2567 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ms.po, 226, 685, 619, 141, 430, 225, 1496, 592, 2611 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/mr.po, 384, 1446, 1342, 0, 0, 0, 0, 384, 1446 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ml.po, 391, 1335, 1092, 0, 0, 0, 0, 391, 1335 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/mk.po, 561, 2453, 2562, 0, 0, 0, 0, 561, 2453 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/mjw.po, 213, 429, 399, 0, 0, 167, 929, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/mai.po, 379, 1486, 1553, 0, 0, 221, 1328, 600, 2814 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/lv.po, 380, 1358, 1197, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/lt.po, 380, 1358, 1189, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ky.po, 186, 291, 287, 0, 0, 337, 1759, 523, 2050 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ko.po, 380, 1358, 1091, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/kn.po, 384, 1446, 1268, 0, 0, 0, 0, 384, 1446 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/km.po, 523, 2050, 929, 0, 0, 0, 0, 523, 2050 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/kk.po, 364, 1145, 969, 0, 0, 26, 229, 390, 1374 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ja.po, 371, 1326, 478, 0, 0, 9, 32, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/it.po, 380, 1358, 1422, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/is.po, 388, 1388, 1363, 0, 0, 0, 0, 388, 1388 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/id.po, 380, 1358, 1234, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/hu.po, 380, 1358, 1164, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/hr.po, 380, 1358, 1286, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/hi.po, 384, 1446, 1652, 0, 0, 0, 0, 384, 1446 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/he.po, 392, 1390, 1321, 0, 0, 0, 0, 392, 1390 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/gv.po, 530, 2169, 2630, 0, 0, 57, 416, 587, 2585 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/gu.po, 391, 1389, 1486, 0, 0, 0, 0, 391, 1389 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/gl.po, 380, 1358, 1534, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/gd.po, 389, 1327, 1800, 0, 0, 0, 0, 389, 1327 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ga.po, 303, 698, 769, 13, 69, 121, 938, 437, 1705 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/fur.po, 380, 1358, 1515, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/fr.po, 380, 1358, 1582, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/fi.po, 380, 1358, 1041, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/fa.po, 380, 1358, 1410, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/eu.po, 380, 1358, 1176, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/et.po, 389, 1327, 1091, 0, 0, 0, 0, 389, 1327 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/es.po, 380, 1358, 1529, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/eo.po, 388, 1388, 1236, 0, 0, 0, 0, 388, 1388 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/en_GB.po, 380, 1358, 1359, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/en_CA.po, 561, 2453, 2456, 0, 0, 0, 0, 561, 2453 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 456, 1699, 1699, 131, 891, 0, 0, 587, 2590 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/el.po, 380, 1358, 1411, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/de.po, 380, 1358, 1285, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/da.po, 380, 1358, 1236, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/cy.po, 300, 1388, 1457, 82, 287, 96, 605, 478, 2280 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/cs.po, 380, 1358, 1316, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/crh.po, 520, 2035, 1755, 0, 0, 0, 0, 520, 2035 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 389, 1327, 1580, 0, 0, 0, 0, 389, 1327 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ca.po, 380, 1358, 1592, 0, 0, 0, 0, 380, 1358 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/bs.po, 385, 1449, 1405, 0, 0, 0, 0, 385, 1449 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/br.po, 353, 924, 1062, 13, 63, 237, 1712, 603, 2699 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 384, 1446, 1515, 0, 0, 0, 0, 384, 1446 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/bn.po, 592, 2611, 2766, 0, 0, 0, 0, 592, 2611 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/bg.po, 389, 1327, 1445, 0, 0, 0, 0, 389, 1327 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/be@latin.po, 596, 2707, 2363, 3, 35, 1, 72, 600, 2814 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/be.po, 391, 1335, 1247, 0, 0, 0, 0, 391, 1335 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ast.po, 560, 2420, 2717, 0, 0, 1, 21, 561, 2441 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/as.po, 384, 1446, 1463, 0, 0, 0, 0, 384, 1446 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/ar.po, 367, 1135, 1119, 11, 125, 10, 123, 388, 1383 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -totem-3.34.1-1.fc31.src.rpm.stats.csv, po/af.po, 396, 1350, 1362, 0, 0, 2, 57, 398, 1407 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 8, 29, 12, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/vi.po, 7, 28, 35, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/uk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ug.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/tr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/th.po, 7, 28, 10, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/tg.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/te.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ta.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/sv.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/sr.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/sq.po, 8, 35, 32, 0, 0, 0, 0, 8, 35 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/sl.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/sk.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ru.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ro.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/pt.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ps.po, 7, 28, 40, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/pl.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/pa.po, 8, 29, 33, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/or.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/oc.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/nn.po, 7, 28, 24, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/nl.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ne.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/nds.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/nb.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ms.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/mr.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/mn.po, 7, 28, 25, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ml.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/mk.po, 8, 35, 33, 0, 0, 0, 0, 8, 35 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/mai.po, 5, 17, 13, 0, 0, 2, 11, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/lv.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/lt.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ko.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/kn.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/km.po, 7, 28, 14, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/kk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ja.po, 8, 29, 13, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/it.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/is.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/id.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/hu.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/hr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/hi.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/he.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/gu.po, 7, 28, 26, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/gl.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/gd.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ga.po, 7, 28, 29, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/fur.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/fr.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/fi.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/fa.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/eu.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/et.po, 8, 29, 20, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/es.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/eo.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/en_GB.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/en_CA.po, 372, 1795, 1810, 0, 0, 0, 0, 372, 1795 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/el.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/de.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/da.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/cy.po, 7, 28, 33, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/cs.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ca.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/bs.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/br.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/bn.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/bg.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/be@latin.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/be.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ast.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/as.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/ar.po, 7, 28, 22, 0, 0, 0, 0, 7, 28 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/an.po, 8, 29, 36, 0, 0, 0, 0, 8, 29 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv, po/af.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 369, 2217, 661, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 369, 2211, 606, 0, 0, 0, 0, 369, 2211 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/tr.po, 369, 2217, 1860, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/sv.po, 369, 2217, 2096, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 370, 2229, 2280, 0, 0, 0, 0, 370, 2229 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/sr.po, 369, 2217, 2285, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/sl.po, 369, 2217, 2367, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/sk.po, 369, 2211, 2236, 0, 0, 0, 0, 369, 2211 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ru.po, 369, 2217, 2117, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ro.po, 369, 2217, 2607, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 369, 2217, 2578, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/pl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/nl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ne.po, 146, 444, 405, 73, 310, 151, 1475, 370, 2229 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/nb.po, 284, 1299, 1257, 0, 0, 85, 912, 369, 2211 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ml.po, 104, 283, 224, 12, 72, 254, 1874, 370, 2229 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/lv.po, 369, 2217, 1943, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/lt.po, 369, 2217, 1875, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ko.po, 369, 2217, 1809, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/kk.po, 73, 163, 133, 0, 0, 296, 2054, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/it.po, 369, 2217, 2333, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/is.po, 84, 245, 234, 0, 0, 285, 1966, 369, 2211 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/id.po, 369, 2217, 2180, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/hu.po, 369, 2217, 2086, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/hr.po, 369, 2217, 2116, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/gl.po, 369, 2217, 2617, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/fur.po, 369, 2217, 2706, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/fr.po, 369, 2217, 2687, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/fi.po, 138, 475, 404, 63, 349, 169, 1405, 370, 2229 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/eu.po, 369, 2217, 2085, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/es.po, 369, 2217, 2657, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/eo.po, 118, 378, 346, 3, 19, 248, 1820, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 369, 2211, 2209, 0, 0, 0, 0, 369, 2211 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/el.po, 369, 2217, 2408, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/de.po, 369, 2217, 2370, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/da.po, 369, 2217, 2150, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/cs.po, 369, 2217, 2293, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 369, 2211, 2888, 0, 0, 0, 0, 369, 2211 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ca.po, 369, 2217, 2890, 0, 0, 0, 0, 369, 2217 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -tracker-2.3.0-1.fc31.src.rpm.stats.csv, po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 112, 801, 233, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 600, 3747, 1001, 0, 0, 0, 0, 600, 3747 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/tr.po, 112, 801, 690, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/sv.po, 112, 801, 751, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 118, 827, 806, 0, 0, 0, 0, 118, 827 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/sr.po, 112, 801, 780, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/sl.po, 112, 801, 768, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/sk.po, 118, 828, 826, 0, 0, 0, 0, 118, 828 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ru.po, 112, 801, 745, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ro.po, 112, 801, 882, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 112, 801, 889, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/pl.po, 112, 801, 799, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/nl.po, 112, 801, 839, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ne.po, 77, 458, 406, 13, 54, 28, 315, 118, 827 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/nb.po, 90, 446, 424, 0, 0, 28, 381, 118, 827 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ml.po, 128, 447, 355, 1, 1, 392, 2691, 521, 3139 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/lv.po, 112, 801, 714, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/lt.po, 112, 801, 667, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ko.po, 112, 801, 604, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/kk.po, 62, 83, 81, 0, 0, 538, 3664, 600, 3747 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/it.po, 112, 801, 853, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/id.po, 112, 801, 739, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/hu.po, 112, 801, 715, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/hr.po, 112, 801, 803, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/gl.po, 112, 801, 922, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/fur.po, 112, 801, 980, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/fr.po, 112, 801, 962, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/fi.po, 261, 1014, 837, 96, 512, 245, 2238, 602, 3764 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/eu.po, 110, 763, 674, 0, 0, 0, 0, 110, 763 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/es.po, 112, 801, 940, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/eo.po, 23, 59, 56, 0, 0, 89, 742, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 118, 827, 828, 0, 0, 0, 0, 118, 827 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/el.po, 112, 801, 857, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/de.po, 112, 801, 784, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/da.po, 112, 801, 806, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/cs.po, 112, 801, 835, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 118, 827, 997, 0, 0, 0, 0, 118, 827 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ca.po, 110, 763, 923, 0, 0, 0, 0, 110, 763 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/be.po, 112, 801, 744, 0, 0, 0, 0, 112, 801 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv, po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/af.po, 438, 1679, 1714, 0, 0, 74, 479, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ar.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/as.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/az.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/bg.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/bn_IN.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ca.po, 487, 1994, 2368, 0, 0, 25, 164, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ca@valencia.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/cs.po, 510, 2143, 2069, 0, 0, 2, 15, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/cy.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/da.po, 512, 2158, 2124, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/de.po, 510, 2143, 2139, 0, 0, 2, 15, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/el.po, 407, 1506, 1445, 28, 207, 77, 445, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/en_GB.po, 437, 1674, 1674, 29, 209, 46, 275, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/eo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/es.po, 495, 2015, 2310, 0, 0, 17, 143, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/et.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/eu.po, 219, 439, 432, 26, 203, 267, 1516, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fi.po, 315, 1040, 830, 27, 205, 170, 913, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fr.po, 512, 2158, 2608, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fur.po, 90, 594, 756, 0, 0, 422, 1564, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ga.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/gl.po, 406, 1498, 1638, 28, 207, 78, 453, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/gu.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/he.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/hi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/hr.po, 340, 1202, 1179, 27, 205, 145, 751, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/hu.po, 512, 2158, 1780, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ia.po, 105, 482, 571, 27, 205, 380, 1471, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/id.po, 512, 2158, 2040, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/it.po, 510, 2143, 2285, 0, 0, 2, 15, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ja.po, 395, 1459, 728, 28, 207, 89, 492, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ka.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/kk.po, 472, 1905, 1687, 0, 0, 40, 253, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/kn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ko.po, 406, 1517, 1294, 28, 207, 78, 434, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/lt.po, 510, 2143, 2041, 0, 0, 2, 15, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/lv.po, 281, 847, 783, 27, 205, 204, 1106, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ml.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/mr.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ms.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/nb.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/nl.po, 512, 2158, 2342, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/nn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/oc.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/or.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pa.po, 214, 480, 542, 27, 205, 271, 1473, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pl.po, 512, 2158, 2269, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pt.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 472, 1905, 2086, 0, 0, 40, 253, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ro.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ru.po, 408, 1512, 1534, 28, 207, 76, 439, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sk.po, 510, 2143, 1986, 0, 0, 2, 15, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sl.po, 406, 1498, 1491, 28, 207, 78, 453, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sq.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sr.po, 406, 1498, 1572, 28, 207, 78, 453, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sr@latin.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sv.po, 512, 2158, 2064, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ta.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/te.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/th.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/tr.po, 499, 2043, 2029, 0, 0, 13, 115, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/uk.po, 512, 2158, 2387, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/vi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/wa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 482, 1973, 930, 0, 0, 30, 185, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/zh_HK.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 396, 1499, 798, 23, 176, 93, 483, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/af.gmo, 438, 1679, 1714, 0, 0, 0, 0, 438, 1679 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ca.gmo, 487, 1994, 2368, 0, 0, 0, 0, 487, 1994 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/cs.gmo, 510, 2143, 2069, 0, 0, 0, 0, 510, 2143 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/da.gmo, 512, 2158, 2124, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/de.gmo, 510, 2143, 2139, 0, 0, 0, 0, 510, 2143 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/el.gmo, 407, 1506, 1445, 0, 0, 0, 0, 407, 1506 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/en_GB.gmo, 437, 1674, 1674, 0, 0, 0, 0, 437, 1674 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/es.gmo, 495, 2015, 2310, 0, 0, 0, 0, 495, 2015 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/eu.gmo, 219, 439, 432, 0, 0, 0, 0, 219, 439 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fi.gmo, 315, 1040, 830, 0, 0, 0, 0, 315, 1040 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fr.gmo, 512, 2158, 2608, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/fur.gmo, 90, 594, 756, 0, 0, 0, 0, 90, 594 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/gl.gmo, 406, 1498, 1638, 0, 0, 0, 0, 406, 1498 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/hr.gmo, 340, 1202, 1179, 0, 0, 0, 0, 340, 1202 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/hu.gmo, 512, 2158, 1780, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ia.gmo, 105, 482, 571, 0, 0, 0, 0, 105, 482 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/id.gmo, 512, 2158, 2040, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/it.gmo, 510, 2143, 2285, 0, 0, 0, 0, 510, 2143 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ja.gmo, 395, 1459, 728, 0, 0, 0, 0, 395, 1459 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/kk.gmo, 472, 1905, 1687, 0, 0, 0, 0, 472, 1905 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ko.gmo, 406, 1517, 1294, 0, 0, 0, 0, 406, 1517 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/lt.gmo, 510, 2143, 2041, 0, 0, 0, 0, 510, 2143 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/lv.gmo, 281, 847, 783, 0, 0, 0, 0, 281, 847 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/nl.gmo, 512, 2158, 2342, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/oc.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pa.gmo, 214, 480, 542, 0, 0, 0, 0, 214, 480 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pl.gmo, 512, 2158, 2269, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 472, 1905, 2086, 0, 0, 0, 0, 472, 1905 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ru.gmo, 408, 1512, 1534, 0, 0, 0, 0, 408, 1512 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sk.gmo, 510, 2143, 1986, 0, 0, 0, 0, 510, 2143 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sl.gmo, 406, 1498, 1491, 0, 0, 0, 0, 406, 1498 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sr.gmo, 406, 1498, 1572, 0, 0, 0, 0, 406, 1498 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/sv.gmo, 512, 2158, 2064, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/tr.gmo, 499, 2043, 2029, 0, 0, 0, 0, 499, 2043 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/uk.gmo, 512, 2158, 2387, 0, 0, 0, 0, 512, 2158 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 482, 1973, 930, 0, 0, 0, 0, 482, 1973 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 396, 1499, 798, 0, 0, 0, 0, 396, 1499 -udisks2-2.8.4-3.fc31.src.rpm.stats.csv, po/udisks2.pot, 0, 0, 0, 0, 0, 512, 2158, 512, 2158 -upower-0.99.10-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -upower-0.99.10-2.fc31.src.rpm.stats.csv, po/pl.po, 26, 145, 124, 0, 0, 0, 0, 26, 145 -upower-0.99.10-2.fc31.src.rpm.stats.csv, po/sv.po, 19, 113, 107, 0, 0, 0, 0, 19, 113 -upower-0.99.10-2.fc31.src.rpm.stats.csv, po/it.po, 19, 113, 130, 0, 0, 0, 0, 19, 113 -upower-0.99.10-2.fc31.src.rpm.stats.csv, po/fr.po, 26, 145, 184, 0, 0, 0, 0, 26, 145 -usermode-1.112-5.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -usermode-1.112-5.fc31.src.rpm.stats.csv, po/zh_TW.po, 96, 573, 148, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/gl.po, 62, 320, 332, 0, 0, 34, 253, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/de_CH.po, 92, 551, 496, 0, 0, 4, 22, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/tg.po, 59, 177, 196, 0, 0, 37, 396, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/bs.po, 94, 564, 545, 0, 0, 2, 9, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ast.po, 92, 551, 563, 0, 0, 4, 22, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/be.po, 74, 451, 383, 0, 0, 22, 122, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/fi.po, 96, 573, 419, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/nl.po, 96, 573, 567, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ko.po, 95, 570, 489, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/cs.po, 96, 573, 514, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ml.po, 94, 564, 450, 0, 0, 2, 9, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/as.po, 95, 570, 558, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/tr.po, 96, 573, 451, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/nds.po, 34, 74, 71, 0, 0, 62, 499, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/sk.po, 96, 573, 548, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/te.po, 95, 570, 472, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/sr@latin.po, 94, 564, 526, 0, 0, 2, 9, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ja.po, 96, 573, 150, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/bn.po, 95, 570, 596, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/sl.po, 74, 442, 421, 0, 0, 22, 131, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/da.po, 96, 573, 537, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/cy.po, 83, 521, 510, 0, 0, 13, 52, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/bg.po, 95, 570, 580, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/fa.po, 95, 570, 624, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/fr.po, 96, 573, 658, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/or.po, 94, 564, 662, 0, 0, 2, 9, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/mai.po, 92, 551, 654, 0, 0, 4, 22, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/is.po, 95, 570, 575, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/pa.po, 96, 573, 690, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/es.po, 96, 573, 631, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ms.po, 91, 542, 500, 0, 0, 5, 31, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/id.po, 96, 573, 502, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/en_GB.po, 86, 524, 527, 0, 0, 10, 49, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/pt_BR.po, 96, 573, 635, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ka.po, 29, 60, 57, 0, 0, 67, 513, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/pl.po, 96, 573, 513, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/sv.po, 96, 573, 531, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/sr.po, 96, 573, 536, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/el.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/nb.po, 95, 570, 589, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/it.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ar.po, 95, 570, 554, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ro.po, 95, 570, 573, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/vi.po, 60, 252, 350, 0, 0, 36, 321, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/hr.po, 91, 542, 525, 0, 0, 5, 31, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/hu.po, 96, 573, 518, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/mr.po, 94, 564, 538, 0, 0, 2, 9, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/he.po, 95, 570, 536, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/lv.po, 95, 570, 485, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/kn.po, 95, 570, 486, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/et.po, 95, 570, 452, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/de.po, 96, 573, 520, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ru.po, 96, 573, 506, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/hi.po, 94, 564, 680, 0, 0, 2, 9, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/bn_IN.po, 96, 573, 589, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/zh_CN.po, 95, 570, 153, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ta.po, 95, 570, 457, 0, 0, 1, 3, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/ca.po, 96, 573, 654, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/gu.po, 94, 564, 621, 0, 0, 2, 9, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/pt.po, 96, 573, 645, 0, 0, 0, 0, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/mk.po, 91, 542, 549, 0, 0, 5, 31, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/si.po, 19, 31, 36, 0, 0, 77, 542, 96, 573 -usermode-1.112-5.fc31.src.rpm.stats.csv, po/uk.po, 96, 573, 499, 0, 0, 0, 0, 96, 573 -util-linux-2.34-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/nl.po, 3480, 18187, 18167, 535, 3356, 271, 2238, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/gl.po, 211, 777, 1018, 1726, 8416, 2349, 14588, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/util-linux.pot, 0, 0, 0, 0, 0, 4286, 23781, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/eu.po, 355, 856, 916, 2167, 10152, 1764, 12773, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/fr.po, 4286, 23781, 28745, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 707, 2728, 1422, 2714, 15517, 865, 5536, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 707, 2728, 1422, 0, 0, 0, 0, 707, 2728 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/fi.po, 1150, 4482, 3909, 2095, 10962, 1041, 8337, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/uk.po, 4286, 23781, 25173, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/ru.gmo, 1859, 8629, 8509, 0, 0, 0, 0, 1859, 8629 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/sv.po, 4286, 23781, 22755, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/eu.gmo, 355, 856, 916, 0, 0, 0, 0, 355, 856 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/et.po, 321, 1064, 1042, 2217, 11209, 1748, 11508, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/id.po, 655, 2414, 2468, 2423, 12991, 1208, 8376, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/hr.po, 4279, 23774, 24944, 0, 0, 7, 7, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/hu.gmo, 570, 2069, 2121, 0, 0, 0, 0, 570, 2069 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/sl.po, 481, 1668, 1744, 2467, 12711, 1338, 9402, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/ca.gmo, 485, 1679, 2186, 0, 0, 0, 0, 485, 1679 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/hu.po, 570, 2069, 2121, 2414, 12596, 1302, 9116, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/it.po, 486, 1519, 1702, 2429, 12399, 1371, 9863, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/ru.po, 1859, 8629, 8509, 1286, 6904, 1141, 8248, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/da.po, 4286, 23781, 22223, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/cs.po, 4286, 23781, 23885, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/ca.po, 485, 1679, 2186, 2468, 12738, 1333, 9364, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/vi.po, 3082, 16710, 24315, 943, 5449, 261, 1622, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 4286, 23781, 27989, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/id.gmo, 655, 2414, 2468, 0, 0, 0, 0, 655, 2414 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/pl.po, 4286, 23781, 24075, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/tr.po, 3601, 19451, 17946, 532, 3366, 153, 964, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/fi.gmo, 1150, 4482, 3909, 0, 0, 0, 0, 1150, 4482 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/ja.po, 3322, 17907, 9067, 631, 3669, 333, 2205, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/de.po, 4286, 23781, 23808, 0, 0, 0, 0, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/it.gmo, 486, 1519, 1702, 0, 0, 0, 0, 486, 1519 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 3720, 20235, 9490, 427, 2661, 139, 885, 4286, 23781 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/gl.gmo, 211, 777, 1018, 0, 0, 0, 0, 211, 777 -util-linux-2.34-3.fc31.src.rpm.stats.csv, po/es.po, 4286, 23781, 30993, 0, 0, 0, 0, 4286, 23781 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/ca.gmo, 46, 106, 126, 0, 0, 0, 0, 46, 106 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/uk.po, 124, 566, 639, 5, 41, 43, 154, 172, 761 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/ca.po, 46, 106, 126, 1, 7, 125, 648, 172, 761 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/pt_BR.po, 154, 667, 749, 2, 18, 16, 76, 172, 761 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/de.gmo, 154, 667, 635, 0, 0, 0, 0, 154, 667 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/libdvbv5.pot, 0, 0, 0, 0, 0, 172, 761, 172, 761 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/de.po, 154, 667, 635, 2, 18, 16, 76, 172, 761 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/pt_BR.gmo, 154, 667, 749, 0, 0, 0, 0, 154, 667 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, libdvbv5-po/uk.gmo, 124, 566, 639, 0, 0, 0, 0, 124, 566 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/ca.gmo, 26, 62, 78, 0, 0, 0, 0, 26, 62 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/uk.po, 0, 0, 0, 22, 75, 389, 2251, 411, 2326 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/ca.po, 26, 62, 78, 15, 53, 370, 2211, 411, 2326 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/pt_BR.po, 290, 1381, 1654, 76, 698, 45, 247, 411, 2326 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/de.gmo, 290, 1381, 1357, 0, 0, 0, 0, 290, 1381 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/v4l-utils.pot, 0, 0, 0, 0, 0, 411, 2326, 411, 2326 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/de.po, 290, 1381, 1357, 75, 695, 46, 250, 411, 2326 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/pt_BR.gmo, 290, 1381, 1654, 0, 0, 0, 0, 290, 1381 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/uk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/fr.po, 26, 107, 122, 20, 224, 365, 1995, 411, 2326 -v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv, v4l-utils-po/fr.gmo, 26, 107, 122, 0, 0, 0, 0, 26, 107 -vino-3.22.0-16.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/id.po, 134, 1228, 1096, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/pa.po, 134, 1228, 1341, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/te.po, 134, 1228, 951, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/oc.po, 94, 973, 1059, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/sk.po, 134, 1228, 1206, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/bn.po, 136, 1215, 1294, 0, 0, 0, 0, 136, 1215 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/si.po, 66, 479, 510, 1, 26, 15, 311, 82, 816 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/hi.po, 134, 1228, 1409, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/en_GB.po, 94, 973, 998, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ka.po, 72, 544, 457, 0, 0, 0, 0, 72, 544 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ga.po, 23, 52, 63, 0, 0, 113, 1163, 136, 1215 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ta.po, 134, 1228, 920, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/vi.po, 94, 973, 1335, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/tr.po, 94, 973, 749, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ca.po, 134, 1228, 1371, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/th.po, 133, 1223, 366, 0, 0, 0, 0, 133, 1223 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ro.po, 128, 1184, 1186, 0, 0, 0, 0, 128, 1184 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/et.po, 134, 1228, 976, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/cy.po, 72, 544, 584, 0, 0, 0, 0, 72, 544 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/kn.po, 134, 1228, 995, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/lt.po, 134, 1228, 999, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/be@latin.po, 87, 500, 456, 0, 0, 25, 554, 112, 1054 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ms.po, 61, 313, 261, 0, 0, 9, 227, 70, 540 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ca@valencia.po, 134, 1228, 1370, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/en@shaw.po, 107, 764, 765, 29, 451, 0, 0, 136, 1215 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/nn.po, 136, 1215, 1211, 0, 0, 0, 0, 136, 1215 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/sr.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/or.po, 134, 1228, 1222, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/nl.po, 134, 1228, 1280, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/sr@latin.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/rw.po, 3, 2, 2, 55, 518, 12, 20, 70, 540 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ar.po, 97, 831, 837, 3, 100, 10, 159, 110, 1090 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/gl.po, 134, 1228, 1424, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/gu.po, 134, 1228, 1323, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/mk.po, 120, 1075, 1157, 0, 0, 0, 0, 120, 1075 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/sl.po, 134, 1228, 1080, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/es.po, 94, 973, 1077, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/hu.po, 134, 1228, 1138, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/lv.po, 134, 1228, 1053, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/fr.po, 134, 1228, 1421, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/mr.po, 134, 1228, 1123, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ne.po, 52, 427, 416, 26, 292, 16, 254, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/nb.po, 94, 973, 916, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/wa.po, 60, 392, 503, 0, 0, 10, 148, 70, 540 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ml.po, 134, 1228, 847, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ug.po, 134, 1228, 950, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/bs.po, 94, 973, 885, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/as.po, 134, 1228, 1256, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/zh_CN.po, 110, 1090, 278, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/bg.po, 94, 973, 1028, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ast.po, 136, 1215, 1258, 0, 0, 0, 0, 136, 1215 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/it.po, 134, 1228, 1291, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/tg.po, 110, 1090, 1175, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/zh_HK.po, 110, 1090, 266, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/fa.po, 134, 1228, 1366, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/pt.po, 94, 973, 1103, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/eo.po, 74, 440, 431, 0, 0, 57, 769, 131, 1209 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/pt_BR.po, 134, 1228, 1422, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/zh_TW.po, 94, 973, 223, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/is.po, 87, 742, 707, 0, 0, 7, 231, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ko.po, 134, 1228, 919, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/az.po, 70, 540, 499, 0, 0, 0, 0, 70, 540 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/pl.po, 94, 973, 911, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/an.po, 110, 1090, 1182, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/xh.po, 70, 540, 452, 0, 0, 0, 0, 70, 540 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/cs.po, 134, 1228, 1166, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/he.po, 134, 1228, 1210, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/km.po, 133, 1223, 435, 0, 0, 0, 0, 133, 1223 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/eu.po, 134, 1228, 1049, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/bn_IN.po, 134, 1228, 1279, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/el.po, 94, 973, 1102, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/mn.po, 63, 395, 313, 0, 0, 7, 145, 70, 540 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/fur.po, 94, 973, 1086, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/en_CA.po, 72, 544, 542, 0, 0, 0, 0, 72, 544 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/sq.po, 113, 1031, 1182, 0, 0, 0, 0, 113, 1031 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/hr.po, 75, 626, 588, 4, 30, 34, 375, 113, 1031 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ku.po, 12, 13, 15, 0, 0, 58, 527, 70, 540 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/fi.po, 134, 1228, 856, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/da.po, 94, 973, 867, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/dz.po, 82, 816, 337, 0, 0, 0, 0, 82, 816 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/be.po, 134, 1228, 1087, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/uk.po, 134, 1228, 1035, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/sv.po, 94, 973, 884, 0, 0, 0, 0, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ru.po, 134, 1228, 1095, 0, 0, 0, 0, 134, 1228 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/mai.po, 61, 554, 584, 0, 0, 75, 661, 136, 1215 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/ja.po, 110, 1090, 302, 0, 0, 0, 0, 110, 1090 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/kk.po, 41, 131, 131, 0, 0, 53, 842, 94, 973 -vino-3.22.0-16.fc31.src.rpm.stats.csv, po/de.po, 134, 1228, 1301, 0, 0, 0, 0, 134, 1228 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 151, 745, 283, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/as.gmo, 151, 745, 798, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/de_CH.po, 49, 186, 184, 0, 0, 105, 577, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/it.gmo, 151, 745, 905, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/es.gmo, 151, 745, 1032, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 151, 745, 322, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/cs.gmo, 151, 745, 724, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/de_CH.gmo, 49, 186, 184, 0, 0, 0, 0, 49, 186 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pa.gmo, 151, 745, 796, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/eu.po, 33, 117, 109, 0, 0, 121, 646, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/bn.gmo, 151, 745, 816, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/nl.po, 151, 745, 817, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ko.po, 151, 745, 712, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ca.gmo, 151, 745, 997, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 151, 745, 928, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/cs.po, 151, 745, 724, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ko.gmo, 151, 745, 712, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ml.po, 151, 745, 653, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/as.po, 151, 745, 798, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/tr.po, 101, 427, 385, 2, 10, 51, 326, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/tr.gmo, 101, 427, 385, 0, 0, 0, 0, 101, 427 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/sk.po, 12, 34, 34, 0, 0, 142, 729, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/nl.gmo, 151, 745, 817, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/id.gmo, 8, 40, 39, 0, 0, 0, 0, 8, 40 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/te.po, 151, 745, 665, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ja.po, 151, 745, 334, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/bn.po, 151, 745, 816, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/gu.gmo, 151, 745, 841, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/bg.po, 143, 715, 812, 2, 10, 9, 38, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/fr.po, 151, 745, 1024, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/de.gmo, 151, 745, 760, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/or.po, 151, 745, 799, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pa.po, 151, 745, 796, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/es.po, 151, 745, 1032, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ta.gmo, 151, 745, 660, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/id.po, 8, 40, 39, 0, 0, 146, 723, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ml.gmo, 151, 745, 653, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/hu.gmo, 151, 745, 771, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/en_GB.po, 145, 720, 719, 2, 10, 7, 33, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/bg.gmo, 143, 715, 812, 0, 0, 0, 0, 143, 715 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/mr.gmo, 151, 745, 735, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/volume_key.pot, 0, 0, 0, 0, 0, 154, 763, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/kn.gmo, 151, 745, 718, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/sv.gmo, 151, 745, 749, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 151, 745, 928, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pl.po, 151, 745, 759, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pt.gmo, 151, 745, 877, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/sv.po, 151, 745, 749, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/fr.gmo, 151, 745, 1024, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/en_GB.gmo, 145, 720, 719, 0, 0, 0, 0, 145, 720 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/uk.gmo, 151, 745, 794, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/sk.gmo, 12, 34, 34, 0, 0, 0, 0, 12, 34 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/it.po, 151, 745, 905, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/hu.po, 151, 745, 771, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/mr.po, 151, 745, 735, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 143, 707, 777, 0, 0, 0, 0, 143, 707 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ru.gmo, 148, 732, 719, 0, 0, 0, 0, 148, 732 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pl.gmo, 151, 745, 759, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/or.gmo, 151, 745, 799, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/kn.po, 151, 745, 718, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/de.po, 151, 745, 760, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ru.po, 148, 732, 719, 2, 10, 4, 21, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/hi.po, 151, 745, 834, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/bn_IN.po, 143, 707, 777, 2, 10, 9, 46, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 151, 745, 322, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ta.po, 151, 745, 660, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ca.po, 151, 745, 997, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/eu.gmo, 33, 117, 109, 0, 0, 0, 0, 33, 117 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/ja.gmo, 151, 745, 334, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/gu.po, 151, 745, 841, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/hi.gmo, 151, 745, 834, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/pt.po, 151, 745, 877, 2, 10, 1, 8, 154, 763 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 151, 745, 283, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/te.gmo, 151, 745, 665, 0, 0, 0, 0, 151, 745 -volume_key-0.3.12-4.fc31.src.rpm.stats.csv, po/uk.po, 151, 745, 794, 2, 10, 1, 8, 154, 763 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/nb.po, 97, 215, 213, 114, 507, 359, 1901, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/vi.po, 255, 1062, 1351, 137, 638, 178, 923, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/zh_CN.po, 258, 1073, 376, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ko.po, 569, 2622, 2057, 0, 0, 1, 1, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/lv.po, 163, 671, 601, 119, 550, 288, 1402, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ar.po, 258, 1073, 959, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/it.po, 584, 2277, 2491, 0, 0, 1, 1, 585, 2278 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pa.po, 163, 671, 691, 134, 644, 273, 1308, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ja.po, 582, 2682, 900, 3, 14, 2, 12, 587, 2708 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/he.po, 376, 1567, 1571, 0, 0, 0, 0, 376, 1567 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sr@latin.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/el.po, 384, 1605, 1790, 0, 0, 1, 1, 385, 1606 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/en_CA.po, 337, 1441, 1441, 123, 587, 110, 593, 570, 2621 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ta.po, 368, 1545, 1333, 0, 0, 0, 0, 368, 1545 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/lt.po, 254, 1052, 955, 138, 641, 178, 930, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/cs.po, 350, 1295, 1281, 86, 491, 134, 837, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/nl.po, 533, 2407, 2219, 27, 161, 26, 131, 586, 2699 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/fr.po, 404, 1536, 1908, 46, 240, 94, 388, 544, 2164 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sr.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sl.po, 469, 1889, 1777, 62, 355, 60, 466, 591, 2710 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ro.po, 425, 1834, 1936, 85, 415, 60, 374, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/de.po, 545, 2139, 2014, 32, 120, 38, 127, 615, 2386 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/eo.po, 106, 303, 287, 60, 258, 404, 2062, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/da.po, 540, 2187, 1912, 0, 0, 0, 0, 540, 2187 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/gu.po, 368, 1545, 1592, 0, 0, 0, 0, 368, 1545 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/gl.po, 575, 2647, 3318, 2, 20, 5, 19, 582, 2686 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ml.po, 179, 429, 414, 0, 0, 398, 2252, 577, 2681 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/id.po, 518, 1880, 1819, 0, 0, 50, 355, 568, 2235 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/te.po, 365, 1526, 1270, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pt_BR.po, 615, 2386, 2785, 0, 0, 0, 0, 615, 2386 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/mr.po, 365, 1526, 1440, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pt.po, 319, 1375, 1627, 136, 643, 115, 605, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/et.po, 239, 969, 695, 136, 628, 195, 1026, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/eu.po, 257, 1066, 917, 138, 645, 175, 912, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/fi.po, 118, 291, 256, 0, 0, 265, 1308, 383, 1599 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/tr.po, 385, 1606, 1436, 0, 0, 0, 0, 385, 1606 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ru.po, 145, 605, 519, 129, 630, 296, 1388, 570, 2623 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/es.po, 494, 1721, 2108, 42, 221, 63, 396, 599, 2338 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/or.po, 365, 1526, 1575, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/pl.po, 613, 2372, 2331, 0, 0, 0, 0, 613, 2372 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/bg.po, 385, 1606, 1882, 0, 0, 0, 0, 385, 1606 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/hu.po, 397, 1647, 1306, 0, 0, 0, 0, 397, 1647 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/sv.po, 533, 2160, 1786, 0, 0, 0, 0, 533, 2160 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/ca.po, 178, 462, 626, 0, 0, 198, 1105, 376, 1567 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/as.po, 367, 1543, 1583, 0, 0, 0, 0, 367, 1543 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/uk.po, 613, 2374, 2311, 0, 0, 0, 0, 613, 2374 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/en_GB.po, 589, 2702, 2702, 0, 0, 0, 0, 589, 2702 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/hi.po, 365, 1526, 1775, 0, 0, 0, 0, 365, 1526 -webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv, Source/WebCore/platform/gtk/po/kn.po, 373, 1551, 1305, 0, 0, 0, 0, 373, 1551 -wget-1.20.3-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ja.gmo, 639, 3955, 1957, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ga.po, 605, 3665, 4245, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/de.po, 639, 3955, 4327, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/nb.gmo, 639, 3955, 4174, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/nl.po, 529, 3087, 3137, 67, 474, 48, 435, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/et.po, 639, 3955, 3532, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/sl.po, 254, 1253, 1351, 206, 1421, 184, 1322, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/id.gmo, 351, 1801, 1874, 0, 0, 0, 0, 351, 1801 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/es.po, 568, 3426, 4107, 48, 322, 28, 248, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/fr.po, 605, 3665, 4386, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 102, 407, 407, 0, 0, 0, 0, 102, 407 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/id.po, 351, 1801, 1874, 211, 1537, 82, 658, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 634, 3897, 1916, 0, 0, 0, 0, 634, 3897 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/wget.pot, 0, 0, 0, 0, 0, 644, 3996, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/tr.gmo, 605, 3665, 3411, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/hr.gmo, 638, 3949, 4325, 0, 0, 0, 0, 638, 3949 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/fi.po, 503, 2919, 2491, 69, 503, 72, 574, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/gl.gmo, 234, 1081, 1370, 0, 0, 0, 0, 234, 1081 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/lt.po, 165, 777, 741, 247, 1614, 232, 1605, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/de.gmo, 639, 3955, 4327, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/sr.gmo, 605, 3665, 3849, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/es.gmo, 568, 3426, 4107, 0, 0, 0, 0, 568, 3426 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/gl.po, 234, 1081, 1370, 149, 906, 261, 2009, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ro.po, 102, 407, 453, 120, 663, 422, 2926, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 634, 3897, 1916, 2, 14, 8, 85, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/pl.po, 639, 3955, 4043, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 605, 3665, 4415, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ru.po, 639, 3955, 3862, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/fr.gmo, 605, 3665, 4386, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/eu.po, 120, 440, 462, 118, 666, 406, 2890, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/nl.gmo, 529, 3087, 3137, 0, 0, 0, 0, 529, 3087 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/be.gmo, 217, 940, 924, 0, 0, 0, 0, 217, 940 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/pl.gmo, 639, 3955, 4043, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ca.po, 356, 1857, 2570, 216, 1565, 72, 574, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/vi.po, 605, 3665, 5370, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/vi.gmo, 605, 3665, 5370, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/cs.po, 639, 3955, 4191, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 605, 3665, 4415, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/et.gmo, 639, 3955, 3532, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/tr.po, 605, 3665, 3411, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/el.gmo, 93, 370, 450, 0, 0, 0, 0, 93, 370 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/bg.gmo, 93, 370, 432, 0, 0, 0, 0, 93, 370 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/cs.gmo, 639, 3955, 4191, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/eo.po, 639, 3955, 4118, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 639, 3955, 1938, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/sr.po, 605, 3665, 3849, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/he.po, 85, 341, 427, 114, 618, 445, 3037, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/it.gmo, 639, 3955, 4487, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/it.po, 639, 3955, 4487, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/be.po, 217, 940, 924, 135, 779, 292, 2277, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/fi.gmo, 503, 2919, 2491, 0, 0, 0, 0, 503, 2919 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/uk.po, 639, 3955, 4112, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 639, 3955, 1938, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ru.gmo, 639, 3955, 3862, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/da.po, 254, 1253, 1238, 212, 1459, 178, 1284, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/uk.gmo, 639, 3955, 4112, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/en_GB.po, 102, 407, 407, 119, 656, 423, 2933, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/pt.po, 639, 3955, 4365, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ja.po, 639, 3955, 1957, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/bg.po, 93, 370, 432, 112, 624, 439, 3002, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/sk.po, 639, 3955, 4071, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/sv.po, 639, 3955, 3808, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ga.gmo, 605, 3665, 4245, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/sk.gmo, 639, 3955, 4071, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/pt.gmo, 639, 3955, 4365, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/hu.po, 605, 3665, 3811, 28, 208, 11, 123, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/eu.gmo, 120, 440, 462, 0, 0, 0, 0, 120, 440 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/hr.po, 638, 3949, 4325, 2, 16, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/hu.gmo, 605, 3665, 3811, 0, 0, 0, 0, 605, 3665 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/nb.po, 639, 3955, 4174, 1, 10, 4, 31, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/el.po, 93, 370, 450, 120, 658, 431, 2968, 644, 3996 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/ca.gmo, 356, 1857, 2570, 0, 0, 0, 0, 356, 1857 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/eo.gmo, 639, 3955, 4118, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/sv.gmo, 639, 3955, 3808, 0, 0, 0, 0, 639, 3955 -wget-1.20.3-2.fc31.src.rpm.stats.csv, po/lt.gmo, 165, 777, 741, 0, 0, 0, 0, 165, 777 -whois-5.5.2-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 37, 456, 220, 3, 50, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/ru.po, 40, 506, 488, 0, 0, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 23, 163, 182, 16, 338, 1, 5, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/pl.po, 40, 506, 498, 0, 0, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/nb.po, 5, 15, 14, 9, 203, 26, 288, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/ja.po, 21, 123, 74, 17, 335, 2, 48, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/it.po, 40, 506, 566, 0, 0, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/fr.po, 40, 506, 597, 0, 0, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/fi.po, 40, 506, 392, 0, 0, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/es.po, 40, 506, 603, 0, 0, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/el.po, 21, 123, 141, 18, 378, 1, 5, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/de.po, 40, 506, 507, 0, 0, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/da.po, 37, 427, 400, 3, 79, 0, 0, 40, 506 -whois-5.5.2-1.fc31.src.rpm.stats.csv, po/cs.po, 40, 506, 535, 0, 0, 0, 0, 40, 506 -wpa_supplicant-2.9-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/de.po, 12, 88, 81, 4, 40, 10, 47, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/uk.gmo, 20, 132, 136, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/cs.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/tr.po, 20, 132, 91, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/hu.po, 20, 132, 110, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/sr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/pl.gmo, 26, 175, 149, 0, 0, 0, 0, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/gl.gmo, 20, 132, 140, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 12, 88, 15, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/pl.po, 26, 175, 149, 0, 0, 0, 0, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/zh_CN.po, 20, 132, 26, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/it.po, 20, 132, 131, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/id.po, 20, 132, 104, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 20, 132, 26, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/lt.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/sv.po, 12, 88, 72, 4, 40, 10, 47, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/uk.po, 20, 132, 136, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/cs.po, 20, 132, 115, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/sr.po, 12, 88, 85, 4, 40, 10, 47, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/gl.po, 20, 132, 140, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/id.gmo, 20, 132, 104, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/pt_BR.po, 20, 132, 135, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/sk.po, 12, 88, 76, 4, 40, 10, 47, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/sv.gmo, 12, 88, 72, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 20, 132, 135, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/da.po, 26, 175, 166, 0, 0, 0, 0, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/de.gmo, 12, 88, 81, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/lt.po, 20, 132, 115, 1, 15, 5, 28, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/fr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/es.gmo, 12, 88, 96, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/tr.gmo, 20, 132, 91, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/xdg-desktop-portal.pot, 0, 0, 0, 0, 0, 26, 175, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/it.gmo, 20, 132, 131, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/sk.gmo, 12, 88, 76, 0, 0, 0, 0, 12, 88 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/zh_TW.po, 12, 88, 15, 4, 40, 10, 47, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/es.po, 12, 88, 96, 4, 40, 10, 47, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/hu.gmo, 20, 132, 110, 0, 0, 0, 0, 20, 132 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/fr.po, 12, 88, 85, 4, 40, 10, 47, 26, 175 -xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv, po/da.gmo, 26, 175, 166, 0, 0, 0, 0, 26, 175 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/de.po, 47, 169, 182, 0, 0, 7, 15, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/uk.gmo, 49, 173, 191, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/cs.gmo, 48, 172, 179, 0, 0, 0, 0, 48, 172 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/tr.po, 48, 170, 155, 0, 0, 6, 14, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/hu.po, 49, 173, 170, 0, 0, 5, 11, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/sr.gmo, 9, 22, 28, 0, 0, 0, 0, 9, 22 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/pl.gmo, 54, 184, 181, 0, 0, 0, 0, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/gl.gmo, 36, 139, 163, 0, 0, 0, 0, 36, 139 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 48, 170, 56, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/pl.po, 54, 184, 181, 0, 0, 0, 0, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 48, 170, 60, 0, 0, 6, 14, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/it.po, 49, 173, 176, 0, 0, 5, 11, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/id.po, 49, 173, 174, 0, 0, 5, 11, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 48, 170, 60, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/lt.gmo, 49, 173, 160, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/sv.po, 48, 170, 168, 0, 0, 6, 14, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/uk.po, 49, 173, 191, 0, 0, 5, 11, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/cs.po, 48, 172, 179, 0, 0, 6, 12, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/sr.po, 9, 22, 28, 9, 35, 36, 127, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/gl.po, 36, 139, 163, 3, 6, 15, 39, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/id.gmo, 49, 173, 174, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 49, 173, 195, 0, 0, 5, 11, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/sk.po, 27, 103, 101, 5, 22, 22, 59, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/sv.gmo, 48, 170, 168, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 49, 173, 195, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/da.po, 54, 184, 185, 0, 0, 0, 0, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/de.gmo, 47, 169, 182, 0, 0, 0, 0, 47, 169 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/lt.po, 49, 173, 160, 0, 0, 5, 11, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/fr.gmo, 18, 51, 59, 0, 0, 0, 0, 18, 51 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/es.gmo, 45, 155, 181, 0, 0, 0, 0, 45, 155 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/tr.gmo, 48, 170, 155, 0, 0, 0, 0, 48, 170 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/it.gmo, 49, 173, 176, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/sk.gmo, 27, 103, 101, 0, 0, 0, 0, 27, 103 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 48, 170, 56, 0, 0, 6, 14, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/es.po, 45, 155, 181, 2, 14, 7, 15, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/hu.gmo, 49, 173, 170, 0, 0, 0, 0, 49, 173 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/fr.po, 18, 51, 59, 6, 25, 30, 108, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/da.gmo, 54, 184, 185, 0, 0, 0, 0, 54, 184 -xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv, po/xdg-desktop-portal-gtk.pot, 0, 0, 0, 0, 0, 54, 184, 54, 184 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/xdg-user-dirs.pot, 0, 0, 0, 0, 0, 28, 28, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/vi.gmo, 28, 28, 50, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/uk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/tr.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/th.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/te.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ta.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sr@Latn.gmo, 26, 26, 28, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sq.gmo, 26, 26, 32, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ru.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ro.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pt.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ps.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pa.gmo, 24, 24, 24, 0, 0, 0, 0, 24, 24 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/or.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nds.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nb.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/mr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ml.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/mk.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/lv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/lt.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ky.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ku.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ko.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/kn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/kk.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ja.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/it.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/is.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/id.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ia.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/hu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/hr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/hi.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/he.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/gu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/gl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/gd.gmo, 28, 28, 34, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ga.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fur.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fi.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fa.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/eu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/et.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/es.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/eo.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/el.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/de.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/da.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/cs.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/crh.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ca.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/br.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/bg.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/be@latin.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/be.gmo, 28, 28, 36, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ast.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/as.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ar.gmo, 26, 26, 30, 0, 0, 0, 0, 26, 26 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/an.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/af.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/zh_TW.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/zh_HK.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/zh_CN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/vi.po, 28, 28, 50, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/uk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/tr.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/th.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/te.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ta.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sr@Latn.po, 26, 26, 28, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sq.po, 26, 26, 32, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/sk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ru.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ro.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pt_BR.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pt.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ps.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/pa.po, 24, 24, 24, 2, 2, 2, 2, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/or.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nds.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/nb.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/mr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ml.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/mk.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/lv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/lt.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ky.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ku.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ko.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/kn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/kk.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ja.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/it.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/is.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/id.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ia.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/hu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/hr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/hi.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/he.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/gu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/gl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/gd.po, 28, 28, 34, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ga.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fur.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fi.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/fa.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/eu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/et.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/es.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/eo.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/el.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/de.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/da.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/cs.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/crh.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ca.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/br.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/bn_IN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/bg.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/be@latin.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/be.po, 28, 28, 36, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ast.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/as.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/ar.po, 26, 26, 30, 2, 2, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/an.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv, po/af.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ca.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/cs.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/uk.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/sr@latin.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/sq.po, 11, 81, 100, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/en_GB.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/kk.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/tr.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ar.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ja.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/sl.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/he.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/pa.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/de.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ast.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/eu.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/fr.po, 11, 81, 107, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/gu.po, 11, 81, 76, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/sv.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/pl.po, 11, 81, 64, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/zh_HK.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/or.po, 11, 81, 82, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/te.po, 11, 81, 62, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/fi.po, 11, 81, 56, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/zh_TW.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/nds.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/be@latin.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ps.po, 11, 81, 92, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/crh.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/be.po, 11, 81, 77, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/lv.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/th.po, 11, 81, 14, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/id.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/es.po, 11, 81, 96, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/nl.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/hu.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/da.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/an.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/pt_BR.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/bn_IN.po, 11, 81, 90, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/mr.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/hi.po, 11, 81, 97, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/lt.po, 11, 81, 57, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/kn.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/vi.po, 11, 81, 123, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/nn.po, 8, 52, 46, 0, 0, 0, 0, 8, 52 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ku.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/as.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/eo.po, 11, 81, 84, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/nb.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/el.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ta.po, 11, 81, 65, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ro.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/si.po, 8, 34, 35, 0, 0, 3, 47, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/zh_CN.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ka.po, 11, 81, 48, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/csb.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/gl.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/sk.po, 11, 81, 71, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/dz.po, 8, 52, 21, 0, 0, 0, 0, 8, 52 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/it.po, 11, 81, 86, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/sr.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/oc.po, 5, 20, 29, 0, 0, 6, 61, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ml.po, 11, 81, 50, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ru.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/pt.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/et.po, 11, 81, 59, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/ko.po, 11, 81, 72, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/bg.po, 11, 81, 85, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/kg.po, 11, 81, 55, 0, 0, 0, 0, 11, 81 -xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv, po/af.po, 10, 78, 84, 0, 0, 1, 3, 11, 81 -xen-4.12.1-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/bg.po, 18, 33, 34, 0, 0, 1, 2, 19, 35 -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/hu.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/messages.po, 0, 0, 0, 0, 0, 19, 35, 19, 35 -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/zh_CN.po, 18, 33, 20, 0, 0, 1, 2, 19, 35 -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/it.po, 18, 33, 38, 0, 0, 1, 2, 19, 35 -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/tr.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/fr_FR.po, 18, 33, 39, 0, 0, 1, 2, 19, 35 -xen-4.12.1-1.fc31.src.rpm.stats.csv, tools/qemu-xen/po/de_DE.po, 18, 33, 29, 0, 0, 1, 2, 19, 35 -xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv, po/xfsprogs.pot, 0, 0, 0, 0, 0, 2770, 24298, 2770, 24298 -xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv, po/pl.po, 2701, 23865, 23840, 0, 0, 0, 0, 2701, 23865 -xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv, po/de.po, 2346, 20310, 19623, 0, 0, 0, 0, 2346, 20310 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/bg.po, 755, 1992, 2503, 359, 1713, 41, 154, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/nb.gmo, 24, 40, 40, 0, 0, 0, 0, 24, 40 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sl.gmo, 605, 1412, 1511, 0, 0, 0, 0, 605, 1412 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 1130, 3750, 4097, 20, 77, 5, 32, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ky.po, 177, 398, 407, 477, 1504, 501, 1957, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/rw.gmo, 18, 18, 18, 0, 0, 0, 0, 18, 18 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ky.gmo, 177, 398, 407, 0, 0, 0, 0, 177, 398 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/gl.po, 1117, 3700, 4035, 28, 110, 10, 49, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/cs.po, 1147, 3819, 3950, 4, 9, 4, 31, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/vi.gmo, 755, 1992, 2866, 0, 0, 0, 0, 755, 1992 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/xkeyboard-config.pot, 0, 0, 0, 0, 0, 1155, 3859, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sq.po, 105, 198, 201, 303, 962, 747, 2699, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/lt.po, 724, 1865, 1944, 384, 1786, 47, 208, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/el.gmo, 700, 1808, 1862, 0, 0, 0, 0, 700, 1808 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/fr.po, 1145, 3813, 4034, 5, 13, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/fi.po, 1147, 3819, 3401, 4, 9, 4, 31, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sv.po, 1147, 3819, 3677, 4, 9, 4, 31, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ro.po, 672, 1635, 1785, 398, 1869, 85, 355, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sr.gmo, 89, 189, 192, 0, 0, 0, 0, 89, 189 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ko.po, 1145, 3813, 3731, 5, 13, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/pt.po, 1147, 3819, 3904, 3, 7, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/crh.po, 185, 482, 496, 544, 1936, 426, 1441, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 660, 1626, 1319, 419, 1934, 76, 299, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/fi.gmo, 1147, 3819, 3401, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/rw.po, 18, 18, 18, 252, 939, 885, 2902, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/nl.po, 1147, 3819, 3710, 3, 7, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ro.gmo, 672, 1635, 1785, 0, 0, 0, 0, 672, 1635 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/az.po, 105, 198, 199, 303, 962, 747, 2699, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/eo.po, 1147, 3819, 3845, 4, 9, 4, 31, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/it.po, 593, 1362, 1409, 466, 2094, 96, 403, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/es.po, 1146, 3818, 4278, 4, 9, 5, 32, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/hr.gmo, 1147, 3819, 3932, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 65, 153, 153, 0, 0, 0, 0, 65, 153 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/hu.gmo, 1115, 3676, 3687, 0, 0, 0, 0, 1115, 3676 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ka.gmo, 86, 195, 195, 0, 0, 0, 0, 86, 195 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/id.gmo, 1115, 3676, 3694, 0, 0, 0, 0, 1115, 3676 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ca.gmo, 1147, 3819, 4101, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sr.po, 89, 189, 192, 450, 1446, 616, 2224, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/el.po, 700, 1808, 1862, 395, 1813, 60, 238, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ru.po, 1147, 3819, 3959, 4, 9, 4, 31, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ja.gmo, 615, 1464, 1285, 0, 0, 0, 0, 615, 1464 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ru.gmo, 1147, 3819, 3959, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ka.po, 86, 195, 195, 449, 1472, 620, 2192, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sk.po, 278, 921, 895, 451, 1420, 426, 1518, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/da.po, 1147, 3819, 3715, 3, 7, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/tr.po, 1147, 3819, 3800, 4, 9, 4, 31, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/bg.gmo, 755, 1992, 2503, 0, 0, 0, 0, 755, 1992 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/fr.gmo, 1145, 3813, 4034, 0, 0, 0, 0, 1145, 3813 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ca.po, 1147, 3819, 4101, 3, 7, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 1130, 3750, 4097, 0, 0, 0, 0, 1130, 3750 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 660, 1626, 1319, 0, 0, 0, 0, 660, 1626 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/nl.gmo, 1147, 3819, 3710, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/uk.gmo, 1147, 3819, 3870, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 588, 1471, 910, 0, 0, 0, 0, 588, 1471 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/hr.po, 1147, 3819, 3932, 4, 9, 4, 31, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sv.gmo, 1147, 3819, 3677, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ko.gmo, 1145, 3813, 3731, 0, 0, 0, 0, 1145, 3813 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/uk.po, 1147, 3819, 3870, 3, 7, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/id.po, 1115, 3676, 3694, 27, 108, 13, 75, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/de.po, 1147, 3819, 3713, 3, 7, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/da.gmo, 1147, 3819, 3715, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/pl.po, 1147, 3819, 3712, 3, 7, 5, 33, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/af.po, 105, 198, 196, 303, 962, 747, 2699, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/fur.po, 1130, 3750, 4045, 20, 77, 5, 32, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 588, 1471, 910, 323, 1300, 244, 1088, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/en_GB.po, 65, 153, 153, 400, 1323, 690, 2383, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/hu.po, 1115, 3676, 3687, 27, 108, 13, 75, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/cs.gmo, 1147, 3819, 3950, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/de.gmo, 1147, 3819, 3713, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/crh.gmo, 185, 482, 496, 0, 0, 0, 0, 185, 482 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/es.gmo, 1146, 3818, 4278, 0, 0, 0, 0, 1146, 3818 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/vi.po, 755, 1992, 2866, 360, 1716, 40, 151, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/fur.gmo, 1130, 3750, 4045, 0, 0, 0, 0, 1130, 3750 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/eo.gmo, 1147, 3819, 3845, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/az.gmo, 105, 198, 199, 0, 0, 0, 0, 105, 198 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/ja.po, 615, 1464, 1285, 423, 1937, 117, 458, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/nb.po, 24, 40, 40, 174, 392, 957, 3427, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sq.gmo, 105, 198, 201, 0, 0, 0, 0, 105, 198 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/gl.gmo, 1117, 3700, 4035, 0, 0, 0, 0, 1117, 3700 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/af.gmo, 105, 198, 196, 0, 0, 0, 0, 105, 198 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sl.po, 605, 1412, 1511, 455, 2065, 95, 382, 1155, 3859 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/tr.gmo, 1147, 3819, 3800, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/sk.gmo, 278, 921, 895, 0, 0, 0, 0, 278, 921 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/pl.gmo, 1147, 3819, 3712, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/pt.gmo, 1147, 3819, 3904, 0, 0, 0, 0, 1147, 3819 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/lt.gmo, 724, 1865, 1944, 0, 0, 0, 0, 724, 1865 -xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv, po/it.gmo, 593, 1362, 1409, 0, 0, 0, 0, 593, 1362 -xz-5.2.4-6.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -xz-5.2.4-6.fc31.src.rpm.stats.csv, po/cs.po, 134, 1130, 1130, 7, 67, 20, 195, 161, 1392 -xz-5.2.4-6.fc31.src.rpm.stats.csv, po/de.po, 159, 1378, 1309, 0, 0, 2, 14, 161, 1392 -xz-5.2.4-6.fc31.src.rpm.stats.csv, po/fr.po, 146, 1259, 1449, 0, 0, 15, 133, 161, 1392 -xz-5.2.4-6.fc31.src.rpm.stats.csv, po/it.po, 156, 1360, 1583, 0, 0, 5, 32, 161, 1392 -xz-5.2.4-6.fc31.src.rpm.stats.csv, po/pl.po, 156, 1360, 1303, 0, 0, 5, 32, 161, 1392 -xz-5.2.4-6.fc31.src.rpm.stats.csv, po/vi.po, 156, 1360, 1920, 0, 0, 5, 32, 161, 1392 -xz-5.2.4-6.fc31.src.rpm.stats.csv, po/xz.pot, 0, 0, 0, 0, 0, 161, 1392, 161, 1392 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 104, 448, 385, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.gmo, 104, 452, 424, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/uz.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.gmo, 74, 351, 305, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.gmo, 115, 488, 512, 0, 0, 0, 0, 115, 488 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.gmo, 65, 155, 166, 0, 0, 0, 0, 65, 155 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 104, 452, 435, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.gmo, 151, 597, 501, 0, 0, 0, 0, 151, 597 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.gmo, 99, 430, 351, 0, 0, 0, 0, 99, 430 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 74, 351, 373, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 74, 351, 344, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/uz.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 239, 957, 734, 0, 0, 0, 0, 239, 957 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 67, 284, 336, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.gmo, 238, 956, 989, 0, 0, 0, 0, 238, 956 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.gmo, 73, 348, 276, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 74, 351, 301, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 74, 351, 108, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 121, 506, 506, 0, 0, 0, 0, 121, 506 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 74, 351, 116, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/la.gmo, 13, 13, 24, 0, 0, 0, 0, 13, 13 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 74, 351, 379, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 74, 351, 373, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 70, 293, 278, 0, 0, 3, 55, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 277, 780, 723, 19, 88, 18, 39, 314, 907 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.gmo, 67, 284, 378, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.gmo, 74, 351, 367, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/li.po, 23, 51, 43, 47, 96, 78, 459, 148, 606 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 104, 452, 353, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 74, 351, 311, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 73, 348, 276, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 99, 430, 351, 0, 0, 5, 18, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 104, 448, 390, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/km.gmo, 121, 506, 215, 0, 0, 0, 0, 121, 506 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/crh.gmo, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/az.po, 38, 92, 84, 45, 80, 65, 434, 148, 606 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.gmo, 74, 351, 293, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.po, 73, 172, 170, 34, 74, 41, 360, 148, 606 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 104, 452, 363, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 121, 506, 215, 0, 0, 0, 0, 121, 506 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/he.gmo, 104, 448, 385, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.gmo, 74, 351, 379, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/az.gmo, 38, 92, 84, 0, 0, 0, 0, 38, 92 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 74, 351, 401, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.gmo, 239, 957, 734, 0, 0, 0, 0, 239, 957 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 104, 448, 473, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 74, 351, 116, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/it.gmo, 74, 351, 375, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.gmo, 74, 351, 303, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 73, 348, 332, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 73, 348, 316, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ps.po, 156, 268, 307, 0, 0, 193, 767, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/el.gmo, 74, 351, 358, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 104, 452, 484, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nso.po, 55, 110, 169, 33, 67, 60, 429, 148, 606 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 65, 155, 166, 6, 29, 51, 323, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/th.gmo, 122, 507, 190, 0, 0, 0, 0, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 183, 792, 800, 0, 0, 0, 0, 183, 792 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 74, 351, 304, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.gmo, 38, 92, 90, 0, 0, 0, 0, 38, 92 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 74, 351, 380, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/as.gmo, 104, 452, 437, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.gmo, 239, 957, 501, 0, 0, 0, 0, 239, 957 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 235, 941, 953, 4, 16, 0, 0, 239, 957 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 104, 452, 141, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.gmo, 104, 452, 378, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 74, 351, 281, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 346, 1032, 964, 0, 0, 3, 3, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.gmo, 104, 452, 389, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 60, 84, 124, 0, 0, 190, 925, 250, 1009 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 217, 571, 659, 0, 0, 132, 464, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.gmo, 104, 448, 472, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nso.gmo, 55, 110, 169, 0, 0, 0, 0, 55, 110 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/yelp.pot, 0, 0, 0, 0, 0, 74, 351, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 104, 448, 448, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/la.po, 13, 13, 24, 0, 0, 336, 1022, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 74, 351, 293, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/af.gmo, 277, 780, 723, 0, 0, 0, 0, 277, 780 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 104, 452, 418, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.gmo, 72, 331, 122, 0, 0, 0, 0, 72, 331 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 104, 452, 141, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/xh.po, 151, 597, 501, 0, 0, 0, 0, 151, 597 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 74, 351, 367, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.gmo, 74, 351, 315, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.gmo, 104, 452, 484, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.gmo, 238, 956, 964, 0, 0, 0, 0, 238, 956 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/be.gmo, 122, 507, 409, 0, 0, 0, 0, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/br.po, 100, 176, 215, 22, 42, 235, 876, 357, 1094 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 74, 351, 458, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/es.gmo, 74, 351, 386, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 67, 284, 378, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.gmo, 74, 351, 301, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 74, 351, 386, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 74, 351, 375, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ks.po, 212, 753, 787, 32, 90, 105, 192, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.gmo, 74, 351, 281, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zu.gmo, 38, 92, 85, 0, 0, 0, 0, 38, 92 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.gmo, 74, 351, 401, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/crh.po, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 104, 448, 436, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 74, 351, 305, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 74, 351, 303, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.gmo, 74, 351, 322, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 74, 351, 278, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 122, 507, 397, 0, 0, 0, 0, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/et.gmo, 122, 507, 372, 0, 0, 0, 0, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.gmo, 104, 452, 457, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.gmo, 74, 351, 388, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 74, 351, 108, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.po, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.gmo, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 67, 284, 336, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 104, 452, 435, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.po, 121, 506, 405, 0, 0, 0, 0, 121, 506 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.gmo, 104, 448, 366, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.gmo, 217, 571, 659, 0, 0, 0, 0, 217, 571 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 72, 331, 122, 0, 0, 1, 17, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 104, 452, 457, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.gmo, 104, 448, 473, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.gmo, 74, 351, 286, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 73, 348, 307, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 119, 502, 521, 0, 0, 0, 0, 119, 502 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ku.po, 238, 956, 989, 0, 0, 0, 0, 238, 956 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 74, 351, 277, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.gmo, 74, 351, 277, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 104, 452, 378, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.gmo, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.gmo, 74, 351, 380, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 104, 448, 420, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.gmo, 183, 792, 800, 0, 0, 0, 0, 183, 792 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 239, 957, 501, 0, 0, 0, 0, 239, 957 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.gmo, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.gmo, 74, 351, 278, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/te.gmo, 104, 452, 363, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.gmo, 122, 507, 397, 0, 0, 0, 0, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 74, 351, 388, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/an.po, 104, 448, 495, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.gmo, 104, 452, 353, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 49, 104, 99, 0, 0, 55, 344, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 74, 351, 286, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/li.gmo, 23, 51, 43, 0, 0, 0, 0, 23, 51 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 104, 452, 389, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 74, 351, 322, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 238, 956, 964, 0, 0, 0, 0, 238, 956 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.gmo, 74, 351, 311, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 38, 92, 90, 45, 80, 65, 434, 148, 606 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.gmo, 74, 351, 458, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 67, 284, 269, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 74, 351, 317, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/am.po, 23, 51, 50, 46, 90, 79, 465, 148, 606 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 122, 507, 372, 0, 0, 0, 0, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/zu.po, 38, 92, 85, 45, 80, 65, 434, 148, 606 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.gmo, 346, 1032, 964, 0, 0, 0, 0, 346, 1032 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/am.gmo, 23, 51, 50, 0, 0, 0, 0, 23, 51 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/si.gmo, 60, 84, 124, 0, 0, 0, 0, 60, 84 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 74, 351, 315, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 104, 452, 437, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 115, 488, 512, 0, 0, 0, 0, 115, 488 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ms.gmo, 73, 172, 170, 0, 0, 0, 0, 73, 172 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/br.gmo, 100, 176, 215, 0, 0, 0, 0, 100, 176 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ps.gmo, 156, 268, 307, 0, 0, 0, 0, 156, 268 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 104, 448, 390, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 122, 507, 190, 0, 0, 0, 0, 122, 507 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.gmo, 73, 348, 307, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.gmo, 73, 348, 332, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/is.gmo, 70, 293, 278, 0, 0, 0, 0, 70, 293 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.gmo, 73, 348, 316, 0, 0, 0, 0, 73, 348 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/id.gmo, 74, 351, 319, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.gmo, 104, 452, 374, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 104, 448, 358, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/da.gmo, 74, 351, 304, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/de.gmo, 74, 351, 344, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ks.gmo, 212, 753, 787, 0, 0, 0, 0, 212, 753 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.gmo, 235, 941, 953, 0, 0, 0, 0, 235, 941 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nds.po, 160, 316, 294, 0, 0, 0, 0, 160, 316 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/nds.gmo, 160, 316, 294, 0, 0, 0, 0, 160, 316 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 20, 26, 29, 83, 481, 48, 90, 151, 597 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.gmo, 103, 442, 498, 0, 0, 0, 0, 103, 442 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.gmo, 121, 506, 405, 0, 0, 0, 0, 121, 506 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 104, 448, 366, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.gmo, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 67, 284, 289, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 74, 351, 319, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.gmo, 119, 502, 521, 0, 0, 0, 0, 119, 502 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/an.gmo, 104, 448, 495, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 104, 452, 374, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.gmo, 74, 351, 317, 0, 0, 0, 0, 74, 351 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 103, 442, 499, 0, 0, 1, 6, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.gmo, 67, 284, 269, 0, 0, 0, 0, 67, 284 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.gmo, 104, 448, 436, 0, 0, 0, 0, 104, 448 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/or.gmo, 104, 452, 418, 0, 0, 0, 0, 104, 452 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.gmo, 20, 26, 29, 0, 0, 0, 0, 20, 26 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.gmo, 48, 98, 96, 0, 0, 0, 0, 48, 98 -yelp-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 74, 351, 358, 0, 0, 0, 0, 74, 351 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/he.po, 59, 81, 88, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.gmo, 99, 249, 255, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/uz.gmo, 17, 19, 20, 0, 0, 0, 0, 17, 19 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.gmo, 64, 88, 78, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.gmo, 52, 70, 76, 0, 0, 0, 0, 52, 70 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.gmo, 99, 249, 275, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.po, 99, 249, 249, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.gmo, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 64, 88, 90, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/de.po, 64, 88, 89, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/uz.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.po, 80, 213, 205, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 59, 81, 91, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.gmo, 62, 85, 78, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.po, 62, 85, 75, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.po, 62, 85, 58, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.gmo, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 62, 85, 57, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pt_BR.po, 64, 88, 90, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/is.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/af.po, 59, 81, 84, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.gmo, 59, 81, 96, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.gmo, 62, 85, 87, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.po, 59, 81, 79, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.gmo, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.po, 64, 88, 85, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ml.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ar.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 59, 81, 74, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/km.gmo, 56, 78, 62, 0, 0, 0, 0, 56, 78 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.po, 62, 85, 85, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.gmo, 62, 85, 80, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/te.po, 58, 80, 74, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.po, 33, 41, 41, 0, 0, 0, 0, 33, 41 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/km.po, 56, 78, 62, 0, 0, 1, 0, 57, 78 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/he.gmo, 59, 81, 88, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fur.gmo, 62, 85, 87, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.po, 64, 88, 98, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ka.gmo, 80, 213, 205, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_CN.po, 62, 85, 57, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/it.gmo, 64, 88, 93, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.gmo, 62, 85, 80, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.po, 59, 81, 78, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/el.gmo, 62, 85, 91, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.po, 59, 81, 92, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ga.po, 99, 249, 275, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/th.gmo, 58, 80, 56, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.po, 92, 238, 238, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/da.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.gmo, 80, 213, 224, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.po, 62, 85, 88, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/as.gmo, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.gmo, 92, 238, 170, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.po, 80, 213, 124, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 59, 81, 55, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.gmo, 99, 249, 248, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.po, 62, 85, 73, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.po, 92, 238, 239, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.gmo, 59, 81, 75, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/si.po, 25, 26, 27, 0, 0, 32, 54, 57, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.po, 83, 216, 216, 0, 0, 16, 33, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.gmo, 59, 81, 82, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/en_GB.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/cs.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.po, 92, 238, 228, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/af.gmo, 59, 81, 84, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sk.gmo, 59, 81, 82, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/or.po, 99, 249, 254, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.po, 80, 213, 215, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.gmo, 59, 81, 55, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_HK.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ro.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.gmo, 64, 88, 85, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/hi.gmo, 59, 81, 92, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.gmo, 80, 213, 214, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/be.gmo, 62, 85, 79, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.po, 59, 81, 111, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/es.gmo, 64, 88, 93, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/gd.po, 59, 81, 96, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/lv.gmo, 62, 85, 75, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/es.po, 64, 88, 93, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/it.po, 64, 88, 93, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fi.gmo, 62, 85, 73, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ca.gmo, 64, 88, 98, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.po, 59, 81, 85, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/hu.po, 64, 88, 78, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/hr.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.gmo, 62, 85, 91, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.po, 62, 85, 81, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.po, 59, 81, 89, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/et.gmo, 59, 81, 68, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.gmo, 59, 81, 83, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.gmo, 64, 88, 95, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 62, 85, 58, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.po, 16, 19, 24, 1, 3, 57, 177, 74, 199 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/nn.gmo, 92, 238, 228, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ca@valencia.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 99, 249, 249, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.po, 56, 78, 80, 2, 2, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.gmo, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mai.gmo, 83, 216, 216, 0, 0, 0, 0, 83, 216 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ja.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pa.po, 59, 81, 83, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/nl.gmo, 62, 85, 85, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pt.gmo, 59, 81, 87, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.gmo, 62, 85, 82, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/eo.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.po, 64, 88, 82, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.po, 64, 88, 80, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/lt.gmo, 64, 88, 80, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/uz@cyrillic.gmo, 17, 19, 20, 0, 0, 0, 0, 17, 19 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mr.po, 99, 249, 248, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sq.gmo, 92, 238, 242, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/gl.gmo, 62, 85, 88, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 33, 41, 41, 0, 0, 0, 0, 33, 41 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.gmo, 62, 85, 78, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/gu.po, 99, 249, 255, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/en_CA.gmo, 92, 238, 238, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/dz.po, 92, 238, 170, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/wa.gmo, 16, 19, 24, 0, 0, 0, 0, 16, 19 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/tr.gmo, 62, 85, 81, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/te.gmo, 58, 80, 74, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ug.gmo, 59, 81, 89, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fr.po, 64, 88, 95, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/yelp-xsl.pot, 0, 0, 0, 0, 0, 64, 88, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ta.gmo, 59, 81, 79, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.po, 42, 51, 52, 0, 0, 17, 30, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ko.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bs.po, 59, 81, 75, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sl.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/cy.po, 80, 213, 214, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ru.gmo, 64, 88, 85, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mn.po, 80, 213, 224, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/vi.gmo, 59, 81, 111, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.po, 55, 70, 64, 1, 3, 3, 8, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.po, 62, 85, 84, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/et.po, 59, 81, 68, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/be@latin.gmo, 92, 238, 239, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/si.gmo, 25, 26, 27, 0, 0, 0, 0, 25, 26 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/pl.po, 64, 88, 85, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/as.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ast.po, 52, 70, 76, 0, 0, 0, 0, 52, 70 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sr@latin.po, 59, 81, 74, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/th.po, 58, 80, 56, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/eu.gmo, 64, 88, 82, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/fa.gmo, 59, 81, 87, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/is.gmo, 62, 85, 83, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/nb.gmo, 59, 81, 78, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/id.gmo, 64, 88, 89, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.gmo, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/be.po, 62, 85, 79, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/da.gmo, 62, 85, 83, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/de.gmo, 64, 88, 89, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mg.gmo, 80, 213, 124, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.po, 6, 6, 6, 8, 18, 60, 175, 74, 199 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.gmo, 59, 81, 91, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ky.gmo, 56, 78, 80, 0, 0, 0, 0, 56, 78 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/uk.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bn.gmo, 80, 213, 215, 0, 0, 0, 0, 80, 213 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/bg.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/id.po, 64, 88, 89, 0, 0, 0, 0, 64, 88 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/mk.gmo, 92, 238, 242, 0, 0, 0, 0, 92, 238 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sr.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/kn.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/sv.gmo, 62, 85, 84, 0, 0, 0, 0, 62, 85 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/oc.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/ne.gmo, 55, 70, 64, 0, 0, 0, 0, 55, 70 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/tg.gmo, 59, 81, 85, 0, 0, 0, 0, 59, 81 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/or.gmo, 99, 249, 254, 0, 0, 0, 0, 99, 249 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/rw.gmo, 6, 6, 6, 0, 0, 0, 0, 6, 6 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/kk.gmo, 42, 51, 52, 0, 0, 0, 0, 42, 51 -yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv, po/el.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/uk/uk.po, 259, 2379, 1960, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/da/da.po, 347, 2992, 2576, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/ja/ja.po, 339, 2899, 1208, 0, 0, 0, 0, 339, 2899 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/de/de.po, 342, 2972, 2902, 5, 20, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/ca/ca.po, 259, 2379, 2602, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/sv/sv.po, 347, 2992, 2578, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/pt_BR/pt_BR.po, 347, 2992, 3400, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/zh_CN/zh_CN.po, 338, 2855, 805, 1, 44, 0, 0, 339, 2899 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/gl/gl.po, 325, 2650, 2928, 0, 0, 14, 249, 339, 2899 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/fr/fr.po, 347, 2992, 3503, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/ru/ru.po, 259, 2379, 2133, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/es/es.po, 347, 2992, 3444, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/oc/oc.po, 98, 234, 254, 0, 0, 155, 2091, 253, 2325 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/hu/hu.po, 347, 2992, 2568, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/pl/pl.po, 347, 2992, 2588, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/en_GB/en_GB.po, 257, 2349, 2359, 0, 0, 0, 0, 257, 2349 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/fi/fi.po, 259, 2379, 1580, 0, 0, 0, 0, 259, 2379 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/sl/sl.po, 35, 70, 70, 0, 0, 224, 2309, 259, 2379 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/el/el.po, 347, 2992, 2998, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/cs/cs.po, 347, 2992, 2882, 0, 0, 0, 0, 347, 2992 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/eu/eu.po, 253, 2325, 1920, 0, 0, 0, 0, 253, 2325 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, help/bg/bg.po, 248, 2309, 2326, 0, 0, 0, 0, 248, 2309 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/en_CA.gmo, 130, 559, 568, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.gmo, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.gmo, 199, 896, 823, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/cy.po, 118, 427, 467, 0, 0, 0, 0, 118, 427 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.gmo, 159, 674, 846, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ast.gmo, 142, 612, 699, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.po, 196, 891, 865, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mn.po, 80, 256, 227, 21, 71, 11, 67, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ku.gmo, 18, 20, 20, 0, 0, 0, 0, 18, 20 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ka.gmo, 116, 421, 317, 0, 0, 0, 0, 116, 421 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/am.gmo, 34, 70, 70, 0, 0, 0, 0, 34, 70 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.po, 196, 891, 847, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.gmo, 178, 775, 803, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.gmo, 187, 841, 251, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mg.gmo, 120, 541, 643, 0, 0, 0, 0, 120, 541 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/xh.gmo, 107, 359, 327, 0, 0, 0, 0, 107, 359 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bn.po, 136, 592, 667, 0, 0, 0, 0, 136, 592 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.po, 199, 896, 255, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.gmo, 199, 896, 842, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/af.po, 27, 88, 82, 0, 0, 134, 598, 161, 686 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/az.po, 82, 272, 251, 20, 70, 10, 52, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/en_CA.po, 130, 559, 568, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.po, 199, 896, 923, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ps.po, 82, 210, 217, 0, 0, 53, 372, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/nn.po, 159, 674, 613, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.gmo, 199, 896, 783, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/be.gmo, 199, 896, 861, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/cy.gmo, 118, 427, 467, 0, 0, 0, 0, 118, 427 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.gmo, 171, 742, 833, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.po, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/be.po, 199, 896, 861, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.po, 199, 896, 869, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/es.gmo, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/he.po, 175, 834, 839, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.po, 80, 335, 296, 0, 0, 116, 556, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.gmo, 178, 775, 644, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/it.po, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.po, 199, 896, 790, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sq.gmo, 135, 582, 701, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.po, 199, 896, 837, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.po, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.gmo, 199, 896, 272, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/tg.gmo, 36, 76, 86, 0, 0, 0, 0, 36, 76 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/as.po, 187, 841, 870, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.gmo, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/nl.po, 199, 896, 842, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.po, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bn_IN.po, 159, 674, 846, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/be@latin.po, 135, 582, 541, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.po, 159, 674, 658, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.gmo, 171, 823, 260, 0, 0, 0, 0, 171, 823 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.po, 178, 775, 712, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/si.gmo, 130, 559, 586, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/th.gmo, 196, 891, 322, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/is.gmo, 55, 139, 119, 0, 0, 0, 0, 55, 139 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/nb.gmo, 196, 891, 847, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.po, 199, 896, 756, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.gmo, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.po, 174, 751, 685, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/xh.po, 107, 359, 327, 1, 6, 4, 29, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.po, 167, 680, 531, 23, 144, 9, 72, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/es.po, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ga.po, 89, 329, 345, 0, 0, 47, 260, 136, 589 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/nn.gmo, 159, 674, 613, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.gmo, 199, 896, 885, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/de.gmo, 199, 896, 835, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.po, 199, 896, 805, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mi.po, 0, 0, 0, 34, 99, 78, 295, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/it.gmo, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ug.gmo, 178, 775, 712, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ar.gmo, 159, 674, 658, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/as.gmo, 187, 841, 870, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bn.gmo, 136, 592, 667, 0, 0, 0, 0, 136, 592 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.gmo, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/tg.po, 36, 76, 86, 0, 0, 142, 699, 178, 775 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/rw.po, 9, 13, 12, 91, 341, 12, 40, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/he.gmo, 175, 834, 839, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/et.gmo, 180, 783, 639, 0, 0, 0, 0, 180, 783 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/hi.po, 171, 742, 833, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/oc.po, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.po, 190, 877, 846, 0, 0, 0, 0, 190, 877 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.gmo, 130, 559, 564, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.po, 198, 881, 787, 0, 0, 1, 15, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/am.po, 34, 70, 70, 16, 50, 62, 274, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ka.po, 116, 421, 317, 0, 0, 4, 120, 120, 541 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/eu.gmo, 199, 896, 756, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.po, 135, 582, 559, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/af.gmo, 27, 88, 82, 0, 0, 0, 0, 27, 88 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/id.po, 199, 896, 845, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/el.po, 199, 896, 986, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.gmo, 199, 896, 789, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.po, 196, 891, 913, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.po, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mg.po, 120, 541, 643, 0, 0, 0, 0, 120, 541 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ms.gmo, 82, 272, 245, 0, 0, 0, 0, 82, 272 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.gmo, 135, 582, 535, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ga.gmo, 89, 329, 345, 0, 0, 0, 0, 89, 329 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fur.gmo, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/uk.gmo, 174, 751, 685, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.po, 199, 896, 920, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.po, 199, 896, 803, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/en@shaw.gmo, 142, 612, 613, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mai.gmo, 128, 551, 581, 0, 0, 0, 0, 128, 551 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ca@valencia.gmo, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/si.po, 130, 559, 586, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.po, 174, 751, 942, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/de.po, 199, 896, 835, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/vi.gmo, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fur.po, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sr@latin.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ast.po, 142, 612, 699, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/or.gmo, 159, 674, 690, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ps.gmo, 82, 210, 217, 0, 0, 0, 0, 82, 210 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/lv.po, 199, 896, 789, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pt.gmo, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.gmo, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/te.gmo, 171, 742, 640, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/dz.po, 129, 554, 267, 0, 0, 0, 0, 129, 554 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sr.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mr.gmo, 135, 582, 559, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/el.gmo, 199, 896, 986, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/da.gmo, 199, 896, 753, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pl.gmo, 199, 896, 923, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ru.gmo, 196, 891, 865, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/kk.gmo, 80, 335, 296, 0, 0, 0, 0, 80, 335 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mai.po, 128, 551, 581, 0, 0, 6, 28, 134, 579 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/or.po, 159, 674, 690, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bg.gmo, 174, 751, 942, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ta.po, 178, 775, 644, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mn.gmo, 80, 256, 227, 0, 0, 0, 0, 80, 256 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/id.gmo, 199, 896, 845, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/hr.po, 199, 896, 823, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mk.po, 135, 582, 598, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fa.po, 178, 775, 803, 0, 0, 0, 0, 178, 775 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/mk.gmo, 135, 582, 598, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ne.po, 130, 559, 564, 0, 0, 0, 0, 130, 559 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sv.gmo, 199, 896, 805, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/lt.gmo, 199, 896, 790, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.po, 199, 896, 793, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_TW.po, 199, 896, 272, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.gmo, 174, 751, 802, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/eo.gmo, 198, 881, 787, 0, 0, 0, 0, 198, 881 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/en_GB.gmo, 196, 891, 913, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ro.po, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_HK.po, 187, 841, 251, 0, 0, 0, 0, 187, 841 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/is.po, 55, 139, 119, 34, 125, 23, 130, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/zh_CN.gmo, 199, 896, 255, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sq.po, 135, 582, 701, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fr.po, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sk.gmo, 199, 896, 920, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/rw.gmo, 9, 13, 12, 0, 0, 0, 0, 9, 13 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/tr.gmo, 199, 896, 793, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/fi.gmo, 167, 680, 531, 0, 0, 0, 0, 167, 680 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/sl.po, 199, 896, 885, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/zenity.pot, 0, 0, 0, 0, 0, 199, 896, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ku.po, 18, 20, 20, 1, 4, 93, 370, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.po, 159, 674, 694, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/be@latin.gmo, 135, 582, 541, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pa.po, 174, 751, 802, 0, 0, 0, 0, 174, 751 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/gu.gmo, 159, 674, 694, 0, 0, 0, 0, 159, 674 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ja.po, 171, 823, 260, 2, 9, 2, 2, 175, 834 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/az.gmo, 82, 272, 251, 0, 0, 0, 0, 82, 272 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/gl.gmo, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ml.po, 199, 896, 783, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/te.po, 171, 742, 640, 0, 0, 0, 0, 171, 742 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/kn.po, 135, 582, 535, 0, 0, 0, 0, 135, 582 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/et.po, 180, 783, 639, 0, 0, 0, 0, 180, 783 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/bs.gmo, 190, 877, 846, 0, 0, 0, 0, 190, 877 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/en@shaw.po, 142, 612, 613, 0, 0, 0, 0, 142, 612 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ko.gmo, 199, 896, 803, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/da.po, 199, 896, 753, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/th.po, 196, 891, 322, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ca.po, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/hu.gmo, 199, 896, 837, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/dz.gmo, 129, 554, 267, 0, 0, 0, 0, 129, 554 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/ms.po, 82, 272, 245, 20, 70, 10, 52, 112, 394 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/pt_BR.po, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -zenity-3.32.0-2.fc31.src.rpm.stats.csv, po/cs.gmo, 199, 896, 869, 0, 0, 0, 0, 199, 896 diff --git a/results/f31/_srpm.errors.txt b/results/f31/_srpm.errors.txt deleted file mode 100644 index eb3c310..0000000 --- a/results/f31/_srpm.errors.txt +++ /dev/null @@ -1,111 +0,0 @@ -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: L'archive contient « 9\0\213\003#,\236\034 » alors qu'une valeur numérique de type mode_t est attendue. -tar: L'archive contient « 808\0Dellfeld » alors qu'une valeur numérique de type time_t est attendue. -tar: L'archive contient « 808\0Stel » alors qu'une valeur numérique de type uid_t est attendue. -tar: L'archive contient « zenberg » alors qu'une valeur numérique de type gid_t est attendue. -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: L'archive contient « 9\0\213\003#,\236\034 » alors qu'une valeur numérique de type mode_t est attendue. -tar: L'archive contient « 808\0Dellfeld » alors qu'une valeur numérique de type time_t est attendue. -tar: L'archive contient « 808\0Stel » alors qu'une valeur numérique de type uid_t est attendue. -tar: L'archive contient « zenberg » alors qu'une valeur numérique de type gid_t est attendue. -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -caution: filename not matched: -q -caution: filename not matched: -q -caution: filename not matched: -q -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes -tar: Ceci ne ressemble pas à une archive de type « tar » -tar: On saute à l'en-tête suivant -tar: Arrêt avec code d'échec à cause des erreurs précédentes diff --git a/results/f31/_srpm.out.txt b/results/f31/_srpm.out.txt deleted file mode 100644 index 8022043..0000000 --- a/results/f31/_srpm.out.txt +++ /dev/null @@ -1,1435 +0,0 @@ - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a zip -Archive: libdnet-1.12-boundary-20181005.zip -a828b571e1475fb02674c9a7d4c276a93b2794e6 - archive is a xz - archive is a tgz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a zip -Archive: setuptools-41.2.0.zip - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a zip -Archive: AbyssinicaSIL1.200.zip - archive is a zip -Archive: comfortaa___font_by_aajohan-d1qr019.zip - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a tgz - archive is a tgz - archive is a tgz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a zip -Archive: en_GB.zip - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a tgz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a zip -Archive: jomolhari-alpha003c.zip - archive is a gz - archive is a zip -Archive: Symbola.zip - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a zip -Archive: STIXv1.1.0.zip - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a zip -Archive: All_KhmerOS_5.0.zip - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a tgz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a zip -Archive: UCD.zip - archive is a zip -Archive: Unihan.zip - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a tgz - archive is a gz - archive is a tgz - archive is a tgz - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a tgz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a tgz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a tgz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a tgz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a zip -Archive: padauk-3.003.zip - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a zip -Archive: olefile-0.46.zip - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a tgz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a tgz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a zip -Archive: noto-fonts-a5e21f60336d8b9b76a0f230d07dd59e12d6da80.zip -a5e21f60336d8b9b76a0f230d07dd59e12d6da80 - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a tgz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a zip -Archive: PTSansOFL.zip - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a tgz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a gz - archive is a xz - archive is a bz2 - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a zip -Archive: v153.zip -aa22264eda62acb870e2ad1ae0faaa2f702602ff - archive is a gz - archive is a gz - archive is a xz - archive is a bz2 - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a tgz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a zip -Archive: Mingzat-0.100.zip - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a tgz - archive is a bz2 - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a bz2 - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a xz - archive is a bz2 - archive is a xz - archive is a bz2 - archive is a xz - archive is a gz - archive is a xz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a tgz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a gz - archive is a xz - archive is a xz - archive is a gz - archive is a gz - archive is a gz - archive is a bz2 - archive is a gz diff --git a/results/f31/abattis-cantarell-fonts-0.111-3.fc31.src.rpm.errors.txt b/results/f31/abattis-cantarell-fonts-0.111-3.fc31.src.rpm.errors.txt deleted file mode 100644 index b3b6004..0000000 --- a/results/f31/abattis-cantarell-fonts-0.111-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./appstream/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./appstream/org.gnome.cantarell.metainfo.xml.in) -translate.tools.pocount: ERROR: Unknown filetype (./appstream/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./appstream/POTFILES.in) diff --git a/results/f31/abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv b/results/f31/abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv deleted file mode 100644 index 1044067..0000000 --- a/results/f31/abattis-cantarell-fonts-0.111-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,34 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -appstream/sr@latin.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -appstream/oc.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -appstream/da.po, 3, 27, 21, 0, 0, 0, 0, 3, 27 -appstream/es.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 -appstream/gl.po, 3, 27, 39, 0, 0, 0, 0, 3, 27 -appstream/ro.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -appstream/de.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -appstream/id.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -appstream/sv.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/is.po, 3, 27, 28, 0, 0, 0, 0, 3, 27 -appstream/lv.po, 3, 27, 25, 0, 0, 0, 0, 3, 27 -appstream/el.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -appstream/hr.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/ca.po, 3, 27, 40, 0, 0, 0, 0, 3, 27 -appstream/pt_BR.po, 3, 27, 29, 0, 0, 0, 0, 3, 27 -appstream/zh_CN.po, 3, 27, 7, 0, 0, 0, 0, 3, 27 -appstream/tr.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -appstream/pa.po, 3, 27, 35, 0, 0, 0, 0, 3, 27 -appstream/sk.po, 3, 27, 26, 0, 0, 0, 0, 3, 27 -appstream/zh_TW.po, 3, 27, 6, 0, 0, 0, 0, 3, 27 -appstream/pl.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -appstream/hu.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -appstream/sl.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/lt.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/fr.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -appstream/ko.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -appstream/sr.po, 3, 27, 23, 0, 0, 0, 0, 3, 27 -appstream/it.po, 3, 27, 37, 0, 0, 0, 0, 3, 27 -appstream/cs.po, 3, 27, 22, 0, 0, 0, 0, 3, 27 -appstream/fur.po, 3, 27, 32, 0, 0, 0, 0, 3, 27 -appstream/fi.po, 3, 27, 19, 0, 0, 0, 0, 3, 27 -appstream/ru.po, 3, 27, 24, 0, 0, 0, 0, 3, 27 -appstream/nl.po, 3, 27, 27, 0, 0, 0, 0, 3, 27 diff --git a/results/f31/abrt-2.12.2-1.fc31.src.rpm.errors.txt b/results/f31/abrt-2.12.2-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 4ff9de3..0000000 --- a/results/f31/abrt-2.12.2-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/abrt-2.12.2-1.fc31.src.rpm.stats.csv b/results/f31/abrt-2.12.2-1.fc31.src.rpm.stats.csv deleted file mode 100644 index a51ddcb..0000000 --- a/results/f31/abrt-2.12.2-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,108 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/eo.po, 34, 198, 175, 0, 0, 442, 3771, 476, 3969 -po/ro.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/zh_HK.po, 1, 2, 1, 0, 0, 475, 3967, 476, 3969 -po/bg.po, 153, 1116, 1228, 0, 0, 323, 2853, 476, 3969 -po/mk.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ne.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/sk.po, 316, 2414, 2332, 0, 0, 160, 1555, 476, 3969 -po/brx.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/af.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ks.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/hy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/si.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/bal.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/es.po, 476, 3969, 4863, 0, 0, 0, 0, 476, 3969 -po/xh.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/he.po, 47, 407, 376, 0, 0, 429, 3562, 476, 3969 -po/uz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/cs.po, 476, 3969, 3718, 0, 0, 0, 0, 476, 3969 -po/zh_CN.po, 476, 3969, 1413, 0, 0, 0, 0, 476, 3969 -po/as.po, 328, 2488, 2595, 0, 0, 148, 1481, 476, 3969 -po/dz.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/kk.po, 11, 13, 16, 0, 0, 465, 3956, 476, 3969 -po/tr.po, 250, 1915, 1606, 0, 0, 226, 2054, 476, 3969 -po/is.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ko.po, 368, 2835, 2449, 0, 0, 108, 1134, 476, 3969 -po/lt.po, 476, 3969, 3442, 0, 0, 0, 0, 476, 3969 -po/da.po, 476, 3969, 3749, 0, 0, 0, 0, 476, 3969 -po/mg.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ky.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/sr.po, 476, 3969, 4034, 0, 0, 0, 0, 476, 3969 -po/zh_TW.po, 476, 3969, 1335, 0, 0, 0, 0, 476, 3969 -po/pt_BR.po, 476, 3969, 4511, 0, 0, 0, 0, 476, 3969 -po/cy.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/nl.po, 476, 3969, 4192, 0, 0, 0, 0, 476, 3969 -po/id.po, 55, 363, 341, 0, 0, 421, 3606, 476, 3969 -po/sv.po, 476, 3969, 3778, 0, 0, 0, 0, 476, 3969 -po/bo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/am.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/zu.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ja.po, 476, 3969, 1407, 0, 0, 0, 0, 476, 3969 -po/ca.po, 476, 3969, 5170, 0, 0, 0, 0, 476, 3969 -po/wo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/nn.po, 4, 18, 19, 0, 0, 472, 3951, 476, 3969 -po/bn_IN.po, 340, 2546, 2780, 0, 0, 136, 1423, 476, 3969 -po/kn.po, 341, 2564, 2358, 0, 0, 135, 1405, 476, 3969 -po/ru_RU.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/fur.po, 143, 997, 1210, 0, 0, 333, 2972, 476, 3969 -po/ar.po, 14, 149, 129, 0, 0, 462, 3820, 476, 3969 -po/ia.po, 83, 567, 691, 0, 0, 393, 3402, 476, 3969 -po/no.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/de.po, 476, 3969, 3905, 0, 0, 0, 0, 476, 3969 -po/en_US.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/it.po, 476, 3969, 4384, 0, 0, 0, 0, 476, 3969 -po/el.po, 19, 151, 176, 0, 0, 457, 3818, 476, 3969 -po/ku.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ru.po, 476, 3969, 3808, 0, 0, 0, 0, 476, 3969 -po/az.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/hi.po, 340, 2546, 3067, 0, 0, 136, 1423, 476, 3969 -po/gl.po, 81, 603, 745, 0, 0, 395, 3366, 476, 3969 -po/tl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/eu.po, 48, 307, 275, 1, 14, 427, 3648, 476, 3969 -po/ga.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/br.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ta.po, 342, 2566, 2293, 0, 0, 134, 1403, 476, 3969 -po/be.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/ach.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/fi.po, 280, 1656, 1286, 0, 0, 196, 2313, 476, 3969 -po/sr@latin.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -po/ur.po, 12, 92, 139, 0, 0, 464, 3877, 476, 3969 -po/en_GB.po, 249, 2212, 2211, 0, 0, 227, 1757, 476, 3969 -po/ka.po, 17, 64, 57, 0, 0, 459, 3905, 476, 3969 -po/ms.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/pa.po, 284, 2105, 2429, 0, 0, 192, 1864, 476, 3969 -po/nb.po, 56, 242, 245, 0, 0, 420, 3727, 476, 3969 -po/nds.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -po/fr.po, 476, 3969, 4841, 0, 0, 0, 0, 476, 3969 -po/th.po, 143, 1204, 587, 0, 0, 333, 2765, 476, 3969 -po/fa.po, 17, 64, 78, 0, 0, 459, 3905, 476, 3969 -po/nso.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/vi.po, 7, 24, 45, 0, 0, 469, 3945, 476, 3969 -po/sl.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/mr.po, 340, 2563, 2428, 2, 7, 134, 1399, 476, 3969 -po/bs.po, 19, 150, 157, 0, 0, 457, 3819, 476, 3969 -po/km.po, 41, 303, 97, 0, 0, 435, 3666, 476, 3969 -po/mai.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/tg.po, 4, 10, 11, 0, 0, 472, 3959, 476, 3969 -po/pl.po, 476, 3969, 3953, 0, 0, 0, 0, 476, 3969 -po/gu.po, 341, 2564, 2821, 0, 0, 135, 1405, 476, 3969 -po/my.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/or.po, 340, 2546, 2653, 0, 0, 136, 1423, 476, 3969 -po/ilo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/bn.po, 128, 927, 1039, 0, 0, 348, 3042, 476, 3969 -po/uk.po, 476, 3969, 4321, 0, 0, 0, 0, 476, 3969 -po/hu.po, 476, 3969, 3981, 0, 0, 0, 0, 476, 3969 -po/aln.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/la.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/mn.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/sq.po, 476, 3969, 4685, 0, 0, 0, 0, 476, 3969 -po/lo.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/pt.po, 183, 1321, 1518, 14, 126, 279, 2522, 476, 3969 -po/ml.po, 342, 2549, 2040, 1, 5, 133, 1415, 476, 3969 -po/ast.po, 1, 1, 1, 0, 0, 475, 3968, 476, 3969 -po/hr.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/et.po, 148, 1034, 898, 0, 0, 328, 2935, 476, 3969 -po/de_CH.po, 0, 0, 0, 0, 0, 390, 3230, 390, 3230 -po/te.po, 341, 2564, 2189, 0, 0, 135, 1405, 476, 3969 -po/lv.po, 19, 64, 55, 0, 0, 457, 3905, 476, 3969 diff --git a/results/f31/accountsservice-0.6.55-1.fc31.src.rpm.errors.txt b/results/f31/accountsservice-0.6.55-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 981fe0f..0000000 --- a/results/f31/accountsservice-0.6.55-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,10 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/accountsservice-0.6.55-1.fc31.src.rpm.stats.csv b/results/f31/accountsservice-0.6.55-1.fc31.src.rpm.stats.csv deleted file mode 100644 index a8f572a..0000000 --- a/results/f31/accountsservice-0.6.55-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,76 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 10, 59, 13, 0, 0, 0, 0, 10, 59 -po/zh_HK.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/zh_CN.po, 10, 59, 13, 0, 0, 0, 0, 10, 59 -po/wa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/vi.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/uk.po, 10, 59, 60, 0, 0, 0, 0, 10, 59 -po/tr.po, 10, 59, 58, 0, 0, 0, 0, 10, 59 -po/th.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/te.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ta.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/sv.po, 10, 59, 52, 0, 0, 0, 0, 10, 59 -po/sr@latin.po, 10, 59, 67, 0, 0, 0, 0, 10, 59 -po/sr.po, 10, 59, 67, 0, 0, 0, 0, 10, 59 -po/sq.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/sl.po, 10, 59, 55, 0, 0, 0, 0, 10, 59 -po/sk.po, 10, 59, 61, 0, 0, 0, 0, 10, 59 -po/ru.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -po/ro.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/pt_BR.po, 10, 59, 69, 0, 0, 0, 0, 10, 59 -po/pt.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -po/pl.po, 12, 73, 66, 0, 0, 0, 0, 12, 73 -po/pa.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -po/or.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/oc.po, 10, 59, 73, 0, 0, 0, 0, 10, 59 -po/nn.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/nl.po, 10, 59, 55, 0, 0, 0, 0, 10, 59 -po/nb.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ms.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/mr.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ml.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/lv.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -po/lt.po, 12, 73, 67, 0, 0, 0, 0, 12, 73 -po/ky.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ko.po, 10, 59, 49, 0, 0, 0, 0, 10, 59 -po/kn.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/kk.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -po/ka.po, 10, 59, 52, 0, 0, 0, 0, 10, 59 -po/ja.po, 10, 59, 12, 0, 0, 0, 0, 10, 59 -po/it.po, 12, 73, 84, 0, 0, 0, 0, 12, 73 -po/id.po, 10, 59, 56, 0, 0, 0, 0, 10, 59 -po/ia.po, 10, 59, 80, 0, 0, 0, 0, 10, 59 -po/hu.po, 10, 59, 50, 0, 0, 0, 0, 10, 59 -po/hr.po, 10, 59, 57, 0, 0, 0, 0, 10, 59 -po/hi.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/he.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/gu.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/gl.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -po/ga.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/fur.po, 10, 59, 80, 0, 0, 0, 0, 10, 59 -po/fr.po, 10, 59, 78, 0, 0, 0, 0, 10, 59 -po/fo.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/fi.po, 10, 59, 39, 0, 0, 0, 0, 10, 59 -po/fa.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/eu.po, 10, 59, 48, 0, 0, 0, 0, 10, 59 -po/et.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/es.po, 10, 59, 72, 0, 0, 0, 0, 10, 59 -po/eo.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -po/en_GB.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -po/en.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -po/el.po, 10, 59, 62, 0, 0, 0, 0, 10, 59 -po/de.po, 10, 59, 60, 0, 0, 0, 0, 10, 59 -po/da.po, 12, 73, 73, 0, 0, 0, 0, 12, 73 -po/cy.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/cs.po, 10, 59, 59, 0, 0, 0, 0, 10, 59 -po/ca@valencia.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ca.po, 10, 59, 80, 0, 0, 0, 0, 10, 59 -po/bn_IN.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/bg.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/be.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/az.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ast.po, 10, 59, 76, 0, 0, 0, 0, 10, 59 -po/as.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/ar.po, 10, 59, 53, 0, 0, 0, 0, 10, 59 -po/af.po, 0, 0, 0, 0, 0, 10, 59, 10, 59 -po/accounts-service.pot, 0, 0, 0, 0, 0, 10, 59, 10, 59 diff --git a/results/f31/acl-2.2.53-4.fc31.src.rpm.errors.txt b/results/f31/acl-2.2.53-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 656855d..0000000 --- a/results/f31/acl-2.2.53-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 8: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 7: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 8: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f31/acl-2.2.53-4.fc31.src.rpm.stats.csv b/results/f31/acl-2.2.53-4.fc31.src.rpm.stats.csv deleted file mode 100644 index c707539..0000000 --- a/results/f31/acl-2.2.53-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,15 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/gl.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 -po/en@boldquot.po, 52, 500, 502, 0, 0, 0, 0, 52, 500 -po/sv.po, 49, 395, 380, 3, 105, 0, 0, 52, 500 -po/acl.pot, 0, 0, 0, 0, 0, 52, 500, 52, 500 -po/en@boldquot.gmo, 52, 500, 502, 0, 0, 0, 0, 52, 500 -po/en@quot.po, 52, 500, 500, 0, 0, 0, 0, 52, 500 -po/fr.po, 48, 370, 424, 4, 130, 0, 0, 52, 500 -po/pl.po, 49, 395, 400, 3, 105, 0, 0, 52, 500 -po/es.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -po/en@quot.gmo, 52, 500, 500, 0, 0, 0, 0, 52, 500 -po/de.gmo, 49, 395, 362, 0, 0, 0, 0, 49, 395 -po/gl.po, 49, 395, 447, 3, 105, 0, 0, 52, 500 -po/de.po, 49, 395, 362, 3, 105, 0, 0, 52, 500 -po/es.gmo, 49, 395, 447, 0, 0, 0, 0, 49, 395 diff --git a/results/f31/alsa-utils-1.1.9-2.fc31.src.rpm.errors.txt b/results/f31/alsa-utils-1.1.9-2.fc31.src.rpm.errors.txt deleted file mode 100644 index c6e5308..0000000 --- a/results/f31/alsa-utils-1.1.9-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./alsaconf/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv b/results/f31/alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv deleted file mode 100644 index fafeab1..0000000 --- a/results/f31/alsa-utils-1.1.9-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,11 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -alsaconf/po/ru.po, 34, 407, 373, 1, 130, 1, 1, 36, 538 -alsaconf/po/ja.po, 35, 537, 213, 0, 0, 1, 1, 36, 538 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.gmo, 245, 1080, 594, 0, 0, 0, 0, 245, 1080 -po/de.gmo, 294, 1260, 1171, 0, 0, 0, 0, 294, 1260 -po/alsa-utils.pot, 0, 0, 0, 0, 0, 323, 1794, 323, 1794 -po/fr.po, 264, 1144, 1449, 22, 481, 37, 169, 323, 1794 -po/ja.po, 245, 1080, 594, 23, 492, 55, 222, 323, 1794 -po/de.po, 294, 1260, 1171, 21, 480, 8, 54, 323, 1794 -po/fr.gmo, 264, 1144, 1449, 0, 0, 0, 0, 264, 1144 diff --git a/results/f31/anaconda-31.22.6-2.fc31.src.rpm.errors.txt b/results/f31/anaconda-31.22.6-2.fc31.src.rpm.errors.txt deleted file mode 100644 index c7e98f2..0000000 --- a/results/f31/anaconda-31.22.6-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) diff --git a/results/f31/anaconda-31.22.6-2.fc31.src.rpm.stats.csv b/results/f31/anaconda-31.22.6-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 95579bf..0000000 --- a/results/f31/anaconda-31.22.6-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,100 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nb.po, 726, 3244, 2967, 8, 17, 555, 4562, 1289, 7823 -po/kn.po, 765, 3909, 3510, 3, 32, 521, 3882, 1289, 7823 -po/lv.po, 46, 243, 193, 0, 0, 1243, 7580, 1289, 7823 -po/or.po, 452, 2431, 2483, 0, 0, 837, 5392, 1289, 7823 -po/nso.po, 14, 66, 90, 0, 0, 1275, 7757, 1289, 7823 -po/bn.po, 37, 227, 240, 0, 0, 1252, 7596, 1289, 7823 -po/br.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/si.po, 40, 225, 224, 0, 0, 1249, 7598, 1289, 7823 -po/bal.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/he.po, 1183, 6713, 6049, 0, 0, 106, 1110, 1289, 7823 -po/ca.po, 1266, 7566, 8951, 0, 0, 23, 257, 1289, 7823 -po/zh_CN.po, 1255, 7548, 2430, 0, 0, 34, 275, 1289, 7823 -po/is.po, 23, 112, 107, 0, 0, 1266, 7711, 1289, 7823 -po/vi.po, 14, 66, 64, 0, 0, 1275, 7757, 1289, 7823 -po/be.po, 1283, 7785, 6922, 0, 0, 6, 38, 1289, 7823 -po/nn.po, 35, 243, 201, 0, 0, 1254, 7580, 1289, 7823 -po/fa.po, 149, 476, 555, 0, 0, 1140, 7347, 1289, 7823 -po/fr.po, 1288, 7800, 9331, 0, 0, 1, 23, 1289, 7823 -po/ga.po, 248, 452, 504, 0, 0, 1041, 7371, 1289, 7823 -po/anp.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/tr.po, 1194, 6962, 5741, 0, 0, 95, 861, 1289, 7823 -po/yo.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/ia.po, 629, 2944, 3325, 0, 0, 660, 4879, 1289, 7823 -po/mai.po, 24, 144, 176, 0, 0, 1265, 7679, 1289, 7823 -po/ja.po, 1241, 7423, 2413, 0, 0, 48, 400, 1289, 7823 -po/kw_GB.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/ne.po, 17, 79, 76, 0, 0, 1272, 7744, 1289, 7823 -po/pl.po, 1289, 7823, 7366, 0, 0, 0, 0, 1289, 7823 -po/pa.po, 862, 3475, 4066, 0, 0, 427, 4348, 1289, 7823 -po/nds.po, 4, 8, 7, 0, 0, 1285, 7815, 1289, 7823 -po/mn.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/tw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/gu.po, 780, 3504, 4109, 0, 0, 509, 4319, 1289, 7823 -po/ast.po, 32, 192, 194, 0, 0, 1257, 7631, 1289, 7823 -po/ru.po, 1283, 7785, 6742, 0, 0, 6, 38, 1289, 7823 -po/sq.po, 992, 5599, 6581, 0, 0, 297, 2224, 1289, 7823 -po/bg.po, 956, 5425, 5592, 0, 0, 333, 2398, 1289, 7823 -po/ta.po, 861, 4632, 4203, 0, 0, 428, 3191, 1289, 7823 -po/id.po, 1276, 7729, 7340, 0, 0, 13, 94, 1289, 7823 -po/fil.po, 92, 540, 615, 1, 14, 1196, 7269, 1289, 7823 -po/ml.po, 426, 2237, 1766, 0, 0, 863, 5586, 1289, 7823 -po/af.po, 901, 4446, 4475, 21, 183, 367, 3194, 1289, 7823 -po/zh_TW.po, 1244, 7454, 2268, 0, 0, 45, 369, 1289, 7823 -po/nl.po, 1289, 7823, 7833, 0, 0, 0, 0, 1289, 7823 -po/ms.po, 16, 71, 64, 0, 0, 1273, 7752, 1289, 7823 -po/kw@uccor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/te.po, 441, 2324, 1890, 0, 0, 848, 5499, 1289, 7823 -po/sk.po, 1289, 7823, 7331, 0, 0, 0, 0, 1289, 7823 -po/fur.po, 1261, 7635, 8813, 0, 0, 28, 188, 1289, 7823 -po/zh_HK.po, 231, 1091, 341, 0, 0, 1058, 6732, 1289, 7823 -po/de_CH.po, 20, 125, 119, 0, 0, 1269, 7698, 1289, 7823 -po/sv.po, 1289, 7823, 7198, 0, 0, 0, 0, 1289, 7823 -po/lt.po, 1289, 7823, 6451, 0, 0, 0, 0, 1289, 7823 -po/am.po, 14, 66, 58, 0, 0, 1275, 7757, 1289, 7823 -po/bo.po, 1, 1, 1, 0, 0, 1288, 7822, 1289, 7823 -po/eo.po, 1101, 5681, 5219, 32, 152, 156, 1990, 1289, 7823 -po/cy.po, 14, 66, 67, 0, 0, 1275, 7757, 1289, 7823 -po/as.po, 877, 4754, 5125, 0, 0, 412, 3069, 1289, 7823 -po/sl.po, 17, 79, 67, 0, 0, 1272, 7744, 1289, 7823 -po/pt_BR.po, 1228, 7304, 7924, 0, 0, 61, 519, 1289, 7823 -po/uk.po, 1289, 7823, 7780, 0, 0, 0, 0, 1289, 7823 -po/brx.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/ka.po, 314, 705, 636, 0, 0, 975, 7118, 1289, 7823 -po/mk.po, 17, 79, 77, 0, 0, 1272, 7744, 1289, 7823 -po/hu.po, 1283, 7785, 7073, 0, 0, 6, 38, 1289, 7823 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/gl.po, 304, 1390, 1654, 0, 0, 985, 6433, 1289, 7823 -po/el.po, 34, 191, 197, 0, 0, 1255, 7632, 1289, 7823 -po/it.po, 1086, 6207, 6473, 6, 46, 197, 1570, 1289, 7823 -po/da.po, 1289, 7823, 7104, 0, 0, 0, 0, 1289, 7823 -po/eu.po, 213, 487, 467, 0, 0, 1076, 7336, 1289, 7823 -po/ko.po, 1239, 7373, 6068, 0, 0, 50, 450, 1289, 7823 -po/ro.po, 1062, 5952, 6431, 0, 0, 227, 1871, 1289, 7823 -po/tg.po, 16, 46, 48, 0, 0, 1273, 7777, 1289, 7823 -po/cs.po, 1289, 7823, 7205, 0, 0, 0, 0, 1289, 7823 -po/wba.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/bn_IN.po, 886, 4866, 5240, 0, 0, 403, 2957, 1289, 7823 -po/en_GB.po, 37, 227, 227, 0, 0, 1252, 7596, 1289, 7823 -po/pt.po, 322, 1179, 1330, 0, 0, 967, 6644, 1289, 7823 -po/sr.po, 1186, 6620, 6363, 0, 0, 103, 1203, 1289, 7823 -po/hr.po, 984, 5512, 5130, 0, 0, 305, 2311, 1289, 7823 -po/ilo.po, 14, 66, 77, 0, 0, 1275, 7757, 1289, 7823 -po/th.po, 166, 645, 307, 0, 0, 1123, 7178, 1289, 7823 -po/ar.po, 554, 2592, 2531, 0, 0, 735, 5231, 1289, 7823 -po/sr@latin.po, 28, 170, 159, 0, 0, 1261, 7653, 1289, 7823 -po/zu.po, 11, 52, 37, 0, 0, 1278, 7771, 1289, 7823 -po/fi.po, 1001, 5232, 3899, 0, 0, 288, 2591, 1289, 7823 -po/et.po, 171, 559, 475, 0, 0, 1118, 7264, 1289, 7823 -po/km.po, 276, 2280, 1052, 0, 0, 1013, 5543, 1289, 7823 -po/kw.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/hi.po, 426, 2151, 2511, 0, 0, 863, 5672, 1289, 7823 -po/de.po, 1256, 7553, 7179, 0, 0, 33, 270, 1289, 7823 -po/bs.po, 18, 93, 79, 0, 0, 1271, 7730, 1289, 7823 -po/es.po, 1281, 7740, 8750, 0, 0, 8, 83, 1289, 7823 -po/ky.po, 0, 0, 0, 0, 0, 1198, 7236, 1198, 7236 -po/mr.po, 487, 2750, 2524, 0, 0, 802, 5073, 1289, 7823 -po/kk.po, 1082, 6183, 5328, 0, 0, 207, 1640, 1289, 7823 -po/ur.po, 54, 220, 291, 0, 0, 1235, 7603, 1289, 7823 -po/my.po, 64, 287, 183, 0, 0, 1225, 7536, 1289, 7823 diff --git a/results/f31/at-spi2-core-2.34.0-1.fc31.src.rpm.errors.txt b/results/f31/at-spi2-core-2.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/at-spi2-core-2.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv b/results/f31/at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 58dc5bd..0000000 --- a/results/f31/at-spi2-core-2.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -po/zh_HK.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -po/zh_CN.po, 2, 10, 2, 0, 0, 0, 0, 2, 10 -po/vi.po, 14, 96, 121, 0, 0, 0, 0, 14, 96 -po/uz@cyrillic.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/uk.po, 18, 122, 119, 0, 0, 0, 0, 18, 122 -po/ug.po, 14, 96, 115, 0, 0, 0, 0, 14, 96 -po/tr.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/tg.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/te.po, 18, 122, 109, 0, 0, 0, 0, 18, 122 -po/ta.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -po/sv.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -po/sr@latin.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/sr.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/sq.po, 18, 122, 145, 0, 0, 0, 0, 18, 122 -po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/sk.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/ru.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ro.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/pt.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/pl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/pa.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -po/or.po, 18, 122, 125, 0, 0, 0, 0, 18, 122 -po/oc.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/nl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/ne.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/mr.po, 14, 96, 103, 0, 0, 0, 0, 14, 96 -po/ml.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/lv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/lt.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/ko.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/kn.po, 18, 122, 123, 0, 0, 0, 0, 18, 122 -po/km.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/kk.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ja.po, 1, 5, 1, 0, 0, 0, 0, 1, 5 -po/it.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/hu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/hi.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/he.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/gu.po, 18, 122, 143, 0, 0, 0, 0, 18, 122 -po/gl.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/gd.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ga.po, 1, 5, 6, 0, 0, 0, 0, 1, 5 -po/fur.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/fr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/fi.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -po/fa.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/eu.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/et.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/es.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -po/eo.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/en_GB.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/en_CA.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/el.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/de.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/da.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/cs.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -po/ca@valencia.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/bs.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -po/bn_IN.po, 18, 122, 139, 0, 0, 0, 0, 18, 122 -po/bg.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/be.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -po/ast.po, 14, 96, 111, 0, 0, 0, 0, 14, 96 -po/as.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -po/an.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 diff --git a/results/f31/atk-2.34.1-1.fc31.src.rpm.errors.txt b/results/f31/atk-2.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 3020c5b..0000000 --- a/results/f31/atk-2.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/atk-2.34.1-1.fc31.src.rpm.stats.csv b/results/f31/atk-2.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 33efb51..0000000 --- a/results/f31/atk-2.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,100 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_CA.po, 123, 370, 361, 1, 1, 2, 4, 126, 375 -po/hu.po, 169, 440, 334, 0, 0, 0, 0, 169, 440 -po/th.po, 136, 392, 157, 0, 0, 3, 6, 139, 398 -po/zh_CN.po, 169, 440, 181, 0, 0, 0, 0, 169, 440 -po/nn.po, 139, 398, 315, 0, 0, 0, 0, 139, 398 -po/si.po, 31, 38, 40, 0, 0, 95, 337, 126, 375 -po/hr.po, 169, 440, 427, 0, 0, 0, 0, 169, 440 -po/lt.po, 169, 440, 381, 0, 0, 0, 0, 169, 440 -po/mn.po, 126, 375, 298, 0, 0, 0, 0, 126, 375 -po/es.po, 169, 440, 561, 0, 0, 0, 0, 169, 440 -po/tr.po, 169, 440, 385, 0, 0, 0, 0, 169, 440 -po/sr.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -po/zu.po, 98, 224, 203, 1, 2, 27, 149, 126, 375 -po/as.po, 169, 440, 409, 0, 0, 0, 0, 169, 440 -po/gu.po, 139, 398, 470, 0, 0, 0, 0, 139, 398 -po/yi.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -po/pt.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -po/ms.po, 74, 121, 124, 10, 19, 42, 235, 126, 375 -po/ast.po, 139, 398, 457, 0, 0, 0, 0, 139, 398 -po/da.po, 169, 440, 309, 0, 0, 0, 0, 169, 440 -po/lv.po, 169, 440, 402, 0, 0, 0, 0, 169, 440 -po/an.po, 169, 440, 522, 0, 0, 0, 0, 169, 440 -po/ru.po, 169, 440, 425, 0, 0, 0, 0, 169, 440 -po/bn_IN.po, 139, 398, 342, 0, 0, 0, 0, 139, 398 -po/fur.po, 169, 440, 517, 0, 0, 0, 0, 169, 440 -po/wa.po, 64, 142, 188, 2, 2, 60, 231, 126, 375 -po/ro.po, 169, 440, 439, 0, 0, 0, 0, 169, 440 -po/ne.po, 169, 440, 426, 0, 0, 0, 0, 169, 440 -po/sq.po, 126, 375, 431, 0, 0, 0, 0, 126, 375 -po/kn.po, 139, 398, 353, 0, 0, 0, 0, 139, 398 -po/fr.po, 169, 440, 536, 0, 0, 0, 0, 169, 440 -po/li.po, 31, 31, 31, 48, 96, 47, 248, 126, 375 -po/te.po, 139, 398, 332, 0, 0, 0, 0, 139, 398 -po/eo.po, 167, 410, 350, 1, 21, 1, 9, 169, 440 -po/en@shaw.po, 126, 375, 376, 0, 0, 0, 0, 126, 375 -po/hy.po, 126, 375, 338, 0, 0, 0, 0, 126, 375 -po/ca@valencia.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -po/bg.po, 169, 440, 524, 0, 0, 0, 0, 169, 440 -po/ml.po, 139, 398, 333, 0, 0, 0, 0, 139, 398 -po/ja.po, 139, 398, 157, 0, 0, 0, 0, 139, 398 -po/el.po, 169, 440, 451, 0, 0, 0, 0, 169, 440 -po/pa.po, 169, 440, 456, 0, 0, 0, 0, 169, 440 -po/pl.po, 169, 440, 419, 0, 0, 0, 0, 169, 440 -po/ug.po, 139, 398, 343, 0, 0, 0, 0, 139, 398 -po/zh_TW.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -po/is.po, 31, 31, 32, 48, 96, 47, 248, 126, 375 -po/ar.po, 126, 375, 341, 0, 0, 0, 0, 126, 375 -po/af.po, 108, 334, 288, 12, 31, 6, 10, 126, 375 -po/et.po, 139, 398, 285, 0, 0, 0, 0, 139, 398 -po/gl.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -po/ca.po, 169, 440, 527, 0, 0, 0, 0, 169, 440 -po/sk.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -po/kk.po, 52, 78, 76, 0, 0, 117, 362, 169, 440 -po/or.po, 139, 398, 347, 0, 0, 0, 0, 139, 398 -po/km.po, 139, 398, 164, 0, 0, 0, 0, 139, 398 -po/cs.po, 169, 440, 417, 0, 0, 0, 0, 169, 440 -po/mai.po, 123, 370, 388, 1, 1, 2, 4, 126, 375 -po/nl.po, 169, 440, 371, 0, 0, 0, 0, 169, 440 -po/tt.po, 114, 359, 292, 7, 8, 5, 8, 126, 375 -po/bs.po, 169, 440, 430, 0, 0, 0, 0, 169, 440 -po/de.po, 169, 440, 353, 0, 0, 0, 0, 169, 440 -po/en_GB.po, 169, 440, 440, 0, 0, 0, 0, 169, 440 -po/rw.po, 5, 5, 5, 85, 299, 36, 71, 126, 375 -po/az.po, 114, 359, 314, 7, 8, 5, 8, 126, 375 -po/ga.po, 25, 25, 26, 15, 26, 86, 324, 126, 375 -po/fi.po, 159, 417, 297, 5, 9, 5, 14, 169, 440 -po/tg.po, 40, 46, 48, 0, 0, 99, 352, 139, 398 -po/nb.po, 169, 440, 362, 0, 0, 0, 0, 169, 440 -po/zh_HK.po, 169, 440, 186, 0, 0, 0, 0, 169, 440 -po/uk.po, 139, 398, 360, 0, 0, 0, 0, 139, 398 -po/be.po, 169, 440, 398, 0, 0, 0, 0, 169, 440 -po/he.po, 169, 440, 441, 0, 0, 0, 0, 169, 440 -po/gd.po, 169, 440, 477, 0, 0, 0, 0, 169, 440 -po/oc.po, 169, 440, 528, 0, 0, 0, 0, 169, 440 -po/be@latin.po, 125, 374, 337, 1, 1, 0, 0, 126, 375 -po/dz.po, 123, 370, 188, 1, 1, 2, 4, 126, 375 -po/ku.po, 121, 348, 331, 1, 1, 4, 26, 126, 375 -po/fa.po, 139, 398, 380, 0, 0, 0, 0, 139, 398 -po/vi.po, 169, 440, 635, 0, 0, 0, 0, 169, 440 -po/eu.po, 169, 440, 341, 0, 0, 0, 0, 169, 440 -po/pt_BR.po, 169, 440, 529, 0, 0, 0, 0, 169, 440 -po/am.po, 24, 24, 28, 26, 53, 76, 298, 126, 375 -po/sv.po, 169, 440, 326, 0, 0, 0, 0, 169, 440 -po/id.po, 169, 440, 415, 0, 0, 0, 0, 169, 440 -po/ka.po, 123, 370, 300, 1, 1, 2, 4, 126, 375 -po/sr@ije.po, 114, 359, 336, 7, 8, 5, 8, 126, 375 -po/ko.po, 169, 440, 396, 0, 0, 0, 0, 169, 440 -po/mr.po, 126, 375, 347, 0, 0, 0, 0, 126, 375 -po/sr@latin.po, 169, 440, 421, 0, 0, 0, 0, 169, 440 -po/mk.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -po/hi.po, 139, 398, 432, 0, 0, 0, 0, 139, 398 -po/ps.po, 123, 370, 436, 1, 1, 2, 4, 126, 375 -po/cy.po, 126, 375, 382, 0, 0, 0, 0, 126, 375 -po/sl.po, 169, 440, 393, 0, 0, 0, 0, 169, 440 -po/xh.po, 114, 359, 319, 7, 8, 5, 8, 126, 375 -po/tk.po, 111, 348, 291, 8, 9, 7, 18, 126, 375 -po/it.po, 169, 440, 491, 0, 0, 0, 0, 169, 440 -po/bn.po, 126, 375, 346, 0, 0, 0, 0, 126, 375 -po/ta.po, 139, 398, 326, 0, 0, 0, 0, 139, 398 diff --git a/results/f31/attr-2.4.48-7.fc31.src.rpm.errors.txt b/results/f31/attr-2.4.48-7.fc31.src.rpm.errors.txt deleted file mode 100644 index d8eb509..0000000 --- a/results/f31/attr-2.4.48-7.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe4 in position 27: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 38: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 55: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f31/attr-2.4.48-7.fc31.src.rpm.stats.csv b/results/f31/attr-2.4.48-7.fc31.src.rpm.stats.csv deleted file mode 100644 index 1aea422..0000000 --- a/results/f31/attr-2.4.48-7.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,19 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/gl.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -po/en@boldquot.po, 30, 348, 350, 0, 0, 0, 0, 30, 348 -po/sv.po, 22, 208, 206, 7, 138, 1, 2, 30, 348 -po/nl.po, 22, 208, 209, 7, 138, 1, 2, 30, 348 -po/en@boldquot.gmo, 30, 348, 350, 0, 0, 0, 0, 30, 348 -po/en@quot.po, 30, 348, 348, 0, 0, 0, 0, 30, 348 -po/fr.po, 22, 208, 239, 7, 138, 1, 2, 30, 348 -po/pl.po, 28, 293, 288, 2, 55, 0, 0, 30, 348 -po/cs.gmo, 28, 293, 290, 0, 0, 0, 0, 28, 293 -po/es.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -po/en@quot.gmo, 30, 348, 348, 0, 0, 0, 0, 30, 348 -po/de.gmo, 21, 197, 186, 0, 0, 0, 0, 21, 197 -po/gl.po, 28, 293, 319, 2, 55, 0, 0, 30, 348 -po/de.po, 21, 197, 186, 8, 149, 1, 2, 30, 348 -po/es.gmo, 28, 293, 319, 0, 0, 0, 0, 28, 293 -po/attr.pot, 0, 0, 0, 0, 0, 30, 348, 30, 348 -po/nl.gmo, 22, 208, 209, 0, 0, 0, 0, 22, 208 -po/cs.po, 28, 293, 290, 2, 55, 0, 0, 30, 348 diff --git a/results/f31/authselect-1.1-2.fc31.src.rpm.errors.txt b/results/f31/authselect-1.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 5a8c71e..0000000 --- a/results/f31/authselect-1.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: cannot process src/man/po/authselect-migration.7.adoc.: does not exist -translate.tools.pocount: ERROR: cannot process src/man/po/authselect-profiles.5.adoc.: does not exist -translate.tools.pocount: ERROR: cannot process src/man/po/authselect.8.adoc.: does not exist diff --git a/results/f31/authselect-1.1-2.fc31.src.rpm.stats.csv b/results/f31/authselect-1.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 85cf1e2..0000000 --- a/results/f31/authselect-1.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 303, 1748, 690, 0, 0, 39, 217, 342, 1965 -po/zh_CN.po, 303, 1748, 543, 0, 0, 39, 217, 342, 1965 -po/uk.po, 342, 1965, 2002, 0, 0, 0, 0, 342, 1965 -po/sv.po, 307, 1772, 1723, 0, 0, 35, 193, 342, 1965 -po/ru.po, 303, 1748, 1661, 0, 0, 39, 217, 342, 1965 -po/pt_BR.po, 303, 1748, 1999, 0, 0, 39, 217, 342, 1965 -po/pl.po, 342, 1965, 1969, 0, 0, 0, 0, 342, 1965 -po/nl.po, 342, 1965, 2051, 0, 0, 0, 0, 342, 1965 -po/ko.po, 303, 1748, 1553, 0, 0, 39, 217, 342, 1965 -po/ja.po, 303, 1748, 842, 0, 0, 39, 217, 342, 1965 -po/it.po, 303, 1748, 1873, 0, 0, 39, 217, 342, 1965 -po/hu.po, 271, 1564, 1446, 0, 0, 71, 401, 342, 1965 -po/fr.po, 342, 1965, 2346, 0, 0, 0, 0, 342, 1965 -po/es.po, 307, 1772, 2159, 0, 0, 35, 193, 342, 1965 -po/de.po, 303, 1748, 1726, 0, 0, 39, 217, 342, 1965 -po/cs.po, 244, 1344, 1241, 0, 0, 98, 621, 342, 1965 -po/ca.po, 171, 919, 1131, 0, 0, 171, 1046, 342, 1965 -po/authselect.pot, 0, 0, 0, 0, 0, 342, 1965, 342, 1965 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f31/avahi-0.7-20.fc31.src.rpm.errors.txt b/results/f31/avahi-0.7-20.fc31.src.rpm.errors.txt deleted file mode 100644 index eb6fc44..0000000 --- a/results/f31/avahi-0.7-20.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/avahi-0.7-20.fc31.src.rpm.stats.csv b/results/f31/avahi-0.7-20.fc31.src.rpm.stats.csv deleted file mode 100644 index ca8836e..0000000 --- a/results/f31/avahi-0.7-20.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,44 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_NZ.po, 152, 758, 758, 11, 89, 5, 21, 168, 868 -po/en_CA.po, 1, 1, 1, 1, 1, 166, 866, 168, 868 -po/sk.po, 165, 865, 870, 2, 2, 1, 1, 168, 868 -po/eo.po, 67, 167, 141, 1, 1, 100, 700, 168, 868 -po/sr@latin.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -po/pl.po, 168, 868, 865, 0, 0, 0, 0, 168, 868 -po/uk.po, 168, 868, 883, 0, 0, 0, 0, 168, 868 -po/fr.po, 165, 865, 989, 2, 2, 1, 1, 168, 868 -po/nl.po, 165, 865, 846, 2, 2, 1, 1, 168, 868 -po/es.po, 165, 865, 1070, 2, 2, 1, 1, 168, 868 -po/el.po, 165, 865, 876, 2, 2, 1, 1, 168, 868 -po/oc.po, 168, 868, 993, 0, 0, 0, 0, 168, 868 -po/tr.po, 168, 868, 789, 0, 0, 0, 0, 168, 868 -po/fi.po, 164, 794, 634, 2, 2, 2, 72, 168, 868 -po/fa.po, 74, 224, 245, 1, 1, 93, 643, 168, 868 -po/ms.po, 40, 94, 95, 1, 1, 127, 773, 168, 868 -po/ja.po, 165, 865, 449, 2, 2, 1, 1, 168, 868 -po/bg.po, 165, 865, 1001, 2, 2, 1, 1, 168, 868 -po/et.po, 129, 477, 405, 2, 2, 37, 389, 168, 868 -po/cs.po, 133, 642, 607, 2, 2, 33, 224, 168, 868 -po/sv.po, 168, 868, 807, 0, 0, 0, 0, 168, 868 -po/hu.po, 168, 868, 780, 0, 0, 0, 0, 168, 868 -po/ar.po, 91, 262, 267, 2, 2, 75, 604, 168, 868 -po/sl.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 -po/id.po, 168, 868, 850, 0, 0, 0, 0, 168, 868 -po/he.po, 103, 332, 318, 2, 2, 63, 534, 168, 868 -po/pt_BR.po, 165, 865, 1009, 2, 2, 1, 1, 168, 868 -po/en_AU.po, 2, 2, 2, 1, 1, 165, 865, 168, 868 -po/fo.po, 113, 413, 366, 2, 2, 53, 453, 168, 868 -po/zh_TW.po, 165, 865, 391, 2, 2, 1, 1, 168, 868 -po/ko.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -po/ach.po, 0, 0, 0, 0, 0, 168, 868, 168, 868 -po/it.po, 165, 865, 986, 2, 2, 1, 1, 168, 868 -po/ru.po, 165, 865, 828, 2, 2, 1, 1, 168, 868 -po/da.po, 165, 865, 761, 2, 2, 1, 1, 168, 868 -po/lv.po, 165, 865, 776, 2, 2, 1, 1, 168, 868 -po/sr.po, 165, 865, 896, 2, 2, 1, 1, 168, 868 -po/gl.po, 165, 865, 1161, 2, 2, 1, 1, 168, 868 -po/de.po, 165, 865, 779, 2, 2, 1, 1, 168, 868 -po/en_GB.po, 165, 865, 865, 2, 2, 1, 1, 168, 868 -po/ca.po, 165, 865, 1145, 2, 2, 1, 1, 168, 868 -po/zh_CN.po, 165, 865, 414, 2, 2, 1, 1, 168, 868 -po/ro.po, 165, 865, 882, 2, 2, 1, 1, 168, 868 diff --git a/results/f31/b43-fwcutter-019-16.fc31.src.rpm.errors.txt b/results/f31/b43-fwcutter-019-16.fc31.src.rpm.errors.txt deleted file mode 100644 index 2ce6ae4..0000000 --- a/results/f31/b43-fwcutter-019-16.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./debian/po/POTFILES.in) diff --git a/results/f31/b43-fwcutter-019-16.fc31.src.rpm.stats.csv b/results/f31/b43-fwcutter-019-16.fc31.src.rpm.stats.csv deleted file mode 100644 index 1d69783..0000000 --- a/results/f31/b43-fwcutter-019-16.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,14 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -debian/po/cs.po, 4, 67, 68, 0, 0, 0, 0, 4, 67 -debian/po/da.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -debian/po/de.po, 4, 67, 64, 0, 0, 0, 0, 4, 67 -debian/po/es.po, 0, 0, 0, 1, 22, 3, 45, 4, 67 -debian/po/fr.po, 4, 67, 73, 0, 0, 0, 0, 4, 67 -debian/po/id.po, 4, 67, 45, 0, 0, 0, 0, 4, 67 -debian/po/it.po, 4, 67, 70, 0, 0, 0, 0, 4, 67 -debian/po/ja.po, 4, 67, 10, 0, 0, 0, 0, 4, 67 -debian/po/pl.po, 4, 67, 65, 0, 0, 0, 0, 4, 67 -debian/po/pt.po, 4, 67, 72, 0, 0, 0, 0, 4, 67 -debian/po/ru.po, 4, 67, 53, 0, 0, 0, 0, 4, 67 -debian/po/sv.po, 4, 67, 66, 0, 0, 0, 0, 4, 67 -debian/po/templates.pot, 0, 0, 0, 0, 0, 4, 67, 4, 67 diff --git a/results/f31/baobab-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/baobab-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 3053771..0000000 --- a/results/f31/baobab-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-remote.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-folder.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scan-file-system.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/question-trash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/question-open-folder.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/problem-slow-scan.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/problem-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-view-chart.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/hicolor_apps_48x48_baobab.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/baobab-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/baobab-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index e90f672..0000000 --- a/results/f31/baobab-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,120 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_CN/zh_CN.po, 57, 820, 118, 0, 0, 0, 0, 57, 820 -help/sv/sv.po, 67, 1103, 1032, 0, 0, 0, 0, 67, 1103 -help/sl/sl.po, 57, 820, 734, 0, 0, 0, 0, 57, 820 -help/ru/ru.po, 57, 820, 717, 0, 0, 0, 0, 57, 820 -help/pt_BR/pt_BR.po, 67, 1103, 1218, 0, 0, 0, 0, 67, 1103 -help/pt/pt.po, 67, 1103, 1132, 0, 0, 0, 0, 67, 1103 -help/pl/pl.po, 67, 1103, 864, 0, 0, 0, 0, 67, 1103 -help/ko/ko.po, 67, 1103, 749, 0, 0, 0, 0, 67, 1103 -help/it/it.po, 67, 1103, 1105, 0, 0, 0, 0, 67, 1103 -help/id/id.po, 67, 1103, 978, 0, 0, 0, 0, 67, 1103 -help/hu/hu.po, 67, 1103, 890, 0, 0, 0, 0, 67, 1103 -help/hr/hr.po, 67, 1103, 910, 0, 0, 0, 0, 67, 1103 -help/gl/gl.po, 39, 345, 388, 7, 255, 21, 503, 67, 1103 -help/fr/fr.po, 67, 1103, 1186, 0, 0, 0, 0, 67, 1103 -help/fi/fi.po, 47, 688, 411, 3, 56, 17, 359, 67, 1103 -help/es/es.po, 67, 1103, 1180, 0, 0, 0, 0, 67, 1103 -help/el/el.po, 67, 1103, 1126, 0, 0, 0, 0, 67, 1103 -help/de/de.po, 67, 1103, 1060, 0, 0, 0, 0, 67, 1103 -help/da/da.po, 67, 1103, 967, 0, 0, 0, 0, 67, 1103 -help/cs/cs.po, 67, 1103, 955, 0, 0, 0, 0, 67, 1103 -help/ca/ca.po, 41, 703, 758, 0, 0, 0, 0, 41, 703 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 73, 275, 125, 0, 0, 0, 0, 73, 275 -po/zh_HK.po, 57, 210, 109, 0, 0, 0, 0, 57, 210 -po/zh_CN.po, 65, 247, 109, 0, 0, 0, 0, 65, 247 -po/xh.po, 12, 23, 21, 40, 128, 74, 389, 126, 540 -po/wa.po, 6, 6, 6, 44, 128, 76, 406, 126, 540 -po/vi.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -po/uk.po, 30, 108, 116, 0, 0, 0, 0, 30, 108 -po/ug.po, 57, 184, 166, 0, 0, 0, 0, 57, 184 -po/tr.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -po/th.po, 58, 180, 86, 0, 0, 0, 0, 58, 180 -po/tg.po, 57, 210, 214, 0, 0, 0, 0, 57, 210 -po/te.po, 57, 210, 198, 0, 0, 0, 0, 57, 210 -po/ta.po, 57, 210, 192, 0, 0, 0, 0, 57, 210 -po/sv.po, 74, 278, 273, 0, 0, 0, 0, 74, 278 -po/sr@latin.po, 65, 247, 268, 0, 0, 0, 0, 65, 247 -po/sr.po, 74, 278, 308, 0, 0, 0, 0, 74, 278 -po/sq.po, 12, 23, 23, 40, 128, 74, 389, 126, 540 -po/sl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -po/sk.po, 74, 278, 278, 0, 0, 0, 0, 74, 278 -po/si.po, 80, 210, 246, 19, 79, 27, 251, 126, 540 -po/rw.po, 2, 2, 2, 47, 141, 77, 397, 126, 540 -po/ru.po, 74, 278, 263, 0, 0, 0, 0, 74, 278 -po/ro.po, 74, 278, 333, 0, 0, 0, 0, 74, 278 -po/pt_BR.po, 74, 278, 418, 0, 0, 0, 0, 74, 278 -po/pt.po, 63, 243, 279, 0, 0, 0, 0, 63, 243 -po/ps.po, 99, 282, 317, 5, 18, 22, 240, 126, 540 -po/pl.po, 74, 278, 303, 0, 0, 0, 0, 74, 278 -po/pa.po, 57, 210, 251, 0, 0, 0, 0, 57, 210 -po/or.po, 57, 210, 231, 0, 0, 0, 0, 57, 210 -po/oc.po, 57, 185, 213, 0, 0, 6, 58, 63, 243 -po/nn.po, 72, 229, 230, 0, 0, 0, 0, 72, 229 -po/nl.po, 74, 278, 284, 0, 0, 0, 0, 74, 278 -po/ne.po, 64, 246, 227, 0, 0, 0, 0, 64, 246 -po/nds.po, 44, 84, 78, 1, 3, 81, 453, 126, 540 -po/nb.po, 65, 247, 249, 0, 0, 0, 0, 65, 247 -po/ms.po, 9, 15, 24, 40, 134, 77, 391, 126, 540 -po/mr.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -po/mn.po, 8, 14, 13, 41, 135, 77, 391, 126, 540 -po/ml.po, 65, 247, 222, 0, 0, 0, 0, 65, 247 -po/mk.po, 109, 370, 431, 9, 38, 8, 132, 126, 540 -po/mjw.po, 38, 102, 105, 0, 0, 35, 173, 73, 275 -po/mg.po, 50, 132, 149, 48, 193, 28, 215, 126, 540 -po/mai.po, 94, 287, 348, 7, 24, 25, 229, 126, 540 -po/lv.po, 74, 278, 266, 0, 0, 0, 0, 74, 278 -po/lt.po, 74, 278, 268, 0, 0, 0, 0, 74, 278 -po/ku.po, 54, 118, 132, 26, 104, 46, 318, 126, 540 -po/ko.po, 74, 278, 238, 0, 0, 0, 0, 74, 278 -po/kn.po, 57, 210, 187, 0, 0, 0, 0, 57, 210 -po/km.po, 126, 540, 243, 0, 0, 0, 0, 126, 540 -po/kk.po, 74, 278, 245, 0, 0, 0, 0, 74, 278 -po/ka.po, 11, 22, 24, 42, 157, 73, 361, 126, 540 -po/ja.po, 71, 225, 129, 0, 0, 3, 53, 74, 278 -po/it.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -po/is.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -po/id.po, 74, 278, 299, 0, 0, 0, 0, 74, 278 -po/hu.po, 74, 278, 290, 0, 0, 0, 0, 74, 278 -po/hr.po, 73, 275, 268, 0, 0, 0, 0, 73, 275 -po/hi.po, 57, 210, 245, 0, 0, 0, 0, 57, 210 -po/he.po, 63, 243, 264, 0, 0, 0, 0, 63, 243 -po/gu.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -po/gl.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -po/gd.po, 64, 246, 324, 0, 0, 0, 0, 64, 246 -po/ga.po, 45, 124, 162, 1, 6, 11, 80, 57, 210 -po/fur.po, 74, 278, 317, 0, 0, 0, 0, 74, 278 -po/fr.po, 74, 278, 350, 0, 0, 0, 0, 74, 278 -po/fi.po, 74, 278, 256, 0, 0, 0, 0, 74, 278 -po/fa.po, 73, 275, 276, 0, 0, 0, 0, 73, 275 -po/eu.po, 73, 275, 253, 0, 0, 0, 0, 73, 275 -po/et.po, 57, 210, 189, 0, 0, 0, 0, 57, 210 -po/es.po, 74, 278, 394, 0, 0, 0, 0, 74, 278 -po/eo.po, 62, 196, 187, 1, 13, 1, 37, 64, 246 -po/en_GB.po, 74, 278, 301, 0, 0, 0, 0, 74, 278 -po/en_CA.po, 11, 22, 25, 42, 157, 73, 361, 126, 540 -po/en@shaw.po, 100, 413, 414, 24, 123, 2, 4, 126, 540 -po/el.po, 74, 278, 321, 0, 0, 0, 0, 74, 278 -po/dz.po, 90, 285, 133, 24, 103, 12, 152, 126, 540 -po/de.po, 74, 278, 324, 0, 0, 0, 0, 74, 278 -po/da.po, 73, 275, 269, 0, 0, 0, 0, 73, 275 -po/cy.po, 50, 132, 164, 52, 203, 24, 205, 126, 540 -po/cs.po, 74, 278, 325, 0, 0, 0, 0, 74, 278 -po/crh.po, 57, 184, 157, 0, 0, 0, 0, 57, 184 -po/ca@valencia.po, 64, 246, 313, 0, 0, 0, 0, 64, 246 -po/ca.po, 74, 278, 356, 0, 0, 0, 0, 74, 278 -po/bs.po, 57, 210, 217, 0, 0, 0, 0, 57, 210 -po/br.po, 57, 210, 244, 0, 0, 0, 0, 57, 210 -po/bn_IN.po, 57, 210, 224, 0, 0, 0, 0, 57, 210 -po/bn.po, 122, 526, 596, 2, 10, 2, 4, 126, 540 -po/bg.po, 64, 246, 306, 0, 0, 0, 0, 64, 246 -po/be@latin.po, 109, 370, 341, 9, 38, 8, 132, 126, 540 -po/be.po, 65, 247, 245, 0, 0, 0, 0, 65, 247 -po/az.po, 9, 15, 29, 40, 134, 77, 391, 126, 540 -po/ast.po, 126, 540, 625, 0, 0, 0, 0, 126, 540 -po/as.po, 57, 210, 227, 0, 0, 0, 0, 57, 210 -po/ar.po, 64, 244, 257, 0, 0, 0, 0, 64, 244 -po/an.po, 57, 210, 255, 0, 0, 0, 0, 57, 210 -po/am.po, 6, 6, 10, 16, 35, 104, 499, 126, 540 -po/af.po, 65, 247, 248, 0, 0, 0, 0, 65, 247 diff --git a/results/f31/bash-5.0.7-3.fc31.src.rpm.errors.txt b/results/f31/bash-5.0.7-3.fc31.src.rpm.errors.txt deleted file mode 100644 index f5cc6fe..0000000 --- a/results/f31/bash-5.0.7-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-builtins) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf5 in position 6: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xea in position 18: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 14: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/bash-5.0.7-3.fc31.src.rpm.stats.csv b/results/f31/bash-5.0.7-3.fc31.src.rpm.stats.csv deleted file mode 100644 index babc552..0000000 --- a/results/f31/bash-5.0.7-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,75 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/es.gmo, 565, 9806, 11294, 0, 0, 0, 0, 565, 9806 -po/hu.po, 565, 9806, 8278, 20, 1695, 1, 6, 586, 11507 -po/ja.gmo, 531, 5986, 2439, 0, 0, 0, 0, 531, 5986 -po/it.po, 487, 5568, 6137, 74, 5784, 25, 155, 586, 11507 -po/sr.po, 565, 9806, 9161, 20, 1695, 1, 6, 586, 11507 -po/gl.gmo, 468, 3199, 3776, 0, 0, 0, 0, 468, 3199 -po/af.po, 15, 46, 52, 220, 759, 351, 10702, 586, 11507 -po/sl.po, 487, 5568, 5327, 74, 5784, 25, 155, 586, 11507 -po/vi.gmo, 550, 9017, 11285, 0, 0, 0, 0, 550, 9017 -po/ca.gmo, 556, 9738, 10809, 0, 0, 0, 0, 556, 9738 -po/nl.po, 565, 9806, 9808, 20, 1695, 1, 6, 586, 11507 -po/pl.po, 584, 11184, 10311, 2, 323, 0, 0, 586, 11507 -po/en@boldquot.gmo, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -po/pt_BR.gmo, 584, 11184, 12173, 0, 0, 0, 0, 584, 11184 -po/bash.pot, 0, 0, 0, 0, 0, 586, 11507, 586, 11507 -po/ru.gmo, 543, 6142, 5719, 0, 0, 0, 0, 543, 6142 -po/ro.po, 125, 431, 477, 173, 827, 288, 10249, 586, 11507 -po/en@quot.gmo, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -po/zh_CN.gmo, 584, 11184, 3906, 0, 0, 0, 0, 584, 11184 -po/sk.po, 487, 5568, 5224, 74, 5784, 25, 155, 586, 11507 -po/fr.po, 584, 11184, 12921, 2, 323, 0, 0, 586, 11507 -po/it.gmo, 487, 5568, 6137, 0, 0, 0, 0, 487, 5568 -po/sr.gmo, 565, 9806, 9161, 0, 0, 0, 0, 565, 9806 -po/nb.gmo, 565, 9806, 8856, 0, 0, 0, 0, 565, 9806 -po/en@boldquot.po, 586, 11507, 11544, 0, 0, 0, 0, 586, 11507 -po/ga.gmo, 565, 6907, 7485, 0, 0, 0, 0, 565, 6907 -po/hr.po, 584, 11184, 10476, 2, 323, 0, 0, 586, 11507 -po/zh_TW.gmo, 584, 11184, 3900, 0, 0, 0, 0, 584, 11184 -po/nl.gmo, 565, 9806, 9808, 0, 0, 0, 0, 565, 9806 -po/el.po, 501, 3498, 3673, 11, 251, 74, 7758, 586, 11507 -po/eo.po, 565, 9806, 9056, 20, 1695, 1, 6, 586, 11507 -po/tr.gmo, 553, 8541, 7240, 0, 0, 0, 0, 553, 8541 -po/ru.po, 543, 6142, 5719, 42, 5359, 1, 6, 586, 11507 -po/id.po, 510, 5842, 5584, 63, 5591, 13, 74, 586, 11507 -po/bg.po, 565, 9806, 10657, 20, 1695, 1, 6, 586, 11507 -po/da.po, 458, 4836, 4619, 96, 6469, 32, 202, 586, 11507 -po/et.po, 153, 660, 647, 47, 189, 386, 10658, 586, 11507 -po/pt.gmo, 584, 11184, 11647, 0, 0, 0, 0, 584, 11184 -po/gl.po, 468, 3199, 3776, 51, 1438, 67, 6870, 586, 11507 -po/ja.po, 531, 5986, 2439, 48, 5483, 7, 38, 586, 11507 -po/ga.po, 565, 6907, 7485, 1, 164, 20, 4436, 586, 11507 -po/pt_BR.po, 584, 11184, 12173, 2, 323, 0, 0, 586, 11507 -po/bg.gmo, 565, 9806, 10657, 0, 0, 0, 0, 565, 9806 -po/eo.gmo, 565, 9806, 9056, 0, 0, 0, 0, 565, 9806 -po/sv.po, 584, 11184, 10408, 2, 323, 0, 0, 586, 11507 -po/de.gmo, 500, 5904, 5612, 0, 0, 0, 0, 500, 5904 -po/tr.po, 553, 8541, 7240, 17, 1181, 16, 1785, 586, 11507 -po/sl.gmo, 487, 5568, 5327, 0, 0, 0, 0, 487, 5568 -po/cs.gmo, 584, 11184, 10087, 0, 0, 0, 0, 584, 11184 -po/lt.po, 326, 1512, 1409, 77, 1231, 183, 8764, 586, 11507 -po/id.gmo, 510, 5842, 5584, 0, 0, 0, 0, 510, 5842 -po/uk.gmo, 565, 9806, 8768, 0, 0, 0, 0, 565, 9806 -po/zh_CN.po, 584, 11184, 3906, 2, 323, 0, 0, 586, 11507 -po/cs.po, 584, 11184, 10087, 2, 323, 0, 0, 586, 11507 -po/es.po, 565, 9806, 11294, 20, 1695, 1, 6, 586, 11507 -po/vi.po, 550, 9017, 11285, 30, 2456, 6, 34, 586, 11507 -po/pt.po, 584, 11184, 11647, 2, 323, 0, 0, 586, 11507 -po/ca.po, 556, 9738, 10809, 20, 1695, 10, 74, 586, 11507 -po/pl.gmo, 584, 11184, 10311, 0, 0, 0, 0, 584, 11184 -po/de.po, 500, 5904, 5612, 1, 164, 85, 5439, 586, 11507 -po/fi.gmo, 459, 4966, 3719, 0, 0, 0, 0, 459, 4966 -po/da.gmo, 458, 4836, 4619, 0, 0, 0, 0, 458, 4836 -po/uk.po, 565, 9806, 8768, 20, 1695, 1, 6, 586, 11507 -po/fi.po, 459, 4966, 3719, 92, 6318, 35, 223, 586, 11507 -po/hr.gmo, 584, 11184, 10476, 0, 0, 0, 0, 584, 11184 -po/sk.gmo, 487, 5568, 5224, 0, 0, 0, 0, 487, 5568 -po/hu.gmo, 565, 9806, 8278, 0, 0, 0, 0, 565, 9806 -po/lt.gmo, 326, 1512, 1409, 0, 0, 0, 0, 326, 1512 -po/sv.gmo, 584, 11184, 10408, 0, 0, 0, 0, 584, 11184 -po/en@quot.po, 586, 11507, 11507, 0, 0, 0, 0, 586, 11507 -po/zh_TW.po, 584, 11184, 3900, 2, 323, 0, 0, 586, 11507 -po/el.gmo, 501, 3498, 3673, 0, 0, 0, 0, 501, 3498 -po/fr.gmo, 584, 11184, 12921, 0, 0, 0, 0, 584, 11184 -po/nb.po, 565, 9806, 8857, 20, 1695, 1, 6, 586, 11507 diff --git a/results/f31/binutils-2.32-24.fc31.src.rpm.errors.txt b/results/f31/binutils-2.32-24.fc31.src.rpm.errors.txt deleted file mode 100644 index bf1f9a8..0000000 --- a/results/f31/binutils-2.32-24.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,29 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/BLD-POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/SRC-POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./binutils/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xce in position 3: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 14: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./binutils/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./gas/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gas/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./gold/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gold/po/Make-in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 19: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gprof/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 17: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 30: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gprof/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./ld/po/BLD-POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./ld/po/SRC-POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 12: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./ld/po/Make-in) -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 12: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 2: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/Make-in) diff --git a/results/f31/binutils-2.32-24.fc31.src.rpm.stats.csv b/results/f31/binutils-2.32-24.fc31.src.rpm.stats.csv deleted file mode 100644 index 8d4748f..0000000 --- a/results/f31/binutils-2.32-24.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,239 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1692, 11391, 1692, 11391 -bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/fr.po, 1692, 11391, 13903, 0, 0, 0, 0, 1692, 11391 -bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -bfd/po/ru.po, 1692, 11391, 11334, 0, 0, 0, 0, 1692, 11391 -bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/pt.po, 1692, 11391, 12183, 0, 0, 0, 0, 1692, 11391 -bfd/po/uk.po, 1692, 11391, 12006, 0, 0, 0, 0, 1692, 11391 -bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -binutils/po/uk.gmo, 2144, 13443, 13640, 0, 0, 0, 0, 2144, 13443 -binutils/po/rw.gmo, 5, 8, 9, 0, 0, 0, 0, 5, 8 -binutils/po/fi.gmo, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils/po/id.gmo, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils/po/sr.po, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils/po/ja.po, 1296, 6741, 3758, 396, 3872, 432, 2682, 2124, 13295 -binutils/po/bg.po, 851, 5112, 5558, 1, 13, 1292, 8318, 2144, 13443 -binutils/po/vi.gmo, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils/po/it.gmo, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils/po/ca.gmo, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils/po/da.po, 780, 3498, 3134, 254, 2242, 281, 2948, 1315, 8688 -binutils/po/tr.gmo, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils/po/zh_CN.gmo, 973, 4740, 2285, 0, 0, 0, 0, 973, 4740 -binutils/po/vi.po, 1516, 9516, 14252, 0, 0, 0, 0, 1516, 9516 -binutils/po/ro.po, 261, 968, 1038, 0, 0, 718, 5399, 979, 6367 -binutils/po/ca.po, 1698, 10376, 13004, 0, 0, 0, 0, 1698, 10376 -binutils/po/bg.gmo, 851, 5112, 5558, 0, 0, 0, 0, 851, 5112 -binutils/po/sv.po, 2124, 13295, 11933, 0, 0, 0, 0, 2124, 13295 -binutils/po/zh_CN.po, 973, 4740, 2285, 513, 3613, 212, 2023, 1698, 10376 -binutils/po/ru.gmo, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils/po/sk.po, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils/po/es.po, 1400, 7316, 9310, 457, 4071, 361, 2337, 2218, 13724 -binutils/po/pt.gmo, 2144, 13443, 14641, 0, 0, 0, 0, 2144, 13443 -binutils/po/tr.po, 979, 6367, 5810, 0, 0, 0, 0, 979, 6367 -binutils/po/es.gmo, 1400, 7316, 9310, 0, 0, 0, 0, 1400, 7316 -binutils/po/sk.gmo, 1106, 7582, 7268, 0, 0, 0, 0, 1106, 7582 -binutils/po/fr.gmo, 2144, 13443, 16467, 0, 0, 0, 0, 2144, 13443 -binutils/po/zh_TW.gmo, 881, 4106, 1957, 0, 0, 0, 0, 881, 4106 -binutils/po/fi.po, 1698, 10376, 8212, 0, 0, 0, 0, 1698, 10376 -binutils/po/zh_TW.po, 881, 4106, 1957, 238, 2663, 397, 2747, 1516, 9516 -binutils/po/fr.po, 2144, 13443, 16467, 0, 0, 0, 0, 2144, 13443 -binutils/po/binutils.pot, 0, 0, 0, 0, 0, 2144, 13443, 2144, 13443 -binutils/po/sv.gmo, 2124, 13295, 11933, 0, 0, 0, 0, 2124, 13295 -binutils/po/id.po, 1144, 7903, 7882, 0, 0, 0, 0, 1144, 7903 -binutils/po/hr.gmo, 262, 1097, 1060, 0, 0, 0, 0, 262, 1097 -binutils/po/ru.po, 2218, 13724, 13433, 0, 0, 0, 0, 2218, 13724 -binutils/po/hr.po, 262, 1097, 1060, 7, 107, 1247, 8312, 1516, 9516 -binutils/po/sr.gmo, 1698, 10376, 10383, 0, 0, 0, 0, 1698, 10376 -binutils/po/pt.po, 2144, 13443, 14641, 0, 0, 0, 0, 2144, 13443 -binutils/po/it.po, 1496, 9431, 10831, 0, 0, 0, 0, 1496, 9431 -binutils/po/uk.po, 2144, 13443, 13640, 0, 0, 0, 0, 2144, 13443 -binutils/po/rw.po, 5, 8, 9, 761, 5299, 144, 503, 910, 5810 -binutils/po/ja.gmo, 1296, 6741, 3758, 0, 0, 0, 0, 1296, 6741 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gas/po/uk.gmo, 4434, 28082, 29970, 0, 0, 0, 0, 4434, 28082 -gas/po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -gas/po/fi.gmo, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -gas/po/id.gmo, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -gas/po/ja.po, 302, 1631, 975, 6, 34, 3317, 20926, 3625, 22591 -gas/po/tr.gmo, 2368, 13963, 12564, 0, 0, 0, 0, 2368, 13963 -gas/po/zh_CN.gmo, 46, 142, 74, 0, 0, 0, 0, 46, 142 -gas/po/sv.po, 4102, 25598, 23039, 293, 2143, 7, 62, 4402, 27803 -gas/po/zh_CN.po, 46, 142, 74, 2348, 11907, 1740, 13875, 4134, 25924 -gas/po/ru.gmo, 4434, 28082, 27594, 0, 0, 0, 0, 4434, 28082 -gas/po/es.po, 4325, 27075, 33160, 8, 110, 94, 929, 4427, 28114 -gas/po/tr.po, 2368, 13963, 12564, 229, 1879, 99, 646, 2696, 16488 -gas/po/es.gmo, 4325, 27075, 33160, 0, 0, 0, 0, 4325, 27075 -gas/po/fr.gmo, 4434, 28082, 33690, 0, 0, 0, 0, 4434, 28082 -gas/po/fi.po, 3702, 23106, 19304, 0, 0, 0, 0, 3702, 23106 -gas/po/fr.po, 4434, 28082, 33690, 0, 0, 0, 0, 4434, 28082 -gas/po/sv.gmo, 4102, 25598, 23039, 0, 0, 0, 0, 4102, 25598 -gas/po/id.po, 3702, 23106, 23606, 0, 0, 0, 0, 3702, 23106 -gas/po/ru.po, 4434, 28082, 27594, 0, 0, 0, 0, 4434, 28082 -gas/po/gas.pot, 0, 0, 0, 0, 0, 4433, 28077, 4433, 28077 -gas/po/uk.po, 4434, 28082, 29970, 0, 0, 0, 0, 4434, 28082 -gas/po/rw.po, 0, 0, 0, 304, 1492, 2652, 16769, 2956, 18261 -gas/po/ja.gmo, 302, 1631, 975, 0, 0, 0, 0, 302, 1631 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gold/po/uk.gmo, 914, 5911, 6300, 0, 0, 0, 0, 914, 5911 -gold/po/fi.gmo, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -gold/po/id.gmo, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -gold/po/ja.po, 120, 678, 431, 0, 0, 365, 2125, 485, 2803 -gold/po/vi.gmo, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -gold/po/it.gmo, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -gold/po/zh_CN.gmo, 118, 459, 190, 0, 0, 0, 0, 118, 459 -gold/po/vi.po, 485, 2803, 4426, 0, 0, 0, 0, 485, 2803 -gold/po/sv.po, 59, 245, 245, 168, 840, 514, 3486, 741, 4571 -gold/po/zh_CN.po, 118, 459, 190, 319, 1692, 304, 2420, 741, 4571 -gold/po/es.po, 792, 4808, 5615, 0, 0, 89, 815, 881, 5623 -gold/po/es.gmo, 792, 4808, 5615, 0, 0, 0, 0, 792, 4808 -gold/po/fr.gmo, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -gold/po/fi.po, 741, 4571, 3687, 0, 0, 0, 0, 741, 4571 -gold/po/fr.po, 905, 5831, 7784, 0, 0, 0, 0, 905, 5831 -gold/po/sv.gmo, 59, 245, 245, 0, 0, 0, 0, 59, 245 -gold/po/id.po, 485, 2803, 2852, 0, 0, 0, 0, 485, 2803 -gold/po/gold.pot, 0, 0, 0, 0, 0, 914, 5911, 914, 5911 -gold/po/it.po, 485, 2803, 3294, 0, 0, 0, 0, 485, 2803 -gold/po/uk.po, 914, 5911, 6300, 0, 0, 0, 0, 914, 5911 -gold/po/ja.gmo, 120, 678, 431, 0, 0, 0, 0, 120, 678 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gprof/po/uk.gmo, 98, 533, 552, 0, 0, 0, 0, 98, 533 -gprof/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -gprof/po/fi.gmo, 97, 526, 487, 0, 0, 0, 0, 97, 526 -gprof/po/id.gmo, 97, 525, 517, 0, 0, 0, 0, 97, 525 -gprof/po/eo.gmo, 98, 533, 535, 0, 0, 0, 0, 98, 533 -gprof/po/sr.po, 98, 533, 543, 0, 0, 0, 0, 98, 533 -gprof/po/ja.po, 28, 119, 90, 36, 136, 33, 270, 97, 525 -gprof/po/bg.po, 98, 533, 601, 0, 0, 0, 0, 98, 533 -gprof/po/pt_BR.gmo, 98, 533, 613, 0, 0, 0, 0, 98, 533 -gprof/po/vi.gmo, 97, 525, 879, 0, 0, 0, 0, 97, 525 -gprof/po/it.gmo, 97, 525, 595, 0, 0, 0, 0, 97, 525 -gprof/po/da.po, 97, 526, 505, 0, 0, 0, 0, 97, 526 -gprof/po/hu.po, 98, 533, 545, 0, 0, 0, 0, 98, 533 -gprof/po/tr.gmo, 98, 533, 517, 0, 0, 0, 0, 98, 533 -gprof/po/vi.po, 97, 525, 879, 0, 0, 0, 0, 97, 525 -gprof/po/ro.po, 93, 486, 539, 0, 0, 0, 0, 93, 486 -gprof/po/bg.gmo, 98, 533, 601, 0, 0, 0, 0, 98, 533 -gprof/po/sv.po, 98, 533, 505, 0, 0, 0, 0, 98, 533 -gprof/po/ru.gmo, 98, 533, 536, 0, 0, 0, 0, 98, 533 -gprof/po/ms.gmo, 98, 533, 534, 0, 0, 0, 0, 98, 533 -gprof/po/es.po, 98, 533, 625, 0, 0, 0, 0, 98, 533 -gprof/po/tr.po, 98, 533, 517, 0, 0, 0, 0, 98, 533 -gprof/po/nl.po, 97, 525, 552, 0, 0, 0, 0, 97, 525 -gprof/po/es.gmo, 98, 533, 625, 0, 0, 0, 0, 98, 533 -gprof/po/fr.gmo, 98, 533, 614, 0, 0, 0, 0, 98, 533 -gprof/po/de.po, 97, 525, 492, 0, 0, 0, 0, 97, 525 -gprof/po/pt_BR.po, 98, 533, 613, 0, 0, 0, 0, 98, 533 -gprof/po/eo.po, 98, 533, 535, 0, 0, 0, 0, 98, 533 -gprof/po/fi.po, 97, 526, 487, 0, 0, 0, 0, 97, 526 -gprof/po/fr.po, 98, 533, 614, 0, 0, 0, 0, 98, 533 -gprof/po/ms.po, 98, 533, 534, 0, 0, 0, 0, 98, 533 -gprof/po/sv.gmo, 98, 533, 505, 0, 0, 0, 0, 98, 533 -gprof/po/id.po, 97, 525, 517, 0, 0, 0, 0, 97, 525 -gprof/po/nl.gmo, 97, 525, 552, 0, 0, 0, 0, 97, 525 -gprof/po/ru.po, 98, 533, 536, 0, 0, 0, 0, 98, 533 -gprof/po/gprof.pot, 0, 0, 0, 0, 0, 98, 533, 98, 533 -gprof/po/de.gmo, 97, 525, 492, 0, 0, 0, 0, 97, 525 -gprof/po/ga.po, 97, 524, 587, 0, 0, 0, 0, 97, 524 -gprof/po/sr.gmo, 98, 533, 543, 0, 0, 0, 0, 98, 533 -gprof/po/it.po, 97, 525, 595, 0, 0, 0, 0, 97, 525 -gprof/po/hu.gmo, 98, 533, 545, 0, 0, 0, 0, 98, 533 -gprof/po/uk.po, 98, 533, 552, 0, 0, 0, 0, 98, 533 -gprof/po/rw.po, 2, 2, 2, 67, 425, 24, 59, 93, 486 -gprof/po/ja.gmo, 28, 119, 90, 0, 0, 0, 0, 28, 119 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -ld/po/uk.gmo, 882, 6063, 6356, 0, 0, 0, 0, 882, 6063 -ld/po/fi.gmo, 323, 1737, 1422, 0, 0, 0, 0, 323, 1737 -ld/po/id.gmo, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -ld/po/sr.po, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -ld/po/ja.po, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -ld/po/bg.po, 609, 3789, 4374, 0, 0, 273, 2274, 882, 6063 -ld/po/pt_BR.gmo, 882, 6063, 7031, 0, 0, 0, 0, 882, 6063 -ld/po/vi.gmo, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -ld/po/it.gmo, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -ld/po/da.po, 386, 2177, 2100, 0, 0, 100, 713, 486, 2890 -ld/po/tr.gmo, 460, 2690, 2463, 0, 0, 0, 0, 460, 2690 -ld/po/zh_CN.gmo, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -ld/po/vi.po, 489, 2902, 4515, 0, 0, 0, 0, 489, 2902 -ld/po/bg.gmo, 609, 3789, 4374, 0, 0, 0, 0, 609, 3789 -ld/po/sv.po, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -ld/po/zh_CN.po, 497, 2968, 1311, 0, 0, 0, 0, 497, 2968 -ld/po/ru.gmo, 55, 420, 482, 0, 0, 0, 0, 55, 420 -ld/po/es.po, 809, 5484, 6987, 19, 162, 56, 442, 884, 6088 -ld/po/ga.gmo, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -ld/po/tr.po, 460, 2690, 2463, 50, 370, 64, 488, 574, 3548 -ld/po/es.gmo, 809, 5484, 6987, 0, 0, 0, 0, 809, 5484 -ld/po/fr.gmo, 884, 6088, 7743, 0, 0, 0, 0, 884, 6088 -ld/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -ld/po/zh_TW.gmo, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -ld/po/pt_BR.po, 882, 6063, 7031, 0, 0, 0, 0, 882, 6063 -ld/po/fi.po, 323, 1737, 1422, 316, 2308, 245, 2043, 884, 6088 -ld/po/zh_TW.po, 497, 2968, 1403, 0, 0, 0, 0, 497, 2968 -ld/po/fr.po, 884, 6088, 7743, 0, 0, 0, 0, 884, 6088 -ld/po/ld.pot, 0, 0, 0, 0, 0, 882, 6063, 882, 6063 -ld/po/sv.gmo, 497, 2968, 2891, 0, 0, 0, 0, 497, 2968 -ld/po/id.po, 489, 2902, 2970, 0, 0, 0, 0, 489, 2902 -ld/po/ru.po, 55, 420, 482, 3, 24, 428, 2446, 486, 2890 -ld/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -ld/po/ga.po, 497, 2968, 3409, 0, 0, 0, 0, 497, 2968 -ld/po/sr.gmo, 497, 2968, 3045, 0, 0, 0, 0, 497, 2968 -ld/po/it.po, 488, 2898, 3402, 0, 0, 0, 0, 488, 2898 -ld/po/uk.po, 882, 6063, 6356, 0, 0, 0, 0, 882, 6063 -ld/po/ja.gmo, 489, 2902, 1516, 0, 0, 0, 0, 489, 2902 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -opcodes/po/uk.gmo, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/pt_BR.gmo, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -opcodes/po/sv.po, 436, 2594, 2402, 0, 0, 0, 0, 436, 2594 -opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 453, 2685, 453, 2685 -opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/fr.gmo, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -opcodes/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -opcodes/po/pt_BR.po, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/fr.po, 362, 2108, 2378, 0, 0, 0, 0, 362, 2108 -opcodes/po/sv.gmo, 436, 2594, 2402, 0, 0, 0, 0, 436, 2594 -opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/uk.po, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 diff --git a/results/f31/blivet-gui-2.1.11-2.fc31.src.rpm.errors.txt b/results/f31/blivet-gui-2.1.11-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f31/blivet-gui-2.1.11-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv b/results/f31/blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 9f8b7c5..0000000 --- a/results/f31/blivet-gui-2.1.11-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,73 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 218, 753, 344, 0, 0, 5, 62, 223, 815 -po/zh_CN.po, 184, 687, 328, 0, 0, 39, 128, 223, 815 -po/vi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/uk.po, 223, 815, 839, 0, 0, 0, 0, 223, 815 -po/tr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/th.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/te.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ta.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/sv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/sr.po, 218, 753, 792, 0, 0, 5, 62, 223, 815 -po/sq.po, 132, 481, 575, 3, 11, 88, 323, 223, 815 -po/sl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/sk.po, 223, 815, 800, 0, 0, 0, 0, 223, 815 -po/si.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ru.po, 135, 492, 471, 0, 0, 88, 323, 223, 815 -po/ro.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/pt_BR.po, 40, 151, 160, 0, 0, 183, 664, 223, 815 -po/pl.po, 223, 815, 845, 0, 0, 0, 0, 223, 815 -po/or.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nds.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/nb.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ms.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/mr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/mn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ml.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/mai.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/lv.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ky.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ko.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/kn.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/kk.po, 135, 492, 485, 0, 0, 88, 323, 223, 815 -po/ka.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ja.po, 98, 276, 133, 0, 0, 125, 539, 223, 815 -po/it.po, 135, 492, 535, 0, 0, 88, 323, 223, 815 -po/is.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/id.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/hu.po, 223, 815, 789, 0, 0, 0, 0, 223, 815 -po/hr.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/hi.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/he.po, 77, 163, 168, 1, 1, 145, 651, 223, 815 -po/gu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/gl.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ga.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/fur.po, 215, 749, 887, 0, 0, 8, 66, 223, 815 -po/fr.po, 223, 815, 1010, 0, 0, 0, 0, 223, 815 -po/fi.po, 115, 313, 283, 0, 0, 108, 502, 223, 815 -po/fa.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/eu.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/et.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/es.po, 220, 809, 951, 2, 2, 1, 4, 223, 815 -po/eo.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/en_GB.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/el.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/de_CH.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/da.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/cy.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/cs.po, 222, 811, 796, 0, 0, 1, 4, 223, 815 -po/ca.po, 218, 775, 965, 0, 0, 5, 40, 223, 815 -po/bs.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/brx.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/br.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/bn_IN.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/blivet-gui.pot, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/bg.po, 126, 466, 515, 0, 0, 97, 349, 223, 815 -po/ast.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/as.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/ar.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/anp.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/am.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 -po/af.po, 0, 0, 0, 0, 0, 223, 815, 223, 815 diff --git a/results/f31/boost-1.69.0-9.fc31.src.rpm.errors.txt b/results/f31/boost-1.69.0-9.fc31.src.rpm.errors.txt deleted file mode 100644 index b12cc42..0000000 --- a/results/f31/boost-1.69.0-9.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./tools/build/example/gettext/main.cpp) -translate.tools.pocount: ERROR: Unknown filetype (./tools/build/example/gettext/jamroot.jam) -translate.tools.pocount: ERROR: Unknown filetype (./tools/build/example/gettext/jamfile.jam) diff --git a/results/f31/boost-1.69.0-9.fc31.src.rpm.stats.csv b/results/f31/boost-1.69.0-9.fc31.src.rpm.stats.csv deleted file mode 100644 index c683094..0000000 --- a/results/f31/boost-1.69.0-9.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tools/build/example/gettext/russian.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 diff --git a/results/f31/brasero-3.12.2-9.fc31.src.rpm.errors.txt b/results/f31/brasero-3.12.2-9.fc31.src.rpm.errors.txt deleted file mode 100644 index be41b82..0000000 --- a/results/f31/brasero-3.12.2-9.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,454 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/lv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/logo48.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/en_GB.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/id/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bg.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/eu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/zh_HK.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_HK/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/zh_TW.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_TW/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/te/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/brasero-main-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/prob-cd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/prob-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/tools-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-image-burn.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/split-track.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-audio.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-video.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/tools-check-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-disc-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/project-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/create-cover.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/brasero-3.12.2-9.fc31.src.rpm.stats.csv b/results/f31/brasero-3.12.2-9.fc31.src.rpm.stats.csv deleted file mode 100644 index cc8ecab..0000000 --- a/results/f31/brasero-3.12.2-9.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,112 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_CN/zh_CN.po, 143, 2095, 431, 4, 92, 0, 0, 147, 2187 -help/ru/ru.po, 147, 2187, 1704, 0, 0, 0, 0, 147, 2187 -help/de/de.po, 144, 2202, 2138, 0, 0, 0, 0, 144, 2202 -help/hu/hu.po, 144, 2202, 1719, 0, 0, 0, 0, 144, 2202 -help/lv/lv.po, 144, 2202, 1704, 0, 0, 0, 0, 144, 2202 -help/el/el.po, 144, 2202, 2092, 0, 0, 0, 0, 144, 2202 -help/en_GB/en_GB.po, 261, 3510, 3509, 0, 0, 0, 0, 261, 3510 -help/es/es.po, 144, 2202, 2196, 0, 0, 0, 0, 144, 2202 -help/id/id.po, 144, 2202, 1944, 0, 0, 0, 0, 144, 2202 -help/fi/fi.po, 6, 29, 23, 26, 208, 112, 1965, 144, 2202 -help/bg/bg.po, 260, 3508, 3353, 0, 0, 0, 0, 260, 3508 -help/ro/ro.po, 144, 2202, 2205, 0, 0, 0, 0, 144, 2202 -help/pl/pl.po, 144, 2202, 1723, 0, 0, 0, 0, 144, 2202 -help/pt/pt.po, 144, 2202, 2190, 0, 0, 0, 0, 144, 2202 -help/eu/eu.po, 261, 3510, 2710, 0, 0, 0, 0, 261, 3510 -help/zh_HK/zh_HK.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -help/ja/ja.po, 145, 2204, 168, 0, 0, 0, 0, 145, 2204 -help/gl/gl.po, 147, 2187, 2099, 0, 0, 0, 0, 147, 2187 -help/fr/fr.po, 144, 2202, 2346, 0, 0, 0, 0, 144, 2202 -help/zh_TW/zh_TW.po, 110, 1173, 188, 8, 118, 29, 896, 147, 2187 -help/te/te.po, 10, 18, 22, 0, 0, 137, 2169, 147, 2187 -help/ko/ko.po, 144, 2202, 1487, 0, 0, 0, 0, 144, 2202 -help/it/it.po, 261, 3510, 3376, 0, 0, 0, 0, 261, 3510 -help/cs/cs.po, 144, 2202, 1787, 0, 0, 0, 0, 144, 2202 -help/sl/sl.po, 147, 2187, 1760, 0, 0, 0, 0, 147, 2187 -help/pt_BR/pt_BR.po, 144, 2202, 2272, 0, 0, 0, 0, 144, 2202 -help/sv/sv.po, 144, 2202, 2067, 0, 0, 0, 0, 144, 2202 -help/ca/ca.po, 89, 977, 1016, 0, 0, 54, 1202, 143, 2179 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/eo.po, 295, 842, 819, 0, 0, 673, 4704, 968, 5546 -po/sr.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -po/nl.po, 968, 5546, 5419, 0, 0, 0, 0, 968, 5546 -po/cs.po, 969, 5549, 4930, 0, 0, 0, 0, 969, 5549 -po/tr.po, 969, 5549, 4538, 0, 0, 0, 0, 969, 5549 -po/mr.po, 968, 5546, 5220, 0, 0, 0, 0, 968, 5546 -po/he.po, 968, 5546, 4911, 0, 0, 0, 0, 968, 5546 -po/tg.po, 968, 5546, 5738, 0, 0, 0, 0, 968, 5546 -po/bn_IN.po, 968, 5546, 6053, 0, 0, 0, 0, 968, 5546 -po/ar.po, 946, 5182, 4531, 0, 0, 22, 364, 968, 5546 -po/et.po, 968, 5546, 4251, 0, 0, 0, 0, 968, 5546 -po/pl.po, 969, 5549, 4970, 0, 0, 0, 0, 969, 5549 -po/uk.po, 968, 5546, 4764, 0, 0, 0, 0, 968, 5546 -po/en@shaw.po, 986, 5408, 5406, 0, 0, 0, 0, 986, 5408 -po/gd.po, 968, 5546, 7062, 0, 0, 0, 0, 968, 5546 -po/af.po, 805, 4286, 4324, 11, 129, 152, 1131, 968, 5546 -po/my.po, 935, 4765, 1866, 4, 18, 54, 769, 993, 5552 -po/nn.po, 986, 5520, 5110, 3, 63, 0, 0, 989, 5583 -po/hr.po, 969, 5549, 5030, 0, 0, 0, 0, 969, 5549 -po/ast.po, 971, 5493, 5661, 0, 0, 0, 0, 971, 5493 -po/mk.po, 971, 5493, 5653, 0, 0, 0, 0, 971, 5493 -po/sr@latin.po, 968, 5546, 5134, 0, 0, 0, 0, 968, 5546 -po/ku.po, 672, 2889, 3030, 26, 152, 289, 2411, 987, 5452 -po/ca.po, 969, 5549, 6275, 0, 0, 0, 0, 969, 5549 -po/br.po, 984, 5393, 6173, 0, 0, 2, 15, 986, 5408 -po/be.po, 968, 5546, 4784, 0, 0, 0, 0, 968, 5546 -po/fr.po, 969, 5549, 6366, 0, 0, 0, 0, 969, 5549 -po/en_CA.po, 971, 5493, 5494, 0, 0, 0, 0, 971, 5493 -po/zh_CN.po, 968, 5546, 1589, 0, 0, 0, 0, 968, 5546 -po/zh_HK.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -po/sv.po, 969, 5549, 5097, 0, 0, 0, 0, 969, 5549 -po/nb.po, 969, 5549, 5123, 0, 0, 0, 0, 969, 5549 -po/ca@valencia.po, 968, 5546, 6268, 0, 0, 0, 0, 968, 5546 -po/bn.po, 986, 5408, 5606, 0, 0, 0, 0, 986, 5408 -po/bg.po, 968, 5546, 6078, 0, 0, 0, 0, 968, 5546 -po/en_GB.po, 968, 5546, 5558, 0, 0, 0, 0, 968, 5546 -po/it.po, 982, 5608, 5414, 0, 0, 0, 0, 982, 5608 -po/nds.po, 466, 1332, 1259, 0, 0, 518, 4070, 984, 5402 -po/oc.po, 968, 5546, 6238, 0, 0, 0, 0, 968, 5546 -po/es.po, 969, 5549, 6058, 0, 0, 0, 0, 969, 5549 -po/ml.po, 968, 5546, 4199, 0, 0, 0, 0, 968, 5546 -po/kk.po, 304, 921, 798, 0, 0, 665, 4628, 969, 5549 -po/de.po, 969, 5549, 5351, 0, 0, 0, 0, 969, 5549 -po/bs.po, 968, 5546, 5058, 0, 0, 0, 0, 968, 5546 -po/lt.po, 969, 5549, 4473, 0, 0, 0, 0, 969, 5549 -po/ja.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -po/zh_TW.po, 968, 5546, 1661, 0, 0, 0, 0, 968, 5546 -po/te.po, 968, 5546, 4519, 0, 0, 0, 0, 968, 5546 -po/hi.po, 968, 5546, 6441, 0, 0, 0, 0, 968, 5546 -po/as.po, 968, 5546, 5755, 0, 0, 0, 0, 968, 5546 -po/fur.po, 969, 5549, 5917, 0, 0, 0, 0, 969, 5549 -po/id.po, 969, 5549, 4998, 0, 0, 0, 0, 969, 5549 -po/pa.po, 968, 5546, 5994, 0, 0, 0, 0, 968, 5546 -po/pt_BR.po, 969, 5549, 5990, 0, 0, 0, 0, 969, 5549 -po/gu.po, 968, 5546, 5899, 0, 0, 0, 0, 968, 5546 -po/el.po, 968, 5546, 5813, 0, 0, 0, 0, 968, 5546 -po/ga.po, 495, 1562, 1688, 9, 66, 476, 3904, 980, 5532 -po/ne.po, 213, 476, 491, 497, 2045, 259, 3028, 969, 5549 -po/kn.po, 968, 5546, 4614, 0, 0, 0, 0, 968, 5546 -po/fi.po, 968, 5546, 4099, 0, 0, 0, 0, 968, 5546 -po/ro.po, 968, 5546, 5785, 0, 0, 0, 0, 968, 5546 -po/is.po, 669, 2636, 2505, 0, 0, 299, 2910, 968, 5546 -po/ms.po, 56, 256, 219, 576, 1796, 354, 3356, 986, 5408 -po/ru.po, 968, 5546, 4751, 0, 0, 0, 0, 968, 5546 -po/da.po, 968, 5546, 5079, 0, 0, 0, 0, 968, 5546 -po/eu.po, 968, 5546, 4622, 0, 0, 0, 0, 968, 5546 -po/vi.po, 969, 5549, 7376, 0, 0, 0, 0, 969, 5549 -po/dz.po, 752, 3949, 1203, 0, 0, 0, 0, 752, 3949 -po/gl.po, 968, 5546, 6224, 0, 0, 0, 0, 968, 5546 -po/lv.po, 968, 5546, 4488, 0, 0, 0, 0, 968, 5546 -po/or.po, 968, 5546, 5396, 0, 0, 0, 0, 968, 5546 -po/th.po, 968, 5546, 1743, 0, 0, 0, 0, 968, 5546 -po/km.po, 966, 5474, 1968, 5, 19, 0, 0, 971, 5493 -po/sl.po, 969, 5549, 5068, 0, 0, 0, 0, 969, 5549 -po/fa.po, 968, 5546, 5951, 0, 0, 0, 0, 968, 5546 -po/hu.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -po/mai.po, 133, 242, 317, 0, 0, 828, 5038, 961, 5280 -po/ta.po, 968, 5546, 4597, 0, 0, 0, 0, 968, 5546 -po/ug.po, 977, 5515, 4331, 0, 0, 0, 0, 977, 5515 -po/sk.po, 969, 5549, 5121, 0, 0, 0, 0, 969, 5549 -po/pt.po, 968, 5546, 5958, 0, 0, 0, 0, 968, 5546 -po/ko.po, 968, 5546, 4229, 0, 0, 0, 0, 968, 5546 diff --git a/results/f31/brltty-6.0-6.fc31.src.rpm.errors.txt b/results/f31/brltty-6.0-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 7ad9342..0000000 --- a/results/f31/brltty-6.0-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./Messages/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./Messages/TRANSLATORS) -translate.tools.pocount: ERROR: Unknown filetype (./Messages/reldeps.mk) -translate.tools.pocount: ERROR: Unknown filetype (./Messages/LINGUAS) diff --git a/results/f31/brltty-6.0-6.fc31.src.rpm.stats.csv b/results/f31/brltty-6.0-6.fc31.src.rpm.stats.csv deleted file mode 100644 index 8f1d366..0000000 --- a/results/f31/brltty-6.0-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Messages/brltty.pot, 0, 0, 0, 0, 0, 825, 2703, 825, 2703 -Messages/de.po, 796, 2533, 2287, 4, 18, 25, 152, 825, 2703 -Messages/fr.po, 802, 2636, 3468, 0, 0, 0, 0, 802, 2636 -Messages/it.po, 136, 194, 210, 0, 0, 666, 2442, 802, 2636 -Messages/zh.po, 774, 2496, 1015, 6, 34, 0, 0, 780, 2530 diff --git a/results/f31/ceph-14.2.4-1.fc31.src.rpm.errors.txt b/results/f31/ceph-14.2.4-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 15a7716..0000000 --- a/results/f31/ceph-14.2.4-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,71 +0,0 @@ -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./src/boost/tools/build/example/gettext/main.cpp) -translate.tools.pocount: ERROR: Unknown filetype (./src/boost/tools/build/example/gettext/jamroot.jam) -translate.tools.pocount: ERROR: Unknown filetype (./src/boost/tools/build/example/gettext/jamfile.jam) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.html) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-group/info-group.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card.component.html) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/info-card/info-card-popover.scss) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.scss) -translate.tools.pocount: ERROR: Unknown filetype (./src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.html) -translate.tools.pocount: ERROR: Start tag expected, '<' not found, line 1, column 1 (, line 1) -translate.tools.pocount: ERROR: cannot process src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-: does not exist -translate.tools.pocount: ERROR: cannot process src/pybind/mgr/dashboard/frontend/src/app/shared/components/usage-bar/usage-: does not exist -translate.tools.pocount: ERROR: cannot process src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary-: does not exist -translate.tools.pocount: ERROR: cannot process src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary-: does not exist -translate.tools.pocount: ERROR: cannot process src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary-: does not exist diff --git a/results/f31/ceph-14.2.4-1.fc31.src.rpm.stats.csv b/results/f31/ceph-14.2.4-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 01e20fe..0000000 --- a/results/f31/ceph-14.2.4-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -src/boost/tools/build/example/gettext/russian.po, 1, 1, 2, 0, 0, 0, 0, 1, 1 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f31/cheese-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/cheese-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index b1db565..0000000 --- a/results/f31/cheese-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,32 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog.pre-git) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/webcams.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/video-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-image-properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-fullscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-countdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-take.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/photo-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/no-device.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/mode-wide.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/image-properties.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/effects.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/cheese.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/effects-apply.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/closed.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/card-graphic.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/burst-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/README.translators) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.pre-git) diff --git a/results/f31/cheese-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/cheese-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index b22b6d1..0000000 --- a/results/f31/cheese-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,108 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_CN/zh_CN.po, 118, 1665, 219, 1, 15, 0, 0, 119, 1680 -help/sv/sv.po, 112, 1472, 1412, 0, 0, 0, 0, 112, 1472 -help/sl/sl.po, 114, 1707, 1468, 0, 0, 0, 0, 114, 1707 -help/ru/ru.po, 115, 1705, 1379, 0, 0, 0, 0, 115, 1705 -help/pt_BR/pt_BR.po, 112, 1472, 1569, 0, 0, 0, 0, 112, 1472 -help/pl/pl.po, 112, 1472, 1179, 0, 0, 0, 0, 112, 1472 -help/nl/nl.po, 112, 1472, 1557, 0, 0, 0, 0, 112, 1472 -help/ko/ko.po, 112, 1472, 1038, 0, 0, 0, 0, 112, 1472 -help/id/id.po, 112, 1472, 1291, 0, 0, 0, 0, 112, 1472 -help/hu/hu.po, 112, 1472, 1243, 0, 0, 0, 0, 112, 1472 -help/gl/gl.po, 112, 1472, 1474, 0, 0, 0, 0, 112, 1472 -help/fr/fr.po, 112, 1472, 1632, 0, 0, 0, 0, 112, 1472 -help/fi/fi.po, 79, 877, 606, 26, 472, 7, 120, 112, 1469 -help/es/es.po, 112, 1472, 1575, 0, 0, 0, 0, 112, 1472 -help/el/el.po, 112, 1472, 1626, 0, 0, 0, 0, 112, 1472 -help/de/de.po, 112, 1472, 1529, 0, 0, 0, 0, 112, 1472 -help/cs/cs.po, 112, 1472, 1302, 0, 0, 0, 0, 112, 1472 -help/ca/ca.po, 118, 1652, 1870, 0, 0, 0, 0, 118, 1652 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 70, 185, 164, 2, 109, 0, 0, 72, 294 -po/zh_TW.po, 122, 614, 153, 0, 0, 0, 0, 122, 614 -po/zh_HK.po, 121, 630, 154, 0, 0, 0, 0, 121, 630 -po/zh_CN.po, 122, 614, 204, 0, 0, 0, 0, 122, 614 -po/xh.po, 71, 193, 178, 14, 44, 24, 267, 109, 504 -po/vi.po, 130, 628, 770, 0, 0, 0, 0, 130, 628 -po/uk.po, 123, 614, 518, 0, 0, 0, 0, 123, 614 -po/ug.po, 125, 574, 442, 0, 0, 0, 0, 125, 574 -po/tr.po, 130, 628, 485, 0, 0, 0, 0, 130, 628 -po/th.po, 123, 614, 168, 0, 0, 0, 0, 123, 614 -po/tg.po, 120, 613, 608, 0, 0, 0, 0, 120, 613 -po/te.po, 120, 613, 509, 0, 0, 0, 0, 120, 613 -po/ta.po, 120, 613, 500, 0, 0, 0, 0, 120, 613 -po/sv.po, 131, 631, 596, 0, 0, 0, 0, 131, 631 -po/sr@latin.po, 123, 614, 609, 0, 0, 0, 0, 123, 614 -po/sr.po, 130, 628, 626, 0, 0, 0, 0, 130, 628 -po/sq.po, 99, 527, 567, 0, 0, 0, 0, 99, 527 -po/sl.po, 131, 631, 582, 0, 0, 0, 0, 131, 631 -po/sk.po, 123, 614, 565, 0, 0, 0, 0, 123, 614 -po/ru.po, 122, 614, 511, 0, 0, 0, 0, 122, 614 -po/ro.po, 131, 631, 678, 0, 0, 0, 0, 131, 631 -po/pt_BR.po, 131, 631, 728, 0, 0, 0, 0, 131, 631 -po/pt.po, 123, 614, 655, 0, 0, 0, 0, 123, 614 -po/ps.po, 72, 333, 367, 0, 0, 7, 56, 79, 389 -po/pl.po, 130, 628, 587, 0, 0, 0, 0, 130, 628 -po/pa.po, 120, 613, 644, 0, 0, 0, 0, 120, 613 -po/or.po, 120, 613, 577, 0, 0, 0, 0, 120, 613 -po/oc.po, 123, 614, 690, 0, 0, 0, 0, 123, 614 -po/nn.po, 103, 530, 538, 0, 0, 0, 0, 103, 530 -po/nl.po, 122, 614, 657, 0, 0, 0, 0, 122, 614 -po/ne.po, 123, 614, 531, 0, 0, 0, 0, 123, 614 -po/nds.po, 54, 104, 96, 0, 0, 68, 556, 122, 660 -po/nb.po, 131, 631, 608, 0, 0, 0, 0, 131, 631 -po/ms.po, 95, 372, 333, 16, 197, 9, 82, 120, 651 -po/mr.po, 120, 613, 513, 0, 0, 0, 0, 120, 613 -po/ml.po, 123, 614, 477, 0, 0, 0, 0, 123, 614 -po/mk.po, 119, 550, 599, 0, 0, 0, 0, 119, 550 -po/mjw.po, 35, 62, 63, 0, 0, 96, 569, 131, 631 -po/mai.po, 29, 146, 167, 0, 0, 93, 513, 122, 659 -po/lv.po, 130, 628, 525, 0, 0, 0, 0, 130, 628 -po/lt.po, 130, 628, 515, 0, 0, 0, 0, 130, 628 -po/lo.po, 123, 614, 182, 0, 0, 0, 0, 123, 614 -po/ky.po, 125, 576, 441, 0, 0, 0, 0, 125, 576 -po/ku.po, 92, 398, 415, 0, 0, 7, 128, 99, 526 -po/ko.po, 130, 628, 460, 0, 0, 0, 0, 130, 628 -po/kn.po, 120, 613, 502, 0, 0, 0, 0, 120, 613 -po/km.po, 119, 550, 193, 0, 0, 0, 0, 119, 550 -po/kk.po, 122, 614, 472, 0, 0, 0, 0, 122, 614 -po/ka.po, 120, 651, 503, 0, 0, 0, 0, 120, 651 -po/ja.po, 129, 627, 190, 0, 0, 1, 1, 130, 628 -po/it.po, 130, 628, 616, 0, 0, 0, 0, 130, 628 -po/is.po, 122, 614, 566, 0, 0, 0, 0, 122, 614 -po/id.po, 131, 631, 600, 0, 0, 0, 0, 131, 631 -po/hu.po, 131, 631, 522, 0, 0, 0, 0, 131, 631 -po/hr.po, 131, 631, 576, 0, 0, 0, 0, 131, 631 -po/hi.po, 123, 614, 672, 0, 0, 0, 0, 123, 614 -po/he.po, 123, 614, 608, 0, 0, 0, 0, 123, 614 -po/gu.po, 123, 614, 591, 0, 0, 0, 0, 123, 614 -po/gl.po, 130, 628, 726, 0, 0, 0, 0, 130, 628 -po/ga.po, 76, 238, 325, 32, 244, 12, 73, 120, 555 -po/fur.po, 131, 631, 683, 0, 0, 0, 0, 131, 631 -po/fr.po, 131, 631, 733, 0, 0, 0, 0, 131, 631 -po/fi.po, 130, 628, 436, 0, 0, 0, 0, 130, 628 -po/fa.po, 130, 628, 611, 0, 0, 0, 0, 130, 628 -po/eu.po, 131, 631, 532, 0, 0, 0, 0, 131, 631 -po/et.po, 122, 614, 438, 0, 0, 0, 0, 122, 614 -po/es.po, 131, 631, 732, 0, 0, 0, 0, 131, 631 -po/eo.po, 131, 631, 595, 0, 0, 0, 0, 131, 631 -po/en_GB.po, 130, 628, 641, 0, 0, 0, 0, 130, 628 -po/en@shaw.po, 114, 592, 593, 6, 59, 0, 0, 120, 651 -po/el.po, 131, 631, 683, 0, 0, 0, 0, 131, 631 -po/dz.po, 59, 304, 183, 0, 0, 0, 0, 59, 304 -po/de.po, 131, 631, 631, 0, 0, 0, 0, 131, 631 -po/da.po, 122, 614, 559, 0, 0, 0, 0, 122, 614 -po/cs.po, 130, 628, 596, 0, 0, 0, 0, 130, 628 -po/ca@valencia.po, 123, 614, 692, 0, 0, 0, 0, 123, 614 -po/ca.po, 131, 631, 712, 0, 0, 0, 0, 131, 631 -po/bs.po, 120, 613, 578, 0, 0, 0, 0, 120, 613 -po/bn_IN.po, 120, 613, 602, 0, 0, 0, 0, 120, 613 -po/bn.po, 120, 651, 671, 0, 0, 0, 0, 120, 651 -po/bg.po, 123, 614, 561, 0, 0, 0, 0, 123, 614 -po/be@latin.po, 90, 412, 381, 0, 0, 9, 115, 99, 527 -po/be.po, 123, 614, 502, 0, 0, 0, 0, 123, 614 -po/ast.po, 118, 538, 574, 0, 0, 1, 12, 119, 550 -po/as.po, 120, 613, 581, 0, 0, 0, 0, 120, 613 -po/ar.po, 119, 530, 502, 0, 0, 4, 84, 123, 614 -po/an.po, 123, 614, 667, 0, 0, 0, 0, 123, 614 -po/af.po, 123, 614, 603, 0, 0, 0, 0, 123, 614 diff --git a/results/f31/chkconfig-1.11-5.fc31.src.rpm.errors.txt b/results/f31/chkconfig-1.11-5.fc31.src.rpm.errors.txt deleted file mode 100644 index 5b8a4ac..0000000 --- a/results/f31/chkconfig-1.11-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,8 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) diff --git a/results/f31/chkconfig-1.11-5.fc31.src.rpm.stats.csv b/results/f31/chkconfig-1.11-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 07ae1af..0000000 --- a/results/f31/chkconfig-1.11-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,152 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 94, 503, 265, 0, 0, 9, 52, 103, 555 -po/zh_CN.po, 96, 524, 263, 0, 0, 7, 31, 103, 555 -po/vi.po, 72, 346, 441, 0, 0, 31, 209, 103, 555 -po/ur.po, 82, 400, 422, 0, 0, 21, 155, 103, 555 -po/uk.po, 96, 524, 503, 0, 0, 7, 31, 103, 555 -po/tr.po, 92, 480, 410, 4, 44, 7, 31, 103, 555 -po/th.po, 29, 180, 103, 0, 0, 74, 375, 103, 555 -po/tg.po, 91, 477, 531, 0, 0, 12, 78, 103, 555 -po/te.po, 94, 503, 418, 0, 0, 9, 52, 103, 555 -po/ta.po, 94, 503, 434, 0, 0, 9, 52, 103, 555 -po/sv.po, 96, 524, 539, 0, 0, 7, 31, 103, 555 -po/sr@latin.po, 88, 438, 418, 0, 0, 15, 117, 103, 555 -po/sr.po, 96, 524, 499, 0, 0, 7, 31, 103, 555 -po/sq.po, 95, 519, 567, 1, 5, 7, 31, 103, 555 -po/sl.po, 84, 413, 410, 0, 0, 19, 142, 103, 555 -po/sk.po, 96, 524, 519, 0, 0, 7, 31, 103, 555 -po/si.po, 12, 38, 38, 0, 0, 91, 517, 103, 555 -po/ru.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/ro.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/pt_BR.po, 96, 524, 570, 0, 0, 7, 31, 103, 555 -po/pt.po, 96, 524, 601, 0, 0, 7, 31, 103, 555 -po/pl.po, 96, 524, 543, 0, 0, 7, 31, 103, 555 -po/pa.po, 92, 480, 555, 0, 0, 11, 75, 103, 555 -po/or.po, 94, 503, 568, 0, 0, 9, 52, 103, 555 -po/nn.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nl.po, 96, 524, 545, 0, 0, 7, 31, 103, 555 -po/nds.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/nb.po, 92, 480, 491, 0, 0, 11, 75, 103, 555 -po/my.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ms.po, 84, 413, 405, 0, 0, 19, 142, 103, 555 -po/mr.po, 94, 503, 482, 0, 0, 9, 52, 103, 555 -po/ml.po, 96, 524, 440, 0, 0, 7, 31, 103, 555 -po/mk.po, 84, 413, 463, 0, 0, 19, 142, 103, 555 -po/mai.po, 88, 438, 509, 0, 0, 15, 117, 103, 555 -po/lv.po, 91, 477, 428, 0, 0, 12, 78, 103, 555 -po/lo.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ku.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/ko.po, 96, 524, 467, 0, 0, 7, 31, 103, 555 -po/kn.po, 94, 503, 464, 0, 0, 9, 52, 103, 555 -po/km.po, 96, 524, 301, 0, 0, 7, 31, 103, 555 -po/ka.po, 55, 237, 221, 0, 0, 48, 318, 103, 555 -po/ja.po, 95, 516, 295, 1, 8, 7, 31, 103, 555 -po/it.po, 94, 503, 531, 0, 0, 9, 52, 103, 555 -po/is.po, 91, 477, 481, 0, 0, 12, 78, 103, 555 -po/id.po, 94, 503, 506, 0, 0, 9, 52, 103, 555 -po/ia.po, 94, 503, 546, 0, 0, 9, 52, 103, 555 -po/hy.po, 0, 0, 0, 0, 0, 93, 487, 93, 487 -po/hu.po, 94, 503, 503, 0, 0, 9, 52, 103, 555 -po/hr.po, 84, 413, 412, 0, 0, 19, 142, 103, 555 -po/hi.po, 94, 503, 601, 0, 0, 9, 52, 103, 555 -po/he.po, 0, 0, 0, 0, 0, 96, 513, 96, 513 -po/gu.po, 94, 503, 547, 0, 0, 9, 52, 103, 555 -po/gl.po, 94, 503, 579, 0, 0, 9, 52, 103, 555 -po/fr.po, 96, 524, 591, 0, 0, 7, 31, 103, 555 -po/fi.po, 96, 524, 460, 0, 0, 7, 31, 103, 555 -po/fa.po, 91, 477, 513, 0, 0, 12, 78, 103, 555 -po/eu.po, 6, 6, 6, 0, 0, 97, 549, 103, 555 -po/et.po, 92, 480, 423, 0, 0, 11, 75, 103, 555 -po/es.po, 96, 524, 580, 0, 0, 7, 31, 103, 555 -po/en_GB.po, 88, 438, 438, 0, 0, 15, 117, 103, 555 -po/el.po, 94, 503, 517, 0, 0, 9, 52, 103, 555 -po/de.po, 96, 524, 553, 0, 0, 7, 31, 103, 555 -po/da.po, 92, 480, 481, 0, 0, 11, 75, 103, 555 -po/cy.po, 84, 413, 438, 0, 0, 19, 142, 103, 555 -po/cs.po, 96, 524, 482, 0, 0, 7, 31, 103, 555 -po/chkconfig.pot, 0, 0, 0, 0, 0, 107, 573, 107, 573 -po/ca.po, 96, 524, 641, 0, 0, 7, 31, 103, 555 -po/bs.po, 82, 400, 398, 0, 0, 21, 155, 103, 555 -po/bn_IN.po, 92, 480, 488, 0, 0, 11, 75, 103, 555 -po/bn.po, 91, 477, 485, 0, 0, 12, 78, 103, 555 -po/bg.po, 95, 522, 554, 0, 0, 8, 33, 103, 555 -po/be.po, 81, 393, 372, 0, 0, 22, 162, 103, 555 -po/bal.po, 84, 413, 436, 0, 0, 19, 142, 103, 555 -po/as.po, 94, 503, 505, 0, 0, 9, 52, 103, 555 -po/ar.po, 90, 453, 442, 0, 0, 13, 102, 103, 555 diff --git a/results/f31/chrome-gnome-shell-10.1-5.fc31.src.rpm.errors.txt b/results/f31/chrome-gnome-shell-10.1-5.fc31.src.rpm.errors.txt deleted file mode 100644 index 98d7cc5..0000000 --- a/results/f31/chrome-gnome-shell-10.1-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv b/results/f31/chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 1e1bff5..0000000 --- a/results/f31/chrome-gnome-shell-10.1-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,30 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.po, 49, 313, 288, 0, 0, 0, 0, 49, 313 -po/template.pot, 0, 0, 0, 0, 0, 49, 313, 49, 313 -po/sv.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -po/sr.po, 49, 313, 315, 0, 0, 0, 0, 49, 313 -po/sl.po, 13, 14, 15, 19, 59, 14, 235, 46, 308 -po/sk.po, 47, 329, 354, 0, 0, 0, 0, 47, 329 -po/ru.po, 49, 313, 292, 0, 0, 0, 0, 49, 313 -po/pt_BR.po, 49, 313, 390, 0, 0, 0, 0, 49, 313 -po/pt.po, 11, 13, 18, 9, 31, 26, 264, 46, 308 -po/pl.po, 49, 313, 304, 0, 0, 0, 0, 49, 313 -po/oc.po, 44, 184, 251, 2, 124, 0, 0, 46, 308 -po/nl.po, 49, 313, 333, 0, 0, 0, 0, 49, 313 -po/nb.po, 20, 30, 29, 0, 0, 27, 299, 47, 329 -po/ko.po, 46, 331, 325, 0, 0, 0, 0, 46, 331 -po/it.po, 47, 329, 388, 0, 0, 0, 0, 47, 329 -po/id.po, 49, 313, 314, 0, 0, 0, 0, 49, 313 -po/hu.po, 49, 313, 306, 0, 0, 0, 0, 49, 313 -po/hr.po, 49, 313, 301, 0, 0, 0, 0, 49, 313 -po/gl.po, 47, 329, 418, 0, 0, 0, 0, 47, 329 -po/gd.po, 46, 331, 444, 0, 0, 0, 0, 46, 331 -po/fr.po, 46, 331, 436, 0, 0, 0, 0, 46, 331 -po/fi.po, 38, 139, 121, 3, 61, 8, 113, 49, 313 -po/et.po, 40, 162, 164, 0, 0, 9, 151, 49, 313 -po/es.po, 49, 313, 394, 0, 0, 0, 0, 49, 313 -po/el.po, 28, 109, 135, 2, 32, 16, 167, 46, 308 -po/de.po, 49, 313, 331, 0, 0, 0, 0, 49, 313 -po/da.po, 49, 313, 312, 0, 0, 0, 0, 49, 313 -po/cs.po, 49, 313, 317, 0, 0, 0, 0, 49, 313 -po/ca.po, 46, 331, 412, 0, 0, 0, 0, 46, 331 diff --git a/results/f31/clutter-1.26.2-9.fc31.src.rpm.errors.txt b/results/f31/clutter-1.26.2-9.fc31.src.rpm.errors.txt deleted file mode 100644 index 66a927b..0000000 --- a/results/f31/clutter-1.26.2-9.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/clutter-1.26.2-9.fc31.src.rpm.stats.csv b/results/f31/clutter-1.26.2-9.fc31.src.rpm.stats.csv deleted file mode 100644 index cc3ce73..0000000 --- a/results/f31/clutter-1.26.2-9.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,130 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ro.po, 514, 2335, 2272, 95, 459, 66, 263, 675, 3057 -po/ca@valencia.gmo, 669, 3022, 3468, 0, 0, 0, 0, 669, 3022 -po/ast.gmo, 515, 2319, 2411, 0, 0, 0, 0, 515, 2319 -po/eo.po, 287, 983, 904, 71, 295, 317, 1779, 675, 3057 -po/pt.gmo, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -po/az_IR.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/sl.po, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -po/yi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/ml.gmo, 124, 296, 240, 0, 0, 0, 0, 124, 296 -po/sr@latin.gmo, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -po/sv.po, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -po/ar.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/it.gmo, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -po/ps.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/de.gmo, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -po/ug.gmo, 153, 372, 339, 0, 0, 0, 0, 153, 372 -po/clutter-1.0.pot, 0, 0, 0, 0, 0, 675, 3057, 675, 3057 -po/it.po, 675, 3057, 3074, 0, 0, 0, 0, 675, 3057 -po/bg.po, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -po/ko.gmo, 16, 50, 41, 0, 0, 0, 0, 16, 50 -po/ca.po, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -po/sr.po, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -po/lv.po, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -po/pt.po, 675, 3057, 3395, 0, 0, 0, 0, 675, 3057 -po/sk.gmo, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -po/en_GB.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/kk.gmo, 67, 113, 119, 0, 0, 0, 0, 67, 113 -po/an.gmo, 672, 3030, 3299, 0, 0, 0, 0, 672, 3030 -po/sr@latin.po, 675, 3057, 2710, 0, 0, 0, 0, 675, 3057 -po/kk.po, 67, 113, 119, 0, 0, 608, 2944, 675, 3057 -po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/cs.gmo, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -po/ro.gmo, 514, 2335, 2272, 0, 0, 0, 0, 514, 2335 -po/nl.gmo, 439, 1893, 1867, 0, 0, 0, 0, 439, 1893 -po/fa.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/lt.gmo, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -po/bs.gmo, 672, 3030, 2656, 0, 0, 0, 0, 672, 3030 -po/ps.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/ca.gmo, 675, 3057, 3514, 0, 0, 0, 0, 675, 3057 -po/lt.po, 675, 3057, 2240, 0, 0, 0, 0, 675, 3057 -po/kn.po, 304, 928, 732, 32, 169, 339, 1960, 675, 3057 -po/mk.po, 521, 2366, 2379, 93, 447, 61, 244, 675, 3057 -po/es.gmo, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -po/gl.po, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -po/km.gmo, 527, 2389, 733, 0, 0, 0, 0, 527, 2389 -po/fr.po, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -po/or.po, 307, 945, 838, 62, 251, 306, 1861, 675, 3057 -po/an.po, 672, 3030, 3299, 3, 27, 0, 0, 675, 3057 -po/tr.po, 527, 2223, 1743, 35, 202, 113, 632, 675, 3057 -po/fa.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/hr.po, 17, 58, 62, 1, 3, 657, 2996, 675, 3057 -po/zh_HK.po, 669, 3022, 919, 3, 27, 3, 8, 675, 3057 -po/da.gmo, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -po/de.po, 675, 3057, 2821, 0, 0, 0, 0, 675, 3057 -po/id.po, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -po/el.gmo, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -po/az_IR.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/fur.po, 174, 587, 622, 0, 0, 501, 2470, 675, 3057 -po/mk.gmo, 521, 2366, 2379, 0, 0, 0, 0, 521, 2366 -po/be.po, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -po/eu.gmo, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -po/zh_HK.gmo, 669, 3022, 919, 0, 0, 0, 0, 669, 3022 -po/hi.gmo, 653, 2947, 2999, 0, 0, 0, 0, 653, 2947 -po/pt_BR.po, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -po/pt_BR.gmo, 675, 3057, 3290, 0, 0, 0, 0, 675, 3057 -po/fur.gmo, 174, 587, 622, 0, 0, 0, 0, 174, 587 -po/zh_CN.gmo, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -po/ja.po, 653, 2947, 743, 14, 85, 8, 25, 675, 3057 -po/te.gmo, 653, 2947, 2268, 0, 0, 0, 0, 653, 2947 -po/ru.po, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -po/be.gmo, 675, 3057, 2357, 0, 0, 0, 0, 675, 3057 -po/fi.po, 44, 122, 91, 6, 34, 625, 2901, 675, 3057 -po/nl.po, 439, 1893, 1867, 128, 624, 108, 540, 675, 3057 -po/pa.po, 66, 142, 142, 15, 51, 594, 2864, 675, 3057 -po/he.gmo, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/zh_TW.gmo, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -po/ar.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/eu.po, 675, 3057, 2345, 0, 0, 0, 0, 675, 3057 -po/pl.gmo, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -po/fi.gmo, 44, 122, 91, 0, 0, 0, 0, 44, 122 -po/ca@valencia.po, 669, 3022, 3468, 3, 27, 3, 8, 675, 3057 -po/pl.po, 675, 3057, 2599, 0, 0, 0, 0, 675, 3057 -po/hr.gmo, 17, 58, 62, 0, 0, 0, 0, 17, 58 -po/nb.gmo, 351, 1069, 849, 0, 0, 0, 0, 351, 1069 -po/ast.po, 515, 2319, 2411, 93, 441, 67, 297, 675, 3057 -po/pa.gmo, 66, 142, 142, 0, 0, 0, 0, 66, 142 -po/as.gmo, 669, 3022, 2472, 0, 0, 0, 0, 669, 3022 -po/ru.gmo, 675, 3057, 2485, 0, 0, 0, 0, 675, 3057 -po/yi.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/ml.po, 124, 296, 240, 3, 15, 548, 2746, 675, 3057 -po/hu.gmo, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -po/bs.po, 672, 3030, 2656, 3, 27, 0, 0, 675, 3057 -po/zh_CN.po, 675, 3057, 902, 0, 0, 0, 0, 675, 3057 -po/gl.gmo, 675, 3057, 3384, 0, 0, 0, 0, 675, 3057 -po/oc.po, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -po/cs.po, 675, 3057, 2742, 0, 0, 0, 0, 675, 3057 -po/lv.gmo, 675, 3057, 2351, 0, 0, 0, 0, 675, 3057 -po/as.po, 669, 3022, 2472, 3, 27, 3, 8, 675, 3057 -po/ur.po, 1, 1, 1, 0, 0, 674, 3056, 675, 3057 -po/tr.gmo, 527, 2223, 1743, 0, 0, 0, 0, 527, 2223 -po/sl.gmo, 675, 3057, 2589, 0, 0, 0, 0, 675, 3057 -po/sk.po, 675, 3057, 2724, 0, 0, 0, 0, 675, 3057 -po/te.po, 653, 2947, 2268, 14, 85, 8, 25, 675, 3057 -po/eo.gmo, 287, 983, 904, 0, 0, 0, 0, 287, 983 -po/hi.po, 653, 2947, 2999, 14, 85, 8, 25, 675, 3057 -po/zh_TW.po, 675, 3057, 932, 0, 0, 0, 0, 675, 3057 -po/ko.po, 16, 50, 41, 0, 0, 659, 3007, 675, 3057 -po/id.gmo, 675, 3057, 2573, 0, 0, 0, 0, 675, 3057 -po/ug.po, 153, 372, 339, 1, 2, 521, 2683, 675, 3057 -po/hu.po, 675, 3057, 2541, 0, 0, 0, 0, 675, 3057 -po/da.po, 675, 3057, 2397, 0, 0, 0, 0, 675, 3057 -po/uk.gmo, 672, 3030, 2651, 0, 0, 0, 0, 672, 3030 -po/or.gmo, 307, 945, 838, 0, 0, 0, 0, 307, 945 -po/ta.gmo, 515, 2319, 1645, 0, 0, 0, 0, 515, 2319 -po/es.po, 675, 3057, 3534, 0, 0, 0, 0, 675, 3057 -po/oc.gmo, 675, 3057, 3457, 0, 0, 0, 0, 675, 3057 -po/he.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/nb.po, 351, 1069, 849, 19, 110, 305, 1878, 675, 3057 -po/sv.gmo, 675, 3057, 2402, 0, 0, 0, 0, 675, 3057 -po/el.po, 675, 3057, 2998, 0, 0, 0, 0, 675, 3057 -po/ja.gmo, 653, 2947, 743, 0, 0, 0, 0, 653, 2947 -po/fr.gmo, 675, 3057, 3443, 0, 0, 0, 0, 675, 3057 -po/en_GB.po, 675, 3057, 3057, 0, 0, 0, 0, 675, 3057 -po/kn.gmo, 304, 928, 732, 0, 0, 0, 0, 304, 928 -po/sr.gmo, 675, 3057, 2708, 0, 0, 0, 0, 675, 3057 -po/bg.gmo, 675, 3057, 3108, 0, 0, 0, 0, 675, 3057 -po/km.po, 527, 2389, 733, 88, 428, 60, 240, 675, 3057 -po/ta.po, 515, 2319, 1645, 93, 441, 67, 297, 675, 3057 -po/uk.po, 672, 3030, 2651, 3, 27, 0, 0, 675, 3057 diff --git a/results/f31/clutter-gtk-1.8.4-6.fc31.src.rpm.errors.txt b/results/f31/clutter-gtk-1.8.4-6.fc31.src.rpm.errors.txt deleted file mode 100644 index c059970..0000000 --- a/results/f31/clutter-gtk-1.8.4-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv b/results/f31/clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv deleted file mode 100644 index 546d7a1..0000000 --- a/results/f31/clutter-gtk-1.8.4-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,8 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cluttergtk-1.0.pot, 0, 0, 0, 0, 0, 1, 5, 1, 5 -po/zh_CN.gmo, 1, 5, 3, 0, 0, 0, 0, 1, 5 -po/ja.po, 1, 5, 4, 0, 0, 0, 0, 1, 5 -po/pl.gmo, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/pl.po, 1, 5, 5, 0, 0, 0, 0, 1, 5 -po/zh_CN.po, 1, 5, 3, 0, 0, 0, 0, 1, 5 -po/ja.gmo, 1, 5, 4, 0, 0, 0, 0, 1, 5 diff --git a/results/f31/cogl-1.22.4-2.fc31.src.rpm.errors.txt b/results/f31/cogl-1.22.4-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 66a927b..0000000 --- a/results/f31/cogl-1.22.4-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/cogl-1.22.4-2.fc31.src.rpm.stats.csv b/results/f31/cogl-1.22.4-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 7a2b744..0000000 --- a/results/f31/cogl-1.22.4-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,124 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ne.po, 37, 161, 170, 22, 61, 21, 171, 80, 393 -po/ro.po, 80, 393, 454, 0, 0, 0, 0, 80, 393 -po/ca@valencia.gmo, 80, 393, 552, 0, 0, 0, 0, 80, 393 -po/ast.gmo, 4, 15, 21, 0, 0, 0, 0, 4, 15 -po/eo.po, 7, 15, 17, 0, 0, 66, 340, 73, 355 -po/pt.gmo, 80, 393, 464, 0, 0, 0, 0, 80, 393 -po/sl.po, 76, 378, 358, 0, 0, 0, 0, 76, 378 -po/ml.gmo, 13, 37, 36, 0, 0, 0, 0, 13, 37 -po/en_CA.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -po/sr@latin.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/sv.po, 80, 393, 340, 0, 0, 0, 0, 80, 393 -po/ar.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -po/it.gmo, 76, 378, 455, 0, 0, 0, 0, 76, 378 -po/de.gmo, 76, 378, 323, 0, 0, 0, 0, 76, 378 -po/ug.gmo, 69, 295, 332, 0, 0, 0, 0, 69, 295 -po/it.po, 76, 378, 455, 0, 0, 0, 0, 76, 378 -po/bg.po, 80, 393, 589, 0, 0, 0, 0, 80, 393 -po/ko.gmo, 80, 393, 353, 0, 0, 0, 0, 80, 393 -po/ca.po, 76, 378, 523, 0, 0, 0, 0, 76, 378 -po/sr.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/th.gmo, 80, 393, 144, 0, 0, 0, 0, 80, 393 -po/lv.po, 80, 393, 344, 0, 0, 0, 0, 80, 393 -po/pt.po, 80, 393, 464, 0, 0, 0, 0, 80, 393 -po/sk.gmo, 80, 393, 436, 0, 0, 0, 0, 80, 393 -po/en_GB.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/an.gmo, 80, 393, 501, 0, 0, 0, 0, 80, 393 -po/sr@latin.po, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/cs.gmo, 80, 393, 414, 0, 0, 0, 0, 80, 393 -po/ro.gmo, 80, 393, 454, 0, 0, 0, 0, 80, 393 -po/nl.gmo, 80, 393, 349, 0, 0, 0, 0, 80, 393 -po/fa.po, 4, 15, 18, 0, 0, 71, 346, 75, 361 -po/lt.gmo, 80, 393, 345, 0, 0, 0, 0, 80, 393 -po/bs.gmo, 76, 378, 382, 0, 0, 0, 0, 76, 378 -po/ca.gmo, 76, 378, 523, 0, 0, 0, 0, 76, 378 -po/th.po, 80, 393, 144, 0, 0, 0, 0, 80, 393 -po/lt.po, 80, 393, 345, 0, 0, 0, 0, 80, 393 -po/kn.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -po/es.gmo, 80, 393, 530, 0, 0, 0, 0, 80, 393 -po/gl.po, 77, 370, 496, 0, 0, 0, 0, 77, 370 -po/km.gmo, 71, 320, 136, 0, 0, 0, 0, 71, 320 -po/fr.po, 80, 393, 531, 0, 0, 0, 0, 80, 393 -po/or.po, 4, 15, 19, 0, 0, 71, 346, 75, 361 -po/an.po, 80, 393, 501, 0, 0, 0, 0, 80, 393 -po/tr.po, 80, 393, 374, 0, 0, 0, 0, 80, 393 -po/fa.gmo, 4, 15, 18, 0, 0, 0, 0, 4, 15 -po/hr.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/zh_HK.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/da.gmo, 76, 378, 319, 0, 0, 0, 0, 76, 378 -po/de.po, 76, 378, 323, 0, 0, 0, 0, 76, 378 -po/id.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/el.gmo, 80, 393, 410, 0, 0, 0, 0, 80, 393 -po/fur.po, 80, 393, 530, 0, 0, 0, 0, 80, 393 -po/be.po, 80, 393, 361, 0, 0, 0, 0, 80, 393 -po/eu.gmo, 80, 393, 369, 0, 0, 0, 0, 80, 393 -po/zh_HK.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/hi.gmo, 76, 378, 510, 0, 0, 0, 0, 76, 378 -po/pt_BR.po, 80, 393, 515, 0, 0, 0, 0, 80, 393 -po/pt_BR.gmo, 80, 393, 515, 0, 0, 0, 0, 80, 393 -po/fur.gmo, 80, 393, 530, 0, 0, 0, 0, 80, 393 -po/zh_CN.gmo, 80, 393, 164, 0, 0, 0, 0, 80, 393 -po/ja.po, 76, 378, 119, 0, 0, 0, 0, 76, 378 -po/te.gmo, 76, 378, 349, 0, 0, 0, 0, 76, 378 -po/ru.po, 76, 378, 343, 0, 0, 0, 0, 76, 378 -po/be.gmo, 80, 393, 361, 0, 0, 0, 0, 80, 393 -po/nl.po, 80, 393, 349, 0, 0, 0, 0, 80, 393 -po/pa.po, 25, 62, 63, 0, 0, 51, 316, 76, 378 -po/he.gmo, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/zh_TW.gmo, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/ar.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -po/eu.po, 80, 393, 369, 0, 0, 0, 0, 80, 393 -po/pl.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/vi.po, 4, 15, 17, 0, 0, 71, 346, 75, 361 -po/ca@valencia.po, 80, 393, 552, 0, 0, 0, 0, 80, 393 -po/en_CA.po, 4, 15, 15, 0, 0, 71, 346, 75, 361 -po/pl.po, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/hr.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/nb.gmo, 23, 85, 87, 0, 0, 0, 0, 23, 85 -po/ast.po, 4, 15, 21, 0, 0, 71, 346, 75, 361 -po/pa.gmo, 25, 62, 63, 0, 0, 0, 0, 25, 62 -po/as.gmo, 76, 378, 418, 0, 0, 0, 0, 76, 378 -po/ru.gmo, 76, 378, 343, 0, 0, 0, 0, 76, 378 -po/ml.po, 13, 37, 36, 28, 78, 39, 278, 80, 393 -po/hu.gmo, 76, 378, 339, 0, 0, 0, 0, 76, 378 -po/vi.gmo, 4, 15, 17, 0, 0, 0, 0, 4, 15 -po/bs.po, 76, 378, 382, 0, 0, 0, 0, 76, 378 -po/zh_CN.po, 80, 393, 164, 0, 0, 0, 0, 80, 393 -po/gl.gmo, 77, 370, 496, 0, 0, 0, 0, 77, 370 -po/oc.po, 80, 393, 535, 0, 0, 0, 0, 80, 393 -po/cs.po, 80, 393, 414, 0, 0, 0, 0, 80, 393 -po/lv.gmo, 80, 393, 344, 0, 0, 0, 0, 80, 393 -po/as.po, 76, 378, 418, 0, 0, 0, 0, 76, 378 -po/ne.gmo, 37, 161, 170, 0, 0, 0, 0, 37, 161 -po/tr.gmo, 80, 393, 374, 0, 0, 0, 0, 80, 393 -po/sl.gmo, 76, 378, 358, 0, 0, 0, 0, 76, 378 -po/sk.po, 80, 393, 436, 0, 0, 0, 0, 80, 393 -po/te.po, 76, 378, 349, 0, 0, 0, 0, 76, 378 -po/eo.gmo, 7, 15, 17, 0, 0, 0, 0, 7, 15 -po/hi.po, 76, 378, 510, 0, 0, 0, 0, 76, 378 -po/zh_TW.po, 76, 378, 141, 0, 0, 0, 0, 76, 378 -po/ko.po, 80, 393, 353, 0, 0, 0, 0, 80, 393 -po/id.gmo, 80, 393, 388, 0, 0, 0, 0, 80, 393 -po/ug.po, 69, 295, 332, 0, 0, 11, 98, 80, 393 -po/hu.po, 76, 378, 339, 0, 0, 0, 0, 76, 378 -po/da.po, 76, 378, 319, 0, 0, 0, 0, 76, 378 -po/uk.gmo, 80, 393, 360, 0, 0, 0, 0, 80, 393 -po/or.gmo, 4, 15, 19, 0, 0, 0, 0, 4, 15 -po/ta.gmo, 76, 378, 346, 0, 0, 0, 0, 76, 378 -po/es.po, 80, 393, 530, 0, 0, 0, 0, 80, 393 -po/oc.gmo, 80, 393, 535, 0, 0, 0, 0, 80, 393 -po/cogl.pot, 0, 0, 0, 0, 0, 80, 393, 80, 393 -po/he.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/nb.po, 23, 85, 87, 0, 0, 57, 308, 80, 393 -po/sv.gmo, 80, 393, 340, 0, 0, 0, 0, 80, 393 -po/el.po, 80, 393, 410, 0, 0, 0, 0, 80, 393 -po/ja.gmo, 76, 378, 119, 0, 0, 0, 0, 76, 378 -po/fr.gmo, 80, 393, 531, 0, 0, 0, 0, 80, 393 -po/en_GB.po, 76, 378, 378, 0, 0, 0, 0, 76, 378 -po/kn.gmo, 4, 15, 15, 0, 0, 0, 0, 4, 15 -po/sr.gmo, 80, 393, 389, 0, 0, 0, 0, 80, 393 -po/bg.gmo, 80, 393, 589, 0, 0, 0, 0, 80, 393 -po/km.po, 71, 320, 136, 4, 41, 0, 0, 75, 361 -po/ta.po, 76, 378, 346, 0, 0, 0, 0, 76, 378 -po/uk.po, 80, 393, 360, 0, 0, 0, 0, 80, 393 diff --git a/results/f31/colord-1.4.4-2.fc31.src.rpm.errors.txt b/results/f31/colord-1.4.4-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 9c42f5a..0000000 --- a/results/f31/colord-1.4.4-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,10 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/colord-1.4.4-2.fc31.src.rpm.stats.csv b/results/f31/colord-1.4.4-2.fc31.src.rpm.stats.csv deleted file mode 100644 index f252eec..0000000 --- a/results/f31/colord-1.4.4-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,106 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 253, 1990, 546, 0, 0, 0, 0, 253, 1990 -po/zh_CN.po, 253, 1990, 504, 0, 0, 0, 0, 253, 1990 -po/uk.po, 253, 1990, 1960, 0, 0, 0, 0, 253, 1990 -po/tr.po, 211, 1928, 1622, 0, 0, 42, 62, 253, 1990 -po/th.po, 2, 11, 4, 0, 0, 97, 377, 99, 388 -po/ta.po, 8, 25, 22, 0, 0, 91, 363, 99, 388 -po/sv.po, 253, 1990, 1728, 0, 0, 0, 0, 253, 1990 -po/sr@latin.po, 8, 25, 32, 0, 0, 91, 363, 99, 388 -po/sr.po, 211, 1928, 1817, 0, 0, 42, 62, 253, 1990 -po/sl.po, 127, 522, 496, 0, 0, 126, 1468, 253, 1990 -po/sk.po, 89, 334, 319, 0, 0, 164, 1656, 253, 1990 -po/ru.po, 253, 1990, 1910, 0, 0, 0, 0, 253, 1990 -po/ro.po, 75, 303, 343, 0, 0, 178, 1687, 253, 1990 -po/pt_BR.po, 253, 1990, 2325, 0, 0, 0, 0, 253, 1990 -po/pt.po, 111, 372, 427, 0, 0, 142, 1618, 253, 1990 -po/pl.po, 253, 1990, 1896, 0, 0, 0, 0, 253, 1990 -po/pa.po, 8, 25, 26, 0, 0, 91, 363, 99, 388 -po/or.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 -po/oc.po, 120, 432, 520, 0, 0, 133, 1558, 253, 1990 -po/nl.po, 97, 386, 417, 0, 0, 156, 1604, 253, 1990 -po/nb.po, 150, 673, 565, 0, 0, 103, 1317, 253, 1990 -po/mr.po, 8, 25, 23, 0, 0, 91, 363, 99, 388 -po/ml.po, 8, 25, 24, 0, 0, 91, 363, 99, 388 -po/lv.po, 121, 497, 401, 0, 0, 132, 1493, 253, 1990 -po/lt.po, 59, 209, 193, 0, 0, 194, 1781, 253, 1990 -po/ko.po, 253, 1990, 1519, 0, 0, 0, 0, 253, 1990 -po/kn.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/kk.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/ja.po, 134, 545, 175, 0, 0, 119, 1445, 253, 1990 -po/it.po, 253, 1990, 2088, 0, 0, 0, 0, 253, 1990 -po/is.po, 132, 448, 399, 0, 0, 121, 1542, 253, 1990 -po/id.po, 215, 837, 785, 0, 0, 38, 1153, 253, 1990 -po/hu.po, 253, 1990, 1682, 0, 0, 0, 0, 253, 1990 -po/hr.po, 166, 899, 803, 0, 0, 87, 1091, 253, 1990 -po/hi.po, 8, 25, 28, 0, 0, 91, 363, 99, 388 -po/he.po, 38, 162, 135, 0, 0, 215, 1828, 253, 1990 -po/gu.po, 8, 25, 25, 0, 0, 91, 363, 99, 388 -po/gl.po, 151, 630, 726, 0, 0, 102, 1360, 253, 1990 -po/fur.po, 179, 753, 888, 0, 0, 74, 1237, 253, 1990 -po/fr.po, 148, 732, 832, 0, 0, 105, 1258, 253, 1990 -po/fi.po, 43, 161, 100, 0, 0, 210, 1829, 253, 1990 -po/eu.po, 49, 129, 105, 0, 0, 204, 1861, 253, 1990 -po/es.po, 197, 1850, 2073, 0, 0, 56, 140, 253, 1990 -po/eo.po, 5, 5, 5, 0, 0, 198, 1880, 203, 1885 -po/en_GB.po, 252, 1986, 1986, 0, 0, 1, 4, 253, 1990 -po/el.po, 203, 1885, 2153, 0, 0, 50, 105, 253, 1990 -po/de.po, 246, 1865, 1697, 0, 0, 7, 125, 253, 1990 -po/da.po, 253, 1990, 1767, 0, 0, 0, 0, 253, 1990 -po/cs.po, 253, 1990, 1889, 0, 0, 0, 0, 253, 1990 -po/ca.po, 253, 1990, 2435, 0, 0, 0, 0, 253, 1990 -po/bn_IN.po, 8, 25, 34, 0, 0, 91, 363, 99, 388 -po/as.po, 8, 25, 29, 0, 0, 91, 363, 99, 388 diff --git a/results/f31/colord-gtk-0.2.0-2.fc31.src.rpm.errors.txt b/results/f31/colord-gtk-0.2.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 98b0038..0000000 --- a/results/f31/colord-gtk-0.2.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/colord-gtk-0.2.0-2.fc31.src.rpm.stats.csv b/results/f31/colord-gtk-0.2.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 92bab8c..0000000 --- a/results/f31/colord-gtk-0.2.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_GB.po, 0, 0, 0, 0, 0, 1, 5, 1, 5 diff --git a/results/f31/cpio-2.12-12.fc31.src.rpm.errors.txt b/results/f31/cpio-2.12-12.fc31.src.rpm.errors.txt deleted file mode 100644 index eee0a4a..0000000 --- a/results/f31/cpio-2.12-12.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,34 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 172: invalid continuation byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 16: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f31/cpio-2.12-12.fc31.src.rpm.stats.csv b/results/f31/cpio-2.12-12.fc31.src.rpm.stats.csv deleted file mode 100644 index d76b6c1..0000000 --- a/results/f31/cpio-2.12-12.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,30 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 162, 1101, 403, 45, 211, 106, 590, 313, 1902 -po/cpio.pot, 0, 0, 0, 0, 0, 313, 1902, 313, 1902 -po/sv.po, 293, 1795, 1770, 15, 86, 5, 21, 313, 1902 -po/sr.po, 293, 1795, 1866, 15, 86, 5, 21, 313, 1902 -po/tr.po, 293, 1795, 1606, 15, 86, 5, 21, 313, 1902 -po/it.po, 293, 1795, 2020, 15, 86, 5, 21, 313, 1902 -po/nl.po, 293, 1795, 1808, 15, 86, 5, 21, 313, 1902 -po/uk.po, 293, 1795, 1786, 15, 86, 5, 21, 313, 1902 -po/ja.po, 293, 1795, 846, 15, 86, 5, 21, 313, 1902 -po/pt_BR.po, 38, 197, 244, 52, 272, 223, 1433, 313, 1902 -po/ga.po, 162, 1101, 1453, 45, 211, 106, 590, 313, 1902 -po/zh_TW.gmo, 178, 899, 458, 0, 0, 0, 0, 178, 899 -po/ru.po, 293, 1795, 1785, 15, 86, 5, 21, 313, 1902 -po/pl.po, 293, 1795, 1800, 15, 86, 5, 21, 313, 1902 -po/vi.po, 293, 1795, 2633, 15, 86, 5, 21, 313, 1902 -po/ro.po, 38, 197, 235, 52, 272, 223, 1433, 313, 1902 -po/fi.po, 293, 1795, 1472, 15, 86, 5, 21, 313, 1902 -po/id.po, 293, 1795, 1804, 15, 86, 5, 21, 313, 1902 -po/gl.po, 125, 567, 722, 9, 43, 179, 1292, 313, 1902 -po/ko.po, 33, 174, 159, 57, 295, 223, 1433, 313, 1902 -po/hr.po, 293, 1795, 1754, 15, 86, 5, 21, 313, 1902 -po/hu.po, 293, 1795, 1799, 15, 86, 5, 21, 313, 1902 -po/fr.po, 293, 1795, 2158, 15, 86, 5, 21, 313, 1902 -po/de.po, 293, 1795, 1765, 15, 86, 5, 21, 313, 1902 -po/zh_TW.po, 178, 899, 458, 39, 240, 96, 763, 313, 1902 -po/da.po, 293, 1795, 1722, 15, 86, 5, 21, 313, 1902 -po/es.po, 267, 1598, 1983, 15, 86, 31, 218, 313, 1902 -po/ko.gmo, 33, 174, 159, 0, 0, 0, 0, 33, 174 -po/gl.gmo, 125, 567, 722, 0, 0, 0, 0, 125, 567 diff --git a/results/f31/cracklib-2.9.6-21.fc31.src.rpm.errors.txt b/results/f31/cracklib-2.9.6-21.fc31.src.rpm.errors.txt deleted file mode 100644 index 4e04d42..0000000 --- a/results/f31/cracklib-2.9.6-21.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,11 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f31/cracklib-2.9.6-21.fc31.src.rpm.stats.csv b/results/f31/cracklib-2.9.6-21.fc31.src.rpm.stats.csv deleted file mode 100644 index a769c0d..0000000 --- a/results/f31/cracklib-2.9.6-21.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 15, 93, 74, 0, 0, 1, 3, 16, 96 -po/ko.po, 15, 93, 64, 0, 0, 1, 3, 16, 96 -po/te.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -po/ru.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -po/pt_BR.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -po/or.po, 15, 93, 88, 0, 0, 1, 3, 16, 96 -po/fi.po, 15, 93, 51, 0, 0, 1, 3, 16, 96 -po/gu.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -po/ja.po, 15, 93, 15, 0, 0, 1, 3, 16, 96 -po/bn_IN.gmo, 15, 93, 96, 0, 0, 0, 0, 15, 93 -po/es.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -po/de.po, 15, 93, 83, 0, 0, 1, 3, 16, 96 -po/de.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -po/sl_SI.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -po/ko.gmo, 15, 93, 64, 0, 0, 0, 0, 15, 93 -po/ml.gmo, 15, 93, 52, 0, 0, 0, 0, 15, 93 -po/bn_IN.po, 15, 93, 96, 0, 0, 1, 3, 16, 96 -po/pl.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -po/sk.gmo, 15, 93, 80, 0, 0, 0, 0, 15, 93 -po/hu.gmo, 15, 93, 65, 0, 0, 0, 0, 15, 93 -po/zh_TW.po, 15, 93, 17, 0, 0, 1, 3, 16, 96 -po/nl.po, 15, 93, 93, 0, 0, 1, 3, 16, 96 -po/ja.gmo, 15, 93, 15, 0, 0, 0, 0, 15, 93 -po/pt.po, 15, 93, 103, 0, 0, 1, 3, 16, 96 -po/fi.gmo, 15, 93, 51, 0, 0, 0, 0, 15, 93 -po/mr.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -po/kn.po, 15, 93, 68, 0, 0, 1, 3, 16, 96 -po/hi.po, 15, 93, 105, 0, 0, 1, 3, 16, 96 -po/gu.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -po/as.gmo, 15, 93, 82, 0, 0, 0, 0, 15, 93 -po/sk.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -po/pa.gmo, 15, 93, 97, 0, 0, 0, 0, 15, 93 -po/it.gmo, 15, 93, 84, 0, 0, 0, 0, 15, 93 -po/ta.gmo, 15, 93, 72, 0, 0, 0, 0, 15, 93 -po/fr.gmo, 15, 93, 87, 0, 0, 0, 0, 15, 93 -po/ml.po, 15, 93, 52, 0, 0, 1, 3, 16, 96 -po/cracklib.pot, 0, 0, 0, 0, 0, 16, 96, 16, 96 -po/lt.gmo, 15, 93, 77, 0, 0, 0, 0, 15, 93 -po/hi.gmo, 15, 93, 105, 0, 0, 0, 0, 15, 93 -po/nb.po, 15, 93, 85, 0, 0, 1, 3, 16, 96 -po/it.po, 15, 93, 84, 0, 0, 1, 3, 16, 96 -po/pl.gmo, 15, 93, 73, 0, 0, 0, 0, 15, 93 -po/es.gmo, 15, 93, 83, 0, 0, 0, 0, 15, 93 -po/el.gmo, 15, 93, 67, 0, 0, 0, 0, 15, 93 -po/cs.gmo, 15, 93, 74, 0, 0, 0, 0, 15, 93 -po/zh_CN.gmo, 15, 93, 1, 0, 0, 0, 0, 15, 93 -po/or.gmo, 15, 93, 88, 0, 0, 0, 0, 15, 93 -po/el.po, 15, 93, 67, 0, 0, 1, 3, 16, 96 -po/sl_SI.po, 15, 93, 80, 0, 0, 1, 3, 16, 96 -po/uk.gmo, 15, 93, 78, 0, 0, 0, 0, 15, 93 -po/ru.gmo, 15, 93, 66, 0, 0, 0, 0, 15, 93 -po/te.po, 15, 93, 73, 0, 0, 1, 3, 16, 96 -po/tr.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -po/ta.po, 15, 93, 72, 0, 0, 1, 3, 16, 96 -po/pa.po, 15, 93, 97, 0, 0, 1, 3, 16, 96 -po/as.po, 15, 93, 82, 0, 0, 1, 3, 16, 96 -po/uk.po, 15, 93, 78, 0, 0, 1, 3, 16, 96 -po/hu.po, 15, 93, 65, 0, 0, 1, 3, 16, 96 -po/pt_BR.gmo, 15, 93, 89, 0, 0, 0, 0, 15, 93 -po/nl.gmo, 15, 93, 93, 0, 0, 0, 0, 15, 93 -po/mr.po, 15, 93, 66, 0, 0, 1, 3, 16, 96 -po/lt.po, 15, 93, 77, 0, 0, 1, 3, 16, 96 -po/nb.gmo, 15, 93, 85, 0, 0, 0, 0, 15, 93 -po/da.gmo, 15, 93, 90, 0, 0, 0, 0, 15, 93 -po/fr.po, 15, 93, 87, 0, 0, 1, 3, 16, 96 -po/zh_TW.gmo, 15, 93, 17, 0, 0, 0, 0, 15, 93 -po/da.po, 15, 93, 90, 0, 0, 1, 3, 16, 96 -po/pt.gmo, 15, 93, 103, 0, 0, 0, 0, 15, 93 -po/zh_CN.po, 15, 93, 1, 0, 0, 1, 3, 16, 96 -po/tr.po, 15, 93, 89, 0, 0, 1, 3, 16, 96 -po/kn.gmo, 15, 93, 68, 0, 0, 0, 0, 15, 93 diff --git a/results/f31/cryptsetup-2.2.1-1.fc31.src.rpm.errors.txt b/results/f31/cryptsetup-2.2.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 1352fc2..0000000 --- a/results/f31/cryptsetup-2.2.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,25 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv b/results/f31/cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 975cb4d..0000000 --- a/results/f31/cryptsetup-2.2.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,25 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sv.po, 665, 4420, 4221, 83, 549, 46, 405, 794, 5374 -po/sr.gmo, 146, 912, 888, 0, 0, 0, 0, 146, 912 -po/nl.po, 146, 912, 923, 419, 2743, 229, 1719, 794, 5374 -po/cryptsetup.pot, 0, 0, 0, 0, 0, 794, 5374, 794, 5374 -po/fr.po, 794, 5374, 7214, 0, 0, 0, 0, 794, 5374 -po/vi.gmo, 146, 912, 1351, 0, 0, 0, 0, 146, 912 -po/fi.gmo, 139, 873, 624, 0, 0, 0, 0, 139, 873 -po/ru.po, 794, 5374, 5268, 0, 0, 0, 0, 794, 5374 -po/pl.po, 794, 5374, 5615, 0, 0, 0, 0, 794, 5374 -po/zh_CN.po, 413, 2525, 969, 233, 1652, 148, 1197, 794, 5374 -po/nl.gmo, 146, 912, 923, 0, 0, 0, 0, 146, 912 -po/es.po, 794, 5374, 7669, 0, 0, 0, 0, 794, 5374 -po/cs.po, 794, 5374, 5444, 0, 0, 0, 0, 794, 5374 -po/da.po, 665, 4420, 4013, 83, 549, 46, 405, 794, 5374 -po/fi.po, 139, 873, 624, 416, 2715, 239, 1786, 794, 5374 -po/pt_BR.po, 665, 4420, 5660, 83, 549, 46, 405, 794, 5374 -po/id.gmo, 60, 340, 343, 0, 0, 0, 0, 60, 340 -po/uk.po, 794, 5374, 5935, 0, 0, 0, 0, 794, 5374 -po/id.po, 60, 340, 343, 279, 1733, 455, 3301, 794, 5374 -po/de.po, 794, 5374, 5534, 0, 0, 0, 0, 794, 5374 -po/sr.po, 146, 912, 888, 404, 2646, 244, 1816, 794, 5374 -po/vi.po, 146, 912, 1351, 418, 2737, 230, 1725, 794, 5374 -po/it.po, 665, 4420, 5329, 83, 549, 46, 405, 794, 5374 -po/ja.po, 794, 5374, 2166, 0, 0, 0, 0, 794, 5374 diff --git a/results/f31/cups-pk-helper-0.2.6-8.fc31.src.rpm.errors.txt b/results/f31/cups-pk-helper-0.2.6-8.fc31.src.rpm.errors.txt deleted file mode 100644 index 8bb5ca1..0000000 --- a/results/f31/cups-pk-helper-0.2.6-8.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv b/results/f31/cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv deleted file mode 100644 index 35af1d1..0000000 --- a/results/f31/cups-pk-helper-0.2.6-8.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,37 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -po/pl.po, 22, 149, 132, 0, 0, 0, 0, 22, 149 -po/hu.po, 22, 149, 98, 0, 0, 0, 0, 22, 149 -po/nl.po, 22, 149, 164, 0, 0, 0, 0, 22, 149 -po/id.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -po/cs.po, 22, 149, 129, 0, 0, 0, 0, 22, 149 -po/sl.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -po/sv.po, 22, 149, 166, 0, 0, 0, 0, 22, 149 -po/pt.po, 22, 149, 153, 0, 0, 0, 0, 22, 149 -po/hr.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -po/zh_CN.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -po/ka.po, 16, 90, 59, 0, 0, 6, 59, 22, 149 -po/uk.po, 22, 149, 159, 0, 0, 0, 0, 22, 149 -po/gl.po, 22, 149, 152, 0, 0, 0, 0, 22, 149 -po/fr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -po/sk.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -po/sr.po, 22, 149, 133, 0, 0, 0, 0, 22, 149 -po/ru.po, 22, 149, 135, 0, 0, 0, 0, 22, 149 -po/en_GB.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -po/lv.po, 22, 149, 118, 0, 0, 0, 0, 22, 149 -po/eo.po, 22, 149, 127, 0, 0, 0, 0, 22, 149 -po/it.po, 22, 149, 204, 0, 0, 0, 0, 22, 149 -po/ca.po, 22, 149, 208, 0, 0, 0, 0, 22, 149 -po/pt_BR.po, 22, 149, 154, 0, 0, 0, 0, 22, 149 -po/fi.po, 7, 30, 29, 0, 0, 15, 119, 22, 149 -po/es.po, 22, 149, 185, 0, 0, 0, 0, 22, 149 -po/ko.po, 22, 149, 101, 0, 0, 0, 0, 22, 149 -po/en.po, 22, 149, 149, 0, 0, 0, 0, 22, 149 -po/kk.po, 20, 136, 112, 0, 0, 2, 13, 22, 149 -po/oc.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 -po/ja.po, 22, 149, 22, 0, 0, 0, 0, 22, 149 -po/ia.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -po/da.po, 22, 149, 156, 0, 0, 0, 0, 22, 149 -po/de.po, 22, 149, 158, 0, 0, 0, 0, 22, 149 -po/eu.po, 22, 149, 131, 0, 0, 0, 0, 22, 149 -po/tr.po, 22, 149, 168, 0, 0, 0, 0, 22, 149 diff --git a/results/f31/diffutils-3.7-3.fc31.src.rpm.errors.txt b/results/f31/diffutils-3.7-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 37edb84..0000000 --- a/results/f31/diffutils-3.7-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 11: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 191: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 11: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe5 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f31/diffutils-3.7-3.fc31.src.rpm.stats.csv b/results/f31/diffutils-3.7-3.fc31.src.rpm.stats.csv deleted file mode 100644 index a1847e1..0000000 --- a/results/f31/diffutils-3.7-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,66 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/ru.gmo, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -po/bg.gmo, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -po/sr.gmo, 263, 1839, 1747, 0, 0, 0, 0, 263, 1839 -po/da.po, 263, 1839, 1794, 3, 47, 0, 0, 266, 1886 -po/pt.gmo, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -po/ru.po, 266, 1886, 1855, 0, 0, 0, 0, 266, 1886 -po/fr.po, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -po/pt_BR.po, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -po/ja.gmo, 204, 1495, 748, 0, 0, 0, 0, 204, 1495 -po/cs.gmo, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -po/vi.gmo, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -po/uk.po, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -po/pl.gmo, 263, 1839, 1828, 0, 0, 0, 0, 263, 1839 -po/el.gmo, 263, 1839, 2017, 0, 0, 0, 0, 263, 1839 -po/nb.gmo, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -po/zh_CN.gmo, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -po/es.gmo, 232, 1668, 2009, 0, 0, 0, 0, 232, 1668 -po/ca.po, 84, 415, 537, 125, 1085, 57, 386, 266, 1886 -po/id.po, 232, 1668, 1635, 23, 164, 11, 54, 266, 1886 -po/it.po, 247, 1735, 1962, 14, 138, 5, 13, 266, 1886 -po/uk.gmo, 266, 1886, 1950, 0, 0, 0, 0, 266, 1886 -po/diffutils.pot, 0, 0, 0, 0, 0, 266, 1886, 266, 1886 -po/sr.po, 263, 1839, 1747, 3, 47, 0, 0, 266, 1886 -po/sv.gmo, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/nl.po, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -po/ms.po, 121, 630, 641, 134, 1104, 11, 152, 266, 1886 -po/hr.po, 151, 724, 741, 19, 123, 96, 1039, 266, 1886 -po/vi.po, 266, 1886, 2782, 0, 0, 0, 0, 266, 1886 -po/eo.gmo, 263, 1839, 1776, 0, 0, 0, 0, 263, 1839 -po/pt.po, 266, 1886, 2039, 0, 0, 0, 0, 266, 1886 -po/gl.gmo, 110, 554, 655, 0, 0, 0, 0, 110, 554 -po/he.po, 73, 318, 351, 129, 1094, 64, 474, 266, 1886 -po/hu.po, 263, 1839, 1839, 3, 47, 0, 0, 266, 1886 -po/nb.po, 266, 1886, 1965, 0, 0, 0, 0, 266, 1886 -po/sv.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/zh_TW.po, 85, 421, 250, 124, 1079, 57, 386, 266, 1886 -po/zh_CN.po, 266, 1886, 851, 0, 0, 0, 0, 266, 1886 -po/ro.po, 72, 315, 341, 130, 1097, 64, 474, 266, 1886 -po/pt_BR.gmo, 266, 1886, 2207, 0, 0, 0, 0, 266, 1886 -po/it.gmo, 247, 1735, 1962, 0, 0, 0, 0, 247, 1735 -po/ms.gmo, 121, 630, 641, 0, 0, 0, 0, 121, 630 -po/ga.po, 84, 415, 450, 125, 1085, 57, 386, 266, 1886 -po/fi.gmo, 143, 788, 691, 0, 0, 0, 0, 143, 788 -po/fi.po, 143, 788, 691, 101, 884, 22, 214, 266, 1886 -po/el.po, 263, 1839, 2017, 3, 47, 0, 0, 266, 1886 -po/da.gmo, 263, 1839, 1794, 0, 0, 0, 0, 263, 1839 -po/tr.gmo, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -po/id.gmo, 232, 1668, 1635, 0, 0, 0, 0, 232, 1668 -po/pl.po, 263, 1839, 1828, 3, 47, 0, 0, 266, 1886 -po/cs.po, 266, 1886, 1876, 0, 0, 0, 0, 266, 1886 -po/de.po, 266, 1886, 1862, 0, 0, 0, 0, 266, 1886 -po/es.po, 232, 1668, 2009, 23, 164, 11, 54, 266, 1886 -po/ja.po, 204, 1495, 748, 50, 332, 12, 59, 266, 1886 -po/hr.gmo, 151, 724, 741, 0, 0, 0, 0, 151, 724 -po/eo.po, 263, 1839, 1776, 3, 47, 0, 0, 266, 1886 -po/hu.gmo, 263, 1839, 1839, 0, 0, 0, 0, 263, 1839 -po/zh_TW.gmo, 85, 421, 250, 0, 0, 0, 0, 85, 421 -po/fr.gmo, 266, 1886, 2289, 0, 0, 0, 0, 266, 1886 -po/bg.po, 266, 1886, 2185, 0, 0, 0, 0, 266, 1886 -po/nl.gmo, 266, 1886, 1991, 0, 0, 0, 0, 266, 1886 -po/lv.gmo, 232, 1668, 1554, 0, 0, 0, 0, 232, 1668 -po/lv.po, 232, 1668, 1554, 23, 164, 11, 54, 266, 1886 -po/tr.po, 266, 1886, 1811, 0, 0, 0, 0, 266, 1886 -po/gl.po, 110, 554, 655, 129, 1085, 27, 247, 266, 1886 diff --git a/results/f31/dnf-4.2.9-5.fc31.src.rpm.errors.txt b/results/f31/dnf-4.2.9-5.fc31.src.rpm.errors.txt deleted file mode 100644 index db50d07..0000000 --- a/results/f31/dnf-4.2.9-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/dnf-4.2.9-5.fc31.src.rpm.stats.csv b/results/f31/dnf-4.2.9-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 94b93f0..0000000 --- a/results/f31/dnf-4.2.9-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,53 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 675, 3318, 1174, 0, 0, 78, 413, 753, 3731 -po/zh_CN.po, 664, 3274, 1291, 3, 52, 86, 405, 753, 3731 -po/ur.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -po/uk.po, 752, 3726, 3877, 0, 0, 1, 5, 753, 3731 -po/tr.po, 559, 2344, 2179, 0, 0, 194, 1387, 753, 3731 -po/th.po, 57, 195, 138, 0, 0, 696, 3536, 753, 3731 -po/sv.po, 743, 3662, 3582, 0, 0, 10, 69, 753, 3731 -po/sr@latin.po, 134, 476, 490, 1, 5, 335, 1267, 470, 1748 -po/sr.po, 429, 1715, 1804, 0, 0, 324, 2016, 753, 3731 -po/sq.po, 20, 91, 103, 0, 0, 733, 3640, 753, 3731 -po/sk.po, 176, 636, 659, 1, 2, 576, 3093, 753, 3731 -po/ru.po, 717, 3493, 3418, 0, 0, 36, 238, 753, 3731 -po/pt_BR.po, 681, 3336, 3696, 1, 6, 71, 389, 753, 3731 -po/pt.po, 440, 1917, 2176, 23, 140, 290, 1674, 753, 3731 -po/pl.po, 752, 3726, 3795, 0, 0, 1, 5, 753, 3731 -po/pa.po, 540, 1899, 2463, 0, 0, 213, 1832, 753, 3731 -po/nl.po, 752, 3726, 3783, 0, 0, 1, 5, 753, 3731 -po/nb.po, 92, 294, 330, 0, 0, 661, 3437, 753, 3731 -po/ms.po, 8, 22, 22, 0, 0, 745, 3709, 753, 3731 -po/mr.po, 63, 157, 181, 0, 0, 690, 3574, 753, 3731 -po/ml.po, 16, 50, 57, 1, 4, 736, 3677, 753, 3731 -po/lt.po, 218, 711, 659, 1, 2, 534, 3018, 753, 3731 -po/ko.po, 400, 2221, 1971, 3, 29, 350, 1481, 753, 3731 -po/kk.po, 135, 326, 316, 1, 2, 617, 3403, 753, 3731 -po/ka.po, 105, 221, 214, 1, 2, 647, 3508, 753, 3731 -po/ja.po, 667, 3284, 1369, 0, 0, 86, 447, 753, 3731 -po/it.po, 620, 3061, 3568, 0, 0, 133, 670, 753, 3731 -po/id.po, 217, 640, 669, 1, 2, 535, 3089, 753, 3731 -po/hu.po, 752, 3726, 3688, 0, 0, 1, 5, 753, 3731 -po/hr.po, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -po/hi.po, 0, 0, 0, 0, 0, 470, 1748, 470, 1748 -po/he.po, 45, 93, 103, 0, 0, 708, 3638, 753, 3731 -po/gu.po, 78, 176, 224, 0, 0, 675, 3555, 753, 3731 -po/gd.po, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -po/fur.po, 549, 2546, 3156, 2, 8, 202, 1177, 753, 3731 -po/fr.po, 752, 3726, 4723, 0, 0, 1, 5, 753, 3731 -po/fil.po, 144, 513, 665, 0, 0, 609, 3218, 753, 3731 -po/fi.po, 339, 1142, 1035, 0, 0, 414, 2589, 753, 3731 -po/fa.po, 11, 16, 34, 0, 0, 742, 3715, 753, 3731 -po/eu.po, 331, 1131, 1111, 0, 0, 422, 2600, 753, 3731 -po/es.po, 742, 3652, 4327, 0, 0, 11, 79, 753, 3731 -po/eo.po, 537, 2091, 2049, 0, 0, 216, 1640, 753, 3731 -po/en_GB.po, 332, 1376, 1376, 0, 0, 421, 2355, 753, 3731 -po/el.po, 5, 5, 6, 0, 0, 748, 3726, 753, 3731 -po/dnf.pot, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -po/de.po, 670, 3279, 3280, 0, 0, 83, 452, 753, 3731 -po/da.po, 748, 3700, 3566, 0, 0, 5, 31, 753, 3731 -po/cs.po, 616, 2878, 2813, 0, 0, 137, 853, 753, 3731 -po/ca.po, 616, 2829, 3686, 0, 0, 137, 902, 753, 3731 -po/bn_IN.po, 0, 0, 0, 0, 0, 753, 3731, 753, 3731 -po/bg.po, 381, 1643, 1769, 0, 0, 372, 2088, 753, 3731 -po/ar.po, 21, 80, 71, 0, 0, 732, 3651, 753, 3731 diff --git a/results/f31/dnf-plugins-core-4.0.9-1.fc31.src.rpm.errors.txt b/results/f31/dnf-plugins-core-4.0.9-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 38a543d..0000000 --- a/results/f31/dnf-plugins-core-4.0.9-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f31/dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv b/results/f31/dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 101a7ce..0000000 --- a/results/f31/dnf-plugins-core-4.0.9-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,27 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 147, 953, 344, 0, 0, 42, 241, 189, 1194 -po/zh_CN.po, 136, 770, 299, 0, 0, 53, 424, 189, 1194 -po/uk.po, 188, 1180, 1203, 0, 0, 1, 14, 189, 1194 -po/tr.po, 65, 347, 307, 0, 0, 124, 847, 189, 1194 -po/sv.po, 188, 1180, 1091, 0, 0, 1, 14, 189, 1194 -po/sr.po, 50, 237, 240, 0, 0, 139, 957, 189, 1194 -po/sq.po, 2, 10, 9, 0, 0, 187, 1184, 189, 1194 -po/ru.po, 188, 1180, 1136, 0, 0, 1, 14, 189, 1194 -po/pt_BR.po, 133, 746, 845, 0, 0, 56, 448, 189, 1194 -po/pl.po, 188, 1180, 1162, 0, 0, 1, 14, 189, 1194 -po/pa.po, 26, 103, 130, 0, 0, 163, 1091, 189, 1194 -po/ko.po, 116, 652, 594, 0, 0, 73, 542, 189, 1194 -po/ja.po, 136, 770, 326, 0, 0, 53, 424, 189, 1194 -po/it.po, 131, 726, 866, 1, 13, 57, 455, 189, 1194 -po/id.po, 38, 219, 229, 0, 0, 151, 975, 189, 1194 -po/hu.po, 188, 1180, 1132, 0, 0, 1, 14, 189, 1194 -po/fur.po, 183, 1150, 1415, 0, 0, 6, 44, 189, 1194 -po/fr.po, 188, 1180, 1418, 0, 0, 1, 14, 189, 1194 -po/fi.po, 40, 164, 139, 0, 0, 149, 1030, 189, 1194 -po/eu.po, 5, 5, 5, 0, 0, 184, 1189, 189, 1194 -po/es.po, 184, 1133, 1287, 0, 0, 5, 61, 189, 1194 -po/dnf-plugins-core.pot, 0, 0, 0, 0, 0, 189, 1194, 189, 1194 -po/de.po, 131, 729, 734, 0, 0, 58, 465, 189, 1194 -po/da.po, 188, 1180, 1089, 0, 0, 1, 14, 189, 1194 -po/cs.po, 127, 708, 676, 0, 0, 62, 486, 189, 1194 -po/ca.po, 119, 673, 851, 0, 0, 70, 521, 189, 1194 diff --git a/results/f31/dnsmasq-2.80-10.fc31.src.rpm.errors.txt b/results/f31/dnsmasq-2.80-10.fc31.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f31/dnsmasq-2.80-10.fc31.src.rpm.errors.txt +++ /dev/null diff --git a/results/f31/dnsmasq-2.80-10.fc31.src.rpm.stats.csv b/results/f31/dnsmasq-2.80-10.fc31.src.rpm.stats.csv deleted file mode 100644 index ff93ab0..0000000 --- a/results/f31/dnsmasq-2.80-10.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,11 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 501, 2918, 2721, 0, 0, 0, 0, 501, 2918 -po/fr.po, 400, 2284, 3028, 46, 285, 55, 349, 501, 2918 -po/id.po, 132, 745, 738, 153, 858, 216, 1315, 501, 2918 -po/es.po, 253, 1430, 1605, 186, 1101, 62, 387, 501, 2918 -po/it.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -po/fi.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -po/ro.po, 134, 757, 775, 152, 856, 215, 1305, 501, 2918 -po/pt_BR.po, 0, 0, 0, 0, 0, 501, 2918, 501, 2918 -po/no.po, 134, 757, 754, 152, 856, 215, 1305, 501, 2918 -po/pl.po, 484, 2805, 3128, 11, 70, 6, 43, 501, 2918 diff --git a/results/f31/dos2unix-7.4.0-8.fc31.src.rpm.errors.txt b/results/f31/dos2unix-7.4.0-8.fc31.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f31/dos2unix-7.4.0-8.fc31.src.rpm.errors.txt +++ /dev/null diff --git a/results/f31/dos2unix-7.4.0-8.fc31.src.rpm.stats.csv b/results/f31/dos2unix-7.4.0-8.fc31.src.rpm.stats.csv deleted file mode 100644 index 76e1647..0000000 --- a/results/f31/dos2unix-7.4.0-8.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,31 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-man/zh_CN.po, 292, 4132, 900, 0, 0, 0, 0, 292, 4132 -po-man/uk.po, 280, 3838, 3963, 3, 18, 9, 276, 292, 4132 -po-man/sv.po, 292, 4132, 3629, 0, 0, 0, 0, 292, 4132 -po-man/pt_BR.po, 292, 4132, 4495, 0, 0, 0, 0, 292, 4132 -po-man/pl.po, 292, 4132, 3748, 0, 0, 0, 0, 292, 4132 -po-man/nl.po, 257, 3253, 2975, 9, 92, 26, 787, 292, 4132 -po-man/fr.po, 292, 4132, 4593, 0, 0, 0, 0, 292, 4132 -po-man/es.po, 237, 2897, 3205, 13, 195, 42, 1040, 292, 4132 -po-man/dos2unix-man.pot, 0, 0, 0, 0, 0, 292, 4132, 292, 4132 -po-man/de.po, 292, 4132, 3876, 0, 0, 0, 0, 292, 4132 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 73, 649, 403, 31, 266, 21, 123, 125, 1038 -po/zh_CN.po, 125, 1038, 567, 0, 0, 0, 0, 125, 1038 -po/vi.po, 124, 928, 1291, 0, 0, 1, 110, 125, 1038 -po/uk.po, 120, 993, 1099, 0, 0, 5, 45, 125, 1038 -po/sv.po, 125, 1038, 960, 0, 0, 0, 0, 125, 1038 -po/sr.po, 120, 993, 969, 0, 0, 5, 45, 125, 1038 -po/ru.po, 125, 1038, 1029, 0, 0, 0, 0, 125, 1038 -po/pt_BR.po, 125, 1038, 1228, 0, 0, 0, 0, 125, 1038 -po/pl.po, 125, 1038, 997, 0, 0, 0, 0, 125, 1038 -po/nl.po, 119, 883, 851, 0, 0, 6, 155, 125, 1038 -po/nb.po, 125, 1038, 926, 0, 0, 0, 0, 125, 1038 -po/ja.po, 120, 993, 691, 0, 0, 5, 45, 125, 1038 -po/hu.po, 120, 993, 947, 0, 0, 5, 45, 125, 1038 -po/fr.po, 125, 1038, 1225, 0, 0, 0, 0, 125, 1038 -po/es.po, 116, 938, 1118, 4, 55, 5, 45, 125, 1038 -po/eo.po, 114, 815, 740, 5, 68, 6, 155, 125, 1038 -po/dos2unix.pot, 0, 0, 0, 0, 0, 125, 1038, 125, 1038 -po/de.po, 120, 993, 987, 0, 0, 5, 45, 125, 1038 -po/da.po, 120, 993, 864, 0, 0, 5, 45, 125, 1038 diff --git a/results/f31/e2fsprogs-1.45.3-1.fc31.src.rpm.errors.txt b/results/f31/e2fsprogs-1.45.3-1.fc31.src.rpm.errors.txt deleted file mode 100644 index ebf83ec..0000000 --- a/results/f31/e2fsprogs-1.45.3-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb0 in position 9: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/at-expand.pl) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv b/results/f31/e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 622ecc6..0000000 --- a/results/f31/e2fsprogs-1.45.3-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,43 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 1499, 9697, 3127, 49, 444, 18, 119, 1566, 10260 -po/zh_CN.gmo, 1499, 9697, 3127, 0, 0, 0, 0, 1499, 9697 -po/vi.po, 1547, 10128, 14506, 13, 85, 6, 47, 1566, 10260 -po/vi.gmo, 1547, 10128, 14506, 0, 0, 0, 0, 1547, 10128 -po/uk.po, 1579, 10359, 11319, 0, 0, 0, 0, 1579, 10359 -po/uk.gmo, 1579, 10359, 11319, 0, 0, 0, 0, 1579, 10359 -po/tr.po, 672, 3766, 3843, 424, 2918, 470, 3576, 1566, 10260 -po/tr.gmo, 672, 3766, 3843, 0, 0, 0, 0, 672, 3766 -po/sv.po, 1579, 10359, 10081, 0, 0, 0, 0, 1579, 10359 -po/sv.gmo, 1579, 10359, 10081, 0, 0, 0, 0, 1579, 10359 -po/sr.po, 1516, 9796, 10467, 35, 360, 15, 104, 1566, 10260 -po/sr.gmo, 1516, 9796, 10467, 0, 0, 0, 0, 1516, 9796 -po/pt.po, 1579, 10359, 12086, 0, 0, 0, 0, 1579, 10359 -po/pt.gmo, 1579, 10359, 12086, 0, 0, 0, 0, 1579, 10359 -po/pl.po, 1579, 10359, 10619, 0, 0, 0, 0, 1579, 10359 -po/pl.gmo, 1579, 10359, 10619, 0, 0, 0, 0, 1579, 10359 -po/nl.po, 1498, 9349, 9806, 28, 437, 53, 573, 1579, 10359 -po/nl.gmo, 1466, 9141, 9617, 0, 0, 0, 0, 1466, 9141 -po/ms.po, 242, 975, 985, 643, 2979, 694, 6405, 1579, 10359 -po/ms.gmo, 242, 975, 985, 0, 0, 0, 0, 242, 975 -po/it.po, 607, 3115, 3631, 483, 3282, 476, 3863, 1566, 10260 -po/it.gmo, 607, 3115, 3631, 0, 0, 0, 0, 607, 3115 -po/id.po, 816, 4875, 4947, 358, 2583, 392, 2802, 1566, 10260 -po/id.gmo, 816, 4875, 4947, 0, 0, 0, 0, 816, 4875 -po/hu.po, 1516, 9796, 9661, 35, 360, 15, 104, 1566, 10260 -po/hu.gmo, 1516, 9796, 9661, 0, 0, 0, 0, 1516, 9796 -po/fr.po, 1564, 10240, 13359, 1, 4, 1, 16, 1566, 10260 -po/fi.po, 241, 1074, 898, 106, 528, 1219, 8658, 1566, 10260 -po/fi.gmo, 241, 1074, 898, 0, 0, 0, 0, 241, 1074 -po/es.po, 1579, 10359, 14275, 0, 0, 0, 0, 1579, 10359 -po/es.gmo, 1579, 10359, 14275, 0, 0, 0, 0, 1579, 10359 -po/eo.po, 918, 5210, 5268, 152, 897, 496, 4153, 1566, 10260 -po/eo.gmo, 918, 5210, 5268, 0, 0, 0, 0, 918, 5210 -po/e2fsprogs.pot, 0, 0, 0, 0, 0, 1579, 10359, 1579, 10359 -po/de.po, 1516, 9796, 10937, 35, 360, 15, 104, 1566, 10260 -po/de.gmo, 1516, 9796, 10937, 0, 0, 0, 0, 1516, 9796 -po/da.po, 1365, 8206, 8136, 1, 4, 200, 2050, 1566, 10260 -po/da.gmo, 1365, 8206, 8136, 0, 0, 0, 0, 1365, 8206 -po/cs.po, 1579, 10359, 10734, 0, 0, 0, 0, 1579, 10359 -po/cs.gmo, 1579, 10359, 10734, 0, 0, 0, 0, 1579, 10359 -po/ca.po, 1253, 7784, 11026, 186, 1409, 127, 1067, 1566, 10260 -po/ca.gmo, 1253, 7784, 11026, 0, 0, 0, 0, 1253, 7784 diff --git a/results/f31/elfutils-0.177-1.fc31.src.rpm.errors.txt b/results/f31/elfutils-0.177-1.fc31.src.rpm.errors.txt deleted file mode 100644 index a376146..0000000 --- a/results/f31/elfutils-0.177-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,20 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f31/elfutils-0.177-1.fc31.src.rpm.stats.csv b/results/f31/elfutils-0.177-1.fc31.src.rpm.stats.csv deleted file mode 100644 index d8856cd..0000000 --- a/results/f31/elfutils-0.177-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pl.po, 1125, 7486, 7859, 101, 853, 17, 153, 1243, 8492 -po/elfutils.pot, 0, 0, 0, 0, 0, 1243, 8492, 1243, 8492 -po/uk.po, 1085, 7158, 7796, 128, 1036, 30, 298, 1243, 8492 -po/ja.po, 513, 2958, 1529, 248, 1408, 482, 4126, 1243, 8492 -po/de.po, 226, 875, 847, 179, 892, 838, 6725, 1243, 8492 -po/en@quot.po, 1243, 8492, 8492, 0, 0, 0, 0, 1243, 8492 -po/es.po, 899, 5985, 7201, 242, 1677, 102, 830, 1243, 8492 -po/en@boldquot.po, 1243, 8492, 8493, 0, 0, 0, 0, 1243, 8492 diff --git a/results/f31/eog-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/eog-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index ef7a827..0000000 --- a/results/f31/eog-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,89 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/lv/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ko/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/zoom.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/slideshow.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/rename-multiple.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugins.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-zoom-width.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-slideshow-shuffle.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-send-by-mail.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-python-console.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-picasa.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-fullscreen-double-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-fullscreen-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/plugin-exif-digital.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/license.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/formats-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/formats-save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/format-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/flip-rotate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/prefs-plugins.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/plugins-all.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/org.gnome.eog.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/org.gnome.eog-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/multiple-rename-count.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/multiple-convert.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/documentation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/develop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/default.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/copy-paste.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/bug-filing.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/eog-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/eog-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index f50e933..0000000 --- a/results/f31/eog-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,138 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 115, 1550, 373, 0, 0, 19, 39, 134, 1589 -help/zh_CN/zh_CN.po, 99, 327, 186, 134, 1203, 151, 3019, 384, 4549 -help/uk/uk.po, 234, 3273, 2766, 0, 0, 0, 0, 234, 3273 -help/th/th.po, 75, 763, 298, 0, 0, 159, 2504, 234, 3267 -help/te/te.po, 38, 41, 45, 0, 0, 346, 4497, 384, 4538 -help/sv/sv.po, 394, 4784, 4383, 0, 0, 0, 0, 394, 4784 -help/sl/sl.po, 430, 5061, 4248, 0, 0, 0, 0, 430, 5061 -help/ru/ru.po, 419, 4931, 4187, 0, 0, 11, 130, 430, 5061 -help/ro/ro.po, 56, 256, 273, 0, 0, 360, 4620, 416, 4876 -help/pt_BR/pt_BR.po, 394, 4784, 5191, 0, 0, 0, 0, 394, 4784 -help/pl/pl.po, 394, 4784, 3828, 0, 0, 0, 0, 394, 4784 -help/pa/pa.po, 174, 1453, 1506, 0, 0, 60, 1820, 234, 3273 -help/oc/oc.po, 69, 162, 193, 0, 0, 165, 3107, 234, 3269 -help/ne/ne.po, 19, 35, 42, 118, 415, 257, 4334, 394, 4784 -help/lv/lv.po, 398, 4739, 3657, 0, 0, 0, 0, 398, 4739 -help/ko/ko.po, 416, 4876, 3439, 0, 0, 0, 0, 416, 4876 -help/ja/ja.po, 414, 4866, 885, 2, 10, 0, 0, 416, 4876 -help/it/it.po, 234, 3273, 3350, 0, 0, 0, 0, 234, 3273 -help/hu/hu.po, 394, 4784, 3948, 0, 0, 0, 0, 394, 4784 -help/gl/gl.po, 430, 5061, 5061, 0, 0, 0, 0, 430, 5061 -help/fr/fr.po, 396, 4699, 5219, 0, 0, 0, 0, 396, 4699 -help/fi/fi.po, 404, 4805, 3018, 2, 31, 10, 40, 416, 4876 -help/eu/eu.po, 217, 3053, 2295, 0, 0, 0, 0, 217, 3053 -help/es/es.po, 394, 4784, 5082, 0, 0, 0, 0, 394, 4784 -help/en_GB/en_GB.po, 234, 3273, 3285, 0, 0, 0, 0, 234, 3273 -help/el/el.po, 416, 4876, 4841, 0, 0, 0, 0, 416, 4876 -help/de/de.po, 394, 4784, 4566, 0, 0, 0, 0, 394, 4784 -help/da/da.po, 17, 60, 57, 40, 244, 337, 4480, 394, 4784 -help/cs/cs.po, 394, 4784, 4219, 0, 0, 0, 0, 394, 4784 -help/ca/ca.po, 245, 3008, 3119, 100, 1269, 53, 462, 398, 4739 -help/ar/ar.po, 228, 2853, 2290, 0, 0, 6, 420, 234, 3273 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 290, 1144, 961, 5, 40, 26, 416, 321, 1600 -po/zh_TW.po, 327, 1680, 457, 0, 0, 0, 0, 327, 1680 -po/zh_HK.po, 339, 1746, 485, 0, 0, 0, 0, 339, 1746 -po/zh_CN.po, 324, 1675, 484, 0, 0, 0, 0, 324, 1675 -po/xh.po, 293, 1140, 993, 7, 37, 20, 412, 320, 1589 -po/wa.po, 190, 819, 1091, 0, 0, 0, 0, 190, 819 -po/vi.po, 327, 1680, 2018, 0, 0, 0, 0, 327, 1680 -po/uz@cyrillic.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -po/uz.po, 235, 727, 658, 0, 0, 46, 474, 281, 1201 -po/uk.po, 324, 1672, 1459, 0, 0, 0, 0, 324, 1672 -po/ug.po, 327, 1616, 1263, 0, 0, 0, 0, 327, 1616 -po/ts.po, 320, 1589, 1886, 0, 0, 0, 0, 320, 1589 -po/tr.po, 327, 1680, 1366, 0, 0, 0, 0, 327, 1680 -po/tk.po, 60, 143, 139, 24, 79, 66, 335, 150, 557 -po/th.po, 323, 1675, 545, 0, 0, 0, 0, 323, 1675 -po/tg.po, 292, 1559, 1578, 0, 0, 0, 0, 292, 1559 -po/te.po, 327, 1616, 1331, 0, 0, 0, 0, 327, 1616 -po/ta.po, 327, 1616, 1334, 0, 0, 0, 0, 327, 1616 -po/sv.po, 326, 1688, 1551, 0, 0, 0, 0, 326, 1688 -po/sr@latin.po, 327, 1675, 1754, 0, 0, 0, 0, 327, 1675 -po/sr.po, 327, 1680, 1758, 0, 0, 0, 0, 327, 1680 -po/sq.po, 282, 1223, 1354, 0, 0, 0, 0, 282, 1223 -po/sl.po, 327, 1680, 1607, 0, 0, 0, 0, 327, 1680 -po/sk.po, 327, 1680, 1575, 0, 0, 0, 0, 327, 1680 -po/si.po, 156, 349, 392, 0, 0, 75, 607, 231, 956 -po/rw.po, 35, 36, 39, 108, 568, 35, 63, 178, 667 -po/ru.po, 327, 1680, 1512, 0, 0, 0, 0, 327, 1680 -po/ro.po, 327, 1680, 1841, 0, 0, 0, 0, 327, 1680 -po/pt_BR.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -po/pt.po, 323, 1675, 1843, 0, 0, 0, 0, 323, 1675 -po/ps.po, 252, 750, 824, 0, 0, 26, 443, 278, 1193 -po/pl.po, 326, 1688, 1568, 0, 0, 0, 0, 326, 1688 -po/pa.po, 326, 1674, 1767, 0, 0, 0, 0, 326, 1674 -po/or.po, 244, 1200, 1193, 53, 242, 7, 81, 304, 1523 -po/oc.po, 316, 1606, 1796, 2, 8, 5, 63, 323, 1677 -po/nso.po, 149, 554, 815, 2, 5, 7, 55, 158, 614 -po/nn.po, 270, 1152, 1146, 0, 0, 0, 0, 270, 1152 -po/nl.po, 326, 1688, 1633, 0, 0, 0, 0, 326, 1688 -po/ne.po, 230, 802, 797, 76, 431, 20, 455, 326, 1688 -po/nds.po, 143, 293, 274, 0, 0, 160, 1220, 303, 1513 -po/nb.po, 327, 1675, 1537, 0, 0, 0, 0, 327, 1675 -po/my.po, 126, 225, 222, 0, 0, 190, 1400, 316, 1625 -po/ms.po, 141, 481, 460, 3, 41, 6, 35, 150, 557 -po/mr.po, 339, 1746, 1605, 0, 0, 0, 0, 339, 1746 -po/mn.po, 88, 324, 280, 30, 143, 32, 90, 150, 557 -po/ml.po, 327, 1675, 1278, 0, 0, 0, 0, 327, 1675 -po/mk.po, 323, 1607, 1700, 0, 0, 0, 0, 323, 1607 -po/mjw.po, 134, 316, 292, 0, 0, 192, 1372, 326, 1688 -po/mg.po, 192, 821, 887, 0, 0, 0, 0, 192, 821 -po/mai.po, 180, 676, 752, 0, 0, 105, 579, 285, 1255 -po/lv.po, 326, 1688, 1435, 0, 0, 0, 0, 326, 1688 -po/lt.po, 326, 1688, 1445, 0, 0, 0, 0, 326, 1688 -po/ku.po, 180, 445, 479, 11, 51, 56, 502, 247, 998 -po/ks.po, 246, 953, 1020, 4, 16, 28, 224, 278, 1193 -po/ko.po, 327, 1680, 1275, 0, 0, 0, 0, 327, 1680 -po/kn.po, 327, 1616, 1368, 0, 0, 0, 0, 327, 1616 -po/km.po, 324, 1603, 625, 2, 10, 1, 3, 327, 1616 -po/kk.po, 327, 1680, 1392, 0, 0, 0, 0, 327, 1680 -po/ka.po, 187, 695, 598, 0, 0, 0, 0, 187, 695 -po/ja.po, 326, 1688, 487, 0, 0, 0, 0, 326, 1688 -po/it.po, 326, 1688, 1708, 0, 0, 0, 0, 326, 1688 -po/is.po, 324, 1675, 1589, 0, 0, 0, 0, 324, 1675 -po/id.po, 326, 1688, 1608, 0, 0, 0, 0, 326, 1688 -po/hu.po, 326, 1688, 1445, 0, 0, 0, 0, 326, 1688 -po/hr.po, 326, 1688, 1589, 0, 0, 0, 0, 326, 1688 -po/hi.po, 327, 1616, 1857, 0, 0, 0, 0, 327, 1616 -po/he.po, 323, 1675, 1577, 0, 0, 0, 0, 323, 1675 -po/gu.po, 326, 1615, 1689, 0, 0, 0, 0, 326, 1615 -po/gl.po, 327, 1680, 1966, 0, 0, 0, 0, 327, 1680 -po/gd.po, 327, 1675, 2167, 0, 0, 0, 0, 327, 1675 -po/ga.po, 190, 410, 506, 41, 172, 102, 1083, 333, 1665 -po/fy.po, 119, 210, 218, 0, 0, 193, 1395, 312, 1605 -po/fur.po, 327, 1680, 1953, 0, 0, 0, 0, 327, 1680 -po/fr.po, 326, 1688, 1926, 0, 0, 0, 0, 326, 1688 -po/fi.po, 327, 1680, 1255, 0, 0, 0, 0, 327, 1680 -po/fa.po, 326, 1688, 1790, 0, 0, 0, 0, 326, 1688 -po/eu.po, 326, 1688, 1371, 0, 0, 0, 0, 326, 1688 -po/et.po, 288, 1502, 1215, 0, 0, 0, 0, 288, 1502 -po/es.po, 327, 1680, 1944, 0, 0, 0, 0, 327, 1680 -po/eo.po, 327, 1680, 1587, 0, 0, 0, 0, 327, 1680 -po/en_GB.po, 326, 1674, 1706, 0, 0, 0, 0, 326, 1674 -po/en_CA.po, 323, 1607, 1610, 0, 0, 0, 0, 323, 1607 -po/en@shaw.po, 304, 1523, 1523, 0, 0, 0, 0, 304, 1523 -po/el.po, 326, 1688, 1769, 0, 0, 0, 0, 326, 1688 -po/dz.po, 270, 1152, 585, 0, 0, 0, 0, 270, 1152 -po/de.po, 326, 1688, 1663, 0, 0, 0, 0, 326, 1688 -po/da.po, 326, 1688, 1561, 0, 0, 0, 0, 326, 1688 -po/cy.po, 187, 706, 807, 0, 0, 0, 0, 187, 706 -po/cs.po, 326, 1688, 1571, 0, 0, 0, 0, 326, 1688 -po/ca@valencia.po, 327, 1675, 1964, 0, 0, 0, 0, 327, 1675 -po/ca.po, 327, 1680, 1975, 0, 0, 0, 0, 327, 1680 -po/bs.po, 288, 1502, 1472, 0, 0, 0, 0, 288, 1502 -po/br.po, 183, 467, 555, 0, 0, 111, 973, 294, 1440 -po/bn_IN.po, 312, 1566, 1757, 0, 0, 0, 0, 312, 1566 -po/bn.po, 305, 1527, 1615, 0, 0, 0, 0, 305, 1527 -po/bg.po, 327, 1675, 1733, 0, 0, 0, 0, 327, 1675 -po/be@latin.po, 285, 1255, 1103, 0, 0, 0, 0, 285, 1255 -po/be.po, 327, 1675, 1559, 0, 0, 0, 0, 327, 1675 -po/az.po, 87, 324, 297, 28, 141, 35, 92, 150, 557 -po/ast.po, 320, 1589, 1753, 0, 0, 0, 0, 320, 1589 -po/as.po, 339, 1746, 1770, 0, 0, 0, 0, 339, 1746 -po/ar.po, 323, 1539, 1491, 0, 0, 4, 141, 327, 1680 -po/an.po, 288, 1502, 1637, 0, 0, 0, 0, 288, 1502 -po/am.po, 30, 80, 68, 42, 94, 78, 383, 150, 557 -po/af.po, 318, 1404, 1393, 0, 0, 9, 271, 327, 1675 diff --git a/results/f31/epiphany-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/epiphany-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 7b736a1..0000000 --- a/results/f31/epiphany-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,48 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/source.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/prob-restore-closed-page.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-privacy.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-passwords.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-mouse-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-language.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-font.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-downloads.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-css.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/pref-cookies.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/web-browser.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/web-browser-icon) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/private-browsing-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/epiphany-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/history.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/history-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/data-personal-data.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/data-passwords.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/data-cookies.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cookies.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cert.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-webapps.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-webapps-del.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-tab.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-private.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/browse-local.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/epiphany-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/epiphany-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 7e86420..0000000 --- a/results/f31/epiphany-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,118 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 185, 2714, 2537, 0, 0, 0, 0, 185, 2714 -help/ru/ru.po, 51, 568, 471, 10, 69, 126, 1998, 187, 2635 -help/pt_BR/pt_BR.po, 179, 2570, 2618, 0, 0, 0, 0, 179, 2570 -help/pl/pl.po, 185, 2714, 1976, 0, 0, 0, 0, 185, 2714 -help/ko/ko.po, 179, 2570, 1846, 0, 0, 0, 0, 179, 2570 -help/hu/hu.po, 249, 2476, 2064, 0, 0, 0, 0, 249, 2476 -help/gl/gl.po, 91, 215, 224, 0, 0, 158, 2261, 249, 2476 -help/fur/fur.po, 90, 1152, 1250, 0, 0, 95, 1562, 185, 2714 -help/fr/fr.po, 162, 2231, 2377, 0, 0, 0, 0, 162, 2231 -help/es/es.po, 165, 2153, 2167, 7, 314, 4, 81, 176, 2548 -help/el/el.po, 291, 3054, 3142, 0, 0, 0, 0, 291, 3054 -help/de/de.po, 185, 2714, 2506, 0, 0, 0, 0, 185, 2714 -help/cs/cs.po, 179, 2570, 2028, 0, 0, 0, 0, 179, 2570 -help/ca/ca.po, 185, 2714, 2893, 0, 0, 0, 0, 185, 2714 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 717, 3876, 1088, 0, 0, 0, 0, 717, 3876 -po/zh_HK.po, 593, 2564, 827, 0, 0, 0, 0, 593, 2564 -po/zh_CN.po, 708, 3808, 1064, 0, 0, 0, 0, 708, 3808 -po/yo.po, 479, 1553, 1795, 95, 276, 87, 533, 661, 2362 -po/wa.po, 528, 1137, 1371, 0, 0, 237, 1595, 765, 2732 -po/vi.po, 495, 1757, 2381, 0, 0, 0, 0, 495, 1757 -po/uz@cyrillic.po, 539, 1807, 1653, 4, 17, 121, 1049, 664, 2873 -po/uz.po, 681, 2405, 2215, 0, 0, 71, 599, 752, 3004 -po/uk.po, 633, 3278, 2764, 0, 0, 0, 0, 633, 3278 -po/ug.po, 570, 2461, 2118, 0, 0, 0, 0, 570, 2461 -po/tr.po, 776, 4191, 3636, 0, 0, 0, 0, 776, 4191 -po/tk.po, 573, 1702, 1598, 0, 0, 207, 1080, 780, 2782 -po/th.po, 597, 2618, 969, 0, 0, 0, 0, 597, 2618 -po/tg.po, 172, 265, 309, 6, 10, 399, 2219, 577, 2494 -po/te.po, 574, 2413, 2121, 0, 0, 0, 0, 574, 2413 -po/ta.po, 570, 2461, 2259, 0, 0, 0, 0, 570, 2461 -po/sv.po, 776, 4191, 3915, 0, 0, 0, 0, 776, 4191 -po/sr@latin.po, 776, 4191, 4245, 0, 0, 0, 0, 776, 4191 -po/sr.po, 776, 4191, 4245, 0, 0, 0, 0, 776, 4191 -po/sq.po, 755, 3011, 3382, 0, 0, 0, 0, 755, 3011 -po/sl.po, 776, 4191, 4001, 0, 0, 0, 0, 776, 4191 -po/sk.po, 613, 2652, 2594, 21, 122, 74, 996, 708, 3770 -po/si.po, 127, 197, 282, 0, 0, 756, 3864, 883, 4061 -po/rw.po, 141, 251, 230, 588, 2753, 109, 216, 838, 3220 -po/ru.po, 738, 4012, 3601, 0, 0, 0, 0, 738, 4012 -po/ro.po, 776, 4191, 4403, 0, 0, 0, 0, 776, 4191 -po/pt_BR.po, 776, 4191, 4709, 0, 0, 0, 0, 776, 4191 -po/pt.po, 652, 2826, 2953, 1, 3, 11, 44, 664, 2873 -po/ps.po, 219, 401, 412, 8, 12, 502, 2469, 729, 2882 -po/pl.po, 776, 4191, 3812, 0, 0, 0, 0, 776, 4191 -po/pa.po, 609, 2013, 2217, 2, 54, 52, 804, 663, 2871 -po/or.po, 469, 1495, 1695, 40, 184, 79, 860, 588, 2539 -po/oc.po, 701, 3593, 4087, 0, 0, 15, 180, 716, 3773 -po/nn.po, 753, 3006, 2822, 0, 0, 0, 0, 753, 3006 -po/nl.po, 776, 4191, 4213, 0, 0, 0, 0, 776, 4191 -po/ne.po, 353, 808, 868, 266, 1036, 157, 2347, 776, 4191 -po/nds.po, 468, 1047, 987, 15, 52, 257, 1954, 740, 3053 -po/nb.po, 676, 3166, 3010, 1, 14, 35, 577, 712, 3757 -po/ms.po, 467, 1537, 1438, 181, 669, 93, 867, 741, 3073 -po/mr.po, 574, 2413, 2356, 0, 0, 0, 0, 574, 2413 -po/mn.po, 758, 3054, 2643, 0, 0, 0, 0, 758, 3054 -po/ml.po, 360, 988, 894, 150, 763, 187, 1848, 697, 3599 -po/mk.po, 613, 2199, 2300, 0, 0, 0, 0, 613, 2199 -po/mi.po, 98, 114, 166, 76, 122, 591, 2496, 765, 2732 -po/mg.po, 830, 3684, 4108, 12, 99, 1, 15, 843, 3798 -po/mai.po, 657, 2530, 2728, 0, 0, 83, 501, 740, 3031 -po/lv.po, 738, 4012, 3489, 0, 0, 0, 0, 738, 4012 -po/lt.po, 776, 4191, 3537, 0, 0, 0, 0, 776, 4191 -po/li.po, 406, 1057, 1002, 223, 718, 136, 957, 765, 2732 -po/ku.po, 433, 1078, 1126, 40, 165, 280, 1762, 753, 3005 -po/ko.po, 776, 4191, 3318, 0, 0, 0, 0, 776, 4191 -po/kn.po, 574, 2413, 2097, 0, 0, 0, 0, 574, 2413 -po/km.po, 599, 2072, 991, 2, 35, 12, 92, 613, 2199 -po/kk.po, 462, 1174, 1142, 0, 0, 255, 2702, 717, 3876 -po/ka.po, 729, 3010, 2578, 0, 0, 2, 37, 731, 3047 -po/ja.po, 686, 3068, 1062, 0, 0, 90, 1123, 776, 4191 -po/it.po, 776, 4191, 4532, 0, 0, 0, 0, 776, 4191 -po/is.po, 266, 518, 517, 28, 83, 301, 1988, 595, 2589 -po/ig.po, 536, 1949, 2038, 146, 511, 70, 544, 752, 3004 -po/id.po, 776, 4191, 3994, 0, 0, 0, 0, 776, 4191 -po/hy.po, 367, 1241, 1046, 0, 0, 385, 1760, 752, 3001 -po/hu.po, 776, 4191, 3830, 0, 0, 0, 0, 776, 4191 -po/hr.po, 776, 4191, 3849, 0, 0, 0, 0, 776, 4191 -po/hi.po, 570, 2461, 2958, 0, 0, 0, 0, 570, 2461 -po/he.po, 578, 2810, 2649, 0, 0, 0, 0, 578, 2810 -po/gv.po, 666, 2764, 3387, 44, 198, 21, 82, 731, 3044 -po/gu.po, 499, 1423, 1645, 22, 167, 72, 974, 593, 2564 -po/gl.po, 776, 4191, 4751, 0, 0, 0, 0, 776, 4191 -po/ga.po, 413, 1062, 1264, 32, 97, 133, 1336, 578, 2495 -po/fur.po, 776, 4191, 4949, 0, 0, 0, 0, 776, 4191 -po/fr.po, 776, 4191, 5058, 0, 0, 0, 0, 776, 4191 -po/fi.po, 714, 3107, 2404, 5, 36, 57, 1048, 776, 4191 -po/fa.po, 664, 2873, 3187, 0, 0, 0, 0, 664, 2873 -po/eu.po, 776, 4191, 3705, 0, 0, 0, 0, 776, 4191 -po/et.po, 496, 1758, 1541, 0, 0, 0, 0, 496, 1758 -po/es.po, 776, 4191, 4746, 0, 0, 0, 0, 776, 4191 -po/eo.po, 662, 2828, 2638, 1, 3, 0, 0, 663, 2831 -po/en_GB.po, 776, 4191, 4215, 0, 0, 0, 0, 776, 4191 -po/en_CA.po, 651, 2291, 2298, 0, 0, 0, 0, 651, 2291 -po/en@shaw.po, 692, 2644, 2645, 41, 408, 0, 0, 733, 3052 -po/el.po, 776, 4191, 4516, 0, 0, 0, 0, 776, 4191 -po/dz.po, 918, 4246, 2200, 0, 0, 0, 0, 918, 4246 -po/de.po, 545, 3394, 3327, 0, 0, 0, 0, 545, 3394 -po/da.po, 778, 4181, 3950, 0, 0, 0, 0, 778, 4181 -po/cy.po, 844, 3788, 4130, 0, 0, 0, 0, 844, 3788 -po/cs.po, 776, 4191, 4060, 0, 0, 0, 0, 776, 4191 -po/ca@valencia.po, 696, 3589, 4224, 0, 0, 0, 0, 696, 3589 -po/ca.po, 775, 4087, 4809, 0, 0, 3, 131, 778, 4218 -po/bs.po, 596, 2615, 2505, 0, 0, 0, 0, 596, 2615 -po/br.po, 574, 1751, 1984, 0, 0, 163, 1250, 737, 3001 -po/bn_IN.po, 643, 2291, 2660, 0, 0, 0, 0, 643, 2291 -po/bn.po, 352, 1132, 1375, 101, 382, 142, 1075, 595, 2589 -po/bg.po, 613, 2698, 2900, 2, 54, 3, 35, 618, 2787 -po/be@latin.po, 918, 4246, 3748, 0, 0, 0, 0, 918, 4246 -po/be.po, 717, 3876, 3421, 0, 0, 0, 0, 717, 3876 -po/az.po, 780, 2782, 2711, 0, 0, 0, 0, 780, 2782 -po/ast.po, 741, 3073, 3335, 0, 0, 0, 0, 741, 3073 -po/as.po, 594, 2592, 2854, 0, 0, 0, 0, 594, 2592 -po/ar.po, 584, 2328, 2196, 0, 0, 32, 454, 616, 2782 -po/an.po, 495, 1757, 1920, 0, 0, 0, 0, 495, 1757 -po/am.po, 197, 288, 350, 251, 522, 317, 1922, 765, 2732 -po/af.po, 604, 1952, 1976, 0, 0, 144, 2088, 748, 4040 diff --git a/results/f31/evolution-data-server-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/evolution-data-server-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index ff8bcd1..0000000 --- a/results/f31/evolution-data-server-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 1801a5b..0000000 --- a/results/f31/evolution-data-server-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,89 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 1442, 7607, 2643, 0, 0, 0, 0, 1442, 7607 -po/zh_HK.po, 1076, 5406, 1974, 0, 0, 0, 0, 1076, 5406 -po/zh_CN.po, 999, 4444, 1786, 176, 1505, 7, 108, 1182, 6057 -po/xh.po, 956, 4657, 4632, 3, 19, 3, 16, 962, 4692 -po/wa.po, 651, 866, 953, 554, 1199, 2928, 15005, 4133, 17070 -po/vi.po, 1127, 5365, 7655, 0, 0, 36, 302, 1163, 5667 -po/uk.po, 1074, 5398, 5219, 0, 0, 0, 0, 1074, 5398 -po/ug.po, 1157, 5571, 5390, 0, 0, 6, 96, 1163, 5667 -po/tr.po, 1434, 7640, 6394, 0, 0, 0, 0, 1434, 7640 -po/th.po, 1129, 5489, 2522, 0, 0, 12, 40, 1141, 5529 -po/tg.po, 1, 1, 1, 0, 0, 1163, 5679, 1164, 5680 -po/te.po, 1104, 5314, 4640, 10, 79, 6, 70, 1120, 5463 -po/ta.po, 1074, 5400, 4899, 0, 0, 0, 0, 1074, 5400 -po/sv.po, 1434, 7640, 7217, 0, 0, 0, 0, 1434, 7640 -po/sr@latin.po, 1263, 6683, 7068, 0, 0, 0, 0, 1263, 6683 -po/sr.po, 1373, 6935, 7274, 21, 244, 49, 429, 1443, 7608 -po/sq.po, 1042, 5021, 6248, 0, 0, 0, 0, 1042, 5021 -po/sl.po, 1434, 7640, 8007, 0, 0, 0, 0, 1434, 7640 -po/sk.po, 1238, 6321, 6617, 4, 33, 10, 80, 1252, 6434 -po/si.po, 113, 149, 203, 0, 0, 927, 4891, 1040, 5040 -po/rw.po, 57, 68, 73, 702, 4191, 203, 433, 962, 4692 -po/ru.po, 1147, 5716, 5689, 0, 0, 0, 0, 1147, 5716 -po/ro.po, 1434, 7640, 8865, 0, 0, 0, 0, 1434, 7640 -po/pt_BR.po, 1434, 7640, 9167, 0, 0, 0, 0, 1434, 7640 -po/pt.po, 1158, 5824, 6731, 0, 0, 0, 0, 1158, 5824 -po/pl.po, 1434, 7640, 7794, 0, 0, 0, 0, 1434, 7640 -po/pa.po, 808, 3479, 4177, 302, 1734, 332, 2394, 1442, 7607 -po/or.po, 1074, 5398, 5609, 0, 0, 0, 0, 1074, 5398 -po/oc.po, 1449, 7493, 9115, 0, 0, 0, 0, 1449, 7493 -po/nn.po, 1033, 4985, 4924, 0, 0, 1, 3, 1034, 4988 -po/nl.po, 1434, 7640, 7581, 0, 0, 0, 0, 1434, 7640 -po/ne.po, 703, 2797, 2973, 399, 2116, 150, 1521, 1252, 6434 -po/nb.po, 1227, 6088, 6004, 0, 0, 26, 352, 1253, 6440 -po/ms.po, 597, 3008, 3200, 211, 1120, 69, 376, 877, 4504 -po/mr.po, 1074, 5396, 5486, 0, 0, 0, 0, 1074, 5396 -po/mn.po, 202, 585, 581, 139, 737, 536, 3182, 877, 4504 -po/ml.po, 699, 2924, 2671, 338, 1691, 215, 1819, 1252, 6434 -po/mk.po, 1042, 5021, 5892, 0, 0, 0, 0, 1042, 5021 -po/mai.po, 106, 157, 172, 0, 0, 935, 4937, 1041, 5094 -po/lv.po, 1264, 6686, 6127, 0, 0, 0, 0, 1264, 6686 -po/lt.po, 1434, 7640, 6689, 0, 0, 0, 0, 1434, 7640 -po/ku.po, 3, 3, 5, 56, 67, 953, 4796, 1012, 4866 -po/ko.po, 1434, 7640, 6668, 0, 0, 0, 0, 1434, 7640 -po/kn.po, 1164, 5673, 5091, 0, 0, 0, 0, 1164, 5673 -po/km.po, 992, 4693, 2572, 0, 0, 0, 0, 992, 4693 -po/kk.po, 532, 1636, 1596, 0, 0, 910, 5971, 1442, 7607 -po/ka.po, 160, 295, 287, 519, 3000, 339, 1611, 1018, 4906 -po/ja.po, 1023, 5039, 2210, 76, 388, 48, 289, 1147, 5716 -po/it.po, 1434, 7640, 8445, 0, 0, 0, 0, 1434, 7640 -po/is.po, 314, 766, 686, 46, 154, 737, 4502, 1097, 5422 -po/id.po, 1434, 7640, 7526, 0, 0, 0, 0, 1434, 7640 -po/hu.po, 1434, 7640, 7331, 0, 0, 0, 0, 1434, 7640 -po/hr.po, 887, 4051, 4136, 87, 584, 90, 479, 1064, 5114 -po/hi.po, 1074, 5396, 6550, 0, 0, 0, 0, 1074, 5396 -po/he.po, 846, 3709, 3883, 0, 0, 117, 875, 963, 4584 -po/gu.po, 1163, 5667, 6278, 0, 0, 0, 0, 1163, 5667 -po/gl.po, 1434, 7640, 9789, 0, 0, 0, 0, 1434, 7640 -po/ga.po, 290, 785, 905, 134, 489, 560, 3285, 984, 4559 -po/fur.po, 1433, 7639, 9351, 0, 0, 0, 0, 1433, 7639 -po/fr.po, 1434, 7640, 9337, 0, 0, 0, 0, 1434, 7640 -po/fi.po, 1045, 4326, 3455, 233, 1488, 171, 1679, 1449, 7493 -po/fa.po, 768, 3317, 3977, 147, 945, 133, 803, 1048, 5065 -po/eu.po, 1434, 7640, 7132, 0, 0, 0, 0, 1434, 7640 -po/et.po, 985, 4681, 4249, 0, 0, 0, 0, 985, 4681 -po/es.po, 1434, 7640, 9439, 0, 0, 0, 0, 1434, 7640 -po/eo.po, 869, 3144, 3023, 52, 303, 479, 3452, 1400, 6899 -po/en_GB.po, 1434, 7640, 7639, 0, 0, 0, 0, 1434, 7640 -po/en_CA.po, 1041, 5044, 5044, 0, 0, 0, 0, 1041, 5044 -po/en_AU.po, 29, 166, 187, 175, 1000, 673, 3338, 877, 4504 -po/en@shaw.po, 716, 3166, 3167, 210, 1238, 0, 0, 926, 4404 -po/el.po, 1401, 6930, 7314, 17, 252, 31, 311, 1449, 7493 -po/dz.po, 1042, 5021, 2638, 0, 0, 0, 0, 1042, 5021 -po/de.po, 1434, 7640, 7565, 0, 0, 0, 0, 1434, 7640 -po/da.po, 1434, 7640, 7045, 0, 0, 0, 0, 1434, 7640 -po/cy.po, 1018, 4906, 5441, 0, 0, 0, 0, 1018, 4906 -po/cs.po, 1434, 7640, 7407, 0, 0, 0, 0, 1434, 7640 -po/ca@valencia.po, 1252, 6434, 8901, 0, 0, 0, 0, 1252, 6434 -po/ca.po, 1434, 7640, 10167, 0, 0, 0, 0, 1434, 7640 -po/bs.po, 1082, 5383, 5461, 0, 0, 0, 0, 1082, 5383 -po/bn_IN.po, 1074, 5398, 5905, 0, 0, 0, 0, 1074, 5398 -po/bn.po, 997, 4910, 5506, 0, 0, 0, 0, 997, 4910 -po/bg.po, 1141, 5529, 6391, 0, 0, 0, 0, 1141, 5529 -po/be.po, 1166, 5681, 5467, 0, 0, 0, 0, 1166, 5681 -po/az.po, 717, 3438, 3215, 101, 528, 59, 538, 877, 4504 -po/ast.po, 982, 4619, 5531, 0, 0, 0, 0, 982, 4619 -po/as.po, 1074, 5398, 5855, 0, 0, 0, 0, 1074, 5398 -po/ar.po, 755, 3632, 3702, 197, 862, 32, 177, 984, 4671 -po/am.po, 73, 99, 104, 137, 672, 667, 3733, 877, 4504 diff --git a/results/f31/exiv2-0.27.2-1.fc31.src.rpm.errors.txt b/results/f31/exiv2-0.27.2-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 818fee0..0000000 --- a/results/f31/exiv2-0.27.2-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/exiv2-0.27.2-1.fc31.src.rpm.stats.csv b/results/f31/exiv2-0.27.2-1.fc31.src.rpm.stats.csv deleted file mode 100644 index c6cda7a..0000000 --- a/results/f31/exiv2-0.27.2-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,19 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bs.po, 4390, 23653, 21639, 939, 3796, 757, 10563, 6086, 38012 -po/exiv2.pot, 0, 0, 0, 0, 0, 6086, 38012, 6086, 38012 -po/fr.po, 1414, 4976, 5716, 2708, 8431, 1964, 24605, 6086, 38012 -po/vi.po, 1133, 3333, 5045, 1979, 5636, 2974, 29043, 6086, 38012 -po/nl.po, 1157, 3521, 2933, 0, 0, 4929, 34491, 6086, 38012 -po/fi.po, 207, 419, 324, 1783, 4259, 4096, 33334, 6086, 38012 -po/sk.po, 2003, 9069, 8406, 2335, 7381, 1748, 21562, 6086, 38012 -po/ms.po, 4877, 28305, 25657, 677, 2977, 532, 6730, 6086, 38012 -po/ca.po, 4240, 20842, 26987, 0, 0, 1846, 17170, 6086, 38012 -po/gl.po, 3879, 18175, 21481, 1098, 4311, 1109, 15526, 6086, 38012 -po/ug.po, 2058, 4663, 4763, 1644, 4415, 2384, 28934, 6086, 38012 -po/pl.po, 2604, 12391, 11584, 1983, 6457, 1499, 19164, 6086, 38012 -po/uk.po, 2102, 7418, 7022, 1764, 5067, 2220, 25527, 6086, 38012 -po/ru.po, 729, 3302, 2861, 3196, 9739, 2161, 24971, 6086, 38012 -po/pt.po, 1853, 11784, 13364, 2073, 6846, 2160, 19382, 6086, 38012 -po/sv.po, 5602, 35017, 27785, 345, 1703, 139, 1292, 6086, 38012 -po/de.po, 2563, 13583, 12358, 2068, 6889, 1455, 17540, 6086, 38012 -po/es.po, 4297, 26869, 31146, 327, 1668, 1462, 9475, 6086, 38012 diff --git a/results/f31/file-roller-3.32.2-1.fc31.src.rpm.errors.txt b/results/f31/file-roller-3.32.2-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 8616273..0000000 --- a/results/f31/file-roller-3.32.2-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,27 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-archive-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/test-integrity.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/supported-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/password-protection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/last-output.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/file-roller-icon.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-properties.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-extract.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-extract-advanced-options.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/archive-create.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-potfiles-in.py) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/file-roller-3.32.2-1.fc31.src.rpm.stats.csv b/results/f31/file-roller-3.32.2-1.fc31.src.rpm.stats.csv deleted file mode 100644 index f084ac0..0000000 --- a/results/f31/file-roller-3.32.2-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,124 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_CN/zh_CN.po, 191, 1742, 267, 2, 8, 0, 0, 193, 1750 -help/te/te.po, 28, 192, 158, 0, 0, 3, 143, 31, 335 -help/sv/sv.po, 181, 1641, 1477, 0, 0, 0, 0, 181, 1641 -help/sl/sl.po, 191, 1830, 1542, 0, 0, 0, 0, 191, 1830 -help/ru/ru.po, 191, 1829, 1517, 0, 0, 0, 0, 191, 1829 -help/pt_BR/pt_BR.po, 181, 1641, 1746, 0, 0, 0, 0, 181, 1641 -help/pl/pl.po, 181, 1641, 1209, 0, 0, 0, 0, 181, 1641 -help/ko/ko.po, 181, 1641, 1273, 0, 0, 0, 0, 181, 1641 -help/ja/ja.po, 191, 1829, 272, 0, 0, 0, 0, 191, 1829 -help/id/id.po, 181, 1641, 1491, 0, 0, 0, 0, 181, 1641 -help/hu/hu.po, 181, 1641, 1344, 0, 0, 0, 0, 181, 1641 -help/gl/gl.po, 181, 1641, 1622, 0, 0, 0, 0, 181, 1641 -help/fr/fr.po, 181, 1641, 1879, 0, 0, 0, 0, 181, 1641 -help/fi/fi.po, 166, 1346, 846, 11, 221, 4, 74, 181, 1641 -help/es/es.po, 181, 1641, 1728, 0, 0, 0, 0, 181, 1641 -help/el/el.po, 181, 1641, 1768, 0, 0, 0, 0, 181, 1641 -help/de/de.po, 181, 1641, 1564, 0, 0, 0, 0, 181, 1641 -help/da/da.po, 181, 1641, 1522, 0, 0, 0, 0, 181, 1641 -help/cs/cs.po, 181, 1641, 1370, 0, 0, 0, 0, 181, 1641 -help/ca/ca.po, 194, 1836, 1941, 0, 0, 0, 0, 194, 1836 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 297, 1254, 1058, 5, 20, 33, 245, 335, 1519 -po/zh_TW.po, 276, 1207, 335, 0, 0, 0, 0, 276, 1207 -po/zh_HK.po, 268, 1195, 326, 0, 0, 0, 0, 268, 1195 -po/zh_CN.po, 275, 1204, 350, 0, 0, 0, 0, 275, 1204 -po/xh.po, 238, 928, 788, 4, 29, 2, 14, 244, 971 -po/vi.po, 276, 1207, 1591, 0, 0, 0, 0, 276, 1207 -po/ur.po, 259, 1159, 1332, 0, 0, 0, 0, 259, 1159 -po/uk.po, 269, 1181, 1017, 0, 0, 0, 0, 269, 1181 -po/ug.po, 292, 1325, 996, 0, 0, 0, 0, 292, 1325 -po/tr.po, 276, 1207, 979, 0, 0, 0, 0, 276, 1207 -po/tk.po, 194, 702, 608, 13, 77, 37, 192, 244, 971 -po/th.po, 267, 1187, 428, 0, 0, 0, 0, 267, 1187 -po/tg.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -po/te.po, 268, 1195, 1015, 0, 0, 0, 0, 268, 1195 -po/ta.po, 268, 1195, 1039, 0, 0, 0, 0, 268, 1195 -po/sv.po, 276, 1207, 1151, 0, 0, 0, 0, 276, 1207 -po/sr@latin.po, 275, 1201, 1229, 0, 0, 0, 0, 275, 1201 -po/sr@ije.po, 205, 799, 766, 32, 138, 7, 34, 244, 971 -po/sr.po, 276, 1207, 1237, 0, 0, 0, 0, 276, 1207 -po/sq.po, 270, 1205, 1292, 0, 0, 0, 0, 270, 1205 -po/sl.po, 276, 1207, 1152, 0, 0, 0, 0, 276, 1207 -po/sk.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -po/si.po, 206, 651, 716, 0, 0, 42, 417, 248, 1068 -po/rw.po, 19, 20, 21, 171, 838, 54, 113, 244, 971 -po/ru.po, 276, 1207, 1045, 0, 0, 0, 0, 276, 1207 -po/ro.po, 276, 1207, 1258, 0, 0, 0, 0, 276, 1207 -po/pt_BR.po, 276, 1207, 1327, 0, 0, 0, 0, 276, 1207 -po/pt.po, 275, 1206, 1244, 0, 0, 0, 0, 275, 1206 -po/ps.po, 270, 1200, 1258, 1, 6, 0, 0, 271, 1206 -po/pl.po, 276, 1207, 1130, 0, 0, 0, 0, 276, 1207 -po/pa.po, 274, 1200, 1327, 0, 0, 0, 0, 274, 1200 -po/or.po, 270, 1198, 1305, 0, 0, 0, 0, 270, 1198 -po/oc.po, 270, 1198, 1351, 0, 0, 0, 0, 270, 1198 -po/nn.po, 338, 1525, 1451, 1, 1, 0, 0, 339, 1526 -po/nl.po, 276, 1207, 1185, 0, 0, 0, 0, 276, 1207 -po/ne.po, 196, 616, 610, 49, 272, 23, 307, 268, 1195 -po/nds.po, 146, 352, 339, 0, 0, 145, 966, 291, 1318 -po/nb.po, 274, 1200, 1148, 0, 0, 0, 0, 274, 1200 -po/my.po, 267, 1035, 440, 0, 0, 38, 348, 305, 1383 -po/ms.po, 228, 872, 781, 13, 77, 3, 22, 244, 971 -po/mr.po, 268, 1195, 1167, 0, 0, 0, 0, 268, 1195 -po/mn.po, 203, 785, 658, 34, 152, 7, 34, 244, 971 -po/ml.po, 292, 1325, 1034, 0, 0, 0, 0, 292, 1325 -po/mk.po, 337, 1548, 1603, 0, 0, 0, 0, 337, 1548 -po/mg.po, 226, 886, 935, 31, 117, 6, 175, 263, 1178 -po/mai.po, 235, 898, 982, 0, 0, 49, 369, 284, 1267 -po/lv.po, 276, 1207, 1029, 0, 0, 0, 0, 276, 1207 -po/lt.po, 276, 1207, 973, 0, 0, 0, 0, 276, 1207 -po/ku.po, 233, 903, 995, 2, 15, 8, 29, 243, 947 -po/ko.po, 276, 1207, 975, 0, 0, 0, 0, 276, 1207 -po/kn.po, 268, 1195, 1057, 0, 0, 0, 0, 268, 1195 -po/km.po, 334, 1484, 620, 0, 0, 3, 64, 337, 1548 -po/kk.po, 276, 1207, 987, 0, 0, 0, 0, 276, 1207 -po/ka.po, 239, 952, 760, 0, 0, 0, 0, 239, 952 -po/ja.po, 276, 1207, 367, 0, 0, 0, 0, 276, 1207 -po/it.po, 276, 1207, 1219, 0, 0, 0, 0, 276, 1207 -po/is.po, 275, 1204, 1161, 0, 0, 0, 0, 275, 1204 -po/id.po, 276, 1207, 1129, 0, 0, 0, 0, 276, 1207 -po/hy.po, 239, 955, 837, 0, 0, 2, 3, 241, 958 -po/hu.po, 276, 1207, 1066, 0, 0, 0, 0, 276, 1207 -po/hr.po, 275, 1204, 1118, 0, 0, 0, 0, 275, 1204 -po/hi.po, 268, 1195, 1409, 0, 0, 0, 0, 268, 1195 -po/he.po, 269, 1181, 1086, 0, 0, 0, 0, 269, 1181 -po/gu.po, 270, 1198, 1319, 0, 0, 0, 0, 270, 1198 -po/gl.po, 276, 1207, 1360, 0, 0, 0, 0, 276, 1207 -po/gd.po, 274, 1200, 1551, 0, 0, 0, 0, 274, 1200 -po/ga.po, 150, 412, 484, 18, 75, 123, 838, 291, 1325 -po/fy.po, 152, 470, 483, 0, 0, 153, 913, 305, 1383 -po/fur.po, 276, 1207, 1391, 0, 0, 0, 0, 276, 1207 -po/fr.po, 276, 1207, 1404, 0, 0, 0, 0, 276, 1207 -po/fi.po, 276, 1207, 920, 0, 0, 0, 0, 276, 1207 -po/fa.po, 275, 1204, 1250, 0, 0, 0, 0, 275, 1204 -po/eu.po, 275, 1204, 1001, 0, 0, 0, 0, 275, 1204 -po/et.po, 276, 1201, 1011, 0, 0, 0, 0, 276, 1201 -po/es.po, 275, 1204, 1300, 0, 0, 0, 0, 275, 1204 -po/eo.po, 276, 1207, 1146, 0, 0, 0, 0, 276, 1207 -po/en_GB.po, 275, 1201, 1228, 0, 0, 0, 0, 275, 1201 -po/en_CA.po, 253, 1084, 1093, 0, 0, 0, 0, 253, 1084 -po/en@shaw.po, 243, 1043, 1043, 56, 335, 0, 0, 299, 1378 -po/el.po, 276, 1207, 1291, 0, 0, 0, 0, 276, 1207 -po/dz.po, 259, 1159, 570, 0, 0, 0, 0, 259, 1159 -po/de.po, 276, 1207, 1244, 0, 0, 0, 0, 276, 1207 -po/da.po, 275, 1204, 1122, 0, 0, 0, 0, 275, 1204 -po/cy.po, 242, 957, 941, 0, 0, 0, 0, 242, 957 -po/csb.po, 21, 41, 45, 0, 0, 319, 1514, 340, 1555 -po/cs.po, 276, 1207, 1116, 0, 0, 0, 0, 276, 1207 -po/ca@valencia.po, 274, 1200, 1384, 0, 0, 0, 0, 274, 1200 -po/ca.po, 276, 1207, 1394, 0, 0, 0, 0, 276, 1207 -po/bs.po, 268, 1195, 1160, 0, 0, 0, 0, 268, 1195 -po/br.po, 264, 1007, 1200, 0, 0, 28, 318, 292, 1325 -po/bn_IN.po, 268, 1195, 1330, 0, 0, 0, 0, 268, 1195 -po/bn.po, 297, 1370, 1466, 0, 0, 0, 0, 297, 1370 -po/bg.po, 274, 1200, 1245, 0, 0, 0, 0, 274, 1200 -po/be@latin.po, 284, 1267, 1127, 0, 0, 0, 0, 284, 1267 -po/be.po, 274, 1200, 1101, 0, 0, 0, 0, 274, 1200 -po/az.po, 228, 872, 771, 13, 77, 3, 22, 244, 971 -po/ast.po, 335, 1519, 1536, 0, 0, 0, 0, 335, 1519 -po/as.po, 270, 1198, 1309, 0, 0, 0, 0, 270, 1198 -po/ar.po, 275, 1201, 1101, 0, 0, 0, 0, 275, 1201 -po/an.po, 270, 1198, 1238, 0, 0, 0, 0, 270, 1198 -po/am.po, 66, 110, 142, 53, 145, 125, 716, 244, 971 -po/af.po, 275, 1201, 1278, 0, 0, 0, 0, 275, 1201 diff --git a/results/f31/findutils-4.6.0-24.fc31.src.rpm.errors.txt b/results/f31/findutils-4.6.0-24.fc31.src.rpm.errors.txt deleted file mode 100644 index 37344cb..0000000 --- a/results/f31/findutils-4.6.0-24.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,42 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 5: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb0 in position 2: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 8: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f31/findutils-4.6.0-24.fc31.src.rpm.stats.csv b/results/f31/findutils-4.6.0-24.fc31.src.rpm.stats.csv deleted file mode 100644 index 46363da..0000000 --- a/results/f31/findutils-4.6.0-24.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,51 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lt.po, 54, 405, 378, 31, 237, 154, 1926, 239, 2568 -po/bg.gmo, 118, 1223, 1378, 0, 0, 0, 0, 118, 1223 -po/hu.po, 235, 2545, 2410, 4, 23, 0, 0, 239, 2568 -po/sl.po, 235, 2545, 2473, 4, 23, 0, 0, 239, 2568 -po/pt.gmo, 123, 1094, 1176, 0, 0, 0, 0, 123, 1094 -po/nl.po, 230, 2510, 2419, 6, 38, 3, 20, 239, 2568 -po/vi.po, 235, 2545, 3335, 3, 16, 1, 7, 239, 2568 -po/be.po, 23, 82, 78, 33, 306, 183, 2180, 239, 2568 -po/ko.po, 21, 86, 91, 30, 228, 188, 2254, 239, 2568 -po/rw.po, 2, 2, 2, 80, 699, 157, 1867, 239, 2568 -po/ms.po, 16, 55, 58, 9, 54, 214, 2459, 239, 2568 -po/hr.po, 178, 1856, 1729, 20, 220, 41, 492, 239, 2568 -po/fi.po, 230, 2510, 2022, 7, 45, 2, 13, 239, 2568 -po/zh_TW.po, 42, 447, 224, 57, 598, 140, 1523, 239, 2568 -po/ca.po, 56, 583, 704, 63, 747, 120, 1238, 239, 2568 -po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -po/zh_CN.po, 194, 2063, 798, 15, 129, 30, 376, 239, 2568 -po/sv.po, 235, 2545, 2420, 3, 16, 1, 7, 239, 2568 -po/eo.po, 230, 2510, 2438, 7, 45, 2, 13, 239, 2568 -po/lg.gmo, 27, 103, 129, 0, 0, 0, 0, 27, 103 -po/uk.po, 235, 2545, 2505, 3, 16, 1, 7, 239, 2568 -po/sk.po, 49, 508, 510, 61, 689, 129, 1371, 239, 2568 -po/ja.po, 180, 1866, 809, 18, 208, 41, 494, 239, 2568 -po/fr.po, 235, 2545, 2880, 4, 23, 0, 0, 239, 2568 -po/ga.po, 145, 1474, 1697, 40, 504, 54, 590, 239, 2568 -po/tr.po, 222, 2422, 2054, 13, 119, 4, 27, 239, 2568 -po/pt.po, 123, 1094, 1176, 61, 877, 55, 597, 239, 2568 -po/nb.po, 235, 2545, 2432, 3, 16, 1, 7, 239, 2568 -po/pl.po, 235, 2545, 2423, 3, 16, 1, 7, 239, 2568 -po/ca.gmo, 56, 583, 704, 0, 0, 0, 0, 56, 583 -po/lt.gmo, 54, 405, 378, 0, 0, 0, 0, 54, 405 -po/de.po, 230, 2510, 2486, 7, 45, 2, 13, 239, 2568 -po/ru.po, 235, 2545, 2424, 3, 16, 1, 7, 239, 2568 -po/et.po, 235, 2545, 2079, 3, 16, 1, 7, 239, 2568 -po/lg.po, 27, 103, 129, 34, 315, 178, 2150, 239, 2568 -po/id.po, 145, 1474, 1477, 40, 504, 54, 590, 239, 2568 -po/el.po, 230, 2510, 2568, 6, 38, 3, 20, 239, 2568 -po/bg.po, 118, 1223, 1378, 49, 603, 72, 742, 239, 2568 -po/zh_TW.gmo, 42, 447, 224, 0, 0, 0, 0, 42, 447 -po/es.po, 171, 1768, 2151, 5, 32, 63, 768, 239, 2568 -po/ms.gmo, 16, 55, 58, 0, 0, 0, 0, 16, 55 -po/sr.po, 235, 2545, 2542, 3, 16, 1, 7, 239, 2568 -po/sk.gmo, 49, 508, 510, 0, 0, 0, 0, 49, 508 -po/ro.po, 51, 515, 534, 62, 705, 126, 1348, 239, 2568 -po/da.po, 235, 2545, 2409, 3, 16, 1, 7, 239, 2568 -po/it.po, 222, 2422, 2635, 13, 119, 4, 27, 239, 2568 -po/pt_BR.po, 235, 2545, 2918, 3, 16, 1, 7, 239, 2568 -po/be.gmo, 23, 82, 78, 0, 0, 0, 0, 23, 82 -po/findutils.pot, 0, 0, 0, 0, 0, 239, 2568, 239, 2568 -po/cs.po, 235, 2545, 2385, 4, 23, 0, 0, 239, 2568 diff --git a/results/f31/firewalld-0.7.2-1.fc31.src.rpm.errors.txt b/results/f31/firewalld-0.7.2-1.fc31.src.rpm.errors.txt deleted file mode 100644 index ccfa349..0000000 --- a/results/f31/firewalld-0.7.2-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/firewalld-0.7.2-1.fc31.src.rpm.stats.csv b/results/f31/firewalld-0.7.2-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 8120cca..0000000 --- a/results/f31/firewalld-0.7.2-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/gu.po, 293, 1496, 1558, 0, 0, 122, 721, 415, 2217 -po/zh_CN.po, 415, 2217, 678, 0, 0, 0, 0, 415, 2217 -po/en_US.po, 293, 1496, 1496, 67, 314, 55, 407, 415, 2217 -po/da.po, 415, 2217, 1939, 0, 0, 0, 0, 415, 2217 -po/zh_TW.po, 415, 2217, 620, 0, 0, 0, 0, 415, 2217 -po/it.po, 415, 2217, 2309, 0, 0, 0, 0, 415, 2217 -po/eu.po, 64, 116, 118, 0, 0, 351, 2101, 415, 2217 -po/es.po, 415, 2217, 2442, 0, 0, 0, 0, 415, 2217 -po/pt_BR.po, 415, 2217, 2472, 0, 0, 0, 0, 415, 2217 -po/tr.po, 235, 760, 733, 0, 0, 180, 1457, 415, 2217 -po/sr.po, 297, 1507, 1455, 0, 0, 118, 710, 415, 2217 -po/ta.po, 293, 1496, 1238, 0, 0, 122, 721, 415, 2217 -po/ko.po, 414, 2209, 1796, 0, 0, 1, 8, 415, 2217 -po/hi.po, 293, 1496, 1676, 0, 0, 122, 721, 415, 2217 -po/sr@latin.po, 34, 212, 207, 0, 0, 381, 2005, 415, 2217 -po/ja.po, 414, 2209, 681, 0, 0, 1, 8, 415, 2217 -po/gl.po, 108, 434, 547, 0, 0, 307, 1783, 415, 2217 -po/ml.po, 293, 1496, 1168, 0, 0, 122, 721, 415, 2217 -po/ia.po, 4, 9, 13, 0, 0, 411, 2208, 415, 2217 -po/et.po, 93, 216, 206, 0, 0, 322, 2001, 415, 2217 -po/fi.po, 302, 1124, 879, 0, 0, 113, 1093, 415, 2217 -po/fr.po, 415, 2217, 2569, 0, 0, 0, 0, 415, 2217 -po/nl.po, 415, 2217, 2199, 0, 0, 0, 0, 415, 2217 -po/ca.po, 415, 2217, 2631, 0, 0, 0, 0, 415, 2217 -po/te.po, 293, 1496, 1267, 0, 0, 122, 721, 415, 2217 -po/pa.po, 295, 1496, 1624, 0, 0, 120, 721, 415, 2217 -po/de.po, 415, 2217, 2055, 0, 0, 0, 0, 415, 2217 -po/or.po, 293, 1496, 1492, 0, 0, 122, 721, 415, 2217 -po/uk.po, 415, 2217, 2139, 0, 0, 0, 0, 415, 2217 -po/ru.po, 415, 2217, 1853, 0, 0, 0, 0, 415, 2217 -po/hu.po, 415, 2217, 2069, 0, 0, 0, 0, 415, 2217 -po/el.po, 125, 584, 647, 0, 0, 290, 1633, 415, 2217 -po/pl.po, 415, 2217, 2094, 0, 0, 0, 0, 415, 2217 -po/kn.po, 293, 1496, 1253, 0, 0, 122, 721, 415, 2217 -po/ka.po, 82, 180, 170, 0, 0, 333, 2037, 415, 2217 -po/pt.po, 290, 1453, 1544, 0, 0, 125, 764, 415, 2217 -po/ar.po, 415, 2217, 1964, 0, 0, 0, 0, 415, 2217 -po/en_GB.po, 203, 819, 819, 0, 0, 212, 1398, 415, 2217 -po/id.po, 36, 135, 137, 0, 0, 379, 2082, 415, 2217 -po/lt.po, 304, 1162, 1054, 0, 0, 111, 1055, 415, 2217 -po/sq.po, 86, 141, 152, 0, 0, 329, 2076, 415, 2217 -po/sv.po, 415, 2217, 2024, 0, 0, 0, 0, 415, 2217 -po/as.po, 293, 1496, 1515, 0, 0, 122, 721, 415, 2217 -po/sk.po, 415, 2217, 2029, 0, 0, 0, 0, 415, 2217 -po/mr.po, 293, 1496, 1407, 0, 0, 122, 721, 415, 2217 -po/bg.po, 134, 622, 664, 0, 0, 281, 1595, 415, 2217 -po/bn_IN.po, 293, 1496, 1517, 0, 0, 122, 721, 415, 2217 -po/cs.po, 415, 2217, 2026, 0, 0, 0, 0, 415, 2217 diff --git a/results/f31/folks-0.13.1-2.fc31.src.rpm.errors.txt b/results/f31/folks-0.13.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/folks-0.13.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/folks-0.13.1-2.fc31.src.rpm.stats.csv b/results/f31/folks-0.13.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index e8b46d6..0000000 --- a/results/f31/folks-0.13.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,63 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 130, 1056, 263, 0, 0, 0, 0, 130, 1056 -po/zh_HK.po, 123, 1003, 257, 0, 0, 0, 0, 123, 1003 -po/zh_CN.po, 130, 1056, 224, 0, 0, 0, 0, 130, 1056 -po/vi.po, 130, 1056, 1422, 0, 0, 0, 0, 130, 1056 -po/uk.po, 114, 947, 843, 0, 0, 0, 0, 114, 947 -po/ug.po, 111, 858, 778, 0, 0, 0, 0, 111, 858 -po/tr.po, 130, 1056, 881, 0, 0, 0, 0, 130, 1056 -po/tg.po, 6, 6, 6, 0, 0, 105, 852, 111, 858 -po/te.po, 123, 1003, 812, 0, 0, 0, 0, 123, 1003 -po/ta.po, 123, 1003, 886, 0, 0, 0, 0, 123, 1003 -po/sv.po, 130, 1056, 997, 0, 0, 0, 0, 130, 1056 -po/sr@latin.po, 130, 1056, 1072, 0, 0, 0, 0, 130, 1056 -po/sr.po, 130, 1056, 1071, 0, 0, 0, 0, 130, 1056 -po/sl.po, 130, 1056, 1022, 0, 0, 0, 0, 130, 1056 -po/sk.po, 130, 1056, 1093, 0, 0, 0, 0, 130, 1056 -po/ru.po, 130, 1056, 995, 0, 0, 0, 0, 130, 1056 -po/ro.po, 130, 1056, 1260, 0, 0, 0, 0, 130, 1056 -po/pt_BR.po, 130, 1056, 1252, 0, 0, 0, 0, 130, 1056 -po/pt.po, 130, 1056, 1181, 0, 0, 0, 0, 130, 1056 -po/pl.po, 130, 1056, 1067, 0, 0, 0, 0, 130, 1056 -po/pa.po, 123, 1003, 1122, 0, 0, 0, 0, 123, 1003 -po/or.po, 123, 1003, 952, 0, 0, 0, 0, 123, 1003 -po/oc.po, 130, 1056, 1335, 0, 0, 0, 0, 130, 1056 -po/nl.po, 130, 1056, 1018, 0, 0, 0, 0, 130, 1056 -po/ne.po, 57, 365, 334, 17, 100, 56, 591, 130, 1056 -po/nb.po, 115, 811, 784, 0, 0, 15, 245, 130, 1056 -po/mr.po, 123, 1003, 876, 0, 0, 0, 0, 123, 1003 -po/ml.po, 130, 1056, 828, 0, 0, 0, 0, 130, 1056 -po/lv.po, 130, 1056, 925, 0, 0, 0, 0, 130, 1056 -po/lt.po, 130, 1056, 868, 0, 0, 0, 0, 130, 1056 -po/ko.po, 130, 1056, 909, 0, 0, 0, 0, 130, 1056 -po/kn.po, 123, 1003, 845, 0, 0, 0, 0, 123, 1003 -po/kk.po, 8, 10, 14, 0, 0, 122, 1046, 130, 1056 -po/ja.po, 109, 843, 315, 0, 0, 1, 8, 110, 851 -po/it.po, 130, 1056, 1217, 0, 0, 0, 0, 130, 1056 -po/id.po, 130, 1056, 1026, 0, 0, 0, 0, 130, 1056 -po/hu.po, 130, 1056, 953, 0, 0, 0, 0, 130, 1056 -po/hr.po, 130, 1056, 955, 0, 0, 0, 0, 130, 1056 -po/hi.po, 123, 1003, 1165, 0, 0, 0, 0, 123, 1003 -po/he.po, 80, 517, 558, 0, 0, 30, 334, 110, 851 -po/gu.po, 123, 1003, 1052, 0, 0, 0, 0, 123, 1003 -po/gl.po, 130, 1056, 1366, 0, 0, 0, 0, 130, 1056 -po/fur.po, 130, 1056, 1319, 0, 0, 0, 0, 130, 1056 -po/fr.po, 130, 1056, 1341, 0, 0, 0, 0, 130, 1056 -po/fi.po, 55, 328, 288, 7, 48, 68, 680, 130, 1056 -po/fa.po, 130, 1056, 1113, 0, 0, 0, 0, 130, 1056 -po/eu.po, 130, 1056, 965, 0, 0, 0, 0, 130, 1056 -po/es.po, 130, 1056, 1344, 0, 0, 0, 0, 130, 1056 -po/eo.po, 55, 330, 323, 6, 37, 69, 689, 130, 1056 -po/en_GB.po, 130, 1056, 1056, 0, 0, 0, 0, 130, 1056 -po/el.po, 130, 1056, 1177, 0, 0, 0, 0, 130, 1056 -po/de.po, 130, 1056, 1058, 0, 0, 0, 0, 130, 1056 -po/da.po, 130, 1056, 980, 0, 0, 0, 0, 130, 1056 -po/cs.po, 130, 1056, 1049, 0, 0, 0, 0, 130, 1056 -po/ca@valencia.po, 130, 1056, 1416, 0, 0, 0, 0, 130, 1056 -po/ca.po, 130, 1056, 1416, 0, 0, 0, 0, 130, 1056 -po/bs.po, 124, 1011, 953, 0, 0, 0, 0, 124, 1011 -po/bn_IN.po, 123, 1003, 1004, 0, 0, 0, 0, 123, 1003 -po/bg.po, 110, 851, 1037, 0, 0, 0, 0, 110, 851 -po/be.po, 130, 1056, 1001, 0, 0, 0, 0, 130, 1056 -po/as.po, 123, 1003, 966, 0, 0, 0, 0, 123, 1003 -po/ar.po, 13, 41, 40, 0, 0, 96, 810, 109, 851 diff --git a/results/f31/fontconfig-2.13.92-3.fc31.src.rpm.errors.txt b/results/f31/fontconfig-2.13.92-3.fc31.src.rpm.errors.txt deleted file mode 100644 index dc44cbc..0000000 --- a/results/f31/fontconfig-2.13.92-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,26 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po-conf/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f31/fontconfig-2.13.92-3.fc31.src.rpm.stats.csv b/results/f31/fontconfig-2.13.92-3.fc31.src.rpm.stats.csv deleted file mode 100644 index a05a56b..0000000 --- a/results/f31/fontconfig-2.13.92-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,8 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-conf/zh_CN.gmo, 29, 157, 66, 0, 0, 0, 0, 29, 157 -po-conf/fontconfig-conf.pot, 0, 0, 0, 0, 0, 29, 157, 29, 157 -po-conf/zh_CN.po, 29, 157, 66, 0, 0, 0, 0, 29, 157 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.gmo, 106, 756, 375, 0, 0, 0, 0, 106, 756 -po/fontconfig.pot, 0, 0, 0, 0, 0, 106, 756, 106, 756 -po/zh_CN.po, 106, 756, 375, 0, 0, 0, 0, 106, 756 diff --git a/results/f31/fprintd-0.9.0-1.fc31.src.rpm.errors.txt b/results/f31/fprintd-0.9.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index c99c3b1..0000000 --- a/results/f31/fprintd-0.9.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/fprintd-0.9.0-1.fc31.src.rpm.stats.csv b/results/f31/fprintd-0.9.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 54c78c6..0000000 --- a/results/f31/fprintd-0.9.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pt_BR.po, 57, 419, 452, 0, 0, 0, 0, 57, 419 -po/ja.po, 57, 419, 79, 0, 0, 0, 0, 57, 419 -po/da.po, 57, 419, 347, 0, 0, 0, 0, 57, 419 -po/nl.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -po/he.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/sq.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/tr.po, 57, 419, 352, 0, 0, 0, 0, 57, 419 -po/mr.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/zh_CN.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -po/de.po, 57, 419, 454, 0, 0, 0, 0, 57, 419 -po/be.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/it.po, 57, 419, 376, 0, 0, 0, 0, 57, 419 -po/bn_IN.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/te.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/vi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/cs.po, 57, 419, 384, 0, 0, 0, 0, 57, 419 -po/ka.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ast.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/kk.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/eo.po, 23, 151, 144, 0, 0, 34, 268, 57, 419 -po/hr.po, 57, 419, 395, 0, 0, 0, 0, 57, 419 -po/cy.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/bg.po, 25, 163, 164, 0, 0, 32, 256, 57, 419 -po/ms.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/hi.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/oc.po, 57, 419, 411, 0, 0, 0, 0, 57, 419 -po/sr.po, 57, 419, 408, 0, 0, 0, 0, 57, 419 -po/az.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/pt.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -po/ko.po, 57, 419, 259, 0, 0, 0, 0, 57, 419 -po/ro.po, 23, 151, 183, 0, 0, 34, 268, 57, 419 -po/pl.po, 57, 419, 398, 0, 0, 0, 0, 57, 419 -po/th.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ga.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ta.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/zh_TW.po, 57, 419, 90, 0, 0, 0, 0, 57, 419 -po/lv.po, 57, 419, 359, 0, 0, 0, 0, 57, 419 -po/sk.po, 57, 419, 337, 0, 0, 0, 0, 57, 419 -po/or.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/eu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ar.po, 23, 151, 113, 0, 0, 34, 268, 57, 419 -po/fur.po, 57, 419, 577, 0, 0, 0, 0, 57, 419 -po/lt.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/fi.po, 28, 205, 127, 0, 0, 29, 214, 57, 419 -po/fo.po, 23, 151, 138, 0, 0, 34, 268, 57, 419 -po/ca.po, 57, 419, 417, 0, 0, 0, 0, 57, 419 -po/en_GB.po, 57, 419, 419, 0, 0, 0, 0, 57, 419 -po/fa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ca@valencia.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/id.po, 57, 419, 403, 0, 0, 0, 0, 57, 419 -po/kn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ml.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/wa.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/sr@latin.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/el.po, 57, 419, 500, 0, 0, 0, 0, 57, 419 -po/zh_HK.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/sv.po, 57, 419, 344, 0, 0, 0, 0, 57, 419 -po/uk.po, 57, 419, 412, 0, 0, 0, 0, 57, 419 -po/et.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/nb.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/gu.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/es.po, 57, 419, 461, 0, 0, 0, 0, 57, 419 -po/pa.po, 28, 183, 193, 0, 0, 29, 236, 57, 419 -po/as.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/gl.po, 57, 419, 515, 0, 0, 0, 0, 57, 419 -po/nn.po, 0, 0, 0, 0, 0, 57, 419, 57, 419 -po/ia.po, 57, 419, 448, 0, 0, 0, 0, 57, 419 -po/fr.po, 57, 419, 435, 0, 0, 0, 0, 57, 419 -po/hu.po, 57, 419, 364, 0, 0, 0, 0, 57, 419 -po/sl.po, 57, 419, 367, 0, 0, 0, 0, 57, 419 -po/ru.po, 57, 419, 393, 0, 0, 0, 0, 57, 419 diff --git a/results/f31/fwupd-1.2.11-2.fc31.src.rpm.errors.txt b/results/f31/fwupd-1.2.11-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 94b5c36..0000000 --- a/results/f31/fwupd-1.2.11-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,20 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/test-deps) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.loc) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.its) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/test-deps) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/make-images) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.loc) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/appdata.its) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/fwupd-1.2.11-2.fc31.src.rpm.stats.csv b/results/f31/fwupd-1.2.11-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 626221a..0000000 --- a/results/f31/fwupd-1.2.11-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,70 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 228, 1109, 308, 0, 0, 0, 0, 228, 1109 -po/zh_CN.po, 295, 1445, 393, 0, 0, 0, 0, 295, 1445 -po/uk.po, 295, 1445, 1497, 0, 0, 0, 0, 295, 1445 -po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -po/sv.po, 240, 1159, 1152, 0, 0, 0, 0, 240, 1159 -po/sr.po, 180, 718, 715, 0, 0, 0, 0, 180, 718 -po/sk.po, 90, 380, 383, 0, 0, 0, 0, 90, 380 -po/ru.po, 295, 1445, 1404, 0, 0, 0, 0, 295, 1445 -po/pt_BR.po, 295, 1445, 1674, 0, 0, 0, 0, 295, 1445 -po/pl.po, 295, 1445, 1498, 0, 0, 0, 0, 295, 1445 -po/oc.po, 35, 93, 129, 0, 0, 0, 0, 35, 93 -po/nl.po, 102, 433, 463, 0, 0, 0, 0, 102, 433 -po/lt.po, 274, 1201, 1263, 0, 0, 0, 0, 274, 1201 -po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -po/ko.po, 295, 1445, 1195, 0, 0, 0, 0, 295, 1445 -po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -po/it.po, 295, 1445, 1592, 0, 0, 0, 0, 295, 1445 -po/id.po, 180, 718, 707, 0, 0, 0, 0, 180, 718 -po/hu.po, 282, 1361, 1227, 0, 0, 0, 0, 282, 1361 -po/hr.po, 293, 1439, 1383, 0, 0, 0, 0, 293, 1439 -po/hi.po, 17, 82, 109, 0, 0, 0, 0, 17, 82 -po/he.po, 24, 96, 91, 0, 0, 0, 0, 24, 96 -po/fur.po, 158, 650, 856, 0, 0, 0, 0, 158, 650 -po/fr.po, 17, 82, 117, 0, 0, 0, 0, 17, 82 -po/fi.po, 295, 1445, 1080, 0, 0, 0, 0, 295, 1445 -po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -po/en_GB.po, 245, 1195, 1195, 0, 0, 0, 0, 245, 1195 -po/de.po, 212, 993, 939, 0, 0, 0, 0, 212, 993 -po/da.po, 295, 1445, 1352, 0, 0, 0, 0, 295, 1445 -po/cs.po, 228, 1109, 1120, 0, 0, 0, 0, 228, 1109 -po/ca.po, 295, 1445, 1875, 0, 0, 0, 0, 295, 1445 -po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 228, 1109, 308, 0, 0, 0, 0, 228, 1109 -po/zh_CN.po, 295, 1445, 393, 0, 0, 0, 0, 295, 1445 -po/uk.po, 295, 1445, 1497, 0, 0, 0, 0, 295, 1445 -po/tr.po, 53, 164, 183, 0, 0, 0, 0, 53, 164 -po/sv.po, 240, 1159, 1152, 0, 0, 0, 0, 240, 1159 -po/sr.po, 180, 718, 715, 0, 0, 0, 0, 180, 718 -po/sk.po, 90, 380, 383, 0, 0, 0, 0, 90, 380 -po/ru.po, 295, 1445, 1404, 0, 0, 0, 0, 295, 1445 -po/pt_BR.po, 295, 1445, 1674, 0, 0, 0, 0, 295, 1445 -po/pl.po, 295, 1445, 1498, 0, 0, 0, 0, 295, 1445 -po/oc.po, 35, 93, 129, 0, 0, 0, 0, 35, 93 -po/nl.po, 102, 433, 463, 0, 0, 0, 0, 102, 433 -po/lt.po, 274, 1201, 1263, 0, 0, 0, 0, 274, 1201 -po/ky.po, 13, 15, 15, 0, 0, 0, 0, 13, 15 -po/ko.po, 295, 1445, 1195, 0, 0, 0, 0, 295, 1445 -po/kk.po, 8, 8, 9, 0, 0, 0, 0, 8, 8 -po/it.po, 295, 1445, 1592, 0, 0, 0, 0, 295, 1445 -po/id.po, 180, 718, 707, 0, 0, 0, 0, 180, 718 -po/hu.po, 282, 1361, 1227, 0, 0, 0, 0, 282, 1361 -po/hr.po, 293, 1439, 1383, 0, 0, 0, 0, 293, 1439 -po/hi.po, 17, 82, 109, 0, 0, 0, 0, 17, 82 -po/he.po, 24, 96, 91, 0, 0, 0, 0, 24, 96 -po/fur.po, 158, 650, 856, 0, 0, 0, 0, 158, 650 -po/fr.po, 17, 82, 117, 0, 0, 0, 0, 17, 82 -po/fi.po, 295, 1445, 1080, 0, 0, 0, 0, 295, 1445 -po/eu.po, 10, 12, 13, 0, 0, 0, 0, 10, 12 -po/eo.po, 19, 24, 23, 0, 0, 0, 0, 19, 24 -po/en_GB.po, 245, 1195, 1195, 0, 0, 0, 0, 245, 1195 -po/de.po, 212, 993, 939, 0, 0, 0, 0, 212, 993 -po/da.po, 295, 1445, 1352, 0, 0, 0, 0, 295, 1445 -po/cs.po, 228, 1109, 1120, 0, 0, 0, 0, 228, 1109 -po/ca.po, 295, 1445, 1875, 0, 0, 0, 0, 295, 1445 -po/ast.po, 15, 16, 17, 0, 0, 0, 0, 15, 16 -po/af.po, 94, 205, 242, 0, 0, 0, 0, 94, 205 diff --git a/results/f31/gawk-5.0.1-5.fc31.src.rpm.errors.txt b/results/f31/gawk-5.0.1-5.fc31.src.rpm.errors.txt deleted file mode 100644 index 3a30cfd..0000000 --- a/results/f31/gawk-5.0.1-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 27: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 16: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf2 in position 16: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.1) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.0) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f31/gawk-5.0.1-5.fc31.src.rpm.stats.csv b/results/f31/gawk-5.0.1-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 4e0a172..0000000 --- a/results/f31/gawk-5.0.1-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,35 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.gmo, 628, 3928, 3962, 0, 0, 0, 0, 628, 3928 -po/pt_BR.gmo, 766, 4925, 5620, 0, 0, 0, 0, 766, 4925 -po/zh_CN.gmo, 766, 4925, 1594, 0, 0, 0, 0, 766, 4925 -po/ms.po, 5, 36, 32, 6, 41, 759, 4922, 770, 4999 -po/zh_CN.po, 766, 4925, 1594, 3, 63, 1, 11, 770, 4999 -po/sv.po, 766, 4925, 5000, 3, 63, 1, 11, 770, 4999 -po/de.gmo, 706, 4499, 4996, 0, 0, 0, 0, 706, 4499 -po/pl.po, 534, 3253, 3372, 102, 721, 134, 1025, 770, 4999 -po/nl.gmo, 655, 4131, 4159, 0, 0, 0, 0, 655, 4131 -po/fi.gmo, 691, 4386, 3758, 0, 0, 0, 0, 691, 4386 -po/ko.gmo, 766, 4925, 4658, 0, 0, 0, 0, 766, 4925 -po/es.gmo, 707, 4507, 5415, 0, 0, 0, 0, 707, 4507 -po/pt_BR.po, 766, 4925, 5620, 3, 63, 1, 11, 770, 4999 -po/id.po, 628, 3928, 3962, 107, 764, 35, 307, 770, 4999 -po/fr.gmo, 766, 4925, 5723, 0, 0, 0, 0, 766, 4925 -po/vi.po, 707, 4507, 6930, 45, 324, 18, 168, 770, 4999 -po/pt.po, 766, 4925, 5299, 3, 63, 1, 11, 770, 4999 -po/gawk.pot, 0, 0, 0, 0, 0, 770, 4999, 770, 4999 -po/ms.gmo, 5, 36, 32, 0, 0, 0, 0, 5, 36 -po/ja.gmo, 383, 2475, 1260, 0, 0, 0, 0, 383, 2475 -po/ko.po, 766, 4925, 4658, 3, 63, 1, 11, 770, 4999 -po/pl.gmo, 534, 3253, 3372, 0, 0, 0, 0, 534, 3253 -po/sv.gmo, 766, 4925, 5000, 0, 0, 0, 0, 766, 4925 -po/es.po, 707, 4507, 5415, 45, 324, 18, 168, 770, 4999 -po/pt.gmo, 766, 4925, 5299, 0, 0, 0, 0, 766, 4925 -po/fi.po, 691, 4386, 3758, 55, 389, 24, 224, 770, 4999 -po/da.po, 444, 2775, 2778, 114, 739, 212, 1485, 770, 4999 -po/fr.po, 766, 4925, 5723, 3, 63, 1, 11, 770, 4999 -po/de.po, 706, 4499, 4996, 46, 332, 18, 168, 770, 4999 -po/ja.po, 383, 2475, 1260, 143, 906, 244, 1618, 770, 4999 -po/vi.gmo, 707, 4507, 6930, 0, 0, 0, 0, 707, 4507 -po/ca.po, 650, 4098, 5304, 91, 648, 29, 253, 770, 4999 -po/nl.po, 655, 4131, 4159, 85, 561, 30, 307, 770, 4999 -po/it.po, 764, 4917, 5497, 5, 71, 1, 11, 770, 4999 diff --git a/results/f31/gcab-1.1-7.fc31.src.rpm.errors.txt b/results/f31/gcab-1.1-7.fc31.src.rpm.errors.txt deleted file mode 100644 index 070b254..0000000 --- a/results/f31/gcab-1.1-7.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f31/gcab-1.1-7.fc31.src.rpm.stats.csv b/results/f31/gcab-1.1-7.fc31.src.rpm.stats.csv deleted file mode 100644 index 64f8ab7..0000000 --- a/results/f31/gcab-1.1-7.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,29 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 30, 127, 133, 0, 0, 0, 0, 30, 127 -po/eu.po, 33, 159, 159, 0, 0, 0, 0, 33, 159 -po/hu.po, 30, 127, 134, 0, 0, 0, 0, 30, 127 -po/zh_CN.po, 32, 154, 72, 0, 0, 0, 0, 32, 154 -po/nb.po, 20, 76, 80, 0, 0, 12, 78, 32, 154 -po/sr.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -po/gl.po, 32, 154, 202, 0, 0, 0, 0, 32, 154 -po/sr@latin.po, 34, 162, 173, 0, 0, 0, 0, 34, 162 -po/lt.po, 34, 162, 148, 0, 0, 0, 0, 34, 162 -po/da.po, 34, 162, 168, 0, 0, 0, 0, 34, 162 -po/oc.po, 33, 159, 200, 0, 0, 0, 0, 33, 159 -po/ru.po, 34, 162, 164, 0, 0, 0, 0, 34, 162 -po/fr.po, 30, 127, 161, 0, 0, 0, 0, 30, 127 -po/tr.po, 34, 162, 147, 0, 0, 0, 0, 34, 162 -po/es.po, 30, 127, 159, 0, 0, 0, 0, 30, 127 -po/pt_BR.po, 30, 127, 147, 0, 0, 0, 0, 30, 127 -po/fur.po, 34, 162, 198, 0, 0, 0, 0, 34, 162 -po/pl.po, 30, 127, 140, 0, 0, 0, 0, 30, 127 -po/id.po, 30, 127, 137, 0, 0, 0, 0, 30, 127 -po/sl.po, 34, 162, 181, 0, 0, 0, 0, 34, 162 -po/tg.po, 32, 152, 171, 0, 0, 0, 0, 32, 152 -po/bs.po, 32, 154, 150, 0, 0, 0, 0, 32, 154 -po/el.po, 34, 162, 178, 0, 0, 0, 0, 34, 162 -po/lv.po, 32, 154, 146, 0, 0, 0, 0, 32, 154 -po/de.po, 30, 127, 141, 0, 0, 0, 0, 30, 127 -po/pt.po, 34, 162, 179, 0, 0, 0, 0, 34, 162 -po/sv.po, 30, 127, 126, 0, 0, 0, 0, 30, 127 -po/fi.po, 24, 101, 83, 0, 0, 6, 26, 30, 127 diff --git a/results/f31/gcc-9.2.1-1.fc31.src.rpm.errors.txt b/results/f31/gcc-9.2.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 8b2ae2d..0000000 --- a/results/f31/gcc-9.2.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,8 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gcc/po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./gcc/po/EXCLUDES) -translate.tools.pocount: ERROR: Unknown filetype (./gcc/po/exgettext) -translate.tools.pocount: ERROR: Unknown filetype (./libcpp/po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/string_literals.cc) -translate.tools.pocount: ERROR: Unknown filetype (./libstdc++-v3/po/Makefile.am) diff --git a/results/f31/gcc-9.2.1-1.fc31.src.rpm.stats.csv b/results/f31/gcc-9.2.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 145cd63..0000000 --- a/results/f31/gcc-9.2.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,48 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gcc/po/vi.po, 4470, 26367, 37749, 1667, 11722, 7127, 66969, 13264, 105058 -gcc/po/ja.po, 2297, 13642, 6536, 5263, 36459, 5704, 54957, 13264, 105058 -gcc/po/hr.po, 121, 511, 485, 199, 985, 12944, 103562, 13264, 105058 -gcc/po/sv.po, 13264, 105058, 97773, 0, 0, 0, 0, 13264, 105058 -gcc/po/sr.po, 2616, 17546, 16952, 6693, 48906, 3955, 38606, 13264, 105058 -gcc/po/el.po, 41, 169, 184, 4182, 25260, 9041, 79629, 13264, 105058 -gcc/po/es.po, 9252, 68619, 86449, 3203, 27964, 809, 8475, 13264, 105058 -gcc/po/zh_CN.po, 4565, 30750, 9723, 7045, 56600, 1654, 17708, 13264, 105058 -gcc/po/gcc.pot, 0, 0, 0, 0, 0, 13264, 105058, 13264, 105058 -gcc/po/nl.po, 807, 4291, 4336, 5927, 41337, 6530, 59430, 13264, 105058 -gcc/po/fr.po, 13264, 105058, 130509, 0, 0, 0, 0, 13264, 105058 -gcc/po/id.po, 3088, 21287, 21509, 6884, 51767, 3292, 32004, 13264, 105058 -gcc/po/fi.po, 2056, 12479, 9649, 8741, 66407, 2467, 26172, 13264, 105058 -gcc/po/tr.po, 2437, 15864, 13880, 7031, 51570, 3796, 37624, 13264, 105058 -gcc/po/da.po, 1868, 11142, 10169, 6403, 44657, 4993, 49259, 13264, 105058 -gcc/po/zh_TW.po, 2216, 14092, 6144, 8984, 70143, 2064, 20823, 13264, 105058 -gcc/po/de.po, 13264, 105058, 98308, 0, 0, 0, 0, 13264, 105058 -gcc/po/uk.po, 1110, 5351, 5459, 0, 0, 12154, 99707, 13264, 105058 -gcc/po/be.po, 62, 208, 205, 2314, 13175, 10888, 91675, 13264, 105058 -gcc/po/ru.po, 10873, 83627, 79117, 1124, 8756, 1267, 12675, 13264, 105058 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libcpp/po/vi.po, 211, 1340, 2142, 1, 5, 4, 18, 216, 1363 -libcpp/po/ja.po, 188, 1148, 556, 20, 167, 8, 48, 216, 1363 -libcpp/po/pt_BR.po, 216, 1363, 1575, 0, 0, 0, 0, 216, 1363 -libcpp/po/sv.po, 216, 1363, 1300, 0, 0, 0, 0, 216, 1363 -libcpp/po/sr.po, 207, 1309, 1286, 4, 30, 5, 24, 216, 1363 -libcpp/po/el.po, 5, 13, 16, 73, 380, 138, 970, 216, 1363 -libcpp/po/es.po, 211, 1340, 1677, 1, 5, 4, 18, 216, 1363 -libcpp/po/zh_CN.po, 183, 1112, 440, 22, 175, 11, 76, 216, 1363 -libcpp/po/cpplib.pot, 0, 0, 0, 0, 0, 216, 1363, 216, 1363 -libcpp/po/nl.po, 205, 1299, 1352, 5, 37, 6, 27, 216, 1363 -libcpp/po/fr.po, 216, 1363, 1717, 0, 0, 0, 0, 216, 1363 -libcpp/po/id.po, 182, 1105, 1114, 23, 182, 11, 76, 216, 1363 -libcpp/po/fi.po, 216, 1363, 1079, 0, 0, 0, 0, 216, 1363 -libcpp/po/tr.po, 185, 1122, 986, 22, 187, 9, 54, 216, 1363 -libcpp/po/da.po, 216, 1363, 1304, 0, 0, 0, 0, 216, 1363 -libcpp/po/zh_TW.po, 216, 1363, 507, 0, 0, 0, 0, 216, 1363 -libcpp/po/eo.po, 216, 1363, 1396, 0, 0, 0, 0, 216, 1363 -libcpp/po/de.po, 216, 1363, 1256, 0, 0, 0, 0, 216, 1363 -libcpp/po/uk.po, 216, 1363, 1345, 0, 0, 0, 0, 216, 1363 -libcpp/po/be.po, 4, 12, 12, 27, 139, 185, 1212, 216, 1363 -libcpp/po/ca.po, 151, 932, 1126, 41, 264, 24, 167, 216, 1363 -libcpp/po/ru.po, 216, 1363, 1320, 0, 0, 0, 0, 216, 1363 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libstdc++-v3/po/libstdc++.pot, 0, 0, 0, 0, 0, 10, 34, 10, 34 -libstdc++-v3/po/fr.po, 4, 5, 6, 0, 0, 0, 0, 4, 5 -libstdc++-v3/po/de.po, 4, 5, 4, 0, 0, 0, 0, 4, 5 diff --git a/results/f31/gdb-8.3.50.20190824-24.fc31.src.rpm.errors.txt b/results/f31/gdb-8.3.50.20190824-24.fc31.src.rpm.errors.txt deleted file mode 100644 index 1f73ff4..0000000 --- a/results/f31/gdb-8.3.50.20190824-24.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/SRC-POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/Make-in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./bfd/po/BLD-POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 2: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./opcodes/po/Make-in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 12: invalid start byte diff --git a/results/f31/gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv b/results/f31/gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv deleted file mode 100644 index 3588c83..0000000 --- a/results/f31/gdb-8.3.50.20190824-24.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -bfd/po/uk.po, 1692, 11391, 12006, 0, 0, 0, 0, 1692, 11391 -bfd/po/ja.po, 1013, 6811, 4307, 0, 0, 286, 1419, 1299, 8230 -bfd/po/da.gmo, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/sr.po, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/fr.po, 1692, 11391, 13903, 0, 0, 0, 0, 1692, 11391 -bfd/po/ro.po, 592, 4098, 4407, 0, 0, 0, 0, 592, 4098 -bfd/po/sr.gmo, 1398, 9119, 9435, 0, 0, 0, 0, 1398, 9119 -bfd/po/fi.gmo, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/id.po, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/da.po, 1398, 9119, 8504, 0, 0, 0, 0, 1398, 9119 -bfd/po/fi.po, 1398, 9119, 7687, 0, 0, 0, 0, 1398, 9119 -bfd/po/id.gmo, 1312, 8369, 8501, 0, 0, 0, 0, 1312, 8369 -bfd/po/pt.po, 1692, 11391, 12183, 0, 0, 0, 0, 1692, 11391 -bfd/po/tr.po, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/zh_CN.gmo, 214, 935, 437, 0, 0, 0, 0, 214, 935 -bfd/po/sv.po, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/sv.gmo, 1398, 9119, 8364, 0, 0, 0, 0, 1398, 9119 -bfd/po/bfd.pot, 0, 0, 0, 0, 0, 1692, 11391, 1692, 11391 -bfd/po/hr.po, 79, 195, 199, 0, 0, 1233, 8174, 1312, 8369 -bfd/po/es.po, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/rw.po, 1, 2, 2, 508, 3879, 83, 217, 592, 4098 -bfd/po/zh_CN.po, 214, 935, 437, 521, 2842, 663, 5342, 1398, 9119 -bfd/po/vi.gmo, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -bfd/po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -bfd/po/hr.gmo, 79, 195, 199, 0, 0, 0, 0, 79, 195 -bfd/po/ru.po, 1692, 11391, 11334, 0, 0, 0, 0, 1692, 11391 -bfd/po/es.gmo, 1771, 11953, 13950, 0, 0, 0, 0, 1771, 11953 -bfd/po/tr.gmo, 592, 4098, 3794, 0, 0, 0, 0, 592, 4098 -bfd/po/ja.gmo, 1013, 6811, 4307, 0, 0, 0, 0, 1013, 6811 -bfd/po/vi.po, 1312, 8369, 12106, 0, 0, 0, 0, 1312, 8369 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -opcodes/po/uk.po, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -opcodes/po/it.po, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/nl.gmo, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/ga.po, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/de.po, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -opcodes/po/de.gmo, 453, 2685, 2640, 0, 0, 0, 0, 453, 2685 -opcodes/po/sr.po, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/fr.po, 453, 2685, 3059, 0, 0, 0, 0, 453, 2685 -opcodes/po/ro.po, 148, 863, 909, 0, 0, 0, 0, 148, 863 -opcodes/po/sr.gmo, 287, 1602, 1611, 0, 0, 0, 0, 287, 1602 -opcodes/po/fi.gmo, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/id.po, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/nl.po, 234, 1371, 1419, 0, 0, 0, 0, 234, 1371 -opcodes/po/pt_BR.gmo, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -opcodes/po/da.po, 179, 968, 946, 0, 0, 55, 403, 234, 1371 -opcodes/po/fi.po, 287, 1602, 1393, 0, 0, 0, 0, 287, 1602 -opcodes/po/id.gmo, 292, 1632, 1687, 0, 0, 0, 0, 292, 1632 -opcodes/po/tr.po, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/zh_CN.gmo, 219, 1192, 525, 0, 0, 0, 0, 219, 1192 -opcodes/po/opcodes.pot, 0, 0, 0, 0, 0, 453, 2685, 453, 2685 -opcodes/po/sv.po, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -opcodes/po/fr.gmo, 453, 2685, 3059, 0, 0, 0, 0, 453, 2685 -opcodes/po/sv.gmo, 453, 2685, 2485, 0, 0, 0, 0, 453, 2685 -opcodes/po/es.po, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/it.gmo, 234, 1371, 1595, 0, 0, 0, 0, 234, 1371 -opcodes/po/zh_CN.po, 219, 1192, 525, 108, 650, 43, 303, 370, 2145 -opcodes/po/pt_BR.po, 453, 2685, 3051, 0, 0, 0, 0, 453, 2685 -opcodes/po/vi.gmo, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 -opcodes/po/ga.gmo, 287, 1602, 1830, 0, 0, 0, 0, 287, 1602 -opcodes/po/uk.gmo, 453, 2685, 2795, 0, 0, 0, 0, 453, 2685 -opcodes/po/es.gmo, 370, 2145, 2527, 0, 0, 0, 0, 370, 2145 -opcodes/po/tr.gmo, 148, 863, 783, 0, 0, 0, 0, 148, 863 -opcodes/po/vi.po, 292, 1632, 2494, 0, 0, 0, 0, 292, 1632 diff --git a/results/f31/gdbm-1.18.1-1.fc31.src.rpm.errors.txt b/results/f31/gdbm-1.18.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 50f31a4..0000000 --- a/results/f31/gdbm-1.18.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/gdbm-1.18.1-1.fc31.src.rpm.stats.csv b/results/f31/gdbm-1.18.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 15b217c..0000000 --- a/results/f31/gdbm-1.18.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,28 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.po, 205, 739, 686, 4, 19, 15, 58, 224, 816 -po/ja.po, 78, 246, 143, 53, 224, 93, 346, 224, 816 -po/sr.gmo, 205, 739, 810, 0, 0, 0, 0, 205, 739 -po/fr.po, 220, 800, 1062, 1, 7, 3, 9, 224, 816 -po/pt_BR.po, 220, 800, 1003, 1, 7, 3, 9, 224, 816 -po/pl.gmo, 220, 800, 861, 0, 0, 0, 0, 220, 800 -po/fi.po, 165, 582, 512, 30, 134, 29, 100, 224, 816 -po/eo.gmo, 205, 739, 749, 0, 0, 0, 0, 205, 739 -po/uk.po, 220, 800, 903, 1, 7, 3, 9, 224, 816 -po/sv.po, 205, 739, 747, 4, 19, 15, 58, 224, 816 -po/vi.gmo, 220, 800, 1292, 0, 0, 0, 0, 220, 800 -po/gdbm.pot, 0, 0, 0, 0, 0, 224, 816, 224, 816 -po/de.po, 165, 582, 585, 30, 134, 29, 100, 224, 816 -po/da.gmo, 205, 739, 686, 0, 0, 0, 0, 205, 739 -po/vi.po, 220, 800, 1292, 1, 7, 3, 9, 224, 816 -po/eo.po, 205, 739, 749, 4, 19, 15, 58, 224, 816 -po/ja.gmo, 78, 246, 143, 0, 0, 0, 0, 78, 246 -po/uk.gmo, 220, 800, 903, 0, 0, 0, 0, 220, 800 -po/fi.gmo, 165, 582, 512, 0, 0, 0, 0, 165, 582 -po/fr.gmo, 220, 800, 1062, 0, 0, 0, 0, 220, 800 -po/sv.gmo, 205, 739, 747, 0, 0, 0, 0, 205, 739 -po/de.gmo, 165, 582, 585, 0, 0, 0, 0, 165, 582 -po/pl.po, 220, 800, 861, 1, 7, 3, 9, 224, 816 -po/es.gmo, 205, 739, 813, 0, 0, 0, 0, 205, 739 -po/pt_BR.gmo, 220, 800, 1003, 0, 0, 0, 0, 220, 800 -po/sr.po, 205, 739, 810, 4, 19, 15, 58, 224, 816 -po/es.po, 205, 739, 813, 4, 19, 15, 58, 224, 816 diff --git a/results/f31/gdk-pixbuf2-2.40.0-1.fc31.src.rpm.errors.txt b/results/f31/gdk-pixbuf2-2.40.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 4718a43..0000000 --- a/results/f31/gdk-pixbuf2-2.40.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,11 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv b/results/f31/gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 69d07e3..0000000 --- a/results/f31/gdk-pixbuf2-2.40.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 212, 1415, 488, 0, 0, 0, 0, 212, 1415 -po/zh_HK.po, 203, 1360, 484, 0, 0, 0, 0, 203, 1360 -po/zh_CN.po, 208, 1393, 482, 0, 0, 0, 0, 208, 1393 -po/yi.po, 118, 792, 751, 73, 466, 11, 90, 202, 1348 -po/xh.po, 151, 987, 880, 45, 294, 6, 67, 202, 1348 -po/wa.po, 134, 910, 1377, 32, 181, 36, 257, 202, 1348 -po/vi.po, 202, 1351, 1831, 0, 0, 0, 0, 202, 1351 -po/uz@cyrillic.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -po/uz.po, 28, 158, 137, 6, 30, 168, 1160, 202, 1348 -po/uk.po, 203, 1360, 1432, 0, 0, 0, 0, 203, 1360 -po/ug.po, 202, 1354, 1107, 0, 0, 0, 0, 202, 1354 -po/tt.po, 67, 388, 269, 25, 118, 110, 842, 202, 1348 -po/tr.po, 213, 1420, 1160, 0, 0, 0, 0, 213, 1420 -po/tk.po, 18, 92, 81, 26, 119, 158, 1137, 202, 1348 -po/th.po, 203, 1360, 553, 0, 0, 0, 0, 203, 1360 -po/tg.po, 2, 9, 12, 0, 0, 200, 1345, 202, 1354 -po/te.po, 202, 1354, 1098, 0, 0, 0, 0, 202, 1354 -po/ta.po, 197, 1288, 1079, 5, 60, 0, 0, 202, 1348 -po/sv.po, 213, 1420, 1361, 0, 0, 0, 0, 213, 1420 -po/sr@latin.po, 211, 1409, 1518, 0, 0, 0, 0, 211, 1409 -po/sr@ije.po, 137, 915, 884, 59, 376, 6, 57, 202, 1348 -po/sr.po, 213, 1420, 1533, 0, 0, 0, 0, 213, 1420 -po/sq.po, 185, 1208, 1474, 12, 89, 5, 51, 202, 1348 -po/sl.po, 213, 1420, 1491, 0, 0, 0, 0, 213, 1420 -po/sk.po, 212, 1415, 1417, 0, 0, 0, 0, 212, 1415 -po/si.po, 151, 995, 995, 35, 204, 16, 149, 202, 1348 -po/ru.po, 208, 1393, 1505, 0, 0, 0, 0, 208, 1393 -po/ro.po, 213, 1420, 1676, 0, 0, 0, 0, 213, 1420 -po/pt_BR.po, 213, 1420, 1771, 0, 0, 0, 0, 213, 1420 -po/pt.po, 207, 1382, 1537, 0, 0, 0, 0, 207, 1382 -po/ps.po, 25, 120, 137, 4, 19, 173, 1209, 202, 1348 -po/pl.po, 213, 1420, 1496, 0, 0, 0, 0, 213, 1420 -po/pa.po, 203, 1360, 1608, 0, 0, 0, 0, 203, 1360 -po/or.po, 201, 1345, 1293, 0, 0, 0, 0, 201, 1345 -po/oc.po, 211, 1409, 1808, 0, 0, 0, 0, 211, 1409 -po/nso.po, 137, 915, 1487, 59, 376, 6, 57, 202, 1348 -po/nn.po, 185, 1208, 1176, 12, 89, 5, 51, 202, 1348 -po/nl.po, 213, 1420, 1363, 0, 0, 0, 0, 213, 1420 -po/ne.po, 158, 1061, 1021, 39, 236, 5, 51, 202, 1348 -po/nds.po, 49, 257, 283, 1, 3, 152, 1088, 202, 1348 -po/nb.po, 211, 1409, 1351, 0, 0, 0, 0, 211, 1409 -po/my.po, 184, 1192, 942, 12, 89, 6, 67, 202, 1348 -po/ms.po, 132, 870, 827, 56, 355, 14, 123, 202, 1348 -po/mr.po, 197, 1288, 1322, 5, 60, 0, 0, 202, 1348 -po/mn.po, 137, 915, 859, 59, 376, 6, 57, 202, 1348 -po/ml.po, 202, 1354, 1111, 0, 0, 0, 0, 202, 1354 -po/mk.po, 163, 1102, 1311, 34, 195, 5, 51, 202, 1348 -po/mi.po, 118, 741, 839, 58, 359, 26, 248, 202, 1348 -po/mai.po, 184, 1192, 1283, 12, 89, 6, 67, 202, 1348 -po/lv.po, 213, 1420, 1265, 0, 0, 0, 0, 213, 1420 -po/lt.po, 213, 1420, 1242, 0, 0, 0, 0, 213, 1420 -po/li.po, 118, 792, 749, 73, 466, 11, 90, 202, 1348 -po/ku.po, 177, 1171, 1263, 20, 126, 5, 51, 202, 1348 -po/ko.po, 213, 1420, 1223, 0, 0, 0, 0, 213, 1420 -po/kn.po, 186, 1213, 1047, 11, 84, 5, 51, 202, 1348 -po/km.po, 192, 1245, 598, 4, 27, 4, 66, 200, 1338 -po/kk.po, 61, 267, 257, 0, 0, 151, 1148, 212, 1415 -po/ka.po, 185, 1208, 995, 12, 89, 5, 51, 202, 1348 -po/ja.po, 202, 1354, 518, 0, 0, 0, 0, 202, 1354 -po/it.po, 213, 1420, 1614, 0, 0, 0, 0, 213, 1420 -po/is.po, 212, 1415, 1376, 0, 0, 0, 0, 212, 1415 -po/io.po, 57, 299, 276, 25, 117, 120, 932, 202, 1348 -po/id.po, 213, 1420, 1436, 0, 0, 0, 0, 213, 1420 -po/ia.po, 6, 49, 42, 29, 173, 167, 1126, 202, 1348 -po/hy.po, 194, 1250, 1187, 8, 98, 0, 0, 202, 1348 -po/hu.po, 213, 1420, 1306, 0, 0, 0, 0, 213, 1420 -po/hr.po, 213, 1420, 1356, 0, 0, 0, 0, 213, 1420 -po/hi.po, 202, 1354, 1605, 0, 0, 0, 0, 202, 1354 -po/he.po, 211, 1409, 1349, 0, 0, 0, 0, 211, 1409 -po/gu.po, 184, 1192, 1226, 12, 89, 6, 67, 202, 1348 -po/gl.po, 213, 1420, 1924, 0, 0, 0, 0, 213, 1420 -po/ga.po, 172, 1060, 1278, 5, 50, 25, 238, 202, 1348 -po/fur.po, 213, 1420, 1857, 0, 0, 0, 0, 213, 1420 -po/fr.po, 213, 1420, 1804, 0, 0, 0, 0, 213, 1420 -po/fi.po, 148, 872, 665, 42, 420, 21, 117, 211, 1409 -po/fa.po, 150, 991, 1035, 45, 294, 7, 63, 202, 1348 -po/eu.po, 213, 1420, 1363, 0, 0, 0, 0, 213, 1420 -po/et.po, 203, 1360, 1095, 0, 0, 0, 0, 203, 1360 -po/es.po, 213, 1420, 1931, 0, 0, 0, 0, 213, 1420 -po/eo.po, 163, 1201, 1057, 4, 41, 41, 151, 208, 1393 -po/en_GB.po, 211, 1409, 1409, 0, 0, 0, 0, 211, 1409 -po/en_CA.po, 175, 1166, 1168, 22, 131, 5, 51, 202, 1348 -po/en@shaw.po, 174, 1158, 1158, 28, 190, 0, 0, 202, 1348 -po/el.po, 212, 1415, 1660, 0, 0, 0, 0, 212, 1415 -po/dz.po, 162, 1095, 573, 35, 202, 5, 51, 202, 1348 -po/de.po, 213, 1420, 1405, 0, 0, 0, 0, 213, 1420 -po/da.po, 213, 1420, 1318, 0, 0, 0, 0, 213, 1420 -po/cy.po, 175, 1162, 1357, 22, 135, 5, 51, 202, 1348 -po/csb.po, 66, 481, 474, 4, 43, 131, 821, 201, 1345 -po/cs.po, 213, 1420, 1454, 0, 0, 0, 0, 213, 1420 -po/crh.po, 202, 1354, 1118, 0, 0, 0, 0, 202, 1354 -po/ca@valencia.po, 211, 1409, 1916, 0, 0, 0, 0, 211, 1409 -po/ca.po, 213, 1420, 1936, 0, 0, 0, 0, 213, 1420 -po/bs.po, 228, 1478, 1532, 0, 0, 0, 0, 228, 1478 -po/br.po, 53, 264, 326, 7, 39, 142, 1045, 202, 1348 -po/bn_IN.po, 197, 1288, 1310, 5, 60, 0, 0, 202, 1348 -po/bn.po, 195, 1266, 1254, 7, 82, 0, 0, 202, 1348 -po/bg.po, 205, 1372, 1774, 0, 0, 0, 0, 205, 1372 -po/be@latin.po, 185, 1208, 1205, 12, 89, 5, 51, 202, 1348 -po/be.po, 211, 1409, 1436, 0, 0, 0, 0, 211, 1409 -po/az.po, 137, 915, 795, 59, 376, 6, 57, 202, 1348 -po/ast.po, 197, 1288, 1581, 5, 60, 0, 0, 202, 1348 -po/as.po, 203, 1360, 1264, 0, 0, 0, 0, 203, 1360 -po/ar.po, 195, 1266, 1236, 7, 82, 0, 0, 202, 1348 -po/ang.po, 42, 223, 183, 32, 163, 128, 962, 202, 1348 -po/af.po, 183, 1180, 1152, 8, 72, 11, 96, 202, 1348 diff --git a/results/f31/gdm-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/gdm-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 36d1f5f..0000000 --- a/results/f31/gdm-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,85 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./docs/tr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/tr/tr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/tr/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/uk/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/uk/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/uk/uk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ru/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/el/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/fr/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/en_GB/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/en_GB/en_GB.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/en_GB/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./docs/id/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/id/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/te/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/te/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/cs/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/oc/oc.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/oc/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/oc/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/zh_CN/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./docs/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/hu/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ca/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/pt_BR/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ro/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ro/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/it/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/it/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ko/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/ko/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/gl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/es/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sv/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./docs/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./docs/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./docs/de/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/gdm-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/gdm-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index e2903ca..0000000 --- a/results/f31/gdm-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,239 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -docs/tr/tr.po, 41, 156, 151, 0, 0, 314, 9204, 355, 9360 -docs/uk/uk.po, 863, 14012, 11584, 127, 4651, 95, 5569, 1085, 24232 -docs/ru/ru.po, 293, 6757, 5318, 17, 946, 44, 1595, 354, 9298 -docs/el/el.po, 355, 9360, 9757, 0, 0, 0, 0, 355, 9360 -docs/fr/fr.po, 355, 9360, 10190, 0, 0, 0, 0, 355, 9360 -docs/en_GB/en_GB.po, 333, 7968, 7974, 0, 0, 0, 0, 333, 7968 -docs/id/id.po, 355, 9360, 8302, 0, 0, 0, 0, 355, 9360 -docs/te/te.po, 22, 52, 52, 0, 0, 348, 9227, 370, 9279 -docs/cs/cs.po, 355, 9360, 8300, 0, 0, 0, 0, 355, 9360 -docs/oc/oc.po, 5, 5, 5, 0, 0, 1229, 30404, 1234, 30409 -docs/zh_CN/zh_CN.po, 355, 9360, 1812, 0, 0, 0, 0, 355, 9360 -docs/hu/hu.po, 30, 645, 504, 0, 0, 325, 8715, 355, 9360 -docs/ca/ca.po, 354, 9346, 9902, 1, 14, 0, 0, 355, 9360 -docs/pt_BR/pt_BR.po, 35, 114, 137, 3, 30, 316, 9161, 354, 9305 -docs/ro/ro.po, 355, 9360, 9532, 0, 0, 0, 0, 355, 9360 -docs/it/it.po, 68, 1304, 1351, 0, 0, 248, 6350, 316, 7654 -docs/ko/ko.po, 411, 502, 503, 11, 24, 788, 28731, 1210, 29257 -docs/gl/gl.po, 294, 6142, 6433, 0, 0, 61, 3218, 355, 9360 -docs/es/es.po, 355, 9360, 10345, 0, 0, 0, 0, 355, 9360 -docs/sl/sl.po, 39, 51, 51, 0, 0, 329, 9133, 368, 9184 -docs/sv/sv.po, 355, 9360, 8129, 0, 0, 0, 0, 355, 9360 -docs/de/de.po, 355, 9360, 8559, 0, 0, 0, 0, 355, 9360 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_GB.gmo, 84, 622, 622, 0, 0, 0, 0, 84, 622 -po/si.po, 20, 116, 110, 21, 143, 46, 391, 87, 650 -po/pt_BR.po, 88, 629, 790, 0, 0, 0, 0, 88, 629 -po/sr.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/ca@valencia.po, 85, 626, 799, 0, 0, 0, 0, 85, 626 -po/bn.gmo, 49, 258, 280, 0, 0, 0, 0, 49, 258 -po/mr.po, 81, 619, 533, 3, 15, 3, 16, 87, 650 -po/es.gmo, 88, 629, 811, 0, 0, 0, 0, 88, 629 -po/nds.gmo, 24, 87, 87, 0, 0, 0, 0, 24, 87 -po/ro.gmo, 88, 629, 666, 0, 0, 0, 0, 88, 629 -po/nl.po, 88, 629, 571, 0, 0, 0, 0, 88, 629 -po/ta.po, 81, 619, 488, 3, 15, 3, 16, 87, 650 -po/fi.gmo, 88, 629, 441, 0, 0, 0, 0, 88, 629 -po/xh.po, 7, 21, 26, 35, 224, 45, 405, 87, 650 -po/vi.po, 88, 629, 875, 0, 0, 0, 0, 88, 629 -po/zh_HK.gmo, 87, 650, 161, 0, 0, 0, 0, 87, 650 -po/sq.gmo, 37, 175, 207, 0, 0, 0, 0, 37, 175 -po/id.po, 88, 629, 592, 0, 0, 0, 0, 88, 629 -po/zu.po, 7, 21, 22, 35, 224, 45, 405, 87, 650 -po/eo.gmo, 88, 629, 580, 0, 0, 0, 0, 88, 629 -po/bg.po, 85, 626, 694, 0, 0, 0, 0, 85, 626 -po/uk.po, 84, 622, 524, 0, 0, 0, 0, 84, 622 -po/el.gmo, 88, 629, 684, 0, 0, 0, 0, 88, 629 -po/ca.gmo, 88, 629, 802, 0, 0, 0, 0, 88, 629 -po/fr.gmo, 88, 629, 745, 0, 0, 0, 0, 88, 629 -po/pa.po, 88, 629, 722, 0, 0, 0, 0, 88, 629 -po/mg.po, 34, 159, 174, 19, 142, 34, 349, 87, 650 -po/hu.gmo, 88, 629, 556, 0, 0, 0, 0, 88, 629 -po/pt.gmo, 84, 622, 711, 0, 0, 0, 0, 84, 622 -po/sr@latin.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/en_CA.gmo, 8, 30, 31, 0, 0, 0, 0, 8, 30 -po/af.gmo, 88, 629, 627, 0, 0, 0, 0, 88, 629 -po/mn.gmo, 7, 21, 21, 0, 0, 0, 0, 7, 21 -po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mjw.po, 87, 620, 546, 0, 0, 1, 9, 88, 629 -po/ga.po, 40, 173, 218, 5, 26, 42, 451, 87, 650 -po/wa.gmo, 3, 8, 17, 0, 0, 0, 0, 3, 8 -po/bs.gmo, 87, 650, 629, 0, 0, 0, 0, 87, 650 -po/zh_HK.po, 87, 650, 161, 0, 0, 0, 0, 87, 650 -po/nds.po, 24, 87, 87, 6, 26, 57, 537, 87, 650 -po/uk.gmo, 84, 622, 524, 0, 0, 0, 0, 84, 622 -po/uz.po, 8, 17, 15, 4, 21, 75, 612, 87, 650 -po/mk.gmo, 60, 422, 490, 0, 0, 0, 0, 60, 422 -po/de.po, 88, 629, 617, 0, 0, 0, 0, 88, 629 -po/et.gmo, 88, 629, 505, 0, 0, 0, 0, 88, 629 -po/eu.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/ja.gmo, 87, 626, 171, 0, 0, 0, 0, 87, 626 -po/csb.po, 25, 112, 117, 10, 46, 52, 492, 87, 650 -po/fur.gmo, 88, 629, 764, 0, 0, 0, 0, 88, 629 -po/be.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/sv.po, 88, 629, 567, 0, 0, 0, 0, 88, 629 -po/am.gmo, 2, 2, 3, 0, 0, 0, 0, 2, 2 -po/ky.po, 67, 524, 422, 7, 41, 13, 85, 87, 650 -po/am.po, 2, 2, 3, 5, 9, 80, 639, 87, 650 -po/mr.gmo, 81, 619, 533, 0, 0, 0, 0, 81, 619 -po/ne.gmo, 87, 608, 524, 0, 0, 0, 0, 87, 608 -po/ca.po, 88, 629, 802, 0, 0, 0, 0, 88, 629 -po/ru.po, 88, 629, 574, 0, 0, 0, 0, 88, 629 -po/bn.po, 49, 258, 280, 12, 57, 26, 335, 87, 650 -po/be@latin.po, 38, 171, 170, 21, 129, 28, 350, 87, 650 -po/fy.po, 22, 93, 80, 11, 52, 54, 505, 87, 650 -po/ne.po, 87, 608, 524, 1, 21, 0, 0, 88, 629 -po/hr.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/wa.po, 3, 8, 17, 16, 74, 68, 568, 87, 650 -po/cs.po, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/sv.gmo, 88, 629, 567, 0, 0, 0, 0, 88, 629 -po/tg.po, 87, 650, 659, 0, 0, 0, 0, 87, 650 -po/tr.gmo, 88, 629, 547, 0, 0, 0, 0, 88, 629 -po/pt.po, 84, 622, 711, 0, 0, 0, 0, 84, 622 -po/gd.po, 88, 629, 851, 0, 0, 0, 0, 88, 629 -po/uz@cyrillic.po, 45, 228, 184, 4, 19, 38, 403, 87, 650 -po/vi.gmo, 88, 629, 875, 0, 0, 0, 0, 88, 629 -po/id.gmo, 88, 629, 592, 0, 0, 0, 0, 88, 629 -po/zh_CN.gmo, 88, 629, 157, 0, 0, 0, 0, 88, 629 -po/ta.gmo, 81, 619, 488, 0, 0, 0, 0, 81, 619 -po/gv.po, 41, 206, 246, 16, 91, 30, 353, 87, 650 -po/as.gmo, 81, 619, 593, 0, 0, 0, 0, 81, 619 -po/br.gmo, 44, 218, 269, 0, 0, 0, 0, 44, 218 -po/or.po, 81, 619, 585, 3, 15, 3, 16, 87, 650 -po/ko.gmo, 88, 629, 478, 0, 0, 0, 0, 88, 629 -po/en@shaw.gmo, 28, 119, 119, 0, 0, 0, 0, 28, 119 -po/ku.gmo, 31, 121, 122, 0, 0, 0, 0, 31, 121 -po/nl.gmo, 88, 629, 571, 0, 0, 0, 0, 88, 629 -po/ms.po, 81, 619, 574, 4, 19, 2, 12, 87, 650 -po/km.po, 80, 578, 216, 3, 15, 4, 57, 87, 650 -po/crh.gmo, 73, 514, 437, 0, 0, 0, 0, 73, 514 -po/pl.gmo, 88, 629, 585, 0, 0, 0, 0, 88, 629 -po/hi.gmo, 80, 578, 697, 0, 0, 0, 0, 80, 578 -po/gl.gmo, 88, 629, 817, 0, 0, 0, 0, 88, 629 -po/sr@latin.po, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/gu.gmo, 84, 622, 636, 0, 0, 0, 0, 84, 622 -po/sk.po, 88, 629, 609, 0, 0, 0, 0, 88, 629 -po/uz.gmo, 8, 17, 15, 0, 0, 0, 0, 8, 17 -po/lt.gmo, 88, 629, 512, 0, 0, 0, 0, 88, 629 -po/cy.gmo, 8, 30, 33, 0, 0, 0, 0, 8, 30 -po/ps.po, 27, 109, 124, 12, 76, 48, 465, 87, 650 -po/ro.po, 88, 629, 666, 0, 0, 0, 0, 88, 629 -po/bs.po, 87, 650, 629, 0, 0, 0, 0, 87, 650 -po/ja.po, 87, 626, 171, 0, 0, 1, 3, 88, 629 -po/mi.po, 0, 0, 0, 1, 2, 86, 648, 87, 650 -po/xh.gmo, 7, 21, 26, 0, 0, 0, 0, 7, 21 -po/sl.po, 88, 629, 612, 0, 0, 0, 0, 88, 629 -po/rw.po, 1, 1, 2, 39, 239, 47, 410, 87, 650 -po/nn.po, 50, 299, 265, 17, 85, 20, 266, 87, 650 -po/te.po, 81, 619, 487, 3, 15, 3, 16, 87, 650 -po/kk.gmo, 88, 629, 539, 0, 0, 0, 0, 88, 629 -po/ms.gmo, 81, 619, 574, 0, 0, 0, 0, 81, 619 -po/as.po, 81, 619, 593, 3, 15, 3, 16, 87, 650 -po/es.po, 88, 629, 811, 0, 0, 0, 0, 88, 629 -po/dz.gmo, 12, 50, 22, 0, 0, 0, 0, 12, 50 -po/kn.gmo, 78, 566, 445, 0, 0, 0, 0, 78, 566 -po/pl.po, 88, 629, 585, 0, 0, 0, 0, 88, 629 -po/az.po, 7, 21, 27, 35, 224, 45, 405, 87, 650 -po/th.gmo, 87, 650, 197, 0, 0, 0, 0, 87, 650 -po/br.po, 44, 218, 269, 17, 97, 26, 335, 87, 650 -po/en_CA.po, 8, 30, 31, 33, 217, 46, 403, 87, 650 -po/ku.po, 31, 121, 122, 16, 97, 40, 432, 87, 650 -po/ca@valencia.gmo, 85, 626, 799, 0, 0, 0, 0, 85, 626 -po/ga.gmo, 40, 173, 218, 0, 0, 0, 0, 40, 173 -po/ug.po, 75, 558, 454, 4, 23, 8, 69, 87, 650 -po/bn_IN.po, 80, 578, 602, 3, 15, 4, 57, 87, 650 -po/an.po, 87, 650, 790, 0, 0, 0, 0, 87, 650 -po/kk.po, 88, 629, 539, 0, 0, 0, 0, 88, 629 -po/he.gmo, 84, 622, 607, 0, 0, 0, 0, 84, 622 -po/ml.po, 88, 629, 480, 0, 0, 0, 0, 88, 629 -po/gv.gmo, 41, 206, 246, 0, 0, 0, 0, 41, 206 -po/cy.po, 8, 30, 33, 33, 217, 46, 403, 87, 650 -po/eu.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/lv.gmo, 88, 629, 527, 0, 0, 0, 0, 88, 629 -po/ru.gmo, 88, 629, 574, 0, 0, 0, 0, 88, 629 -po/bn_IN.gmo, 80, 578, 602, 0, 0, 0, 0, 80, 578 -po/sq.po, 37, 175, 207, 23, 176, 27, 299, 87, 650 -po/ka.po, 4, 6, 7, 38, 212, 45, 432, 87, 650 -po/de.gmo, 88, 629, 617, 0, 0, 0, 0, 88, 629 -po/zh_TW.po, 88, 629, 160, 0, 0, 0, 0, 88, 629 -po/ky.gmo, 67, 524, 422, 0, 0, 0, 0, 67, 524 -po/hy.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/gd.gmo, 88, 629, 851, 0, 0, 0, 0, 88, 629 -po/zu.gmo, 7, 21, 22, 0, 0, 0, 0, 7, 21 -po/ml.gmo, 88, 629, 480, 0, 0, 0, 0, 88, 629 -po/lv.po, 88, 629, 527, 0, 0, 0, 0, 88, 629 -po/hy.po, 1, 1, 1, 9, 40, 77, 609, 87, 650 -po/sr.gmo, 88, 629, 656, 0, 0, 0, 0, 88, 629 -po/hr.gmo, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/nb.po, 88, 629, 581, 0, 0, 0, 0, 88, 629 -po/fr.po, 88, 629, 745, 0, 0, 0, 0, 88, 629 -po/be@latin.gmo, 38, 171, 170, 0, 0, 0, 0, 38, 171 -po/sl.gmo, 88, 629, 612, 0, 0, 0, 0, 88, 629 -po/si.gmo, 20, 116, 110, 0, 0, 0, 0, 20, 116 -po/is.po, 88, 629, 636, 0, 0, 0, 0, 88, 629 -po/mn.po, 7, 21, 21, 35, 224, 45, 405, 87, 650 -po/or.gmo, 81, 619, 585, 0, 0, 0, 0, 81, 619 -po/bg.gmo, 85, 626, 694, 0, 0, 0, 0, 85, 626 -po/be.po, 88, 629, 577, 0, 0, 0, 0, 88, 629 -po/fi.po, 88, 629, 441, 0, 0, 0, 0, 88, 629 -po/fy.gmo, 22, 93, 80, 0, 0, 0, 0, 22, 93 -po/mg.gmo, 34, 159, 174, 0, 0, 0, 0, 34, 159 -po/oc.gmo, 88, 629, 734, 0, 0, 0, 0, 88, 629 -po/th.po, 87, 650, 197, 0, 0, 0, 0, 87, 650 -po/uz@cyrillic.gmo, 45, 228, 184, 0, 0, 0, 0, 45, 228 -po/te.gmo, 81, 619, 487, 0, 0, 0, 0, 81, 619 -po/en_GB.po, 84, 622, 622, 0, 0, 0, 0, 84, 622 -po/kab.gmo, 87, 650, 752, 0, 0, 0, 0, 87, 650 -po/hu.po, 88, 629, 556, 0, 0, 0, 0, 88, 629 -po/mai.gmo, 42, 205, 220, 0, 0, 0, 0, 42, 205 -po/an.gmo, 87, 650, 790, 0, 0, 0, 0, 87, 650 -po/it.gmo, 88, 629, 702, 0, 0, 0, 0, 88, 629 -po/crh.po, 73, 514, 437, 5, 64, 9, 72, 87, 650 -po/nso.gmo, 7, 21, 37, 0, 0, 0, 0, 7, 21 -po/csb.gmo, 25, 112, 117, 0, 0, 0, 0, 25, 112 -po/gl.po, 88, 629, 817, 0, 0, 0, 0, 88, 629 -po/el.po, 88, 629, 684, 0, 0, 0, 0, 88, 629 -po/he.po, 84, 622, 607, 0, 0, 0, 0, 84, 622 -po/nb.gmo, 88, 629, 581, 0, 0, 0, 0, 88, 629 -po/ast.po, 57, 352, 403, 13, 89, 17, 209, 87, 650 -po/da.gmo, 88, 629, 558, 0, 0, 0, 0, 88, 629 -po/dz.po, 12, 50, 22, 37, 236, 38, 364, 87, 650 -po/ast.gmo, 57, 352, 403, 0, 0, 0, 0, 57, 352 -po/tr.po, 88, 629, 547, 0, 0, 0, 0, 88, 629 -po/fur.po, 88, 629, 764, 0, 0, 0, 0, 88, 629 -po/gdm.pot, 0, 0, 0, 0, 0, 88, 629, 88, 629 -po/da.po, 88, 629, 558, 0, 0, 0, 0, 88, 629 -po/it.po, 88, 629, 702, 0, 0, 0, 0, 88, 629 -po/ka.gmo, 4, 6, 7, 0, 0, 0, 0, 4, 6 -po/sk.gmo, 88, 629, 609, 0, 0, 0, 0, 88, 629 -po/mk.po, 60, 422, 490, 14, 95, 13, 133, 87, 650 -po/eo.po, 88, 629, 580, 0, 0, 0, 0, 88, 629 -po/ko.po, 88, 629, 478, 0, 0, 0, 0, 88, 629 -po/km.gmo, 80, 578, 216, 0, 0, 0, 0, 80, 578 -po/is.gmo, 88, 629, 636, 0, 0, 0, 0, 88, 629 -po/pt_BR.gmo, 88, 629, 790, 0, 0, 0, 0, 88, 629 -po/lt.po, 88, 629, 512, 0, 0, 0, 0, 88, 629 -po/mjw.gmo, 87, 620, 546, 0, 0, 0, 0, 87, 620 -po/mai.po, 42, 205, 220, 19, 145, 26, 300, 87, 650 -po/gu.po, 84, 622, 636, 0, 0, 0, 0, 84, 622 -po/fa.po, 88, 629, 674, 0, 0, 0, 0, 88, 629 -po/zh_TW.gmo, 88, 629, 160, 0, 0, 0, 0, 88, 629 -po/hi.po, 80, 578, 697, 3, 15, 4, 57, 87, 650 -po/oc.po, 88, 629, 734, 0, 0, 0, 0, 88, 629 -po/af.po, 88, 629, 627, 0, 0, 0, 0, 88, 629 -po/kab.po, 87, 650, 752, 0, 0, 0, 0, 87, 650 -po/ug.gmo, 75, 558, 454, 0, 0, 0, 0, 75, 558 -po/et.po, 88, 629, 505, 0, 0, 0, 0, 88, 629 -po/zh_CN.po, 88, 629, 157, 0, 0, 0, 0, 88, 629 -po/en@shaw.po, 28, 119, 119, 33, 196, 26, 335, 87, 650 -po/tg.gmo, 87, 650, 659, 0, 0, 0, 0, 87, 650 -po/cs.gmo, 88, 629, 557, 0, 0, 0, 0, 88, 629 -po/nn.gmo, 50, 299, 265, 0, 0, 0, 0, 50, 299 -po/ar.po, 87, 620, 531, 1, 9, 0, 0, 88, 629 -po/rw.gmo, 1, 1, 2, 0, 0, 0, 0, 1, 1 -po/az.gmo, 7, 21, 27, 0, 0, 0, 0, 7, 21 -po/pa.gmo, 88, 629, 722, 0, 0, 0, 0, 88, 629 -po/ps.gmo, 27, 109, 124, 0, 0, 0, 0, 27, 109 -po/nso.po, 7, 21, 37, 35, 224, 45, 405, 87, 650 -po/kn.po, 78, 566, 445, 3, 15, 6, 69, 87, 650 diff --git a/results/f31/gedit-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gedit-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 1d3d8b1..0000000 --- a/results/f31/gedit-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,67 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/schematron.sh) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gnome-help.sct) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-undo-recent-action.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-tabs.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-tabs-moving.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-tab-groups.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-syntax-highlighting.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-shortcut-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-save-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-replace.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-quickstart.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-snippets.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-quick-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-pyconsole.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-modelines.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-install.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-insert-date-time.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-file-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-external-tools.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-doc-stats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugins-change-case.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-plugin-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-recent.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-on-server.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-files.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-open-files-from-sidepane.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-full-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-files-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-edit-as-root.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-create-new-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-close-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-change-default-font.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gedit-change-color-scheme.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gedit3-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gedit-icon.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gedit-html-snippet.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/check_status.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gedit-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gedit-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 6db211f..0000000 --- a/results/f31/gedit-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,135 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 433, 5312, 1030, 0, 0, 0, 0, 433, 5312 -help/zh_HK/zh_HK.po, 436, 5390, 1035, 0, 0, 0, 0, 436, 5390 -help/zh_CN/zh_CN.po, 581, 6612, 1204, 0, 0, 0, 0, 581, 6612 -help/uk/uk.po, 552, 6577, 5320, 0, 0, 0, 0, 552, 6577 -help/th/th.po, 219, 2555, 778, 0, 0, 456, 5022, 675, 7577 -help/te/te.po, 15, 29, 30, 0, 0, 580, 7436, 595, 7465 -help/sv/sv.po, 595, 6607, 6127, 0, 0, 0, 0, 595, 6607 -help/sl/sl.po, 600, 7570, 6316, 0, 0, 0, 0, 600, 7570 -help/ru/ru.po, 580, 6559, 5328, 0, 0, 0, 0, 580, 6559 -help/ro/ro.po, 580, 6559, 6440, 0, 0, 0, 0, 580, 6559 -help/pt_BR/pt_BR.po, 595, 6607, 6968, 0, 0, 0, 0, 595, 6607 -help/pl/pl.po, 595, 6607, 5141, 0, 0, 0, 0, 595, 6607 -help/oc/oc.po, 96, 141, 165, 0, 0, 592, 7615, 688, 7756 -help/lv/lv.po, 581, 6603, 5046, 0, 0, 0, 0, 581, 6603 -help/ko/ko.po, 692, 7740, 5726, 0, 0, 0, 0, 692, 7740 -help/ja/ja.po, 71, 316, 168, 164, 1181, 366, 6089, 601, 7586 -help/it/it.po, 675, 7613, 7707, 0, 0, 0, 0, 675, 7613 -help/id/id.po, 581, 6603, 5951, 0, 0, 0, 0, 581, 6603 -help/hu/hu.po, 595, 6607, 5511, 0, 0, 0, 0, 595, 6607 -help/gl/gl.po, 580, 6559, 6456, 0, 0, 0, 0, 580, 6559 -help/fr/fr.po, 580, 6559, 7117, 0, 0, 0, 0, 580, 6559 -help/fi/fi.po, 211, 2280, 1403, 133, 1567, 208, 2730, 552, 6577 -help/eu/eu.po, 675, 7577, 5738, 0, 0, 0, 0, 675, 7577 -help/es/es.po, 597, 6613, 6845, 0, 0, 0, 0, 597, 6613 -help/el/el.po, 581, 6612, 6702, 0, 0, 0, 0, 581, 6612 -help/de/de.po, 593, 6567, 6343, 0, 0, 2, 40, 595, 6607 -help/da/da.po, 670, 7555, 7171, 0, 0, 0, 0, 670, 7555 -help/cs/cs.po, 595, 6607, 5916, 0, 0, 0, 0, 595, 6607 -help/ca/ca.po, 595, 6607, 6813, 0, 0, 0, 0, 595, 6607 -help/bg/bg.po, 595, 7465, 6650, 0, 0, 0, 0, 595, 7465 -help/ar/ar.po, 513, 4492, 3525, 3, 62, 153, 2637, 669, 7191 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 727, 4279, 979, 0, 0, 0, 0, 727, 4279 -po/zh_HK.po, 682, 4080, 930, 0, 0, 0, 0, 682, 4080 -po/zh_CN.po, 726, 4278, 1057, 0, 0, 0, 0, 726, 4278 -po/xh.po, 999, 4120, 3612, 17, 73, 3, 12, 1019, 4205 -po/wa.po, 501, 2030, 2528, 128, 511, 391, 1665, 1020, 4206 -po/vi.po, 729, 4304, 5359, 0, 0, 0, 0, 729, 4304 -po/uk.po, 722, 4266, 3754, 0, 0, 0, 0, 722, 4266 -po/ug.po, 754, 4362, 3285, 0, 0, 0, 0, 754, 4362 -po/tr.po, 729, 4304, 3438, 0, 0, 0, 0, 729, 4304 -po/tk.po, 526, 2502, 2118, 179, 906, 315, 798, 1020, 4206 -po/th.po, 722, 4266, 1225, 0, 0, 0, 0, 722, 4266 -po/tg.po, 150, 214, 257, 1, 1, 603, 4147, 754, 4362 -po/te.po, 683, 4083, 3336, 0, 0, 0, 0, 683, 4083 -po/ta.po, 684, 4084, 3444, 0, 0, 0, 0, 684, 4084 -po/sv.po, 730, 4306, 4070, 0, 0, 0, 0, 730, 4306 -po/sr@latin.po, 721, 4267, 4427, 0, 0, 0, 0, 721, 4267 -po/sr.po, 729, 4304, 4458, 0, 0, 0, 0, 729, 4304 -po/sq.po, 1093, 4942, 5720, 0, 0, 0, 0, 1093, 4942 -po/sl.po, 727, 4279, 4169, 0, 0, 0, 0, 727, 4279 -po/sk.po, 726, 4278, 4046, 0, 0, 0, 0, 726, 4278 -po/si.po, 659, 1941, 2161, 0, 0, 443, 3122, 1102, 5063 -po/rw.po, 202, 244, 252, 648, 3615, 170, 347, 1020, 4206 -po/ru.po, 726, 4278, 3713, 0, 0, 0, 0, 726, 4278 -po/ro.po, 730, 4306, 4728, 0, 0, 0, 0, 730, 4306 -po/pt_BR.po, 730, 4306, 4833, 0, 0, 0, 0, 730, 4306 -po/pt.po, 722, 4266, 4599, 0, 0, 0, 0, 722, 4266 -po/ps.po, 622, 1929, 2072, 0, 0, 475, 3081, 1097, 5010 -po/pl.po, 729, 4304, 4077, 0, 0, 0, 0, 729, 4304 -po/pa.po, 727, 4292, 4635, 0, 0, 2, 12, 729, 4304 -po/or.po, 684, 4084, 4096, 0, 0, 0, 0, 684, 4084 -po/oc.po, 721, 4267, 4839, 0, 0, 0, 0, 721, 4267 -po/nn.po, 655, 3549, 3368, 1, 1, 92, 799, 748, 4349 -po/nl.po, 726, 4278, 4222, 0, 0, 0, 0, 726, 4278 -po/ne.po, 440, 1902, 1902, 263, 1988, 26, 414, 729, 4304 -po/nds.po, 239, 438, 408, 0, 0, 861, 4515, 1100, 4953 -po/nb.po, 730, 4306, 4075, 0, 0, 0, 0, 730, 4306 -po/my.po, 475, 1513, 1137, 0, 0, 633, 3491, 1108, 5004 -po/ms.po, 541, 2390, 2105, 176, 884, 303, 932, 1020, 4206 -po/mr.po, 683, 4083, 3807, 0, 0, 0, 0, 683, 4083 -po/mn.po, 507, 2180, 1901, 211, 1293, 301, 732, 1019, 4205 -po/ml.po, 721, 4271, 3425, 0, 0, 0, 0, 721, 4271 -po/mk.po, 739, 4316, 4378, 0, 0, 0, 0, 739, 4316 -po/mi.po, 54, 68, 74, 131, 232, 835, 3906, 1020, 4206 -po/mg.po, 1032, 4328, 4766, 14, 45, 0, 0, 1046, 4373 -po/mai.po, 1104, 4965, 5469, 0, 0, 0, 0, 1104, 4965 -po/lv.po, 729, 4304, 3724, 0, 0, 0, 0, 729, 4304 -po/lt.po, 729, 4304, 3590, 0, 0, 0, 0, 729, 4304 -po/ln.po, 724, 4280, 4594, 0, 0, 0, 0, 724, 4280 -po/la.po, 8, 9, 16, 0, 0, 1085, 4933, 1093, 4942 -po/ku.po, 297, 676, 760, 19, 39, 786, 4348, 1102, 5063 -po/ko.po, 729, 4304, 3092, 0, 0, 0, 0, 729, 4304 -po/kn.po, 684, 4084, 3430, 0, 0, 0, 0, 684, 4084 -po/km.po, 751, 4360, 1654, 0, 0, 0, 0, 751, 4360 -po/kk.po, 669, 3162, 2540, 0, 0, 57, 1116, 726, 4278 -po/ka.po, 311, 491, 475, 371, 1693, 352, 2099, 1034, 4283 -po/ja.po, 729, 4304, 1001, 0, 0, 0, 0, 729, 4304 -po/it.po, 729, 4304, 4489, 0, 0, 0, 0, 729, 4304 -po/is.po, 713, 3974, 3681, 0, 0, 7, 296, 720, 4270 -po/id.po, 730, 4306, 3965, 0, 0, 0, 0, 730, 4306 -po/hy.po, 156, 415, 357, 0, 0, 877, 3917, 1033, 4332 -po/hu.po, 729, 4304, 3699, 0, 0, 0, 0, 729, 4304 -po/hr.po, 726, 4282, 4094, 0, 0, 4, 24, 730, 4306 -po/hi.po, 683, 4083, 4844, 0, 0, 0, 0, 683, 4083 -po/he.po, 722, 4266, 3803, 0, 0, 0, 0, 722, 4266 -po/gu.po, 712, 4184, 4421, 0, 0, 0, 0, 712, 4184 -po/gl.po, 729, 4304, 4856, 0, 0, 0, 0, 729, 4304 -po/gd.po, 721, 4267, 6000, 0, 0, 0, 0, 721, 4267 -po/ga.po, 397, 996, 1124, 35, 158, 315, 3122, 747, 4276 -po/fur.po, 725, 4280, 4923, 0, 0, 4, 24, 729, 4304 -po/fr.po, 729, 4304, 4968, 0, 0, 0, 0, 729, 4304 -po/fi.po, 729, 4304, 3184, 0, 0, 0, 0, 729, 4304 -po/fa.po, 729, 4304, 4671, 0, 0, 0, 0, 729, 4304 -po/eu.po, 730, 4306, 3503, 0, 0, 0, 0, 730, 4306 -po/et.po, 747, 4276, 3369, 0, 0, 0, 0, 747, 4276 -po/es.po, 730, 4306, 4847, 0, 0, 0, 0, 730, 4306 -po/eo.po, 710, 4082, 3751, 2, 10, 4, 24, 716, 4116 -po/en_GB.po, 729, 4304, 4335, 0, 0, 0, 0, 729, 4304 -po/en_CA.po, 1028, 4339, 4344, 0, 0, 0, 0, 1028, 4339 -po/en@shaw.po, 1110, 5063, 5069, 0, 0, 0, 0, 1110, 5063 -po/el.po, 730, 4306, 4507, 0, 0, 0, 0, 730, 4306 -po/dz.po, 1099, 4983, 2458, 0, 0, 0, 0, 1099, 4983 -po/de.po, 730, 4306, 4281, 0, 0, 0, 0, 730, 4306 -po/da.po, 730, 4306, 3945, 0, 0, 0, 0, 730, 4306 -po/cy.po, 953, 3827, 4389, 100, 747, 50, 388, 1103, 4962 -po/cs.po, 729, 4304, 4121, 0, 0, 0, 0, 729, 4304 -po/crh.po, 754, 4362, 3447, 0, 0, 0, 0, 754, 4362 -po/ca@valencia.po, 722, 4266, 4981, 0, 0, 0, 0, 722, 4266 -po/ca.po, 729, 4304, 5041, 0, 0, 0, 0, 729, 4304 -po/bs.po, 685, 4087, 4003, 0, 0, 0, 0, 685, 4087 -po/br.po, 787, 2495, 2806, 103, 787, 214, 1681, 1104, 4963 -po/bn_IN.po, 684, 4084, 4396, 0, 0, 0, 0, 684, 4084 -po/bn.po, 1107, 5003, 5417, 0, 0, 0, 0, 1107, 5003 -po/bg.po, 722, 4266, 4420, 0, 0, 0, 0, 722, 4266 -po/be@latin.po, 1099, 4948, 4656, 0, 0, 0, 0, 1099, 4948 -po/be.po, 721, 4271, 3896, 0, 0, 0, 0, 721, 4271 -po/az.po, 548, 2626, 2196, 176, 884, 296, 696, 1020, 4206 -po/ast.po, 734, 4323, 4477, 0, 0, 0, 0, 734, 4323 -po/as.po, 684, 4084, 4244, 0, 0, 0, 0, 684, 4084 -po/ar.po, 721, 4265, 4174, 0, 0, 0, 0, 721, 4265 -po/an.po, 688, 4104, 4705, 0, 0, 0, 0, 688, 4104 -po/am.po, 257, 521, 547, 203, 553, 560, 3132, 1020, 4206 -po/af.po, 683, 3317, 3347, 41, 824, 3, 138, 727, 4279 diff --git a/results/f31/gegl04-0.4.16-4.fc31.src.rpm.errors.txt b/results/f31/gegl04-0.4.16-4.fc31.src.rpm.errors.txt deleted file mode 100644 index c428860..0000000 --- a/results/f31/gegl04-0.4.16-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/gegl04-0.4.16-4.fc31.src.rpm.stats.csv b/results/f31/gegl04-0.4.16-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 6e34d98..0000000 --- a/results/f31/gegl04-0.4.16-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,62 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_GB.gmo, 596, 3578, 3578, 0, 0, 0, 0, 596, 3578 -po/tr.gmo, 614, 2379, 2085, 0, 0, 0, 0, 614, 2379 -po/gegl-0.4.pot, 0, 0, 0, 0, 0, 1830, 8885, 1830, 8885 -po/de.gmo, 1609, 6737, 5861, 0, 0, 0, 0, 1609, 6737 -po/ko.gmo, 148, 345, 285, 0, 0, 0, 0, 148, 345 -po/mr.gmo, 1490, 6617, 5826, 0, 0, 0, 0, 1490, 6617 -po/is.gmo, 753, 1436, 1353, 0, 0, 0, 0, 753, 1436 -po/sr.po, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -po/lv.gmo, 1418, 5684, 5158, 0, 0, 0, 0, 1418, 5684 -po/it.gmo, 1878, 9197, 9885, 0, 0, 0, 0, 1878, 9197 -po/uk.po, 1344, 4646, 4344, 149, 505, 264, 3304, 1757, 8455 -po/pt_BR.gmo, 1764, 8483, 9471, 0, 0, 0, 0, 1764, 8483 -po/zh_CN.gmo, 1878, 9197, 3187, 0, 0, 0, 0, 1878, 9197 -po/el.po, 1878, 9197, 9419, 0, 0, 0, 0, 1878, 9197 -po/eu.gmo, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -po/ca.gmo, 1878, 9197, 11067, 0, 0, 0, 0, 1878, 9197 -po/bs.gmo, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -po/de.po, 1609, 6737, 5861, 75, 491, 121, 1509, 1805, 8737 -po/zh_CN.po, 1878, 9197, 3187, 0, 0, 0, 0, 1878, 9197 -po/tr.po, 614, 2379, 2085, 34, 64, 765, 4492, 1413, 6935 -po/da.po, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -po/sl.po, 1591, 6690, 6319, 66, 433, 221, 2074, 1878, 9197 -po/da.gmo, 1852, 9021, 8014, 0, 0, 0, 0, 1852, 9021 -po/it.po, 1878, 9197, 9885, 0, 0, 0, 0, 1878, 9197 -po/sk.gmo, 68, 151, 159, 0, 0, 0, 0, 68, 151 -po/mr.po, 1490, 6617, 5826, 11, 51, 256, 1787, 1757, 8455 -po/pt.po, 1504, 7265, 8037, 6, 66, 7, 57, 1517, 7388 -po/ca.po, 1878, 9197, 11067, 0, 0, 0, 0, 1878, 9197 -po/sv.po, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -po/nb.gmo, 122, 187, 177, 0, 0, 0, 0, 122, 187 -po/pt.gmo, 1504, 7265, 8037, 0, 0, 0, 0, 1504, 7265 -po/oc.gmo, 1292, 5922, 6708, 0, 0, 0, 0, 1292, 5922 -po/oc.po, 1292, 5922, 6708, 0, 0, 196, 1298, 1488, 7220 -po/eo.po, 127, 178, 173, 106, 209, 1478, 7709, 1711, 8096 -po/pl.gmo, 1878, 9197, 8587, 0, 0, 0, 0, 1878, 9197 -po/sk.po, 68, 151, 159, 0, 0, 1416, 7018, 1484, 7169 -po/sl.gmo, 1591, 6690, 6319, 0, 0, 0, 0, 1591, 6690 -po/nb.po, 122, 187, 177, 626, 1556, 747, 5495, 1495, 7238 -po/es.po, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -po/pt_BR.po, 1764, 8483, 9471, 0, 0, 1, 2, 1765, 8485 -po/ko.po, 148, 345, 285, 105, 247, 698, 4805, 951, 5397 -po/el.gmo, 1878, 9197, 9419, 0, 0, 0, 0, 1878, 9197 -po/es.gmo, 1860, 9095, 10856, 0, 0, 0, 0, 1860, 9095 -po/eu.po, 1719, 8130, 6866, 0, 0, 0, 0, 1719, 8130 -po/sr.gmo, 1504, 7291, 7040, 0, 0, 0, 0, 1504, 7291 -po/id.gmo, 76, 115, 110, 0, 0, 0, 0, 76, 115 -po/pl.po, 1878, 9197, 8587, 0, 0, 0, 0, 1878, 9197 -po/en_GB.po, 596, 3578, 3578, 196, 913, 159, 906, 951, 5397 -po/fr.po, 1186, 5686, 6517, 2, 55, 241, 1264, 1429, 7005 -po/sv.gmo, 1855, 9050, 7846, 0, 0, 0, 0, 1855, 9050 -po/is.po, 753, 1436, 1353, 9, 19, 1111, 7682, 1873, 9137 -po/ru.gmo, 1078, 2944, 2870, 0, 0, 0, 0, 1078, 2944 -po/fr.gmo, 1186, 5686, 6517, 0, 0, 0, 0, 1186, 5686 -po/uk.gmo, 1344, 4646, 4344, 0, 0, 0, 0, 1344, 4646 -po/lv.po, 1418, 5684, 5158, 111, 758, 218, 1963, 1747, 8405 -po/id.po, 76, 115, 110, 313, 714, 562, 4568, 951, 5397 -po/ru.po, 1078, 2944, 2870, 124, 434, 645, 5605, 1847, 8983 -po/gl.gmo, 170, 283, 325, 0, 0, 0, 0, 170, 283 -po/bs.po, 1327, 6792, 6166, 0, 0, 0, 0, 1327, 6792 -po/gl.po, 170, 283, 325, 132, 287, 649, 4827, 951, 5397 -po/eo.gmo, 127, 178, 173, 0, 0, 0, 0, 127, 178 diff --git a/results/f31/gettext-0.20.1-2.fc31.src.rpm.errors.txt b/results/f31/gettext-0.20.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 843a709..0000000 --- a/results/f31/gettext-0.20.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,116 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb8 in position 29: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/Makefile.in.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfc in position 10: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 45: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/ChangeLog.0) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/ChangeLog) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 0: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-runtime/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-gnome/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-gnome/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-gnome/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-kde/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-kde/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-kde/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-qt/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-qt/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-wxwidgets/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++-wxwidgets/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c++/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome3/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome3/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c-gnome3/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-c/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-clisp/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-clisp/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp-forms/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp-forms/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-csharp/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-gawk/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-gawk/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-guile/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-guile/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-awt/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-awt/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-qtjambi/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-qtjambi/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-swing/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java-swing/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-java/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-librep/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-librep/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnome/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnome/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnome/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnustep/po/LocaleAliases) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnustep/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc-gnustep/po/GNUmakefile) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-objc/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-pascal/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-pascal/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-perl/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-perl/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-php/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-php/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-python/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-python/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-sh/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-sh/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-smalltalk/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-smalltalk/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl-tk/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl-tk/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-tcl/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-ycp/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/hello-ycp/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/mmsmallpo.sh) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/examples/po/xsmallpot.sh) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xa5 in position 36: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Makevars.template) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/ChangeLog.1) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf5 in position 4: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 43: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 38: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/ChangeLog.0) -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/ChangeLog) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xdd in position 1: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gettext-tools/po/en@boldquot.header) diff --git a/results/f31/gettext-0.20.1-2.fc31.src.rpm.stats.csv b/results/f31/gettext-0.20.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index b678e0e..0000000 --- a/results/f31/gettext-0.20.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,1483 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-runtime/po/gettext-runtime.pot, 0, 0, 0, 0, 0, 47, 469, 47, 469 -gettext-runtime/po/sk.po, 45, 418, 413, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/nb.po, 28, 310, 272, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/zh_HK.gmo, 24, 220, 72, 0, 0, 0, 0, 24, 220 -gettext-runtime/po/sl.gmo, 28, 310, 266, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/uk.gmo, 45, 418, 394, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/ca.po, 28, 310, 323, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/pt.po, 45, 418, 450, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/eo.gmo, 45, 418, 413, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/tr.po, 45, 418, 354, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/ru.gmo, 45, 418, 390, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/gl.po, 28, 310, 319, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/zh_TW.gmo, 45, 418, 140, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/it.gmo, 28, 310, 325, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/hu.gmo, 28, 310, 283, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/sv.gmo, 45, 418, 373, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/es.po, 45, 418, 488, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/be.gmo, 12, 99, 91, 0, 0, 0, 0, 12, 99 -gettext-runtime/po/hr.po, 45, 418, 392, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/nl.po, 28, 310, 296, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/et.po, 7, 18, 20, 10, 159, 30, 292, 47, 469 -gettext-runtime/po/sv.po, 45, 418, 373, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/be.po, 12, 99, 91, 11, 129, 24, 241, 47, 469 -gettext-runtime/po/uk.po, 45, 418, 394, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/hu.po, 28, 310, 283, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/cs.po, 28, 310, 284, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/ro.po, 45, 418, 440, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/pt_BR.po, 45, 418, 452, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/fr.gmo, 45, 418, 439, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/fr.po, 45, 418, 439, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/ru.po, 45, 418, 390, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/gl.gmo, 28, 310, 319, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/pl.po, 45, 418, 377, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/ko.gmo, 45, 418, 317, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/zh_HK.po, 24, 220, 72, 11, 132, 12, 117, 47, 469 -gettext-runtime/po/bg.gmo, 45, 418, 415, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/nn.gmo, 24, 220, 201, 0, 0, 0, 0, 24, 220 -gettext-runtime/po/de.po, 28, 310, 299, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/da.po, 28, 310, 267, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/en@quot.po, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-runtime/po/nb.gmo, 28, 310, 272, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/sr.gmo, 28, 310, 290, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/pl.gmo, 45, 418, 377, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/bg.po, 45, 418, 415, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/ja.po, 45, 418, 176, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/en@quot.gmo, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-runtime/po/nn.po, 24, 220, 204, 12, 170, 11, 79, 47, 469 -gettext-runtime/po/nl.gmo, 28, 310, 296, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/tr.gmo, 45, 418, 354, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/es.gmo, 45, 418, 488, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/el.po, 6, 16, 18, 11, 161, 30, 292, 47, 469 -gettext-runtime/po/fi.po, 28, 310, 224, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/ast.po, 28, 310, 300, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/id.gmo, 26, 230, 207, 0, 0, 0, 0, 26, 230 -gettext-runtime/po/de.gmo, 28, 310, 299, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/cs.gmo, 28, 310, 284, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/ga.po, 28, 310, 295, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/fi.gmo, 28, 310, 224, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/hr.gmo, 45, 418, 392, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/zh_TW.po, 45, 418, 140, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/vi.gmo, 28, 310, 442, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/ga.gmo, 28, 310, 295, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/zh_CN.po, 45, 418, 130, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/pt.gmo, 45, 418, 450, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/ro.gmo, 45, 418, 440, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/eo.po, 45, 418, 413, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/en@boldquot.po, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-runtime/po/vi.po, 28, 310, 442, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/sr.po, 28, 310, 290, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/sk.gmo, 45, 418, 413, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/id.po, 26, 230, 207, 10, 160, 11, 79, 47, 469 -gettext-runtime/po/zh_CN.gmo, 45, 418, 130, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/ko.po, 45, 418, 317, 1, 38, 1, 13, 47, 469 -gettext-runtime/po/it.po, 28, 310, 325, 8, 80, 11, 79, 47, 469 -gettext-runtime/po/ca.gmo, 28, 310, 323, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/en@boldquot.gmo, 47, 469, 469, 0, 0, 0, 0, 47, 469 -gettext-runtime/po/pt_BR.gmo, 45, 418, 452, 0, 0, 0, 0, 45, 418 -gettext-runtime/po/ast.gmo, 28, 310, 300, 0, 0, 0, 0, 28, 310 -gettext-runtime/po/sl.po, 28, 310, 266, 8, 80, 11, 79, 47, 469 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-kde/po/sk.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/af.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/nb.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ky.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ca.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/pt.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/tr.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/gl.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ta.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/es.po, 4, 15, 18, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/hr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/nl.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/sv.po, 4, 15, 12, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/lv.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/uk.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/hu.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/cs.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ro.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/pt_BR.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/fr.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ru.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/pl.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/mt.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/zh_HK.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/de.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ms.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/da.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/bg.po, 4, 15, 16, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ja.po, 4, 15, 8, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/el.po, 4, 15, 17, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/fi.po, 4, 15, 11, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ast.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/ga.po, 4, 15, 21, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/zh_TW.po, 4, 15, 5, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/zh_CN.po, 4, 15, 6, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/eo.po, 4, 15, 13, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/vi.po, 4, 15, 22, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/sr.po, 4, 15, 15, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/id.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/it.po, 4, 15, 20, 0, 0, 0, 0, 4, 15 -gettext-tools/examples/hello-c++-kde/po/sl.po, 4, 15, 14, 0, 0, 0, 0, 4, 15 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-qt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-qt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++-wxwidgets/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++-wxwidgets/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c++/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c++/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c-gnome3/po/sk.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/af.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/nb.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ky.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ca.po, 9, 37, 43, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/pt.po, 9, 37, 37, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/tr.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/gl.po, 2, 4, 5, 1, 10, 6, 23, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ta.po, 9, 37, 29, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/es.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/hr.po, 9, 37, 36, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/nl.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/sv.po, 9, 37, 34, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/lv.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/uk.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/hu.po, 9, 37, 31, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/cs.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ro.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/pt_BR.po, 9, 37, 38, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/fr.po, 9, 37, 47, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ru.po, 9, 37, 33, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/pl.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/mt.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/zh_HK.po, 1, 2, 1, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/de.po, 9, 37, 35, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ms.po, 9, 37, 37, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/da.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/bg.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ja.po, 9, 37, 14, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/el.po, 1, 2, 3, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/fi.po, 9, 37, 27, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ast.po, 9, 37, 36, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/ga.po, 9, 37, 42, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/zh_TW.po, 9, 37, 15, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/zh_CN.po, 9, 37, 16, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/eo.po, 9, 37, 39, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/vi.po, 9, 37, 50, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/sr.po, 9, 37, 41, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/id.po, 1, 2, 2, 1, 10, 7, 25, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/it.po, 9, 37, 42, 0, 0, 0, 0, 9, 37 -gettext-tools/examples/hello-c-gnome3/po/sl.po, 9, 37, 32, 0, 0, 0, 0, 9, 37 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-c/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-c/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-clisp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-clisp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-csharp-forms/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp-forms/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-csharp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-csharp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-gawk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-gawk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-guile/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-guile/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java-awt/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-awt/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java-qtjambi/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-qtjambi/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java-swing/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java-swing/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-java/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-java/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-librep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-librep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-objc-gnome/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnome/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-objc-gnustep/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc-gnustep/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-objc/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-objc/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-pascal/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-pascal/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-perl/po/sk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/af.po, 3, 18, 14, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/nb.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ky.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ca.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/pt.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/tr.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/gl.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ta.po, 3, 18, 14, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/es.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/hr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/nl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/sv.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/lv.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/uk.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/hu.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/cs.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ro.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/pt_BR.po, 3, 18, 21, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/fr.po, 3, 18, 23, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ru.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/pl.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/mt.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/zh_HK.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/de.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ms.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/da.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/bg.po, 3, 18, 17, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ja.po, 3, 18, 8, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/el.po, 3, 18, 19, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/fi.po, 3, 18, 12, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ast.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/ga.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/zh_TW.po, 3, 18, 5, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/zh_CN.po, 3, 18, 7, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/eo.po, 3, 18, 20, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/vi.po, 3, 18, 25, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/sr.po, 3, 18, 18, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/id.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/it.po, 3, 18, 22, 0, 0, 0, 0, 3, 18 -gettext-tools/examples/hello-perl/po/sl.po, 3, 18, 16, 0, 0, 0, 0, 3, 18 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-php/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-php/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-python/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-python/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-sh/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/pt_BR.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-sh/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-smalltalk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-smalltalk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-tcl-tk/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl-tk/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-tcl/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-tcl/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/hello-ycp/po/sk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/af.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/nb.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ky.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ca.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/pt.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/tr.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/gl.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ta.po, 2, 10, 8, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/es.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/hr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/nl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/sv.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/lv.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/uk.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/hu.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/cs.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ro.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/pt_BR.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/fr.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ru.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/pl.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/mt.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/zh_HK.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/de.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ms.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/da.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/bg.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ja.po, 2, 10, 5, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/el.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/fi.po, 2, 10, 7, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ast.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/ga.po, 2, 10, 13, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/zh_TW.po, 2, 10, 3, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/zh_CN.po, 2, 10, 4, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/eo.po, 2, 10, 11, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/vi.po, 2, 10, 14, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/sr.po, 2, 10, 10, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/id.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/it.po, 2, 10, 12, 0, 0, 0, 0, 2, 10 -gettext-tools/examples/hello-ycp/po/sl.po, 2, 10, 9, 0, 0, 0, 0, 2, 10 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/examples/po/hello-php.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-c-gnome3.pot, 0, 0, 0, 0, 0, 9, 37, 9, 37 -gettext-tools/examples/po/hello-sh.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/sk.po, 18, 98, 96, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/af.po, 10, 63, 49, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/nb.po, 18, 98, 87, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ky.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c++.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-objc.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/ca.po, 18, 98, 118, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/pt.po, 18, 98, 105, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-csharp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/tr.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/gl.po, 11, 65, 73, 1, 10, 6, 23, 18, 98 -gettext-tools/examples/po/hello-c.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/ta.po, 18, 98, 76, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c++-kde.pot, 0, 0, 0, 0, 0, 4, 15, 4, 15 -gettext-tools/examples/po/es.po, 18, 98, 108, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hr.po, 18, 98, 97, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/nl.po, 18, 98, 90, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/gettext-examples.pot, 0, 0, 0, 0, 0, 18, 98, 18, 98 -gettext-tools/examples/po/hello-clisp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/sv.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/lv.po, 10, 63, 63, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/hello-smalltalk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/uk.po, 18, 98, 93, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hu.po, 18, 98, 85, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/cs.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ro.po, 18, 98, 92, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/pt_BR.po, 18, 98, 111, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-python.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/fr.po, 18, 98, 124, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ru.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/pl.po, 18, 98, 98, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/mt.po, 10, 63, 59, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/hello-gawk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-pascal.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-csharp-forms.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/zh_HK.po, 10, 63, 17, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/de.po, 18, 98, 88, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ms.po, 18, 98, 91, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/da.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-guile.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-objc-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/bg.po, 18, 98, 94, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/ja.po, 18, 98, 38, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/el.po, 10, 63, 65, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/fi.po, 18, 98, 66, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-java-qtjambi.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/ast.po, 18, 98, 97, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-objc-gnustep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-perl.pot, 0, 0, 0, 0, 0, 3, 18, 3, 18 -gettext-tools/examples/po/ga.po, 18, 98, 113, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/zh_TW.po, 18, 98, 31, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/zh_CN.po, 18, 98, 39, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-java-awt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-tcl-tk.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/eo.po, 18, 98, 104, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/vi.po, 18, 98, 135, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c++-gnome.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/sr.po, 18, 98, 102, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-c++-qt.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/id.po, 10, 63, 56, 1, 10, 7, 25, 18, 98 -gettext-tools/examples/po/hello-java-swing.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-c++-wxwidgets.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-java.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-tcl.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/hello-librep.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/it.po, 18, 98, 120, 0, 0, 0, 0, 18, 98 -gettext-tools/examples/po/hello-ycp.pot, 0, 0, 0, 0, 0, 2, 10, 2, 10 -gettext-tools/examples/po/sl.po, 18, 98, 86, 0, 0, 0, 0, 18, 98 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gettext-tools/po/sk.po, 687, 6685, 6278, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/pa.gmo, 192, 988, 1108, 0, 0, 0, 0, 192, 988 -gettext-tools/po/nb.po, 139, 1084, 974, 50, 468, 500, 5184, 689, 6736 -gettext-tools/po/sl.gmo, 661, 6367, 6152, 0, 0, 0, 0, 661, 6367 -gettext-tools/po/uk.gmo, 687, 6685, 6214, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/ca.po, 661, 6367, 7663, 25, 340, 3, 29, 689, 6736 -gettext-tools/po/pt.po, 687, 6685, 7139, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/tr.po, 472, 4725, 3914, 141, 1468, 76, 543, 689, 6736 -gettext-tools/po/ru.gmo, 661, 6367, 5887, 0, 0, 0, 0, 661, 6367 -gettext-tools/po/gl.po, 186, 1272, 1526, 45, 411, 458, 5053, 689, 6736 -gettext-tools/po/zh_TW.gmo, 687, 6685, 2473, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/it.gmo, 589, 5969, 6517, 0, 0, 0, 0, 589, 5969 -gettext-tools/po/sv.gmo, 687, 6685, 5835, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/es.po, 687, 6685, 8151, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/be.gmo, 148, 1124, 1077, 0, 0, 0, 0, 148, 1124 -gettext-tools/po/nl.po, 413, 3125, 2947, 17, 145, 259, 3466, 689, 6736 -gettext-tools/po/et.po, 55, 332, 324, 134, 1220, 500, 5184, 689, 6736 -gettext-tools/po/sv.po, 687, 6685, 5835, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/be.po, 148, 1124, 1077, 134, 1197, 407, 4415, 689, 6736 -gettext-tools/po/uk.po, 687, 6685, 6214, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/cs.po, 55, 332, 354, 105, 1029, 529, 5375, 689, 6736 -gettext-tools/po/ro.po, 387, 3655, 3875, 195, 2229, 107, 852, 689, 6736 -gettext-tools/po/pt_BR.po, 687, 6685, 7490, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/fr.gmo, 687, 6685, 7997, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/fr.po, 687, 6685, 7997, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/ru.po, 661, 6367, 5887, 25, 340, 3, 29, 689, 6736 -gettext-tools/po/gl.gmo, 186, 1272, 1526, 0, 0, 0, 0, 186, 1272 -gettext-tools/po/pl.po, 687, 6685, 6318, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/ko.gmo, 687, 6685, 5478, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/bg.gmo, 687, 6685, 6987, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/eu.po, 367, 2821, 2598, 181, 1847, 141, 2068, 689, 6736 -gettext-tools/po/nn.gmo, 91, 826, 714, 0, 0, 0, 0, 91, 826 -gettext-tools/po/de.po, 595, 6012, 5915, 55, 498, 39, 226, 689, 6736 -gettext-tools/po/da.po, 512, 5098, 4543, 114, 1212, 63, 426, 689, 6736 -gettext-tools/po/en@quot.po, 689, 6736, 6736, 0, 0, 0, 0, 689, 6736 -gettext-tools/po/nb.gmo, 139, 1084, 974, 0, 0, 0, 0, 139, 1084 -gettext-tools/po/sr.gmo, 661, 6367, 5974, 0, 0, 0, 0, 661, 6367 -gettext-tools/po/pl.gmo, 687, 6685, 6318, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/bg.po, 687, 6685, 6987, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/ja.po, 687, 6685, 3086, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/en@quot.gmo, 689, 6736, 6736, 0, 0, 0, 0, 689, 6736 -gettext-tools/po/gettext-tools.pot, 0, 0, 0, 0, 0, 689, 6736, 689, 6736 -gettext-tools/po/nn.po, 91, 826, 730, 101, 947, 497, 4963, 689, 6736 -gettext-tools/po/nl.gmo, 413, 3125, 2947, 0, 0, 0, 0, 413, 3125 -gettext-tools/po/tr.gmo, 472, 4725, 3914, 0, 0, 0, 0, 472, 4725 -gettext-tools/po/es.gmo, 687, 6685, 8151, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/el.po, 35, 184, 214, 142, 1267, 512, 5285, 689, 6736 -gettext-tools/po/fi.po, 595, 6012, 4639, 55, 498, 39, 226, 689, 6736 -gettext-tools/po/id.gmo, 508, 5087, 4867, 0, 0, 0, 0, 508, 5087 -gettext-tools/po/de.gmo, 595, 6012, 5915, 0, 0, 0, 0, 595, 6012 -gettext-tools/po/fi.gmo, 595, 6012, 4639, 0, 0, 0, 0, 595, 6012 -gettext-tools/po/zh_TW.po, 687, 6685, 2473, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/vi.gmo, 661, 6367, 9119, 0, 0, 0, 0, 661, 6367 -gettext-tools/po/eu.gmo, 367, 2821, 2598, 0, 0, 0, 0, 367, 2821 -gettext-tools/po/zh_CN.po, 687, 6685, 2301, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/pt.gmo, 687, 6685, 7139, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/pa.po, 192, 988, 1108, 75, 471, 422, 5277, 689, 6736 -gettext-tools/po/en@boldquot.po, 689, 6736, 6760, 0, 0, 0, 0, 689, 6736 -gettext-tools/po/vi.po, 661, 6367, 9119, 25, 340, 3, 29, 689, 6736 -gettext-tools/po/sr.po, 661, 6367, 5974, 25, 340, 3, 29, 689, 6736 -gettext-tools/po/sk.gmo, 687, 6685, 6278, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/id.po, 508, 5087, 4867, 117, 1224, 64, 425, 689, 6736 -gettext-tools/po/zh_CN.gmo, 687, 6685, 2301, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/ko.po, 687, 6685, 5478, 1, 38, 1, 13, 689, 6736 -gettext-tools/po/it.po, 589, 5969, 6517, 53, 485, 47, 282, 689, 6736 -gettext-tools/po/ca.gmo, 661, 6367, 7663, 0, 0, 0, 0, 661, 6367 -gettext-tools/po/en@boldquot.gmo, 689, 6736, 6760, 0, 0, 0, 0, 689, 6736 -gettext-tools/po/pt_BR.gmo, 687, 6685, 7490, 0, 0, 0, 0, 687, 6685 -gettext-tools/po/sl.po, 661, 6367, 6152, 25, 340, 3, 29, 689, 6736 diff --git a/results/f31/git-2.23.0-1.fc31.src.rpm.errors.txt b/results/f31/git-2.23.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 8fb8360..0000000 --- a/results/f31/git-2.23.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/po2msg.sh) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/txt-to-pot.sh) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/README) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/txt-to-pot.sh) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./git-gui/po/glossary/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./gitk-git/po/po2msg.sh) -translate.tools.pocount: ERROR: Unknown filetype (./gitk-git/po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/TEAMS) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/git-2.23.0-1.fc31.src.rpm.stats.csv b/results/f31/git-2.23.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index ece2118..0000000 --- a/results/f31/git-2.23.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-gui/po/zh_cn.po, 366, 1755, 665, 7, 18, 17, 60, 390, 1833 -git-gui/po/vi.po, 543, 2517, 3958, 0, 0, 0, 0, 543, 2517 -git-gui/po/sv.po, 547, 2534, 2614, 0, 0, 0, 0, 547, 2534 -git-gui/po/ru.po, 520, 2359, 2239, 0, 0, 0, 0, 520, 2359 -git-gui/po/pt_pt.po, 550, 2546, 2885, 0, 0, 0, 0, 550, 2546 -git-gui/po/pt_br.po, 520, 2359, 2659, 0, 0, 0, 0, 520, 2359 -git-gui/po/nb.po, 474, 1882, 1982, 0, 0, 39, 443, 513, 2325 -git-gui/po/ja.po, 546, 2532, 896, 0, 0, 1, 2, 547, 2534 -git-gui/po/it.po, 519, 2358, 2830, 0, 0, 1, 1, 520, 2359 -git-gui/po/hu.po, 514, 2328, 2367, 0, 0, 0, 0, 514, 2328 -git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -git-gui/po/git-gui.pot, 0, 0, 0, 0, 0, 520, 2359, 520, 2359 -git-gui/po/fr.po, 520, 2359, 2916, 0, 0, 0, 0, 520, 2359 -git-gui/po/el.po, 381, 1827, 1982, 4, 9, 6, 6, 391, 1842 -git-gui/po/de.po, 520, 2359, 2430, 0, 0, 0, 0, 520, 2359 -git-gui/po/bg.po, 565, 2607, 3145, 0, 0, 0, 0, 565, 2607 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -git-gui/po/glossary/zh_cn.po, 34, 70, 34, 0, 0, 0, 0, 34, 70 -git-gui/po/glossary/pt_pt.po, 67, 119, 127, 0, 0, 0, 0, 67, 119 -git-gui/po/glossary/pt_br.po, 37, 62, 54, 0, 0, 1, 13, 38, 75 -git-gui/po/glossary/it.po, 37, 74, 195, 0, 0, 0, 0, 37, 74 -git-gui/po/glossary/git-gui-glossary.pot, 0, 0, 0, 0, 0, 38, 75, 38, 75 -git-gui/po/glossary/fr.po, 36, 61, 51, 0, 0, 1, 13, 37, 74 -git-gui/po/glossary/el.po, 36, 60, 57, 1, 2, 1, 13, 38, 75 -git-gui/po/glossary/de.po, 38, 75, 159, 0, 0, 0, 0, 38, 75 -git-gui/po/glossary/bg.po, 67, 119, 120, 0, 0, 0, 0, 67, 119 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gitk-git/po/vi.po, 307, 1135, 1820, 0, 0, 0, 0, 307, 1135 -gitk-git/po/sv.po, 311, 1143, 1160, 0, 0, 0, 0, 311, 1143 -gitk-git/po/ru.po, 317, 1167, 1198, 0, 0, 0, 0, 317, 1167 -gitk-git/po/pt_pt.po, 311, 1143, 1351, 0, 0, 0, 0, 311, 1143 -gitk-git/po/pt_br.po, 279, 970, 1113, 16, 116, 12, 49, 307, 1135 -gitk-git/po/ja.po, 311, 1143, 515, 0, 0, 0, 0, 311, 1143 -gitk-git/po/it.po, 274, 963, 1181, 17, 119, 16, 53, 307, 1135 -gitk-git/po/hu.po, 277, 976, 1025, 18, 121, 12, 38, 307, 1135 -gitk-git/po/fr.po, 311, 1143, 1470, 0, 0, 0, 0, 311, 1143 -gitk-git/po/es.po, 184, 634, 780, 46, 179, 77, 322, 307, 1135 -gitk-git/po/de.po, 307, 1135, 1107, 0, 0, 0, 0, 307, 1135 -gitk-git/po/ca.po, 307, 1135, 1494, 0, 0, 0, 0, 307, 1135 -gitk-git/po/bg.po, 317, 1167, 1340, 0, 0, 0, 0, 317, 1167 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 4674, 31373, 12269, 0, 0, 0, 0, 4674, 31373 -po/vi.po, 4674, 31373, 46661, 0, 0, 0, 0, 4674, 31373 -po/sv.po, 4676, 31426, 30070, 0, 0, 0, 0, 4676, 31426 -po/ru.po, 3521, 23660, 24475, 0, 0, 1060, 7003, 4581, 30663 -po/pt_PT.po, 3198, 21526, 24299, 0, 0, 0, 0, 3198, 21526 -po/ko.po, 3608, 24346, 21312, 0, 0, 0, 0, 3608, 24346 -po/it.po, 4674, 31373, 36494, 0, 0, 0, 0, 4674, 31373 -po/is.po, 14, 81, 80, 0, 0, 0, 0, 14, 81 -po/git.pot, 0, 0, 0, 0, 0, 4674, 31373, 4674, 31373 -po/fr.po, 4674, 31373, 36716, 0, 0, 0, 0, 4674, 31373 -po/es.po, 4674, 31373, 35540, 0, 0, 0, 0, 4674, 31373 -po/el.po, 1038, 7892, 9184, 0, 0, 3325, 21434, 4363, 29326 -po/de.po, 4674, 31373, 32001, 0, 0, 0, 0, 4674, 31373 -po/ca.po, 3802, 24528, 29905, 491, 3374, 383, 3524, 4676, 31426 -po/bg.po, 4674, 31373, 38306, 0, 0, 0, 0, 4674, 31373 diff --git a/results/f31/glib-networking-2.62.1-1.fc31.src.rpm.errors.txt b/results/f31/glib-networking-2.62.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/glib-networking-2.62.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/glib-networking-2.62.1-1.fc31.src.rpm.stats.csv b/results/f31/glib-networking-2.62.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 52d97be..0000000 --- a/results/f31/glib-networking-2.62.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,69 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 41, 271, 102, 0, 0, 0, 0, 41, 271 -po/zh_HK.po, 29, 161, 70, 0, 0, 0, 0, 29, 161 -po/zh_CN.po, 42, 278, 100, 0, 0, 0, 0, 42, 278 -po/vi.po, 29, 161, 218, 0, 0, 0, 0, 29, 161 -po/uk.po, 24, 135, 125, 0, 0, 0, 0, 24, 135 -po/ug.po, 29, 161, 137, 0, 0, 0, 0, 29, 161 -po/tr.po, 41, 269, 206, 0, 0, 0, 0, 41, 269 -po/th.po, 29, 161, 74, 0, 0, 0, 0, 29, 161 -po/tg.po, 29, 161, 168, 0, 0, 0, 0, 29, 161 -po/te.po, 28, 153, 140, 0, 0, 0, 0, 28, 153 -po/ta.po, 16, 86, 81, 0, 0, 0, 0, 16, 86 -po/sv.po, 41, 269, 256, 0, 0, 0, 0, 41, 269 -po/sr@latin.po, 36, 229, 276, 0, 0, 0, 0, 36, 229 -po/sr.po, 41, 269, 323, 0, 0, 0, 0, 41, 269 -po/sl.po, 41, 269, 324, 0, 0, 0, 0, 41, 269 -po/sk.po, 37, 247, 308, 0, 0, 2, 11, 39, 258 -po/ru.po, 41, 271, 277, 0, 0, 0, 0, 41, 271 -po/ro.po, 41, 269, 355, 0, 0, 0, 0, 41, 269 -po/pt_BR.po, 41, 269, 321, 0, 0, 0, 0, 41, 269 -po/pt.po, 28, 157, 181, 0, 0, 0, 0, 28, 157 -po/pl.po, 41, 269, 301, 0, 0, 0, 0, 41, 269 -po/pa.po, 29, 161, 193, 0, 0, 0, 0, 29, 161 -po/or.po, 24, 135, 137, 0, 0, 0, 0, 24, 135 -po/oc.po, 36, 229, 305, 0, 0, 2, 21, 38, 250 -po/nl.po, 40, 262, 237, 0, 0, 0, 0, 40, 262 -po/ne.po, 24, 139, 120, 0, 0, 5, 24, 29, 163 -po/nb.po, 32, 174, 159, 0, 0, 4, 55, 36, 229 -po/mr.po, 24, 135, 124, 0, 0, 0, 0, 24, 135 -po/ml.po, 29, 163, 137, 0, 0, 0, 0, 29, 163 -po/lv.po, 41, 269, 274, 0, 0, 0, 0, 41, 269 -po/lt.po, 41, 269, 270, 0, 0, 0, 0, 41, 269 -po/ko.po, 41, 269, 222, 0, 0, 0, 0, 41, 269 -po/kn.po, 16, 86, 84, 0, 0, 0, 0, 16, 86 -po/km.po, 24, 135, 80, 0, 0, 0, 0, 24, 135 -po/kk.po, 28, 153, 145, 0, 0, 13, 118, 41, 271 -po/ja.po, 28, 157, 68, 0, 0, 0, 0, 28, 157 -po/it.po, 41, 269, 316, 0, 0, 0, 0, 41, 269 -po/id.po, 41, 269, 261, 0, 0, 0, 0, 41, 269 -po/hu.po, 41, 269, 267, 0, 0, 0, 0, 41, 269 -po/hr.po, 41, 269, 267, 0, 0, 0, 0, 41, 269 -po/hi.po, 29, 161, 195, 0, 0, 0, 0, 29, 161 -po/he.po, 32, 171, 165, 0, 0, 4, 58, 36, 229 -po/gu.po, 16, 86, 110, 0, 0, 0, 0, 16, 86 -po/gl.po, 41, 269, 376, 0, 0, 0, 0, 41, 269 -po/gd.po, 29, 163, 214, 0, 0, 0, 0, 29, 163 -po/fur.po, 40, 263, 348, 0, 0, 0, 0, 40, 263 -po/fr.po, 41, 269, 363, 0, 0, 0, 0, 41, 269 -po/fi.po, 29, 165, 126, 0, 0, 12, 106, 41, 271 -po/fa.po, 29, 163, 191, 0, 0, 0, 0, 29, 163 -po/eu.po, 41, 269, 256, 0, 0, 0, 0, 41, 269 -po/et.po, 29, 161, 128, 0, 0, 0, 0, 29, 161 -po/es.po, 41, 269, 344, 0, 0, 0, 0, 41, 269 -po/eo.po, 22, 123, 123, 2, 11, 5, 29, 29, 163 -po/en_GB.po, 41, 269, 269, 0, 0, 0, 0, 41, 269 -po/en_CA.po, 1, 4, 4, 0, 0, 0, 0, 1, 4 -po/el.po, 29, 163, 178, 0, 0, 0, 0, 29, 163 -po/de.po, 41, 269, 287, 0, 0, 0, 0, 41, 269 -po/da.po, 42, 278, 266, 0, 0, 0, 0, 42, 278 -po/cs.po, 41, 269, 287, 0, 0, 0, 0, 41, 269 -po/ca@valencia.po, 29, 163, 249, 0, 0, 0, 0, 29, 163 -po/ca.po, 41, 269, 420, 0, 0, 0, 0, 41, 269 -po/bs.po, 28, 157, 154, 0, 0, 0, 0, 28, 157 -po/bn_IN.po, 16, 86, 98, 0, 0, 0, 0, 16, 86 -po/bg.po, 29, 163, 199, 0, 0, 0, 0, 29, 163 -po/be.po, 39, 258, 245, 0, 0, 0, 0, 39, 258 -po/as.po, 29, 161, 155, 0, 0, 0, 0, 29, 161 -po/ar.po, 28, 153, 161, 0, 0, 0, 0, 28, 153 -po/an.po, 29, 161, 199, 0, 0, 0, 0, 29, 161 diff --git a/results/f31/glib2-2.62.1-1.fc31.src.rpm.errors.txt b/results/f31/glib2-2.62.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 8bb60ac..0000000 --- a/results/f31/glib2-2.62.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/po2tbl.sed.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/glib2-2.62.1-1.fc31.src.rpm.stats.csv b/results/f31/glib2-2.62.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 1db947a..0000000 --- a/results/f31/glib2-2.62.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,99 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 988, 5877, 1967, 114, 938, 37, 291, 1139, 7106 -po/zh_HK.po, 905, 5703, 1802, 0, 0, 0, 0, 905, 5703 -po/zh_CN.po, 1067, 6647, 2046, 0, 0, 0, 0, 1067, 6647 -po/yi.po, 105, 688, 692, 127, 715, 515, 3374, 747, 4777 -po/xh.po, 131, 902, 729, 142, 769, 474, 3106, 747, 4777 -po/wa.po, 68, 281, 386, 123, 657, 556, 3839, 747, 4777 -po/vi.po, 916, 5762, 8063, 0, 0, 0, 0, 916, 5762 -po/uk.po, 903, 5675, 5555, 0, 0, 0, 0, 903, 5675 -po/ug.po, 860, 5426, 5080, 0, 0, 4, 38, 864, 5464 -po/tt.po, 81, 345, 297, 101, 513, 565, 3919, 747, 4777 -po/tr.po, 1154, 7302, 6381, 0, 0, 0, 0, 1154, 7302 -po/tl.po, 150, 1021, 1212, 129, 676, 468, 3080, 747, 4777 -po/th.po, 1066, 6642, 2868, 0, 0, 0, 0, 1066, 6642 -po/tg.po, 79, 119, 115, 27, 101, 758, 5244, 864, 5464 -po/te.po, 905, 5703, 4929, 0, 0, 0, 0, 905, 5703 -po/ta.po, 905, 5703, 4992, 0, 0, 0, 0, 905, 5703 -po/sv.po, 1154, 7302, 6987, 0, 0, 0, 0, 1154, 7302 -po/sr@latin.po, 1131, 7036, 7206, 0, 0, 0, 0, 1131, 7036 -po/sr@ije.po, 106, 706, 648, 134, 736, 507, 3335, 747, 4777 -po/sr.po, 1154, 7302, 7486, 0, 0, 0, 0, 1154, 7302 -po/sq.po, 358, 2080, 2542, 98, 476, 291, 2221, 747, 4777 -po/sl.po, 1150, 7157, 7302, 0, 0, 0, 0, 1150, 7157 -po/sk.po, 1092, 6591, 6603, 39, 446, 8, 69, 1139, 7106 -po/si.po, 97, 385, 417, 115, 566, 535, 3826, 747, 4777 -po/rw.po, 32, 36, 44, 239, 1640, 476, 3101, 747, 4777 -po/ru.po, 1050, 6425, 6351, 51, 374, 30, 237, 1131, 7036 -po/ro.po, 1154, 7302, 8478, 0, 0, 0, 0, 1154, 7302 -po/pt_BR.po, 1154, 7302, 8492, 0, 0, 0, 0, 1154, 7302 -po/pt.po, 1060, 6469, 7445, 0, 0, 6, 173, 1066, 6642 -po/ps.po, 131, 466, 588, 69, 305, 547, 4006, 747, 4777 -po/pl.po, 1154, 7302, 7469, 0, 0, 0, 0, 1154, 7302 -po/pa.po, 976, 5551, 6274, 110, 1091, 68, 660, 1154, 7302 -po/or.po, 905, 5703, 5749, 0, 0, 0, 0, 905, 5703 -po/oc.po, 1066, 6642, 8396, 0, 0, 0, 0, 1066, 6642 -po/nn.po, 362, 2080, 2137, 89, 460, 296, 2237, 747, 4777 -po/nl.po, 665, 2857, 2879, 260, 2059, 225, 2241, 1150, 7157 -po/ne.po, 403, 1706, 1792, 403, 2232, 301, 3018, 1107, 6956 -po/nds.po, 96, 259, 278, 39, 201, 612, 4317, 747, 4777 -po/nb.po, 1088, 6534, 6548, 1, 8, 38, 476, 1127, 7018 -po/ms.po, 105, 698, 651, 135, 744, 507, 3335, 747, 4777 -po/mr.po, 905, 5703, 5424, 0, 0, 0, 0, 905, 5703 -po/mn.po, 131, 902, 774, 142, 769, 474, 3106, 747, 4777 -po/ml.po, 587, 3073, 2653, 42, 333, 235, 2058, 864, 5464 -po/mk.po, 347, 2025, 2333, 104, 515, 296, 2237, 747, 4777 -po/mg.po, 164, 1135, 1210, 121, 630, 462, 3012, 747, 4777 -po/mai.po, 287, 1667, 1866, 93, 452, 367, 2658, 747, 4777 -po/lv.po, 1131, 7036, 6454, 0, 0, 0, 0, 1131, 7036 -po/lt.po, 1154, 7302, 6283, 0, 0, 0, 0, 1154, 7302 -po/ku.po, 41, 71, 77, 90, 442, 616, 4264, 747, 4777 -po/ko.po, 1154, 7302, 6382, 0, 0, 0, 0, 1154, 7302 -po/kn.po, 904, 5697, 5056, 0, 0, 0, 0, 904, 5697 -po/kk.po, 339, 1072, 1019, 0, 0, 811, 6085, 1150, 7157 -po/ka.po, 193, 1287, 1058, 120, 605, 434, 2885, 747, 4777 -po/ja.po, 671, 4078, 1761, 92, 660, 101, 731, 864, 5469 -po/it.po, 1154, 7302, 8282, 0, 0, 0, 0, 1154, 7302 -po/is.po, 163, 788, 744, 160, 917, 589, 4034, 912, 5739 -po/id.po, 1154, 7302, 7413, 0, 0, 0, 0, 1154, 7302 -po/hy.po, 643, 4085, 3998, 42, 304, 62, 388, 747, 4777 -po/hu.po, 1154, 7302, 7138, 0, 0, 0, 0, 1154, 7302 -po/hr.po, 178, 1017, 968, 0, 0, 652, 4237, 830, 5254 -po/hi.po, 905, 5703, 6753, 0, 0, 0, 0, 905, 5703 -po/he.po, 1127, 7018, 7022, 0, 0, 0, 0, 1127, 7018 -po/gu.po, 904, 5697, 6111, 0, 0, 0, 0, 904, 5697 -po/gl.po, 1154, 7302, 9157, 0, 0, 0, 0, 1154, 7302 -po/gd.po, 149, 400, 516, 0, 0, 958, 6556, 1107, 6956 -po/ga.po, 189, 628, 758, 48, 219, 534, 3954, 771, 4801 -po/fur.po, 681, 3407, 4189, 5, 38, 468, 3857, 1154, 7302 -po/fr.po, 1154, 7302, 9229, 0, 0, 0, 0, 1154, 7302 -po/fi.po, 662, 3319, 2746, 280, 2275, 189, 1442, 1131, 7036 -po/fa.po, 492, 2602, 2979, 38, 244, 291, 2375, 821, 5221 -po/eu.po, 1154, 7302, 6919, 0, 0, 0, 0, 1154, 7302 -po/et.po, 536, 2825, 2459, 151, 897, 444, 3314, 1131, 7036 -po/es.po, 1154, 7302, 9275, 0, 0, 0, 0, 1154, 7302 -po/eo.po, 626, 3373, 3327, 245, 2038, 202, 1324, 1073, 6735 -po/en_GB.po, 1154, 7302, 7317, 0, 0, 0, 0, 1154, 7302 -po/en_CA.po, 771, 4801, 4804, 0, 0, 0, 0, 771, 4801 -po/en@shaw.po, 423, 2582, 2581, 66, 377, 258, 1818, 747, 4777 -po/el.po, 717, 3615, 3831, 300, 2566, 122, 925, 1139, 7106 -po/dz.po, 166, 1138, 621, 123, 637, 458, 3002, 747, 4777 -po/de.po, 1154, 7302, 7440, 0, 0, 0, 0, 1154, 7302 -po/da.po, 1154, 7302, 7090, 0, 0, 0, 0, 1154, 7302 -po/cy.po, 270, 1620, 1788, 101, 503, 376, 2654, 747, 4777 -po/cs.po, 1154, 7302, 7048, 0, 0, 0, 0, 1154, 7302 -po/ca@valencia.po, 1107, 6956, 9502, 0, 0, 0, 0, 1107, 6956 -po/ca.po, 1154, 7302, 9962, 0, 0, 0, 0, 1154, 7302 -po/bs.po, 904, 5697, 5735, 0, 0, 0, 0, 904, 5697 -po/bn_IN.po, 915, 5750, 5872, 0, 0, 0, 0, 915, 5750 -po/bn.po, 447, 2552, 2699, 57, 301, 243, 1924, 747, 4777 -po/bg.po, 914, 5755, 6494, 0, 0, 0, 0, 914, 5755 -po/be@latin.po, 347, 2025, 1955, 104, 515, 296, 2237, 747, 4777 -po/be.po, 865, 5478, 5365, 0, 0, 0, 0, 865, 5478 -po/az.po, 104, 696, 627, 135, 744, 508, 3337, 747, 4777 -po/ast.po, 433, 2489, 3154, 66, 335, 248, 1953, 747, 4777 -po/as.po, 905, 5703, 5806, 0, 0, 0, 0, 905, 5703 -po/ar.po, 431, 2303, 2337, 0, 0, 408, 2992, 839, 5295 -po/an.po, 864, 5464, 7395, 0, 0, 1, 5, 865, 5469 -po/am.po, 37, 51, 54, 86, 414, 624, 4312, 747, 4777 -po/af.po, 137, 351, 407, 46, 261, 588, 4189, 771, 4801 diff --git a/results/f31/glibc-2.30-5.fc31.src.rpm.errors.txt b/results/f31/glibc-2.30-5.fc31.src.rpm.errors.txt deleted file mode 100644 index 61a42c6..0000000 --- a/results/f31/glibc-2.30-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: cannot process intl/tst-gettext4-: does not exist -translate.tools.pocount: ERROR: Unknown filetype (./po/pot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/glibc-2.30-5.fc31.src.rpm.stats.csv b/results/f31/glibc-2.30-5.fc31.src.rpm.stats.csv deleted file mode 100644 index a2ddb41..0000000 --- a/results/f31/glibc-2.30-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,38 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 1460, 8066, 3398, 3, 17, 3, 15, 1466, 8098 -po/zh_CN.po, 1405, 7667, 2960, 46, 276, 15, 155, 1466, 8098 -po/vi.po, 1448, 7924, 12479, 11, 131, 7, 43, 1466, 8098 -po/uk.po, 1466, 8098, 8792, 0, 0, 0, 0, 1466, 8098 -po/tr.po, 1237, 6372, 5759, 172, 1172, 57, 554, 1466, 8098 -po/sv.po, 1466, 8098, 7829, 0, 0, 0, 0, 1466, 8098 -po/sl.po, 526, 2708, 2830, 361, 1639, 579, 3751, 1466, 8098 -po/sk.po, 1017, 5002, 5216, 230, 1290, 219, 1806, 1466, 8098 -po/rw.po, 14, 19, 21, 1090, 5893, 362, 2186, 1466, 8098 -po/ru.po, 1462, 8075, 8093, 3, 15, 1, 8, 1466, 8098 -po/pt_BR.po, 1466, 8098, 9771, 0, 0, 0, 0, 1466, 8098 -po/pl.po, 1466, 8098, 8447, 0, 0, 0, 0, 1466, 8098 -po/nl.po, 1466, 8098, 8274, 0, 0, 0, 0, 1466, 8098 -po/nb.po, 697, 3102, 3004, 410, 2284, 359, 2712, 1466, 8098 -po/lt.po, 396, 1566, 1402, 379, 1759, 691, 4773, 1466, 8098 -po/libc.pot, 0, 0, 0, 0, 0, 1466, 8098, 1466, 8098 -po/ko.po, 1434, 7853, 7405, 22, 191, 10, 54, 1466, 8098 -po/ja.po, 1286, 6906, 3013, 113, 739, 67, 453, 1466, 8098 -po/it.po, 1293, 6945, 8183, 109, 720, 64, 433, 1466, 8098 -po/id.po, 1231, 6626, 6955, 144, 808, 91, 664, 1466, 8098 -po/ia.po, 516, 3232, 4133, 41, 272, 909, 4594, 1466, 8098 -po/hu.po, 379, 1553, 1594, 82, 348, 1005, 6197, 1466, 8098 -po/hr.po, 1462, 8075, 8815, 3, 15, 1, 8, 1466, 8098 -po/gl.po, 1008, 4948, 6246, 239, 1351, 219, 1799, 1466, 8098 -po/fr.po, 1425, 7774, 10025, 29, 248, 12, 76, 1466, 8098 -po/fi.po, 1213, 5958, 5124, 129, 1007, 124, 1133, 1466, 8098 -po/es.po, 1368, 7435, 10123, 60, 365, 38, 298, 1466, 8098 -po/eo.po, 836, 3486, 3419, 46, 222, 584, 4390, 1466, 8098 -po/en_GB.po, 10, 64, 64, 0, 0, 1078, 5305, 1088, 5369 -po/el.po, 704, 3078, 3615, 371, 2025, 391, 2995, 1466, 8098 -po/de.po, 1466, 8098, 9021, 0, 0, 0, 0, 1466, 8098 -po/da.po, 1231, 6626, 6372, 143, 804, 92, 668, 1466, 8098 -po/cs.po, 1466, 8098, 8239, 0, 0, 0, 0, 1466, 8098 -po/ca.po, 1385, 7548, 10814, 54, 329, 27, 221, 1466, 8098 -po/bg.po, 1466, 8098, 9917, 0, 0, 0, 0, 1466, 8098 -po/be.po, 628, 3387, 3281, 0, 0, 838, 4711, 1466, 8098 diff --git a/results/f31/gnome-backgrounds-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-backgrounds-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index f84c42b..0000000 --- a/results/f31/gnome-backgrounds-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) diff --git a/results/f31/gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 0330bf9..0000000 --- a/results/f31/gnome-backgrounds-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,98 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 16, 31, 18, 0, 0, 0, 0, 16, 31 -po/zh_HK.po, 18, 30, 19, 0, 0, 0, 0, 18, 30 -po/zh_CN.po, 16, 31, 16, 0, 0, 0, 0, 16, 31 -po/xh.po, 18, 30, 32, 0, 0, 0, 0, 18, 30 -po/vi.po, 18, 29, 48, 0, 0, 0, 0, 18, 29 -po/uz@cyrillic.po, 18, 24, 28, 0, 0, 0, 0, 18, 24 -po/uz.po, 7, 14, 11, 0, 0, 2, 4, 9, 18 -po/uk.po, 18, 29, 27, 0, 0, 0, 0, 18, 29 -po/ug.po, 18, 24, 30, 0, 0, 0, 0, 18, 24 -po/tr.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -po/th.po, 18, 24, 20, 0, 0, 0, 0, 18, 24 -po/tg.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -po/te.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/ta.po, 18, 30, 27, 0, 0, 0, 0, 18, 30 -po/sv.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -po/sr@latin.po, 16, 31, 33, 0, 0, 0, 0, 16, 31 -po/sr.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -po/sq.po, 17, 23, 24, 0, 0, 0, 0, 17, 23 -po/sl.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/sk.po, 16, 31, 35, 0, 0, 0, 0, 16, 31 -po/si.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -po/rw.po, 0, 0, 0, 0, 0, 10, 35, 10, 35 -po/ru.po, 16, 31, 31, 0, 0, 0, 0, 16, 31 -po/ro.po, 15, 26, 32, 0, 0, 0, 0, 15, 26 -po/pt_BR.po, 15, 26, 34, 0, 0, 0, 0, 15, 26 -po/pt.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -po/ps.po, 9, 18, 25, 0, 0, 0, 0, 9, 18 -po/pl.po, 15, 26, 28, 0, 0, 0, 0, 15, 26 -po/pa.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -po/or.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -po/oc.po, 16, 31, 36, 0, 0, 0, 0, 16, 31 -po/nn.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -po/nl.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -po/ne.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -po/nds.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/nb.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -po/ms.po, 15, 20, 23, 0, 0, 2, 3, 17, 23 -po/mr.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -po/mn.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -po/ml.po, 16, 31, 30, 0, 0, 0, 0, 16, 31 -po/mk.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -po/mjw.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -po/mg.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/mai.po, 8, 16, 18, 1, 2, 0, 0, 9, 18 -po/lv.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/lt.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -po/ky.po, 16, 22, 21, 1, 1, 1, 1, 18, 24 -po/ku.po, 18, 24, 24, 0, 0, 0, 0, 18, 24 -po/ko.po, 15, 26, 34, 0, 0, 0, 0, 15, 26 -po/kn.po, 18, 30, 28, 0, 0, 0, 0, 18, 30 -po/km.po, 18, 30, 21, 0, 0, 0, 0, 18, 30 -po/kk.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/ka.po, 9, 18, 18, 0, 0, 0, 0, 9, 18 -po/ja.po, 18, 30, 20, 0, 0, 0, 0, 18, 30 -po/it.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -po/is.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -po/id.po, 15, 26, 30, 0, 0, 0, 0, 15, 26 -po/hy.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/hu.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/hr.po, 15, 26, 30, 0, 0, 0, 0, 15, 26 -po/hi.po, 18, 30, 33, 0, 0, 0, 0, 18, 30 -po/he.po, 18, 29, 34, 0, 0, 0, 0, 18, 29 -po/gu.po, 18, 30, 30, 0, 0, 0, 0, 18, 30 -po/gl.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -po/gd.po, 18, 29, 28, 0, 0, 0, 0, 18, 29 -po/ga.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -po/fy.po, 17, 23, 21, 0, 0, 0, 0, 17, 23 -po/fur.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -po/fr.po, 15, 26, 31, 0, 0, 0, 0, 15, 26 -po/fi.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -po/fa.po, 15, 26, 29, 0, 0, 0, 0, 15, 26 -po/eu.po, 15, 26, 27, 0, 0, 0, 0, 15, 26 -po/et.po, 15, 26, 23, 0, 0, 0, 0, 15, 26 -po/es.po, 15, 26, 32, 0, 0, 0, 0, 15, 26 -po/eo.po, 16, 31, 32, 0, 0, 0, 0, 16, 31 -po/en_GB.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -po/en_CA.po, 9, 18, 19, 0, 0, 0, 0, 9, 18 -po/en@shaw.po, 17, 23, 23, 0, 0, 0, 0, 17, 23 -po/el.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -po/dz.po, 9, 18, 11, 0, 0, 0, 0, 9, 18 -po/de.po, 15, 26, 25, 0, 0, 0, 0, 15, 26 -po/da.po, 16, 31, 29, 0, 0, 0, 0, 16, 31 -po/cy.po, 17, 23, 29, 0, 0, 0, 0, 17, 23 -po/cs.po, 15, 26, 28, 0, 0, 0, 0, 15, 26 -po/ca@valencia.po, 18, 29, 37, 0, 0, 0, 0, 18, 29 -po/ca.po, 15, 26, 33, 0, 0, 0, 0, 15, 26 -po/bs.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/bn_IN.po, 17, 23, 31, 0, 0, 0, 0, 17, 23 -po/bn.po, 17, 29, 38, 0, 0, 0, 0, 17, 29 -po/bg.po, 18, 29, 31, 0, 0, 0, 0, 18, 29 -po/be@latin.po, 16, 22, 20, 0, 0, 1, 1, 17, 23 -po/be.po, 15, 26, 26, 0, 0, 0, 0, 15, 26 -po/ast.po, 17, 23, 22, 0, 0, 0, 0, 17, 23 -po/as.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/ar.po, 18, 30, 29, 0, 0, 0, 0, 18, 30 -po/an.po, 18, 30, 31, 0, 0, 0, 0, 18, 30 -po/af.po, 13, 22, 20, 0, 0, 3, 9, 16, 31 diff --git a/results/f31/gnome-bluetooth-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-bluetooth-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f31/gnome-bluetooth-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 006b606..0000000 --- a/results/f31/gnome-bluetooth-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 192, 663, 574, 0, 0, 0, 0, 192, 663 -po/zh_TW.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -po/zh_HK.po, 102, 308, 132, 0, 0, 0, 0, 102, 308 -po/zh_CN.po, 111, 373, 139, 0, 0, 0, 0, 111, 373 -po/xh.po, 174, 596, 511, 1, 3, 0, 0, 175, 599 -po/vi.po, 111, 373, 504, 0, 0, 0, 0, 111, 373 -po/uk.po, 110, 372, 334, 0, 0, 0, 0, 110, 372 -po/ug.po, 95, 303, 266, 0, 0, 0, 0, 95, 303 -po/tr.po, 110, 373, 323, 0, 0, 0, 0, 110, 373 -po/th.po, 110, 372, 169, 0, 0, 0, 0, 110, 372 -po/tg.po, 102, 309, 340, 0, 0, 0, 0, 102, 309 -po/te.po, 102, 309, 286, 0, 0, 0, 0, 102, 309 -po/ta.po, 102, 309, 276, 0, 0, 0, 0, 102, 309 -po/sv.po, 110, 373, 337, 0, 0, 0, 0, 110, 373 -po/sr@latin.po, 111, 373, 392, 0, 0, 0, 0, 111, 373 -po/sr.po, 110, 373, 392, 0, 0, 0, 0, 110, 373 -po/sl.po, 110, 373, 391, 0, 0, 0, 0, 110, 373 -po/sk.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -po/ru.po, 111, 373, 340, 0, 0, 0, 0, 111, 373 -po/ro.po, 110, 373, 382, 0, 0, 0, 0, 110, 373 -po/pt_BR.po, 110, 373, 413, 0, 0, 0, 0, 110, 373 -po/pt.po, 110, 372, 383, 0, 0, 0, 0, 110, 372 -po/pl.po, 110, 373, 368, 0, 0, 0, 0, 110, 373 -po/pa.po, 111, 373, 419, 0, 0, 0, 0, 111, 373 -po/or.po, 102, 309, 333, 0, 0, 0, 0, 102, 309 -po/oc.po, 106, 349, 385, 0, 0, 4, 23, 110, 372 -po/nn.po, 177, 646, 620, 0, 0, 4, 18, 181, 664 -po/nl.po, 111, 373, 355, 0, 0, 0, 0, 111, 373 -po/ne.po, 13, 15, 18, 67, 144, 22, 150, 102, 309 -po/nb.po, 111, 373, 362, 0, 0, 0, 0, 111, 373 -po/ms.po, 160, 519, 486, 2, 9, 29, 169, 191, 697 -po/mr.po, 102, 309, 309, 0, 0, 0, 0, 102, 309 -po/mn.po, 87, 230, 231, 0, 0, 68, 284, 155, 514 -po/ml.po, 111, 373, 320, 0, 0, 0, 0, 111, 373 -po/mk.po, 175, 599, 654, 0, 0, 0, 0, 175, 599 -po/mjw.po, 85, 249, 249, 0, 0, 25, 124, 110, 373 -po/mai.po, 37, 63, 75, 0, 0, 120, 530, 157, 593 -po/lv.po, 110, 373, 343, 0, 0, 0, 0, 110, 373 -po/lt.po, 110, 373, 328, 0, 0, 0, 0, 110, 373 -po/ku.po, 188, 650, 720, 0, 0, 4, 12, 192, 662 -po/ko.po, 110, 373, 289, 0, 0, 0, 0, 110, 373 -po/kn.po, 102, 309, 296, 0, 0, 0, 0, 102, 309 -po/km.po, 144, 460, 257, 0, 0, 0, 0, 144, 460 -po/kk.po, 111, 373, 329, 0, 0, 0, 0, 111, 373 -po/ka.po, 118, 321, 284, 0, 0, 37, 193, 155, 514 -po/ja.po, 109, 370, 151, 0, 0, 1, 3, 110, 373 -po/it.po, 110, 373, 358, 0, 0, 0, 0, 110, 373 -po/is.po, 111, 373, 359, 0, 0, 0, 0, 111, 373 -po/id.po, 110, 373, 334, 0, 0, 0, 0, 110, 373 -po/hy.po, 181, 664, 631, 0, 0, 0, 0, 181, 664 -po/hu.po, 110, 373, 325, 0, 0, 0, 0, 110, 373 -po/hr.po, 110, 373, 357, 0, 0, 0, 0, 110, 373 -po/hi.po, 102, 309, 361, 0, 0, 0, 0, 102, 309 -po/he.po, 110, 372, 345, 0, 0, 0, 0, 110, 372 -po/gu.po, 102, 309, 355, 0, 0, 0, 0, 102, 309 -po/gl.po, 110, 373, 389, 0, 0, 0, 0, 110, 373 -po/gd.po, 111, 373, 493, 0, 0, 0, 0, 111, 373 -po/ga.po, 70, 156, 204, 0, 0, 26, 154, 96, 310 -po/fy.po, 13, 15, 20, 0, 0, 142, 499, 155, 514 -po/fur.po, 110, 373, 409, 0, 0, 0, 0, 110, 373 -po/fr.po, 110, 373, 423, 0, 0, 0, 0, 110, 373 -po/fi.po, 110, 373, 282, 0, 0, 0, 0, 110, 373 -po/fa.po, 110, 373, 407, 0, 0, 0, 0, 110, 373 -po/eu.po, 110, 373, 315, 0, 0, 0, 0, 110, 373 -po/et.po, 96, 310, 257, 0, 0, 0, 0, 96, 310 -po/es.po, 110, 373, 397, 0, 0, 0, 0, 110, 373 -po/eo.po, 110, 372, 357, 0, 0, 0, 0, 110, 372 -po/en_GB.po, 110, 373, 373, 0, 0, 0, 0, 110, 373 -po/en@shaw.po, 121, 419, 419, 66, 256, 0, 0, 187, 675 -po/el.po, 111, 373, 390, 0, 0, 0, 0, 111, 373 -po/de.po, 110, 373, 379, 0, 0, 0, 0, 110, 373 -po/da.po, 110, 372, 344, 0, 0, 0, 0, 110, 372 -po/cs.po, 110, 373, 392, 0, 0, 0, 0, 110, 373 -po/crh.po, 95, 303, 272, 0, 0, 0, 0, 95, 303 -po/ca@valencia.po, 111, 373, 428, 0, 0, 0, 0, 111, 373 -po/ca.po, 110, 373, 428, 0, 0, 0, 0, 110, 373 -po/bs.po, 102, 309, 313, 0, 0, 0, 0, 102, 309 -po/bn_IN.po, 95, 303, 350, 0, 0, 0, 0, 95, 303 -po/bn.po, 192, 662, 719, 0, 0, 0, 0, 192, 662 -po/bg.po, 111, 373, 389, 0, 0, 0, 0, 111, 373 -po/be.po, 111, 373, 347, 0, 0, 0, 0, 111, 373 -po/ast.po, 181, 664, 736, 0, 0, 0, 0, 181, 664 -po/as.po, 101, 308, 336, 0, 0, 0, 0, 101, 308 -po/ar.po, 111, 373, 399, 0, 0, 0, 0, 111, 373 -po/an.po, 110, 372, 407, 0, 0, 0, 0, 110, 372 -po/af.po, 185, 642, 645, 0, 0, 7, 20, 192, 662 diff --git a/results/f31/gnome-calculator-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/gnome-calculator-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index d9f4daf..0000000 --- a/results/f31/gnome-calculator-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,36 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/variables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/trigonometry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/superscript.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scientific.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/percentage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/number-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/modulus.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/logarithm.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/history.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/functions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/financial.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/logo32.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/factorize.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/factorial.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/equation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-weight.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-time.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-length.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-currency.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-character.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/conv-base.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/complex.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/boolean.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/base.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/absolute.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index aadb162..0000000 --- a/results/f31/gnome-calculator-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,122 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -help/zh_HK/zh_HK.po, 238, 1579, 450, 0, 0, 0, 0, 238, 1579 -help/zh_CN/zh_CN.po, 238, 1579, 425, 0, 0, 0, 0, 238, 1579 -help/te/te.po, 99, 110, 110, 0, 0, 140, 1509, 239, 1619 -help/sv/sv.po, 277, 1950, 1733, 0, 0, 0, 0, 277, 1950 -help/sl/sl.po, 238, 1616, 1394, 0, 0, 0, 0, 238, 1616 -help/ru/ru.po, 209, 1187, 1069, 4, 25, 25, 404, 238, 1616 -help/ro/ro.po, 220, 1241, 1190, 3, 49, 15, 326, 238, 1616 -help/pt_BR/pt_BR.po, 277, 1950, 2144, 0, 0, 0, 0, 277, 1950 -help/pt/pt.po, 250, 1750, 1789, 3, 32, 12, 104, 265, 1886 -help/pl/pl.po, 277, 1950, 1665, 0, 0, 0, 0, 277, 1950 -help/oc/oc.po, 259, 303, 325, 0, 0, 626, 6188, 885, 6491 -help/lv/lv.po, 265, 1886, 1501, 0, 0, 0, 0, 265, 1886 -help/ko/ko.po, 277, 1950, 1416, 0, 0, 0, 0, 277, 1950 -help/ja/ja.po, 225, 1289, 427, 9, 265, 4, 62, 238, 1616 -help/it/it.po, 188, 1017, 1096, 8, 239, 40, 319, 236, 1575 -help/hu/hu.po, 277, 1950, 1697, 0, 0, 0, 0, 277, 1950 -help/gl/gl.po, 247, 1727, 1753, 0, 0, 1, 37, 248, 1764 -help/fr/fr.po, 277, 1950, 2147, 0, 0, 0, 0, 277, 1950 -help/fi/fi.po, 203, 1082, 826, 22, 225, 40, 579, 265, 1886 -help/eu/eu.po, 831, 6011, 4612, 0, 0, 0, 0, 831, 6011 -help/es/es.po, 277, 1950, 2084, 0, 0, 0, 0, 277, 1950 -help/el/el.po, 251, 1777, 1922, 0, 0, 0, 0, 251, 1777 -help/de/de.po, 277, 1950, 1879, 0, 0, 0, 0, 277, 1950 -help/cs/cs.po, 277, 1950, 1745, 0, 0, 0, 0, 277, 1950 -help/ca/ca.po, 216, 1392, 1548, 14, 190, 35, 304, 265, 1886 -help/bg/bg.po, 603, 5554, 5201, 0, 0, 209, 227, 812, 5781 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 578, 1594, 762, 0, 0, 0, 0, 578, 1594 -po/zh_HK.po, 431, 1341, 574, 0, 0, 0, 0, 431, 1341 -po/zh_CN.po, 591, 1641, 791, 0, 0, 0, 0, 591, 1641 -po/xh.po, 362, 851, 840, 13, 35, 3, 29, 378, 915 -po/vi.po, 590, 1632, 2264, 0, 0, 0, 0, 590, 1632 -po/uk.po, 573, 1583, 1470, 0, 0, 0, 0, 573, 1583 -po/ug.po, 334, 1078, 1026, 0, 0, 0, 0, 334, 1078 -po/tr.po, 593, 1644, 1505, 0, 0, 0, 0, 593, 1644 -po/tk.po, 164, 294, 281, 79, 175, 135, 446, 378, 915 -po/th.po, 540, 1486, 834, 0, 0, 0, 0, 540, 1486 -po/tg.po, 535, 1464, 1464, 0, 0, 0, 0, 535, 1464 -po/te.po, 428, 1337, 1171, 0, 0, 0, 0, 428, 1337 -po/ta.po, 428, 1337, 1281, 0, 0, 0, 0, 428, 1337 -po/sv.po, 593, 1644, 1533, 0, 0, 0, 0, 593, 1644 -po/sr@latin.po, 579, 1596, 1520, 0, 0, 0, 0, 579, 1596 -po/sr.po, 593, 1644, 1568, 0, 0, 0, 0, 593, 1644 -po/sq.po, 399, 1128, 1306, 0, 0, 0, 0, 399, 1128 -po/sl.po, 593, 1644, 1563, 0, 0, 0, 0, 593, 1644 -po/sk.po, 581, 1602, 1581, 0, 0, 0, 0, 581, 1602 -po/si.po, 379, 853, 894, 0, 0, 71, 839, 450, 1692 -po/rw.po, 60, 53, 61, 243, 719, 75, 143, 378, 915 -po/ru.po, 590, 1632, 1581, 0, 0, 0, 0, 590, 1632 -po/ro.po, 593, 1644, 1780, 0, 0, 0, 0, 593, 1644 -po/pt_BR.po, 593, 1644, 1939, 0, 0, 0, 0, 593, 1644 -po/pt.po, 573, 1583, 1735, 0, 0, 0, 0, 573, 1583 -po/pl.po, 593, 1644, 1585, 0, 0, 0, 0, 593, 1644 -po/pa.po, 551, 1539, 1640, 0, 0, 23, 45, 574, 1584 -po/or.po, 428, 1337, 1302, 0, 0, 0, 0, 428, 1337 -po/oc.po, 540, 1486, 1667, 0, 0, 0, 0, 540, 1486 -po/nn.po, 228, 770, 803, 8, 14, 31, 534, 267, 1318 -po/nl.po, 593, 1644, 1711, 0, 0, 0, 0, 593, 1644 -po/ne.po, 205, 357, 347, 116, 286, 107, 694, 428, 1337 -po/nb.po, 578, 1590, 1456, 0, 0, 0, 0, 578, 1590 -po/my.po, 160, 352, 241, 0, 0, 99, 789, 259, 1141 -po/ms.po, 328, 768, 757, 30, 57, 20, 90, 378, 915 -po/mr.po, 428, 1337, 1299, 0, 0, 0, 0, 428, 1337 -po/mn.po, 181, 392, 372, 142, 368, 55, 155, 378, 915 -po/ml.po, 334, 1078, 854, 0, 0, 0, 0, 334, 1078 -po/mk.po, 433, 1399, 1408, 0, 0, 0, 0, 433, 1399 -po/mjw.po, 351, 554, 555, 0, 0, 242, 1090, 593, 1644 -po/mg.po, 349, 992, 1083, 8, 23, 0, 0, 357, 1015 -po/mai.po, 243, 536, 586, 0, 0, 165, 829, 408, 1365 -po/lv.po, 593, 1644, 1521, 0, 0, 0, 0, 593, 1644 -po/lt.po, 593, 1644, 1494, 0, 0, 0, 0, 593, 1644 -po/ku.po, 98, 117, 123, 4, 4, 247, 774, 349, 895 -po/ko.po, 593, 1644, 1393, 0, 0, 0, 0, 593, 1644 -po/kn.po, 428, 1337, 1181, 0, 0, 0, 0, 428, 1337 -po/km.po, 429, 1333, 750, 0, 0, 2, 8, 431, 1341 -po/kk.po, 321, 566, 568, 0, 0, 269, 1066, 590, 1632 -po/ka.po, 365, 1044, 948, 0, 0, 0, 0, 365, 1044 -po/ja.po, 584, 1625, 782, 0, 0, 9, 19, 593, 1644 -po/it.po, 593, 1644, 1791, 0, 0, 0, 0, 593, 1644 -po/id.po, 593, 1644, 1634, 0, 0, 0, 0, 593, 1644 -po/hy.po, 119, 361, 351, 0, 0, 137, 767, 256, 1128 -po/hu.po, 593, 1644, 1536, 0, 0, 0, 0, 593, 1644 -po/hr.po, 593, 1644, 1535, 0, 0, 0, 0, 593, 1644 -po/hi.po, 428, 1337, 1519, 0, 0, 0, 0, 428, 1337 -po/he.po, 513, 1451, 1481, 0, 0, 27, 35, 540, 1486 -po/gu.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -po/gl.po, 593, 1644, 1867, 0, 0, 0, 0, 593, 1644 -po/gd.po, 574, 1584, 1836, 0, 0, 0, 0, 574, 1584 -po/ga.po, 217, 351, 419, 9, 23, 108, 704, 334, 1078 -po/fur.po, 593, 1644, 1839, 0, 0, 0, 0, 593, 1644 -po/fr.po, 593, 1644, 1910, 0, 0, 0, 0, 593, 1644 -po/fi.po, 593, 1644, 1362, 0, 0, 0, 0, 593, 1644 -po/fa.po, 593, 1644, 1714, 0, 0, 0, 0, 593, 1644 -po/eu.po, 593, 1644, 1472, 0, 0, 0, 0, 593, 1644 -po/et.po, 334, 1078, 874, 0, 0, 0, 0, 334, 1078 -po/es.po, 593, 1644, 1850, 0, 0, 0, 0, 593, 1644 -po/eo.po, 584, 1601, 1581, 1, 4, 1, 3, 586, 1608 -po/en_GB.po, 593, 1644, 1648, 0, 0, 0, 0, 593, 1644 -po/en_CA.po, 433, 1399, 1402, 0, 0, 0, 0, 433, 1399 -po/en@shaw.po, 254, 1172, 1173, 6, 129, 0, 0, 260, 1301 -po/el.po, 575, 1531, 1648, 15, 107, 3, 6, 593, 1644 -po/dz.po, 410, 1175, 812, 0, 0, 0, 0, 410, 1175 -po/de.po, 593, 1644, 1587, 0, 0, 0, 0, 593, 1644 -po/da.po, 593, 1644, 1545, 0, 0, 0, 0, 593, 1644 -po/cy.po, 349, 895, 977, 0, 0, 0, 0, 349, 895 -po/cs.po, 593, 1644, 1635, 0, 0, 0, 0, 593, 1644 -po/ca@valencia.po, 574, 1584, 1797, 0, 0, 0, 0, 574, 1584 -po/ca.po, 593, 1644, 1862, 0, 0, 0, 0, 593, 1644 -po/bs.po, 535, 1464, 1357, 0, 0, 0, 0, 535, 1464 -po/bn_IN.po, 428, 1337, 1332, 0, 0, 0, 0, 428, 1337 -po/bn.po, 267, 1327, 1384, 0, 0, 0, 0, 267, 1327 -po/bg.po, 574, 1584, 1721, 0, 0, 0, 0, 574, 1584 -po/be@latin.po, 277, 564, 566, 0, 0, 133, 611, 410, 1175 -po/be.po, 378, 855, 909, 0, 0, 50, 364, 428, 1219 -po/az.po, 181, 392, 369, 142, 368, 55, 155, 378, 915 -po/ast.po, 433, 1399, 1502, 0, 0, 0, 0, 433, 1399 -po/as.po, 428, 1337, 1364, 0, 0, 0, 0, 428, 1337 -po/ar.po, 257, 545, 557, 65, 160, 251, 876, 573, 1581 -po/am.po, 83, 78, 80, 49, 55, 246, 782, 378, 915 -po/af.po, 350, 1044, 1011, 37, 159, 41, 176, 428, 1379 diff --git a/results/f31/gnome-characters-3.32.1-3.fc31.src.rpm.errors.txt b/results/f31/gnome-characters-3.32.1-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gnome-characters-3.32.1-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv b/results/f31/gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv deleted file mode 100644 index b15b241..0000000 --- a/results/f31/gnome-characters-3.32.1-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,55 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 57, 186, 71, 0, 0, 0, 0, 57, 186 -po/zh_CN.po, 58, 186, 93, 0, 0, 0, 0, 58, 186 -po/uk.po, 47, 161, 149, 0, 0, 0, 0, 47, 161 -po/tr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -po/tg.po, 24, 49, 64, 0, 0, 23, 112, 47, 161 -po/ta.po, 54, 149, 138, 0, 0, 3, 37, 57, 186 -po/sv.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -po/sr@latin.po, 58, 186, 204, 0, 0, 0, 0, 58, 186 -po/sr.po, 57, 186, 203, 0, 0, 0, 0, 57, 186 -po/sl.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 -po/sk.po, 58, 186, 191, 0, 0, 0, 0, 58, 186 -po/ru.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -po/ro.po, 57, 186, 219, 0, 0, 0, 0, 57, 186 -po/pt_BR.po, 57, 186, 226, 0, 0, 0, 0, 57, 186 -po/pt.po, 48, 162, 177, 0, 0, 0, 0, 48, 162 -po/pl.po, 57, 186, 194, 0, 0, 0, 0, 57, 186 -po/pa.po, 35, 80, 103, 0, 0, 7, 66, 42, 146 -po/oc.po, 58, 186, 214, 0, 0, 0, 0, 58, 186 -po/nl.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -po/ne.po, 58, 186, 197, 0, 0, 0, 0, 58, 186 -po/nb.po, 58, 186, 184, 0, 0, 0, 0, 58, 186 -po/ml.po, 58, 186, 158, 0, 0, 0, 0, 58, 186 -po/lv.po, 57, 186, 173, 0, 0, 0, 0, 57, 186 -po/lt.po, 57, 186, 175, 0, 0, 0, 0, 57, 186 -po/ln.po, 44, 155, 181, 0, 0, 0, 0, 44, 155 -po/ko.po, 57, 186, 168, 0, 0, 0, 0, 57, 186 -po/kk.po, 57, 186, 182, 0, 0, 0, 0, 57, 186 -po/ja.po, 56, 185, 79, 0, 0, 1, 1, 57, 186 -po/it.po, 57, 186, 195, 0, 0, 0, 0, 57, 186 -po/is.po, 58, 186, 192, 0, 0, 0, 0, 58, 186 -po/id.po, 57, 186, 208, 0, 0, 0, 0, 57, 186 -po/hu.po, 57, 186, 181, 0, 0, 0, 0, 57, 186 -po/hr.po, 57, 186, 178, 0, 0, 0, 0, 57, 186 -po/he.po, 47, 161, 157, 0, 0, 0, 0, 47, 161 -po/gu.po, 47, 161, 173, 0, 0, 0, 0, 47, 161 -po/gl.po, 57, 186, 212, 0, 0, 0, 0, 57, 186 -po/gd.po, 58, 186, 246, 0, 0, 0, 0, 58, 186 -po/fur.po, 57, 186, 215, 0, 0, 0, 0, 57, 186 -po/fr.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -po/fi.po, 57, 186, 151, 0, 0, 0, 0, 57, 186 -po/fa.po, 58, 186, 219, 0, 0, 0, 0, 58, 186 -po/eu.po, 57, 186, 180, 0, 0, 0, 0, 57, 186 -po/es.po, 57, 186, 217, 0, 0, 0, 0, 57, 186 -po/eo.po, 56, 185, 178, 0, 0, 0, 0, 56, 185 -po/en_GB.po, 58, 186, 194, 0, 0, 0, 0, 58, 186 -po/el.po, 57, 186, 207, 0, 0, 0, 0, 57, 186 -po/de.po, 57, 186, 204, 0, 0, 0, 0, 57, 186 -po/da.po, 56, 185, 191, 0, 0, 0, 0, 56, 185 -po/cs.po, 57, 186, 189, 0, 0, 0, 0, 57, 186 -po/ca@valencia.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -po/ca.po, 58, 186, 221, 0, 0, 0, 0, 58, 186 -po/be.po, 58, 186, 179, 0, 0, 0, 0, 58, 186 -po/ar.po, 57, 186, 183, 0, 0, 0, 0, 57, 186 -po/af.po, 57, 186, 191, 0, 0, 0, 0, 57, 186 diff --git a/results/f31/gnome-clocks-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-clocks-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 28b53a1..0000000 --- a/results/f31/gnome-clocks-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/world-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/timer.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/stopwatch.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/world-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/gnome-clocks.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/alarm-snooze-stop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/world-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 0ac1599..0000000 --- a/results/f31/gnome-clocks-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,89 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/ru/ru.po, 81, 978, 753, 0, 0, 0, 0, 81, 978 -help/nl/nl.po, 82, 983, 985, 0, 0, 0, 0, 82, 983 -help/ko/ko.po, 82, 983, 621, 0, 0, 0, 0, 82, 983 -help/de/de.po, 82, 983, 968, 0, 0, 0, 0, 82, 983 -help/cs/cs.po, 82, 983, 765, 0, 0, 0, 0, 82, 983 -help/hu/hu.po, 82, 983, 736, 0, 0, 0, 0, 82, 983 -help/fr/fr.po, 82, 983, 1060, 0, 0, 0, 0, 82, 983 -help/fi/fi.po, 82, 983, 584, 0, 0, 0, 0, 82, 983 -help/es/es.po, 82, 983, 963, 0, 0, 0, 0, 82, 983 -help/gl/gl.po, 82, 983, 894, 0, 0, 0, 0, 82, 983 -help/ca/ca.po, 81, 978, 939, 0, 0, 0, 0, 81, 978 -help/id/id.po, 82, 983, 845, 0, 0, 0, 0, 82, 983 -help/sv/sv.po, 82, 983, 957, 0, 0, 0, 0, 82, 983 -help/pt_BR/pt_BR.po, 82, 983, 1061, 0, 0, 0, 0, 82, 983 -help/el/el.po, 82, 983, 994, 0, 0, 0, 0, 82, 983 -help/da/da.po, 82, 983, 960, 0, 0, 0, 0, 82, 983 -help/pl/pl.po, 82, 983, 721, 0, 0, 0, 0, 82, 983 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pl.po, 100, 284, 259, 0, 0, 0, 0, 100, 284 -po/af.po, 100, 283, 286, 0, 0, 0, 0, 100, 283 -po/gl.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -po/eu.po, 99, 283, 249, 0, 0, 0, 0, 99, 283 -po/da.po, 99, 283, 270, 0, 0, 0, 0, 99, 283 -po/oc.po, 92, 259, 310, 0, 0, 1, 10, 93, 269 -po/it.po, 100, 284, 300, 0, 0, 0, 0, 100, 284 -po/fr.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -po/de.po, 100, 284, 277, 0, 0, 0, 0, 100, 284 -po/zh_HK.po, 77, 223, 91, 0, 0, 0, 0, 77, 223 -po/ta.po, 77, 223, 229, 0, 0, 0, 0, 77, 223 -po/el.po, 100, 284, 309, 0, 0, 0, 0, 100, 284 -po/lt.po, 100, 284, 245, 0, 0, 0, 0, 100, 284 -po/te.po, 77, 223, 199, 0, 0, 0, 0, 77, 223 -po/fa.po, 99, 283, 295, 0, 0, 0, 0, 99, 283 -po/pt.po, 95, 273, 310, 0, 0, 0, 0, 95, 273 -po/zh_CN.po, 99, 283, 135, 0, 0, 0, 0, 99, 283 -po/hi.po, 77, 223, 269, 0, 0, 0, 0, 77, 223 -po/uk.po, 38, 67, 72, 0, 0, 0, 0, 38, 67 -po/is.po, 99, 283, 274, 0, 0, 0, 0, 99, 283 -po/bs.po, 77, 223, 220, 0, 0, 0, 0, 77, 223 -po/vi.po, 100, 284, 424, 0, 0, 0, 0, 100, 284 -po/gd.po, 100, 283, 369, 0, 0, 0, 0, 100, 283 -po/an.po, 77, 223, 252, 0, 0, 0, 0, 77, 223 -po/gu.po, 77, 223, 245, 0, 0, 0, 0, 77, 223 -po/nb.po, 100, 283, 291, 0, 0, 0, 0, 100, 283 -po/ja.po, 98, 280, 121, 0, 0, 2, 4, 100, 284 -po/lv.po, 100, 284, 257, 0, 0, 0, 0, 100, 284 -po/ug.po, 59, 127, 126, 0, 0, 1, 1, 60, 128 -po/pt_BR.po, 100, 284, 345, 0, 0, 0, 0, 100, 284 -po/sk.po, 100, 283, 277, 0, 0, 0, 0, 100, 283 -po/ar.po, 95, 273, 268, 0, 0, 0, 0, 95, 273 -po/ca.po, 100, 284, 334, 0, 0, 0, 0, 100, 284 -po/en_GB.po, 94, 272, 282, 0, 0, 0, 0, 94, 272 -po/ne.po, 59, 129, 130, 5, 19, 13, 75, 77, 223 -po/ko.po, 100, 284, 239, 0, 0, 0, 0, 100, 284 -po/es.po, 100, 284, 325, 0, 0, 0, 0, 100, 284 -po/fi.po, 100, 284, 217, 0, 0, 0, 0, 100, 284 -po/or.po, 77, 223, 244, 0, 0, 0, 0, 77, 223 -po/tg.po, 77, 223, 247, 0, 0, 0, 0, 77, 223 -po/eo.po, 100, 283, 281, 0, 0, 0, 0, 100, 283 -po/et.po, 77, 223, 176, 0, 0, 0, 0, 77, 223 -po/pa.po, 99, 283, 305, 0, 0, 0, 0, 99, 283 -po/kn.po, 77, 223, 213, 0, 0, 0, 0, 77, 223 -po/sr.po, 100, 284, 283, 0, 0, 0, 0, 100, 284 -po/be.po, 100, 283, 273, 0, 0, 0, 0, 100, 283 -po/mr.po, 77, 223, 226, 0, 0, 0, 0, 77, 223 -po/cs.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -po/zh_TW.po, 100, 284, 115, 0, 0, 0, 0, 100, 284 -po/th.po, 94, 272, 121, 0, 0, 0, 0, 94, 272 -po/as.po, 77, 223, 237, 0, 0, 0, 0, 77, 223 -po/hu.po, 100, 284, 248, 0, 0, 0, 0, 100, 284 -po/sv.po, 100, 284, 291, 0, 0, 0, 0, 100, 284 -po/kk.po, 100, 284, 267, 0, 0, 0, 0, 100, 284 -po/he.po, 94, 272, 286, 0, 0, 0, 0, 94, 272 -po/fur.po, 100, 284, 310, 0, 0, 0, 0, 100, 284 -po/sl.po, 100, 284, 281, 0, 0, 0, 0, 100, 284 -po/ga.po, 43, 85, 108, 0, 0, 34, 138, 77, 223 -po/tr.po, 100, 284, 268, 0, 0, 0, 0, 100, 284 -po/nl.po, 100, 284, 266, 0, 0, 0, 0, 100, 284 -po/bg.po, 92, 259, 265, 0, 0, 0, 0, 92, 259 -po/mjw.po, 53, 126, 117, 0, 0, 46, 157, 99, 283 -po/bn_IN.po, 77, 223, 239, 0, 0, 0, 0, 77, 223 -po/hr.po, 100, 284, 269, 0, 0, 0, 0, 100, 284 -po/ro.po, 100, 284, 315, 0, 0, 0, 0, 100, 284 -po/ca@valencia.po, 100, 283, 331, 0, 0, 0, 0, 100, 283 -po/sr@latin.po, 100, 283, 284, 0, 0, 0, 0, 100, 283 -po/ru.po, 100, 284, 273, 0, 0, 0, 0, 100, 284 -po/ml.po, 100, 283, 278, 0, 0, 0, 0, 100, 283 -po/id.po, 100, 284, 299, 0, 0, 0, 0, 100, 284 diff --git a/results/f31/gnome-color-manager-3.32.0-2.fc31.src.rpm.errors.txt b/results/f31/gnome-color-manager-3.32.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index cdb5aaf..0000000 --- a/results/f31/gnome-color-manager-3.32.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/gnome-help.its) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-import-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-import-osx.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-import-linux.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/update-linguas.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv b/results/f31/gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 297c025..0000000 --- a/results/f31/gnome-color-manager-3.32.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -help/zh_HK/zh_HK.po, 16, 160, 70, 0, 0, 10, 374, 26, 534 -help/zh_CN/zh_CN.po, 26, 534, 139, 0, 0, 0, 0, 26, 534 -help/sv/sv.po, 26, 534, 475, 0, 0, 0, 0, 26, 534 -help/pt_BR/pt_BR.po, 26, 534, 665, 0, 0, 0, 0, 26, 534 -help/pl/pl.po, 26, 534, 470, 0, 0, 0, 0, 26, 534 -help/ml/ml.po, 26, 534, 417, 0, 0, 0, 0, 26, 534 -help/ko/ko.po, 26, 534, 387, 0, 0, 0, 0, 26, 534 -help/it/it.po, 26, 534, 543, 0, 0, 0, 0, 26, 534 -help/hu/hu.po, 26, 534, 473, 0, 0, 0, 0, 26, 534 -help/hr/hr.po, 26, 534, 444, 0, 0, 0, 0, 26, 534 -help/gl/gl.po, 26, 534, 554, 0, 0, 0, 0, 26, 534 -help/fr/fr.po, 26, 534, 615, 0, 0, 0, 0, 26, 534 -help/fi/fi.po, 26, 534, 346, 0, 0, 0, 0, 26, 534 -help/es/es.po, 26, 534, 598, 0, 0, 0, 0, 26, 534 -help/el/el.po, 26, 534, 577, 0, 0, 0, 0, 26, 534 -help/de/de.po, 26, 534, 516, 0, 0, 0, 0, 26, 534 -help/da/da.po, 26, 534, 480, 0, 0, 0, 0, 26, 534 -help/cs/cs.po, 26, 534, 491, 0, 0, 0, 0, 26, 534 -help/ca/ca.po, 26, 534, 613, 0, 0, 0, 0, 26, 534 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 345, 1796, 471, 0, 0, 0, 0, 345, 1796 -po/zh_HK.po, 342, 1792, 467, 0, 0, 0, 0, 342, 1792 -po/zh_CN.po, 345, 1796, 468, 0, 0, 0, 0, 345, 1796 -po/vi.po, 345, 1796, 2263, 0, 0, 0, 0, 345, 1796 -po/uk.po, 345, 1796, 1483, 0, 0, 0, 0, 345, 1796 -po/ug.po, 329, 1681, 1328, 0, 0, 7, 57, 336, 1738 -po/tr.po, 345, 1796, 1525, 0, 0, 0, 0, 345, 1796 -po/th.po, 18, 28, 19, 0, 0, 110, 714, 128, 742 -po/tg.po, 343, 1793, 1702, 0, 0, 0, 0, 343, 1793 -po/te.po, 342, 1792, 1371, 0, 0, 0, 0, 342, 1792 -po/ta.po, 342, 1792, 1458, 0, 0, 0, 0, 342, 1792 -po/sv.po, 345, 1796, 1561, 0, 0, 0, 0, 345, 1796 -po/sr@latin.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -po/sr.po, 345, 1796, 1613, 0, 0, 0, 0, 345, 1796 -po/sl.po, 345, 1796, 1591, 0, 0, 0, 0, 345, 1796 -po/sk.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -po/ru.po, 345, 1796, 1540, 0, 0, 0, 0, 345, 1796 -po/ro.po, 345, 1796, 1853, 0, 0, 0, 0, 345, 1796 -po/pt_BR.po, 345, 1796, 2050, 0, 0, 0, 0, 345, 1796 -po/pt.po, 345, 1796, 2026, 0, 0, 0, 0, 345, 1796 -po/pl.po, 345, 1796, 1617, 0, 0, 0, 0, 345, 1796 -po/pa.po, 342, 1792, 1925, 0, 0, 0, 0, 342, 1792 -po/or.po, 342, 1792, 1682, 0, 0, 0, 0, 342, 1792 -po/oc.po, 343, 1793, 2019, 0, 0, 0, 0, 343, 1793 -po/nl.po, 345, 1796, 1670, 0, 0, 0, 0, 345, 1796 -po/ne.po, 151, 327, 333, 109, 449, 85, 1020, 345, 1796 -po/nb.po, 345, 1796, 1611, 0, 0, 0, 0, 345, 1796 -po/mr.po, 342, 1792, 1522, 0, 0, 0, 0, 342, 1792 -po/ml.po, 237, 770, 635, 2, 2, 102, 976, 341, 1748 -po/lv.po, 345, 1796, 1507, 0, 0, 0, 0, 345, 1796 -po/lt.po, 345, 1796, 1407, 0, 0, 0, 0, 345, 1796 -po/ko.po, 345, 1796, 1377, 0, 0, 0, 0, 345, 1796 -po/kn.po, 342, 1792, 1455, 0, 0, 0, 0, 342, 1792 -po/kk.po, 153, 404, 359, 0, 0, 192, 1392, 345, 1796 -po/ja.po, 343, 1793, 420, 0, 0, 2, 3, 345, 1796 -po/it.po, 345, 1796, 1879, 0, 0, 0, 0, 345, 1796 -po/is.po, 345, 1796, 1706, 0, 0, 0, 0, 345, 1796 -po/id.po, 345, 1796, 1612, 0, 0, 0, 0, 345, 1796 -po/hu.po, 345, 1796, 1471, 0, 0, 0, 0, 345, 1796 -po/hr.po, 345, 1796, 1571, 0, 0, 0, 0, 345, 1796 -po/hi.po, 342, 1792, 2093, 0, 0, 0, 0, 342, 1792 -po/he.po, 343, 1793, 1605, 0, 0, 0, 0, 343, 1793 -po/gu.po, 343, 1793, 1825, 0, 0, 0, 0, 343, 1793 -po/gl.po, 345, 1796, 1995, 0, 0, 0, 0, 345, 1796 -po/gd.po, 345, 1796, 2183, 0, 0, 0, 0, 345, 1796 -po/fur.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -po/fr.po, 345, 1796, 2037, 0, 0, 0, 0, 345, 1796 -po/fi.po, 321, 1639, 1155, 1, 17, 23, 140, 345, 1796 -po/fa.po, 345, 1796, 1873, 0, 0, 0, 0, 345, 1796 -po/eu.po, 345, 1796, 1446, 0, 0, 0, 0, 345, 1796 -po/et.po, 343, 1793, 1323, 0, 0, 0, 0, 343, 1793 -po/es.po, 345, 1796, 2031, 0, 0, 0, 0, 345, 1796 -po/eo.po, 345, 1796, 1609, 0, 0, 0, 0, 345, 1796 -po/en_GB.po, 345, 1796, 1795, 0, 0, 0, 0, 345, 1796 -po/el.po, 345, 1796, 1839, 0, 0, 0, 0, 345, 1796 -po/de.po, 345, 1796, 1724, 0, 0, 0, 0, 345, 1796 -po/da.po, 345, 1796, 1572, 0, 0, 0, 0, 345, 1796 -po/cs.po, 345, 1796, 1599, 0, 0, 0, 0, 345, 1796 -po/ca@valencia.po, 345, 1796, 2097, 0, 0, 0, 0, 345, 1796 -po/ca.po, 345, 1796, 2100, 0, 0, 0, 0, 345, 1796 -po/bs.po, 343, 1793, 1549, 0, 0, 0, 0, 343, 1793 -po/bn_IN.po, 342, 1792, 1762, 0, 0, 0, 0, 342, 1792 -po/bg.po, 343, 1793, 1816, 0, 0, 0, 0, 343, 1793 -po/as.po, 342, 1792, 1719, 0, 0, 0, 0, 342, 1792 -po/ar.po, 97, 304, 294, 0, 0, 286, 2109, 383, 2413 diff --git a/results/f31/gnome-contacts-3.34-1.fc31.src.rpm.errors.txt b/results/f31/gnome-contacts-3.34-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gnome-contacts-3.34-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-contacts-3.34-1.fc31.src.rpm.stats.csv b/results/f31/gnome-contacts-3.34-1.fc31.src.rpm.stats.csv deleted file mode 100644 index bf1c25f..0000000 --- a/results/f31/gnome-contacts-3.34-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,73 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 167, 590, 227, 0, 0, 0, 0, 167, 590 -po/zh_HK.po, 155, 405, 207, 0, 0, 0, 0, 155, 405 -po/zh_CN.po, 166, 587, 245, 0, 0, 0, 0, 166, 587 -po/vi.po, 157, 433, 647, 0, 0, 0, 0, 157, 433 -po/uk.po, 129, 311, 312, 0, 0, 0, 0, 129, 311 -po/ug.po, 151, 344, 326, 0, 0, 0, 0, 151, 344 -po/tr.po, 168, 594, 498, 0, 0, 0, 0, 168, 594 -po/th.po, 157, 433, 215, 0, 0, 0, 0, 157, 433 -po/tg.po, 156, 411, 473, 0, 0, 0, 0, 156, 411 -po/te.po, 155, 405, 370, 0, 0, 0, 0, 155, 405 -po/ta.po, 155, 405, 406, 0, 0, 0, 0, 155, 405 -po/sv.po, 168, 594, 562, 0, 0, 0, 0, 168, 594 -po/sr@latin.po, 162, 563, 589, 0, 0, 0, 0, 162, 563 -po/sr.po, 168, 594, 620, 0, 0, 0, 0, 168, 594 -po/sl.po, 168, 594, 554, 0, 0, 0, 0, 168, 594 -po/sk.po, 166, 586, 553, 0, 0, 0, 0, 166, 586 -po/ru.po, 167, 590, 559, 0, 0, 0, 0, 167, 590 -po/ro.po, 168, 594, 624, 0, 0, 0, 0, 168, 594 -po/pt_BR.po, 168, 594, 658, 0, 0, 0, 0, 168, 594 -po/pt.po, 157, 433, 481, 0, 0, 0, 0, 157, 433 -po/pl.po, 168, 594, 563, 0, 0, 0, 0, 168, 594 -po/pa.po, 156, 411, 457, 0, 0, 0, 0, 156, 411 -po/or.po, 155, 405, 440, 0, 0, 0, 0, 155, 405 -po/oc.po, 157, 433, 497, 0, 0, 0, 0, 157, 433 -po/nl.po, 167, 588, 574, 0, 0, 0, 0, 167, 588 -po/ne.po, 144, 417, 416, 0, 0, 0, 0, 144, 417 -po/nb.po, 144, 417, 408, 0, 0, 0, 0, 144, 417 -po/mr.po, 155, 405, 421, 0, 0, 0, 0, 155, 405 -po/ml.po, 151, 344, 316, 0, 0, 0, 0, 151, 344 -po/mk.po, 116, 231, 245, 0, 0, 0, 0, 116, 231 -po/mjw.po, 104, 202, 206, 0, 0, 63, 386, 167, 588 -po/lv.po, 168, 594, 552, 0, 0, 0, 0, 168, 594 -po/lt.po, 168, 594, 534, 0, 0, 0, 0, 168, 594 -po/ko.po, 168, 594, 464, 0, 0, 0, 0, 168, 594 -po/kn.po, 155, 405, 399, 0, 0, 0, 0, 155, 405 -po/kk.po, 167, 590, 519, 0, 0, 0, 0, 167, 590 -po/ja.po, 162, 491, 238, 0, 0, 6, 103, 168, 594 -po/it.po, 168, 594, 564, 0, 0, 0, 0, 168, 594 -po/is.po, 163, 507, 494, 0, 0, 3, 80, 166, 587 -po/id.po, 168, 594, 581, 0, 0, 0, 0, 168, 594 -po/hu.po, 168, 594, 537, 0, 0, 0, 0, 168, 594 -po/hr.po, 168, 594, 541, 0, 0, 0, 0, 168, 594 -po/hi.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -po/he.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -po/gu.po, 157, 433, 490, 0, 0, 0, 0, 157, 433 -po/gl.po, 168, 594, 651, 0, 0, 0, 0, 168, 594 -po/gd.po, 144, 417, 591, 0, 0, 0, 0, 144, 417 -po/ga.po, 117, 184, 202, 1, 4, 33, 142, 151, 330 -po/fur.po, 167, 588, 640, 0, 0, 0, 0, 167, 588 -po/fr.po, 168, 594, 668, 0, 0, 0, 0, 168, 594 -po/fi.po, 168, 594, 455, 0, 0, 0, 0, 168, 594 -po/fa.po, 168, 594, 608, 0, 0, 0, 0, 168, 594 -po/eu.po, 168, 594, 516, 0, 0, 0, 0, 168, 594 -po/et.po, 151, 331, 301, 0, 0, 0, 0, 151, 331 -po/es.po, 168, 594, 654, 0, 0, 0, 0, 168, 594 -po/eo.po, 159, 481, 474, 0, 0, 0, 0, 159, 481 -po/en_GB.po, 168, 594, 600, 0, 0, 0, 0, 168, 594 -po/en_CA.po, 145, 309, 310, 0, 0, 0, 0, 145, 309 -po/el.po, 168, 594, 640, 0, 0, 0, 0, 168, 594 -po/de.po, 168, 594, 566, 0, 0, 0, 0, 168, 594 -po/da.po, 166, 587, 520, 0, 0, 0, 0, 166, 587 -po/cs.po, 168, 594, 542, 0, 0, 0, 0, 168, 594 -po/ca@valencia.po, 144, 417, 499, 0, 0, 0, 0, 144, 417 -po/ca.po, 168, 594, 687, 0, 0, 0, 0, 168, 594 -po/bs.po, 156, 411, 418, 0, 0, 0, 0, 156, 411 -po/bn_IN.po, 155, 405, 449, 0, 0, 0, 0, 155, 405 -po/bg.po, 112, 288, 344, 0, 0, 0, 0, 112, 288 -po/be.po, 146, 422, 432, 0, 0, 0, 0, 146, 422 -po/ast.po, 105, 205, 222, 0, 0, 0, 0, 105, 205 -po/as.po, 155, 405, 467, 0, 0, 0, 0, 155, 405 -po/ar.po, 155, 380, 423, 0, 0, 2, 53, 157, 433 -po/af.po, 99, 186, 192, 5, 8, 3, 16, 107, 210 diff --git a/results/f31/gnome-control-center-3.34.1-4.fc31.src.rpm.errors.txt b/results/f31/gnome-control-center-3.34.1-4.fc31.src.rpm.errors.txt deleted file mode 100644 index b13a0e8..0000000 --- a/results/f31/gnome-control-center-3.34.1-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,7 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./panels/datetime/po-timezones/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./panels/datetime/po-timezones/README) -translate.tools.pocount: ERROR: Unknown filetype (./panels/datetime/po-timezones/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv b/results/f31/gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 6e8163e..0000000 --- a/results/f31/gnome-control-center-3.34.1-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,175 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -panels/datetime/po-timezones/zh_TW.po, 756, 1313, 886, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/zh_CN.po, 756, 1313, 757, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/vi.po, 504, 504, 981, 69, 88, 183, 721, 756, 1313 -panels/datetime/po-timezones/ur.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/uk.po, 752, 1304, 1368, 0, 0, 0, 0, 752, 1304 -panels/datetime/po-timezones/tr.po, 612, 672, 672, 4, 8, 140, 633, 756, 1313 -panels/datetime/po-timezones/te.po, 756, 1313, 1337, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ta.po, 756, 1313, 1299, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/sv.po, 752, 1304, 1203, 0, 0, 0, 0, 752, 1304 -panels/datetime/po-timezones/sr@latin.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/sr.po, 750, 1298, 1290, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/sq.po, 551, 551, 551, 38, 54, 167, 708, 756, 1313 -panels/datetime/po-timezones/sl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/sk.po, 756, 1313, 1307, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/si.po, 550, 550, 551, 40, 59, 166, 704, 756, 1313 -panels/datetime/po-timezones/ru.po, 756, 1313, 1396, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ro.po, 550, 550, 550, 40, 59, 166, 704, 756, 1313 -panels/datetime/po-timezones/pt_BR.po, 756, 1313, 1485, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/pt.po, 756, 1313, 1404, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/pl.po, 756, 1313, 1494, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/pa.po, 756, 1313, 1376, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/or.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/nn.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/nl.po, 756, 1313, 1289, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/nds.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/nb.po, 709, 1000, 948, 0, 0, 47, 313, 756, 1313 -panels/datetime/po-timezones/ms.po, 551, 551, 551, 39, 58, 166, 704, 756, 1313 -panels/datetime/po-timezones/mr.po, 756, 1313, 1318, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ml.po, 756, 1313, 1312, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/mk.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/mai.po, 559, 559, 564, 31, 50, 166, 704, 756, 1313 -panels/datetime/po-timezones/lv.po, 549, 549, 622, 41, 60, 166, 704, 756, 1313 -panels/datetime/po-timezones/lt.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/lo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/ku.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/ko.po, 756, 1313, 1435, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/kn.po, 756, 1313, 1430, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/ka.po, 166, 166, 166, 40, 53, 550, 1094, 756, 1313 -panels/datetime/po-timezones/ja.po, 756, 1313, 912, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/it.po, 756, 1313, 1427, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/is.po, 750, 1298, 1154, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/ilo.po, 0, 0, 0, 0, 0, 756, 1313, 756, 1313 -panels/datetime/po-timezones/id.po, 539, 539, 539, 51, 70, 166, 704, 756, 1313 -panels/datetime/po-timezones/hu.po, 690, 971, 986, 15, 29, 51, 313, 756, 1313 -panels/datetime/po-timezones/hr.po, 551, 551, 563, 39, 58, 166, 704, 756, 1313 -panels/datetime/po-timezones/hi.po, 756, 1313, 1317, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/he.po, 504, 504, 515, 31, 50, 221, 759, 756, 1313 -panels/datetime/po-timezones/gu.po, 756, 1313, 1388, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/gl.po, 521, 521, 521, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/fr.po, 755, 1307, 1447, 0, 0, 1, 6, 756, 1313 -panels/datetime/po-timezones/fi.po, 756, 1313, 1213, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/fa.po, 520, 526, 701, 59, 76, 177, 711, 756, 1313 -panels/datetime/po-timezones/et.po, 521, 521, 522, 69, 88, 166, 704, 756, 1313 -panels/datetime/po-timezones/es.po, 756, 1313, 1465, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/en_GB.po, 734, 1223, 1223, 19, 67, 3, 23, 756, 1313 -panels/datetime/po-timezones/el.po, 734, 1223, 1195, 19, 67, 3, 23, 756, 1313 -panels/datetime/po-timezones/de.po, 756, 1313, 1295, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/da.po, 750, 1298, 1198, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/cy.po, 539, 539, 543, 51, 70, 166, 704, 756, 1313 -panels/datetime/po-timezones/cs.po, 752, 1304, 1298, 0, 0, 0, 0, 752, 1304 -panels/datetime/po-timezones/ca.po, 652, 905, 959, 1, 2, 103, 406, 756, 1313 -panels/datetime/po-timezones/bs.po, 550, 550, 562, 40, 59, 166, 704, 756, 1313 -panels/datetime/po-timezones/bn_IN.po, 756, 1313, 1335, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/bn.po, 539, 539, 597, 51, 70, 166, 704, 756, 1313 -panels/datetime/po-timezones/bg.po, 559, 559, 573, 31, 50, 166, 704, 756, 1313 -panels/datetime/po-timezones/ast.po, 756, 1313, 1322, 0, 0, 0, 0, 756, 1313 -panels/datetime/po-timezones/as.po, 734, 1223, 1387, 19, 67, 3, 23, 756, 1313 -panels/datetime/po-timezones/ar.po, 750, 1298, 1298, 5, 9, 1, 6, 756, 1313 -panels/datetime/po-timezones/am.po, 521, 521, 543, 69, 88, 166, 704, 756, 1313 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 564, 2619, 2251, 100, 352, 72, 411, 736, 3382 -po/zh_TW.po, 1572, 5528, 2099, 0, 0, 0, 0, 1572, 5528 -po/zh_HK.po, 1454, 4946, 1843, 0, 0, 0, 0, 1454, 4946 -po/zh_CN.po, 1594, 5684, 2114, 0, 0, 0, 0, 1594, 5684 -po/xh.po, 646, 2834, 2520, 55, 267, 36, 284, 737, 3385 -po/wa.po, 128, 273, 373, 219, 470, 390, 2642, 737, 3385 -po/vi.po, 1526, 5320, 7609, 0, 0, 0, 0, 1526, 5320 -po/uz@cyrillic.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -po/uz.po, 353, 885, 846, 0, 0, 411, 2281, 764, 3166 -po/uk.po, 1492, 5200, 4819, 0, 0, 0, 0, 1492, 5200 -po/ug.po, 1432, 4462, 4192, 2, 2, 17, 137, 1451, 4601 -po/tr.po, 1595, 5738, 5138, 0, 0, 0, 0, 1595, 5738 -po/th.po, 1501, 5190, 2170, 0, 0, 0, 0, 1501, 5190 -po/tg.po, 1106, 3632, 3881, 336, 1140, 154, 916, 1596, 5688 -po/te.po, 1454, 4946, 4484, 0, 0, 0, 0, 1454, 4946 -po/ta.po, 1454, 4946, 4602, 0, 0, 0, 0, 1454, 4946 -po/sv.po, 1595, 5738, 5254, 0, 0, 0, 0, 1595, 5738 -po/sr@latin.po, 1526, 5320, 5367, 0, 0, 0, 0, 1526, 5320 -po/sr.po, 1595, 5738, 5781, 0, 0, 0, 0, 1595, 5738 -po/sq.po, 724, 2780, 3203, 0, 0, 0, 0, 724, 2780 -po/sl.po, 1592, 5669, 5723, 0, 0, 3, 69, 1595, 5738 -po/sk.po, 1585, 5621, 5530, 3, 6, 7, 111, 1595, 5738 -po/si.po, 184, 380, 454, 0, 0, 662, 3320, 846, 3700 -po/rw.po, 60, 63, 64, 474, 2800, 203, 522, 737, 3385 -po/ru.po, 1597, 5688, 5364, 0, 0, 0, 0, 1597, 5688 -po/ro.po, 1595, 5738, 6085, 0, 0, 0, 0, 1595, 5738 -po/pt_BR.po, 1595, 5738, 6510, 0, 0, 0, 0, 1595, 5738 -po/pt.po, 1504, 5267, 5898, 0, 0, 0, 0, 1504, 5267 -po/pl.po, 1595, 5738, 5492, 0, 0, 0, 0, 1595, 5738 -po/pa.po, 1575, 5477, 6218, 5, 20, 15, 241, 1595, 5738 -po/or.po, 1454, 4946, 5435, 0, 0, 0, 0, 1454, 4946 -po/oc.po, 1551, 5346, 6226, 0, 0, 16, 119, 1567, 5465 -po/nso.po, 571, 2626, 3886, 95, 347, 70, 409, 736, 3382 -po/nn.po, 567, 1856, 1702, 0, 0, 492, 1512, 1059, 3368 -po/nl.po, 1595, 5738, 5461, 0, 0, 0, 0, 1595, 5738 -po/ne.po, 1288, 3406, 3411, 136, 547, 172, 1792, 1596, 5745 -po/nds.po, 389, 706, 657, 0, 0, 390, 2519, 779, 3225 -po/nb.po, 1570, 5406, 5171, 2, 8, 23, 324, 1595, 5738 -po/my.po, 368, 1049, 605, 0, 0, 422, 2315, 790, 3364 -po/ms.po, 327, 868, 832, 517, 1222, 610, 2856, 1454, 4946 -po/mr.po, 1454, 4946, 4960, 0, 0, 0, 0, 1454, 4946 -po/mn.po, 778, 3548, 3065, 0, 0, 0, 0, 778, 3548 -po/ml.po, 1386, 4336, 3756, 44, 318, 70, 575, 1500, 5229 -po/mk.po, 953, 2882, 3146, 0, 0, 0, 0, 953, 2882 -po/mjw.po, 652, 1436, 1444, 0, 0, 943, 4272, 1595, 5708 -po/mg.po, 770, 3501, 3857, 3, 15, 0, 0, 773, 3516 -po/mai.po, 483, 1583, 1841, 0, 0, 286, 1604, 769, 3187 -po/lv.po, 1622, 5713, 5172, 0, 0, 0, 0, 1622, 5713 -po/lt.po, 1595, 5738, 5095, 0, 0, 0, 0, 1595, 5738 -po/ky.po, 695, 1780, 1661, 11, 26, 415, 1672, 1121, 3478 -po/ku.po, 198, 447, 472, 256, 706, 467, 1749, 921, 2902 -po/ko.po, 1595, 5738, 4909, 0, 0, 0, 0, 1595, 5738 -po/kn.po, 1452, 4958, 4666, 0, 0, 0, 0, 1452, 4958 -po/km.po, 19, 30, 20, 0, 0, 0, 0, 19, 30 -po/kk.po, 1622, 5713, 5279, 0, 0, 0, 0, 1622, 5713 -po/ka.po, 626, 1983, 1670, 51, 322, 48, 494, 725, 2799 -po/ja.po, 1580, 5616, 2058, 0, 0, 15, 122, 1595, 5738 -po/it.po, 1595, 5738, 6096, 0, 0, 0, 0, 1595, 5738 -po/is.po, 1592, 5590, 5462, 0, 0, 6, 99, 1598, 5689 -po/id.po, 1595, 5738, 5684, 0, 0, 0, 0, 1595, 5738 -po/hy.po, 480, 1906, 1762, 0, 0, 0, 0, 480, 1906 -po/hu.po, 1595, 5738, 5178, 0, 0, 0, 0, 1595, 5738 -po/hr.po, 1595, 5738, 5568, 0, 0, 0, 0, 1595, 5738 -po/hi.po, 1454, 4946, 5873, 0, 0, 0, 0, 1454, 4946 -po/he.po, 1502, 5192, 5010, 0, 0, 0, 0, 1502, 5192 -po/gu.po, 1454, 4946, 5506, 0, 0, 0, 0, 1454, 4946 -po/gl.po, 1595, 5738, 6671, 0, 0, 0, 0, 1595, 5738 -po/gd.po, 1526, 5320, 6981, 0, 0, 0, 0, 1526, 5320 -po/ga.po, 892, 1952, 2167, 149, 574, 424, 2510, 1465, 5036 -po/fur.po, 1595, 5738, 6536, 0, 0, 0, 0, 1595, 5738 -po/fr.po, 1595, 5738, 6776, 0, 0, 0, 0, 1595, 5738 -po/fi.po, 1587, 5634, 4454, 1, 5, 7, 99, 1595, 5738 -po/fa.po, 1595, 5738, 6288, 0, 0, 0, 0, 1595, 5738 -po/eu.po, 1596, 5745, 5341, 0, 0, 0, 0, 1596, 5745 -po/et.po, 1444, 4906, 4090, 0, 0, 0, 0, 1444, 4906 -po/es.po, 1595, 5738, 6737, 0, 0, 0, 0, 1595, 5738 -po/eo.po, 1592, 5664, 5245, 4, 24, 0, 0, 1596, 5688 -po/en_GB.po, 1595, 5738, 5735, 0, 0, 0, 0, 1595, 5738 -po/en_CA.po, 754, 3477, 3483, 0, 0, 0, 0, 754, 3477 -po/en@shaw.po, 696, 2803, 2803, 115, 717, 0, 0, 811, 3520 -po/en.po, 6, 17, 17, 0, 0, 697, 2243, 703, 2260 -po/el.po, 1595, 5738, 6185, 0, 0, 0, 0, 1595, 5738 -po/dz.po, 757, 3067, 1479, 0, 0, 0, 0, 757, 3067 -po/de.po, 1595, 5738, 5470, 0, 0, 0, 0, 1595, 5738 -po/da.po, 1595, 5738, 5233, 0, 0, 0, 0, 1595, 5738 -po/cy.po, 763, 3491, 3703, 0, 0, 0, 0, 763, 3491 -po/cs.po, 1595, 5738, 5650, 0, 0, 0, 0, 1595, 5738 -po/crh.po, 1198, 3387, 3138, 0, 0, 265, 1360, 1463, 4747 -po/ca@valencia.po, 1499, 5228, 6292, 0, 0, 0, 0, 1499, 5228 -po/ca.po, 1595, 5738, 6850, 0, 0, 0, 0, 1595, 5738 -po/bs.po, 1458, 4996, 4829, 0, 0, 0, 0, 1458, 4996 -po/br.po, 218, 474, 577, 36, 89, 1200, 4383, 1454, 4946 -po/bn_IN.po, 1454, 4946, 5400, 0, 0, 0, 0, 1454, 4946 -po/bn.po, 742, 2352, 2435, 0, 0, 0, 0, 742, 2352 -po/bg.po, 1499, 5228, 5824, 0, 0, 0, 0, 1499, 5228 -po/be@latin.po, 770, 3188, 2909, 0, 0, 0, 0, 770, 3188 -po/be.po, 1566, 5516, 5182, 0, 0, 0, 0, 1566, 5516 -po/az.po, 564, 2619, 2394, 100, 352, 73, 414, 737, 3385 -po/ast.po, 943, 2973, 3288, 0, 0, 0, 0, 943, 2973 -po/as.po, 1454, 4946, 5359, 0, 0, 0, 0, 1454, 4946 -po/ar.po, 1530, 5172, 4945, 4, 19, 88, 520, 1622, 5711 -po/an.po, 1464, 5034, 5936, 0, 0, 0, 0, 1464, 5034 -po/am.po, 111, 160, 179, 168, 311, 458, 2914, 737, 3385 -po/af.po, 1470, 5162, 5138, 30, 83, 26, 75, 1526, 5320 diff --git a/results/f31/gnome-desktop3-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/gnome-desktop3-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 907f921..0000000 --- a/results/f31/gnome-desktop3-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/fdl.omf.in) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/fdl/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/gpl.omf.in) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/gpl/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/lgpl.omf.in) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./desktop-docs/lgpl/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.pre-git) diff --git a/results/f31/gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 476b8e3..0000000 --- a/results/f31/gnome-desktop3-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,180 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/fdl/zh_CN/zh_CN.po, 69, 2543, 196, 4, 344, 0, 0, 73, 2887 -desktop-docs/fdl/vi/vi.po, 74, 2887, 3962, 0, 0, 0, 0, 74, 2887 -desktop-docs/fdl/uk/uk.po, 73, 2887, 2544, 0, 0, 0, 0, 73, 2887 -desktop-docs/fdl/sv/sv.po, 72, 2889, 2853, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/sl/sl.po, 72, 2889, 2543, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/pt_BR/pt_BR.po, 72, 2889, 2981, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/oc/oc.po, 9, 17, 24, 0, 0, 64, 2870, 73, 2887 -desktop-docs/fdl/ko/ko.po, 73, 2887, 2175, 0, 0, 0, 0, 73, 2887 -desktop-docs/fdl/hu/hu.po, 72, 2889, 2628, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/gl/gl.po, 61, 2145, 2156, 0, 0, 11, 744, 72, 2889 -desktop-docs/fdl/fr/fr.po, 72, 2889, 3109, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/eu/eu.po, 73, 2887, 2311, 0, 0, 0, 0, 73, 2887 -desktop-docs/fdl/es/es.po, 72, 2889, 3006, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/el/el.po, 72, 2889, 3045, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/de/de.po, 72, 2889, 2801, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/cs/cs.po, 11, 126, 121, 0, 0, 61, 2763, 72, 2889 -desktop-docs/fdl/ca/ca.po, 72, 2889, 2977, 0, 0, 0, 0, 72, 2889 -desktop-docs/fdl/ar/ar.po, 6, 13, 13, 0, 0, 67, 2874, 73, 2887 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/gpl/zh_CN/zh_CN.po, 70, 2552, 136, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/vi/vi.po, 71, 2552, 3505, 0, 0, 0, 0, 71, 2552 -desktop-docs/gpl/uk/uk.po, 69, 2511, 2508, 1, 41, 0, 0, 70, 2552 -desktop-docs/gpl/sv/sv.po, 69, 2555, 2433, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sr@latin/sr@latin.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sr/sr.po, 69, 2555, 2304, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/sl/sl.po, 69, 2555, 2328, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/pt_BR/pt_BR.po, 69, 2555, 2545, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/pa/pa.po, 25, 77, 85, 0, 0, 41, 2423, 66, 2500 -desktop-docs/gpl/oc/oc.po, 18, 33, 38, 0, 0, 52, 2519, 70, 2552 -desktop-docs/gpl/nds/nds.po, 39, 465, 489, 31, 2087, 0, 0, 70, 2552 -desktop-docs/gpl/ko/ko.po, 70, 2552, 2059, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/hu/hu.po, 69, 2555, 2094, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/gl/gl.po, 69, 2555, 2851, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/fr/fr.po, 69, 2555, 2948, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/fi/fi.po, 66, 2390, 1826, 3, 165, 0, 0, 69, 2555 -desktop-docs/gpl/eu/eu.po, 70, 2552, 1992, 0, 0, 0, 0, 70, 2552 -desktop-docs/gpl/es/es.po, 69, 2555, 2722, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/el/el.po, 69, 2555, 2635, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/de/de.po, 69, 2555, 2676, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/cs/cs.po, 69, 2555, 2207, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/ca/ca.po, 69, 2555, 2703, 0, 0, 0, 0, 69, 2555 -desktop-docs/gpl/ar/ar.po, 70, 2552, 1913, 0, 0, 0, 0, 70, 2552 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -desktop-docs/lgpl/zh_CN/zh_CN.po, 71, 2364, 156, 3, 132, 25, 1641, 99, 4137 -desktop-docs/lgpl/vi/vi.po, 100, 4137, 5545, 0, 0, 0, 0, 100, 4137 -desktop-docs/lgpl/uk/uk.po, 99, 4137, 3895, 0, 0, 0, 0, 99, 4137 -desktop-docs/lgpl/sv/sv.po, 98, 4140, 3650, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/sl/sl.po, 99, 4141, 3695, 0, 0, 0, 0, 99, 4141 -desktop-docs/lgpl/pt_BR/pt_BR.po, 98, 4140, 4117, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/pa/pa.po, 34, 274, 305, 0, 0, 61, 3811, 95, 4085 -desktop-docs/lgpl/oc/oc.po, 22, 41, 46, 0, 0, 77, 4096, 99, 4137 -desktop-docs/lgpl/ko/ko.po, 99, 4137, 3163, 0, 0, 0, 0, 99, 4137 -desktop-docs/lgpl/hu/hu.po, 98, 4140, 3433, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/fr/fr.po, 98, 4140, 4590, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/fi/fi.po, 60, 1912, 1495, 8, 465, 31, 1760, 99, 4137 -desktop-docs/lgpl/eu/eu.po, 99, 4137, 3084, 0, 0, 0, 0, 99, 4137 -desktop-docs/lgpl/es/es.po, 98, 4140, 4433, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/el/el.po, 98, 4140, 4214, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/de/de.po, 98, 4140, 4452, 0, 0, 0, 0, 98, 4140 -desktop-docs/lgpl/cs/cs.po, 11, 103, 104, 0, 0, 87, 4037, 98, 4140 -desktop-docs/lgpl/ca/ca.po, 49, 1360, 1388, 0, 0, 49, 2780, 98, 4140 -desktop-docs/lgpl/ar/ar.po, 6, 13, 12, 0, 0, 64, 2539, 70, 2552 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 72, 316, 260, 1, 4, 0, 0, 73, 320 -po/zh_TW.po, 27, 152, 80, 0, 0, 0, 0, 27, 152 -po/zh_HK.po, 23, 146, 83, 0, 0, 0, 0, 23, 146 -po/zh_CN.po, 27, 152, 89, 0, 0, 0, 0, 27, 152 -po/yo.po, 90, 328, 357, 2, 8, 1, 28, 93, 364 -po/yi.po, 2, 2, 2, 2, 2, 69, 316, 73, 320 -po/xh.po, 24, 139, 111, 7, 96, 0, 0, 31, 235 -po/wa.po, 72, 316, 449, 1, 4, 0, 0, 73, 320 -po/vi.po, 23, 146, 179, 0, 0, 0, 0, 23, 146 -po/uz@cyrillic.po, 23, 146, 157, 0, 0, 0, 0, 23, 146 -po/uz.po, 73, 314, 285, 0, 0, 3, 16, 76, 330 -po/ur.po, 9, 15, 16, 3, 3, 61, 305, 73, 323 -po/uk.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -po/ug.po, 36, 232, 200, 0, 0, 0, 0, 36, 232 -po/tr.po, 34, 159, 144, 0, 0, 0, 0, 34, 159 -po/tk.po, 69, 291, 256, 1, 4, 3, 25, 73, 320 -po/th.po, 23, 146, 98, 0, 0, 0, 0, 23, 146 -po/tg.po, 23, 146, 145, 0, 0, 0, 0, 23, 146 -po/te.po, 23, 146, 131, 0, 0, 0, 0, 23, 146 -po/ta.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -po/sv.po, 34, 159, 162, 0, 0, 0, 0, 34, 159 -po/sr@latin.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -po/sr.po, 34, 159, 151, 0, 0, 0, 0, 34, 159 -po/sq.po, 71, 285, 350, 0, 0, 0, 0, 71, 285 -po/sl.po, 34, 159, 155, 0, 0, 0, 0, 34, 159 -po/sk.po, 34, 159, 136, 0, 0, 0, 0, 34, 159 -po/si.po, 76, 330, 344, 0, 0, 0, 0, 76, 330 -po/rw.po, 14, 15, 19, 44, 276, 15, 29, 73, 320 -po/ru.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -po/ro.po, 34, 159, 161, 0, 0, 0, 0, 34, 159 -po/pt_BR.po, 34, 159, 180, 0, 0, 0, 0, 34, 159 -po/pt.po, 23, 146, 150, 0, 0, 0, 0, 23, 146 -po/ps.po, 58, 144, 174, 0, 0, 11, 139, 69, 283 -po/pl.po, 34, 159, 162, 0, 0, 0, 0, 34, 159 -po/pa.po, 34, 159, 172, 0, 0, 0, 0, 34, 159 -po/or.po, 23, 146, 147, 0, 0, 0, 0, 23, 146 -po/oc.po, 23, 146, 167, 0, 0, 0, 0, 23, 146 -po/nso.po, 72, 316, 489, 1, 4, 0, 0, 73, 320 -po/nn.po, 22, 196, 192, 9, 39, 0, 0, 31, 235 -po/nl.po, 27, 152, 153, 0, 0, 0, 0, 27, 152 -po/ne.po, 34, 159, 152, 0, 0, 0, 0, 34, 159 -po/nds.po, 53, 351, 360, 0, 0, 0, 0, 53, 351 -po/nb.po, 34, 159, 154, 0, 0, 0, 0, 34, 159 -po/ms.po, 61, 377, 360, 0, 0, 0, 0, 61, 377 -po/mr.po, 23, 146, 148, 0, 0, 0, 0, 23, 146 -po/mn.po, 53, 349, 301, 0, 0, 0, 0, 53, 349 -po/ml.po, 27, 152, 132, 0, 0, 0, 0, 27, 152 -po/mk.po, 31, 235, 253, 0, 0, 0, 0, 31, 235 -po/mjw.po, 24, 48, 48, 0, 0, 10, 111, 34, 159 -po/mi.po, 14, 20, 27, 1, 4, 58, 296, 73, 320 -po/mg.po, 70, 281, 336, 1, 4, 0, 0, 71, 285 -po/mai.po, 53, 351, 388, 0, 0, 0, 0, 53, 351 -po/lv.po, 34, 159, 151, 0, 0, 0, 0, 34, 159 -po/lt.po, 34, 159, 143, 0, 0, 0, 0, 34, 159 -po/lo.po, 23, 146, 97, 0, 0, 0, 0, 23, 146 -po/li.po, 33, 96, 95, 18, 32, 22, 192, 73, 320 -po/ky.po, 35, 241, 210, 0, 0, 0, 0, 35, 241 -po/ku.po, 48, 297, 340, 0, 0, 5, 54, 53, 351 -po/ko.po, 34, 159, 154, 0, 0, 0, 0, 34, 159 -po/kn.po, 23, 146, 138, 0, 0, 0, 0, 23, 146 -po/km.po, 31, 235, 140, 0, 0, 0, 0, 31, 235 -po/kk.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -po/kg.po, 49, 384, 392, 0, 0, 0, 0, 49, 384 -po/ka.po, 69, 283, 241, 0, 0, 0, 0, 69, 283 -po/ja.po, 28, 153, 106, 0, 0, 6, 6, 34, 159 -po/it.po, 34, 159, 161, 0, 0, 0, 0, 34, 159 -po/is.po, 27, 152, 139, 0, 0, 0, 0, 27, 152 -po/ig.po, 29, 203, 227, 3, 14, 20, 132, 52, 349 -po/id.po, 34, 159, 165, 0, 0, 0, 0, 34, 159 -po/hy.po, 52, 345, 326, 1, 4, 0, 0, 53, 349 -po/hu.po, 34, 159, 134, 0, 0, 0, 0, 34, 159 -po/hr.po, 34, 159, 145, 0, 0, 0, 0, 34, 159 -po/hi.po, 23, 146, 172, 0, 0, 0, 0, 23, 146 -po/he.po, 23, 146, 141, 0, 0, 0, 0, 23, 146 -po/ha.po, 29, 203, 314, 3, 14, 20, 132, 52, 349 -po/gu.po, 23, 146, 163, 0, 0, 0, 0, 23, 146 -po/gl.po, 34, 159, 182, 0, 0, 0, 0, 34, 159 -po/gd.po, 23, 146, 198, 0, 0, 0, 0, 23, 146 -po/ga.po, 27, 136, 146, 0, 0, 9, 97, 36, 233 -po/fy.po, 40, 209, 219, 0, 0, 21, 229, 61, 438 -po/fur.po, 34, 159, 179, 0, 0, 0, 0, 34, 159 -po/fr.po, 34, 159, 183, 0, 0, 0, 0, 34, 159 -po/fi.po, 27, 152, 136, 0, 0, 0, 0, 27, 152 -po/fa.po, 34, 159, 174, 0, 0, 0, 0, 34, 159 -po/eu.po, 34, 159, 150, 0, 0, 0, 0, 34, 159 -po/et.po, 23, 146, 128, 0, 0, 0, 0, 23, 146 -po/es.po, 34, 159, 183, 0, 0, 0, 0, 34, 159 -po/eo.po, 27, 152, 159, 0, 0, 0, 0, 27, 152 -po/en_GB.po, 27, 152, 152, 0, 0, 0, 0, 27, 152 -po/en_CA.po, 76, 330, 330, 0, 0, 0, 0, 76, 330 -po/en@shaw.po, 49, 334, 334, 12, 104, 0, 0, 61, 438 -po/en.po, 12, 34, 34, 0, 0, 0, 0, 12, 34 -po/el.po, 34, 159, 173, 0, 0, 0, 0, 34, 159 -po/dz.po, 69, 283, 161, 0, 0, 0, 0, 69, 283 -po/de.po, 34, 159, 156, 0, 0, 0, 0, 34, 159 -po/da.po, 34, 159, 152, 0, 0, 0, 0, 34, 159 -po/cy.po, 73, 323, 336, 0, 0, 0, 0, 73, 323 -po/csb.po, 31, 235, 231, 0, 0, 0, 0, 31, 235 -po/cs.po, 34, 159, 142, 0, 0, 0, 0, 34, 159 -po/crh.po, 36, 233, 216, 0, 0, 0, 0, 36, 233 -po/ca@valencia.po, 23, 146, 175, 0, 0, 0, 0, 23, 146 -po/ca.po, 34, 159, 192, 0, 0, 0, 0, 34, 159 -po/bs.po, 23, 146, 134, 0, 0, 0, 0, 23, 146 -po/br.po, 51, 335, 372, 1, 4, 1, 10, 53, 349 -po/bn_IN.po, 23, 146, 153, 0, 0, 0, 0, 23, 146 -po/bn.po, 31, 235, 225, 0, 0, 0, 0, 31, 235 -po/bg.po, 23, 146, 149, 0, 0, 0, 0, 23, 146 -po/be@latin.po, 52, 349, 326, 0, 0, 0, 0, 52, 349 -po/be.po, 27, 152, 156, 0, 0, 0, 0, 27, 152 -po/az.po, 72, 316, 299, 1, 4, 0, 0, 73, 320 -po/ast.po, 23, 207, 230, 0, 0, 0, 0, 23, 207 -po/as.po, 23, 146, 151, 0, 0, 0, 0, 23, 146 -po/ar.po, 27, 152, 143, 0, 0, 0, 0, 27, 152 -po/an.po, 23, 146, 161, 0, 0, 0, 0, 23, 146 -po/am.po, 32, 92, 97, 19, 36, 22, 192, 73, 320 -po/af.po, 31, 235, 249, 0, 0, 0, 0, 31, 235 diff --git a/results/f31/gnome-disk-utility-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-disk-utility-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 7e938f4..0000000 --- a/results/f31/gnome-disk-utility-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 0dd12e7..0000000 --- a/results/f31/gnome-disk-utility-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,78 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 735, 3945, 1147, 0, 0, 0, 0, 735, 3945 -po/zh_HK.po, 632, 3423, 980, 0, 0, 0, 0, 632, 3423 -po/zh_CN.po, 714, 3822, 1132, 0, 0, 0, 0, 714, 3822 -po/vi.po, 693, 3718, 4930, 0, 0, 0, 0, 693, 3718 -po/uk.po, 417, 2229, 2007, 0, 0, 0, 0, 417, 2229 -po/ug.po, 734, 3775, 3382, 0, 0, 3, 88, 737, 3863 -po/tr.po, 744, 3967, 3407, 0, 0, 0, 0, 744, 3967 -po/th.po, 654, 3543, 1165, 0, 0, 0, 0, 654, 3543 -po/tg.po, 610, 3061, 3051, 56, 394, 46, 350, 712, 3805 -po/te.po, 632, 3423, 2829, 0, 0, 0, 0, 632, 3423 -po/ta.po, 632, 3423, 2869, 0, 0, 0, 0, 632, 3423 -po/sv.po, 744, 3967, 3805, 0, 0, 0, 0, 744, 3967 -po/sr@latin.po, 713, 3820, 3823, 0, 0, 0, 0, 713, 3820 -po/sr.po, 744, 3967, 3949, 0, 0, 0, 0, 744, 3967 -po/sl.po, 744, 3967, 3896, 0, 0, 0, 0, 744, 3967 -po/sk.po, 736, 3868, 3803, 1, 44, 7, 55, 744, 3967 -po/ru.po, 737, 3949, 3517, 0, 0, 0, 0, 737, 3949 -po/ro.po, 744, 3967, 4569, 0, 0, 0, 0, 744, 3967 -po/pt_BR.po, 744, 3967, 4637, 0, 0, 0, 0, 744, 3967 -po/pt.po, 653, 3535, 4016, 0, 0, 0, 0, 653, 3535 -po/pl.po, 744, 3967, 3826, 0, 0, 0, 0, 744, 3967 -po/pa.po, 632, 3423, 3769, 0, 0, 0, 0, 632, 3423 -po/or.po, 632, 3423, 3434, 0, 0, 0, 0, 632, 3423 -po/oc.po, 654, 3543, 4230, 0, 0, 0, 0, 654, 3543 -po/nl.po, 735, 3954, 4011, 0, 0, 0, 0, 735, 3954 -po/ne.po, 196, 389, 411, 229, 745, 207, 2289, 632, 3423 -po/nb.po, 679, 3489, 3459, 7, 90, 7, 139, 693, 3718 -po/ms.po, 515, 1288, 1281, 0, 0, 562, 3256, 1077, 4544 -po/mr.po, 632, 3423, 3032, 0, 0, 0, 0, 632, 3423 -po/ml.po, 737, 3863, 2984, 0, 0, 0, 0, 737, 3863 -po/mk.po, 1077, 4544, 4989, 0, 0, 0, 0, 1077, 4544 -po/mjw.po, 179, 467, 446, 0, 0, 565, 3500, 744, 3967 -po/mai.po, 111, 148, 208, 0, 0, 700, 3894, 811, 4042 -po/lv.po, 744, 3967, 3564, 0, 0, 0, 0, 744, 3967 -po/lt.po, 744, 3967, 3440, 0, 0, 0, 0, 744, 3967 -po/ku.po, 224, 475, 516, 107, 331, 746, 3738, 1077, 4544 -po/ko.po, 744, 3967, 3257, 0, 0, 0, 0, 744, 3967 -po/kn.po, 632, 3423, 2888, 0, 0, 0, 0, 632, 3423 -po/km.po, 632, 3423, 1312, 0, 0, 0, 0, 632, 3423 -po/kk.po, 478, 1684, 1634, 0, 0, 259, 2265, 737, 3949 -po/ja.po, 724, 3848, 1284, 0, 0, 20, 119, 744, 3967 -po/it.po, 744, 3967, 4175, 0, 0, 0, 0, 744, 3967 -po/is.po, 424, 1227, 1270, 0, 0, 311, 2718, 735, 3945 -po/id.po, 744, 3967, 3828, 0, 0, 0, 0, 744, 3967 -po/hy.po, 1075, 4544, 4122, 0, 0, 0, 0, 1075, 4544 -po/hu.po, 744, 3967, 3513, 0, 0, 0, 0, 744, 3967 -po/hr.po, 744, 3967, 3650, 0, 0, 0, 0, 744, 3967 -po/hi.po, 632, 3423, 4135, 0, 0, 0, 0, 632, 3423 -po/he.po, 653, 3522, 3213, 1, 21, 0, 0, 654, 3543 -po/gu.po, 652, 3533, 3852, 0, 0, 0, 0, 652, 3533 -po/gl.po, 744, 3967, 4789, 0, 0, 0, 0, 744, 3967 -po/gd.po, 713, 3820, 5126, 0, 0, 0, 0, 713, 3820 -po/ga.po, 205, 416, 464, 29, 89, 516, 3404, 750, 3909 -po/fur.po, 735, 3954, 4614, 0, 0, 0, 0, 735, 3954 -po/fr.po, 744, 3967, 4808, 0, 0, 0, 0, 744, 3967 -po/fi.po, 728, 3847, 2904, 7, 67, 9, 53, 744, 3967 -po/fa.po, 685, 2976, 3077, 0, 0, 57, 968, 742, 3944 -po/eu.po, 744, 3967, 3318, 0, 0, 0, 0, 744, 3967 -po/et.po, 545, 3026, 2339, 0, 0, 0, 0, 545, 3026 -po/es.po, 744, 3967, 4685, 0, 0, 0, 0, 744, 3967 -po/eo.po, 638, 3083, 2957, 0, 0, 95, 839, 733, 3922 -po/en_GB.po, 744, 3967, 3975, 0, 0, 0, 0, 744, 3967 -po/en@shaw.po, 455, 1944, 1944, 620, 2600, 0, 0, 1075, 4544 -po/el.po, 714, 3785, 4093, 13, 99, 8, 70, 735, 3954 -po/de.po, 744, 3967, 3960, 0, 0, 0, 0, 744, 3967 -po/da.po, 735, 3945, 3719, 0, 0, 0, 0, 735, 3945 -po/cs.po, 744, 3967, 3890, 0, 0, 0, 0, 744, 3967 -po/ca@valencia.po, 693, 3718, 4784, 0, 0, 0, 0, 693, 3718 -po/ca.po, 744, 3967, 5059, 0, 0, 0, 0, 744, 3967 -po/bs.po, 636, 3435, 3325, 0, 0, 0, 0, 636, 3435 -po/bn_IN.po, 632, 3423, 3588, 0, 0, 0, 0, 632, 3423 -po/bn.po, 1075, 4544, 4689, 0, 0, 0, 0, 1075, 4544 -po/bg.po, 545, 3026, 3514, 0, 0, 0, 0, 545, 3026 -po/be.po, 693, 3718, 3424, 0, 0, 0, 0, 693, 3718 -po/ast.po, 1075, 4544, 5095, 0, 0, 0, 0, 1075, 4544 -po/as.po, 632, 3423, 3389, 0, 0, 0, 0, 632, 3423 -po/ar.po, 265, 995, 1082, 159, 753, 287, 2054, 711, 3802 diff --git a/results/f31/gnome-font-viewer-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-font-viewer-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gnome-font-viewer-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 94d0da3..0000000 --- a/results/f31/gnome-font-viewer-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,98 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 45, 142, 113, 0, 0, 156, 385, 201, 527 -po/zh_HK.po, 27, 110, 89, 0, 0, 0, 0, 27, 110 -po/zh_CN.po, 30, 130, 52, 0, 0, 0, 0, 30, 130 -po/xh.po, 18, 32, 33, 0, 0, 0, 0, 18, 32 -po/wa.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -po/vi.po, 29, 113, 180, 0, 0, 0, 0, 29, 113 -po/uz@cyrillic.po, 28, 116, 96, 0, 0, 0, 0, 28, 116 -po/uk.po, 30, 130, 108, 0, 0, 0, 0, 30, 130 -po/ug.po, 24, 46, 63, 0, 0, 0, 0, 24, 46 -po/tr.po, 203, 536, 616, 0, 0, 0, 0, 203, 536 -po/th.po, 30, 130, 57, 0, 0, 0, 0, 30, 130 -po/tg.po, 30, 130, 140, 0, 0, 0, 0, 30, 130 -po/te.po, 26, 109, 92, 0, 0, 0, 0, 26, 109 -po/ta.po, 26, 109, 95, 0, 0, 0, 0, 26, 109 -po/sv.po, 203, 536, 491, 0, 0, 0, 0, 203, 536 -po/sr@latin.po, 182, 470, 518, 0, 0, 0, 0, 182, 470 -po/sr.po, 203, 536, 582, 0, 0, 0, 0, 203, 536 -po/sq.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/sl.po, 203, 536, 583, 0, 0, 0, 0, 203, 536 -po/sk.po, 83, 234, 236, 0, 0, 99, 236, 182, 470 -po/si.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/rw.po, 0, 0, 0, 5, 6, 13, 26, 18, 32 -po/ru.po, 58, 172, 188, 0, 0, 124, 298, 182, 470 -po/ro.po, 203, 536, 624, 0, 0, 0, 0, 203, 536 -po/pt_BR.po, 203, 536, 734, 0, 0, 0, 0, 203, 536 -po/pt.po, 30, 130, 161, 0, 0, 0, 0, 30, 130 -po/ps.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/pl.po, 203, 536, 619, 0, 0, 0, 0, 203, 536 -po/pa.po, 27, 110, 137, 0, 0, 0, 0, 27, 110 -po/or.po, 26, 109, 105, 0, 0, 0, 0, 26, 109 -po/oc.po, 130, 332, 389, 0, 0, 0, 0, 130, 332 -po/nn.po, 1, 1, 1, 6, 8, 11, 23, 18, 32 -po/nl.po, 201, 529, 452, 0, 0, 0, 0, 201, 529 -po/ne.po, 29, 113, 110, 0, 0, 0, 0, 29, 113 -po/nds.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/nb.po, 41, 130, 131, 1, 2, 142, 340, 184, 472 -po/ms.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -po/mr.po, 26, 109, 99, 0, 0, 0, 0, 26, 109 -po/mn.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -po/ml.po, 129, 347, 369, 0, 0, 72, 180, 201, 527 -po/mk.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/mg.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/mai.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/lv.po, 203, 536, 549, 0, 0, 0, 0, 203, 536 -po/lt.po, 203, 536, 535, 0, 0, 0, 0, 203, 536 -po/ky.po, 22, 39, 46, 0, 0, 0, 0, 22, 39 -po/ku.po, 0, 0, 0, 6, 7, 12, 25, 18, 32 -po/ko.po, 203, 536, 528, 0, 0, 0, 0, 203, 536 -po/kn.po, 26, 109, 94, 0, 0, 0, 0, 26, 109 -po/km.po, 18, 32, 35, 0, 0, 0, 0, 18, 32 -po/kk.po, 77, 206, 198, 0, 0, 124, 323, 201, 529 -po/ka.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/ja.po, 30, 130, 120, 0, 0, 0, 0, 30, 130 -po/it.po, 203, 536, 605, 0, 0, 0, 0, 203, 536 -po/is.po, 111, 304, 288, 0, 0, 89, 222, 200, 526 -po/id.po, 203, 536, 582, 0, 0, 0, 0, 203, 536 -po/hu.po, 203, 536, 567, 0, 0, 0, 0, 203, 536 -po/hr.po, 203, 536, 568, 0, 0, 0, 0, 203, 536 -po/hi.po, 26, 109, 121, 0, 0, 0, 0, 26, 109 -po/he.po, 30, 130, 132, 0, 0, 0, 0, 30, 130 -po/gu.po, 26, 109, 120, 0, 0, 0, 0, 26, 109 -po/gl.po, 203, 536, 677, 0, 0, 0, 0, 203, 536 -po/gd.po, 29, 113, 153, 0, 0, 0, 0, 29, 113 -po/ga.po, 24, 46, 57, 0, 0, 1, 1, 25, 47 -po/fur.po, 104, 286, 321, 0, 0, 97, 243, 201, 529 -po/fr.po, 203, 536, 634, 0, 0, 0, 0, 203, 536 -po/fi.po, 203, 536, 508, 0, 0, 0, 0, 203, 536 -po/fa.po, 143, 396, 430, 0, 0, 60, 140, 203, 536 -po/eu.po, 203, 536, 509, 0, 0, 0, 0, 203, 536 -po/et.po, 25, 47, 74, 0, 0, 0, 0, 25, 47 -po/es.po, 203, 536, 664, 0, 0, 0, 0, 203, 536 -po/eo.po, 127, 341, 339, 0, 0, 74, 186, 201, 527 -po/en_GB.po, 203, 536, 543, 0, 0, 0, 0, 203, 536 -po/en_CA.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/el.po, 79, 245, 297, 1, 2, 120, 279, 200, 526 -po/dz.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/de.po, 203, 536, 524, 0, 0, 0, 0, 203, 536 -po/da.po, 200, 526, 498, 0, 0, 0, 0, 200, 526 -po/cy.po, 1, 1, 1, 7, 9, 10, 22, 18, 32 -po/cs.po, 203, 536, 564, 0, 0, 0, 0, 203, 536 -po/crh.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/ca@valencia.po, 29, 113, 159, 0, 0, 0, 0, 29, 113 -po/ca.po, 203, 536, 664, 0, 0, 0, 0, 203, 536 -po/bs.po, 30, 130, 127, 0, 0, 0, 0, 30, 130 -po/br.po, 24, 46, 58, 0, 0, 0, 0, 24, 46 -po/bn_IN.po, 26, 109, 116, 0, 0, 0, 0, 26, 109 -po/bn.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/bg.po, 29, 113, 133, 0, 0, 0, 0, 29, 113 -po/be@latin.po, 0, 0, 0, 7, 9, 11, 23, 18, 32 -po/be.po, 29, 113, 109, 0, 0, 0, 0, 29, 113 -po/az.po, 2, 2, 2, 4, 5, 12, 25, 18, 32 -po/ast.po, 18, 32, 41, 0, 0, 0, 0, 18, 32 -po/as.po, 27, 110, 118, 0, 0, 0, 0, 27, 110 -po/ar.po, 201, 527, 554, 0, 0, 0, 0, 201, 527 -po/an.po, 30, 130, 149, 0, 0, 0, 0, 30, 130 -po/am.po, 2, 2, 2, 5, 6, 11, 24, 18, 32 -po/af.po, 25, 47, 48, 0, 0, 0, 0, 25, 47 diff --git a/results/f31/gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 021996b..0000000 --- a/results/f31/gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,1365 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/lt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lt/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ko/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/kn.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/lv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/zh_TW.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_TW/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/eo.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/eo/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sr@latin.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/as.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/ta.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/he.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/zh_HK.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_HK/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/pa.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/sk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sk/gs-use-windows-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-search1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-switch-tasks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-use-system-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-task-switching.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-launching-apps.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser1-firefox-classic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/getting-started.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-go-online2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-launch-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-connect-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser1-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-animation.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-change-wallpaper.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-windows-and-workspaces.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-task-switching.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/figures/gnome-launching-applications.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-changing-wallpaper.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-change-date-time-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-browse-web.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-get-online.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-search-settings.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-datetime.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-go-online1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-go-online3.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-thumb-windows-and-workspaces.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-change-wallpaper.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser1.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-web-browser2-firefox.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa5.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-goa4.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-search2.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gs-use-windows-workspaces.page) diff --git a/results/f31/gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 4c4fc44..0000000 --- a/results/f31/gnome-getting-started-docs-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,40 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-help/nl/nl.po, 345, 2507, 2522, 0, 0, 0, 0, 345, 2507 -gnome-help/cs/cs.po, 287, 2216, 1925, 0, 0, 0, 0, 287, 2216 -gnome-help/gl/gl.po, 287, 2216, 2283, 0, 0, 0, 0, 287, 2216 -gnome-help/lt/lt.po, 345, 2507, 1885, 0, 0, 0, 0, 345, 2507 -gnome-help/pl/pl.po, 287, 2216, 1811, 0, 0, 0, 0, 287, 2216 -gnome-help/hr/hr.po, 345, 2507, 2100, 0, 0, 0, 0, 345, 2507 -gnome-help/fr/fr.po, 339, 2481, 2571, 0, 0, 0, 0, 339, 2481 -gnome-help/ko/ko.po, 287, 2216, 1504, 0, 0, 0, 0, 287, 2216 -gnome-help/el/el.po, 337, 2501, 2544, 0, 0, 0, 0, 337, 2501 -gnome-help/de/de.po, 287, 2216, 2191, 0, 0, 0, 0, 287, 2216 -gnome-help/id/id.po, 338, 2508, 2197, 0, 0, 0, 0, 338, 2508 -gnome-help/kn/kn.po, 339, 2639, 1983, 0, 0, 0, 0, 339, 2639 -gnome-help/fi/fi.po, 342, 2507, 1623, 0, 0, 0, 0, 342, 2507 -gnome-help/lv/lv.po, 345, 2507, 1970, 0, 0, 0, 0, 345, 2507 -gnome-help/ru/ru.po, 335, 2569, 2126, 0, 0, 0, 0, 335, 2569 -gnome-help/zh_TW/zh_TW.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-help/pt/pt.po, 337, 2506, 2522, 0, 0, 0, 0, 337, 2506 -gnome-help/sv/sv.po, 287, 2216, 2036, 0, 0, 0, 0, 287, 2216 -gnome-help/da/da.po, 345, 2507, 2309, 0, 0, 0, 0, 345, 2507 -gnome-help/eo/eo.po, 338, 2397, 2161, 0, 0, 7, 110, 345, 2507 -gnome-help/hu/hu.po, 287, 2216, 1865, 0, 0, 0, 0, 287, 2216 -gnome-help/ca/ca.po, 287, 2216, 2625, 0, 0, 0, 0, 287, 2216 -gnome-help/sr@latin/sr@latin.po, 338, 2508, 2306, 0, 0, 0, 0, 338, 2508 -gnome-help/mr/mr.po, 339, 2639, 2044, 0, 0, 0, 0, 339, 2639 -gnome-help/as/as.po, 339, 2639, 2245, 0, 0, 0, 0, 339, 2639 -gnome-help/ta/ta.po, 339, 2639, 1992, 0, 0, 0, 0, 339, 2639 -gnome-help/es/es.po, 287, 2216, 2427, 0, 0, 0, 0, 287, 2216 -gnome-help/sr/sr.po, 345, 2507, 2311, 0, 0, 0, 0, 345, 2507 -gnome-help/gu/gu.po, 322, 2301, 2180, 6, 125, 11, 213, 339, 2639 -gnome-help/ro/ro.po, 342, 2507, 2495, 0, 0, 0, 0, 342, 2507 -gnome-help/ja/ja.po, 337, 2501, 487, 0, 0, 0, 0, 337, 2501 -gnome-help/he/he.po, 337, 2506, 1879, 0, 0, 0, 0, 337, 2506 -gnome-help/zh_HK/zh_HK.po, 339, 2639, 605, 0, 0, 0, 0, 339, 2639 -gnome-help/hi/hi.po, 339, 2639, 2791, 0, 0, 0, 0, 339, 2639 -gnome-help/pt_BR/pt_BR.po, 287, 2216, 2368, 0, 0, 0, 0, 287, 2216 -gnome-help/te/te.po, 339, 2639, 1846, 0, 0, 0, 0, 339, 2639 -gnome-help/pa/pa.po, 339, 2639, 2801, 0, 0, 0, 0, 339, 2639 -gnome-help/sk/sk.po, 336, 2499, 2115, 1, 2, 0, 0, 337, 2501 -gnome-help/it/it.po, 287, 2216, 2144, 0, 0, 0, 0, 287, 2216 diff --git a/results/f31/gnome-icon-theme-3.12.0-12.fc31.src.rpm.errors.txt b/results/f31/gnome-icon-theme-3.12.0-12.fc31.src.rpm.errors.txt deleted file mode 100644 index c788779..0000000 --- a/results/f31/gnome-icon-theme-3.12.0-12.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv b/results/f31/gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv deleted file mode 100644 index 6bac083..0000000 --- a/results/f31/gnome-icon-theme-3.12.0-12.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,104 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/is.po, 31, 34, 35, 1, 2, 14, 16, 46, 52 -po/gd.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/eu.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/fur.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -po/sk.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -po/cy.po, 47, 53, 70, 0, 0, 0, 0, 47, 53 -po/am.po, 21, 21, 21, 3, 7, 22, 24, 46, 52 -po/km.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/sv.po, 40, 45, 44, 0, 0, 0, 0, 40, 45 -po/fr.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -po/sl.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -po/cs.po, 38, 43, 46, 0, 0, 0, 0, 38, 43 -po/zh_TW.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -po/fa.po, 47, 53, 71, 0, 0, 0, 0, 47, 53 -po/mg.po, 44, 49, 54, 1, 1, 0, 0, 45, 50 -po/si.po, 44, 49, 55, 0, 0, 0, 0, 44, 49 -po/af.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -po/ca.po, 40, 45, 47, 0, 0, 0, 0, 40, 45 -po/hu.po, 16, 20, 19, 0, 0, 0, 0, 16, 20 -po/ru.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -po/de.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -po/sr@latin.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/lv.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/nds.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/bn_IN.po, 46, 51, 55, 0, 0, 0, 0, 46, 51 -po/br.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/mk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -po/xh.po, 47, 53, 63, 0, 0, 0, 0, 47, 53 -po/uk.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -po/or.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/wa.po, 27, 28, 30, 2, 5, 17, 19, 46, 52 -po/tk.po, 33, 36, 37, 1, 2, 12, 14, 46, 52 -po/pt.po, 38, 43, 47, 0, 0, 0, 0, 38, 43 -po/nhn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/as.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/pt_BR.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -po/oc.po, 14, 16, 18, 0, 0, 2, 4, 16, 20 -po/en_CA.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/el.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/fi.po, 46, 51, 56, 0, 0, 0, 0, 46, 51 -po/tr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/vi.po, 47, 51, 129, 0, 0, 0, 0, 47, 51 -po/ro.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/ne.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -po/nb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/uz.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/kn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/eo.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -po/bn.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/ps.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/an.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/ka.po, 47, 53, 56, 0, 0, 0, 0, 47, 53 -po/ta.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -po/ms.po, 39, 45, 45, 0, 0, 7, 7, 46, 52 -po/hr.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/mai.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/he.po, 38, 43, 48, 0, 0, 0, 0, 38, 43 -po/crh.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -po/ca@valencia.po, 2, 4, 6, 0, 0, 0, 0, 2, 4 -po/ku.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/csb.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/mn.po, 33, 36, 36, 1, 2, 12, 14, 46, 52 -po/nn.po, 2, 4, 3, 0, 0, 0, 0, 2, 4 -po/en@shaw.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/ast.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/et.po, 46, 51, 48, 0, 0, 0, 0, 46, 51 -po/bs.po, 46, 52, 51, 0, 0, 0, 0, 46, 52 -po/ga.po, 38, 43, 49, 0, 0, 0, 0, 38, 43 -po/gu.po, 46, 51, 52, 0, 0, 0, 0, 46, 51 -po/en_GB.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/zh_CN.po, 38, 43, 39, 0, 0, 0, 0, 38, 43 -po/th.po, 40, 45, 41, 0, 0, 0, 0, 40, 45 -po/it.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -po/tg.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/ko.po, 38, 43, 45, 0, 0, 0, 0, 38, 43 -po/pl.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/li.po, 22, 22, 22, 3, 7, 21, 23, 46, 52 -po/id.po, 47, 53, 55, 0, 0, 0, 0, 47, 53 -po/ar.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/ug.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/uz@cyrillic.po, 16, 20, 22, 0, 0, 0, 0, 16, 20 -po/ml.po, 38, 43, 42, 0, 0, 0, 0, 38, 43 -po/rw.po, 18, 18, 19, 12, 16, 17, 19, 47, 53 -po/lt.po, 38, 43, 41, 0, 0, 0, 0, 38, 43 -po/kk.po, 16, 20, 23, 0, 0, 0, 0, 16, 20 -po/sq.po, 38, 43, 56, 0, 0, 0, 0, 38, 43 -po/te.po, 48, 54, 56, 0, 0, 0, 0, 48, 54 -po/sr.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/dz.po, 46, 51, 47, 0, 0, 0, 0, 46, 51 -po/fy.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/be.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/bg.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/hi.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/mr.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/be@latin.po, 38, 43, 44, 0, 0, 0, 0, 38, 43 -po/nl.po, 46, 51, 50, 0, 0, 0, 0, 46, 51 -po/es.po, 16, 20, 21, 0, 0, 0, 0, 16, 20 -po/da.po, 38, 43, 43, 0, 0, 0, 0, 38, 43 -po/gl.po, 2, 4, 5, 0, 0, 0, 0, 2, 4 -po/ja.po, 2, 4, 4, 0, 0, 0, 0, 2, 4 -po/pa.po, 16, 20, 20, 0, 0, 0, 0, 16, 20 -po/zh_HK.po, 16, 20, 18, 0, 0, 0, 0, 16, 20 -po/az.po, 46, 52, 56, 0, 0, 0, 0, 46, 52 diff --git a/results/f31/gnome-initial-setup-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/gnome-initial-setup-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gnome-initial-setup-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 59c23c7..0000000 --- a/results/f31/gnome-initial-setup-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 123, 853, 147, 0, 0, 0, 0, 123, 853 -po/zh_HK.po, 87, 417, 109, 0, 0, 0, 0, 87, 417 -po/zh_CN.po, 122, 852, 146, 0, 0, 0, 0, 122, 852 -po/vi.po, 120, 766, 1067, 0, 0, 0, 0, 120, 766 -po/uk.po, 126, 849, 683, 0, 0, 0, 0, 126, 849 -po/ug.po, 83, 318, 269, 0, 0, 0, 0, 83, 318 -po/tr.po, 123, 853, 694, 0, 0, 0, 0, 123, 853 -po/th.po, 68, 234, 87, 0, 0, 0, 0, 68, 234 -po/tg.po, 112, 737, 776, 0, 0, 0, 0, 112, 737 -po/te.po, 103, 585, 475, 0, 0, 0, 0, 103, 585 -po/ta.po, 103, 585, 494, 0, 0, 0, 0, 103, 585 -po/sv.po, 123, 853, 815, 0, 0, 0, 0, 123, 853 -po/sr@latin.po, 121, 761, 712, 0, 0, 0, 0, 121, 761 -po/sr.po, 123, 853, 789, 0, 0, 0, 0, 123, 853 -po/sl.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -po/sk.po, 122, 852, 780, 0, 0, 0, 0, 122, 852 -po/ru.po, 123, 853, 721, 0, 0, 0, 0, 123, 853 -po/ro.po, 123, 853, 890, 0, 0, 0, 0, 123, 853 -po/pt_BR.po, 123, 853, 879, 0, 0, 0, 0, 123, 853 -po/pt.po, 126, 849, 878, 0, 0, 0, 0, 126, 849 -po/pl.po, 123, 853, 736, 0, 0, 0, 0, 123, 853 -po/pa.po, 122, 852, 952, 0, 0, 0, 0, 122, 852 -po/or.po, 103, 585, 626, 0, 0, 0, 0, 103, 585 -po/oc.po, 122, 848, 907, 0, 0, 0, 0, 122, 848 -po/nl.po, 123, 853, 837, 0, 0, 0, 0, 123, 853 -po/ne.po, 71, 202, 184, 14, 62, 35, 502, 120, 766 -po/nb.po, 121, 844, 809, 1, 4, 0, 0, 122, 848 -po/mr.po, 103, 585, 545, 0, 0, 0, 0, 103, 585 -po/ml.po, 122, 848, 636, 0, 0, 0, 0, 122, 848 -po/mjw.po, 79, 437, 362, 0, 0, 43, 415, 122, 852 -po/lv.po, 123, 853, 682, 0, 0, 0, 0, 123, 853 -po/lt.po, 123, 853, 715, 0, 0, 0, 0, 123, 853 -po/ko.po, 123, 853, 577, 0, 0, 0, 0, 123, 853 -po/kn.po, 103, 585, 495, 0, 0, 0, 0, 103, 585 -po/kk.po, 123, 853, 704, 0, 0, 0, 0, 123, 853 -po/ja.po, 120, 826, 144, 0, 0, 2, 26, 122, 852 -po/it.po, 123, 853, 864, 0, 0, 0, 0, 123, 853 -po/is.po, 122, 848, 803, 0, 0, 0, 0, 122, 848 -po/id.po, 122, 852, 846, 0, 0, 0, 0, 122, 852 -po/ia.po, 75, 316, 351, 0, 0, 0, 0, 75, 316 -po/hu.po, 123, 853, 743, 0, 0, 0, 0, 123, 853 -po/hr.po, 123, 853, 753, 0, 0, 0, 0, 123, 853 -po/hi.po, 103, 585, 721, 0, 0, 0, 0, 103, 585 -po/he.po, 125, 842, 692, 0, 0, 0, 0, 125, 842 -po/gu.po, 103, 585, 615, 0, 0, 0, 0, 103, 585 -po/gl.po, 123, 853, 911, 0, 0, 0, 0, 123, 853 -po/gd.po, 122, 849, 1008, 0, 0, 0, 0, 122, 849 -po/ga.po, 69, 230, 260, 1, 5, 42, 502, 112, 737 -po/fur.po, 123, 853, 983, 0, 0, 0, 0, 123, 853 -po/fr.po, 123, 853, 967, 0, 0, 0, 0, 123, 853 -po/fi.po, 123, 853, 606, 0, 0, 0, 0, 123, 853 -po/fa.po, 122, 852, 864, 0, 0, 0, 0, 122, 852 -po/eu.po, 122, 852, 694, 0, 0, 0, 0, 122, 852 -po/et.po, 87, 372, 308, 0, 0, 0, 0, 87, 372 -po/es.po, 123, 853, 952, 0, 0, 0, 0, 123, 853 -po/eo.po, 122, 852, 771, 0, 0, 0, 0, 122, 852 -po/en_GB.po, 122, 852, 853, 0, 0, 0, 0, 122, 852 -po/el.po, 123, 853, 909, 0, 0, 0, 0, 123, 853 -po/de.po, 123, 853, 826, 0, 0, 0, 0, 123, 853 -po/da.po, 122, 852, 754, 0, 0, 0, 0, 122, 852 -po/cs.po, 123, 853, 763, 0, 0, 0, 0, 123, 853 -po/ca@valencia.po, 120, 766, 832, 0, 0, 0, 0, 120, 766 -po/ca.po, 123, 853, 896, 0, 0, 0, 0, 123, 853 -po/bs.po, 109, 638, 580, 0, 0, 0, 0, 109, 638 -po/bn_IN.po, 82, 364, 392, 0, 0, 0, 0, 82, 364 -po/bg.po, 120, 766, 763, 0, 0, 0, 0, 120, 766 -po/be.po, 120, 766, 687, 0, 0, 0, 0, 120, 766 -po/as.po, 103, 585, 606, 0, 0, 0, 0, 103, 585 -po/ar.po, 120, 765, 676, 0, 0, 0, 0, 120, 765 -po/an.po, 109, 638, 711, 0, 0, 0, 0, 109, 638 -po/af.po, 120, 766, 787, 0, 0, 0, 0, 120, 766 diff --git a/results/f31/gnome-keyring-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-keyring-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 9210c94..0000000 --- a/results/f31/gnome-keyring-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f31/gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index f5d4767..0000000 --- a/results/f31/gnome-keyring-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,179 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lt.po, 103, 509, 406, 0, 0, 0, 0, 103, 509 -po/ca.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/pt_BR.gmo, 103, 509, 564, 0, 0, 0, 0, 103, 509 -po/pl.po, 103, 509, 483, 0, 0, 0, 0, 103, 509 -po/as.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/kn.po, 112, 553, 489, 0, 0, 0, 0, 112, 553 -po/cs.gmo, 103, 509, 463, 0, 0, 0, 0, 103, 509 -po/eu.gmo, 103, 509, 421, 0, 0, 0, 0, 103, 509 -po/bg.gmo, 103, 509, 519, 0, 0, 0, 0, 103, 509 -po/ast.po, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -po/cs.po, 103, 509, 463, 0, 0, 0, 0, 103, 509 -po/ca@valencia.po, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/ne.po, 43, 119, 125, 48, 307, 12, 83, 103, 509 -po/en_CA.po, 8, 28, 28, 26, 182, 75, 280, 109, 490 -po/de.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/lv.po, 103, 509, 432, 0, 0, 0, 0, 103, 509 -po/sq.po, 25, 148, 180, 24, 150, 60, 192, 109, 490 -po/ko.gmo, 103, 509, 431, 0, 0, 0, 0, 103, 509 -po/kn.gmo, 112, 553, 489, 0, 0, 0, 0, 112, 553 -po/nl.gmo, 103, 509, 501, 0, 0, 0, 0, 103, 509 -po/te.po, 112, 553, 480, 0, 0, 0, 0, 112, 553 -po/si.po, 7, 25, 32, 19, 146, 83, 319, 109, 490 -po/te.gmo, 112, 553, 480, 0, 0, 0, 0, 112, 553 -po/mjw.po, 46, 111, 106, 0, 0, 57, 398, 103, 509 -po/mai.gmo, 21, 45, 48, 0, 0, 0, 0, 21, 45 -po/da.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/oc.gmo, 103, 509, 570, 0, 0, 0, 0, 103, 509 -po/si.gmo, 7, 25, 32, 0, 0, 0, 0, 7, 25 -po/gnome-keyring.pot, 0, 0, 0, 0, 0, 103, 509, 103, 509 -po/oc.po, 103, 509, 570, 0, 0, 0, 0, 103, 509 -po/sr@latin.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/sl.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -po/id.po, 103, 509, 494, 0, 0, 0, 0, 103, 509 -po/fr.gmo, 103, 509, 664, 0, 0, 0, 0, 103, 509 -po/gl.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/ru.po, 103, 509, 472, 0, 0, 0, 0, 103, 509 -po/sk.po, 103, 509, 479, 0, 0, 0, 0, 103, 509 -po/km.gmo, 111, 552, 250, 0, 0, 0, 0, 111, 552 -po/uk.po, 112, 553, 526, 0, 0, 0, 0, 112, 553 -po/tg.gmo, 21, 25, 31, 0, 0, 0, 0, 21, 25 -po/ro.gmo, 103, 509, 550, 0, 0, 0, 0, 103, 509 -po/ml.gmo, 103, 509, 403, 0, 0, 0, 0, 103, 509 -po/gl.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/mjw.gmo, 46, 111, 106, 0, 0, 0, 0, 46, 111 -po/be@latin.gmo, 62, 256, 234, 0, 0, 0, 0, 62, 256 -po/hr.po, 103, 509, 456, 0, 0, 0, 0, 103, 509 -po/zh_TW.po, 103, 509, 136, 0, 0, 0, 0, 103, 509 -po/pt_BR.po, 103, 509, 564, 0, 0, 0, 0, 103, 509 -po/hu.gmo, 103, 509, 445, 0, 0, 0, 0, 103, 509 -po/lv.gmo, 103, 509, 432, 0, 0, 0, 0, 103, 509 -po/be.gmo, 103, 509, 464, 0, 0, 0, 0, 103, 509 -po/bg.po, 103, 509, 519, 0, 0, 0, 0, 103, 509 -po/zh_HK.po, 112, 553, 154, 0, 0, 0, 0, 112, 553 -po/ja.gmo, 103, 509, 143, 0, 0, 0, 0, 103, 509 -po/he.po, 103, 509, 480, 0, 0, 0, 0, 103, 509 -po/ca@valencia.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/mr.gmo, 112, 553, 492, 0, 0, 0, 0, 112, 553 -po/bs.gmo, 112, 553, 522, 0, 0, 0, 0, 112, 553 -po/af.gmo, 100, 474, 460, 0, 0, 0, 0, 100, 474 -po/tr.po, 103, 509, 449, 0, 0, 0, 0, 103, 509 -po/is.gmo, 58, 135, 123, 0, 0, 0, 0, 58, 135 -po/be@latin.po, 62, 256, 234, 23, 133, 24, 101, 109, 490 -po/ga.po, 24, 116, 142, 12, 74, 73, 300, 109, 490 -po/bn_IN.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/sr@latin.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/mn.gmo, 7, 25, 29, 0, 0, 0, 0, 7, 25 -po/mr.po, 112, 553, 492, 0, 0, 0, 0, 112, 553 -po/nb.gmo, 103, 509, 522, 0, 0, 0, 0, 103, 509 -po/ta.po, 112, 553, 481, 0, 0, 0, 0, 112, 553 -po/en_GB.gmo, 103, 509, 511, 0, 0, 0, 0, 103, 509 -po/sl.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 -po/cy.po, 6, 22, 30, 21, 168, 82, 300, 109, 490 -po/or.po, 112, 553, 622, 0, 0, 0, 0, 112, 553 -po/nb.po, 103, 509, 522, 0, 0, 0, 0, 103, 509 -po/he.gmo, 103, 509, 480, 0, 0, 0, 0, 103, 509 -po/sr.gmo, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/it.po, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/it.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/rw.po, 0, 0, 0, 16, 163, 93, 327, 109, 490 -po/ar.po, 107, 532, 502, 0, 0, 5, 21, 112, 553 -po/cy.gmo, 6, 22, 30, 0, 0, 0, 0, 6, 22 -po/en@shaw.gmo, 53, 232, 232, 0, 0, 0, 0, 53, 232 -po/gd.po, 103, 509, 703, 0, 0, 0, 0, 103, 509 -po/az.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -po/bn.po, 104, 480, 485, 2, 4, 3, 6, 109, 490 -po/fi.gmo, 98, 487, 386, 0, 0, 0, 0, 98, 487 -po/th.gmo, 112, 553, 189, 0, 0, 0, 0, 112, 553 -po/fr.po, 103, 509, 664, 0, 0, 0, 0, 103, 509 -po/ml.po, 103, 509, 403, 0, 0, 0, 0, 103, 509 -po/fi.po, 98, 487, 386, 0, 0, 5, 22, 103, 509 -po/az.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -po/eo.gmo, 103, 509, 471, 0, 0, 0, 0, 103, 509 -po/ast.gmo, 234, 928, 1040, 0, 0, 0, 0, 234, 928 -po/pa.po, 112, 553, 604, 0, 0, 0, 0, 112, 553 -po/tr.gmo, 103, 509, 449, 0, 0, 0, 0, 103, 509 -po/bn_IN.gmo, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/pt.po, 112, 553, 610, 0, 0, 0, 0, 112, 553 -po/km.po, 111, 552, 250, 0, 0, 0, 0, 111, 552 -po/mn.po, 7, 25, 29, 20, 165, 82, 300, 109, 490 -po/nl.po, 103, 509, 501, 0, 0, 0, 0, 103, 509 -po/bn.gmo, 104, 480, 485, 0, 0, 0, 0, 104, 480 -po/hi.po, 112, 553, 619, 0, 0, 0, 0, 112, 553 -po/hu.po, 103, 509, 445, 0, 0, 0, 0, 103, 509 -po/id.gmo, 103, 509, 494, 0, 0, 0, 0, 103, 509 -po/ar.gmo, 107, 532, 502, 0, 0, 0, 0, 107, 532 -po/mg.gmo, 7, 25, 34, 0, 0, 0, 0, 7, 25 -po/mk.gmo, 111, 552, 595, 0, 0, 0, 0, 111, 552 -po/be.po, 103, 509, 464, 0, 0, 0, 0, 103, 509 -po/mk.po, 111, 552, 595, 0, 0, 0, 0, 111, 552 -po/fur.po, 103, 509, 549, 0, 0, 0, 0, 103, 509 -po/en_GB.po, 103, 509, 511, 0, 0, 0, 0, 103, 509 -po/es.po, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/zh_CN.po, 103, 509, 135, 0, 0, 0, 0, 103, 509 -po/th.po, 112, 553, 189, 0, 0, 0, 0, 112, 553 -po/or.gmo, 112, 553, 622, 0, 0, 0, 0, 112, 553 -po/el.gmo, 103, 509, 534, 0, 0, 0, 0, 103, 509 -po/pl.gmo, 103, 509, 483, 0, 0, 0, 0, 103, 509 -po/xh.po, 4, 17, 22, 19, 162, 86, 311, 109, 490 -po/ms.gmo, 71, 289, 254, 0, 0, 0, 0, 71, 289 -po/af.po, 100, 474, 460, 3, 4, 6, 12, 109, 490 -po/et.gmo, 112, 553, 474, 0, 0, 0, 0, 112, 553 -po/lt.gmo, 103, 509, 406, 0, 0, 0, 0, 103, 509 -po/vi.po, 106, 532, 734, 0, 0, 0, 0, 106, 532 -po/ne.gmo, 43, 119, 125, 0, 0, 0, 0, 43, 119 -po/ga.gmo, 24, 116, 142, 0, 0, 0, 0, 24, 116 -po/gu.gmo, 112, 553, 599, 0, 0, 0, 0, 112, 553 -po/xh.gmo, 4, 17, 22, 0, 0, 0, 0, 4, 17 -po/hi.gmo, 112, 553, 619, 0, 0, 0, 0, 112, 553 -po/de.gmo, 103, 509, 509, 0, 0, 0, 0, 103, 509 -po/da.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/ja.po, 103, 509, 143, 0, 0, 0, 0, 103, 509 -po/zh_CN.gmo, 103, 509, 135, 0, 0, 0, 0, 103, 509 -po/nn.gmo, 99, 466, 464, 0, 0, 0, 0, 99, 466 -po/ca.gmo, 103, 509, 594, 0, 0, 0, 0, 103, 509 -po/ro.po, 103, 509, 550, 0, 0, 0, 0, 103, 509 -po/dz.gmo, 25, 148, 69, 0, 0, 0, 0, 25, 148 -po/sk.gmo, 103, 509, 479, 0, 0, 0, 0, 103, 509 -po/tg.po, 21, 25, 31, 0, 0, 91, 528, 112, 553 -po/zh_TW.gmo, 103, 509, 136, 0, 0, 0, 0, 103, 509 -po/bs.po, 112, 553, 522, 0, 0, 0, 0, 112, 553 -po/en@shaw.po, 53, 232, 232, 43, 214, 13, 44, 109, 490 -po/nn.po, 99, 466, 464, 0, 0, 10, 24, 109, 490 -po/eo.po, 103, 509, 471, 0, 0, 0, 0, 103, 509 -po/kk.po, 103, 509, 466, 0, 0, 0, 0, 103, 509 -po/fur.gmo, 103, 509, 549, 0, 0, 0, 0, 103, 509 -po/vi.gmo, 106, 532, 734, 0, 0, 0, 0, 106, 532 -po/ko.po, 103, 509, 431, 0, 0, 0, 0, 103, 509 -po/as.po, 112, 553, 566, 0, 0, 0, 0, 112, 553 -po/uk.gmo, 112, 553, 526, 0, 0, 0, 0, 112, 553 -po/et.po, 112, 553, 474, 0, 0, 0, 0, 112, 553 -po/ug.gmo, 112, 553, 504, 0, 0, 0, 0, 112, 553 -po/ru.gmo, 103, 509, 472, 0, 0, 0, 0, 103, 509 -po/fa.po, 103, 509, 480, 0, 0, 0, 0, 103, 509 -po/is.po, 58, 135, 123, 0, 0, 45, 374, 103, 509 -po/gd.gmo, 103, 509, 703, 0, 0, 0, 0, 103, 509 -po/ka.po, 4, 16, 15, 13, 88, 92, 386, 109, 490 -po/gu.po, 112, 553, 599, 0, 0, 0, 0, 112, 553 -po/mg.po, 7, 25, 34, 20, 165, 82, 300, 109, 490 -po/ta.gmo, 112, 553, 481, 0, 0, 0, 0, 112, 553 -po/el.po, 103, 509, 534, 0, 0, 0, 0, 103, 509 -po/ka.gmo, 4, 16, 15, 0, 0, 0, 0, 4, 16 -po/eu.po, 103, 509, 421, 0, 0, 0, 0, 103, 509 -po/kk.gmo, 103, 509, 466, 0, 0, 0, 0, 103, 509 -po/sv.gmo, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/pa.gmo, 112, 553, 604, 0, 0, 0, 0, 112, 553 -po/ug.po, 112, 553, 504, 0, 0, 0, 0, 112, 553 -po/pt.gmo, 112, 553, 610, 0, 0, 0, 0, 112, 553 -po/mai.po, 21, 45, 48, 10, 78, 78, 367, 109, 490 -po/hr.gmo, 103, 509, 456, 0, 0, 0, 0, 103, 509 -po/en_CA.gmo, 8, 28, 28, 0, 0, 0, 0, 8, 28 -po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.po, 71, 289, 254, 9, 33, 29, 168, 109, 490 -po/es.gmo, 103, 509, 613, 0, 0, 0, 0, 103, 509 -po/zh_HK.gmo, 112, 553, 154, 0, 0, 0, 0, 112, 553 -po/dz.po, 25, 148, 69, 19, 131, 65, 211, 109, 490 -po/sv.po, 103, 509, 492, 0, 0, 0, 0, 103, 509 -po/sr.po, 103, 509, 477, 0, 0, 0, 0, 103, 509 -po/sq.gmo, 25, 148, 180, 0, 0, 0, 0, 25, 148 diff --git a/results/f31/gnome-logs-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-logs-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index b2d9c1b..0000000 --- a/results/f31/gnome-logs-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,17 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/gnome-logs.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/gnome-logs-3-12.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 4f79e44..0000000 --- a/results/f31/gnome-logs-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,74 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 22, 272, 253, 0, 0, 0, 0, 22, 272 -help/ru/ru.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -help/pt_BR/pt_BR.po, 22, 272, 319, 0, 0, 0, 0, 22, 272 -help/pl/pl.po, 22, 272, 209, 0, 0, 0, 0, 22, 272 -help/nl/nl.po, 22, 272, 266, 0, 0, 0, 0, 22, 272 -help/ko/ko.po, 22, 272, 190, 0, 0, 0, 0, 22, 272 -help/hu/hu.po, 22, 272, 215, 0, 0, 0, 0, 22, 272 -help/gl/gl.po, 22, 272, 251, 0, 0, 0, 0, 22, 272 -help/fr/fr.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -help/es/es.po, 22, 272, 288, 0, 0, 0, 0, 22, 272 -help/el/el.po, 22, 272, 313, 0, 0, 0, 0, 22, 272 -help/de/de.po, 22, 272, 229, 0, 0, 0, 0, 22, 272 -help/da/da.po, 22, 272, 265, 0, 0, 0, 0, 22, 272 -help/cs/cs.po, 22, 272, 235, 0, 0, 0, 0, 22, 272 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 123, 380, 154, 0, 0, 0, 0, 123, 380 -po/zh_HK.po, 37, 115, 52, 0, 0, 0, 0, 37, 115 -po/zh_CN.po, 122, 377, 167, 0, 0, 0, 0, 122, 377 -po/vi.po, 69, 223, 336, 0, 0, 0, 0, 69, 223 -po/uk.po, 118, 354, 307, 0, 0, 0, 0, 118, 354 -po/tr.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -po/th.po, 69, 223, 110, 0, 0, 0, 0, 69, 223 -po/tg.po, 43, 141, 152, 0, 0, 0, 0, 43, 141 -po/te.po, 37, 115, 106, 0, 0, 0, 0, 37, 115 -po/sv.po, 123, 380, 359, 0, 0, 0, 0, 123, 380 -po/sr@latin.po, 124, 378, 370, 0, 0, 0, 0, 124, 378 -po/sr.po, 123, 380, 371, 0, 0, 0, 0, 123, 380 -po/sl.po, 123, 380, 358, 0, 0, 0, 0, 123, 380 -po/sk.po, 124, 378, 369, 0, 0, 0, 0, 124, 378 -po/ru.po, 123, 380, 342, 0, 0, 0, 0, 123, 380 -po/ro.po, 123, 380, 431, 0, 0, 0, 0, 123, 380 -po/pt_BR.po, 123, 380, 464, 0, 0, 0, 0, 123, 380 -po/pt.po, 69, 223, 232, 0, 0, 0, 0, 69, 223 -po/pl.po, 123, 380, 346, 0, 0, 0, 0, 123, 380 -po/pa.po, 37, 115, 133, 0, 0, 0, 0, 37, 115 -po/oc.po, 117, 349, 418, 0, 0, 0, 0, 117, 349 -po/nl.po, 123, 380, 366, 0, 0, 0, 0, 123, 380 -po/ne.po, 79, 144, 159, 28, 86, 15, 146, 122, 376 -po/nb.po, 123, 355, 325, 0, 0, 1, 23, 124, 378 -po/ml.po, 124, 378, 331, 0, 0, 0, 0, 124, 378 -po/lv.po, 123, 380, 326, 0, 0, 0, 0, 123, 380 -po/lt.po, 123, 380, 341, 0, 0, 0, 0, 123, 380 -po/ko.po, 123, 380, 336, 0, 0, 0, 0, 123, 380 -po/kk.po, 123, 380, 345, 0, 0, 0, 0, 123, 380 -po/ja.po, 22, 37, 25, 0, 0, 20, 103, 42, 140 -po/it.po, 123, 380, 395, 0, 0, 0, 0, 123, 380 -po/id.po, 123, 380, 383, 0, 0, 0, 0, 123, 380 -po/hu.po, 123, 380, 321, 0, 0, 0, 0, 123, 380 -po/hr.po, 123, 380, 343, 0, 0, 0, 0, 123, 380 -po/he.po, 57, 178, 167, 3, 7, 8, 31, 68, 216 -po/gl.po, 123, 380, 440, 0, 0, 0, 0, 123, 380 -po/gd.po, 122, 376, 453, 0, 0, 0, 0, 122, 376 -po/ga.po, 28, 46, 53, 0, 0, 18, 107, 46, 153 -po/fur.po, 122, 377, 403, 0, 0, 0, 0, 122, 377 -po/fr.po, 123, 380, 453, 0, 0, 0, 0, 123, 380 -po/fi.po, 123, 380, 297, 0, 0, 0, 0, 123, 380 -po/fa.po, 122, 377, 395, 0, 0, 0, 0, 122, 377 -po/eu.po, 122, 377, 352, 0, 0, 0, 0, 122, 377 -po/es.po, 123, 380, 441, 0, 0, 0, 0, 123, 380 -po/eo.po, 120, 331, 308, 0, 0, 0, 0, 120, 331 -po/en_GB.po, 122, 376, 387, 0, 0, 0, 0, 122, 376 -po/el.po, 123, 380, 414, 0, 0, 0, 0, 123, 380 -po/de.po, 123, 380, 382, 0, 0, 0, 0, 123, 380 -po/da.po, 122, 377, 340, 0, 0, 0, 0, 122, 377 -po/cs.po, 123, 380, 365, 0, 0, 0, 0, 123, 380 -po/ca@valencia.po, 122, 376, 449, 0, 0, 0, 0, 122, 376 -po/ca.po, 123, 380, 454, 0, 0, 0, 0, 123, 380 -po/bs.po, 42, 140, 142, 0, 0, 0, 0, 42, 140 -po/bg.po, 68, 216, 242, 0, 0, 0, 0, 68, 216 -po/be.po, 124, 378, 350, 0, 0, 0, 0, 124, 378 -po/as.po, 37, 115, 126, 0, 0, 0, 0, 37, 115 -po/ar.po, 36, 113, 115, 0, 0, 1, 2, 37, 115 -po/an.po, 43, 142, 154, 0, 0, 0, 0, 43, 142 diff --git a/results/f31/gnome-maps-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/gnome-maps-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gnome-maps-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 1c23394..0000000 --- a/results/f31/gnome-maps-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,63 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 314, 1236, 472, 0, 0, 0, 0, 314, 1236 -po/zh_HK.po, 40, 205, 67, 0, 0, 0, 0, 40, 205 -po/zh_CN.po, 314, 1236, 474, 0, 0, 0, 0, 314, 1236 -po/vi.po, 314, 1236, 1784, 0, 0, 0, 0, 314, 1236 -po/uk.po, 268, 1103, 1005, 0, 0, 0, 0, 268, 1103 -po/tr.po, 327, 1282, 1171, 0, 0, 0, 0, 327, 1282 -po/tg.po, 111, 485, 491, 0, 0, 0, 0, 111, 485 -po/te.po, 34, 196, 170, 0, 0, 0, 0, 34, 196 -po/sv.po, 327, 1282, 1219, 0, 0, 0, 0, 327, 1282 -po/sr@latin.po, 314, 1232, 1238, 0, 0, 0, 0, 314, 1232 -po/sr.po, 327, 1282, 1280, 0, 0, 0, 0, 327, 1282 -po/sl.po, 327, 1282, 1245, 0, 0, 0, 0, 327, 1282 -po/sk.po, 327, 1282, 1300, 0, 0, 0, 0, 327, 1282 -po/ru.po, 314, 1236, 1133, 0, 0, 0, 0, 314, 1236 -po/ro.po, 327, 1282, 1409, 0, 0, 0, 0, 327, 1282 -po/pt_BR.po, 327, 1282, 1440, 0, 0, 0, 0, 327, 1282 -po/pt.po, 239, 975, 1066, 0, 0, 0, 0, 239, 975 -po/pl.po, 327, 1282, 1281, 0, 0, 0, 0, 327, 1282 -po/pa.po, 229, 858, 999, 0, 0, 9, 114, 238, 972 -po/oc.po, 314, 1232, 1461, 0, 0, 0, 0, 314, 1232 -po/nl.po, 327, 1282, 1295, 0, 0, 0, 0, 327, 1282 -po/ne.po, 167, 303, 322, 79, 286, 58, 597, 304, 1186 -po/nb.po, 302, 1158, 1138, 1, 3, 4, 47, 307, 1208 -po/ml.po, 182, 517, 461, 2, 3, 130, 716, 314, 1236 -po/mjw.po, 128, 238, 244, 0, 0, 199, 1044, 327, 1282 -po/lv.po, 327, 1282, 1140, 0, 0, 0, 0, 327, 1282 -po/lt.po, 327, 1282, 1096, 0, 0, 0, 0, 327, 1282 -po/ko.po, 327, 1282, 1027, 0, 0, 0, 0, 327, 1282 -po/kn.po, 19, 41, 45, 0, 0, 13, 139, 32, 180 -po/kk.po, 314, 1236, 1121, 0, 0, 0, 0, 314, 1236 -po/ja.po, 139, 548, 201, 29, 98, 100, 457, 268, 1103 -po/it.po, 327, 1282, 1413, 0, 0, 0, 0, 327, 1282 -po/is.po, 313, 1233, 1248, 0, 0, 0, 0, 313, 1233 -po/id.po, 327, 1282, 1276, 0, 0, 0, 0, 327, 1282 -po/hu.po, 327, 1282, 1170, 0, 0, 0, 0, 327, 1282 -po/hr.po, 327, 1282, 1174, 0, 0, 0, 0, 327, 1282 -po/hi.po, 50, 249, 291, 0, 0, 0, 0, 50, 249 -po/he.po, 239, 975, 890, 0, 0, 0, 0, 239, 975 -po/gl.po, 327, 1282, 1459, 0, 0, 0, 0, 327, 1282 -po/gd.po, 250, 986, 1285, 3, 21, 51, 179, 304, 1186 -po/ga.po, 56, 125, 138, 2, 8, 59, 387, 117, 520 -po/fur.po, 327, 1282, 1444, 0, 0, 0, 0, 327, 1282 -po/fr.po, 327, 1282, 1524, 0, 0, 0, 0, 327, 1282 -po/fi.po, 327, 1282, 952, 0, 0, 0, 0, 327, 1282 -po/fa.po, 327, 1282, 1341, 0, 0, 0, 0, 327, 1282 -po/eu.po, 327, 1282, 1146, 0, 0, 0, 0, 327, 1282 -po/et.po, 32, 180, 150, 0, 0, 0, 0, 32, 180 -po/es.po, 327, 1282, 1477, 0, 0, 0, 0, 327, 1282 -po/eo.po, 323, 1264, 1233, 0, 0, 0, 0, 323, 1264 -po/en_GB.po, 327, 1282, 1297, 0, 0, 0, 0, 327, 1282 -po/el.po, 327, 1282, 1406, 0, 0, 0, 0, 327, 1282 -po/de.po, 327, 1282, 1294, 0, 0, 0, 0, 327, 1282 -po/da.po, 327, 1282, 1236, 0, 0, 0, 0, 327, 1282 -po/cs.po, 327, 1282, 1268, 0, 0, 0, 0, 327, 1282 -po/ca@valencia.po, 304, 1186, 1426, 0, 0, 0, 0, 304, 1186 -po/ca.po, 327, 1282, 1535, 0, 0, 0, 0, 327, 1282 -po/bs.po, 111, 485, 471, 0, 0, 0, 0, 111, 485 -po/bg.po, 213, 821, 917, 0, 0, 0, 0, 213, 821 -po/as.po, 46, 224, 229, 0, 0, 0, 0, 46, 224 -po/ar.po, 303, 1180, 1124, 0, 0, 1, 6, 304, 1186 -po/an.po, 111, 485, 560, 0, 0, 0, 0, 111, 485 -po/af.po, 31, 157, 150, 1, 26, 0, 0, 32, 183 diff --git a/results/f31/gnome-menus-3.32.0-2.fc31.src.rpm.errors.txt b/results/f31/gnome-menus-3.32.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index ad9e22f..0000000 --- a/results/f31/gnome-menus-3.32.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv b/results/f31/gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 41f8a11..0000000 --- a/results/f31/gnome-menus-3.32.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,226 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/si.po, 58, 165, 176, 0, 0, 0, 0, 58, 165 -po/yo.po, 42, 116, 152, 5, 15, 9, 26, 56, 157 -po/hi.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/cy.po, 49, 136, 148, 0, 0, 0, 0, 49, 136 -po/dv.gmo, 56, 157, 133, 0, 0, 0, 0, 56, 157 -po/tg.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/fa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/km.po, 27, 70, 35, 0, 0, 0, 0, 27, 70 -po/he.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/nds.gmo, 57, 161, 146, 0, 0, 0, 0, 57, 161 -po/km.gmo, 27, 70, 35, 0, 0, 0, 0, 27, 70 -po/ku.gmo, 60, 167, 188, 0, 0, 0, 0, 60, 167 -po/th.gmo, 27, 70, 32, 0, 0, 0, 0, 27, 70 -po/gn.po, 33, 71, 77, 0, 0, 15, 62, 48, 133 -po/da.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/he.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/nl.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/gu.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/fa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/el.gmo, 37, 80, 83, 0, 0, 0, 0, 37, 80 -po/ug.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/ne.po, 27, 70, 66, 0, 0, 0, 0, 27, 70 -po/gl.gmo, 37, 80, 93, 0, 0, 0, 0, 37, 80 -po/hr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/ja.po, 26, 69, 30, 0, 0, 11, 11, 37, 80 -po/eo.gmo, 38, 81, 77, 0, 0, 0, 0, 38, 81 -po/bn_IN.gmo, 27, 70, 75, 0, 0, 0, 0, 27, 70 -po/be.gmo, 27, 70, 84, 0, 0, 0, 0, 27, 70 -po/gn.gmo, 33, 71, 77, 0, 0, 0, 0, 33, 71 -po/ha.gmo, 42, 116, 160, 0, 0, 0, 0, 42, 116 -po/bs.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/ga.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/af.gmo, 27, 70, 59, 0, 0, 0, 0, 27, 70 -po/bn_IN.po, 27, 70, 75, 0, 0, 0, 0, 27, 70 -po/mn.po, 46, 125, 119, 0, 0, 0, 0, 46, 125 -po/ka.gmo, 49, 136, 119, 0, 0, 0, 0, 49, 136 -po/ca.gmo, 38, 81, 87, 0, 0, 0, 0, 38, 81 -po/eo.po, 38, 81, 77, 0, 0, 0, 0, 38, 81 -po/vi.po, 38, 81, 143, 0, 0, 0, 0, 38, 81 -po/ko.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/gv.gmo, 36, 84, 92, 0, 0, 0, 0, 36, 84 -po/ca@valencia.gmo, 27, 70, 76, 0, 0, 0, 0, 27, 70 -po/ak.gmo, 27, 70, 74, 0, 0, 0, 0, 27, 70 -po/ro.po, 38, 81, 84, 0, 0, 0, 0, 38, 81 -po/or.gmo, 27, 70, 71, 0, 0, 0, 0, 27, 70 -po/mr.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/gd.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/ga.gmo, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/uz@cyrillic.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/ca.po, 38, 81, 87, 0, 0, 0, 0, 38, 81 -po/csb.po, 37, 95, 87, 0, 0, 0, 0, 37, 95 -po/fi.gmo, 37, 80, 61, 0, 0, 0, 0, 37, 80 -po/or.po, 27, 70, 71, 0, 0, 0, 0, 27, 70 -po/id.gmo, 38, 81, 82, 0, 0, 0, 0, 38, 81 -po/mk.gmo, 58, 165, 192, 0, 0, 0, 0, 58, 165 -po/is.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/uk.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/pt_BR.gmo, 38, 81, 88, 0, 0, 0, 0, 38, 81 -po/sq.gmo, 58, 165, 186, 0, 0, 0, 0, 58, 165 -po/en_GB.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/eu.gmo, 37, 80, 72, 0, 0, 0, 0, 37, 80 -po/dz.po, 58, 165, 88, 0, 0, 0, 0, 58, 165 -po/hu.po, 38, 81, 71, 0, 0, 0, 0, 38, 81 -po/de.gmo, 37, 80, 71, 0, 0, 0, 0, 37, 80 -po/zh_CN.gmo, 27, 70, 33, 0, 0, 0, 0, 27, 70 -po/ky.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/lv.po, 37, 80, 79, 0, 0, 0, 0, 37, 80 -po/lo.gmo, 27, 70, 41, 0, 0, 0, 0, 27, 70 -po/de.po, 37, 80, 71, 0, 0, 0, 0, 37, 80 -po/sl.gmo, 37, 80, 82, 0, 0, 0, 0, 37, 80 -po/szl.gmo, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/kg.gmo, 46, 125, 135, 0, 0, 0, 0, 46, 125 -po/kg.po, 46, 125, 135, 0, 0, 0, 0, 46, 125 -po/ia.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/dv.po, 56, 157, 133, 0, 0, 0, 0, 56, 157 -po/pt.po, 27, 70, 83, 0, 0, 0, 0, 27, 70 -po/lt.gmo, 37, 80, 75, 0, 0, 0, 0, 37, 80 -po/ta.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/pt_BR.po, 38, 81, 88, 0, 0, 0, 0, 38, 81 -po/ps.po, 52, 128, 149, 0, 0, 4, 29, 56, 157 -po/bn.po, 37, 95, 94, 0, 0, 0, 0, 37, 95 -po/nds.po, 57, 161, 146, 0, 0, 0, 0, 57, 161 -po/nb.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/io.gmo, 44, 86, 90, 0, 0, 0, 0, 44, 86 -po/br.gmo, 57, 161, 190, 0, 0, 0, 0, 57, 161 -po/fy.gmo, 37, 95, 84, 0, 0, 0, 0, 37, 95 -po/bs.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/it.po, 38, 81, 86, 0, 0, 0, 0, 38, 81 -po/ha.po, 42, 116, 160, 5, 15, 9, 26, 56, 157 -po/sr@latin.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/nb.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/ar.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/ca@valencia.po, 27, 70, 76, 0, 0, 0, 0, 27, 70 -po/gd.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/hr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/fy.po, 37, 95, 84, 0, 0, 0, 0, 37, 95 -po/oc.po, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/zh_HK.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/cy.gmo, 49, 136, 148, 0, 0, 0, 0, 49, 136 -po/kab.po, 23, 65, 72, 0, 0, 4, 5, 27, 70 -po/mg.gmo, 49, 136, 164, 0, 0, 0, 0, 49, 136 -po/ps.gmo, 52, 128, 149, 0, 0, 0, 0, 52, 128 -po/sk.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/kk.gmo, 37, 80, 66, 0, 0, 0, 0, 37, 80 -po/sv.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/ml.gmo, 27, 70, 56, 0, 0, 0, 0, 27, 70 -po/te.po, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/be@latin.po, 58, 165, 150, 0, 0, 0, 0, 58, 165 -po/ja.gmo, 26, 69, 30, 0, 0, 0, 0, 26, 69 -po/da.po, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/fi.po, 37, 80, 61, 0, 0, 0, 0, 37, 80 -po/sk.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/en@shaw.po, 46, 125, 125, 0, 0, 0, 0, 46, 125 -po/be.po, 27, 70, 84, 0, 0, 0, 0, 27, 70 -po/mai.po, 57, 161, 174, 0, 0, 0, 0, 57, 161 -po/et.gmo, 27, 70, 58, 0, 0, 0, 0, 27, 70 -po/sr.po, 38, 81, 81, 0, 0, 0, 0, 38, 81 -po/si.gmo, 58, 165, 176, 0, 0, 0, 0, 58, 165 -po/en_CA.gmo, 49, 136, 135, 0, 0, 0, 0, 49, 136 -po/sr.gmo, 38, 81, 81, 0, 0, 0, 0, 38, 81 -po/te.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/ms.gmo, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/et.po, 27, 70, 58, 0, 0, 0, 0, 27, 70 -po/vi.gmo, 38, 81, 143, 0, 0, 0, 0, 38, 81 -po/zh_TW.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/ko.po, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/ro.gmo, 38, 81, 84, 0, 0, 0, 0, 38, 81 -po/yo.gmo, 42, 116, 152, 0, 0, 0, 0, 42, 116 -po/lv.gmo, 37, 80, 79, 0, 0, 0, 0, 37, 80 -po/xh.po, 36, 80, 85, 1, 15, 0, 0, 37, 95 -po/zu.gmo, 37, 95, 92, 0, 0, 0, 0, 37, 95 -po/fur.po, 37, 80, 86, 0, 0, 0, 0, 37, 80 -po/pl.po, 38, 81, 79, 0, 0, 0, 0, 38, 81 -po/zh_CN.po, 27, 70, 33, 0, 0, 0, 0, 27, 70 -po/crh.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/csb.gmo, 37, 95, 87, 0, 0, 0, 0, 37, 95 -po/en@shaw.gmo, 46, 125, 125, 0, 0, 0, 0, 46, 125 -po/sv.gmo, 38, 81, 72, 0, 0, 0, 0, 38, 81 -po/nn.gmo, 46, 125, 116, 0, 0, 0, 0, 46, 125 -po/kk.po, 37, 80, 66, 0, 0, 0, 0, 37, 80 -po/ia.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/tg.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/es.po, 38, 81, 91, 0, 0, 0, 0, 38, 81 -po/pt.gmo, 27, 70, 83, 0, 0, 0, 0, 27, 70 -po/ug.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/ne.gmo, 27, 70, 66, 0, 0, 0, 0, 27, 70 -po/uk.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/hy.gmo, 55, 151, 136, 0, 0, 0, 0, 55, 151 -po/ig.gmo, 42, 116, 121, 0, 0, 0, 0, 42, 116 -po/ru.po, 38, 81, 75, 0, 0, 0, 0, 38, 81 -po/gv.po, 36, 84, 92, 0, 0, 10, 41, 46, 125 -po/nl.gmo, 38, 81, 70, 0, 0, 0, 0, 38, 81 -po/io.po, 44, 86, 90, 0, 0, 14, 79, 58, 165 -po/ar.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/bg.po, 27, 70, 81, 0, 0, 0, 0, 27, 70 -po/dz.gmo, 58, 165, 88, 0, 0, 0, 0, 58, 165 -po/zh_TW.po, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/tr.po, 38, 81, 74, 0, 0, 0, 0, 38, 81 -po/eu.po, 37, 80, 72, 0, 0, 0, 0, 37, 80 -po/zh_HK.gmo, 27, 70, 31, 0, 0, 0, 0, 27, 70 -po/pa.gmo, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/gnome-menus.pot, 0, 0, 0, 0, 0, 38, 81, 38, 81 -po/as.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/mn.gmo, 46, 125, 119, 0, 0, 0, 0, 46, 125 -po/en_GB.gmo, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/rw.gmo, 8, 8, 10, 0, 0, 0, 0, 8, 8 -po/kn.po, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/it.gmo, 38, 81, 86, 0, 0, 0, 0, 38, 81 -po/an.gmo, 27, 70, 79, 0, 0, 0, 0, 27, 70 -po/as.gmo, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/af.po, 27, 70, 59, 0, 0, 0, 0, 27, 70 -po/lo.po, 27, 70, 41, 0, 0, 0, 0, 27, 70 -po/el.po, 37, 80, 83, 0, 0, 0, 0, 37, 80 -po/cs.gmo, 38, 81, 78, 0, 0, 0, 0, 38, 81 -po/mg.po, 49, 136, 164, 0, 0, 0, 0, 49, 136 -po/en_CA.po, 49, 136, 135, 0, 0, 0, 0, 49, 136 -po/kab.gmo, 23, 65, 72, 0, 0, 0, 0, 23, 65 -po/mai.gmo, 57, 161, 174, 0, 0, 0, 0, 57, 161 -po/pl.gmo, 38, 81, 79, 0, 0, 0, 0, 38, 81 -po/ru.gmo, 38, 81, 75, 0, 0, 0, 0, 38, 81 -po/oc.gmo, 27, 70, 80, 0, 0, 0, 0, 27, 70 -po/is.gmo, 27, 70, 65, 0, 0, 0, 0, 27, 70 -po/rw.po, 8, 8, 10, 10, 45, 9, 15, 27, 68 -po/pa.po, 27, 70, 72, 0, 0, 0, 0, 27, 70 -po/br.po, 57, 161, 190, 0, 0, 0, 0, 57, 161 -po/ku.po, 60, 167, 188, 0, 0, 0, 0, 60, 167 -po/fr.gmo, 38, 81, 90, 0, 0, 0, 0, 38, 81 -po/tr.gmo, 38, 81, 74, 0, 0, 0, 0, 38, 81 -po/hi.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 -po/hy.po, 55, 151, 136, 1, 6, 0, 0, 56, 157 -po/lt.po, 37, 80, 75, 0, 0, 0, 0, 37, 80 -po/kn.gmo, 27, 70, 63, 0, 0, 0, 0, 27, 70 -po/hu.gmo, 38, 81, 71, 0, 0, 0, 0, 38, 81 -po/es.gmo, 38, 81, 91, 0, 0, 0, 0, 38, 81 -po/ms.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/crh.gmo, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/ast.gmo, 56, 157, 182, 0, 0, 0, 0, 56, 157 -po/be@latin.gmo, 58, 165, 150, 0, 0, 0, 0, 58, 165 -po/gu.po, 27, 70, 68, 0, 0, 0, 0, 27, 70 -po/bg.gmo, 27, 70, 81, 0, 0, 0, 0, 27, 70 -po/zu.po, 37, 95, 92, 0, 0, 0, 0, 37, 95 -po/th.po, 27, 70, 32, 0, 0, 0, 0, 27, 70 -po/an.po, 27, 70, 79, 0, 0, 0, 0, 27, 70 -po/ak.po, 27, 70, 74, 0, 0, 0, 0, 27, 70 -po/ig.po, 42, 116, 121, 5, 15, 9, 26, 56, 157 -po/ky.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/nn.po, 46, 125, 116, 0, 0, 0, 0, 46, 125 -po/bn.gmo, 37, 95, 94, 0, 0, 0, 0, 37, 95 -po/mr.po, 27, 70, 69, 0, 0, 0, 0, 27, 70 -po/uz@cyrillic.po, 27, 70, 67, 0, 0, 0, 0, 27, 70 -po/szl.po, 39, 103, 93, 0, 0, 0, 0, 39, 103 -po/id.po, 38, 81, 82, 0, 0, 0, 0, 38, 81 -po/fr.po, 38, 81, 90, 0, 0, 0, 0, 38, 81 -po/ml.po, 27, 70, 56, 0, 0, 0, 0, 27, 70 -po/sl.po, 37, 80, 82, 0, 0, 0, 0, 37, 80 -po/xh.gmo, 36, 80, 85, 0, 0, 0, 0, 36, 80 -po/gl.po, 37, 80, 93, 0, 0, 0, 0, 37, 80 -po/ast.po, 56, 157, 182, 0, 0, 0, 0, 56, 157 -po/ka.po, 49, 136, 119, 0, 0, 0, 0, 49, 136 -po/ta.po, 27, 70, 64, 0, 0, 0, 0, 27, 70 -po/cs.po, 38, 81, 78, 0, 0, 0, 0, 38, 81 -po/fur.gmo, 37, 80, 86, 0, 0, 0, 0, 37, 80 -po/mk.po, 58, 165, 192, 0, 0, 0, 0, 58, 165 -po/sq.po, 58, 165, 186, 0, 0, 0, 0, 58, 165 -po/sr@latin.po, 27, 70, 70, 0, 0, 0, 0, 27, 70 diff --git a/results/f31/gnome-photos-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-photos-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 9aad309..0000000 --- a/results/f31/gnome-photos-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,24 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-photos.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-album.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/selection-mode.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/media/logo1.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/img-properties.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/img-delete.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/favorites-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/background-set.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/album-delete.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/album-create.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 15cdb0d..0000000 --- a/results/f31/gnome-photos-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,80 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 46, 457, 441, 0, 0, 0, 0, 46, 457 -help/ro/ro.po, 46, 457, 468, 0, 0, 0, 0, 46, 457 -help/pt_BR/pt_BR.po, 46, 457, 456, 0, 0, 0, 0, 46, 457 -help/pl/pl.po, 46, 457, 373, 0, 0, 0, 0, 46, 457 -help/nl/nl.po, 46, 457, 451, 0, 0, 0, 0, 46, 457 -help/ko/ko.po, 46, 457, 310, 0, 0, 0, 0, 46, 457 -help/hu/hu.po, 46, 457, 394, 0, 0, 0, 0, 46, 457 -help/gl/gl.po, 46, 457, 446, 0, 0, 0, 0, 46, 457 -help/fur/fur.po, 45, 451, 474, 0, 0, 1, 6, 46, 457 -help/fr/fr.po, 46, 457, 457, 0, 0, 0, 0, 46, 457 -help/es/es.po, 46, 457, 461, 0, 0, 0, 0, 46, 457 -help/el/el.po, 46, 457, 487, 0, 0, 0, 0, 46, 457 -help/de/de.po, 46, 457, 477, 0, 0, 0, 0, 46, 457 -help/da/da.po, 46, 457, 430, 0, 0, 0, 0, 46, 457 -help/cs/cs.po, 46, 457, 415, 0, 0, 0, 0, 46, 457 -help/ca/ca.po, 46, 457, 476, 0, 0, 0, 0, 46, 457 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 219, 572, 285, 0, 0, 0, 0, 219, 572 -po/zh_HK.po, 125, 354, 161, 0, 0, 0, 0, 125, 354 -po/zh_CN.po, 216, 535, 309, 0, 0, 0, 0, 216, 535 -po/vi.po, 219, 572, 833, 0, 0, 0, 0, 219, 572 -po/uk.po, 191, 459, 459, 0, 0, 0, 0, 191, 459 -po/tr.po, 219, 572, 543, 0, 0, 0, 0, 219, 572 -po/tg.po, 127, 377, 433, 0, 0, 0, 0, 127, 377 -po/te.po, 120, 344, 326, 0, 0, 0, 0, 120, 344 -po/sv.po, 219, 572, 592, 0, 0, 0, 0, 219, 572 -po/sr@latin.po, 216, 535, 615, 0, 0, 0, 0, 216, 535 -po/sr.po, 219, 572, 656, 0, 0, 0, 0, 219, 572 -po/sl.po, 219, 572, 630, 0, 0, 0, 0, 219, 572 -po/sk.po, 216, 535, 569, 0, 0, 0, 0, 216, 535 -po/ru.po, 219, 572, 612, 0, 0, 0, 0, 219, 572 -po/ro.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -po/pt_BR.po, 219, 572, 631, 0, 0, 0, 0, 219, 572 -po/pt.po, 187, 448, 493, 0, 0, 0, 0, 187, 448 -po/pl.po, 219, 572, 585, 0, 0, 0, 0, 219, 572 -po/pa.po, 218, 569, 691, 0, 0, 0, 0, 218, 569 -po/oc.po, 187, 448, 536, 0, 0, 0, 0, 187, 448 -po/nl.po, 219, 572, 586, 0, 0, 0, 0, 219, 572 -po/ne.po, 86, 153, 172, 25, 83, 14, 118, 125, 354 -po/nb.po, 198, 473, 481, 0, 0, 0, 0, 198, 473 -po/ml.po, 218, 561, 536, 0, 0, 0, 0, 218, 561 -po/mjw.po, 80, 151, 161, 0, 0, 138, 418, 218, 569 -po/lv.po, 219, 572, 564, 0, 0, 0, 0, 219, 572 -po/lt.po, 219, 572, 551, 0, 0, 0, 0, 219, 572 -po/ko.po, 219, 572, 523, 0, 0, 0, 0, 219, 572 -po/kn.po, 84, 158, 181, 0, 0, 16, 143, 100, 301 -po/km.po, 0, 0, 0, 0, 0, 117, 332, 117, 332 -po/kk.po, 219, 572, 541, 0, 0, 0, 0, 219, 572 -po/ja.po, 206, 482, 279, 2, 56, 10, 31, 218, 569 -po/it.po, 219, 572, 613, 0, 0, 0, 0, 219, 572 -po/is.po, 218, 569, 618, 0, 0, 0, 0, 218, 569 -po/id.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -po/hu.po, 219, 572, 561, 0, 0, 0, 0, 219, 572 -po/hr.po, 219, 572, 579, 0, 0, 0, 0, 219, 572 -po/he.po, 187, 448, 437, 0, 0, 0, 0, 187, 448 -po/gu.po, 73, 135, 168, 1, 1, 117, 323, 191, 459 -po/gl.po, 219, 572, 655, 0, 0, 0, 0, 219, 572 -po/gd.po, 198, 473, 661, 0, 0, 0, 0, 198, 473 -po/ga.po, 94, 217, 255, 0, 0, 3, 9, 97, 226 -po/fur.po, 219, 572, 641, 0, 0, 0, 0, 219, 572 -po/fr.po, 219, 572, 686, 0, 0, 0, 0, 219, 572 -po/fi.po, 219, 572, 486, 0, 0, 0, 0, 219, 572 -po/fa.po, 198, 473, 542, 0, 0, 0, 0, 198, 473 -po/eu.po, 219, 572, 553, 0, 0, 0, 0, 219, 572 -po/et.po, 100, 301, 256, 0, 0, 0, 0, 100, 301 -po/es.po, 219, 572, 660, 0, 0, 0, 0, 219, 572 -po/eo.po, 217, 556, 552, 0, 0, 0, 0, 217, 556 -po/en_GB.po, 217, 556, 559, 0, 0, 0, 0, 217, 556 -po/el.po, 219, 572, 636, 0, 0, 0, 0, 219, 572 -po/de.po, 219, 572, 589, 0, 0, 0, 0, 219, 572 -po/da.po, 218, 569, 565, 0, 0, 0, 0, 218, 569 -po/cs.po, 219, 572, 617, 0, 0, 0, 0, 219, 572 -po/ca@valencia.po, 198, 473, 572, 0, 0, 0, 0, 198, 473 -po/ca.po, 219, 572, 679, 0, 0, 0, 0, 219, 572 -po/bs.po, 126, 379, 379, 0, 0, 0, 0, 126, 379 -po/bg.po, 104, 304, 352, 0, 0, 0, 0, 104, 304 -po/as.po, 125, 354, 403, 0, 0, 0, 0, 125, 354 -po/ar.po, 196, 467, 508, 0, 0, 4, 30, 200, 497 -po/an.po, 127, 377, 430, 0, 0, 0, 0, 127, 377 diff --git a/results/f31/gnome-session-3.34.1-3.fc31.src.rpm.errors.txt b/results/f31/gnome-session-3.34.1-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 79d1f16..0000000 --- a/results/f31/gnome-session-3.34.1-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.pre-git) diff --git a/results/f31/gnome-session-3.34.1-3.fc31.src.rpm.stats.csv b/results/f31/gnome-session-3.34.1-3.fc31.src.rpm.stats.csv deleted file mode 100644 index 4a1dc81..0000000 --- a/results/f31/gnome-session-3.34.1-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,111 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 100, 513, 424, 1, 3, 0, 0, 101, 516 -po/zh_TW.po, 58, 364, 111, 0, 0, 0, 0, 58, 364 -po/zh_HK.po, 87, 431, 145, 0, 0, 0, 0, 87, 431 -po/zh_CN.po, 58, 364, 104, 0, 0, 0, 0, 58, 364 -po/yo.po, 20, 117, 148, 28, 86, 65, 519, 113, 722 -po/xh.po, 99, 498, 397, 1, 8, 1, 27, 101, 533 -po/wa.po, 101, 533, 712, 0, 0, 0, 0, 101, 533 -po/vi.po, 58, 364, 521, 0, 0, 0, 0, 58, 364 -po/uz@cyrillic.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -po/uz.po, 64, 193, 178, 0, 0, 47, 510, 111, 703 -po/uk.po, 59, 319, 287, 0, 0, 0, 0, 59, 319 -po/ug.po, 110, 563, 463, 0, 0, 0, 0, 110, 563 -po/tr.po, 66, 414, 347, 0, 0, 0, 0, 66, 414 -po/tk.po, 26, 44, 44, 0, 0, 75, 472, 101, 516 -po/th.po, 59, 319, 119, 0, 0, 0, 0, 59, 319 -po/tg.po, 60, 327, 368, 0, 0, 0, 0, 60, 327 -po/te.po, 59, 323, 290, 0, 0, 0, 0, 59, 323 -po/ta.po, 59, 323, 293, 0, 0, 0, 0, 59, 323 -po/sv.po, 66, 414, 387, 0, 0, 0, 0, 66, 414 -po/sr@latin.po, 50, 299, 310, 0, 0, 0, 0, 50, 299 -po/sr.po, 66, 414, 430, 0, 0, 0, 0, 66, 414 -po/sq.po, 115, 811, 885, 0, 0, 0, 0, 115, 811 -po/sl.po, 66, 414, 401, 0, 0, 0, 0, 66, 414 -po/sk.po, 50, 299, 295, 0, 0, 0, 0, 50, 299 -po/si.po, 115, 811, 757, 0, 0, 0, 0, 115, 811 -po/rw.po, 12, 13, 16, 69, 480, 20, 40, 101, 533 -po/ru.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -po/ro.po, 66, 414, 448, 0, 0, 0, 0, 66, 414 -po/pt_BR.po, 66, 414, 484, 0, 0, 0, 0, 66, 414 -po/pt.po, 59, 319, 370, 0, 0, 0, 0, 59, 319 -po/ps.po, 70, 244, 255, 0, 0, 43, 435, 113, 679 -po/pl.po, 66, 414, 388, 0, 0, 0, 0, 66, 414 -po/pa.po, 50, 299, 319, 0, 0, 0, 0, 50, 299 -po/or.po, 59, 323, 343, 0, 0, 0, 0, 59, 323 -po/oc.po, 50, 299, 333, 0, 0, 0, 0, 50, 299 -po/nso.po, 100, 513, 736, 1, 3, 0, 0, 101, 516 -po/nn.po, 97, 489, 455, 0, 0, 0, 0, 97, 489 -po/nl.po, 66, 414, 418, 0, 0, 0, 0, 66, 414 -po/ne.po, 32, 90, 94, 0, 0, 18, 209, 50, 299 -po/nds.po, 68, 209, 176, 0, 0, 43, 429, 111, 638 -po/nb.po, 57, 329, 321, 0, 0, 9, 85, 66, 414 -po/ms.po, 59, 323, 307, 0, 0, 0, 0, 59, 323 -po/mr.po, 59, 323, 320, 0, 0, 0, 0, 59, 323 -po/mn.po, 100, 513, 408, 1, 3, 0, 0, 101, 516 -po/ml.po, 58, 364, 294, 0, 0, 0, 0, 58, 364 -po/mk.po, 114, 714, 793, 0, 0, 0, 0, 114, 714 -po/mjw.po, 32, 127, 125, 0, 0, 29, 255, 61, 382 -po/mi.po, 6, 8, 8, 0, 0, 95, 508, 101, 516 -po/mg.po, 106, 571, 586, 0, 0, 0, 0, 106, 571 -po/mai.po, 61, 267, 283, 0, 0, 50, 371, 111, 638 -po/lv.po, 66, 414, 352, 0, 0, 0, 0, 66, 414 -po/lt.po, 66, 414, 332, 0, 0, 0, 0, 66, 414 -po/ku.po, 46, 208, 196, 19, 56, 49, 450, 114, 714 -po/ko.po, 66, 414, 327, 0, 0, 0, 0, 66, 414 -po/kn.po, 59, 323, 285, 0, 0, 0, 0, 59, 323 -po/km.po, 59, 323, 168, 0, 0, 0, 0, 59, 323 -po/kk.po, 58, 364, 346, 0, 0, 0, 0, 58, 364 -po/kab.po, 49, 250, 247, 0, 0, 9, 114, 58, 364 -po/ka.po, 88, 434, 335, 0, 0, 26, 280, 114, 714 -po/ja.po, 56, 343, 107, 0, 0, 10, 71, 66, 414 -po/it.po, 66, 414, 439, 0, 0, 0, 0, 66, 414 -po/is.po, 58, 364, 382, 0, 0, 0, 0, 58, 364 -po/ig.po, 20, 117, 131, 28, 86, 65, 519, 113, 722 -po/id.po, 66, 414, 394, 0, 0, 0, 0, 66, 414 -po/hy.po, 103, 570, 546, 0, 0, 0, 0, 103, 570 -po/hu.po, 66, 414, 366, 0, 0, 0, 0, 66, 414 -po/hr.po, 66, 414, 391, 0, 0, 0, 0, 66, 414 -po/hi.po, 59, 323, 424, 0, 0, 0, 0, 59, 323 -po/he.po, 59, 319, 289, 0, 0, 0, 0, 59, 319 -po/ha.po, 20, 117, 153, 28, 86, 65, 519, 113, 722 -po/gu.po, 50, 298, 343, 0, 0, 0, 0, 50, 298 -po/gl.po, 66, 414, 465, 0, 0, 0, 0, 66, 414 -po/gd.po, 58, 364, 477, 0, 0, 0, 0, 58, 364 -po/ga.po, 78, 274, 361, 0, 0, 35, 401, 113, 675 -po/fy.po, 96, 448, 414, 0, 0, 0, 0, 96, 448 -po/fur.po, 66, 414, 488, 0, 0, 0, 0, 66, 414 -po/fr.po, 66, 414, 485, 0, 0, 0, 0, 66, 414 -po/fi.po, 60, 304, 239, 2, 21, 4, 89, 66, 414 -po/fa.po, 66, 414, 442, 0, 0, 0, 0, 66, 414 -po/eu.po, 66, 414, 390, 0, 0, 0, 0, 66, 414 -po/et.po, 50, 299, 257, 0, 0, 0, 0, 50, 299 -po/es.po, 66, 414, 481, 0, 0, 0, 0, 66, 414 -po/eo.po, 58, 364, 331, 0, 0, 0, 0, 58, 364 -po/en_GB.po, 66, 414, 414, 0, 0, 0, 0, 66, 414 -po/en_CA.po, 126, 888, 887, 0, 0, 0, 0, 126, 888 -po/en@shaw.po, 99, 556, 556, 12, 82, 0, 0, 111, 638 -po/el.po, 66, 414, 455, 0, 0, 0, 0, 66, 414 -po/dz.po, 130, 899, 348, 0, 0, 0, 0, 130, 899 -po/de.po, 66, 414, 415, 0, 0, 0, 0, 66, 414 -po/da.po, 66, 414, 387, 0, 0, 0, 0, 66, 414 -po/cy.po, 104, 569, 623, 0, 0, 0, 0, 104, 569 -po/csb.po, 92, 447, 413, 4, 27, 1, 1, 97, 475 -po/cs.po, 66, 414, 383, 0, 0, 0, 0, 66, 414 -po/crh.po, 110, 563, 503, 0, 0, 0, 0, 110, 563 -po/ca@valencia.po, 50, 299, 352, 0, 0, 0, 0, 50, 299 -po/ca.po, 66, 414, 477, 0, 0, 0, 0, 66, 414 -po/bs.po, 60, 327, 328, 0, 0, 0, 0, 60, 327 -po/br.po, 112, 668, 732, 1, 7, 0, 0, 113, 675 -po/bn_IN.po, 59, 323, 380, 0, 0, 0, 0, 59, 323 -po/bn.po, 92, 446, 500, 0, 0, 0, 0, 92, 446 -po/bg.po, 50, 299, 341, 0, 0, 0, 0, 50, 299 -po/be@latin.po, 108, 533, 461, 0, 0, 6, 181, 114, 714 -po/be.po, 58, 364, 332, 0, 0, 0, 0, 58, 364 -po/az.po, 100, 513, 427, 1, 3, 0, 0, 101, 516 -po/ast.po, 111, 711, 791, 1, 6, 1, 5, 113, 722 -po/as.po, 59, 323, 376, 0, 0, 0, 0, 59, 323 -po/ar.po, 58, 256, 217, 0, 0, 1, 67, 59, 323 -po/an.po, 59, 319, 368, 0, 0, 0, 0, 59, 319 -po/am.po, 52, 145, 143, 4, 11, 45, 360, 101, 516 -po/af.po, 50, 299, 309, 0, 0, 0, 0, 50, 299 diff --git a/results/f31/gnome-shell-3.34.1-2.fc31.src.rpm.errors.txt b/results/f31/gnome-shell-3.34.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/gnome-shell-3.34.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv b/results/f31/gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 3c22e83..0000000 --- a/results/f31/gnome-shell-3.34.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,82 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 442, 1948, 631, 0, 0, 0, 0, 442, 1948 -po/zh_HK.po, 283, 1212, 398, 36, 110, 14, 84, 333, 1406 -po/zh_CN.po, 439, 1930, 619, 2, 16, 1, 3, 442, 1949 -po/vi.po, 444, 1950, 2640, 0, 0, 0, 0, 444, 1950 -po/uz@cyrillic.po, 346, 1452, 1291, 0, 0, 0, 0, 346, 1452 -po/uk.po, 406, 1691, 1597, 0, 0, 0, 0, 406, 1691 -po/ug.po, 378, 1550, 1320, 0, 0, 3, 158, 381, 1708 -po/tr.po, 536, 2361, 2020, 0, 0, 0, 0, 536, 2361 -po/th.po, 352, 1452, 588, 0, 0, 0, 0, 352, 1452 -po/tg.po, 407, 1614, 1828, 0, 0, 37, 336, 444, 1950 -po/te.po, 374, 1485, 1217, 0, 0, 0, 0, 374, 1485 -po/ta.po, 374, 1485, 1253, 0, 0, 0, 0, 374, 1485 -po/sv.po, 536, 2361, 2228, 0, 0, 0, 0, 536, 2361 -po/sr@latin.po, 423, 1835, 1971, 0, 0, 0, 0, 423, 1835 -po/sr.po, 536, 2361, 2468, 0, 0, 0, 0, 536, 2361 -po/sl.po, 496, 2062, 2208, 15, 93, 25, 206, 536, 2361 -po/sk.po, 476, 1957, 2000, 23, 117, 37, 287, 536, 2361 -po/si.po, 159, 276, 303, 0, 0, 182, 1078, 341, 1354 -po/ru.po, 444, 1950, 1917, 0, 0, 0, 0, 444, 1950 -po/ro.po, 536, 2361, 2642, 0, 0, 0, 0, 536, 2361 -po/pt_BR.po, 536, 2361, 2648, 0, 0, 0, 0, 536, 2361 -po/pt.po, 340, 1433, 1610, 0, 0, 0, 0, 340, 1433 -po/pl.po, 537, 2363, 2336, 0, 0, 0, 0, 537, 2363 -po/pa.po, 508, 2119, 2426, 0, 0, 27, 241, 535, 2360 -po/or.po, 374, 1485, 1496, 0, 0, 0, 0, 374, 1485 -po/oc.po, 423, 1835, 2140, 0, 0, 0, 0, 423, 1835 -po/nn.po, 317, 1097, 1085, 2, 46, 26, 268, 345, 1411 -po/nl.po, 536, 2361, 2289, 0, 0, 0, 0, 536, 2361 -po/ne.po, 324, 815, 855, 74, 308, 67, 978, 465, 2101 -po/nb.po, 475, 1942, 1932, 19, 52, 42, 367, 536, 2361 -po/ms.po, 258, 854, 844, 0, 0, 116, 631, 374, 1485 -po/mr.po, 374, 1485, 1403, 0, 0, 0, 0, 374, 1485 -po/ml.po, 425, 1841, 1511, 0, 0, 0, 0, 425, 1841 -po/mk.po, 335, 1338, 1465, 0, 0, 0, 0, 335, 1338 -po/mjw.po, 303, 913, 962, 0, 0, 160, 1189, 463, 2102 -po/lv.po, 535, 2360, 2171, 0, 0, 0, 0, 535, 2360 -po/lt.po, 536, 2361, 2167, 0, 0, 0, 0, 536, 2361 -po/ky.po, 302, 829, 771, 11, 42, 39, 582, 352, 1453 -po/ku.po, 42, 73, 73, 0, 0, 280, 1223, 322, 1296 -po/ko.po, 535, 2360, 1936, 0, 0, 0, 0, 535, 2360 -po/kn.po, 374, 1485, 1267, 0, 0, 0, 0, 374, 1485 -po/km.po, 359, 1480, 574, 0, 0, 0, 0, 359, 1480 -po/kk.po, 444, 1950, 1673, 0, 0, 0, 0, 444, 1950 -po/ja.po, 480, 2078, 695, 1, 49, 55, 234, 536, 2361 -po/it.po, 536, 2361, 2467, 0, 0, 0, 0, 536, 2361 -po/is.po, 418, 1496, 1527, 0, 0, 23, 451, 441, 1947 -po/id.po, 536, 2361, 2262, 0, 0, 0, 0, 536, 2361 -po/ia.po, 384, 1722, 2002, 0, 0, 0, 0, 384, 1722 -po/hu.po, 536, 2361, 2104, 0, 0, 0, 0, 536, 2361 -po/hr.po, 535, 2360, 2294, 0, 0, 0, 0, 535, 2360 -po/hi.po, 374, 1485, 1722, 0, 0, 0, 0, 374, 1485 -po/he.po, 345, 1108, 1078, 0, 0, 4, 22, 349, 1130 -po/gu.po, 374, 1485, 1573, 0, 0, 0, 0, 374, 1485 -po/gl.po, 536, 2361, 2638, 0, 0, 0, 0, 536, 2361 -po/gd.po, 425, 1841, 2689, 0, 0, 0, 0, 425, 1841 -po/ga.po, 246, 679, 947, 5, 22, 77, 645, 328, 1346 -po/fur.po, 536, 2361, 2765, 0, 0, 0, 0, 536, 2361 -po/fr.po, 536, 2361, 2726, 0, 0, 0, 0, 536, 2361 -po/fi.po, 515, 2105, 1682, 8, 149, 13, 107, 536, 2361 -po/fa.po, 536, 2361, 2521, 0, 0, 0, 0, 536, 2361 -po/eu.po, 535, 2360, 2070, 0, 0, 0, 0, 535, 2360 -po/et.po, 426, 1691, 1385, 0, 0, 18, 259, 444, 1950 -po/es.po, 536, 2361, 2728, 0, 0, 0, 0, 536, 2361 -po/eo.po, 521, 2185, 1984, 4, 61, 0, 0, 525, 2246 -po/en_GB.po, 535, 2360, 2360, 0, 0, 0, 0, 535, 2360 -po/el.po, 471, 1905, 1992, 21, 112, 43, 343, 535, 2360 -po/de.po, 536, 2361, 2245, 0, 0, 0, 0, 536, 2361 -po/da.po, 536, 2361, 2218, 0, 0, 0, 0, 536, 2361 -po/cs.po, 536, 2361, 2384, 0, 0, 0, 0, 536, 2361 -po/ca@valencia.po, 406, 1691, 2041, 0, 0, 0, 0, 406, 1691 -po/ca.po, 536, 2361, 2769, 0, 0, 0, 0, 536, 2361 -po/bs.po, 360, 1486, 1479, 0, 0, 0, 0, 360, 1486 -po/bn_IN.po, 375, 1486, 1497, 0, 0, 0, 0, 375, 1486 -po/bn.po, 206, 566, 558, 7, 35, 26, 363, 239, 964 -po/bg.po, 406, 1691, 1799, 0, 0, 0, 0, 406, 1691 -po/be.po, 425, 1841, 1787, 0, 0, 0, 0, 425, 1841 -po/ast.po, 324, 1305, 1380, 0, 0, 0, 0, 324, 1305 -po/as.po, 374, 1485, 1510, 0, 0, 0, 0, 374, 1485 -po/ar.po, 408, 1490, 1640, 9, 36, 27, 424, 444, 1950 -po/an.po, 319, 1298, 1501, 6, 24, 0, 0, 325, 1322 -po/af.po, 399, 1677, 1696, 12, 34, 12, 124, 423, 1835 diff --git a/results/f31/gnome-shell-extensions-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/gnome-shell-extensions-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/gnome-shell-extensions-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index a3af318..0000000 --- a/results/f31/gnome-shell-extensions-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,71 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 54, 266, 68, 0, 0, 0, 0, 54, 266 -po/zh_HK.po, 68, 358, 103, 0, 0, 0, 0, 68, 358 -po/zh_CN.po, 70, 388, 99, 0, 0, 0, 0, 70, 388 -po/vi.po, 70, 388, 619, 0, 0, 0, 0, 70, 388 -po/uk.po, 66, 369, 340, 0, 0, 0, 0, 66, 369 -po/tr.po, 54, 266, 280, 0, 0, 0, 0, 54, 266 -po/th.po, 62, 267, 94, 0, 0, 4, 71, 66, 338 -po/tg.po, 53, 251, 287, 0, 0, 0, 0, 53, 251 -po/te.po, 68, 358, 312, 0, 0, 0, 0, 68, 358 -po/ta.po, 68, 358, 315, 0, 0, 0, 0, 68, 358 -po/sv.po, 54, 266, 259, 0, 0, 0, 0, 54, 266 -po/sr@latin.po, 70, 388, 372, 0, 0, 0, 0, 70, 388 -po/sr.po, 54, 266, 262, 0, 0, 0, 0, 54, 266 -po/sl.po, 54, 266, 256, 0, 0, 0, 0, 54, 266 -po/sk.po, 54, 266, 264, 0, 0, 0, 0, 54, 266 -po/ru.po, 70, 388, 365, 0, 0, 0, 0, 70, 388 -po/ro.po, 54, 266, 298, 0, 0, 0, 0, 54, 266 -po/pt_BR.po, 54, 266, 326, 0, 0, 0, 0, 54, 266 -po/pt.po, 68, 378, 427, 0, 0, 0, 0, 68, 378 -po/pl.po, 54, 266, 263, 0, 0, 0, 0, 54, 266 -po/pa.po, 70, 388, 438, 0, 0, 0, 0, 70, 388 -po/or.po, 68, 358, 348, 0, 0, 0, 0, 68, 358 -po/oc.po, 68, 378, 474, 0, 0, 0, 0, 68, 378 -po/nl.po, 54, 266, 264, 0, 0, 0, 0, 54, 266 -po/ne.po, 43, 99, 106, 6, 20, 19, 239, 68, 358 -po/nb.po, 70, 388, 396, 0, 0, 0, 0, 70, 388 -po/ms.po, 68, 358, 340, 0, 0, 0, 0, 68, 358 -po/mr.po, 68, 358, 346, 0, 0, 0, 0, 68, 358 -po/ml.po, 70, 388, 301, 0, 0, 0, 0, 70, 388 -po/mjw.po, 28, 68, 67, 0, 0, 24, 181, 52, 249 -po/lv.po, 54, 266, 228, 0, 0, 0, 0, 54, 266 -po/lt.po, 54, 266, 240, 0, 0, 0, 0, 54, 266 -po/ko.po, 54, 266, 221, 0, 0, 0, 0, 54, 266 -po/kn.po, 68, 358, 319, 0, 0, 0, 0, 68, 358 -po/km.po, 66, 338, 108, 0, 0, 0, 0, 66, 338 -po/kk.po, 70, 388, 358, 0, 0, 0, 0, 70, 388 -po/ja.po, 53, 262, 72, 0, 0, 1, 4, 54, 266 -po/it.po, 54, 266, 304, 0, 0, 0, 0, 54, 266 -po/is.po, 70, 388, 385, 0, 0, 0, 0, 70, 388 -po/id.po, 54, 266, 271, 0, 0, 0, 0, 54, 266 -po/hu.po, 54, 266, 227, 0, 0, 0, 0, 54, 266 -po/hr.po, 54, 266, 253, 0, 0, 0, 0, 54, 266 -po/hi.po, 68, 358, 429, 0, 0, 0, 0, 68, 358 -po/he.po, 70, 380, 380, 0, 0, 0, 0, 70, 380 -po/gu.po, 65, 352, 408, 0, 0, 0, 0, 65, 352 -po/gl.po, 54, 266, 329, 0, 0, 0, 0, 54, 266 -po/gd.po, 63, 323, 413, 0, 0, 0, 0, 63, 323 -po/fur.po, 54, 266, 346, 0, 0, 0, 0, 54, 266 -po/fr.po, 54, 266, 333, 0, 0, 0, 0, 54, 266 -po/fi.po, 51, 209, 171, 1, 4, 2, 53, 54, 266 -po/fa.po, 54, 266, 285, 0, 0, 0, 0, 54, 266 -po/eu.po, 54, 266, 239, 0, 0, 0, 0, 54, 266 -po/et.po, 47, 211, 178, 0, 0, 6, 40, 53, 251 -po/es.po, 54, 266, 327, 0, 0, 0, 0, 54, 266 -po/eo.po, 50, 221, 201, 2, 24, 1, 6, 53, 251 -po/en_GB.po, 70, 388, 388, 0, 0, 0, 0, 70, 388 -po/el.po, 54, 266, 303, 0, 0, 0, 0, 54, 266 -po/de.po, 54, 266, 268, 0, 0, 0, 0, 54, 266 -po/da.po, 54, 266, 261, 0, 0, 0, 0, 54, 266 -po/cs.po, 54, 266, 260, 0, 0, 0, 0, 54, 266 -po/ca@valencia.po, 70, 388, 502, 0, 0, 0, 0, 70, 388 -po/ca.po, 54, 266, 353, 0, 0, 0, 0, 54, 266 -po/bs.po, 70, 380, 370, 0, 0, 0, 0, 70, 380 -po/bn_IN.po, 68, 358, 352, 0, 0, 0, 0, 68, 358 -po/bg.po, 70, 388, 431, 0, 0, 0, 0, 70, 388 -po/be.po, 70, 388, 363, 0, 0, 0, 0, 70, 388 -po/as.po, 68, 358, 365, 0, 0, 0, 0, 68, 358 -po/ar.po, 59, 221, 207, 0, 0, 10, 163, 69, 384 -po/an.po, 70, 380, 456, 0, 0, 0, 0, 70, 380 -po/af.po, 70, 388, 389, 0, 0, 0, 0, 70, 388 diff --git a/results/f31/gnome-software-3.34.1-6.fc31.src.rpm.errors.txt b/results/f31/gnome-software-3.34.1-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/gnome-software-3.34.1-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-software-3.34.1-6.fc31.src.rpm.stats.csv b/results/f31/gnome-software-3.34.1-6.fc31.src.rpm.stats.csv deleted file mode 100644 index 543b1cc..0000000 --- a/results/f31/gnome-software-3.34.1-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,63 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 816, 3941, 1091, 0, 0, 0, 0, 816, 3941 -po/zh_HK.po, 382, 1039, 419, 0, 0, 0, 0, 382, 1039 -po/zh_CN.po, 770, 3725, 1112, 0, 0, 0, 0, 770, 3725 -po/vi.po, 730, 3604, 5614, 0, 0, 0, 0, 730, 3604 -po/uk.po, 487, 2602, 2201, 0, 0, 0, 0, 487, 2602 -po/tr.po, 818, 3998, 3281, 0, 0, 0, 0, 818, 3998 -po/th.po, 514, 1913, 714, 0, 0, 0, 0, 514, 1913 -po/te.po, 326, 672, 631, 0, 0, 27, 258, 353, 930 -po/sv.po, 818, 3998, 3720, 0, 0, 0, 0, 818, 3998 -po/sr@latin.po, 762, 3676, 3774, 0, 0, 0, 0, 762, 3676 -po/sr.po, 818, 3998, 4217, 0, 0, 0, 0, 818, 3998 -po/sl.po, 808, 3909, 4081, 0, 0, 0, 0, 808, 3909 -po/sk.po, 692, 3133, 3270, 31, 223, 39, 320, 762, 3676 -po/ru.po, 809, 3914, 3579, 0, 0, 0, 0, 809, 3914 -po/ro.po, 818, 3998, 4494, 0, 0, 0, 0, 818, 3998 -po/pt_BR.po, 818, 3998, 4494, 0, 0, 0, 0, 818, 3998 -po/pt.po, 526, 2336, 2511, 0, 0, 0, 0, 526, 2336 -po/pl.po, 818, 3998, 3895, 0, 0, 0, 0, 818, 3998 -po/pa.po, 818, 3998, 4778, 0, 0, 0, 0, 818, 3998 -po/oc.po, 767, 3709, 4483, 0, 0, 0, 0, 767, 3709 -po/nl.po, 818, 3998, 3941, 0, 0, 0, 0, 818, 3998 -po/ne.po, 377, 869, 909, 126, 546, 214, 2111, 717, 3526 -po/nb.po, 781, 3573, 3442, 0, 0, 37, 425, 818, 3998 -po/mr.po, 1, 2, 2, 0, 0, 729, 3602, 730, 3604 -po/ml.po, 780, 3784, 3050, 0, 0, 0, 0, 780, 3784 -po/mjw.po, 229, 472, 447, 0, 0, 577, 3479, 806, 3951 -po/lv.po, 809, 3914, 3462, 0, 0, 0, 0, 809, 3914 -po/lt.po, 818, 3998, 3539, 0, 0, 0, 0, 818, 3998 -po/ko.po, 818, 3998, 3186, 0, 0, 0, 0, 818, 3998 -po/km.po, 365, 969, 438, 0, 0, 0, 0, 365, 969 -po/kk.po, 677, 2970, 2633, 0, 0, 126, 914, 803, 3884 -po/ja.po, 657, 3009, 980, 0, 0, 161, 989, 818, 3998 -po/it.po, 818, 3998, 4278, 0, 0, 0, 0, 818, 3998 -po/is.po, 349, 686, 717, 1, 4, 456, 3215, 806, 3905 -po/id.po, 818, 3998, 3925, 0, 0, 0, 0, 818, 3998 -po/hu.po, 818, 3998, 3632, 0, 0, 0, 0, 818, 3998 -po/hr.po, 818, 3998, 3809, 0, 0, 0, 0, 818, 3998 -po/hi.po, 730, 3604, 4467, 0, 0, 0, 0, 730, 3604 -po/he.po, 546, 2447, 2251, 1, 2, 1, 6, 548, 2455 -po/gl.po, 818, 3998, 4456, 0, 0, 0, 0, 818, 3998 -po/gd.po, 767, 3709, 4955, 0, 0, 0, 0, 767, 3709 -po/ga.po, 124, 152, 170, 0, 0, 310, 1353, 434, 1505 -po/fur.po, 818, 3998, 4782, 0, 0, 0, 0, 818, 3998 -po/fr.po, 818, 3998, 4860, 0, 0, 0, 0, 818, 3998 -po/fi.po, 800, 3786, 2942, 0, 0, 18, 212, 818, 3998 -po/fa.po, 818, 3998, 4187, 0, 0, 0, 0, 818, 3998 -po/eu.po, 818, 3998, 3542, 0, 0, 0, 0, 818, 3998 -po/es.po, 818, 3998, 4558, 0, 0, 0, 0, 818, 3998 -po/eo.po, 800, 3797, 3475, 0, 0, 9, 117, 809, 3914 -po/en_GB.po, 818, 3998, 4018, 0, 0, 0, 0, 818, 3998 -po/el.po, 818, 3998, 4254, 0, 0, 0, 0, 818, 3998 -po/de.po, 818, 3998, 3984, 0, 0, 0, 0, 818, 3998 -po/da.po, 818, 3998, 3722, 0, 0, 0, 0, 818, 3998 -po/cs.po, 818, 3998, 3964, 0, 0, 0, 0, 818, 3998 -po/ca@valencia.po, 715, 3527, 4050, 0, 0, 1, 1, 716, 3528 -po/ca.po, 818, 3998, 4631, 0, 0, 0, 0, 818, 3998 -po/bs.po, 429, 1391, 1376, 0, 0, 0, 0, 429, 1391 -po/bn.po, 467, 2332, 2293, 0, 0, 263, 1272, 730, 3604 -po/bg.po, 723, 3546, 3933, 0, 0, 0, 0, 723, 3546 -po/as.po, 383, 1043, 1099, 0, 0, 0, 0, 383, 1043 -po/ar.po, 617, 2681, 2527, 54, 311, 99, 733, 770, 3725 -po/af.po, 748, 3345, 3520, 0, 0, 55, 537, 803, 3882 diff --git a/results/f31/gnome-system-monitor-3.32.1-3.fc31.src.rpm.errors.txt b/results/f31/gnome-system-monitor-3.32.1-3.fc31.src.rpm.errors.txt deleted file mode 100644 index eda5688..0000000 --- a/results/f31/gnome-system-monitor-3.32.1-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,40 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/units.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/solaris-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-update-speed.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-priority-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-priority-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-many.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-loadaverage.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-kill.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-identify-hog.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-identify-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-forcequit.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-files.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/process-columns.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/net-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/net-bits.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/memory-map-what.page.stub) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/memory-map-use.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/mem-swap.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/mem-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-showall.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-diskusage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/fs-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/monitorlogo.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cpu-multicore.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cpu-mem-normal.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/cpu-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commandline.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv b/results/f31/gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv deleted file mode 100644 index 55b3bc4..0000000 --- a/results/f31/gnome-system-monitor-3.32.1-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 232, 4113, 3533, 0, 0, 0, 0, 232, 4113 -help/ro/ro.po, 19, 141, 143, 23, 202, 187, 3745, 229, 4088 -help/pt_BR/pt_BR.po, 232, 4113, 4276, 0, 0, 0, 0, 232, 4113 -help/pt/pt.po, 229, 4089, 4167, 0, 0, 0, 0, 229, 4089 -help/pl/pl.po, 232, 4113, 3200, 0, 0, 0, 0, 232, 4113 -help/ko/ko.po, 232, 4113, 2765, 0, 0, 0, 0, 232, 4113 -help/hu/hu.po, 232, 4113, 3177, 0, 0, 0, 0, 232, 4113 -help/fr/fr.po, 232, 4113, 4370, 0, 0, 0, 0, 232, 4113 -help/es/es.po, 232, 4113, 4335, 0, 0, 0, 0, 232, 4113 -help/el/el.po, 229, 4089, 4061, 0, 0, 0, 0, 229, 4089 -help/de/de.po, 232, 4113, 3790, 0, 0, 0, 0, 232, 4113 -help/cs/cs.po, 232, 4113, 3526, 0, 0, 0, 0, 232, 4113 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 304, 1444, 440, 0, 0, 0, 0, 304, 1444 -po/zh_HK.po, 292, 1289, 430, 0, 0, 0, 0, 292, 1289 -po/zh_CN.po, 304, 1439, 483, 0, 0, 0, 0, 304, 1439 -po/vi.po, 298, 1365, 1969, 0, 0, 0, 0, 298, 1365 -po/uk.po, 301, 1396, 1287, 0, 0, 0, 0, 301, 1396 -po/ug.po, 308, 1280, 1149, 0, 0, 0, 0, 308, 1280 -po/tr.po, 304, 1444, 1264, 0, 0, 0, 0, 304, 1444 -po/th.po, 298, 1365, 589, 0, 0, 0, 0, 298, 1365 -po/tg.po, 291, 1285, 1309, 0, 0, 0, 0, 291, 1285 -po/te.po, 292, 1289, 1161, 0, 0, 0, 0, 292, 1289 -po/ta.po, 292, 1289, 1142, 0, 0, 0, 0, 292, 1289 -po/sv.po, 304, 1444, 1286, 0, 0, 0, 0, 304, 1444 -po/sr@latin.po, 304, 1439, 1487, 0, 0, 0, 0, 304, 1439 -po/sr.po, 304, 1444, 1491, 0, 0, 0, 0, 304, 1444 -po/sq.po, 177, 645, 806, 0, 0, 0, 0, 177, 645 -po/sl.po, 304, 1444, 1480, 0, 0, 0, 0, 304, 1444 -po/sk.po, 302, 1440, 1340, 0, 0, 0, 0, 302, 1440 -po/si.po, 131, 258, 310, 0, 0, 93, 581, 224, 839 -po/rw.po, 22, 22, 23, 86, 471, 61, 117, 169, 610 -po/ru.po, 304, 1444, 1370, 0, 0, 0, 0, 304, 1444 -po/ro.po, 304, 1444, 1667, 0, 0, 0, 0, 304, 1444 -po/pt_BR.po, 304, 1444, 1829, 0, 0, 0, 0, 304, 1444 -po/pt.po, 301, 1396, 1747, 0, 0, 0, 0, 301, 1396 -po/ps.po, 177, 479, 567, 0, 0, 53, 389, 230, 868 -po/pl.po, 304, 1444, 1391, 0, 0, 0, 0, 304, 1444 -po/pa.po, 304, 1439, 1538, 0, 0, 0, 0, 304, 1439 -po/or.po, 308, 1280, 1294, 0, 0, 0, 0, 308, 1280 -po/oc.po, 301, 1396, 1891, 0, 0, 0, 0, 301, 1396 -po/nn.po, 231, 874, 858, 0, 0, 0, 0, 231, 874 -po/nl.po, 304, 1444, 1383, 0, 0, 0, 0, 304, 1444 -po/ne.po, 313, 1462, 1357, 0, 0, 0, 0, 313, 1462 -po/nds.po, 56, 97, 89, 0, 0, 188, 836, 244, 933 -po/nb.po, 314, 1463, 1489, 0, 0, 0, 0, 314, 1463 -po/ms.po, 143, 502, 487, 0, 0, 0, 0, 143, 502 -po/mr.po, 292, 1289, 1164, 0, 0, 0, 0, 292, 1289 -po/mn.po, 142, 498, 452, 0, 0, 0, 0, 142, 498 -po/ml.po, 305, 1440, 1233, 0, 0, 0, 0, 305, 1440 -po/mk.po, 275, 1072, 1236, 0, 0, 0, 0, 275, 1072 -po/mg.po, 209, 845, 929, 1, 1, 0, 0, 210, 846 -po/mai.po, 175, 577, 664, 0, 0, 69, 356, 244, 933 -po/lv.po, 304, 1444, 1291, 0, 0, 0, 0, 304, 1444 -po/lt.po, 304, 1444, 1355, 0, 0, 0, 0, 304, 1444 -po/li.po, 116, 388, 377, 20, 67, 7, 47, 143, 502 -po/ky.po, 308, 1283, 1139, 0, 0, 0, 0, 308, 1283 -po/ku.po, 87, 154, 172, 0, 0, 90, 491, 177, 645 -po/ko.po, 304, 1444, 1261, 0, 0, 0, 0, 304, 1444 -po/kn.po, 292, 1289, 1159, 0, 0, 0, 0, 292, 1289 -po/km.po, 294, 1283, 571, 0, 0, 0, 0, 294, 1283 -po/kk.po, 304, 1444, 1280, 0, 0, 0, 0, 304, 1444 -po/ka.po, 224, 839, 738, 0, 0, 0, 0, 224, 839 -po/ja.po, 301, 1437, 469, 0, 0, 3, 7, 304, 1444 -po/it.po, 304, 1444, 1560, 0, 0, 0, 0, 304, 1444 -po/is.po, 305, 1440, 1275, 0, 0, 0, 0, 305, 1440 -po/id.po, 304, 1444, 1420, 0, 0, 0, 0, 304, 1444 -po/hu.po, 304, 1444, 1336, 0, 0, 0, 0, 304, 1444 -po/hr.po, 302, 1440, 1400, 0, 0, 0, 0, 302, 1440 -po/hi.po, 292, 1289, 1417, 0, 0, 0, 0, 292, 1289 -po/he.po, 298, 1365, 1323, 0, 0, 0, 0, 298, 1365 -po/gu.po, 308, 1280, 1348, 0, 0, 0, 0, 308, 1280 -po/gl.po, 304, 1444, 1852, 0, 0, 0, 0, 304, 1444 -po/gd.po, 313, 1462, 2024, 0, 0, 0, 0, 313, 1462 -po/ga.po, 158, 294, 370, 3, 9, 130, 900, 291, 1203 -po/fur.po, 304, 1444, 1699, 0, 0, 0, 0, 304, 1444 -po/fr.po, 304, 1444, 1972, 0, 0, 0, 0, 304, 1444 -po/fi.po, 304, 1444, 1034, 0, 0, 0, 0, 304, 1444 -po/fa.po, 313, 1462, 1704, 0, 0, 0, 0, 313, 1462 -po/eu.po, 304, 1444, 1259, 0, 0, 0, 0, 304, 1444 -po/et.po, 292, 1289, 1018, 0, 0, 0, 0, 292, 1289 -po/es.po, 304, 1444, 1905, 0, 0, 0, 0, 304, 1444 -po/eo.po, 303, 1407, 1194, 0, 0, 0, 0, 303, 1407 -po/en_GB.po, 304, 1439, 1462, 0, 0, 0, 0, 304, 1439 -po/en_CA.po, 177, 645, 644, 0, 0, 0, 0, 177, 645 -po/en@shaw.po, 210, 727, 728, 34, 206, 0, 0, 244, 933 -po/el.po, 304, 1444, 1519, 0, 0, 0, 0, 304, 1444 -po/dz.po, 230, 868, 501, 0, 0, 0, 0, 230, 868 -po/de.po, 304, 1444, 1398, 0, 0, 0, 0, 304, 1444 -po/da.po, 302, 1440, 1275, 0, 0, 0, 0, 302, 1440 -po/cy.po, 177, 645, 711, 0, 0, 0, 0, 177, 645 -po/cs.po, 304, 1444, 1381, 0, 0, 0, 0, 304, 1444 -po/ca@valencia.po, 313, 1462, 1833, 0, 0, 0, 0, 313, 1462 -po/ca.po, 303, 1441, 1813, 0, 0, 1, 1, 304, 1442 -po/bs.po, 292, 1289, 1244, 0, 0, 0, 0, 292, 1289 -po/bn_IN.po, 292, 1289, 1317, 0, 0, 0, 0, 292, 1289 -po/bn.po, 244, 933, 1055, 0, 0, 0, 0, 244, 933 -po/bg.po, 313, 1462, 1581, 0, 0, 0, 0, 313, 1462 -po/be@latin.po, 184, 545, 507, 0, 0, 54, 368, 238, 913 -po/be.po, 313, 1462, 1424, 0, 0, 0, 0, 313, 1462 -po/az.po, 143, 502, 449, 0, 0, 0, 0, 143, 502 -po/ast.po, 238, 913, 1131, 0, 0, 1, 5, 239, 918 -po/as.po, 292, 1289, 1253, 0, 0, 0, 0, 292, 1289 -po/ar.po, 304, 1439, 1575, 0, 0, 0, 0, 304, 1439 -po/an.po, 289, 1276, 1596, 0, 0, 0, 0, 289, 1276 -po/am.po, 43, 74, 90, 20, 33, 80, 395, 143, 502 diff --git a/results/f31/gnome-themes-extra-3.28-6.fc31.src.rpm.errors.txt b/results/f31/gnome-themes-extra-3.28-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 5501790..0000000 --- a/results/f31/gnome-themes-extra-3.28-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv b/results/f31/gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv deleted file mode 100644 index 9be235d..0000000 --- a/results/f31/gnome-themes-extra-3.28-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,75 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ln.po, 4, 10, 13, 0, 0, 0, 0, 4, 10 -po/gd.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -po/it.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/eu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/hi.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -po/hr.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/ga.po, 5, 12, 10, 0, 0, 0, 0, 5, 12 -po/en_CA.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/tr.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/lt.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -po/da.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/km.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/as.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/fa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/en_GB.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/kn.po, 5, 12, 14, 0, 0, 0, 0, 5, 12 -po/ko.po, 6, 15, 11, 0, 0, 0, 0, 6, 15 -po/id.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/sv.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/is.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/ne.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/kk.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/ca@valencia.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/cs.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/af.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/th.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/tg.po, 5, 12, 12, 0, 0, 0, 0, 5, 12 -po/vi.po, 9, 24, 31, 0, 0, 0, 0, 9, 24 -po/an.po, 9, 24, 26, 0, 0, 0, 0, 9, 24 -po/zh_CN.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -po/ug.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/hu.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/sr.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/gu.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/fi.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/bn_IN.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -po/pt.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/pt_BR.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/eo.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/lv.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 -po/es.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/uz@cyrillic.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/pa.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/el.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/zh_TW.po, 6, 15, 6, 0, 0, 0, 0, 6, 15 -po/de.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -po/sl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -po/ta.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/te.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/sk.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/ro.po, 9, 24, 27, 0, 0, 0, 0, 9, 24 -po/uk.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/mr.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/nb.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/gl.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/nl.po, 6, 15, 18, 0, 0, 0, 0, 6, 15 -po/ja.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/fur.po, 6, 15, 16, 0, 0, 0, 0, 6, 15 -po/bg.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/be.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/ru.po, 6, 15, 12, 0, 0, 0, 0, 6, 15 -po/et.po, 9, 24, 17, 0, 0, 0, 0, 9, 24 -po/pl.po, 6, 15, 17, 0, 0, 0, 0, 6, 15 -po/ml.po, 5, 12, 11, 0, 0, 0, 0, 5, 12 -po/fy.po, 9, 24, 18, 0, 0, 0, 0, 9, 24 -po/ar.po, 9, 24, 23, 0, 0, 0, 0, 9, 24 -po/oc.po, 4, 10, 12, 0, 0, 0, 0, 4, 10 -po/fr.po, 6, 15, 20, 0, 0, 0, 0, 6, 15 -po/bs.po, 4, 10, 9, 0, 0, 0, 0, 4, 10 -po/zh_HK.po, 9, 24, 9, 0, 0, 0, 0, 9, 24 -po/sr@latin.po, 6, 15, 14, 0, 0, 0, 0, 6, 15 -po/ca.po, 6, 15, 15, 0, 0, 0, 0, 6, 15 -po/or.po, 9, 24, 24, 0, 0, 0, 0, 9, 24 -po/he.po, 6, 15, 13, 0, 0, 0, 0, 6, 15 diff --git a/results/f31/gnome-user-docs-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-user-docs-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index bfebc6f..0000000 --- a/results/f31/gnome-user-docs-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,11742 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/nl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/cs/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/hr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/el/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/de/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/id.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/id/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/kn.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/kn/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/fi/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/lv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/lv/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ru/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sv/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/da/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hu/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ca/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sr@latin.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr@latin/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gnome-help.its) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-display.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gesture-hold.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-media.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-good-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/go-down-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wired-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-computer.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-full-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-low-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/edge-drag-up.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-connected-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/rotation-locked-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-none-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-voldown.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-volup.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-caution-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gesture-tap.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-next.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-pause.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/yelp-icon-big.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wired-disconnected-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-receive-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/go-down.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/bluetooth-disabled-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-gprs-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-connected-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/edge-drag-down.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/bluetooth-menu.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-empty-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-ok-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-full-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-transmit-receive-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-umts-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gesture-drag.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-excellent-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/edit-find-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-empty-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wired-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/view-more-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-low-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-4g-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gesture-rotate-clockwise-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-printer.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/preferences-desktop-accessibility-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-average.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-medium-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-3g-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-edge-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-missing-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gnome.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/universal-access-menu.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/emblem-system.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/emoji-flags-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-previous.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/display-dual-monitors.webm) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-caution-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-search.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-camera.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-no-route-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/color-space.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-play.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/input-keyboard-symbolic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/3-finger-pinch.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-calculator.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-folder.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gesture-rotate-anticlockwise-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-good-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-low-charging-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gesture-pinch-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-home.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-eject.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-high-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-error-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-idle-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-vpn-acquiring-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/rotation-allowed-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/emblem-system-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/gesture-stretch-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-world.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-none-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/bluetooth-active-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-stop.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-transmit-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-good-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/4-finger-drag.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-excellent-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-full-charged-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/right-edge-drag-down.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/3-finger-hold-and-tap.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-encrypted-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-mute.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-vpn-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/system-run-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/audio-volume-muted-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-offline-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/battery-good-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-ok-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-wireless-signal-weak-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/network-cellular-signal-weak-symbolic.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-mail.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/edge-drag-right.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/figures/keyboard-key-menu.svg) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/C/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/mr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/zh_CN/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/as.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/as/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/ta.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ta/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/es/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sr/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/gu/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ro/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/ja/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/he.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/he/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/hi/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/sl/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-window-list-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appmenu-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/top-bar-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/input-methods-switcher.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appmenu-shell.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appts-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-activities-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-top-bar-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/top-bar-icons-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-lock.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-exit-classic.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pt_BR/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/te.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/te/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/vi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/color-profile-default.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-exit.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/printing-select.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-top-bar.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/nautilus-icons.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-appts.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-workspaces.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-dash.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/figures/shell-activities.png) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/vi/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/pa.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/pa/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-device-specific-pairing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-left-handed.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/screen-shot-record.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-problem-connecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-inklevel.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-key-super.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-why-calibrate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-tiled.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-history-recent-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-bookmarks-edit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-setup-default-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-install-flash.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-vpn-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-gettingprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-whyadd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-provider-not-available.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-hotcomputer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/music-player-newipod.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-camera.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-icon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-how.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-sort.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-firewall-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-nosound.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-assignprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-default-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrationcharacterization.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/look-resolution.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-screenlocks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-device-drivers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-willnotturnon.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-file-properties-permissions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/look-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-initial-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-2sided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wired.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-add-remove.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-maximize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-name-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-brightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/about-this-guide.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-timezone.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-admin-explain.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-autorun.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-which-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-autosuspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-findip.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-key-menu.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-mag.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-frequency.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-apps-auto-start.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-visibility.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-doubleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-personal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-file-properties-basic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-what.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-shortcuts-set.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-alert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-driver.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-othersedit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-workspaces-switch.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-wireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-order.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-wepwpa.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/music-cantplay-drm.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-templates.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-changepicture.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-cancel-job.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-airplane.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-problem-notmoving.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-hardware-info.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-displayname.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-thinkabout.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-whatisspace.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-cursor-blink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-goodpassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-admin-problems.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-link-unlink.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-slowkeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-booklet-singlesided.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-screen-reader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/tips-specialchars.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-testing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-whydim.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/get-involved.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-howtoimport.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gnome-version.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-send-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-workspaces-movewindow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-suspend.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-middleclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batterywindows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/translate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs-sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-behavior.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-recover.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-othercountry.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-workspaces.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-suspendfail.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting-hardware-check.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wired-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-noconnection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-proxy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-mousekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/media.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-wakeup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wrongnetwork.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-osk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-benchmark.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-crackle.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-antivirus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-sensitivity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-right-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-admin-change.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-exit.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/video-dvd.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-tilde.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs-display.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-world.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-nav.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrationdevices.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-envelopes.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-location.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-copy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-switching.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-printer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-changepassword.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-touchpad-click.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-general.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batteryestimate.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-problems-graphics.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-lowpower.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-overview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-purge.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-problem.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-dwellclick.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-partitions.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-to-file.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-mobile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-disconnecting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-dual-monitors.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/help-irc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-remove-connection.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/prefs-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-constantfan.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-views.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-prefs.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-apps-favorites.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/video-sending.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/look-display-fuzzy.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-keyboard-shortcuts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-autologin.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-removedrive.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-othersconnect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-slow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-find.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-booklet.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-closelid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-rename.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-differentsize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-paperjam.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-lost.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-stylus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-missingvcgt.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batterylife.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-blank.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-autobrightness.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-email-virus.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-turn-on-off.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-usespeakers.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-resize.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/touchscreen-gestures.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-connect.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-windows-states.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-auth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-adhoc.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-bouncekeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-broken.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-where.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-security-tips.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-repair.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock-calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-security.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-nowireless.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-email.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-format.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-bluetooth.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-edit-details.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-whyimportant.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-layouts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/session-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-macaddress.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/wacom-multi-monitor.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-what-is-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-canshareprofiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-hidden.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-whatisprofile.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/hardware-cardreader.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-fixed-ip-address.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse-lefthanded.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-restore.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/accounts-disable-service.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrate-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/display-night-light.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/user-add.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-font-size.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/contacts-search.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-streaks.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/clock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-default-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-firewall-ports.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/keyboard-repeat-keys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-calibrationtargets.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/backup-why.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-select.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/shell-apps-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-disc-write.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/files-share.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/music-player-ipodtransfer.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-manual.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/printing-booklet-duplex.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/privacy-screen-lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/status-icons.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batteryslow.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-status.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-stickykeys.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/bluetooth-connect-device.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/color-notspecifiededid.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sound-usemic.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-browser.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/net-wireless-troubleshooting.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/a11y-visualalert.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/sharing-desktop.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/disk-capacity.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/power-batteryoptimal.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/nautilus-preview.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/more-help.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/help-mailing-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./gnome-help/it/gnome-classic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/cs/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/gl/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/ko.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ko/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/de/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/sv/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/hu/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/ca/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/C/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/es/network-server-list.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-background.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/session-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/gsettings-browse.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/backgrounds-extra.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-shield.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-file-saving.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/extensions-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/autostart-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-custom-defaults.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/fonts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/software.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/processes.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-printing.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/sundry.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/user-settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-favorite-applications.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/session-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/power-dim-screen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-logout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/keyboard-layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-application-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-keyfiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-custom-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/setup.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-logo.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-snippets.xml) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/appearance.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/extensions-enable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/network-vpn.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/extensions.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/logout-automatic.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-repartitioning.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/network.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-nfs-home.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-command-line.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-banner.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/keyboard-compose-key.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/desktop-lockscreen.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-enterprise.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/overrides.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/dconf-lockdown.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types-application.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-userlist-disable.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-single-app-mode.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/mime-types.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/fonts-user.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/lockdown-online-accounts.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/session-custom.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/login-fingerprint.page) -translate.tools.pocount: ERROR: Unknown filetype (./system-admin-guide/pt_BR/network-server-list.page) diff --git a/results/f31/gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index f5d7f89..0000000 --- a/results/f31/gnome-user-docs-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,47 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gnome-help/nl/nl.po, 3168, 56853, 57429, 0, 0, 0, 0, 3168, 56853 -gnome-help/cs/cs.po, 3201, 56823, 49138, 0, 0, 0, 0, 3201, 56823 -gnome-help/gl/gl.po, 2431, 35551, 36371, 641, 18198, 132, 3076, 3204, 56825 -gnome-help/pl/pl.po, 3287, 58047, 46154, 0, 0, 0, 0, 3287, 58047 -gnome-help/hr/hr.po, 307, 2687, 2329, 18, 30, 2847, 54227, 3172, 56944 -gnome-help/fr/fr.po, 2704, 47231, 50188, 321, 7417, 79, 1325, 3104, 55973 -gnome-help/el/el.po, 3111, 56124, 56974, 0, 0, 0, 0, 3111, 56124 -gnome-help/de/de.po, 3260, 57480, 55436, 13, 341, 14, 226, 3287, 58047 -gnome-help/id/id.po, 1798, 20821, 18532, 402, 6368, 966, 29651, 3166, 56840 -gnome-help/kn/kn.po, 350, 897, 882, 0, 0, 2971, 59356, 3321, 60253 -gnome-help/fi/fi.po, 2052, 28273, 19055, 649, 15400, 503, 13152, 3204, 56825 -gnome-help/lv/lv.po, 3191, 57078, 44920, 5, 20, 0, 0, 3196, 57098 -gnome-help/ru/ru.po, 2884, 50476, 42172, 247, 6960, 40, 732, 3171, 58168 -gnome-help/pt/pt.po, 3115, 55812, 57231, 19, 532, 6, 81, 3140, 56425 -gnome-help/sv/sv.po, 3288, 58064, 53724, 0, 0, 0, 0, 3288, 58064 -gnome-help/da/da.po, 1445, 11583, 10661, 0, 0, 1756, 45240, 3201, 56823 -gnome-help/hu/hu.po, 3201, 56823, 45700, 0, 0, 0, 0, 3201, 56823 -gnome-help/ca/ca.po, 3064, 54611, 57262, 104, 1639, 48, 928, 3216, 57178 -gnome-help/sr@latin/sr@latin.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-help/mr/mr.po, 2559, 44257, 33981, 563, 12746, 23, 656, 3145, 57659 -gnome-help/zh_CN/zh_CN.po, 2794, 51114, 5179, 375, 5958, 147, 3041, 3316, 60113 -gnome-help/as/as.po, 2407, 30614, 27469, 319, 4795, 495, 23177, 3221, 58586 -gnome-help/ta/ta.po, 2795, 50123, 38336, 275, 5971, 80, 1791, 3150, 57885 -gnome-help/es/es.po, 3088, 53037, 55899, 150, 3718, 65, 1376, 3303, 58131 -gnome-help/sr/sr.po, 3168, 56855, 51793, 0, 0, 0, 0, 3168, 56855 -gnome-help/gu/gu.po, 2515, 39284, 39210, 412, 9639, 223, 8947, 3150, 57870 -gnome-help/ro/ro.po, 169, 1855, 1837, 0, 0, 3035, 54970, 3204, 56825 -gnome-help/ja/ja.po, 1739, 27509, 3394, 729, 15161, 636, 13312, 3104, 55982 -gnome-help/he/he.po, 4, 8, 11, 0, 0, 3133, 56398, 3137, 56406 -gnome-help/hi/hi.po, 164, 3074, 3661, 1, 19, 2114, 43704, 2279, 46797 -gnome-help/sl/sl.po, 2939, 52634, 44589, 190, 4255, 70, 1761, 3199, 58650 -gnome-help/pt_BR/pt_BR.po, 3201, 56823, 59860, 0, 0, 0, 0, 3201, 56823 -gnome-help/te/te.po, 939, 14118, 10266, 197, 2937, 2012, 40704, 3148, 57759 -gnome-help/vi/vi.po, 2237, 36788, 39571, 0, 0, 689, 20176, 2926, 56964 -gnome-help/pa/pa.po, 192, 532, 564, 149, 863, 1900, 44621, 2241, 46016 -gnome-help/it/it.po, 2088, 36623, 36404, 480, 7593, 747, 15915, 3315, 60131 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -system-admin-guide/cs/cs.po, 654, 9076, 8090, 0, 0, 0, 0, 654, 9076 -system-admin-guide/gl/gl.po, 238, 1590, 1823, 19, 118, 285, 5725, 542, 7433 -system-admin-guide/ko/ko.po, 661, 9090, 6736, 0, 0, 0, 0, 661, 9090 -system-admin-guide/de/de.po, 661, 9090, 8657, 0, 0, 0, 0, 661, 9090 -system-admin-guide/sv/sv.po, 646, 8929, 7899, 0, 0, 0, 0, 646, 8929 -system-admin-guide/hu/hu.po, 547, 7497, 6920, 0, 0, 0, 0, 547, 7497 -system-admin-guide/ca/ca.po, 546, 7476, 7936, 0, 0, 1, 21, 547, 7497 -system-admin-guide/es/es.po, 645, 8906, 9904, 0, 0, 1, 21, 646, 8927 -system-admin-guide/pt_BR/pt_BR.po, 542, 7433, 8003, 0, 0, 0, 0, 542, 7433 diff --git a/results/f31/gnome-user-share-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-user-share-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index f84c42b..0000000 --- a/results/f31/gnome-user-share-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) diff --git a/results/f31/gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 207d5f0..0000000 --- a/results/f31/gnome-user-share-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,84 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 10, 51, 13, 0, 0, 0, 0, 10, 51 -po/zh_HK.po, 29, 160, 38, 0, 0, 0, 0, 29, 160 -po/zh_CN.po, 10, 49, 14, 0, 0, 0, 0, 10, 49 -po/vi.po, 11, 52, 87, 0, 0, 0, 0, 11, 52 -po/uk.po, 10, 52, 45, 0, 0, 0, 0, 10, 52 -po/ug.po, 29, 224, 183, 0, 0, 0, 0, 29, 224 -po/tr.po, 10, 49, 48, 0, 0, 0, 0, 10, 49 -po/th.po, 51, 316, 89, 0, 0, 0, 0, 51, 316 -po/tg.po, 26, 136, 136, 0, 0, 0, 0, 26, 136 -po/te.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -po/ta.po, 29, 160, 139, 0, 0, 0, 0, 29, 160 -po/sv.po, 10, 49, 47, 0, 0, 0, 0, 10, 49 -po/sr@latin.po, 10, 52, 59, 0, 0, 0, 0, 10, 52 -po/sr.po, 10, 49, 56, 0, 0, 0, 0, 10, 49 -po/sq.po, 13, 61, 77, 0, 0, 0, 0, 13, 61 -po/sl.po, 10, 49, 51, 0, 0, 0, 0, 10, 49 -po/sk.po, 10, 52, 51, 0, 0, 0, 0, 10, 52 -po/rw.po, 2, 2, 4, 11, 59, 0, 0, 13, 61 -po/ru.po, 11, 52, 55, 0, 0, 0, 0, 11, 52 -po/ro.po, 10, 49, 55, 0, 0, 0, 0, 10, 49 -po/pt_BR.po, 10, 49, 53, 0, 0, 0, 0, 10, 49 -po/pt.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -po/pl.po, 10, 49, 50, 0, 0, 0, 0, 10, 49 -po/pa.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -po/or.po, 29, 160, 169, 0, 0, 0, 0, 29, 160 -po/oc.po, 10, 52, 64, 0, 0, 0, 0, 10, 52 -po/nn.po, 51, 326, 320, 0, 0, 0, 0, 51, 326 -po/nl.po, 10, 49, 57, 0, 0, 0, 0, 10, 49 -po/ne.po, 10, 52, 47, 0, 0, 0, 0, 10, 52 -po/nb.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -po/mr.po, 29, 160, 160, 0, 0, 0, 0, 29, 160 -po/ml.po, 10, 52, 44, 0, 0, 0, 0, 10, 52 -po/mk.po, 13, 61, 62, 0, 0, 0, 0, 13, 61 -po/mjw.po, 5, 15, 18, 0, 0, 5, 34, 10, 49 -po/mai.po, 6, 8, 11, 0, 0, 40, 280, 46, 288 -po/lv.po, 10, 49, 46, 0, 0, 0, 0, 10, 49 -po/lt.po, 10, 49, 41, 0, 0, 0, 0, 10, 49 -po/ln.po, 10, 52, 57, 0, 0, 0, 0, 10, 52 -po/ko.po, 10, 49, 43, 0, 0, 0, 0, 10, 49 -po/kn.po, 29, 160, 126, 0, 0, 0, 0, 29, 160 -po/km.po, 30, 184, 67, 0, 0, 0, 0, 30, 184 -po/kk.po, 10, 51, 51, 0, 0, 0, 0, 10, 51 -po/ja.po, 10, 49, 14, 0, 0, 0, 0, 10, 49 -po/it.po, 11, 52, 57, 0, 0, 0, 0, 11, 52 -po/is.po, 10, 51, 53, 0, 0, 0, 0, 10, 51 -po/id.po, 10, 49, 54, 0, 0, 0, 0, 10, 49 -po/hu.po, 10, 49, 45, 0, 0, 0, 0, 10, 49 -po/hr.po, 10, 49, 48, 0, 0, 0, 0, 10, 49 -po/hi.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -po/he.po, 10, 52, 49, 0, 0, 0, 0, 10, 52 -po/gu.po, 10, 52, 56, 0, 0, 0, 0, 10, 52 -po/gl.po, 10, 49, 57, 0, 0, 0, 0, 10, 49 -po/gd.po, 10, 52, 63, 0, 0, 0, 0, 10, 52 -po/ga.po, 46, 288, 361, 0, 0, 0, 0, 46, 288 -po/fur.po, 10, 49, 53, 0, 0, 0, 0, 10, 49 -po/fr.po, 10, 49, 66, 0, 0, 0, 0, 10, 49 -po/fi.po, 10, 49, 44, 0, 0, 0, 0, 10, 49 -po/fa.po, 10, 49, 51, 0, 0, 0, 0, 10, 49 -po/eu.po, 10, 49, 43, 0, 0, 0, 0, 10, 49 -po/et.po, 10, 52, 55, 0, 0, 0, 0, 10, 52 -po/es.po, 10, 49, 60, 0, 0, 0, 0, 10, 49 -po/eo.po, 10, 51, 51, 0, 0, 0, 0, 10, 51 -po/en_GB.po, 10, 52, 52, 0, 0, 0, 0, 10, 52 -po/en_CA.po, 15, 70, 70, 0, 0, 0, 0, 15, 70 -po/en@shaw.po, 51, 326, 326, 0, 0, 0, 0, 51, 326 -po/el.po, 10, 49, 60, 0, 0, 0, 0, 10, 49 -po/dz.po, 16, 75, 33, 0, 0, 0, 0, 16, 75 -po/de.po, 10, 49, 53, 0, 0, 0, 0, 10, 49 -po/da.po, 11, 52, 44, 0, 0, 0, 0, 11, 52 -po/cs.po, 10, 49, 47, 0, 0, 0, 0, 10, 49 -po/ca@valencia.po, 10, 52, 65, 0, 0, 0, 0, 10, 52 -po/ca.po, 10, 49, 62, 0, 0, 0, 0, 10, 49 -po/bs.po, 26, 136, 134, 0, 0, 0, 0, 26, 136 -po/br.po, 51, 326, 379, 0, 0, 0, 0, 51, 326 -po/bn_IN.po, 51, 316, 419, 0, 0, 0, 0, 51, 316 -po/bn.po, 51, 326, 374, 0, 0, 0, 0, 51, 326 -po/bg.po, 10, 52, 61, 0, 0, 0, 0, 10, 52 -po/be.po, 10, 52, 60, 0, 0, 0, 0, 10, 52 -po/ast.po, 51, 326, 353, 0, 0, 0, 0, 51, 326 -po/as.po, 29, 160, 186, 0, 0, 0, 0, 29, 160 -po/ar.po, 34, 247, 214, 0, 0, 0, 0, 34, 247 -po/an.po, 29, 160, 187, 0, 0, 0, 0, 29, 160 -po/af.po, 10, 52, 54, 0, 0, 0, 0, 10, 52 diff --git a/results/f31/gnome-video-effects-0.5.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-video-effects-0.5.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f31/gnome-video-effects-0.5.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index a615dd3..0000000 --- a/results/f31/gnome-video-effects-0.5.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,83 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -po/zh_HK.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -po/zh_CN.po, 68, 256, 68, 0, 0, 0, 0, 68, 256 -po/vi.po, 68, 256, 299, 0, 0, 0, 0, 68, 256 -po/uk.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -po/ug.po, 17, 28, 30, 0, 0, 51, 228, 68, 256 -po/tr.po, 68, 256, 214, 0, 0, 0, 0, 68, 256 -po/th.po, 68, 256, 72, 0, 0, 0, 0, 68, 256 -po/tg.po, 11, 11, 15, 0, 0, 57, 245, 68, 256 -po/te.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -po/ta.po, 68, 256, 204, 0, 0, 0, 0, 68, 256 -po/sv.po, 68, 256, 233, 0, 0, 0, 0, 68, 256 -po/sr@latin.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -po/sr.po, 68, 256, 208, 0, 0, 0, 0, 68, 256 -po/sq.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -po/sl.po, 68, 256, 229, 0, 0, 0, 0, 68, 256 -po/sk.po, 68, 256, 221, 0, 0, 0, 0, 68, 256 -po/ru.po, 68, 256, 165, 0, 0, 0, 0, 68, 256 -po/ro.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -po/pt_BR.po, 68, 256, 285, 0, 0, 0, 0, 68, 256 -po/pt.po, 68, 256, 263, 0, 0, 0, 0, 68, 256 -po/ps.po, 7, 8, 8, 1, 1, 15, 17, 23, 26 -po/pl.po, 68, 256, 239, 0, 0, 0, 0, 68, 256 -po/pa.po, 68, 256, 275, 0, 0, 0, 0, 68, 256 -po/or.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -po/oc.po, 68, 256, 287, 0, 0, 0, 0, 68, 256 -po/nn.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/nl.po, 68, 256, 237, 0, 0, 0, 0, 68, 256 -po/ne.po, 68, 256, 217, 0, 0, 0, 0, 68, 256 -po/nds.po, 23, 26, 28, 0, 0, 0, 0, 23, 26 -po/nb.po, 68, 256, 219, 0, 0, 0, 0, 68, 256 -po/ms.po, 7, 8, 9, 5, 5, 11, 13, 23, 26 -po/mr.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/ml.po, 68, 256, 194, 0, 0, 0, 0, 68, 256 -po/mk.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/mjw.po, 12, 32, 21, 0, 0, 56, 224, 68, 256 -po/mai.po, 3, 4, 5, 1, 1, 19, 21, 23, 26 -po/lv.po, 68, 256, 203, 0, 0, 0, 0, 68, 256 -po/lt.po, 68, 256, 209, 0, 0, 0, 0, 68, 256 -po/ku.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/ko.po, 68, 256, 160, 0, 0, 0, 0, 68, 256 -po/kn.po, 10, 11, 12, 2, 2, 11, 13, 23, 26 -po/km.po, 66, 246, 75, 0, 0, 0, 0, 66, 246 -po/ka.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/ja.po, 68, 256, 69, 0, 0, 0, 0, 68, 256 -po/it.po, 68, 256, 264, 0, 0, 0, 0, 68, 256 -po/is.po, 39, 71, 62, 0, 0, 29, 185, 68, 256 -po/id.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -po/hu.po, 68, 256, 190, 0, 0, 0, 0, 68, 256 -po/hr.po, 68, 256, 226, 0, 0, 0, 0, 68, 256 -po/hi.po, 68, 256, 267, 0, 0, 0, 0, 68, 256 -po/he.po, 68, 256, 217, 0, 0, 0, 0, 68, 256 -po/gu.po, 10, 11, 14, 2, 2, 11, 13, 23, 26 -po/gl.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -po/ga.po, 36, 46, 50, 1, 4, 31, 206, 68, 256 -po/fur.po, 68, 256, 266, 0, 0, 0, 0, 68, 256 -po/fr.po, 68, 256, 293, 0, 0, 0, 0, 68, 256 -po/fi.po, 68, 256, 169, 0, 0, 0, 0, 68, 256 -po/fa.po, 68, 256, 271, 0, 0, 0, 0, 68, 256 -po/eu.po, 68, 256, 205, 0, 0, 0, 0, 68, 256 -po/et.po, 68, 256, 176, 0, 0, 0, 0, 68, 256 -po/es.po, 68, 256, 310, 0, 0, 0, 0, 68, 256 -po/eo.po, 60, 211, 191, 0, 0, 8, 45, 68, 256 -po/en_GB.po, 68, 256, 256, 0, 0, 0, 0, 68, 256 -po/en@shaw.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/el.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 -po/dz.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/de.po, 68, 256, 225, 0, 0, 0, 0, 68, 256 -po/da.po, 68, 256, 210, 0, 0, 0, 0, 68, 256 -po/cs.po, 68, 256, 234, 0, 0, 0, 0, 68, 256 -po/ca@valencia.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -po/ca.po, 68, 256, 292, 0, 0, 0, 0, 68, 256 -po/bs.po, 68, 256, 227, 0, 0, 0, 0, 68, 256 -po/bn_IN.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/bn.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -po/bg.po, 68, 256, 235, 0, 0, 0, 0, 68, 256 -po/be@latin.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/be.po, 68, 256, 175, 0, 0, 0, 0, 68, 256 -po/ast.po, 10, 11, 13, 2, 2, 11, 13, 23, 26 -po/as.po, 68, 256, 238, 0, 0, 0, 0, 68, 256 -po/ar.po, 10, 11, 11, 2, 2, 11, 13, 23, 26 -po/af.po, 68, 256, 250, 0, 0, 0, 0, 68, 256 diff --git a/results/f31/gnome-weather-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gnome-weather-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gnome-weather-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index b470a14..0000000 --- a/results/f31/gnome-weather-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 41, 192, 60, 0, 0, 0, 0, 41, 192 -po/zh_HK.po, 37, 164, 56, 0, 0, 0, 0, 37, 164 -po/zh_CN.po, 42, 195, 87, 0, 0, 0, 0, 42, 195 -po/vi.po, 42, 195, 284, 0, 0, 0, 0, 42, 195 -po/uk.po, 42, 192, 168, 0, 0, 0, 0, 42, 192 -po/tr.po, 42, 195, 165, 0, 0, 0, 0, 42, 195 -po/th.po, 42, 192, 65, 0, 0, 0, 0, 42, 192 -po/tg.po, 42, 195, 220, 0, 0, 0, 0, 42, 195 -po/te.po, 81, 216, 198, 0, 0, 0, 0, 81, 216 -po/ta.po, 72, 203, 192, 0, 0, 0, 0, 72, 203 -po/sv.po, 42, 195, 203, 0, 0, 0, 0, 42, 195 -po/sr@latin.po, 42, 192, 182, 0, 0, 0, 0, 42, 192 -po/sr.po, 42, 195, 183, 0, 0, 0, 0, 42, 195 -po/sl.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -po/sk.po, 42, 192, 185, 0, 0, 0, 0, 42, 192 -po/ru.po, 42, 195, 162, 0, 0, 0, 0, 42, 195 -po/ro.po, 42, 195, 208, 0, 0, 0, 0, 42, 195 -po/pt_BR.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -po/pt.po, 42, 192, 216, 0, 0, 0, 0, 42, 192 -po/pl.po, 42, 195, 188, 0, 0, 0, 0, 42, 195 -po/pa.po, 41, 191, 228, 0, 0, 0, 0, 41, 191 -po/oc.po, 42, 192, 215, 0, 0, 0, 0, 42, 192 -po/nl.po, 42, 195, 210, 0, 0, 0, 0, 42, 195 -po/ne.po, 42, 192, 179, 0, 0, 0, 0, 42, 192 -po/nb.po, 42, 192, 186, 0, 0, 0, 0, 42, 192 -po/ml.po, 42, 192, 141, 0, 0, 0, 0, 42, 192 -po/mjw.po, 31, 77, 74, 0, 0, 10, 117, 41, 194 -po/lv.po, 42, 195, 163, 0, 0, 0, 0, 42, 195 -po/lt.po, 42, 195, 147, 0, 0, 0, 0, 42, 195 -po/ko.po, 41, 194, 160, 0, 0, 0, 0, 41, 194 -po/kn.po, 67, 129, 142, 0, 0, 5, 74, 72, 203 -po/kk.po, 41, 192, 172, 0, 0, 0, 0, 41, 192 -po/ja.po, 40, 191, 65, 0, 0, 2, 4, 42, 195 -po/it.po, 42, 195, 196, 0, 0, 0, 0, 42, 195 -po/is.po, 41, 194, 204, 0, 0, 0, 0, 41, 194 -po/id.po, 42, 195, 195, 0, 0, 0, 0, 42, 195 -po/hu.po, 42, 195, 179, 0, 0, 0, 0, 42, 195 -po/hr.po, 42, 195, 175, 0, 0, 0, 0, 42, 195 -po/he.po, 42, 192, 191, 0, 0, 0, 0, 42, 192 -po/gl.po, 42, 195, 207, 0, 0, 0, 0, 42, 195 -po/gd.po, 41, 191, 248, 0, 0, 0, 0, 41, 191 -po/ga.po, 38, 113, 123, 0, 0, 3, 70, 41, 183 -po/fur.po, 42, 195, 209, 0, 0, 0, 0, 42, 195 -po/fr.po, 42, 195, 228, 0, 0, 0, 0, 42, 195 -po/fi.po, 42, 195, 140, 0, 0, 0, 0, 42, 195 -po/fa.po, 41, 194, 195, 0, 0, 0, 0, 41, 194 -po/eu.po, 42, 195, 166, 0, 0, 0, 0, 42, 195 -po/et.po, 42, 195, 160, 0, 0, 0, 0, 42, 195 -po/es.po, 42, 195, 211, 0, 0, 0, 0, 42, 195 -po/eo.po, 42, 195, 194, 0, 0, 0, 0, 42, 195 -po/en_GB.po, 42, 195, 198, 0, 0, 0, 0, 42, 195 -po/el.po, 42, 195, 234, 0, 0, 0, 0, 42, 195 -po/de.po, 42, 195, 223, 0, 0, 0, 0, 42, 195 -po/da.po, 41, 194, 198, 0, 0, 0, 0, 41, 194 -po/cs.po, 42, 195, 190, 0, 0, 0, 0, 42, 195 -po/ca@valencia.po, 41, 191, 219, 0, 0, 0, 0, 41, 191 -po/ca.po, 41, 194, 222, 0, 0, 0, 0, 41, 194 -po/bs.po, 42, 184, 168, 0, 0, 0, 0, 42, 184 -po/bg.po, 42, 192, 222, 0, 0, 0, 0, 42, 192 -po/be.po, 42, 192, 177, 0, 0, 0, 0, 42, 192 -po/as.po, 41, 183, 182, 0, 0, 0, 0, 41, 183 -po/ar.po, 36, 98, 102, 0, 0, 5, 93, 41, 191 -po/an.po, 42, 184, 191, 0, 0, 0, 0, 42, 184 -po/af.po, 40, 191, 205, 0, 0, 0, 0, 40, 191 diff --git a/results/f31/gnupg2-2.2.17-2.fc31.src.rpm.errors.txt b/results/f31/gnupg2-2.2.17-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 71f46b6..0000000 --- a/results/f31/gnupg2-2.2.17-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog-2011) diff --git a/results/f31/gnupg2-2.2.17-2.fc31.src.rpm.stats.csv b/results/f31/gnupg2-2.2.17-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 5f11d66..0000000 --- a/results/f31/gnupg2-2.2.17-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,58 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 1393, 8099, 7680, 0, 0, 0, 0, 1393, 8099 -po/hu.po, 424, 2524, 2294, 1127, 6401, 641, 4507, 2192, 13432 -po/zh_TW.po, 1930, 11418, 5331, 171, 1244, 91, 770, 2192, 13432 -po/cs.po, 2190, 13417, 13346, 0, 0, 2, 15, 2192, 13432 -po/sv.po, 1378, 7976, 7812, 597, 3735, 217, 1721, 2192, 13432 -po/zh_CN.gmo, 2154, 13183, 4646, 0, 0, 0, 0, 2154, 13183 -po/id.po, 424, 2524, 2366, 1127, 6401, 641, 4507, 2192, 13432 -po/zh_CN.po, 2154, 13183, 4646, 23, 142, 15, 107, 2192, 13432 -po/fi.gmo, 424, 2524, 2068, 0, 0, 0, 0, 424, 2524 -po/fr.gmo, 1944, 11437, 13952, 0, 0, 0, 0, 1944, 11437 -po/en@boldquot.po, 2192, 13432, 13441, 0, 0, 0, 0, 2192, 13432 -po/en@quot.gmo, 2192, 13432, 13432, 0, 0, 0, 0, 2192, 13432 -po/de.po, 2192, 13432, 13779, 0, 0, 0, 0, 2192, 13432 -po/tr.gmo, 1319, 7629, 7193, 0, 0, 0, 0, 1319, 7629 -po/de.gmo, 2192, 13432, 13779, 0, 0, 0, 0, 2192, 13432 -po/zh_TW.gmo, 1930, 11418, 5331, 0, 0, 0, 0, 1930, 11418 -po/nb.gmo, 2156, 13174, 12643, 0, 0, 0, 0, 2156, 13174 -po/et.po, 424, 2524, 2224, 1127, 6401, 641, 4507, 2192, 13432 -po/ru.po, 2190, 13417, 12802, 0, 0, 2, 15, 2192, 13432 -po/pl.gmo, 2190, 13417, 13573, 0, 0, 0, 0, 2190, 13417 -po/ro.po, 822, 4858, 5228, 847, 4782, 523, 3792, 2192, 13432 -po/ro.gmo, 822, 4858, 5228, 0, 0, 0, 0, 822, 4858 -po/ru.gmo, 2190, 13417, 12802, 0, 0, 0, 0, 2190, 13417 -po/uk.gmo, 2128, 12970, 13673, 0, 0, 0, 0, 2128, 12970 -po/el.po, 424, 2524, 2685, 1127, 6401, 641, 4507, 2192, 13432 -po/sk.gmo, 423, 2519, 2463, 0, 0, 0, 0, 423, 2519 -po/en@boldquot.gmo, 2192, 13432, 13441, 0, 0, 0, 0, 2192, 13432 -po/nb.po, 2156, 13174, 12643, 25, 140, 11, 118, 2192, 13432 -po/sk.po, 423, 2519, 2463, 1128, 6406, 641, 4507, 2192, 13432 -po/ja.gmo, 2184, 13356, 3876, 0, 0, 0, 0, 2184, 13356 -po/sv.gmo, 1378, 7976, 7812, 0, 0, 0, 0, 1378, 7976 -po/uk.po, 2128, 12970, 13673, 47, 310, 17, 152, 2192, 13432 -po/cs.gmo, 2190, 13417, 13346, 0, 0, 0, 0, 2190, 13417 -po/eo.gmo, 297, 1658, 1566, 0, 0, 0, 0, 297, 1658 -po/tr.po, 1319, 7629, 7193, 625, 3876, 248, 1927, 2192, 13432 -po/it.gmo, 424, 2524, 2800, 0, 0, 0, 0, 424, 2524 -po/hu.gmo, 424, 2524, 2294, 0, 0, 0, 0, 424, 2524 -po/pt.gmo, 365, 2083, 2357, 0, 0, 0, 0, 365, 2083 -po/es.gmo, 2167, 13169, 15208, 0, 0, 0, 0, 2167, 13169 -po/pl.po, 2190, 13417, 13573, 0, 0, 2, 15, 2192, 13432 -po/gl.po, 421, 2490, 2941, 1148, 6521, 623, 4421, 2192, 13432 -po/id.gmo, 424, 2524, 2366, 0, 0, 0, 0, 424, 2524 -po/et.gmo, 424, 2524, 2224, 0, 0, 0, 0, 424, 2524 -po/eo.po, 297, 1658, 1566, 1211, 6874, 684, 4900, 2192, 13432 -po/ca.gmo, 427, 2499, 3098, 0, 0, 0, 0, 427, 2499 -po/da.po, 1393, 8099, 7680, 583, 3619, 216, 1714, 2192, 13432 -po/gl.gmo, 421, 2490, 2941, 0, 0, 0, 0, 421, 2490 -po/el.gmo, 424, 2524, 2685, 0, 0, 0, 0, 424, 2524 -po/gnupg2.pot, 0, 0, 0, 0, 0, 2192, 13432, 2192, 13432 -po/pt.po, 365, 2083, 2357, 1156, 6560, 671, 4789, 2192, 13432 -po/en@quot.po, 2192, 13432, 13432, 0, 0, 0, 0, 2192, 13432 -po/es.po, 2167, 13169, 15208, 9, 54, 16, 209, 2192, 13432 -po/ca.po, 427, 2499, 3098, 1128, 6453, 637, 4480, 2192, 13432 -po/ja.po, 2184, 13356, 3876, 2, 15, 6, 61, 2192, 13432 -po/it.po, 424, 2524, 2800, 1127, 6401, 641, 4507, 2192, 13432 -po/fi.po, 424, 2524, 2068, 1127, 6401, 641, 4507, 2192, 13432 -po/fr.po, 1944, 11437, 13952, 167, 1239, 81, 756, 2192, 13432 diff --git a/results/f31/gnutls-3.6.10-1.fc31.src.rpm.errors.txt b/results/f31/gnutls-3.6.10-1.fc31.src.rpm.errors.txt deleted file mode 100644 index c544ff7..0000000 --- a/results/f31/gnutls-3.6.10-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gnutls-3.6.10-1.fc31.src.rpm.stats.csv b/results/f31/gnutls-3.6.10-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 79b5819..0000000 --- a/results/f31/gnutls-3.6.10-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,34 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ms.po, 175, 756, 694, 165, 719, 53, 337, 393, 1812 -po/pt_BR.po, 385, 1787, 2020, 7, 22, 1, 3, 393, 1812 -po/fr.po, 385, 1787, 2053, 7, 22, 1, 3, 393, 1812 -po/it.gmo, 385, 1787, 2021, 0, 0, 0, 0, 385, 1787 -po/nl.gmo, 281, 1247, 1154, 0, 0, 0, 0, 281, 1247 -po/zh_CN.gmo, 281, 1247, 480, 0, 0, 0, 0, 281, 1247 -po/pl.gmo, 385, 1787, 1639, 0, 0, 0, 0, 385, 1787 -po/uk.gmo, 385, 1787, 1706, 0, 0, 0, 0, 385, 1787 -po/fr.gmo, 385, 1787, 2053, 0, 0, 0, 0, 385, 1787 -po/ms.gmo, 175, 756, 694, 0, 0, 0, 0, 175, 756 -po/pt_BR.gmo, 385, 1787, 2020, 0, 0, 0, 0, 385, 1787 -po/pl.po, 385, 1787, 1639, 7, 22, 1, 3, 393, 1812 -po/es.gmo, 281, 1247, 1338, 0, 0, 0, 0, 281, 1247 -po/cs.po, 385, 1787, 1655, 7, 22, 1, 3, 393, 1812 -po/es.po, 281, 1247, 1338, 65, 306, 47, 259, 393, 1812 -po/vi.po, 281, 1247, 1814, 65, 306, 47, 259, 393, 1812 -po/de.po, 281, 1247, 1113, 65, 306, 47, 259, 393, 1812 -po/eo.po, 385, 1787, 1696, 7, 22, 1, 3, 393, 1812 -po/vi.gmo, 281, 1247, 1814, 0, 0, 0, 0, 281, 1247 -po/de.gmo, 281, 1247, 1113, 0, 0, 0, 0, 281, 1247 -po/uk.po, 385, 1787, 1706, 7, 22, 1, 3, 393, 1812 -po/eo.gmo, 385, 1787, 1696, 0, 0, 0, 0, 385, 1787 -po/gnutls.pot, 0, 0, 0, 0, 0, 393, 1812, 393, 1812 -po/fi.gmo, 281, 1247, 887, 0, 0, 0, 0, 281, 1247 -po/zh_CN.po, 281, 1247, 480, 65, 306, 47, 259, 393, 1812 -po/sv.gmo, 281, 1247, 1048, 0, 0, 0, 0, 281, 1247 -po/it.po, 385, 1787, 2021, 7, 22, 1, 3, 393, 1812 -po/sr.po, 281, 1247, 1176, 65, 306, 47, 259, 393, 1812 -po/sv.po, 281, 1247, 1048, 65, 306, 47, 259, 393, 1812 -po/nl.po, 281, 1247, 1154, 65, 306, 47, 259, 393, 1812 -po/cs.gmo, 385, 1787, 1655, 0, 0, 0, 0, 385, 1787 -po/fi.po, 281, 1247, 887, 65, 306, 47, 259, 393, 1812 -po/sr.gmo, 281, 1247, 1176, 0, 0, 0, 0, 281, 1247 diff --git a/results/f31/grep-3.3-3.fc31.src.rpm.errors.txt b/results/f31/grep-3.3-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 114795f..0000000 --- a/results/f31/grep-3.3-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xea in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc1 in position 3: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 2: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 1: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f31/grep-3.3-3.fc31.src.rpm.stats.csv b/results/f31/grep-3.3-3.fc31.src.rpm.stats.csv deleted file mode 100644 index 53c8906..0000000 --- a/results/f31/grep-3.3-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,84 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.gmo, 85, 442, 480, 0, 0, 0, 0, 85, 442 -po/ru.gmo, 94, 613, 655, 0, 0, 0, 0, 94, 613 -po/bg.gmo, 107, 875, 1068, 0, 0, 0, 0, 107, 875 -po/sr.gmo, 94, 613, 622, 0, 0, 0, 0, 94, 613 -po/ga.gmo, 94, 613, 683, 0, 0, 0, 0, 94, 613 -po/da.po, 94, 613, 585, 12, 269, 2, 4, 108, 886 -po/pt.gmo, 107, 875, 956, 0, 0, 0, 0, 107, 875 -po/ru.po, 94, 613, 655, 12, 269, 2, 4, 108, 886 -po/fr.po, 94, 613, 701, 12, 269, 2, 4, 108, 886 -po/sk.po, 75, 368, 378, 25, 472, 8, 46, 108, 886 -po/pt_BR.po, 94, 613, 727, 12, 269, 2, 4, 108, 886 -po/ja.gmo, 96, 617, 361, 0, 0, 0, 0, 96, 617 -po/eu.po, 14, 38, 39, 24, 217, 70, 631, 108, 886 -po/cs.gmo, 107, 875, 909, 0, 0, 0, 0, 107, 875 -po/vi.gmo, 107, 875, 1320, 0, 0, 0, 0, 107, 875 -po/uk.po, 107, 875, 979, 1, 11, 0, 0, 108, 886 -po/pl.gmo, 94, 613, 636, 0, 0, 0, 0, 94, 613 -po/sl.gmo, 94, 613, 628, 0, 0, 0, 0, 94, 613 -po/ca.gmo, 94, 613, 782, 0, 0, 0, 0, 94, 613 -po/be.po, 14, 38, 37, 23, 213, 71, 635, 108, 886 -po/pa.po, 57, 225, 251, 15, 97, 36, 564, 108, 886 -po/lt.po, 14, 38, 38, 29, 321, 65, 527, 108, 886 -po/ky.po, 14, 38, 42, 28, 288, 66, 560, 108, 886 -po/el.gmo, 42, 166, 185, 0, 0, 0, 0, 42, 166 -po/nb.gmo, 107, 875, 938, 0, 0, 0, 0, 107, 875 -po/zh_CN.gmo, 94, 613, 300, 0, 0, 0, 0, 94, 613 -po/es.gmo, 81, 418, 497, 0, 0, 0, 0, 81, 418 -po/et.gmo, 107, 875, 782, 0, 0, 0, 0, 107, 875 -po/ca.po, 94, 613, 782, 12, 269, 2, 4, 108, 886 -po/id.po, 94, 613, 635, 12, 269, 2, 4, 108, 886 -po/it.po, 107, 875, 991, 1, 11, 0, 0, 108, 886 -po/af.po, 14, 38, 36, 23, 213, 71, 635, 108, 886 -po/th.gmo, 107, 875, 513, 0, 0, 0, 0, 107, 875 -po/uk.gmo, 107, 875, 979, 0, 0, 0, 0, 107, 875 -po/sr.po, 94, 613, 622, 12, 269, 2, 4, 108, 886 -po/sk.gmo, 75, 368, 378, 0, 0, 0, 0, 75, 368 -po/sv.gmo, 107, 875, 888, 0, 0, 0, 0, 107, 875 -po/nl.po, 107, 875, 953, 1, 11, 0, 0, 108, 886 -po/th.po, 107, 875, 513, 1, 11, 0, 0, 108, 886 -po/hr.po, 107, 875, 914, 1, 11, 0, 0, 108, 886 -po/be.gmo, 14, 38, 37, 0, 0, 0, 0, 14, 38 -po/vi.po, 107, 875, 1320, 1, 11, 0, 0, 108, 886 -po/eo.gmo, 94, 613, 608, 0, 0, 0, 0, 94, 613 -po/pt.po, 107, 875, 956, 1, 11, 0, 0, 108, 886 -po/gl.gmo, 94, 613, 719, 0, 0, 0, 0, 94, 613 -po/he.po, 14, 38, 46, 24, 217, 70, 631, 108, 886 -po/hu.po, 94, 613, 621, 12, 269, 2, 4, 108, 886 -po/nb.po, 107, 875, 938, 1, 11, 0, 0, 108, 886 -po/sv.po, 107, 875, 888, 1, 11, 0, 0, 108, 886 -po/zh_TW.po, 85, 442, 254, 20, 433, 3, 11, 108, 886 -po/pa.gmo, 57, 225, 251, 0, 0, 0, 0, 57, 225 -po/zh_CN.po, 94, 613, 300, 12, 269, 2, 4, 108, 886 -po/lt.gmo, 14, 38, 38, 0, 0, 0, 0, 14, 38 -po/ro.po, 14, 38, 42, 23, 213, 71, 635, 108, 886 -po/pt_BR.gmo, 94, 613, 727, 0, 0, 0, 0, 94, 613 -po/it.gmo, 107, 875, 991, 0, 0, 0, 0, 107, 875 -po/et.po, 107, 875, 782, 1, 11, 0, 0, 108, 886 -po/ga.po, 94, 613, 683, 12, 269, 2, 4, 108, 886 -po/sl.po, 94, 613, 628, 12, 269, 2, 4, 108, 886 -po/eu.gmo, 14, 38, 39, 0, 0, 0, 0, 14, 38 -po/fi.gmo, 94, 613, 558, 0, 0, 0, 0, 94, 613 -po/fi.po, 94, 613, 558, 12, 269, 2, 4, 108, 886 -po/el.po, 42, 166, 185, 41, 421, 25, 299, 108, 886 -po/da.gmo, 94, 613, 585, 0, 0, 0, 0, 94, 613 -po/tr.gmo, 14, 38, 39, 0, 0, 0, 0, 14, 38 -po/id.gmo, 94, 613, 635, 0, 0, 0, 0, 94, 613 -po/pl.po, 94, 613, 636, 12, 269, 2, 4, 108, 886 -po/cs.po, 107, 875, 909, 1, 11, 0, 0, 108, 886 -po/de.po, 85, 442, 480, 20, 433, 3, 11, 108, 886 -po/es.po, 81, 418, 497, 21, 436, 6, 32, 108, 886 -po/ja.po, 96, 617, 361, 12, 269, 0, 0, 108, 886 -po/hr.gmo, 107, 875, 914, 0, 0, 0, 0, 107, 875 -po/eo.po, 94, 613, 608, 12, 269, 2, 4, 108, 886 -po/hu.gmo, 94, 613, 621, 0, 0, 0, 0, 94, 613 -po/zh_TW.gmo, 85, 442, 254, 0, 0, 0, 0, 85, 442 -po/ky.gmo, 14, 38, 42, 0, 0, 0, 0, 14, 38 -po/fr.gmo, 94, 613, 701, 0, 0, 0, 0, 94, 613 -po/bg.po, 107, 875, 1068, 1, 11, 0, 0, 108, 886 -po/ko.po, 3, 6, 6, 18, 85, 87, 795, 108, 886 -po/nl.gmo, 107, 875, 953, 0, 0, 0, 0, 107, 875 -po/tr.po, 14, 38, 39, 24, 217, 70, 631, 108, 886 -po/gl.po, 94, 613, 719, 12, 269, 2, 4, 108, 886 -po/grep.pot, 0, 0, 0, 0, 0, 108, 886, 108, 886 diff --git a/results/f31/grilo-0.3.10-1.fc31.src.rpm.errors.txt b/results/f31/grilo-0.3.10-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/grilo-0.3.10-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/grilo-0.3.10-1.fc31.src.rpm.stats.csv b/results/f31/grilo-0.3.10-1.fc31.src.rpm.stats.csv deleted file mode 100644 index f57cb97..0000000 --- a/results/f31/grilo-0.3.10-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 36, 191, 58, 0, 0, 0, 0, 36, 191 -po/zh_HK.po, 36, 187, 57, 0, 0, 0, 0, 36, 187 -po/zh_CN.po, 36, 191, 68, 0, 0, 0, 0, 36, 191 -po/uk.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -po/tr.po, 36, 191, 166, 0, 0, 0, 0, 36, 191 -po/tg.po, 36, 187, 199, 0, 0, 0, 0, 36, 187 -po/sv.po, 36, 191, 179, 0, 0, 0, 0, 36, 191 -po/sr@latin.po, 37, 194, 204, 0, 0, 0, 0, 37, 194 -po/sr.po, 36, 191, 201, 0, 0, 0, 0, 36, 191 -po/sl.po, 36, 191, 214, 0, 0, 0, 0, 36, 191 -po/sk.po, 36, 191, 209, 0, 0, 0, 0, 36, 191 -po/ru.po, 37, 194, 190, 0, 0, 0, 0, 37, 194 -po/ro.po, 36, 191, 231, 0, 0, 0, 0, 36, 191 -po/pt_BR.po, 36, 191, 227, 0, 0, 0, 0, 36, 191 -po/pt.po, 37, 194, 216, 0, 0, 0, 0, 37, 194 -po/pl.po, 36, 191, 197, 0, 0, 0, 0, 36, 191 -po/pa.po, 36, 187, 226, 0, 0, 0, 0, 36, 187 -po/oc.po, 36, 191, 246, 0, 0, 0, 0, 36, 191 -po/nl.po, 36, 191, 177, 0, 0, 0, 0, 36, 191 -po/ne.po, 21, 96, 94, 7, 41, 8, 54, 36, 191 -po/nb.po, 37, 194, 205, 0, 0, 0, 0, 37, 194 -po/ml.po, 36, 191, 156, 0, 0, 0, 0, 36, 191 -po/lv.po, 36, 191, 181, 0, 0, 0, 0, 36, 191 -po/lt.po, 36, 191, 164, 0, 0, 0, 0, 36, 191 -po/ko.po, 36, 191, 168, 0, 0, 0, 0, 36, 191 -po/ja.po, 35, 184, 76, 0, 0, 0, 0, 35, 184 -po/it.po, 36, 191, 238, 0, 0, 0, 0, 36, 191 -po/id.po, 36, 191, 200, 0, 0, 0, 0, 36, 191 -po/hu.po, 36, 191, 192, 0, 0, 0, 0, 36, 191 -po/hr.po, 36, 191, 180, 0, 0, 0, 0, 36, 191 -po/he.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -po/gl.po, 36, 191, 257, 0, 0, 0, 0, 36, 191 -po/fur.po, 36, 191, 250, 0, 0, 0, 0, 36, 191 -po/fr.po, 36, 191, 247, 0, 0, 0, 0, 36, 191 -po/fi.po, 19, 85, 71, 0, 0, 17, 106, 36, 191 -po/eu.po, 36, 191, 201, 0, 0, 0, 0, 36, 191 -po/es.po, 36, 191, 269, 0, 0, 0, 0, 36, 191 -po/eo.po, 36, 191, 182, 0, 0, 0, 0, 36, 191 -po/en_GB.po, 37, 194, 194, 0, 0, 0, 0, 37, 194 -po/el.po, 36, 191, 216, 0, 0, 0, 0, 36, 191 -po/de.po, 36, 191, 203, 0, 0, 0, 0, 36, 191 -po/da.po, 36, 191, 188, 0, 0, 0, 0, 36, 191 -po/cs.po, 36, 191, 202, 0, 0, 0, 0, 36, 191 -po/ca@valencia.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -po/ca.po, 36, 191, 278, 0, 0, 0, 0, 36, 191 -po/bs.po, 36, 187, 177, 0, 0, 0, 0, 36, 187 -po/bg.po, 37, 194, 218, 0, 0, 0, 0, 37, 194 -po/as.po, 36, 187, 188, 0, 0, 0, 0, 36, 187 diff --git a/results/f31/grilo-plugins-0.3.10-1.fc31.src.rpm.errors.txt b/results/f31/grilo-plugins-0.3.10-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 70d1775..0000000 --- a/results/f31/grilo-plugins-0.3.10-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,9 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/examples/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/examples/example-tmdb.c) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/grilo-plugins.xml) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv b/results/f31/grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 0ead562..0000000 --- a/results/f31/grilo-plugins-0.3.10-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,54 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/sv/sv.po, 54, 1304, 1243, 0, 0, 0, 0, 54, 1304 -help/pt_BR/pt_BR.po, 54, 1304, 1356, 0, 0, 0, 0, 54, 1304 -help/pl/pl.po, 54, 1304, 1214, 0, 0, 0, 0, 54, 1304 -help/es/es.po, 49, 1153, 1196, 0, 0, 5, 151, 54, 1304 -help/de/de.po, 54, 1304, 1238, 0, 0, 0, 0, 54, 1304 -help/cs/cs.po, 54, 1304, 1228, 0, 0, 0, 0, 54, 1304 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 133, 537, 220, 0, 0, 0, 0, 133, 537 -po/zh_HK.po, 132, 533, 227, 0, 0, 0, 0, 132, 533 -po/zh_CN.po, 133, 536, 215, 0, 0, 0, 0, 133, 536 -po/uk.po, 125, 483, 458, 0, 0, 0, 0, 125, 483 -po/tr.po, 133, 537, 510, 0, 0, 0, 0, 133, 537 -po/sv.po, 133, 537, 568, 0, 0, 0, 0, 133, 537 -po/sr@latin.po, 133, 536, 541, 0, 0, 0, 0, 133, 536 -po/sr.po, 133, 537, 541, 0, 0, 0, 0, 133, 537 -po/sl.po, 133, 537, 528, 0, 0, 0, 0, 133, 537 -po/sk.po, 133, 536, 494, 0, 0, 0, 0, 133, 536 -po/ru.po, 132, 528, 502, 0, 0, 0, 0, 132, 528 -po/ro.po, 133, 537, 639, 0, 0, 0, 0, 133, 537 -po/pt_BR.po, 133, 537, 617, 0, 0, 0, 0, 133, 537 -po/pt.po, 133, 536, 594, 0, 0, 0, 0, 133, 536 -po/pl.po, 133, 537, 585, 0, 0, 0, 0, 133, 537 -po/oc.po, 132, 528, 620, 0, 0, 0, 0, 132, 528 -po/nl.po, 133, 537, 527, 0, 0, 0, 0, 133, 537 -po/ne.po, 44, 77, 79, 52, 186, 37, 273, 133, 536 -po/nb.po, 123, 467, 530, 0, 0, 10, 69, 133, 536 -po/ml.po, 27, 51, 51, 0, 0, 98, 432, 125, 483 -po/lv.po, 133, 537, 458, 0, 0, 0, 0, 133, 537 -po/lt.po, 133, 537, 436, 0, 0, 0, 0, 133, 537 -po/ko.po, 133, 537, 453, 0, 0, 0, 0, 133, 537 -po/ja.po, 124, 480, 190, 0, 0, 1, 3, 125, 483 -po/it.po, 133, 537, 604, 0, 0, 0, 0, 133, 537 -po/id.po, 133, 537, 507, 0, 0, 0, 0, 133, 537 -po/hu.po, 133, 537, 473, 0, 0, 0, 0, 133, 537 -po/hr.po, 133, 537, 476, 0, 0, 0, 0, 133, 537 -po/he.po, 133, 536, 475, 0, 0, 0, 0, 133, 536 -po/gl.po, 133, 537, 695, 0, 0, 0, 0, 133, 537 -po/fur.po, 133, 537, 700, 0, 0, 0, 0, 133, 537 -po/fr.po, 133, 537, 633, 0, 0, 0, 0, 133, 537 -po/fi.po, 46, 99, 84, 0, 0, 87, 438, 133, 537 -po/eu.po, 133, 537, 500, 0, 0, 0, 0, 133, 537 -po/es.po, 133, 537, 643, 0, 0, 0, 0, 133, 537 -po/eo.po, 67, 229, 214, 0, 0, 58, 254, 125, 483 -po/en_GB.po, 133, 536, 535, 0, 0, 0, 0, 133, 536 -po/el.po, 133, 537, 548, 0, 0, 0, 0, 133, 537 -po/de.po, 133, 537, 532, 0, 0, 0, 0, 133, 537 -po/da.po, 133, 537, 524, 0, 0, 0, 0, 133, 537 -po/cs.po, 133, 537, 481, 0, 0, 0, 0, 133, 537 -po/ca@valencia.po, 133, 536, 698, 0, 0, 0, 0, 133, 536 -po/ca.po, 133, 537, 698, 0, 0, 0, 0, 133, 537 -po/bs.po, 136, 554, 494, 0, 0, 0, 0, 136, 554 -po/bg.po, 133, 536, 593, 0, 0, 0, 0, 133, 536 -po/as.po, 132, 533, 546, 0, 0, 0, 0, 132, 533 diff --git a/results/f31/grub2-2.02-100.fc31.src.rpm.errors.txt b/results/f31/grub2-2.02-100.fc31.src.rpm.errors.txt deleted file mode 100644 index 1af41e2..0000000 --- a/results/f31/grub2-2.02-100.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,27 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0x99 in position 7: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/swiss.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-swiss) -translate.tools.pocount: ERROR: Unknown filetype (./po/piglatin.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@piglatin.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-piglatin) -translate.tools.pocount: ERROR: Unknown filetype (./po/hebrew.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/cyrillic.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/greek.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/arabic.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-translit) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-windowsdir) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES-shell.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/grub.d.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/grub2-2.02-100.fc31.src.rpm.stats.csv b/results/f31/grub2-2.02-100.fc31.src.rpm.stats.csv deleted file mode 100644 index d109653..0000000 --- a/results/f31/grub2-2.02-100.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,78 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ast.po, 193, 962, 1090, 294, 1618, 857, 4539, 1344, 7119 -po/ca.po, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -po/da.po, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -po/de.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -po/de_CH.po, 1337, 7003, 6648, 0, 0, 7, 116, 1344, 7119 -po/de@hebrew.po, 1337, 7003, 6650, 0, 0, 7, 116, 1344, 7119 -po/en@arabic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -po/en@cyrillic.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -po/en@greek.po, 1341, 7111, 7111, 1, 4, 2, 4, 1344, 7119 -po/en@hebrew.po, 1341, 7111, 7113, 1, 4, 2, 4, 1344, 7119 -po/en@piglatin.po, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -po/en@quot.po, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -po/eo.po, 496, 2432, 2251, 68, 403, 780, 4284, 1344, 7119 -po/es.po, 1314, 6962, 8812, 22, 132, 8, 25, 1344, 7119 -po/fi.po, 1314, 6962, 5587, 23, 134, 7, 23, 1344, 7119 -po/fr.po, 1314, 6962, 8698, 23, 134, 7, 23, 1344, 7119 -po/gl.po, 1137, 5711, 7201, 103, 670, 104, 738, 1344, 7119 -po/hr.po, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -po/hu.po, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -po/id.po, 322, 1633, 1638, 273, 1517, 749, 3969, 1344, 7119 -po/it.po, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -po/ja.po, 231, 1063, 408, 399, 1597, 714, 4459, 1344, 7119 -po/ko.po, 192, 959, 816, 228, 1299, 924, 4861, 1344, 7119 -po/lt.po, 1104, 5359, 5109, 17, 89, 223, 1671, 1344, 7119 -po/nb.po, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -po/nl.po, 1343, 7115, 7054, 1, 4, 0, 0, 1344, 7119 -po/pa.po, 663, 2456, 2720, 73, 339, 608, 4324, 1344, 7119 -po/pl.po, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -po/pt_BR.po, 1013, 4531, 5407, 181, 984, 150, 1604, 1344, 7119 -po/ru.po, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -po/sl.po, 1067, 5382, 5546, 119, 719, 158, 1018, 1344, 7119 -po/sr.po, 1314, 6962, 7004, 21, 128, 9, 29, 1344, 7119 -po/sv.po, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -po/tr.po, 827, 3690, 3455, 15, 66, 502, 3363, 1344, 7119 -po/uk.po, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -po/vi.po, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -po/zh_CN.po, 348, 1731, 681, 271, 1489, 725, 3899, 1344, 7119 -po/zh_TW.po, 352, 1741, 734, 240, 1296, 752, 4082, 1344, 7119 -po/ast.gmo, 193, 962, 1090, 0, 0, 0, 0, 193, 962 -po/ca.gmo, 1344, 7119, 9408, 0, 0, 0, 0, 1344, 7119 -po/da.gmo, 1344, 7119, 6636, 0, 0, 0, 0, 1344, 7119 -po/de.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -po/de_CH.gmo, 1337, 7003, 6648, 0, 0, 0, 0, 1337, 7003 -po/de@hebrew.gmo, 1337, 7003, 6650, 0, 0, 0, 0, 1337, 7003 -po/en@arabic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -po/en@cyrillic.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -po/en@greek.gmo, 1341, 7111, 7111, 0, 0, 0, 0, 1341, 7111 -po/en@hebrew.gmo, 1341, 7111, 7113, 0, 0, 0, 0, 1341, 7111 -po/en@piglatin.gmo, 1344, 7119, 7128, 0, 0, 0, 0, 1344, 7119 -po/en@quot.gmo, 1344, 7119, 7119, 0, 0, 0, 0, 1344, 7119 -po/eo.gmo, 496, 2432, 2251, 0, 0, 0, 0, 496, 2432 -po/es.gmo, 1314, 6962, 8812, 0, 0, 0, 0, 1314, 6962 -po/fi.gmo, 1314, 6962, 5587, 0, 0, 0, 0, 1314, 6962 -po/fr.gmo, 1314, 6962, 8698, 0, 0, 0, 0, 1314, 6962 -po/gl.gmo, 1137, 5711, 7201, 0, 0, 0, 0, 1137, 5711 -po/hr.gmo, 1344, 7119, 6868, 0, 0, 0, 0, 1344, 7119 -po/hu.gmo, 1344, 7119, 7002, 0, 0, 0, 0, 1344, 7119 -po/id.gmo, 322, 1633, 1638, 0, 0, 0, 0, 322, 1633 -po/it.gmo, 1344, 7119, 7898, 0, 0, 0, 0, 1344, 7119 -po/ja.gmo, 231, 1063, 408, 0, 0, 0, 0, 231, 1063 -po/ko.gmo, 192, 959, 816, 0, 0, 0, 0, 192, 959 -po/lt.gmo, 1104, 5359, 5109, 0, 0, 0, 0, 1104, 5359 -po/nb.gmo, 1344, 7119, 7057, 0, 0, 0, 0, 1344, 7119 -po/nl.gmo, 1343, 7115, 7054, 0, 0, 0, 0, 1343, 7115 -po/pa.gmo, 663, 2456, 2720, 0, 0, 0, 0, 663, 2456 -po/pl.gmo, 1344, 7119, 7178, 0, 0, 0, 0, 1344, 7119 -po/pt_BR.gmo, 1013, 4531, 5407, 0, 0, 0, 0, 1013, 4531 -po/ru.gmo, 1344, 7119, 7014, 0, 0, 0, 0, 1344, 7119 -po/sl.gmo, 1067, 5382, 5546, 0, 0, 0, 0, 1067, 5382 -po/sr.gmo, 1314, 6962, 7004, 0, 0, 0, 0, 1314, 6962 -po/sv.gmo, 1344, 7119, 6673, 0, 0, 0, 0, 1344, 7119 -po/tr.gmo, 827, 3690, 3455, 0, 0, 0, 0, 827, 3690 -po/uk.gmo, 1344, 7119, 7481, 0, 0, 0, 0, 1344, 7119 -po/vi.gmo, 1344, 7119, 10567, 0, 0, 0, 0, 1344, 7119 -po/zh_CN.gmo, 348, 1731, 681, 0, 0, 0, 0, 348, 1731 -po/zh_TW.gmo, 352, 1741, 734, 0, 0, 0, 0, 352, 1741 -po/grub.pot, 0, 0, 0, 0, 0, 1344, 7119, 1344, 7119 diff --git a/results/f31/gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 36e2f0d..0000000 --- a/results/f31/gsettings-desktop-schemas-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,55 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 572, 6378, 1080, 0, 0, 0, 0, 572, 6378 -po/zh_HK.po, 496, 5665, 914, 0, 0, 0, 0, 496, 5665 -po/zh_CN.po, 560, 6232, 1008, 0, 0, 0, 0, 560, 6232 -po/vi.po, 154, 762, 963, 0, 0, 121, 1668, 275, 2430 -po/uk.po, 106, 1033, 825, 0, 0, 312, 3552, 418, 4585 -po/ug.po, 428, 3600, 2844, 0, 0, 40, 1690, 468, 5290 -po/tr.po, 592, 6550, 5495, 0, 0, 0, 0, 592, 6550 -po/tg.po, 4, 8, 8, 0, 0, 464, 5282, 468, 5290 -po/sv.po, 592, 6550, 5922, 0, 0, 0, 0, 592, 6550 -po/sr@latin.po, 572, 6378, 6138, 0, 0, 0, 0, 572, 6378 -po/sr.po, 578, 6423, 6191, 0, 0, 0, 0, 578, 6423 -po/sl.po, 592, 6550, 5960, 0, 0, 0, 0, 592, 6550 -po/sk.po, 566, 6311, 6038, 0, 0, 0, 0, 566, 6311 -po/ru.po, 490, 4136, 3625, 62, 1877, 20, 365, 572, 6378 -po/ro.po, 592, 6550, 6863, 0, 0, 0, 0, 592, 6550 -po/pt_BR.po, 592, 6550, 7402, 0, 0, 0, 0, 592, 6550 -po/pt.po, 560, 6232, 7008, 0, 0, 0, 0, 560, 6232 -po/pl.po, 592, 6550, 5985, 0, 0, 0, 0, 592, 6550 -po/pa.po, 236, 2202, 2292, 1, 7, 159, 2015, 396, 4224 -po/or.po, 242, 2113, 1913, 0, 0, 176, 2472, 418, 4585 -po/oc.po, 531, 5849, 7068, 1, 14, 0, 0, 532, 5863 -po/nl.po, 404, 3033, 2836, 0, 0, 174, 3390, 578, 6423 -po/ne.po, 176, 901, 903, 165, 825, 225, 4585, 566, 6311 -po/nb.po, 306, 1575, 1489, 20, 194, 240, 4542, 566, 6311 -po/ml.po, 101, 582, 442, 11, 59, 357, 4649, 469, 5290 -po/lv.po, 572, 6378, 5334, 0, 0, 0, 0, 572, 6378 -po/lt.po, 592, 6550, 5150, 0, 0, 0, 0, 592, 6550 -po/kk.po, 226, 944, 936, 0, 0, 346, 5434, 572, 6378 -po/ja.po, 176, 1052, 283, 121, 1083, 295, 4415, 592, 6550 -po/it.po, 592, 6550, 7137, 0, 0, 0, 0, 592, 6550 -po/is.po, 169, 957, 1004, 0, 0, 391, 5275, 560, 6232 -po/id.po, 592, 6550, 6085, 0, 0, 0, 0, 592, 6550 -po/hu.po, 592, 6550, 5832, 0, 0, 0, 0, 592, 6550 -po/hr.po, 592, 6550, 5846, 0, 0, 0, 0, 592, 6550 -po/hi.po, 468, 5290, 6120, 0, 0, 0, 0, 468, 5290 -po/he.po, 570, 6343, 6343, 0, 0, 0, 0, 570, 6343 -po/gu.po, 246, 1128, 1131, 12, 86, 238, 4451, 496, 5665 -po/gl.po, 592, 6550, 7547, 0, 0, 0, 0, 592, 6550 -po/fur.po, 544, 5427, 6662, 0, 0, 48, 1123, 592, 6550 -po/fr.po, 578, 6423, 7857, 0, 0, 0, 0, 578, 6423 -po/fi.po, 106, 406, 318, 21, 92, 363, 5060, 490, 5558 -po/eu.po, 592, 6550, 5538, 0, 0, 0, 0, 592, 6550 -po/es.po, 592, 6550, 7784, 0, 0, 0, 0, 592, 6550 -po/eo.po, 224, 1494, 1390, 10, 120, 336, 4729, 570, 6343 -po/en_GB.po, 592, 6550, 6548, 0, 0, 0, 0, 592, 6550 -po/el.po, 532, 5863, 6193, 0, 0, 0, 0, 532, 5863 -po/de.po, 578, 6423, 6100, 0, 0, 0, 0, 578, 6423 -po/da.po, 588, 6514, 5769, 0, 0, 0, 0, 588, 6514 -po/cs.po, 592, 6550, 6152, 0, 0, 0, 0, 592, 6550 -po/ca@valencia.po, 550, 5942, 7339, 2, 71, 14, 298, 566, 6311 -po/ca.po, 550, 5942, 7356, 2, 71, 14, 298, 566, 6311 -po/bs.po, 527, 5813, 5446, 0, 0, 0, 0, 527, 5813 -po/bg.po, 37, 254, 300, 0, 0, 435, 5065, 472, 5319 -po/as.po, 69, 678, 574, 0, 0, 349, 3907, 418, 4585 diff --git a/results/f31/gspell-1.8.2-1.fc31.src.rpm.errors.txt b/results/f31/gspell-1.8.2-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f31/gspell-1.8.2-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/gspell-1.8.2-1.fc31.src.rpm.stats.csv b/results/f31/gspell-1.8.2-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 945ccad..0000000 --- a/results/f31/gspell-1.8.2-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,98 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/gspell-1.pot, 0, 0, 0, 0, 0, 32, 78, 32, 78 -po/zh_TW.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/zh_CN.gmo, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/vi.gmo, 27, 56, 89, 0, 0, 0, 0, 27, 56 -po/uk.gmo, 28, 53, 53, 0, 0, 0, 0, 28, 53 -po/tr.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/sv.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/sr.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sr@latin.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sl.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/sk.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/ru.gmo, 26, 53, 51, 0, 0, 0, 0, 26, 53 -po/ro.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/pt.gmo, 29, 62, 64, 0, 0, 0, 0, 29, 62 -po/pt_BR.gmo, 32, 78, 86, 0, 0, 0, 0, 32, 78 -po/pl.gmo, 32, 78, 75, 0, 0, 0, 0, 32, 78 -po/pa.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/oc.gmo, 32, 78, 98, 0, 0, 0, 0, 32, 78 -po/nl.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ne.gmo, 32, 78, 87, 0, 0, 0, 0, 32, 78 -po/nb.gmo, 32, 78, 74, 0, 0, 0, 0, 32, 78 -po/ml.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/mjw.gmo, 18, 39, 42, 0, 0, 0, 0, 18, 39 -po/lv.gmo, 32, 78, 76, 0, 0, 0, 0, 32, 78 -po/lt.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/ko.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/ja.gmo, 26, 53, 29, 0, 0, 0, 0, 26, 53 -po/it.gmo, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/is.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/id.gmo, 32, 78, 90, 0, 0, 0, 0, 32, 78 -po/hu.gmo, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/hr.gmo, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/he.gmo, 26, 53, 53, 0, 0, 0, 0, 26, 53 -po/gl.gmo, 32, 78, 96, 0, 0, 0, 0, 32, 78 -po/fur.gmo, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/fr.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/fi.gmo, 32, 78, 73, 0, 0, 0, 0, 32, 78 -po/fa.gmo, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/eu.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/es.gmo, 32, 78, 98, 0, 0, 0, 0, 32, 78 -po/eo.gmo, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/en_GB.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/el.gmo, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/de.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/da.gmo, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/cs.gmo, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ca@valencia.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ca.gmo, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ar.gmo, 32, 78, 83, 0, 0, 0, 0, 32, 78 -po/zh_TW.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/zh_CN.po, 32, 78, 34, 0, 0, 0, 0, 32, 78 -po/vi.po, 27, 56, 89, 5, 22, 0, 0, 32, 78 -po/uk.po, 28, 53, 53, 4, 25, 0, 0, 32, 78 -po/tr.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/sv.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/sr.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sr@latin.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/sl.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/sk.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/ru.po, 26, 53, 51, 4, 9, 2, 16, 32, 78 -po/ro.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/pt.po, 29, 62, 64, 3, 16, 0, 0, 32, 78 -po/pt_BR.po, 32, 78, 86, 0, 0, 0, 0, 32, 78 -po/pl.po, 32, 78, 75, 0, 0, 0, 0, 32, 78 -po/pa.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/oc.po, 32, 78, 98, 0, 0, 0, 0, 32, 78 -po/nl.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ne.po, 32, 78, 87, 0, 0, 0, 0, 32, 78 -po/nb.po, 32, 78, 74, 0, 0, 0, 0, 32, 78 -po/ml.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/mjw.po, 18, 39, 42, 0, 0, 14, 39, 32, 78 -po/lv.po, 32, 78, 76, 0, 0, 0, 0, 32, 78 -po/lt.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/ko.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/ja.po, 26, 53, 29, 4, 9, 2, 16, 32, 78 -po/it.po, 32, 78, 80, 0, 0, 0, 0, 32, 78 -po/is.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/id.po, 32, 78, 90, 0, 0, 0, 0, 32, 78 -po/hu.po, 32, 78, 72, 0, 0, 0, 0, 32, 78 -po/hr.po, 32, 78, 77, 0, 0, 0, 0, 32, 78 -po/he.po, 26, 53, 53, 4, 9, 2, 16, 32, 78 -po/gl.po, 32, 78, 96, 0, 0, 0, 0, 32, 78 -po/fur.po, 32, 78, 85, 0, 0, 0, 0, 32, 78 -po/fr.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/fi.po, 32, 78, 73, 0, 0, 0, 0, 32, 78 -po/fa.po, 32, 78, 89, 0, 0, 0, 0, 32, 78 -po/eu.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/es.po, 32, 78, 98, 0, 0, 0, 0, 32, 78 -po/eo.po, 32, 78, 84, 0, 0, 0, 0, 32, 78 -po/en_GB.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/el.po, 32, 78, 81, 0, 0, 0, 0, 32, 78 -po/de.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/da.po, 32, 78, 78, 0, 0, 0, 0, 32, 78 -po/cs.po, 32, 78, 79, 0, 0, 0, 0, 32, 78 -po/ca@valencia.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ca.po, 32, 78, 99, 0, 0, 0, 0, 32, 78 -po/ar.po, 32, 78, 83, 0, 0, 0, 0, 32, 78 diff --git a/results/f31/gstreamer1-1.16.1-1.fc31.src.rpm.errors.txt b/results/f31/gstreamer1-1.16.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index d07899a..0000000 --- a/results/f31/gstreamer1-1.16.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f31/gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv b/results/f31/gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 9353b93..0000000 --- a/results/f31/gstreamer1-1.16.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,84 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.gmo, 318, 1743, 1364, 0, 0, 0, 0, 318, 1743 -po/gl.po, 336, 1861, 2206, 11, 79, 31, 170, 378, 2110 -po/pl.po, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -po/zh_CN.gmo, 378, 2110, 551, 0, 0, 0, 0, 378, 2110 -po/zh_CN.po, 378, 2110, 551, 0, 0, 0, 0, 378, 2110 -po/ast.gmo, 293, 1550, 1723, 0, 0, 0, 0, 293, 1550 -po/sr.po, 373, 2074, 2136, 2, 5, 3, 31, 378, 2110 -po/bg.po, 378, 2110, 2354, 0, 0, 0, 0, 378, 2110 -po/uk.gmo, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -po/hr.po, 378, 2110, 2082, 0, 0, 0, 0, 378, 2110 -po/sq.gmo, 137, 595, 697, 0, 0, 0, 0, 137, 595 -po/nb.gmo, 378, 2110, 1935, 0, 0, 0, 0, 378, 2110 -po/fur.po, 186, 888, 1037, 2, 5, 190, 1217, 378, 2110 -po/ca.po, 317, 1736, 2259, 24, 153, 37, 221, 378, 2110 -po/vi.po, 373, 2074, 3100, 2, 5, 3, 31, 378, 2110 -po/el.gmo, 317, 1736, 1820, 0, 0, 0, 0, 317, 1736 -po/en_GB.gmo, 134, 583, 583, 0, 0, 0, 0, 134, 583 -po/gl.gmo, 336, 1861, 2206, 0, 0, 0, 0, 336, 1861 -po/az.po, 24, 41, 41, 12, 43, 342, 2026, 378, 2110 -po/af.gmo, 166, 743, 759, 0, 0, 0, 0, 166, 743 -po/fr.gmo, 378, 2110, 2491, 0, 0, 0, 0, 378, 2110 -po/cs.po, 373, 2074, 2102, 2, 5, 3, 31, 378, 2110 -po/sl.po, 349, 1947, 1915, 8, 52, 21, 111, 378, 2110 -po/hu.po, 373, 2074, 1873, 2, 5, 3, 31, 378, 2110 -po/zh_TW.po, 349, 1965, 495, 5, 30, 24, 115, 378, 2110 -po/sv.po, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -po/lt.gmo, 305, 1667, 1403, 0, 0, 0, 0, 305, 1667 -po/be.gmo, 42, 175, 169, 0, 0, 0, 0, 42, 175 -po/sk.gmo, 364, 2008, 1987, 0, 0, 0, 0, 364, 2008 -po/rw.gmo, 5, 4, 4, 0, 0, 0, 0, 5, 4 -po/be.po, 42, 175, 169, 22, 121, 314, 1814, 378, 2110 -po/nb.po, 378, 2110, 1935, 0, 0, 0, 0, 378, 2110 -po/nl.gmo, 373, 2074, 2177, 0, 0, 0, 0, 373, 2074 -po/eu.po, 292, 1544, 1333, 34, 209, 52, 357, 378, 2110 -po/ru.gmo, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -po/de.po, 378, 2110, 2148, 0, 0, 0, 0, 378, 2110 -po/gstreamer-1.0.pot, 0, 0, 0, 0, 0, 378, 2110, 378, 2110 -po/ast.po, 293, 1550, 1723, 32, 197, 53, 363, 378, 2110 -po/sr.gmo, 373, 2074, 2136, 0, 0, 0, 0, 373, 2074 -po/es.gmo, 322, 1759, 2195, 0, 0, 0, 0, 322, 1759 -po/pl.gmo, 378, 2110, 1997, 0, 0, 0, 0, 378, 2110 -po/fr.po, 378, 2110, 2491, 0, 0, 0, 0, 378, 2110 -po/id.gmo, 369, 2027, 1939, 0, 0, 0, 0, 369, 2027 -po/vi.gmo, 373, 2074, 3100, 0, 0, 0, 0, 373, 2074 -po/tr.po, 378, 2110, 1847, 0, 0, 0, 0, 378, 2110 -po/sq.po, 137, 595, 697, 85, 461, 156, 1054, 378, 2110 -po/es.po, 322, 1759, 2195, 22, 147, 34, 204, 378, 2110 -po/ru.po, 378, 2110, 1940, 0, 0, 0, 0, 378, 2110 -po/ja.gmo, 173, 688, 270, 0, 0, 0, 0, 173, 688 -po/it.po, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -po/id.po, 369, 2027, 1939, 5, 37, 4, 46, 378, 2110 -po/bg.gmo, 378, 2110, 2354, 0, 0, 0, 0, 378, 2110 -po/lt.po, 305, 1667, 1403, 28, 173, 45, 270, 378, 2110 -po/pt_BR.gmo, 369, 2027, 2390, 0, 0, 0, 0, 369, 2027 -po/zh_TW.gmo, 349, 1965, 495, 0, 0, 0, 0, 349, 1965 -po/pt_BR.po, 369, 2027, 2390, 5, 37, 4, 46, 378, 2110 -po/af.po, 166, 743, 759, 80, 420, 132, 947, 378, 2110 -po/ja.po, 173, 688, 270, 20, 99, 185, 1323, 378, 2110 -po/de.gmo, 378, 2110, 2148, 0, 0, 0, 0, 378, 2110 -po/en_GB.po, 134, 583, 583, 86, 465, 158, 1062, 378, 2110 -po/eu.gmo, 292, 1544, 1333, 0, 0, 0, 0, 292, 1544 -po/it.gmo, 378, 2110, 2406, 0, 0, 0, 0, 378, 2110 -po/fur.gmo, 186, 888, 1037, 0, 0, 0, 0, 186, 888 -po/cs.gmo, 373, 2074, 2102, 0, 0, 0, 0, 373, 2074 -po/fi.po, 318, 1743, 1364, 24, 153, 36, 214, 378, 2110 -po/ro.po, 304, 1666, 1984, 28, 173, 46, 271, 378, 2110 -po/hu.gmo, 373, 2074, 1873, 0, 0, 0, 0, 373, 2074 -po/sv.gmo, 378, 2110, 1970, 0, 0, 0, 0, 378, 2110 -po/az.gmo, 24, 41, 41, 0, 0, 0, 0, 24, 41 -po/ro.gmo, 304, 1666, 1984, 0, 0, 0, 0, 304, 1666 -po/uk.po, 378, 2110, 2029, 0, 0, 0, 0, 378, 2110 -po/tr.gmo, 378, 2110, 1847, 0, 0, 0, 0, 378, 2110 -po/el.po, 317, 1736, 1820, 23, 149, 38, 225, 378, 2110 -po/da.po, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -po/da.gmo, 378, 2110, 1972, 0, 0, 0, 0, 378, 2110 -po/rw.po, 5, 4, 4, 198, 1032, 175, 1074, 378, 2110 -po/ca.gmo, 317, 1736, 2259, 0, 0, 0, 0, 317, 1736 -po/eo.po, 67, 161, 169, 4, 16, 307, 1933, 378, 2110 -po/hr.gmo, 378, 2110, 2082, 0, 0, 0, 0, 378, 2110 -po/sl.gmo, 349, 1947, 1915, 0, 0, 0, 0, 349, 1947 -po/eo.gmo, 67, 161, 169, 0, 0, 0, 0, 67, 161 -po/sk.po, 364, 2008, 1987, 5, 37, 9, 65, 378, 2110 -po/nl.po, 373, 2074, 2177, 2, 5, 3, 31, 378, 2110 diff --git a/results/f31/gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.errors.txt b/results/f31/gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 53d66d7..0000000 --- a/results/f31/gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars.template) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f31/gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv b/results/f31/gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index c1be1ce..0000000 --- a/results/f31/gstreamer1-plugins-bad-free-1.16.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,86 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sl.po, 10, 73, 63, 3, 22, 16, 102, 29, 197 -po/eo.gmo, 8, 59, 52, 0, 0, 0, 0, 8, 59 -po/gl.po, 10, 73, 101, 3, 22, 16, 102, 29, 197 -po/mt.gmo, 7, 43, 39, 0, 0, 0, 0, 7, 43 -po/ro.po, 8, 49, 59, 4, 26, 17, 122, 29, 197 -po/pt_BR.gmo, 28, 194, 268, 0, 0, 0, 0, 28, 194 -po/ky.po, 4, 26, 20, 3, 21, 22, 150, 29, 197 -po/sq.po, 5, 30, 36, 6, 39, 18, 128, 29, 197 -po/hu.po, 28, 194, 197, 0, 0, 1, 3, 29, 197 -po/az.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -po/vi.gmo, 28, 194, 297, 0, 0, 0, 0, 28, 194 -po/eu.gmo, 8, 49, 47, 0, 0, 0, 0, 8, 49 -po/hr.po, 29, 197, 207, 0, 0, 0, 0, 29, 197 -po/af.po, 2, 12, 13, 8, 53, 19, 132, 29, 197 -po/id.po, 28, 194, 189, 0, 0, 1, 3, 29, 197 -po/ast.gmo, 28, 194, 243, 0, 0, 0, 0, 28, 194 -po/uk.po, 29, 197, 212, 0, 0, 0, 0, 29, 197 -po/bg.po, 28, 194, 246, 0, 0, 1, 3, 29, 197 -po/ja.gmo, 10, 73, 20, 0, 0, 0, 0, 10, 73 -po/cs.gmo, 28, 194, 211, 0, 0, 0, 0, 28, 194 -po/nb.po, 29, 197, 176, 0, 0, 0, 0, 29, 197 -po/sl.gmo, 10, 73, 63, 0, 0, 0, 0, 10, 73 -po/da.po, 29, 197, 175, 0, 0, 0, 0, 29, 197 -po/fr.gmo, 29, 197, 241, 0, 0, 0, 0, 29, 197 -po/es.po, 10, 73, 95, 6, 39, 13, 85, 29, 197 -po/tr.po, 29, 197, 152, 0, 0, 0, 0, 29, 197 -po/lv.po, 17, 126, 105, 9, 57, 3, 14, 29, 197 -po/nl.gmo, 28, 194, 227, 0, 0, 0, 0, 28, 194 -po/fur.po, 28, 194, 252, 0, 0, 1, 3, 29, 197 -po/mt.po, 7, 43, 39, 7, 43, 15, 111, 29, 197 -po/uk.gmo, 29, 197, 212, 0, 0, 0, 0, 29, 197 -po/pl.gmo, 29, 197, 219, 0, 0, 0, 0, 29, 197 -po/gst-plugins-bad-1.0.pot, 0, 0, 0, 0, 0, 29, 197, 29, 197 -po/or.gmo, 2, 12, 10, 0, 0, 0, 0, 2, 12 -po/az.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -po/sv.po, 29, 197, 197, 0, 0, 0, 0, 29, 197 -po/af.gmo, 2, 12, 13, 0, 0, 0, 0, 2, 12 -po/ro.gmo, 8, 49, 59, 0, 0, 0, 0, 8, 49 -po/ca.po, 10, 73, 99, 3, 22, 16, 102, 29, 197 -po/nl.po, 28, 194, 227, 0, 0, 1, 3, 29, 197 -po/sk.po, 21, 152, 140, 7, 42, 1, 3, 29, 197 -po/zh_CN.gmo, 29, 197, 31, 0, 0, 0, 0, 29, 197 -po/cs.po, 28, 194, 211, 0, 0, 1, 3, 29, 197 -po/sk.gmo, 21, 152, 140, 0, 0, 0, 0, 21, 152 -po/it.po, 29, 197, 235, 0, 0, 0, 0, 29, 197 -po/hr.gmo, 29, 197, 207, 0, 0, 0, 0, 29, 197 -po/fur.gmo, 28, 194, 252, 0, 0, 0, 0, 28, 194 -po/sr.po, 28, 194, 218, 0, 0, 1, 3, 29, 197 -po/fi.gmo, 8, 49, 38, 0, 0, 0, 0, 8, 49 -po/hu.gmo, 28, 194, 197, 0, 0, 0, 0, 28, 194 -po/fi.po, 8, 49, 38, 7, 43, 14, 105, 29, 197 -po/es.gmo, 10, 73, 95, 0, 0, 0, 0, 10, 73 -po/vi.po, 28, 194, 297, 0, 0, 1, 3, 29, 197 -po/el.po, 10, 73, 72, 3, 22, 16, 102, 29, 197 -po/ast.po, 28, 194, 243, 0, 0, 1, 3, 29, 197 -po/pl.po, 29, 197, 219, 0, 0, 0, 0, 29, 197 -po/ru.po, 29, 197, 188, 0, 0, 0, 0, 29, 197 -po/zh_CN.po, 29, 197, 31, 0, 0, 0, 0, 29, 197 -po/id.gmo, 28, 194, 189, 0, 0, 0, 0, 28, 194 -po/de.po, 29, 197, 205, 0, 0, 0, 0, 29, 197 -po/lt.gmo, 5, 30, 26, 0, 0, 0, 0, 5, 30 -po/sq.gmo, 5, 30, 36, 0, 0, 0, 0, 5, 30 -po/ru.gmo, 29, 197, 188, 0, 0, 0, 0, 29, 197 -po/ky.gmo, 4, 26, 20, 0, 0, 0, 0, 4, 26 -po/lv.gmo, 17, 126, 105, 0, 0, 0, 0, 17, 126 -po/da.gmo, 29, 197, 175, 0, 0, 0, 0, 29, 197 -po/gl.gmo, 10, 73, 101, 0, 0, 0, 0, 10, 73 -po/en_GB.gmo, 2, 12, 12, 0, 0, 0, 0, 2, 12 -po/ca.gmo, 10, 73, 99, 0, 0, 0, 0, 10, 73 -po/it.gmo, 29, 197, 235, 0, 0, 0, 0, 29, 197 -po/sv.gmo, 29, 197, 197, 0, 0, 0, 0, 29, 197 -po/eu.po, 8, 49, 47, 4, 26, 17, 122, 29, 197 -po/tr.gmo, 29, 197, 152, 0, 0, 0, 0, 29, 197 -po/de.gmo, 29, 197, 205, 0, 0, 0, 0, 29, 197 -po/eo.po, 8, 59, 52, 5, 36, 16, 102, 29, 197 -po/ja.po, 10, 73, 20, 6, 39, 13, 85, 29, 197 -po/sr.gmo, 28, 194, 218, 0, 0, 0, 0, 28, 194 -po/fr.po, 29, 197, 241, 0, 0, 0, 0, 29, 197 -po/or.po, 2, 12, 10, 8, 53, 19, 132, 29, 197 -po/lt.po, 5, 30, 26, 6, 39, 18, 128, 29, 197 -po/nb.gmo, 29, 197, 176, 0, 0, 0, 0, 29, 197 -po/pt_BR.po, 28, 194, 268, 0, 0, 1, 3, 29, 197 -po/bg.gmo, 28, 194, 246, 0, 0, 0, 0, 28, 194 -po/en_GB.po, 2, 12, 12, 8, 53, 19, 132, 29, 197 -po/el.gmo, 10, 73, 72, 0, 0, 0, 0, 10, 73 diff --git a/results/f31/gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.errors.txt b/results/f31/gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index d07899a..0000000 --- a/results/f31/gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f31/gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv b/results/f31/gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 3c5c7fc..0000000 --- a/results/f31/gstreamer1-plugins-base-1.16.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,80 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.gmo, 124, 640, 416, 0, 0, 0, 0, 124, 640 -po/gl.po, 136, 677, 840, 13, 65, 56, 250, 205, 992 -po/pl.po, 205, 992, 957, 0, 0, 0, 0, 205, 992 -po/zh_CN.gmo, 205, 992, 356, 0, 0, 0, 0, 205, 992 -po/zh_CN.po, 205, 992, 356, 0, 0, 0, 0, 205, 992 -po/sr.po, 196, 939, 915, 1, 5, 8, 48, 205, 992 -po/bg.po, 205, 992, 1070, 0, 0, 0, 0, 205, 992 -po/uk.gmo, 205, 992, 950, 0, 0, 0, 0, 205, 992 -po/hr.po, 204, 976, 941, 0, 0, 1, 16, 205, 992 -po/sq.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -po/lv.gmo, 154, 770, 635, 0, 0, 0, 0, 154, 770 -po/nb.gmo, 205, 992, 846, 0, 0, 0, 0, 205, 992 -po/fur.po, 131, 590, 681, 2, 8, 72, 394, 205, 992 -po/or.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -po/ca.po, 124, 640, 823, 22, 95, 59, 257, 205, 992 -po/vi.po, 196, 939, 1439, 1, 5, 8, 48, 205, 992 -po/el.gmo, 126, 651, 687, 0, 0, 0, 0, 126, 651 -po/en_GB.gmo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -po/gl.gmo, 136, 677, 840, 0, 0, 0, 0, 136, 677 -po/az.po, 2, 8, 7, 18, 123, 185, 861, 205, 992 -po/af.gmo, 2, 8, 9, 0, 0, 0, 0, 2, 8 -po/fr.gmo, 205, 992, 1227, 0, 0, 0, 0, 205, 992 -po/cs.po, 196, 939, 932, 1, 5, 8, 48, 205, 992 -po/sl.po, 136, 677, 628, 11, 55, 58, 260, 205, 992 -po/hu.po, 196, 939, 818, 1, 5, 8, 48, 205, 992 -po/sv.po, 205, 992, 823, 0, 0, 0, 0, 205, 992 -po/lt.gmo, 70, 316, 265, 0, 0, 0, 0, 70, 316 -po/sk.gmo, 186, 887, 804, 0, 0, 0, 0, 186, 887 -po/nb.po, 205, 992, 846, 0, 0, 0, 0, 205, 992 -po/nl.gmo, 191, 912, 911, 0, 0, 0, 0, 191, 912 -po/eu.po, 85, 407, 397, 19, 73, 101, 512, 205, 992 -po/ru.gmo, 205, 992, 891, 0, 0, 0, 0, 205, 992 -po/de.po, 205, 992, 886, 0, 0, 0, 0, 205, 992 -po/sr.gmo, 196, 939, 915, 0, 0, 0, 0, 196, 939 -po/es.gmo, 126, 651, 827, 0, 0, 0, 0, 126, 651 -po/pl.gmo, 205, 992, 957, 0, 0, 0, 0, 205, 992 -po/fr.po, 205, 992, 1227, 0, 0, 0, 0, 205, 992 -po/id.gmo, 196, 939, 912, 0, 0, 0, 0, 196, 939 -po/vi.gmo, 196, 939, 1439, 0, 0, 0, 0, 196, 939 -po/tr.po, 205, 992, 870, 0, 0, 0, 0, 205, 992 -po/sq.po, 2, 8, 9, 18, 123, 185, 861, 205, 992 -po/es.po, 126, 651, 827, 20, 84, 59, 257, 205, 992 -po/ru.po, 205, 992, 891, 0, 0, 0, 0, 205, 992 -po/ja.gmo, 94, 448, 197, 0, 0, 0, 0, 94, 448 -po/it.po, 205, 992, 1086, 0, 0, 0, 0, 205, 992 -po/id.po, 196, 939, 912, 1, 5, 8, 48, 205, 992 -po/bg.gmo, 205, 992, 1070, 0, 0, 0, 0, 205, 992 -po/lt.po, 70, 316, 265, 30, 137, 105, 539, 205, 992 -po/pt_BR.gmo, 196, 939, 1171, 0, 0, 0, 0, 196, 939 -po/pt_BR.po, 196, 939, 1171, 1, 5, 8, 48, 205, 992 -po/af.po, 2, 8, 9, 18, 123, 185, 861, 205, 992 -po/ja.po, 94, 448, 197, 20, 75, 91, 469, 205, 992 -po/de.gmo, 205, 992, 886, 0, 0, 0, 0, 205, 992 -po/en_GB.po, 2, 8, 8, 18, 123, 185, 861, 205, 992 -po/eu.gmo, 85, 407, 397, 0, 0, 0, 0, 85, 407 -po/gst-plugins-base-1.0.pot, 0, 0, 0, 0, 0, 205, 992, 205, 992 -po/it.gmo, 205, 992, 1086, 0, 0, 0, 0, 205, 992 -po/fur.gmo, 131, 590, 681, 0, 0, 0, 0, 131, 590 -po/lv.po, 154, 770, 635, 7, 41, 44, 181, 205, 992 -po/cs.gmo, 196, 939, 932, 0, 0, 0, 0, 196, 939 -po/fi.po, 124, 640, 416, 22, 95, 59, 257, 205, 992 -po/ro.po, 80, 394, 416, 18, 64, 107, 534, 205, 992 -po/or.po, 2, 8, 7, 18, 123, 185, 861, 205, 992 -po/hu.gmo, 196, 939, 818, 0, 0, 0, 0, 196, 939 -po/sv.gmo, 205, 992, 823, 0, 0, 0, 0, 205, 992 -po/az.gmo, 2, 8, 7, 0, 0, 0, 0, 2, 8 -po/ro.gmo, 80, 394, 416, 0, 0, 0, 0, 80, 394 -po/uk.po, 205, 992, 950, 0, 0, 0, 0, 205, 992 -po/tr.gmo, 205, 992, 870, 0, 0, 0, 0, 205, 992 -po/el.po, 126, 651, 687, 20, 84, 59, 257, 205, 992 -po/da.po, 204, 976, 836, 0, 0, 1, 16, 205, 992 -po/da.gmo, 204, 976, 836, 0, 0, 0, 0, 204, 976 -po/ca.gmo, 124, 640, 823, 0, 0, 0, 0, 124, 640 -po/eo.po, 28, 167, 162, 3, 17, 174, 808, 205, 992 -po/hr.gmo, 204, 976, 941, 0, 0, 0, 0, 204, 976 -po/sl.gmo, 136, 677, 628, 0, 0, 0, 0, 136, 677 -po/eo.gmo, 28, 167, 162, 0, 0, 0, 0, 28, 167 -po/sk.po, 186, 887, 804, 4, 28, 15, 77, 205, 992 -po/nl.po, 191, 912, 911, 4, 28, 10, 52, 205, 992 diff --git a/results/f31/gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.errors.txt b/results/f31/gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index d07899a..0000000 --- a/results/f31/gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) diff --git a/results/f31/gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv b/results/f31/gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 7fa91e5..0000000 --- a/results/f31/gstreamer1-plugins-good-1.16.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,88 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.gmo, 50, 432, 344, 0, 0, 0, 0, 50, 432 -po/mt.gmo, 40, 340, 319, 0, 0, 0, 0, 40, 340 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gl.po, 65, 558, 715, 20, 152, 13, 92, 98, 802 -po/pl.po, 98, 802, 784, 0, 0, 0, 0, 98, 802 -po/zh_CN.gmo, 98, 802, 174, 0, 0, 0, 0, 98, 802 -po/zh_CN.po, 98, 802, 174, 0, 0, 0, 0, 98, 802 -po/sr.po, 88, 716, 740, 6, 43, 4, 43, 98, 802 -po/bg.po, 88, 716, 741, 6, 43, 4, 43, 98, 802 -po/uk.gmo, 98, 802, 783, 0, 0, 0, 0, 98, 802 -po/hr.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/ky.po, 0, 0, 0, 5, 47, 93, 755, 98, 802 -po/sq.gmo, 1, 10, 13, 0, 0, 0, 0, 1, 10 -po/lv.gmo, 67, 572, 467, 0, 0, 0, 0, 67, 572 -po/nb.gmo, 98, 802, 738, 0, 0, 0, 0, 98, 802 -po/fur.po, 80, 665, 840, 7, 52, 11, 85, 98, 802 -po/or.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -po/ca.po, 53, 458, 593, 29, 231, 16, 113, 98, 802 -po/vi.po, 88, 716, 1097, 6, 43, 4, 43, 98, 802 -po/el.gmo, 53, 458, 516, 0, 0, 0, 0, 53, 458 -po/en_GB.gmo, 1, 10, 10, 0, 0, 0, 0, 1, 10 -po/gl.gmo, 65, 558, 715, 0, 0, 0, 0, 65, 558 -po/az.po, 1, 10, 9, 34, 254, 63, 538, 98, 802 -po/af.gmo, 1, 10, 8, 0, 0, 0, 0, 1, 10 -po/fr.gmo, 98, 802, 972, 0, 0, 0, 0, 98, 802 -po/cs.po, 88, 716, 639, 6, 43, 4, 43, 98, 802 -po/sl.po, 67, 572, 531, 20, 152, 11, 78, 98, 802 -po/hu.po, 88, 716, 666, 6, 43, 4, 43, 98, 802 -po/zh_TW.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -po/sv.po, 98, 802, 791, 0, 0, 0, 0, 98, 802 -po/lt.gmo, 44, 405, 308, 0, 0, 0, 0, 44, 405 -po/sk.gmo, 83, 686, 644, 0, 0, 0, 0, 83, 686 -po/zh_HK.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -po/nb.po, 98, 802, 738, 0, 0, 0, 0, 98, 802 -po/nl.gmo, 88, 716, 724, 0, 0, 0, 0, 88, 716 -po/eu.po, 44, 405, 376, 33, 258, 21, 139, 98, 802 -po/ru.gmo, 98, 802, 694, 0, 0, 0, 0, 98, 802 -po/de.po, 98, 802, 845, 0, 0, 0, 0, 98, 802 -po/sr.gmo, 88, 716, 740, 0, 0, 0, 0, 88, 716 -po/es.gmo, 56, 483, 602, 0, 0, 0, 0, 56, 483 -po/pl.gmo, 98, 802, 784, 0, 0, 0, 0, 98, 802 -po/fr.po, 98, 802, 972, 0, 0, 0, 0, 98, 802 -po/id.gmo, 86, 702, 663, 0, 0, 0, 0, 86, 702 -po/vi.gmo, 88, 716, 1097, 0, 0, 0, 0, 88, 716 -po/tr.po, 97, 784, 622, 0, 0, 1, 18, 98, 802 -po/sq.po, 1, 10, 13, 36, 265, 61, 527, 98, 802 -po/es.po, 56, 483, 602, 28, 221, 14, 98, 98, 802 -po/ru.po, 98, 802, 694, 0, 0, 0, 0, 98, 802 -po/ja.gmo, 65, 558, 161, 0, 0, 0, 0, 65, 558 -po/zh_HK.po, 6, 54, 8, 1, 9, 91, 739, 98, 802 -po/it.po, 98, 802, 924, 0, 0, 0, 0, 98, 802 -po/id.po, 86, 702, 663, 8, 57, 4, 43, 98, 802 -po/bg.gmo, 88, 716, 741, 0, 0, 0, 0, 88, 716 -po/lt.po, 44, 405, 308, 33, 258, 21, 139, 98, 802 -po/pt_BR.gmo, 88, 716, 875, 0, 0, 0, 0, 88, 716 -po/zh_TW.gmo, 6, 54, 8, 0, 0, 0, 0, 6, 54 -po/mt.po, 40, 340, 319, 36, 293, 22, 169, 98, 802 -po/pt_BR.po, 88, 716, 875, 6, 43, 4, 43, 98, 802 -po/af.po, 1, 10, 8, 34, 254, 63, 538, 98, 802 -po/ja.po, 65, 558, 161, 20, 152, 13, 92, 98, 802 -po/de.gmo, 98, 802, 845, 0, 0, 0, 0, 98, 802 -po/en_GB.po, 1, 10, 10, 36, 265, 61, 527, 98, 802 -po/eu.gmo, 44, 405, 376, 0, 0, 0, 0, 44, 405 -po/it.gmo, 98, 802, 924, 0, 0, 0, 0, 98, 802 -po/fur.gmo, 80, 665, 840, 0, 0, 0, 0, 80, 665 -po/lv.po, 67, 572, 467, 20, 152, 11, 78, 98, 802 -po/cs.gmo, 88, 716, 639, 0, 0, 0, 0, 88, 716 -po/fi.po, 50, 432, 344, 32, 258, 16, 112, 98, 802 -po/ro.po, 44, 405, 448, 33, 258, 21, 139, 98, 802 -po/or.po, 1, 10, 9, 38, 295, 59, 497, 98, 802 -po/hu.gmo, 88, 716, 666, 0, 0, 0, 0, 88, 716 -po/sv.gmo, 98, 802, 791, 0, 0, 0, 0, 98, 802 -po/az.gmo, 1, 10, 9, 0, 0, 0, 0, 1, 10 -po/ro.gmo, 44, 405, 448, 0, 0, 0, 0, 44, 405 -po/uk.po, 98, 802, 783, 0, 0, 0, 0, 98, 802 -po/tr.gmo, 97, 784, 622, 0, 0, 0, 0, 97, 784 -po/el.po, 53, 458, 516, 23, 186, 22, 158, 98, 802 -po/da.po, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/da.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/ca.gmo, 53, 458, 593, 0, 0, 0, 0, 53, 458 -po/eo.po, 6, 41, 38, 1, 9, 91, 752, 98, 802 -po/hr.gmo, 98, 802, 756, 0, 0, 0, 0, 98, 802 -po/sl.gmo, 67, 572, 531, 0, 0, 0, 0, 67, 572 -po/eo.gmo, 6, 41, 38, 0, 0, 0, 0, 6, 41 -po/sk.po, 83, 686, 644, 8, 57, 7, 59, 98, 802 -po/nl.po, 88, 716, 724, 6, 43, 4, 43, 98, 802 -po/gst-plugins-good-1.0.pot, 0, 0, 0, 0, 0, 98, 802, 98, 802 diff --git a/results/f31/gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.errors.txt b/results/f31/gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 1ffe68d..0000000 --- a/results/f31/gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) diff --git a/results/f31/gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv b/results/f31/gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 2668dcb..0000000 --- a/results/f31/gstreamer1-plugins-ugly-free-1.16.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,88 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sl.po, 10, 80, 66, 0, 0, 0, 0, 10, 80 -po/eo.gmo, 10, 80, 79, 0, 0, 0, 0, 10, 80 -po/gl.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/mt.gmo, 8, 56, 50, 0, 0, 0, 0, 8, 56 -po/ro.po, 8, 56, 63, 1, 4, 1, 20, 10, 80 -po/pt_BR.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/sq.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -po/hu.po, 10, 80, 76, 0, 0, 0, 0, 10, 80 -po/az.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -po/vi.gmo, 10, 80, 100, 0, 0, 0, 0, 10, 80 -po/eu.gmo, 8, 56, 56, 0, 0, 0, 0, 8, 56 -po/hr.po, 10, 80, 68, 0, 0, 0, 0, 10, 80 -po/af.po, 1, 7, 8, 4, 21, 5, 52, 10, 80 -po/id.po, 10, 80, 71, 0, 0, 0, 0, 10, 80 -po/ast.gmo, 10, 80, 85, 0, 0, 0, 0, 10, 80 -po/uk.po, 10, 80, 74, 0, 0, 0, 0, 10, 80 -po/bg.po, 10, 80, 99, 0, 0, 0, 0, 10, 80 -po/ja.gmo, 10, 80, 18, 0, 0, 0, 0, 10, 80 -po/cs.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/nb.po, 10, 80, 72, 0, 0, 0, 0, 10, 80 -po/sl.gmo, 10, 80, 66, 0, 0, 0, 0, 10, 80 -po/da.po, 10, 80, 69, 0, 0, 0, 0, 10, 80 -po/fr.gmo, 10, 80, 89, 0, 0, 0, 0, 10, 80 -po/es.po, 10, 80, 105, 0, 0, 0, 0, 10, 80 -po/tr.po, 10, 80, 56, 0, 0, 0, 0, 10, 80 -po/lv.po, 10, 80, 59, 0, 0, 0, 0, 10, 80 -po/gst-plugins-ugly-1.0.pot, 0, 0, 0, 0, 0, 10, 80, 10, 80 -po/nl.gmo, 10, 80, 83, 0, 0, 0, 0, 10, 80 -po/fur.po, 10, 80, 87, 0, 0, 0, 0, 10, 80 -po/mt.po, 8, 56, 50, 1, 4, 1, 20, 10, 80 -po/uk.gmo, 10, 80, 74, 0, 0, 0, 0, 10, 80 -po/pl.gmo, 10, 80, 85, 0, 0, 0, 0, 10, 80 -po/ta.po, 10, 80, 56, 0, 0, 0, 0, 10, 80 -po/or.gmo, 1, 7, 6, 0, 0, 0, 0, 1, 7 -po/az.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -po/sv.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/af.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -po/ro.gmo, 8, 56, 63, 0, 0, 0, 0, 8, 56 -po/ca.po, 10, 80, 102, 0, 0, 0, 0, 10, 80 -po/ms.gmo, 8, 56, 51, 0, 0, 0, 0, 8, 56 -po/nl.po, 10, 80, 83, 0, 0, 0, 0, 10, 80 -po/sk.po, 10, 80, 73, 0, 0, 0, 0, 10, 80 -po/zh_CN.gmo, 10, 80, 32, 0, 0, 0, 0, 10, 80 -po/cs.po, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/sk.gmo, 10, 80, 73, 0, 0, 0, 0, 10, 80 -po/it.po, 10, 80, 90, 0, 0, 0, 0, 10, 80 -po/hr.gmo, 10, 80, 68, 0, 0, 0, 0, 10, 80 -po/fur.gmo, 10, 80, 87, 0, 0, 0, 0, 10, 80 -po/ta.gmo, 10, 80, 56, 0, 0, 0, 0, 10, 80 -po/sr.po, 10, 80, 80, 0, 0, 0, 0, 10, 80 -po/fi.gmo, 8, 56, 47, 0, 0, 0, 0, 8, 56 -po/hu.gmo, 10, 80, 76, 0, 0, 0, 0, 10, 80 -po/fi.po, 8, 56, 47, 1, 4, 1, 20, 10, 80 -po/es.gmo, 10, 80, 105, 0, 0, 0, 0, 10, 80 -po/vi.po, 10, 80, 100, 0, 0, 0, 0, 10, 80 -po/el.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/ast.po, 10, 80, 85, 0, 0, 0, 0, 10, 80 -po/pl.po, 10, 80, 85, 0, 0, 0, 0, 10, 80 -po/ru.po, 10, 80, 67, 0, 0, 0, 0, 10, 80 -po/zh_CN.po, 10, 80, 32, 0, 0, 0, 0, 10, 80 -po/id.gmo, 10, 80, 71, 0, 0, 0, 0, 10, 80 -po/de.po, 10, 80, 91, 0, 0, 0, 0, 10, 80 -po/lt.gmo, 5, 38, 30, 0, 0, 0, 0, 5, 38 -po/sq.gmo, 1, 7, 8, 0, 0, 0, 0, 1, 7 -po/ru.gmo, 10, 80, 67, 0, 0, 0, 0, 10, 80 -po/lv.gmo, 10, 80, 59, 0, 0, 0, 0, 10, 80 -po/da.gmo, 10, 80, 69, 0, 0, 0, 0, 10, 80 -po/gl.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/ms.po, 8, 56, 51, 1, 4, 1, 20, 10, 80 -po/en_GB.gmo, 1, 7, 7, 0, 0, 0, 0, 1, 7 -po/ca.gmo, 10, 80, 102, 0, 0, 0, 0, 10, 80 -po/it.gmo, 10, 80, 90, 0, 0, 0, 0, 10, 80 -po/sv.gmo, 10, 80, 75, 0, 0, 0, 0, 10, 80 -po/eu.po, 8, 56, 56, 1, 4, 1, 20, 10, 80 -po/tr.gmo, 10, 80, 56, 0, 0, 0, 0, 10, 80 -po/de.gmo, 10, 80, 91, 0, 0, 0, 0, 10, 80 -po/eo.po, 10, 80, 79, 0, 0, 0, 0, 10, 80 -po/ja.po, 10, 80, 18, 0, 0, 0, 0, 10, 80 -po/sr.gmo, 10, 80, 80, 0, 0, 0, 0, 10, 80 -po/fr.po, 10, 80, 89, 0, 0, 0, 0, 10, 80 -po/or.po, 1, 7, 6, 4, 21, 5, 52, 10, 80 -po/lt.po, 5, 38, 30, 3, 16, 2, 26, 10, 80 -po/nb.gmo, 10, 80, 72, 0, 0, 0, 0, 10, 80 -po/pt_BR.po, 10, 80, 107, 0, 0, 0, 0, 10, 80 -po/bg.gmo, 10, 80, 99, 0, 0, 0, 0, 10, 80 -po/en_GB.po, 1, 7, 7, 4, 21, 5, 52, 10, 80 -po/el.gmo, 10, 80, 107, 0, 0, 0, 0, 10, 80 diff --git a/results/f31/gtk-vnc-1.0.0-1.fc31.src.rpm.errors.txt b/results/f31/gtk-vnc-1.0.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 83298d2..0000000 --- a/results/f31/gtk-vnc-1.0.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv b/results/f31/gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index f11b07e..0000000 --- a/results/f31/gtk-vnc-1.0.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/pt_BR.po, 22, 81, 99, 0, 0, 0, 0, 22, 81 -po/sl.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -po/es.po, 22, 81, 113, 0, 0, 0, 0, 22, 81 -po/sv.po, 22, 81, 79, 0, 0, 0, 0, 22, 81 -po/ca.po, 22, 81, 139, 0, 0, 0, 0, 22, 81 -po/el.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -po/ro.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/ca@valencia.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -po/nds.po, 3, 8, 7, 0, 0, 0, 0, 3, 8 -po/zh_HK.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -po/hr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/uk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/lt.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/oc.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -po/pl.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/sr.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/gl.po, 22, 81, 115, 0, 0, 0, 0, 22, 81 -po/lv.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/te.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/eu.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -po/bs.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/pa.po, 22, 81, 96, 0, 0, 0, 0, 22, 81 -po/th.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -po/en_GB.po, 22, 81, 81, 0, 0, 0, 0, 22, 81 -po/fr.po, 22, 81, 111, 0, 0, 0, 0, 22, 81 -po/hu.po, 22, 81, 77, 0, 0, 0, 0, 22, 81 -po/nl.po, 3, 8, 6, 0, 0, 0, 0, 3, 8 -po/pt.po, 3, 8, 11, 0, 0, 0, 0, 3, 8 -po/ru.po, 22, 81, 82, 0, 0, 0, 0, 22, 81 -po/gd.po, 3, 8, 12, 0, 0, 0, 0, 3, 8 -po/eo.po, 3, 8, 14, 0, 0, 0, 0, 3, 8 -po/guc.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/id.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/de.po, 22, 81, 83, 0, 0, 0, 0, 22, 81 -po/zh_CN.po, 22, 81, 30, 0, 0, 0, 0, 22, 81 -po/zh_TW.po, 21, 75, 28, 0, 0, 1, 6, 22, 81 -po/ja.po, 3, 8, 5, 0, 0, 0, 0, 3, 8 -po/fur.po, 3, 8, 13, 0, 0, 0, 0, 3, 8 -po/da.po, 22, 81, 89, 0, 0, 0, 0, 22, 81 -po/ko.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/sk.po, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/sr@latin.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/he.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/it.po, 22, 81, 92, 0, 0, 0, 0, 22, 81 -po/tr.po, 3, 8, 9, 0, 0, 0, 0, 3, 8 -po/tg.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 -po/nb.po, 3, 8, 10, 0, 0, 0, 0, 3, 8 diff --git a/results/f31/gtk2-2.24.32-5.fc31.src.rpm.errors.txt b/results/f31/gtk2-2.24.32-5.fc31.src.rpm.errors.txt deleted file mode 100644 index bfe8994..0000000 --- a/results/f31/gtk2-2.24.32-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/ChangeLog) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/README.translators) -translate.tools.pocount: ERROR: Unknown filetype (./po/po2tbl.sed.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' diff --git a/results/f31/gtk2-2.24.32-5.fc31.src.rpm.stats.csv b/results/f31/gtk2-2.24.32-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 4e8952d..0000000 --- a/results/f31/gtk2-2.24.32-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,415 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-properties/nso.gmo, 987, 5438, 7966, 0, 0, 0, 0, 987, 5438 -po-properties/wa.po, 459, 1797, 2311, 184, 817, 1076, 7228, 1719, 9842 -po-properties/en_CA.po, 1501, 8620, 8623, 165, 887, 53, 335, 1719, 9842 -po-properties/sr@ije.gmo, 987, 5438, 5051, 0, 0, 0, 0, 987, 5438 -po-properties/de.po, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -po-properties/ar.po, 1577, 9006, 7417, 109, 617, 33, 219, 1719, 9842 -po-properties/ka.po, 1292, 7118, 4878, 255, 1448, 172, 1276, 1719, 9842 -po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/zh_HK.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/am.po, 91, 161, 170, 250, 902, 1378, 8779, 1719, 9842 -po-properties/rw.gmo, 84, 104, 104, 0, 0, 0, 0, 84, 104 -po-properties/uz@cyrillic.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -po-properties/bs.po, 987, 5438, 5106, 486, 2657, 246, 1747, 1719, 9842 -po-properties/lv.po, 1500, 7984, 6338, 58, 330, 161, 1528, 1719, 9842 -po-properties/nso.po, 987, 5438, 7966, 485, 2651, 247, 1753, 1719, 9842 -po-properties/eu.gmo, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -po-properties/dz.po, 1390, 7921, 3051, 244, 1359, 85, 562, 1719, 9842 -po-properties/pt.gmo, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -po-properties/th.po, 154, 879, 249, 41, 226, 1524, 8737, 1719, 9842 -po-properties/nds.gmo, 560, 1536, 1242, 0, 0, 0, 0, 560, 1536 -po-properties/uk.gmo, 1718, 9837, 8324, 0, 0, 0, 0, 1718, 9837 -po-properties/ml.gmo, 1680, 9570, 6829, 0, 0, 0, 0, 1680, 9570 -po-properties/lv.gmo, 1500, 7984, 6338, 0, 0, 0, 0, 1500, 7984 -po-properties/cs.gmo, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -po-properties/pt.po, 1716, 9819, 11377, 0, 0, 0, 0, 1716, 9819 -po-properties/yi.po, 758, 4040, 4006, 608, 3317, 353, 2485, 1719, 9842 -po-properties/br.po, 164, 281, 323, 17, 50, 1538, 9511, 1719, 9842 -po-properties/az.gmo, 987, 5438, 4244, 0, 0, 0, 0, 987, 5438 -po-properties/te.po, 1680, 9570, 6784, 31, 202, 8, 70, 1719, 9842 -po-properties/nn.po, 903, 4951, 4476, 514, 2808, 302, 2083, 1719, 9842 -po-properties/oc.gmo, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -po-properties/br.gmo, 164, 281, 323, 0, 0, 0, 0, 164, 281 -po-properties/az_IR.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -po-properties/bn.po, 1718, 9837, 9350, 1, 5, 0, 0, 1719, 9842 -po-properties/ca@valencia.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -po-properties/xh.po, 1102, 6156, 5347, 425, 2339, 192, 1347, 1719, 9842 -po-properties/ne.gmo, 1121, 6287, 5162, 0, 0, 0, 0, 1121, 6287 -po-properties/tr.po, 1639, 9337, 7175, 60, 354, 20, 151, 1719, 9842 -po-properties/hy.gmo, 16, 38, 27, 0, 0, 0, 0, 16, 38 -po-properties/hu.po, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -po-properties/sr.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -po-properties/el.gmo, 1718, 9837, 10251, 0, 0, 0, 0, 1718, 9837 -po-properties/pl.gmo, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -po-properties/nn.gmo, 903, 4951, 4476, 0, 0, 0, 0, 903, 4951 -po-properties/gl.gmo, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -po-properties/zh_TW.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/nl.po, 1641, 9344, 8717, 58, 347, 20, 151, 1719, 9842 -po-properties/eu.po, 1716, 9819, 7953, 0, 0, 0, 0, 1716, 9819 -po-properties/kk.po, 7, 7, 7, 164, 368, 1548, 9467, 1719, 9842 -po-properties/pl.po, 1729, 9908, 8858, 0, 0, 0, 0, 1729, 9908 -po-properties/ast.gmo, 1690, 9636, 10837, 0, 0, 0, 0, 1690, 9636 -po-properties/ta.po, 1680, 9570, 7251, 31, 202, 8, 70, 1719, 9842 -po-properties/hr.gmo, 1138, 6381, 5836, 0, 0, 0, 0, 1138, 6381 -po-properties/zh_CN.po, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -po-properties/mr.po, 1718, 9837, 7966, 1, 5, 0, 0, 1719, 9842 -po-properties/mai.po, 1680, 9570, 9441, 31, 202, 8, 70, 1719, 9842 -po-properties/be.po, 758, 4040, 3415, 608, 3317, 353, 2485, 1719, 9842 -po-properties/nb.gmo, 1479, 7808, 6611, 0, 0, 0, 0, 1479, 7808 -po-properties/bg.po, 1718, 9837, 10226, 1, 5, 0, 0, 1719, 9842 -po-properties/te.gmo, 1680, 9570, 6784, 0, 0, 0, 0, 1680, 9570 -po-properties/gu.po, 1680, 9570, 9098, 31, 202, 8, 70, 1719, 9842 -po-properties/ku.po, 69, 108, 110, 86, 280, 1564, 9454, 1719, 9842 -po-properties/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/yi.gmo, 758, 4040, 4006, 0, 0, 0, 0, 758, 4040 -po-properties/en_GB.po, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -po-properties/az_IR.po, 1, 2, 2, 2, 4, 1716, 9836, 1719, 9842 -po-properties/li.po, 758, 4040, 3744, 608, 3317, 353, 2485, 1719, 9842 -po-properties/af.po, 980, 5396, 5019, 489, 2677, 250, 1769, 1719, 9842 -po-properties/bg.gmo, 1718, 9837, 10226, 0, 0, 0, 0, 1718, 9837 -po-properties/ku.gmo, 69, 108, 110, 0, 0, 0, 0, 69, 108 -po-properties/si.po, 332, 1377, 1206, 103, 457, 1284, 8008, 1719, 9842 -po-properties/is.po, 69, 376, 332, 249, 1210, 1401, 8256, 1719, 9842 -po-properties/ca@valencia.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -po-properties/it.po, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -po-properties/ang.po, 33, 91, 82, 54, 225, 1632, 9526, 1719, 9842 -po-properties/ms.po, 925, 5021, 4230, 508, 2765, 286, 2056, 1719, 9842 -po-properties/hi.po, 1680, 9570, 10235, 31, 202, 8, 70, 1719, 9842 -po-properties/ro.po, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -po-properties/ast.po, 1690, 9636, 10837, 23, 157, 6, 49, 1719, 9842 -po-properties/bs.gmo, 987, 5438, 5106, 0, 0, 0, 0, 987, 5438 -po-properties/id.po, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -po-properties/zh_CN.gmo, 1716, 9819, 2017, 0, 0, 0, 0, 1716, 9819 -po-properties/lt.gmo, 1718, 9837, 7657, 0, 0, 0, 0, 1718, 9837 -po-properties/ta.gmo, 1680, 9570, 7251, 0, 0, 0, 0, 1680, 9570 -po-properties/ru.gmo, 1718, 9837, 8315, 0, 0, 0, 0, 1718, 9837 -po-properties/sl.po, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -po-properties/gtk20-properties.pot, 0, 0, 0, 0, 0, 1729, 9908, 1729, 9908 -po-properties/et.po, 822, 4033, 2992, 99, 569, 794, 5215, 1715, 9817 -po-properties/my.po, 1651, 9398, 6432, 52, 316, 16, 128, 1719, 9842 -po-properties/he.po, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -po-properties/si.gmo, 332, 1377, 1206, 0, 0, 0, 0, 332, 1377 -po-properties/he.gmo, 1716, 9819, 9819, 0, 0, 0, 0, 1716, 9819 -po-properties/mk.gmo, 1489, 8558, 8759, 0, 0, 0, 0, 1489, 8558 -po-properties/mn.gmo, 987, 5438, 4334, 0, 0, 0, 0, 987, 5438 -po-properties/mi.po, 1, 1, 1, 113, 219, 1605, 9622, 1719, 9842 -po-properties/or.gmo, 1680, 9570, 8501, 0, 0, 0, 0, 1680, 9570 -po-properties/dz.gmo, 1390, 7921, 3051, 0, 0, 0, 0, 1390, 7921 -po-properties/en_GB.gmo, 1721, 9860, 9849, 0, 0, 0, 0, 1721, 9860 -po-properties/bn.gmo, 1718, 9837, 9350, 0, 0, 0, 0, 1718, 9837 -po-properties/sq.gmo, 1577, 9006, 9943, 0, 0, 0, 0, 1577, 9006 -po-properties/hr.po, 1138, 6381, 5836, 395, 2095, 186, 1366, 1719, 9842 -po-properties/vi.po, 1718, 9837, 13588, 1, 5, 0, 0, 1719, 9842 -po-properties/sv.po, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -po-properties/uk.po, 1718, 9837, 8324, 1, 5, 0, 0, 1719, 9842 -po-properties/cs.po, 1716, 9819, 8344, 0, 0, 0, 0, 1716, 9819 -po-properties/am.gmo, 91, 161, 170, 0, 0, 0, 0, 91, 161 -po-properties/uz.po, 384, 1279, 1012, 47, 210, 1288, 8353, 1719, 9842 -po-properties/en_CA.gmo, 1501, 8620, 8623, 0, 0, 0, 0, 1501, 8620 -po-properties/kk.gmo, 7, 7, 7, 0, 0, 0, 0, 7, 7 -po-properties/sr.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -po-properties/mr.gmo, 1718, 9837, 7966, 0, 0, 0, 0, 1718, 9837 -po-properties/ug.po, 12, 15, 18, 253, 616, 1451, 9188, 1716, 9819 -po-properties/ml.po, 1680, 9570, 6829, 31, 202, 8, 70, 1719, 9842 -po-properties/fa.gmo, 308, 1016, 970, 0, 0, 0, 0, 308, 1016 -po-properties/nds.po, 560, 1536, 1242, 1153, 8239, 6, 67, 1719, 9842 -po-properties/kn.gmo, 1682, 9574, 7031, 0, 0, 0, 0, 1682, 9574 -po-properties/vi.gmo, 1718, 9837, 13588, 0, 0, 0, 0, 1718, 9837 -po-properties/ko.gmo, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -po-properties/gl.po, 1716, 9819, 11730, 0, 0, 0, 0, 1716, 9819 -po-properties/ja.po, 1713, 9814, 2317, 0, 0, 3, 5, 1716, 9819 -po-properties/cy.po, 1507, 8597, 8895, 163, 923, 49, 322, 1719, 9842 -po-properties/ps.po, 509, 1582, 1638, 33, 172, 1177, 8088, 1719, 9842 -po-properties/xh.gmo, 1102, 6156, 5347, 0, 0, 0, 0, 1102, 6156 -po-properties/mk.po, 1489, 8558, 8759, 176, 945, 54, 339, 1719, 9842 -po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/ps.gmo, 509, 1582, 1638, 0, 0, 0, 0, 509, 1582 -po-properties/tt.gmo, 232, 533, 475, 0, 0, 0, 0, 232, 533 -po-properties/ja.gmo, 1713, 9814, 2317, 0, 0, 0, 0, 1713, 9814 -po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -po-properties/io.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -po-properties/af.gmo, 980, 5396, 5019, 0, 0, 0, 0, 980, 5396 -po-properties/id.gmo, 1729, 9908, 8933, 0, 0, 0, 0, 1729, 9908 -po-properties/uz.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -po-properties/pt_BR.po, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/or.po, 1680, 9570, 8501, 31, 202, 8, 70, 1719, 9842 -po-properties/ia.po, 1, 1, 1, 199, 429, 1519, 9412, 1719, 9842 -po-properties/tk.po, 5, 6, 6, 204, 602, 1510, 9234, 1719, 9842 -po-properties/el.po, 1718, 9837, 10251, 1, 5, 0, 0, 1719, 9842 -po-properties/fa.po, 308, 1016, 970, 343, 1492, 1068, 7334, 1719, 9842 -po-properties/sr@ije.po, 987, 5438, 5051, 485, 2655, 247, 1749, 1719, 9842 -po-properties/mn.po, 987, 5438, 4334, 486, 2660, 246, 1744, 1719, 9842 -po-properties/oc.po, 2110, 11611, 14089, 0, 0, 0, 0, 2110, 11611 -po-properties/be@latin.gmo, 1490, 8572, 7361, 0, 0, 0, 0, 1490, 8572 -po-properties/hi.gmo, 1680, 9570, 10235, 0, 0, 0, 0, 1680, 9570 -po-properties/be.gmo, 758, 4040, 3415, 0, 0, 0, 0, 758, 4040 -po-properties/sq.po, 1577, 9006, 9943, 109, 617, 33, 219, 1719, 9842 -po-properties/nb.po, 1479, 7808, 6611, 130, 1066, 107, 945, 1716, 9819 -po-properties/sk.po, 1559, 8863, 7526, 122, 720, 38, 259, 1719, 9842 -po-properties/sv.gmo, 1716, 9819, 8097, 0, 0, 0, 0, 1716, 9819 -po-properties/bn_IN.gmo, 1718, 9837, 9344, 0, 0, 0, 0, 1718, 9837 -po-properties/pt_BR.gmo, 1716, 9819, 11008, 0, 0, 0, 0, 1716, 9819 -po-properties/li.gmo, 758, 4040, 3744, 0, 0, 0, 0, 758, 4040 -po-properties/wa.gmo, 459, 1797, 2311, 0, 0, 0, 0, 459, 1797 -po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -po-properties/da.po, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -po-properties/de.gmo, 1911, 10664, 9730, 0, 0, 0, 0, 1911, 10664 -po-properties/lt.po, 1718, 9837, 7657, 1, 5, 0, 0, 1719, 9842 -po-properties/ca.po, 1718, 9837, 11460, 1, 5, 0, 0, 1719, 9842 -po-properties/fr.gmo, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -po-properties/es.gmo, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -po-properties/ug.gmo, 12, 15, 18, 0, 0, 0, 0, 12, 15 -po-properties/tr.gmo, 1639, 9337, 7175, 0, 0, 0, 0, 1639, 9337 -po-properties/sr@latin.po, 1718, 9837, 9052, 1, 5, 0, 0, 1719, 9842 -po-properties/uz@cyrillic.gmo, 384, 1279, 1012, 0, 0, 0, 0, 384, 1279 -po-properties/cy.gmo, 1507, 8597, 8895, 0, 0, 0, 0, 1507, 8597 -po-properties/ang.gmo, 33, 91, 82, 0, 0, 0, 0, 33, 91 -po-properties/crh.gmo, 1641, 9344, 7537, 0, 0, 0, 0, 1641, 9344 -po-properties/it.gmo, 1723, 9871, 10787, 0, 0, 0, 0, 1723, 9871 -po-properties/pa.po, 1718, 9837, 9672, 1, 5, 0, 0, 1719, 9842 -po-properties/zh_HK.gmo, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/bn_IN.po, 1718, 9837, 9344, 1, 5, 0, 0, 1719, 9842 -po-properties/sk.gmo, 1559, 8863, 7526, 0, 0, 0, 0, 1559, 8863 -po-properties/crh.po, 1641, 9344, 7537, 58, 347, 20, 151, 1719, 9842 -po-properties/gu.gmo, 1680, 9570, 9098, 0, 0, 0, 0, 1680, 9570 -po-properties/hy.po, 16, 38, 27, 162, 489, 1541, 9315, 1719, 9842 -po-properties/ga.gmo, 158, 286, 296, 0, 0, 0, 0, 158, 286 -po-properties/sr@latin.gmo, 1718, 9837, 9052, 0, 0, 0, 0, 1718, 9837 -po-properties/as.gmo, 1680, 9570, 8145, 0, 0, 0, 0, 1680, 9570 -po-properties/ne.po, 1121, 6287, 5162, 411, 2240, 187, 1315, 1719, 9842 -po-properties/ro.gmo, 1723, 9871, 9712, 0, 0, 0, 0, 1723, 9871 -po-properties/ca.gmo, 1718, 9837, 11460, 0, 0, 0, 0, 1718, 9837 -po-properties/pa.gmo, 1718, 9837, 9672, 0, 0, 0, 0, 1718, 9837 -po-properties/zh_TW.po, 1716, 9819, 2089, 0, 0, 0, 0, 1716, 9819 -po-properties/tt.po, 232, 533, 475, 188, 679, 1299, 8630, 1719, 9842 -po-properties/mai.gmo, 1680, 9570, 9441, 0, 0, 0, 0, 1680, 9570 -po-properties/ka.gmo, 1292, 7118, 4878, 0, 0, 0, 0, 1292, 7118 -po-properties/es.po, 1716, 9819, 11866, 0, 0, 0, 0, 1716, 9819 -po-properties/eo.po, 0, 0, 0, 0, 0, 1719, 9842, 1719, 9842 -po-properties/ms.gmo, 925, 5021, 4230, 0, 0, 0, 0, 925, 5021 -po-properties/hu.gmo, 1729, 9908, 8112, 0, 0, 0, 0, 1729, 9908 -po-properties/fi.gmo, 1718, 9837, 6213, 0, 0, 0, 0, 1718, 9837 -po-properties/my.gmo, 1651, 9398, 6432, 0, 0, 0, 0, 1651, 9398 -po-properties/kn.po, 1682, 9574, 7031, 29, 198, 8, 70, 1719, 9842 -po-properties/sl.gmo, 1716, 9819, 8802, 0, 0, 0, 0, 1716, 9819 -po-properties/fr.po, 1716, 9819, 11527, 0, 0, 0, 0, 1716, 9819 -po-properties/ur.po, 4, 4, 4, 42, 69, 1673, 9769, 1719, 9842 -po-properties/da.gmo, 1716, 9819, 8130, 0, 0, 0, 0, 1716, 9819 -po-properties/be@latin.po, 1490, 8572, 7361, 175, 931, 54, 339, 1719, 9842 -po-properties/et.gmo, 822, 4033, 2992, 0, 0, 0, 0, 822, 4033 -po-properties/th.gmo, 154, 879, 249, 0, 0, 0, 0, 154, 879 -po-properties/az.po, 987, 5438, 4244, 485, 2655, 247, 1749, 1719, 9842 -po-properties/ar.gmo, 1577, 9006, 7417, 0, 0, 0, 0, 1577, 9006 -po-properties/ga.po, 158, 286, 296, 83, 244, 1478, 9312, 1719, 9842 -po-properties/ko.po, 1716, 9819, 7563, 0, 0, 0, 0, 1716, 9819 -po-properties/fi.po, 1718, 9837, 6213, 1, 5, 0, 0, 1719, 9842 -po-properties/ru.po, 1718, 9837, 8315, 1, 5, 0, 0, 1719, 9842 -po-properties/nl.gmo, 1641, 9344, 8717, 0, 0, 0, 0, 1641, 9344 -po-properties/as.po, 1680, 9570, 8145, 31, 202, 8, 70, 1719, 9842 -po-properties/is.gmo, 69, 376, 332, 0, 0, 0, 0, 69, 376 -po-properties/rw.po, 84, 104, 104, 1156, 7791, 479, 1947, 1719, 9842 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nso.gmo, 258, 1448, 2259, 0, 0, 0, 0, 258, 1448 -po/wa.po, 438, 1881, 2694, 263, 570, 364, 1411, 1065, 3862 -po/en_CA.po, 586, 2734, 2735, 249, 477, 230, 651, 1065, 3862 -po/sr@ije.gmo, 258, 1448, 1397, 0, 0, 0, 0, 258, 1448 -po/de.po, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -po/ar.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -po/ka.po, 650, 3011, 2416, 222, 395, 193, 456, 1065, 3862 -po/io.gmo, 348, 1168, 1106, 0, 0, 0, 0, 348, 1168 -po/zh_HK.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/am.po, 46, 64, 79, 249, 442, 770, 3356, 1065, 3862 -po/rw.gmo, 28, 32, 36, 0, 0, 0, 0, 28, 32 -po/uz@cyrillic.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -po/bs.po, 257, 1447, 1390, 324, 851, 484, 1564, 1065, 3862 -po/lv.po, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -po/nso.po, 258, 1448, 2259, 322, 849, 485, 1565, 1065, 3862 -po/eu.gmo, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -po/dz.po, 524, 2500, 1298, 404, 759, 137, 603, 1065, 3862 -po/pt.gmo, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -po/th.po, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -po/nds.gmo, 678, 1422, 1536, 0, 0, 0, 0, 678, 1422 -po/uk.gmo, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -po/ml.gmo, 1037, 3689, 3259, 0, 0, 0, 0, 1037, 3689 -po/lv.gmo, 1065, 3862, 3364, 0, 0, 0, 0, 1065, 3862 -po/cs.gmo, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -po/pt.po, 866, 2562, 2800, 0, 0, 0, 0, 866, 2562 -po/yi.po, 205, 1183, 1189, 343, 960, 517, 1719, 1065, 3862 -po/br.po, 530, 1052, 1227, 12, 47, 523, 2763, 1065, 3862 -po/az.gmo, 257, 1447, 1258, 0, 0, 0, 0, 257, 1447 -po/te.po, 1037, 3689, 3156, 18, 93, 10, 80, 1065, 3862 -po/nn.po, 972, 3463, 3395, 44, 134, 49, 265, 1065, 3862 -po/oc.gmo, 1245, 3525, 4086, 0, 0, 0, 0, 1245, 3525 -po/br.gmo, 530, 1052, 1227, 0, 0, 0, 0, 530, 1052 -po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -po/bn.po, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -po/ca@valencia.po, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -po/xh.po, 325, 1728, 1528, 299, 728, 441, 1406, 1065, 3862 -po/ne.gmo, 343, 1874, 1801, 0, 0, 0, 0, 343, 1874 -po/tr.po, 988, 3511, 3047, 40, 121, 37, 230, 1065, 3862 -po/hy.gmo, 299, 1638, 1500, 0, 0, 0, 0, 299, 1638 -po/hu.po, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -po/el.gmo, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -po/pl.gmo, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -po/gl.gmo, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -po/zh_TW.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/nl.po, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -po/eu.po, 540, 2125, 1874, 0, 0, 0, 0, 540, 2125 -po/kk.po, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -po/pl.po, 862, 2584, 2598, 0, 0, 0, 0, 862, 2584 -po/ta.po, 1037, 3689, 3321, 18, 93, 10, 80, 1065, 3862 -po/hr.gmo, 348, 1906, 1845, 0, 0, 0, 0, 348, 1906 -po/zh_CN.po, 862, 2553, 1129, 3, 20, 3, 31, 868, 2604 -po/mr.po, 1063, 3840, 3970, 2, 22, 0, 0, 1065, 3862 -po/mai.po, 1037, 3689, 4108, 18, 93, 10, 80, 1065, 3862 -po/be.po, 855, 2469, 2285, 0, 0, 13, 135, 868, 2604 -po/nb.gmo, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -po/bg.po, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -po/te.gmo, 1037, 3689, 3156, 0, 0, 0, 0, 1037, 3689 -po/gu.po, 844, 2436, 2775, 19, 106, 3, 20, 866, 2562 -po/ku.po, 621, 2761, 3002, 219, 443, 225, 658, 1065, 3862 -po/eo.gmo, 503, 2364, 2212, 0, 0, 0, 0, 503, 2364 -po/yi.gmo, 205, 1183, 1189, 0, 0, 0, 0, 205, 1183 -po/en_GB.po, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -po/gtk20.pot, 0, 0, 0, 0, 0, 862, 2584, 862, 2584 -po/az_IR.po, 3, 5, 6, 10, 10, 1052, 3847, 1065, 3862 -po/li.po, 205, 1183, 1145, 343, 960, 517, 1719, 1065, 3862 -po/af.po, 927, 3241, 3225, 24, 61, 114, 560, 1065, 3862 -po/bg.gmo, 1065, 3862, 4582, 0, 0, 0, 0, 1065, 3862 -po/ku.gmo, 621, 2761, 3002, 0, 0, 0, 0, 621, 2761 -po/si.po, 482, 2073, 2186, 268, 561, 315, 1228, 1065, 3862 -po/is.po, 215, 1079, 1062, 318, 849, 532, 1934, 1065, 3862 -po/ca@valencia.gmo, 1065, 3862, 4945, 0, 0, 0, 0, 1065, 3862 -po/it.po, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -po/ang.po, 78, 312, 272, 171, 421, 816, 3129, 1065, 3862 -po/ms.po, 240, 1320, 1237, 323, 844, 502, 1698, 1065, 3862 -po/hi.po, 1037, 3689, 4363, 18, 93, 10, 80, 1065, 3862 -po/ro.po, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -po/ast.po, 1053, 3792, 4231, 9, 49, 3, 21, 1065, 3862 -po/bs.gmo, 257, 1447, 1390, 0, 0, 0, 0, 257, 1447 -po/id.po, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -po/zh_CN.gmo, 862, 2553, 1129, 0, 0, 0, 0, 862, 2553 -po/lt.gmo, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -po/ta.gmo, 1037, 3689, 3321, 0, 0, 0, 0, 1037, 3689 -po/ru.gmo, 1063, 3840, 3771, 0, 0, 0, 0, 1063, 3840 -po/sl.po, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -po/et.po, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -po/my.po, 1019, 3612, 2931, 25, 127, 21, 123, 1065, 3862 -po/he.po, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -po/si.gmo, 482, 2073, 2186, 0, 0, 0, 0, 482, 2073 -po/he.gmo, 870, 2610, 2495, 0, 0, 0, 0, 870, 2610 -po/mk.gmo, 559, 2639, 2994, 0, 0, 0, 0, 559, 2639 -po/mn.gmo, 255, 1429, 1314, 0, 0, 0, 0, 255, 1429 -po/mi.po, 204, 1018, 1135, 310, 826, 551, 2018, 1065, 3862 -po/or.gmo, 1044, 3721, 3892, 0, 0, 0, 0, 1044, 3721 -po/dz.gmo, 524, 2500, 1298, 0, 0, 0, 0, 524, 2500 -po/en_GB.gmo, 867, 2581, 2582, 0, 0, 0, 0, 867, 2581 -po/bn.gmo, 1065, 3862, 4093, 0, 0, 0, 0, 1065, 3862 -po/sq.gmo, 987, 3503, 4104, 0, 0, 0, 0, 987, 3503 -po/hr.po, 348, 1906, 1845, 276, 617, 441, 1339, 1065, 3862 -po/vi.po, 1063, 3840, 5204, 2, 22, 0, 0, 1065, 3862 -po/sv.po, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -po/uk.po, 1065, 3862, 3708, 0, 0, 0, 0, 1065, 3862 -po/cs.po, 867, 2581, 2414, 0, 0, 0, 0, 867, 2581 -po/am.gmo, 46, 64, 79, 0, 0, 0, 0, 46, 64 -po/uz.po, 621, 1366, 1292, 64, 128, 380, 2368, 1065, 3862 -po/en_CA.gmo, 586, 2734, 2735, 0, 0, 0, 0, 586, 2734 -po/kk.gmo, 866, 2562, 2305, 0, 0, 0, 0, 866, 2562 -po/sr.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -po/mr.gmo, 1063, 3840, 3970, 0, 0, 0, 0, 1063, 3840 -po/ug.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/ml.po, 1037, 3689, 3259, 18, 93, 10, 80, 1065, 3862 -po/nds.po, 678, 1422, 1536, 0, 0, 387, 2440, 1065, 3862 -po/kn.gmo, 1047, 3748, 3374, 0, 0, 0, 0, 1047, 3748 -po/vi.gmo, 1063, 3840, 5204, 0, 0, 0, 0, 1063, 3840 -po/ko.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/gl.po, 866, 2562, 3000, 0, 0, 0, 0, 866, 2562 -po/ja.po, 861, 2550, 1329, 5, 29, 4, 31, 870, 2610 -po/cy.po, 901, 3190, 3511, 75, 201, 89, 471, 1065, 3862 -po/ps.po, 413, 859, 939, 29, 69, 623, 2934, 1065, 3862 -po/xh.gmo, 325, 1728, 1528, 0, 0, 0, 0, 325, 1728 -po/mk.po, 559, 2639, 2994, 272, 560, 234, 663, 1065, 3862 -po/ia.gmo, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -po/tt.gmo, 179, 608, 466, 0, 0, 0, 0, 179, 608 -po/ja.gmo, 861, 2550, 1329, 0, 0, 0, 0, 861, 2550 -po/ur.gmo, 12, 12, 14, 0, 0, 0, 0, 12, 12 -po/io.po, 348, 1168, 1106, 247, 467, 470, 2227, 1065, 3862 -po/af.gmo, 927, 3241, 3225, 0, 0, 0, 0, 927, 3241 -po/id.gmo, 862, 2584, 2525, 0, 0, 0, 0, 862, 2584 -po/uz.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -po/pt_BR.po, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -po/mi.gmo, 204, 1018, 1135, 0, 0, 0, 0, 204, 1018 -po/or.po, 1044, 3721, 3892, 10, 60, 11, 81, 1065, 3862 -po/ia.po, 868, 2604, 2983, 0, 0, 0, 0, 868, 2604 -po/tk.po, 77, 209, 210, 264, 543, 724, 3110, 1065, 3862 -po/el.po, 866, 2562, 2736, 0, 0, 0, 0, 866, 2562 -po/fa.po, 319, 1713, 1772, 301, 738, 445, 1411, 1065, 3862 -po/sr@ije.po, 258, 1448, 1397, 326, 853, 481, 1561, 1065, 3862 -po/mn.po, 255, 1429, 1314, 328, 869, 482, 1564, 1065, 3862 -po/oc.po, 1245, 3525, 4086, 0, 0, 4, 17, 1249, 3542 -po/be@latin.gmo, 986, 3491, 3344, 0, 0, 0, 0, 986, 3491 -po/hi.gmo, 1037, 3689, 4363, 0, 0, 0, 0, 1037, 3689 -po/be.gmo, 855, 2469, 2285, 0, 0, 0, 0, 855, 2469 -po/sq.po, 987, 3503, 4104, 39, 119, 39, 240, 1065, 3862 -po/nb.po, 868, 2604, 2585, 0, 0, 0, 0, 868, 2604 -po/sk.po, 1043, 3724, 3552, 14, 83, 8, 55, 1065, 3862 -po/sv.gmo, 866, 2562, 2479, 0, 0, 0, 0, 866, 2562 -po/bn_IN.gmo, 1063, 3840, 4178, 0, 0, 0, 0, 1063, 3840 -po/pt_BR.gmo, 866, 2562, 2849, 0, 0, 0, 0, 866, 2562 -po/li.gmo, 205, 1183, 1145, 0, 0, 0, 0, 205, 1183 -po/wa.gmo, 438, 1881, 2694, 0, 0, 0, 0, 438, 1881 -po/tk.gmo, 77, 209, 210, 0, 0, 0, 0, 77, 209 -po/da.po, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -po/de.gmo, 868, 2604, 2541, 0, 0, 0, 0, 868, 2604 -po/lt.po, 1065, 3862, 3397, 0, 0, 0, 0, 1065, 3862 -po/ca.po, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -po/fr.gmo, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -po/ug.gmo, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/tr.gmo, 988, 3511, 3047, 0, 0, 0, 0, 988, 3511 -po/sr@latin.po, 1065, 3862, 3844, 0, 0, 0, 0, 1065, 3862 -po/uz@cyrillic.gmo, 621, 1366, 1292, 0, 0, 0, 0, 621, 1366 -po/cy.gmo, 901, 3190, 3511, 0, 0, 0, 0, 901, 3190 -po/ang.gmo, 78, 312, 272, 0, 0, 0, 0, 78, 312 -po/crh.gmo, 981, 3469, 3047, 0, 0, 0, 0, 981, 3469 -po/it.gmo, 867, 2581, 2742, 0, 0, 0, 0, 867, 2581 -po/pa.po, 1065, 3862, 4366, 0, 0, 0, 0, 1065, 3862 -po/zh_HK.gmo, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/bn_IN.po, 1063, 3840, 4178, 2, 22, 0, 0, 1065, 3862 -po/sk.gmo, 1043, 3724, 3552, 0, 0, 0, 0, 1043, 3724 -po/crh.po, 981, 3469, 3047, 39, 119, 45, 274, 1065, 3862 -po/gu.gmo, 844, 2436, 2775, 0, 0, 0, 0, 844, 2436 -po/hy.po, 299, 1638, 1500, 301, 790, 465, 1434, 1065, 3862 -po/ga.gmo, 990, 3234, 3657, 0, 0, 0, 0, 990, 3234 -po/as.gmo, 1039, 3711, 3899, 0, 0, 0, 0, 1039, 3711 -po/ne.po, 343, 1874, 1801, 258, 607, 464, 1381, 1065, 3862 -po/ro.gmo, 868, 2604, 2807, 0, 0, 0, 0, 868, 2604 -po/ca.gmo, 1065, 3862, 4949, 0, 0, 0, 0, 1065, 3862 -po/zh_TW.po, 866, 2562, 1183, 0, 0, 0, 0, 866, 2562 -po/tt.po, 179, 608, 466, 236, 477, 650, 2777, 1065, 3862 -po/mai.gmo, 1037, 3689, 4108, 0, 0, 0, 0, 1037, 3689 -po/ka.gmo, 650, 3011, 2416, 0, 0, 0, 0, 650, 3011 -po/es.po, 868, 2604, 3060, 0, 0, 0, 0, 868, 2604 -po/eo.po, 503, 2364, 2212, 228, 483, 334, 1015, 1065, 3862 -po/ms.gmo, 240, 1320, 1237, 0, 0, 0, 0, 240, 1320 -po/hu.gmo, 870, 2610, 2408, 0, 0, 0, 0, 870, 2610 -po/fi.gmo, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -po/my.gmo, 1019, 3612, 2931, 0, 0, 0, 0, 1019, 3612 -po/kn.po, 1047, 3748, 3374, 10, 59, 8, 55, 1065, 3862 -po/sl.gmo, 866, 2562, 2540, 0, 0, 0, 0, 866, 2562 -po/fr.po, 866, 2562, 2975, 0, 0, 0, 0, 866, 2562 -po/ur.po, 12, 12, 14, 42, 44, 1011, 3806, 1065, 3862 -po/da.gmo, 866, 2562, 2420, 0, 0, 0, 0, 866, 2562 -po/be@latin.po, 986, 3491, 3344, 39, 119, 40, 252, 1065, 3862 -po/et.gmo, 866, 2562, 2217, 0, 0, 0, 0, 866, 2562 -po/th.gmo, 870, 2610, 1383, 0, 0, 0, 0, 870, 2610 -po/az.po, 257, 1447, 1258, 323, 848, 485, 1567, 1065, 3862 -po/ga.po, 990, 3234, 3657, 18, 93, 57, 535, 1065, 3862 -po/ko.po, 866, 2562, 2312, 0, 0, 0, 0, 866, 2562 -po/fi.po, 1065, 3862, 3092, 0, 0, 0, 0, 1065, 3862 -po/ru.po, 1063, 3840, 3771, 2, 22, 0, 0, 1065, 3862 -po/nl.gmo, 867, 2581, 2594, 0, 0, 0, 0, 867, 2581 -po/as.po, 1039, 3711, 3899, 18, 96, 8, 55, 1065, 3862 -po/is.gmo, 215, 1079, 1062, 0, 0, 0, 0, 215, 1079 -po/rw.po, 28, 32, 36, 545, 2359, 492, 1471, 1065, 3862 diff --git a/results/f31/gtk3-3.24.12-3.fc31.src.rpm.errors.txt b/results/f31/gtk3-3.24.12-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 7e09acb..0000000 --- a/results/f31/gtk3-3.24.12-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,38 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po-properties/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/README.translators) -translate.tools.pocount: ERROR: Unknown filetype (./po/po2tbl.sed.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' diff --git a/results/f31/gtk3-3.24.12-3.fc31.src.rpm.stats.csv b/results/f31/gtk3-3.24.12-3.fc31.src.rpm.stats.csv deleted file mode 100644 index e36efc8..0000000 --- a/results/f31/gtk3-3.24.12-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,454 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-properties/nso.gmo, 890, 4865, 7165, 0, 0, 0, 0, 890, 4865 -po-properties/wa.po, 427, 1664, 2145, 223, 988, 1016, 6769, 1666, 9421 -po-properties/en_CA.po, 1375, 7814, 7817, 218, 1161, 73, 446, 1666, 9421 -po-properties/sr@ije.gmo, 890, 4865, 4522, 0, 0, 0, 0, 890, 4865 -po-properties/de.po, 2244, 12264, 11348, 0, 0, 0, 0, 2244, 12264 -po-properties/ar.po, 1446, 8183, 6712, 167, 908, 53, 330, 1666, 9421 -po-properties/ka.po, 1183, 6448, 4441, 304, 1688, 179, 1285, 1666, 9421 -po-properties/io.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/zh_HK.po, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -po-properties/am.po, 86, 152, 157, 270, 976, 1310, 8293, 1666, 9421 -po-properties/gtk30-properties.pot, 0, 0, 0, 0, 0, 2244, 12264, 2244, 12264 -po-properties/rw.gmo, 82, 101, 100, 0, 0, 0, 0, 82, 101 -po-properties/uz@cyrillic.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -po-properties/bs.po, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -po-properties/lv.po, 2244, 12264, 9794, 0, 0, 0, 0, 2244, 12264 -po-properties/nso.po, 890, 4865, 7165, 521, 2782, 255, 1774, 1666, 9421 -po-properties/eu.gmo, 2244, 12264, 9921, 0, 0, 0, 0, 2244, 12264 -po-properties/dz.po, 1270, 7185, 2790, 291, 1563, 105, 673, 1666, 9421 -po-properties/pt.gmo, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -po-properties/th.po, 153, 862, 236, 72, 395, 1441, 8164, 1666, 9421 -po-properties/nds.gmo, 515, 1405, 1134, 0, 0, 0, 0, 515, 1405 -po-properties/uk.gmo, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -po-properties/ml.gmo, 1540, 8700, 6215, 0, 0, 0, 0, 1540, 8700 -po-properties/lv.gmo, 2244, 12264, 9794, 0, 0, 0, 0, 2244, 12264 -po-properties/cs.gmo, 2244, 12264, 10617, 0, 0, 0, 0, 2244, 12264 -po-properties/pt.po, 2223, 12154, 14095, 0, 0, 0, 0, 2223, 12154 -po-properties/yi.po, 681, 3591, 3559, 632, 3374, 353, 2456, 1666, 9421 -po-properties/br.po, 157, 265, 306, 18, 41, 1491, 9115, 1666, 9421 -po-properties/az.gmo, 890, 4865, 3819, 0, 0, 0, 0, 890, 4865 -po-properties/fur.po, 669, 3021, 3483, 27, 102, 1531, 9053, 2227, 12176 -po-properties/te.po, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -po-properties/nn.po, 831, 4515, 4075, 539, 2880, 296, 2026, 1666, 9421 -po-properties/oc.gmo, 2104, 11544, 13971, 0, 0, 0, 0, 2104, 11544 -po-properties/br.gmo, 157, 265, 306, 0, 0, 0, 0, 157, 265 -po-properties/az_IR.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/gd.gmo, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -po-properties/bn.po, 1577, 8957, 8520, 69, 353, 20, 111, 1666, 9421 -po-properties/en@shaw.gmo, 1362, 7355, 7355, 0, 0, 0, 0, 1362, 7355 -po-properties/ca@valencia.po, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -po-properties/xh.po, 1002, 5559, 4834, 463, 2493, 201, 1369, 1666, 9421 -po-properties/ne.gmo, 1085, 5689, 4718, 0, 0, 0, 0, 1085, 5689 -po-properties/tr.po, 2244, 12264, 9734, 0, 0, 0, 0, 2244, 12264 -po-properties/hy.gmo, 1627, 9220, 7803, 0, 0, 0, 0, 1627, 9220 -po-properties/hu.po, 2244, 12264, 9994, 0, 0, 0, 0, 2244, 12264 -po-properties/sr.gmo, 2244, 12264, 11467, 0, 0, 0, 0, 2244, 12264 -po-properties/el.gmo, 2235, 12212, 12858, 0, 0, 0, 0, 2235, 12212 -po-properties/pl.gmo, 2244, 12264, 10995, 0, 0, 0, 0, 2244, 12264 -po-properties/nn.gmo, 831, 4515, 4075, 0, 0, 0, 0, 831, 4515 -po-properties/en@shaw.po, 1362, 7355, 7355, 310, 2235, 0, 0, 1672, 9590 -po-properties/gl.gmo, 2244, 12264, 14536, 0, 0, 0, 0, 2244, 12264 -po-properties/zh_TW.gmo, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -po-properties/nl.po, 2244, 12264, 11701, 0, 0, 0, 0, 2244, 12264 -po-properties/kg.po, 12, 15, 15, 257, 630, 1397, 8776, 1666, 9421 -po-properties/eu.po, 2244, 12264, 9921, 0, 0, 0, 0, 2244, 12264 -po-properties/kk.po, 277, 661, 588, 0, 0, 1966, 11598, 2243, 12259 -po-properties/pl.po, 2244, 12264, 10995, 0, 0, 0, 0, 2244, 12264 -po-properties/ast.gmo, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -po-properties/ta.po, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -po-properties/hr.gmo, 2244, 12264, 10865, 0, 0, 0, 0, 2244, 12264 -po-properties/zh_CN.po, 2227, 12176, 2644, 1, 1, 1, 10, 2229, 12187 -po-properties/mr.po, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -po-properties/en.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/mai.po, 1540, 8700, 8583, 98, 540, 28, 181, 1666, 9421 -po-properties/be.po, 681, 3591, 3020, 632, 3374, 353, 2456, 1666, 9421 -po-properties/an.po, 1633, 8891, 10178, 380, 2291, 7, 45, 2020, 11227 -po-properties/nb.gmo, 1622, 8025, 6828, 0, 0, 0, 0, 1622, 8025 -po-properties/bg.po, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -po-properties/te.gmo, 1911, 10656, 7759, 0, 0, 0, 0, 1911, 10656 -po-properties/gu.po, 1933, 10695, 10095, 79, 440, 29, 206, 2041, 11341 -po-properties/ku.po, 66, 103, 102, 97, 325, 1503, 8993, 1666, 9421 -po-properties/eo.gmo, 729, 2911, 2640, 0, 0, 0, 0, 729, 2911 -po-properties/yi.gmo, 681, 3591, 3559, 0, 0, 0, 0, 681, 3591 -po-properties/en_GB.po, 2244, 12264, 12277, 0, 0, 0, 0, 2244, 12264 -po-properties/az_IR.po, 0, 0, 0, 2, 4, 1664, 9417, 1666, 9421 -po-properties/li.po, 681, 3591, 3334, 632, 3374, 353, 2456, 1666, 9421 -po-properties/fur.gmo, 669, 3021, 3483, 0, 0, 0, 0, 669, 3021 -po-properties/af.po, 852, 4606, 4261, 910, 4648, 467, 2933, 2229, 12187 -po-properties/bg.gmo, 1915, 10684, 11145, 0, 0, 0, 0, 1915, 10684 -po-properties/ku.gmo, 66, 103, 102, 0, 0, 0, 0, 66, 103 -po-properties/si.po, 317, 1290, 1143, 142, 647, 1207, 7484, 1666, 9421 -po-properties/is.po, 539, 1577, 1390, 27, 133, 1661, 10466, 2227, 12176 -po-properties/ca@valencia.gmo, 2225, 12163, 14425, 0, 0, 0, 0, 2225, 12163 -po-properties/km.po, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -po-properties/it.po, 2244, 12264, 13369, 0, 0, 0, 0, 2244, 12264 -po-properties/ang.po, 30, 79, 73, 61, 254, 1575, 9088, 1666, 9421 -po-properties/ms.po, 840, 4514, 3815, 540, 2876, 286, 2031, 1666, 9421 -po-properties/hi.po, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -po-properties/ro.po, 2244, 12264, 12287, 0, 0, 0, 0, 2244, 12264 -po-properties/an.gmo, 1633, 8891, 10178, 0, 0, 0, 0, 1633, 8891 -po-properties/ast.po, 1818, 10199, 11398, 0, 0, 0, 0, 1818, 10199 -po-properties/bs.gmo, 1919, 10700, 9951, 0, 0, 0, 0, 1919, 10700 -po-properties/id.po, 2244, 12264, 10981, 0, 0, 0, 0, 2244, 12264 -po-properties/zh_CN.gmo, 2227, 12176, 2644, 0, 0, 0, 0, 2227, 12176 -po-properties/lt.gmo, 2244, 12264, 9602, 0, 0, 0, 0, 2244, 12264 -po-properties/ta.gmo, 2041, 11341, 8502, 0, 0, 0, 0, 2041, 11341 -po-properties/ru.gmo, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -po-properties/sl.po, 2244, 12264, 11154, 0, 0, 0, 0, 2244, 12264 -po-properties/et.po, 791, 3778, 2802, 457, 2259, 979, 6139, 2227, 12176 -po-properties/my.po, 1515, 8550, 5859, 115, 632, 36, 239, 1666, 9421 -po-properties/he.po, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -po-properties/si.gmo, 317, 1290, 1143, 0, 0, 0, 0, 317, 1290 -po-properties/he.gmo, 2227, 12176, 12176, 0, 0, 0, 0, 2227, 12176 -po-properties/mk.gmo, 1363, 7752, 7949, 0, 0, 0, 0, 1363, 7752 -po-properties/mn.gmo, 890, 4865, 3867, 0, 0, 0, 0, 890, 4865 -po-properties/mi.po, 1, 1, 1, 120, 236, 1545, 9184, 1666, 9421 -po-properties/or.gmo, 1749, 9448, 8442, 0, 0, 0, 0, 1749, 9448 -po-properties/dz.gmo, 1270, 7185, 2790, 0, 0, 0, 0, 1270, 7185 -po-properties/en_GB.gmo, 2244, 12264, 12277, 0, 0, 0, 0, 2244, 12264 -po-properties/bn.gmo, 1577, 8957, 8520, 0, 0, 0, 0, 1577, 8957 -po-properties/sq.gmo, 1446, 8183, 9029, 0, 0, 0, 0, 1446, 8183 -po-properties/hr.po, 2244, 12264, 10865, 0, 0, 0, 0, 2244, 12264 -po-properties/vi.po, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -po-properties/sv.po, 2244, 12264, 10156, 0, 0, 0, 0, 2244, 12264 -po-properties/uk.po, 1877, 10467, 8839, 0, 0, 0, 0, 1877, 10467 -po-properties/cs.po, 2244, 12264, 10617, 0, 0, 0, 0, 2244, 12264 -po-properties/am.gmo, 86, 152, 157, 0, 0, 0, 0, 86, 152 -po-properties/uz.po, 368, 1220, 962, 88, 399, 1210, 7802, 1666, 9421 -po-properties/en_CA.gmo, 1375, 7814, 7817, 0, 0, 0, 0, 1375, 7814 -po-properties/kk.gmo, 277, 661, 588, 0, 0, 0, 0, 277, 661 -po-properties/sr.po, 2244, 12264, 11467, 0, 0, 0, 0, 2244, 12264 -po-properties/mr.gmo, 2041, 11341, 9083, 0, 0, 0, 0, 2041, 11341 -po-properties/ug.po, 1908, 10631, 8566, 0, 0, 7, 53, 1915, 10684 -po-properties/ml.po, 1540, 8700, 6215, 98, 540, 28, 181, 1666, 9421 -po-properties/fa.gmo, 381, 1236, 1168, 0, 0, 0, 0, 381, 1236 -po-properties/ky.po, 94, 351, 263, 0, 0, 1817, 10305, 1911, 10656 -po-properties/nds.po, 515, 1405, 1134, 1125, 7838, 26, 178, 1666, 9421 -po-properties/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po-properties/vi.gmo, 2154, 11849, 16298, 0, 0, 0, 0, 2154, 11849 -po-properties/ko.gmo, 2244, 12264, 9428, 0, 0, 0, 0, 2244, 12264 -po-properties/gl.po, 2244, 12264, 14536, 0, 0, 0, 0, 2244, 12264 -po-properties/ja.po, 1628, 9159, 2151, 197, 931, 86, 566, 1911, 10656 -po-properties/cy.po, 1381, 7791, 8074, 216, 1197, 69, 433, 1666, 9421 -po-properties/ps.po, 470, 1445, 1510, 76, 351, 1120, 7625, 1666, 9421 -po-properties/xh.gmo, 1002, 5559, 4834, 0, 0, 0, 0, 1002, 5559 -po-properties/mk.po, 1363, 7752, 7949, 229, 1219, 74, 450, 1666, 9421 -po-properties/ia.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/ps.gmo, 470, 1445, 1510, 0, 0, 0, 0, 470, 1445 -po-properties/tt.gmo, 220, 509, 455, 0, 0, 0, 0, 220, 509 -po-properties/ja.gmo, 1628, 9159, 2151, 0, 0, 0, 0, 1628, 9159 -po-properties/ur.gmo, 4, 4, 4, 0, 0, 0, 0, 4, 4 -po-properties/io.po, 0, 0, 0, 0, 0, 1666, 9421, 1666, 9421 -po-properties/af.gmo, 852, 4606, 4261, 0, 0, 0, 0, 852, 4606 -po-properties/id.gmo, 2244, 12264, 10981, 0, 0, 0, 0, 2244, 12264 -po-properties/uz.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -po-properties/pt_BR.po, 2244, 12264, 13826, 0, 0, 0, 0, 2244, 12264 -po-properties/en.po, 0, 0, 0, 0, 0, 1778, 9985, 1778, 9985 -po-properties/mi.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po-properties/or.po, 1749, 9448, 8442, 82, 578, 46, 441, 1877, 10467 -po-properties/ia.po, 1, 1, 1, 207, 454, 1458, 8966, 1666, 9421 -po-properties/tg.po, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -po-properties/tk.po, 5, 6, 6, 217, 647, 1444, 8768, 1666, 9421 -po-properties/el.po, 2235, 12212, 12858, 7, 36, 2, 16, 2244, 12264 -po-properties/fa.po, 381, 1236, 1168, 386, 1801, 1039, 7092, 1806, 10129 -po-properties/kg.gmo, 12, 15, 15, 0, 0, 0, 0, 12, 15 -po-properties/sr@ije.po, 890, 4865, 4522, 521, 2786, 255, 1770, 1666, 9421 -po-properties/mn.po, 890, 4865, 3867, 522, 2791, 254, 1765, 1666, 9421 -po-properties/oc.po, 2104, 11544, 13971, 83, 438, 17, 90, 2204, 12072 -po-properties/be@latin.gmo, 1364, 7766, 6691, 0, 0, 0, 0, 1364, 7766 -po-properties/tg.gmo, 2023, 11243, 10638, 0, 0, 0, 0, 2023, 11243 -po-properties/hi.gmo, 1911, 10656, 11375, 0, 0, 0, 0, 1911, 10656 -po-properties/be.gmo, 681, 3591, 3020, 0, 0, 0, 0, 681, 3591 -po-properties/sq.po, 1446, 8183, 9029, 167, 908, 53, 330, 1666, 9421 -po-properties/nb.po, 1622, 8025, 6828, 274, 1927, 205, 1627, 2101, 11579 -po-properties/sk.po, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -po-properties/sv.gmo, 2244, 12264, 10156, 0, 0, 0, 0, 2244, 12264 -po-properties/bn_IN.gmo, 1577, 8957, 8514, 0, 0, 0, 0, 1577, 8957 -po-properties/pt_BR.gmo, 2244, 12264, 13826, 0, 0, 0, 0, 2244, 12264 -po-properties/li.gmo, 681, 3591, 3334, 0, 0, 0, 0, 681, 3591 -po-properties/wa.gmo, 427, 1664, 2145, 0, 0, 0, 0, 427, 1664 -po-properties/ky.gmo, 94, 351, 263, 0, 0, 0, 0, 94, 351 -po-properties/tk.gmo, 5, 6, 6, 0, 0, 0, 0, 5, 6 -po-properties/da.po, 2244, 12264, 10089, 0, 0, 0, 0, 2244, 12264 -po-properties/de.gmo, 2244, 12264, 11348, 0, 0, 0, 0, 2244, 12264 -po-properties/lt.po, 2244, 12264, 9602, 0, 0, 0, 0, 2244, 12264 -po-properties/km.gmo, 1911, 10656, 2871, 0, 0, 0, 0, 1911, 10656 -po-properties/ca.po, 2244, 12264, 14557, 0, 0, 0, 0, 2244, 12264 -po-properties/fr.gmo, 2244, 12264, 14768, 0, 0, 0, 0, 2244, 12264 -po-properties/es.gmo, 2244, 12264, 14816, 0, 0, 0, 0, 2244, 12264 -po-properties/ug.gmo, 1908, 10631, 8566, 0, 0, 0, 0, 1908, 10631 -po-properties/tr.gmo, 2244, 12264, 9734, 0, 0, 0, 0, 2244, 12264 -po-properties/sr@latin.po, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -po-properties/uz@cyrillic.gmo, 368, 1220, 962, 0, 0, 0, 0, 368, 1220 -po-properties/cy.gmo, 1381, 7791, 8074, 0, 0, 0, 0, 1381, 7791 -po-properties/ang.gmo, 30, 79, 73, 0, 0, 0, 0, 30, 79 -po-properties/crh.gmo, 1692, 9595, 7730, 0, 0, 0, 0, 1692, 9595 -po-properties/it.gmo, 2244, 12264, 13369, 0, 0, 0, 0, 2244, 12264 -po-properties/pa.po, 2213, 12080, 11887, 16, 78, 15, 106, 2244, 12264 -po-properties/gd.po, 2227, 12176, 15288, 0, 0, 0, 0, 2227, 12176 -po-properties/zh_HK.gmo, 2041, 11341, 2453, 0, 0, 0, 0, 2041, 11341 -po-properties/bn_IN.po, 1577, 8957, 8514, 69, 353, 20, 111, 1666, 9421 -po-properties/sk.gmo, 2243, 12259, 11162, 0, 0, 0, 0, 2243, 12259 -po-properties/crh.po, 1692, 9595, 7730, 9, 102, 18, 145, 1719, 9842 -po-properties/lg.po, 0, 0, 0, 0, 0, 1716, 9819, 1716, 9819 -po-properties/gu.gmo, 1933, 10695, 10095, 0, 0, 0, 0, 1933, 10695 -po-properties/hy.po, 1627, 9220, 7803, 23, 115, 16, 86, 1666, 9421 -po-properties/ga.gmo, 144, 259, 269, 0, 0, 0, 0, 144, 259 -po-properties/sr@latin.gmo, 2227, 12176, 11384, 0, 0, 0, 0, 2227, 12176 -po-properties/as.gmo, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -po-properties/ne.po, 1085, 5689, 4718, 963, 4712, 177, 1762, 2225, 12163 -po-properties/ro.gmo, 2244, 12264, 12287, 0, 0, 0, 0, 2244, 12264 -po-properties/ca.gmo, 2244, 12264, 14557, 0, 0, 0, 0, 2244, 12264 -po-properties/pa.gmo, 2213, 12080, 11887, 0, 0, 0, 0, 2213, 12080 -po-properties/zh_TW.po, 2243, 12259, 2724, 0, 0, 0, 0, 2243, 12259 -po-properties/tt.po, 220, 509, 455, 222, 836, 1224, 8076, 1666, 9421 -po-properties/mai.gmo, 1540, 8700, 8583, 0, 0, 0, 0, 1540, 8700 -po-properties/ka.gmo, 1183, 6448, 4441, 0, 0, 0, 0, 1183, 6448 -po-properties/es.po, 2244, 12264, 14816, 0, 0, 0, 0, 2244, 12264 -po-properties/eo.po, 729, 2911, 2640, 136, 663, 1362, 8602, 2227, 12176 -po-properties/ms.gmo, 840, 4514, 3815, 0, 0, 0, 0, 840, 4514 -po-properties/hu.gmo, 2244, 12264, 9994, 0, 0, 0, 0, 2244, 12264 -po-properties/fi.gmo, 1629, 8902, 5674, 0, 0, 0, 0, 1629, 8902 -po-properties/my.gmo, 1515, 8550, 5859, 0, 0, 0, 0, 1515, 8550 -po-properties/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po-properties/sl.gmo, 2244, 12264, 11154, 0, 0, 0, 0, 2244, 12264 -po-properties/fr.po, 2244, 12264, 14768, 0, 0, 0, 0, 2244, 12264 -po-properties/ur.po, 4, 4, 4, 44, 74, 1618, 9343, 1666, 9421 -po-properties/da.gmo, 2244, 12264, 10089, 0, 0, 0, 0, 2244, 12264 -po-properties/be@latin.po, 1364, 7766, 6691, 228, 1205, 74, 450, 1666, 9421 -po-properties/et.gmo, 791, 3778, 2802, 0, 0, 0, 0, 791, 3778 -po-properties/th.gmo, 153, 862, 236, 0, 0, 0, 0, 153, 862 -po-properties/az.po, 890, 4865, 3819, 521, 2786, 255, 1770, 1666, 9421 -po-properties/ar.gmo, 1446, 8183, 6712, 0, 0, 0, 0, 1446, 8183 -po-properties/ga.po, 144, 259, 269, 100, 287, 1422, 8875, 1666, 9421 -po-properties/ko.po, 2244, 12264, 9428, 0, 0, 0, 0, 2244, 12264 -po-properties/fi.po, 1629, 8902, 5674, 408, 2121, 206, 1236, 2243, 12259 -po-properties/ru.po, 2243, 12259, 10502, 0, 0, 0, 0, 2243, 12259 -po-properties/lg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po-properties/nl.gmo, 2244, 12264, 11701, 0, 0, 0, 0, 2244, 12264 -po-properties/as.po, 2041, 11341, 9554, 0, 0, 0, 0, 2041, 11341 -po-properties/is.gmo, 539, 1577, 1390, 0, 0, 0, 0, 539, 1577 -po-properties/rw.po, 82, 101, 100, 1116, 7392, 468, 1928, 1666, 9421 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nso.gmo, 84, 399, 562, 0, 0, 0, 0, 84, 399 -po/wa.po, 251, 797, 1053, 241, 452, 329, 1183, 821, 2432 -po/en_CA.po, 357, 1388, 1387, 238, 416, 226, 628, 821, 2432 -po/sr@ije.gmo, 84, 399, 378, 0, 0, 0, 0, 84, 399 -po/de.po, 1667, 4414, 4300, 0, 0, 0, 0, 1667, 4414 -po/ar.po, 1217, 3377, 3270, 7, 12, 144, 468, 1368, 3857 -po/ka.po, 409, 1612, 1257, 222, 381, 190, 439, 821, 2432 -po/io.gmo, 248, 782, 739, 0, 0, 0, 0, 248, 782 -po/zh_HK.po, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -po/am.po, 23, 32, 42, 233, 378, 565, 2022, 821, 2432 -po/rw.gmo, 21, 24, 26, 0, 0, 0, 0, 21, 24 -po/uz@cyrillic.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -po/bs.po, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -po/lv.po, 1667, 4414, 4167, 0, 0, 0, 0, 1667, 4414 -po/nso.po, 84, 399, 562, 260, 501, 477, 1532, 821, 2432 -po/eu.gmo, 1667, 4414, 4214, 0, 0, 0, 0, 1667, 4414 -po/dz.po, 306, 1223, 605, 380, 627, 135, 582, 821, 2432 -po/pt.gmo, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -po/th.po, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -po/nds.gmo, 580, 1062, 1119, 0, 0, 0, 0, 580, 1062 -po/uk.gmo, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -po/ml.gmo, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -po/lv.gmo, 1667, 4414, 4167, 0, 0, 0, 0, 1667, 4414 -po/cs.gmo, 1678, 4418, 4298, 0, 0, 0, 0, 1678, 4418 -po/pt.po, 1351, 3852, 4234, 0, 0, 0, 0, 1351, 3852 -po/yi.po, 55, 288, 315, 262, 490, 504, 1654, 821, 2432 -po/br.po, 794, 1424, 1712, 1, 2, 439, 2037, 1234, 3463 -po/az.gmo, 83, 398, 331, 0, 0, 0, 0, 83, 398 -po/fur.po, 1637, 4334, 4918, 4, 10, 26, 70, 1667, 4414 -po/te.po, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -po/nn.po, 854, 2383, 2324, 15, 58, 55, 210, 924, 2651 -po/oc.gmo, 1278, 3532, 4119, 0, 0, 0, 0, 1278, 3532 -po/br.gmo, 794, 1424, 1712, 0, 0, 0, 0, 794, 1424 -po/az_IR.gmo, 3, 5, 6, 0, 0, 0, 0, 3, 5 -po/gd.gmo, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -po/bn.po, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -po/en@shaw.gmo, 782, 3077, 3078, 0, 0, 0, 0, 782, 3077 -po/ca@valencia.po, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -po/xh.po, 135, 597, 506, 254, 481, 432, 1354, 821, 2432 -po/ne.gmo, 709, 1600, 1628, 0, 0, 0, 0, 709, 1600 -po/tr.po, 1667, 4414, 4108, 0, 0, 0, 0, 1667, 4414 -po/hy.gmo, 494, 1993, 1802, 0, 0, 0, 0, 494, 1993 -po/hu.po, 1667, 4414, 4215, 0, 0, 0, 0, 1667, 4414 -po/el.gmo, 1377, 3677, 3944, 0, 0, 0, 0, 1377, 3677 -po/pl.gmo, 1679, 4420, 4543, 0, 0, 0, 0, 1679, 4420 -po/en@shaw.po, 782, 3077, 3078, 235, 633, 0, 0, 1017, 3710 -po/gl.gmo, 1667, 4414, 5152, 0, 0, 0, 0, 1667, 4414 -po/zh_TW.gmo, 1377, 3875, 1887, 0, 0, 0, 0, 1377, 3875 -po/nl.po, 1666, 4404, 4333, 0, 0, 0, 0, 1666, 4404 -po/kg.po, 971, 3230, 3181, 21, 118, 73, 514, 1065, 3862 -po/eu.po, 1667, 4414, 4214, 0, 0, 0, 0, 1667, 4414 -po/kk.po, 1522, 4091, 3836, 0, 0, 141, 315, 1663, 4406 -po/pl.po, 1679, 4420, 4543, 0, 0, 0, 0, 1679, 4420 -po/ta.po, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -po/hr.gmo, 1667, 4414, 4325, 0, 0, 0, 0, 1667, 4414 -po/zh_CN.po, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -po/mr.po, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -po/en.gmo, 49, 49, 92, 0, 0, 0, 0, 49, 49 -po/mai.po, 791, 2273, 2543, 25, 121, 5, 38, 821, 2432 -po/be.po, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -po/an.po, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -po/nb.gmo, 1454, 3973, 3962, 0, 0, 0, 0, 1454, 3973 -po/bg.po, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -po/te.gmo, 1146, 3235, 3019, 0, 0, 0, 0, 1146, 3235 -po/gu.po, 1110, 2996, 3452, 7, 52, 25, 183, 1142, 3231 -po/ku.po, 775, 2301, 2489, 3, 14, 44, 137, 822, 2452 -po/eo.gmo, 1522, 4109, 3955, 0, 0, 0, 0, 1522, 4109 -po/yi.gmo, 55, 288, 315, 0, 0, 0, 0, 55, 288 -po/en_GB.po, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -po/az_IR.po, 3, 5, 6, 10, 10, 808, 2417, 821, 2432 -po/li.po, 55, 288, 286, 262, 490, 504, 1654, 821, 2432 -po/fur.gmo, 1637, 4334, 4918, 0, 0, 0, 0, 1637, 4334 -po/af.po, 1238, 3162, 3202, 0, 0, 134, 707, 1372, 3869 -po/bg.gmo, 1334, 3782, 4286, 0, 0, 0, 0, 1334, 3782 -po/ku.gmo, 775, 2301, 2489, 0, 0, 0, 0, 775, 2301 -po/si.po, 279, 908, 979, 243, 421, 299, 1103, 821, 2432 -po/is.po, 1527, 4024, 3994, 17, 40, 119, 342, 1663, 4406 -po/ca@valencia.gmo, 1361, 3850, 4686, 0, 0, 0, 0, 1361, 3850 -po/km.po, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -po/it.po, 1678, 4418, 4731, 0, 0, 0, 0, 1678, 4418 -po/ang.po, 27, 79, 71, 138, 256, 656, 2097, 821, 2432 -po/ms.po, 72, 331, 295, 263, 504, 486, 1597, 821, 2432 -po/hi.po, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -po/ro.po, 1678, 4418, 4905, 0, 0, 0, 0, 1678, 4418 -po/an.gmo, 955, 2772, 3218, 0, 0, 0, 0, 955, 2772 -po/ast.po, 810, 2366, 2499, 10, 55, 1, 11, 821, 2432 -po/bs.gmo, 1030, 3062, 2991, 0, 0, 0, 0, 1030, 3062 -po/id.po, 1667, 4414, 4371, 0, 0, 0, 0, 1667, 4414 -po/zh_CN.gmo, 1372, 3869, 1845, 0, 0, 0, 0, 1372, 3869 -po/lt.gmo, 1678, 4418, 4039, 0, 0, 0, 0, 1678, 4418 -po/ta.gmo, 1146, 3235, 3081, 0, 0, 0, 0, 1146, 3235 -po/ru.gmo, 1437, 3983, 3860, 0, 0, 0, 0, 1437, 3983 -po/sl.po, 1678, 4418, 4511, 0, 0, 0, 0, 1678, 4418 -po/et.po, 955, 2408, 2206, 158, 550, 257, 902, 1370, 3860 -po/my.po, 776, 2216, 1810, 29, 135, 16, 81, 821, 2432 -po/he.po, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -po/si.gmo, 279, 908, 979, 0, 0, 0, 0, 279, 908 -po/he.gmo, 1370, 3860, 3820, 0, 0, 0, 0, 1370, 3860 -po/mk.gmo, 342, 1357, 1470, 0, 0, 0, 0, 342, 1357 -po/mn.gmo, 82, 395, 338, 0, 0, 0, 0, 82, 395 -po/mi.po, 56, 211, 200, 252, 500, 513, 1721, 821, 2432 -po/or.gmo, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -po/dz.gmo, 306, 1223, 605, 0, 0, 0, 0, 306, 1223 -po/en_GB.gmo, 1666, 4409, 4450, 0, 0, 0, 0, 1666, 4409 -po/bn.gmo, 866, 2566, 2762, 0, 0, 0, 0, 866, 2566 -po/sq.gmo, 744, 2102, 2391, 0, 0, 0, 0, 744, 2102 -po/hr.po, 1667, 4414, 4325, 0, 0, 0, 0, 1667, 4414 -po/vi.po, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -po/sv.po, 1667, 4414, 4195, 0, 0, 0, 0, 1667, 4414 -po/uk.po, 1352, 3855, 3559, 0, 0, 0, 0, 1352, 3855 -po/cs.po, 1678, 4418, 4298, 0, 0, 0, 0, 1678, 4418 -po/am.gmo, 23, 32, 42, 0, 0, 0, 0, 23, 32 -po/uz.po, 555, 1157, 1093, 67, 127, 199, 1148, 821, 2432 -po/en_CA.gmo, 357, 1388, 1387, 0, 0, 0, 0, 357, 1388 -po/kk.gmo, 1522, 4091, 3836, 0, 0, 0, 0, 1522, 4091 -po/sr.po, 1518, 4130, 4187, 34, 72, 111, 204, 1663, 4406 -po/mr.gmo, 1142, 3231, 3362, 0, 0, 0, 0, 1142, 3231 -po/ug.po, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -po/ml.po, 955, 2772, 2485, 0, 0, 0, 0, 955, 2772 -po/ky.po, 66, 83, 82, 3, 3, 862, 2609, 931, 2695 -po/nds.po, 580, 1062, 1119, 8, 24, 233, 1346, 821, 2432 -po/kn.gmo, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po/vi.gmo, 1308, 3731, 5136, 0, 0, 0, 0, 1308, 3731 -po/ko.gmo, 1667, 4414, 4248, 0, 0, 0, 0, 1667, 4414 -po/gl.po, 1667, 4414, 5152, 0, 0, 0, 0, 1667, 4414 -po/ja.po, 1472, 3894, 2085, 1, 51, 194, 469, 1667, 4414 -po/cy.po, 670, 1846, 1951, 66, 138, 85, 448, 821, 2432 -po/ps.po, 345, 636, 671, 31, 64, 445, 1732, 821, 2432 -po/xh.gmo, 135, 597, 506, 0, 0, 0, 0, 135, 597 -po/mk.po, 342, 1357, 1470, 249, 435, 230, 640, 821, 2432 -po/ia.gmo, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -po/tt.gmo, 87, 186, 161, 0, 0, 0, 0, 87, 186 -po/ja.gmo, 1472, 3894, 2085, 0, 0, 0, 0, 1472, 3894 -po/ur.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -po/io.po, 248, 782, 739, 229, 378, 344, 1272, 821, 2432 -po/af.gmo, 1238, 3162, 3202, 0, 0, 0, 0, 1238, 3162 -po/id.gmo, 1667, 4414, 4371, 0, 0, 0, 0, 1667, 4414 -po/uz.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -po/pt_BR.po, 1678, 4418, 4972, 0, 0, 0, 0, 1678, 4418 -po/en.po, 49, 49, 92, 0, 0, 817, 2517, 866, 2566 -po/mi.gmo, 56, 211, 200, 0, 0, 0, 0, 56, 211 -po/or.po, 955, 2772, 2979, 0, 0, 0, 0, 955, 2772 -po/ia.po, 932, 2706, 3109, 0, 0, 0, 0, 932, 2706 -po/tg.po, 1136, 2881, 3208, 58, 356, 53, 273, 1247, 3510 -po/tk.po, 35, 73, 74, 239, 427, 547, 1932, 821, 2432 -po/el.po, 1377, 3677, 3944, 71, 337, 215, 394, 1663, 4408 -po/fa.po, 1361, 3850, 4292, 0, 0, 0, 0, 1361, 3850 -po/kg.gmo, 971, 3230, 3181, 0, 0, 0, 0, 971, 3230 -po/sr@ije.po, 84, 399, 378, 264, 505, 473, 1528, 821, 2432 -po/mn.po, 82, 395, 338, 265, 506, 474, 1531, 821, 2432 -po/oc.po, 1278, 3532, 4119, 21, 94, 53, 227, 1352, 3853 -po/be@latin.gmo, 743, 2090, 1940, 0, 0, 0, 0, 743, 2090 -po/tg.gmo, 1136, 2881, 3208, 0, 0, 0, 0, 1136, 2881 -po/hi.gmo, 1146, 3235, 3797, 0, 0, 0, 0, 1146, 3235 -po/be.gmo, 1048, 2981, 2786, 0, 0, 0, 0, 1048, 2981 -po/sq.po, 744, 2102, 2391, 41, 107, 36, 223, 821, 2432 -po/nb.po, 1454, 3973, 3962, 10, 25, 202, 406, 1666, 4404 -po/sk.po, 1516, 4060, 4027, 26, 51, 124, 298, 1666, 4409 -po/sv.gmo, 1667, 4414, 4195, 0, 0, 0, 0, 1667, 4414 -po/bn_IN.gmo, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -po/pt_BR.gmo, 1678, 4418, 4972, 0, 0, 0, 0, 1678, 4418 -po/li.gmo, 55, 288, 286, 0, 0, 0, 0, 55, 288 -po/wa.gmo, 251, 797, 1053, 0, 0, 0, 0, 251, 797 -po/ky.gmo, 66, 83, 82, 0, 0, 0, 0, 66, 83 -po/tk.gmo, 35, 73, 74, 0, 0, 0, 0, 35, 73 -po/da.po, 1667, 4414, 4126, 0, 0, 0, 0, 1667, 4414 -po/de.gmo, 1667, 4414, 4300, 0, 0, 0, 0, 1667, 4414 -po/lt.po, 1678, 4418, 4039, 0, 0, 0, 0, 1678, 4418 -po/km.gmo, 931, 2695, 1578, 0, 0, 0, 0, 931, 2695 -po/ca.po, 1667, 4414, 5339, 0, 0, 0, 0, 1667, 4414 -po/fr.gmo, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -po/ug.gmo, 932, 2707, 2470, 0, 0, 0, 0, 932, 2707 -po/tr.gmo, 1667, 4414, 4108, 0, 0, 0, 0, 1667, 4414 -po/sr@latin.po, 1372, 3869, 3915, 0, 0, 0, 0, 1372, 3869 -po/uz@cyrillic.gmo, 555, 1157, 1093, 0, 0, 0, 0, 555, 1157 -po/cy.gmo, 670, 1846, 1951, 0, 0, 0, 0, 670, 1846 -po/ang.gmo, 27, 79, 71, 0, 0, 0, 0, 27, 79 -po/crh.gmo, 789, 2121, 1901, 0, 0, 0, 0, 789, 2121 -po/it.gmo, 1678, 4418, 4731, 0, 0, 0, 0, 1678, 4418 -po/pa.po, 1573, 4188, 4633, 14, 36, 80, 190, 1667, 4414 -po/gd.po, 1372, 3869, 4975, 0, 0, 0, 0, 1372, 3869 -po/zh_HK.gmo, 1142, 3231, 1571, 0, 0, 0, 0, 1142, 3231 -po/bn_IN.po, 955, 2772, 3100, 0, 0, 0, 0, 955, 2772 -po/sk.gmo, 1516, 4060, 4027, 0, 0, 0, 0, 1516, 4060 -po/crh.po, 789, 2121, 1901, 21, 72, 114, 459, 924, 2652 -po/lg.po, 677, 1889, 2048, 0, 0, 162, 633, 839, 2522 -po/gu.gmo, 1110, 2996, 3452, 0, 0, 0, 0, 1110, 2996 -po/hy.po, 494, 1993, 1802, 53, 67, 274, 372, 821, 2432 -po/ga.gmo, 882, 2141, 2357, 0, 0, 0, 0, 882, 2141 -po/as.gmo, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 -po/ne.po, 709, 1600, 1628, 565, 1628, 85, 618, 1359, 3846 -po/ro.gmo, 1678, 4418, 4905, 0, 0, 0, 0, 1678, 4418 -po/ca.gmo, 1667, 4414, 5339, 0, 0, 0, 0, 1667, 4414 -po/zh_TW.po, 1377, 3875, 1887, 42, 76, 247, 458, 1666, 4409 -po/tt.po, 87, 186, 161, 208, 359, 526, 1887, 821, 2432 -po/mai.gmo, 791, 2273, 2543, 0, 0, 0, 0, 791, 2273 -po/ka.gmo, 409, 1612, 1257, 0, 0, 0, 0, 409, 1612 -po/es.po, 1678, 4418, 5210, 0, 0, 0, 0, 1678, 4418 -po/eo.po, 1522, 4109, 3955, 20, 39, 124, 261, 1666, 4409 -po/ms.gmo, 72, 331, 295, 0, 0, 0, 0, 72, 331 -po/hu.gmo, 1667, 4414, 4215, 0, 0, 0, 0, 1667, 4414 -po/fi.gmo, 1191, 3258, 2783, 0, 0, 0, 0, 1191, 3258 -po/my.gmo, 776, 2216, 1810, 0, 0, 0, 0, 776, 2216 -po/kn.po, 1146, 3235, 3216, 0, 0, 0, 0, 1146, 3235 -po/sl.gmo, 1678, 4418, 4511, 0, 0, 0, 0, 1678, 4418 -po/fr.po, 1666, 4409, 5163, 0, 0, 0, 0, 1666, 4409 -po/ur.po, 11, 11, 13, 43, 45, 767, 2376, 821, 2432 -po/da.gmo, 1667, 4414, 4126, 0, 0, 0, 0, 1667, 4414 -po/be@latin.po, 743, 2090, 1940, 41, 107, 37, 235, 821, 2432 -po/et.gmo, 955, 2408, 2206, 0, 0, 0, 0, 955, 2408 -po/th.gmo, 1351, 3852, 2114, 0, 0, 0, 0, 1351, 3852 -po/az.po, 83, 398, 331, 261, 500, 477, 1534, 821, 2432 -po/ga.po, 882, 2141, 2357, 51, 273, 163, 896, 1096, 3310 -po/ko.po, 1667, 4414, 4248, 0, 0, 0, 0, 1667, 4414 -po/gtk30.pot, 0, 0, 0, 0, 0, 1678, 4418, 1678, 4418 -po/fi.po, 1191, 3258, 2783, 95, 219, 377, 929, 1663, 4406 -po/ru.po, 1437, 3983, 3860, 23, 45, 206, 381, 1666, 4409 -po/lg.gmo, 677, 1889, 2048, 0, 0, 0, 0, 677, 1889 -po/nl.gmo, 1666, 4404, 4333, 0, 0, 0, 0, 1666, 4404 -po/as.po, 1142, 3231, 3574, 0, 0, 0, 0, 1142, 3231 -po/rw.po, 21, 24, 26, 323, 983, 477, 1425, 821, 2432 diff --git a/results/f31/gtksourceview3-3.24.11-2.fc31.src.rpm.errors.txt b/results/f31/gtksourceview3-3.24.11-2.fc31.src.rpm.errors.txt deleted file mode 100644 index f1318cc..0000000 --- a/results/f31/gtksourceview3-3.24.11-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f31/gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv b/results/f31/gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 4cf7a97..0000000 --- a/results/f31/gtksourceview3-3.24.11-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,166 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ru.po, 88, 220, 211, 13, 69, 5, 33, 106, 322 -po/ca.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -po/mn.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/da.gmo, 105, 320, 292, 0, 0, 0, 0, 105, 320 -po/gl.gmo, 105, 320, 384, 0, 0, 0, 0, 105, 320 -po/sr@latin.gmo, 105, 320, 331, 0, 0, 0, 0, 105, 320 -po/eo.gmo, 15, 16, 15, 0, 0, 0, 0, 15, 16 -po/fr.po, 106, 322, 403, 0, 0, 0, 0, 106, 322 -po/pl.po, 106, 322, 317, 0, 0, 0, 0, 106, 322 -po/mai.po, 6, 7, 8, 10, 15, 90, 300, 106, 322 -po/eo.po, 15, 16, 15, 8, 11, 83, 295, 106, 322 -po/da.po, 105, 320, 292, 1, 2, 0, 0, 106, 322 -po/ca@valencia.gmo, 90, 223, 283, 0, 0, 0, 0, 90, 223 -po/ko.po, 105, 320, 301, 1, 2, 0, 0, 106, 322 -po/zh_CN.po, 105, 320, 145, 1, 2, 0, 0, 106, 322 -po/lv.po, 105, 320, 300, 1, 2, 0, 0, 106, 322 -po/th.gmo, 40, 127, 66, 0, 0, 0, 0, 40, 127 -po/oc.gmo, 105, 320, 396, 0, 0, 0, 0, 105, 320 -po/mn.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -po/hi.po, 40, 127, 128, 21, 82, 45, 113, 106, 322 -po/ja.gmo, 86, 210, 119, 0, 0, 0, 0, 86, 210 -po/uk.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -po/as.gmo, 84, 213, 225, 0, 0, 0, 0, 84, 213 -po/el.gmo, 105, 320, 339, 0, 0, 0, 0, 105, 320 -po/pa.po, 43, 130, 136, 23, 87, 40, 105, 106, 322 -po/kk.po, 79, 145, 144, 1, 2, 26, 175, 106, 322 -po/mg.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -po/nb.gmo, 103, 315, 306, 0, 0, 0, 0, 103, 315 -po/sk.po, 105, 320, 327, 1, 2, 0, 0, 106, 322 -po/rw.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/pt_BR.gmo, 106, 322, 371, 0, 0, 0, 0, 106, 322 -po/tg.gmo, 11, 11, 13, 0, 0, 0, 0, 11, 11 -po/en_CA.gmo, 16, 72, 72, 0, 0, 0, 0, 16, 72 -po/ar.po, 20, 94, 85, 25, 83, 61, 145, 106, 322 -po/he.po, 94, 255, 253, 12, 67, 0, 0, 106, 322 -po/mk.po, 38, 119, 141, 21, 85, 47, 118, 106, 322 -po/gu.gmo, 67, 162, 174, 0, 0, 0, 0, 67, 162 -po/ms.po, 3, 4, 4, 9, 13, 94, 305, 106, 322 -po/en_CA.po, 16, 72, 72, 23, 84, 67, 166, 106, 322 -po/bn.po, 26, 103, 110, 25, 86, 55, 133, 106, 322 -po/pt.po, 94, 255, 296, 12, 67, 0, 0, 106, 322 -po/mr.po, 20, 94, 94, 25, 83, 61, 145, 106, 322 -po/zh_HK.po, 84, 213, 114, 16, 75, 6, 34, 106, 322 -po/ml.gmo, 20, 94, 69, 0, 0, 0, 0, 20, 94 -po/ug.po, 40, 127, 120, 21, 82, 45, 113, 106, 322 -po/hu.gmo, 106, 322, 295, 0, 0, 0, 0, 106, 322 -po/vi.po, 94, 255, 378, 12, 67, 0, 0, 106, 322 -po/ug.gmo, 40, 127, 120, 0, 0, 0, 0, 40, 127 -po/pl.gmo, 106, 322, 317, 0, 0, 0, 0, 106, 322 -po/pa.gmo, 43, 130, 136, 0, 0, 0, 0, 43, 130 -po/et.gmo, 30, 106, 83, 0, 0, 0, 0, 30, 106 -po/fa.po, 4, 8, 8, 9, 13, 93, 301, 106, 322 -po/az.po, 3, 4, 4, 8, 12, 95, 306, 106, 322 -po/hu.po, 106, 322, 295, 0, 0, 0, 0, 106, 322 -po/hi.gmo, 40, 127, 128, 0, 0, 0, 0, 40, 127 -po/es.gmo, 106, 322, 398, 0, 0, 0, 0, 106, 322 -po/sr.gmo, 106, 322, 333, 0, 0, 0, 0, 106, 322 -po/ca@valencia.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -po/id.gmo, 106, 322, 327, 0, 0, 0, 0, 106, 322 -po/ml.po, 20, 94, 69, 25, 83, 61, 145, 106, 322 -po/hr.po, 105, 320, 310, 1, 2, 0, 0, 106, 322 -po/bs.gmo, 87, 218, 214, 0, 0, 0, 0, 87, 218 -po/pt_BR.po, 106, 322, 371, 0, 0, 0, 0, 106, 322 -po/bg.po, 93, 251, 285, 11, 66, 2, 5, 106, 322 -po/kn.po, 37, 118, 103, 20, 82, 49, 122, 106, 322 -po/be.po, 105, 320, 314, 1, 2, 0, 0, 106, 322 -po/zh_TW.po, 105, 320, 143, 1, 2, 0, 0, 106, 322 -po/sl.gmo, 106, 322, 308, 0, 0, 0, 0, 106, 322 -po/xh.po, 3, 4, 5, 9, 13, 94, 305, 106, 322 -po/rw.po, 1, 1, 1, 5, 7, 100, 314, 106, 322 -po/az.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/ja.po, 86, 210, 119, 12, 68, 8, 44, 106, 322 -po/lt.po, 106, 322, 285, 0, 0, 0, 0, 106, 322 -po/ga.po, 16, 39, 38, 10, 27, 80, 256, 106, 322 -po/tg.po, 11, 11, 13, 6, 8, 89, 303, 106, 322 -po/he.gmo, 94, 255, 253, 0, 0, 0, 0, 94, 255 -po/nl.gmo, 105, 320, 288, 0, 0, 0, 0, 105, 320 -po/ro.po, 105, 320, 375, 1, 2, 0, 0, 106, 322 -po/nb.po, 103, 315, 306, 1, 2, 2, 5, 106, 322 -po/nn.gmo, 26, 103, 85, 0, 0, 0, 0, 26, 103 -po/ga.gmo, 16, 39, 38, 0, 0, 0, 0, 16, 39 -po/si.po, 7, 8, 9, 9, 14, 90, 300, 106, 322 -po/bn_IN.po, 20, 94, 101, 25, 83, 61, 145, 106, 322 -po/fa.gmo, 4, 8, 8, 0, 0, 0, 0, 4, 8 -po/gtksourceview-3.0.pot, 0, 0, 0, 0, 0, 106, 322, 106, 322 -po/eu.gmo, 106, 322, 290, 0, 0, 0, 0, 106, 322 -po/be.gmo, 105, 320, 314, 0, 0, 0, 0, 105, 320 -po/es.po, 106, 322, 398, 0, 0, 0, 0, 106, 322 -po/oc.po, 105, 320, 396, 1, 2, 0, 0, 106, 322 -po/tr.gmo, 106, 322, 291, 0, 0, 0, 0, 106, 322 -po/ca.po, 90, 223, 283, 11, 66, 5, 33, 106, 322 -po/sv.po, 106, 322, 280, 0, 0, 0, 0, 106, 322 -po/id.po, 106, 322, 327, 0, 0, 0, 0, 106, 322 -po/bn.gmo, 26, 103, 110, 0, 0, 0, 0, 26, 103 -po/bg.gmo, 93, 251, 285, 0, 0, 0, 0, 93, 251 -po/dz.gmo, 16, 72, 44, 0, 0, 0, 0, 16, 72 -po/ta.po, 40, 127, 117, 21, 82, 45, 113, 106, 322 -po/cs.po, 106, 322, 320, 0, 0, 0, 0, 106, 322 -po/fi.po, 59, 163, 128, 16, 73, 31, 86, 106, 322 -po/en@shaw.gmo, 22, 74, 74, 0, 0, 0, 0, 22, 74 -po/sl.po, 106, 322, 308, 0, 0, 0, 0, 106, 322 -po/hr.gmo, 105, 320, 310, 0, 0, 0, 0, 105, 320 -po/ms.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/mg.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/uk.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -po/nl.po, 105, 320, 288, 1, 2, 0, 0, 106, 322 -po/zh_CN.gmo, 105, 320, 145, 0, 0, 0, 0, 105, 320 -po/zh_HK.gmo, 84, 213, 114, 0, 0, 0, 0, 84, 213 -po/sq.po, 3, 4, 5, 10, 15, 93, 303, 106, 322 -po/sr@latin.po, 105, 320, 331, 1, 2, 0, 0, 106, 322 -po/ru.gmo, 88, 220, 211, 0, 0, 0, 0, 88, 220 -po/kk.gmo, 79, 145, 144, 0, 0, 0, 0, 79, 145 -po/eu.po, 106, 322, 290, 0, 0, 0, 0, 106, 322 -po/de.gmo, 106, 322, 297, 0, 0, 0, 0, 106, 322 -po/as.po, 84, 213, 225, 16, 75, 6, 34, 106, 322 -po/xh.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/fur.gmo, 57, 79, 82, 0, 0, 0, 0, 57, 79 -po/zh_TW.gmo, 105, 320, 143, 0, 0, 0, 0, 105, 320 -po/it.gmo, 106, 322, 353, 0, 0, 0, 0, 106, 322 -po/ro.gmo, 105, 320, 375, 0, 0, 0, 0, 105, 320 -po/vi.gmo, 94, 255, 378, 0, 0, 0, 0, 94, 255 -po/te.gmo, 39, 123, 114, 0, 0, 0, 0, 39, 123 -po/th.po, 40, 127, 66, 20, 81, 46, 114, 106, 322 -po/si.gmo, 7, 8, 9, 0, 0, 0, 0, 7, 8 -po/pt.gmo, 94, 255, 296, 0, 0, 0, 0, 94, 255 -po/el.po, 105, 320, 339, 1, 2, 0, 0, 106, 322 -po/bs.po, 87, 218, 214, 14, 71, 5, 33, 106, 322 -po/mai.gmo, 6, 7, 8, 0, 0, 0, 0, 6, 7 -po/ast.gmo, 38, 119, 143, 0, 0, 0, 0, 38, 119 -po/fi.gmo, 59, 163, 128, 0, 0, 0, 0, 59, 163 -po/ta.gmo, 40, 127, 117, 0, 0, 0, 0, 40, 127 -po/sr.po, 106, 322, 333, 0, 0, 0, 0, 106, 322 -po/cs.gmo, 106, 322, 320, 0, 0, 0, 0, 106, 322 -po/gu.po, 67, 162, 174, 21, 79, 18, 81, 106, 322 -po/gl.po, 105, 320, 384, 1, 2, 0, 0, 106, 322 -po/kn.gmo, 37, 118, 103, 0, 0, 0, 0, 37, 118 -po/sv.gmo, 106, 322, 280, 0, 0, 0, 0, 106, 322 -po/ne.gmo, 16, 72, 70, 0, 0, 0, 0, 16, 72 -po/bn_IN.gmo, 20, 94, 101, 0, 0, 0, 0, 20, 94 -po/or.po, 34, 113, 110, 21, 83, 51, 126, 106, 322 -po/ast.po, 38, 119, 143, 21, 85, 47, 118, 106, 322 -po/lt.gmo, 106, 322, 285, 0, 0, 0, 0, 106, 322 -po/sk.gmo, 105, 320, 327, 0, 0, 0, 0, 105, 320 -po/fur.po, 57, 79, 82, 1, 2, 48, 241, 106, 322 -po/cy.gmo, 3, 4, 4, 0, 0, 0, 0, 3, 4 -po/mr.gmo, 20, 94, 94, 0, 0, 0, 0, 20, 94 -po/nn.po, 26, 103, 85, 23, 82, 57, 137, 106, 322 -po/ar.gmo, 20, 94, 85, 0, 0, 0, 0, 20, 94 -po/fr.gmo, 106, 322, 403, 0, 0, 0, 0, 106, 322 -po/et.po, 30, 106, 83, 17, 61, 59, 155, 106, 322 -po/mk.gmo, 38, 119, 141, 0, 0, 0, 0, 38, 119 -po/de.po, 106, 322, 297, 0, 0, 0, 0, 106, 322 -po/ne.po, 16, 72, 70, 23, 84, 67, 166, 106, 322 -po/te.po, 39, 123, 114, 21, 85, 46, 114, 106, 322 -po/dz.po, 16, 72, 44, 25, 87, 65, 163, 106, 322 -po/en_GB.gmo, 94, 255, 254, 0, 0, 0, 0, 94, 255 -po/ko.gmo, 105, 320, 301, 0, 0, 0, 0, 105, 320 -po/it.po, 106, 322, 353, 0, 0, 0, 0, 106, 322 -po/en@shaw.po, 22, 74, 74, 29, 115, 55, 133, 106, 322 -po/cy.po, 3, 4, 4, 10, 15, 93, 303, 106, 322 -po/tr.po, 106, 322, 291, 0, 0, 0, 0, 106, 322 -po/lv.gmo, 105, 320, 300, 0, 0, 0, 0, 105, 320 -po/or.gmo, 34, 113, 110, 0, 0, 0, 0, 34, 113 -po/sq.gmo, 3, 4, 5, 0, 0, 0, 0, 3, 4 -po/en_GB.po, 94, 255, 254, 12, 67, 0, 0, 106, 322 diff --git a/results/f31/gtksourceview4-4.4.0-1.fc31.src.rpm.errors.txt b/results/f31/gtksourceview4-4.4.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/gtksourceview4-4.4.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv b/results/f31/gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 06f84d4..0000000 --- a/results/f31/gtksourceview4-4.4.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,83 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 94, 308, 133, 0, 0, 0, 0, 94, 308 -po/zh_HK.po, 809, 1900, 1024, 0, 0, 0, 0, 809, 1900 -po/zh_CN.po, 94, 308, 132, 0, 0, 0, 0, 94, 308 -po/xh.po, 294, 725, 782, 0, 0, 0, 0, 294, 725 -po/vi.po, 624, 1147, 1759, 0, 0, 0, 0, 624, 1147 -po/uk.po, 627, 1551, 1508, 0, 0, 0, 0, 627, 1551 -po/ug.po, 670, 1608, 1570, 0, 0, 0, 0, 670, 1608 -po/tr.po, 94, 308, 273, 0, 0, 0, 0, 94, 308 -po/th.po, 650, 1573, 820, 0, 0, 11, 23, 661, 1596 -po/tg.po, 132, 159, 173, 1, 2, 536, 1443, 669, 1604 -po/te.po, 627, 1551, 1407, 0, 0, 0, 0, 627, 1551 -po/ta.po, 670, 1608, 1511, 0, 0, 0, 0, 670, 1608 -po/sv.po, 106, 322, 280, 0, 0, 0, 0, 106, 322 -po/sr@latin.po, 628, 1155, 1331, 0, 0, 0, 0, 628, 1155 -po/sr.po, 94, 308, 319, 0, 0, 0, 0, 94, 308 -po/sq.po, 332, 821, 1042, 0, 0, 0, 0, 332, 821 -po/sl.po, 94, 308, 294, 0, 0, 0, 0, 94, 308 -po/sk.po, 628, 1155, 1222, 0, 0, 0, 0, 628, 1155 -po/si.po, 101, 117, 123, 0, 0, 248, 709, 349, 826 -po/rw.po, 46, 48, 57, 0, 0, 248, 677, 294, 725 -po/ru.po, 623, 1128, 1236, 0, 0, 0, 0, 623, 1128 -po/ro.po, 94, 308, 359, 0, 0, 0, 0, 94, 308 -po/pt_BR.po, 94, 308, 362, 0, 0, 0, 0, 94, 308 -po/pt.po, 625, 1148, 1353, 0, 0, 0, 0, 625, 1148 -po/pl.po, 94, 308, 303, 0, 0, 0, 0, 94, 308 -po/pa.po, 713, 1692, 1697, 0, 0, 0, 0, 713, 1692 -po/or.po, 484, 1174, 1152, 23, 36, 53, 236, 560, 1446 -po/oc.po, 94, 308, 379, 0, 0, 0, 0, 94, 308 -po/nn.po, 513, 1322, 1183, 3, 12, 22, 79, 538, 1413 -po/nl.po, 94, 308, 274, 0, 0, 0, 0, 94, 308 -po/ne.po, 347, 817, 827, 0, 0, 0, 0, 347, 817 -po/nb.po, 620, 1138, 1050, 1, 2, 1, 2, 622, 1142 -po/ms.po, 231, 572, 563, 0, 0, 63, 153, 294, 725 -po/mr.po, 449, 1124, 1092, 0, 0, 0, 0, 449, 1124 -po/mn.po, 180, 455, 479, 0, 0, 114, 270, 294, 725 -po/ml.po, 449, 1124, 991, 0, 0, 0, 0, 449, 1124 -po/mk.po, 625, 1545, 1797, 0, 0, 0, 0, 625, 1545 -po/mg.po, 336, 827, 883, 0, 0, 4, 7, 340, 834 -po/mai.po, 188, 370, 388, 0, 0, 250, 729, 438, 1099 -po/lv.po, 94, 308, 287, 0, 0, 0, 0, 94, 308 -po/lt.po, 94, 308, 270, 0, 0, 0, 0, 94, 308 -po/ko.po, 94, 308, 286, 0, 0, 0, 0, 94, 308 -po/kn.po, 572, 1377, 1220, 1, 1, 18, 108, 591, 1486 -po/kk.po, 68, 133, 130, 0, 0, 26, 175, 94, 308 -po/ja.po, 619, 1116, 771, 3, 6, 1, 6, 623, 1128 -po/it.po, 94, 308, 339, 0, 0, 0, 0, 94, 308 -po/id.po, 94, 308, 310, 0, 0, 0, 0, 94, 308 -po/hu.po, 94, 308, 281, 0, 0, 0, 0, 94, 308 -po/hr.po, 94, 308, 297, 0, 0, 0, 0, 94, 308 -po/hi.po, 670, 1608, 1676, 0, 0, 0, 0, 670, 1608 -po/he.po, 622, 1142, 1166, 0, 0, 0, 0, 622, 1142 -po/gu.po, 633, 1405, 1409, 75, 152, 100, 335, 808, 1892 -po/gl.po, 94, 308, 372, 0, 0, 0, 0, 94, 308 -po/ga.po, 149, 192, 195, 18, 27, 548, 1481, 715, 1700 -po/fur.po, 94, 308, 375, 0, 0, 0, 0, 94, 308 -po/fr.po, 106, 322, 403, 0, 0, 0, 0, 106, 322 -po/fi.po, 479, 823, 677, 72, 161, 79, 172, 630, 1156 -po/fa.po, 295, 732, 829, 0, 0, 18, 37, 313, 769 -po/eu.po, 94, 308, 273, 0, 0, 0, 0, 94, 308 -po/et.po, 469, 1155, 996, 0, 0, 123, 330, 592, 1485 -po/es.po, 94, 308, 384, 0, 0, 0, 0, 94, 308 -po/eo.po, 238, 285, 273, 23, 44, 367, 826, 628, 1155 -po/en_GB.po, 624, 1147, 1145, 0, 0, 0, 0, 624, 1147 -po/en_CA.po, 357, 863, 866, 0, 0, 0, 0, 357, 863 -po/en@shaw.po, 410, 1050, 1051, 128, 363, 0, 0, 538, 1413 -po/el.po, 94, 308, 323, 0, 0, 0, 0, 94, 308 -po/dz.po, 385, 994, 677, 0, 0, 0, 0, 385, 994 -po/de.po, 94, 308, 283, 0, 0, 0, 0, 94, 308 -po/da.po, 94, 308, 278, 0, 0, 0, 0, 94, 308 -po/cy.po, 329, 818, 871, 0, 0, 0, 0, 329, 818 -po/cs.po, 94, 308, 306, 0, 0, 0, 0, 94, 308 -po/ca@valencia.po, 601, 1040, 1246, 14, 73, 15, 43, 630, 1156 -po/ca.po, 628, 1155, 1386, 0, 0, 0, 0, 628, 1155 -po/bs.po, 614, 1107, 1160, 0, 0, 0, 0, 614, 1107 -po/bn_IN.po, 449, 1124, 1190, 0, 0, 0, 0, 449, 1124 -po/bn.po, 538, 1413, 1495, 0, 0, 0, 0, 538, 1413 -po/bg.po, 622, 1142, 1391, 0, 0, 0, 0, 622, 1142 -po/be.po, 94, 308, 293, 0, 0, 0, 0, 94, 308 -po/az.po, 180, 455, 441, 0, 0, 114, 270, 294, 725 -po/ast.po, 625, 1545, 1841, 0, 0, 0, 0, 625, 1545 -po/as.po, 809, 1900, 1870, 0, 0, 0, 0, 809, 1900 -po/ar.po, 449, 1124, 1148, 0, 0, 0, 0, 449, 1124 diff --git a/results/f31/gutenprint-5.2.14-7.fc31.src.rpm.errors.txt b/results/f31/gutenprint-5.2.14-7.fc31.src.rpm.errors.txt deleted file mode 100644 index ef50d2e..0000000 --- a/results/f31/gutenprint-5.2.14-7.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,17 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbf in position 7: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 29: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 2: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 30: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc4 in position 0: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f31/gutenprint-5.2.14-7.fc31.src.rpm.stats.csv b/results/f31/gutenprint-5.2.14-7.fc31.src.rpm.stats.csv deleted file mode 100644 index 4bfacf9..0000000 --- a/results/f31/gutenprint-5.2.14-7.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,49 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 3311, 11653, 11404, 1205, 3556, 184, 553, 4700, 15762 -po/tr.gmo, 3304, 11036, 10518, 0, 0, 0, 0, 3304, 11036 -po/el.po, 115, 148, 158, 2074, 6310, 2511, 9304, 4700, 15762 -po/ru.po, 1704, 4597, 4538, 2114, 6205, 882, 4960, 4700, 15762 -po/sk.gmo, 3108, 10215, 10002, 0, 0, 0, 0, 3108, 10215 -po/uk.gmo, 3311, 11653, 11248, 0, 0, 0, 0, 3311, 11653 -po/nl.gmo, 3311, 11653, 11404, 0, 0, 0, 0, 3311, 11653 -po/ja.po, 975, 3254, 1999, 1702, 6571, 2023, 5937, 4700, 15762 -po/vi.gmo, 2935, 8209, 8668, 0, 0, 0, 0, 2935, 8209 -po/pl.po, 157, 314, 306, 1846, 5527, 2697, 9921, 4700, 15762 -po/de.gmo, 3311, 11653, 10679, 0, 0, 0, 0, 3311, 11653 -po/fr.gmo, 3311, 11653, 12125, 0, 0, 0, 0, 3311, 11653 -po/gl.gmo, 2582, 8926, 9610, 0, 0, 0, 0, 2582, 8926 -po/sk.po, 3108, 10215, 10002, 1288, 4541, 304, 1006, 4700, 15762 -po/gutenprint.pot, 0, 0, 0, 0, 0, 4700, 15762, 4700, 15762 -po/nb.gmo, 242, 695, 642, 0, 0, 0, 0, 242, 695 -po/zh_TW.po, 465, 1584, 793, 2524, 7790, 1711, 6388, 4700, 15762 -po/es.po, 306, 1819, 1984, 2037, 7189, 2357, 6754, 4700, 15762 -po/cs.gmo, 336, 1980, 1683, 0, 0, 0, 0, 336, 1980 -po/zh_CN.po, 2965, 8561, 7654, 1222, 3614, 513, 3587, 4700, 15762 -po/pt.po, 334, 1968, 2054, 2012, 7044, 2354, 6750, 4700, 15762 -po/sl.po, 2560, 8860, 8534, 1918, 6263, 222, 639, 4700, 15762 -po/da.po, 3311, 11653, 11174, 1208, 3564, 181, 545, 4700, 15762 -po/fr.po, 3311, 11653, 12125, 1208, 3564, 181, 545, 4700, 15762 -po/tr.po, 3304, 11036, 10518, 1213, 4175, 183, 551, 4700, 15762 -po/vi.po, 2935, 8209, 8668, 1200, 3529, 565, 4024, 4700, 15762 -po/fi.gmo, 2212, 6765, 6191, 0, 0, 0, 0, 2212, 6765 -po/uk.po, 3311, 11653, 11248, 1208, 3564, 181, 545, 4700, 15762 -po/ru.gmo, 1704, 4597, 4538, 0, 0, 0, 0, 1704, 4597 -po/sv.po, 1354, 5110, 4902, 2650, 8590, 696, 2062, 4700, 15762 -po/it.po, 3311, 11653, 11994, 1208, 3564, 181, 545, 4700, 15762 -po/zh_TW.gmo, 465, 1584, 793, 0, 0, 0, 0, 465, 1584 -po/gl.po, 2582, 8926, 9610, 1896, 6197, 222, 639, 4700, 15762 -po/en_GB.po, 2112, 7530, 7507, 2283, 7328, 305, 904, 4700, 15762 -po/hu.gmo, 3311, 11653, 11181, 0, 0, 0, 0, 3311, 11653 -po/cs.po, 336, 1980, 1683, 2003, 6971, 2361, 6811, 4700, 15762 -po/da.gmo, 3311, 11653, 11174, 0, 0, 0, 0, 3311, 11653 -po/hu.po, 3311, 11653, 11181, 1208, 3564, 181, 545, 4700, 15762 -po/sl.gmo, 2560, 8860, 8534, 0, 0, 0, 0, 2560, 8860 -po/nb.po, 242, 695, 642, 2048, 6258, 2410, 8809, 4700, 15762 -po/ja.gmo, 975, 3254, 1999, 0, 0, 0, 0, 975, 3254 -po/de.po, 3311, 11653, 10679, 1214, 3574, 175, 535, 4700, 15762 -po/fi.po, 2212, 6765, 6191, 2042, 6009, 446, 2988, 4700, 15762 -po/ca.po, 3311, 11653, 12496, 1208, 3564, 181, 545, 4700, 15762 -po/en_GB.gmo, 2112, 7530, 7507, 0, 0, 0, 0, 2112, 7530 -po/it.gmo, 3311, 11653, 11994, 0, 0, 0, 0, 3311, 11653 -po/zh_CN.gmo, 2965, 8561, 7654, 0, 0, 0, 0, 2965, 8561 -po/sv.gmo, 1354, 5110, 4902, 0, 0, 0, 0, 1354, 5110 diff --git a/results/f31/gvfs-1.42.1-1.fc31.src.rpm.errors.txt b/results/f31/gvfs-1.42.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 8d0259f..0000000 --- a/results/f31/gvfs-1.42.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/gvfs-1.42.1-1.fc31.src.rpm.stats.csv b/results/f31/gvfs-1.42.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index a83430e..0000000 --- a/results/f31/gvfs-1.42.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,77 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 403, 2076, 639, 0, 0, 0, 0, 403, 2076 -po/zh_HK.po, 596, 2704, 1004, 0, 0, 0, 0, 596, 2704 -po/zh_CN.po, 397, 2052, 612, 0, 0, 0, 0, 397, 2052 -po/vi.po, 403, 2076, 3099, 0, 0, 0, 0, 403, 2076 -po/uk.po, 402, 2069, 2058, 0, 0, 0, 0, 402, 2069 -po/ug.po, 583, 2640, 2364, 0, 0, 2, 8, 585, 2648 -po/tr.po, 399, 2058, 1760, 0, 0, 0, 0, 399, 2058 -po/th.po, 564, 2552, 1102, 0, 0, 0, 0, 564, 2552 -po/tg.po, 71, 121, 134, 0, 0, 514, 2527, 585, 2648 -po/te.po, 596, 2704, 2339, 0, 0, 0, 0, 596, 2704 -po/ta.po, 596, 2704, 2387, 0, 0, 0, 0, 596, 2704 -po/sv.po, 399, 2058, 1998, 0, 0, 0, 0, 399, 2058 -po/sr@latin.po, 412, 2148, 2317, 0, 0, 0, 0, 412, 2148 -po/sr.po, 399, 2058, 2232, 0, 0, 0, 0, 399, 2058 -po/sq.po, 312, 1245, 1532, 0, 0, 0, 0, 312, 1245 -po/sl.po, 399, 2058, 2129, 0, 0, 0, 0, 399, 2058 -po/sk.po, 402, 2069, 2074, 0, 0, 0, 0, 402, 2069 -po/ru.po, 403, 2076, 2003, 0, 0, 0, 0, 403, 2076 -po/ro.po, 399, 2058, 2443, 0, 0, 0, 0, 399, 2058 -po/pt_BR.po, 399, 2058, 2583, 0, 0, 0, 0, 399, 2058 -po/pt.po, 624, 2893, 3334, 0, 0, 0, 0, 624, 2893 -po/pl.po, 399, 2058, 2143, 0, 0, 0, 0, 399, 2058 -po/pa.po, 607, 2762, 3169, 0, 0, 0, 0, 607, 2762 -po/or.po, 596, 2704, 2797, 0, 0, 0, 0, 596, 2704 -po/oc.po, 593, 2663, 3511, 0, 0, 25, 188, 618, 2851 -po/nn.po, 540, 2427, 2414, 0, 0, 5, 18, 545, 2445 -po/nl.po, 399, 2058, 2044, 0, 0, 0, 0, 399, 2058 -po/ne.po, 155, 554, 562, 170, 781, 86, 804, 411, 2139 -po/nds.po, 222, 594, 641, 0, 0, 236, 1342, 458, 1936 -po/nb.po, 412, 2148, 2136, 0, 0, 0, 0, 412, 2148 -po/mr.po, 596, 2704, 2677, 0, 0, 0, 0, 596, 2704 -po/ml.po, 585, 2648, 2211, 0, 0, 0, 0, 585, 2648 -po/mk.po, 537, 2412, 2873, 0, 0, 0, 0, 537, 2412 -po/mai.po, 88, 196, 215, 0, 0, 357, 1662, 445, 1858 -po/lv.po, 399, 2058, 1839, 0, 0, 0, 0, 399, 2058 -po/lt.po, 399, 2058, 1752, 0, 0, 0, 0, 399, 2058 -po/ku.po, 65, 142, 164, 0, 0, 209, 908, 274, 1050 -po/ko.po, 399, 2058, 1821, 0, 0, 0, 0, 399, 2058 -po/kn.po, 601, 2728, 2422, 0, 0, 0, 0, 601, 2728 -po/kk.po, 313, 1502, 1420, 0, 0, 90, 574, 403, 2076 -po/ja.po, 583, 2640, 1062, 0, 0, 0, 0, 583, 2640 -po/it.po, 399, 2058, 2331, 0, 0, 0, 0, 399, 2058 -po/id.po, 399, 2058, 2084, 0, 0, 0, 0, 399, 2058 -po/hu.po, 399, 2058, 2015, 0, 0, 0, 0, 399, 2058 -po/hr.po, 399, 2058, 1938, 0, 0, 0, 0, 399, 2058 -po/hi.po, 596, 2704, 3161, 0, 0, 0, 0, 596, 2704 -po/he.po, 400, 2080, 2041, 0, 0, 0, 0, 400, 2080 -po/gu.po, 597, 2706, 3018, 0, 0, 0, 0, 597, 2706 -po/gl.po, 399, 2058, 2831, 0, 0, 0, 0, 399, 2058 -po/ga.po, 165, 446, 523, 0, 0, 197, 1130, 362, 1576 -po/fur.po, 399, 2058, 2541, 0, 0, 0, 0, 399, 2058 -po/fr.po, 399, 2058, 2781, 0, 0, 0, 0, 399, 2058 -po/fi.po, 346, 1736, 1440, 36, 223, 17, 99, 399, 2058 -po/fa.po, 465, 1815, 2181, 15, 61, 65, 569, 545, 2445 -po/eu.po, 399, 2058, 1991, 0, 0, 0, 0, 399, 2058 -po/et.po, 565, 2555, 2241, 0, 0, 0, 0, 565, 2555 -po/es.po, 399, 2058, 2717, 0, 0, 0, 0, 399, 2058 -po/eo.po, 111, 361, 386, 9, 43, 291, 1735, 411, 2139 -po/en_GB.po, 412, 2148, 2146, 0, 0, 0, 0, 412, 2148 -po/en@shaw.po, 409, 1725, 1725, 49, 211, 0, 0, 458, 1936 -po/el.po, 403, 2076, 2225, 0, 0, 0, 0, 403, 2076 -po/de.po, 399, 2058, 2190, 0, 0, 0, 0, 399, 2058 -po/da.po, 399, 2058, 1993, 0, 0, 0, 0, 399, 2058 -po/cs.po, 399, 2058, 1971, 0, 0, 0, 0, 399, 2058 -po/ca@valencia.po, 411, 2139, 3009, 0, 0, 0, 0, 411, 2139 -po/ca.po, 399, 2058, 2903, 0, 0, 0, 0, 399, 2058 -po/bs.po, 609, 2777, 2884, 0, 0, 0, 0, 609, 2777 -po/bn_IN.po, 596, 2704, 2986, 0, 0, 0, 0, 596, 2704 -po/bn.po, 458, 1936, 2102, 0, 0, 0, 0, 458, 1936 -po/bg.po, 618, 2851, 3363, 0, 0, 0, 0, 618, 2851 -po/be@latin.po, 326, 1354, 1338, 0, 0, 0, 0, 326, 1354 -po/be.po, 402, 2069, 2045, 0, 0, 0, 0, 402, 2069 -po/ast.po, 537, 2412, 2910, 0, 0, 0, 0, 537, 2412 -po/as.po, 597, 2706, 2858, 0, 0, 0, 0, 597, 2706 -po/ar.po, 401, 1654, 1688, 9, 33, 59, 324, 469, 2011 -po/af.po, 210, 711, 733, 1, 3, 252, 1269, 463, 1983 diff --git a/results/f31/hplip-3.19.8-2.fc31.src.rpm.errors.txt b/results/f31/hplip-3.19.8-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 93aed4d..0000000 --- a/results/f31/hplip-3.19.8-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process data/localization/hplip_: does not exist diff --git a/results/f31/hplip-3.19.8-2.fc31.src.rpm.stats.csv b/results/f31/hplip-3.19.8-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 695c674..0000000 --- a/results/f31/hplip-3.19.8-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f31/hunspell-1.7.0-3.fc31.src.rpm.errors.txt b/results/f31/hunspell-1.7.0-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 6985d4e..0000000 --- a/results/f31/hunspell-1.7.0-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/hunspell-1.7.0-3.fc31.src.rpm.stats.csv b/results/f31/hunspell-1.7.0-3.fc31.src.rpm.stats.csv deleted file mode 100644 index af28120..0000000 --- a/results/f31/hunspell-1.7.0-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,10 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tg.po, 79, 613, 646, 0, 0, 0, 0, 79, 613 -po/pt_BR.po, 79, 613, 683, 0, 0, 0, 0, 79, 613 -po/pl.po, 79, 613, 599, 0, 0, 0, 0, 79, 613 -po/it.po, 69, 496, 533, 6, 24, 4, 93, 79, 613 -po/hunspell.pot, 0, 0, 0, 0, 0, 79, 613, 79, 613 -po/hu.po, 76, 598, 563, 3, 15, 0, 0, 79, 613 -po/es.po, 79, 613, 700, 0, 0, 0, 0, 79, 613 -po/de.po, 79, 613, 582, 0, 0, 0, 0, 79, 613 -po/ca.po, 79, 613, 705, 0, 0, 0, 0, 79, 613 diff --git a/results/f31/ibus-1.5.21-3.fc31.src.rpm.errors.txt b/results/f31/ibus-1.5.21-3.fc31.src.rpm.errors.txt deleted file mode 100644 index e6f72c2..0000000 --- a/results/f31/ibus-1.5.21-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/ibus-1.5.21-3.fc31.src.rpm.stats.csv b/results/f31/ibus-1.5.21-3.fc31.src.rpm.stats.csv deleted file mode 100644 index e08db4d..0000000 --- a/results/f31/ibus-1.5.21-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,104 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fr.po, 544, 2168, 2453, 0, 0, 0, 0, 544, 2168 -po/ko.gmo, 162, 925, 735, 0, 0, 0, 0, 162, 925 -po/hi.po, 125, 583, 682, 14, 93, 405, 1492, 544, 2168 -po/mn.gmo, 32, 116, 97, 0, 0, 0, 0, 32, 116 -po/bn.gmo, 104, 448, 503, 0, 0, 0, 0, 104, 448 -po/es.po, 535, 2146, 2451, 0, 0, 9, 22, 544, 2168 -po/sr.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -po/pl.po, 544, 2168, 2048, 0, 0, 0, 0, 544, 2168 -po/fa.po, 38, 67, 73, 5, 8, 501, 2093, 544, 2168 -po/ia.gmo, 125, 583, 715, 0, 0, 0, 0, 125, 583 -po/he.po, 1, 1, 1, 0, 0, 543, 2167, 544, 2168 -po/mn.po, 32, 116, 97, 5, 33, 507, 2019, 544, 2168 -po/fa.gmo, 38, 67, 73, 0, 0, 0, 0, 38, 67 -po/hi.gmo, 125, 583, 682, 0, 0, 0, 0, 125, 583 -po/hu.po, 544, 2168, 2042, 0, 0, 0, 0, 544, 2168 -po/or.gmo, 142, 669, 659, 0, 0, 0, 0, 142, 669 -po/tr.gmo, 27, 40, 44, 0, 0, 0, 0, 27, 40 -po/vi.gmo, 118, 512, 681, 0, 0, 0, 0, 118, 512 -po/mr.gmo, 162, 925, 857, 0, 0, 0, 0, 162, 925 -po/he.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/ca.gmo, 272, 1398, 1656, 0, 0, 0, 0, 272, 1398 -po/ur.gmo, 1, 1, 1, 0, 0, 0, 0, 1, 1 -po/nb.gmo, 62, 163, 151, 0, 0, 0, 0, 62, 163 -po/ar.gmo, 41, 117, 109, 0, 0, 0, 0, 41, 117 -po/lv.po, 105, 456, 407, 11, 51, 428, 1661, 544, 2168 -po/bn_IN.gmo, 162, 925, 939, 0, 0, 0, 0, 162, 925 -po/eu.po, 50, 96, 102, 7, 13, 487, 2059, 544, 2168 -po/pl.gmo, 544, 2168, 2048, 0, 0, 0, 0, 544, 2168 -po/sr@latin.gmo, 41, 115, 109, 0, 0, 0, 0, 41, 115 -po/pa.po, 204, 779, 784, 0, 0, 340, 1389, 544, 2168 -po/pa.gmo, 204, 779, 784, 0, 0, 0, 0, 204, 779 -po/cs.gmo, 504, 1883, 1759, 0, 0, 0, 0, 504, 1883 -po/pt_BR.po, 249, 1290, 1477, 0, 0, 295, 878, 544, 2168 -po/bg.po, 121, 557, 613, 11, 51, 412, 1560, 544, 2168 -po/te.po, 162, 925, 780, 6, 59, 376, 1184, 544, 2168 -po/ru.gmo, 145, 758, 657, 0, 0, 0, 0, 145, 758 -po/pt_BR.gmo, 249, 1290, 1477, 0, 0, 0, 0, 249, 1290 -po/id.gmo, 151, 776, 713, 0, 0, 0, 0, 151, 776 -po/en_GB.gmo, 104, 449, 452, 0, 0, 0, 0, 104, 449 -po/hu.gmo, 544, 2168, 2042, 0, 0, 0, 0, 544, 2168 -po/sv.po, 544, 2168, 1783, 0, 0, 0, 0, 544, 2168 -po/nl.po, 544, 2168, 2150, 0, 0, 0, 0, 544, 2168 -po/mr.po, 162, 925, 857, 6, 59, 376, 1184, 544, 2168 -po/fr.gmo, 544, 2168, 2453, 0, 0, 0, 0, 544, 2168 -po/de.gmo, 195, 1069, 910, 0, 0, 0, 0, 195, 1069 -po/vi.po, 118, 512, 681, 0, 0, 426, 1656, 544, 2168 -po/ta.po, 162, 925, 768, 6, 59, 376, 1184, 544, 2168 -po/sq.gmo, 13, 20, 22, 0, 0, 0, 0, 13, 20 -po/sr@latin.po, 41, 115, 109, 5, 16, 498, 2037, 544, 2168 -po/eu.gmo, 50, 96, 102, 0, 0, 0, 0, 50, 96 -po/tg.po, 32, 36, 44, 4, 6, 508, 2126, 544, 2168 -po/ia.po, 125, 583, 715, 14, 93, 405, 1492, 544, 2168 -po/ml.po, 154, 707, 593, 15, 103, 375, 1358, 544, 2168 -po/zh_TW.gmo, 521, 2089, 748, 0, 0, 0, 0, 521, 2089 -po/cs.po, 504, 1883, 1759, 23, 115, 17, 170, 544, 2168 -po/bn.po, 104, 448, 503, 10, 49, 430, 1671, 544, 2168 -po/id.po, 151, 776, 713, 16, 107, 377, 1285, 544, 2168 -po/zh_HK.po, 163, 927, 309, 6, 59, 375, 1182, 544, 2168 -po/lv.gmo, 105, 456, 407, 0, 0, 0, 0, 105, 456 -po/uk.gmo, 544, 2168, 2105, 0, 0, 0, 0, 544, 2168 -po/uk.po, 544, 2168, 2105, 0, 0, 0, 0, 544, 2168 -po/da.po, 544, 2168, 1828, 0, 0, 0, 0, 544, 2168 -po/sq.po, 13, 20, 22, 1, 2, 530, 2146, 544, 2168 -po/ja.gmo, 544, 2168, 822, 0, 0, 0, 0, 544, 2168 -po/tr.po, 27, 40, 44, 0, 0, 517, 2128, 544, 2168 -po/nb.po, 62, 163, 151, 8, 22, 474, 1983, 544, 2168 -po/or.po, 142, 669, 659, 15, 97, 387, 1402, 544, 2168 -po/ta.gmo, 162, 925, 768, 0, 0, 0, 0, 162, 925 -po/it.gmo, 171, 807, 919, 0, 0, 0, 0, 171, 807 -po/te.gmo, 162, 925, 780, 0, 0, 0, 0, 162, 925 -po/zh_CN.po, 255, 1395, 442, 4, 35, 285, 738, 544, 2168 -po/ko.po, 162, 925, 735, 6, 59, 376, 1184, 544, 2168 -po/sv.gmo, 544, 2168, 1783, 0, 0, 0, 0, 544, 2168 -po/fi.po, 93, 302, 240, 7, 11, 444, 1855, 544, 2168 -po/tg.gmo, 32, 36, 44, 0, 0, 0, 0, 32, 36 -po/gu.gmo, 162, 925, 916, 0, 0, 0, 0, 162, 925 -po/zh_HK.gmo, 163, 927, 309, 0, 0, 0, 0, 163, 927 -po/ru.po, 145, 758, 657, 10, 83, 389, 1327, 544, 2168 -po/es.gmo, 535, 2146, 2451, 0, 0, 0, 0, 535, 2146 -po/nl.gmo, 544, 2168, 2150, 0, 0, 0, 0, 544, 2168 -po/ja.po, 544, 2168, 822, 0, 0, 0, 0, 544, 2168 -po/en_GB.po, 104, 449, 452, 11, 51, 429, 1668, 544, 2168 -po/bg.gmo, 121, 557, 613, 0, 0, 0, 0, 121, 557 -po/ar.po, 41, 117, 109, 5, 16, 498, 2035, 544, 2168 -po/it.po, 171, 807, 919, 28, 393, 345, 968, 544, 2168 -po/fi.gmo, 93, 302, 240, 0, 0, 0, 0, 93, 302 -po/as.gmo, 162, 925, 885, 0, 0, 0, 0, 162, 925 -po/et.gmo, 42, 75, 69, 0, 0, 0, 0, 42, 75 -po/de.po, 195, 1069, 910, 11, 88, 338, 1011, 544, 2168 -po/zh_CN.gmo, 255, 1395, 442, 0, 0, 0, 0, 255, 1395 -po/sr.po, 41, 115, 109, 5, 16, 498, 2037, 544, 2168 -po/ibus10.pot, 0, 0, 0, 0, 0, 544, 2168, 544, 2168 -po/ca.po, 272, 1398, 1656, 8, 48, 264, 722, 544, 2168 -po/kn.po, 162, 925, 803, 6, 59, 376, 1184, 544, 2168 -po/ur.po, 1, 1, 1, 0, 0, 543, 2167, 544, 2168 -po/kn.gmo, 162, 925, 803, 0, 0, 0, 0, 162, 925 -po/ml.gmo, 154, 707, 593, 0, 0, 0, 0, 154, 707 -po/zh_TW.po, 521, 2089, 748, 0, 0, 23, 79, 544, 2168 -po/gu.po, 162, 925, 916, 6, 59, 376, 1184, 544, 2168 -po/da.gmo, 544, 2168, 1828, 0, 0, 0, 0, 544, 2168 -po/et.po, 42, 75, 69, 6, 12, 496, 2081, 544, 2168 -po/as.po, 162, 925, 885, 6, 59, 376, 1184, 544, 2168 -po/bn_IN.po, 162, 925, 939, 6, 59, 376, 1184, 544, 2168 diff --git a/results/f31/ibus-hangul-1.5.1-7.fc31.src.rpm.errors.txt b/results/f31/ibus-hangul-1.5.1-7.fc31.src.rpm.errors.txt deleted file mode 100644 index a2e32af..0000000 --- a/results/f31/ibus-hangul-1.5.1-7.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv b/results/f31/ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv deleted file mode 100644 index c90ce32..0000000 --- a/results/f31/ibus-hangul-1.5.1-7.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 0, 0, 0, 0, 0, 27, 129, 27, 129 -po/ko.po, 27, 129, 99, 0, 0, 0, 0, 27, 129 diff --git a/results/f31/ibus-kkc-1.5.22-12.fc31.src.rpm.errors.txt b/results/f31/ibus-kkc-1.5.22-12.fc31.src.rpm.errors.txt deleted file mode 100644 index 192a460..0000000 --- a/results/f31/ibus-kkc-1.5.22-12.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/ibus-kkc-1.5.22-12.fc31.src.rpm.stats.csv b/results/f31/ibus-kkc-1.5.22-12.fc31.src.rpm.stats.csv deleted file mode 100644 index f6ec02f..0000000 --- a/results/f31/ibus-kkc-1.5.22-12.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 82, 270, 114, 0, 0, 0, 0, 82, 270 diff --git a/results/f31/ibus-libpinyin-1.11.1-2.fc31.src.rpm.errors.txt b/results/f31/ibus-libpinyin-1.11.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 172edb9..0000000 --- a/results/f31/ibus-libpinyin-1.11.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv b/results/f31/ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 92f42a7..0000000 --- a/results/f31/ibus-libpinyin-1.11.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,14 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fr.gmo, 133, 335, 360, 0, 0, 0, 0, 133, 335 -po/ca.gmo, 134, 369, 430, 0, 0, 0, 0, 134, 369 -po/zh_CN.gmo, 141, 380, 173, 0, 0, 0, 0, 141, 380 -po/ru.gmo, 27, 42, 51, 0, 0, 0, 0, 27, 42 -po/zh_TW.gmo, 59, 117, 61, 0, 0, 0, 0, 59, 117 -po/ca.po, 134, 369, 430, 4, 8, 3, 3, 141, 380 -po/zh_TW.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -po/ibus-libpinyin.pot, 0, 0, 0, 0, 0, 148, 398, 148, 398 -po/zh_CN.po, 141, 380, 173, 0, 0, 0, 0, 141, 380 -po/fr.po, 133, 335, 360, 0, 0, 8, 45, 141, 380 -po/zh_HK.po, 59, 117, 61, 27, 93, 55, 170, 141, 380 -po/zh_HK.gmo, 59, 117, 61, 0, 0, 0, 0, 59, 117 -po/ru.po, 27, 42, 51, 38, 104, 76, 234, 141, 380 diff --git a/results/f31/ibus-libzhuyin-1.9.1-2.fc31.src.rpm.errors.txt b/results/f31/ibus-libzhuyin-1.9.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 8ad8559..0000000 --- a/results/f31/ibus-libzhuyin-1.9.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv b/results/f31/ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index b485eaf..0000000 --- a/results/f31/ibus-libzhuyin-1.9.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 70, 204, 113, 0, 0, 0, 0, 70, 204 -po/zh_CN.po, 60, 174, 84, 0, 0, 10, 30, 70, 204 -po/zh_HK.po, 52, 142, 76, 6, 21, 12, 41, 70, 204 diff --git a/results/f31/ibus-m17n-1.4.1-3.fc31.src.rpm.errors.txt b/results/f31/ibus-m17n-1.4.1-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 3f17667..0000000 --- a/results/f31/ibus-m17n-1.4.1-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv b/results/f31/ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv deleted file mode 100644 index a19481c..0000000 --- a/results/f31/ibus-m17n-1.4.1-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ibus-m17n.pot, 0, 0, 0, 0, 0, 24, 56, 24, 56 -po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.po, 24, 56, 55, 0, 0, 0, 0, 24, 56 -po/zh_CN.po, 0, 0, 0, 0, 0, 24, 56, 24, 56 -po/de.gmo, 24, 56, 55, 0, 0, 0, 0, 24, 56 diff --git a/results/f31/initscripts-10.02-2.fc31.src.rpm.errors.txt b/results/f31/initscripts-10.02-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 354acd9..0000000 --- a/results/f31/initscripts-10.02-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/xgettext_sh.py) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/initscripts-10.02-2.fc31.src.rpm.stats.csv b/results/f31/initscripts-10.02-2.fc31.src.rpm.stats.csv deleted file mode 100644 index a7815f4..0000000 --- a/results/f31/initscripts-10.02-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,82 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 119, 775, 342, 10, 54, 19, 143, 148, 972 -po/zh_HK.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/zh_CN.po, 132, 864, 447, 0, 0, 16, 108, 148, 972 -po/wa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/vi.po, 62, 367, 487, 9, 46, 77, 559, 148, 972 -po/ur.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/uk.po, 132, 864, 845, 0, 0, 16, 108, 148, 972 -po/tr.po, 132, 864, 816, 0, 0, 16, 108, 148, 972 -po/tg.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/te.po, 119, 775, 677, 10, 54, 19, 143, 148, 972 -po/ta.po, 119, 775, 683, 10, 54, 19, 143, 148, 972 -po/sv.po, 132, 864, 851, 0, 0, 16, 108, 148, 972 -po/sr@latin.po, 118, 768, 783, 10, 54, 20, 150, 148, 972 -po/sr.po, 132, 864, 882, 0, 0, 16, 108, 148, 972 -po/sq.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/sl.po, 118, 768, 772, 10, 54, 20, 150, 148, 972 -po/sk.po, 132, 864, 854, 0, 0, 16, 108, 148, 972 -po/si.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ru.po, 132, 864, 853, 0, 0, 16, 108, 148, 972 -po/ro.po, 63, 318, 351, 6, 25, 79, 629, 148, 972 -po/pt_BR.po, 132, 864, 1000, 0, 0, 16, 108, 148, 972 -po/pt.po, 119, 775, 941, 10, 54, 19, 143, 148, 972 -po/pl.po, 132, 864, 892, 0, 0, 16, 108, 148, 972 -po/pa.po, 119, 775, 950, 10, 54, 19, 143, 148, 972 -po/or.po, 119, 775, 916, 10, 54, 19, 143, 148, 972 -po/nn.po, 3, 4, 4, 3, 12, 142, 956, 148, 972 -po/nl.po, 132, 864, 939, 0, 0, 16, 108, 148, 972 -po/nds.po, 1, 1, 1, 0, 0, 147, 971, 148, 972 -po/nb.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -po/my.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ms.po, 104, 684, 697, 10, 54, 34, 234, 148, 972 -po/mr.po, 119, 775, 787, 10, 54, 19, 143, 148, 972 -po/ml.po, 132, 864, 759, 0, 0, 16, 108, 148, 972 -po/mk.po, 112, 744, 775, 10, 54, 26, 174, 148, 972 -po/mai.po, 118, 768, 942, 10, 54, 20, 150, 148, 972 -po/lv.po, 61, 337, 270, 10, 54, 77, 581, 148, 972 -po/lt.po, 62, 288, 252, 10, 54, 76, 630, 148, 972 -po/lo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ku.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ks.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ko.po, 118, 768, 721, 10, 54, 20, 150, 148, 972 -po/kn.po, 119, 775, 752, 10, 54, 19, 143, 148, 972 -po/kk.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ka.po, 10, 22, 25, 3, 16, 135, 934, 148, 972 -po/ja.po, 119, 775, 423, 10, 54, 19, 143, 148, 972 -po/it.po, 119, 775, 867, 10, 54, 19, 143, 148, 972 -po/is.po, 111, 740, 765, 10, 54, 27, 178, 148, 972 -po/initscripts.pot, 0, 0, 0, 0, 0, 159, 1071, 159, 1071 -po/id.po, 103, 683, 713, 10, 54, 35, 235, 148, 972 -po/ia.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/hy.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/hu.po, 119, 775, 815, 10, 54, 19, 143, 148, 972 -po/hr.po, 118, 768, 787, 10, 54, 20, 150, 148, 972 -po/hi.po, 119, 775, 951, 10, 54, 19, 143, 148, 972 -po/he.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/gu.po, 119, 775, 908, 10, 54, 19, 143, 148, 972 -po/gl.po, 44, 209, 245, 9, 46, 95, 717, 148, 972 -po/ga.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/fr.po, 132, 864, 1045, 0, 0, 16, 108, 148, 972 -po/fi.po, 132, 864, 749, 0, 0, 16, 108, 148, 972 -po/fa.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/eu.po, 1, 2, 4, 2, 7, 145, 963, 148, 972 -po/et.po, 103, 683, 640, 10, 54, 35, 235, 148, 972 -po/es.po, 132, 864, 1031, 0, 0, 16, 108, 148, 972 -po/en_GB.po, 119, 775, 775, 10, 54, 19, 143, 148, 972 -po/el.po, 117, 761, 856, 10, 54, 21, 157, 148, 972 -po/de.po, 132, 864, 848, 0, 0, 16, 108, 148, 972 -po/da.po, 119, 775, 764, 10, 54, 19, 143, 148, 972 -po/cy.po, 106, 701, 818, 10, 54, 32, 217, 148, 972 -po/cs.po, 132, 864, 824, 0, 0, 16, 108, 148, 972 -po/ca.po, 132, 864, 1167, 0, 0, 16, 108, 148, 972 -po/bs.po, 110, 730, 747, 10, 54, 28, 188, 148, 972 -po/br.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/bo.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/bn_IN.po, 119, 775, 849, 10, 54, 19, 143, 148, 972 -po/bn.po, 119, 775, 852, 10, 54, 19, 143, 148, 972 -po/bg.po, 119, 775, 834, 10, 54, 19, 143, 148, 972 -po/bal.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/ast.po, 0, 0, 0, 0, 0, 157, 1001, 157, 1001 -po/as.po, 119, 775, 886, 10, 54, 19, 143, 148, 972 -po/ar.po, 101, 666, 701, 10, 54, 37, 252, 148, 972 diff --git a/results/f31/iputils-20190515-3.fc31.src.rpm.errors.txt b/results/f31/iputils-20190515-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 0e52ac4..0000000 --- a/results/f31/iputils-20190515-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/iputils-20190515-3.fc31.src.rpm.stats.csv b/results/f31/iputils-20190515-3.fc31.src.rpm.stats.csv deleted file mode 100644 index f9e1d87..0000000 --- a/results/f31/iputils-20190515-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 254, 1212, 623, 0, 0, 45, 105, 299, 1317 -po/iputils.pot, 0, 0, 0, 0, 0, 299, 1317, 299, 1317 diff --git a/results/f31/iso-codes-4.3-2.fc31.src.rpm.errors.txt b/results/f31/iso-codes-4.3-2.fc31.src.rpm.errors.txt deleted file mode 100644 index f7955ef..0000000 --- a/results/f31/iso-codes-4.3-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./iso_15924/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_15924/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-1/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-1/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-2/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-2/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-3/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_3166-3/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_4217/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_4217/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-2/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-2/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-3/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-3/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-5/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./iso_639-5/Makefile.am) diff --git a/results/f31/iso-codes-4.3-2.fc31.src.rpm.stats.csv b/results/f31/iso-codes-4.3-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 81d5ea3..0000000 --- a/results/f31/iso-codes-4.3-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,611 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_15924/zh_TW.po, 182, 383, 215, 0, 0, 0, 0, 182, 383 -iso_15924/zh_HK.po, 67, 84, 71, 21, 46, 94, 253, 182, 383 -iso_15924/zh_CN.po, 102, 192, 112, 15, 37, 65, 154, 182, 383 -iso_15924/vi.po, 129, 253, 325, 8, 30, 45, 100, 182, 383 -iso_15924/uk.po, 182, 383, 339, 0, 0, 0, 0, 182, 383 -iso_15924/tr.po, 76, 94, 104, 20, 42, 86, 247, 182, 383 -iso_15924/th.po, 155, 309, 204, 3, 13, 24, 61, 182, 383 -iso_15924/sv.po, 182, 383, 350, 0, 0, 0, 0, 182, 383 -iso_15924/sr@latin.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso_15924/sr.po, 168, 340, 297, 4, 14, 10, 29, 182, 383 -iso_15924/sl.po, 107, 206, 242, 8, 30, 67, 147, 182, 383 -iso_15924/sk.po, 28, 48, 50, 7, 26, 147, 309, 182, 383 -iso_15924/sc.po, 182, 383, 403, 0, 0, 0, 0, 182, 383 -iso_15924/ru.po, 182, 383, 311, 0, 0, 0, 0, 182, 383 -iso_15924/ro.po, 144, 288, 291, 5, 22, 33, 73, 182, 383 -iso_15924/pt_BR.po, 182, 383, 389, 0, 0, 0, 0, 182, 383 -iso_15924/pt.po, 110, 187, 190, 14, 28, 58, 168, 182, 383 -iso_15924/pl.po, 182, 383, 309, 0, 0, 0, 0, 182, 383 -iso_15924/oc.po, 36, 36, 36, 0, 0, 146, 347, 182, 383 -iso_15924/nn.po, 76, 94, 90, 24, 54, 82, 235, 182, 383 -iso_15924/nl.po, 182, 383, 355, 0, 0, 0, 0, 182, 383 -iso_15924/nb.po, 84, 115, 110, 23, 54, 75, 214, 182, 383 -iso_15924/ml.po, 17, 17, 17, 1, 2, 164, 364, 182, 383 -iso_15924/lv.po, 168, 340, 299, 4, 14, 10, 29, 182, 383 -iso_15924/lt.po, 123, 233, 219, 9, 34, 50, 116, 182, 383 -iso_15924/ko.po, 50, 56, 62, 13, 33, 119, 294, 182, 383 -iso_15924/ja.po, 65, 79, 65, 22, 49, 95, 255, 182, 383 -iso_15924/it.po, 168, 340, 346, 4, 14, 10, 29, 182, 383 -iso_15924/iso_15924.pot, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso_15924/is.po, 182, 383, 372, 0, 0, 0, 0, 182, 383 -iso_15924/id.po, 182, 383, 395, 0, 0, 0, 0, 182, 383 -iso_15924/ia.po, 138, 299, 293, 44, 84, 0, 0, 182, 383 -iso_15924/hu.po, 182, 383, 378, 0, 0, 0, 0, 182, 383 -iso_15924/he.po, 31, 36, 36, 8, 22, 143, 325, 182, 383 -iso_15924/gl.po, 144, 288, 304, 5, 22, 33, 73, 182, 383 -iso_15924/fr.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso_15924/fi.po, 158, 315, 254, 4, 14, 20, 54, 182, 383 -iso_15924/fa.po, 40, 46, 45, 8, 19, 134, 318, 182, 383 -iso_15924/et.po, 178, 377, 283, 4, 6, 0, 0, 182, 383 -iso_15924/es.po, 182, 383, 404, 0, 0, 0, 0, 182, 383 -iso_15924/eo.po, 162, 328, 288, 4, 14, 16, 41, 182, 383 -iso_15924/el.po, 26, 32, 32, 6, 15, 150, 336, 182, 383 -iso_15924/de.po, 182, 383, 348, 0, 0, 0, 0, 182, 383 -iso_15924/da.po, 182, 383, 356, 0, 0, 0, 0, 182, 383 -iso_15924/cy.po, 0, 0, 0, 0, 0, 182, 383, 182, 383 -iso_15924/cs.po, 159, 322, 280, 3, 7, 20, 54, 182, 383 -iso_15924/ca.po, 48, 96, 104, 2, 10, 132, 277, 182, 383 -iso_15924/br.po, 123, 233, 238, 9, 34, 50, 116, 182, 383 -iso_15924/bg.po, 27, 35, 31, 8, 24, 147, 324, 182, 383 -iso_15924/be.po, 182, 383, 319, 0, 0, 0, 0, 182, 383 -iso_15924/ar.po, 71, 89, 87, 25, 55, 86, 239, 182, 383 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_3166-1/zu.po, 110, 130, 134, 120, 318, 190, 534, 420, 982 -iso_3166-1/zh_TW.po, 415, 968, 421, 4, 13, 1, 1, 420, 982 -iso_3166-1/zh_HK.po, 373, 817, 373, 22, 74, 25, 91, 420, 982 -iso_3166-1/zh_CN.po, 420, 982, 420, 0, 0, 0, 0, 420, 982 -iso_3166-1/yo.po, 219, 324, 338, 3, 10, 198, 648, 420, 982 -iso_3166-1/xh.po, 61, 69, 73, 140, 339, 219, 574, 420, 982 -iso_3166-1/wo.po, 393, 890, 914, 19, 66, 8, 26, 420, 982 -iso_3166-1/wal.po, 113, 140, 138, 14, 48, 293, 794, 420, 982 -iso_3166-1/wa.po, 405, 938, 907, 11, 38, 4, 6, 420, 982 -iso_3166-1/vi.po, 410, 959, 1148, 7, 20, 3, 3, 420, 982 -iso_3166-1/ve.po, 185, 224, 224, 122, 376, 113, 382, 420, 982 -iso_3166-1/uz.po, 198, 266, 259, 3, 10, 219, 706, 420, 982 -iso_3166-1/ur.po, 222, 334, 327, 3, 10, 195, 638, 420, 982 -iso_3166-1/uk.po, 420, 982, 766, 0, 0, 0, 0, 420, 982 -iso_3166-1/ug.po, 408, 949, 758, 9, 30, 3, 3, 420, 982 -iso_3166-1/tt@iqtelif.po, 345, 704, 584, 25, 79, 50, 199, 420, 982 -iso_3166-1/tt.po, 345, 704, 584, 25, 79, 50, 199, 420, 982 -iso_3166-1/tr.po, 415, 968, 792, 4, 13, 1, 1, 420, 982 -iso_3166-1/tl.po, 387, 873, 870, 20, 71, 13, 38, 420, 982 -iso_3166-1/tk.po, 337, 713, 562, 25, 81, 58, 188, 420, 982 -iso_3166-1/tig.po, 113, 140, 138, 14, 48, 293, 794, 420, 982 -iso_3166-1/ti.po, 132, 162, 159, 14, 48, 274, 772, 420, 982 -iso_3166-1/th.po, 414, 967, 436, 5, 14, 1, 1, 420, 982 -iso_3166-1/tg.po, 415, 968, 769, 4, 13, 1, 1, 420, 982 -iso_3166-1/te.po, 403, 928, 914, 11, 38, 6, 16, 420, 982 -iso_3166-1/ta.po, 391, 888, 716, 20, 67, 9, 27, 420, 982 -iso_3166-1/sw.po, 167, 262, 273, 78, 270, 175, 450, 420, 982 -iso_3166-1/sv.po, 420, 982, 732, 0, 0, 0, 0, 420, 982 -iso_3166-1/sr@latin.po, 411, 960, 783, 7, 20, 2, 2, 420, 982 -iso_3166-1/sr.po, 411, 960, 783, 7, 20, 2, 2, 420, 982 -iso_3166-1/sq.po, 392, 889, 901, 18, 62, 10, 31, 420, 982 -iso_3166-1/son.po, 211, 261, 265, 1, 2, 208, 719, 420, 982 -iso_3166-1/so.po, 128, 169, 150, 49, 171, 243, 642, 420, 982 -iso_3166-1/sl.po, 411, 960, 769, 7, 20, 2, 2, 420, 982 -iso_3166-1/sk.po, 415, 968, 767, 4, 13, 1, 1, 420, 982 -iso_3166-1/si.po, 405, 938, 765, 11, 38, 4, 6, 420, 982 -iso_3166-1/sd.po, 75, 87, 84, 2, 8, 343, 887, 420, 982 -iso_3166-1/sc.po, 420, 982, 1038, 0, 0, 0, 0, 420, 982 -iso_3166-1/rw.po, 385, 868, 886, 23, 77, 12, 37, 420, 982 -iso_3166-1/ru.po, 415, 968, 751, 4, 13, 1, 1, 420, 982 -iso_3166-1/ro.po, 415, 968, 806, 4, 13, 1, 1, 420, 982 -iso_3166-1/pt_BR.po, 420, 982, 987, 0, 0, 0, 0, 420, 982 -iso_3166-1/pt.po, 420, 982, 984, 0, 0, 0, 0, 420, 982 -iso_3166-1/ps.po, 147, 175, 173, 4, 10, 269, 797, 420, 982 -iso_3166-1/pl.po, 420, 982, 784, 0, 0, 0, 0, 420, 982 -iso_3166-1/pi.po, 161, 186, 175, 0, 0, 259, 796, 420, 982 -iso_3166-1/pap.po, 0, 0, 0, 183, 233, 237, 749, 420, 982 -iso_3166-1/pa.po, 415, 968, 790, 4, 13, 1, 1, 420, 982 -iso_3166-1/or.po, 398, 916, 747, 16, 54, 6, 12, 420, 982 -iso_3166-1/oc.po, 376, 838, 736, 18, 58, 26, 86, 420, 982 -iso_3166-1/nv.po, 85, 111, 257, 2, 8, 333, 863, 420, 982 -iso_3166-1/nso.po, 184, 223, 228, 120, 365, 116, 394, 420, 982 -iso_3166-1/nn.po, 403, 932, 689, 10, 32, 7, 18, 420, 982 -iso_3166-1/nl.po, 415, 968, 733, 4, 13, 1, 1, 420, 982 -iso_3166-1/ne.po, 401, 926, 760, 15, 50, 4, 6, 420, 982 -iso_3166-1/nb.po, 416, 969, 757, 4, 13, 0, 0, 420, 982 -iso_3166-1/nah.po, 182, 234, 222, 2, 8, 236, 740, 420, 982 -iso_3166-1/na.po, 151, 187, 178, 2, 8, 267, 787, 420, 982 -iso_3166-1/my.po, 185, 240, 193, 2, 8, 233, 734, 420, 982 -iso_3166-1/mt.po, 206, 304, 299, 101, 289, 113, 389, 420, 982 -iso_3166-1/ms.po, 263, 453, 410, 24, 87, 133, 442, 420, 982 -iso_3166-1/mr.po, 405, 938, 924, 11, 38, 4, 6, 420, 982 -iso_3166-1/mo.po, 27, 31, 31, 0, 0, 393, 951, 420, 982 -iso_3166-1/mn.po, 195, 266, 266, 98, 322, 127, 394, 420, 982 -iso_3166-1/ml.po, 391, 888, 727, 20, 67, 9, 27, 420, 982 -iso_3166-1/mk.po, 403, 932, 767, 13, 44, 4, 6, 420, 982 -iso_3166-1/mi.po, 210, 401, 336, 96, 331, 114, 250, 420, 982 -iso_3166-1/mhr.po, 107, 129, 119, 2, 8, 311, 845, 420, 982 -iso_3166-1/mai.po, 73, 88, 79, 2, 8, 345, 886, 420, 982 -iso_3166-1/lv.po, 411, 960, 714, 7, 20, 2, 2, 420, 982 -iso_3166-1/lt.po, 408, 949, 781, 10, 31, 2, 2, 420, 982 -iso_3166-1/lo.po, 79, 96, 80, 2, 8, 339, 878, 420, 982 -iso_3166-1/ky.po, 415, 968, 752, 4, 13, 1, 1, 420, 982 -iso_3166-1/kw.po, 211, 293, 294, 3, 10, 206, 679, 420, 982 -iso_3166-1/kv.po, 109, 133, 128, 2, 8, 309, 841, 420, 982 -iso_3166-1/ku.po, 403, 923, 808, 13, 47, 4, 12, 420, 982 -iso_3166-1/ko.po, 420, 982, 700, 0, 0, 0, 0, 420, 982 -iso_3166-1/kn.po, 384, 865, 711, 23, 79, 13, 38, 420, 982 -iso_3166-1/km.po, 413, 958, 473, 6, 23, 1, 1, 420, 982 -iso_3166-1/kl.po, 0, 0, 0, 98, 123, 322, 859, 420, 982 -iso_3166-1/kk.po, 410, 959, 753, 7, 20, 3, 3, 420, 982 -iso_3166-1/ki.po, 115, 145, 141, 2, 8, 303, 829, 420, 982 -iso_3166-1/kab.po, 138, 173, 169, 2, 8, 280, 801, 420, 982 -iso_3166-1/ka.po, 391, 888, 701, 20, 67, 9, 27, 420, 982 -iso_3166-1/jam.po, 191, 251, 242, 2, 8, 227, 723, 420, 982 -iso_3166-1/ja.po, 411, 960, 418, 7, 20, 2, 2, 420, 982 -iso_3166-1/iu.po, 26, 33, 29, 2, 8, 392, 941, 420, 982 -iso_3166-1/it.po, 420, 982, 927, 0, 0, 0, 0, 420, 982 -iso_3166-1/iso_3166-1.pot, 0, 0, 0, 0, 0, 420, 982, 420, 982 -iso_3166-1/is.po, 420, 982, 706, 0, 0, 0, 0, 420, 982 -iso_3166-1/io.po, 210, 288, 265, 3, 10, 207, 684, 420, 982 -iso_3166-1/id.po, 420, 982, 798, 0, 0, 0, 0, 420, 982 -iso_3166-1/ia.po, 420, 982, 971, 0, 0, 0, 0, 420, 982 -iso_3166-1/hy.po, 409, 955, 762, 8, 24, 3, 3, 420, 982 -iso_3166-1/hu.po, 415, 968, 736, 4, 13, 1, 1, 420, 982 -iso_3166-1/ht.po, 187, 217, 207, 1, 2, 232, 763, 420, 982 -iso_3166-1/hr.po, 415, 968, 771, 4, 13, 1, 1, 420, 982 -iso_3166-1/hi.po, 408, 949, 948, 9, 30, 3, 3, 420, 982 -iso_3166-1/he.po, 420, 982, 901, 0, 0, 0, 0, 420, 982 -iso_3166-1/haw.po, 19, 22, 27, 87, 120, 314, 840, 420, 982 -iso_3166-1/ha.po, 119, 140, 130, 2, 8, 299, 834, 420, 982 -iso_3166-1/gv.po, 191, 253, 374, 2, 8, 227, 721, 420, 982 -iso_3166-1/gu.po, 408, 949, 936, 9, 30, 3, 3, 420, 982 -iso_3166-1/gn.po, 209, 257, 257, 3, 6, 208, 719, 420, 982 -iso_3166-1/gl.po, 410, 959, 974, 8, 21, 2, 2, 420, 982 -iso_3166-1/gez.po, 113, 140, 113, 14, 48, 293, 794, 420, 982 -iso_3166-1/ga.po, 408, 949, 994, 10, 31, 2, 2, 420, 982 -iso_3166-1/fy.po, 209, 296, 256, 3, 10, 208, 676, 420, 982 -iso_3166-1/fur.po, 52, 57, 58, 0, 0, 368, 925, 420, 982 -iso_3166-1/frp.po, 204, 275, 249, 3, 10, 213, 697, 420, 982 -iso_3166-1/fr.po, 420, 982, 925, 0, 0, 0, 0, 420, 982 -iso_3166-1/fo.po, 112, 146, 134, 13, 46, 295, 790, 420, 982 -iso_3166-1/fi.po, 405, 938, 692, 12, 39, 3, 5, 420, 982 -iso_3166-1/ff.po, 82, 96, 86, 2, 8, 336, 878, 420, 982 -iso_3166-1/fa.po, 420, 982, 794, 0, 0, 0, 0, 420, 982 -iso_3166-1/eu.po, 408, 949, 780, 10, 31, 2, 2, 420, 982 -iso_3166-1/et.po, 415, 968, 716, 4, 13, 1, 1, 420, 982 -iso_3166-1/es.po, 420, 982, 999, 0, 0, 0, 0, 420, 982 -iso_3166-1/eo.po, 411, 960, 718, 7, 20, 2, 2, 420, 982 -iso_3166-1/el.po, 420, 982, 969, 0, 0, 0, 0, 420, 982 -iso_3166-1/ee.po, 0, 0, 0, 149, 197, 271, 785, 420, 982 -iso_3166-1/dz.po, 398, 916, 684, 16, 54, 6, 12, 420, 982 -iso_3166-1/dv.po, 203, 276, 258, 3, 10, 214, 696, 420, 982 -iso_3166-1/de.po, 420, 982, 744, 0, 0, 0, 0, 420, 982 -iso_3166-1/da.po, 420, 982, 790, 0, 0, 0, 0, 420, 982 -iso_3166-1/cy.po, 420, 982, 855, 0, 0, 0, 0, 420, 982 -iso_3166-1/cv.po, 201, 277, 268, 3, 10, 216, 695, 420, 982 -iso_3166-1/csb.po, 94, 108, 106, 2, 8, 324, 866, 420, 982 -iso_3166-1/cs.po, 420, 982, 785, 0, 0, 0, 0, 420, 982 -iso_3166-1/crh.po, 391, 892, 726, 20, 63, 9, 27, 420, 982 -iso_3166-1/ckb.po, 191, 255, 241, 2, 8, 227, 719, 420, 982 -iso_3166-1/chr.po, 100, 120, 114, 2, 8, 318, 854, 420, 982 -iso_3166-1/ch.po, 23, 31, 25, 0, 0, 397, 951, 420, 982 -iso_3166-1/ce.po, 201, 277, 268, 3, 10, 216, 695, 420, 982 -iso_3166-1/ca.po, 410, 951, 933, 7, 23, 3, 8, 420, 982 -iso_3166-1/byn.po, 113, 140, 138, 14, 48, 293, 794, 420, 982 -iso_3166-1/bs.po, 404, 934, 761, 13, 43, 3, 5, 420, 982 -iso_3166-1/br.po, 229, 355, 333, 13, 47, 178, 580, 420, 982 -iso_3166-1/bn_IN.po, 420, 982, 789, 0, 0, 0, 0, 420, 982 -iso_3166-1/bn.po, 410, 959, 768, 7, 20, 3, 3, 420, 982 -iso_3166-1/bi.po, 0, 0, 0, 81, 103, 339, 879, 420, 982 -iso_3166-1/bg.po, 411, 960, 791, 7, 20, 2, 2, 420, 982 -iso_3166-1/be.po, 420, 982, 770, 0, 0, 0, 0, 420, 982 -iso_3166-1/bar.po, 153, 200, 188, 2, 8, 265, 774, 420, 982 -iso_3166-1/ba.po, 0, 0, 0, 201, 278, 219, 704, 420, 982 -iso_3166-1/az.po, 215, 301, 296, 191, 633, 14, 48, 420, 982 -iso_3166-1/ay.po, 0, 0, 0, 69, 98, 351, 884, 420, 982 -iso_3166-1/ast.po, 406, 942, 902, 10, 34, 4, 6, 420, 982 -iso_3166-1/as.po, 398, 916, 739, 16, 54, 6, 12, 420, 982 -iso_3166-1/ar.po, 420, 982, 809, 0, 0, 0, 0, 420, 982 -iso_3166-1/an.po, 0, 0, 0, 210, 297, 210, 685, 420, 982 -iso_3166-1/am.po, 123, 165, 151, 171, 418, 126, 399, 420, 982 -iso_3166-1/ak.po, 0, 0, 0, 43, 63, 377, 919, 420, 982 -iso_3166-1/af.po, 403, 928, 855, 8, 24, 9, 30, 420, 982 -iso_3166-1/ach.po, 211, 261, 293, 1, 2, 208, 719, 420, 982 -iso_3166-1/ace.po, 0, 0, 0, 180, 237, 240, 745, 420, 982 -iso_3166-1/ab.po, 0, 0, 0, 50, 72, 370, 910, 420, 982 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_3166-2/zh_TW.po, 447, 542, 447, 4219, 6124, 29, 89, 4695, 6755 -iso_3166-2/zh_CN.po, 2991, 3999, 2993, 1120, 1708, 584, 1048, 4695, 6755 -iso_3166-2/wa.po, 57, 81, 81, 893, 1082, 3745, 5592, 4695, 6755 -iso_3166-2/vi.po, 3878, 5312, 5511, 512, 857, 305, 586, 4695, 6755 -iso_3166-2/ve.po, 12, 16, 16, 2124, 2624, 2559, 4115, 4695, 6755 -iso_3166-2/uk.po, 4654, 6688, 5987, 28, 47, 13, 20, 4695, 6755 -iso_3166-2/tr.po, 71, 99, 99, 2120, 2620, 2504, 4036, 4695, 6755 -iso_3166-2/th.po, 1766, 2489, 1953, 125, 241, 2804, 4025, 4695, 6755 -iso_3166-2/sv.po, 4620, 6591, 6401, 56, 104, 19, 60, 4695, 6755 -iso_3166-2/sr@latin.po, 3585, 4716, 4730, 88, 168, 1022, 1871, 4695, 6755 -iso_3166-2/sr.po, 3585, 4716, 4730, 88, 168, 1022, 1871, 4695, 6755 -iso_3166-2/sl.po, 2134, 2864, 2860, 2207, 3248, 354, 643, 4695, 6755 -iso_3166-2/sk.po, 344, 525, 519, 82, 145, 4269, 6085, 4695, 6755 -iso_3166-2/sc.po, 2844, 3992, 4393, 52, 97, 1799, 2666, 4695, 6755 -iso_3166-2/ro.po, 753, 914, 927, 583, 745, 3359, 5096, 4695, 6755 -iso_3166-2/pl.po, 4587, 6612, 6387, 28, 47, 80, 96, 4695, 6755 -iso_3166-2/oc.po, 118, 131, 188, 51, 64, 4526, 6560, 4695, 6755 -iso_3166-2/nso.po, 12, 16, 17, 2127, 2627, 2556, 4112, 4695, 6755 -iso_3166-2/nl.po, 4620, 6591, 6288, 56, 104, 19, 60, 4695, 6755 -iso_3166-2/nb_NO.po, 0, 0, 0, 0, 0, 4695, 6755, 4695, 6755 -iso_3166-2/lv.po, 54, 69, 61, 1866, 2282, 2775, 4404, 4695, 6755 -iso_3166-2/lt.po, 2022, 2714, 3180, 526, 828, 2147, 3213, 4695, 6755 -iso_3166-2/ky.po, 19, 29, 26, 0, 0, 4676, 6726, 4695, 6755 -iso_3166-2/ko.po, 60, 76, 67, 1847, 2237, 2788, 4442, 4695, 6755 -iso_3166-2/ja.po, 2547, 3397, 2559, 92, 165, 2056, 3193, 4695, 6755 -iso_3166-2/it.po, 4607, 6559, 6812, 65, 123, 23, 73, 4695, 6755 -iso_3166-2/iso_3166-2.pot, 0, 0, 0, 0, 0, 4695, 6755, 4695, 6755 -iso_3166-2/is.po, 124, 179, 139, 0, 0, 4571, 6576, 4695, 6755 -iso_3166-2/id.po, 4654, 6688, 6692, 28, 47, 13, 20, 4695, 6755 -iso_3166-2/hu.po, 1938, 2633, 2799, 587, 928, 2170, 3194, 4695, 6755 -iso_3166-2/he.po, 0, 0, 0, 0, 0, 4695, 6755, 4695, 6755 -iso_3166-2/ga.po, 45, 55, 79, 1450, 1738, 3200, 4962, 4695, 6755 -iso_3166-2/fr.po, 4617, 6584, 6341, 59, 111, 19, 60, 4695, 6755 -iso_3166-2/fi.po, 190, 328, 335, 53, 79, 4452, 6348, 4695, 6755 -iso_3166-2/eu.po, 71, 99, 98, 2115, 2615, 2509, 4041, 4695, 6755 -iso_3166-2/et.po, 31, 43, 37, 1, 1, 4663, 6711, 4695, 6755 -iso_3166-2/es.po, 121, 169, 167, 2096, 2596, 2478, 3990, 4695, 6755 -iso_3166-2/eo.po, 71, 99, 83, 2088, 2579, 2536, 4077, 4695, 6755 -iso_3166-2/en.po, 2527, 3294, 3294, 1569, 2370, 599, 1091, 4695, 6755 -iso_3166-2/el.po, 254, 325, 329, 76, 119, 4365, 6311, 4695, 6755 -iso_3166-2/de.po, 4695, 6755, 6553, 0, 0, 0, 0, 4695, 6755 -iso_3166-2/da.po, 3953, 5414, 5338, 391, 670, 351, 671, 4695, 6755 -iso_3166-2/cs.po, 223, 317, 315, 2137, 2652, 2335, 3786, 4695, 6755 -iso_3166-2/crh.po, 79, 109, 109, 49, 68, 4567, 6578, 4695, 6755 -iso_3166-2/ca.po, 71, 99, 100, 2218, 2753, 2406, 3903, 4695, 6755 -iso_3166-2/bs.po, 71, 99, 98, 2221, 2756, 2403, 3900, 4695, 6755 -iso_3166-2/bg.po, 375, 510, 498, 2053, 2553, 2267, 3692, 4695, 6755 -iso_3166-2/be.po, 4654, 6688, 6075, 28, 47, 13, 20, 4695, 6755 -iso_3166-2/az.po, 69, 96, 95, 2218, 2753, 2408, 3906, 4695, 6755 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_3166-3/zu.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso_3166-3/zh_TW.po, 31, 104, 31, 0, 0, 0, 0, 31, 104 -iso_3166-3/zh_HK.po, 1, 2, 1, 14, 53, 16, 49, 31, 104 -iso_3166-3/zh_CN.po, 31, 104, 32, 0, 0, 0, 0, 31, 104 -iso_3166-3/xh.po, 0, 0, 0, 10, 32, 21, 72, 31, 104 -iso_3166-3/wo.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso_3166-3/wal.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/wa.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso_3166-3/vi.po, 31, 104, 137, 0, 0, 0, 0, 31, 104 -iso_3166-3/ve.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso_3166-3/uk.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/ug.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso_3166-3/tt@iqtelif.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso_3166-3/tt.po, 1, 2, 2, 12, 45, 18, 57, 31, 104 -iso_3166-3/tr.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/tl.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso_3166-3/tk.po, 0, 0, 0, 12, 45, 19, 59, 31, 104 -iso_3166-3/tig.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/ti.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/th.po, 31, 104, 42, 0, 0, 0, 0, 31, 104 -iso_3166-3/te.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso_3166-3/ta.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso_3166-3/sw.po, 0, 0, 0, 2, 5, 29, 99, 31, 104 -iso_3166-3/sv.po, 31, 104, 73, 0, 0, 0, 0, 31, 104 -iso_3166-3/sr@latin.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/sr.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/sq.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso_3166-3/so.po, 0, 0, 0, 8, 35, 23, 69, 31, 104 -iso_3166-3/sl.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/sk.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso_3166-3/si.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso_3166-3/sc.po, 31, 104, 122, 0, 0, 0, 0, 31, 104 -iso_3166-3/rw.po, 2, 5, 6, 13, 50, 16, 49, 31, 104 -iso_3166-3/ru.po, 31, 104, 92, 0, 0, 0, 0, 31, 104 -iso_3166-3/ro.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso_3166-3/pt_BR.po, 31, 104, 114, 0, 0, 0, 0, 31, 104 -iso_3166-3/pt.po, 31, 104, 116, 0, 0, 0, 0, 31, 104 -iso_3166-3/ps.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso_3166-3/pl.po, 31, 104, 102, 0, 0, 0, 0, 31, 104 -iso_3166-3/pa.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso_3166-3/or.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso_3166-3/oc.po, 13, 38, 22, 0, 0, 18, 66, 31, 104 -iso_3166-3/nso.po, 1, 2, 2, 10, 32, 20, 70, 31, 104 -iso_3166-3/nn.po, 31, 104, 86, 0, 0, 0, 0, 31, 104 -iso_3166-3/nl.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso_3166-3/ne.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/nb.po, 31, 104, 87, 0, 0, 0, 0, 31, 104 -iso_3166-3/mt.po, 0, 0, 0, 13, 42, 18, 62, 31, 104 -iso_3166-3/ms.po, 1, 2, 2, 10, 31, 20, 71, 31, 104 -iso_3166-3/mr.po, 31, 104, 104, 0, 0, 0, 0, 31, 104 -iso_3166-3/mn.po, 0, 0, 0, 8, 27, 23, 77, 31, 104 -iso_3166-3/ml.po, 31, 104, 90, 0, 0, 0, 0, 31, 104 -iso_3166-3/mk.po, 31, 104, 99, 0, 0, 0, 0, 31, 104 -iso_3166-3/mi.po, 0, 0, 0, 1, 4, 30, 100, 31, 104 -iso_3166-3/lv.po, 31, 104, 88, 0, 0, 0, 0, 31, 104 -iso_3166-3/lt.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/ku.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso_3166-3/ko.po, 31, 104, 76, 0, 0, 0, 0, 31, 104 -iso_3166-3/kn.po, 0, 0, 0, 15, 55, 16, 49, 31, 104 -iso_3166-3/km.po, 31, 104, 46, 0, 0, 0, 0, 31, 104 -iso_3166-3/kk.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso_3166-3/ka.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/ja.po, 31, 104, 36, 0, 0, 0, 0, 31, 104 -iso_3166-3/it.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso_3166-3/iso_3166-3.pot, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso_3166-3/is.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso_3166-3/id.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso_3166-3/ia.po, 31, 104, 113, 0, 0, 0, 0, 31, 104 -iso_3166-3/hy.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso_3166-3/hu.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso_3166-3/hr.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/hi.po, 31, 104, 103, 0, 0, 0, 0, 31, 104 -iso_3166-3/he.po, 31, 104, 100, 0, 0, 0, 0, 31, 104 -iso_3166-3/haw.po, 0, 0, 0, 0, 0, 31, 104, 31, 104 -iso_3166-3/gu.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso_3166-3/gl.po, 31, 104, 117, 0, 0, 0, 0, 31, 104 -iso_3166-3/gez.po, 1, 2, 1, 4, 15, 26, 87, 31, 104 -iso_3166-3/ga.po, 31, 104, 111, 0, 0, 0, 0, 31, 104 -iso_3166-3/fr.po, 31, 104, 106, 0, 0, 0, 0, 31, 104 -iso_3166-3/fo.po, 0, 0, 0, 6, 16, 25, 88, 31, 104 -iso_3166-3/fi.po, 31, 104, 75, 0, 0, 0, 0, 31, 104 -iso_3166-3/fa.po, 31, 104, 109, 0, 0, 0, 0, 31, 104 -iso_3166-3/eu.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/et.po, 31, 104, 85, 0, 0, 0, 0, 31, 104 -iso_3166-3/es.po, 31, 104, 121, 0, 0, 0, 0, 31, 104 -iso_3166-3/eo.po, 31, 104, 95, 0, 0, 0, 0, 31, 104 -iso_3166-3/el.po, 31, 104, 107, 0, 0, 0, 0, 31, 104 -iso_3166-3/dz.po, 31, 104, 74, 0, 0, 0, 0, 31, 104 -iso_3166-3/de.po, 31, 104, 79, 0, 0, 0, 0, 31, 104 -iso_3166-3/da.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso_3166-3/cy.po, 31, 104, 101, 0, 0, 0, 0, 31, 104 -iso_3166-3/cs.po, 31, 104, 97, 0, 0, 0, 0, 31, 104 -iso_3166-3/crh.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/ca.po, 31, 104, 115, 0, 0, 0, 0, 31, 104 -iso_3166-3/byn.po, 1, 2, 2, 4, 15, 26, 87, 31, 104 -iso_3166-3/bs.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/br.po, 21, 82, 81, 0, 0, 10, 22, 31, 104 -iso_3166-3/bn_IN.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/bn.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/bg.po, 31, 104, 93, 0, 0, 0, 0, 31, 104 -iso_3166-3/be.po, 31, 104, 94, 0, 0, 0, 0, 31, 104 -iso_3166-3/az.po, 1, 2, 2, 14, 53, 16, 49, 31, 104 -iso_3166-3/ast.po, 31, 104, 98, 0, 0, 0, 0, 31, 104 -iso_3166-3/as.po, 31, 104, 96, 0, 0, 0, 0, 31, 104 -iso_3166-3/ar.po, 31, 104, 89, 0, 0, 0, 0, 31, 104 -iso_3166-3/am.po, 1, 2, 2, 9, 40, 21, 62, 31, 104 -iso_3166-3/af.po, 9, 27, 18, 1, 2, 21, 75, 31, 104 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_4217/zh_TW.po, 170, 348, 179, 0, 0, 0, 0, 170, 348 -iso_4217/zh_HK.po, 95, 198, 95, 37, 77, 38, 73, 170, 348 -iso_4217/zh_CN.po, 170, 348, 179, 0, 0, 0, 0, 170, 348 -iso_4217/vi.po, 145, 259, 393, 17, 65, 8, 24, 170, 348 -iso_4217/uk.po, 170, 348, 333, 0, 0, 0, 0, 170, 348 -iso_4217/tr.po, 96, 199, 202, 39, 95, 35, 54, 170, 348 -iso_4217/th.po, 145, 259, 247, 17, 65, 8, 24, 170, 348 -iso_4217/sv.po, 170, 348, 302, 0, 0, 0, 0, 170, 348 -iso_4217/sr@latin.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso_4217/sr.po, 145, 259, 245, 17, 65, 8, 24, 170, 348 -iso_4217/sl.po, 145, 259, 257, 17, 65, 8, 24, 170, 348 -iso_4217/sk.po, 87, 184, 179, 33, 56, 50, 108, 170, 348 -iso_4217/sc.po, 170, 348, 408, 0, 0, 0, 0, 170, 348 -iso_4217/rw.po, 85, 176, 241, 49, 117, 36, 55, 170, 348 -iso_4217/ru.po, 170, 348, 339, 0, 0, 0, 0, 170, 348 -iso_4217/ro.po, 143, 254, 255, 16, 56, 11, 38, 170, 348 -iso_4217/pt_BR.po, 170, 348, 398, 0, 0, 0, 0, 170, 348 -iso_4217/pt.po, 170, 348, 388, 0, 0, 0, 0, 170, 348 -iso_4217/pl.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso_4217/oc.po, 4, 5, 5, 0, 0, 166, 343, 170, 348 -iso_4217/nn.po, 143, 255, 279, 19, 69, 8, 24, 170, 348 -iso_4217/nl.po, 170, 348, 370, 0, 0, 0, 0, 170, 348 -iso_4217/nb.po, 159, 300, 321, 11, 48, 0, 0, 170, 348 -iso_4217/mn.po, 84, 174, 174, 49, 118, 37, 56, 170, 348 -iso_4217/lv.po, 145, 259, 255, 17, 65, 8, 24, 170, 348 -iso_4217/lt.po, 143, 255, 254, 19, 69, 8, 24, 170, 348 -iso_4217/ko.po, 170, 348, 389, 0, 0, 0, 0, 170, 348 -iso_4217/ja.po, 170, 348, 176, 0, 0, 0, 0, 170, 348 -iso_4217/it.po, 170, 348, 356, 0, 0, 0, 0, 170, 348 -iso_4217/iso_4217.pot, 0, 0, 0, 0, 0, 170, 348, 170, 348 -iso_4217/is.po, 170, 348, 309, 0, 0, 0, 0, 170, 348 -iso_4217/id.po, 170, 348, 345, 0, 0, 0, 0, 170, 348 -iso_4217/hu.po, 170, 348, 337, 0, 0, 0, 0, 170, 348 -iso_4217/hr.po, 170, 348, 344, 0, 0, 0, 0, 170, 348 -iso_4217/gl.po, 46, 99, 126, 36, 83, 88, 166, 170, 348 -iso_4217/ga.po, 73, 154, 176, 18, 32, 79, 162, 170, 348 -iso_4217/fr.po, 170, 348, 376, 0, 0, 0, 0, 170, 348 -iso_4217/fi.po, 145, 259, 256, 17, 65, 8, 24, 170, 348 -iso_4217/et.po, 170, 348, 318, 0, 0, 0, 0, 170, 348 -iso_4217/es.po, 170, 348, 390, 0, 0, 0, 0, 170, 348 -iso_4217/el.po, 155, 280, 280, 15, 68, 0, 0, 170, 348 -iso_4217/de.po, 170, 348, 280, 0, 0, 0, 0, 170, 348 -iso_4217/da.po, 170, 348, 308, 0, 0, 0, 0, 170, 348 -iso_4217/cs.po, 170, 348, 334, 0, 0, 0, 0, 170, 348 -iso_4217/ca.po, 167, 326, 371, 0, 0, 3, 22, 170, 348 -iso_4217/br.po, 102, 181, 181, 11, 23, 57, 144, 170, 348 -iso_4217/be.po, 170, 348, 326, 0, 0, 0, 0, 170, 348 -iso_4217/ar.po, 64, 134, 133, 0, 0, 106, 214, 170, 348 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_639-2/zu.po, 44, 44, 46, 134, 191, 309, 536, 487, 771 -iso_639-2/zh_TW.po, 487, 771, 517, 0, 0, 0, 0, 487, 771 -iso_639-2/zh_HK.po, 424, 602, 427, 47, 121, 16, 48, 487, 771 -iso_639-2/zh_CN.po, 487, 771, 492, 0, 0, 0, 0, 487, 771 -iso_639-2/xh.po, 49, 49, 49, 137, 205, 301, 517, 487, 771 -iso_639-2/wa.po, 478, 747, 721, 5, 17, 4, 7, 487, 771 -iso_639-2/vi.po, 480, 751, 1392, 5, 17, 2, 3, 487, 771 -iso_639-2/ve.po, 37, 37, 37, 255, 337, 195, 397, 487, 771 -iso_639-2/uk.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso_639-2/tt@iqtelif.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso_639-2/tt.po, 148, 155, 155, 66, 140, 273, 476, 487, 771 -iso_639-2/tr.po, 487, 771, 882, 0, 0, 0, 0, 487, 771 -iso_639-2/tig.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/ti.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/th.po, 269, 435, 327, 3, 11, 215, 325, 487, 771 -iso_639-2/te.po, 475, 738, 737, 7, 21, 5, 12, 487, 771 -iso_639-2/ta.po, 475, 738, 716, 7, 21, 5, 12, 487, 771 -iso_639-2/sv.po, 487, 771, 627, 0, 0, 0, 0, 487, 771 -iso_639-2/sr@latin.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso_639-2/sr.po, 487, 771, 750, 0, 0, 0, 0, 487, 771 -iso_639-2/sl.po, 480, 751, 670, 5, 17, 2, 3, 487, 771 -iso_639-2/sk.po, 485, 768, 752, 1, 2, 1, 1, 487, 771 -iso_639-2/sc.po, 487, 771, 803, 0, 0, 0, 0, 487, 771 -iso_639-2/rw.po, 356, 420, 430, 95, 231, 36, 120, 487, 771 -iso_639-2/ru.po, 480, 751, 686, 5, 17, 2, 3, 487, 771 -iso_639-2/ro.po, 478, 747, 741, 5, 17, 4, 7, 487, 771 -iso_639-2/pt_BR.po, 487, 771, 755, 0, 0, 0, 0, 487, 771 -iso_639-2/pt.po, 274, 346, 345, 138, 223, 75, 202, 487, 771 -iso_639-2/ps.po, 29, 29, 29, 33, 63, 425, 679, 487, 771 -iso_639-2/pl.po, 487, 771, 714, 0, 0, 0, 0, 487, 771 -iso_639-2/pa.po, 487, 771, 770, 0, 0, 0, 0, 487, 771 -iso_639-2/or.po, 487, 771, 776, 0, 0, 0, 0, 487, 771 -iso_639-2/oc.po, 159, 178, 181, 26, 54, 302, 539, 487, 771 -iso_639-2/nso.po, 55, 56, 60, 99, 149, 333, 566, 487, 771 -iso_639-2/nn.po, 217, 321, 251, 85, 190, 185, 260, 487, 771 -iso_639-2/nl.po, 487, 771, 721, 0, 0, 0, 0, 487, 771 -iso_639-2/nb.po, 161, 192, 178, 105, 154, 221, 425, 487, 771 -iso_639-2/mt.po, 240, 271, 272, 169, 279, 78, 221, 487, 771 -iso_639-2/ms.po, 45, 45, 47, 138, 194, 304, 532, 487, 771 -iso_639-2/mr.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso_639-2/mn.po, 135, 141, 142, 173, 264, 179, 366, 487, 771 -iso_639-2/ml.po, 475, 738, 719, 7, 21, 5, 12, 487, 771 -iso_639-2/mk.po, 35, 35, 35, 143, 200, 309, 536, 487, 771 -iso_639-2/mi.po, 24, 24, 51, 154, 211, 309, 536, 487, 771 -iso_639-2/lv.po, 480, 751, 593, 5, 17, 2, 3, 487, 771 -iso_639-2/lt.po, 471, 727, 677, 7, 21, 9, 23, 487, 771 -iso_639-2/kok.po, 118, 123, 120, 54, 111, 315, 537, 487, 771 -iso_639-2/ko.po, 487, 771, 607, 0, 0, 0, 0, 487, 771 -iso_639-2/kn.po, 475, 738, 738, 7, 21, 5, 12, 487, 771 -iso_639-2/ja.po, 428, 609, 523, 45, 117, 14, 45, 487, 771 -iso_639-2/it.po, 487, 771, 776, 0, 0, 0, 0, 487, 771 -iso_639-2/iso_639-2.pot, 0, 0, 0, 0, 0, 487, 771, 487, 771 -iso_639-2/is.po, 487, 771, 744, 0, 0, 0, 0, 487, 771 -iso_639-2/id.po, 487, 771, 788, 0, 0, 0, 0, 487, 771 -iso_639-2/hu.po, 487, 771, 716, 0, 0, 0, 0, 487, 771 -iso_639-2/hr.po, 234, 390, 350, 4, 15, 249, 366, 487, 771 -iso_639-2/hi.po, 118, 121, 120, 49, 98, 320, 552, 487, 771 -iso_639-2/he.po, 49, 49, 49, 132, 189, 306, 533, 487, 771 -iso_639-2/gu.po, 478, 747, 752, 5, 17, 4, 7, 487, 771 -iso_639-2/gl.po, 478, 747, 783, 5, 17, 4, 7, 487, 771 -iso_639-2/gez.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/ga.po, 283, 464, 421, 3, 11, 201, 296, 487, 771 -iso_639-2/fr.po, 487, 771, 718, 0, 0, 0, 0, 487, 771 -iso_639-2/fi.po, 478, 747, 551, 5, 17, 4, 7, 487, 771 -iso_639-2/fa.po, 303, 361, 361, 79, 197, 105, 213, 487, 771 -iso_639-2/eu.po, 361, 539, 486, 38, 95, 88, 137, 487, 771 -iso_639-2/et.po, 487, 771, 639, 0, 0, 0, 0, 487, 771 -iso_639-2/es.po, 487, 771, 784, 0, 0, 0, 0, 487, 771 -iso_639-2/eo.po, 480, 751, 645, 5, 17, 2, 3, 487, 771 -iso_639-2/el.po, 131, 213, 210, 45, 99, 311, 459, 487, 771 -iso_639-2/de.po, 487, 771, 639, 0, 0, 0, 0, 487, 771 -iso_639-2/da.po, 487, 771, 698, 0, 0, 0, 0, 487, 771 -iso_639-2/cy.po, 115, 116, 115, 176, 257, 196, 398, 487, 771 -iso_639-2/cs.po, 487, 771, 746, 0, 0, 0, 0, 487, 771 -iso_639-2/crh.po, 427, 603, 718, 39, 95, 21, 73, 487, 771 -iso_639-2/ca.po, 487, 771, 790, 0, 0, 0, 0, 487, 771 -iso_639-2/byn.po, 119, 122, 119, 49, 98, 319, 551, 487, 771 -iso_639-2/bs.po, 47, 47, 47, 117, 159, 323, 565, 487, 771 -iso_639-2/br.po, 176, 238, 218, 38, 93, 273, 440, 487, 771 -iso_639-2/bn.po, 479, 748, 747, 5, 17, 3, 6, 487, 771 -iso_639-2/bg.po, 255, 417, 348, 4, 15, 228, 339, 487, 771 -iso_639-2/be.po, 487, 771, 635, 0, 0, 0, 0, 487, 771 -iso_639-2/az.po, 24, 24, 24, 161, 217, 302, 530, 487, 771 -iso_639-2/ast.po, 477, 745, 750, 6, 19, 4, 7, 487, 771 -iso_639-2/as.po, 477, 745, 748, 6, 19, 4, 7, 487, 771 -iso_639-2/ar.po, 173, 229, 234, 120, 170, 194, 372, 487, 771 -iso_639-2/am.po, 118, 121, 118, 51, 100, 318, 550, 487, 771 -iso_639-2/af.po, 157, 185, 166, 146, 211, 184, 375, 487, 771 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_639-3/zu.po, 49, 49, 51, 2873, 3575, 6323, 10224, 9245, 13848 -iso_639-3/zh_TW.po, 633, 1195, 704, 2641, 3206, 5971, 9447, 9245, 13848 -iso_639-3/zh_CN.po, 305, 419, 320, 2951, 3784, 5989, 9645, 9245, 13848 -iso_639-3/xh.po, 52, 52, 52, 2784, 3470, 6409, 10326, 9245, 13848 -iso_639-3/wa.po, 322, 357, 366, 4066, 5629, 4857, 7862, 9245, 13848 -iso_639-3/vi.po, 339, 378, 789, 4885, 6557, 4021, 6913, 9245, 13848 -iso_639-3/ve.po, 40, 40, 42, 4327, 5593, 4878, 8215, 9245, 13848 -iso_639-3/uk.po, 9245, 13848, 13127, 0, 0, 0, 0, 9245, 13848 -iso_639-3/tt@iqtelif.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso_639-3/tt.po, 149, 155, 156, 3305, 4421, 5791, 9272, 9245, 13848 -iso_639-3/tr.po, 7405, 10029, 10134, 657, 1284, 1183, 2535, 9245, 13848 -iso_639-3/tig.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso_639-3/ti.po, 121, 124, 121, 2921, 3856, 6203, 9868, 9245, 13848 -iso_639-3/th.po, 717, 1493, 872, 192, 415, 8336, 11940, 9245, 13848 -iso_639-3/ta.po, 7371, 9970, 9855, 1323, 2805, 551, 1073, 9245, 13848 -iso_639-3/sv.po, 9245, 13848, 13582, 0, 0, 0, 0, 9245, 13848 -iso_639-3/sr@latin.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso_639-3/sr.po, 332, 373, 374, 4923, 6621, 3990, 6854, 9245, 13848 -iso_639-3/sl.po, 322, 362, 350, 4071, 5656, 4852, 7830, 9245, 13848 -iso_639-3/sk.po, 256, 322, 327, 2873, 3574, 6116, 9952, 9245, 13848 -iso_639-3/sc.po, 479, 590, 616, 0, 0, 8766, 13258, 9245, 13848 -iso_639-3/rw.po, 328, 359, 361, 4920, 6621, 3997, 6868, 9245, 13848 -iso_639-3/ru.po, 351, 401, 392, 4715, 6213, 4179, 7234, 9245, 13848 -iso_639-3/ro.po, 247, 308, 315, 3043, 3762, 5955, 9778, 9245, 13848 -iso_639-3/pt_BR.po, 427, 515, 523, 2057, 3005, 6761, 10328, 9245, 13848 -iso_639-3/pt.po, 245, 271, 272, 4844, 6362, 4156, 7215, 9245, 13848 -iso_639-3/ps.po, 29, 29, 29, 1041, 1368, 8175, 12451, 9245, 13848 -iso_639-3/pl.po, 2639, 4164, 3978, 0, 0, 6606, 9684, 9245, 13848 -iso_639-3/pa.po, 7378, 9982, 9979, 1320, 2798, 547, 1068, 9245, 13848 -iso_639-3/or.po, 3505, 5411, 5409, 1001, 2177, 4739, 6260, 9245, 13848 -iso_639-3/oc.po, 78, 86, 88, 130, 247, 9037, 13515, 9245, 13848 -iso_639-3/nso.po, 59, 60, 62, 2828, 3687, 6358, 10101, 9245, 13848 -iso_639-3/nn.po, 175, 204, 193, 3660, 5191, 5410, 8453, 9245, 13848 -iso_639-3/nl.po, 1629, 2248, 2163, 3812, 5050, 3804, 6550, 9245, 13848 -iso_639-3/nb.po, 133, 139, 140, 3914, 5020, 5198, 8689, 9245, 13848 -iso_639-3/mt.po, 239, 261, 264, 4890, 6429, 4116, 7158, 9245, 13848 -iso_639-3/ms.po, 49, 49, 50, 2877, 3561, 6319, 10238, 9245, 13848 -iso_639-3/mr.po, 7442, 10085, 10090, 1264, 2710, 539, 1053, 9245, 13848 -iso_639-3/mn.po, 140, 147, 148, 4359, 5651, 4746, 8050, 9245, 13848 -iso_639-3/mk.po, 39, 39, 39, 2883, 3585, 6323, 10224, 9245, 13848 -iso_639-3/mi.po, 28, 28, 61, 2894, 3596, 6323, 10224, 9245, 13848 -iso_639-3/lv.po, 255, 318, 289, 2874, 3578, 6116, 9952, 9245, 13848 -iso_639-3/lt.po, 638, 1096, 1112, 589, 1228, 8018, 11524, 9245, 13848 -iso_639-3/kok.po, 119, 124, 122, 2925, 3904, 6201, 9820, 9245, 13848 -iso_639-3/ko.po, 360, 437, 435, 2911, 3612, 5974, 9799, 9245, 13848 -iso_639-3/kn.po, 6608, 9115, 9134, 1290, 2747, 1347, 1986, 9245, 13848 -iso_639-3/ja.po, 338, 375, 360, 4885, 6557, 4022, 6916, 9245, 13848 -iso_639-3/it.po, 8606, 12469, 12738, 448, 1004, 191, 375, 9245, 13848 -iso_639-3/iso_639-3.pot, 0, 0, 0, 0, 0, 9245, 13848, 9245, 13848 -iso_639-3/is.po, 3572, 4998, 4573, 1336, 1577, 4337, 7273, 9245, 13848 -iso_639-3/id.po, 7196, 9659, 9741, 430, 959, 1619, 3230, 9245, 13848 -iso_639-3/hu.po, 980, 1112, 1080, 4273, 5880, 3992, 6856, 9245, 13848 -iso_639-3/hr.po, 538, 1113, 999, 42, 100, 8665, 12635, 9245, 13848 -iso_639-3/hi.po, 118, 121, 120, 2943, 3907, 6184, 9820, 9245, 13848 -iso_639-3/he.po, 53, 53, 53, 2872, 3574, 6320, 10221, 9245, 13848 -iso_639-3/gu.po, 888, 1039, 1041, 377, 728, 7980, 12081, 9245, 13848 -iso_639-3/gl.po, 7470, 10120, 10525, 1249, 2690, 526, 1038, 9245, 13848 -iso_639-3/gez.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso_639-3/ga.po, 202, 233, 233, 3741, 5221, 5302, 8394, 9245, 13848 -iso_639-3/fr.po, 9245, 13848, 14903, 0, 0, 0, 0, 9245, 13848 -iso_639-3/fi.po, 338, 375, 348, 4872, 6543, 4035, 6930, 9245, 13848 -iso_639-3/fa.po, 280, 310, 315, 4606, 6258, 4359, 7280, 9245, 13848 -iso_639-3/eu.po, 397, 548, 505, 2757, 3453, 6091, 9847, 9245, 13848 -iso_639-3/et.po, 702, 959, 845, 2088, 2594, 6455, 10295, 9245, 13848 -iso_639-3/es.po, 787, 1024, 1043, 4780, 6455, 3678, 6369, 9245, 13848 -iso_639-3/eo.po, 339, 378, 371, 4898, 6570, 4008, 6900, 9245, 13848 -iso_639-3/el.po, 846, 1723, 1735, 443, 866, 7956, 11259, 9245, 13848 -iso_639-3/de.po, 9060, 13550, 12226, 185, 298, 0, 0, 9245, 13848 -iso_639-3/da.po, 435, 672, 570, 4848, 6378, 3962, 6798, 9245, 13848 -iso_639-3/cy.po, 120, 120, 120, 3986, 4950, 5139, 8778, 9245, 13848 -iso_639-3/cs.po, 335, 372, 375, 3410, 4866, 5500, 8610, 9245, 13848 -iso_639-3/crh.po, 6573, 8061, 8159, 1097, 2200, 1575, 3587, 9245, 13848 -iso_639-3/ca.po, 587, 831, 869, 3730, 4786, 4928, 8231, 9245, 13848 -iso_639-3/byn.po, 120, 123, 120, 2922, 3857, 6203, 9868, 9245, 13848 -iso_639-3/bs.po, 51, 51, 51, 2644, 3221, 6550, 10576, 9245, 13848 -iso_639-3/br.po, 809, 1040, 1063, 490, 983, 7946, 11825, 9245, 13848 -iso_639-3/bn.po, 1543, 2028, 2030, 4009, 5565, 3693, 6255, 9245, 13848 -iso_639-3/bg.po, 395, 680, 567, 16, 31, 8834, 13137, 9245, 13848 -iso_639-3/az.po, 25, 25, 25, 3047, 3764, 6173, 10059, 9245, 13848 -iso_639-3/ast.po, 7590, 10295, 10309, 1160, 2549, 495, 1004, 9245, 13848 -iso_639-3/ar.po, 145, 163, 167, 3015, 3748, 6085, 9937, 9245, 13848 -iso_639-3/am.po, 119, 122, 119, 2924, 3859, 6202, 9867, 9245, 13848 -iso_639-3/af.po, 128, 132, 131, 4111, 5176, 5006, 8540, 9245, 13848 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iso_639-5/zh_Hant.po, 115, 258, 115, 0, 0, 0, 0, 115, 258 -iso_639-5/uk.po, 115, 258, 249, 0, 0, 0, 0, 115, 258 -iso_639-5/sv.po, 115, 258, 203, 0, 0, 0, 0, 115, 258 -iso_639-5/sr@latin.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso_639-5/sr.po, 44, 98, 92, 0, 0, 71, 160, 115, 258 -iso_639-5/sc.po, 115, 258, 269, 0, 0, 0, 0, 115, 258 -iso_639-5/pl.po, 113, 254, 241, 0, 0, 2, 4, 115, 258 -iso_639-5/nl.po, 115, 258, 231, 0, 0, 0, 0, 115, 258 -iso_639-5/nb_NO.po, 12, 26, 20, 1, 2, 102, 230, 115, 258 -iso_639-5/it.po, 101, 221, 222, 0, 0, 14, 37, 115, 258 -iso_639-5/iso_639-5.pot, 0, 0, 0, 0, 0, 115, 258, 115, 258 -iso_639-5/is.po, 115, 258, 243, 0, 0, 0, 0, 115, 258 -iso_639-5/id.po, 60, 128, 129, 0, 0, 55, 130, 115, 258 -iso_639-5/hu.po, 115, 258, 248, 0, 0, 0, 0, 115, 258 -iso_639-5/fr.po, 115, 258, 260, 0, 0, 0, 0, 115, 258 -iso_639-5/et.po, 115, 258, 235, 0, 0, 0, 0, 115, 258 -iso_639-5/el.po, 0, 0, 0, 0, 0, 115, 258, 115, 258 -iso_639-5/de.po, 115, 258, 197, 0, 0, 0, 0, 115, 258 -iso_639-5/da.po, 7, 14, 14, 0, 0, 108, 244, 115, 258 -iso_639-5/be.po, 115, 258, 246, 0, 0, 0, 0, 115, 258 diff --git a/results/f31/jbigkit-2.1-17.fc31.src.rpm.errors.txt b/results/f31/jbigkit-2.1-17.fc31.src.rpm.errors.txt deleted file mode 100644 index 4853e42..0000000 --- a/results/f31/jbigkit-2.1-17.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f31/jbigkit-2.1-17.fc31.src.rpm.stats.csv b/results/f31/jbigkit-2.1-17.fc31.src.rpm.stats.csv deleted file mode 100644 index bcf9926..0000000 --- a/results/f31/jbigkit-2.1-17.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libjbig/po/ru.po, 9, 44, 34, 0, 0, 0, 0, 9, 44 -libjbig/po/de.po, 9, 44, 41, 0, 0, 0, 0, 9, 44 diff --git a/results/f31/json-glib-1.4.4-3.fc31.src.rpm.errors.txt b/results/f31/json-glib-1.4.4-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 60767d9..0000000 --- a/results/f31/json-glib-1.4.4-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/json-glib-1.4.4-3.fc31.src.rpm.stats.csv b/results/f31/json-glib-1.4.4-3.fc31.src.rpm.stats.csv deleted file mode 100644 index 41fa4ba..0000000 --- a/results/f31/json-glib-1.4.4-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,56 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ne.po, 36, 239, 219, 3, 14, 5, 50, 44, 303 -po/ro.po, 44, 303, 310, 0, 0, 0, 0, 44, 303 -po/bn_IN.po, 27, 226, 184, 0, 0, 0, 0, 27, 226 -po/eo.po, 27, 221, 205, 6, 33, 11, 49, 44, 303 -po/sl.po, 44, 303, 275, 0, 0, 0, 0, 44, 303 -po/sv.po, 44, 303, 259, 0, 0, 0, 0, 44, 303 -po/it.po, 44, 303, 321, 0, 0, 0, 0, 44, 303 -po/bg.po, 27, 226, 213, 0, 0, 0, 0, 27, 226 -po/ca.po, 44, 303, 405, 0, 0, 0, 0, 44, 303 -po/sr.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -po/lv.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -po/pt.po, 44, 303, 320, 0, 0, 0, 0, 44, 303 -po/sr@latin.po, 44, 303, 269, 0, 0, 0, 0, 44, 303 -po/lt.po, 44, 303, 246, 0, 0, 0, 0, 44, 303 -po/et.po, 27, 226, 173, 0, 0, 0, 0, 27, 226 -po/gl.po, 44, 303, 340, 0, 0, 0, 0, 44, 303 -po/fr.po, 44, 303, 345, 0, 0, 0, 0, 44, 303 -po/or.po, 27, 226, 200, 0, 0, 0, 0, 27, 226 -po/tr.po, 44, 303, 250, 0, 0, 0, 0, 44, 303 -po/hr.po, 44, 303, 263, 0, 0, 0, 0, 44, 303 -po/zh_HK.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -po/de.po, 44, 303, 290, 0, 0, 0, 0, 44, 303 -po/id.po, 44, 303, 286, 0, 0, 0, 0, 44, 303 -po/fur.po, 44, 303, 352, 0, 0, 0, 0, 44, 303 -po/pt_BR.po, 44, 303, 324, 0, 0, 0, 0, 44, 303 -po/ja.po, 27, 226, 72, 0, 0, 0, 0, 27, 226 -po/ru.po, 44, 303, 267, 0, 0, 0, 0, 44, 303 -po/nl.po, 44, 303, 291, 0, 0, 0, 0, 44, 303 -po/pa.po, 27, 226, 207, 0, 0, 0, 0, 27, 226 -po/eu.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -po/vi.po, 29, 244, 264, 0, 0, 1, 10, 30, 254 -po/ca@valencia.po, 44, 303, 403, 0, 0, 0, 0, 44, 303 -po/pl.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -po/ml.po, 27, 226, 165, 0, 0, 0, 0, 27, 226 -po/bs.po, 44, 303, 270, 0, 0, 0, 0, 44, 303 -po/zh_CN.po, 44, 303, 95, 0, 0, 0, 0, 44, 303 -po/oc.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -po/cs.po, 44, 303, 279, 0, 0, 0, 0, 44, 303 -po/as.po, 44, 303, 276, 0, 0, 0, 0, 44, 303 -po/tg.po, 44, 303, 292, 0, 0, 0, 0, 44, 303 -po/sk.po, 44, 303, 297, 0, 0, 0, 0, 44, 303 -po/te.po, 27, 226, 191, 0, 0, 0, 0, 27, 226 -po/hi.po, 27, 226, 234, 0, 0, 0, 0, 27, 226 -po/zh_TW.po, 44, 303, 80, 0, 0, 0, 0, 44, 303 -po/ko.po, 44, 303, 237, 0, 0, 0, 0, 44, 303 -po/ug.po, 25, 208, 167, 0, 0, 2, 18, 27, 226 -po/hu.po, 44, 303, 268, 0, 0, 0, 0, 44, 303 -po/da.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 -po/es.po, 44, 303, 351, 0, 0, 0, 0, 44, 303 -po/he.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -po/nb.po, 26, 159, 145, 0, 0, 18, 144, 44, 303 -po/el.po, 44, 303, 302, 0, 0, 0, 0, 44, 303 -po/en_GB.po, 44, 303, 303, 0, 0, 0, 0, 44, 303 -po/ky.po, 27, 226, 167, 0, 0, 0, 0, 27, 226 -po/uk.po, 44, 303, 272, 0, 0, 0, 0, 44, 303 diff --git a/results/f31/jwhois-4.0-58.fc31.src.rpm.errors.txt b/results/f31/jwhois-4.0-58.fc31.src.rpm.errors.txt deleted file mode 100644 index ac5d03e..0000000 --- a/results/f31/jwhois-4.0-58.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,22 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 48: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xaa in position 4: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 37: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 182: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 36: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 0: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 19: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 31: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 32: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 121: invalid continuation byte diff --git a/results/f31/jwhois-4.0-58.fc31.src.rpm.stats.csv b/results/f31/jwhois-4.0-58.fc31.src.rpm.stats.csv deleted file mode 100644 index 13563b5..0000000 --- a/results/f31/jwhois-4.0-58.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 65, 401, 391, 2, 11, 4, 28, 71, 440 -po/zh_TW.po, 64, 396, 168, 2, 11, 5, 33, 71, 440 -po/pl.po, 65, 401, 419, 2, 11, 4, 28, 71, 440 -po/tr.gmo, 64, 395, 347, 0, 0, 0, 0, 64, 395 -po/sv.po, 71, 440, 423, 0, 0, 0, 0, 71, 440 -po/rw.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -po/pt_BR.po, 65, 401, 427, 2, 11, 4, 28, 71, 440 -po/rw.po, 1, 2, 2, 59, 394, 11, 44, 71, 440 -po/id.gmo, 65, 401, 398, 0, 0, 0, 0, 65, 401 -po/fr.po, 65, 401, 460, 2, 11, 4, 28, 71, 440 -po/tr.po, 64, 395, 347, 3, 17, 4, 28, 71, 440 -po/vi.gmo, 71, 440, 666, 0, 0, 0, 0, 71, 440 -po/jwhois.pot, 0, 0, 0, 0, 0, 71, 440, 71, 440 -po/hu.po, 65, 401, 414, 2, 11, 4, 28, 71, 440 -po/es.po, 71, 440, 568, 0, 0, 0, 0, 71, 440 -po/ru.po, 17, 83, 85, 22, 99, 32, 258, 71, 440 -po/id.po, 65, 401, 398, 2, 11, 4, 28, 71, 440 -po/ro.po, 65, 401, 416, 2, 11, 4, 28, 71, 440 -po/nl.gmo, 65, 401, 391, 0, 0, 0, 0, 65, 401 -po/it.po, 71, 440, 492, 0, 0, 0, 0, 71, 440 -po/vi.po, 71, 440, 666, 0, 0, 0, 0, 71, 440 diff --git a/results/f31/kbd-2.0.4-14.fc31.src.rpm.errors.txt b/results/f31/kbd-2.0.4-14.fc31.src.rpm.errors.txt deleted file mode 100644 index 11fcc23..0000000 --- a/results/f31/kbd-2.0.4-14.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 19: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 72: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/kbd-2.0.4-14.fc31.src.rpm.stats.csv b/results/f31/kbd-2.0.4-14.fc31.src.rpm.stats.csv deleted file mode 100644 index 5703825..0000000 --- a/results/f31/kbd-2.0.4-14.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,38 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 266, 2051, 1075, 8, 372, 1, 7, 275, 2430 -po/uk.po, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -po/sv.gmo, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -po/fr.gmo, 219, 1736, 2139, 0, 0, 0, 0, 219, 1736 -po/it.gmo, 207, 1512, 1816, 0, 0, 0, 0, 207, 1512 -po/nl.po, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -po/gr.po, 162, 1063, 1170, 72, 714, 41, 653, 275, 2430 -po/da.po, 207, 1512, 1431, 53, 752, 15, 166, 275, 2430 -po/ru.gmo, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -po/nl.gmo, 275, 2430, 2442, 0, 0, 0, 0, 275, 2430 -po/el.po, 266, 2051, 2213, 8, 372, 1, 7, 275, 2430 -po/ru.po, 275, 2430, 2397, 0, 0, 0, 0, 275, 2430 -po/eo.po, 266, 2051, 2111, 8, 372, 1, 7, 275, 2430 -po/cs.po, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -po/sv.po, 275, 2430, 2332, 0, 0, 0, 0, 275, 2430 -po/it.po, 207, 1512, 1816, 53, 752, 15, 166, 275, 2430 -po/cs.gmo, 275, 2430, 2346, 0, 0, 0, 0, 275, 2430 -po/id.gmo, 181, 1341, 1370, 0, 0, 0, 0, 181, 1341 -po/es.gmo, 169, 1259, 1653, 0, 0, 0, 0, 169, 1259 -po/gr.gmo, 162, 1063, 1170, 0, 0, 0, 0, 162, 1063 -po/ro.po, 162, 1063, 1180, 63, 657, 50, 710, 275, 2430 -po/vi.po, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -po/pl.gmo, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -po/fr.po, 219, 1736, 2139, 49, 642, 7, 52, 275, 2430 -po/tr.gmo, 164, 1075, 1005, 0, 0, 0, 0, 164, 1075 -po/id.po, 181, 1341, 1370, 68, 678, 26, 411, 275, 2430 -po/de.gmo, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -po/uk.gmo, 275, 2430, 2423, 0, 0, 0, 0, 275, 2430 -po/vi.gmo, 275, 2430, 3354, 0, 0, 0, 0, 275, 2430 -po/eo.gmo, 266, 2051, 2111, 0, 0, 0, 0, 266, 2051 -po/el.gmo, 266, 2051, 2213, 0, 0, 0, 0, 266, 2051 -po/de.po, 275, 2430, 2500, 0, 0, 0, 0, 275, 2430 -po/pl.po, 275, 2430, 2424, 0, 0, 0, 0, 275, 2430 -po/es.po, 169, 1259, 1653, 59, 548, 47, 623, 275, 2430 -po/zh_CN.gmo, 266, 2051, 1075, 0, 0, 0, 0, 266, 2051 -po/kbd.pot, 0, 0, 0, 0, 0, 275, 2430, 275, 2430 -po/tr.po, 164, 1075, 1005, 61, 645, 50, 710, 275, 2430 diff --git a/results/f31/kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.errors.txt b/results/f31/kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f31/kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv b/results/f31/kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv deleted file mode 100644 index 98143e7..0000000 --- a/results/f31/kdump-anaconda-addon-005-5.20190103gitb16ea2c.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,59 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 12, 83, 26, 0, 0, 0, 0, 12, 83 -po/zh_CN.po, 12, 83, 20, 0, 0, 0, 0, 12, 83 -po/vi.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/uk.po, 2, 51, 34, 2, 8, 8, 24, 12, 83 -po/tr.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/te.po, 12, 83, 50, 0, 0, 0, 0, 12, 83 -po/ta_IN.po, 4, 59, 39, 3, 11, 5, 13, 12, 83 -po/ta.po, 12, 83, 66, 0, 0, 0, 0, 12, 83 -po/sv.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sr@latin.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sr@Latn.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sr.po, 2, 51, 43, 2, 8, 8, 24, 12, 83 -po/sq.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/sl.po, 2, 51, 42, 2, 8, 8, 24, 12, 83 -po/sk.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/si.po, 2, 51, 46, 4, 14, 6, 18, 12, 83 -po/ru.po, 12, 83, 59, 0, 0, 0, 0, 12, 83 -po/pt_BR.po, 12, 83, 92, 0, 0, 0, 0, 12, 83 -po/pt.po, 2, 51, 55, 2, 8, 8, 24, 12, 83 -po/pl.po, 2, 51, 38, 2, 8, 8, 24, 12, 83 -po/pa.po, 5, 64, 66, 0, 0, 7, 19, 12, 83 -po/or.po, 12, 83, 91, 0, 0, 0, 0, 12, 83 -po/nl.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/nb.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -po/ms.po, 2, 51, 41, 2, 8, 8, 24, 12, 83 -po/mr.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -po/ml.po, 12, 83, 61, 0, 0, 0, 0, 12, 83 -po/lv.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/ko.po, 12, 83, 63, 0, 0, 0, 0, 12, 83 -po/kn.po, 12, 83, 72, 0, 0, 0, 0, 12, 83 -po/kdump-anaconda-addon.pot, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/ka.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/ja.po, 12, 83, 30, 0, 0, 0, 0, 12, 83 -po/it.po, 12, 83, 88, 0, 0, 0, 0, 12, 83 -po/is.po, 2, 51, 48, 2, 8, 8, 24, 12, 83 -po/id.po, 2, 51, 45, 2, 8, 8, 24, 12, 83 -po/hu.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -po/hr.po, 2, 51, 45, 4, 14, 6, 18, 12, 83 -po/hi.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -po/he.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/gu.po, 12, 83, 89, 0, 0, 0, 0, 12, 83 -po/fr.po, 12, 83, 86, 0, 0, 0, 0, 12, 83 -po/fi.po, 2, 51, 35, 2, 8, 8, 24, 12, 83 -po/fa.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/et.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/es.po, 12, 83, 95, 0, 0, 0, 0, 12, 83 -po/en_GB.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/el.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/de.po, 12, 83, 73, 0, 0, 0, 0, 12, 83 -po/da.po, 2, 51, 52, 2, 8, 8, 24, 12, 83 -po/cy.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/cs.po, 2, 51, 47, 2, 8, 8, 24, 12, 83 -po/ca.po, 2, 51, 53, 2, 8, 8, 24, 12, 83 -po/bs.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 -po/bn_IN.po, 12, 83, 82, 0, 0, 0, 0, 12, 83 -po/bg.po, 2, 51, 49, 2, 8, 8, 24, 12, 83 -po/as.po, 12, 83, 79, 0, 0, 0, 0, 12, 83 -po/ar.po, 0, 0, 0, 0, 0, 12, 83, 12, 83 diff --git a/results/f31/kernel-5.3.7-301.fc31.src.rpm.errors.txt b/results/f31/kernel-5.3.7-301.fc31.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f31/kernel-5.3.7-301.fc31.src.rpm.errors.txt +++ /dev/null diff --git a/results/f31/kernel-5.3.7-301.fc31.src.rpm.stats.csv b/results/f31/kernel-5.3.7-301.fc31.src.rpm.stats.csv deleted file mode 100644 index 52128b9..0000000 --- a/results/f31/kernel-5.3.7-301.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tools/power/cpupower/po/pt.po, 48, 473, 536, 15, 146, 93, 530, 156, 1149 -tools/power/cpupower/po/it.po, 48, 473, 513, 15, 146, 93, 530, 156, 1149 -tools/power/cpupower/po/fr.po, 39, 394, 432, 21, 211, 96, 544, 156, 1149 -tools/power/cpupower/po/de.po, 48, 473, 452, 15, 146, 93, 530, 156, 1149 -tools/power/cpupower/po/cs.po, 39, 394, 362, 21, 211, 96, 544, 156, 1149 diff --git a/results/f31/krb5-1.17-45.fc31.src.rpm.errors.txt b/results/f31/krb5-1.17-45.fc31.src.rpm.errors.txt deleted file mode 100644 index 6be6030..0000000 --- a/results/f31/krb5-1.17-45.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./src/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./src/po/deps) diff --git a/results/f31/krb5-1.17-45.fc31.src.rpm.stats.csv b/results/f31/krb5-1.17-45.fc31.src.rpm.stats.csv deleted file mode 100644 index 821815e..0000000 --- a/results/f31/krb5-1.17-45.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -src/po/mit-krb5.pot, 0, 0, 0, 0, 0, 1891, 10349, 1891, 10349 -src/po/en_US.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 -src/po/de.po, 1847, 10072, 10435, 0, 0, 0, 0, 1847, 10072 diff --git a/results/f31/libappstream-glib-0.7.16-1.fc31.src.rpm.errors.txt b/results/f31/libappstream-glib-0.7.16-1.fc31.src.rpm.errors.txt deleted file mode 100644 index fc21d43..0000000 --- a/results/f31/libappstream-glib-0.7.16-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv b/results/f31/libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv deleted file mode 100644 index b52b8c1..0000000 --- a/results/f31/libappstream-glib-0.7.16-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,31 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 98, 450, 199, 0, 0, 0, 0, 98, 450 -po/zh_CN.po, 91, 419, 191, 1, 7, 0, 0, 92, 426 -po/uk.po, 99, 459, 477, 0, 0, 0, 0, 99, 459 -po/tr.po, 99, 459, 404, 0, 0, 0, 0, 99, 459 -po/sv.po, 99, 459, 415, 0, 0, 0, 0, 99, 459 -po/sr@latin.po, 62, 297, 289, 0, 0, 0, 0, 62, 297 -po/sr.po, 84, 382, 378, 0, 0, 0, 0, 84, 382 -po/sl.po, 44, 197, 178, 0, 0, 0, 0, 44, 197 -po/sk.po, 84, 383, 368, 0, 0, 0, 0, 84, 383 -po/ru.po, 86, 396, 375, 0, 0, 0, 0, 86, 396 -po/pt_BR.po, 99, 459, 526, 0, 0, 0, 0, 99, 459 -po/pt.po, 62, 297, 325, 0, 0, 0, 0, 62, 297 -po/pl.po, 99, 459, 434, 0, 0, 0, 0, 99, 459 -po/oc.po, 48, 211, 240, 0, 0, 0, 0, 48, 211 -po/lt.po, 99, 459, 398, 0, 0, 0, 0, 99, 459 -po/ko.po, 86, 396, 327, 0, 0, 0, 0, 86, 396 -po/it.po, 99, 459, 503, 0, 0, 0, 0, 99, 459 -po/id.po, 96, 442, 412, 0, 0, 0, 0, 96, 442 -po/hu.po, 99, 459, 437, 0, 0, 0, 0, 99, 459 -po/gl.po, 61, 294, 346, 0, 0, 0, 0, 61, 294 -po/fur.po, 96, 442, 538, 0, 0, 0, 0, 96, 442 -po/fr.po, 99, 459, 564, 0, 0, 0, 0, 99, 459 -po/fi.po, 28, 90, 65, 0, 0, 0, 0, 28, 90 -po/fa.po, 65, 268, 319, 0, 0, 0, 0, 65, 268 -po/es.po, 97, 447, 515, 1, 3, 0, 0, 98, 450 -po/en_GB.po, 86, 396, 396, 0, 0, 0, 0, 86, 396 -po/de.po, 99, 459, 392, 0, 0, 0, 0, 99, 459 -po/da.po, 99, 459, 397, 0, 0, 0, 0, 99, 459 -po/cs.po, 97, 447, 436, 0, 0, 0, 0, 97, 447 -po/ca.po, 98, 450, 608, 0, 0, 0, 0, 98, 450 diff --git a/results/f31/libbytesize-2.1-2.fc31.src.rpm.errors.txt b/results/f31/libbytesize-2.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index c7e98f2..0000000 --- a/results/f31/libbytesize-2.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) diff --git a/results/f31/libbytesize-2.1-2.fc31.src.rpm.stats.csv b/results/f31/libbytesize-2.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 229b03f..0000000 --- a/results/f31/libbytesize-2.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,98 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nb.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ne.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/te.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/or.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/id.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/nso.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/br.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/si.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bal.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/el.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/is.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/vi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/nn.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/fa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/gu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/anp.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/et.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/hu.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ia.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mai.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ja.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/be.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/pl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ilo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/tw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/tg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/pa.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/pt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ru.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/sq.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/nds.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ta.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ca.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/bs.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/cs.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ml.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/zu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/zh_TW.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/nl.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/ms.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bg.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/de.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/sk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/zh_HK.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/zh_CN.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/sv.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/af.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/am.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kw.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mn.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/lv.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/de_CH.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/pt_BR.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/uk.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/as.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ka.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/eo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ast.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/en_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/it.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/da.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/eu.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kw@uccor.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ro.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/yo.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/fr.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/wba.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/bn_IN.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kw_GB.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/lt.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/brx.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/hr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ko.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/th.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/cy.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ga.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ar.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/sr@latin.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/gl.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/es.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/fi.po, 17, 17, 17, 0, 0, 0, 0, 17, 17 -po/tr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/hi.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/he.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/km.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ky.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/mr.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/kk.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/ur.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 -po/my.po, 0, 0, 0, 0, 0, 17, 17, 17, 17 diff --git a/results/f31/libconfig-1.7.2-4.fc31.src.rpm.errors.txt b/results/f31/libconfig-1.7.2-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 3baa067..0000000 --- a/results/f31/libconfig-1.7.2-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./contrib/ls-config/src/po/makefile) diff --git a/results/f31/libconfig-1.7.2-4.fc31.src.rpm.stats.csv b/results/f31/libconfig-1.7.2-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 571dd74..0000000 --- a/results/f31/libconfig-1.7.2-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -contrib/ls-config/src/po/en_GB.po, 52, 255, 258, 0, 0, 0, 0, 52, 255 -contrib/ls-config/src/po/ls-config.pot, 0, 0, 0, 0, 0, 52, 255, 52, 255 -contrib/ls-config/src/po/pl_PL.po, 52, 255, 260, 0, 0, 0, 0, 52, 255 diff --git a/results/f31/libdnf-0.35.3-6.fc31.src.rpm.errors.txt b/results/f31/libdnf-0.35.3-6.fc31.src.rpm.errors.txt deleted file mode 100644 index db50d07..0000000 --- a/results/f31/libdnf-0.35.3-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/zanata.xml) -translate.tools.pocount: ERROR: Failed to guess file type. -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/libdnf-0.35.3-6.fc31.src.rpm.stats.csv b/results/f31/libdnf-0.35.3-6.fc31.src.rpm.stats.csv deleted file mode 100644 index f011c21..0000000 --- a/results/f31/libdnf-0.35.3-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,51 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 107, 620, 226, 0, 0, 67, 415, 174, 1035 -po/zh_CN.po, 119, 695, 368, 0, 0, 55, 340, 174, 1035 -po/uk.po, 174, 1035, 1105, 0, 0, 0, 0, 174, 1035 -po/tr.po, 12, 72, 60, 0, 0, 162, 963, 174, 1035 -po/th.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -po/te.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/ta.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/sv.po, 102, 595, 620, 0, 0, 72, 440, 174, 1035 -po/sr@latin.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/sr.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/sq.po, 1, 2, 4, 0, 0, 173, 1033, 174, 1035 -po/sk.po, 3, 13, 14, 0, 0, 171, 1022, 174, 1035 -po/ru.po, 102, 595, 593, 0, 0, 72, 440, 174, 1035 -po/pt_BR.po, 102, 595, 691, 0, 0, 72, 440, 174, 1035 -po/pt.po, 13, 74, 86, 0, 0, 161, 961, 174, 1035 -po/pl.po, 174, 1035, 1144, 0, 0, 0, 0, 174, 1035 -po/pa.po, 5, 22, 28, 0, 0, 169, 1013, 174, 1035 -po/or.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/nl.po, 24, 157, 169, 0, 0, 150, 878, 174, 1035 -po/nb.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -po/mr.po, 1, 2, 3, 0, 0, 173, 1033, 174, 1035 -po/ml.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -po/mai.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -po/libdnf.pot, 0, 0, 0, 0, 0, 174, 1035, 174, 1035 -po/ko.po, 99, 565, 532, 0, 0, 75, 470, 174, 1035 -po/kn.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -po/ja.po, 119, 695, 357, 0, 0, 55, 340, 174, 1035 -po/it.po, 102, 595, 710, 0, 0, 72, 440, 174, 1035 -po/is.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/id.po, 3, 13, 12, 0, 0, 171, 1022, 174, 1035 -po/ia.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/hu.po, 25, 162, 172, 0, 0, 149, 873, 174, 1035 -po/hi.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/gu.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/fur.po, 14, 88, 113, 0, 0, 160, 947, 174, 1035 -po/fr.po, 174, 1035, 1327, 0, 0, 0, 0, 174, 1035 -po/fil.po, 1, 8, 9, 0, 0, 173, 1027, 174, 1035 -po/fi.po, 8, 36, 32, 0, 0, 166, 999, 174, 1035 -po/fa.po, 1, 2, 3, 0, 0, 173, 1033, 174, 1035 -po/eu.po, 1, 4, 5, 0, 0, 173, 1031, 174, 1035 -po/es.po, 102, 595, 780, 0, 0, 72, 440, 174, 1035 -po/el.po, 1, 2, 2, 0, 0, 173, 1033, 174, 1035 -po/de.po, 102, 595, 638, 0, 0, 72, 440, 174, 1035 -po/da.po, 5, 18, 18, 0, 0, 169, 1017, 174, 1035 -po/cs.po, 25, 167, 162, 0, 0, 149, 868, 174, 1035 -po/ca.po, 21, 123, 169, 0, 0, 153, 912, 174, 1035 -po/bn_IN.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -po/bn.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 -po/bg.po, 6, 30, 32, 0, 0, 168, 1005, 174, 1035 -po/as.po, 1, 2, 1, 0, 0, 173, 1033, 174, 1035 diff --git a/results/f31/libexif-0.6.21-20.fc31.src.rpm.errors.txt b/results/f31/libexif-0.6.21-20.fc31.src.rpm.errors.txt deleted file mode 100644 index cf52f78..0000000 --- a/results/f31/libexif-0.6.21-20.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,11 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f31/libexif-0.6.21-20.fc31.src.rpm.stats.csv b/results/f31/libexif-0.6.21-20.fc31.src.rpm.stats.csv deleted file mode 100644 index b2ee5fd..0000000 --- a/results/f31/libexif-0.6.21-20.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,52 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sq.po, 181, 458, 531, 3, 17, 993, 6502, 1177, 6977 -po/sk.gmo, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -po/sr.po, 602, 3700, 3293, 4, 25, 571, 3252, 1177, 6977 -po/tr.po, 407, 997, 992, 3, 17, 767, 5963, 1177, 6977 -po/pl.gmo, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -po/de.po, 1176, 6976, 5965, 1, 1, 0, 0, 1177, 6977 -po/ja.gmo, 728, 1894, 1376, 0, 0, 0, 0, 728, 1894 -po/pl.po, 1177, 6977, 6334, 0, 0, 0, 0, 1177, 6977 -po/nl.po, 1172, 6930, 6251, 5, 47, 0, 0, 1177, 6977 -po/en_CA.po, 59, 705, 705, 0, 0, 1118, 6272, 1177, 6977 -po/es.gmo, 242, 2517, 2806, 0, 0, 0, 0, 242, 2517 -po/da.gmo, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -po/zh_CN.po, 355, 999, 736, 3, 17, 819, 5961, 1177, 6977 -po/ru.po, 648, 3546, 3071, 5, 47, 524, 3384, 1177, 6977 -po/fr.gmo, 182, 1220, 1329, 0, 0, 0, 0, 182, 1220 -po/pt_BR.po, 657, 1746, 1936, 3, 17, 517, 5214, 1177, 6977 -po/sr.gmo, 602, 3700, 3293, 0, 0, 0, 0, 602, 3700 -po/libexif-12.pot, 0, 0, 0, 0, 0, 1177, 6977, 1177, 6977 -po/sk.po, 1177, 6977, 6232, 0, 0, 0, 0, 1177, 6977 -po/it.gmo, 892, 5092, 5425, 0, 0, 0, 0, 892, 5092 -po/uk.gmo, 548, 1243, 1389, 0, 0, 0, 0, 548, 1243 -po/de.gmo, 1176, 6976, 5965, 0, 0, 0, 0, 1176, 6976 -po/sv.po, 612, 1540, 1395, 119, 321, 446, 5116, 1177, 6977 -po/en_AU.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -po/ja.po, 728, 1894, 1376, 24, 80, 425, 5003, 1177, 6977 -po/vi.gmo, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -po/tr.gmo, 407, 997, 992, 0, 0, 0, 0, 407, 997 -po/nl.gmo, 1172, 6930, 6251, 0, 0, 0, 0, 1172, 6930 -po/sv.gmo, 612, 1540, 1395, 0, 0, 0, 0, 612, 1540 -po/en_CA.gmo, 59, 705, 705, 0, 0, 0, 0, 59, 705 -po/cs.gmo, 729, 3309, 2947, 0, 0, 0, 0, 729, 3309 -po/vi.po, 1177, 6977, 8942, 0, 0, 0, 0, 1177, 6977 -po/pt.gmo, 170, 420, 428, 0, 0, 0, 0, 170, 420 -po/sq.gmo, 181, 458, 531, 0, 0, 0, 0, 181, 458 -po/fr.po, 182, 1220, 1329, 393, 1220, 602, 4537, 1177, 6977 -po/da.po, 1177, 6977, 5807, 0, 0, 0, 0, 1177, 6977 -po/en_GB.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -po/pt_BR.gmo, 657, 1746, 1936, 0, 0, 0, 0, 657, 1746 -po/bs.gmo, 1172, 6930, 6271, 0, 0, 0, 0, 1172, 6930 -po/uk.po, 548, 1243, 1389, 0, 0, 629, 5734, 1177, 6977 -po/en_AU.gmo, 1172, 6930, 6930, 0, 0, 0, 0, 1172, 6930 -po/es.po, 242, 2517, 2806, 387, 2212, 548, 2248, 1177, 6977 -po/it.po, 892, 5092, 5425, 57, 503, 228, 1382, 1177, 6977 -po/zh_CN.gmo, 355, 999, 736, 0, 0, 0, 0, 355, 999 -po/pt.po, 170, 420, 428, 3, 17, 1004, 6540, 1177, 6977 -po/bs.po, 1172, 6930, 6271, 5, 47, 0, 0, 1177, 6977 -po/be.gmo, 215, 610, 609, 0, 0, 0, 0, 215, 610 -po/ru.gmo, 648, 3546, 3071, 0, 0, 0, 0, 648, 3546 -po/be.po, 215, 610, 609, 3, 17, 959, 6350, 1177, 6977 -po/en_GB.po, 1172, 6930, 6930, 5, 47, 0, 0, 1177, 6977 -po/cs.po, 729, 3309, 2947, 5, 47, 443, 3621, 1177, 6977 diff --git a/results/f31/libgdata-0.17.11-1.fc31.src.rpm.errors.txt b/results/f31/libgdata-0.17.11-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/libgdata-0.17.11-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libgdata-0.17.11-1.fc31.src.rpm.stats.csv b/results/f31/libgdata-0.17.11-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 4014c30..0000000 --- a/results/f31/libgdata-0.17.11-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,63 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 84, 684, 148, 0, 0, 0, 0, 84, 684 -po/zh_HK.po, 85, 695, 150, 0, 0, 0, 0, 85, 695 -po/zh_CN.po, 84, 684, 142, 0, 0, 0, 0, 84, 684 -po/vi.po, 84, 684, 848, 0, 0, 0, 0, 84, 684 -po/uk.po, 74, 597, 503, 0, 0, 0, 0, 74, 597 -po/ug.po, 76, 614, 544, 0, 0, 0, 0, 76, 614 -po/tr.po, 84, 684, 548, 0, 0, 0, 0, 84, 684 -po/th.po, 84, 684, 195, 0, 0, 0, 0, 84, 684 -po/tg.po, 12, 106, 107, 0, 0, 64, 508, 76, 614 -po/te.po, 76, 614, 470, 0, 0, 0, 0, 76, 614 -po/ta.po, 74, 597, 446, 0, 0, 0, 0, 74, 597 -po/sv.po, 85, 689, 657, 0, 0, 0, 0, 85, 689 -po/sr@latin.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -po/sr.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -po/sl.po, 84, 684, 640, 0, 0, 0, 0, 84, 684 -po/sk.po, 84, 684, 642, 0, 0, 0, 0, 84, 684 -po/ru.po, 84, 684, 572, 0, 0, 0, 0, 84, 684 -po/ro.po, 85, 689, 765, 0, 0, 0, 0, 85, 689 -po/pt_BR.po, 85, 689, 723, 0, 0, 0, 0, 85, 689 -po/pt.po, 84, 684, 722, 0, 0, 0, 0, 84, 684 -po/pl.po, 85, 689, 599, 0, 0, 0, 0, 85, 689 -po/pa.po, 85, 695, 731, 0, 0, 0, 0, 85, 695 -po/or.po, 74, 597, 582, 0, 0, 0, 0, 74, 597 -po/oc.po, 84, 684, 752, 0, 0, 0, 0, 84, 684 -po/nl.po, 84, 684, 692, 0, 0, 0, 0, 84, 684 -po/ne.po, 26, 204, 190, 32, 208, 26, 272, 84, 684 -po/nb.po, 84, 684, 673, 0, 0, 0, 0, 84, 684 -po/mr.po, 74, 597, 506, 0, 0, 0, 0, 74, 597 -po/ml.po, 30, 192, 143, 2, 22, 44, 400, 76, 614 -po/lv.po, 84, 684, 537, 0, 0, 0, 0, 84, 684 -po/lt.po, 85, 689, 531, 0, 0, 0, 0, 85, 689 -po/ko.po, 84, 684, 476, 0, 0, 0, 0, 84, 684 -po/kn.po, 14, 79, 68, 0, 0, 60, 518, 74, 597 -po/ja.po, 81, 659, 129, 0, 0, 1, 12, 82, 671 -po/it.po, 84, 684, 697, 0, 0, 0, 0, 84, 684 -po/id.po, 85, 689, 632, 0, 0, 0, 0, 85, 689 -po/hu.po, 84, 684, 569, 0, 0, 0, 0, 84, 684 -po/hr.po, 84, 684, 615, 0, 0, 0, 0, 84, 684 -po/hi.po, 76, 614, 721, 0, 0, 0, 0, 76, 614 -po/he.po, 84, 684, 564, 0, 0, 0, 0, 84, 684 -po/gu.po, 48, 324, 349, 4, 34, 33, 337, 85, 695 -po/gl.po, 84, 684, 711, 0, 0, 0, 0, 84, 684 -po/fur.po, 84, 684, 781, 0, 0, 0, 0, 84, 684 -po/fr.po, 84, 684, 770, 0, 0, 0, 0, 84, 684 -po/fi.po, 76, 612, 495, 4, 41, 4, 31, 84, 684 -po/eu.po, 85, 689, 595, 0, 0, 0, 0, 85, 689 -po/et.po, 85, 695, 542, 0, 0, 0, 0, 85, 695 -po/es.po, 85, 689, 739, 0, 0, 0, 0, 85, 689 -po/eo.po, 53, 385, 338, 1, 11, 30, 288, 84, 684 -po/en_GB.po, 85, 689, 689, 0, 0, 0, 0, 85, 689 -po/el.po, 84, 684, 790, 0, 0, 0, 0, 84, 684 -po/de.po, 85, 689, 677, 0, 0, 0, 0, 85, 689 -po/da.po, 84, 684, 661, 0, 0, 0, 0, 84, 684 -po/cs.po, 85, 689, 632, 0, 0, 0, 0, 85, 689 -po/ca@valencia.po, 84, 684, 720, 0, 0, 0, 0, 84, 684 -po/ca.po, 84, 684, 720, 0, 0, 0, 0, 84, 684 -po/bs.po, 85, 695, 609, 0, 0, 0, 0, 85, 695 -po/bn_IN.po, 67, 552, 540, 0, 0, 0, 0, 67, 552 -po/bg.po, 85, 695, 751, 0, 0, 0, 0, 85, 695 -po/be.po, 84, 684, 617, 0, 0, 0, 0, 84, 684 -po/as.po, 85, 695, 656, 0, 0, 0, 0, 85, 695 -po/ar.po, 55, 403, 333, 0, 0, 19, 194, 74, 597 diff --git a/results/f31/libgnomekbd-3.26.1-2.fc31.src.rpm.errors.txt b/results/f31/libgnomekbd-3.26.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index a7e310e..0000000 --- a/results/f31/libgnomekbd-3.26.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv b/results/f31/libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 5c5b605..0000000 --- a/results/f31/libgnomekbd-3.26.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,154 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ml.po, 39, 187, 147, 0, 0, 0, 0, 39, 187 -po/nn.po, 50, 277, 280, 0, 0, 0, 0, 50, 277 -po/eu.po, 55, 242, 201, 0, 0, 0, 0, 55, 242 -po/lv.po, 39, 187, 161, 0, 0, 0, 0, 39, 187 -po/ml.gmo, 39, 187, 147, 0, 0, 0, 0, 39, 187 -po/km.po, 39, 187, 69, 0, 0, 0, 0, 39, 187 -po/pt.gmo, 40, 188, 231, 0, 0, 0, 0, 40, 188 -po/ar.po, 55, 242, 231, 0, 0, 0, 0, 55, 242 -po/as.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/eo.po, 40, 188, 159, 0, 0, 0, 0, 40, 188 -po/be.gmo, 55, 242, 230, 0, 0, 0, 0, 55, 242 -po/bs.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/hu.gmo, 40, 188, 151, 0, 0, 0, 0, 40, 188 -po/pt_BR.po, 40, 188, 227, 0, 0, 0, 0, 40, 188 -po/sk.gmo, 40, 188, 170, 0, 0, 0, 0, 40, 188 -po/oc.po, 39, 187, 239, 0, 0, 0, 0, 39, 187 -po/ru.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/bs.gmo, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/sl.gmo, 40, 188, 173, 0, 0, 0, 0, 40, 188 -po/ja.gmo, 55, 242, 77, 0, 0, 0, 0, 55, 242 -po/ca@valencia.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/ast.po, 59, 286, 340, 0, 0, 0, 0, 59, 286 -po/vi.gmo, 40, 188, 263, 0, 0, 0, 0, 40, 188 -po/vi.po, 40, 188, 263, 0, 0, 0, 0, 40, 188 -po/hu.po, 40, 188, 151, 0, 0, 0, 0, 40, 188 -po/ja.po, 55, 242, 77, 0, 0, 0, 0, 55, 242 -po/en_GB.po, 55, 242, 241, 0, 0, 0, 0, 55, 242 -po/ta.gmo, 55, 242, 208, 0, 0, 0, 0, 55, 242 -po/it.gmo, 40, 188, 217, 0, 0, 0, 0, 40, 188 -po/cs.po, 40, 188, 165, 0, 0, 0, 0, 40, 188 -po/pa.po, 55, 242, 236, 0, 0, 0, 0, 55, 242 -po/gu.gmo, 55, 242, 224, 0, 0, 0, 0, 55, 242 -po/nn.gmo, 50, 277, 280, 0, 0, 0, 0, 50, 277 -po/id.gmo, 40, 188, 199, 0, 0, 0, 0, 40, 188 -po/sv.gmo, 40, 188, 140, 0, 0, 0, 0, 40, 188 -po/zh_CN.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/eo.gmo, 40, 188, 159, 0, 0, 0, 0, 40, 188 -po/sr.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/gl.gmo, 55, 242, 317, 0, 0, 0, 0, 55, 242 -po/da.gmo, 40, 188, 143, 0, 0, 0, 0, 40, 188 -po/lt.po, 40, 188, 157, 0, 0, 0, 0, 40, 188 -po/zh_TW.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/be@latin.po, 49, 235, 217, 0, 0, 0, 0, 49, 235 -po/tr.po, 40, 188, 175, 0, 0, 0, 0, 40, 188 -po/be.po, 55, 242, 230, 0, 0, 0, 0, 55, 242 -po/uk.po, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/id.po, 40, 188, 199, 0, 0, 0, 0, 40, 188 -po/pa.gmo, 55, 242, 236, 0, 0, 0, 0, 55, 242 -po/lt.gmo, 40, 188, 157, 0, 0, 0, 0, 40, 188 -po/el.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/en_GB.gmo, 55, 242, 241, 0, 0, 0, 0, 55, 242 -po/mk.gmo, 49, 235, 281, 0, 0, 0, 0, 49, 235 -po/es.po, 40, 188, 241, 0, 0, 0, 0, 40, 188 -po/bn_IN.po, 39, 187, 188, 0, 0, 0, 0, 39, 187 -po/fi.gmo, 40, 188, 126, 0, 0, 0, 0, 40, 188 -po/zh_CN.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/en@shaw.gmo, 51, 210, 210, 0, 0, 0, 0, 51, 210 -po/ka.po, 49, 262, 199, 0, 0, 0, 0, 49, 262 -po/nb.gmo, 55, 242, 211, 0, 0, 0, 0, 55, 242 -po/ga.gmo, 51, 246, 275, 0, 0, 0, 0, 51, 246 -po/ro.po, 55, 242, 238, 0, 0, 0, 0, 55, 242 -po/ast.gmo, 59, 286, 340, 0, 0, 0, 0, 59, 286 -po/gl.po, 55, 242, 317, 0, 0, 0, 0, 55, 242 -po/ro.gmo, 55, 242, 238, 0, 0, 0, 0, 55, 242 -po/hi.gmo, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/de.gmo, 40, 188, 156, 0, 0, 0, 0, 40, 188 -po/or.po, 55, 242, 255, 0, 0, 0, 0, 55, 242 -po/sq.gmo, 49, 235, 286, 0, 0, 0, 0, 49, 235 -po/da.po, 40, 188, 143, 0, 0, 0, 0, 40, 188 -po/mai.gmo, 27, 109, 111, 0, 0, 0, 0, 27, 109 -po/zh_HK.gmo, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/nl.po, 40, 188, 155, 0, 0, 0, 0, 40, 188 -po/kk.gmo, 39, 187, 163, 0, 0, 0, 0, 39, 187 -po/kk.po, 39, 187, 163, 0, 0, 0, 0, 39, 187 -po/bn_IN.gmo, 39, 187, 188, 0, 0, 0, 0, 39, 187 -po/bg.po, 55, 242, 272, 0, 0, 0, 0, 55, 242 -po/or.gmo, 55, 242, 255, 0, 0, 0, 0, 55, 242 -po/th.po, 55, 242, 81, 0, 0, 0, 0, 55, 242 -po/libgnomekbd.pot, 0, 0, 0, 0, 0, 40, 188, 40, 188 -po/tr.gmo, 40, 188, 175, 0, 0, 0, 0, 40, 188 -po/tg.po, 39, 187, 180, 0, 0, 0, 0, 39, 187 -po/bn.po, 59, 286, 282, 0, 0, 0, 0, 59, 286 -po/dz.po, 50, 277, 101, 0, 0, 0, 0, 50, 277 -po/ug.po, 55, 242, 216, 0, 0, 0, 0, 55, 242 -po/te.gmo, 55, 242, 215, 0, 0, 0, 0, 55, 242 -po/et.po, 55, 242, 197, 0, 0, 0, 0, 55, 242 -po/pl.gmo, 40, 188, 171, 0, 0, 0, 0, 40, 188 -po/bg.gmo, 55, 242, 272, 0, 0, 0, 0, 55, 242 -po/ca.gmo, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/ms.gmo, 47, 183, 166, 0, 0, 0, 0, 47, 183 -po/sr.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/he.po, 55, 242, 244, 0, 0, 0, 0, 55, 242 -po/zh_HK.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 -po/ta.po, 55, 242, 208, 0, 0, 0, 0, 55, 242 -po/th.gmo, 55, 242, 81, 0, 0, 0, 0, 55, 242 -po/he.gmo, 55, 242, 244, 0, 0, 0, 0, 55, 242 -po/si.po, 49, 262, 268, 0, 0, 0, 0, 49, 262 -po/sr@latin.po, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/ru.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/fur.po, 39, 187, 233, 0, 0, 0, 0, 39, 187 -po/nl.gmo, 40, 188, 155, 0, 0, 0, 0, 40, 188 -po/ms.po, 47, 183, 166, 0, 0, 12, 103, 59, 286 -po/uk.gmo, 55, 242, 218, 0, 0, 0, 0, 55, 242 -po/ga.po, 51, 246, 275, 0, 0, 0, 0, 51, 246 -po/sk.po, 40, 188, 170, 0, 0, 0, 0, 40, 188 -po/km.gmo, 39, 187, 69, 0, 0, 0, 0, 39, 187 -po/kn.gmo, 39, 187, 159, 0, 0, 0, 0, 39, 187 -po/et.gmo, 55, 242, 197, 0, 0, 0, 0, 55, 242 -po/ca@valencia.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/pt_BR.gmo, 40, 188, 227, 0, 0, 0, 0, 40, 188 -po/dz.gmo, 50, 277, 101, 0, 0, 0, 0, 50, 277 -po/mr.gmo, 39, 187, 162, 0, 0, 0, 0, 39, 187 -po/hi.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/fur.gmo, 39, 187, 233, 0, 0, 0, 0, 39, 187 -po/fr.gmo, 55, 242, 296, 0, 0, 0, 0, 55, 242 -po/sr@latin.gmo, 40, 188, 190, 0, 0, 0, 0, 40, 188 -po/ka.gmo, 49, 262, 199, 0, 0, 0, 0, 49, 262 -po/sq.po, 49, 235, 286, 0, 0, 0, 0, 49, 235 -po/lv.gmo, 39, 187, 161, 0, 0, 0, 0, 39, 187 -po/ko.po, 55, 242, 225, 0, 0, 0, 0, 55, 242 -po/bn.gmo, 59, 286, 282, 0, 0, 0, 0, 59, 286 -po/tg.gmo, 39, 187, 180, 0, 0, 0, 0, 39, 187 -po/ar.gmo, 55, 242, 231, 0, 0, 0, 0, 55, 242 -po/fr.po, 55, 242, 296, 0, 0, 0, 0, 55, 242 -po/fa.po, 55, 242, 227, 0, 0, 0, 0, 55, 242 -po/sv.po, 40, 188, 140, 0, 0, 0, 0, 40, 188 -po/it.po, 40, 188, 217, 0, 0, 0, 0, 40, 188 -po/en@shaw.po, 51, 210, 210, 8, 76, 0, 0, 59, 286 -po/oc.gmo, 39, 187, 239, 0, 0, 0, 0, 39, 187 -po/mr.po, 39, 187, 162, 0, 0, 0, 0, 39, 187 -po/as.po, 39, 187, 177, 0, 0, 0, 0, 39, 187 -po/kn.po, 39, 187, 159, 0, 0, 0, 0, 39, 187 -po/ko.gmo, 55, 242, 225, 0, 0, 0, 0, 55, 242 -po/mk.po, 49, 235, 281, 0, 0, 0, 0, 49, 235 -po/pl.po, 40, 188, 171, 0, 0, 0, 0, 40, 188 -po/es.gmo, 40, 188, 241, 0, 0, 0, 0, 40, 188 -po/gu.po, 55, 242, 224, 0, 0, 0, 0, 55, 242 -po/pt.po, 40, 188, 231, 0, 0, 0, 0, 40, 188 -po/nb.po, 55, 242, 211, 0, 0, 0, 0, 55, 242 -po/te.po, 55, 242, 215, 0, 0, 0, 0, 55, 242 -po/el.po, 39, 187, 187, 0, 0, 0, 0, 39, 187 -po/mai.po, 27, 109, 111, 0, 0, 24, 137, 51, 246 -po/ug.gmo, 55, 242, 216, 0, 0, 0, 0, 55, 242 -po/fa.gmo, 55, 242, 227, 0, 0, 0, 0, 55, 242 -po/fi.po, 40, 188, 126, 0, 0, 0, 0, 40, 188 -po/si.gmo, 49, 262, 268, 0, 0, 0, 0, 49, 262 -po/de.po, 40, 188, 156, 0, 0, 0, 0, 40, 188 -po/eu.gmo, 55, 242, 201, 0, 0, 0, 0, 55, 242 -po/be@latin.gmo, 49, 235, 217, 0, 0, 0, 0, 49, 235 -po/ca.po, 55, 242, 324, 0, 0, 0, 0, 55, 242 -po/cs.gmo, 40, 188, 165, 0, 0, 0, 0, 40, 188 -po/sl.po, 40, 188, 173, 0, 0, 0, 0, 40, 188 -po/zh_TW.po, 55, 242, 68, 0, 0, 0, 0, 55, 242 diff --git a/results/f31/libgpg-error-1.36-2.fc31.src.rpm.errors.txt b/results/f31/libgpg-error-1.36-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 71f46b6..0000000 --- a/results/f31/libgpg-error-1.36-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog-2011) diff --git a/results/f31/libgpg-error-1.36-2.fc31.src.rpm.stats.csv b/results/f31/libgpg-error-1.36-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 6369d3a..0000000 --- a/results/f31/libgpg-error-1.36-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,42 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 325, 971, 854, 0, 0, 0, 0, 325, 971 -po/hu.po, 257, 738, 758, 118, 385, 71, 301, 446, 1424 -po/vi.po, 259, 740, 1268, 116, 377, 71, 307, 446, 1424 -po/zh_TW.po, 327, 978, 445, 77, 274, 42, 172, 446, 1424 -po/cs.po, 327, 978, 986, 77, 274, 42, 172, 446, 1424 -po/sv.po, 274, 789, 688, 109, 362, 63, 273, 446, 1424 -po/zh_CN.gmo, 200, 546, 230, 0, 0, 0, 0, 200, 546 -po/zh_CN.po, 200, 546, 230, 117, 380, 129, 498, 446, 1424 -po/fr.gmo, 327, 978, 1166, 0, 0, 0, 0, 327, 978 -po/sr.po, 257, 738, 794, 114, 371, 75, 315, 446, 1424 -po/de.po, 446, 1424, 1373, 0, 0, 0, 0, 446, 1424 -po/de.gmo, 446, 1424, 1373, 0, 0, 0, 0, 446, 1424 -po/zh_TW.gmo, 327, 978, 445, 0, 0, 0, 0, 327, 978 -po/ru.po, 444, 1420, 1447, 2, 4, 0, 0, 446, 1424 -po/pl.gmo, 444, 1420, 1482, 0, 0, 0, 0, 444, 1420 -po/ro.po, 223, 613, 723, 140, 450, 83, 361, 446, 1424 -po/ro.gmo, 223, 613, 723, 0, 0, 0, 0, 223, 613 -po/vi.gmo, 259, 740, 1268, 0, 0, 0, 0, 259, 740 -po/ru.gmo, 444, 1420, 1447, 0, 0, 0, 0, 444, 1420 -po/uk.gmo, 444, 1420, 1544, 0, 0, 0, 0, 444, 1420 -po/ja.gmo, 444, 1420, 540, 0, 0, 0, 0, 444, 1420 -po/sv.gmo, 274, 789, 688, 0, 0, 0, 0, 274, 789 -po/uk.po, 444, 1420, 1544, 2, 4, 0, 0, 446, 1424 -po/cs.gmo, 327, 978, 986, 0, 0, 0, 0, 327, 978 -po/eo.gmo, 259, 740, 728, 0, 0, 0, 0, 259, 740 -po/sr.gmo, 257, 738, 794, 0, 0, 0, 0, 257, 738 -po/it.gmo, 310, 922, 1098, 0, 0, 0, 0, 310, 922 -po/hu.gmo, 257, 738, 758, 0, 0, 0, 0, 257, 738 -po/pt.gmo, 310, 922, 1129, 0, 0, 0, 0, 310, 922 -po/es.gmo, 392, 1187, 1557, 0, 0, 0, 0, 392, 1187 -po/libgpg-error.pot, 0, 0, 0, 0, 0, 446, 1424, 446, 1424 -po/pl.po, 444, 1420, 1482, 2, 4, 0, 0, 446, 1424 -po/eo.po, 259, 740, 728, 120, 391, 67, 293, 446, 1424 -po/da.po, 325, 971, 854, 79, 281, 42, 172, 446, 1424 -po/pt.po, 310, 922, 1129, 90, 310, 46, 192, 446, 1424 -po/nl.po, 309, 917, 830, 87, 301, 50, 206, 446, 1424 -po/nl.gmo, 309, 917, 830, 0, 0, 0, 0, 309, 917 -po/es.po, 392, 1187, 1557, 2, 4, 52, 233, 446, 1424 -po/ja.po, 444, 1420, 540, 2, 4, 0, 0, 446, 1424 -po/it.po, 310, 922, 1098, 90, 310, 46, 192, 446, 1424 -po/fr.po, 327, 978, 1166, 77, 274, 42, 172, 446, 1424 diff --git a/results/f31/libgphoto2-2.5.23-1.fc31.src.rpm.errors.txt b/results/f31/libgphoto2-2.5.23-1.fc31.src.rpm.errors.txt deleted file mode 100644 index e572613..0000000 --- a/results/f31/libgphoto2-2.5.23-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,24 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe4 in position 134: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./libgphoto2_port/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf1 in position 138: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv b/results/f31/libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 3e71f6c..0000000 --- a/results/f31/libgphoto2-2.5.23-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,74 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libgphoto2_port/po/da.gmo, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/sr.gmo, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fr.gmo, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/ja.gmo, 48, 269, 112, 0, 0, 0, 0, 48, 269 -libgphoto2_port/po/es.gmo, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/cs.po, 75, 459, 412, 1, 3, 0, 0, 76, 462 -libgphoto2_port/po/sr.po, 76, 462, 482, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/zh_TW.gmo, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/vi.gmo, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/nl.gmo, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/de.po, 76, 462, 454, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/zh_TW.po, 76, 462, 197, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/sv.po, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/nl.po, 76, 462, 463, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fi.gmo, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fi.po, 76, 462, 355, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/vi.po, 76, 462, 624, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pt_BR.gmo, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/es.po, 76, 462, 531, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/da.po, 76, 462, 426, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pl.po, 76, 462, 487, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/ja.po, 48, 269, 112, 23, 173, 5, 20, 76, 462 -libgphoto2_port/po/zh_CN.po, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/cs.gmo, 75, 459, 412, 0, 0, 0, 0, 75, 459 -libgphoto2_port/po/ru.gmo, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/fr.po, 76, 462, 509, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/ru.po, 76, 462, 409, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/it.po, 75, 459, 491, 1, 3, 0, 0, 76, 462 -libgphoto2_port/po/sk.po, 69, 405, 386, 5, 50, 2, 7, 76, 462 -libgphoto2_port/po/sk.gmo, 69, 405, 386, 0, 0, 0, 0, 69, 405 -libgphoto2_port/po/libgphoto2_port-12.pot, 0, 0, 0, 0, 0, 76, 462, 76, 462 -libgphoto2_port/po/it.gmo, 75, 459, 491, 0, 0, 0, 0, 75, 459 -libgphoto2_port/po/eu.po, 44, 263, 239, 23, 173, 9, 26, 76, 462 -libgphoto2_port/po/uk.po, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/uk.gmo, 76, 462, 435, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/zh_CN.gmo, 76, 462, 181, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pt_BR.po, 76, 462, 555, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/sv.gmo, 76, 462, 432, 0, 0, 0, 0, 76, 462 -libgphoto2_port/po/pl.gmo, 76, 462, 487, 0, 0, 0, 0, 76, 462 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.gmo, 2468, 11048, 9836, 0, 0, 0, 0, 2468, 11048 -po/fr.gmo, 2468, 11048, 13832, 0, 0, 0, 0, 2468, 11048 -po/ja.gmo, 1180, 5257, 2874, 0, 0, 0, 0, 1180, 5257 -po/es.gmo, 1701, 6663, 7810, 0, 0, 0, 0, 1701, 6663 -po/cs.po, 2158, 9969, 11374, 270, 952, 72, 234, 2500, 11155 -po/vi.gmo, 2417, 10903, 15536, 0, 0, 0, 0, 2417, 10903 -po/nl.gmo, 1890, 8684, 8035, 0, 0, 0, 0, 1890, 8684 -po/de.po, 2331, 10427, 9699, 122, 444, 47, 284, 2500, 11155 -po/sv.po, 2468, 11048, 9724, 19, 70, 13, 37, 2500, 11155 -po/nl.po, 1890, 8684, 8035, 317, 1080, 293, 1391, 2500, 11155 -po/de.gmo, 2331, 10427, 9699, 0, 0, 0, 0, 2331, 10427 -po/vi.po, 2417, 10903, 15536, 63, 203, 20, 49, 2500, 11155 -po/es.po, 1701, 6663, 7810, 611, 2366, 188, 2126, 2500, 11155 -po/da.po, 2468, 11048, 9836, 19, 70, 13, 37, 2500, 11155 -po/pl.po, 2468, 11048, 11119, 19, 70, 13, 37, 2500, 11155 -po/ja.po, 1180, 5257, 2874, 662, 2923, 658, 2975, 2500, 11155 -po/zh_CN.po, 602, 2742, 1278, 756, 3196, 1142, 5217, 2500, 11155 -po/cs.gmo, 2158, 9969, 11374, 0, 0, 0, 0, 2158, 9969 -po/ru.gmo, 577, 3043, 2796, 0, 0, 0, 0, 577, 3043 -po/fr.po, 2468, 11048, 13832, 19, 70, 13, 37, 2500, 11155 -po/hu.po, 579, 2661, 2623, 756, 3216, 1165, 5278, 2500, 11155 -po/ru.po, 577, 3043, 2796, 734, 2867, 1189, 5245, 2500, 11155 -po/it.po, 1529, 5390, 5820, 104, 318, 867, 5447, 2500, 11155 -po/it.gmo, 1529, 5390, 5820, 0, 0, 0, 0, 1529, 5390 -po/hu.gmo, 579, 2661, 2623, 0, 0, 0, 0, 579, 2661 -po/eu.po, 794, 4240, 3992, 854, 3597, 852, 3318, 2500, 11155 -po/uk.po, 2468, 11048, 10919, 19, 70, 13, 37, 2500, 11155 -po/uk.gmo, 2468, 11048, 10919, 0, 0, 0, 0, 2468, 11048 -po/zh_CN.gmo, 602, 2742, 1278, 0, 0, 0, 0, 602, 2742 -po/libgphoto2-6.pot, 0, 0, 0, 0, 0, 2500, 11155, 2500, 11155 -po/sv.gmo, 2468, 11048, 9724, 0, 0, 0, 0, 2468, 11048 -po/eu.gmo, 794, 4240, 3992, 0, 0, 0, 0, 794, 4240 -po/pl.gmo, 2468, 11048, 11119, 0, 0, 0, 0, 2468, 11048 diff --git a/results/f31/libgsf-1.14.43-5.fc31.src.rpm.errors.txt b/results/f31/libgsf-1.14.43-5.fc31.src.rpm.errors.txt deleted file mode 100644 index 2999896..0000000 --- a/results/f31/libgsf-1.14.43-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/libgsf-1.14.43-5.fc31.src.rpm.stats.csv b/results/f31/libgsf-1.14.43-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 7b92aec..0000000 --- a/results/f31/libgsf-1.14.43-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,47 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.po, 149, 719, 619, 0, 0, 0, 0, 149, 719 -po/ta.po, 34, 243, 195, 0, 0, 0, 0, 34, 243 -po/ro.po, 110, 843, 1003, 0, 0, 0, 0, 110, 843 -po/zh_CN.po, 150, 720, 307, 0, 0, 0, 0, 150, 720 -po/it.po, 146, 696, 760, 0, 0, 0, 0, 146, 696 -po/pa.po, 13, 69, 70, 0, 0, 97, 774, 110, 843 -po/ca.po, 146, 696, 981, 0, 0, 0, 0, 146, 696 -po/pt_BR.po, 150, 720, 877, 0, 0, 0, 0, 150, 720 -po/ru.po, 149, 719, 649, 0, 0, 0, 0, 149, 719 -po/ml.po, 15, 27, 28, 0, 0, 131, 669, 146, 696 -po/es.po, 150, 720, 925, 0, 0, 0, 0, 150, 720 -po/pt.po, 150, 720, 817, 0, 0, 0, 0, 150, 720 -po/da.po, 150, 720, 655, 0, 0, 0, 0, 150, 720 -po/sv.po, 150, 720, 647, 0, 0, 0, 0, 150, 720 -po/tg.po, 2, 5, 5, 0, 0, 145, 697, 147, 702 -po/he.po, 146, 696, 696, 0, 0, 0, 0, 146, 696 -po/uk.po, 28, 213, 195, 0, 0, 0, 0, 28, 213 -po/eo.po, 116, 503, 481, 3, 20, 31, 197, 150, 720 -po/ca@valencia.po, 146, 696, 971, 0, 0, 0, 0, 146, 696 -po/fr.po, 150, 720, 909, 0, 0, 0, 0, 150, 720 -po/nb.po, 75, 359, 346, 1, 3, 70, 334, 146, 696 -po/pl.po, 150, 720, 696, 0, 0, 0, 0, 150, 720 -po/sl.po, 150, 720, 700, 0, 0, 0, 0, 150, 720 -po/eu.po, 149, 719, 669, 0, 0, 0, 0, 149, 719 -po/en_GB.po, 145, 692, 692, 0, 0, 0, 0, 145, 692 -po/de.po, 150, 720, 693, 0, 0, 0, 0, 150, 720 -po/fi.po, 146, 696, 524, 0, 0, 0, 0, 146, 696 -po/zh_TW.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -po/sr@latin.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -po/bs.po, 149, 719, 699, 0, 0, 0, 0, 149, 719 -po/sr.po, 150, 720, 712, 0, 0, 0, 0, 150, 720 -po/sk.po, 150, 720, 721, 0, 0, 0, 0, 150, 720 -po/gl.po, 146, 696, 871, 0, 0, 0, 0, 146, 696 -po/zh_HK.po, 146, 696, 275, 0, 0, 0, 0, 146, 696 -po/lv.po, 146, 696, 617, 0, 0, 0, 0, 146, 696 -po/th.po, 83, 413, 190, 0, 0, 63, 283, 146, 696 -po/el.po, 150, 720, 763, 0, 0, 0, 0, 150, 720 -po/oc.po, 34, 216, 256, 0, 0, 112, 480, 146, 696 -po/nn.po, 109, 833, 717, 0, 0, 1, 10, 110, 843 -po/hu.po, 150, 720, 678, 0, 0, 0, 0, 150, 720 -po/ko.po, 146, 696, 609, 0, 0, 0, 0, 146, 696 -po/ja.po, 145, 692, 276, 1, 4, 0, 0, 146, 696 -po/id.po, 150, 720, 685, 0, 0, 0, 0, 150, 720 -po/cs.po, 150, 720, 691, 0, 0, 0, 0, 150, 720 -po/as.po, 1, 9, 8, 0, 0, 145, 687, 146, 696 -po/lt.po, 150, 720, 621, 0, 0, 0, 0, 150, 720 diff --git a/results/f31/libgtop2-2.40.0-2.fc31.src.rpm.errors.txt b/results/f31/libgtop2-2.40.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 2799709..0000000 --- a/results/f31/libgtop2-2.40.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libgtop2-2.40.0-2.fc31.src.rpm.stats.csv b/results/f31/libgtop2-2.40.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 563c8e3..0000000 --- a/results/f31/libgtop2-2.40.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,172 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ca.gmo, 40, 126, 168, 0, 0, 0, 0, 40, 126 -po/hr.gmo, 40, 126, 137, 0, 0, 0, 0, 40, 126 -po/sr.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/ug.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -po/cs.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/am.gmo, 9, 12, 12, 0, 0, 0, 0, 9, 12 -po/rw.po, 5, 5, 6, 24, 102, 15, 27, 44, 134 -po/ru.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/zh_TW.po, 40, 126, 64, 0, 0, 0, 0, 40, 126 -po/mai.gmo, 40, 126, 134, 0, 0, 0, 0, 40, 126 -po/ca.po, 40, 126, 168, 0, 0, 0, 0, 40, 126 -po/eo.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/ku.po, 7, 17, 22, 1, 1, 36, 116, 44, 134 -po/ka.gmo, 10, 14, 14, 0, 0, 0, 0, 10, 14 -po/sq.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/ka.po, 10, 14, 14, 17, 81, 17, 39, 44, 134 -po/ga.gmo, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/gl.po, 40, 126, 161, 0, 0, 0, 0, 40, 126 -po/vi.po, 41, 126, 227, 0, 0, 0, 0, 41, 126 -po/nn.po, 40, 126, 111, 0, 0, 0, 0, 40, 126 -po/mk.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/bn_IN.gmo, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/nl.po, 40, 126, 124, 0, 0, 0, 0, 40, 126 -po/hu.po, 40, 126, 108, 0, 0, 0, 0, 40, 126 -po/th.po, 40, 126, 56, 0, 0, 0, 0, 40, 126 -po/zh_HK.gmo, 40, 126, 62, 0, 0, 0, 0, 40, 126 -po/la.po, 2, 2, 2, 0, 0, 38, 124, 40, 126 -po/bs.po, 40, 126, 135, 0, 0, 0, 0, 40, 126 -po/pt.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/ca@valencia.po, 40, 126, 167, 0, 0, 0, 0, 40, 126 -po/sr@latin.po, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/pt_BR.gmo, 40, 126, 147, 0, 0, 0, 0, 40, 126 -po/ast.gmo, 40, 126, 155, 0, 0, 0, 0, 40, 126 -po/mk.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/hi.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/mi.po, 0, 0, 0, 8, 34, 36, 100, 44, 134 -po/te.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/fr.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/tg.po, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/zh_CN.gmo, 40, 126, 58, 0, 0, 0, 0, 40, 126 -po/ta.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/ne.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/hr.po, 40, 126, 137, 0, 0, 0, 0, 40, 126 -po/pa.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/id.po, 40, 126, 115, 0, 0, 0, 0, 40, 126 -po/xh.po, 44, 134, 153, 0, 0, 0, 0, 44, 134 -po/sl.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/cy.gmo, 44, 134, 146, 0, 0, 0, 0, 44, 134 -po/sr.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/pt_BR.po, 40, 126, 147, 0, 0, 0, 0, 40, 126 -po/gu.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/as.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/el.gmo, 40, 126, 144, 0, 0, 0, 0, 40, 126 -po/da.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/nl.gmo, 40, 126, 124, 0, 0, 0, 0, 40, 126 -po/mg.gmo, 44, 134, 155, 0, 0, 0, 0, 44, 134 -po/bs.gmo, 40, 126, 135, 0, 0, 0, 0, 40, 126 -po/mr.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/lt.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/en_GB.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/id.gmo, 40, 126, 115, 0, 0, 0, 0, 40, 126 -po/uk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/en@shaw.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/tg.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/ku.gmo, 7, 17, 22, 0, 0, 0, 0, 7, 17 -po/zh_TW.gmo, 40, 126, 64, 0, 0, 0, 0, 40, 126 -po/et.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/da.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/ky.gmo, 40, 126, 114, 0, 0, 0, 0, 40, 126 -po/it.gmo, 40, 126, 139, 0, 0, 0, 0, 40, 126 -po/vi.gmo, 40, 126, 190, 0, 0, 0, 0, 40, 126 -po/zh_CN.po, 40, 126, 58, 0, 0, 0, 0, 40, 126 -po/pl.po, 40, 126, 140, 0, 0, 0, 0, 40, 126 -po/ca@valencia.gmo, 40, 126, 167, 0, 0, 0, 0, 40, 126 -po/oc.po, 40, 126, 149, 0, 0, 0, 0, 40, 126 -po/dz.gmo, 39, 113, 73, 0, 0, 0, 0, 39, 113 -po/el.po, 40, 126, 144, 0, 0, 0, 0, 40, 126 -po/nb.gmo, 40, 126, 117, 0, 0, 0, 0, 40, 126 -po/te.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/mn.gmo, 42, 118, 109, 0, 0, 0, 0, 42, 118 -po/de.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/uk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/mr.po, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/pt.gmo, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/oc.gmo, 40, 126, 149, 0, 0, 0, 0, 40, 126 -po/kn.gmo, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/ml.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 -po/hu.gmo, 40, 126, 108, 0, 0, 0, 0, 40, 126 -po/cy.po, 44, 134, 146, 0, 0, 0, 0, 44, 134 -po/en_CA.gmo, 44, 134, 134, 0, 0, 0, 0, 44, 134 -po/es.po, 40, 126, 158, 0, 0, 0, 0, 40, 126 -po/be.gmo, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/ky.po, 40, 126, 114, 0, 0, 0, 0, 40, 126 -po/en_CA.po, 44, 134, 134, 0, 0, 0, 0, 44, 134 -po/dz.po, 39, 113, 73, 1, 13, 0, 0, 40, 126 -po/ast.po, 40, 126, 155, 0, 0, 0, 0, 40, 126 -po/eu.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/zh_HK.po, 40, 126, 62, 0, 0, 0, 0, 40, 126 -po/ru.gmo, 40, 126, 129, 0, 0, 0, 0, 40, 126 -po/be.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/et.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/la.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -po/sq.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/fi.gmo, 39, 122, 89, 0, 0, 0, 0, 39, 122 -po/tr.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/or.po, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/bn.po, 40, 126, 143, 0, 0, 0, 0, 40, 126 -po/sk.gmo, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/sv.po, 40, 126, 100, 0, 0, 0, 0, 40, 126 -po/bn_IN.po, 40, 126, 152, 0, 0, 0, 0, 40, 126 -po/sr@latin.gmo, 40, 126, 159, 0, 0, 0, 0, 40, 126 -po/sk.po, 40, 126, 138, 0, 0, 0, 0, 40, 126 -po/hi.gmo, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/fur.gmo, 40, 126, 142, 0, 0, 0, 0, 40, 126 -po/az.po, 42, 118, 118, 2, 16, 0, 0, 44, 134 -po/fur.po, 40, 126, 142, 0, 0, 0, 0, 40, 126 -po/pa.gmo, 40, 126, 127, 0, 0, 0, 0, 40, 126 -po/ro.gmo, 40, 126, 172, 0, 0, 0, 0, 40, 126 -po/de.po, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/gl.gmo, 40, 126, 161, 0, 0, 0, 0, 40, 126 -po/gu.po, 40, 126, 156, 0, 0, 0, 0, 40, 126 -po/he.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/sl.po, 40, 126, 145, 0, 0, 0, 0, 40, 126 -po/sv.gmo, 40, 126, 100, 0, 0, 0, 0, 40, 126 -po/as.po, 40, 126, 146, 0, 0, 0, 0, 40, 126 -po/eu.po, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/rw.gmo, 5, 5, 6, 0, 0, 0, 0, 5, 5 -po/mn.po, 42, 118, 109, 2, 16, 0, 0, 44, 134 -po/bn.gmo, 40, 126, 143, 0, 0, 0, 0, 40, 126 -po/eo.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/ne.po, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/libgtop.pot, 0, 0, 0, 0, 0, 40, 126, 40, 126 -po/ms.gmo, 40, 110, 110, 0, 0, 0, 0, 40, 110 -po/ja.gmo, 40, 126, 49, 0, 0, 0, 0, 40, 126 -po/mai.po, 40, 126, 134, 0, 0, 0, 0, 40, 126 -po/bg.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/bg.po, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/ro.po, 40, 126, 172, 0, 0, 0, 0, 40, 126 -po/en_GB.gmo, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/en@shaw.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/ko.gmo, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/ja.po, 40, 126, 49, 0, 0, 0, 0, 40, 126 -po/az.gmo, 42, 118, 118, 0, 0, 0, 0, 42, 118 -po/th.gmo, 40, 126, 56, 0, 0, 0, 0, 40, 126 -po/he.po, 40, 126, 126, 0, 0, 0, 0, 40, 126 -po/ta.gmo, 40, 126, 113, 0, 0, 0, 0, 40, 126 -po/cs.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/lv.po, 40, 126, 125, 0, 0, 0, 0, 40, 126 -po/xh.gmo, 44, 134, 153, 0, 0, 0, 0, 44, 134 -po/fa.po, 40, 126, 141, 0, 0, 0, 0, 40, 126 -po/kn.po, 40, 126, 118, 0, 0, 0, 0, 40, 126 -po/it.po, 40, 126, 139, 0, 0, 0, 0, 40, 126 -po/nn.gmo, 40, 126, 111, 0, 0, 0, 0, 40, 126 -po/es.gmo, 40, 126, 158, 0, 0, 0, 0, 40, 126 -po/ms.po, 40, 110, 110, 3, 22, 1, 2, 44, 134 -po/mg.po, 44, 134, 155, 0, 0, 0, 0, 44, 134 -po/ml.gmo, 40, 126, 121, 0, 0, 0, 0, 40, 126 -po/or.gmo, 40, 126, 133, 0, 0, 0, 0, 40, 126 -po/am.po, 9, 12, 12, 0, 0, 35, 122, 44, 134 -po/lt.gmo, 40, 126, 132, 0, 0, 0, 0, 40, 126 -po/nb.po, 40, 126, 117, 0, 0, 0, 0, 40, 126 -po/ko.po, 40, 126, 103, 0, 0, 0, 0, 40, 126 -po/fr.gmo, 40, 126, 148, 0, 0, 0, 0, 40, 126 -po/ar.po, 40, 126, 171, 0, 0, 0, 0, 40, 126 -po/lv.gmo, 40, 126, 125, 0, 0, 0, 0, 40, 126 -po/pl.gmo, 40, 126, 140, 0, 0, 0, 0, 40, 126 -po/fi.po, 39, 122, 89, 1, 4, 0, 0, 40, 126 -po/tr.gmo, 40, 126, 109, 0, 0, 0, 0, 40, 126 -po/ga.po, 40, 126, 162, 0, 0, 0, 0, 40, 126 -po/ug.po, 40, 126, 121, 0, 0, 0, 0, 40, 126 diff --git a/results/f31/libgweather-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/libgweather-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 6ba3e40..0000000 --- a/results/f31/libgweather-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/regen.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/extract.xsl) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/README.translators) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po-locations/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/update.sh) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libgweather-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/libgweather-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index cb7a350..0000000 --- a/results/f31/libgweather-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,202 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po-locations/zh_TW.po, 4267, 5481, 4347, 107, 129, 57, 78, 4431, 5688 -po-locations/zh_HK.po, 4267, 5481, 4342, 107, 129, 57, 78, 4431, 5688 -po-locations/zh_CN.po, 4412, 5664, 4448, 7, 11, 21, 28, 4440, 5703 -po-locations/vi.po, 4374, 5625, 5762, 0, 0, 0, 0, 4374, 5625 -po-locations/uk.po, 4374, 5625, 5407, 0, 0, 0, 0, 4374, 5625 -po-locations/ug.po, 4375, 5624, 5525, 0, 0, 0, 0, 4375, 5624 -po-locations/tr.po, 4439, 5702, 5676, 0, 0, 0, 0, 4439, 5702 -po-locations/th.po, 2603, 3377, 2822, 18, 53, 1716, 2156, 4337, 5586 -po-locations/te.po, 4430, 5687, 5764, 0, 0, 0, 0, 4430, 5687 -po-locations/ta.po, 4430, 5687, 5794, 0, 0, 0, 0, 4430, 5687 -po-locations/sv.po, 4439, 5702, 5630, 0, 0, 0, 0, 4439, 5702 -po-locations/sr@latin.po, 4440, 5703, 5739, 0, 0, 0, 0, 4440, 5703 -po-locations/sr.po, 4439, 5702, 5738, 0, 0, 0, 0, 4439, 5702 -po-locations/sq.po, 4566, 6823, 6871, 0, 0, 0, 0, 4566, 6823 -po-locations/sl.po, 4439, 5702, 5837, 0, 0, 0, 0, 4439, 5702 -po-locations/sk.po, 4442, 5703, 5671, 0, 0, 0, 0, 4442, 5703 -po-locations/si.po, 4256, 6087, 5873, 0, 0, 310, 736, 4566, 6823 -po-locations/rw.po, 226, 310, 331, 83, 261, 6192, 9222, 6501, 9793 -po-locations/ru.po, 4439, 5702, 4918, 0, 0, 0, 0, 4439, 5702 -po-locations/ro.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -po-locations/pt_BR.po, 4439, 5702, 5804, 0, 0, 0, 0, 4439, 5702 -po-locations/pt.po, 4431, 5688, 5875, 0, 0, 0, 0, 4431, 5688 -po-locations/pl.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -po-locations/pa.po, 4442, 5703, 5704, 0, 0, 0, 0, 4442, 5703 -po-locations/or.po, 4430, 5687, 5676, 0, 0, 0, 0, 4430, 5687 -po-locations/oc.po, 4431, 5688, 5806, 0, 0, 0, 0, 4431, 5688 -po-locations/nn.po, 4374, 5625, 5480, 0, 0, 0, 0, 4374, 5625 -po-locations/nl.po, 4439, 5702, 5620, 0, 0, 0, 0, 4439, 5702 -po-locations/ne.po, 3014, 3917, 3912, 343, 601, 1082, 1184, 4439, 5702 -po-locations/nds.po, 4337, 5586, 5471, 0, 0, 0, 0, 4337, 5586 -po-locations/nb.po, 4442, 5703, 5630, 0, 0, 0, 0, 4442, 5703 -po-locations/ms.po, 4374, 5625, 5650, 0, 0, 0, 0, 4374, 5625 -po-locations/mr.po, 4375, 5624, 5635, 0, 0, 0, 0, 4375, 5624 -po-locations/mn.po, 2678, 3642, 3641, 0, 0, 0, 0, 2678, 3642 -po-locations/ml.po, 4442, 5703, 5809, 0, 0, 0, 0, 4442, 5703 -po-locations/mk.po, 4374, 5625, 5606, 0, 0, 0, 0, 4374, 5625 -po-locations/mg.po, 4325, 6196, 6185, 30, 61, 0, 0, 4355, 6257 -po-locations/mai.po, 4337, 5586, 5656, 0, 0, 0, 0, 4337, 5586 -po-locations/lv.po, 2900, 3781, 3699, 0, 0, 1539, 1921, 4439, 5702 -po-locations/lt.po, 4439, 5702, 5699, 0, 0, 0, 0, 4439, 5702 -po-locations/ky.po, 6597, 9910, 9670, 0, 0, 0, 0, 6597, 9910 -po-locations/ku.po, 4369, 5620, 5616, 0, 0, 0, 0, 4369, 5620 -po-locations/ko.po, 1045, 1337, 1148, 0, 0, 3386, 4351, 4431, 5688 -po-locations/kn.po, 4374, 5623, 5626, 0, 0, 0, 0, 4374, 5623 -po-locations/kk.po, 2034, 2489, 2193, 0, 0, 2405, 3213, 4439, 5702 -po-locations/ka.po, 6588, 9901, 9865, 0, 0, 0, 0, 6588, 9901 -po-locations/ja.po, 4375, 5627, 4847, 0, 0, 64, 75, 4439, 5702 -po-locations/it.po, 4439, 5702, 5764, 0, 0, 0, 0, 4439, 5702 -po-locations/is.po, 4439, 5702, 5541, 0, 0, 0, 0, 4439, 5702 -po-locations/id.po, 4439, 5702, 5701, 0, 0, 0, 0, 4439, 5702 -po-locations/hu.po, 4439, 5702, 5589, 0, 0, 0, 0, 4439, 5702 -po-locations/hr.po, 4439, 5702, 5725, 0, 0, 0, 0, 4439, 5702 -po-locations/hi.po, 4374, 5623, 5692, 0, 0, 0, 0, 4374, 5623 -po-locations/he.po, 4449, 5709, 5690, 0, 0, 0, 0, 4449, 5709 -po-locations/gu.po, 4414, 5666, 5686, 0, 0, 0, 0, 4414, 5666 -po-locations/gl.po, 4439, 5702, 5802, 0, 0, 0, 0, 4439, 5702 -po-locations/gd.po, 4441, 5702, 5959, 0, 0, 0, 0, 4441, 5702 -po-locations/ga.po, 1888, 2462, 2589, 910, 1322, 1651, 1925, 4449, 5709 -po-locations/fur.po, 4439, 5702, 5768, 0, 0, 0, 0, 4439, 5702 -po-locations/fr.po, 4439, 5702, 5719, 0, 0, 0, 0, 4439, 5702 -po-locations/fi.po, 4414, 5668, 5540, 17, 20, 9, 15, 4440, 5703 -po-locations/fa.po, 4439, 5702, 5638, 0, 0, 0, 0, 4439, 5702 -po-locations/eu.po, 4439, 5702, 5688, 0, 0, 0, 0, 4439, 5702 -po-locations/et.po, 4374, 5625, 5525, 0, 0, 0, 0, 4374, 5625 -po-locations/es.po, 4439, 5702, 5783, 0, 0, 0, 0, 4439, 5702 -po-locations/eo.po, 4439, 5702, 5525, 0, 0, 0, 0, 4439, 5702 -po-locations/en_GB.po, 4439, 5702, 5703, 0, 0, 0, 0, 4439, 5702 -po-locations/en_CA.po, 4390, 6303, 6303, 0, 0, 0, 0, 4390, 6303 -po-locations/en@shaw.po, 2667, 3595, 3595, 0, 0, 0, 0, 2667, 3595 -po-locations/el.po, 4439, 5702, 5713, 0, 0, 0, 0, 4439, 5702 -po-locations/dz.po, 6589, 9906, 9437, 0, 0, 0, 0, 6589, 9906 -po-locations/de.po, 4439, 5702, 5577, 0, 0, 0, 0, 4439, 5702 -po-locations/da.po, 4439, 5702, 5619, 0, 0, 0, 0, 4439, 5702 -po-locations/cy.po, 6603, 9919, 10438, 0, 0, 0, 0, 6603, 9919 -po-locations/cs.po, 4439, 5702, 5685, 0, 0, 0, 0, 4439, 5702 -po-locations/crh.po, 4393, 5645, 5634, 0, 0, 0, 0, 4393, 5645 -po-locations/ca@valencia.po, 4442, 5703, 5770, 0, 0, 0, 0, 4442, 5703 -po-locations/ca.po, 4424, 5684, 5757, 0, 0, 0, 0, 4424, 5684 -po-locations/bs.po, 4374, 5623, 5842, 0, 0, 0, 0, 4374, 5623 -po-locations/br.po, 4298, 5403, 5403, 0, 0, 76, 222, 4374, 5625 -po-locations/bn_IN.po, 4374, 5623, 5604, 0, 0, 0, 0, 4374, 5623 -po-locations/bn.po, 4374, 5625, 5631, 0, 0, 0, 0, 4374, 5625 -po-locations/bg.po, 4460, 5724, 5722, 0, 0, 0, 0, 4460, 5724 -po-locations/be@latin.po, 4381, 5642, 5624, 0, 0, 0, 0, 4381, 5642 -po-locations/be.po, 4337, 5586, 5564, 0, 0, 0, 0, 4337, 5586 -po-locations/az.po, 2693, 3655, 3651, 0, 0, 0, 0, 2693, 3655 -po-locations/ast.po, 4369, 5620, 5694, 0, 0, 0, 0, 4369, 5620 -po-locations/as.po, 4430, 5687, 5675, 0, 0, 0, 0, 4430, 5687 -po-locations/ar.po, 3386, 4260, 4189, 702, 920, 343, 508, 4431, 5688 -po-locations/ang.po, 46, 51, 57, 0, 0, 2655, 3612, 2701, 3663 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 235, 664, 282, 0, 0, 0, 0, 235, 664 -po/zh_HK.po, 144, 479, 188, 1, 4, 0, 0, 145, 483 -po/zh_CN.po, 234, 662, 268, 0, 0, 0, 0, 234, 662 -po/xh.po, 153, 355, 339, 12, 35, 14, 70, 179, 460 -po/wa.po, 35, 57, 71, 24, 58, 120, 345, 179, 460 -po/vi.po, 148, 483, 629, 0, 0, 0, 0, 148, 483 -po/uk.po, 146, 484, 484, 0, 0, 0, 0, 146, 484 -po/ug.po, 148, 483, 445, 0, 0, 0, 0, 148, 483 -po/tr.po, 235, 664, 661, 0, 0, 0, 0, 235, 664 -po/th.po, 147, 485, 254, 0, 0, 0, 0, 147, 485 -po/te.po, 146, 484, 441, 0, 0, 0, 0, 146, 484 -po/ta.po, 146, 484, 396, 0, 0, 0, 0, 146, 484 -po/sv.po, 235, 664, 606, 0, 0, 0, 0, 235, 664 -po/sr@latin.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -po/sr.po, 235, 664, 650, 0, 0, 0, 0, 235, 664 -po/sq.po, 179, 461, 534, 0, 0, 0, 0, 179, 461 -po/sl.po, 235, 664, 674, 0, 0, 0, 0, 235, 664 -po/sk.po, 234, 662, 645, 0, 0, 0, 0, 234, 662 -po/si.po, 119, 222, 233, 0, 0, 60, 238, 179, 460 -po/rw.po, 9, 9, 8, 59, 215, 111, 236, 179, 460 -po/ru.po, 235, 664, 660, 0, 0, 0, 0, 235, 664 -po/ro.po, 235, 664, 747, 0, 0, 0, 0, 235, 664 -po/pt_BR.po, 235, 664, 725, 0, 0, 0, 0, 235, 664 -po/pt.po, 147, 485, 544, 0, 0, 0, 0, 147, 485 -po/pl.po, 235, 664, 672, 0, 0, 0, 0, 235, 664 -po/pa.po, 237, 667, 705, 0, 0, 0, 0, 237, 667 -po/or.po, 148, 483, 487, 0, 0, 0, 0, 148, 483 -po/oc.po, 234, 662, 744, 0, 0, 0, 0, 234, 662 -po/nn.po, 181, 465, 416, 0, 0, 0, 0, 181, 465 -po/nl.po, 235, 664, 583, 0, 0, 0, 0, 235, 664 -po/ne.po, 136, 253, 285, 4, 30, 7, 210, 147, 493 -po/nb.po, 237, 667, 605, 0, 0, 0, 0, 237, 667 -po/ms.po, 127, 285, 306, 24, 54, 28, 121, 179, 460 -po/mr.po, 146, 484, 436, 0, 0, 0, 0, 146, 484 -po/mn.po, 98, 192, 199, 25, 63, 56, 205, 179, 460 -po/ml.po, 235, 664, 613, 0, 0, 0, 0, 235, 664 -po/mk.po, 179, 461, 487, 0, 0, 0, 0, 179, 461 -po/mg.po, 166, 437, 429, 9, 19, 4, 4, 179, 460 -po/mai.po, 175, 408, 442, 0, 0, 6, 57, 181, 465 -po/lv.po, 235, 664, 632, 0, 0, 0, 0, 235, 664 -po/lt.po, 235, 664, 610, 0, 0, 0, 0, 235, 664 -po/ky.po, 132, 426, 421, 3, 39, 3, 5, 138, 470 -po/ku.po, 174, 396, 463, 1, 10, 4, 54, 179, 460 -po/ko.po, 235, 664, 572, 0, 0, 0, 0, 235, 664 -po/kn.po, 146, 484, 446, 0, 0, 0, 0, 146, 484 -po/kk.po, 235, 664, 701, 0, 0, 0, 0, 235, 664 -po/ka.po, 170, 447, 408, 5, 9, 4, 4, 179, 460 -po/ja.po, 226, 647, 327, 0, 0, 9, 17, 235, 664 -po/it.po, 235, 664, 752, 0, 0, 0, 0, 235, 664 -po/is.po, 235, 664, 561, 0, 0, 0, 0, 235, 664 -po/id.po, 235, 664, 698, 0, 0, 0, 0, 235, 664 -po/hy.po, 155, 360, 362, 14, 39, 10, 61, 179, 460 -po/hu.po, 235, 664, 593, 0, 0, 0, 0, 235, 664 -po/hr.po, 235, 664, 654, 0, 0, 0, 0, 235, 664 -po/hi.po, 146, 484, 548, 0, 0, 0, 0, 146, 484 -po/he.po, 147, 485, 519, 0, 0, 0, 0, 147, 485 -po/gu.po, 147, 485, 491, 0, 0, 0, 0, 147, 485 -po/gl.po, 235, 664, 775, 0, 0, 0, 0, 235, 664 -po/gd.po, 237, 667, 780, 0, 0, 0, 0, 237, 667 -po/ga.po, 90, 133, 133, 0, 0, 90, 329, 180, 462 -po/fur.po, 235, 664, 762, 0, 0, 0, 0, 235, 664 -po/fr.po, 235, 664, 774, 0, 0, 0, 0, 235, 664 -po/fi.po, 216, 426, 366, 12, 42, 7, 196, 235, 664 -po/fa.po, 235, 664, 767, 0, 0, 0, 0, 235, 664 -po/eu.po, 235, 664, 552, 0, 0, 0, 0, 235, 664 -po/et.po, 148, 483, 382, 0, 0, 0, 0, 148, 483 -po/es_VE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_UY.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_SV.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_PR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_PE.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_PA.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_NI.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_MX.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_HN.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_GT.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_ES.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_EC.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_DO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_CR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_CO.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_CL.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es_AR.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/es.po, 235, 664, 735, 0, 0, 0, 0, 235, 664 -po/eo.po, 230, 483, 469, 0, 0, 5, 181, 235, 664 -po/en_GB.po, 234, 662, 662, 0, 0, 0, 0, 234, 662 -po/en_CA.po, 179, 460, 460, 0, 0, 0, 0, 179, 460 -po/en@shaw.po, 181, 465, 465, 0, 0, 0, 0, 181, 465 -po/el.po, 235, 664, 703, 0, 0, 0, 0, 235, 664 -po/dz.po, 170, 447, 271, 5, 9, 4, 4, 179, 460 -po/de.po, 235, 664, 576, 0, 0, 0, 0, 235, 664 -po/da.po, 235, 664, 548, 0, 0, 0, 0, 235, 664 -po/cy.po, 181, 465, 503, 0, 0, 0, 0, 181, 465 -po/cs.po, 235, 664, 623, 0, 0, 0, 0, 235, 664 -po/crh.po, 148, 483, 449, 0, 0, 0, 0, 148, 483 -po/ca@valencia.po, 237, 667, 782, 0, 0, 0, 0, 237, 667 -po/ca.po, 235, 664, 773, 0, 0, 0, 0, 235, 664 -po/bs.po, 146, 484, 492, 0, 0, 0, 0, 146, 484 -po/br.po, 51, 75, 80, 1, 2, 129, 388, 181, 465 -po/bn_IN.po, 146, 484, 459, 0, 0, 0, 0, 146, 484 -po/bn.po, 181, 465, 448, 0, 0, 0, 0, 181, 465 -po/bg.po, 146, 484, 538, 0, 0, 0, 0, 146, 484 -po/be@latin.po, 179, 461, 455, 0, 0, 0, 0, 179, 461 -po/be.po, 147, 493, 513, 0, 0, 0, 0, 147, 493 -po/az.po, 145, 324, 324, 19, 56, 15, 80, 179, 460 -po/ast.po, 181, 465, 524, 0, 0, 0, 0, 181, 465 -po/as.po, 146, 484, 456, 0, 0, 0, 0, 146, 484 -po/ar.po, 228, 466, 529, 0, 0, 6, 196, 234, 662 -po/am.po, 11, 14, 14, 11, 17, 157, 429, 179, 460 -po/af.po, 133, 274, 233, 5, 11, 7, 198, 145, 483 diff --git a/results/f31/libhangul-0.1.0-20.fc31.src.rpm.errors.txt b/results/f31/libhangul-0.1.0-20.fc31.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f31/libhangul-0.1.0-20.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/libhangul-0.1.0-20.fc31.src.rpm.stats.csv b/results/f31/libhangul-0.1.0-20.fc31.src.rpm.stats.csv deleted file mode 100644 index d4695ac..0000000 --- a/results/f31/libhangul-0.1.0-20.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/libhangul.pot, 0, 0, 0, 0, 0, 9, 16, 9, 16 -po/ko.gmo, 9, 16, 15, 0, 0, 0, 0, 9, 16 -po/ko.po, 9, 16, 15, 0, 0, 0, 0, 9, 16 diff --git a/results/f31/libidn-1.35-6.fc31.src.rpm.errors.txt b/results/f31/libidn-1.35-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 761ce83..0000000 --- a/results/f31/libidn-1.35-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe0 in position 230: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 5: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xa5 in position 0: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb3 in position 28: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f31/libidn-1.35-6.fc31.src.rpm.stats.csv b/results/f31/libidn-1.35-6.fc31.src.rpm.stats.csv deleted file mode 100644 index d3073e2..0000000 --- a/results/f31/libidn-1.35-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,44 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 39, 160, 47, 9, 59, 12, 209, 60, 428 -po/en@quot.gmo, 60, 428, 428, 0, 0, 0, 0, 60, 428 -po/hr.po, 58, 414, 402, 0, 0, 2, 14, 60, 428 -po/sr.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -po/nl.po, 58, 414, 417, 0, 0, 2, 14, 60, 428 -po/sv.gmo, 60, 428, 400, 0, 0, 0, 0, 60, 428 -po/nl.gmo, 58, 414, 417, 0, 0, 0, 0, 58, 414 -po/sr.gmo, 58, 414, 424, 0, 0, 0, 0, 58, 414 -po/sv.po, 60, 428, 400, 0, 0, 0, 0, 60, 428 -po/fr.po, 58, 414, 485, 0, 0, 2, 14, 60, 428 -po/fr.gmo, 58, 414, 485, 0, 0, 0, 0, 58, 414 -po/fi.gmo, 58, 414, 352, 0, 0, 0, 0, 58, 414 -po/de.po, 58, 414, 391, 0, 0, 2, 14, 60, 428 -po/en@quot.po, 60, 428, 428, 0, 0, 0, 0, 60, 428 -po/da.gmo, 58, 414, 414, 0, 0, 0, 0, 58, 414 -po/eo.gmo, 58, 414, 397, 0, 0, 0, 0, 58, 414 -po/vi.gmo, 58, 414, 615, 0, 0, 0, 0, 58, 414 -po/vi.po, 58, 414, 615, 0, 0, 2, 14, 60, 428 -po/pt_BR.gmo, 58, 414, 461, 0, 0, 0, 0, 58, 414 -po/de.gmo, 58, 414, 391, 0, 0, 0, 0, 58, 414 -po/ro.po, 2, 16, 16, 7, 46, 51, 366, 60, 428 -po/pt_BR.po, 58, 414, 461, 0, 0, 2, 14, 60, 428 -po/uk.po, 58, 414, 462, 0, 0, 2, 14, 60, 428 -po/uk.gmo, 58, 414, 462, 0, 0, 0, 0, 58, 414 -po/cs.po, 58, 414, 416, 0, 0, 2, 14, 60, 428 -po/hu.po, 58, 414, 396, 0, 0, 2, 14, 60, 428 -po/es.gmo, 4, 21, 21, 0, 0, 0, 0, 4, 21 -po/id.po, 58, 414, 415, 0, 0, 2, 14, 60, 428 -po/it.po, 58, 414, 440, 0, 0, 2, 14, 60, 428 -po/en@boldquot.gmo, 60, 428, 431, 0, 0, 0, 0, 60, 428 -po/eo.po, 58, 414, 397, 0, 0, 2, 14, 60, 428 -po/hr.gmo, 58, 414, 402, 0, 0, 0, 0, 58, 414 -po/pl.po, 58, 414, 424, 0, 0, 2, 14, 60, 428 -po/hu.gmo, 58, 414, 396, 0, 0, 0, 0, 58, 414 -po/es.po, 4, 21, 21, 28, 100, 28, 307, 60, 428 -po/zh_CN.gmo, 58, 414, 184, 0, 0, 0, 0, 58, 414 -po/cs.gmo, 58, 414, 416, 0, 0, 0, 0, 58, 414 -po/da.po, 58, 414, 414, 0, 0, 2, 14, 60, 428 -po/fi.po, 58, 414, 352, 0, 0, 2, 14, 60, 428 -po/en@boldquot.po, 60, 428, 431, 0, 0, 0, 0, 60, 428 -po/libidn.pot, 0, 0, 0, 0, 0, 60, 428, 60, 428 -po/id.gmo, 58, 414, 415, 0, 0, 0, 0, 58, 414 -po/zh_CN.po, 58, 414, 184, 0, 0, 2, 14, 60, 428 diff --git a/results/f31/libidn2-2.2.0-2.fc31.src.rpm.errors.txt b/results/f31/libidn2-2.2.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index fd03052..0000000 --- a/results/f31/libidn2-2.2.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfe in position 5: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb2 in position 0: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 46: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/libidn2-2.2.0-2.fc31.src.rpm.stats.csv b/results/f31/libidn2-2.2.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 1e7f06f..0000000 --- a/results/f31/libidn2-2.2.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,45 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/libidn2.pot, 0, 0, 0, 0, 0, 40, 315, 40, 315 -po/zh_CN.gmo, 5, 28, 9, 0, 0, 0, 0, 5, 28 -po/vi.gmo, 5, 28, 35, 0, 0, 0, 0, 5, 28 -po/uk.gmo, 35, 250, 256, 0, 0, 0, 0, 35, 250 -po/sv.gmo, 35, 250, 216, 0, 0, 0, 0, 35, 250 -po/sr.gmo, 5, 28, 25, 0, 0, 0, 0, 5, 28 -po/ru.gmo, 35, 250, 226, 0, 0, 0, 0, 35, 250 -po/pt_BR.gmo, 35, 250, 296, 0, 0, 0, 0, 35, 250 -po/pl.gmo, 35, 250, 253, 0, 0, 0, 0, 35, 250 -po/nl.gmo, 5, 28, 23, 0, 0, 0, 0, 5, 28 -po/id.gmo, 5, 28, 28, 0, 0, 0, 0, 5, 28 -po/hu.gmo, 32, 226, 226, 0, 0, 0, 0, 32, 226 -po/hr.gmo, 5, 28, 25, 0, 0, 0, 0, 5, 28 -po/fur.gmo, 32, 226, 280, 0, 0, 0, 0, 32, 226 -po/fr.gmo, 35, 250, 304, 0, 0, 0, 0, 35, 250 -po/fi.gmo, 5, 28, 20, 0, 0, 0, 0, 5, 28 -po/es.gmo, 11, 41, 46, 0, 0, 0, 0, 11, 41 -po/eo.gmo, 5, 28, 27, 0, 0, 0, 0, 5, 28 -po/de.gmo, 35, 250, 245, 0, 0, 0, 0, 35, 250 -po/da.gmo, 35, 250, 227, 0, 0, 0, 0, 35, 250 -po/cs.gmo, 35, 250, 249, 0, 0, 0, 0, 35, 250 -po/zh_CN.po, 5, 28, 9, 12, 127, 23, 160, 40, 315 -po/vi.po, 5, 28, 35, 12, 127, 23, 160, 40, 315 -po/uk.po, 35, 250, 256, 4, 62, 1, 3, 40, 315 -po/sv.po, 35, 250, 216, 4, 62, 1, 3, 40, 315 -po/sr.po, 5, 28, 25, 12, 127, 23, 160, 40, 315 -po/ru.po, 35, 250, 226, 4, 62, 1, 3, 40, 315 -po/ro.po, 1, 14, 14, 2, 8, 37, 293, 40, 315 -po/pt_BR.po, 35, 250, 296, 4, 62, 1, 3, 40, 315 -po/pl.po, 35, 250, 253, 4, 62, 1, 3, 40, 315 -po/nl.po, 5, 28, 23, 12, 127, 23, 160, 40, 315 -po/ja.po, 2, 16, 2, 8, 31, 30, 268, 40, 315 -po/it.po, 5, 28, 31, 12, 127, 23, 160, 40, 315 -po/id.po, 5, 28, 28, 12, 127, 23, 160, 40, 315 -po/hu.po, 32, 226, 226, 4, 62, 4, 27, 40, 315 -po/hr.po, 5, 28, 25, 12, 127, 23, 160, 40, 315 -po/fur.po, 32, 226, 280, 4, 62, 4, 27, 40, 315 -po/fr.po, 35, 250, 304, 4, 62, 1, 3, 40, 315 -po/fi.po, 5, 28, 20, 12, 127, 23, 160, 40, 315 -po/es.po, 11, 41, 46, 4, 30, 25, 244, 40, 315 -po/eo.po, 5, 28, 27, 12, 127, 23, 160, 40, 315 -po/de.po, 35, 250, 245, 4, 62, 1, 3, 40, 315 -po/da.po, 35, 250, 227, 4, 62, 1, 3, 40, 315 -po/cs.po, 35, 250, 249, 4, 62, 1, 3, 40, 315 diff --git a/results/f31/libiptcdata-1.0.5-2.fc31.src.rpm.errors.txt b/results/f31/libiptcdata-1.0.5-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 3574eb8..0000000 --- a/results/f31/libiptcdata-1.0.5-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,25 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./iptc/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv b/results/f31/libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 72ac04f..0000000 --- a/results/f31/libiptcdata-1.0.5-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,12 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -iptc/po/de.po, 34, 349, 354, 0, 0, 0, 0, 34, 349 -iptc/po/iptc.pot, 0, 0, 0, 0, 0, 34, 349, 34, 349 -iptc/po/it.gmo, 34, 349, 386, 0, 0, 0, 0, 34, 349 -iptc/po/it.po, 34, 349, 386, 0, 0, 0, 0, 34, 349 -iptc/po/de.gmo, 34, 349, 354, 0, 0, 0, 0, 34, 349 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 -po/libiptcdata.pot, 0, 0, 0, 0, 0, 169, 1089, 169, 1089 -po/it.gmo, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 -po/it.po, 169, 1089, 1104, 0, 0, 0, 0, 169, 1089 -po/de.gmo, 169, 1089, 980, 0, 0, 0, 0, 169, 1089 diff --git a/results/f31/libkkc-0.3.5-16.fc31.src.rpm.errors.txt b/results/f31/libkkc-0.3.5-16.fc31.src.rpm.errors.txt deleted file mode 100644 index f115923..0000000 --- a/results/f31/libkkc-0.3.5-16.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/libkkc-0.3.5-16.fc31.src.rpm.stats.csv b/results/f31/libkkc-0.3.5-16.fc31.src.rpm.stats.csv deleted file mode 100644 index f567df6..0000000 --- a/results/f31/libkkc-0.3.5-16.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,2 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.po, 59, 272, 82, 0, 0, 0, 0, 59, 272 diff --git a/results/f31/libosinfo-1.6.0-1.fc31.src.rpm.errors.txt b/results/f31/libosinfo-1.6.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 2121dcd..0000000 --- a/results/f31/libosinfo-1.6.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) diff --git a/results/f31/libosinfo-1.6.0-1.fc31.src.rpm.stats.csv b/results/f31/libosinfo-1.6.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 0de7923..0000000 --- a/results/f31/libosinfo-1.6.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,192 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.po, 156, 732, 723, 0, 0, 11, 45, 167, 777 -po/bal.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/de.po, 111, 455, 423, 0, 0, 56, 322, 167, 777 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ro.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/kn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 156, 732, 884, 0, 0, 11, 45, 167, 777 -po/nso.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/gu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/zh_TW.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/libosinfo.pot, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/br.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/hu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/gl.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/is.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ja.gmo, 111, 455, 212, 0, 0, 0, 0, 111, 455 -po/yo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/zh_HK.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 153, 715, 677, 0, 0, 0, 0, 153, 715 -po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.gmo, 156, 732, 723, 0, 0, 0, 0, 156, 732 -po/hi.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/zh_TW.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ar.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ne.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/it.po, 153, 715, 797, 0, 0, 14, 62, 167, 777 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.po, 156, 732, 768, 0, 0, 11, 45, 167, 777 -po/ko.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/anp.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.gmo, 111, 455, 423, 0, 0, 0, 0, 111, 455 -po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/it.gmo, 153, 715, 797, 0, 0, 0, 0, 153, 715 -po/km.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/or.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/nl.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/as.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/id.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ru.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ja.po, 111, 455, 212, 0, 0, 56, 322, 167, 777 -po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.gmo, 22, 60, 66, 0, 0, 0, 0, 22, 60 -po/ca.gmo, 138, 627, 820, 0, 0, 0, 0, 138, 627 -po/nl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mai.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/zu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bs.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ast.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de_CH.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/cy.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/am.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/pt_BR.gmo, 16, 23, 25, 0, 0, 0, 0, 16, 23 -po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/he.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/be.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/kw.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/mn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.gmo, 156, 732, 768, 0, 0, 0, 0, 156, 732 -po/es.po, 22, 60, 66, 0, 0, 145, 717, 167, 777 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/bn.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/mk.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/hr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ka.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/pt_BR.po, 16, 23, 25, 0, 0, 151, 754, 167, 777 -po/sq.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/fr.gmo, 156, 732, 884, 0, 0, 0, 0, 156, 732 -po/fi.po, 27, 66, 47, 0, 0, 140, 711, 167, 777 -po/tg.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/af.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ilo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/nds.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.po, 138, 627, 820, 0, 0, 29, 150, 167, 777 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/pt.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/fa.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ia.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/fi.gmo, 27, 66, 47, 0, 0, 0, 0, 27, 66 -po/sk.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/si.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/mr.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/sl.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/lt.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/ms.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/sr@latin.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/tw.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/brx.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/th.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/id.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.po, 153, 715, 677, 0, 0, 14, 62, 167, 777 -po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.po, 0, 0, 0, 0, 0, 167, 777, 167, 777 -po/hu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f31/libpaper-1.1.24-25.fc31.src.rpm.errors.txt b/results/f31/libpaper-1.1.24-25.fc31.src.rpm.errors.txt deleted file mode 100644 index 2ce6ae4..0000000 --- a/results/f31/libpaper-1.1.24-25.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./debian/po/POTFILES.in) diff --git a/results/f31/libpaper-1.1.24-25.fc31.src.rpm.stats.csv b/results/f31/libpaper-1.1.24-25.fc31.src.rpm.stats.csv deleted file mode 100644 index 1855fdf..0000000 --- a/results/f31/libpaper-1.1.24-25.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,24 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -debian/po/nl.po, 46, 73, 147, 0, 0, 0, 0, 46, 73 -debian/po/ru.po, 46, 73, 68, 0, 0, 0, 0, 46, 73 -debian/po/sv.po, 46, 73, 76, 0, 0, 0, 0, 46, 73 -debian/po/uk.po, 0, 0, 0, 1, 25, 45, 48, 46, 73 -debian/po/templates.pot, 0, 0, 0, 0, 0, 46, 73, 46, 73 -debian/po/tr.po, 46, 73, 66, 0, 0, 0, 0, 46, 73 -debian/po/da.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -debian/po/pt_BR.po, 46, 73, 81, 0, 0, 0, 0, 46, 73 -debian/po/es.po, 46, 73, 80, 0, 0, 0, 0, 46, 73 -debian/po/cs.po, 46, 73, 67, 0, 0, 0, 0, 46, 73 -debian/po/gl.po, 46, 73, 77, 0, 0, 0, 0, 46, 73 -debian/po/fr.po, 46, 73, 73, 0, 0, 0, 0, 46, 73 -debian/po/it.po, 46, 73, 69, 0, 0, 0, 0, 46, 73 -debian/po/pl.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -debian/po/ja.po, 46, 73, 48, 0, 0, 0, 0, 46, 73 -debian/po/sk.po, 46, 73, 70, 0, 0, 0, 0, 46, 73 -debian/po/ca.po, 46, 73, 82, 0, 0, 0, 0, 46, 73 -debian/po/vi.po, 46, 73, 97, 0, 0, 0, 0, 46, 73 -debian/po/de.po, 46, 73, 78, 0, 0, 0, 0, 46, 73 -debian/po/hu.po, 2, 29, 22, 0, 0, 44, 44, 46, 73 -debian/po/eu.po, 46, 73, 72, 0, 0, 0, 0, 46, 73 -debian/po/fi.po, 46, 73, 60, 0, 0, 0, 0, 46, 73 -debian/po/pt.po, 46, 73, 88, 0, 0, 0, 0, 46, 73 diff --git a/results/f31/libpeas-1.24.0-1.fc31.src.rpm.errors.txt b/results/f31/libpeas-1.24.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0d66ee3..0000000 --- a/results/f31/libpeas-1.24.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libpeas-1.24.0-1.fc31.src.rpm.stats.csv b/results/f31/libpeas-1.24.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 1bfd8aa..0000000 --- a/results/f31/libpeas-1.24.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,69 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -po/zh_HK.po, 31, 110, 35, 0, 0, 0, 0, 31, 110 -po/zh_CN.po, 34, 112, 37, 0, 0, 0, 0, 34, 112 -po/vi.po, 26, 105, 135, 0, 0, 0, 0, 26, 105 -po/uk.po, 26, 105, 83, 0, 0, 0, 0, 26, 105 -po/ug.po, 26, 105, 89, 0, 0, 0, 0, 26, 105 -po/tr.po, 29, 103, 93, 0, 0, 0, 0, 29, 103 -po/th.po, 34, 112, 54, 0, 0, 0, 0, 34, 112 -po/tg.po, 26, 105, 107, 0, 0, 0, 0, 26, 105 -po/te.po, 31, 110, 101, 0, 0, 0, 0, 31, 110 -po/ta.po, 31, 110, 102, 0, 0, 0, 0, 31, 110 -po/sv.po, 29, 103, 99, 0, 0, 0, 0, 29, 103 -po/sr@latin.po, 34, 112, 110, 0, 0, 0, 0, 34, 112 -po/sr.po, 29, 103, 100, 0, 0, 0, 0, 29, 103 -po/sl.po, 29, 103, 105, 0, 0, 0, 0, 29, 103 -po/sk.po, 34, 112, 117, 0, 0, 0, 0, 34, 112 -po/ru.po, 34, 112, 104, 0, 0, 0, 0, 34, 112 -po/ro.po, 29, 103, 119, 0, 0, 0, 0, 29, 103 -po/pt_BR.po, 29, 103, 104, 0, 0, 0, 0, 29, 103 -po/pt.po, 34, 112, 119, 0, 0, 0, 0, 34, 112 -po/pl.po, 29, 103, 97, 0, 0, 0, 0, 29, 103 -po/pa.po, 31, 110, 119, 0, 0, 0, 0, 31, 110 -po/or.po, 31, 110, 127, 0, 0, 0, 0, 31, 110 -po/oc.po, 34, 112, 121, 0, 0, 0, 0, 34, 112 -po/nl.po, 34, 112, 108, 0, 0, 0, 0, 34, 112 -po/ne.po, 19, 33, 38, 6, 22, 6, 55, 31, 110 -po/nds.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -po/nb.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -po/mr.po, 31, 110, 115, 0, 0, 0, 0, 31, 110 -po/ml.po, 34, 112, 108, 0, 0, 0, 0, 34, 112 -po/lv.po, 29, 103, 86, 0, 0, 0, 0, 29, 103 -po/lt.po, 29, 103, 85, 0, 0, 0, 0, 29, 103 -po/ko.po, 29, 103, 83, 0, 0, 0, 0, 29, 103 -po/kn.po, 34, 111, 107, 0, 0, 0, 0, 34, 111 -po/kk.po, 34, 112, 96, 0, 0, 0, 0, 34, 112 -po/ja.po, 29, 103, 33, 0, 0, 0, 0, 29, 103 -po/it.po, 29, 103, 106, 0, 0, 0, 0, 29, 103 -po/is.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -po/id.po, 29, 103, 90, 0, 0, 0, 0, 29, 103 -po/hu.po, 29, 103, 96, 0, 0, 0, 0, 29, 103 -po/hr.po, 29, 103, 96, 0, 0, 0, 0, 29, 103 -po/hi.po, 31, 110, 135, 0, 0, 0, 0, 31, 110 -po/he.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -po/gu.po, 31, 110, 126, 0, 0, 0, 0, 31, 110 -po/gl.po, 29, 103, 109, 0, 0, 0, 0, 29, 103 -po/fur.po, 29, 103, 124, 0, 0, 0, 0, 29, 103 -po/fr.po, 29, 103, 114, 0, 0, 0, 0, 29, 103 -po/fi.po, 29, 103, 92, 0, 0, 0, 0, 29, 103 -po/fa.po, 34, 112, 109, 0, 0, 0, 0, 34, 112 -po/eu.po, 29, 103, 100, 0, 0, 0, 0, 29, 103 -po/et.po, 26, 105, 80, 0, 0, 0, 0, 26, 105 -po/es.po, 29, 103, 108, 0, 0, 0, 0, 29, 103 -po/eo.po, 34, 112, 100, 0, 0, 0, 0, 34, 112 -po/en_GB.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -po/el.po, 34, 112, 112, 0, 0, 0, 0, 34, 112 -po/de.po, 29, 103, 102, 0, 0, 0, 0, 29, 103 -po/da.po, 34, 112, 107, 0, 0, 0, 0, 34, 112 -po/cs.po, 29, 103, 108, 0, 0, 0, 0, 29, 103 -po/ca@valencia.po, 34, 112, 124, 0, 0, 0, 0, 34, 112 -po/ca.po, 29, 103, 109, 0, 0, 0, 0, 29, 103 -po/bs.po, 34, 111, 105, 0, 0, 0, 0, 34, 111 -po/bn_IN.po, 31, 110, 124, 0, 0, 0, 0, 31, 110 -po/bg.po, 26, 105, 114, 0, 0, 0, 0, 26, 105 -po/be.po, 34, 112, 99, 0, 0, 0, 0, 34, 112 -po/ast.po, 24, 103, 103, 0, 0, 0, 0, 24, 103 -po/as.po, 31, 110, 125, 0, 0, 0, 0, 31, 110 -po/ar.po, 26, 105, 85, 0, 0, 0, 0, 26, 105 -po/an.po, 34, 111, 118, 0, 0, 0, 0, 34, 111 diff --git a/results/f31/libpwquality-1.4.1-1.fc31.src.rpm.errors.txt b/results/f31/libpwquality-1.4.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index cd06c00..0000000 --- a/results/f31/libpwquality-1.4.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/libpwquality-1.4.1-1.fc31.src.rpm.stats.csv b/results/f31/libpwquality-1.4.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 91e989b..0000000 --- a/results/f31/libpwquality-1.4.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,100 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/libpwquality.pot, 0, 0, 0, 0, 0, 50, 333, 50, 333 -po/zu.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/zh_TW.gmo, 50, 333, 76, 0, 0, 0, 0, 50, 333 -po/zh_CN.gmo, 50, 333, 81, 0, 0, 0, 0, 50, 333 -po/vi.gmo, 3, 8, 16, 0, 0, 0, 0, 3, 8 -po/ur.gmo, 6, 23, 33, 0, 0, 0, 0, 6, 23 -po/uk.gmo, 50, 333, 300, 0, 0, 0, 0, 50, 333 -po/tr.gmo, 50, 333, 246, 0, 0, 0, 0, 50, 333 -po/te.gmo, 50, 333, 247, 0, 0, 0, 0, 50, 333 -po/ta.gmo, 50, 333, 277, 0, 0, 0, 0, 50, 333 -po/sv.gmo, 50, 333, 279, 0, 0, 0, 0, 50, 333 -po/sr@latin.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/sr.gmo, 50, 333, 279, 0, 0, 0, 0, 50, 333 -po/sq.gmo, 8, 54, 50, 0, 0, 0, 0, 8, 54 -po/sk.gmo, 50, 333, 283, 0, 0, 0, 0, 50, 333 -po/si.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/ru.gmo, 50, 333, 262, 0, 0, 0, 0, 50, 333 -po/pt_BR.gmo, 50, 333, 361, 0, 0, 0, 0, 50, 333 -po/pt.gmo, 50, 333, 360, 0, 0, 0, 0, 50, 333 -po/pl.gmo, 50, 333, 294, 0, 0, 0, 0, 50, 333 -po/pa.gmo, 50, 333, 369, 0, 0, 0, 0, 50, 333 -po/or.gmo, 50, 333, 327, 0, 0, 0, 0, 50, 333 -po/nl.gmo, 50, 333, 329, 0, 0, 0, 0, 50, 333 -po/nb.gmo, 3, 8, 8, 0, 0, 0, 0, 3, 8 -po/mr.gmo, 50, 333, 273, 0, 0, 0, 0, 50, 333 -po/ml.gmo, 50, 333, 207, 0, 0, 0, 0, 50, 333 -po/ko.gmo, 50, 333, 263, 0, 0, 0, 0, 50, 333 -po/kn.gmo, 50, 333, 250, 0, 0, 0, 0, 50, 333 -po/km.gmo, 50, 333, 90, 0, 0, 0, 0, 50, 333 -po/kk.gmo, 3, 8, 7, 0, 0, 0, 0, 3, 8 -po/ja.gmo, 50, 333, 79, 0, 0, 0, 0, 50, 333 -po/it.gmo, 50, 333, 342, 0, 0, 0, 0, 50, 333 -po/id.gmo, 50, 333, 331, 0, 0, 0, 0, 50, 333 -po/hu.gmo, 50, 333, 295, 0, 0, 0, 0, 50, 333 -po/hi.gmo, 50, 333, 343, 0, 0, 0, 0, 50, 333 -po/he.gmo, 50, 333, 277, 0, 0, 0, 0, 50, 333 -po/gu.gmo, 50, 333, 298, 0, 0, 0, 0, 50, 333 -po/fur.gmo, 50, 333, 376, 0, 0, 0, 0, 50, 333 -po/fr.gmo, 50, 333, 444, 0, 0, 0, 0, 50, 333 -po/fi.gmo, 50, 333, 246, 0, 0, 0, 0, 50, 333 -po/eu.gmo, 20, 98, 75, 0, 0, 0, 0, 20, 98 -po/es.gmo, 50, 333, 388, 0, 0, 0, 0, 50, 333 -po/de.gmo, 50, 333, 290, 0, 0, 0, 0, 50, 333 -po/da.gmo, 50, 333, 298, 0, 0, 0, 0, 50, 333 -po/cs.gmo, 50, 333, 283, 0, 0, 0, 0, 50, 333 -po/ca.gmo, 50, 333, 373, 0, 0, 0, 0, 50, 333 -po/bn_IN.gmo, 50, 333, 294, 0, 0, 0, 0, 50, 333 -po/bg.gmo, 48, 314, 295, 0, 0, 0, 0, 48, 314 -po/as.gmo, 50, 333, 276, 0, 0, 0, 0, 50, 333 -po/ar.gmo, 3, 8, 12, 0, 0, 0, 0, 3, 8 -po/zu.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -po/zh_TW.po, 50, 333, 76, 0, 0, 0, 0, 50, 333 -po/zh_CN.po, 50, 333, 81, 0, 0, 0, 0, 50, 333 -po/vi.po, 3, 8, 16, 0, 0, 47, 325, 50, 333 -po/ur.po, 6, 23, 33, 0, 0, 44, 310, 50, 333 -po/uk.po, 50, 333, 300, 0, 0, 0, 0, 50, 333 -po/tr.po, 50, 333, 246, 0, 0, 0, 0, 50, 333 -po/te.po, 50, 333, 247, 0, 0, 0, 0, 50, 333 -po/ta.po, 50, 333, 277, 0, 0, 0, 0, 50, 333 -po/sv.po, 50, 333, 279, 0, 0, 0, 0, 50, 333 -po/sr@latin.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -po/sr.po, 50, 333, 279, 0, 0, 0, 0, 50, 333 -po/sq.po, 8, 54, 50, 0, 0, 42, 279, 50, 333 -po/sk.po, 50, 333, 283, 0, 0, 0, 0, 50, 333 -po/si.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -po/ru.po, 50, 333, 262, 0, 0, 0, 0, 50, 333 -po/pt_BR.po, 50, 333, 361, 0, 0, 0, 0, 50, 333 -po/pt.po, 50, 333, 360, 0, 0, 0, 0, 50, 333 -po/pl.po, 50, 333, 294, 0, 0, 0, 0, 50, 333 -po/pa.po, 50, 333, 369, 0, 0, 0, 0, 50, 333 -po/or.po, 50, 333, 327, 0, 0, 0, 0, 50, 333 -po/nl.po, 50, 333, 329, 0, 0, 0, 0, 50, 333 -po/nb.po, 3, 8, 8, 0, 0, 47, 325, 50, 333 -po/mr.po, 50, 333, 273, 0, 0, 0, 0, 50, 333 -po/ml.po, 50, 333, 207, 0, 0, 0, 0, 50, 333 -po/ko.po, 50, 333, 263, 0, 0, 0, 0, 50, 333 -po/kn.po, 50, 333, 250, 0, 0, 0, 0, 50, 333 -po/km.po, 50, 333, 90, 0, 0, 0, 0, 50, 333 -po/kk.po, 3, 8, 7, 0, 0, 47, 325, 50, 333 -po/ja.po, 50, 333, 79, 0, 0, 0, 0, 50, 333 -po/it.po, 50, 333, 342, 0, 0, 0, 0, 50, 333 -po/id.po, 50, 333, 331, 0, 0, 0, 0, 50, 333 -po/hu.po, 50, 333, 295, 0, 0, 0, 0, 50, 333 -po/hi.po, 50, 333, 343, 0, 0, 0, 0, 50, 333 -po/he.po, 50, 333, 277, 0, 0, 0, 0, 50, 333 -po/gu.po, 50, 333, 298, 0, 0, 0, 0, 50, 333 -po/fur.po, 50, 333, 376, 0, 0, 0, 0, 50, 333 -po/fr.po, 50, 333, 444, 0, 0, 0, 0, 50, 333 -po/fi.po, 50, 333, 246, 0, 0, 0, 0, 50, 333 -po/eu.po, 20, 98, 75, 0, 0, 30, 235, 50, 333 -po/es.po, 50, 333, 388, 0, 0, 0, 0, 50, 333 -po/de.po, 50, 333, 290, 0, 0, 0, 0, 50, 333 -po/da.po, 50, 333, 298, 0, 0, 0, 0, 50, 333 -po/cs.po, 50, 333, 283, 0, 0, 0, 0, 50, 333 -po/ca.po, 50, 333, 373, 0, 0, 0, 0, 50, 333 -po/bn_IN.po, 50, 333, 294, 0, 0, 0, 0, 50, 333 -po/bg.po, 48, 314, 295, 0, 0, 2, 19, 50, 333 -po/as.po, 50, 333, 276, 0, 0, 0, 0, 50, 333 -po/ar.po, 3, 8, 12, 0, 0, 47, 325, 50, 333 diff --git a/results/f31/libreport-2.10.1-2.fc31.src.rpm.errors.txt b/results/f31/libreport-2.10.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index b8c760c..0000000 --- a/results/f31/libreport-2.10.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libreport-2.10.1-2.fc31.src.rpm.stats.csv b/results/f31/libreport-2.10.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 86daf00..0000000 --- a/results/f31/libreport-2.10.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,107 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/la.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ky.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/es.po, 607, 4987, 5630, 0, 0, 0, 0, 607, 4987 -po/ka.po, 85, 214, 194, 0, 0, 522, 4773, 607, 4987 -po/th.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bal.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/mg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ms.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/id.po, 1, 1, 1, 0, 0, 606, 4986, 607, 4987 -po/el.po, 2, 2, 2, 0, 0, 605, 4985, 607, 4987 -po/te.po, 376, 2390, 2029, 0, 0, 231, 2597, 607, 4987 -po/ar.po, 56, 233, 224, 0, 0, 551, 4754, 607, 4987 -po/eo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/sk.po, 388, 2375, 2241, 0, 0, 219, 2612, 607, 4987 -po/fi.po, 392, 2288, 1779, 0, 0, 215, 2699, 607, 4987 -po/ja.po, 390, 2507, 1055, 0, 0, 217, 2480, 607, 4987 -po/lo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/lv.po, 33, 70, 62, 0, 0, 574, 4917, 607, 4987 -po/af.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ks.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/nso.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/dz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/he.po, 81, 337, 316, 0, 0, 526, 4650, 607, 4987 -po/kn.po, 390, 2507, 2260, 0, 0, 217, 2480, 607, 4987 -po/zh_HK.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/pt_BR.po, 607, 4987, 5471, 0, 0, 0, 0, 607, 4987 -po/tr.po, 144, 695, 578, 0, 0, 463, 4292, 607, 4987 -po/ro.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ach.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/brx.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/en_GB.po, 139, 682, 682, 0, 0, 468, 4305, 607, 4987 -po/sl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/de.po, 607, 4987, 4755, 0, 0, 0, 0, 607, 4987 -po/en_US.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/kk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/wo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bs.po, 43, 229, 220, 0, 0, 564, 4758, 607, 4987 -po/it.po, 552, 3893, 4220, 22, 489, 33, 605, 607, 4987 -po/ur.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/nb.po, 65, 180, 174, 0, 0, 542, 4807, 607, 4987 -po/gl.po, 254, 1424, 1753, 0, 0, 353, 3563, 607, 4987 -po/eu.po, 68, 181, 174, 0, 0, 539, 4806, 607, 4987 -po/sq.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ku.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/my.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ko.po, 183, 1038, 902, 0, 0, 424, 3949, 607, 4987 -po/nds.po, 7, 9, 9, 0, 0, 600, 4978, 607, 4987 -po/pl.po, 607, 4987, 4886, 0, 0, 0, 0, 607, 4987 -po/be.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/pa.po, 183, 1038, 1189, 0, 0, 424, 3949, 607, 4987 -po/aln.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/hy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/tg.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/nn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/da.po, 177, 674, 647, 0, 0, 430, 4313, 607, 4987 -po/ast.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/lt.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/hi.po, 376, 2390, 2926, 0, 0, 231, 2597, 607, 4987 -po/vi.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/hr.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/fr.po, 607, 4987, 5735, 0, 0, 0, 0, 607, 4987 -po/mr.po, 390, 2507, 2436, 0, 0, 217, 2480, 607, 4987 -po/sv.po, 607, 4987, 4649, 0, 0, 0, 0, 607, 4987 -po/km.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/et.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/is.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/am.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bg.po, 259, 1583, 1677, 0, 0, 348, 3404, 607, 4987 -po/fa.po, 33, 148, 159, 0, 0, 574, 4839, 607, 4987 -po/cs.po, 607, 4987, 4554, 0, 0, 0, 0, 607, 4987 -po/ta.po, 405, 2625, 2275, 0, 0, 202, 2362, 607, 4987 -po/hu.po, 470, 3241, 3174, 0, 0, 137, 1746, 607, 4987 -po/as.po, 390, 2507, 2679, 0, 0, 217, 2480, 607, 4987 -po/ne.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/mk.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/xh.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ga.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/gu.po, 388, 2497, 2747, 0, 0, 219, 2490, 607, 4987 -po/uz.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/ml.po, 200, 1127, 901, 0, 0, 407, 3860, 607, 4987 -po/ia.po, 69, 230, 251, 0, 0, 538, 4757, 607, 4987 -po/si.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/or.po, 384, 2463, 2590, 0, 0, 223, 2524, 607, 4987 -po/ru.po, 607, 4987, 4456, 0, 0, 0, 0, 607, 4987 -po/sr.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -po/ilo.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/zh_CN.po, 607, 4987, 2018, 0, 0, 0, 0, 607, 4987 -po/ru_RU.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/nl.po, 607, 4987, 5224, 0, 0, 0, 0, 607, 4987 -po/no.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/mai.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/de_CH.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/br.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bn_IN.po, 216, 1249, 1428, 0, 0, 391, 3738, 607, 4987 -po/az.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/bn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/uk.po, 607, 4987, 5205, 0, 0, 0, 0, 607, 4987 -po/pt.po, 201, 1081, 1183, 0, 0, 406, 3906, 607, 4987 -po/zu.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/tl.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/cy.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/mn.po, 0, 0, 0, 0, 0, 452, 3501, 452, 3501 -po/zh_TW.po, 607, 4987, 1829, 0, 0, 0, 0, 607, 4987 -po/sr@latin.po, 22, 91, 82, 0, 0, 585, 4896, 607, 4987 -po/ca.po, 607, 4987, 6174, 0, 0, 0, 0, 607, 4987 diff --git a/results/f31/librsvg2-2.46.1-1.fc31.src.rpm.errors.txt b/results/f31/librsvg2-2.46.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index a75c11e..0000000 --- a/results/f31/librsvg2-2.46.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) diff --git a/results/f31/librsvg2-2.46.1-1.fc31.src.rpm.stats.csv b/results/f31/librsvg2-2.46.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index f0d1450..0000000 --- a/results/f31/librsvg2-2.46.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/es.po, 21, 67, 80, 0, 0, 0, 0, 21, 67 -po/es.gmo, 21, 67, 80, 0, 0, 0, 0, 21, 67 -po/librsvg.pot, 0, 0, 0, 0, 0, 21, 67, 21, 67 diff --git a/results/f31/libsecret-0.19.1-1.fc31.src.rpm.errors.txt b/results/f31/libsecret-0.19.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 4df8199..0000000 --- a/results/f31/libsecret-0.19.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f31/libsecret-0.19.1-1.fc31.src.rpm.stats.csv b/results/f31/libsecret-0.19.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index ac2132d..0000000 --- a/results/f31/libsecret-0.19.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,106 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lt.po, 9, 59, 45, 0, 0, 0, 0, 9, 59 -po/ca.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/pt_BR.gmo, 9, 59, 70, 0, 0, 0, 0, 9, 59 -po/pl.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/as.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/cs.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/eu.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/bg.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/cs.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/ca@valencia.po, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/ne.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/de.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/fa.gmo, 9, 59, 62, 0, 0, 0, 0, 9, 59 -po/lv.po, 9, 59, 47, 0, 0, 0, 0, 9, 59 -po/ko.gmo, 9, 59, 46, 0, 0, 0, 0, 9, 59 -po/nl.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/da.po, 9, 59, 61, 0, 0, 0, 0, 9, 59 -po/oc.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/oc.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/sr@latin.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/sl.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/id.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/fr.gmo, 9, 59, 68, 0, 0, 0, 0, 9, 59 -po/gl.po, 9, 59, 73, 0, 0, 0, 0, 9, 59 -po/an.po, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/ru.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/sk.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/uk.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/tg.gmo, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/ro.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/ml.gmo, 9, 59, 38, 0, 0, 0, 0, 9, 59 -po/gl.gmo, 9, 59, 73, 0, 0, 0, 0, 9, 59 -po/libsecret.pot, 0, 0, 0, 0, 0, 9, 59, 9, 59 -po/hr.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/zh_TW.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/pt_BR.po, 9, 59, 70, 0, 0, 0, 0, 9, 59 -po/hu.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/lv.gmo, 9, 59, 47, 0, 0, 0, 0, 9, 59 -po/be.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/bg.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/zh_HK.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/ja.gmo, 6, 44, 6, 0, 0, 0, 0, 6, 44 -po/he.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/ca@valencia.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/bs.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/tr.po, 9, 59, 42, 0, 0, 0, 0, 9, 59 -po/sr@latin.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/nb.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/en_GB.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/sl.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/nb.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/he.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/sr.gmo, 9, 59, 56, 0, 0, 0, 0, 9, 59 -po/it.po, 9, 59, 65, 0, 0, 0, 0, 9, 59 -po/it.gmo, 9, 59, 65, 0, 0, 0, 0, 9, 59 -po/ar.po, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/fr.po, 9, 59, 68, 0, 0, 0, 0, 9, 59 -po/ml.po, 9, 59, 38, 0, 0, 0, 0, 9, 59 -po/eo.gmo, 9, 59, 52, 0, 0, 0, 0, 9, 59 -po/pa.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/tr.gmo, 9, 59, 42, 0, 0, 0, 0, 9, 59 -po/pt.po, 9, 59, 64, 0, 0, 0, 0, 9, 59 -po/nl.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/hu.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/id.gmo, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/ar.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/be.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/fur.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/en_GB.po, 9, 59, 59, 0, 0, 0, 0, 9, 59 -po/es.po, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/zh_CN.po, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/el.gmo, 9, 59, 67, 0, 0, 0, 0, 9, 59 -po/pl.gmo, 9, 59, 49, 0, 0, 0, 0, 9, 59 -po/lt.gmo, 9, 59, 45, 0, 0, 0, 0, 9, 59 -po/ne.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/de.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/da.gmo, 9, 59, 61, 0, 0, 0, 0, 9, 59 -po/ja.po, 6, 44, 6, 0, 0, 0, 0, 6, 44 -po/zh_CN.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/ca.gmo, 9, 59, 77, 0, 0, 0, 0, 9, 59 -po/ro.po, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/sk.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/tg.po, 9, 59, 55, 0, 0, 0, 0, 9, 59 -po/zh_TW.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/bs.po, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/eo.po, 9, 59, 52, 0, 0, 0, 0, 9, 59 -po/kk.po, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/fur.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/ko.po, 9, 59, 46, 0, 0, 0, 0, 9, 59 -po/as.po, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/uk.gmo, 9, 59, 53, 0, 0, 0, 0, 9, 59 -po/ru.gmo, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/fa.po, 9, 59, 62, 0, 0, 0, 0, 9, 59 -po/el.po, 9, 59, 67, 0, 0, 0, 0, 9, 59 -po/eu.po, 9, 59, 50, 0, 0, 0, 0, 9, 59 -po/kk.gmo, 9, 59, 48, 0, 0, 0, 0, 9, 59 -po/sv.gmo, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/pa.gmo, 9, 59, 63, 0, 0, 0, 0, 9, 59 -po/pt.gmo, 9, 59, 64, 0, 0, 0, 0, 9, 59 -po/hr.gmo, 9, 59, 54, 0, 0, 0, 0, 9, 59 -po/es.gmo, 9, 59, 71, 0, 0, 0, 0, 9, 59 -po/an.gmo, 9, 59, 69, 0, 0, 0, 0, 9, 59 -po/zh_HK.gmo, 9, 59, 9, 0, 0, 0, 0, 9, 59 -po/sv.po, 9, 59, 51, 0, 0, 0, 0, 9, 59 -po/sr.po, 9, 59, 56, 0, 0, 0, 0, 9, 59 diff --git a/results/f31/libsmbios-2.4.2-4.fc31.src.rpm.errors.txt b/results/f31/libsmbios-2.4.2-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 5385835..0000000 --- a/results/f31/libsmbios-2.4.2-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libsmbios-2.4.2-4.fc31.src.rpm.stats.csv b/results/f31/libsmbios-2.4.2-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 57fab8e..0000000 --- a/results/f31/libsmbios-2.4.2-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,15 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/zh_CN.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/nl.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/libsmbios.pot, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/ko.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/ja.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/it.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/fr.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 -po/es.po, 217, 1139, 1374, 21, 152, 121, 883, 359, 2174 -po/en_US.po, 21, 178, 178, 0, 0, 0, 0, 21, 178 -po/en@quot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -po/en@boldquot.po, 359, 2174, 2174, 0, 0, 0, 0, 359, 2174 -po/en.po, 12, 88, 88, 8, 69, 339, 2017, 359, 2174 -po/de.po, 0, 0, 0, 0, 0, 359, 2174, 359, 2174 diff --git a/results/f31/libuser-0.62-21.fc31.src.rpm.errors.txt b/results/f31/libuser-0.62-21.fc31.src.rpm.errors.txt deleted file mode 100644 index 5a37d35..0000000 --- a/results/f31/libuser-0.62-21.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/libuser-0.62-21.fc31.src.rpm.stats.csv b/results/f31/libuser-0.62-21.fc31.src.rpm.stats.csv deleted file mode 100644 index 8f0bbd4..0000000 --- a/results/f31/libuser-0.62-21.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,118 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ar.po, 211, 981, 1061, 7, 38, 83, 418, 301, 1437 -po/as.po, 213, 996, 1132, 7, 38, 81, 403, 301, 1437 -po/bg.po, 290, 1374, 1575, 8, 45, 3, 18, 301, 1437 -po/bn.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -po/bn_IN.po, 213, 996, 1165, 7, 38, 81, 403, 301, 1437 -po/bs.po, 192, 889, 945, 5, 25, 104, 523, 301, 1437 -po/ca.po, 292, 1385, 2086, 6, 34, 3, 18, 301, 1437 -po/cs.po, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -po/cy.po, 197, 904, 1036, 5, 25, 99, 508, 301, 1437 -po/da.po, 292, 1385, 1360, 6, 34, 3, 18, 301, 1437 -po/de.po, 292, 1385, 1425, 6, 34, 3, 18, 301, 1437 -po/de_CH.po, 204, 938, 990, 7, 38, 90, 461, 301, 1437 -po/el.po, 290, 1374, 1533, 8, 45, 3, 18, 301, 1437 -po/en_GB.po, 197, 904, 904, 5, 25, 99, 508, 301, 1437 -po/es.po, 290, 1374, 1749, 8, 45, 3, 18, 301, 1437 -po/et.po, 202, 923, 834, 7, 38, 92, 476, 301, 1437 -po/eu.po, 24, 58, 55, 0, 0, 277, 1379, 301, 1437 -po/fi.po, 211, 984, 842, 7, 38, 83, 415, 301, 1437 -po/fr.po, 290, 1374, 1850, 8, 45, 3, 18, 301, 1437 -po/gu.po, 213, 996, 1147, 7, 38, 81, 403, 301, 1437 -po/he.po, 84, 355, 359, 5, 25, 212, 1057, 301, 1437 -po/hi.po, 213, 996, 1271, 7, 38, 81, 403, 301, 1437 -po/hr.po, 197, 904, 959, 5, 25, 99, 508, 301, 1437 -po/hu.po, 290, 1374, 1337, 8, 45, 3, 18, 301, 1437 -po/id.po, 213, 996, 1062, 7, 38, 81, 403, 301, 1437 -po/is.po, 211, 985, 1064, 7, 38, 83, 414, 301, 1437 -po/it.po, 213, 996, 1179, 7, 38, 81, 403, 301, 1437 -po/ja.po, 290, 1374, 609, 8, 45, 3, 18, 301, 1437 -po/kn.po, 213, 996, 975, 7, 38, 81, 403, 301, 1437 -po/ko.po, 218, 1020, 1049, 7, 38, 76, 379, 301, 1437 -po/lv.po, 62, 248, 223, 5, 25, 234, 1164, 301, 1437 -po/mai.po, 204, 938, 1192, 7, 38, 90, 461, 301, 1437 -po/mk.po, 197, 904, 1066, 5, 25, 99, 508, 301, 1437 -po/ml.po, 208, 970, 862, 7, 38, 86, 429, 301, 1437 -po/mr.po, 212, 990, 1013, 7, 38, 82, 409, 301, 1437 -po/ms.po, 197, 904, 897, 5, 25, 99, 508, 301, 1437 -po/nb.po, 290, 1374, 1364, 8, 45, 3, 18, 301, 1437 -po/nds.po, 15, 27, 27, 0, 0, 286, 1410, 301, 1437 -po/nl.po, 292, 1385, 1483, 6, 34, 3, 18, 301, 1437 -po/or.po, 213, 996, 1389, 7, 38, 81, 403, 301, 1437 -po/pa.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -po/pl.po, 292, 1385, 1463, 6, 34, 3, 18, 301, 1437 -po/pt.po, 213, 996, 1259, 7, 38, 81, 403, 301, 1437 -po/pt_BR.po, 219, 1014, 1243, 7, 38, 75, 385, 301, 1437 -po/ro.po, 77, 306, 353, 5, 25, 219, 1106, 301, 1437 -po/ru.po, 290, 1374, 1342, 8, 45, 3, 18, 301, 1437 -po/sk.po, 211, 979, 994, 8, 49, 82, 409, 301, 1437 -po/sl.po, 197, 904, 968, 5, 25, 99, 508, 301, 1437 -po/sr.po, 292, 1385, 1440, 6, 34, 3, 18, 301, 1437 -po/sr@latin.po, 208, 970, 1024, 7, 38, 86, 429, 301, 1437 -po/sv.po, 292, 1385, 1404, 6, 34, 3, 18, 301, 1437 -po/ta.po, 213, 996, 879, 7, 38, 81, 403, 301, 1437 -po/te.po, 213, 996, 894, 7, 38, 81, 403, 301, 1437 -po/tr.po, 212, 990, 901, 7, 38, 82, 409, 301, 1437 -po/uk.po, 292, 1385, 1380, 6, 34, 3, 18, 301, 1437 -po/vi.po, 145, 607, 810, 5, 25, 151, 805, 301, 1437 -po/zh_CN.po, 290, 1374, 574, 8, 45, 3, 18, 301, 1437 -po/zh_TW.po, 290, 1374, 539, 8, 45, 3, 18, 301, 1437 -po/ar.gmo, 211, 981, 1061, 0, 0, 0, 0, 211, 981 -po/as.gmo, 213, 996, 1132, 0, 0, 0, 0, 213, 996 -po/bg.gmo, 290, 1374, 1575, 0, 0, 0, 0, 290, 1374 -po/bn.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -po/bn_IN.gmo, 213, 996, 1165, 0, 0, 0, 0, 213, 996 -po/bs.gmo, 192, 889, 945, 0, 0, 0, 0, 192, 889 -po/ca.gmo, 292, 1385, 2086, 0, 0, 0, 0, 292, 1385 -po/cs.gmo, 301, 1437, 1381, 0, 0, 0, 0, 301, 1437 -po/cy.gmo, 197, 904, 1036, 0, 0, 0, 0, 197, 904 -po/da.gmo, 292, 1385, 1360, 0, 0, 0, 0, 292, 1385 -po/de.gmo, 292, 1385, 1425, 0, 0, 0, 0, 292, 1385 -po/de_CH.gmo, 204, 938, 990, 0, 0, 0, 0, 204, 938 -po/el.gmo, 290, 1374, 1533, 0, 0, 0, 0, 290, 1374 -po/en_GB.gmo, 197, 904, 904, 0, 0, 0, 0, 197, 904 -po/es.gmo, 290, 1374, 1749, 0, 0, 0, 0, 290, 1374 -po/et.gmo, 202, 923, 834, 0, 0, 0, 0, 202, 923 -po/eu.gmo, 24, 58, 55, 0, 0, 0, 0, 24, 58 -po/fi.gmo, 211, 984, 842, 0, 0, 0, 0, 211, 984 -po/fr.gmo, 290, 1374, 1850, 0, 0, 0, 0, 290, 1374 -po/gu.gmo, 213, 996, 1147, 0, 0, 0, 0, 213, 996 -po/he.gmo, 84, 355, 359, 0, 0, 0, 0, 84, 355 -po/hi.gmo, 213, 996, 1271, 0, 0, 0, 0, 213, 996 -po/hr.gmo, 197, 904, 959, 0, 0, 0, 0, 197, 904 -po/hu.gmo, 290, 1374, 1337, 0, 0, 0, 0, 290, 1374 -po/id.gmo, 213, 996, 1062, 0, 0, 0, 0, 213, 996 -po/is.gmo, 211, 985, 1064, 0, 0, 0, 0, 211, 985 -po/it.gmo, 213, 996, 1179, 0, 0, 0, 0, 213, 996 -po/ja.gmo, 290, 1374, 609, 0, 0, 0, 0, 290, 1374 -po/kn.gmo, 213, 996, 975, 0, 0, 0, 0, 213, 996 -po/ko.gmo, 218, 1020, 1049, 0, 0, 0, 0, 218, 1020 -po/lv.gmo, 62, 248, 223, 0, 0, 0, 0, 62, 248 -po/mai.gmo, 204, 938, 1192, 0, 0, 0, 0, 204, 938 -po/mk.gmo, 197, 904, 1066, 0, 0, 0, 0, 197, 904 -po/ml.gmo, 208, 970, 862, 0, 0, 0, 0, 208, 970 -po/mr.gmo, 212, 990, 1013, 0, 0, 0, 0, 212, 990 -po/ms.gmo, 197, 904, 897, 0, 0, 0, 0, 197, 904 -po/nb.gmo, 290, 1374, 1364, 0, 0, 0, 0, 290, 1374 -po/nds.gmo, 15, 27, 27, 0, 0, 0, 0, 15, 27 -po/nl.gmo, 292, 1385, 1483, 0, 0, 0, 0, 292, 1385 -po/or.gmo, 213, 996, 1389, 0, 0, 0, 0, 213, 996 -po/pa.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -po/pl.gmo, 292, 1385, 1463, 0, 0, 0, 0, 292, 1385 -po/pt.gmo, 213, 996, 1259, 0, 0, 0, 0, 213, 996 -po/pt_BR.gmo, 219, 1014, 1243, 0, 0, 0, 0, 219, 1014 -po/ro.gmo, 77, 306, 353, 0, 0, 0, 0, 77, 306 -po/ru.gmo, 290, 1374, 1342, 0, 0, 0, 0, 290, 1374 -po/sk.gmo, 211, 979, 994, 0, 0, 0, 0, 211, 979 -po/sl.gmo, 197, 904, 968, 0, 0, 0, 0, 197, 904 -po/sr.gmo, 292, 1385, 1440, 0, 0, 0, 0, 292, 1385 -po/sr@latin.gmo, 208, 970, 1024, 0, 0, 0, 0, 208, 970 -po/sv.gmo, 292, 1385, 1404, 0, 0, 0, 0, 292, 1385 -po/ta.gmo, 213, 996, 879, 0, 0, 0, 0, 213, 996 -po/te.gmo, 213, 996, 894, 0, 0, 0, 0, 213, 996 -po/tr.gmo, 212, 990, 901, 0, 0, 0, 0, 212, 990 -po/uk.gmo, 292, 1385, 1380, 0, 0, 0, 0, 292, 1385 -po/vi.gmo, 145, 607, 810, 0, 0, 0, 0, 145, 607 -po/zh_CN.gmo, 290, 1374, 574, 0, 0, 0, 0, 290, 1374 -po/zh_TW.gmo, 290, 1374, 539, 0, 0, 0, 0, 290, 1374 -po/libuser.pot, 0, 0, 0, 0, 0, 301, 1437, 301, 1437 diff --git a/results/f31/libvirt-5.6.0-4.fc31.src.rpm.errors.txt b/results/f31/libvirt-5.6.0-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 4b6004d..0000000 --- a/results/f31/libvirt-5.6.0-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) diff --git a/results/f31/libvirt-5.6.0-4.fc31.src.rpm.stats.csv b/results/f31/libvirt-5.6.0-4.fc31.src.rpm.stats.csv deleted file mode 100644 index e97f981..0000000 --- a/results/f31/libvirt-5.6.0-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,200 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.po, 2466, 13737, 14285, 0, 0, 7502, 50844, 9968, 64581 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.gmo, 5570, 33654, 43200, 0, 0, 0, 0, 5570, 33654 -po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/id.gmo, 206, 815, 764, 0, 0, 0, 0, 206, 815 -po/nb.gmo, 132, 468, 432, 0, 0, 0, 0, 132, 468 -po/gu.gmo, 5795, 34866, 37538, 0, 0, 0, 0, 5795, 34866 -po/brx.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/bs.po, 199, 816, 807, 0, 0, 9769, 63765, 9968, 64581 -po/tr.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/sl.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 46, 115, 112, 0, 0, 0, 0, 46, 115 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.po, 5570, 33654, 43200, 0, 0, 4398, 30927, 9968, 64581 -po/nn.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/kn.gmo, 5559, 33670, 30643, 0, 0, 0, 0, 5559, 33670 -po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt_BR.po, 5669, 34320, 42358, 0, 0, 4299, 30261, 9968, 64581 -po/cs.po, 7640, 46576, 47243, 0, 0, 2328, 18005, 9968, 64581 -po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr@latin.gmo, 585, 2665, 2555, 0, 0, 0, 0, 585, 2665 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/uk.po, 9841, 63840, 68800, 0, 0, 127, 741, 9968, 64581 -po/mr.gmo, 6589, 40192, 38644, 0, 0, 0, 0, 6589, 40192 -po/pa.po, 5532, 33535, 38612, 0, 0, 4436, 31046, 9968, 64581 -po/ko.po, 3276, 18459, 17588, 0, 0, 6692, 46122, 9968, 64581 -po/bs.gmo, 199, 816, 807, 0, 0, 0, 0, 199, 816 -po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 6183, 38211, 17444, 0, 0, 0, 0, 6183, 38211 -po/or.po, 5437, 30972, 32175, 0, 0, 4531, 33609, 9968, 64581 -po/as.gmo, 5831, 35603, 37400, 0, 0, 0, 0, 5831, 35603 -po/pt.gmo, 339, 1448, 1931, 0, 0, 0, 0, 339, 1448 -po/ky.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/wba.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/km.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/it.po, 1619, 8684, 10148, 0, 0, 8349, 55897, 9968, 64581 -po/ca.po, 436, 1925, 2526, 0, 0, 9532, 62656, 9968, 64581 -po/yo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/el.gmo, 179, 926, 1349, 0, 0, 0, 0, 179, 926 -po/id.po, 206, 815, 764, 0, 0, 9762, 63766, 9968, 64581 -po/cs.gmo, 7640, 46576, 47243, 0, 0, 0, 0, 7640, 46576 -po/el.po, 179, 926, 1349, 0, 0, 9789, 63655, 9968, 64581 -po/mai.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/bal.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/da.gmo, 264, 1124, 1048, 0, 0, 0, 0, 264, 1124 -po/kw_GB.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/pt.po, 339, 1448, 1931, 0, 0, 9629, 63133, 9968, 64581 -po/zh_TW.gmo, 285, 1240, 498, 0, 0, 0, 0, 285, 1240 -po/fr.gmo, 1145, 5721, 7089, 0, 0, 0, 0, 1145, 5721 -po/ja.gmo, 5691, 34440, 15943, 0, 0, 0, 0, 5691, 34440 -po/pl.gmo, 2551, 14147, 14917, 0, 0, 0, 0, 2551, 14147 -po/ar.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/vi.gmo, 2172, 12161, 17103, 0, 0, 0, 0, 2172, 12161 -po/it.gmo, 1619, 8684, 10148, 0, 0, 0, 0, 1619, 8684 -po/gl.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ka.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/nds.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/nb.po, 132, 468, 432, 0, 0, 9836, 64113, 9968, 64581 -po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cy.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/hr.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/sr.po, 585, 2665, 2555, 0, 0, 9383, 61916, 9968, 64581 -po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nso.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/tw.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/sv.gmo, 669, 3361, 3041, 0, 0, 0, 0, 669, 3361 -po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt_BR.gmo, 5669, 34320, 42358, 0, 0, 0, 0, 5669, 34320 -po/zh_HK.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/libvirt.pot, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ur.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/de.gmo, 5601, 33977, 32845, 0, 0, 0, 0, 5601, 33977 -po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/mr.po, 6589, 40192, 38644, 0, 0, 3379, 24389, 9968, 64581 -po/af.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/si.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/nl.gmo, 2466, 13737, 14285, 0, 0, 0, 0, 2466, 13737 -po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ne.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/bn_IN.gmo, 2298, 12849, 13627, 0, 0, 0, 0, 2298, 12849 -po/ko.gmo, 3276, 18459, 17588, 0, 0, 0, 0, 3276, 18459 -po/lt.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/fi.po, 356, 1506, 1173, 0, 0, 9612, 63075, 9968, 64581 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.gmo, 5405, 32023, 30997, 0, 0, 0, 0, 5405, 32023 -po/en_GB.po, 5653, 34343, 34343, 0, 0, 4315, 30238, 9968, 64581 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_TW.po, 285, 1240, 498, 0, 0, 9683, 63341, 9968, 64581 -po/fa.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ro.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/am.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/br.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/uk.gmo, 9841, 63840, 68800, 0, 0, 0, 0, 9841, 63840 -po/mk.gmo, 311, 1313, 1539, 0, 0, 0, 0, 311, 1313 -po/da.po, 264, 1124, 1048, 0, 0, 9704, 63457, 9968, 64581 -po/sr.gmo, 585, 2665, 2555, 0, 0, 0, 0, 585, 2665 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/is.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/bn_IN.po, 2298, 12849, 13627, 0, 0, 7670, 51732, 9968, 64581 -po/sk.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ga.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ja.po, 5691, 34440, 15943, 0, 0, 4277, 30141, 9968, 64581 -po/ia.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/he.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/mk.po, 311, 1313, 1539, 0, 0, 9657, 63268, 9968, 64581 -po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/anp.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/fur.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/sr@latin.po, 585, 2665, 2555, 0, 0, 9383, 61916, 9968, 64581 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.po, 669, 3361, 3041, 0, 0, 9299, 61220, 9968, 64581 -po/ta.po, 6084, 37323, 34172, 0, 0, 3884, 27258, 9968, 64581 -po/lv.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tg.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/hi.gmo, 3487, 20189, 24033, 0, 0, 0, 0, 3487, 20189 -po/as.po, 5831, 35603, 37400, 0, 0, 4137, 28978, 9968, 64581 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/eu.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/fil.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.po, 5588, 33905, 28238, 0, 0, 4380, 30676, 9968, 64581 -po/ca.gmo, 436, 1925, 2526, 0, 0, 0, 0, 436, 1925 -po/de.po, 5601, 33977, 32845, 0, 0, 4367, 30604, 9968, 64581 -po/fr.po, 1145, 5721, 7089, 0, 0, 8823, 58860, 9968, 64581 -po/bo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/mn.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.gmo, 5653, 34343, 34343, 0, 0, 0, 0, 5653, 34343 -po/hu.po, 264, 1124, 1056, 0, 0, 9704, 63457, 9968, 64581 -po/kk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pl.po, 2551, 14147, 14917, 0, 0, 7417, 50434, 9968, 64581 -po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.po, 5405, 32023, 30997, 0, 0, 4563, 32558, 9968, 64581 -po/et.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ta.gmo, 6084, 37323, 34172, 0, 0, 0, 0, 6084, 37323 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.gmo, 5588, 33905, 28238, 0, 0, 0, 0, 5588, 33905 -po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/km.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ms.po, 46, 115, 112, 0, 0, 9922, 64466, 9968, 64581 -po/vi.po, 2172, 12161, 17103, 0, 0, 7796, 52420, 9968, 64581 -po/fil.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/hu.gmo, 264, 1124, 1056, 0, 0, 0, 0, 264, 1124 -po/be.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/hi.po, 3487, 20189, 24033, 0, 0, 6481, 44392, 9968, 64581 -po/gu.po, 5795, 34866, 37538, 0, 0, 4173, 29715, 9968, 64581 -po/zh_CN.po, 6183, 38211, 17444, 0, 0, 3785, 26370, 9968, 64581 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/my.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/or.gmo, 5437, 30972, 32175, 0, 0, 0, 0, 5437, 30972 -po/te.po, 5529, 33452, 29431, 0, 0, 4439, 31129, 9968, 64581 -po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sq.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/bg.po, 329, 1412, 1573, 0, 0, 9639, 63169, 9968, 64581 -po/fur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/th.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/te.gmo, 5529, 33452, 29431, 0, 0, 0, 0, 5529, 33452 -po/bg.gmo, 329, 1412, 1573, 0, 0, 0, 0, 329, 1412 -po/fi.gmo, 356, 1506, 1173, 0, 0, 0, 0, 356, 1506 -po/de_CH.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/ilo.po, 0, 0, 0, 0, 0, 9968, 64581, 9968, 64581 -po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.gmo, 5532, 33535, 38612, 0, 0, 0, 0, 5532, 33535 -po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kn.po, 5559, 33670, 30643, 0, 0, 4409, 30911, 9968, 64581 diff --git a/results/f31/libvirt-glib-2.0.0-4.fc31.src.rpm.errors.txt b/results/f31/libvirt-glib-2.0.0-4.fc31.src.rpm.errors.txt deleted file mode 100644 index c99c3b1..0000000 --- a/results/f31/libvirt-glib-2.0.0-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv b/results/f31/libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv deleted file mode 100644 index a302a34..0000000 --- a/results/f31/libvirt-glib-2.0.0-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,96 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 30, 153, 142, 0, 0, 0, 0, 30, 153 -po/pt_BR.po, 25, 121, 159, 0, 0, 5, 32, 30, 153 -po/sl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/fa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/cy.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/mk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/es.po, 29, 145, 205, 0, 0, 1, 8, 30, 153 -po/sv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ca.po, 30, 153, 223, 0, 0, 0, 0, 30, 153 -po/el.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ro.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nds.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/or.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zh_HK.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ar.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/hr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/et.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/be.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bn_IN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/as.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/anp.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ka.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/uk.po, 30, 153, 150, 0, 0, 0, 0, 30, 153 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/lt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/mr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ne.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/pl.po, 30, 153, 158, 0, 0, 0, 0, 30, 153 -po/sr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/gl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/lv.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/te.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/eu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ilo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/vi.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/fi.po, 7, 31, 28, 0, 0, 23, 122, 30, 153 -po/bs.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/wba.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/pa.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/th.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/en_GB.po, 25, 121, 121, 0, 0, 5, 32, 30, 153 -po/fr.po, 29, 145, 167, 0, 0, 1, 8, 30, 153 -po/kw@uccor.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/br.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ml.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/mai.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/is.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/hu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nl.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/sq.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/pt.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ru.po, 1, 4, 3, 0, 0, 29, 149, 30, 153 -po/ta.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/de_CH.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/eo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/am.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nso.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/af.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/id.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/brx.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/gu.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ms.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/si.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/tw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/de.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zh_CN.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kw_GB.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/zh_TW.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ja.po, 25, 121, 52, 0, 0, 5, 32, 30, 153 -po/nn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/km.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kw.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/da.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ko.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/hi.po, 25, 121, 166, 0, 0, 5, 32, 30, 153 -po/mn.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/yo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ky.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/sk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/sr@latin.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bo.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/he.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/kk.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ur.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/bal.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/it.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/tr.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ast.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/tg.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/nb.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 -po/ia.po, 0, 0, 0, 0, 0, 30, 153, 30, 153 diff --git a/results/f31/libvisual-0.4.0-27.fc31.src.rpm.errors.txt b/results/f31/libvisual-0.4.0-27.fc31.src.rpm.errors.txt deleted file mode 100644 index 7cdf8df..0000000 --- a/results/f31/libvisual-0.4.0-27.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/libvisual-0.4.0-27.fc31.src.rpm.stats.csv b/results/f31/libvisual-0.4.0-27.fc31.src.rpm.stats.csv deleted file mode 100644 index 3baf47e..0000000 --- a/results/f31/libvisual-0.4.0-27.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,6 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/libvisual-0.4.pot, 0, 0, 0, 0, 0, 205, 1055, 205, 1055 -po/es_ES.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -po/es_AR.gmo, 62, 303, 364, 0, 0, 0, 0, 62, 303 -po/es_ES.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 -po/es_AR.po, 62, 303, 364, 51, 204, 92, 548, 205, 1055 diff --git a/results/f31/libwnck3-3.32.0-2.fc31.src.rpm.errors.txt b/results/f31/libwnck3-3.32.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index f214f9e..0000000 --- a/results/f31/libwnck3-3.32.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.pre-git) diff --git a/results/f31/libwnck3-3.32.0-2.fc31.src.rpm.stats.csv b/results/f31/libwnck3-3.32.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 6fec47e..0000000 --- a/results/f31/libwnck3-3.32.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,94 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 231, 1086, 353, 0, 0, 0, 0, 231, 1086 -po/zh_HK.po, 230, 1084, 352, 0, 0, 0, 0, 230, 1084 -po/zh_CN.po, 231, 1086, 330, 0, 0, 0, 0, 231, 1086 -po/xh.po, 30, 73, 88, 0, 0, 0, 0, 30, 73 -po/wa.po, 15, 30, 46, 9, 29, 6, 14, 30, 73 -po/vi.po, 231, 1086, 1657, 0, 0, 0, 0, 231, 1086 -po/uk.po, 230, 1084, 998, 0, 0, 0, 0, 230, 1084 -po/ug.po, 230, 1082, 991, 0, 0, 0, 0, 230, 1082 -po/tr.po, 231, 1086, 986, 0, 0, 0, 0, 231, 1086 -po/th.po, 231, 1086, 432, 0, 0, 0, 0, 231, 1086 -po/te.po, 231, 1086, 859, 0, 0, 0, 0, 231, 1086 -po/ta.po, 230, 1068, 908, 1, 18, 0, 0, 231, 1086 -po/sv.po, 231, 1086, 1025, 0, 0, 0, 0, 231, 1086 -po/sr@latin.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -po/sr.po, 231, 1086, 1084, 0, 0, 0, 0, 231, 1086 -po/sq.po, 33, 88, 131, 0, 0, 0, 0, 33, 88 -po/sl.po, 231, 1086, 1032, 0, 0, 0, 0, 231, 1086 -po/sk.po, 231, 1086, 1016, 0, 0, 0, 0, 231, 1086 -po/si.po, 32, 87, 103, 0, 0, 0, 0, 32, 87 -po/rw.po, 1, 2, 2, 20, 55, 9, 16, 30, 73 -po/ru.po, 231, 1086, 1035, 0, 0, 0, 0, 231, 1086 -po/ro.po, 241, 1124, 1277, 0, 0, 0, 0, 241, 1124 -po/pt_BR.po, 231, 1086, 1280, 0, 0, 0, 0, 231, 1086 -po/pt.po, 231, 1086, 1291, 0, 0, 0, 0, 231, 1086 -po/pl.po, 231, 1086, 1022, 0, 0, 0, 0, 231, 1086 -po/pa.po, 230, 1084, 1097, 0, 0, 0, 0, 230, 1084 -po/or.po, 230, 1068, 1013, 1, 18, 0, 0, 231, 1086 -po/oc.po, 230, 1082, 1337, 0, 0, 0, 0, 230, 1082 -po/nn.po, 241, 1124, 1049, 0, 0, 0, 0, 241, 1124 -po/nl.po, 231, 1086, 994, 0, 0, 0, 0, 231, 1086 -po/ne.po, 236, 1083, 1017, 3, 39, 0, 0, 239, 1122 -po/nb.po, 203, 749, 697, 0, 0, 27, 335, 230, 1084 -po/ms.po, 21, 47, 49, 7, 21, 2, 5, 30, 73 -po/mr.po, 231, 1086, 1049, 0, 0, 0, 0, 231, 1086 -po/mn.po, 21, 47, 56, 7, 21, 2, 5, 30, 73 -po/ml.po, 231, 1086, 835, 0, 0, 0, 0, 231, 1086 -po/mk.po, 240, 1106, 1275, 1, 18, 0, 0, 241, 1124 -po/mi.po, 0, 0, 0, 6, 11, 24, 62, 30, 73 -po/mai.po, 47, 97, 124, 0, 0, 194, 1027, 241, 1124 -po/lv.po, 231, 1086, 967, 0, 0, 0, 0, 231, 1086 -po/lt.po, 231, 1086, 940, 0, 0, 0, 0, 231, 1086 -po/li.po, 15, 30, 32, 9, 29, 6, 14, 30, 73 -po/ky.po, 27, 69, 74, 1, 1, 2, 3, 30, 73 -po/ku.po, 30, 73, 87, 0, 0, 0, 0, 30, 73 -po/ko.po, 230, 1084, 985, 0, 0, 0, 0, 230, 1084 -po/kn.po, 230, 1068, 899, 1, 18, 0, 0, 231, 1086 -po/km.po, 230, 1084, 522, 0, 0, 0, 0, 230, 1084 -po/kk.po, 89, 207, 223, 0, 0, 142, 879, 231, 1086 -po/ka.po, 152, 621, 529, 0, 0, 87, 501, 239, 1122 -po/ja.po, 231, 1086, 443, 0, 0, 0, 0, 231, 1086 -po/it.po, 231, 1086, 1208, 0, 0, 0, 0, 231, 1086 -po/is.po, 17, 33, 43, 8, 27, 5, 13, 30, 73 -po/id.po, 231, 1086, 1113, 0, 0, 0, 0, 231, 1086 -po/hu.po, 231, 1086, 984, 0, 0, 0, 0, 231, 1086 -po/hr.po, 22, 65, 80, 4, 10, 215, 1049, 241, 1124 -po/hi.po, 231, 1086, 1234, 0, 0, 0, 0, 231, 1086 -po/he.po, 230, 1084, 1094, 0, 0, 0, 0, 230, 1084 -po/gu.po, 231, 1086, 1133, 0, 0, 0, 0, 231, 1086 -po/gl.po, 231, 1086, 1330, 0, 0, 0, 0, 231, 1086 -po/gd.po, 231, 1086, 1331, 0, 0, 0, 0, 231, 1086 -po/ga.po, 143, 343, 404, 0, 0, 98, 781, 241, 1124 -po/fy.po, 230, 1082, 1120, 0, 0, 0, 0, 230, 1082 -po/fr.po, 230, 1084, 1336, 0, 0, 0, 0, 230, 1084 -po/fi.po, 230, 1084, 846, 0, 0, 0, 0, 230, 1084 -po/fa.po, 230, 1084, 1127, 0, 0, 0, 0, 230, 1084 -po/eu.po, 229, 1066, 935, 1, 18, 0, 0, 230, 1084 -po/et.po, 230, 1084, 868, 0, 0, 0, 0, 230, 1084 -po/es.po, 231, 1086, 1356, 0, 0, 0, 0, 231, 1086 -po/eo.po, 153, 410, 403, 0, 0, 78, 676, 231, 1086 -po/en_GB.po, 230, 1084, 1084, 0, 0, 0, 0, 230, 1084 -po/en_CA.po, 33, 88, 88, 0, 0, 0, 0, 33, 88 -po/en@shaw.po, 195, 893, 892, 46, 231, 0, 0, 241, 1124 -po/el.po, 231, 1086, 1216, 0, 0, 0, 0, 231, 1086 -po/dz.po, 241, 1124, 745, 0, 0, 0, 0, 241, 1124 -po/de.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -po/da.po, 231, 1086, 1023, 0, 0, 0, 0, 231, 1086 -po/cy.po, 33, 88, 104, 0, 0, 0, 0, 33, 88 -po/cs.po, 231, 1086, 1037, 0, 0, 0, 0, 231, 1086 -po/crh.po, 230, 1084, 959, 0, 0, 0, 0, 230, 1084 -po/ca@valencia.po, 229, 1066, 1341, 1, 18, 0, 0, 230, 1084 -po/ca.po, 229, 1066, 1343, 2, 20, 0, 0, 231, 1086 -po/bs.po, 230, 1068, 1148, 1, 18, 0, 0, 231, 1086 -po/br.po, 98, 240, 257, 2, 8, 141, 876, 241, 1124 -po/bn_IN.po, 230, 1068, 1127, 1, 18, 0, 0, 231, 1086 -po/bn.po, 240, 1106, 1180, 1, 18, 0, 0, 241, 1124 -po/bg.po, 230, 1084, 1263, 0, 0, 0, 0, 230, 1084 -po/be@latin.po, 241, 1124, 1022, 0, 0, 0, 0, 241, 1124 -po/be.po, 230, 1084, 1019, 0, 0, 0, 0, 230, 1084 -po/az.po, 21, 47, 50, 7, 21, 2, 5, 30, 73 -po/ast.po, 241, 1124, 1303, 0, 0, 0, 0, 241, 1124 -po/as.po, 230, 1068, 1055, 1, 18, 0, 0, 231, 1086 -po/ar.po, 241, 1124, 1093, 0, 0, 0, 0, 241, 1124 -po/am.po, 11, 26, 35, 13, 33, 6, 14, 30, 73 diff --git a/results/f31/lrzsz-0.12.20-48.fc31.src.rpm.errors.txt b/results/f31/lrzsz-0.12.20-48.fc31.src.rpm.errors.txt deleted file mode 100644 index 02ac602..0000000 --- a/results/f31/lrzsz-0.12.20-48.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/cat-id-tbl.c) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 12: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-cat-id) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/lrzsz-0.12.20-48.fc31.src.rpm.stats.csv b/results/f31/lrzsz-0.12.20-48.fc31.src.rpm.stats.csv deleted file mode 100644 index 9c3e096..0000000 --- a/results/f31/lrzsz-0.12.20-48.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 128, 709, 711, 2, 404, 5, 10, 135, 1123 -po/lrzsz.pot, 0, 0, 0, 0, 0, 135, 1123, 135, 1123 diff --git a/results/f31/lvm2-2.03.05-2.fc31.src.rpm.errors.txt b/results/f31/lvm2-2.03.05-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 84507a1..0000000 --- a/results/f31/lvm2-2.03.05-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/pogen.h) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) diff --git a/results/f31/lvm2-2.03.05-2.fc31.src.rpm.stats.csv b/results/f31/lvm2-2.03.05-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 0304ed5..0000000 --- a/results/f31/lvm2-2.03.05-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,3 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lvm2.po, 0, 0, 0, 0, 0, 1556, 9826, 1556, 9826 -po/de.po, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f31/lxsession-0.5.4-1.fc31.1.src.rpm.errors.txt b/results/f31/lxsession-0.5.4-1.fc31.1.src.rpm.errors.txt deleted file mode 100644 index 7e965fa..0000000 --- a/results/f31/lxsession-0.5.4-1.fc31.1.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv b/results/f31/lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv deleted file mode 100644 index 1a109ef..0000000 --- a/results/f31/lxsession-0.5.4-1.fc31.1.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bg.po, 53, 145, 166, 36, 89, 77, 521, 166, 755 -po/eu.po, 166, 755, 626, 0, 0, 0, 0, 166, 755 -po/uk.po, 91, 208, 216, 0, 0, 75, 547, 166, 755 -po/pt.po, 166, 755, 865, 0, 0, 0, 0, 166, 755 -po/te.po, 102, 215, 213, 0, 0, 64, 540, 166, 755 -po/el.po, 166, 755, 843, 0, 0, 0, 0, 166, 755 -po/en_GB.po, 26, 97, 97, 29, 78, 111, 580, 166, 755 -po/hr.po, 121, 422, 420, 0, 0, 45, 333, 166, 755 -po/af.po, 11, 28, 29, 4, 9, 151, 718, 166, 755 -po/ca.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -po/sv.po, 166, 755, 735, 0, 0, 0, 0, 166, 755 -po/fa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -po/pt_BR.po, 166, 755, 926, 0, 0, 0, 0, 166, 755 -po/et.po, 166, 755, 599, 0, 0, 0, 0, 166, 755 -po/is.po, 135, 343, 343, 0, 0, 31, 412, 166, 755 -po/ro.po, 26, 97, 91, 29, 78, 111, 580, 166, 755 -po/nb.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -po/ja.po, 166, 755, 251, 0, 0, 0, 0, 166, 755 -po/be.po, 26, 97, 87, 29, 78, 111, 580, 166, 755 -po/sl.po, 47, 131, 126, 11, 22, 144, 659, 202, 812 -po/am.po, 3, 5, 6, 3, 5, 160, 745, 166, 755 -po/de.po, 46, 114, 115, 15, 38, 105, 603, 166, 755 -po/eo.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -po/sr.po, 166, 755, 742, 0, 0, 0, 0, 166, 755 -po/tt_RU.po, 12, 29, 28, 4, 9, 150, 717, 166, 755 -po/ast.po, 12, 29, 27, 4, 9, 150, 717, 166, 755 -po/ko.po, 166, 755, 660, 0, 0, 0, 0, 166, 755 -po/th.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -po/ar.po, 122, 490, 461, 12, 84, 32, 181, 166, 755 -po/zh_TW.po, 149, 680, 241, 14, 40, 3, 35, 166, 755 -po/lt.po, 166, 755, 736, 0, 0, 0, 0, 166, 755 -po/ms.po, 12, 29, 25, 4, 9, 150, 717, 166, 755 -po/ru.po, 166, 755, 738, 0, 0, 0, 0, 166, 755 -po/fi.po, 105, 241, 192, 11, 40, 50, 474, 166, 755 -po/nl.po, 166, 755, 758, 0, 0, 0, 0, 166, 755 -po/hu.po, 59, 106, 92, 0, 0, 107, 649, 166, 755 -po/vi.po, 26, 97, 152, 29, 78, 111, 580, 166, 755 -po/si.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -po/nn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -po/sk.po, 159, 713, 695, 0, 0, 7, 42, 166, 755 -po/ur.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -po/pl.po, 166, 755, 751, 0, 0, 0, 0, 166, 755 -po/es.po, 166, 755, 910, 0, 0, 0, 0, 166, 755 -po/fr.po, 166, 755, 985, 0, 0, 0, 0, 166, 755 -po/it.po, 52, 142, 146, 32, 81, 82, 532, 166, 755 -po/ps.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -po/ml.po, 0, 0, 0, 0, 0, 166, 755, 166, 755 -po/bn_IN.po, 11, 28, 27, 5, 10, 150, 717, 166, 755 -po/ug.po, 26, 97, 83, 29, 78, 111, 580, 166, 755 -po/fo.po, 12, 29, 21, 4, 9, 150, 717, 166, 755 -po/kk.po, 121, 318, 320, 4, 24, 41, 413, 166, 755 -po/lg.po, 111, 295, 376, 0, 0, 55, 460, 166, 755 -po/gl.po, 166, 755, 917, 0, 0, 0, 0, 166, 755 -po/sr@latin.po, 165, 734, 726, 0, 0, 1, 21, 166, 755 -po/da.po, 166, 755, 701, 0, 0, 0, 0, 166, 755 -po/zh_CN.po, 166, 755, 249, 0, 0, 0, 0, 166, 755 -po/id.po, 111, 298, 315, 10, 37, 45, 420, 166, 755 -po/bn.po, 12, 29, 31, 4, 9, 150, 717, 166, 755 -po/tr.po, 166, 755, 700, 0, 0, 0, 0, 166, 755 -po/ur_PK.po, 12, 29, 33, 4, 9, 150, 717, 166, 755 -po/cs.po, 166, 755, 732, 0, 0, 0, 0, 166, 755 -po/pa.po, 12, 29, 29, 4, 9, 150, 717, 166, 755 -po/he.po, 124, 328, 343, 6, 17, 36, 410, 166, 755 -po/frp.po, 10, 16, 16, 5, 15, 151, 724, 166, 755 diff --git a/results/f31/man-db-2.8.4-5.fc31.src.rpm.errors.txt b/results/f31/man-db-2.8.4-5.fc31.src.rpm.errors.txt deleted file mode 100644 index ec1c7b0..0000000 --- a/results/f31/man-db-2.8.4-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,32 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xde in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbe in position 0: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf5 in position 3: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe6 in position 34: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./gl/po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xee in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f31/man-db-2.8.4-5.fc31.src.rpm.stats.csv b/results/f31/man-db-2.8.4-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 0fd4868..0000000 --- a/results/f31/man-db-2.8.4-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,132 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -gl/po/it.po, 42, 163, 185, 7, 40, 0, 0, 49, 203 -gl/po/nl.po, 42, 163, 175, 7, 40, 0, 0, 49, 203 -gl/po/it.gmo, 42, 163, 185, 0, 0, 0, 0, 42, 163 -gl/po/da.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -gl/po/ru.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -gl/po/zh_TW.gmo, 3, 6, 3, 0, 0, 0, 0, 3, 6 -gl/po/sr.gmo, 42, 163, 165, 0, 0, 0, 0, 42, 163 -gl/po/bg.gmo, 5, 19, 21, 0, 0, 0, 0, 5, 19 -gl/po/eu.gmo, 3, 6, 5, 0, 0, 0, 0, 3, 6 -gl/po/cs.gmo, 42, 163, 168, 0, 0, 0, 0, 42, 163 -gl/po/cs.po, 42, 163, 168, 7, 40, 0, 0, 49, 203 -gl/po/ru.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -gl/po/uk.po, 42, 163, 149, 7, 40, 0, 0, 49, 203 -gl/po/zh_CN.gmo, 41, 160, 63, 0, 0, 0, 0, 41, 160 -gl/po/ca.po, 15, 66, 85, 26, 114, 8, 23, 49, 203 -gl/po/ca.gmo, 15, 66, 85, 0, 0, 0, 0, 15, 66 -gl/po/zh_TW.po, 3, 6, 3, 25, 123, 21, 74, 49, 203 -gl/po/pl.po, 42, 163, 162, 7, 40, 0, 0, 49, 203 -gl/po/af.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -gl/po/nl.gmo, 42, 163, 175, 0, 0, 0, 0, 42, 163 -gl/po/es.gmo, 42, 163, 198, 0, 0, 0, 0, 42, 163 -gl/po/nb.gmo, 2, 5, 5, 0, 0, 0, 0, 2, 5 -gl/po/fi.po, 42, 163, 140, 7, 40, 0, 0, 49, 203 -gl/po/eo.gmo, 42, 163, 154, 0, 0, 0, 0, 42, 163 -gl/po/be.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -gl/po/el.gmo, 3, 6, 7, 0, 0, 0, 0, 3, 6 -gl/po/pt_BR.po, 42, 163, 191, 7, 40, 0, 0, 49, 203 -gl/po/be.gmo, 4, 13, 12, 0, 0, 0, 0, 4, 13 -gl/po/sl.gmo, 42, 163, 164, 0, 0, 0, 0, 42, 163 -gl/po/af.po, 4, 13, 12, 23, 113, 22, 77, 49, 203 -gl/po/eo.po, 42, 163, 154, 7, 40, 0, 0, 49, 203 -gl/po/ms.gmo, 4, 13, 15, 0, 0, 0, 0, 4, 13 -gl/po/fr.gmo, 42, 163, 195, 0, 0, 0, 0, 42, 163 -gl/po/fr.po, 42, 163, 195, 7, 40, 0, 0, 49, 203 -gl/po/gl.gmo, 34, 118, 152, 0, 0, 0, 0, 34, 118 -gl/po/ga.po, 40, 153, 161, 9, 50, 0, 0, 49, 203 -gl/po/rw.gmo, 2, 2, 2, 0, 0, 0, 0, 2, 2 -gl/po/ms.po, 4, 13, 15, 23, 113, 22, 77, 49, 203 -gl/po/bg.po, 5, 19, 21, 23, 110, 21, 74, 49, 203 -gl/po/eu.po, 3, 6, 5, 24, 120, 22, 77, 49, 203 -gl/po/sk.po, 2, 5, 5, 23, 103, 24, 95, 49, 203 -gl/po/pt_BR.gmo, 42, 163, 191, 0, 0, 0, 0, 42, 163 -gl/po/nb.po, 2, 5, 5, 24, 120, 23, 78, 49, 203 -gl/po/fi.gmo, 42, 163, 140, 0, 0, 0, 0, 42, 163 -gl/po/tr.po, 4, 13, 11, 24, 116, 21, 74, 49, 203 -gl/po/vi.gmo, 42, 163, 265, 0, 0, 0, 0, 42, 163 -gl/po/sr.po, 42, 163, 165, 7, 40, 0, 0, 49, 203 -gl/po/pt.po, 42, 163, 186, 7, 40, 0, 0, 49, 203 -gl/po/ko.po, 2, 5, 7, 24, 120, 23, 78, 49, 203 -gl/po/hu.po, 42, 163, 160, 7, 40, 0, 0, 49, 203 -gl/po/ja.gmo, 42, 163, 70, 0, 0, 0, 0, 42, 163 -gl/po/de.gmo, 42, 163, 166, 0, 0, 0, 0, 42, 163 -gl/po/es.po, 42, 163, 198, 7, 40, 0, 0, 49, 203 -gl/po/tr.gmo, 4, 13, 11, 0, 0, 0, 0, 4, 13 -gl/po/ro.po, 14, 57, 61, 23, 101, 12, 45, 49, 203 -gl/po/sv.po, 42, 163, 158, 7, 40, 0, 0, 49, 203 -gl/po/hu.gmo, 42, 163, 160, 0, 0, 0, 0, 42, 163 -gl/po/pl.gmo, 42, 163, 162, 0, 0, 0, 0, 42, 163 -gl/po/man-db-gnulib.pot, 0, 0, 0, 0, 0, 49, 203, 49, 203 -gl/po/pt.gmo, 42, 163, 186, 0, 0, 0, 0, 42, 163 -gl/po/ja.po, 42, 163, 70, 7, 40, 0, 0, 49, 203 -gl/po/de.po, 42, 163, 166, 7, 40, 0, 0, 49, 203 -gl/po/gl.po, 34, 118, 152, 7, 40, 8, 45, 49, 203 -gl/po/et.po, 35, 150, 127, 6, 37, 8, 16, 49, 203 -gl/po/vi.po, 42, 163, 265, 7, 40, 0, 0, 49, 203 -gl/po/rw.po, 2, 2, 2, 38, 175, 9, 26, 49, 203 -gl/po/sv.gmo, 42, 163, 158, 0, 0, 0, 0, 42, 163 -gl/po/sl.po, 42, 163, 164, 7, 40, 0, 0, 49, 203 -gl/po/uk.gmo, 42, 163, 149, 0, 0, 0, 0, 42, 163 -gl/po/el.po, 3, 6, 7, 22, 102, 24, 95, 49, 203 -gl/po/zh_CN.po, 41, 160, 63, 8, 43, 0, 0, 49, 203 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man/po4a/po/nl.po, 185, 4827, 4619, 61, 1176, 130, 2347, 376, 8350 -man/po4a/po/da.po, 278, 3985, 3576, 0, 0, 98, 4365, 376, 8350 -man/po4a/po/ru.po, 376, 8350, 7382, 0, 0, 0, 0, 376, 8350 -man/po4a/po/id.po, 347, 7617, 7100, 28, 697, 1, 36, 376, 8350 -man/po4a/po/man-db-manpages.pot, 0, 0, 0, 0, 0, 376, 8350, 376, 8350 -man/po4a/po/pl.po, 374, 8256, 7683, 2, 94, 0, 0, 376, 8350 -man/po4a/po/pt_BR.po, 376, 8350, 9051, 0, 0, 0, 0, 376, 8350 -man/po4a/po/fr.po, 374, 8256, 9537, 2, 94, 0, 0, 376, 8350 -man/po4a/po/tr.po, 374, 8256, 6588, 2, 94, 0, 0, 376, 8350 -man/po4a/po/sr.po, 374, 8256, 7473, 2, 94, 0, 0, 376, 8350 -man/po4a/po/es.po, 363, 7626, 8143, 6, 349, 7, 375, 376, 8350 -man/po4a/po/sv.po, 376, 8350, 7667, 0, 0, 0, 0, 376, 8350 -man/po4a/po/ja.po, 254, 5069, 1201, 39, 881, 83, 2400, 376, 8350 -man/po4a/po/de.po, 376, 8350, 7764, 0, 0, 0, 0, 376, 8350 -man/po4a/po/zh_CN.po, 376, 8350, 1940, 0, 0, 0, 0, 376, 8350 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/it.po, 85, 452, 540, 14, 109, 101, 485, 200, 1046 -po/nl.po, 192, 965, 960, 8, 81, 0, 0, 200, 1046 -po/da.po, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -po/ru.gmo, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -po/zh_TW.gmo, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -po/sr.gmo, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -po/id.gmo, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -po/cs.gmo, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -po/cs.po, 200, 1046, 1182, 0, 0, 0, 0, 200, 1046 -po/ru.po, 200, 1046, 1120, 0, 0, 0, 0, 200, 1046 -po/id.po, 200, 1046, 1145, 0, 0, 0, 0, 200, 1046 -po/zh_CN.gmo, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 -po/ca.po, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -po/ca.gmo, 200, 1046, 1426, 0, 0, 0, 0, 200, 1046 -po/zh_TW.po, 200, 1046, 483, 0, 0, 0, 0, 200, 1046 -po/pl.po, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -po/nl.gmo, 192, 965, 960, 0, 0, 0, 0, 192, 965 -po/es.gmo, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -po/fi.po, 72, 290, 250, 13, 86, 115, 670, 200, 1046 -po/eo.gmo, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -po/pt_BR.po, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -po/eo.po, 200, 1046, 1103, 0, 0, 0, 0, 200, 1046 -po/fr.gmo, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -po/fr.po, 200, 1046, 1359, 0, 0, 0, 0, 200, 1046 -po/pt_BR.gmo, 200, 1046, 1298, 0, 0, 0, 0, 200, 1046 -po/fi.gmo, 72, 290, 250, 0, 0, 0, 0, 72, 290 -po/tr.po, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -po/vi.gmo, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -po/sr.po, 200, 1046, 1180, 0, 0, 0, 0, 200, 1046 -po/ja.gmo, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -po/de.gmo, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -po/es.po, 200, 1046, 1309, 0, 0, 0, 0, 200, 1046 -po/tr.gmo, 200, 1046, 976, 0, 0, 0, 0, 200, 1046 -po/ro.po, 80, 425, 539, 19, 136, 101, 485, 200, 1046 -po/sv.po, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -po/pl.gmo, 200, 1046, 1156, 0, 0, 0, 0, 200, 1046 -po/da.gmo, 200, 1046, 1026, 0, 0, 0, 0, 200, 1046 -po/ja.po, 200, 1046, 558, 0, 0, 0, 0, 200, 1046 -po/de.po, 200, 1046, 1094, 0, 0, 0, 0, 200, 1046 -po/man-db.pot, 0, 0, 0, 0, 0, 200, 1046, 200, 1046 -po/vi.po, 200, 1046, 1688, 0, 0, 0, 0, 200, 1046 -po/sv.gmo, 200, 1046, 1023, 0, 0, 0, 0, 200, 1046 -po/zh_CN.po, 200, 1046, 484, 0, 0, 0, 0, 200, 1046 diff --git a/results/f31/mlocate-0.26-24.fc31.src.rpm.errors.txt b/results/f31/mlocate-0.26-24.fc31.src.rpm.errors.txt deleted file mode 100644 index 1181ccc..0000000 --- a/results/f31/mlocate-0.26-24.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/mlocate-0.26-24.fc31.src.rpm.stats.csv b/results/f31/mlocate-0.26-24.fc31.src.rpm.stats.csv deleted file mode 100644 index fee8019..0000000 --- a/results/f31/mlocate-0.26-24.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,76 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.gmo, 50, 406, 202, 0, 0, 0, 0, 50, 406 -po/nl.po, 50, 406, 415, 1, 175, 0, 0, 51, 581 -po/et.po, 44, 270, 252, 0, 0, 7, 311, 51, 581 -po/fr.gmo, 50, 406, 519, 0, 0, 0, 0, 50, 406 -po/el.gmo, 47, 286, 330, 0, 0, 0, 0, 47, 286 -po/ms.po, 31, 165, 157, 0, 0, 20, 416, 51, 581 -po/ast.gmo, 49, 397, 464, 0, 0, 0, 0, 49, 397 -po/cs.po, 51, 581, 568, 0, 0, 0, 0, 51, 581 -po/sv.po, 50, 406, 402, 1, 175, 0, 0, 51, 581 -po/ca.gmo, 50, 406, 534, 0, 0, 0, 0, 50, 406 -po/tr.po, 7, 22, 20, 0, 0, 44, 559, 51, 581 -po/tr.gmo, 7, 22, 20, 0, 0, 0, 0, 7, 22 -po/ru.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -po/sr@latin.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -po/fi.gmo, 34, 174, 150, 0, 0, 0, 0, 34, 174 -po/sr.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -po/pt.po, 50, 406, 486, 1, 175, 0, 0, 51, 581 -po/as.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -po/ta.po, 4, 156, 156, 1, 175, 46, 250, 51, 581 -po/uk.gmo, 50, 406, 417, 0, 0, 0, 0, 50, 406 -po/hu.gmo, 50, 406, 373, 0, 0, 0, 0, 50, 406 -po/ast.po, 49, 397, 464, 1, 175, 1, 9, 51, 581 -po/bg.gmo, 50, 406, 455, 0, 0, 0, 0, 50, 406 -po/hu.po, 50, 406, 373, 1, 175, 0, 0, 51, 581 -po/ko.gmo, 50, 406, 377, 0, 0, 0, 0, 50, 406 -po/es.po, 50, 406, 490, 1, 175, 0, 0, 51, 581 -po/fr.po, 50, 406, 519, 1, 175, 0, 0, 51, 581 -po/ar.po, 49, 397, 458, 1, 175, 1, 9, 51, 581 -po/nds.gmo, 3, 10, 10, 0, 0, 0, 0, 3, 10 -po/ca.po, 50, 406, 534, 1, 175, 0, 0, 51, 581 -po/ta.gmo, 4, 156, 156, 0, 0, 0, 0, 4, 156 -po/zh_TW.po, 50, 406, 153, 1, 175, 0, 0, 51, 581 -po/ms.gmo, 31, 165, 157, 0, 0, 0, 0, 31, 165 -po/nl.gmo, 50, 406, 415, 0, 0, 0, 0, 50, 406 -po/pt_BR.po, 50, 406, 494, 1, 175, 0, 0, 51, 581 -po/ko.po, 50, 406, 377, 1, 175, 0, 0, 51, 581 -po/mlocate.pot, 0, 0, 0, 0, 0, 51, 581, 51, 581 -po/ar.gmo, 49, 397, 458, 0, 0, 0, 0, 49, 397 -po/sr@latin.gmo, 45, 367, 384, 0, 0, 0, 0, 45, 367 -po/gu.gmo, 24, 140, 147, 0, 0, 0, 0, 24, 140 -po/ru.gmo, 50, 406, 413, 0, 0, 0, 0, 50, 406 -po/en_GB.gmo, 49, 397, 397, 0, 0, 0, 0, 49, 397 -po/da.po, 50, 406, 390, 1, 175, 0, 0, 51, 581 -po/el.po, 47, 286, 330, 0, 0, 4, 295, 51, 581 -po/pt_BR.gmo, 50, 406, 494, 0, 0, 0, 0, 50, 406 -po/bs.po, 47, 380, 399, 1, 175, 3, 26, 51, 581 -po/lv.gmo, 50, 406, 385, 0, 0, 0, 0, 50, 406 -po/cs.gmo, 51, 581, 568, 0, 0, 0, 0, 51, 581 -po/fi.po, 34, 174, 150, 0, 0, 17, 407, 51, 581 -po/fa.po, 50, 406, 447, 1, 175, 0, 0, 51, 581 -po/da.gmo, 50, 406, 390, 0, 0, 0, 0, 50, 406 -po/zh_TW.gmo, 50, 406, 153, 0, 0, 0, 0, 50, 406 -po/zh_CN.po, 50, 406, 194, 1, 175, 0, 0, 51, 581 -po/lv.po, 50, 406, 385, 1, 175, 0, 0, 51, 581 -po/zh_CN.gmo, 50, 406, 194, 0, 0, 0, 0, 50, 406 -po/bs.gmo, 47, 380, 399, 0, 0, 0, 0, 47, 380 -po/gu.po, 24, 140, 147, 0, 0, 27, 441, 51, 581 -po/de.po, 50, 406, 372, 1, 175, 0, 0, 51, 581 -po/bg.po, 50, 406, 455, 1, 175, 0, 0, 51, 581 -po/es.gmo, 50, 406, 490, 0, 0, 0, 0, 50, 406 -po/sr.po, 45, 367, 384, 1, 175, 5, 39, 51, 581 -po/en_GB.po, 49, 397, 397, 1, 175, 1, 9, 51, 581 -po/pl.po, 50, 406, 426, 1, 175, 0, 0, 51, 581 -po/de.gmo, 50, 406, 372, 0, 0, 0, 0, 50, 406 -po/fa.gmo, 50, 406, 447, 0, 0, 0, 0, 50, 406 -po/as.po, 50, 406, 413, 1, 175, 0, 0, 51, 581 -po/pl.gmo, 50, 406, 426, 0, 0, 0, 0, 50, 406 -po/uk.po, 50, 406, 417, 1, 175, 0, 0, 51, 581 -po/sv.gmo, 50, 406, 402, 0, 0, 0, 0, 50, 406 -po/nds.po, 3, 10, 10, 0, 0, 48, 571, 51, 581 -po/ja.po, 50, 406, 202, 1, 175, 0, 0, 51, 581 -po/et.gmo, 44, 270, 252, 0, 0, 0, 0, 44, 270 -po/it.po, 50, 406, 451, 1, 175, 0, 0, 51, 581 -po/it.gmo, 50, 406, 451, 0, 0, 0, 0, 50, 406 -po/pt.gmo, 50, 406, 486, 0, 0, 0, 0, 50, 406 diff --git a/results/f31/mousetweaks-3.32.0-2.fc31.src.rpm.errors.txt b/results/f31/mousetweaks-3.32.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index ad9e22f..0000000 --- a/results/f31/mousetweaks-3.32.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv b/results/f31/mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index e8d6a99..0000000 --- a/results/f31/mousetweaks-3.32.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,154 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/hi.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/tg.gmo, 30, 114, 118, 0, 0, 0, 0, 30, 114 -po/fa.gmo, 30, 114, 123, 0, 0, 0, 0, 30, 114 -po/he.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/th.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/da.gmo, 34, 131, 108, 0, 0, 0, 0, 34, 131 -po/he.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/nl.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/gu.gmo, 30, 114, 101, 0, 0, 0, 0, 30, 114 -po/fa.po, 30, 114, 123, 0, 0, 0, 0, 30, 114 -po/el.gmo, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/ug.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/ne.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/gl.gmo, 30, 114, 171, 0, 0, 0, 0, 30, 114 -po/hr.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/ja.po, 30, 114, 39, 0, 0, 0, 0, 30, 114 -po/mousetweaks.pot, 0, 0, 0, 0, 0, 34, 131, 34, 131 -po/eo.gmo, 30, 114, 105, 0, 0, 0, 0, 30, 114 -po/bn_IN.gmo, 94, 715, 740, 0, 0, 0, 0, 94, 715 -po/be.gmo, 30, 114, 115, 0, 0, 0, 0, 30, 114 -po/bs.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/bn_IN.po, 94, 715, 740, 0, 0, 0, 0, 94, 715 -po/ca.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/eo.po, 30, 114, 105, 0, 0, 0, 0, 30, 114 -po/vi.po, 30, 114, 140, 0, 0, 0, 0, 30, 114 -po/ko.gmo, 30, 114, 107, 0, 0, 0, 0, 30, 114 -po/ca@valencia.gmo, 30, 114, 161, 0, 0, 0, 0, 30, 114 -po/ro.po, 30, 114, 129, 0, 0, 0, 0, 30, 114 -po/or.gmo, 94, 715, 720, 0, 0, 0, 0, 94, 715 -po/mr.gmo, 94, 715, 631, 0, 0, 0, 0, 94, 715 -po/gd.gmo, 30, 114, 136, 0, 0, 0, 0, 30, 114 -po/ca.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/fi.gmo, 23, 73, 59, 0, 0, 0, 0, 23, 73 -po/or.po, 94, 715, 720, 0, 0, 0, 0, 94, 715 -po/id.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/mk.gmo, 76, 294, 380, 0, 0, 0, 0, 76, 294 -po/is.po, 14, 29, 26, 0, 0, 16, 85, 30, 114 -po/uk.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/pt_BR.gmo, 34, 131, 170, 0, 0, 0, 0, 34, 131 -po/sq.gmo, 94, 426, 497, 0, 0, 0, 0, 94, 426 -po/en_GB.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/eu.gmo, 30, 114, 108, 0, 0, 0, 0, 30, 114 -po/hu.po, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/de.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/zh_CN.gmo, 30, 114, 36, 0, 0, 0, 0, 30, 114 -po/lv.po, 30, 114, 104, 0, 0, 0, 0, 30, 114 -po/lo.gmo, 30, 114, 48, 0, 0, 0, 0, 30, 114 -po/de.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/sl.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/pt.po, 30, 114, 153, 0, 0, 0, 0, 30, 114 -po/lt.gmo, 30, 114, 97, 0, 0, 0, 0, 30, 114 -po/ta.gmo, 30, 114, 112, 0, 0, 0, 0, 30, 114 -po/pt_BR.po, 34, 131, 170, 0, 0, 0, 0, 34, 131 -po/bn.po, 97, 730, 752, 0, 0, 0, 0, 97, 730 -po/nb.gmo, 30, 114, 99, 0, 0, 0, 0, 30, 114 -po/bs.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/it.po, 34, 131, 164, 0, 0, 0, 0, 34, 131 -po/sr@latin.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -po/nb.po, 30, 114, 99, 0, 0, 0, 0, 30, 114 -po/ar.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/ca@valencia.po, 30, 114, 161, 0, 0, 0, 0, 30, 114 -po/gd.po, 30, 114, 136, 0, 0, 0, 0, 30, 114 -po/hr.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/oc.po, 30, 114, 155, 0, 0, 0, 0, 30, 114 -po/zh_HK.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/sk.gmo, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/kk.gmo, 30, 114, 116, 0, 0, 0, 0, 30, 114 -po/sv.po, 34, 131, 101, 0, 0, 0, 0, 34, 131 -po/ml.gmo, 30, 114, 92, 0, 0, 0, 0, 30, 114 -po/te.po, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/ja.gmo, 30, 114, 39, 0, 0, 0, 0, 30, 114 -po/da.po, 34, 131, 108, 0, 0, 0, 0, 34, 131 -po/fi.po, 23, 73, 59, 1, 4, 6, 37, 30, 114 -po/sk.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/en@shaw.po, 83, 630, 630, 14, 100, 0, 0, 97, 730 -po/be.po, 30, 114, 115, 0, 0, 0, 0, 30, 114 -po/mai.po, 12, 16, 24, 0, 0, 82, 699, 94, 715 -po/et.gmo, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/sr.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 -po/sr.gmo, 30, 114, 121, 0, 0, 0, 0, 30, 114 -po/te.gmo, 30, 114, 111, 0, 0, 0, 0, 30, 114 -po/et.po, 30, 114, 98, 0, 0, 0, 0, 30, 114 -po/vi.gmo, 30, 114, 140, 0, 0, 0, 0, 30, 114 -po/zh_TW.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/ko.po, 30, 114, 107, 0, 0, 0, 0, 30, 114 -po/ro.gmo, 30, 114, 129, 0, 0, 0, 0, 30, 114 -po/ht.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/lv.gmo, 30, 114, 104, 0, 0, 0, 0, 30, 114 -po/fur.po, 30, 114, 151, 0, 0, 0, 0, 30, 114 -po/pl.po, 34, 131, 132, 0, 0, 0, 0, 34, 131 -po/zh_CN.po, 30, 114, 36, 0, 0, 0, 0, 30, 114 -po/en@shaw.gmo, 83, 630, 630, 0, 0, 0, 0, 83, 630 -po/sv.gmo, 34, 131, 101, 0, 0, 0, 0, 34, 131 -po/nn.gmo, 76, 294, 291, 0, 0, 0, 0, 76, 294 -po/kk.po, 30, 114, 116, 0, 0, 0, 0, 30, 114 -po/tg.po, 30, 114, 118, 0, 0, 0, 0, 30, 114 -po/es.po, 34, 131, 194, 0, 0, 0, 0, 34, 131 -po/pt.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -po/ug.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/ne.gmo, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/uk.po, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/ru.po, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/nl.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/ar.po, 30, 114, 102, 0, 0, 0, 0, 30, 114 -po/bg.po, 30, 114, 153, 0, 0, 0, 0, 30, 114 -po/zh_TW.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/tr.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/eu.po, 30, 114, 108, 0, 0, 0, 0, 30, 114 -po/zh_HK.gmo, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/pa.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/as.po, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/en_GB.gmo, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/kn.po, 94, 715, 569, 0, 0, 0, 0, 94, 715 -po/it.gmo, 34, 131, 164, 0, 0, 0, 0, 34, 131 -po/an.gmo, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/as.gmo, 30, 114, 113, 0, 0, 0, 0, 30, 114 -po/lo.po, 30, 114, 48, 0, 0, 0, 0, 30, 114 -po/el.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/cs.gmo, 34, 131, 131, 0, 0, 0, 0, 34, 131 -po/mai.gmo, 12, 16, 24, 0, 0, 0, 0, 12, 16 -po/pl.gmo, 34, 131, 132, 0, 0, 0, 0, 34, 131 -po/ru.gmo, 30, 114, 109, 0, 0, 0, 0, 30, 114 -po/oc.gmo, 30, 114, 155, 0, 0, 0, 0, 30, 114 -po/is.gmo, 14, 29, 26, 0, 0, 0, 0, 14, 29 -po/pa.po, 30, 114, 114, 0, 0, 0, 0, 30, 114 -po/fr.gmo, 30, 114, 150, 0, 0, 0, 0, 30, 114 -po/tr.gmo, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/hi.po, 30, 114, 125, 0, 0, 0, 0, 30, 114 -po/lt.po, 30, 114, 97, 0, 0, 0, 0, 30, 114 -po/kn.gmo, 94, 715, 569, 0, 0, 0, 0, 94, 715 -po/hu.gmo, 34, 131, 121, 0, 0, 0, 0, 34, 131 -po/es.gmo, 34, 131, 194, 0, 0, 0, 0, 34, 131 -po/ast.gmo, 97, 730, 863, 0, 0, 0, 0, 97, 730 -po/gu.po, 30, 114, 101, 0, 0, 0, 0, 30, 114 -po/bg.gmo, 30, 114, 153, 0, 0, 0, 0, 30, 114 -po/th.po, 30, 114, 38, 0, 0, 0, 0, 30, 114 -po/an.po, 30, 114, 167, 0, 0, 0, 0, 30, 114 -po/nn.po, 76, 294, 291, 0, 0, 0, 0, 76, 294 -po/bn.gmo, 97, 730, 752, 0, 0, 0, 0, 97, 730 -po/mr.po, 94, 715, 631, 0, 0, 0, 0, 94, 715 -po/id.po, 34, 131, 124, 0, 0, 0, 0, 34, 131 -po/fr.po, 30, 114, 150, 0, 0, 0, 0, 30, 114 -po/ht.gmo, 30, 114, 117, 0, 0, 0, 0, 30, 114 -po/ml.po, 30, 114, 92, 0, 0, 0, 0, 30, 114 -po/sl.po, 30, 114, 110, 0, 0, 0, 0, 30, 114 -po/gl.po, 30, 114, 171, 0, 0, 0, 0, 30, 114 -po/ast.po, 97, 730, 863, 0, 0, 0, 0, 97, 730 -po/ta.po, 30, 114, 112, 0, 0, 0, 0, 30, 114 -po/cs.po, 34, 131, 131, 0, 0, 0, 0, 34, 131 -po/fur.gmo, 30, 114, 151, 0, 0, 0, 0, 30, 114 -po/mk.po, 76, 294, 380, 0, 0, 0, 0, 76, 294 -po/sq.po, 94, 426, 497, 0, 0, 0, 0, 94, 426 -po/sr@latin.po, 30, 114, 121, 0, 0, 0, 0, 30, 114 diff --git a/results/f31/nautilus-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/nautilus-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f31/nautilus-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/nautilus-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/nautilus-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index c92d33e..0000000 --- a/results/f31/nautilus-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,118 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 1171, 6674, 4763, 36, 174, 7, 128, 1214, 6976 -po/zh_TW.po, 1123, 5621, 1538, 0, 0, 0, 0, 1123, 5621 -po/zh_HK.po, 1050, 6243, 1428, 0, 0, 0, 0, 1050, 6243 -po/zh_CN.po, 1082, 5566, 1537, 0, 0, 0, 0, 1082, 5566 -po/yo.po, 295, 1434, 1797, 513, 2994, 222, 1686, 1030, 6114 -po/yi.po, 29, 31, 31, 32, 59, 1153, 6886, 1214, 6976 -po/xh.po, 1227, 6945, 5811, 18, 111, 10, 154, 1255, 7210 -po/wa.po, 505, 1435, 1779, 182, 813, 574, 4957, 1261, 7205 -po/vi.po, 1123, 5609, 7062, 0, 0, 0, 0, 1123, 5609 -po/uz@cyrillic.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -po/uz.po, 1015, 4687, 3905, 0, 0, 299, 3457, 1314, 8144 -po/uk.po, 1114, 5948, 5502, 0, 0, 0, 0, 1114, 5948 -po/ug.po, 1076, 6381, 4988, 0, 0, 0, 0, 1076, 6381 -po/tr.po, 1123, 5609, 4448, 0, 0, 0, 0, 1123, 5609 -po/tk.po, 994, 5001, 4101, 81, 321, 139, 1654, 1214, 6976 -po/th.po, 1095, 5862, 1986, 0, 0, 0, 0, 1095, 5862 -po/tg.po, 976, 4685, 4949, 77, 1667, 0, 0, 1053, 6352 -po/te.po, 1029, 6107, 4975, 1, 7, 0, 0, 1030, 6114 -po/ta.po, 1030, 6114, 5024, 0, 0, 0, 0, 1030, 6114 -po/sv.po, 1126, 5625, 5566, 0, 0, 0, 0, 1126, 5625 -po/sr@latin.po, 1087, 5622, 6307, 0, 0, 0, 0, 1087, 5622 -po/sr@ije.po, 1094, 6241, 5750, 97, 524, 23, 211, 1214, 6976 -po/sr.po, 1126, 5625, 6333, 0, 0, 0, 0, 1126, 5625 -po/sq.po, 1320, 8379, 9223, 0, 0, 0, 0, 1320, 8379 -po/sl.po, 1126, 5625, 6292, 0, 0, 0, 0, 1126, 5625 -po/sk.po, 1123, 5609, 5775, 0, 0, 0, 0, 1123, 5609 -po/si.po, 298, 887, 976, 347, 1835, 385, 3392, 1030, 6114 -po/rw.po, 100, 107, 117, 849, 6436, 306, 669, 1255, 7212 -po/ru.po, 1123, 5606, 5574, 0, 0, 0, 0, 1123, 5606 -po/ro.po, 1126, 5625, 6541, 0, 0, 0, 0, 1126, 5625 -po/pt_BR.po, 1123, 5609, 6241, 0, 0, 0, 0, 1123, 5609 -po/pt.po, 1002, 5439, 5737, 66, 282, 40, 172, 1108, 5893 -po/ps.po, 512, 1166, 1250, 1, 4, 807, 7209, 1320, 8379 -po/pl.po, 1127, 5633, 5676, 0, 0, 0, 0, 1127, 5633 -po/pa.po, 1123, 5609, 6385, 0, 0, 0, 0, 1123, 5609 -po/or.po, 1030, 6114, 6397, 0, 0, 0, 0, 1030, 6114 -po/oc.po, 1087, 5622, 6463, 0, 0, 0, 0, 1087, 5622 -po/nso.po, 704, 3641, 4773, 412, 2671, 198, 1832, 1314, 8144 -po/nn.po, 1097, 6708, 6383, 10, 71, 4, 36, 1111, 6815 -po/nl.po, 1123, 5609, 5908, 0, 0, 0, 0, 1123, 5609 -po/ne.po, 765, 2439, 2412, 307, 2333, 54, 853, 1126, 5625 -po/nds.po, 813, 2511, 2359, 0, 0, 588, 6170, 1401, 8681 -po/nb.po, 1091, 4813, 4810, 19, 649, 12, 158, 1122, 5620 -po/my.po, 288, 797, 572, 0, 0, 1161, 8094, 1449, 8891 -po/ms.po, 844, 4023, 3681, 244, 1920, 33, 1136, 1121, 7079 -po/mr.po, 1030, 6114, 5696, 0, 0, 0, 0, 1030, 6114 -po/mn.po, 1174, 6597, 5791, 75, 465, 13, 144, 1262, 7206 -po/ml.po, 784, 3484, 2868, 236, 1891, 104, 665, 1124, 6040 -po/mk.po, 1121, 7079, 7322, 0, 0, 0, 0, 1121, 7079 -po/mjw.po, 347, 855, 888, 0, 0, 775, 4765, 1122, 5620 -po/mi.po, 167, 244, 285, 78, 170, 969, 6562, 1214, 6976 -po/mg.po, 1048, 6089, 6546, 96, 733, 16, 147, 1160, 6969 -po/mai.po, 951, 5078, 5462, 0, 0, 343, 3175, 1294, 8253 -po/lv.po, 203, 536, 549, 0, 0, 0, 0, 203, 536 -po/lt.po, 1126, 5625, 5100, 0, 0, 0, 0, 1126, 5625 -po/ln.po, 996, 5489, 5850, 0, 0, 0, 0, 996, 5489 -po/li.po, 743, 3450, 3347, 398, 2903, 120, 852, 1261, 7205 -po/ky.po, 391, 999, 879, 74, 407, 590, 4910, 1055, 6316 -po/ku.po, 658, 2464, 2638, 232, 1737, 281, 3114, 1171, 7315 -po/ko.po, 1126, 5625, 4343, 0, 0, 0, 0, 1126, 5625 -po/kn.po, 1030, 6114, 5253, 0, 0, 0, 0, 1030, 6114 -po/km.po, 11, 42, 14, 89, 398, 1013, 6331, 1113, 6771 -po/kk.po, 1123, 5606, 4680, 0, 0, 0, 0, 1123, 5606 -po/ka.po, 1226, 6415, 4739, 8, 35, 88, 1948, 1322, 8398 -po/ja.po, 1122, 5603, 1568, 0, 0, 1, 6, 1123, 5609 -po/it.po, 1123, 5609, 5938, 0, 0, 0, 0, 1123, 5609 -po/is.po, 1126, 5625, 5716, 0, 0, 0, 0, 1126, 5625 -po/io.po, 451, 1283, 1212, 14, 44, 766, 6127, 1231, 7454 -po/ig.po, 723, 3745, 3973, 386, 2655, 205, 1744, 1314, 8144 -po/id.po, 1126, 5625, 5509, 0, 0, 0, 0, 1126, 5625 -po/hy.po, 1140, 6554, 5928, 28, 262, 0, 0, 1168, 6816 -po/hu.po, 1126, 5625, 5039, 0, 0, 0, 0, 1126, 5625 -po/hr.po, 1123, 5609, 5544, 0, 0, 0, 0, 1123, 5609 -po/hi.po, 1030, 6114, 7276, 0, 0, 0, 0, 1030, 6114 -po/he.po, 1108, 5893, 5862, 0, 0, 0, 0, 1108, 5893 -po/ha.po, 723, 3745, 4634, 386, 2655, 205, 1744, 1314, 8144 -po/gv.po, 1269, 7500, 9107, 138, 863, 36, 521, 1443, 8884 -po/gu.po, 1030, 6114, 6546, 0, 0, 0, 0, 1030, 6114 -po/gl.po, 1126, 5625, 6185, 0, 0, 0, 0, 1126, 5625 -po/gd.po, 1087, 5620, 8440, 0, 0, 0, 0, 1087, 5620 -po/ga.po, 416, 1130, 1618, 168, 785, 311, 3255, 895, 5170 -po/fy.po, 484, 946, 932, 0, 0, 959, 7938, 1443, 8884 -po/fur.po, 1123, 5609, 6504, 0, 0, 0, 0, 1123, 5609 -po/fr.po, 1126, 5625, 6517, 0, 0, 0, 0, 1126, 5625 -po/fi.po, 1095, 4786, 4016, 20, 680, 11, 159, 1126, 5625 -po/fa.po, 1126, 5625, 6182, 0, 0, 0, 0, 1126, 5625 -po/eu.po, 1126, 5625, 4858, 0, 0, 0, 0, 1126, 5625 -po/et.po, 1049, 6236, 4871, 1, 7, 0, 0, 1050, 6243 -po/es.po, 1126, 5625, 6318, 0, 0, 0, 0, 1126, 5625 -po/eo.po, 1121, 5604, 5375, 0, 0, 0, 0, 1121, 5604 -po/en_GB.po, 1122, 5620, 5700, 0, 0, 0, 0, 1122, 5620 -po/en_CA.po, 1192, 7325, 7330, 0, 0, 0, 0, 1192, 7325 -po/en@shaw.po, 1333, 7548, 7548, 105, 1292, 0, 0, 1438, 8840 -po/el.po, 1123, 5609, 5792, 0, 0, 0, 0, 1123, 5609 -po/dz.po, 1172, 7054, 3098, 3, 10, 1, 2, 1176, 7066 -po/de.po, 1123, 5609, 5725, 0, 0, 0, 0, 1123, 5609 -po/da.po, 1123, 5609, 5399, 0, 0, 0, 0, 1123, 5609 -po/cy.po, 1162, 7004, 7511, 1, 1, 0, 0, 1163, 7005 -po/cs.po, 1123, 5609, 5707, 0, 0, 0, 0, 1123, 5609 -po/crh.po, 1032, 6170, 4852, 2, 16, 6, 46, 1040, 6232 -po/ca@valencia.po, 1114, 5984, 7063, 0, 0, 0, 0, 1114, 5984 -po/ca.po, 1126, 5625, 6648, 0, 0, 0, 0, 1126, 5625 -po/bs.po, 869, 5118, 5012, 0, 0, 0, 0, 869, 5118 -po/br.po, 1417, 8788, 10044, 1, 13, 0, 0, 1418, 8801 -po/bo.po, 1031, 6259, 2219, 115, 823, 46, 321, 1192, 7403 -po/bn_IN.po, 1030, 6114, 6520, 0, 0, 0, 0, 1030, 6114 -po/bn.po, 1121, 7063, 7293, 7, 66, 0, 0, 1128, 7129 -po/bg.po, 864, 5223, 5540, 0, 0, 0, 0, 864, 5223 -po/be@latin.po, 1287, 7522, 6673, 8, 104, 19, 509, 1314, 8135 -po/be.po, 1123, 5606, 5651, 0, 0, 0, 0, 1123, 5606 -po/az.po, 1214, 6881, 5493, 40, 193, 8, 132, 1262, 7206 -po/ast.po, 1121, 7079, 7278, 0, 0, 0, 0, 1121, 7079 -po/as.po, 1030, 6114, 6295, 0, 0, 0, 0, 1030, 6114 -po/ar.po, 1029, 4536, 5586, 21, 595, 27, 393, 1077, 5524 -po/an.po, 783, 3679, 3986, 0, 0, 85, 1400, 868, 5079 -po/am.po, 381, 909, 971, 190, 657, 690, 5639, 1261, 7205 -po/af.po, 1050, 4908, 5323, 0, 0, 30, 636, 1080, 5544 diff --git a/results/f31/nautilus-sendto-3.8.6-5.fc31.src.rpm.errors.txt b/results/f31/nautilus-sendto-3.8.6-5.fc31.src.rpm.errors.txt deleted file mode 100644 index e7be994..0000000 --- a/results/f31/nautilus-sendto-3.8.6-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv b/results/f31/nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv deleted file mode 100644 index a121db3..0000000 --- a/results/f31/nautilus-sendto-3.8.6-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,87 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_CA.po, 39, 173, 171, 0, 0, 0, 0, 39, 173 -po/pt_BR.po, 10, 56, 69, 0, 0, 0, 0, 10, 56 -po/ja.po, 8, 45, 16, 0, 0, 0, 0, 8, 45 -po/af.po, 6, 31, 37, 0, 0, 2, 14, 8, 45 -po/da.po, 10, 56, 52, 0, 0, 0, 0, 10, 56 -po/nl.po, 8, 45, 41, 0, 0, 0, 0, 8, 45 -po/mk.po, 62, 299, 293, 0, 0, 0, 0, 62, 299 -po/he.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -po/rw.po, 2, 1, 1, 12, 42, 5, 10, 19, 53 -po/sq.po, 20, 55, 58, 0, 0, 0, 0, 20, 55 -po/tr.po, 10, 56, 48, 0, 0, 0, 0, 10, 56 -po/mr.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -po/zh_CN.po, 10, 56, 15, 0, 0, 0, 0, 10, 56 -po/de.po, 10, 56, 53, 0, 0, 0, 0, 10, 56 -po/be.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -po/it.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -po/bn_IN.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -po/te.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -po/vi.po, 10, 56, 90, 0, 0, 0, 0, 10, 56 -po/cs.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -po/ka.po, 28, 84, 68, 0, 0, 0, 0, 28, 84 -po/br.po, 33, 98, 112, 0, 0, 34, 218, 67, 316 -po/ast.po, 65, 310, 334, 0, 0, 0, 0, 65, 310 -po/kk.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -po/eo.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -po/hr.po, 10, 56, 60, 0, 0, 0, 0, 10, 56 -po/bg.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -po/bn.po, 65, 310, 304, 0, 0, 0, 0, 65, 310 -po/kg.po, 11, 39, 34, 2, 6, 44, 230, 57, 275 -po/ms.po, 50, 217, 189, 0, 0, 0, 0, 50, 217 -po/hi.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -po/nds.po, 43, 152, 156, 0, 0, 22, 158, 65, 310 -po/oc.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -po/sr.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -po/pt.po, 10, 56, 67, 0, 0, 0, 0, 10, 56 -po/bs.po, 8, 45, 47, 0, 0, 0, 0, 8, 45 -po/ko.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -po/ro.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -po/is.po, 10, 56, 51, 0, 0, 0, 0, 10, 56 -po/pl.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -po/ne.po, 8, 45, 42, 0, 0, 0, 0, 8, 45 -po/km.po, 59, 274, 130, 0, 0, 0, 0, 59, 274 -po/th.po, 8, 45, 17, 0, 0, 0, 0, 8, 45 -po/ga.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -po/be@latin.po, 60, 289, 251, 0, 0, 0, 0, 60, 289 -po/ta.po, 8, 45, 40, 0, 0, 0, 0, 8, 45 -po/zh_TW.po, 10, 56, 18, 0, 0, 0, 0, 10, 56 -po/lv.po, 10, 56, 50, 0, 0, 0, 0, 10, 56 -po/sk.po, 10, 56, 63, 0, 0, 0, 0, 10, 56 -po/or.po, 8, 45, 46, 0, 0, 0, 0, 8, 45 -po/eu.po, 10, 56, 55, 0, 0, 0, 0, 10, 56 -po/ar.po, 6, 31, 33, 0, 0, 2, 14, 8, 45 -po/tg.po, 8, 45, 52, 0, 0, 0, 0, 8, 45 -po/fur.po, 10, 56, 70, 0, 0, 0, 0, 10, 56 -po/lt.po, 10, 56, 49, 0, 0, 0, 0, 10, 56 -po/fi.po, 8, 42, 29, 0, 0, 2, 14, 10, 56 -po/ca.po, 10, 56, 80, 0, 0, 0, 0, 10, 56 -po/en_GB.po, 8, 45, 45, 0, 0, 0, 0, 8, 45 -po/fa.po, 8, 45, 59, 0, 0, 0, 0, 8, 45 -po/ca@valencia.po, 8, 45, 66, 0, 0, 0, 0, 8, 45 -po/id.po, 10, 56, 58, 0, 0, 0, 0, 10, 56 -po/kn.po, 8, 45, 38, 0, 0, 0, 0, 8, 45 -po/en@shaw.po, 64, 308, 305, 0, 0, 0, 0, 64, 308 -po/ml.po, 8, 45, 33, 0, 0, 0, 0, 8, 45 -po/sr@latin.po, 10, 56, 59, 0, 0, 0, 0, 10, 56 -po/gd.po, 10, 56, 75, 0, 0, 0, 0, 10, 56 -po/el.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 -po/zh_HK.po, 8, 45, 12, 0, 0, 0, 0, 8, 45 -po/sv.po, 10, 56, 46, 0, 0, 0, 0, 10, 56 -po/uk.po, 8, 45, 48, 0, 0, 0, 0, 8, 45 -po/et.po, 8, 45, 37, 0, 0, 0, 0, 8, 45 -po/nb.po, 10, 56, 45, 0, 0, 0, 0, 10, 56 -po/an.po, 8, 45, 62, 0, 0, 0, 0, 8, 45 -po/gu.po, 8, 45, 50, 0, 0, 0, 0, 8, 45 -po/ln.po, 8, 45, 56, 0, 0, 0, 0, 8, 45 -po/es.po, 10, 56, 76, 0, 0, 0, 0, 10, 56 -po/pa.po, 8, 45, 54, 0, 0, 0, 0, 8, 45 -po/as.po, 8, 45, 49, 0, 0, 0, 0, 8, 45 -po/gl.po, 10, 56, 77, 0, 0, 0, 0, 10, 56 -po/ug.po, 7, 38, 32, 0, 0, 0, 0, 7, 38 -po/nn.po, 64, 308, 275, 0, 0, 0, 0, 64, 308 -po/fr.po, 10, 56, 73, 0, 0, 0, 0, 10, 56 -po/hu.po, 10, 56, 47, 0, 0, 0, 0, 10, 56 -po/sl.po, 10, 56, 64, 0, 0, 0, 0, 10, 56 -po/dz.po, 39, 173, 56, 0, 0, 0, 0, 39, 173 -po/ru.po, 10, 56, 61, 0, 0, 0, 0, 10, 56 diff --git a/results/f31/neon-0.30.2-11.fc31.src.rpm.errors.txt b/results/f31/neon-0.30.2-11.fc31.src.rpm.errors.txt deleted file mode 100644 index 7dccd2c..0000000 --- a/results/f31/neon-0.30.2-11.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 10: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 40: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xa5 in position 0: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf0 in position 16: invalid continuation byte diff --git a/results/f31/neon-0.30.2-11.fc31.src.rpm.stats.csv b/results/f31/neon-0.30.2-11.fc31.src.rpm.stats.csv deleted file mode 100644 index 490622d..0000000 --- a/results/f31/neon-0.30.2-11.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,16 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/neon.pot, 0, 0, 0, 0, 0, 136, 694, 136, 694 -po/tr.po, 14, 76, 57, 47, 255, 75, 363, 136, 694 -po/cs.po, 14, 76, 70, 51, 274, 71, 344, 136, 694 -po/ru.po, 0, 0, 0, 32, 172, 104, 522, 136, 694 -po/fr.po, 0, 0, 0, 44, 249, 92, 445, 136, 694 -po/de.po, 14, 76, 82, 51, 274, 71, 344, 136, 694 -po/ja.po, 6, 32, 11, 46, 251, 84, 411, 136, 694 -po/pl.po, 131, 662, 676, 2, 14, 3, 18, 136, 694 -po/nn.po, 14, 76, 72, 61, 317, 61, 301, 136, 694 -po/zh_CN.po, 92, 476, 159, 20, 105, 24, 113, 136, 694 -po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.gmo, 14, 76, 72, 0, 0, 0, 0, 14, 76 -po/pl.gmo, 131, 662, 676, 0, 0, 0, 0, 131, 662 -po/ru.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 92, 476, 159, 0, 0, 0, 0, 92, 476 diff --git a/results/f31/net-tools-2.0-0.55.20160912git.fc31.src.rpm.errors.txt b/results/f31/net-tools-2.0-0.55.20160912git.fc31.src.rpm.errors.txt deleted file mode 100644 index 92e1454..0000000 --- a/results/f31/net-tools-2.0-0.55.20160912git.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/.cvsignore) diff --git a/results/f31/net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv b/results/f31/net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv deleted file mode 100644 index e384573..0000000 --- a/results/f31/net-tools-2.0-0.55.20160912git.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,7 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pt_BR.po, 500, 2225, 2477, 0, 0, 0, 0, 500, 2225 -po/net-tools.pot, 0, 0, 0, 0, 0, 590, 2812, 590, 2812 -po/fr.po, 433, 1859, 2044, 19, 88, 48, 278, 500, 2225 -po/et_EE.po, 532, 2439, 2388, 0, 0, 2, 10, 534, 2449 -po/de.po, 486, 2168, 2038, 8, 31, 6, 26, 500, 2225 -po/cs.po, 608, 2928, 3121, 0, 0, 0, 0, 608, 2928 diff --git a/results/f31/network-manager-applet-1.8.22-1.fc31.1.src.rpm.errors.txt b/results/f31/network-manager-applet-1.8.22-1.fc31.1.src.rpm.errors.txt deleted file mode 100644 index bcd2f5f..0000000 --- a/results/f31/network-manager-applet-1.8.22-1.fc31.1.src.rpm.errors.txt +++ /dev/null @@ -1,15 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'Unable to process version 1.1 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv b/results/f31/network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv deleted file mode 100644 index fb4273c..0000000 --- a/results/f31/network-manager-applet-1.8.22-1.fc31.1.src.rpm.stats.csv +++ /dev/null @@ -1,163 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/sv.po, 980, 4804, 4326, 10, 34, 6, 18, 996, 4856 -po/id.po, 979, 4793, 4652, 10, 34, 7, 29, 996, 4856 -po/af.gmo, 147, 422, 359, 0, 0, 0, 0, 147, 422 -po/et.gmo, 427, 1636, 1378, 0, 0, 0, 0, 427, 1636 -po/dz.gmo, 33, 71, 41, 0, 0, 0, 0, 33, 71 -po/kn.po, 290, 990, 945, 373, 1775, 333, 2091, 996, 4856 -po/be@latin.gmo, 126, 351, 361, 0, 0, 0, 0, 126, 351 -po/hi.po, 424, 1612, 1915, 289, 1397, 283, 1847, 996, 4856 -po/sr@latin.gmo, 839, 4414, 4385, 0, 0, 0, 0, 839, 4414 -po/rw.po, 0, 0, 0, 111, 428, 885, 4428, 996, 4856 -po/he.gmo, 436, 1656, 1721, 0, 0, 0, 0, 436, 1656 -po/be@latin.po, 126, 351, 361, 365, 1426, 505, 3079, 996, 4856 -po/ja.po, 829, 4404, 1743, 155, 330, 12, 122, 996, 4856 -po/sq.po, 1, 2, 3, 86, 279, 909, 4575, 996, 4856 -po/wa.gmo, 1, 2, 2, 0, 0, 0, 0, 1, 2 -po/network-manager-applet.pot, 0, 0, 0, 0, 0, 996, 4856, 996, 4856 -po/gu.gmo, 435, 1493, 1696, 0, 0, 0, 0, 435, 1493 -po/nn.po, 326, 1123, 1089, 318, 1669, 352, 2064, 996, 4856 -po/kk.po, 744, 2631, 2440, 11, 36, 241, 2189, 996, 4856 -po/sr.gmo, 839, 4414, 4385, 0, 0, 0, 0, 839, 4414 -po/an.gmo, 274, 848, 1026, 0, 0, 0, 0, 274, 848 -po/ug.po, 418, 1566, 1490, 290, 1401, 288, 1889, 996, 4856 -po/or.gmo, 290, 990, 1096, 0, 0, 0, 0, 290, 990 -po/ne.po, 33, 71, 78, 258, 933, 705, 3852, 996, 4856 -po/ku.gmo, 120, 251, 269, 0, 0, 0, 0, 120, 251 -po/hr.gmo, 991, 4844, 4615, 0, 0, 0, 0, 991, 4844 -po/ml.gmo, 430, 1645, 1430, 0, 0, 0, 0, 430, 1645 -po/tg.gmo, 271, 626, 679, 0, 0, 0, 0, 271, 626 -po/km.gmo, 464, 1799, 839, 0, 0, 0, 0, 464, 1799 -po/be.gmo, 420, 1603, 1482, 0, 0, 0, 0, 420, 1603 -po/nn.gmo, 326, 1123, 1089, 0, 0, 0, 0, 326, 1123 -po/pt.po, 542, 2123, 2413, 279, 1386, 175, 1347, 996, 4856 -po/lt.po, 986, 4834, 4325, 6, 12, 4, 10, 996, 4856 -po/bs.gmo, 466, 1811, 1826, 0, 0, 0, 0, 466, 1811 -po/eo.po, 442, 1594, 1552, 220, 1211, 334, 2051, 996, 4856 -po/ms.po, 304, 1033, 1017, 330, 1728, 362, 2095, 996, 4856 -po/gu.po, 435, 1493, 1696, 289, 1476, 272, 1887, 996, 4856 -po/cs.po, 993, 4851, 4654, 1, 3, 2, 2, 996, 4856 -po/it.gmo, 993, 4846, 5200, 0, 0, 0, 0, 993, 4846 -po/ml.po, 430, 1645, 1430, 283, 1380, 283, 1831, 996, 4856 -po/ne.gmo, 33, 71, 78, 0, 0, 0, 0, 33, 71 -po/ru.gmo, 965, 4676, 4240, 0, 0, 0, 0, 965, 4676 -po/ta.po, 347, 1175, 1084, 330, 1686, 319, 1995, 996, 4856 -po/en_GB.gmo, 423, 1607, 1613, 0, 0, 0, 0, 423, 1607 -po/sk.gmo, 799, 3215, 3279, 0, 0, 0, 0, 799, 3215 -po/ru.po, 965, 4676, 4240, 10, 34, 21, 146, 996, 4856 -po/ko.gmo, 686, 3342, 2807, 0, 0, 0, 0, 686, 3342 -po/fi.gmo, 490, 1716, 1329, 0, 0, 0, 0, 490, 1716 -po/bs.po, 466, 1811, 1826, 284, 1391, 246, 1654, 996, 4856 -po/pa.gmo, 751, 3308, 3697, 0, 0, 0, 0, 751, 3308 -po/km.po, 464, 1799, 839, 286, 1400, 246, 1657, 996, 4856 -po/mr.po, 329, 1098, 1166, 337, 1733, 330, 2025, 996, 4856 -po/ast.gmo, 297, 1018, 1197, 0, 0, 0, 0, 297, 1018 -po/pl.gmo, 996, 4856, 4542, 0, 0, 0, 0, 996, 4856 -po/hu.gmo, 993, 4846, 4460, 0, 0, 0, 0, 993, 4846 -po/te.gmo, 365, 1300, 1190, 0, 0, 0, 0, 365, 1300 -po/pt_BR.gmo, 993, 4846, 5597, 0, 0, 0, 0, 993, 4846 -po/es.gmo, 993, 4851, 5852, 0, 0, 0, 0, 993, 4851 -po/lt.gmo, 986, 4834, 4325, 0, 0, 0, 0, 986, 4834 -po/ca@valencia.gmo, 464, 1805, 2361, 0, 0, 0, 0, 464, 1805 -po/vi.gmo, 469, 1815, 2313, 0, 0, 0, 0, 469, 1815 -po/et.po, 427, 1636, 1378, 284, 1383, 285, 1837, 996, 4856 -po/uk.gmo, 325, 1111, 1093, 0, 0, 0, 0, 325, 1111 -po/ku.po, 120, 251, 269, 240, 869, 636, 3736, 996, 4856 -po/sr@latin.po, 839, 4414, 4385, 146, 322, 11, 120, 996, 4856 -po/zh_CN.po, 829, 4404, 1542, 127, 271, 40, 181, 996, 4856 -po/af.po, 147, 422, 359, 228, 991, 621, 3443, 996, 4856 -po/bg.po, 465, 1806, 2114, 284, 1395, 247, 1655, 996, 4856 -po/an.po, 274, 848, 1026, 366, 1928, 356, 2080, 996, 4856 -po/da.gmo, 993, 4846, 4346, 0, 0, 0, 0, 993, 4846 -po/oc.gmo, 501, 1889, 2276, 0, 0, 0, 0, 501, 1889 -po/zh_TW.po, 684, 3336, 1084, 271, 1338, 41, 182, 996, 4856 -po/fr.gmo, 986, 4834, 5715, 0, 0, 0, 0, 986, 4834 -po/sk.po, 799, 3215, 3279, 96, 616, 101, 1025, 996, 4856 -po/gd.po, 680, 3087, 4134, 150, 428, 166, 1341, 996, 4856 -po/vi.po, 469, 1815, 2313, 286, 1398, 241, 1643, 996, 4856 -po/de.gmo, 978, 4790, 4490, 0, 0, 0, 0, 978, 4790 -po/oc.po, 501, 1889, 2276, 257, 1252, 238, 1715, 996, 4856 -po/gd.gmo, 680, 3087, 4134, 0, 0, 0, 0, 680, 3087 -po/nl.po, 993, 4846, 4753, 2, 4, 1, 6, 996, 4856 -po/ja.gmo, 829, 4404, 1743, 0, 0, 0, 0, 829, 4404 -po/ca@valencia.po, 464, 1805, 2361, 285, 1396, 247, 1655, 996, 4856 -po/fi.po, 490, 1716, 1329, 276, 1410, 230, 1730, 996, 4856 -po/crh.gmo, 400, 1495, 1434, 0, 0, 0, 0, 400, 1495 -po/kk.gmo, 744, 2631, 2440, 0, 0, 0, 0, 744, 2631 -po/sv.gmo, 980, 4804, 4326, 0, 0, 0, 0, 980, 4804 -po/sl.po, 469, 1817, 1818, 282, 1387, 245, 1652, 996, 4856 -po/mk.gmo, 305, 1034, 1228, 0, 0, 0, 0, 305, 1034 -po/el.gmo, 468, 1809, 1981, 0, 0, 0, 0, 468, 1809 -po/el.po, 468, 1809, 1981, 291, 1410, 237, 1637, 996, 4856 -po/ast.po, 297, 1018, 1197, 333, 1725, 366, 2113, 996, 4856 -po/eu.po, 468, 1814, 1695, 287, 1398, 241, 1644, 996, 4856 -po/tr.po, 995, 4853, 4313, 1, 3, 0, 0, 996, 4856 -po/ta.gmo, 347, 1175, 1084, 0, 0, 0, 0, 347, 1175 -po/tr.gmo, 995, 4853, 4313, 0, 0, 0, 0, 995, 4853 -po/ko.po, 686, 3342, 2807, 269, 1332, 41, 182, 996, 4856 -po/gl.gmo, 819, 4198, 5009, 0, 0, 0, 0, 819, 4198 -po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 986, 4834, 5715, 6, 12, 4, 10, 996, 4856 -po/nb.gmo, 456, 1745, 1675, 0, 0, 0, 0, 456, 1745 -po/hr.po, 991, 4844, 4615, 4, 6, 1, 6, 996, 4856 -po/eo.gmo, 442, 1594, 1552, 0, 0, 0, 0, 442, 1594 -po/th.gmo, 336, 1213, 607, 0, 0, 0, 0, 336, 1213 -po/pl.po, 996, 4856, 4542, 0, 0, 0, 0, 996, 4856 -po/cs.gmo, 993, 4851, 4654, 0, 0, 0, 0, 993, 4851 -po/sr.po, 839, 4414, 4385, 146, 322, 11, 120, 996, 4856 -po/eu.gmo, 468, 1814, 1695, 0, 0, 0, 0, 468, 1814 -po/pa.po, 751, 3308, 3697, 140, 309, 105, 1239, 996, 4856 -po/zh_CN.gmo, 829, 4404, 1542, 0, 0, 0, 0, 829, 4404 -po/lv.po, 957, 4642, 4219, 29, 95, 10, 119, 996, 4856 -po/ro.po, 386, 1426, 1638, 296, 1521, 314, 1909, 996, 4856 -po/bg.gmo, 465, 1806, 2114, 0, 0, 0, 0, 465, 1806 -po/gl.po, 819, 4198, 5009, 148, 336, 29, 322, 996, 4856 -po/wa.po, 1, 2, 2, 92, 302, 903, 4552, 996, 4856 -po/ar.gmo, 256, 831, 865, 0, 0, 0, 0, 256, 831 -po/ca.po, 986, 4834, 6052, 6, 12, 4, 10, 996, 4856 -po/as.gmo, 466, 1807, 1931, 0, 0, 0, 0, 466, 1807 -po/zh_HK.gmo, 470, 1811, 823, 0, 0, 0, 0, 470, 1811 -po/mr.gmo, 329, 1098, 1166, 0, 0, 0, 0, 329, 1098 -po/lv.gmo, 957, 4642, 4219, 0, 0, 0, 0, 957, 4642 -po/ug.gmo, 418, 1566, 1490, 0, 0, 0, 0, 418, 1566 -po/pt_BR.po, 993, 4846, 5597, 2, 4, 1, 6, 996, 4856 -po/it.po, 993, 4846, 5200, 2, 4, 1, 6, 996, 4856 -po/he.po, 436, 1656, 1721, 285, 1383, 275, 1817, 996, 4856 -po/de.po, 978, 4790, 4490, 10, 34, 8, 32, 996, 4856 -po/ur.gmo, 215, 750, 1033, 0, 0, 0, 0, 215, 750 -po/be.po, 420, 1603, 1482, 285, 1392, 291, 1861, 996, 4856 -po/tg.po, 271, 626, 679, 452, 2476, 273, 1754, 996, 4856 -po/or.po, 290, 990, 1096, 373, 1775, 333, 2091, 996, 4856 -po/te.po, 365, 1300, 1190, 315, 1611, 316, 1945, 996, 4856 -po/fa.po, 335, 1212, 1496, 314, 1623, 347, 2021, 996, 4856 -po/ca.gmo, 986, 4834, 6052, 0, 0, 0, 0, 986, 4834 -po/is.po, 802, 3135, 3085, 49, 222, 145, 1499, 996, 4856 -po/kn.gmo, 290, 990, 945, 0, 0, 0, 0, 290, 990 -po/zh_TW.gmo, 684, 3336, 1084, 0, 0, 0, 0, 684, 3336 -po/nl.gmo, 993, 4846, 4753, 0, 0, 0, 0, 993, 4846 -po/bn_IN.po, 290, 990, 1146, 373, 1775, 333, 2091, 996, 4856 -po/pt.gmo, 542, 2123, 2413, 0, 0, 0, 0, 542, 2123 -po/nb.po, 456, 1745, 1675, 287, 1398, 253, 1713, 996, 4856 -po/ar.po, 256, 831, 865, 320, 1542, 420, 2483, 996, 4856 -po/is.gmo, 802, 3135, 3085, 0, 0, 0, 0, 802, 3135 -po/uk.po, 325, 1111, 1093, 320, 1671, 351, 2074, 996, 4856 -po/en_CA.po, 24, 53, 56, 230, 835, 742, 3968, 996, 4856 -po/ur.po, 215, 750, 1033, 356, 1665, 425, 2441, 996, 4856 -po/zh_HK.po, 470, 1811, 823, 285, 1401, 241, 1644, 996, 4856 -po/id.gmo, 979, 4793, 4652, 0, 0, 0, 0, 979, 4793 -po/hu.po, 993, 4846, 4460, 2, 4, 1, 6, 996, 4856 -po/es.po, 993, 4851, 5852, 1, 3, 2, 2, 996, 4856 -po/mk.po, 305, 1034, 1228, 332, 1735, 359, 2087, 996, 4856 -po/ms.gmo, 304, 1033, 1017, 0, 0, 0, 0, 304, 1033 -po/th.po, 336, 1213, 607, 315, 1633, 345, 2010, 996, 4856 -po/da.po, 993, 4846, 4346, 2, 4, 1, 6, 996, 4856 -po/crh.po, 400, 1495, 1434, 274, 1369, 322, 1992, 996, 4856 -po/en_GB.po, 423, 1607, 1613, 294, 1411, 279, 1838, 996, 4856 -po/ro.gmo, 386, 1426, 1638, 0, 0, 0, 0, 386, 1426 -po/bn_IN.gmo, 290, 990, 1146, 0, 0, 0, 0, 290, 990 -po/hi.gmo, 424, 1612, 1915, 0, 0, 0, 0, 424, 1612 -po/as.po, 466, 1807, 1931, 291, 1409, 239, 1640, 996, 4856 -po/sq.gmo, 1, 2, 3, 0, 0, 0, 0, 1, 2 -po/en_CA.gmo, 24, 53, 56, 0, 0, 0, 0, 24, 53 -po/sl.gmo, 469, 1817, 1818, 0, 0, 0, 0, 469, 1817 -po/dz.po, 33, 71, 41, 258, 933, 705, 3852, 996, 4856 diff --git a/results/f31/nmap-7.80-2.fc31.src.rpm.errors.txt b/results/f31/nmap-7.80-2.fc31.src.rpm.errors.txt deleted file mode 100644 index b983071..0000000 --- a/results/f31/nmap-7.80-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./zenmap/share/zenmap/locale/xgettext-profile_editor.py) -translate.tools.pocount: ERROR: Unknown filetype (./zenmap/share/zenmap/locale/Makefile) diff --git a/results/f31/nmap-7.80-2.fc31.src.rpm.stats.csv b/results/f31/nmap-7.80-2.fc31.src.rpm.stats.csv deleted file mode 100644 index b5ec134..0000000 --- a/results/f31/nmap-7.80-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,24 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -zenmap/share/zenmap/locale/es.po, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/ja/LC_MESSAGES/zenmap.mo, 474, 3393, 1203, 0, 0, 0, 0, 474, 3393 -zenmap/share/zenmap/locale/ru/LC_MESSAGES/zenmap.mo, 365, 1860, 1602, 0, 0, 0, 0, 365, 1860 -zenmap/share/zenmap/locale/pl.po, 480, 3521, 3249, 0, 0, 1, 1, 481, 3522 -zenmap/share/zenmap/locale/zh.po, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -zenmap/share/zenmap/locale/pt_BR.po, 85, 165, 194, 0, 0, 396, 3353, 481, 3518 -zenmap/share/zenmap/locale/it/LC_MESSAGES/zenmap.mo, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/de/LC_MESSAGES/zenmap.mo, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/pl/LC_MESSAGES/zenmap.mo, 480, 3521, 3249, 0, 0, 0, 0, 480, 3521 -zenmap/share/zenmap/locale/hr/LC_MESSAGES/zenmap.mo, 269, 1053, 1006, 0, 0, 0, 0, 269, 1053 -zenmap/share/zenmap/locale/ja.po, 474, 3393, 1203, 0, 0, 7, 125, 481, 3518 -zenmap/share/zenmap/locale/fr/LC_MESSAGES/zenmap.mo, 481, 3518, 4019, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/hi.po, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/hr.po, 269, 1053, 1006, 0, 0, 212, 2465, 481, 3518 -zenmap/share/zenmap/locale/zenmap.pot, 0, 0, 0, 0, 0, 503, 3613, 503, 3613 -zenmap/share/zenmap/locale/ru.po, 365, 1860, 1602, 0, 0, 116, 1658, 481, 3518 -zenmap/share/zenmap/locale/zh/LC_MESSAGES/zenmap.mo, 481, 3523, 642, 0, 0, 0, 0, 481, 3523 -zenmap/share/zenmap/locale/es/LC_MESSAGES/zenmap.mo, 481, 3518, 3880, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/it.po, 481, 3518, 3743, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/hi/LC_MESSAGES/zenmap.mo, 481, 3518, 3386, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/pt_BR/LC_MESSAGES/zenmap.mo, 85, 165, 194, 0, 0, 0, 0, 85, 165 -zenmap/share/zenmap/locale/fr.po, 481, 3518, 4002, 0, 0, 0, 0, 481, 3518 -zenmap/share/zenmap/locale/de.po, 481, 3518, 3425, 0, 0, 0, 0, 481, 3518 diff --git a/results/f31/openconnect-8.05-1.fc31.src.rpm.errors.txt b/results/f31/openconnect-8.05-1.fc31.src.rpm.errors.txt deleted file mode 100644 index b67bd42..0000000 --- a/results/f31/openconnect-8.05-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/openconnect-8.05-1.fc31.src.rpm.stats.csv b/results/f31/openconnect-8.05-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 4ca5c81..0000000 --- a/results/f31/openconnect-8.05-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,35 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.po, 94, 321, 281, 0, 0, 936, 5610, 1030, 5931 -po/pa.po, 77, 268, 313, 0, 0, 953, 5663, 1030, 5931 -po/en_US.po, 265, 1463, 1463, 0, 0, 765, 4468, 1030, 5931 -po/sk.po, 4, 19, 19, 0, 0, 1026, 5912, 1030, 5931 -po/tg.po, 6, 10, 10, 0, 0, 1024, 5921, 1030, 5931 -po/ug.po, 400, 2198, 2053, 0, 0, 630, 3733, 1030, 5931 -po/eu.po, 495, 2734, 2857, 0, 0, 535, 3197, 1030, 5931 -po/tr.po, 659, 3760, 3594, 0, 0, 371, 2171, 1030, 5931 -po/sr@latin.po, 885, 5132, 5671, 0, 0, 145, 799, 1030, 5931 -po/hu.po, 970, 5495, 5896, 0, 0, 126, 742, 1096, 6237 -po/da.po, 1026, 5906, 5598, 0, 0, 4, 25, 1030, 5931 -po/sv.po, 885, 5132, 4880, 0, 0, 145, 799, 1030, 5931 -po/gl.po, 91, 479, 650, 0, 0, 939, 5452, 1030, 5931 -po/bs.po, 784, 4484, 4524, 0, 0, 246, 1447, 1030, 5931 -po/pt.po, 809, 4647, 5339, 0, 0, 221, 1284, 1030, 5931 -po/en_GB.po, 417, 2300, 2300, 0, 0, 613, 3631, 1030, 5931 -po/fr.po, 22, 63, 72, 0, 0, 1008, 5868, 1030, 5931 -po/pl.po, 1095, 6232, 6850, 0, 0, 0, 0, 1095, 6232 -po/lt.po, 1015, 5842, 5473, 0, 0, 15, 89, 1030, 5931 -po/de.po, 959, 5549, 5529, 0, 0, 71, 382, 1030, 5931 -po/el.po, 483, 2667, 2906, 0, 0, 547, 3264, 1030, 5931 -po/sr.po, 885, 5132, 5671, 0, 0, 145, 799, 1030, 5931 -po/es.po, 1095, 6232, 7907, 0, 0, 1, 5, 1096, 6237 -po/it.po, 47, 171, 208, 0, 0, 983, 5760, 1030, 5931 -po/ar.po, 10, 48, 51, 0, 0, 1020, 5883, 1030, 5931 -po/cs.po, 1013, 5818, 6010, 0, 0, 83, 419, 1096, 6237 -po/nl.po, 1025, 5900, 5591, 0, 0, 5, 31, 1030, 5931 -po/sl.po, 454, 2505, 2850, 0, 0, 576, 3426, 1030, 5931 -po/pt_BR.po, 1095, 6232, 7282, 0, 0, 1, 5, 1096, 6237 -po/uk.po, 61, 233, 263, 0, 0, 969, 5698, 1030, 5931 -po/zh_TW.po, 7, 32, 10, 0, 0, 1023, 5899, 1030, 5931 -po/zh_CN.po, 76, 314, 170, 0, 0, 954, 5617, 1030, 5931 -po/ca.po, 1026, 5906, 7700, 0, 0, 4, 25, 1030, 5931 -po/id.po, 892, 5176, 5238, 0, 0, 138, 755, 1030, 5931 diff --git a/results/f31/orca-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/orca-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 5d76df7..0000000 --- a/results/f31/orca-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,651 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bg.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/orca-logo.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_key_echo.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_pronunciation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_keyboard_layout.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_where_am_i.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_orca_find.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_spellcheck.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_tables.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_structural_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_chat.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_time_date_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_controlling_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_table.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_introduction.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_bookmarks.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_debugging.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_table_navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_general.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_speech.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_voice.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_notifications.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_text_attributes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_mouse_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_profiles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_mouse.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_documents.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_learn_modes.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_speech_settings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_toggling_caps_lock.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_setting_up_orca.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_key_bindings.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_live_regions.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_reading.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_braille.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/commands_flat_review.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_whereami.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/howto_the_orca_modifier.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/preferences_gecko.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/orca-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/orca-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 0693dda..0000000 --- a/results/f31/orca-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,168 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/bg/bg.po, 1002, 13021, 13505, 0, 0, 0, 0, 1002, 13021 -help/el/el.po, 984, 12505, 12718, 0, 0, 0, 0, 984, 12505 -help/es/es.po, 1030, 13501, 14919, 3, 157, 0, 0, 1033, 13658 -help/fr/fr.po, 1028, 13554, 15596, 0, 0, 0, 0, 1028, 13554 -help/hu/hu.po, 1033, 13658, 13383, 0, 0, 0, 0, 1033, 13658 -help/gl/gl.po, 313, 1704, 1907, 4, 31, 667, 10696, 984, 12431 -help/de/de.po, 1033, 13658, 12393, 0, 0, 0, 0, 1033, 13658 -help/pt_BR/pt_BR.po, 956, 11916, 13573, 0, 0, 0, 0, 956, 11916 -help/sv/sv.po, 1033, 13658, 12824, 0, 0, 0, 0, 1033, 13658 -help/cs/cs.po, 1033, 13658, 12911, 0, 0, 0, 0, 1033, 13658 -help/sl/sl.po, 955, 11824, 10493, 8, 134, 9, 300, 972, 12258 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 1869, 5679, 5590, 0, 0, 0, 0, 1869, 5679 -po/rw.gmo, 5, 5, 6, 0, 0, 0, 0, 5, 5 -po/en_CA.gmo, 327, 708, 705, 0, 0, 0, 0, 327, 708 -po/sq.po, 218, 485, 571, 487, 1623, 233, 390, 938, 2498 -po/he.gmo, 644, 2053, 2031, 0, 0, 0, 0, 644, 2053 -po/tr.po, 1870, 5681, 5275, 0, 0, 0, 0, 1870, 5681 -po/pl.gmo, 1870, 5681, 5947, 0, 0, 0, 0, 1870, 5681 -po/ne.po, 1597, 4653, 4519, 234, 854, 39, 174, 1870, 5681 -po/hu.po, 1870, 5681, 5509, 0, 0, 0, 0, 1870, 5681 -po/ug.gmo, 1201, 3897, 3448, 0, 0, 0, 0, 1201, 3897 -po/zh_TW.gmo, 1440, 4397, 1953, 0, 0, 0, 0, 1440, 4397 -po/lv.gmo, 1850, 5617, 5477, 0, 0, 0, 0, 1850, 5617 -po/sk.po, 1774, 5518, 5543, 0, 0, 83, 92, 1857, 5610 -po/sq.gmo, 218, 485, 571, 0, 0, 0, 0, 218, 485 -po/tg.gmo, 812, 1893, 1992, 0, 0, 0, 0, 812, 1893 -po/an.po, 1356, 4172, 4835, 0, 0, 0, 0, 1356, 4172 -po/si.gmo, 118, 143, 175, 0, 0, 0, 0, 118, 143 -po/mai.po, 599, 1448, 1626, 0, 0, 664, 2233, 1263, 3681 -po/th.gmo, 1260, 3694, 1794, 0, 0, 0, 0, 1260, 3694 -po/fi.po, 1191, 3664, 3085, 330, 947, 349, 1070, 1870, 5681 -po/eo.gmo, 488, 906, 896, 0, 0, 0, 0, 488, 906 -po/es.gmo, 1870, 5681, 6647, 0, 0, 0, 0, 1870, 5681 -po/bg.gmo, 1725, 5323, 5828, 0, 0, 0, 0, 1725, 5323 -po/ru.gmo, 1870, 5681, 5854, 0, 0, 0, 0, 1870, 5681 -po/bs.gmo, 1626, 5057, 4828, 0, 0, 0, 0, 1626, 5057 -po/mk.gmo, 1337, 4309, 4907, 0, 0, 0, 0, 1337, 4309 -po/zh_TW.po, 1440, 4397, 1953, 298, 896, 41, 174, 1779, 5467 -po/ja.po, 1021, 3273, 2415, 98, 492, 49, 311, 1168, 4076 -po/eo.po, 488, 906, 896, 105, 212, 1247, 4433, 1840, 5551 -po/hr.gmo, 1357, 4096, 4194, 0, 0, 0, 0, 1357, 4096 -po/ta.gmo, 1201, 3897, 3642, 0, 0, 0, 0, 1201, 3897 -po/eu.gmo, 1659, 4874, 4584, 0, 0, 0, 0, 1659, 4874 -po/ne.gmo, 1597, 4653, 4519, 0, 0, 0, 0, 1597, 4653 -po/ja.gmo, 1021, 3273, 2415, 0, 0, 0, 0, 1021, 3273 -po/mr.po, 379, 541, 548, 62, 440, 71, 342, 512, 1323 -po/lt.gmo, 1870, 5681, 5490, 0, 0, 0, 0, 1870, 5681 -po/vi.gmo, 1414, 4456, 6066, 0, 0, 0, 0, 1414, 4456 -po/pt.gmo, 1739, 5344, 6073, 0, 0, 0, 0, 1739, 5344 -po/te.po, 1170, 4091, 3674, 0, 0, 0, 0, 1170, 4091 -po/zh_CN.gmo, 1842, 5556, 2214, 0, 0, 0, 0, 1842, 5556 -po/da.gmo, 1867, 5675, 5449, 0, 0, 0, 0, 1867, 5675 -po/mk.po, 1337, 4309, 4907, 0, 0, 0, 0, 1337, 4309 -po/de.po, 1870, 5681, 5402, 0, 0, 0, 0, 1870, 5681 -po/hr.po, 1357, 4096, 4194, 0, 0, 463, 2037, 1820, 6133 -po/el.po, 1870, 5681, 6296, 0, 0, 0, 0, 1870, 5681 -po/bn.gmo, 1315, 4011, 4162, 0, 0, 0, 0, 1315, 4011 -po/bs.po, 1626, 5057, 4828, 0, 0, 0, 0, 1626, 5057 -po/zh_HK.po, 1349, 4140, 1844, 0, 0, 0, 0, 1349, 4140 -po/ar.po, 908, 2817, 2898, 157, 561, 99, 487, 1164, 3865 -po/th.po, 1260, 3694, 1794, 0, 0, 7, 10, 1267, 3704 -po/ro.gmo, 1871, 5682, 6434, 0, 0, 0, 0, 1871, 5682 -po/ca@valencia.gmo, 1843, 5568, 6996, 0, 0, 0, 0, 1843, 5568 -po/sr@latin.po, 1842, 5556, 5805, 0, 0, 0, 0, 1842, 5556 -po/lt.po, 1870, 5681, 5490, 0, 0, 0, 0, 1870, 5681 -po/dz.po, 718, 1941, 1025, 0, 0, 0, 0, 718, 1941 -po/fi.gmo, 1191, 3664, 3085, 0, 0, 0, 0, 1191, 3664 -po/ru.po, 1870, 5681, 5854, 0, 0, 0, 0, 1870, 5681 -po/en_CA.po, 327, 708, 705, 64, 181, 118, 415, 509, 1304 -po/sv.gmo, 1870, 5681, 5369, 0, 0, 0, 0, 1870, 5681 -po/it.gmo, 1870, 5681, 6529, 0, 0, 0, 0, 1870, 5681 -po/lv.po, 1850, 5617, 5477, 0, 0, 20, 64, 1870, 5681 -po/tg.po, 812, 1893, 1992, 0, 0, 388, 1974, 1200, 3867 -po/oc.gmo, 1739, 5344, 6270, 0, 0, 0, 0, 1739, 5344 -po/hi.po, 1201, 3897, 4548, 0, 0, 0, 0, 1201, 3897 -po/te.gmo, 1170, 4091, 3674, 0, 0, 0, 0, 1170, 4091 -po/sr.po, 1870, 5681, 5953, 0, 0, 0, 0, 1870, 5681 -po/be.po, 1196, 3855, 3992, 0, 0, 0, 0, 1196, 3855 -po/sk.gmo, 1774, 5518, 5543, 0, 0, 0, 0, 1774, 5518 -po/hi.gmo, 1201, 3897, 4548, 0, 0, 0, 0, 1201, 3897 -po/zh_CN.po, 1842, 5556, 2214, 0, 0, 0, 0, 1842, 5556 -po/gl.po, 1870, 5681, 6671, 0, 0, 0, 0, 1870, 5681 -po/ms.gmo, 456, 940, 924, 0, 0, 0, 0, 456, 940 -po/ar.gmo, 908, 2817, 2898, 0, 0, 0, 0, 908, 2817 -po/orca.pot, 0, 0, 0, 0, 0, 1870, 5681, 1870, 5681 -po/rw.po, 5, 5, 6, 234, 404, 270, 895, 509, 1304 -po/nn.po, 936, 2466, 2400, 31, 109, 136, 599, 1103, 3174 -po/or.gmo, 562, 1404, 1577, 0, 0, 0, 0, 562, 1404 -po/fr.po, 1870, 5681, 6834, 0, 0, 0, 0, 1870, 5681 -po/ga.po, 47, 103, 116, 0, 0, 1256, 3706, 1303, 3809 -po/ml.po, 940, 2627, 2442, 421, 1289, 482, 1652, 1843, 5568 -po/en_GB.gmo, 1870, 5681, 5677, 0, 0, 0, 0, 1870, 5681 -po/ml.gmo, 940, 2627, 2442, 0, 0, 0, 0, 940, 2627 -po/ca.gmo, 1855, 5603, 7084, 0, 0, 0, 0, 1855, 5603 -po/sr@latin.gmo, 1842, 5556, 5805, 0, 0, 0, 0, 1842, 5556 -po/pt_BR.po, 1871, 5682, 6409, 0, 0, 0, 0, 1871, 5682 -po/an.gmo, 1356, 4172, 4835, 0, 0, 0, 0, 1356, 4172 -po/gu.po, 445, 1066, 1175, 339, 874, 516, 1853, 1300, 3793 -po/de.gmo, 1870, 5681, 5402, 0, 0, 0, 0, 1870, 5681 -po/zh_HK.gmo, 1349, 4140, 1844, 0, 0, 0, 0, 1349, 4140 -po/kn.gmo, 342, 467, 484, 0, 0, 0, 0, 342, 467 -po/pl.po, 1870, 5681, 5947, 0, 0, 0, 0, 1870, 5681 -po/sv.po, 1870, 5681, 5369, 0, 0, 0, 0, 1870, 5681 -po/en_GB.po, 1870, 5681, 5677, 0, 0, 0, 0, 1870, 5681 -po/vi.po, 1414, 4456, 6066, 0, 0, 0, 0, 1414, 4456 -po/ta.po, 1201, 3897, 3642, 0, 0, 0, 0, 1201, 3897 -po/ug.po, 1201, 3897, 3448, 0, 0, 0, 0, 1201, 3897 -po/sr.gmo, 1870, 5681, 5953, 0, 0, 0, 0, 1870, 5681 -po/nl.gmo, 1869, 5679, 5590, 0, 0, 0, 0, 1869, 5679 -po/nn.gmo, 936, 2466, 2400, 0, 0, 0, 0, 936, 2466 -po/mai.gmo, 599, 1448, 1626, 0, 0, 0, 0, 599, 1448 -po/cy.po, 492, 1239, 1321, 11, 28, 6, 37, 509, 1304 -po/cs.po, 1870, 5681, 5793, 0, 0, 0, 0, 1870, 5681 -po/fr.gmo, 1870, 5681, 6834, 0, 0, 0, 0, 1870, 5681 -po/si.po, 118, 143, 175, 0, 0, 810, 2357, 928, 2500 -po/bn_IN.po, 177, 277, 302, 3, 6, 329, 1021, 509, 1304 -po/ko.po, 579, 1433, 1386, 351, 999, 340, 1275, 1270, 3707 -po/gl.gmo, 1870, 5681, 6671, 0, 0, 0, 0, 1870, 5681 -po/dz.gmo, 718, 1941, 1025, 0, 0, 0, 0, 718, 1941 -po/cy.gmo, 492, 1239, 1321, 0, 0, 0, 0, 492, 1239 -po/is.gmo, 139, 209, 217, 0, 0, 0, 0, 139, 209 -po/be.gmo, 1196, 3855, 3992, 0, 0, 0, 0, 1196, 3855 -po/nb.gmo, 1657, 4957, 4757, 0, 0, 0, 0, 1657, 4957 -po/it.po, 1870, 5681, 6529, 0, 0, 0, 0, 1870, 5681 -po/fur.gmo, 187, 516, 565, 0, 0, 0, 0, 187, 516 -po/sl.po, 1870, 5681, 6171, 0, 0, 0, 0, 1870, 5681 -po/el.gmo, 1870, 5681, 6296, 0, 0, 0, 0, 1870, 5681 -po/nb.po, 1657, 4957, 4757, 67, 172, 119, 439, 1843, 5568 -po/ca@valencia.po, 1843, 5568, 6996, 0, 0, 0, 0, 1843, 5568 -po/da.po, 1867, 5675, 5449, 0, 0, 0, 0, 1867, 5675 -po/bn.po, 1315, 4011, 4162, 0, 0, 0, 0, 1315, 4011 -po/pa.po, 1290, 3823, 4071, 14, 94, 33, 397, 1337, 4314 -po/id.po, 1871, 5682, 5691, 0, 0, 0, 0, 1871, 5682 -po/ast.gmo, 1337, 4314, 4887, 0, 0, 0, 0, 1337, 4314 -po/mr.gmo, 379, 541, 548, 0, 0, 0, 0, 379, 541 -po/he.po, 644, 2053, 2031, 14, 47, 642, 1693, 1300, 3793 -po/ko.gmo, 579, 1433, 1386, 0, 0, 0, 0, 579, 1433 -po/uk.gmo, 1843, 5568, 5540, 0, 0, 0, 0, 1843, 5568 -po/eu.po, 1659, 4874, 4584, 0, 0, 211, 807, 1870, 5681 -po/ms.po, 456, 940, 924, 0, 0, 860, 3079, 1316, 4019 -po/kn.po, 342, 467, 484, 408, 1727, 339, 902, 1089, 3096 -po/uk.po, 1843, 5568, 5540, 0, 0, 0, 0, 1843, 5568 -po/id.gmo, 1871, 5682, 5691, 0, 0, 0, 0, 1871, 5682 -po/ca.po, 1855, 5603, 7084, 0, 0, 0, 0, 1855, 5603 -po/kk.po, 92, 101, 107, 0, 0, 1775, 5574, 1867, 5675 -po/et.po, 360, 729, 695, 183, 327, 866, 3344, 1409, 4400 -po/hu.gmo, 1870, 5681, 5509, 0, 0, 0, 0, 1870, 5681 -po/pa.gmo, 1290, 3823, 4071, 0, 0, 0, 0, 1290, 3823 -po/gu.gmo, 445, 1066, 1175, 0, 0, 0, 0, 445, 1066 -po/ga.gmo, 47, 103, 116, 0, 0, 0, 0, 47, 103 -po/et.gmo, 360, 729, 695, 0, 0, 0, 0, 360, 729 -po/es.po, 1870, 5681, 6647, 0, 0, 0, 0, 1870, 5681 -po/ast.po, 1337, 4314, 4887, 0, 0, 0, 0, 1337, 4314 -po/or.po, 562, 1404, 1577, 158, 277, 547, 2023, 1267, 3704 -po/tr.gmo, 1870, 5681, 5275, 0, 0, 0, 0, 1870, 5681 -po/sl.gmo, 1870, 5681, 6171, 0, 0, 0, 0, 1870, 5681 -po/kk.gmo, 92, 101, 107, 0, 0, 0, 0, 92, 101 -po/pt_BR.gmo, 1871, 5682, 6409, 0, 0, 0, 0, 1871, 5682 -po/pt.po, 1739, 5344, 6073, 0, 0, 0, 0, 1739, 5344 -po/fur.po, 187, 516, 565, 2, 2, 1654, 5050, 1843, 5568 -po/is.po, 139, 209, 217, 273, 355, 1208, 4476, 1620, 5040 -po/bg.po, 1725, 5323, 5828, 0, 0, 0, 0, 1725, 5323 -po/ro.po, 1871, 5682, 6434, 0, 0, 0, 0, 1871, 5682 -po/oc.po, 1739, 5344, 6270, 0, 0, 0, 0, 1739, 5344 -po/cs.gmo, 1870, 5681, 5793, 0, 0, 0, 0, 1870, 5681 -po/bn_IN.gmo, 177, 277, 302, 0, 0, 0, 0, 177, 277 diff --git a/results/f31/p11-kit-0.23.16.1-2.fc31.src.rpm.errors.txt b/results/f31/p11-kit-0.23.16.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index dd183bd..0000000 --- a/results/f31/p11-kit-0.23.16.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f31/p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv b/results/f31/p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 9600769..0000000 --- a/results/f31/p11-kit-0.23.16.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,146 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/lt.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/en@boldquot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/ca.po, 81, 476, 570, 0, 0, 0, 0, 81, 476 -po/pt_BR.gmo, 81, 476, 501, 0, 0, 0, 0, 81, 476 -po/pl.po, 81, 476, 415, 0, 0, 0, 0, 81, 476 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/cs.gmo, 81, 476, 387, 0, 0, 0, 0, 81, 476 -po/eu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/cs.po, 81, 476, 387, 0, 0, 0, 0, 81, 476 -po/ca@valencia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/de.po, 81, 476, 519, 0, 0, 0, 0, 81, 476 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.po, 80, 469, 373, 0, 0, 1, 7, 81, 476 -po/sq.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ko.gmo, 81, 476, 327, 0, 0, 0, 0, 81, 476 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.gmo, 80, 469, 498, 0, 0, 0, 0, 80, 469 -po/te.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.po, 81, 476, 433, 0, 0, 0, 0, 81, 476 -po/oc.gmo, 81, 476, 503, 0, 0, 0, 0, 81, 476 -po/oc.po, 81, 476, 503, 0, 0, 0, 0, 81, 476 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.po, 81, 476, 404, 0, 0, 0, 0, 81, 476 -po/id.po, 81, 476, 392, 0, 0, 0, 0, 81, 476 -po/fr.gmo, 81, 476, 504, 0, 0, 0, 0, 81, 476 -po/gl.po, 81, 476, 549, 0, 0, 0, 0, 81, 476 -po/ru.po, 81, 476, 378, 0, 0, 0, 0, 81, 476 -po/sk.po, 81, 476, 409, 0, 0, 0, 0, 81, 476 -po/uk.po, 81, 476, 434, 0, 0, 0, 0, 81, 476 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gl.gmo, 81, 476, 549, 0, 0, 0, 0, 81, 476 -po/hr.po, 81, 476, 385, 0, 0, 0, 0, 81, 476 -po/zh_TW.po, 1, 2, 1, 0, 0, 80, 474, 81, 476 -po/pt_BR.po, 81, 476, 501, 0, 0, 0, 0, 81, 476 -po/hu.gmo, 81, 476, 396, 0, 0, 0, 0, 81, 476 -po/lv.gmo, 80, 469, 373, 0, 0, 0, 0, 80, 469 -po/bg.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/zh_HK.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ja.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/he.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/p11-kit.pot, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/tr.po, 81, 476, 324, 0, 0, 0, 0, 81, 476 -po/ga.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/bn_IN.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/sr@latin.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/mr.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/en_GB.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/sl.gmo, 81, 476, 404, 0, 0, 0, 0, 81, 476 -po/cy.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/or.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/nb.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.gmo, 81, 476, 417, 0, 0, 0, 0, 81, 476 -po/it.po, 81, 476, 513, 0, 0, 0, 0, 81, 476 -po/it.gmo, 81, 476, 513, 0, 0, 0, 0, 81, 476 -po/ar.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/az.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/fi.gmo, 81, 476, 402, 0, 0, 0, 0, 81, 476 -po/en@quot.gmo, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 81, 476, 504, 0, 0, 0, 0, 81, 476 -po/ml.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/fi.po, 81, 476, 402, 0, 0, 0, 0, 81, 476 -po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fo.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/eo.gmo, 14, 58, 55, 0, 0, 0, 0, 14, 58 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.po, 74, 425, 444, 0, 0, 7, 51, 81, 476 -po/tr.gmo, 81, 476, 324, 0, 0, 0, 0, 81, 476 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.po, 81, 476, 466, 0, 0, 0, 0, 81, 476 -po/nl.po, 80, 469, 498, 0, 0, 1, 7, 81, 476 -po/hi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/hu.po, 81, 476, 396, 0, 0, 0, 0, 81, 476 -po/id.gmo, 81, 476, 392, 0, 0, 0, 0, 81, 476 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fur.po, 81, 476, 579, 0, 0, 0, 0, 81, 476 -po/en_GB.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/es.po, 81, 476, 563, 0, 0, 0, 0, 81, 476 -po/zh_CN.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/th.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ia.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/el.gmo, 81, 476, 532, 0, 0, 0, 0, 81, 476 -po/pl.gmo, 81, 476, 415, 0, 0, 0, 0, 81, 476 -po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.gmo, 81, 476, 519, 0, 0, 0, 0, 81, 476 -po/da.gmo, 81, 476, 433, 0, 0, 0, 0, 81, 476 -po/ja.po, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/zh_CN.gmo, 81, 476, 95, 0, 0, 0, 0, 81, 476 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.gmo, 81, 476, 570, 0, 0, 0, 0, 81, 476 -po/ro.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/sk.gmo, 81, 476, 409, 0, 0, 0, 0, 81, 476 -po/zh_TW.gmo, 1, 2, 1, 0, 0, 0, 0, 1, 2 -po/nn.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/eo.po, 14, 58, 55, 0, 0, 67, 418, 81, 476 -po/kk.po, 4, 12, 11, 0, 0, 77, 464, 81, 476 -po/fur.gmo, 81, 476, 579, 0, 0, 0, 0, 81, 476 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.po, 81, 476, 327, 0, 0, 0, 0, 81, 476 -po/as.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/uk.gmo, 81, 476, 434, 0, 0, 0, 0, 81, 476 -po/et.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ru.gmo, 81, 476, 378, 0, 0, 0, 0, 81, 476 -po/fa.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ka.po, 31, 156, 107, 0, 0, 50, 320, 81, 476 -po/gu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.po, 81, 476, 532, 0, 0, 0, 0, 81, 476 -po/ka.gmo, 31, 156, 107, 0, 0, 0, 0, 31, 156 -po/eu.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/kk.gmo, 4, 12, 11, 0, 0, 0, 0, 4, 12 -po/sv.gmo, 81, 476, 406, 0, 0, 0, 0, 81, 476 -po/pa.gmo, 74, 425, 444, 0, 0, 0, 0, 74, 425 -po/pt.gmo, 81, 476, 466, 0, 0, 0, 0, 81, 476 -po/en@quot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/hr.gmo, 81, 476, 385, 0, 0, 0, 0, 81, 476 -po/ms.po, 0, 0, 0, 0, 0, 81, 476, 81, 476 -po/es.gmo, 81, 476, 563, 0, 0, 0, 0, 81, 476 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.po, 81, 476, 406, 0, 0, 0, 0, 81, 476 -po/en@boldquot.po, 81, 476, 476, 0, 0, 0, 0, 81, 476 -po/sr.po, 81, 476, 417, 0, 0, 0, 0, 81, 476 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f31/pam-1.3.1-18.fc31.src.rpm.errors.txt b/results/f31/pam-1.3.1-18.fc31.src.rpm.errors.txt deleted file mode 100644 index 269539f..0000000 --- a/results/f31/pam-1.3.1-18.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/pam-1.3.1-18.fc31.src.rpm.stats.csv b/results/f31/pam-1.3.1-18.fc31.src.rpm.stats.csv deleted file mode 100644 index c9f1355..0000000 --- a/results/f31/pam-1.3.1-18.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,196 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/Linux-PAM.pot, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/zu.gmo, 85, 371, 317, 0, 0, 0, 0, 85, 371 -po/zh_TW.gmo, 117, 575, 215, 0, 0, 0, 0, 117, 575 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 117, 575, 217, 0, 0, 0, 0, 117, 575 -po/yo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.gmo, 115, 562, 794, 0, 0, 0, 0, 115, 562 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.gmo, 119, 595, 597, 0, 0, 0, 0, 119, 595 -po/tw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.gmo, 117, 575, 506, 0, 0, 0, 0, 117, 575 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 117, 575, 470, 0, 0, 0, 0, 117, 575 -po/ta.gmo, 117, 575, 483, 0, 0, 0, 0, 117, 575 -po/sv.gmo, 117, 575, 541, 0, 0, 0, 0, 117, 575 -po/sr.gmo, 117, 575, 587, 0, 0, 0, 0, 117, 575 -po/sr@latin.gmo, 114, 559, 572, 0, 0, 0, 0, 114, 559 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sk.gmo, 117, 575, 566, 0, 0, 0, 0, 117, 575 -po/si.gmo, 90, 410, 450, 0, 0, 0, 0, 90, 410 -po/ru.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt.gmo, 117, 575, 699, 0, 0, 0, 0, 117, 575 -po/pt_BR.gmo, 117, 575, 627, 0, 0, 0, 0, 117, 575 -po/pl.gmo, 119, 595, 591, 0, 0, 0, 0, 119, 595 -po/pa.gmo, 117, 575, 677, 0, 0, 0, 0, 117, 575 -po/or.gmo, 117, 575, 655, 0, 0, 0, 0, 117, 575 -po/nso.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.gmo, 117, 575, 572, 0, 0, 0, 0, 117, 575 -po/ne.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.gmo, 117, 575, 543, 0, 0, 0, 0, 117, 575 -po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 1, 4, 4, 0, 0, 0, 0, 1, 4 -po/mr.gmo, 117, 575, 598, 0, 0, 0, 0, 117, 575 -po/mn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.gmo, 117, 575, 504, 0, 0, 0, 0, 117, 575 -po/mk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mai.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lv.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 117, 575, 508, 0, 0, 0, 0, 117, 575 -po/kn.gmo, 117, 575, 512, 0, 0, 0, 0, 117, 575 -po/km.gmo, 81, 344, 168, 0, 0, 0, 0, 81, 344 -po/kk.gmo, 117, 575, 553, 0, 0, 0, 0, 117, 575 -po/ka.gmo, 31, 87, 77, 0, 0, 0, 0, 31, 87 -po/ja.gmo, 117, 575, 192, 0, 0, 0, 0, 117, 575 -po/it.gmo, 117, 575, 614, 0, 0, 0, 0, 117, 575 -po/is.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ilo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/id.gmo, 47, 215, 203, 0, 0, 0, 0, 47, 215 -po/ia.gmo, 117, 575, 695, 0, 0, 0, 0, 117, 575 -po/hu.gmo, 117, 575, 544, 0, 0, 0, 0, 117, 575 -po/hr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 117, 575, 665, 0, 0, 0, 0, 117, 575 -po/he.gmo, 44, 198, 180, 0, 0, 0, 0, 44, 198 -po/gu.gmo, 117, 575, 639, 0, 0, 0, 0, 117, 575 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ga.gmo, 117, 575, 779, 0, 0, 0, 0, 117, 575 -po/fr.gmo, 117, 575, 698, 0, 0, 0, 0, 117, 575 -po/fi.gmo, 117, 575, 471, 0, 0, 0, 0, 117, 575 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 7, 13, 15, 0, 0, 0, 0, 7, 13 -po/et.gmo, 38, 158, 137, 0, 0, 0, 0, 38, 158 -po/es.gmo, 119, 595, 725, 0, 0, 0, 0, 119, 595 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/de.gmo, 117, 575, 579, 0, 0, 0, 0, 117, 575 -po/de_CH.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.gmo, 117, 575, 569, 0, 0, 0, 0, 117, 575 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 119, 595, 563, 0, 0, 0, 0, 119, 595 -po/ca.gmo, 117, 575, 719, 0, 0, 0, 0, 117, 575 -po/bs.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/brx.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/br.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -po/bn_IN.gmo, 115, 562, 618, 0, 0, 0, 0, 115, 562 -po/bg.gmo, 117, 575, 628, 0, 0, 0, 0, 117, 575 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bal.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/as.gmo, 117, 575, 617, 0, 0, 0, 0, 117, 575 -po/ar.gmo, 84, 367, 420, 0, 0, 0, 0, 84, 367 -po/anp.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/am.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zu.po, 85, 371, 317, 4, 27, 31, 199, 120, 597 -po/zh_TW.po, 117, 575, 215, 3, 22, 0, 0, 120, 597 -po/zh_HK.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/zh_CN.po, 117, 575, 217, 3, 22, 0, 0, 120, 597 -po/yo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/wba.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/vi.po, 115, 562, 794, 5, 35, 0, 0, 120, 597 -po/ur.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/uk.po, 119, 595, 597, 1, 2, 0, 0, 120, 597 -po/tw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/tr.po, 117, 575, 506, 3, 22, 0, 0, 120, 597 -po/th.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/tg.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/te.po, 117, 575, 470, 3, 22, 0, 0, 120, 597 -po/ta.po, 117, 575, 483, 3, 22, 0, 0, 120, 597 -po/sv.po, 117, 575, 541, 3, 22, 0, 0, 120, 597 -po/sr.po, 117, 575, 587, 3, 22, 0, 0, 120, 597 -po/sr@latin.po, 114, 559, 572, 5, 35, 1, 3, 120, 597 -po/sq.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/sl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/sk.po, 117, 575, 566, 3, 22, 0, 0, 120, 597 -po/si.po, 90, 410, 450, 4, 27, 26, 160, 120, 597 -po/ru.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -po/ro.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/pt.po, 117, 575, 699, 3, 22, 0, 0, 120, 597 -po/pt_BR.po, 117, 575, 627, 3, 22, 0, 0, 120, 597 -po/pl.po, 119, 595, 591, 1, 2, 0, 0, 120, 597 -po/pa.po, 117, 575, 677, 3, 22, 0, 0, 120, 597 -po/or.po, 117, 575, 655, 3, 22, 0, 0, 120, 597 -po/nso.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nl.po, 117, 575, 572, 3, 22, 0, 0, 120, 597 -po/ne.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nds.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/nb.po, 117, 575, 543, 3, 22, 0, 0, 120, 597 -po/my.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ms.po, 1, 4, 4, 1, 2, 118, 591, 120, 597 -po/mr.po, 117, 575, 598, 3, 22, 0, 0, 120, 597 -po/mn.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ml.po, 117, 575, 504, 3, 22, 0, 0, 120, 597 -po/mk.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/mai.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/lv.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/lt.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ky.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw@uccor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/kw_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ko.po, 117, 575, 508, 3, 22, 0, 0, 120, 597 -po/kn.po, 117, 575, 512, 3, 22, 0, 0, 120, 597 -po/km.po, 81, 344, 168, 4, 27, 35, 226, 120, 597 -po/kk.po, 117, 575, 553, 3, 22, 0, 0, 120, 597 -po/ka.po, 31, 87, 77, 1, 2, 88, 508, 120, 597 -po/ja.po, 117, 575, 192, 3, 22, 0, 0, 120, 597 -po/it.po, 117, 575, 614, 3, 22, 0, 0, 120, 597 -po/is.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ilo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/id.po, 47, 215, 203, 0, 0, 73, 382, 120, 597 -po/ia.po, 117, 575, 695, 3, 22, 0, 0, 120, 597 -po/hu.po, 117, 575, 544, 3, 22, 0, 0, 120, 597 -po/hr.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/hi.po, 117, 575, 665, 3, 22, 0, 0, 120, 597 -po/he.po, 44, 198, 180, 4, 27, 72, 372, 120, 597 -po/gu.po, 117, 575, 639, 3, 22, 0, 0, 120, 597 -po/gl.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ga.po, 117, 575, 779, 3, 22, 0, 0, 120, 597 -po/fr.po, 117, 575, 698, 3, 22, 0, 0, 120, 597 -po/fi.po, 117, 575, 471, 3, 22, 0, 0, 120, 597 -po/fa.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/eu.po, 7, 13, 15, 1, 2, 112, 582, 120, 597 -po/et.po, 38, 158, 137, 2, 7, 80, 432, 120, 597 -po/es.po, 119, 595, 725, 1, 2, 0, 0, 120, 597 -po/eo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/en_GB.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/el.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/de.po, 117, 575, 579, 3, 22, 0, 0, 120, 597 -po/de_CH.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/da.po, 117, 575, 569, 3, 22, 0, 0, 120, 597 -po/cy.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/cs.po, 119, 595, 563, 1, 2, 0, 0, 120, 597 -po/ca.po, 117, 575, 719, 3, 22, 0, 0, 120, 597 -po/bs.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/brx.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/br.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/bo.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/bn.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -po/bn_IN.po, 115, 562, 618, 5, 35, 0, 0, 120, 597 -po/bg.po, 117, 575, 628, 3, 22, 0, 0, 120, 597 -po/be.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/bal.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/ast.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/as.po, 117, 575, 617, 3, 22, 0, 0, 120, 597 -po/ar.po, 84, 367, 420, 4, 27, 32, 203, 120, 597 -po/anp.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/am.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 -po/af.po, 0, 0, 0, 0, 0, 120, 597, 120, 597 diff --git a/results/f31/parted-3.2.153-1.fc31.src.rpm.errors.txt b/results/f31/parted-3.2.153-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 2d3f83d..0000000 --- a/results/f31/parted-3.2.153-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog.0) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 31: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe7 in position 177: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 19: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 23: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 45: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf2 in position 52: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/parted-3.2.153-1.fc31.src.rpm.stats.csv b/results/f31/parted-3.2.153-1.fc31.src.rpm.stats.csv deleted file mode 100644 index b9410a6..0000000 --- a/results/f31/parted-3.2.153-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,56 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/parted.pot, 0, 0, 0, 0, 0, 570, 4674, 570, 4674 -po/zh_TW.gmo, 529, 4216, 1526, 0, 0, 0, 0, 529, 4216 -po/zh_CN.gmo, 529, 4216, 1541, 0, 0, 0, 0, 529, 4216 -po/vi.gmo, 529, 4216, 5619, 0, 0, 0, 0, 529, 4216 -po/uk.gmo, 529, 4216, 3904, 0, 0, 0, 0, 529, 4216 -po/tr.gmo, 529, 4216, 3526, 0, 0, 0, 0, 529, 4216 -po/sv.gmo, 529, 4216, 4000, 0, 0, 0, 0, 529, 4216 -po/sr.gmo, 529, 4216, 4120, 0, 0, 0, 0, 529, 4216 -po/sl.gmo, 493, 3866, 3642, 0, 0, 0, 0, 493, 3866 -po/sk.gmo, 515, 4091, 3783, 0, 0, 0, 0, 515, 4091 -po/rw.gmo, 16, 16, 17, 0, 0, 0, 0, 16, 16 -po/ru.gmo, 529, 4216, 3845, 0, 0, 0, 0, 529, 4216 -po/pt_BR.gmo, 529, 4216, 4772, 0, 0, 0, 0, 529, 4216 -po/pl.gmo, 529, 4216, 4057, 0, 0, 0, 0, 529, 4216 -po/nl.gmo, 529, 4216, 4184, 0, 0, 0, 0, 529, 4216 -po/ko.gmo, 529, 4216, 3539, 0, 0, 0, 0, 529, 4216 -po/ja.gmo, 529, 4216, 1572, 0, 0, 0, 0, 529, 4216 -po/it.gmo, 529, 4216, 4476, 0, 0, 0, 0, 529, 4216 -po/id.gmo, 484, 3785, 3733, 0, 0, 0, 0, 484, 3785 -po/hu.gmo, 529, 4216, 3663, 0, 0, 0, 0, 529, 4216 -po/gl.gmo, 325, 2304, 2719, 0, 0, 0, 0, 325, 2304 -po/fur.gmo, 529, 4216, 5097, 0, 0, 0, 0, 529, 4216 -po/fr.gmo, 529, 4216, 5025, 0, 0, 0, 0, 529, 4216 -po/de.gmo, 529, 4216, 4172, 0, 0, 0, 0, 529, 4216 -po/cs.gmo, 451, 3611, 3186, 0, 0, 0, 0, 451, 3611 -po/zh_TW.po, 529, 4216, 1526, 19, 178, 22, 280, 570, 4674 -po/zh_CN.po, 529, 4216, 1541, 20, 186, 21, 272, 570, 4674 -po/vi.po, 529, 4216, 5619, 20, 186, 21, 272, 570, 4674 -po/uk.po, 529, 4216, 3904, 20, 186, 21, 272, 570, 4674 -po/tr.po, 529, 4216, 3526, 20, 186, 21, 272, 570, 4674 -po/sv.po, 529, 4216, 4000, 20, 186, 21, 272, 570, 4674 -po/sr.po, 529, 4216, 4120, 19, 178, 22, 280, 570, 4674 -po/sl.po, 493, 3866, 3642, 48, 472, 29, 336, 570, 4674 -po/sk.po, 515, 4091, 3783, 30, 279, 25, 304, 570, 4674 -po/rw.po, 16, 16, 17, 231, 2188, 323, 2470, 570, 4674 -po/ru.po, 529, 4216, 3845, 19, 178, 22, 280, 570, 4674 -po/ro.po, 110, 663, 741, 45, 437, 415, 3574, 570, 4674 -po/pt_BR.po, 529, 4216, 4772, 20, 186, 21, 272, 570, 4674 -po/pt.po, 111, 762, 834, 124, 1048, 335, 2864, 570, 4674 -po/pl.po, 529, 4216, 4057, 19, 178, 22, 280, 570, 4674 -po/nn.po, 156, 1028, 957, 118, 1224, 296, 2422, 570, 4674 -po/nl.po, 529, 4216, 4184, 20, 186, 21, 272, 570, 4674 -po/ko.po, 529, 4216, 3539, 19, 178, 22, 280, 570, 4674 -po/ja.po, 529, 4216, 1572, 19, 178, 22, 280, 570, 4674 -po/it.po, 529, 4216, 4476, 19, 178, 22, 280, 570, 4674 -po/id.po, 484, 3785, 3733, 50, 484, 36, 405, 570, 4674 -po/hu.po, 529, 4216, 3663, 19, 178, 22, 280, 570, 4674 -po/gl.po, 325, 2304, 2719, 26, 190, 219, 2180, 570, 4674 -po/fur.po, 529, 4216, 5097, 19, 178, 22, 280, 570, 4674 -po/fr.po, 529, 4216, 5025, 19, 178, 22, 280, 570, 4674 -po/es.po, 215, 1659, 1940, 85, 758, 270, 2257, 570, 4674 -po/de.po, 529, 4216, 4172, 19, 178, 22, 280, 570, 4674 -po/da.po, 414, 3006, 2909, 43, 348, 113, 1320, 570, 4674 -po/cs.po, 451, 3611, 3186, 61, 558, 58, 505, 570, 4674 -po/ca.po, 153, 1003, 1149, 118, 1175, 299, 2496, 570, 4674 diff --git a/results/f31/passwd-0.80-6.fc31.src.rpm.errors.txt b/results/f31/passwd-0.80-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 2791da9..0000000 --- a/results/f31/passwd-0.80-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/passwd-0.80-6.fc31.src.rpm.stats.csv b/results/f31/passwd-0.80-6.fc31.src.rpm.stats.csv deleted file mode 100644 index 08e27e5..0000000 --- a/results/f31/passwd-0.80-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,138 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nds.gmo, 17, 51, 52, 0, 0, 0, 0, 17, 51 -po/fi.gmo, 56, 329, 282, 0, 0, 0, 0, 56, 329 -po/zh_TW.po, 56, 329, 125, 0, 0, 1, 7, 57, 336 -po/as.gmo, 54, 306, 380, 0, 0, 0, 0, 54, 306 -po/bs.gmo, 49, 267, 299, 0, 0, 0, 0, 49, 267 -po/gl.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/bs.po, 49, 267, 299, 0, 0, 8, 69, 57, 336 -po/ast.po, 49, 267, 318, 0, 0, 8, 69, 57, 336 -po/ka.gmo, 42, 212, 200, 0, 0, 0, 0, 42, 212 -po/it.gmo, 56, 329, 352, 0, 0, 0, 0, 56, 329 -po/es.gmo, 56, 329, 397, 0, 0, 0, 0, 56, 329 -po/zh_CN.gmo, 56, 329, 118, 0, 0, 0, 0, 56, 329 -po/cs.gmo, 56, 329, 306, 0, 0, 0, 0, 56, 329 -po/fi.po, 56, 329, 282, 0, 0, 1, 7, 57, 336 -po/pa.gmo, 49, 267, 305, 0, 0, 0, 0, 49, 267 -po/ar.gmo, 49, 267, 291, 0, 0, 0, 0, 49, 267 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.po, 21, 88, 81, 0, 0, 36, 248, 57, 336 -po/fa.gmo, 20, 97, 118, 0, 0, 0, 0, 20, 97 -po/bn.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -po/ur.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/nl.po, 56, 329, 357, 0, 0, 1, 7, 57, 336 -po/ko.po, 56, 329, 333, 0, 0, 1, 7, 57, 336 -po/ca.gmo, 56, 329, 443, 0, 0, 0, 0, 56, 329 -po/pt_BR.gmo, 56, 329, 401, 0, 0, 0, 0, 56, 329 -po/my.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/cs.po, 56, 329, 306, 0, 0, 1, 7, 57, 336 -po/ko.gmo, 56, 329, 333, 0, 0, 0, 0, 56, 329 -po/ml.po, 56, 329, 329, 0, 0, 1, 7, 57, 336 -po/as.po, 54, 306, 380, 0, 0, 3, 30, 57, 336 -po/tr.po, 56, 329, 315, 0, 0, 1, 7, 57, 336 -po/nds.po, 17, 51, 52, 0, 0, 40, 285, 57, 336 -po/nb.gmo, 54, 306, 292, 0, 0, 0, 0, 54, 306 -po/ku.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.gmo, 56, 329, 315, 0, 0, 0, 0, 56, 329 -po/sk.po, 56, 329, 314, 0, 0, 1, 7, 57, 336 -po/nl.gmo, 56, 329, 357, 0, 0, 0, 0, 56, 329 -po/id.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -po/te.po, 54, 306, 297, 0, 0, 3, 30, 57, 336 -po/sr@latin.po, 49, 267, 288, 0, 0, 8, 69, 57, 336 -po/passwd.pot, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ja.po, 54, 306, 137, 0, 0, 3, 30, 57, 336 -po/ast.gmo, 49, 267, 318, 0, 0, 0, 0, 49, 267 -po/bn.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -po/gu.gmo, 49, 267, 300, 0, 0, 0, 0, 49, 267 -po/sl.po, 54, 306, 319, 0, 0, 3, 30, 57, 336 -po/da.po, 56, 329, 310, 0, 0, 1, 7, 57, 336 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/my.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.po, 54, 306, 338, 0, 0, 3, 30, 57, 336 -po/fa.po, 20, 97, 118, 0, 0, 37, 239, 57, 336 -po/fr.po, 56, 329, 425, 0, 0, 1, 7, 57, 336 -po/de.gmo, 56, 329, 343, 0, 0, 0, 0, 56, 329 -po/or.po, 49, 267, 328, 0, 0, 8, 69, 57, 336 -po/hy.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/is.po, 17, 56, 50, 0, 0, 40, 280, 57, 336 -po/pa.po, 49, 267, 305, 0, 0, 8, 69, 57, 336 -po/mk.gmo, 47, 259, 305, 0, 0, 0, 0, 47, 259 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.po, 56, 329, 397, 0, 0, 1, 7, 57, 336 -po/hr.gmo, 47, 259, 289, 0, 0, 0, 0, 47, 259 -po/si.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ta.gmo, 49, 267, 246, 0, 0, 0, 0, 49, 267 -po/ms.po, 41, 225, 226, 0, 0, 16, 111, 57, 336 -po/id.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -po/ml.gmo, 56, 329, 329, 0, 0, 0, 0, 56, 329 -po/hu.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -po/en_GB.po, 49, 267, 267, 0, 0, 8, 69, 57, 336 -po/bg.gmo, 54, 306, 338, 0, 0, 0, 0, 54, 306 -po/mr.gmo, 49, 267, 284, 0, 0, 0, 0, 49, 267 -po/kn.gmo, 54, 306, 303, 0, 0, 0, 0, 54, 306 -po/sv.gmo, 56, 329, 311, 0, 0, 0, 0, 56, 329 -po/pt_BR.po, 56, 329, 401, 0, 0, 1, 7, 57, 336 -po/ka.po, 42, 212, 200, 0, 0, 15, 124, 57, 336 -po/pl.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -po/sl.gmo, 54, 306, 319, 0, 0, 0, 0, 54, 306 -po/ur.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/lo.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/pt.gmo, 56, 329, 398, 0, 0, 0, 0, 56, 329 -po/sv.po, 56, 329, 311, 0, 0, 1, 7, 57, 336 -po/sr@latin.gmo, 49, 267, 288, 0, 0, 0, 0, 49, 267 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/is.gmo, 17, 56, 50, 0, 0, 0, 0, 17, 56 -po/da.gmo, 56, 329, 310, 0, 0, 0, 0, 56, 329 -po/wa.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ms.gmo, 41, 225, 226, 0, 0, 0, 0, 41, 225 -po/fr.gmo, 56, 329, 425, 0, 0, 0, 0, 56, 329 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.po, 56, 329, 342, 0, 0, 1, 7, 57, 336 -po/el.po, 54, 306, 347, 0, 0, 3, 30, 57, 336 -po/sr.gmo, 56, 329, 342, 0, 0, 0, 0, 56, 329 -po/gl.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.po, 54, 306, 292, 0, 0, 3, 30, 57, 336 -po/en_GB.gmo, 49, 267, 267, 0, 0, 0, 0, 49, 267 -po/uk.gmo, 56, 329, 351, 0, 0, 0, 0, 56, 329 -po/sk.gmo, 56, 329, 314, 0, 0, 0, 0, 56, 329 -po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/it.po, 56, 329, 352, 0, 0, 1, 7, 57, 336 -po/ar.po, 49, 267, 291, 0, 0, 8, 69, 57, 336 -po/sq.gmo, 56, 329, 400, 0, 0, 0, 0, 56, 329 -po/ku.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ro.po, 54, 306, 335, 0, 0, 3, 30, 57, 336 -po/vi.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/hr.po, 47, 259, 289, 0, 0, 10, 77, 57, 336 -po/hu.po, 56, 329, 321, 0, 0, 1, 7, 57, 336 -po/lo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mr.po, 49, 267, 284, 0, 0, 8, 69, 57, 336 -po/bn_IN.gmo, 54, 306, 348, 0, 0, 0, 0, 54, 306 -po/he.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/ru.gmo, 56, 329, 302, 0, 0, 0, 0, 56, 329 -po/pl.gmo, 56, 329, 321, 0, 0, 0, 0, 56, 329 -po/or.gmo, 49, 267, 328, 0, 0, 0, 0, 49, 267 -po/kn.po, 54, 306, 303, 0, 0, 3, 30, 57, 336 -po/et.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/de.po, 56, 329, 343, 0, 0, 1, 7, 57, 336 -po/ru.po, 56, 329, 302, 0, 0, 1, 7, 57, 336 -po/hi.po, 49, 267, 327, 0, 0, 8, 69, 57, 336 -po/el.gmo, 54, 306, 347, 0, 0, 0, 0, 54, 306 -po/bn_IN.po, 54, 306, 348, 0, 0, 3, 30, 57, 336 -po/zh_CN.po, 56, 329, 118, 0, 0, 1, 7, 57, 336 -po/ta.po, 49, 267, 246, 0, 0, 8, 69, 57, 336 -po/ca.po, 56, 329, 443, 0, 0, 1, 7, 57, 336 -po/eu.gmo, 21, 88, 81, 0, 0, 0, 0, 21, 88 -po/ro.gmo, 54, 306, 335, 0, 0, 0, 0, 54, 306 -po/sq.po, 56, 329, 400, 0, 0, 1, 7, 57, 336 -po/ja.gmo, 54, 306, 137, 0, 0, 0, 0, 54, 306 -po/gu.po, 49, 267, 300, 0, 0, 8, 69, 57, 336 -po/hi.gmo, 49, 267, 327, 0, 0, 0, 0, 49, 267 -po/pt.po, 56, 329, 398, 0, 0, 1, 7, 57, 336 -po/mk.po, 47, 259, 305, 0, 0, 10, 77, 57, 336 -po/si.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/zh_TW.gmo, 56, 329, 125, 0, 0, 0, 0, 56, 329 -po/nn.po, 0, 0, 0, 0, 0, 57, 336, 57, 336 -po/te.gmo, 54, 306, 297, 0, 0, 0, 0, 54, 306 -po/uk.po, 56, 329, 351, 0, 0, 1, 7, 57, 336 -po/hy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f31/phodav-2.3-2.fc31.src.rpm.errors.txt b/results/f31/phodav-2.3-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/phodav-2.3-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/phodav-2.3-2.fc31.src.rpm.stats.csv b/results/f31/phodav-2.3-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 0d85199..0000000 --- a/results/f31/phodav-2.3-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,20 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.po, 17, 63, 58, 0, 0, 0, 0, 17, 63 -po/sv.po, 17, 63, 69, 0, 0, 0, 0, 17, 63 -po/sr@latin.po, 17, 63, 72, 0, 0, 0, 0, 17, 63 -po/sr.po, 17, 63, 72, 0, 0, 0, 0, 17, 63 -po/sl.po, 17, 63, 77, 0, 0, 0, 0, 17, 63 -po/ro.po, 17, 63, 73, 0, 0, 0, 0, 17, 63 -po/pt_BR.po, 17, 63, 68, 0, 0, 0, 0, 17, 63 -po/pt.po, 10, 31, 34, 2, 9, 5, 23, 17, 63 -po/pl.po, 17, 63, 81, 0, 0, 0, 0, 17, 63 -po/id.po, 17, 63, 66, 0, 0, 0, 0, 17, 63 -po/hu.po, 17, 63, 63, 0, 0, 0, 0, 17, 63 -po/hr.po, 17, 63, 62, 0, 0, 0, 0, 17, 63 -po/fur.po, 17, 63, 77, 0, 0, 0, 0, 17, 63 -po/es.po, 17, 63, 75, 0, 0, 0, 0, 17, 63 -po/el.po, 10, 31, 32, 2, 9, 5, 23, 17, 63 -po/de.po, 17, 63, 63, 0, 0, 0, 0, 17, 63 -po/da.po, 17, 63, 63, 0, 0, 0, 0, 17, 63 -po/cs.po, 17, 63, 69, 0, 0, 0, 0, 17, 63 -po/bs.po, 10, 31, 35, 2, 9, 5, 23, 17, 63 diff --git a/results/f31/pinfo-0.6.10-23.fc31.src.rpm.errors.txt b/results/f31/pinfo-0.6.10-23.fc31.src.rpm.errors.txt deleted file mode 100644 index 7ec09ad..0000000 --- a/results/f31/pinfo-0.6.10-23.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/pinfo-0.6.10-23.fc31.src.rpm.stats.csv b/results/f31/pinfo-0.6.10-23.fc31.src.rpm.stats.csv deleted file mode 100644 index 2a8900e..0000000 --- a/results/f31/pinfo-0.6.10-23.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,13 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ru.po, 53, 315, 297, 1, 6, 0, 0, 54, 321 -po/pl.po, 51, 307, 319, 3, 14, 0, 0, 54, 321 -po/cs.po, 53, 315, 304, 1, 6, 0, 0, 54, 321 -po/vi.po, 53, 315, 437, 1, 6, 0, 0, 54, 321 -po/de.po, 49, 203, 205, 4, 111, 1, 7, 54, 321 -po/pt_BR.po, 53, 315, 362, 1, 6, 0, 0, 54, 321 -po/eu.po, 52, 311, 306, 2, 10, 0, 0, 54, 321 -po/ro.po, 53, 315, 363, 1, 6, 0, 0, 54, 321 -po/sv.po, 22, 83, 84, 8, 40, 24, 198, 54, 321 -po/nl.po, 53, 315, 336, 1, 6, 0, 0, 54, 321 -po/ja.po, 40, 169, 58, 7, 124, 7, 28, 54, 321 -po/pinfo.pot, 0, 0, 0, 0, 0, 54, 321, 54, 321 diff --git a/results/f31/policycoreutils-2.9-5.fc31.src.rpm.errors.txt b/results/f31/policycoreutils-2.9-5.fc31.src.rpm.errors.txt deleted file mode 100644 index e94090a..0000000 --- a/results/f31/policycoreutils-2.9-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/policycoreutils-2.9-5.fc31.src.rpm.stats.csv b/results/f31/policycoreutils-2.9-5.fc31.src.rpm.stats.csv deleted file mode 100644 index e2f3742..0000000 --- a/results/f31/policycoreutils-2.9-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,464 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ko.po, 28, 236, 197, 0, 0, 0, 0, 28, 236 -po/es.po, 28, 236, 244, 0, 0, 0, 0, 28, 236 -po/da.po, 28, 236, 210, 0, 0, 0, 0, 28, 236 -po/cs.po, 1, 1, 1, 0, 0, 27, 235, 28, 236 -po/hu.po, 19, 116, 98, 0, 0, 9, 120, 28, 236 -po/zh_CN.po, 28, 236, 110, 0, 0, 0, 0, 28, 236 -po/pt_BR.po, 28, 236, 263, 0, 0, 0, 0, 28, 236 -po/ja.po, 28, 236, 117, 0, 0, 0, 0, 28, 236 -po/nl.po, 28, 236, 240, 0, 0, 0, 0, 28, 236 -po/ru.po, 28, 236, 222, 0, 0, 0, 0, 28, 236 -po/zh_TW.po, 28, 236, 80, 0, 0, 0, 0, 28, 236 -po/pl.po, 28, 236, 223, 0, 0, 0, 0, 28, 236 -po/sv.po, 28, 236, 211, 0, 0, 0, 0, 28, 236 -po/sandbox.pot, 0, 0, 0, 0, 0, 28, 236, 28, 236 -po/fr.po, 28, 236, 297, 0, 0, 0, 0, 28, 236 -po/de.po, 28, 236, 233, 0, 0, 0, 0, 28, 236 -po/uk.po, 28, 236, 227, 0, 0, 0, 0, 28, 236 -po/it.po, 8, 89, 89, 20, 147, 0, 0, 28, 236 -po/bn_IN.po, 564, 3618, 3652, 0, 0, 134, 875, 698, 4493 -po/zu.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/as.po, 564, 3618, 3545, 0, 0, 134, 875, 698, 4493 -po/kn.po, 565, 3619, 2964, 0, 0, 133, 874, 698, 4493 -po/ia.po, 18, 19, 20, 0, 0, 680, 4474, 698, 4493 -po/fil.po, 6, 6, 8, 0, 0, 692, 4487, 698, 4493 -po/zh_HK.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/fi.po, 271, 1282, 1095, 0, 0, 427, 3211, 698, 4493 -po/bal.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/ar.po, 219, 1149, 1144, 0, 0, 479, 3344, 698, 4493 -po/sr.po, 224, 1155, 1250, 0, 0, 474, 3338, 698, 4493 -po/sk.po, 157, 775, 702, 0, 0, 541, 3718, 698, 4493 -po/mai.po, 184, 932, 1042, 0, 0, 514, 3561, 698, 4493 -po/is.po, 25, 25, 27, 0, 0, 673, 4468, 698, 4493 -po/el.po, 55, 109, 111, 0, 0, 643, 4384, 698, 4493 -po/hr.po, 171, 813, 814, 0, 0, 527, 3680, 698, 4493 -po/bg.po, 244, 1250, 1448, 0, 0, 454, 3243, 698, 4493 -po/eo.po, 4, 4, 4, 0, 0, 694, 4489, 698, 4493 -po/tg.po, 20, 20, 24, 0, 0, 678, 4473, 698, 4493 -po/mn.po, 8, 8, 8, 0, 0, 690, 4485, 698, 4493 -po/ga.po, 8, 8, 9, 0, 0, 690, 4485, 698, 4493 -po/or.po, 564, 3618, 3813, 0, 0, 134, 875, 698, 4493 -po/de_CH.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/vi.po, 20, 21, 35, 0, 0, 678, 4472, 698, 4493 -po/be.po, 19, 19, 19, 0, 0, 679, 4474, 698, 4493 -po/sl.po, 18, 18, 18, 0, 0, 680, 4475, 698, 4493 -po/my.po, 7, 7, 7, 0, 0, 691, 4486, 698, 4493 -po/lt.po, 22, 22, 24, 0, 0, 676, 4471, 698, 4493 -po/af.po, 10, 10, 11, 0, 0, 688, 4483, 698, 4493 -po/en_GB.po, 225, 1158, 1158, 0, 0, 473, 3335, 698, 4493 -po/sr@latin.po, 220, 1151, 1245, 0, 0, 478, 3342, 698, 4493 -po/brx.po, 1, 1, 2, 0, 0, 697, 4492, 698, 4493 -po/ta.po, 564, 3618, 2946, 0, 0, 134, 875, 698, 4493 -po/ilo.po, 8, 8, 10, 0, 0, 690, 4485, 698, 4493 -po/ms.po, 80, 432, 420, 0, 0, 618, 4061, 698, 4493 -po/lv.po, 21, 21, 22, 0, 0, 677, 4472, 698, 4493 -po/pa.po, 564, 3618, 4051, 0, 0, 134, 875, 698, 4493 -po/gl.po, 23, 24, 26, 0, 0, 675, 4469, 698, 4493 -po/gu.po, 564, 3618, 3833, 0, 0, 134, 875, 698, 4493 -po/bs.po, 138, 754, 757, 0, 0, 560, 3739, 698, 4493 -po/kk.po, 20, 20, 22, 0, 0, 678, 4473, 698, 4493 -po/bn.po, 29, 29, 33, 0, 0, 669, 4464, 698, 4493 -po/tr.po, 41, 52, 55, 0, 0, 657, 4441, 698, 4493 -po/fa.po, 23, 23, 28, 0, 0, 675, 4470, 698, 4493 -po/ca.po, 576, 3679, 4536, 0, 0, 122, 814, 698, 4493 -po/id.po, 32, 33, 34, 0, 0, 666, 4460, 698, 4493 -po/sq.po, 30, 30, 35, 0, 0, 668, 4463, 698, 4493 -po/he.po, 28, 28, 30, 0, 0, 670, 4465, 698, 4493 -po/ur.po, 12, 12, 16, 0, 0, 686, 4481, 698, 4493 -po/ne.po, 8, 8, 11, 0, 0, 690, 4485, 698, 4493 -po/ast.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/python.pot, 0, 0, 0, 0, 0, 698, 4497, 698, 4497 -po/th.po, 21, 21, 21, 0, 0, 677, 4472, 698, 4493 -po/am.po, 9, 9, 11, 0, 0, 689, 4484, 698, 4493 -po/hi.po, 564, 3618, 4038, 0, 0, 134, 875, 698, 4493 -po/nds.po, 28, 29, 28, 0, 0, 670, 4464, 698, 4493 -po/eu.po, 39, 48, 50, 0, 0, 659, 4445, 698, 4493 -po/br.po, 10, 10, 12, 0, 0, 688, 4483, 698, 4493 -po/et.po, 31, 31, 32, 0, 0, 667, 4462, 698, 4493 -po/si.po, 19, 19, 24, 0, 0, 679, 4474, 698, 4493 -po/ml.po, 564, 3618, 2805, 0, 0, 134, 875, 698, 4493 -po/ky.po, 1, 1, 1, 0, 0, 697, 4492, 698, 4493 -po/te.po, 564, 3618, 2852, 0, 0, 134, 875, 698, 4493 -po/ka.po, 24, 24, 24, 0, 0, 674, 4469, 698, 4493 -po/mr.po, 564, 3618, 3319, 0, 0, 134, 875, 698, 4493 -po/nb.po, 44, 69, 73, 0, 0, 654, 4424, 698, 4493 -po/nn.po, 23, 23, 26, 0, 0, 675, 4470, 698, 4493 -po/km.po, 9, 9, 9, 0, 0, 689, 4484, 698, 4493 -po/pt.po, 227, 1159, 1489, 0, 0, 471, 3334, 698, 4493 -po/fur.po, 18, 18, 20, 0, 0, 680, 4475, 698, 4493 -po/ro.po, 25, 25, 25, 0, 0, 673, 4468, 698, 4493 -po/cy.po, 14, 14, 15, 0, 0, 684, 4479, 698, 4493 -po/nso.po, 9, 9, 10, 0, 0, 689, 4484, 698, 4493 -po/mk.po, 128, 744, 912, 0, 0, 570, 3749, 698, 4493 -po/policycoreutils.pot, 0, 0, 0, 0, 0, 67, 388, 67, 388 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/xh.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/wo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/vi_VN.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/tl.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/si_LK.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/mg.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lv_LV.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lt_LT.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/lo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/la.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ku.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/ks.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/hy.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/es_MX.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/dz.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bo.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/bn_BD.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/az.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/aln.po, 0, 0, 0, 0, 0, 1078, 7678, 1078, 7678 -po/gui.pot, 0, 0, 0, 0, 0, 208, 1141, 208, 1141 diff --git a/results/f31/polkit-0.116-4.fc31.src.rpm.errors.txt b/results/f31/polkit-0.116-4.fc31.src.rpm.errors.txt deleted file mode 100644 index f7e2d2e..0000000 --- a/results/f31/polkit-0.116-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/polkit-0.116-4.fc31.src.rpm.stats.csv b/results/f31/polkit-0.116-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 0431d6a..0000000 --- a/results/f31/polkit-0.116-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,16 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/hu.po, 26, 228, 213, 0, 0, 0, 0, 26, 228 -po/cs.po, 26, 230, 220, 0, 0, 0, 0, 26, 230 -po/it.po, 26, 230, 241, 0, 0, 0, 0, 26, 230 -po/uk.po, 26, 228, 238, 0, 0, 0, 0, 26, 228 -po/sk.po, 26, 228, 245, 0, 0, 0, 0, 26, 228 -po/zh_CN.po, 25, 227, 102, 0, 0, 1, 1, 26, 228 -po/hr.po, 26, 228, 210, 0, 0, 0, 0, 26, 228 -po/tr.po, 26, 228, 222, 0, 0, 0, 0, 26, 228 -po/de.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -po/da.po, 8, 67, 69, 0, 0, 0, 0, 8, 67 -po/pl.po, 26, 230, 229, 0, 0, 0, 0, 26, 230 -po/sv.po, 26, 228, 215, 0, 0, 0, 0, 26, 228 -po/zh_TW.po, 26, 228, 94, 0, 0, 0, 0, 26, 228 -po/id.po, 26, 228, 214, 0, 0, 0, 0, 26, 228 -po/pt_BR.po, 26, 230, 257, 0, 0, 0, 0, 26, 230 diff --git a/results/f31/popt-1.16-18.fc31.src.rpm.errors.txt b/results/f31/popt-1.16-18.fc31.src.rpm.errors.txt deleted file mode 100644 index 8e8dad4..0000000 --- a/results/f31/popt-1.16-18.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,23 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xb6 in position 2: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 175: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfd in position 1: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfd in position 1: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe7 in position 31: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 22: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf6 in position 173: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbb in position 7: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xbe in position 5: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 39: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf0 in position 0: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc0 in position 0: invalid start byte diff --git a/results/f31/popt-1.16-18.fc31.src.rpm.stats.csv b/results/f31/popt-1.16-18.fc31.src.rpm.stats.csv deleted file mode 100644 index 87e5085..0000000 --- a/results/f31/popt-1.16-18.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,54 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pl.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -po/fr.gmo, 24, 61, 73, 0, 0, 0, 0, 24, 61 -po/eo.gmo, 29, 78, 89, 0, 0, 0, 0, 29, 78 -po/zh_CN.po, 29, 78, 40, 0, 0, 2, 6, 31, 84 -po/zh_TW.gmo, 24, 61, 26, 0, 0, 0, 0, 24, 61 -po/nb.po, 24, 61, 58, 2, 8, 5, 15, 31, 84 -po/ro.po, 11, 31, 32, 3, 16, 17, 37, 31, 84 -po/fi.po, 29, 78, 76, 0, 0, 2, 6, 31, 84 -po/es.gmo, 21, 48, 54, 0, 0, 0, 0, 21, 48 -po/ko.po, 24, 61, 61, 2, 8, 5, 15, 31, 84 -po/ja.gmo, 26, 68, 26, 0, 0, 0, 0, 26, 68 -po/de.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/da.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/wa.po, 2, 8, 15, 1, 5, 28, 71, 31, 84 -po/ga.po, 29, 78, 91, 0, 0, 2, 6, 31, 84 -po/hu.po, 26, 68, 69, 3, 10, 2, 6, 31, 84 -po/sv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/ru.gmo, 29, 78, 80, 0, 0, 0, 0, 29, 78 -po/ja.po, 26, 68, 26, 3, 10, 2, 6, 31, 84 -po/sl.po, 2, 8, 10, 1, 5, 28, 71, 31, 84 -po/sk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -po/vi.gmo, 29, 78, 140, 0, 0, 0, 0, 29, 78 -po/ga.gmo, 29, 78, 91, 0, 0, 0, 0, 29, 78 -po/ru.po, 29, 78, 80, 0, 0, 2, 6, 31, 84 -po/lv.po, 29, 78, 75, 0, 0, 2, 6, 31, 84 -po/es.po, 21, 48, 54, 2, 8, 8, 28, 31, 84 -po/th.gmo, 29, 78, 38, 0, 0, 0, 0, 29, 78 -po/hu.gmo, 26, 68, 69, 0, 0, 0, 0, 26, 68 -po/fr.po, 24, 61, 73, 2, 8, 5, 15, 31, 84 -po/ro.gmo, 11, 31, 32, 0, 0, 0, 0, 11, 31 -po/th.po, 29, 78, 38, 0, 0, 2, 6, 31, 84 -po/vi.po, 29, 78, 140, 0, 0, 2, 6, 31, 84 -po/it.gmo, 29, 78, 90, 0, 0, 0, 0, 29, 78 -po/is.po, 24, 61, 68, 2, 8, 5, 15, 31, 84 -po/de.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -po/nl.po, 29, 78, 88, 0, 0, 2, 6, 31, 84 -po/cs.gmo, 29, 78, 79, 0, 0, 0, 0, 29, 78 -po/nl.gmo, 29, 78, 88, 0, 0, 0, 0, 29, 78 -po/da.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -po/it.po, 29, 78, 90, 0, 0, 2, 6, 31, 84 -po/id.po, 29, 78, 82, 0, 0, 2, 6, 31, 84 -po/id.gmo, 29, 78, 82, 0, 0, 0, 0, 29, 78 -po/popt.pot, 0, 0, 0, 0, 0, 31, 84, 31, 84 -po/cs.po, 29, 78, 79, 0, 0, 2, 6, 31, 84 -po/fi.gmo, 29, 78, 76, 0, 0, 0, 0, 29, 78 -po/lv.gmo, 29, 78, 75, 0, 0, 0, 0, 29, 78 -po/zh_CN.gmo, 29, 78, 40, 0, 0, 0, 0, 29, 78 -po/zh_TW.po, 24, 61, 26, 2, 8, 5, 15, 31, 84 -po/tr.po, 21, 48, 52, 3, 13, 7, 23, 31, 84 -po/uk.po, 2, 8, 8, 1, 5, 28, 71, 31, 84 -po/eo.po, 29, 78, 89, 0, 0, 2, 6, 31, 84 -po/gl.po, 21, 48, 56, 3, 13, 7, 23, 31, 84 -po/pt.po, 24, 61, 69, 2, 8, 5, 15, 31, 84 diff --git a/results/f31/procps-ng-3.3.15-6.fc31.src.rpm.errors.txt b/results/f31/procps-ng-3.3.15-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 49e721e..0000000 --- a/results/f31/procps-ng-3.3.15-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./man-po/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./man-po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/procps-ng-3.3.15-6.fc31.src.rpm.stats.csv b/results/f31/procps-ng-3.3.15-6.fc31.src.rpm.stats.csv deleted file mode 100644 index ebe8ca1..0000000 --- a/results/f31/procps-ng-3.3.15-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,29 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man-po/template-man.pot, 0, 0, 0, 0, 0, 78, 517, 78, 517 -man-po/fr.po, 593, 5211, 5721, 0, 0, 0, 0, 593, 5211 -man-po/template-man-top.pot, 0, 0, 0, 0, 0, 662, 13136, 662, 13136 -man-po/zh_CN.po, 34, 41, 37, 0, 0, 559, 5170, 593, 5211 -man-po/template-man-ps.pot, 0, 0, 0, 0, 0, 787, 5978, 787, 5978 -man-po/de.po, 583, 4927, 5018, 1, 60, 9, 224, 593, 5211 -man-po/pl.po, 593, 5211, 4699, 0, 0, 0, 0, 593, 5211 -man-po/sv.po, 593, 5211, 4807, 0, 0, 0, 0, 593, 5211 -man-po/uk.po, 593, 5211, 5270, 0, 0, 0, 0, 593, 5211 -man-po/pt_BR.po, 593, 5211, 5656, 0, 0, 0, 0, 593, 5211 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fr.po, 795, 4574, 5399, 3, 19, 0, 0, 798, 4593 -po/zh_CN.po, 63, 158, 105, 347, 1194, 388, 3241, 798, 4593 -po/procps-ng.pot, 0, 0, 0, 0, 0, 798, 4593, 798, 4593 -po/uk.gmo, 795, 4574, 4883, 0, 0, 0, 0, 795, 4574 -po/de.po, 690, 3410, 3371, 9, 61, 99, 1122, 798, 4593 -po/pl.gmo, 795, 4574, 4588, 0, 0, 0, 0, 795, 4574 -po/pl.po, 795, 4574, 4588, 3, 19, 0, 0, 798, 4593 -po/pt_BR.gmo, 795, 4574, 5145, 0, 0, 0, 0, 795, 4574 -po/sv.po, 795, 4574, 4385, 3, 19, 0, 0, 798, 4593 -po/vi.gmo, 754, 4366, 6158, 0, 0, 0, 0, 754, 4366 -po/sv.gmo, 795, 4574, 4385, 0, 0, 0, 0, 795, 4574 -po/de.gmo, 690, 3410, 3371, 0, 0, 0, 0, 690, 3410 -po/uk.po, 795, 4574, 4883, 3, 19, 0, 0, 798, 4593 -po/vi.po, 754, 4366, 6158, 21, 158, 23, 69, 798, 4593 -po/pt_BR.po, 795, 4574, 5145, 3, 19, 0, 0, 798, 4593 -po/fr.gmo, 795, 4574, 5399, 0, 0, 0, 0, 795, 4574 -po/zh_CN.gmo, 63, 158, 105, 0, 0, 0, 0, 63, 158 diff --git a/results/f31/psmisc-23.1-7.fc31.src.rpm.errors.txt b/results/f31/psmisc-23.1-7.fc31.src.rpm.errors.txt deleted file mode 100644 index 3117578..0000000 --- a/results/f31/psmisc-23.1-7.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 36: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 187: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc0 in position 15: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 6: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 3: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/psmisc-23.1-7.fc31.src.rpm.stats.csv b/results/f31/psmisc-23.1-7.fc31.src.rpm.stats.csv deleted file mode 100644 index 2756f23..0000000 --- a/results/f31/psmisc-23.1-7.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,53 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fr.po, 80, 646, 747, 5, 346, 0, 0, 85, 992 -po/cs.po, 75, 497, 498, 10, 495, 0, 0, 85, 992 -po/hu.gmo, 80, 646, 651, 0, 0, 0, 0, 80, 646 -po/eo.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -po/eu.gmo, 68, 452, 457, 0, 0, 0, 0, 68, 452 -po/ro.po, 11, 81, 91, 18, 200, 56, 711, 85, 992 -po/fi.po, 80, 646, 586, 5, 346, 0, 0, 85, 992 -po/zh_CN.po, 75, 497, 271, 10, 495, 0, 0, 85, 992 -po/ru.po, 80, 646, 664, 5, 346, 0, 0, 85, 992 -po/da.gmo, 80, 646, 648, 0, 0, 0, 0, 80, 646 -po/ca.po, 11, 81, 92, 23, 517, 51, 394, 85, 992 -po/eu.po, 68, 452, 457, 16, 533, 1, 7, 85, 992 -po/sr.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -po/it.po, 75, 497, 544, 10, 495, 0, 0, 85, 992 -po/eo.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -po/uk.gmo, 80, 646, 716, 0, 0, 0, 0, 80, 646 -po/de.po, 80, 646, 655, 5, 346, 0, 0, 85, 992 -po/pl.gmo, 80, 646, 672, 0, 0, 0, 0, 80, 646 -po/pl.po, 80, 646, 672, 5, 346, 0, 0, 85, 992 -po/pt_BR.gmo, 80, 646, 738, 0, 0, 0, 0, 80, 646 -po/pt.po, 2, 10, 11, 14, 91, 69, 891, 85, 992 -po/id.po, 68, 452, 484, 16, 533, 1, 7, 85, 992 -po/it.gmo, 75, 497, 544, 0, 0, 0, 0, 75, 497 -po/el.gmo, 80, 646, 703, 0, 0, 0, 0, 80, 646 -po/sv.po, 80, 646, 656, 5, 346, 0, 0, 85, 992 -po/zh_TW.po, 75, 497, 243, 10, 495, 0, 0, 85, 992 -po/ja.po, 34, 203, 87, 21, 512, 30, 277, 85, 992 -po/id.gmo, 68, 452, 484, 0, 0, 0, 0, 68, 452 -po/vi.gmo, 80, 646, 975, 0, 0, 0, 0, 80, 646 -po/zh_TW.gmo, 75, 497, 243, 0, 0, 0, 0, 75, 497 -po/sv.gmo, 80, 646, 656, 0, 0, 0, 0, 80, 646 -po/hu.po, 80, 646, 651, 5, 346, 0, 0, 85, 992 -po/de.gmo, 80, 646, 655, 0, 0, 0, 0, 80, 646 -po/uk.po, 80, 646, 716, 5, 346, 0, 0, 85, 992 -po/vi.po, 80, 646, 975, 5, 346, 0, 0, 85, 992 -po/fi.gmo, 80, 646, 586, 0, 0, 0, 0, 80, 646 -po/pt_BR.po, 80, 646, 738, 5, 346, 0, 0, 85, 992 -po/bg.po, 34, 203, 270, 21, 512, 30, 277, 85, 992 -po/nl.gmo, 80, 646, 678, 0, 0, 0, 0, 80, 646 -po/psmisc.pot, 0, 0, 0, 0, 0, 85, 992, 85, 992 -po/nl.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -po/fr.gmo, 80, 646, 747, 0, 0, 0, 0, 80, 646 -po/nb.po, 34, 203, 212, 21, 512, 30, 277, 85, 992 -po/hr.gmo, 80, 646, 659, 0, 0, 0, 0, 80, 646 -po/el.po, 80, 646, 703, 5, 346, 0, 0, 85, 992 -po/ru.gmo, 80, 646, 664, 0, 0, 0, 0, 80, 646 -po/cs.gmo, 75, 497, 498, 0, 0, 0, 0, 75, 497 -po/sr.po, 80, 646, 678, 5, 346, 0, 0, 85, 992 -po/da.po, 80, 646, 648, 5, 346, 0, 0, 85, 992 -po/hr.po, 80, 646, 659, 5, 346, 0, 0, 85, 992 -po/zh_CN.gmo, 75, 497, 271, 0, 0, 0, 0, 75, 497 -po/bg.gmo, 34, 203, 270, 0, 0, 0, 0, 34, 203 diff --git a/results/f31/pulseaudio-13.0-1.fc31.src.rpm.errors.txt b/results/f31/pulseaudio-13.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 8dfb017..0000000 --- a/results/f31/pulseaudio-13.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/pulseaudio-13.0-1.fc31.src.rpm.stats.csv b/results/f31/pulseaudio-13.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 3f9e1d0..0000000 --- a/results/f31/pulseaudio-13.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,94 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/fi.po, 409, 2013, 1649, 44, 952, 43, 339, 496, 3304 -po/ca.gmo, 377, 1937, 2377, 0, 0, 0, 0, 377, 1937 -po/es.po, 409, 2013, 2386, 44, 952, 43, 339, 496, 3304 -po/id.po, 518, 3390, 3270, 14, 181, 0, 0, 532, 3571 -po/be.gmo, 525, 3503, 3276, 0, 0, 0, 0, 525, 3503 -po/el.po, 547, 3571, 3638, 0, 0, 0, 0, 547, 3571 -po/zh_CN.po, 525, 3516, 1456, 0, 0, 0, 0, 525, 3516 -po/cs.po, 534, 3575, 3519, 0, 0, 0, 0, 534, 3575 -po/hi.po, 407, 2011, 2239, 43, 951, 46, 342, 496, 3304 -po/lt.po, 533, 3616, 3452, 0, 0, 0, 0, 533, 3616 -po/af.po, 191, 429, 400, 0, 0, 343, 3275, 534, 3704 -po/nn.gmo, 527, 3539, 3290, 0, 0, 0, 0, 527, 3539 -po/oc.gmo, 470, 2193, 2667, 0, 0, 0, 0, 470, 2193 -po/hu.gmo, 526, 3511, 3473, 0, 0, 0, 0, 526, 3511 -po/ja.gmo, 496, 3304, 1617, 0, 0, 0, 0, 496, 3304 -po/uk.po, 533, 3616, 3803, 0, 0, 0, 0, 533, 3616 -po/sk.gmo, 364, 1243, 1190, 0, 0, 0, 0, 364, 1243 -po/de_CH.po, 369, 1754, 1566, 57, 906, 70, 644, 496, 3304 -po/ta.po, 407, 2011, 1835, 43, 951, 46, 342, 496, 3304 -po/mr.po, 407, 2011, 2002, 43, 951, 46, 342, 496, 3304 -po/uk.gmo, 533, 3616, 3803, 0, 0, 0, 0, 533, 3616 -po/gl.gmo, 530, 3586, 4279, 0, 0, 0, 0, 530, 3586 -po/nl.gmo, 407, 2011, 1932, 0, 0, 0, 0, 407, 2011 -po/id.gmo, 518, 3390, 3270, 0, 0, 0, 0, 518, 3390 -po/ja.po, 496, 3304, 1617, 0, 0, 0, 0, 496, 3304 -po/mr.gmo, 407, 2011, 2002, 0, 0, 0, 0, 407, 2011 -po/ta.gmo, 407, 2011, 1835, 0, 0, 0, 0, 407, 2011 -po/nn.po, 527, 3539, 3290, 0, 0, 0, 0, 527, 3539 -po/gu.gmo, 407, 2011, 2207, 0, 0, 0, 0, 407, 2011 -po/sv.po, 534, 3704, 3367, 0, 0, 0, 0, 534, 3704 -po/zh_TW.po, 530, 3560, 1519, 0, 0, 0, 0, 530, 3560 -po/bn_IN.gmo, 407, 2011, 2154, 0, 0, 0, 0, 407, 2011 -po/or.gmo, 407, 2011, 2102, 0, 0, 0, 0, 407, 2011 -po/cs.gmo, 534, 3575, 3519, 0, 0, 0, 0, 534, 3575 -po/el.gmo, 547, 3571, 3638, 0, 0, 0, 0, 547, 3571 -po/pl.po, 533, 3616, 3620, 0, 0, 0, 0, 533, 3616 -po/fi.gmo, 409, 2013, 1649, 0, 0, 0, 0, 409, 2013 -po/bn_IN.po, 407, 2011, 2154, 43, 951, 46, 342, 496, 3304 -po/zh_TW.gmo, 530, 3560, 1519, 0, 0, 0, 0, 530, 3560 -po/pt_BR.gmo, 533, 3616, 4098, 0, 0, 0, 0, 533, 3616 -po/fr.gmo, 517, 3437, 4043, 0, 0, 0, 0, 517, 3437 -po/da.gmo, 532, 3594, 3285, 0, 0, 0, 0, 532, 3594 -po/sr@latin.gmo, 407, 2011, 1980, 0, 0, 0, 0, 407, 2011 -po/fr.po, 517, 3437, 4043, 0, 0, 0, 0, 517, 3437 -po/te.po, 407, 2011, 1809, 43, 951, 46, 342, 496, 3304 -po/ko.gmo, 525, 3475, 3034, 0, 0, 0, 0, 525, 3475 -po/de.po, 523, 3502, 3253, 0, 0, 3, 9, 526, 3511 -po/pa.gmo, 407, 2011, 2223, 0, 0, 0, 0, 407, 2011 -po/es.gmo, 409, 2013, 2386, 0, 0, 0, 0, 409, 2013 -po/sk.po, 364, 1243, 1190, 0, 0, 162, 2283, 526, 3526 -po/pt.po, 374, 1932, 2171, 55, 981, 67, 391, 496, 3304 -po/de.gmo, 523, 3502, 3253, 0, 0, 0, 0, 523, 3502 -po/hu.po, 526, 3511, 3473, 0, 0, 0, 0, 526, 3511 -po/be.po, 525, 3503, 3276, 1, 8, 0, 0, 526, 3511 -po/sv.gmo, 534, 3704, 3367, 0, 0, 0, 0, 534, 3704 -po/gu.po, 407, 2011, 2207, 43, 951, 46, 342, 496, 3304 -po/pt.gmo, 374, 1932, 2171, 0, 0, 0, 0, 374, 1932 -po/oc.po, 470, 2193, 2667, 0, 0, 57, 1337, 527, 3530 -po/he.gmo, 84, 190, 195, 0, 0, 0, 0, 84, 190 -po/pl.gmo, 533, 3616, 3620, 0, 0, 0, 0, 533, 3616 -po/gl.po, 530, 3586, 4279, 0, 0, 0, 0, 530, 3586 -po/ru.po, 532, 3594, 3749, 0, 0, 0, 0, 532, 3594 -po/pa.po, 407, 2011, 2223, 43, 951, 46, 342, 496, 3304 -po/sr@latin.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 -po/or.po, 407, 2011, 2102, 43, 951, 46, 342, 496, 3304 -po/kn.gmo, 407, 2011, 1869, 0, 0, 0, 0, 407, 2011 -po/kn.po, 407, 2011, 1869, 43, 951, 46, 342, 496, 3304 -po/de_CH.gmo, 369, 1754, 1566, 0, 0, 0, 0, 369, 1754 -po/ko.po, 525, 3475, 3034, 0, 0, 0, 0, 525, 3475 -po/tr.gmo, 527, 3539, 3237, 0, 0, 0, 0, 527, 3539 -po/it.gmo, 532, 3594, 3958, 0, 0, 0, 0, 532, 3594 -po/pt_BR.po, 533, 3616, 4098, 0, 0, 0, 0, 533, 3616 -po/pulseaudio.pot, 0, 0, 0, 0, 0, 533, 3616, 533, 3616 -po/hr.po, 531, 3600, 3412, 0, 0, 0, 0, 531, 3600 -po/af.gmo, 191, 429, 400, 0, 0, 0, 0, 191, 429 -po/it.po, 532, 3594, 3958, 0, 0, 0, 0, 532, 3594 -po/da.po, 532, 3594, 3285, 0, 0, 0, 0, 532, 3594 -po/as.gmo, 406, 2010, 2145, 0, 0, 0, 0, 406, 2010 -po/hi.gmo, 407, 2011, 2239, 0, 0, 0, 0, 407, 2011 -po/he.po, 84, 190, 195, 15, 48, 397, 3066, 496, 3304 -po/tr.po, 527, 3539, 3237, 0, 0, 0, 0, 527, 3539 -po/nl.po, 407, 2011, 1932, 43, 951, 46, 342, 496, 3304 -po/te.gmo, 407, 2011, 1809, 0, 0, 0, 0, 407, 2011 -po/as.po, 406, 2010, 2145, 44, 952, 46, 342, 496, 3304 -po/ml.gmo, 407, 2011, 1752, 0, 0, 0, 0, 407, 2011 -po/sr.gmo, 407, 2011, 1980, 0, 0, 0, 0, 407, 2011 -po/hr.gmo, 531, 3600, 3412, 0, 0, 0, 0, 531, 3600 -po/lt.gmo, 533, 3616, 3452, 0, 0, 0, 0, 533, 3616 -po/zh_CN.gmo, 525, 3516, 1456, 0, 0, 0, 0, 525, 3516 -po/ca.po, 377, 1937, 2377, 59, 985, 60, 382, 496, 3304 -po/ml.po, 407, 2011, 1752, 43, 951, 46, 342, 496, 3304 -po/ru.gmo, 532, 3594, 3749, 0, 0, 0, 0, 532, 3594 -po/sr.po, 407, 2011, 1980, 43, 951, 46, 342, 496, 3304 diff --git a/results/f31/pykickstart-3.21-1.fc31.src.rpm.errors.txt b/results/f31/pykickstart-3.21-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f31/pykickstart-3.21-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/pykickstart-3.21-1.fc31.src.rpm.stats.csv b/results/f31/pykickstart-3.21-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 446d486..0000000 --- a/results/f31/pykickstart-3.21-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,190 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/zu.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_TW.po, 32, 255, 90, 1, 43, 146, 1307, 179, 1605 -po/zh_TW.mo, 32, 255, 90, 0, 0, 0, 0, 32, 255 -po/zh_HK.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/zh_HK.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.po, 173, 1505, 660, 3, 61, 3, 39, 179, 1605 -po/zh_CN.mo, 173, 1505, 660, 0, 0, 0, 0, 173, 1505 -po/yo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/yo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wba.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/wba.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/vi.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/vi.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ur.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/uk.po, 173, 1505, 1370, 3, 61, 3, 39, 179, 1605 -po/uk.mo, 173, 1505, 1370, 0, 0, 0, 0, 173, 1505 -po/tw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/tw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.po, 22, 186, 152, 1, 43, 156, 1376, 179, 1605 -po/tr.mo, 22, 186, 152, 0, 0, 0, 0, 22, 186 -po/th.po, 20, 177, 74, 1, 43, 158, 1385, 179, 1605 -po/th.mo, 20, 177, 74, 0, 0, 0, 0, 20, 177 -po/tg.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/tg.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.po, 19, 168, 139, 1, 43, 159, 1394, 179, 1605 -po/te.mo, 19, 168, 139, 0, 0, 0, 0, 19, 168 -po/ta.po, 13, 128, 93, 1, 43, 165, 1434, 179, 1605 -po/ta.mo, 13, 128, 93, 0, 0, 0, 0, 13, 128 -po/sv.po, 173, 1505, 1346, 3, 61, 3, 39, 179, 1605 -po/sv.mo, 173, 1505, 1346, 0, 0, 0, 0, 173, 1505 -po/sr@latin.po, 13, 128, 113, 1, 43, 165, 1434, 179, 1605 -po/sr@latin.mo, 13, 128, 113, 0, 0, 0, 0, 13, 128 -po/sr.po, 112, 983, 914, 3, 61, 64, 561, 179, 1605 -po/sr.mo, 112, 983, 914, 0, 0, 0, 0, 112, 983 -po/sq.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/sq.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sl.po, 12, 123, 104, 1, 43, 166, 1439, 179, 1605 -po/sl.mo, 12, 123, 104, 0, 0, 0, 0, 12, 123 -po/sk.po, 173, 1505, 1358, 3, 61, 3, 39, 179, 1605 -po/sk.mo, 173, 1505, 1358, 0, 0, 0, 0, 173, 1505 -po/si.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/si.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.po, 164, 1421, 1210, 3, 61, 12, 123, 179, 1605 -po/ru.mo, 164, 1421, 1210, 0, 0, 0, 0, 164, 1421 -po/ro.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ro.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pykickstart.pot, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/pt_BR.po, 140, 1208, 1289, 3, 61, 36, 336, 179, 1605 -po/pt_BR.mo, 140, 1208, 1289, 0, 0, 0, 0, 140, 1208 -po/pt.po, 34, 277, 298, 1, 43, 144, 1285, 179, 1605 -po/pt.mo, 34, 277, 298, 0, 0, 0, 0, 34, 277 -po/pl.po, 173, 1505, 1414, 3, 61, 3, 39, 179, 1605 -po/pl.mo, 173, 1505, 1414, 0, 0, 0, 0, 173, 1505 -po/pa.po, 20, 175, 198, 1, 43, 158, 1387, 179, 1605 -po/pa.mo, 20, 175, 198, 0, 0, 0, 0, 20, 175 -po/or.po, 20, 175, 165, 1, 43, 158, 1387, 179, 1605 -po/or.mo, 20, 175, 165, 0, 0, 0, 0, 20, 175 -po/nso.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/nso.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/nn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.po, 173, 1505, 1537, 3, 61, 3, 39, 179, 1605 -po/nl.mo, 173, 1505, 1537, 0, 0, 0, 0, 173, 1505 -po/ne.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ne.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nds.po, 3, 27, 26, 0, 0, 176, 1578, 179, 1605 -po/nds.mo, 3, 27, 26, 0, 0, 0, 0, 3, 27 -po/nb.po, 13, 128, 113, 1, 43, 165, 1434, 179, 1605 -po/nb.mo, 13, 128, 113, 0, 0, 0, 0, 13, 128 -po/ms.po, 12, 123, 113, 1, 43, 166, 1439, 179, 1605 -po/ms.mo, 12, 123, 113, 0, 0, 0, 0, 12, 123 -po/mr.po, 13, 128, 118, 1, 43, 165, 1434, 179, 1605 -po/mr.mo, 13, 128, 118, 0, 0, 0, 0, 13, 128 -po/mn.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/mn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.po, 13, 128, 98, 1, 43, 165, 1434, 179, 1605 -po/ml.mo, 13, 128, 98, 0, 0, 0, 0, 13, 128 -po/mk.po, 12, 123, 127, 1, 43, 166, 1439, 179, 1605 -po/mk.mo, 12, 123, 127, 0, 0, 0, 0, 12, 123 -po/mai.po, 12, 123, 124, 1, 43, 166, 1439, 179, 1605 -po/mai.mo, 12, 123, 124, 0, 0, 0, 0, 12, 123 -po/lv.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/lv.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ky.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ky.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw_GB.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw_GB.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@uccor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw@uccor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw@kkcor.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kw.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kw.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.po, 22, 186, 154, 1, 43, 156, 1376, 179, 1605 -po/ko.mo, 22, 186, 154, 0, 0, 0, 0, 22, 186 -po/kn.po, 22, 186, 157, 1, 43, 156, 1376, 179, 1605 -po/kn.mo, 22, 186, 157, 0, 0, 0, 0, 22, 186 -po/km.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/km.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/kk.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ka.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ka.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ja.po, 173, 1505, 633, 3, 61, 3, 39, 179, 1605 -po/ja.mo, 173, 1505, 633, 0, 0, 0, 0, 173, 1505 -po/it.po, 37, 270, 296, 2, 48, 140, 1287, 179, 1605 -po/it.mo, 37, 270, 296, 0, 0, 0, 0, 37, 270 -po/is.po, 13, 128, 121, 1, 43, 165, 1434, 179, 1605 -po/is.mo, 13, 128, 121, 0, 0, 0, 0, 13, 128 -po/ilo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/ilo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/id.po, 14, 134, 127, 1, 43, 164, 1428, 179, 1605 -po/id.mo, 14, 134, 127, 0, 0, 0, 0, 14, 134 -po/ia.po, 22, 186, 209, 1, 43, 156, 1376, 179, 1605 -po/ia.mo, 22, 186, 209, 0, 0, 0, 0, 22, 186 -po/hu.po, 39, 310, 300, 1, 43, 139, 1252, 179, 1605 -po/hu.mo, 39, 310, 300, 0, 0, 0, 0, 39, 310 -po/hr.po, 13, 128, 118, 1, 43, 165, 1434, 179, 1605 -po/hr.mo, 13, 128, 118, 0, 0, 0, 0, 13, 128 -po/hi.po, 22, 186, 203, 1, 43, 156, 1376, 179, 1605 -po/hi.mo, 22, 186, 203, 0, 0, 0, 0, 22, 186 -po/he.po, 13, 128, 103, 1, 43, 165, 1434, 179, 1605 -po/he.mo, 13, 128, 103, 0, 0, 0, 0, 13, 128 -po/gu.po, 22, 186, 186, 1, 43, 156, 1376, 179, 1605 -po/gu.mo, 22, 186, 186, 0, 0, 0, 0, 22, 186 -po/gl.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -po/gl.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -po/fr.po, 173, 1505, 1647, 3, 61, 3, 39, 179, 1605 -po/fr.mo, 173, 1505, 1647, 0, 0, 0, 0, 173, 1505 -po/fi.po, 22, 186, 138, 1, 43, 156, 1376, 179, 1605 -po/fi.mo, 22, 186, 138, 0, 0, 0, 0, 22, 186 -po/fa.po, 20, 175, 175, 1, 43, 158, 1387, 179, 1605 -po/fa.mo, 20, 175, 175, 0, 0, 0, 0, 20, 175 -po/eu.po, 1, 3, 3, 0, 0, 178, 1602, 179, 1605 -po/eu.mo, 1, 3, 3, 0, 0, 0, 0, 1, 3 -po/et.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/et.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.po, 173, 1505, 1641, 3, 61, 3, 39, 179, 1605 -po/es.mo, 173, 1505, 1641, 0, 0, 0, 0, 173, 1505 -po/eo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/eo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/en_GB.po, 20, 175, 175, 1, 43, 158, 1387, 179, 1605 -po/en_GB.mo, 20, 175, 175, 0, 0, 0, 0, 20, 175 -po/el.po, 13, 128, 134, 1, 43, 165, 1434, 179, 1605 -po/el.mo, 13, 128, 134, 0, 0, 0, 0, 13, 128 -po/de_CH.po, 13, 128, 133, 1, 43, 165, 1434, 179, 1605 -po/de_CH.mo, 13, 128, 133, 0, 0, 0, 0, 13, 128 -po/de.po, 140, 1208, 1168, 3, 61, 36, 336, 179, 1605 -po/de.mo, 140, 1208, 1168, 0, 0, 0, 0, 140, 1208 -po/da.po, 26, 226, 206, 1, 43, 152, 1336, 179, 1605 -po/da.mo, 26, 226, 206, 0, 0, 0, 0, 26, 226 -po/cy.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/cy.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.po, 164, 1421, 1235, 3, 61, 12, 123, 179, 1605 -po/cs.mo, 164, 1421, 1235, 0, 0, 0, 0, 164, 1421 -po/ca.po, 167, 1447, 1654, 3, 61, 9, 97, 179, 1605 -po/ca.mo, 167, 1447, 1654, 0, 0, 0, 0, 167, 1447 -po/bs.po, 13, 130, 119, 1, 43, 165, 1432, 179, 1605 -po/bs.mo, 13, 130, 119, 0, 0, 0, 0, 13, 130 -po/brx.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/brx.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/br.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/br.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bo.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/bo.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.po, 22, 186, 186, 1, 43, 156, 1376, 179, 1605 -po/bn_IN.mo, 22, 186, 186, 0, 0, 0, 0, 22, 186 -po/bn.po, 22, 186, 186, 1, 43, 156, 1376, 179, 1605 -po/bn.mo, 22, 186, 186, 0, 0, 0, 0, 22, 186 -po/bg.po, 25, 215, 211, 1, 43, 153, 1347, 179, 1605 -po/bg.mo, 25, 215, 211, 0, 0, 0, 0, 25, 215 -po/be.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/be.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bal.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/bal.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.po, 13, 128, 143, 1, 43, 165, 1434, 179, 1605 -po/ast.mo, 13, 128, 143, 0, 0, 0, 0, 13, 128 -po/as.po, 26, 226, 209, 1, 43, 152, 1336, 179, 1605 -po/as.mo, 26, 226, 209, 0, 0, 0, 0, 26, 226 -po/ar.po, 20, 175, 162, 1, 43, 158, 1387, 179, 1605 -po/ar.mo, 20, 175, 162, 0, 0, 0, 0, 20, 175 -po/anp.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/anp.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/am.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/am.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/af.po, 0, 0, 0, 0, 0, 179, 1605, 179, 1605 -po/af.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/results/f31/python-blivet-3.1.5-2.fc31.src.rpm.errors.txt b/results/f31/python-blivet-3.1.5-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f31/python-blivet-3.1.5-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/python-blivet-3.1.5-2.fc31.src.rpm.stats.csv b/results/f31/python-blivet-3.1.5-2.fc31.src.rpm.stats.csv deleted file mode 100644 index cdb365b..0000000 --- a/results/f31/python-blivet-3.1.5-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,158 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/zu.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_TW.po, 75, 524, 250, 0, 0, 1, 34, 76, 558 -po/zh_TW.mo, 75, 524, 250, 0, 0, 0, 0, 75, 524 -po/zh_CN.po, 75, 524, 260, 0, 0, 1, 34, 76, 558 -po/zh_CN.mo, 75, 524, 260, 0, 0, 0, 0, 75, 524 -po/vi.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/vi.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ur.po, 3, 37, 37, 0, 0, 73, 521, 76, 558 -po/ur.mo, 3, 37, 37, 0, 0, 0, 0, 3, 37 -po/uk.po, 75, 524, 524, 0, 0, 1, 34, 76, 558 -po/uk.mo, 75, 524, 524, 0, 0, 0, 0, 75, 524 -po/tr.po, 10, 62, 49, 0, 0, 66, 496, 76, 558 -po/tr.mo, 10, 62, 49, 0, 0, 0, 0, 10, 62 -po/th.po, 7, 52, 16, 0, 0, 69, 506, 76, 558 -po/th.mo, 7, 52, 16, 0, 0, 0, 0, 7, 52 -po/tg.po, 3, 12, 15, 0, 0, 73, 546, 76, 558 -po/tg.mo, 3, 12, 15, 0, 0, 0, 0, 3, 12 -po/te.po, 56, 326, 290, 0, 0, 20, 232, 76, 558 -po/te.mo, 56, 326, 290, 0, 0, 0, 0, 56, 326 -po/ta.po, 43, 290, 254, 0, 0, 33, 268, 76, 558 -po/ta.mo, 43, 290, 254, 0, 0, 0, 0, 43, 290 -po/sv.po, 75, 524, 525, 0, 0, 1, 34, 76, 558 -po/sv.mo, 75, 524, 525, 0, 0, 0, 0, 75, 524 -po/sr@latin.po, 21, 188, 187, 0, 0, 55, 370, 76, 558 -po/sr@latin.mo, 21, 188, 187, 0, 0, 0, 0, 21, 188 -po/sr.po, 67, 456, 461, 0, 0, 9, 102, 76, 558 -po/sr.mo, 67, 456, 461, 0, 0, 0, 0, 67, 456 -po/sq.po, 5, 43, 37, 0, 0, 71, 515, 76, 558 -po/sq.mo, 5, 43, 37, 0, 0, 0, 0, 5, 43 -po/sl.po, 3, 37, 29, 0, 0, 73, 521, 76, 558 -po/sl.mo, 3, 37, 29, 0, 0, 0, 0, 3, 37 -po/sk.po, 72, 518, 519, 0, 0, 4, 40, 76, 558 -po/sk.mo, 72, 518, 519, 0, 0, 0, 0, 72, 518 -po/si.po, 24, 206, 204, 0, 0, 52, 352, 76, 558 -po/si.mo, 24, 206, 204, 0, 0, 0, 0, 24, 206 -po/ru.po, 75, 524, 486, 0, 0, 1, 34, 76, 558 -po/ru.mo, 75, 524, 486, 0, 0, 0, 0, 75, 524 -po/ro.po, 3, 37, 33, 0, 0, 73, 521, 76, 558 -po/ro.mo, 3, 37, 33, 0, 0, 0, 0, 3, 37 -po/pt_BR.po, 75, 524, 589, 0, 0, 1, 34, 76, 558 -po/pt_BR.mo, 75, 524, 589, 0, 0, 0, 0, 75, 524 -po/pt.po, 24, 206, 232, 0, 0, 52, 352, 76, 558 -po/pt.mo, 24, 206, 232, 0, 0, 0, 0, 24, 206 -po/pl.po, 75, 524, 530, 0, 0, 1, 34, 76, 558 -po/pl.mo, 75, 524, 530, 0, 0, 0, 0, 75, 524 -po/pa.po, 43, 290, 355, 0, 0, 33, 268, 76, 558 -po/pa.mo, 43, 290, 355, 0, 0, 0, 0, 43, 290 -po/or.po, 43, 290, 322, 0, 0, 33, 268, 76, 558 -po/or.mo, 43, 290, 322, 0, 0, 0, 0, 43, 290 -po/nso.po, 3, 37, 42, 0, 0, 73, 521, 76, 558 -po/nso.mo, 3, 37, 42, 0, 0, 0, 0, 3, 37 -po/nn.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/nn.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.po, 75, 524, 552, 0, 0, 1, 34, 76, 558 -po/nl.mo, 75, 524, 552, 0, 0, 0, 0, 75, 524 -po/ne.po, 3, 37, 31, 0, 0, 73, 521, 76, 558 -po/ne.mo, 3, 37, 31, 0, 0, 0, 0, 3, 37 -po/nds.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/nds.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.po, 13, 85, 78, 0, 0, 63, 473, 76, 558 -po/nb.mo, 13, 85, 78, 0, 0, 0, 0, 13, 85 -po/ms.po, 3, 37, 28, 0, 0, 73, 521, 76, 558 -po/ms.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -po/mr.po, 56, 326, 343, 0, 0, 20, 232, 76, 558 -po/mr.mo, 56, 326, 343, 0, 0, 0, 0, 56, 326 -po/ml.po, 43, 290, 225, 0, 0, 33, 268, 76, 558 -po/ml.mo, 43, 290, 225, 0, 0, 0, 0, 43, 290 -po/mk.po, 3, 37, 28, 0, 0, 73, 521, 76, 558 -po/mk.mo, 3, 37, 28, 0, 0, 0, 0, 3, 37 -po/mai.po, 8, 63, 67, 0, 0, 68, 495, 76, 558 -po/mai.mo, 8, 63, 67, 0, 0, 0, 0, 8, 63 -po/lv.po, 9, 56, 51, 0, 0, 67, 502, 76, 558 -po/lv.mo, 9, 56, 51, 0, 0, 0, 0, 9, 56 -po/lt.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/lt.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.po, 75, 524, 454, 0, 0, 1, 34, 76, 558 -po/ko.mo, 75, 524, 454, 0, 0, 0, 0, 75, 524 -po/kn.po, 56, 326, 297, 0, 0, 20, 232, 76, 558 -po/kn.mo, 56, 326, 297, 0, 0, 0, 0, 56, 326 -po/kk.po, 43, 290, 269, 0, 0, 33, 268, 76, 558 -po/kk.mo, 43, 290, 269, 0, 0, 0, 0, 43, 290 -po/ka.po, 11, 24, 24, 0, 0, 65, 534, 76, 558 -po/ka.mo, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/ja.po, 75, 524, 258, 0, 0, 1, 34, 76, 558 -po/ja.mo, 75, 524, 258, 0, 0, 0, 0, 75, 524 -po/it.po, 75, 524, 545, 0, 0, 1, 34, 76, 558 -po/it.mo, 75, 524, 545, 0, 0, 0, 0, 75, 524 -po/is.po, 5, 43, 36, 0, 0, 71, 515, 76, 558 -po/is.mo, 5, 43, 36, 0, 0, 0, 0, 5, 43 -po/ilo.po, 3, 37, 41, 0, 0, 73, 521, 76, 558 -po/ilo.mo, 3, 37, 41, 0, 0, 0, 0, 3, 37 -po/id.po, 24, 206, 196, 0, 0, 52, 352, 76, 558 -po/id.mo, 24, 206, 196, 0, 0, 0, 0, 24, 206 -po/ia.po, 36, 277, 310, 0, 0, 40, 281, 76, 558 -po/ia.mo, 36, 277, 310, 0, 0, 0, 0, 36, 277 -po/hu.po, 75, 524, 531, 0, 0, 1, 34, 76, 558 -po/hu.mo, 75, 524, 531, 0, 0, 0, 0, 75, 524 -po/hr.po, 3, 37, 22, 0, 0, 73, 521, 76, 558 -po/hr.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -po/hi.po, 24, 206, 239, 0, 0, 52, 352, 76, 558 -po/hi.mo, 24, 206, 239, 0, 0, 0, 0, 24, 206 -po/he.po, 5, 23, 20, 0, 0, 71, 535, 76, 558 -po/he.mo, 5, 23, 20, 0, 0, 0, 0, 5, 23 -po/gu.po, 56, 326, 358, 0, 0, 20, 232, 76, 558 -po/gu.mo, 56, 326, 358, 0, 0, 0, 0, 56, 326 -po/gl.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/gl.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.po, 75, 524, 618, 0, 0, 1, 34, 76, 558 -po/fr.mo, 75, 524, 618, 0, 0, 0, 0, 75, 524 -po/fi.po, 24, 206, 167, 0, 0, 52, 352, 76, 558 -po/fi.mo, 24, 206, 167, 0, 0, 0, 0, 24, 206 -po/fa.po, 24, 206, 231, 0, 0, 52, 352, 76, 558 -po/fa.mo, 24, 206, 231, 0, 0, 0, 0, 24, 206 -po/eu.po, 2, 8, 8, 0, 0, 74, 550, 76, 558 -po/eu.mo, 2, 8, 8, 0, 0, 0, 0, 2, 8 -po/et.po, 8, 52, 51, 0, 0, 68, 506, 76, 558 -po/et.mo, 8, 52, 51, 0, 0, 0, 0, 8, 52 -po/es.po, 75, 524, 637, 0, 0, 1, 34, 76, 558 -po/es.mo, 75, 524, 637, 0, 0, 0, 0, 75, 524 -po/en_GB.po, 24, 206, 206, 0, 0, 52, 352, 76, 558 -po/en_GB.mo, 24, 206, 206, 0, 0, 0, 0, 24, 206 -po/el.po, 6, 47, 51, 0, 0, 70, 511, 76, 558 -po/el.mo, 6, 47, 51, 0, 0, 0, 0, 6, 47 -po/de_CH.po, 7, 52, 41, 0, 0, 69, 506, 76, 558 -po/de_CH.mo, 7, 52, 41, 0, 0, 0, 0, 7, 52 -po/de.po, 75, 524, 514, 0, 0, 1, 34, 76, 558 -po/de.mo, 75, 524, 514, 0, 0, 0, 0, 75, 524 -po/da.po, 75, 524, 493, 0, 0, 1, 34, 76, 558 -po/da.mo, 75, 524, 493, 0, 0, 0, 0, 75, 524 -po/cy.po, 3, 37, 32, 0, 0, 73, 521, 76, 558 -po/cy.mo, 3, 37, 32, 0, 0, 0, 0, 3, 37 -po/cs.po, 75, 524, 498, 0, 0, 1, 34, 76, 558 -po/cs.mo, 75, 524, 498, 0, 0, 0, 0, 75, 524 -po/ca.po, 75, 524, 651, 0, 0, 1, 34, 76, 558 -po/ca.mo, 75, 524, 651, 0, 0, 0, 0, 75, 524 -po/bs.po, 3, 37, 22, 0, 0, 73, 521, 76, 558 -po/bs.mo, 3, 37, 22, 0, 0, 0, 0, 3, 37 -po/bn_IN.po, 62, 355, 401, 0, 0, 14, 203, 76, 558 -po/bn_IN.mo, 62, 355, 401, 0, 0, 0, 0, 62, 355 -po/bn.po, 24, 206, 225, 0, 0, 52, 352, 76, 558 -po/bn.mo, 24, 206, 225, 0, 0, 0, 0, 24, 206 -po/blivet.pot, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/bg.po, 62, 357, 407, 0, 0, 14, 201, 76, 558 -po/bg.mo, 62, 357, 407, 0, 0, 0, 0, 62, 357 -po/be.po, 0, 0, 0, 0, 0, 76, 558, 76, 558 -po/be.mo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ast.po, 23, 202, 209, 0, 0, 53, 356, 76, 558 -po/ast.mo, 23, 202, 209, 0, 0, 0, 0, 23, 202 -po/as.po, 62, 355, 382, 0, 0, 14, 203, 76, 558 -po/as.mo, 62, 355, 382, 0, 0, 0, 0, 62, 355 -po/ar.po, 5, 41, 34, 0, 0, 71, 517, 76, 558 -po/ar.mo, 5, 41, 34, 0, 0, 0, 0, 5, 41 -po/am.po, 3, 37, 26, 0, 0, 73, 521, 76, 558 -po/am.mo, 3, 37, 26, 0, 0, 0, 0, 3, 37 -po/af.po, 3, 37, 36, 0, 0, 73, 521, 76, 558 -po/af.mo, 3, 37, 36, 0, 0, 0, 0, 3, 37 diff --git a/results/f31/python-humanize-0.5.1-17.fc31.src.rpm.errors.txt b/results/f31/python-humanize-0.5.1-17.fc31.src.rpm.errors.txt deleted file mode 100644 index e69de29..0000000 --- a/results/f31/python-humanize-0.5.1-17.fc31.src.rpm.errors.txt +++ /dev/null diff --git a/results/f31/python-humanize-0.5.1-17.fc31.src.rpm.stats.csv b/results/f31/python-humanize-0.5.1-17.fc31.src.rpm.stats.csv deleted file mode 100644 index 6f1dc84..0000000 --- a/results/f31/python-humanize-0.5.1-17.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,7 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -humanize/locale/ru_RU/LC_MESSAGES/humanize.po, 52, 97, 110, 0, 0, 0, 0, 52, 97 -humanize/locale/ru_RU/LC_MESSAGES/humanize.mo, 52, 97, 110, 0, 0, 0, 0, 52, 97 -humanize/locale/ko_KR/LC_MESSAGES/humanize.po, 33, 78, 54, 19, 19, 0, 0, 52, 97 -humanize/locale/ko_KR/LC_MESSAGES/humanize.mo, 33, 78, 54, 0, 0, 0, 0, 33, 78 -humanize/locale/fr_FR/LC_MESSAGES/humanize.po, 32, 77, 83, 20, 20, 0, 0, 52, 97 -humanize/locale/fr_FR/LC_MESSAGES/humanize.mo, 32, 77, 83, 0, 0, 0, 0, 32, 77 diff --git a/results/f31/python-meh-0.48-1.fc31.src.rpm.errors.txt b/results/f31/python-meh-0.48-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 9d60e31..0000000 --- a/results/f31/python-meh-0.48-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,6 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/tmp/exception-dialog.glade.h) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/tmp/exception-dialog.glade.h) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) -translate.tools.pocount: ERROR: Unknown filetype (./po/tmp/exception-dialog.glade.h) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/python-meh-0.48-1.fc31.src.rpm.stats.csv b/results/f31/python-meh-0.48-1.fc31.src.rpm.stats.csv deleted file mode 100644 index b7d1754..0000000 --- a/results/f31/python-meh-0.48-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,354 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/ko.po, 23, 109, 82, 0, 0, 0, 0, 23, 109 -po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fi.po, 23, 109, 76, 0, 0, 0, 0, 23, 109 -po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/it.po, 16, 65, 62, 7, 44, 0, 0, 23, 109 -po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/af.po, 20, 83, 86, 0, 0, 3, 26, 23, 109 -po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ja.po, 23, 109, 32, 0, 0, 0, 0, 23, 109 -po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -po/be.po, 23, 109, 88, 0, 0, 0, 0, 23, 109 -po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tr.po, 23, 109, 92, 0, 0, 0, 0, 23, 109 -po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/ko.po, 23, 109, 82, 0, 0, 0, 0, 23, 109 -po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fi.po, 23, 109, 76, 0, 0, 0, 0, 23, 109 -po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/it.po, 16, 65, 62, 7, 44, 0, 0, 23, 109 -po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/af.po, 20, 83, 86, 0, 0, 3, 26, 23, 109 -po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ja.po, 23, 109, 32, 0, 0, 0, 0, 23, 109 -po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -po/be.po, 23, 109, 88, 0, 0, 0, 0, 23, 109 -po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tr.po, 23, 109, 92, 0, 0, 0, 0, 23, 109 -po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/python-meh.pot, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/anp.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/wba.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/yo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/tw.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/kw@uccor.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.GB2312.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_TW.Big5.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ky.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ku.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/si.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ks.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/km.po, 23, 109, 44, 0, 0, 0, 0, 23, 109 -po/sv.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/ko.po, 23, 109, 82, 0, 0, 0, 0, 23, 109 -po/sq.po, 23, 109, 120, 0, 0, 0, 0, 23, 109 -po/sr.po, 23, 109, 107, 0, 0, 0, 0, 23, 109 -po/kk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ka.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fi.po, 23, 109, 76, 0, 0, 0, 0, 23, 109 -po/mai.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fa.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/fr.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/ne.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nb.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/no.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/nl.po, 23, 109, 118, 0, 0, 0, 0, 23, 109 -po/sk.po, 23, 109, 94, 0, 0, 0, 0, 23, 109 -po/bn_IN.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/id.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/az.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ia.po, 20, 83, 83, 0, 0, 3, 26, 23, 109 -po/zu.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ar.po, 20, 83, 72, 0, 0, 3, 26, 23, 109 -po/as.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/kn.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/it.po, 16, 65, 62, 7, 44, 0, 0, 23, 109 -po/am.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/is.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/vi.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/af.po, 20, 83, 86, 0, 0, 3, 26, 23, 109 -po/my.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mr.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/ms.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/en_GB.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ur.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mk.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mn.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ml.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/uz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/mg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/he.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hi.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/hu.po, 23, 109, 89, 0, 0, 0, 0, 23, 109 -po/zh_TW.po, 23, 109, 30, 0, 0, 0, 0, 23, 109 -po/hr.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/hy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pl.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/pa.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/pt.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/de_CH.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/cs.po, 23, 109, 85, 0, 0, 0, 0, 23, 109 -po/cy.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ca.po, 23, 109, 111, 0, 0, 0, 0, 23, 109 -po/nso.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/xh.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/or.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/nds.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/ach.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ilo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ja.po, 23, 109, 32, 0, 0, 0, 0, 23, 109 -po/bs.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/br.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/sr@latin.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/bn.po, 2, 2, 3, 0, 0, 21, 107, 23, 109 -po/wo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ast.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/uk.po, 23, 109, 108, 0, 0, 0, 0, 23, 109 -po/bg.po, 8, 23, 25, 0, 0, 15, 86, 23, 109 -po/be.po, 23, 109, 88, 0, 0, 0, 0, 23, 109 -po/ru_RU.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ro.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ru.po, 23, 109, 84, 0, 0, 0, 0, 23, 109 -po/es.po, 23, 109, 106, 0, 0, 0, 0, 23, 109 -po/et.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eu.po, 7, 13, 13, 0, 0, 16, 96, 23, 109 -po/en_US.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/eo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/el.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/bal.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/zh_CN.po, 23, 109, 39, 0, 0, 0, 0, 23, 109 -po/dz.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/da.po, 23, 109, 103, 0, 0, 0, 0, 23, 109 -po/de.po, 23, 109, 99, 0, 0, 0, 0, 23, 109 -po/pt_BR.po, 23, 109, 104, 0, 0, 0, 0, 23, 109 -po/zh_HK.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ta.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/te.po, 1, 1, 2, 0, 0, 22, 108, 23, 109 -po/tg.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/th.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lt.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lv.po, 1, 1, 1, 0, 0, 22, 108, 23, 109 -po/tr.po, 23, 109, 92, 0, 0, 0, 0, 23, 109 -po/brx.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/lo.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/la.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gl.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/ga.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 -po/gu.po, 1, 1, 3, 0, 0, 22, 108, 23, 109 -po/aln.po, 0, 0, 0, 0, 0, 23, 109, 23, 109 diff --git a/results/f31/python-simpleline-1.6-1.fc31.src.rpm.errors.txt b/results/f31/python-simpleline-1.6-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f31/python-simpleline-1.6-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/python-simpleline-1.6-1.fc31.src.rpm.stats.csv b/results/f31/python-simpleline-1.6-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 5544951..0000000 --- a/results/f31/python-simpleline-1.6-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,99 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/or.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ky.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/si.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sk.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -po/km.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sv.po, 6, 16, 17, 0, 0, 10, 26, 16, 42 -po/ko.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sq.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ka.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nds.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/da.po, 16, 42, 45, 0, 0, 0, 0, 16, 42 -po/fi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mai.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bs.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/br.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/fa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/sr@latin.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ast.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ms.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/fr.po, 16, 42, 52, 0, 0, 0, 0, 16, 42 -po/be.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ro.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/anp.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ne.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nb.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ru.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/es.po, 16, 42, 40, 0, 0, 0, 0, 16, 42 -po/id.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/et.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/eu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/zu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw@kkcor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ar.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/as.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/zh_HK.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/it.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/am.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/is.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/vi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/af.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mn.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/eo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/el.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/my.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ilo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bal.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw_GB.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/uk.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -po/zh_CN.po, 6, 16, 6, 0, 0, 10, 26, 16, 42 -po/ur.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/mk.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/wba.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ml.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/he.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pt_BR.po, 6, 16, 13, 0, 0, 10, 26, 16, 42 -po/hi.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/hu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/de.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/bn_IN.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/hr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/yo.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ta.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pl.po, 16, 42, 39, 0, 0, 0, 0, 16, 42 -po/ia.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/te.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/tg.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/th.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pa.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/lt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/lv.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ja.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/de_CH.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/tr.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/nso.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/tw.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/pt.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/en_GB.po, 15, 35, 35, 0, 0, 1, 7, 16, 42 -po/gl.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/cs.po, 16, 42, 41, 0, 0, 0, 0, 16, 42 -po/ga.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/cy.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/kw@uccor.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/ca.po, 16, 42, 42, 0, 0, 0, 0, 16, 42 -po/brx.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/zh_TW.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/gu.po, 0, 0, 0, 0, 0, 16, 42, 16, 42 -po/python-simpleline.pot, 0, 0, 0, 0, 0, 16, 42, 16, 42 diff --git a/results/f31/qt-4.8.7-50.fc31.src.rpm.errors.txt b/results/f31/qt-4.8.7-50.fc31.src.rpm.errors.txt deleted file mode 100644 index bcb069a..0000000 --- a/results/f31/qt-4.8.7-50.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: cannot process config.profiles/symbian/translations/qt_: does not exist -translate.tools.pocount: ERROR: cannot process config.profiles/symbian/translations/qt_: does not exist -translate.tools.pocount: ERROR: cannot process config.profiles/symbian/translations/qt_: does not exist -translate.tools.pocount: ERROR: cannot process demos/declarative/photoviewer/qml/photoviewer/i18n/qml_: does not exist -translate.tools.pocount: ERROR: cannot process doc/src/snippets/i18n-non-qt-class/translations/i18n-non-qt-class_: does not exist -translate.tools.pocount: ERROR: cannot process examples/declarative/i18n/qml/i18n/qml_: does not exist -translate.tools.pocount: ERROR: cannot process examples/linguist/trollprint/trollprint_: does not exist -translate.tools.pocount: ERROR: cannot process examples/tools/i18n/translations/i18n_: does not exist -translate.tools.pocount: ERROR: cannot process translations/assistant_: does not exist -translate.tools.pocount: ERROR: cannot process translations/designer_: does not exist -translate.tools.pocount: ERROR: cannot process translations/linguist_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qt_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qt_help_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qtconfig_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qtscript_: does not exist -translate.tools.pocount: ERROR: cannot process translations/qvfb_: does not exist diff --git a/results/f31/qt-4.8.7-50.fc31.src.rpm.stats.csv b/results/f31/qt-4.8.7-50.fc31.src.rpm.stats.csv deleted file mode 100644 index 68319c5..0000000 --- a/results/f31/qt-4.8.7-50.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,16 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f31/qt5-qtbase-5.12.5-1.fc31.src.rpm.errors.txt b/results/f31/qt5-qtbase-5.12.5-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 1d037eb..0000000 --- a/results/f31/qt5-qtbase-5.12.5-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process examples/widgets/tools/i18n/translations/i18n_: does not exist diff --git a/results/f31/qt5-qtbase-5.12.5-1.fc31.src.rpm.stats.csv b/results/f31/qt5-qtbase-5.12.5-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 695c674..0000000 --- a/results/f31/qt5-qtbase-5.12.5-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f31/quota-4.05-5.fc31.src.rpm.errors.txt b/results/f31/quota-4.05-5.fc31.src.rpm.errors.txt deleted file mode 100644 index 4e13ca6..0000000 --- a/results/f31/quota-4.05-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 115: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) diff --git a/results/f31/quota-4.05-5.fc31.src.rpm.stats.csv b/results/f31/quota-4.05-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 07f0a3b..0000000 --- a/results/f31/quota-4.05-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.gmo, 483, 3628, 3777, 0, 0, 0, 0, 483, 3628 -po/cs.po, 483, 3628, 3777, 53, 1057, 33, 165, 569, 4850 -po/pl.po, 483, 3628, 3851, 53, 1057, 33, 165, 569, 4850 -po/de.gmo, 434, 3354, 3372, 0, 0, 0, 0, 434, 3354 -po/quota.pot, 0, 0, 0, 0, 0, 569, 4850, 569, 4850 -po/fr.po, 233, 1545, 1955, 216, 1527, 120, 1778, 569, 4850 -po/de.po, 434, 3354, 3372, 94, 1273, 41, 223, 569, 4850 -po/pl.gmo, 483, 3628, 3851, 0, 0, 0, 0, 483, 3628 diff --git a/results/f31/realmd-0.16.3-21.fc31.src.rpm.errors.txt b/results/f31/realmd-0.16.3-21.fc31.src.rpm.errors.txt deleted file mode 100644 index 4f5d8ec..0000000 --- a/results/f31/realmd-0.16.3-21.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/realmd-0.16.3-21.fc31.src.rpm.stats.csv b/results/f31/realmd-0.16.3-21.fc31.src.rpm.stats.csv deleted file mode 100644 index 307d467..0000000 --- a/results/f31/realmd-0.16.3-21.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,69 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/lt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/gl.po, 125, 778, 999, 0, 0, 2, 11, 127, 789 -po/ka.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/he.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/nn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/zh_HK.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ga.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ko.po, 127, 789, 706, 0, 0, 0, 0, 127, 789 -po/ru.po, 127, 789, 795, 0, 0, 0, 0, 127, 789 -po/eu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/fo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/pt.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/el.po, 125, 778, 926, 0, 0, 2, 11, 127, 789 -po/sr@latin.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/en_GB.po, 125, 778, 778, 0, 0, 2, 11, 127, 789 -po/es_CL.po, 0, 0, 0, 0, 0, 125, 778, 125, 778 -po/id.po, 125, 778, 817, 0, 0, 2, 11, 127, 789 -po/as.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/or.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/wa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/it.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/lv.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ta.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/fr.po, 18, 110, 116, 0, 0, 109, 679, 127, 789 -po/te.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/az.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/nb.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/kn.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/hi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/th.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/zh_CN.po, 88, 511, 122, 0, 0, 39, 278, 127, 789 -po/ar.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/fa.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/da.po, 115, 712, 723, 0, 0, 12, 77, 127, 789 -po/sl.po, 125, 778, 775, 0, 0, 2, 11, 127, 789 -po/nl.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/bg.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/sv.po, 125, 778, 769, 0, 0, 2, 11, 127, 789 -po/bn_IN.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ml.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/kk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/cs.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/mr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/sq.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/tr.po, 125, 778, 710, 0, 0, 2, 11, 127, 789 -po/et.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/oc.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/hu.po, 20, 129, 128, 0, 0, 107, 660, 127, 789 -po/zh_TW.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/pl.po, 127, 789, 802, 0, 0, 0, 0, 127, 789 -po/fi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ms.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/uk.po, 127, 789, 879, 0, 0, 0, 0, 127, 789 -po/ca.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/hr.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/de.po, 116, 683, 731, 0, 0, 11, 106, 127, 789 -po/eo.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/vi.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/gu.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/cy.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/sk.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/pt_BR.po, 127, 789, 971, 0, 0, 0, 0, 127, 789 -po/ca@valencia.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/es.po, 125, 778, 1028, 0, 0, 2, 11, 127, 789 -po/ro.po, 0, 0, 0, 0, 0, 127, 789, 127, 789 -po/ja.po, 17, 60, 22, 0, 0, 110, 729, 127, 789 diff --git a/results/f31/redhat-menus-12.0.2-16.fc31.src.rpm.errors.txt b/results/f31/redhat-menus-12.0.2-16.fc31.src.rpm.errors.txt deleted file mode 100644 index c8df2e9..0000000 --- a/results/f31/redhat-menus-12.0.2-16.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv b/results/f31/redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv deleted file mode 100644 index 8f68492..0000000 --- a/results/f31/redhat-menus-12.0.2-16.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/is.po, 86, 261, 233, 0, 0, 0, 0, 86, 261 -po/en_GB.po, 86, 261, 261, 0, 0, 0, 0, 86, 261 -po/et.po, 81, 253, 212, 0, 0, 0, 0, 81, 253 -po/ar.po, 81, 253, 249, 0, 0, 0, 0, 81, 253 -po/sk.po, 86, 261, 256, 0, 0, 0, 0, 86, 261 -po/mr.po, 86, 261, 260, 0, 0, 0, 0, 86, 261 -po/hi.po, 86, 261, 292, 0, 0, 0, 0, 86, 261 -po/cs.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -po/bn_IN.po, 86, 261, 290, 0, 0, 0, 0, 86, 261 -po/te.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -po/lt.po, 73, 221, 213, 2, 6, 11, 34, 86, 261 -po/de.po, 86, 261, 211, 0, 0, 0, 0, 86, 261 -po/sq.po, 2, 5, 4, 0, 0, 84, 256, 86, 261 -po/vi.po, 72, 218, 335, 3, 9, 11, 34, 86, 261 -po/sr.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -po/ur.po, 71, 216, 397, 4, 11, 11, 34, 86, 261 -po/gl.po, 52, 132, 157, 1, 1, 33, 128, 86, 261 -po/ilo.po, 43, 106, 164, 4, 6, 39, 149, 86, 261 -po/ml.po, 86, 261, 245, 0, 0, 0, 0, 86, 261 -po/lv.po, 80, 252, 225, 0, 0, 1, 1, 81, 253 -po/hy.po, 73, 221, 198, 2, 6, 11, 34, 86, 261 -po/id.po, 81, 253, 246, 0, 0, 0, 0, 81, 253 -po/tr.po, 78, 246, 238, 3, 5, 5, 10, 86, 261 -po/nb.po, 86, 261, 221, 0, 0, 0, 0, 86, 261 -po/or.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -po/th.po, 86, 261, 126, 0, 0, 0, 0, 86, 261 -po/mk.po, 86, 261, 286, 0, 0, 0, 0, 86, 261 -po/sl.po, 76, 240, 247, 5, 11, 5, 10, 86, 261 -po/bg.po, 86, 261, 293, 0, 0, 0, 0, 86, 261 -po/nl.po, 86, 261, 228, 0, 0, 0, 0, 86, 261 -po/he.po, 86, 261, 257, 0, 0, 0, 0, 86, 261 -po/ku.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -po/lo.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -po/pl.po, 86, 261, 259, 0, 0, 0, 0, 86, 261 -po/fa.po, 81, 253, 277, 0, 0, 0, 0, 81, 253 -po/zh_TW.po, 86, 261, 125, 0, 0, 0, 0, 86, 261 -po/ru.po, 86, 261, 269, 0, 0, 0, 0, 86, 261 -po/pt_BR.po, 86, 261, 312, 0, 0, 0, 0, 86, 261 -po/hu.po, 86, 261, 231, 0, 0, 0, 0, 86, 261 -po/my.po, 0, 0, 0, 0, 0, 86, 261, 86, 261 -po/ta.po, 86, 261, 250, 0, 0, 0, 0, 86, 261 -po/el.po, 86, 261, 271, 0, 0, 0, 0, 86, 261 -po/gu.po, 86, 261, 275, 0, 0, 0, 0, 86, 261 -po/pt.po, 86, 261, 315, 0, 0, 0, 0, 86, 261 -po/ms.po, 86, 261, 249, 0, 0, 0, 0, 86, 261 -po/da.po, 86, 261, 224, 0, 0, 0, 0, 86, 261 -po/sv.po, 86, 261, 225, 0, 0, 0, 0, 86, 261 -po/sr@latin.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -po/ko.po, 86, 261, 247, 0, 0, 0, 0, 86, 261 -po/kn.po, 86, 261, 258, 0, 0, 0, 0, 86, 261 -po/as.po, 86, 261, 304, 0, 0, 0, 0, 86, 261 -po/am.po, 73, 221, 240, 2, 6, 11, 34, 86, 261 -po/uk.po, 86, 261, 270, 0, 0, 0, 0, 86, 261 -po/nso.po, 73, 221, 363, 2, 6, 11, 34, 86, 261 -po/ka.po, 69, 205, 191, 4, 11, 13, 45, 86, 261 -po/zu.po, 70, 213, 221, 5, 14, 11, 34, 86, 261 -po/si.po, 86, 261, 300, 0, 0, 0, 0, 86, 261 -po/ja.po, 86, 261, 110, 0, 0, 0, 0, 86, 261 -po/be.po, 71, 216, 211, 4, 11, 11, 34, 86, 261 -po/cy.po, 86, 261, 263, 0, 0, 0, 0, 86, 261 -po/ro.po, 86, 261, 273, 0, 0, 0, 0, 86, 261 -po/af.po, 73, 221, 184, 2, 6, 11, 34, 86, 261 -po/fi.po, 86, 261, 190, 0, 0, 0, 0, 86, 261 -po/es.po, 86, 261, 319, 0, 0, 0, 0, 86, 261 -po/pa.po, 86, 261, 276, 0, 0, 0, 0, 86, 261 -po/ca.po, 86, 261, 311, 0, 0, 0, 0, 86, 261 -po/bn.po, 76, 240, 280, 5, 11, 5, 10, 86, 261 -po/hr.po, 86, 261, 265, 0, 0, 0, 0, 86, 261 -po/zh_CN.po, 86, 261, 129, 0, 0, 0, 0, 86, 261 -po/it.po, 86, 261, 296, 0, 0, 0, 0, 86, 261 -po/fr.po, 86, 261, 310, 0, 0, 0, 0, 86, 261 diff --git a/results/f31/rhythmbox-3.4.3-4.fc31.src.rpm.errors.txt b/results/f31/rhythmbox-3.4.3-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 61b3b5f..0000000 --- a/results/f31/rhythmbox-3.4.3-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,130 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/uk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/oc.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/ro.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ro/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/it/it.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt/pt.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-podcast-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/rb-notification-zone.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/eu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-window.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-iradio-main.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-toolbar-prevplaynext.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-toolbar-repeat.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-volume-changer.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/figures/rb-toolbar-shuffle.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.docbook) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) diff --git a/results/f31/rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv b/results/f31/rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 5324eb4..0000000 --- a/results/f31/rhythmbox-3.4.3-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,103 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/ca/ca.po, 57, 249, 302, 0, 0, 492, 7820, 549, 8069 -help/el/el.po, 541, 8027, 8780, 0, 0, 0, 0, 541, 8027 -help/ja/ja.po, 443, 4994, 1486, 3, 43, 0, 0, 446, 5037 -help/pt_BR/pt_BR.po, 218, 1680, 1917, 1, 25, 322, 6322, 541, 8027 -help/uk/uk.po, 446, 5037, 4364, 0, 0, 0, 0, 446, 5037 -help/cs/cs.po, 495, 7510, 6514, 0, 0, 0, 0, 495, 7510 -help/fr/fr.po, 441, 5164, 5813, 0, 0, 100, 2863, 541, 8027 -help/oc/oc.po, 123, 221, 254, 0, 0, 313, 4793, 436, 5014 -help/de/de.po, 495, 7510, 7221, 0, 0, 0, 0, 495, 7510 -help/ro/ro.po, 460, 5744, 5851, 2, 124, 79, 2159, 541, 8027 -help/ru/ru.po, 436, 5014, 4281, 0, 0, 0, 0, 436, 5014 -help/it/it.po, 436, 5014, 4731, 0, 0, 0, 0, 436, 5014 -help/pt/pt.po, 433, 4983, 5401, 0, 0, 13, 52, 446, 5035 -help/da/da.po, 431, 4971, 4307, 6, 118, 70, 2822, 507, 7911 -help/es/es.po, 373, 4601, 5287, 0, 0, 0, 0, 373, 4601 -help/sv/sv.po, 373, 4601, 4188, 0, 0, 0, 0, 373, 4601 -help/eu/eu.po, 446, 5035, 3771, 0, 0, 0, 0, 446, 5035 -help/gl/gl.po, 8, 68, 83, 0, 0, 1, 1, 9, 69 -help/zh_CN/zh_CN.po, 436, 5014, 771, 0, 0, 0, 0, 436, 5014 -help/sl/sl.po, 429, 4634, 3998, 2, 236, 15, 165, 446, 5035 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ms.po, 282, 1021, 931, 0, 0, 0, 0, 282, 1021 -po/is.po, 312, 1099, 994, 0, 0, 14, 124, 326, 1223 -po/ru.po, 971, 3734, 3628, 0, 0, 0, 0, 971, 3734 -po/si.po, 924, 3575, 3591, 0, 0, 1, 11, 925, 3586 -po/hu.po, 969, 3756, 3448, 0, 0, 0, 0, 969, 3756 -po/ca@valencia.po, 923, 3940, 4974, 168, 558, 101, 544, 1192, 5042 -po/tr.po, 969, 3756, 3240, 0, 0, 0, 0, 969, 3756 -po/sr.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -po/et.po, 1183, 5003, 4116, 11, 24, 15, 81, 1209, 5108 -po/az.po, 331, 1233, 1112, 0, 0, 0, 0, 331, 1233 -po/ta.po, 1070, 4545, 4013, 0, 0, 0, 0, 1070, 4545 -po/it.po, 968, 3746, 3967, 0, 0, 0, 0, 968, 3746 -po/he.po, 798, 2988, 2823, 72, 316, 189, 1202, 1059, 4506 -po/pt.po, 978, 3763, 4277, 0, 0, 0, 0, 978, 3763 -po/ca.po, 968, 3746, 4593, 0, 0, 0, 0, 968, 3746 -po/ko.po, 971, 3734, 3216, 0, 0, 0, 0, 971, 3734 -po/id.po, 969, 3756, 3672, 0, 0, 0, 0, 969, 3756 -po/ar.po, 898, 3436, 3577, 1, 2, 17, 94, 916, 3532 -po/de.po, 969, 3756, 3650, 0, 0, 0, 0, 969, 3756 -po/be@latin.po, 987, 4372, 4078, 0, 0, 0, 0, 987, 4372 -po/af.po, 966, 3821, 3960, 1, 7, 165, 974, 1132, 4802 -po/nds.po, 169, 234, 242, 3, 7, 919, 4404, 1091, 4645 -po/pl.po, 969, 3756, 3871, 0, 0, 0, 0, 969, 3756 -po/as.po, 1057, 4505, 3889, 0, 0, 0, 0, 1057, 4505 -po/hr.po, 969, 3756, 3699, 0, 0, 0, 0, 969, 3756 -po/kk.po, 325, 563, 553, 0, 0, 643, 3156, 968, 3719 -po/sl.po, 917, 3533, 3655, 0, 0, 0, 0, 917, 3533 -po/cy.po, 328, 1249, 1334, 1, 4, 0, 0, 329, 1253 -po/cs.po, 969, 3756, 3798, 0, 0, 0, 0, 969, 3756 -po/fur.po, 270, 652, 788, 0, 0, 699, 3104, 969, 3756 -po/sv.po, 969, 3756, 3593, 0, 0, 0, 0, 969, 3756 -po/mr.po, 1061, 4517, 4603, 0, 0, 0, 0, 1061, 4517 -po/zh_TW.po, 969, 3756, 1564, 0, 0, 0, 0, 969, 3756 -po/th.po, 916, 3532, 1566, 0, 0, 0, 0, 916, 3532 -po/br.po, 1047, 4371, 5029, 47, 218, 37, 208, 1131, 4797 -po/be.po, 1033, 4072, 3896, 0, 0, 0, 0, 1033, 4072 -po/gd.po, 979, 3769, 5461, 0, 0, 0, 0, 979, 3769 -po/ro.po, 970, 3751, 4235, 0, 0, 0, 0, 970, 3751 -po/kn.po, 1070, 4545, 4233, 0, 0, 0, 0, 1070, 4545 -po/da.po, 969, 3756, 3503, 0, 0, 0, 0, 969, 3756 -po/gl.po, 968, 3746, 4530, 0, 0, 0, 0, 968, 3746 -po/en_CA.po, 891, 3889, 3899, 0, 0, 0, 0, 891, 3889 -po/ga.po, 311, 596, 708, 53, 177, 559, 3234, 923, 4007 -po/mn.po, 185, 453, 430, 0, 0, 107, 669, 292, 1122 -po/es.po, 969, 3756, 4521, 0, 0, 0, 0, 969, 3756 -po/uk.po, 1032, 4049, 3887, 0, 0, 0, 0, 1032, 4049 -po/te.po, 966, 3505, 3176, 0, 0, 67, 567, 1033, 4072 -po/bs.po, 968, 3719, 3704, 0, 0, 0, 0, 968, 3719 -po/lt.po, 969, 3756, 3425, 0, 0, 0, 0, 969, 3756 -po/vi.po, 969, 3756, 5014, 0, 0, 0, 0, 969, 3756 -po/nl.po, 968, 3746, 3823, 0, 0, 0, 0, 968, 3746 -po/pa.po, 910, 3393, 3737, 1, 50, 10, 133, 921, 3576 -po/eu.po, 1131, 4797, 4194, 0, 0, 0, 0, 1131, 4797 -po/zh_HK.po, 922, 3569, 1520, 0, 0, 0, 0, 922, 3569 -po/or.po, 336, 705, 839, 8, 17, 726, 3823, 1070, 4545 -po/am.po, 94, 136, 175, 0, 0, 133, 713, 227, 849 -po/fa.po, 767, 2269, 2462, 0, 0, 266, 1820, 1033, 4089 -po/nn.po, 1169, 4962, 4808, 0, 0, 0, 0, 1169, 4962 -po/dz.po, 826, 3813, 1411, 0, 0, 0, 0, 826, 3813 -po/nb.po, 968, 3746, 3695, 0, 0, 0, 0, 968, 3746 -po/sr@latin.po, 968, 3746, 3949, 0, 0, 0, 0, 968, 3746 -po/pt_BR.po, 969, 3756, 4476, 0, 0, 0, 0, 969, 3756 -po/bg.po, 1033, 4089, 4621, 0, 0, 0, 0, 1033, 4089 -po/rw.po, 32, 35, 34, 269, 1394, 91, 189, 392, 1618 -po/fr.po, 969, 3756, 4578, 0, 0, 0, 0, 969, 3756 -po/mk.po, 952, 4142, 4598, 0, 0, 0, 0, 952, 4142 -po/sk.po, 968, 3746, 3856, 0, 0, 0, 0, 968, 3746 -po/bn_IN.po, 790, 2502, 2992, 0, 0, 280, 2043, 1070, 4545 -po/zh_CN.po, 979, 3769, 1784, 0, 0, 0, 0, 979, 3769 -po/ml.po, 60, 75, 81, 3, 3, 184, 665, 247, 743 -po/eo.po, 964, 3697, 3555, 1, 2, 4, 57, 969, 3756 -po/hi.po, 1070, 4545, 5515, 0, 0, 0, 0, 1070, 4545 -po/ja.po, 917, 3533, 1157, 0, 0, 0, 0, 917, 3533 -po/ne.po, 902, 3936, 3934, 0, 0, 0, 0, 902, 3936 -po/fi.po, 951, 3674, 2989, 4, 16, 13, 56, 968, 3746 -po/lv.po, 969, 3756, 3480, 0, 0, 0, 0, 969, 3756 -po/en_GB.po, 1033, 4072, 4087, 0, 0, 0, 0, 1033, 4072 -po/ps.po, 533, 1298, 1468, 0, 0, 390, 2721, 923, 4019 -po/oc.po, 970, 3732, 4429, 1, 2, 1, 16, 972, 3750 -po/gu.po, 1057, 4503, 5122, 8, 15, 4, 19, 1069, 4537 -po/el.po, 919, 3596, 3953, 0, 0, 0, 0, 919, 3596 diff --git a/results/f31/rpm-4.15.0-6.fc31.src.rpm.errors.txt b/results/f31/rpm-4.15.0-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 3f250d5..0000000 --- a/results/f31/rpm-4.15.0-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,30 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' diff --git a/results/f31/rpm-4.15.0-6.fc31.src.rpm.stats.csv b/results/f31/rpm-4.15.0-6.fc31.src.rpm.stats.csv deleted file mode 100644 index 965ad24..0000000 --- a/results/f31/rpm-4.15.0-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,54 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/tr.po, 385, 1848, 1647, 13, 55, 471, 2619, 869, 4522 -po/ko.po, 339, 1722, 1696, 13, 55, 517, 2745, 869, 4522 -po/sr.po, 495, 2513, 2568, 39, 188, 335, 1821, 869, 4522 -po/id.po, 69, 451, 439, 0, 0, 800, 4071, 869, 4522 -po/pt.gmo, 340, 1725, 2180, 0, 0, 0, 0, 340, 1725 -po/fi.po, 429, 2103, 1771, 13, 55, 427, 2364, 869, 4522 -po/sk.po, 608, 3081, 3077, 13, 55, 248, 1386, 869, 4522 -po/ru.gmo, 471, 2332, 2289, 0, 0, 0, 0, 471, 2332 -po/da.gmo, 289, 1476, 1409, 0, 0, 0, 0, 289, 1476 -po/de.po, 685, 3457, 3502, 14, 61, 170, 1004, 869, 4522 -po/el.gmo, 16, 74, 90, 0, 0, 0, 0, 16, 74 -po/is.po, 72, 327, 328, 1, 6, 796, 4189, 869, 4522 -po/br.po, 137, 434, 572, 1, 6, 731, 4082, 869, 4522 -po/ms.po, 40, 131, 136, 3, 14, 826, 4377, 869, 4522 -po/sl.po, 137, 682, 712, 3, 14, 729, 3826, 869, 4522 -po/sv.po, 803, 4160, 3909, 14, 61, 52, 301, 869, 4522 -po/ja.po, 628, 3183, 1602, 13, 55, 228, 1284, 869, 4522 -po/ko.gmo, 339, 1722, 1696, 0, 0, 0, 0, 339, 1722 -po/ar.po, 95, 254, 270, 0, 0, 774, 4268, 869, 4522 -po/is.gmo, 72, 327, 328, 0, 0, 0, 0, 72, 327 -po/el.po, 16, 74, 90, 0, 0, 853, 4448, 869, 4522 -po/sr@latin.po, 495, 2513, 2568, 39, 188, 335, 1821, 869, 4522 -po/te.po, 21, 66, 62, 0, 0, 848, 4456, 869, 4522 -po/cs.po, 463, 2336, 2209, 13, 55, 393, 2131, 869, 4522 -po/cmn.po, 628, 3183, 1375, 40, 194, 201, 1145, 869, 4522 -po/ar.gmo, 95, 254, 270, 0, 0, 0, 0, 95, 254 -po/te.gmo, 21, 66, 62, 0, 0, 0, 0, 21, 66 -po/uk.po, 713, 3674, 4026, 14, 61, 142, 787, 869, 4522 -po/vi.po, 713, 3674, 5839, 14, 61, 142, 787, 869, 4522 -po/nl.gmo, 60, 154, 147, 0, 0, 0, 0, 60, 154 -po/zh_CN.gmo, 689, 3492, 1553, 0, 0, 0, 0, 689, 3492 -po/sl.gmo, 137, 682, 712, 0, 0, 0, 0, 137, 682 -po/pt_BR.po, 535, 2671, 3235, 13, 55, 321, 1796, 869, 4522 -po/nb.gmo, 213, 1057, 1035, 0, 0, 0, 0, 213, 1057 -po/zh_CN.po, 689, 3492, 1553, 14, 61, 166, 969, 869, 4522 -po/nl.po, 60, 154, 147, 2, 8, 807, 4360, 869, 4522 -po/fr.po, 645, 3254, 4018, 13, 55, 211, 1213, 869, 4522 -po/es.po, 628, 3183, 3933, 13, 55, 228, 1284, 869, 4522 -po/pt.po, 340, 1725, 2180, 37, 186, 492, 2611, 869, 4522 -po/br.gmo, 137, 434, 572, 0, 0, 0, 0, 137, 434 -po/ms.gmo, 40, 131, 136, 0, 0, 0, 0, 40, 131 -po/eo.po, 713, 3674, 3614, 14, 61, 142, 787, 869, 4522 -po/da.po, 289, 1476, 1409, 13, 55, 567, 2991, 869, 4522 -po/id.gmo, 69, 451, 439, 0, 0, 0, 0, 69, 451 -po/nb.po, 213, 1057, 1035, 13, 55, 643, 3410, 869, 4522 -po/cs.gmo, 463, 2336, 2209, 0, 0, 0, 0, 463, 2336 -po/it.po, 675, 3421, 3904, 14, 61, 180, 1040, 869, 4522 -po/ru.po, 471, 2332, 2289, 14, 61, 384, 2129, 869, 4522 -po/tr.gmo, 385, 1848, 1647, 0, 0, 0, 0, 385, 1848 -po/zh_TW.po, 803, 4160, 1875, 14, 61, 52, 301, 869, 4522 -po/ca.po, 677, 3407, 4701, 13, 55, 179, 1060, 869, 4522 -po/rpm.pot, 0, 0, 0, 0, 0, 869, 4522, 869, 4522 -po/pl.po, 855, 4461, 4625, 14, 61, 0, 0, 869, 4522 diff --git a/results/f31/rygel-0.36.2-4.fc31.src.rpm.errors.txt b/results/f31/rygel-0.36.2-4.fc31.src.rpm.errors.txt deleted file mode 100644 index fdf37ac..0000000 --- a/results/f31/rygel-0.36.2-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f31/rygel-0.36.2-4.fc31.src.rpm.stats.csv b/results/f31/rygel-0.36.2-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 5ffd487..0000000 --- a/results/f31/rygel-0.36.2-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,126 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bg.gmo, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -po/ko.po, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -po/kn.gmo, 114, 556, 545, 0, 0, 0, 0, 114, 556 -po/gu.po, 84, 377, 378, 0, 0, 30, 179, 114, 556 -po/hu.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/th.gmo, 142, 669, 340, 0, 0, 0, 0, 142, 669 -po/lt.gmo, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -po/pl.po, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -po/zh_TW.po, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -po/te.gmo, 118, 577, 523, 0, 0, 0, 0, 118, 577 -po/el.po, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -po/gl.po, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -po/id.gmo, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -po/hr.gmo, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -po/sk.po, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -po/fur.po, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -po/kn.po, 114, 556, 545, 0, 0, 0, 0, 114, 556 -po/sl.gmo, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -po/ne.po, 97, 332, 314, 154, 867, 52, 425, 303, 1624 -po/zh_CN.po, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -po/ar.po, 71, 302, 298, 39, 216, 46, 250, 156, 768 -po/oc.gmo, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -po/nl.po, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -po/en_GB.po, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -po/vi.gmo, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -po/sr.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/hi.po, 142, 669, 819, 0, 0, 0, 0, 142, 669 -po/rygel.pot, 0, 0, 0, 0, 0, 303, 1624, 303, 1624 -po/ja.gmo, 241, 1221, 452, 0, 0, 0, 0, 241, 1221 -po/pt_BR.po, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -po/el.gmo, 303, 1624, 1809, 0, 0, 0, 0, 303, 1624 -po/nl.gmo, 303, 1624, 1597, 0, 0, 0, 0, 303, 1624 -po/ug.gmo, 143, 676, 667, 0, 0, 0, 0, 143, 676 -po/cs.po, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -po/ar.gmo, 71, 302, 298, 0, 0, 0, 0, 71, 302 -po/sr@latin.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/pt.gmo, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -po/hi.gmo, 142, 669, 819, 0, 0, 0, 0, 142, 669 -po/nb.po, 296, 1575, 1691, 2, 16, 5, 33, 303, 1624 -po/sv.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/gl.gmo, 286, 1558, 2197, 0, 0, 0, 0, 286, 1558 -po/he.po, 206, 971, 975, 10, 66, 13, 103, 229, 1140 -po/af.po, 74, 250, 275, 1, 6, 55, 336, 130, 592 -po/zh_HK.po, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -po/fa.po, 77, 322, 378, 1, 10, 68, 348, 146, 680 -po/ru.gmo, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -po/pl.gmo, 303, 1624, 1843, 0, 0, 0, 0, 303, 1624 -po/eu.po, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -po/eo.gmo, 117, 448, 421, 0, 0, 0, 0, 117, 448 -po/tr.gmo, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -po/ru.po, 303, 1624, 1634, 0, 0, 0, 0, 303, 1624 -po/as.po, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -po/lv.po, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -po/th.po, 142, 669, 340, 0, 0, 0, 0, 142, 669 -po/lt.po, 303, 1624, 1376, 0, 0, 0, 0, 303, 1624 -po/es.gmo, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -po/da.po, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -po/ro.gmo, 114, 556, 685, 0, 0, 0, 0, 114, 556 -po/oc.po, 303, 1624, 2038, 0, 0, 0, 0, 303, 1624 -po/de.po, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -po/es.po, 303, 1624, 2144, 0, 0, 0, 0, 303, 1624 -po/ta.gmo, 142, 669, 622, 0, 0, 0, 0, 142, 669 -po/fr.po, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -po/ro.po, 114, 556, 685, 0, 0, 0, 0, 114, 556 -po/af.gmo, 74, 250, 275, 0, 0, 0, 0, 74, 250 -po/zh_TW.gmo, 303, 1624, 587, 0, 0, 0, 0, 303, 1624 -po/tg.gmo, 20, 75, 79, 0, 0, 0, 0, 20, 75 -po/it.gmo, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -po/sl.po, 303, 1624, 1791, 0, 0, 0, 0, 303, 1624 -po/zh_CN.gmo, 303, 1624, 609, 0, 0, 0, 0, 303, 1624 -po/bs.gmo, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -po/cs.gmo, 303, 1624, 1662, 0, 0, 0, 0, 303, 1624 -po/bn_IN.gmo, 114, 556, 608, 0, 0, 0, 0, 114, 556 -po/he.gmo, 206, 971, 975, 0, 0, 0, 0, 206, 971 -po/ne.gmo, 97, 332, 314, 0, 0, 0, 0, 97, 332 -po/ko.gmo, 303, 1624, 1467, 0, 0, 0, 0, 303, 1624 -po/gu.gmo, 84, 377, 378, 0, 0, 0, 0, 84, 377 -po/ca.po, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -po/pa.po, 143, 676, 763, 0, 0, 0, 0, 143, 676 -po/sr.gmo, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/ca@valencia.po, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -po/eo.po, 117, 448, 421, 54, 340, 132, 836, 303, 1624 -po/hu.gmo, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/ta.po, 142, 669, 622, 0, 0, 0, 0, 142, 669 -po/fi.gmo, 135, 525, 460, 0, 0, 0, 0, 135, 525 -po/kk.po, 49, 115, 112, 0, 0, 254, 1509, 303, 1624 -po/pa.gmo, 143, 676, 763, 0, 0, 0, 0, 143, 676 -po/ca@valencia.gmo, 303, 1624, 2237, 0, 0, 0, 0, 303, 1624 -po/ca.gmo, 303, 1624, 2239, 0, 0, 0, 0, 303, 1624 -po/zh_HK.gmo, 228, 1129, 402, 0, 0, 0, 0, 228, 1129 -po/de.gmo, 303, 1624, 1752, 0, 0, 0, 0, 303, 1624 -po/et.po, 142, 669, 598, 0, 0, 0, 0, 142, 669 -po/vi.po, 306, 1635, 2469, 0, 0, 0, 0, 306, 1635 -po/bs.po, 242, 1218, 1232, 0, 0, 0, 0, 242, 1218 -po/fr.gmo, 303, 1624, 2030, 0, 0, 0, 0, 303, 1624 -po/as.gmo, 229, 1140, 1231, 0, 0, 0, 0, 229, 1140 -po/sk.gmo, 303, 1624, 1749, 0, 0, 0, 0, 303, 1624 -po/pt_BR.gmo, 303, 1624, 1918, 0, 0, 0, 0, 303, 1624 -po/fa.gmo, 77, 322, 378, 0, 0, 0, 0, 77, 322 -po/bg.po, 303, 1624, 1887, 0, 0, 0, 0, 303, 1624 -po/ja.po, 241, 1221, 452, 0, 0, 2, 4, 243, 1225 -po/en_GB.gmo, 303, 1624, 1624, 0, 0, 0, 0, 303, 1624 -po/bn_IN.po, 114, 556, 608, 0, 0, 0, 0, 114, 556 -po/sr@latin.po, 303, 1624, 1828, 0, 0, 0, 0, 303, 1624 -po/uk.po, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -po/uk.gmo, 290, 1576, 1574, 0, 0, 0, 0, 290, 1576 -po/pt.po, 307, 1636, 1905, 0, 0, 0, 0, 307, 1636 -po/te.po, 118, 577, 523, 0, 0, 0, 0, 118, 577 -po/ml.gmo, 101, 344, 303, 0, 0, 0, 0, 101, 344 -po/da.gmo, 303, 1624, 1599, 0, 0, 0, 0, 303, 1624 -po/fur.gmo, 303, 1624, 2261, 0, 0, 0, 0, 303, 1624 -po/ug.po, 143, 676, 667, 0, 0, 0, 0, 143, 676 -po/hr.po, 303, 1624, 1542, 0, 0, 0, 0, 303, 1624 -po/id.po, 303, 1624, 1619, 0, 0, 0, 0, 303, 1624 -po/nb.gmo, 296, 1575, 1691, 0, 0, 0, 0, 296, 1575 -po/lv.gmo, 303, 1624, 1498, 0, 0, 0, 0, 303, 1624 -po/ml.po, 101, 344, 303, 0, 0, 202, 1280, 303, 1624 -po/et.gmo, 142, 669, 598, 0, 0, 0, 0, 142, 669 -po/tr.po, 303, 1624, 1398, 0, 0, 0, 0, 303, 1624 -po/sv.po, 303, 1624, 1670, 0, 0, 0, 0, 303, 1624 -po/tg.po, 20, 75, 79, 0, 0, 199, 987, 219, 1062 -po/fi.po, 135, 525, 460, 81, 544, 87, 555, 303, 1624 -po/it.po, 303, 1624, 1856, 0, 0, 0, 0, 303, 1624 -po/eu.gmo, 303, 1624, 1714, 0, 0, 0, 0, 303, 1624 -po/kk.gmo, 49, 115, 112, 0, 0, 0, 0, 49, 115 diff --git a/results/f31/samba-4.11.0-3.fc31.src.rpm.errors.txt b/results/f31/samba-4.11.0-3.fc31.src.rpm.errors.txt deleted file mode 100644 index d073d64..0000000 --- a/results/f31/samba-4.11.0-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./source3/locale/net/genmsg) -translate.tools.pocount: ERROR: Unknown filetype (./source3/locale/pam_winbind/genmsg) diff --git a/results/f31/samba-4.11.0-3.fc31.src.rpm.stats.csv b/results/f31/samba-4.11.0-3.fc31.src.rpm.stats.csv deleted file mode 100644 index f63ca12..0000000 --- a/results/f31/samba-4.11.0-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,23 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -source3/locale/net/de.po, 178, 726, 658, 0, 0, 1563, 11281, 1741, 12007 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -source3/locale/pam_winbind/zh_TW.po, 31, 187, 41, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/zh_CN.po, 31, 187, 40, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/tr.po, 128, 524, 482, 0, 0, 0, 0, 128, 524 -source3/locale/pam_winbind/sv.po, 31, 187, 182, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/ru.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/pt_BR.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/pl.po, 31, 187, 189, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/nl.po, 31, 187, 185, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/nb.po, 34, 212, 191, 18, 67, 76, 245, 128, 524 -source3/locale/pam_winbind/ko.po, 31, 187, 148, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/ja.po, 128, 524, 168, 0, 0, 0, 0, 128, 524 -source3/locale/pam_winbind/it.po, 31, 187, 205, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/hu.po, 31, 187, 168, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/fr.po, 128, 524, 679, 0, 0, 0, 0, 128, 524 -source3/locale/pam_winbind/fi.po, 34, 212, 172, 18, 67, 76, 245, 128, 524 -source3/locale/pam_winbind/es.po, 31, 187, 265, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/de.po, 34, 214, 204, 19, 70, 75, 240, 128, 524 -source3/locale/pam_winbind/da.po, 34, 212, 196, 18, 67, 76, 245, 128, 524 -source3/locale/pam_winbind/cs.po, 31, 187, 174, 18, 67, 79, 270, 128, 524 -source3/locale/pam_winbind/ar.po, 31, 187, 221, 18, 67, 79, 270, 128, 524 diff --git a/results/f31/sed-4.5-4.fc31.src.rpm.errors.txt b/results/f31/sed-4.5-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 5131364..0000000 --- a/results/f31/sed-4.5-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,19 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xc0 in position 8: invalid start byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 92: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf3 in position 25: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe3 in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 8: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfa in position 3: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog-2014) diff --git a/results/f31/sed-4.5-4.fc31.src.rpm.stats.csv b/results/f31/sed-4.5-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 3ec8a17..0000000 --- a/results/f31/sed-4.5-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,74 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.gmo, 114, 611, 639, 0, 0, 0, 0, 114, 611 -po/ru.gmo, 126, 683, 711, 0, 0, 0, 0, 126, 683 -po/bg.gmo, 137, 788, 930, 0, 0, 0, 0, 137, 788 -po/sr.gmo, 126, 683, 709, 0, 0, 0, 0, 126, 683 -po/ga.gmo, 137, 788, 928, 0, 0, 0, 0, 137, 788 -po/da.po, 126, 683, 670, 10, 98, 1, 7, 137, 788 -po/pt.gmo, 75, 421, 478, 0, 0, 0, 0, 75, 421 -po/af.gmo, 32, 133, 128, 0, 0, 0, 0, 32, 133 -po/ru.po, 126, 683, 711, 10, 98, 1, 7, 137, 788 -po/fr.po, 137, 788, 942, 0, 0, 0, 0, 137, 788 -po/sk.po, 137, 788, 824, 0, 0, 0, 0, 137, 788 -po/pt_BR.po, 137, 788, 937, 0, 0, 0, 0, 137, 788 -po/ja.gmo, 102, 564, 312, 0, 0, 0, 0, 102, 564 -po/eu.po, 17, 66, 72, 5, 30, 115, 692, 137, 788 -po/cs.gmo, 137, 788, 779, 0, 0, 0, 0, 137, 788 -po/vi.gmo, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -po/uk.po, 137, 788, 847, 0, 0, 0, 0, 137, 788 -po/pl.gmo, 77, 443, 471, 0, 0, 0, 0, 77, 443 -po/sl.gmo, 77, 443, 443, 0, 0, 0, 0, 77, 443 -po/el.gmo, 77, 443, 489, 0, 0, 0, 0, 77, 443 -po/nb.gmo, 137, 788, 742, 0, 0, 0, 0, 137, 788 -po/zh_CN.gmo, 115, 581, 253, 0, 0, 0, 0, 115, 581 -po/es.gmo, 137, 788, 934, 0, 0, 0, 0, 137, 788 -po/et.gmo, 126, 683, 591, 0, 0, 0, 0, 126, 683 -po/ca.po, 77, 443, 569, 12, 94, 48, 251, 137, 788 -po/id.po, 77, 443, 462, 12, 94, 48, 251, 137, 788 -po/it.po, 75, 421, 468, 10, 71, 52, 296, 137, 788 -po/af.po, 32, 133, 128, 36, 168, 69, 487, 137, 788 -po/uk.gmo, 137, 788, 847, 0, 0, 0, 0, 137, 788 -po/sr.po, 126, 683, 709, 10, 98, 1, 7, 137, 788 -po/sk.gmo, 137, 788, 824, 0, 0, 0, 0, 137, 788 -po/sv.gmo, 137, 788, 775, 0, 0, 0, 0, 137, 788 -po/nl.po, 137, 788, 822, 0, 0, 0, 0, 137, 788 -po/hr.po, 137, 788, 834, 0, 0, 0, 0, 137, 788 -po/vi.po, 137, 788, 1177, 0, 0, 0, 0, 137, 788 -po/eo.gmo, 126, 683, 674, 0, 0, 0, 0, 126, 683 -po/pt.po, 75, 421, 478, 10, 71, 52, 296, 137, 788 -po/gl.gmo, 84, 471, 585, 0, 0, 0, 0, 84, 471 -po/he.po, 10, 58, 60, 29, 120, 98, 610, 137, 788 -po/hu.po, 126, 683, 659, 10, 98, 1, 7, 137, 788 -po/nb.po, 137, 788, 742, 0, 0, 0, 0, 137, 788 -po/sv.po, 137, 788, 775, 0, 0, 0, 0, 137, 788 -po/zh_TW.po, 77, 443, 167, 12, 94, 48, 251, 137, 788 -po/zh_CN.po, 115, 581, 253, 14, 152, 8, 55, 137, 788 -po/sed.pot, 0, 0, 0, 0, 0, 137, 788, 137, 788 -po/ast.po, 75, 421, 523, 10, 71, 52, 296, 137, 788 -po/ro.po, 69, 385, 430, 13, 85, 55, 318, 137, 788 -po/pt_BR.gmo, 137, 788, 937, 0, 0, 0, 0, 137, 788 -po/et.po, 126, 683, 591, 10, 98, 1, 7, 137, 788 -po/ga.po, 137, 788, 928, 0, 0, 0, 0, 137, 788 -po/sl.po, 77, 443, 443, 12, 94, 48, 251, 137, 788 -po/eu.gmo, 17, 66, 72, 0, 0, 0, 0, 17, 66 -po/fi.gmo, 126, 683, 601, 0, 0, 0, 0, 126, 683 -po/fi.po, 126, 683, 601, 10, 98, 1, 7, 137, 788 -po/el.po, 77, 443, 489, 14, 99, 46, 246, 137, 788 -po/da.gmo, 126, 683, 670, 0, 0, 0, 0, 126, 683 -po/tr.gmo, 77, 443, 398, 0, 0, 0, 0, 77, 443 -po/id.gmo, 77, 443, 462, 0, 0, 0, 0, 77, 443 -po/pl.po, 77, 443, 471, 12, 94, 48, 251, 137, 788 -po/cs.po, 137, 788, 779, 0, 0, 0, 0, 137, 788 -po/de.po, 114, 611, 639, 8, 84, 15, 93, 137, 788 -po/es.po, 137, 788, 934, 0, 0, 0, 0, 137, 788 -po/ja.po, 102, 564, 312, 18, 159, 17, 65, 137, 788 -po/hr.gmo, 137, 788, 834, 0, 0, 0, 0, 137, 788 -po/eo.po, 126, 683, 674, 10, 98, 1, 7, 137, 788 -po/hu.gmo, 126, 683, 659, 0, 0, 0, 0, 126, 683 -po/zh_TW.gmo, 77, 443, 167, 0, 0, 0, 0, 77, 443 -po/fr.gmo, 137, 788, 942, 0, 0, 0, 0, 137, 788 -po/bg.po, 137, 788, 930, 0, 0, 0, 0, 137, 788 -po/ko.po, 10, 58, 64, 29, 120, 98, 610, 137, 788 -po/nl.gmo, 137, 788, 822, 0, 0, 0, 0, 137, 788 -po/tr.po, 77, 443, 398, 12, 94, 48, 251, 137, 788 -po/gl.po, 84, 471, 585, 11, 89, 42, 228, 137, 788 diff --git a/results/f31/shadow-utils-4.6-16.fc31.src.rpm.errors.txt b/results/f31/shadow-utils-4.6-16.fc31.src.rpm.errors.txt deleted file mode 100644 index 2a8381d..0000000 --- a/results/f31/shadow-utils-4.6-16.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,17 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./man/po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/XMLFILES) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./man/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/shadow-utils-4.6-16.fc31.src.rpm.stats.csv b/results/f31/shadow-utils-4.6-16.fc31.src.rpm.stats.csv deleted file mode 100644 index 31b1438..0000000 --- a/results/f31/shadow-utils-4.6-16.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,88 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -man/po/de.po, 1165, 15441, 15138, 63, 1024, 18, 323, 1246, 16788 -man/po/da.po, 284, 2133, 1878, 38, 299, 924, 14356, 1246, 16788 -man/po/zh_CN.po, 992, 10751, 2893, 77, 1427, 177, 4610, 1246, 16788 -man/po/pl.po, 305, 1956, 1735, 223, 1506, 718, 13326, 1246, 16788 -man/po/it.po, 1131, 15246, 15351, 68, 1166, 47, 376, 1246, 16788 -man/po/ru.po, 1132, 15289, 13173, 67, 1123, 47, 376, 1246, 16788 -man/po/fr.po, 1134, 15368, 17304, 65, 1044, 47, 376, 1246, 16788 -man/po/sv.po, 413, 2261, 2021, 271, 2232, 562, 12295, 1246, 16788 -man/po/shadow-man-pages.pot, 0, 0, 0, 0, 0, 1246, 16788, 1246, 16788 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ro.po, 210, 1033, 1131, 183, 1243, 206, 1817, 599, 4093 -po/hu.gmo, 210, 1033, 958, 0, 0, 0, 0, 210, 1033 -po/kk.gmo, 583, 3895, 3787, 0, 0, 0, 0, 583, 3895 -po/fi.po, 210, 1033, 898, 185, 1253, 204, 1807, 599, 4093 -po/nn.po, 147, 711, 723, 220, 1358, 232, 2024, 599, 4093 -po/es.gmo, 495, 3246, 4010, 0, 0, 0, 0, 495, 3246 -po/de.po, 554, 3657, 3684, 33, 333, 12, 103, 599, 4093 -po/cs.po, 576, 3819, 3604, 17, 216, 6, 58, 599, 4093 -po/pt.gmo, 552, 3644, 4268, 0, 0, 0, 0, 552, 3644 -po/sk.po, 386, 2403, 2424, 99, 755, 114, 935, 599, 4093 -po/eu.po, 419, 2689, 2480, 94, 729, 86, 675, 599, 4093 -po/gl.po, 210, 1033, 1310, 185, 1253, 204, 1807, 599, 4093 -po/gl.gmo, 210, 1033, 1310, 0, 0, 0, 0, 210, 1033 -po/sq.gmo, 7, 28, 31, 0, 0, 0, 0, 7, 28 -po/zh_CN.gmo, 546, 3609, 1581, 0, 0, 0, 0, 546, 3609 -po/sv.gmo, 482, 3139, 3081, 0, 0, 0, 0, 482, 3139 -po/it.gmo, 229, 1172, 1375, 0, 0, 0, 0, 229, 1172 -po/pt.po, 552, 3644, 4268, 35, 346, 12, 103, 599, 4093 -po/nl.po, 582, 3890, 4176, 13, 167, 4, 36, 599, 4093 -po/shadow.pot, 0, 0, 0, 0, 0, 599, 4093, 599, 4093 -po/pt_BR.po, 496, 3263, 3583, 55, 486, 48, 344, 599, 4093 -po/ca.po, 552, 3644, 4509, 36, 353, 11, 96, 599, 4093 -po/da.po, 552, 3644, 3450, 35, 346, 12, 103, 599, 4093 -po/km.gmo, 184, 918, 680, 0, 0, 0, 0, 184, 918 -po/ja.po, 554, 3657, 2046, 33, 333, 12, 103, 599, 4093 -po/eu.gmo, 419, 2689, 2480, 0, 0, 0, 0, 419, 2689 -po/tr.gmo, 229, 1172, 1094, 0, 0, 0, 0, 229, 1172 -po/dz.gmo, 209, 1031, 530, 0, 0, 0, 0, 209, 1031 -po/nl.gmo, 582, 3890, 4176, 0, 0, 0, 0, 582, 3890 -po/uk.po, 210, 1033, 1046, 185, 1253, 204, 1807, 599, 4093 -po/da.gmo, 552, 3644, 3450, 0, 0, 0, 0, 552, 3644 -po/bs.po, 36, 127, 126, 107, 649, 456, 3317, 599, 4093 -po/sk.gmo, 386, 2403, 2424, 0, 0, 0, 0, 386, 2403 -po/ne.gmo, 210, 1033, 1119, 0, 0, 0, 0, 210, 1033 -po/tl.po, 209, 1015, 1265, 186, 1271, 204, 1807, 599, 4093 -po/nb.gmo, 583, 3895, 3926, 0, 0, 0, 0, 583, 3895 -po/es.po, 495, 3246, 4010, 56, 491, 48, 356, 599, 4093 -po/zh_TW.gmo, 160, 786, 322, 0, 0, 0, 0, 160, 786 -po/fr.po, 0, 0, 0, 115, 598, 484, 3495, 599, 4093 -po/el.po, 548, 3615, 3973, 38, 365, 13, 113, 599, 4093 -po/ja.gmo, 554, 3657, 2046, 0, 0, 0, 0, 554, 3657 -po/id.gmo, 182, 887, 941, 0, 0, 0, 0, 182, 887 -po/de.gmo, 554, 3657, 3684, 0, 0, 0, 0, 554, 3657 -po/tr.po, 229, 1172, 1094, 202, 1527, 168, 1394, 599, 4093 -po/he.po, 50, 197, 208, 179, 1078, 370, 2818, 599, 4093 -po/ru.po, 583, 3895, 3992, 12, 162, 4, 36, 599, 4093 -po/it.po, 229, 1172, 1375, 194, 1487, 176, 1434, 599, 4093 -po/nb.po, 583, 3895, 3926, 12, 162, 4, 36, 599, 4093 -po/km.po, 184, 918, 680, 209, 1358, 206, 1817, 599, 4093 -po/pl.po, 210, 1033, 1117, 185, 1253, 204, 1807, 599, 4093 -po/ko.po, 301, 1719, 1630, 134, 1055, 164, 1319, 599, 4093 -po/he.gmo, 50, 197, 208, 0, 0, 0, 0, 50, 197 -po/vi.po, 583, 3895, 5510, 12, 162, 4, 36, 599, 4093 -po/uk.gmo, 210, 1033, 1046, 0, 0, 0, 0, 210, 1033 -po/bs.gmo, 36, 127, 126, 0, 0, 0, 0, 36, 127 -po/sq.po, 7, 28, 31, 83, 495, 509, 3570, 599, 4093 -po/vi.gmo, 583, 3895, 5510, 0, 0, 0, 0, 583, 3895 -po/ru.gmo, 583, 3895, 3992, 0, 0, 0, 0, 583, 3895 -po/ca.gmo, 552, 3644, 4509, 0, 0, 0, 0, 552, 3644 -po/tl.gmo, 209, 1015, 1265, 0, 0, 0, 0, 209, 1015 -po/nn.gmo, 147, 711, 723, 0, 0, 0, 0, 147, 711 -po/ne.po, 210, 1033, 1119, 183, 1243, 206, 1817, 599, 4093 -po/dz.po, 209, 1031, 530, 184, 1245, 206, 1817, 599, 4093 -po/kk.po, 583, 3895, 3787, 12, 162, 4, 36, 599, 4093 -po/cs.gmo, 576, 3819, 3604, 0, 0, 0, 0, 576, 3819 -po/id.po, 182, 887, 941, 208, 1370, 209, 1836, 599, 4093 -po/hu.po, 210, 1033, 958, 185, 1253, 204, 1807, 599, 4093 -po/pl.gmo, 210, 1033, 1117, 0, 0, 0, 0, 210, 1033 -po/ko.gmo, 301, 1719, 1630, 0, 0, 0, 0, 301, 1719 -po/zh_TW.po, 160, 786, 322, 213, 1323, 226, 1984, 599, 4093 -po/sv.po, 482, 3139, 3081, 52, 461, 65, 493, 599, 4093 -po/fi.gmo, 210, 1033, 898, 0, 0, 0, 0, 210, 1033 -po/zh_CN.po, 546, 3609, 1581, 38, 371, 15, 113, 599, 4093 -po/pt_BR.gmo, 496, 3263, 3583, 0, 0, 0, 0, 496, 3263 -po/fr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/el.gmo, 548, 3615, 3973, 0, 0, 0, 0, 548, 3615 -po/ro.gmo, 210, 1033, 1131, 0, 0, 0, 0, 210, 1033 diff --git a/results/f31/shared-mime-info-1.14-1.fc31.src.rpm.errors.txt b/results/f31/shared-mime-info-1.14-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 855f4ad..0000000 --- a/results/f31/shared-mime-info-1.14-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) diff --git a/results/f31/shared-mime-info-1.14-1.fc31.src.rpm.stats.csv b/results/f31/shared-mime-info-1.14-1.fc31.src.rpm.stats.csv deleted file mode 100644 index c1774c1..0000000 --- a/results/f31/shared-mime-info-1.14-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,152 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pt_BR.po, 764, 1956, 2421, 0, 0, 9, 35, 773, 1991 -po/ja.po, 619, 1553, 1379, 0, 0, 154, 438, 773, 1991 -po/af.po, 640, 1603, 913, 0, 0, 133, 388, 773, 1991 -po/ja.gmo, 619, 1553, 1379, 0, 0, 0, 0, 619, 1553 -po/he.gmo, 674, 1704, 2051, 0, 0, 0, 0, 674, 1704 -po/cy.gmo, 145, 344, 357, 0, 0, 0, 0, 145, 344 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 257, 616, 616, 0, 0, 0, 0, 257, 616 -po/ro.gmo, 579, 1445, 1562, 0, 0, 0, 0, 579, 1445 -po/zh_CN.gmo, 722, 1842, 1574, 0, 0, 0, 0, 722, 1842 -po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 722, 1842, 2014, 0, 0, 0, 0, 722, 1842 -po/ast.gmo, 201, 491, 629, 0, 0, 0, 0, 201, 491 -po/da.po, 773, 1991, 1115, 0, 0, 0, 0, 773, 1991 -po/nl.po, 605, 1519, 945, 0, 0, 168, 472, 773, 1991 -po/he.po, 674, 1704, 2051, 0, 0, 99, 287, 773, 1991 -po/rw.po, 0, 0, 0, 0, 0, 654, 1669, 654, 1669 -po/kk.gmo, 722, 1842, 1908, 0, 0, 0, 0, 722, 1842 -po/es.gmo, 722, 1842, 2529, 0, 0, 0, 0, 722, 1842 -po/lv.gmo, 619, 1553, 1544, 0, 0, 0, 0, 619, 1553 -po/sq.po, 529, 1306, 1467, 0, 0, 244, 685, 773, 1991 -po/tr.po, 693, 1762, 1853, 0, 0, 80, 229, 773, 1991 -po/sl.gmo, 641, 1613, 2037, 0, 0, 0, 0, 641, 1613 -po/mr.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/zh_CN.po, 722, 1842, 1574, 0, 0, 51, 149, 773, 1991 -po/de.po, 773, 1991, 957, 0, 0, 0, 0, 773, 1991 -po/be.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/it.po, 773, 1991, 2116, 0, 0, 0, 0, 773, 1991 -po/bn_IN.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/te.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/vi.po, 546, 1351, 2022, 0, 0, 227, 640, 773, 1991 -po/cs.po, 722, 1842, 2014, 0, 0, 51, 149, 773, 1991 -po/ky.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/pa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sq.gmo, 529, 1306, 1467, 0, 0, 0, 0, 529, 1306 -po/ka.po, 199, 503, 512, 0, 0, 574, 1488, 773, 1991 -po/gl.gmo, 638, 1605, 2171, 0, 0, 0, 0, 638, 1605 -po/ast.po, 201, 491, 629, 0, 0, 572, 1500, 773, 1991 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/id.gmo, 722, 1842, 1934, 0, 0, 0, 0, 722, 1842 -po/hu.gmo, 722, 1842, 1495, 0, 0, 0, 0, 722, 1842 -po/kk.po, 722, 1842, 1908, 0, 0, 51, 149, 773, 1991 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 773, 1991, 2077, 0, 0, 0, 0, 773, 1991 -po/eo.po, 417, 954, 658, 0, 0, 356, 1037, 773, 1991 -po/af.gmo, 640, 1603, 913, 0, 0, 0, 0, 640, 1603 -po/hr.po, 773, 1991, 2136, 0, 0, 0, 0, 773, 1991 -po/cy.po, 145, 344, 357, 0, 0, 628, 1647, 773, 1991 -po/fi.gmo, 773, 1991, 1258, 0, 0, 0, 0, 773, 1991 -po/bg.po, 605, 1519, 2223, 0, 0, 168, 472, 773, 1991 -po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.po, 257, 616, 616, 0, 0, 516, 1375, 773, 1991 -po/ga.gmo, 719, 1834, 1866, 0, 0, 0, 0, 719, 1834 -po/hi.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/en_GB.gmo, 709, 1806, 1806, 0, 0, 0, 0, 709, 1806 -po/oc.po, 661, 1664, 1838, 0, 0, 112, 327, 773, 1991 -po/lt.gmo, 577, 1440, 1554, 0, 0, 0, 0, 577, 1440 -po/da.gmo, 773, 1991, 1115, 0, 0, 0, 0, 773, 1991 -po/be@latin.gmo, 561, 1387, 1435, 0, 0, 0, 0, 561, 1387 -po/vi.gmo, 546, 1351, 2022, 0, 0, 0, 0, 546, 1351 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.po, 693, 1762, 1895, 0, 0, 80, 229, 773, 1991 -po/az.po, 132, 318, 354, 0, 0, 641, 1673, 773, 1991 -po/pt.po, 659, 1660, 1915, 0, 0, 114, 331, 773, 1991 -po/ko.po, 773, 1991, 2077, 0, 0, 0, 0, 773, 1991 -po/ro.po, 579, 1445, 1562, 0, 0, 194, 546, 773, 1991 -po/ia.gmo, 659, 1660, 1950, 0, 0, 0, 0, 659, 1660 -po/pl.po, 773, 1991, 2215, 0, 0, 0, 0, 773, 1991 -po/nb.gmo, 505, 1242, 768, 0, 0, 0, 0, 505, 1242 -po/bg.gmo, 605, 1519, 2223, 0, 0, 0, 0, 605, 1519 -po/th.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/ga.po, 719, 1834, 1866, 0, 0, 54, 157, 773, 1991 -po/be@latin.po, 561, 1387, 1435, 0, 0, 0, 0, 561, 1387 -po/ta.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/zh_TW.po, 719, 1834, 1612, 0, 0, 54, 157, 773, 1991 -po/lv.po, 619, 1553, 1544, 0, 0, 154, 438, 773, 1991 -po/ca.gmo, 773, 1991, 2532, 0, 0, 0, 0, 773, 1991 -po/sk.po, 718, 1831, 1942, 0, 0, 55, 160, 773, 1991 -po/or.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/eu.po, 773, 1991, 1968, 0, 0, 0, 0, 773, 1991 -po/ar.po, 578, 1443, 1500, 0, 0, 195, 548, 773, 1991 -po/ky.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fur.po, 722, 1842, 2069, 0, 0, 51, 149, 773, 1991 -po/sk.gmo, 718, 1831, 1942, 0, 0, 0, 0, 718, 1831 -po/lt.po, 577, 1440, 1554, 0, 0, 196, 551, 773, 1991 -po/fi.po, 773, 1991, 1258, 0, 0, 0, 0, 773, 1991 -po/fo.po, 567, 1409, 1302, 0, 0, 206, 582, 773, 1991 -po/hr.gmo, 773, 1991, 2136, 0, 0, 0, 0, 773, 1991 -po/ca.po, 773, 1991, 2532, 0, 0, 0, 0, 773, 1991 -po/sr.gmo, 693, 1762, 1895, 0, 0, 0, 0, 693, 1762 -po/eu.gmo, 773, 1991, 1968, 0, 0, 0, 0, 773, 1991 -po/en_GB.po, 709, 1806, 1806, 0, 0, 64, 185, 773, 1991 -po/ka.gmo, 199, 503, 512, 0, 0, 0, 0, 199, 503 -po/fa.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/pl.gmo, 773, 1991, 2215, 0, 0, 0, 0, 773, 1991 -po/fr.gmo, 773, 1991, 2196, 0, 0, 0, 0, 773, 1991 -po/ca@valencia.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/ru.gmo, 722, 1842, 1912, 0, 0, 0, 0, 722, 1842 -po/it.gmo, 773, 1991, 2116, 0, 0, 0, 0, 773, 1991 -po/id.po, 722, 1842, 1934, 0, 0, 51, 149, 773, 1991 -po/kn.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/az.gmo, 132, 318, 354, 0, 0, 0, 0, 132, 318 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ml.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/tr.gmo, 693, 1762, 1853, 0, 0, 0, 0, 693, 1762 -po/nl.gmo, 605, 1519, 945, 0, 0, 0, 0, 605, 1519 -po/wa.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fur.gmo, 722, 1842, 2069, 0, 0, 0, 0, 722, 1842 -po/sr@latin.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/el.po, 656, 1653, 1810, 0, 0, 117, 338, 773, 1991 -po/eo.gmo, 417, 954, 658, 0, 0, 0, 0, 417, 954 -po/zh_HK.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/uk.gmo, 773, 1991, 2139, 0, 0, 0, 0, 773, 1991 -po/de.gmo, 773, 1991, 957, 0, 0, 0, 0, 773, 1991 -po/sv.po, 749, 1911, 1044, 0, 0, 24, 80, 773, 1991 -po/uk.po, 773, 1991, 2139, 0, 0, 0, 0, 773, 1991 -po/et.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.po, 505, 1242, 768, 0, 0, 268, 749, 773, 1991 -po/el.gmo, 656, 1653, 1810, 0, 0, 0, 0, 656, 1653 -po/zh_TW.gmo, 719, 1834, 1612, 0, 0, 0, 0, 719, 1834 -po/sv.gmo, 749, 1911, 1044, 0, 0, 0, 0, 749, 1911 -po/gu.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.po, 722, 1842, 2529, 0, 0, 51, 149, 773, 1991 -po/be.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fo.gmo, 567, 1409, 1302, 0, 0, 0, 0, 567, 1409 -po/pt_BR.gmo, 764, 1956, 2421, 0, 0, 0, 0, 764, 1956 -po/nn.gmo, 529, 1306, 812, 0, 0, 0, 0, 529, 1306 -po/ar.gmo, 578, 1443, 1500, 0, 0, 0, 0, 578, 1443 -po/rw.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/as.po, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/gl.po, 638, 1605, 2171, 0, 0, 135, 386, 773, 1991 -po/nn.po, 529, 1306, 812, 0, 0, 244, 685, 773, 1991 -po/ia.po, 659, 1660, 1950, 0, 0, 114, 331, 773, 1991 -po/pt.gmo, 659, 1660, 1915, 0, 0, 0, 0, 659, 1660 -po/fr.po, 773, 1991, 2196, 0, 0, 0, 0, 773, 1991 -po/hu.po, 722, 1842, 1495, 0, 0, 51, 149, 773, 1991 -po/sl.po, 641, 1613, 2037, 0, 0, 132, 378, 773, 1991 -po/shared-mime-info.pot, 0, 0, 0, 0, 0, 773, 1991, 773, 1991 -po/oc.gmo, 661, 1664, 1838, 0, 0, 0, 0, 661, 1664 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.po, 722, 1842, 1912, 0, 0, 51, 149, 773, 1991 diff --git a/results/f31/simple-scan-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/simple-scan-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 882acaa..0000000 --- a/results/f31/simple-scan-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,37 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scanning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scanner.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/save.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/rotate.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/reorder.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/quality.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/print.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/scan_toolbar.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/preferences.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/icon.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/external.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/email.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/dpi.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/delete.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/crop.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/brightness-contrast.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/adf.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/simple-scan-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/simple-scan-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 604d918..0000000 --- a/results/f31/simple-scan-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,110 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 19, 50, 25, 0, 0, 93, 1306, 112, 1356 -help/uk/uk.po, 24, 128, 145, 0, 0, 88, 1228, 112, 1356 -help/sv/sv.po, 111, 1330, 1173, 0, 0, 0, 0, 111, 1330 -help/sr/sr.po, 0, 0, 0, 0, 0, 112, 1356, 112, 1356 -help/sl/sl.po, 12, 42, 40, 0, 0, 100, 1314, 112, 1356 -help/sk/sk.po, 67, 335, 308, 0, 0, 45, 1021, 112, 1356 -help/ru/ru.po, 24, 128, 115, 0, 0, 88, 1228, 112, 1356 -help/ro/ro.po, 111, 1353, 1327, 0, 0, 0, 0, 111, 1353 -help/pt_BR/pt_BR.po, 111, 1330, 1430, 0, 0, 0, 0, 111, 1330 -help/pl/pl.po, 111, 1330, 1064, 0, 0, 0, 0, 111, 1330 -help/nl/nl.po, 1, 1, 5, 0, 0, 111, 1355, 112, 1356 -help/nb/nb.po, 1, 1, 6, 0, 0, 111, 1355, 112, 1356 -help/ku/ku.po, 13, 19, 24, 0, 0, 99, 1337, 112, 1356 -help/ja/ja.po, 13, 45, 25, 0, 0, 99, 1311, 112, 1356 -help/it/it.po, 28, 83, 106, 0, 0, 84, 1273, 112, 1356 -help/ia/ia.po, 33, 81, 95, 0, 0, 79, 1275, 112, 1356 -help/hu/hu.po, 111, 1330, 1109, 0, 0, 0, 0, 111, 1330 -help/hr/hr.po, 27, 246, 204, 0, 0, 85, 1110, 112, 1356 -help/gl/gl.po, 111, 1353, 1309, 0, 0, 0, 0, 111, 1353 -help/fr/fr.po, 111, 1353, 1527, 0, 0, 0, 0, 111, 1353 -help/fi/fi.po, 14, 39, 36, 0, 0, 98, 1317, 112, 1356 -help/eu/eu.po, 24, 128, 108, 0, 0, 88, 1228, 112, 1356 -help/es/es.po, 111, 1353, 1502, 0, 0, 0, 0, 111, 1353 -help/en_GB/en_GB.po, 24, 128, 134, 0, 0, 88, 1228, 112, 1356 -help/el/el.po, 42, 122, 132, 0, 0, 69, 1208, 111, 1330 -help/de/de.po, 111, 1330, 1285, 0, 0, 0, 0, 111, 1330 -help/da/da.po, 111, 1353, 1238, 0, 0, 0, 0, 111, 1353 -help/cs/cs.po, 111, 1330, 1177, 0, 0, 0, 0, 111, 1330 -help/ca/ca.po, 111, 1353, 1447, 0, 0, 0, 0, 111, 1353 -help/bg/bg.po, 24, 128, 133, 0, 0, 88, 1228, 112, 1356 -help/ar/ar.po, 24, 128, 110, 0, 0, 88, 1228, 112, 1356 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 184, 839, 298, 0, 0, 0, 0, 184, 839 -po/zh_HK.po, 140, 568, 200, 0, 0, 5, 21, 145, 589 -po/zh_CN.po, 192, 847, 337, 0, 0, 0, 0, 192, 847 -po/vi.po, 95, 366, 505, 0, 0, 50, 223, 145, 589 -po/uz.po, 38, 69, 77, 0, 0, 107, 520, 145, 589 -po/ur.po, 11, 11, 26, 0, 0, 134, 578, 145, 589 -po/uk.po, 184, 839, 852, 0, 0, 0, 0, 184, 839 -po/ug.po, 126, 435, 414, 0, 0, 19, 154, 145, 589 -po/tr.po, 182, 836, 775, 0, 0, 0, 0, 182, 836 -po/th.po, 138, 509, 316, 0, 0, 7, 80, 145, 589 -po/te.po, 89, 349, 301, 0, 0, 56, 240, 145, 589 -po/ta.po, 18, 31, 48, 0, 0, 127, 558, 145, 589 -po/sv.po, 182, 836, 822, 0, 0, 0, 0, 182, 836 -po/sr@latin.po, 192, 847, 831, 0, 0, 0, 0, 192, 847 -po/sr.po, 182, 836, 820, 0, 0, 0, 0, 182, 836 -po/sq.po, 136, 506, 616, 0, 0, 9, 83, 145, 589 -po/sl.po, 182, 836, 876, 0, 0, 0, 0, 182, 836 -po/sk.po, 182, 836, 843, 0, 0, 0, 0, 182, 836 -po/shn.po, 4, 4, 8, 0, 0, 141, 585, 145, 589 -po/se.po, 22, 29, 33, 0, 0, 123, 560, 145, 589 -po/sd.po, 60, 121, 135, 0, 0, 85, 468, 145, 589 -po/ru.po, 184, 839, 769, 0, 0, 0, 0, 184, 839 -po/ro.po, 182, 836, 944, 0, 0, 0, 0, 182, 836 -po/pt_BR.po, 182, 836, 1072, 0, 0, 0, 0, 182, 836 -po/pt.po, 140, 568, 695, 0, 0, 5, 21, 145, 589 -po/pl.po, 182, 836, 830, 0, 0, 0, 0, 182, 836 -po/pa.po, 191, 799, 931, 0, 0, 1, 48, 192, 847 -po/oc.po, 192, 847, 990, 0, 0, 0, 0, 192, 847 -po/nl.po, 182, 836, 953, 0, 0, 0, 0, 182, 836 -po/ne.po, 119, 359, 350, 52, 327, 21, 161, 192, 847 -po/nb.po, 192, 847, 832, 0, 0, 0, 0, 192, 847 -po/my.po, 91, 362, 307, 0, 0, 54, 227, 145, 589 -po/ms.po, 140, 568, 559, 0, 0, 5, 21, 145, 589 -po/ml.po, 190, 844, 720, 2, 3, 0, 0, 192, 847 -po/mjw.po, 98, 262, 256, 0, 0, 84, 574, 182, 836 -po/mhr.po, 29, 34, 41, 0, 0, 116, 555, 145, 589 -po/lv.po, 182, 836, 741, 0, 0, 0, 0, 182, 836 -po/lt.po, 182, 836, 740, 0, 0, 0, 0, 182, 836 -po/ky.po, 20, 36, 38, 0, 0, 125, 553, 145, 589 -po/ku.po, 49, 69, 85, 0, 0, 96, 520, 145, 589 -po/ko.po, 182, 836, 748, 0, 0, 0, 0, 182, 836 -po/km.po, 121, 406, 214, 0, 0, 24, 183, 145, 589 -po/kk.po, 93, 218, 227, 0, 0, 91, 621, 184, 839 -po/ja.po, 182, 836, 368, 0, 0, 0, 0, 182, 836 -po/it.po, 182, 836, 885, 0, 0, 0, 0, 182, 836 -po/is.po, 183, 838, 888, 0, 0, 0, 0, 183, 838 -po/id.po, 182, 836, 848, 0, 0, 0, 0, 182, 836 -po/hy.po, 5, 5, 10, 0, 0, 140, 584, 145, 589 -po/hu.po, 182, 836, 762, 0, 0, 0, 0, 182, 836 -po/hr.po, 182, 836, 758, 0, 0, 0, 0, 182, 836 -po/he.po, 140, 568, 567, 0, 0, 5, 21, 145, 589 -po/gl.po, 182, 836, 945, 0, 0, 0, 0, 182, 836 -po/gd.po, 192, 847, 1120, 0, 0, 0, 0, 192, 847 -po/fur.po, 182, 836, 948, 0, 0, 0, 0, 182, 836 -po/fr.po, 182, 836, 1119, 0, 0, 0, 0, 182, 836 -po/fi.po, 182, 836, 658, 0, 0, 0, 0, 182, 836 -po/fa.po, 182, 836, 916, 0, 0, 0, 0, 182, 836 -po/eu.po, 182, 836, 702, 0, 0, 0, 0, 182, 836 -po/et.po, 89, 349, 323, 0, 0, 56, 240, 145, 589 -po/es.po, 182, 836, 1031, 0, 0, 0, 0, 182, 836 -po/eo.po, 184, 838, 814, 0, 0, 0, 0, 184, 838 -po/en_GB.po, 182, 836, 881, 0, 0, 0, 0, 182, 836 -po/el.po, 182, 836, 971, 0, 0, 0, 0, 182, 836 -po/de.po, 182, 836, 978, 0, 0, 0, 0, 182, 836 -po/da.po, 182, 836, 844, 0, 0, 0, 0, 182, 836 -po/cs.po, 182, 836, 840, 0, 0, 0, 0, 182, 836 -po/ce.po, 0, 0, 0, 0, 0, 145, 589, 145, 589 -po/ca@valencia.po, 192, 847, 972, 0, 0, 0, 0, 192, 847 -po/ca.po, 182, 836, 961, 0, 0, 0, 0, 182, 836 -po/bo.po, 87, 325, 208, 0, 0, 58, 264, 145, 589 -po/bg.po, 106, 383, 455, 0, 0, 39, 206, 145, 589 -po/be.po, 192, 847, 780, 0, 0, 0, 0, 192, 847 -po/az.po, 15, 23, 30, 0, 0, 130, 566, 145, 589 -po/ast.po, 120, 404, 471, 0, 0, 25, 185, 145, 589 -po/ar.po, 184, 786, 745, 2, 17, 6, 44, 192, 847 -po/am.po, 138, 509, 512, 0, 0, 7, 80, 145, 589 -po/af.po, 183, 837, 887, 0, 0, 0, 0, 183, 837 diff --git a/results/f31/sos-3.8-1.fc31.src.rpm.errors.txt b/results/f31/sos-3.8-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f31/sos-3.8-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/sos-3.8-1.fc31.src.rpm.stats.csv b/results/f31/sos-3.8-1.fc31.src.rpm.stats.csv deleted file mode 100644 index ef35ad6..0000000 --- a/results/f31/sos-3.8-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,80 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/zh_TW.po, 11, 54, 14, 7, 33, 12, 35, 30, 122 -po/zh_CN.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -po/vi.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ur.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/uk.po, 11, 54, 42, 7, 33, 12, 35, 30, 122 -po/tr.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -po/th.po, 11, 54, 21, 6, 29, 13, 39, 30, 122 -po/te.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -po/ta.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -po/sv.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -po/sr@latin.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -po/sr.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -po/sq.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/sos.pot, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/sl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/sk.po, 11, 54, 56, 7, 33, 12, 35, 30, 122 -po/si.po, 11, 54, 58, 6, 29, 13, 39, 30, 122 -po/ru.po, 11, 54, 45, 7, 33, 12, 35, 30, 122 -po/ro.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/pt_BR.po, 11, 54, 60, 7, 33, 12, 35, 30, 122 -po/pt.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -po/pl.po, 30, 122, 109, 0, 0, 0, 0, 30, 122 -po/pa.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -po/or.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -po/nso.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/nn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/nl.po, 11, 54, 63, 7, 33, 12, 35, 30, 122 -po/nds.po, 4, 13, 12, 2, 7, 24, 102, 30, 122 -po/nb.po, 5, 21, 24, 2, 7, 23, 94, 30, 122 -po/my.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ms.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/mr.po, 11, 54, 58, 7, 33, 12, 35, 30, 122 -po/ml.po, 11, 54, 48, 7, 33, 12, 35, 30, 122 -po/mk.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/lv.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/lt.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/lo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ku.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ko.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -po/kn.po, 11, 54, 47, 7, 33, 12, 35, 30, 122 -po/ka.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ja.po, 11, 54, 19, 7, 33, 12, 35, 30, 122 -po/it.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -po/is.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ilo.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/id.po, 8, 41, 44, 4, 19, 18, 62, 30, 122 -po/hy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/hu.po, 11, 54, 46, 7, 33, 12, 35, 30, 122 -po/hr.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/hi.po, 11, 54, 66, 7, 33, 12, 35, 30, 122 -po/he.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/gu.po, 11, 54, 68, 7, 33, 12, 35, 30, 122 -po/gl.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/fr.po, 11, 54, 64, 7, 33, 12, 35, 30, 122 -po/fi.po, 11, 54, 54, 7, 33, 12, 35, 30, 122 -po/fa.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/eu.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/et.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/es.po, 30, 122, 159, 0, 0, 0, 0, 30, 122 -po/en_GB.po, 11, 54, 54, 6, 29, 13, 39, 30, 122 -po/en.po, 11, 54, 54, 8, 38, 14, 45, 33, 137 -po/el.po, 11, 54, 67, 7, 33, 12, 35, 30, 122 -po/de_CH.po, 11, 54, 55, 6, 29, 13, 39, 30, 122 -po/de.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -po/da.po, 11, 54, 57, 7, 33, 12, 35, 30, 122 -po/cy.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/cs.po, 11, 54, 50, 7, 33, 12, 35, 30, 122 -po/ca.po, 11, 54, 61, 7, 33, 12, 35, 30, 122 -po/bs.po, 11, 54, 53, 7, 33, 12, 35, 30, 122 -po/bn_IN.po, 11, 54, 65, 7, 33, 12, 35, 30, 122 -po/bn.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/bg.po, 11, 54, 51, 7, 33, 12, 35, 30, 122 -po/be.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/ast.po, 11, 54, 60, 6, 29, 13, 39, 30, 122 -po/as.po, 11, 54, 64, 6, 29, 13, 39, 30, 122 -po/ar.po, 11, 54, 55, 7, 33, 12, 35, 30, 122 -po/am.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 -po/af.po, 0, 0, 0, 0, 0, 30, 122, 30, 122 diff --git a/results/f31/speech-dispatcher-0.9.1-2.fc31.src.rpm.errors.txt b/results/f31/speech-dispatcher-0.9.1-2.fc31.src.rpm.errors.txt deleted file mode 100644 index ea6106a..0000000 --- a/results/f31/speech-dispatcher-0.9.1-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,8 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/README) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv b/results/f31/speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 1b84fe4..0000000 --- a/results/f31/speech-dispatcher-0.9.1-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,7 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 47, 285, 279, 5, 24, 109, 1106, 161, 1415 -po/de.po, 155, 1370, 1349, 2, 25, 4, 20, 161, 1415 -po/hu.po, 47, 285, 287, 5, 24, 109, 1106, 161, 1415 -po/cs.gmo, 47, 285, 279, 0, 0, 0, 0, 47, 285 -po/de.gmo, 155, 1370, 1349, 0, 0, 0, 0, 155, 1370 -po/hu.gmo, 47, 285, 287, 0, 0, 0, 0, 47, 285 diff --git a/results/f31/spice-gtk-0.37-4.fc31.src.rpm.errors.txt b/results/f31/spice-gtk-0.37-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 196ce8d..0000000 --- a/results/f31/spice-gtk-0.37-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,14 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/spice-gtk-0.37-4.fc31.src.rpm.stats.csv b/results/f31/spice-gtk-0.37-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 9b242ed..0000000 --- a/results/f31/spice-gtk-0.37-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,10 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/spice-gtk.pot, 0, 0, 0, 0, 0, 70, 336, 70, 336 -po/cs.gmo, 70, 336, 345, 0, 0, 0, 0, 70, 336 -po/cs.po, 70, 336, 345, 0, 0, 0, 0, 70, 336 -po/fr.po, 5, 2, 5, 12, 32, 53, 302, 70, 336 -po/fr.gmo, 5, 2, 5, 0, 0, 0, 0, 5, 2 -po/it.gmo, 57, 248, 261, 0, 0, 0, 0, 57, 248 -po/de.gmo, 59, 265, 217, 0, 0, 0, 0, 59, 265 -po/it.po, 57, 248, 261, 7, 29, 6, 59, 70, 336 -po/de.po, 59, 265, 217, 7, 29, 4, 42, 70, 336 diff --git a/results/f31/sushi-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/sushi-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 76cb771..0000000 --- a/results/f31/sushi-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/sushi-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/sushi-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 570afd3..0000000 --- a/results/f31/sushi-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -po/zh_HK.po, 11, 24, 13, 0, 0, 0, 0, 11, 24 -po/zh_CN.po, 11, 24, 17, 0, 0, 0, 0, 11, 24 -po/vi.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -po/uz@cyrillic.po, 11, 24, 21, 0, 0, 0, 0, 11, 24 -po/uk.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -po/ug.po, 11, 24, 19, 0, 0, 0, 0, 11, 24 -po/tr.po, 13, 33, 25, 0, 0, 0, 0, 13, 33 -po/th.po, 11, 24, 14, 0, 0, 0, 0, 11, 24 -po/tg.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/te.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/ta.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/sv.po, 13, 33, 34, 0, 0, 0, 0, 13, 33 -po/sr@latin.po, 11, 24, 29, 0, 0, 0, 0, 11, 24 -po/sr.po, 13, 33, 35, 0, 0, 0, 0, 13, 33 -po/sl.po, 13, 33, 36, 0, 0, 0, 0, 13, 33 -po/sk.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ru.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/ro.po, 13, 33, 39, 0, 0, 0, 0, 13, 33 -po/pt_BR.po, 13, 33, 34, 0, 0, 0, 0, 13, 33 -po/pt.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 -po/pl.po, 13, 33, 33, 0, 0, 0, 0, 13, 33 -po/pa.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/or.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -po/oc.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/nl.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ne.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/nb.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/mr.po, 11, 24, 25, 0, 0, 0, 0, 11, 24 -po/ml.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/mjw.po, 5, 13, 14, 0, 0, 6, 9, 11, 22 -po/lv.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -po/lt.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -po/ko.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -po/kn.po, 11, 24, 23, 0, 0, 0, 0, 11, 24 -po/kk.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/ja.po, 11, 24, 15, 0, 0, 0, 0, 11, 24 -po/it.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -po/is.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/id.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -po/hu.po, 13, 33, 29, 0, 0, 0, 0, 13, 33 -po/hr.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -po/hi.po, 11, 24, 30, 0, 0, 0, 0, 11, 24 -po/he.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/gu.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/gl.po, 13, 33, 36, 0, 0, 0, 0, 13, 33 -po/gd.po, 9, 15, 21, 0, 0, 0, 0, 9, 15 -po/fur.po, 13, 33, 32, 0, 0, 0, 0, 13, 33 -po/fr.po, 13, 33, 32, 0, 0, 0, 0, 13, 33 -po/fi.po, 13, 33, 27, 0, 0, 0, 0, 13, 33 -po/fa.po, 13, 33, 31, 0, 0, 0, 0, 13, 33 -po/eu.po, 13, 33, 29, 0, 0, 0, 0, 13, 33 -po/et.po, 11, 24, 22, 0, 0, 0, 0, 11, 24 -po/es.po, 13, 33, 34, 0, 0, 0, 0, 13, 33 -po/eo.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/en_GB.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/el.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -po/de.po, 13, 33, 30, 0, 0, 0, 0, 13, 33 -po/da.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/cs.po, 13, 33, 32, 0, 0, 0, 0, 13, 33 -po/ca@valencia.po, 9, 15, 17, 0, 0, 0, 0, 9, 15 -po/ca.po, 13, 33, 35, 0, 0, 0, 0, 13, 33 -po/bs.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/bn_IN.po, 11, 24, 24, 0, 0, 0, 0, 11, 24 -po/bg.po, 11, 24, 27, 0, 0, 0, 0, 11, 24 -po/be.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ast.po, 9, 15, 15, 0, 0, 0, 0, 9, 15 -po/as.po, 11, 24, 26, 0, 0, 0, 0, 11, 24 -po/ar.po, 9, 15, 22, 0, 0, 0, 0, 9, 15 -po/an.po, 11, 24, 28, 0, 0, 0, 0, 11, 24 -po/af.po, 9, 15, 16, 0, 0, 0, 0, 9, 15 diff --git a/results/f31/system-config-printer-1.5.12-1.fc31.src.rpm.errors.txt b/results/f31/system-config-printer-1.5.12-1.fc31.src.rpm.errors.txt deleted file mode 100644 index e47c17a..0000000 --- a/results/f31/system-config-printer-1.5.12-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv b/results/f31/system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 03ff10e..0000000 --- a/results/f31/system-config-printer-1.5.12-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,62 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 888, 3435, 3358, 4, 8, 7, 7, 899, 3450 -po/bn.po, 724, 3023, 3367, 6, 9, 169, 418, 899, 3450 -po/pa.po, 729, 3043, 3301, 6, 9, 164, 398, 899, 3450 -po/cs.po, 752, 3147, 2850, 2, 4, 145, 299, 899, 3450 -po/lv.po, 727, 3039, 2675, 6, 9, 166, 402, 899, 3450 -po/hi.po, 727, 3039, 3517, 6, 9, 166, 402, 899, 3450 -po/pl.po, 888, 3435, 3327, 4, 8, 7, 7, 899, 3450 -po/et.po, 729, 3043, 2498, 6, 9, 164, 398, 899, 3450 -po/ru.po, 744, 3137, 2857, 2, 4, 153, 309, 899, 3450 -po/sk.po, 846, 3328, 3146, 15, 48, 38, 74, 899, 3450 -po/bs.po, 122, 515, 469, 2, 3, 775, 2932, 899, 3450 -po/fi.po, 752, 3147, 2439, 2, 4, 145, 299, 899, 3450 -po/uk.po, 888, 3435, 3177, 4, 8, 7, 7, 899, 3450 -po/sv.po, 752, 3147, 2874, 2, 4, 145, 299, 899, 3450 -po/gu.po, 730, 3046, 3366, 7, 11, 162, 393, 899, 3450 -po/mr.po, 727, 3039, 3030, 10, 18, 162, 393, 899, 3450 -po/pt.po, 744, 3137, 3526, 2, 4, 153, 309, 899, 3450 -po/es.po, 752, 3147, 3627, 2, 4, 145, 299, 899, 3450 -po/cy.po, 12, 12, 12, 0, 0, 887, 3438, 899, 3450 -po/he.po, 606, 2135, 2066, 1, 2, 292, 1313, 899, 3450 -po/ro.po, 582, 2345, 2563, 6, 10, 311, 1095, 899, 3450 -po/de.po, 830, 3277, 3118, 0, 0, 69, 173, 899, 3450 -po/el.po, 743, 3136, 3396, 3, 5, 153, 309, 899, 3450 -po/th.po, 557, 2262, 906, 4, 6, 338, 1182, 899, 3450 -po/ta.po, 727, 3039, 2646, 6, 9, 166, 402, 899, 3450 -po/vi.po, 302, 1175, 1711, 7, 13, 590, 2262, 899, 3450 -po/or.po, 730, 3046, 3219, 6, 9, 163, 395, 899, 3450 -po/pt_BR.po, 752, 3147, 3625, 2, 4, 145, 299, 899, 3450 -po/as.po, 730, 3046, 3181, 6, 9, 163, 395, 899, 3450 -po/nn.po, 752, 3147, 2877, 2, 4, 145, 299, 899, 3450 -po/sl.po, 727, 3039, 3027, 6, 9, 166, 402, 899, 3450 -po/ar.po, 733, 3049, 2944, 5, 8, 161, 393, 899, 3450 -po/ko.po, 727, 3039, 2696, 6, 9, 166, 402, 899, 3450 -po/ja.po, 729, 3043, 1215, 6, 9, 164, 398, 899, 3450 -po/nds.po, 99, 135, 133, 2, 2, 798, 3313, 899, 3450 -po/tr.po, 721, 2534, 2363, 66, 161, 112, 755, 899, 3450 -po/zh_CN.po, 752, 3147, 1071, 2, 4, 145, 299, 899, 3450 -po/bg.po, 730, 3046, 3238, 6, 9, 163, 395, 899, 3450 -po/it.po, 734, 3049, 3373, 10, 82, 155, 319, 899, 3450 -po/sr.po, 744, 3137, 3101, 2, 4, 153, 309, 899, 3450 -po/fa.po, 310, 707, 814, 3, 3, 586, 2740, 899, 3450 -po/ca.po, 752, 3147, 3780, 2, 4, 145, 299, 899, 3450 -po/sr@latin.po, 685, 2739, 2705, 65, 159, 149, 552, 899, 3450 -po/ms.po, 65, 92, 91, 1, 1, 833, 3357, 899, 3450 -po/si.po, 17, 21, 24, 4, 9, 878, 3420, 899, 3450 -po/br.po, 667, 2662, 3310, 4, 6, 228, 782, 899, 3450 -po/lt.po, 616, 2463, 2233, 1, 2, 282, 985, 899, 3450 -po/nb.po, 705, 2499, 2441, 6, 9, 188, 942, 899, 3450 -po/fr.po, 888, 3435, 4080, 4, 8, 7, 7, 899, 3450 -po/is.po, 146, 429, 408, 3, 7, 750, 3014, 899, 3450 -po/da.po, 899, 3450, 3152, 0, 0, 0, 0, 899, 3450 -po/hr.po, 212, 782, 737, 2, 3, 685, 2665, 899, 3450 -po/bn_IN.po, 727, 3039, 3388, 6, 9, 166, 402, 899, 3450 -po/kn.po, 729, 3043, 2758, 6, 9, 164, 398, 899, 3450 -po/mai.po, 48, 110, 119, 1, 1, 850, 3339, 899, 3450 -po/te.po, 730, 3046, 2621, 6, 9, 163, 395, 899, 3450 -po/en_GB.po, 729, 3043, 3046, 6, 9, 164, 398, 899, 3450 -po/ml.po, 730, 3046, 2604, 6, 9, 163, 395, 899, 3450 -po/zh_TW.po, 752, 3147, 1117, 2, 4, 145, 299, 899, 3450 -po/id.po, 752, 3147, 3015, 2, 4, 145, 299, 899, 3450 -po/hu.po, 752, 3147, 2855, 2, 4, 145, 299, 899, 3450 diff --git a/results/f31/systemd-243-4.gitef67743.fc31.src.rpm.errors.txt b/results/f31/systemd-243-4.gitef67743.fc31.src.rpm.errors.txt deleted file mode 100644 index 1559c38..0000000 --- a/results/f31/systemd-243-4.gitef67743.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,7 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/polkit.loc) -translate.tools.pocount: ERROR: Unknown filetype (./po/its/polkit.its) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/systemd-243-4.gitef67743.fc31.src.rpm.stats.csv b/results/f31/systemd-243-4.gitef67743.fc31.src.rpm.stats.csv deleted file mode 100644 index c2f0033..0000000 --- a/results/f31/systemd-243-4.gitef67743.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,30 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 139, 1203, 197, 0, 0, 0, 0, 139, 1203 -po/zh_CN.po, 112, 950, 135, 1, 18, 0, 0, 113, 968 -po/uk.po, 162, 1332, 1100, 0, 0, 0, 0, 162, 1332 -po/tr.po, 133, 1131, 1022, 0, 0, 0, 0, 133, 1131 -po/sv.po, 121, 1041, 1020, 0, 0, 0, 0, 121, 1041 -po/sr.po, 127, 1090, 1250, 0, 0, 0, 0, 127, 1090 -po/sk.po, 46, 371, 353, 0, 0, 69, 614, 115, 985 -po/ru.po, 133, 1124, 1144, 0, 0, 0, 0, 133, 1124 -po/ro.po, 115, 985, 1054, 0, 0, 0, 0, 115, 985 -po/pt_BR.po, 164, 1344, 1435, 0, 0, 0, 0, 164, 1344 -po/pl.po, 164, 1344, 1192, 0, 0, 0, 0, 164, 1344 -po/lt.po, 139, 1203, 1061, 0, 0, 0, 0, 139, 1203 -po/ko.po, 113, 968, 792, 0, 0, 0, 0, 113, 968 -po/ja.po, 164, 1344, 174, 0, 0, 0, 0, 164, 1344 -po/it.po, 139, 1203, 1215, 0, 0, 0, 0, 139, 1203 -po/id.po, 125, 1065, 953, 0, 0, 0, 0, 125, 1065 -po/hu.po, 115, 985, 786, 0, 0, 0, 0, 115, 985 -po/hr.po, 113, 968, 851, 0, 0, 0, 0, 113, 968 -po/gl.po, 113, 968, 1032, 0, 0, 0, 0, 113, 968 -po/fr.po, 137, 1185, 1297, 0, 0, 0, 0, 137, 1185 -po/es.po, 113, 968, 1123, 0, 0, 0, 0, 113, 968 -po/el.po, 68, 603, 650, 30, 272, 15, 93, 113, 968 -po/de.po, 113, 968, 972, 0, 0, 0, 0, 113, 968 -po/da.po, 113, 968, 990, 0, 0, 0, 0, 113, 968 -po/cs.po, 164, 1344, 1207, 0, 0, 0, 0, 164, 1344 -po/ca.po, 125, 1065, 1285, 0, 0, 0, 0, 125, 1065 -po/bg.po, 115, 985, 1112, 0, 0, 0, 0, 115, 985 -po/be@latin.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 -po/be.po, 115, 985, 787, 0, 0, 0, 0, 115, 985 diff --git a/results/f31/tar-1.32-2.fc31.src.rpm.errors.txt b/results/f31/tar-1.32-2.fc31.src.rpm.errors.txt deleted file mode 100644 index a14c695..0000000 --- a/results/f31/tar-1.32-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,46 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xed in position 179: invalid continuation byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe1 in position 5: invalid continuation byte -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 19: invalid start byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/tar-1.32-2.fc31.src.rpm.stats.csv b/results/f31/tar-1.32-2.fc31.src.rpm.stats.csv deleted file mode 100644 index ffc06d5..0000000 --- a/results/f31/tar-1.32-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,44 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/da.po, 589, 3626, 3546, 1, 19, 3, 11, 593, 3656 -po/pt.po, 589, 3626, 4003, 1, 19, 3, 11, 593, 3656 -po/ja.po, 589, 3626, 1645, 1, 19, 3, 11, 593, 3656 -po/eu.gmo, 343, 1774, 1731, 0, 0, 0, 0, 343, 1774 -po/nl.po, 589, 3626, 3790, 1, 19, 3, 11, 593, 3656 -po/ga.po, 589, 3626, 4541, 1, 19, 3, 11, 593, 3656 -po/fr.po, 572, 3484, 4471, 12, 111, 9, 61, 593, 3656 -po/et.po, 572, 3484, 3053, 12, 111, 9, 61, 593, 3656 -po/pt_BR.po, 589, 3626, 4217, 1, 19, 3, 11, 593, 3656 -po/sl.po, 557, 3392, 3664, 18, 133, 18, 131, 593, 3656 -po/ca.po, 589, 3626, 4589, 1, 19, 3, 11, 593, 3656 -po/ko.po, 572, 3484, 3106, 12, 111, 9, 61, 593, 3656 -po/fi.po, 522, 3079, 2643, 32, 238, 39, 339, 593, 3656 -po/hu.po, 589, 3626, 3746, 1, 19, 3, 11, 593, 3656 -po/el.po, 116, 557, 676, 111, 792, 366, 2307, 593, 3656 -po/el.gmo, 116, 557, 676, 0, 0, 0, 0, 116, 557 -po/eu.po, 343, 1774, 1731, 94, 654, 156, 1228, 593, 3656 -po/uk.po, 589, 3626, 3822, 1, 19, 3, 11, 593, 3656 -po/cs.po, 589, 3626, 3716, 1, 19, 3, 11, 593, 3656 -po/ro.po, 248, 1279, 1387, 151, 1090, 194, 1287, 593, 3656 -po/sv.po, 589, 3626, 3555, 1, 19, 3, 11, 593, 3656 -po/ky.po, 412, 2400, 2275, 91, 650, 90, 606, 593, 3656 -po/de.po, 589, 3626, 3589, 1, 19, 3, 11, 593, 3656 -po/bg.po, 589, 3626, 4451, 1, 19, 3, 11, 593, 3656 -po/ru.po, 589, 3626, 3646, 1, 19, 3, 11, 593, 3656 -po/it.po, 589, 3626, 4169, 1, 19, 3, 11, 593, 3656 -po/ms.po, 112, 545, 547, 110, 742, 371, 2369, 593, 3656 -po/tar.pot, 0, 0, 0, 0, 0, 593, 3656, 593, 3656 -po/vi.po, 589, 3626, 5437, 1, 19, 3, 11, 593, 3656 -po/zh_TW.po, 589, 3626, 1365, 1, 19, 3, 11, 593, 3656 -po/ms.gmo, 112, 545, 547, 0, 0, 0, 0, 112, 545 -po/nb.po, 589, 3626, 3612, 1, 19, 3, 11, 593, 3656 -po/eo.po, 589, 3626, 3594, 1, 19, 3, 11, 593, 3656 -po/fi.gmo, 522, 3079, 2643, 0, 0, 0, 0, 522, 3079 -po/sk.po, 117, 567, 620, 111, 792, 365, 2297, 593, 3656 -po/id.po, 557, 3392, 3502, 18, 133, 18, 131, 593, 3656 -po/gl.po, 117, 567, 723, 122, 855, 354, 2234, 593, 3656 -po/pl.po, 589, 3626, 3802, 1, 19, 3, 11, 593, 3656 -po/sr.po, 572, 3484, 3633, 12, 111, 9, 61, 593, 3656 -po/hr.po, 589, 3626, 3840, 1, 19, 3, 11, 593, 3656 -po/es.po, 589, 3626, 4645, 1, 19, 3, 11, 593, 3656 -po/tr.po, 572, 3484, 3126, 12, 111, 9, 61, 593, 3656 -po/zh_CN.po, 589, 3626, 1334, 1, 19, 3, 11, 593, 3656 diff --git a/results/f31/texlive-base-20190410-2.fc31.src.rpm.errors.txt b/results/f31/texlive-base-20190410-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 4dfde48..0000000 --- a/results/f31/texlive-base-20190410-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process texk/web2c/cwebdir/po/de/cweb-: does not exist diff --git a/results/f31/texlive-base-20190410-2.fc31.src.rpm.stats.csv b/results/f31/texlive-base-20190410-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 367fcc4..0000000 --- a/results/f31/texlive-base-20190410-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,29 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texk/web2c/cwebdir/po/it/cweb.po, 128, 578, 829, 0, 0, 0, 0, 128, 578 -texk/web2c/cwebdir/po/cweb-tl.pot, 0, 0, 0, 0, 0, 6, 32, 6, 32 -texk/web2c/cwebdir/po/de/cweb.po, 128, 578, 711, 0, 0, 0, 0, 128, 578 -texk/web2c/cwebdir/po/de/cweb-tl.po, 6, 32, 32, 0, 0, 0, 0, 6, 32 -texk/web2c/cwebdir/po/de/web2c-help.po, 27, 201, 196, 0, 0, 0, 0, 27, 201 -texk/web2c/cwebdir/po/web2c-help.pot, 0, 0, 0, 0, 0, 27, 201, 27, 201 -texk/web2c/cwebdir/po/cweb.pot, 0, 0, 0, 0, 0, 128, 578, 128, 578 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texk/web2c/cwebdir/po/it/cweb.po, 128, 578, 829, 0, 0, 0, 0, 128, 578 -texk/web2c/cwebdir/po/cweb-tl.pot, 0, 0, 0, 0, 0, 6, 32, 6, 32 -texk/web2c/cwebdir/po/de/cweb.po, 128, 578, 711, 0, 0, 0, 0, 128, 578 -texk/web2c/cwebdir/po/de/cweb-tl.po, 6, 32, 32, 0, 0, 0, 0, 6, 32 -texk/web2c/cwebdir/po/de/web2c-help.po, 27, 201, 196, 0, 0, 0, 0, 27, 201 -texk/web2c/cwebdir/po/web2c-help.pot, 0, 0, 0, 0, 0, 27, 201, 27, 201 -texk/web2c/cwebdir/po/cweb.pot, 0, 0, 0, 0, 0, 128, 578, 128, 578 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texk/web2c/cwebdir/po/it/cweb.po, 128, 578, 829, 0, 0, 0, 0, 128, 578 -texk/web2c/cwebdir/po/cweb-tl.pot, 0, 0, 0, 0, 0, 6, 32, 6, 32 -texk/web2c/cwebdir/po/de/cweb.po, 128, 578, 711, 0, 0, 0, 0, 128, 578 -texk/web2c/cwebdir/po/de/cweb-tl.po, 6, 32, 32, 0, 0, 0, 0, 6, 32 -texk/web2c/cwebdir/po/de/web2c-help.po, 27, 201, 196, 0, 0, 0, 0, 27, 201 -texk/web2c/cwebdir/po/web2c-help.pot, 0, 0, 0, 0, 0, 27, 201, 27, 201 -texk/web2c/cwebdir/po/cweb.pot, 0, 0, 0, 0, 0, 128, 578, 128, 578 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -texmf-dist/doc/support/latex-git-log/po/de.po, 3, 3, 3, 0, 0, 0, 0, 3, 3 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -utils/asymptote/GUI/locale/th/LC_MESSAGES/base.po, 1, 1, 1, 0, 0, 0, 0, 1, 1 diff --git a/results/f31/tigervnc-1.9.0-7.fc31.src.rpm.errors.txt b/results/f31/tigervnc-1.9.0-7.fc31.src.rpm.errors.txt deleted file mode 100644 index 3a38dc0..0000000 --- a/results/f31/tigervnc-1.9.0-7.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f31/tigervnc-1.9.0-7.fc31.src.rpm.stats.csv b/results/f31/tigervnc-1.9.0-7.fc31.src.rpm.stats.csv deleted file mode 100644 index 55d638b..0000000 --- a/results/f31/tigervnc-1.9.0-7.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,26 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 141, 616, 269, 0, 0, 0, 0, 141, 616 -po/vi.po, 157, 697, 1022, 0, 0, 0, 0, 157, 697 -po/uk.po, 157, 697, 745, 0, 0, 0, 0, 157, 697 -po/tr.po, 141, 616, 563, 0, 0, 0, 0, 141, 616 -po/tigervnc.pot, 0, 0, 0, 0, 0, 157, 697, 157, 697 -po/sv.po, 157, 697, 635, 0, 0, 0, 0, 157, 697 -po/sr.po, 141, 616, 644, 0, 0, 0, 0, 141, 616 -po/sk.po, 33, 82, 90, 13, 62, 109, 656, 155, 800 -po/ru.po, 157, 697, 681, 0, 0, 0, 0, 157, 697 -po/pt_BR.po, 157, 697, 827, 0, 0, 0, 0, 157, 697 -po/pl.po, 33, 82, 88, 13, 62, 109, 656, 155, 800 -po/nl.po, 141, 616, 608, 0, 0, 0, 0, 141, 616 -po/it.po, 70, 210, 238, 14, 62, 71, 528, 155, 800 -po/id.po, 141, 616, 639, 0, 0, 0, 0, 141, 616 -po/hu.po, 141, 616, 628, 0, 0, 0, 0, 141, 616 -po/fur.po, 139, 583, 712, 0, 0, 14, 88, 153, 671 -po/fr.po, 142, 624, 765, 0, 0, 0, 0, 142, 624 -po/fi.po, 154, 675, 524, 0, 0, 0, 0, 154, 675 -po/es.po, 141, 616, 703, 0, 0, 0, 0, 141, 616 -po/eo.po, 141, 616, 648, 0, 0, 0, 0, 141, 616 -po/el.po, 145, 684, 733, 8, 55, 7, 83, 160, 822 -po/de.po, 153, 671, 654, 0, 0, 0, 0, 153, 671 -po/da.po, 142, 624, 583, 0, 0, 0, 0, 142, 624 -po/cs.po, 157, 697, 702, 0, 0, 0, 0, 157, 697 -po/bg.po, 141, 616, 738, 0, 0, 0, 0, 141, 616 diff --git a/results/f31/todo_aresource.txt b/results/f31/todo_aresource.txt deleted file mode 100644 index ce32bc2..0000000 --- a/results/f31/todo_aresource.txt +++ /dev/null @@ -1,14 +0,0 @@ -cogl-1.22.4-2.fc31.src.rpm examples/android/hello/res/values-*/strings.xml -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/mobile/android/geckoview/src/androidTest/res/values-*/strings.xml -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/mobile/android/geckoview_example/src/main/res/values-*/strings.xml -qt5-qtbase-5.12.5-1.fc31.src.rpm src/android/jar/res/values-*/strings.xml -qt5-qtbase-5.12.5-1.fc31.src.rpm src/android/java/res/values-*/strings.xml -espeak-ng-1.49.2-7.fc31.src.rpm android/res/values-*/strings.xml -espeak-ng-1.49.2-7.fc31.src.rpm android/eSpeakTests/res/values-*/strings.xml -espeak-ng-1.49.2-7.fc31.src.rpm android/res/values-*/strings.xml -brltty-6.0-6.fc31.src.rpm Android/Application/res/values-*/strings.xml -brltty-6.0-6.fc31.src.rpm Android/Core/res/values-*/strings.xml -freerdp-2.0.0-53.20190820git6015229.fc31.src.rpm client/Android/Studio/aFreeRDP/src/main/res/values-*/strings.xml -freerdp-2.0.0-53.20190820git6015229.fc31.src.rpm client/Android/Studio/freeRDPCore/src/main/res/values-*/strings.xml -soundtouch-2.1.1-3.fc31.src.rpm source/Android-lib/res/values-*/strings.xml -SDL2-2.0.10-1.fc31.src.rpm android-project/app/src/main/res/values-*/strings.xml diff --git a/results/f31/todo_fluent.txt b/results/f31/todo_fluent.txt deleted file mode 100644 index 3eb9b25..0000000 --- a/results/f31/todo_fluent.txt +++ /dev/null @@ -1,6 +0,0 @@ -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/branding/aurora/locales/*/brand.ftl -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/branding/nightly/locales/*/brand.ftl -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/branding/official/locales/*/brand.ftl -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/branding/unofficial/locales/*/brand.ftl -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/locales/*/browser/branding/sync-brand.ftl -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/locales/*/browser/preferences/preferences.ftl diff --git a/results/f31/todo_joomla.txt b/results/f31/todo_joomla.txt deleted file mode 100644 index 4c16591..0000000 --- a/results/f31/todo_joomla.txt +++ /dev/null @@ -1,16 +0,0 @@ -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/locales/*/crashreporter/crashreporter-override.ini -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/locales/*/updater/updater.ini -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/toolkit/locales/*/crashreporter/crashreporter.ini -ceph-14.2.4-1.fc31.src.rpm src/seastar/dpdk/doc/guides/nics/features/fm10k_*.ini -ceph-14.2.4-1.fc31.src.rpm src/seastar/dpdk/doc/guides/nics/features/fm10k_vf_*.ini -ceph-14.2.4-1.fc31.src.rpm src/seastar/dpdk/doc/guides/nics/features/i40e_*.ini -ceph-14.2.4-1.fc31.src.rpm src/seastar/dpdk/doc/guides/nics/features/i40e_vf_*.ini -ceph-14.2.4-1.fc31.src.rpm src/seastar/dpdk/doc/guides/nics/features/ixgbe_*.ini -ceph-14.2.4-1.fc31.src.rpm src/seastar/dpdk/doc/guides/nics/features/ixgbe_vf_*.ini -ceph-14.2.4-1.fc31.src.rpm src/seastar/dpdk/doc/guides/nics/features/virtio_*.ini -ceph-14.2.4-1.fc31.src.rpm src/spdk/dpdk/doc/guides/nics/features/avf_*.ini -ceph-14.2.4-1.fc31.src.rpm src/spdk/dpdk/doc/guides/nics/features/i40e_*.ini -ceph-14.2.4-1.fc31.src.rpm src/spdk/dpdk/doc/guides/nics/features/i40e_vf_*.ini -ceph-14.2.4-1.fc31.src.rpm src/spdk/dpdk/doc/guides/nics/features/ixgbe_*.ini -ceph-14.2.4-1.fc31.src.rpm src/spdk/dpdk/doc/guides/nics/features/ixgbe_vf_*.ini -ceph-14.2.4-1.fc31.src.rpm src/spdk/dpdk/doc/guides/nics/features/virtio_*.ini diff --git a/results/f31/todo_json-nested.txt b/results/f31/todo_json-nested.txt deleted file mode 100644 index 322c839..0000000 --- a/results/f31/todo_json-nested.txt +++ /dev/null @@ -1,52 +0,0 @@ -llvm-9.0.0-1.fc31.src.rpm utils/benchmark/tools/gbench/Inputs/test2_*.json -librsvg2-2.46.1-1.fc31.src.rpm vendor/*/.cargo-checksum.json -xen-4.12.1-1.fc31.src.rpm tools/qemu-xen/qapi/*-state.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/extensions/screenshots/webextension/_locales/*/messages.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/build/build-clang/clang-win32-*-an.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/build/build-clang/clang-win64-*-an.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/*_False_arm_freebsd.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/*_False_arm_netbsd.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/*_False_arm_openbsd.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/*_True_arm_freebsd.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/*_True_arm_netbsd.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/*_True_arm_openbsd.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/x64_False_*_android.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/x64_False_x64_*.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/x64_True_*_android.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/media/webrtc/gn-configs/x64_True_x64_*.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/third_party/rust/*/.cargo-checksum.json -qt5-qtbase-5.12.5-1.fc31.src.rpm src/plugins/sqldrivers/*/*.json -qt5-qtbase-5.12.5-1.fc31.src.rpm src/plugins/styles/*/macstyle.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.6.2/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.6.2/benchmark.*_subset.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.7.1/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.7.1/benchmark.*_subset.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.8.0/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.8.0/benchmark.*_subset.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.8.1/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/debug/clang-3.8.1/benchmark.*_subset.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.5.0/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.5.0/benchmark.*_subset.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.6.2/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.6.2/benchmark.*_subset.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.7.1/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.7.1/benchmark.*_subset.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.8.1/benchmark.*_disjoint.compile.json -boost-1.69.0-9.fc31.src.rpm libs/hana/doc/html/benchmarks/release/clang-3.8.1/benchmark.*_subset.compile.json -libmbim-1.20.0-1.fc31.src.rpm data/mbim-service-*-basic-connect-extensions.json -libmbim-1.20.0-1.fc31.src.rpm data/mbim-service-*-firmware-id.json -libmbim-1.20.0-1.fc31.src.rpm data/mbim-service-*-host-shutdown.json -libmbim-1.20.0-1.fc31.src.rpm data/mbim-service-*.json -kernel-5.3.7-301.fc31.src.rpm tools/perf/pmu-events/arch/arm64/*/cortex-a53/branch.json -kernel-5.3.7-301.fc31.src.rpm tools/perf/pmu-events/arch/arm64/*/cortex-a53/bus.json -kernel-5.3.7-301.fc31.src.rpm tools/perf/pmu-events/arch/arm64/*/cortex-a53/cache.json -kernel-5.3.7-301.fc31.src.rpm tools/perf/pmu-events/arch/arm64/*/cortex-a53/memory.json -kernel-5.3.7-301.fc31.src.rpm tools/perf/pmu-events/arch/arm64/*/cortex-a53/other.json -kernel-5.3.7-301.fc31.src.rpm tools/perf/pmu-events/arch/arm64/*/cortex-a53/pipeline.json -kernel-5.3.7-301.fc31.src.rpm tools/perf/pmu-events/arch/arm64/*/cortex-a57-a72/core-imp-def.json -gnome-contacts-3.34-1.fc31.src.rpm subprojects/libhandy/examples/*.puri.Handy.Demo.json -gnome-shell-3.34.1-2.fc31.src.rpm data/osk-layouts/*.json -webkit2gtk3-2.26.1-1.fc31.src.rpm Source/ThirdParty/ANGLE/scripts/*_code_generation_hashes.json -gnome-control-center-3.34.1-4.fc31.src.rpm subprojects/libhandy/examples/*.puri.Handy.Demo.json -epiphany-3.34.1-1.fc31.src.rpm subprojects/libhandy/examples/*.puri.Handy.Demo.json -libhandy-0.0.11-1.fc31.src.rpm examples/*.puri.Handy.Demo.json diff --git a/results/f31/todo_po-mono.txt b/results/f31/todo_po-mono.txt deleted file mode 100644 index d91f52c..0000000 --- a/results/f31/todo_po-mono.txt +++ /dev/null @@ -1,9 +0,0 @@ -gnome-desktop3-3.34.1-1.fc31.src.rpm po/*.po -accountsservice-0.6.55-1.fc31.src.rpm po/*.po -sos-3.8-1.fc31.src.rpm po/*.po -gnome-control-center-3.34.1-4.fc31.src.rpm po/*.po -libsmbios-2.4.2-4.fc31.src.rpm po/*.po -iso-codes-4.3-2.fc31.src.rpm iso_3166-2/*.po -cups-pk-helper-0.2.6-8.fc31.src.rpm po/*.po -gtk3-3.24.12-3.fc31.src.rpm po-properties/*.po -gtk3-3.24.12-3.fc31.src.rpm po/*.po diff --git a/results/f31/todo_properties-utf8.txt b/results/f31/todo_properties-utf8.txt deleted file mode 100644 index 9b62001..0000000 --- a/results/f31/todo_properties-utf8.txt +++ /dev/null @@ -1 +0,0 @@ -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/dom/locales/*/chrome/layout/layout_errors.properties diff --git a/results/f31/todo_srt.txt b/results/f31/todo_srt.txt deleted file mode 100644 index 3692008..0000000 --- a/results/f31/todo_srt.txt +++ /dev/null @@ -1 +0,0 @@ -emacs-26.2-2.fc31.src.rpm etc/srecode/*.srt diff --git a/results/f31/todo_strings.txt b/results/f31/todo_strings.txt deleted file mode 100644 index c1af53a..0000000 --- a/results/f31/todo_strings.txt +++ /dev/null @@ -1,4 +0,0 @@ -freerdp-2.0.0-53.20190820git6015229.fc31.src.rpm client/iOS/Resources/*.lproj/Localizable.strings -freerdp-2.0.0-53.20190820git6015229.fc31.src.rpm client/Mac/cli/*.lproj/InfoPlist.strings -freerdp-2.0.0-53.20190820git6015229.fc31.src.rpm client/Mac/*.lproj/InfoPlist.strings -gcc-9.2.1-1.fc31.src.rpm contrib/regression/GCC_Regression_Tester.wdgt/*.lproj/InfoPlist.strings diff --git a/results/f31/todo_sub.txt b/results/f31/todo_sub.txt deleted file mode 100644 index 7c11abc..0000000 --- a/results/f31/todo_sub.txt +++ /dev/null @@ -1 +0,0 @@ -groff-1.22.3-20.fc31.src.rpm src/preproc/*/Makefile.sub diff --git a/results/f31/todo_webextension.txt b/results/f31/todo_webextension.txt deleted file mode 100644 index 0c2a401..0000000 --- a/results/f31/todo_webextension.txt +++ /dev/null @@ -1,3 +0,0 @@ -chrome-gnome-shell-10.1-5.fc31.src.rpm extension/_locales/*/messages.json -chrome-gnome-shell-10.1-5.fc31.src.rpm extension/_locales/*/messages.json -mozjs60-60.9.0-3.fc31.src.rpm firefox-60.9.0/browser/extensions/screenshots/webextension/_locales/*/messages.json diff --git a/results/f31/todo_xliff.txt b/results/f31/todo_xliff.txt deleted file mode 100644 index e9c0979..0000000 --- a/results/f31/todo_xliff.txt +++ /dev/null @@ -1 +0,0 @@ -ceph-14.2.4-1.fc31.src.rpm src/pybind/mgr/dashboard/frontend/src/locale/messages.*.xlf diff --git a/results/f31/todo_yaml.txt b/results/f31/todo_yaml.txt deleted file mode 100644 index 68235b7..0000000 --- a/results/f31/todo_yaml.txt +++ /dev/null @@ -1,70 +0,0 @@ -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/al,alpine.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/altera.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/altera/socfpga-clk-manager.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/amlogic.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/atmel-at91.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/axxia.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/bitmain.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/calxeda.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/cpus.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/digicolor.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/fsl.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/intel-ixp4xx.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/l2c2x0.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/mediatek.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/moxart.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/nxp/lpc32xx.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/pmu.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/primecell.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/psci.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/qcom.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/rda.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/renesas.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/rockchip.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/sirf.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/socionext/milbeaut.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/spear.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/sti.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/stm32/stm32.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/sunxi.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/tegra.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/ti/nspire.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/arm/*/nspire.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/ti/ti,davinci.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/arm/*/ti,davinci.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/vt8500.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/xilinx.yaml -kernel-5.3.7-301.fc31.src.rpm Documentation/devicetree/bindings/*/zte.yaml -ceph-14.2.4-1.fc31.src.rpm src/rocksdb/docs/_data/powered_*.yml -ceph-14.2.4-1.fc31.src.rpm src/rocksdb/docs/_data/powered_*_highlight.yml -ceph-14.2.4-1.fc31.src.rpm qa/cephfs/conf/*.yaml -ceph-14.2.4-1.fc31.src.rpm qa/cephfs/mount/kclient/overrides/*-die-on-skipped.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/fs/multifs/overrides/*-debug.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/fs/verify/overrides/*-debug.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/kcephfs/thrash/thrashers/*.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/krbd/thrash/thrashers/*-thrasher.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/monthrash/msgr-failures/*-delay.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/monthrash/workloads/rados_*_osdmap_prune.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/monthrash/workloads/rados_*_workunits.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/multimon/tasks/*_clock_no_skews.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/multimon/tasks/*_clock_with_skews.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/multimon/tasks/*_recovery.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/perf/workloads/fio_4K_rand_*.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/perf/workloads/fio_4M_rand_*.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/singleton/all/max-pg-*-osd.from-mon.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/singleton/all/max-pg-*-osd.from-primary.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/singleton/all/max-pg-*-osd.from-replica.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/singleton/all/*-auth-caps.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/singleton/all/*-config-key-caps.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/singleton/all/*-config-keys.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/singleton/all/*-config.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/standalone/workloads/*.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rados/verify/tasks/*_recovery.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rbd/mirror-thrash/rbd-mirror/four-*-cluster.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/rbd/mirror/workloads/rbd-mirror-*-workunit.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/smoke/basic/tasks/*_thrash.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/upgrade/luminous-x/parallel/3-upgrade-sequence/upgrade-*-osd-mds.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/upgrade/luminous-x/parallel/5-final-workload/rados_*_thrash.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/upgrade/mimic-x/parallel/3-upgrade-sequence/upgrade-*-osd-mds.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/upgrade/mimic-x/parallel/5-final-workload/rados_*_thrash.yaml -ceph-14.2.4-1.fc31.src.rpm qa/suites/upgrade/nautilus-p2p/nautilus-p2p-parallel/point-*-point-upgrade.yaml diff --git a/results/f31/totem-3.34.1-1.fc31.src.rpm.errors.txt b/results/f31/totem-3.34.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index fc15dec..0000000 --- a/results/f31/totem-3.34.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,33 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/dvd-nautilus.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/dvd-nautilus.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/dvd-gnome-notification.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./help/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/view-zoom.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-subtitles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-debug.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-DVD.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/troubleshooting-Audio-CD.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/supported-formats.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/subtitles.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/sound-volume.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/sound-language.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/screenshot.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/screenshot-gallery.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/properties.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/preferences.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/playing-DVD.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/navigation.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/file-open.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/volume-button-slider.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/org.gnome.Totem.svg) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/dvd-nautilus.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/dvd-gnome-notification.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/channels.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/adjust-speed.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/totem-3.34.1-1.fc31.src.rpm.stats.csv b/results/f31/totem-3.34.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index c0366f4..0000000 --- a/results/f31/totem-3.34.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,130 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/zh_TW/zh_TW.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -help/zh_HK/zh_HK.po, 156, 1952, 412, 1, 38, 33, 604, 190, 2594 -help/zh_CN/zh_CN.po, 265, 4552, 642, 0, 0, 0, 0, 265, 4552 -help/uk/uk.po, 265, 4552, 3870, 0, 0, 0, 0, 265, 4552 -help/te/te.po, 20, 38, 39, 0, 0, 245, 4514, 265, 4552 -help/sv/sv.po, 157, 1830, 1696, 0, 0, 0, 0, 157, 1830 -help/sl/sl.po, 37, 87, 102, 0, 0, 120, 1743, 157, 1830 -help/ru/ru.po, 265, 4552, 3628, 0, 0, 0, 0, 265, 4552 -help/ro/ro.po, 252, 4680, 4745, 0, 0, 0, 0, 252, 4680 -help/pt_BR/pt_BR.po, 157, 1830, 1986, 0, 0, 0, 0, 157, 1830 -help/pl/pl.po, 159, 1850, 1573, 0, 0, 0, 0, 159, 1850 -help/pa/pa.po, 112, 909, 925, 0, 0, 80, 1468, 192, 2377 -help/oc/oc.po, 47, 122, 142, 0, 0, 143, 2472, 190, 2594 -help/nb/nb.po, 193, 3238, 2513, 44, 1388, 15, 54, 252, 4680 -help/ja/ja.po, 54, 467, 137, 13, 60, 90, 1303, 157, 1830 -help/it/it.po, 235, 3534, 3430, 30, 1013, 0, 0, 265, 4547 -help/id/id.po, 252, 4680, 4206, 0, 0, 0, 0, 252, 4680 -help/hu/hu.po, 159, 1850, 1622, 0, 0, 0, 0, 159, 1850 -help/hr/hr.po, 183, 2843, 2470, 0, 0, 69, 1817, 252, 4660 -help/gl/gl.po, 252, 4680, 5068, 0, 0, 0, 0, 252, 4680 -help/fr/fr.po, 252, 4680, 5147, 0, 0, 0, 0, 252, 4680 -help/fi/fi.po, 202, 3420, 2117, 38, 1212, 12, 48, 252, 4680 -help/eu/eu.po, 190, 2594, 1955, 0, 0, 0, 0, 190, 2594 -help/es/es.po, 157, 1830, 1998, 0, 0, 0, 0, 157, 1830 -help/en_GB/en_GB.po, 263, 4493, 4500, 0, 0, 0, 0, 263, 4493 -help/el/el.po, 20, 30, 67, 17, 79, 120, 1721, 157, 1830 -help/de/de.po, 155, 1822, 1865, 0, 0, 2, 8, 157, 1830 -help/da/da.po, 252, 4660, 4003, 0, 0, 0, 0, 252, 4660 -help/cs/cs.po, 157, 1830, 1630, 0, 0, 0, 0, 157, 1830 -help/ca/ca.po, 252, 4659, 5400, 0, 0, 0, 0, 252, 4659 -help/bg/bg.po, 0, 0, 0, 0, 0, 265, 4552, 265, 4552 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zu.po, 522, 2066, 1754, 10, 71, 46, 392, 578, 2529 -po/zh_TW.po, 387, 1380, 517, 0, 0, 0, 0, 387, 1380 -po/zh_HK.po, 347, 1241, 466, 5, 64, 0, 0, 352, 1305 -po/zh_CN.po, 389, 1327, 514, 0, 0, 0, 0, 389, 1327 -po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -po/vi.po, 380, 1358, 1803, 0, 0, 0, 0, 380, 1358 -po/uk.po, 396, 1398, 1242, 0, 0, 0, 0, 396, 1398 -po/ug.po, 521, 2040, 1792, 0, 0, 0, 0, 521, 2040 -po/tr.po, 380, 1358, 1138, 0, 0, 0, 0, 380, 1358 -po/th.po, 352, 1305, 514, 0, 0, 0, 0, 352, 1305 -po/tg.po, 302, 716, 731, 0, 0, 50, 589, 352, 1305 -po/te.po, 384, 1446, 1222, 0, 0, 0, 0, 384, 1446 -po/ta.po, 384, 1446, 1258, 0, 0, 0, 0, 384, 1446 -po/sv.po, 380, 1358, 1255, 0, 0, 0, 0, 380, 1358 -po/sr@latin.po, 396, 1398, 1450, 0, 0, 0, 0, 396, 1398 -po/sr.po, 380, 1358, 1410, 0, 0, 0, 0, 380, 1358 -po/sq.po, 501, 2361, 2581, 0, 0, 0, 0, 501, 2361 -po/sl.po, 380, 1358, 1365, 0, 0, 0, 0, 380, 1358 -po/sk.po, 391, 1335, 1352, 0, 0, 0, 0, 391, 1335 -po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -po/ru.po, 391, 1403, 1281, 0, 0, 0, 0, 391, 1403 -po/ro.po, 380, 1358, 1437, 0, 0, 0, 0, 380, 1358 -po/pt_BR.po, 380, 1358, 1502, 0, 0, 0, 0, 380, 1358 -po/pt.po, 392, 1390, 1531, 0, 0, 0, 0, 392, 1390 -po/pl.po, 380, 1358, 1304, 0, 0, 0, 0, 380, 1358 -po/pa.po, 380, 1358, 1460, 0, 0, 0, 0, 380, 1358 -po/or.po, 522, 2043, 2124, 0, 0, 0, 0, 522, 2043 -po/oc.po, 372, 1243, 1427, 0, 0, 10, 130, 382, 1373 -po/nn.po, 579, 2537, 2390, 0, 0, 2, 22, 581, 2559 -po/nl.po, 380, 1358, 1295, 0, 0, 0, 0, 380, 1358 -po/ne.po, 300, 706, 697, 54, 303, 35, 318, 389, 1327 -po/nb.po, 391, 1335, 1307, 0, 0, 0, 0, 391, 1335 -po/my.po, 189, 434, 361, 29, 80, 365, 2053, 583, 2567 -po/ms.po, 226, 685, 619, 141, 430, 225, 1496, 592, 2611 -po/mr.po, 384, 1446, 1342, 0, 0, 0, 0, 384, 1446 -po/ml.po, 391, 1335, 1092, 0, 0, 0, 0, 391, 1335 -po/mk.po, 561, 2453, 2562, 0, 0, 0, 0, 561, 2453 -po/mjw.po, 213, 429, 399, 0, 0, 167, 929, 380, 1358 -po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -po/mai.po, 379, 1486, 1553, 0, 0, 221, 1328, 600, 2814 -po/lv.po, 380, 1358, 1197, 0, 0, 0, 0, 380, 1358 -po/lt.po, 380, 1358, 1189, 0, 0, 0, 0, 380, 1358 -po/ky.po, 186, 291, 287, 0, 0, 337, 1759, 523, 2050 -po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -po/ko.po, 380, 1358, 1091, 0, 0, 0, 0, 380, 1358 -po/kn.po, 384, 1446, 1268, 0, 0, 0, 0, 384, 1446 -po/km.po, 523, 2050, 929, 0, 0, 0, 0, 523, 2050 -po/kk.po, 364, 1145, 969, 0, 0, 26, 229, 390, 1374 -po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -po/ja.po, 371, 1326, 478, 0, 0, 9, 32, 380, 1358 -po/it.po, 380, 1358, 1422, 0, 0, 0, 0, 380, 1358 -po/is.po, 388, 1388, 1363, 0, 0, 0, 0, 388, 1388 -po/id.po, 380, 1358, 1234, 0, 0, 0, 0, 380, 1358 -po/hu.po, 380, 1358, 1164, 0, 0, 0, 0, 380, 1358 -po/hr.po, 380, 1358, 1286, 0, 0, 0, 0, 380, 1358 -po/hi.po, 384, 1446, 1652, 0, 0, 0, 0, 384, 1446 -po/he.po, 392, 1390, 1321, 0, 0, 0, 0, 392, 1390 -po/gv.po, 530, 2169, 2630, 0, 0, 57, 416, 587, 2585 -po/gu.po, 391, 1389, 1486, 0, 0, 0, 0, 391, 1389 -po/gl.po, 380, 1358, 1534, 0, 0, 0, 0, 380, 1358 -po/gd.po, 389, 1327, 1800, 0, 0, 0, 0, 389, 1327 -po/ga.po, 303, 698, 769, 13, 69, 121, 938, 437, 1705 -po/fur.po, 380, 1358, 1515, 0, 0, 0, 0, 380, 1358 -po/fr.po, 380, 1358, 1582, 0, 0, 0, 0, 380, 1358 -po/fi.po, 380, 1358, 1041, 0, 0, 0, 0, 380, 1358 -po/fa.po, 380, 1358, 1410, 0, 0, 0, 0, 380, 1358 -po/eu.po, 380, 1358, 1176, 0, 0, 0, 0, 380, 1358 -po/et.po, 389, 1327, 1091, 0, 0, 0, 0, 389, 1327 -po/es.po, 380, 1358, 1529, 0, 0, 0, 0, 380, 1358 -po/eo.po, 388, 1388, 1236, 0, 0, 0, 0, 388, 1388 -po/en_GB.po, 380, 1358, 1359, 0, 0, 0, 0, 380, 1358 -po/en_CA.po, 561, 2453, 2456, 0, 0, 0, 0, 561, 2453 -po/en@shaw.po, 456, 1699, 1699, 131, 891, 0, 0, 587, 2590 -po/el.po, 380, 1358, 1411, 0, 0, 0, 0, 380, 1358 -po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -po/de.po, 380, 1358, 1285, 0, 0, 0, 0, 380, 1358 -po/da.po, 380, 1358, 1236, 0, 0, 0, 0, 380, 1358 -po/cy.po, 300, 1388, 1457, 82, 287, 96, 605, 478, 2280 -po/cs.po, 380, 1358, 1316, 0, 0, 0, 0, 380, 1358 -po/crh.po, 520, 2035, 1755, 0, 0, 0, 0, 520, 2035 -po/ca@valencia.po, 389, 1327, 1580, 0, 0, 0, 0, 389, 1327 -po/ca.po, 380, 1358, 1592, 0, 0, 0, 0, 380, 1358 -po/bs.po, 385, 1449, 1405, 0, 0, 0, 0, 385, 1449 -po/br.po, 353, 924, 1062, 13, 63, 237, 1712, 603, 2699 -po/bn_IN.po, 384, 1446, 1515, 0, 0, 0, 0, 384, 1446 -po/bn.po, 592, 2611, 2766, 0, 0, 0, 0, 592, 2611 -po/bg.po, 389, 1327, 1445, 0, 0, 0, 0, 389, 1327 -po/be@latin.po, 596, 2707, 2363, 3, 35, 1, 72, 600, 2814 -po/be.po, 391, 1335, 1247, 0, 0, 0, 0, 391, 1335 -po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -po/ast.po, 560, 2420, 2717, 0, 0, 1, 21, 561, 2441 -po/as.po, 384, 1446, 1463, 0, 0, 0, 0, 384, 1446 -po/ar.po, 367, 1135, 1119, 11, 125, 10, 123, 388, 1383 -po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -po/af.po, 396, 1350, 1362, 0, 0, 2, 57, 398, 1407 diff --git a/results/f31/totem-pl-parser-3.26.3-2.fc31.src.rpm.errors.txt b/results/f31/totem-pl-parser-3.26.3-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 7e938f4..0000000 --- a/results/f31/totem-pl-parser-3.26.3-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv b/results/f31/totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv deleted file mode 100644 index e25eaef..0000000 --- a/results/f31/totem-pl-parser-3.26.3-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,97 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -po/zh_HK.po, 8, 29, 11, 0, 0, 0, 0, 8, 29 -po/zh_CN.po, 8, 29, 12, 0, 0, 0, 0, 8, 29 -po/xh.po, 336, 1466, 1292, 10, 45, 4, 21, 350, 1532 -po/wa.po, 142, 341, 422, 0, 0, 211, 1211, 353, 1552 -po/vi.po, 7, 28, 35, 0, 0, 0, 0, 7, 28 -po/uz@cyrillic.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/uk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/ug.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -po/tr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/th.po, 7, 28, 10, 0, 0, 0, 0, 7, 28 -po/tg.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/te.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -po/ta.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -po/sv.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/sr@latin.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/sr.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/sq.po, 8, 35, 32, 0, 0, 0, 0, 8, 35 -po/sl.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/sk.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/si.po, 323, 1160, 1172, 0, 0, 55, 678, 378, 1838 -po/rw.po, 28, 33, 35, 246, 1355, 76, 144, 350, 1532 -po/ru.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/ro.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -po/pt_BR.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -po/pt.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/ps.po, 7, 28, 40, 0, 0, 0, 0, 7, 28 -po/pl.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/pa.po, 8, 29, 33, 0, 0, 0, 0, 8, 29 -po/or.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -po/oc.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -po/nn.po, 7, 28, 24, 0, 0, 0, 0, 7, 28 -po/nl.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/ne.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/nds.po, 7, 28, 30, 0, 0, 0, 0, 7, 28 -po/nb.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/ms.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/mr.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -po/mn.po, 7, 28, 25, 0, 0, 0, 0, 7, 28 -po/ml.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/mk.po, 8, 35, 33, 0, 0, 0, 0, 8, 35 -po/mg.po, 378, 1764, 1840, 1, 2, 0, 0, 379, 1766 -po/mai.po, 5, 17, 13, 0, 0, 2, 11, 7, 28 -po/lv.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/lt.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -po/ku.po, 122, 259, 268, 0, 0, 239, 1426, 361, 1685 -po/ko.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/kn.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/km.po, 7, 28, 14, 0, 0, 0, 0, 7, 28 -po/kk.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/ka.po, 417, 1821, 1421, 0, 0, 0, 0, 417, 1821 -po/ja.po, 8, 29, 13, 0, 0, 0, 0, 8, 29 -po/it.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/is.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -po/id.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -po/hu.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/hr.po, 8, 29, 23, 0, 0, 0, 0, 8, 29 -po/hi.po, 7, 28, 27, 0, 0, 0, 0, 7, 28 -po/he.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/gu.po, 7, 28, 26, 0, 0, 0, 0, 7, 28 -po/gl.po, 8, 29, 32, 0, 0, 0, 0, 8, 29 -po/gd.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/ga.po, 7, 28, 29, 0, 0, 0, 0, 7, 28 -po/fur.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/fr.po, 8, 29, 30, 0, 0, 0, 0, 8, 29 -po/fi.po, 8, 29, 21, 0, 0, 0, 0, 8, 29 -po/fa.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/eu.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/et.po, 8, 29, 20, 0, 0, 0, 0, 8, 29 -po/es.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -po/eo.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/en_GB.po, 8, 29, 29, 0, 0, 0, 0, 8, 29 -po/en_CA.po, 372, 1795, 1810, 0, 0, 0, 0, 372, 1795 -po/en@shaw.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/el.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -po/dz.po, 425, 1929, 882, 0, 0, 0, 0, 425, 1929 -po/de.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/da.po, 8, 29, 26, 0, 0, 0, 0, 8, 29 -po/cy.po, 7, 28, 33, 0, 0, 0, 0, 7, 28 -po/cs.po, 8, 29, 25, 0, 0, 0, 0, 8, 29 -po/ca@valencia.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -po/ca.po, 8, 29, 34, 0, 0, 0, 0, 8, 29 -po/bs.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 -po/br.po, 7, 28, 23, 0, 0, 0, 0, 7, 28 -po/bn_IN.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/bn.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/bg.po, 8, 29, 24, 0, 0, 0, 0, 8, 29 -po/be@latin.po, 7, 28, 21, 0, 0, 0, 0, 7, 28 -po/be.po, 8, 29, 22, 0, 0, 0, 0, 8, 29 -po/az.po, 345, 1417, 1215, 0, 0, 0, 0, 345, 1417 -po/ast.po, 7, 28, 28, 0, 0, 0, 0, 7, 28 -po/as.po, 8, 29, 28, 0, 0, 0, 0, 8, 29 -po/ar.po, 7, 28, 22, 0, 0, 0, 0, 7, 28 -po/an.po, 8, 29, 36, 0, 0, 0, 0, 8, 29 -po/am.po, 56, 95, 121, 13, 21, 148, 754, 217, 870 -po/af.po, 8, 29, 27, 0, 0, 0, 0, 8, 29 diff --git a/results/f31/tracker-2.3.0-1.fc31.src.rpm.errors.txt b/results/f31/tracker-2.3.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f31/tracker-2.3.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/tracker-2.3.0-1.fc31.src.rpm.stats.csv b/results/f31/tracker-2.3.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 8b013ca..0000000 --- a/results/f31/tracker-2.3.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 369, 2217, 661, 0, 0, 0, 0, 369, 2217 -po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -po/zh_CN.po, 369, 2211, 606, 0, 0, 0, 0, 369, 2211 -po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -po/tr.po, 369, 2217, 1860, 0, 0, 0, 0, 369, 2217 -po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -po/sv.po, 369, 2217, 2096, 0, 0, 0, 0, 369, 2217 -po/sr@latin.po, 370, 2229, 2280, 0, 0, 0, 0, 370, 2229 -po/sr.po, 369, 2217, 2285, 0, 0, 0, 0, 369, 2217 -po/sl.po, 369, 2217, 2367, 0, 0, 0, 0, 369, 2217 -po/sk.po, 369, 2211, 2236, 0, 0, 0, 0, 369, 2211 -po/ru.po, 369, 2217, 2117, 0, 0, 0, 0, 369, 2217 -po/ro.po, 369, 2217, 2607, 0, 0, 0, 0, 369, 2217 -po/pt_BR.po, 369, 2217, 2578, 0, 0, 0, 0, 369, 2217 -po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -po/pl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -po/nl.po, 369, 2217, 2193, 0, 0, 0, 0, 369, 2217 -po/ne.po, 146, 444, 405, 73, 310, 151, 1475, 370, 2229 -po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -po/nb.po, 284, 1299, 1257, 0, 0, 85, 912, 369, 2211 -po/ml.po, 104, 283, 224, 12, 72, 254, 1874, 370, 2229 -po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -po/lv.po, 369, 2217, 1943, 0, 0, 0, 0, 369, 2217 -po/lt.po, 369, 2217, 1875, 0, 0, 0, 0, 369, 2217 -po/ko.po, 369, 2217, 1809, 0, 0, 0, 0, 369, 2217 -po/kk.po, 73, 163, 133, 0, 0, 296, 2054, 369, 2217 -po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -po/it.po, 369, 2217, 2333, 0, 0, 0, 0, 369, 2217 -po/is.po, 84, 245, 234, 0, 0, 285, 1966, 369, 2211 -po/id.po, 369, 2217, 2180, 0, 0, 0, 0, 369, 2217 -po/hu.po, 369, 2217, 2086, 0, 0, 0, 0, 369, 2217 -po/hr.po, 369, 2217, 2116, 0, 0, 0, 0, 369, 2217 -po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -po/gl.po, 369, 2217, 2617, 0, 0, 0, 0, 369, 2217 -po/fur.po, 369, 2217, 2706, 0, 0, 0, 0, 369, 2217 -po/fr.po, 369, 2217, 2687, 0, 0, 0, 0, 369, 2217 -po/fi.po, 138, 475, 404, 63, 349, 169, 1405, 370, 2229 -po/eu.po, 369, 2217, 2085, 0, 0, 0, 0, 369, 2217 -po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -po/es.po, 369, 2217, 2657, 0, 0, 0, 0, 369, 2217 -po/eo.po, 118, 378, 346, 3, 19, 248, 1820, 369, 2217 -po/en_GB.po, 369, 2211, 2209, 0, 0, 0, 0, 369, 2211 -po/el.po, 369, 2217, 2408, 0, 0, 0, 0, 369, 2217 -po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -po/de.po, 369, 2217, 2370, 0, 0, 0, 0, 369, 2217 -po/da.po, 369, 2217, 2150, 0, 0, 0, 0, 369, 2217 -po/cs.po, 369, 2217, 2293, 0, 0, 0, 0, 369, 2217 -po/ca@valencia.po, 369, 2211, 2888, 0, 0, 0, 0, 369, 2211 -po/ca.po, 369, 2217, 2890, 0, 0, 0, 0, 369, 2217 -po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 diff --git a/results/f31/tracker-miners-2.3.0-1.fc31.src.rpm.errors.txt b/results/f31/tracker-miners-2.3.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0bc4c56..0000000 --- a/results/f31/tracker-miners-2.3.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/meson.build) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/.gitignore) diff --git a/results/f31/tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv b/results/f31/tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 5ed425a..0000000 --- a/results/f31/tracker-miners-2.3.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,60 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 112, 801, 233, 0, 0, 0, 0, 112, 801 -po/zh_HK.po, 594, 3613, 1005, 0, 0, 0, 0, 594, 3613 -po/zh_CN.po, 600, 3747, 1001, 0, 0, 0, 0, 600, 3747 -po/vi.po, 532, 2903, 4287, 0, 0, 68, 844, 600, 3747 -po/uk.po, 537, 3291, 3177, 0, 0, 0, 0, 537, 3291 -po/tr.po, 112, 801, 690, 0, 0, 0, 0, 112, 801 -po/th.po, 291, 1391, 601, 0, 0, 0, 0, 291, 1391 -po/tg.po, 74, 99, 91, 0, 0, 449, 2976, 523, 3075 -po/te.po, 135, 291, 275, 0, 0, 401, 2908, 536, 3199 -po/sv.po, 112, 801, 751, 0, 0, 0, 0, 112, 801 -po/sr@latin.po, 118, 827, 806, 0, 0, 0, 0, 118, 827 -po/sr.po, 112, 801, 780, 0, 0, 0, 0, 112, 801 -po/sl.po, 112, 801, 768, 0, 0, 0, 0, 112, 801 -po/sk.po, 118, 828, 826, 0, 0, 0, 0, 118, 828 -po/ru.po, 112, 801, 745, 0, 0, 0, 0, 112, 801 -po/ro.po, 112, 801, 882, 0, 0, 0, 0, 112, 801 -po/pt_BR.po, 112, 801, 889, 0, 0, 0, 0, 112, 801 -po/pt.po, 595, 3727, 4053, 0, 0, 0, 0, 595, 3727 -po/pl.po, 112, 801, 799, 0, 0, 0, 0, 112, 801 -po/pa.po, 45, 86, 91, 0, 0, 354, 2002, 399, 2088 -po/oc.po, 586, 3634, 4418, 1, 1, 5, 67, 592, 3702 -po/nl.po, 112, 801, 839, 0, 0, 0, 0, 112, 801 -po/ne.po, 77, 458, 406, 13, 54, 28, 315, 118, 827 -po/nds.po, 165, 368, 352, 0, 0, 199, 1379, 364, 1747 -po/nb.po, 90, 446, 424, 0, 0, 28, 381, 118, 827 -po/ml.po, 128, 447, 355, 1, 1, 392, 2691, 521, 3139 -po/mk.po, 151, 666, 759, 23, 87, 23, 105, 197, 858 -po/lv.po, 112, 801, 714, 0, 0, 0, 0, 112, 801 -po/lt.po, 112, 801, 667, 0, 0, 0, 0, 112, 801 -po/ko.po, 112, 801, 604, 0, 0, 0, 0, 112, 801 -po/kk.po, 62, 83, 81, 0, 0, 538, 3664, 600, 3747 -po/ja.po, 518, 3120, 960, 3, 16, 0, 0, 521, 3136 -po/it.po, 112, 801, 853, 0, 0, 0, 0, 112, 801 -po/id.po, 112, 801, 739, 0, 0, 0, 0, 112, 801 -po/hu.po, 112, 801, 715, 0, 0, 0, 0, 112, 801 -po/hr.po, 112, 801, 803, 0, 0, 0, 0, 112, 801 -po/he.po, 54, 112, 111, 24, 87, 449, 2948, 527, 3147 -po/gl.po, 112, 801, 922, 0, 0, 0, 0, 112, 801 -po/fur.po, 112, 801, 980, 0, 0, 0, 0, 112, 801 -po/fr.po, 112, 801, 962, 0, 0, 0, 0, 112, 801 -po/fi.po, 261, 1014, 837, 96, 512, 245, 2238, 602, 3764 -po/eu.po, 110, 763, 674, 0, 0, 0, 0, 110, 763 -po/et.po, 362, 1959, 1635, 17, 108, 11, 59, 390, 2126 -po/es.po, 112, 801, 940, 0, 0, 0, 0, 112, 801 -po/eo.po, 23, 59, 56, 0, 0, 89, 742, 112, 801 -po/en_GB.po, 118, 827, 828, 0, 0, 0, 0, 118, 827 -po/el.po, 112, 801, 857, 0, 0, 0, 0, 112, 801 -po/dz.po, 153, 693, 288, 22, 66, 22, 99, 197, 858 -po/de.po, 112, 801, 784, 0, 0, 0, 0, 112, 801 -po/da.po, 112, 801, 806, 0, 0, 0, 0, 112, 801 -po/cs.po, 112, 801, 835, 0, 0, 0, 0, 112, 801 -po/ca@valencia.po, 118, 827, 997, 0, 0, 0, 0, 118, 827 -po/ca.po, 110, 763, 923, 0, 0, 0, 0, 110, 763 -po/bs.po, 598, 3762, 3703, 0, 0, 0, 0, 598, 3762 -po/bg.po, 600, 3774, 4301, 0, 0, 1, 30, 601, 3804 -po/be@latin.po, 291, 1388, 1277, 0, 0, 0, 0, 291, 1388 -po/be.po, 112, 801, 744, 0, 0, 0, 0, 112, 801 -po/as.po, 150, 561, 591, 0, 0, 444, 3052, 594, 3613 -po/ar.po, 172, 729, 754, 60, 253, 164, 1064, 396, 2046 diff --git a/results/f31/udisks2-2.8.4-3.fc31.src.rpm.errors.txt b/results/f31/udisks2-2.8.4-3.fc31.src.rpm.errors.txt deleted file mode 100644 index 5a37d35..0000000 --- a/results/f31/udisks2-2.8.4-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/udisks2-2.8.4-3.fc31.src.rpm.stats.csv b/results/f31/udisks2-2.8.4-3.fc31.src.rpm.stats.csv deleted file mode 100644 index b32f763..0000000 --- a/results/f31/udisks2-2.8.4-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,142 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/af.po, 438, 1679, 1714, 0, 0, 74, 479, 512, 2158 -po/ar.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/as.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/az.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/bg.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/bn_IN.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ca.po, 487, 1994, 2368, 0, 0, 25, 164, 512, 2158 -po/ca@valencia.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/cs.po, 510, 2143, 2069, 0, 0, 2, 15, 512, 2158 -po/cy.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/da.po, 512, 2158, 2124, 0, 0, 0, 0, 512, 2158 -po/de.po, 510, 2143, 2139, 0, 0, 2, 15, 512, 2158 -po/el.po, 407, 1506, 1445, 28, 207, 77, 445, 512, 2158 -po/en_GB.po, 437, 1674, 1674, 29, 209, 46, 275, 512, 2158 -po/eo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/es.po, 495, 2015, 2310, 0, 0, 17, 143, 512, 2158 -po/et.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/eu.po, 219, 439, 432, 26, 203, 267, 1516, 512, 2158 -po/fa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/fi.po, 315, 1040, 830, 27, 205, 170, 913, 512, 2158 -po/fo.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/fr.po, 512, 2158, 2608, 0, 0, 0, 0, 512, 2158 -po/fur.po, 90, 594, 756, 0, 0, 422, 1564, 512, 2158 -po/ga.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/gl.po, 406, 1498, 1638, 28, 207, 78, 453, 512, 2158 -po/gu.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/he.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/hi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/hr.po, 340, 1202, 1179, 27, 205, 145, 751, 512, 2158 -po/hu.po, 512, 2158, 1780, 0, 0, 0, 0, 512, 2158 -po/ia.po, 105, 482, 571, 27, 205, 380, 1471, 512, 2158 -po/id.po, 512, 2158, 2040, 0, 0, 0, 0, 512, 2158 -po/it.po, 510, 2143, 2285, 0, 0, 2, 15, 512, 2158 -po/ja.po, 395, 1459, 728, 28, 207, 89, 492, 512, 2158 -po/ka.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/kk.po, 472, 1905, 1687, 0, 0, 40, 253, 512, 2158 -po/kn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ko.po, 406, 1517, 1294, 28, 207, 78, 434, 512, 2158 -po/lt.po, 510, 2143, 2041, 0, 0, 2, 15, 512, 2158 -po/lv.po, 281, 847, 783, 27, 205, 204, 1106, 512, 2158 -po/ml.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/mr.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ms.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/nb.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/nl.po, 512, 2158, 2342, 0, 0, 0, 0, 512, 2158 -po/nn.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/oc.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/or.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/pa.po, 214, 480, 542, 27, 205, 271, 1473, 512, 2158 -po/pl.po, 512, 2158, 2269, 0, 0, 0, 0, 512, 2158 -po/pt.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/pt_BR.po, 472, 1905, 2086, 0, 0, 40, 253, 512, 2158 -po/ro.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/ru.po, 408, 1512, 1534, 28, 207, 76, 439, 512, 2158 -po/sk.po, 510, 2143, 1986, 0, 0, 2, 15, 512, 2158 -po/sl.po, 406, 1498, 1491, 28, 207, 78, 453, 512, 2158 -po/sq.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/sr.po, 406, 1498, 1572, 28, 207, 78, 453, 512, 2158 -po/sr@latin.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/sv.po, 512, 2158, 2064, 0, 0, 0, 0, 512, 2158 -po/ta.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/te.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/th.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/tr.po, 499, 2043, 2029, 0, 0, 13, 115, 512, 2158 -po/uk.po, 512, 2158, 2387, 0, 0, 0, 0, 512, 2158 -po/vi.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/wa.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/zh_CN.po, 482, 1973, 930, 0, 0, 30, 185, 512, 2158 -po/zh_HK.po, 0, 0, 0, 0, 0, 478, 1929, 478, 1929 -po/zh_TW.po, 396, 1499, 798, 23, 176, 93, 483, 512, 2158 -po/af.gmo, 438, 1679, 1714, 0, 0, 0, 0, 438, 1679 -po/ar.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/as.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/az.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bg.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/bn_IN.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ca.gmo, 487, 1994, 2368, 0, 0, 0, 0, 487, 1994 -po/ca@valencia.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/cs.gmo, 510, 2143, 2069, 0, 0, 0, 0, 510, 2143 -po/cy.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/da.gmo, 512, 2158, 2124, 0, 0, 0, 0, 512, 2158 -po/de.gmo, 510, 2143, 2139, 0, 0, 0, 0, 510, 2143 -po/el.gmo, 407, 1506, 1445, 0, 0, 0, 0, 407, 1506 -po/en_GB.gmo, 437, 1674, 1674, 0, 0, 0, 0, 437, 1674 -po/eo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/es.gmo, 495, 2015, 2310, 0, 0, 0, 0, 495, 2015 -po/et.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/eu.gmo, 219, 439, 432, 0, 0, 0, 0, 219, 439 -po/fa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fi.gmo, 315, 1040, 830, 0, 0, 0, 0, 315, 1040 -po/fo.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/fr.gmo, 512, 2158, 2608, 0, 0, 0, 0, 512, 2158 -po/fur.gmo, 90, 594, 756, 0, 0, 0, 0, 90, 594 -po/ga.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/gl.gmo, 406, 1498, 1638, 0, 0, 0, 0, 406, 1498 -po/gu.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/he.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hr.gmo, 340, 1202, 1179, 0, 0, 0, 0, 340, 1202 -po/hu.gmo, 512, 2158, 1780, 0, 0, 0, 0, 512, 2158 -po/ia.gmo, 105, 482, 571, 0, 0, 0, 0, 105, 482 -po/id.gmo, 512, 2158, 2040, 0, 0, 0, 0, 512, 2158 -po/it.gmo, 510, 2143, 2285, 0, 0, 0, 0, 510, 2143 -po/ja.gmo, 395, 1459, 728, 0, 0, 0, 0, 395, 1459 -po/ka.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/kk.gmo, 472, 1905, 1687, 0, 0, 0, 0, 472, 1905 -po/kn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ko.gmo, 406, 1517, 1294, 0, 0, 0, 0, 406, 1517 -po/lt.gmo, 510, 2143, 2041, 0, 0, 0, 0, 510, 2143 -po/lv.gmo, 281, 847, 783, 0, 0, 0, 0, 281, 847 -po/ml.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/mr.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ms.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nb.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/nl.gmo, 512, 2158, 2342, 0, 0, 0, 0, 512, 2158 -po/nn.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/oc.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/or.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pa.gmo, 214, 480, 542, 0, 0, 0, 0, 214, 480 -po/pl.gmo, 512, 2158, 2269, 0, 0, 0, 0, 512, 2158 -po/pt.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/pt_BR.gmo, 472, 1905, 2086, 0, 0, 0, 0, 472, 1905 -po/ro.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/ru.gmo, 408, 1512, 1534, 0, 0, 0, 0, 408, 1512 -po/sk.gmo, 510, 2143, 1986, 0, 0, 0, 0, 510, 2143 -po/sl.gmo, 406, 1498, 1491, 0, 0, 0, 0, 406, 1498 -po/sq.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sr.gmo, 406, 1498, 1572, 0, 0, 0, 0, 406, 1498 -po/sr@latin.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/sv.gmo, 512, 2158, 2064, 0, 0, 0, 0, 512, 2158 -po/ta.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/te.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/th.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/tr.gmo, 499, 2043, 2029, 0, 0, 0, 0, 499, 2043 -po/uk.gmo, 512, 2158, 2387, 0, 0, 0, 0, 512, 2158 -po/vi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/wa.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_CN.gmo, 482, 1973, 930, 0, 0, 0, 0, 482, 1973 -po/zh_HK.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/zh_TW.gmo, 396, 1499, 798, 0, 0, 0, 0, 396, 1499 -po/udisks2.pot, 0, 0, 0, 0, 0, 512, 2158, 512, 2158 diff --git a/results/f31/upower-0.99.10-2.fc31.src.rpm.errors.txt b/results/f31/upower-0.99.10-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 6bd7d34..0000000 --- a/results/f31/upower-0.99.10-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/upower-0.99.10-2.fc31.src.rpm.stats.csv b/results/f31/upower-0.99.10-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 5605e56..0000000 --- a/results/f31/upower-0.99.10-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,5 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/pl.po, 26, 145, 124, 0, 0, 0, 0, 26, 145 -po/sv.po, 19, 113, 107, 0, 0, 0, 0, 19, 113 -po/it.po, 19, 113, 130, 0, 0, 0, 0, 19, 113 -po/fr.po, 26, 145, 184, 0, 0, 0, 0, 26, 145 diff --git a/results/f31/usermode-1.112-5.fc31.src.rpm.errors.txt b/results/f31/usermode-1.112-5.fc31.src.rpm.errors.txt deleted file mode 100644 index 4aecb4c..0000000 --- a/results/f31/usermode-1.112-5.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/usermode-1.112-5.fc31.src.rpm.stats.csv b/results/f31/usermode-1.112-5.fc31.src.rpm.stats.csv deleted file mode 100644 index 55f038e..0000000 --- a/results/f31/usermode-1.112-5.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,65 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 96, 573, 148, 0, 0, 0, 0, 96, 573 -po/gl.po, 62, 320, 332, 0, 0, 34, 253, 96, 573 -po/de_CH.po, 92, 551, 496, 0, 0, 4, 22, 96, 573 -po/tg.po, 59, 177, 196, 0, 0, 37, 396, 96, 573 -po/bs.po, 94, 564, 545, 0, 0, 2, 9, 96, 573 -po/ast.po, 92, 551, 563, 0, 0, 4, 22, 96, 573 -po/be.po, 74, 451, 383, 0, 0, 22, 122, 96, 573 -po/fi.po, 96, 573, 419, 0, 0, 0, 0, 96, 573 -po/nl.po, 96, 573, 567, 0, 0, 0, 0, 96, 573 -po/ko.po, 95, 570, 489, 0, 0, 1, 3, 96, 573 -po/cs.po, 96, 573, 514, 0, 0, 0, 0, 96, 573 -po/ml.po, 94, 564, 450, 0, 0, 2, 9, 96, 573 -po/as.po, 95, 570, 558, 0, 0, 1, 3, 96, 573 -po/tr.po, 96, 573, 451, 0, 0, 0, 0, 96, 573 -po/nds.po, 34, 74, 71, 0, 0, 62, 499, 96, 573 -po/sk.po, 96, 573, 548, 0, 0, 0, 0, 96, 573 -po/te.po, 95, 570, 472, 0, 0, 1, 3, 96, 573 -po/sr@latin.po, 94, 564, 526, 0, 0, 2, 9, 96, 573 -po/ja.po, 96, 573, 150, 0, 0, 0, 0, 96, 573 -po/bn.po, 95, 570, 596, 0, 0, 1, 3, 96, 573 -po/sl.po, 74, 442, 421, 0, 0, 22, 131, 96, 573 -po/da.po, 96, 573, 537, 0, 0, 0, 0, 96, 573 -po/cy.po, 83, 521, 510, 0, 0, 13, 52, 96, 573 -po/bg.po, 95, 570, 580, 0, 0, 1, 3, 96, 573 -po/fa.po, 95, 570, 624, 0, 0, 1, 3, 96, 573 -po/fr.po, 96, 573, 658, 0, 0, 0, 0, 96, 573 -po/or.po, 94, 564, 662, 0, 0, 2, 9, 96, 573 -po/mai.po, 92, 551, 654, 0, 0, 4, 22, 96, 573 -po/is.po, 95, 570, 575, 0, 0, 1, 3, 96, 573 -po/pa.po, 96, 573, 690, 0, 0, 0, 0, 96, 573 -po/es.po, 96, 573, 631, 0, 0, 0, 0, 96, 573 -po/ms.po, 91, 542, 500, 0, 0, 5, 31, 96, 573 -po/id.po, 96, 573, 502, 0, 0, 0, 0, 96, 573 -po/en_GB.po, 86, 524, 527, 0, 0, 10, 49, 96, 573 -po/pt_BR.po, 96, 573, 635, 0, 0, 0, 0, 96, 573 -po/ka.po, 29, 60, 57, 0, 0, 67, 513, 96, 573 -po/pl.po, 96, 573, 513, 0, 0, 0, 0, 96, 573 -po/sv.po, 96, 573, 531, 0, 0, 0, 0, 96, 573 -po/sr.po, 96, 573, 536, 0, 0, 0, 0, 96, 573 -po/el.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -po/nb.po, 95, 570, 589, 0, 0, 1, 3, 96, 573 -po/it.po, 96, 573, 591, 0, 0, 0, 0, 96, 573 -po/ar.po, 95, 570, 554, 0, 0, 1, 3, 96, 573 -po/ro.po, 95, 570, 573, 0, 0, 1, 3, 96, 573 -po/vi.po, 60, 252, 350, 0, 0, 36, 321, 96, 573 -po/hr.po, 91, 542, 525, 0, 0, 5, 31, 96, 573 -po/hu.po, 96, 573, 518, 0, 0, 0, 0, 96, 573 -po/mr.po, 94, 564, 538, 0, 0, 2, 9, 96, 573 -po/he.po, 95, 570, 536, 0, 0, 1, 3, 96, 573 -po/lv.po, 95, 570, 485, 0, 0, 1, 3, 96, 573 -po/kn.po, 95, 570, 486, 0, 0, 1, 3, 96, 573 -po/et.po, 95, 570, 452, 0, 0, 1, 3, 96, 573 -po/de.po, 96, 573, 520, 0, 0, 0, 0, 96, 573 -po/ru.po, 96, 573, 506, 0, 0, 0, 0, 96, 573 -po/hi.po, 94, 564, 680, 0, 0, 2, 9, 96, 573 -po/bn_IN.po, 96, 573, 589, 0, 0, 0, 0, 96, 573 -po/zh_CN.po, 95, 570, 153, 0, 0, 1, 3, 96, 573 -po/ta.po, 95, 570, 457, 0, 0, 1, 3, 96, 573 -po/ca.po, 96, 573, 654, 0, 0, 0, 0, 96, 573 -po/gu.po, 94, 564, 621, 0, 0, 2, 9, 96, 573 -po/pt.po, 96, 573, 645, 0, 0, 0, 0, 96, 573 -po/mk.po, 91, 542, 549, 0, 0, 5, 31, 96, 573 -po/si.po, 19, 31, 36, 0, 0, 77, 542, 96, 573 -po/uk.po, 96, 573, 499, 0, 0, 0, 0, 96, 573 diff --git a/results/f31/util-linux-2.34-3.fc31.src.rpm.errors.txt b/results/f31/util-linux-2.34-3.fc31.src.rpm.errors.txt deleted file mode 100644 index a727e7f..0000000 --- a/results/f31/util-linux-2.34-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,29 +0,0 @@ -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xfc in position 39: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/update-potfiles) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe8 in position 79: invalid continuation byte -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) diff --git a/results/f31/util-linux-2.34-3.fc31.src.rpm.stats.csv b/results/f31/util-linux-2.34-3.fc31.src.rpm.stats.csv deleted file mode 100644 index be591ae..0000000 --- a/results/f31/util-linux-2.34-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,37 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/nl.po, 3480, 18187, 18167, 535, 3356, 271, 2238, 4286, 23781 -po/gl.po, 211, 777, 1018, 1726, 8416, 2349, 14588, 4286, 23781 -po/util-linux.pot, 0, 0, 0, 0, 0, 4286, 23781, 4286, 23781 -po/eu.po, 355, 856, 916, 2167, 10152, 1764, 12773, 4286, 23781 -po/fr.po, 4286, 23781, 28745, 0, 0, 0, 0, 4286, 23781 -po/zh_TW.po, 707, 2728, 1422, 2714, 15517, 865, 5536, 4286, 23781 -po/zh_TW.gmo, 707, 2728, 1422, 0, 0, 0, 0, 707, 2728 -po/fi.po, 1150, 4482, 3909, 2095, 10962, 1041, 8337, 4286, 23781 -po/uk.po, 4286, 23781, 25173, 0, 0, 0, 0, 4286, 23781 -po/ru.gmo, 1859, 8629, 8509, 0, 0, 0, 0, 1859, 8629 -po/sv.po, 4286, 23781, 22755, 0, 0, 0, 0, 4286, 23781 -po/eu.gmo, 355, 856, 916, 0, 0, 0, 0, 355, 856 -po/et.po, 321, 1064, 1042, 2217, 11209, 1748, 11508, 4286, 23781 -po/id.po, 655, 2414, 2468, 2423, 12991, 1208, 8376, 4286, 23781 -po/hr.po, 4279, 23774, 24944, 0, 0, 7, 7, 4286, 23781 -po/hu.gmo, 570, 2069, 2121, 0, 0, 0, 0, 570, 2069 -po/sl.po, 481, 1668, 1744, 2467, 12711, 1338, 9402, 4286, 23781 -po/ca.gmo, 485, 1679, 2186, 0, 0, 0, 0, 485, 1679 -po/hu.po, 570, 2069, 2121, 2414, 12596, 1302, 9116, 4286, 23781 -po/it.po, 486, 1519, 1702, 2429, 12399, 1371, 9863, 4286, 23781 -po/ru.po, 1859, 8629, 8509, 1286, 6904, 1141, 8248, 4286, 23781 -po/da.po, 4286, 23781, 22223, 0, 0, 0, 0, 4286, 23781 -po/cs.po, 4286, 23781, 23885, 0, 0, 0, 0, 4286, 23781 -po/ca.po, 485, 1679, 2186, 2468, 12738, 1333, 9364, 4286, 23781 -po/vi.po, 3082, 16710, 24315, 943, 5449, 261, 1622, 4286, 23781 -po/pt_BR.po, 4286, 23781, 27989, 0, 0, 0, 0, 4286, 23781 -po/id.gmo, 655, 2414, 2468, 0, 0, 0, 0, 655, 2414 -po/pl.po, 4286, 23781, 24075, 0, 0, 0, 0, 4286, 23781 -po/tr.po, 3601, 19451, 17946, 532, 3366, 153, 964, 4286, 23781 -po/fi.gmo, 1150, 4482, 3909, 0, 0, 0, 0, 1150, 4482 -po/ja.po, 3322, 17907, 9067, 631, 3669, 333, 2205, 4286, 23781 -po/de.po, 4286, 23781, 23808, 0, 0, 0, 0, 4286, 23781 -po/it.gmo, 486, 1519, 1702, 0, 0, 0, 0, 486, 1519 -po/zh_CN.po, 3720, 20235, 9490, 427, 2661, 139, 885, 4286, 23781 -po/gl.gmo, 211, 777, 1018, 0, 0, 0, 0, 211, 777 -po/es.po, 4286, 23781, 30993, 0, 0, 0, 0, 4286, 23781 diff --git a/results/f31/v4l-utils-1.18.0-2.fc31.src.rpm.errors.txt b/results/f31/v4l-utils-1.18.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index c2509a0..0000000 --- a/results/f31/v4l-utils-1.18.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,24 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./libdvbv5-po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./v4l-utils-po/insert-header.sin) diff --git a/results/f31/v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv b/results/f31/v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 4bd0a22..0000000 --- a/results/f31/v4l-utils-1.18.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,22 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -libdvbv5-po/ca.gmo, 46, 106, 126, 0, 0, 0, 0, 46, 106 -libdvbv5-po/uk.po, 124, 566, 639, 5, 41, 43, 154, 172, 761 -libdvbv5-po/ca.po, 46, 106, 126, 1, 7, 125, 648, 172, 761 -libdvbv5-po/pt_BR.po, 154, 667, 749, 2, 18, 16, 76, 172, 761 -libdvbv5-po/de.gmo, 154, 667, 635, 0, 0, 0, 0, 154, 667 -libdvbv5-po/libdvbv5.pot, 0, 0, 0, 0, 0, 172, 761, 172, 761 -libdvbv5-po/de.po, 154, 667, 635, 2, 18, 16, 76, 172, 761 -libdvbv5-po/pt_BR.gmo, 154, 667, 749, 0, 0, 0, 0, 154, 667 -libdvbv5-po/uk.gmo, 124, 566, 639, 0, 0, 0, 0, 124, 566 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -v4l-utils-po/ca.gmo, 26, 62, 78, 0, 0, 0, 0, 26, 62 -v4l-utils-po/uk.po, 0, 0, 0, 22, 75, 389, 2251, 411, 2326 -v4l-utils-po/ca.po, 26, 62, 78, 15, 53, 370, 2211, 411, 2326 -v4l-utils-po/pt_BR.po, 290, 1381, 1654, 76, 698, 45, 247, 411, 2326 -v4l-utils-po/de.gmo, 290, 1381, 1357, 0, 0, 0, 0, 290, 1381 -v4l-utils-po/v4l-utils.pot, 0, 0, 0, 0, 0, 411, 2326, 411, 2326 -v4l-utils-po/de.po, 290, 1381, 1357, 75, 695, 46, 250, 411, 2326 -v4l-utils-po/pt_BR.gmo, 290, 1381, 1654, 0, 0, 0, 0, 290, 1381 -v4l-utils-po/uk.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -v4l-utils-po/fr.po, 26, 107, 122, 20, 224, 365, 1995, 411, 2326 -v4l-utils-po/fr.gmo, 26, 107, 122, 0, 0, 0, 0, 26, 107 diff --git a/results/f31/vino-3.22.0-16.fc31.src.rpm.errors.txt b/results/f31/vino-3.22.0-16.fc31.src.rpm.errors.txt deleted file mode 100644 index 8bb5ca1..0000000 --- a/results/f31/vino-3.22.0-16.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,5 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.skip) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/vino-3.22.0-16.fc31.src.rpm.stats.csv b/results/f31/vino-3.22.0-16.fc31.src.rpm.stats.csv deleted file mode 100644 index e37842f..0000000 --- a/results/f31/vino-3.22.0-16.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,89 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/id.po, 134, 1228, 1096, 0, 0, 0, 0, 134, 1228 -po/pa.po, 134, 1228, 1341, 0, 0, 0, 0, 134, 1228 -po/te.po, 134, 1228, 951, 0, 0, 0, 0, 134, 1228 -po/oc.po, 94, 973, 1059, 0, 0, 0, 0, 94, 973 -po/sk.po, 134, 1228, 1206, 0, 0, 0, 0, 134, 1228 -po/bn.po, 136, 1215, 1294, 0, 0, 0, 0, 136, 1215 -po/si.po, 66, 479, 510, 1, 26, 15, 311, 82, 816 -po/hi.po, 134, 1228, 1409, 0, 0, 0, 0, 134, 1228 -po/en_GB.po, 94, 973, 998, 0, 0, 0, 0, 94, 973 -po/ka.po, 72, 544, 457, 0, 0, 0, 0, 72, 544 -po/ga.po, 23, 52, 63, 0, 0, 113, 1163, 136, 1215 -po/ta.po, 134, 1228, 920, 0, 0, 0, 0, 134, 1228 -po/vi.po, 94, 973, 1335, 0, 0, 0, 0, 94, 973 -po/tr.po, 94, 973, 749, 0, 0, 0, 0, 94, 973 -po/ca.po, 134, 1228, 1371, 0, 0, 0, 0, 134, 1228 -po/th.po, 133, 1223, 366, 0, 0, 0, 0, 133, 1223 -po/ro.po, 128, 1184, 1186, 0, 0, 0, 0, 128, 1184 -po/et.po, 134, 1228, 976, 0, 0, 0, 0, 134, 1228 -po/cy.po, 72, 544, 584, 0, 0, 0, 0, 72, 544 -po/kn.po, 134, 1228, 995, 0, 0, 0, 0, 134, 1228 -po/lt.po, 134, 1228, 999, 0, 0, 0, 0, 134, 1228 -po/be@latin.po, 87, 500, 456, 0, 0, 25, 554, 112, 1054 -po/ms.po, 61, 313, 261, 0, 0, 9, 227, 70, 540 -po/ca@valencia.po, 134, 1228, 1370, 0, 0, 0, 0, 134, 1228 -po/en@shaw.po, 107, 764, 765, 29, 451, 0, 0, 136, 1215 -po/nn.po, 136, 1215, 1211, 0, 0, 0, 0, 136, 1215 -po/sr.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -po/or.po, 134, 1228, 1222, 0, 0, 0, 0, 134, 1228 -po/nl.po, 134, 1228, 1280, 0, 0, 0, 0, 134, 1228 -po/sr@latin.po, 134, 1228, 1187, 0, 0, 0, 0, 134, 1228 -po/rw.po, 3, 2, 2, 55, 518, 12, 20, 70, 540 -po/ar.po, 97, 831, 837, 3, 100, 10, 159, 110, 1090 -po/gl.po, 134, 1228, 1424, 0, 0, 0, 0, 134, 1228 -po/gu.po, 134, 1228, 1323, 0, 0, 0, 0, 134, 1228 -po/mk.po, 120, 1075, 1157, 0, 0, 0, 0, 120, 1075 -po/sl.po, 134, 1228, 1080, 0, 0, 0, 0, 134, 1228 -po/es.po, 94, 973, 1077, 0, 0, 0, 0, 94, 973 -po/hu.po, 134, 1228, 1138, 0, 0, 0, 0, 134, 1228 -po/lv.po, 134, 1228, 1053, 0, 0, 0, 0, 134, 1228 -po/fr.po, 134, 1228, 1421, 0, 0, 0, 0, 134, 1228 -po/mr.po, 134, 1228, 1123, 0, 0, 0, 0, 134, 1228 -po/ne.po, 52, 427, 416, 26, 292, 16, 254, 94, 973 -po/nb.po, 94, 973, 916, 0, 0, 0, 0, 94, 973 -po/wa.po, 60, 392, 503, 0, 0, 10, 148, 70, 540 -po/ml.po, 134, 1228, 847, 0, 0, 0, 0, 134, 1228 -po/ug.po, 134, 1228, 950, 0, 0, 0, 0, 134, 1228 -po/bs.po, 94, 973, 885, 0, 0, 0, 0, 94, 973 -po/as.po, 134, 1228, 1256, 0, 0, 0, 0, 134, 1228 -po/zh_CN.po, 110, 1090, 278, 0, 0, 0, 0, 110, 1090 -po/bg.po, 94, 973, 1028, 0, 0, 0, 0, 94, 973 -po/ast.po, 136, 1215, 1258, 0, 0, 0, 0, 136, 1215 -po/it.po, 134, 1228, 1291, 0, 0, 0, 0, 134, 1228 -po/tg.po, 110, 1090, 1175, 0, 0, 0, 0, 110, 1090 -po/zh_HK.po, 110, 1090, 266, 0, 0, 0, 0, 110, 1090 -po/fa.po, 134, 1228, 1366, 0, 0, 0, 0, 134, 1228 -po/pt.po, 94, 973, 1103, 0, 0, 0, 0, 94, 973 -po/eo.po, 74, 440, 431, 0, 0, 57, 769, 131, 1209 -po/pt_BR.po, 134, 1228, 1422, 0, 0, 0, 0, 134, 1228 -po/zh_TW.po, 94, 973, 223, 0, 0, 0, 0, 94, 973 -po/is.po, 87, 742, 707, 0, 0, 7, 231, 94, 973 -po/ko.po, 134, 1228, 919, 0, 0, 0, 0, 134, 1228 -po/az.po, 70, 540, 499, 0, 0, 0, 0, 70, 540 -po/pl.po, 94, 973, 911, 0, 0, 0, 0, 94, 973 -po/an.po, 110, 1090, 1182, 0, 0, 0, 0, 110, 1090 -po/xh.po, 70, 540, 452, 0, 0, 0, 0, 70, 540 -po/cs.po, 134, 1228, 1166, 0, 0, 0, 0, 134, 1228 -po/he.po, 134, 1228, 1210, 0, 0, 0, 0, 134, 1228 -po/km.po, 133, 1223, 435, 0, 0, 0, 0, 133, 1223 -po/eu.po, 134, 1228, 1049, 0, 0, 0, 0, 134, 1228 -po/bn_IN.po, 134, 1228, 1279, 0, 0, 0, 0, 134, 1228 -po/el.po, 94, 973, 1102, 0, 0, 0, 0, 94, 973 -po/mn.po, 63, 395, 313, 0, 0, 7, 145, 70, 540 -po/fur.po, 94, 973, 1086, 0, 0, 0, 0, 94, 973 -po/en_CA.po, 72, 544, 542, 0, 0, 0, 0, 72, 544 -po/sq.po, 113, 1031, 1182, 0, 0, 0, 0, 113, 1031 -po/hr.po, 75, 626, 588, 4, 30, 34, 375, 113, 1031 -po/ku.po, 12, 13, 15, 0, 0, 58, 527, 70, 540 -po/fi.po, 134, 1228, 856, 0, 0, 0, 0, 134, 1228 -po/da.po, 94, 973, 867, 0, 0, 0, 0, 94, 973 -po/dz.po, 82, 816, 337, 0, 0, 0, 0, 82, 816 -po/be.po, 134, 1228, 1087, 0, 0, 0, 0, 134, 1228 -po/uk.po, 134, 1228, 1035, 0, 0, 0, 0, 134, 1228 -po/sv.po, 94, 973, 884, 0, 0, 0, 0, 94, 973 -po/ru.po, 134, 1228, 1095, 0, 0, 0, 0, 134, 1228 -po/mai.po, 61, 554, 584, 0, 0, 75, 661, 136, 1215 -po/ja.po, 110, 1090, 302, 0, 0, 0, 0, 110, 1090 -po/kk.po, 41, 131, 131, 0, 0, 53, 842, 94, 973 -po/de.po, 134, 1228, 1301, 0, 0, 0, 0, 134, 1228 diff --git a/results/f31/volume_key-0.3.12-4.fc31.src.rpm.errors.txt b/results/f31/volume_key-0.3.12-4.fc31.src.rpm.errors.txt deleted file mode 100644 index 42536ca..0000000 --- a/results/f31/volume_key-0.3.12-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/volume_key-0.3.12-4.fc31.src.rpm.stats.csv b/results/f31/volume_key-0.3.12-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 4da56f9..0000000 --- a/results/f31/volume_key-0.3.12-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,76 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_TW.po, 151, 745, 283, 2, 10, 1, 8, 154, 763 -po/as.gmo, 151, 745, 798, 0, 0, 0, 0, 151, 745 -po/de_CH.po, 49, 186, 184, 0, 0, 105, 577, 154, 763 -po/it.gmo, 151, 745, 905, 0, 0, 0, 0, 151, 745 -po/es.gmo, 151, 745, 1032, 0, 0, 0, 0, 151, 745 -po/zh_CN.gmo, 151, 745, 322, 0, 0, 0, 0, 151, 745 -po/cs.gmo, 151, 745, 724, 0, 0, 0, 0, 151, 745 -po/de_CH.gmo, 49, 186, 184, 0, 0, 0, 0, 49, 186 -po/pa.gmo, 151, 745, 796, 0, 0, 0, 0, 151, 745 -po/eu.po, 33, 117, 109, 0, 0, 121, 646, 154, 763 -po/bn.gmo, 151, 745, 816, 0, 0, 0, 0, 151, 745 -po/nl.po, 151, 745, 817, 2, 10, 1, 8, 154, 763 -po/ko.po, 151, 745, 712, 2, 10, 1, 8, 154, 763 -po/ca.gmo, 151, 745, 997, 0, 0, 0, 0, 151, 745 -po/pt_BR.gmo, 151, 745, 928, 0, 0, 0, 0, 151, 745 -po/cs.po, 151, 745, 724, 2, 10, 1, 8, 154, 763 -po/ko.gmo, 151, 745, 712, 0, 0, 0, 0, 151, 745 -po/ml.po, 151, 745, 653, 2, 10, 1, 8, 154, 763 -po/as.po, 151, 745, 798, 2, 10, 1, 8, 154, 763 -po/tr.po, 101, 427, 385, 2, 10, 51, 326, 154, 763 -po/tr.gmo, 101, 427, 385, 0, 0, 0, 0, 101, 427 -po/sk.po, 12, 34, 34, 0, 0, 142, 729, 154, 763 -po/nl.gmo, 151, 745, 817, 0, 0, 0, 0, 151, 745 -po/id.gmo, 8, 40, 39, 0, 0, 0, 0, 8, 40 -po/te.po, 151, 745, 665, 2, 10, 1, 8, 154, 763 -po/ja.po, 151, 745, 334, 2, 10, 1, 8, 154, 763 -po/bn.po, 151, 745, 816, 2, 10, 1, 8, 154, 763 -po/gu.gmo, 151, 745, 841, 0, 0, 0, 0, 151, 745 -po/bg.po, 143, 715, 812, 2, 10, 9, 38, 154, 763 -po/fr.po, 151, 745, 1024, 2, 10, 1, 8, 154, 763 -po/de.gmo, 151, 745, 760, 0, 0, 0, 0, 151, 745 -po/or.po, 151, 745, 799, 2, 10, 1, 8, 154, 763 -po/pa.po, 151, 745, 796, 2, 10, 1, 8, 154, 763 -po/es.po, 151, 745, 1032, 2, 10, 1, 8, 154, 763 -po/ta.gmo, 151, 745, 660, 0, 0, 0, 0, 151, 745 -po/id.po, 8, 40, 39, 0, 0, 146, 723, 154, 763 -po/ml.gmo, 151, 745, 653, 0, 0, 0, 0, 151, 745 -po/hu.gmo, 151, 745, 771, 0, 0, 0, 0, 151, 745 -po/en_GB.po, 145, 720, 719, 2, 10, 7, 33, 154, 763 -po/bg.gmo, 143, 715, 812, 0, 0, 0, 0, 143, 715 -po/mr.gmo, 151, 745, 735, 0, 0, 0, 0, 151, 745 -po/volume_key.pot, 0, 0, 0, 0, 0, 154, 763, 154, 763 -po/kn.gmo, 151, 745, 718, 0, 0, 0, 0, 151, 745 -po/sv.gmo, 151, 745, 749, 0, 0, 0, 0, 151, 745 -po/pt_BR.po, 151, 745, 928, 2, 10, 1, 8, 154, 763 -po/pl.po, 151, 745, 759, 2, 10, 1, 8, 154, 763 -po/pt.gmo, 151, 745, 877, 0, 0, 0, 0, 151, 745 -po/sv.po, 151, 745, 749, 2, 10, 1, 8, 154, 763 -po/fr.gmo, 151, 745, 1024, 0, 0, 0, 0, 151, 745 -po/en_GB.gmo, 145, 720, 719, 0, 0, 0, 0, 145, 720 -po/uk.gmo, 151, 745, 794, 0, 0, 0, 0, 151, 745 -po/sk.gmo, 12, 34, 34, 0, 0, 0, 0, 12, 34 -po/it.po, 151, 745, 905, 2, 10, 1, 8, 154, 763 -po/hu.po, 151, 745, 771, 2, 10, 1, 8, 154, 763 -po/mr.po, 151, 745, 735, 2, 10, 1, 8, 154, 763 -po/bn_IN.gmo, 143, 707, 777, 0, 0, 0, 0, 143, 707 -po/ru.gmo, 148, 732, 719, 0, 0, 0, 0, 148, 732 -po/pl.gmo, 151, 745, 759, 0, 0, 0, 0, 151, 745 -po/or.gmo, 151, 745, 799, 0, 0, 0, 0, 151, 745 -po/kn.po, 151, 745, 718, 2, 10, 1, 8, 154, 763 -po/de.po, 151, 745, 760, 2, 10, 1, 8, 154, 763 -po/ru.po, 148, 732, 719, 2, 10, 4, 21, 154, 763 -po/hi.po, 151, 745, 834, 2, 10, 1, 8, 154, 763 -po/bn_IN.po, 143, 707, 777, 2, 10, 9, 46, 154, 763 -po/zh_CN.po, 151, 745, 322, 2, 10, 1, 8, 154, 763 -po/ta.po, 151, 745, 660, 2, 10, 1, 8, 154, 763 -po/ca.po, 151, 745, 997, 2, 10, 1, 8, 154, 763 -po/eu.gmo, 33, 117, 109, 0, 0, 0, 0, 33, 117 -po/ja.gmo, 151, 745, 334, 0, 0, 0, 0, 151, 745 -po/gu.po, 151, 745, 841, 2, 10, 1, 8, 154, 763 -po/hi.gmo, 151, 745, 834, 0, 0, 0, 0, 151, 745 -po/pt.po, 151, 745, 877, 2, 10, 1, 8, 154, 763 -po/zh_TW.gmo, 151, 745, 283, 0, 0, 0, 0, 151, 745 -po/te.gmo, 151, 745, 665, 0, 0, 0, 0, 151, 745 -po/uk.po, 151, 745, 794, 2, 10, 1, 8, 154, 763 diff --git a/results/f31/webkit2gtk3-2.26.1-1.fc31.src.rpm.errors.txt b/results/f31/webkit2gtk3-2.26.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 5a1a632..0000000 --- a/results/f31/webkit2gtk3-2.26.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,3 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./Source/WebCore/platform/gtk/po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./Source/WebCore/platform/gtk/po/POTFILES.in) -translate.tools.pocount: ERROR: Failed to guess file type. diff --git a/results/f31/webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv b/results/f31/webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 550bb34..0000000 --- a/results/f31/webkit2gtk3-2.26.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,50 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -Source/WebCore/platform/gtk/po/nb.po, 97, 215, 213, 114, 507, 359, 1901, 570, 2623 -Source/WebCore/platform/gtk/po/vi.po, 255, 1062, 1351, 137, 638, 178, 923, 570, 2623 -Source/WebCore/platform/gtk/po/zh_CN.po, 258, 1073, 376, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/ko.po, 569, 2622, 2057, 0, 0, 1, 1, 570, 2623 -Source/WebCore/platform/gtk/po/lv.po, 163, 671, 601, 119, 550, 288, 1402, 570, 2623 -Source/WebCore/platform/gtk/po/ar.po, 258, 1073, 959, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/it.po, 584, 2277, 2491, 0, 0, 1, 1, 585, 2278 -Source/WebCore/platform/gtk/po/pa.po, 163, 671, 691, 134, 644, 273, 1308, 570, 2623 -Source/WebCore/platform/gtk/po/ja.po, 582, 2682, 900, 3, 14, 2, 12, 587, 2708 -Source/WebCore/platform/gtk/po/he.po, 376, 1567, 1571, 0, 0, 0, 0, 376, 1567 -Source/WebCore/platform/gtk/po/sr@latin.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/el.po, 384, 1605, 1790, 0, 0, 1, 1, 385, 1606 -Source/WebCore/platform/gtk/po/en_CA.po, 337, 1441, 1441, 123, 587, 110, 593, 570, 2621 -Source/WebCore/platform/gtk/po/ta.po, 368, 1545, 1333, 0, 0, 0, 0, 368, 1545 -Source/WebCore/platform/gtk/po/lt.po, 254, 1052, 955, 138, 641, 178, 930, 570, 2623 -Source/WebCore/platform/gtk/po/cs.po, 350, 1295, 1281, 86, 491, 134, 837, 570, 2623 -Source/WebCore/platform/gtk/po/nl.po, 533, 2407, 2219, 27, 161, 26, 131, 586, 2699 -Source/WebCore/platform/gtk/po/fr.po, 404, 1536, 1908, 46, 240, 94, 388, 544, 2164 -Source/WebCore/platform/gtk/po/sr.po, 258, 1073, 1007, 137, 638, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/sl.po, 469, 1889, 1777, 62, 355, 60, 466, 591, 2710 -Source/WebCore/platform/gtk/po/ro.po, 425, 1834, 1936, 85, 415, 60, 374, 570, 2623 -Source/WebCore/platform/gtk/po/de.po, 545, 2139, 2014, 32, 120, 38, 127, 615, 2386 -Source/WebCore/platform/gtk/po/eo.po, 106, 303, 287, 60, 258, 404, 2062, 570, 2623 -Source/WebCore/platform/gtk/po/da.po, 540, 2187, 1912, 0, 0, 0, 0, 540, 2187 -Source/WebCore/platform/gtk/po/gu.po, 368, 1545, 1592, 0, 0, 0, 0, 368, 1545 -Source/WebCore/platform/gtk/po/gl.po, 575, 2647, 3318, 2, 20, 5, 19, 582, 2686 -Source/WebCore/platform/gtk/po/ml.po, 179, 429, 414, 0, 0, 398, 2252, 577, 2681 -Source/WebCore/platform/gtk/po/id.po, 518, 1880, 1819, 0, 0, 50, 355, 568, 2235 -Source/WebCore/platform/gtk/po/te.po, 365, 1526, 1270, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/pt_BR.po, 615, 2386, 2785, 0, 0, 0, 0, 615, 2386 -Source/WebCore/platform/gtk/po/mr.po, 365, 1526, 1440, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/pt.po, 319, 1375, 1627, 136, 643, 115, 605, 570, 2623 -Source/WebCore/platform/gtk/po/et.po, 239, 969, 695, 136, 628, 195, 1026, 570, 2623 -Source/WebCore/platform/gtk/po/eu.po, 257, 1066, 917, 138, 645, 175, 912, 570, 2623 -Source/WebCore/platform/gtk/po/fi.po, 118, 291, 256, 0, 0, 265, 1308, 383, 1599 -Source/WebCore/platform/gtk/po/tr.po, 385, 1606, 1436, 0, 0, 0, 0, 385, 1606 -Source/WebCore/platform/gtk/po/ru.po, 145, 605, 519, 129, 630, 296, 1388, 570, 2623 -Source/WebCore/platform/gtk/po/es.po, 494, 1721, 2108, 42, 221, 63, 396, 599, 2338 -Source/WebCore/platform/gtk/po/or.po, 365, 1526, 1575, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/pl.po, 613, 2372, 2331, 0, 0, 0, 0, 613, 2372 -Source/WebCore/platform/gtk/po/bg.po, 385, 1606, 1882, 0, 0, 0, 0, 385, 1606 -Source/WebCore/platform/gtk/po/hu.po, 397, 1647, 1306, 0, 0, 0, 0, 397, 1647 -Source/WebCore/platform/gtk/po/sv.po, 533, 2160, 1786, 0, 0, 0, 0, 533, 2160 -Source/WebCore/platform/gtk/po/ca.po, 178, 462, 626, 0, 0, 198, 1105, 376, 1567 -Source/WebCore/platform/gtk/po/as.po, 367, 1543, 1583, 0, 0, 0, 0, 367, 1543 -Source/WebCore/platform/gtk/po/uk.po, 613, 2374, 2311, 0, 0, 0, 0, 613, 2374 -Source/WebCore/platform/gtk/po/en_GB.po, 589, 2702, 2702, 0, 0, 0, 0, 589, 2702 -Source/WebCore/platform/gtk/po/hi.po, 365, 1526, 1775, 0, 0, 0, 0, 365, 1526 -Source/WebCore/platform/gtk/po/kn.po, 373, 1551, 1305, 0, 0, 0, 0, 373, 1551 diff --git a/results/f31/wget-1.20.3-2.fc31.src.rpm.errors.txt b/results/f31/wget-1.20.3-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 142aa1b..0000000 --- a/results/f31/wget-1.20.3-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,16 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xba in position 7: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xae in position 179: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf8 in position 34: invalid start byte -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xe9 in position 4: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) diff --git a/results/f31/wget-1.20.3-2.fc31.src.rpm.stats.csv b/results/f31/wget-1.20.3-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 5b0199c..0000000 --- a/results/f31/wget-1.20.3-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,76 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ja.gmo, 639, 3955, 1957, 0, 0, 0, 0, 639, 3955 -po/ga.po, 605, 3665, 4245, 28, 208, 11, 123, 644, 3996 -po/de.po, 639, 3955, 4327, 1, 10, 4, 31, 644, 3996 -po/nb.gmo, 639, 3955, 4174, 0, 0, 0, 0, 639, 3955 -po/nl.po, 529, 3087, 3137, 67, 474, 48, 435, 644, 3996 -po/et.po, 639, 3955, 3532, 1, 10, 4, 31, 644, 3996 -po/sl.po, 254, 1253, 1351, 206, 1421, 184, 1322, 644, 3996 -po/id.gmo, 351, 1801, 1874, 0, 0, 0, 0, 351, 1801 -po/es.po, 568, 3426, 4107, 48, 322, 28, 248, 644, 3996 -po/fr.po, 605, 3665, 4386, 28, 208, 11, 123, 644, 3996 -po/en_GB.gmo, 102, 407, 407, 0, 0, 0, 0, 102, 407 -po/id.po, 351, 1801, 1874, 211, 1537, 82, 658, 644, 3996 -po/zh_CN.gmo, 634, 3897, 1916, 0, 0, 0, 0, 634, 3897 -po/wget.pot, 0, 0, 0, 0, 0, 644, 3996, 644, 3996 -po/tr.gmo, 605, 3665, 3411, 0, 0, 0, 0, 605, 3665 -po/hr.gmo, 638, 3949, 4325, 0, 0, 0, 0, 638, 3949 -po/fi.po, 503, 2919, 2491, 69, 503, 72, 574, 644, 3996 -po/gl.gmo, 234, 1081, 1370, 0, 0, 0, 0, 234, 1081 -po/lt.po, 165, 777, 741, 247, 1614, 232, 1605, 644, 3996 -po/de.gmo, 639, 3955, 4327, 0, 0, 0, 0, 639, 3955 -po/sr.gmo, 605, 3665, 3849, 0, 0, 0, 0, 605, 3665 -po/es.gmo, 568, 3426, 4107, 0, 0, 0, 0, 568, 3426 -po/gl.po, 234, 1081, 1370, 149, 906, 261, 2009, 644, 3996 -po/ro.po, 102, 407, 453, 120, 663, 422, 2926, 644, 3996 -po/zh_CN.po, 634, 3897, 1916, 2, 14, 8, 85, 644, 3996 -po/pl.po, 639, 3955, 4043, 1, 10, 4, 31, 644, 3996 -po/pt_BR.po, 605, 3665, 4415, 28, 208, 11, 123, 644, 3996 -po/ru.po, 639, 3955, 3862, 1, 10, 4, 31, 644, 3996 -po/fr.gmo, 605, 3665, 4386, 0, 0, 0, 0, 605, 3665 -po/eu.po, 120, 440, 462, 118, 666, 406, 2890, 644, 3996 -po/nl.gmo, 529, 3087, 3137, 0, 0, 0, 0, 529, 3087 -po/be.gmo, 217, 940, 924, 0, 0, 0, 0, 217, 940 -po/pl.gmo, 639, 3955, 4043, 0, 0, 0, 0, 639, 3955 -po/ca.po, 356, 1857, 2570, 216, 1565, 72, 574, 644, 3996 -po/vi.po, 605, 3665, 5370, 28, 208, 11, 123, 644, 3996 -po/vi.gmo, 605, 3665, 5370, 0, 0, 0, 0, 605, 3665 -po/cs.po, 639, 3955, 4191, 1, 10, 4, 31, 644, 3996 -po/pt_BR.gmo, 605, 3665, 4415, 0, 0, 0, 0, 605, 3665 -po/et.gmo, 639, 3955, 3532, 0, 0, 0, 0, 639, 3955 -po/tr.po, 605, 3665, 3411, 28, 208, 11, 123, 644, 3996 -po/el.gmo, 93, 370, 450, 0, 0, 0, 0, 93, 370 -po/bg.gmo, 93, 370, 432, 0, 0, 0, 0, 93, 370 -po/cs.gmo, 639, 3955, 4191, 0, 0, 0, 0, 639, 3955 -po/eo.po, 639, 3955, 4118, 1, 10, 4, 31, 644, 3996 -po/zh_TW.gmo, 639, 3955, 1938, 0, 0, 0, 0, 639, 3955 -po/sr.po, 605, 3665, 3849, 28, 208, 11, 123, 644, 3996 -po/he.po, 85, 341, 427, 114, 618, 445, 3037, 644, 3996 -po/it.gmo, 639, 3955, 4487, 0, 0, 0, 0, 639, 3955 -po/it.po, 639, 3955, 4487, 1, 10, 4, 31, 644, 3996 -po/be.po, 217, 940, 924, 135, 779, 292, 2277, 644, 3996 -po/fi.gmo, 503, 2919, 2491, 0, 0, 0, 0, 503, 2919 -po/uk.po, 639, 3955, 4112, 1, 10, 4, 31, 644, 3996 -po/zh_TW.po, 639, 3955, 1938, 1, 10, 4, 31, 644, 3996 -po/ru.gmo, 639, 3955, 3862, 0, 0, 0, 0, 639, 3955 -po/da.po, 254, 1253, 1238, 212, 1459, 178, 1284, 644, 3996 -po/uk.gmo, 639, 3955, 4112, 0, 0, 0, 0, 639, 3955 -po/en_GB.po, 102, 407, 407, 119, 656, 423, 2933, 644, 3996 -po/pt.po, 639, 3955, 4365, 1, 10, 4, 31, 644, 3996 -po/ja.po, 639, 3955, 1957, 1, 10, 4, 31, 644, 3996 -po/bg.po, 93, 370, 432, 112, 624, 439, 3002, 644, 3996 -po/sk.po, 639, 3955, 4071, 1, 10, 4, 31, 644, 3996 -po/sv.po, 639, 3955, 3808, 1, 10, 4, 31, 644, 3996 -po/ga.gmo, 605, 3665, 4245, 0, 0, 0, 0, 605, 3665 -po/sk.gmo, 639, 3955, 4071, 0, 0, 0, 0, 639, 3955 -po/pt.gmo, 639, 3955, 4365, 0, 0, 0, 0, 639, 3955 -po/hu.po, 605, 3665, 3811, 28, 208, 11, 123, 644, 3996 -po/eu.gmo, 120, 440, 462, 0, 0, 0, 0, 120, 440 -po/hr.po, 638, 3949, 4325, 2, 16, 4, 31, 644, 3996 -po/hu.gmo, 605, 3665, 3811, 0, 0, 0, 0, 605, 3665 -po/nb.po, 639, 3955, 4174, 1, 10, 4, 31, 644, 3996 -po/el.po, 93, 370, 450, 120, 658, 431, 2968, 644, 3996 -po/ca.gmo, 356, 1857, 2570, 0, 0, 0, 0, 356, 1857 -po/eo.gmo, 639, 3955, 4118, 0, 0, 0, 0, 639, 3955 -po/sv.gmo, 639, 3955, 3808, 0, 0, 0, 0, 639, 3955 -po/lt.gmo, 165, 777, 741, 0, 0, 0, 0, 165, 777 diff --git a/results/f31/whois-5.5.2-1.fc31.src.rpm.errors.txt b/results/f31/whois-5.5.2-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 1a768ad..0000000 --- a/results/f31/whois-5.5.2-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,2 +0,0 @@ -translate.tools.pocount: ERROR: 'utf-8' codec can't decode byte 0xf1 in position 11: invalid continuation byte -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/whois-5.5.2-1.fc31.src.rpm.stats.csv b/results/f31/whois-5.5.2-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 95adecb..0000000 --- a/results/f31/whois-5.5.2-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,15 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/zh_CN.po, 37, 456, 220, 3, 50, 0, 0, 40, 506 -po/ru.po, 40, 506, 488, 0, 0, 0, 0, 40, 506 -po/pt_BR.po, 23, 163, 182, 16, 338, 1, 5, 40, 506 -po/pl.po, 40, 506, 498, 0, 0, 0, 0, 40, 506 -po/nb.po, 5, 15, 14, 9, 203, 26, 288, 40, 506 -po/ja.po, 21, 123, 74, 17, 335, 2, 48, 40, 506 -po/it.po, 40, 506, 566, 0, 0, 0, 0, 40, 506 -po/fr.po, 40, 506, 597, 0, 0, 0, 0, 40, 506 -po/fi.po, 40, 506, 392, 0, 0, 0, 0, 40, 506 -po/es.po, 40, 506, 603, 0, 0, 0, 0, 40, 506 -po/el.po, 21, 123, 141, 18, 378, 1, 5, 40, 506 -po/de.po, 40, 506, 507, 0, 0, 0, 0, 40, 506 -po/da.po, 37, 427, 400, 3, 79, 0, 0, 40, 506 -po/cs.po, 40, 506, 535, 0, 0, 0, 0, 40, 506 diff --git a/results/f31/wpa_supplicant-2.9-1.fc31.src.rpm.errors.txt b/results/f31/wpa_supplicant-2.9-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 5919597..0000000 --- a/results/f31/wpa_supplicant-2.9-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: cannot process wpa_supplicant/wpa_gui-qt4/lang/wpa_gui_: does not exist diff --git a/results/f31/wpa_supplicant-2.9-1.fc31.src.rpm.stats.csv b/results/f31/wpa_supplicant-2.9-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 695c674..0000000 --- a/results/f31/wpa_supplicant-2.9-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words diff --git a/results/f31/xdg-desktop-portal-1.4.2-3.fc31.src.rpm.errors.txt b/results/f31/xdg-desktop-portal-1.4.2-3.fc31.src.rpm.errors.txt deleted file mode 100644 index ccc5587..0000000 --- a/results/f31/xdg-desktop-portal-1.4.2-3.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv b/results/f31/xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv deleted file mode 100644 index 60f2db3..0000000 --- a/results/f31/xdg-desktop-portal-1.4.2-3.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,40 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 12, 88, 81, 4, 40, 10, 47, 26, 175 -po/uk.gmo, 20, 132, 136, 0, 0, 0, 0, 20, 132 -po/cs.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -po/tr.po, 20, 132, 91, 1, 15, 5, 28, 26, 175 -po/hu.po, 20, 132, 110, 1, 15, 5, 28, 26, 175 -po/sr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -po/pl.gmo, 26, 175, 149, 0, 0, 0, 0, 26, 175 -po/gl.gmo, 20, 132, 140, 0, 0, 0, 0, 20, 132 -po/zh_TW.gmo, 12, 88, 15, 0, 0, 0, 0, 12, 88 -po/pl.po, 26, 175, 149, 0, 0, 0, 0, 26, 175 -po/zh_CN.po, 20, 132, 26, 1, 15, 5, 28, 26, 175 -po/it.po, 20, 132, 131, 1, 15, 5, 28, 26, 175 -po/id.po, 20, 132, 104, 1, 15, 5, 28, 26, 175 -po/zh_CN.gmo, 20, 132, 26, 0, 0, 0, 0, 20, 132 -po/lt.gmo, 20, 132, 115, 0, 0, 0, 0, 20, 132 -po/sv.po, 12, 88, 72, 4, 40, 10, 47, 26, 175 -po/uk.po, 20, 132, 136, 1, 15, 5, 28, 26, 175 -po/cs.po, 20, 132, 115, 1, 15, 5, 28, 26, 175 -po/sr.po, 12, 88, 85, 4, 40, 10, 47, 26, 175 -po/gl.po, 20, 132, 140, 1, 15, 5, 28, 26, 175 -po/id.gmo, 20, 132, 104, 0, 0, 0, 0, 20, 132 -po/pt_BR.po, 20, 132, 135, 1, 15, 5, 28, 26, 175 -po/sk.po, 12, 88, 76, 4, 40, 10, 47, 26, 175 -po/sv.gmo, 12, 88, 72, 0, 0, 0, 0, 12, 88 -po/pt_BR.gmo, 20, 132, 135, 0, 0, 0, 0, 20, 132 -po/da.po, 26, 175, 166, 0, 0, 0, 0, 26, 175 -po/de.gmo, 12, 88, 81, 0, 0, 0, 0, 12, 88 -po/lt.po, 20, 132, 115, 1, 15, 5, 28, 26, 175 -po/fr.gmo, 12, 88, 85, 0, 0, 0, 0, 12, 88 -po/es.gmo, 12, 88, 96, 0, 0, 0, 0, 12, 88 -po/tr.gmo, 20, 132, 91, 0, 0, 0, 0, 20, 132 -po/xdg-desktop-portal.pot, 0, 0, 0, 0, 0, 26, 175, 26, 175 -po/it.gmo, 20, 132, 131, 0, 0, 0, 0, 20, 132 -po/sk.gmo, 12, 88, 76, 0, 0, 0, 0, 12, 88 -po/zh_TW.po, 12, 88, 15, 4, 40, 10, 47, 26, 175 -po/es.po, 12, 88, 96, 4, 40, 10, 47, 26, 175 -po/hu.gmo, 20, 132, 110, 0, 0, 0, 0, 20, 132 -po/fr.po, 12, 88, 85, 4, 40, 10, 47, 26, 175 -po/da.gmo, 26, 175, 166, 0, 0, 0, 0, 26, 175 diff --git a/results/f31/xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.errors.txt b/results/f31/xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index ccc5587..0000000 --- a/results/f31/xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,12 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) diff --git a/results/f31/xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv b/results/f31/xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index c796e6d..0000000 --- a/results/f31/xdg-desktop-portal-gtk-1.4.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,40 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/de.po, 47, 169, 182, 0, 0, 7, 15, 54, 184 -po/uk.gmo, 49, 173, 191, 0, 0, 0, 0, 49, 173 -po/cs.gmo, 48, 172, 179, 0, 0, 0, 0, 48, 172 -po/tr.po, 48, 170, 155, 0, 0, 6, 14, 54, 184 -po/hu.po, 49, 173, 170, 0, 0, 5, 11, 54, 184 -po/sr.gmo, 9, 22, 28, 0, 0, 0, 0, 9, 22 -po/pl.gmo, 54, 184, 181, 0, 0, 0, 0, 54, 184 -po/gl.gmo, 36, 139, 163, 0, 0, 0, 0, 36, 139 -po/zh_TW.gmo, 48, 170, 56, 0, 0, 0, 0, 48, 170 -po/pl.po, 54, 184, 181, 0, 0, 0, 0, 54, 184 -po/zh_CN.po, 48, 170, 60, 0, 0, 6, 14, 54, 184 -po/it.po, 49, 173, 176, 0, 0, 5, 11, 54, 184 -po/id.po, 49, 173, 174, 0, 0, 5, 11, 54, 184 -po/zh_CN.gmo, 48, 170, 60, 0, 0, 0, 0, 48, 170 -po/lt.gmo, 49, 173, 160, 0, 0, 0, 0, 49, 173 -po/sv.po, 48, 170, 168, 0, 0, 6, 14, 54, 184 -po/uk.po, 49, 173, 191, 0, 0, 5, 11, 54, 184 -po/cs.po, 48, 172, 179, 0, 0, 6, 12, 54, 184 -po/sr.po, 9, 22, 28, 9, 35, 36, 127, 54, 184 -po/gl.po, 36, 139, 163, 3, 6, 15, 39, 54, 184 -po/id.gmo, 49, 173, 174, 0, 0, 0, 0, 49, 173 -po/pt_BR.po, 49, 173, 195, 0, 0, 5, 11, 54, 184 -po/sk.po, 27, 103, 101, 5, 22, 22, 59, 54, 184 -po/sv.gmo, 48, 170, 168, 0, 0, 0, 0, 48, 170 -po/pt_BR.gmo, 49, 173, 195, 0, 0, 0, 0, 49, 173 -po/da.po, 54, 184, 185, 0, 0, 0, 0, 54, 184 -po/de.gmo, 47, 169, 182, 0, 0, 0, 0, 47, 169 -po/lt.po, 49, 173, 160, 0, 0, 5, 11, 54, 184 -po/fr.gmo, 18, 51, 59, 0, 0, 0, 0, 18, 51 -po/es.gmo, 45, 155, 181, 0, 0, 0, 0, 45, 155 -po/tr.gmo, 48, 170, 155, 0, 0, 0, 0, 48, 170 -po/it.gmo, 49, 173, 176, 0, 0, 0, 0, 49, 173 -po/sk.gmo, 27, 103, 101, 0, 0, 0, 0, 27, 103 -po/zh_TW.po, 48, 170, 56, 0, 0, 6, 14, 54, 184 -po/es.po, 45, 155, 181, 2, 14, 7, 15, 54, 184 -po/hu.gmo, 49, 173, 170, 0, 0, 0, 0, 49, 173 -po/fr.po, 18, 51, 59, 6, 25, 30, 108, 54, 184 -po/da.gmo, 54, 184, 185, 0, 0, 0, 0, 54, 184 -po/xdg-desktop-portal-gtk.pot, 0, 0, 0, 0, 0, 54, 184, 54, 184 diff --git a/results/f31/xdg-user-dirs-0.17-4.fc31.src.rpm.errors.txt b/results/f31/xdg-user-dirs-0.17-4.fc31.src.rpm.errors.txt deleted file mode 100644 index cd06c00..0000000 --- a/results/f31/xdg-user-dirs-0.17-4.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) diff --git a/results/f31/xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv b/results/f31/xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv deleted file mode 100644 index 66629cf..0000000 --- a/results/f31/xdg-user-dirs-0.17-4.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,150 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/xdg-user-dirs.pot, 0, 0, 0, 0, 0, 28, 28, 28, 28 -po/zh_TW.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/zh_HK.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/zh_CN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/vi.gmo, 28, 28, 50, 0, 0, 0, 0, 28, 28 -po/uk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/tr.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/th.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/te.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ta.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sr@Latn.gmo, 26, 26, 28, 0, 0, 0, 0, 26, 26 -po/sr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/sq.gmo, 26, 26, 32, 0, 0, 0, 0, 26, 26 -po/sl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sk.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ru.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ro.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pt_BR.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/pt.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ps.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/pl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pa.gmo, 24, 24, 24, 0, 0, 0, 0, 24, 24 -po/or.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nds.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/nb.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ml.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mk.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/lv.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/lt.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ky.gmo, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ku.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/ko.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/kn.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/kk.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ja.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/it.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/is.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/id.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ia.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hr.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/hi.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/he.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/gu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gl.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gd.gmo, 28, 28, 34, 0, 0, 0, 0, 28, 28 -po/ga.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/fur.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fr.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fi.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fa.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eu.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/et.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/es.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eo.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/el.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/de.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/da.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/cs.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/crh.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ca.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/br.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/bn_IN.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/bg.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/be@latin.gmo, 26, 26, 26, 0, 0, 0, 0, 26, 26 -po/be.gmo, 28, 28, 36, 0, 0, 0, 0, 28, 28 -po/ast.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/as.gmo, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ar.gmo, 26, 26, 30, 0, 0, 0, 0, 26, 26 -po/an.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/af.gmo, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/zh_TW.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/zh_HK.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/zh_CN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/vi.po, 28, 28, 50, 0, 0, 0, 0, 28, 28 -po/uk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/tr.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/th.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/te.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ta.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sr@Latn.po, 26, 26, 28, 2, 2, 0, 0, 28, 28 -po/sr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/sq.po, 26, 26, 32, 2, 2, 0, 0, 28, 28 -po/sl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/sk.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ru.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ro.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pt_BR.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/pt.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ps.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/pl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/pa.po, 24, 24, 24, 2, 2, 2, 2, 28, 28 -po/or.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/nds.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/nb.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ml.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/mk.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/lv.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/lt.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ky.po, 28, 28, 32, 0, 0, 0, 0, 28, 28 -po/ku.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/ko.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/kn.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/kk.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ja.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/it.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/is.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/id.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ia.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/hr.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/hi.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/he.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/gu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gl.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/gd.po, 28, 28, 34, 0, 0, 0, 0, 28, 28 -po/ga.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/fur.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fr.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fi.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/fa.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eu.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/et.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/es.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/eo.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/el.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/de.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/da.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/cs.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/crh.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/ca.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/br.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/bn_IN.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/bg.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/be@latin.po, 26, 26, 26, 2, 2, 0, 0, 28, 28 -po/be.po, 28, 28, 36, 0, 0, 0, 0, 28, 28 -po/ast.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/as.po, 28, 28, 30, 0, 0, 0, 0, 28, 28 -po/ar.po, 26, 26, 30, 2, 2, 0, 0, 28, 28 -po/an.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 -po/af.po, 28, 28, 28, 0, 0, 0, 0, 28, 28 diff --git a/results/f31/xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.errors.txt b/results/f31/xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.errors.txt deleted file mode 100644 index fa445dc..0000000 --- a/results/f31/xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,4 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) diff --git a/results/f31/xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv b/results/f31/xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv deleted file mode 100644 index 8dac4b4..0000000 --- a/results/f31/xdg-user-dirs-gtk-0.10-16.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,72 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/ca.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -po/cs.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -po/uk.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -po/sr@latin.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -po/sq.po, 11, 81, 100, 0, 0, 0, 0, 11, 81 -po/en_GB.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -po/kk.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -po/tr.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -po/ar.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -po/ja.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/sl.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -po/he.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -po/pa.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/de.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -po/ast.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -po/eu.po, 11, 81, 69, 0, 0, 0, 0, 11, 81 -po/fr.po, 11, 81, 107, 0, 0, 0, 0, 11, 81 -po/gu.po, 11, 81, 76, 0, 0, 0, 0, 11, 81 -po/sv.po, 11, 81, 75, 0, 0, 0, 0, 11, 81 -po/pl.po, 11, 81, 64, 0, 0, 0, 0, 11, 81 -po/zh_HK.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/or.po, 11, 81, 82, 0, 0, 0, 0, 11, 81 -po/te.po, 11, 81, 62, 0, 0, 0, 0, 11, 81 -po/fi.po, 11, 81, 56, 0, 0, 0, 0, 11, 81 -po/zh_TW.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/nds.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -po/be@latin.po, 11, 81, 74, 0, 0, 0, 0, 11, 81 -po/ps.po, 11, 81, 92, 0, 0, 0, 0, 11, 81 -po/crh.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -po/be.po, 11, 81, 77, 0, 0, 0, 0, 11, 81 -po/lv.po, 11, 81, 70, 0, 0, 0, 0, 11, 81 -po/th.po, 11, 81, 14, 0, 0, 0, 0, 11, 81 -po/id.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -po/es.po, 11, 81, 96, 0, 0, 0, 0, 11, 81 -po/nl.po, 11, 81, 83, 0, 0, 0, 0, 11, 81 -po/hu.po, 11, 81, 67, 0, 0, 0, 0, 11, 81 -po/da.po, 11, 81, 81, 0, 0, 0, 0, 11, 81 -po/an.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -po/pt_BR.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/bn_IN.po, 11, 81, 90, 0, 0, 0, 0, 11, 81 -po/mr.po, 11, 81, 79, 0, 0, 0, 0, 11, 81 -po/hi.po, 11, 81, 97, 0, 0, 0, 0, 11, 81 -po/lt.po, 11, 81, 57, 0, 0, 0, 0, 11, 81 -po/kn.po, 11, 81, 63, 0, 0, 0, 0, 11, 81 -po/vi.po, 11, 81, 123, 0, 0, 0, 0, 11, 81 -po/nn.po, 8, 52, 46, 0, 0, 0, 0, 8, 52 -po/ku.po, 11, 81, 94, 0, 0, 0, 0, 11, 81 -po/as.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -po/eo.po, 11, 81, 84, 0, 0, 0, 0, 11, 81 -po/nb.po, 11, 81, 73, 0, 0, 0, 0, 11, 81 -po/el.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/ta.po, 11, 81, 65, 0, 0, 0, 0, 11, 81 -po/ro.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -po/si.po, 8, 34, 35, 0, 0, 3, 47, 11, 81 -po/zh_CN.po, 11, 81, 11, 0, 0, 0, 0, 11, 81 -po/ka.po, 11, 81, 48, 0, 0, 0, 0, 11, 81 -po/csb.po, 11, 81, 66, 0, 0, 0, 0, 11, 81 -po/gl.po, 11, 81, 91, 0, 0, 0, 0, 11, 81 -po/sk.po, 11, 81, 71, 0, 0, 0, 0, 11, 81 -po/dz.po, 8, 52, 21, 0, 0, 0, 0, 8, 52 -po/it.po, 11, 81, 86, 0, 0, 0, 0, 11, 81 -po/sr.po, 11, 81, 68, 0, 0, 0, 0, 11, 81 -po/oc.po, 5, 20, 29, 0, 0, 6, 61, 11, 81 -po/ml.po, 11, 81, 50, 0, 0, 0, 0, 11, 81 -po/ru.po, 11, 81, 78, 0, 0, 0, 0, 11, 81 -po/pt.po, 11, 81, 88, 0, 0, 0, 0, 11, 81 -po/et.po, 11, 81, 59, 0, 0, 0, 0, 11, 81 -po/ko.po, 11, 81, 72, 0, 0, 0, 0, 11, 81 -po/bg.po, 11, 81, 85, 0, 0, 0, 0, 11, 81 -po/kg.po, 11, 81, 55, 0, 0, 0, 0, 11, 81 -po/af.po, 10, 78, 84, 0, 0, 1, 3, 11, 81 diff --git a/results/f31/xen-4.12.1-1.fc31.src.rpm.errors.txt b/results/f31/xen-4.12.1-1.fc31.src.rpm.errors.txt deleted file mode 100644 index 0da4d8b..0000000 --- a/results/f31/xen-4.12.1-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./tools/qemu-xen/po/Makefile) diff --git a/results/f31/xen-4.12.1-1.fc31.src.rpm.stats.csv b/results/f31/xen-4.12.1-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 783505b..0000000 --- a/results/f31/xen-4.12.1-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,9 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -tools/qemu-xen/po/bg.po, 18, 33, 34, 0, 0, 1, 2, 19, 35 -tools/qemu-xen/po/hu.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 -tools/qemu-xen/po/messages.po, 0, 0, 0, 0, 0, 19, 35, 19, 35 -tools/qemu-xen/po/zh_CN.po, 18, 33, 20, 0, 0, 1, 2, 19, 35 -tools/qemu-xen/po/it.po, 18, 33, 38, 0, 0, 1, 2, 19, 35 -tools/qemu-xen/po/tr.po, 11, 22, 21, 2, 4, 6, 9, 19, 35 -tools/qemu-xen/po/fr_FR.po, 18, 33, 39, 0, 0, 1, 2, 19, 35 -tools/qemu-xen/po/de_DE.po, 18, 33, 29, 0, 0, 1, 2, 19, 35 diff --git a/results/f31/xfsprogs-5.1.0-2.fc31.src.rpm.errors.txt b/results/f31/xfsprogs-5.1.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 43f5dd0..0000000 --- a/results/f31/xfsprogs-5.1.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile) diff --git a/results/f31/xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv b/results/f31/xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 33b3d3f..0000000 --- a/results/f31/xfsprogs-5.1.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,4 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/xfsprogs.pot, 0, 0, 0, 0, 0, 2770, 24298, 2770, 24298 -po/pl.po, 2701, 23865, 23840, 0, 0, 0, 0, 2701, 23865 -po/de.po, 2346, 20310, 19623, 0, 0, 0, 0, 2346, 20310 diff --git a/results/f31/xkeyboard-config-2.27-2.fc31.src.rpm.errors.txt b/results/f31/xkeyboard-config-2.27-2.fc31.src.rpm.errors.txt deleted file mode 100644 index b79bafa..0000000 --- a/results/f31/xkeyboard-config-2.27-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) diff --git a/results/f31/xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv b/results/f31/xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv deleted file mode 100644 index 917b10a..0000000 --- a/results/f31/xkeyboard-config-2.27-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,88 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/bg.po, 755, 1992, 2503, 359, 1713, 41, 154, 1155, 3859 -po/nb.gmo, 24, 40, 40, 0, 0, 0, 0, 24, 40 -po/sl.gmo, 605, 1412, 1511, 0, 0, 0, 0, 605, 1412 -po/pt_BR.po, 1130, 3750, 4097, 20, 77, 5, 32, 1155, 3859 -po/ky.po, 177, 398, 407, 477, 1504, 501, 1957, 1155, 3859 -po/rw.gmo, 18, 18, 18, 0, 0, 0, 0, 18, 18 -po/ky.gmo, 177, 398, 407, 0, 0, 0, 0, 177, 398 -po/gl.po, 1117, 3700, 4035, 28, 110, 10, 49, 1155, 3859 -po/cs.po, 1147, 3819, 3950, 4, 9, 4, 31, 1155, 3859 -po/vi.gmo, 755, 1992, 2866, 0, 0, 0, 0, 755, 1992 -po/xkeyboard-config.pot, 0, 0, 0, 0, 0, 1155, 3859, 1155, 3859 -po/sq.po, 105, 198, 201, 303, 962, 747, 2699, 1155, 3859 -po/lt.po, 724, 1865, 1944, 384, 1786, 47, 208, 1155, 3859 -po/el.gmo, 700, 1808, 1862, 0, 0, 0, 0, 700, 1808 -po/fr.po, 1145, 3813, 4034, 5, 13, 5, 33, 1155, 3859 -po/fi.po, 1147, 3819, 3401, 4, 9, 4, 31, 1155, 3859 -po/sv.po, 1147, 3819, 3677, 4, 9, 4, 31, 1155, 3859 -po/ro.po, 672, 1635, 1785, 398, 1869, 85, 355, 1155, 3859 -po/sr.gmo, 89, 189, 192, 0, 0, 0, 0, 89, 189 -po/ko.po, 1145, 3813, 3731, 5, 13, 5, 33, 1155, 3859 -po/pt.po, 1147, 3819, 3904, 3, 7, 5, 33, 1155, 3859 -po/crh.po, 185, 482, 496, 544, 1936, 426, 1441, 1155, 3859 -po/zh_TW.po, 660, 1626, 1319, 419, 1934, 76, 299, 1155, 3859 -po/fi.gmo, 1147, 3819, 3401, 0, 0, 0, 0, 1147, 3819 -po/rw.po, 18, 18, 18, 252, 939, 885, 2902, 1155, 3859 -po/nl.po, 1147, 3819, 3710, 3, 7, 5, 33, 1155, 3859 -po/ro.gmo, 672, 1635, 1785, 0, 0, 0, 0, 672, 1635 -po/az.po, 105, 198, 199, 303, 962, 747, 2699, 1155, 3859 -po/eo.po, 1147, 3819, 3845, 4, 9, 4, 31, 1155, 3859 -po/it.po, 593, 1362, 1409, 466, 2094, 96, 403, 1155, 3859 -po/es.po, 1146, 3818, 4278, 4, 9, 5, 32, 1155, 3859 -po/hr.gmo, 1147, 3819, 3932, 0, 0, 0, 0, 1147, 3819 -po/en_GB.gmo, 65, 153, 153, 0, 0, 0, 0, 65, 153 -po/hu.gmo, 1115, 3676, 3687, 0, 0, 0, 0, 1115, 3676 -po/ka.gmo, 86, 195, 195, 0, 0, 0, 0, 86, 195 -po/id.gmo, 1115, 3676, 3694, 0, 0, 0, 0, 1115, 3676 -po/ca.gmo, 1147, 3819, 4101, 0, 0, 0, 0, 1147, 3819 -po/sr.po, 89, 189, 192, 450, 1446, 616, 2224, 1155, 3859 -po/el.po, 700, 1808, 1862, 395, 1813, 60, 238, 1155, 3859 -po/ru.po, 1147, 3819, 3959, 4, 9, 4, 31, 1155, 3859 -po/ja.gmo, 615, 1464, 1285, 0, 0, 0, 0, 615, 1464 -po/ru.gmo, 1147, 3819, 3959, 0, 0, 0, 0, 1147, 3819 -po/ka.po, 86, 195, 195, 449, 1472, 620, 2192, 1155, 3859 -po/sk.po, 278, 921, 895, 451, 1420, 426, 1518, 1155, 3859 -po/da.po, 1147, 3819, 3715, 3, 7, 5, 33, 1155, 3859 -po/tr.po, 1147, 3819, 3800, 4, 9, 4, 31, 1155, 3859 -po/bg.gmo, 755, 1992, 2503, 0, 0, 0, 0, 755, 1992 -po/fr.gmo, 1145, 3813, 4034, 0, 0, 0, 0, 1145, 3813 -po/ca.po, 1147, 3819, 4101, 3, 7, 5, 33, 1155, 3859 -po/pt_BR.gmo, 1130, 3750, 4097, 0, 0, 0, 0, 1130, 3750 -po/zh_TW.gmo, 660, 1626, 1319, 0, 0, 0, 0, 660, 1626 -po/nl.gmo, 1147, 3819, 3710, 0, 0, 0, 0, 1147, 3819 -po/uk.gmo, 1147, 3819, 3870, 0, 0, 0, 0, 1147, 3819 -po/zh_CN.gmo, 588, 1471, 910, 0, 0, 0, 0, 588, 1471 -po/hr.po, 1147, 3819, 3932, 4, 9, 4, 31, 1155, 3859 -po/sv.gmo, 1147, 3819, 3677, 0, 0, 0, 0, 1147, 3819 -po/ko.gmo, 1145, 3813, 3731, 0, 0, 0, 0, 1145, 3813 -po/uk.po, 1147, 3819, 3870, 3, 7, 5, 33, 1155, 3859 -po/id.po, 1115, 3676, 3694, 27, 108, 13, 75, 1155, 3859 -po/de.po, 1147, 3819, 3713, 3, 7, 5, 33, 1155, 3859 -po/da.gmo, 1147, 3819, 3715, 0, 0, 0, 0, 1147, 3819 -po/pl.po, 1147, 3819, 3712, 3, 7, 5, 33, 1155, 3859 -po/af.po, 105, 198, 196, 303, 962, 747, 2699, 1155, 3859 -po/fur.po, 1130, 3750, 4045, 20, 77, 5, 32, 1155, 3859 -po/zh_CN.po, 588, 1471, 910, 323, 1300, 244, 1088, 1155, 3859 -po/en_GB.po, 65, 153, 153, 400, 1323, 690, 2383, 1155, 3859 -po/hu.po, 1115, 3676, 3687, 27, 108, 13, 75, 1155, 3859 -po/cs.gmo, 1147, 3819, 3950, 0, 0, 0, 0, 1147, 3819 -po/de.gmo, 1147, 3819, 3713, 0, 0, 0, 0, 1147, 3819 -po/crh.gmo, 185, 482, 496, 0, 0, 0, 0, 185, 482 -po/es.gmo, 1146, 3818, 4278, 0, 0, 0, 0, 1146, 3818 -po/vi.po, 755, 1992, 2866, 360, 1716, 40, 151, 1155, 3859 -po/fur.gmo, 1130, 3750, 4045, 0, 0, 0, 0, 1130, 3750 -po/eo.gmo, 1147, 3819, 3845, 0, 0, 0, 0, 1147, 3819 -po/az.gmo, 105, 198, 199, 0, 0, 0, 0, 105, 198 -po/ja.po, 615, 1464, 1285, 423, 1937, 117, 458, 1155, 3859 -po/nb.po, 24, 40, 40, 174, 392, 957, 3427, 1155, 3859 -po/sq.gmo, 105, 198, 201, 0, 0, 0, 0, 105, 198 -po/gl.gmo, 1117, 3700, 4035, 0, 0, 0, 0, 1117, 3700 -po/af.gmo, 105, 198, 196, 0, 0, 0, 0, 105, 198 -po/sl.po, 605, 1412, 1511, 455, 2065, 95, 382, 1155, 3859 -po/tr.gmo, 1147, 3819, 3800, 0, 0, 0, 0, 1147, 3819 -po/sk.gmo, 278, 921, 895, 0, 0, 0, 0, 278, 921 -po/pl.gmo, 1147, 3819, 3712, 0, 0, 0, 0, 1147, 3819 -po/pt.gmo, 1147, 3819, 3904, 0, 0, 0, 0, 1147, 3819 -po/lt.gmo, 724, 1865, 1944, 0, 0, 0, 0, 724, 1865 -po/it.gmo, 593, 1362, 1409, 0, 0, 0, 0, 593, 1362 diff --git a/results/f31/xz-5.2.4-6.fc31.src.rpm.errors.txt b/results/f31/xz-5.2.4-6.fc31.src.rpm.errors.txt deleted file mode 100644 index 7142916..0000000 --- a/results/f31/xz-5.2.4-6.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,18 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: 'Unable to process version 1.0 MO files' -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) diff --git a/results/f31/xz-5.2.4-6.fc31.src.rpm.stats.csv b/results/f31/xz-5.2.4-6.fc31.src.rpm.stats.csv deleted file mode 100644 index b7e4042..0000000 --- a/results/f31/xz-5.2.4-6.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,8 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/cs.po, 134, 1130, 1130, 7, 67, 20, 195, 161, 1392 -po/de.po, 159, 1378, 1309, 0, 0, 2, 14, 161, 1392 -po/fr.po, 146, 1259, 1449, 0, 0, 15, 133, 161, 1392 -po/it.po, 156, 1360, 1583, 0, 0, 5, 32, 161, 1392 -po/pl.po, 156, 1360, 1303, 0, 0, 5, 32, 161, 1392 -po/vi.po, 156, 1360, 1920, 0, 0, 5, 32, 161, 1392 -po/xz.pot, 0, 0, 0, 0, 0, 161, 1392, 161, 1392 diff --git a/results/f31/yelp-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/yelp-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index f12812f..0000000 --- a/results/f31/yelp-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/yelp-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/yelp-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index bee88c2..0000000 --- a/results/f31/yelp-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,208 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/he.po, 104, 448, 385, 0, 0, 0, 0, 104, 448 -po/gu.gmo, 104, 452, 424, 0, 0, 0, 0, 104, 452 -po/uz.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -po/hu.gmo, 74, 351, 305, 0, 0, 0, 0, 74, 351 -po/ast.gmo, 115, 488, 512, 0, 0, 0, 0, 115, 488 -po/ga.gmo, 65, 155, 166, 0, 0, 0, 0, 65, 155 -po/bn_IN.po, 104, 452, 435, 0, 0, 0, 0, 104, 452 -po/xh.gmo, 151, 597, 501, 0, 0, 0, 0, 151, 597 -po/ar.gmo, 99, 430, 351, 0, 0, 0, 0, 99, 430 -po/pt_BR.gmo, 74, 351, 373, 0, 0, 0, 0, 74, 351 -po/de.po, 74, 351, 344, 0, 0, 0, 0, 74, 351 -po/uz.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -po/ka.po, 239, 957, 734, 0, 0, 0, 0, 239, 957 -po/ca@valencia.gmo, 67, 284, 336, 0, 0, 0, 0, 67, 284 -po/ku.gmo, 238, 956, 989, 0, 0, 0, 0, 238, 956 -po/ml.gmo, 73, 348, 276, 0, 0, 0, 0, 73, 348 -po/lv.po, 74, 351, 301, 0, 0, 0, 0, 74, 351 -po/zh_TW.po, 74, 351, 108, 0, 0, 0, 0, 74, 351 -po/en_GB.gmo, 121, 506, 506, 0, 0, 0, 0, 121, 506 -po/zh_CN.gmo, 74, 351, 116, 0, 0, 0, 0, 74, 351 -po/la.gmo, 13, 13, 24, 0, 0, 0, 0, 13, 13 -po/fur.po, 74, 351, 379, 0, 0, 0, 0, 74, 351 -po/pt_BR.po, 74, 351, 373, 0, 0, 0, 0, 74, 351 -po/is.po, 70, 293, 278, 0, 0, 3, 55, 73, 348 -po/af.po, 277, 780, 723, 19, 88, 18, 39, 314, 907 -po/gd.gmo, 67, 284, 378, 0, 0, 0, 0, 67, 284 -po/ro.gmo, 74, 351, 367, 0, 0, 0, 0, 74, 351 -po/li.po, 23, 51, 43, 47, 96, 78, 459, 148, 606 -po/ta.po, 104, 452, 353, 0, 0, 0, 0, 104, 452 -po/eo.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/ru.po, 74, 351, 311, 0, 0, 0, 0, 74, 351 -po/ml.po, 73, 348, 276, 0, 0, 0, 0, 73, 348 -po/ar.po, 99, 430, 351, 0, 0, 5, 18, 104, 448 -po/sr@latin.gmo, 104, 448, 390, 0, 0, 0, 0, 104, 448 -po/km.gmo, 121, 506, 215, 0, 0, 0, 0, 121, 506 -po/crh.gmo, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -po/nl.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/az.po, 38, 92, 84, 45, 80, 65, 434, 148, 606 -po/cs.gmo, 74, 351, 293, 0, 0, 0, 0, 74, 351 -po/ms.po, 73, 172, 170, 34, 74, 41, 360, 148, 606 -po/te.po, 104, 452, 363, 0, 0, 0, 0, 104, 452 -po/km.po, 121, 506, 215, 0, 0, 0, 0, 121, 506 -po/sq.po, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -po/he.gmo, 104, 448, 385, 0, 0, 0, 0, 104, 448 -po/fur.gmo, 74, 351, 379, 0, 0, 0, 0, 74, 351 -po/az.gmo, 38, 92, 84, 0, 0, 0, 0, 38, 92 -po/uz@cyrillic.po, 250, 570, 548, 0, 0, 99, 465, 349, 1035 -po/ca.po, 74, 351, 401, 0, 0, 0, 0, 74, 351 -po/ka.gmo, 239, 957, 734, 0, 0, 0, 0, 239, 957 -po/pt.po, 104, 448, 473, 0, 0, 0, 0, 104, 448 -po/zh_CN.po, 74, 351, 116, 0, 0, 0, 0, 74, 351 -po/it.gmo, 74, 351, 375, 0, 0, 0, 0, 74, 351 -po/hr.gmo, 74, 351, 303, 0, 0, 0, 0, 74, 351 -po/fa.po, 73, 348, 332, 0, 0, 0, 0, 73, 348 -po/nb.po, 73, 348, 316, 0, 0, 0, 0, 73, 348 -po/ps.po, 156, 268, 307, 0, 0, 193, 767, 349, 1035 -po/el.gmo, 74, 351, 358, 0, 0, 0, 0, 74, 351 -po/hi.po, 104, 452, 484, 0, 0, 0, 0, 104, 452 -po/nso.po, 55, 110, 169, 33, 67, 60, 429, 148, 606 -po/ga.po, 65, 155, 166, 6, 29, 51, 323, 122, 507 -po/th.gmo, 122, 507, 190, 0, 0, 0, 0, 122, 507 -po/en_CA.po, 183, 792, 800, 0, 0, 0, 0, 183, 792 -po/da.po, 74, 351, 304, 0, 0, 0, 0, 74, 351 -po/mn.gmo, 38, 92, 90, 0, 0, 0, 0, 38, 92 -po/gl.po, 74, 351, 380, 0, 0, 0, 0, 74, 351 -po/as.gmo, 104, 452, 437, 0, 0, 0, 0, 104, 452 -po/dz.gmo, 239, 957, 501, 0, 0, 0, 0, 239, 957 -po/mg.po, 235, 941, 953, 4, 16, 0, 0, 239, 957 -po/sk.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/zh_HK.gmo, 104, 452, 141, 0, 0, 0, 0, 104, 452 -po/mr.gmo, 104, 452, 378, 0, 0, 0, 0, 104, 452 -po/fi.po, 74, 351, 281, 0, 0, 0, 0, 74, 351 -po/be@latin.po, 346, 1032, 964, 0, 0, 3, 3, 349, 1035 -po/bs.gmo, 104, 452, 389, 0, 0, 0, 0, 104, 452 -po/si.po, 60, 84, 124, 0, 0, 190, 925, 250, 1009 -po/mai.po, 217, 571, 659, 0, 0, 132, 464, 349, 1035 -po/bg.gmo, 104, 448, 472, 0, 0, 0, 0, 104, 448 -po/nso.gmo, 55, 110, 169, 0, 0, 0, 0, 55, 110 -po/yelp.pot, 0, 0, 0, 0, 0, 74, 351, 74, 351 -po/en_GB.po, 104, 448, 448, 0, 0, 0, 0, 104, 448 -po/la.po, 13, 13, 24, 0, 0, 336, 1022, 349, 1035 -po/cs.po, 74, 351, 293, 0, 0, 0, 0, 74, 351 -po/nn.po, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -po/af.gmo, 277, 780, 723, 0, 0, 0, 0, 277, 780 -po/sk.gmo, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/or.po, 104, 452, 418, 0, 0, 0, 0, 104, 452 -po/bn.po, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -po/ja.gmo, 72, 331, 122, 0, 0, 0, 0, 72, 331 -po/zh_HK.po, 104, 452, 141, 0, 0, 0, 0, 104, 452 -po/xh.po, 151, 597, 501, 0, 0, 0, 0, 151, 597 -po/ro.po, 74, 351, 367, 0, 0, 0, 0, 74, 351 -po/pl.gmo, 74, 351, 315, 0, 0, 0, 0, 74, 351 -po/hi.gmo, 104, 452, 484, 0, 0, 0, 0, 104, 452 -po/cy.gmo, 238, 956, 964, 0, 0, 0, 0, 238, 956 -po/be.gmo, 122, 507, 409, 0, 0, 0, 0, 122, 507 -po/br.po, 100, 176, 215, 22, 42, 235, 876, 357, 1094 -po/vi.po, 74, 351, 458, 0, 0, 0, 0, 74, 351 -po/es.gmo, 74, 351, 386, 0, 0, 0, 0, 74, 351 -po/gd.po, 67, 284, 378, 0, 0, 0, 0, 67, 284 -po/lv.gmo, 74, 351, 301, 0, 0, 0, 0, 74, 351 -po/es.po, 74, 351, 386, 0, 0, 0, 0, 74, 351 -po/it.po, 74, 351, 375, 0, 0, 0, 0, 74, 351 -po/ks.po, 212, 753, 787, 32, 90, 105, 192, 349, 1035 -po/fi.gmo, 74, 351, 281, 0, 0, 0, 0, 74, 351 -po/zu.gmo, 38, 92, 85, 0, 0, 0, 0, 38, 92 -po/ca.gmo, 74, 351, 401, 0, 0, 0, 0, 74, 351 -po/crh.po, 357, 1094, 961, 0, 0, 0, 0, 357, 1094 -po/tg.po, 104, 448, 436, 0, 0, 0, 0, 104, 448 -po/hu.po, 74, 351, 305, 0, 0, 0, 0, 74, 351 -po/hr.po, 74, 351, 303, 0, 0, 0, 0, 74, 351 -po/sl.gmo, 74, 351, 322, 0, 0, 0, 0, 74, 351 -po/tr.po, 74, 351, 278, 0, 0, 0, 0, 74, 351 -po/ug.po, 122, 507, 397, 0, 0, 0, 0, 122, 507 -po/et.gmo, 122, 507, 372, 0, 0, 0, 0, 122, 507 -po/pa.gmo, 104, 452, 457, 0, 0, 0, 0, 104, 452 -po/fr.gmo, 74, 351, 388, 0, 0, 0, 0, 74, 351 -po/zh_TW.gmo, 74, 351, 108, 0, 0, 0, 0, 74, 351 -po/wa.po, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -po/nn.gmo, 349, 1035, 941, 0, 0, 0, 0, 349, 1035 -po/ca@valencia.po, 67, 284, 336, 0, 0, 0, 0, 67, 284 -po/bn_IN.gmo, 104, 452, 435, 0, 0, 0, 0, 104, 452 -po/ky.po, 121, 506, 405, 0, 0, 0, 0, 121, 506 -po/uk.gmo, 104, 448, 366, 0, 0, 0, 0, 104, 448 -po/mai.gmo, 217, 571, 659, 0, 0, 0, 0, 217, 571 -po/ja.po, 72, 331, 122, 0, 0, 1, 17, 73, 348 -po/pa.po, 104, 452, 457, 0, 0, 0, 0, 104, 452 -po/nl.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/pt.gmo, 104, 448, 473, 0, 0, 0, 0, 104, 448 -po/ko.gmo, 74, 351, 286, 0, 0, 0, 0, 74, 351 -po/eo.po, 67, 284, 257, 0, 0, 0, 0, 67, 284 -po/eu.po, 73, 348, 307, 0, 0, 0, 0, 73, 348 -po/mk.po, 119, 502, 521, 0, 0, 0, 0, 119, 502 -po/ku.po, 238, 956, 989, 0, 0, 0, 0, 238, 956 -po/lt.po, 74, 351, 277, 0, 0, 0, 0, 74, 351 -po/lt.gmo, 74, 351, 277, 0, 0, 0, 0, 74, 351 -po/uz@cyrillic.gmo, 250, 570, 548, 0, 0, 0, 0, 250, 570 -po/mr.po, 104, 452, 378, 0, 0, 0, 0, 104, 452 -po/sq.gmo, 349, 1035, 1130, 0, 0, 0, 0, 349, 1035 -po/gl.gmo, 74, 351, 380, 0, 0, 0, 0, 74, 351 -po/sr.gmo, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/gu.po, 104, 448, 420, 0, 0, 0, 0, 104, 448 -po/en_CA.gmo, 183, 792, 800, 0, 0, 0, 0, 183, 792 -po/dz.po, 239, 957, 501, 0, 0, 0, 0, 239, 957 -po/wa.gmo, 239, 957, 1240, 0, 0, 0, 0, 239, 957 -po/tr.gmo, 74, 351, 278, 0, 0, 0, 0, 74, 351 -po/te.gmo, 104, 452, 363, 0, 0, 0, 0, 104, 452 -po/ug.gmo, 122, 507, 397, 0, 0, 0, 0, 122, 507 -po/fr.po, 74, 351, 388, 0, 0, 0, 0, 74, 351 -po/an.po, 104, 448, 495, 0, 0, 0, 0, 104, 448 -po/ta.gmo, 104, 452, 353, 0, 0, 0, 0, 104, 452 -po/kk.po, 49, 104, 99, 0, 0, 55, 344, 104, 448 -po/ko.po, 74, 351, 286, 0, 0, 0, 0, 74, 351 -po/li.gmo, 23, 51, 43, 0, 0, 0, 0, 23, 51 -po/bs.po, 104, 452, 389, 0, 0, 0, 0, 104, 452 -po/sl.po, 74, 351, 322, 0, 0, 0, 0, 74, 351 -po/cy.po, 238, 956, 964, 0, 0, 0, 0, 238, 956 -po/ru.gmo, 74, 351, 311, 0, 0, 0, 0, 74, 351 -po/mn.po, 38, 92, 90, 45, 80, 65, 434, 148, 606 -po/vi.gmo, 74, 351, 458, 0, 0, 0, 0, 74, 351 -po/ne.po, 67, 284, 269, 0, 0, 0, 0, 67, 284 -po/sv.po, 74, 351, 317, 0, 0, 0, 0, 74, 351 -po/am.po, 23, 51, 50, 46, 90, 79, 465, 148, 606 -po/et.po, 122, 507, 372, 0, 0, 0, 0, 122, 507 -po/zu.po, 38, 92, 85, 45, 80, 65, 434, 148, 606 -po/be@latin.gmo, 346, 1032, 964, 0, 0, 0, 0, 346, 1032 -po/am.gmo, 23, 51, 50, 0, 0, 0, 0, 23, 51 -po/si.gmo, 60, 84, 124, 0, 0, 0, 0, 60, 84 -po/pl.po, 74, 351, 315, 0, 0, 0, 0, 74, 351 -po/as.po, 104, 452, 437, 0, 0, 0, 0, 104, 452 -po/ast.po, 115, 488, 512, 0, 0, 0, 0, 115, 488 -po/ms.gmo, 73, 172, 170, 0, 0, 0, 0, 73, 172 -po/br.gmo, 100, 176, 215, 0, 0, 0, 0, 100, 176 -po/ps.gmo, 156, 268, 307, 0, 0, 0, 0, 156, 268 -po/sr@latin.po, 104, 448, 390, 0, 0, 0, 0, 104, 448 -po/th.po, 122, 507, 190, 0, 0, 0, 0, 122, 507 -po/eu.gmo, 73, 348, 307, 0, 0, 0, 0, 73, 348 -po/fa.gmo, 73, 348, 332, 0, 0, 0, 0, 73, 348 -po/is.gmo, 70, 293, 278, 0, 0, 0, 0, 70, 293 -po/nb.gmo, 73, 348, 316, 0, 0, 0, 0, 73, 348 -po/id.gmo, 74, 351, 319, 0, 0, 0, 0, 74, 351 -po/kn.gmo, 104, 452, 374, 0, 0, 0, 0, 104, 452 -po/be.po, 104, 448, 358, 0, 0, 0, 0, 104, 448 -po/da.gmo, 74, 351, 304, 0, 0, 0, 0, 74, 351 -po/de.gmo, 74, 351, 344, 0, 0, 0, 0, 74, 351 -po/ks.gmo, 212, 753, 787, 0, 0, 0, 0, 212, 753 -po/mg.gmo, 235, 941, 953, 0, 0, 0, 0, 235, 941 -po/nds.po, 160, 316, 294, 0, 0, 0, 0, 160, 316 -po/nds.gmo, 160, 316, 294, 0, 0, 0, 0, 160, 316 -po/rw.po, 20, 26, 29, 83, 481, 48, 90, 151, 597 -po/oc.gmo, 103, 442, 498, 0, 0, 0, 0, 103, 442 -po/ky.gmo, 121, 506, 405, 0, 0, 0, 0, 121, 506 -po/uk.po, 104, 448, 366, 0, 0, 0, 0, 104, 448 -po/bn.gmo, 357, 1094, 1162, 0, 0, 0, 0, 357, 1094 -po/bg.po, 67, 284, 289, 0, 0, 0, 0, 67, 284 -po/id.po, 74, 351, 319, 0, 0, 0, 0, 74, 351 -po/mk.gmo, 119, 502, 521, 0, 0, 0, 0, 119, 502 -po/sr.po, 74, 351, 321, 0, 0, 0, 0, 74, 351 -po/an.gmo, 104, 448, 495, 0, 0, 0, 0, 104, 448 -po/kn.po, 104, 452, 374, 0, 0, 0, 0, 104, 452 -po/sv.gmo, 74, 351, 317, 0, 0, 0, 0, 74, 351 -po/oc.po, 103, 442, 499, 0, 0, 1, 6, 104, 448 -po/ne.gmo, 67, 284, 269, 0, 0, 0, 0, 67, 284 -po/tg.gmo, 104, 448, 436, 0, 0, 0, 0, 104, 448 -po/or.gmo, 104, 452, 418, 0, 0, 0, 0, 104, 452 -po/rw.gmo, 20, 26, 29, 0, 0, 0, 0, 20, 26 -po/kk.gmo, 48, 98, 96, 0, 0, 0, 0, 48, 98 -po/el.po, 74, 351, 358, 0, 0, 0, 0, 74, 351 diff --git a/results/f31/yelp-xsl-3.34.0-1.fc31.src.rpm.errors.txt b/results/f31/yelp-xsl-3.34.0-1.fc31.src.rpm.errors.txt deleted file mode 100644 index f12812f..0000000 --- a/results/f31/yelp-xsl-3.34.0-1.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,13 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) diff --git a/results/f31/yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv b/results/f31/yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv deleted file mode 100644 index 705d310..0000000 --- a/results/f31/yelp-xsl-3.34.0-1.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,180 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/he.po, 59, 81, 88, 0, 0, 0, 0, 59, 81 -po/gu.gmo, 99, 249, 255, 0, 0, 0, 0, 99, 249 -po/uz.gmo, 17, 19, 20, 0, 0, 0, 0, 17, 19 -po/hu.gmo, 64, 88, 78, 0, 0, 0, 0, 64, 88 -po/ast.gmo, 52, 70, 76, 0, 0, 0, 0, 52, 70 -po/ga.gmo, 99, 249, 275, 0, 0, 0, 0, 99, 249 -po/bn_IN.po, 99, 249, 249, 0, 0, 0, 0, 99, 249 -po/ar.gmo, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/pt_BR.gmo, 64, 88, 90, 0, 0, 0, 0, 64, 88 -po/de.po, 64, 88, 89, 0, 0, 0, 0, 64, 88 -po/uz.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -po/ka.po, 80, 213, 205, 0, 0, 0, 0, 80, 213 -po/ca@valencia.gmo, 59, 81, 91, 0, 0, 0, 0, 59, 81 -po/ml.gmo, 62, 85, 78, 0, 0, 0, 0, 62, 85 -po/lv.po, 62, 85, 75, 0, 0, 0, 0, 62, 85 -po/zh_TW.po, 62, 85, 58, 0, 0, 0, 0, 62, 85 -po/en_GB.gmo, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/zh_CN.gmo, 62, 85, 57, 0, 0, 0, 0, 62, 85 -po/fur.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -po/pt_BR.po, 64, 88, 90, 0, 0, 0, 0, 64, 88 -po/is.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -po/af.po, 59, 81, 84, 0, 0, 0, 0, 59, 81 -po/gd.gmo, 59, 81, 96, 0, 0, 0, 0, 59, 81 -po/ro.gmo, 62, 85, 87, 0, 0, 0, 0, 62, 85 -po/ta.po, 59, 81, 79, 0, 0, 0, 0, 59, 81 -po/eo.gmo, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/ru.po, 64, 88, 85, 0, 0, 0, 0, 64, 88 -po/ml.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -po/ar.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/sr@latin.gmo, 59, 81, 74, 0, 0, 0, 0, 59, 81 -po/km.gmo, 56, 78, 62, 0, 0, 0, 0, 56, 78 -po/nl.po, 62, 85, 85, 0, 0, 0, 0, 62, 85 -po/cs.gmo, 62, 85, 80, 0, 0, 0, 0, 62, 85 -po/te.po, 58, 80, 74, 0, 0, 0, 0, 58, 80 -po/en@shaw.po, 33, 41, 41, 0, 0, 0, 0, 33, 41 -po/km.po, 56, 78, 62, 0, 0, 1, 0, 57, 78 -po/sq.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -po/he.gmo, 59, 81, 88, 0, 0, 0, 0, 59, 81 -po/fur.gmo, 62, 85, 87, 0, 0, 0, 0, 62, 85 -po/uz@cyrillic.po, 17, 19, 20, 0, 0, 75, 219, 92, 238 -po/ca.po, 64, 88, 98, 0, 0, 0, 0, 64, 88 -po/ka.gmo, 80, 213, 205, 0, 0, 0, 0, 80, 213 -po/pt.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -po/zh_CN.po, 62, 85, 57, 0, 0, 0, 0, 62, 85 -po/it.gmo, 64, 88, 93, 0, 0, 0, 0, 64, 88 -po/hr.gmo, 62, 85, 80, 0, 0, 0, 0, 62, 85 -po/fa.po, 59, 81, 87, 0, 0, 0, 0, 59, 81 -po/nb.po, 59, 81, 78, 0, 0, 0, 0, 59, 81 -po/el.gmo, 62, 85, 91, 0, 0, 0, 0, 62, 85 -po/hi.po, 59, 81, 92, 0, 0, 0, 0, 59, 81 -po/ga.po, 99, 249, 275, 0, 0, 0, 0, 99, 249 -po/th.gmo, 58, 80, 56, 0, 0, 0, 0, 58, 80 -po/en_CA.po, 92, 238, 238, 0, 0, 0, 0, 92, 238 -po/da.po, 62, 85, 83, 0, 0, 0, 0, 62, 85 -po/mn.gmo, 80, 213, 224, 0, 0, 0, 0, 80, 213 -po/gl.po, 62, 85, 88, 0, 0, 0, 0, 62, 85 -po/as.gmo, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/dz.gmo, 92, 238, 170, 0, 0, 0, 0, 92, 238 -po/mg.po, 80, 213, 124, 0, 0, 0, 0, 80, 213 -po/sk.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -po/zh_HK.gmo, 59, 81, 55, 0, 0, 0, 0, 59, 81 -po/mr.gmo, 99, 249, 248, 0, 0, 0, 0, 99, 249 -po/fi.po, 62, 85, 73, 0, 0, 0, 0, 62, 85 -po/be@latin.po, 92, 238, 239, 0, 0, 0, 0, 92, 238 -po/bs.gmo, 59, 81, 75, 0, 0, 0, 0, 59, 81 -po/si.po, 25, 26, 27, 0, 0, 32, 54, 57, 80 -po/mai.po, 83, 216, 216, 0, 0, 16, 33, 99, 249 -po/bg.gmo, 59, 81, 82, 0, 0, 0, 0, 59, 81 -po/en_GB.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/cs.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -po/nn.po, 92, 238, 228, 0, 0, 0, 0, 92, 238 -po/af.gmo, 59, 81, 84, 0, 0, 0, 0, 59, 81 -po/sk.gmo, 59, 81, 82, 0, 0, 0, 0, 59, 81 -po/or.po, 99, 249, 254, 0, 0, 0, 0, 99, 249 -po/bn.po, 80, 213, 215, 0, 0, 0, 0, 80, 213 -po/ja.gmo, 59, 81, 55, 0, 0, 0, 0, 59, 81 -po/zh_HK.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -po/ro.po, 62, 85, 87, 0, 0, 0, 0, 62, 85 -po/pl.gmo, 64, 88, 85, 0, 0, 0, 0, 64, 88 -po/hi.gmo, 59, 81, 92, 0, 0, 0, 0, 59, 81 -po/cy.gmo, 80, 213, 214, 0, 0, 0, 0, 80, 213 -po/be.gmo, 62, 85, 79, 0, 0, 0, 0, 62, 85 -po/vi.po, 59, 81, 111, 0, 0, 0, 0, 59, 81 -po/es.gmo, 64, 88, 93, 0, 0, 0, 0, 64, 88 -po/gd.po, 59, 81, 96, 0, 0, 0, 0, 59, 81 -po/lv.gmo, 62, 85, 75, 0, 0, 0, 0, 62, 85 -po/es.po, 64, 88, 93, 0, 0, 0, 0, 64, 88 -po/it.po, 64, 88, 93, 0, 0, 0, 0, 64, 88 -po/fi.gmo, 62, 85, 73, 0, 0, 0, 0, 62, 85 -po/ca.gmo, 64, 88, 98, 0, 0, 0, 0, 64, 88 -po/tg.po, 59, 81, 85, 0, 0, 0, 0, 59, 81 -po/hu.po, 64, 88, 78, 0, 0, 0, 0, 64, 88 -po/hr.po, 62, 85, 80, 0, 0, 0, 0, 62, 85 -po/sl.gmo, 62, 85, 91, 0, 0, 0, 0, 62, 85 -po/tr.po, 62, 85, 81, 0, 0, 0, 0, 62, 85 -po/ug.po, 59, 81, 89, 0, 0, 0, 0, 59, 81 -po/et.gmo, 59, 81, 68, 0, 0, 0, 0, 59, 81 -po/pa.gmo, 59, 81, 83, 0, 0, 0, 0, 59, 81 -po/fr.gmo, 64, 88, 95, 0, 0, 0, 0, 64, 88 -po/zh_TW.gmo, 62, 85, 58, 0, 0, 0, 0, 62, 85 -po/wa.po, 16, 19, 24, 1, 3, 57, 177, 74, 199 -po/nn.gmo, 92, 238, 228, 0, 0, 0, 0, 92, 238 -po/ca@valencia.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -po/bn_IN.gmo, 99, 249, 249, 0, 0, 0, 0, 99, 249 -po/ky.po, 56, 78, 80, 2, 2, 0, 0, 58, 80 -po/uk.gmo, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/mai.gmo, 83, 216, 216, 0, 0, 0, 0, 83, 216 -po/ja.po, 59, 81, 55, 0, 0, 0, 0, 59, 81 -po/pa.po, 59, 81, 83, 0, 0, 0, 0, 59, 81 -po/nl.gmo, 62, 85, 85, 0, 0, 0, 0, 62, 85 -po/pt.gmo, 59, 81, 87, 0, 0, 0, 0, 59, 81 -po/ko.gmo, 62, 85, 82, 0, 0, 0, 0, 62, 85 -po/eo.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/eu.po, 64, 88, 82, 0, 0, 0, 0, 64, 88 -po/mk.po, 92, 238, 242, 0, 0, 0, 0, 92, 238 -po/lt.po, 64, 88, 80, 0, 0, 0, 0, 64, 88 -po/lt.gmo, 64, 88, 80, 0, 0, 0, 0, 64, 88 -po/uz@cyrillic.gmo, 17, 19, 20, 0, 0, 0, 0, 17, 19 -po/mr.po, 99, 249, 248, 0, 0, 0, 0, 99, 249 -po/sq.gmo, 92, 238, 242, 0, 0, 0, 0, 92, 238 -po/gl.gmo, 62, 85, 88, 0, 0, 0, 0, 62, 85 -po/en@shaw.gmo, 33, 41, 41, 0, 0, 0, 0, 33, 41 -po/sr.gmo, 62, 85, 78, 0, 0, 0, 0, 62, 85 -po/gu.po, 99, 249, 255, 0, 0, 0, 0, 99, 249 -po/en_CA.gmo, 92, 238, 238, 0, 0, 0, 0, 92, 238 -po/dz.po, 92, 238, 170, 0, 0, 0, 0, 92, 238 -po/wa.gmo, 16, 19, 24, 0, 0, 0, 0, 16, 19 -po/tr.gmo, 62, 85, 81, 0, 0, 0, 0, 62, 85 -po/te.gmo, 58, 80, 74, 0, 0, 0, 0, 58, 80 -po/ug.gmo, 59, 81, 89, 0, 0, 0, 0, 59, 81 -po/fr.po, 64, 88, 95, 0, 0, 0, 0, 64, 88 -po/yelp-xsl.pot, 0, 0, 0, 0, 0, 64, 88, 64, 88 -po/ta.gmo, 59, 81, 79, 0, 0, 0, 0, 59, 81 -po/kk.po, 42, 51, 52, 0, 0, 17, 30, 59, 81 -po/ko.po, 62, 85, 82, 0, 0, 0, 0, 62, 85 -po/bs.po, 59, 81, 75, 0, 0, 0, 0, 59, 81 -po/sl.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 -po/cy.po, 80, 213, 214, 0, 0, 0, 0, 80, 213 -po/ru.gmo, 64, 88, 85, 0, 0, 0, 0, 64, 88 -po/mn.po, 80, 213, 224, 0, 0, 0, 0, 80, 213 -po/vi.gmo, 59, 81, 111, 0, 0, 0, 0, 59, 81 -po/ne.po, 55, 70, 64, 1, 3, 3, 8, 59, 81 -po/sv.po, 62, 85, 84, 0, 0, 0, 0, 62, 85 -po/et.po, 59, 81, 68, 0, 0, 0, 0, 59, 81 -po/be@latin.gmo, 92, 238, 239, 0, 0, 0, 0, 92, 238 -po/si.gmo, 25, 26, 27, 0, 0, 0, 0, 25, 26 -po/pl.po, 64, 88, 85, 0, 0, 0, 0, 64, 88 -po/as.po, 59, 81, 81, 0, 0, 0, 0, 59, 81 -po/ast.po, 52, 70, 76, 0, 0, 0, 0, 52, 70 -po/sr@latin.po, 59, 81, 74, 0, 0, 0, 0, 59, 81 -po/th.po, 58, 80, 56, 0, 0, 0, 0, 58, 80 -po/eu.gmo, 64, 88, 82, 0, 0, 0, 0, 64, 88 -po/fa.gmo, 59, 81, 87, 0, 0, 0, 0, 59, 81 -po/is.gmo, 62, 85, 83, 0, 0, 0, 0, 62, 85 -po/nb.gmo, 59, 81, 78, 0, 0, 0, 0, 59, 81 -po/id.gmo, 64, 88, 89, 0, 0, 0, 0, 64, 88 -po/kn.gmo, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/be.po, 62, 85, 79, 0, 0, 0, 0, 62, 85 -po/da.gmo, 62, 85, 83, 0, 0, 0, 0, 62, 85 -po/de.gmo, 64, 88, 89, 0, 0, 0, 0, 64, 88 -po/mg.gmo, 80, 213, 124, 0, 0, 0, 0, 80, 213 -po/rw.po, 6, 6, 6, 8, 18, 60, 175, 74, 199 -po/oc.gmo, 59, 81, 91, 0, 0, 0, 0, 59, 81 -po/ky.gmo, 56, 78, 80, 0, 0, 0, 0, 56, 78 -po/uk.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/bn.gmo, 80, 213, 215, 0, 0, 0, 0, 80, 213 -po/bg.po, 59, 81, 82, 0, 0, 0, 0, 59, 81 -po/id.po, 64, 88, 89, 0, 0, 0, 0, 64, 88 -po/mk.gmo, 92, 238, 242, 0, 0, 0, 0, 92, 238 -po/sr.po, 62, 85, 78, 0, 0, 0, 0, 62, 85 -po/kn.po, 58, 80, 79, 0, 0, 0, 0, 58, 80 -po/sv.gmo, 62, 85, 84, 0, 0, 0, 0, 62, 85 -po/oc.po, 59, 81, 91, 0, 0, 0, 0, 59, 81 -po/ne.gmo, 55, 70, 64, 0, 0, 0, 0, 55, 70 -po/tg.gmo, 59, 81, 85, 0, 0, 0, 0, 59, 81 -po/or.gmo, 99, 249, 254, 0, 0, 0, 0, 99, 249 -po/rw.gmo, 6, 6, 6, 0, 0, 0, 0, 6, 6 -po/kk.gmo, 42, 51, 52, 0, 0, 0, 0, 42, 51 -po/el.po, 62, 85, 91, 0, 0, 0, 0, 62, 85 diff --git a/results/f31/zenity-3.32.0-2.fc31.src.rpm.errors.txt b/results/f31/zenity-3.32.0-2.fc31.src.rpm.errors.txt deleted file mode 100644 index 2411a7c..0000000 --- a/results/f31/zenity-3.32.0-2.fc31.src.rpm.errors.txt +++ /dev/null @@ -1,704 +0,0 @@ -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/uk.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/uk/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.in) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/da.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/da/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/ja.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ja/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/de.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/de/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/ca.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ca/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/sv.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sv/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/Makefile.am) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/pt_BR.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pt_BR/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/zh_CN.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/zh_CN/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/gl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/gl/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fr/fr.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/ru.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ru/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/es.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/es/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/oc/oc.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/hu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/hu/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/C/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-notification-listen-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-scale-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-password-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-forms-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-colorselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/pl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/pl/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/en_GB.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/en_GB/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/fi.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/fi/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/sl/sl.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/el.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/el/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/cs.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/cs/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/eu.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/eu/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/ChangeLog) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/scale.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/notification.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/intro.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/text.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/forms.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-calendar-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-list-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-fileselection-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-entry-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-text-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-information-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-notification-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-error-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-question-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-progress-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/figures/zenity-warning-screenshot.png) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/file-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/password.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/progress.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/bg.stamp) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/warning.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/entry.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/info.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/question.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/calendar.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/message.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/legal.xml) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/index.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/usage.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/error.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/color-selection.page) -translate.tools.pocount: ERROR: Unknown filetype (./help/bg/list.page) -translate.tools.pocount: ERROR: Unknown filetype (./po/remove-potcdate.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/quot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/LINGUAS) -translate.tools.pocount: ERROR: Unknown filetype (./po/insert-header.sin) -translate.tools.pocount: ERROR: Unknown filetype (./po/boldquot.sed) -translate.tools.pocount: ERROR: Unknown filetype (./po/POTFILES.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/stamp-po) -translate.tools.pocount: ERROR: Unknown filetype (./po/Rules-quot) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makefile.in.in) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@boldquot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/Makevars) -translate.tools.pocount: ERROR: Unknown filetype (./po/en@quot.header) -translate.tools.pocount: ERROR: Unknown filetype (./po/ChangeLog) diff --git a/results/f31/zenity-3.32.0-2.fc31.src.rpm.stats.csv b/results/f31/zenity-3.32.0-2.fc31.src.rpm.stats.csv deleted file mode 100644 index ea0666b..0000000 --- a/results/f31/zenity-3.32.0-2.fc31.src.rpm.stats.csv +++ /dev/null @@ -1,205 +0,0 @@ -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -help/uk/uk.po, 259, 2379, 1960, 0, 0, 0, 0, 259, 2379 -help/da/da.po, 347, 2992, 2576, 0, 0, 0, 0, 347, 2992 -help/ja/ja.po, 339, 2899, 1208, 0, 0, 0, 0, 339, 2899 -help/de/de.po, 342, 2972, 2902, 5, 20, 0, 0, 347, 2992 -help/ca/ca.po, 259, 2379, 2602, 0, 0, 0, 0, 259, 2379 -help/sv/sv.po, 347, 2992, 2578, 0, 0, 0, 0, 347, 2992 -help/pt_BR/pt_BR.po, 347, 2992, 3400, 0, 0, 0, 0, 347, 2992 -help/zh_CN/zh_CN.po, 338, 2855, 805, 1, 44, 0, 0, 339, 2899 -help/gl/gl.po, 325, 2650, 2928, 0, 0, 14, 249, 339, 2899 -help/fr/fr.po, 347, 2992, 3503, 0, 0, 0, 0, 347, 2992 -help/ru/ru.po, 259, 2379, 2133, 0, 0, 0, 0, 259, 2379 -help/es/es.po, 347, 2992, 3444, 0, 0, 0, 0, 347, 2992 -help/oc/oc.po, 98, 234, 254, 0, 0, 155, 2091, 253, 2325 -help/hu/hu.po, 347, 2992, 2568, 0, 0, 0, 0, 347, 2992 -help/pl/pl.po, 347, 2992, 2588, 0, 0, 0, 0, 347, 2992 -help/en_GB/en_GB.po, 257, 2349, 2359, 0, 0, 0, 0, 257, 2349 -help/fi/fi.po, 259, 2379, 1580, 0, 0, 0, 0, 259, 2379 -help/sl/sl.po, 35, 70, 70, 0, 0, 224, 2309, 259, 2379 -help/el/el.po, 347, 2992, 2998, 0, 0, 0, 0, 347, 2992 -help/cs/cs.po, 347, 2992, 2882, 0, 0, 0, 0, 347, 2992 -help/eu/eu.po, 253, 2325, 1920, 0, 0, 0, 0, 253, 2325 -help/bg/bg.po, 248, 2309, 2326, 0, 0, 0, 0, 248, 2309 -Filename, Translated Messages, Translated Source Words, Translated Target Words, Fuzzy Messages, Fuzzy Source Words, Untranslated Messages, Untranslated Source Words, Total Message, Total Source Words, Review Messages, Review Source Words -po/en_CA.gmo, 130, 559, 568, 0, 0, 0, 0, 130, 559 -po/ro.gmo, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -po/hr.gmo, 199, 896, 823, 0, 0, 0, 0, 199, 896 -po/cy.po, 118, 427, 467, 0, 0, 0, 0, 118, 427 -po/bn_IN.gmo, 159, 674, 846, 0, 0, 0, 0, 159, 674 -po/ast.gmo, 142, 612, 699, 0, 0, 0, 0, 142, 612 -po/ru.po, 196, 891, 865, 0, 0, 0, 0, 196, 891 -po/mn.po, 80, 256, 227, 21, 71, 11, 67, 112, 394 -po/ku.gmo, 18, 20, 20, 0, 0, 0, 0, 18, 20 -po/ka.gmo, 116, 421, 317, 0, 0, 0, 0, 116, 421 -po/am.gmo, 34, 70, 70, 0, 0, 0, 0, 34, 70 -po/nb.po, 196, 891, 847, 0, 0, 0, 0, 196, 891 -po/fa.gmo, 178, 775, 803, 0, 0, 0, 0, 178, 775 -po/zh_HK.gmo, 187, 841, 251, 0, 0, 0, 0, 187, 841 -po/mg.gmo, 120, 541, 643, 0, 0, 0, 0, 120, 541 -po/xh.gmo, 107, 359, 327, 0, 0, 0, 0, 107, 359 -po/bn.po, 136, 592, 667, 0, 0, 0, 0, 136, 592 -po/zh_CN.po, 199, 896, 255, 0, 0, 0, 0, 199, 896 -po/nl.gmo, 199, 896, 842, 0, 0, 0, 0, 199, 896 -po/af.po, 27, 88, 82, 0, 0, 134, 598, 161, 686 -po/az.po, 82, 272, 251, 20, 70, 10, 52, 112, 394 -po/en_CA.po, 130, 559, 568, 0, 0, 0, 0, 130, 559 -po/pl.po, 199, 896, 923, 0, 0, 0, 0, 199, 896 -po/ps.po, 82, 210, 217, 0, 0, 53, 372, 135, 582 -po/nn.po, 159, 674, 613, 0, 0, 0, 0, 159, 674 -po/ml.gmo, 199, 896, 783, 0, 0, 0, 0, 199, 896 -po/be.gmo, 199, 896, 861, 0, 0, 0, 0, 199, 896 -po/sr@latin.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/cy.gmo, 118, 427, 467, 0, 0, 0, 0, 118, 427 -po/hi.gmo, 171, 742, 833, 0, 0, 0, 0, 171, 742 -po/gl.po, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -po/be.po, 199, 896, 861, 0, 0, 0, 0, 199, 896 -po/cs.po, 199, 896, 869, 0, 0, 0, 0, 199, 896 -po/es.gmo, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -po/he.po, 175, 834, 839, 0, 0, 0, 0, 175, 834 -po/kk.po, 80, 335, 296, 0, 0, 116, 556, 196, 891 -po/ta.gmo, 178, 775, 644, 0, 0, 0, 0, 178, 775 -po/it.po, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -po/lt.po, 199, 896, 790, 0, 0, 0, 0, 199, 896 -po/sq.gmo, 135, 582, 701, 0, 0, 0, 0, 135, 582 -po/hu.po, 199, 896, 837, 0, 0, 0, 0, 199, 896 -po/vi.po, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -po/zh_TW.gmo, 199, 896, 272, 0, 0, 0, 0, 199, 896 -po/tg.gmo, 36, 76, 86, 0, 0, 0, 0, 36, 76 -po/as.po, 187, 841, 870, 0, 0, 0, 0, 187, 841 -po/fr.gmo, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -po/nl.po, 199, 896, 842, 0, 0, 0, 0, 199, 896 -po/ca@valencia.po, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -po/bn_IN.po, 159, 674, 846, 0, 0, 0, 0, 159, 674 -po/be@latin.po, 135, 582, 541, 0, 0, 0, 0, 135, 582 -po/ar.po, 159, 674, 658, 0, 0, 0, 0, 159, 674 -po/ja.gmo, 171, 823, 260, 0, 0, 0, 0, 171, 823 -po/ug.po, 178, 775, 712, 0, 0, 0, 0, 178, 775 -po/si.gmo, 130, 559, 586, 0, 0, 0, 0, 130, 559 -po/th.gmo, 196, 891, 322, 0, 0, 0, 0, 196, 891 -po/is.gmo, 55, 139, 119, 0, 0, 0, 0, 55, 139 -po/nb.gmo, 196, 891, 847, 0, 0, 0, 0, 196, 891 -po/eu.po, 199, 896, 756, 0, 0, 0, 0, 199, 896 -po/sr.po, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/ca.gmo, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -po/uk.po, 174, 751, 685, 0, 0, 0, 0, 174, 751 -po/xh.po, 107, 359, 327, 1, 6, 4, 29, 112, 394 -po/fi.po, 167, 680, 531, 23, 144, 9, 72, 199, 896 -po/es.po, 199, 896, 1155, 0, 0, 0, 0, 199, 896 -po/ga.po, 89, 329, 345, 0, 0, 47, 260, 136, 589 -po/nn.gmo, 159, 674, 613, 0, 0, 0, 0, 159, 674 -po/sl.gmo, 199, 896, 885, 0, 0, 0, 0, 199, 896 -po/de.gmo, 199, 896, 835, 0, 0, 0, 0, 199, 896 -po/sv.po, 199, 896, 805, 0, 0, 0, 0, 199, 896 -po/mi.po, 0, 0, 0, 34, 99, 78, 295, 112, 394 -po/it.gmo, 199, 896, 1076, 0, 0, 0, 0, 199, 896 -po/ug.gmo, 178, 775, 712, 0, 0, 0, 0, 178, 775 -po/ar.gmo, 159, 674, 658, 0, 0, 0, 0, 159, 674 -po/as.gmo, 187, 841, 870, 0, 0, 0, 0, 187, 841 -po/bn.gmo, 136, 592, 667, 0, 0, 0, 0, 136, 592 -po/oc.gmo, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -po/tg.po, 36, 76, 86, 0, 0, 142, 699, 178, 775 -po/rw.po, 9, 13, 12, 91, 341, 12, 40, 112, 394 -po/he.gmo, 175, 834, 839, 0, 0, 0, 0, 175, 834 -po/et.gmo, 180, 783, 639, 0, 0, 0, 0, 180, 783 -po/hi.po, 171, 742, 833, 0, 0, 0, 0, 171, 742 -po/oc.po, 196, 891, 1212, 0, 0, 0, 0, 196, 891 -po/bs.po, 190, 877, 846, 0, 0, 0, 0, 190, 877 -po/ne.gmo, 130, 559, 564, 0, 0, 0, 0, 130, 559 -po/eo.po, 198, 881, 787, 0, 0, 1, 15, 199, 896 -po/am.po, 34, 70, 70, 16, 50, 62, 274, 112, 394 -po/ka.po, 116, 421, 317, 0, 0, 4, 120, 120, 541 -po/eu.gmo, 199, 896, 756, 0, 0, 0, 0, 199, 896 -po/mr.po, 135, 582, 559, 0, 0, 0, 0, 135, 582 -po/af.gmo, 27, 88, 82, 0, 0, 0, 0, 27, 88 -po/id.po, 199, 896, 845, 0, 0, 0, 0, 199, 896 -po/el.po, 199, 896, 986, 0, 0, 0, 0, 199, 896 -po/lv.gmo, 199, 896, 789, 0, 0, 0, 0, 199, 896 -po/en_GB.po, 196, 891, 913, 0, 0, 0, 0, 196, 891 -po/pt.po, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -po/mg.po, 120, 541, 643, 0, 0, 0, 0, 120, 541 -po/ms.gmo, 82, 272, 245, 0, 0, 0, 0, 82, 272 -po/kn.gmo, 135, 582, 535, 0, 0, 0, 0, 135, 582 -po/ga.gmo, 89, 329, 345, 0, 0, 0, 0, 89, 329 -po/fur.gmo, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -po/uk.gmo, 174, 751, 685, 0, 0, 0, 0, 174, 751 -po/sk.po, 199, 896, 920, 0, 0, 0, 0, 199, 896 -po/ko.po, 199, 896, 803, 0, 0, 0, 0, 199, 896 -po/en@shaw.gmo, 142, 612, 613, 0, 0, 0, 0, 142, 612 -po/mai.gmo, 128, 551, 581, 0, 0, 0, 0, 128, 551 -po/ca@valencia.gmo, 196, 891, 1144, 0, 0, 0, 0, 196, 891 -po/si.po, 130, 559, 586, 0, 0, 0, 0, 130, 559 -po/bg.po, 174, 751, 942, 0, 0, 0, 0, 174, 751 -po/de.po, 199, 896, 835, 0, 0, 0, 0, 199, 896 -po/vi.gmo, 175, 834, 1197, 0, 0, 0, 0, 175, 834 -po/fur.po, 199, 896, 1127, 0, 0, 0, 0, 199, 896 -po/sr@latin.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/ast.po, 142, 612, 699, 0, 0, 0, 0, 142, 612 -po/or.gmo, 159, 674, 690, 0, 0, 0, 0, 159, 674 -po/ps.gmo, 82, 210, 217, 0, 0, 0, 0, 82, 210 -po/lv.po, 199, 896, 789, 0, 0, 0, 0, 199, 896 -po/pt.gmo, 196, 891, 1062, 0, 0, 0, 0, 196, 891 -po/pt_BR.gmo, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -po/te.gmo, 171, 742, 640, 0, 0, 0, 0, 171, 742 -po/dz.po, 129, 554, 267, 0, 0, 0, 0, 129, 554 -po/sr.gmo, 199, 896, 879, 0, 0, 0, 0, 199, 896 -po/mr.gmo, 135, 582, 559, 0, 0, 0, 0, 135, 582 -po/el.gmo, 199, 896, 986, 0, 0, 0, 0, 199, 896 -po/da.gmo, 199, 896, 753, 0, 0, 0, 0, 199, 896 -po/pl.gmo, 199, 896, 923, 0, 0, 0, 0, 199, 896 -po/ru.gmo, 196, 891, 865, 0, 0, 0, 0, 196, 891 -po/kk.gmo, 80, 335, 296, 0, 0, 0, 0, 80, 335 -po/mai.po, 128, 551, 581, 0, 0, 6, 28, 134, 579 -po/or.po, 159, 674, 690, 0, 0, 0, 0, 159, 674 -po/bg.gmo, 174, 751, 942, 0, 0, 0, 0, 174, 751 -po/ta.po, 178, 775, 644, 0, 0, 0, 0, 178, 775 -po/mn.gmo, 80, 256, 227, 0, 0, 0, 0, 80, 256 -po/id.gmo, 199, 896, 845, 0, 0, 0, 0, 199, 896 -po/mi.gmo, 0, 0, 0, 0, 0, 0, 0, 0, 0 -po/hr.po, 199, 896, 823, 0, 0, 0, 0, 199, 896 -po/mk.po, 135, 582, 598, 0, 0, 0, 0, 135, 582 -po/fa.po, 178, 775, 803, 0, 0, 0, 0, 178, 775 -po/mk.gmo, 135, 582, 598, 0, 0, 0, 0, 135, 582 -po/ne.po, 130, 559, 564, 0, 0, 0, 0, 130, 559 -po/sv.gmo, 199, 896, 805, 0, 0, 0, 0, 199, 896 -po/lt.gmo, 199, 896, 790, 0, 0, 0, 0, 199, 896 -po/tr.po, 199, 896, 793, 0, 0, 0, 0, 199, 896 -po/zh_TW.po, 199, 896, 272, 0, 0, 0, 0, 199, 896 -po/pa.gmo, 174, 751, 802, 0, 0, 0, 0, 174, 751 -po/eo.gmo, 198, 881, 787, 0, 0, 0, 0, 198, 881 -po/en_GB.gmo, 196, 891, 913, 0, 0, 0, 0, 196, 891 -po/ro.po, 199, 896, 1000, 0, 0, 0, 0, 199, 896 -po/zh_HK.po, 187, 841, 251, 0, 0, 0, 0, 187, 841 -po/is.po, 55, 139, 119, 34, 125, 23, 130, 112, 394 -po/zh_CN.gmo, 199, 896, 255, 0, 0, 0, 0, 199, 896 -po/sq.po, 135, 582, 701, 0, 0, 0, 0, 135, 582 -po/fr.po, 199, 896, 1245, 0, 0, 0, 0, 199, 896 -po/sk.gmo, 199, 896, 920, 0, 0, 0, 0, 199, 896 -po/rw.gmo, 9, 13, 12, 0, 0, 0, 0, 9, 13 -po/tr.gmo, 199, 896, 793, 0, 0, 0, 0, 199, 896 -po/fi.gmo, 167, 680, 531, 0, 0, 0, 0, 167, 680 -po/sl.po, 199, 896, 885, 0, 0, 0, 0, 199, 896 -po/zenity.pot, 0, 0, 0, 0, 0, 199, 896, 199, 896 -po/ku.po, 18, 20, 20, 1, 4, 93, 370, 112, 394 -po/gu.po, 159, 674, 694, 0, 0, 0, 0, 159, 674 -po/be@latin.gmo, 135, 582, 541, 0, 0, 0, 0, 135, 582 -po/pa.po, 174, 751, 802, 0, 0, 0, 0, 174, 751 -po/gu.gmo, 159, 674, 694, 0, 0, 0, 0, 159, 674 -po/ja.po, 171, 823, 260, 2, 9, 2, 2, 175, 834 -po/az.gmo, 82, 272, 251, 0, 0, 0, 0, 82, 272 -po/gl.gmo, 199, 896, 1130, 0, 0, 0, 0, 199, 896 -po/ml.po, 199, 896, 783, 0, 0, 0, 0, 199, 896 -po/te.po, 171, 742, 640, 0, 0, 0, 0, 171, 742 -po/kn.po, 135, 582, 535, 0, 0, 0, 0, 135, 582 -po/et.po, 180, 783, 639, 0, 0, 0, 0, 180, 783 -po/bs.gmo, 190, 877, 846, 0, 0, 0, 0, 190, 877 -po/en@shaw.po, 142, 612, 613, 0, 0, 0, 0, 142, 612 -po/ko.gmo, 199, 896, 803, 0, 0, 0, 0, 199, 896 -po/da.po, 199, 896, 753, 0, 0, 0, 0, 199, 896 -po/th.po, 196, 891, 322, 0, 0, 0, 0, 196, 891 -po/ca.po, 196, 891, 1145, 0, 0, 0, 0, 196, 891 -po/hu.gmo, 199, 896, 837, 0, 0, 0, 0, 199, 896 -po/dz.gmo, 129, 554, 267, 0, 0, 0, 0, 129, 554 -po/ms.po, 82, 272, 245, 20, 70, 10, 52, 112, 394 -po/pt_BR.po, 199, 896, 1119, 0, 0, 0, 0, 199, 896 -po/cs.gmo, 199, 896, 869, 0, 0, 0, 0, 199, 896 From 9f2447a3b49aee82f59d54148cb7d83e49788880 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Oct 15 2020 21:11:51 +0000 Subject: [PATCH 3/6] remove now useless files --- diff --git a/download-f30-srpm-in-container.sh b/download-f30-srpm-in-container.sh deleted file mode 100755 index 2a8aae7..0000000 --- a/download-f30-srpm-in-container.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# call get_f30_srpm.sh using a container (usecase: run statistics from another -# OS than fedora-30) - -podman run --rm --tty -i --name=localization \ - -v $(pwd):/scripts:z -w /scripts \ - registry.fedoraproject.org/fedora:30 \ - /scripts/get_f30_srpm.sh diff --git a/download-f31-srpm-in-container.sh b/download-f31-srpm-in-container.sh deleted file mode 100755 index b869204..0000000 --- a/download-f31-srpm-in-container.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -# call get_f30_srpm.sh using a container (usecase: run statistics from another -# OS than fedora-30) - -podman run --rm --tty -i --name=localization \ - -v $(pwd):/scripts:z -w /scripts \ - registry.fedoraproject.org/fedora:31 \ - /scripts/get_f31_srpm.sh diff --git a/fedora-30-workstation-live-packages b/fedora-30-workstation-live-packages deleted file mode 100644 index 2af7593..0000000 --- a/fedora-30-workstation-live-packages +++ /dev/null @@ -1,1619 +0,0 @@ -libgcc-9.0.1-0.10.fc30.x86_64 -fontpackages-filesystem-1.44-24.fc30.noarch -linux-firmware-whence-20190312-94.fc30.noarch -xkeyboard-config-2.24-5.fc30.noarch -hwdata-0.322-1.fc30.noarch -tzdata-2019a-1.fc30.noarch -fedora-logos-30.0.1-1.fc30.x86_64 -dejavu-fonts-common-2.37-1.fc30.noarch -gnu-free-fonts-common-20120503-20.fc30.noarch -liberation-fonts-common-1:2.00.5-1.fc30.noarch -libreport-filesystem-2.10.0-1.fc30.noarch -langtable-0.0.41-2.fc30.noarch -hyperv-daemons-license-0-0.28.20190303git.fc30.noarch -gnome-control-center-filesystem-3.32.1-2.fc30.noarch -emacs-filesystem-1:26.1-8.fc30.noarch -cups-filesystem-1:2.2.11-1.fc30.noarch -langtable-data-0.0.41-2.fc30.noarch -liberation-mono-fonts-1:2.00.5-1.fc30.noarch -dejavu-sans-fonts-2.37-1.fc30.noarch -aajohan-comfortaa-fonts-3.001-4.fc30.noarch -abattis-cantarell-fonts-0.111-2.fc30.noarch -qt-settings-30.0-1.fc30.noarch -mozilla-filesystem-1.9-20.fc30.x86_64 -google-noto-cjk-fonts-common-20170602-10.fc30.noarch -foomatic-db-filesystem-4.0-63.20190128.fc30.noarch -bind-license-32:9.11.5-13.P4.fc30.noarch -adobe-mappings-cmap-20171205-5.fc30.noarch -adobe-mappings-cmap-deprecated-20171205-5.fc30.noarch -dnf-data-4.2.2-2.fc30.noarch -liberation-sans-fonts-1:2.00.5-1.fc30.noarch -liberation-serif-fonts-1:2.00.5-1.fc30.noarch -dejavu-sans-mono-fonts-2.37-1.fc30.noarch -dejavu-serif-fonts-2.37-1.fc30.noarch -osinfo-db-20190319-1.fc30.noarch -linux-firmware-20190312-94.fc30.noarch -adobe-source-code-pro-fonts-2.030.1.050-6.fc30.noarch -gdouros-symbola-fonts-10.24-4.fc30.noarch -google-crosextra-caladea-fonts-1.002-0.12.20130214.fc30.noarch -google-crosextra-carlito-fonts-1.103-0.10.20130920.fc30.noarch -google-droid-sans-fonts-20120715-15.fc30.noarch -google-noto-emoji-color-fonts-20180814-2.fc30.noarch -khmeros-fonts-common-5.0-27.fc30.noarch -libreoffice-opensymbol-fonts-1:6.2.2.2-4.fc30.noarch -thai-scalable-fonts-common-0.6.5-3.fc30.noarch -whois-nls-5.4.2-1.fc30.noarch -web-assets-filesystem-5-9.fc30.noarch -js-jquery-3.3.1-2.fc30.noarch -python-systemd-doc-234-8.fc30.x86_64 -geolite2-country-20190409-1.fc30.noarch -geolite2-city-20190409-1.fc30.noarch -yelp-xsl-3.32.1-1.fc30.noarch -xen-licenses-4.11.1-4.fc30.x86_64 -vte-profile-0.56.1-1.fc30.x86_64 -unicode-ucd-12.0.0-1.fc30.noarch -tzdata-java-2019a-1.fc30.noarch -tigervnc-license-1.9.0-4.fc30.noarch -systemd-rpm-macros-241-7.gita2eaa1c.fc30.noarch -skkdic-20181016-2.T1609.fc30.noarch -sgabios-bin-1:0.20180715git-2.fc30.noarch -seavgabios-bin-1.12.0-2.fc30.noarch -seabios-bin-1.12.0-2.fc30.noarch -redhat-menus-12.0.2-15.fc30.noarch -quota-nls-1:4.04-12.fc30.noarch -python-setuptools-wheel-40.8.0-1.fc30.noarch -publicsuffix-list-dafsa-20190128-2.fc30.noarch -poppler-data-0.4.9-3.fc30.noarch -pkgconf-m4-1.6.1-1.fc30.noarch -openblas-0.3.5-5.fc30.x86_64 -ncurses-base-6.1-10.20180923.fc30.noarch -mobile-broadband-provider-info-1.20170310-3.fc30.noarch -mesa-filesystem-19.0.2-3.fc30.x86_64 -mariadb-connector-c-config-3.0.9-2.fc30.noarch -mailcap-2.1.48-5.fc30.noarch -libwacom-data-0.33-1.fc30.noarch -libreoffice-ure-common-1:6.2.2.2-4.fc30.noarch -liblangtag-data-0.6.2-7.fc30.noarch -libkkc-data-1:0.2.7-14.fc30.x86_64 -libkkc-common-0.3.5-14.fc30.noarch -libX11-common-1.6.7-1.fc30.noarch -kernel-headers-5.0.7-300.fc30.x86_64 -kbd-misc-2.0.4-13.fc30.noarch -kbd-legacy-2.0.4-13.fc30.noarch -javapackages-filesystem-5.3.0-4.fc30.noarch -ipxe-roms-qemu-20190125-1.git36a4c85f.fc30.noarch -hplip-common-3.18.12-9.fc30.x86_64 -google-noto-fonts-common-20181223-2.fc30.noarch -gnome-user-docs-3.32.1-1.fc30.noarch -fuse-common-3.4.2-3.fc30.x86_64 -firewalld-filesystem-0.6.3-2.fc30.noarch -fedora-logos-httpd-30.0.1-1.fc30.noarch -fedora-gpg-keys-30-0.6.noarch -fedora-release-workstation-30-0.26.noarch -fedora-repos-30-0.6.noarch -fedora-release-common-30-0.26.noarch -setup-2.13.3-1.fc30.noarch -filesystem-3.10-1.fc30.x86_64 -urw-base35-fonts-common-20170801-12.fc30.noarch -efi-filesystem-4-2.fc30.noarch -basesystem-11-7.fc30.noarch -pcre2-10.32-9.fc30.x86_64 -libselinux-2.9-1.fc30.x86_64 -ncurses-libs-6.1-10.20180923.fc30.x86_64 -glibc-all-langpacks-2.29-9.fc30.x86_64 -glibc-langpack-en-2.29-9.fc30.x86_64 -glibc-common-2.29-9.fc30.x86_64 -glibc-2.29-9.fc30.x86_64 -bash-5.0.2-1.fc30.x86_64 -libsepol-2.9-1.fc30.x86_64 -zlib-1.2.11-15.fc30.x86_64 -libstdc++-9.0.1-0.10.fc30.x86_64 -libcap-ng-0.7.9-7.fc30.x86_64 -libuuid-2.33.2-1.fc30.x86_64 -audit-libs-3.0-0.7.20190326git03e7489.fc30.x86_64 -libjpeg-turbo-2.0.2-1.fc30.x86_64 -libxcrypt-4.4.4-2.fc30.x86_64 -mkpasswd-5.4.2-1.fc30.x86_64 -perl-Carp-1.50-418.fc30.noarch -perl-Exporter-5.73-419.fc30.noarch -perl-libs-4:5.28.1-435.fc30.x86_64 -xz-libs-5.2.4-5.fc30.x86_64 -libxml2-2.9.9-2.fc30.x86_64 -popt-1.16-17.fc30.x86_64 -libpng-2:1.6.36-1.fc30.x86_64 -bzip2-libs-1.0.6-29.fc30.x86_64 -freetype-2.9.1-7.fc30.x86_64 -libnl3-3.4.0-8.fc30.x86_64 -expat-2.2.6-2.fc30.x86_64 -libcom_err-1.44.6-1.fc30.x86_64 -sqlite-libs-3.26.0-3.fc30.x86_64 -libicu-63.1-2.fc30.x86_64 -libcap-2.26-5.fc30.x86_64 -librevenge-0.0.4-13.fc30.x86_64 -libgpg-error-1.33-2.fc30.x86_64 -libgcrypt-1.8.4-3.fc30.x86_64 -kmod-libs-25-5.fc30.x86_64 -yajl-2.1.0-12.fc30.x86_64 -numactl-libs-2.0.12-2.fc30.x86_64 -libtdb-1.3.18-1.fc30.x86_64 -lcms2-2.9-5.fc30.x86_64 -readline-8.0-2.fc30.x86_64 -libtalloc-2.1.16-1.fc30.x86_64 -alsa-lib-1.1.8-2.fc30.x86_64 -alternatives-1.11-4.fc30.x86_64 -nspr-4.21.0-1.fc30.x86_64 -elfutils-libelf-0.176-1.fc30.x86_64 -capstone-4.0.1-3.fc30.x86_64 -libX11-xcb-1.6.7-1.fc30.x86_64 -gmp-1:6.1.2-10.fc30.x86_64 -nettle-3.4.1rc1-2.fc30.x86_64 -keyutils-libs-1.6-2.fc30.x86_64 -libICE-1.0.9-15.fc30.x86_64 -libtevent-0.9.39-1.fc30.x86_64 -libdb-5.3.28-37.fc30.x86_64 -libffi-3.1-19.fc30.x86_64 -libwayland-client-1.17.0-1.fc30.x86_64 -libwayland-server-1.17.0-1.fc30.x86_64 -libtool-ltdl-2.4.6-29.fc30.x86_64 -lua-libs-5.3.5-5.fc30.x86_64 -libSM-1.2.3-2.fc30.x86_64 -libepoxy-1.5.3-2.fc30.x86_64 -pcre-8.43-1.fc30.x86_64 -grep-3.1-9.fc30.x86_64 -p11-kit-0.23.15-3.fc30.x86_64 -libxkbcommon-0.8.3-1.fc30.x86_64 -pixman-0.38.0-1.fc30.x86_64 -nss-util-3.43.0-1.fc30.x86_64 -libxslt-1.1.32-4.fc30.x86_64 -grub2-common-1:2.02-75.fc30.noarch -json-c-0.13.1-4.fc30.x86_64 -libref_array-0.1.5-42.fc30.x86_64 -libseccomp-2.4.0-0.fc30.x86_64 -libwayland-egl-1.17.0-1.fc30.x86_64 -libzstd-1.3.8-2.fc30.x86_64 -which-2.21-14.fc30.x86_64 -mpfr-3.1.6-4.fc30.x86_64 -kmod-25-5.fc30.x86_64 -fuse-libs-2.9.9-3.fc30.x86_64 -libXau-1.0.9-1.fc30.x86_64 -libxcb-1.13.1-2.fc30.x86_64 -libX11-1.6.7-1.fc30.x86_64 -libXext-1.3.3-11.fc30.x86_64 -libXfixes-5.0.3-9.fc30.x86_64 -libXi-1.7.9-9.fc30.x86_64 -libXrender-0.9.10-9.fc30.x86_64 -libXrandr-1.5.1-9.fc30.x86_64 -libXdamage-1.1.4-16.fc30.x86_64 -libXtst-1.2.3-9.fc30.x86_64 -libXinerama-1.1.4-3.fc30.x86_64 -libXcomposite-0.4.4-16.fc30.x86_64 -libbasicobjects-0.1.1-42.fc30.x86_64 -libcollection-0.7.0-42.fc30.x86_64 -libdhash-0.5.0-42.fc30.x86_64 -libtasn1-4.13-7.fc30.x86_64 -lz4-libs-1.8.3-2.fc30.x86_64 -lzo-2.08-15.fc30.x86_64 -orc-0.4.28-4.fc30.x86_64 -libXcursor-1.1.15-5.fc30.x86_64 -libwayland-cursor-1.17.0-1.fc30.x86_64 -libassuan-2.5.2-2.fc30.x86_64 -perl-Scalar-List-Utils-3:1.50-418.fc30.x86_64 -libsigc++20-2.10.1-2.fc30.x86_64 -libaio-0.3.111-4.fc30.x86_64 -libogg-2:1.3.3-2.fc30.x86_64 -libvorbis-1:1.3.6-4.fc30.x86_64 -libpciaccess-0.14-3.fc30.x86_64 -libdrm-2.4.97-2.fc30.x86_64 -mesa-libgbm-19.0.2-3.fc30.x86_64 -libunistring-0.9.10-5.fc30.x86_64 -libidn2-2.1.1a-1.fc30.x86_64 -libwebp-1.0.2-2.fc30.x86_64 -p11-kit-trust-0.23.15-3.fc30.x86_64 -augeas-libs-1.11.0-4.fc30.x86_64 -perl-parent-1:0.237-3.fc30.noarch -hunspell-en-GB-0.20140811.1-14.fc30.noarch -hunspell-en-0.20140811.1-14.fc30.noarch -hunspell-en-US-0.20140811.1-14.fc30.noarch -hunspell-1.7.0-2.fc30.x86_64 -libplist-2.0.0-12.fc30.x86_64 -libreoffice-data-1:6.2.2.2-4.fc30.noarch -jansson-2.12-2.fc30.x86_64 -libmnl-1.0.4-9.fc30.x86_64 -libsss_idmap-2.1.0-2.fc30.x86_64 -libxshmfence-1.3-4.fc30.x86_64 -libXv-1.0.11-9.fc30.x86_64 -libbytesize-1.4-2.fc30.x86_64 -fuse-2.9.9-3.fc30.x86_64 -xmlsec1-1.2.27-2.fc30.x86_64 -xz-5.2.4-5.fc30.x86_64 -bubblewrap-0.3.1-2.fc30.x86_64 -libsemanage-2.9-1.fc30.x86_64 -boost-system-1.69.0-6.fc30.x86_64 -findutils-1:4.6.0-22.fc30.x86_64 -libasyncns-0.8-16.fc30.x86_64 -libgomp-9.0.1-0.10.fc30.x86_64 -libpcap-14:1.9.0-3.fc30.x86_64 -openjpeg2-2.3.1-1.fc30.x86_64 -libpsl-0.20.2-6.fc30.x86_64 -libXxf86vm-1.1.4-11.fc30.x86_64 -libxkbfile-1.0.9-12.fc30.x86_64 -xorg-x11-xkb-utils-7.7-29.fc30.x86_64 -libmwaw-0.3.14-3.fc30.x86_64 -libodfgen-0.1.7-4.fc30.x86_64 -libstaroffice-0.0.6-3.fc30.x86_64 -libical-3.0.4-3.fc30.x86_64 -e2fsprogs-libs-1.44.6-1.fc30.x86_64 -xen-libs-4.11.1-4.fc30.x86_64 -apr-1.6.5-3.fc30.x86_64 -file-libs-5.36-2.fc30.x86_64 -file-5.36-2.fc30.x86_64 -libtar-1.2.20-17.fc30.x86_64 -bluez-libs-5.50-6.fc30.x86_64 -efivar-libs-37-1.fc30.x86_64 -hyphen-2.8.8-11.fc30.x86_64 -libXdmcp-1.1.2-13.fc30.x86_64 -libattr-2.4.48-5.fc30.x86_64 -libacl-2.2.53-3.fc30.x86_64 -sed-4.5-3.fc30.x86_64 -libdvdread-6.0.1-1.fc30.x86_64 -libexif-0.6.21-19.fc30.x86_64 -opus-1.3.1-1.fc30.x86_64 -tar-2:1.32-1.fc30.x86_64 -iptables-libs-1.8.0-5.fc30.x86_64 -soxr-0.1.3-3.fc30.x86_64 -flac-libs-1.3.2-10.fc30.x86_64 -libtheora-1:1.1.1-23.fc30.x86_64 -libXt-1.1.5-10.fc30.x86_64 -libXmu-1.1.2-13.fc30.x86_64 -xcb-util-0.4.0-12.fc30.x86_64 -startup-notification-0.12-17.fc30.x86_64 -libmpc-1.1.0-3.fc30.x86_64 -lua-5.3.5-5.fc30.x86_64 -exiv2-libs-0.27.0-3.fc30.x86_64 -exiv2-0.27.0-3.fc30.x86_64 -liblangtag-0.6.2-7.fc30.x86_64 -libetonyek-0.1.9-3.fc30.x86_64 -jasper-libs-2.0.14-8.fc30.x86_64 -libv4l-1.16.3-2.fc30.x86_64 -libcdio-2.0.0-4.fc30.x86_64 -mozjs60-60.4.0-5.fc30.x86_64 -texlive-lib-7:20180414-35.fc30.x86_64 -less-530-4.fc30.x86_64 -SDL2-2.0.9-3.fc30.x86_64 -brotli-1.0.7-3.fc30.x86_64 -cpio-2.12-10.fc30.x86_64 -gdbm-libs-1:1.18-4.fc30.x86_64 -gsm-1.0.18-4.fc30.x86_64 -libsndfile-1.0.28-10.fc30.x86_64 -libedit-3.1-26.20181209cvs.fc30.x86_64 -llvm-libs-8.0.0-1.fc30.x86_64 -libglvnd-1:1.1.0-4.gitf92208b.fc30.x86_64 -libieee1284-0.2.11-30.fc30.x86_64 -libraw1394-2.1.2-9.fc30.x86_64 -libsmartcols-2.33.2-1.fc30.x86_64 -libverto-0.3.0-7.fc30.x86_64 -libyaml-0.2.1-5.fc30.x86_64 -lmdb-libs-0.9.23-2.fc30.x86_64 -mesa-libglapi-19.0.2-3.fc30.x86_64 -mesa-dri-drivers-19.0.2-3.fc30.x86_64 -ntfs-3g-2:2017.3.23-11.fc30.x86_64 -ntfs-3g-system-compression-1.0-1.fc30.x86_64 -protobuf-c-1.3.1-2.fc30.x86_64 -psmisc-23.1-5.1.fc30.x86_64 -speexdsp-1.2-0.15.rc3.fc30.x86_64 -userspace-rcu-0.10.1-5.fc30.x86_64 -lttng-ust-2.10.2-2.fc30.x86_64 -libglvnd-egl-1:1.1.0-4.gitf92208b.fc30.x86_64 -mesa-libEGL-19.0.2-3.fc30.x86_64 -libglvnd-gles-1:1.1.0-4.gitf92208b.fc30.x86_64 -woff2-1.0.2-5.fc30.x86_64 -groff-base-1.22.3-19.fc30.x86_64 -acl-2.2.53-3.fc30.x86_64 -xorg-x11-server-common-1.20.4-3.fc30.x86_64 -libimagequant-2.12.2-2.fc30.x86_64 -libXvMC-1.0.10-8.fc30.x86_64 -device-mapper-persistent-data-0.7.6-4.fc30.x86_64 -kyotocabinet-libs-1.2.77-1.fc30.x86_64 -libXxf86misc-1.0.4-3.fc30.x86_64 -libxkbcommon-x11-0.8.3-1.fc30.x86_64 -keyutils-1.6-2.fc30.x86_64 -babl-0.1.62-1.fc30.x86_64 -libksba-1.3.5-9.fc30.x86_64 -libwpd-0.10.3-2.fc30.x86_64 -libwpg-0.3.3-2.fc30.x86_64 -libwps-0.4.10-2.fc30.x86_64 -exempi-2.4.5-6.fc30.x86_64 -libmetalink-0.1.3-8.fc30.x86_64 -bzip2-1.0.6-29.fc30.x86_64 -unzip-6.0-43.fc30.x86_64 -gdisk-1.0.4-4.fc30.x86_64 -xml-common-0.6.3-52.fc30.noarch -iso-codes-4.2-2.fc30.noarch -perl-Text-ParseWords-3.30-418.fc30.noarch -daxctl-libs-64.1-1.fc30.x86_64 -boost-date-time-1.69.0-6.fc30.x86_64 -clucene-core-2.3.3.4-34.20130812.e8e3d20git.fc30.x86_64 -graphite2-1.3.10-7.fc30.x86_64 -ilmbase-2.2.0-15.fc30.x86_64 -mythes-1.2.4-11.fc30.x86_64 -mythes-en-3.0-26.fc30.noarch -snappy-1.1.7-8.fc30.x86_64 -taglib-1.11.1-10.fc30.x86_64 -webrtc-audio-processing-0.3.1-2.fc30.x86_64 -libfontenc-1.1.3-10.fc30.x86_64 -libXfont2-2.0.3-4.fc30.x86_64 -libselinux-utils-2.9-1.fc30.x86_64 -mtools-4.0.18-16.fc30.x86_64 -syslinux-nonlinux-6.04-0.8.fc28.noarch -syslinux-6.04-0.8.fc28.x86_64 -diffutils-3.7-2.fc30.x86_64 -dmidecode-1:3.2-2.fc30.x86_64 -dotconf-1.3-20.fc30.x86_64 -fribidi-1.0.5-2.fc30.x86_64 -fstrm-0.4.0-3.fc30.x86_64 -gutenprint-libs-5.2.14-6.fc30.x86_64 -libdaemon-0.14-17.fc30.x86_64 -libevdev-1.6.0-2.fc30.x86_64 -libnghttp2-1.37.0-1.fc30.x86_64 -libstemmer-0-12.585svn.fc30.x86_64 -libunwind-1.3.1-2.fc30.x86_64 -mtdev-1.1.5-14.fc30.x86_64 -ncurses-6.1-10.20180923.fc30.x86_64 -sbc-1.4-2.fc30.x86_64 -speex-1.2.0-3.fc30.x86_64 -libshout-2.2.2-21.fc30.x86_64 -gutenprint-5.2.14-6.fc30.x86_64 -syslinux-extlinux-nonlinux-6.04-0.8.fc28.noarch -OpenEXR-libs-2.2.0-16.fc30.x86_64 -clucene-contribs-lib-2.3.3.4-34.20130812.e8e3d20git.fc30.x86_64 -libpskc-2.6.2-2.fc30.x86_64 -libglvnd-glx-1:1.1.0-4.gitf92208b.fc30.x86_64 -mesa-libGL-19.0.2-3.fc30.x86_64 -glx-utils-8.4.0-3.20181118git1830dcb.fc30.x86_64 -liblouis-3.9.0-1.fc30.x86_64 -libavc1394-0.5.4-10.fc30.x86_64 -libiec61883-1.2.0-21.fc30.x86_64 -mesa-libxatracker-19.0.2-3.fc30.x86_64 -vulkan-loader-1.1.97.0-0.fc30.x86_64 -mesa-vulkan-drivers-19.0.2-3.fc30.x86_64 -libsamplerate-0.1.9-3.fc30.x86_64 -libcdio-paranoia-10.2+2.0.0-2.fc30.x86_64 -LibRaw-0.19.2-3.fc30.x86_64 -libe-book-0.1.3-9.fc30.x86_64 -lua-socket-3.0-0.19.rc1.fc30.x86_64 -cpp-9.0.1-0.10.fc30.x86_64 -xcb-util-image-0.4.0-12.fc30.x86_64 -xorg-x11-xauth-1:1.0.9-14.fc30.x86_64 -libdvdnav-6.0.0-2.fc30.x86_64 -rsync-3.1.3-7.fc30.x86_64 -vim-minimal-2:8.1.1137-1.fc30.x86_64 -attr-2.4.48-5.fc30.x86_64 -hyphen-en-2.8.8-11.fc30.noarch -boost-chrono-1.69.0-6.fc30.x86_64 -boost-filesystem-1.69.0-6.fc30.x86_64 -boost-thread-1.69.0-6.fc30.x86_64 -boost-locale-1.69.0-6.fc30.x86_64 -ipset-libs-6.38-2.fc30.x86_64 -ipset-6.38-2.fc30.x86_64 -libnftnl-1.1.1-6.fc30.x86_64 -nftables-1:0.9.0-5.fc30.x86_64 -libusbmuxd-1.0.10-11.fc30.x86_64 -virglrenderer-0.7.0-2.20180919git402c22886.fc30.x86_64 -lzop-1.03-22.fc30.x86_64 -squashfs-tools-4.3-16.fc28.x86_64 -libXres-1.2.0-6.fc30.x86_64 -libXxf86dga-1.1.4-14.fc30.x86_64 -libdmx-1.1.4-5.fc30.x86_64 -libXpm-3.5.12-9.fc30.x86_64 -xcb-util-keysyms-0.4.0-10.fc30.x86_64 -xcb-util-renderutil-0.3.9-13.fc30.x86_64 -xcb-util-wm-0.4.1-15.fc30.x86_64 -grub2-pc-modules-1:2.02-75.fc30.noarch -nss-softokn-freebl-3.43.0-1.fc30.x86_64 -nss-softokn-3.43.0-1.fc30.x86_64 -lua-expat-1.3.0-14.fc30.x86_64 -lua-lpeg-1.0.1-9.fc30.x86_64 -lua-json-1.3.2-11.fc30.noarch -lua-posix-33.3.1-13.fc30.x86_64 -copy-jdk-configs-3.7-3.fc30.noarch -libdb-utils-5.3.28-37.fc30.x86_64 -stoken-libs-0.91-7.fc30.x86_64 -isl-0.16.1-8.fc30.x86_64 -bc-1.07.1-8.fc30.x86_64 -sqlite-3.26.0-3.fc30.x86_64 -libcdr-0.1.5-4.fc30.x86_64 -libfreehand-0.1.2-4.fc30.x86_64 -libmng-2.0.3-9.fc30.x86_64 -libabw-0.1.2-4.fc30.x86_64 -libepubgen-0.1.1-3.fc30.x86_64 -libmspub-0.1.4-7.fc30.x86_64 -libpagemaker-0.0.4-6.fc30.x86_64 -libqxp-0.0.2-3.fc30.x86_64 -libvisio-0.1.6-8.fc30.x86_64 -libzmf-0.0.2-9.fc30.x86_64 -boost-regex-1.69.0-6.fc30.x86_64 -libss-1.44.6-1.fc30.x86_64 -libcomps-0.1.11-1.fc30.x86_64 -iw-5.0.1-1.fc30.x86_64 -libnl3-cli-3.4.0-8.fc30.x86_64 -libteam-1.28-2.fc30.x86_64 -boost-iostreams-1.69.0-6.fc30.x86_64 -liborcus-0.14.1-3.fc30.x86_64 -chkconfig-1.11-4.fc30.x86_64 -isomd5sum-1:1.2.3-5.fc30.x86_64 -perl-Term-ANSIColor-4.06-419.fc30.noarch -perl-Unicode-Normalize-1.26-418.fc30.x86_64 -perl-macros-4:5.28.1-435.fc30.x86_64 -perl-Errno-1.29-435.fc30.x86_64 -perl-Socket-4:2.029-1.fc30.x86_64 -perl-Text-Tabs+Wrap-2013.0523-418.fc30.noarch -perl-File-Path-2.16-2.fc30.noarch -perl-IO-1.39-435.fc30.x86_64 -perl-PathTools-3.75-2.fc30.x86_64 -perl-constant-1.33-419.fc30.noarch -perl-threads-1:2.22-418.fc30.x86_64 -perl-interpreter-4:5.28.1-435.fc30.x86_64 -perl-threads-shared-1.59-2.fc30.x86_64 -perl-MIME-Base64-3.15-418.fc30.x86_64 -perl-IO-Socket-IP-0.39-419.fc30.noarch -perl-Time-Local-2:1.280-4.fc30.noarch -perl-Data-Dumper-2.173-3.fc30.x86_64 -perl-File-Temp-1:0.230.900-2.fc30.noarch -perl-Digest-1.17-418.fc30.noarch -perl-Digest-MD5-2.55-418.fc30.x86_64 -perl-Error-1:0.17027-2.fc30.noarch -perl-Pod-Escapes-1:1.07-418.fc30.noarch -perl-Storable-1:3.11-7.fc30.x86_64 -perl-Term-Cap-1.17-418.fc30.noarch -perl-TermReadKey-2.38-2.fc30.x86_64 -djvulibre-libs-3.5.27-11.fc30.x86_64 -qpdf-libs-8.4.0-1.fc30.x86_64 -libconfig-1.7.2-3.fc30.x86_64 -libmodman-2.0.1-19.fc30.x86_64 -libproxy-0.4.15-13.fc30.x86_64 -libnumbertext-1.0.5-2.fc30.x86_64 -marisa-0.2.4-38.fc30.x86_64 -soundtouch-2.1.1-2.fc30.x86_64 -tbb-2019.5-1.fc30.x86_64 -pigz-2.4-4.fc30.x86_64 -tcl-1:8.6.8-2.fc30.x86_64 -GeoIP-GeoLite-data-2018.06-3.fc30.noarch -GeoIP-1.6.12-5.fc30.x86_64 -glibc-headers-2.29-9.fc30.x86_64 -libpaper-1.1.24-24.fc30.x86_64 -lksctp-tools-1.0.16-11.fc30.x86_64 -xdg-user-dirs-0.17-3.fc30.x86_64 -SDL-1.2.15-38.fc30.x86_64 -bridge-utils-1.6-3.fc30.x86_64 -netcf-libs-0.2.8-13.fc30.x86_64 -c-ares-1.15.0-3.fc30.x86_64 -cdparanoia-libs-10.2-29.fc30.x86_64 -checkpolicy-2.9-1.fc30.x86_64 -ctags-5.8-25.fc30.x86_64 -source-highlight-3.1.8-24.fc30.x86_64 -dosfstools-4.1-8.fc30.x86_64 -ethtool-2:4.17-3.fc30.x86_64 -giflib-5.1.9-1.fc30.x86_64 -jbig2dec-libs-0.14-5.fc30.x86_64 -jbigkit-libs-2.1-16.fc30.x86_64 -libtiff-4.0.10-4.fc30.x86_64 -argyllcms-1.9.2-7.fc30.x86_64 -jimtcl-0.78-2.fc30.x86_64 -jitterentropy-2.1.2-4.fc30.x86_64 -lame-libs-3.100-5.fc30.x86_64 -liba52-0.7.4-35.fc30.x86_64 -libargon2-20161029-8.fc30.x86_64 -libcue-2.2.1-1.fc30.x86_64 -libdatrie-0.2.9-9.fc30.x86_64 -libthai-0.1.28-2.fc30.x86_64 -libdnet-1.12-30.fc30.x86_64 -libdv-1.0.0-29.fc30.x86_64 -libeot-0.01-11.fc30.x86_64 -libev-4.25-8.fc30.x86_64 -libverto-libev-0.3.0-7.fc30.x86_64 -libexttextcat-3.4.5-4.fc30.x86_64 -libfdt-1.4.7-3.fc30.x86_64 -libgdither-0.6-19.fc30.x86_64 -gavl-1.4.0-14.fc30.x86_64 -libhangul-0.1.0-19.fc30.x86_64 -libidn-1.35-5.fc30.x86_64 -libijs-0.35-9.fc30.x86_64 -libipt-2.0-2.fc30.x86_64 -libiptcdata-1.0.4-20.fc28.x86_64 -libmcpp-2.7.2-23.fc30.x86_64 -mcpp-2.7.2-23.fc30.x86_64 -xorg-x11-server-utils-7.7-28.fc30.x86_64 -libmspack-0.9.1-0.2.alpha.fc30.x86_64 -libndp-1.7-3.fc30.x86_64 -libnfnetlink-1.0.1-15.fc30.x86_64 -libnetfilter_conntrack-1.0.7-2.fc30.x86_64 -iptables-1.8.0-5.fc30.x86_64 -libnfs-1.11.0-3.fc30.x86_64 -libpath_utils-0.2.1-42.fc30.x86_64 -libini_config-1.3.1-42.fc30.x86_64 -libpipeline-1.5.1-2.fc30.x86_64 -libpkgconf-1.6.1-1.fc30.x86_64 -pkgconf-1.6.1-1.fc30.x86_64 -pkgconf-pkg-config-1.6.1-1.fc30.x86_64 -xorg-x11-font-utils-1:7.5-41.fc30.x86_64 -libquvi-scripts-0.9.20131130-11.fc30.noarch -glibc-devel-2.29-9.fc30.x86_64 -libxcrypt-devel-4.4.4-2.fc30.x86_64 -libpmem-1.6-1.fc30.x86_64 -libqb-1.0.3-6.fc30.x86_64 -corosynclib-3.0.1-2.fc30.x86_64 -libquadmath-9.0.1-0.10.fc30.x86_64 -libgfortran-9.0.1-0.10.fc30.x86_64 -openblas-serial-0.3.5-5.fc30.x86_64 -suitesparse-4.4.6-18.fc30.x86_64 -libsigsegv-2.11-7.fc30.x86_64 -gawk-4.2.1-6.fc30.x86_64 -m17n-db-1.8.0-5.fc30.noarch -m17n-lib-1.8.0-4.fc30.x86_64 -libsmbios-2.4.2-3.fc30.x86_64 -libsrtp-1.5.4-10.fc30.x86_64 -libsss_nss_idmap-2.1.0-2.fc30.x86_64 -libsysfs-2.1.0-26.fc30.x86_64 -libtommath-1.0.1-4.fc29.x86_64 -libtomcrypt-1.18.2-3.fc30.x86_64 -libusal-1.1.11-41.fc30.x86_64 -libvisual-1:0.4.0-26.fc30.x86_64 -libvpx-1.8.0-4.fc30.x86_64 -linux-atm-libs-2.5.1-21.fc29.x86_64 -iproute-5.0.0-2.fc30.x86_64 -iproute-tc-5.0.0-2.fc30.x86_64 -vpnc-script-20171004-5.git6f87b0f.fc30.noarch -lpsolve-5.5.2.0-22.fc30.x86_64 -lz4-1.8.3-2.fc30.x86_64 -lzo-minilzo-2.08-15.fc30.x86_64 -mpg123-libs-1.25.10-2.fc30.x86_64 -npth-1.6-2.fc30.x86_64 -pakchois-0.4-19.fc30.x86_64 -passwdqc-lib-1.3.0-14.fc30.x86_64 -pciutils-libs-3.6.2-2.fc30.x86_64 -pciutils-3.6.2-2.fc30.x86_64 -pcre2-utf16-10.32-9.fc30.x86_64 -pcsc-lite-libs-1.8.25-1.fc30.x86_64 -qrencode-libs-3.4.4-8.fc30.x86_64 -sg3_utils-libs-1.42-7.fc30.x86_64 -sgpio-1.2.0.10-23.fc30.x86_64 -sshpass-1.06-7.fc30.x86_64 -twolame-libs-0.3.13-13.fc30.x86_64 -wavpack-5.1.0-12.fc30.x86_64 -hardlink-1:1.3-8.fc30.x86_64 -libmaxminddb-1.2.0-7.fc30.x86_64 -ipcalc-0.2.5-2.fc30.x86_64 -libsss_autofs-2.1.0-2.fc30.x86_64 -libsss_sudo-2.1.0-2.fc30.x86_64 -f30-backgrounds-base-30.1.2-1.fc30.noarch -f30-backgrounds-gnome-30.1.2-1.fc30.noarch -edk2-ovmf-20190308stable-1.fc30.noarch -dhcp-common-12:4.3.6-32.fc30.noarch -coreutils-common-8.31-1.fc30.x86_64 -cyrus-sasl-lib-2.1.27-0.6rc7.fc30.x86_64 -libssh-0.8.7-1.fc30.x86_64 -openldap-2.4.47-1.fc30.x86_64 -shared-mime-info-1.12-2.fc30.x86_64 -libcurl-7.64.0-6.fc30.x86_64 -libkcapi-1.1.4-1.fc30.x86_64 -libkcapi-hmaccalc-1.1.4-1.fc30.x86_64 -libcroco-0.6.13-1.fc30.x86_64 -glib2-2.60.1-2.fc30.x86_64 -gettext-libs-0.19.8.1-18.fc30.x86_64 -gettext-0.19.8.1-18.fc30.x86_64 -krb5-libs-1.17-4.fc30.x86_64 -libtirpc-1.1.4-2.rc2.fc30.1.x86_64 -libnsl2-1.2.0-4.20180605git4a062cf.fc30.x86_64 -libarchive-3.3.3-6.fc30.x86_64 -curl-7.64.0-6.fc30.x86_64 -openssl-1:1.1.1b-3.fc30.x86_64 -elfutils-default-yama-scope-0.176-1.fc30.noarch -elfutils-libs-0.176-1.fc30.x86_64 -cracklib-dicts-2.9.6-19.fc30.x86_64 -cracklib-2.9.6-19.fc30.x86_64 -gzip-1.9-9.fc30.x86_64 -procps-ng-3.3.15-5.fc30.x86_64 -libpwquality-1.4.0-12.fc30.x86_64 -pam-1.3.1-17.fc30.x86_64 -kbd-2.0.4-13.fc30.x86_64 -grub2-tools-minimal-1:2.02-75.fc30.x86_64 -kpartx-0.7.9-6.git2df6110.fc30.x86_64 -device-mapper-1.02.154-3.fc30.x86_64 -openssl-pkcs11-0.4.10-1.fc30.x86_64 -rpm-4.14.2.1-4.fc30.1.x86_64 -libfdisk-2.33.2-1.fc30.x86_64 -libmount-2.33.2-1.fc30.x86_64 -dbus-1:1.12.12-7.fc30.x86_64 -coreutils-8.31-1.fc30.x86_64 -systemd-libs-241-7.gita2eaa1c.fc30.x86_64 -device-mapper-libs-1.02.154-3.fc30.x86_64 -shadow-utils-2:4.6-8.fc30.x86_64 -libblkid-2.33.2-1.fc30.x86_64 -ca-certificates-2018.2.26-3.fc30.noarch -libutempter-1.1.6-16.fc30.x86_64 -util-linux-2.33.2-1.fc30.x86_64 -systemd-pam-241-7.gita2eaa1c.fc30.x86_64 -cryptsetup-libs-2.1.0-3.fc30.x86_64 -dracut-049-26.git20181204.fc30.x86_64 -rpm-libs-4.14.2.1-4.fc30.1.x86_64 -trousers-lib-0.3.13-12.fc30.x86_64 -openssl-libs-1:1.1.1b-3.fc30.x86_64 -grubby-8.40-30.fc30.x86_64 -crypto-policies-20190211-2.gite3eacfc.fc30.noarch -os-prober-1.74-8.fc30.x86_64 -grub2-tools-1:2.02-75.fc30.x86_64 -gnutls-3.6.7-1.fc30.x86_64 -systemd-241-7.gita2eaa1c.fc30.x86_64 -dbus-common-1:1.12.12-7.fc30.noarch -dbus-broker-20-3.fc30.x86_64 -systemd-bootchart-233-4.fc30.x86_64 -systemd-udev-241-7.gita2eaa1c.fc30.x86_64 -trousers-0.3.13-12.fc30.x86_64 -gdk-pixbuf2-2.38.1-1.fc30.x86_64 -dbus-libs-1:1.12.12-7.fc30.x86_64 -atk-2.32.0-1.fc30.x86_64 -fontconfig-2.13.1-6.fc30.x86_64 -cairo-1.16.0-4.fc30.x86_64 -cairo-gobject-1.16.0-4.fc30.x86_64 -avahi-libs-0.7-18.fc30.x86_64 -json-glib-1.4.4-2.fc30.x86_64 -gstreamer1-1.15.2-2.fc30.x86_64 -polkit-libs-0.115-10.fc30.1.x86_64 -libsecret-0.18.8-1.fc30.x86_64 -libusbx-1.0.22-2.fc30.x86_64 -cups-libs-1:2.2.11-1.fc30.x86_64 -libgudev-232-5.fc30.x86_64 -libssh2-1.8.2-1.fc30.x86_64 -gobject-introspection-1.60.1-2.fc30.x86_64 -NetworkManager-libnm-1:1.16.0-1.fc30.x86_64 -libwsman1-2.6.8-5.fc30.x86_64 -gsettings-desktop-schemas-3.32.0-1.fc30.x86_64 -pulseaudio-libs-12.2-3.fc30.x86_64 -nss-3.43.0-1.fc30.x86_64 -nss-sysinit-3.43.0-1.fc30.x86_64 -NetworkManager-1:1.16.0-1.fc30.x86_64 -libnotify-0.7.8-2.fc30.x86_64 -satyr-0.27-2.fc30.x86_64 -libreport-2.10.0-1.fc30.x86_64 -abrt-libs-2.12.0-2.fc30.x86_64 -gcr-base-3.28.1-3.fc30.x86_64 -libldb-1.5.4-1.fc30.x86_64 -ibus-libs-1.5.20-1.fc30.x86_64 -polkit-0.115-10.fc30.1.x86_64 -polkit-pkla-compat-0.1-14.fc30.x86_64 -dconf-0.32.0-1.fc30.x86_64 -gvfs-client-1.40.1-2.fc30.x86_64 -harfbuzz-2.3.1-1.fc30.x86_64 -qt5-qtbase-common-5.12.1-2.fc30.noarch -qt5-qtbase-5.12.1-2.fc30.x86_64 -PackageKit-glib-1.1.12-5.fc30.x86_64 -libsss_certmap-2.1.0-2.fc30.x86_64 -parted-3.2-40.fc30.x86_64 -libblockdev-utils-2.21-2.fc30.x86_64 -hicolor-icon-theme-0.17-5.fc30.noarch -libpeas-1.22.0-10.fc30.x86_64 -avahi-glib-0.7-18.fc30.x86_64 -dbus-glib-0.110-3.fc29.x86_64 -qt-common-1:4.8.7-47.fc30.noarch -qt-1:4.8.7-47.fc30.x86_64 -glusterfs-libs-6.0-1.fc30.x86_64 -ModemManager-glib-1.10.0-1.fc30.x86_64 -libgee-0.20.1-4.fc30.x86_64 -bluez-5.50-6.fc30.x86_64 -glibmm24-2.60.0-1.fc30.x86_64 -poppler-0.73.0-8.fc30.x86_64 -libmbim-1.18.0-2.fc30.x86_64 -libwacom-0.33-1.fc30.x86_64 -libinput-1.13.1-2.fc30.x86_64 -qt5-qtbase-gui-5.12.1-2.fc30.x86_64 -libgusb-0.3.0-4.fc30.x86_64 -colord-libs-1.4.4-1.fc30.x86_64 -kernel-core-5.0.7-300.fc30.x86_64 -ppp-2.4.7-31.fc30.x86_64 -samba-common-2:4.10.2-0.fc30.noarch -libwbclient-2:4.10.2-0.fc30.x86_64 -samba-common-libs-2:4.10.2-0.fc30.x86_64 -samba-libs-2:4.10.2-0.fc30.x86_64 -samba-client-libs-2:4.10.2-0.fc30.x86_64 -libsmbclient-2:4.10.2-0.fc30.x86_64 -libimobiledevice-1.2.0-18.fc30.x86_64 -upower-0.99.10-1.fc30.x86_64 -libevent-2.1.8-5.fc30.x86_64 -policycoreutils-2.9-1.fc30.x86_64 -device-mapper-event-libs-1.02.154-3.fc30.x86_64 -plymouth-core-libs-0.9.4-5.fc30.x86_64 -desktop-file-utils-0.23-10.fc30.x86_64 -enchant2-2.2.3-6.fc30.x86_64 -libudisks2-2.8.2-1.fc30.x86_64 -webkit2gtk3-jsc-2.24.1-1.fc30.x86_64 -xdg-utils-1.1.3-4.fc30.noarch -plymouth-0.9.4-5.fc30.x86_64 -plymouth-scripts-0.9.4-5.fc30.x86_64 -libqmi-1.22.0-2.fc30.x86_64 -libblockdev-2.21-2.fc30.x86_64 -libblockdev-loop-2.21-2.fc30.x86_64 -libblockdev-swap-2.21-2.fc30.x86_64 -harfbuzz-icu-2.3.1-1.fc30.x86_64 -accountsservice-0.6.54-5.fc30.x86_64 -accountsservice-libs-0.6.54-5.fc30.x86_64 -liboauth-1.0.3-12.fc30.x86_64 -pulseaudio-libs-glib2-12.2-3.fc30.x86_64 -pinentry-1.1.0-5.fc30.x86_64 -gnupg2-smime-2.2.13-1.fc30.x86_64 -gnupg2-2.2.13-1.fc30.x86_64 -gpgme-1.12.0-1.fc30.x86_64 -ostree-libs-2019.1-5.fc30.x86_64 -cairomm-1.12.0-10.fc30.x86_64 -grub2-tools-extra-1:2.02-75.fc30.x86_64 -tpm2-tss-2.2.2-1.fc30.x86_64 -xmlrpc-c-1.51.0-8.fc30.x86_64 -zchunk-libs-1.1.1-3.fc30.x86_64 -cyrus-sasl-gssapi-2.1.27-0.6rc7.fc30.x86_64 -gupnp-av-0.12.11-1.fc30.x86_64 -libgexiv2-0.12.0-1.fc30.x86_64 -libpinyin-data-2.3.0-1.fc30.x86_64 -libpinyin-2.3.0-1.fc30.x86_64 -libxklavier-5.4-13.fc30.x86_64 -raptor2-2.0.15-18.fc30.x86_64 -librepo-1.9.6-2.fc30.x86_64 -libsolv-0.7.4-2.fc30.x86_64 -xmlrpc-c-client-1.51.0-8.fc30.x86_64 -libreport-web-2.10.0-1.fc30.x86_64 -libreport-plugin-bugzilla-2.10.0-1.fc30.x86_64 -libreport-plugin-ureport-2.10.0-1.fc30.x86_64 -libreport-plugin-reportuploader-2.10.0-1.fc30.x86_64 -openconnect-8.02-3.fc30.x86_64 -plymouth-graphics-libs-0.9.4-5.fc30.x86_64 -device-mapper-event-1.02.154-3.fc30.x86_64 -rpm-plugin-selinux-4.14.2.1-4.fc30.1.x86_64 -selinux-policy-3.14.3-29.fc30.noarch -selinux-policy-targeted-3.14.3-29.fc30.noarch -kernel-modules-5.0.7-300.fc30.x86_64 -poppler-glib-0.73.0-8.fc30.x86_64 -atkmm-2.24.3-2.fc30.x86_64 -glusterfs-6.0-1.fc30.x86_64 -glusterfs-client-xlators-6.0-1.fc30.x86_64 -rtkit-0.11-21.fc30.x86_64 -pulseaudio-12.2-3.fc30.x86_64 -libreport-cli-2.10.0-1.fc30.x86_64 -libreport-fedora-2.10.0-1.fc30.x86_64 -libreport-plugin-logger-2.10.0-1.fc30.x86_64 -java-1.8.0-openjdk-headless-1:1.8.0.201.b09-6.fc30.x86_64 -libreoffice-ure-1:6.2.2.2-4.fc30.x86_64 -libcacard-3:2.6.1-2.fc30.x86_64 -libmtp-1.1.16-2.fc30.x86_64 -usbredir-0.8.0-2.fc30.x86_64 -bolt-0.7-2.fc30.x86_64 -libgxps-0.3.1-2.fc30.x86_64 -at-spi2-core-2.32.1-2.fc30.x86_64 -at-spi2-atk-2.32.0-1.fc30.x86_64 -dbus-tools-1:1.12.12-7.fc30.x86_64 -teamd-1.28-2.fc30.x86_64 -gdk-pixbuf2-modules-2.38.1-1.fc30.x86_64 -gtk-update-icon-cache-3.24.8-1.fc30.x86_64 -libmediaart-1.9.4-7.fc30.x86_64 -dbxtool-8-9.fc30.x86_64 -ebtables-2.0.10-31.fc30.x86_64 -iputils-20180629-4.fc30.x86_64 -switcheroo-control-1.1-7.fc30.x86_64 -crontabs-1.11-18.20150630git.fc30.noarch -cronie-anacron-1.5.4-1.fc30.x86_64 -cronie-1.5.4-1.fc30.x86_64 -qemu-img-2:3.1.0-6.fc30.x86_64 -bind-libs-lite-32:9.11.5-13.P4.fc30.x86_64 -libwinpr-2:2.0.0-48.20190228gitce386c8.fc30.x86_64 -mokutil-1:0.3.0-11.fc30.x86_64 -neon-0.30.2-10.fc30.x86_64 -net-snmp-libs-1:5.8-6.fc30.x86_64 -device-mapper-multipath-libs-0.7.9-6.git2df6110.fc30.x86_64 -qemu-common-2:3.1.0-6.fc30.x86_64 -device-mapper-multipath-0.7.9-6.git2df6110.fc30.x86_64 -libblockdev-fs-2.21-2.fc30.x86_64 -libblockdev-part-2.21-2.fc30.x86_64 -libblockdev-mpath-2.21-2.fc30.x86_64 -ndctl-libs-64.1-1.fc30.x86_64 -xorg-x11-xinit-1.4.0-4.fc30.x86_64 -xdg-dbus-proxy-0.1.1-2.fc30.x86_64 -libuser-0.62-20.fc30.x86_64 -gnome-menus-3.32.0-1.fc30.x86_64 -libgtop2-2.40.0-1.fc30.x86_64 -libmodulemd1-1.8.6-3.fc30.x86_64 -libdnf-0.28.1-1.fc30.x86_64 -libvirt-gconfig-2.0.0-3.fc30.x86_64 -libxmlb-0.1.8-2.fc30.x86_64 -libnfsidmap-1:2.3.3-7.rc2.fc30.x86_64 -sssd-nfs-idmap-2.1.0-2.fc30.x86_64 -passwd-0.80-5.fc30.x86_64 -usermode-1.112-4.fc30.x86_64 -ndctl-64.1-1.fc30.x86_64 -libblockdev-nvdimm-2.21-2.fc30.x86_64 -qemu-audio-alsa-2:3.1.0-6.fc30.x86_64 -qemu-audio-oss-2:3.1.0-6.fc30.x86_64 -qemu-audio-pa-2:3.1.0-6.fc30.x86_64 -qemu-audio-sdl-2:3.1.0-6.fc30.x86_64 -qemu-block-curl-2:3.1.0-6.fc30.x86_64 -qemu-block-dmg-2:3.1.0-6.fc30.x86_64 -qemu-block-nfs-2:3.1.0-6.fc30.x86_64 -qemu-block-ssh-2:3.1.0-6.fc30.x86_64 -qemu-ui-curses-2:3.1.0-6.fc30.x86_64 -libmusicbrainz5-5.1.0-12.fc30.x86_64 -bind-libs-32:9.11.5-13.P4.fc30.x86_64 -bind-utils-32:9.11.5-13.P4.fc30.x86_64 -NetworkManager-team-1:1.16.0-1.fc30.x86_64 -dbus-daemon-1:1.12.12-7.fc30.x86_64 -pulseaudio-module-bluetooth-12.2-3.fc30.x86_64 -glusterfs-api-6.0-1.fc30.x86_64 -glusterfs-fuse-6.0-1.fc30.x86_64 -dmraid-events-1.0.0.rc16-41.fc30.x86_64 -dmraid-1.0.0.rc16-41.fc30.x86_64 -libblockdev-dm-2.21-2.fc30.x86_64 -lvm2-libs-2.02.183-3.fc30.x86_64 -lvm2-2.02.183-3.fc30.x86_64 -libblockdev-lvm-2.21-2.fc30.x86_64 -NetworkManager-openconnect-1.2.4-11.fc30.x86_64 -libreport-anaconda-2.10.0-1.fc30.x86_64 -libreport-plugin-kerneloops-2.10.0-1.fc30.x86_64 -rasqal-0.9.33-9.fc30.x86_64 -redland-1.0.17-17.fc30.x86_64 -libzhuyin-2.3.0-1.fc30.x86_64 -adcli-0.8.2-3.fc30.x86_64 -tpm2-tools-3.1.4-1.fc30.x86_64 -ostree-2019.1-5.fc30.x86_64 -gpgmepp-1.12.0-1.fc30.x86_64 -volume_key-libs-0.3.12-3.fc30.x86_64 -libblockdev-crypto-2.21-2.fc30.x86_64 -wget-1.20.3-1.fc30.x86_64 -libqmi-utils-1.22.0-2.fc30.x86_64 -tmux-2.8-3.fc30.x86_64 -libgpod-0.8.3-27.fc30.x86_64 -usbmuxd-1.1.0-15.fc30.x86_64 -pptp-1.10.0-6.fc30.x86_64 -NetworkManager-pptp-1:1.2.8-1.fc30.1.x86_64 -adwaita-qt5-1.0-6.fc30.x86_64 -qt5-qtx11extras-5.12.1-1.fc30.x86_64 -libmbim-utils-1.18.0-2.fc30.x86_64 -ModemManager-1.10.0-1.fc30.x86_64 -NetworkManager-wwan-1:1.16.0-1.fc30.x86_64 -poppler-utils-0.73.0-8.fc30.x86_64 -bluez-obexd-5.50-6.fc30.x86_64 -libkkc-0.3.5-14.fc30.x86_64 -glusterfs-cli-6.0-1.fc30.x86_64 -dbusmenu-qt-0.9.3-0.20.20160218.fc30.x86_64 -sni-qt-0.2.7-0.1.20170217.fc30.x86_64 -qt-x11-1:4.8.7-47.fc30.x86_64 -GConf2-3.2.6-25.fc30.x86_64 -cups-pk-helper-0.2.6-7.fc30.x86_64 -gnome-icon-theme-3.12.0-11.fc30.noarch -libblockdev-vdo-2.21-2.fc30.x86_64 -timedatex-0.5-6.fc30.x86_64 -chrony-3.4-2.fc30.x86_64 -abrt-addon-coredump-helper-2.12.0-2.fc30.x86_64 -libreport-plugin-systemd-journal-2.10.0-1.fc30.x86_64 -libfprint-0.8.2-3.fc30.x86_64 -fprintd-0.8.1-4.fc30.x86_64 -xmlsec1-nss-1.2.27-2.fc30.x86_64 -libao-1.2.0-14.fc30.x86_64 -pcaudiolib-1.1-3.fc30.x86_64 -espeak-ng-1.49.2-6.fc30.x86_64 -speech-dispatcher-espeak-ng-0.9.0-4.fc30.x86_64 -speech-dispatcher-0.9.0-4.fc30.x86_64 -pulseaudio-utils-12.2-3.fc30.x86_64 -glib-networking-2.60.1-2.fc30.x86_64 -libsoup-2.66.1-2.fc30.x86_64 -rest-0.8.1-5.fc30.x86_64 -geocode-glib-3.26.1-2.fc30.x86_64 -gssdp-1.0.3-2.fc30.x86_64 -gupnp-1.0.3-2.fc30.x86_64 -geoclue2-2.5.2-2.fc30.x86_64 -geoclue2-libs-2.5.2-2.fc30.x86_64 -dleyna-core-0.6.0-4.fc30.x86_64 -libappstream-glib-0.7.15-1.fc30.x86_64 -dleyna-connector-dbus-0.3.0-4.fc30.x86_64 -gupnp-igd-0.2.5-6.fc30.x86_64 -libnice-0.1.14-9.20180504git34d6044.fc30.x86_64 -libgovirt-0.3.4-9.fc30.x86_64 -flatpak-libs-1.2.4-2.fc30.x86_64 -libgrss-0.7.0-8.fc30.x86_64 -libphodav-2.2-4.fc30.x86_64 -iio-sensor-proxy-2.5-2.fc30.x86_64 -cups-client-1:2.2.11-1.fc30.x86_64 -cups-filters-libs-1.22.5-1.fc30.x86_64 -cups-ipptool-1:2.2.11-1.fc30.x86_64 -usb_modeswitch-data-20170806-4.fc30.noarch -usb_modeswitch-2.5.2-3.fc30.x86_64 -osinfo-db-tools-1.4.0-1.fc30.x86_64 -libosinfo-1.4.0-2.fc30.x86_64 -avahi-0.7-18.fc30.x86_64 -frei0r-plugins-1.6.1-7.fc30.x86_64 -gnome-video-effects-0.4.3-5.fc30.noarch -gd-2.2.5-8.fc30.x86_64 -libXft-2.3.2-12.fc30.x86_64 -pango-1.43.0-3.fc30.x86_64 -gstreamer1-plugins-base-1.15.2-2.fc30.x86_64 -gtk2-2.24.32-4.fc30.x86_64 -librsvg2-2.45.5-3.fc30.x86_64 -cogl-1.22.2-12.fc30.x86_64 -gstreamer1-plugins-good-1.15.2-3.fc30.x86_64 -qt5-qtdeclarative-5.12.1-1.fc30.x86_64 -gstreamer1-plugins-good-qt-1.15.2-3.fc30.x86_64 -pipewire-libs-0.2.5-3.fc30.x86_64 -pipewire-0.2.5-3.fc30.x86_64 -gupnp-dlna-0.10.5-10.fc30.x86_64 -gstreamer1-plugins-bad-free-1.15.2-1.fc30.x86_64 -libdmapsharing-2.9.37-8.fc30.x86_64 -spice-glib-0.36-4.fc30.x86_64 -dleyna-renderer-0.6.0-4.fc30.x86_64 -dleyna-server-0.6.0-4.fc30.x86_64 -gegl04-0.4.14-1.fc30.x86_64 -ibus-gtk2-1.5.20-1.fc30.x86_64 -unique-1.1.6-22.fc30.x86_64 -lxpolkit-0.5.4-1.fc30.x86_64 -adwaita-gtk2-theme-3.28-5.fc30.x86_64 -pinentry-gtk-1.1.0-5.fc30.x86_64 -webkit2gtk3-plugin-process-gtk2-2.24.1-1.fc30.x86_64 -freerdp-libs-2:2.0.0-48.20190228gitce386c8.fc30.x86_64 -gstreamer1-plugins-ugly-free-1.15.2-1.fc30.x86_64 -spice-server-0.14.1-3.fc30.x86_64 -pangomm-2.40.2-2.fc30.x86_64 -paps-libs-0.6.8-43.fc30.x86_64 -plymouth-plugin-label-0.9.4-5.fc30.x86_64 -plymouth-plugin-two-step-0.9.4-5.fc30.x86_64 -plymouth-theme-spinner-0.9.4-5.fc30.x86_64 -libbluray-1.1.0-1.fc30.x86_64 -urw-base35-bookman-fonts-20170801-12.fc30.noarch -urw-base35-c059-fonts-20170801-12.fc30.noarch -urw-base35-d050000l-fonts-20170801-12.fc30.noarch -urw-base35-gothic-fonts-20170801-12.fc30.noarch -urw-base35-nimbus-mono-ps-fonts-20170801-12.fc30.noarch -urw-base35-nimbus-roman-fonts-20170801-12.fc30.noarch -urw-base35-nimbus-sans-fonts-20170801-12.fc30.noarch -urw-base35-p052-fonts-20170801-12.fc30.noarch -urw-base35-standard-symbols-ps-fonts-20170801-12.fc30.noarch -urw-base35-z003-fonts-20170801-12.fc30.noarch -urw-base35-fonts-20170801-12.fc30.noarch -dnsmasq-2.80-4.fc30.x86_64 -wpa_supplicant-1:2.7-5.fc30.x86_64 -NetworkManager-wifi-1:1.16.0-1.fc30.x86_64 -oddjob-0.34.4-8.fc30.x86_64 -oddjob-mkhomedir-0.34.4-8.fc30.x86_64 -rpm-plugin-systemd-inhibit-4.14.2.1-4.fc30.1.x86_64 -gvnc-0.9.0-5.fc30.x86_64 -libgsf-1.14.43-3.fc30.x86_64 -crda-3.18_2018.05.31-6.fc30.x86_64 -media-player-info-23-4.fc30.noarch -alsa-utils-1.1.8-3.fc30.x86_64 -authselect-libs-1.0.3-1.fc30.x86_64 -cyrus-sasl-2.1.27-0.6rc7.fc30.x86_64 -gssproxy-0.8.0-10.fc30.x86_64 -hypervfcopyd-0-0.28.20190303git.fc30.x86_64 -hypervkvpd-0-0.28.20190303git.fc30.x86_64 -hypervvssd-0-0.28.20190303git.fc30.x86_64 -lldpad-1.0.1-14.git036e314.fc30.x86_64 -fcoe-utils-1.0.32-6.fc29.x86_64 -lockdev-1.0.4-0.29.20111007git.fc30.x86_64 -libgphoto2-2.5.21-3.fc30.x86_64 -sane-backends-1.0.27-23.fc30.x86_64 -sane-backends-drivers-scanners-1.0.27-23.fc30.x86_64 -sane-backends-libs-1.0.27-23.fc30.x86_64 -sane-backends-drivers-cameras-1.0.27-23.fc30.x86_64 -mdadm-4.1-rc2.0.3.fc30.x86_64 -libblockdev-mdraid-2.21-2.fc30.x86_64 -numad-0.5-28.20150602git.fc30.x86_64 -radvd-2.17-19.fc30.x86_64 -rpcbind-1.2.5-3.fc30.x86_64 -sheepdog-1.0.1-9.fc30.x86_64 -systemd-container-241-7.gita2eaa1c.fc30.x86_64 -tigervnc-server-minimal-1.9.0-4.fc30.x86_64 -u2f-hidraw-policy-1.0.2-9.fc30.x86_64 -libvncserver-0.9.11-9.fc30.x86_64 -gnome-remote-desktop-0.1.7-1.fc30.x86_64 -ntfsprogs-2:2017.3.23-11.fc30.x86_64 -vpnc-0.5.3-34.svn550.fc30.x86_64 -NetworkManager-vpnc-1:1.2.6-2.fc30.x86_64 -bind-export-libs-32:9.11.5-13.P4.fc30.x86_64 -drpm-0.3.0-15.fc30.x86_64 -createrepo_c-libs-0.12.2-1.fc30.x86_64 -createrepo_c-0.12.2-1.fc30.x86_64 -fipscheck-lib-1.5.0-6.fc30.x86_64 -fipscheck-1.5.0-6.fc30.x86_64 -openssh-7.9p1-5.fc30.x86_64 -openssh-clients-7.9p1-5.fc30.x86_64 -git-core-2.21.0-1.fc30.x86_64 -git-core-doc-2.21.0-1.fc30.noarch -hfsplus-tools-540.1.linux3-17.fc30.x86_64 -ima-evm-utils-1.1-5.fc30.x86_64 -rpm-sign-libs-4.14.2.1-4.fc30.1.x86_64 -isns-utils-libs-0.97-8.fc30.x86_64 -iscsi-initiator-utils-iscsiuio-6.2.0.876-8.gitf3c8e90.fc30.x86_64 -iscsi-initiator-utils-6.2.0.876-8.gitf3c8e90.fc30.x86_64 -mariadb-connector-c-3.0.9-2.fc30.x86_64 -nmap-ncat-2:7.70-6.fc30.x86_64 -libvirt-libs-5.1.0-4.fc30.x86_64 -libvirt-daemon-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-network-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-interface-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-nodedev-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-nwfilter-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-secret-5.1.0-4.fc30.x86_64 -libvirt-glib-2.0.0-3.fc30.x86_64 -libvirt-gobject-2.0.0-3.fc30.x86_64 -perl-Net-SSLeay-1.85-10.fc30.x86_64 -pkcs11-helper-1.22-7.fc30.x86_64 -openvpn-2.4.7-1.fc30.x86_64 -NetworkManager-openvpn-1:1.8.10-1.fc30.x86_64 -rpm-build-libs-4.14.2.1-4.fc30.1.x86_64 -xmlsec1-openssl-1.2.27-2.fc30.x86_64 -open-vm-tools-10.3.10-1.fc30.x86_64 -xorg-x11-server-Xwayland-1.20.4-3.fc30.x86_64 -zfs-fuse-0.7.2.2-11.fc30.x86_64 -apr-util-bdb-1.6.1-10.fc30.x86_64 -apr-util-1.6.1-10.fc30.x86_64 -apr-util-openssl-1.6.1-10.fc30.x86_64 -httpd-tools-2.4.39-2.fc30.x86_64 -deltarpm-3.6-29.fc30.x86_64 -dracut-squash-049-26.git20181204.fc30.x86_64 -python-pip-wheel-19.0.3-1.fc30.noarch -python3-setuptools-40.8.0-1.fc30.noarch -python3-pip-19.0.3-1.fc30.noarch -python3-3.7.3-1.fc30.x86_64 -python3-libs-3.7.3-1.fc30.x86_64 -python3-six-1.12.0-1.fc30.noarch -python3-dbus-1.2.8-5.fc30.x86_64 -python3-gobject-base-3.32.0-1.fc30.x86_64 -python3-libselinux-2.9-1.fc30.x86_64 -python3-rpm-4.14.2.1-4.fc30.1.x86_64 -python3-blockdev-2.21-2.fc30.x86_64 -python3-libdnf-0.28.1-1.fc30.x86_64 -python3-hawkey-0.28.1-1.fc30.x86_64 -python3-pyparted-1:3.11.2-1.fc30.x86_64 -python3-systemd-234-8.fc30.x86_64 -hplip-libs-3.18.12-9.fc30.x86_64 -python3-augeas-0.5.0-14.fc30.noarch -python3-decorator-4.3.0-2.fc30.noarch -python3-idna-2.7-4.fc30.noarch -python3-ordered-set-2.0.2-8.fc30.noarch -python3-pid-2.2.3-1.fc30.noarch -python3-simpleline-1.4-2.fc30.noarch -python3-libsemanage-2.9-1.fc30.x86_64 -python3-setools-4.1.1-14.fc30.x86_64 -python3-slip-0.6.4-15.fc30.noarch -python3-slip-dbus-0.6.4-15.fc30.noarch -python3-firewall-0.6.3-2.fc30.noarch -python3-pydbus-0.6.0-8.fc30.noarch -python3-bytesize-1.4-2.fc30.x86_64 -python3-dateutil-1:2.8.0-1.fc30.noarch -python3-productmd-1.21-1.fc30.noarch -python3-pyudev-0.21.0-10.fc30.noarch -python3-cairo-1.18.0-2.fc30.x86_64 -python3-gobject-3.32.0-1.fc30.x86_64 -libpeas-loader-python3-1.22.0-10.fc30.x86_64 -fros-1.1-18.fc30.noarch -python3-pyatspi-2.32.1-1.fc30.noarch -python3-coverage-4.5.1-4.fc30.x86_64 -python3-cups-1.9.74-3.fc30.x86_64 -python3-gpg-1.12.0-1.fc30.x86_64 -python3-libcomps-0.1.11-1.fc30.x86_64 -python3-libxml2-2.9.9-2.fc30.x86_64 -python3-markupsafe-1.1.1-1.fc30.x86_64 -python3-pwquality-1.4.0-12.fc30.x86_64 -python3-pycurl-7.43.0.2-6.fc30.x86_64 -unbound-libs-1.8.3-4.fc30.x86_64 -python3-unbound-1.8.3-4.fc30.x86_64 -python3-dnf-4.2.2-2.fc30.noarch -python3-libreport-2.10.0-1.fc30.x86_64 -abrt-dbus-2.12.0-2.fc30.x86_64 -python3-abrt-2.12.0-2.fc30.x86_64 -abrt-2.12.0-2.fc30.x86_64 -abrt-addon-kerneloops-2.12.0-2.fc30.x86_64 -abrt-retrace-client-2.12.0-2.fc30.x86_64 -abrt-addon-pstoreoops-2.12.0-2.fc30.x86_64 -abrt-addon-xorg-2.12.0-2.fc30.x86_64 -abrt-plugin-bodhi-2.12.0-2.fc30.x86_64 -python3-abrt-addon-2.12.0-2.fc30.x86_64 -python3-meh-0.47-2.fc30.noarch -abrt-tui-2.12.0-2.fc30.x86_64 -dnf-4.2.2-2.fc30.noarch -python3-crypto-2.6.1-25.fc30.x86_64 -bcache-tools-1.0.8-15.fc30.x86_64 -libblockdev-kbd-2.21-2.fc30.x86_64 -blivet-data-1:3.1.3-3.fc30.noarch -brlapi-0.6.7-32.fc30.x86_64 -brltty-5.6-32.fc30.x86_64 -python3-brlapi-0.6.7-32.fc30.x86_64 -gom-0.3.3-8.fc30.x86_64 -python3-asn1crypto-0.24.0-6.fc30.noarch -python3-audit-3.0-0.7.20190326git03e7489.fc30.x86_64 -python3-policycoreutils-2.9-1.fc30.noarch -policycoreutils-python-utils-2.9-1.fc30.noarch -tpm2-abrmd-selinux-2.0.0-4.fc30.noarch -tpm2-abrmd-2.1.1-1.fc30.x86_64 -python3-chardet-3.0.4-9.fc30.noarch -python3-distro-1.4.0-1.fc30.noarch -python3-dnf-plugins-core-4.0.6-1.fc30.noarch -dnf-plugins-core-4.0.6-1.fc30.noarch -python3-humanize-0.5.1-16.fc30.noarch -python3-inotify-0.9.6-15.fc30.noarch -python3-langtable-0.0.41-2.fc30.noarch -python3-louis-3.9.0-1.fc30.noarch -python3-ntplib-0.3.3-14.fc30.noarch -python3-olefile-0.46-2.fc30.noarch -python3-pillow-5.4.1-2.fc30.x86_64 -python3-ply-3.11-2.fc30.noarch -python3-pycparser-2.14-18.fc30.noarch -python3-cffi-1.11.5-7.fc30.x86_64 -python3-cryptography-2.6.1-1.fc30.x86_64 -python3-pyOpenSSL-19.0.0-1.fc30.noarch -python3-pysocks-1.6.8-7.fc30.noarch -python3-urllib3-1.24.1-3.fc30.noarch -python3-requests-2.21.0-2.fc30.noarch -python3-kickstart-3.20-2.fc30.noarch -python3-requests-file-1.4.3-10.fc30.noarch -python3-requests-ftp-0.3.1-14.fc30.noarch -python3-pytz-2018.5-2.fc30.noarch -python3-pyxdg-0.26-4.fc30.noarch -python3-speechd-0.9.0-4.fc30.x86_64 -xfsprogs-4.19.0-4.fc30.x86_64 -python3-tempita-0.5.1-20.fc29.noarch -python3-paste-2.0.3-9.fc30.noarch -python3-beaker-1.10.0-3.fc30.noarch -python3-mako-1.0.6-12.fc30.noarch -perl-Mozilla-CA-20180117-4.fc30.noarch -perl-Encode-4:3.01-10.fc30.x86_64 -perl-Pod-Simple-1:3.35-418.fc30.noarch -perl-Getopt-Long-1:2.50-418.fc30.noarch -perl-podlators-1:4.11-4.fc30.noarch -perl-Pod-Usage-4:1.69-418.fc30.noarch -perl-Pod-Perldoc-3.28.01-419.fc30.noarch -perl-HTTP-Tiny-0.076-2.fc30.noarch -perl-URI-1.76-2.fc30.noarch -perl-IO-Socket-SSL-2.066-1.fc30.noarch -perl-libnet-3.11-419.fc30.noarch -rdma-core-20.1-3.fc30.x86_64 -libibverbs-20.1-3.fc30.x86_64 -librdmacm-20.1-3.fc30.x86_64 -librados2-2:14.2.0-1.fc30.x86_64 -librbd1-2:14.2.0-1.fc30.x86_64 -libiscsi-1.18.0-7.fc30.x86_64 -qemu-block-iscsi-2:3.1.0-6.fc30.x86_64 -qemu-block-rbd-2:3.1.0-6.fc30.x86_64 -libibumad-20.1-3.fc30.x86_64 -qemu-system-x86-core-2:3.1.0-6.fc30.x86_64 -perl-Git-2.21.0-1.fc30.noarch -git-2.21.0-1.fc30.x86_64 -btrfs-progs-4.20.2-1.fc30.x86_64 -libblockdev-btrfs-2.21-2.fc30.x86_64 -libblockdev-plugins-all-2.21-2.fc30.x86_64 -e2fsprogs-1.44.6-1.fc30.x86_64 -httpd-filesystem-2.4.39-2.fc30.noarch -mod_http2-1.14.1-1.fc30.x86_64 -httpd-2.4.39-2.fc30.x86_64 -mod_dnssd-0.6-20.fc30.x86_64 -dhcp-libs-12:4.3.6-32.fc30.x86_64 -dhcp-client-12:4.3.6-32.fc30.x86_64 -dracut-network-049-26.git20181204.fc30.x86_64 -kexec-tools-2.0.19-1.fc30.x86_64 -abrt-addon-vmcore-2.12.0-2.fc30.x86_64 -libatasmart-0.19-16.fc30.x86_64 -udisks2-2.8.2-1.fc30.x86_64 -gvfs-1.40.1-2.fc30.x86_64 -gvfs-afc-1.40.1-2.fc30.x86_64 -gvfs-fuse-1.40.1-2.fc30.x86_64 -udisks2-iscsi-2.8.2-1.fc30.x86_64 -xorg-x11-drv-wacom-serial-support-0.36.1-6.fc30.x86_64 -p11-kit-server-0.23.15-3.fc30.x86_64 -binutils-2.31.1-29.fc30.x86_64 -gcc-9.0.1-0.10.fc30.x86_64 -gcc-gdb-plugin-9.0.1-0.10.fc30.x86_64 -genisoimage-1.1.11-41.fc30.x86_64 -man-db-2.8.4-4.fc30.x86_64 -environment-modules-4.2.3-1.fc30.x86_64 -sound-theme-freedesktop-0.8-11.fc30.noarch -libcanberra-0.30-19.fc30.x86_64 -gsound-1.0.2-9.fc30.x86_64 -color-filesystem-1-22.fc30.noarch -colord-1.4.4-1.fc30.x86_64 -sssd-client-2.1.0-2.fc30.x86_64 -sssd-common-2.1.0-2.fc30.x86_64 -sssd-krb5-common-2.1.0-2.fc30.x86_64 -sssd-common-pac-2.1.0-2.fc30.x86_64 -sssd-ad-2.1.0-2.fc30.x86_64 -sssd-krb5-2.1.0-2.fc30.x86_64 -sssd-ldap-2.1.0-2.fc30.x86_64 -sssd-proxy-2.1.0-2.fc30.x86_64 -elfutils-0.176-1.fc30.x86_64 -libbabeltrace-1.5.6-2.fc30.x86_64 -gdb-headless-8.2.91.20190401-23.fc30.x86_64 -abrt-addon-ccpp-2.12.0-2.fc30.x86_64 -gdb-8.2.91.20190401-23.fc30.x86_64 -lsof-4.91-3.fc30.x86_64 -python3-blivet-1:3.1.3-3.fc30.noarch -anaconda-tui-30.25.6-1.fc30.x86_64 -anaconda-core-30.25.6-1.fc30.x86_64 -quota-1:4.04-12.fc30.x86_64 -nfs-utils-1:2.3.3-7.rc2.fc30.x86_64 -libvirt-daemon-driver-storage-core-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-qemu-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-disk-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-gluster-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-iscsi-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-iscsi-direct-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-logical-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-mpath-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-rbd-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-scsi-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-sheepdog-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-zfs-5.1.0-4.fc30.x86_64 -libvirt-daemon-driver-storage-5.1.0-4.fc30.x86_64 -enchant-1:1.6.0-23.fc30.x86_64 -python3-enchant-2.0.0-7.fc30.noarch -libgcab1-1.1-6.fc30.x86_64 -fwupd-1.2.7-2.fc30.x86_64 -libipa_hbac-2.1.0-2.fc30.x86_64 -sssd-ipa-2.1.0-2.fc30.x86_64 -sssd-2.1.0-2.fc30.x86_64 -fprintd-pam-0.8.1-4.fc30.x86_64 -authselect-1.0.3-1.fc30.x86_64 -realmd-0.16.3-19.fc30.x86_64 -anaconda-install-env-deps-30.25.6-1.fc30.x86_64 -libquvi-0.9.4-14.fc30.x86_64 -totem-pl-parser-3.26.3-1.fc30.x86_64 -tracker-miners-2.2.1-1.fc30.x86_64 -tracker-2.2.1-1.fc30.x86_64 -libcmis-0.5.2-2.fc30.x86_64 -comps-extras-24-5.fc30.noarch -PackageKit-1.1.12-5.fc30.x86_64 -cldr-emoji-annotation-35.12.14971_0-1.fc30.noarch -autocorr-en-1:6.2.2.2-4.fc30.noarch -appstream-data-30-4.fc30.noarch -anaconda-user-help-26.1-9.fc30.noarch -adwaita-cursor-theme-3.32.0-1.fc30.noarch -adwaita-icon-theme-3.32.0-1.fc30.noarch -gstreamer1-plugins-good-gtk-1.15.2-3.fc30.x86_64 -libreoffice-x11-1:6.2.2.2-4.fc30.x86_64 -libreoffice-langpack-en-1:6.2.2.2-4.fc30.x86_64 -libreoffice-help-en-1:6.2.2.2-4.fc30.x86_64 -libreoffice-core-1:6.2.2.2-4.fc30.x86_64 -libreoffice-gtk3-1:6.2.2.2-4.fc30.x86_64 -gtk3-3.24.8-1.fc30.x86_64 -flatpak-1.2.4-2.fc30.x86_64 -xdg-desktop-portal-1.2.0-3.fc30.x86_64 -xdg-desktop-portal-gtk-1.2.0-3.fc30.x86_64 -gnome-desktop3-3.32.1-2.fc30.x86_64 -xorg-x11-drv-libinput-0.28.2-1.fc30.x86_64 -xorg-x11-server-Xorg-1.20.4-3.fc30.x86_64 -libcanberra-gtk3-0.30-19.fc30.x86_64 -clutter-1.26.2-8.fc30.x86_64 -libnma-1.8.20-2.fc30.x86_64 -libgweather-3.32.1-1.fc30.x86_64 -webkit2gtk3-2.24.1-1.fc30.x86_64 -libreoffice-pyuno-1:6.2.2.2-4.fc30.x86_64 -clutter-gtk-1.8.4-5.fc30.x86_64 -grilo-0.3.7-2.fc30.x86_64 -gcr-3.28.1-3.fc30.x86_64 -gnome-online-accounts-3.32.0-1.fc30.x86_64 -libgdata-0.17.9-4.fc30.x86_64 -evolution-data-server-langpacks-3.32.1-1.fc30.noarch -evolution-data-server-3.32.1-1.fc30.x86_64 -gjs-1.56.1-1.fc30.x86_64 -nautilus-extensions-3.32.0-1.fc30.x86_64 -vte291-0.56.1-1.fc30.x86_64 -libpeas-gtk-1.22.0-10.fc30.x86_64 -gfbgraph-0.2.3-9.fc30.x86_64 -gnome-settings-daemon-3.32.0-1.fc30.x86_64 -clutter-gst3-3.0.27-1.fc30.x86_64 -cheese-libs-2:3.32.1-1.fc30.x86_64 -gnome-session-3.32.0-1.fc30.x86_64 -gspell-1.8.1-3.fc30.x86_64 -libdazzle-3.32.1-2.fc30.x86_64 -libgnomekbd-3.26.1-1.fc30.x86_64 -libhandy-0.0.9-1.fc30.x86_64 -libreport-gtk-2.10.0-1.fc30.x86_64 -zenity-3.32.0-1.fc30.x86_64 -libreoffice-graphicfilter-1:6.2.2.2-4.fc30.x86_64 -libreoffice-pdfimport-1:6.2.2.2-4.fc30.x86_64 -libreoffice-draw-1:6.2.2.2-4.fc30.x86_64 -folks-1:0.11.4-15.fc30.x86_64 -grilo-plugins-0.3.8-2.fc30.x86_64 -gnome-keyring-3.31.91-1.fc30.x86_64 -libreoffice-writer-1:6.2.2.2-4.fc30.x86_64 -nm-connection-editor-1.8.20-2.fc30.x86_64 -libchamplain-0.12.19-1.fc30.x86_64 -gnome-bluetooth-libs-1:3.32.1-2.fc30.x86_64 -gnome-bluetooth-1:3.32.1-2.fc30.x86_64 -abrt-gui-libs-2.12.0-2.fc30.x86_64 -gnome-abrt-1.2.7-2.fc30.x86_64 -colord-gtk-0.1.26-11.fc30.x86_64 -gtkmm30-3.24.1-1.fc30.x86_64 -gtksourceview4-4.2.0-1.fc30.x86_64 -abrt-gui-2.12.0-2.fc30.x86_64 -libchamplain-gtk-0.12.19-1.fc30.x86_64 -gnome-keyring-pam-3.31.91-1.fc30.x86_64 -libreoffice-impress-1:6.2.2.2-4.fc30.x86_64 -mutter-3.32.0-2.fc30.x86_64 -python3-meh-gui-0.47-2.fc30.noarch -epiphany-runtime-1:3.32.1.2-1.fc30.x86_64 -gnome-terminal-3.32.1-1.fc30.x86_64 -qemu-ui-gtk-2:3.1.0-6.fc30.x86_64 -qemu-ui-sdl-2:3.1.0-6.fc30.x86_64 -qemu-system-x86-2:3.1.0-6.fc30.x86_64 -qemu-kvm-2:3.1.0-6.fc30.x86_64 -libvirt-daemon-kvm-5.1.0-4.fc30.x86_64 -libzapojit-0.0.3-15.fc30.x86_64 -gnome-online-miners-3.30.0-2.fc30.x86_64 -libreoffice-calc-1:6.2.2.2-4.fc30.x86_64 -libreoffice-math-1:6.2.2.2-4.fc30.x86_64 -yelp-libs-2:3.32.1-1.fc30.x86_64 -yelp-2:3.32.1-1.fc30.x86_64 -NetworkManager-ssh-1.2.9-1.fc30.x86_64 -brasero-libs-3.12.2-8.fc30.x86_64 -anaconda-widgets-30.25.6-1.fc30.x86_64 -baobab-3.32.0-1.fc30.x86_64 -blivet-gui-runtime-2.1.10-4.fc30.noarch -file-roller-3.32.1-2.fc30.x86_64 -gnome-autoar-0.2.3-3.fc30.x86_64 -nautilus-3.32.0-1.fc30.x86_64 -gtk-vnc2-0.9.0-5.fc30.x86_64 -gtksourceview3-3.24.10-1.fc30.x86_64 -ibus-gtk3-1.5.20-1.fc30.x86_64 -ibus-setup-1.5.20-1.fc30.noarch -ibus-1.5.20-1.fc30.x86_64 -keybinder3-0.3.2-6.fc30.x86_64 -libtimezonemap-0.4.5.1-5.fc30.x86_64 -anaconda-gui-30.25.6-1.fc30.x86_64 -anaconda-30.25.6-1.fc30.x86_64 -libwnck3-3.31.4-1.fc30.x86_64 -rygel-0.36.2-3.fc30.x86_64 -spice-gtk3-0.36-4.fc30.x86_64 -system-config-printer-libs-1.5.11-16.fc30.noarch -vino-3.22.0-15.fc30.x86_64 -gnome-control-center-3.32.1-2.fc30.x86_64 -gdm-1:3.32.0-3.fc30.x86_64 -gnome-session-wayland-session-3.32.0-1.fc30.x86_64 -gnome-session-xsession-3.32.0-1.fc30.x86_64 -gnome-shell-3.32.0-1.fc30.x86_64 -gnome-shell-extension-common-3.32.0-1.fc30.noarch -gnome-shell-extension-apps-menu-3.32.0-1.fc30.noarch -gnome-shell-extension-launch-new-instance-3.32.0-1.fc30.noarch -gnome-shell-extension-places-menu-3.32.0-1.fc30.noarch -gnome-shell-extension-window-list-3.32.0-1.fc30.noarch -libreoffice-xsltfilter-1:6.2.2.2-4.fc30.x86_64 -libreoffice-filters-1:6.2.2.2-4.fc30.x86_64 -adobe-mappings-pdf-20180407-3.fc30.noarch -libgs-9.26-4.fc30.x86_64 -ghostscript-9.26-4.fc30.x86_64 -cups-1:2.2.11-1.fc30.x86_64 -cups-filters-1.22.5-1.fc30.x86_64 -foomatic-db-ppds-4.0-63.20190128.fc30.noarch -foomatic-db-4.0-63.20190128.fc30.noarch -libspectre-0.2.8-8.fc30.x86_64 -evince-djvu-3.32.0-1.fc30.x86_64 -evince-libs-3.32.0-1.fc30.x86_64 -evince-3.32.0-1.fc30.x86_64 -evince-nautilus-3.32.0-1.fc30.x86_64 -sushi-3.32.0-1.fc30.x86_64 -foomatic-4.0.13-6.fc30.x86_64 -bluez-cups-5.50-6.fc30.x86_64 -gutenprint-cups-5.2.14-6.fc30.x86_64 -hplip-3.18.12-9.fc30.x86_64 -unoconv-0.7-9.fc30.noarch -gnome-classic-session-3.32.0-1.fc30.noarch -chrome-gnome-shell-10.1-4.fc30.x86_64 -gnome-shell-extension-background-logo-3.32.0-1.fc30.noarch -gnome-initial-setup-3.32.1-2.fc30.x86_64 -system-config-printer-udev-1.5.11-16.fc30.x86_64 -gnome-boxes-3.32.0.2-2.fc30.x86_64 -orca-3.32.0-1.fc30.noarch -kdump-anaconda-addon-005-4.20190103gitb16ea2c.fc30.noarch -anaconda-live-30.25.6-1.fc30.x86_64 -ibus-hangul-1.5.1-3.fc30.x86_64 -ibus-kkc-1.5.22-11.fc30.x86_64 -ibus-libpinyin-1.11.0-2.fc30.x86_64 -ibus-libzhuyin-1.9.0-2.fc30.x86_64 -ibus-m17n-1.4.1-2.fc30.x86_64 -ibus-qt-1.3.3-21.fc30.x86_64 -ibus-typing-booster-2.6.0-1.fc30.noarch -file-roller-nautilus-3.32.1-2.fc30.x86_64 -gnome-photos-3.32.0-1.fc30.x86_64 -rhythmbox-3.4.3-3.fc30.x86_64 -NetworkManager-ssh-gnome-1.2.9-1.fc30.x86_64 -gnome-terminal-nautilus-3.32.1-1.fc30.x86_64 -gnome-software-3.32.1-2.fc30.x86_64 -gnome-maps-3.32.1-2.fc30.x86_64 -abrt-desktop-2.12.0-2.fc30.x86_64 -gedit-2:3.32.0-1.fc30.x86_64 -gnome-calculator-3.32.1-2.fc30.x86_64 -gnome-system-monitor-3.32.1-2.fc30.x86_64 -open-vm-tools-desktop-10.3.10-1.fc30.x86_64 -gnome-color-manager-3.32.0-1.fc30.x86_64 -libreoffice-emailmerge-1:6.2.2.2-4.fc30.x86_64 -NetworkManager-vpnc-gnome-1:1.2.6-2.fc30.x86_64 -totem-1:3.32.0-1.fc30.x86_64 -gnome-contacts-3.32-1.fc30.x86_64 -gnome-calendar-3.32.0-1.fc30.x86_64 -cheese-2:3.32.1-1.fc30.x86_64 -eog-3.32.1-2.fc30.x86_64 -gnome-user-share-3.32.0.1-1.fc30.x86_64 -gnome-characters-3.32.1-2.fc30.x86_64 -gnome-weather-3.32.1-2.fc30.noarch -gvfs-goa-1.40.1-2.fc30.x86_64 -NetworkManager-openconnect-gnome-1.2.4-11.fc30.x86_64 -gnome-clocks-3.32.0-1.fc30.x86_64 -NetworkManager-openvpn-gnome-1:1.8.10-1.fc30.x86_64 -NetworkManager-pptp-gnome-1:1.2.8-1.fc30.1.x86_64 -gnome-disk-utility-3.32.1-2.fc30.x86_64 -gnome-screenshot-3.32.0-1.fc30.x86_64 -libcanberra-gtk2-0.30-19.fc30.x86_64 -xorg-x11-drv-ati-19.0.1-1.fc30.x86_64 -xorg-x11-drv-evdev-2.10.6-4.fc30.x86_64 -xorg-x11-drv-fbdev-0.5.0-3.fc30.x86_64 -xorg-x11-drv-intel-2.99.917-41.20180618.fc30.x86_64 -xorg-x11-drv-nouveau-1:1.0.15-7.fc30.x86_64 -xorg-x11-drv-openchrome-0.6.0-7.fc30.x86_64 -xorg-x11-drv-qxl-0.1.5-11.fc30.x86_64 -xorg-x11-drv-vesa-2.4.0-5.fc30.x86_64 -xorg-x11-drv-vmware-13.2.1-9.fc30.x86_64 -xorg-x11-drv-wacom-0.36.1-6.fc30.x86_64 -gnome-font-viewer-3.32.0-1.fc30.x86_64 -PackageKit-gtk3-module-1.1.12-5.fc30.x86_64 -firefox-66.0.2-1.fc30.x86_64 -gnome-logs-3.32.1-1.fc30.x86_64 -mousetweaks-3.32.0-1.fc30.x86_64 -qgnomeplatform-0.5-8.fc30.x86_64 -simple-scan-3.32.2-2.fc30.x86_64 -xdg-user-dirs-gtk-0.10-15.fc30.x86_64 -langpacks-en-1.0-17.fc30.noarch -gnome-themes-extra-3.28-5.fc30.x86_64 -PackageKit-command-not-found-1.1.12-5.fc30.x86_64 -authselect-compat-1.0.3-1.fc30.x86_64 -abrt-cli-2.12.0-2.fc30.x86_64 -sssd-kcm-2.1.0-2.fc30.x86_64 -scl-utils-1:2.0.2-8.fc30.x86_64 -gvfs-afp-1.40.1-2.fc30.x86_64 -gvfs-archive-1.40.1-2.fc30.x86_64 -gvfs-gphoto2-1.40.1-2.fc30.x86_64 -gvfs-mtp-1.40.1-2.fc30.x86_64 -gvfs-smb-1.40.1-2.fc30.x86_64 -dracut-live-049-26.git20181204.fc30.x86_64 -dnf-yum-4.2.2-2.fc30.noarch -abrt-java-connector-1.1.1-2.fc29.x86_64 -sos-3.7-1.fc30.noarch -fros-gnome-1.1-18.fc30.noarch -firewalld-0.6.3-2.fc30.noarch -libsane-hpaio-3.18.12-9.fc30.x86_64 -fpaste-0.3.9.2-2.fc30.noarch -usbutils-010-3.fc30.x86_64 -openssh-server-7.9p1-5.fc30.x86_64 -hyperv-daemons-0-0.28.20190303git.fc30.x86_64 -alsa-plugins-pulseaudio-1.1.8-2.fc30.x86_64 -wireless-tools-1:29-22.fc30.x86_64 -plymouth-system-theme-0.9.4-5.fc30.x86_64 -paps-0.6.8-43.fc30.x86_64 -qt5-qtxmlpatterns-5.12.1-2.fc30.x86_64 -nss-mdns-0.14.1-3.fc30.x86_64 -pulseaudio-module-x11-12.2-3.fc30.x86_64 -adwaita-qt4-1.0-6.fc30.x86_64 -NetworkManager-bluetooth-1:1.16.0-1.fc30.x86_64 -shim-ia32-15-8.x86_64 -shim-x64-15-8.x86_64 -kernel-5.0.7-300.fc30.x86_64 -kernel-modules-extra-5.0.7-300.fc30.x86_64 -grub2-efi-ia32-1:2.02-75.fc30.x86_64 -grub2-efi-x64-1:2.02-75.fc30.x86_64 -grub2-pc-1:2.02-75.fc30.x86_64 -pinentry-gnome3-1.1.0-5.fc30.x86_64 -pinfo-0.6.10-20.fc29.x86_64 -samba-client-2:4.10.2-0.fc30.x86_64 -cifs-utils-6.8-4.fc30.x86_64 -NetworkManager-ppp-1:1.16.0-1.fc30.x86_64 -rp-pppoe-3.12-13.fc30.x86_64 -PackageKit-gstreamer-plugin-1.1.12-5.fc30.x86_64 -NetworkManager-adsl-1:1.16.0-1.fc30.x86_64 -desktop-backgrounds-gnome-30.0.0-1.fc30.noarch -spice-vdagent-0.18.0-3.fc30.x86_64 -b43-openfwwf-5.2-21.fc30.noarch -at-3.1.23-2.fc30.x86_64 -audit-3.0-0.7.20190326git03e7489.fc30.x86_64 -initscripts-10.01-2.fc30.x86_64 -logrotate-3.15.0-2.fc30.x86_64 -mcelog-3:153-4.fc30.x86_64 -mlocate-0.26-23.fc30.x86_64 -net-tools-2.0-0.54.20160912git.fc30.x86_64 -psacct-6.6.4-4.fc30.x86_64 -qemu-guest-agent-2:3.1.0-6.fc30.x86_64 -rng-tools-6.7-1.fc30.x86_64 -virtualbox-guest-additions-6.0.4-2.fc30.x86_64 -zram-0.3-1.fc30.noarch -grub2-tools-efi-1:2.02-75.fc30.x86_64 -tcpdump-14:4.9.2-7.fc30.x86_64 -dracut-config-rescue-049-26.git20181204.fc30.x86_64 -cryptsetup-2.1.0-3.fc30.x86_64 -gamemode-1.2-4.fc30.x86_64 -mactel-boot-0.9-20.fc30.x86_64 -sudo-1.8.27-1.fc30.x86_64 -memtest86+-5.01-25.fc30.x86_64 -pam_krb5-2.4.13-13.fc30.x86_64 -passwdqc-1.3.0-14.fc30.x86_64 -cyrus-sasl-plain-2.1.27-0.6rc7.fc30.x86_64 -nautilus-sendto-1:3.8.6-4.fc30.x86_64 -bash-completion-1:2.8-6.fc30.noarch -iptstate-2.2.6-8.fc30.x86_64 -libproxy-mozjs-0.4.15-13.fc30.x86_64 -xorg-x11-utils-7.5-30.fc30.x86_64 -syslinux-extlinux-6.04-0.8.fc28.x86_64 -zip-3.0-24.fc30.x86_64 -efibootmgr-16-5.fc30.x86_64 -jwhois-4.0-56.fc30.x86_64 -grub2-efi-ia32-cdboot-1:2.02-75.fc30.x86_64 -grub2-efi-x64-cdboot-1:2.02-75.fc30.x86_64 -alsa-ucm-1.1.8-2.fc30.noarch -hostname-3.20-8.fc30.x86_64 -traceroute-3:2.1.0-8.fc30.x86_64 -b43-fwcutter-019-15.fc30.x86_64 -dos2unix-7.4.0-6.fc30.x86_64 -lrzsz-0.12.20-47.fc30.x86_64 -mpage-2.5.7-7.fc30.x86_64 -mtr-2:0.92-4.fc30.x86_64 -rdist-1:6.1.5-69.fc30.x86_64 -symlinks-1.4-22.fc30.x86_64 -telnet-1:0.17-76.fc30.x86_64 -time-1.9-6.fc30.x86_64 -tree-1.8.0-2.fc30.x86_64 -vconfig-1.9-26.fc30.x86_64 -gnome-getting-started-docs-3.32.1-1.fc30.noarch -google-noto-sans-sinhala-fonts-20181223-2.fc30.noarch -thai-scalable-waree-fonts-0.6.5-3.fc30.noarch -khmeros-base-fonts-5.0-27.fc30.noarch -google-noto-sans-cjk-ttc-fonts-20170602-10.fc30.noarch -google-noto-serif-cjk-ttc-fonts-20170602-10.fc30.noarch -gnu-free-mono-fonts-20120503-20.fc30.noarch -gnu-free-sans-fonts-20120503-20.fc30.noarch -gnu-free-serif-fonts-20120503-20.fc30.noarch -iwl100-firmware-39.31.5.1-94.fc30.noarch -iwl1000-firmware-1:39.31.5.1-94.fc30.noarch -iwl105-firmware-18.168.6.1-94.fc30.noarch -iwl135-firmware-18.168.6.1-94.fc30.noarch -iwl2000-firmware-18.168.6.1-94.fc30.noarch -iwl2030-firmware-18.168.6.1-94.fc30.noarch -iwl3160-firmware-1:25.30.13.0-94.fc30.noarch -iwl3945-firmware-15.32.2.9-94.fc30.noarch -iwl4965-firmware-228.61.2.24-94.fc30.noarch -iwl5000-firmware-8.83.5.1_1-94.fc30.noarch -iwl5150-firmware-8.24.2.2-94.fc30.noarch -iwl6000-firmware-9.221.4.1-94.fc30.noarch -iwl6000g2a-firmware-18.168.6.1-94.fc30.noarch -iwl6000g2b-firmware-18.168.6.1-94.fc30.noarch -iwl6050-firmware-41.28.5.1-94.fc30.noarch -iwl7260-firmware-1:25.30.13.0-94.fc30.noarch -libertas-usb8388-firmware-2:20190312-94.fc30.noarch -jomolhari-fonts-0.003-26.fc30.noarch -julietaula-montserrat-fonts-1:7.200-6.fc30.noarch -lohit-assamese-fonts-2.91.5-6.fc30.noarch -lohit-bengali-fonts-2.91.5-6.fc30.noarch -lohit-devanagari-fonts-2.95.4-6.fc30.noarch -lohit-gujarati-fonts-2.92.4-6.fc30.noarch -lohit-gurmukhi-fonts-2.91.2-6.fc30.noarch -lohit-kannada-fonts-2.5.4-5.fc30.noarch -lohit-odia-fonts-2.91.2-6.fc30.noarch -lohit-tamil-fonts-2.91.3-6.fc30.noarch -lohit-telugu-fonts-2.5.5-5.fc30.noarch -paktype-naskh-basic-fonts-4.1-11.fc30.noarch -paratype-pt-sans-fonts-20141121-8.fc30.noarch -sil-abyssinica-fonts-1.200-15.fc30.noarch -sil-mingzat-fonts-0.100-10.fc30.noarch -sil-nuosu-fonts-2.1.1-16.fc30.noarch -sil-padauk-fonts-3.003-3.fc30.noarch -smc-meera-fonts-7.0.1-3.fc30.noarch -stix-fonts-1.1.0-14.fc30.noarch -zd1211-firmware-1.5-4.fc30.noarch -words-3.0-33.fc30.noarch -rootfiles-8.1-24.fc30.noarch -microcode_ctl-2:2.1-27.fc30.x86_64 -man-pages-4.16-4.fc30.noarch -ipw2200-firmware-3.1-17.fc30.noarch -ipw2100-firmware-1.3-24.fc30.noarch -gnome-backgrounds-3.32.0-1.fc30.noarch -fedora-workstation-backgrounds-1.1-5.fc30.noarch -fedora-user-agent-chrome-0.0.0.4-6.fc30.noarch -fedora-bookmarks-28-5.fc30.noarch -atmel-firmware-1.3-20.fc30.noarch -NetworkManager-config-connectivity-fedora-1:1.16.0-1.fc30.noarch \ No newline at end of file diff --git a/fedora-31-workstation-live-packages b/fedora-31-workstation-live-packages deleted file mode 100644 index abbe6b7..0000000 --- a/fedora-31-workstation-live-packages +++ /dev/null @@ -1,1619 +0,0 @@ -aajohan-comfortaa-fonts.noarch -abattis-cantarell-fonts.noarch -abrt-addon-ccpp.x86_64 -abrt-addon-coredump-helper.x86_64 -abrt-addon-kerneloops.x86_64 -abrt-addon-pstoreoops.x86_64 -abrt-addon-vmcore.x86_64 -abrt-addon-xorg.x86_64 -abrt-cli.x86_64 -abrt-dbus.x86_64 -abrt-desktop.x86_64 -abrt-gui-libs.x86_64 -abrt-gui.x86_64 -abrt-java-connector.x86_64 -abrt-libs.x86_64 -abrt-plugin-bodhi.x86_64 -abrt-retrace-client.x86_64 -abrt-tui.x86_64 -abrt.x86_64 -accountsservice-libs.x86_64 -accountsservice.x86_64 -acl.x86_64 -adcli.x86_64 -adobe-mappings-cmap-deprecated.noarch -adobe-mappings-cmap.noarch -adobe-mappings-pdf.noarch -adobe-source-code-pro-fonts.noarch -adwaita-cursor-theme.noarch -adwaita-gtk2-theme.x86_64 -adwaita-icon-theme.noarch -adwaita-qt4.x86_64 -adwaita-qt5.x86_64 -alsa-lib.x86_64 -alsa-plugins-pulseaudio.x86_64 -alsa-ucm.noarch -alsa-utils.x86_64 -alternatives.x86_64 -anaconda-core.x86_64 -anaconda-gui.x86_64 -anaconda-install-env-deps.x86_64 -anaconda-live.x86_64 -anaconda-tui.x86_64 -anaconda-user-help.noarch -anaconda-widgets.x86_64 -anaconda.x86_64 -appstream-data.noarch -apr-util-bdb.x86_64 -apr-util-openssl.x86_64 -apr-util.x86_64 -apr.x86_64 -argyllcms.x86_64 -at-spi2-atk.x86_64 -at-spi2-core.x86_64 -at.x86_64 -atk.x86_64 -atkmm.x86_64 -atmel-firmware.noarch -attr.x86_64 -audit-libs.x86_64 -audit.x86_64 -augeas-libs.x86_64 -authselect-compat.x86_64 -authselect-libs.x86_64 -authselect.x86_64 -autocorr-en.noarch -avahi-glib.x86_64 -avahi-libs.x86_64 -avahi.x86_64 -b43-fwcutter.x86_64 -b43-openfwwf.noarch -babl.x86_64 -baobab.x86_64 -basesystem.noarch -bash-completion.noarch -bash.x86_64 -bc.x86_64 -bcache-tools.x86_64 -bind-export-libs.x86_64 -bind-libs-lite.x86_64 -bind-libs.x86_64 -bind-license.noarch -bind-utils.x86_64 -binutils.x86_64 -blivet-data.noarch -blivet-gui-runtime.noarch -bluez-cups.x86_64 -bluez-libs.x86_64 -bluez-obexd.x86_64 -bluez.x86_64 -bolt.x86_64 -boost-chrono.x86_64 -boost-date-time.x86_64 -boost-filesystem.x86_64 -boost-iostreams.x86_64 -boost-locale.x86_64 -boost-regex.x86_64 -boost-system.x86_64 -boost-thread.x86_64 -brasero-libs.x86_64 -bridge-utils.x86_64 -brlapi.x86_64 -brltty.x86_64 -brotli.x86_64 -btrfs-progs.x86_64 -bubblewrap.x86_64 -bzip2-libs.x86_64 -bzip2.x86_64 -c-ares.x86_64 -ca-certificates.noarch -cairo-gobject.x86_64 -cairo.x86_64 -cairomm.x86_64 -capstone.x86_64 -cdparanoia-libs.x86_64 -checkpolicy.x86_64 -cheese-libs.x86_64 -cheese.x86_64 -chkconfig.x86_64 -chrome-gnome-shell.x86_64 -chrony.x86_64 -cifs-utils.x86_64 -cldr-emoji-annotation.noarch -clucene-contribs-lib.x86_64 -clucene-core.x86_64 -clutter-gst3.x86_64 -clutter-gtk.x86_64 -clutter.x86_64 -cogl.x86_64 -color-filesystem.noarch -colord-gtk.x86_64 -colord-libs.x86_64 -colord.x86_64 -comps-extras.noarch -copy-jdk-configs.noarch -coreutils-common.x86_64 -coreutils.x86_64 -corosynclib.x86_64 -cpio.x86_64 -cpp.x86_64 -cracklib-dicts.x86_64 -cracklib.x86_64 -crda.x86_64 -createrepo_c-libs.x86_64 -createrepo_c.x86_64 -cronie-anacron.x86_64 -cronie.x86_64 -crontabs.noarch -crypto-policies.noarch -cryptsetup-libs.x86_64 -cryptsetup.x86_64 -ctags.x86_64 -cups-client.x86_64 -cups-filesystem.noarch -cups-filters-libs.x86_64 -cups-filters.x86_64 -cups-ipptool.x86_64 -cups-libs.x86_64 -cups-pk-helper.x86_64 -cups.x86_64 -curl.x86_64 -cyrus-sasl-gssapi.x86_64 -cyrus-sasl-lib.x86_64 -cyrus-sasl-plain.x86_64 -cyrus-sasl.x86_64 -daxctl-libs.x86_64 -dbus-broker.x86_64 -dbus-common.noarch -dbus-daemon.x86_64 -dbus-glib.x86_64 -dbus-libs.x86_64 -dbus-tools.x86_64 -dbus.x86_64 -dbusmenu-qt.x86_64 -dbxtool.x86_64 -dconf.x86_64 -dejavu-fonts-common.noarch -dejavu-sans-fonts.noarch -dejavu-sans-mono-fonts.noarch -dejavu-serif-fonts.noarch -deltarpm.x86_64 -desktop-backgrounds-gnome.noarch -desktop-file-utils.x86_64 -device-mapper-event-libs.x86_64 -device-mapper-event.x86_64 -device-mapper-libs.x86_64 -device-mapper-multipath-libs.x86_64 -device-mapper-multipath.x86_64 -device-mapper-persistent-data.x86_64 -device-mapper.x86_64 -dhcp-client.x86_64 -dhcp-common.noarch -dhcp-libs.x86_64 -diffutils.x86_64 -djvulibre-libs.x86_64 -dleyna-connector-dbus.x86_64 -dleyna-core.x86_64 -dleyna-renderer.x86_64 -dleyna-server.x86_64 -dmidecode.x86_64 -dmraid-events.x86_64 -dmraid.x86_64 -dnf-data.noarch -dnf-plugins-core.noarch -dnf-yum.noarch -dnf.noarch -dnsmasq.x86_64 -dos2unix.x86_64 -dosfstools.x86_64 -dotconf.x86_64 -dracut-config-rescue.x86_64 -dracut-live.x86_64 -dracut-network.x86_64 -dracut-squash.x86_64 -dracut.x86_64 -drpm.x86_64 -e2fsprogs-libs.x86_64 -e2fsprogs.x86_64 -ebtables.x86_64 -edk2-ovmf.noarch -efi-filesystem.noarch -efibootmgr.x86_64 -efivar-libs.x86_64 -elfutils-default-yama-scope.noarch -elfutils-libelf.x86_64 -elfutils-libs.x86_64 -elfutils.x86_64 -emacs-filesystem.noarch -enchant.x86_64 -enchant2.x86_64 -environment-modules.x86_64 -eog.x86_64 -epiphany-runtime.x86_64 -espeak-ng.x86_64 -ethtool.x86_64 -evince-djvu.x86_64 -evince-libs.x86_64 -evince-nautilus.x86_64 -evince.x86_64 -evolution-data-server-langpacks.noarch -evolution-data-server.x86_64 -exempi.x86_64 -exiv2-libs.x86_64 -exiv2.x86_64 -expat.x86_64 -f30-backgrounds-base.noarch -f30-backgrounds-gnome.noarch -fcoe-utils.x86_64 -fedora-bookmarks.noarch -fedora-gpg-keys.noarch -fedora-logos-httpd.noarch -fedora-logos.x86_64 -fedora-release-common.noarch -fedora-release-workstation.noarch -fedora-repos.noarch -fedora-user-agent-chrome.noarch -fedora-workstation-backgrounds.noarch -file-libs.x86_64 -file-roller-nautilus.x86_64 -file-roller.x86_64 -file.x86_64 -filesystem.x86_64 -findutils.x86_64 -fipscheck-lib.x86_64 -fipscheck.x86_64 -firefox.x86_64 -firewalld-filesystem.noarch -firewalld.noarch -flac-libs.x86_64 -flatpak-libs.x86_64 -flatpak.x86_64 -folks.x86_64 -fontconfig.x86_64 -fontpackages-filesystem.noarch -foomatic-db-filesystem.noarch -foomatic-db-ppds.noarch -foomatic-db.noarch -foomatic.x86_64 -fpaste.noarch -fprintd-pam.x86_64 -fprintd.x86_64 -freerdp-libs.x86_64 -freetype.x86_64 -frei0r-plugins.x86_64 -fribidi.x86_64 -fros-gnome.noarch -fros.noarch -fstrm.x86_64 -fuse-common.x86_64 -fuse-libs.x86_64 -fuse.x86_64 -fwupd.x86_64 -gamemode.x86_64 -gavl.x86_64 -gawk.x86_64 -gcc-gdb-plugin.x86_64 -gcc.x86_64 -GConf2.x86_64 -gcr-base.x86_64 -gcr.x86_64 -gd.x86_64 -gdb-headless.x86_64 -gdb.x86_64 -gdbm-libs.x86_64 -gdisk.x86_64 -gdk-pixbuf2-modules.x86_64 -gdk-pixbuf2.x86_64 -gdm.x86_64 -gdouros-symbola-fonts.noarch -gedit.x86_64 -gegl04.x86_64 -genisoimage.x86_64 -geoclue2-libs.x86_64 -geoclue2.x86_64 -geocode-glib.x86_64 -GeoIP-GeoLite-data.noarch -GeoIP.x86_64 -geolite2-city.noarch -geolite2-country.noarch -gettext-libs.x86_64 -gettext.x86_64 -gfbgraph.x86_64 -ghostscript.x86_64 -giflib.x86_64 -git-core-doc.noarch -git-core.x86_64 -git.x86_64 -gjs.x86_64 -glib-networking.x86_64 -glib2.x86_64 -glibc-all-langpacks.x86_64 -glibc-common.x86_64 -glibc-devel.x86_64 -glibc-headers.x86_64 -glibc-langpack-en.x86_64 -glibc.x86_64 -glibmm24.x86_64 -glusterfs-api.x86_64 -glusterfs-cli.x86_64 -glusterfs-client-xlators.x86_64 -glusterfs-fuse.x86_64 -glusterfs-libs.x86_64 -glusterfs.x86_64 -glx-utils.x86_64 -gmp.x86_64 -gnome-abrt.x86_64 -gnome-autoar.x86_64 -gnome-backgrounds.noarch -gnome-bluetooth-libs.x86_64 -gnome-bluetooth.x86_64 -gnome-boxes.x86_64 -gnome-calculator.x86_64 -gnome-calendar.x86_64 -gnome-characters.x86_64 -gnome-classic-session.noarch -gnome-clocks.x86_64 -gnome-color-manager.x86_64 -gnome-contacts.x86_64 -gnome-control-center-filesystem.noarch -gnome-control-center.x86_64 -gnome-desktop3.x86_64 -gnome-disk-utility.x86_64 -gnome-font-viewer.x86_64 -gnome-getting-started-docs.noarch -gnome-icon-theme.noarch -gnome-initial-setup.x86_64 -gnome-keyring-pam.x86_64 -gnome-keyring.x86_64 -gnome-logs.x86_64 -gnome-maps.x86_64 -gnome-menus.x86_64 -gnome-online-accounts.x86_64 -gnome-online-miners.x86_64 -gnome-photos.x86_64 -gnome-remote-desktop.x86_64 -gnome-screenshot.x86_64 -gnome-session-wayland-session.x86_64 -gnome-session-xsession.x86_64 -gnome-session.x86_64 -gnome-settings-daemon.x86_64 -gnome-shell-extension-apps-menu.noarch -gnome-shell-extension-background-logo.noarch -gnome-shell-extension-common.noarch -gnome-shell-extension-launch-new-instance.noarch -gnome-shell-extension-places-menu.noarch -gnome-shell-extension-window-list.noarch -gnome-shell.x86_64 -gnome-software.x86_64 -gnome-system-monitor.x86_64 -gnome-terminal-nautilus.x86_64 -gnome-terminal.x86_64 -gnome-themes-extra.x86_64 -gnome-user-docs.noarch -gnome-user-share.x86_64 -gnome-video-effects.noarch -gnome-weather.noarch -gnu-free-fonts-common.noarch -gnu-free-mono-fonts.noarch -gnu-free-sans-fonts.noarch -gnu-free-serif-fonts.noarch -gnupg2-smime.x86_64 -gnupg2.x86_64 -gnutls.x86_64 -gobject-introspection.x86_64 -gom.x86_64 -google-crosextra-caladea-fonts.noarch -google-crosextra-carlito-fonts.noarch -google-droid-sans-fonts.noarch -google-noto-cjk-fonts-common.noarch -google-noto-emoji-color-fonts.noarch -google-noto-fonts-common.noarch -google-noto-sans-cjk-ttc-fonts.noarch -google-noto-sans-sinhala-fonts.noarch -google-noto-serif-cjk-ttc-fonts.noarch -gpgme.x86_64 -gpgmepp.x86_64 -graphite2.x86_64 -grep.x86_64 -grilo-plugins.x86_64 -grilo.x86_64 -groff-base.x86_64 -grub2-common.noarch -grub2-efi-ia32-cdboot.x86_64 -grub2-efi-ia32.x86_64 -grub2-efi-x64-cdboot.x86_64 -grub2-efi-x64.x86_64 -grub2-pc-modules.noarch -grub2-pc.x86_64 -grub2-tools-efi.x86_64 -grub2-tools-extra.x86_64 -grub2-tools-minimal.x86_64 -grub2-tools.x86_64 -grubby.x86_64 -gsettings-desktop-schemas.x86_64 -gsm.x86_64 -gsound.x86_64 -gspell.x86_64 -gssdp.x86_64 -gssproxy.x86_64 -gstreamer1-plugins-bad-free.x86_64 -gstreamer1-plugins-base.x86_64 -gstreamer1-plugins-good-gtk.x86_64 -gstreamer1-plugins-good-qt.x86_64 -gstreamer1-plugins-good.x86_64 -gstreamer1-plugins-ugly-free.x86_64 -gstreamer1.x86_64 -gtk-update-icon-cache.x86_64 -gtk-vnc2.x86_64 -gtk2.x86_64 -gtk3.x86_64 -gtkmm30.x86_64 -gtksourceview3.x86_64 -gtksourceview4.x86_64 -gupnp-av.x86_64 -gupnp-dlna.x86_64 -gupnp-igd.x86_64 -gupnp.x86_64 -gutenprint-cups.x86_64 -gutenprint-libs.x86_64 -gutenprint.x86_64 -gvfs-afc.x86_64 -gvfs-afp.x86_64 -gvfs-archive.x86_64 -gvfs-client.x86_64 -gvfs-fuse.x86_64 -gvfs-goa.x86_64 -gvfs-gphoto2.x86_64 -gvfs-mtp.x86_64 -gvfs-smb.x86_64 -gvfs.x86_64 -gvnc.x86_64 -gzip.x86_64 -hardlink.x86_64 -harfbuzz-icu.x86_64 -harfbuzz.x86_64 -hfsplus-tools.x86_64 -hicolor-icon-theme.noarch -hostname.x86_64 -hplip-common.x86_64 -hplip-libs.x86_64 -hplip.x86_64 -httpd-filesystem.noarch -httpd-tools.x86_64 -httpd.x86_64 -hunspell-en-GB.noarch -hunspell-en-US.noarch -hunspell-en.noarch -hunspell.x86_64 -hwdata.noarch -hyperv-daemons-license.noarch -hyperv-daemons.x86_64 -hypervfcopyd.x86_64 -hypervkvpd.x86_64 -hypervvssd.x86_64 -hyphen-en.noarch -hyphen.x86_64 -ibus-gtk2.x86_64 -ibus-gtk3.x86_64 -ibus-hangul.x86_64 -ibus-kkc.x86_64 -ibus-libpinyin.x86_64 -ibus-libs.x86_64 -ibus-libzhuyin.x86_64 -ibus-m17n.x86_64 -ibus-qt.x86_64 -ibus-setup.noarch -ibus-typing-booster.noarch -ibus.x86_64 -iio-sensor-proxy.x86_64 -ilmbase.x86_64 -ima-evm-utils.x86_64 -initscripts.x86_64 -ipcalc.x86_64 -iproute-tc.x86_64 -iproute.x86_64 -ipset-libs.x86_64 -ipset.x86_64 -iptables-libs.x86_64 -iptables.x86_64 -iptstate.x86_64 -iputils.x86_64 -ipw2100-firmware.noarch -ipw2200-firmware.noarch -ipxe-roms-qemu.noarch -iscsi-initiator-utils-iscsiuio.x86_64 -iscsi-initiator-utils.x86_64 -isl.x86_64 -isns-utils-libs.x86_64 -iso-codes.noarch -isomd5sum.x86_64 -iw.x86_64 -iwl100-firmware.noarch -iwl1000-firmware.noarch -iwl105-firmware.noarch -iwl135-firmware.noarch -iwl2000-firmware.noarch -iwl2030-firmware.noarch -iwl3160-firmware.noarch -iwl3945-firmware.noarch -iwl4965-firmware.noarch -iwl5000-firmware.noarch -iwl5150-firmware.noarch -iwl6000-firmware.noarch -iwl6000g2a-firmware.noarch -iwl6000g2b-firmware.noarch -iwl6050-firmware.noarch -iwl7260-firmware.noarch -jansson.x86_64 -jasper-libs.x86_64 -java-1.8.0-openjdk-headless.x86_64 -javapackages-filesystem.noarch -jbig2dec-libs.x86_64 -jbigkit-libs.x86_64 -jimtcl.x86_64 -jitterentropy.x86_64 -jomolhari-fonts.noarch -js-jquery.noarch -json-c.x86_64 -json-glib.x86_64 -julietaula-montserrat-fonts.noarch -jwhois.x86_64 -kbd-legacy.noarch -kbd-misc.noarch -kbd.x86_64 -kdump-anaconda-addon.noarch -kernel-core.x86_64 -kernel-headers.x86_64 -kernel-modules-extra.x86_64 -kernel-modules.x86_64 -kernel.x86_64 -kexec-tools.x86_64 -keybinder3.x86_64 -keyutils-libs.x86_64 -keyutils.x86_64 -khmeros-base-fonts.noarch -khmeros-fonts-common.noarch -kmod-libs.x86_64 -kmod.x86_64 -kpartx.x86_64 -krb5-libs.x86_64 -kyotocabinet-libs.x86_64 -lame-libs.x86_64 -langpacks-en.noarch -langtable-data.noarch -langtable.noarch -lcms2.x86_64 -less.x86_64 -liba52.x86_64 -libabw.x86_64 -libacl.x86_64 -libaio.x86_64 -libao.x86_64 -libappstream-glib.x86_64 -libarchive.x86_64 -libargon2.x86_64 -libassuan.x86_64 -libasyncns.x86_64 -libatasmart.x86_64 -libattr.x86_64 -libavc1394.x86_64 -libbabeltrace.x86_64 -libbasicobjects.x86_64 -libblkid.x86_64 -libblockdev-btrfs.x86_64 -libblockdev-crypto.x86_64 -libblockdev-dm.x86_64 -libblockdev-fs.x86_64 -libblockdev-kbd.x86_64 -libblockdev-loop.x86_64 -libblockdev-lvm.x86_64 -libblockdev-mdraid.x86_64 -libblockdev-mpath.x86_64 -libblockdev-nvdimm.x86_64 -libblockdev-part.x86_64 -libblockdev-plugins-all.x86_64 -libblockdev-swap.x86_64 -libblockdev-utils.x86_64 -libblockdev-vdo.x86_64 -libblockdev.x86_64 -libbluray.x86_64 -libbytesize.x86_64 -libcacard.x86_64 -libcanberra-gtk2.x86_64 -libcanberra-gtk3.x86_64 -libcanberra.x86_64 -libcap-ng.x86_64 -libcap.x86_64 -libcdio-paranoia.x86_64 -libcdio.x86_64 -libcdr.x86_64 -libchamplain-gtk.x86_64 -libchamplain.x86_64 -libcmis.x86_64 -libcollection.x86_64 -libcom_err.x86_64 -libcomps.x86_64 -libconfig.x86_64 -libcroco.x86_64 -libcue.x86_64 -libcurl.x86_64 -libdaemon.x86_64 -libdatrie.x86_64 -libdazzle.x86_64 -libdb-utils.x86_64 -libdb.x86_64 -libdhash.x86_64 -libdmapsharing.x86_64 -libdmx.x86_64 -libdnet.x86_64 -libdnf.x86_64 -libdrm.x86_64 -libdv.x86_64 -libdvdnav.x86_64 -libdvdread.x86_64 -libe-book.x86_64 -libedit.x86_64 -libeot.x86_64 -libepoxy.x86_64 -libepubgen.x86_64 -liberation-fonts-common.noarch -liberation-mono-fonts.noarch -liberation-sans-fonts.noarch -liberation-serif-fonts.noarch -libertas-usb8388-firmware.noarch -libetonyek.x86_64 -libev.x86_64 -libevdev.x86_64 -libevent.x86_64 -libexif.x86_64 -libexttextcat.x86_64 -libfdisk.x86_64 -libfdt.x86_64 -libffi.x86_64 -libfontenc.x86_64 -libfprint.x86_64 -libfreehand.x86_64 -libgcab1.x86_64 -libgcc.x86_64 -libgcrypt.x86_64 -libgdata.x86_64 -libgdither.x86_64 -libgee.x86_64 -libgexiv2.x86_64 -libgfortran.x86_64 -libglvnd-egl.x86_64 -libglvnd-gles.x86_64 -libglvnd-glx.x86_64 -libglvnd.x86_64 -libgnomekbd.x86_64 -libgomp.x86_64 -libgovirt.x86_64 -libgpg-error.x86_64 -libgphoto2.x86_64 -libgpod.x86_64 -libgrss.x86_64 -libgs.x86_64 -libgsf.x86_64 -libgtop2.x86_64 -libgudev.x86_64 -libgusb.x86_64 -libgweather.x86_64 -libgxps.x86_64 -libhandy.x86_64 -libhangul.x86_64 -libibumad.x86_64 -libibverbs.x86_64 -libical.x86_64 -libICE.x86_64 -libicu.x86_64 -libidn.x86_64 -libidn2.x86_64 -libiec61883.x86_64 -libieee1284.x86_64 -libijs.x86_64 -libimagequant.x86_64 -libimobiledevice.x86_64 -libini_config.x86_64 -libinput.x86_64 -libipa_hbac.x86_64 -libipt.x86_64 -libiptcdata.x86_64 -libiscsi.x86_64 -libjpeg-turbo.x86_64 -libkcapi-hmaccalc.x86_64 -libkcapi.x86_64 -libkkc-common.noarch -libkkc-data.x86_64 -libkkc.x86_64 -libksba.x86_64 -liblangtag-data.noarch -liblangtag.x86_64 -libldb.x86_64 -liblouis.x86_64 -libmaxminddb.x86_64 -libmbim-utils.x86_64 -libmbim.x86_64 -libmcpp.x86_64 -libmediaart.x86_64 -libmetalink.x86_64 -libmng.x86_64 -libmnl.x86_64 -libmodman.x86_64 -libmodulemd1.x86_64 -libmount.x86_64 -libmpc.x86_64 -libmspack.x86_64 -libmspub.x86_64 -libmtp.x86_64 -libmusicbrainz5.x86_64 -libmwaw.x86_64 -libndp.x86_64 -libnetfilter_conntrack.x86_64 -libnfnetlink.x86_64 -libnfs.x86_64 -libnfsidmap.x86_64 -libnftnl.x86_64 -libnghttp2.x86_64 -libnice.x86_64 -libnl3-cli.x86_64 -libnl3.x86_64 -libnma.x86_64 -libnotify.x86_64 -libnsl2.x86_64 -libnumbertext.x86_64 -liboauth.x86_64 -libodfgen.x86_64 -libogg.x86_64 -liborcus.x86_64 -libosinfo.x86_64 -libpagemaker.x86_64 -libpaper.x86_64 -libpath_utils.x86_64 -libpcap.x86_64 -libpciaccess.x86_64 -libpeas-gtk.x86_64 -libpeas-loader-python3.x86_64 -libpeas.x86_64 -libphodav.x86_64 -libpinyin-data.x86_64 -libpinyin.x86_64 -libpipeline.x86_64 -libpkgconf.x86_64 -libplist.x86_64 -libpmem.x86_64 -libpng.x86_64 -libproxy-mozjs.x86_64 -libproxy.x86_64 -libpskc.x86_64 -libpsl.x86_64 -libpwquality.x86_64 -libqb.x86_64 -libqmi-utils.x86_64 -libqmi.x86_64 -libquadmath.x86_64 -libquvi-scripts.noarch -libquvi.x86_64 -libqxp.x86_64 -librados2.x86_64 -LibRaw.x86_64 -libraw1394.x86_64 -librbd1.x86_64 -librdmacm.x86_64 -libref_array.x86_64 -libreoffice-calc.x86_64 -libreoffice-core.x86_64 -libreoffice-data.noarch -libreoffice-draw.x86_64 -libreoffice-emailmerge.x86_64 -libreoffice-filters.x86_64 -libreoffice-graphicfilter.x86_64 -libreoffice-gtk3.x86_64 -libreoffice-help-en.x86_64 -libreoffice-impress.x86_64 -libreoffice-langpack-en.x86_64 -libreoffice-math.x86_64 -libreoffice-opensymbol-fonts.noarch -libreoffice-pdfimport.x86_64 -libreoffice-pyuno.x86_64 -libreoffice-ure-common.noarch -libreoffice-ure.x86_64 -libreoffice-writer.x86_64 -libreoffice-x11.x86_64 -libreoffice-xsltfilter.x86_64 -librepo.x86_64 -libreport-anaconda.x86_64 -libreport-cli.x86_64 -libreport-fedora.x86_64 -libreport-filesystem.noarch -libreport-gtk.x86_64 -libreport-plugin-bugzilla.x86_64 -libreport-plugin-kerneloops.x86_64 -libreport-plugin-logger.x86_64 -libreport-plugin-reportuploader.x86_64 -libreport-plugin-systemd-journal.x86_64 -libreport-plugin-ureport.x86_64 -libreport-web.x86_64 -libreport.x86_64 -librevenge.x86_64 -librsvg2.x86_64 -libsamplerate.x86_64 -libsane-hpaio.x86_64 -libseccomp.x86_64 -libsecret.x86_64 -libselinux-utils.x86_64 -libselinux.x86_64 -libsemanage.x86_64 -libsepol.x86_64 -libshout.x86_64 -libsigc++20.x86_64 -libsigsegv.x86_64 -libSM.x86_64 -libsmartcols.x86_64 -libsmbclient.x86_64 -libsmbios.x86_64 -libsndfile.x86_64 -libsolv.x86_64 -libsoup.x86_64 -libspectre.x86_64 -libsrtp.x86_64 -libss.x86_64 -libssh.x86_64 -libssh2.x86_64 -libsss_autofs.x86_64 -libsss_certmap.x86_64 -libsss_idmap.x86_64 -libsss_nss_idmap.x86_64 -libsss_sudo.x86_64 -libstaroffice.x86_64 -libstdc++.x86_64 -libstemmer.x86_64 -libsysfs.x86_64 -libtalloc.x86_64 -libtar.x86_64 -libtasn1.x86_64 -libtdb.x86_64 -libteam.x86_64 -libtevent.x86_64 -libthai.x86_64 -libtheora.x86_64 -libtiff.x86_64 -libtimezonemap.x86_64 -libtirpc.x86_64 -libtomcrypt.x86_64 -libtommath.x86_64 -libtool-ltdl.x86_64 -libudisks2.x86_64 -libunistring.x86_64 -libunwind.x86_64 -libusal.x86_64 -libusbmuxd.x86_64 -libusbx.x86_64 -libuser.x86_64 -libutempter.x86_64 -libuuid.x86_64 -libv4l.x86_64 -libverto-libev.x86_64 -libverto.x86_64 -libvirt-daemon-driver-interface.x86_64 -libvirt-daemon-driver-network.x86_64 -libvirt-daemon-driver-nodedev.x86_64 -libvirt-daemon-driver-nwfilter.x86_64 -libvirt-daemon-driver-qemu.x86_64 -libvirt-daemon-driver-secret.x86_64 -libvirt-daemon-driver-storage-core.x86_64 -libvirt-daemon-driver-storage-disk.x86_64 -libvirt-daemon-driver-storage-gluster.x86_64 -libvirt-daemon-driver-storage-iscsi-direct.x86_64 -libvirt-daemon-driver-storage-iscsi.x86_64 -libvirt-daemon-driver-storage-logical.x86_64 -libvirt-daemon-driver-storage-mpath.x86_64 -libvirt-daemon-driver-storage-rbd.x86_64 -libvirt-daemon-driver-storage-scsi.x86_64 -libvirt-daemon-driver-storage-sheepdog.x86_64 -libvirt-daemon-driver-storage-zfs.x86_64 -libvirt-daemon-driver-storage.x86_64 -libvirt-daemon-kvm.x86_64 -libvirt-daemon.x86_64 -libvirt-gconfig.x86_64 -libvirt-glib.x86_64 -libvirt-gobject.x86_64 -libvirt-libs.x86_64 -libvisio.x86_64 -libvisual.x86_64 -libvncserver.x86_64 -libvorbis.x86_64 -libvpx.x86_64 -libwacom-data.noarch -libwacom.x86_64 -libwayland-client.x86_64 -libwayland-cursor.x86_64 -libwayland-egl.x86_64 -libwayland-server.x86_64 -libwbclient.x86_64 -libwebp.x86_64 -libwinpr.x86_64 -libwnck3.x86_64 -libwpd.x86_64 -libwpg.x86_64 -libwps.x86_64 -libwsman1.x86_64 -libX11-common.noarch -libX11-xcb.x86_64 -libX11.x86_64 -libXau.x86_64 -libxcb.x86_64 -libXcomposite.x86_64 -libxcrypt-devel.x86_64 -libxcrypt.x86_64 -libXcursor.x86_64 -libXdamage.x86_64 -libXdmcp.x86_64 -libXext.x86_64 -libXfixes.x86_64 -libXfont2.x86_64 -libXft.x86_64 -libXi.x86_64 -libXinerama.x86_64 -libxkbcommon-x11.x86_64 -libxkbcommon.x86_64 -libxkbfile.x86_64 -libxklavier.x86_64 -libxml2.x86_64 -libxmlb.x86_64 -libXmu.x86_64 -libXpm.x86_64 -libXrandr.x86_64 -libXrender.x86_64 -libXres.x86_64 -libxshmfence.x86_64 -libxslt.x86_64 -libXt.x86_64 -libXtst.x86_64 -libXv.x86_64 -libXvMC.x86_64 -libXxf86dga.x86_64 -libXxf86misc.x86_64 -libXxf86vm.x86_64 -libyaml.x86_64 -libzapojit.x86_64 -libzhuyin.x86_64 -libzmf.x86_64 -libzstd.x86_64 -linux-atm-libs.x86_64 -linux-firmware-whence.noarch -linux-firmware.noarch -lksctp-tools.x86_64 -lldpad.x86_64 -llvm-libs.x86_64 -lmdb-libs.x86_64 -lockdev.x86_64 -logrotate.x86_64 -lohit-assamese-fonts.noarch -lohit-bengali-fonts.noarch -lohit-devanagari-fonts.noarch -lohit-gujarati-fonts.noarch -lohit-gurmukhi-fonts.noarch -lohit-kannada-fonts.noarch -lohit-odia-fonts.noarch -lohit-tamil-fonts.noarch -lohit-telugu-fonts.noarch -lpsolve.x86_64 -lrzsz.x86_64 -lsof.x86_64 -lttng-ust.x86_64 -lua-expat.x86_64 -lua-json.noarch -lua-libs.x86_64 -lua-lpeg.x86_64 -lua-posix.x86_64 -lua-socket.x86_64 -lua.x86_64 -lvm2-libs.x86_64 -lvm2.x86_64 -lxpolkit.x86_64 -lz4-libs.x86_64 -lz4.x86_64 -lzo-minilzo.x86_64 -lzo.x86_64 -lzop.x86_64 -m17n-db.noarch -m17n-lib.x86_64 -mactel-boot.x86_64 -mailcap.noarch -man-db.x86_64 -man-pages.noarch -mariadb-connector-c-config.noarch -mariadb-connector-c.x86_64 -marisa.x86_64 -mcelog.x86_64 -mcpp.x86_64 -mdadm.x86_64 -media-player-info.noarch -memtest86+.x86_64 -mesa-dri-drivers.x86_64 -mesa-filesystem.x86_64 -mesa-libEGL.x86_64 -mesa-libgbm.x86_64 -mesa-libGL.x86_64 -mesa-libglapi.x86_64 -mesa-libxatracker.x86_64 -mesa-vulkan-drivers.x86_64 -microcode_ctl.x86_64 -mkpasswd.x86_64 -mlocate.x86_64 -mobile-broadband-provider-info.noarch -mod_dnssd.x86_64 -mod_http2.x86_64 -ModemManager-glib.x86_64 -ModemManager.x86_64 -mokutil.x86_64 -mousetweaks.x86_64 -mozilla-filesystem.x86_64 -mozjs60.x86_64 -mpage.x86_64 -mpfr.x86_64 -mpg123-libs.x86_64 -mtdev.x86_64 -mtools.x86_64 -mtr.x86_64 -mutter.x86_64 -mythes-en.noarch -mythes.x86_64 -nautilus-extensions.x86_64 -nautilus-sendto.x86_64 -nautilus.x86_64 -ncurses-base.noarch -ncurses-libs.x86_64 -ncurses.x86_64 -ndctl-libs.x86_64 -ndctl.x86_64 -neon.x86_64 -net-snmp-libs.x86_64 -net-tools.x86_64 -netcf-libs.x86_64 -nettle.x86_64 -NetworkManager-adsl.x86_64 -NetworkManager-bluetooth.x86_64 -NetworkManager-config-connectivity-fedora.noarch -NetworkManager-libnm.x86_64 -NetworkManager-openconnect-gnome.x86_64 -NetworkManager-openconnect.x86_64 -NetworkManager-openvpn-gnome.x86_64 -NetworkManager-openvpn.x86_64 -NetworkManager-ppp.x86_64 -NetworkManager-pptp-gnome.x86_64 -NetworkManager-pptp.x86_64 -NetworkManager-ssh-gnome.x86_64 -NetworkManager-ssh.x86_64 -NetworkManager-team.x86_64 -NetworkManager-vpnc-gnome.x86_64 -NetworkManager-vpnc.x86_64 -NetworkManager-wifi.x86_64 -NetworkManager-wwan.x86_64 -NetworkManager.x86_64 -nfs-utils.x86_64 -nftables.x86_64 -nm-connection-editor.x86_64 -nmap-ncat.x86_64 -npth.x86_64 -nspr.x86_64 -nss-mdns.x86_64 -nss-softokn-freebl.x86_64 -nss-softokn.x86_64 -nss-sysinit.x86_64 -nss-util.x86_64 -nss.x86_64 -ntfs-3g-system-compression.x86_64 -ntfs-3g.x86_64 -ntfsprogs.x86_64 -numactl-libs.x86_64 -numad.x86_64 -oddjob-mkhomedir.x86_64 -oddjob.x86_64 -open-vm-tools-desktop.x86_64 -open-vm-tools.x86_64 -openblas-serial.x86_64 -openblas.x86_64 -openconnect.x86_64 -OpenEXR-libs.x86_64 -openjpeg2.x86_64 -openldap.x86_64 -openssh-clients.x86_64 -openssh-server.x86_64 -openssh.x86_64 -openssl-libs.x86_64 -openssl-pkcs11.x86_64 -openssl.x86_64 -openvpn.x86_64 -opus.x86_64 -orc.x86_64 -orca.noarch -os-prober.x86_64 -osinfo-db-tools.x86_64 -osinfo-db.noarch -ostree-libs.x86_64 -ostree.x86_64 -p11-kit-server.x86_64 -p11-kit-trust.x86_64 -p11-kit.x86_64 -PackageKit-command-not-found.x86_64 -PackageKit-glib.x86_64 -PackageKit-gstreamer-plugin.x86_64 -PackageKit-gtk3-module.x86_64 -PackageKit.x86_64 -pakchois.x86_64 -paktype-naskh-basic-fonts.noarch -pam_krb5.x86_64 -pam.x86_64 -pango.x86_64 -pangomm.x86_64 -paps-libs.x86_64 -paps.x86_64 -paratype-pt-sans-fonts.noarch -parted.x86_64 -passwd.x86_64 -passwdqc-lib.x86_64 -passwdqc.x86_64 -pcaudiolib.x86_64 -pciutils-libs.x86_64 -pciutils.x86_64 -pcre.x86_64 -pcre2-utf16.x86_64 -pcre2.x86_64 -pcsc-lite-libs.x86_64 -perl-Carp.noarch -perl-constant.noarch -perl-Data-Dumper.x86_64 -perl-Digest-MD5.x86_64 -perl-Digest.noarch -perl-Encode.x86_64 -perl-Errno.x86_64 -perl-Error.noarch -perl-Exporter.noarch -perl-File-Path.noarch -perl-File-Temp.noarch -perl-Getopt-Long.noarch -perl-Git.noarch -perl-HTTP-Tiny.noarch -perl-interpreter.x86_64 -perl-IO-Socket-IP.noarch -perl-IO-Socket-SSL.noarch -perl-IO.x86_64 -perl-libnet.noarch -perl-libs.x86_64 -perl-macros.x86_64 -perl-MIME-Base64.x86_64 -perl-Mozilla-CA.noarch -perl-Net-SSLeay.x86_64 -perl-parent.noarch -perl-PathTools.x86_64 -perl-Pod-Escapes.noarch -perl-Pod-Perldoc.noarch -perl-Pod-Simple.noarch -perl-Pod-Usage.noarch -perl-podlators.noarch -perl-Scalar-List-Utils.x86_64 -perl-Socket.x86_64 -perl-Storable.x86_64 -perl-Term-ANSIColor.noarch -perl-Term-Cap.noarch -perl-TermReadKey.x86_64 -perl-Text-ParseWords.noarch -perl-Text-Tabs+Wrap.noarch -perl-threads-shared.x86_64 -perl-threads.x86_64 -perl-Time-Local.noarch -perl-Unicode-Normalize.x86_64 -perl-URI.noarch -pigz.x86_64 -pinentry-gnome3.x86_64 -pinentry-gtk.x86_64 -pinentry.x86_64 -pinfo.x86_64 -pipewire-libs.x86_64 -pipewire.x86_64 -pixman.x86_64 -pkcs11-helper.x86_64 -pkgconf-m4.noarch -pkgconf-pkg-config.x86_64 -pkgconf.x86_64 -plymouth-core-libs.x86_64 -plymouth-graphics-libs.x86_64 -plymouth-plugin-label.x86_64 -plymouth-plugin-two-step.x86_64 -plymouth-scripts.x86_64 -plymouth-system-theme.x86_64 -plymouth-theme-spinner.x86_64 -plymouth.x86_64 -policycoreutils-python-utils.noarch -policycoreutils.x86_64 -polkit-libs.x86_64 -polkit-pkla-compat.x86_64 -polkit.x86_64 -poppler-data.noarch -poppler-glib.x86_64 -poppler-utils.x86_64 -poppler.x86_64 -popt.x86_64 -ppp.x86_64 -pptp.x86_64 -procps-ng.x86_64 -protobuf-c.x86_64 -psacct.x86_64 -psmisc.x86_64 -publicsuffix-list-dafsa.noarch -pulseaudio-libs-glib2.x86_64 -pulseaudio-libs.x86_64 -pulseaudio-module-bluetooth.x86_64 -pulseaudio-module-x11.x86_64 -pulseaudio-utils.x86_64 -pulseaudio.x86_64 -python-pip-wheel.noarch -python-setuptools-wheel.noarch -python-systemd-doc.x86_64 -python3-abrt-addon.x86_64 -python3-abrt.x86_64 -python3-asn1crypto.noarch -python3-audit.x86_64 -python3-augeas.noarch -python3-beaker.noarch -python3-blivet.noarch -python3-blockdev.x86_64 -python3-brlapi.x86_64 -python3-bytesize.x86_64 -python3-cairo.x86_64 -python3-cffi.x86_64 -python3-chardet.noarch -python3-coverage.x86_64 -python3-crypto.x86_64 -python3-cryptography.x86_64 -python3-cups.x86_64 -python3-dateutil.noarch -python3-dbus.x86_64 -python3-decorator.noarch -python3-distro.noarch -python3-dnf-plugins-core.noarch -python3-dnf.noarch -python3-enchant.noarch -python3-firewall.noarch -python3-gobject-base.x86_64 -python3-gobject.x86_64 -python3-gpg.x86_64 -python3-hawkey.x86_64 -python3-humanize.noarch -python3-idna.noarch -python3-inotify.noarch -python3-kickstart.noarch -python3-langtable.noarch -python3-libcomps.x86_64 -python3-libdnf.x86_64 -python3-libreport.x86_64 -python3-libs.x86_64 -python3-libselinux.x86_64 -python3-libsemanage.x86_64 -python3-libxml2.x86_64 -python3-louis.noarch -python3-mako.noarch -python3-markupsafe.x86_64 -python3-meh-gui.noarch -python3-meh.noarch -python3-ntplib.noarch -python3-olefile.noarch -python3-ordered-set.noarch -python3-paste.noarch -python3-pid.noarch -python3-pillow.x86_64 -python3-pip.noarch -python3-ply.noarch -python3-policycoreutils.noarch -python3-productmd.noarch -python3-pwquality.x86_64 -python3-pyatspi.noarch -python3-pycparser.noarch -python3-pycurl.x86_64 -python3-pydbus.noarch -python3-pyOpenSSL.noarch -python3-pyparted.x86_64 -python3-pysocks.noarch -python3-pytz.noarch -python3-pyudev.noarch -python3-pyxdg.noarch -python3-requests-file.noarch -python3-requests-ftp.noarch -python3-requests.noarch -python3-rpm.x86_64 -python3-setools.x86_64 -python3-setuptools.noarch -python3-simpleline.noarch -python3-six.noarch -python3-slip-dbus.noarch -python3-slip.noarch -python3-speechd.x86_64 -python3-systemd.x86_64 -python3-tempita.noarch -python3-unbound.x86_64 -python3-urllib3.noarch -python3.x86_64 -qemu-audio-alsa.x86_64 -qemu-audio-oss.x86_64 -qemu-audio-pa.x86_64 -qemu-audio-sdl.x86_64 -qemu-block-curl.x86_64 -qemu-block-dmg.x86_64 -qemu-block-iscsi.x86_64 -qemu-block-nfs.x86_64 -qemu-block-rbd.x86_64 -qemu-block-ssh.x86_64 -qemu-common.x86_64 -qemu-guest-agent.x86_64 -qemu-img.x86_64 -qemu-kvm.x86_64 -qemu-system-x86-core.x86_64 -qemu-system-x86.x86_64 -qemu-ui-curses.x86_64 -qemu-ui-gtk.x86_64 -qemu-ui-sdl.x86_64 -qgnomeplatform.x86_64 -qpdf-libs.x86_64 -qrencode-libs.x86_64 -qt-common.noarch -qt-settings.noarch -qt-x11.x86_64 -qt.x86_64 -qt5-qtbase-common.noarch -qt5-qtbase-gui.x86_64 -qt5-qtbase.x86_64 -qt5-qtdeclarative.x86_64 -qt5-qtx11extras.x86_64 -qt5-qtxmlpatterns.x86_64 -quota-nls.noarch -quota.x86_64 -radvd.x86_64 -raptor2.x86_64 -rasqal.x86_64 -rdist.x86_64 -rdma-core.x86_64 -readline.x86_64 -realmd.x86_64 -redhat-menus.noarch -redland.x86_64 -rest.x86_64 -rhythmbox.x86_64 -rng-tools.x86_64 -rootfiles.noarch -rp-pppoe.x86_64 -rpcbind.x86_64 -rpm-build-libs.x86_64 -rpm-libs.x86_64 -rpm-plugin-selinux.x86_64 -rpm-plugin-systemd-inhibit.x86_64 -rpm-sign-libs.x86_64 -rpm.x86_64 -rsync.x86_64 -rtkit.x86_64 -rygel.x86_64 -samba-client-libs.x86_64 -samba-client.x86_64 -samba-common-libs.x86_64 -samba-common.noarch -samba-libs.x86_64 -sane-backends-drivers-cameras.x86_64 -sane-backends-drivers-scanners.x86_64 -sane-backends-libs.x86_64 -sane-backends.x86_64 -satyr.x86_64 -sbc.x86_64 -scl-utils.x86_64 -SDL.x86_64 -SDL2.x86_64 -seabios-bin.noarch -seavgabios-bin.noarch -sed.x86_64 -selinux-policy-targeted.noarch -selinux-policy.noarch -setup.noarch -sg3_utils-libs.x86_64 -sgabios-bin.noarch -sgpio.x86_64 -shadow-utils.x86_64 -shared-mime-info.x86_64 -sheepdog.x86_64 -shim-ia32.x86_64 -shim-x64.x86_64 -sil-abyssinica-fonts.noarch -sil-mingzat-fonts.noarch -sil-nuosu-fonts.noarch -sil-padauk-fonts.noarch -simple-scan.x86_64 -skkdic.noarch -smc-meera-fonts.noarch -snappy.x86_64 -sni-qt.x86_64 -sos.noarch -sound-theme-freedesktop.noarch -soundtouch.x86_64 -source-highlight.x86_64 -soxr.x86_64 -speech-dispatcher-espeak-ng.x86_64 -speech-dispatcher.x86_64 -speex.x86_64 -speexdsp.x86_64 -spice-glib.x86_64 -spice-gtk3.x86_64 -spice-server.x86_64 -spice-vdagent.x86_64 -sqlite-libs.x86_64 -sqlite.x86_64 -squashfs-tools.x86_64 -sshpass.x86_64 -sssd-ad.x86_64 -sssd-client.x86_64 -sssd-common-pac.x86_64 -sssd-common.x86_64 -sssd-ipa.x86_64 -sssd-kcm.x86_64 -sssd-krb5-common.x86_64 -sssd-krb5.x86_64 -sssd-ldap.x86_64 -sssd-nfs-idmap.x86_64 -sssd-proxy.x86_64 -sssd.x86_64 -startup-notification.x86_64 -stix-fonts.noarch -stoken-libs.x86_64 -sudo.x86_64 -suitesparse.x86_64 -sushi.x86_64 -switcheroo-control.x86_64 -symlinks.x86_64 -syslinux-extlinux-nonlinux.noarch -syslinux-extlinux.x86_64 -syslinux-nonlinux.noarch -syslinux.x86_64 -system-config-printer-libs.noarch -system-config-printer-udev.x86_64 -systemd-bootchart.x86_64 -systemd-container.x86_64 -systemd-libs.x86_64 -systemd-pam.x86_64 -systemd-rpm-macros.noarch -systemd-udev.x86_64 -systemd.x86_64 -taglib.x86_64 -tar.x86_64 -tbb.x86_64 -tcl.x86_64 -tcpdump.x86_64 -teamd.x86_64 -telnet.x86_64 -texlive-lib.x86_64 -thai-scalable-fonts-common.noarch -thai-scalable-waree-fonts.noarch -tigervnc-license.noarch -tigervnc-server-minimal.x86_64 -time.x86_64 -timedatex.x86_64 -tmux.x86_64 -totem-pl-parser.x86_64 -totem.x86_64 -tpm2-abrmd-selinux.noarch -tpm2-abrmd.x86_64 -tpm2-tools.x86_64 -tpm2-tss.x86_64 -traceroute.x86_64 -tracker-miners.x86_64 -tracker.x86_64 -tree.x86_64 -trousers-lib.x86_64 -trousers.x86_64 -twolame-libs.x86_64 -tzdata-java.noarch -tzdata.noarch -u2f-hidraw-policy.x86_64 -udisks2-iscsi.x86_64 -udisks2.x86_64 -unbound-libs.x86_64 -unicode-ucd.noarch -unique.x86_64 -unoconv.noarch -unzip.x86_64 -upower.x86_64 -urw-base35-bookman-fonts.noarch -urw-base35-c059-fonts.noarch -urw-base35-d050000l-fonts.noarch -urw-base35-fonts-common.noarch -urw-base35-fonts.noarch -urw-base35-gothic-fonts.noarch -urw-base35-nimbus-mono-ps-fonts.noarch -urw-base35-nimbus-roman-fonts.noarch -urw-base35-nimbus-sans-fonts.noarch -urw-base35-p052-fonts.noarch -urw-base35-standard-symbols-ps-fonts.noarch -urw-base35-z003-fonts.noarch -usb_modeswitch-data.noarch -usb_modeswitch.x86_64 -usbmuxd.x86_64 -usbredir.x86_64 -usbutils.x86_64 -usermode.x86_64 -userspace-rcu.x86_64 -util-linux.x86_64 -vconfig.x86_64 -vim-minimal.x86_64 -vino.x86_64 -virglrenderer.x86_64 -virtualbox-guest-additions.x86_64 -volume_key-libs.x86_64 -vpnc-script.noarch -vpnc.x86_64 -vte-profile.x86_64 -vte291.x86_64 -vulkan-loader.x86_64 -wavpack.x86_64 -web-assets-filesystem.noarch -webkit2gtk3-jsc.x86_64 -webkit2gtk3-plugin-process-gtk2.x86_64 -webkit2gtk3.x86_64 -webrtc-audio-processing.x86_64 -wget.x86_64 -which.x86_64 -whois-nls.noarch -wireless-tools.x86_64 -woff2.x86_64 -words.noarch -wpa_supplicant.x86_64 -xcb-util-image.x86_64 -xcb-util-keysyms.x86_64 -xcb-util-renderutil.x86_64 -xcb-util-wm.x86_64 -xcb-util.x86_64 -xdg-dbus-proxy.x86_64 -xdg-desktop-portal-gtk.x86_64 -xdg-desktop-portal.x86_64 -xdg-user-dirs-gtk.x86_64 -xdg-user-dirs.x86_64 -xdg-utils.noarch -xen-libs.x86_64 -xen-licenses.x86_64 -xfsprogs.x86_64 -xkeyboard-config.noarch -xml-common.noarch -xmlrpc-c-client.x86_64 -xmlrpc-c.x86_64 -xmlsec1-nss.x86_64 -xmlsec1-openssl.x86_64 -xmlsec1.x86_64 -xorg-x11-drv-ati.x86_64 -xorg-x11-drv-evdev.x86_64 -xorg-x11-drv-fbdev.x86_64 -xorg-x11-drv-intel.x86_64 -xorg-x11-drv-libinput.x86_64 -xorg-x11-drv-nouveau.x86_64 -xorg-x11-drv-openchrome.x86_64 -xorg-x11-drv-qxl.x86_64 -xorg-x11-drv-vesa.x86_64 -xorg-x11-drv-vmware.x86_64 -xorg-x11-drv-wacom-serial-support.x86_64 -xorg-x11-drv-wacom.x86_64 -xorg-x11-font-utils.x86_64 -xorg-x11-server-common.x86_64 -xorg-x11-server-utils.x86_64 -xorg-x11-server-Xorg.x86_64 -xorg-x11-server-Xwayland.x86_64 -xorg-x11-utils.x86_64 -xorg-x11-xauth.x86_64 -xorg-x11-xinit.x86_64 -xorg-x11-xkb-utils.x86_64 -xz-libs.x86_64 -xz.x86_64 -yajl.x86_64 -yelp-libs.x86_64 -yelp-xsl.noarch -yelp.x86_64 -zchunk-libs.x86_64 -zd1211-firmware.noarch -zenity.x86_64 -zfs-fuse.x86_64 -zip.x86_64 -zlib.x86_64 -zram.noarch diff --git a/get_f30_srpm.sh b/get_f30_srpm.sh deleted file mode 100755 index 41f5bf4..0000000 --- a/get_f30_srpm.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -dnf install -y 'dnf-command(download)' - -while read package; do - time dnf download --source "$package" --destdir $(pwd)/src.rpms/f30/ -done Date: Oct 15 2020 21:12:33 +0000 Subject: [PATCH 4/6] cleanup of out.csv (debug purpose) --- diff --git a/convertCSV.py b/convertCSV.py index 9d1d5d3..a735dd1 100755 --- a/convertCSV.py +++ b/convertCSV.py @@ -5,23 +5,20 @@ import csv import json EXTENSION_MAP = ( - (".po", "po"), + (".po", "po"), ("strings.xml", "aresource"), - (".ini", "joomla"), - (".csv", "csv"), - (".json", "json-nested"), - (".dtd", "dtd"), - (".php", "php"), - (".xlf", "xliff"), - (".xliff", "xliff"), - (".ts", "ts"), - (".resx", "resx"), - (".resw", "resx"), - (".xlsx", "xlsx"), - (".yml", "yaml"), - (".yaml", "yaml"), + (".ini", "joomla"), + (".csv", "csv"), + (".json", "json-nested"), + (".dtd", "dtd"), + (".php", "php"), + (".xlf/.xliff", "xliff"), + (".ts", "ts"), + (".resx/.resw", "resx"), + (".xlsx", "xlsx"), + (".yml/.yaml", "yaml"), (".properties", "properties"), - (".strings", "strings"), + (".strings", "strings"), ) diff --git a/extract_srpm.sh b/extract_srpm.sh index 3b71ba5..40cd612 100755 --- a/extract_srpm.sh +++ b/extract_srpm.sh @@ -13,10 +13,6 @@ if [ ! -e "$package" ] ; then exit 1 fi -# please, don't do that, ever -# rm -rf -- "$folder"/* -# remove hidden files -# rm -rf -- "$folder"/.* 2> /dev/null rm -rf $folder mkdir -p $folder From 7ef0c3b0d7e234d99c31cff4d6d8cda0de6acd3a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Oct 15 2020 21:21:18 +0000 Subject: [PATCH 5/6] reorganize storage folder to simplify handling --- diff --git a/.gitignore b/.gitignore index 0695f40..879f658 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ venv/ -rpms/ srpms/ results/ srpms_*.lst -tm/ diff --git a/build.py b/build.py index 1a228ce..71ec3af 100755 --- a/build.py +++ b/build.py @@ -41,8 +41,8 @@ def main(): srpm_regex = re.compile("^{}$".format(args.filter)) (distname, distrel, distid) = distro.linux_distribution() - result_folder = "./results/f{v}/".format(v=distrel) - tm_folder = "./tm/f{v}/packages/".format(v=distrel) + result_folder = "./results/f{v}/stats/".format(v=distrel) + tm_folder = "./results/f{v}/packages/".format(v=distrel) srpms_path = "/srpms" if not os.path.exists(result_folder): @@ -51,7 +51,7 @@ def main(): os.makedirs(tm_folder) processing_file = os.path.join(result_folder, "data.json") - srpm_list_file = os.path.join(result_folder, "srpm.txt") + srpm_list_file = os.path.join(srpms_path, "srpm.txt") url_list = None if os.path.isfile(srpm_list_file): @@ -190,9 +190,13 @@ def discover_translations(tmp, name, result_folder, tm_folder): tcopy = time.time() if translation_files: + if not os.path.exists(os.path.join(tm_folder, name)): + os.makedirs(os.path.join(tm_folder, name)) + + with open(os.path.join(tm_folder, name, "discover.json"), 'w') as f: + f.write(json.dumps(translation_files, indent=2)) + for translation in translation_files: - # TODO: multiple translation files for same package - # gnome-clocks-3.32.0-1.fc30.src.rpm if translation["file_format"] == "po": get_po_translation_level( tmp, translation, name, result_folder, tm_folder) From 20a3ccbbbb26eef6adc7b19b4edc9be57c516c44 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Oct 15 2020 21:41:00 +0000 Subject: [PATCH 6/6] reduce log output and store data.json in top folder --- diff --git a/build.py b/build.py index 71ec3af..f6c1c18 100755 --- a/build.py +++ b/build.py @@ -50,7 +50,7 @@ def main(): if not os.path.exists(tm_folder): os.makedirs(tm_folder) - processing_file = os.path.join(result_folder, "data.json") + processing_file = os.path.join("./results/f{v}/".format(v=distrel), "data.json") srpm_list_file = os.path.join(srpms_path, "srpm.txt") url_list = None @@ -160,15 +160,10 @@ def extract_srpm(tmp, name, result_folder): """extract srpm page""" print("extract_srpm: " + name) - out = open(result_folder + '/_srpm.out.txt', 'a') - error = open(result_folder + '_srpm.errors.txt', 'a') - - subprocess.run(['./extract_srpm.sh', tmp, name], - stdout=out, stderr=error, check=True) - - out.close() - error.close() - + with open(result_folder + '/_srpm.out.txt', 'a') as out: + with open(result_folder + '_srpm.errors.txt', 'a') as error: + subprocess.run(['./extract_srpm.sh', tmp, name], + stdout=out, stderr=error, check=True) def discover_translations(tmp, name, result_folder, tm_folder): """find po file""" @@ -225,15 +220,11 @@ def discover_translations(tmp, name, result_folder, tm_folder): def get_po_translation_level(path, mask, name, result_folder, tm_folder): filemask = mask["filemask"] - print("get_po_translation_level: " + filemask) - stats = open(result_folder + '/{p}.stats.csv'.format(p=name), 'a') - error = open(result_folder + '/{p}.errors.txt'.format(p=name), 'a') - subprocess.run(["pocount", filemask.split("*")[0], "--csv"], - stdout=stats, stderr=error, check=True, cwd=path) - - stats.close() - error.close() + with open(result_folder + '/{p}.stats.csv'.format(p=name), 'a') as stats: + with open(result_folder + '/{p}.errors.txt'.format(p=name), 'a') as error: + subprocess.run(["pocount", filemask.split("*")[0], "--csv"], + stdout=stats, stderr=error, check=True, cwd=path) # Copy translation files in translation memory for po in glob.glob(path + "/" + filemask): @@ -252,15 +243,11 @@ def get_po_translation_level(path, mask, name, result_folder, tm_folder): def get_ts_translation_level(path, mask, name, result_folder): filemask = mask["filemask"] - print("get_ts_translation_level: " + filemask) - stats = open(result_folder + '/{p}.stats.csv'.format(p=name), 'a') - error = open(result_folder + '/{p}.errors.txt'.format(p=name), 'a') - subprocess.run(["pocount", filemask.split("*")[0], "--csv"], - stdout=stats, stderr=error, check=True, cwd=path) - - stats.close() - error.close() + with open(result_folder + '/{p}.stats.csv'.format(p=name), 'a') as stats: + with open(result_folder + '/{p}.errors.txt'.format(p=name), 'a') as error: + subprocess.run(["pocount", filemask.split("*")[0], "--csv"], + stdout=stats, stderr=error, check=True, cwd=path) subprocess.run(["sed", "-i", @@ -272,7 +259,6 @@ def get_ts_translation_level(path, mask, name, result_folder): def get_json_translation_level(path, mask, name, result_folder): filemask = mask["filemask"] - print("get_json_translation_level: " + filemask) stats = open(result_folder + '/{p}.stats.csv'.format(p=name), 'a') error = open(result_folder + '/{p}.errors.txt'.format(p=name), 'a') @@ -331,23 +317,22 @@ def get_json_translation_level(path, mask, name, result_folder): result_folder + '/{p}.errors.txt'.format(p=name)], check=True) + +def unknown_format(results, srpm, tformat, result_folder): + with open(result_folder + "/todo_" + tformat + ".txt", "a") as file: + file.write(srpm + " " + results["filemask"] + "\n") + + def concat_csv(result_folder): filenames = [f for f in os.listdir(result_folder) if os.path.isfile(os.path.join(result_folder, f))] filenames = [f for f in filenames if f.endswith(".stats.csv")] with open(os.path.join(result_folder, "_concat.csv"), "w") as outfile: for fname in filenames: - print(fname) with open(os.path.join(result_folder, fname)) as infile: for line in infile: outfile.write(line) -def unknown_format(results, srpm, tformat, result_folder): - print("unknown_format: " + tformat) - - with open(result_folder + "/todo_" + tformat + ".txt", "a") as file: - file.write(srpm + " " + results["filemask"] + "\n") - if __name__ == '__main__': main()